diff --git a/.gitignore b/.gitignore index 51aebda3c..40afa29f3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ # Logs and databases # ###################### *.log -*.sql +# *.sql New version changes in db has to be uploaded *.sqlite # OS generated files # @@ -41,6 +41,7 @@ Thumbs.db ################ .buildpath .project +.settings/ BLIS.exe.manifest BlisSetup.html FirefoxPortable/ diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 2152d0cb3..d27f38ea5 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -44,6 +44,10 @@ RewriteRule ^worksheet_custom_updated\.php$ config/worksheet_custom_updated.php ## /reports folder + +ReWriteRule ^report_pdf\.php$ reports/report_pdf.php +ReWriteRule ^reports_auxid\.php$ reports/reports_auxid.php +ReWriteRule ^reports_testhistory_new\.php$ reports/reports_testhistory_new.php RewriteRule ^reports\.php$ reports/reports.php RewriteRule ^report_onetesthistory\.php$ reports/report_onetesthistory.php RewriteRule ^report_selected_tests\.php$ reports/report_selected_tests.php diff --git a/htdocs/.htaccess.bak b/htdocs/.htaccess.bak index a34a56a5e..7037016c3 100644 --- a/htdocs/.htaccess.bak +++ b/htdocs/.htaccess.bak @@ -23,6 +23,8 @@ php_value upload_max_filesize 100M # +RewriteRule ^lang_update\.php$ Language/lang_update.php + ## /config folder RewriteRule ^lab_configs\.php$ config/lab_configs.php RewriteRule ^lab_config_home\.php$ config/lab_config_home.php @@ -42,6 +44,10 @@ RewriteRule ^worksheet_custom_updated\.php$ config/worksheet_custom_updated.php ## /reports folder + +ReWriteRule ^report_pdf\.php$ reports/report_pdf.php +ReWriteRule ^reports_auxid\.php$ reports/reports_auxid.php +ReWriteRule ^reports_testhistory_new\.php$ reports/reports_testhistory_new.php RewriteRule ^reports\.php$ reports/reports.php RewriteRule ^report_onetesthistory\.php$ reports/report_onetesthistory.php RewriteRule ^report_selected_tests\.php$ reports/report_selected_tests.php @@ -56,6 +62,7 @@ RewriteRule ^reports_specimenlog\.php$ reports/reports_specimenlog.php RewriteRule ^reports_print\.php$ reports/reports_print.php RewriteRule ^reports_dailyspecimens\.php$ reports/reports_dailyspecimens.php RewriteRule ^reports_dailypatients\.php$ reports/reports_dailypatients.php +RewriteRule ^reports_dailypatientBarcodes\.php$ reports/reports_dailypatientBarcodes.php RewriteRule ^reports_infection\.php$ reports/reports_infection.php RewriteRule ^doctor_stats\.php$ reports/doctor_stats.php RewriteRule ^reports_specimencount\.php$ reports/reports_specimencount.php @@ -121,6 +128,7 @@ RewriteRule ^session_print\.php$ regn/session_print.php ## /results folder RewriteRule ^results_entry\.php$ results/results_entry.php +RewriteRule ^related_tests_results_entry\.php$ results/related_tests_results_entry.php RewriteRule ^results_batch_add\.php$ results/results_batch_add.php RewriteRule ^results_verify\.php$ results/results_verify.php RewriteRule ^worksheet\.php$ results/worksheet.php @@ -162,6 +170,7 @@ RewriteRule ^edit_profile\.php$ users/edit_profile.php RewriteRule ^change_profile\.php$ users/change_profile.php RewriteRule ^change_pwd\.php$ users/change_pwd.php RewriteRule ^password_reset\.php$ users/password_reset.php +RewriteRule ^oneTime_password_reset\.php$ users/oneTime_password_reset.php RewriteRule ^lab_admins\.php$ users/lab_admins.php RewriteRule ^lab_admin_new\.php$ users/lab_admin_new.php RewriteRule ^lab_admin_edit\.php$ users/lab_admin_edit.php @@ -175,6 +184,8 @@ RewriteRule ^logout\.php$ users/logout.php RewriteRule ^home\.php$ users/home.php RewriteRule ^accesslist\.php$ users/accesslist.php +RewriteRule ^passwordReset\.php$ users/passwordReset.php + ## /feedback folder RewriteRule ^comments\.php$ feedback/comments.php @@ -244,8 +255,5 @@ RewriteRule ^update_discount_for_association\.php$ billing/update_discount_for_a ## /director folder RewriteRule ^lab_pin\.php$ director/lab_pin.php -<<<<<<< HEAD RewriteRule ^geo_report_dir\.php$ director/geo_report_dir.php -======= ->>>>>>> 2ee06ac892448ea77142d374b962d6f3a0656da2 RewriteRule ^update_lab_coords\.php$ director/update_lab_coords.php diff --git a/htdocs/Language/default.php.bak b/htdocs/Language/default.php.bak index 13257065f..6f6dc370d 100644 --- a/htdocs/Language/default.php.bak +++ b/htdocs/Language/default.php.bak @@ -5,12 +5,21 @@ $LANG_ARRAY = array ( "USERNAME" => "Username", "PWD" => "Password", "PWD_TEMP" => "Temp Password", - "PWD_RESET" => "Reset Password", - "CNFRMPWD" => "Confirm Password", + "PWD_RESET" => "Reset Password", + "CNFRMPWD" => "Confirm Password", "PASSWORDRESET_ERR" => "Password reset expired. Mail c4gbackup@gmail.com with the subject 'Password' to enable password recovery", - "PASSWORDRESET_COMPLETE" => "Password Reset enabled. Visit login.php to reset the password", + "PASSWORDRESET_COMPLETE" => "Password Reset complete. Visit login.php to reset the password", "NAME" => "Name", + "ADD_CURRENCY" => "Add a new currency >>", + "NEW_CURRENCY" => "New Currency", "PHONE" => "Phone No.", + "DEFAULT_CURRENCY" => "Default Currency Name:", + "CURRENCY_DELIMITER" => "Currency Delimiter:", + "CURRENCY" => "Currency", + "EXCHANGE_RATE" => "Exchange Rate", + "UPDATED_DATE" => "Updated Date", + "ACTIONS" => "Actions", + "ADD_CURRENCY_RATE" => "Add new currency rate", "EMAIL" => "Email", "CMD_LOGIN" => "Login", "CMD_SEARCH" => "Search", @@ -129,19 +138,11 @@ $LANG_ARRAY = array ( "NO" => "No", "ERROR" => "Error", "INVALID" => "Invalid", - "ADD_CURRENCY" => "Add a new currency >>", - "NEW_CURRENCY" => "New Currency", - "DEFAULT_CURRENCY" => "Default Currency Name:", - "CURRENCY_DELIMITER" => "Currency Delimiter:", - "CURRENCY" => "Currency", - "EXCHANGE_RATE" => "Exchange Rate", - "UPDATED_DATE" => "Updated Date", - "ACTIONS" => "Actions", - "ADD_CURRENCY_RATE" => "Add new currency rate", "NOTKNOWN" => "Not Known", "REGD_BY" => "Registered By", "ENTERED_BY" => "Entered By", "VERIFIED_BY" => "Verified By", + "ACTION" => "Action", "RECORDS" => "Records", "RECORDS_TEST" => "Test Records", "RECORDS_SPECIMEN" => "Specimen Records", @@ -150,8 +151,17 @@ $LANG_ARRAY = array ( "LAB_SECTION" => "Lab Section", "CMD_VIEW" => "View", "CMD_ADD" => "Add", - "PREVIEW" => "Preview", + "PREVIEW" => "Preview", + "ADD_CURRENCY" => "Add a new currency >>", "ALL" => "All", + "NEW_CURRENCY" => "New Currency", + "DEFAULT_CURRENCY" => "Default Currency Name:", + "CURRENCY_DELIMITER" => "Currency Delimiter:", + "CURRENCY" => "Currency", + "EXCHANGE_RATE" => "Exchange Rate", + "UPDATED_DATE" => "Updated Date", + "ACTIONS" => "Actions", + "ADD_CURRENCY_RATE" => "Add new currency rate", "WIDTH" => "Width", "HEIGHT" => "Height", "FONT_SIZE" => "Font Size", @@ -194,7 +204,8 @@ $LANG_ARRAY = array ( "LANGUAGE" => "Language", "USER_FUNCTIONS" => "Functions", "APPROX" => "approximate", - "LANDSCAPE" => "Landscape mode" + "LANDSCAPE" => "Landscape mode", + "TIPS_PATIENTID_EXISTS"=>"Patient ID already exist. Look up for patient to confirm and register specimen" ) , "header" => array ( "TITLE" => "", @@ -251,9 +262,9 @@ $LANG_ARRAY = array ( "CMD_SELECTFORREGN" => "Select for Registration", "SIMILAR_NAMES" => "Similar Names", "MSG_PID_INVALID" => "Patient ID invalid/already exists", - "TIPS_REGN_NEW" => "Patient ID, Name and Gender are mandatory fields.", + "TIPS_REGN_NEW" => "Patient ID, Name and Gender are mandatory fields", "TIPS_REGN" => "You can move to the next field by pressing Tab key or clicking on it using the mouse.", - "TIPS_DOB_AGE" => "* Enter either Age or Date of Birth" + "TIPS_DOB_AGE" => "Only one of Age or Date of Birth is required for entry." ) , "new_specimen" => array ( "TITLE" => "Specimen Registration", @@ -279,12 +290,12 @@ $LANG_ARRAY = array ( "results_entry" => array ( "TITLE" => "Results", "MENU_SINGLESPECIMEN" => "Single Specimen Results", - "MENU_LABSECTION" => "Lab Section-wise Results", + "MENU_LABSECTION" => "Lab Section-wise Results", "MENU_BATCHRESULTS" => "Batch Results", "MENU_VERIFYRESULTS" => "Verify Results", + "CONTROL_TESTING_RESULTS" => "Control Results", "RELATED_RESULTS" => "Related Test Results Entry", "RELATED_RESULTS_EMPTY" => "No related tests for this specimen", - "CONTROL_TESTING_RESULTS" => "Control Results", "MENU_REPORTRESULTS" => "Report Results", "MENU_WORKSHEET" => "Worksheet", "BLANK_WORKSHEET" => "Keep Blank", @@ -304,7 +315,7 @@ $LANG_ARRAY = array ( "CUSTOM_WORKSHEET" => "Custom Worksheet" ) , "search" => array ( - "TITLE" => "Search", + "TITLE" => "Search", "TIPS_SEARCH_1" => "You can use this page to search for registered patients. Enter a partial name to generate a list of patients containing the string.", "TIPS_SEARCH_2" => "Once you select the patient, you can view the patient's profile, look up the tests he has undergone and the results of those tests.", "TIPS_SEARCH" => "Search for a Specimen by ID or Patients by ID/Name" @@ -345,7 +356,7 @@ $LANG_ARRAY = array ( ) , "lab_config_home" => array ( "TITLE" => "Lab Configuration", - "MENU_SUMMARY" => "Summary", + "MENU_SUMMARY" => "Summary", "TIPS_SUMMARY_1" => "Gives a summary of lab setup including the lab personnel accounts, test and specimen types.", "TIPS_SUMMARY_2" => "-", "TIPS_SUMMARY_3" => "-", @@ -353,7 +364,7 @@ $LANG_ARRAY = array ( "TIPS_REVERT" => "In case of system failure, if we want to revert to a previously backedup copy of the data we can use this option. You can choose to backup current version before doing this. You may also choose to include to revert back the language settings.", "BACKUP_LOCATION" => "Backup Version", "INCLUDE_LANGUAGE_SETTINGS" => "Include Language Settings", - "MENU_ST_TYPES" => "Specimen/Test Types", + "MENU_ST_TYPES" => "Specimen/Test Types", "TIPS_SPECIMENTESTTYPES" => "Specimen / Test Types - This option allows us to configure the Specimens can be collected and Tests that are performed at the particular lab.", "TIPS_TARGETTAT" => "Target TAT - This option list the turnaround time for each test type. We can modify the TAT using the Edit option and changing the value.", "TIPS_RESULTINTERPRETATION" => "Result Interpretation - This option allows us to specify the interpretation for multiple ranges of values for each test type.", @@ -364,7 +375,8 @@ $LANG_ARRAY = array ( "MENU_CUSTOM" => "Registration Fields", "TIPS_REGISTRATIONFIELDS_1" => "This page allows for the configuration of the patient registration page. It allows for creating mandatory fields and hides certain fields if they are not desired to be filled.", "TIPS_REGISTRATIONFIELDS_2" => "It also allows for creation of certain custom fields for Patient registration and new Specimen addition which may be needed by certain labs only.", - "TIPS_REGISTRATIONFIELDS_3" => "-", "MENU_TAT" => "Target TAT", + "TIPS_REGISTRATIONFIELDS_3" => "-", + "MENU_TAT" => "Target TAT", "MENU_INFECTION" => "Infection Report", "TIPS_INFECTIONREPORT" => "This is an editable page for setting the various parameters associaated with each individual test type.", "MENU_GENERAL" => "General Settings", @@ -423,7 +435,15 @@ $LANG_ARRAY = array ( "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process.", "TIPS_SETUPNETWORK_3" => "You will now be able to access BLIS by clicking on BlisSetup.html and entering your username and password.", - "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure click on Setup Network option again." + "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure click on Setup Network option again.", + "RPT_ITEMS_ON_ROW"=>"Items on a row", + "RPT_SHOW_DEMO_BORDER"=>"Show Demographics border", + "RPT_SHOW_SPM_BORDER"=>"Show Results border", + "TIPS_PATIENTFIELDSORDER"=>"This page is used to set how patient fields are ordered on the report. That is; which one comes first...", + "MENU_PATIENTFIELDSORDER"=>"Patient Fields Order Setup", + "RPT_R_BORDER_HOR"=>"Horizontal", + "RPT_R_BORDER_VERT"=>"Vertical" + ) , "lab_admins" => array ( "TITLE" => "Lab Managers", @@ -455,8 +475,8 @@ $LANG_ARRAY = array ( "SPECIMEN_TYPE_ADDED" => "Specimen Type Added", "TEST_TYPE_UPDATED" => "Test Type Updated", "SPECIMEN_TYPE_UPDATED" => "Specimen Type Updated", - "CMD_BACK_TOCATALOG" => "Back to Catalog", - "TIPS_MEASURES" =>"Only numbers and alphabets should be used while adding measures.For the range option please specify the lower and the upper bound.", + "CMD_BACK_TOCATALOG" => "Back to Catalog", + "TIPS_MEASURES" => "Only numbers and alphabets should be used while adding measures.For the range option please specify the lower and the upper bound.", "TIPS_TC_TESTTYPE_1" => "Gives a complete listing of the available test types.", "TIPS_TC_TESTTYPE_2" => "Use this page to edit existing test types.", "TIPS_TC_TESTTYPE_3" => "You can also add new Test types using the 'Add New' option located near the top of the Page.", @@ -542,125 +562,130 @@ $LANG_ARRAY = array ( "MSG_PWDMATCHERROR" => "Error: Old password did not match", "MSG_PWDUPDATED" => "Password updated" ) , -"help" => array ( - "TITLE" => "Help", + "help" => array ( + "TITLE" => "Help" + ) , + "stocks" => array ( + "Reagent" => "Item", + "Lot_Number" => "Lot Number", + "Expiry_Date" => "Expiry Date", + "Manufacturer" => "Manufacturer", + "Supplier" => "Supplier", + "Quantity_Supplied" => "Quantity Supplied", + "Units" => "Units", + "Quantity" => "Quantity", + "Edit" => "Edit", + "Inventory" => "Inventory", + "Current_Inventory" => "Current Inventory", + "Quantity_Signed_Out" => "Quantity Signed Out", + "Receiver" => "Receiver", + "Remarks" => "Remarks", + "View_Current_Inventory" => "View Current Inventory", + "Current_Stock" => "Current Stock", + "Add_Stock" => "Add Stock", + "Edit_Stock" => "Edit Stock", + "Total_Quantity" => "Total Quantity", + "Quantity_In_Stock" => "Quantity In Stock", + "TIPS_ADD" => "Add the details of the stock in the given form. To add more that one stock items you can select Add Another.", + "TIPS_UPDATE" => "Enter the quantity of the stock being checked out. The table below gives account of the current inventory.", + "Cost_per_Unit" => "Cost per Unit", + "Date_received" => "Date received" ) , -"stocks" => array ( - "Reagent" => "Reagent", - "Lot_Number" => "Lot Number", - "Expiry_Date" => "Expiry Date", - "Manufacturer" => "Manufacturer", - "Supplier" => "Supplier", - "Quantity_Supplied" => "Quantity Supplied", - "Units" => "Units", - "Cost_per_Unit" => "Cost per Unit", - "Date_received" => "Date received", - "Quantity" => "Quantity", - "Edit" => "Edit", - "Inventory" => "Inventory", - "Current_Inventory" => "Current Inventory", - "Quantity_Signed_Out" => "Quantity Signed Out", - "Receiver" => "Receiver", - "Remarks" => "Remarks", - "View_Current_Inventory" => "View Current Inventory", - "Current_Stock" => "Current Stock", - "Add_Stock" => "Add Stock", - "Edit_Stock" => "Edit Stock", - "Total_Quantity" => "Total Quantity", - "Quantity_In_Stock" => "Quantity In Stock", - "TIPS_ADD" => "Add the details of the stock in the given form. To add more that one stock items you can select Add Another.", - "TIPS_UPDATE" => "Enter the quantity of the stock being checked out. The table below gives account of the current inventory." - ), "lang_modify" => array ( "TITLE" => "Modify Language", "CATEGORY" => "Category", "TIPS_MODIFYLANG_1" => "This page allows to toggle between languages. It also allows you to change the content being displayed.", "TIPS_MODIFYLANG_2" => "You can also choose to change the language for a few pages using this option. The pages are listed as a drop-down menu." - ) , - "blis_help_page" => array ( - "TITLE" => "Help page", - "MENU_LABCONFIG" => "Lab Configuration", - "MENU_SUMMARY" => "Summary", - "TIPS_SUMMARY_1" => "Gives a summary of lab setup including the lab personnel accounts, test and specimen types.", - "TIPS_SUMMARY_2" => "-", - "TIPS_SUMMARY_3" => "-", - "MENU_TESTS" => "Tests", - "TIPS_SPECIMENTESTTYPES" => "Specimen / Test Types - This option allows us to configure the Specimens can be collected and Tests that are performed at the particular lab.", - "TIPS_TARGETTAT" => "Target TAT - This option list the turnaround time for each test type. We can modify the TAT using the Edit option and changing the value.", - "TIPS_RESULTINTERPRETATION" => "Result Interpretation - This option allows us to specify the interpretation for multiple ranges of values for each test type.", - "MENU_L_REPORTS" => "Reports", - "MENU_R_INFECTIONREPORT" => "Infection Report", - "TIPS_INFECTIONREPORT" => "This is an editable page for setting the various parameters associaated with each individual test type.", - "MENU_R_DRS" => "Daily Report Settings", - "TIPS_DAILYREPORTSETTINGS" => "This is an editable page for setting the layout of the Patient Report, Daily log of Specimens and Daily log of Patients.", - "MENU_R_WORKSHEETS" => "Worksheets", - "TIPS_WORKSHEETS" => "This is an editable page for creating custom worksheets.", - "MENU_USERACCOUNTS" => "User Accounts", - "TIPS_USERACCOUNTS_1" => "This page gives a summary of the various users given access to the system.", - "TIPS_USERACCOUNTS_2" => "It also allows for creation of new user accounts.", - "TIPS_USERACCOUNTS_3" => "It allows to edit account settings, delete accounts and monitor account activity.", - "MENU_REGISTRATIONFIELDS" => "Registration Fields", - "TIPS_REGISTRATIONFIELDS_1" => "This page allows for the configuration of the patient registration page. It allows for creating mandatory fields and hides certain fields if they are not desired to be filled.", - "TIPS_REGISTRATIONFIELDS_2" => "It also allows for creation of certain custom fields for Patient registration and new Specimen addition which may be needed by certain labs only.", - "TIPS_REGISTRATIONFIELDS_3" => "-", - "MENU_MODIFYLANG" => "Modify Language", - "TIPS_MODIFYLANG_1" => "This page allows to toggle between languages.", - "TIPS_MODIFYLANG_2" => "You can also choose to change the language for a few pages using this option. The pages are listed as a drop-down menu.", - "MENU_SETUPNETWORK" => "Setup Network", - "TIPS_SETUPNETWORK_1" => "Login as Admin.", - "TIPS_SETUPNETWORK_2" => "Click on the Setup Network option in the Lab Configuration tab.", - "TIPS_SETUPNETWORK_3" => "You will now be able to access BLIS by clicking on BlisSetup.html and entering your username and password.", - "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure repeat above steps again.", - "MENU_EXPORTCONFIG" => "Export Configuration", - "TIPS_EXPORTCONFIG" => "This option gives the configuration summary for the entire system as a Microsoft Word document.", - "MENU_BACKUP" => "Backup Data", - "TIPS_BACKUP" => "This option allows to take a backup of the entire system to prevent loss of data.", - "MENU_REVERT" => "Revert to Backup", - "TIPS_REVERT" => "In case of system failure, if we want to revert to a previously backedup copy of the data we can use this option.", - "MENU_TESTCATALOG" => "Test Catalog", - "MENU_TC_TESTTYPE" => "Test Type", - "TIPS_TC_TESTTYPE_1" => "Gives a complete listing of the available test types.", - "TIPS_TC_TESTTYPE_2" => "We can use this page to edit existing present test types.", - "TIPS_TC_TESTTYPE_3" => "New test types can also be added using the 'Add New' option located near the top of the Page.", - "MENU_TC_SPECIMENTYPE" => "Specimen Type", - "TIPS_TC_SPECIMENTYPE_1" => "Gives a complete listing of the available specimen types.", - "TIPS_TC_SPECIMENTYPE_2" => "We can use this page to edit existing specimen types. Tests compatible with a particular specimen type can added/deleted by checking the appropriate boxes located here.", - "TIPS_TC_SPECIMENTYPE_3" => "New specimen types can also be added using the 'Add New' option located near the top of the Page.", - "MENU_BACKUPDATA" => "Backup Data", - "TIPS_BACKUPDATA" => "This option takes a backup of the system and stores it on the local drive. This option is only available to the Admin.", - "MENU_REGISTRATION" => "Registration", - "TIPS_REGISTRATION_1" => "This page allows us to register new patients or lookup existing patients based on name, patient ID or number.", - "TIPS_REGISTRATION_2" => "Once a patient has been registered, we can use this page to view,edit the patients profile.", - "TIPS_REGISTRATION_3" => "We can also register a specimen the patient has provided for a particular test.", - "MENU_RESULTS" => "Results", - "MENU_R_SINGLESPECIMENRESULTS" => "Single Specimen Results", - "TIPS_R_SINGLESPECIMENRESULTS" => "This option allows us to add results for a particular patient based on the specimens he had provided.", - "MENU_R_BATCHRESULTS" => "Batch Results", - "TIPS_R_BATCHRESULTS" => "This option allows us to add results for a particular Test Type.", - "MENU_R_VERIFYRESULTS" => "Verify Results", - "TIPS_R_VERIFYRESULTS" => "This option allows us to verify the result based on the test type. It shows the list of results for all patients whose results have not been verified. You can modify the results and enter remarks before verifying the results.", - "MENU_R_WORKSHEET" => "Worksheet", - "TIPS_R_WORKSHEET_1" => "This option generates a worksheet based on the Lab Section and Test Type. You can also use a custom worksheet which can be created by Admins using Lab Configuration > Tests > Reports > Worksheet.", - "TIPS_R_WORKSHEET_2" => "You can create a blank worksheet by choosing the Keep Blank option and specifying the number of rows you need.", - "MENU_SEARCH" => "Search", + ) , + "blis_help_page" => array ( + "TITLE" => "Help page", + "MENU_LABCONFIG" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "TIPS_SUMMARY_1" => "Gives a summary of lab setup including the lab personnel accounts, test and specimen types.", + "TIPS_SUMMARY_2" => "-", + "TIPS_SUMMARY_3" => "-", + "MENU_TESTS" => "Tests", + "TIPS_SPECIMENTESTTYPES" => "Specimen / Test Types - This option allows us to configure the Specimens can be collected and Tests that are performed at the particular lab.", + "TIPS_TARGETTAT" => "Target TAT - This option list the turnaround time for each test type. We can modify the TAT using the Edit option and changing the value.", + "TIPS_RESULTINTERPRETATION" => "Result Interpretation - This option allows us to specify the interpretation for multiple ranges of values for each test type.", + "MENU_L_REPORTS" => "Reports", + "MENU_R_INFECTIONREPORT" => "Infection Report", + "TIPS_INFECTIONREPORT" => "Infection Report: This option generates an aggregate infection report for a particular period for one or all Lab sections. It also provides an option to create a Word document of the generated report.", + "MENU_R_DRS" => "Daily Report Settings", + "TIPS_DAILYREPORTSETTINGS" => "This is an editable page for setting the layout of the Patient Report, Daily log of Specimens and Daily log of Patients.", + "MENU_R_WORKSHEETS" => "Worksheets", + "TIPS_WORKSHEETS" => "This is an editable page for creating custom worksheets.", + "MENU_USERACCOUNTS" => "User Accounts", + "TIPS_USERACCOUNTS_1" => "This page gives a summary of the various users given access to the system.", + "TIPS_USERACCOUNTS_2" => "It also allows for creation of new user accounts.", + "TIPS_USERACCOUNTS_3" => "It allows to edit account settings, delete accounts and monitor account activity.", + "MENU_REGISTRATIONFIELDS" => "Registration Fields", + "TIPS_REGISTRATIONFIELDS_1" => "This page allows for the configuration of the patient registration page. It allows for creating mandatory fields and hides certain fields if they are not desired to be filled.", + "TIPS_REGISTRATIONFIELDS_2" => "It also allows for creation of certain custom fields for Patient registration and new Specimen addition which may be needed by certain labs only.", + "TIPS_REGISTRATIONFIELDS_3" => "-", + "MENU_MODIFYLANG" => "Modify Language", + "TIPS_MODIFYLANG_1" => "This page allows to toggle between languages.", + "TIPS_MODIFYLANG_2" => "You can also choose to change the language for a few pages using this option. The pages are listed as a drop-down menu.", + "MENU_SETUPNETWORK" => "Setup Network", + "TIPS_SETUPNETWORK_1" => "Login as Admin.", + "TIPS_SETUPNETWORK_2" => "Click on the Setup Network option in the Lab Configuration tab.", + "TIPS_SETUPNETWORK_3" => "You will now be able to access BLIS by clicking on BlisSetup.html and entering your username and password.", + "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure repeat above steps again.", + "MENU_EXPORTCONFIG" => "Export Configuration", + "TIPS_EXPORTCONFIG" => "This option gives the configuration summary for the entire system as a Microsoft Word document.", + "MENU_BACKUP" => "Backup Data", + "TIPS_BACKUP" => "This option allows to take a backup of the entire system to prevent loss of data.", + "MENU_REVERT" => "Revert to Backup", + "TIPS_REVERT" => "In case of system failure, if we want to revert to a previously backedup copy of the data we can use this option.", + "MENU_TESTCATALOG" => "Test Catalog", + "MENU_TC_TESTTYPE" => "Test Type", + "TIPS_TC_TESTTYPE_1" => "Gives a complete listing of the available test types.", + "TIPS_TC_TESTTYPE_2" => "We can use this page to edit existing present test types.", + "TIPS_TC_TESTTYPE_3" => "New test types can also be added using the Add New option located near the top of the Page.", + "MENU_TC_SPECIMENTYPE" => "Specimen Type", + "TIPS_TC_SPECIMENTYPE_1" => "Gives a complete listing of the available specimen types.", + "TIPS_TC_SPECIMENTYPE_2" => "We can use this page to edit existing specimen types. Tests compatible with a particular specimen type can added/deleted by checking the appropriate boxes located here.", + "TIPS_TC_SPECIMENTYPE_3" => "New specimen types can also be added using the Add New option located near the top of the Page.", + "MENU_BACKUPDATA" => "Backup Data", + "TIPS_BACKUPDATA" => "This option takes a backup of the system and stores it on the local drive. This option is only available to the Admin.", + "MENU_REGISTRATION" => "Registration", + "TIPS_REGISTRATION_1" => "This page allows us to register new patients or lookup existing patients based on name, patient ID or number.", + "TIPS_REGISTRATION_2" => "Once a patient has been registered, we can use this page to view,edit the patients profile.", + "TIPS_REGISTRATION_3" => "We can also register a specimen the patient has provided for a particular test.", + "MENU_RESULTS" => "Results", + "MENU_R_SINGLESPECIMENRESULTS" => "Single Specimen Results", + "TIPS_R_SINGLESPECIMENRESULTS" => "This option allows us to add results for a particular patient based on the specimens he had provided.", + "MENU_R_BATCHRESULTS" => "Batch Results", + "TIPS_R_BATCHRESULTS" => "This option allows us to add results for a particular Test Type.", + "MENU_R_VERIFYRESULTS" => "Verify Results", + "TIPS_R_VERIFYRESULTS" => "This option allows us to verify the result based on the test type. It shows the list of results for all patients whose results have not been verified. You can modify the results and enter remarks before verifying the results.", + "MENU_R_WORKSHEET" => "Worksheet", + "TIPS_R_WORKSHEET_1" => "This option generates a worksheet based on the Lab Section and Test Type. You can also use a custom worksheet which can be created by Admins using Lab Configuration > Tests > Reports > Worksheet.", + "TIPS_R_WORKSHEET_2" => "You can create a blank worksheet by choosing the Keep Blank option and specifying the number of rows you need.", + "MENU_SEARCH" => "Search", "TIPS_SEARCH_1" => "You can use this page to search for registered patients. Enter a partial name to generate a list of patients containing the string.", "TIPS_SEARCH_2" => "Once you select the patient, you can view the patient's profile, look up the tests he has undergone and the results of those tests.", - "TIPS_SEARCH_3" => "-", - "MENU_INVENTORY" => "Inventory", - "TIPS_INVENTORY_1" => "This page displays the current reagent quantities in stock.", - "TIPS_INVENTORY_2" => "You can update stock as you acquire new reagents by adding the reagent name,quantity received, receiver name and remarks.", - "TIPS_INVENTORY_3" => "-", - "MENU_REPORTS" => "Reports", - "MENU_DAILYREPORTS" => "Daily Reports", - "TIPS_PATIENTREPORT" => "Patient Report: This option allows us to generate the report for a particular patient based on either, the patient name, patient number or patient id.", - "TIPS_DAILYLOG" => "Daily Log: This option generates a daily of either patient or test records from a particular start date to end date. You can customize the kind of report you want by choosing one option from the Section (e.g. Serology, Hematology) and/or Test type (e.g. ALT/SGPT, HGB) dropdown menus.", - "MENU_AGGREGATEREPORTS" => "Aggregate Reports", - "TIPS_PREVALENCERATE" => "Prevalence Rate: This report gives the prevalence of a particular infection type based on the number of tests done and the results. You can enter the specified period for which you want to check the prevalence rate of a particular infection. You can also views the Trends of the infection for the defined period, as a graph, by clicking the Trends option when the report is displayed.", - "TIPS_COUNTS" => "Counts: This option generates a report for a particular period of time based on the count of tests, specimen or doctor statistics.", - "TIPS_TURNAROUNDTIME" => "Turnaround Time: This option generates the turnaround time for all or chosen test for a particular period of time. It also generates a graph of the statistics. You can choose to include both pending and completed tests or just the completed tests.", - "TIPS_INFECTIONREPORT" => "Infection Report: This option generates an aggregate infection report for a particular period for one or all Lab sections. It also provides an option to create a Word document of the generated report.", - "TIPS_INVENTORY" => "Inventory: This option generates a listing of the current inventory." + "TIPS_SEARCH_3" => "-", + "MENU_INVENTORY" => "Inventory", + "TIPS_INVENTORY_1" => "This page displays the current item quantities in stock.", + "TIPS_INVENTORY_2" => "You can update stock as you acquire new ietms by adding the item name,quantity received, receiver name and remarks.", + "TIPS_INVENTORY_3" => "-", + "MENU_REPORTS" => "Reports", + "MENU_DAILYREPORTS" => "Daily Reports", + "TIPS_PATIENTREPORT" => "Patient Report: This option allows us to generate the report for a particular patient based on either, the patient name, patient number or patient id.", + "TIPS_DAILYLOG" => "Daily Log: This option generates a daily of either patient or test records from a particular start date to end date. You can customize the kind of report you want by choosing one option from the Section (e.g. Serology, Hematology) and/or Test type (e.g. ALT/SGPT, HGB) dropdown menus.", + "MENU_AGGREGATEREPORTS" => "Aggregate Reports", + "TIPS_PREVALENCERATE" => "Prevalence Rate: This report gives the prevalence of a particular infection type based on the number of tests done and the results. You can enter the specified period for which you want to check the prevalence rate of a particular infection. You can also views the Trends of the infection for the defined period, as a graph, by clicking the Trends option when the report is displayed.", + "TIPS_COUNTS" => "Counts: This option generates a report for a particular period of time based on the count of tests, specimen or doctor statistics.", + "TIPS_TURNAROUNDTIME" => "Turnaround Time: This option generates the turnaround time for all or chosen test for a particular period of time. It also generates a graph of the statistics. You can choose to include both pending and completed tests or just the completed tests.", + "TIPS_INFECTIONREPORT" => "Infection Report: This option generates an aggregate infection report for a particular period for one or all Lab sections. It also provides an option to create a Word document of the generated report.", + "TIPS_INVENTORY" => "Inventory: This option generates a listing of the current inventory." + ) , + "search_condition" => array ( + "SEARCH_BEGIN_WITH"=>"Starts with", + "SEARCH_END_WITH"=>"End with", + "SEARCH_CONTAINS"=>"Contains" ) ); diff --git a/htdocs/Language/default.xml b/htdocs/Language/default.xml index 8009c0752..592d59c22 100644 --- a/htdocs/Language/default.xml +++ b/htdocs/Language/default.xml @@ -13,46 +13,6 @@ PWD Password - - DEFAULT_CURRENCY - Default Currency Name: - - - CURRENCY_DELIMITER - Currency Delimiter: - - - CURRENCY - Currency - - - EXCHANGE_RATE - Exchange Rate - - - UPDATED_DATE - Updated Date - - - RELATED_TESTS_NOTFOUND - Related Tests Not Found - - - ACTIONS - Actions - - - ADD_CURRENCY_RATEY - Add new currency rate - - - ADD_CURRENCY - Add a new currency >> - - - NEW_CURRENCY - New Currency - PWD_TEMP Temp Password diff --git a/htdocs/Language/en - Copy.php.bak b/htdocs/Language/en - Copy.php.bak new file mode 100644 index 000000000..c1ed81b96 --- /dev/null +++ b/htdocs/Language/en - Copy.php.bak @@ -0,0 +1,693 @@ + array ( + "TIPS" => "Tips", + "USERNAME" => "Username", + "PWD" => "Password", + "PWD_TEMP" => "Temp Password", + "PWD_RESET" => "Reset Password", + "CNFRMPWD" => "Confirm Password", + "PASSWORDRESET_ERR" => "Password reset expired. Mail c4gbackup@gmail.com with the subject 'Password' to enable password recovery", + "PASSWORDRESET_COMPLETE" => "Password Reset complete. Visit login.php to reset the password", + "NAME" => "Name", + "ADD_CURRENCY" => "Add a new currency >>", + "NEW_CURRENCY" => "New Currency", + "PHONE" => "Phone No.", + "DEFAULT_CURRENCY" => "Default Currency Name:", + "CURRENCY_DELIMITER" => "Currency Delimiter:", + "CURRENCY" => "Currency", + "EXCHANGE_RATE" => "Exchange Rate", + "UPDATED_DATE" => "Updated Date", + "ACTIONS" => "Actions", + "ADD_CURRENCY_RATE" => "Add new currency rate", + "EMAIL" => "Email", + "CMD_LOGIN" => "Login", + "CMD_SEARCH" => "Search", + "CMD_SUBMIT" => "Submit", + "CMD_SUBMITTING" => "Submitting", + "CMD_UPDATE" => "Update", + "MSG_UPDATED" => "Updated", + "CMD_CANCEL" => "Cancel", + "CMD_SKIP" => "Skip", + "CMD_HIDE" => "Hide", + "CMD_SHOW" => "Show", + "REPORT_TYPE" => "Report Type", + "REPORT_TO" => "Report To", + "MSG_REQDFIELD" => "This field is required", + "REPORTED" => "Reported", + "REPORTED_NOT" => "Not Yet Reported", + "SKIPPED" => "Skipped", + "CMD_BACK" => "Back", + "CMD_GETREPORT" => "Get Report", + "MSG_SELECT_TTYPE" => "Select test type first", + "CMD_EDIT" => "Edit", + "CMD_EXPORTWORD" => "Export as Word Document", + "CMD_EXPORTTXT" => "Export as Text File", + "CMD_EXPORTPDF" => "Export as PDF", + "CMD_SELECT" => "Select", + "CMD_DELETE" => "Delete", + "CMD_ENTER" => "Enter", + "CMD_OK" => "OK", + "CMD_PRINT" => "Print", + "CMD_SEARCHING" => "Searching", + "CMD_FETCH" => "Fetch", + "CMD_FETCHING" => "Fetching", + "MSG_DELETED" => "Deleted", + "MSG_RESET" => "Reset", + "SELECT_ONE" => "Select one", + "CMD_CLOSEPAGE" => "Close This Page", + "CMD_CLOSEPREVIEW" => "Close Preview", + "FACILITY" => "Facility", + "LOCATION" => "Location", + "LAB_MGR" => "Lab Manager", + "LAB_DIR" => "Country Director", + "TYPE" => "Type", + "LAB_STATUS" => "Lab Status", + "SP_STATUS" => "Status", + "MANAGE" => "Manage", + "CMD_ADDNEWACCOUNT" => "Add New Account", + "CMD_THISTORY" => "Test History", + "DOCTOR" => "Physician", + "PATIENT" => "Patient", + "PATIENTS" => "Patients", + "PATIENT_NAME" => "Patient Name", + "PATIENT_ID" => "Patient ID", + "PATIENT_BARCODE" => "Patient Barcode", + "PATIENT_SIGNATURE" => "Patient Signature", + "ADDL_ID" => "Additional ID", + "GENDER" => "Gender", + "MALE" => "Male", + "FEMALE" => "Female", + "PATIENT_DAILYNUM" => "Patient Number", + "AGE" => "Age", + "OR" => "Or", + "DOB" => "Date of Birth", + "YEARS" => "Years", + "MONTHS" => "Months", + "DAYS" => "Days", + "HOURS" => "Hours", + "DROPDOWN" => "Drop-down Options", + "FREETEXT" => "Free-text", + "NUMERIC_FIELD" => "Numeric", + "MULTISELECT" => "Multi-select", + "ACCESSION_NUM" => "Accession No.", + "SPECIMEN" => "Specimen", + "IF_AVLBL" => "if available", + "SPECIMENS" => "Specimens", + "SPECIMEN_ID" => "Specimen ID", + "ADDL_ID_S" => "Additional ID", + "SPECIMEN_TYPE" => "Specimen Type", + "SPECIMEN_TYPES" => "Specimen Types", + "TEST" => "Test", + "TESTS" => "Tests", + "TEST_TYPE" => "Test Type", + "TEST_TYPES" => "Test Types", + "CONTROL_TESTING_RESULTS" => "Control Results", + "DATE" => "Date", + "DATE_FORMAT" => "Date Format", + "R_DATE" => "Lab Receipt Date", + "C_DATE" => "Collection Date", + "C_TIME" => "Collection Time", + "E_DATE" => "Results Entry Date", + "RE_DATE" => "Date Reported", + "G_DATE" => "Date", + "CUMULATIVE" => "Cumulative", + "REGD_BY" => "Registered By", + "COMMENTS" => "Comments", + "TECHNICIAN" => "Technician", + "TECHNICIANS" => "Technicians", + "RESULTS" => "Results", + "RESULT_COMMENTS" => "Remarks", + "RANGE" => "Range", + "RANGE_OUTOF" => "Out of Range", + "DETAILS" => "Details", + "OPTIONAL" => "Optional", + "REF_OUT" => "Referred Out", + "PENDING_RESULTS" => "Results Pending", + "PENDING_VER" => "Verification Pending", + "DONE" => "Completed", + "REF_RETURNED" => "Referred out and Returned", + "MEASURES" => "Measures", + "VALUES" => "Values", + "OPTIONS" => "Options", + "UNIT" => "Unit", + "RANGE_NUMERIC" => "Numeric Range", + "RANGE_ALPHANUM" => "Alphanumeric Values", + "RANGE_AUTOCOMPLETE" => "Autocomplete", + "YES" => "Yes", + "NO" => "No", + "ERROR" => "Error", + "INVALID" => "Invalid", + "NOTKNOWN" => "Not Known", + "REGD_BY" => "Registered By", + "ENTERED_BY" => "Entered By", + "VERIFIED_BY" => "Verified By", + "ACTION" => "Action", + "RECORDS" => "Records", + "RECORDS_TEST" => "Test Records", + "RECORDS_SPECIMEN" => "Specimen Records", + "RECORDS_PATIENT" => "Patient Records", + "PATIENT_BARCODE" => "Patient Barcode", + "LAB_SECTION" => "Lab Section", + "CMD_VIEW" => "View", + "CMD_ADD" => "Add", + "PREVIEW" => "Preview", + "ADD_CURRENCY" => "Add a new currency >>", + "ALL" => "All", + "NEW_CURRENCY" => "New Currency", + "DEFAULT_CURRENCY" => "Default Currency Name:", + "CURRENCY_DELIMITER" => "Currency Delimiter:", + "CURRENCY" => "Currency", + "EXCHANGE_RATE" => "Exchange Rate", + "UPDATED_DATE" => "Updated Date", + "ACTIONS" => "Actions", + "ADD_CURRENCY_RATE" => "Add new currency rate", + "WIDTH" => "Width", + "HEIGHT" => "Height", + "FONT_SIZE" => "Font Size", + "COL_COUNT" => "Column-Count", + "ALL_TESTS" => "All Tests", + "CMD_TRACK" => "Track Actions", + "MSG_NOTFOUND" => "Not Found", + "RELATED_TESTS_NOTFOUND" => "Related Tests Not Found", + "MSG_SIMILARNOTFOUND" => "No similar entries found", + "REF_TO" => "Referred To", + "CMD_REMOVE" => "Remove", + "CMD_VERIFY" => "Verify", + "CMD_REFRESH" => "Refresh", + "ENTER_RESULTS" => "Enter Results", + "MSG_ADDED" => "Added", + "FROM_DATE" => "From", + "TO_DATE" => "To", + "DESCRIPTION" => "Description", + "PANEL_TEST" => "Panel Test", + "MSG_MANDATORYFIELD" => "Mandatory Field", + "SWITCH_TOTECH" => "Work as Technician", + "TIPS_SELECTSITE" => "Please select site location", + "TIPS_INCOMPLETEINFO" => "Incomplete information. Please enter and submit again.", + "TIPS_DATEINVALID" => "Error: Invalid date entered", + "ADDNEW" => "Add New", + "ADDANOTHER" => "Add Another", + "COMPATIBLE_SPECIMENS" => "Compatible Specimens", + "COMPATIBLE_TESTS" => "Compatible Tests", + "TIPS_ACC_CONFIRMDELETE" => "Are you sure you want to delete this account?", + "LAB_TECH" => "Lab Technician", + "LAB_RECEPTIONIST" => "Lab Receptionist", + "MSG_ACC_ADDED" => "Account Added", + "MSG_ACC_DELETED" => "Account Deleted", + "MSG_ACC_UPDATED" => "Account Updated", + "TAT" => "Turnaround Time", + "TAT_AVG" => "Average TAT", + "TAT_TARGET" => "Target TAT", + "TAT_ILE" => "90th percentile TAT", + "PREVALENCE_RATE" => "Prevalence Rate", + "LANGUAGE" => "Language", + "USER_FUNCTIONS" => "Functions", + "APPROX" => "approximate", + "LANDSCAPE" => "Landscape mode", + "TIPS_PATIENTID_EXISTS"=>"Patient ID already exist. Look up for patient to confirm and register specimen" + ) , + "header" => array ( + "TITLE" => "", + "LOGGEDINAS" => "Logged in as", + "EDITPROFILE" => "Edit Profile", + "LOGOUT" => "Logout", + "COMMENTS" => "Comments", + "SWITCH_TOMGR" => "Work as Manager", + "MENU_BACKUP" => "Backup Data", + "SWITCH_TOTECH" => "Work as Technician", + "SWITCH_TODIR" => "Work as Director" + ) , + "footer" => array ( + "TITLE" => "", + "FOOTER_MSG" => "A joint initiative of C4G @ Georgia Tech, the CDC and participating countries", + "SWITCHLANG" => "Commutez au Francais" + ) , + "login" => array ( + "TITLE" => "", + "MSG_PLSLOGIN" => "Please log in first", + "MSG_TIMED_OUT" => "Session timed out due to inactivity", + "MSG_ERR_PWD" => "Incorrect username/password", + "MSG_ERR_PWDRST" => "Password cannot be reset now. Contact your admin or mail c4gbackup@gmail.com with the subject 'Password'", + "MSG_CAPSLOCK" => "Caps Lock is On", + "MSG_NEWPWD" => "Request a New Password", + "MSG_RESETPWD" => "Reset Password", + "TIPS_NEWPWD" => "If you forgot your password, click on the Request a New Password link and a new, temporary password will be sent to your email address." + ) , + "home" => array ( + "TITLE" => "Home", + "WELCOME" => "Welcome", + "TIPS_BLISINTRO" => "The Basic Laboratory Information System (BLIS) tracks patient specimens and laboratory results.", + "TIPS_PWD" => "You can update your profile and password by clicking on Edit Profile." + ) , + "regn" => array ( + "TITLE" => "Registration" + ) , + "find_patient" => array ( + "TITLE" => "Patient Look-up", + "ADD_NEW_PATIENT" => "Add New Patient", + "TIPS_REGISTRATION_1" => "This page allows us to register new patients or lookup existing patients based on name, patient ID or number.", + "TIPS_REGISTRATION_2" => "Once a patient has been registered, we can use this page to view,edit the patients profile.", + "TIPS_PATIENT_LOOKUP" => "To register a new specimen, enter Patient by ID/Name or add a new Patient first.", + "MSG_NOMATCH" => "No match found", + "CMD_REGISTERSPECIMEN" => "Register Specimen", + "CMD_VIEWPROFILE" => "View Profile", + "CMD_DELPROFILE" => "Delete Profile", + "CMD_UPDPROFILE" => "Update Profile" + ) , + "new_patient" => array ( + "TITLE" => "New Patient", + "MSG_BACKTOLOOKUP" => "Back to Patient Look-up", + "MSG_ADDNEWENTRY" => "Please add new entry", + "CMD_SELECTFORREGN" => "Select for Registration", + "SIMILAR_NAMES" => "Similar Names", + "MSG_PID_INVALID" => "Patient ID invalid/already exists", + "TIPS_REGN_NEW" => "Patient ID, Name and Gender are mandatory fields", + "TIPS_REGN" => "You can move to the next field by pressing Tab key or clicking on it using the mouse.", + "TIPS_DOB_AGE" => "Only one of Age or Date of Birth is required for entry." + ) , + "new_specimen" => array ( + "TITLE" => "Specimen Registration", + "ADD_ANOTHER_SPECIMEN" => "Add Another Specimen", + "MSG_SELECT_STYPE" => "Select specimen type first", + "MSG_SURETO_REMOVE" => "Are you sure you want to remove this specimen form?", + "MSG_ADD_PATIENT" => "Please select or add a patient first.", + "MSG_STYPE_MISSING" => "Specimen type missing", + "MSG_NOTESTS_SELECTED" => "No tests selected", + "MSG_SID_MISSING" => "Specimen ID missing", + "MSG_SID_INVALID" => "Specimen ID invalid/already exists", + "MSG_RDATE_INVALID" => "Lab receipt date invalid", + "MSG_CDATE_INVALID" => "Collection date invalid", + "MSG_NOTESTMATCH" => "No compatible tests found", + "TIPS_SURETOABORT" => "Are you sure you want to abort this registration?", + "TIPS_REGISTRATION_SPECIMEN" => "Please select a specimen type to see the tests for that specimen.", + "TIPS_REGISTRATION_SPECIMEN_1" => "To add more than one specimen click on Add Another Specimen option." + ) , + "specimen_added" => array ( + "TITLE" => "Specimens Registered", + "MSG_NEXTSPECIMEN" => "Register Next Specimen" + ) , + "results_entry" => array ( + "TITLE" => "Results", + "MENU_SINGLESPECIMEN" => "Single Specimen Results", + "MENU_LABSECTION" => "Lab Section-wise Results", + "MENU_BATCHRESULTS" => "Batch Results", + "MENU_VERIFYRESULTS" => "Verify Results", + "CONTROL_TESTING_RESULTS" => "Control Results", + "RELATED_RESULTS" => "Related Test Results Entry", + "RELATED_RESULTS_EMPTY" => "No related tests for this specimen", + "MENU_REPORTRESULTS" => "Report Results", + "MENU_WORKSHEET" => "Worksheet", + "BLANK_WORKSHEET" => "Keep Blank", + "NUM_ROWS" => "Number of Rows", + "MSG_PENDINGNOTFOUND" => "No pending specimens found", + "MSG_ALREADYENTERED" => "Results Present", + "MSG_RESULTSUBMITTED" => "Results Submitted", + "MSG_RESULTMISSING" => "Result values missing", + "TIPS_VERIFYCONFIRM" => "Final results. Are you sure?", + "TIPS_VERIFYNOTFOUND" => "No unverified results found", + "TIPS_VERIFYDONE" => "Results marked as verified", + "TIPS_NOSPECIMENSTOTEST" => "No pending specimens to test", + "TIPS_NOUNREPORTEDFOUND" => "No unreported specimens found.", + "CMD_MARKASREPORTED" => "Mark as Reported", + "TIPS_MARKEDREPORTED" => "Selected specimens marked as Reported", + "MSG_RESULTSUBMITTEDALL" => "All results submitted for this patient", + "CUSTOM_WORKSHEET" => "Custom Worksheet" + ) , + "search" => array ( + "TITLE" => "Search", + "TIPS_SEARCH_1" => "You can use this page to search for registered patients. Enter a partial name to generate a list of patients containing the string.", + "TIPS_SEARCH_2" => "Once you select the patient, you can view the patient's profile, look up the tests he has undergone and the results of those tests.", + "TIPS_SEARCH" => "Search for a Specimen by ID or Patients by ID/Name" + ) , + "patient_profile" => array ( + "TITLE" => "Patient Profile", + "MSG_REGNEWSPECIMEN" => "Register New Specimen", + "MSG_UPDATEPROFILE" => "Update Profile", + "MSG_PRINTHISTORY" => "Print Patient Report", + "TIPS_AGEORDOB" => "Please enter either Age or Date of Birth" + ) , + "specimen_info" => array ( + "TITLE" => "Specimen Info", + "REGDTESTS" => "Registered Tests", + "TIPS_NOTESTSREGD" => "No registered tests found for this specimen", + "TIPS_VERIFYDONE" => "Specimen results verified and updated", + "TIPS_ENTRYDONE" => "Specimen results entered", + "TITLE_VERIFY" => "Verify Specimen Results", + "TITLE_ENTRY" => "Specimen Results Entry", + "TIPS_VERIFY" => "Verify results for this specimen and make corrections if any", + "TIPS_ENTRY" => "Enter results for this specimen and make corrections to already existing results if any" + ) , + "lab_configs" => array ( + "TITLE" => "Lab Configurations", + "CMD_ADDNEWLAB" => "Add New Lab", + "CMD_VIEWALL" => "View All", + "NEW_LAB_CONFIGURATION" => "New Lab Configuration", + "MENU_SITEINFO" => "Site Information", + "MENU_FIELDS" => "Confirmation", + "TIPS_CUSTOM" => "Note: Custom fields can be added after the lab has been configured, using Manage lab configuration option.", + "TIPS_CONFIRMNEWLAB" => "Please review and confirm all settings and click on Add to create lab configuration.", + "TIPS_CREATINGLAB" => "Please wait while the system creates lab configuration. This may take a few minutes.", + "TIPS_MISSING_FACILITY" => "Error: Facility Name missing", + "TIPS_MISSING_LOCATION" => "Error: Facility Name missing", + "TIPS_MISSING_MGR" => "Error: Lab Manager not selected", + "TIPS_MISSING_STYPES" => "Error: No specimen types selected", + "TIPS_MISSING_TTYPES" => "Error: No test types selected" + ) , + "lab_config_home" => array ( + "TITLE" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "TIPS_SUMMARY_1" => "Gives a summary of lab setup including the lab personnel accounts, test and specimen types.", + "TIPS_SUMMARY_2" => "-", + "TIPS_SUMMARY_3" => "-", + "MENU_BACKUP_REVERT" => "Revert To Backup", + "TIPS_REVERT" => "In case of system failure, if we want to revert to a previously backedup copy of the data we can use this option. You can choose to backup current version before doing this. You may also choose to include to revert back the language settings.", + "BACKUP_LOCATION" => "Backup Version", + "INCLUDE_LANGUAGE_SETTINGS" => "Include Language Settings", + "MENU_ST_TYPES" => "Specimen/Test Types", + "TIPS_SPECIMENTESTTYPES" => "Specimen / Test Types - This option allows us to configure the Specimens can be collected and Tests that are performed at the particular lab.", + "TIPS_TARGETTAT" => "Target TAT - This option list the turnaround time for each test type. We can modify the TAT using the Edit option and changing the value.", + "TIPS_RESULTINTERPRETATION" => "Result Interpretation - This option allows us to specify the interpretation for multiple ranges of values for each test type.", + "MENU_USERS" => "User Accounts", + "TIPS_USERACCOUNTS_1" => "This page gives a summary of the various users given access to the system.", + "TIPS_USERACCOUNTS_2" => "It also allows for creation of new user accounts.", + "TIPS_USERACCOUNTS_3" => "It allows to edit account settings, delete accounts and monitor account activity.", + "MENU_CUSTOM" => "Registration Fields", + "TIPS_REGISTRATIONFIELDS_1" => "This page allows for the configuration of the patient registration page. It allows for creating mandatory fields and hides certain fields if they are not desired to be filled.", + "TIPS_REGISTRATIONFIELDS_2" => "It also allows for creation of certain custom fields for Patient registration and new Specimen addition which may be needed by certain labs only.", + "TIPS_REGISTRATIONFIELDS_3" => "-", + "MENU_TAT" => "Target TAT", + "MENU_INFECTION" => "Infection Report", + "TIPS_INFECTIONREPORT" => "This is an editable page for setting the various parameters associaated with each individual test type.", + "MENU_GENERAL" => "General Settings", + "Reports" => "Reports", + "Tests"=>"Tests", + "New Stock"=>"New Stock", + "Edit Stock"=>"Edit Stock", + "Inventory"=>"Inventory", + "MENU_REPORTCONFIG" => "Daily Report Settings", + "TIPS_DAILYREPORTSETTINGS" => "This is an editable page for setting the layout of the Patient Report, Daily log of Specimens and Daily log of Patients.", + "MENU_WORKSHEETCONFIG" => "Worksheet", + "TIPS_WORKSHEETS" => "This is an editable page for creating custom worksheets.", + "MENU_MGR" => "Change Manager", + "MENU_DEL" => "Delete Configuration", + "MENU_EXPORTCONFIG" => "Export Configuration", + "RECENT_ACTIVITY" => "Recent Activity", + "SP_REGNS" => "Specimen Registrations", + "RE_ENTRIES" => "Result Entries", + "TIPS_RECENTACT" => "No recent user activity found", + "NEW_LAB_USER" => "New Lab User", + "EDIT_LAB_USER" => "New Lab User", + "TIPS_CUSTOMFIELD_NOTFOUND" => "No custom fields exist", + "CUSTOMFIELDS" => "Custom Fields", + "NEW_CUSTOMFIELD" => "New Custom Field", + "EDIT_CUSTOMFIELD" => "Edit Custom Field", + "ASSIGN_TO" => "Assign To", + "TIPS_LABDELETE" => "Are you sure you want to delete this lab configuration? All data and technician accounts will be deleted permanently.", + "TIPS_SPECIMENSNOTSELECTED" => "Error: No specimen types selected", + "TIPS_TESTSNOTSELECTED" => "Error: No test types selected", + "TIPS_USERACC" => "Edit user account details or reset password by entering a new one.", + "GROUP_BYGENDER" => "Group By Gender", + "GROUP_BYAGE" => "Group By Age", + "RANGE_AGE" => "Age Range", + "RANGE_NOTREQD" => "No range configuration required.", + "MSG_PENDINGTAT" => "Default TAT for pending tests", + "MODIFYLANG" => "Modify Language", + "MSG_LANGUPDATED" => "Language strings updated.", + "OTHER_FIELDS" => "Other Fields", + "MARGINS" => "Margins", + "COLUMN_WIDTH" => "Column Width", + "TOP" => "Top", + "BOTTOM" => "Bottom", + "LEFT" => "Left", + "RIGHT" => "Right", + "DAILY" => "Daily", + "WEEKLY" => "Weekly", + "MONTHLY" => "Monthly", + "YEARLY" => "Yearly", + "USE_PNAME_RESULTS" => "Display Name at Results Entry", + "CUSTOM_WORKSHEETS" => "Custom Worksheets", + "NEW_CUSTOMWORKSHEET" => "Add Custom Worksheet", + "ADDED_CUSTOMWORKSHEET" => "Custom Worksheet Added", + "EDIT_CUSTOMWORKSHEET" => "Edit Custom Worksheet", + "UPDATED_CUSTOMWORKSHEET" => "Custom Worksheet Updated", + "BACK_TOCONFIG" => "Back to Configuration", + "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", + "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process.", + "TIPS_SETUPNETWORK_3" => "You will now be able to access BLIS by clicking on BlisSetup.html and entering your username and password.", + "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure click on Setup Network option again.", + "RPT_ITEMS_ON_ROW"=>"Items on a row", + "RPT_SHOW_DEMO_BORDER"=>"Show Demographics border", + "RPT_SHOW_SPM_BORDER"=>"Show Results border", + "TIPS_PATIENTFIELDSORDER"=>"This page is used to set how patient fields are ordered on the report. That is; which one comes first...", + "MENU_PATIENTFIELDSORDER"=>"Patient Fields Order Setup", + "RPT_R_BORDER_HOR"=>"Horizontal", + "RPT_R_BORDER_VERT"=>"Vertical" + + ) , + "lab_admins" => array ( + "TITLE" => "Lab Managers", + "LABS_ASSIGNED" => "Labs Assigned", + "TIPS_MANAGELAB" => "To edit technician accounts, use Manage option in Lab Configurations page.", + "TIPS_ACC_LABSEXIST" => "Lab Configurations exist under this admin account. Please delete or re-assign them before deleting this account.", + "ADD_NEW_ADMIN" => "Add New Manager", + "EDIT_ADMIN_ACC" => "Edit Lab Manager" + ) , + "catalog" => array ( + "TITLE" => "Test Catalog", + "MENU_REMOVEDATA" => "Delete Catalog Data", + "TIPS_CATALOG" => "You can add, remove or modify specimen types, test types and valid ranges on this page.", + "TIPS_TESTSNOTFOUND" => "No Test Types found in Catalog", + "TIPS_SPECIMENSNOTFOUND" => "No Specimen Types found in Catalog", + "TIPS_REMOVEDATA" => "Sure to remove catalog data? All specimen/test types will be deleted and would have to be entered again.", + "NEW_TEST_TYPE" => "New Test Type", + "NEW_SPECIMEN_TYPE" => "New Specimen Type", + "EDIT_TEST_TYPE" => "Edit Test Type", + "EDIT_SPECIMEN_TYPE" => "Edit Specimen Type", + "NEW_LAB_SECTION" => "New Lab Section", + "TIPS_MISSING_TESTNAME" => "Error: Test name missing", + "TIPS_MISSING_SPECIMENNAME" => "Error: Specimen name missing", + "TIPS_MISSING_CATNAME" => "Error: Lab Section missing", + "TIPS_MISSING_SELECTEDSPECIMEN" => "Error: No compatible specimens selected ", + "TIPS_MISSING_SELECTEDTESTS" => "Error: No compatible tests selected ", + "TIPS_MISSING_SELECTEDMEASURES" => "Error: No measures selected for this test type", + "TEST_TYPE_ADDED" => "Test Type Added", + "SPECIMEN_TYPE_ADDED" => "Specimen Type Added", + "TEST_TYPE_UPDATED" => "Test Type Updated", + "SPECIMEN_TYPE_UPDATED" => "Specimen Type Updated", + "CMD_BACK_TOCATALOG" => "Back to Catalog", + "TIPS_MEASURES" => "Only numbers and alphabets should be used while adding measures.For the range option please specify the lower and the upper bound.", + "TIPS_TC_TESTTYPE_1" => "Gives a complete listing of the available test types.", + "TIPS_TC_TESTTYPE_2" => "Use this page to edit existing test types.", + "TIPS_TC_TESTTYPE_3" => "You can also add new Test types using the 'Add New' option located near the top of the Page.", + "TIPS_TC_SPECIMENTYPE_1" => "Gives a complete listing of the available specimen types.", + "TIPS_TC_SPECIMENTYPE_2" => "Use this page to edit existing specimen types. Tests compatible with a particular specimen type can added/deleted by checking the appropriate boxes located here.", + "TIPS_TC_SPECIMENTYPE_3" => "You can also add new Specimen types using the 'Add New' option located near the top of the Page." + ) , + "reports" => array ( + "TITLE" => "Reports", + "MENU_DAILY" => "Daily Reports", + "MENU_PATIENT" => "Patient Report", + "MENU_SPECIMEN" => "Individual Specimen", + "MENU_PHISTORY" => "Patient History", + "MENU_TESTRECORDS" => "Test Records", + "MENU_PENDINGTESTS" => "Pending Tests", + "MENU_DAILYLOGS" => "Daily Log", + "MENU_AGGREPORTS" => "Aggregate Reports", + "MENU_INFECTIONSUMMARY" => "Prevalence Rate", + "MENU_COUNTS" => "Counts", + "MENU_CONTROLREPORT" => "Control Report", + "MENU_TAT" => "Turnaround Time", + "MENU_INFECTIONREPORT" => "Infection Report", + "COUNT_TYPE" => "Count Type", + "COUNT_TEST" => "Test Count", + "COUNT_SPECIMEN" => "Specimen Count", + "TIPS_PHISTORY" => "Select Site and Patient ID to print Patient Test History.", + "TIPS_SPECIMEN" => "Select Specimen to view Report of all tests done on it", + "TIPS_TESTRECORDS" => "Select Site, Test Type, Date Interval and Fields to print Test Records.", + "TIPS_PENDINGTESTS" => "Select Site and Test Type to view tests pending at the site.", + "TIPS_DAILYLOGS" => "Print all records handled on a given day.", + "TIPS_INFECTIONSUMMARY" => "Select facility and date range to view infection graph and prevalence rates.", + "TIPS_COUNTS" => "Select Site and Date Interval to view number of Specimens or Tests Handled over the specified duration.", + "TIPS_TAT" => "Select Site and Date Interval to view average test-wise Turn around Times over the specified duration.", + "TIPS_INFECTIONREPORT" => "Select tests to generate age and gender-wise Infection Report.", + "TIPS_GETACCESSIONREPORT" => "Get Entire Accession Report", + "RANGE_NORMAL" => "Normal Range", + "REPORT_SAMPLE" => "Complete Sample Report", + "TIPS_RECNOTFOUND" => "No records found", + "TOTAL" => "Total", + "TOTAL_TESTS" => "Total Tests", + "TOTAL_PATIENTS" => "Total Patients", + "TOTAL_SPECIMENS" => "Total Specimens", + "TESTED_N" => "Tested Negative", + "TESTED_P" => "Tested Positive", + "TOTAL_MF" => "M/F Total", + "RANGE_AGE" => "Age Ranges", + "MSG_BACKTOREPORTS" => "Back To Reports", + "TIPS_NONEWTESTS" => "No new tests registered on this date.", + "TIPS_NONEWPATIENTS" => "No new patients registered on this date.", + "MSG_SHOWTABLE" => "Show Table", + "MSG_HIDETABLE" => "Hide Table", + "MSG_SHOWGRAPH" => "Show Graph", + "MSG_HIDEGRAPH" => "Hide Graph", + "TIPS_NODISCRETE" => "Error: No alphanumeric value tests found", + "PROGRESSION_M" => "Monthly", + "PROGRESSION_W" => "Weekly", + "PROGRESSION_D" => "Daily", + "REPORT_PERIOD" => "Reporting Period", + "TIPS_NOTATTESTS" => "No test entries found for the given date range.", + "TIPS_TATEXCEED" => "No specimens exceeded target TAT.", + "TIPS_TATEXCEEDNUM" => "Specimens exceeded target TAT.", + "TIPS_TATNOPENDING" => "No specimens pending in the supplied date interval.", + "TIPS_TATPENDING" => "Specimens pending in the supplied date interval.", + "TIPS_CONFIGINFECTION" => "ERROR: Infection Report not configured for this facility. Please contact lab manager.", + "TIPS_NOMATCHSPECIMENS" => "No matching specimens found", + "TIPS_MULTPATIENTS" => "Selected specimens belong to different patients. Please try again.", + "MSG_INCLUDEPENDING" => "Include Pending Tests", + "TIPS_TABLESORT" => "Click on column heading to sort the table by that field.", + "MSG_ALLTESTSCOMPLETED" => "All tests completed" + ) , + "edit_profile" => array ( + "LINK_CHANGEPWD" => "Change Password", + "TIPS_CASEPWD" => "Please note that passwords are case-sensitive.", + "MSG_NOFIELDUPDATE" => "No profile fields to update", + "CURRPWD" => "Current Password", + "NEWPWD" => "New Password", + "REENTERPWD" => "Re-enter Password", + "MSG_REQDFIELD" => "Required field", + "MSG_PWDNOMATCH" => "Passwords do not match", + "MSG_PWDMINLENGTH" => "Min password length is 3", + "MSG_PROFILEUPDATED" => "Profile Updated", + "MSG_PWDUPDATEERROR" => "Error while updating Password", + "MSG_PWDMATCHERROR" => "Error: Old password did not match", + "MSG_PWDUPDATED" => "Password updated" + ) , + "help" => array ( + "TITLE" => "Help" + ) , + "stocks" => array ( + "Reagent" => "Reagent", + "Lot_Number" => "Lot Number", + "Expiry_Date" => "Expiry Date", + "Manufacturer" => "Manufacturer", + "Supplier" => "Supplier", + "Quantity_Supplied" => "Quantity Supplied", + "Units" => "Units", + "Quantity" => "Quantity", + "Edit" => "Edit", + "Inventory" => "Inventory", + "Current_Inventory" => "Current Inventory", + "Quantity_Signed_Out" => "Quantity Signed Out", + "Receiver" => "Receiver", + "Remarks" => "Remarks", + "View_Current_Inventory" => "View Current Inventory", + "Current_Stock" => "Current Stock", + "Add_Stock" => "Add Stock", + "Edit_Stock" => "Edit Stock", + "Total_Quantity" => "Total Quantity", + "Quantity_In_Stock" => "Quantity In Stock", + "TIPS_ADD" => "Add the details of the stock in the given form. To add more that one stock items you can select Add Another.", + "TIPS_UPDATE" => "Enter the quantity of the stock being checked out. The table below gives account of the current inventory.", + "Cost_per_Unit" => "Cost per Unit", + "Date_received" => "Date received" + ) , + "lang_modify" => array ( + "TITLE" => "Modify Language", + "CATEGORY" => "Category", + "TIPS_MODIFYLANG_1" => "This page allows to toggle between languages. It also allows you to change the content being displayed.", + "TIPS_MODIFYLANG_2" => "You can also choose to change the language for a few pages using this option. The pages are listed as a drop-down menu." + ) , + "blis_help_page" => array ( + "TITLE" => "Help page", + "MENU_LABCONFIG" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "TIPS_SUMMARY_1" => "Gives a summary of lab setup including the lab personnel accounts, test and specimen types.", + "TIPS_SUMMARY_2" => "-", + "TIPS_SUMMARY_3" => "-", + "MENU_TESTS" => "Tests", + "TIPS_SPECIMENTESTTYPES" => "Specimen / Test Types - This option allows us to configure the Specimens can be collected and Tests that are performed at the particular lab.", + "TIPS_TARGETTAT" => "Target TAT - This option list the turnaround time for each test type. We can modify the TAT using the Edit option and changing the value.", + "TIPS_RESULTINTERPRETATION" => "Result Interpretation - This option allows us to specify the interpretation for multiple ranges of values for each test type.", + "MENU_L_REPORTS" => "Reports", + "MENU_R_INFECTIONREPORT" => "Infection Report", + "TIPS_INFECTIONREPORT" => "Infection Report: This option generates an aggregate infection report for a particular period for one or all Lab sections. It also provides an option to create a Word document of the generated report.", + "MENU_R_DRS" => "Daily Report Settings", + "TIPS_DAILYREPORTSETTINGS" => "This is an editable page for setting the layout of the Patient Report, Daily log of Specimens and Daily log of Patients.", + "MENU_R_WORKSHEETS" => "Worksheets", + "TIPS_WORKSHEETS" => "This is an editable page for creating custom worksheets.", + "MENU_USERACCOUNTS" => "User Accounts", + "TIPS_USERACCOUNTS_1" => "This page gives a summary of the various users given access to the system.", + "TIPS_USERACCOUNTS_2" => "It also allows for creation of new user accounts.", + "TIPS_USERACCOUNTS_3" => "It allows to edit account settings, delete accounts and monitor account activity.", + "MENU_REGISTRATIONFIELDS" => "Registration Fields", + "TIPS_REGISTRATIONFIELDS_1" => "This page allows for the configuration of the patient registration page. It allows for creating mandatory fields and hides certain fields if they are not desired to be filled.", + "TIPS_REGISTRATIONFIELDS_2" => "It also allows for creation of certain custom fields for Patient registration and new Specimen addition which may be needed by certain labs only.", + "TIPS_REGISTRATIONFIELDS_3" => "-", + "MENU_MODIFYLANG" => "Modify Language", + "TIPS_MODIFYLANG_1" => "This page allows to toggle between languages.", + "TIPS_MODIFYLANG_2" => "You can also choose to change the language for a few pages using this option. The pages are listed as a drop-down menu.", + "MENU_SETUPNETWORK" => "Setup Network", + "TIPS_SETUPNETWORK_1" => "Login as Admin.", + "TIPS_SETUPNETWORK_2" => "Click on the Setup Network option in the Lab Configuration tab.", + "TIPS_SETUPNETWORK_3" => "You will now be able to access BLIS by clicking on BlisSetup.html and entering your username and password.", + "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure repeat above steps again.", + "MENU_EXPORTCONFIG" => "Export Configuration", + "TIPS_EXPORTCONFIG" => "This option gives the configuration summary for the entire system as a Microsoft Word document.", + "MENU_BACKUP" => "Backup Data", + "TIPS_BACKUP" => "This option allows to take a backup of the entire system to prevent loss of data.", + "MENU_REVERT" => "Revert to Backup", + "TIPS_REVERT" => "In case of system failure, if we want to revert to a previously backedup copy of the data we can use this option.", + "MENU_TESTCATALOG" => "Test Catalog", + "MENU_TC_TESTTYPE" => "Test Type", + "TIPS_TC_TESTTYPE_1" => "Gives a complete listing of the available test types.", + "TIPS_TC_TESTTYPE_2" => "We can use this page to edit existing present test types.", + "TIPS_TC_TESTTYPE_3" => "New test types can also be added using the Add New option located near the top of the Page.", + "MENU_TC_SPECIMENTYPE" => "Specimen Type", + "TIPS_TC_SPECIMENTYPE_1" => "Gives a complete listing of the available specimen types.", + "TIPS_TC_SPECIMENTYPE_2" => "We can use this page to edit existing specimen types. Tests compatible with a particular specimen type can added/deleted by checking the appropriate boxes located here.", + "TIPS_TC_SPECIMENTYPE_3" => "New specimen types can also be added using the Add New option located near the top of the Page.", + "MENU_BACKUPDATA" => "Backup Data", + "TIPS_BACKUPDATA" => "This option takes a backup of the system and stores it on the local drive. This option is only available to the Admin.", + "MENU_REGISTRATION" => "Registration", + "TIPS_REGISTRATION_1" => "This page allows us to register new patients or lookup existing patients based on name, patient ID or number.", + "TIPS_REGISTRATION_2" => "Once a patient has been registered, we can use this page to view,edit the patients profile.", + "TIPS_REGISTRATION_3" => "We can also register a specimen the patient has provided for a particular test.", + "MENU_RESULTS" => "Results", + "MENU_R_SINGLESPECIMENRESULTS" => "Single Specimen Results", + "TIPS_R_SINGLESPECIMENRESULTS" => "This option allows us to add results for a particular patient based on the specimens he had provided.", + "MENU_R_BATCHRESULTS" => "Batch Results", + "TIPS_R_BATCHRESULTS" => "This option allows us to add results for a particular Test Type.", + "MENU_R_VERIFYRESULTS" => "Verify Results", + "TIPS_R_VERIFYRESULTS" => "This option allows us to verify the result based on the test type. It shows the list of results for all patients whose results have not been verified. You can modify the results and enter remarks before verifying the results.", + "MENU_R_WORKSHEET" => "Worksheet", + "TIPS_R_WORKSHEET_1" => "This option generates a worksheet based on the Lab Section and Test Type. You can also use a custom worksheet which can be created by Admins using Lab Configuration > Tests > Reports > Worksheet.", + "TIPS_R_WORKSHEET_2" => "You can create a blank worksheet by choosing the Keep Blank option and specifying the number of rows you need.", + "MENU_SEARCH" => "Search", + "TIPS_SEARCH_1" => "You can use this page to search for registered patients. Enter a partial name to generate a list of patients containing the string.", + "TIPS_SEARCH_2" => "Once you select the patient, you can view the patient's profile, look up the tests he has undergone and the results of those tests.", + "TIPS_SEARCH_3" => "-", + "MENU_INVENTORY" => "Inventory", + "TIPS_INVENTORY_1" => "This page displays the current reagent quantities in stock.", + "TIPS_INVENTORY_2" => "You can update stock as you acquire new reagents by adding the reagent name,quantity received, receiver name and remarks.", + "TIPS_INVENTORY_3" => "-", + "MENU_REPORTS" => "Reports", + "MENU_DAILYREPORTS" => "Daily Reports", + "TIPS_PATIENTREPORT" => "Patient Report: This option allows us to generate the report for a particular patient based on either, the patient name, patient number or patient id.", + "TIPS_DAILYLOG" => "Daily Log: This option generates a daily of either patient or test records from a particular start date to end date. You can customize the kind of report you want by choosing one option from the Section (e.g. Serology, Hematology) and/or Test type (e.g. ALT/SGPT, HGB) dropdown menus.", + "MENU_AGGREGATEREPORTS" => "Aggregate Reports", + "TIPS_PREVALENCERATE" => "Prevalence Rate: This report gives the prevalence of a particular infection type based on the number of tests done and the results. You can enter the specified period for which you want to check the prevalence rate of a particular infection. You can also views the Trends of the infection for the defined period, as a graph, by clicking the Trends option when the report is displayed.", + "TIPS_COUNTS" => "Counts: This option generates a report for a particular period of time based on the count of tests, specimen or doctor statistics.", + "TIPS_TURNAROUNDTIME" => "Turnaround Time: This option generates the turnaround time for all or chosen test for a particular period of time. It also generates a graph of the statistics. You can choose to include both pending and completed tests or just the completed tests.", + "TIPS_INFECTIONREPORT" => "Infection Report: This option generates an aggregate infection report for a particular period for one or all Lab sections. It also provides an option to create a Word document of the generated report.", + "TIPS_INVENTORY" => "Inventory: This option generates a listing of the current inventory." + + ) , + "search_condition" => array ( + "SEARCH_BEGIN_WITH"=>"Starts with", + "SEARCH_END_WITH"=>"End with", + "SEARCH_CONTAINS"=>"Contains" + ) +); + +include("../lang/lang_util.php"); +?> \ No newline at end of file diff --git a/htdocs/Language/en.php b/htdocs/Language/en.php index 078b3b51d..91580c5a3 100644 --- a/htdocs/Language/en.php +++ b/htdocs/Language/en.php @@ -254,7 +254,7 @@ "CMD_VIEWPROFILE" => "View Profile", "CMD_DELPROFILE" => "Delete Profile", "CMD_UPDPROFILE" => "Update Profile" - ) , + ) , "doctor_register" => array ( "TITLE" => "Patient Look-up", "ADD_NEW_PATIENT" => "Add New Patient", diff --git a/htdocs/Language/en.php.bak b/htdocs/Language/en.php.bak index 252d137d6..fd38de921 100644 --- a/htdocs/Language/en.php.bak +++ b/htdocs/Language/en.php.bak @@ -204,7 +204,8 @@ $LANG_ARRAY = array ( "LANGUAGE" => "Language", "USER_FUNCTIONS" => "Functions", "APPROX" => "approximate", - "LANDSCAPE" => "Landscape mode" + "LANDSCAPE" => "Landscape mode", + "TIPS_PATIENTID_EXISTS"=>"Patient ID already exist. Look up for patient to confirm and register specimen" ) , "header" => array ( "TITLE" => "", @@ -434,7 +435,15 @@ $LANG_ARRAY = array ( "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process.", "TIPS_SETUPNETWORK_3" => "You will now be able to access BLIS by clicking on BlisSetup.html and entering your username and password.", - "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure click on Setup Network option again." + "TIPS_SETUPNETWORK_4" => "In case of a computer restart or network failure click on Setup Network option again.", + "RPT_ITEMS_ON_ROW"=>"Items on a row", + "RPT_SHOW_DEMO_BORDER"=>"Show Demographics border", + "RPT_SHOW_SPM_BORDER"=>"Show Results border", + "TIPS_PATIENTFIELDSORDER"=>"This page is used to set how patient fields are ordered on the report. That is; which one comes first...", + "MENU_PATIENTFIELDSORDER"=>"Patient Fields Order Setup", + "RPT_R_BORDER_HOR"=>"Horizontal", + "RPT_R_BORDER_VERT"=>"Vertical" + ) , "lab_admins" => array ( "TITLE" => "Lab Managers", @@ -557,7 +566,7 @@ $LANG_ARRAY = array ( "TITLE" => "Help" ) , "stocks" => array ( - "Reagent" => "Reagent", + "Reagent" => "Item", "Lot_Number" => "Lot Number", "Expiry_Date" => "Expiry Date", "Manufacturer" => "Manufacturer", @@ -658,8 +667,8 @@ $LANG_ARRAY = array ( "TIPS_SEARCH_2" => "Once you select the patient, you can view the patient's profile, look up the tests he has undergone and the results of those tests.", "TIPS_SEARCH_3" => "-", "MENU_INVENTORY" => "Inventory", - "TIPS_INVENTORY_1" => "This page displays the current reagent quantities in stock.", - "TIPS_INVENTORY_2" => "You can update stock as you acquire new reagents by adding the reagent name,quantity received, receiver name and remarks.", + "TIPS_INVENTORY_1" => "This page displays the current Item quantities in stock.", + "TIPS_INVENTORY_2" => "You can update stock as you acquire new items by adding the item name,quantity received, receiver name and remarks.", "TIPS_INVENTORY_3" => "-", "MENU_REPORTS" => "Reports", "MENU_DAILYREPORTS" => "Daily Reports", @@ -672,7 +681,12 @@ $LANG_ARRAY = array ( "TIPS_INFECTIONREPORT" => "Infection Report: This option generates an aggregate infection report for a particular period for one or all Lab sections. It also provides an option to create a Word document of the generated report.", "TIPS_INVENTORY" => "Inventory: This option generates a listing of the current inventory." - ) + ) , + "search_condition" => array ( + "SEARCH_BEGIN_WITH"=>"Starts with", + "SEARCH_END_WITH"=>"End with", + "SEARCH_CONTAINS"=>"Contains" + ) ); include("../lang/lang_util.php"); diff --git a/htdocs/Language/en.xml b/htdocs/Language/en.xml index 61abca519..a2b5547a8 100644 --- a/htdocs/Language/en.xml +++ b/htdocs/Language/en.xml @@ -13,46 +13,6 @@ PWD Password - - DEFAULT_CURRENCY - Default Currency Name: - - - CURRENCY_DELIMITER - Currency Delimiter: - - - CURRENCY - Currency - - - EXCHANGE_RATE - Exchange Rate - - - UPDATED_DATE - Updated Date - - - RELATED_TESTS_NOTFOUND - Related Tests Not Found - - - ACTIONS - Actions - - - ADD_CURRENCY_RATEY - Add new currency rate - - - ADD_CURRENCY - Add a new currency >> - - - NEW_CURRENCY - New Currency - PWD_TEMP Temp Password diff --git a/htdocs/Language/fr.php b/htdocs/Language/fr.php index 5bfc16c42..f6d5604f9 100644 --- a/htdocs/Language/fr.php +++ b/htdocs/Language/fr.php @@ -254,7 +254,7 @@ "CMD_VIEWPROFILE" => "Voir le profil", "CMD_DELPROFILE" => "Delete le profil", "CMD_UPDPROFILE" => "Update Profile Fr" - ) , + ) , "doctor_register" => array ( "TITLE" => "Surveillance du Patient", "ADD_NEW_PATIENT" => "Ajouter un Nouveau Patient", diff --git a/htdocs/Language/fr.php.bak b/htdocs/Language/fr.php.bak index 58d8b5c31..25318cfac 100644 --- a/htdocs/Language/fr.php.bak +++ b/htdocs/Language/fr.php.bak @@ -19,7 +19,7 @@ $LANG_ARRAY = array ( "CURRENCY" => "Currency", "EXCHANGE_RATE" => "Exchange Rate", "UPDATED_DATE" => "Updated Date", - "ACTIONS" => "Actions", + "ACTIONS" => "Actes", "ADD_CURRENCY_RATE" => "Add new currency rate", "CMD_LOGIN" => "Ouverture", "CMD_SEARCH" => "Chercher", @@ -205,7 +205,7 @@ $LANG_ARRAY = array ( "USER_FUNCTIONS" => "Fonctions", "APPROX" => "Approximatif", "LANDSCAPE" => "Mode paysage", - "TIPS_PATIENTID_EXISTS"=>"Patient ID existe déjà. S'il vous plaît vérifier et essayer à nouveau." + "TIPS_PATIENTID_EXISTS"=>"Patient ID existent déjà. Consulter pour le patient pour confirmer et enregistrer spécimen" ) , "header" => array ( "TITLE" => "", @@ -435,7 +435,14 @@ $LANG_ARRAY = array ( "BACKUP_CURRENT_VERSION" => "Sauvegarder la version courante avant de retourner.", "TIPS_REVERTDONE" => "La Sauvegarde a réussite. Prière de redemarer pour achener le procedé inverse.", "TIPS_SETUPNETWORK_3" => "Vous allez maintenant être en mesure d'accéder en cliquant sur ??BLIS BlisSetup.html et en entrant votre nom d'utilisateur et mot de passe.", - "TIPS_SETUPNETWORK_4" => "Dans le cas d'un redémarrage de l'ordinateur ou cliquez sur une défaillance du réseau d'installation de réseau option à nouveau." + "TIPS_SETUPNETWORK_4" => "Dans le cas d'un redémarrage de l'ordinateur ou cliquez sur une défaillance du réseau d'installation de réseau option à nouveau.", + "RPT_ITEMS_ON_ROW"=>"Articles sur une ligne", + "RPT_SHOW_DEMO_BORDER"=>"Afficher Démographie frontière", + "RPT_SHOW_SPM_BORDER"=>"Afficher les résultats frontière", + "TIPS_PATIENTFIELDSORDER"=>"Cette page est utilisée pour définir la façon dont les champs patients sont triés sur le rapport. C'est, dont on vient d'abord ...", + "MENU_PATIENTFIELDSORDER"=>"Patient Champs de configuration de commande", + "RPT_R_BORDER_HOR"=>"horizontal", + "RPT_R_BORDER_VERT"=>"vertical" ) , "lab_admins" => array ( "TITLE" => "Biologistes", diff --git a/htdocs/Language/fr.xml b/htdocs/Language/fr.xml index 5d44cc27b..098481a7d 100644 --- a/htdocs/Language/fr.xml +++ b/htdocs/Language/fr.xml @@ -13,46 +13,6 @@ PWD Password - - DEFAULT_CURRENCY - Default Currency Name: - - - CURRENCY_DELIMITER - Currency Delimiter: - - - CURRENCY - Currency - - - EXCHANGE_RATE - Exchange Rate - - - UPDATED_DATE - Updated Date - - - RELATED_TESTS_NOTFOUND - Related Tests Not Found - - - ACTIONS - Actions - - - ADD_CURRENCY_RATEY - Add new currency rate - - - ADD_CURRENCY - Add a new currency >> - - - NEW_CURRENCY - New Currency - PWD_TEMP Mot de pasee Temp. diff --git a/htdocs/MPDF57/CHANGELOG.txt b/htdocs/MPDF57/CHANGELOG.txt new file mode 100644 index 000000000..2e6a5f8f5 --- /dev/null +++ b/htdocs/MPDF57/CHANGELOG.txt @@ -0,0 +1,2895 @@ +=========================== +mPDF 5.7 +14/07/2013 +=========================== + +Files changed +------------- +config.php +mpdf.php +classes/tocontents.php +classes/cssmgr.php +classes/svg.php +includes/functions.php +includes/out.php +examples/formsubmit.php [Important - Security update] + +Updated Example Files in /examples/ +----------------------------------- +All example files +mpdfstyleA4.css + + +config.php +---------- +Removed: + $this->hyphenateTables + $this->hyphenate + $this->orphansAllowed +Edited: + "hyphens: manual" - Added to $this->defaultCSS + $this->allowedCSStags now includes '|TEXTCIRCLE|DOTTAB' +New: + $this->decimal_align = array('DP'=>'.', 'DC'=>',', 'DM'=>"\xc2\xb7", 'DA'=>"\xd9\xab", 'DD'=>'-'); + $this->h2toc = array('H1'=>0, 'H2'=>1, 'H3'=>2); + $this->h2bookmarks = array('H1'=>0, 'H2'=>1, 'H3'=>2); + $this->CJKforceend = false; // Forces overflowng punctuation to hang outside right margin (used with CJK script) + + +Backwards compatability +----------------------- +Changes in mPDF 5.7 may cause some changes to the way your documents appear. There are two main differences: +1) Hyphenation. To retain appearance compatible with earlier versions, set the CSS property "hyphens: auto" whenever + you previously used $mpdf->hyphenate=true; +2) Table of Contents - appearance can now be controlled with CSS styles. By default, in mPDF 5.7, no styling is applied so you will get: + - No indent (previous default of 5mm) - ($tocindent is ignored) + - Any font, font-size set ($tocfont or $tocfontsize) will not work + - HyperLinks will appear with your default appearance - usually blue and underlined + - line spacing will be narrower (can use line-height or margin-top in CSS) + + +New features / Improvements +--------------------------- +Layout of Table of Content ToC now controlled using CSS styles +Text alignment on decimal mark inside tables +Automatically generated bookmarks and/or ToC entries from H1 - H6 tags +Support for unit of "rem" as size e.g. font-size: 1rem; +Origin and clipping for background images and gradients controlled by CSS i.e. background-origin, background-size, background-clip +Text-outline controlled by CSS (compatible with CSS3 spec.) +Use of enhanced by custom CSS "outdent" property +Image HTML attributes added: max-height, max-width, min-height and min-width +Spotcolor can now be defined as it is used e.g. color: spot(PANTONE 534 EC, 100%, 85, 65, 47, 9); +Lists - added support for "start" attribute in
    e.g.
      +Hyphenation controlled using CSS, consistent with CSS3 spec. +Line breaking improved to avoid breaks within words where HTML tags are used e.g. H20 +Line breaking in CJK scripts improved (and ability to force hanging punctuation) +Numerals in a CJK script are kept together +RTL improved support for phrases containing numerals and \ and / +Bidi override codes supported - Right-to-Left Embedding [RLE] U+202B, Left-to-Right Embedding [LRE] U+202A, + U+202C POP DIRECTIONAL FORMATTING (PDF) +Support for in HTML - uses it to SetBasePath for relative URLs. +HTML tag - added support for or - converted to a soft-hyphen +CSS now takes precedence over HTML attribute e.g. + + + +Added CSS support +----------------- +- max-height, max-width, min-height and min-width for images +- "hyphens: none|manual|auto" as per CSS3 spec. +- Decimal mark alignment e.g. text-align: "." center; +- "rem" accepted as a valid (font)size in CSS e.g. font-size: 1.5rem +- text-outline, text-outline-width and text-outline-color supported everywhere except in tables (blur not supported) +- background-origin, background-size, background-clip are now supported everywhere except in tables +- "visibility: hidden|visible|printonly|screenonly" for inline elements e.g. +- Colors: device-cmyk(c,m,y,k) as per CSS3 spec. For consistency, device-cmyka also supported (not CSS3 spec) +- "z-index" can be used to utilise layers in the PDF document +- Custom CSS property added: "outdent" - opposite of indent + +The HTML elements and can now have CSS properties applied to them. + + +Bug fixes +--------- +- SVG images - path including e.g. 1.234E-15 incorrectly parsed (not recognising capital E) +- Tables - if a table starts when the Y position on page is below bottom margin caused endless loop +- Float-ing DIVs - starting a float at bottom of page and it causes page break before anything output, second new page is forced +- Tables - Warning notice now given in Table footer or header if placed after and table spans page +- Columns - block with border-width wider than the length of the border line, line overflows +- Columns - block with no padding containing a block with borders but no backgound colour, borders not printed +- Table in Columns - when background color set by surrounding block element - colour missing for height of half bottom border. +- TOCpagebreakByArray() when called by function was not adding the pagebreak +- Border around block element - dashed not showing correctly (not resetting linewidth between different edges) +- Double border in table - when background colour set in surrounding block element - shows as black line between the 2 bits of double +- Borders around DIVs - "double" border problem if not all 4 sides equally - fixed +- Borders around DIVs - solid (and double) borders overlap as in tables - now fixed so mitred joins as in browser + [Inadvertently improves borders in Columns because of change in LineCap] +- Page numbering - $mpdf->pagenumSuffix etc not suppressed in HTML headers/footers if number suppressed +- Page numbering - Page number total {nbpg} incorrect - e.g. showing decreasing numbers through document, when ToC present +- RTL numerals - incorrectly reversing a number followed by a comma +- Transform to uppercase/lowercase not working for chars > ASCII 128 when using core fonts +- TOCpagebreak - Not setting TOC-FOOTER +- TOCpagebreak - toc-even-header-name etc. not working +- Parsing some relative URLs incorrectly +- Textcircle - when moved to next page by "page-break-inside: avoid" +- Bookmarks will now work if jump more than one level e.g. 0,2,1 Inserts a new blank entry at level 1 +- Paths to img or stylesheets - incorrectly reading "//www.domain.com" i.e. when starting with two / +- data:image as background url() - incorrectly adjusting path on server if MPDF_PATH not specified (included in release mPDF 5.6.1) +- Image problem if spaces or commas in path using http:// URL (included in release mPDF 5.6.1) +- Image URL parsing rewritten to handle both urlencoded URLs and not urlencoded (included in release mPDF 5.6.1) +- fixed to allow color, font-size and font-family to be correctly used, avoid dots being moved to new page, and to work in RTL +- Table {colsum} summed figures in table header +- list-style-type (custom) colour not working +- toc-preHTML and toc-postHTML can now contain quotes + + + +=========================== +mPDF 5.6 +20/01/2013 +=========================== + +Files changed +------------- +mpdf.php +config.php +includes/functions.php +classes/meter.php +classes/directw.php + + +config.php changes +------------------ +$this->allowedCSStags - added HTML5 tags + textcircle AND +$this->outerblocktags - added HTML5 tags +$this->defaultCSS - added default CSS properties + + +New features / Improvements +--------------------------- +CSS support added for for min-height, min-width, max-height and max-width in + +Images embedded in CSS + improved to make it more robust, and + background: url(data:image... now added to work + +HTML5 tags supported +- as generic block elements:
      + + + +CSS visibility: printonly, screenonly +------------------------------------- +Roughly based on CSS + +Works on Block elements P, DIV etc, or Image +Cannot nest / layer. +Inner blocks/image with set visibility are ignored if already set on enclosing block element. +(Block element) does not work inside table (image does) +So 'visible' does nothing but is set as default +(NB Changes output to PDF version 1.5) +Incompatible with PDFA / PDFX + +'visibility' + Value: visible | hidden | (collapse | inherit) + Initial: visible + Applies to: all elements + Inherited: yes + +The 'visibility' property specifies whether the boxes generated by an element are rendered. +Invisible boxes still affect layout (set the 'display' property to 'none' to suppress box generation altogether). +Values have the following meanings: + +visible + The generated box is visible. +hidden + The generated box is invisible (fully transparent, nothing is drawn), but still affects layout. + Furthermore, descendants of the element will be visible if they have 'visibility: visible'. +collapse | inherit + NOT supported in mPDF + +CUSTOM: +printonly | screenonly + + +Added VISIBILITY function +$mpdf->SetVisibility('screenonly'); or 'printonly' 'visible' or 'hidden' +(NB Changes output to PDF version 1.5) +Incompatible with PDFA / PDFX + +CircularText +------------ +function CircularText($x, $y, $r, $text, $align='top', $kerning=120, $fontwidth=100) { +x: abscissa of center +y: ordinate of center +r: radius of circle +text: text to be printed +align: text alignment: top or bottom. Default value: top +kerning: spacing between letters in percentage. Default value: 120. Zero is not allowed. +fontwidth: width of letters in percentage. Default value: 100. Zero is not allowed + +- now uses Kerning between letters if useKerning == true (set manually see example) + +BookMark styling +---------------- +New configurable variable to control appearance of Bookmarks e.g. +$this->bookmarkStyles = array( + 0 => array('color'=> array(0,64,128), 'style'=>'B'), + 1 => array('color'=> array(128,0,0), 'style'=>''), + 2 => array('color'=> array(0,128,0), 'style'=>'I'), +); + +Column sums +----------- +(Also changed some preg_replace to str_replace to improve performance) +To use: just add {colsum} to any cells of the table footer +Add a number to specify a fixed number of decimal points e.g. will give you �123.40 +The width of the column will be calculated using the actual string {colsum} as a placeholder. +If you need the column to be wider, use underscores "_" to pad it e.g. {colsum2_____} + + +Spread tables +------------- +i.e. can split table (columns) across several pages width. +CSS
      Caption title here
      �{colsum2}
      +Cannot use with: +$this->kwt - ignored +$this->table_rotate - ignored +$this->table_keep_together - ignored +$this->ColActive - cancels spread tables + +Messes up with: +$mpdf->forcePortraitHeaders = true; +$mpdf->forcePortraitMargins = true; +Problems with CJK, and RTL + +Will do no resizing of fonts at all. +Maximum width of column = page width i.e. will not split columns across pages - NB will keep colspan>1 on one page +If table row too high for page will die with error message. +Will override some specs for width if this creates conflicts +Recommended to specify absolute value of width on each column. + + + + +Bug fixes +========= +Dottab - if text after dottab is hyperlinked then dots are underlined + +page-break-before now respects $mpdf->restoreBlockPagebreaks = true; i.e. will make pagebreak act like formfeed +Annotation() function called directly with colorarray(r,g,b) + +Added urldecode to _getImage to cope with ../name%20of%20image.jpg +Added urldecode AND htmlspecials_decode to href in link e.g. https://www.google.com/search?hl=en&q=mpdf&filename=name%20of%20file +[barcode.php] Allow   in C39 codes - will be changed to spaces + +
      inside a
      not calculating table width correctly + - leading to either upside down table or error width less than 1 character + +Depracated magic_quotes_runtime() in compress.php + +DIRECTW included twice in compress.php +FORMS mark up for compress.php corrected + +double backslashes not preserved inside
       or 
      +

      + +Select + followed by text +

      + + + +Input Radio + No      Yes +

      + + +Input Radio + No      Keep      Choice +

      + + +Input Text + +

      + +Input Password + +

      + + + Checkboxes
      + Not selected
      + Selected
      + Disabled +

      + + + + + + + + +'; + + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->WriteHTML($html); +$mpdf->Output(); +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example02_CSS_styles.php b/htdocs/MPDF57/examples/example02_CSS_styles.php new file mode 100644 index 000000000..b423e6bbb --- /dev/null +++ b/htdocs/MPDF57/examples/example02_CSS_styles.php @@ -0,0 +1,41 @@ +mPDF +

      Basic Example Using CSS Styles

      + +

      Heading 3

      +

      Heading 4

      +
      Heading 5
      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      +

      Heading using Small-Caps - supported from mPDF version 5

      +

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      +'; + + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('c'); + +$mpdf->SetDisplayMode('fullpage'); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyleA4.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example03_backgrounds_and_borders.php b/htdocs/MPDF57/examples/example03_backgrounds_and_borders.php new file mode 100644 index 000000000..ca1370278 --- /dev/null +++ b/htdocs/MPDF57/examples/example03_backgrounds_and_borders.php @@ -0,0 +1,138 @@ + +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; +} +.radialgradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: radial #00FFFF #FFFF00 0.5 0.5 0.5 0.5 0.65; + margin: auto; +} +.rounded { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + border-radius: 2mm; + background-clip: border-box; +} +h4 { + font-family: sans; + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.5em; +} +div { + padding:1em; + margin-bottom: 1em; + text-align:justify; +} +.example pre { + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; +} + +pre { text-align:left } +pre.code { font-family: monospace } + + + + +

      mPDF

      +

      Backgrounds & Borders

      + +
      +

      Page background

      +
      +The background colour can be set by CSS styles on the <body> tag. This will set the background for the whole page. In this document, the background has been set as a gradient (see below). +
      + +

      Background Gradients

      +
      +Background can be set as a linear or radial gradient between two colours. The background has been set on this <div> element to a linear gradient. CSS style used here is:
      +background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5;
      +The four numbers are coordinates in the form (x1, y1, x2, y2) which defines the gradient vector. x and y are values from 0 to 1, where 1 represents the height or width of the box as it is printed. +
      +
      +Background gradients can be set on all block elements e.g. P, DIV, H1-H6, as well as on BODY. +
      +
      +The background has been set on this <div> element to a radial gradient. CSS style used here is:
      +background-gradient: radial #00FFFF #FFFF00 0.5 0.5 0.5 0.5 0.65;
      +The five numbers are coordinates in the form (x1, y1, x2, y2, r) where (x1, y1) is the starting point of the gradient with color1, +(x2, y2) is the center of the circle with color2, and r is the radius of the circle. +(x1, y1) should be inside the circle, otherwise some areas will not be defined. +
      +
      +Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec mattis lacus ac purus feugiat semper. Donec aliquet nunc odio, vitae pellentesque diam. Pellentesque sed velit lacus. Duis quis dui quis sem consectetur sollicitudin. Cras dolor quam, dapibus et pretium sit amet, elementum vel arcu. Duis rhoncus facilisis erat nec mattis. In hac habitasse platea dictumst. Vivamus hendrerit sem in justo aliquet a pellentesque lorem scelerisque. Suspendisse a augue sed urna rhoncus elementum. Aliquam erat volutpat. +
      + +

      Background Images

      +
      +The CSS properties background-image, background-position, and background-repeat are supported as defined in CSS2, as well as the shorthand form "background". +
      +The background has been set on this <div> element to:
      +background: transparent url(\'bg.jpg\') repeat fixed right top;
      +Background gradients can be set on all block elements e.g. P, DIV, H1-H6, as well as on BODY. +
      + +

      Rounded Borders

      +
      +Rounded corners to borders can be added using border-radius as defined in the draft spec. of CSS3.
      + +The two length values of the border-*-radius properties define the radii of a quarter ellipse that defines the shape of the corner of the outer border edge. +The first value is the horizontal radius.
      +border-top-left-radius: 55pt 25pt; 55pt is radius of curve from top end of left border starting to go round to the top.
      + +If the second length is omitted it is equal to the first (and the corner is thus a quarter circle). If either length is zero, the corner is square, not rounded.
      + +The border-radius shorthand sets all four border-*-radius properties. If values are given before and after a slash, then the values before the slash set the horizontal radius and the values after the slash set the vertical radius. If there is no slash, then the values set both radii equally. The four values for each radii are given in the order top-left, top-right, bottom-right, bottom-left. If bottom-left is omitted it is the same as top-right. If bottom-right is omitted it is the same as top-left. If top-right is omitted it is the same as top-left. +
      +
      +border-radius: 4em;
      + +would be equivalent to
      + +border-top-left-radius: 4em;
      +border-top-right-radius: 4em;
      +border-bottom-right-radius: 4em;
      +border-bottom-left-radius: 4em;

      +
      +and
      +border-radius: 2em 1em 4em / 0.5em 3em;
      +would be equivalent to
      +border-top-left-radius: 2em 0.5em;
      +border-top-right-radius: 1em 3em;
      +border-bottom-right-radius: 4em 0.5em;
      +border-bottom-left-radius: 1em 3em;
      +
      + +
      +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example04_images.php b/htdocs/MPDF57/examples/example04_images.php new file mode 100644 index 000000000..b98776347 --- /dev/null +++ b/htdocs/MPDF57/examples/example04_images.php @@ -0,0 +1,207 @@ + +table { border-collapse: collapse; margin-top: 0; text-align: center; } +td { padding: 0.5em; } +h1 { margin-bottom: 0; }z + +

      mPDF Images

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      GIFJPGJPG (CMYK)PNGBMPWMFSVG

      Opacity 50%

      + +

      Alpha channel

      + + + + + + + + + +
      PNG
      +

      Transparency

      + + + + + + + + + + + + + + + + + + + + + + + + +
      PNG
      GIF
      WMF
      SVG
      + + +Images returned from tiger.php +
      +GIF +JPG +PNG +WMF +SVG +
      + + + + +

      Image Alignment

      +
      From mPDF version 4.2 onwards, in-line images can be individually aligned (vertically). Most of the values for "vertical-align" are supported: top, bottom, middle, baseline, text-top, and text-bottom. The default value for vertical alignment has been changed to baseline, and the default padding to 0, consistent with most browsers. +
      +
      + +
      +These images +are +top +aligned +
      +
      + +
      +These images +are +text-top +aligned +
      +
      + +
      +These images +are +bottom +aligned +
      +
      + +
      +These images +are +text-bottom +aligned +
      +
      + +
      +These images +are +baseline +aligned +
      +
      + +
      +These images +are +middle +aligned +
      +
      + +

      Mixed alignment

      +
      +baseline: +text-bottom: +middle: +bottom: +text-top: +top: +
      + +

      Image Border and padding

      +From mPDF v4.2, Image padding is supported as well as border and margin. + + +

      Rotated Images

      + + + + +
      + + + + +
      +       +       +       + +
      +  +  +  + +
      + +'; +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example05_tables.php b/htdocs/MPDF57/examples/example05_tables.php new file mode 100644 index 000000000..997614a5d --- /dev/null +++ b/htdocs/MPDF57/examples/example05_tables.php @@ -0,0 +1,1017 @@ +mPDF +

      Tables

      +

      CSS Styles

      +

      The CSS properties for tables and cells is increased over that in html2fpdf. It includes recognition of THEAD, TFOOT and TH.
      See below for other facilities such as autosizing, and rotation.

      + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +This is data out of p +

      This is bold data p

      +This is bold data out of p
      +This is normal data after br +

      H3 in a table

      +
      This is data div
      +This is data out of div +
      This is data div (bold)
      +This is data out of div +

      More data

      This is large text

      Row 3

      This is long data

      This is data

      Row 4 <td> cell

      This is data

      This is data

      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      + +

      This table has padding-left and -right set to 5mm i.e. padding within the cells. Also border colour and style, font family and size are set by CSS.

      + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2

      This is data p

      More data

      Row 3

      This is long data

      This is data

      Row 4 <td> cell

      This is data

      This is data

      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      + +

      This table has padding-top and -bottom set to 3mm i.e. padding within the cells. Also background-, border colour and style, font family and size are set by in-line CSS.

      + + + + +
      Row 1This is dataThis is data
      Row 2

      This is data p

      More data

      Row 3

      This is long data

      This is data
      + + +

      Table Styles

      +

      The style sheet used for these examples shows some of the table styles I use on my website. The property \'topntail\' defined by a border-type definition e.g. "1px solid #880000" puts a border at the top and bottom of the table, and also below a header row (thead) if defined. Note also that <thead> will automatically turn on the header-repeat i.e. reproduce the header row at the top of each page.

      +

      bpmTopic Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      More data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      + +

       

      + +

      bpmTopicC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      bpmTopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      +

       

      +

      bpmTopnTailC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      TopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2Bottom right align +

      This is data. Can use

      +

      bold italic sub or sup text

      +
      +

      Bottom right align

      +
      +

      This is data. This cell

      +

      uses Cell Styles to set

      +

      the borders.

      +

      All borders are collapsible

      +

      in mPDF.

      +
      This is data
      Row header 4 +

      This is data p

      +
      More data
      Row header 5Also data merged and centered
      + +

       

      + +

      Lists in a Table

      + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2 +
        +
      1. Item 1
      2. +
      3. Item 2 +
          +
        1. Subitem of ordered list
        2. +
        3. Subitem 2 +
            +
          1. Level 3 subitem
          2. +
          3. Level 3 subitem
          4. +
          +
        4. +
        +
      4. +
      5. Item 3
      6. +
      7. Another Item
      8. +
      9. Subitem +
          +
        1. Level 3 subitem
        2. +
        +
      10. +
      11. Another Item
      12. +
      +
      +Unordered list: +
        +
      • Item 1
      • +
      • Item 2 +
          +
        • Subitem of unordered list
        • +
        • Subitem 2 +
            +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          +
        • +
        +
      • +
      • Item 3
      • +
      +
      +

       

      + + +

      Automatic Column Width

      + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsUt magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.
      + + +

      ColSpan & Rowspan

      + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      Fusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      + + + +

      Table Header & Footer Rows

      +

      A table using a header row should repeat the header row across pages:

      +

      bpmTopicC Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second column header

      +
      Third column header
      Col and Row Footer +

      Second column footer

      +
      Third column footer
      Row header 1This is dataThis is data
      Row header 2This is data +

      This is data

      +
      +

      Row header 3

      +
      +

      This is data

      +
      This is data
      Row header 4This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      Row header 9Also dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      +

       

      + +

      Autosizing Tables

      +

      Periodic Table of elements. Tables are set by default to reduce font size if complete words will not fit inside each cell, to a maximum of 1/1.4 * the set font-size. This value can be changed by setting $mpdf->shrink_tables_to_fit=1.8 or using html attribute <table autosize="1.8">.

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + +

      Rotating Tables

      +

      This is set to rotate -90 degrees (counterclockwise).

      + +
      Periodic Table
      +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      +

       

      + + +

      Rotated text in Table Cells

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Element type 1A

      Second line

      Element type longer 2A

      Element type 3BElement type 4BElement type 5BElement type 6B7B8BElement type 8B R8BElement type 1B2BElement type 3AElement type 4AElement type 5AElement type 6A7AElement type 8A
      HHe
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc TiVaCrMnFeCoNi Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru RhPd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      +

       

      + +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->list_indent_first_level = 0; // 1 or 0 - whether to indent the first level of a list + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html,2); + +$mpdf->Output('mpdf.pdf','I'); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example06_tables_nested.php b/htdocs/MPDF57/examples/example06_tables_nested.php new file mode 100644 index 000000000..e50764a92 --- /dev/null +++ b/htdocs/MPDF57/examples/example06_tables_nested.php @@ -0,0 +1,532 @@ + + + + +

      mPDF

      +

      Tables - Nested

      + + +
      +Text before table + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      + + +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      + + +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      + + +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      + + +
      This is data
      This is dataThis is dataThis is dataThis is data
      This is dataThis is dataThis is data
      This is dataThis is dataThis is dataThis is data
      + +
      + +

      Text before table

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is data +Text before table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +

      Text after table

      + + +
      This is data
      Row 2This is dataThis is dataThis is data
      Row 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      + +
      C4
      Row DD2D3D4
      + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +
      This is data
      Row 4This is data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      + +
      C4
      Row DD2D3D4
      + +
      This is data
      + + +
      + +

       

      + + +
      +Text before table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is data + +NO NESTING This is data
      Row 2This is dataThis is dataThis is data
      Row 3This is dataThis is dataThis is data
      Row 4This is dataThis is dataThis is data
      + +
      + + +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->list_indent_first_level = 0; // 1 or 0 - whether to indent the first level of a list + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example07_tables_borders.php b/htdocs/MPDF57/examples/example07_tables_borders.php new file mode 100644 index 000000000..a0cf4fcb8 --- /dev/null +++ b/htdocs/MPDF57/examples/example07_tables_borders.php @@ -0,0 +1,500 @@ + + + + + +

      mPDF

      +

      Tables - Borders

      +

      mPDF

      + +Border conflict resolution in tables with border-collapse set to "collapse". mPDF follows the rules set by CSS as well as possible, but as you can see, there is some difference in interpretation of the rules: + + + + + + + + + + + + + + + + + + + + + + + + + +
      mPDFInternet Explorer
      IE 7
      Firefox
      v 3.0.3
      + + + + + + + + + + + + + + + + + + + + + + +
      111
      111
      11
      111
      + + + +
      + + + + + + + + + + + + + + + + + + + + + +
      111
      111
      11
      111
      + + +
      + + + + + + + + + + + + + + + + + + + + + +
      111
      111
      11
      111
      + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      mPDFmPDF < v3Internet Explorer
      IE 7
      Firefox
      v 3.0.3
      + + + + + + + + + + + + + + + + + + + + + + +
      111
      111
      11
      111
      + + + +
      + + + + + + + + + + + + + + + + + + + + + +
      111
      111
      11
      111
      + + +
      + + + + + + + + + + + + + + + + + + + + + +
      111
      111
      11
      111
      + + +
      + + + +

      mPDF

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Datadouble reddashed yellowdotted greenData
      Datahidden DatanoneData
      Dataridge bluenone none Data
      Datanone groove pinknone Data
      none inset graynone outset purplenone
      + +

      Firefox

      + + +
      + + +

      IE 7

      + + + + +
      mPDF
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Datadouble reddashed yellowdotted greenData
      Datahidden DatanoneData
      Dataridge bluenone none Data
      Datanone groove pinknone Data
      none inset graynone outset purplenone
      + +
      Firefox
      + + + + +
      IE 7
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      solid orangenonedouble rednoneinset graynoneoutset purplenonegroove pinknoneridge blue
      + + + + + + + + + + + + + + + + +
      solid orangenonedouble rednoneinset graynoneoutset purplenonegroove pinknoneridge blue
      + + + + + + + + + + + + + + + + +
      solid orangenonedouble rednoneinset graynoneoutset purplenonegroove pinknoneridge blue
      + + + + + + + + + + + + + + + + +
      solid orangenonedouble rednoneinset graynoneoutset purplenonegroove pinknoneridge blue
      + + + + + + + + + + + + + + + + +
      solid orangenonedouble rednoneinset graynoneoutset purplenonegroove pinknoneridge blue
      + + + + + + + + + + + + + + + + +
      solid orangenonedouble rednoneinset graynoneoutset purplenonegroove pinknoneridge blue
      + + + +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('en-GB-x','A4','','',10,10,10,10,6,3); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->list_indent_first_level = 0; // 1 or 0 - whether to indent the first level of a list + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example08_lists.php b/htdocs/MPDF57/examples/example08_lists.php new file mode 100644 index 000000000..a716d8825 --- /dev/null +++ b/htdocs/MPDF57/examples/example08_lists.php @@ -0,0 +1,137 @@ + +ol, ul { text-align: justify; +} + +.lista { list-style-type: upper-roman; } +.listb{ list-style-type: decimal; font-family: sans-serif; color: blue; font-weight: bold; font-style: italic; font-size: 19pt; } +.listc{ list-style-type: upper-alpha; text-indent: 25mm; } +.listd{ list-style-type: lower-alpha; color: teal; line-height: 2; } +.liste{ list-style-type: disc; } + + + +

      mPDF

      +

      Lists

      + +
      +
        +
      1. Text here lorem ipsum ibisque totum.
      2. +
      3. Text here lorem ipsum ibisque totum.
      4. +
      5. Text here lorem ipsum ibisque totum.
      6. +
      7. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum.
      8. +
      9. Text here lorem ipsum ibisque totum.
      10. +
      11. Text here lorem ipsum ibisque totum. +
          +
        1. Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum.
        6. +
        7. Text here lorem ipsum ibisque totum.
        8. +
        9. Text here lorem ipsum ibisque totum.
        10. +
        11. Text here lorem ipsum ibisque totum. +
            +
          1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum. +
          4. +
          5. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum. +
                +
              1. Text here lorem ipsum ibisque totum.
              2. +
              3. Text here lorem ipsum ibisque totum.
              4. +
              5. Text here lorem ipsum ibisque totum.
              6. +
              7. Text here lorem ipsum ibisque totum.
              8. +
              9. Text here lorem ipsum ibisque totum.
              10. +
              +
            10. +
            11. Text here lorem ipsum ibisque totum.
            12. +
            13. Text here lorem ipsum ibisque totum.
            14. +
            15. Text here lorem ipsum ibisque totum.
            16. +
            17. Text here lorem ipsum ibisque totum.
            18. +
            +
          6. +
          7. Text here lorem ipsum ibisque totum.
          8. +
          +
        12. +
        13. Text here lorem ipsum ibisque totum.
        14. +
        15. Text here lorem ipsum ibisque totum.
        16. +
        17. Text here lorem ipsum ibisque totum.
        18. +
        19. Text here lorem ipsum ibisque totum.
        20. +
        +
      12. +
      13. Text here lorem ipsum ibisque totum.
      14. +
      15. Text here lorem ipsum ibisque totum. +
          +
        1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum. +
            +
          1. Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum.
          4. +
          5. Text here lorem ipsum ibisque totum.
          6. +
          7. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          8. +
          9. Text here lorem ipsum ibisque totum.
          10. +
          11. Text here lorem ipsum ibisque totum.
          12. +
          13. Text here lorem ipsum ibisque totum. +
              +
            1. No class specified. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          14. +
          +
        6. +
        +
      16. +
      17. Text here lorem ipsum ibisque totum.
      18. +
      19. Text here lorem ipsum ibisque totum.
      20. +
      21. Text here lorem ipsum ibisque totum.
      22. +
      23. Text here lorem ipsum ibisque totum.
      24. +
      25. Text here lorem ipsum ibisque totum.
      26. +
      27. Text here lorem ipsum ibisque totum.
      28. +
      29. Text here lorem ipsum ibisque totum.
      30. +
      31. Text here lorem ipsum ibisque totum.
      32. +
      +
      +'; +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->WriteHTML($html); + +$mpdf->list_align_style = 'L'; // Determines alignment of numbers in numbered lists +$mpdf->list_number_suffix = ')'; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example09_forms.php b/htdocs/MPDF57/examples/example09_forms.php new file mode 100644 index 000000000..0117a5beb --- /dev/null +++ b/htdocs/MPDF57/examples/example09_forms.php @@ -0,0 +1,204 @@ + + +Textarea + +

      + +Select + followed by text +

      + + + +Input Radio + No      Yes +

      + + +Input Radio + No      Keep      Choice +

      + + +Input Text + +

      + +Input Password + +

      + + + Checkboxes
      + Disabled
      + Selected +

      + +

      + + + +
      + +
      +
      + +Textarea + +

      + + + +Select + +

      + +Input Radio + No      Yes +

      + + +Input Radio + No      Keep      Choice +

      + + +Input Text + +
      + +Input Password + +

      + + Checkboxes
      + Disabled
      + Selected +

      + +

      + +
      + +
      +
      + + +
      + + + + + + + + + + + + + + + + + +
      Textarea
      Select
      Input Radio No      Yes
      Input Radio No      Keep      Choice
      Input Text
      + +
      + + + + + + + + + + + + + + +
      Checkbox
      Checkboxes
      Gardening
      Holidays
      Motoring
      Books Theatre
      Selected option Musicals
      Eating out Events
      +
      +
      +
      + + +
      + +Input Radio + No      Yes + +

      + + + +Input Radio + No      Keep      Choice + +

      + + +Input Text
      + +Input text:
      + +Password: +

      + +Checkboxes:
      + Checkboxes
      + Disabled
      + Selected +

      + + + + + +
      + +'; + +//============================================================== +//============================================================== +//============================================================== +if (isset($_REQUEST['html'])) { echo ''.$html.''; exit; } +if (isset($_REQUEST['source'])) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} +//============================================================== +//============================================================== +//============================================================== + +$mpdf=new mPDF('c'); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->SetColumns(2,'J'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example10_floating_and_fixed_position_elements.php b/htdocs/MPDF57/examples/example10_floating_and_fixed_position_elements.php new file mode 100644 index 000000000..8a485e359 --- /dev/null +++ b/htdocs/MPDF57/examples/example10_floating_and_fixed_position_elements.php @@ -0,0 +1,103 @@ + +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; +} +h4 { + font-family: sans; + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.5em; +} +div { + padding:1em; + margin-bottom: 1em; + text-align:justify; +} +.myfixed1 { position: absolute; + overflow: visible; + left: 0; + bottom: 0; + border: 1px solid #880000; + background-color: #FFEEDD; + background-gradient: linear #dec7cd #fff0f2 0 1 0 0.5; + padding: 1.5em; + font-family:sans; + margin: 0; +} +.myfixed2 { position: fixed; + overflow: auto; + right: 0; + bottom: 0mm; + width: 65mm; + border: 1px solid #880000; + background-color: #FFEEDD; + background-gradient: linear #dec7cd #fff0f2 0 1 0 0.5; + padding: 0.5em; + font-family:sans; + margin: 0; + rotate: 90; +} + + + +

      mPDF

      +

      Floating & Fixed Position elements

      + +

      CSS "Float"

      +
      +Block elements can be positioned alongside each other using the CSS property float: left or right. The clear property can also be used, set as left|right|both. Float is only supported on block elements (i.e. not SPAN etc.) and is not fully compliant with the CSS specification. +Float only works properly if a width is set for the float, otherwise the width is set to the maximum available (full width, or less if floats already set). +
      +Margin-right can still be set for a float:right and vice-versa. +
      +A block element next to a float has the padding adjusted so that content fits in the remaining width. Text next to a float should wrap correctly, but backgrounds and borders will overlap and/or lie under the floats in a mess. +
      +NB The width that is set defines the width of the content-box. So if you have two floats with width=50% and either of them has padding, margin or border, they will not fit together on the page. +
      + +
      +This is text in a <div> element that is set to float:right and width:28%. It also has an image with float:right inside. With this exception, you cannot nest elements with the float property set inside one another. +
      +
      +This is text in a <div> element that is set to float:left and width:54%. +
      + +
      +This is text that follows a <div> element that is set to clear:both. + +

      CSS "Position"

      +At the bottom of the page are two DIV elements with position:fixed and position:absolute set + +
      1 Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
      + +
      2 Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
      + + +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example11_overflow_auto.php b/htdocs/MPDF57/examples/example11_overflow_auto.php new file mode 100644 index 000000000..6fd990fb7 --- /dev/null +++ b/htdocs/MPDF57/examples/example11_overflow_auto.php @@ -0,0 +1,81 @@ + +

      mPDF

      +

      Fixed-position block element with Autofit

      +
      Using the CSS properties position and overflow:auto it is possible to fit text to a single page:
      + +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      + +
      Blockquote: Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus.
      + +
      Address: Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus.
      + + + + + +
      Styles - tt(teletype) italic bold big small emphasis strong
      new lines
      +code sample keyboard variable citation abbr. ACRONYM sup sub strike strike-s underline delete insert To be or not to be font changing face, size and color +
      + +

      Paragraph using the in-line style to determine the font-size (15pt) and colour

      + +

      Testing BIG, SMALL, UNDERLINE, STRIKETHROUGH, FONT color, ACRONYM, SUPERSCRIPT and SUBSCRIPT

      +

      This is strikethrough in block and small strikethrough in small span and big strikethrough in big span and then underline and strikethrough and sup but out of span again but blue font and ACRONYM text

      + +

      This is a green reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      Repeated in BIG: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      The above repeated, but starting with a paragraph with font-size specified (7pt)

      + +

      This is strikethrough in block and small strikethrough in small span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is strikethrough in block and big strikethrough in big span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      This tests underline and strikethrough when they are used together as they both use text-decoration

      + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in BIG but with font-size set to 7pt by in-line css: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + +

      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Cras tellus. Fusce aliquet. Curabitur tincidunt viverra ligula. Fusce eget erat. Donec pede. Vestibulum id felis. Phasellus tincidunt ligula non pede. Morbi turpis. In vitae dui non erat placerat malesuada. Mauris adipiscing congue ante. Proin at erat. Aliquam mattis.

      + + +'; + + + + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c'); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example12_paging_html.php b/htdocs/MPDF57/examples/example12_paging_html.php new file mode 100644 index 000000000..44c5374dd --- /dev/null +++ b/htdocs/MPDF57/examples/example12_paging_html.php @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + +
      Left header p {PAGENO}Right header
      +
      + + + + + + +
      Outer headerInner header p {PAGENO}
      +
      + + + + + + + + + +

      Introduction

      +
      Introduction
      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      + + + +

      Section 2

      +
      Section 2
      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Donec laoreet nisl id magna. Curabitur mollis, quam eget fermentum malesuada, risus tortor ullamcorper dolor, nec placerat nisi urna non pede. Aliquam pretium, leo in interdum interdum, ipsum neque accumsan lectus, ac fringilla dui ipsum sed justo. In tincidunt risus convallis odio egestas luctus. Integer volutpat. Donec ultricies, leo in congue iaculis, dolor neque imperdiet nibh, vitae feugiat mi enim nec sapien. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      + + + +

      Section 3

      +
      Section 3
      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Donec laoreet nisl id magna. Curabitur mollis, quam eget fermentum malesuada, risus tortor ullamcorper dolor, nec placerat nisi urna non pede. Aliquam pretium, leo in interdum interdum, ipsum neque accumsan lectus, ac fringilla dui ipsum sed justo. In tincidunt risus convallis odio egestas luctus. Integer volutpat. Donec ultricies, leo in congue iaculis, dolor neque imperdiet nibh, vitae feugiat mi enim nec sapien. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      + + + +

      Section 4

      +
      Section 4
      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Donec laoreet nisl id magna. Curabitur mollis, quam eget fermentum malesuada, risus tortor ullamcorper dolor, nec placerat nisi urna non pede. Aliquam pretium, leo in interdum interdum, ipsum neque accumsan lectus, ac fringilla dui ipsum sed justo. In tincidunt risus convallis odio egestas luctus. Integer volutpat. Donec ultricies, leo in congue iaculis, dolor neque imperdiet nibh, vitae feugiat mi enim nec sapien. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      + + + + + +

      Section 5

      +
      Section 5
      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Donec laoreet nisl id magna. Curabitur mollis, quam eget fermentum malesuada, risus tortor ullamcorper dolor, nec placerat nisi urna non pede. Aliquam pretium, leo in interdum interdum, ipsum neque accumsan lectus, ac fringilla dui ipsum sed justo. In tincidunt risus convallis odio egestas luctus. Integer volutpat. Donec ultricies, leo in congue iaculis, dolor neque imperdiet nibh, vitae feugiat mi enim nec sapien. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      + +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); +$mpdf=new mPDF('c'); + +$mpdf->mirrorMargins = true; + +$mpdf->SetDisplayMode('fullpage','two'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example13_paging_css.php b/htdocs/MPDF57/examples/example13_paging_css.php new file mode 100644 index 000000000..256a8a063 --- /dev/null +++ b/htdocs/MPDF57/examples/example13_paging_css.php @@ -0,0 +1,94 @@ + +
      {PAGENO}
      + + +
      {PAGENO}
      +
      + +
      {PAGENO}
      +
      + +
      {PAGENO}
      +
      + + + + + + + +

      mPDF 1

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + + +

      mPDF 2

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + + +

      mPDF 3

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + + +

      mPDF 4

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + + +

      mPDF 5

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + + +

      mPDF 6

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + + +

      mPDF 7

      +

      Paged Media using CSS

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      + +'; +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',5,5,5,5,0,0); + +$mpdf->mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins (1 or 0) + +$mpdf->SetDisplayMode('fullpage','two'); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstylePaged.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example14_page_numbers_ToC_Index_Bookmarks.php b/htdocs/MPDF57/examples/example14_page_numbers_ToC_Index_Bookmarks.php new file mode 100644 index 000000000..540469838 --- /dev/null +++ b/htdocs/MPDF57/examples/example14_page_numbers_ToC_Index_Bookmarks.php @@ -0,0 +1,148 @@ +Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin vel sem at odio varius pretium. Maecenas sed orci. Maecenas varius. Ut magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      "; +//============================================================== +//============================================================== +//============================================================== + + +$html = ' + + + + + +

      mPDF

      +

      Table of Contents & Bookmarks

      + + + + +'; + +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->mirrorMargins = 1; + +$mpdf->SetDisplayMode('fullpage','two'); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyleA4.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + + +// Alternative ways to mark ToC entries and Bookmarks +// This will automatically generate entries from the

      tag +$mpdf->h2toc = array('H4'=>0); +$mpdf->h2bookmarks = array('H4'=>0); + +//============================================================== +// CONTENT +for ($j = 1; $j<7; $j++) { + if ($j==2) $mpdf->WriteHTML('',2); + if ($j==3) $mpdf->WriteHTML('',2); + if ($j==4) $mpdf->WriteHTML('',2); + if ($j==5) $mpdf->WriteHTML('',2); + if ($j==6) $mpdf->WriteHTML('
      ODD
      ',2); + for ($x = 1; $x<7; $x++) { + + // Alternative way to mark ToC entries and Bookmarks manually +// $mpdf->WriteHTML('

      Section '.$j.'.'.$x.'

      ',2); + + // Using Automatic generation from

      tag + $mpdf->WriteHTML('

      Section '.$j.'.'.$x.'

      ',2); + + $html = ''; + // Split $lorem into words + $words = preg_split('/([\s,\.]+)/',$lorem,-1,PREG_SPLIT_DELIM_CAPTURE); + foreach($words as $i => $e) { + if($i%2==0) { + $y = rand(1,10); // every tenth word + if (preg_match('/^[a-zA-Z]{4,99}$/',$e) && ($y > 8)) { + // If it is just a word use it as an index entry + $content = ucfirst(trim($e)); + $html .= ''; + $html .= ''.$e . ''; + } + else { $html .= $e; } + } + else { $html .= $e; } + } + $mpdf->WriteHTML($html); + } +} +//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +// INDEX +$html = ' +

      Index

      + +'; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example15_headers_method_1.php b/htdocs/MPDF57/examples/example15_headers_method_1.php new file mode 100644 index 000000000..7943bde87 --- /dev/null +++ b/htdocs/MPDF57/examples/example15_headers_method_1.php @@ -0,0 +1,60 @@ +mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins + +$mpdf->defaultheaderfontsize = 10; /* in pts */ +$mpdf->defaultheaderfontstyle = B; /* blank, B, I, or BI */ +$mpdf->defaultheaderline = 1; /* 1 to include line below header/above footer */ + +$mpdf->defaultfooterfontsize = 12; /* in pts */ +$mpdf->defaultfooterfontstyle = B; /* blank, B, I, or BI */ +$mpdf->defaultfooterline = 1; /* 1 to include line below header/above footer */ + + +$mpdf->SetHeader('{DATE j-m-Y}|{PAGENO}/{nb}|My document'); +$mpdf->SetFooter('{PAGENO}'); /* defines footer for Odd and Even Pages - placed at Outer margin */ + +$mpdf->SetFooter(array( + 'L' => array( + 'content' => 'Text to go on the left', + 'font-family' => 'sans-serif', + 'font-style' => 'B', /* blank, B, I, or BI */ + 'font-size' => '10', /* in pts */ + ), + 'C' => array( + 'content' => '- {PAGENO} -', + 'font-family' => 'serif', + 'font-style' => 'BI', + 'font-size' => '18', /* gives default */ + ), + 'R' => array( + 'content' => 'Printed @ {DATE j-m-Y H:m}', + 'font-family' => 'monospace', + 'font-style' => '', + 'font-size' => '10', + ), + 'line' => 1, /* 1 to include line below header/above footer */ +), 'E' /* defines footer for Even Pages */ +); + + +$html = ' +

      mPDF

      +

      Headers & Footers Method 1

      +

      Odd / Right page

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +

      Even / Left page

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      +'; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example16_headers_method_2.php b/htdocs/MPDF57/examples/example16_headers_method_2.php new file mode 100644 index 000000000..8ca966d69 --- /dev/null +++ b/htdocs/MPDF57/examples/example16_headers_method_2.php @@ -0,0 +1,49 @@ +mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins + +$header = ' + + + + +
      Left header p {PAGENO}Right header
      +'; +$headerE = ' + + + + +
      Outer headerInner header p {PAGENO}
      +'; + +$footer = ''; +$footerE = ''; + + +$mpdf->SetHTMLHeader($header); +$mpdf->SetHTMLHeader($headerE,'E'); +$mpdf->SetHTMLFooter($footer); +$mpdf->SetHTMLFooter($footerE,'E'); + + +$html = ' +

      mPDF

      +

      Headers & Footers Method 2

      +

      Odd / Right page

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +

      Even / Left page

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      +'; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example17_headers_method_3.php b/htdocs/MPDF57/examples/example17_headers_method_3.php new file mode 100644 index 000000000..b0d39d454 --- /dev/null +++ b/htdocs/MPDF57/examples/example17_headers_method_3.php @@ -0,0 +1,58 @@ + + + + + + + +

      mPDF

      +

      Headers & Footers Method 3

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + +

      Headers & Footers Method 3

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + + +

      Headers & Footers

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      +'; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example18_headers_method_4.php b/htdocs/MPDF57/examples/example18_headers_method_4.php new file mode 100644 index 000000000..16e8bca99 --- /dev/null +++ b/htdocs/MPDF57/examples/example18_headers_method_4.php @@ -0,0 +1,84 @@ + + + + + + + +

      mPDF

      +

      Headers & Footers Method 4

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + +

      Headers & Footers Method 4

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + + + +

      Headers & Footers Method 4

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      +'; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,47,47,10,10); + +$mpdf->mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example19_page_sizes.php b/htdocs/MPDF57/examples/example19_page_sizes.php new file mode 100644 index 000000000..6c3ca9453 --- /dev/null +++ b/htdocs/MPDF57/examples/example19_page_sizes.php @@ -0,0 +1,59 @@ + +
       {PAGENO} 
      + + +
       {PAGENO} 
      +
      + + +'; + +//============================================================== +$html = ' +

      mPDF Page Sizes

      +

      Changing page (sheet) sizes within the document

      +'; +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4'); + +$mpdf->WriteHTML($hhtml); + +$mpdf->WriteHTML($html); +$mpdf->WriteHTML('

      This should print on an A4 (portrait) sheet

      '); + +$mpdf->WriteHTML(''); +$mpdf->WriteHTML($html); +$mpdf->WriteHTML('

      This page appears just after the ToC and should print on an A4 (landscape) sheet

      '); + +$mpdf->WriteHTML(''); +$mpdf->WriteHTML($html); +$mpdf->WriteHTML('

      This should print on an A5 (landscape) sheet

      '); + +$mpdf->WriteHTML(''); +$mpdf->WriteHTML($html); +$mpdf->WriteHTML('

      This should print on an Letter sheet

      '); + +$mpdf->WriteHTML(''); +$mpdf->WriteHTML($html); +$mpdf->WriteHTML('

      This should print on a sheet 150mm x 150mm

      '); + +$mpdf->WriteHTML(''); +$mpdf->WriteHTML($html); +$mpdf->WriteHTML('

      This should print on a sheet 11.69in x 8.27in = A4 landscape

      '); + + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example20_justify.php b/htdocs/MPDF57/examples/example20_justify.php new file mode 100644 index 000000000..7e9f89622 --- /dev/null +++ b/htdocs/MPDF57/examples/example20_justify.php @@ -0,0 +1,130 @@ +mPDF

      +

      Justification

      + +

      Tables

      +

      Text can be justified in table cells using in-line or stylesheet CSS. (Note that <p> tags are removed within cells along with any style definition or attributes.)

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +

      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      +

       

      + +

      Testing Justification with Long Words

      +

      http://www-950.ibm.com/software/globalization/icu/demo/converters?s=ALL&snd=4356&dnd=4356

      +
      Should not split
      +

      Maecenas feugiat pede vel risus. Nulla et lectus eleifend verylongwordthatwontsplit neque sit amet erat

      +

      Maecenas feugiat pede vel risus. Nulla et lectus eleifend et verylongwordthatwontsplit neque sit amet erat

      + +
      Non-breaking Space &nbsp;

      The next example has a non-breaking space between eleifend and the very long word.

      Maecenas feugiat pede vel risus. Nulla et lectus eleifend verylongwordthatwontsplitanywhere neque sit amet erat

      Nbsp will only work in fonts that have a glyph to represent the character i.e. not in the CJK languages nor some Unicode fonts.

      + + + +

      Testing Justification with mixed Styles

      +

      This is strikethrough in block and small strikethrough in small span and big strikethrough in big span and then underline but out of span again but blue font and ACRONYM text

      +

      This is a green reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47 and then more text. +

      +

      Repeated in BIG: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text +

      +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text +

      + +

      This is strikethrough in block and big strikethrough in big span and then underline but out of span again but blue font and ACRONYM text

      +

      This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47 then more text. +

      +

      +

      +Repeated in BIG: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text +

      +'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->SetDisplayMode('fullpage'); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +// SPACING +$mpdf->WriteHTML("

      Spacing

      mPDF uses both letter- and word-spacing for text justification. The default is a mixture of both, set by the configurable values jSWord and jSmaxChar. (Only word spacing is used when cursive languages such as Arabic or Indic are detected.)

      "); + +$mpdf->jSWord = 0; // Proportion (/1) of space (when justifying margins) to allocate to Word vs. Character +$mpdf->jSmaxChar = 0; // Maximum spacing to allocate to character spacing. (0 = no maximum) +$mpdf->WriteHTML("
      Character spacing

      Maecenas feugiat pede vel risus. Nulla et lectus eleifend verylongwordthatwontsplitanywhere neque sit amet erat

      "); + +// Back to default settings +$mpdf->jSWord = 0.4; +$mpdf->jSmaxChar = 2; +$mpdf->WriteHTML("
      Word spacing

      Maecenas feugiat pede vel risus. Nulla et lectus eleifend verylongwordthatwontsplitanywhere neque sit amet erat

      "); + +$mpdf->WriteHTML("
      Mixed Character and Word spacing

      Maecenas feugiat pede vel risus. Nulla et lectus eleifend verylongwordthatwontsplitanywhere neque sit amet erat

      "); + + + + +$mpdf->Output(); +exit; + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example21_hyphenation.php b/htdocs/MPDF57/examples/example21_hyphenation.php new file mode 100644 index 000000000..e23cce8fb --- /dev/null +++ b/htdocs/MPDF57/examples/example21_hyphenation.php @@ -0,0 +1,41 @@ +Little Women +

      Chapter One

      +

      Playing Pilgrims

      + +

      Christmas won\'t be Christmas without any presents, grumbled Jo, lying on the rug.

      It\'s so dreadful to be poor! sighed Meg, looking down at her old dress.

      I don\'t think it\'s fair for some girls to have plenty of pretty things, and other girls nothing at all, added little Amy, with an injured sniff.

      We\'ve got Father and Mother, and each other, said Beth contentedly from her corner.

      The four young faces on which the firelight shone brightened at the cheerful words, but darkened again as Jo said sadly, We haven\'t got Father, and shall not have him for a long time. She didn\'t say perhaps never, but each silently added it, thinking of Father far away, where the fighting was.

      Nobody spoke for a minute; then Meg said in an altered tone, You know the reason Mother proposed not having any presents this Christmas was because it is going to be a hard winter for everyone; and she thinks we ought not to spend money for pleasure, when our men are suffering so in the army. We can\'t do much, but we can make our little sacrifices, and ought to do it gladly. But I am afraid I don\'t And Meg shook her head, as she thought regretfully of all the pretty things she wanted.

      But I don\'t think the little we should spend would do any good. We\'ve each got a dollar, and the army wouldn\'t be much helped by our giving that. I agree not to expect anything from Mother or you, but I do want to buy UNDINE AND SINTRAM for myself. I\'ve wanted it so long, said Jo, who was a bookworm.

      I planned to spend mine in new music, said Beth, with a little sigh, which no one heard but the hearth brush and kettle holder.

      I shall get a nice box of Faber\'s drawing pencils. I really need them, said Amy decidedly.

      Mother didn\'t say anything about our money, and she won\'t wish us to give up everything. Let\'s each buy what we want, and have a little fun. I\'m sure we work hard enough to earn it, cried Jo, examining the heels of her shoes in a gentlemanly manner.

      I know I do—teaching those tiresome children nearly all day, when I\'m longing to enjoy myself at home, began Meg, in the complaining tone again.

      You don\'t have half such a hard time as I do, said Jo. How would you like to be shut up for hours with a nervous, fussy old lady, who keeps you trotting, is never satisfied, and worries you till you you\'re ready to fly out the window or cry?

      It\'s naughty to fret, but I do think washing dishes and keeping things tidy is the worst work in the world. It makes me cross, and my hands get so stiff, I can\'t practice well at all. And Beth looked at her rough hands with a sigh that any one could hear that time.

      I don\'t believe any of you suffer as I do, cried Amy, for you don\'t have to go to school with impertinent girls, who plague you if you don\'t know your lessons, and laugh at your dresses, and label your father if he isn\'t rich, and insult you when your nose isn\'t nice.

      If you mean libel, I\'d say so, and not talk about labels, as if Papa was a pickle bottle, advised Jo, laughing.

      I know what I mean, and you needn\'t be satirical about it. It\'s proper to use good words, and improve your vocabulary, returned Amy, with dignity.

      Don\'t peck at one another, children. Don\'t you wish we had the money Papa lost when we were little, Jo? Dear me! How happy and good we\'d be, if we had no worries! said Meg, who could remember better times.

      You said the other day you thought we were a deal happier than the King children, for they were fighting and fretting all the time, in spite of their money.

      So I did, Beth. Well, I think we are. For though we do have to work, we make fun of ourselves, and are a pretty jolly set, as Jo would say.

      Jo does use such slang words! observed Amy, with a reproving look at the long figure stretched on the rug.

      Jo immediately sat up, put her hands in her pockets, and began to whistle.

      Don\'t, Jo. It\'s so boyish!

      That\'s why I do it.

      I detest rude, unladylike girls!

      I hate affected, niminy-piminy chits!

      Birds in their little nests agree, sang Beth, the peacemaker, with such a funny face that both sharp voices softened to a laugh, and the pecking ended for that time.

      Really, girls, you are both to be blamed, said Meg, beginning to lecture in her elder-sisterly fashion. You are old enough to leave off boyish tricks, and to behave better, Josephine. It didn\'t matter so much when you were a little girl, but now you are so tall, and turn up your hair, you should remember that you are a young lady.

      I\'m not! And if turning up my hair makes me one, I\'ll wear it in two tails till I\'m twenty, cried Jo, pulling off her net, and shaking down a chestnut mane. I hate to think I\'ve got to grow up, and be Miss March, and wear long gowns, and look as prim as a China Aster! It\'s bad enough to be a girl, anyway, when I like boy\'s games and work and manners! I can\'t get over my disappointment in not being a boy. And it\'s worse than ever now, for I\'m dying to go and fight with Papa. And I can only stay home and knit, like a poky old woman!

      And Jo shook the blue army sock till the needles rattled like castanets, and her ball bounded across the room.

      Poor Jo! It\'s too bad, but it can\'t be helped. So you must try to be contented with making your name boyish, and playing brother to us girls, said Beth, stroking the rough head with a hand that all the dish washing and dusting in the world could not make ungentle in its touch.

      As for you, Amy, continued Meg, you are altogether to particular and prim. Your airs are funny now, but you\'ll grow up an affected little goose, if you don\'t take care. I I like your nice manners and refined ways of speaking, when you don\'t try to be elegant. But your absurd words are as bad as Jo\'s slang.

      If Jo is a tomboy and Amy a goose, what am I, please? asked Beth, ready to share the lecture.

      You\'re a dear, and nothing else, answered Meg warmly, and no one contradicted her, for the `Mouse\' was the pet of the family.

      As young readers like to know `how people look\', we will take this moment to give them a little sketch of the four sisters, who sat knitting away in the twilight, while the December snow fell quietly without, and the fire crackled cheerfully within. It was a comfortable room, though the carpet was faded and the furniture very plain, for a good picture or two hung on the walls, books filled the recesses, chrysanthemums and Christmas roses bloomed in the windows, and a pleasant atmosphere of home peace pervaded it.

      Margaret, the eldest of the four, was sixteen, and very pretty, being plump and fair, with large eyes, plenty of soft brown hair, a sweet mouth, and white hands, of which she was rather vain. Fifteen-year-old Jo was very tall, thin, and brown, and reminded one of a colt, for she never seemed to know what to do with her long limbs, which were very much in her way. She had a decided mouth, a comical nose, and sharp, gray eyes, which appeared to see everything, and were by turns fierce, funny, or thoughtful. Her long, thick hair was her one beauty, but it was usually bundled into a net, to be out of her way. Round shoulders had Jo, big hands and feet, a fly-away look to her clothes, and the uncomfortable appearance of a girl who was rapidly shooting up into a woman and didn\'t like it. Elizabeth, or Beth, as everyone called her, was a rosy, smooth-haired, bright-eyed girl of thirteen, with a shy manner, a timid voice, and a peaceful expression which was seldom disturbed. Her father called her `Little Miss Tranquillity\', and the name suited her excellently, for she seemed to live in a happy world of her own, only venturing out to meet the few whom she trusted and loved. Amy, though the youngest, was a most important person, in her own opinion at least. A regular snow maiden, with blue eyes, and yellow hair curling on her shoulders, pale and slender, and always carrying herself like a young lady mindful of her manners. What the characters of the four sisters were we will leave to be found out.

      The clock struck six and, having swept up the hearth, Beth put a pair of slippers down to warm. Somehow the sight of the old shoes had a good effect upon the girls, for Mother was coming, and everyone brightened to welcome her. Meg stopped lecturing, and lighted the lamp, Amy got out of the easy chair without being asked, and Jo forgot how tired she was as she sat up to hold the slippers nearer to the blaze.

      They are quite worn out. Marmee must have a new pair.

      I thought I\'d get her some with my dollar, said Beth.

      No, I shall! cried Amy.

      I\'m the oldest, began Meg, but Jo cut in with a decided, I\'m the man of the family now Papa is away, and I shall provide the slippers, for he told me to take special care of Mother while he was gone.

      I\'ll tell you what we\'ll do, said Beth, let\'s each get her something for Christmas, and not get anything for ourselves.

      That\'s like you, dear! What will we get? exclaimed Jo.

      Everyone thought soberly for a minute, then Meg announced, as if the idea was suggested by the sight of her own pretty hands, I shall give her a nice pair of gloves.

      Army shoes, best to be had, cried Jo.

      Some handkerchiefs, all hemmed, said Beth.

      I\'ll get a little bottle of cologne. She likes it, and it won\'t cost much, so I\'ll have some left to buy my pencils, added Amy.

      How will we give the things? asked Meg.

      Put them on the table, and bring her in and see her open the bundles. Don\'t you remember how we used to do on our birthdays? answered Jo.

      I used to be so frightened when it was my turn to sit in the chair with the crown on, and see you all come marching round to give the presents, with a kiss. I liked the things and the kisses, but it was dreadful to have you sit looking at me while I opened the bundles, said Beth, who was toasting her face and the bread for tea at the same time.

      Let Marmee think we are getting things for ourselves, and then surprise her. We must go shopping tomorrow afternoon, Meg. There is so much to do about the play for Christmas night, said Jo, marching up and down, with her hands behind her back, and her nose in the air.

      I don\'t mean to act any more after this time. I\'m getting too old for such things, observed Meg, who was as much a child as ever about `dressing-up\' frolics.

      You won\'t stop, I know, as long as you can trail round in a white gown with your hair down, and wear gold-paper jewelry. You are the best actress we\'ve got, and there\'ll be an end of everything if you quit the boards, said Jo. We ought to rehearse tonight. Come here, Amy, and do the fainting scene, for you are as stiff as a poker in that.

      I can\'t help it. I never saw anyone faint, and I don\'t choose to make myself all black and blue, tumbling flat as you do. If I can go down easily, I\'ll drop. If I can\'t, I shall fall into a chair and be graceful. I don\'t care if Hugo does come at me with a pistol, returned Amy, who was not gifted with dramatic power, but was chosen because she was small enough to be borne out shrieking by the villain of the piece.

      Do it this way. Clasp your hands so, and stagger across the room, crying frantically, `Roderigo` Save me! Save me! and away went Jo, with a melodramatic scream which was truly thrilling.

      Amy followed, but she poked her hands out stiffly before her, and jerked herself along as if she went by machinery, and her Ow! was more suggestive of pins being run into her than of fear and anguish. Jo gave a despairing groan, and Meg laughed outright, while Beth let her bread burn as she watched the fun with interest.

      It\'s no use! Do the best you can when the time comes, and if the audience laughs, don\'t blame me. Come on, Meg.

      Then things went smoothly, for Don Pedro defied the world in a speech of two pages without a single break. Hagar, the witch, chanted an awful incantation over her kettleful of simmering toads, with weird effect. Roderigo rent his chains asunder manfully, and Hugo died in agonies of remorse and arsenic, with a wild, Ha! Ha!

      It\'s the best we\'ve had yet, said Meg, as the dead villain sat up and rubbed his elbows.

      I don\'t see how you can write and act such splendid things, Jo. You\'re a regular Shakespeare! exclaimed Beth, who firmly believed that her sisters were gifted with wonderful genius in all things.

      Not quite, replied Jo modestly. I do think THE WITCHES CURSE, an Operatic Tragedy is rather a nice thing, but I\'d like to try MacBETH, if we only had a trapdoor for Banquo. I always wanted to do the killing part. `Is that a dagger that I see before me? muttered Jo, rolling her eyes and clutching at the air, as she had seen a famous tragedian do.

      No, it\'s the toasting fork, with Mother\'s shoe on it instead of the bread. Beth\'s stage-struck! cried Meg, and the rehearsal ended in a general burst of laughter.

      Glad to find you so merry, my girls, said a cheery voice at the door, and actors and audience turned to welcome a tall, motherly lady with a `can I help you\' look about her which was truly delightful. She was not elegantly dressed, but a noble-looking woman, and the girls thought the gray cloak and unfashionable bonnet covered the most splendid mother in the world.

      Well, dearies, how have you got on today? There was so much to do, getting the boxes ready to go tomorrow, that I didn\'t come home to dinner. Has anyone called, Beth? How is your cold, Meg? Jo, you look tired to death. Come and kiss me, baby.

      While making these maternal inquiries Mrs. March got her wet things off, her warm slippers on, and sitting down in the easy chair, drew Amy to her lap, preparing to enjoy the happiest hour of her busy day. The girls flew about, trying to make things comfortable, each in her own way. Meg arranged the tea table, Jo brought wood and set chairs, dropping, over-turning, and clattering everything she touched. Beth trotted to and fro between parlor kitchen, quiet and busy, while Amy gave directions to everyone, as she sat with her hands folded.

      As they gathered about the table, Mrs. March said, with a particularly happy face, I\'ve got a treat for you after supper.

      A quick, bright smile went round like a streak of sunshine. Beth clapped her hands, regardless of the biscuit she held, and Jo tossed up her napkin, crying, A letter! A letter! Three cheers for Father!

      Yes, a nice long letter. He is well, and thinks he shall get through the cold season better than we feared. He sends all sorts of loving wishes for Christmas, and an especial message to you girls, said Mrs. March, patting her pocket as if she had got a treasure there.

      Hurry and get done! Don\'t stop to quirk your little finger and simper over your plate, Amy, cried Jo, choking on her tea and dropping her bread, butter side down, on the carpet in her haste to get at the treat.

      Beth ate no more, but crept away to sit in her shadowy corner and brood over the delight to come, till the others were ready.

      I think it was so splendid in Father to go as chaplain when he was too old to be drafted, and not strong enough for a soldier, said Meg warmly.

      Don\'t I wish I could go as a drummer, a vivan—what\'s its name? Or a nurse, so I could be near him and help him, exclaimed Jo, with a groan.

      It must be very disagreeable to sleep in a tent, and eat all sorts of bad-tasting things, and drink out of a tin mug, sighed Amy.

      When will he come home, Marmee? asked Beth, with a little quiver in her voice.

      Not for many months, dear, unless he is sick. He will stay and do his work faithfully as long as he can, and we won\'t ask for him back a minute sooner than he can be spared. Now come and hear the letter.

      They all drew to the fire, Mother in the big chair with Beth at her feet, Meg and Amy perched on either arm of the chair, and Jo leaning on the back, where no one would see any sign of emotion if the letter should happen to be touching. Very few letters were written in those hard times that were not touching, especially those which fathers sent home. In this one little was said of the hardships endured, the dangers faced, or the homesickness conquered. It was a cheerful, hopeful letter, full of lively descriptions of camp life, marches, and military news, and only at the end did the writer\'s heart over-flow with fatherly love and longing for the little girls at home.

      Give them all of my dear love and a kiss. Tell them I think of them by day, pray for them by night, and find my best comfort in their affection at all times. A year seems very long to wait before I see them, but remind them that while we wait we may all work, so that these hard days need not be wasted. I know they will remember all I said to them, that they will be loving children to you, will do their duty faithfully, fight their bosom enemies bravely, and conquer themselves so beautifully that when I come back to them I may be fonder and prouder than ever of my little women.

      Everybody sniffed when they came to that part. Jo wasn\'t ashamed of the great tear that dropped off the end of her nose, and Amy never minded the rumpling of her curls as she hid her face on her mother\'s shoulder and sobbed out, I am a selfish girl! But I\'ll truly try to be better, so he mayn\'t be disappointed in me by-and-by.

      We all will, cried Meg. I think too much of my looks and hate to work, but won\'t any more, if I can help it.

      I\'ll try and be what he loves to call me, `a little woman\' and not be rough and wild, but do my duty here instead of wanting to be somewhere else, said Jo, thinking that keeping her temper at home was a much harder task than facing a rebel or two down South.

      Beth said nothing, but wiped away her tears with the blue army sock and began to knit with all her might, losing no time in doing the duty that lay nearest her, while she resolved in her quiet little soul to be all that Father hoped to find her when the year brought round the happy coming home.

      Mrs. March broke the silence that followed Jo\'s words, by saying in her cheery voice, Do you remember how you used to play Pilgrims Progress when you were little things? Nothing delighted you more than to have me tie my piece bags on your backs for burdens, give you hats and sticks and rolls of paper, and let you travel through the house from the cellar, which was the City of Destruction, up, up, to the housetop, where you had all the lovely things you could collect to make a Celestial City.

      What fun it was, especially going by the lions, fighting Apollyon, and passing through the valley where the hob-goblins were, said Jo.

      I liked the place where the bundles fell off and tumbled downstairs, said Meg.

      I don\'t remember much about it, except that I was afraid of the cellar and the dark entry, and always liked the cake and milk we had up at the top. If I wasn\'t too old for such things, I\'d rather like to play it over again, said Amy, who began to talk of renouncing childish things at the mature age of twelve.

      We never are too old for this, my dear, because it is a play we are playing all the time in one way or another. Out burdens are here, our road is before us, and the longing for goodness and happiness is the guide that leads us through many troubles and mistakes to the peace which is a true Celestial City. Now, my little pilgrims, suppose you begin again, not in play, but in earnest, and see how far on you can get before Father comes home.

      Really, Mother? Where are our bundles? asked Amy, who was a very literal young lady.

      Each of you told what your burden was just now, except Beth. I rather think she hasn\'t got any, said her mother.

      Yes, I have. Mine is dishes and dusters, and envying girls with nice pianos, and being afraid of people.

      Beth\'s bundle was such a funny one that everybody wanted to laugh, but nobody did, for it would have hurt her feelings very much.

      Let us do it, said Meg thoughtfully. It is only another name for trying to be good, and the story may help us, for though we do want to be good, it\'s hard work and we forget, and don\'t do our best.

      We were in the Slough of Despond tonight, and Mother came and pulled us out as Help did in the book. We ought to have our roll of directions, like Christian. What shall we do about that? asked Jo, delighted with the fancy which lent a little romance to the very dull task of doing her duty.

      Look under your pillows Christmas morning, and you will find your guidebook, replied Mrs. March.

      They talked over the new plan while old Hannah cleared the table, then out came the four little work baskets, and the needles flew as the girls made sheets for Aunt March. It was uninteresting sewing, but tonight no one grumbled. They adopted Jo\'s plan of dividing the long seams into four parts, and calling the quarters Europe, Asia, Africa, and America, and in that way got on capitally, especially when they talked about the different countries as they stitched their way through them.

      At nine they stopped work, and sang, as usual, before they went to bed. No one but Beth could get much music out of the old piano, but she had a way of softly touching the yellow keys and making a pleasant accompaniment to the simple songs they sang. Meg had a voice like a flute, and she and her mother led the little choir. Amy chirped like a cricket, and Jo wandered through the airs at her own sweet will, always coming out at the wrong place with a croak or a quaver that spoiled the most pensive tune. They had always done this from the time they could lisp . . . Crinkle, crinkle, \'ittle \'tar, and it had become a household custom,, for the mother was a born singer. The first sound in the morning was her voice as she went about the house singing like a lark, and the last sound at night was the same cheery sound, for the girls never grew too old for that familiar lullaby.'; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('','A4','','',32,25,27,25,16,13); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->hyphenate = 2; // removed in 5.6.07 + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyleA4.css'); +$stylesheet .= ' +p { hyphens: auto; } +'; +$mpdf->WriteHTML($stylesheet,1); + +$mpdf->WriteHTML('

      Automatic Hyphenation

      '); + +$mpdf->SetColumns(4,'J'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example22_columns.php b/htdocs/MPDF57/examples/example22_columns.php new file mode 100644 index 000000000..6b9aac531 --- /dev/null +++ b/htdocs/MPDF57/examples/example22_columns.php @@ -0,0 +1,80 @@ +mPDF +

      Columns

      +'; +//============================================================== + +$loremH = "

      Lectus facilisis

      +

      Sed auctor viverra diam. In lacinia lectus.

      +

      Praesent tincidunt massa in dolor. Morbi viverra leo quis ipsum. In vitae velit. In aliquam nulla nec mi. Sed accumsan, justo id congue fringilla, diam mauris volutpat ligula, sed aliquet elit diam at felis. Quisque et velit sed eros convallis posuere.

      +
      Nunc tincidunt
      +

      Nunc diam ipsum, consectetuer nec, hendrerit vitae, malesuada a, ante. Nulla ornare aliquet ante. Maecenas in lectus. Morbi porttitor mauris. Praesent ut.

      +

      Pede quis ante tincidunt blandit. Maecenas bibendum erat. Curabitur sit amet ante quis velit ultricies facilisis. Ut hendrerit dolor commodo magna. In nec ligula a purus tincidunt adipiscing. Etiam non ante.

      Suspendisse potenti. Suspendisse accumsan euismod lectus. Nunc commodo pede et turpis. Pellentesque porta mauris sed lorem. Ut nec augue vitae elit eleifend eleifend.Quisque ornare feugiat diam. Duis nulla metus, tempus sit amet, scelerisque a, rutrum at, nisl. Nulla facilisi. Duis metus turpis, molestie nec, laoreet tincidunt, ultrices et, purus. Nullam faucibus aliquam nisi.

      Ut leo. Etiam tempus interdum tortor. Donec porta, arcu vel tincidunt placerat, lacus lorem iaculis diam, id sagittis sapien metus eu nunc. Morbi vitae nunc.
      Mauris sapien. Phasellus elementum velit sed sapien. Nullam ante diam, consectetuer commodo, dignissim vitae, tempor vel, magna. Donec dictum. Nullam ultrices leo volutpat magna. Mauris blandit purus nec turpis. Curabitur nunc. Aliquam condimentum eleifend32 lectus. Praesent vitae nibh et libero ullamcorper scelerisque. Nullam auctor. Mauris ipsum nulla, malesuada id, aliquet at, feugiat vitae, eros.

      + +
      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. +
      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      + Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      +

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +"; + + + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->SetDisplayMode('fullpage'); + +$stylesheet = file_get_contents('mpdfstyleA4.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +// Bullets in columns are probably best not indented +$mpdf->list_indent_first_level = 0; // 1 or 0 - whether to indent the first level of a list + +$mpdf->max_colH_correction = 1.1; + + + $mpdf->WriteHTML($html,2); + $mpdf->WriteHTML($loremH,2); + + // consider reducing lineheight when using columns - especially if vAligned justify + $mpdf->SetDefaultBodyCSS('line-height', 1.2); + + $mpdf->SetColumns(3,'J'); + $mpdf->WriteHTML($loremH,2); + + $mpdf->SetColumns(0); + $mpdf->WriteHTML('
      '); + + + $mpdf->SetColumns(2,'J'); + $mpdf->WriteHTML($loremH,2); + $mpdf->WriteHTML('
      '); + $mpdf->SetColumns(0); + $mpdf->WriteHTML('
      '); + + $mpdf->SetColumns(3,'J'); + $mpdf->WriteHTML($loremH,2); + + $mpdf->SetColumns(0); + $mpdf->WriteHTML('
      '); + $mpdf->SetColumns(2,'J'); + $mpdf->WriteHTML($loremH,2); + + + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example23_orientation.php b/htdocs/MPDF57/examples/example23_orientation.php new file mode 100644 index 000000000..7049d7e19 --- /dev/null +++ b/htdocs/MPDF57/examples/example23_orientation.php @@ -0,0 +1,132 @@ +mPDF +

      Page Orientation

      + +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      +

      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Cras tellus. Fusce aliquet. Curabitur tincidunt viverra ligula. Fusce eget erat. Donec pede. Vestibulum id felis. Phasellus tincidunt ligula non pede. Morbi turpis. In vitae dui non erat placerat malesuada. Mauris adipiscing congue ante. Proin at erat. Aliquam mattis.

      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Donec laoreet nisl id magna. Curabitur mollis, quam eget fermentum malesuada, risus tortor ullamcorper dolor, nec placerat nisi urna non pede. Aliquam pretium, leo in interdum interdum, ipsum neque accumsan lectus, ac fringilla dui ipsum sed justo. In tincidunt risus convallis odio egestas luctus. Integer volutpat. Donec ultricies, leo in congue iaculis, dolor neque imperdiet nibh, vitae feugiat mi enim nec sapien. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      + +
      + +'; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + + +$mpdf=new mPDF('c','A4','','',42,15,67,67,20,15); + +$mpdf->SetDisplayMode('fullpage','two'); + +$mpdf->mirrorMargins = 1; + + +$header = ' + + + + +
      Left header p {PAGENO}Right header
      +'; +$headerE = ' + + + + +
      Outer headerInner header p {PAGENO}
      +'; +$longfooter = ' + + + + +
      Left footer p {PAGENO}Right footer
      +'; +$longfooterE = ' + + + + +
      Outer footerInner footer p {PAGENO}
      +'; + +$footer = '
      {DATE j-m-Y} » {PAGENO} » My document
      '; +$footerE = '
      Even page footer - {PAGENO} -
      '; + +$shortheader = '
      {DATE j-m-Y} » {PAGENO} » My document
      '; +$shortheaderE = '
      Even page header - {PAGENO} -
      '; + + +$mpdf->SetHTMLHeader($header); +$mpdf->SetHTMLHeader($headerE,'E'); +$mpdf->setFooter('{PAGENO} of {nbpg} pages||{PAGENO} of {nbpg} pages') ; + + +$mpdf->WriteHTML($html); + + +$mpdf->setHeader(); // Clear headers before adding page +$mpdf->AddPage('L','','','','',25,25,55,45,18,12); + +$mpdf->SetHTMLHeader($shortheader,'',true); // New parameter in v1.4 to add the header to the new page +$mpdf->SetHTMLHeader($shortheaderE,'E',true); +$mpdf->SetHTMLFooter($longfooter); +$mpdf->SetHTMLFooter($longfooterE,'E'); + + +$mpdf->WriteHTML($html); +$mpdf->WriteHTML($html); +$mpdf->WriteHTML($html); + + + +$mpdf->setHeader('{PAGENO} of {nbpg} pages||{PAGENO} of {nbpg} pages') ; +$mpdf->SetHTMLFooter($footer); +$mpdf->SetHTMLFooter($footerE,'E'); + + +$mpdf->WriteHTML($html); +$mpdf->WriteHTML($html); + + +$mpdf->setHeader(); // Clear headers before adding page +$mpdf->AddPage('','','','','',42,15,67,67,20,15); // Default is Portrait (because that was the document default) + + +$mpdf->SetHTMLHeader($shortheader,'',true); // New parameter in v1.4 to add the header to the new page +$mpdf->SetHTMLHeader($shortheaderE,'E',true); +$mpdf->SetHTMLFooter($longfooter); +$mpdf->SetHTMLFooter($longfooterE,'E'); + + +$mpdf->WriteHTML($html); +$mpdf->WriteHTML($html); + + +$mpdf->SetHTMLHeader($header); +$mpdf->SetHTMLHeader($headerE,'E'); +$mpdf->SetHTMLFooter($footer); +$mpdf->SetHTMLFooter($footerE,'E'); + + +$mpdf->WriteHTML($html); +$mpdf->WriteHTML($html); + + +$mpdf->Output('mpdf.pdf','I'); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example24_orientation_2.php b/htdocs/MPDF57/examples/example24_orientation_2.php new file mode 100644 index 000000000..1cbbfdad8 --- /dev/null +++ b/htdocs/MPDF57/examples/example24_orientation_2.php @@ -0,0 +1,200 @@ +mPDF +

      Page Orientation

      + +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      +

      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Cras tellus. Fusce aliquet. Curabitur tincidunt viverra ligula. Fusce eget erat. Donec pede. Vestibulum id felis. Phasellus tincidunt ligula non pede. Morbi turpis. In vitae dui non erat placerat malesuada. Mauris adipiscing congue ante. Proin at erat. Aliquam mattis.

      +

      Integer feugiat venenatis metus. Integer lacinia ultrices ipsum. Proin et arcu. Quisque varius libero. Nullam id arcu. Aenean justo quam, accumsan nec, luctus id, pellentesque molestie, mi. Aliquam sollicitudin feugiat eros. Nunc nisi turpis, consequat id, aliquet et, semper a, augue. Integer nisl ipsum, blandit et, lobortis a, egestas nec, odio. Nulla dolor ligula, nonummy ac, vulputate a, sollicitudin id, orci. Donec laoreet nisl id magna. Curabitur mollis, quam eget fermentum malesuada, risus tortor ullamcorper dolor, nec placerat nisi urna non pede. Aliquam pretium, leo in interdum interdum, ipsum neque accumsan lectus, ac fringilla dui ipsum sed justo. In tincidunt risus convallis odio egestas luctus. Integer volutpat. Donec ultricies, leo in congue iaculis, dolor neque imperdiet nibh, vitae feugiat mi enim nec sapien. Aenean turpis lorem, consequat quis, varius in, posuere vel, eros. Nulla facilisi.

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + +'; + +$htmlL = ' +
      Table in Landscape
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      TypeDetailsNotes
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti. Fusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti. Fusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti. Fusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti. Fusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti. Fusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      +'; + +//============================================================== + +$loremH = "

      Lectus facilisis

      +

      Sed auctor viverra diam. In lacinia lectus.

      +

      Praesent tincidunt massa in dolor. Morbi viverra leo quis ipsum. In vitae velit. In aliquam nulla nec mi. Sed accumsan, justo id congue fringilla, diam mauris volutpat ligula, sed aliquet elit diam at felis. Quisque et velit sed eros convallis posuere.

      +
      Nunc tincidunt
      +

      Nunc diam ipsum, consectetuer nec, hendrerit vitae, malesuada a, ante. Nulla ornare aliquet ante. Maecenas in lectus. Morbi porttitor mauris. Praesent ut.

      +

      Pede quis ante tincidunt blandit. Maecenas bibendum erat. Curabitur sit amet ante quis velit ultricies facilisis. Ut hendrerit dolor commodo magna. In nec ligula a purus tincidunt adipiscing. Etiam non ante.

      Suspendisse potenti. Suspendisse accumsan euismod lectus. Nunc commodo pede et turpis. Pellentesque porta mauris sed lorem. Ut nec augue vitae elit eleifend eleifend. Quisque ornare feugiat diam. Duis nulla metus, tempus sit amet, scelerisque a, rutrum at, nisl. Nulla facilisi. Duis metus turpis, molestie nec, laoreet tincidunt, ultrices et, purus. Nullam faucibus aliquam nisi.

      Ut leo. Etiam tempus interdum tortor. Donec porta, arcu vel tincidunt placerat, lacus lorem iaculis diam, id sagittis sapien metus eu nunc. Morbi vitae nunc.
      Mauris sapien. Phasellus elementum velit sed sapien. Nullam ante diam, consectetuer commodo, dignissim vitae, tempor vel, magna. Donec dictum. Nullam ultrices leo volutpat magna. Mauris blandit purus nec turpis. Curabitur nunc. Aliquam condimentum eleifend32 lectus. Praesent vitae nibh et libero ullamcorper scelerisque. Nullam auctor. Mauris ipsum nulla, malesuada id, aliquet at, feugiat vitae, eros.

      + +
      Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

      Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras eu erat vel libero sodales congue. Sed erat est, interdum nec, elementum eleifend, pretium at, nibh. Praesent massa diam, adipiscing id, mollis sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.

      +"; + +//============================================================== +$header = ' + + + + +
      Left header p {PAGENO}Right header
      +'; +$headerE = ' + + + + +
      Outer headerInner header p {PAGENO}
      +'; +$header = '
      {DATE j-m-Y} » {PAGENO} » My document
      My document
      See documentation manual
      My document
      '; +$headerE = '
      Even page footer - {PAGENO} -
      My document
      My document
      My document
      '; +$footer = '
      {DATE j-m-Y} » {PAGENO} » My document
      My document
      See documentation manual
      My document
      '; +$footerE = '
      Even page footer - {PAGENO} -
      My document
      My document
      My document
      '; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + + +$mpdf=new mPDF('c','A4','','',42,15,57,57,20,17); + +$mpdf->displayDefaultOrientation = true; + +$mpdf->forcePortraitHeaders = true; +$mpdf->forcePortraitMargins = true; + +$mpdf->SetDisplayMode('fullpage','two'); + +$mpdf->mirrorMargins = 1; + +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); + +$mpdf->SetHTMLHeader($header); +$mpdf->SetHTMLHeader($headerE,'E'); +$mpdf->SetHTMLFooter($footer); +$mpdf->SetHTMLFooter($footerE,'E'); + +$mpdf->WriteHTML($html); + +$mpdf->AddPage('L'); + +$mpdf->WriteHTML($htmlL); +$mpdf->WriteHTML($htmlL); + +// Columns +$mpdf->AddPage('L'); +$mpdf->SetColumns(3,'J'); +$mpdf->WriteHTML($loremH); + +$mpdf->SetColumns(0); +$mpdf->WriteHTML('
      '); + + +$mpdf->SetColumns(2,'J'); +$mpdf->WriteHTML($loremH); +$mpdf->WriteHTML('
      '); +$mpdf->SetColumns(0); + +$mpdf->AddPage('L'); + +$mpdf->WriteHTML($htmlL); +$mpdf->WriteHTML($htmlL); + +$mpdf->AddPage(); + +$mpdf->WriteHTML($html); +$mpdf->WriteHTML($html); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example26_RTL.php b/htdocs/MPDF57/examples/example26_RTL.php new file mode 100644 index 000000000..631024076 --- /dev/null +++ b/htdocs/MPDF57/examples/example26_RTL.php @@ -0,0 +1,316 @@ +mPDF +

      RTL Languages

      + +

      English

      +

      Please note that I do not understand any of the scripts below. The texts are borrowed from News websites, and I have used words and bits of phrases just to demonstrate the program.

      + +

      Hebrew (pangram)

      +

      \xd7\x93\xd7\x92 \xd7\xa1\xd7\xa7\xd7\xa8\xd7\x9f \xd7\xa9\xd7\x98 \xd7\x91\xd7\x99\xd7\x9d \xd7\x9e\xd7\x90\xd7\x95\xd7\x9b\xd7\x96\xd7\x91 \xd7\x95\xd7\x9c\xd7\xa4\xd7\xaa\xd7\xa2 \xd7\x9e\xd7\xa6\xd7\x90 \xd7\x97\xd7\x91\xd7\xa8\xd7\x94

      + +

      \xd7\x90\xd7\x95 \xd7\x94\xd7\xa0\xd7\xa1\xd7\x94 \xd7\x90\xd7\x9c\xd7\x94\xd7\x99\xd7\x9d, \xd7\x9c\xd7\x91\xd7\x95\xd7\x90 \xd7\x9c\xd7\xa7\xd7\x97\xd7\xaa \xd7\x9c\xd7\x95 \xd7\x92\xd7\x95\xd7\x99 \xd7\x9e\xd7\xa7\xd7\xa8\xd7\x91 \xd7\x92\xd7\x95\xd7\x99, \xd7\x91\xd7\x9e\xd7\xa1\xd7\xaa \xd7\x91\xd7\x90\xd7\xaa\xd7\xaa \xd7\x95\xd7\x91\xd7\x9e\xd7\x95\xd7\xa4\xd7\xaa\xd7\x99\xd7\x9d \xd7\x95\xd7\x91\xd7\x9e\xd7\x9c\xd7\x97\xd7\x9e\xd7\x94 \xd7\x95\xd7\x91\xd7\x99\xd7\x93 \xd7\x97\xd7\x96\xd7\xa7\xd7\x94 \xd7\x95\xd7\x91\xd7\x96\xd7\xa8\xd7\x95\xd7\xa2 \xd7\xa0\xd7\x98\xd7\x95\xd7\x99\xd7\x94, \xd7\x95\xd7\x91\xd7\x9e\xd7\x95\xd7\xa8\xd7\x90\xd7\x99\xd7\x9d \xd7\x92\xd7\x93\xd7\x9c\xd7\x99\xd7\x9d: \xd7\x9b\xd7\x9b\xd7\x9c \xd7\x90\xd7\xa9\xd7\xa8-\xd7\xa2\xd7\xa9\xd7\x94 \xd7\x9c\xd7\x9b\xd7\x9d \xd7\x99\xd7\x94\xd7\x95\xd7\x94 \xd7\x90\xd7\x9c\xd7\x94\xd7\x99\xd7\x9b\xd7\x9d, \xd7\x91\xd7\x9e\xd7\xa6\xd7\xa8\xd7\x99\xd7\x9d--\xd7\x9c\xd7\xa2\xd7\x99\xd7\xa0\xd7\x99\xd7\x9a

      + +

      \xd7\x9c\xd7\x9b\xd7\x9f \xd7\x97\xd7\x9b\xd7\x95 \xd7\x9c\xd7\x99 \xd7\xa0\xd7\x90\xd7\x9d \xd7\x99\xd7\x94\xd7\x95\xd7\x94 \xd7\x9c\xd7\x99\xd7\x95\xd7\x9d \xd7\xa7\xd7\x95\xd7\x9e\xd7\x99 \xd7\x9c\xd7\xa2\xd7\x93, \xd7\x9b\xd7\x99 \xd7\x9e\xd7\xa9\xd7\xa4\xd7\x98\xd7\x99 \xd7\x9c\xd7\x90\xd7\xa1\xd7\xa3 \xd7\x92\xd7\x95\xd7\x99\xd7\x9d \xd7\x9c\xd7\xa7\xd7\x91\xd7\xa6\xd7\x99 \xd7\x9e\xd7\x9e\xd7\x9c\xd7\x9b\xd7\x95\xd7\xaa, \xd7\x9c\xd7\xa9\xd7\xa4\xd7\x9a \xd7\xa2\xd7\x9c\xd7\x99\xd7\x94\xd7\x9d \xd7\x96\xd7\xa2\xd7\x9e\xd7\x99 \xd7\x9b\xd7\x9c \xd7\x97\xd7\xa8\xd7\x95\xd7\x9f \xd7\x90\xd7\xa4\xd7\x99, \xd7\x9b\xd7\x99 \xd7\x91\xd7\x90\xd7\xa9 \xd7\xa7\xd7\xa0\xd7\x90\xd7\xaa\xd7\x99 \xd7\xaa\xd7\x90\xd7\x9b\xd7\x9c \xd7\x9b\xd7\x9c \xd7\x94\xd7\x90\xd7\xa8\xd7\xa5

      + +

      \xd7\xa9\xd7\xa4\xd7\x9f \xd7\x90\xd7\x9b\xd7\x9c \xd7\xa7\xd7\xa6\xd7\xaa \xd7\x92\xd7\x96\xd7\xa8 \xd7\x91\xd7\x98\xd7\xa2\xd7\x9d \xd7\x97\xd7\xa1\xd7\x94, \xd7\x95\xd7\x93\xd7\x99.

      + + + + + +

      Arabic

      +

      \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xad\xd8\xaf\xd9\x8a\xd8\xab \xd9\x85\xd8\xaa\xd9\x84\xd9\x81\xd8\xb2 + \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb0\xd9\x83\xd8\xb1\xd9\x89 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb9\xd8\xa9 \xd9\x84\xd9\x84\xd8\xba\xd8\xb2\xd9\x88 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x88\xd9\x84\xd9\x88\xd9\x8a\xd8\xa9 \xd8\xad\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa7 \xd9\x84\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaf\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd9\x86 \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82.

      + +

      \xd9\x87\xd9\x84 \xd8\xb3\xd8\xaa\xd8\xb3\xd9\x81\xd8\xb1 \xd8\xa7\xd9\x84\xd8\xac\xd9\x87\xd9\x88\xd8\xaf \xd8\xa7\xd9\x84\xd8\xaf\xd8\xa8\xd9\x84\xd9\x88\xd9\x85\xd8\xa7\xd8\xb3\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a\xd8\xa9 \xd8\xb9\xd9\x86 \xd8\xad\xd9\x84\xd9\x88\xd9\x84\xd8\x9f \xd9\x88\xd9\x83\xd9\x8a\xd9\x81 \xd8\xaa\xd9\x86\xd8\xb8\xd8\xb1 \xd9\x84\xd9\x84\xd8\xa7\xd8\xaa\xd9\x87\xd8\xa7\xd9\x85\xd8\xa7\xd8\xaa \xd9\x84\xd8\xa8\xd8\xb9\xd8\xb6 \xd9\x87\xd8\xb0\xd9\x87 \xd8\xa7\xd9\x84\xd8\xaf\xd9\x88\xd9\x84 \xd8\xa8\xd8\xa7\xd9\x84\xd8\xaa\xd8\xaf\xd8\xae\xd9\x84 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb4\xd8\xa3\xd9\x86 \xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82\xd9\x8a\xd8\x8c \xd9\x88\xd8\xa7\xd9\x84\xd8\xaa\xd9\x88\xd8\xb1\xd8\xb7 \xd9\x81\xd9\x8a \xd8\xaf\xd8\xb9\xd9\x85 \xd8\xb9\xd9\x85\xd9\x84\xd9\x8a\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd8\xb9\xd9\x86\xd9\x81\xd8\x9f \xd9\x88\xd8\xa7\xd9\x84\xd9\x89 \xd8\xa7\xd9\x8a \xd9\x85\xd8\xaf\xd9\x89 \xd9\x8a\xd8\xa8\xd8\xaf\xd9\x88 \xd8\xa7\xd9\x84\xd9\x88\xd8\xb6\xd8\xb9 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86\xd8\xb9\xd9\x83\xd8\xa7\xd8\xb3\xd8\xa7 \xd9\x84\xd9\x84\xd8\xb5\xd8\xb1\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd8\xa5\xd9\x82\xd9\x84\xd9\x8a\xd9\x85\xd9\x8a\xd8\xa9 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd9\x85\xd9\x86\xd8\xb7\xd9\x82\xd8\xa9\xd8\x9f

      + +

      \xd9\x88\xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa8\xd9\x8a\xd8\xaa \xd8\xa7\xd9\x84\xd8\xa7\xd8\xa8\xd9\x8a\xd8\xb6 "\xd8\xa8\xd8\xb4\xd8\xaf\xd8\xa9" \xd8\xaa\xd9\x81\xd8\xac\xd9\x8a\xd8\xb1 \xd8\xa7\xd9\x8a\xd9\x84\xd8\xa7\xd8\xaa \xd9\x81\xd9\x8a\xd9\x85\xd8\xa7 \xd8\xa7\xd8\xb9\xd8\xb1\xd8\xa8\xd8\xaa \xd9\x88\xd8\xb2\xd8\xa7\xd8\xb1\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xae\xd8\xa7\xd8\xb1\xd8\xac\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xb1\xd9\x88\xd8\xb3\xd9\x8a\xd8\xa9 \xd8\xb9\xd9\x86 "\xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86\xd8\xaa\xd9\x87\xd8\xa7 \xd8\xa7\xd9\x84\xd8\xb4\xd8\xaf\xd9\x8a\xd8\xaf\xd8\xa9" \xd9\x84\xd9\x84\xd8\xad\xd8\xa7\xd8\xaf\xd8\xab" \xd9\x88\xd8\xa7\xd8\xb5\xd9\x81\xd8\xa9 \xd8\xa7\xd9\x8a\xd8\xa7\xd9\x87 \xd8\xa8\xd9\x80"\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb7\xd8\xb1\xd9\x81" \xd8\xa7\xd9\x84\xd8\xb0\xd9\x8a \xd8\xa7\xd8\xb3\xd8\xaa\xd9\x87\xd8\xaf\xd9\x81 "\xd9\x85\xd8\xaf\xd9\x86\xd9\x8a\xd9\x8a\xd9\x86 \xd9\x85\xd8\xb3\xd8\xa7\xd9\x84\xd9\x85\xd9\x8a\xd9\x86".

      + +

      \xd9\x88\xd8\xa7\xd8\xb6\xd8\xa7\xd9\x81\xd8\xaa \xd9\x88\xd8\xb2\xd8\xa7\xd8\xb1\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xae\xd8\xa7\xd8\xb1\xd8\xac\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xb1\xd9\x88\xd8\xb3\xd9\x8a\xd8\xa9 \xd9\x81\xd9\x8a \xd8\xa8\xd9\x8a\xd8\xa7\xd9\x86\xd9\x87\xd8\xa7: "\xd9\x85\xd9\x86 \xd8\xa7\xd9\x84\xd9\x85\xd8\xa4\xd8\xb3\xd9\x81 \xd8\xa7\xd9\x86 \xd9\x8a\xd8\xa3\xd8\xaa\xd9\x8a \xd9\x87\xd8\xb0\xd8\xa7 \xd8\xa7\xd9\x84\xd8\xad\xd8\xa7\xd8\xaf\xd8\xab \xd8\xa8\xd9\x8a\xd9\x86\xd9\x85\xd8\xa7 \xd8\xaa\xd8\xa8\xd8\xb0\xd9\x84 \xd8\xa7\xd9\x84\xd8\xac\xd9\x87\xd9\x88\xd8\xaf \xd9\x84\xd8\xaa\xd8\xae\xd8\xb7\xd9\x8a \xd8\xa7\xd9\x84\xd8\xa7\xd8\xb2\xd9\x85\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xaf\xd8\xa7\xd8\xae\xd9\x84\xd9\x8a\xd8\xa9".

      + +

      \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84 \xd9\x85\xd8\xa7 \xd9\x8a\xd9\x85\xd9\x83\xd9\x86 \xd9\x85\xd9\x86 \xd8\xa7\xd8\xac\xd9\x84 \xd8\xa7\xd8\xad\xd8\xaa\xd9\x88\xd8\xa7\xd8\xa1 \xd9\x85\xd8\xb8\xd8\xa7\xd9\x87\xd8\xb1 \xd8\xa7\xd9\x84\xd8\xaa\xd8\xb7\xd8\xb1\xd9\x81 \xd8\xa7\xd9\x84\xd8\xaa\xd9\x8a \xd9\x84\xd8\xa7 \xd9\x85\xd8\xa8\xd8\xb1\xd8\xb1 \xd9\x84\xd9\x87\xd8\xa7 \xd9\x88\xd8\xa7\xd9\x84\xd8\xaa\xd9\x8a \xd9\x84\xd8\xa7 \xd8\xaa\xd9\x81\xd9\x8a\xd8\xaf \xd9\x85\xd8\xb5\xd8\xa7\xd9\x84\xd8\xad \xd8\xa7\xd9\x84\xd8\xb4\xd8\xb9\xd8\xa8 \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a \xd8\xb9\xd9\x84\xd9\x89 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xaf \xd8\xa7\xd9\x84\xd8\xb7\xd9\x88\xd9\x8a\xd9\x84".

      + +

      \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84 \xd9\x85\xd8\xa7 \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84

      +\xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84 \xd9\x85\xd8\xa7 \xd9\x8a\xd9\x85\xd9\x83\xd9\x86 \xd9\x85\xd9\x86 \xd8\xa7\xd8\xac\xd9\x84

      + + +

      \xd9\x83\xd9\x85\xd8\xa7 \xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd9\x81\xd8\xa7\xd8\xb1\xd9\x88 \xd8\xaf\xd9\x8a \xd8\xb3\xd9\x88\xd8\xaa\xd9\x88 \xd9\x85\xd8\xa8\xd8\xb9\xd9\x88\xd8\xab \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd9\x85 \xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xad\xd8\xaf\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xae\xd8\xa7\xd8\xb5 \xd8\xa7\xd9\x84\xd9\x89 \xd8\xa7\xd9\x84\xd8\xb4\xd8\xb1\xd9\x82 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x88\xd8\xb3\xd8\xb7 \xd8\xa7\xd9\x84\xd8\xb9\xd9\x85\xd9\x84\xd9\x8a\xd8\xa9 \xd9\x88\xd9\x82\xd8\xa7\xd9\x84 "\xd8\xa7\xd9\x86\xd9\x87 \xd9\x83\xd8\xa7\xd9\x86 \xd9\x87\xd8\xac\xd9\x88\xd9\x85\xd8\xa7 \xd8\xb9\xd9\x84\xd9\x89 \xd8\xa7\xd8\xb4\xd8\xae\xd8\xa7\xd8\xb5 \xd8\xb9\xd8\xa7\xd8\xaf\xd9\x8a\xd9\x8a\xd9\x86 \xd9\x83\xd8\xa7\xd9\x86\xd9\x88\xd8\xa7 \xd9\x8a\xd9\x82\xd9\x88\xd9\x85\xd9\x88\xd9\x86 \xd8\xa8\xd9\x86\xd8\xb4\xd8\xa7\xd8\xb7\xd9\x87\xd9\x85 \xd8\xa7\xd9\x84\xd9\x8a\xd9\x88\xd9\x85\xd9\x8a \xd9\x88\xd9\x87\xd8\xb0\xd8\xa7 \xd8\xa7\xd9\x85\xd8\xb1 \xd9\x84\xd8\xa7 \xd9\x8a\xd9\x85\xd9\x83\xd9\x86 \xd8\xaa\xd8\xa8\xd8\xb1\xd9\x8a\xd8\xb1\xd9\x87".

      + +

      Farsi / Persian (fa)

      +

      \xd9\x85\xd8\xad\xd9\x85\xd8\xaf \xd8\xa7\xd9\x84\xd8\xa8\xd8\xb1\xd8\xa7\xd8\xaf\xd8\xb9\xdb\x8c \xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 \xd8\xa2\xda\x98\xd8\xa7\xd9\x86\xd8\xb3 \xd8\xa8\xd9\x8a\xd9\x86 \xd8\xa7\xd9\x84\xd9\x85\xd9\x84\xd9\x84\xdb\x8c \xd8\xa7\xd9\x86\xd8\xb1\xda\x98\xdb\x8c \xd8\xa7\xd8\xaa\xd9\x85\xdb\x8c \xd9\xbe\xd9\x8a\xd8\xb4\xd9\x86\xd9\x87\xd8\xa7\xd8\xaf \xda\xa9\xd8\xb1\xd8\xaf\xd9\x87 \xd8\xa7\xd8\xb3\xd8\xaa \xd8\xaa\xd9\x87\xd8\xb1\xd8\xa7\xd9\x86 \xd8\xa8\xd8\xb1\xd9\x86\xd8\xa7\xd9\x85\xd9\x87 \xd8\xac\xd9\x86\xd8\xac\xd8\xa7\xd9\x84\xdb\x8c \xd8\xba\xd9\x86\xdb\x8c \xd8\xb3\xd8\xa7\xd8\xb2\xdb\x8c \xd8\xa7\xd9\x88\xd8\xb1\xd8\xa7\xd9\x86\xd9\x8a\xd9\x88\xd9\x85 \xd8\xb1\xd8\xa7 \xd9\x85\xd8\xaa\xd9\x88\xd9\x82\xd9\x81 \xda\xa9\xd9\x86\xd8\xaf \xd9\x88 \xd8\xba\xd8\xb1\xd8\xa8 \xd9\x86\xd9\x8a\xd8\xb2 \xd8\xa7\xd8\xac\xd8\xb1\xd8\xa7\xdb\x8c \xd8\xaa\xd8\xad\xd8\xb1\xd9\x8a\xd9\x85 \xd9\x87\xd8\xa7\xdb\x8c \xd8\xaa\xd9\x86\xd8\xa8\xd9\x8a\xd9\x87\xdb\x8c \xd9\x85\xd9\x88\xd8\xb1\xd8\xaf \xd8\xaa\xd8\xa7\xd8\xa6\xd9\x8a\xd8\xaf \xd8\xb3\xd8\xa7\xd8\xb2\xd9\x85\xd8\xa7\xd9\x86 \xd9\x85\xd9\x84\xd9\x84 \xd9\x85\xd8\xaa\xd8\xad\xd8\xaf \xd8\xb1\xd8\xa7 \xd8\xa8\xd9\x87 \xd8\xaa\xd8\xb9\xd9\x88\xd9\x8a\xd9\x82 \xd8\xa8\xd9\x8a\xd8\xa7\xd9\x86\xd8\xaf\xd8\xa7\xd8\xb2\xd8\xaf.

      + +

      \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4\xd8\x8c \xd8\xaf\xd8\xb1 \xda\x86\xd9\x87\xd8\xa7\xd8\xb1\xd9\x85\xdb\x8c\xd9\x86 \xd8\xb3\xd8\xa7\xd9\x84\xda\xaf\xd8\xb1\xd8\xaf \xd8\xa7\xd8\xb4\xd8\xba\xd8\xa7\xd9\x84 \xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd9\x85\xdb\x8c \xda\xaf\xd9\x88\xdb\x8c\xd8\xaf \xd8\xa7\xd8\xb3\xd8\xaa\xd8\xb1\xd8\xa7\xd8\xaa\xda\x98\xdb\x8c \xd8\xa7\xd8\xb3\xd8\xaa\xd9\x82\xd8\xb1\xd8\xa7\xd8\xb1 \xd9\x86\xdb\x8c\xd8\xb1\xd9\x88\xd9\x87\xd8\xa7\xdb\x8c \xd8\xa2\xd9\x85\xd8\xb1\xdb\x8c\xda\xa9\xd8\xa7\xdb\x8c\xdb\x8c \xd8\xa8\xdb\x8c\xd8\xb4\xd8\xaa\xd8\xb1\xdb\x8c \xd8\xaf\xd8\xb1 \xd8\xa8\xd8\xba\xd8\xaf\xd8\xa7\xd8\xaf\xd8\x8c \xd9\x85\xd8\xaf\xd8\xaa\xdb\x8c \xd8\xb7\xd9\x88\xd9\x84 \xd8\xae\xd9\x88\xd8\xa7\xd9\x87\xd8\xaf \xda\xa9\xd8\xb4\xdb\x8c\xd8\xaf.

      + +

      \xd8\xa2\xd9\x85\xd8\xb1\xdb\x8c\xda\xa9\xd8\xa7 \xd9\x88\xdb\x8c\xd8\xb2\xd8\xa7\xdb\x8c \xd8\xb1\xd8\xa6\xdb\x8c\xd8\xb3 \xd8\xac\xd9\x85\xd9\x87\xd9\x88\xd8\xb1 \xd8\xa7\xdb\x8c\xd8\xb1\xd8\xa7\xd9\x86 \xd8\xb1\xd8\xa7 \xd8\xa8\xd9\x87 \xd9\x85\xd9\x86\xd8\xb8\xd9\x88\xd8\xb1 \xd8\xad\xd8\xb6\xd9\x88\xd8\xb1 \xd9\x88\xdb\x8c \xd8\xaf\xd8\xb1 \xd8\xac\xd9\x84\xd8\xb3\xd9\x87 \xd8\xb1\xd8\xa7\xdb\x8c \xda\xaf\xdb\x8c\xd8\xb1\xdb\x8c \xd8\xb4\xd9\x88\xd8\xb1\xd8\xa7\xdb\x8c \xd8\xa7\xd9\x85\xd9\x86\xdb\x8c\xd8\xaa \xd8\xa8\xd8\xb1\xd8\xa7\xdb\x8c \xd9\x82\xd8\xb7\xd8\xb9\xd9\x86\xd8\xa7\xd9\x85\xd9\x87 \xd8\xaa\xd8\xa7\xd8\xb2\xd9\x87 \xd8\xb9\xd9\x84\xdb\x8c\xd9\x87 \xd8\xa7\xdb\x8c\xd9\x86 \xda\xa9\xd8\xb4\xd9\x88\xd8\xb1 \xd8\xb5\xd8\xa7\xd8\xaf\xd8\xb1 \xda\xa9\xd8\xb1\xd8\xaf.

      + + +

      Urdu

      +

      \xd8\xac\xd8\xb3\xd9\xb9\xd8\xb3 \xd8\xa7\xd9\x81\xd8\xaa\xd8\xae\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x8c \xd8\xac\xd8\xa8\xd8\xb1\xdb\x8c \xd8\xb1\xd8\xae\xd8\xb5\xd8\xaa \xd9\xbe\xd8\xb1 \xd9\x84\xd8\xa7\xdb\x81\xd9\x88\xd8\xb1\xdb\x81\xd8\xa7\xd8\xa6\xdb\x8c \xda\xa9\xd9\x88\xd8\xb1\xd9\xb9 \xda\xa9\xdb\x92 \xd8\xa7\xdb\x8c\xda\xa9 \xd8\xa7\xd9\x88\xd8\xb1 \xd8\xb3\xd9\x86\xd8\xaf\xda\xbe \xd9\x85\xdb\x8c\xda\xba \xda\xa9\xd8\xa6\xdb\x8c \xd8\xb3\xd9\x88\xd9\x84 \xd8\xac\xd8\xac \xd9\x85\xd8\xb3\xd8\xaa\xd8\xb9\xd9\x81\xdb\x8c \xdb\x81\xd9\x88\xda\xaf\xd8\xa6\xdb\x92 \xdb\x81\xdb\x8c\xda\xba\xdb\x94

      + +

      \xda\x86\xdb\x8c\xd9\x81 \xd8\xac\xd8\xb3\xd9\xb9\xd8\xb3 \xda\xa9\xdb\x8c \xd8\xb3\xd8\xb1\xda\xaf\xd8\xb1\xd9\x85\xdb\x8c\xd8\xa7\xda\xba \xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf \xda\xa9\xd8\xb1\xd9\x86\xdb\x92 \xd8\xa7\xd9\x88\xd8\xb1 \xd9\xbe\xd9\x88\xd9\x84\xdb\x8c\xd8\xb3 \xd8\xaa\xd8\xb9\xdb\x8c\xd9\x86\xd8\xa7\xd8\xaa\xdb\x8c \xda\xa9\xdb\x92 \xd8\xad\xda\xa9\xd9\x85 \xd9\x86\xd8\xa7\xd9\x85\xdb\x92 \xd9\xbe\xd8\xb1 \xd8\xaf\xd8\xb3\xd8\xaa\xd8\xae\xd8\xb7 \xda\xa9\xd8\xb1\xda\xa9\xdb\x92 \xd8\xba\xd9\x84\xd8\xb7 \xda\xa9\xdb\x8c\xd8\xa7: \xd8\xac\xd9\x86\xd8\xb1\xd9\x84 \xd9\x85\xd8\xb4\xd8\xb1\xd9\x81

      + +

      Pashto (ps)

      +

      \xd9\xbe\xd9\x87 \xda\xa9\xd8\xa7\xd8\xa8\xd9\x84 \xd8\xa7\xd9\x88 \xda\xa9\xd9\x86\xd8\xaf\xd9\x87\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x90 \xd8\xaf\xd9\x88\xd9\x88 \xda\x81\xd8\xa7\xd9\x86\xd9\x85\xd8\xb1\xda\xaf\xd9\x88 \xd8\xa8\xd8\xb1\xd9\x8a\xd8\xaf\xd9\x88\xd9\x86\xd9\x88 \xd9\x84\xda\x96 \xd8\xaa\xd8\xb1 \xd9\x84\xda\x96\xd9\x87 \xd9\x8a\xd9\x88 \xd9\x85\xd8\xa7\xd8\xb4\xd9\x88\xd9\x85 \xd9\x88\xda\x98\xd9\x84\xd9\x89 \xd8\xa7\xd9\x88 \xd8\xa7\xd8\xaa\xd9\x87 \xd8\xaa\xd9\x86\xd9\x87 \xd9\x86\xd9\x88\xd8\xb1 \xd9\x89\xdb\x90 \xd9\xbc\xd9\xbe\xd9\x8a\xd8\xa7\xd9\x86 \xda\xa9\xda\x93\xd9\x8a.

      + +

      \xd9\x87 \xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xda\xa9\xdb\x90 \xd9\x8a\xd9\x88\xd9\x87 \xd8\xaa\xd8\xa7\xd8\xb2\xd9\x87 \xd9\x86\xd8\xb8\xd8\xb1 \xd8\xb4\xd9\x85\xdb\x90\xd8\xb1\xd9\x86\xd9\x87 \xda\x9a\xd9\x8a\xd9\x8a \xda\x86\xdb\x90 \xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82\xd9\x8a\xd8\xa7\xd9\x86 \xd9\xbe\xd9\x87 \xd8\xb2\xd9\x8a\xd8\xa7\xd8\xaa\xdb\x90\xd8\xaf\xd9\x88\xd9\x86\xda\xa9\xd9\x8a \xd8\xaa\xd9\x88\xda\xaf\xd9\x87 \xd8\xaf \xd8\xad\xd8\xa7\xd9\x84\xd8\xa7\xd8\xaa\xd9\x88 \xd9\xbe\xd9\x87 \xd8\xa7\xda\x93\xd9\x87 \xd8\xa8\xd8\xaf\xd8\xa8\xd9\x8a\xd9\x86\xd9\x87 \xd8\xaf\xd9\x8a \xd8\xa7\xd9\x88 \xd8\xaf \xd8\xa8\xdb\x90 \xd8\xa8\xd8\xa7\xd9\x88\xd8\xb1\xd9\x8a \xd8\xa7\xd8\xad\xd8\xb3\xd8\xa7\xd8\xb3 \xda\xa9\xd9\x88\xd9\x8a\xd8\x8c \xd8\xae\xd9\x88 \xd8\xae\xd9\xbe\xd9\x84 \xd9\x87\xd9\x8a\xd9\x88\xd8\xa7\xd8\xaf \xd9\x8a\xd9\x88\xd9\x85\xd9\x88\xd9\xbc\xd9\x89 \xd8\xba\xd9\x88\xd8\xa7\xda\x93\xd9\x8a.

      + + +

      Symbols

      +

      \xc2\xa9\xc2\xae\xe2\x84\xa2\xc2\xb5\xe2\x80\xa2\xe2\x80\xa6\xe2\x80\xb2\xe2\x80\xb3\xc2\xa7<>\xe2\x89\xa4\xe2\x89\xa5\xc2\xb0\xe2\x88\x92\xc2\xb1\xc3\xb7\xe2\x81\x84\xc3\x97\xc6\x92\xe2\x88\xab\xe2\x88\x91\xe2\x88\x9e\xe2\x88\x9a\xe2\x89\x88\xe2\x89\xa0\xe2\x89\xa1\xe2\x88\x8f\xc2\xac\xe2\x88\xa9\xe2\x88\x82

      +

      \xce\x92\xce\x93\xce\x94\xce\x95\xce\x96\xce\x97\xce\x98\xce\x99\xce\x9a\xce\x9b\xce\x9c\xce\x9d\xce\x9e\xce\x9f\xce\xa0\xce\xa1\xce\xa3\xce\xa4\xce\xa5\xce\xa6\xce\xa7\xce\xa8\xce\xa9

      +

      \xce\xb1\xce\xb2\xce\xb3\xce\xb4\xce\xb5\xce\xb6\xce\xb7\xce\xb8\xce\xb9\xce\xba\xce\xbb\xce\xbc\xce\xbd\xce\xbe\xce\xbf\xcf\x80\xcf\x81\xcf\x82\xcf\x83\xcf\x84\xcf\x85\xcf\x86\xcf\x87\xcf\x88\xcf\x89

      +

      \xe2\x86\x90\xe2\x86\x91\xe2\x86\x92\xe2\x86\x93\xe2\x86\x94\xe2\x97\x8a\xe2\x99\xa3\xe2\x99\xa5\xe2\x99\xa6

      + +

      Dingbats

      +

      \xc2\xa7<>\xe2\x86\x92\xe2\x86\x94\xe2\x99\xa3\xe2\x99\xa5\xe2\x99\xa6

      + +

      win-1252

      +

      \xc2\xa2\xe2\x82\xac\xc2\xa9\xc2\xae\xe2\x84\xa2\xe2\x80\xb0\xc2\xb5\xc2\xb7\xe2\x80\xa2\xe2\x80\xa6\xc2\xa7\xc3\x9f\xe2\x80\xb9\xe2\x80\xba\xc2\xab\xc2\xbb\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9a\xe2\x80\x9e<>\xe2\x80\x93\xe2\x80\x94\xcb\x86\xcb\x9c\xc2\xb0\xc2\xb1\xc3\xb7\xc3\x97\xc2\xbc\xc2\xbd\xc2\xbe\xc6\x92\xc2\xac\xe2\x80\xa0\xe2\x80\xa1

      +

      \xc3\x80\xc3\x81\xc3\x82\xc3\x83\xc3\x84\xc3\x85\xc3\x86\xc3\x87\xc3\x88\xc3\x89\xc3\x8a\xc3\x8b\xc3\x8c\xc3\x8d\xc3\x8e\xc3\x8f\xc3\x90\xc3\x91\xc3\x92\xc3\x93\xc3\x94\xc3\x95\xc3\x96\xc3\x98\xc5\x92\xc5\xa0\xc3\x99\xc3\x9a\xc3\x9b\xc3\x9c\xc3\x9d\xc5\xb8

      +

      \xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3\xc3\xa4\xc3\xa5\xc3\xa6\xc3\xa7\xc3\xa8\xc3\xa9\xc3\xaa\xc3\xab\xc3\xac\xc3\xad\xc3\xae\xc3\xaf\xc3\xb0\xc3\xb1\xc3\xb2\xc3\xb4\xc3\xb5\xc3\xb6\xc3\xb8\xc5\x93\xc5\xa1\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf

      + +

      Bidirectional text

      +

      Text alignment, unless specified, is neutral and therefore dictated by the 'direction' of the paragraph.

      + +

      All text is analysed chunk by chunk (between tags) and at the end of every block (div, p, td). If the text contains RTL characters, those characters and words are reversed.

      + +

      \xd9\x88\xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa8\xd9\x8a\xd8\xaa \xd8\xa7\xd9\x84\xd8\xa7\xd8\xa8\xd9\x8a\xd8\xb6 "\xd8\xa8\xd8\xb4\xd8\xaf\xd8\xa9" \xd8\xaa\xd9\x81\xd8\xac\xd9\x8a\xd8\xb1 with some english in the middle \xd8\xa7\xd9\x8a\xd9\x84\xd8\xa7\xd8\xaa \xd9\x81\xd9\x8a\xd9\x85\xd8\xa7 \xd8\xa7\xd8\xb9\xd8\xb1\xd8\xa8\xd8\xaa \xd9\x88\xd8\xb2\xd8\xa7\xd8\xb1\xd8\xa9

      + +

      To set the 'directionality' of the whole document e.g. to reverse default alignment, tables, lists etc. you can set the dir attribute or the direction CSS property on the HTML or BODY tag to 'rtl' e.g.

      +

      <body style=\"direction: rtl\">

      +

      <body dir=\"rtl\">

      +

      or you can use \$mpdf->SetDirectionality('rtl');

      + +
      +- the document now has a baseline direction; this determines the 
      +	- behaviour of blocks for which text-align has not been specifically set
      +	- layout of mirrored page-margins, columns, ToC and Indexes, headers and footers
      +	- base direction can be set by any of:
      +		- \$mpdf->SetDirectionality('rtl');
      +		- <html dir=\"rtl\" or style=\"direction: rtl;\">
      +		- <body dir=\"rtl\" or style=\"direction: rtl;\">
      +	- base direction is an inherited CSS property, so will affect all content, unless...
      +- direction can be set for all HTML block elements e.g. <DIV><P><TABLE><UL> etc using
      +	- CSS property < style=\"direction: rtl;\"> 
      +	- direction can only be set on the top-level element of nested lists
      +	- direction can only be set on <TABLE>, NOT on THEAD, TBODY, TD etc.
      +	- nested tables CAN have different directions
      +- NOTE that block/table margins/paddings are NOT reversed by direction
      +	NB mPDF <5.1 reversed the margins/paddings for blocks when RTL set.
      +- language (either CSS \"lang\", using Autofont, or through initial set-up e.g. \$mpdf = new mPDF('ar') ) 
      +	no longer affects direction in any way.
      +	NB config_cp.php has been changed as a result; any values of \"dir\" set here are now ineffective
      +- default text-align is now as per CSS spec: \"a nameless value which is dependent on direction\" 
      +	NB default text-align removed in default stylesheet in config.php 
      +- once text-align is specified, it is respected and inherited
      +	NB mPDF <5.1 reversed the text-align property for all blocks when RTL set.
      +- the configurable value $rtlcss is depracated, as it is no longer required
      +- improved algorithm for dtermining text direction
      +	- english word blocks are handled in text reversal as one block i.e. dir=\"rtl\"
      +	[arabic text] this will not be reversed [arabic text]
      +	- arabic numerals 0-9 handled correctly
      +
      +Although the control of direction for block elements is now more configurable, the control of 
      +text direction (RTL arabic characters) remains fully automatic and unconfigurable. 
      +<BDO> etc has no effect. Enclosing text in silent tags can sometimes help e.g.
      +	content<span>[arabic text]</span>content
      +
      +
      + + +

      Tables

      +

      Tables are automatically transposed when the direction is rtl:

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a +

      \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a

      +
      \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a
      \xd9\x82\xd8\xa7\xd9\x84\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      \xd9\x82\xd8\xa7\xd9\x84 +

      \xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xad\xd8\xaf\xd9\x8a\xd8\xab \xd9\x85\xd8\xaa\xd9\x84\xd9\x81\xd8\xb2

      +
      +

      \xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xad\xd8\xaf\xd9\x8a\xd8\xab \xd9\x85\xd8\xaa\xd9\x84\xd9\x81\xd8\xb2

      +
      +

      \xd9\x82\xd8\xa7\xd9\x84

      +
      +

      \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3

      +
      \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      +

      \xd9\x82\xd8\xa7\xd9\x84

      +

      \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3

      +
      \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 +

      \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3

      +
      \xd9\x82\xd8\xa7\xd9\x84\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      \xd9\x82\xd8\xa7\xd9\x84\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      \xd9\x82\xd8\xa7\xd9\x84\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      \xd9\x82\xd8\xa7\xd9\x84\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      +

       

      +

      Lists

      +

      Lists will automatically reverse as well (note the use of list-style to set numbering):

      +
      +
        +
      1. \xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3
      2. +
      3. \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a +
        • \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac
        • +
        • \xd8\xad\xd8\xaf\xd9\x8a\xd8\xab \xd9\x85\xd8\xaa\xd9\x84\xd9\x81\xd8\xb2 +
            +
          • \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb0\xd9\x83\xd8\xb1\xd9\x89 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb9\xd8\xa9
          • +
          • \xd9\x84\xd9\x84\xd8\xba\xd8\xb2\xd9\x88 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a
          • +
          +
        • +
      4. +
      5. \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x88\xd9\x84\xd9\x88\xd9\x8a\xd8\xa9 \xd8\xad\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa7
      6. +
      7. \xd9\x84\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaf\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd9\x86 \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82
      8. +
      +
      +"; + +//============================================================== + // Set Header and Footer + $h = array ( + 'odd' => + array ( + 'R' => + array ( + 'content' => '{PAGENO}', + 'font-size' => 8, + 'font-style' => 'B', + ), + 'L' => + array ( + 'content' => "\xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3", + 'font-size' => 8, + 'font-style' => 'B', + ), + 'line' => 1, + ), + 'even' => + array ( + 'L' => + array ( + 'content' => '{PAGENO}', + 'font-size' => 8, + 'font-style' => 'B', + ), + 'R' => + array ( + 'content' => "\xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3", + 'font-size' => 8, + 'font-style' => 'B', + ), + 'line' => 1, + ), +); + + $f = array ( + 'odd' => + array ( + 'L' => + array ( + 'content' => '{DATE Y-m-d}', + 'font-size' => 8, + 'font-style' => 'BI', + ), + 'C' => + array ( + 'content' => '- {PAGENO} -', + 'font-size' => 8, + ), + 'R' => + array ( + 'content' => "\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3", + 'font-size' => 8, + ), + 'line' => 1, + ), + 'even' => + array ( + 'L' => + array ( + 'content' => "\xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3", + 'font-size' => 8, + 'font-style' => 'B', + ), + 'C' => + array ( + 'content' => '- {PAGENO} -', + 'font-size' => 8, + ), + 'R' => + array ( + 'content' => '{DATE Y-m-d}', + 'font-size' => 8, + 'font-style' => 'BI', + ), + 'line' => 1, + ), +); + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + + +$mpdf=new mPDF('ar','A4','','',32,25,27,25,16,13); + +// From mPDF 5.1 onwards you must set: +$mpdf->SetDirectionality('rtl'); +$mpdf->mirrorMargins = true; +$mpdf->SetDisplayMode('fullpage','two'); + + +$mpdf->setHeader($h); +$mpdf->setFooter($f); + + +$stylesheet = file_get_contents('mpdfstyletables.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); +$mpdf->AddPage(); + +$mpdf->SetColumns(2,'J'); +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example27_CJK_using_Adobe_fonts.php b/htdocs/MPDF57/examples/example27_CJK_using_Adobe_fonts.php new file mode 100644 index 000000000..c46245f9c --- /dev/null +++ b/htdocs/MPDF57/examples/example27_CJK_using_Adobe_fonts.php @@ -0,0 +1,91 @@ + +p { text-align: justify; } +td { text-align: justify; } + +

      mPDF

      +

      CJK Languages

      + + + + +

      Japanese (pangrams)

      +
      Iroha Uta
      + +

      \xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\xab\xe3\x81\xbb\xe3\x81\xb8\xe3\x81\xa8\xe3\x80\x80\xe3\x81\xa1\xe3\x82\x8a\xe3\x81\xac\xe3\x82\x8b\xe3\x82\x92\xe3\x80\x80\xe3\x82\x8f\xe3\x81\x8b\xe3\x82\x88\xe3\x81\x9f\xe3\x82\x8c\xe3\x81\x9d\xe3\x80\x80\xe3\x81\xa4\xe3\x81\xad\xe3\x81\xaa\xe3\x82\x89\xe3\x82\x80\xe3\x80\x80\xe3\x81\x86\xe3\x82\x90\xe3\x81\xae\xe3\x81\x8a\xe3\x81\x8f\xe3\x82\x84\xe3\x81\xbe\xe3\x80\x80\xe3\x81\x91\xe3\x81\xb5\xe3\x81\x93\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe3\x81\x82\xe3\x81\x95\xe3\x81\x8d\xe3\x82\x86\xe3\x82\x81\xe3\x81\xbf\xe3\x81\x97\xe3\x80\x80\xe3\x82\x91\xe3\x81\xb2\xe3\x82\x82\xe3\x81\x9b\xe3\x81\x99

      + +

      \xe8\x89\xb2\xe3\x81\xaf\xe5\x8c\x82\xe3\x81\xb8\xe3\x81\xa9\xe3\x80\x80\xe6\x95\xa3\xe3\x82\x8a\xe3\x81\xac\xe3\x82\x8b\xe3\x82\x92\xe3\x80\x80\xe6\x88\x91\xe3\x81\x8c\xe4\xb8\x96\xe8\xaa\xb0\xe3\x81\x9e\xe3\x80\x80\xe5\xb8\xb8\xe3\x81\xaa\xe3\x82\x89\xe3\x82\x80\xe3\x80\x80\xe6\x9c\x89\xe7\x82\xba\xe3\x81\xae\xe5\xa5\xa5\xe5\xb1\xb1\xe3\x80\x80\xe4\xbb\x8a\xe6\x97\xa5\xe8\xb6\x8a\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe6\xb5\x85\xe3\x81\x8d\xe5\xa4\xa2\xe8\xa6\x8b\xe3\x81\x98\xe3\x80\x80\xe9\x85\x94\xe3\x81\xb2\xe3\x82\x82\xe3\x81\x9b\xe3\x81\x9a\xef\xbc\x88\xe3\x82\x93\xef\xbc\x89

      + +
      Tori Naku Uta
      + +

      \xe3\x81\xa8\xe3\x82\x8a\xe3\x81\xaa\xe3\x81\x8f\xe3\x81\x93\xe3\x82\x91\xe3\x81\x99\xe3\x80\x80\xe3\x82\x86\xe3\x82\x81\xe3\x81\x95\xe3\x81\xbe\xe3\x81\x9b\xe3\x80\x80\xe3\x81\xbf\xe3\x82\x88\xe3\x81\x82\xe3\x81\x91\xe3\x82\x8f\xe3\x81\x9f\xe3\x82\x8b\xe3\x80\x80\xe3\x81\xb2\xe3\x82\x93\xe3\x81\x8b\xe3\x81\x97\xe3\x82\x92\xe3\x80\x80\xe3\x81\x9d\xe3\x82\x89\xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe3\x81\x8a\xe3\x81\x8d\xe3\x81\xa4\xe3\x81\xb8\xe3\x81\xab\xe3\x80\x80\xe3\x81\xbb\xe3\x81\xb5\xe3\x81\xad\xe3\x82\x80\xe3\x82\x8c\xe3\x82\x90\xe3\x81\xac\xe3\x80\x80\xe3\x82\x82\xe3\x82\x84\xe3\x81\xae\xe3\x81\x86\xe3\x81\xa1

      + +

      \xe9\xb3\xa5\xe5\x95\xbc\xe3\x81\x8f\xe5\xa3\xb0\xe3\x81\x99\xe3\x80\x80\xe5\xa4\xa2\xe8\xa6\x9a\xe3\x81\xbe\xe3\x81\x9b\xe3\x80\x80\xe8\xa6\x8b\xe3\x82\x88\xe6\x98\x8e\xe3\x81\x91\xe6\xb8\xa1\xe3\x82\x8b\xe3\x80\x80\xe6\x9d\xb1\xe3\x82\x92\xe3\x80\x80\xe7\xa9\xba\xe8\x89\xb2\xe6\xa0\x84\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe6\xb2\x96\xe3\x81\xa4\xe8\xbe\xba\xe3\x81\xab\xe3\x80\x80\xe5\xb8\x86\xe8\x88\xb9\xe7\xbe\xa4\xe3\x82\x8c\xe3\x82\x90\xe3\x81\xac\xe3\x80\x80\xe9\x9d\x84\xe3\x81\xae\xe4\xb8\xad

      + +
      Ametsuchi No Uta
      + +

      \xe3\x81\x82\xe3\x82\x81 \xe3\x81\xa4\xe3\x81\xa1 \xe3\x81\xbb\xe3\x81\x97 \xe3\x81\x9d\xe3\x82\x89 / \xe3\x82\x84\xe3\x81\xbe \xe3\x81\x8b\xe3\x81\xaf \xe3\x81\xbf\xe3\x81\xad \xe3\x81\x9f\xe3\x81\xab / \xe3\x81\x8f\xe3\x82\x82 \xe3\x81\x8d\xe3\x82\x8a \xe3\x82\x80\xe3\x82\x8d \xe3\x81\x93\xe3\x81\x91 / \xe3\x81\xb2\xe3\x81\xa8 \xe3\x81\x84\xe3\x81\xac \xe3\x81\x86\xe3\x81\xb8 \xe3\x81\x99\xe3\x82\x91 / \xe3\x82\x86\xe3\x82\x8f \xe3\x81\x95\xe3\x82\x8b \xe3\x81\x8a\xe3\x81\xb5 \xe3\x81\x9b\xe3\x82\x88 / \xe3\x81\x88\xe3\x81\xae\xe3\x81\x88*\xe3\x82\x92 \xe3\x81\xaa\xe3\x82\x8c \xe3\x82\x90\xe3\x81\xa6

      + +

      \xe5\xa4\xa9 \xe5\x9c\xb0 \xe6\x98\x9f \xe7\xa9\xba / \xe5\xb1\xb1 \xe5\xb7\x9d \xe5\xb3\xb0 \xe8\xb0\xb7 / \xe9\x9b\xb2 \xe9\x9c\xa7 \xe5\xae\xa4 \xe8\x8b\x94 / \xe4\xba\xba \xe7\x8a\xac \xe4\xb8\x8a \xe6\x9c\xab / \xe7\xa1\xab\xe9\xbb\x84 \xe7\x8c\xbf \xe7\x94\x9f\xe3\x81\xb5 \xe7\x82\xba\xe3\x82\x88 / \xe6\xa6\x8e\xe3\x81\xae \xe6\x9e\x9d\xe3\x82\x92 \xe9\xa6\xb4\xe3\x82\x8c \xe5\xb1\x85\xe3\x81\xa6

      + +
      Taini no Uta
      + +

      \xe3\x81\x9f\xe3\x82\x90\xe3\x81\xab\xe3\x81\x84\xe3\x81\xa6\xe3\x80\x80\xe3\x81\xaa\xe3\x81\xa4\xe3\x82\x80\xe3\x82\x8f\xe3\x82\x8c\xe3\x82\x92\xe3\x81\x9d\xe3\x80\x80\xe3\x81\x8d\xe3\x81\xbf\xe3\x82\x81\xe3\x81\x99\xe3\x81\xa8\xe3\x80\x80\xe3\x81\x82\xe3\x81\x95\xe3\x82\x8a\xe3\x81\x8a\xe3\x81\xb2\xe3\x82\x86\xe3\x81\x8f\xe3\x80\x80\xe3\x82\x84\xe3\x81\xbe\xe3\x81\x97\xe3\x82\x8d\xe3\x81\xae\xe3\x80\x80\xe3\x81\x86\xe3\x81\xa1\xe3\x82\x91\xe3\x81\xb8\xe3\x82\x8b\xe3\x81\x93\xe3\x82\x89\xe3\x80\x80\xe3\x82\x82\xe3\x81\xaf\xe3\x81\xbb\xe3\x81\x9b\xe3\x82\x88\xe3\x80\x80\xe3\x81\x88\xe3\x81\xb5\xe3\x81\xad\xe3\x81\x8b\xe3\x81\x91\xe3\x81\xac

      + +

      \xe7\x94\xb0\xe5\xb1\x85\xe3\x81\xab\xe5\x87\xba\xe3\x81\xa7\xe3\x80\x80\xe8\x8f\x9c\xe6\x91\x98\xe3\x82\x80\xe3\x82\x8f\xe3\x82\x8c\xe3\x82\x92\xe3\x81\x9e\xe3\x80\x80\xe5\x90\x9b\xe5\x8f\xac\xe3\x81\x99\xe3\x81\xa8\xe3\x80\x80\xe6\xb1\x82\xe9\xa3\x9f\xe3\x82\x8a\xe8\xbf\xbd\xe3\x81\xb2\xe3\x82\x86\xe3\x81\x8f\xe3\x80\x80\xe5\xb1\xb1\xe5\x9f\x8e\xe3\x81\xae\xe3\x80\x80\xe6\x89\x93\xe9\x85\x94\xe3\x81\xb8\xe3\x82\x8b\xe5\xad\x90\xe3\x82\x89\xe3\x80\x80\xe8\x97\xbb\xe8\x91\x89\xe5\xb9\xb2\xe3\x81\x9b\xe3\x82\x88\xe3\x80\x80\xe3\x81\x88\xe8\x88\x9f\xe7\xb9\x8b\xe3\x81\x91\xe3\x81\xac

      + + + +

      Chinese (simplified) GB2312

      + +

      \xe6\x9d\xa5\xe8\x87\xaa\xe5\x95\x86\xe5\x8a\xa1\xe9\x83\xa8\xe6\x96\xb0\xe9\x97\xbb\xe5\x8a\x9e\xe5\x85\xac\xe5\xae\xa4\xe7\x9a\x84\xe6\xb6\x88\xe6\x81\xaf\xe7\xa7\xb0\xef\xbc\x8c\xe4\xb8\xad\xe6\x96\xb9\xe5\x85\x8d\xe9\x99\xa4\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe6\x9c\x89\xe5\xa4\x96\xe4\xba\xa4\xe5\x85\xb3\xe7\xb3\xbb\xe7\x9a\x84\xe6\x89\x80\xe6\x9c\x89\xe9\x9d\x9e\xe6\xb4\xb2\xe9\x87\x8d\xe5\x80\xba\xe7\xa9\xb7\xe5\x9b\xbd\xe5\x8f\x8a\xe6\x9c\x80\xe4\xb8\x8d\xe5\x8f\x91\xe8\xbe\xbe\xe5\x9b\xbd\xe5\xae\xb6\xe6\x88\xaa\xe8\x87\xb32005\xe5\xb9\xb4\xe5\xba\x95\xe5\xaf\xb9\xe5\x8d\x8e\xe5\x88\xb0\xe6\x9c\x9f\xe6\x94\xbf\xe5\xba\x9c\xe6\x97\xa0\xe6\x81\xaf\xe8\xb4\xb7\xe6\xac\xbe\xe5\x80\xba\xe5\x8a\xa1\xe3\x80\x82\xe6\x9c\x89\xe5\x85\xb3\xe9\x83\xa8\xe9\x97\xa8\xe5\xb7\xb2\xe5\xaf\xb9\xe7\x9b\xb8\xe5\x85\xb3\xe5\x80\xba\xe5\x8a\xa1\xe8\xbf\x9b\xe8\xa1\x8c\xe5\x85\xa8\xe9\x9d\xa2\xe6\xb8\x85\xe7\x90\x86\xe6\xa0\xb8\xe5\xaf\xb9\xef\xbc\x8c\xe5\xaf\xb9\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe6\x9c\x89\xe5\xa4\x96\xe4\xba\xa4\xe5\x85\xb3\xe7\xb3\xbb\xe7\x9a\x8433\xe4\xb8\xaa\xe9\x9d\x9e\xe6\xb4\xb2\xe9\x87\x8d\xe5\x80\xba\xe7\xa9\xb7\xe5\x9b\xbd\xe5\x92\x8c\xe6\x9c\x80\xe4\xb8\x8d\xe5\x8f\x91\xe8\xbe\xbe\xe5\x9b\xbd\xe5\xae\xb6\xef\xbc\x8c\xe5\x85\x8d\xe9\x99\xa4\xe5\x85\xb6\xe6\x88\xaa\xe8\x87\xb32005\xe5\xb9\xb4\xe5\xba\x95168\xe7\xac\x94\xe5\xaf\xb9\xe5\x8d\x8e\xe5\x88\xb0\xe6\x9c\x9f\xe6\x97\xa0\xe6\x81\xaf\xe8\xb4\xb7\xe6\xac\xbe\xe5\x80\xba\xe5\x8a\xa1\xe3\x80\x82\xe6\x8b\x9f\xe4\xba\x8e2007\xe5\xb9\xb4\xe5\xba\x95\xe5\x89\x8d\xe4\xb8\x8e\xe5\x8f\x97\xe6\x8f\xb4\xe5\x9b\xbd\xe5\x8a\x9e\xe7\x90\x86\xe5\xae\x8c\xe5\x85\x8d\xe5\x80\xba\xe5\x8d\x8f\xe8\xae\xae\xe3\x80\x82

      + + + +

      Chinese (Traditional - Hong Kong)

      + +

      \xe3\x80\x8c\xe6\x86\x82\xe9\xac\xb1\xe5\xb0\x8f\xe7\x8e\x8b\xe5\xad\x90\xe3\x80\x8d\xe6\x98\xaf\xe4\xb8\x80\xe5\x80\x8b\xe6\x95\x99\xe8\x82\xb2\xe7\xb6\xb2\xe7\xab\x99\xef\xbc\x8c\xe5\xae\x83\xe6\x88\x90\xe5\x8a\x9f\xe7\xb5\x90\xe5\x90\x88\xe4\xba\x86\xe9\xa6\x99\xe6\xb8\xaf\xe8\xb3\xbd\xe9\xa6\xac\xe6\x9c\x83\xe9\x98\xb2\xe6\xad\xa2\xe8\x87\xaa\xe6\xae\xba\xe7\xa0\x94\xe7\xa9\xb6\xe4\xb8\xad\xe5\xbf\x83\xe5\x90\x84\xe6\x96\xb9\xe9\x9d\xa2\xe7\x9a\x84\xe5\xb0\x88\xe6\x89\x8d\xef\xbc\x8c\xe7\x82\xba\xe9\x9d\x92\xe5\xb0\x91\xe5\xb9\xb4\xe4\xba\xba\xe6\x8f\x90\xe4\xbe\x9b\xe7\xb2\xbe\xe7\xa5\x9e\xe5\x81\xa5\xe5\xba\xb7\xe7\x9a\x84\xe8\xa8\x8a\xe6\x81\xaf\xef\xbc\x8c\xe5\xb0\x8d\xe6\x99\xae\xe5\x8f\x8a\xe6\x8a\x91\xe9\xac\xb1\xe7\x97\x87\xe7\x9f\xa5\xe8\xad\x98\xe7\x9a\x84\xe8\xb2\xa2\xe7\x8d\xbb\xe8\x89\xaf\xe5\xa4\x9a\xe3\x80\x82\xe5\x9c\xa8\xe9\xa6\x99\xe6\xb8\xaf\xef\xbc\x8c\xe5\xae\x83\xe6\x9b\xbe\xe7\x8d\xb2\xe9\x81\xb8\xe7\x82\xba\xe3\x80\x8c2004\xe5\xb9\xb4\xe5\x8d\x81\xe5\xa4\xa7\xe5\x81\xa5\xe5\xba\xb7\xe7\xb6\xb2\xe7\xab\x99\xe3\x80\x8d\xe4\xb9\x8b\xe4\xb8\x80\xef\xbc\x8c\xe8\xa9\xb2\xe9\xa0\x85\xe9\x81\xb8\xe8\x88\x89\xe8\x87\xaa2005\xe5\xb9\xb4\xe8\xb5\xb7\xe6\x94\xb9\xe5\x90\x8d\xe7\x8f\xbe\xe6\x99\x82\xe7\x9a\x84\xe3\x80\x8c\xe5\x84\xaa\xe7\xa7\x80\xe7\xb6\xb2\xe7\xab\x99\xe9\x81\xb8\xe8\x88\x89\xe3\x80\x8d\xe3\x80\x82\xe5\x85\xb6\xe8\xb2\xa2\xe7\x8d\xbb\xe5\x9c\xa8\xe5\x9c\x8b\xe9\x9a\x9b\xe9\x96\x93\xe4\xba\xa6\xe5\x82\x99\xe5\x8f\x97\xe8\x82\xaf\xe5\xae\x9a\xef\xbc\x8c2005\xe5\xb9\xb4\xef\xbc\x8c\xe8\xa9\xb2\xe7\xb6\xb2\xe7\xab\x99\xe6\xa6\xae\xe7\x8d\xb2\xe7\xac\xac\xe5\x85\xab\xe5\xb1\x86\xe3\x80\x8c\xe4\xba\x9e\xe6\xb4\xb2\xe5\x89\xb5\xe6\x96\xb0\xe5\xa4\xa7\xe7\x8d\x8e\xe3\x80\x8d\xe9\x8a\x80\xe7\x8d\x8e\xe3\x80\x82

      + + + + +

      Korean

      +

      \xed\x82\xa4\xec\x8a\xa4\xec\x9d\x98 \xea\xb3\xa0\xec\x9c\xa0\xec\xa1\xb0\xea\xb1\xb4\xec\x9d\x80 \xec\x9e\x85\xec\x88\xa0\xeb\x81\xbc\xeb\xa6\xac \xeb\xa7\x8c\xeb\x82\x98\xec\x95\xbc \xed\x95\x98\xea\xb3\xa0 \xed\x8a\xb9\xeb\xb3\x84\xed\x95\x9c \xea\xb8\xb0\xec\x88\xa0\xec\x9d\x80 \xed\x95\x84\xec\x9a\x94\xec\xb9\x98 \xec\x95\x8a\xeb\x8b\xa4.

      + + + + +"; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('+aCJK','A4','','',32,25,27,25,16,13); +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->SetTitle($utxt['zh-CN']); +$mpdf->SetAuthor($utxt['zh-CN']); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyleA4.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example28_CJK_using_embedded_fonts.php b/htdocs/MPDF57/examples/example28_CJK_using_embedded_fonts.php new file mode 100644 index 000000000..8fb5b6178 --- /dev/null +++ b/htdocs/MPDF57/examples/example28_CJK_using_embedded_fonts.php @@ -0,0 +1,89 @@ + +p { text-align: justify; } +td { text-align: justify; } + +

      mPDF

      +

      CJK Languages

      + + + + +

      Japanese (pangrams)

      +
      Iroha Uta
      + +

      \xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\xab\xe3\x81\xbb\xe3\x81\xb8\xe3\x81\xa8\xe3\x80\x80\xe3\x81\xa1\xe3\x82\x8a\xe3\x81\xac\xe3\x82\x8b\xe3\x82\x92\xe3\x80\x80\xe3\x82\x8f\xe3\x81\x8b\xe3\x82\x88\xe3\x81\x9f\xe3\x82\x8c\xe3\x81\x9d\xe3\x80\x80\xe3\x81\xa4\xe3\x81\xad\xe3\x81\xaa\xe3\x82\x89\xe3\x82\x80\xe3\x80\x80\xe3\x81\x86\xe3\x82\x90\xe3\x81\xae\xe3\x81\x8a\xe3\x81\x8f\xe3\x82\x84\xe3\x81\xbe\xe3\x80\x80\xe3\x81\x91\xe3\x81\xb5\xe3\x81\x93\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe3\x81\x82\xe3\x81\x95\xe3\x81\x8d\xe3\x82\x86\xe3\x82\x81\xe3\x81\xbf\xe3\x81\x97\xe3\x80\x80\xe3\x82\x91\xe3\x81\xb2\xe3\x82\x82\xe3\x81\x9b\xe3\x81\x99

      + +

      \xe8\x89\xb2\xe3\x81\xaf\xe5\x8c\x82\xe3\x81\xb8\xe3\x81\xa9\xe3\x80\x80\xe6\x95\xa3\xe3\x82\x8a\xe3\x81\xac\xe3\x82\x8b\xe3\x82\x92\xe3\x80\x80\xe6\x88\x91\xe3\x81\x8c\xe4\xb8\x96\xe8\xaa\xb0\xe3\x81\x9e\xe3\x80\x80\xe5\xb8\xb8\xe3\x81\xaa\xe3\x82\x89\xe3\x82\x80\xe3\x80\x80\xe6\x9c\x89\xe7\x82\xba\xe3\x81\xae\xe5\xa5\xa5\xe5\xb1\xb1\xe3\x80\x80\xe4\xbb\x8a\xe6\x97\xa5\xe8\xb6\x8a\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe6\xb5\x85\xe3\x81\x8d\xe5\xa4\xa2\xe8\xa6\x8b\xe3\x81\x98\xe3\x80\x80\xe9\x85\x94\xe3\x81\xb2\xe3\x82\x82\xe3\x81\x9b\xe3\x81\x9a\xef\xbc\x88\xe3\x82\x93\xef\xbc\x89

      + +
      Tori Naku Uta
      + +

      \xe3\x81\xa8\xe3\x82\x8a\xe3\x81\xaa\xe3\x81\x8f\xe3\x81\x93\xe3\x82\x91\xe3\x81\x99\xe3\x80\x80\xe3\x82\x86\xe3\x82\x81\xe3\x81\x95\xe3\x81\xbe\xe3\x81\x9b\xe3\x80\x80\xe3\x81\xbf\xe3\x82\x88\xe3\x81\x82\xe3\x81\x91\xe3\x82\x8f\xe3\x81\x9f\xe3\x82\x8b\xe3\x80\x80\xe3\x81\xb2\xe3\x82\x93\xe3\x81\x8b\xe3\x81\x97\xe3\x82\x92\xe3\x80\x80\xe3\x81\x9d\xe3\x82\x89\xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe3\x81\x8a\xe3\x81\x8d\xe3\x81\xa4\xe3\x81\xb8\xe3\x81\xab\xe3\x80\x80\xe3\x81\xbb\xe3\x81\xb5\xe3\x81\xad\xe3\x82\x80\xe3\x82\x8c\xe3\x82\x90\xe3\x81\xac\xe3\x80\x80\xe3\x82\x82\xe3\x82\x84\xe3\x81\xae\xe3\x81\x86\xe3\x81\xa1

      + +

      \xe9\xb3\xa5\xe5\x95\xbc\xe3\x81\x8f\xe5\xa3\xb0\xe3\x81\x99\xe3\x80\x80\xe5\xa4\xa2\xe8\xa6\x9a\xe3\x81\xbe\xe3\x81\x9b\xe3\x80\x80\xe8\xa6\x8b\xe3\x82\x88\xe6\x98\x8e\xe3\x81\x91\xe6\xb8\xa1\xe3\x82\x8b\xe3\x80\x80\xe6\x9d\xb1\xe3\x82\x92\xe3\x80\x80\xe7\xa9\xba\xe8\x89\xb2\xe6\xa0\x84\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe6\xb2\x96\xe3\x81\xa4\xe8\xbe\xba\xe3\x81\xab\xe3\x80\x80\xe5\xb8\x86\xe8\x88\xb9\xe7\xbe\xa4\xe3\x82\x8c\xe3\x82\x90\xe3\x81\xac\xe3\x80\x80\xe9\x9d\x84\xe3\x81\xae\xe4\xb8\xad

      + +
      Ametsuchi No Uta
      + +

      \xe3\x81\x82\xe3\x82\x81 \xe3\x81\xa4\xe3\x81\xa1 \xe3\x81\xbb\xe3\x81\x97 \xe3\x81\x9d\xe3\x82\x89 / \xe3\x82\x84\xe3\x81\xbe \xe3\x81\x8b\xe3\x81\xaf \xe3\x81\xbf\xe3\x81\xad \xe3\x81\x9f\xe3\x81\xab / \xe3\x81\x8f\xe3\x82\x82 \xe3\x81\x8d\xe3\x82\x8a \xe3\x82\x80\xe3\x82\x8d \xe3\x81\x93\xe3\x81\x91 / \xe3\x81\xb2\xe3\x81\xa8 \xe3\x81\x84\xe3\x81\xac \xe3\x81\x86\xe3\x81\xb8 \xe3\x81\x99\xe3\x82\x91 / \xe3\x82\x86\xe3\x82\x8f \xe3\x81\x95\xe3\x82\x8b \xe3\x81\x8a\xe3\x81\xb5 \xe3\x81\x9b\xe3\x82\x88 / \xe3\x81\x88\xe3\x81\xae\xe3\x81\x88*\xe3\x82\x92 \xe3\x81\xaa\xe3\x82\x8c \xe3\x82\x90\xe3\x81\xa6

      + +

      \xe5\xa4\xa9 \xe5\x9c\xb0 \xe6\x98\x9f \xe7\xa9\xba / \xe5\xb1\xb1 \xe5\xb7\x9d \xe5\xb3\xb0 \xe8\xb0\xb7 / \xe9\x9b\xb2 \xe9\x9c\xa7 \xe5\xae\xa4 \xe8\x8b\x94 / \xe4\xba\xba \xe7\x8a\xac \xe4\xb8\x8a \xe6\x9c\xab / \xe7\xa1\xab\xe9\xbb\x84 \xe7\x8c\xbf \xe7\x94\x9f\xe3\x81\xb5 \xe7\x82\xba\xe3\x82\x88 / \xe6\xa6\x8e\xe3\x81\xae \xe6\x9e\x9d\xe3\x82\x92 \xe9\xa6\xb4\xe3\x82\x8c \xe5\xb1\x85\xe3\x81\xa6

      + +
      Taini no Uta
      + +

      \xe3\x81\x9f\xe3\x82\x90\xe3\x81\xab\xe3\x81\x84\xe3\x81\xa6\xe3\x80\x80\xe3\x81\xaa\xe3\x81\xa4\xe3\x82\x80\xe3\x82\x8f\xe3\x82\x8c\xe3\x82\x92\xe3\x81\x9d\xe3\x80\x80\xe3\x81\x8d\xe3\x81\xbf\xe3\x82\x81\xe3\x81\x99\xe3\x81\xa8\xe3\x80\x80\xe3\x81\x82\xe3\x81\x95\xe3\x82\x8a\xe3\x81\x8a\xe3\x81\xb2\xe3\x82\x86\xe3\x81\x8f\xe3\x80\x80\xe3\x82\x84\xe3\x81\xbe\xe3\x81\x97\xe3\x82\x8d\xe3\x81\xae\xe3\x80\x80\xe3\x81\x86\xe3\x81\xa1\xe3\x82\x91\xe3\x81\xb8\xe3\x82\x8b\xe3\x81\x93\xe3\x82\x89\xe3\x80\x80\xe3\x82\x82\xe3\x81\xaf\xe3\x81\xbb\xe3\x81\x9b\xe3\x82\x88\xe3\x80\x80\xe3\x81\x88\xe3\x81\xb5\xe3\x81\xad\xe3\x81\x8b\xe3\x81\x91\xe3\x81\xac

      + +

      \xe7\x94\xb0\xe5\xb1\x85\xe3\x81\xab\xe5\x87\xba\xe3\x81\xa7\xe3\x80\x80\xe8\x8f\x9c\xe6\x91\x98\xe3\x82\x80\xe3\x82\x8f\xe3\x82\x8c\xe3\x82\x92\xe3\x81\x9e\xe3\x80\x80\xe5\x90\x9b\xe5\x8f\xac\xe3\x81\x99\xe3\x81\xa8\xe3\x80\x80\xe6\xb1\x82\xe9\xa3\x9f\xe3\x82\x8a\xe8\xbf\xbd\xe3\x81\xb2\xe3\x82\x86\xe3\x81\x8f\xe3\x80\x80\xe5\xb1\xb1\xe5\x9f\x8e\xe3\x81\xae\xe3\x80\x80\xe6\x89\x93\xe9\x85\x94\xe3\x81\xb8\xe3\x82\x8b\xe5\xad\x90\xe3\x82\x89\xe3\x80\x80\xe8\x97\xbb\xe8\x91\x89\xe5\xb9\xb2\xe3\x81\x9b\xe3\x82\x88\xe3\x80\x80\xe3\x81\x88\xe8\x88\x9f\xe7\xb9\x8b\xe3\x81\x91\xe3\x81\xac

      + + + +

      Chinese (simplified) GB2312

      + +

      \xe6\x9d\xa5\xe8\x87\xaa\xe5\x95\x86\xe5\x8a\xa1\xe9\x83\xa8\xe6\x96\xb0\xe9\x97\xbb\xe5\x8a\x9e\xe5\x85\xac\xe5\xae\xa4\xe7\x9a\x84\xe6\xb6\x88\xe6\x81\xaf\xe7\xa7\xb0\xef\xbc\x8c\xe4\xb8\xad\xe6\x96\xb9\xe5\x85\x8d\xe9\x99\xa4\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe6\x9c\x89\xe5\xa4\x96\xe4\xba\xa4\xe5\x85\xb3\xe7\xb3\xbb\xe7\x9a\x84\xe6\x89\x80\xe6\x9c\x89\xe9\x9d\x9e\xe6\xb4\xb2\xe9\x87\x8d\xe5\x80\xba\xe7\xa9\xb7\xe5\x9b\xbd\xe5\x8f\x8a\xe6\x9c\x80\xe4\xb8\x8d\xe5\x8f\x91\xe8\xbe\xbe\xe5\x9b\xbd\xe5\xae\xb6\xe6\x88\xaa\xe8\x87\xb32005\xe5\xb9\xb4\xe5\xba\x95\xe5\xaf\xb9\xe5\x8d\x8e\xe5\x88\xb0\xe6\x9c\x9f\xe6\x94\xbf\xe5\xba\x9c\xe6\x97\xa0\xe6\x81\xaf\xe8\xb4\xb7\xe6\xac\xbe\xe5\x80\xba\xe5\x8a\xa1\xe3\x80\x82\xe6\x9c\x89\xe5\x85\xb3\xe9\x83\xa8\xe9\x97\xa8\xe5\xb7\xb2\xe5\xaf\xb9\xe7\x9b\xb8\xe5\x85\xb3\xe5\x80\xba\xe5\x8a\xa1\xe8\xbf\x9b\xe8\xa1\x8c\xe5\x85\xa8\xe9\x9d\xa2\xe6\xb8\x85\xe7\x90\x86\xe6\xa0\xb8\xe5\xaf\xb9\xef\xbc\x8c\xe5\xaf\xb9\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe6\x9c\x89\xe5\xa4\x96\xe4\xba\xa4\xe5\x85\xb3\xe7\xb3\xbb\xe7\x9a\x8433\xe4\xb8\xaa\xe9\x9d\x9e\xe6\xb4\xb2\xe9\x87\x8d\xe5\x80\xba\xe7\xa9\xb7\xe5\x9b\xbd\xe5\x92\x8c\xe6\x9c\x80\xe4\xb8\x8d\xe5\x8f\x91\xe8\xbe\xbe\xe5\x9b\xbd\xe5\xae\xb6\xef\xbc\x8c\xe5\x85\x8d\xe9\x99\xa4\xe5\x85\xb6\xe6\x88\xaa\xe8\x87\xb32005\xe5\xb9\xb4\xe5\xba\x95168\xe7\xac\x94\xe5\xaf\xb9\xe5\x8d\x8e\xe5\x88\xb0\xe6\x9c\x9f\xe6\x97\xa0\xe6\x81\xaf\xe8\xb4\xb7\xe6\xac\xbe\xe5\x80\xba\xe5\x8a\xa1\xe3\x80\x82\xe6\x8b\x9f\xe4\xba\x8e2007\xe5\xb9\xb4\xe5\xba\x95\xe5\x89\x8d\xe4\xb8\x8e\xe5\x8f\x97\xe6\x8f\xb4\xe5\x9b\xbd\xe5\x8a\x9e\xe7\x90\x86\xe5\xae\x8c\xe5\x85\x8d\xe5\x80\xba\xe5\x8d\x8f\xe8\xae\xae\xe3\x80\x82

      + + + +

      Chinese (Traditional - Hong Kong)

      + +

      \xe3\x80\x8c\xe6\x86\x82\xe9\xac\xb1\xe5\xb0\x8f\xe7\x8e\x8b\xe5\xad\x90\xe3\x80\x8d\xe6\x98\xaf\xe4\xb8\x80\xe5\x80\x8b\xe6\x95\x99\xe8\x82\xb2\xe7\xb6\xb2\xe7\xab\x99\xef\xbc\x8c\xe5\xae\x83\xe6\x88\x90\xe5\x8a\x9f\xe7\xb5\x90\xe5\x90\x88\xe4\xba\x86\xe9\xa6\x99\xe6\xb8\xaf\xe8\xb3\xbd\xe9\xa6\xac\xe6\x9c\x83\xe9\x98\xb2\xe6\xad\xa2\xe8\x87\xaa\xe6\xae\xba\xe7\xa0\x94\xe7\xa9\xb6\xe4\xb8\xad\xe5\xbf\x83\xe5\x90\x84\xe6\x96\xb9\xe9\x9d\xa2\xe7\x9a\x84\xe5\xb0\x88\xe6\x89\x8d\xef\xbc\x8c\xe7\x82\xba\xe9\x9d\x92\xe5\xb0\x91\xe5\xb9\xb4\xe4\xba\xba\xe6\x8f\x90\xe4\xbe\x9b\xe7\xb2\xbe\xe7\xa5\x9e\xe5\x81\xa5\xe5\xba\xb7\xe7\x9a\x84\xe8\xa8\x8a\xe6\x81\xaf\xef\xbc\x8c\xe5\xb0\x8d\xe6\x99\xae\xe5\x8f\x8a\xe6\x8a\x91\xe9\xac\xb1\xe7\x97\x87\xe7\x9f\xa5\xe8\xad\x98\xe7\x9a\x84\xe8\xb2\xa2\xe7\x8d\xbb\xe8\x89\xaf\xe5\xa4\x9a\xe3\x80\x82\xe5\x9c\xa8\xe9\xa6\x99\xe6\xb8\xaf\xef\xbc\x8c\xe5\xae\x83\xe6\x9b\xbe\xe7\x8d\xb2\xe9\x81\xb8\xe7\x82\xba\xe3\x80\x8c2004\xe5\xb9\xb4\xe5\x8d\x81\xe5\xa4\xa7\xe5\x81\xa5\xe5\xba\xb7\xe7\xb6\xb2\xe7\xab\x99\xe3\x80\x8d\xe4\xb9\x8b\xe4\xb8\x80\xef\xbc\x8c\xe8\xa9\xb2\xe9\xa0\x85\xe9\x81\xb8\xe8\x88\x89\xe8\x87\xaa2005\xe5\xb9\xb4\xe8\xb5\xb7\xe6\x94\xb9\xe5\x90\x8d\xe7\x8f\xbe\xe6\x99\x82\xe7\x9a\x84\xe3\x80\x8c\xe5\x84\xaa\xe7\xa7\x80\xe7\xb6\xb2\xe7\xab\x99\xe9\x81\xb8\xe8\x88\x89\xe3\x80\x8d\xe3\x80\x82\xe5\x85\xb6\xe8\xb2\xa2\xe7\x8d\xbb\xe5\x9c\xa8\xe5\x9c\x8b\xe9\x9a\x9b\xe9\x96\x93\xe4\xba\xa6\xe5\x82\x99\xe5\x8f\x97\xe8\x82\xaf\xe5\xae\x9a\xef\xbc\x8c2005\xe5\xb9\xb4\xef\xbc\x8c\xe8\xa9\xb2\xe7\xb6\xb2\xe7\xab\x99\xe6\xa6\xae\xe7\x8d\xb2\xe7\xac\xac\xe5\x85\xab\xe5\xb1\x86\xe3\x80\x8c\xe4\xba\x9e\xe6\xb4\xb2\xe5\x89\xb5\xe6\x96\xb0\xe5\xa4\xa7\xe7\x8d\x8e\xe3\x80\x8d\xe9\x8a\x80\xe7\x8d\x8e\xe3\x80\x82

      + + + + +

      Korean

      +

      \xed\x82\xa4\xec\x8a\xa4\xec\x9d\x98 \xea\xb3\xa0\xec\x9c\xa0\xec\xa1\xb0\xea\xb1\xb4\xec\x9d\x80 \xec\x9e\x85\xec\x88\xa0\xeb\x81\xbc\xeb\xa6\xac \xeb\xa7\x8c\xeb\x82\x98\xec\x95\xbc \xed\x95\x98\xea\xb3\xa0 \xed\x8a\xb9\xeb\xb3\x84\xed\x95\x9c \xea\xb8\xb0\xec\x88\xa0\xec\x9d\x80 \xed\x95\x84\xec\x9a\x94\xec\xb9\x98 \xec\x95\x8a\xeb\x8b\xa4.

      + + +"; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('-aCJK','A4','','',32,25,27,25,16,13); +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->SetTitle($utxt['zh-CN']); +$mpdf->SetAuthor($utxt['zh-CN']); + +// LOAD a stylesheet +$stylesheet = file_get_contents('mpdfstyleA4.css'); +$mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example29_multilingual_autofont.php b/htdocs/MPDF57/examples/example29_multilingual_autofont.php new file mode 100644 index 000000000..1ca99f25a --- /dev/null +++ b/htdocs/MPDF57/examples/example29_multilingual_autofont.php @@ -0,0 +1,400 @@ + + +body { font-family: sans; text-align: justify; } +p { font-family: sans; } +div { font-family: sans; } + + + +

      This document includes many languages. Selection of appropriate fonts is done automatically by using AutoFont.

      +

      Pangrams - (from Wikipedia)

      +

      The quick brown fox jumps over a lazy dog

      + +

      Bulgarian

      +

      \xd0\x96\xd1\x8a\xd0\xbb\xd1\x82\xd0\xb0\xd1\x82\xd0\xb0 \xd0\xb4\xd1\x8e\xd0\xbb\xd1\x8f \xd0\xb1\xd0\xb5\xd1\x88\xd0\xb5 \xd1\x89\xd0\xb0\xd1\x81\xd1\x82\xd0\xbb\xd0\xb8\xd0\xb2\xd0\xb0, \xd1\x87\xd0\xb5 \xd0\xbf\xd1\x83\xd1\x85\xd1\x8a\xd1\x82, \xd0\xba\xd0\xbe\xd0\xb9\xd1\x82\xd0\xbe \xd1\x86\xd1\x8a\xd1\x84\xd0\xbd\xd0\xb0, \xd0\xb7\xd0\xb0\xd0\xbc\xd1\x80\xd1\x8a\xd0\xb7\xd0\xbd\xd0\xb0 \xd0\xba\xd0\xb0\xd1\x82\xd0\xbe \xd0\xb3\xd1\x8c\xd0\xbe\xd0\xbd.

      + +

      \xd0\x97\xd0\xb0 \xd0\xbc\xd0\xb8\xd0\xb3 \xd0\xb1\xd1\x8f\xd1\x85 \xd0\xb2 \xd1\x87\xd1\x83\xd0\xb6\xd0\xb4 \xd0\xbf\xd0\xbb\xd1\x8e\xd1\x88\xd0\xb5\xd0\xbd \xd1\x81\xd0\xba\xd1\x8a\xd1\x80\xd1\x86\xd0\xb0\xd1\x89 \xd1\x84\xd0\xbe\xd1\x82\xd1\x8c\xd0\xbe\xd0\xb9\xd0\xbb.

      + +

      Catalan

      +

      Jove xef, porti whisky amb quinze gla\xc3\xa7ons d'hidrogen, coi!

      + +

      Aqueix betzol, Jan, comprava whisky de figa

      + +

      Czech

      +

      P\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88 \xc3\xbap\xc4\x9bl \xc4\x8f\xc3\xa1belsk\xc3\xa9 \xc3\xb3dy

      + +

      Danish

      +

      H\xc3\xb8j bly gom vandt fr\xc3\xa6k sexquiz p\xc3\xa5 wc

      + +

      Dutch

      +

      Doch Bep, flink sexy qua vorm, zwijgt

      + +

      Pa's wijze lynx bezag vroom het fikse aquaduct

      + +

      Finnish

      +

      T\xc3\xb6rkylempij\xc3\xa4 vongahdus

      + +

      French

      +

      Portez ce vieux whisky au juge blond qui fume

      + +

      B\xc3\xa2chez la queue du wagon-taxi avec les pyjamas du fakir

      + +

      Voyez le brick g\xc3\xa9ant que j'examine pr\xc3\xa8s du wharf

      + +

      German

      +

      Victor jagt zw\xc3\xb6lf Boxk\xc3\xa4mpfer quer \xc3\xbcber den gro\xc3\x9fen Sylter Deich

      + +

      \"Fix, Schwyz!\" qu\xc3\xa4kt J\xc3\xbcrgen bl\xc3\xb6d vom Pa\xc3\x9f

      + +

      \"Falsches \xc3\x9cben von Xylophonmusik qu\xc3\xa4lt jeden gr\xc3\xb6\xc3\x9feren Zwerg\"

      + +

      Hungarian

      +

      Egy h\xc5\xb1tlen vej\xc3\xa9t f\xc3\xbcl\xc3\xb6ncs\xc3\xadp\xc5\x91, d\xc3\xbch\xc3\xb6s mexik\xc3\xb3i \xc3\xbar Wessel\xc3\xa9nyin\xc3\xa9l m\xc3\xa1zol Quit\xc3\xb3ban.

      + +

      Icelandic

      +

      K\xc3\xa6mi n\xc3\xbd \xc3\xb6xi h\xc3\xa9r ykist \xc3\xbej\xc3\xb3fum n\xc3\xba b\xc3\xa6\xc3\xb0i v\xc3\xadl og \xc3\xa1drepa

      + +

      Irish

      +

      D'fhuascail \xc3\x8dosa \xc3\x9armhac na h\xc3\x93ighe Beannaithe p\xc3\xb3r \xc3\x89ava agus \xc3\x81dhaimh

      + +

      D'\xe1\xb8\x9fuascail \xc3\x8dosa \xc3\x9ar\xe1\xb9\x81ac na h\xc3\x93i\xc4\xa1e Beannai\xe1\xb9\xabe p\xc3\xb3r \xc3\x89a\xe1\xb8\x83a agus \xc3\x81\xe1\xb8\x8bai\xe1\xb9\x81

      + +

      Italian

      +

      \"Quel fez sghembo copre davanti\"

      + +

      \"Ma la volpe col suo balzo ha raggiunto il quieto Fido\"

      + +

      \"Quel vituperabile xenofobo zelante assaggia il whisky ed esclama: alleluja!\"

      + +

      Lithuanian

      +

      \xc4\xaelinkdama fechtuotojo \xc5\xa1paga sublyk\xc4\x8diojusi pragr\xc4\x99\xc5\xbe\xc4\x97 apval\xc5\xb3 arb\xc5\xabz\xc4\x85

      + +

      Norwegian

      +

      V\xc3\xa5r s\xc3\xa6re Zulu fra bade\xc3\xb8ya spilte jo whist og quickstep i min taxi.

      + +

      H\xc3\xb8vdingens kj\xc3\xa6re squaw f\xc3\xa5r litt pizza i Mexico by

      + +

      Polish

      +

      P\xc3\xb3jd\xc5\xba\xc5\xbce, ki\xc5\x84 t\xc4\x99 chmurno\xc5\x9b\xc4\x87 w g\xc5\x82\xc4\x85b flaszy!

      + +

      Pchn\xc4\x85\xc4\x87 w t\xc4\x99 \xc5\x82\xc3\xb3d\xc5\xba je\xc5\xbca lub o\xc5\x9bm skrzy\xc5\x84 fig.

      + +

      M\xc4\x99\xc5\xbcny b\xc4\x85d\xc5\xba, chro\xc5\x84 pu\xc5\x82k tw\xc3\xb3j i sze\xc5\x9b\xc4\x87 flag.

      + +

      Portuguese

      +

      Blitz prende ex-vesgo com cheque fajuto.

      + +

      Gazeta publica hoje no jornal uma breve nota de faxina na quermesse.

      + +

      \xc3\x80 noite, vov\xc3\xb4 Kowalsky v\xc3\xaa o \xc3\xadm\xc3\xa3 cair no p\xc3\xa9 do ping\xc3\xbcim queixoso e vov\xc3\xb3 p\xc3\xb5e a\xc3\xa7\xc3\xbacar no ch\xc3\xa1 de t\xc3\xa2maras do jabuti feliz.

      + +

      Lu\xc3\xads arg\xc3\xbcia \xc3\xa0 J\xc3\xbalia que \xc2\xabbra\xc3\xa7\xc3\xb5es, f\xc3\xa9, ch\xc3\xa1, \xc3\xb3xido, p\xc3\xb4r, z\xc3\xa2ng\xc3\xa3o\xc2\xbb eram palavras do portugu\xc3\xaas.

      + +

      Romanian

      +

      Gheorghe, obezul, a reu\xc5\x9fit s\xc4\x83 ob\xc5\xa3in\xc4\x83 juc\xc3\xa2ndu-se un flux \xc3\xaen Quebec de o mie kilowa\xc5\xa3ior\xc4\x83.

      + +

      Russian

      +

      \xd0\x92 \xd1\x87\xd0\xb0\xd1\x89\xd0\xb0\xd1\x85 \xd1\x8e\xd0\xb3\xd0\xb0 \xd0\xb6\xd0\xb8\xd0\xbb \xd0\xb1\xd1\x8b \xd1\x86\xd0\xb8\xd1\x82\xd1\x80\xd1\x83\xd1\x81? \xd0\x94\xd0\xb0, \xd0\xbd\xd0\xbe \xd1\x84\xd0\xb0\xd0\xbb\xd1\x8c\xd1\x88\xd0\xb8\xd0\xb2\xd1\x8b\xd0\xb9 \xd1\x8d\xd0\xba\xd0\xb7\xd0\xb5\xd0\xbc\xd0\xbf\xd0\xbb\xd1\x8f\xd1\x80!

      + +

      (Using quasiobsolete spelling for last word to include \xd1\x8a) \xd0\x92 \xd1\x87\xd0\xb0\xd1\x89\xd0\xb0\xd1\x85 \xd1\x8e\xd0\xb3\xd0\xb0 \xd0\xb6\xd0\xb8\xd0\xbb \xd0\xb1\xd1\x8b \xd1\x86\xd0\xb8\xd1\x82\xd1\x80\xd1\x83\xd1\x81? \xd0\x94\xd0\xb0, \xd0\xbd\xd0\xbe \xd1\x84\xd0\xb0\xd0\xbb\xd1\x8c\xd1\x88\xd0\xb8\xd0\xb2\xd1\x8b\xd0\xb9 \xd1\x8d\xd0\xba\xd0\xb7\xd0\xb5\xd0\xbc\xd0\xbf\xd0\xbb\xd1\x8f\xd1\x80\xd1\x8a!

      + +

      \xd0\xad\xd1\x85, \xd1\x87\xd1\x83\xd0\xb6\xd0\xb0\xd0\xba! \xd0\x9e\xd0\xb1\xd1\x89\xd0\xb8\xd0\xb9 \xd1\x81\xd1\x8a\xd1\x91\xd0\xbc \xd1\x86\xd0\xb5\xd0\xbd \xd1\x88\xd0\xbb\xd1\x8f\xd0\xbf (\xd1\x8e\xd1\x84\xd1\x82\xd1\x8c) \xe2\x80\x94 \xd0\xb2\xd0\xb4\xd1\x80\xd1\x8b\xd0\xb7\xd0\xb3!

      + +

      \xd0\xad\xd0\xba\xd1\x81-\xd0\xb3\xd1\x80\xd0\xb0\xd1\x84? \xd0\x9f\xd0\xbb\xd1\x8e\xd1\x88 \xd0\xb8\xd0\xb7\xd1\x8a\xd1\x8f\xd1\x82. \xd0\x91\xd1\x8c\xd1\x91\xd0\xbc \xd1\x87\xd1\x83\xd0\xb6\xd0\xb4\xd1\x8b\xd0\xb9 \xd1\x86\xd0\xb5\xd0\xbd \xd1\x85\xd0\xb2\xd0\xbe\xd1\x89!

      + +

      \xd0\xa1\xd1\x8a\xd0\xb5\xd1\x88\xd1\x8c \xd0\xb5\xd1\x89\xd1\x91 \xd1\x8d\xd1\x82\xd0\xb8\xd1\x85 \xd0\xbc\xd1\x8f\xd0\xb3\xd0\xba\xd0\xb8\xd1\x85 \xd1\x84\xd1\x80\xd0\xb0\xd0\xbd\xd1\x86\xd1\x83\xd0\xb7\xd1\x81\xd0\xba\xd0\xb8\xd1\x85 \xd0\xb1\xd1\x83\xd0\xbb\xd0\xbe\xd0\xba, \xd0\xb4\xd0\xb0 \xd0\xb2\xd1\x8b\xd0\xbf\xd0\xb5\xd0\xb9 \xd0\xb6\xd0\xb5 \xd1\x87\xd0\xb0\xd1\x8e.

      + +

      \xd0\xa8\xd0\xb8\xd1\x80\xd0\xbe\xd0\xba\xd0\xb0\xd1\x8f \xd1\x8d\xd0\xbb\xd0\xb5\xd0\xba\xd1\x82\xd1\x80\xd0\xb8\xd1\x84\xd0\xb8\xd0\xba\xd0\xb0\xd1\x86\xd0\xb8\xd1\x8f \xd1\x8e\xd0\xb6\xd0\xbd\xd1\x8b\xd1\x85 \xd0\xb3\xd1\x83\xd0\xb1\xd0\xb5\xd1\x80\xd0\xbd\xd0\xb8\xd0\xb9 \xd0\xb4\xd0\xb0\xd1\x81\xd1\x82 \xd0\xbc\xd0\xbe\xd1\x89\xd0\xbd\xd1\x8b\xd0\xb9 \xd1\x82\xd0\xbe\xd0\xbb\xd1\x87\xd0\xbe\xd0\xba \xd0\xbf\xd0\xbe\xd0\xb4\xd1\x8a\xd1\x91\xd0\xbc\xd1\x83 \xd1\x81\xd0\xb5\xd0\xbb\xd1\x8c\xd1\x81\xd0\xba\xd0\xbe\xd0\xb3\xd0\xbe \xd1\x85\xd0\xbe\xd0\xb7\xd1\x8f\xd0\xb9\xd1\x81\xd1\x82\xd0\xb2\xd0\xb0.

      + +

      Serbian

      +

      \xd0\x89\xd1\x83\xd0\xb1\xd0\xb0\xd0\xb7\xd0\xbd\xd0\xb8 \xd1\x84\xd0\xb5\xd1\x9a\xd0\xb5\xd1\x80\xd1\x9f\xd0\xb8\xd1\x98\xd0\xb0 \xd1\x87\xd0\xb0\xd1\x92\xd0\xb0\xd0\xb2\xd0\xbe\xd0\xb3 \xd0\xbb\xd0\xb8\xd1\x86\xd0\xb0 \xd1\x85\xd0\xbe\xd1\x9b\xd0\xb5 \xd0\xb4\xd0\xb0 \xd0\xbc\xd0\xb8 \xd0\xbf\xd0\xbe\xd0\xba\xd0\xb0\xd0\xb6\xd0\xb5 \xd1\x88\xd1\x82\xd0\xbe\xd1\x81.

      + +

      Ljubazni fenjerd\xc5\xbeija \xc4\x8da\xc4\x91avog lica ho\xc4\x87e da mi poka\xc5\xbee \xc5\xa1tos.

      + +

      Slovene

      +

      \xc5\xa0erif bo za vajo spet kuhal doma\xc4\x8de \xc5\xbegance

      + +

      Pi\xc5\xa1kur mol\xc4\x8de grabi fi\xc5\xbeol z dna cezijeve hoste

      + +

      Spanish

      +

      El veloz murci\xc3\xa9lago hind\xc3\xba com\xc3\xada feliz cardillo y kiwi. La cig\xc3\xbce\xc3\xb1a tocaba el saxof\xc3\xb3n detr\xc3\xa1s del palenque de paja.

      + +

      El ping\xc3\xbcino Wenceslao hizo kil\xc3\xb3metros bajo exhaustiva lluvia y fr\xc3\xado, a\xc3\xb1oraba a su querido cachorro.

      + +

      Jovencillo emponzo\xc3\xb1ado de whisky: \xc2\xa1qu\xc3\xa9 figurota exhibe!

      + +

      Ese libro explica en su ep\xc3\xadgrafe las haza\xc3\xb1as y aventuras de Don Quijote de la Mancha en Kuwait.

      + +

      Queda gazpacho, fibra, l\xc3\xa1tex, jam\xc3\xb3n, kiwi y vi\xc3\xb1as.

      + +

      Whisky bueno: \xc2\xa1excitad mi fr\xc3\xa1gil peque\xc3\xb1a vejez!

      + +

      Swedish

      +

      Flygande b\xc3\xa4ckasiner s\xc3\xb6ka hwila p\xc3\xa5 mjuka tuvor.

      + +

      Yxskaftbud, ge v\xc3\xa5r wczonm\xc3\xb6 iqhj\xc3\xa4lp.

      + +

      Ukrainian

      +

      \xd0\xa7\xd1\x83\xd1\x94\xd1\x88 \xd1\x97\xd1\x85, \xd0\xb4\xd0\xbe\xd1\x86\xd1\x8e, \xd0\xb3\xd0\xb0? \xd0\x9a\xd1\x83\xd0\xbc\xd0\xb5\xd0\xb4\xd0\xbd\xd0\xb0 \xd0\xb6 \xd1\x82\xd0\xb8, \xd0\xbf\xd1\x80\xd0\xbe\xd1\x89\xd0\xb0\xd0\xb9\xd1\x81\xd1\x8f \xd0\xb1\xd0\xb5\xd0\xb7 \xd2\x91\xd0\xbe\xd0\xbb\xd1\x8c\xd1\x84\xd1\x96\xd0\xb2!

      + +

      \xd0\x96\xd0\xb5\xd0\xb1\xd1\x80\xd0\xb0\xd0\xba\xd1\x83\xd1\x8e\xd1\x82\xd1\x8c \xd1\x84\xd1\x96\xd0\xbb\xd0\xbe\xd1\x81\xd0\xbe\xd1\x84\xd0\xb8 \xd0\xbf\xd1\x80\xd0\xb8 \xd2\x91\xd0\xb0\xd0\xbd\xd0\xba\xd1\x83 \xd1\x86\xd0\xb5\xd1\x80\xd0\xba\xd0\xb2\xd0\xb8 \xd0\xb2 \xd0\x93\xd0\xb0\xd0\xb4\xd1\x8f\xd1\x87\xd1\x96, \xd1\x89\xd0\xb5 \xd0\xb9 \xd1\x88\xd0\xb0\xd1\x82\xd1\x80\xd0\xbe \xd1\x97\xd1\x85\xd0\xbd\xd1\x94 \xd0\xbf'\xd1\x8f\xd0\xbd\xd0\xb5 \xd0\xb7\xd0\xbd\xd0\xb0\xd1\x94\xd0\xbc\xd0\xbe.

      + +

      Turkish (pangram)

      +

      Pijamal\xc4\xb1 hasta ya\xc4\x9f\xc4\xb1z \xc5\x9fof\xc3\xb6re \xc3\xa7abucak g\xc3\xbcvendi.

      + +

      Greek

      +
      Monotonic
      +

      \xce\xa0\xce\xac\xcf\x84\xce\xb5\xcf\x81 \xce\xb7\xce\xbc\xcf\x8e\xce\xbd \xce\xbf \xce\xb5\xce\xbd \xcf\x84\xce\xbf\xce\xb9\xcf\x82 \xce\xbf\xcf\x85\xcf\x81\xce\xb1\xce\xbd\xce\xbf\xce\xaf\xcf\x82 \xce\xb1\xce\xb3\xce\xb9\xce\xb1\xcf\x83\xce\xb8\xce\xae\xcf\x84\xcf\x89 \xcf\x84\xce\xbf \xcf\x8c\xce\xbd\xce\xbf\xce\xbc\xce\xac \xcf\x83\xce\xbf\xcf\x85\xc2\xb7 \xce\xb5\xce\xbb\xce\xb8\xce\xad\xcf\x84\xcf\x89 \xce\xb7 \xce\xb2\xce\xb1\xcf\x83\xce\xb9\xce\xbb\xce\xb5\xce\xaf\xce\xb1 \xcf\x83\xce\xbf\xcf\x85\xc2\xb7 \xce\xb3\xce\xb5\xce\xbd\xce\xb7\xce\xb8\xce\xae\xcf\x84\xcf\x89 \xcf\x84\xce\xbf \xce\xb8\xce\xad\xce\xbb\xce\xb7\xce\xbc\xce\xac \xcf\x83\xce\xbf\xcf\x85, \xcf\x89\xcf\x82 \xce\xb5\xce\xbd \xce\xbf\xcf\x85\xcf\x81\xce\xb1\xce\xbd\xcf\x8e \xce\xba\xce\xb1\xce\xb9 \xce\xb5\xcf\x80\xce\xaf \xcf\x84\xce\xb7\xcf\x82 \xce\xb3\xce\xb7\xcf\x82\xc2\xb7 \xcf\x84\xce\xbf\xce\xbd \xce\xac\xcf\x81\xcf\x84\xce\xbf\xce\xbd \xce\xb7\xce\xbc\xcf\x8e\xce\xbd \xcf\x84\xce\xbf\xce\xbd \xce\xb5\xcf\x80\xce\xb9\xce\xbf\xcf\x8d\xcf\x83\xce\xb9\xce\xbf\xce\xbd \xce\xb4\xce\xbf\xcf\x82 \xce\xb7\xce\xbc\xce\xaf\xce\xbd \xcf\x83\xce\xae\xce\xbc\xce\xb5\xcf\x81\xce\xbf\xce\xbd\xc2\xb7 \xce\xba\xce\xb1\xce\xb9 \xce\xac\xcf\x86\xce\xb5\xcf\x82 \xce\xb7\xce\xbc\xce\xaf\xce\xbd \xcf\x84\xce\xb1 \xce\xbf\xcf\x86\xce\xb5\xce\xbb\xce\xae\xce\xbc\xce\xb1\xcf\x84\xce\xb1 \xce\xb7\xce\xbc\xcf\x8e\xce\xbd, \xcf\x89\xcf\x82 \xce\xba\xce\xb1\xce\xb9 \xce\xb7\xce\xbc\xce\xb5\xce\xaf\xcf\x82 \xce\xb1\xcf\x86\xce\xaf\xce\xb5\xce\xbc\xce\xb5\xce\xbd \xcf\x84\xce\xbf\xce\xb9\xcf\x82 \xce\xbf\xcf\x86\xce\xb5\xce\xb9\xce\xbb\xce\xad\xcf\x84\xce\xb1\xce\xb9\xcf\x82 \xce\xb7\xce\xbc\xcf\x8e\xce\xbd\xc2\xb7 \xce\xba\xce\xb1\xce\xb9 \xce\xbc\xce\xb7 \xce\xb5\xce\xb9\xcf\x83\xce\xb5\xce\xbd\xce\xad\xce\xb3\xce\xba\xce\xb7\xcf\x82 \xce\xb7\xce\xbc\xce\xac\xcf\x82 \xce\xb5\xce\xb9\xcf\x82 \xcf\x80\xce\xb5\xce\xb9\xcf\x81\xce\xb1\xcf\x83\xce\xbc\xcf\x8c\xce\xbd, \xce\xb1\xce\xbb\xce\xbb\xce\xac \xcf\x81\xcf\x8d\xcf\x83\xce\xb1\xce\xb9 \xce\xb7\xce\xbc\xce\xac\xcf\x82 \xce\xb1\xcf\x80\xcf\x8c \xcf\x84\xce\xbf\xcf\x85 \xcf\x80\xce\xbf\xce\xbd\xce\xb7\xcf\x81\xce\xbf\xcf\x8d. \xce\xb1\xce\xbc\xce\xae\xce\xbd.

      + +
      Polytonic
      +

      \xce\xa0\xce\xac\xcf\x84\xce\xb5\xcf\x81 \xe1\xbc\xa1\xce\xbc\xe1\xbf\xb6\xce\xbd \xe1\xbd\x81 \xe1\xbc\x90\xce\xbd \xcf\x84\xce\xbf\xe1\xbf\x96\xcf\x82 \xce\xbf\xe1\xbd\x90\xcf\x81\xce\xb1\xce\xbd\xce\xbf\xe1\xbf\x96\xcf\x82 \xe1\xbc\x81\xce\xb3\xce\xb9\xce\xb1\xcf\x83\xce\xb8\xce\xae\xcf\x84\xcf\x89 \xcf\x84\xe1\xbd\xb8 \xe1\xbd\x84\xce\xbd\xce\xbf\xce\xbc\xce\xac \xcf\x83\xce\xbf\xcf\x85\xc2\xb7 \xe1\xbc\x90\xce\xbb\xce\xb8\xce\xad\xcf\x84\xcf\x89 \xe1\xbc\xa1 \xce\xb2\xce\xb1\xcf\x83\xce\xb9\xce\xbb\xce\xb5\xce\xaf\xce\xb1 \xcf\x83\xce\xbf\xcf\x85\xc2\xb7 \xce\xb3\xce\xb5\xce\xbd\xce\xb7\xce\xb8\xce\xae\xcf\x84\xcf\x89 \xcf\x84\xe1\xbd\xb8 \xce\xb8\xce\xad\xce\xbb\xce\xb7\xce\xbc\xce\xac \xcf\x83\xce\xbf\xcf\x85, \xe1\xbd\xa1\xcf\x82 \xe1\xbc\x90\xce\xbd \xce\xbf\xe1\xbd\x90\xcf\x81\xce\xb1\xce\xbd\xe1\xbf\xb7 \xce\xba\xce\xb1\xe1\xbd\xb6 \xe1\xbc\x90\xcf\x80\xe1\xbd\xb6 \xcf\x84\xe1\xbf\x86\xcf\x82 \xce\xb3\xe1\xbf\x86\xcf\x82\xc2\xb7 \xcf\x84\xe1\xbd\xb8\xce\xbd \xe1\xbc\x84\xcf\x81\xcf\x84\xce\xbf\xce\xbd \xe1\xbc\xa1\xce\xbc\xe1\xbf\xb6\xce\xbd \xcf\x84\xe1\xbd\xb8\xce\xbd \xe1\xbc\x90\xcf\x80\xce\xb9\xce\xbf\xcf\x8d\xcf\x83\xce\xb9\xce\xbf\xce\xbd \xce\xb4\xe1\xbd\xb8\xcf\x82 \xe1\xbc\xa1\xce\xbc\xe1\xbf\x96\xce\xbd \xcf\x83\xce\xae\xce\xbc\xce\xb5\xcf\x81\xce\xbf\xce\xbd\xc2\xb7 \xce\xba\xce\xb1\xe1\xbd\xb6 \xe1\xbc\x84\xcf\x86\xce\xb5\xcf\x82 \xe1\xbc\xa1\xce\xbc\xe1\xbf\x96\xce\xbd \xcf\x84\xe1\xbd\xb0 \xe1\xbd\x80\xcf\x86\xce\xb5\xce\xbb\xce\xae\xce\xbc\xce\xb1\xcf\x84\xce\xb1 \xe1\xbc\xa1\xce\xbc\xe1\xbf\xb6\xce\xbd, \xe1\xbd\xa1\xcf\x82 \xce\xba\xce\xb1\xe1\xbd\xb6 \xe1\xbc\xa1\xce\xbc\xce\xb5\xe1\xbf\x96\xcf\x82 \xe1\xbc\x80\xcf\x86\xce\xaf\xce\xb5\xce\xbc\xce\xb5\xce\xbd \xcf\x84\xce\xbf\xe1\xbf\x96\xcf\x82 \xe1\xbd\x80\xcf\x86\xce\xb5\xce\xb9\xce\xbb\xce\xad\xcf\x84\xce\xb1\xce\xb9\xcf\x82 \xe1\xbc\xa1\xce\xbc\xe1\xbf\xb6\xce\xbd\xc2\xb7 \xce\xba\xce\xb1\xe1\xbd\xb6 \xce\xbc\xe1\xbd\xb4 \xce\xb5\xe1\xbc\xb0\xcf\x83\xce\xb5\xce\xbd\xce\xad\xce\xb3\xce\xba\xe1\xbf\x83\xcf\x82 \xe1\xbc\xa1\xce\xbc\xe1\xbe\xb6\xcf\x82 \xce\xb5\xe1\xbc\xb0\xcf\x82 \xcf\x80\xce\xb5\xce\xb9\xcf\x81\xce\xb1\xcf\x83\xce\xbc\xcf\x8c\xce\xbd, \xe1\xbc\x80\xce\xbb\xce\xbb\xe1\xbd\xb0 \xcf\x81\xe1\xbf\xa6\xcf\x83\xce\xb1\xce\xb9 \xe1\xbc\xa1\xce\xbc\xe1\xbe\xb6\xcf\x82 \xe1\xbc\x80\xcf\x80\xe1\xbd\xb8 \xcf\x84\xce\xbf\xe1\xbf\xa6 \xcf\x80\xce\xbf\xce\xbd\xce\xb7\xcf\x81\xce\xbf\xe1\xbf\xa6. \xe1\xbc\x80\xce\xbc\xce\xae\xce\xbd.

      + + +

      Languages

      +

      (The following are used for demonstration purposes only. Some of the following excerpts are taken from web pages from the BBC Foreign News just to show the script - I have no idea what they actually say!!)

      + +

      Latvian

      +

      Latvijas instit\xc5\xabts veic konsultat\xc4\xabvi koordin\xc4\x93jo\xc5\xa1as funkcijas Latvijas starptautisk\xc4\x81s atpaz\xc4\xabstam\xc4\xabbas jom\xc4\x81; +gatavo un izplata pla\xc5\xa1ai sabiedr\xc4\xabbai pieejamu, svar\xc4\xabgu pamatinform\xc4\x81ciju saturo\xc5\xa1u, viegli izprotamu un iegaum\xc4\x93jamu, k\xc4\x81 ar\xc4\xab pozit\xc4\xabvu iespaidu izraiso\xc5\xa1u visp\xc4\x81r\xc4\x93ju pamatinform\xc4\x81ciju par Latviju, Latvijas dabu, sabiedr\xc4\xabbu, kult\xc5\xabru un v\xc4\x93sturi;

      + +

      Azeri (az)

      +

      Qaz k\xc9\x99m\xc9\x99rinin a\xc3\xa7\xc4\xb1l\xc4\xb1\xc5\x9f\xc4\xb1nda \xc4\xb0ran v\xc9\x99 Erm\xc9\x99nistan\xc4\xb1n prezidentl\xc9\x99ri i\xc5\x9ftirak edibl\xc9\x99r.

      + +

      \xc4\xb0ran qaz\xc4\xb1n\xc4\xb1 Erm\xc9\x99nistana n\xc9\x99ql ed\xc9\x99c\xc9\x99k bu k\xc9\x99m\xc9\x99r Yerevan \xc3\xbc\xc3\xa7\xc3\xbcn x\xc3\xbcsusi \xc3\xb6n\xc9\x99m da\xc5\x9f\xc4\xb1y\xc4\xb1r, bel\xc9\x99 ki, b\xc3\xb6y\xc3\xbck etnik az\xc9\x99rbaycanl\xc4\xb1 toplumuna malik \xc4\xb0ran t\xc9\x99lat\xc3\xbcml\xc3\xbc regionda \xc3\xb6z maraqlar\xc4\xb1n\xc4\xb1 qorumaq \xc3\xbc\xc3\xa7\xc3\xbcn \xc3\xa7ox vaxt Erm\xc9\x99nistan\xc4\xb1n m\xc3\xbctt\xc9\x99fiqi kimi g\xc3\xb6r\xc3\xbcn\xc3\xbcb.

      + +

      Bulgarian

      +

      \xd0\x9f\xd0\xbe\xd1\x81\xd0\xbb\xd0\xb5\xd0\xb4\xd0\xbd\xd0\xb8\xd1\x82\xd0\xb5 \xd0\xb4\xd0\xbe\xd0\xbd\xd0\xb0\xd0\xb1\xd0\xbe\xd1\x80\xd0\xbd\xd0\xb8\xd1\x86\xd0\xb8 \xd0\xb2 \xd0\xb1\xd1\x8a\xd0\xbb\xd0\xb3\xd0\xb0\xd1\x80\xd1\x81\xd0\xba\xd0\xb0\xd1\x82\xd0\xb0 \xd0\xb0\xd1\x80\xd0\xbc\xd0\xb8\xd1\x8f \xd1\x89\xd0\xb5 \xd1\x81\xd0\xbb\xd1\x83\xd0\xb6\xd0\xb0\xd1\x82 9 \xd0\xbc\xd0\xb5\xd1\x81\xd0\xb5\xd1\x86\xd0\xb0, \xd0\xba\xd0\xb0\xd0\xba\xd1\x82\xd0\xbe \xd0\xbf\xd0\xbe\xd1\x81\xd1\x82\xd0\xb0\xd0\xbd\xd0\xbe\xd0\xb2\xd1\x8f\xd0\xb2\xd0\xb0 \xd0\xb7\xd0\xb0\xd0\xba\xd0\xbe\xd0\xbd\xd0\xb0 6 \xd0\xbc\xd0\xb5\xd1\x81\xd0\xb5\xd1\x86\xd0\xb0 \xd0\xb5 \xd1\x81\xd1\x8a\xd0\xba\xd1\x80\xd0\xb0\xd1\x82\xd0\xb5\xd0\xbd\xd0\xb8\xd1\x8f\xd1\x82 \xd1\x81\xd1\x80\xd0\xbe\xd0\xba \xd1\x81\xd0\xb0\xd0\xbc\xd0\xbe \xd0\xb7\xd0\xb0 \xd0\xb7\xd0\xb0\xd0\xb2\xd1\x8a\xd1\x80\xd1\x88\xd0\xb8\xd0\xbb\xd0\xb8\xd1\x82\xd0\xb5 \xd0\xb2\xd0\xb8\xd1\x81\xd1\x88\xd0\xb5 \xd0\xbe\xd0\xb1\xd1\x80\xd0\xb0\xd0\xb7\xd0\xbe\xd0\xb2\xd0\xb0\xd0\xbd\xd0\xb8\xd0\xb5 - \xd1\x82\xd0\xb0\xd0\xba\xd0\xb0 \xd0\xbc\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x81\xd1\x82\xd1\x8a\xd1\x80 \xd0\x92\xd0\xb5\xd1\x81\xd0\xb5\xd0\xbb\xd0\xb8\xd0\xbd \xd0\x91\xd0\xbb\xd0\xb8\xd0\xb7\xd0\xbd\xd0\xb0\xd0\xba\xd0\xbe\xd0\xb2 \xd0\xbe\xd1\x82\xd1\x85\xd0\xb2\xd1\x8a\xd1\x80\xd0\xbb\xd0\xb8 \xd1\x80\xd0\xb0\xd0\xb7\xd0\xbb\xd0\xb8\xd1\x87\xd0\xbd\xd0\xb8\xd1\x82\xd0\xb5 \xd0\xb8\xd0\xbd\xd1\x82\xd0\xb5\xd1\x80\xd0\xbf\xd1\x80\xd0\xb5\xd1\x82\xd0\xb0\xd1\x86\xd0\xb8\xd0\xb8 \xd0\xb2 \xd0\xbf\xd1\x83\xd0\xb1\xd0\xbb\xd0\xb8\xd1\x87\xd0\xbd\xd0\xbe\xd1\x82\xd0\xbe \xd0\xbf\xd1\x80\xd0\xbe\xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd0\xbd\xd1\x81\xd1\x82\xd0\xb2\xd0\xbe \xd0\xbf\xd0\xbe \xd1\x82\xd0\xb5\xd0\xbc\xd0\xb0\xd1\x82\xd0\xb0. \xd0\x9c\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x81\xd1\x82\xd1\x8a\xd1\x80\xd1\x8a\xd1\x82 \xd0\xbd\xd0\xb0 \xd0\xbe\xd1\x82\xd0\xb1\xd1\x80\xd0\xb0\xd0\xbd\xd0\xb0\xd1\x82\xd0\xb0 \xd1\x80\xd0\xb0\xd0\xb7\xd1\x84\xd0\xbe\xd1\x80\xd0\xbc\xd0\xb8\xd1\x80\xd0\xbe\xd0\xb2\xd0\xb0 \xd0\xb2 \xd0\x9a\xd0\xb0\xd0\xb7\xd0\xb0\xd0\xbd\xd0\xbb\xd1\x8a\xd0\xba \xd0\x92\xd1\x82\xd0\xbe\xd1\x80\xd0\xb0\xd1\x82\xd0\xb0 \xd0\xbd\xd0\xb8 \xd1\x80\xd0\xbe\xd1\x82\xd0\xb0 \xd0\xbe\xd1\x82 \xd0\x90\xd1\x88\xd1\x80\xd0\xb0\xd1\x84 \xd0\xb8 \xd0\x92\xd1\x82\xd0\xbe\xd1\x80\xd0\xb8 \xd0\xbf\xd0\xb5\xd1\x85\xd0\xbe\xd1\x82\xd0\xb5\xd0\xbd \xd0\xb2\xd0\xb7\xd0\xb2\xd0\xbe\xd0\xb4, \xd0\xb7\xd0\xb0\xd0\xb2\xd1\x8a\xd1\x80\xd0\xbd\xd0\xb0\xd0\xbb \xd1\x81\xd0\xb5 \xd0\xbe\xd1\x82 \xd0\xbc\xd0\xb8\xd1\x80\xd0\xbe\xd1\x82\xd0\xb2\xd0\xbe\xd1\x80\xd1\x87\xd0\xb5\xd1\x81\xd0\xba\xd0\xb0 \xd0\xbc\xd0\xb8\xd1\x81\xd0\xb8\xd1\x8f \xd0\xbe\xd1\x82 \xd0\x91\xd0\xb0\xd0\xbd\xd1\x8f \xd0\x9b\xd1\x83\xd0\xba\xd0\xb0 \xd0\xb2 \xd0\x91\xd0\xbe\xd1\x81\xd0\xbd\xd0\xb0 \xd0\xb8 \xd0\xa5\xd0\xb5\xd1\x80\xd1\x86\xd0\xb5\xd0\xb3\xd0\xbe\xd0\xb2\xd0\xb8\xd0\xbd\xd0\xb0.

      + +

      Macedonian (mk)

      +

      \xd0\x91\xd1\x83\xd1\x88 \xd1\x80\xd0\xb5\xd1\x87\xd0\xb5 \xd0\xbe\xd1\x82\xd0\xb8 \xd0\xb5 \xd1\x81\xd1\x83\xd1\x88\xd1\x82\xd0\xb8\xd0\xbd\xd1\x81\xd0\xba\xd0\xb8 \xd0\xb4\xd0\xb0 \xd1\x81\xd0\xb5 \xd0\xbe\xd1\x81\xd0\xb8\xd0\xb3\xd1\x83\xd1\x80\xd0\xb8 \xd0\xb1\xd0\xb5\xd0\xb7\xd0\xb1\xd0\xb5\xd0\xb4\xd0\xbd\xd0\xbe\xd1\x81\xd1\x82\xd0\xb0 \xd0\xbd\xd0\xb0 \xd0\x91\xd0\xb0\xd0\xb3\xd0\xb4\xd0\xb0\xd0\xb4 \xd0\xb8 \xd0\xb4\xd0\xb0 \xd1\x81\xd0\xb5 \xd0\xbe\xd0\xb1\xd0\xbd\xd0\xbe\xd0\xb2\xd0\xb8 \xd0\xbd\xd0\xbe\xd1\x80\xd0\xbc\xd0\xb0\xd0\xbb\xd0\xbd\xd0\xb8\xd0\xbe\xd1\x82 \xd0\xb6\xd0\xb8\xd0\xb2\xd0\xbe\xd1\x82 \xd0\xb2\xd0\xbe \xd0\xbe\xd1\x81\xd1\x82\xd0\xb0\xd1\x82\xd0\xbe\xd0\xba\xd0\xbe\xd1\x82 \xd0\xbe\xd0\xb4 \xd0\xb7\xd0\xb5\xd0\xbc\xd1\x98\xd0\xb0\xd1\x82\xd0\xb0.

      + +

      \xd0\x9c\xd0\xb8\xd1\x82\xd1\x80\xd0\xb5\xd0\xb2\xd0\xb0 \xd1\x98\xd0\xb0 \xd0\xbf\xd1\x80\xd0\xbe\xd0\xb7\xd0\xb2\xd0\xb0 \xd0\xb2\xd0\xbb\xd0\xb0\xd0\xb4\xd0\xb0\xd1\x82\xd0\xb0 \xd0\xb7\xd0\xb0 \xd0\xb8\xd0\xbd\xd0\xb4\xd0\xbe\xd0\xbb\xd0\xb5\xd0\xbd\xd1\x82\xd0\xb5\xd0\xbd \xd0\xbe\xd0\xb4\xd0\xbd\xd0\xbe\xd1\x81 \xd0\xba\xd0\xbe\xd0\xbd \xd0\xbe\xd0\xb2\xd0\xb0 \xd0\xb1\xd0\xb8\xd1\x82\xd0\xba\xd0\xb0\xd1\x82\xd0\xb0 \xd0\xb7\xd0\xb0 \xd0\xb7\xd0\xb0\xd1\x87\xd1\x83\xd0\xb2\xd0\xb8\xd0\xb2\xd0\xb0\xd1\x9a\xd0\xb5 \xd0\xbd\xd0\xb0 \xd1\x83\xd1\x81\xd1\x82\xd0\xb0\xd0\xb2\xd0\xbd\xd0\xbe\xd1\x82\xd0\xbe \xd0\xb8\xd0\xbc\xd0\xb5 \xd0\xbd\xd0\xb0 \xd0\xb7\xd0\xb5\xd0\xbc\xd1\x98\xd0\xb0\xd1\x82\xd0\xb0.

      + +

      Uzbek (uz)

      +

      \xd0\x98\xd1\x80\xd0\xbe\xd2\x9b\xd0\xbb\xd0\xb8\xd0\xba\xd0\xbb\xd0\xb0\xd1\x80 \xd0\xbe\xd1\x80\xd0\xb0\xd1\x81\xd0\xb8\xd0\xb4\xd0\xb0 \xd1\x82\xd1\x83\xd1\x88\xd0\xba\xd1\x83\xd0\xbd\xd0\xbb\xd0\xb8\xd0\xba \xd0\xbe\xd1\x80\xd1\x82\xd0\xb8\xd0\xb1 \xd0\xb1\xd0\xbe\xd1\x80\xd0\xb0\xd1\x8f\xd0\xbf\xd1\x82\xd0\xb8

      + +

      \xd0\x98\xd1\x80\xd0\xbe\xd2\x9b\xd0\xb4\xd0\xb0 \xd1\x9e\xd1\x82\xd0\xba\xd0\xb0\xd0\xb7\xd0\xb8\xd0\xbb\xd0\xb3\xd0\xb0\xd0\xbd \xd1\x81\xd1\x9e\xd0\xbd\xd0\xb3\xd0\xb3\xd0\xb8 \xd0\xb6\xd0\xb0\xd0\xbc\xd0\xbe\xd0\xb0\xd1\x82\xd1\x87\xd0\xb8\xd0\xbb\xd0\xb8\xd0\xba \xd1\x84\xd0\xb8\xd0\xba\xd1\x80\xd0\xb8\xd0\xbd\xd0\xb8 \xd1\x9e\xd1\x80\xd0\xb3\xd0\xb0\xd0\xbd\xd0\xb8\xd1\x88 \xd0\xbd\xd0\xb0\xd1\x82\xd0\xb8\xd0\xb6\xd0\xb0\xd0\xbb\xd0\xb0\xd1\x80\xd0\xb8\xd0\xb3\xd0\xb0 \xd0\xba\xd1\x9e\xd1\x80\xd0\xb0, \xd0\xbc\xd0\xb0\xd0\xbc\xd0\xbb\xd0\xb0\xd0\xba\xd0\xb0\xd1\x82 \xd0\xba\xd0\xb5\xd0\xbb\xd0\xb0\xd0\xb6\xd0\xb0\xd0\xb3\xd0\xb8 \xd0\xb1\xd0\xbe\xd1\x80\xd0\xb0\xd1\x81\xd0\xb8\xd0\xb4\xd0\xb0 \xd1\x82\xd1\x83\xd1\x88\xd0\xba\xd1\x83\xd0\xbd \xd0\xba\xd0\xb0\xd0\xb9\xd1\x84\xd0\xb8\xd1\x8f\xd1\x82\xd0\xb4\xd0\xb0 \xd0\xb1\xd1\x9e\xd0\xbb\xd0\xb3\xd0\xb0\xd0\xbd \xd0\xb8\xd1\x80\xd0\xbe\xd2\x9b\xd0\xbb\xd0\xb8\xd0\xba\xd0\xbb\xd0\xb0\xd1\x80 \xd1\x81\xd0\xbe\xd0\xbd\xd0\xb8 \xd1\x82\xd0\xbe\xd0\xb1\xd0\xbe\xd1\x80\xd0\xb0 \xd0\xbe\xd1\x80\xd1\x82\xd0\xb8\xd0\xb1 \xd0\xb1\xd0\xbe\xd1\x80\xd0\xbc\xd0\xbe\xd2\x9b\xd0\xb4\xd0\xb0.

      + +

      Kyrgyz (ky)

      +

      \xd0\x9a\xd0\xb0\xd0\xb7\xd0\xb0\xd0\xba\xd1\x81\xd1\x82\xd0\xb0\xd0\xbd\xd0\xb4\xd0\xb0 \xd0\xb0\xd0\xb9\xd1\x8b\xd0\xbb \xd1\x82\xd1\x83\xd1\x80\xd0\xb3\xd1\x83\xd0\xbd\xd0\xb4\xd0\xb0\xd1\x80\xd1\x8b \xd1\x83\xd1\x80\xd1\x83\xd1\x88\xd0\xb0 \xd0\xba\xd0\xb5\xd1\x82\xd0\xb8\xd0\xbf 3 \xd0\xba\xd0\xb8\xd1\x88\xd0\xb8 \xd0\xba\xd0\xb0\xd0\xb7\xd0\xb0 \xd1\x82\xd0\xb0\xd0\xbf\xd1\x82\xd1\x8b +\xd0\x9a\xd0\xb0\xd0\xb7\xd0\xb0\xd0\xba\xd1\x81\xd1\x82\xd0\xb0\xd0\xbd\xd0\xb4\xd1\x8b\xd0\xbd \xd0\x90\xd0\xbb\xd0\xbc\xd0\xb0\xd1\x82\xd1\x8b \xd1\x88\xd0\xb0\xd0\xb0\xd1\x80\xd1\x8b\xd0\xbd\xd1\x8b\xd0\xbd \xd1\x82\xd1\x83\xd1\x88\xd1\x83\xd0\xbd\xd0\xb4\xd0\xb0\xd0\xb3\xd1\x8b \xd0\xb0\xd0\xb9\xd1\x8b\xd0\xbb\xd0\xb4\xd0\xb0 \xd1\x8d\xd0\xba\xd0\xb8 \xd0\xba\xd0\xb8\xd1\x88\xd0\xb8 \xd0\xbe\xd1\x80\xd1\x82\xd0\xbe\xd1\x81\xd1\x83\xd0\xbd\xd0\xb4\xd0\xb0\xd0\xb3\xd1\x8b \xd1\x87\xd0\xb0\xd1\x82\xd0\xb0\xd0\xba \xd1\x87\xd0\xbe\xd2\xa3 \xd1\x83\xd1\x80\xd1\x83\xd1\x88\xd0\xba\xd0\xb0 \xd0\xb0\xd0\xb9\xd0\xbb\xd0\xb0\xd0\xbd\xd1\x8b\xd0\xbf, \xd0\xb0\xd0\xb3\xd0\xb0 \xd1\x8d\xd0\xbb\xd2\xaf\xd2\xaf \xd1\x87\xd0\xb0\xd0\xba\xd1\x82\xd1\x8b \xd0\xba\xd0\xb8\xd1\x88\xd0\xb8 \xd0\xb0\xd1\x80\xd0\xb0\xd0\xbb\xd0\xb0\xd1\x88\xd0\xba\xd0\xb0\xd0\xbd.

      + + + +

      Albanian (sq)

      +

      Nj\xc3\xab anket\xc3\xab sugjeron se irakian\xc3\xabt kan\xc3\xab nj\xc3\xab pesimiz\xc3\xabm n\xc3\xab rritje p\xc3\xabr t\xc3\xab ardhmen e vendit t\xc3\xab tyre.

      + +

      Presidenti shqiptar Alfred Moisiu dekretoi t\xc3\xab h\xc3\xabn\xc3\xabn ndryshimet e propozuara nga kryeministri Sali Berisha n\xc3\xab kabinetin e tij, pas zgjedhjeve lokale.

      + + +

      Vietnamese (vi)

      +

      M\xc3\xb4\xcc\xa3t kha\xcc\x89o sa\xcc\x81t m\xc6\xa1\xcc\x81i cho bi\xc3\xaa\xcc\x81t ng\xc6\xb0\xc6\xa1\xcc\x80i d\xc3\xa2n Iraq nga\xcc\x80y ca\xcc\x80ng ca\xcc\x89m th\xc3\xa2\xcc\x81y bi quan va\xcc\x80 kh\xc3\xb4ng tin t\xc6\xb0\xc6\xa1\xcc\x89ng va\xcc\x80o chi\xcc\x81nh phu\xcc\x89 cu\xcc\x83ng nh\xc6\xb0 li\xc3\xaan qu\xc3\xa2n

      + +

      Nga \xc4\x91ang th\xc6\xb0\xcc\xa3c hi\xc3\xaa\xcc\xa3n chi\xc3\xaa\xcc\x81n di\xcc\xa3ch c\xc6\xb0\xcc\x81u h\xc3\xb4\xcc\xa3 sau khi co\xcc\x81 vu\xcc\xa3 n\xc3\xb4\xcc\x89 khi\xcc\x81 methane ta\xcc\xa3i m\xc3\xb4\xcc\xa3t mo\xcc\x89 than \xc6\xa1\xcc\x89 Siberia la\xcc\x80m i\xcc\x81t nh\xc3\xa2\xcc\x81t 61 ng\xc6\xb0\xc6\xa1\xcc\x80i thi\xc3\xaa\xcc\xa3t ma\xcc\xa3ng

      + +

      Thai (pangram)

      +

      \xe0\xb9\x80\xe0\xb8\x9b\xe0\xb9\x87\xe0\xb8\x99\xe0\xb8\xa1\xe0\xb8\x99\xe0\xb8\xb8\xe0\xb8\xa9\xe0\xb8\xa2\xe0\xb9\x8c\xe0\xb8\xaa\xe0\xb8\xb8\xe0\xb8\x94\xe0\xb8\x9b\xe0\xb8\xa3\xe0\xb8\xb0\xe0\xb9\x80\xe0\xb8\xaa\xe0\xb8\xa3\xe0\xb8\xb4\xe0\xb8\x90\xe0\xb9\x80\xe0\xb8\xa5\xe0\xb8\xb4\xe0\xb8\xa8\xe0\xb8\x84\xe0\xb8\xb8\xe0\xb8\x93\xe0\xb8\x84\xe0\xb9\x88\xe0\xb8\xb2 \xe0\xb8\x81\xe0\xb8\xa7\xe0\xb9\x88\xe0\xb8\xb2\xe0\xb8\x9a\xe0\xb8\xa3\xe0\xb8\xa3\xe0\xb8\x94\xe0\xb8\xb2\xe0\xb8\x9d\xe0\xb8\xb9\xe0\xb8\x87\xe0\xb8\xaa\xe0\xb8\xb1\xe0\xb8\x95\xe0\xb8\xa7\xe0\xb9\x8c\xe0\xb9\x80\xe0\xb8\x94\xe0\xb8\xa3\xe0\xb8\xb1\xe0\xb8\x88\xe0\xb8\x89\xe0\xb8\xb2\xe0\xb8\x99 \xe0\xb8\x88\xe0\xb8\x87\xe0\xb8\x9d\xe0\xb9\x88\xe0\xb8\xb2\xe0\xb8\x9f\xe0\xb8\xb1\xe0\xb8\x99\xe0\xb8\x9e\xe0\xb8\xb1\xe0\xb8\x92\xe0\xb8\x99\xe0\xb8\xb2\xe0\xb8\xa7\xe0\xb8\xb4\xe0\xb8\x8a\xe0\xb8\xb2\xe0\xb8\x81\xe0\xb8\xb2\xe0\xb8\xa3 \xe0\xb8\xad\xe0\xb8\xa2\xe0\xb9\x88\xe0\xb8\xb2\xe0\xb8\xa5\xe0\xb9\x89\xe0\xb8\xb2\xe0\xb8\x87\xe0\xb8\x9c\xe0\xb8\xa5\xe0\xb8\xb2\xe0\xb8\x8d\xe0\xb8\xa4\xe0\xb9\x85\xe0\xb9\x80\xe0\xb8\x82\xe0\xb9\x88\xe0\xb8\x99\xe0\xb8\x86\xe0\xb9\x88\xe0\xb8\xb2\xe0\xb8\x9a\xe0\xb8\xb5\xe0\xb8\x91\xe0\xb8\xb2\xe0\xb9\x83\xe0\xb8\x84\xe0\xb8\xa3 \xe0\xb9\x84\xe0\xb8\xa1\xe0\xb9\x88\xe0\xb8\x96\xe0\xb8\xb7\xe0\xb8\xad\xe0\xb9\x82\xe0\xb8\x97\xe0\xb8\xa9\xe0\xb9\x82\xe0\xb8\x81\xe0\xb8\xa3\xe0\xb8\x98\xe0\xb9\x81\xe0\xb8\x8a\xe0\xb9\x88\xe0\xb8\x87\xe0\xb8\x8b\xe0\xb8\xb1\xe0\xb8\x94\xe0\xb8\xae\xe0\xb8\xb6\xe0\xb8\x94\xe0\xb8\xae\xe0\xb8\xb1\xe0\xb8\x94\xe0\xb8\x94\xe0\xb9\x88\xe0\xb8\xb2 \xe0\xb8\xab\xe0\xb8\xb1\xe0\xb8\x94\xe0\xb8\xad\xe0\xb8\xa0\xe0\xb8\xb1\xe0\xb8\xa2\xe0\xb9\x80\xe0\xb8\xab\xe0\xb8\xa1\xe0\xb8\xb7\xe0\xb8\xad\xe0\xb8\x99\xe0\xb8\x81\xe0\xb8\xb5\xe0\xb8\xac\xe0\xb8\xb2\xe0\xb8\xad\xe0\xb8\xb1\xe0\xb8\x8a\xe0\xb8\x8c\xe0\xb8\xb2\xe0\xb8\xaa\xe0\xb8\xb1\xe0\xb8\xa2 \xe0\xb8\x9b\xe0\xb8\x8f\xe0\xb8\xb4\xe0\xb8\x9a\xe0\xb8\xb1\xe0\xb8\x95\xe0\xb8\xb4\xe0\xb8\x9b\xe0\xb8\xa3\xe0\xb8\xb0\xe0\xb8\x9e\xe0\xb8\xa4\xe0\xb8\x95\xe0\xb8\xb4\xe0\xb8\x81\xe0\xb8\x8e\xe0\xb8\x81\xe0\xb8\xb3\xe0\xb8\xab\xe0\xb8\x99\xe0\xb8\x94\xe0\xb9\x83\xe0\xb8\x88 \xe0\xb8\x9e\xe0\xb8\xb9\xe0\xb8\x94\xe0\xb8\x88\xe0\xb8\xb2\xe0\xb9\x83\xe0\xb8\xab\xe0\xb9\x89\xe0\xb8\x88\xe0\xb9\x8a\xe0\xb8\xb0\xe0\xb9\x86 \xe0\xb8\x88\xe0\xb9\x8b\xe0\xb8\xb2 \xe0\xb8\x99\xe0\xb9\x88\xe0\xb8\xb2\xe0\xb8\x9f\xe0\xb8\xb1\xe0\xb8\x87\xe0\xb9\x80\xe0\xb8\xad\xe0\xb8\xa2\xe0\xb8\xaf

      + + + +
      + +

      Hebrew (pangram)

      +

      \xd7\x93\xd7\x92 \xd7\xa1\xd7\xa7\xd7\xa8\xd7\x9f \xd7\xa9\xd7\x98 \xd7\x91\xd7\x99\xd7\x9d \xd7\x9e\xd7\x90\xd7\x95\xd7\x9b\xd7\x96\xd7\x91 \xd7\x95\xd7\x9c\xd7\xa4\xd7\xaa\xd7\xa2 \xd7\x9e\xd7\xa6\xd7\x90 \xd7\x97\xd7\x91\xd7\xa8\xd7\x94

      + +

      \xd7\x90\xd7\x95 \xd7\x94\xd7\xa0\xd7\xa1\xd7\x94 \xd7\x90\xd7\x9c\xd7\x94\xd7\x99\xd7\x9d, \xd7\x9c\xd7\x91\xd7\x95\xd7\x90 \xd7\x9c\xd7\xa7\xd7\x97\xd7\xaa \xd7\x9c\xd7\x95 \xd7\x92\xd7\x95\xd7\x99 \xd7\x9e\xd7\xa7\xd7\xa8\xd7\x91 \xd7\x92\xd7\x95\xd7\x99, \xd7\x91\xd7\x9e\xd7\xa1\xd7\xaa \xd7\x91\xd7\x90\xd7\xaa\xd7\xaa \xd7\x95\xd7\x91\xd7\x9e\xd7\x95\xd7\xa4\xd7\xaa\xd7\x99\xd7\x9d \xd7\x95\xd7\x91\xd7\x9e\xd7\x9c\xd7\x97\xd7\x9e\xd7\x94 \xd7\x95\xd7\x91\xd7\x99\xd7\x93 \xd7\x97\xd7\x96\xd7\xa7\xd7\x94 \xd7\x95\xd7\x91\xd7\x96\xd7\xa8\xd7\x95\xd7\xa2 \xd7\xa0\xd7\x98\xd7\x95\xd7\x99\xd7\x94, \xd7\x95\xd7\x91\xd7\x9e\xd7\x95\xd7\xa8\xd7\x90\xd7\x99\xd7\x9d \xd7\x92\xd7\x93\xd7\x9c\xd7\x99\xd7\x9d: \xd7\x9b\xd7\x9b\xd7\x9c \xd7\x90\xd7\xa9\xd7\xa8-\xd7\xa2\xd7\xa9\xd7\x94 \xd7\x9c\xd7\x9b\xd7\x9d \xd7\x99\xd7\x94\xd7\x95\xd7\x94 \xd7\x90\xd7\x9c\xd7\x94\xd7\x99\xd7\x9b\xd7\x9d, \xd7\x91\xd7\x9e\xd7\xa6\xd7\xa8\xd7\x99\xd7\x9d--\xd7\x9c\xd7\xa2\xd7\x99\xd7\xa0\xd7\x99\xd7\x9a

      + + + + +

      Arabic

      +

      \xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xad\xd8\xaf\xd9\x8a\xd8\xab \xd9\x85\xd8\xaa\xd9\x84\xd9\x81\xd8\xb2 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb0\xd9\x83\xd8\xb1\xd9\x89 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb9\xd8\xa9 \xd9\x84\xd9\x84\xd8\xba\xd8\xb2\xd9\x88 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x88\xd9\x84\xd9\x88\xd9\x8a\xd8\xa9 \xd8\xad\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa7 \xd9\x84\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaf\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd9\x86 \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82.

      + +

      \xd9\x87\xd9\x84 \xd8\xb3\xd8\xaa\xd8\xb3\xd9\x81\xd8\xb1 \xd8\xa7\xd9\x84\xd8\xac\xd9\x87\xd9\x88\xd8\xaf \xd8\xa7\xd9\x84\xd8\xaf\xd8\xa8\xd9\x84\xd9\x88\xd9\x85\xd8\xa7\xd8\xb3\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a\xd8\xa9 \xd8\xb9\xd9\x86 \xd8\xad\xd9\x84\xd9\x88\xd9\x84\xd8\x9f \xd9\x88\xd9\x83\xd9\x8a\xd9\x81 \xd8\xaa\xd9\x86\xd8\xb8\xd8\xb1 \xd9\x84\xd9\x84\xd8\xa7\xd8\xaa\xd9\x87\xd8\xa7\xd9\x85\xd8\xa7\xd8\xaa \xd9\x84\xd8\xa8\xd8\xb9\xd8\xb6 \xd9\x87\xd8\xb0\xd9\x87 \xd8\xa7\xd9\x84\xd8\xaf\xd9\x88\xd9\x84 \xd8\xa8\xd8\xa7\xd9\x84\xd8\xaa\xd8\xaf\xd8\xae\xd9\x84 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb4\xd8\xa3\xd9\x86 \xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82\xd9\x8a\xd8\x8c \xd9\x88\xd8\xa7\xd9\x84\xd8\xaa\xd9\x88\xd8\xb1\xd8\xb7 \xd9\x81\xd9\x8a \xd8\xaf\xd8\xb9\xd9\x85 \xd8\xb9\xd9\x85\xd9\x84\xd9\x8a\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd8\xb9\xd9\x86\xd9\x81\xd8\x9f \xd9\x88\xd8\xa7\xd9\x84\xd9\x89 \xd8\xa7\xd9\x8a \xd9\x85\xd8\xaf\xd9\x89 \xd9\x8a\xd8\xa8\xd8\xaf\xd9\x88 \xd8\xa7\xd9\x84\xd9\x88\xd8\xb6\xd8\xb9 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86\xd8\xb9\xd9\x83\xd8\xa7\xd8\xb3\xd8\xa7 \xd9\x84\xd9\x84\xd8\xb5\xd8\xb1\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd8\xa5\xd9\x82\xd9\x84\xd9\x8a\xd9\x85\xd9\x8a\xd8\xa9 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd9\x85\xd9\x86\xd8\xb7\xd9\x82\xd8\xa9\xd8\x9f

      + + +

      Persian / Farsi

      +

      \xd9\x85\xd8\xad\xd9\x85\xd8\xaf \xd8\xa7\xd9\x84\xd8\xa8\xd8\xb1\xd8\xa7\xd8\xaf\xd8\xb9\xdb\x8c \xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 \xd8\xa2\xda\x98\xd8\xa7\xd9\x86\xd8\xb3 \xd8\xa8\xd9\x8a\xd9\x86 \xd8\xa7\xd9\x84\xd9\x85\xd9\x84\xd9\x84\xdb\x8c \xd8\xa7\xd9\x86\xd8\xb1\xda\x98\xdb\x8c \xd8\xa7\xd8\xaa\xd9\x85\xdb\x8c \xd9\xbe\xd9\x8a\xd8\xb4\xd9\x86\xd9\x87\xd8\xa7\xd8\xaf \xda\xa9\xd8\xb1\xd8\xaf\xd9\x87 \xd8\xa7\xd8\xb3\xd8\xaa \xd8\xaa\xd9\x87\xd8\xb1\xd8\xa7\xd9\x86 \xd8\xa8\xd8\xb1\xd9\x86\xd8\xa7\xd9\x85\xd9\x87 \xd8\xac\xd9\x86\xd8\xac\xd8\xa7\xd9\x84\xdb\x8c \xd8\xba\xd9\x86\xdb\x8c \xd8\xb3\xd8\xa7\xd8\xb2\xdb\x8c \xd8\xa7\xd9\x88\xd8\xb1\xd8\xa7\xd9\x86\xd9\x8a\xd9\x88\xd9\x85 \xd8\xb1\xd8\xa7 \xd9\x85\xd8\xaa\xd9\x88\xd9\x82\xd9\x81 \xda\xa9\xd9\x86\xd8\xaf \xd9\x88 \xd8\xba\xd8\xb1\xd8\xa8 \xd9\x86\xd9\x8a\xd8\xb2 \xd8\xa7\xd8\xac\xd8\xb1\xd8\xa7\xdb\x8c \xd8\xaa\xd8\xad\xd8\xb1\xd9\x8a\xd9\x85 \xd9\x87\xd8\xa7\xdb\x8c \xd8\xaa\xd9\x86\xd8\xa8\xd9\x8a\xd9\x87\xdb\x8c \xd9\x85\xd9\x88\xd8\xb1\xd8\xaf \xd8\xaa\xd8\xa7\xd8\xa6\xd9\x8a\xd8\xaf \xd8\xb3\xd8\xa7\xd8\xb2\xd9\x85\xd8\xa7\xd9\x86 \xd9\x85\xd9\x84\xd9\x84 \xd9\x85\xd8\xaa\xd8\xad\xd8\xaf \xd8\xb1\xd8\xa7 \xd8\xa8\xd9\x87 \xd8\xaa\xd8\xb9\xd9\x88\xd9\x8a\xd9\x82 \xd8\xa8\xd9\x8a\xd8\xa7\xd9\x86\xd8\xaf\xd8\xa7\xd8\xb2\xd8\xaf.

      + + + +

      Urdu

      +

      تمام انسان آزاد اور حقوق و عزت کے اعتبار سے برابر پیدا ہوۓ ہیں۔ انہیں ضمیر اور عقل ودیعت ہوئی ہی۔ اسلۓ انہیں ایک دوسرے کے ساتھ بھائی چارے کا سلوک کرنا چاہیۓ۔ +

      + +

      Pashto (ps)

      +

      \xd9\xbe\xd9\x87 \xda\xa9\xd8\xa7\xd8\xa8\xd9\x84 \xd8\xa7\xd9\x88 \xda\xa9\xd9\x86\xd8\xaf\xd9\x87\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x90 \xd8\xaf\xd9\x88\xd9\x88 \xda\x81\xd8\xa7\xd9\x86\xd9\x85\xd8\xb1\xda\xaf\xd9\x88 \xd8\xa8\xd8\xb1\xd9\x8a\xd8\xaf\xd9\x88\xd9\x86\xd9\x88 \xd9\x84\xda\x96 \xd8\xaa\xd8\xb1 \xd9\x84\xda\x96\xd9\x87 \xd9\x8a\xd9\x88 \xd9\x85\xd8\xa7\xd8\xb4\xd9\x88\xd9\x85 \xd9\x88\xda\x98\xd9\x84\xd9\x89 \xd8\xa7\xd9\x88 \xd8\xa7\xd8\xaa\xd9\x87 \xd8\xaa\xd9\x86\xd9\x87 \xd9\x86\xd9\x88\xd8\xb1 \xd9\x89\xdb\x90 \xd9\xbc\xd9\xbe\xd9\x8a\xd8\xa7\xd9\x86 \xda\xa9\xda\x93\xd9\x8a. +

      + + +

      Sindhi (sd)

      +

      +واشنگٽن (م ڊ) آمريڪا چيو آهي ته ڪيري لوگربل تي پاڪ فوج جي تحفظات سان پاڪستان ۾ جمهوري طور آيل زرداري جي حڪومت کي ڪوبه خطرو ناهي، ان سوال تي تي ڪيري لوگربل ۾ پاڪستان کي غير مشروط امداد ڏيڻ جي ڳالهه ڪئي وئي آهي، جڏهن ته فوجي امداد تي شرط لاڳو ڪيا +

      + +
      + + +

      Indic Scripts

      + +

      +Malayalam +

      +

      സംസ്ഥാനത്ത് രാഷ്ട്രീയ പുകമറ സൃഷ്ടിക്കാനാണ് വോട്ടര്‍പട്ടിക വിവാദത്തിലൂടെ കോണ്‍ഗ്രസ് ശ്രമിക്കുന്നതെന്ന് സിപി‌എം സംസ്ഥാന സെക്രട്ടറി പിണറായി വിജയന്‍ കുറ്റപ്പെടുത്തി. ഉദ്യോഗസ്ഥരെ ഭീഷണിപ്പെടുത്തി വരുതിയില്‍ നിര്‍ത്താനാണ് വയലാര്‍ രവി ഉള്‍പ്പെടെയുള്ളവര്‍ ശ്രമിക്കുന്നതെന്നും പിണറാ‍യി പ്രസ്താവനയില്‍ ആരോപിച്ചു. +

      + +

      Kannada

      +

      +ತಮ್ಮದೇ ಕುಟುಂಬದ ಯುವತಿಯೊಬ್ಬಳನ್ನು ಸತತ ಹಲವಾರು ವರ್ಷ ಭೋಗಿಸಿದ ಭಾರತೀಯ ಮೂಲದ ಮೂವರು ದುರುಳ ಸಂಬಂಧಿಕರು ಅಪರಾಧಿಗಳೆಂದು ಸಾಬೀತಾಗಿದ್ದು, ಇಂಗ್ಲೆಂಡ್ ನ್ಯಾಯಾಲಯವು ದೀರ್ಘಾವಧಿ ಕಠಿಣ ಶಿಕ್ಷೆ ವಿಧಿಸಿದೆ. +

      + +

      Telegu

      +

      ఆగ్నేయ ఇరాన్‌లో ఆదివారం నాడు ఓ ఆత్మాహుతి దాడి జరగడంతో ఇరవై మంది మృతి చెందారు. +
      + +ఆగ్నేయ ఇరాన్‌లో ఆత్మాహుతి దాడి జరగడంతో ఐదుగురు ఎలిట్ రెవల్యూషనరీ గార్డ్‌లతో సహా ప్రముఖ కమాండర్‌లతోసహా మొత్తం ఇరవై మంది మృతి చెందినట్లు ఇరాన్ లోక్‌సభ స్పీకర్ అలీ లారిజానీ తెలిపారు. +

      + + + +

      Tamil (ta)

      +

      \xe0\xae\x87\xe0\xae\xb0\xe0\xae\xbe\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xaf \xe0\xae\xae\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x8d \xe0\xae\x85\xe0\xae\xb5\xe0\xae\xa8\xe0\xae\xae\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xaf\x88\xe0\xae\xaf\xe0\xaf\x81\xe0\xae\x9f\xe0\xae\xa9\xe0\xaf\x8d \xe0\xae\x87\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xa4\xe0\xae\xbe\xe0\xae\x95\xe0\xae\xb5\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d, \xe0\xae\xb7\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbe \xe0\xae\xae\xe0\xae\xb1\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d \xe0\xae\x9a\xe0\xaf\x81\xe0\xae\xa9\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x8d \xe0\xae\xae\xe0\xaf\x81\xe0\xae\xb0\xe0\xae\xa3\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\x9f \xe0\xae\x95\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x81\xe0\xae\x9f\xe0\xae\xa9\xe0\xaf\x8d \xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xb5\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\x9f \xe0\xae\xa8\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x88\xe0\xae\xaf\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d \xe0\xae\x87\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xa4\xe0\xae\xbe\xe0\xae\x95\xe0\xae\xb5\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d \xe0\xae\x95\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d \xe0\xae\x95\xe0\xae\xa3\xe0\xae\xbf\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xaf\x81 \xe0\xae\x92\xe0\xae\xa9\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81 \xe0\xae\x95\xe0\xaf\x82\xe0\xae\xb1\xe0\xaf\x81\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xb1\xe0\xae\xa4\xe0\xaf\x81.

      + + +

      Oriya

      +

      ଓଡ଼ିଆ ଉଇକିପେଡିଆ ଆପଣଙ୍କୁ ସ୍ବାଗତ କରୁଛି। ଏହି ଉନ୍ମୁକ୍ତ ଜ୍ଞାନକୋଷଟି ଇଣ୍ଟରନେଟ ଉପରେ ଆଧାରିତ ଏବଂ ଏହା ବିଶ୍ବର ୫୦ଟି ଭାଷାରେ ଉପଲବ୍ଧ । ଏହାକୁ ଆପଣ ମଧ୍ୟ ବର୍ଦ୍ଧିତ ଓ ପରିବର୍ତିତ କରିପାରିବେ ଏବଂ ଏହାକୁ ଉନ୍ନତ କରିବା ପାଇଁ ନିଜର ଅବଦାନ ଦେଇ ପାରିବେ । ଆପଣଙ୍କ ପସନ୍ଦର ବିଷୟ ଗୁଡିକୁ ଆପଣ ନୂତନ ଭାବେରେ ଯୋଗ କରିପାରିବେ କିମ୍ବା ଏହି ପୃଷ୍ଠାକୁ ସମ୍ପାଦନ କରି ଏହା ସହିତ ଯୋଗ କରିପାରିବ । ସମସ୍ତ ପାଠ ଗୁଡିକ GNU ମୁକ୍ତ ଦଲିଲକରଣ ଲାଇସେନ୍ସର ସର୍ତ୍ତ ଅଧୀନରେ ଉପଲବ୍ଧ । ତଥାପି, ଆପଣ ଏହାକୁ ମୁକ୍ତ ଭାବେର ଇଲେକ୍ଟ୍ରୋନିକ୍ସ ପ୍ରିଣ୍ଟ୍ କିମ୍ବା ଅନ୍ୟାନ୍ୟ ପ୍ରିଣ୍ଟର ମାଧ୍ୟମରେ ବ୍ୟବହାର କରିପାରିବ । +

      + +

      Punjabi

      +

      ਕੇਂਦਰੀ ਗ੍ਰਹਿਮੰਤਰੀ ਪੀ.ਚਿਦੰਬਰਮ ਨੇ ਐਤਵਾਰ ਨੂੰ ਤਮਿਲਨਾਢੂ ਦੇ ਮੁੱਖਮੰਤਰੀ ਐਮ.ਕਰੁਣਾਨਿਧੀ ਨਾਲ ਮੁਲਾਕਾਤ ਕੀਤੀ।ਉਨ੍ਹਾ ਨੇ ਸ਼੍ਰੀਲੰਕਾ 'ਚ ਲਿੱਟੇ ਦੇ ਖਿਲਾਫ਼ ਯੁੱਧ ਦੌਰਾਨ ਉੱਝੜੇ ਹੋਏ ਲੱਗਭਗ ਢਾਈ ਲੱਖ ਤਮਿਲਾਂ ਦੀ ਮੁੜ ਰਿਹਾਇਸ਼ 'ਤੇ ਚਰਚਾ ਕੀਤੀ। +

      + +

      Gujarati (gu)

      +

      +આ વાત હજાર વાર કહેવામાં આવી છે કે ફિલ્મ બનાવતી વખેત હંમેશા સૌથી વધુ ધ્યાન વાર્તા અને સ્ક્રીનપ્લે પર આપવુ જોઈએ. કારણ કે આ કોઈ પણ ફિલ્મની સફળતાનો મુખ્ય આધાર હોય છે. +
      +મોટા ફિલ્મ સ્ટાર્સ સાઈન કરવાથી, સ્ટંટ અને ગીતોથી પાણીની અંદર કે આકાશમાં કરોડો રૂપિયા ખર્ચ કરી ફિલ્માવેલા દ્રશ્યોથી કશુ જ નથી થતુ. પરંતુ આ બુનિયાદી વાત અત્યાર સુધી કોઈ લોકોને સમજાતી નથી. +

      + + +

      Hindi (hi)

      +

      \xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa4 \xe0\xa4\x94\xe0\xa4\xb0 \xe0\xa4\xac\xe0\xa4\xb0\xe0\xa4\xae\xe0\xa5\x82\xe0\xa4\xa1\xe0\xa4\xbe \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xac\xe0\xa5\x80\xe0\xa4\x9a \xe0\xa4\xac\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\xb6 \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa3 \xe0\xa4\xb0\xe0\xa5\x81\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa5\x88\xe0\xa4\x9a \xe0\xa4\xa6\xe0\xa5\x8b\xe0\xa4\xac\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xbe \xe0\xa4\xb6\xe0\xa5\x81\xe0\xa4\xb0\xe0\xa5\x81 \xe0\xa4\xb9\xe0\xa5\x8b \xe0\xa4\x97\xe0\xa4\xaf\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x88. \xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa4 \xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xac\xe0\xa4\xb0\xe0\xa4\xae\xe0\xa5\x82\xe0\xa4\xa1\xe0\xa4\xbe \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xb8\xe0\xa4\xbe\xe0\xa4\xae\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\x95\xe0\xa5\x89\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xa1 414 \xe0\xa4\xb0\xe0\xa4\xa8\xe0\xa5\x8b\xe0\xa4\x82 \xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xb2\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xb7\xe0\xa5\x8d\xe0\xa4\xaf \xe0\xa4\xb0\xe0\xa4\x96\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x88. \xe0\xa4\xac\xe0\xa4\xb0\xe0\xa4\xae\xe0\xa5\x82\xe0\xa4\xa1\xe0\xa4\xbe \xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xa6\xe0\xa5\x8b \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\x95\xe0\xa5\x87\xe0\xa4\x9f \xe0\xa4\x96\xe0\xa5\x8b \xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\x8f \xe0\xa4\xb9\xe0\xa5\x88\xe0\xa4\x82.

      + + +

      Nepali (ne) - Devanagari

      +

      \xe0\xa4\x85\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\xae \xe0\xa4\xb8\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x97\xe0\xa4\xa0\xe0\xa4\xa8\xe0\xa4\xae\xe0\xa4\xbe \xe0\xa4\xa2\xe0\xa5\x80\xe0\xa4\xb2\xe0\xa4\xbe\xe0\xa4\x87 \xe0\xa4\xb9\xe0\xa5\x81\xe0\xa4\xa8\xe0\xa5\x81\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xb8\xe0\xa4\xbe\xe0\xa4\xa5\xe0\xa5\x88 \xe0\xa4\x86\xe0\xa4\x89\xe0\xa4\x82\xe0\xa4\xa6\xe0\xa5\x8b \xe0\xa4\x9c\xe0\xa5\x87\xe0\xa4\xa0 \xe0\xa4\xae\xe0\xa4\xb9\xe0\xa4\xbf\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\xad\xe0\xa4\xbf\xe0\xa4\xa4\xe0\xa5\x8d\xe0\xa4\xb0 \xe0\xa4\xb8\xe0\xa4\x82\xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xa7\xe0\xa4\xbe\xe0\xa4\xa8\xe0\xa4\xb8\xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x9a\xe0\xa5\x81\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\xb5 \xe0\xa4\xb9\xe0\xa5\x8b\xe0\xa4\xb2\xe0\xa4\xbe \xe0\xa4\x95\xe0\xa4\xbf \xe0\xa4\xa8\xe0\xa4\xb9\xe0\xa5\x8b\xe0\xa4\xb2\xe0\xa4\xbe \xe0\xa4\xad\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xac\xe0\xa4\xb9\xe0\xa4\xb8 \xe0\xa4\x9a\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\x95\xe0\xa5\x80\xe0\xa4\xb0\xe0\xa4\xb9\xe0\xa5\x87\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xac\xe0\xa5\x87\xe0\xa4\xb2\xe0\xa4\xbe \xe0\xa4\x9a\xe0\xa5\x81\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\xb5\xe0\xa4\x95\xe0\xa5\x88 \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xb7\xe0\xa4\xaf\xe0\xa4\xae\xe0\xa4\xbe \xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\x9a\xe0\xa4\xa8 \xe0\xa4\x86\xe0\xa4\xaf\xe0\xa5\x8b\xe0\xa4\x97 \xe0\xa4\xb0 \xe0\xa4\x86\xe0\xa4\xa0 \xe0\xa4\xa6\xe0\xa4\xb2\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xac\xe0\xa5\x87\xe0\xa4\x97\xe0\xa5\x8d\xe0\xa4\xb2\xe0\xa4\xbe, \xe0\xa4\xac\xe0\xa5\x87\xe0\xa4\x97\xe0\xa5\x8d\xe0\xa4\xb2\xe0\xa5\x88 \xe0\xa4\xad\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\x87 \xe0\xa4\xb0\xe0\xa4\xb9\xe0\xa5\x87\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xa6\xe0\xa5\x87\xe0\xa4\x96\xe0\xa4\xbf\xe0\xa4\x8f\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x9b\xe0\xa5\xa4

      + + +

      Bengali (bn)

      +

      +দক্ষিণ ওয়াজিরিস্থানে কর্মরত স্বেচ্ছাসেবী ও ত্রাণ সংস্থাগুলো ধারণা করছে সেনা অভিযানের তীব্রতা বাড়লে এই সংখ্যাটা আরও অনেক বেড়ে যাবে +
      +শরণার্থীদের স্রোত সামলাতে তারা ইতিমধ্যেই হিমশিম খাচ্ছেন, ফলে লড়াই থেকে পালিয়ে আসা বেসামরিক মানুষজনের সংখ্যা আরও বাড়লে স্বভাবতই সঙ্কট আরও জটিল হয়ে উঠবে +

      + + +

      Assamese

      +

      অসমীয়া ৱিকিপিডিয়াৰ উদ্দেশ্য হ'ল সম্পূৰ্ণ অসমীয়া ভাষাত এখনি বিশ্বকোষ প্ৰণয়ন কৰা। অন্য কোনো ভাষাৰ প্ৰবন্ধ এই বিশ্বকোষৰ বাবে গ্ৰহন কৰা নহ'ব। বিশ্বকোষৰ অৱদানকাৰীসকললৈ সাদৰেৰে অনুৰোধ জনোৱা হ'ল যাতে তেখেতসকলে অসমীয়া ভাষাৰ প্ৰচলিত বানান পদ্ধতি মানি চলে। বিদেশী শব্দৰ অসমীয়া প্ৰতিৰূপৰ ক্ষেত্ৰত যিহেতু অসমীয়া সাহিত্যিকসকল এতিয়াও ঐক্যমতত উপনীত হ'ব পৰা নাই, ৱিকিপিডিয়াত বিদেশী শব্দৰ যিকোনো ধৰনৰ অসমীয়া ৰূপ গ্ৰাহ্য কৰা হ'ব। +

      + + + + +

      Japanese (pangrams)

      +
      Iroha Uta SJIS
      + +

      \xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\xab\xe3\x81\xbb\xe3\x81\xb8\xe3\x81\xa8\xe3\x80\x80\xe3\x81\xa1\xe3\x82\x8a\xe3\x81\xac\xe3\x82\x8b\xe3\x82\x92\xe3\x80\x80\xe3\x82\x8f\xe3\x81\x8b\xe3\x82\x88\xe3\x81\x9f\xe3\x82\x8c\xe3\x81\x9d\xe3\x80\x80\xe3\x81\xa4\xe3\x81\xad\xe3\x81\xaa\xe3\x82\x89\xe3\x82\x80\xe3\x80\x80\xe3\x81\x86\xe3\x82\x90\xe3\x81\xae\xe3\x81\x8a\xe3\x81\x8f\xe3\x82\x84\xe3\x81\xbe\xe3\x80\x80\xe3\x81\x91\xe3\x81\xb5\xe3\x81\x93\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe3\x81\x82\xe3\x81\x95\xe3\x81\x8d\xe3\x82\x86\xe3\x82\x81\xe3\x81\xbf\xe3\x81\x97\xe3\x80\x80\xe3\x82\x91\xe3\x81\xb2\xe3\x82\x82\xe3\x81\x9b\xe3\x81\x99

      + +
      Tori Naku Uta
      + +

      \xe3\x81\xa8\xe3\x82\x8a\xe3\x81\xaa\xe3\x81\x8f\xe3\x81\x93\xe3\x82\x91\xe3\x81\x99\xe3\x80\x80\xe3\x82\x86\xe3\x82\x81\xe3\x81\x95\xe3\x81\xbe\xe3\x81\x9b\xe3\x80\x80\xe3\x81\xbf\xe3\x82\x88\xe3\x81\x82\xe3\x81\x91\xe3\x82\x8f\xe3\x81\x9f\xe3\x82\x8b\xe3\x80\x80\xe3\x81\xb2\xe3\x82\x93\xe3\x81\x8b\xe3\x81\x97\xe3\x82\x92\xe3\x80\x80\xe3\x81\x9d\xe3\x82\x89\xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\x88\xe3\x81\xa6\xe3\x80\x80\xe3\x81\x8a\xe3\x81\x8d\xe3\x81\xa4\xe3\x81\xb8\xe3\x81\xab\xe3\x80\x80\xe3\x81\xbb\xe3\x81\xb5\xe3\x81\xad\xe3\x82\x80\xe3\x82\x8c\xe3\x82\x90\xe3\x81\xac\xe3\x80\x80\xe3\x82\x82\xe3\x82\x84\xe3\x81\xae\xe3\x81\x86\xe3\x81\xa1

      + +
      Ametsuchi No Uta
      + +

      \xe3\x81\x82\xe3\x82\x81 \xe3\x81\xa4\xe3\x81\xa1 \xe3\x81\xbb\xe3\x81\x97 \xe3\x81\x9d\xe3\x82\x89 / \xe3\x82\x84\xe3\x81\xbe \xe3\x81\x8b\xe3\x81\xaf \xe3\x81\xbf\xe3\x81\xad \xe3\x81\x9f\xe3\x81\xab / \xe3\x81\x8f\xe3\x82\x82 \xe3\x81\x8d\xe3\x82\x8a \xe3\x82\x80\xe3\x82\x8d \xe3\x81\x93\xe3\x81\x91 / \xe3\x81\xb2\xe3\x81\xa8 \xe3\x81\x84\xe3\x81\xac \xe3\x81\x86\xe3\x81\xb8 \xe3\x81\x99\xe3\x82\x91 / \xe3\x82\x86\xe3\x82\x8f \xe3\x81\x95\xe3\x82\x8b \xe3\x81\x8a\xe3\x81\xb5 \xe3\x81\x9b\xe3\x82\x88 / \xe3\x81\x88\xe3\x81\xae\xe3\x81\x88*\xe3\x82\x92 \xe3\x81\xaa\xe3\x82\x8c \xe3\x82\x90\xe3\x81\xa6

      + +
      Taini no Uta
      + +

      \xe3\x81\x9f\xe3\x82\x90\xe3\x81\xab\xe3\x81\x84\xe3\x81\xa6\xe3\x80\x80\xe3\x81\xaa\xe3\x81\xa4\xe3\x82\x80\xe3\x82\x8f\xe3\x82\x8c\xe3\x82\x92\xe3\x81\x9d\xe3\x80\x80\xe3\x81\x8d\xe3\x81\xbf\xe3\x82\x81\xe3\x81\x99\xe3\x81\xa8\xe3\x80\x80\xe3\x81\x82\xe3\x81\x95\xe3\x82\x8a\xe3\x81\x8a\xe3\x81\xb2\xe3\x82\x86\xe3\x81\x8f\xe3\x80\x80\xe3\x82\x84\xe3\x81\xbe\xe3\x81\x97\xe3\x82\x8d\xe3\x81\xae\xe3\x80\x80\xe3\x81\x86\xe3\x81\xa1\xe3\x82\x91\xe3\x81\xb8\xe3\x82\x8b\xe3\x81\x93\xe3\x82\x89\xe3\x80\x80\xe3\x82\x82\xe3\x81\xaf\xe3\x81\xbb\xe3\x81\x9b\xe3\x82\x88\xe3\x80\x80\xe3\x81\x88\xe3\x81\xb5\xe3\x81\xad\xe3\x81\x8b\xe3\x81\x91\xe3\x81\xac

      + +

      Chinese (simplified) GB2312 GB

      + +

      \xe6\x9d\xa5\xe8\x87\xaa\xe5\x95\x86\xe5\x8a\xa1\xe9\x83\xa8\xe6\x96\xb0\xe9\x97\xbb\xe5\x8a\x9e\xe5\x85\xac\xe5\xae\xa4\xe7\x9a\x84\xe6\xb6\x88\xe6\x81\xaf\xe7\xa7\xb0\xef\xbc\x8c\xe4\xb8\xad\xe6\x96\xb9\xe5\x85\x8d\xe9\x99\xa4\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe6\x9c\x89\xe5\xa4\x96\xe4\xba\xa4\xe5\x85\xb3\xe7\xb3\xbb\xe7\x9a\x84\xe6\x89\x80\xe6\x9c\x89\xe9\x9d\x9e\xe6\xb4\xb2\xe9\x87\x8d\xe5\x80\xba\xe7\xa9\xb7\xe5\x9b\xbd\xe5\x8f\x8a\xe6\x9c\x80\xe4\xb8\x8d\xe5\x8f\x91\xe8\xbe\xbe\xe5\x9b\xbd\xe5\xae\xb6\xe6\x88\xaa\xe8\x87\xb32005\xe5\xb9\xb4\xe5\xba\x95\xe5\xaf\xb9\xe5\x8d\x8e\xe5\x88\xb0\xe6\x9c\x9f\xe6\x94\xbf\xe5\xba\x9c\xe6\x97\xa0\xe6\x81\xaf\xe8\xb4\xb7\xe6\xac\xbe\xe5\x80\xba\xe5\x8a\xa1\xe3\x80\x82\xe6\x9c\x89\xe5\x85\xb3\xe9\x83\xa8\xe9\x97\xa8\xe5\xb7\xb2\xe5\xaf\xb9\xe7\x9b\xb8\xe5\x85\xb3\xe5\x80\xba\xe5\x8a\xa1\xe8\xbf\x9b\xe8\xa1\x8c\xe5\x85\xa8\xe9\x9d\xa2\xe6\xb8\x85\xe7\x90\x86\xe6\xa0\xb8\xe5\xaf\xb9\xef\xbc\x8c\xe5\xaf\xb9\xe4\xb8\x8e\xe4\xb8\xad\xe5\x9b\xbd\xe6\x9c\x89\xe5\xa4\x96\xe4\xba\xa4\xe5\x85\xb3\xe7\xb3\xbb\xe7\x9a\x8433\xe4\xb8\xaa\xe9\x9d\x9e\xe6\xb4\xb2\xe9\x87\x8d\xe5\x80\xba\xe7\xa9\xb7\xe5\x9b\xbd\xe5\x92\x8c\xe6\x9c\x80\xe4\xb8\x8d\xe5\x8f\x91\xe8\xbe\xbe\xe5\x9b\xbd\xe5\xae\xb6\xef\xbc\x8c\xe5\x85\x8d\xe9\x99\xa4\xe5\x85\xb6\xe6\x88\xaa\xe8\x87\xb32005\xe5\xb9\xb4\xe5\xba\x95168\xe7\xac\x94\xe5\xaf\xb9\xe5\x8d\x8e\xe5\x88\xb0\xe6\x9c\x9f\xe6\x97\xa0\xe6\x81\xaf\xe8\xb4\xb7\xe6\xac\xbe\xe5\x80\xba\xe5\x8a\xa1\xe3\x80\x82\xe6\x8b\x9f\xe4\xba\x8e2007\xe5\xb9\xb4\xe5\xba\x95\xe5\x89\x8d\xe4\xb8\x8e\xe5\x8f\x97\xe6\x8f\xb4\xe5\x9b\xbd\xe5\x8a\x9e\xe7\x90\x86\xe5\xae\x8c\xe5\x85\x8d\xe5\x80\xba\xe5\x8d\x8f\xe8\xae\xae\xe3\x80\x82

      + + +

      Chinese (Traditional - Hong Kong) Big5

      + +

      \xe3\x80\x8c\xe6\x86\x82\xe9\xac\xb1\xe5\xb0\x8f\xe7\x8e\x8b\xe5\xad\x90\xe3\x80\x8d\xe6\x98\xaf\xe4\xb8\x80\xe5\x80\x8b\xe6\x95\x99\xe8\x82\xb2\xe7\xb6\xb2\xe7\xab\x99\xef\xbc\x8c\xe5\xae\x83\xe6\x88\x90\xe5\x8a\x9f\xe7\xb5\x90\xe5\x90\x88\xe4\xba\x86\xe9\xa6\x99\xe6\xb8\xaf\xe8\xb3\xbd\xe9\xa6\xac\xe6\x9c\x83\xe9\x98\xb2\xe6\xad\xa2\xe8\x87\xaa\xe6\xae\xba\xe7\xa0\x94\xe7\xa9\xb6\xe4\xb8\xad\xe5\xbf\x83\xe5\x90\x84\xe6\x96\xb9\xe9\x9d\xa2\xe7\x9a\x84\xe5\xb0\x88\xe6\x89\x8d\xef\xbc\x8c\xe7\x82\xba\xe9\x9d\x92\xe5\xb0\x91\xe5\xb9\xb4\xe4\xba\xba\xe6\x8f\x90\xe4\xbe\x9b\xe7\xb2\xbe\xe7\xa5\x9e\xe5\x81\xa5\xe5\xba\xb7\xe7\x9a\x84\xe8\xa8\x8a\xe6\x81\xaf\xef\xbc\x8c\xe5\xb0\x8d\xe6\x99\xae\xe5\x8f\x8a\xe6\x8a\x91\xe9\xac\xb1\xe7\x97\x87\xe7\x9f\xa5\xe8\xad\x98\xe7\x9a\x84\xe8\xb2\xa2\xe7\x8d\xbb\xe8\x89\xaf\xe5\xa4\x9a\xe3\x80\x82\xe5\x9c\xa8\xe9\xa6\x99\xe6\xb8\xaf\xef\xbc\x8c\xe5\xae\x83\xe6\x9b\xbe\xe7\x8d\xb2\xe9\x81\xb8\xe7\x82\xba\xe3\x80\x8c2004\xe5\xb9\xb4\xe5\x8d\x81\xe5\xa4\xa7\xe5\x81\xa5\xe5\xba\xb7\xe7\xb6\xb2\xe7\xab\x99\xe3\x80\x8d\xe4\xb9\x8b\xe4\xb8\x80\xef\xbc\x8c\xe8\xa9\xb2\xe9\xa0\x85\xe9\x81\xb8\xe8\x88\x89\xe8\x87\xaa2005\xe5\xb9\xb4\xe8\xb5\xb7\xe6\x94\xb9\xe5\x90\x8d\xe7\x8f\xbe\xe6\x99\x82\xe7\x9a\x84\xe3\x80\x8c\xe5\x84\xaa\xe7\xa7\x80\xe7\xb6\xb2\xe7\xab\x99\xe9\x81\xb8\xe8\x88\x89\xe3\x80\x8d\xe3\x80\x82\xe5\x85\xb6\xe8\xb2\xa2\xe7\x8d\xbb\xe5\x9c\xa8\xe5\x9c\x8b\xe9\x9a\x9b\xe9\x96\x93\xe4\xba\xa6\xe5\x82\x99\xe5\x8f\x97\xe8\x82\xaf\xe5\xae\x9a\xef\xbc\x8c2005\xe5\xb9\xb4\xef\xbc\x8c\xe8\xa9\xb2\xe7\xb6\xb2\xe7\xab\x99\xe6\xa6\xae\xe7\x8d\xb2\xe7\xac\xac\xe5\x85\xab\xe5\xb1\x86\xe3\x80\x8c\xe4\xba\x9e\xe6\xb4\xb2\xe5\x89\xb5\xe6\x96\xb0\xe5\xa4\xa7\xe7\x8d\x8e\xe3\x80\x8d\xe9\x8a\x80\xe7\x8d\x8e\xe3\x80\x82

      + + + +

      Korean UHC

      + +

      \xed\x82\xa4\xec\x8a\xa4\xec\x9d\x98 \xea\xb3\xa0\xec\x9c\xa0\xec\xa1\xb0\xea\xb1\xb4\xec\x9d\x80 \xec\x9e\x85\xec\x88\xa0\xeb\x81\xbc\xeb\xa6\xac \xeb\xa7\x8c\xeb\x82\x98\xec\x95\xbc \xed\x95\x98\xea\xb3\xa0 \xed\x8a\xb9\xeb\xb3\x84\xed\x95\x9c \xea\xb8\xb0\xec\x88\xa0\xec\x9d\x80 \xed\x95\x84\xec\x9a\x94\xec\xb9\x98 \xec\x95\x8a\xeb\x8b\xa4.

      + + +

      Mixed

      +

      Distinguishes multiple languages enclosed in same element (tags): Arabic \xd9\x82\xd8\xa7\xd9\x84 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 +English Cat sat on the large mat +Tamil \xe0\xae\xb7\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbe +Hindi \xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa4 \xe0\xa4\x94\xe0\xa4\xb0 +Japanese \xe3\x81\x84\xe3\x82\x8d\xe3\x81\xaf\xe3\x81\xab\xe3\x81\xbb\xe3\x81\xb8\xe3\x81\xa8\xe3\x80\x80 +Chinese \xe6\x9d\xa5\xe8\x87\xaa\xe5\x95\x86\xe5\x8a\xa1\xe9\x83\xa8\xe6\x96\xb0\xe9\x97\xbb\xe5\x8a\x9e\xe5\x85\xac +Thai \xe0\xb9\x80\xe0\xb8\x9b\xe0\xb9\x87\xe0\xb8\x99\xe0\xb8\xa1\xe0\xb8\x99\xe0\xb8\xb8\xe0\xb8\xa9\xe0\xb8\xa2 +Viet M\xc3\xb4\xcc\xa3t kha\xcc\x89o sa\xcc\x81t m\xc6\xa1\xcc\x81i cho bi\xc3\xaa\xcc\x81t ng\xc6\xb0\xc6\xa1\xcc\x80i d\xc3\xa2n +Tamil \xe0\xae\xb7\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbe +Chinese \xe6\x9d\xa5\xe8\x87\xaa\xe5\x95\x86\xe5\x8a\xa1\xe9\x83\xa8\xe6\x96\xb0\xe9\x97\xbb\xe5\x8a\x9e\xe5\x85\xac +English Cat sat on the large mat +

      + + +

      Unicode Plane 2

      +
      +Unicode Plane 0 (BMP U+0000 - U+FFFF): +\xe9\xbc\x82 \xe9\xbc\x88 \xe9\xbc\x97 \xe9\xbc\xa6 \xe9\xbc\xa7 \xe9\xbc\xb9 \xe9\xbd\x84 \xe9\xbd\x85 \xe9\xbd\x90 \xe9\xbd\x93 \xe9\xbd\x9a \xe9\xbd\xa2 \xe9\xbd\xa9 \xe9\xbd\xbf \xe9\xbe\x8e \xe9\xbe\x99 \xe9\xbe\x9f \xe9\xbe\xa5 +------- +Unicode Plane 2 (SIP characters > U+20000): +\xf0\xa0\x80\xa1 \xf0\xa0\x80\xbe \xf0\xa0\x81\x86 \xf0\xa0\x81\x8e \xf0\xa0\x81\xa8 \xf0\xa0\x82\x86 \xf0\xa0\x82\x87 \xf0\xa0\x82\x8a \xf0\xa0\x82\x94 \xf0\xa0\x83\x8a \xf0\xa0\x83\x8b \xf0\xa0\x83\x8c \xf0\xa0\x83\x8d \xf0\xa0\x83\x91 \xf0\xa0\x83\xae \xf0\xa0\x84\x8c \xf0\xa0\x84\x8e \xf0\xa0\x84\x98 \xf0\xa0\x86\xa4 \xf0\xa0\x86\xa9 \xf0\xa0\x86\xab \xf0\xa0\x87\x81 \xf0\xa0\x87\x94 \xf0\xa0\x87\xb2 \xf0\xa0\x88\x84 \xf0\xa0\x88\x8c \xf0\xa0\x88\x94 \xf0\xa0\x88\xb9 \xf0\xa0\x89\x9b \xf0\xa0\x89\xb4 \xf0\xa0\x89\xb5 \xf0\xa0\x8a\x99 \xf0\xa0\x8a\x9e \xf0\xa0\x8a\xa0 \xf0\xa0\x8a\xb7 \xf0\xa0\x8a\xbf \xf0\xa0\x8b\x80 \xf0\xa0\x8b\xa5 \xf0\xa0\x8c\x8a +------- +Unicode Plane 0 (BMPU+0000 - U+FFFF): +\xe9\xbc\x82 \xe9\xbc\x88 \xe9\xbc\x97 \xe9\xbc\xa6 \xe9\xbc\xa7 \xe9\xbc\xb9 \xe9\xbd\x84 \xe9\xbd\x85 \xe9\xbd\x90 \xe9\xbd\x93 \xe9\xbd\x9a \xe9\xbd\xa2 \xe9\xbd\xa9 \xe9\xbd\xbf \xe9\xbe\x8e \xe9\xbe\x99 \xe9\xbe\x9f \xe9\xbe\xa5
      +
      + + +"; + + + + + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->useAdobeCJK = true; // Default setting in config.php + // You can set this to false if you have defined other CJK fonts + +$mpdf->SetAutoFont(AUTOFONT_ALL); // AUTOFONT_CJK | AUTOFONT_THAIVIET | AUTOFONT_RTL | AUTOFONT_INDIC // AUTOFONT_ALL + // () = default ALL, 0 turns OFF (default initially) + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example30_arabic.php b/htdocs/MPDF57/examples/example30_arabic.php new file mode 100644 index 000000000..0793ac12e --- /dev/null +++ b/htdocs/MPDF57/examples/example30_arabic.php @@ -0,0 +1,384 @@ + +body, p { direction: rtl; font-family: 'XB Zar'; font-size: 15pt; } + + +

      Arabic Languages and Fonts

      + + + + +

      Arabic
      +٠.١.٢.٣.٤.٥.٦.٧.٨.٩ +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +\xc2\xa2\xe2\x82\xac\xc2\xa9\xc2\xae\xe2\x84\xa2\xe2\x80\xb0\xc2\xb5\xc2\xb7\xe2\x80\xa2\xe2\x80\xa6\xc2\xa7\xc3\x9f\xe2\x80\xb9\xe2\x80\xba\xc2\xab\xc2\xbb\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9a\xe2\x80\x9e<>\xe2\x80\x93\xe2\x80\x94\xcb\x86\xcb\x9c +\xc2\xb0\xc2\xb1\xc3\xb7\xc3\x97\xc2\xbc\xc2\xbd\xc2\xbe\xc6\x92\xc2\xac\xe2\x80\xa0\xe2\x80\xa1 +
      +\xc3\x80\xc3\x81\xc3\x82\xc3\x83\xc3\x84\xc3\x85\xc3\x86\xc3\x87\xc3\x88\xc3\x89\xc3\x8a\xc3\x8b\xc3\x8c\xc3\x8d\xc3\x8e\xc3\x8f\xc3\x90\xc3\x91\xc3\x92\xc3\x93\xc3\x94\xc3\x95\xc3\x96\xc3\x98\xc5\x92\xc5\xa0\xc3\x99\xc3\x9a\xc3\x9b\xc3\x9c\xc3\x9d\xc5\xb8 +
      +\xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3\xc3\xa4\xc3\xa5\xc3\xa6\xc3\xa7\xc3\xa8\xc3\xa9\xc3\xaa\xc3\xab\xc3\xac\xc3\xad\xc3\xae\xc3\xaf\xc3\xb0\xc3\xb1\xc3\xb2\xc3\xb4\xc3\xb5\xc3\xb6\xc3\xb8\xc5\x93\xc5\xa1\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf +
      +الحمد لله رب العالمين والصلاة والسلام على سيد المرسلين سيدنا ومولانا محمد وعلى آله وصحبه صلاة وسلاماً دائمين إلى يوم الدين. +
      +٠.١.٢.٣.٤.٥.٦.٧.٨.٩ +

      + + + +

      Arabic
      +٠.١.٢.٣.٤.٥.٦.٧.٨.٩ +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +\xc2\xa2\xe2\x82\xac\xc2\xa9\xc2\xae\xe2\x84\xa2\xe2\x80\xb0\xc2\xb5\xc2\xb7\xe2\x80\xa2\xe2\x80\xa6\xc2\xa7\xc3\x9f\xe2\x80\xb9\xe2\x80\xba\xc2\xab\xc2\xbb\xe2\x80\x98\xe2\x80\x99\xe2\x80\x9c\xe2\x80\x9d\xe2\x80\x9a\xe2\x80\x9e<>\xe2\x80\x93\xe2\x80\x94\xcb\x86\xcb\x9c +\xc2\xb0\xc2\xb1\xc3\xb7\xc3\x97\xc2\xbc\xc2\xbd\xc2\xbe\xc6\x92\xc2\xac\xe2\x80\xa0\xe2\x80\xa1 +
      +\xc3\x80\xc3\x81\xc3\x82\xc3\x83\xc3\x84\xc3\x85\xc3\x86\xc3\x87\xc3\x88\xc3\x89\xc3\x8a\xc3\x8b\xc3\x8c\xc3\x8d\xc3\x8e\xc3\x8f\xc3\x90\xc3\x91\xc3\x92\xc3\x93\xc3\x94\xc3\x95\xc3\x96\xc3\x98\xc5\x92\xc5\xa0\xc3\x99\xc3\x9a\xc3\x9b\xc3\x9c\xc3\x9d\xc5\xb8 +
      +\xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3\xc3\xa4\xc3\xa5\xc3\xa6\xc3\xa7\xc3\xa8\xc3\xa9\xc3\xaa\xc3\xab\xc3\xac\xc3\xad\xc3\xae\xc3\xaf\xc3\xb0\xc3\xb1\xc3\xb2\xc3\xb4\xc3\xb5\xc3\xb6\xc3\xb8\xc5\x93\xc5\xa1\xc3\xb9\xc3\xba\xc3\xbb\xc3\xbc\xc3\xbd\xc3\xbe\xc3\xbf +
      +الحمد لله رب العالمين والصلاة والسلام على سيد المرسلين سيدنا ومولانا محمد وعلى آله وصحبه صلاة وسلاماً دائمين إلى يوم الدين. +
      +٠.١.٢.٣.٤.٥.٦.٧.٨.٩ +

      + + + + + + +

      Farsi
      +همهٔ افراد بشر آزاد به دنیا می‌آیند و از دید حیثیت و حقوق با هم برابرند، همه دارای اندیشه و وجدان هستند و باید در برابر یکدیگر با روح برادری رفتار کنند. +
      +٠.١.٢.٣.٤.٥.٦.٧.٨.٩ +

      + + + + + +

      Urdu
      +\xd8\xac\xd8\xb3\xd9\xb9\xd8\xb3 \xd8\xa7\xd9\x81\xd8\xaa\xd8\xae\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x8c \xd8\xac\xd8\xa8\xd8\xb1\xdb\x8c \xd8\xb1\xd8\xae\xd8\xb5\xd8\xaa \xd9\xbe\xd8\xb1 \xd9\x84\xd8\xa7\xdb\x81\xd9\x88\xd8\xb1\xdb\x81\xd8\xa7\xd8\xa6\xdb\x8c \xda\xa9\xd9\x88\xd8\xb1\xd9\xb9 \xda\xa9\xdb\x92 \xd8\xa7\xdb\x8c\xda\xa9 \xd8\xa7\xd9\x88\xd8\xb1 \xd8\xb3\xd9\x86\xd8\xaf\xda\xbe \xd9\x85\xdb\x8c\xda\xba \xda\xa9\xd8\xa6\xdb\x8c \xd8\xb3\xd9\x88\xd9\x84 \xd8\xac\xd8\xac \xd9\x85\xd8\xb3\xd8\xaa\xd8\xb9\xd9\x81\xdb\x8c \xdb\x81\xd9\x88\xda\xaf\xd8\xa6\xdb\x92 \xdb\x81\xdb\x8c\xda\xba\xdb\x94 +
      +\xda\x86\xdb\x8c\xd9\x81 \xd8\xac\xd8\xb3\xd9\xb9\xd8\xb3 \xda\xa9\xdb\x8c \xd8\xb3\xd8\xb1\xda\xaf\xd8\xb1\xd9\x85\xdb\x8c\xd8\xa7\xda\xba \xd9\x85\xd8\xad\xd8\xaf\xd9\x88\xd8\xaf \xda\xa9\xd8\xb1\xd9\x86\xdb\x92 \xd8\xa7\xd9\x88\xd8\xb1 \xd9\xbe\xd9\x88\xd9\x84\xdb\x8c\xd8\xb3 \xd8\xaa\xd8\xb9\xdb\x8c\xd9\x86\xd8\xa7\xd8\xaa\xdb\x8c \xda\xa9\xdb\x92 \xd8\xad\xda\xa9\xd9\x85 \xd9\x86\xd8\xa7\xd9\x85\xdb\x92 \xd9\xbe\xd8\xb1 \xd8\xaf\xd8\xb3\xd8\xaa\xd8\xae\xd8\xb7 \xda\xa9\xd8\xb1\xda\xa9\xdb\x92 \xd8\xba\xd9\x84\xd8\xb7 \xda\xa9\xdb\x8c\xd8\xa7: \xd8\xac\xd9\x86\xd8\xb1\xd9\x84 \xd9\x85\xd8\xb4\xd8\xb1\xd9\x81 +

      + + + +

      Pashto
      +\xd9\xbe\xd9\x87 \xda\xa9\xd8\xa7\xd8\xa8\xd9\x84 \xd8\xa7\xd9\x88 \xda\xa9\xd9\x86\xd8\xaf\xd9\x87\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x90 \xd8\xaf\xd9\x88\xd9\x88 \xda\x81\xd8\xa7\xd9\x86\xd9\x85\xd8\xb1\xda\xaf\xd9\x88 \xd8\xa8\xd8\xb1\xd9\x8a\xd8\xaf\xd9\x88\xd9\x86\xd9\x88 \xd9\x84\xda\x96 \xd8\xaa\xd8\xb1 \xd9\x84\xda\x96\xd9\x87 \xd9\x8a\xd9\x88 \xd9\x85\xd8\xa7\xd8\xb4\xd9\x88\xd9\x85 \xd9\x88\xda\x98\xd9\x84\xd9\x89 \xd8\xa7\xd9\x88 \xd8\xa7\xd8\xaa\xd9\x87 \xd8\xaa\xd9\x86\xd9\x87 \xd9\x86\xd9\x88\xd8\xb1 \xd9\x89\xdb\x90 \xd9\xbc\xd9\xbe\xd9\x8a\xd8\xa7\xd9\x86 \xda\xa9\xda\x93\xd9\x8a. +
      +\xd9\x87 \xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xda\xa9\xdb\x90 \xd9\x8a\xd9\x88\xd9\x87 \xd8\xaa\xd8\xa7\xd8\xb2\xd9\x87 \xd9\x86\xd8\xb8\xd8\xb1 \xd8\xb4\xd9\x85\xdb\x90\xd8\xb1\xd9\x86\xd9\x87 \xda\x9a\xd9\x8a\xd9\x8a \xda\x86\xdb\x90 \xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82\xd9\x8a\xd8\xa7\xd9\x86 \xd9\xbe\xd9\x87 \xd8\xb2\xd9\x8a\xd8\xa7\xd8\xaa\xdb\x90\xd8\xaf\xd9\x88\xd9\x86\xda\xa9\xd9\x8a \xd8\xaa\xd9\x88\xda\xaf\xd9\x87 \xd8\xaf \xd8\xad\xd8\xa7\xd9\x84\xd8\xa7\xd8\xaa\xd9\x88 \xd9\xbe\xd9\x87 \xd8\xa7\xda\x93\xd9\x87 \xd8\xa8\xd8\xaf\xd8\xa8\xd9\x8a\xd9\x86\xd9\x87 \xd8\xaf\xd9\x8a \xd8\xa7\xd9\x88 \xd8\xaf \xd8\xa8\xdb\x90 \xd8\xa8\xd8\xa7\xd9\x88\xd8\xb1\xd9\x8a \xd8\xa7\xd8\xad\xd8\xb3\xd8\xa7\xd8\xb3 \xda\xa9\xd9\x88\xd9\x8a\xd8\x8c \xd8\xae\xd9\x88 \xd8\xae\xd9\xbe\xd9\x84 \xd9\x87\xd9\x8a\xd9\x88\xd8\xa7\xd8\xaf \xd9\x8a\xd9\x88\xd9\x85\xd9\x88\xd9\xbc\xd9\x89 \xd8\xba\xd9\x88\xd8\xa7\xda\x93\xd9\x8a. +

      + + + + +

      Sindhi
      +فوج طرفان ڪيري لوگربل جي مخالفت سبب زرداري حڪومت کي خطرو ناهي:آمريڪا +
      +واشنگٽن (م ڊ) آمريڪا چيو آهي ته ڪيري لوگربل تي پاڪ فوج جي تحفظات سان پاڪستان ۾ جمهوري طور آيل زرداري جي حڪومت کي ڪوبه خطرو ناهي، ان سوال تي تي ڪيري لوگربل ۾ پاڪستان کي غير مشروط امداد ڏيڻ جي ڳالهه ڪئي وئي آهي، جڏهن ته فوجي امداد تي شرط لاڳو ڪيا +
      +٠.١.٢.٣.٤.٥.٦.٧.٨.٩ +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +

      + + + + +From http://titus.uni-frankfurt.de/unicode/alphabet/arabtest.htm +
      + +1. Arabic: +
      +ا ـا ـاـ اـ +
      +ب ـب ـبـ بـ +
      +ت ـت ـتـ تـ +
      +ج ـج ـجـ جـ +
      +ح ـح ـحـ حـ +
      +خ ـخ ـخـ خـ +
      +د ـد ـد د +
      +ذ ـذ ـذ ذ +
      +ر ـر ـر ر +
      +ز ـز ـز ز +
      +س ـس ـسـ سـ +
      +ش ـش ـشـ شـ +
      +ص ـص ـصـ صـ +
      +ض ـض ـضـ ضـ +
      +ط ـط ـطـ طـ +
      +ظ ـظ ـظـ ظـ +
      +ع ـع ـعـ عـ +
      +غ ـغ ـغـ غـ +
      +ف ـف ـفـ فـ +
      +ق ـق ـقـ قـ +
      +ك ـك ـكـ كـ +
      +ل ـل ـلـ لـ +
      +م ـم ـمـ مـ +
      +ن ـن ـنـ نـ +
      +ه ـه ـهـ هـ +
      +و ـو ـوـ وـ +
      +ي ـي ـيـ يـ +
      +
      + +2. Persian: +
      +Four extra letters: پ چ ژ گ +
      +ـپ ـپـ پـ +
      +ـچ ـچـ پچ +
      +ـژ ـژـ ژـ +
      +ـگ ـگـ گـ +
      +Original Arabic letter ك +modified Persian letter ک +
      +Original Arabic letter ي +modified Persian letter ى
      +
      +همهٔ افراد بشر آزاد به دنیا می‌آیند و از دید حیثیت و حقوق با هم برابرند، همه دارای اندیشه و وجدان هستند و باید در برابر یکدیگر با روح برادری رفتار کنند. +
      +
      + +3. Pashto: +
      +
      +ا ـا ـاـ اـ +ب ـب ـبـ بـ +پ ـپ ـپـ پـ +ت ـت ـتـ تـ +ټ ـټ ـټـ ټـ +ث ـث ـثـ ثـ +ج ـج ـجـ جـ +ځ ـځ ـځـ ځـ +چ ـچ ـچـ چـ +څ ـڅ ـڅـ څـ +ح ـح ـحـ حـ +خ ـخ ـخـ خـ + +د ـد ـدـ دـ +ډ ـډ ـډـ ډـ +ذ ـذ ـذـ ذـ +ر ـر ـرـ رـ +ړ ـړ ـړـ ړـ +ز ـز ـزـ زـ +ژ ـژ ـژـ ژـ +ږ ـږ ـږـ ږـ +س ـس ـسـ سـ +ش ـش ـشـ شـ +ښ ـښ ـښـ ښـ + +ص ـص ـصـ صـ +ض ـض ـضـ ضـ +ط ـط ـطـ طـ +ظ ـظ ـظـ ظـ +ع ـع ـعـ عـ +غ ـغ ـغـ غـ +ف ـف ـفـ فـ +ق ـق ـقـ قـ +ک ـک ـکـ کـ +ګ ـګ ـګـ ګـ +ل ـل ـلـ لـ +م ـم ـمـ مـ + +ن ـن ـنـ نـ +ڼ ـڼ ـڼـ ڼـ +ڼ ـڼ ـڼـ ڼـ +ؤ ـؤ ـؤـ ؤـ +ه ـه ـهـ هـ +ۀ ـۀ ـۀـ ۀـ +ی ـی ـیـ یـ +ي ـي ـيـ يـ +ې ـې ـېـ ېـ +ۍ ـۍ ـۍـ ۍـ +ئ ـئ ـئـ ئـ +
      +
      +
      + + +4. Urdu: +
      +
      +ا ـا ـاـ اـ +ب ـب ـبـ بـ +پ ـپ ـپـ پـ +ت ـت ـتـ تـ +ٹ ـٹ ـٹـ ٹـ +ث ـث ـثـ ثـ +ج ـج ـجـ جـ +ح ـح ـحـ حـ +خ ـخ ـخـ خـ +د ـد ـدـ دـ +ڈ ـڈ ـڈـ ڈـ +ذ ـذ ـذـ ذـ +ر ـر ـرـ رـ +ڑ ـڑ ـڑـ ڑـ +ژ ـژ ـژـ ژـ +س ـس ـسـ سـ +ش ـش ـشـ شـ +ص ـص ـصـ صـ +ض ـض ـضـ ضـ +ط ـط ـطـ طـ +ظ ـظ ـظـ ظـ +ع ـع ـعـ عـ +غ ـغ ـغـ غـ +ف ـف ـفـ فـ +ق ـق ـقـ قـ +ک ـک ـکـ کـ +گ ـگ ـگـ گـ +ل ـل ـلـ لـ +م ـم ـمـ مـ +ن ـن ـنـ نـ +و ـو ـوـ وـ +ہ ﮩ ﮨ +ھ ـھ ـھـ ھـ +ء ـء ـءـ ءـ +ی ـی ـیـ یـ +ے ـے ـےـ ےـ +
      +تمام انسان آزاد اور حقوق و عزت کے اعتبار سے برابر پیدا ہوۓ ہیں۔ انہیں ضمیر اور عقل ودیعت ہوئی ہی۔ اسلۓ انہیں ایک دوسرے کے ساتھ بھائی چارے کا سلوک کرنا چاہیۓ۔ +
      +
      +
      + + +5. Sindhi: +
      +
      + ڄ ـڄ ـڄـ ڄـ + ٺ ـٺ ـٺـ ٺـ + ٽ ـٽ ـٽـ ٽـ + ٿ ـٿ ـٿـ ٿـ + ڀ ـڀ ـڀـ ڀـ + ٻ ـٻ ـٻـ ٻـ + ڙ ـڙ ـڙـ ڙـ + ڍ ـڍ ـڍـ ڍـ + ڊ ـڊ ـڊـ ڊـ + ڏ ـڏ ـڏـ ڏـ + ڌ ـڌ ـڌـ ڌـ + ڇ ـڇ ـڇـ ڇـ + ڃ ـڃ ـڃـ ڃـ + ڦ ـڦ ـڦـ ڦـ + ڻ ـڻ ـڻـ ڻـ + ڱ ـڱ ـڱـ ڱـ + ڳ ـڳ ـڳـ ڳـ + ڪ ـڪ ـڪـ ڪـ +
      + +ج ھ ڄ ج پ ث ٺ ٽ ٿ ت ڀ ٻ ب ا +ڙ ر ذ ڍ ڊ ڏ ڌ د خ ح ڇ چ ڃ +ق ڦ ف غ ع ظ ط ض ص ش س ز ڙھ +ي ه و ڻ ن م ل ڱ گھ ڳ گ ک ڪ +
      +
      +
      + + + +

      Arabic

      +

      \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4 \xd9\x81\xd9\x8a \xd8\xad\xd8\xaf\xd9\x8a\xd8\xab \xd9\x85\xd8\xaa\xd9\x84\xd9\x81\xd8\xb2 + \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb0\xd9\x83\xd8\xb1\xd9\x89 \xd8\xa7\xd9\x84\xd8\xb1\xd8\xa7\xd8\xa8\xd8\xb9\xd8\xa9 \xd9\x84\xd9\x84\xd8\xba\xd8\xb2\xd9\x88 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xb1\xd9\x8a\xd9\x83\xd9\x8a \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x88\xd9\x84\xd9\x88\xd9\x8a\xd8\xa9 \xd8\xad\xd8\xa7\xd9\x84\xd9\x8a\xd8\xa7 \xd9\x84\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaf\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd9\x86 \xd9\x84\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82.

      + +

      \xd9\x87\xd9\x84 \xd8\xb3\xd8\xaa\xd8\xb3\xd9\x81\xd8\xb1 \xd8\xa7\xd9\x84\xd8\xac\xd9\x87\xd9\x88\xd8\xaf \xd8\xa7\xd9\x84\xd8\xaf\xd8\xa8\xd9\x84\xd9\x88\xd9\x85\xd8\xa7\xd8\xb3\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xac\xd8\xa7\xd8\xb1\xd9\x8a\xd8\xa9 \xd8\xb9\xd9\x86 \xd8\xad\xd9\x84\xd9\x88\xd9\x84\xd8\x9f \xd9\x88\xd9\x83\xd9\x8a\xd9\x81 \xd8\xaa\xd9\x86\xd8\xb8\xd8\xb1 \xd9\x84\xd9\x84\xd8\xa7\xd8\xaa\xd9\x87\xd8\xa7\xd9\x85\xd8\xa7\xd8\xaa \xd9\x84\xd8\xa8\xd8\xb9\xd8\xb6 \xd9\x87\xd8\xb0\xd9\x87 \xd8\xa7\xd9\x84\xd8\xaf\xd9\x88\xd9\x84 \xd8\xa8\xd8\xa7\xd9\x84\xd8\xaa\xd8\xaf\xd8\xae\xd9\x84 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb4\xd8\xa3\xd9\x86 \xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82\xd9\x8a\xd8\x8c \xd9\x88\xd8\xa7\xd9\x84\xd8\xaa\xd9\x88\xd8\xb1\xd8\xb7 \xd9\x81\xd9\x8a \xd8\xaf\xd8\xb9\xd9\x85 \xd8\xb9\xd9\x85\xd9\x84\xd9\x8a\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd8\xb9\xd9\x86\xd9\x81\xd8\x9f \xd9\x88\xd8\xa7\xd9\x84\xd9\x89 \xd8\xa7\xd9\x8a \xd9\x85\xd8\xaf\xd9\x89 \xd9\x8a\xd8\xa8\xd8\xaf\xd9\x88 \xd8\xa7\xd9\x84\xd9\x88\xd8\xb6\xd8\xb9 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd8\xa7\xd9\x86\xd8\xb9\xd9\x83\xd8\xa7\xd8\xb3\xd8\xa7 \xd9\x84\xd9\x84\xd8\xb5\xd8\xb1\xd8\xa7\xd8\xb9\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd8\xa5\xd9\x82\xd9\x84\xd9\x8a\xd9\x85\xd9\x8a\xd8\xa9 \xd9\x81\xd9\x8a \xd8\xa7\xd9\x84\xd9\x85\xd9\x86\xd8\xb7\xd9\x82\xd8\xa9\xd8\x9f

      + +

      \xd9\x88\xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd8\xa8\xd9\x8a\xd8\xaa \xd8\xa7\xd9\x84\xd8\xa7\xd8\xa8\xd9\x8a\xd8\xb6 "\xd8\xa8\xd8\xb4\xd8\xaf\xd8\xa9" \xd8\xaa\xd9\x81\xd8\xac\xd9\x8a\xd8\xb1 \xd8\xa7\xd9\x8a\xd9\x84\xd8\xa7\xd8\xaa \xd9\x81\xd9\x8a\xd9\x85\xd8\xa7 \xd8\xa7\xd8\xb9\xd8\xb1\xd8\xa8\xd8\xaa \xd9\x88\xd8\xb2\xd8\xa7\xd8\xb1\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xae\xd8\xa7\xd8\xb1\xd8\xac\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xb1\xd9\x88\xd8\xb3\xd9\x8a\xd8\xa9 \xd8\xb9\xd9\x86 "\xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86\xd8\xaa\xd9\x87\xd8\xa7 \xd8\xa7\xd9\x84\xd8\xb4\xd8\xaf\xd9\x8a\xd8\xaf\xd8\xa9" \xd9\x84\xd9\x84\xd8\xad\xd8\xa7\xd8\xaf\xd8\xab" \xd9\x88\xd8\xa7\xd8\xb5\xd9\x81\xd8\xa9 \xd8\xa7\xd9\x8a\xd8\xa7\xd9\x87 \xd8\xa8\xd9\x80"\xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xb7\xd8\xb1\xd9\x81" \xd8\xa7\xd9\x84\xd8\xb0\xd9\x8a \xd8\xa7\xd8\xb3\xd8\xaa\xd9\x87\xd8\xaf\xd9\x81 "\xd9\x85\xd8\xaf\xd9\x86\xd9\x8a\xd9\x8a\xd9\x86 \xd9\x85\xd8\xb3\xd8\xa7\xd9\x84\xd9\x85\xd9\x8a\xd9\x86".

      + +

      \xd9\x88\xd8\xa7\xd8\xb6\xd8\xa7\xd9\x81\xd8\xaa \xd9\x88\xd8\xb2\xd8\xa7\xd8\xb1\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xae\xd8\xa7\xd8\xb1\xd8\xac\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xb1\xd9\x88\xd8\xb3\xd9\x8a\xd8\xa9 \xd9\x81\xd9\x8a \xd8\xa8\xd9\x8a\xd8\xa7\xd9\x86\xd9\x87\xd8\xa7: "\xd9\x85\xd9\x86 \xd8\xa7\xd9\x84\xd9\x85\xd8\xa4\xd8\xb3\xd9\x81 \xd8\xa7\xd9\x86 \xd9\x8a\xd8\xa3\xd8\xaa\xd9\x8a \xd9\x87\xd8\xb0\xd8\xa7 \xd8\xa7\xd9\x84\xd8\xad\xd8\xa7\xd8\xaf\xd8\xab \xd8\xa8\xd9\x8a\xd9\x86\xd9\x85\xd8\xa7 \xd8\xaa\xd8\xa8\xd8\xb0\xd9\x84 \xd8\xa7\xd9\x84\xd8\xac\xd9\x87\xd9\x88\xd8\xaf \xd9\x84\xd8\xaa\xd8\xae\xd8\xb7\xd9\x8a \xd8\xa7\xd9\x84\xd8\xa7\xd8\xb2\xd9\x85\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xaf\xd8\xa7\xd8\xae\xd9\x84\xd9\x8a\xd8\xa9".

      + +

      \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84 \xd9\x85\xd8\xa7 \xd9\x8a\xd9\x85\xd9\x83\xd9\x86 \xd9\x85\xd9\x86 \xd8\xa7\xd8\xac\xd9\x84 \xd8\xa7\xd8\xad\xd8\xaa\xd9\x88\xd8\xa7\xd8\xa1 \xd9\x85\xd8\xb8\xd8\xa7\xd9\x87\xd8\xb1 \xd8\xa7\xd9\x84\xd8\xaa\xd8\xb7\xd8\xb1\xd9\x81 \xd8\xa7\xd9\x84\xd8\xaa\xd9\x8a \xd9\x84\xd8\xa7 \xd9\x85\xd8\xa8\xd8\xb1\xd8\xb1 \xd9\x84\xd9\x87\xd8\xa7 \xd9\x88\xd8\xa7\xd9\x84\xd8\xaa\xd9\x8a \xd9\x84\xd8\xa7 \xd8\xaa\xd9\x81\xd9\x8a\xd8\xaf \xd9\x85\xd8\xb5\xd8\xa7\xd9\x84\xd8\xad \xd8\xa7\xd9\x84\xd8\xb4\xd8\xb9\xd8\xa8 \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a \xd8\xb9\xd9\x84\xd9\x89 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd8\xaf \xd8\xa7\xd9\x84\xd8\xb7\xd9\x88\xd9\x8a\xd9\x84".

      + +

      \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84 \xd9\x85\xd8\xa7 \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84

      + +

      \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 \xd9\x88\xd8\xaf\xd8\xb9\xd8\xaa \xd9\x85\xd9\x88\xd8\xb3\xd9\x83\xd9\x88 \xd8\xa7\xd9\x84\xd8\xb3\xd9\x84\xd8\xb7\xd8\xa7\xd8\xaa \xd8\xa7\xd9\x84\xd9\x81\xd9\x84\xd8\xb3\xd8\xb7\xd9\x8a\xd9\x86\xd9\x8a\xd8\xa9 \xd8\xa7\xd9\x84\xd9\x89 "\xd8\xa8\xd8\xb0\xd9\x84 \xd9\x83\xd9\x84 \xd9\x85\xd8\xa7 \xd9\x8a\xd9\x85\xd9\x83\xd9\x86 \xd9\x85\xd9\x86 \xd8\xa7\xd8\xac\xd9\x84

      + + +

      \xd9\x83\xd9\x85\xd8\xa7 \xd8\xa7\xd8\xaf\xd8\xa7\xd9\x86 \xd8\xa7\xd9\x84\xd9\x81\xd8\xa7\xd8\xb1\xd9\x88 \xd8\xaf\xd9\x8a \xd8\xb3\xd9\x88\xd8\xaa\xd9\x88 \xd9\x85\xd8\xa8\xd8\xb9\xd9\x88\xd8\xab \xd8\xa7\xd9\x84\xd8\xa7\xd9\x85\xd9\x85 \xd8\xa7\xd9\x84\xd9\x85\xd8\xaa\xd8\xad\xd8\xaf\xd8\xa9 \xd8\xa7\xd9\x84\xd8\xae\xd8\xa7\xd8\xb5 \xd8\xa7\xd9\x84\xd9\x89 \xd8\xa7\xd9\x84\xd8\xb4\xd8\xb1\xd9\x82 \xd8\xa7\xd9\x84\xd8\xa7\xd9\x88\xd8\xb3\xd8\xb7 \xd8\xa7\xd9\x84\xd8\xb9\xd9\x85\xd9\x84\xd9\x8a\xd8\xa9 \xd9\x88\xd9\x82\xd8\xa7\xd9\x84 "\xd8\xa7\xd9\x86\xd9\x87 \xd9\x83\xd8\xa7\xd9\x86 \xd9\x87\xd8\xac\xd9\x88\xd9\x85\xd8\xa7 \xd8\xb9\xd9\x84\xd9\x89 \xd8\xa7\xd8\xb4\xd8\xae\xd8\xa7\xd8\xb5 \xd8\xb9\xd8\xa7\xd8\xaf\xd9\x8a\xd9\x8a\xd9\x86 \xd9\x83\xd8\xa7\xd9\x86\xd9\x88\xd8\xa7 \xd9\x8a\xd9\x82\xd9\x88\xd9\x85\xd9\x88\xd9\x86 \xd8\xa8\xd9\x86\xd8\xb4\xd8\xa7\xd8\xb7\xd9\x87\xd9\x85 \xd8\xa7\xd9\x84\xd9\x8a\xd9\x88\xd9\x85\xd9\x8a \xd9\x88\xd9\x87\xd8\xb0\xd8\xa7 \xd8\xa7\xd9\x85\xd8\xb1 \xd9\x84\xd8\xa7 \xd9\x8a\xd9\x85\xd9\x83\xd9\x86 \xd8\xaa\xd8\xa8\xd8\xb1\xd9\x8a\xd8\xb1\xd9\x87".

      + +

      Farsi / Persian (fa)

      +

      \xd9\x85\xd8\xad\xd9\x85\xd8\xaf \xd8\xa7\xd9\x84\xd8\xa8\xd8\xb1\xd8\xa7\xd8\xaf\xd8\xb9\xdb\x8c \xd8\xb1\xd8\xa6\xd9\x8a\xd8\xb3 \xd8\xa2\xda\x98\xd8\xa7\xd9\x86\xd8\xb3 \xd8\xa8\xd9\x8a\xd9\x86 \xd8\xa7\xd9\x84\xd9\x85\xd9\x84\xd9\x84\xdb\x8c \xd8\xa7\xd9\x86\xd8\xb1\xda\x98\xdb\x8c \xd8\xa7\xd8\xaa\xd9\x85\xdb\x8c \xd9\xbe\xd9\x8a\xd8\xb4\xd9\x86\xd9\x87\xd8\xa7\xd8\xaf \xda\xa9\xd8\xb1\xd8\xaf\xd9\x87 \xd8\xa7\xd8\xb3\xd8\xaa \xd8\xaa\xd9\x87\xd8\xb1\xd8\xa7\xd9\x86 \xd8\xa8\xd8\xb1\xd9\x86\xd8\xa7\xd9\x85\xd9\x87 \xd8\xac\xd9\x86\xd8\xac\xd8\xa7\xd9\x84\xdb\x8c \xd8\xba\xd9\x86\xdb\x8c \xd8\xb3\xd8\xa7\xd8\xb2\xdb\x8c \xd8\xa7\xd9\x88\xd8\xb1\xd8\xa7\xd9\x86\xd9\x8a\xd9\x88\xd9\x85 \xd8\xb1\xd8\xa7 \xd9\x85\xd8\xaa\xd9\x88\xd9\x82\xd9\x81 \xda\xa9\xd9\x86\xd8\xaf \xd9\x88 \xd8\xba\xd8\xb1\xd8\xa8 \xd9\x86\xd9\x8a\xd8\xb2 \xd8\xa7\xd8\xac\xd8\xb1\xd8\xa7\xdb\x8c \xd8\xaa\xd8\xad\xd8\xb1\xd9\x8a\xd9\x85 \xd9\x87\xd8\xa7\xdb\x8c \xd8\xaa\xd9\x86\xd8\xa8\xd9\x8a\xd9\x87\xdb\x8c \xd9\x85\xd9\x88\xd8\xb1\xd8\xaf \xd8\xaa\xd8\xa7\xd8\xa6\xd9\x8a\xd8\xaf \xd8\xb3\xd8\xa7\xd8\xb2\xd9\x85\xd8\xa7\xd9\x86 \xd9\x85\xd9\x84\xd9\x84 \xd9\x85\xd8\xaa\xd8\xad\xd8\xaf \xd8\xb1\xd8\xa7 \xd8\xa8\xd9\x87 \xd8\xaa\xd8\xb9\xd9\x88\xd9\x8a\xd9\x82 \xd8\xa8\xd9\x8a\xd8\xa7\xd9\x86\xd8\xaf\xd8\xa7\xd8\xb2\xd8\xaf.

      + +

      \xd8\xac\xd9\x88\xd8\xb1\xd8\xac \xd8\xa8\xd9\x88\xd8\xb4\xd8\x8c \xd8\xaf\xd8\xb1 \xda\x86\xd9\x87\xd8\xa7\xd8\xb1\xd9\x85\xdb\x8c\xd9\x86 \xd8\xb3\xd8\xa7\xd9\x84\xda\xaf\xd8\xb1\xd8\xaf \xd8\xa7\xd8\xb4\xd8\xba\xd8\xa7\xd9\x84 \xd8\xb9\xd8\xb1\xd8\xa7\xd9\x82 \xd9\x85\xdb\x8c \xda\xaf\xd9\x88\xdb\x8c\xd8\xaf \xd8\xa7\xd8\xb3\xd8\xaa\xd8\xb1\xd8\xa7\xd8\xaa\xda\x98\xdb\x8c \xd8\xa7\xd8\xb3\xd8\xaa\xd9\x82\xd8\xb1\xd8\xa7\xd8\xb1 \xd9\x86\xdb\x8c\xd8\xb1\xd9\x88\xd9\x87\xd8\xa7\xdb\x8c \xd8\xa2\xd9\x85\xd8\xb1\xdb\x8c\xda\xa9\xd8\xa7\xdb\x8c\xdb\x8c \xd8\xa8\xdb\x8c\xd8\xb4\xd8\xaa\xd8\xb1\xdb\x8c \xd8\xaf\xd8\xb1 \xd8\xa8\xd8\xba\xd8\xaf\xd8\xa7\xd8\xaf\xd8\x8c \xd9\x85\xd8\xaf\xd8\xaa\xdb\x8c \xd8\xb7\xd9\x88\xd9\x84 \xd8\xae\xd9\x88\xd8\xa7\xd9\x87\xd8\xaf \xda\xa9\xd8\xb4\xdb\x8c\xd8\xaf.

      + +

      \xd8\xa2\xd9\x85\xd8\xb1\xdb\x8c\xda\xa9\xd8\xa7 \xd9\x88\xdb\x8c\xd8\xb2\xd8\xa7\xdb\x8c \xd8\xb1\xd8\xa6\xdb\x8c\xd8\xb3 \xd8\xac\xd9\x85\xd9\x87\xd9\x88\xd8\xb1 \xd8\xa7\xdb\x8c\xd8\xb1\xd8\xa7\xd9\x86 \xd8\xb1\xd8\xa7 \xd8\xa8\xd9\x87 \xd9\x85\xd9\x86\xd8\xb8\xd9\x88\xd8\xb1 \xd8\xad\xd8\xb6\xd9\x88\xd8\xb1 \xd9\x88\xdb\x8c \xd8\xaf\xd8\xb1 \xd8\xac\xd9\x84\xd8\xb3\xd9\x87 \xd8\xb1\xd8\xa7\xdb\x8c \xda\xaf\xdb\x8c\xd8\xb1\xdb\x8c \xd8\xb4\xd9\x88\xd8\xb1\xd8\xa7\xdb\x8c \xd8\xa7\xd9\x85\xd9\x86\xdb\x8c\xd8\xaa \xd8\xa8\xd8\xb1\xd8\xa7\xdb\x8c \xd9\x82\xd8\xb7\xd8\xb9\xd9\x86\xd8\xa7\xd9\x85\xd9\x87 \xd8\xaa\xd8\xa7\xd8\xb2\xd9\x87 \xd8\xb9\xd9\x84\xdb\x8c\xd9\x87 \xd8\xa7\xdb\x8c\xd9\x86 \xda\xa9\xd8\xb4\xd9\x88\xd8\xb1 \xd8\xb5\xd8\xa7\xd8\xaf\xd8\xb1 \xda\xa9\xd8\xb1\xd8\xaf.

      + + +

      Urdu

      +

      \xd8\xac\xd8\xb3\xd9\xb9\xd8\xb3 \xd8\xa7\xd9\x81\xd8\xaa\xd8\xae\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x8c \xd8\xac\xd8\xa8\xd8\xb1\xdb\x8c \xd8\xb1\xd8\xae\xd8\xb5\xd8\xaa \xd9\xbe\xd8\xb1 \xd9\x84\xd8\xa7\xdb\x81\xd9\x88\xd8\xb1\xdb\x81\xd8\xa7\xd8\xa6\xdb\x8c \xda\xa9\xd9\x88\xd8\xb1\xd9\xb9 \xda\xa9\xdb\x92 \xd8\xa7\xdb\x8c\xda\xa9 \xd8\xa7\xd9\x88\xd8\xb1 \xd8\xb3\xd9\x86\xd8\xaf\xda\xbe \xd9\x85\xdb\x8c\xda\xba \xda\xa9\xd8\xa6\xdb\x8c \xd8\xb3\xd9\x88\xd9\x84 \xd8\xac\xd8\xac \xd9\x85\xd8\xb3\xd8\xaa\xd8\xb9\xd9\x81\xdb\x8c \xdb\x81\xd9\x88\xda\xaf\xd8\xa6\xdb\x92 \xdb\x81\xdb\x8c\xda\xba\xdb\x94

      + + +

      Pashto (ps)

      +

      \xd9\xbe\xd9\x87 \xda\xa9\xd8\xa7\xd8\xa8\xd9\x84 \xd8\xa7\xd9\x88 \xda\xa9\xd9\x86\xd8\xaf\xd9\x87\xd8\xa7\xd8\xb1 \xda\xa9\xdb\x90 \xd8\xaf\xd9\x88\xd9\x88 \xda\x81\xd8\xa7\xd9\x86\xd9\x85\xd8\xb1\xda\xaf\xd9\x88 \xd8\xa8\xd8\xb1\xd9\x8a\xd8\xaf\xd9\x88\xd9\x86\xd9\x88 \xd9\x84\xda\x96 \xd8\xaa\xd8\xb1 \xd9\x84\xda\x96\xd9\x87 \xd9\x8a\xd9\x88 \xd9\x85\xd8\xa7\xd8\xb4\xd9\x88\xd9\x85 \xd9\x88\xda\x98\xd9\x84\xd9\x89 \xd8\xa7\xd9\x88 \xd8\xa7\xd8\xaa\xd9\x87 \xd8\xaa\xd9\x86\xd9\x87 \xd9\x86\xd9\x88\xd8\xb1 \xd9\x89\xdb\x90 \xd9\xbc\xd9\xbe\xd9\x8a\xd8\xa7\xd9\x86 \xda\xa9\xda\x93\xd9\x8a.

      + +"; +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example32_indic.php b/htdocs/MPDF57/examples/example32_indic.php new file mode 100644 index 000000000..9bfdee78c --- /dev/null +++ b/htdocs/MPDF57/examples/example32_indic.php @@ -0,0 +1,219 @@ + +body, p { font-size: 15pt;} +h3 { font-size: 15pt; margin-bottom:0; } + + +

      Indic Fonts and Languages

      + +

      +Malayalam +

      +

      സംസ്ഥാനത്ത് രാഷ്ട്രീയ പുകമറ സൃഷ്ടിക്കാനാണ് വോട്ടര്‍പട്ടിക വിവാദത്തിലൂടെ കോണ്‍ഗ്രസ് ശ്രമിക്കുന്നതെന്ന് സിപി‌എം സംസ്ഥാന സെക്രട്ടറി പിണറായി വിജയന്‍ കുറ്റപ്പെടുത്തി. ഉദ്യോഗസ്ഥരെ ഭീഷണിപ്പെടുത്തി വരുതിയില്‍ നിര്‍ത്താനാണ് വയലാര്‍ രവി ഉള്‍പ്പെടെയുള്ളവര്‍ ശ്രമിക്കുന്നതെന്നും പിണറാ‍യി പ്രസ്താവനയില്‍ ആരോപിച്ചു. +
      + +വയലാര്‍ രവിക്കെതിരെ ഇതിന് നടപടി സ്വീകരിക്കണമെന്നും പിണറായി ആവശ്യപ്പെട്ടു. അക്രമപ്രവര്‍ത്തനങ്ങളെ പ്രോത്സാഹിപ്പിക്കുന്നതാണ് രവിയുടെ വാക്കുകള്‍. അധികാരത്തിന്‍റെ മത്ത് തലയ്ക്ക് പിടിച്ചിരിക്കുന്നത് കൊണ്ടാണ് കോണ്‍ഗ്രസുകാര്‍ ഇങ്ങനെ പെരുമാറുന്നതെന്നും പിണറായി ചൂണ്ടിക്കാട്ടി. +
      + +സ്വതന്ത്രമായി നടക്കുന്ന കണ്ണൂരിലെ തെരഞ്ഞെടുപ്പിനെ അട്ടിമറിക്കാനാണ് യു‌ഡി‌എഫ് ശ്രമിക്കുന്നതെന്നും പിണറായി ആരോപിച്ചു. +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +൦൧൨൩൪൫൬൭൮൯ +

      + +

      Kannada

      +

      +ತಮ್ಮದೇ ಕುಟುಂಬದ ಯುವತಿಯೊಬ್ಬಳನ್ನು ಸತತ ಹಲವಾರು ವರ್ಷ ಭೋಗಿಸಿದ ಭಾರತೀಯ ಮೂಲದ ಮೂವರು ದುರುಳ ಸಂಬಂಧಿಕರು ಅಪರಾಧಿಗಳೆಂದು ಸಾಬೀತಾಗಿದ್ದು, ಇಂಗ್ಲೆಂಡ್ ನ್ಯಾಯಾಲಯವು ದೀರ್ಘಾವಧಿ ಕಠಿಣ ಶಿಕ್ಷೆ ವಿಧಿಸಿದೆ. +
      + +27ರ ಹರೆಯದ ಯುವತಿಯನ್ನು ಆಕೆಯ ಮಲತಂದೆ, ಮಲದೊಡ್ಡಪ್ಪ ಮತ್ತು ಭಾವ ಅತ್ಯಾಚಾರ ನಡೆಸಿದ್ದು ಕಾರ್ಡಿಫ್ ಕ್ರೌನ್ ನ್ಯಾಯಾಲಯದಲ್ಲಿ ರುಜುವಾತಾದ ಕಾರಣ ಶಿಕ್ಷೆ ಘೋಷಿಸಲಾಗಿದೆ. ಅಪರಾಧಿಗಳಲ್ಲಿ ಮಲತಂದೆ ಮತ್ತು ಮಲದೊಡ್ಡಪ್ಪ ಅಕ್ರಮ ವಲಸಿಗರಾಗಿದ್ದು, ಶಿಕ್ಷೆಯ ಅವಧಿ ಮುಗಿದ ನಂತರ ಅವರನ್ನು ಭಾರತಕ್ಕೆ ಗಡಿಪಾರು ಮಾಡಲಾಗುತ್ತದೆ. +
      + +55ರ ಹರೆಯದ ಮಲದೊಡ್ಡಪ್ಪ ಮತ್ತು 50ರ ಹರೆಯದ ಮಲತಂದೆಗೆ ಕ್ರಮವಾಗಿ 20 ಮತ್ತು 15 ವರ್ಷಗಳ ಕಾಲ ಜೈಲು ಶಿಕ್ಷೆ ವಿಧಿಸಲಾಗಿದೆ. 27ರ ಹರೆಯದ ಆಕೆಯ ಭಾವನಿಗೆ 12 ವರ್ಷಗಳ ದಂಡನೆ ನೀಡಲಾಗಿದೆ. +
      + +ಬಾಲಕಿಯನ್ನೇ ಅತ್ಯಾಚಾರ ಮಾಡಿದ್ದರು.. +ಯುವತಿಗೆ 14 ವರ್ಷವಿದ್ದಾಗ ಆಕೆಯ ಗರ್ಭಕ್ಕೆ ತಾನೇ ಕಾರಣವಾಗಿರುವುದನ್ನೂ ಮಲ ದೊಡ್ಡಪ್ಪ ವಿಚಾರಣೆ ಅವಧಿಯಲ್ಲಿ ಒಪ್ಪಿಕೊಂಡಿದ್ದಾನೆ. ಆತ ಏಳು ಬಾರಿ ಆಕೆಯನ್ನು ಅತ್ಯಾಚಾರ ಮಾಡಿದ್ದು, ಮೂರು ಬಾರಿ ಮಗುವಾಗಿದ್ದಾಗ ಅನುಚಿತ ವರ್ತನೆ ತೋರಿಸಿದ್ದ. ಅಲ್ಲದೆ ಹಲ್ಲೆ ಕೂಡ ನಡೆಸಿದ್ದ ಎಂದು ನ್ಯಾಯಾಲಯ ವಿವರಣೆ ನೀಡಿದೆ. +
      + +ಯುವತಿಗೆ ಆಕೆ ಬಾಲಕಿಯಾಗಿದ್ದಾಗಲೇ ಇವರು ಲೈಂಗಿಕ ಹಿಂಸೆ ನೀಡಲು ಆರಂಭಿಸಿದ್ದನ್ನು ನ್ಯಾಯಾಲಯ ಹೊರಗೆಳೆದಿತ್ತು. ಆಕೆ ಐದರ ಹರೆಯದ ಬಾಲಕಿಯಾಗಿದ್ದಾಗ ಮಲದೊಡ್ಡಪ್ಪ ಅತ್ಯಾಚಾರ ಮಾಡಿದ್ದ. 14ನೇ ವರ್ಷದಲ್ಲಿ ಆಕೆ ಗರ್ಭಿಣಿಯಾಗಿದ್ದಳು. ಆ ಸಂದರ್ಭದಲ್ಲಿ ಆಕೆಯನ್ನು ಕೂಡಿ ಹಾಕಿದ್ದ ಕಾರಣ ಮನೆಗೆ ಭೇಟಿ ನೀಡುವವರಿಗೆ ಯಾವುದೇ ವಿಚಾರಗಳು ತಿಳಿಯುತ್ತಿರಲಿಲ್ಲ. +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +೦೧೨೩೪೫೬೭೮೯ +

      + +

      Telegu

      +

      ఆగ్నేయ ఇరాన్‌లో ఆదివారం నాడు ఓ ఆత్మాహుతి దాడి జరగడంతో ఇరవై మంది మృతి చెందారు. +
      + +ఆగ్నేయ ఇరాన్‌లో ఆత్మాహుతి దాడి జరగడంతో ఐదుగురు ఎలిట్ రెవల్యూషనరీ గార్డ్‌లతో సహా ప్రముఖ కమాండర్‌లతోసహా మొత్తం ఇరవై మంది మృతి చెందినట్లు ఇరాన్ లోక్‌సభ స్పీకర్ అలీ లారిజానీ తెలిపారు. +
      + +ఆదివారం జరిగిన దాడుల్లో భద్రతాదళాలకు చెందిన కమాండర్ జనరల్ నూర్ అలీ శుశాత్రీ, మరో కమాండర్ రజబ్ అలీ మొహమ్మద్‌ జాదేహ్ తదితరులున్నారని, వీరితోపాటు పలువురు తీవ్రగాయాలపాలైనారని ఆయన చెప్పారు. +
      + +మృతి చెందిన కమాండర్లు పాకిస్థాన్‌ సరిహద్దుల్లోనున్న పిశిన్ ప్రాంతంలో ఓ సమావేశంలో పాల్గొనేందుకు కారులో బయలు దేరి వెళ్ళారని, ఆ సమయంలో ఆత్మాహుతి దళానికి చెందిన సభ్యుడు తనను తాను పేల్చేసుకోవడంతో ఈ దుర్ఘటన జరిగిందని ఆయన వివరించారు. +
      + +ఇదిలావుండగా ఇప్పటివరకు ఈ దాడులకు బాధ్యత వహిస్తూ ఏ సంస్థ ప్రకటించలేదు. కాని ఈ దుర్ఘటన వెనుక సున్నీ ఉగ్రవాద సంస్థ జుందల్లా హస్తం ఉండొచ్చని, ఈ సంస్థ ఆగ్నేయ ఇరాన్‌లో రెవల్యూషనరీ గార్డ్, షియాలపై దాడులు చేసేందుకు పూనుకునుంటుందని భద్రతా దళాలు అనుమానం వ్యక్తం చేసాయి. +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +౦౧౨౩౪౫౬౭౮౯ +

      + + + +

      Tamil (ta)

      +

      \xe0\xae\x87\xe0\xae\xb0\xe0\xae\xbe\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xaf \xe0\xae\xae\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x8d \xe0\xae\x85\xe0\xae\xb5\xe0\xae\xa8\xe0\xae\xae\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xaf\x88\xe0\xae\xaf\xe0\xaf\x81\xe0\xae\x9f\xe0\xae\xa9\xe0\xaf\x8d \xe0\xae\x87\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xa4\xe0\xae\xbe\xe0\xae\x95\xe0\xae\xb5\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d, \xe0\xae\xb7\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbe \xe0\xae\xae\xe0\xae\xb1\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d \xe0\xae\x9a\xe0\xaf\x81\xe0\xae\xa9\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x8d \xe0\xae\xae\xe0\xaf\x81\xe0\xae\xb0\xe0\xae\xa3\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\x9f \xe0\xae\x95\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x81\xe0\xae\x9f\xe0\xae\xa9\xe0\xaf\x8d \xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xb5\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\x9f \xe0\xae\xa8\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x88\xe0\xae\xaf\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d \xe0\xae\x87\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xa4\xe0\xae\xbe\xe0\xae\x95\xe0\xae\xb5\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d \xe0\xae\x95\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d \xe0\xae\x95\xe0\xae\xa3\xe0\xae\xbf\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xaf\x81 \xe0\xae\x92\xe0\xae\xa9\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81 \xe0\xae\x95\xe0\xaf\x82\xe0\xae\xb1\xe0\xaf\x81\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xb1\xe0\xae\xa4\xe0\xaf\x81.

      + +

      \xe0\xae\x87\xe0\xae\xb2\xe0\xae\x99\xe0\xaf\x8d\xe0\xae\x95\xe0\xaf\x88 \xe0\xae\xb5\xe0\xaf\x86\xe0\xae\xb3\xe0\xae\xbf\xe0\xae\xaf\xe0\xaf\x81\xe0\xae\xb1\xe0\xae\xb5\xe0\xaf\x81 \xe0\xae\x85\xe0\xae\xae\xe0\xaf\x88\xe0\xae\x9a\xe0\xaf\x8d\xe0\xae\x9a\xe0\xae\xb0\xe0\xaf\x8d \xe0\xae\xb0\xe0\xaf\x8b\xe0\xae\xb9\xe0\xae\xbf\xe0\xae\xa4 \xe0\xae\xaa\xe0\xaf\x8b\xe0\xae\x95\xe0\xaf\x8a\xe0\xae\xb2\xe0\xaf\x8d\xe0\xae\xb2\xe0\xae\xbe\xe0\xae\x95\xe0\xae\xae \xe0\xae\x85\xe0\xae\xb5\xe0\xae\xb0\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x8d, \xe0\xae\x87\xe0\xae\xa9\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81 \xe0\xae\xaa\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\x9f\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d\xe0\xae\xb2\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d \xe0\xae\x87\xe0\xae\xa8\xe0\xaf\x8d\xe0\xae\xa4\xe0\xae\xbf\xe0\xae\xaf \xe0\xae\xb5\xe0\xaf\x86\xe0\xae\xb3\xe0\xae\xbf\xe0\xae\xaf\xe0\xaf\x81\xe0\xae\xb1\xe0\xae\xb5\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xb1\xe0\xaf\x88 \xe0\xae\x85\xe0\xae\xae\xe0\xaf\x88\xe0\xae\x9a\xe0\xaf\x8d\xe0\xae\x9a\xe0\xae\xb0\xe0\xaf\x8d \xe0\xae\xaa\xe0\xae\xbf\xe0\xae\xb0\xe0\xae\xa3\xe0\xae\xbe\xe0\xae\xaa\xe0\xaf\x8d \xe0\xae\xae\xe0\xaf\x81\xe0\xae\x95\xe0\xae\xb0\xe0\xaf\x8d\xe0\xae\x9c\xe0\xae\xbf \xe0\xae\x89\xe0\xae\xb3\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\x9f \xe0\xae\xae\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xa4\xe0\xaf\x8d \xe0\xae\xa4\xe0\xae\xb2\xe0\xaf\x88\xe0\xae\xb5\xe0\xae\xb0\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x88\xe0\xae\x9a\xe0\xaf\x8d \xe0\xae\x9a\xe0\xae\xa8\xe0\xaf\x8d\xe0\xae\xa4\xe0\xae\xbf\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xaa\xe0\xaf\x8d \xe0\xae\xaa\xe0\xaf\x87\xe0\xae\x9a\xe0\xaf\x8d\xe0\xae\x9a\xe0\xaf\x81 \xe0\xae\xa8\xe0\xae\x9f\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xae\xbf\xe0\xae\xaf\xe0\xaf\x81\xe0\xae\xb3\xe0\xaf\x8d\xe0\xae\xb3\xe0\xae\xbe\xe0\xae\xb0\xe0\xaf\x8d.

      + +

      \xe0\xae\x87\xe0\xae\xb0\xe0\xae\xbe\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d \xe0\xae\x85\xe0\xae\xae\xe0\xaf\x86\xe0\xae\xb0\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95 \xe0\xae\xae\xe0\xae\xb1\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81\xe0\xae\xae\xe0\xaf\x8d \xe0\xae\xaa\xe0\xae\xbf\xe0\xae\xb0\xe0\xae\xbf\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\x9f\xe0\xae\xbf\xe0\xae\xb7\xe0\xaf\x8d \xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xaa\xe0\xaf\x8d\xe0\xae\xaa\xe0\xaf\x81\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x88\xe0\xae\x95\xe0\xaf\x8d \xe0\xae\x95\xe0\xaf\x8a\xe0\xae\xa9\xe0\xaf\x8d\xe0\xae\xb1 \xe0\xae\xb5\xe0\xaf\x86\xe0\xae\x9f\xe0\xae\xbf\xe0\xae\xae\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xa8\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d \xe0\xae\xa4\xe0\xaf\x8a\xe0\xae\xb4\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d \xe0\xae\xa8\xe0\xaf\x81\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\xae\xe0\xaf\x8d \xe0\xae\x89\xe0\xae\x9f\xe0\xaf\x8d\xe0\xae\xaa\xe0\xae\x9f \xe0\xae\xaa\xe0\xae\xb2\xe0\xaf\x8d\xe0\xae\xb5\xe0\xaf\x87\xe0\xae\xb1\xe0\xaf\x81 \xe0\xae\x89\xe0\xae\xa4\xe0\xae\xb5\xe0\xae\xbf\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x88 \xe0\xae\x87\xe0\xae\xb0\xe0\xae\xbe\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xb2\xe0\xaf\x8d \xe0\xae\x89\xe0\xae\xb3\xe0\xaf\x8d\xe0\xae\xb3 \xe0\xae\xa4\xe0\xaf\x80\xe0\xae\xb5\xe0\xae\xbf\xe0\xae\xb0\xe0\xae\xb5\xe0\xae\xbe\xe0\xae\xa4\xe0\xae\xbf\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xaf\x81 \xe0\xae\x87\xe0\xae\xb0\xe0\xae\xbe\xe0\xae\xa9\xe0\xaf\x8d \xe0\xae\xb5\xe0\xae\xb4\xe0\xae\x99\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xa4\xe0\xae\xb1\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbe\xe0\xae\xa9 \xe0\xae\x86\xe0\xae\xa4\xe0\xae\xbe\xe0\xae\xb0\xe0\xae\x99\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb3\xe0\xaf\x8d \xe0\xae\x85\xe0\xae\xa4\xe0\xae\xbf\xe0\xae\x95\xe0\xae\xb0\xe0\xae\xbf\xe0\xae\xa4\xe0\xaf\x8d\xe0\xae\xa4\xe0\xaf\x81 \xe0\xae\xb5\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\xb5\xe0\xae\xa4\xe0\xaf\x88 \xe0\xae\x85\xe0\xae\xae\xe0\xaf\x86\xe0\xae\xb0\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbe \xe0\xae\x95\xe0\xae\xb5\xe0\xae\xa9\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xb1\xe0\xae\xa4\xe0\xaf\x81 \xe0\xae\x8e\xe0\xae\xa9\xe0\xaf\x8d\xe0\xae\xb1\xe0\xaf\x81 \xe0\xae\x85\xe0\xae\xae\xe0\xaf\x86\xe0\xae\xb0\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95 \xe0\xae\x85\xe0\xae\xb0\xe0\xae\x9a\xe0\xaf\x81\xe0\xae\xa4\xe0\xaf\x8d \xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xb1\xe0\xaf\x88\xe0\xae\xa4\xe0\xaf\x8d \xe0\xae\xa4\xe0\xaf\x81\xe0\xae\xa3\xe0\xaf\x88\xe0\xae\x9a\xe0\xaf\x8d \xe0\xae\x9a\xe0\xaf\x86\xe0\xae\xaf\xe0\xae\xb2\xe0\xae\xb0\xe0\xaf\x8d \xe0\xae\xa8\xe0\xae\xbf\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xb2\xe0\xae\xb8\xe0\xaf\x8d \xe0\xae\xaa\xe0\xaf\x87\xe0\xae\xb0\xe0\xaf\x8d\xe0\xae\xa3\xe0\xaf\x8d\xe0\xae\xb8\xe0\xaf\x8d \xe0\xae\x95\xe0\xaf\x82\xe0\xae\xb1\xe0\xae\xbf\xe0\xae\xaf\xe0\xae\xbf\xe0\xae\xb0\xe0\xaf\x81\xe0\xae\x95\xe0\xaf\x8d\xe0\xae\x95\xe0\xae\xbf\xe0\xae\xb1\xe0\xae\xbe\xe0\xae\xb0\xe0\xaf\x8d. +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +௦௧௨௩௪௫௬௭௮௯ +

      + + +

      Oriya

      +

      ଓଡ଼ିଆ ଉଇକିପେଡିଆ ଆପଣଙ୍କୁ ସ୍ବାଗତ କରୁଛି। ଏହି ଉନ୍ମୁକ୍ତ ଜ୍ଞାନକୋଷଟି ଇଣ୍ଟରନେଟ ଉପରେ ଆଧାରିତ ଏବଂ ଏହା ବିଶ୍ବର ୫୦ଟି ଭାଷାରେ ଉପଲବ୍ଧ । ଏହାକୁ ଆପଣ ମଧ୍ୟ ବର୍ଦ୍ଧିତ ଓ ପରିବର୍ତିତ କରିପାରିବେ ଏବଂ ଏହାକୁ ଉନ୍ନତ କରିବା ପାଇଁ ନିଜର ଅବଦାନ ଦେଇ ପାରିବେ । ଆପଣଙ୍କ ପସନ୍ଦର ବିଷୟ ଗୁଡିକୁ ଆପଣ ନୂତନ ଭାବେରେ ଯୋଗ କରିପାରିବେ କିମ୍ବା ଏହି ପୃଷ୍ଠାକୁ ସମ୍ପାଦନ କରି ଏହା ସହିତ ଯୋଗ କରିପାରିବ । ସମସ୍ତ ପାଠ ଗୁଡିକ GNU ମୁକ୍ତ ଦଲିଲକରଣ ଲାଇସେନ୍ସର ସର୍ତ୍ତ ଅଧୀନରେ ଉପଲବ୍ଧ । ତଥାପି, ଆପଣ ଏହାକୁ ମୁକ୍ତ ଭାବେର ଇଲେକ୍ଟ୍ରୋନିକ୍ସ ପ୍ରିଣ୍ଟ୍ କିମ୍ବା ଅନ୍ୟାନ୍ୟ ପ୍ରିଣ୍ଟର ମାଧ୍ୟମରେ ବ୍ୟବହାର କରିପାରିବ । +
      + +ଓଡ଼ିଆ ଉଇକିପେଡିଆରେ ଏ ପର୍ଯ୍ୟନ୍ତ ୫୫୩ଟି ପ୍ରସଙ୍ଗ ଯୋଗ କରାଯାଇଛି। +
      + +ଉଇକିପେଡିଆର ଓଡ଼ିଆ ସଂସ୍କରଣର କାର୍ଯ୍ୟ ପ୍ରଥମ ଥର ପାଇଁ ୨୦୦୪ ମସିହାରେ ପ୍ରାରମ୍ଭ ହୋଇଥିଲା ଏହା ଏବେ ମଧ୍ୟ ନିର୍ମାଣଧୀନ । ଆମେ ଏହା ଆଶା କରୁଛୁ ଯେ ବ୍ୟବାହାରକାରୀ ମାନେ ଏହାକୁ ସମୃଦ୍ଧ କରିପାରିବେ । ଓଡ଼ିଆ ଉଇକିପେଡିଆରେ ଆପଣ କିଛି ଯୋଗ କିମ୍ବା ସମ୍ପାଦନା କରିବା ପାଇଁ ଚାହିଁଲେ, ସର୍ବ ପ୍ରଥମେ ଆପଣଙ୍କ ନିକଟରେ ଗୋଟିଏ ୟୁନିକୋଡ୍ ଭିତ୍ତିକ ଓଡ଼ିଆ ଅନ୍ତରା ପୃଷ୍ଠ ଥିବା ଉଚିତ୍ । ଏହା ମୁକ୍ତ ସଙ୍କେତ ହୋଇଥିବାରୁ ଏହାକୁ ଆପଣ ଇଣ୍ଟରନେଟରୁ ମାଗଣାରେ ପାଇପାରିବେ । ଆପଣ ଇଂରାଜୀ ଉଇକିପେଡିଆକୁ ଅନୁବାଦ କରି କିମ୍ବା ନିକଟ ଅତୀତରେ ହୋଇଥିବା ଗୁରୁତ୍ଵପୂର୍ଣ୍ଣ ଘଟଣା ମାନଙ୍କୁ ଯୋଗ କରି, ଓଡ଼ିଆ ୱିକିପେଡିଆକୁ ସମୃଦ୍ଧ କରିପାରିବ । କୌଣସି ନୂତନ ପାଠ୍ୟ ଯୋଗ କରିବା ପୂର୍ବରୁ ଆପଣଙ୍କୁ ଏହା ଧ୍ୟାନ ରଖିବା ପାଇଁ ହେବ ଯେ, ଏହି ପୃଷ୍ଠାରେ ଅନ୍ୟ ବ୍ୟବାହାରକାରୀ ମାନଙ୍କ ପାଇଁ ସମ୍ପାଦନର ସୁଯୋଗ ରହିବା ଉଚିତ । କୌଣସି ବିଷୟବସ୍ତୁର ସ୍ବତଃ ସଂରକ୍ଷଣ ଉଇକିପେଡିଆର ନିୟମକୁ ଅବମାନନା କରିଥାଏ । ବ୍ୟବାହାରକାରୀ ମାନେ କେବଳ ତାଙ୍କର ନିଜ ଲେଖାକୁ ସମ୍ପାଦନ କରିପାରିବେ । ଉଇକିପେଡିଆର ନିୟମ, କର୍ମ ପଦ୍ଧତି ଏବଂ ଅନ୍ୟାନ୍ୟ ସୂଚନା ପାଇଁ Wikipedia:ଆଲୋଚନା ସଭା-- କୁ ଯାଇ ଆଲୋଚନା କରନ୍ତୁ। +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +୦୧୨୩୪୫୬୭୮୯ +

      + +

      Punjabi

      +

      ਕੇਂਦਰੀ ਗ੍ਰਹਿਮੰਤਰੀ ਪੀ.ਚਿਦੰਬਰਮ ਨੇ ਐਤਵਾਰ ਨੂੰ ਤਮਿਲਨਾਢੂ ਦੇ ਮੁੱਖਮੰਤਰੀ ਐਮ.ਕਰੁਣਾਨਿਧੀ ਨਾਲ ਮੁਲਾਕਾਤ ਕੀਤੀ।ਉਨ੍ਹਾ ਨੇ ਸ਼੍ਰੀਲੰਕਾ 'ਚ ਲਿੱਟੇ ਦੇ ਖਿਲਾਫ਼ ਯੁੱਧ ਦੌਰਾਨ ਉੱਝੜੇ ਹੋਏ ਲੱਗਭਗ ਢਾਈ ਲੱਖ ਤਮਿਲਾਂ ਦੀ ਮੁੜ ਰਿਹਾਇਸ਼ 'ਤੇ ਚਰਚਾ ਕੀਤੀ। +
      + +ਦ੍ਰਮੁਕ ਨੇਤਾ ਦੇ ਨਾਲ ਸੰਖੇਪ ਮੁਲਾਕਾਤ ਬਾਅਦ ਚਿਦੰਬਰਮ ਨੇ ਕਿਹਾ ਹੈ ਕਿ ਕੇਂਦਰ ਤਮਿਲਾਂ ਦੀ ਮੁੜ ਰਿਹਾਇਸ਼ ਲਈ ਜਰੂਰਤ ਪੈਣ 'ਤੇ ਸ਼੍ਰੀਲੰਕਾ ਨੂੰ ਹੋਰ ਜ਼ਿਆਦਾ ਧਨ ਦੇਵੇਗਾ।ਅਸੀਂ ਪਹਿਲਾ ਹੀ 500 ਕਰੋੜ ਰੁੱਪਏ ਦੇ ਚੁੱਕੇ ਹਾਂ। +
      + +ਚਿਦੰਬਰਮ ਨੇ ਕਿਹਾ ਹੈ ਕਿ ਕਰੁਣਾਨਿਧੀ ਦੇ ਨਾਲ ਉਨ੍ਹਾ ਦੀ ਚਰਚਾ ਪਿੱਛਲੇ ਹਫ਼ਤੇ ਦਸ ਸਾਂਸਦਾਂ ਦੇ ਪ੍ਰਤਿਨਿਧੀਮੰਡਲ ਦੇ ਸ਼੍ਰੀਲੰਕਾ ਦੌਰੇ 'ਤੇ ਕੇਂਦਰਤ ਸੀ,ਜੋ ਜਾਤੀ ਤਮਿਲਾ ਨੂੰ ਮਿਲੀ ਅਤੇ ਉਨ੍ਹਾ ਦੀ ਦਸ਼ਾ ਬਾਰੇ ਜਾਣਿਆ। +
      + +ਉਨ੍ਹਾ ਨੇ ਕਿਹਾ ਕਿ ਸ਼੍ਰੀਲਕਾ ਦੇ ਤਮਿਲਾਂ ਨੂੰ ਉਨ੍ਹਾ ਦੇ ਮੂਲ ਸਥਾਨਾਂ 'ਤੇ ਬਸਾਉਣ ਦੇ ਤੌਰ ਤਰੀਕਿਆਂ 'ਤੇ ਚਰਚਾ ਹੋਈ ਅਤੇ ਸਾਂਸਦਾ ਦੀ ਟੀਮ ਨੂੰ ਦਿੱਤੇ ਭਰੋਸੇ ਬਾਅਦ ਕੋਲੰਬੋ ਦੁਆਰਾ ਪਿੱਛਲੇ ਹਫ਼ਤੇ ਮੁੜ ਰਿਹਾਇਸ਼ ਪ੍ਰਕ੍ਰਿਆ ਸ਼ੁਰੂ ਕੀਤੇ ਜਾਣ ਬਾਅਦ ਤੋਂ ਲੱਗਭਗ ਪੰਜ ਹਜ਼ਾਰ ਲੋਕਾਂ ਨੂੰ ਉਨ੍ਹਾ ਦੇ ਘਰਾਂ ਨੂੰ ਵਾਪਸ ਭੇਜਿਆ ਜਾ ਚੁੱਕਿਆ ਹੈ।ਚਿਦੰਬਰਮ ਨੇ ਕਿਹਾ ਹੈ ਕਿ ਹਾਲਾਂਕਿ ਪ੍ਰਕ੍ਰਿਆ ਧੀਮੀ ਹੈ,ਲੇਕਿਨ ਗਤੀ ਪਕੜ ਲਵੇਗੀ। +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +੦੧੨੩੪੫੬੭੮੯ + +

      + +

      Gujarati (gu)

      +

      Examples at: http://in.gujarati.yahoo.com/

      +

      http://gujarati.webdunia.com/entertainment/bollywood/filmreview/0910/17/1091017017_1.htm

      +

      +આ વાત હજાર વાર કહેવામાં આવી છે કે ફિલ્મ બનાવતી વખેત હંમેશા સૌથી વધુ ધ્યાન વાર્તા અને સ્ક્રીનપ્લે પર આપવુ જોઈએ. કારણ કે આ કોઈ પણ ફિલ્મની સફળતાનો મુખ્ય આધાર હોય છે. +
      +મોટા ફિલ્મ સ્ટાર્સ સાઈન કરવાથી, સ્ટંટ અને ગીતોથી પાણીની અંદર કે આકાશમાં કરોડો રૂપિયા ખર્ચ કરી ફિલ્માવેલા દ્રશ્યોથી કશુ જ નથી થતુ. પરંતુ આ બુનિયાદી વાત અત્યાર સુધી કોઈ લોકોને સમજાતી નથી. +
      + +કરોડો રૂપિયાના ખર્ચ પર બનાવેલ 'બ્લૂ' આનુ તાજુ ઉદાહરણ છે. પૈસા એના પર ખર્ચ કરવામાં આવે જ્યા બચાવી શકાતો હતો અને ત્યાં બચાવ્યો જ્યા ખર્ચ કરવો જોઈતો હતો. એક સારી વાર્તા તેની સાથે સંકળાયેલા નિર્માતા-નિર્દેશક ન શોધી શક્યા. +
      + +વર્ષો પહેલા ખજાનાથી લદાયેલુ એક જહાજ ડૂબી ગયુ હતુ. આરવ (અક્ષય કુમાર)તેને શોધીને શ્રીમંત બનવા માંગે છે. આ કામમાં તેને સાગર (સંજય દત્ત)ની મદદ જોઈએ, જે તેને માતે કામ કરે છે. સાગર એ માટે તૈયાર નથી. બાળપણમાં સાગર અને તેના પિતાએ એ ડૂબેલા જહાજને શોધી લીધુ હતુ, પરંતુ સાગરની ભૂલથી તેના પિતાનુ મૃત્યુ થઈ ગયુ હતુ. સાગર એ આધાતથી બહાર ન આવી શક્યો. સાગરનો એક ભાઈ સૈમ(જાયદ ખાન) છે, જેને રિસ્ક લેવાનો નશો છે. ગેરકાયદેસર કામ દરમિયાન એ ફંસાય જાય છે અને કેટલાક લોકો તેના જીવના દુશ્મન બની જાય છે. તેઓ તેની પાસે પૈસા માંગે છે. પોતાના ભાઈને મુસીબતમાં જોઈએ આરવની વાત સાગર માની લે છે અને તે એ છુપા ખજાનાને શોધવા નીકળે છે. છેવટે એ રહસ્ય બહાર પડે છે કે સૈમને ફસાવવા પાછળ આરવનો જ હાથ હતો, જેથી સાગર ખજાનાની શોધ કાઢવામાં તેની મદદ કરે. +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +૦૧૨૩૪૫૬૭૮૯ +

      + + +

      Hindi (hi)

      +

      \xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa4 \xe0\xa4\x94\xe0\xa4\xb0 \xe0\xa4\xac\xe0\xa4\xb0\xe0\xa4\xae\xe0\xa5\x82\xe0\xa4\xa1\xe0\xa4\xbe \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xac\xe0\xa5\x80\xe0\xa4\x9a \xe0\xa4\xac\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\xb6 \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa3 \xe0\xa4\xb0\xe0\xa5\x81\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa5\x88\xe0\xa4\x9a \xe0\xa4\xa6\xe0\xa5\x8b\xe0\xa4\xac\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xbe \xe0\xa4\xb6\xe0\xa5\x81\xe0\xa4\xb0\xe0\xa5\x81 \xe0\xa4\xb9\xe0\xa5\x8b \xe0\xa4\x97\xe0\xa4\xaf\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x88. \xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\xa4 \xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xac\xe0\xa4\xb0\xe0\xa4\xae\xe0\xa5\x82\xe0\xa4\xa1\xe0\xa4\xbe \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xb8\xe0\xa4\xbe\xe0\xa4\xae\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\x95\xe0\xa5\x89\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xa1 414 \xe0\xa4\xb0\xe0\xa4\xa8\xe0\xa5\x8b\xe0\xa4\x82 \xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xb2\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xb7\xe0\xa5\x8d\xe0\xa4\xaf \xe0\xa4\xb0\xe0\xa4\x96\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x88. \xe0\xa4\xac\xe0\xa4\xb0\xe0\xa4\xae\xe0\xa5\x82\xe0\xa4\xa1\xe0\xa4\xbe \xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xa6\xe0\xa5\x8b \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\x95\xe0\xa5\x87\xe0\xa4\x9f \xe0\xa4\x96\xe0\xa5\x8b \xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\x8f \xe0\xa4\xb9\xe0\xa5\x88\xe0\xa4\x82.

      + +

      \xe0\xa4\xaa\xe0\xa4\xbe\xe0\xa4\x95\xe0\xa4\xbf\xe0\xa4\xb8\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbe\xe0\xa4\xa8 \xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\x82 \xe0\xa4\xb8\xe0\xa5\x81\xe0\xa4\xaa\xe0\xa5\x8d\xe0\xa4\xb0\xe0\xa5\x80\xe0\xa4\xae \xe0\xa4\x95\xe0\xa5\x8b\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\x9f \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xae\xe0\xa5\x81\xe0\xa4\x96\xe0\xa5\x8d\xe0\xa4\xaf \xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xaf\xe0\xa4\xbe\xe0\xa4\xaf\xe0\xa4\xbe\xe0\xa4\xa7\xe0\xa5\x80\xe0\xa4\xb6 \xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\xb2\xe0\xa4\x82\xe0\xa4\xac\xe0\xa4\xbf\xe0\xa4\xa4 \xe0\xa4\x95\xe0\xa4\xbf\xe0\xa4\x8f \xe0\xa4\x9c\xe0\xa4\xbe\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xb0\xe0\xa5\x8b\xe0\xa4\xa7 \xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\x82 \xe0\xa4\x95\xe0\xa4\x88 \xe0\xa4\x9c\xe0\xa4\x9c\xe0\xa5\x8b\xe0\xa4\x82 \xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\x85\xe0\xa4\xaa\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xaa\xe0\xa4\xa6 \xe0\xa4\xb8\xe0\xa5\x87 \xe0\xa4\x87\xe0\xa4\xb8\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa5\x80\xe0\xa4\xab\xe0\xa4\xbc\xe0\xa4\xbe \xe0\xa4\xa6\xe0\xa5\x87 \xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\xaf\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x88.

      + +

      \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\x98\xe0\xa5\x8d\xe0\xa4\xaf\xe0\xa4\xbe\xe0\xa4\x9a\xe0\xa4\xb2 \xe0\xa4\xaa\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xb5\xe0\xa4\xa4 \xe0\xa4\xae\xe0\xa4\xa7\xe0\xa5\x8d\xe0\xa4\xaf\xe0\xa4\xb0\xe0\xa4\xbe\xe0\xa4\xa4\xe0\xa5\x8d\xe0\xa4\xb0\xe0\xa4\xbf \xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xa1\xe0\xa4\xbc \xe0\xa4\x85\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa7\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0 \xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\x82 \xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb2 \xe0\xa4\xa6\xe0\xa5\x87\xe0\xa4\xb5 \xe0\xa4\x95\xe0\xa5\x80 \xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\x82\xe0\xa4\xa4\xe0\xa4\xbf \xe0\xa4\x96\xe0\xa4\xa1\xe0\xa4\xbc\xe0\xa4\xbe \xe0\xa4\xa5\xe0\xa4\xbe\xe0\xa5\xa4 \xe0\xa4\x89\xe0\xa4\xb8 \xe0\xa4\xaa\xe0\xa4\xb0 \xe0\xa4\x89\xe0\xa4\x97\xe0\xa5\x87 \xe0\xa4\xb9\xe0\xa5\x81\xe0\xa4\x8f \xe0\xa4\x9b\xe0\xa5\x8b\xe0\xa4\x9f\xe0\xa5\x87-\xe0\xa4\x9b\xe0\xa5\x8b\xe0\xa4\x9f\xe0\xa5\x87 \xe0\xa4\xb5\xe0\xa5\x83\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xb7 \xe0\xa4\x87\xe0\xa4\xb8 \xe0\xa4\xaa\xe0\xa5\x8d\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0 \xe0\xa4\xa6\xe0\xa4\xb7\xe0\xa5\x8d\xe0\xa4\x9f\xe0\xa4\xbf\xe0\xa4\x97\xe0\xa5\x8b\xe0\xa4\x9a\xe0\xa4\xb0 \xe0\xa4\xb9\xe0\xa5\x8b\xe0\xa4\xa4\xe0\xa5\x87 \xe0\xa4\xa5\xe0\xa5\x87, \xe0\xa4\xae\xe0\xa4\xbe\xe0\xa4\xa8\xe0\xa5\x8b \xe0\xa4\xaf\xe0\xa5\x87 \xe0\xa4\x89\xe0\xa4\xb8\xe0\xa4\x95\xe0\xa5\x80 \xe0\xa4\x9c\xe0\xa4\x9f\xe0\xa4\xbe\xe0\xa4\x8f\xe0\xa4\x82 \xe0\xa4\xb9\xe0\xa5\x88 \xe0\xa4\x94\xe0\xa4\xb0 \xe0\xa4\x85\xe0\xa4\xb7\xe0\xa5\x8d\xe0\xa4\x9f\xe0\xa4\xad\xe0\xa5\x81\xe0\xa4\x9c\xe0\xa4\xbe \xe0\xa4\xa6\xe0\xa5\x87\xe0\xa4\xb5\xe0\xa5\x80 \xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\xb0 \xe0\xa4\x9c\xe0\xa4\xbf\xe0\xa4\xb8\xe0\xa4\x95\xe0\xa5\x87 \xe0\xa4\x95\xe0\xa4\xb2\xe0\xa4\xb6 \xe0\xa4\xaa\xe0\xa4\xb0 \xe0\xa4\xb6\xe0\xa5\x8d\xe0\xa4\xb5\xe0\xa5\x87\xe0\xa4\xa4 \xe0\xa4\xaa\xe0\xa4\xa4\xe0\xa4\xbe\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\x8f\xe0\xa4\x82 \xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\xaf\xe0\xa5\x81 \xe0\xa4\x95\xe0\xa5\x80 \xe0\xa4\xae\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa6-\xe0\xa4\xae\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa6 \xe0\xa4\xa4\xe0\xa4\xb0\xe0\xa4\x82\xe0\xa4\x97\xe0\xa5\x8b\xe0\xa4\x82 \xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\x82 \xe0\xa4\xb2\xe0\xa4\xb9\xe0\xa4\xb0\xe0\xa4\xbe \xe0\xa4\xb0\xe0\xa4\xb9\xe0\xa5\x80 \xe0\xa4\xa5\xe0\xa5\x80\xe0\xa4\x82, \xe0\xa4\x89\xe0\xa4\xb8 \xe0\xa4\xa6\xe0\xa5\x87\xe0\xa4\xb5 \xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa4\xb8\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\x95 \xe0\xa4\xb9\xe0\xa5\x88 \xe0\xa4\xae\xe0\xa4\x82\xe0\xa4\xa6\xe0\xa4\xbf\xe0\xa4\xb0 \xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\x82 \xe0\xa4\x8f\xe0\xa4\x95 \xe0\xa4\x9d\xe0\xa4\xbf\xe0\xa4\xb2\xe0\xa4\xae\xe0\xa4\xbf\xe0\xa4\xb2\xe0\xa4\xbe\xe0\xa4\xa4\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x81\xe0\xa4\x86 \xe0\xa4\xa6\xe0\xa5\x80\xe0\xa4\xaa\xe0\xa4\x95 \xe0\xa4\xa5\xe0\xa4\xbe, \xe0\xa4\x9c\xe0\xa4\xbf\xe0\xa4\xb8\xe0\xa5\x87 \xe0\xa4\xa6\xe0\xa5\x87\xe0\xa4\x96\xe0\xa4\x95\xe0\xa4\xb0 \xe0\xa4\x95\xe0\xa4\xbf\xe0\xa4\xb8\xe0\xa5\x80 \xe0\xa4\xa7\xe0\xa5\x81\xe0\xa4\x82\xe0\xa4\xa7\xe0\xa4\xb2\xe0\xa5\x87 \xe0\xa4\xa4\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa5\x87 \xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa4\xbe\xe0\xa4\xa8 \xe0\xa4\xb9\xe0\xa5\x8b \xe0\xa4\x9c\xe0\xa4\xbe\xe0\xa4\xa4\xe0\xa4\xbe \xe0\xa4\xa5\xe0\xa4\xbe\xe0\xa5\xa4 +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      +०१२३४५६७८९ +

      + +

      Nepali (ne) - Devanagari

      +

      \xe0\xa4\x85\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\xae \xe0\xa4\xb8\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x97\xe0\xa4\xa0\xe0\xa4\xa8\xe0\xa4\xae\xe0\xa4\xbe \xe0\xa4\xa2\xe0\xa5\x80\xe0\xa4\xb2\xe0\xa4\xbe\xe0\xa4\x87 \xe0\xa4\xb9\xe0\xa5\x81\xe0\xa4\xa8\xe0\xa5\x81\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xb8\xe0\xa4\xbe\xe0\xa4\xa5\xe0\xa5\x88 \xe0\xa4\x86\xe0\xa4\x89\xe0\xa4\x82\xe0\xa4\xa6\xe0\xa5\x8b \xe0\xa4\x9c\xe0\xa5\x87\xe0\xa4\xa0 \xe0\xa4\xae\xe0\xa4\xb9\xe0\xa4\xbf\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\xad\xe0\xa4\xbf\xe0\xa4\xa4\xe0\xa5\x8d\xe0\xa4\xb0 \xe0\xa4\xb8\xe0\xa4\x82\xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xa7\xe0\xa4\xbe\xe0\xa4\xa8\xe0\xa4\xb8\xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x9a\xe0\xa5\x81\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\xb5 \xe0\xa4\xb9\xe0\xa5\x8b\xe0\xa4\xb2\xe0\xa4\xbe \xe0\xa4\x95\xe0\xa4\xbf \xe0\xa4\xa8\xe0\xa4\xb9\xe0\xa5\x8b\xe0\xa4\xb2\xe0\xa4\xbe \xe0\xa4\xad\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xac\xe0\xa4\xb9\xe0\xa4\xb8 \xe0\xa4\x9a\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\x95\xe0\xa5\x80\xe0\xa4\xb0\xe0\xa4\xb9\xe0\xa5\x87\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xac\xe0\xa5\x87\xe0\xa4\xb2\xe0\xa4\xbe \xe0\xa4\x9a\xe0\xa5\x81\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\xb5\xe0\xa4\x95\xe0\xa5\x88 \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xb7\xe0\xa4\xaf\xe0\xa4\xae\xe0\xa4\xbe \xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\x9a\xe0\xa4\xa8 \xe0\xa4\x86\xe0\xa4\xaf\xe0\xa5\x8b\xe0\xa4\x97 \xe0\xa4\xb0 \xe0\xa4\x86\xe0\xa4\xa0 \xe0\xa4\xa6\xe0\xa4\xb2\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xac\xe0\xa5\x87\xe0\xa4\x97\xe0\xa5\x8d\xe0\xa4\xb2\xe0\xa4\xbe, \xe0\xa4\xac\xe0\xa5\x87\xe0\xa4\x97\xe0\xa5\x8d\xe0\xa4\xb2\xe0\xa5\x88 \xe0\xa4\xad\xe0\xa4\xa8\xe0\xa4\xbe\xe0\xa4\x87 \xe0\xa4\xb0\xe0\xa4\xb9\xe0\xa5\x87\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xa6\xe0\xa5\x87\xe0\xa4\x96\xe0\xa4\xbf\xe0\xa4\x8f\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x9b\xe0\xa5\xa4

      + +

      \xe0\xa4\xb8\xe0\xa4\x82\xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xa7\xe0\xa4\xbe\xe0\xa4\xa8 \xe0\xa4\xb8\xe0\xa4\xad\xe0\xa4\xbe\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\x9a\xe0\xa4\xa8\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xb2\xe0\xa4\xbe\xe0\xa4\x97\xe0\xa4\xbf \xe0\xa4\xa8\xe0\xa5\x87\xe0\xa4\x95\xe0\xa4\xaa\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa4\xbe\xe0\xa4\x93\xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\xa6\xe0\xa5\x80\xe0\xa4\xb2\xe0\xa4\xbe\xe0\xa4\x88 \xe0\xa4\xb8\xe0\xa4\xae\xe0\xa5\x87\xe0\xa4\x9f\xe0\xa5\x87\xe0\xa4\xb0 \xe0\xa4\x85\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xb0\xe0\xa4\xbf\xe0\xa4\xae \xe0\xa4\xb8\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0 \xe0\xa4\x97\xe0\xa4\xa0\xe0\xa4\xa8\xe0\xa4\x97\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xa8\xe0\xa5\x87 \xe0\xa4\xa4\xe0\xa4\xaf\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa5\x80 \xe0\xa4\xad\xe0\xa5\x88\xe0\xa4\xb0\xe0\xa4\xb9\xe0\xa4\x81\xe0\xa4\xa6\xe0\xa4\xbe \xe0\xa4\xae\xe0\xa4\xbe\xe0\xa4\x93\xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\xa6\xe0\xa5\x80 \xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xaf\xe0\xa4\x95\xe0\xa4\xb0\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbe\xe0\xa4\xb9\xe0\xa4\xb0\xe0\xa5\x82\xe0\xa4\xb2\xe0\xa5\x87 \xe0\xa4\x8f\xe0\xa4\x95\xe0\xa4\x9c\xe0\xa4\xa8\xe0\xa4\xbe \xe0\xa4\xb9\xe0\xa5\x8b\xe0\xa4\x9f\xe0\xa4\xb2 \xe0\xa4\xae\xe0\xa4\xbe\xe0\xa4\xb2\xe0\xa4\xbf\xe0\xa4\x95\xe0\xa4\xae\xe0\xa4\xbe\xe0\xa4\xa5\xe0\xa4\xbf \xe0\xa4\x97\xe0\xa4\xb0\xe0\xa5\x87\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\xad\xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\x8f\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\x85\xe0\xa4\xad\xe0\xa4\xa6\xe0\xa5\x8d\xe0\xa4\xb0 \xe0\xa4\xb5\xe0\xa5\x8d\xe0\xa4\xaf\xe0\xa4\xb5\xe0\xa4\xb9\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa4\x95\xe0\xa5\x8b \xe0\xa4\xb5\xe0\xa4\xbf\xe0\xa4\xb0\xe0\xa5\x8b\xe0\xa4\xa7\xe0\xa4\xae\xe0\xa4\xbe \xe0\xa4\xb5\xe0\xa5\x8d\xe0\xa4\xaf\xe0\xa4\xbe\xe0\xa4\xaa\xe0\xa4\xbe\xe0\xa4\xb0\xe0\xa5\x80\xe0\xa4\xb9\xe0\xa4\xb0\xe0\xa5\x81\xe0\xa4\xb2\xe0\xa5\x87 \xe0\xa4\x85\xe0\xa4\xa8\xe0\xa4\xbf\xe0\xa4\xb6\xe0\xa5\x8d\xe0\xa4\x9a\xe0\xa4\xbf\xe0\xa4\xa4\xe0\xa4\x95\xe0\xa4\xbe\xe0\xa4\xb2\xe0\xa4\xbf\xe0\xa4\xa8 \xe0\xa4\xb9\xe0\xa4\xa1\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbe\xe0\xa4\xb2 \xe0\xa4\x86\xe0\xa4\xb9\xe0\xa5\x8d\xe0\xa4\xb5\xe0\xa4\xbe\xe0\xa4\xa8 \xe0\xa4\x97\xe0\xa4\xb0\xe0\xa5\x87\xe0\xa4\x95\xe0\xa4\xbe \xe0\xa4\x9b\xe0\xa4\xa8\xe0\xa5\x8d\xe0\xa5\xa4

      + +

      Bengali (bn)

      +

      +দক্ষিণ ওয়াজিরিস্থানে কর্মরত স্বেচ্ছাসেবী ও ত্রাণ সংস্থাগুলো ধারণা করছে সেনা অভিযানের তীব্রতা বাড়লে এই সংখ্যাটা আরও অনেক বেড়ে যাবে +
      +শরণার্থীদের স্রোত সামলাতে তারা ইতিমধ্যেই হিমশিম খাচ্ছেন, ফলে লড়াই থেকে পালিয়ে আসা বেসামরিক মানুষজনের সংখ্যা আরও বাড়লে স্বভাবতই সঙ্কট আরও জটিল হয়ে উঠবে +
      +দক্ষিণ ওয়াজিরিস্তান থেকে পাওয়া খবরে বলা হচ্ছে সেনাবাহিনী সেখানে তিনদিক থেকে আক্রমণ চালাচ্ছে এবং ওই অঞ্চলে প্রবেশ করা আর বেরোনোর পথ তারাই নিয়ন্ত্রণ করছে - আর তালেবানের ঘাঁটিগুলোর ওপর হামলা চালানো হচ্ছে আকাশপথে এবং অর্টিলারি বাহিনীর সাহায্যে +
      +তালেবান জঙ্গীরা ইতিমধ্যেই হুঁশিয়ারি দিয়েছে এক ইঞ্চি জমিও তারা বিনা যুদ্ধে ছেড়ে দেবে না - আর ইসলামাবাদ থেকে বিবিসির ওরলা গুয়েরিন বলছেন তারা সে-কথা অক্ষরে অক্ষরে পালন করছে +
      +!\"#$%&'()*+,-./0123456789:;<=>?
      +@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
      +`abcdefghijklmnopqrstuvwxyz{|}~ +
      ০১২৩৪৫৬৭৮৯ +

      + + +

      Assamese

      +

      অসমীয়া ৱিকিপিডিয়াৰ উদ্দেশ্য হ'ল সম্পূৰ্ণ অসমীয়া ভাষাত এখনি বিশ্বকোষ প্ৰণয়ন কৰা। অন্য কোনো ভাষাৰ প্ৰবন্ধ এই বিশ্বকোষৰ বাবে গ্ৰহন কৰা নহ'ব। বিশ্বকোষৰ অৱদানকাৰীসকললৈ সাদৰেৰে অনুৰোধ জনোৱা হ'ল যাতে তেখেতসকলে অসমীয়া ভাষাৰ প্ৰচলিত বানান পদ্ধতি মানি চলে। বিদেশী শব্দৰ অসমীয়া প্ৰতিৰূপৰ ক্ষেত্ৰত যিহেতু অসমীয়া সাহিত্যিকসকল এতিয়াও ঐক্যমতত উপনীত হ'ব পৰা নাই, ৱিকিপিডিয়াত বিদেশী শব্দৰ যিকোনো ধৰনৰ অসমীয়া ৰূপ গ্ৰাহ্য কৰা হ'ব। +
      + +গণবিশ্বকোষৰ সফলতাৰ নেপথ্যৰ আটাইতকৈ শক্তিশালী ধাৰণাটো হৈছে সহযোগিতামূলক সংকলন, যি মানৱ জাতিৰ সাফল্যৰ মূল চাবিকাঠি পাৰস্পৰিক সহযোগিতাক আৰু এখোপ ওপৰলৈ উঠাই নিছে| এই গণবিশ্বকোষবিলাকৰ বিভিন্ন নিবন্ধৰ লেখকসকল সম্পূৰ্ণ অপেচাদাৰী ইন্টাৰনেট ব্যৱহাৰকৰোঁতা। এই লেখকসকলে নিজৰ নিজৰ ৰাপ বা পাৰদৰ্শীতা থকা বিষয় সম্পৰ্কে বিভিন্ন নিবন্ধ লিখি আন পাঠকক উপকৃত কৰে আৰু নিজেও উপকৃত হয়। +
      + +অসমীয়া গণবিশ্বকোষ (যাৰ মুখ্য পৃষ্ঠাটো বৰ্তমান আপুনি পঢ়ি আছে) হৈছে এখন অসমীয়া বিশ্বকোষ প্ৰস্তুত কৰাৰ এক অভূতপূৰ্ব তথা অভিনৱ প্ৰয়াস, যাক যিকোনো পাঠকে পৃথিৱীৰ যিকোনো ঠাইৰ পৰা ইন্টাৰনেটৰ জৰিয়তে বিনামূল্যে ব্যৱহাৰ কৰিব পাৰিব। এই প্ৰকল্প আচলতে \"ৱিকিপেডিয়া\" নামৰ এক বৃহত্তৰ প্ৰকল্পৰ অংশ| পৃথিবীৰ বিভিন্ন ভাষাত সকলোৱে বিনামূল্যে ব্যৱহাৰ তথা সম্পাদনা কৰিব পৰা বিশ্বকোষ প্ৰস্তুত কৰাৰ উদ্দেশ্যেৰে ৱিকিপিডিয়া নামৰ ইন্টাৰনেট-পৃষ্ঠাত ২০০১ চনত আৰম্ভ কৰা মুখ্য প্ৰকল্পৰ অধীনত বৰ্ত্তমান প্ৰায় শতাধিক ভাষাৰ যোগদানেৰে সম্বৃদ্ধ হোৱা এইলানি গণবিশ্বকোষে আজি প্ৰায় পাঁচলাখতকৈও অধিক প্ৰবন্ধৰে পৃথিৱীৰ বিভিন্ন প্ৰান্তৰ পাঠকক ইন্টাৰনেটৰ জৰিয়তে বিশ্বকোষ সেৱা আগবঢ়াইছে। +

      + + +"; + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('-s','A4','','',32,25,27,25,16,13); + +$mpdf->SetDisplayMode('fullpage'); + +//$mpdf->useSubstitutionsMB = true; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example35_watermarks.php b/htdocs/MPDF57/examples/example35_watermarks.php new file mode 100644 index 000000000..02337f8b7 --- /dev/null +++ b/htdocs/MPDF57/examples/example35_watermarks.php @@ -0,0 +1,59 @@ +mPDF +

      Watermarks

      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +
      + +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      + +
      Blockquote: Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus.
      + +
      Address: Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus.
      + +'; + + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('c'); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->SetWatermarkText('DRAFT'); +$mpdf->watermark_font = 'DejaVuSansCondensed'; +$mpdf->showWatermarkText = true; + + +$mpdf->WriteHTML($html); +$mpdf->AddPage(); + +$mpdf->SetWatermarkImage('tiger.wmf', 1, '', array(160,10)); +$mpdf->showWatermarkImage = true; + +$mpdf->WriteHTML('

      Using a Watermark as a Header

      '); +$mpdf->WriteHTML($html); +$mpdf->AddPage(); + +$mpdf->SetWatermarkImage('tiger.wmf', 0.15, 'F'); + +$mpdf->WriteHTML('

      Using a Watermark Image as Background

      '); +$mpdf->WriteHTML($html); + + +$mpdf->Output(); +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example36_annotations_and_Attached_files.php b/htdocs/MPDF57/examples/example36_annotations_and_Attached_files.php new file mode 100644 index 000000000..63e8c5d21 --- /dev/null +++ b/htdocs/MPDF57/examples/example36_annotations_and_Attached_files.php @@ -0,0 +1,36 @@ +mPDF +

      Annotations

      +
      Heading 5
      +
      Heading 6
      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +'; +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('c'); + +$mpdf->title2annots = true; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example37_barcodes.php b/htdocs/MPDF57/examples/example37_barcodes.php new file mode 100644 index 000000000..34ec8829e --- /dev/null +++ b/htdocs/MPDF57/examples/example37_barcodes.php @@ -0,0 +1,437 @@ + + + + + + + + +

      mPDF

      +

      Barcodes

      +

      NB Quiet zones - The barcode object includes space to the right/left or top/bottom only when the specification states a \'quiet zone\' or \'light margin\'. All the examples below also have CSS property set on the barcode object i.e. padding: 1.5mm;

      + +

      EAN-13 Barcodes (EAN-2 and EAN-5)

      +

      NB EAN-13, UPC-A, UPC-E, and EAN-8 may all include an additional bar code(EAN-2 and EAN-5) to the right of the main bar code (see below).

      +

      A nominal height and width for these barcodes is defined by the specification. \'size\' will scale both the height and width. Values between 0.8 and 2 are allowed (i.e. 80% to 200% of the nominal size). \'height\' can also be varied as a factor of 1; this is applied after the scaling factor used for \'size\'.

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      EAN13Standard EAN-13 barcode. Accepts 12 or 13 characters (creating checksum digit if required). [0-9] numeric only.
      ISBNStandard EAN-13 barcode with \'ISBN\' number shown above [shown at height="0.66"]
      ISSNStandard EAN-13 barcode with \'ISSN\' number shown above [shown at size="0.8"]
      + +

      EAN-8, UPC-A and UPC-E Barcodes

      +

      UPC-A, UPC-E, EAN-13, and EAN-8 may all include an additional bar code(EAN-2 and EAN-5) to the right of the main bar code (see below).

      +

      A nominal height and width for these barcodes is defined by the specification. \'size\' will scale both the height and width. Values between 0.8 and 2 are allowed (i.e. 80% to 200% of the nominal size). \'height\' can also be varied as a factor of 1; this is applied after the scaling factor used for \'size\'.

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      UPCAUPC-A barcode. This is a subset of the EAN-13. (098277211236) Accepts 11 or 12 characters (creating checksum digit if required). [0-9] numeric only
      UPCEUPC-E barcode. Requires the UPC-A code to be entered as above (e.g. 042100005264 to give 425261). NB mPDF will die with an error message if the code is not valid, as only some UPC-A codes can be converted into valid UPC-E codes. UPC-E doesn\'t have a check digit encoded explicity, rather the check digit is encoded in the parity of the other six characters. The check digit that is encoded is the check digit from the original UPC-A barcode.
      EAN8EAN-8. Accepts 7 or 8 characters (creating checksum digit if required). [0-9] numeric only
      + +

      EAN-2 and EAN-5 supplements, and combined forms

      +

      UPC-A, UPC-E, EAN-13, and EAN-8 may all include an additional bar code(EAN-2 and EAN-5) to the right of the main bar code.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      EAN2EAN-2 supplement barcode. mPDF does not generate EAN-5 barcode on its own; see supplements below. Used to denote an issue of a periodical. EAN-2 supplement accepts 2 digits [0-9] only, EAN-5 five.
      EAN5EAN-5 supplement barcode. mPDF does not generate EAN-5 barcode on its own; see supplements below. Usually used in conjunction with EAN-13 for the price of books. 90000 is the code for no price.
      EAN13P2Standard EAN-13 barcode with 2-digit UPC supplement (07)
      ISBNP2Standard EAN-13 barcode with \'ISBN\' number shown above, and 2-digit EAN-2 supplement
      ISSNP2Standard EAN-13 barcode with \'ISSN\' number shown above, and 2-digit EAN-2 supplement
      UPCAP2UPC-A barcode with 2-digit EAN-2 supplement. This is a subset of the EAN-13.
      UPCEP2UPC-E barcode with 2-digit EAN-2 supplement.
      EAN8P2EAN-8 barcode with 2-digit EAN-2 supplement
      EAN13P5Standard EAN-13 barcode with 5-digit UPC supplement (90000)
      ISBNP5Standard EAN-13 barcode with \'ISBN\' number shown above, and 5-digit EAN-5 supplement
      ISSNP5Standard EAN-13 barcode with \'ISSN\' number shown above, and 5-digit EAN-5 supplement
      UPCAP5UPC-A barcode with 5-digit EAN-5 supplement. This is a subset of the EAN-13
      UPCEP5UPC-E barcode with 5-digit EAN-5 supplement. (042100005264 90000)
      EAN8P5EAN-8 barcode with 5-digit EAN-5 supplement (55123457 90000)
      + +

      Postcode Barcodes

      +

      These all have sizes fixed by their specification. Although they can be altered using \'size\' it is not recommended. \'height\' is ignored.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      IMBIntelligent Mail Barcode - also known as: USPS OneCode 4-State Customer Barcode, OneCode 4CB, USPS 4CB, 4-CB, 4-State Customer Barcode, USPS OneCode Solution Barcode. (01234567094987654321-01234567891) Accepts: Up to 31 digits (required 20-digit Tracking Code, and up to 11-digit Routing Code; this may be 0, 5, 9, or 11 digits). If the Routing code is included, it should be spearated by a hyphen - like this example.
      RM4SCCRoyal Mail 4-state Customer barcode (SN34RD1A). Accepts: max. 9 characters. Valid characters: [A-Z,0-9] Checksum digit: automatic.
      KIXDutch KIX version of Royal Mail 4-state Customer barcode (SN34RD1A). Valid characters: [A-Z,0-9]. Checksum digit: automatic.
      POSTNETPOSTNET barcode. Accepts 5, 9 or 11 digits. Valid characters: [0-9]. Checksum digit: automatic.
      PLANETPLANET barcode. Accepts 11 or 13 digits. Valid characters: [0-9]. Checksum digit: automatic.
      + + +

      Variable width Barcodes

      +

      These barcodes are all of variable length depending on the code entered. There is no recommended maximum size for any of these specs, but all recommend a minimum X-dimension (width of narrowest bar) as 7.5mil (=0.19mm). The default used here is twice the minimum i.e. X-dim = 0.38mm.

      +

      The specifications give a minimum height of 15% of the barcode length (which can be variable). The bar height in mPDF is set to a default value of 10mm.

      +

      \'size\' will scale the barcode in both dimensions. mPDF will accept any number, but bear in mind that size="0.5" will set the bar width to the minimum. The \'height\' attribute further allows scaling - this factor is applied to already scaled barcode. Thus size="2" height="0.5" will give a barcode twice the default width (X-dim=0.76mm) and at the default height set in mPDF i.e. 10mm.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      C128ACODE 128 A. Valid characters: [A-Z uppercase and control chars ASCII 0-31]. Checksum digit: automatic.
      C128BCODE 128 B. Valid characters: [Upper / Lower Case + All ASCII Printable Characters]. Checksum digit: automatic.
      C128CCODE 128 C. Valid characters: [0-9]. Must be an even number of digits. Checksum digit: automatic.
      EAN128C [A/B/C]EAN128 (A, B, and C). Specified variant of Code 128, utilising an FNC1 start code. Also known as UCC/EAN-128 or GS1-128. Valid characters: [cf. Code 128]. Checksum digit: automatic.
      C39CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9. Valid characters: [0-9 A-Z \'-\' . Space $/+%]
      C39+CODE 39 + CHECKSUM. Checksum digit: automatic.
      C39ECODE 39 EXTENDED. Valid characters: [ASCII-characters between 0..127]
      C39E+CODE 39 EXTENDED + CHECKSUM. Checksum digit: automatic.
      S25Standard 2 of 5. Valid characters: [0-9]
      S25+Standard 2 of 5 + CHECKSUM. Valid characters: [0-9]. Checksum digit: automatic.
      I25Interleaved 2 of 5. Valid characters: [0-9]
      I25+Interleaved 2 of 5 + CHECKSUM. Valid characters: [0-9]. Checksum digit: automatic.
      I25BInterleaved 2 of 5 with bearer bars. Valid characters: [0-9]
      I25B+Interleaved 2 of 5 + CHECKSUM with bearer bars. Valid characters: [0-9]. Checksum digit: automatic.
      C93CODE 93 - USS-93 (extended). Valid characters: [ASCII-characters between 0..127]. Checksum digits: automatic.
      MSIMSI. Modified Plessey. Valid characters: [0-9]
      MSI+MSI + CHECKSUM (module 11). Checksum digit: automatic.
      CODABARCODABAR. Valid characters: [0-9 \'-\' $:/.+ ABCD] ABCD are used as stop and start characters e.g. A34698735B
      CODE11CODE 11. Valid characters: [0-9 and \'-\']. Checksum digits: 1 (or 2 if length of code is > 10 characters) - automatic.
      + + + + +
      + +
      +
      Useful links
      +

      http://www.adams1.com

      +

      http://www.tec-it.com/Download/PDF/Barcode_Reference_EN.pdf

      +

      http://www.tec-it.com/en/support/knowbase/symbologies/barcode-overview/linear/Default.aspx

      +

      http://www.gs1uk.org/downloads/bar_code/Bar%20coding%20getting%20it%20right.pdf

      +

      http://web.archive.org/web/19990501035133/http://www.uc-council.org/d36-d.htm (EAN2 and EAN5)

      +

      http://www.barcodeisland.com/ean13.phtml (UPC-A)

      +

      http://www.idautomation.com/fonts/postnet/#Specifications

      +

      http://www.outputlinks.com/sites/AFP/ibm_bcocafaq.pdf

      +

      https://ribbs.usps.gov/intelligentmail_mailpieces/documents/tech_guides/USPSIMB_Tech_Resource_Guide.pdf (Intelligent Mail)

      +

      http://www.mailsorttechnical.com/downloads_mailsort_user_guide.cfm

      + +

      http://www.mailsorttechnical.com/docs/mug_jun_2009/MUG_10_2008_Mailsort_700.pdf page 20

      + + +
      + + +
      +

      Human-readable text

      +Human-readable text is only produced as part of the barcode object in EAN-13, ISBN, ISSN, EAN-8, UPC-A and UPC-E. Here is an example to add text to a barcode: +
      + +
      + +<div style="position:fixed; right: 50mm; top: 60mm; border: 0.2mm solid #000000; text-align: center; padding: 0.5mm; padding-top: 2mm;">
      +<barcode code="00034698735346987355" type="EAN128C" /><br />
      +<div style="font-family: ocrb;">(00) 0346987 35346987 355</div>
      +</div> + +
      + +
      +
      +
      (00) 0346987 35346987 355
      +
      + + + +'; +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('','','','',20,15,25,25,10,10); +$mpdf->WriteHTML($html); +$mpdf->Output(); + +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example38_dot_tab.php b/htdocs/MPDF57/examples/example38_dot_tab.php new file mode 100644 index 000000000..7342cc828 --- /dev/null +++ b/htdocs/MPDF57/examples/example38_dot_tab.php @@ -0,0 +1,43 @@ + +dottab.menu { + outdent: 4em; +} +p.menu { + text-align: left; + padding-right: 4em; +} + + +

      Menu

      + +
      + + + + + + + + + +
      +'; + + +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example39_PDFA_compliance.php b/htdocs/MPDF57/examples/example39_PDFA_compliance.php new file mode 100644 index 000000000..f43b0231c --- /dev/null +++ b/htdocs/MPDF57/examples/example39_PDFA_compliance.php @@ -0,0 +1,31 @@ +mPDF +

      PDFA Compliance

      +

      PDF/A1-b is a file format for the long-term archiving of electronic documents. This is an example of a PDF/A1-b compliant files.

      +'; +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->PDFA = true; +$mpdf->PDFAauto = true; +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example40_MPDFI_thumbnails.php b/htdocs/MPDF57/examples/example40_MPDFI_thumbnails.php new file mode 100644 index 000000000..709ea8d13 --- /dev/null +++ b/htdocs/MPDF57/examples/example40_MPDFI_thumbnails.php @@ -0,0 +1,20 @@ +SetImportUse(); + +$mpdf->Thumbnail('sample_orientation2.pdf', 4, 5); // number per row // spacing in mm + +$mpdf->WriteHTML('
      Now with rotated pages
      '); + +$mpdf->Thumbnail('sample_orientation3.pdf', 4); // number per row // spacing in mm + + +$mpdf->Output(); + +exit; + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example41_MPDFI_template.php b/htdocs/MPDF57/examples/example41_MPDFI_template.php new file mode 100644 index 000000000..12f592db8 --- /dev/null +++ b/htdocs/MPDF57/examples/example41_MPDFI_template.php @@ -0,0 +1,36 @@ +SetImportUse(); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->SetCompression(false); + +// Add First page +$pagecount = $mpdf->SetSourceFile('sample_basic.pdf'); + +$crop_x = 50; +$crop_y = 50; +$crop_w = 100; +$crop_h = 100; + +$tplIdx = $mpdf->ImportPage(2, $crop_x, $crop_y, $crop_w, $crop_h); + +$x = 50; +$y = 50; +$w = 100; +$h = 100; + +$mpdf->UseTemplate($tplIdx, $x, $y, $w, $h); + +$mpdf->Rect($x, $y, $w, $h); + +$mpdf->Output('newpdf.pdf', 'I'); + +exit; + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example42_MPDFI_templatedoc.php b/htdocs/MPDF57/examples/example42_MPDFI_templatedoc.php new file mode 100644 index 000000000..2b670ca39 --- /dev/null +++ b/htdocs/MPDF57/examples/example42_MPDFI_templatedoc.php @@ -0,0 +1,35 @@ +SetImportUse(); + +$mpdf->SetDocTemplate('sample_logoheader2.pdf',1); // 1|0 to continue after end of document or not - used on matching page numbers + +//=================================================== +$mpdf->AddPage(); +$mpdf->WriteHTML('Hallo World'); +$mpdf->AddPage(); +$mpdf->WriteHTML('Hallo World'); +$mpdf->AddPage(); +$mpdf->WriteHTML('Hallo World'); +//=================================================== + +$mpdf->RestartDocTemplate(); + +//=================================================== +$mpdf->AddPage(); +$mpdf->WriteHTML('Hallo World'); +$mpdf->AddPage(); +$mpdf->WriteHTML('Hallo World'); +$mpdf->AddPage(); +$mpdf->WriteHTML('Hallo World'); +//=================================================== + + +$mpdf->Output(); + +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example43_MPDFI_booklet.php b/htdocs/MPDF57/examples/example43_MPDFI_booklet.php new file mode 100644 index 000000000..8144a3a02 --- /dev/null +++ b/htdocs/MPDF57/examples/example43_MPDFI_booklet.php @@ -0,0 +1,121 @@ + + + + + + + +

      mPDF Example Booklet

      +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + +

      Little Women - Chapter One - Playing Pilgrims

      + +

      Christmas won\'t be Christmas without any presents, grumbled Jo, lying on the rug.

      It\'s so dreadful to be poor! sighed Meg, looking down at her old dress.

      I don\'t think it\'s fair for some girls to have plenty of pretty things, and other girls nothing at all, added little Amy, with an injured sniff.

      We\'ve got Father and Mother, and each other, said Beth contentedly from her corner.

      The four young faces on which the firelight shone brightened at the cheerful words, but darkened again as Jo said sadly, We haven\'t got Father, and shall not have him for a long time. She didn\'t say perhaps never, but each silently added it, thinking of Father far away, where the fighting was.

      Nobody spoke for a minute; then Meg said in an altered tone, You know the reason Mother proposed not having any presents this Christmas was because it is going to be a hard winter for everyone; and she thinks we ought not to spend money for pleasure, when our men are suffering so in the army. We can\'t do much, but we can make our little sacrifices, and ought to do it gladly. But I am afraid I don\'t And Meg shook her head, as she thought regretfully of all the pretty things she wanted.

      But I don\'t think the little we should spend would do any good. We\'ve each got a dollar, and the army wouldn\'t be much helped by our giving that. I agree not to expect anything from Mother or you, but I do want to buy UNDINE AND SINTRAM for myself. I\'ve wanted it so long, said Jo, who was a bookworm.

      I planned to spend mine in new music, said Beth, with a little sigh, which no one heard but the hearth brush and kettle holder.

      I shall get a nice box of Faber\'s drawing pencils. I really need them, said Amy decidedly.

      Mother didn\'t say anything about our money, and she won\'t wish us to give up everything. Let\'s each buy what we want, and have a little fun. I\'m sure we work hard enough to earn it, cried Jo, examining the heels of her shoes in a gentlemanly manner.

      I know I do—teaching those tiresome children nearly all day, when I\'m longing to enjoy myself at home, began Meg, in the complaining tone again.

      You don\'t have half such a hard time as I do, said Jo. How would you like to be shut up for hours with a nervous, fussy old lady, who keeps you trotting, is never satisfied, and worries you till you you\'re ready to fly out the window or cry?

      It\'s naughty to fret, but I do think washing dishes and keeping things tidy is the worst work in the world. It makes me cross, and my hands get so stiff, I can\'t practice well at all. And Beth looked at her rough hands with a sigh that any one could hear that time.

      I don\'t believe any of you suffer as I do, cried Amy, for you don\'t have to go to school with impertinent girls, who plague you if you don\'t know your lessons, and laugh at your dresses, and label your father if he isn\'t rich, and insult you when your nose isn\'t nice.

      If you mean libel, I\'d say so, and not talk about labels, as if Papa was a pickle bottle, advised Jo, laughing.

      I know what I mean, and you needn\'t be satirical about it. It\'s proper to use good words, and improve your vocabulary, returned Amy, with dignity.

      Don\'t peck at one another, children. Don\'t you wish we had the money Papa lost when we were little, Jo? Dear me! How happy and good we\'d be, if we had no worries! said Meg, who could remember better times.

      You said the other day you thought we were a deal happier than the King children, for they were fighting and fretting all the time, in spite of their money.

      So I did, Beth. Well, I think we are. For though we do have to work, we make fun of ourselves, and are a pretty jolly set, as Jo would say.

      Jo does use such slang words! observed Amy, with a reproving look at the long figure stretched on the rug.

      Jo immediately sat up, put her hands in her pockets, and began to whistle.

      Don\'t, Jo. It\'s so boyish!

      That\'s why I do it.

      I detest rude, unladylike girls!

      I hate affected, niminy-piminy chits!

      Birds in their little nests agree, sang Beth, the peacemaker, with such a funny face that both sharp voices softened to a laugh, and the pecking ended for that time.

      Really, girls, you are both to be blamed, said Meg, beginning to lecture in her elder-sisterly fashion. You are old enough to leave off boyish tricks, and to behave better, Josephine. It didn\'t matter so much when you were a little girl, but now you are so tall, and turn up your hair, you should remember that you are a young lady.

      I\'m not! And if turning up my hair makes me one, I\'ll wear it in two tails till I\'m twenty, cried Jo, pulling off her net, and shaking down a chestnut mane. I hate to think I\'ve got to grow up, and be Miss March, and wear long gowns, and look as prim as a China Aster! It\'s bad enough to be a girl, anyway, when I like boy\'s games and work and manners! I can\'t get over my disappointment in not being a boy. And it\'s worse than ever now, for I\'m dying to go and fight with Papa. And I can only stay home and knit, like a poky old woman!

      And Jo shook the blue army sock till the needles rattled like castanets, and her ball bounded across the room.

      Poor Jo! It\'s too bad, but it can\'t be helped. So you must try to be contented with making your name boyish, and playing brother to us girls, said Beth, stroking the rough head with a hand that all the dish washing and dusting in the world could not make ungentle in its touch.

      As for you, Amy, continued Meg, you are altogether to particular and prim. Your airs are funny now, but you\'ll grow up an affected little goose, if you don\'t take care. I I like your nice manners and refined ways of speaking, when you don\'t try to be elegant. But your absurd words are as bad as Jo\'s slang.

      If Jo is a tomboy and Amy a goose, what am I, please? asked Beth, ready to share the lecture.

      You\'re a dear, and nothing else, answered Meg warmly, and no one contradicted her, for the \'Mouse\' was the pet of the family.

      + +

      Little Women - Chapter One - Playing Pilgrims

      + +

      Christmas won\'t be Christmas without any presents, grumbled Jo, lying on the rug.

      It\'s so dreadful to be poor! sighed Meg, looking down at her old dress.

      I don\'t think it\'s fair for some girls to have plenty of pretty things, and other girls nothing at all, added little Amy, with an injured sniff.

      We\'ve got Father and Mother, and each other, said Beth contentedly from her corner.

      The four young faces on which the firelight shone brightened at the cheerful words, but darkened again as Jo said sadly, We haven\'t got Father, and shall not have him for a long time. She didn\'t say perhaps never, but each silently added it, thinking of Father far away, where the fighting was.

      Nobody spoke for a minute; then Meg said in an altered tone, You know the reason Mother proposed not having any presents this Christmas was because it is going to be a hard winter for everyone; and she thinks we ought not to spend money for pleasure, when our men are suffering so in the army. We can\'t do much, but we can make our little sacrifices, and ought to do it gladly. But I am afraid I don\'t And Meg shook her head, as she thought regretfully of all the pretty things she wanted.

      But I don\'t think the little we should spend would do any good. We\'ve each got a dollar, and the army wouldn\'t be much helped by our giving that. I agree not to expect anything from Mother or you, but I do want to buy UNDINE AND SINTRAM for myself. I\'ve wanted it so long, said Jo, who was a bookworm.

      I planned to spend mine in new music, said Beth, with a little sigh, which no one heard but the hearth brush and kettle holder.

      I shall get a nice box of Faber\'s drawing pencils. I really need them, said Amy decidedly.

      Mother didn\'t say anything about our money, and she won\'t wish us to give up everything. Let\'s each buy what we want, and have a little fun. I\'m sure we work hard enough to earn it, cried Jo, examining the heels of her shoes in a gentlemanly manner.

      I know I do—teaching those tiresome children nearly all day, when I\'m longing to enjoy myself at home, began Meg, in the complaining tone again.

      You don\'t have half such a hard time as I do, said Jo. How would you like to be shut up for hours with a nervous, fussy old lady, who keeps you trotting, is never satisfied, and worries you till you you\'re ready to fly out the window or cry?

      It\'s naughty to fret, but I do think washing dishes and keeping things tidy is the worst work in the world. It makes me cross, and my hands get so stiff, I can\'t practice well at all. And Beth looked at her rough hands with a sigh that any one could hear that time.

      I don\'t believe any of you suffer as I do, cried Amy, for you don\'t have to go to school with impertinent girls, who plague you if you don\'t know your lessons, and laugh at your dresses, and label your father if he isn\'t rich, and insult you when your nose isn\'t nice.

      If you mean libel, I\'d say so, and not talk about labels, as if Papa was a pickle bottle, advised Jo, laughing.

      I know what I mean, and you needn\'t be satirical about it. It\'s proper to use good words, and improve your vocabulary, returned Amy, with dignity.

      Don\'t peck at one another, children. Don\'t you wish we had the money Papa lost when we were little, Jo? Dear me! How happy and good we\'d be, if we had no worries! said Meg, who could remember better times.

      You said the other day you thought we were a deal happier than the King children, for they were fighting and fretting all the time, in spite of their money.

      So I did, Beth. Well, I think we are. For though we do have to work, we make fun of ourselves, and are a pretty jolly set, as Jo would say.

      Jo does use such slang words! observed Amy, with a reproving look at the long figure stretched on the rug.

      Jo immediately sat up, put her hands in her pockets, and began to whistle.

      Don\'t, Jo. It\'s so boyish!

      That\'s why I do it.

      I detest rude, unladylike girls!

      I hate affected, niminy-piminy chits!

      Birds in their little nests agree, sang Beth, the peacemaker, with such a funny face that both sharp voices softened to a laugh, and the pecking ended for that time.

      Really, girls, you are both to be blamed, said Meg, beginning to lecture in her elder-sisterly fashion. You are old enough to leave off boyish tricks, and to behave better, Josephine. It didn\'t matter so much when you were a little girl, but now you are so tall, and turn up your hair, you should remember that you are a young lady.

      I\'m not! And if turning up my hair makes me one, I\'ll wear it in two tails till I\'m twenty, cried Jo, pulling off her net, and shaking down a chestnut mane. I hate to think I\'ve got to grow up, and be Miss March, and wear long gowns, and look as prim as a China Aster! It\'s bad enough to be a girl, anyway, when I like boy\'s games and work and manners! I can\'t get over my disappointment in not being a boy. And it\'s worse than ever now, for I\'m dying to go and fight with Papa. And I can only stay home and knit, like a poky old woman!

      And Jo shook the blue army sock till the needles rattled like castanets, and her ball bounded across the room.

      Poor Jo! It\'s too bad, but it can\'t be helped. So you must try to be contented with making your name boyish, and playing brother to us girls, said Beth, stroking the rough head with a hand that all the dish washing and dusting in the world could not make ungentle in its touch.

      As for you, Amy, continued Meg, you are altogether to particular and prim. Your airs are funny now, but you\'ll grow up an affected little goose, if you don\'t take care. I I like your nice manners and refined ways of speaking, when you don\'t try to be elegant. But your absurd words are as bad as Jo\'s slang.

      If Jo is a tomboy and Amy a goose, what am I, please? asked Beth, ready to share the lecture.

      You\'re a dear, and nothing else, answered Meg warmly, and no one contradicted her, for the \'Mouse\' was the pet of the family.

      + +'; + +//============================================================== +//============================================================== +//============================================================== + + +include("../mpdf.php"); + +$mpdf=new mPDF('c','A4','','',32,25,27,25,16,13); + +$mpdf->mirrorMargins = 1; +$mpdf->SetDisplayMode('fullpage','two'); +$mpdf->useOnlyCoreFonts = true; +$mpdf->defaultfooterfontsize = 13; +$mpdf->AddPage(); +$mpdf->Image('clematis.jpg',0,0,210,297,'jpg','',true, false); // e.g. the last "false" allows a full page picture +$mpdf->y = 70; +$mpdf->Shaded_box('mPDF Example File', 'Arial', '', 28, '70%', 'DF', 3, '#FFFFFF', '#000044', 10); + +$mpdf->AddPage(); +$mpdf->SetFooter('{PAGENO}'); +$mpdf->WriteHTML($html); + + +$mpdf->AddPage('','NEXT-EVEN'); +$mpdf->SetFooter(); +$mpdf->SetAlpha(0.5); +$mpdf->Image('clematis.jpg',0,0,210,297,'jpg','',true, false); // e.g. the last "false" allows a full page picture +$mpdf->SetAlpha(1); + +$mpdf->writeBarcode('978-0-9542246-0-8', 1, 130, 230, 1,0, 3,3,4,4); + +// Save the pages to a file +$mpdf->Output('test.pdf','F'); +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + +function GetBookletPages($np, $backcover=true) { + $lastpage = $np; + $np = 4*ceil($np/4); + $pp = array(); + for ($i=1; $i<=$np/2; $i++) { + $p1 = $np - $i + 1; + if ($backcover) { + if ($i == 1) { $p1 = $lastpage; } + else if ($p1 >= $lastpage) { $p1 = 0; } + } + if ($i % 2 == 1) { + $pp[] = array( $p1, $i ); + } + else { + $pp[] = array( $i, $p1 ); + } + } + return $pp; +} + + + +$mpdf=new mPDF('','A4-L','','',0,0,0,0,0,0); +$mpdf->SetImportUse(); +$ow = $mpdf->h; +$oh = $mpdf->w; +$pw = $mpdf->w / 2; +$ph = $mpdf->h; + +$mpdf->SetDisplayMode('fullpage'); + +$pagecount = $mpdf->SetSourceFile('test.pdf'); +$pp = GetBookletPages($pagecount); + +foreach($pp AS $v) { + $mpdf->AddPage(); + if ($v[0]>0 && $v[0]<=$pagecount) { + $tplIdx = $mpdf->ImportPage($v[0], 0,0,$ow,$oh); + $mpdf->UseTemplate($tplIdx, 0, 0, $pw, $ph); + } + if ($v[1]>0 && $v[1]<=$pagecount) { + $tplIdx = $mpdf->ImportPage($v[1], 0,0,$ow,$oh); + $mpdf->UseTemplate($tplIdx, $pw, 0, $pw, $ph); + } +} + +$mpdf->Output(); + +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example44_MPDFI_yearbook.php b/htdocs/MPDF57/examples/example44_MPDFI_yearbook.php new file mode 100644 index 000000000..2420b9f36 --- /dev/null +++ b/htdocs/MPDF57/examples/example44_MPDFI_yearbook.php @@ -0,0 +1,150 @@ + +div { text-align: justify; } + +

      Joanne Smith 2002-2007

      This is the normal text in the div: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque, risus at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.
      +'; + +$html2 = ' + +

      Tim Another 2001-2007

      This is the normal text in the div: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque, risus at eleifend lacus sapien et risus. Phasellus metus, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.
      +Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.
      +'; + +for($i=1; $i<=10; $i++) { + // $html = $html; + if ($i % 3 == 1) { $html = $html2; } + else { $html = $html1; } + $pph[$i] = SinglePage($html, $pw, $ph, $minK) ; // $pph saves the actual height of each page +} +//============================================================== +// Save the pages to a file +$mpdf->Output('test.pdf','F'); + +// Now collate those pages using IMPORT - 4 pages to one page + +$mpdf=new mPDF(); +$mpdf->SetImportUse(); +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->SetHeader('{DATE j-m-Y}|My Yearbook 2005|{PAGENO}'); +$mpdf->SetFooter('|Printed using mPDF|'); + +$pagecount = $mpdf->SetSourceFile('test.pdf'); +for($i=1; $i<=$pagecount; $i++) { + if ($i % 4 == 1) { $mpdf->AddPage(); } + $pgheight = $mpdf->h - $mpdf->tMargin - $mpdf->bMargin; + $hspacing = min($spacing,($mpdf->pgwidth - $pw*2) ); + $vspacing = min($spacing,($pgheight - $ph*2) ); + $x1 = $mpdf->lMargin + ($mpdf->pgwidth/2 - $hspacing/2 - $pw)/2; + $x2 = $mpdf->lMargin + $mpdf->pgwidth/2 + $hspacing/2 + ($mpdf->pgwidth/2 - $hspacing/2 - $pw)/2; + $y1 = $mpdf->tMargin + ($pgheight /2 - $vspacing/2 - $ph)/2; + $y2 = $mpdf->tMargin + $pgheight /2 + $vspacing/2 + ($pgheight /2 - $vspacing/2 - $ph)/2; + if ($i % 4 == 1) { $x = $x1; $y = $y1; } + else if ($i % 4 == 2) { $x = $x2; $y = $y1; } + else if ($i % 4 == 3) { $x = $x1; $y = $y2; } + else if ($i % 4 == 0) { $x = $x2; $y = $y2; } + $tplIdx = $mpdf->ImportPage($i, 0,0,$pw,$pph[$i]); + + if ($align=='T') { $mpdf->UseTemplate($tplIdx, $x, $y, $pw, $pph[$i]); } + else { $mpdf->UseTemplate($tplIdx, $x, ($y + (($ph - $pph[$i])/2)), $pw, $pph[$i]); } + + if ($border >= 0) { $mpdf->Rect($x-$border, $y-$border, $pw+2*$border, $ph+2*$border); } +} + +$mpdf->Output(); + +exit; + +//============================================================== +function SinglePage($html, $pw, $ph, $minK=1, $inc=0.1) { +// returns height of page +global $mpdf; + $mpdf->AddPage('','','','','','',($mpdf->w - $pw),'',($mpdf->h - $ph),0,0); + $k = 1; + + $currpage = $mpdf->page; + $mpdf->WriteHTML($html); + + $newpage = $mpdf->page; + while($currpage != $newpage) { + for($u=0;$u<=($newpage-$currpage);$u++) { + // DELETE PAGE - the added page + unset($mpdf->pages[$mpdf->page]); + if (isset($mpdf->ktAnnots[$mpdf->page])) { unset( $mpdf->ktAnnots[$mpdf->page] ); } + if (isset($mpdf->tbrot_Annots[$mpdf->page])) { unset( $mpdf->tbrot_Annots[$mpdf->page] ); } + if (isset($mpdf->kwt_Annots[$mpdf->page])) { unset( $mpdf->kwt_Annots[$mpdf->page] ); } + if (isset($mpdf->PageAnnots[$mpdf->page])) { unset( $mpdf->PageAnnots[$mpdf->page] ); } + if (isset($mpdf->ktBlock[$mpdf->page])) { unset( $mpdf->ktBlock[$mpdf->page] ); } + if (isset($mpdf->PageLinks[$mpdf->page])) { unset( $mpdf->PageLinks[$mpdf->page] ); } + if (isset($mpdf->pageoutput[$mpdf->page])) { unset( $mpdf->pageoutput[$mpdf->page] ); } + // Go to page before - so can addpage + $mpdf->page--; + } + // mPDF 2.4 Float Images + if (count($mpdf->floatbuffer)) { + $mpdf->objectbuffer[] = $mpdf->floatbuffer['objattr']; + $mpdf->printobjectbuffer(false); + $mpdf->objectbuffer = array(); + $mpdf->floatbuffer = array(); + $mpdf->float = false; + } + + + $k += $inc; + if ((1/$k) < $minK) { die("Page no. ".$mpdf->page." is too large to fit"); } + $w = $pw * $k; + $h = $ph * $k; + $mpdf->_beginpage('','',($mpdf->w - $w),'',($mpdf->h - $h)); + $currpage = $mpdf->page; + + $mpdf->_out('2 J'); + $mpdf->_out(sprintf('%.2f w',0.1*$mpdf->k)); + $mpdf->SetFont($mpdf->default_font,'',$mpdf->default_font_size ,true,true); // forces write + $mpdf->SetDrawColor(0); + $mpdf->SetFillColor(255); + $mpdf->SetTextColor(0); + $mpdf->ColorFlag=false; + + // Start Transformation + $mpdf->StartTransform(); + $mpdf->transformScale((100/$k), (100/$k), 0, 0); + + $mpdf->WriteHTML($html); + + $newpage = $mpdf->page; + + //Stop Transformation + $mpdf->StopTransform(); + } + return ($mpdf->y / $k); +} +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example46_progress_bars_simple.php b/htdocs/MPDF57/examples/example46_progress_bars_simple.php new file mode 100644 index 000000000..a0bddac8e --- /dev/null +++ b/htdocs/MPDF57/examples/example46_progress_bars_simple.php @@ -0,0 +1,1595 @@ + + + + + + + + +
      mPDF Example File
      +
      + +
      mPDF Example File
      +
      + +
      {PAGENO}/{nbpg}
      +
      + +
      {PAGENO}/{nbpg}
      +
      + + + + + + + +
      + +
      + +
      +
      +mPDF Example File +
      +
      + + + +

      The front cover can also be produced like this:

      + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->Image(\'clematis.jpg\',0,0,210,297,\'jpg\',\'\',true, false); +// the last "false" allows a full page picture + +$mpdf->y = 70; +$mpdf->Shaded_box(\'mPDF Example File\', \'Trebuchet\', \'\', 28, \'70%\', \'DF\', 3, \'#FFFFFF\', \'#000044\', 10); +')) .'
      + + + + + + + + + + + + + +

      (H1) mPDF

      +

      (H2) Section 1

      +

      (H3) HTML Markup

      + + + + +

      Heading 4

      +
      Heading 5
      +
      Heading 6
      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +
      + +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      + +
      Blockquote: Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus.
      + +
      Address: Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus.
      + +
      PRE: Cum sociis natoque penatibus et magnis dis parturient montes, 
      +nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis 
      +dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras 
      +sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. 
      +Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, 
      +ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.
      + + + +
      Styles - tt(teletype) italic bold big small emphasis strong
      new lines
      +code sample keyboard variable citation abbr. ACRONYM sup sub strike strike-s underline delete insert To be or not to be font changing face, size and color +
      + +

      Paragraph using the in-line style to determine the font-size (15pt) and colour

      + + +

      Testing BIG, SMALL, UNDERLINE, STRIKETHROUGH, FONT color, ACRONYM, SUPERSCRIPT and SUBSCRIPT

      +

      This is strikethrough in block and small strikethrough in small span and big strikethrough in big span and then underline and strikethrough and sup but out of span again but blue font and ACRONYM text

      + +

      This is a green reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      Repeated in BIG: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      The above repeated, but starting with a paragraph with font-size specified (7pt)

      + +

      This is strikethrough in block and small strikethrough in small span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is strikethrough in block and big strikethrough in big span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      This tests underline and strikethrough when they are used together as they both use text-decoration

      + + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in BIG but with font-size set to 7pt by in-line css: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +
        +
      1. Item 1
      2. +
      3. Item 232
      4. +
      5. Item 3
      6. +
      7. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. +
          +
        • Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
        • +
        • Subitem 2 +
            +
          • +Level 3 subitem +
          • +
          +
        • +
        +
      8. +
      9. Item 5
      10. +
      + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      DataDataDataData
      2nd line
      More DataMore DataMore DataData
      2nd line
      DataDataDataData
      2nd line
      DataDataDataData
      2nd line
      + +This paragraph has border-radius and background-gradient set. Minimum padding is recommended as 1/3rd of the border-radius. Or can use $mpdf->autoPadding. +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + + + + + +

      Hyphenation

      + +

      Little Women - Chapter One - Playing Pilgrims

      + + +

      Christmas won\'t be Christmas without any presents, grumbled Jo, lying on the rug.

      It\'s so dreadful to be poor! sighed Meg, looking down at her old dress.

      I don\'t think it\'s fair for some girls to have plenty of pretty things, and other girls nothing at all, added little Amy, with an injured sniff.

      We\'ve got Father and Mother, and each other, said Beth contentedly from her corner.

      The four young faces on which the firelight shone brightened at the cheerful words, but darkened again as Jo said sadly, We haven\'t got Father, and shall not have him for a long time. She didn\'t say perhaps never, but each silently added it, thinking of Father far away, where the fighting was.

      Nobody spoke for a minute; then Meg said in an altered tone, You know the reason Mother proposed not having any presents this Christmas was because it is going to be a hard winter for everyone; and she thinks we ought not to spend money for pleasure, when our men are suffering so in the army. We can\'t do much, but we can make our little sacrifices, and ought to do it gladly. But I am afraid I don\'t And Meg shook her head, as she thought regretfully of all the pretty things she wanted.

      But I don\'t think the little we should spend would do any good. We\'ve each got a dollar, and the army wouldn\'t be much helped by our giving that. I agree not to expect anything from Mother or you, but I do want to buy UNDINE AND SINTRAM for myself. I\'ve wanted it so long, said Jo, who was a bookworm.

      I planned to spend mine in new music, said Beth, with a little sigh, which no one heard but the hearth brush and kettle holder.

      I shall get a nice box of Faber\'s drawing pencils. I really need them, said Amy decidedly.

      Mother didn\'t say anything about our money, and she won\'t wish us to give up everything. Let\'s each buy what we want, and have a little fun. I\'m sure we work hard enough to earn it, cried Jo, examining the heels of her shoes in a gentlemanly manner.

      I know I do—teaching those tiresome children nearly all day, when I\'m longing to enjoy myself at home, began Meg, in the complaining tone again.

      You don\'t have half such a hard time as I do, said Jo. How would you like to be shut up for hours with a nervous, fussy old lady, who keeps you trotting, is never satisfied, and worries you till you you\'re ready to fly out the window or cry?

      It\'s naughty to fret, but I do think washing dishes and keeping things tidy is the worst work in the world. It makes me cross, and my hands get so stiff, I can\'t practice well at all. And Beth looked at her rough hands with a sigh that any one could hear that time.

      I don\'t believe any of you suffer as I do, cried Amy, for you don\'t have to go to school with impertinent girls, who plague you if you don\'t know your lessons, and laugh at your dresses, and label your father if he isn\'t rich, and insult you when your nose isn\'t nice.

      If you mean libel, I\'d say so, and not talk about labels, as if Papa was a pickle bottle, advised Jo, laughing.

      I know what I mean, and you needn\'t be satirical about it. It\'s proper to use good words, and improve your vocabulary, returned Amy, with dignity.

      Don\'t peck at one another, children. Don\'t you wish we had the money Papa lost when we were little, Jo? Dear me! How happy and good we\'d be, if we had no worries! said Meg, who could remember better times.

      You said the other day you thought we were a deal happier than the King children, for they were fighting and fretting all the time, in spite of their money.

      So I did, Beth. Well, I think we are. For though we do have to work, we make fun of ourselves, and are a pretty jolly set, as Jo would say.

      Jo does use such slang words! observed Amy, with a reproving look at the long figure stretched on the rug.

      Jo immediately sat up, put her hands in her pockets, and began to whistle.

      Don\'t, Jo. It\'s so boyish!

      That\'s why I do it.

      I detest rude, unladylike girls!

      I hate affected, niminy-piminy chits!

      Birds in their little nests agree, sang Beth, the peacemaker, with such a funny face that both sharp voices softened to a laugh, and the pecking ended for that time.

      Really, girls, you are both to be blamed, said Meg, beginning to lecture in her elder-sisterly fashion. You are old enough to leave off boyish tricks, and to behave better, Josephine. It didn\'t matter so much when you were a little girl, but now you are so tall, and turn up your hair, you should remember that you are a young lady.

      I\'m not! And if turning up my hair makes me one, I\'ll wear it in two tails till I\'m twenty, cried Jo, pulling off her net, and shaking down a chestnut mane. I hate to think I\'ve got to grow up, and be Miss March, and wear long gowns, and look as prim as a China Aster! It\'s bad enough to be a girl, anyway, when I like boy\'s games and work and manners! I can\'t get over my disappointment in not being a boy. And it\'s worse than ever now, for I\'m dying to go and fight with Papa. And I can only stay home and knit, like a poky old woman!

      And Jo shook the blue army sock till the needles rattled like castanets, and her ball bounded across the room.

      Poor Jo! It\'s too bad, but it can\'t be helped. So you must try to be contented with making your name boyish, and playing brother to us girls, said Beth, stroking the rough head with a hand that all the dish washing and dusting in the world could not make ungentle in its touch.

      As for you, Amy, continued Meg, you are altogether to particular and prim. Your airs are funny now, but you\'ll grow up an affected little goose, if you don\'t take care. I I like your nice manners and refined ways of speaking, when you don\'t try to be elegant. But your absurd words are as bad as Jo\'s slang.

      If Jo is a tomboy and Amy a goose, what am I, please? asked Beth, ready to share the lecture.

      You\'re a dear, and nothing else, answered Meg warmly, and no one contradicted her, for the \'Mouse\' was the pet of the family.

      + + + + + + + + + + +

      Lists

      +
      +
        +
      1. Text here lorem ipsum ibisque totum.
      2. +
      3. Text here lorem ipsum ibisque totum.
      4. +
      5. Text here lorem ipsum ibisque totum.
      6. +
      7. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum.
      8. +
      9. Text here lorem ipsum ibisque totum.
      10. +
      11. Text here lorem ipsum ibisque totum. +
          +
        1. Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum.
        6. +
        7. Text here lorem ipsum ibisque totum.
        8. +
        9. Text here lorem ipsum ibisque totum.
        10. +
        11. Text here lorem ipsum ibisque totum. +
            +
          1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum. +
          4. +
          5. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum. +
                +
              1. Text here lorem ipsum ibisque totum.
              2. +
              3. Text here lorem ipsum ibisque totum.
              4. +
              5. Text here lorem ipsum ibisque totum.
              6. +
              7. Text here lorem ipsum ibisque totum.
              8. +
              9. Text here lorem ipsum ibisque totum.
              10. +
              +
            10. +
            11. Text here lorem ipsum ibisque totum.
            12. +
            13. Text here lorem ipsum ibisque totum.
            14. +
            15. Text here lorem ipsum ibisque totum.
            16. +
            17. Text here lorem ipsum ibisque totum.
            18. +
            +
          6. +
          7. Text here lorem ipsum ibisque totum.
          8. +
          +
        12. +
        13. Text here lorem ipsum ibisque totum.
        14. +
        15. Text here lorem ipsum ibisque totum.
        16. +
        17. Text here lorem ipsum ibisque totum.
        18. +
        19. Text here lorem ipsum ibisque totum.
        20. +
        +
      12. +
      13. Text here lorem ipsum ibisque totum.
      14. +
      15. Text here lorem ipsum ibisque totum. +
          +
        1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum. +
            +
          1. Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum.
          4. +
          5. Text here lorem ipsum ibisque totum.
          6. +
          7. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          8. +
          9. Text here lorem ipsum ibisque totum.
          10. +
          11. Text here lorem ipsum ibisque totum.
          12. +
          13. Text here lorem ipsum ibisque totum. +
              +
            1. No class specified. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          14. +
          +
        6. +
        +
      16. +
      17. Text here lorem ipsum ibisque totum.
      18. +
      19. Text here lorem ipsum ibisque totum.
      20. +
      21. Text here lorem ipsum ibisque totum.
      22. +
      23. Text here lorem ipsum ibisque totum.
      24. +
      25. Text here lorem ipsum ibisque totum.
      26. +
      27. Text here lorem ipsum ibisque totum.
      28. +
      29. Text here lorem ipsum ibisque totum.
      30. +
      +
      + + + +

      Tables

      +

      mPDF supports all in-line properties inside tables.

      + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +This is data out of p +

      This is bold data p

      +This is bold data out of p
      +This is normal data after br +

      Heading 3 inside a table

      +Text here lorem ipsum ibisque totum.32 +
      This is data div
      +This is data out of div +
      This is data div (bold)
      +This is data out of div +
      Also data
      + +

      This table has padding-top and -bottom set to 3mm i.e. padding within the cells. Also background-, border colour and style, font family and size are set by in-line CSS.

      + + + + +
      Row 1This is dataThis is data
      Row 2

      This is data p

      More data

      Row 3

      This is long data

      This is data
      + + +

      Tables

      +

      The style sheet used for these examples shows some of the table styles I use on my website. The property \'topntail\' defined by a border-type definition e.g. "1px solid #880000" puts a border at the top and bottom of the table, and also below a header row (thead) if defined. Note also that <thead> will automatically turn on the header-repeat i.e. reproduce the header row at the top of each page.

      +

      bpmTopic Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      More data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      + +

       

      + +

      bpmTopicC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      bpmTopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      +

       

      +

      bpmTopnTailC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      TopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2Bottom right align +

      This is data. Can use

      +

      bold italic sub or sup text

      +
      +

      Bottom right align

      +
      +

      This is data. This cell

      +

      uses Cell Styles to set

      +

      the borders.

      +

      All borders are collapsible

      +

      in mPDF.

      +
      This is data
      Row header 4 +

      This is data p

      +
      More data
      Row header 5Also data merged and centered
      + +

       

      + +

      Lists in a Table

      + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2 +
        +
      1. Item 1
      2. +
      3. Item 2 +
          +
        1. Subitem of ordered list
        2. +
        3. Subitem 2 +
            +
          1. Level 3 subitem
          2. +
          3. Level 3 subitem
          4. +
          +
        4. +
        +
      4. +
      5. Item 3
      6. +
      7. Another Item
      8. +
      9. Subitem +
          +
        1. Level 3 subitem
        2. +
        +
      10. +
      11. Another Item
      12. +
      +
      +Unordered list: +
        +
      • Item 1
      • +
      • Item 2 +
          +
        • Subitem of unordered list
        • +
        • Subitem 2 +
            +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          +
        • +
        +
      • +
      • Item 3
      • +
      +
      +

       

      + + +

      Automatic Column Width

      + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsUt magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.
      + + +

      Column span

      + + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      + + + +

      Header & Footer Rows

      +

      A table using a header or footer row should repeat the header/footer row across pages:

      +

      bpmTopicC Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second column header

      +
      Third column header
      Col and Row Footer +

      Second column footer

      +
      Third column footer
      Row header 1This is dataThis is data
      Row header 2This is data +

      This is data

      +
      +

      Row header 3

      +
      +

      This is data

      +
      This is data
      Row header 4This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      Row header 9Also dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      +

       

      + +

      Autosizing Tables

      +

      Periodic Table of elements. Tables are set by default to reduce font size if complete words will not fit inside each cell, to a maximum of 1/1.4 * the set font-size. This value can be changed by setting $mpdf->shrink_tables_to_fit=1.8 or using html attribute <table autosize="1.8">.

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + +

      Rotated Tables

      +

      This is set to rotate -90 degrees (counterclockwise).

      + +
      Periodic Table
      +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      +

       

      + + +

      Rotated text in Tables

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Element type 1A

      Second line

      Element type longer 2A

      Element type 3BElement type 4BElement type 5BElement type 6B7B8BElement type 8B R8BElement type 1B2BElement type 3AElement type 4AElement type 5AElement type 6A7AElement type 8A
      HHe
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc TiVaCrMnFeCoNi Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru RhPd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + + + + +

      Nested Tables

      + +
      +Text before table + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is dataThis is dataThis is data
      This is dataThis is dataThis is data
      This is dataThis is dataThis is dataThis is data
      + +
      + + + +

      Text before table

      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is data +Text before table + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +

      Text after table

      +
      This is data
      Row 2This is dataThis is dataThis is data
      Row 3 + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      +
      C4
      Row DD2D3D4
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +
      This is data
      Row 4This is data + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      +
      C4
      Row DD2D3D4
      +
      This is data
      + + +
      + + + + +

      Forms

      +
      +Textarea + +

      +Select + followed by text +

      +Input Radio + No      Keep      Choice +

      +Input Text + +

      +Input Password + +

      + Checkboxes
      + Not selected
      + Disabled
      + Selected +

      + + + + +

      +
      + + + + +

      Annotations

      +

      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Cras tellus. Fusce aliquet. Curabitur tincidunt viverra ligula. Fusce eget erat. Donec pede. Vestibulum id felis. Phasellus tincidunt ligula non pede. Morbi turpis. In vitae dui non erat placerat malesuada. Mauris adipiscing congue ante. Proin at erat. Aliquam mattis.

      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + + + +

      Full Images & Barcode

      +

      On the first and last page of this document, an image is reproduced full page size by placing it inside a DIV element with CSS "position:absolute". In all other situations, images are constrained to the width and height of the printable page (i.e. inside the margins). The image on the back page has CSS "opacity:0.5".

      + + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->SetAlpha(0.5); +$mpdf->Image(\'clematis.jpg\',0,0,210,297,\'jpg\',\'\',true, false); +// the last "false" allows a full page picture +$mpdf->SetAlpha(1); +')) .'
      + + +

      The back cover also has an ISBN barcode

      + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->writeBarcode(\'978-0-9542246-0-8\', 1, 130, 230, 1,0, 3,3,4,4); +')) .'
      + + +

      But next is inserted the Index, which can also be done like this:

      + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->AddPage(\'\',NEXT-ODD\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',-1,-1,-1,-1); +$mpdf->WriteHTML(\'

      Index

      \'); +$mpdf->WriteHTML(\'\'); +')) .'
      + + + + + + +

      Index

      + + + + + + +
      + +
      + +
      + +
      + + + +'; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('s','A4','','',25,15,21,22,10,10); + +$mpdf->StartProgressBarOutput(); + +$mpdf->mirrorMargins = 1; +$mpdf->SetDisplayMode('fullpage','two'); +$mpdf->list_number_suffix = ')'; +$mpdf->hyphenate = true; + +$mpdf->debug = true; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example47_progress_bars_simple_custom.php b/htdocs/MPDF57/examples/example47_progress_bars_simple_custom.php new file mode 100644 index 000000000..69f11e8cd --- /dev/null +++ b/htdocs/MPDF57/examples/example47_progress_bars_simple_custom.php @@ -0,0 +1,1609 @@ + + + + + + + + +
      mPDF Example File
      +
      + +
      mPDF Example File
      +
      + +
      {PAGENO}/{nbpg}
      +
      + +
      {PAGENO}/{nbpg}
      +
      + + + + + + + +
      + +
      + +
      +
      +mPDF Example File +
      +
      + + + +

      The front cover can also be produced like this:

      + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->Image(\'clematis.jpg\',0,0,210,297,\'jpg\',\'\',true, false); +// the last "false" allows a full page picture + +$mpdf->y = 70; +$mpdf->Shaded_box(\'mPDF Example File\', \'Trebuchet\', \'\', 28, \'70%\', \'DF\', 3, \'#FFFFFF\', \'#000044\', 10); +')) .'
      + + + + + + + + + + + + + +

      (H1) mPDF

      +

      (H2) Section 1

      +

      (H3) HTML Markup

      + + + + +

      Heading 4

      +
      Heading 5
      +
      Heading 6
      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +
      + +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      + +
      Blockquote: Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus.
      + +
      Address: Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus.
      + +
      PRE: Cum sociis natoque penatibus et magnis dis parturient montes, 
      +nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis 
      +dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras 
      +sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. 
      +Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, 
      +ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.
      + + + +
      Styles - tt(teletype) italic bold big small emphasis strong
      new lines
      +code sample keyboard variable citation abbr. ACRONYM sup sub strike strike-s underline delete insert To be or not to be font changing face, size and color +
      + +

      Paragraph using the in-line style to determine the font-size (15pt) and colour

      + + +

      Testing BIG, SMALL, UNDERLINE, STRIKETHROUGH, FONT color, ACRONYM, SUPERSCRIPT and SUBSCRIPT

      +

      This is strikethrough in block and small strikethrough in small span and big strikethrough in big span and then underline and strikethrough and sup but out of span again but blue font and ACRONYM text

      + +

      This is a green reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      Repeated in BIG: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      The above repeated, but starting with a paragraph with font-size specified (7pt)

      + +

      This is strikethrough in block and small strikethrough in small span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is strikethrough in block and big strikethrough in big span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      This tests underline and strikethrough when they are used together as they both use text-decoration

      + + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in BIG but with font-size set to 7pt by in-line css: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +
        +
      1. Item 1
      2. +
      3. Item 232
      4. +
      5. Item 3
      6. +
      7. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. +
          +
        • Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
        • +
        • Subitem 2 +
            +
          • +Level 3 subitem +
          • +
          +
        • +
        +
      8. +
      9. Item 5
      10. +
      + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      DataDataDataData
      2nd line
      More DataMore DataMore DataData
      2nd line
      DataDataDataData
      2nd line
      DataDataDataData
      2nd line
      + +This paragraph has border-radius and background-gradient set. Minimum padding is recommended as 1/3rd of the border-radius. Or can use $mpdf->autoPadding. +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + + + + + +

      Hyphenation

      + +

      Little Women - Chapter One - Playing Pilgrims

      + + +

      Christmas won\'t be Christmas without any presents, grumbled Jo, lying on the rug.

      It\'s so dreadful to be poor! sighed Meg, looking down at her old dress.

      I don\'t think it\'s fair for some girls to have plenty of pretty things, and other girls nothing at all, added little Amy, with an injured sniff.

      We\'ve got Father and Mother, and each other, said Beth contentedly from her corner.

      The four young faces on which the firelight shone brightened at the cheerful words, but darkened again as Jo said sadly, We haven\'t got Father, and shall not have him for a long time. She didn\'t say perhaps never, but each silently added it, thinking of Father far away, where the fighting was.

      Nobody spoke for a minute; then Meg said in an altered tone, You know the reason Mother proposed not having any presents this Christmas was because it is going to be a hard winter for everyone; and she thinks we ought not to spend money for pleasure, when our men are suffering so in the army. We can\'t do much, but we can make our little sacrifices, and ought to do it gladly. But I am afraid I don\'t And Meg shook her head, as she thought regretfully of all the pretty things she wanted.

      But I don\'t think the little we should spend would do any good. We\'ve each got a dollar, and the army wouldn\'t be much helped by our giving that. I agree not to expect anything from Mother or you, but I do want to buy UNDINE AND SINTRAM for myself. I\'ve wanted it so long, said Jo, who was a bookworm.

      I planned to spend mine in new music, said Beth, with a little sigh, which no one heard but the hearth brush and kettle holder.

      I shall get a nice box of Faber\'s drawing pencils. I really need them, said Amy decidedly.

      Mother didn\'t say anything about our money, and she won\'t wish us to give up everything. Let\'s each buy what we want, and have a little fun. I\'m sure we work hard enough to earn it, cried Jo, examining the heels of her shoes in a gentlemanly manner.

      I know I do—teaching those tiresome children nearly all day, when I\'m longing to enjoy myself at home, began Meg, in the complaining tone again.

      You don\'t have half such a hard time as I do, said Jo. How would you like to be shut up for hours with a nervous, fussy old lady, who keeps you trotting, is never satisfied, and worries you till you you\'re ready to fly out the window or cry?

      It\'s naughty to fret, but I do think washing dishes and keeping things tidy is the worst work in the world. It makes me cross, and my hands get so stiff, I can\'t practice well at all. And Beth looked at her rough hands with a sigh that any one could hear that time.

      I don\'t believe any of you suffer as I do, cried Amy, for you don\'t have to go to school with impertinent girls, who plague you if you don\'t know your lessons, and laugh at your dresses, and label your father if he isn\'t rich, and insult you when your nose isn\'t nice.

      If you mean libel, I\'d say so, and not talk about labels, as if Papa was a pickle bottle, advised Jo, laughing.

      I know what I mean, and you needn\'t be satirical about it. It\'s proper to use good words, and improve your vocabulary, returned Amy, with dignity.

      Don\'t peck at one another, children. Don\'t you wish we had the money Papa lost when we were little, Jo? Dear me! How happy and good we\'d be, if we had no worries! said Meg, who could remember better times.

      You said the other day you thought we were a deal happier than the King children, for they were fighting and fretting all the time, in spite of their money.

      So I did, Beth. Well, I think we are. For though we do have to work, we make fun of ourselves, and are a pretty jolly set, as Jo would say.

      Jo does use such slang words! observed Amy, with a reproving look at the long figure stretched on the rug.

      Jo immediately sat up, put her hands in her pockets, and began to whistle.

      Don\'t, Jo. It\'s so boyish!

      That\'s why I do it.

      I detest rude, unladylike girls!

      I hate affected, niminy-piminy chits!

      Birds in their little nests agree, sang Beth, the peacemaker, with such a funny face that both sharp voices softened to a laugh, and the pecking ended for that time.

      Really, girls, you are both to be blamed, said Meg, beginning to lecture in her elder-sisterly fashion. You are old enough to leave off boyish tricks, and to behave better, Josephine. It didn\'t matter so much when you were a little girl, but now you are so tall, and turn up your hair, you should remember that you are a young lady.

      I\'m not! And if turning up my hair makes me one, I\'ll wear it in two tails till I\'m twenty, cried Jo, pulling off her net, and shaking down a chestnut mane. I hate to think I\'ve got to grow up, and be Miss March, and wear long gowns, and look as prim as a China Aster! It\'s bad enough to be a girl, anyway, when I like boy\'s games and work and manners! I can\'t get over my disappointment in not being a boy. And it\'s worse than ever now, for I\'m dying to go and fight with Papa. And I can only stay home and knit, like a poky old woman!

      And Jo shook the blue army sock till the needles rattled like castanets, and her ball bounded across the room.

      Poor Jo! It\'s too bad, but it can\'t be helped. So you must try to be contented with making your name boyish, and playing brother to us girls, said Beth, stroking the rough head with a hand that all the dish washing and dusting in the world could not make ungentle in its touch.

      As for you, Amy, continued Meg, you are altogether to particular and prim. Your airs are funny now, but you\'ll grow up an affected little goose, if you don\'t take care. I I like your nice manners and refined ways of speaking, when you don\'t try to be elegant. But your absurd words are as bad as Jo\'s slang.

      If Jo is a tomboy and Amy a goose, what am I, please? asked Beth, ready to share the lecture.

      You\'re a dear, and nothing else, answered Meg warmly, and no one contradicted her, for the \'Mouse\' was the pet of the family.

      + + + + + + + + + + +

      Lists

      +
      +
        +
      1. Text here lorem ipsum ibisque totum.
      2. +
      3. Text here lorem ipsum ibisque totum.
      4. +
      5. Text here lorem ipsum ibisque totum.
      6. +
      7. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum.
      8. +
      9. Text here lorem ipsum ibisque totum.
      10. +
      11. Text here lorem ipsum ibisque totum. +
          +
        1. Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum.
        6. +
        7. Text here lorem ipsum ibisque totum.
        8. +
        9. Text here lorem ipsum ibisque totum.
        10. +
        11. Text here lorem ipsum ibisque totum. +
            +
          1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum. +
          4. +
          5. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum. +
                +
              1. Text here lorem ipsum ibisque totum.
              2. +
              3. Text here lorem ipsum ibisque totum.
              4. +
              5. Text here lorem ipsum ibisque totum.
              6. +
              7. Text here lorem ipsum ibisque totum.
              8. +
              9. Text here lorem ipsum ibisque totum.
              10. +
              +
            10. +
            11. Text here lorem ipsum ibisque totum.
            12. +
            13. Text here lorem ipsum ibisque totum.
            14. +
            15. Text here lorem ipsum ibisque totum.
            16. +
            17. Text here lorem ipsum ibisque totum.
            18. +
            +
          6. +
          7. Text here lorem ipsum ibisque totum.
          8. +
          +
        12. +
        13. Text here lorem ipsum ibisque totum.
        14. +
        15. Text here lorem ipsum ibisque totum.
        16. +
        17. Text here lorem ipsum ibisque totum.
        18. +
        19. Text here lorem ipsum ibisque totum.
        20. +
        +
      12. +
      13. Text here lorem ipsum ibisque totum.
      14. +
      15. Text here lorem ipsum ibisque totum. +
          +
        1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum. +
            +
          1. Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum.
          4. +
          5. Text here lorem ipsum ibisque totum.
          6. +
          7. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          8. +
          9. Text here lorem ipsum ibisque totum.
          10. +
          11. Text here lorem ipsum ibisque totum.
          12. +
          13. Text here lorem ipsum ibisque totum. +
              +
            1. No class specified. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          14. +
          +
        6. +
        +
      16. +
      17. Text here lorem ipsum ibisque totum.
      18. +
      19. Text here lorem ipsum ibisque totum.
      20. +
      21. Text here lorem ipsum ibisque totum.
      22. +
      23. Text here lorem ipsum ibisque totum.
      24. +
      25. Text here lorem ipsum ibisque totum.
      26. +
      27. Text here lorem ipsum ibisque totum.
      28. +
      29. Text here lorem ipsum ibisque totum.
      30. +
      +
      + + + +

      Tables

      +

      mPDF supports all in-line properties inside tables.

      + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +This is data out of p +

      This is bold data p

      +This is bold data out of p
      +This is normal data after br +

      Heading 3 inside a table

      +Text here lorem ipsum ibisque totum.32 +
      This is data div
      +This is data out of div +
      This is data div (bold)
      +This is data out of div +
      Also data
      + +

      This table has padding-top and -bottom set to 3mm i.e. padding within the cells. Also background-, border colour and style, font family and size are set by in-line CSS.

      + + + + +
      Row 1This is dataThis is data
      Row 2

      This is data p

      More data

      Row 3

      This is long data

      This is data
      + + +

      Tables

      +

      The style sheet used for these examples shows some of the table styles I use on my website. The property \'topntail\' defined by a border-type definition e.g. "1px solid #880000" puts a border at the top and bottom of the table, and also below a header row (thead) if defined. Note also that <thead> will automatically turn on the header-repeat i.e. reproduce the header row at the top of each page.

      +

      bpmTopic Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      More data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      + +

       

      + +

      bpmTopicC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      bpmTopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      +

       

      +

      bpmTopnTailC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      TopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2Bottom right align +

      This is data. Can use

      +

      bold italic sub or sup text

      +
      +

      Bottom right align

      +
      +

      This is data. This cell

      +

      uses Cell Styles to set

      +

      the borders.

      +

      All borders are collapsible

      +

      in mPDF.

      +
      This is data
      Row header 4 +

      This is data p

      +
      More data
      Row header 5Also data merged and centered
      + +

       

      + +

      Lists in a Table

      + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2 +
        +
      1. Item 1
      2. +
      3. Item 2 +
          +
        1. Subitem of ordered list
        2. +
        3. Subitem 2 +
            +
          1. Level 3 subitem
          2. +
          3. Level 3 subitem
          4. +
          +
        4. +
        +
      4. +
      5. Item 3
      6. +
      7. Another Item
      8. +
      9. Subitem +
          +
        1. Level 3 subitem
        2. +
        +
      10. +
      11. Another Item
      12. +
      +
      +Unordered list: +
        +
      • Item 1
      • +
      • Item 2 +
          +
        • Subitem of unordered list
        • +
        • Subitem 2 +
            +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          +
        • +
        +
      • +
      • Item 3
      • +
      +
      +

       

      + + +

      Automatic Column Width

      + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsUt magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.
      + + +

      Column span

      + + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      + + + +

      Header & Footer Rows

      +

      A table using a header or footer row should repeat the header/footer row across pages:

      +

      bpmTopicC Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second column header

      +
      Third column header
      Col and Row Footer +

      Second column footer

      +
      Third column footer
      Row header 1This is dataThis is data
      Row header 2This is data +

      This is data

      +
      +

      Row header 3

      +
      +

      This is data

      +
      This is data
      Row header 4This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      Row header 9Also dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      +

       

      + +

      Autosizing Tables

      +

      Periodic Table of elements. Tables are set by default to reduce font size if complete words will not fit inside each cell, to a maximum of 1/1.4 * the set font-size. This value can be changed by setting $mpdf->shrink_tables_to_fit=1.8 or using html attribute <table autosize="1.8">.

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + +

      Rotated Tables

      +

      This is set to rotate -90 degrees (counterclockwise).

      + +
      Periodic Table
      +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      +

       

      + + +

      Rotated text in Tables

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Element type 1A

      Second line

      Element type longer 2A

      Element type 3BElement type 4BElement type 5BElement type 6B7B8BElement type 8B R8BElement type 1B2BElement type 3AElement type 4AElement type 5AElement type 6A7AElement type 8A
      HHe
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc TiVaCrMnFeCoNi Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru RhPd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + + + + +

      Nested Tables

      + +
      +Text before table + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is dataThis is dataThis is data
      This is dataThis is dataThis is data
      This is dataThis is dataThis is dataThis is data
      + +
      + + + +

      Text before table

      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is data +Text before table + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +

      Text after table

      +
      This is data
      Row 2This is dataThis is dataThis is data
      Row 3 + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      +
      C4
      Row DD2D3D4
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +
      This is data
      Row 4This is data + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      +
      C4
      Row DD2D3D4
      +
      This is data
      + + +
      + + + + +

      Forms

      +
      +Textarea + +

      +Select + followed by text +

      +Input Radio + No      Keep      Choice +

      +Input Text + +

      +Input Password + +

      + Checkboxes
      + Not selected
      + Disabled
      + Selected +

      + + + + +

      +
      + + + + +

      Annotations

      +

      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Cras tellus. Fusce aliquet. Curabitur tincidunt viverra ligula. Fusce eget erat. Donec pede. Vestibulum id felis. Phasellus tincidunt ligula non pede. Morbi turpis. In vitae dui non erat placerat malesuada. Mauris adipiscing congue ante. Proin at erat. Aliquam mattis.

      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + + + +

      Graphs

      + + +
      FemaleMale
      35 - 4442
      45 - 5457
      55 - 642118
      65 - 741114
      75 - 841010
      85 - 9421
      95 - 1041
      TOTAL5452
      + +
      Subscriptions for 2008-09
      + + + + + + +

      Full Images & Barcode

      +

      On the first and last page of this document, an image is reproduced full page size by placing it inside a DIV element with CSS "position:absolute". In all other situations, images are constrained to the width and height of the printable page (i.e. inside the margins). The image on the back page has CSS "opacity:0.5".

      + + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->SetAlpha(0.5); +$mpdf->Image(\'clematis.jpg\',0,0,210,297,\'jpg\',\'\',true, false); +// the last "false" allows a full page picture +$mpdf->SetAlpha(1); +')) .'
      + + +

      The back cover also has an ISBN barcode

      + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->writeBarcode(\'978-0-9542246-0-8\', 1, 130, 230, 1,0, 3,3,4,4); +')) .'
      + + +

      But next is inserted the Index, which can also be done like this:

      + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->AddPage(\'\',NEXT-ODD\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',-1,-1,-1,-1); +$mpdf->WriteHTML(\'

      Index

      \'); +$mpdf->WriteHTML(\'\'); +')) .'
      + + + + + + +

      Index

      + + + + + + +
      + +
      + +
      + +
      + + + +'; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('s','A4','','',25,15,21,22,10,10); +$mpdf->progbar_altHTML = ' +
      Creating PDF file. Please wait...
      '; +$mpdf->StartProgressBarOutput(); + +$mpdf->mirrorMargins = 1; +$mpdf->SetDisplayMode('fullpage','two'); +$mpdf->useGraphs = true; +$mpdf->list_number_suffix = ')'; +$mpdf->hyphenate = true; + +$mpdf->debug = true; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example48_progress_bars_advanced.php b/htdocs/MPDF57/examples/example48_progress_bars_advanced.php new file mode 100644 index 000000000..898fa6b7c --- /dev/null +++ b/htdocs/MPDF57/examples/example48_progress_bars_advanced.php @@ -0,0 +1,1609 @@ + + + + + + + + +
      mPDF Example File
      +
      + +
      mPDF Example File
      +
      + +
      {PAGENO}/{nbpg}
      +
      + +
      {PAGENO}/{nbpg}
      +
      + + + + + + + +
      + +
      + +
      +
      +mPDF Example File +
      +
      + + + +

      The front cover can also be produced like this:

      + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->Image(\'clematis.jpg\',0,0,210,297,\'jpg\',\'\',true, false); +// the last "false" allows a full page picture + +$mpdf->y = 70; +$mpdf->Shaded_box(\'mPDF Example File\', \'Trebuchet\', \'\', 28, \'70%\', \'DF\', 3, \'#FFFFFF\', \'#000044\', 10); +')) .'
      + + + + + + + + + + + + + +

      (H1) mPDF

      +

      (H2) Section 1

      +

      (H3) HTML Markup

      + + + + +

      Heading 4

      +
      Heading 5
      +
      Heading 6
      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + +
      + +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      +
      DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
      + +
      Blockquote: Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus.
      + +
      Address: Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus.
      + +
      PRE: Cum sociis natoque penatibus et magnis dis parturient montes, 
      +nascetur ridiculus mus. In suscipit turpis vitae odio. Integer convallis 
      +dui at metus. Fusce magna. Sed sed lectus vitae enim tempor cursus. Cras 
      +sed, posuere et, urna. Quisque ut leo. Aliquam interdum hendrerit tortor. 
      +Vestibulum elit. Vestibulum et arcu at diam mattis commodo. Nam ipsum sem, 
      +ultricies at, rutrum sit amet, posuere nec, velit. Sed molestie mollis dui.
      + + + +
      Styles - tt(teletype) italic bold big small emphasis strong
      new lines
      +code sample keyboard variable citation abbr. ACRONYM sup sub strike strike-s underline delete insert To be or not to be font changing face, size and color +
      + +

      Paragraph using the in-line style to determine the font-size (15pt) and colour

      + + +

      Testing BIG, SMALL, UNDERLINE, STRIKETHROUGH, FONT color, ACRONYM, SUPERSCRIPT and SUBSCRIPT

      +

      This is strikethrough in block and small strikethrough in small span and big strikethrough in big span and then underline and strikethrough and sup but out of span again but blue font and ACRONYM text

      + +

      This is a green reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      Repeated in BIG: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      The above repeated, but starting with a paragraph with font-size specified (7pt)

      + +

      This is strikethrough in block and small strikethrough in small span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is strikethrough in block and big strikethrough in big span and then underline but out of span again but blue font and ACRONYM text

      + +

      This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 then Strikethrough reference32-47 and strikethrough reference32-47

      + +

      This tests underline and strikethrough when they are used together as they both use text-decoration

      + + +

      Repeated in small: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +

      Repeated in BIG but with font-size set to 7pt by in-line css: This is reference32-47 and underlined reference32-47 then reference32-47 and underlined reference32-47 but out of span again but blue font and ACRONYM text

      + +
        +
      1. Item 1
      2. +
      3. Item 232
      4. +
      5. Item 3
      6. +
      7. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. +
          +
        • Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
        • +
        • Subitem 2 +
            +
          • +Level 3 subitem +
          • +
          +
        • +
        +
      8. +
      9. Item 5
      10. +
      + +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      DataDataDataData
      2nd line
      More DataMore DataMore DataData
      2nd line
      DataDataDataData
      2nd line
      DataDataDataData
      2nd line
      + +This paragraph has border-radius and background-gradient set. Minimum padding is recommended as 1/3rd of the border-radius. Or can use $mpdf->autoPadding. +

      Sed bibendum. Nunc eleifend ornare velit. Sed consectetuer urna in erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Mauris sodales semper metus. Maecenas justo libero, pretium at, malesuada eu, mollis et, arcu. Ut suscipit pede in nulla. Praesent elementum, dolor ac fringilla posuere, elit libero rutrum massa, vel tincidunt dui tellus a ante. Sed aliquet euismod dolor. Vestibulum sed dui. Duis lobortis hendrerit quam. Donec tempus orci ut libero. Pellentesque suscipit malesuada nisi.

      + + + + + +

      Hyphenation

      + +

      Little Women - Chapter One - Playing Pilgrims

      + + +

      Christmas won\'t be Christmas without any presents, grumbled Jo, lying on the rug.

      It\'s so dreadful to be poor! sighed Meg, looking down at her old dress.

      I don\'t think it\'s fair for some girls to have plenty of pretty things, and other girls nothing at all, added little Amy, with an injured sniff.

      We\'ve got Father and Mother, and each other, said Beth contentedly from her corner.

      The four young faces on which the firelight shone brightened at the cheerful words, but darkened again as Jo said sadly, We haven\'t got Father, and shall not have him for a long time. She didn\'t say perhaps never, but each silently added it, thinking of Father far away, where the fighting was.

      Nobody spoke for a minute; then Meg said in an altered tone, You know the reason Mother proposed not having any presents this Christmas was because it is going to be a hard winter for everyone; and she thinks we ought not to spend money for pleasure, when our men are suffering so in the army. We can\'t do much, but we can make our little sacrifices, and ought to do it gladly. But I am afraid I don\'t And Meg shook her head, as she thought regretfully of all the pretty things she wanted.

      But I don\'t think the little we should spend would do any good. We\'ve each got a dollar, and the army wouldn\'t be much helped by our giving that. I agree not to expect anything from Mother or you, but I do want to buy UNDINE AND SINTRAM for myself. I\'ve wanted it so long, said Jo, who was a bookworm.

      I planned to spend mine in new music, said Beth, with a little sigh, which no one heard but the hearth brush and kettle holder.

      I shall get a nice box of Faber\'s drawing pencils. I really need them, said Amy decidedly.

      Mother didn\'t say anything about our money, and she won\'t wish us to give up everything. Let\'s each buy what we want, and have a little fun. I\'m sure we work hard enough to earn it, cried Jo, examining the heels of her shoes in a gentlemanly manner.

      I know I do—teaching those tiresome children nearly all day, when I\'m longing to enjoy myself at home, began Meg, in the complaining tone again.

      You don\'t have half such a hard time as I do, said Jo. How would you like to be shut up for hours with a nervous, fussy old lady, who keeps you trotting, is never satisfied, and worries you till you you\'re ready to fly out the window or cry?

      It\'s naughty to fret, but I do think washing dishes and keeping things tidy is the worst work in the world. It makes me cross, and my hands get so stiff, I can\'t practice well at all. And Beth looked at her rough hands with a sigh that any one could hear that time.

      I don\'t believe any of you suffer as I do, cried Amy, for you don\'t have to go to school with impertinent girls, who plague you if you don\'t know your lessons, and laugh at your dresses, and label your father if he isn\'t rich, and insult you when your nose isn\'t nice.

      If you mean libel, I\'d say so, and not talk about labels, as if Papa was a pickle bottle, advised Jo, laughing.

      I know what I mean, and you needn\'t be satirical about it. It\'s proper to use good words, and improve your vocabulary, returned Amy, with dignity.

      Don\'t peck at one another, children. Don\'t you wish we had the money Papa lost when we were little, Jo? Dear me! How happy and good we\'d be, if we had no worries! said Meg, who could remember better times.

      You said the other day you thought we were a deal happier than the King children, for they were fighting and fretting all the time, in spite of their money.

      So I did, Beth. Well, I think we are. For though we do have to work, we make fun of ourselves, and are a pretty jolly set, as Jo would say.

      Jo does use such slang words! observed Amy, with a reproving look at the long figure stretched on the rug.

      Jo immediately sat up, put her hands in her pockets, and began to whistle.

      Don\'t, Jo. It\'s so boyish!

      That\'s why I do it.

      I detest rude, unladylike girls!

      I hate affected, niminy-piminy chits!

      Birds in their little nests agree, sang Beth, the peacemaker, with such a funny face that both sharp voices softened to a laugh, and the pecking ended for that time.

      Really, girls, you are both to be blamed, said Meg, beginning to lecture in her elder-sisterly fashion. You are old enough to leave off boyish tricks, and to behave better, Josephine. It didn\'t matter so much when you were a little girl, but now you are so tall, and turn up your hair, you should remember that you are a young lady.

      I\'m not! And if turning up my hair makes me one, I\'ll wear it in two tails till I\'m twenty, cried Jo, pulling off her net, and shaking down a chestnut mane. I hate to think I\'ve got to grow up, and be Miss March, and wear long gowns, and look as prim as a China Aster! It\'s bad enough to be a girl, anyway, when I like boy\'s games and work and manners! I can\'t get over my disappointment in not being a boy. And it\'s worse than ever now, for I\'m dying to go and fight with Papa. And I can only stay home and knit, like a poky old woman!

      And Jo shook the blue army sock till the needles rattled like castanets, and her ball bounded across the room.

      Poor Jo! It\'s too bad, but it can\'t be helped. So you must try to be contented with making your name boyish, and playing brother to us girls, said Beth, stroking the rough head with a hand that all the dish washing and dusting in the world could not make ungentle in its touch.

      As for you, Amy, continued Meg, you are altogether to particular and prim. Your airs are funny now, but you\'ll grow up an affected little goose, if you don\'t take care. I I like your nice manners and refined ways of speaking, when you don\'t try to be elegant. But your absurd words are as bad as Jo\'s slang.

      If Jo is a tomboy and Amy a goose, what am I, please? asked Beth, ready to share the lecture.

      You\'re a dear, and nothing else, answered Meg warmly, and no one contradicted her, for the \'Mouse\' was the pet of the family.

      + + + + + + + + + + +

      Lists

      +
      +
        +
      1. Text here lorem ipsum ibisque totum.
      2. +
      3. Text here lorem ipsum ibisque totum.
      4. +
      5. Text here lorem ipsum ibisque totum.
      6. +
      7. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum. Text here lorem ipsum ibisque totum.
      8. +
      9. Text here lorem ipsum ibisque totum.
      10. +
      11. Text here lorem ipsum ibisque totum. +
          +
        1. Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum.
        6. +
        7. Text here lorem ipsum ibisque totum.
        8. +
        9. Text here lorem ipsum ibisque totum.
        10. +
        11. Text here lorem ipsum ibisque totum. +
            +
          1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum. +
          4. +
          5. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum. +
                +
              1. Text here lorem ipsum ibisque totum.
              2. +
              3. Text here lorem ipsum ibisque totum.
              4. +
              5. Text here lorem ipsum ibisque totum.
              6. +
              7. Text here lorem ipsum ibisque totum.
              8. +
              9. Text here lorem ipsum ibisque totum.
              10. +
              +
            10. +
            11. Text here lorem ipsum ibisque totum.
            12. +
            13. Text here lorem ipsum ibisque totum.
            14. +
            15. Text here lorem ipsum ibisque totum.
            16. +
            17. Text here lorem ipsum ibisque totum.
            18. +
            +
          6. +
          7. Text here lorem ipsum ibisque totum.
          8. +
          +
        12. +
        13. Text here lorem ipsum ibisque totum.
        14. +
        15. Text here lorem ipsum ibisque totum.
        16. +
        17. Text here lorem ipsum ibisque totum.
        18. +
        19. Text here lorem ipsum ibisque totum.
        20. +
        +
      12. +
      13. Text here lorem ipsum ibisque totum.
      14. +
      15. Text here lorem ipsum ibisque totum. +
          +
        1. Big text indent 25mm: Text here lorem ipsum ibisque totum.
        2. +
        3. Text here lorem ipsum ibisque totum.
        4. +
        5. Text here lorem ipsum ibisque totum. +
            +
          1. Text here lorem ipsum ibisque totum.
          2. +
          3. Text here lorem ipsum ibisque totum.
          4. +
          5. Text here lorem ipsum ibisque totum.
          6. +
          7. Text here lorem ipsum ibisque totum. +
              +
            1. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          8. +
          9. Text here lorem ipsum ibisque totum.
          10. +
          11. Text here lorem ipsum ibisque totum.
          12. +
          13. Text here lorem ipsum ibisque totum. +
              +
            1. No class specified. Text here lorem ipsum ibisque totum.
            2. +
            3. Text here lorem ipsum ibisque totum.
            4. +
            5. Text here lorem ipsum ibisque totum.
            6. +
            7. Text here lorem ipsum ibisque totum.
            8. +
            9. Text here lorem ipsum ibisque totum.
            10. +
            +
          14. +
          +
        6. +
        +
      16. +
      17. Text here lorem ipsum ibisque totum.
      18. +
      19. Text here lorem ipsum ibisque totum.
      20. +
      21. Text here lorem ipsum ibisque totum.
      22. +
      23. Text here lorem ipsum ibisque totum.
      24. +
      25. Text here lorem ipsum ibisque totum.
      26. +
      27. Text here lorem ipsum ibisque totum.
      28. +
      29. Text here lorem ipsum ibisque totum.
      30. +
      +
      + + + +

      Tables

      +

      mPDF supports all in-line properties inside tables.

      + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +This is data out of p +

      This is bold data p

      +This is bold data out of p
      +This is normal data after br +

      Heading 3 inside a table

      +Text here lorem ipsum ibisque totum.32 +
      This is data div
      +This is data out of div +
      This is data div (bold)
      +This is data out of div +
      Also data
      + +

      This table has padding-top and -bottom set to 3mm i.e. padding within the cells. Also background-, border colour and style, font family and size are set by in-line CSS.

      + + + + +
      Row 1This is dataThis is data
      Row 2

      This is data p

      More data

      Row 3

      This is long data

      This is data
      + + +

      Tables

      +

      The style sheet used for these examples shows some of the table styles I use on my website. The property \'topntail\' defined by a border-type definition e.g. "1px solid #880000" puts a border at the top and bottom of the table, and also below a header row (thead) if defined. Note also that <thead> will automatically turn on the header-repeat i.e. reproduce the header row at the top of each page.

      +

      bpmTopic Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      More data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      + +

       

      + +

      bpmTopicC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      bpmTopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is dataThis is data
      Row 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row 3

      +
      +

      This is long data

      +
      This is data
      +

      Row 4 <td> cell

      +
      This is data +

      This is data

      +
      Row 5Also dataAlso data
      Row 6Also dataAlso data
      Row 7Also dataAlso data
      Row 8Also dataAlso data
      +

       

      +

      bpmTopnTailC Class (centered) Odd and Even rows

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col/Row Header +

      Second column header p

      +
      Third column header
      Row header 1This is dataThis is data
      Row header 2 +

      This is data p

      +
      +

      This is data

      +
      +

      Row header 3

      +
      +

      This is long data

      +
      This is data
      +

      Row header 4

      +

      <th> cell acting as header

      +
      This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      + +

       

      + +

      TopnTail Class

      + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2Bottom right align +

      This is data. Can use

      +

      bold italic sub or sup text

      +
      +

      Bottom right align

      +
      +

      This is data. This cell

      +

      uses Cell Styles to set

      +

      the borders.

      +

      All borders are collapsible

      +

      in mPDF.

      +
      This is data
      Row header 4 +

      This is data p

      +
      More data
      Row header 5Also data merged and centered
      + +

       

      + +

      Lists in a Table

      + + + + + + + + + + + + + + +
      Col and Row Header +

      Second

      +

      column

      +
      Top right align
      +

      Row header 1 p

      +
      This is dataThis is data
      Row header 2 +
        +
      1. Item 1
      2. +
      3. Item 2 +
          +
        1. Subitem of ordered list
        2. +
        3. Subitem 2 +
            +
          1. Level 3 subitem
          2. +
          3. Level 3 subitem
          4. +
          +
        4. +
        +
      4. +
      5. Item 3
      6. +
      7. Another Item
      8. +
      9. Subitem +
          +
        1. Level 3 subitem
        2. +
        +
      10. +
      11. Another Item
      12. +
      +
      +Unordered list: +
        +
      • Item 1
      • +
      • Item 2 +
          +
        • Subitem of unordered list
        • +
        • Subitem 2 +
            +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          • Level 3 subitem
          • +
          +
        • +
        +
      • +
      • Item 3
      • +
      +
      +

       

      + + +

      Automatic Column Width

      + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsUt magna ipsum, tempus in, condimentum at, rutrum et, nisl. Vestibulum interdum luctus sapien. Quisque viverra. Etiam id libero at magna pellentesque aliquet. Nulla sit amet ipsum id enim tempus dictum. Maecenas consectetuer eros quis massa. Mauris semper velit vehicula purus. Duis lacus. Aenean pretium consectetuer mauris. Ut purus sem, consequat ut, fermentum sit amet, ornare sit amet, ipsum. Donec non nunc. Maecenas fringilla. Curabitur libero. In dui massa, malesuada sit amet, hendrerit vitae, viverra nec, tortor. Donec varius. Ut ut dolor et tellus adipiscing adipiscing.
      + + +

      Column span

      + + + + + + + + + + +
      CausesNulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit.
      +Ut a eros at ligula vehicula pretium; maecenas feugiat pede vel risus.
      +Suspendisse potenti
      MechanismsFusce eleifend neque sit amet erat.
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus.
      Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla.
      +Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien.
      + + + +

      Header & Footer Rows

      +

      A table using a header or footer row should repeat the header/footer row across pages:

      +

      bpmTopicC Class

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Col and Row Header +

      Second column header

      +
      Third column header
      Col and Row Footer +

      Second column footer

      +
      Third column footer
      Row header 1This is dataThis is data
      Row header 2This is data +

      This is data

      +
      +

      Row header 3

      +
      +

      This is data

      +
      This is data
      Row header 4This is data +

      This is data

      +
      Row header 5Also dataAlso data
      Row header 6Also dataAlso data
      Row header 7Also dataAlso data
      Row header 8Also dataAlso data
      Row header 9Also dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      Another Row headerAlso dataAlso data
      +

       

      + +

      Autosizing Tables

      +

      Periodic Table of elements. Tables are set by default to reduce font size if complete words will not fit inside each cell, to a maximum of 1/1.4 * the set font-size. This value can be changed by setting $mpdf->shrink_tables_to_fit=1.8 or using html attribute <table autosize="1.8">.

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + +

      Rotated Tables

      +

      This is set to rotate -90 degrees (counterclockwise).

      + +
      Periodic Table
      +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      1A2A3B4B5B6B7B8B8B8B1B2B3A4A5A6A7A8A
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      +

       

      + + +

      Rotated text in Tables

      + +
      Periodic Table
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Element type 1A

      Second line

      Element type longer 2A

      Element type 3BElement type 4BElement type 5BElement type 6B7B8BElement type 8B R8BElement type 1B2BElement type 3AElement type 4AElement type 5AElement type 6A7AElement type 8A
      HHe
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc TiVaCrMnFeCoNi Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru RhPd Ag Cd In Sn Sb Te I Xe
      Cs Ba La Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra Ac
      Ce Pr Nd Pm Sm Eu Gd Tb Dy Ho Er Tm Yb Lu
      Th Pa U Np Pu Am Cm Bk Cf Es Fm Md No Lr
      + + + + + + +

      Nested Tables

      + +
      +Text before table + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is data + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci. C4
      Row DD2D3D4
      +
      This is data
      This is dataThis is dataThis is dataThis is data
      This is dataThis is dataThis is data
      This is dataThis is dataThis is dataThis is data
      + +
      + + + +

      Text before table

      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is data +Text before table + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +

      Text after table

      +
      This is data
      Row 2This is dataThis is dataThis is data
      Row 3 + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      +
      C4
      Row DD2D3D4
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B3B4
      Row CC2C3C4
      Row DD2D3D4
      +
      This is data
      Row 4This is data + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row AA2A3A4
      Row BB2B4
      Row CC2 + + + + + + + + + + +
      F1F2
      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec et nulla. Sed quis orci.G2
      +
      C4
      Row DD2D3D4
      +
      This is data
      + + +
      + + + + +

      Forms

      +
      +Textarea + +

      +Select + followed by text +

      +Input Radio + No      Keep      Choice +

      +Input Text + +

      +Input Password + +

      + Checkboxes
      + Not selected
      + Disabled
      + Selected +

      + + + + +

      +
      + + + + +

      Annotations

      +

      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo. Cras tellus. Fusce aliquet. Curabitur tincidunt viverra ligula. Fusce eget erat. Donec pede. Vestibulum id felis. Phasellus tincidunt ligula non pede. Morbi turpis. In vitae dui non erat placerat malesuada. Mauris adipiscing congue ante. Proin at erat. Aliquam mattis.

      +

      P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + + + +

      Graphs

      + + +
      FemaleMale
      35 - 4442
      45 - 5457
      55 - 642118
      65 - 741114
      75 - 841010
      85 - 9421
      95 - 1041
      TOTAL5452
      + +
      Subscriptions for 2008-09
      + + + + + + +

      Full Images & Barcode

      +

      On the first and last page of this document, an image is reproduced full page size by placing it inside a DIV element with CSS "position:absolute". In all other situations, images are constrained to the width and height of the printable page (i.e. inside the margins). The image on the back page has CSS "opacity:0.5".

      + + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->SetAlpha(0.5); +$mpdf->Image(\'clematis.jpg\',0,0,210,297,\'jpg\',\'\',true, false); +// the last "false" allows a full page picture +$mpdf->SetAlpha(1); +')) .'
      + + +

      The back cover also has an ISBN barcode

      + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->writeBarcode(\'978-0-9542246-0-8\', 1, 130, 230, 1,0, 3,3,4,4); +')) .'
      + + +

      But next is inserted the Index, which can also be done like this:

      + + +
      '. nl2br(htmlspecialchars('/* ALTERNATIVE PHP METHOD */ +$mpdf->AddPage(\'\',NEXT-ODD\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',-1,-1,-1,-1); +$mpdf->WriteHTML(\'

      Index

      \'); +$mpdf->WriteHTML(\'\'); +')) .'
      + + + + + + +

      Index

      + + + + + + +
      + +
      + +
      + +
      + + + +'; + +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF('s','A4','','',25,15,21,22,10,10); + +$mpdf->progbar_heading = 'mPDF file progress (Advanced)'; +$mpdf->StartProgressBarOutput(2); + +$mpdf->mirrorMargins = 1; +$mpdf->SetDisplayMode('fullpage','two'); +$mpdf->useGraphs = true; +$mpdf->list_number_suffix = ')'; +$mpdf->hyphenate = true; + +$mpdf->debug = true; + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example49_changelog.php b/htdocs/MPDF57/examples/example49_changelog.php new file mode 100644 index 000000000..279979dba --- /dev/null +++ b/htdocs/MPDF57/examples/example49_changelog.php @@ -0,0 +1,41 @@ +tabSpaces = 6; + +$mpdf->allow_charset_conversion=true; +$mpdf->charset_in='windows-1252'; + + +//============================================================== + +$html = ' +

      mPDF

      +

      ChangeLog

      +
      +'; +$lines = file('../CHANGELOG.txt'); + +$html .= '
      ';
      +foreach($lines AS $line) {
      +	$html .= htmlspecialchars($line);
      +}
      +$html .= '
      '; +$html .= '
      '; + +//============================================================== + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example50_new_mPDF_3_features.php b/htdocs/MPDF57/examples/example50_new_mPDF_3_features.php new file mode 100644 index 000000000..903d34978 --- /dev/null +++ b/htdocs/MPDF57/examples/example50_new_mPDF_3_features.php @@ -0,0 +1,1905 @@ + +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; +} +.radialgradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: radial #00FFFF #FFFF00 0.5 0.5 0.5 0.5 0.65; + margin: auto; +} +.rounded { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + border-radius: 2mm; + background-clip: border-box; +} +h4 { + font-family: sans; + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.5em; +} +div { + padding:1em; + margin-bottom: 1em; + text-align:justify; +} +.example pre { + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; +} + +pre { text-align:left } +pre.code { font-family: monospace } + +table.html4colortable {margin:auto; width:80%; border:none } +table.html4colortable TD {border:none; padding:0} +td .colorsquare { display:block;width:16px;height:16px;border:2px solid black } + +table.x11colortable td {text-align:center; background: white; } +table.x11colortable td.c { text-transform:uppercase } +table.x11colortable td:first-child, table.x11colortable td:first-child+td { border:1px solid black } +table.x11colortable th {text-align:center; background:black; color:white } + +table.tprofile th.title {background:gray; color:white} +table.tprofile th { width:29%;padding:2px } +table.tprofile td { width:71%;padding:2px } + +table.hslexample { background: #808080; padding:1em; margin:0; float:left; } +table.hslexample td,table.hslexample th { font-size:smaller;width:3em } + + + +

      mPDF Version 3.0

      +

      New Features

      + +
      +

      Page background

      +
      +The background colour can now be set by CSS styles on the <body> tag. This will set the background for the whole page. In this document, the background has been set as a gradient (see below). +
      + +

      Background Gradients

      +
      +Background can be set as a linear or radial gradient between two colours. The background has been set on this <div> element to a linear gradient. CSS style used here is:
      +background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5;
      +The four numbers are coordinates in the form (x1, y1, x2, y2) which defines the gradient vector. x and y are values from 0 to 1, where 1 represents the height or width of the box as it is printed. +
      +
      +Background gradients can be set on all block elements e.g. P, DIV, H1-H6, as well as on BODY. +
      +
      +The background has been set on this <div> element to a radial gradient. CSS style used here is:
      +background-gradient: radial #00FFFF #FFFF00 0.5 0.5 0.5 0.5 0.65;
      +The five numbers are coordinates in the form (x1, y1, x2, y2, r) where (x1, y1) is the starting point of the gradient with color1, +(x2, y2) is the center of the circle with color2, and r is the radius of the circle. +(x1, y1) should be inside the circle, otherwise some areas will not be defined. +
      +
      +Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec mattis lacus ac purus feugiat semper. Donec aliquet nunc odio, vitae pellentesque diam. Pellentesque sed velit lacus. Duis quis dui quis sem consectetur sollicitudin. Cras dolor quam, dapibus et pretium sit amet, elementum vel arcu. Duis rhoncus facilisis erat nec mattis. In hac habitasse platea dictumst. Vivamus hendrerit sem in justo aliquet a pellentesque lorem scelerisque. Suspendisse a augue sed urna rhoncus elementum. Aliquam erat volutpat. +
      + +

      Background Images

      +
      +The CSS properties background-image, background-position, and background-repeat are supported as defined in CSS2, as well as the shorthand form "background". +
      +The background has been set on this <div> element to:
      +background: transparent url(\'bg.jpg\') repeat fixed right top;
      +Background gradients can be set on all block elements e.g. P, DIV, H1-H6, as well as on BODY. +
      + +

      Rounded Borders

      +
      +Rounded corners to borders can be added using border-radius as defined in the draft spec. of CSS3.
      + +The two length values of the border-*-radius properties define the radii of a quarter ellipse that defines the shape of the corner of the outer border edge. +The first value is the horizontal radius.
      +border-top-left-radius: 55pt 25pt; 55pt is radius of curve from top end of left border starting to go round to the top.
      + +If the second length is omitted it is equal to the first (and the corner is thus a quarter circle). If either length is zero, the corner is square, not rounded.
      + +The border-radius shorthand sets all four border-*-radius properties. If values are given before and after a slash, then the values before the slash set the horizontal radius and the values after the slash set the vertical radius. If there is no slash, then the values set both radii equally. The four values for each radii are given in the order top-left, top-right, bottom-right, bottom-left. If bottom-left is omitted it is the same as top-right. If bottom-right is omitted it is the same as top-left. If top-right is omitted it is the same as top-left. +
      +
      +border-radius: 4em;
      + +would be equivalent to
      + +border-top-left-radius: 4em;
      +border-top-right-radius: 4em;
      +border-bottom-right-radius: 4em;
      +border-bottom-left-radius: 4em;

      +
      +and
      +border-radius: 2em 1em 4em / 0.5em 3em;
      +would be equivalent to
      +border-top-left-radius: 2em 0.5em;
      +border-top-right-radius: 1em 3em;
      +border-bottom-right-radius: 4em 0.5em;
      +border-bottom-left-radius: 1em 3em;
      +
      + +

      Interlaced and alpha-channel-set PNG images supported

      +
      +Prior to version 3.0, mPDF has not supported PNG images which are interlaced, or images with transparency - now it does. +
      With a blue background-color set, this PNG image with transparency appears like this: +
      +
      +
      With a different background-color set, the same image appears like this: +
      +
      +
      This will not work with background-gradient or background-image (the background-color is used to paint the transparent parts of the image).
      +
      + + +
      + + +

      CSS "Float"

      +
      +Block elements can be positioned alongside each other using the CSS property float: left or right. The clear property can also be used, set as left|right|both. Float is only supported on block elements (i.e. not SPAN etc.) and is not fully compliant with the CSS specification. +Float only works properly if a width is set for the float, otherwise the width is set to the maximum available (full width, or less if floats already set). +
      +Margin-right can still be set for a float:right and vice-versa. +
      +A block element next to a float has the padding adjusted so that content fits in the remaining width. Text next to a float should wrap correctly, but backgrounds and borders will overlap and/or lie under the floats in a mess. +
      +NB The width that is set defines the width of the content-box. So if you have two floats with width=50% and either of them has padding, margin or border, they will not fit together on the page. +
      +
      +This is text in a <div> element that is set to float:right and width:28%. +
      +
      +This is text in a <div> element that is set to float:left and width:54%. +
      + +
      +This is text that follows a <div> element that is set to clear:both. + + + +

      HTML Headers now support hyperlinks

      +
      +Hyperlinks can now be included in HTML headers and footers. See the link to the documentation manual in the footer of this document. +
      + + +contd... + + +

      Resetting Page Numbering

      +
      +Page numbers can now be reset to any value (rather than just 1) during the document i.e. in any function/tag that supports resetting the numbering: AddPage(), <pagebreak> etc. +
      +Note that the page number has been reset to 20 from this page. +
      + +

      Page Numbering - additional text

      +
      +Text can be defined to appear before and after page numbers ($pagenumPrefix; $pagenumSuffix; $nbpgPrefix; $nbpgSuffix;) +
      +This document has a non-HTML header defined with the right content as \'{PAGENO}{nbpg}\'.
      +The following values have been set:
      +$mpdf->pagenumPrefix = \'Page \';
      +$mpdf->pagenumSuffix = \'\';
      +$mpdf->nbpgPrefix = \' of \';
      +$mpdf->nbpgSuffix = \' pages.\';
      +
      +
      + +This is only recommended in non-HTML headers and footers. Although the text is added correctly in HTML headers & footers, the text alignment is not readjusted after substitution e.g. if it used in the right margin. +
      + +

      Other New features

      +
      +- internal links supported in Indexes (parameter added to CreateIndex() and CreateReference()
          $useLinking=true;)
      +- improved handling of <br>, block elements, and text lines inside tables
      +- borders of block-level elements & table cell borders supported (partially) in columns
      +- optional error reporting for problems with Images ($showImageErrors=true;)
      +- ToC will word-wrap long entries
      +- internal links (Bookmarks, IndexEntry and ToCEntry) rewritten to give more accurate positioning
          (when used as <tag>)
      +- autofont algorithm improved for CJK languages
      +
      + + +

      All SVG color keywords supported

      +

      This table provides a list of all the named colors supported by mPDF. The + list is precisely the same as the SVG 1.0 color + keyword names. + The two color swatches on the left illustrate setting the background color + of a table cell in two ways: The first column uses the named color value, + and the second column uses the respective numeric color value. +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Named + Numeric + Color name + + Hex rgb + + Decimal + +
        + +   + + aliceblue + + #f0f8ff + + 240,248,255 + +
        + +   + + antiquewhite + + #faebd7 + + 250,235,215 + +
        + +   + + aqua + + #00ffff + + 0,255,255 + +
        + +   + + aquamarine + + #7fffd4 + + 127,255,212 + +
        + +   + + azure + + #f0ffff + + 240,255,255 + +
        + +   + + beige + + #f5f5dc + + 245,245,220 + +
        + +   + + bisque + + #ffe4c4 + + 255,228,196 + +
        + +   + + black + + #000000 + + 0,0,0 + +
        + +   + + blanchedalmond + + #ffebcd + + 255,235,205 + +
        + +   + + blue + + #0000ff + + 0,0,255 + +
        + +   + + blueviolet + + #8a2be2 + + 138,43,226 + +
        + +   + + brown + + #a52a2a + + 165,42,42 + +
        + +   + + burlywood + + #deb887 + + 222,184,135 + +
        + +   + + cadetblue + + #5f9ea0 + + 95,158,160 + +
        + +   + + chartreuse + + #7fff00 + + 127,255,0 + +
        + +   + + chocolate + + #d2691e + + 210,105,30 + +
        + +   + + coral + + #ff7f50 + + 255,127,80 + +
        + +   + + cornflowerblue + + #6495ed + + 100,149,237 + +
        + +   + + cornsilk + + #fff8dc + + 255,248,220 + +
        + +   + + crimson + + #dc143c + + 220,20,60 + +
        + +   + + cyan + + #00ffff + + 0,255,255 + +
        + +   + + darkblue + + #00008b + + 0,0,139 + +
        + +   + + darkcyan + + #008b8b + + 0,139,139 + +
        + +   + + darkgoldenrod + + #b8860b + + 184,134,11 + +
        + +   + + darkgray + + #a9a9a9 + + 169,169,169 + +
        + +   + + darkgreen + + #006400 + + 0,100,0 + +
        + +   + + darkgrey + + #a9a9a9 + + 169,169,169 + +
        + +   + + darkkhaki + + #bdb76b + + 189,183,107 + +
        + +   + + darkmagenta + + #8b008b + + 139,0,139 + +
        + +   + + darkolivegreen + + #556b2f + + 85,107,47 + +
        + +   + + darkorange + + #ff8c00 + + 255,140,0 + +
        + +   + + darkorchid + + #9932cc + + 153,50,204 + +
        + +   + + darkred + + #8b0000 + + 139,0,0 + +
        + +   + + darksalmon + + #e9967a + + 233,150,122 + +
        + +   + + darkseagreen + + #8fbc8f + + 143,188,143 + +
        + +   + + darkslateblue + + #483d8b + + 72,61,139 + +
        + +   + + darkslategray + + #2f4f4f + + 47,79,79 + +
        + +   + + darkslategrey + + #2f4f4f + + 47,79,79 + +
        + +   + + darkturquoise + + #00ced1 + + 0,206,209 + +
        + +   + + darkviolet + + #9400d3 + + 148,0,211 + +
        + +   + + deeppink + + #ff1493 + + 255,20,147 + +
        + +   + + deepskyblue + + #00bfff + + 0,191,255 + +
        + +   + + dimgray + + #696969 + + 105,105,105 + +
        + +   + + dimgrey + + #696969 + + 105,105,105 + +
        + +   + + dodgerblue + + #1e90ff + + 30,144,255 + +
        + +   + + firebrick + + #b22222 + + 178,34,34 + +
        + +   + + floralwhite + + #fffaf0 + + 255,250,240 + +
        + +   + + forestgreen + + #228b22 + + 34,139,34 + +
        + +   + + fuchsia + + #ff00ff + + 255,0,255 + +
        + +   + + gainsboro + + #dcdcdc + + 220,220,220 + +
        + +   + + ghostwhite + + #f8f8ff + + 248,248,255 + +
        + +   + + gold + + #ffd700 + + 255,215,0 + +
        + +   + + goldenrod + + #daa520 + + 218,165,32 + +
        + +   + + gray + + #808080 + + 128,128,128 + +
        + +   + + green + + #008000 + + 0,128,0 + +
        + +   + + greenyellow + + #adff2f + + 173,255,47 + +
        + +   + + grey + + #808080 + + 128,128,128 + +
        + +   + + honeydew + + #f0fff0 + + 240,255,240 + +
        + +   + + hotpink + + #ff69b4 + + 255,105,180 + +
        + +   + + indianred + + #cd5c5c + + 205,92,92 + +
        + +   + + indigo + + #4b0082 + + 75,0,130 + +
        + +   + + ivory + + #fffff0 + + 255,255,240 + +
        + +   + + khaki + + #f0e68c + + 240,230,140 + +
        + +   + + lavender + + #e6e6fa + + 230,230,250 + +
        + +   + + lavenderblush + + #fff0f5 + + 255,240,245 + +
        + +   + + lawngreen + + #7cfc00 + + 124,252,0 + +
        + +   + + lemonchiffon + + #fffacd + + 255,250,205 + +
        + +   + + lightblue + + #add8e6 + + 173,216,230 + +
        + +   + + lightcoral + + #f08080 + + 240,128,128 + +
        + +   + + lightcyan + + #e0ffff + + 224,255,255 + +
        + +   + + lightgoldenrodyellow + + #fafad2 + + 250,250,210 + +
        + +   + + lightgray + + #d3d3d3 + + 211,211,211 + +
        + +   + + lightgreen + + #90ee90 + + 144,238,144 + +
        + +   + + lightgrey + + #d3d3d3 + + 211,211,211 + +
        + +   + + lightpink + + #ffb6c1 + + 255,182,193 + +
        + +   + + lightsalmon + + #ffa07a + + 255,160,122 + +
        + +   + + lightseagreen + + #20b2aa + + 32,178,170 + +
        + +   + + lightskyblue + + #87cefa + + 135,206,250 + +
        + +   + + lightslategray + + #778899 + + 119,136,153 + +
        + +   + + lightslategrey + + #778899 + + 119,136,153 + +
        + +   + + lightsteelblue + + #b0c4de + + 176,196,222 + +
        + +   + + lightyellow + + #ffffe0 + + 255,255,224 + +
        + +   + + lime + + #00ff00 + + 0,255,0 + +
        + +   + + limegreen + + #32cd32 + + 50,205,50 + +
        + +   + + linen + + #faf0e6 + + 250,240,230 + +
        + +   + + magenta + + #ff00ff + + 255,0,255 + +
        + +   + + maroon + + #800000 + + 128,0,0 + +
        + +   + + mediumaquamarine + + #66cdaa + + 102,205,170 + +
        + +   + + mediumblue + + #0000cd + + 0,0,205 + +
        + +   + + mediumorchid + + #ba55d3 + + 186,85,211 + +
        + +   + + mediumpurple + + #9370db + + 147,112,219 + +
        + +   + + mediumseagreen + + #3cb371 + + 60,179,113 + +
        + +   + + mediumslateblue + + #7b68ee + + 123,104,238 + +
        + +   + + mediumspringgreen + + #00fa9a + + 0,250,154 + +
        + +   + + mediumturquoise + + #48d1cc + + 72,209,204 + +
        + +   + + mediumvioletred + + #c71585 + + 199,21,133 + +
        + +   + + midnightblue + + #191970 + + 25,25,112 + +
        + +   + + mintcream + + #f5fffa + + 245,255,250 + +
        + +   + + mistyrose + + #ffe4e1 + + 255,228,225 + +
        + +   + + moccasin + + #ffe4b5 + + 255,228,181 + +
        + +   + + navajowhite + + #ffdead + + 255,222,173 + +
        + +   + + navy + + #000080 + + 0,0,128 + +
        + +   + + oldlace + + #fdf5e6 + + 253,245,230 + +
        + +   + + olive + + #808000 + + 128,128,0 + +
        + +   + + olivedrab + + #6b8e23 + + 107,142,35 + +
        + +   + + orange + + #ffa500 + + 255,165,0 + +
        + +   + + orangered + + #ff4500 + + 255,69,0 + +
        + +   + + orchid + + #da70d6 + + 218,112,214 + +
        + +   + + palegoldenrod + + #eee8aa + + 238,232,170 + +
        + +   + + palegreen + + #98fb98 + + 152,251,152 + +
        + +   + + paleturquoise + + #afeeee + + 175,238,238 + +
        + +   + + palevioletred + + #db7093 + + 219,112,147 + +
        + +   + + papayawhip + + #ffefd5 + + 255,239,213 + +
        + +   + + peachpuff + + #ffdab9 + + 255,218,185 + +
        + +   + + peru + + #cd853f + + 205,133,63 + +
        + +   + + pink + + #ffc0cb + + 255,192,203 + +
        + +   + + plum + + #dda0dd + + 221,160,221 + +
        + +   + + powderblue + + #b0e0e6 + + 176,224,230 + +
        + +   + + purple + + #800080 + + 128,0,128 + +
        + +   + + red + + #ff0000 + + 255,0,0 + +
        + +   + + rosybrown + + #bc8f8f + + 188,143,143 + +
        + +   + + royalblue + + #4169e1 + + 65,105,225 + +
        + +   + + saddlebrown + + #8b4513 + + 139,69,19 + +
        + +   + + salmon + + #fa8072 + + 250,128,114 + +
        + +   + + sandybrown + + #f4a460 + + 244,164,96 + +
        + +   + + seagreen + + #2e8b57 + + 46,139,87 + +
        + +   + + seashell + + #fff5ee + + 255,245,238 + +
        + +   + + sienna + + #a0522d + + 160,82,45 + +
        + +   + + silver + + #c0c0c0 + + 192,192,192 + +
        + +   + + skyblue + + #87ceeb + + 135,206,235 + +
        + +   + + slateblue + + #6a5acd + + 106,90,205 + +
        + +   + + slategray + + #708090 + + 112,128,144 + +
        + +   + + slategrey + + #708090 + + 112,128,144 + +
        + +   + + snow + + #fffafa + + 255,250,250 + +
        + +   + + springgreen + + #00ff7f + + 0,255,127 + +
        + +   + + steelblue + + #4682b4 + + 70,130,180 + +
        + +   + + tan + + #d2b48c + + 210,180,140 + +
        + +   + + teal + + #008080 + + 0,128,128 + +
        + +   + + thistle + + #d8bfd8 + + 216,191,216 + +
        + +   + + tomato + + #ff6347 + + 255,99,71 + +
        + +   + + turquoise + + #40e0d0 + + 64,224,208 + +
        + +   + + violet + + #ee82ee + + 238,130,238 + +
        + +   + + wheat + + #f5deb3 + + 245,222,179 + +
        + +   + + white + + #ffffff + + 255,255,255 + +
        + +   + + whitesmoke + + #f5f5f5 + + 245,245,245 + +
        + +   + + yellow + + #ffff00 + + 255,255,0 + +
        + +   + + yellowgreen + + #9acd32 + + 154,205,50 +
      + + +'; + + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + + +$mpdf=new mPDF('c','A4','','',15,15,20,20,5,5); + +//============================================================== + +$mpdf->pagenumPrefix = 'Page '; +$mpdf->pagenumSuffix = ''; +$mpdf->nbpgPrefix = ' of '; +$mpdf->nbpgSuffix = ' pages.'; +$header = array( + 'L' => array( + ), + 'C' => array( + ), + 'R' => array( + 'content' => '{PAGENO}{nbpg}', + 'font-family' => 'sans', + 'font-style' => '', + 'font-size' => '9', /* gives default */ + ), + 'line' => 1, +); +$footer = ' + + + +
      See documentation manual for further details
      +'; + +$mpdf->SetHeader($header,'O'); +$mpdf->SetHTMLFooter($footer); +//============================================================== + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example51_new_mPDF_4_features.php b/htdocs/MPDF57/examples/example51_new_mPDF_4_features.php new file mode 100644 index 000000000..8882ad241 --- /dev/null +++ b/htdocs/MPDF57/examples/example51_new_mPDF_4_features.php @@ -0,0 +1,615 @@ + +body { font-family: sans; } +h4, p { margin: 0pt; +} +h5 { margin-bottom: 0; } +table.items { + font-size: 9pt; + border-collapse: collapse; + border: 3px solid #880000; + background-color: #FFFFFF; +} +td { vertical-align: top; +} +table thead td { background-color: #EEEEEE; + text-align: center; +} +table tfoot td { background-color: #AAFFEE; + text-align: center; +} +.barcode { + padding: 1.5mm; + margin: 0; + vertical-align: top; + color: #000000; +} +.barcodecell { + text-align: center; + vertical-align: middle; + padding: 0; +} + +@page { + background-gradient: linear #00FFFF #FFFF00 0 0.5 1 0.5; + odd-header-name: html_myHTMLHeaderOdd; + even-header-name: html_myHTMLHeaderEven; + odd-footer-name: html_myHTMLFooterOdd; + even-footer-name: html_myHTMLFooterEven; +} +#myfixed { + position: fixed; + overflow: auto; + height: 60mm; + margin-left: auto; + right: 30mm; + top: 150mm; + border: 1px solid #880000; + background-color: #EEDDFF; + padding: 3em; + text-align: justify; + text-indent: 3em; + font-size: 10pt; + font-family:sans; + font-style: italic; + line-height: 1.8; + color: red; +} +.myfixed2 { position: absolute; + overflow: visible; + left: 0; + right: 0; + width: 100mm; + top: 40mm; + margin-left: auto; + margin-right: auto; + border: 1px solid #000088; + background-color: #EEDDFF; + background: transparent url(\'bg.jpg\') repeat scroll right top; + padding: 1.5em; + font-family:sans; +} +.myfixed3 { position: absolute; + overflow: visible; + right: 0; + bottom: 0; + border: 1px solid #000088; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 1.5em; + font-family:sans; +} +.myfixed4 { position: absolute; + overflow: auto; + left: 150mm; + right: 0; + top: 100mm; + height: 10mm; + border: 1px solid #000088; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + font-family:sans; +} +.myfixed5 { position: absolute; + overflow: visible; + left: 150mm; + right: 0; + top: 125mm; + height: 10mm; + border: 1px solid #000088; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + font-family:sans; +} +.myfixed6 { position: absolute; + overflow: hidden; + right: 150mm; + left: 0; + top: 110mm; + height: 10mm; + border: 1px solid #000088; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + font-family:sans; +} +.myfixed7 { position: absolute; + right: 140mm; + top: 130mm; + width: auto; + border: 1px solid #000088; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + font-family:sans; +} +div.indic, div.arabic { + font-size: 14pt; +} +div.indic h5, div.arabic h5 { + margin: 0; +} +div.indic p, div.arabic p, div.arabic li { + margin: 0; + margin-botom: 1em; + line-height: 1.8; +} +div.arabic p, div.arabic h5, div.arabic h4, div.arabic td { + text-align: right; +} +div.arabic td { + text-align: right; + font-size: 14pt; + padding: 1em; +} +h2 { color: #880000; margin-bottom: 0.2em; } +h4 { margin-bottom: 0.2em; } + + +
      Page {PAGENO} of {nb}
      +
      + +
      {PAGENO}
      +
      + +
      {PAGENO}
      +
      + +
      {PAGENO}
      +
      + + +

      mPDF Version 4.0 New features

      +
      • Ability to embed font subsets (much smaller files)
      • +
      • Support for Fixed position block elements
      • +
      • Support for Indic languages including consonant conjuncts
      • +
      • Much improved support for Arabic languages
      • +
      • New utility to help create your own fonts
      • +
      • Increased support for barcodes
      • +
      + +

      Indic Fonts/Languages

      +
      From BBC World Service Hindi News (http://www.bbc.co.uk/hindi/)
      +
      +

      कुछ और तथ्य पॉप

      +

      जैक्सन मामले से जुड़े नए तथ्य सामने आए.

      +
      + + +
      From BBC World Service Tamil News (http://www.bbc.co.uk/tamil/)
      +
      +

      செய்தியரங்கம்

      +

      இலங்கையில் சிறுபான்மைக் கட்சிகளுக்கிடையில் பொது இணக்கப்பாட்டை எட்டும் முயற்சியில் ...

      +
      + +
      From Yahoo Indian- Malayalam (http://in.malayalam.yahoo.com/)
      +
      +

      പഴശ്ശിരാജ മെഗാഹിറ്റ്; ‘സ്വ.ലേ’ മുന്നേറുന്നു

      +

      പഴശ്ശിരാജ മലയാള സിനിമയുടെ ചരിത്രത്തിലെ ഏറ്റവും വലിയ വിജയമാകുകയാണ്. 30 ദിവസങ്ങള്‍ പിന്നിട്ടപ്പോള്‍ ചിത്രത്തിന്‍റെ കളക്ഷന്‍ 12 കോടി...

      +
      + +
      From Yahoo Indian- Punjabi (http://in.punjabi.yahoo.com/)
      +
      +

      ਚਾਂਸ ਪੇ ਡਾਂਸ ਸ਼ਾਹਿਦ ਦੀ ਕਹਾਣੀ

      +

      ਕੇਨ ਘੋਸ਼ ਦੀ ਫ਼ਿਲਮ ਚਾਂਸ ਪੇ ਡਾਂਸ ਫ਼ਿਲਮ ਵਿੱਚ ਸ਼ਾਹਿਦ ਕਪੂਰ ਮੁੱਖ ਭੂਮਿਕਾ ਵਿੱਚ ਹਨ। ਫ਼ਿਲਮ ਦੇ ਬਾਰੇ ਵਿੱਚ ਕਿਹਾ ਜਾ ਸਕਦਾ ਹੈ ਕਿ ਇਹ ਆਪ ਸ਼ਾਹਿਦ ਦੀ ਕਹਾਣੀ ਹੈ। ਫ਼ਿਲਮ ਦਾ ਨਾਇਕ ਮੱਧਮ ਪਰਿਵਾਰ ਦਾ ਦੱਸਿਆ ਗਿਆ ਹੈ ਅਤੇ ਕਈ...

      +
      + +
      From Yahoo Indian- Gujarati (http://in.gujarati.yahoo.com/)
      +
      +

      શિલ્પા અને રાજ આજે સાત ફેરા લેશે

      +

      બોલીવુડ સુંદરી શિલ્પા શેટ્ટી પોતાના મંગેતર ભારતીય મૂળના બ્રિટિશ ઉદ્યોગપતિ રાજ કુંદ્રા સાથે આજે લગ્ન બંધનમાં બંધાય જશે. વિવાહ સમારંભ રાજના મિત્ર કિરણ બાવાના ખંડાલામાં આવેલ ફાર્મ...

      +
      + + +

      Arabic Fonts/Languages

      +
      From BBC World Service Arabic News (http://www.bbc.co.uk/arabic/)
      +
      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع القفاز الجلدي المرصع الذي ارتداه مايكل جاكسون للمرة الاولى عام 1983 خلال اول خطوة من رقصته الشهيرة "السير على القمر (مون ووك)" بسعر 350 الف دولار السبت في نيويورك خلال مزاد لمقتنيات المغني الامريكي الراحل.

      +
      + +
      In alternative fonts (available with mPDF):
      +
      +
      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +
      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +

      بيع قفاز مايكل جاكسون بـ 350 الف دولار

      +
      +
      + + + +
      From BBC World Service Persian News (http://www.bbc.co.uk/persian/)
      +
      +

      \'طبق نظرسنجی دولت انتخابات به دور دوم کشیده می شد\'

      +

      علیرضا زاکانی نماینده تهران در مجلس گفته که یک روز پیش از برگزاری انتخابات ریاست جمهوری در ایران، نظرسنجی وزارت کشور و وزارت اطلاعات ایران نشان می داد که انتخابات به دور دوم کشیده می شود.

      +
      + + +
      From BBC World Service Urdu News (http://www.bbc.co.uk/urdu/)
      +
      +

      جیکسن کا دستانہ 35 لاکھ ڈالر کا

      +

      امریکی پاپ سنگر مائیکل جیکسن کا دستانہ جس پر نقلی ہیرے جڑے ہوئے تھے اور جو انھیں پہلی مرتبہ ’مون واک‘ پیش کیئے جانے پر ملا تھا پینتیس لاکھ ڈالر میں نیلام ہو گیا ہے۔

      +
      + + +
      From BBC World Service Pashto News (http://www.bbc.co.uk/pashto/)
      +
      +

      ستاسي پيغامونه اود خوښى سندرې

      +

      د موسيقۍ داخپرونې په افغانستان کې داېف اېم په څپود سهار په لسو بجو اوريدلى شى

      +
      + + + +

      Fixed-position block elements

      +mPDF 4.0 supports fixed-position block elements (at least partially). This page has some examples of fixed-position elements. +
      +
      #1. Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula eros vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula eros vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio.

      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt eros turpis, vel aliquam quam eros odio et sapien. +
      +Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt eros turpis, vel aliquam quam eros odio et sapien. +
      +Mauris ante pede, eros auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.
      +
      + +
      #2. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna.
      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
      Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
      + +
      #3. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi. Praesent sit amet pede quis metus aliquet vulputate. Donec luctus. Cras euismod tellus vel leo.
      + +
      #4. overflow: auto
      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi.
      + +
      #5. overflow: visible
      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi.
      + +
      #6. overflow: hidden
      Praesent pharetra nulla in turpis. Sed ipsum nulla, sodales nec, vulputate in, scelerisque vitae, magna. Sed egestas justo nec ipsum. Nulla facilisi.
      + +
      #7. width: auto
      Shrink-to-fit
      + + +

      Barcodes

      +

      NB Quiet zones - The barcode object includes space to the right/left or top/bottom only when the specification states a \'quiet zone\' or \'light margin\'. All the examples below also have CSS property set on the barcode object i.e. padding: 1.5mm;

      + +

      EAN-13 Barcodes (EAN-2 and EAN-5)

      +

      NB EAN-13, UPC-A, UPC-E, and EAN-8 may all include an additional bar code(EAN-2 and EAN-5) to the right of the main bar code (see below).

      +

      A nominal height and width for these barcodes is defined by the specification. \'size\' will scale both the height and width. Values between 0.8 and 2 are allowed (i.e. 80% to 200% of the nominal size). \'height\' can also be varied as a factor of 1; this is applied after the scaling factor used for \'size\'.

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      EAN13Standard EAN-13 barcode. Accepts 12 or 13 characters (creating checksum digit if required). [0-9] numeric only.
      ISBNStandard EAN-13 barcode with \'ISBN\' number shown above [shown at height="0.66"]
      ISSNStandard EAN-13 barcode with \'ISSN\' number shown above [shown at size="0.8"]
      + +

      EAN-8, UPC-A and UPC-E Barcodes

      +

      UPC-A, UPC-E, EAN-13, and EAN-8 may all include an additional bar code(EAN-2 and EAN-5) to the right of the main bar code (see below).

      +

      A nominal height and width for these barcodes is defined by the specification. \'size\' will scale both the height and width. Values between 0.8 and 2 are allowed (i.e. 80% to 200% of the nominal size). \'height\' can also be varied as a factor of 1; this is applied after the scaling factor used for \'size\'.

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      UPCAUPC-A barcode. This is a subset of the EAN-13. (098277211236) Accepts 11 or 12 characters (creating checksum digit if required). [0-9] numeric only
      UPCEUPC-E barcode. Requires the UPC-A code to be entered as above (e.g. 042100005264 to give 425261). NB mPDF will die with an error message if the code is not valid, as only some UPC-A codes can be converted into valid UPC-E codes. UPC-E doesn\'t have a check digit encoded explicity, rather the check digit is encoded in the parity of the other six characters. The check digit that is encoded is the check digit from the original UPC-A barcode.
      EAN8EAN-8 (5512345) Accepts 7 or 8 characters (creating checksum digit if required). [0-9] numeric only
      + +

      EAN-2 and EAN-5 supplements, and combined forms

      +

      UPC-A, UPC-E, EAN-13, and EAN-8 may all include an additional bar code(EAN-2 and EAN-5) to the right of the main bar code.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      EAN2EAN-2 supplement barcode. mPDF does not generate EAN-5 barcode on its own; see supplements below. Used to denote an issue of a periodical. EAN-2 supplement accepts 2 digits [0-9] only, EAN-5 five.
      EAN5EAN-5 supplement barcode. mPDF does not generate EAN-5 barcode on its own; see supplements below. Usually used in conjunction with EAN-13 for the price of books. 90000 is the code for no price.
      EAN13P2Standard EAN-13 barcode with 2-digit UPC supplement (07)
      ISBNP2Standard EAN-13 barcode with \'ISBN\' number shown above, and 2-digit EAN-2 supplement
      ISSNP2Standard EAN-13 barcode with \'ISSN\' number shown above, and 2-digit EAN-2 supplement
      UPCAP2UPC-A barcode with 2-digit EAN-2 supplement. This is a subset of the EAN-13. (075678164125 07)
      UPCEP2UPC-E barcode with 2-digit EAN-2 supplement. (042100005264 07)
      EAN8P2EAN-8 barcode with 2-digit EAN-2 supplement (55123457 07)
      EAN13P5Standard EAN-13 barcode with 5-digit UPC supplement (90000)
      ISBNP5Standard EAN-13 barcode with \'ISBN\' number shown above, and 5-digit EAN-5 supplement
      ISSNP5Standard EAN-13 barcode with \'ISSN\' number shown above, and 5-digit EAN-5 supplement
      UPCAP5UPC-A barcode with 5-digit EAN-5 supplement. This is a subset of the EAN-13. (075678164125 90000)
      UPCEP5UPC-E barcode with 5-digit EAN-5 supplement. (042100005264 90000)
      EAN8P5EAN-8 barcode with 5-digit EAN-5 supplement (55123457 90000)
      + + +

      Postcode Barcodes

      +

      These all have sizes fixed by their specification. Although they can be altered using \'size\' it is not recommended. \'height\' is ignored.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      IMBIntelligent Mail Barcode - also known as: USPS OneCode 4-State Customer Barcode, OneCode 4CB, USPS 4CB, 4-CB, 4-State Customer Barcode, USPS OneCode Solution Barcode. (01234567094987654321-01234567891) Accepts: Up to 31 digits (required 20-digit Tracking Code, and up to 11-digit Routing Code; this may be 0, 5, 9, or 11 digits). If the Routing code is included, it should be spearated by a hyphen - like this example.
      RM4SCCRoyal Mail 4-state Customer barcode (SN34RD1A). Accepts: max. 9 characters. Valid characters: [A-Z,0-9] Checksum digit: automatic.
      KIXDutch KIX version of Royal Mail 4-state Customer barcode (SN34RD1A). Valid characters: [A-Z,0-9]. Checksum digit: automatic.
      POSTNETPOSTNET barcode. Accepts 5, 9 or 11 digits. Valid characters: [0-9]. Checksum digit: automatic.
      PLANETPLANET barcode. Accepts 11 or 13 digits. Valid characters: [0-9]. Checksum digit: automatic.
      + + +

      Variable width Barcodes

      +

      These barcodes are all of variable length depending on the code entered. There is no recommended maximum size for any of these specs, but all recommend a minimum X-dimension (width of narrowest bar) as 7.5mil (=0.19mm). The default used here is twice the minimum i.e. X-dim = 0.38mm.

      +

      The specifications give a minimum height of 15% of the barcode length (which can be variable). The bar height in mPDF is set to a default value of 10mm.

      +

      \'size\' will scale the barcode in both dimensions. mPDF will accept any number, but bear in mind that size="0.5" will set the bar width to the minimum. The \'height\' attribute further allows scaling - this factor is applied to already scaled barcode. Thus size="2" height="0.5" will give a barcode twice the default width (X-dim=0.76mm) and at the default height set in mPDF i.e. 10mm.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CODEDESCRIPTIONBARCODE
      C128ACODE 128 A. Valid characters: [A-Z uppercase and control chars ASCII 0-31]. Checksum digit: automatic.
      C128BCODE 128 B. Valid characters: [Upper / Lower Case + All ASCII Printable Characters]. Checksum digit: automatic.
      C128CCODE 128 C. Valid characters: [0-9]. Must be an even number of digits. Checksum digit: automatic.
      EAN128C [A/B/C]EAN128 (A, B, and C). Specified variant of Code 128, utilising an FNC1 start code. Also known as UCC/EAN-128 or GS1-128. Valid characters: [cf. Code 128]. Checksum digit: automatic.
      C39CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9. Valid characters: [0-9 A-Z \'-\' . Space $/+%]
      C39+CODE 39 + CHECKSUM. Checksum digit: automatic.
      C39ECODE 39 EXTENDED. Valid characters: [ASCII-characters between 0..127]
      C39E+CODE 39 EXTENDED + CHECKSUM. Checksum digit: automatic.
      S25Standard 2 of 5. Valid characters: [0-9]
      S25+Standard 2 of 5 + CHECKSUM. Valid characters: [0-9]. Checksum digit: automatic.
      I25Interleaved 2 of 5. Valid characters: [0-9]
      I25+Interleaved 2 of 5 + CHECKSUM. Valid characters: [0-9]. Checksum digit: automatic.
      I25BInterleaved 2 of 5 with bearer bars. Valid characters: [0-9]
      I25B+Interleaved 2 of 5 + CHECKSUM with bearer bars. Valid characters: [0-9]. Checksum digit: automatic.
      C93CODE 93 - USS-93 (extended). Valid characters: [ASCII-characters between 0..127]. Checksum digits: automatic.
      MSIMSI. Modified Plessey. Valid characters: [0-9]
      MSI+MSI + CHECKSUM (module 11). Checksum digit: automatic.
      CODABARCODABAR. Valid characters: [0-9 \'-\' $:/.+ ABCD] ABCD are used as stop and start characters e.g. A34698735B
      CODE11CODE 11. Valid characters: [0-9 and \'-\']. Checksum digits: 1 (or 2 if length of code is > 10 characters) - automatic.
      + +'; + + +//============================================================== +//============================================================== +//============================================================== +include("../mpdf.php"); + +$mpdf=new mPDF('s'); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example52_lineheight.htm b/htdocs/MPDF57/examples/example52_lineheight.htm new file mode 100644 index 000000000..73eca93a2 --- /dev/null +++ b/htdocs/MPDF57/examples/example52_lineheight.htm @@ -0,0 +1,36 @@ + + + + + +

      Line-height & vertical alignment

      +
      In these examples, top and bottom padding are set to 0, so the block height = line height.
      +
      The inline text (set to a larger font-size) inherits the line-height as a factor of the largest font-size i.e. the line height will expand to reflect the largest font on the line.
      +Line-height: "normal" (set in mPDF by default as 1.33).
      +

      Normal text 16pt font-size  and normal again

      + +
      Line-height: 2.0 When using relative line-heights, the text is aligned vertically so that the centre-line of the line goes throught the middle of the largest font.
      +

      Normal text 16pt font-size  and normal again

      + +
      Line-heights set as a percentages are computed on the base font-size, and are then inherited and treated the same as absolute lengths. This is also true for "em" values. The line-height of this line is set as 200% of the paragraph font-size (10pt).
      +When using absolute line-heights, the text is aligned vertically so that the centre-line of the line goes throught the middle of the base font.
      +This means that as far as possible, multiple lines will remain equally spaced
      +Line-height: 200%
      +

      Normal text 16pt font-size  and normal again

      + +
      If the line includes a font-size greater than 1.6 times the computed line-height, then the text baseline is dropped so that the text will approximately fit within the line-height. +
      Line-height: 2em
      +

      Normal text 18pt font-size  and normal again

      + +
      If the line includes a font-size greater than 2 times the computed line-height, then the line-height is increased to accommodate the larger fontsize.
      +Line-height: 2em
      +

      Normal text 24pt font-size  and normal again

      + + \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example52_new_mPDF_4-2_features.php b/htdocs/MPDF57/examples/example52_new_mPDF_4-2_features.php new file mode 100644 index 000000000..fb30356f5 --- /dev/null +++ b/htdocs/MPDF57/examples/example52_new_mPDF_4-2_features.php @@ -0,0 +1,492 @@ + +body { + font-family: sans-serif; +} +@page { + margin-top: 2.0cm; + margin-bottom: 2.0cm; + margin-left: 2.3cm; + margin-right: 1.7cm; + margin-header: 8mm; + margin-footer: 8mm; + footer: html_myHTMLFooter; + background-color:#ffffff; +} + +@page :first { + margin-top: 6.5cm; + margin-bottom: 2cm; + header: html_myHTMLHeader; + footer: _blank; + resetpagenum: 1; + background-gradient: linear #FFFFFF #FFFF44 0 0.5 1 0.5; + background: #ccffff url(bgbarcode.png) repeat-y fixed left top; +} +@page letterhead { + margin-top: 2.0cm; + margin-bottom: 2.0cm; + margin-left: 2.3cm; + margin-right: 1.7cm; + margin-header: 8mm; + margin-footer: 8mm; + footer: html_myHTMLFooter; + background-color:#ffffff; +} + +@page letterhead :first { + margin-top: 6.5cm; + margin-bottom: 2cm; + header: html_myHTMLHeader; + footer: _blank; + resetpagenum: 1; +} +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; +} +.rounded { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + border-radius: 2mm; + background-clip: border-box; +} +h4 { + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.3em; +} +div.text { + padding:1em; + margin-bottom: 0.25em; + text-align:justify; +} +div.artificial { + font-family: arialuni; /* custom font using MS Arial Unicode */ +} +p { margin-top: 0; } +.code { + font-family: mono; + font-size: 9pt; + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; +} + + + + + + + + +

      mPDF Version 4.2

      +

      New Features

      + +
      +
        +
      • image handling improved
      • +
      • table layout - additional control over resizing
      • +
      • vertical-alignment of images - better support for all CSS types
      • +
      • top and bottom margins collapse between block elements
      • +
      • improved support for CSS line-height
      • +
      • display progress bar whilst generating file
      • +
      • CSS @page selector can be specified when adding a pagebreak
      • +
      • CSS @page selector allows different margins, backgrounds, headers/footers on :first :left and :right pages
      • +
      • PNG images with alpha channel fully supported
      • +
      • ability to generate italic and bold font variants from base font file
      • +
      • CJK fonts to embed as subsets
      • +
      • "double" border on block elements
      • +
      • character substitution for missing characters in UTF-8 fonts
      • +
      • direct passing of dynamically produced image data
      • +
      • background-gradient and background-image can now co-exist
      • +
      + +Note: automatic top- and bottom-margin to accomodate varying header/footer size was introduced in v4.0 but was not highlighted cf. AutoHeaderMargin in the Manual. + +
      +
      + +
      +

      Page backgrounds

      +Background images, gradients and/or colours can be used together on the same page. On this page, the bars on the left hand side are created using a background-image, whilst a background-gradient sets the background to the whole page. +
      +
      + +
      +

      CSS "double" border

      +Block elements can now use the CSS property: border(style) = double. See also the tiger logo in the header of this page. +
      +
      + +
      +

      CJK fonts to embed as subsets

      +When writing documents with Chinese, Japanese or Korean characters, mPDF has previously required the end-user to download Adobe\'s free CJK font pack. +The ability to embed font subsets now makes it feasible to use open license CJK fonts. 2 fonts are now available to download as an additional font-pack: +
        +
      • zn_hannom_a - contains all characters in the SJIS, BIG-5, and GBK codepages; original file was Han Nom A font (Hi-res version) from http://vietunicode.sourceforge.net/fonts/fonts_hannom.html
      • +
      • unbatang_0613 - contains all the (Korean) characters in the UHC codepage; original file from from http://kldp.net/projects/unfonts/download
      • +
      +The following characters only added an extra 15kB to the size of this PDF file, and approximately 0.15 seconds extra to compile:
      +Chinese (traditional) '."\xe6\x86\x82\xe9\xac\xb1".' ; chinese (simplified) '."\xe6\x9d\xa5\xe8\x87\xaa".' ; japanese '."\xe3\x81\x9f\xe3\x82\x90".' ; korean '."\xed\x82\xa4\xec\x8a\xa4".' +
      +
      + +
      +

      Artificial Bold and Italic

      +The text in this block is in ArialUnicodeMS font. Using embedded subsets it covers most characters you want to print - BUT it does not have bold, italic, or bold-italic forms.
      +From version 4.2, mPDF will create "artificial" font styles if they are not available as separate font files:
      +

      The quick brown fox jumps over a lazy dog

      +

      The quick brown fox jumps over a lazy dog

      +

      The quick brown fox jumps over a lazy dog

      +
      +
      + +
      +

      Character substitution in UTF-8 files

      +This paragraph has the font-family set to Trebuchet MS, and the document has the default font set as DejaVuSansCondensed. +The following characters are not present in the Trebuchet font, and are substituted from the core Adobe Zapfdingbats font:
      + +✐ ✑ ✒ ✓ ✔ ✕ ✖ ✗ ✘ ✙ ✚ ✛ ✜ ✝ ✞ ✟
      +The characters are not present in the Trebuchet font, and are substituted from the (default) DejaVuSansCondensed font:
      +ʀ ʁ ʂ ʃ ʄ ʅ ʆ ʇ ʈ ʉ ʊ ʋ ʌ ʍ ʎ ʏ
      +Character substitution in UTF-8 files is enabled by setting: +

      +$mpdf->useSubstitutionsMB = true; +

      +
      NB In mPDF 5.0 this has changed to +

      +$mpdf->useSubstitutions = true; +

      +
      +It is not recommended to enable this for regular use, as it will add to the processing time. +
      + + + + + +

      Margin-collapse

      +

      mPDF has always allowed margins to be collapsed at the top and bottom of pages. This is specified by the custom CSS property "margin-collapse: collapse"

      + +

      mPDF 4.2 also allows margins to collapse between block elements on the page. This is the default behaviour in browsers, and has been enabled in mPDF 4.2 by default.

      + +

      In the next 2 paragraphs, the first one has the margin-bottom set to 3em, and the second has the margin-top set to 0em. So the vertical-space between paragraphs is 3em:

      + +

      The quick brown fox jumps over a lazy dog

      +

      The quick brown fox jumps over a lazy dog

      + +

      In the next 2 paragraphs, the first one has the margin-bottom set to 2em, and the second has the margin-top set to 1em. The margins collapse to the larger of the adjoining margins i.e. 2em:

      + +

      The quick brown fox jumps over a lazy dog

      +

      The quick brown fox jumps over a lazy dog

      + + + + +

      Images

      + +

      PNG Alpha channel

      +PNG alpha channel transparency is now fully supported, and works against solid backgrounds, gradients or background images: + + + + + + + + +
      + +
      + +

      Image Border and padding

      +Image padding is now supported as well as border and margin: + +
      + +

      Vertical alignment

      +
      From mPDF version 4.2 onwards, most of the values for "vertical-align" are supported: top, bottom, middle, baseline, text-top, and text-bottom.
      +Note: The default value for vertical alignment has been changed to baseline, and the default padding to 0, consistent with most browsers. +
      +
      +
      +baseline: +text-bottom: +middle: +bottom: +text-top: +top: +
      + + + +

      Image Alignment

      +
      From mPDF version 4.2 onwards, in-line images can be individually aligned (vertically). +
      + +
      +These images +are +top +aligned +
      + +
      +These images +are +text-top +aligned +
      + +
      +These images +are +bottom +aligned +
      + +
      +These images +are +text-bottom +aligned +
      + +
      +These images +are +baseline +aligned +
      + +
      +These images +are +middle +aligned +
      + + + +

      Images from PHP

      + +
      + +
      +This image was created with the following code: + +

      + $img = imagecreatetruecolor(200, 200);
      + $white = imagecolorallocate($img, 255, 255, 255);
      + $red = imagecolorallocate($img, 255, 0, 0);
      + $green = imagecolorallocate($img, 0, 255, 0);
      + $blue = imagecolorallocate($img, 0, 0, 255);
      + imagearc($img, 100, 100, 200, 200, 0, 360, $white);
      + imagearc($img, 100, 100, 150, 150, 25, 155, $red);
      + imagearc($img, 60, 75, 50, 50, 0, 360, $green);
      + imagearc($img, 140, 75, 50, 50, 0, 360, $blue);
      + ob_start();
      + imagejpeg($img);
      + $mpdf->smileyface = ob_get_clean();
      + imagedestroy($img);
      +

      +and written to the document using: +

      +<img src="var:smileyface" /> +

      + + + +

      Line-height inheritance

      +Line-height inheritance has been altered to follow the CSS2 recommendation: +
        +
      • normal is inherited as "normal"
      • +
      • 1.2 is inherited as a factor
      • +
      • 120% is converted to an actual value and then inherited as the computed value
      • +
      • em is converted to an actual value and then inherited as the computed value
      • +
      • px pt mm are inherited as fixed values
      • +
      + +
      Relative values (e.g. 1.3, normal)
      +
      +This DIV has the line-height set as "2.0" and font-size as 12pt. The line-height is therefore 24pt, but the factor of 2 is inherited...
      +Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse... +
      +This DIV has the font-size set as 8pt. The line-height of 2 is inherited...
      +Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. +
      +This DIV has the font-size set as 18pt. The line-height of 2 is inherited...
      +Nulla felis erat, imperdiet eu, ullamcorper non... +
      +
      +
      +
      +
      Absolute values (e.g. 130%, 1.3em, 18pt)
      +
      +This DIV has the line-height set as "200%" and font-size as 12pt. The computed line-height of 24pt is inherited...
      +Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse... +
      +This DIV has the font-size set as 8pt. The computed line-height of 24pt is inherited...
      +Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. +
      +This DIV has the font-size set as 18pt. The computed line-height of 24pt is inherited...
      +Nulla felis erat, imperdiet eu, ullamcorper non... +
      +
      +
      + + + +

      Line-height & vertical alignment

      +
      In these examples, top and bottom padding are set to 0, so the block height = line height.
      +
      The inline text (set to a larger font-size) inherits the line-height as a factor of the largest font-size i.e. the line height will expand to reflect the largest font on the line.
      +Line-height: "normal" (set in mPDF by default as 1.33).
      +

      Normal text 16pt font-size  and normal again

      + +
      Line-height: 2.0 When using relative line-heights, the text is aligned vertically so that the centre-line of the line goes throught the middle of the largest font.
      +

      Normal text 16pt font-size  and normal again

      + +
      Line-heights set as a percentages are computed on the base font-size, and are then inherited and treated the same as absolute lengths. This is also true for "em" values. The line-height of this line is set as 200% of the paragraph font-size (10pt).
      +When using absolute line-heights, the text is aligned vertically so that the centre-line of the line goes throught the middle of the base font.
      +This means that as far as possible, multiple lines will remain equally spaced
      +Line-height: 200%
      +

      Normal text 16pt font-size  and normal again

      + +
      If the line includes a font-size greater than 1.6 times the computed line-height, then the text baseline is dropped so that the text will approximately fit within the line-height. +
      Line-height: 2em
      +

      Normal text 18pt font-size  and normal again

      + +
      If the line includes a font-size greater than 2 times the computed line-height, then the line-height is increased to accommodate the larger fontsize.
      +Line-height: 2em
      +

      Normal text 24pt font-size  and normal again

      + +
      +This broadly reflects the behaviour of IE and Firefox. Note that tall characters such as  may fall outside the computed line-heights. See the same in an HTML page. + + + +

      Extended use of CSS @page selectors

      +The CSS @page selector, together with the pseudo-selectors :first :left :right have increased support in mPDF 4.2
      +A named @page can be selected when forcing a new page, e.g. this page was started with:
      +<pagebreak page-selector="letterhead" /> +
      +The header and background on this page (and page 1 of the document) are set by the CSS selector: @page letterhead :first {} whilst subsequent pages have no header, a footer, and no background. +
      +CSS @page selectors allow different margins, backgrounds, headers/footers to be set on :first :left and :right pages. Only fixed or mirrored left- and right-margins are supported (i.e. cannot specify different margins for :left and :right). +
      +This layout can be used to produce company letters with only the first page on letterheaded paper. + + +

      Table Layout control

      +

      mPDF attempts to layout tables according to HTML and CSS specifications. However, because of the difference between screen and paged media, mPDF resizes tables when necessary to make them fit the page. This will happen if the minimum table-width is greater than the page-width. Minimum table-width is defined as the minimum width to accomodate the longest word in each column i.e. words will never be split. +

      +

      This resizing (minimum-width) can be disabled using a custom CSS property "overflow" on the TABLE tag. There are 4 options:

      +<table style="overflow: auto"> (this is the default, using resizing) + + + + +
      VerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatall
      +
      +<table style="overflow: visible"> (disables resizing, but allows overflow to show) + + + + +
      VerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatall
      +
      + +<table style="overflow: hidden"> (disables resizing, and hides/clips any overflow) + + + + +
      VerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatall
      +
      + +<table style="overflow: wrap"> (forces words to break as necessary) + + + + +
      VerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatallVerylongwordwithnospacesinitatall
      +
      + + + +'; +if ($_REQUEST['html']) { echo $html; exit; } + + +//============================================================== +//============================================================== +//============================================================== +define('_MPDF_URI','../'); // required for the progress bar + +include("../mpdf.php"); + +$mpdf=new mPDF('','A4','','',15,15,20,20,5,5); + +$mpdf->StartProgressBarOutput(2); // 2 => advanced mode + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->useSubstitutions = true; + +// Dynamically create image in var:smileyface + $img = imagecreatetruecolor(200, 200); + $white = imagecolorallocate($img, 255, 255, 255); + $red = imagecolorallocate($img, 255, 0, 0); + $green = imagecolorallocate($img, 0, 255, 0); + $blue = imagecolorallocate($img, 0, 0, 255); + imagearc($img, 100, 100, 200, 200, 0, 360, $white); + imagearc($img, 100, 100, 150, 150, 25, 155, $red); + imagearc($img, 60, 75, 50, 50, 0, 360, $green); + imagearc($img, 140, 75, 50, 50, 0, 360, $blue); + ob_start(); + imagejpeg($img); + $mpdf->smileyface = ob_get_clean(); + imagedestroy($img); + + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example53_new_mPDF_v5-0_fonts.php b/htdocs/MPDF57/examples/example53_new_mPDF_v5-0_fonts.php new file mode 100644 index 000000000..ab0c2b652 --- /dev/null +++ b/htdocs/MPDF57/examples/example53_new_mPDF_v5-0_fonts.php @@ -0,0 +1,431 @@ + +body { + font-family: sans-serif; + font-size: 10pt; +} +h4 { + font-variant: small-caps; +} +h5 { + margin-bottom: 0; + color: #110044; +} +dl { + margin: 0; +} + +

      mPDF

      +

      Fonts in mPDF Version 5.x

      +

      Note: This example will only display correctly if you have all the fonts installed in mPDF

      + +

      mPDF version 5 supports Truetype fonts, reading and embedding directly from the .ttf font files. Fonts must follow the Truetype specification and use Unicode mapping to the characters. Truetype collections (.ttc files) and Opentype files (.otf) in Truetype format are also supported.

      + +

      Easy to add new fonts

      +
        +
      1. Upload the Truetype font file to the fonts directory (/ttfonts)
      2. +
      3. Define the font file details in the configuration file (config_fonts.php)
      4. +
      5. Access the font by specifying it in your HTML code as the CSS font-family
      6. +
      + +
      These are some examples of Windows fonts:
      +
      +
      Arial - The quick, sly fox jumped over the lazy brown dog.
      +
      Comic Sans MS - The quick, sly fox jumped over the lazy brown dog.
      +
      Trebuchet - The quick, sly fox jumped over the lazy brown dog.
      +
      Calibri - The quick, sly fox jumped over the lazy brown dog.
      +
      QuillScript - The quick, sly fox jumped over the lazy brown dog.
      +
      Lucidaconsole - The quick, sly fox jumped over the lazy brown dog.
      +
      Tahoma - The quick, sly fox jumped over the lazy brown dog.
      +
      + +

      Full Unicode support

      + +

      The DejaVu fonts distributed with mPDF contain an extensive set of characters, but it is easy to add fonts to access uncommon characters.

      + +
      +
      +
      Georgian (DejaVuSansCondensed)
      +
      Ⴀ Ⴁ Ⴂ Ⴃ Ⴄ Ⴅ Ⴆ Ⴇ Ⴈ Ⴉ Ⴊ Ⴋ Ⴌ Ⴍ Ⴎ Ⴏ Ⴐ Ⴑ Ⴒ Ⴓ
      +
      Runic (Junicode)
      +
      ᚠ ᚡ ᚢ ᚣ ᚤ ᚥ ᚦ ᚧ ᚨ ᚩ ᚪ ᚫ ᚬ ᚭ ᚮ ᚯ ᚰ ᚱ ᚲ ᚳ ᚴ ᚵ ᚶ ᚷ ᚸ ᚹ ᚺ ᚻ ᚼ
      +
      Greek Extended (Quivira)
      +
      ἀ ἁ ἂ ἃ ἄ ἅ ἆ ἇ Ἀ Ἁ Ἂ Ἃ Ἄ Ἅ Ἆ Ἇ ἐ ἑ ἒ ἓ ἔ ἕ
      +
      IPA Extensions (Quivira)
      +
      ɐ ɑ ɒ ɓ ɔ ɕ ɖ ɗ ɘ ə ɚ ɛ ɜ ʣ ʤ ʥ ʦ ʧ ʨ ʩ ʪ ʫ
      +
      Letterlike Symbols (Symbola)
      +
      ℀ ℁ ℂ ℃ ℄ ℅ ℆ ℇ ℈ ℉ ℊ ℋ ℌ ℍ ℎ ℏ ℐ ℑ ℒ ℓ ℔ ℕ № ℗ ℘ ℙ ℚ ℛ ℜ
      +
      Mathematical Operators (Symbola)
      +
      ∀ ∁ ∂ ∃ ∄ ∅ ∆ ∇ ∈ ∉ ∊ ∋ ∌ ∍ ∎ ∏ ∐ ∑ − ∓ ∔ ∕ ∖ ∗ ∘ ∙ √ ∛ ∜ ∝ ∞
      +
      Miscellaneous Technical (Symbola)
      +
      ⌀ ⌁ ⌂ ⌃ ⌄ ⌅ ⌆ ⌇⌎ ⌏ ⌐ ⌑ ⌒ ⌓ ⌔ ⌕ ⌖ ⌗ ⌘ ⌙ ⌚ ⌛ ⌠ ⌡ ⌢ ⌣ ⌤ ⌥ ⌦ ⌧
      +
      Enclosed Alphanumerics (Quivira)
      +
      ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯
      +
      Miscellaneous Symbols (DejaVuSansCondensed)
      +
      ☀ ☁ ☂ ☃ ☄ ★ ☆ ☇ ☈ ☉ ☊ ☋ ☌ ☍ ☎ ☏ ☐ ☑ ☒
      +
      Supplemental Arrows-B (Symbola)
      +
      ⤀ ⤁ ⤂ ⤃ ⤄ ⤅ ⤆ ⤇ ⤈ ⤉ ⤊ ⤋ ⤐ ⤑ ⤔ ⤕ ⤖ ⤗ ⤘ ⥶ ⥷ ⥸ ⥹ ⥺ ⥻ ⥼ ⥽
      +
      +
      +The online manual lists a number of open-source fonts available to cover uncommon characters: http://mpdf1.com/manual/index.php?tid=451 + + +

      Complex scripts

      + +

      Although all characters may be displayed, there are various reasons why a script may not appear as expected.

      + +

      Right-to-left languages (Hebrew, Arabic etc.)

      +Arabic languages and Hebrew are written in a right-to-left direction (RTL). mPDF recognises both Arabic and Hebrew languages and reverses text direction automatically. + +
      +ألسّلام عليكم     שלום +
      + +Arabic languages (but not Hebrew) also change the form of the letter depending on its position in the text e.g. these are the initial, medial, final, and isolated forms of arabic letter \'ain\': + +
      ع ـع ـعـ عـ
      +The isolated characters are contained in the Unicode block \'Arabic\' U+0600 - U+06FF.
      +The initial, medial and final forms are contained in Unicode Blocks \'Arabic Presentation Forms\' A and B (U+FB50 - U+FDFF, U+FE70 - U+FEFE). Note that quite a large number of fonts contain the isolated characters but not the presentation forms. Fonts used with mPDF must contain the \'Arabic Presentation Forms\' in order to display arabic text correctly. mPDF automatically converts letters to their initial/medial/final forms in several languages: arabic, persian/farsi, urdu, sindhi and pashto. + +

      Arabic text is used for many different languages e.g. persian/farsi, urdu, pashto etc. These languages often contain letters unique to that language. \'Arabic\' fonts do not always contain the full set of arabic charcters necessary for all languages.

      + +

      Other RTL languages (using other alphabets) are reversed in order, but not otherwise processed, by mPDF e.g. Syriac, Thaana, N\'Ko, and Samaritan.

      + + +

      Indic languages

      +Indic languages are also complex scripts which require some processing of characters before display. For example some vowels consist of 2 characters, to be placed before and after the adjacent consonant e.g. +
      +
      U+0D1C + U+0D4C [vowel AU] = [written together as &#x0D1C;&#x0D4C;]
      + ജ + ൌ = ജൌ
      +

      Consonant conjuncts are where two adjacent characters are written as a single \'conjunct\' form e.g.

      +
      प + ॡ = पॣ
      +

      mPDF can support some of these languages, but requires specially prepared font files that are unique to mPDF.
      +Supported languages: Bengali, Devanāgarī, Gujarāti, Gurmukhi, Kannada, Malayalam, Oriya, Tamil, Telugu

      + +
      + আসসালামু আলাইকুম + નમસ્તે + നമസ്കാരം + नमस्ते + வணக்கம்! +
      +Complex scripts not supported: Khmer, Sinhala, Tibetan, Myanmar (Burmese), Balinese + +

      Vertical writing

      +
      Vertical writing is not supported by mPDF (e.g. Mongolian and Phags-pa) although the individual characters can be displayed using suitable fonts.
      + + + +

      Combining diacritics

      +

      In Unicode, letters with diacritics (e.g. ÁáȦȧÄä) are usually represented as a single character e.g. Unicode U+0196 is an A Umlaut. There are 4 blocks in Unicode of diacritics or \'marks\' which can be used to combine with adjacent letters: Combining Diacritical Marks (U+0300 - U+036F), Combining Diacritical Marks Supplement (U+1DC0 - U+1DFF), Combining Marks for Symbols(U+20D0 - U+20FF) and Combining Half Marks (U+FE20 - U+FE2F).

      + + +

      Software applications use special positioning information stored in OpenType font files to resposition the diacritic/mark depending on the context. mPDF does not support this repositioning and is dependent on the font design and original placement of the diacritic: +

      + + +
      +
      Á á Ȧ ȧ Ä ä ï (Precomposed characters: DejaVu Sans Condensed)
      +
      Á á Ȧ ȧ Ä ä ï (Using diacritics: DejaVu Sans Condensed)
      +
      Á á Ȧ ȧ Ä ä ï (Arial Unicode MS)
      +
      Á á Ȧ ȧ Ä ä ï (Times New Roman)
      +
      Á á Ȧ ȧ Ä ä ï (Courier New)
      +
      +

      It is recommended to use precomposed characters whenever possible with mPDF.

      + + + + +

      Unicode Supplementary Planes

      +

      The original Unicode allocated characters between x0000 and xFFFF (65,536 characters). This \'Basic Multilingual Plane\' supported most characters in common use, including a large number of Unified Chinese-Japanese-Korean characters (CJK). Later the Unicode standard was extended to 16 Planes.

      + +

      The first plane (plane 0), the Basic Multilingual Plane (BMP), is where most characters have been assigned so far.

      +

      Plane 1, the Supplementary Multilingual Plane (SMP), is mostly used for historic scripts such as Linear B, but is also used for musical and mathematical symbols.

      +

      Plane 2, the Supplementary Ideographic Plane (SIP), is used for about 40,000 Unified Han (CJK) Ideographs.

      + +

      mPDF version 5 supports fonts containing characters from all Unicode Planes. By choosing the correct font, almost every single character from Unicode 5 can be displayed in a PDF file.

      + +

      Unicode Supplementary Multilingual Plane (SMP or Plane 1) U+10000 - U+1FFFF

      +
      Gothic text
      +
      +This paragraph shows Gothic text. These characters lie in the Unicode Supplementary Multilingual Plane U+10330 - U+1034F. +
      +
      +
      +𐌰 𐌱 𐌲 𐌳 𐌴 𐌵 𐌶 𐌷 𐌸 𐌹 𐌺 𐌻 𐌼 𐌽 𐌾 𐌿 𐍀 𐍁 𐍂 𐍃 𐍄 𐍅 𐍆 𐍇 𐍈 𐍉 𐍊 +
      +
      +
      +Font: MPH2BDamase (damase_v.2.ttf) available from: http://www.wazu.jp/gallery/views/View_MPH2BDamase.html +
      + +
      Egyptian Hieroglyphics
      +
      +This paragraph shows Egyptian Hieroglyphics. These characters lie in the Unicode Supplementary Multilingual Plane U+13000 - U+1342F. +
      +
      +
      +𓀀 𓀁 𓀂 𓀃 𓀄 𓀅 𓀆 𓀇 𓀈 𓀉 𓀊 𓀋 𓀌 𓀍 𓀎 𓀏 𓀐 𓀑 +
      +
      +
      +Font: Aegyptus.otf available from: http://users.teilar.gr/~g1951d/ +
      + +

      SMP contains mainly ancient scripts - see http://mpdf1.com/manual/index.php?tid=451 for full list.

      + +

      mPDF uses a different method to embed fonts in the PDF file if they include characters from SMP or SIP, because the characters cannot be represented by a 4 character hex code 0000-FFFF. This method is less eficient than the default method, and it can be suppressed by adding the font name to the array \'BMPonly\' in the config_fonts.php configuration file.

      + +

      Note that the DejaVu fonts distributed with mPDF and (GNU)FreeSans and FreeSerif fonts do contain a few characters in the SMP plane, but most users will not require them and by default they have been added to the array \'BMPonly\'.

      + + + +

      CJK characters

      +

      Below are examples of all the CJK Unicode blocks contained in the Basic Multilingual Plane and Supplemental Ideographic Plane

      + +
      +
      Plane 0 (BMP)
      +
      +
      CJK Radicals Supplement
      +
      ⺎ ⺏ ⺐ ⺑ ⺒ ⺓ ⺔ ⺕ ⺖ ⺗ ⺘ ⺙ ⺛ ⺜ ⺝ ⺞ ⺟ ⺠ ⺡ ⺢ ⺣ ⺤ ⺥ ⺦ ⺧ ⺨ ⺩ ⺪
      +
      Kangxi Radicals
      +
      ⼳ ⼴ ⼵ ⼶ ⼷ ⼸ ⼹ ⼺ ⼻ ⼼ ⼽ ⼾ ⼿ ⽀ ⽁ ⽂ ⽃ ⽄ ⽅ ⽆ ⽇ ⽈ ⽉ ⽊ ⽋ ⽌ ⽍
      +
      Ideographic Description Characters
      +
      ⿰ ⿱ ⿲ ⿳ ⿴ ⿵ ⿶ ⿷ ⿸ ⿹ ⿺ ⿻
      +
      CJK Symbols and Punctuation
      +
       〈 〉 《 》 「 」 『 』 【 】 〒 〓 〔 〕 〖 〗 〘 〙 〚 〛 〜 〝 〞 〦 〧 〨 〩 〪
      +
      Hiragana
      +
      ぁ あ ぃ い ぅ う ぇ え ぉ お か が き ぎ く ぐ け げ こ ご さ ざ
      +
      Katakana
      +
      ゠ ァ ア ィ イ ゥ ウ ェ エ ォ オ カ ガ キ ギ ク グ ケ ゲ コ ゴ
      +
      Bopomofo
      +
      ㄅ ㄆ ㄇ ㄈ ㄉ ㄊ ㄋ ㄌ ㄍ ㄎ ㄏ ㄐ ㄑ ㄒ ㄓ ㄔ ㄕ ㄖ
      +
      Hangul Compatibility Jamo
      +
      ㄱ ㄲ ㄳ ㄴ ㄵ ㄶ ㄷ ㄸ ㄹ ㄺ ㄻ ㄼ ㄽ ㄾ ㄿ ㅀ ㅁ ㅂ
      +
      Kanbun
      +
      ㆐ ㆑ ㆒ ㆓ ㆔ ㆕ ㆖ ㆗ ㆘ ㆙ ㆚ ㆛ ㆜ ㆝ ㆞ ㆟
      +
      Bopomofo Extended
      +
      ㆠ ㆡ ㆢ ㆣ ㆤ ㆥ ㆦ ㆧ ㆨ ㆩ ㆪ ㆫ ㆬ ㆭ ㆮ ㆯ ㆰ ㆱ ㆲ ㆳ ㆴ ㆵ ㆶ ㆷ
      +
      Katakana Phonetic Extensions
      +
      ㇰ ㇱ ㇲ ㇳ ㇴ ㇵ ㇶ ㇷ ㇸ ㇹ ㇺ ㇻ ㇼ ㇽ ㇾ ㇿ
      +
      Enclosed CJK Letters and Months
      +
      ㈄ ㈅ ㈆ ㈇ ㈈ ㈉ ㈊ ㈋ ㈌ ㈍ ㈎ ㈏ ㈐ ㈑ ㈒ ㈓ ㈔ ㈕ ㈖ ㈗ ㈘ ㈙ ㈚ ㈛ ㈜
      +
      CJK Compatibility
      +
      ㌀ ㌁ ㌂ ㌃ ㌄ ㌅ ㌆ ㌇ ㌈ ㌉ ㌊ ㌋ ㌌ ㌍ ㌎ ㌏ ㌐ ㌑ ㌒ ㌓ ㌔ ㌕ ㌖ ㌗ ㌘
      +
      CJK Unified Ideographs Extension A
      +
      㐀 㐁 㐂 㐃 㐄 㐅 㐆 㐇 㐈 㐉 㐊 㐋 㐌 㐍 㐎 㐏 㐐 㐑 㐒 㐓 㐔 㐕 㐖 㐗 㐘
      +
      CJK Unified Ideographs
      +
      一 丁 丂 七 丄 丅 丆 万 丈 三 上 下 丌 不 与 丏 丐 丑 丒 专 且 丕 世 丗 丘
      +
      Yi Syllables
      +
      ꀀ ꀁ ꀂ ꀃ ꀄ ꀅ ꀆ ꀇ ꀈ ꀉ ꀊ ꀋ ꀌ ꀍ ꀎ ꀏ ꀐ ꀑ ꀒ ꀓ ꀔ ꀕ ꀖ ꀗ ꀘ ꀙ ꀚ
      +
      Yi Radicals
      +
      ꒐ ꒑ ꒒ ꒓ ꒔ ꒕ ꒖ ꒗ ꒘ ꒙ ꒚ ꒛ ꒜ ꒝ ꒞ ꒟ ꒠ ꒡ ꒢ ꒣ ꒤ ꒥ ꒦ ꒧ ꒨ ꒩
      +
      Hangul Syllables
      +
      가 각 갂 갃 간 갅 갆 갇 갈 갉 갊 갋 갌 갍 갎 갏 감 갑 값 갓 갔 강 갖 갗 갘
      +
      CJK Compatibility Ideographs
      +
      豈 更 車 賈 滑 串 句 龜 契 金 喇 奈 懶 癩 羅 蘿 螺 裸 邏 樂 洛 烙 珞 落 酪
      +
      + +
      Plane 2 (SIP)
      +
      +
      CJK Unified Ideographs Extension B
      +
      𠀀 𠀁 𠀂 𠀃 𠀄 𠀅 𠀆 𠀇 𠀈 𠀉 𠀊 𠀋 𠀌 𠀍 𠀎 𠀏 𠀐 𠀑 𠀒 𠀓
      + +
      CJK Unified Ideographs Extension C
      +
      𪜀 𪜁 𪜂 𪜃 𪜄 𪜅 𪜆 𪜇 𪜈 𪜉 𪜊 𪜋 𪜌 𪜍 𪜎 𪜏 𪜐 𪜑 𪜒 𪜓
      + +
      CJK Compatibility Ideographs Supplement
      +
      丽 丸 乁 𠄢 你 侮 侻 倂 偺 備 僧 像 㒞 𠘺 免 兔 兤 具 𠔜 㒹
      +
      + +
      + + + +

      Using CJK fonts in mPDF

      + +

      Fonts containing CJK characters are large files, typically 10-30MB. Adobe provides a free download of an \'Asian font pack\' allowing you to create PDF files without including (embedding) the font information in the file. This keeps the file size to a minimum and minimises resource usage on your website generating the PDF file. However, users will have to download the Adobe font packs to read the file, and other PDF software will not display the text correctly.

      + +

      mPDF allows you to embed subsets of CJK fonts keeping file size down, although there is increased memory usage to generate these files.

      + +

      Some CJK fonts are broken up into 2 files because of the size of the files. One freely available font with almost complete coverage of all CJK characters (in both BMP and SIP) is \'Sun\' available from Alan Wood\'s excellent website: http://www.alanwood.net/unicode/fonts-east-asian.html. This comes as 2 files, Sun-ExtA and Sun-ExtB (both about 20MB in size) containing the characters from BMP and SIP respectively. +

      + +

      mPDF allows you to treat these as one font by defining the second file as an SIP-extension of the first in the config_fonts.php configuration file. The following text includes random characters from the BMP and SIP mixed together:

      + +
      +
      +鼂 鼈 鼗 𣈏 𣈥 鼦 鼧 𣈯 𣈱 鼹 齄 𣈲 𣈳 齅 齐 𣈴 𣉖 齓 齚 𣉢 𣊁 齢 齩 𣊉 𣊊 +
      +
      + +

      This is the entry in the config_fonts.php configuration file:

      +
      +$this->fontdata = array(
      +...
      +       "sun-exta" => array(
      +             \'R\' => "Sun-ExtA.ttf",
      +             \'sip-ext\' => \'sun-extb\',
      +       ),
      +       "sun-extb" => array(
      +             \'R\' => "Sun-ExtB.ttf",
      +       ),
      +
      +...
      +); +
      + + +

      This is the HTML code - note only the sun-exta font-family needs to be referenced:

      +
      +<div style="font-family:sun-extA;"> +&#40706; &#40712; &#40727; &#x2320f; &#x23225; &#40742; &#40743; &#x2322f; &#x23231; &#40761; &#40772; &#x23232; &#x23233; &#40773; &#40784; &#x23234; &#x23256; &#40787; &#40794; &#x23262; &#x23281; &#40802; &#40809; &#x23289; &#x2328a; +</div> +
      + +

      NB You may also need to edit the value $this->useAdobeCJK=false in config.php or use new mPDF(\'-aCJK\'), and edit the config_cp.php configuration file.

      + + + + +

      TrueType Collections

      + +

      TrueType Collections (.ttc files) contain more than one font. mPDF treats each font separately by defining the TTCfontID array in the config_fonts.php configuration file.

      + +

      This example uses the Windows MingLiU fonts, which consist of 2 files containing 6 fonts (note that mingliub is not a Bold variant):

      + +

      Font collection file (mingliu.ttc) contains the following fonts:
      +[1] MingLiU (mingliu) Regular
      +[2] PMingLiU (pmingliu) Regular (Proportional)
      +[3] MingLiU_HKSCS (mingliu_hkscs) Regular
      +

      + +

      Font collection file (mingliub.ttc) contains the following fonts:
      +[1] MingLiU-ExtB (mingliu-extb) Regular
      +[2] PMingLiU-ExtB (pmingliu-extb) Regular (Proportional)
      +[3] MingLiU_HKSCS-ExtB (mingliu_hkscs-extb) Regular
      +

      + +

      The following text includes characters from both BMP and SIP:

      + +
      +
      +鼂 鼦 齄 齐 齢 齩 𣊉 𣊊 +
      +
      +鼂 鼦 齄 齐 齢 齩 𣊉 𣊊 +
      +
      +鼂 鼦 齄 齐 齢 齩 𣊉 𣊊 +
      +
      + +

      This is the entry in the config_fonts.php configuration file:

      +
      +$this->fontdata = array(
      +...
      +       "mingliu" => array(
      +             \'R\' => "mingliu.ttc",
      +             \'TTCfontID\' => array (
      +                 \'R\' => 1,
      +             ),
      +             \'sip-ext\' => \'mingliu-extb\',
      +       ),
      + +       "pmingliu" => array(
      +             \'R\' => "mingliu.ttc",
      +             \'TTCfontID\' => array (
      +                 \'R\' => 2,
      +             ),
      +             \'sip-ext\' => \'pmingliu-extb\',
      +       ),
      + +       "mingliu_hkscs" => array(
      +             \'R\' => "mingliu.ttc",
      +             \'TTCfontID\' => array (
      +                 \'R\' => 3,
      +             ),
      +             \'sip-ext\' => \'mingliu_hkscs-extb\',
      +       ),
      + +       "mingliu-extb" => array(
      +             \'R\' => "mingliub.ttc",
      +             \'TTCfontID\' => array (
      +                 \'R\' => 1,
      +             ),
      +       ),
      + +       "pmingliu-extb" => array(
      +             \'R\' => "mingliub.ttc",
      +             \'TTCfontID\' => array (
      +                 \'R\' => 2,
      +             ),
      +       ),
      + +       "mingliu_hkscs-extb" => array(
      +             \'R\' => "mingliub.ttc",
      +             \'TTCfontID\' => array (
      +                 \'R\' => 3,
      +             ),
      +       ),
      +
      +...
      +); +
      + + +

      This is the HTML code:

      +
      +<div style="font-family:mingliu;"> +&#40706; &#40742; &#40772; &#40784; &#40802; &#40809; &#x23289; &#x2328a; +</div> +
      +<div style="font-family:mingliu_hkscs;"> +&#40706; &#40742; &#40772; &#40784; &#40802; &#40809; &#x23289; &#x2328a; +</div> +
      +<div style="font-family:pmingliu;"> +&#40706; &#40742; &#40772; &#40784; &#40802; &#40809; &#x23289; &#x2328a; +</div> +
      + + +'; + +//============================================================== +//============================================================== +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} +//============================================================== +//============================================================== +//============================================================== +//============================================================== +//============================================================== + +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); +exit; + +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example54_new_mPDF_v5-1_features_gradients_and_images.php b/htdocs/MPDF57/examples/example54_new_mPDF_v5-1_features_gradients_and_images.php new file mode 100644 index 000000000..758f81566 --- /dev/null +++ b/htdocs/MPDF57/examples/example54_new_mPDF_v5-1_features_gradients_and_images.php @@ -0,0 +1,498 @@ + +body { + font-family: sans-serif; + font-size: 10pt; +} +h4 { + font-variant: small-caps; +} +h5 { + margin-bottom: 0; + color: #110044; +} +p { margin-top: 0; } +dl { + margin: 0; +} +table { + border-spacing: 0.5em; + border: 7px dashed teal; +} +.table1 { + background-image: -moz-linear-gradient(left, #07cdde 20%, #00f200 ); +} +.table1 tr.thisrow1 { + background-image-resolution: 300dpi; + background: transparent url(\'bayeux1.jpg\') repeat scroll left top; +} +.table1 tr.thisrow1 td { + height: 28mm; +} +.table1 tr.thisrow2 { + background-image: none; + background: -moz-linear-gradient(left, #c7Fdde 20%, #FF0000 ); + background: -webkit-gradient(linear, left bottom, left top, color-stop(0.29, rgb(90,83,12)), color-stop(0.65, rgb(117,117,39)), color-stop(0.83, rgb(153,153,67))); +} +.table3 { + border-collapse: collapse; + /* background-gradient: linear #07cdde #00f200 1 0 0.5 1; */ + background: -moz-linear-gradient(left, #07cdde 20%, #00f200 ); +} +tr.thisrow { + border: 3px dashed red; + background: transparent url(\'bayeux1.jpg\') repeat scroll left top; +} +.table3 tr.thisrow { + border: 3px dashed orange; + background: transparent url(\'bgrock.jpg\') repeat scroll left top; +} +tfoot tr { + border: 5px dashed blue; + /* background-gradient: linear #c7Fdde #FF0000 1 0 0.5 0; */ + background: -moz-linear-gradient(left, #c7Fdde 20%, #FF0000 ); +} +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background: linear-gradient(top, #c7cdde, #f0f2ff); +} +.rounded { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background: linear-gradient(top, #c7cdde, #f0f2ff); + border-radius: 2mm; + background-clip: border-box; +} +div.text { + padding:1em; + margin: 1em 0; + text-align:justify; +} +.code { + font-family: mono; + font-size: 9pt; + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; +} + + + +
      + +

      mPDF

      +

      New features in mPDF Version 5.1

      + +
      +
        +
      • CSS background (images, colours or gradients) on <TR> and <TABLE>
      • +
      • CSS border on <TR> (only in border-collapsed mode)
      • +
      • support for Mozilla and CSS3 gradient syntax: +
          +
        • -moz-linear-gradient, linear-gradient
        • +
        • -moz-radial-gradient, radial-gradient
        • +
        • -moz-repeating-linear-gradient, linear-repeating-gradient
        • +
        • -moz-repeating-radial-gradient, radial-repeating-gradient
        • +
        +
      • +
      • expanded support for gradients (including in SVG images): +
          +
        • multiple colour \'stops\'
        • +
        • opacity (transparency)
        • +
        • angle and/or position can be specified
        • +
        +
      • +
      • gradient can be used as an image mask (custom mPDF styles: gradient-mask)
      • +
      • CSS3 image-orientation supported for <IMG> (similar to existing custom mPDF attribute: rotate)
      • +
      • CSS3 image-resolution supported for <IMG>
      • +
      • background-image-resolution (custom mPDF CSS-type style) to define resolution of background images
      • +
      • improved support for SVG images
      • +
      • SVG and WMF images supported in background-image
      • +
      • file attachments (embedded in PDF file) → → → → →
      • +
      +
      + +
      Tables: borders, background images & gradients
      + +
      Background images or gradients can be set on whole tables or table rows (as well as individual table cells)
      + + + + + + + +
      Row 1This is dataThis is data
      This row hasa background-imageof the bayeux tapestry

      Row 3

      This is long data

      This is data
      This row hasa gradient setwhich spans all 3 cells
      Row 5Also dataAlso data
      + + +
      Border can be set on table rows (only when border-collapse is set to collapse)
      + + + + + +
      Row 1This is dataThis is data
      Row 2This is data
      This is data
      This is data
      This is data
      Also data

      Row 3

      This is long data

      This is data
      + + + + + +
      + +
      Mozilla and CSS3 gradient syntax
      + +
      +

      Linear gradients

      +

      Angle set AND points e.g. -moz-linear-gradient(34% 84% 30deg, red, orange, yellow...

      + + + + + + + + + + + + + + + + + + + + + +
      top right 210 degrees   
      30% 80% 60 degrees   
      10px 40px 325 degrees   
      bottom left 135deg   
      + + +

      Points set only e.g. -moz-linear-gradient(bottom left, red, orange, yellow...

      + + + + + + + + + + + + + + + + + + + + + + +
      bottom right  
      top  
      10px 40px  
      30% 10%  
      + + + +

      Angle set but no points e.g. -moz-linear-gradient(30deg, red, orange, yellow...

      + + + + + + + + + + + + + + + + + + + + + + +
      90 degrees   
      120 degrees   
      180 degrees   
      210 degrees   
      + + + +
      +

      Linear and radial gradients are not specified in the CSS2 specification. The CSS3 draft specification gives a way of outputting gradients, but currently this is not supported by any browser.

      +

      Mozilla (Firefox) has developed its own way of producing gradients, which approximates to the CSS3 draft specification:

      +
        +
      • -moz-linear-gradient
      • +
      • -moz-repeating-linear-gradient
      • +
      • -moz-radial-gradient and
      • +
      • -moz-repeating-radial-gradient
      • +
      +

      WebKit (Safari, Chrome etc.) have a separate way of defining gradients using -webkit-gradient

      +

      Microsoft (IE) does not support any such method of specifying gradients, but does have a function filter: progid:DXImageTransform.Microsoft.gradient()

      +

      When writing HTML for cross-browser compatibility, it is common to see something like this in a stylesheet:

      +

      +background: #999999; /* for non-css3 browsers */
      +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#cccccc\', endColorstr=\'#000000\'); /* for IE */
      +background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#000000)); /* for webkit browsers */
      +background: -moz-linear-gradient(top, #cccccc, #000000); /* for firefox 3.6+ */
      +

      + + + +

      mPDF versions <= 5.0 supported a custom style property background-gradient which accepted both linear and radial gradients. These continue to be supported (and both old and new forms can be used together); note the differences:

      +
        +
      • mPDF background-gradients are output underneath background-images, and both can be specified; whereas the new CSS3/Mozilla-type gradients are defined as a type of background-image
      • +
      • CSS3/Mozilla gradients support multiple colour-stops, opacity, repeating-gradients, and a greater number of options for defining the gradient axis (linear gradients) or shape and extent (radial gradients)
      • +
      + +

      mPDF will attempt to parse a CSS stylesheet written for cross-browser compatibility:

      +
        +
      • parse and support -moz type gradients
      • +
      • parse and support CSS3 gradient syntax
      • +
      • ignore -webkit syntax gradients
      • +
      + + +

      More details can be found at:

      + +
      + + + +
      Repeating gradients
      + +

      +background: repeating-linear-gradient(red, blue 20px, red 40px); +

      +background: -moz-repeating-linear-gradient(top left -45deg, red, red 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px); +

      + +
       
      + +
       
      +
      +
      +
      + +

      +background: repeating-radial-gradient(20px 30px, circle farthest-side, red, yellow, green 10px, yellow 15px, red 20px); +

      +background: repeating-radial-gradient(red, blue 20px, red 40px); +

      +
       
      + +
       
      +
      + + + + + +

      Radial gradients

      + +
       
      + + +
       
      +
      + + +
       
      + +
       
      +
      + +
       
      + +
       
      +
      + +
       
      + +
       
      +
      + + +

       
       
       
       
       
       
       

      + +

       
       
       
       
       
       

      + + + + + + + +
      Gradient Image mask
      + +
      Gradients (linear or radial) can also be used to produce \'masks\' for images. The same syntax is used as for background gradients (e.g. -moz-linear-gradient) but is set using a custom mPDF style: gradient-mask. The rgba() method for defining colours is used: colours are ignored, but the opacity value is used to mask the image.
      + +

      <img src="windmill.jpg" style="gradient-mask: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1), rgba(255,255,255,1) 30%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));" /> +

      <img src="windmill.jpg" style="gradient-mask: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1), rgba(255,255,255,1) 70%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));" /> +

      <img src="windmill.jpg" style="gradient-mask: -moz-linear-gradient(left, rgba(0,0,0,0) , rgba(0,0,0,1) 50% , rgba(0,0,0,0) 100%);" /> +

      + + + + + + +
      + + + + + + +
      Image orientation
      + +
      Images can be rotated using a custom mPDF HTML attribute: rotate. mPDF now also supports the draft CSS3 property of image-orientation. Rotation can be expressed in degrees, radians or grad units; it is corrected if necessary to an orthogonal rotation i.e. 90, 180 or 270 degrees. NB This does not work on background-images.
      +

      <img src="tiger2.png" style="image-orientation: -90deg" width="100" /> +
      +<img src="tiger2.png" style="image-orientation: 3.14159rad" width="100" /> +

      + + + + + + + +
      + +
      +
      +
      + +
      Image resolution
      + + +
      Image files (which do not have an output width or height specified) are displayed in mPDF at the default resolution set by the variable $mpdf->img_dpi. This can be overridden using the draft CSS3 property \'image-resolution\', which can be applied to <IMG> or background-images. +
      +The next 3 image files are identical (300px x 300px) but they have been saved with a different specified resolution: the first at 96dpi, the second at 300dpi. +
      +NB When used in combination with \'from-image\', a specified resolution is only used if the image does not have an intrinsic resolution. Only JPG, PNG and BMP files store a specified DPI resolution in the file.
      + +

      <img src="tiger300px300dpi.png" style="image-resolution: from-image;" /> +
      <img src="tiger300px300dpi.png" style="image-resolution: 150dpi;" /> +
      <img src="tiger300px96dpi.png" style="image-resolution: from-image;" />

      + + + + +

      + + + + + +
      Image resolution can also be applied to a background-image. This can be used as an alternative to the custom mPDF style property - \'background-image-resize\'
      + +

      <div height="300px" width="300px" style="background: #FFCCEE url(tiger300px96dpi.png); background-image-resolution: from-image; border: 0.2mm solid black;">

      +
      Hallo
      world +
      + +
      + +

      <div height="300px" width="300px" style="background-image: url(tiger300px300dpi.png); background-image-resolution: from-image; border: 0.2mm solid black;">

      +
      +
      + + + +
      + + + + + + +
      Mixed effects
      + + +
      +
      +
      +
      +
      +
      +Hallo World +
      +
      +Hallo World +
      +
      +
      +
      +
      +
      + +
      + +
      + +
      + +'; + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} +//============================================================== +$mpdf->WriteHTML($html); + +//============================================================== +//============================================================== +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example55_new_mPDF_v5-1_color_and_other_features.php b/htdocs/MPDF57/examples/example55_new_mPDF_v5-1_color_and_other_features.php new file mode 100644 index 000000000..1cd5bca04 --- /dev/null +++ b/htdocs/MPDF57/examples/example55_new_mPDF_v5-1_color_and_other_features.php @@ -0,0 +1,456 @@ +useKerning=true; + +$mpdf->restrictColorSpace=3; // forces everything to convert to CMYK colors + +$mpdf->AddSpotColor('PANTONE 534 EC',85,65,47,9); + +//============================================================== +$html = ' + + + +
      + +

      mPDF

      +

      Other new features in mPDF Version 5.1

      + +
      +
        +
      • Kerning
      • +
      • Letter- and word-spacing
      • +
      • Small-caps improved to work with justified text, and now with kerning, letter- and word-spacing
      • +
      • Bleed area on @page media
      • +
      • Colorspace and colour conversion (almost everything except BMP images)
      • +
      • Spot colours
      • +
      • PDF/X files
      • +
      • dir="rtl"
      • +
      • numeric list-styles for arabic and indic
      • +
      +
      + + + +
      Kerning
      + +
      Font kerning is supported. This corrects the inter-character spacing between specific pairs of letters. It is dependent on kerning information being available in the original font file. +
      +You need to set $mpdf->useKerning=true; either in the config.php configuration file, or at runtime. This causes the kerning information to be loaded when fonts are accessed (and will therefore increase memory usage). +
      +You can then set kerning on or off using the draft CSS3 style property "font-kerning". Values of normal or auto will turn kerning on; "none" will turn kerning off. +
      + +
      +Off: AWAY To War. +
      + +
      +On: AWAY To War. +
      + + + +
      Letter and word spacing & text justification
      + +
      Letter- and word-spacing can be set on almost all block and in-line style elements, using the CSS properties letter-spacing and word-spacing. Values of normal or a length can be specified (em or ex recommended). +Note that setting the letter-spacing value (including setting it to zero) will prevent any additional letter-spacing to be added when full-justifying text. The word-spacing value, however, is a minimum value, and can be increased in order to justify text. +
      +
      +Text-align: justify - no longer uses configurable variable $jSpacing= C | W | \'\' +
      +The default value is for mixed letter- and word-spacing, set by jSWord and jSmaxChar +
      +If a line contains a cursive script (RTL or Indic [devanagari, punjabi, bengali]) then it prevents letter-spacing +for justification on that line - effectively the same as setting letter-spacing:0 +
      +Spacing values have been removed from the config_cp.php configuration file, so the "lang" property +(in config_cp) no longer determines justification behaviour (this includes the use of Autofont()). +
      +When using RTL or Indic [devanagari, punjabi, bengali] scripts, you should set CSS letter-spacing:0 +whenever you use text-align:justify. +
      + +

      Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Letter spacing set at 0.2em. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Word spacing set at 1em. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

      + + + + +
      Colours
      + +
      Whenever a colour can be specified in a style, additional formats are now supported: rgb(), rgba(), hsl(), hsla(), cmyk(), cmyka(), or spot(). +
      +Spot colours need to be defined at the start of the script using e.g. $mpdf->AddSpotColor(\'PANTONE 534 EC\',85,65,47,9); +
      +The four values define the CMYK values used when the spot colour is not available. A tint % can be specified when using the spot colour in the document. +
      + +
      background-color: rgba(150,150,255, 0.5); color: rgb(0,150,150);
      +
      background-color: rgba(60%,60%,100%, 0.5); color: rgb(0,60%,60%);
      +
      background-color: hsla(180,30%,25%, 0.5); color: hsl(360,100%,50%);
      +
      background-color: cmyka(85,65,0,30, 0.3); color: spot(PANTONE 300 EC,80%);
      +
      +
      + + +
      @page media
      + +
      When using @page to create a print publication with page-size less than sheet-size, the bleed margin is now configurable. +Backgrounds/gradients/images now use the bleed box as their "container box", rather than the whole page. (See this document as an example.) +
      +Crop- and cross-marks can now both be used together, and are more configurable. +Also, background-image-opacity and background-image-resize have been extended to work with @page CSS. +
      +The following values can be set in the configuration file, config.php: +$this->bleedMargin
      +$this->crossMarkMargin
      +$this->cropMarkMargin
      +$this->cropMarkLength
      +$this->nonPrintMargin
      +
      + + + +
      Colorspace and colour conversion
      + +
      PDF files can contain objects using different colorSpaces e.g. Grayscale, RGB and CMYK. By default, +mPDF creates PDF files using the colours as they are specified: font colour may be set (e.g. #880000) as an RGB colour, and the +file may contain JPG images in RGB or CMYK format. +
      +In some circumstances, you may wish to create a PDF file with restricted colorSpaces e.g. printers will often want files +which contain only CMYK, spot colours, or grayscale, but not RGB. +
      +Additional methods for defining colours can be used (see above), but alternatively you can set mPDF to restrict the colorSpace by setting +the value for $mpdf->restrictColorSpace: +
      +1 - allow GRAYSCALE only [converts CMYK/RGB->gray] +
      +2 - allow RGB / SPOT COLORS / Grayscale [converts CMYK->RGB] +
      +3 - allow CMYK / SPOT COLORS / Grayscale [converts RGB->CMYK] +
      +This will attempt to convert every colour value used in the document to the permitted colorSpace(s). Almost everything including images +will be converted (except BMP images), and the conversion of images may take significant time. +
      +This example file is set to (3) CMYK; compare the appearance of the Tux penguin in this file and in the previous example file (RGB). +
      +
      +
      + + +
      PDF/A and PDF/X files
      + +
      mPDF can produce files which (attempt to) meet the PDF/A and PDF/X specifications. In addition to restricted colorSpace, +PDF/A and /X files cannot contain images or colour values with "transparency". +
      +Please note that full compliance with the PDF/A or /X specification is not guaranteed. +
      + + + +
      RTL (right-to-left) text
      + +
      Handling of RTL (right-to-left) languages has been significantly rewritten, and is likely to cause +changes to the resulting files if you have previously been using mPDF. The changes have made mPDF +act more like a browser, respecting the HTML/CSS rules. +Changes include:
      +
        +
      • the document now has a baseline direction; this determines the +
          +
        • behaviour of blocks for which text-align has not been specifically set
        • +
        • layout of mirrored page-margins, columns, ToC and Indexes, headers / footers
        • +
        • base direction can be set by any of: +
            +
          • $mpdf->SetDirectionality(\'rtl\');
          • +
          • <html dir="rtl" or style="direction: rtl;">
          • +
          • <body dir="rtl" or style="direction: rtl;">
          • +
        • +
        • base direction is an inherited CSS property, so will affect all content, unless...
        • +
      • +
      • direction can be set for all HTML block elements e.g. <DIV><P><TABLE><UL> etc using +
          +
        • CSS property <style="direction: rtl;">
        • +
        • direction can only be set on the top-level element of nested lists
        • +
        • direction can only be set on <TABLE>, NOT on THEAD, TBODY, TD etc.
        • +
        • nested tables CAN have different directions
        • +
      • +
      • NOTE that block/table margins/paddings are NOT reversed by direction
      • +
      • language (either CSS "lang", using Autofont, or through initial set-up e.g. $mpdf = new mPDF(\'ar\') ) + no longer affects direction in any way.
        + NB config_cp.php has been changed as a result; any values of "dir" set here are now ineffective
      • +
      • default text-align is now as per CSS spec: "a nameless value which is dependent on direction"
        + NB default text-align removed in default stylesheet in config.php
      • +
      • once text-align is specified, it is respected and inherited
        + NB mPDF <5.1 reversed the text-align property for all blocks when RTL set.
      • +
      • the configurable value $rtlcss is depracated, as it is no longer required
      • +
      • improved algorithm for dtermining text direction +
          +
        • english word blocks are handled in text reversal as one block i.e. dir="rtl"
          + [arabic text] this will not be reversed [arabic text]
        • +
        • arabic numerals 0-9 handled correctly
        • +
      • +
      +Although the control of direction for block elements is now more configurable, the control of +text direction (RTL arabic characters) remains fully automatic and unconfigurable. +<BDO> etc has no effect. Enclosing text in silent tags can sometimes help e.g.: + content<span>[arabic text]</span>content +
      + + + + +
      List styles
      +
      Additional numerical list-styles are supported. All of these (except Tamil) are consistent with the draft CSS3 specification:
      +list-style: arabic-indic | bengali | devanagari | gujarati | gurmukhi | kannada | malayalam | oriya | persian | telugu | thai | urdu | tamil + +
      + + + +
        + + +
      • Arabic +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        11. Six
        12. +
        +
      • +
      • Persian +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        11. Six
        12. +
        +
      • +
      • Urdu +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        11. Six
        12. +
        +
      • + +
      + +
        + +
      • Bengali +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Devanagari +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Gujarati +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Gurmukhi +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Kannada +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Malayalam +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Oriya +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Tamil +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • +
      • Telugu +
          +
        1. One
        2. +
        3. Two
        4. +
        5. Three
        6. +
        7. Four
        8. +
        9. Five
        10. +
        +
      • + +
      + +'; + +//============================================================== +$mpdf->WriteHTML($html); + +//============================================================== +//============================================================== +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example56_new_mPDF_v5-1_features_grayscale.php b/htdocs/MPDF57/examples/example56_new_mPDF_v5-1_features_grayscale.php new file mode 100644 index 000000000..7d87cc0c1 --- /dev/null +++ b/htdocs/MPDF57/examples/example56_new_mPDF_v5-1_features_grayscale.php @@ -0,0 +1,497 @@ +restrictColorSpace = 1; // forces to grayscale +//============================================================== +$html = ' + + + +
      + +

      mPDF

      +

      New features in mPDF Version 5.1

      + +
      +

      This is a copy of Example 54, but all object colours are converted to grayscale using simply:

      +

      $mpdf->restrictColorSpace = 1;

      +
      + +
      +
        +
      • CSS background (images, colours or gradients) on <TR> and <TABLE>
      • +
      • CSS border on <TR> (only in border-collapsed mode)
      • +
      • support for Mozilla and CSS3 gradient syntax: +
          +
        • -moz-linear-gradient, linear-gradient
        • +
        • -moz-radial-gradient, radial-gradient
        • +
        • -moz-repeating-linear-gradient, linear-repeating-gradient
        • +
        • -moz-repeating-radial-gradient, radial-repeating-gradient
        • +
        +
      • +
      • expanded support for gradients (including in SVG images): +
          +
        • multiple colour \'stops\'
        • +
        • opacity (transparency)
        • +
        • angle and/or position can be specified
        • +
        +
      • +
      • etc...
      • +
      +
      + +
      Tables: borders, background images & gradients
      + +
      Background images or gradients can be set on whole tables or table rows (as well as individual table cells)
      + + + + + + + +
      Row 1This is dataThis is data
      This row hasa background-imageof the bayeux tapestry

      Row 3

      This is long data

      This is data
      This row hasa gradient setwhich spans all 3 cells
      Row 5Also dataAlso data
      + + +
      Border can be set on table rows (only when border-collapse is set to collapse)
      + + + + + +
      Row 1This is dataThis is data
      Row 2This is data
      This is data
      This is data
      This is data
      Also data

      Row 3

      This is long data

      This is data
      + + + + + +
      + +
      Mozilla and CSS3 gradient syntax
      + +
      +

      Linear gradients

      +

      Angle set AND points e.g. -moz-linear-gradient(34% 84% 30deg, red, orange, yellow...

      + + + + + + + + + + + + + + + + + + + + + +
      top right 210 degrees   
      30% 80% 60 degrees   
      10px 40px 325 degrees   
      bottom left 135deg   
      + + +

      Points set only e.g. -moz-linear-gradient(bottom left, red, orange, yellow...

      + + + + + + + + + + + + + + + + + + + + + + +
      bottom right  
      top  
      10px 40px  
      30% 10%  
      + + + +

      Angle set but no points e.g. -moz-linear-gradient(30deg, red, orange, yellow...

      + + + + + + + + + + + + + + + + + + + + + + +
      90 degrees   
      120 degrees   
      180 degrees   
      210 degrees   
      + + + +
      +

      Linear and radial gradients are not specified in the CSS2 specification. The CSS3 draft specification gives a way of outputting gradients, but currently this is not supported by any browser.

      +

      Mozilla (Firefox) has developed its own way of producing gradients, which approximates to the CSS3 draft specification:

      +
        +
      • -moz-linear-gradient
      • +
      • -moz-repeating-linear-gradient
      • +
      • -moz-radial-gradient and
      • +
      • -moz-repeating-radial-gradient
      • +
      +

      WebKit (Safari, Chrome etc.) have a separate way of defining gradients using -webkit-gradient

      +

      Microsoft (IE) does not support any such method of specifying gradients, but does have a function filter: progid:DXImageTransform.Microsoft.gradient()

      +

      When writing HTML for cross-browser compatibility, it is common to see something like this in a stylesheet:

      +

      +background: #999999; /* for non-css3 browsers */
      +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#cccccc\', endColorstr=\'#000000\'); /* for IE */
      +background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#000000)); /* for webkit browsers */
      +background: -moz-linear-gradient(top, #cccccc, #000000); /* for firefox 3.6+ */
      +

      + + + +

      mPDF versions <= 5.0 supported a custom style property background-gradient which accepted both linear and radial gradients. These continue to be supported (and both old and new forms can be used together); note the differences:

      +
        +
      • mPDF background-gradients are output underneath background-images, and both can be specified; whereas the new CSS3/Mozilla-type gradients are defined as a type of background-image
      • +
      • CSS3/Mozilla gradients support multiple colour-stops, opacity, repeating-gradients, and a greater number of options for defining the gradient axis (linear gradients) or shape and extent (radial gradients)
      • +
      + +

      mPDF will attempt to parse a CSS stylesheet written for cross-browser compatibility:

      +
        +
      • parse and support -moz type gradients
      • +
      • parse and support CSS3 gradient syntax
      • +
      • ignore -webkit syntax gradients
      • +
      + + +

      More details can be found at:

      + +
      + + + +
      Repeating gradients
      + +

      +background: repeating-linear-gradient(red, blue 20px, red 40px); +

      +background: -moz-repeating-linear-gradient(top left -45deg, red, red 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px); +

      + +
       
      + +
       
      +
      +
      +
      + +

      +background: repeating-radial-gradient(20px 30px, circle farthest-side, red, yellow, green 10px, yellow 15px, red 20px); +

      +background: repeating-radial-gradient(red, blue 20px, red 40px); +

      +
       
      + +
       
      +
      + + + + + +

      Radial gradients

      + +
       
      + + +
       
      +
      + + +
       
      + +
       
      +
      + +
       
      + +
       
      +
      + +
       
      + +
       
      +
      + + +

       
       
       
       
       
       
       

      + +

       
       
       
       
       
       

      + + + + + + + +
      Gradient Image mask
      + +
      Gradients (linear or radial) can also be used to produce \'masks\' for images. The same syntax is used as for background gradients (e.g. -moz-linear-gradient) but is set using a custom mPDF style: gradient-mask. The rgba() method for defining colours is used: colours are ignored, but the opacity value is used to mask the image.
      + +

      <img src="windmill.jpg" style="gradient-mask: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1), rgba(255,255,255,1) 30%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));" /> +

      <img src="windmill.jpg" style="gradient-mask: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1), rgba(255,255,255,1) 70%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));" /> +

      <img src="windmill.jpg" style="gradient-mask: -moz-linear-gradient(left, rgba(0,0,0,0) , rgba(0,0,0,1) 50% , rgba(0,0,0,0) 100%);" /> +

      + + + + + + +
      + + + + + + +
      Image orientation
      + +
      Images can be rotated using a custom mPDF HTML attribute: rotate. mPDF now also supports the draft CSS3 property of image-orientation. Rotation can be expressed in degrees, radians or grad units; it is corrected if necessary to an orthogonal rotation i.e. 90, 180 or 270 degrees. NB This does not work on background-images.
      +

      <img src="tiger2.png" style="image-orientation: -90deg" width="100" /> +
      +<img src="tiger2.png" style="image-orientation: 3.14159rad" width="100" /> +

      + + + + + + + +
      + +
      +
      +
      + +
      Image resolution
      + + +
      Image files (which do not have an output width or height specified) are displayed in mPDF at the default resolution set by the variable $mpdf->img_dpi. This can be overridden using the draft CSS3 property \'image-resolution\', which can be applied to <IMG> or background-images. +
      +The next 3 image files are identical (300px x 300px) but they have been saved with a different specified resolution: the first at 96dpi, the second at 300dpi. +
      +NB When used in combination with \'from-image\', a specified resolution is only used if the image does not have an intrinsic resolution. Only JPG, PNG and BMP files store a specified DPI resolution in the file.
      + +

      <img src="tiger300px300dpi.png" style="image-resolution: from-image;" /> +
      <img src="tiger300px300dpi.png" style="image-resolution: 150dpi;" /> +
      <img src="tiger300px96dpi.png" style="image-resolution: from-image;" />

      + + + + +

      + + + + + +
      Image resolution can also be applied to a background-image. This can be used as an alternative to the custom mPDF style property - \'background-image-resize\'
      + +

      <div height="300px" width="300px" style="background: #FFCCEE url(tiger300px96dpi.png); background-image-resolution: from-image; border: 0.2mm solid black;">

      +
      Hallo
      world +
      + +
      + +

      <div height="300px" width="300px" style="background-image: url(tiger300px300dpi.png); background-image-resolution: from-image; border: 0.2mm solid black;">

      +
      +
      + + + +
      + + + + + + +
      Mixed effects
      + + +
      +
      +
      +
      +
      +
      +Hallo World +
      +
      +Hallo World +
      +
      +
      +
      +
      +
      + +
      + +
      + +
      + +'; + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} + +//============================================================== +$mpdf->WriteHTML($html); + +//============================================================== +//============================================================== +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example57_new_mPDF_v5-3_active_forms.php b/htdocs/MPDF57/examples/example57_new_mPDF_v5-3_active_forms.php new file mode 100644 index 000000000..2427f5a6f --- /dev/null +++ b/htdocs/MPDF57/examples/example57_new_mPDF_v5-3_active_forms.php @@ -0,0 +1,233 @@ + +textarea { +} +input { +} +select { + font-family: arialunicodems +} + + +

      Active Forms

      + +
      +Input Text + +

      + +Readonly + +

      + +Disabled + +

      + +Required + +

      + +Hidden + +

      + +Input Password + +

      + +Calculations + + + = + +

      + + +Textarea + +

      + + +First language + +     + +You have selected: + +

      + + +
      +Spoken language(s)
      + +
      +

      + + + +How many languages do you speak?      + One      + Two      + Three      + Four      + Five + + +

      + + + Please send me regular information by e-mail
      + Please phone me (not available at present)
      + Please subscribe me to the Newsletter +

      + +

      + +Click this button to see Javascript in action: + + +

      + + + + + + + + + + +

      + + +
      +'; + + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} + +//============================================================== +$mpdf->useActiveForms = true; + +/* +// Try playing around with these (these are also in config.php) +$mpdf->formUseZapD = false; +$mpdf->formSubmitNoValueFields = true; + +$mpdf->formExportType = 'xfdf'; // 'html' or 'xfdf' +$mpdf->formSelectDefaultOption = true; // for Select drop down box; if no option is explicitly maked as selected, + // this determines whether to select 1st option (as per browser) + // - affects whether "required" attribute is relevant +$mpdf->form_border_color = '0.0 0.820 0.0'; +$mpdf->form_background_color = '0.941 0.941 0.941'; +$mpdf->form_border_width = '1'; +$mpdf->form_border_style = 'S'; + +$mpdf->form_radio_color = '0.0 0.820 0.0'; +$mpdf->form_radio_background_color = '0.941 0.5 0.5'; + +$mpdf->form_button_border_color = '0.0 0.820 0.0'; +$mpdf->form_button_background_color = '0.941 0.941 0.941'; +$mpdf->form_button_border_width = '1'; +$mpdf->form_button_border_style = 'S'; +*/ + +$mpdf->WriteHTML($html); + +//============================================================== +// JAVASCRIPT FOR WHOLE DOCUMENT +$mpdf->SetJS(' +var dialogTitle = "Enter details"; +var defaultAnswer = ""; +var reply = app.response("This is javascript set to run when the document opens. Enter value for first field", dialogTitle, defaultAnswer); +if (reply != null) { +this.getField("inputfield").value = reply; +} +'); +//============================================================== +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example57_new_mPDF_v5-3_active_forms_b.php b/htdocs/MPDF57/examples/example57_new_mPDF_v5-3_active_forms_b.php new file mode 100644 index 000000000..0d6522276 --- /dev/null +++ b/htdocs/MPDF57/examples/example57_new_mPDF_v5-3_active_forms_b.php @@ -0,0 +1,234 @@ + +textarea { +} +input { +} +select { + font-family: arialunicodems +} + + +

      Active Forms

      + +
      +Input Text + +

      + +Readonly + +

      + +Disabled + +

      + +Required + +

      + +Hidden + +

      + +Input Password + +

      + +Calculations + + + = + +

      + + +Textarea + +

      + + +First language + +     + +You have selected: + +

      + + +
      +Spoken language(s)
      + +
      +

      + + + +How many languages do you speak?      + One      + Two      + Three      + Four      + Five + + +

      + + + Please send me regular information by e-mail
      + Please phone me (not available at present)
      + Please subscribe me to the Newsletter +

      + +

      + +Click this button to see Javascript in action: + + +

      + + + + + + + + + + +

      + + +
      +'; + + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} + +//============================================================== +$mpdf->useActiveForms = true; +$mpdf->formUseZapD = false; + +/* +// Try playing around with these (these are also in config.php) +$mpdf->formUseZapD = false; +$mpdf->formSubmitNoValueFields = true; + +$mpdf->formExportType = 'xfdf'; // 'html' or 'xfdf' +$mpdf->formSelectDefaultOption = true; // for Select drop down box; if no option is explicitly maked as selected, + // this determines whether to select 1st option (as per browser) + // - affects whether "required" attribute is relevant +$mpdf->form_border_color = '0.0 0.820 0.0'; +$mpdf->form_background_color = '0.941 0.941 0.941'; +$mpdf->form_border_width = '1'; +$mpdf->form_border_style = 'S'; + +$mpdf->form_radio_color = '0.0 0.820 0.0'; +$mpdf->form_radio_background_color = '0.941 0.5 0.5'; + +$mpdf->form_button_border_color = '0.0 0.820 0.0'; +$mpdf->form_button_background_color = '0.941 0.941 0.941'; +$mpdf->form_button_border_width = '1'; +$mpdf->form_button_border_style = 'S'; +*/ + +$mpdf->WriteHTML($html); + +//============================================================== +// JAVASCRIPT FOR WHOLE DOCUMENT +$mpdf->SetJS(' +var dialogTitle = "Enter details"; +var defaultAnswer = ""; +var reply = app.response("This is javascript set to run when the document opens. Enter value for first field", dialogTitle, defaultAnswer); +if (reply != null) { +this.getField("inputfield").value = reply; +} +'); +//============================================================== +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example58_new_mPDF_v5-4_features.php b/htdocs/MPDF57/examples/example58_new_mPDF_v5-4_features.php new file mode 100644 index 000000000..6772fa950 --- /dev/null +++ b/htdocs/MPDF57/examples/example58_new_mPDF_v5-4_features.php @@ -0,0 +1,547 @@ + +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + box-shadow: 0.3em 0.3em #888888; +} +.rounded { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + border-radius: 2mm; + background-clip: border-box; +} +h4 { + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.3em; + margin-top: 0; +} +div.text { + padding:0.8em; + margin-bottom: 0.7em; +} +p { margin: 0.25em 0; } +.code { + font-family: monospace; + font-size: 9pt; + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; + border:0.2mm solid #000088; + box-shadow: 0.3em 0.3em #888888; +} +table { + overflow: visible; + empty-cells: hide; + border:1px solid #000000; + font-family: sans-serif; + font-size: 10pt; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; +} +td, th { + border:1px solid #000000; + text-align: left; + font-weight: normal; +} +td.markedcell { + text-decoration: line-through; + color: #CC0000; +} +td.underlinedcell { + text-decoration: underline; + color: #CC0000; +} +td.rotatedcell { + text-decoration: line-through; + color: #CC0000; + text-rotate: 45; +} +td.cost { text-align: right; } +caption.tablecaption { + font-family: sans-serif; + font-weight: bold; + border: none; + caption-side: top; + margin-bottom: 0; + text-align: center; +} +u.doubleu { + text-decoration: none; + border-bottom: 3px double #000088; +} +a.reddashed { + text-decoration: none; + border: 1px dashed #880000; +} +.shadowtitle { + height: 8mm; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.8em; + padding-left: 3em; + font-family:sans; + font-size: 26pt; + font-weight: bold; + border: 0.2mm solid white; + border-radius: 0.2em; + box-shadow: 0 0 2em 0.5em rgba(0,0,255,0.9); + color: #AAAACC; + text-shadow: 0.03em 0.03em #666, 0.05em 0.05em rgba(127,127,127,0.5), -0.015em -0.015em white; +} +h3 { + margin: 3em 0 2em -15mm; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + padding-left: 3em; + width: 50%; + font-family:sans; + font-size: 16pt; + font-weight: bold; + border-left: none; + border-radius: 0 2em 2em 0; + box-shadow: 0 0 2em 0.5em rgba(255,0,0,1); + text-shadow: 0.05em 0.04em rgba(127,127,127,0.5); +} +.css { + font-family: arial; + font-style: italic; + color: #000088; +} +table.zebra tbody tr:nth-child(2n+1) td { background-color: rgba(255,255,127,0.6); } +table.zebra tbody tr:nth-child(2n+1) th { background-color: rgba(255,255,127,0.6); } +table.zebra thead tr { background-color: #FFBBFF; } +table.zebra tfoot tr { background-color: #BBFFFF; } + + + + + + +
      New Features in mPDF v5.4
      + + +

      Bookmark styles

      +
      +

      Bookmarks can be styled by adding code as below to your script. You can define a colour (array of RGB) and/or a font-style (B, I, or BI) for each level (starting at 0). Results may depend on the PDF Reader you are using.

      +

      +$this->bookmarkStyles = array(
      +       0 => array(\'color\'=> array(0,64,128), \'style\'=>\'B\'),
      +       1 => array(\'color\'=> array(128,0,0), \'style\'=>\'\'),
      +       2 => array(\'color\'=> array(0,128,0), \'style\'=>\'I\'),
      +); +

      +
      + +

      Embedded SVG code

      +

      SVG Images can be embedded in your HTML code. This is formally part of the XHTML specification and is supported by IE9+ and most other browsers.

      + + + + +

      +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 200 200" width="200" height="200">
      +  <circle cx="100" cy="50" r="40" stroke="black" stroke-width="1" fill="red" />
      +  <circle cx="130" cy="50" r="40" stroke="black" stroke-width="1" fill="blue" />
      +</svg> +

      + + +

      Improved CSS support

      +
      +

      border-radius is now supported on fixed/absolute-positioned block elements.

      +

      visibility can be set on any block-style element e.g. DIV,P or images IMG as: visible|hidden|printonly|screenonly

      +

      background-color now supports rgba() and cmyka() alpha transparency formats in tables.

      +

      Color, underline and strike-through are now supported in table cells, including with rotated text (see example below of spread table)

      +

      page-break-after: left|right|always is supported on all block-style elements and tables

      +

      text-transform: capitalize|uppercase|lowercase is supported in table cells

      +
      + + +
      +

      Zebra stripes in Tables

      +
      +

      :nth-child() selector can be used in tables (on TR, TD or TH) to stripe rows or columns. Both the an+b and odd/even forms are supported e.g.

      + +

      +tr:nth-child(2n+1) { background-color: rgba(255,255,127,0.6); } or
      +tr:nth-child(odd) { background-color: rgba(255,255,127,0.6); } +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Row 1This is data167.00
      Row 2 +

      This is data p

      +
      +

      444.53

      +
      +

      Row 3

      +
      +

      This is long data

      +
      14.00
      +

      Row 4

      +
      This is data +

      0.88

      +
      Row 5Also data144.00
      Row 6Also data8089.00
      + +

      Note: mPDF does NOT correctly apply specificity to all CSS. The following stylesheet:

      +

      +table.zebra tbody tr:nth-child(2n+1) td { background-color: yellow; }
      +table.zebra tbody td:nth-child(odd) { background-color: blue; } +

      +

      should make every odd row yellow, and every odd column blue, but with the row/yellow overriding the column/blue. +In mPDF the td:nth-child(odd) trumps the plain td, so the column colour wins out. You can force the effect you want by using:

      +

      +table.zebra tbody tr:nth-child(2n+1) td:nth-child(1n+0) { background-color: yellow; } +

      +

      The :nth-child(1n+0) selector just selects every td cell.

      + +
      +
      + + +
      +

      border can now be defined on in-line elements eg SPAN

      + +

      Note: Remember that in mPDF, inside table cells, properties set on block elements are set when possible as in-line properties - so a P element inside a table with border set, will appear with a border around the text line as though it had been set on SPAN

      +
      + + + + +
      +

      Shadows

      +

      box-shadow can be defined on any block-level element (P, DIV etc). It follows the CSS3 recommendation, but inset is not supported.

      +

      text-shadow can be defined on any element. It follows the CSS3 recommendation, but blur is not supported.

      +

      +<span style="text-shadow: 0.03em 0.03em #666, -0.015em -0.015em white;">
      +<div style="box-shadow: 0.3em 0.3em #888888;"> +

      +
      + + +

      Other Enhancements

      + +

      Column Totals (Tables)

      +

      {colsum} placed in the footer of a table will automatically display the sum of that column. If the table breaks across more than one page, the sum of the values on that page will be displayed. A number following the colsum e.g. {colsum2} will force that number of decimal places to be displayed.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Table caption goes here
      Header RowHeader RowHeader Row
      Column total: (using colsum2 in {}){colsum2}
      Row 1This is data167.00
      Row 2 +

      This is data p

      +
      +

      444.53

      +
      +

      Row 3

      +
      +

      This is long data

      +
      14.00
      +

      Row 4

      +
      This is data +

      0.88

      +
      Row 5Also data144.00
      Row 6Also data8089.00
      Row 7Also data3.00
      Row 8Also data23.00
      +
      + +

      Table caption

      +

      The caption element for tables is partially supported (see example above).

      +

      +<caption align="top|bottom" style="caption-side: top|bottom"> +

      +
        +
      • The caption must come immediately after <table>.
      • +
      • The CSS caption-side or HTML align attribute of top|bottom supported
      • +
      • Left or right placement are not supported.
      • +
      • The caption is handled as a separate block element brought outside the table, so: +
          +
        • CSS will not cascade correctly from the table
        • +
        • the width of the caption block is that of page or of the block element containing the table
        • +
        • text alignment will be to the page-width not the table width
        • +
        • if table page-break-after: always, the caption will follow the pagebreak
        • +
      • +
      + + +

      Core fonts in non-core font document

      + +

      Core fonts, which do not need to be embedded in a PDF, can now be included in a document which uses non-core fonts. The pseudo font-family names: chelvetica, ctimes and ccourier should be used.

      +

      +<div style="font-family: chelvetica"> +

      +

      NB You could force mPDF to always use core fonts when Arial/Helvetica/Courier are specified, by editing $this->fonttrans in config_fonts.php:

      +

      +$this->fonttrans = array(
      + \'arial\' => \'chelvetica\',
      + \'helvetica\' => \'chelvetica\',
      + \'timesnewroman\' => \'ctimes\',
      + \'times\' => \'ctimes\',
      + \'couriernew\' => \'ccourier\',
      + \'courier\' => \'ccourier\',
      +... +

      +
      + +

      Javascript in Forms

      + +

      Javascript used in (active) forms has been altered to reflect the Adobe Acrobat specification for Javascript in PDF documents.

      +

      textarea and input (text-types) now accept javascript as: onKeystroke, onValidate, onCalculate and onFormat. onChange is depracated but is not ignored; it works as though for onCalculate. (PS Select still accepts onChange)

      + + +
      + + + +

      Overlapping Rows in Tables

      +

      Support for overlapping rowspans in tables has been improved (although probably not foolproof!)

      + + + + + + + + + + + + +
         
       
       
      + +
      + + + +

      Circular Text

      +

      Circular Text can be included in a PDF document as a custom HTML tag (or a function)

      +
        +
      • top-text and/or bottom-text can be specified
      • +
      • Radius (r) and font-size (using CSS) are user-defined
      • +
      • Width and height are calculated from radius and font-size
      • +
      • Other CSS styles supported on Circular Text: border, margin, padding, color, background-color, font-family, font-size, font-weight, font-style, display, visibility, and opacity
      • +
      • space-width should be specified as an integer defining the letter-spacing as a percentage of normal (default 120)
      • +
      • char-width should be specified as an integer defining the width of each character as a percentage of normal (default 100)
      • +
      • Circular Text is displayed as though an in-line element
      • +
      +

      NB If $mpdf->useKerning is true then automatic kerning will be used on Circular Text.

      + +

      +<textcircle r="30mm" top-text="Circular Text Circular Text" style="color: blue; font-size: 34pt; font-style: italic" />

      +<textcircle r="30mm" space-width="120" char-width="150" top-text="&bull; Circular Text &bull;" bottom-text="Circular Text" style="background-color: #FFAAAA; border:1px solid red; padding: 0.3em; margin: 0.3em; color: #000000; font-size: 21pt; font-weight:bold; font-family: Arial" /> +

      + + + + + + + + + +

      Spread tables

      +
      +Setting the CSS property "overflow: visible" on a table now has the effect of cancelling resizing, and allowing tables to split columns across multiple pages. +The maximum width for a column (or group of columns set by colspan) is the page width. It is recommended to specify absolute values of width on each column (not percentages). +
      +
      + + + + +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Periodic Table (table caption)
      123456789101112131415161718
      H He
      Li Be B C N O F Ne
      Na Mg Al Si P S Cl Ar
      K Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr
      Rb Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I Xe
      Cs Ba Lu Hf Ta W Re Os Ir Pt Au Hg Tl Pb Bi Po At Rn
      Fr Ra
      + +

      + +
      +

      Limitations of Spread tables

      +Spread tables cannot be used with: keep-headings-with-table ($mpdf->use_kwt), table rotate, table page-break-inside:avoid, columns, +CJK (chinese-japanese-korean) or RTL (right-to-left) languages. +They will also cause problems with $mpdf->forcePortraitHeaders or $mpdf->forcePortraitMargins.
      +Warning: If a table row is too tall to fit on a page, mPDF will crash with an error message.
      +If the width settings within the table cause conflicts, it will override some of these settings. +
      +
      + + +'; + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} + +//============================================================== +$mpdf->useActiveForms = true; + +$mpdf->bookmarkStyles = array( + 0 => array('color'=> array(0,64,128), 'style'=>'B'), + 1 => array('color'=> array(128,0,0), 'style'=>''), + 2 => array('color'=> array(0,128,0), 'style'=>'I'), +); + +$mpdf->useKerning=true; // set this to improve appearance of Circular text + // must be set before the font is first loaded + +$mpdf->WriteHTML($html); + +// JAVASCRIPT FOR WHOLE DOCUMENT +$mpdf->SetJS(' +function TwoPages() { + this.layout="TwoColumnRight"; + this.zoomType = zoomtype.fitW; +} +function OnePage() { + this.layout="SinglePage"; + this.zoom = 100; +} +'); + +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example59_new_mPDF_v5-6_features.php b/htdocs/MPDF57/examples/example59_new_mPDF_v5-6_features.php new file mode 100644 index 000000000..fc908d5e2 --- /dev/null +++ b/htdocs/MPDF57/examples/example59_new_mPDF_v5-6_features.php @@ -0,0 +1,387 @@ + +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + box-shadow: 0.3em 0.3em #888888; +} +.rounded { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + border-radius: 2mm; + background-clip: border-box; +} +h4 { + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.3em; + margin-top: 0; +} +div.text { + padding:0.8em; + margin-bottom: 0.7em; +} +p { margin: 0.25em 0; } +.code { + font-family: monospace; + font-size: 9pt; + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; + border:0.2mm solid #000088; + box-shadow: 0.3em 0.3em #888888; +} +table { + border:1px solid #000000; + font-family: sans-serif; + font-size: 10pt; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; +} +td, th { + border:1px solid #000000; + text-align: left; + font-weight: normal; +} +.shadowtitle { + height: 8mm; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.8em; + padding-left: 3em; + font-family:sans; + font-size: 26pt; + font-weight: bold; + border: 0.2mm solid white; + border-radius: 0.2em; + box-shadow: 0 0 2em 0.5em rgba(0,0,255,0.9); + color: #AAAACC; + text-shadow: 0.03em 0.03em #666, 0.05em 0.05em rgba(127,127,127,0.5), -0.015em -0.015em white; +} +h3 { + margin: 3em 0 2em -15mm; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + padding-left: 3em; + width: 50%; + font-family:sans; + font-size: 16pt; + font-weight: bold; + border-left: none; + border-radius: 0 2em 2em 0; + box-shadow: 0 0 2em 0.5em rgba(255,0,0,1); + text-shadow: 0.05em 0.04em rgba(127,127,127,0.5); +} +.css { + font-family: arial; + font-style: italic; + color: #000088; +} +table.pop { + border-collapse: collapse; +} +table.pop td { + font-family: arial; + font-size: 10px; + border: 1px solid #888888; +} +meter.pop { + margin: 3px; +} +fieldset { border: 1px solid #000000; border-radius: 5px; padding: 10px; } +div.folder { + background: url(data:image/gif;base64,R0lGODlhEAAOALMAAOazToeHh0tLS/7LZv/0jvb29t/f3//Ub//ge8WSLf/rhf/3kdbW1mxsbP//mf///yH5BAAAAAAALAAAAAAQAA4AAARe8L1Ekyky67QZ1hLnjM5UUde0ECwLJoExKcppV0aCcGCmTIHEIUEqjgaORCMxIC6e0CcguWw6aFjsVMkkIr7g77ZKPJjPZqIyd7sJAgVGoEGv2xsBxqNgYPj/gAwXEQA7) no-repeat 4px center; + padding: 5px 0 5px 25px; + border: 1px solid #000000; +} + + + + +
      New Features in mPDF v5.6
      + +

      HTML5 tags

      +
      +

      New tags introduced in HTML5 now have basic support in mPDF, and will thus support CSS style references.

      +

      The following are treated as block elements similar to <div>:

      +

      <article> <aside> <details> <figure> <figcaption> <footer> <header> <hgroup> <nav> <section> <summary>

      +

      The following are treated as in-line elements:

      +

      <time> <mark>

      +

      Mark is set by default to highlight in yellow in config.php using $defaultCSS e.g. mark

      +

      Progress and meter are discussed below:

      +
      + +

      <progress>

      +
      +

      Progress: accepts the attributes value and max. A progress element without a value is called an indeterminate progress bar. +Text between the opening and closing tags is not displayed.

      +

      CSS styles properties can be applied: display, visibility, margin, padding, border, vertical-align, width, height and opacity. +HTML attributes width and height are supported, although not officially part of the spec.

      +

      Example:

      +

      <progress value="5" max="10">50%</progress>

      + +
        +
      • + + +
      • +
      • + + +
      • +
      • + + +
      • +
      • + + +
      • +
      +
      + +

      <meter>

      +
      +

      Meter: accepts the attributes min, max, value, optimum, low, and high. +Text between the opening and closing tags is not displayed.

      +

      CSS styles properties can be applied: display, visibility, margin, padding, border, vertical-align, width, height and opacity. +HTML attributes width and height are supported, although not officially part of the spec.

      +

      Example:

      +

      <meter value="5" max="10" min="1" low="2" high="8" optimum="5.6">5</meter>

      + + + +
        +
      • + + +
      • +
      • + + +
      • +
      • + + +
      • +
      • + + +
      • +
      +
      + +
      +

      Custom appearances for <meter> and <progress>

      +

      Meter (and to a lesser extent progress) can be used with custom appearances e.g. by using optimum to display the average, and low/high to indicate 90th centiles

      + +

      Custom appearances can be written by editing the script in classes/meter.php - Use a custom attribute of type="anyname" which is passed to the class as a variable e.g.

      +

      <meter type="2" value="612.7" optimum="580.4" min="517.0 " max="642.7" low="542" high="600">612.7</meter>

      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Domain

      Indicator

      LHB

      number

      LHB

      Indicator

      +

      value

      +

      Wales

      average

      +

      Wales range

      Comparison

      Deaths

      Death Rates per 100,000 population

      3046

      612.7

      580.4

      517.0 - 642.7

      612.7

      Death Rates per 100,000 from cancer

      789

      178.2

      172.7

      159.5 - 182.2

      178.2

      Death Rates per 100,000 from respiratory disease

      505

      60.5

      72.11

      54.41 - 95.5

      60.5

      Death Rates per 100,000 from cardiovascular disease

      913

      178.2

      165.0

      151.8 - 179.9

      160.2
      + + +

      Fieldset and Legend

      +
      +
      + Fieldset and legend +

      Support for fieldset and legend was introduced in mPDF v5.5. Consider it experimental!

      + + +
      + + +
      +
      + + +

      CSS styles

      +
      +

      +

      min-height, min-width, max-height and max-width are now supported in CSS style sheets for <img> (only).

      +

      background: url(data:image/gif;base64,...) is now supported in CSS style sheets (gif, png and jpeg).

      +
      + +
      This <div> has the folder icon set as an embedded image in the CSS
      +

      div.folder { + background: url(data:image/gif;base64,R0lGODlhEAAOALMAAOazToeHh0tLS/7LZv/0jvb29t/f3//Ub//ge8WSLf/rhf/3kdbW1mxsbP//mf///yH5BAAAAAAALAAAAAAQAA4AAARe8L1Ekyky67QZ1hLnjM5UUde0ECwLJoExKcppV0aCcGCmTIHEIUEqjgaORCMxIC6e0CcguWw6aFjsVMkkIr7g77ZKPJjPZqIyd7sJAgVGoEGv2xsBxqNgYPj/gAwXEQA7) no-repeat 4px center; + padding: 5px 0 5px 25px; + border: 1px solid #000000; +} +

      + + + +

      Arabic text

      + + + +

      + +
      + +

      The script handling Arabic text (RTL) was rewritten in mPDF 5.5 with improved support for Pashto/Sindhi/Urdu/Kurdish, especially for joining characters and added new presentation forms.

      +

      Some characters in Pashto/Sindhi/Urdu/Kurdish do not have Unicode values for the final/initial/medial forms of the characters. However, some fonts include glyphs for these characters "un-mapped" to Unicode (including XB Zar and XB Riyaz, which are bundled with mPDF).

      +

      By editing config_fonts.php and adding:

      +

      + \'unAGlyphs\' => true, +

      +

      to appropriate fonts, this will force mPDF to use unmapped glyphs. It requires the font file to include a Format 2.0 POST table which references the glyphs by name as e.g. uni067C.med or uni067C.medi

      +

      XB Riyaz, XB Zar, Arabic Typesetting (MS), Arial (MS) all contain this table. NB If you want to know if a font file is suitable, you can open a .ttf file in a text editor and search for "uni067C.med" - if it exists, it may work!

      +

      Using "unAGlyphs" forces subsetting of fonts, and will not work with SIP/SMP fonts (using characters beyond the Unicode BMP Plane).

      +

      mPDF maps these characters to part of the Private Use Area allocated by Unicode U+F500-F7FF. This could interfere with correct use +if the font already utilises these codes (unlikely).

      +
      + + +

      Using Arial MS font:

      +'; +//============================================================== +// Test for all Arabic characters which may need joining +//============================================================== +$mpdf->cacheTables = true; +$html .=' + +
      +'; + + +$ranges = array(0=>array(0x0621, 0x063a), 1=>array(0x0640, 0x064a), 2=>array(0x0671, 0x0672), 3=>array(0x0674, 0x06d3)); + +foreach($ranges AS $r) { + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + for($n=$r[0];$n<=$r[1];$n++) { + + $html .= ''; + $html .= ''; + + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + + $html .= ''; + } + $html .='
      IsolatedFinalMedialInitial
      U+0'.strtoupper(dechex($n)) .'�'.dechex($n) .';ئ�'.dechex($n) .';ـ�'.dechex($n) .';ـ�'.dechex($n) .';ـ�'.dechex($n) .';ـ�'.dechex($n) .';ه
      '; +$html .='
      '; +} + + + +$html .='
      '; +//============================================================== + +$html .=' +
      + + +'; + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} + +//============================================================== + +$mpdf->WriteHTML($html); + +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/example60_new_mPDF_v5-7_features.php b/htdocs/MPDF57/examples/example60_new_mPDF_v5-7_features.php new file mode 100644 index 000000000..658dc9ac8 --- /dev/null +++ b/htdocs/MPDF57/examples/example60_new_mPDF_v5-7_features.php @@ -0,0 +1,595 @@ + +.gradient { + border:0.1mm solid #220044; + background-color: #f0f2ff; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + box-shadow: 0.3em 0.3em #888888; +} +h4 { + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.3em; + margin-top: 0; +} +div.text { + padding:0.8em; + margin-bottom: 0.7em; +} +p { margin: 0.25em 0; } +p.code { + background-color: #d5d5d5; + margin: 1em 1cm; + padding: 0 0.3cm; + border:0.2mm solid #000088; + box-shadow: 0.3em 0.3em #888888; +} +.code { + font-family: monospace; + font-size: 9pt; +} +.shadowtitle { + height: 8mm; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.8em; + padding-left: 3em; + font-family:sans; + font-size: 26pt; + font-weight: bold; + border: 0.2mm solid white; + border-radius: 0.2em; + box-shadow: 0 0 1em 0.5em rgba(0,0,255,0.5); + color: #AAAACC; + text-shadow: 0.03em 0.03em #666, 0.05em 0.05em rgba(127,127,127,0.5), -0.015em -0.015em white; +} +h3 { + margin: 3em 0 2em -15mm; + background-color: #EEDDFF; + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + padding: 0.5em; + padding-left: 3em; + width: 50%; + font-family:sans; + font-size: 16pt; + font-weight: bold; + border-left: none; + border-radius: 0 2em 2em 0; + box-shadow: 0 0 2em 0.5em rgba(255,0,0,1); + text-shadow: 0.05em 0.04em rgba(127,127,127,0.5); +} +.css { + font-family: arial; + font-style: italic; + color: #000088; +} + +.aBDP { text-align: "." center; } +.arBDP { text-align: "\66B" center; } +.middot { text-align: "\B7" center ; } + +p.menu { + text-align: justify; + padding-right: 4em; +} +dottab.menu { + outdent: 4em; +} + + +.outlined { + text-outline: 0.1mm 0.1mm #FF0000; + font-weight: bold; + font-size: 20pt; + color: #FFFFFF; +} + +/* For background-clip and -origin */ +.divclip { + border: 10px dashed #000000; + border-radius: 3em; + padding: 20px; + background:yellow; + background-image: -moz-linear-gradient(top right 210deg, red, orange, yellow, green, blue, indigo, violet); + width: 300px; + height: 50px; + margin-bottom: 1em; + background-repeat: no-repeat ; + background-size: 100% 100%; +} +.divpic { + background:yellow; + background: yellow url("bayeux1.jpg") no-repeat scroll left top; + background-size: 100% 100%; +} +.div1 { + background-clip: content-box; + background-origin: content-box; +} +.div2 { + background-clip: padding-box; + background-origin: padding-box; +} +.div3 { + background-clip: border-box; + background-origin: border-box; +} +.div4 { + background-clip: content-box; + background-origin: border-box; +} +.div5 { + background-clip: border-box; + background-origin: content-box; +} + + +/* For Table of Contents */ +div.mpdf_toc { + font-family: sans-serif; + font-size: 11pt; +} +a.mpdf_toc_a { + text-decoration: none; + color: black; +} +div.mpdf_toc_level_0 { /* Whole line level 0 */ + line-height: 1.5; + margin-left: 0; + padding-right: 2em; /* should match e.g 0 is default */ +} +span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside */ + font-weight: bold; +} +span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside */ +} +div.mpdf_toc_level_1 { /* Whole line level 1 */ + margin-left: 2em; + text-indent: -2em; + padding-right: 2em; /* should match 2em is default */ +} +span.mpdf_toc_t_level_1 { /* Title level 1 */ + font-style: italic; + font-weight: bold; +} +span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside */ +} +div.mpdf_toc_level_2 { /* Whole line level 2 */ + margin-left: 4em; + text-indent: -2em; + padding-right: 2em; /* should match 2em is default */ +} +span.mpdf_toc_t_level_2 { /* Title level 2 */ +} +span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside */ +} + + + + + + + +

      ToC Layout and styling

      +
      +

      Table of Contents styling

      +

      When a Table of Contents is generated by mPDF using e.g. <tocpagebreak>, mPDF 5.7 will generate the ToC as HTML. This means that a CSS stylesheet can be used to format its appearance.

      +
      + +
      + +
      +

      This will result in the following HTML code generated (internally):

      +

      +<div class="mpdf_toc" id="mpdf_toc_0">
      +  <div class="mpdf_toc_level_0">
      +    <a class="mpdf_toc_a" href="#__mpdfinternallink_1">
      +      <span class="mpdf_toc_t_level_0">Section 1</span>
      +    </a>
      +    <dottab outdent="2em" />
      +    <a class="mpdf_toc_a" href="#__mpdfinternallink_1">
      +      <span class="mpdf_toc_p_level_0">5</span>
      +    </a>
      +  </div>
      +  <div class="mpdf_toc_level_1">
      +    <a class="mpdf_toc_a" href="#__mpdfinternallink_2">
      +      <span class="mpdf_toc_t_level_1">Chapter 1</span>
      +    </a>
      +    <dottab outdent="2em" />
      +    <a class="mpdf_toc_a" href="#__mpdfinternallink_2">
      +      <span class="mpdf_toc_p_level_1">6</span>
      +    </a>
      +  </div>
      +  <div class="mpdf_toc_level_2">
      +    <a class="mpdf_toc_a" href="#__mpdfinternallink_3">
      +      <span class="mpdf_toc_t_level_2">Topic 1</span>
      +    </a>
      +    <dottab outdent="2em" />
      +    <a class="mpdf_toc_a" href="#__mpdfinternallink_3">
      +      <span class="mpdf_toc_p_level_2">7</span>
      +    </a>
      +  </div>
      +</div> +

      + +

      NB The id is "0" (mpdf_toc_0) for root/un-named ToC; otherwise it is lowercase of the name="" used for the ToC

      +
      + +
      + +

      Example Styling using CSS

      +

      The following CSSwill format the ToC as it appears in this document:

      +

      +/* For Table of Contents */
      +div.mpdf_toc {
      +  font-family: sans-serif;
      +  font-size: 11pt;
      +}
      +a.mpdf_toc_a {
      +  text-decoration: none;
      +  color: black;
      +}

      +/* Whole line level 0 */
      +div.mpdf_toc_level_0 {
      +  line-height: 1.5;
      +  margin-left: 0;
      +  padding-right: 2em;
      +}

      +/* Title level 0 - may be inside <a> */
      +span.mpdf_toc_t_level_0 {
      +  font-weight: bold;
      +}

      +/* Page no. level 0 - may be inside <a> */
      +span.mpdf_toc_p_level_0 { }

      +/* Whole line level 1 */
      +div.mpdf_toc_level_1 {
      +  margin-left: 2em;
      +  padding-right: 2em;
      +}

      +/* Title level 1 */
      +span.mpdf_toc_t_level_1 {
      +  font-style: italic;
      +  font-weight: bold;
      +}

      +/* Page no. level 1 - may be inside <a> */
      +span.mpdf_toc_p_level_1 { }

      +/* Whole line level 2 */
      +div.mpdf_toc_level_2 {
      +  margin-left: 4em;
      +  padding-right: 2em;
      +}

      +/* Title level 2 */
      +span.mpdf_toc_t_level_2 { }

      +/* Page no. level 2 - may be inside <a> */
      +span.mpdf_toc_p_level_2 { }

      +

      +

      NB padding-right should match <dottab> "outdent" (0 is default). See <dottab> for more details

      +
      + +
      +

      The functions TOCpagebreakByArray() and TOCpagebreak() have a new final parameter, and HTML tags <TOC> and <TOCpagebreak> have a new attribute "tocoutdent". This should be blank or a valid CSS length e.g. "2em". See <dottab> for more details.

      +
      + + + + + +

      Text-align on decimal point

      +
      +

      Text inside a table column can be aligned on a decimal point (or any other character) by using either HTML attribute or CSS.

      +

      This example table uses the following CSS stylesheet:

      +

      +<style>
      +.aBDP { text-align: "." center; }
      +.arBDP { text-align: "\66B" center; }
      +.middot { text-align: "\B7" center ; }
      +</style> +

      +

      + + + + + + + + + + + + + + + + + + + + + + + +
      <TD> elementColumn
      align="left"Left text
      align="right"Right text
      align="center"Center text
      align="char"

      1000.0001

      align="char" char=","

      1000,0001

      align="char" char="&middot;"

      1000·0001

      align="char" char="&#183;"

      1000·0001

      style="text-align: \'.\' center"100.001
      style="text-align: \'.\' center"DP aligned text
      style="text-align: \',\' center"

      1.000,0001

      class="aBDP"10.01
      class="aBDP"1000
      class="aBDP"

      1000.0001

      class="middot"1 000·0001
      class="aBDP"

      1,000,000.00001

      class="aBDP"1.000000001
      class="aBDP"1.000.000.001
      class="arBDP"

      ١٬٥٦٧٬٢٣٤٫٢٣٤٧

      class="aBDP"(GBP) 1,000,000.00001
      1,000,000.00001 (EUR)
      1,000,000.00001
      + +
      + + + + + + +

      Automatic ToC and Bookmarks

      +
      +

      A Table of Contents and/or Bookmarks can be generated automatically from any of the heading tags H1 - H6. This example will generate ToC and bookmarks from all <h3> tags (top level) and <h4> tags (next level)

      +

      + $mpdf->h2toc = array(\'H3\'=>0, \'H4\'=>1);
      + $mpdf->h2bookmarks = array(\'H3\'=>0, \'H4\'=>1); +

      +
      + + + + + + +

      Improved line-breaking

      +

      mPDF will now avoid line-breaks in the middle of words even between <tags>

      +
      +

      +<b>Na<sub>2</sub>HCO<sub>3</sub></b> +

      +

      Pellentesque purus feugiat semper. Donec nunc odio, et vitae pellentesque. Pellentesque Na2HCO3 velit lacus.

      +
      + + +

      CSS hyphens

      +
      +

      The CSS property hyphens is now supported on all block elements

      +

      +hyphens: manual | auto | none +

      +

      In the following example, the word interdependent contains no soft hyphen or similar characters, and is moved to the next line.

      + +

      Cum velit lacus pena sociis natoque penatibus et magnis disa montes, nascetur ridicuus interdependent (no characters suggesting line-break).

      + +

      manual (default) + Words are only broken at line breaks where there are characters inside the word that suggest line break opportunities. Characters can be explicit ("-" hard hyphen) or conditional (&shy; &#173; <wbr>).

      +

      Cum velit lacus pena sociis natoque penatibus et magnis disa montes, nascetur ridicuus inter­dependent (uses soft hyphen &shy;).

      + +

      none - Words are not broken at line breaks, even if characters inside the word suggest line break points.

      +

      Cum velit lacus pena sociis natoque penatibus et magnis disa montes, nascetur ridicuus inter-dependent (hard hyphen).

      + +

      auto + Words can be broken at appropriate hyphenation points, as determined by characters inside the word.

      +

      Cum velit lacus pena sociis natoque penatibus et magnis disa montes, nascetur ridicuus interdependent (No characters suggesting line-break).

      +

      SHY inside the word take priority over hyphenation points determined by other resources.

      +

      Cum velit lacus pena sociis natoque penatibus et magnis disa montes, nascetur ridicuus inter­dependent (uses soft hyphen &shy;).

      + +

      The configurable variables $this->hyphenate and $this->hyphenateTables are henceforth redundant and have no effect.

      +

      NB Support for <wbr> is new in mPDF 5.7

      +
      + + + + + +

      Text circle

      +
      +

      Added in mPDF 5.6 but not included in New Features example - transparent background and Divider were new. Now also added support for font-size:auto

      +

      +<textcircle r="30mm" top-text="Text Circular Text Circular" bottom-text="Text Circular Text Circular" divider="&bull;" style="font-size: auto" /> +

      +

      +
      +
      + + +

      List numbering

      +
      +

      This list is set to start numbering at 5

      +

      <ol start="5">

      +
        +
      1. List item number 1
      2. +
      3. List item number 2
      4. +
      5. List item number 3
      6. +
      +
      + + + + +

      <dottab> and outdent

      +
      +

      <dottab> now supports a custom CSS property "outdent", which can also be used as an HTML attribute i.e. <dottab outdent="2em">

      +

      The first item uses <dottab outdent="4em"> whereas the following items have <dottab class="menu"> (with CSS dottab.menu{outdent: 4em;} ) and all have padding-right="4em" on the <div> element

      +
      + + + + + + + + + +
      +

      +

      +p.menu { text-align: justify; padding-right: 4em; }
      +dottab.menu { outdent: 4em; } +

      +

      NB It is recommended to use &nbsp; after the dottab if a space is required before the following content.

      +

      NB This (outdent) is also used in the Table of Contents (see earlier in this document).

      +
      + + + +

      Layers

      +
      +

      mPDF 5.7 will create layers in the document using the CSS property z-index. All layers are visible by default.

      +

      This demonstrates layers in a PDF document. Select the layers named "Correct Answers" or "Wrong Answers" in your PDF viewer (the layers pane should be open already in Adobe Acrobat)

      +
      What is the name of the Prime Minister of Britain?
      +
      David Cameron
      +
      Rupert Murdoch
      +
      What is the name of the David Beckham\'s bulldog?
      +
      Scarlet
      +
      Victoria
      +

      To open/close/select layers in Adobe Reader (10):
      +

      +

      The layer names and initial state can be set (optionally) e.g.

      +

      + $mpdf->layerDetails[1][\'state\']=\'hidden\'; // Set initial state of layer - "hidden" or ""
      + $mpdf->layerDetails[1][\'name\']=\'Correct Answers\';
      + $mpdf->layerDetails[2][\'state\']=\'hidden\';
      + $mpdf->layerDetails[2][\'name\']=\'Wrong Answers\';
      +

      +

      This is the code used in the example above:

      +

      + <div style="z-index:1;color: green;float: left; width:30%;">Scarlet</div>
      + <div style="z-index:2;color: red;">Victoria</div> +

      +
      To force the PDF reader to open with the layers tab open, set: +

      $mpdf->open_layer_pane = true;

      +
      + +
      + + + +

      CSS visibility on <span>

      +

      CSS visibility:hidden is now supported on inline elements e.g. <span>

      +
      +

      This next bit of text is hidden - Hidden text - and this isn\'t.

      +

      style="visibility:hidden;"

      +

      This next bit of text is only visible in print - Hidden text - and this isn\'t.

      +

      style="visibility:printonly;"

      +

      This next bit of text is only visible on screen - Hidden text - and this isn\'t.

      +

      style="visibility:screenonly;"

      +

      You can show or hide these elements as for layers (above).

      +
      + + + +

      CSS "rem" unit

      +
      + +
      This line has the font-size set as 1rem +
      This line has the font-size set as 0.5rem +
      This line has the font-size set as 1.5rem +
      +
      +
      +
      This line has the font-size set as 1em +
      This line has the font-size set as 0.5em +
      This line has the font-size set as 1.5em +
      +
      +
      + +
      + + + + +

      CSS outline

      +
      +
      This is text with an outline set by CSS
      +

      +.outlined { text-outline: 0.1mm 0.1mm #FF0000; } +

      +
      + + + + + +

      CSS background-clip, background-origin & background-size

      +
      +

      CSS background-clip, background-origin & background-size are now supported for most block level elements. (Not supported in tables, nor on page/body backgrounds).

      + + +
      background-clip: border-box[default value]
      background-origin: padding-box[default value]
      +
      background-clip: content-box;
      background-origin: content-box
      +
      background-clip: padding-box;
      background-origin: padding-box
      +
      background-clip: border-box;
      background-origin: border-box
      +
      background-clip: content-box;
      background-origin: border-box
      +
      background-clip: border-box;
      background-origin: content-box
      + +
      background-clip: border-box[default value]
      background-origin: padding-box[default value]
      +
      background-clip: content-box;
      background-origin: content-box
      +
      background-clip: padding-box;
      background-origin: padding-box
      +
      background-clip: border-box;
      background-origin: border-box
      +
      background-clip: content-box;
      background-origin: border-box
      +
      background-clip: border-box;
      background-origin: content-box
      + + +
      + + +'; + +$mpdf->h2toc = array('H3'=>0, 'H4'=>1); +$mpdf->h2bookmarks = array('H3'=>0, 'H4'=>1); + +$mpdf->open_layer_pane = false; +$mpdf->layerDetails[1]['state']='hidden'; // Set initial state of layer - "hidden" or nothing +$mpdf->layerDetails[1]['name']='Correct Answers'; +$mpdf->layerDetails[2]['state']='hidden'; // Set initial state of layer - "hidden" or nothing +$mpdf->layerDetails[2]['name']='Wrong Answers'; + +//============================================================== +if ($_REQUEST['html']) { echo $html; exit; } +if ($_REQUEST['source']) { + $file = __FILE__; + header("Content-Type: text/plain"); + header("Content-Length: ". filesize($file)); + header("Content-Disposition: attachment; filename='".$file."'"); + readfile($file); + exit; +} + +//============================================================== + +$mpdf->WriteHTML($html); + +// OUTPUT +$mpdf->Output(); exit; + + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/firefox-48.png b/htdocs/MPDF57/examples/firefox-48.png new file mode 100644 index 000000000..b982cf979 Binary files /dev/null and b/htdocs/MPDF57/examples/firefox-48.png differ diff --git a/htdocs/MPDF57/examples/flowers-pattern.jpg b/htdocs/MPDF57/examples/flowers-pattern.jpg new file mode 100644 index 000000000..45aaeeb6f Binary files /dev/null and b/htdocs/MPDF57/examples/flowers-pattern.jpg differ diff --git a/htdocs/MPDF57/examples/formsubmit.php b/htdocs/MPDF57/examples/formsubmit.php new file mode 100644 index 000000000..f13a39510 --- /dev/null +++ b/htdocs/MPDF57/examples/formsubmit.php @@ -0,0 +1,94 @@ + + + + + + +

      Submitted data from PDF Form

      +

      (See formsubmit.php in the Examples folder for details)

      +'; + + +if (count($_POST)) { + // To display HTML output from PDF form + echo '

      HTML format data sent as POST

      '; + foreach($_POST AS $name=>$val) { + $t = mb_convert_encoding(PDFDocEncodingToWin1252($val), 'UTF-8', 'Windows-1252' ); // If from core fonts doc + echo '

      PDFDocEnc: '.$name.' => '.htmlspecialchars($t).'

      '; + } +} +else if (count($_GET)) { + // To display HTML output from PDF form + echo '

      HTML format data sent as GET

      '; + foreach($_GET AS $name=>$val) { + $t = mb_convert_encoding(PDFDocEncodingToWin1252($val), 'UTF-8', 'Windows-1252' ); // If from core fonts doc + echo '

      PDFDocEnc: '.$name.' => '.htmlspecialchars($t).'

      '; + } +} + +else { + $postdata = file_get_contents("php://input"); + + if ($postdata) { + echo '

      XFDF format data detected

      '; + // To parse XFDF + if (preg_match_all('/\s*((.*?)<\/value\s*>)\s*<\/field\s*>/s', $postdata, $m)) { + for($i=0; $i(.*?)<\/value\s*>/s', $m[2][$i], $v); + if (count($v[0])>1) { + $values = array(); + foreach($v[1] AS $val) { $values[] = $val; } + //foreach($v[1] AS $val) { $values[] = htmlspecialchars_decode($val); } + echo '

      Field: '.$m[1][$i].' => [array of values] ('.implode(', ',$values).')

      '; + } + else { + //echo '

      Field: '.$m[1][$i].' => '.htmlspecialchars_decode($m[3][$i]).'

      '; + echo '

      Field: '.$m[1][$i].' => '.$m[3][$i].'

      '; + } + } + } + if (preg_match_all('/\s*\s*<\/field\s*>/s', $postdata, $m)) { + for($i=0; $iField: '.$m[1][$i].' => [blank]

      '; + } + } + if (preg_match_all('//s', $postdata, $m)) { + for($i=0; $iField: '.$m[1][$i].' => [no value]

      '; + } + } + + + // To display whole XFDF + //$postdata = preg_replace("/[\n\r]/", "", $postdata); + //$postdata = preg_replace('/>\s*\n<", $postdata); + //echo nl2br(htmlspecialchars($postdata)); + } + else { echo "No form data detected"; } +} + + + +echo ''; + +exit; + +function PDFDocEncodingToWin1252($txt) { + $Win1252ToPDFDocEncoding = array( + chr(0200) => chr(0240), chr(0214) => chr(0226), chr(0212) => chr(0227), chr(0237) => chr(0230), + chr(0225) => chr(0200), chr(0210) => chr(0032), chr(0206) => chr(0201), chr(0207) => chr(0202), + chr(0205) => chr(0203), chr(0227) => chr(0204), chr(0226) => chr(0205), chr(0203) => chr(0206), + chr(0213) => chr(0210), chr(0233) => chr(0211), chr(0211) => chr(0213), chr(0204) => chr(0214), + chr(0223) => chr(0215), chr(0224) => chr(0216), chr(0221) => chr(0217), chr(0222) => chr(0220), + chr(0202) => chr(0221), chr(0232) => chr(0235), chr(0230) => chr(0037), chr(0231) => chr(0222), + chr(0216) => chr(0231) + ); + return strtr($txt, array_flip($Win1252ToPDFDocEncoding) ); +} + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/goto.gif b/htdocs/MPDF57/examples/goto.gif new file mode 100644 index 000000000..e7de2b106 Binary files /dev/null and b/htdocs/MPDF57/examples/goto.gif differ diff --git a/htdocs/MPDF57/examples/img1.png b/htdocs/MPDF57/examples/img1.png new file mode 100644 index 000000000..fe3f4ded8 Binary files /dev/null and b/htdocs/MPDF57/examples/img1.png differ diff --git a/htdocs/MPDF57/examples/img2.png b/htdocs/MPDF57/examples/img2.png new file mode 100644 index 000000000..2d142f466 Binary files /dev/null and b/htdocs/MPDF57/examples/img2.png differ diff --git a/htdocs/MPDF57/examples/img3.png b/htdocs/MPDF57/examples/img3.png new file mode 100644 index 000000000..a7a94872b Binary files /dev/null and b/htdocs/MPDF57/examples/img3.png differ diff --git a/htdocs/MPDF57/examples/img4.png b/htdocs/MPDF57/examples/img4.png new file mode 100644 index 000000000..e9c3f448b Binary files /dev/null and b/htdocs/MPDF57/examples/img4.png differ diff --git a/htdocs/MPDF57/examples/img5.png b/htdocs/MPDF57/examples/img5.png new file mode 100644 index 000000000..1e4c5ec54 Binary files /dev/null and b/htdocs/MPDF57/examples/img5.png differ diff --git a/htdocs/MPDF57/examples/index.php b/htdocs/MPDF57/examples/index.php new file mode 100644 index 000000000..869bab8cd --- /dev/null +++ b/htdocs/MPDF57/examples/index.php @@ -0,0 +1,40 @@ +

      mPDF Example Files

      '; + +foreach($files AS $n=>$f) { + echo '

      '.$n.') '.$f[0].'   PDF   PHP

      '; +} + +echo ''; +exit; + + +// For PHP4 compatability +if (!function_exists('scandir')) { + function scandir($dir = './', $sort = 0) { + $dir_open = @ opendir($dir); + if (! $dir_open) + return false; + while (($dir_content = readdir($dir_open)) !== false) + $files[] = $dir_content; + if ($sort == 1) + rsort($files, SORT_STRING); + else + sort($files, SORT_STRING); + return $files; + } +} + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/examples/klematis.jpg b/htdocs/MPDF57/examples/klematis.jpg new file mode 100644 index 000000000..b87e920c1 Binary files /dev/null and b/htdocs/MPDF57/examples/klematis.jpg differ diff --git a/htdocs/MPDF57/examples/loading.gif b/htdocs/MPDF57/examples/loading.gif new file mode 100644 index 000000000..e846e1d6c Binary files /dev/null and b/htdocs/MPDF57/examples/loading.gif differ diff --git a/htdocs/MPDF57/examples/mpdfstyleA4.css b/htdocs/MPDF57/examples/mpdfstyleA4.css new file mode 100644 index 000000000..90036e2a8 --- /dev/null +++ b/htdocs/MPDF57/examples/mpdfstyleA4.css @@ -0,0 +1,89 @@ + body { font-family: DejaVuSansCondensed, sans-serif; font-size: 11pt; } + p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; } + + hr { width: 70%; height: 1px; + text-align: center; color: #999999; + margin-top: 8pt; margin-bottom: 8pt; } + + a { color: #000066; font-style: normal; text-decoration: underline; + font-weight: normal; } + + ul { text-indent: 5mm; margin-bottom: 9pt; } + ol { text-indent: 5mm; margin-bottom: 9pt; } + + pre { font-family: DejaVuSansMono, monospaced; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; } + + h1 { font-weight: normal; font-size: 26pt; color: #000066; + font-family: DejaVuSansCondensed, sans-serif; margin-top: 18pt; margin-bottom: 6pt; + border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000; + text-align: ; page-break-after:avoid; } + h2 { font-weight: bold; font-size: 12pt; color: #000066; + font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: 6pt; + border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000; + text-align: ; text-transform: uppercase; page-break-after:avoid; } + h3 { font-weight: normal; font-size: 26pt; color: #000000; + font-family: DejaVuSansCondensed, sans-serif; margin-top: 0pt; margin-bottom: 6pt; + border-top: 0; border-bottom: 0; + text-align: ; page-break-after:avoid; } + h4 { font-weight: ; font-size: 13pt; color: #9f2b1e; + font-family: DejaVuSansCondensed, sans-serif; margin-top: 10pt; margin-bottom: 7pt; + font-variant: small-caps; + text-align: ; margin-collapse:collapse; page-break-after:avoid; } + h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044; + font-family: DejaVuSansCondensed, sans-serif; margin-top: 8pt; margin-bottom: 4pt; + text-align: ; page-break-after:avoid; } + h6 { font-weight: bold; font-size: 9.5pt; color: #333333; + font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: ; + text-align: ; page-break-after:avoid; } + + + .breadcrumb { + text-align: right; font-size: 8pt; font-family: DejaVuSerifCondensed, serif; color: #666666; + font-weight: bold; font-style: normal; margin-bottom: 6pt; } + + .infobox { margin-top:10pt; background-color:#DDDDBB; text-align:center; border:1px solid #880000; } + + .big { font-size: 1.5em; } + .red { color: #880000; } + .slanted { font-style: italic; } + +/* For Table of Contents */ +div.mpdf_toc { + font-family: sans-serif; + font-size: 11pt; +} +a.mpdf_toc_a { + text-decoration: none; + color: black; +} +div.mpdf_toc_level_0 { /* Whole line level 0 */ + line-height: 1.5; + margin-left: 0; + padding-right: 2em; /* should match e.g 0 is default */ +} +span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside */ + font-weight: bold; +} +span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside */ +} +div.mpdf_toc_level_1 { /* Whole line level 1 */ + margin-left: 2em; + text-indent: -2em; + padding-right: 2em; /* should match 2em is default */ +} +span.mpdf_toc_t_level_1 { /* Title level 1 */ + font-style: italic; + font-weight: bold; +} +span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside */ +} +div.mpdf_toc_level_2 { /* Whole line level 2 */ + margin-left: 4em; + text-indent: -2em; + padding-right: 2em; /* should match 2em is default */ +} +span.mpdf_toc_t_level_2 { /* Title level 2 */ +} +span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside */ +} + diff --git a/htdocs/MPDF57/examples/mpdfstylePaged.css b/htdocs/MPDF57/examples/mpdfstylePaged.css new file mode 100644 index 000000000..4c5ff6cf5 --- /dev/null +++ b/htdocs/MPDF57/examples/mpdfstylePaged.css @@ -0,0 +1,123 @@ + @page { + size: 15cm 17cm; /* width height {1,2} | auto | portrait | landscape NB 'em' and 'ex' % are not allowed */ + margin: 10%; /* % of page-box width for LR, height for TB */ + margin-header: 5mm; + margin-footer: 5mm; + margin-left: 4cm; + margin-right: 2cm; + odd-header-name: myHeader2Odd; + even-header-name: html_myHTMLHeaderEven; + odd-footer-name: html_myHTMLFooterOdd; + even-footer-name: myFooter2Even; + marks: crop; /* crop | cross | none */ + } + + @page :first { + margin-top: 5cm; /* Top margin on first page 10cm */ + } + + @page standard { + size: auto; /* auto is the default mPDF value */ + margin: 10%; /* % of page-box width for LR, height for TB */ + marks: none; /* crop | cross | none */ + } + + @page standard :first { + margin-top: 7cm; /* Top margin on first page 10cm */ + } + + @page bigsquare { + size: 15cm 20cm; + margin-left: 4cm; + marks: crop cross; /* crop | cross | none */ + background: transparent url('bg.jpg') repeat scroll 5mm 5mm; /* position inset by bleedMargin */ + } + + @page bigsquare :right { + header: html_myHTMLHeaderOdd; + footer: html_myHTMLFooterOdd; + } + + @page bigsquare :left { /* left is what mPDF calls EVEN page - right=ODD */ + header: html_myHTMLHeaderEven; + footer: html_myHTMLFooterEven; + } + + @page smallsquare { + size: 25cm 15cm; + margin-left: 4cm; + marks: crop; /* crop | cross | none */ + background-gradient: linear #c7cdde #f0f2ff 0 1 0 0.5; + } + + @page rotated { + size: landscape; + marks: none; /* crop | cross | none */ + background-color: #fff0f2; + margin-left: 3cm; + margin-right: 3cm; + } + @page rotated :first { + margin-top: 7cm; /* Top margin on first page 10cm */ + } + + h1.heading1 { color: #1188FF; + } + + h1.heading2 { color: #88FF11; + page-break-before: always; + page: standard; + } + h1.heading3 { color: #FF1188; + page-break-before: right; + } + h1.heading4 { color: #FF8811; + page-break-before: left; + page: bigsquare; + } + h1.heading5 { color: #11FF88; + page: smallsquare; + } + h1.heading6 { color: #8811FF; + page: rotated; + } + + br.paging { page-break-after: always; } + + body { font-family: DejaVuSansCondensed; font-size: 11pt; } + p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; } + + hr { width: 70%; height: 1px; + text-align: center; color: #999999; + margin-top: 8pt; margin-bottom: 8pt; } + + a { color: #000066; font-style: normal; text-decoration: underline; + font-weight: normal; } + + ul { text-indent: 5mm; margin-bottom: 9pt; } + ol { text-indent: 5mm; margin-bottom: 9pt; } + + pre { font-family: DejaVuSansMono; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; } + + h1 { font-weight: normal; font-size: 26pt; color: #000066; + font-family: DejaVuSansCondensed; margin-top: 18pt; margin-bottom: 6pt; + border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000; + text-align: ; page-break-after:avoid; } + h2 { font-weight: bold; font-size: 12pt; color: #000066; + font-family: DejaVuSansCondensed; margin-top: 6pt; margin-bottom: 6pt; + border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000; + text-align: ; text-transform: uppercase; page-break-after:avoid; } + h3 { font-weight: normal; font-size: 26pt; color: #000000; + font-family: DejaVuSansCondensed; margin-top: 0pt; margin-bottom: 6pt; + border-top: 0; border-bottom: 0; + text-align: ; page-break-after:avoid; } + h4 { font-weight: ; font-size: 13pt; color: #9f2b1e; + font-family: DejaVuSansCondensed; margin-top: 10pt; margin-bottom: 7pt; + text-align: ; margin-collapse:collapse; page-break-after:avoid; } + h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044; + font-family: DejaVuSansCondensed; margin-top: 8pt; margin-bottom: 4pt; + text-align: ; page-break-after:avoid; } + h6 { font-weight: bold; font-size: 9.5pt; color: #333333; + font-family: DejaVuSansCondensed; margin-top: 6pt; margin-bottom: ; + text-align: ; page-break-after:avoid; } + diff --git a/htdocs/MPDF57/examples/mpdfstyletables.css b/htdocs/MPDF57/examples/mpdfstyletables.css new file mode 100644 index 000000000..b36d69824 --- /dev/null +++ b/htdocs/MPDF57/examples/mpdfstyletables.css @@ -0,0 +1,124 @@ + + body { font-family: DejaVuSansCondensed; font-size: 11pt; } + p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; } + + table {font-family: DejaVuSansCondensed; font-size: 9pt; line-height: 1.2; + margin-top: 2pt; margin-bottom: 5pt; + border-collapse: collapse; } + + thead { font-weight: bold; vertical-align: bottom; } + tfoot { font-weight: bold; vertical-align: top; } + thead td { font-weight: bold; } + tfoot td { font-weight: bold; } + + thead td, thead th, tfoot td, tfoot th { font-variant: small-caps; } + + .headerrow td, .headerrow th { background-gradient: linear #b7cebd #f5f8f5 0 1 0 0.2; } + .footerrow td, .footerrow th { background-gradient: linear #b7cebd #f5f8f5 0 1 0 0.2; } + + th { font-weight: bold; + vertical-align: top; + text-align:left; + padding-left: 2mm; + padding-right: 2mm; + padding-top: 0.5mm; + padding-bottom: 0.5mm; + } + + td { padding-left: 2mm; + vertical-align: top; + text-align:left; + padding-right: 2mm; + padding-top: 0.5mm; + padding-bottom: 0.5mm; + } + + th p { text-align: left; margin:0pt; } + td p { text-align: left; margin:0pt; } + + table.widecells td { + padding-left: 5mm; + padding-right: 5mm; + } + table.tallcells td { + padding-top: 3mm; + padding-bottom: 3mm; + } + + hr { width: 70%; height: 1px; + text-align: center; color: #999999; + margin-top: 8pt; margin-bottom: 8pt; } + + a { color: #000066; font-style: normal; text-decoration: underline; + font-weight: normal; } + + ul { text-indent: 5mm; margin-bottom: 9pt; } + ol { text-indent: 5mm; margin-bottom: 9pt; } + + pre { font-family: DejaVuSansMono; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; } + + h1 { font-weight: normal; font-size: 26pt; color: #000066; + font-family: DejaVuSansCondensed; margin-top: 18pt; margin-bottom: 6pt; + border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000; + text-align: ; page-break-after:avoid; } + h2 { font-weight: bold; font-size: 12pt; color: #000066; + font-family: DejaVuSansCondensed; margin-top: 6pt; margin-bottom: 6pt; + border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000; + text-align: ; text-transform:uppercase; page-break-after:avoid; } + h3 { font-weight: normal; font-size: 26pt; color: #000000; + font-family: DejaVuSansCondensed; margin-top: 0pt; margin-bottom: 6pt; + border-top: 0; border-bottom: 0; + text-align: ; page-break-after:avoid; } + h4 { font-weight: ; font-size: 13pt; color: #9f2b1e; + font-family: DejaVuSansCondensed; margin-top: 10pt; margin-bottom: 7pt; + font-variant: small-caps; + text-align: ; margin-collapse:collapse; page-break-after:avoid; } + h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044; + font-family: DejaVuSansCondensed; margin-top: 8pt; margin-bottom: 4pt; + text-align: ; page-break-after:avoid; } + h6 { font-weight: bold; font-size: 9.5pt; color: #333333; + font-family: DejaVuSansCondensed; margin-top: 6pt; margin-bottom: ; + text-align: ; page-break-after:avoid; } + + .breadcrumb { + text-align: right; font-size: 8pt; font-family: DejaVuSerifCondensed; color: #666666; + font-weight: bold; font-style: normal; margin-bottom: 6pt; } + + .evenrow td, .evenrow th { background-color: #f5f8f5; } + .oddrow td, .oddrow th { background-color: #e3ece4; } + + .bpmTopic { background-color: #e3ece4; } + .bpmTopicC { background-color: #e3ece4; } + .bpmNoLines { background-color: #e3ece4; } + .bpmNoLinesC { background-color: #e3ece4; } + .bpmClear { } + .bpmClearC { text-align: center; } + .bpmTopnTail { background-color: #e3ece4; topntail: 0.02cm solid #495b4a;} + .bpmTopnTailC { background-color: #e3ece4; topntail: 0.02cm solid #495b4a;} + .bpmTopnTailClear { topntail: 0.02cm solid #495b4a; } + .bpmTopnTailClearC { topntail: 0.02cm solid #495b4a; } + + .bpmTopicC td, .bpmTopicC td p { text-align: center; } + .bpmNoLinesC td, .bpmNoLinesC td p { text-align: center; } + .bpmClearC td, .bpmClearC td p { text-align: center; } + .bpmTopnTailC td, .bpmTopnTailC td p { text-align: center; } + .bpmTopnTailClearC td, .bpmTopnTailClearC td p { text-align: center; } + + .pmhMiddleCenter { text-align:center; vertical-align:middle; } + .pmhMiddleRight { text-align:right; vertical-align:middle; } + .pmhBottomCenter { text-align:center; vertical-align:bottom; } + .pmhBottomRight { text-align:right; vertical-align:bottom; } + .pmhTopCenter { text-align:center; vertical-align:top; } + .pmhTopRight { text-align:right; vertical-align:top; } + .pmhTopLeft { text-align:left; vertical-align:top; } + .pmhBottomLeft { text-align:left; vertical-align:bottom; } + .pmhMiddleLeft { text-align:left; vertical-align:middle; } + + .infobox { margin-top:10pt; background-color:#DDDDBB; text-align:center; border:1px solid #880000; } + + .bpmTopic td, .bpmTopic th { border-top: 1px solid #FFFFFF; } + .bpmTopicC td, .bpmTopicC th { border-top: 1px solid #FFFFFF; } + .bpmTopnTail td, .bpmTopnTail th { border-top: 1px solid #FFFFFF; } + .bpmTopnTailC td, .bpmTopnTailC th { border-top: 1px solid #FFFFFF; } + + diff --git a/htdocs/MPDF57/examples/quran282.jpg b/htdocs/MPDF57/examples/quran282.jpg new file mode 100644 index 000000000..c888872dc Binary files /dev/null and b/htdocs/MPDF57/examples/quran282.jpg differ diff --git a/htdocs/MPDF57/examples/sample_basic.pdf b/htdocs/MPDF57/examples/sample_basic.pdf new file mode 100644 index 000000000..86c4d7409 Binary files /dev/null and b/htdocs/MPDF57/examples/sample_basic.pdf differ diff --git a/htdocs/MPDF57/examples/sample_logoheader2.pdf b/htdocs/MPDF57/examples/sample_logoheader2.pdf new file mode 100644 index 000000000..946883d3f Binary files /dev/null and b/htdocs/MPDF57/examples/sample_logoheader2.pdf differ diff --git a/htdocs/MPDF57/examples/sample_orientation2.pdf b/htdocs/MPDF57/examples/sample_orientation2.pdf new file mode 100644 index 000000000..84944d9b2 Binary files /dev/null and b/htdocs/MPDF57/examples/sample_orientation2.pdf differ diff --git a/htdocs/MPDF57/examples/sample_orientation3.pdf b/htdocs/MPDF57/examples/sample_orientation3.pdf new file mode 100644 index 000000000..c23ca314e Binary files /dev/null and b/htdocs/MPDF57/examples/sample_orientation3.pdf differ diff --git a/htdocs/MPDF57/examples/show_code.php b/htdocs/MPDF57/examples/show_code.php new file mode 100644 index 000000000..32bc76251 --- /dev/null +++ b/htdocs/MPDF57/examples/show_code.php @@ -0,0 +1,48 @@ +debug=true; +$mpdf->tabSpaces = 6; + +$mpdf->allow_charset_conversion=true; +$mpdf->charset_in='windows-1252'; + +//============================================================== +preg_match('/example[0]{0,1}(\d+)_(.*?)\.php/',$filename,$m); +$num = intval($m[1]); +$title = ucfirst(preg_replace('/_/',' ',$m[2])); + +if (!$num || !$title) { die("Invalid file"); } +if (preg_match('/\//', $filename) || !preg_match('/\.php$/',$filename)) { die("Hacking attempt"); } + +$html = ' +

      mPDF

      +

      Example '.$num.'. '.$title.'

      +
      +'; +$lines = file($filename); + +$html .= '
      ';
      +foreach($lines AS $line) {
      +	$html .= htmlspecialchars($line);
      +}
      +$html .= '
      '; +$html .= '
      '; + +$mpdf->WriteHTML($html,2); // The 2 is important to prevent '; } // stylesheet only + + if ($this->allow_charset_conversion) { + if ($sub < 1) { + $this->ReadCharset($html); + } + if ($this->charset_in && $sub!=4) { // mPDF 5.4.14 + $success = iconv($this->charset_in,'UTF-8//TRANSLIT',$html); + if ($success) { $html = $success; } + } + } + $html = $this->purify_utf8($html,false); + if ($init) { + $this->blklvl = 0; + $this->lastblocklevelchange = 0; + $this->blk = array(); + $this->initialiseBlock($this->blk[0]); + $this->blk[0]['width'] =& $this->pgwidth; + $this->blk[0]['inner_width'] =& $this->pgwidth; + $this->blk[0]['blockContext'] = $this->blockContext; + } + + $zproperties = array(); + if ($sub < 2) { + $this->ReadMetaTags($html); + + // mPDF 5.6.18 + if (preg_match('/]*href=["\']([^"\'>]*)["\']/i', $html, $m)) { + $this->SetBasePath($m[1]); + } + // NB default stylesheet now in mPDF.css - read on initialising class + $html = $this->cssmgr->ReadCSS($html); + + if ($this->useLang && !$this->usingCoreFont && preg_match('/]*lang=[\'\"](.*?)[\'\"]/ism',$html,$m)) { + $html_lang = $m[1]; + } + + if (preg_match('/]*dir=[\'\"]\s*rtl\s*[\'\"]/ism',$html)) { + $zproperties['DIRECTION'] = 'rtl'; + } + + // allow in-line CSS for body tag to be parsed // Get tag inline CSS + if (preg_match('/]*)>(.*?)<\/body>/ism',$html,$m) || preg_match('/]*)>(.*)$/ism',$html,$m)) { + $html = $m[2]; + // Changed to allow style="background: url('bg.jpg')" + if (preg_match('/style=[\"](.*?)[\"]/ism',$m[1],$mm) || preg_match('/style=[\'](.*?)[\']/ism',$m[1],$mm)) { + $zproperties = $this->cssmgr->readInlineCSS($mm[1]); + } + if (preg_match('/dir=[\'\"]\s*rtl\s*[\'\"]/ism',$m[1])) { + $zproperties['DIRECTION'] = 'rtl'; + } + if (isset($html_lang) && $html_lang) { $zproperties['LANG'] = $html_lang; } + if ($this->useLang && !$this->onlyCoreFonts && preg_match('/lang=[\'\"](.*?)[\'\"]/ism',$m[1],$mm)) { + $zproperties['LANG'] = $mm[1]; + } + + } + } + $properties = $this->cssmgr->MergeCSS('BLOCK','BODY',''); + if ($zproperties) { $properties = $this->cssmgr->array_merge_recursive_unique($properties,$zproperties); } + + if (isset($properties['DIRECTION']) && $properties['DIRECTION']) { + $this->cssmgr->CSS['BODY']['DIRECTION'] = $properties['DIRECTION']; + } + if (!isset($this->cssmgr->CSS['BODY']['DIRECTION'])) { + $this->cssmgr->CSS['BODY']['DIRECTION'] = $this->directionality; + } + else { $this->SetDirectionality($this->cssmgr->CSS['BODY']['DIRECTION']); } + + $this->setCSS($properties,'','BODY'); + $this->blk[0]['InlineProperties'] = $this->saveInlineProperties(); + + if ($sub == 1) { return ''; } + if (!isset($this->cssmgr->CSS['BODY'])) { $this->cssmgr->CSS['BODY'] = array(); } + +/*-- BACKGROUNDS --*/ + if (isset($properties['BACKGROUND-GRADIENT'])) { + $this->bodyBackgroundGradient = $properties['BACKGROUND-GRADIENT']; + } + + if (isset($properties['BACKGROUND-IMAGE']) && $properties['BACKGROUND-IMAGE']) { + $ret = $this->SetBackground($properties, $this->pgwidth); + if ($ret) { $this->bodyBackgroundImage = $ret; } + } +/*-- END BACKGROUNDS --*/ + +/*-- CSS-PAGE --*/ + // If page-box is set + if ($this->state==0 && isset($this->cssmgr->CSS['@PAGE']) && $this->cssmgr->CSS['@PAGE'] ) { + $this->page_box['current'] = ''; + $this->page_box['using'] = true; + list($pborientation,$pbmgl,$pbmgr,$pbmgt,$pbmgb,$pbmgh,$pbmgf,$hname,$fname,$bg,$resetpagenum,$pagenumstyle,$suppress,$marks,$newformat) = $this->SetPagedMediaCSS('', false, 'O'); + $this->DefOrientation = $this->CurOrientation = $pborientation; + $this->orig_lMargin = $this->DeflMargin = $pbmgl; + $this->orig_rMargin = $this->DefrMargin = $pbmgr; + $this->orig_tMargin = $this->tMargin = $pbmgt; + $this->orig_bMargin = $this->bMargin = $pbmgb; + $this->orig_hMargin = $this->margin_header = $pbmgh; + $this->orig_fMargin = $this->margin_footer = $pbmgf; + list($pborientation,$pbmgl,$pbmgr,$pbmgt,$pbmgb,$pbmgh,$pbmgf,$hname,$fname,$bg,$resetpagenum,$pagenumstyle,$suppress,$marks,$newformat) = $this->SetPagedMediaCSS('', true, 'O'); // first page + $this->show_marks = $marks; + if ($hname && !preg_match('/^html_(.*)$/i',$hname)) $this->firstPageBoxHeader = $hname; + if ($fname && !preg_match('/^html_(.*)$/i',$fname)) $this->firstPageBoxFooter = $fname; + } +/*-- END CSS-PAGE --*/ + + $parseonly = false; + $this->bufferoutput = false; + if ($sub == 3) { + $parseonly = true; + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + // Output any text left in buffer + if (count($this->textbuffer)) { $this->printbuffer($this->textbuffer); } + $this->textbuffer=array(); + } + else if ($sub == 4) { + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + // Output any text left in buffer + if (count($this->textbuffer)) { $this->printbuffer($this->textbuffer); } + $this->bufferoutput = true; + $this->textbuffer=array(); + $this->headerbuffer=''; + $properties = $this->cssmgr->MergeCSS('BLOCK','BODY',''); + $this->setCSS($properties,'','BODY'); + } + + mb_internal_encoding('UTF-8'); + + $html = $this->AdjustHTML($html, $this->tabSpaces); //Try to make HTML look more like XHTML + + if ($this->autoFontGroups) { $html = $this->AutoFont($html); } + +/*-- HTMLHEADERS-FOOTERS --*/ + preg_match_all('/]*)>(.*?)<\/htmlpageheader>/si',$html,$h); + for($i=0;$ipageHTMLheaders[$n[1]]['html'] = $h[2][$i]; + $this->pageHTMLheaders[$n[1]]['h'] = $this->_gethtmlheight($h[2][$i]); + } + } + preg_match_all('/]*)>(.*?)<\/htmlpagefooter>/si',$html,$f); + for($i=0;$ipageHTMLfooters[$n[1]]['html'] = $f[2][$i]; + $this->pageHTMLfooters[$n[1]]['h'] = $this->_gethtmlheight($f[2][$i]); + } + } +/*-- END HTMLHEADERS-FOOTERS --*/ + $html = preg_replace('//si','',$html); + $html = preg_replace('//si','',$html); + + if($this->state==0 && $sub!=1 && $sub!=3 && $sub!=4) { + $this->AddPage($this->CurOrientation); + } + + +/*-- HTMLHEADERS-FOOTERS --*/ + + if (isset($hname) && preg_match('/^html_(.*)$/i',$hname,$n)) $this->SetHTMLHeader($this->pageHTMLheaders[$n[1]],'O',true); + if (isset($fname) && preg_match('/^html_(.*)$/i',$fname,$n)) $this->SetHTMLFooter($this->pageHTMLfooters[$n[1]],'O'); + +/*-- END HTMLHEADERS-FOOTERS --*/ + + $html=str_replace('checkSIP = false; + $this->checkSMP = false; + $this->checkCJK = false; + if ($this->onlyCoreFonts) { $html = $this->SubstituteChars($html); } + else { + if (preg_match("/([".$this->pregRTLchars."])/u", $html)) { $this->biDirectional = true; } // *RTL* + if (preg_match("/([\x{20000}-\x{2FFFF}])/u", $html)) { $this->checkSIP = true; } + if (preg_match("/([\x{10000}-\x{1FFFF}])/u", $html)) { $this->checkSMP = true; } +/*-- CJK-FONTS --*/ + if (preg_match("/([".$this->pregCJKchars."])/u", $html)) { $this->checkCJK = true; } +/*-- END CJK-FONTS --*/ + } + + // Don't allow non-breaking spaces that are converted to substituted chars or will break anyway and mess up table width calc. + $html = str_replace('160',chr(32),$html); + $html = str_replace('','|',$html); + $html = str_replace('','|',$html); + $html = str_replace('','|',$html); + + //Add new supported tags in the DisableTags function + $html=strip_tags($html,$this->enabledtags); //remove all unsupported tags, but the ones inside the 'enabledtags' string + + //Explode the string in order to parse the HTML code + $a=preg_split('/<(.*?)>/ms',$html,-1,PREG_SPLIT_DELIM_CAPTURE); + // ? more accurate regexp that allows e.g.
      + // if changing - also change in fn.SubstituteChars() + // $a = preg_split ('/<((?:[^<>]+(?:"[^"]*"|\'[^\']*\')?)+)>/ms', $html, -1, PREG_SPLIT_DELIM_CAPTURE); + + if ($this->mb_enc) { + mb_internal_encoding($this->mb_enc); + } + $pbc = 0; + if ($this->progressBar) { $this->UpdateProgressBar(1,0); } // *PROGRESS-BAR* + $this->subPos = -1; + $cnt = count($a); + for($i=0;$i<$cnt; $i++) { + $e = $a[$i]; + if($i%2==0) { + //TEXT + if ($this->blk[$this->blklvl]['hide']) { continue; } + if ($this->inlineDisplayOff) { continue; } + if ($this->inMeter) { continue; } // mPDF 5.5.09 + + if ($this->inFixedPosBlock) { $this->fixedPosBlock .= $e; continue; } // *CSS-POSITION* + if (strlen($e) == 0) { continue; } + + $e = strcode2utf($e); + $e = $this->lesser_entity_decode($e); + + if ($this->usingCoreFont) { + // If core font is selected in document which is not onlyCoreFonts - substitute with non-core font + if ($this->useSubstitutions && !$this->onlyCoreFonts && $this->subPos<$i && !$this->specialcontent) { + $cnt += $this->SubstituteCharsNonCore($a, $i, $e); + } + // CONVERT ENCODING + $e = mb_convert_encoding($e,$this->mb_enc,'UTF-8'); + // mPDF 5.6.41 + if ($this->toupper) { $e = mb_strtoupper($e,$this->mb_enc); } + if ($this->tolower) { $e = mb_strtolower($e,$this->mb_enc); } + if ($this->capitalize) { $e = mb_convert_case($e, MB_CASE_TITLE, "UTF-8"); } + } + else { + if ($this->checkSIP && $this->CurrentFont['sipext'] && $this->subPos<$i && !$this->specialcontent) { + $cnt += $this->SubstituteCharsSIP($a, $i, $e); + } + + if ($this->useSubstitutions && !$this->onlyCoreFonts && $this->CurrentFont['type']!='Type0' && $this->subPos<$i && !$this->specialcontent) { + // mPDF 5.6.62 removes U+200E/U+200F LTR and RTL mark and U+200C/U+200D Zero-width Joiner and Non-joiner + $e = preg_replace("/[\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f]/u",'',$e); + $cnt += $this->SubstituteCharsMB($a, $i, $e); + } + if ($this->biDirectional) { // *RTL* + $e = preg_replace("/([".$this->pregRTLchars."]+)/ue", '$this->ArabJoin(stripslashes(\'\\1\'))', $e); // *RTL* + } // *RTL* + // Font-specific ligature substitution for Indic fonts + if (isset($this->CurrentFont['indic']) && $this->CurrentFont['indic']) $this->ConvertIndic($e); // *INDIC* + + // mPDF 5.6.62 removes U+200E/U+200F LTR and RTL mark and U+200C/U+200D Zero-width Joiner and Non-joiner + $e = preg_replace("/[\xe2\x80\x8c\xe2\x80\x8d\xe2\x80\x8e\xe2\x80\x8f]/u",'',$e); + + if ($this->toupper) { $e = mb_strtoupper($e,$this->mb_enc); } + if ($this->tolower) { $e = mb_strtolower($e,$this->mb_enc); } + if ($this->capitalize) { $e = mb_convert_case($e, MB_CASE_TITLE, "UTF-8"); } + } + if (($this->tts) || ($this->ttz) || ($this->tta)) { + $es = explode('|',$e); + $e = ''; + foreach($es AS $val) { + $e .= chr($val); + } + } + //Adjust lineheight + + // FORM ELEMENTS + if ($this->specialcontent) { +/*-- FORMS --*/ + //SELECT tag (form element) + if ($this->specialcontent == "type=select") { + $e = ltrim($e); + $stringwidth = $this->GetStringWidth($e); + if (!isset($this->selectoption['MAXWIDTH']) || $stringwidth > $this->selectoption['MAXWIDTH']) { $this->selectoption['MAXWIDTH'] = $stringwidth; } + if (!isset($this->selectoption['SELECTED']) || $this->selectoption['SELECTED'] == '') { $this->selectoption['SELECTED'] = $e; } + // mPDD 1.4 Active Forms + if (isset($this->selectoption['ACTIVE']) && $this->selectoption['ACTIVE']) { + $this->selectoption['ITEMS'][]=array('exportValue'=>$this->selectoption['currentVAL'], 'content'=>$e, 'selected'=>$this->selectoption['currentSEL']); + } + } + // TEXTAREA + else { + $objattr = unserialize($this->specialcontent); + $objattr['text'] = $e; + $te = "\xbb\xa4\xactype=textarea,objattr=".serialize($objattr)."\xbb\xa4\xac"; + if ($this->tdbegin) { + $this->_saveCellTextBuffer($te, $this->HREF); + } + else { + $this->_saveTextBuffer($te, $this->HREF); + } + } +/*-- END FORMS --*/ + } + + // TABLE + else if ($this->tableLevel) { +/*-- TABLES --*/ + if ($this->tdbegin) { + if (($this->ignorefollowingspaces) && !$this->ispre) { $e = ltrim($e); } + if ($e || $e==='0') { + if (($this->blockjustfinished || $this->listjustfinished) && $this->cell[$this->row][$this->col]['s']>0) { + $this->_saveCellTextBuffer("\n"); + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0;// reset + } + $this->blockjustfinished=false; + $this->listjustfinished=false; + + $this->_saveCellTextBuffer($e, $this->HREF); + + if (!isset($this->cell[$this->row][$this->col]['R']) || !$this->cell[$this->row][$this->col]['R']) { + if (isset($this->cell[$this->row][$this->col]['s'])) { + $this->cell[$this->row][$this->col]['s'] += $this->GetStringWidth($e, false); + } + else { $this->cell[$this->row][$this->col]['s'] = $this->GetStringWidth($e, false); } + if (!empty($this->spanborddet)) { + $this->cell[$this->row][$this->col]['s'] += $this->spanborddet['L']['w'] + $this->spanborddet['R']['w']; + } + } + + if ($this->checkCJK && preg_match("/([".$this->pregCJKchars."])/u", $e)) { $this->tableCJK = true; } // *CJK-FONTS* + + // mPDF 5.6.13 Decimal mark alignment + if (substr($this->cell[$this->row][$this->col]['a'],0,1) == 'D') { + $dp = $this->decimal_align[substr($this->cell[$this->row][$this->col]['a'],0,2)]; + $s = preg_split('/'.preg_quote($dp,'/').'/', $e, 2); // ? needs to be /u if not core + $s0 = $this->GetStringWidth($s[0], false); + if ($s[1]) { $s1 = $this->GetStringWidth(($s[1].$dp), false); } + else $s1 = 0; + if (!isset($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs0'])) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs0'] = $s0; + } + else { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs0'] = max($s0, $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs0']); + } + if (!isset($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs1'])) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs1'] = $s1; + } + else { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs1'] = max($s1, $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['decimal_align'][$this->col]['maxs1']); + } + } + + if ($this->tableLevel==1 && $this->useGraphs) { + $this->graphs[$this->currentGraphId]['data'][$this->row][$this->col] = $e; + } + $this->nestedtablejustfinished = false; + $this->linebreakjustfinished=false; + } + } +/*-- END TABLES --*/ + } + // ALL ELSE + else { + if ($this->ignorefollowingspaces and !$this->ispre) { $e = ltrim($e); } + if ($e || $e==='0') $this->_saveTextBuffer($e, $this->HREF); + } + } + + + else { // TAG ** + + if($e[0]=='/') { +/*-- PROGRESS-BAR --*/ + if ($this->progressBar) { // 10% increments + if (intval($i*10/$cnt) != $pbc) { $pbc = intval($i*10/$cnt); $this->UpdateProgressBar(1,$pbc*10,$tag); } + } +/*-- END PROGRESS-BAR --*/ + + + // Check for tags where HTML specifies optional end tags, + // and/or does not allow nesting e.g. P inside P, or + $endtag = trim(strtoupper(substr($e,1))); // mPDF 5.4.20 + if($this->blk[$this->blklvl]['hide']) { + if (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags)) { + unset($this->blk[$this->blklvl]); + $this->blklvl--; + } + continue; + } + +/*-- CSS-POSITION --*/ + if ($this->inFixedPosBlock) { + if (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags)) { $this->fixedPosBlockDepth--; } + if ($this->fixedPosBlockDepth == 0) { + $this->fixedPosBlockSave[] = array($this->fixedPosBlock, $this->fixedPosBlockBBox, $this->page); + $this->fixedPosBlock = ''; + $this->inFixedPosBlock = false; + continue; + } + $this->fixedPosBlock .= '<'.$e.'>'; + continue; + } +/*-- END CSS-POSITION --*/ + if ($this->allow_html_optional_endtags && !$parseonly) { + if (($endtag == 'DIV' || $endtag =='FORM' || $endtag =='CENTER') && $this->lastoptionaltag == 'P') { $this->CloseTag($this->lastoptionaltag ); } + if ($this->lastoptionaltag == 'LI' && $endtag == 'OL') { $this->CloseTag($this->lastoptionaltag ); } + if ($this->lastoptionaltag == 'LI' && $endtag == 'UL') { $this->CloseTag($this->lastoptionaltag ); } + if ($this->lastoptionaltag == 'DD' && $endtag == 'DL') { $this->CloseTag($this->lastoptionaltag ); } + if ($this->lastoptionaltag == 'DT' && $endtag == 'DL') { $this->CloseTag($this->lastoptionaltag ); } + if ($this->lastoptionaltag == 'OPTION' && $endtag == 'SELECT') { $this->CloseTag($this->lastoptionaltag ); } +/*-- TABLES --*/ + if ($endtag == 'TABLE') { + if ($this->lastoptionaltag == 'THEAD' || $this->lastoptionaltag == 'TBODY' || $this->lastoptionaltag == 'TFOOT') { + $this->CloseTag($this->lastoptionaltag); + } + if ($this->lastoptionaltag == 'TR') { $this->CloseTag('TR'); } + if ($this->lastoptionaltag == 'TD' || $this->lastoptionaltag == 'TH') { $this->CloseTag($this->lastoptionaltag ); $this->CloseTag('TR'); } + } + if ($endtag == 'THEAD' || $endtag == 'TBODY' || $endtag == 'TFOOT') { + if ($this->lastoptionaltag == 'TR') { $this->CloseTag('TR'); } + if ($this->lastoptionaltag == 'TD' || $this->lastoptionaltag == 'TH') { $this->CloseTag($this->lastoptionaltag ); $this->CloseTag('TR'); } + } + if ($endtag == 'TR') { + if ($this->lastoptionaltag == 'TD' || $this->lastoptionaltag == 'TH') { $this->CloseTag($this->lastoptionaltag ); } + } +/*-- END TABLES --*/ + } + $this->CloseTag($endtag); + } + + else { // OPENING TAG + if($this->blk[$this->blklvl]['hide']) { + if (strpos($e,' ')) { $te = strtoupper(substr($e,0,strpos($e,' '))); } + else { $te = strtoupper($e); } + if (in_array($te, $this->outerblocktags) || in_array($te, $this->innerblocktags)) { + $this->blklvl++; + $this->blk[$this->blklvl]['hide']=true; + } + continue; + } + +/*-- CSS-POSITION --*/ + if ($this->inFixedPosBlock) { + if (strpos($e,' ')) { $te = strtoupper(substr($e,0,strpos($e,' '))); } + else { $te = strtoupper($e); } + $this->fixedPosBlock .= '<'.$e.'>'; + if (in_array($te, $this->outerblocktags) || in_array($te, $this->innerblocktags)) { $this->fixedPosBlockDepth++; } + continue; + } +/*-- END CSS-POSITION --*/ + $regexp = '|=\'(.*?)\'|s'; // eliminate single quotes, if any + $e = preg_replace($regexp,"=\"\$1\"",$e); + // changes anykey=anyvalue to anykey="anyvalue" (only do this inside [some] tags) + if (substr($e,0,10)!='pageheader' && substr($e,0,10)!='pagefooter' && substr($e,0,12)!='tocpagebreak') { // mPDF 5.6.69 + $regexp = '| (\\w+?)=([^\\s>"]+)|si'; + $e = preg_replace($regexp," \$1=\"\$2\"",$e); + } + + $e = preg_replace('/ (\\S+?)\s*=\s*"/i', " \\1=\"", $e); + + //Fix path values, if needed + $orig_srcpath = ''; + if ((stristr($e,"href=") !== false) or (stristr($e,"src=") !== false) ) { + $regexp = '/ (href|src)\s*=\s*"(.*?)"/i'; + preg_match($regexp,$e,$auxiliararray); + if (isset($auxiliararray[2])) { $path = $auxiliararray[2]; } + else { $path = ''; } + if (trim($path) != '' && !(stristr($e,"src=") !== false && substr($path,0,4)=='var:')) { + $orig_srcpath = $path; + $this->GetFullPath($path); + $regexp = '/ (href|src)="(.*?)"/i'; + $e = preg_replace($regexp,' \\1="'.$path.'"',$e); + } + }//END of Fix path values + + + //Extract attributes + $contents=array(); + $contents1=array(); // mPDF 5.5.17 + $contents2=array(); + // Changed to allow style="background: url('bg.jpg')" + // mPDF 5.5.17 Changed to improve performance; maximum length of \S (attribute) = 16 + // mPDF 5.6.30 Increase allowed attribute name to 32 - cutting off "toc-even-header-name" etc. + preg_match_all('/\\S{1,32}=["][^"]*["]/',$e,$contents1); + preg_match_all('/\\S{1,32}=[\'][^\']*[\']/i',$e,$contents2); + + $contents = array_merge($contents1, $contents2); + preg_match('/\\S+/',$e,$a2); + $tag=strtoupper($a2[0]); + $attr=array(); + if ($orig_srcpath) { $attr['ORIG_SRC'] = $orig_srcpath; } + if (!empty($contents)) { + foreach($contents[0] as $v) { + // Changed to allow style="background: url('bg.jpg')" + if(preg_match('/^([^=]*)=["]?([^"]*)["]?$/',$v,$a3) || preg_match('/^([^=]*)=[\']?([^\']*)[\']?$/',$v,$a3)) { + if (strtoupper($a3[1])=='ID' || strtoupper($a3[1])=='CLASS') { // 4.2.013 Omits STYLE + $attr[strtoupper($a3[1])]=trim(strtoupper($a3[2])); + } + // includes header-style-right etc. used for + else if (preg_match('/^(HEADER|FOOTER)-STYLE/i',$a3[1])) { + $attr[strtoupper($a3[1])]=trim(strtoupper($a3[2])); + } + else { + $attr[strtoupper($a3[1])]=trim($a3[2]); + } + } + } + } + $this->OpenTag($tag,$attr); +/*-- CSS-POSITION --*/ + if ($this->inFixedPosBlock) { + $this->fixedPosBlockBBox = array($tag,$attr, $this->x, $this->y); + $this->fixedPosBlock = ''; + $this->fixedPosBlockDepth = 1; + } +/*-- END CSS-POSITION --*/ + // mPDF 5.5.09 + if (preg_match('/\/$/',$e)) { $this->closeTag($tag); } + + } + + } // end TAG + } //end of foreach($a as $i=>$e) + + if ($close) { + + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + + // Output any text left in buffer + if (count($this->textbuffer) && !$parseonly) { $this->printbuffer($this->textbuffer); } + if (!$parseonly) $this->textbuffer=array(); + +/*-- CSS-FLOAT --*/ + // If ended with a float, need to move to end page + $currpos = $this->page*1000 + $this->y; + if (isset($this->blk[$this->blklvl]['float_endpos']) && $this->blk[$this->blklvl]['float_endpos'] > $currpos) { + $old_page = $this->page; + $new_page = intval($this->blk[$this->blklvl]['float_endpos'] /1000); + if ($old_page != $new_page) { + $s = $this->PrintPageBackgrounds(); + // Writes after the marker so not overwritten later by page background etc. + $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + $this->pageBackgrounds = array(); + $this->page = $new_page; + $this->ResetMargins(); + $this->Reset(); + $this->pageoutput[$this->page] = array(); + } + $this->y = (($this->blk[$this->blklvl]['float_endpos'] *1000) % 1000000)/1000; // mod changes operands to integers before processing + } +/*-- END CSS-FLOAT --*/ + +/*-- CSS-IMAGE-FLOAT --*/ + $this->printfloatbuffer(); +/*-- END CSS-IMAGE-FLOAT --*/ + + //Create Internal Links, if needed + if (!empty($this->internallink) ) { + foreach($this->internallink as $k=>$v) { + if (strpos($k,"#") !== false ) { continue; } //ignore + $ypos = $v['Y']; + $pagenum = $v['PAGE']; + $sharp = "#"; + while (array_key_exists($sharp.$k,$this->internallink)) { + $internallink = $this->internallink[$sharp.$k]; + $this->SetLink($internallink,$ypos,$pagenum); + $sharp .= "#"; + } + } + } + + $this->linemaxfontsize = ''; + $this->lineheight_correction = $this->default_lineheight_correction; + + $this->bufferoutput = false; + +/*-- CSS-POSITION --*/ + if (count($this->fixedPosBlockSave) && $sub != 4) { + foreach($this->fixedPosBlockSave AS $fpbs) { + $old_page = $this->page; + $this->page = $fpbs[2]; + $this->WriteFixedPosHTML($fpbs[0], 0, 0, 100, 100,'auto', $fpbs[1]); // 0,0,10,10 are overwritten by bbox + $this->page = $old_page; + } + } +/*-- END CSS-POSITION --*/ + + } +} + +/*-- CSS-POSITION --*/ + +function WriteFixedPosHTML($html='',$x, $y, $w, $h, $overflow='visible', $bounding=array()) { + // $overflow can be 'hidden', 'visible' or 'auto' - 'auto' causes autofit to size + // Annotations disabled - enabled in mPDF 5.0 + // Links do work + // Will always go on current page (or start Page 1 if required) + // Probably INCOMPATIBLE WITH keep with table, columns etc. + // Called externally or interally via
      + // When used internally, $x $y $w $h and $overflow are all overridden by $bounding + + $overflow = strtolower($overflow); + if($this->state==0) { + $this->AddPage($this->CurOrientation); + } + $save_y = $this->y; + $save_x = $this->x; + $this->fullImageHeight = $this->h; + $save_cols = false; +/*-- COLUMNS --*/ + if ($this->ColActive) { + $save_cols = true; + $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off + $this->SetColumns(0); + } +/*-- END COLUMNS --*/ + $save_annots = $this->title2annots; // *ANNOTATIONS* + $this->writingHTMLheader = true; // a FIX to stop pagebreaks etc. + $this->writingHTMLfooter = true; + $this->InFooter = true; // suppresses autopagebreaks + $save_bgs = $this->pageBackgrounds; + $checkinnerhtml = preg_replace('/\s/','',$html); + + if ($w > $this->w) { $x = 0; $w = $this->w; } + if ($h > $this->h) { $y = 0; $h = $this->h; } + if ($x > $this->w) { $x = $this->w - $w; } + if ($y > $this->h) { $y = $this->h - $h; } + + if (!empty($bounding)) { + // $cont_ containing block = full physical page (position: absolute) or page inside margins (position: fixed) + // $bbox_ Bounding box is the
      which is positioned absolutely/fixed + // top/left/right/bottom/width/height/background*/border*/padding*/margin* are taken from bounding + // font*[family/size/style/weight]/line-height/text*[align/decoration/transform/indent]/color are transferred to $inner + // as an enclosing
      (after having checked ID/CLASS) + // $x, $y, $w, $h are inside of $bbox_ = containing box for $inner_ + // $inner_ InnerHTML is the contents of that block to be output + $tag = $bounding[0]; + $attr = $bounding[1]; + $orig_x0 = $bounding[2]; + $orig_y0 = $bounding[3]; + + // As in WriteHTML() initialising + $this->blklvl = 0; + $this->lastblocklevelchange = 0; + $this->blk = array(); + $this->initialiseBlock($this->blk[0]); + + $this->blk[0]['width'] =& $this->pgwidth; + $this->blk[0]['inner_width'] =& $this->pgwidth; + + $this->blk[0]['blockContext'] = $this->blockContext; + + $properties = $this->cssmgr->MergeCSS('BLOCK','BODY',''); + $this->setCSS($properties,'','BODY'); + $this->blklvl = 1; + $this->initialiseBlock($this->blk[1]); + $this->blk[1]['tag'] = $tag; + $this->blk[1]['attr'] = $attr; + $this->Reset(); + $p = $this->cssmgr->MergeCSS('BLOCK',$tag,$attr); + if (isset($p['ROTATE']) && ($p['ROTATE']==90 || $p['ROTATE']==-90)) { $rotate = $p['ROTATE']; } + else { $rotate = 0; } + if (isset($p['OVERFLOW'])) { $overflow = strtolower($p['OVERFLOW']); } + if (strtolower($p['POSITION']) == 'fixed') { + $cont_w = $this->pgwidth; // $this->blk[0]['inner_width']; + $cont_h = $this->h - $this->tMargin - $this->bMargin; + $cont_x = $this->lMargin; + $cont_y = $this->tMargin; + } + else { + $cont_w = $this->w; // ABSOLUTE; + $cont_h = $this->h; + $cont_x = 0; + $cont_y = 0; + } + + // Pass on in-line properties to the innerhtml + $css = ''; + if (isset($p['TEXT-ALIGN'])) { $css .= 'text-align: '.strtolower($p['TEXT-ALIGN']).'; '; } + if (isset($p['TEXT-TRANSFORM'])) { $css .= 'text-transform: '.strtolower($p['TEXT-TRANSFORM']).'; '; } + if (isset($p['TEXT-INDENT'])) { $css .= 'text-indent: '.strtolower($p['TEXT-INDENT']).'; '; } + if (isset($p['TEXT-DECORATION'])) { $css .= 'text-decoration: '.strtolower($p['TEXT-DECORATION']).'; '; } + if (isset($p['FONT-FAMILY'])) { $css .= 'font-family: '.strtolower($p['FONT-FAMILY']).'; '; } + if (isset($p['FONT-STYLE'])) { $css .= 'font-style: '.strtolower($p['FONT-STYLE']).'; '; } + if (isset($p['FONT-WEIGHT'])) { $css .= 'font-weight: '.strtolower($p['FONT-WEIGHT']).'; '; } + if (isset($p['FONT-SIZE'])) { $css .= 'font-size: '.strtolower($p['FONT-SIZE']).'; '; } + if (isset($p['LINE-HEIGHT'])) { $css .= 'line-height: '.strtolower($p['LINE-HEIGHT']).'; '; } + if (isset($p['TEXT-SHADOW'])) { $css .= 'text-shadow: '.strtolower($p['TEXT-SHADOW']).'; '; } + if (isset($p['LETTER-SPACING'])) { $css .= 'letter-spacing: '.strtolower($p['LETTER-SPACING']).'; '; } + if (isset($p['FONT-VARIANT'])) { $css .= 'font-variant: '.strtolower($p['FONT-VARIANT']).'; '; } + if (isset($p['COLOR'])) { $css .= 'color: '.strtolower($p['COLOR']).'; '; } + if (isset($p['Z-INDEX'])) { $css .= 'z-index: '.$p['Z-INDEX'].'; '; } // mPDF 5.6.01 + if ($css) { + $html = '
      '.$html.'
      '; + } + // Copy over (only) the properties to set for border and background + $pb = array(); + $pb['MARGIN-TOP'] = $p['MARGIN-TOP']; + $pb['MARGIN-RIGHT'] = $p['MARGIN-RIGHT']; + $pb['MARGIN-BOTTOM'] = $p['MARGIN-BOTTOM']; + $pb['MARGIN-LEFT'] = $p['MARGIN-LEFT']; + $pb['PADDING-TOP'] = $p['PADDING-TOP']; + $pb['PADDING-RIGHT'] = $p['PADDING-RIGHT']; + $pb['PADDING-BOTTOM'] = $p['PADDING-BOTTOM']; + $pb['PADDING-LEFT'] = $p['PADDING-LEFT']; + $pb['BORDER-TOP'] = $p['BORDER-TOP']; + $pb['BORDER-RIGHT'] = $p['BORDER-RIGHT']; + $pb['BORDER-BOTTOM'] = $p['BORDER-BOTTOM']; + $pb['BORDER-LEFT'] = $p['BORDER-LEFT']; + $pb['BORDER-TOP-LEFT-RADIUS-H'] = $p['BORDER-TOP-LEFT-RADIUS-H']; + $pb['BORDER-TOP-LEFT-RADIUS-V'] = $p['BORDER-TOP-LEFT-RADIUS-V']; + $pb['BORDER-TOP-RIGHT-RADIUS-H'] = $p['BORDER-TOP-RIGHT-RADIUS-H']; + $pb['BORDER-TOP-RIGHT-RADIUS-V'] = $p['BORDER-TOP-RIGHT-RADIUS-V']; + $pb['BORDER-BOTTOM-LEFT-RADIUS-H'] = $p['BORDER-BOTTOM-LEFT-RADIUS-H']; + $pb['BORDER-BOTTOM-LEFT-RADIUS-V'] = $p['BORDER-BOTTOM-LEFT-RADIUS-V']; + $pb['BORDER-BOTTOM-RIGHT-RADIUS-H'] = $p['BORDER-BOTTOM-RIGHT-RADIUS-H']; + $pb['BORDER-BOTTOM-RIGHT-RADIUS-V'] = $p['BORDER-BOTTOM-RIGHT-RADIUS-V']; + if (isset($p['BACKGROUND-COLOR'])) { $pb['BACKGROUND-COLOR'] = $p['BACKGROUND-COLOR']; } + if (isset($p['BOX-SHADOW'])) { $pb['BOX-SHADOW'] = $p['BOX-SHADOW']; } +/*-- BACKGROUNDS --*/ + if (isset($p['BACKGROUND-IMAGE'])) { $pb['BACKGROUND-IMAGE'] = $p['BACKGROUND-IMAGE']; } + if (isset($p['BACKGROUND-IMAGE-RESIZE'])) { $pb['BACKGROUND-IMAGE-RESIZE'] = $p['BACKGROUND-IMAGE-RESIZE']; } + if (isset($p['BACKGROUND-IMAGE-OPACITY'])) { $pb['BACKGROUND-IMAGE-OPACITY'] = $p['BACKGROUND-IMAGE-OPACITY']; } + if (isset($p['BACKGROUND-REPEAT'])) { $pb['BACKGROUND-REPEAT'] = $p['BACKGROUND-REPEAT']; } + if (isset($p['BACKGROUND-POSITION'])) { $pb['BACKGROUND-POSITION'] = $p['BACKGROUND-POSITION']; } + if (isset($p['BACKGROUND-GRADIENT'])) { $pb['BACKGROUND-GRADIENT'] = $p['BACKGROUND-GRADIENT']; } + if (isset($p['BACKGROUND-SIZE'])) { $pb['BACKGROUND-SIZE'] = $p['BACKGROUND-SIZE']; } // mPDF 5.6.12 + if (isset($p['BACKGROUND-ORIGIN'])) { $pb['BACKGROUND-ORIGIN'] = $p['BACKGROUND-ORIGIN']; } // mPDF 5.6.12 + if (isset($p['BACKGROUND-CLIP'])) { $pb['BACKGROUND-CLIP'] = $p['BACKGROUND-CLIP']; } // mPDF 5.6.12 + +/*-- END BACKGROUNDS --*/ + + $this->setCSS($pb,'BLOCK',$tag); + + //================================================================ + $bbox_br = $this->blk[1]['border_right']['w']; + $bbox_bl = $this->blk[1]['border_left']['w']; + $bbox_bt = $this->blk[1]['border_top']['w']; + $bbox_bb = $this->blk[1]['border_bottom']['w']; + $bbox_pr = $this->blk[1]['padding_right']; + $bbox_pl = $this->blk[1]['padding_left']; + $bbox_pt = $this->blk[1]['padding_top']; + $bbox_pb = $this->blk[1]['padding_bottom']; + $bbox_mr = $this->blk[1]['margin_right']; + if (strtolower($p['MARGIN-RIGHT'])=='auto') { $bbox_mr = 'auto'; } + $bbox_ml = $this->blk[1]['margin_left']; + if (strtolower($p['MARGIN-LEFT'])=='auto') { $bbox_ml = 'auto'; } + $bbox_mt = $this->blk[1]['margin_top']; + if (strtolower($p['MARGIN-TOP'])=='auto') { $bbox_mt = 'auto'; } + $bbox_mb = $this->blk[1]['margin_bottom']; + if (strtolower($p['MARGIN-BOTTOM'])=='auto') { $bbox_mb = 'auto'; } + if (isset($p['LEFT']) && strtolower($p['LEFT'])!='auto') { $bbox_left = $this->ConvertSize($p['LEFT'], $cont_w, $this->FontSize,false); } + else { $bbox_left = 'auto'; } + if (isset($p['TOP']) && strtolower($p['TOP'])!='auto') { $bbox_top = $this->ConvertSize($p['TOP'], $cont_h, $this->FontSize,false); } + else { $bbox_top = 'auto'; } + if (isset($p['RIGHT']) && strtolower($p['RIGHT'])!='auto') { $bbox_right = $this->ConvertSize($p['RIGHT'], $cont_w, $this->FontSize,false); } + else { $bbox_right = 'auto'; } + if (isset($p['BOTTOM']) && strtolower($p['BOTTOM'])!='auto') { $bbox_bottom = $this->ConvertSize($p['BOTTOM'], $cont_h, $this->FontSize,false); } + else { $bbox_bottom = 'auto'; } + if (isset($p['WIDTH']) && strtolower($p['WIDTH'])!='auto') { $inner_w = $this->ConvertSize($p['WIDTH'], $cont_w, $this->FontSize,false); } + else { $inner_w = 'auto'; } + if (isset($p['HEIGHT']) && strtolower($p['HEIGHT'])!='auto') { $inner_h = $this->ConvertSize($p['HEIGHT'], $cont_h, $this->FontSize,false); } + else { $inner_h = 'auto'; } + + // If bottom or right pos are set and not left / top - save this to adjust rotated block later + if ($rotate) { + if ($bbox_left === 'auto' && $bbox_right !== 'auto') { $rot_rpos = $bbox_right; } + else { $rot_rpos = false; } + if ($bbox_top === 'auto' && $bbox_bottom !== 'auto') { $rot_bpos = $bbox_bottom; } + else { $rot_bpos = false; } + } + + //================================================================ + if ($checkinnerhtml=='' && $inner_h==='auto') { $inner_h = 0.0001; } + if ($checkinnerhtml=='' && $inner_w==='auto') { $inner_w = 2*$this->GetCharWidth('W',false); } + //================================================================ + // Algorithm from CSS2.1 See http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height + // mPD 5.3.14 + // Special case (not CSS) if all not specified, centre vertically on page + if ($bbox_top==='auto' && $inner_h==='auto' && $bbox_bottom==='auto' && $bbox_mt==='auto' && $bbox_mb==='auto') { + $bbox_top_orig = $bbox_top; + if ($bbox_mt==='auto') { $bbox_mt = 0; } + if ($bbox_mb==='auto') { $bbox_mb = 0; } + $bbox_top = $orig_y0 - $bbox_mt - $cont_y; + // solve for $bbox_bottom when content_h known - $inner_h=='auto' && $bbox_bottom=='auto' + } + // mPD 5.3.14 + else if ($bbox_top==='auto' && $inner_h==='auto' && $bbox_bottom==='auto') { + $bbox_top_orig = $bbox_top = $orig_y0 - $cont_y; + if ($bbox_mt==='auto') { $bbox_mt = 0; } + if ($bbox_mb==='auto') { $bbox_mb = 0; } + // solve for $bbox_bottom when content_h known - $inner_h=='auto' && $bbox_bottom=='auto' + } + else if ($bbox_top!=='auto' && $inner_h!=='auto' && $bbox_bottom!=='auto') { + if ($bbox_mt==='auto' && $bbox_mb==='auto') { + $x = $cont_h - $bbox_top - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_bottom; + $bbox_mt = $bbox_mb = ($x/2); + } + else if ($bbox_mt==='auto') { + $bbox_mt = $cont_h - $bbox_top - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mb - $bbox_bottom; + } + else if ($bbox_mb==='auto') { + $bbox_mb = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_bottom; + } + else { + $bbox_bottom = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mt; + } + } + else { + if ($bbox_mt==='auto') { $bbox_mt = 0; } + if ($bbox_mb==='auto') { $bbox_mb = 0; } + if ($bbox_top==='auto' && $inner_h==='auto' && $bbox_bottom!=='auto') { + // solve for $bbox_top when content_h known - $inner_h=='auto' && $bbox_top =='auto' + } + else if ($bbox_top==='auto' && $bbox_bottom==='auto' && $inner_h!=='auto') { + $bbox_top = $orig_y0 - $bbox_mt - $cont_y; + $bbox_bottom = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mt; + } + else if ($inner_h==='auto' && $bbox_bottom==='auto' && $bbox_top!=='auto') { + // solve for $bbox_bottom when content_h known - $inner_h=='auto' && $bbox_bottom=='auto' + } + else if ($bbox_top==='auto' && $inner_h!=='auto' && $bbox_bottom!=='auto') { + $bbox_top = $cont_h - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mt - $bbox_bottom; + } + else if ($inner_h==='auto' && $bbox_top!=='auto' && $bbox_bottom!=='auto') { + $inner_h = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $bbox_pb - $bbox_bb - $bbox_mt - $bbox_bottom; + } + else if ($bbox_bottom==='auto' && $bbox_top!=='auto' && $inner_h!=='auto') { + $bbox_bottom = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mt; + } + } + + // THEN DO SAME FOR WIDTH + // http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width + if ($bbox_left==='auto' && $inner_w==='auto' && $bbox_right==='auto') { + if ($bbox_ml==='auto') { $bbox_ml = 0; } + if ($bbox_mr==='auto') { $bbox_mr = 0; } + // IF containing element RTL, should set $bbox_right + $bbox_left = $orig_x0 - $bbox_ml - $cont_x; + // solve for $bbox_right when content_w known - $inner_w=='auto' && $bbox_right=='auto' + } + else if ($bbox_left!=='auto' && $inner_w!=='auto' && $bbox_right!=='auto') { + if ($bbox_ml==='auto' && $bbox_mr==='auto') { + $x = $cont_w - $bbox_left - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_right; + $bbox_ml = $bbox_mr = ($x/2); + } + else if ($bbox_ml==='auto') { + $bbox_ml = $cont_w - $bbox_left - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_mr - $bbox_right; + } + else if ($bbox_mr==='auto') { + $bbox_mr = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_right; + } + else { + $bbox_right = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_ml; + } + } + else { + if ($bbox_ml==='auto') { $bbox_ml = 0; } + if ($bbox_mr==='auto') { $bbox_mr = 0; } + if ($bbox_left==='auto' && $inner_w==='auto' && $bbox_right!=='auto') { + // solve for $bbox_left when content_w known - $inner_w=='auto' && $bbox_left =='auto' + } + else if ($bbox_left==='auto' && $bbox_right==='auto' && $inner_w!=='auto') { + // IF containing element RTL, should set $bbox_right + $bbox_left = $orig_x0 - $bbox_ml - $cont_x; + $bbox_right = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_ml; + } + else if ($inner_w==='auto' && $bbox_right==='auto' && $bbox_left!=='auto') { + // solve for $bbox_right when content_w known - $inner_w=='auto' && $bbox_right=='auto' + } + else if ($bbox_left==='auto' && $inner_w!=='auto' && $bbox_right!=='auto') { + $bbox_left = $cont_w - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_ml - $bbox_right; + } + else if ($inner_w==='auto' && $bbox_left!=='auto' && $bbox_right!=='auto') { + $inner_w = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $bbox_pr - $bbox_br - $bbox_ml - $bbox_right; + } + else if ($bbox_right==='auto' && $bbox_left!=='auto' && $inner_w!=='auto') { + $bbox_right = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_ml; + } + } + + //================================================================ + //================================================================ +/*-- BACKGROUNDS --*/ + if (isset($pb['BACKGROUND-IMAGE']) && $pb['BACKGROUND-IMAGE']) { + $ret = $this->SetBackground($pb, $this->blk[1]['inner_width']); + if ($ret) { $this->blk[1]['background-image'] = $ret; } + } +/*-- END BACKGROUNDS --*/ + + //================================================================ + $y = $cont_y + $bbox_top + $bbox_mt + $bbox_bt + $bbox_pt; + $h = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $bbox_pb - $bbox_bb - $bbox_mb - $bbox_bottom; + $x = $cont_x + $bbox_left + $bbox_ml + $bbox_bl + $bbox_pl; + $w = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $bbox_pr - $bbox_br - $bbox_mr - $bbox_right; + // Set (temporary) values for x y w h to do first paint, if values are auto + if ($inner_h==='auto' && $bbox_top==='auto') { + $y = $cont_y + $bbox_mt + $bbox_bt + $bbox_pt; + $h = $cont_h - ($bbox_bottom + $bbox_mt + $bbox_mb + $bbox_bt + $bbox_bb + $bbox_pt + $bbox_pb); + } + else if ($inner_h==='auto' && $bbox_bottom==='auto') { + $y = $cont_y + $bbox_top + $bbox_mt + $bbox_bt + $bbox_pt; + $h = $cont_h - ($bbox_top + $bbox_mt + $bbox_mb + $bbox_bt + $bbox_bb + $bbox_pt + $bbox_pb); + } + if ($inner_w==='auto' && $bbox_left==='auto') { + $x = $cont_x + $bbox_ml + $bbox_bl + $bbox_pl; + $w = $cont_w - ($bbox_right + $bbox_ml + $bbox_mr + $bbox_bl + $bbox_br + $bbox_pl + $bbox_pr); + } + else if ($inner_w==='auto' && $bbox_right==='auto') { + $x = $cont_x + $bbox_left + $bbox_ml + $bbox_bl + $bbox_pl; + $w = $cont_w - ($bbox_left + $bbox_ml + $bbox_mr + $bbox_bl + $bbox_br + $bbox_pl + $bbox_pr); + } + $bbox_y = $cont_y + $bbox_top + $bbox_mt; + $bbox_x = $cont_x + $bbox_left + $bbox_ml; + $saved_block1 = $this->blk[1]; + unset($p); + unset($pb); + //================================================================ + if ($inner_w==='auto') { // do a first write + $this->lMargin=$x; + $this->rMargin=$this->w - $w - $x; + // SET POSITION & FONT VALUES + $this->pgwidth = $this->w - $this->lMargin - $this->rMargin; + $this->pageoutput[$this->page]=array(); + $this->x = $x; + $this->y = $y; + $this->HTMLheaderPageLinks = array(); + $this->HTMLheaderPageAnnots = array(); + $this->HTMLheaderPageForms = array(); + $this->pageBackgrounds = array(); + $this->maxPosR = 0; + $this->maxPosL = $this->w; // For RTL + $this->WriteHTML($html , 4); + $inner_w = $this->maxPosR - $this->lMargin; + if ($bbox_right==='auto') { + $bbox_right = $cont_w - $bbox_left - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_ml; + } + else if ($bbox_left==='auto') { + $bbox_left = $cont_w - $bbox_ml - $bbox_bl - $bbox_pl - $inner_w - $bbox_pr - $bbox_br - $bbox_ml - $bbox_right; + $bbox_x = $cont_x + $bbox_left + $bbox_ml ; + $inner_x = $bbox_x + $bbox_bl + $bbox_pl; + $x = $inner_x; + } + $w = $inner_w; + $bbox_y = $cont_y + $bbox_top + $bbox_mt; + $bbox_x = $cont_x + $bbox_left + $bbox_ml; + } + + if ($inner_h==='auto') { // do a first write + $this->lMargin=$x; + $this->rMargin=$this->w - $w - $x; + // SET POSITION & FONT VALUES + $this->pgwidth = $this->w - $this->lMargin - $this->rMargin; + $this->pageoutput[$this->page]=array(); + $this->x = $x; + $this->y = $y; + $this->HTMLheaderPageLinks = array(); + $this->HTMLheaderPageAnnots = array(); + $this->HTMLheaderPageForms = array(); + $this->pageBackgrounds = array(); + $this->WriteHTML($html , 4); + $inner_h = $this->y - $y; + if ($overflow!='hidden' && $overflow!='visible') { // constrained + if (($this->y + $bbox_pb + $bbox_bb) > ($cont_y + $cont_h)) { + $adj = ($this->y + $bbox_pb + $bbox_bb) - ($cont_y + $cont_h); + $inner_h -= $adj; + } + } + if ($bbox_bottom==='auto' && $bbox_top_orig==='auto') { + $bbox_bottom = $bbox_top = ($cont_h - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mb)/2; + if ($overflow!='hidden' && $overflow!='visible') { // constrained + if ($bbox_top < 0) { + $bbox_top = 0; + $inner_h = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $bbox_pb - $bbox_bb - $bbox_mb - $bbox_bottom; + } + } + $bbox_y = $cont_y + $bbox_top + $bbox_mt; + $inner_y = $bbox_y + $bbox_bt + $bbox_pt; + $y = $inner_y; + + } + else if ($bbox_bottom==='auto') { + $bbox_bottom = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mb; + } + else if ($bbox_top==='auto') { + $bbox_top = $cont_h - $bbox_mt - $bbox_bt - $bbox_pt - $inner_h - $bbox_pb - $bbox_bb - $bbox_mb - $bbox_bottom; + if ($overflow!='hidden' && $overflow!='visible') { // constrained + if ($bbox_top < 0) { + $bbox_top = 0; + $inner_h = $cont_h - $bbox_top - $bbox_mt - $bbox_bt - $bbox_pt - $bbox_pb - $bbox_bb - $bbox_mb - $bbox_bottom; + } + } + $bbox_y = $cont_y + $bbox_top + $bbox_mt; + $inner_y = $bbox_y + $bbox_bt + $bbox_pt; + $y = $inner_y; + } + $h = $inner_h; + $bbox_y = $cont_y + $bbox_top + $bbox_mt; + $bbox_x = $cont_x + $bbox_left + $bbox_ml; + } + $inner_w = $w; + $inner_h = $h; + + } + $this->lMargin=$x; + $this->rMargin=$this->w - $w - $x; + // SET POSITION & FONT VALUES + $this->pgwidth = $this->w - $this->lMargin - $this->rMargin; + $this->pageoutput[$this->page]=array(); + $this->x = $x; + $this->y = $y; + $this->HTMLheaderPageLinks = array(); + $this->HTMLheaderPageAnnots = array(); + $this->HTMLheaderPageForms = array(); + $this->pageBackgrounds = array(); + $this->WriteHTML($html , 4); // parameter 4 saves output to $this->headerbuffer + $actual_h = $this->y - $y; + $use_w = $w; + $use_h = $h; + $ratio = $actual_h / $use_w; + + if ($overflow!='hidden' && $overflow!='visible') { + $target = $h/$w; + if (($ratio / $target ) > 1) { + $nl = CEIL($actual_h / $this->lineheight); + $l = $use_w * $nl; + $est_w = sqrt(($l * $this->lineheight) / $target) * 0.8; + $use_w += ($est_w - $use_w) - ($w/100); + } + $bpcstart = ($ratio / $target); + $bpcctr = 1; + while(($ratio / $target ) > 1) { + + if ($this->progressBar) { $this->UpdateProgressBar(4,intval(100/($ratio/$target)),('Auto-sizing fixed-position block: '.$bpcctr++)); } // *PROGRESS-BAR* + + $this->x = $x; + $this->y = $y; + + if (($ratio / $target) > 1.5 || ($ratio / $target) < 0.6) { + $use_w += ($w/$this->incrementFPR1); + } + else if (($ratio / $target) > 1.2 || ($ratio / $target) < 0.85) { + $use_w += ($w/$this->incrementFPR2); + } + else if (($ratio / $target) > 1.1 || ($ratio / $target) < 0.91) { + $use_w += ($w/$this->incrementFPR3); + } + else { + $use_w += ($w/$this->incrementFPR4); + } + + $use_h = $use_w * $target ; + $this->rMargin=$this->w - $use_w - $x; + $this->pgwidth = $this->w - $this->lMargin - $this->rMargin; + $this->HTMLheaderPageLinks = array(); + $this->HTMLheaderPageAnnots = array(); + $this->HTMLheaderPageForms = array(); + $this->pageBackgrounds = array(); + $this->WriteHTML($html , 4); // parameter 4 saves output to $this->headerbuffer + $actual_h = $this->y - $y; + $ratio = $actual_h / $use_w; + } + if ($this->progressBar) { $this->UpdateProgressBar(4,'100',' '); } // *PROGRESS-BAR* + } + $shrink_f = $w/$use_w; + + //================================================================ + + $this->pages[$this->page] .= '___BEFORE_BORDERS___'; + $block_s = $this->PrintPageBackgrounds(); // Save to print later inside clipping path + $this->pageBackgrounds = array(); + + //================================================================ + + if ($rotate) { + $prerotw = $bbox_bl + $bbox_pl + $inner_w + $bbox_pr + $bbox_br; + $preroth = $bbox_bt + $bbox_pt + $inner_h + $bbox_pb + $bbox_bb; + $rot_start = " q\n"; + if ($rotate == 90) { + if ($rot_rpos !== false) { $adjw = $prerotw; } // width before rotation + else { $adjw = $preroth; } // height before rotation + if ($rot_bpos !== false) { $adjh = -$prerotw + $preroth; } + else { $adjh = 0; } + } + else { + if ($rot_rpos !== false) { $adjw = $prerotw - $preroth; } + else { $adjw = 0; } + if ($rot_bpos !== false) { $adjh = $preroth; } // height before rotation + else { $adjh = $prerotw; } // width before rotation + } + $rot_start .= $this->transformTranslate($adjw, $adjh, true)."\n"; + $rot_start .= $this->transformRotate($rotate, $bbox_x, $bbox_y, true)."\n"; + $rot_end = " Q\n"; + } + else { + $rot_start = ''; + $rot_end = ''; + } + + //================================================================ + if (!empty($bounding)) { + // WHEN HEIGHT // BOTTOM EDGE IS KNOWN and $this->y is set to the bottom + // Re-instate saved $this->blk[1] + $this->blk[1] = $saved_block1; + + // These are only needed when painting border/background + $this->blk[1]['width'] = $bbox_w = $cont_w - $bbox_left - $bbox_ml - $bbox_mr - $bbox_right; + $this->blk[1]['x0'] = $bbox_x; + $this->blk[1]['y0'] = $bbox_y; + $this->blk[1]['startpage'] = $this->page; + $this->blk[1]['y1'] = $bbox_y + $bbox_bt + $bbox_pt + $inner_h + $bbox_pb + $bbox_bb ; + $this->_out($rot_start); // mPDF 5.0 + $this->PaintDivBB('',0,1); // Prints borders and sets backgrounds in $this->pageBackgrounds + $this->_out($rot_end); + } + + $s = $this->PrintPageBackgrounds(); + $s = $rot_start.$s.$rot_end; + $this->pages[$this->page] = preg_replace('/___BEFORE_BORDERS___/', "\n".$s."\n", $this->pages[$this->page]); + $this->pageBackgrounds = array(); + + $this->_out($rot_start); + + // Clipping Output + if ($overflow=='hidden') { + //Bounding rectangle to clip + $clip_y1 = $this->y; + if (!empty($bounding) && ($this->y + $bbox_pb + $bbox_bb) > ($bbox_y + $bbox_bt + $bbox_pt + $inner_h + $bbox_pb + $bbox_bb )) { + $clip_y1 = ($bbox_y + $bbox_bt + $bbox_pt + $inner_h + $bbox_pb + $bbox_bb ) - ($bbox_pb + $bbox_bb); + } + //$op = 'W* n'; // Clipping + $op = 'W n'; // Clipping alternative mode + $this->_out("q"); + $ch = $clip_y1 - $y; + $this->_out(sprintf('%.3F %.3F %.3F %.3F re %s',$x*_MPDFK,($this->h-$y)*_MPDFK,$w*_MPDFK,-$ch*_MPDFK,$op)); + if (!empty($block_s)) { + $tmp = "q\n".sprintf('%.3F %.3F %.3F %.3F re %s',$x*_MPDFK,($this->h-$y)*_MPDFK,$w*_MPDFK,-$ch*_MPDFK,$op); + $tmp .= "\n".$block_s."\nQ"; + $block_s = $tmp ; + } + } + + + if (!empty($block_s)) { + if ($shrink_f != 1) { // i.e. autofit has resized the box + $tmp = "q\n".$this->transformScale(($shrink_f*100),($shrink_f*100), $x, $y, true); + $tmp .= "\n".$block_s."\nQ"; + $block_s = $tmp ; + } + $this->_out($block_s); + } + + + + if ($shrink_f != 1) { // i.e. autofit has resized the box + $this->StartTransform(); + $this->transformScale(($shrink_f*100),($shrink_f*100), $x, $y); + } + + $this->_out($this->headerbuffer); + + if ($shrink_f != 1) { // i.e. autofit has resized the box + $this->StopTransform(); + } + + if ($overflow=='hidden') { + //End clipping + $this->_out("Q"); + } + + $this->_out($rot_end); + + + // Page Links + foreach($this->HTMLheaderPageLinks AS $lk) { + if ($rotate) { + $tmp = $lk[2]; // Switch h - w + $lk[2] = $lk[3]; + $lk[3] = $tmp; + + $lx1 = (($lk[0]/_MPDFK)); + $ly1 = (($this->h-($lk[1]/_MPDFK))); + if ($rotate == 90) { + $adjx = -($lx1-$bbox_x) + ($preroth - ($ly1-$bbox_y)); + $adjy = -($ly1-$bbox_y) + ($lx1-$bbox_x); + $lk[2] = -$lk[2]; + } + else if ($rotate == -90) { + $adjx = -($lx1-$bbox_x) + ($ly1-$bbox_y); + $adjy = -($ly1-$bbox_y) - ($lx1-$bbox_x) + $prerotw; + $lk[3] = -$lk[3]; + } + if ($rot_rpos !== false) { $adjx += $prerotw - $preroth; } + if ($rot_bpos !== false) { $adjy += $preroth - $prerotw; } + $lx1 += $adjx; + $ly1 += $adjy; + + $lk[0] = $lx1*_MPDFK; + $lk[1] = ($this->h-$ly1)*_MPDFK; + } + if ($shrink_f != 1) { // i.e. autofit has resized the box + $lx1 = (($lk[0]/_MPDFK)-$x); + $lx2 = $x + ($lx1 * $shrink_f); + $lk[0] = $lx2*_MPDFK; + $ly1 = (($this->h-($lk[1]/_MPDFK))-$y); + $ly2 = $y + ($ly1 * $shrink_f); + $lk[1] = ($this->h-$ly2)*_MPDFK; + $lk[2] *= $shrink_f; // width + $lk[3] *= $shrink_f; // height + } + $this->PageLinks[$this->page][]=$lk; + } + + foreach($this->HTMLheaderPageForms AS $n=>$f) { + if ($shrink_f != 1) { // i.e. autofit has resized the box + $f['x'] = $x + (($f['x'] -$x) * $shrink_f); + $f['y'] = $y + (($f['y'] -$y) * $shrink_f); + $f['w'] *= $shrink_f; + $f['h'] *= $shrink_f; + $f['style']['fontsize'] *= $shrink_f; + } + $this->form->forms[$f['n']] = $f; + } + // Page Annotations + foreach($this->HTMLheaderPageAnnots AS $lk) { + if ($rotate) { + if ($rotate == 90) { + $adjx = -($lk['x']-$bbox_x) + ($preroth - ($lk['y']-$bbox_y)); + $adjy = -($lk['y']-$bbox_y) + ($lk['x']-$bbox_x); + } + else if ($rotate == -90) { + $adjx = -($lk['x']-$bbox_x) + ($lk['y']-$bbox_y); + $adjy = -($lk['y']-$bbox_y) - ($lk['x']-$bbox_x) + $prerotw; + } + if ($rot_rpos !== false) { $adjx += $prerotw - $preroth; } + if ($rot_bpos !== false) { $adjy += $preroth - $prerotw; } + $lk['x'] += $adjx; + $lk['y'] += $adjy; + } + if ($shrink_f != 1) { // i.e. autofit has resized the box + $lk['x'] = $x + (($lk['x']-$x) * $shrink_f); + $lk['y'] = $y + (($lk['y']-$y) * $shrink_f); + } + $this->PageAnnots[$this->page][]=$lk; + } + + // Restore + $this->headerbuffer = ''; + $this->HTMLheaderPageLinks = array(); + $this->HTMLheaderPageAnnots = array(); + $this->HTMLheaderPageForms = array(); + $this->pageBackgrounds = $save_bgs; + $this->writingHTMLheader = false; + + $this->writingHTMLfooter = false; + $this->fullImageHeight = false; + $this->ResetMargins(); + $this->pgwidth = $this->w - $this->lMargin - $this->rMargin; + $this->SetXY($save_x,$save_y) ; + $this->title2annots = $save_annots; // *ANNOTATIONS* + $this->InFooter = false; // turns back on autopagebreaks + $this->pageoutput[$this->page]=array(); + $this->pageoutput[$this->page]['Font']=''; +/*-- COLUMNS --*/ + if ($save_cols) { + $this->SetColumns($save_nbcol,$this->colvAlign,$this->ColGap); + } +/*-- END COLUMNS --*/ +} +/*-- END CSS-POSITION --*/ + + + +function initialiseBlock(&$blk) { + $blk['margin_top'] = 0; + $blk['margin_left'] = 0; + $blk['margin_bottom'] = 0; + $blk['margin_right'] = 0; + $blk['padding_top'] = 0; + $blk['padding_left'] = 0; + $blk['padding_bottom'] = 0; + $blk['padding_right'] = 0; + $blk['border_top']['w'] = 0; + $blk['border_left']['w'] = 0; + $blk['border_bottom']['w'] = 0; + $blk['border_right']['w'] = 0; + $blk['hide'] = false; + $blk['outer_left_margin'] = 0; + $blk['outer_right_margin'] = 0; + $blk['cascadeCSS'] = array(); + $blk['block-align'] = false; + $blk['bgcolor'] = false; + $blk['page_break_after_avoid'] = false; + $blk['keep_block_together'] = false; + $blk['float'] = false; + $blk['line_height'] = ''; + $blk['margin_collapse'] = false; +} + + +function border_details($bd) { + $prop = preg_split('/\s+/',trim($bd)); + + if (isset($this->blk[$this->blklvl]['inner_width'])) { $refw = $this->blk[$this->blklvl]['inner_width']; } + else if (isset($this->blk[$this->blklvl-1]['inner_width'])) { $refw = $this->blk[$this->blklvl-1]['inner_width']; } + else { $refw = $this->w; } + if ( count($prop) == 1 ) { + $bsize = $this->ConvertSize($prop[0],$refw,$this->FontSize,false); + if ($bsize > 0) { + return array('s' => 1, 'w' => $bsize, 'c' => $this->ConvertColor(0), 'style'=>'solid'); + } + else { return array('w' => 0, 's' => 0); } + } + + else if (count($prop) == 2 ) { + // 1px solid + if (in_array($prop[1],$this->borderstyles) || $prop[1] == 'none' || $prop[1] == 'hidden' ) { $prop[2] = ''; } + // solid #000000 + else if (in_array($prop[0],$this->borderstyles) || $prop[0] == 'none' || $prop[0] == 'hidden' ) { $prop[0] = ''; $prop[1] = $prop[0]; $prop[2] = $prop[1]; } + // 1px #000000 + else { $prop[1] = ''; $prop[2] = $prop[1]; } + } + else if ( count($prop) == 3 ) { + // Change #000000 1px solid to 1px solid #000000 (proper) + if (substr($prop[0],0,1) == '#') { $tmp = $prop[0]; $prop[0] = $prop[1]; $prop[1] = $prop[2]; $prop[2] = $tmp; } + // Change solid #000000 1px to 1px solid #000000 (proper) + else if (substr($prop[0],1,1) == '#') { $tmp = $prop[1]; $prop[0] = $prop[2]; $prop[1] = $prop[0]; $prop[2] = $tmp; } + // Change solid 1px #000000 to 1px solid #000000 (proper) + else if (in_array($prop[0],$this->borderstyles) || $prop[0] == 'none' || $prop[0] == 'hidden' ) { + $tmp = $prop[0]; $prop[0] = $prop[1]; $prop[1] = $tmp; + } + } + else { return array(); } + // Size + $bsize = $this->ConvertSize($prop[0],$refw,$this->FontSize,false); + //color + $coul = $this->ConvertColor($prop[2]); // returns array + // Style + $prop[1] = strtolower($prop[1]); + if (in_array($prop[1],$this->borderstyles) && $bsize > 0) { $on = 1; } + else if ($prop[1] == 'hidden') { $on = 1; $bsize = 0; $coul = ''; } + else if ($prop[1] == 'none') { $on = 0; $bsize = 0; $coul = ''; } + else { $on = 0; $bsize = 0; $coul = ''; $prop[1] = ''; } + return array('s' => $on, 'w' => $bsize, 'c' => $coul, 'style'=> $prop[1] ); +} + + + +/*-- END HTML-CSS --*/ + + +// Return either a number (factor) - based on current set fontsize (if % or em) - or exact lineheight (with 'mm' after it) +function fixLineheight($v) { + $lh = false; + if (preg_match('/^[0-9\.,]*$/',$v) && $v >= 0) { return ($v + 0); } + else if (strtoupper($v) == 'NORMAL') { + return $this->normalLineheight; + } + else { + $tlh = $this->ConvertSize($v,$this->FontSize,$this->FontSize,true); + if ($tlh) { return ($tlh.'mm'); } + } + return $this->normalLineheight; +} + + +/*-- BORDER-RADIUS --*/ +function _borderPadding($a, $b, &$px, &$py) { + // $px and py are padding long axis (x) and short axis (y) + $added = 0; // extra padding + + $x = $a-$px; + $y = $b-$py; + // Check if Falls within ellipse of border radius + if ( ( (($x+$added)*($x+$added))/($a*$a) + (($y+$added)*($y+$added))/($b*$b) ) <=1 ) { return false; } + + $t = atan2($y,$x); + + $newx = $b / sqrt((($b*$b)/($a*$a)) + ( tan($t) * tan($t) ) ); + $newy = $a / sqrt((($a*$a)/($b*$b)) + ( (1/tan($t)) * (1/tan($t)) ) ); + $px = max($px, $a - $newx + $added); + $py = max($py, $b - $newy + $added); +} +/*-- END BORDER-RADIUS --*/ + + + +/*-- HTML-CSS --*/ + + +/*-- CSS-PAGE --*/ +function SetPagedMediaCSS($name='', $first, $oddEven) { + if ($oddEven == 'E') { + if ($this->directionality=='rtl') { $side = 'R'; } + else { $side = 'L'; } + } + else { + if ($this->directionality=='rtl') { $side = 'L'; } + else { $side = 'R'; } + } + $name = strtoupper($name); + $p = array(); + $p['SIZE'] = 'AUTO'; + + // Uses mPDF original margins as default + $p['MARGIN-RIGHT'] = strval($this->orig_rMargin).'mm'; + $p['MARGIN-LEFT'] = strval($this->orig_lMargin).'mm'; + $p['MARGIN-TOP'] = strval($this->orig_tMargin).'mm'; + $p['MARGIN-BOTTOM'] = strval($this->orig_bMargin).'mm'; + $p['MARGIN-HEADER'] = strval($this->orig_hMargin).'mm'; + $p['MARGIN-FOOTER'] = strval($this->orig_fMargin).'mm'; + + // Basic page + selector + if (isset($this->cssmgr->CSS['@PAGE'])) { $zp = $this->cssmgr->CSS['@PAGE']; } + else { $zp = array(); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + if (isset($p['EVEN-HEADER-NAME']) && $oddEven=='E') { + $p['HEADER'] = $p['EVEN-HEADER-NAME']; unset($p['EVEN-HEADER-NAME']); + } + if (isset($p['ODD-HEADER-NAME']) && $oddEven!='E') { + $p['HEADER'] = $p['ODD-HEADER-NAME']; unset($p['ODD-HEADER-NAME']); + } + if (isset($p['EVEN-FOOTER-NAME']) && $oddEven=='E') { + $p['FOOTER'] = $p['EVEN-FOOTER-NAME']; unset($p['EVEN-FOOTER-NAME']); + } + if (isset($p['ODD-FOOTER-NAME']) && $oddEven!='E') { + $p['FOOTER'] = $p['ODD-FOOTER-NAME']; unset($p['ODD-FOOTER-NAME']); + } + + // If right/Odd page + if (isset($this->cssmgr->CSS['@PAGE>>PSEUDO>>RIGHT']) && $side=='R') { + $zp = $this->cssmgr->CSS['@PAGE>>PSEUDO>>RIGHT']; + } + else { $zp = array(); } + if (isset($zp['SIZE'])) { unset($zp['SIZE']); } + if (isset($zp['SHEET-SIZE'])) { unset($zp['SHEET-SIZE']); } + // Disallow margin-left or -right on :LEFT or :RIGHT + if (isset($zp['MARGIN-LEFT'])) { unset($zp['MARGIN-LEFT']); } + if (isset($zp['MARGIN-RIGHT'])) { unset($zp['MARGIN-RIGHT']); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + // If left/Even page + if (isset($this->cssmgr->CSS['@PAGE>>PSEUDO>>LEFT']) && $side=='L') { + $zp = $this->cssmgr->CSS['@PAGE>>PSEUDO>>LEFT']; + } + else { $zp = array(); } + if (isset($zp['SIZE'])) { unset($zp['SIZE']); } + if (isset($zp['SHEET-SIZE'])) { unset($zp['SHEET-SIZE']); } + // Disallow margin-left or -right on :LEFT or :RIGHT + if (isset($zp['MARGIN-LEFT'])) { unset($zp['MARGIN-LEFT']); } + if (isset($zp['MARGIN-RIGHT'])) { unset($zp['MARGIN-RIGHT']); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + // If first page + if (isset($this->cssmgr->CSS['@PAGE>>PSEUDO>>FIRST']) && $first) { $zp = $this->cssmgr->CSS['@PAGE>>PSEUDO>>FIRST']; } + else { $zp = array(); } + if (isset($zp['SIZE'])) { unset($zp['SIZE']); } + if (isset($zp['SHEET-SIZE'])) { unset($zp['SHEET-SIZE']); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + // If named page + if ($name) { + if (isset($this->cssmgr->CSS['@PAGE>>NAMED>>'.$name])) { $zp = $this->cssmgr->CSS['@PAGE>>NAMED>>'.$name]; } + else { $zp = array(); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + if (isset($p['EVEN-HEADER-NAME']) && $oddEven=='E') { + $p['HEADER'] = $p['EVEN-HEADER-NAME']; unset($p['EVEN-HEADER-NAME']); + } + if (isset($p['ODD-HEADER-NAME']) && $oddEven!='E') { + $p['HEADER'] = $p['ODD-HEADER-NAME']; unset($p['ODD-HEADER-NAME']); + } + if (isset($p['EVEN-FOOTER-NAME']) && $oddEven=='E') { + $p['FOOTER'] = $p['EVEN-FOOTER-NAME']; unset($p['EVEN-FOOTER-NAME']); + } + if (isset($p['ODD-FOOTER-NAME']) && $oddEven!='E') { + $p['FOOTER'] = $p['ODD-FOOTER-NAME']; unset($p['ODD-FOOTER-NAME']); + } + + // If named right/Odd page + if (isset($this->cssmgr->CSS['@PAGE>>NAMED>>'.$name.'>>PSEUDO>>RIGHT']) && $side=='R') { $zp = $this->cssmgr->CSS['@PAGE>>NAMED>>'.$name.'>>PSEUDO>>RIGHT']; } + else { $zp = array(); } + if (isset($zp['SIZE'])) { unset($zp['SIZE']); } + if (isset($zp['SHEET-SIZE'])) { unset($zp['SHEET-SIZE']); } + // Disallow margin-left or -right on :LEFT or :RIGHT + if (isset($zp['MARGIN-LEFT'])) { unset($zp['MARGIN-LEFT']); } + if (isset($zp['MARGIN-RIGHT'])) { unset($zp['MARGIN-RIGHT']); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + // If named left/Even page + if (isset($this->cssmgr->CSS['@PAGE>>NAMED>>'.$name.'>>PSEUDO>>LEFT']) && $side=='L') { $zp = $this->cssmgr->CSS['@PAGE>>NAMED>>'.$name.'>>PSEUDO>>LEFT']; } + else { $zp = array(); } + if (isset($zp['SIZE'])) { unset($zp['SIZE']); } + if (isset($zp['SHEET-SIZE'])) { unset($zp['SHEET-SIZE']); } + // Disallow margin-left or -right on :LEFT or :RIGHT + if (isset($zp['MARGIN-LEFT'])) { unset($zp['MARGIN-LEFT']); } + if (isset($zp['MARGIN-RIGHT'])) { unset($zp['MARGIN-RIGHT']); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + + // If named first page + if (isset($this->cssmgr->CSS['@PAGE>>NAMED>>'.$name.'>>PSEUDO>>FIRST']) && $first) { $zp = $this->cssmgr->CSS['@PAGE>>NAMED>>'.$name.'>>PSEUDO>>FIRST']; } + else { $zp = array(); } + if (isset($zp['SIZE'])) { unset($zp['SIZE']); } + if (isset($zp['SHEET-SIZE'])) { unset($zp['SHEET-SIZE']); } + if (is_array($zp) && !empty($zp)) { $p = array_merge($p,$zp); } + } + + $orientation = $mgl = $mgr = $mgt = $mgb = $mgh = $mgf = ''; + $header = $footer = ''; + $resetpagenum = $pagenumstyle = $suppress = ''; + $marks = ''; + $bg = array(); + + $newformat = ''; + + + if (isset($p['SHEET-SIZE']) && is_array($p['SHEET-SIZE'])) { + $newformat = $p['SHEET-SIZE']; + if ($newformat[0] > $newformat[1]) { // landscape + $newformat = array_reverse($newformat); + $p['ORIENTATION'] = 'L'; + } + else { $p['ORIENTATION'] = 'P'; } + $this->_setPageSize($newformat, $p['ORIENTATION']); + } + + if (isset($p['SIZE']) && is_array($p['SIZE']) && !$newformat) { + if ($p['SIZE']['W'] > $p['SIZE']['H']) { $p['ORIENTATION'] = 'L'; } + else { $p['ORIENTATION'] = 'P'; } + } + if (is_array($p['SIZE'])) { + if ($p['SIZE']['W'] > $this->fw) { $p['SIZE']['W'] = $this->fw; } // mPD 4.2 use fw not fPt + if ($p['SIZE']['H'] > $this->fh) { $p['SIZE']['H'] = $this->fh; } + if (($p['ORIENTATION']==$this->DefOrientation && !$newformat) || ($newformat && $p['ORIENTATION']=='P')) { + $outer_width_LR = ($this->fw - $p['SIZE']['W'])/2; + $outer_width_TB = ($this->fh - $p['SIZE']['H'])/2; + } + else { + $outer_width_LR = ($this->fh - $p['SIZE']['W'])/2; + $outer_width_TB = ($this->fw - $p['SIZE']['H'])/2; + } + $pgw = $p['SIZE']['W']; + $pgh = $p['SIZE']['H']; + } + else { // AUTO LANDSCAPE PORTRAIT + $outer_width_LR = 0; + $outer_width_TB = 0; + if (!$newformat) { + if (strtoupper($p['SIZE']) == 'AUTO') { $p['ORIENTATION']=$this->DefOrientation; } + else if (strtoupper($p['SIZE']) == 'LANDSCAPE') { $p['ORIENTATION']='L'; } + else { $p['ORIENTATION']='P'; } + } + if (($p['ORIENTATION']==$this->DefOrientation && !$newformat) || ($newformat && $p['ORIENTATION']=='P')) { + $pgw = $this->fw; + $pgh = $this->fh; + } + else { + $pgw = $this->fh; + $pgh = $this->fw; + } + } + + if (isset($p['HEADER']) && $p['HEADER']) { $header = $p['HEADER']; } + if (isset($p['FOOTER']) && $p['FOOTER']) { $footer = $p['FOOTER']; } + if (isset($p['RESETPAGENUM']) && $p['RESETPAGENUM']) { $resetpagenum = $p['RESETPAGENUM']; } + if (isset($p['PAGENUMSTYLE']) && $p['PAGENUMSTYLE']) { $pagenumstyle = $p['PAGENUMSTYLE']; } + if (isset($p['SUPPRESS']) && $p['SUPPRESS']) { $suppress = $p['SUPPRESS']; } + + if (preg_match('/cross/i', $p['MARKS']) && preg_match('/crop/i', $p['MARKS'])) { $marks = 'CROPCROSS'; } + else if (strtoupper($p['MARKS']) == 'CROP') { $marks = 'CROP'; } + else if (strtoupper($p['MARKS']) == 'CROSS') { $marks = 'CROSS'; } + + + if (isset($p['BACKGROUND-COLOR']) && $p['BACKGROUND-COLOR']) { $bg['BACKGROUND-COLOR'] = $p['BACKGROUND-COLOR']; } +/*-- BACKGROUNDS --*/ + if (isset($p['BACKGROUND-GRADIENT']) && $p['BACKGROUND-GRADIENT']) { $bg['BACKGROUND-GRADIENT'] = $p['BACKGROUND-GRADIENT']; } + if (isset($p['BACKGROUND-IMAGE']) && $p['BACKGROUND-IMAGE']) { $bg['BACKGROUND-IMAGE'] = $p['BACKGROUND-IMAGE']; } + if (isset($p['BACKGROUND-REPEAT']) && $p['BACKGROUND-REPEAT']) { $bg['BACKGROUND-REPEAT'] = $p['BACKGROUND-REPEAT']; } + if (isset($p['BACKGROUND-POSITION']) && $p['BACKGROUND-POSITION']) { $bg['BACKGROUND-POSITION'] = $p['BACKGROUND-POSITION']; } + if (isset($p['BACKGROUND-IMAGE-RESIZE']) && $p['BACKGROUND-IMAGE-RESIZE']) { $bg['BACKGROUND-IMAGE-RESIZE'] = $p['BACKGROUND-IMAGE-RESIZE']; } + if (isset($p['BACKGROUND-IMAGE-OPACITY'])) { $bg['BACKGROUND-IMAGE-OPACITY'] = $p['BACKGROUND-IMAGE-OPACITY']; } +/*-- END BACKGROUNDS --*/ + + if (isset($p['MARGIN-LEFT'])) { $mgl = $this->ConvertSize($p['MARGIN-LEFT'],$pgw) + $outer_width_LR; } + if (isset($p['MARGIN-RIGHT'])) { $mgr = $this->ConvertSize($p['MARGIN-RIGHT'],$pgw) + $outer_width_LR; } + if (isset($p['MARGIN-BOTTOM'])) { $mgb = $this->ConvertSize($p['MARGIN-BOTTOM'],$pgh) + $outer_width_TB; } + if (isset($p['MARGIN-TOP'])) { $mgt = $this->ConvertSize($p['MARGIN-TOP'],$pgh) + $outer_width_TB; } + if (isset($p['MARGIN-HEADER'])) { $mgh = $this->ConvertSize($p['MARGIN-HEADER'],$pgh) + $outer_width_TB; } + if (isset($p['MARGIN-FOOTER'])) { $mgf = $this->ConvertSize($p['MARGIN-FOOTER'],$pgh) + $outer_width_TB; } + + if (isset($p['ORIENTATION']) && $p['ORIENTATION']) { $orientation = $p['ORIENTATION']; } + $this->page_box['outer_width_LR'] = $outer_width_LR; // Used in MARKS:crop etc. + $this->page_box['outer_width_TB'] = $outer_width_TB; + + return array($orientation,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$header,$footer,$bg,$resetpagenum,$pagenumstyle,$suppress,$marks,$newformat); +} +/*-- END CSS-PAGE --*/ + + + +/*-- CSS-FLOAT --*/ +// Added mPDF 3.0 Float DIV - CLEAR +function ClearFloats($clear, $blklvl=0) { + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($blklvl,true); + $end = $currpos = ($this->page*1000 + $this->y); + if ($clear == 'BOTH' && ($l_exists || $r_exists)) { + $this->pageoutput[$this->page] = array(); + $end = max($l_max, $r_max, $currpos); + } + else if ($clear == 'RIGHT' && $r_exists) { + $this->pageoutput[$this->page] = array(); + $end = max($r_max, $currpos); + } + else if ($clear == 'LEFT' && $l_exists ) { + $this->pageoutput[$this->page] = array(); + $end = max($l_max, $currpos); + } + else { return; } + $old_page = $this->page; + $new_page = intval($end/1000); + if ($old_page != $new_page) { + $s = $this->PrintPageBackgrounds(); + // Writes after the marker so not overwritten later by page background etc. + $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + $this->pageBackgrounds = array(); + $this->page = $new_page; + } + $this->ResetMargins(); + $this->pageoutput[$this->page] = array(); + $this->y = (($end*1000) % 1000000)/1000; // mod changes operands to integers before processing +} + + +// Added mPDF 3.0 Float DIV +function GetFloatDivInfo($blklvl=0,$clear=false) { + // If blklvl specified, only returns floats at that level - for ClearFloats + $l_exists = false; + $r_exists = false; + $l_max = 0; + $r_max = 0; + $l_width = 0; + $r_width = 0; + if (count($this->floatDivs)) { + $currpos = ($this->page*1000 + $this->y); + foreach($this->floatDivs AS $f) { + if (($clear && $f['blockContext'] == $this->blk[$blklvl]['blockContext']) || (!$clear && $currpos >= $f['startpos'] && $currpos < ($f['endpos']-0.001) && $f['blklvl'] > $blklvl && $f['blockContext'] == $this->blk[$blklvl]['blockContext'])) { + if ($f['side']=='L') { + $l_exists= true; + $l_max = max($l_max, $f['endpos']); + $l_width = max($l_width , $f['w']); + } + if ($f['side']=='R') { + $r_exists= true; + $r_max = max($r_max, $f['endpos']); + $r_width = max($r_width , $f['w']); + } + } + } + } + return array($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width); +} +/*-- END CSS-FLOAT --*/ + + + + +function OpenTag($tag,$attr) +{ + + // What this gets: < $tag $attr['WIDTH']="90px" > does not get content here + // Correct tags where HTML specifies optional end tags, + // and/or does not allow nesting e.g. P inside P, or + if ($this->allow_html_optional_endtags) { + if (($tag == 'P' || $tag == 'DIV' || $tag == 'H1' || $tag == 'H2' || $tag == 'H3' || $tag == 'H4' || $tag == 'H5' || $tag == 'H6' || $tag == 'UL' || $tag == 'OL' || $tag == 'TABLE' || $tag=='PRE' || $tag=='FORM' || $tag=='ADDRESS' || $tag=='BLOCKQUOTE' || $tag=='CENTER' || $tag=='DL' || $tag == 'HR' ) && $this->lastoptionaltag == 'P') { $this->CloseTag($this->lastoptionaltag ); } + if ($tag == 'DD' && $this->lastoptionaltag == 'DD') { $this->CloseTag($this->lastoptionaltag ); } + if ($tag == 'DD' && $this->lastoptionaltag == 'DT') { $this->CloseTag($this->lastoptionaltag ); } + if ($tag == 'DT' && $this->lastoptionaltag == 'DD') { $this->CloseTag($this->lastoptionaltag ); } + if ($tag == 'DT' && $this->lastoptionaltag == 'DT') { $this->CloseTag($this->lastoptionaltag ); } + if ($tag == 'LI' && $this->lastoptionaltag == 'LI') { $this->CloseTag($this->lastoptionaltag ); } + if (($tag == 'TD' || $tag == 'TH') && $this->lastoptionaltag == 'TD') { $this->CloseTag($this->lastoptionaltag ); } // *TABLES* + if (($tag == 'TD' || $tag == 'TH') && $this->lastoptionaltag == 'TH') { $this->CloseTag($this->lastoptionaltag ); } // *TABLES* + if ($tag == 'TR' && $this->lastoptionaltag == 'TR') { $this->CloseTag($this->lastoptionaltag ); } // *TABLES* + if ($tag == 'TR' && $this->lastoptionaltag == 'TD') { $this->CloseTag($this->lastoptionaltag ); $this->CloseTag('TR'); $this->CloseTag('THEAD'); } // *TABLES* + if ($tag == 'TR' && $this->lastoptionaltag == 'TH') { $this->CloseTag($this->lastoptionaltag ); $this->CloseTag('TR'); $this->CloseTag('THEAD'); } // *TABLES* + if ($tag == 'OPTION' && $this->lastoptionaltag == 'OPTION') { $this->CloseTag($this->lastoptionaltag ); } + } + + $align = array('left'=>'L','center'=>'C','right'=>'R','top'=>'T','text-top'=>'TT','middle'=>'M','baseline'=>'BS','bottom'=>'B','text-bottom'=>'TB','justify'=>'J'); + + $this->ignorefollowingspaces=false; + + //Opening tag + switch($tag){ + + case 'DOTTAB': + $objattr = array(); + $objattr['type'] = 'dottab'; + $dots=str_repeat('.', 3)." "; // minimum number of dots + $objattr['width'] = $this->GetStringWidth($dots); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['height'] = 0; + $objattr['colorarray'] = $this->colorarray; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + + // mPDF 5.6.19 + $properties = $this->cssmgr->MergeCSS('INLINE',$tag,$attr); // mPDF 5.6.33 + if (isset($properties['OUTDENT'])) { // mPDF 5.6.33 + $objattr['outdent'] = $this->ConvertSize($properties['OUTDENT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + else if (isset($attr['OUTDENT'])) { + $objattr['outdent'] = $this->ConvertSize($attr['OUTDENT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + else { $objattr['outdent'] = 0; } + + $objattr['fontfamily'] = $this->FontFamily; + $objattr['fontsize'] = $this->FontSizePt; + + $e = "\xbb\xa4\xactype=dottab,objattr=".serialize($objattr)."\xbb\xa4\xac"; +/*-- TABLES --*/ + // Output it to buffers + if ($this->tableLevel) { + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0 ;// reset + $this->_saveCellTextBuffer($e); + } + else { +/*-- END TABLES --*/ + $this->_saveTextBuffer($e); + } // *TABLES* + break; + + case 'PAGEHEADER': + case 'PAGEFOOTER': + $this->ignorefollowingspaces = true; + if ($attr['NAME']) { $pname = $attr['NAME']; } + else { $pname = '_default'; } + + if ($tag=='PAGEHEADER') { $p = &$this->pageheaders[$pname]; } + else { $p = &$this->pagefooters[$pname]; } + + $p['L']=array(); + $p['C']=array(); + $p['R']=array(); + $p['L']['font-style'] = ''; + $p['C']['font-style'] = ''; + $p['R']['font-style'] = ''; + + if (isset($attr['CONTENT-LEFT'])) { + $p['L']['content'] = $attr['CONTENT-LEFT']; + } + if (isset($attr['CONTENT-CENTER'])) { + $p['C']['content'] = $attr['CONTENT-CENTER']; + } + if (isset($attr['CONTENT-RIGHT'])) { + $p['R']['content'] = $attr['CONTENT-RIGHT']; + } + + if (isset($attr['HEADER-STYLE']) || isset($attr['FOOTER-STYLE'])) { // font-family,size,weight,style,color + if ($tag=='PAGEHEADER') { $properties = $this->cssmgr->readInlineCSS($attr['HEADER-STYLE']); } + else { $properties = $this->cssmgr->readInlineCSS($attr['FOOTER-STYLE']); } + if (isset($properties['FONT-FAMILY'])) { + $p['L']['font-family'] = $properties['FONT-FAMILY']; + $p['C']['font-family'] = $properties['FONT-FAMILY']; + $p['R']['font-family'] = $properties['FONT-FAMILY']; + } + if (isset($properties['FONT-SIZE'])) { + $p['L']['font-size'] = $this->ConvertSize($properties['FONT-SIZE']) * _MPDFK; + $p['C']['font-size'] = $this->ConvertSize($properties['FONT-SIZE']) * _MPDFK; + $p['R']['font-size'] = $this->ConvertSize($properties['FONT-SIZE']) * _MPDFK; + } + if (isset($properties['FONT-WEIGHT']) && $properties['FONT-WEIGHT']=='bold') { + $p['L']['font-style'] = 'B'; + $p['C']['font-style'] = 'B'; + $p['R']['font-style'] = 'B'; + } + if (isset($properties['FONT-STYLE']) && $properties['FONT-STYLE']=='italic') { + $p['L']['font-style'] .= 'I'; + $p['C']['font-style'] .= 'I'; + $p['R']['font-style'] .= 'I'; + } + if (isset($properties['COLOR'])) { + $p['L']['color'] = $properties['COLOR']; + $p['C']['color'] = $properties['COLOR']; + $p['R']['color'] = $properties['COLOR']; + } + } + if (isset($attr['HEADER-STYLE-LEFT']) || isset($attr['FOOTER-STYLE-LEFT'])) { + if ($tag=='PAGEHEADER') { $properties = $this->cssmgr->readInlineCSS($attr['HEADER-STYLE-LEFT']); } + else { $properties = $this->cssmgr->readInlineCSS($attr['FOOTER-STYLE-LEFT']); } + if (isset($properties['FONT-FAMILY'])) { $p['L']['font-family'] = $properties['FONT-FAMILY']; } + if (isset($properties['FONT-SIZE'])) { $p['L']['font-size'] = $this->ConvertSize($properties['FONT-SIZE']) * _MPDFK; } + if (isset($properties['FONT-WEIGHT']) && $properties['FONT-WEIGHT']=='bold') { $p['L']['font-style'] ='B'; } + if (isset($properties['FONT-STYLE']) && $properties['FONT-STYLE']=='italic') { $p['L']['font-style'] .='I'; } + if (isset($properties['COLOR'])) { $p['L']['color'] = $properties['COLOR']; } + } + if (isset($attr['HEADER-STYLE-CENTER']) || isset($attr['FOOTER-STYLE-CENTER'])) { + if ($tag=='PAGEHEADER') { $properties = $this->cssmgr->readInlineCSS($attr['HEADER-STYLE-CENTER']); } + else { $properties = $this->cssmgr->readInlineCSS($attr['FOOTER-STYLE-CENTER']); } + if (isset($properties['FONT-FAMILY'])) { $p['C']['font-family'] = $properties['FONT-FAMILY']; } + if (isset($properties['FONT-SIZE'])) { $p['C']['font-size'] = $this->ConvertSize($properties['FONT-SIZE']) * _MPDFK; } + if (isset($properties['FONT-WEIGHT']) && $properties['FONT-WEIGHT']=='bold') { $p['C']['font-style'] = 'B'; } + if (isset($properties['FONT-STYLE']) && $properties['FONT-STYLE']=='italic') { $p['C']['font-style'] .= 'I'; } + if (isset($properties['COLOR'])) { $p['C']['color'] = $properties['COLOR']; } + } + if (isset($attr['HEADER-STYLE-RIGHT']) || isset($attr['FOOTER-STYLE-RIGHT'])) { + if ($tag=='PAGEHEADER') { $properties = $this->cssmgr->readInlineCSS($attr['HEADER-STYLE-RIGHT']); } + else { $properties = $this->cssmgr->readInlineCSS($attr['FOOTER-STYLE-RIGHT']); } + if (isset($properties['FONT-FAMILY'])) { $p['R']['font-family'] = $properties['FONT-FAMILY']; } + if (isset($properties['FONT-SIZE'])) { $p['R']['font-size'] = $this->ConvertSize($properties['FONT-SIZE']) * _MPDFK; } + if (isset($properties['FONT-WEIGHT']) && $properties['FONT-WEIGHT']=='bold') { $p['R']['font-style'] = 'B'; } + if (isset($properties['FONT-STYLE']) && $properties['FONT-STYLE']=='italic') { $p['R']['font-style'] .= 'I'; } + if (isset($properties['COLOR'])) { $p['R']['color'] = $properties['COLOR']; } + } + if (isset($attr['LINE']) && $attr['LINE']) { // 0|1|on|off + if ($attr['LINE']=='1' || strtoupper($attr['LINE'])=='ON') { $lineset=1; } + else { $lineset=0; } + $p['line'] = $lineset; + } + break; + + +/*-- HTMLHEADERS-FOOTERS --*/ + case 'SETHTMLPAGEHEADER': + case 'SETHTMLPAGEFOOTER': + $this->ignorefollowingspaces = true; + if (isset($attr['NAME']) && $attr['NAME']) { $pname = $attr['NAME']; } + else { $pname = '_default'; } + if (isset($attr['PAGE']) && $attr['PAGE']) { // O|odd|even|E|ALL|[blank] + if (strtoupper($attr['PAGE'])=='O' || strtoupper($attr['PAGE'])=='ODD') { $side='odd'; } + else if (strtoupper($attr['PAGE'])=='E' || strtoupper($attr['PAGE'])=='EVEN') { $side='even'; } + else if (strtoupper($attr['PAGE'])=='ALL') { $side='both'; } + else { $side='odd'; } + } + else { $side='odd'; } + if (isset($attr['VALUE']) && $attr['VALUE']) { // -1|1|on|off + if ($attr['VALUE']=='1' || strtoupper($attr['VALUE'])=='ON') { $set=1; } + else if ($attr['VALUE']=='-1' || strtoupper($attr['VALUE'])=='OFF') { $set=0; } + else { $set=1; } + } + else { $set=1; } + if (isset($attr['SHOW-THIS-PAGE']) && $attr['SHOW-THIS-PAGE'] && $tag=='SETHTMLPAGEHEADER') { $write = 1; } + else { $write = 0; } + if ($side=='odd' || $side=='both') { + if ($set && $tag=='SETHTMLPAGEHEADER') { $this->SetHTMLHeader($this->pageHTMLheaders[$pname],'O',$write); } + else if ($set && $tag=='SETHTMLPAGEFOOTER') { $this->SetHTMLFooter($this->pageHTMLfooters[$pname],'O'); } + else if ($tag=='SETHTMLPAGEHEADER') { $this->SetHTMLHeader('','O'); } + else { $this->SetHTMLFooter('','O'); } + } + if ($side=='even' || $side=='both') { + if ($set && $tag=='SETHTMLPAGEHEADER') { $this->SetHTMLHeader($this->pageHTMLheaders[$pname],'E',$write); } + else if ($set && $tag=='SETHTMLPAGEFOOTER') { $this->SetHTMLFooter($this->pageHTMLfooters[$pname],'E'); } + else if ($tag=='SETHTMLPAGEHEADER') { $this->SetHTMLHeader('','E'); } + else { $this->SetHTMLFooter('','E'); } + } + break; +/*-- END HTMLHEADERS-FOOTERS --*/ + + case 'SETPAGEHEADER': + case 'SETPAGEFOOTER': + $this->ignorefollowingspaces = true; + if (isset($attr['NAME']) && $attr['NAME']) { $pname = $attr['NAME']; } + else { $pname = '_default'; } + if (isset($attr['PAGE']) && $attr['PAGE']) { // O|odd|even|E|ALL|[blank] + if (strtoupper($attr['PAGE'])=='O' || strtoupper($attr['PAGE'])=='ODD') { $side='odd'; } + else if (strtoupper($attr['PAGE'])=='E' || strtoupper($attr['PAGE'])=='EVEN') { $side='even'; } + else if (strtoupper($attr['PAGE'])=='ALL') { $side='both'; } + else { $side='odd'; } + } + else { $side='odd'; } + if (isset($attr['VALUE']) && $attr['VALUE']) { // -1|1|on|off + if ($attr['VALUE']=='1' || strtoupper($attr['VALUE'])=='ON') { $set=1; } + else if ($attr['VALUE']=='-1' || strtoupper($attr['VALUE'])=='OFF') { $set=0; } + else { $set=1; } + } + else { $set=1; } + if ($side=='odd' || $side=='both') { + if ($set && $tag=='SETPAGEHEADER') { $this->headerDetails['odd'] = $this->pageheaders[$pname]; } + else if ($set && $tag=='SETPAGEFOOTER') { $this->footerDetails['odd'] = $this->pagefooters[$pname]; } + else if ($tag=='SETPAGEHEADER') { $this->headerDetails['odd'] = array(); } + else { $this->footerDetails['odd'] = array(); } + if (!$this->mirrorMargins || ($this->page)%2!=0) { // ODD + if ($tag=='SETPAGEHEADER') { $this->_setAutoHeaderHeight($this->headerDetails['odd'],$this->HTMLHeader); } + if ($tag=='SETPAGEFOOTER') { $this->_setAutoFooterHeight($this->footerDetails['odd'],$this->HTMLFooter); } + } + } + if ($side=='even' || $side=='both') { + if ($set && $tag=='SETPAGEHEADER') { $this->headerDetails['even'] = $this->pageheaders[$pname]; } + else if ($set && $tag=='SETPAGEFOOTER') { $this->footerDetails['even'] = $this->pagefooters[$pname]; } + else if ($tag=='SETPAGEHEADER') { $this->headerDetails['even'] = array(); } + else { $this->footerDetails['even'] = array(); } + if ($this->mirrorMargins && ($this->page)%2==0) { // EVEN + if ($tag=='SETPAGEHEADER') { $this->_setAutoHeaderHeight($this->headerDetails['even'],$this->HTMLHeaderE); } + if ($tag=='SETPAGEFOOTER') { $this->_setAutoFooterHeight($this->footerDetails['even'],$this->HTMLFooterE); } + } + } + if (isset($attr['SHOW-THIS-PAGE']) && $attr['SHOW-THIS-PAGE'] && $tag=='SETPAGEHEADER') { + $this->Header(); + } + break; + + +/*-- TOC --*/ + case 'TOC': //added custom-tag - set Marker for insertion later of ToC + if (!class_exists('tocontents', false)) { include(_MPDF_PATH.'classes/tocontents.php'); } + if (empty($this->tocontents)) { $this->tocontents = new tocontents($this); } + $this->tocontents->openTagTOC($attr); + break; + + + + case 'TOCPAGEBREAK': // custom-tag - set Marker for insertion later of ToC AND adds PAGEBREAK + if (!class_exists('tocontents', false)) { include(_MPDF_PATH.'classes/tocontents.php'); } + if (empty($this->tocontents)) { $this->tocontents = new tocontents($this); } + list($isbreak,$toc_id) = $this->tocontents->openTagTOCPAGEBREAK($attr); + if ($isbreak) break; + // No break - continues as PAGEBREAK... +/*-- END TOC --*/ + + + case 'PAGE_BREAK': //custom-tag + case 'PAGEBREAK': //custom-tag + case 'NEWPAGE': //custom-tag + case 'FORMFEED': //custom-tag + + $save_blklvl = $this->blklvl; + $save_blk = $this->blk; + $save_silp = $this->saveInlineProperties(); + $save_spanlvl = $this->spanlvl; + $save_ilp = $this->InlineProperties; + + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + if(!empty($this->textbuffer)) { //Output previously buffered content + $this->printbuffer($this->textbuffer); + $this->textbuffer=array(); + } + $this->ignorefollowingspaces = true; + $save_cols = false; +/*-- COLUMNS --*/ + if ($this->ColActive) { + $save_cols = true; + $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off + $this->SetColumns(0); + } +/*-- END COLUMNS --*/ + + + if (isset($attr['SHEET-SIZE']) && $tag != 'FORMFEED' && !$this->restoreBlockPageBreaks) { + // Convert to same types as accepted in initial mPDF() A4, A4-L, or array(w,h) + $prop = preg_split('/\s+/',trim($attr['SHEET-SIZE'])); + if (count($prop) == 2 ) { + $newformat = array($this->ConvertSize($prop[0]), $this->ConvertSize($prop[1])); + } + else { $newformat = $attr['SHEET-SIZE']; } + } + else { $newformat = ''; } + + $mgr = $mgl = $mgt = $mgb = $mgh = $mgf = ''; + if (isset($attr['MARGIN-RIGHT'])) { $mgr = $this->ConvertSize($attr['MARGIN-RIGHT'],$this->w,$this->FontSize,false); } + if (isset($attr['MARGIN-LEFT'])) { $mgl = $this->ConvertSize($attr['MARGIN-LEFT'],$this->w,$this->FontSize,false); } + if (isset($attr['MARGIN-TOP'])) { $mgt = $this->ConvertSize($attr['MARGIN-TOP'],$this->w,$this->FontSize,false); } + if (isset($attr['MARGIN-BOTTOM'])) { $mgb = $this->ConvertSize($attr['MARGIN-BOTTOM'],$this->w,$this->FontSize,false); } + if (isset($attr['MARGIN-HEADER'])) { $mgh = $this->ConvertSize($attr['MARGIN-HEADER'],$this->w,$this->FontSize,false); } + if (isset($attr['MARGIN-FOOTER'])) { $mgf = $this->ConvertSize($attr['MARGIN-FOOTER'],$this->w,$this->FontSize,false); } + $ohname = $ehname = $ofname = $efname = ''; + if (isset($attr['ODD-HEADER-NAME'])) { $ohname = $attr['ODD-HEADER-NAME']; } + if (isset($attr['EVEN-HEADER-NAME'])) { $ehname = $attr['EVEN-HEADER-NAME']; } + if (isset($attr['ODD-FOOTER-NAME'])) { $ofname = $attr['ODD-FOOTER-NAME']; } + if (isset($attr['EVEN-FOOTER-NAME'])) { $efname = $attr['EVEN-FOOTER-NAME']; } + $ohvalue = $ehvalue = $ofvalue = $efvalue = 0; + if (isset($attr['ODD-HEADER-VALUE']) && ($attr['ODD-HEADER-VALUE']=='1' || strtoupper($attr['ODD-HEADER-VALUE'])=='ON')) { $ohvalue = 1; } + else if (isset($attr['ODD-HEADER-VALUE']) && ($attr['ODD-HEADER-VALUE']=='-1' || strtoupper($attr['ODD-HEADER-VALUE'])=='OFF')) { $ohvalue = -1; } + if (isset($attr['EVEN-HEADER-VALUE']) && ($attr['EVEN-HEADER-VALUE']=='1' || strtoupper($attr['EVEN-HEADER-VALUE'])=='ON')) { $ehvalue = 1; } + else if (isset($attr['EVEN-HEADER-VALUE']) && ($attr['EVEN-HEADER-VALUE']=='-1' || strtoupper($attr['EVEN-HEADER-VALUE'])=='OFF')) { $ehvalue = -1; } + if (isset($attr['ODD-FOOTER-VALUE']) && ($attr['ODD-FOOTER-VALUE']=='1' || strtoupper($attr['ODD-FOOTER-VALUE'])=='ON')) { $ofvalue = 1; } + else if (isset($attr['ODD-FOOTER-VALUE']) && ($attr['ODD-FOOTER-VALUE']=='-1' || strtoupper($attr['ODD-FOOTER-VALUE'])=='OFF')) { $ofvalue = -1; } + if (isset($attr['EVEN-FOOTER-VALUE']) && ($attr['EVEN-FOOTER-VALUE']=='1' || strtoupper($attr['EVEN-FOOTER-VALUE'])=='ON')) { $efvalue = 1; } + else if (isset($attr['EVEN-FOOTER-VALUE']) && ($attr['EVEN-FOOTER-VALUE']=='-1' || strtoupper($attr['EVEN-FOOTER-VALUE'])=='OFF')) { $efvalue = -1; } + + if (isset($attr['ORIENTATION']) && (strtoupper($attr['ORIENTATION'])=='L' || strtoupper($attr['ORIENTATION'])=='LANDSCAPE')) { $orient = 'L'; } + else if (isset($attr['ORIENTATION']) && (strtoupper($attr['ORIENTATION'])=='P' || strtoupper($attr['ORIENTATION'])=='PORTRAIT')) { $orient = 'P'; } + else { $orient = $this->CurOrientation; } + + if (isset($attr['PAGE-SELECTOR']) && $attr['PAGE-SELECTOR']) { $pagesel = $attr['PAGE-SELECTOR']; } + else { $pagesel = ''; } + + $resetpagenum = ''; + $pagenumstyle = ''; + $suppress = ''; + if (isset($attr['RESETPAGENUM'])) { $resetpagenum = $attr['RESETPAGENUM']; } + if (isset($attr['PAGENUMSTYLE'])) { $pagenumstyle = $attr['PAGENUMSTYLE']; } + if (isset($attr['SUPPRESS'])) { $suppress = $attr['SUPPRESS']; } + + if ($tag == 'TOCPAGEBREAK') { $type = 'NEXT-ODD'; } + else if(isset($attr['TYPE'])) { $type = strtoupper($attr['TYPE']); } + else { $type = ''; } + + if ($type == 'E' || $type == 'EVEN') { $this->AddPage($orient,'E', $resetpagenum, $pagenumstyle, $suppress,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$ohname,$ehname,$ofname,$efname,$ohvalue,$ehvalue,$ofvalue,$efvalue,$pagesel,$newformat); } + else if ($type == 'O' || $type == 'ODD') { $this->AddPage($orient,'O', $resetpagenum, $pagenumstyle, $suppress,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$ohname,$ehname,$ofname,$efname,$ohvalue,$ehvalue,$ofvalue,$efvalue,$pagesel,$newformat); } + else if ($type == 'NEXT-ODD') { $this->AddPage($orient,'NEXT-ODD', $resetpagenum, $pagenumstyle, $suppress,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$ohname,$ehname,$ofname,$efname,$ohvalue,$ehvalue,$ofvalue,$efvalue,$pagesel,$newformat); } + else if ($type == 'NEXT-EVEN') { $this->AddPage($orient,'NEXT-EVEN', $resetpagenum, $pagenumstyle, $suppress,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$ohname,$ehname,$ofname,$efname,$ohvalue,$ehvalue,$ofvalue,$efvalue,$pagesel,$newformat); } + else { $this->AddPage($orient,'', $resetpagenum, $pagenumstyle, $suppress,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$ohname,$ehname,$ofname,$efname,$ohvalue,$ehvalue,$ofvalue,$efvalue,$pagesel,$newformat); } + +/*-- TOC --*/ + if ($tag == 'TOCPAGEBREAK') { + if ($toc_id) { $this->tocontents->m_TOC[$toc_id]['TOCmark'] = $this->page; } + else { $this->tocontents->TOCmark = $this->page; } + } +/*-- END TOC --*/ + +/*-- COLUMNS --*/ + if ($save_cols) { + // Restore columns + $this->SetColumns($save_nbcol,$this->colvAlign,$this->ColGap); + } +/*-- END COLUMNS --*/ + if (($tag == 'FORMFEED' || $this->restoreBlockPagebreaks) && !$this->tableLevel && !$this->listlvl) { + $this->blk = $save_blk; + // Re-open block tags + $t = $this->blk[0]['tag']; + $a = $this->blk[0]['attr']; + $this->blklvl = 0; + for ($b=0; $b<=$save_blklvl;$b++) { + $tc = $t; + $ac = $a; + $t = $this->blk[$b+1]['tag']; + $a = $this->blk[$b+1]['attr']; + unset($this->blk[$b+1]); + $this->OpenTag($tc,$ac); + } + $this->spanlvl = $save_spanlvl; + $this->InlineProperties = $save_ilp; + $this->restoreInlineProperties($save_silp); + } + + break; + + +/*-- TOC --*/ + case 'TOCENTRY': + if (isset($attr['CONTENT']) && $attr['CONTENT']) { + $objattr = array(); + $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'],ENT_QUOTES); + $objattr['type'] = 'toc'; + if (isset($attr['LEVEL']) && $attr['LEVEL']) { $objattr['toclevel'] = $attr['LEVEL']; } else { $objattr['toclevel'] = 0; } + if (isset($attr['NAME']) && $attr['NAME']) { $objattr['toc_id'] = $attr['NAME']; } else { $objattr['toc_id'] = 0; } + $e = "\xbb\xa4\xactype=toc,objattr=".serialize($objattr)."\xbb\xa4\xac"; + if($this->tableLevel) { $this->cell[$this->row][$this->col]['textbuffer'][] = array($e); } // *TABLES* + else { // *TABLES* + $this->textbuffer[] = array($e); + } // *TABLES* + } + break; +/*-- END TOC --*/ + +/*-- INDEX --*/ + case 'INDEXENTRY': + if (isset($attr['CONTENT']) && $attr['CONTENT']) { + if (isset($attr['XREF']) && $attr['XREF']) { + $this->IndexEntry(htmlspecialchars_decode($attr['CONTENT'],ENT_QUOTES),$attr['XREF']); + break; + } + $objattr = array(); + $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'],ENT_QUOTES); + $objattr['type'] = 'indexentry'; + $e = "\xbb\xa4\xactype=indexentry,objattr=".serialize($objattr)."\xbb\xa4\xac"; + if($this->tableLevel) { $this->cell[$this->row][$this->col]['textbuffer'][] = array($e); } // *TABLES* + else { // *TABLES* + $this->textbuffer[] = array($e); + } // *TABLES* + } + break; + + + case 'INDEXINSERT': + if (isset($attr['FONT-SIZE'])) { $reffontsize = $attr['FONT-SIZE']; } else { $reffontsize = ''; } + if (isset($attr['LINE-SPACING']) && $attr['LINE-SPACING']) { $linespacing = $attr['LINE-SPACING']; } else { $linespacing = ''; } + if (isset($attr['DIV-FONT-SIZE']) && $attr['DIV-FONT-SIZE']) { $divlettfontsize = $attr['DIV-FONT-SIZE']; } else { $divlettfontsize = ''; } + if (isset($attr['FONT']) && $attr['FONT']) { $reffont = $attr['FONT']; } else { $reffont = ''; } + if (isset($attr['DIV-FONT']) && $attr['DIV-FONT']) { $divlettfont = $attr['DIV-FONT']; } else { $divlettfont = ''; } + if (isset($attr['COLS']) && $attr['COLS']) { $cols = $attr['COLS']; } else { $cols = 1; } + if (isset($attr['OFFSET']) && $attr['OFFSET']) { $offset = $attr['OFFSET']; } else { $offset = 3; } + if (isset($attr['GAP']) && $attr['GAP']) { $gap = $attr['GAP']; } else { $gap = 5; } + + if (isset($attr['USEDIVLETTERS']) && (strtoupper($attr['USEDIVLETTERS'])=='OFF' || $attr['USEDIVLETTERS']==-1 || $attr['USEDIVLETTERS']==='0')) { $usedivletters = 0; } + else { $usedivletters = 1; } + + if (isset($attr['LINKS']) && (strtoupper($attr['LINKS'])=='ON' || $attr['LINKS']==1)) { $links = true; } + else { $links = false; } + $this->CreateIndex($cols, $reffontsize, $linespacing, $offset, $usedivletters, $divlettfontsize, $gap, $reffont,$divlettfont, $links); + break; +/*-- END INDEX --*/ + +/*-- WATERMARK --*/ + + case 'WATERMARKTEXT': + if (isset($attr['CONTENT']) && $attr['CONTENT']) { $txt = htmlspecialchars_decode($attr['CONTENT'],ENT_QUOTES); } else { $txt = ''; } + if (isset($attr['ALPHA']) && $attr['ALPHA']>0) { $alpha = $attr['ALPHA']; } else { $alpha = -1; } + $this->SetWatermarkText($txt, $alpha); + break; + + + case 'WATERMARKIMAGE': + if (isset($attr['SRC'])) { $src = $attr['SRC']; } else { $src = ''; } + if (isset($attr['ALPHA']) && $attr['ALPHA']>0) { $alpha = $attr['ALPHA']; } else { $alpha = -1; } + if (isset($attr['SIZE']) && $attr['SIZE']) { + $size = $attr['SIZE']; + if (strpos($size,',')) { $size = explode(',',$size); } + } + else { $size = 'D'; } + if (isset($attr['POS']) && $attr['POS']) { + $pos = $attr['POS']; + if (strpos($pos,',')) { $pos = explode(',',$pos); } + } + else { $pos = 'P'; } + $this->SetWatermarkImage($src, $alpha, $size, $pos); + break; +/*-- END WATERMARK --*/ + +/*-- BOOKMARKS --*/ + case 'BOOKMARK': + if (isset($attr['CONTENT'])) { + $objattr = array(); + $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'],ENT_QUOTES); + $objattr['type'] = 'bookmark'; + if (isset($attr['LEVEL']) && $attr['LEVEL']) { $objattr['bklevel'] = $attr['LEVEL']; } else { $objattr['bklevel'] = 0; } + $e = "\xbb\xa4\xactype=bookmark,objattr=".serialize($objattr)."\xbb\xa4\xac"; + if($this->tableLevel) { $this->cell[$this->row][$this->col]['textbuffer'][] = array($e); } // *TABLES* + else { // *TABLES* + $this->textbuffer[] = array($e); + } // *TABLES* + } + break; +/*-- END BOOKMARKS --*/ + +/*-- ANNOTATIONS --*/ + case 'ANNOTATION': + + //if (isset($attr['CONTENT']) && !$this->writingHTMLheader && !$this->writingHTMLfooter) { // Stops annotations in FixedPos + if (isset($attr['CONTENT'])) { + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'],ENT_QUOTES); + $objattr['type'] = 'annot'; + $objattr['POPUP'] = ''; + } + else { break; } + if (isset($attr['POS-X'])) { $objattr['POS-X'] = $attr['POS-X']; } else { $objattr['POS-X'] = 0; } + if (isset($attr['POS-Y'])) { $objattr['POS-Y'] = $attr['POS-Y']; } else { $objattr['POS-Y'] = 0; } + if (isset($attr['ICON'])) { $objattr['ICON'] = $attr['ICON']; } else { $objattr['ICON'] = 'Note'; } + if (isset($attr['AUTHOR'])) { $objattr['AUTHOR'] = $attr['AUTHOR']; } + else if (isset($attr['TITLE'])) { $objattr['AUTHOR'] = $attr['TITLE']; } else { $objattr['AUTHOR'] = ''; } + if (isset($attr['FILE'])) { $objattr['FILE'] = $attr['FILE']; } else { $objattr['FILE'] = ''; } + if (isset($attr['SUBJECT'])) { $objattr['SUBJECT'] = $attr['SUBJECT']; } else { $objattr['SUBJECT'] = ''; } + if (isset($attr['OPACITY']) && $attr['OPACITY']>0 && $attr['OPACITY']<=1) { $objattr['OPACITY'] = $attr['OPACITY']; } + else if ($this->annotMargin) { $objattr['OPACITY'] = 1; } + else { $objattr['OPACITY'] = $this->annotOpacity; } + if (isset($attr['COLOR'])) { + $cor = $this->ConvertColor($attr['COLOR']); + if ($cor) { $objattr['COLOR'] = $cor; } + else { $objattr['COLOR'] = $this->ConvertColor('yellow'); } + } + else { $objattr['COLOR'] = $this->ConvertColor('yellow'); } + + if (isset($attr['POPUP']) && !empty($attr['POPUP'])) { + $pop = preg_split('/\s+/',trim($attr['POPUP'])); + if (count($pop)>1) { $objattr['POPUP'] = $pop; } + else { $objattr['POPUP'] = true; } + } + $e = "\xbb\xa4\xactype=annot,objattr=".serialize($objattr)."\xbb\xa4\xac"; + if($this->tableLevel) { $this->cell[$this->row][$this->col]['textbuffer'][] = array($e); } // *TABLES* + else { // *TABLES* + $this->textbuffer[] = array($e); + } // *TABLES* + break; +/*-- END ANNOTATIONS --*/ + + +/*-- COLUMNS --*/ + case 'COLUMNS': //added custom-tag + if (isset($attr['COLUMN-COUNT']) && ($attr['COLUMN-COUNT'] || $attr['COLUMN-COUNT']==='0')) { + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + if(!empty($this->textbuffer)) { //Output previously buffered content + $this->printbuffer($this->textbuffer); + $this->textbuffer=array(); + } + + if (isset($attr['VALIGN']) && $attr['VALIGN']) { + if ($attr['VALIGN'] == 'J') { $valign = 'J'; } + else { $valign = $align[$attr['VALIGN']]; } + } + else { $valign = ''; } + if (isset($attr['COLUMN-GAP']) && $attr['COLUMN-GAP']) { $this->SetColumns($attr['COLUMN-COUNT'],$valign,$attr['COLUMN-GAP']); } + else { $this->SetColumns($attr['COLUMN-COUNT'],$valign); } + } + $this->ignorefollowingspaces = true; + break; + + case 'COLUMN_BREAK': //custom-tag + case 'COLUMNBREAK': //custom-tag + case 'NEWCOLUMN': //custom-tag + $this->ignorefollowingspaces = true; + $this->NewColumn(); + $this->ColumnAdjust = false; // disables all column height adjustment for the page. + break; + +/*-- END COLUMNS --*/ + + + case 'BDO': + // $this->biDirectional = true; + break; + + + case 'TTZ': + $this->ttz = true; + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + $this->setCSS(array('FONT-FAMILY'=>'czapfdingbats','FONT-WEIGHT'=>'normal','FONT-STYLE'=>'normal'),'INLINE'); + break; + + case 'TTS': + $this->tts = true; + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + $this->setCSS(array('FONT-FAMILY'=>'csymbol','FONT-WEIGHT'=>'normal','FONT-STYLE'=>'normal'),'INLINE'); + break; + + case 'TTA': + $this->tta = true; + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + + if (in_array($this->FontFamily,$this->mono_fonts)) { + $this->setCSS(array('FONT-FAMILY'=>'ccourier'),'INLINE'); + } + else if (in_array($this->FontFamily,$this->serif_fonts)) { + $this->setCSS(array('FONT-FAMILY'=>'ctimes'),'INLINE'); + } + else { + $this->setCSS(array('FONT-FAMILY'=>'chelvetica'),'INLINE'); + } + break; + + + + // INLINE PHRASES OR STYLES + case 'SUB': + case 'SUP': + case 'ACRONYM': + case 'BIG': + case 'SMALL': + case 'INS': + case 'S': + case 'STRIKE': + case 'DEL': + case 'STRONG': + case 'CITE': + case 'Q': + case 'EM': + case 'B': + case 'I': + case 'U': + case 'SAMP': + case 'CODE': + case 'KBD': + case 'TT': + case 'VAR': + case 'FONT': + case 'MARK': // mPDF 5.5.09 + case 'TIME': + + case 'SPAN': +/*-- ANNOTATIONS --*/ + if ($this->title2annots && isset($attr['TITLE'])) { + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + + $objattr['CONTENT'] = $attr['TITLE']; + $objattr['type'] = 'annot'; + $objattr['POS-X'] = 0; + $objattr['POS-Y'] = 0; + $objattr['ICON'] = 'Comment'; + $objattr['AUTHOR'] = ''; + $objattr['SUBJECT'] = ''; + $objattr['OPACITY'] = $this->annotOpacity; + $objattr['COLOR'] = $this->ConvertColor('yellow'); + $annot = "\xbb\xa4\xactype=annot,objattr=".serialize($objattr)."\xbb\xa4\xac"; + } +/*-- END ANNOTATIONS --*/ + + if ($tag == 'SPAN') { + $this->spanlvl++; + $this->InlineProperties['SPAN'][$this->spanlvl] = $this->saveInlineProperties(); + if (isset($annot)) { $this->InlineAnnots[$tag][$this->spanlvl] = $annot; } // *ANNOTATIONS* + } + else { + if (!isset($this->InlineProperties[$tag])) $this->InlineProperties[$tag] = $this->saveInlineProperties(); // mPDF 5.4.13 + if (isset($annot)) { $this->InlineAnnots[$tag] = $annot; } // *ANNOTATIONS* + } + $properties = $this->cssmgr->MergeCSS('INLINE',$tag,$attr); + if (!empty($properties)) $this->setCSS($properties,'INLINE'); + break; + + + case 'A': + if (isset($attr['NAME']) and $attr['NAME'] != '') { + $e = ''; +/*-- BOOKMARKS --*/ + if ($this->anchor2Bookmark) { + $objattr = array(); + $objattr['CONTENT'] = htmlspecialchars_decode($attr['NAME'],ENT_QUOTES); + $objattr['type'] = 'bookmark'; + if (isset($attr['LEVEL']) && $attr['LEVEL']) { $objattr['bklevel'] = $attr['LEVEL']; } else { $objattr['bklevel'] = 0; } + $e = "\xbb\xa4\xactype=bookmark,objattr=".serialize($objattr)."\xbb\xa4\xac"; + } +/*-- END BOOKMARKS --*/ + if($this->tableLevel) { // *TABLES* + $this->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES* + } // *TABLES* + else { // *TABLES* + $this->_saveTextBuffer($e, '', $attr['NAME']); //an internal link (adds a space for recognition) + } // *TABLES* + } + if (isset($attr['HREF'])) { + $this->InlineProperties['A'] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if (!empty($properties)) $this->setCSS($properties,'INLINE'); + $this->HREF=htmlspecialchars_decode(urldecode($attr['HREF'])); + } + break; + + case 'LEGEND': // mPDF 5.4.18 + $this->InlineProperties['LEGEND'] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if (!empty($properties)) $this->setCSS($properties,'INLINE'); + break; + + + + case 'PROGRESS': // mPDF 5.5.09 + case 'METER': // mPDF 5.5.09 + $this->inMeter = true; // mPDF 5.5.09 + + if (isset($attr['MAX']) && $attr['MAX']) { $max = $attr['MAX']; } + else { $max = 1; } + if (isset($attr['MIN']) && $attr['MIN'] && $tag=='METER') { $min = $attr['MIN']; } + else { $min = 0; } + if ($max < $min) { $max = $min; } + + if (isset($attr['VALUE']) && ($attr['VALUE'] || $attr['VALUE']==='0')) { + $value = $attr['VALUE']; + if ($value < $min) { $value = $min; } + else if ($value > $max) { $value = $max; } + } + else { $value = ''; } + + if (isset($attr['LOW']) && $attr['LOW']) { $low = $attr['LOW']; } + else { $low = $min; } + if ($low < $min) { $low = $min; } + else if ($low > $max) { $low = $max; } + if (isset($attr['HIGH']) && $attr['HIGH']) { $high = $attr['HIGH']; } + else { $high = $max; } + if ($high < $low) { $high = $low; } + else if ($high > $max) { $high = $max; } + if (isset($attr['OPTIMUM']) && $attr['OPTIMUM']) { $optimum = $attr['OPTIMUM']; } + else { $optimum = $min + (($max-$min)/2); } + if ($optimum < $min) { $optimum = $min; } + else if ($optimum > $max) { $optimum = $max; } + if (isset($attr['TYPE']) && $attr['TYPE']) { $type = $attr['TYPE']; } + else { $type = ''; } + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['padding_top'] = 0; + $objattr['padding_bottom'] = 0; + $objattr['padding_left'] = 0; + $objattr['padding_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if(isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY'])=='none') { + return; + } + $objattr['visibility'] = 'visible'; + if (isset($properties['VISIBILITY'])) { + $v = strtolower($properties['VISIBILITY']); + if (($v == 'hidden' || $v == 'printonly' || $v == 'screenonly') && $this->visibility=='visible') { + $objattr['visibility'] = $v; + } + } + + if (isset($properties['MARGIN-TOP'])) { $objattr['margin_top']=$this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-BOTTOM'])) { $objattr['margin_bottom'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-LEFT'])) { $objattr['margin_left'] = $this->ConvertSize($properties['MARGIN-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-RIGHT'])) { $objattr['margin_right'] = $this->ConvertSize($properties['MARGIN-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['PADDING-TOP'])) { $objattr['padding_top']=$this->ConvertSize($properties['PADDING-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-BOTTOM'])) { $objattr['padding_bottom'] = $this->ConvertSize($properties['PADDING-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-LEFT'])) { $objattr['padding_left'] = $this->ConvertSize($properties['PADDING-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-RIGHT'])) { $objattr['padding_right'] = $this->ConvertSize($properties['PADDING-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['BORDER-TOP'])) { $objattr['border_top'] = $this->border_details($properties['BORDER-TOP']); } + if (isset($properties['BORDER-BOTTOM'])) { $objattr['border_bottom'] = $this->border_details($properties['BORDER-BOTTOM']); } + if (isset($properties['BORDER-LEFT'])) { $objattr['border_left'] = $this->border_details($properties['BORDER-LEFT']); } + if (isset($properties['BORDER-RIGHT'])) { $objattr['border_right'] = $this->border_details($properties['BORDER-RIGHT']); } + + if (isset($properties['VERTICAL-ALIGN'])) { $objattr['vertical-align'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + $w = 0; + $h = 0; + if(isset($properties['WIDTH'])) $w = $this->ConvertSize($properties['WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['WIDTH'])) $w = $this->ConvertSize($attr['WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + + if(isset($properties['HEIGHT'])) $h = $this->ConvertSize($properties['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['HEIGHT'])) $h = $this->ConvertSize($attr['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + + if (isset($properties['OPACITY']) && $properties['OPACITY'] > 0 && $properties['OPACITY'] <= 1) { $objattr['opacity'] = $properties['OPACITY']; } + if ($this->HREF) { + if (strpos($this->HREF,".") === false && strpos($this->HREF,"@") !== 0) { + $href = $this->HREF; + while(array_key_exists($href,$this->internallink)) $href="#".$href; + $this->internallink[$href] = $this->AddLink(); + $objattr['link'] = $this->internallink[$href]; + } + else { $objattr['link'] = $this->HREF; } + } + $extraheight = $objattr['padding_top'] + $objattr['padding_bottom'] + $objattr['margin_top'] + $objattr['margin_bottom'] + $objattr['border_top']['w'] + $objattr['border_bottom']['w']; + $extrawidth = $objattr['padding_left'] + $objattr['padding_right'] + $objattr['margin_left'] + $objattr['margin_right'] + $objattr['border_left']['w'] + $objattr['border_right']['w']; + + // Image file + if (!class_exists('meter', false)) { + include(_MPDF_PATH.'classes/meter.php'); + } + $this->meter = new meter(); + $svg = $this->meter->makeSVG(strtolower($tag), $type, $value, $max, $min, $optimum, $low, $high); + //Save to local file + $srcpath= _MPDF_TEMP_PATH.'_tempSVG'.RAND(1,10000).'_'.strtolower($tag).'.svg'; + file_put_contents($srcpath, $svg); + $orig_srcpath = $srcpath; + $this->GetFullPath($srcpath); + + $info=$this->_getImage($srcpath, true, true, $orig_srcpath); + if(!$info) { + $info = $this->_getImage($this->noImageFile); + if ($info) { + $srcpath = $this->noImageFile; + $w = ($info['w'] * (25.4/$this->dpi)); + $h = ($info['h'] * (25.4/$this->dpi)); + } + } + if(!$info) break; + + $objattr['file'] = $srcpath; + //Default width and height calculation if needed + if($w==0 and $h==0) { + // SVG units are pixels + $w = $this->FontSize/(10/_MPDFK) * abs($info['w'])/_MPDFK; // mPDF 5.5.21 + $h = $this->FontSize/(10/_MPDFK) * abs($info['h'])/_MPDFK; + } + // IF WIDTH OR HEIGHT SPECIFIED + if($w==0) $w=abs($h*$info['w']/$info['h']); + if($h==0) $h=abs($w*$info['h']/$info['w']); + + // Resize to maximum dimensions of page + $maxWidth = $this->blk[$this->blklvl]['inner_width']; + $maxHeight = $this->h - ($this->tMargin + $this->bMargin + 1) ; + if ($this->fullImageHeight) { $maxHeight = $this->fullImageHeight; } + if ($w + $extrawidth > $maxWidth ) { + $w = $maxWidth - $extrawidth; + $h=abs($w*$info['h']/$info['w']); + } + + if ($h + $extraheight > $maxHeight ) { + $h = $maxHeight - $extraheight; + $w=abs($h*$info['w']/$info['h']); + } + $objattr['type'] = 'image'; + $objattr['itype'] = $info['type']; + + $objattr['orig_h'] = $info['h']; + $objattr['orig_w'] = $info['w']; + $objattr['wmf_x'] = $info['x']; + $objattr['wmf_y'] = $info['y']; + $objattr['height'] = $h + $extraheight; + $objattr['width'] = $w + $extrawidth; + $objattr['image_height'] = $h; + $objattr['image_width'] = $w; + $e = "\xbb\xa4\xactype=image,objattr=".serialize($objattr)."\xbb\xa4\xac"; + $properties = array(); + if ($this->tableLevel) { + $this->_saveCellTextBuffer($e, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; + } + else { + $this->_saveTextBuffer($e, $this->HREF); + } + + break; + + + case 'BR': + // Added mPDF 3.0 Float DIV - CLEAR + if (isset($attr['STYLE'])) { + $properties = $this->cssmgr->readInlineCSS($attr['STYLE']); + if (isset($properties['CLEAR'])) { $this->ClearFloats(strtoupper($properties['CLEAR']),$this->blklvl); } // *CSS-FLOAT* + } + + +/*-- TABLES --*/ + if($this->tableLevel) { + + if ($this->blockjustfinished || $this->listjustfinished) { + $this->_saveCellTextBuffer("\n"); + } + + $this->_saveCellTextBuffer("\n"); + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0 ;// reset + } + else { +/*-- END TABLES --*/ + if (count($this->textbuffer)) { + $this->textbuffer[count($this->textbuffer)-1][0] = preg_replace('/ $/','',$this->textbuffer[count($this->textbuffer)-1][0]); + } + $this->_saveTextBuffer("\n"); + } // *TABLES* + $this->ignorefollowingspaces = true; + $this->blockjustfinished=false; + $this->listjustfinished=false; + + $this->linebreakjustfinished=true; + break; + + + // *********** BLOCKS ******************** + + + case 'PRE': + $this->ispre=true; // ADDED - Prevents left trim of textbuffer in printbuffer() + + case 'DIV': + case 'FORM': + case 'CENTER': + + case 'BLOCKQUOTE': + case 'ADDRESS': + + case 'CAPTION': + case 'P': + case 'H1': + case 'H2': + case 'H3': + case 'H4': + case 'H5': + case 'H6': + case 'DL': + case 'DT': + case 'DD': + case 'FIELDSET': + // mPDF 5.5.22 + case 'DETAILS': + case 'SUMMARY': + // mPDF 5.5.09 + case 'ARTICLE': + case 'ASIDE': + case 'FIGURE': + case 'FIGCAPTION': + case 'FOOTER': + case 'HEADER': + case 'HGROUP': + case 'NAV': + case 'SECTION': + $p = $this->cssmgr->PreviewBlockCSS($tag,$attr); + if(isset($p['DISPLAY']) && strtolower($p['DISPLAY'])=='none') { + $this->blklvl++; + $this->blk[$this->blklvl]['hide'] = true; + return; + } + if($tag == 'CAPTION') { + // position is written in AdjstHTML + if (isset($attr['POSITION']) && strtolower($attr['POSITION'])=='bottom') { $divpos = 'B'; } + else { $divpos = 'T'; } + if (isset($attr['ALIGN']) && strtolower($attr['ALIGN'])=='bottom') { $cappos = 'B'; } + else if (isset($p['CAPTION-SIDE']) && strtolower($p['CAPTION-SIDE'])=='bottom') { $cappos = 'B'; } + else { $cappos = 'T'; } + if (isset($attr['ALIGN'])) { unset($attr['ALIGN']); } + if ($cappos != $divpos) { + $this->blklvl++; + $this->blk[$this->blklvl]['hide'] = true; + return; + } + } + +/*-- FORMS --*/ + if($tag == 'FORM') { + if (isset($attr['METHOD']) && strtolower($attr['METHOD'])=='get') { $this->form->formMethod = 'GET'; } + else { $this->form->formMethod = 'POST'; } + if (isset($attr['ACTION'])) { $this->form->formAction = $attr['ACTION']; } + else { $this->form->formAction = ''; } + } +/*-- END FORMS --*/ + + +/*-- CSS-POSITION --*/ + if ((isset($p['POSITION']) && (strtolower($p['POSITION'])=='fixed' || strtolower($p['POSITION'])=='absolute')) && $this->blklvl==0) { + if ($this->inFixedPosBlock) { + $this->Error("Cannot nest block with position:fixed or position:absolute"); + } + $this->inFixedPosBlock = true; + return; + } +/*-- END CSS-POSITION --*/ + // Start Block + $this->ignorefollowingspaces = true; + + if ($this->blockjustfinished && !count($this->textbuffer) && $this->y != $this->tMargin && $this->collapseBlockMargins) { $lastbottommargin = $this->lastblockbottommargin; } + else { $lastbottommargin = 0; } + $this->lastblockbottommargin = 0; + $this->blockjustfinished=false; + +/*-- LISTS --*/ + if ($this->listlvl>0) { return; } +/*-- END LISTS --*/ + + $this->InlineProperties = array(); + $this->spanlvl = 0; + $this->listjustfinished=false; + $this->divbegin=true; + + $this->linebreakjustfinished=false; + +/*-- TABLES --*/ + if ($this->tableLevel) { + + // If already something on the line + if ($this->cell[$this->row][$this->col]['s'] > 0 && !$this->nestedtablejustfinished ) { + $this->_saveCellTextBuffer("\n"); + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0 ;// reset + } + // Cannot set block properties inside table - use Bold to indicate h1-h6 + if ($tag == 'CENTER' && $this->tdbegin) { $this->cell[$this->row][$this->col]['a'] = $align['center']; } + + $this->InlineProperties['BLOCKINTABLE'] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if (!empty($properties)) $this->setCSS($properties,'INLINE'); + + + break; + } +/*-- END TABLES --*/ + + if ($tag == 'P' || $tag == 'DT' || $tag == 'DD') { $this->lastoptionaltag = $tag; } // Save current HTML specified optional endtag + else { $this->lastoptionaltag = ''; } + + if ($this->lastblocklevelchange == 1) { $blockstate = 1; } // Top margins/padding only + else if ($this->lastblocklevelchange < 1) { $blockstate = 0; } // NO margins/padding + $this->printbuffer($this->textbuffer,$blockstate); + $this->textbuffer=array(); + + $save_blklvl = $this->blklvl; + $save_blk = $this->blk; + $save_silp = $this->saveInlineProperties(); + $save_spanlvl = $this->spanlvl; + $save_ilp = $this->InlineProperties; + + $this->blklvl++; + + $currblk =& $this->blk[$this->blklvl]; + $this->initialiseBlock($currblk); + $prevblk =& $this->blk[$this->blklvl-1]; + + $currblk['tag'] = $tag; + $currblk['attr'] = $attr; + + $this->Reset(); + $properties = $this->cssmgr->MergeCSS('BLOCK',$tag,$attr); + $pagesel = ''; +/*-- CSS-PAGE --*/ + + if (isset($properties['PAGE'])) { $pagesel = $properties['PAGE']; } +/*-- END CSS-PAGE --*/ + + // If page-box has changed AND/OR PAGE-BREAK-BEFORE + $save_cols = false; + if (($pagesel && $pagesel != $this->page_box['current']) || (isset($properties['PAGE-BREAK-BEFORE']) && $properties['PAGE-BREAK-BEFORE'])) { + if ($this->blklvl>1) { + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + // Output any text left in buffer + if (count($this->textbuffer)) { $this->printbuffer($this->textbuffer); $this->textbuffer=array(); } + } +/*-- COLUMNS --*/ + if ($this->ColActive) { + $save_cols = true; + $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off + $this->SetColumns(0); + } +/*-- END COLUMNS --*/ + + + // Must Add new page if changed page properties + if (isset($properties['PAGE-BREAK-BEFORE'])) { + if (strtoupper($properties['PAGE-BREAK-BEFORE']) == 'RIGHT') { $this->AddPage($this->CurOrientation,'NEXT-ODD','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else if (strtoupper($properties['PAGE-BREAK-BEFORE']) == 'LEFT') { $this->AddPage($this->CurOrientation,'NEXT-EVEN','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else if (strtoupper($properties['PAGE-BREAK-BEFORE']) == 'ALWAYS') { $this->AddPage($this->CurOrientation,'','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else if ($this->page_box['current'] != $pagesel) { $this->AddPage($this->CurOrientation,'','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } // *CSS-PAGE* + } +/*-- CSS-PAGE --*/ + else if ($pagesel != $this->page_box['current']) { $this->AddPage($this->CurOrientation,'','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } +/*-- END CSS-PAGE --*/ + + // if using htmlheaders, the headers need to be rewritten when new page + // done by calling WriteHTML() within resethtmlheaders + // so block is reset to 0 - now we need to resurrect it + // As in WriteHTML() initialising + if (!($this->restoreBlockPagebreaks && isset($properties['PAGE-BREAK-BEFORE']) && $properties['PAGE-BREAK-BEFORE'])) { + $this->blklvl = 0; + $this->lastblocklevelchange = 0; + $this->blk = array(); + $this->initialiseBlock($this->blk[0]); + $this->blk[0]['width'] =& $this->pgwidth; + $this->blk[0]['inner_width'] =& $this->pgwidth; + $this->blk[0]['blockContext'] = $this->blockContext; + $properties = $this->cssmgr->MergeCSS('BLOCK','BODY',''); + $this->setCSS($properties,'','BODY'); + $this->blklvl++; + $currblk =& $this->blk[$this->blklvl]; + $prevblk =& $this->blk[$this->blklvl-1]; + + $this->initialiseBlock($currblk); + $currblk['tag'] = $tag; + $currblk['attr'] = $attr; + + $this->Reset(); + $properties = $this->cssmgr->MergeCSS('BLOCK',$tag,$attr); + } +/*-- COLUMNS --*/ + if ($save_cols) { + // Restore columns + $this->SetColumns($save_nbcol,$this->colvAlign,$this->ColGap); + } +/*-- END COLUMNS --*/ + if ($this->restoreBlockPagebreaks && isset($properties['PAGE-BREAK-BEFORE']) && $properties['PAGE-BREAK-BEFORE']) { + $this->blk = $save_blk; + // Re-open block tags + $t = $this->blk[0]['tag']; + $a = $this->blk[0]['attr']; + $this->blklvl = 0; + for ($b=0; $b<=$save_blklvl;$b++) { + $tc = $t; + $ac = $a; + $t = $this->blk[$b+1]['tag']; + $a = $this->blk[$b+1]['attr']; + unset($this->blk[$b+1]); + $this->OpenTag($tc,$ac); + } + $this->spanlvl = $save_spanlvl; + $this->InlineProperties = $save_ilp; + $this->restoreInlineProperties($save_silp); + } + } + + if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) == 'AVOID' && !$this->ColActive && !$this->keep_block_together) { + $currblk['keep_block_together'] = 1; + $this->kt_y00 = $this->y; + $this->kt_p00 = $this->page; + $this->keep_block_together = 1; + $this->divbuffer = array(); + $this->ktLinks = array(); + $this->ktAnnots = array(); + $this->ktForms = array(); + $this->ktBlock = array(); + $this->ktReference = array(); + $this->ktBMoutlines = array(); + $this->_kttoc = array(); + } + if ($lastbottommargin && isset($properties['MARGIN-TOP']) && $properties['MARGIN-TOP'] && empty($properties['FLOAT'])) { $currblk['lastbottommargin'] = $lastbottommargin; } + + // mPDF 5.6.01 - LAYERS + if (isset($properties['Z-INDEX']) && $this->currentlayer==0) { + $v = intval($properties['Z-INDEX']); + if ($v > 0) { + $currblk['z-index'] = $v; + $this->BeginLayer($v); + } + } + + $this->setCSS($properties,'BLOCK',$tag); //name(id/class/style) found in the CSS array! + $currblk['InlineProperties'] = $this->saveInlineProperties(); + + if (isset($properties['VISIBILITY'])) { + $v = strtolower($properties['VISIBILITY']); + if (($v == 'hidden' || $v == 'printonly' || $v == 'screenonly') && $this->visibility=='visible' && !$this->tableLevel) { + $currblk['visibility'] = $v; + $this->SetVisibility($v); + } + } + + if(isset($attr['DIR']) && $attr['DIR']) { $currblk['direction'] = strtolower($attr['DIR']); } + if(isset($attr['ALIGN']) && $attr['ALIGN']) { $currblk['block-align'] = $align[strtolower($attr['ALIGN'])]; } + + if (isset($properties['HEIGHT'])) { + $currblk['css_set_height'] = $this->ConvertSize($properties['HEIGHT'],($this->h - $this->tMargin - $this->bMargin),$this->FontSize,false); + if (($currblk['css_set_height'] + $this->y) > $this->PageBreakTrigger && $this->y > $this->tMargin+5 && $currblk['css_set_height'] < ($this->h - ($this->tMargin + $this->bMargin))) { $this->AddPage($this->CurOrientation); } + } + else { $currblk['css_set_height'] = false; } + + + // Added mPDF 3.0 Float DIV + if (isset($prevblk['blockContext'])) { $currblk['blockContext'] = $prevblk['blockContext'] ; } // *CSS-FLOAT* + + if (isset($properties['CLEAR'])) { $this->ClearFloats(strtoupper($properties['CLEAR']), $this->blklvl-1); } // *CSS-FLOAT* + + $container_w = $prevblk['inner_width']; + $bdr = $currblk['border_right']['w']; + $bdl = $currblk['border_left']['w']; + $pdr = $currblk['padding_right']; + $pdl = $currblk['padding_left']; + + if (isset($currblk['css_set_width'])) { $setwidth = $currblk['css_set_width']; } + else { $setwidth = 0; } + +/*-- CSS-FLOAT --*/ + if (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) == 'RIGHT' && !$this->ColActive) { + // Cancel Keep-Block-together + $currblk['keep_block_together'] = false; + $this->kt_y00 = ''; + $this->keep_block_together = 0; + + $this->blockContext++; + $currblk['blockContext'] = $this->blockContext; + + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl-1); + + // DIV is too narrow for text to fit! + $maxw = $container_w - $l_width - $r_width; + if (($setwidth + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) > $maxw || ($maxw - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) < (2*$this->GetCharWidth('W',false))) { + // Too narrow to fit - try to move down past L or R float + if ($l_max < $r_max && ($setwidth + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) <= ($container_w - $r_width) && (($container_w - $r_width) - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('LEFT', $this->blklvl-1); + } + else if ($r_max < $l_max && ($setwidth + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) <= ($container_w - $l_width) && (($container_w - $l_width) - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('RIGHT', $this->blklvl-1); + } + else { $this->ClearFloats('BOTH', $this->blklvl-1); } + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl-1); + } + + if ($r_exists) { $currblk['margin_right'] += $r_width; } + + $currblk['float'] = 'R'; + $currblk['float_start_y'] = $this->y; + if ($currblk['css_set_width']) { + $currblk['margin_left'] = $container_w - ($setwidth + $bdl + $pdl + $bdr + $pdr + $currblk['margin_right']); + $currblk['float_width'] = ($setwidth + $bdl + $pdl + $bdr + $pdr + $currblk['margin_right']); + } + else { + // *** If no width set - would need to buffer and keep track of max width, then Right-align if not full width + // and do borders and backgrounds - For now - just set to maximum width left + + if ($l_exists) { $currblk['margin_left'] += $l_width; } + $currblk['css_set_width'] = $container_w - ($currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr); + + $currblk['float_width'] = ($currblk['css_set_width'] + $bdl + $pdl + $bdr + $pdr + $currblk['margin_right']); + } + } + else if (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) == 'LEFT' && !$this->ColActive) { + // Cancel Keep-Block-together + $currblk['keep_block_together'] = false; + $this->kt_y00 = ''; + $this->keep_block_together = 0; + + $this->blockContext++; + $currblk['blockContext'] = $this->blockContext; + + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl-1); + + // DIV is too narrow for text to fit! + $maxw = $container_w - $l_width - $r_width; + if (($setwidth + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr) > $maxw || ($maxw - ($currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) < (2*$this->GetCharWidth('W',false))) { + // Too narrow to fit - try to move down past L or R float + if ($l_max < $r_max && ($setwidth + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) <= ($container_w - $r_width) && (($container_w - $r_width) - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('LEFT', $this->blklvl-1); + } + else if ($r_max < $l_max && ($setwidth + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) <= ($container_w - $l_width) && (($container_w - $l_width) - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('RIGHT', $this->blklvl-1); + } + else { $this->ClearFloats('BOTH', $this->blklvl-1); } + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl-1); + } + + if ($l_exists) { $currblk['margin_left'] += $l_width; } + + $currblk['float'] = 'L'; + $currblk['float_start_y'] = $this->y; + if ($setwidth) { + $currblk['margin_right'] = $container_w - ($setwidth + $bdl + $pdl + $bdr + $pdr + $currblk['margin_left']); + $currblk['float_width'] = ($setwidth + $bdl + $pdl + $bdr + $pdr + $currblk['margin_left']); + } + else { + // *** If no width set - would need to buffer and keep track of max width, then Right-align if not full width + // and do borders and backgrounds - For now - just set to maximum width left + + if ($r_exists) { $currblk['margin_right'] += $r_width; } + $currblk['css_set_width'] = $container_w - ($currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr); + + $currblk['float_width'] = ($currblk['css_set_width'] + $bdl + $pdl + $bdr + $pdr + $currblk['margin_left']); + } + } + + else { + // Don't allow overlap - if floats present - adjust padding to avoid overlap with Floats + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl-1); + $maxw = $container_w - $l_width - $r_width; + if (($setwidth + $currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) > $maxw || ($maxw - ($currblk['margin_right'] + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) < (2*$this->GetCharWidth('W',false))) { + // Too narrow to fit - try to move down past L or R float + if ($l_max < $r_max && ($setwidth + $currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) <= ($container_w - $r_width) && (($container_w - $r_width) - ($currblk['margin_right'] + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('LEFT', $this->blklvl-1); + } + else if ($r_max < $l_max && ($setwidth + $currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) <= ($container_w - $l_width) && (($container_w - $l_width) - ($currblk['margin_right'] + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('RIGHT', $this->blklvl-1); + } + else { $this->ClearFloats('BOTH', $this->blklvl-1); } + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl-1); + } + if ($r_exists) { $currblk['padding_right'] = max(($r_width-$currblk['margin_right']-$bdr), $pdr); } + if ($l_exists) { $currblk['padding_left'] = max(($l_width-$currblk['margin_left']-$bdl), $pdl); } + } +/*-- END CSS-FLOAT --*/ + + +/*-- BORDER-RADIUS --*/ + // Automatically increase padding if required for border-radius + if ($this->autoPadding && !$this->ColActive && !$this->keep_block_together) { + if ($currblk['border_radius_TL_H']>$currblk['padding_left'] && $currblk['border_radius_TL_V']>$currblk['padding_top']) { + if ($currblk['border_radius_TL_H']>$currblk['border_radius_TL_V']) { + $this->_borderPadding($currblk['border_radius_TL_H'],$currblk['border_radius_TL_V'], $currblk['padding_left'], $currblk['padding_top']); + } + else { + $this->_borderPadding($currblk['border_radius_TL_V'],$currblk['border_radius_TL_H'], $currblk['padding_top'], $currblk['padding_left']); + } + } + if ($currblk['border_radius_TR_H']>$currblk['padding_right'] && $currblk['border_radius_TR_V']>$currblk['padding_top']) { + if ($currblk['border_radius_TR_H']>$currblk['border_radius_TR_V']) { + $this->_borderPadding($currblk['border_radius_TR_H'],$currblk['border_radius_TR_V'], $currblk['padding_right'], $currblk['padding_top']); + } + else { + $this->_borderPadding($currblk['border_radius_TR_V'],$currblk['border_radius_TR_H'], $currblk['padding_top'], $currblk['padding_right']); + } + } + if ($currblk['border_radius_BL_H']>$currblk['padding_left'] && $currblk['border_radius_BL_V']>$currblk['padding_bottom']) { + if ($currblk['border_radius_BL_H']>$currblk['border_radius_BL_V']) { + $this->_borderPadding($currblk['border_radius_BL_H'],$currblk['border_radius_BL_V'], $currblk['padding_left'], $currblk['padding_bottom']); + } + else { + $this->_borderPadding($currblk['border_radius_BL_V'],$currblk['border_radius_BL_H'], $currblk['padding_bottom'], $currblk['padding_left']); + } + } + if ($currblk['border_radius_BR_H']>$currblk['padding_right'] && $currblk['border_radius_BR_V']>$currblk['padding_bottom']) { + if ($currblk['border_radius_BR_H']>$currblk['border_radius_BR_V']) { + $this->_borderPadding($currblk['border_radius_BR_H'],$currblk['border_radius_BR_V'], $currblk['padding_right'], $currblk['padding_bottom']); + } + else { + $this->_borderPadding($currblk['border_radius_BR_V'],$currblk['border_radius_BR_H'], $currblk['padding_bottom'], $currblk['padding_right']); + } + } + } +/*-- END BORDER-RADIUS --*/ + + + // Hanging indent - if negative indent: ensure padding is >= indent + if(!isset($currblk['text_indent'])) { $currblk['text_indent'] = null; } + if(!isset($currblk['inner_width'])) { $currblk['inner_width'] = null; } + $cbti = $this->ConvertSize($currblk['text_indent'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if ($cbti < 0) { + $hangind = -($cbti); + if ($currblk['direction'] == 'rtl') { // *RTL* + $currblk['padding_right'] = max($currblk['padding_right'],$hangind); // *RTL* + } // *RTL* + else { // *RTL* + $currblk['padding_left'] = max($currblk['padding_left'],$hangind); + } // *RTL* + } + + if (isset($currblk['css_set_width'])) { + if (isset($properties['MARGIN-LEFT']) && isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-LEFT'])=='auto' && strtolower($properties['MARGIN-RIGHT'])=='auto') { + // Try to reduce margins to accomodate - if still too wide, set margin-right/left=0 (reduces width) + $anyextra = $prevblk['inner_width'] - ($currblk['css_set_width'] + $currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right']); + if ($anyextra>0) { + $currblk['margin_left'] = $currblk['margin_right'] = $anyextra /2; + } + else { + $currblk['margin_left'] = $currblk['margin_right'] = 0; + } + } + else if (isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT'])=='auto') { + // Try to reduce margin-left to accomodate - if still too wide, set margin-left=0 (reduces width) + $currblk['margin_left'] = $prevblk['inner_width'] - ($currblk['css_set_width'] + $currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right'] + $currblk['margin_right']); + if ($currblk['margin_left'] < 0) { + $currblk['margin_left'] = 0; + } + } + else if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT'])=='auto') { + // Try to reduce margin-right to accomodate - if still too wide, set margin-right=0 (reduces width) + $currblk['margin_right'] = $prevblk['inner_width'] - ($currblk['css_set_width'] + $currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right'] + $currblk['margin_left']); + if ($currblk['margin_right'] < 0) { + $currblk['margin_right'] = 0; + } + } + else { + if ($currblk['direction'] == 'rtl') { // *RTL* + // Try to reduce margin-left to accomodate - if still too wide, set margin-left=0 (reduces width) + $currblk['margin_left'] = $prevblk['inner_width'] - ($currblk['css_set_width'] + $currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right'] + $currblk['margin_right']); // *RTL* + if ($currblk['margin_left'] < 0) { // *RTL* + $currblk['margin_left'] = 0; // *RTL* + } // *RTL* + } // *RTL* + else { // *RTL* + // Try to reduce margin-right to accomodate - if still too wide, set margin-right=0 (reduces width) + $currblk['margin_right'] = $prevblk['inner_width'] - ($currblk['css_set_width'] + $currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right'] + $currblk['margin_left']); + if ($currblk['margin_right'] < 0) { + $currblk['margin_right'] = 0; + } + } // *RTL* + } + } + + $currblk['outer_left_margin'] = $prevblk['outer_left_margin'] + $currblk['margin_left'] + $prevblk['border_left']['w'] + $prevblk['padding_left']; + $currblk['outer_right_margin'] = $prevblk['outer_right_margin'] + $currblk['margin_right'] + $prevblk['border_right']['w'] + $prevblk['padding_right']; + + $currblk['width'] = $this->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_margin']); + $currblk['inner_width'] = $currblk['width'] - ($currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right']); + + // Check DIV is not now too narrow to fit text + $mw = 2*$this->GetCharWidth('W',false); + if ($currblk['inner_width'] < $mw) { + $currblk['padding_left'] = 0; + $currblk['padding_right'] = 0; + $currblk['border_left']['w'] = 0.2; + $currblk['border_right']['w'] = 0.2; + $currblk['margin_left'] = 0; + $currblk['margin_right'] = 0; + $currblk['outer_left_margin'] = $prevblk['outer_left_margin'] + $currblk['margin_left'] + $prevblk['border_left']['w'] + $prevblk['padding_left']; + $currblk['outer_right_margin'] = $prevblk['outer_right_margin'] + $currblk['margin_right'] + $prevblk['border_right']['w'] + $prevblk['padding_right']; + $currblk['width'] = $this->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_margin']); + $currblk['inner_width'] = $this->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_margin'] + $currblk['border_left']['w'] + $currblk['padding_left'] + $currblk['border_right']['w'] + $currblk['padding_right']); +// if ($currblk['inner_width'] < $mw) { $this->Error("DIV is too narrow for text to fit!"); } + } + + $this->x = $this->lMargin + $currblk['outer_left_margin']; + +/*-- BACKGROUNDS --*/ + if (isset($properties['BACKGROUND-IMAGE']) && $properties['BACKGROUND-IMAGE'] && !$this->kwt && !$this->ColActive && !$this->keep_block_together) { + $ret = $this->SetBackground($properties, $currblk['inner_width']); + if ($ret) { $currblk['background-image'] = $ret; } + } +/*-- END BACKGROUNDS --*/ + +/*-- TABLES --*/ + if ($this->use_kwt && isset($attr['KEEP-WITH-TABLE']) && !$this->ColActive && !$this->keep_block_together) { + $this->kwt = true; + $this->kwt_y0 = $this->y; + $this->kwt_x0 = $this->x; + $this->kwt_height = 0; + $this->kwt_buffer = array(); + $this->kwt_Links = array(); + $this->kwt_Annots = array(); + $this->kwt_moved = false; + $this->kwt_saved = false; + $this->kwt_Reference = array(); + $this->kwt_BMoutlines = array(); + $this->kwt_toc = array(); + } + else { +/*-- END TABLES --*/ + $this->kwt = false; + } // *TABLES* + + //Save x,y coords in case we need to print borders... + $currblk['y0'] = $this->y; + $currblk['x0'] = $this->x; + $currblk['startpage'] = $this->page; + $this->oldy = $this->y; + + $this->lastblocklevelchange = 1 ; + + break; + + case 'HR': + // Added mPDF 3.0 Float DIV - CLEAR + if (isset($attr['STYLE'])) { + $properties = $this->cssmgr->readInlineCSS($attr['STYLE']); + if (isset($properties['CLEAR'])) { $this->ClearFloats(strtoupper($properties['CLEAR']),$this->blklvl); } // *CSS-FLOAT* + } + + $this->ignorefollowingspaces = true; + + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if (isset($properties['MARGIN-TOP'])) { $objattr['margin_top'] = $this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-BOTTOM'])) { $objattr['margin_bottom'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['WIDTH'])) { $objattr['width'] = $this->ConvertSize($properties['WIDTH'],$this->blk[$this->blklvl]['inner_width']); } + else if(isset($attr['WIDTH']) && $attr['WIDTH'] != '') $objattr['width'] = $this->ConvertSize($attr['WIDTH'],$this->blk[$this->blklvl]['inner_width']); + if (isset($properties['TEXT-ALIGN'])) { $objattr['align'] = $align[strtolower($properties['TEXT-ALIGN'])]; } + else if(isset($attr['ALIGN']) && $attr['ALIGN'] != '') $objattr['align'] = $align[strtolower($attr['ALIGN'])]; + + if (isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT'])=='auto') { + $objattr['align'] = 'R'; + } + if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT'])=='auto') { + $objattr['align'] = 'L'; + if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT'])=='auto' && isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT'])=='auto') { + $objattr['align'] = 'C'; + } + } + if (isset($properties['COLOR'])) { $objattr['color'] = $this->ConvertColor($properties['COLOR']); } + else if(isset($attr['COLOR']) && $attr['COLOR'] != '') $objattr['color'] = $this->ConvertColor($attr['COLOR']); + if (isset($properties['HEIGHT'])) { $objattr['linewidth'] = $this->ConvertSize($properties['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + +/*-- TABLES --*/ + if ($this->tableLevel) { + $objattr['W-PERCENT'] = 100; + if (isset($properties['WIDTH']) && stristr($properties['WIDTH'],'%')) { + $properties['WIDTH'] += 0; //make "90%" become simply "90" + $objattr['W-PERCENT'] = $properties['WIDTH']; + } + if (isset($attr['WIDTH']) && stristr($attr['WIDTH'],'%')) { + $attr['WIDTH'] += 0; //make "90%" become simply "90" + $objattr['W-PERCENT'] = $attr['WIDTH']; + } + } +/*-- END TABLES --*/ + + $objattr['type'] = 'hr'; + $objattr['height'] = $objattr['linewidth'] + $objattr['margin_top'] + $objattr['margin_bottom']; + $e = "\xbb\xa4\xactype=image,objattr=".serialize($objattr)."\xbb\xa4\xac"; + + // Clear properties - tidy up + $properties = array(); + +/*-- TABLES --*/ + // Output it to buffers + if ($this->tableLevel) { + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0 ;// reset + $this->_saveCellTextBuffer($e, $this->HREF); + } + else { +/*-- END TABLES --*/ + $this->_saveTextBuffer($e, $this->HREF); + } // *TABLES* + + break; + + +/*-- BARCODES --*/ + + case 'BARCODE': + if(isset($attr['CODE']) && $attr['CODE']) { + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['padding_top'] = 0; + $objattr['padding_bottom'] = 0; + $objattr['padding_left'] = 0; + $objattr['padding_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + $objattr['code'] = $attr['CODE']; + + if(isset($attr['TYPE'])) { + $objattr['btype'] = trim(strtoupper($attr['TYPE'])); + } + else { $objattr['btype'] = 'EAN13'; } // default + if (preg_match('/^(EAN13|ISBN|ISSN|EAN8|UPCA|UPCE)P([25])$/',$objattr['btype'],$m)) { + $objattr['btype'] = $m[1]; + $objattr['bsupp'] = $m[2]; + if (preg_match('/^(\S+)\s+(.*)$/',$objattr['code'],$mm)) { + $objattr['code'] = $mm[1]; + $objattr['bsupp_code'] = $mm[2]; + } + } + else { $objattr['bsupp'] = 0; } + + if(isset($attr['TEXT']) && $attr['TEXT']==1) { $objattr['showtext'] = 1; } + else { $objattr['showtext'] = 0; } + if(isset($attr['SIZE']) && $attr['SIZE']>0) { $objattr['bsize'] = $attr['SIZE']; } + else { $objattr['bsize'] = 1; } + if(isset($attr['HEIGHT']) && $attr['HEIGHT']>0) { $objattr['bheight'] = $attr['HEIGHT']; } + else { $objattr['bheight'] = 1; } + if(isset($attr['PR']) && $attr['PR']>0) { $objattr['pr_ratio'] = $attr['PR']; } + else { $objattr['pr_ratio'] = ''; } + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if(isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY'])=='none') { + return; + } + if (isset($properties['MARGIN-TOP'])) { $objattr['margin_top']=$this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-BOTTOM'])) { $objattr['margin_bottom'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-LEFT'])) { $objattr['margin_left'] = $this->ConvertSize($properties['MARGIN-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-RIGHT'])) { $objattr['margin_right'] = $this->ConvertSize($properties['MARGIN-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['PADDING-TOP'])) { $objattr['padding_top']=$this->ConvertSize($properties['PADDING-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-BOTTOM'])) { $objattr['padding_bottom'] = $this->ConvertSize($properties['PADDING-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-LEFT'])) { $objattr['padding_left'] = $this->ConvertSize($properties['PADDING-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-RIGHT'])) { $objattr['padding_right'] = $this->ConvertSize($properties['PADDING-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['BORDER-TOP'])) { $objattr['border_top'] = $this->border_details($properties['BORDER-TOP']); } + if (isset($properties['BORDER-BOTTOM'])) { $objattr['border_bottom'] = $this->border_details($properties['BORDER-BOTTOM']); } + if (isset($properties['BORDER-LEFT'])) { $objattr['border_left'] = $this->border_details($properties['BORDER-LEFT']); } + if (isset($properties['BORDER-RIGHT'])) { $objattr['border_right'] = $this->border_details($properties['BORDER-RIGHT']); } + + if (isset($properties['VERTICAL-ALIGN'])) { $objattr['vertical-align'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + if (isset($properties['COLOR']) && $properties['COLOR'] != '') { $objattr['color'] = $this->ConvertColor($properties['COLOR']); } + else { $objattr['color'] = false; } + if (isset($properties['BACKGROUND-COLOR']) && $properties['BACKGROUND-COLOR'] != '') { $objattr['bgcolor'] = $this->ConvertColor($properties['BACKGROUND-COLOR']); } + else { $objattr['bgcolor'] = false; } + + if (!class_exists('PDFBarcode', false)) { + include(_MPDF_PATH.'classes/barcode.php'); + } + $this->barcode = new PDFBarcode(); + + if ($objattr['btype'] == 'EAN13' || $objattr['btype'] == 'ISBN' || $objattr['btype'] == 'ISSN' || $objattr['btype'] == 'UPCA' || $objattr['btype'] == 'UPCE' || $objattr['btype'] == 'EAN8') { + $code = preg_replace('/\-/','',$objattr['code']); + if ($objattr['btype'] == 'ISSN' || $objattr['btype'] == 'ISBN') { + $arrcode = $this->barcode->getBarcodeArray($code, 'EAN13'); + } + else { $arrcode = $this->barcode->getBarcodeArray($code, $objattr['btype'] ); } + if ($arrcode === false) { $this->Error('Error in barcode string.'); } + + if ($objattr['bsupp'] == 2 || $objattr['bsupp'] == 5) { // EAN-2 or -5 Supplement + $supparrcode = $this->barcode->getBarcodeArray($objattr['bsupp_code'], 'EAN'.$objattr['bsupp'] ); + $w = ($arrcode["maxw"] + $arrcode['lightmL'] + $arrcode['lightmR'] + $supparrcode["maxw"] + $supparrcode['sepM']) * $arrcode['nom-X'] * $objattr['bsize']; + } + else { + $w = ($arrcode["maxw"] + $arrcode['lightmL'] + $arrcode['lightmR']) * $arrcode['nom-X'] * $objattr['bsize']; + } + $h = $arrcode['nom-H'] * $objattr['bsize'] * $objattr['bheight']; + // Add height for ISBN string + margin from top of bars + if (($objattr['showtext'] && $objattr['btype'] == 'EAN13') || $objattr['btype'] == 'ISBN' || $objattr['btype'] == 'ISSN') { + $tisbnm = 1.5 * $objattr['bsize']; // Top margin between TOP TEXT (isbn - if shown) & bars + $isbn_fontsize = 2.1 * $objattr['bsize']; + $h += $isbn_fontsize + $tisbnm ; + } + } + // QR-code + else if ($objattr['btype'] == 'QR') { + $w = $h = $objattr['bsize']*25; // Factor of 25mm (default) + $objattr['errorlevel'] = 'L'; + if (isset($attr['ERROR'])) { $objattr['errorlevel'] = $attr['ERROR']; } + } + else if ($objattr['btype'] == 'IMB' || $objattr['btype'] == 'RM4SCC' || $objattr['btype'] == 'KIX' || $objattr['btype'] == 'POSTNET' || $objattr['btype'] == 'PLANET') { + $arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'] ); + if ($arrcode === false) { $this->Error('Error in barcode string.'); } + $w = ($arrcode["maxw"] * $arrcode['nom-X'] * $objattr['bsize']) + $arrcode['quietL'] + $arrcode['quietR']; + $h = ($arrcode['nom-H'] * $objattr['bsize']) + (2*$arrcode['quietTB']); + } + else if (in_array($objattr['btype'], array('C128A','C128B','C128C','EAN128A','EAN128B','EAN128C','C39','C39+','C39E','C39E+','S25','S25+','I25','I25+','I25B','I25B+','C93','MSI','MSI+','CODABAR','CODE11'))) { + $arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], $objattr['pr_ratio'] ); + if ($arrcode === false) { $this->Error('Error in barcode string.'); } + $w = ($arrcode["maxw"] + $arrcode['lightmL'] + $arrcode['lightmR']) * $arrcode['nom-X'] * $objattr['bsize']; + $h = ((2*$arrcode['lightTB'] * $arrcode['nom-X']) + $arrcode['nom-H']) * $objattr['bsize'] * $objattr['bheight']; + } + else { break; } + + $extraheight = $objattr['padding_top'] + $objattr['padding_bottom'] + $objattr['margin_top'] + $objattr['margin_bottom'] + $objattr['border_top']['w'] + $objattr['border_bottom']['w']; + $extrawidth = $objattr['padding_left'] + $objattr['padding_right'] + $objattr['margin_left'] + $objattr['margin_right'] + $objattr['border_left']['w'] + $objattr['border_right']['w']; + + $objattr['type'] = 'barcode'; + $objattr['height'] = $h + $extraheight; + $objattr['width'] = $w + $extrawidth; + $objattr['barcode_height'] = $h; + $objattr['barcode_width'] = $w; +/*-- CSS-IMAGE-FLOAT --*/ + if (!$this->ColActive && !$this->tableLevel && !$this->listlvl && !$this->kwt && !$this->keep_block_together) { + if (isset($properties['FLOAT']) && (strtoupper($properties['FLOAT']) == 'RIGHT' || strtoupper($properties['FLOAT']) == 'LEFT')) { + $objattr['float'] = substr(strtoupper($properties['FLOAT']),0,1); + } + } +/*-- END CSS-IMAGE-FLOAT --*/ + + $e = "\xbb\xa4\xactype=barcode,objattr=".serialize($objattr)."\xbb\xa4\xac"; + + // Clear properties - tidy up + $properties = array(); + +/*-- TABLES --*/ + // Output it to buffers + if ($this->tableLevel) { + $this->_saveCellTextBuffer($e, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; + } + else { +/*-- END TABLES --*/ + $this->_saveTextBuffer($e, $this->HREF); + + } // *TABLES* + } + break; +/*-- END BARCODES --*/ + + + // *********** FORM ELEMENTS ******************** + +/*-- FORMS --*/ + case 'SELECT': + $this->lastoptionaltag = ''; // Save current HTML specified optional endtag + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if (isset($properties['FONT-FAMILY'])) { + $this->SetFont($properties['FONT-FAMILY'],$this->FontStyle,0,false); + } + if (isset($properties['FONT-SIZE'])) { + $mmsize = $this->ConvertSize($properties['FONT-SIZE'],$this->default_font_size/_MPDFK); + $this->SetFontSize($mmsize*_MPDFK,false); + } + if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK'])=='true') { + $this->selectoption['SPELLCHECK'] = true; + } + + if (isset($properties['COLOR'])) { $this->selectoption['COLOR'] = $this->ConvertColor($properties['COLOR']); } + $this->specialcontent = "type=select"; + if(isset($attr['DISABLED'])) { $this->selectoption['DISABLED'] = $attr['DISABLED']; } + if(isset($attr['READONLY'])) { $this->selectoption['READONLY'] = $attr['READONLY']; } + if(isset($attr['REQUIRED'])) { $this->selectoption['REQUIRED'] = $attr['REQUIRED']; } + if(isset($attr['EDITABLE'])) { $this->selectoption['EDITABLE'] = $attr['EDITABLE']; } + if(isset($attr['TITLE'])) { $this->selectoption['TITLE'] = $attr['TITLE']; } + if(isset($attr['MULTIPLE'])) { $this->selectoption['MULTIPLE'] = $attr['MULTIPLE']; } + if(isset($attr['SIZE']) && $attr['SIZE']>1) { $this->selectoption['SIZE'] = $attr['SIZE']; } + if ($this->useActiveForms) { + if(isset($attr['NAME'])) { $this->selectoption['NAME'] = $attr['NAME']; } + if (isset($attr['ONCHANGE'])) { $this->selectoption['ONCHANGE'] = $attr['ONCHANGE']; } + } + + $properties = array(); + break; + + case 'OPTION': + $this->lastoptionaltag = 'OPTION'; // Save current HTML specified optional endtag + $this->selectoption['ACTIVE'] = true; + $this->selectoption['currentSEL'] = false; + if (empty($this->selectoption)) { + $this->selectoption['MAXWIDTH'] = ''; + $this->selectoption['SELECTED'] = ''; + } + if (isset($attr['SELECTED'])) { + $this->selectoption['SELECTED'] = ''; + $this->selectoption['currentSEL'] = true; + } + if(isset($attr['VALUE'])) { + $attr['VALUE'] = strcode2utf($attr['VALUE']); + $attr['VALUE'] = $this->lesser_entity_decode($attr['VALUE']); + if ($this->onlyCoreFonts) + $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mb_enc,'UTF-8'); + } + $this->selectoption['currentVAL'] = $attr['VALUE']; + break; + + case 'TEXTAREA': + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + if(isset($attr['DISABLED'])) { $objattr['disabled'] = true; } + if(isset($attr['READONLY'])) { $objattr['readonly'] = true; } + if(isset($attr['REQUIRED'])) { $objattr['required'] = true; } + if(isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK'])=='true') { $objattr['spellcheck'] = true; } + if(isset($attr['TITLE'])) { $objattr['title'] = $attr['TITLE']; } + if ($this->onlyCoreFonts) + $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mb_enc,'UTF-8'); + if ($this->useActiveForms) { + if(isset($attr['NAME'])) { $objattr['fieldname'] = $attr['NAME']; } + $this->form->form_element_spacing['textarea']['outer']['v'] = 0; + $this->form->form_element_spacing['textarea']['inner']['v'] = 0; + if (isset($attr['ONCALCULATE'])) { $objattr['onCalculate'] = $attr['ONCALCULATE']; } + else if (isset($attr['ONCHANGE'])) { $objattr['onCalculate'] = $attr['ONCHANGE']; } + if (isset($attr['ONVALIDATE'])) { $objattr['onValidate'] = $attr['ONVALIDATE']; } + if (isset($attr['ONKEYSTROKE'])) { $objattr['onKeystroke'] = $attr['ONKEYSTROKE']; } + if (isset($attr['ONFORMAT'])) { $objattr['onFormat'] = $attr['ONFORMAT']; } + } + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if (isset($properties['FONT-FAMILY'])) { + $this->SetFont($properties['FONT-FAMILY'],'',0,false); + } + if (isset($properties['FONT-SIZE'])) { + $mmsize = $this->ConvertSize($properties['FONT-SIZE'],$this->default_font_size/_MPDFK); + $this->SetFontSize($mmsize*_MPDFK,false); + } + if (isset($properties['COLOR'])) { $objattr['color'] = $this->ConvertColor($properties['COLOR']); } + $objattr['fontfamily'] = $this->FontFamily; + $objattr['fontsize'] = $this->FontSizePt; + if ($this->useActiveForms) { + if(isset($properties['TEXT-ALIGN'])) { $objattr['text_align'] = $align[strtolower($properties['TEXT-ALIGN'])]; } + else if(isset($attr['ALIGN'])) { $objattr['text_align'] = $align[strtolower($attr['ALIGN'])]; } + if (isset($properties['OVERFLOW']) && strtolower($properties['OVERFLOW'])=='hidden') { $objattr['donotscroll'] = true; } + if (isset($properties['BORDER-TOP-COLOR'])) { $objattr['border-col'] = $this->ConvertColor($properties['BORDER-TOP-COLOR']); } + if (isset($properties['BACKGROUND-COLOR'])) { $objattr['background-col'] = $this->ConvertColor($properties['BACKGROUND-COLOR']); } + } + $this->SetLineHeight('',$this->form->textarea_lineheight); + $formLineHeight = $this->lineheight; + + $w = 0; + $h = 0; + if(isset($properties['WIDTH'])) $w = $this->ConvertSize($properties['WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if(isset($properties['HEIGHT'])) $h = $this->ConvertSize($properties['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if ($properties['VERTICAL-ALIGN']) { $objattr['vertical-align'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + + $colsize = 20; //HTML default value + $rowsize = 2; //HTML default value + if (isset($attr['COLS'])) $colsize = intval($attr['COLS']); + if (isset($attr['ROWS'])) $rowsize = intval($attr['ROWS']); + + $charsize = $this->GetCharWidth('w',false); + if ($w) { $colsize = round(($w-($this->form->form_element_spacing['textarea']['outer']['h']*2)-($this->form->form_element_spacing['textarea']['inner']['h']*2))/$charsize); } + if ($h) { $rowsize = round(($h-($this->form->form_element_spacing['textarea']['outer']['v']*2)-($this->form->form_element_spacing['textarea']['inner']['v']*2))/$formLineHeight); } + + $objattr['type'] = 'textarea'; + $objattr['width'] = ($colsize * $charsize) + ($this->form->form_element_spacing['textarea']['outer']['h']*2)+($this->form->form_element_spacing['textarea']['inner']['h']*2); + $objattr['height'] = ($rowsize * $formLineHeight) + ($this->form->form_element_spacing['textarea']['outer']['v']*2)+($this->form->form_element_spacing['textarea']['inner']['v']*2); + $objattr['rows'] = $rowsize; + $objattr['cols'] = $colsize; + + $this->specialcontent = serialize($objattr); + + if ($this->tableLevel) { // *TABLES* + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; // *TABLES* + } // *TABLES* + + // Clear properties - tidy up + $properties = array(); + break; + + + + // *********** FORM - INPUT ******************** + + case 'INPUT': + if (!isset($attr['TYPE'])) $attr['TYPE'] == 'TEXT'; + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + $objattr['type'] = 'input'; + if(isset($attr['DISABLED'])) { $objattr['disabled'] = true; } + if(isset($attr['READONLY'])) { $objattr['readonly'] = true; } + if(isset($attr['REQUIRED'])) { $objattr['required'] = true; } + if(isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK'])=='true') { $objattr['spellcheck'] = true; } + if(isset($attr['TITLE'])) { $objattr['title'] = $attr['TITLE']; } + else if(isset($attr['ALT'])) { $objattr['title'] = $attr['ALT']; } + else $objattr['title'] = ''; + $objattr['title'] = strcode2utf($objattr['title']); + $objattr['title'] = $this->lesser_entity_decode($objattr['title']); + if ($this->onlyCoreFonts) + $objattr['title'] = mb_convert_encoding($objattr['title'], $this->mb_enc,'UTF-8'); + if ($this->useActiveForms) { + if(isset($attr['NAME'])) { $objattr['fieldname'] = $attr['NAME']; } + } + if(isset($attr['VALUE'])) { + $attr['VALUE'] = strcode2utf($attr['VALUE']); + $attr['VALUE'] = $this->lesser_entity_decode($attr['VALUE']); + if ($this->onlyCoreFonts) + $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mb_enc,'UTF-8'); + $objattr['value'] = $attr['VALUE']; + } + + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + $objattr['vertical-align'] = ''; + + if (isset($properties['FONT-FAMILY'])) { + $this->SetFont($properties['FONT-FAMILY'],$this->FontStyle,0,false); + } + if (isset($properties['FONT-SIZE'])) { + $mmsize = $this->ConvertSize($properties['FONT-SIZE'],($this->default_font_size/_MPDFK)); + $this->SetFontSize($mmsize*_MPDFK,false); + } + if (isset($properties['COLOR'])) { $objattr['color'] = $this->ConvertColor($properties['COLOR']); } + $objattr['fontfamily'] = $this->FontFamily; + $objattr['fontsize'] = $this->FontSizePt; + if ($this->useActiveForms) { + if(isset($attr['ALIGN'])) { $objattr['text_align'] = $align[strtolower($attr['ALIGN'])]; } + else if(isset($properties['TEXT-ALIGN'])) { $objattr['text_align'] = $align[strtolower($properties['TEXT-ALIGN'])]; } + if (isset($properties['BORDER-TOP-COLOR'])) { $objattr['border-col'] = $this->ConvertColor($properties['BORDER-TOP-COLOR']); } + if (isset($properties['BACKGROUND-COLOR'])) { $objattr['background-col'] = $this->ConvertColor($properties['BACKGROUND-COLOR']); } + } + + $type = ''; + $texto=''; + $height = $this->FontSize; + $width = 0; + $spacesize = $this->GetCharWidth(' ',false); + + $w = 0; + if(isset($properties['WIDTH'])) $w = $this->ConvertSize($properties['WIDTH'],$this->blk[$this->blklvl]['inner_width']); + + if ($properties['VERTICAL-ALIGN']) { $objattr['vertical-align'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + + switch(strtoupper($attr['TYPE'])){ + case 'HIDDEN': + $this->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces + if ($this->useActiveForms) { + $this->form->SetFormText( 0, 0, $objattr['fieldname'], $objattr['value'], $objattr['value'], '', 0, '', true ); + } + if ($this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + break 2; + case 'CHECKBOX': //Draw Checkbox + $type = 'CHECKBOX'; + if (isset($attr['CHECKED'])) { $objattr['checked'] = true; } + else { $objattr['checked'] = false; } + $width = $this->FontSize; + $height = $this->FontSize; + break; + + case 'RADIO': //Draw Radio button + $type = 'RADIO'; + if (isset($attr['CHECKED'])) $objattr['checked'] = true; + $width = $this->FontSize; + $height = $this->FontSize; + break; + +/*-- IMAGES-CORE --*/ + case 'IMAGE': // Draw an Image button + if(isset($attr['SRC'])) { + $type = 'IMAGE'; + $srcpath = $attr['SRC']; + $orig_srcpath = $attr['ORIG_SRC']; + // VSPACE and HSPACE converted to margins in MergeCSS + if (isset($properties['MARGIN-TOP'])) { $objattr['margin_top']=$this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-BOTTOM'])) { $objattr['margin_bottom'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-LEFT'])) { $objattr['margin_left'] = $this->ConvertSize($properties['MARGIN-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-RIGHT'])) { $objattr['margin_right'] = $this->ConvertSize($properties['MARGIN-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + + if (isset($properties['BORDER-TOP'])) { $objattr['border_top'] = $this->border_details($properties['BORDER-TOP']); } + if (isset($properties['BORDER-BOTTOM'])) { $objattr['border_bottom'] = $this->border_details($properties['BORDER-BOTTOM']); } + if (isset($properties['BORDER-LEFT'])) { $objattr['border_left'] = $this->border_details($properties['BORDER-LEFT']); } + if (isset($properties['BORDER-RIGHT'])) { $objattr['border_right'] = $this->border_details($properties['BORDER-RIGHT']); } + + $objattr['padding_top'] = 0; + $objattr['padding_bottom'] = 0; + $objattr['padding_left'] = 0; + $objattr['padding_right'] = 0; + + if (isset($properties['VERTICAL-ALIGN'])) { $objattr['vertical-align'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + + $w = 0; + $h = 0; + if(isset($properties['WIDTH'])) $w = $this->ConvertSize($properties['WIDTH'],$this->blk[$this->blklvl]['inner_width']); + if(isset($properties['HEIGHT'])) $h = $this->ConvertSize($properties['HEIGHT'],$this->blk[$this->blklvl]['inner_width']); + + $extraheight = $objattr['margin_top'] + $objattr['margin_bottom'] + $objattr['border_top']['w'] + $objattr['border_bottom']['w']; + $extrawidth = $objattr['margin_left'] + $objattr['margin_right'] + $objattr['border_left']['w'] + $objattr['border_right']['w']; + + // Image file + $info=$this->_getImage($srcpath, true, true, $orig_srcpath); + if(!$info) { + $info = $this->_getImage($this->noImageFile); + if ($info) { + $srcpath = $this->noImageFile; + $w = ($info['w'] * (25.4/$this->dpi)); + $h = ($info['h'] * (25.4/$this->dpi)); + } + } + if(!$info) break; + if ($info['cs']=='Indexed') { $objattr['Indexed'] = true; } + $objattr['file'] = $srcpath; + //Default width and height calculation if needed + if($w==0 and $h==0) { +/*-- IMAGES-WMF --*/ + if ($info['type']=='wmf') { + // WMF units are twips (1/20pt) + // divide by 20 to get points + // divide by k to get user units + $w = abs($info['w'])/(20*_MPDFK); + $h = abs($info['h']) / (20*_MPDFK); + } + else +/*-- END IMAGES-WMF --*/ + if ($info['type']=='svg') { + // SVG units are pixels + $w = abs($info['w'])/_MPDFK; + $h = abs($info['h'])/_MPDFK; + } + else { + //Put image at default image dpi + $w=($info['w']/_MPDFK) * (72/$this->img_dpi); + $h=($info['h']/_MPDFK) * (72/$this->img_dpi); + } + if (isset($properties['IMAGE-RESOLUTION'])) { + if (preg_match('/from-image/i', $properties['IMAGE-RESOLUTION']) && isset($info['set-dpi']) && $info['set-dpi']>0) { + $w *= $this->img_dpi / $info['set-dpi']; + $h *= $this->img_dpi / $info['set-dpi']; + } + else if (preg_match('/(\d+)dpi/i', $properties['IMAGE-RESOLUTION'], $m)) { + $dpi = $m[1]; + if ($dpi > 0) { + $w *= $this->img_dpi / $dpi; + $h *= $this->img_dpi / $dpi; + } + } + } + } + // IF WIDTH OR HEIGHT SPECIFIED + if($w==0) $w=$h*$info['w']/$info['h']; + if($h==0) $h=$w*$info['h']/$info['w']; + // Resize to maximum dimensions of page + $maxWidth = $this->blk[$this->blklvl]['inner_width']; + $maxHeight = $this->h - ($this->tMargin + $this->bMargin + 10) ; + if ($this->fullImageHeight) { $maxHeight = $this->fullImageHeight; } + if ($w + $extrawidth > $maxWidth ) { + $w = $maxWidth - $extrawidth; + $h=$w*$info['h']/$info['w']; + } + if ($h + $extraheight > $maxHeight ) { + $h = $maxHeight - $extraheight; + $w=$h*$info['w']/$info['h']; + } + $height = $h + $extraheight; + $width = $w + $extrawidth; + $objattr['type'] = 'image'; + $objattr['itype'] = $info['type']; + $objattr['orig_h'] = $info['h']; + $objattr['orig_w'] = $info['w']; +/*-- IMAGES-WMF --*/ + if ($info['type']=='wmf') { + $objattr['wmf_x'] = $info['x']; + $objattr['wmf_y'] = $info['y']; + } + else +/*-- END IMAGES-WMF --*/ + if ($info['type']=='svg') { + $objattr['wmf_x'] = $info['x']; + $objattr['wmf_y'] = $info['y']; + } + $objattr['height'] = $h + $extraheight; + $objattr['width'] = $w + $extrawidth; + + $objattr['image_height'] = $h; + $objattr['image_width'] = $w; + $objattr['ID'] = $info['i']; + $texto = 'X'; + if ($this->useActiveForms) { + if (isset($attr['ONCLICK'])) { $objattr['onClick'] = $attr['ONCLICK']; } + $objattr['type'] = 'input'; + $type = 'IMAGE'; + } + break; + } +/*-- END IMAGES-CORE --*/ + + case 'BUTTON': // Draw a button + case 'SUBMIT': + case 'RESET': + $type = strtoupper($attr['TYPE']); + if ($type=='IMAGE') { $type = 'BUTTON'; } // src path not found + if(isset($attr['NOPRINT'])) { $objattr['noprint'] = true; } + if (!isset($attr['VALUE'])) { + $objattr['value'] = ucfirst(strtolower($type)); + } + + $texto = " " . $objattr['value'] . " "; + $width = $this->GetStringWidth($texto) + ($this->form->form_element_spacing['button']['outer']['h']*2)+($this->form->form_element_spacing['button']['inner']['h']*2); + $height = $this->FontSize + ($this->form->form_element_spacing['button']['outer']['v']*2)+($this->form->form_element_spacing['button']['inner']['v']*2); + if ($this->useActiveForms) { + if (isset($attr['ONCLICK'])) { $objattr['onClick'] = $attr['ONCLICK']; } + } + break; + + case 'PASSWORD': + case 'TEXT': + default: + if ($type == '') { $type = 'TEXT'; } + if(strtoupper($attr['TYPE'])=='PASSWORD') { $type = 'PASSWORD'; } + if (isset($attr['VALUE'])) { + if ($type == 'PASSWORD') { + $num_stars = mb_strlen($attr['VALUE'],$this->mb_enc ); + $texto = str_repeat('*',$num_stars); + } + else { $texto = $attr['VALUE']; } + } + $xw = ($this->form->form_element_spacing['input']['outer']['h']*2)+($this->form->form_element_spacing['input']['inner']['h']*2); + $xh = ($this->form->form_element_spacing['input']['outer']['v']*2)+($this->form->form_element_spacing['input']['inner']['v']*2); + if ($w) { $width = $w + $xw; } + else { $width = (20 * $spacesize) + $xw; } // Default width in chars + if (isset($attr['SIZE']) and ctype_digit($attr['SIZE']) ) $width = ($attr['SIZE'] * $spacesize) + $xw; + $height = $this->FontSize + $xh; + if (isset($attr['MAXLENGTH']) and ctype_digit($attr['MAXLENGTH']) ) $objattr['maxlength'] = $attr['MAXLENGTH']; + if ($this->useActiveForms) { + if (isset($attr['ONCALCULATE'])) { $objattr['onCalculate'] = $attr['ONCALCULATE']; } + else if (isset($attr['ONCHANGE'])) { $objattr['onCalculate'] = $attr['ONCHANGE']; } + if (isset($attr['ONVALIDATE'])) { $objattr['onValidate'] = $attr['ONVALIDATE']; } + if (isset($attr['ONKEYSTROKE'])) { $objattr['onKeystroke'] = $attr['ONKEYSTROKE']; } + if (isset($attr['ONFORMAT'])) { $objattr['onFormat'] = $attr['ONFORMAT']; } + } + break; + } + + $objattr['subtype'] = $type; + $objattr['text'] = $texto; + $objattr['width'] = $width; + $objattr['height'] = $height; + $e = "\xbb\xa4\xactype=input,objattr=".serialize($objattr)."\xbb\xa4\xac"; + + // Clear properties - tidy up + $properties = array(); + +/*-- TABLES --*/ + // Output it to buffers + if ($this->tableLevel) { + $this->_saveCellTextBuffer($e, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; + + } + else { +/*-- END TABLES --*/ + $this->_saveTextBuffer($e, $this->HREF); + } // *TABLES* + + if ($this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + + break; // END of INPUT +/*-- END FORMS --*/ + + + // *********** GRAPH ******************** + case 'JPGRAPH': + if (!$this->useGraphs) { break; } + if ($attr['TABLE']) { $gid = strtoupper($attr['TABLE']); } + else { $gid = '0'; } + if (!is_array($this->graphs[$gid]) || count($this->graphs[$gid])==0 ) { break; } + include_once(_MPDF_PATH.'graph.php'); + $this->graphs[$gid]['attr'] = $attr; + + + if (isset($this->graphs[$gid]['attr']['WIDTH']) && $this->graphs[$gid]['attr']['WIDTH']) { + $this->graphs[$gid]['attr']['cWIDTH']=$this->ConvertSize($this->graphs[$gid]['attr']['WIDTH'],$pgwidth); + } // mm + if (isset($this->graphs[$gid]['attr']['HEIGHT']) && $this->graphs[$gid]['attr']['HEIGHT']) { + $this->graphs[$gid]['attr']['cHEIGHT']=$this->ConvertSize($this->graphs[$gid]['attr']['HEIGHT'],$pgwidth); + } + + $graph_img = print_graph($this->graphs[$gid],$this->blk[$this->blklvl]['inner_width']); + if ($graph_img) { + if(isset($attr['ROTATE'])) { + if ($attr['ROTATE']==90 || $attr['ROTATE']==-90) { + $tmpw = $graph_img['w']; + $graph_img['w']= $graph_img['h']; + $graph_img['h']= $tmpw; + } + } + $attr['SRC'] = $graph_img['file']; + $attr['WIDTH'] = $graph_img['w']; + $attr['HEIGHT'] = $graph_img['h']; + } + else { break; } + + // *********** IMAGE ******************** +/*-- IMAGES-CORE --*/ + case 'IMG': + if ($this->progressBar) { $this->UpdateProgressBar(1,'','IMG'); } // *PROGRESS-BAR* + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['padding_top'] = 0; + $objattr['padding_bottom'] = 0; + $objattr['padding_left'] = 0; + $objattr['padding_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + if(isset($attr['SRC'])) { + $srcpath = $attr['SRC']; + $orig_srcpath = $attr['ORIG_SRC']; + $properties = $this->cssmgr->MergeCSS('',$tag,$attr); + if(isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY'])=='none') { + return; + } + // mPDF 5.6.01 - LAYERS + if (isset($properties['Z-INDEX']) && $this->currentlayer==0) { + $v = intval($properties['Z-INDEX']); + if ($v > 0) { + $objattr['z-index'] = $v; + } + } + + $objattr['visibility'] = 'visible'; + if (isset($properties['VISIBILITY'])) { + $v = strtolower($properties['VISIBILITY']); + if (($v == 'hidden' || $v == 'printonly' || $v == 'screenonly') && $this->visibility=='visible') { + $objattr['visibility'] = $v; + } + } + + // VSPACE and HSPACE converted to margins in MergeCSS + if (isset($properties['MARGIN-TOP'])) { $objattr['margin_top']=$this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-BOTTOM'])) { $objattr['margin_bottom'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-LEFT'])) { $objattr['margin_left'] = $this->ConvertSize($properties['MARGIN-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-RIGHT'])) { $objattr['margin_right'] = $this->ConvertSize($properties['MARGIN-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['PADDING-TOP'])) { $objattr['padding_top']=$this->ConvertSize($properties['PADDING-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-BOTTOM'])) { $objattr['padding_bottom'] = $this->ConvertSize($properties['PADDING-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-LEFT'])) { $objattr['padding_left'] = $this->ConvertSize($properties['PADDING-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-RIGHT'])) { $objattr['padding_right'] = $this->ConvertSize($properties['PADDING-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['BORDER-TOP'])) { $objattr['border_top'] = $this->border_details($properties['BORDER-TOP']); } + if (isset($properties['BORDER-BOTTOM'])) { $objattr['border_bottom'] = $this->border_details($properties['BORDER-BOTTOM']); } + if (isset($properties['BORDER-LEFT'])) { $objattr['border_left'] = $this->border_details($properties['BORDER-LEFT']); } + if (isset($properties['BORDER-RIGHT'])) { $objattr['border_right'] = $this->border_details($properties['BORDER-RIGHT']); } + + if (isset($properties['VERTICAL-ALIGN'])) { $objattr['vertical-align'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + $w = 0; + $h = 0; + if(isset($properties['WIDTH'])) $w = $this->ConvertSize($properties['WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['WIDTH'])) $w = $this->ConvertSize($attr['WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if(isset($properties['HEIGHT'])) $h = $this->ConvertSize($properties['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['HEIGHT'])) $h = $this->ConvertSize($attr['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + // mPDF 5.5.15 // mPDF 5.6.60 + $maxw=$maxh=$minw=$minh=false; + if(isset($properties['MAX-WIDTH'])) $maxw = $this->ConvertSize($properties['MAX-WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['MAX-WIDTH'])) $maxw = $this->ConvertSize($attr['MAX-WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if(isset($properties['MAX-HEIGHT'])) $maxh = $this->ConvertSize($properties['MAX-HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['MAX-HEIGHT'])) $maxh = $this->ConvertSize($attr['MAX-HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if(isset($properties['MIN-WIDTH'])) $minw = $this->ConvertSize($properties['MIN-WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['MIN-WIDTH'])) $minw = $this->ConvertSize($attr['MIN-WIDTH'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if(isset($properties['MIN-HEIGHT'])) $minh = $this->ConvertSize($properties['MIN-HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + else if(isset($attr['MIN-HEIGHT'])) $minh = $this->ConvertSize($attr['MIN-HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + + if (isset($properties['OPACITY']) && $properties['OPACITY'] > 0 && $properties['OPACITY'] <= 1) { $objattr['opacity'] = $properties['OPACITY']; } + if ($this->HREF) { + if (strpos($this->HREF,".") === false && strpos($this->HREF,"@") !== 0) { + $href = $this->HREF; + while(array_key_exists($href,$this->internallink)) $href="#".$href; + $this->internallink[$href] = $this->AddLink(); + $objattr['link'] = $this->internallink[$href]; + } + else { $objattr['link'] = $this->HREF; } + } + $extraheight = $objattr['padding_top'] + $objattr['padding_bottom'] + $objattr['margin_top'] + $objattr['margin_bottom'] + $objattr['border_top']['w'] + $objattr['border_bottom']['w']; + $extrawidth = $objattr['padding_left'] + $objattr['padding_right'] + $objattr['margin_left'] + $objattr['margin_right'] + $objattr['border_left']['w'] + $objattr['border_right']['w']; + +/*-- BACKGROUNDS --*/ + if(isset($properties['GRADIENT-MASK']) && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/',$properties['GRADIENT-MASK'])) { + $objattr['GRADIENT-MASK'] = $properties['GRADIENT-MASK']; + } +/*-- END BACKGROUNDS --*/ + + // Image file + $info=$this->_getImage($srcpath, true, true, $orig_srcpath); + if(!$info) { + $info = $this->_getImage($this->noImageFile); + if ($info) { + $srcpath = $this->noImageFile; + $w = ($info['w'] * (25.4/$this->dpi)); + $h = ($info['h'] * (25.4/$this->dpi)); + } + } + if(!$info) break; + + if(isset($attr['ROTATE'])) { $image_orientation = $attr['ROTATE']; } + else if(isset($properties['IMAGE-ORIENTATION'])) { $image_orientation = $properties['IMAGE-ORIENTATION']; } + else { $image_orientation = 0; } + if($image_orientation) { + if ($image_orientation==90 || $image_orientation==-90 || $image_orientation==270) { + $tmpw = $info['w']; + $info['w'] = $info['h']; + $info['h'] = $tmpw; + } + $objattr['ROTATE'] = $image_orientation; + } + + $objattr['file'] = $srcpath; + //Default width and height calculation if needed + if($w==0 and $h==0) { +/*-- IMAGES-WMF --*/ + if ($info['type']=='wmf') { + // WMF units are twips (1/20pt) + // divide by 20 to get points + // divide by k to get user units + $w = abs($info['w'])/(20*_MPDFK); + $h = abs($info['h']) / (20*_MPDFK); + } + else +/*-- END IMAGES-WMF --*/ + if ($info['type']=='svg') { + // SVG units are pixels + $w = abs($info['w'])/_MPDFK; + $h = abs($info['h'])/_MPDFK; + } + else { + //Put image at default image dpi + $w=($info['w']/_MPDFK) * (72/$this->img_dpi); + $h=($info['h']/_MPDFK) * (72/$this->img_dpi); + } + if (isset($properties['IMAGE-RESOLUTION'])) { + if (preg_match('/from-image/i', $properties['IMAGE-RESOLUTION']) && isset($info['set-dpi']) && $info['set-dpi']>0) { + $w *= $this->img_dpi / $info['set-dpi']; + $h *= $this->img_dpi / $info['set-dpi']; + } + else if (preg_match('/(\d+)dpi/i', $properties['IMAGE-RESOLUTION'], $m)) { + $dpi = $m[1]; + if ($dpi > 0) { + $w *= $this->img_dpi / $dpi; + $h *= $this->img_dpi / $dpi; + } + } + } + } + // IF WIDTH OR HEIGHT SPECIFIED + if($w==0) $w=abs($h*$info['w']/$info['h']); + if($h==0) $h=abs($w*$info['h']/$info['w']); + + // mPDF 5.5.15 + if ($minw && $w<$minw) { $w = $minw; $h=abs($w*$info['h']/$info['w']); } + if ($maxw && $w>$maxw) { $w = $maxw; $h=abs($w*$info['h']/$info['w']); } + if ($minh && $h<$minh) { $h = $minh; $w=abs($h*$info['w']/$info['h']); } + if ($maxh && $h>$maxh) { $h = $maxh; $w=abs($h*$info['w']/$info['h']); } + + // Resize to maximum dimensions of page + $maxWidth = $this->blk[$this->blklvl]['inner_width']; + $maxHeight = $this->h - ($this->tMargin + $this->bMargin + 1) ; + if ($this->fullImageHeight) { $maxHeight = $this->fullImageHeight; } + if ($w + $extrawidth > $maxWidth ) { + $w = $maxWidth - $extrawidth; + $h=abs($w*$info['h']/$info['w']); + } + + if ($h + $extraheight > $maxHeight ) { + $h = $maxHeight - $extraheight; + $w=abs($h*$info['w']/$info['h']); + } + $objattr['type'] = 'image'; + $objattr['itype'] = $info['type']; + + $objattr['orig_h'] = $info['h']; + $objattr['orig_w'] = $info['w']; +/*-- IMAGES-WMF --*/ + if ($info['type']=='wmf') { + $objattr['wmf_x'] = $info['x']; + $objattr['wmf_y'] = $info['y']; + } + else +/*-- END IMAGES-WMF --*/ + if ($info['type']=='svg') { + $objattr['wmf_x'] = $info['x']; + $objattr['wmf_y'] = $info['y']; + } + $objattr['height'] = $h + $extraheight; + $objattr['width'] = $w + $extrawidth; + $objattr['image_height'] = $h; + $objattr['image_width'] = $w; +/*-- CSS-IMAGE-FLOAT --*/ + if (!$this->ColActive && !$this->tableLevel && !$this->listlvl && !$this->kwt && !$this->keep_block_together) { + if (isset($properties['FLOAT']) && (strtoupper($properties['FLOAT']) == 'RIGHT' || strtoupper($properties['FLOAT']) == 'LEFT')) { + $objattr['float'] = substr(strtoupper($properties['FLOAT']),0,1); + } + } +/*-- END CSS-IMAGE-FLOAT --*/ + + $e = "\xbb\xa4\xactype=image,objattr=".serialize($objattr)."\xbb\xa4\xac"; + + // Clear properties - tidy up + $properties = array(); + +/*-- TABLES --*/ + // Output it to buffers + if ($this->tableLevel) { + $this->_saveCellTextBuffer($e, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; + } + else { +/*-- END TABLES --*/ + $this->_saveTextBuffer($e, $this->HREF); + } // *TABLES* +/*-- ANNOTATIONS --*/ + if ($this->title2annots && isset($attr['TITLE'])) { + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + $objattr['CONTENT'] = $attr['TITLE']; + $objattr['type'] = 'annot'; + $objattr['POS-X'] = 0; + $objattr['POS-Y'] = 0; + $objattr['ICON'] = 'Comment'; + $objattr['AUTHOR'] = ''; + $objattr['SUBJECT'] = ''; + $objattr['OPACITY'] = $this->annotOpacity; + $objattr['COLOR'] = $this->ConvertColor('yellow'); + $e = "\xbb\xa4\xactype=annot,objattr=".serialize($objattr)."\xbb\xa4\xac"; + if($this->tableLevel) { // *TABLES* + $this->cell[$this->row][$this->col]['textbuffer'][] = array($e); // *TABLES* + } // *TABLES* + else { // *TABLES* + $this->textbuffer[] = array($e); + } // *TABLES* + } +/*-- END ANNOTATIONS --*/ + } + break; +/*-- END IMAGES-CORE --*/ + + + // *********** CIRCULAR TEXT = TEXTCIRCLE ******************** + case 'TEXTCIRCLE': + $objattr = array(); + $objattr['margin_top'] = 0; + $objattr['margin_bottom'] = 0; + $objattr['margin_left'] = 0; + $objattr['margin_right'] = 0; + $objattr['padding_top'] = 0; + $objattr['padding_bottom'] = 0; + $objattr['padding_left'] = 0; + $objattr['padding_right'] = 0; + $objattr['width'] = 0; + $objattr['height'] = 0; + $objattr['border_top']['w'] = 0; + $objattr['border_bottom']['w'] = 0; + $objattr['border_left']['w'] = 0; + $objattr['border_right']['w'] = 0; + $objattr['top-text'] = ''; + $objattr['bottom-text'] = ''; + $objattr['r'] = 20; // radius (default value here for safety) + $objattr['space-width'] = 120; + $objattr['char-width'] = 100; + + $this->InlineProperties[$tag] = $this->saveInlineProperties(); + $properties = $this->cssmgr->MergeCSS('INLINE',$tag,$attr); + + if(isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY'])=='none') { + return; + } + if (isset($attr['R'])) { $objattr['r']=$this->ConvertSize($attr['R'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if(isset($attr['TOP-TEXT'])) { + $objattr['top-text'] = strcode2utf($attr['TOP-TEXT']); + $objattr['top-text'] = $this->lesser_entity_decode($objattr['top-text']); + if ($this->onlyCoreFonts) + $objattr['top-text'] = mb_convert_encoding($objattr['top-text'], $this->mb_enc,'UTF-8'); + } + if(isset($attr['BOTTOM-TEXT'])) { + $objattr['bottom-text'] = strcode2utf($attr['BOTTOM-TEXT']); + $objattr['bottom-text'] = $this->lesser_entity_decode($objattr['bottom-text']); + if ($this->onlyCoreFonts) + $objattr['bottom-text'] = mb_convert_encoding($objattr['bottom-text'], $this->mb_enc,'UTF-8'); + } + if(isset($attr['SPACE-WIDTH']) && $attr['SPACE-WIDTH']) { $objattr['space-width'] = $attr['SPACE-WIDTH']; } + if(isset($attr['CHAR-WIDTH']) && $attr['CHAR-WIDTH']) { $objattr['char-width'] = $attr['CHAR-WIDTH']; } + + // VISIBILITY + $objattr['visibility'] = 'visible'; + if (isset($properties['VISIBILITY'])) { + $v = strtolower($properties['VISIBILITY']); + if (($v == 'hidden' || $v == 'printonly' || $v == 'screenonly') && $this->visibility=='visible') { + $objattr['visibility'] = $v; + } + } + // mPDF 5.5.23 + if (isset($properties['FONT-SIZE'])) { + if (strtolower($properties['FONT-SIZE'])=='auto') { + if ($objattr['top-text'] && $objattr['bottom-text']) { + $objattr['fontsize'] = -2; + } + else { + $objattr['fontsize'] = -1; + } + } + else { + $mmsize = $this->ConvertSize($properties['FONT-SIZE'],($this->default_font_size/_MPDFK)); + $this->SetFontSize($mmsize*_MPDFK,false); + $objattr['fontsize'] = $this->FontSizePt; + } + } + // mPDF 5.5.23 + if(isset($attr['DIVIDER'])) { + $objattr['divider'] = strcode2utf($attr['DIVIDER']); + $objattr['divider'] = $this->lesser_entity_decode($objattr['divider']); + if ($this->onlyCoreFonts) + $objattr['divider'] = mb_convert_encoding($objattr['divider'], $this->mb_enc,'UTF-8'); + + } + + if (isset($properties['COLOR'])) { $objattr['color'] = $this->ConvertColor($properties['COLOR']); } + + $objattr['fontstyle'] = ''; + if (isset($properties['FONT-WEIGHT'])) { + if (strtoupper($properties['FONT-WEIGHT']) == 'BOLD') { $objattr['fontstyle'] .= 'B'; } + } + if (isset($properties['FONT-STYLE'])) { + if (strtoupper($properties['FONT-STYLE']) == 'ITALIC') { $objattr['fontstyle'] .= 'I'; } + } + + if (isset($properties['FONT-FAMILY'])) { + $this->SetFont($properties['FONT-FAMILY'],$this->FontStyle,0,false); + } + $objattr['fontfamily'] = $this->FontFamily; + + // VSPACE and HSPACE converted to margins in MergeCSS + if (isset($properties['MARGIN-TOP'])) { $objattr['margin_top']=$this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-BOTTOM'])) { $objattr['margin_bottom'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-LEFT'])) { $objattr['margin_left'] = $this->ConvertSize($properties['MARGIN-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['MARGIN-RIGHT'])) { $objattr['margin_right'] = $this->ConvertSize($properties['MARGIN-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['PADDING-TOP'])) { $objattr['padding_top']=$this->ConvertSize($properties['PADDING-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-BOTTOM'])) { $objattr['padding_bottom'] = $this->ConvertSize($properties['PADDING-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-LEFT'])) { $objattr['padding_left'] = $this->ConvertSize($properties['PADDING-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + if (isset($properties['PADDING-RIGHT'])) { $objattr['padding_right'] = $this->ConvertSize($properties['PADDING-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['BORDER-TOP'])) { $objattr['border_top'] = $this->border_details($properties['BORDER-TOP']); } + if (isset($properties['BORDER-BOTTOM'])) { $objattr['border_bottom'] = $this->border_details($properties['BORDER-BOTTOM']); } + if (isset($properties['BORDER-LEFT'])) { $objattr['border_left'] = $this->border_details($properties['BORDER-LEFT']); } + if (isset($properties['BORDER-RIGHT'])) { $objattr['border_right'] = $this->border_details($properties['BORDER-RIGHT']); } + + if (isset($properties['OPACITY']) && $properties['OPACITY'] > 0 && $properties['OPACITY'] <= 1) { $objattr['opacity'] = $properties['OPACITY']; } + if (isset($properties['BACKGROUND-COLOR']) && $properties['BACKGROUND-COLOR'] != '') { $objattr['bgcolor'] = $this->ConvertColor($properties['BACKGROUND-COLOR']); } + else { $objattr['bgcolor'] = false; } + if ($this->HREF) { + if (strpos($this->HREF,".") === false && strpos($this->HREF,"@") !== 0) { + $href = $this->HREF; + while(array_key_exists($href,$this->internallink)) $href="#".$href; + $this->internallink[$href] = $this->AddLink(); + $objattr['link'] = $this->internallink[$href]; + } + else { $objattr['link'] = $this->HREF; } + } + $extraheight = $objattr['padding_top'] + $objattr['padding_bottom'] + $objattr['margin_top'] + $objattr['margin_bottom'] + $objattr['border_top']['w'] + $objattr['border_bottom']['w']; + $extrawidth = $objattr['padding_left'] + $objattr['padding_right'] + $objattr['margin_left'] + $objattr['margin_right'] + $objattr['border_left']['w'] + $objattr['border_right']['w']; + + + $w = $objattr['r']*2; + $h = $w; + $objattr['height'] = $h + $extraheight; + $objattr['width'] = $w + $extrawidth; + $objattr['type'] = 'textcircle'; + + $e = "\xbb\xa4\xactype=image,objattr=".serialize($objattr)."\xbb\xa4\xac"; + + // Clear properties - tidy up + $properties = array(); + +/*-- TABLES --*/ + // Output it to buffers + if ($this->tableLevel) { + $this->_saveCellTextBuffer($e, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; + } + else { +/*-- END TABLES --*/ + $this->_saveTextBuffer($e, $this->HREF); + } // *TABLES* + + if ($this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + + break; + + +/*-- TABLES --*/ + + case 'TABLE': // TABLE-BEGIN + $this->tdbegin = false; + $this->lastoptionaltag = ''; + // Disable vertical justification in columns + if ($this->ColActive) { $this->colvAlign = ''; } // *COLUMNS* + if ($this->lastblocklevelchange == 1) { $blockstate = 1; } // Top margins/padding only + else if ($this->lastblocklevelchange < 1) { $blockstate = 0; } // NO margins/padding + // called from block after new div e.g.
      ... ... Outputs block top margin/border and padding + if (count($this->textbuffer) == 0 && $this->lastblocklevelchange == 1 && !$this->tableLevel && !$this->kwt) { + $this->newFlowingBlock( $this->blk[$this->blklvl]['width'],$this->lineheight,'',false,false,1,true, $this->blk[$this->blklvl]['direction']); + $this->finishFlowingBlock(true); // true = END of flowing block + } + else if (!$this->tableLevel && count($this->textbuffer)) { $this->printbuffer($this->textbuffer,$blockstate); } + + $this->textbuffer=array(); + $this->lastblocklevelchange = -1; + if ($this->tableLevel) { // i.e. now a nested table coming... + // Save current level table + // mPDF 5.4.10 + $this->cell['PARENTCELL'] = $this->saveInlineProperties(); + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['baseProperties']= $this->base_table_properties; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cells'] = $this->cell; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['currrow'] = $this->row; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['currcol'] = $this->col; + } + $this->tableLevel++; + $this->cssmgr->tbCSSlvl++; + + if ($this->tableLevel>1) { // inherit table properties from cell in which nested + $this->base_table_properties['FONT-KERNING'] = $this->kerning ; + $this->base_table_properties['LETTER-SPACING'] = $this->lSpacingCSS ; + $this->base_table_properties['WORD-SPACING'] = $this->wSpacingCSS ; + } + + if (isset($this->tbctr[$this->tableLevel])) { $this->tbctr[$this->tableLevel]++; } + else { $this->tbctr[$this->tableLevel] = 1; } + + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['level'] = $this->tableLevel; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['levelid'] = $this->tbctr[$this->tableLevel]; + + if ($this->tableLevel > $this->innermostTableLevel) { $this->innermostTableLevel = $this->tableLevel; } + if ($this->tableLevel > 1) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nestedpos'] = array($this->row,$this->col,$this->tbctr[($this->tableLevel-1)]); + } + //++++++++++++++++++++++++++++ + + $this->cell = array(); + $this->col=-1; //int + $this->row=-1; //int + $table = &$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]; + + // New table - any level + if ($this->cacheTables) { + $this->packTableData = true; // required for cacheTables + $this->simpleTables = false; // Cannot co-exist with cacheTables + $table['cache'] = _MPDF_TEMP_PATH.'_tempTblCache'.RAND(1,1000000).'.dat'; + $fh = fopen($table['cache'] , "wb") or $this->Error("When using cacheTables, you must have read/write access to cache files (".$table['cache'] .")"); + fwrite($fh, "\x00"); + fclose($fh); + $table['ptr'] = 1 ; // Must not be 0 + } + + $table['direction'] = $this->directionality; + $table['bgcolor'] = false; + $table['va'] = false; + $table['txta'] = false; + $table['topntail'] = false; + $table['thead-underline'] = false; + $table['border'] = false; + $table['border_details']['R']['w'] = 0; + $table['border_details']['L']['w'] = 0; + $table['border_details']['T']['w'] = 0; + $table['border_details']['B']['w'] = 0; + $table['border_details']['R']['style'] = ''; + $table['border_details']['L']['style'] = ''; + $table['border_details']['T']['style'] = ''; + $table['border_details']['B']['style'] = ''; + $table['max_cell_border_width']['R'] = 0; + $table['max_cell_border_width']['L'] = 0; + $table['max_cell_border_width']['T'] = 0; + $table['max_cell_border_width']['B'] = 0; + $table['padding']['L'] = false; + $table['padding']['R'] = false; + $table['padding']['T'] = false; + $table['padding']['B'] = false; + $table['margin']['L'] = false; + $table['margin']['R'] = false; + $table['margin']['T'] = false; + $table['margin']['B'] = false; + $table['a'] = false; + $table['border_spacing_H'] = false; + $table['border_spacing_V'] = false; + $table['decimal_align'] = false; // mPDF 5.6.13 + $this->Reset(); + $this->InlineProperties = array(); + $this->spanlvl = 0; + $table['nc'] = $table['nr'] = 0; + $this->tablethead = 0; + $this->tabletfoot = 0; + $this->tabletheadjustfinished = false; + + + if ($this->blockjustfinished && !count($this->textbuffer) && $this->y != $this->tMargin && $this->collapseBlockMargins && $this->tableLevel==1) { $lastbottommargin = $this->lastblockbottommargin; } + else { $lastbottommargin = 0; } + $this->lastblockbottommargin = 0; + $this->blockjustfinished=false; + + if ($this->tableLevel==1) { + $this->tableCJK = false; + $this->table_lineheight = $this->normalLineheight; + $table['headernrows'] = 0; + $table['footernrows'] = 0; + $this->base_table_properties = array(); + } + + // ADDED CSS FUNCIONS FOR TABLE + if ($this->cssmgr->tbCSSlvl==1) { + $properties = $this->cssmgr->MergeCSS('TOPTABLE',$tag,$attr); + } + else { + $properties = $this->cssmgr->MergeCSS('TABLE',$tag,$attr); + } + $w = ''; + if (isset($properties['WIDTH'])) { $w = $properties['WIDTH']; } + else if (isset($attr['WIDTH']) && $attr['WIDTH']) { $w = $attr['WIDTH']; } + + + if(isset($properties['DIRECTION']) && $properties['DIRECTION']) { $table['direction'] = strtolower($properties['DIRECTION']); } + else if(isset($attr['DIR']) && $attr['DIR']) { $table['direction'] = strtolower($attr['DIR']); } + else if (!isset($table['direction'])){ $table['direction'] = $this->blk[$this->blklvl]['direction']; } + + if (isset($properties['BACKGROUND-COLOR'])) { $table['bgcolor'][-1] = $properties['BACKGROUND-COLOR']; } + else if (isset($properties['BACKGROUND'])) { $table['bgcolor'][-1] = $properties['BACKGROUND']; } + else if (isset($attr['BGCOLOR'])) { $table['bgcolor'][-1] = $attr['BGCOLOR']; } + if (isset($properties['VERTICAL-ALIGN'])) { $table['va'] = $align[strtolower($properties['VERTICAL-ALIGN'])]; } + if (isset($properties['TEXT-ALIGN'])) { $table['txta'] = $align[strtolower($properties['TEXT-ALIGN'])]; } + if (isset($attr['ALIGN'])) { $table['a'] = $align[strtolower($attr['ALIGN'])]; } + if (!$table['a']) { + if ($table['direction'] == 'rtl' ) { $table['a'] = 'R'; } + else { $table['a'] = 'L'; } + } + + if (isset($properties['AUTOSIZE']) && $properties['AUTOSIZE'] && $this->tableLevel ==1) { + $this->shrink_this_table_to_fit = $properties['AUTOSIZE']; + if ($this->shrink_this_table_to_fit < 1) { $this->shrink_this_table_to_fit = 0; } + } + if (isset($properties['ROTATE']) && $properties['ROTATE'] && $this->tableLevel ==1) { + $this->table_rotate = $properties['ROTATE']; + } + if (isset($properties['TOPNTAIL'])) { $table['topntail'] = $properties['TOPNTAIL']; } + if (isset($properties['THEAD-UNDERLINE'])) { $table['thead-underline'] = $properties['THEAD-UNDERLINE']; } + + if (isset($properties['BORDER'])) { + $bord = $this->border_details($properties['BORDER']); + if ($bord['s']) { + $table['border'] = _BORDER_ALL; + $table['border_details']['R'] = $bord; + $table['border_details']['L'] = $bord; + $table['border_details']['T'] = $bord; + $table['border_details']['B'] = $bord; + } + } + if (isset($properties['BORDER-RIGHT'])) { + if ($table['direction'] == 'rtl') { // *RTL* + $table['border_details']['R'] = $this->border_details($properties['BORDER-LEFT']); // *RTL* + } // *RTL* + else { // *RTL* + $table['border_details']['R'] = $this->border_details($properties['BORDER-RIGHT']); + } // *RTL* + $this->setBorder($table['border'], _BORDER_RIGHT, $table['border_details']['R']['s']); + } + if (isset($properties['BORDER-LEFT'])) { + if ($table['direction'] == 'rtl') { // *RTL* + $table['border_details']['L'] = $this->border_details($properties['BORDER-RIGHT']); // *RTL* + } // *RTL* + else { // *RTL* + $table['border_details']['L'] = $this->border_details($properties['BORDER-LEFT']); + } // *RTL* + $this->setBorder($table['border'], _BORDER_LEFT, $table['border_details']['L']['s']); + } + if (isset($properties['BORDER-BOTTOM'])) { + $table['border_details']['B'] = $this->border_details($properties['BORDER-BOTTOM']); + $this->setBorder($table['border'], _BORDER_BOTTOM, $table['border_details']['B']['s']); + } + if (isset($properties['BORDER-TOP'])) { + $table['border_details']['T'] = $this->border_details($properties['BORDER-TOP']); + $this->setBorder($table['border'], _BORDER_TOP, $table['border_details']['T']['s']); + } + if ($table['border']){ + $this->table_border_css_set = 1; + } + else { + $this->table_border_css_set = 0; + } + + if (isset($properties['FONT-FAMILY'])) { + $this->default_font = $properties['FONT-FAMILY']; + $this->SetFont($this->default_font,'',0,false); + } + $this->base_table_properties['FONT-FAMILY'] = $this->FontFamily; // mPDF 5.4.10 + + if (isset($properties['FONT-SIZE'])) { + // mPDF 5.4.10 + if ($this->tableLevel>1) { $mmsize = $this->ConvertSize($properties['FONT-SIZE'], $this->base_table_properties['FONT-SIZE']); } + else { $mmsize = $this->ConvertSize($properties['FONT-SIZE'],$this->default_font_size/_MPDFK); } + if ($mmsize) { + $this->default_font_size = $mmsize*(_MPDFK); + $this->SetFontSize($this->default_font_size,false); + } + } + $this->base_table_properties['FONT-SIZE'] = $this->FontSize.'mm'; // mPDF 5.4.10 + + if (isset($properties['FONT-WEIGHT'])) { + if (strtoupper($properties['FONT-WEIGHT']) == 'BOLD') { $this->base_table_properties['FONT-WEIGHT'] = 'BOLD'; } + } + if (isset($properties['FONT-STYLE'])) { + if (strtoupper($properties['FONT-STYLE']) == 'ITALIC') { $this->base_table_properties['FONT-STYLE'] = 'ITALIC'; } + } + if (isset($properties['COLOR'])) { + $this->base_table_properties['COLOR'] = $properties['COLOR']; + } + if (isset($properties['FONT-KERNING'])) { + $this->base_table_properties['FONT-KERNING'] = $properties['FONT-KERNING']; + } + if (isset($properties['LETTER-SPACING'])) { + $this->base_table_properties['LETTER-SPACING'] = $properties['LETTER-SPACING']; + } + if (isset($properties['WORD-SPACING'])) { + $this->base_table_properties['WORD-SPACING'] = $properties['WORD-SPACING']; + } + + if (isset($properties['PADDING-LEFT'])) { + $table['padding']['L'] = $this->ConvertSize($properties['PADDING-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['PADDING-RIGHT'])) { + $table['padding']['R'] = $this->ConvertSize($properties['PADDING-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['PADDING-TOP'])) { + $table['padding']['T'] = $this->ConvertSize($properties['PADDING-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['PADDING-BOTTOM'])) { + $table['padding']['B'] = $this->ConvertSize($properties['PADDING-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + + if (isset($properties['MARGIN-TOP'])) { + if ($lastbottommargin) { + $tmp = $this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if ($tmp > $lastbottommargin) { $properties['MARGIN-TOP'] -= $lastbottommargin; } + else { $properties['MARGIN-TOP'] = 0; } + } + $table['margin']['T'] = $this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + + if (isset($properties['MARGIN-BOTTOM'])) { + $table['margin']['B'] = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['MARGIN-LEFT'])) { + $table['margin']['L'] = $this->ConvertSize($properties['MARGIN-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + + if (isset($properties['MARGIN-RIGHT'])) { + $table['margin']['R'] = $this->ConvertSize($properties['MARGIN-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['MARGIN-LEFT']) && isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-LEFT'])=='auto' && strtolower($properties['MARGIN-RIGHT'])=='auto') { + $table['a'] = 'C'; + } + else if (isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT'])=='auto') { + $table['a'] = 'R'; + } + else if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT'])=='auto') { + $table['a'] = 'L'; + } + + if (isset($properties['LINE-HEIGHT']) && $this->tableLevel==1) { + $this->table_lineheight = $this->fixLineheight($properties['LINE-HEIGHT']); + if (!$this->table_lineheight) { $this->table_lineheight = $this->normalLineheight; } + } + + if (isset($properties['BORDER-COLLAPSE']) && strtoupper($properties['BORDER-COLLAPSE'])=='SEPARATE') { + $table['borders_separate'] = true; + } + else { + $table['borders_separate'] = false; + } + + if (!$table['borders_separate']) { $table['border_spacing_H'] = $table['border_spacing_V'] = 0; } + else if (isset($attr['CELLSPACING'])) { + $table['border_spacing_H'] = $table['border_spacing_V'] = $this->ConvertSize($attr['CELLSPACING'],$this->blk[$this->blklvl]['inner_width']); + } + if (isset($properties['BORDER-SPACING-H'])) { + $table['border_spacing_H'] = $this->ConvertSize($properties['BORDER-SPACING-H'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['BORDER-SPACING-V'])) { + $table['border_spacing_V'] = $this->ConvertSize($properties['BORDER-SPACING-V'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + + if (isset($properties['EMPTY-CELLS'])) { + $table['empty_cells'] = strtolower($properties['EMPTY-CELLS']); // 'hide' or 'show' + } + else { $table['empty_cells'] = ''; } + + if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE'])=='AVOID' && $this->tableLevel==1 && !$this->writingHTMLfooter) { + $this->table_keep_together = true; + } + else if ($this->tableLevel==1) { + $this->table_keep_together = false; + } + if (isset($properties['PAGE-BREAK-AFTER']) && $this->tableLevel==1) { + $table['page_break_after'] = strtoupper($properties['PAGE-BREAK-AFTER']); + } + +/*-- BACKGROUNDS --*/ + if (isset($properties['BACKGROUND-GRADIENT']) && !$this->kwt && !$this->ColActive) { $table['gradient'] = $properties['BACKGROUND-GRADIENT']; } + + if (isset($properties['BACKGROUND-IMAGE']) && $properties['BACKGROUND-IMAGE'] && !$this->kwt && !$this->ColActive) { + $ret = $this->SetBackground($properties, $currblk['inner_width']); + if ($ret) { $table['background-image'] = $ret; } + } +/*-- END BACKGROUNDS --*/ + + if (isset($properties['OVERFLOW'])) { + $table['overflow'] = strtolower($properties['OVERFLOW']); // 'hidden' 'wrap' or 'visible' or 'auto' + if (($this->ColActive || $this->tableLevel>1) && $table['overflow']=='visible') { unset($table['overflow']); } + } + + $properties = array(); + + + + if (isset($attr['CELLPADDING'])) { + $table['cell_padding'] = $attr['CELLPADDING']; + } + else { + $table['cell_padding'] = false; + } + + if (isset($attr['BORDER']) && $attr['BORDER']=='1') { // mPDF 5.5.08 + $this->table_border_attr_set = 1; // mPDF 5.5.08 + $bord = $this->border_details('#000000 1px solid'); + if ($bord['s']) { + $table['border'] = _BORDER_ALL; + $table['border_details']['R'] = $bord; + $table['border_details']['L'] = $bord; + $table['border_details']['T'] = $bord; + $table['border_details']['B'] = $bord; + } + } + else { + $this->table_border_attr_set = 0; + } + + if ($w) { + $maxwidth = $this->blk[$this->blklvl]['inner_width']; + if ($table['borders_separate']) { + $tblblw = $table['margin']['L'] + $table['margin']['R'] + $table['border_details']['L']['w']/2 + $table['border_details']['R']['w']/2; + } + else { + $tblblw = $table['margin']['L'] + $table['margin']['R'] + $table['max_cell_border_width']['L']/2 + $table['max_cell_border_width']['R']/2; + } + if (strpos($w,'%') && $this->tableLevel == 1 && !$this->ignore_table_percents ) { + // % needs to be of inner box without table margins etc. + $maxwidth -= $tblblw ; + $wmm = $this->ConvertSize($w,$maxwidth,$this->FontSize,false); + $table['w'] = $wmm + $tblblw ; + } + if (strpos($w,'%') && $this->tableLevel > 1 && !$this->ignore_table_percents && $this->keep_table_proportions) { + $table['wpercent'] = $w + 0; // makes 80% -> 80 + } + if (!strpos($w,'%') && !$this->ignore_table_widths ) { + $wmm = $this->ConvertSize($w,$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + $table['w'] = $wmm + $tblblw ; + } + if (!$this->keep_table_proportions) { + if (isset($table['w']) && $table['w'] > $this->blk[$this->blklvl]['inner_width']) { $table['w'] = $this->blk[$this->blklvl]['inner_width']; } + } + } + + if (isset($attr['AUTOSIZE']) && $this->tableLevel==1) { + $this->shrink_this_table_to_fit = $attr['AUTOSIZE']; + if ($this->shrink_this_table_to_fit < 1) { $this->shrink_this_table_to_fit = 1; } + } + if (isset($attr['ROTATE']) && $this->tableLevel==1) { + $this->table_rotate = $attr['ROTATE']; + } + + //++++++++++++++++++++++++++++ + // keeping block together on one page + // Autosize is now forced therefore keep block together disabled + if ($this->keep_block_together) { + $this->keep_block_together = 0; + $this->printdivbuffer(); + $this->blk[$this->blklvl]['keep_block_together'] = 0; + } + if ($this->table_rotate) { + $this->tbrot_Links = array(); + $this->tbrot_Annots = array(); + $this->tbrotForms = array(); + $this->tbrot_Reference = array(); + $this->tbrot_BMoutlines = array(); + $this->tbrot_toc = array(); + } + + if ($this->kwt) { + if ($this->table_rotate) { $this->table_keep_together = true; } + $this->kwt = false; + $this->kwt_saved = true; + } + + if ($this->tableLevel==1 && $this->useGraphs) { + if (isset($attr['ID']) && $attr['ID']) { $this->currentGraphId = strtoupper($attr['ID']); } + else { $this->currentGraphId = '0'; } + $this->graphs[$this->currentGraphId] = array(); + } + //++++++++++++++++++++++++++++ + $this->plainCell_properties = array(); + unset($table); + break; + + case 'THEAD': + $this->lastoptionaltag = $tag; // Save current HTML specified optional endtag + $this->cssmgr->tbCSSlvl++; + $this->tablethead = 1; + $this->tabletfoot = 0; + $properties = $this->cssmgr->MergeCSS('TABLE',$tag,$attr); + if (isset($properties['FONT-WEIGHT'])) { + if (strtoupper($properties['FONT-WEIGHT']) == 'BOLD') { $this->thead_font_weight = 'B'; } + else { $this->thead_font_weight = ''; } + } + + if (isset($properties['FONT-STYLE'])) { + if (strtoupper($properties['FONT-STYLE']) == 'ITALIC') { $this->thead_font_style = 'I'; } + else { $this->thead_font_style = ''; } + } + if (isset($properties['FONT-VARIANT'])) { + if (strtoupper($properties['FONT-VARIANT']) == 'SMALL-CAPS') { $this->thead_font_smCaps = 'S'; } + else { $this->thead_font_smCaps = ''; } + } + + if (isset($properties['VERTICAL-ALIGN'])) { + $this->thead_valign_default = $properties['VERTICAL-ALIGN']; + } + if (isset($properties['TEXT-ALIGN'])) { + $this->thead_textalign_default = $properties['TEXT-ALIGN']; + } + $properties = array(); + break; + + case 'TFOOT': + $this->lastoptionaltag = $tag; // Save current HTML specified optional endtag + $this->cssmgr->tbCSSlvl++; + $this->tabletfoot = 1; + $this->tablethead = 0; + $properties = $this->cssmgr->MergeCSS('TABLE',$tag,$attr); + if (isset($properties['FONT-WEIGHT'])) { + if (strtoupper($properties['FONT-WEIGHT']) == 'BOLD') { $this->tfoot_font_weight = 'B'; } + else { $this->tfoot_font_weight = ''; } + } + + if (isset($properties['FONT-STYLE'])) { + if (strtoupper($properties['FONT-STYLE']) == 'ITALIC') { $this->tfoot_font_style = 'I'; } + else { $this->tfoot_font_style = ''; } + } + if (isset($properties['FONT-VARIANT'])) { + if (strtoupper($properties['FONT-VARIANT']) == 'SMALL-CAPS') { $this->tfoot_font_smCaps = 'S'; } + else { $this->tfoot_font_smCaps = ''; } + } + + if (isset($properties['VERTICAL-ALIGN'])) { + $this->tfoot_valign_default = $properties['VERTICAL-ALIGN']; + } + if (isset($properties['TEXT-ALIGN'])) { + $this->tfoot_textalign_default = $properties['TEXT-ALIGN']; + } + $properties = array(); + break; + + + case 'TBODY': + $this->tablethead = 0; + $this->tabletfoot = 0; + $this->lastoptionaltag = $tag; // Save current HTML specified optional endtag + $this->cssmgr->tbCSSlvl++; + $this->cssmgr->MergeCSS('TABLE',$tag,$attr); + break; + + + case 'TR': + $this->lastoptionaltag = $tag; // Save current HTML specified optional endtag + $this->cssmgr->tbCSSlvl++; + $this->row++; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nr']++; + $this->col = -1; + $properties = $this->cssmgr->MergeCSS('TABLE',$tag,$attr); + + if (!$this->simpleTables && (!isset($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['borders_separate']) || !$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['borders_separate'])) { + if (isset($properties['BORDER-LEFT']) && $properties['BORDER-LEFT']) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trborder-left'][$this->row] = $properties['BORDER-LEFT']; } + if (isset($properties['BORDER-RIGHT']) && $properties['BORDER-RIGHT']) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trborder-right'][$this->row] = $properties['BORDER-RIGHT']; } + if (isset($properties['BORDER-TOP']) && $properties['BORDER-TOP']) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trborder-top'][$this->row] = $properties['BORDER-TOP']; } + if (isset($properties['BORDER-BOTTOM']) && $properties['BORDER-BOTTOM']) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trborder-bottom'][$this->row] = $properties['BORDER-BOTTOM']; } + } + + if (isset($properties['BACKGROUND-COLOR'])) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['bgcolor'][$this->row] = $properties['BACKGROUND-COLOR']; } + else if (isset($attr['BGCOLOR'])) $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['bgcolor'][$this->row] = $attr['BGCOLOR']; + +/*-- BACKGROUNDS --*/ + if (isset($properties['BACKGROUND-GRADIENT']) && !$this->kwt && !$this->ColActive) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trgradients'][$this->row] = $properties['BACKGROUND-GRADIENT']; } + + if (isset($properties['BACKGROUND-IMAGE']) && $properties['BACKGROUND-IMAGE'] && !$this->kwt && !$this->ColActive) { + $ret = $this->SetBackground($properties, $currblk['inner_width']); + if ($ret) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trbackground-images'][$this->row] = $ret; } + } +/*-- END BACKGROUNDS --*/ + + + if (isset($properties['TEXT-ROTATE'])) { + $this->trow_text_rotate = $properties['TEXT-ROTATE']; + } + if (isset($attr['TEXT-ROTATE'])) $this->trow_text_rotate = $attr['TEXT-ROTATE']; + + if ($this->tablethead) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_thead'][$this->row] = true; } + if ($this->tabletfoot) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot'][$this->row] = true; } + $properties = array(); + break; + + + case 'TH': + case 'TD': + $this->ignorefollowingspaces = true; + $this->lastoptionaltag = $tag; // Save current HTML specified optional endtag + $this->cssmgr->tbCSSlvl++; + $this->InlineProperties = array(); + $this->spanlvl = 0; + $this->tdbegin = true; + $this->col++; + while (isset($this->cell[$this->row][$this->col])) { $this->col++; } + + //Update number column + if ($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nc'] < $this->col+1) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nc'] = $this->col+1; } + + $table = &$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]; + + $c = array('a' => false, + 'R' => false, + 'nowrap' => false, + 'bgcolor' => false, + 'padding' => array('L' => false, + 'R' => false, + 'T' => false, + 'B' => false + ) + ); + + if ($this->simpleTables && $this->row==0 && $this->col==0){ + $table['simple']['border'] = false; + $table['simple']['border_details']['R']['w'] = 0; + $table['simple']['border_details']['L']['w'] = 0; + $table['simple']['border_details']['T']['w'] = 0; + $table['simple']['border_details']['B']['w'] = 0; + $table['simple']['border_details']['R']['style'] = ''; + $table['simple']['border_details']['L']['style'] = ''; + $table['simple']['border_details']['T']['style'] = ''; + $table['simple']['border_details']['B']['style'] = ''; + } + else if (!$this->simpleTables) { + $c['border'] = false; + $c['border_details']['R']['w'] = 0; + $c['border_details']['L']['w'] = 0; + $c['border_details']['T']['w'] = 0; + $c['border_details']['B']['w'] = 0; + $c['border_details']['mbw']['BL'] = 0; + $c['border_details']['mbw']['BR'] = 0; + $c['border_details']['mbw']['RT'] = 0; + $c['border_details']['mbw']['RB'] = 0; + $c['border_details']['mbw']['TL'] = 0; + $c['border_details']['mbw']['TR'] = 0; + $c['border_details']['mbw']['LT'] = 0; + $c['border_details']['mbw']['LB'] = 0; + $c['border_details']['R']['style'] = ''; + $c['border_details']['L']['style'] = ''; + $c['border_details']['T']['style'] = ''; + $c['border_details']['B']['style'] = ''; + $c['border_details']['R']['s'] = 0; + $c['border_details']['L']['s'] = 0; + $c['border_details']['T']['s'] = 0; + $c['border_details']['B']['s'] = 0; + $c['border_details']['R']['c'] = $this->ConvertColor(0); + $c['border_details']['L']['c'] = $this->ConvertColor(0); + $c['border_details']['T']['c'] = $this->ConvertColor(0); + $c['border_details']['B']['c'] = $this->ConvertColor(0); + $c['border_details']['R']['dom'] = 0; + $c['border_details']['L']['dom'] = 0; + $c['border_details']['T']['dom'] = 0; + $c['border_details']['B']['dom'] = 0; + } + + + if ($table['va']) { $c['va'] = $table['va']; } + if ($table['txta']) { $c['a'] = $table['txta']; } + if ($this->table_border_attr_set) { + if ($table['border_details']) { + if (!$this->simpleTables){ + $c['border_details']['R'] = $table['border_details']['R']; + $c['border_details']['L'] = $table['border_details']['L']; + $c['border_details']['T'] = $table['border_details']['T']; + $c['border_details']['B'] = $table['border_details']['B']; + $c['border'] = $table['border']; + $c['border_details']['L']['dom'] = 1; + $c['border_details']['R']['dom'] = 1; + $c['border_details']['T']['dom'] = 1; + $c['border_details']['B']['dom'] = 1; + } + else if ($this->simpleTables && $this->row==0 && $this->col==0){ + $table['simple']['border_details']['R'] = $table['border_details']['R']; + $table['simple']['border_details']['L'] = $table['border_details']['L']; + $table['simple']['border_details']['T'] = $table['border_details']['T']; + $table['simple']['border_details']['B'] = $table['border_details']['B']; + $table['simple']['border'] = $table['border']; + } + } + } + // INHERITED THEAD CSS Properties + if ($this->tablethead) { + if ($this->thead_valign_default) $c['va'] = $align[strtolower($this->thead_valign_default)]; + if ($this->thead_textalign_default) $c['a'] = $align[strtolower($this->thead_textalign_default)]; + if ($this->thead_font_weight == 'B') { $this->SetStyle('B',true); } + if ($this->thead_font_style == 'I') { $this->SetStyle('I',true); } + if ($this->thead_font_smCaps == 'S') { $this->SetStyle('S',true); } + } + + // INHERITED TFOOT CSS Properties + if ($this->tabletfoot) { + if ($this->tfoot_valign_default) $c['va'] = $align[strtolower($this->tfoot_valign_default)]; + if ($this->tfoot_textalign_default) $c['a'] = $align[strtolower($this->tfoot_textalign_default)]; + if ($this->tfoot_font_weight == 'B') { $this->SetStyle('B',true); } + if ($this->tfoot_font_style == 'I') { $this->SetStyle('I',true); } + if ($this->tfoot_font_style == 'S') { $this->SetStyle('S',true); } + } + + + if ($this->trow_text_rotate){ + $c['R'] = $this->trow_text_rotate; + } + + $this->cell_border_dominance_L = 0; + $this->cell_border_dominance_R = 0; + $this->cell_border_dominance_T = 0; + $this->cell_border_dominance_B = 0; + + $properties = $this->cssmgr->MergeCSS('TABLE',$tag,$attr); + $properties = $this->cssmgr->array_merge_recursive_unique($this->base_table_properties, $properties); + + if (isset($properties['FONT-KERNING']) && (strtoupper($properties['FONT-KERNING'])=='NORMAL' || strtoupper($properties['FONT-KERNING'])=='AUTO')) { + $this->kerning = true; + } + else { $this->kerning = false; } + + if (isset($properties['LETTER-SPACING']) && ($properties['LETTER-SPACING'] || $properties['LETTER-SPACING']==='0') && strtoupper($properties['LETTER-SPACING']) != 'NORMAL') { + $this->lSpacingCSS = strtoupper($properties['LETTER-SPACING']); + $this->fixedlSpacing = $this->ConvertSize($this->lSpacingCSS,$this->FontSize); + } + else { + $this->lSpacingCSS = ''; + $this->fixedlSpacing = false; + } + if (isset($properties['WORD-SPACING']) && strtoupper($properties['WORD-SPACING']) != 'NORMAL') { + $this->wSpacingCSS = strtoupper($properties['WORD-SPACING']); + $this->minwSpacing = $this->ConvertSize($this->wSpacingCSS,$this->FontSize); + } + else { + $this->minwSpacing = 0; + $this->wSpacingCSS = ''; + } + // mPDF 5.6.08 + if (isset($properties['HYPHENS']) && $properties['HYPHENS']) { + if (strtoupper($properties['HYPHENS']) == 'NONE') { $this->textparam['hyphens'] = 2; } + else if (strtoupper($properties['HYPHENS']) == 'AUTO') { $this->textparam['hyphens'] = 1; } + else if (strtoupper($properties['HYPHENS']) == 'MANUAL') { $this->textparam['hyphens'] = 0; } + } + + if (isset($properties['BACKGROUND-COLOR'])) { $c['bgcolor'] = $properties['BACKGROUND-COLOR']; } + else if (isset($properties['BACKGROUND'])) { $c['bgcolor'] = $properties['BACKGROUND']; } + else if (isset($attr['BGCOLOR'])) $c['bgcolor'] = $attr['BGCOLOR']; + + + +/*-- BACKGROUNDS --*/ + if (isset($properties['BACKGROUND-GRADIENT'])) { $c['gradient'] = $properties['BACKGROUND-GRADIENT']; } + else { $c['gradient'] = false; } + + if (isset($properties['BACKGROUND-IMAGE']) && $properties['BACKGROUND-IMAGE'] && !$this->keep_block_together) { + $ret = $this->SetBackground($properties, $this->blk[$this->blklvl]['inner_width']); + if ($ret) { $c['background-image'] = $ret; } + } +/*-- END BACKGROUNDS --*/ + if (isset($properties['VERTICAL-ALIGN'])) { $c['va']=$align[strtolower($properties['VERTICAL-ALIGN'])]; } + else if (isset($attr['VALIGN'])) $c['va'] = $align[strtolower($attr['VALIGN'])]; + + + // mPDF 5.6.13 + if (isset($properties['TEXT-ALIGN']) && $properties['TEXT-ALIGN']) { + if (substr($properties['TEXT-ALIGN'],0,1)=='D') { $c['a'] = $properties['TEXT-ALIGN']; } + else { $c['a'] = $align[strtolower($properties['TEXT-ALIGN'])]; } + } + // mPDF 5.6.13 + if (isset($attr['ALIGN']) && $attr['ALIGN']) { + if (strtolower($attr['ALIGN']) == 'char') { + if (isset($attr['CHAR']) && $attr['CHAR']) { + $char = html_entity_decode($attr['CHAR']); + $char = strcode2utf($char); + $d = array_search($char,$this->decimal_align); + if ($d !== false) { $c['a'] = $d.'R'; } + } + else { $c['a'] = 'DPR'; } + } + else { $c['a'] = $align[strtolower($attr['ALIGN'])]; } + } + + if (!$c['a']) { + if (isset($table['direction']) && $table['direction'] == 'rtl' ) { $c['a'] = 'R'; } + else { $c['a'] = 'L'; } + } + + + if (isset($properties['TEXT-ROTATE']) && ($properties['TEXT-ROTATE'] || $properties['TEXT-ROTATE']==="0")){ + $c['R'] = $properties['TEXT-ROTATE']; + } + if (isset($properties['BORDER'])) { + $bord = $this->border_details($properties['BORDER']); + if ($bord['s']) { + if (!$this->simpleTables){ + $c['border'] = _BORDER_ALL; + $c['border_details']['R'] = $bord; + $c['border_details']['L'] = $bord; + $c['border_details']['T'] = $bord; + $c['border_details']['B'] = $bord; + $c['border_details']['L']['dom'] = $this->cell_border_dominance_L; + $c['border_details']['R']['dom'] = $this->cell_border_dominance_R; + $c['border_details']['T']['dom'] = $this->cell_border_dominance_T; + $c['border_details']['B']['dom'] = $this->cell_border_dominance_B; + } + else if ($this->simpleTables && $this->row==0 && $this->col==0){ + $table['simple']['border'] = _BORDER_ALL; + $table['simple']['border_details']['R'] = $bord; + $table['simple']['border_details']['L'] = $bord; + $table['simple']['border_details']['T'] = $bord; + $table['simple']['border_details']['B'] = $bord; + } + } + } + if (!$this->simpleTables){ + if (isset($properties['BORDER-RIGHT']) && $properties['BORDER-RIGHT']) { + $c['border_details']['R'] = $this->border_details($properties['BORDER-RIGHT']); + $this->setBorder($c['border'], _BORDER_RIGHT, $c['border_details']['R']['s']); + $c['border_details']['R']['dom'] = $this->cell_border_dominance_R; + } + if (isset($properties['BORDER-LEFT']) && $properties['BORDER-LEFT']) { + $c['border_details']['L'] = $this->border_details($properties['BORDER-LEFT']); + $this->setBorder($c['border'], _BORDER_LEFT, $c['border_details']['L']['s']); + $c['border_details']['L']['dom'] = $this->cell_border_dominance_L; + } + if (isset($properties['BORDER-BOTTOM']) && $properties['BORDER-BOTTOM']) { + $c['border_details']['B'] = $this->border_details($properties['BORDER-BOTTOM']); + $this->setBorder($c['border'], _BORDER_BOTTOM, $c['border_details']['B']['s']); + $c['border_details']['B']['dom'] = $this->cell_border_dominance_B; + } + if (isset($properties['BORDER-TOP']) && $properties['BORDER-TOP']) { + $c['border_details']['T'] = $this->border_details($properties['BORDER-TOP']); + $this->setBorder($c['border'], _BORDER_TOP, $c['border_details']['T']['s']); + $c['border_details']['T']['dom'] = $this->cell_border_dominance_T; + } + } + else if ($this->simpleTables && $this->row==0 && $this->col==0){ + if (isset($properties['BORDER-LEFT']) && $properties['BORDER-LEFT']) { + $bord = $this->border_details($properties['BORDER-LEFT']); + if ($bord['s']) { $table['simple']['border'] = _BORDER_ALL; } + else { $table['simple']['border'] = 0; } + $table['simple']['border_details']['R'] = $bord; + $table['simple']['border_details']['L'] = $bord; + $table['simple']['border_details']['T'] = $bord; + $table['simple']['border_details']['B'] = $bord; + } + } + + if ($this->simpleTables && $this->row==0 && $this->col==0 && !$table['borders_separate'] && $table['simple']['border'] ){ + $table['border_details'] = $table['simple']['border_details']; + $table['border'] = $table['simple']['border']; + } + + // Border set on TR (if collapsed only) + if (!$table['borders_separate'] && !$this->simpleTables && isset($table['trborder-left'][$this->row])) { + if ($this->col==0) { + $left = $this->border_details($table['trborder-left'][$this->row]); + $c['border_details']['L'] = $left; + $this->setBorder($c['border'], _BORDER_LEFT, $c['border_details']['L']['s']); + } + $c['border_details']['B'] = $this->border_details($table['trborder-bottom'][$this->row]); + $this->setBorder($c['border'], _BORDER_BOTTOM, $c['border_details']['B']['s']); + $c['border_details']['T'] = $this->border_details($table['trborder-top'][$this->row]); + $this->setBorder($c['border'], _BORDER_TOP, $c['border_details']['T']['s']); + } + + if ($this->packTableData && !$this->simpleTables) { + $c['borderbin'] = $this->_packCellBorder($c); + unset($c['border']); + unset($c['border_details']); + } + + if (isset($properties['PADDING-LEFT'])) { + $c['padding']['L'] = $this->ConvertSize($properties['PADDING-LEFT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['PADDING-RIGHT'])) { + $c['padding']['R'] = $this->ConvertSize($properties['PADDING-RIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['PADDING-BOTTOM'])) { + $c['padding']['B'] = $this->ConvertSize($properties['PADDING-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + if (isset($properties['PADDING-TOP'])) { + $c['padding']['T'] = $this->ConvertSize($properties['PADDING-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + + $w = ''; + if (isset($properties['WIDTH'])) { $w = $properties['WIDTH']; } + else if (isset($attr['WIDTH'])) { $w = $attr['WIDTH']; } + if ($w) { + if (strpos($w,'%') && !$this->ignore_table_percents ) { $c['wpercent'] = $w + 0; } // makes 80% -> 80 + else if (!strpos($w,'%') && !$this->ignore_table_widths ) { $c['w'] = $this->ConvertSize($w,$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + } + + if (isset($properties['HEIGHT']) && !strpos($properties['HEIGHT'],'%')) { $c['h'] = $this->ConvertSize($properties['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + else if (isset($attr['HEIGHT']) && !strpos($attr['HEIGHT'],'%')) $c['h'] = $this->ConvertSize($attr['HEIGHT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + + + if (isset($properties['COLOR'])) { + $cor = $this->ConvertColor($properties['COLOR']); + if ($cor) { + $this->colorarray = $cor; + $this->SetTColor($cor); + } + } + if (isset($properties['FONT-FAMILY'])) { + $this->SetFont($properties['FONT-FAMILY'],'',0,false); + } + if (isset($properties['FONT-SIZE'])) { + $mmsize = $this->ConvertSize($properties['FONT-SIZE'],$this->default_font_size/_MPDFK); + if ($mmsize) { + $this->SetFontSize($mmsize*(_MPDFK),false); + } + } + $c['dfs'] = $this->FontSize; // Default Font size + if (isset($properties['FONT-WEIGHT'])) { + if (strtoupper($properties['FONT-WEIGHT']) == 'BOLD') { $this->SetStyle('B',true); } + } + if (isset($properties['FONT-STYLE'])) { + if (strtoupper($properties['FONT-STYLE']) == 'ITALIC') { $this->SetStyle('I',true); } + } + if (isset($properties['FONT-VARIANT'])) { + if (strtoupper($properties['FONT-VARIANT']) == 'SMALL-CAPS') { $this->SetStyle('S',true); } + } + if (isset($properties['TEXT-DECORATION'])) { + if (strtoupper($properties['TEXT-DECORATION']) == 'LINE-THROUGH') { $this->strike = true; } + else if (strtoupper($properties['TEXT-DECORATION']) == 'UNDERLINE') { $this->SetStyle('U',true); } + } + if (isset($properties['TEXT-SHADOW'])) { + $ts = $this->cssmgr->setCSStextshadow($properties['TEXT-SHADOW']); + if ($ts) { $this->textshadow = $ts; } + } + if (isset($properties['TEXT-TRANSFORM'])) { + if (strtoupper($properties['TEXT-TRANSFORM']) == 'CAPITALIZE') { $this->capitalize = true; } + else if (strtoupper($properties['TEXT-TRANSFORM']) == 'UPPERCASE') { $this->toupper = true; } + else if (strtoupper($properties['TEXT-TRANSFORM']) == 'LOWERCASE') { $this->tolower = true; } + } + if (isset($properties['WHITE-SPACE'])) { + if (strtoupper($properties['WHITE-SPACE']) == 'NOWRAP') { $c['nowrap']= 1; } + } + $properties = array(); + + if (isset($attr['TEXT-ROTATE'])) { + $c['R'] = $attr['TEXT-ROTATE']; + } + if (isset($attr['NOWRAP']) && $attr['NOWRAP']) $c['nowrap']= 1; + + $this->cell[$this->row][$this->col] = $c; + unset($c); + $this->cell[$this->row][$this->col]['s'] = 0 ; + + $cs = $rs = 1; + if (isset($attr['COLSPAN']) && $attr['COLSPAN']>1) $cs = $this->cell[$this->row][$this->col]['colspan'] = $attr['COLSPAN']; + if ($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nc'] < $this->col+$cs) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nc'] = $this->col+$cs; + } // following code moved outside if... + for($l=$this->col; $l < $this->col+$cs ;$l++) { + if ($l-$this->col) $this->cell[$this->row][$l] = 0; + } + if (isset($attr['ROWSPAN']) && $attr['ROWSPAN']>1) $rs = $this->cell[$this->row][$this->col]['rowspan'] = $attr['ROWSPAN']; + for ($k=$this->row ; $k < $this->row+$rs ;$k++) { + for($l=$this->col; $l < $this->col+$cs ;$l++) { + if ($k-$this->row || $l-$this->col) $this->cell[$k][$l] = 0; + } + } + unset($table); + break; +/*-- END TABLES --*/ + + +/*-- LISTS --*/ + // *********** LISTS ******************** + case 'OL': + case 'UL': + $this->listjustfinished = false; + + if ($this->blockjustfinished && !count($this->textbuffer) && $this->y != $this->tMargin && $this->collapseBlockMargins) { $lastbottommargin = $this->lastblockbottommargin; } + else { $lastbottommargin = 0; } + $this->lastblockbottommargin = 0; + $this->blockjustfinished=false; + + $this->linebreakjustfinished=false; + $this->lastoptionaltag = ''; // Save current HTML specified optional endtag + $this->cssmgr->listCSSlvl++; + if((!$this->tableLevel) && ($this->listlvl == 0)) { + $blockstate = 0; + //if ($this->lastblocklevelchange == 1) { $blockstate = -1; } // Top margins/padding only + //else if ($this->lastblocklevelchange < 1) { $blockstate = 0; } // NO margins/padding + // called from block after new div e.g.
      ...
        ... Outputs block top margin/border and padding + if (count($this->textbuffer) == 0 && $this->lastblocklevelchange == 1 && !$this->tableLevel && !$this->kwt) { + $this->newFlowingBlock( $this->blk[$this->blklvl]['width'],$this->lineheight,'',false,false,1,true, $this->blk[$this->blklvl]['direction']); + $this->finishFlowingBlock(true); // true = END of flowing block + } + else if (count($this->textbuffer)) { $this->printbuffer($this->textbuffer,$blockstate); } + $this->textbuffer=array(); + $this->lastblocklevelchange = -1; + } + // ol and ul types are mixed here + if ($this->listlvl == 0) { + $this->list_indent = array(); + $this->list_align = array(); + $this->list_lineheight = array(); + $this->InlineProperties['LIST'] = array(); + $this->InlineProperties['LISTITEM'] = array(); + } + +/*-- TABLES --*/ + // A simple list for inside a table + if($this->tableLevel) { + $this->list_indent[$this->listlvl] = 0; // mm default indent for each level + if ($tag == 'OL') $this->listtype = '1'; + else if ($tag == 'UL') $this->listtype = 'disc'; + if ($this->listlvl > 0) { + $this->listlist[$this->listlvl]['MAXNUM'] = $this->listnum; //save previous lvl's maxnum + } + $this->listlvl++; + // mPDF 5.6.15 + if (isset($attr['START'])) { $this->listnum = intval($attr['START']); } + else { $this->listnum = 0; } + $this->listlist[$this->listlvl] = array('TYPE'=>$this->listtype,'MAXNUM'=>$this->listnum); + break; + } +/*-- END TABLES --*/ + + + if (($this->PDFA || $this->PDFX) && $tag == 'UL') { + if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) { $this->PDFAXwarnings[] = "List bullets cannot use core font Zapfdingbats in PDFA1-b or PDFX/1-a. (Substitute characters from current font used if available, otherwise substitutes hyphen '-')"; } + } + + if ($this->cssmgr->listCSSlvl==1) { + $properties = $this->cssmgr->MergeCSS('TOPLIST',$tag,$attr); + } + else { + $properties = $this->cssmgr->MergeCSS('LIST',$tag,$attr); + } + if (!empty($properties)) $this->setCSS($properties,'LIST'); + // List-type + + $this->listtype = ''; + if (isset($properties['LIST-STYLE-TYPE'])) { + $this->listtype = $this->_getListStyle($properties['LIST-STYLE-TYPE']); + } + else if (isset($properties['LIST-STYLE'])) { + $this->listtype = $this->_getListStyle($properties['LIST-STYLE']); + } + else if (isset($attr['TYPE']) && $attr['TYPE']) { $this->listtype = $attr['TYPE']; } + if (!$this->listtype) { + if ($tag == 'OL') $this->listtype = '1'; + if ($tag == 'UL') { + if ($this->listlvl % 3 == 0) $this->listtype = 'disc'; + elseif ($this->listlvl % 3 == 1) $this->listtype = 'circle'; + else $this->listtype = 'square'; + } + } + if ($this->listlvl == 0) { + $this->inherit_lineheight = 0; + $this->listlvl++; // first depth level + // mPDF 5.6.15 + if (isset($attr['START'])) { $this->listnum = intval($attr['START']); } + else { $this->listnum = 0; } + $this->listDir = (isset($this->blk[$this->blklvl]['direction']) ? $this->blk[$this->blklvl]['direction'] : null); + $occur = $this->listoccur[$this->listlvl] = 1; + $this->listlist[$this->listlvl][1] = array('TYPE'=>$this->listtype,'MAXNUM'=>$this->listnum); + } + else { + if (!empty($this->textbuffer)) + { + $this->listitem[] = array($this->listlvl,$this->listnum,$this->textbuffer,$this->listoccur[$this->listlvl],$this->listitemtype); + $this->listnum++; + } + // Save current lineheight to inherit + $this->textbuffer = array(); + $occur = $this->listoccur[$this->listlvl]; + $this->listlist[$this->listlvl][$occur]['MAXNUM'] = $this->listnum; //save previous lvl's maxnum + $this->listlvl++; + // mPDF 5.6.15 + if (isset($attr['START'])) { $this->listnum = intval($attr['START']); } + else { $this->listnum = 0; } + + + if (!isset($this->listoccur[$this->listlvl]) || $this->listoccur[$this->listlvl] == 0) $this->listoccur[$this->listlvl] = 1; + else $this->listoccur[$this->listlvl]++; + $occur = $this->listoccur[$this->listlvl]; + $this->listlist[$this->listlvl][$occur] = array('TYPE'=>$this->listtype,'MAXNUM'=>$this->listnum); + } + + + // TOP LEVEL ONLY + if ($this->listlvl == 1) { + if (isset($properties['MARGIN-TOP'])) { + if ($lastbottommargin) { + $tmp = $this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + if ($tmp > $lastbottommargin) { $properties['MARGIN-TOP'] -= $lastbottommargin; } + else { $properties['MARGIN-TOP'] = 0; } + } + $this->DivLn($this->ConvertSize($properties['MARGIN-TOP'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false),$this->blklvl,true,1); // collapsible + } + if (isset($properties['MARGIN-BOTTOM'])) { + $this->list_margin_bottom = $this->ConvertSize($properties['MARGIN-BOTTOM'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); + } + + if (isset($this->blk[$this->blklvl]['line_height'])) { + $this->list_lineheight[$this->listlvl][$occur] = $this->blk[$this->blklvl]['line_height']; + } + + if (isset($properties['DIRECTION']) && $properties['DIRECTION']) { $this->listDir = strtolower($properties['DIRECTION']); } + else if (isset($attr['DIR']) && $attr['DIR']) { $this->listDir = strtolower($attr['DIR']); } + + } + $this->list_indent[$this->listlvl][$occur] = 5; // mm default indent for each level + if (isset($properties['TEXT-INDENT'])) { $this->list_indent[$this->listlvl][$occur] = $this->ConvertSize($properties['TEXT-INDENT'],$this->blk[$this->blklvl]['inner_width'],$this->FontSize,false); } + + if (isset($properties['TEXT-ALIGN'])) { + $this->list_align[$this->listlvl][$occur] = $align[strtolower($properties['TEXT-ALIGN'])]; + } + + + if (isset($properties['LINE-HEIGHT'])) { + $this->list_lineheight[$this->listlvl][$occur] = $this->fixLineheight($properties['LINE-HEIGHT']); + } + else if ($this->listlvl>1 && isset($this->list_lineheight[($this->listlvl - 1)][1])) { + $this->list_lineheight[$this->listlvl][$occur] = end($this->list_lineheight[($this->listlvl - 1)]); + } + if (!isset($this->list_lineheight[$this->listlvl][$occur]) || !$this->list_lineheight[$this->listlvl][$occur]) { + $this->list_lineheight[$this->listlvl][$occur] = $this->normalLineheight; + } + + $this->InlineProperties['LIST'][$this->listlvl][$occur] = $this->saveInlineProperties(); + $properties = array(); + break; + + + + case 'LI': + // Start Block + $this->lastoptionaltag = $tag; // Save current HTML specified optional endtag + $this->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces +/*-- TABLES --*/ + // A simple list for inside a table + if($this->tableLevel) { + $this->blockjustfinished=false; + + // If already something in the Cell + if ((isset($this->cell[$this->row][$this->col]['maxs']) && $this->cell[$this->row][$this->col]['maxs'] > 0 ) || $this->cell[$this->row][$this->col]['s'] > 0 ) { + $this->_saveCellTextBuffer("\n"); + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0 ; + } + if ($this->listlvl == 0) { //in case of malformed HTML code. Example:(...)

      1. Content
      2. Paragraph1

        (...) + $this->listlvl++; // first depth level + $this->listnum = 0; // reset + $this->listlist[$this->listlvl] = array('TYPE'=>'disc','MAXNUM'=>$this->listnum); + } + + $this->listnum++; + switch($this->listlist[$this->listlvl]['TYPE']) { + case 'A': + $blt = $this->dec2alpha($this->listnum,true).$this->list_number_suffix; + break; + case 'a': + $blt = $this->dec2alpha($this->listnum,false).$this->list_number_suffix; + break; + case 'I': + $blt = $this->dec2roman($this->listnum,true).$this->list_number_suffix; + break; + case 'i': + $blt = $this->dec2roman($this->listnum,false).$this->list_number_suffix; + break; + case '1': + $blt = $this->listnum.$this->list_number_suffix; + break; + default: + if ($this->listlvl % 3 == 1 && $this->_charDefined($this->CurrentFont['cw'],8226)) { $blt = "\xe2\x80\xa2"; } // • + else if ($this->listlvl % 3 == 2 && $this->_charDefined($this->CurrentFont['cw'],9900)) { $blt = "\xe2\x9a\xac"; } // ⚬ + else if ($this->listlvl % 3 == 0 && $this->_charDefined($this->CurrentFont['cw'],9642)) { $blt = "\xe2\x96\xaa"; } // ▪ + else { $blt = '-'; } + break; + } + + // change to   spaces + if ($this->usingCoreFont) { + $ls = str_repeat(chr(160).chr(160),($this->listlvl-1)*2) . $blt . ' '; + } + else { + $ls = str_repeat("\xc2\xa0\xc2\xa0",($this->listlvl-1)*2) . $blt . ' '; + } + + $this->_saveCellTextBuffer($ls, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $this->GetStringWidth($ls); + break; + } +/*-- END TABLES --*/ + //Observation: is ignored + if ($this->listlvl == 0) { //in case of malformed HTML code. Example:(...)

      3. Content
      4. Paragraph1

        (...) + //First of all, skip a line + $this->listlvl++; // first depth level + $this->listnum = 0; // reset + $this->listoccur[$this->listlvl] = 1; + $this->listlist[$this->listlvl][1] = array('TYPE'=>'disc','MAXNUM'=>$this->listnum); + } + if ($this->listnum == 0) { + $this->listnum++; + $this->textbuffer = array(); + } + else { + if (!empty($this->textbuffer)) { + if (!$this->listjustfinished) { + $this->listitem[] = array($this->listlvl,$this->listnum,$this->textbuffer,$this->listoccur[$this->listlvl],$this->listitemtype); + $this->listnum++; + } + else { + $this->listitem[] = array($this->listlvl,$this->listnum,$this->textbuffer,$this->listoccur[$this->listlvl],$this->listitemtype, true); + } + } + $this->textbuffer = array(); + } + $this->listjustfinished = false; + + $this->cssmgr->listCSSlvl++; + $properties = $this->cssmgr->MergeCSS('LIST',$tag,$attr); + if (!empty($properties)) $this->setCSS($properties,'LIST'); + $this->InlineProperties['LISTITEM'][$this->listlvl][$this->listoccur[$this->listlvl]][$this->listnum] = $this->saveInlineProperties(); + + // List-type + if (isset($properties['LIST-STYLE-TYPE'])) { + $this->listitemtype = $this->_getListStyle($properties['LIST-STYLE-TYPE']); + } + else if (isset($properties['LIST-STYLE'])) { + $this->listitemtype = $this->_getListStyle($properties['LIST-STYLE']); + } + else if (isset($attr['TYPE']) && $attr['TYPE']) { $this->listitemtype = $attr['TYPE']; } + else $this->listitemtype = ''; + break; +/*-- END LISTS --*/ + + }//end of switch +} + +/*-- LISTS --*/ + +function _getListStyle($ls) { + if (stristr($ls,'decimal')) { return '1'; } +/* CSS3 list-styles numeric (selected) + I added tamil +arabic-indic | bengali | devanagari | gujarati | gurmukhi | kannada | malayalam | oriya | persian | telugu | thai | urdu +*/ + else if (preg_match('/(disc|circle|square|arabic-indic|bengali|devanagari|gujarati|gurmukhi|kannada|malayalam|oriya|persian|tamil|telugu|thai|urdu)/i',$ls,$m)) { + return strtolower(trim($m[1])); + } + else if (stristr($ls,'lower-roman')) { return 'i'; } + else if (stristr($ls,'upper-roman')) { return 'I'; } + else if (stristr($ls,'lower-latin')|| stristr($ls,'lower-alpha')) { return 'a'; } + else if (stristr($ls,'upper-latin') || stristr($ls,'upper-alpha')) { return 'A'; } + else if (stristr($ls,'none')) { return 'none'; } + else if (preg_match('/U\+([a-fA-F0-9]+)/i',$ls)) { return $ls; } + else { return ''; } +} +/*-- END LISTS --*/ + + + +function CloseTag($tag) +{ + $this->ignorefollowingspaces = false; //Eliminate exceeding left-side spaces + //Closing tag + if($tag=='OPTION') { $this->selectoption['ACTIVE'] = false; $this->lastoptionaltag = ''; } + + if($tag=='TTS' or $tag=='TTA' or $tag=='TTZ') { + if ($this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + $ltag = strtolower($tag); + $this->$ltag = false; + } + + + if($tag=='FONT' || $tag=='SPAN' || $tag=='CODE' || $tag=='KBD' || $tag=='SAMP' || $tag=='TT' || $tag=='VAR' + || $tag=='INS' || $tag=='STRONG' || $tag=='CITE' || $tag=='SUB' || $tag=='SUP' || $tag=='S' || $tag=='STRIKE' || $tag=='DEL' + || $tag=='Q' || $tag=='EM' || $tag=='B' || $tag=='I' || $tag=='U' | $tag=='SMALL' || $tag=='BIG' || $tag=='ACRONYM' + || $tag=='MARK' || $tag=='TIME' || $tag=='PROGRESS' || $tag=='METER' + ) { // mPDF 5.5.09 + + if ($tag == 'SPAN') { + if (isset($this->InlineProperties['SPAN'][$this->spanlvl]) && $this->InlineProperties['SPAN'][$this->spanlvl]) { $this->restoreInlineProperties($this->InlineProperties['SPAN'][$this->spanlvl]); } + unset($this->InlineProperties['SPAN'][$this->spanlvl]); + if (isset($this->InlineAnnots['SPAN'][$this->spanlvl]) && $this->InlineAnnots['SPAN'][$this->spanlvl]) { $annot = $this->InlineAnnots['SPAN'][$this->spanlvl]; } // *ANNOTATIONS* + unset($this->InlineAnnots['SPAN'][$this->spanlvl]); // *ANNOTATIONS* + $this->spanlvl--; + } + else { + if (isset($this->InlineProperties[$tag]) && $this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + if (isset($this->InlineAnnots[$tag]) && $this->InlineAnnots[$tag]) { $annot = $this->InlineAnnots[$tag]; } // *ANNOTATIONS* + unset($this->InlineAnnots[$tag]); // *ANNOTATIONS* + } + +/*-- ANNOTATIONS --*/ + if (isset($annot)) { + if($this->tableLevel) { // *TABLES* + $this->cell[$this->row][$this->col]['textbuffer'][] = array($annot); // *TABLES* + } // *TABLES* + else { // *TABLES* + $this->textbuffer[] = array($annot); + } // *TABLES* + } +/*-- END ANNOTATIONS --*/ + } + + if($tag=='METER' || $tag=='PROGRESS') { + $this->inMeter = false; // mPDF 5.5.09 + } + + + if($tag=='A') { + $this->HREF=''; + if (isset($this->InlineProperties['A'])) { $this->restoreInlineProperties($this->InlineProperties['A']); } + unset($this->InlineProperties['A']); + } + + if($tag=='LEGEND') { // mPDF 5.4.18 + if (count($this->textbuffer) && !$this->tableLevel) { + $leg = $this->textbuffer[(count($this->textbuffer)-1)]; + unset($this->textbuffer[(count($this->textbuffer)-1)]); + $this->textbuffer = array_values($this->textbuffer); + $this->blk[$this->blklvl]['border_legend'] = $leg; + $this->blk[$this->blklvl]['margin_top'] += ($leg[11]/2)/_MPDFK; + $this->blk[$this->blklvl]['padding_top'] += ($leg[11]/2)/_MPDFK; + } + if (isset($this->InlineProperties['LEGEND'])) { $this->restoreInlineProperties($this->InlineProperties['LEGEND']); } + unset($this->InlineProperties['LEGEND']); + $this->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces + } + + + +/*-- FORMS --*/ + // *********** FORM ELEMENTS ******************** + + if($tag=='TEXTAREA') { + $this->specialcontent = ''; + if ($this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + } + + + if($tag=='SELECT') { + $this->lastoptionaltag = ''; + $texto = ''; + if (isset($this->selectoption['SELECTED'])) { $texto = $this->selectoption['SELECTED']; } + + if ($this->useActiveForms) { $w = $this->selectoption['MAXWIDTH']; } + else { $w = $this->GetStringWidth($texto); } + if ($w == 0) { $w = 5; } + $objattr['type'] = 'select'; + $objattr['text'] = $texto; + if (isset($this->selectoption['NAME'])) { $objattr['fieldname'] = $this->selectoption['NAME']; } + if (isset($this->selectoption['READONLY'])) { $objattr['readonly'] = true; } + if (isset($this->selectoption['REQUIRED'])) { $objattr['required'] = true; } + if (isset($this->selectoption['SPELLCHECK'])) { $objattr['spellcheck'] = true; } + if (isset($this->selectoption['EDITABLE'])) { $objattr['editable'] = true; } + if (isset($this->selectoption['ONCHANGE'])) { $objattr['onChange'] = $this->selectoption['ONCHANGE']; } + if (isset($this->selectoption['ITEMS'])) { $objattr['items'] = $this->selectoption['ITEMS']; } + if (isset($this->selectoption['MULTIPLE'])) { $objattr['multiple'] = $this->selectoption['MULTIPLE']; } + if (isset($this->selectoption['DISABLED'])) { $objattr['disabled'] = $this->selectoption['DISABLED']; } + if (isset($this->selectoption['TITLE'])) { $objattr['title'] = $this->selectoption['TITLE']; } + if (isset($this->selectoption['COLOR'])) { $objattr['color'] = $this->selectoption['COLOR']; } + if (isset($this->selectoption['SIZE'])) { $objattr['size'] = $this->selectoption['SIZE']; } + if (isset($objattr['size']) && $objattr['size']>1) { $rows=$objattr['size']; } else { $rows = 1; } + + $objattr['fontfamily'] = $this->FontFamily; + $objattr['fontsize'] = $this->FontSizePt; + + $objattr['width'] = $w + ($this->form->form_element_spacing['select']['outer']['h']*2)+($this->form->form_element_spacing['select']['inner']['h']*2) + ($this->FontSize*1.4); + $objattr['height'] = ($this->FontSize*$rows) + ($this->form->form_element_spacing['select']['outer']['v']*2)+($this->form->form_element_spacing['select']['inner']['v']*2); + $e = "\xbb\xa4\xactype=select,objattr=".serialize($objattr)."\xbb\xa4\xac"; + + // Clear properties - tidy up + $properties = array(); + + // Output it to buffers + if ($this->tableLevel) { // *TABLES* + $this->_saveCellTextBuffer($e, $this->HREF); + $this->cell[$this->row][$this->col]['s'] += $objattr['width'] ; // *TABLES* + } // *TABLES* + else { // *TABLES* + $this->_saveTextBuffer($e, $this->HREF); + } // *TABLES* + + $this->selectoption = array(); + $this->specialcontent = ''; + + if ($this->InlineProperties[$tag]) { $this->restoreInlineProperties($this->InlineProperties[$tag]); } + unset($this->InlineProperties[$tag]); + + } +/*-- END FORMS --*/ + + + // *********** BLOCKS ******************** + // mPDF 5.4.18 + if($tag=='P' || $tag=='DIV' || $tag=='H1' || $tag=='H2' || $tag=='H3' || $tag=='H4' || $tag=='H5' || $tag=='H6' || $tag=='PRE' + || $tag=='FORM' || $tag=='ADDRESS' || $tag=='BLOCKQUOTE' || $tag=='CENTER' || $tag=='DT' || $tag=='DD' || $tag=='DL' + || $tag=='CAPTION' || $tag=='FIELDSET' + || $tag=='ARTICLE' || $tag=='ASIDE' || $tag=='FIGURE' || $tag=='FIGCAPTION' || $tag=='FOOTER' || $tag=='HEADER' || $tag=='HGROUP' + || $tag=='NAV' || $tag=='SECTION' || $tag=='DETAILS' || $tag=='SUMMARY' + ) { // mPDF 5.5.09 // mPDF 5.5.22 + + $this->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces + $this->blockjustfinished=true; + + $this->lastblockbottommargin = $this->blk[$this->blklvl]['margin_bottom']; +/*-- LISTS --*/ + if ($this->listlvl>0) { return; } +/*-- END LISTS --*/ + + // mPDF 5.6.34 + if (preg_match('/^H\d/',$tag) && !$this->tableLevel && !$this->writingToC) { // mPDF 5.6.38 + if (isset($this->h2toc[$tag]) || isset($this->h2bookmarks[$tag])) { + $content = ''; + if (count($this->textbuffer)==1) { $content = $this->textbuffer[0][0]; } + else { + for ($i=0;$itextbuffer);$i++) { + if (substr($this->textbuffer[$i][0],0,3) != "\xbb\xa4\xac") { //inline object + $content .= $this->textbuffer[$i][0]; + } + } + } +/*-- TOC --*/ + if (isset($this->h2toc[$tag])) { + $objattr = array(); + $objattr['type'] = 'toc'; + $objattr['toclevel'] = $this->h2toc[$tag]; + $objattr['CONTENT'] = htmlspecialchars($content); // mPDF 5.6.37 + $e = "\xbb\xa4\xactype=toc,objattr=".serialize($objattr)."\xbb\xa4\xac"; + array_unshift($this->textbuffer,array($e)); + } +/*-- END TOC --*/ +/*-- BOOKMARKS --*/ + if (isset($this->h2bookmarks[$tag])) { + $objattr = array(); + $objattr['type'] = 'bookmark'; + $objattr['bklevel'] = $this->h2bookmarks[$tag]; + $objattr['CONTENT'] = $content; + $e = "\xbb\xa4\xactype=toc,objattr=".serialize($objattr)."\xbb\xa4\xac"; + array_unshift($this->textbuffer,array($e)); + } +/*-- END BOOKMARKS --*/ + } + } + +/*-- TABLES --*/ + if($this->tableLevel) { + if ($this->linebreakjustfinished) { $this->blockjustfinished=false; } + if (isset($this->InlineProperties['BLOCKINTABLE'])) { + if ($this->InlineProperties['BLOCKINTABLE']) { $this->restoreInlineProperties($this->InlineProperties['BLOCKINTABLE']); } + unset($this->InlineProperties['BLOCKINTABLE']); + } + if($tag=='PRE') { $this->ispre=false; } + return; + } +/*-- END TABLES --*/ + $this->lastoptionaltag = ''; + $this->divbegin=false; + + $this->linebreakjustfinished=false; + + $this->x = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin']; + +/*-- CSS-FLOAT --*/ + // If float contained in a float, need to extend bottom to allow for it + $currpos = $this->page*1000 + $this->y; + if (isset($this->blk[$this->blklvl]['float_endpos']) && $this->blk[$this->blklvl]['float_endpos'] > $currpos) { + $old_page = $this->page; + $new_page = intval($this->blk[$this->blklvl]['float_endpos'] /1000); + if ($old_page != $new_page) { + $s = $this->PrintPageBackgrounds(); + // Writes after the marker so not overwritten later by page background etc. + $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + $this->pageBackgrounds = array(); + $this->page = $new_page; + $this->ResetMargins(); + $this->Reset(); + $this->pageoutput[$this->page] = array(); + } + $this->y = (($this->blk[$this->blklvl]['float_endpos'] *1000) % 1000000)/1000; // mod changes operands to integers before processing + } +/*-- END CSS-FLOAT --*/ + + + //Print content + if ($this->lastblocklevelchange == 1) { $blockstate = 3; } // Top & bottom margins/padding + else if ($this->lastblocklevelchange == -1) { $blockstate = 2; } // Bottom margins/padding only + else { $blockstate = 0; } + // called from after e.g.
      ... Outputs block margin/border and padding + if (count($this->textbuffer) && $this->textbuffer[count($this->textbuffer)-1]) { + if (substr($this->textbuffer[count($this->textbuffer)-1][0],0,3) != "\xbb\xa4\xac") { // not special content + if ($this->usingCoreFont) { + $this->textbuffer[count($this->textbuffer)-1][0] = preg_replace('/[ ]+$/', '', $this->textbuffer[count($this->textbuffer)-1][0]); + } + else { + $this->textbuffer[count($this->textbuffer)-1][0] = preg_replace('/[ ]+$/u', '', $this->textbuffer[count($this->textbuffer)-1][0]); } + } + } + + if (count($this->textbuffer) == 0 && $this->lastblocklevelchange != 0) { + //$this->newFlowingBlock( $this->blk[$this->blklvl]['width'],$this->lineheight,'',false,false,2,true, $this->blk[$this->blklvl]['direction']); + $this->newFlowingBlock( $this->blk[$this->blklvl]['width'],$this->lineheight,'',false,false,$blockstate,true, $this->blk[$this->blklvl]['direction']); + $this->finishFlowingBlock(true); // true = END of flowing block + $this->PaintDivBB('',$blockstate); + } + else { + $this->printbuffer($this->textbuffer,$blockstate); + } + + + $this->textbuffer=array(); + + if ($this->blk[$this->blklvl]['keep_block_together']) { + $this->printdivbuffer(); + } + + if ($this->kwt) { + $this->kwt_height = $this->y - $this->kwt_y0; + } + +/*-- CSS-IMAGE-FLOAT --*/ + $this->printfloatbuffer(); +/*-- END CSS-IMAGE-FLOAT --*/ + + if($tag=='PRE') { $this->ispre=false; } + +/*-- CSS-FLOAT --*/ + if ($this->blk[$this->blklvl]['float'] == 'R') { + // If width not set, here would need to adjust and output buffer + $s = $this->PrintPageBackgrounds(); + // Writes after the marker so not overwritten later by page background etc. + $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + $this->pageBackgrounds = array(); + $this->Reset(); + $this->pageoutput[$this->page] = array(); + + for($i=($this->blklvl-1); $i >= 0; $i--) { + if (isset($this->blk[$i]['float_endpos'])) { $this->blk[$i]['float_endpos'] = max($this->blk[$i]['float_endpos'], ($this->page*1000 + $this->y)); } + else { $this->blk[$i]['float_endpos'] = $this->page*1000 + $this->y; } + } + + $this->floatDivs[] = array( + 'side'=>'R', + 'startpage'=>$this->blk[$this->blklvl]['startpage'] , + 'y0'=>$this->blk[$this->blklvl]['float_start_y'] , + 'startpos'=> ($this->blk[$this->blklvl]['startpage']*1000 + $this->blk[$this->blklvl]['float_start_y']), + 'endpage'=>$this->page , + 'y1'=>$this->y , + 'endpos'=> ($this->page*1000 + $this->y), + 'w'=> $this->blk[$this->blklvl]['float_width'], + 'blklvl'=>$this->blklvl, + 'blockContext' => $this->blk[$this->blklvl-1]['blockContext'] + ); + + $this->y = $this->blk[$this->blklvl]['float_start_y'] ; + $this->page = $this->blk[$this->blklvl]['startpage'] ; + $this->ResetMargins(); + $this->pageoutput[$this->page] = array(); + } + if ($this->blk[$this->blklvl]['float'] == 'L') { + // If width not set, here would need to adjust and output buffer + $s = $this->PrintPageBackgrounds(); + // Writes after the marker so not overwritten later by page background etc. + $this->pages[$this->page] = preg_replace('/(___BACKGROUND___PATTERNS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + $this->pageBackgrounds = array(); + $this->Reset(); + $this->pageoutput[$this->page] = array(); + + for($i=($this->blklvl-1); $i >= 0; $i--) { + if (isset($this->blk[$i]['float_endpos'])) { $this->blk[$i]['float_endpos'] = max($this->blk[$i]['float_endpos'], ($this->page*1000 + $this->y)); } + else { $this->blk[$i]['float_endpos'] = $this->page*1000 + $this->y; } + } + + $this->floatDivs[] = array( + 'side'=>'L', + 'startpage'=>$this->blk[$this->blklvl]['startpage'] , + 'y0'=>$this->blk[$this->blklvl]['float_start_y'] , + 'startpos'=> ($this->blk[$this->blklvl]['startpage']*1000 + $this->blk[$this->blklvl]['float_start_y']), + 'endpage'=>$this->page , + 'y1'=>$this->y , + 'endpos'=> ($this->page*1000 + $this->y), + 'w'=> $this->blk[$this->blklvl]['float_width'], + 'blklvl'=>$this->blklvl, + 'blockContext' => $this->blk[$this->blklvl-1]['blockContext'] + ); + + $this->y = $this->blk[$this->blklvl]['float_start_y'] ; + $this->page = $this->blk[$this->blklvl]['startpage'] ; + $this->ResetMargins(); + $this->pageoutput[$this->page] = array(); + } +/*-- END CSS-FLOAT --*/ + + if (isset($this->blk[$this->blklvl]['visibility']) && $this->blk[$this->blklvl]['visibility']!='visible') { + $this->SetVisibility('visible'); + } + + if (isset($this->blk[$this->blklvl]['page_break_after'])) { $page_break_after = $this->blk[$this->blklvl]['page_break_after']; } + else { $page_break_after = ''; } + + //Reset values + $this->Reset(); + + // mPDF 5.6.01 - LAYERS + if (isset($this->blk[$this->blklvl]['z-index']) && $this->blk[$this->blklvl]['z-index'] > 0) { + $this->EndLayer(); + } + + if ($this->blklvl > 0) { // ==0 SHOULDN'T HAPPEN - NOT XHTML + if ($this->blk[$this->blklvl]['tag'] == $tag) { + unset($this->blk[$this->blklvl]); + $this->blklvl--; + } + //else { echo $tag; exit; } // debug - forces error if incorrectly nested html tags + } + + $this->lastblocklevelchange = -1 ; + // Reset Inline-type properties + if (isset($this->blk[$this->blklvl]['InlineProperties'])) { $this->restoreInlineProperties($this->blk[$this->blklvl]['InlineProperties']); } + + $this->x = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin']; + + if ($page_break_after) { + $save_blklvl = $this->blklvl; + $save_blk = $this->blk; + $save_silp = $this->saveInlineProperties(); + $save_spanlvl = $this->spanlvl; + $save_ilp = $this->InlineProperties; + if ($this->blklvl>1) { + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + // Output any text left in buffer + if (count($this->textbuffer)) { $this->printbuffer($this->textbuffer); $this->textbuffer=array(); } + } +/*-- COLUMNS --*/ + $save_cols = false; + if ($this->ColActive) { + $save_cols = true; + $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off + $this->SetColumns(0); + } +/*-- END COLUMNS --*/ + if ($page_break_after == 'RIGHT') { $this->AddPage($this->CurOrientation,'NEXT-ODD','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else if ($page_break_after == 'LEFT') { $this->AddPage($this->CurOrientation,'NEXT-EVEN','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else { $this->AddPage($this->CurOrientation,'','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + if (!$this->restoreBlockPagebreaks) { + $this->blklvl = 0; + $this->lastblocklevelchange = 0; + $this->blk = array(); + $this->initialiseBlock($this->blk[0]); + $this->blk[0]['width'] =& $this->pgwidth; + $this->blk[0]['inner_width'] =& $this->pgwidth; + $this->blk[0]['blockContext'] = $this->blockContext; + $properties = $this->cssmgr->MergeCSS('BLOCK','BODY',''); + $this->setCSS($properties,'','BODY'); + $this->blklvl++; + $currblk =& $this->blk[$this->blklvl]; + $prevblk =& $this->blk[$this->blklvl-1]; + + $this->initialiseBlock($currblk); + $currblk['tag'] = $tag; + $currblk['attr'] = $attr; + + $this->Reset(); + $properties = $this->cssmgr->MergeCSS('BLOCK',$tag,$attr); + } +/*-- COLUMNS --*/ + if ($save_cols) { + // Restore columns + $this->SetColumns($save_nbcol,$this->colvAlign,$this->ColGap); + } +/*-- END COLUMNS --*/ + if ($this->restoreBlockPagebreaks && !$this->tableLevel && !$this->listlvl) { + $this->blk = $save_blk; + // Re-open block tags + $t = $this->blk[0]['tag']; + $a = $this->blk[0]['attr']; + $this->blklvl = 0; + for ($b=0; $b<=$save_blklvl;$b++) { + $tc = $t; + $ac = $a; + $t = $this->blk[$b+1]['tag']; + $a = $this->blk[$b+1]['attr']; + unset($this->blk[$b+1]); + $this->OpenTag($tc,$ac); + } + $this->spanlvl = $save_spanlvl; + $this->InlineProperties = $save_ilp; + $this->restoreInlineProperties($save_silp); + } + } + + } + + +/*-- TABLES --*/ + + if($tag=='TH') $this->SetStyle('B',false); + + if(($tag=='TH' or $tag=='TD') && $this->tableLevel) { + $this->lastoptionaltag = 'TR'; + unset($this->cssmgr->tablecascadeCSS[$this->cssmgr->tbCSSlvl]); + $this->cssmgr->tbCSSlvl--; + if (!$this->tdbegin) { return; } + $this->tdbegin = false; + // Added for correct calculation of cell column width - otherwise misses the last line if not end

      etc. + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + if (!is_array($this->cell[$this->row][$this->col])) { $this->Error("You may have an error in your HTML code e.g. </td></td>"); } + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + + // Remove last
      if at end of cell + if (isset($this->cell[$this->row][$this->col]['textbuffer'])) { $ntb = count($this->cell[$this->row][$this->col]['textbuffer']); } + else { $ntb = 0; } + if ($ntb>1 && $this->cell[$this->row][$this->col]['textbuffer'][$ntb-1][0] == "\n") { + unset($this->cell[$this->row][$this->col]['textbuffer'][$ntb-1]); + } + + if ($this->cacheTables) { + $clen = $this->_cacheCell($this->cell[$this->row][$this->col], $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cache']); + $this->cell[$this->row][$this->col] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['ptr']; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['ptr'] += $clen; + } + + if ($this->tablethead) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_thead'][$this->row] = true; + if ($this->tableLevel==1) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['headernrows'] = max($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['headernrows'] , ($this->row+1)); } + } + if ($this->tabletfoot) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot'][$this->row] = true; + if ($this->tableLevel==1) { $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['footernrows'] = max($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['footernrows'] , ($this->row+1 - $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['headernrows'] )); } + } + $this->Reset(); + } + + if($tag=='TR' && $this->tableLevel) { + // If Border set on TR - Update right border + if (isset($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trborder-left'][$this->row])) { + if ($this->cacheTables) { + $c = $this->_uncacheCell($this->cell[$this->row][$this->col], $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cache'], null); + } + else { $c =& $this->cell[$this->row][$this->col]; } + if ($c) { + if ($this->packTableData) { + $cell = $this->_unpackCellBorder($c['borderbin'] ); + } + else { $cell = $c; } + $cell['border_details']['R'] = $this->border_details($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trborder-right'][$this->row]); + $this->setBorder($cell['border'], _BORDER_RIGHT, $cell['border_details']['R']['s']); + if ($this->packTableData) { + $c['borderbin'] = $this->_packCellBorder($cell); + unset($c['border']); + unset($c['border_details']); + } + else { $c = $cell; } + } + if ($this->cacheTables) { + $fh = fopen($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cache'], "r+b"); + $this->_cacheUpdateBorder($c, $fh, $this->cell[$this->row][$this->col]); + fclose($fh); + } + } + $this->lastoptionaltag = ''; + unset($this->cssmgr->tablecascadeCSS[$this->cssmgr->tbCSSlvl]); + $this->cssmgr->tbCSSlvl--; + $this->trow_text_rotate = ''; + $this->tabletheadjustfinished = false; + } + + if($tag=='TBODY') { + $this->lastoptionaltag = ''; + unset($this->cssmgr->tablecascadeCSS[$this->cssmgr->tbCSSlvl]); + $this->cssmgr->tbCSSlvl--; + } + + if($tag=='THEAD') { + $this->lastoptionaltag = ''; + unset($this->cssmgr->tablecascadeCSS[$this->cssmgr->tbCSSlvl]); + $this->cssmgr->tbCSSlvl--; + $this->tablethead = 0; + $this->tabletheadjustfinished = true; + $this->ResetStyles(); + $this->thead_font_weight = ''; + $this->thead_font_style = ''; + $this->thead_font_smCaps = ''; + + $this->thead_valign_default = ''; + $this->thead_textalign_default = ''; + } + + if($tag=='TFOOT') { + $this->lastoptionaltag = ''; + unset($this->cssmgr->tablecascadeCSS[$this->cssmgr->tbCSSlvl]); + $this->cssmgr->tbCSSlvl--; + $this->tabletfoot = 0; + $this->ResetStyles(); + $this->tfoot_font_weight = ''; + $this->tfoot_font_style = ''; + $this->tfoot_font_smCaps = ''; + + $this->tfoot_valign_default = ''; + $this->tfoot_textalign_default = ''; + } + + if($tag=='TABLE') { // TABLE-END ( + if ($this->progressBar) { $this->UpdateProgressBar(1,'','TABLE'); } // *PROGRESS-BAR* + if ($this->progressBar) { $this->UpdateProgressBar(7,0,''); } // *PROGRESS-BAR* + $this->lastoptionaltag = ''; + unset($this->cssmgr->tablecascadeCSS[$this->cssmgr->tbCSSlvl]); + $this->cssmgr->tbCSSlvl--; + $this->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cells'] = $this->cell; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['wc'] = array_pad(array(),$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nc'],array('miw'=>0,'maw'=>0)); + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['hr'] = array_pad(array(),$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nr'],0); + + // Move table footer row to end of table + if (isset($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot']) && count($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot'])) { + $tfrows = array(); + foreach($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot'] AS $r=>$val) { + if ($val) { $tfrows[] = $r; } + } + $temp = array(); + $temptf = array(); + foreach($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cells'] AS $k=>$row) { + if (in_array($k,$tfrows)) { + $temptf[] = $row; + } + else { + $temp[] = $row; + } + } + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot'] = array(); + for($i=count($temp) ; $i<(count($temp)+count($temptf)); $i++) { + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['is_tfoot'][$i] = true; + } + // Update nestedpos row references + if (count($this->table[($this->tableLevel+1)])) { + foreach($this->table[($this->tableLevel+1)] AS $nid=>$nested) { + $this->table[($this->tableLevel+1)][$nid]['nestedpos'][0] -= count($temptf); + } + } + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cells'] = array_merge($temp, $temptf); + + // Update other arays set on row number + // [trbackground-images] [trgradients] + $temptrbgi = array(); + $temptrbgg = array(); + $temptrbgc = array(); + $temptrbgc[-1] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['bgcolor'][-1]; + for($k=0; $k<$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nr']; $k++) { + if (!in_array($k,$tfrows)) { + $temptrbgi[] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trbackground-images'][$k]; + $temptrbgg[] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trgradients'][$k]; + $temptrbgc[] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['bgcolor'][$k]; + } + } + for($k=0; $k<$this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['nr']; $k++) { + if (in_array($k,$tfrows)) { + $temptrbgi[] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trbackground-images'][$k]; + $temptrbgg[] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trgradients'][$k]; + $temptrbgc[] = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['bgcolor'][$k]; + } + } + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trbackground-images'] = $temptrbgi; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['trgradients'] = $temptrbgg; + $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['bgcolor'] = $temptrbgc ; + // Should Update all other arays set on row number, but cell properties have been set so not needed + // [bgcolor] [trborder-left] [trborder-right] [trborder-top] [trborder-bottom] + } + + if ($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['direction']=='rtl') { + $this->_reverseTableDir($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]); + } + + // Fix Borders ********************************************* + $this->_fixTableBorders($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]); + + if ($this->progressBar) { $this->UpdateProgressBar(7,10,' '); } // *PROGRESS-BAR* + + if ($this->ColActive) { $this->table_rotate = 0; } // *COLUMNS* + if ($this->table_rotate <> 0) { + $this->tablebuffer = ''; + // Max width for rotated table + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 1); + $this->tbrot_maxh = $this->blk[$this->blklvl]['inner_width'] ; // Max width for rotated table + $this->tbrot_align = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['a'] ; + } + $this->shrin_k = 1; + + if ($this->shrink_tables_to_fit < 1) { $this->shrink_tables_to_fit = 1; } + if (!$this->shrink_this_table_to_fit) { $this->shrink_this_table_to_fit = $this->shrink_tables_to_fit; } + + if ($this->tableLevel>1) { + // deal with nested table + + $this->_tableColumnWidth($this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]],true); + + $tmiw = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['miw']; + $tmaw = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['maw']; + $tl = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['tl']; + + // Go down to lower table level + $this->tableLevel--; + + // Reset lower level table + $this->base_table_properties = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['baseProperties']; + $this->cell = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['cells']; + // mPDF 5.4.10 + if (isset($this->cell['PARENTCELL'])) { + if ($this->cell['PARENTCELL']) { $this->restoreInlineProperties($this->cell['PARENTCELL']); } + unset($this->cell['PARENTCELL']); + } + $this->row = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['currrow']; + $this->col = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['currcol']; + $objattr = array(); + $objattr['type'] = 'nestedtable'; + $objattr['nestedcontent'] = $this->tbctr[($this->tableLevel+1)]; + $objattr['table'] = $this->tbctr[$this->tableLevel]; + $objattr['row'] = $this->row; + $objattr['col'] = $this->col; + $objattr['level'] = $this->tableLevel; + $e = "\xbb\xa4\xactype=nestedtable,objattr=".serialize($objattr)."\xbb\xa4\xac"; + $this->_saveCellTextBuffer($e); + $this->cell[$this->row][$this->col]['s'] += $tl ; + if (!isset($this->cell[$this->row][$this->col]['maxs'])) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + elseif($this->cell[$this->row][$this->col]['maxs'] < $this->cell[$this->row][$this->col]['s']) { + $this->cell[$this->row][$this->col]['maxs'] = $this->cell[$this->row][$this->col]['s']; + } + $this->cell[$this->row][$this->col]['s'] = 0;// reset + if ((isset($this->cell[$this->row][$this->col]['nestedmaw']) && $this->cell[$this->row][$this->col]['nestedmaw'] < $tmaw) || !isset($this->cell[$this->row][$this->col]['nestedmaw'])) { $this->cell[$this->row][$this->col]['nestedmaw'] = $tmaw ; } + if ((isset($this->cell[$this->row][$this->col]['nestedmiw']) && $this->cell[$this->row][$this->col]['nestedmiw'] < $tmiw) || !isset($this->cell[$this->row][$this->col]['nestedmiw'])) { $this->cell[$this->row][$this->col]['nestedmiw'] = $tmiw ; } + $this->tdbegin = true; + $this->nestedtablejustfinished = true; + $this->ignorefollowingspaces = true; + return; + } + $this->cMarginL = 0; + $this->cMarginR = 0; + $this->cMarginT = 0; + $this->cMarginB = 0; + $this->cellPaddingL = 0; + $this->cellPaddingR = 0; + $this->cellPaddingT = 0; + $this->cellPaddingB = 0; + + if (isset($this->table[1][1]['overflow']) && $this->table[1][1]['overflow']=='visible') { + if ($this->kwt || $this->table_rotate || $this->table_keep_together || $this->ColActive) { + $this->kwt = false; + $this->table_rotate = 0; + $this->table_keep_together = false; + //die("mPDF Warning: You cannot use CSS overflow:visible together with any of these functions: 'Keep-with-table', rotated tables, page-break-inside:avoid, or columns"); + } + $this->_tableColumnWidth($this->table[1][1],true); + $this->_tableWidth($this->table[1][1]); + } + else { + if (!$this->kwt_saved) { $this->kwt_height = 0; } + + list($check,$tablemiw) = $this->_tableColumnWidth($this->table[1][1],true); + $save_table = $this->table; + if ($this->cacheTables) { $this->_backupCacheFiles(); } + $reset_to_minimum_width = false; + $added_page = false; + + if ($check > 1) { + if ($check > $this->shrink_this_table_to_fit && $this->table_rotate) { + if ($this->y != $this->tMargin) { + $this->AddPage($this->CurOrientation); + $this->kwt_moved = true; + } + $added_page = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + //$check = $tablemiw/$this->tbrot_maxw; // undo any shrink + $check = 1; // undo any shrink + } + $reset_to_minimum_width = true; + } + + if ($reset_to_minimum_width) { + + $this->shrin_k = $check; + + $this->default_font_size /= $this->shrin_k; + $this->SetFontSize($this->default_font_size, false ); + + $this->shrinkTable($this->table[1][1],$this->shrin_k); + + $this->_tableColumnWidth($this->table[1][1],false); // repeat + + // Starting at $this->innermostTableLevel + // Shrink table values - and redo columnWidth + for($lvl=2;$lvl<=$this->innermostTableLevel;$lvl++) { + for ($nid=1; $nid<=$this->tbctr[$lvl]; $nid++) { + $this->shrinkTable($this->table[$lvl][$nid],$this->shrin_k); + $this->_tableColumnWidth($this->table[$lvl][$nid],false); + } + } + } + + // Set table cell widths for top level table + // Use $shrin_k to resize but don't change again + $this->SetLineHeight('',$this->table_lineheight); + + // Top level table + $this->_tableWidth($this->table[1][1]); + + } + + + // Now work through any nested tables setting child table[w'] = parent cell['w'] + // Now do nested tables _tableWidth + for($lvl=2;$lvl<=$this->innermostTableLevel;$lvl++) { + for ($nid=1; $nid<=$this->tbctr[$lvl]; $nid++) { + // HERE set child table width = cell width + + list($parentrow, $parentcol, $parentnid) = $this->table[$lvl][$nid]['nestedpos']; + + if ($this->cacheTables) { + $c = $this->_uncacheCell($this->table[($lvl-1)][$parentnid]['cells'][$parentrow][$parentcol], $this->table[($lvl-1)][$parentnid]['cache'], null); + } + else + $c =& $this->table[($lvl-1)][$parentnid]['cells'][$parentrow][$parentcol]; + + if (isset($c['colspan']) && $c['colspan']> 1) { + $parentwidth = 0; + for($cs=0;$cs<$c['colspan'] ; $cs++) { + $parentwidth += $this->table[($lvl-1)][$parentnid]['wc'][$parentcol+$cs]; + } + } + else { $parentwidth = $this->table[($lvl-1)][$parentnid]['wc'][$parentcol]; } + + + //$parentwidth -= ALLOW FOR PADDING ETC.in parent cell + if (!$this->simpleTables){ + if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($c['borderbin']); + } + else { + $br = $c['border_details']['R']['w']; + $bl = $c['border_details']['L']['w']; + } + if ($this->table[$lvl-1][$parentnid]['borders_separate']) { + $parentwidth -= $br + $bl + + $c['padding']['L'] + + $c['padding']['R'] + + $this->table[($lvl-1)][$parentnid]['border_spacing_H']; + } + else { + $parentwidth -= $br/2 + $bl/2 + + $c['padding']['L'] + + $c['padding']['R']; + } + } + else if ($this->simpleTables){ + if ($this->table[$lvl-1][$parentnid]['borders_separate']) { + $parentwidth -= $this->table[($lvl-1)][$parentnid]['simple']['border_details']['L']['w'] + + $this->table[($lvl-1)][$parentnid]['simple']['border_details']['R']['w'] + + $c['padding']['L'] + + $c['padding']['R'] + + $this->table[($lvl-1)][$parentnid]['border_spacing_H']; + } + else { + $parentwidth -= $this->table[($lvl-1)][$parentnid]['simple']['border_details']['L']['w']/2 + + $this->table[($lvl-1)][$parentnid]['simple']['border_details']['R']['w']/2 + + $c['padding']['L'] + + $c['padding']['R']; + } + } + if (isset($this->table[$lvl][$nid]['wpercent']) && $this->table[$lvl][$nid]['wpercent'] && $lvl>1) { + $this->table[$lvl][$nid]['w'] = $parentwidth; + } + else if ($parentwidth > $this->table[$lvl][$nid]['maw']) { + $this->table[$lvl][$nid]['w'] = $this->table[$lvl][$nid]['maw']; + } + else { + $this->table[$lvl][$nid]['w'] = $parentwidth; + } + unset($c); + $this->_tableWidth($this->table[$lvl][$nid]); + } + } + + // Starting at $this->innermostTableLevel + // Cascade back up nested tables: setting heights back up the tree + for($lvl=$this->innermostTableLevel;$lvl>0;$lvl--) { + for ($nid=1; $nid<=$this->tbctr[$lvl]; $nid++) { + list($tableheight,$maxrowheight,$fullpage,$remainingpage, $maxfirstrowheight) = $this->_tableHeight($this->table[$lvl][$nid]); } + } + if ($this->progressBar) { $this->UpdateProgressBar(7,20,' '); } // *PROGRESS-BAR* + if ($this->table[1][1]['overflow']=='visible') { + if ($maxrowheight > $fullpage) { die("mPDF Warning: A Table row is greater than available height. You cannot use CSS overflow:visible"); } + if ($maxfirstrowheight > $remainingpage) { $this->AddPage($this->CurOrientation); } + $r = 0; $c = 0; $p = 0; $y = 0; + while (!$finished) { + list($finished,$r,$c,$p,$y,$y0) = $this->_tableWrite($this->table[1][1],true,$r,$c,$p,$y); + if (!$finished) { + $this->AddPage($this->CurOrientation); + // If printed something on first spread, set same y + if ($r==0 && $y0 > -1) { $this->y = $y0; } + } + } + } + else { + $recalculate = 1; + $forcerecalc = false; + // RESIZING ALGORITHM + if ($maxrowheight > $fullpage) { + $recalculate = $this->tbsqrt($maxrowheight / $fullpage, 1); + $forcerecalc = true; + } + else if ($this->table_rotate) { // NB $remainingpage == $fullpage == the width of the page + if ($tableheight > $remainingpage) { + // If can fit on remainder of page whilst respecting autsize value.. + if (($this->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->shrink_this_table_to_fit) { + $recalculate = $this->tbsqrt($tableheight / $remainingpage, 1); + } + else if (!$added_page) { + if ($this->y != $this->tMargin) { + $this->AddPage($this->CurOrientation); + $this->kwt_moved = true; + } + $added_page = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + // 0.001 to force it to recalculate + $recalculate = (1 / $this->shrin_k) + 0.001; // undo any shrink + } + } + else { $recalculate = 1; } + } + else if ($this->table_keep_together || ($this->table[1][1]['nr']==1 && !$this->writingHTMLfooter)) { + if ($tableheight > $fullpage) { + if (($this->shrin_k * $this->tbsqrt($tableheight / $fullpage, 1)) <= $this->shrink_this_table_to_fit) { + $recalculate = $this->tbsqrt($tableheight / $fullpage, 1); + } + else if ($this->tableMinSizePriority) { + $this->table_keep_together = false; + $recalculate = 1.001; + } + else { + if ($this->y != $this->tMargin) { // mPDF 5.1 + $this->AddPage($this->CurOrientation); + $this->kwt_moved = true; + } + $added_page = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + $recalculate = $this->tbsqrt($tableheight / $fullpage, 1); + } + } + else if ($tableheight > $remainingpage) { + // If can fit on remainder of page whilst respecting autsize value.. + if (($this->shrin_k * $this->tbsqrt($tableheight / $remainingpage, 1)) <= $this->shrink_this_table_to_fit) { + $recalculate = $this->tbsqrt($tableheight / $remainingpage, 1); + } + else { + if ($this->y != $this->tMargin) { + $this->AddPage($this->CurOrientation); + $this->kwt_moved = true; + } + $added_page = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + $recalculate = 1.001; + } + } + else { $recalculate = 1; } + } + else { $recalculate = 1; } + + if ($recalculate > $this->shrink_this_table_to_fit && !$forcerecalc) { $recalculate = $this->shrink_this_table_to_fit; } + + $iteration = 1; + + // RECALCULATE + while($recalculate <> 1) { + $this->shrin_k1 = $recalculate ; + $this->shrin_k *= $recalculate ; + $this->default_font_size /= ($this->shrin_k1) ; + $this->SetFontSize($this->default_font_size, false ); + $this->SetLineHeight('',$this->table_lineheight); + $this->table = $save_table; + if ($this->cacheTables) { $this->_restoreCacheFiles(); } + if ($this->shrin_k <> 1) { $this->shrinkTable($this->table[1][1],$this->shrin_k); } + $this->_tableColumnWidth($this->table[1][1],false); // repeat + + // Starting at $this->innermostTableLevel + // Shrink table values - and redo columnWidth + for($lvl=2;$lvl<=$this->innermostTableLevel;$lvl++) { + for ($nid=1; $nid<=$this->tbctr[$lvl]; $nid++) { + if ($this->shrin_k <> 1) { $this->shrinkTable($this->table[$lvl][$nid],$this->shrin_k); } + $this->_tableColumnWidth($this->table[$lvl][$nid],false); + } + } + // Set table cell widths for top level table + + // Top level table + $this->_tableWidth($this->table[1][1]); + + // Now work through any nested tables setting child table[w'] = parent cell['w'] + // Now do nested tables _tableWidth + for($lvl=2;$lvl<=$this->innermostTableLevel;$lvl++) { + for ($nid=1; $nid<=$this->tbctr[$lvl]; $nid++) { + // HERE set child table width = cell width + + list($parentrow, $parentcol, $parentnid) = $this->table[$lvl][$nid]['nestedpos']; + if ($this->cacheTables) { + $c = $this->_uncacheCell($this->table[($lvl-1)][$parentnid]['cells'][$parentrow][$parentcol], $this->table[($lvl-1)][$parentnid]['cache'], null); + } + else + $c =& $this->table[($lvl-1)][$parentnid]['cells'][$parentrow][$parentcol]; + + if (isset($c['colspan']) && $c['colspan']> 1) { + $parentwidth = 0; + for($cs=0;$cs<$c['colspan'] ; $cs++) { + $parentwidth += $this->table[($lvl-1)][$parentnid]['wc'][$parentcol+$cs]; + } + } + else { $parentwidth = $this->table[($lvl-1)][$parentnid]['wc'][$parentcol]; } + + //$parentwidth -= ALLOW FOR PADDING ETC.in parent cell + if (!$this->simpleTables){ + if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($c['borderbin']); + } + else { + $br = $c['border_details']['R']['w']; + $bl = $c['border_details']['L']['w']; + } + if ($this->table[$lvl-1][$parentnid]['borders_separate']) { + $parentwidth -= $br + $bl + + $c['padding']['L'] + + $c['padding']['R'] + + $this->table[($lvl-1)][$parentnid]['border_spacing_H']; + } + else { + $parentwidth -= $br/2 + $bl/2 + + $c['padding']['L'] + + $c['padding']['R']; + } + } + else if ($this->simpleTables){ + if ($this->table[$lvl-1][$parentnid]['borders_separate']) { + $parentwidth -= $this->table[($lvl-1)][$parentnid]['simple']['border_details']['L']['w'] + + $this->table[($lvl-1)][$parentnid]['simple']['border_details']['R']['w'] + + $c['padding']['L'] + + $c['padding']['R'] + + $this->table[($lvl-1)][$parentnid]['border_spacing_H']; + } + else { + $parentwidth -= ($this->table[($lvl-1)][$parentnid]['simple']['border_details']['L']['w'] + + $this->table[($lvl-1)][$parentnid]['simple']['border_details']['R']['w']) /2 + + $c['padding']['L'] + + $c['padding']['R']; + } + } + if (isset($this->table[$lvl][$nid]['wpercent']) && $this->table[$lvl][$nid]['wpercent'] && $lvl>1) { + $this->table[$lvl][$nid]['w'] = $parentwidth; + } + else if ($parentwidth > $this->table[$lvl][$nid]['maw']) { + $this->table[$lvl][$nid]['w'] = $this->table[$lvl][$nid]['maw'] ; + } + else { + $this->table[$lvl][$nid]['w'] = $parentwidth; + } + unset($c); + $this->_tableWidth($this->table[$lvl][$nid]); + } + } + + // Starting at $this->innermostTableLevel + // Cascade back up nested tables: setting heights back up the tree + for($lvl=$this->innermostTableLevel;$lvl>0;$lvl--) { + for ($nid=1; $nid<=$this->tbctr[$lvl]; $nid++) { + list($tableheight,$maxrowheight,$fullpage,$remainingpage, $maxfirstrowheight) = $this->_tableHeight($this->table[$lvl][$nid]); } + } + + // RESIZING ALGORITHM + + if ($maxrowheight > $fullpage) { $recalculate = $this->tbsqrt($maxrowheight / $fullpage, $iteration); $iteration++; } + else if ($this->table_rotate && $tableheight > $remainingpage && !$added_page) { + // If can fit on remainder of page whilst respecting autosize value.. + if (($this->shrin_k * $this->tbsqrt($tableheight / $remainingpage, $iteration)) <= $this->shrink_this_table_to_fit) { + $recalculate = $this->tbsqrt($tableheight / $remainingpage, $iteration); $iteration++; + } + else { + if (!$added_page) { + $this->AddPage($this->CurOrientation); + $added_page = true; + $this->kwt_moved = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + } + // 0.001 to force it to recalculate + $recalculate = (1 / $this->shrin_k) + 0.001; // undo any shrink + } + } + else if ($this->table_keep_together || ($this->table[1][1]['nr']==1 && !$this->writingHTMLfooter)) { + if ($tableheight > $fullpage) { + if (($this->shrin_k * $this->tbsqrt($tableheight / $fullpage, $iteration)) <= $this->shrink_this_table_to_fit) { + $recalculate = $this->tbsqrt($tableheight / $fullpage, $iteration); $iteration++; + } + else if ($this->tableMinSizePriority) { + $this->table_keep_together = false; + $recalculate = (1 / $this->shrin_k) + 0.001; + } + else { + if (!$added_page && $this->y != $this->tMargin) { + $this->AddPage($this->CurOrientation); + $added_page = true; + $this->kwt_moved = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + } + $recalculate = $this->tbsqrt($tableheight / $fullpage, $iteration); $iteration++; + } + } + else if ($tableheight > $remainingpage) { + // If can fit on remainder of page whilst respecting autosize value.. + if (($this->shrin_k * $this->tbsqrt($tableheight / $remainingpage, $iteration)) <= $this->shrink_this_table_to_fit) { + $recalculate = $this->tbsqrt($tableheight / $remainingpage, $iteration); $iteration++; + } + else { + if (!$added_page) { + $this->AddPage($this->CurOrientation); + $added_page = true; + $this->kwt_moved = true; + $this->tbrot_maxw = $this->h - ($this->y + $this->bMargin + 5) - $this->kwt_height; + } + + //$recalculate = $this->tbsqrt($tableheight / $fullpage, $iteration); $iteration++; + $recalculate = (1 / $this->shrin_k) + 0.001; // undo any shrink + } + } + else { $recalculate = 1; } + } + else { $recalculate = 1; } + } + + + if ($maxfirstrowheight > $remainingpage && !$added_page && !$this->table_rotate && !$this->ColActive && !$this->table_keep_together && !$this->writingHTMLheader && !$this->writingHTMLfooter) { + $this->AddPage($this->CurOrientation); + $this->kwt_moved = true; + } + + // keep-with-table: if page has advanced, print out buffer now, else done in fn. _Tablewrite() + if ($this->kwt_saved && $this->kwt_moved) { + $this->printkwtbuffer(); + $this->kwt_moved = false; + $this->kwt_saved = false; + } + + if ($this->progressBar) { $this->UpdateProgressBar(7,30,' '); } // *PROGRESS-BAR* + // Recursively writes all tables starting at top level + $this->_tableWrite($this->table[1][1]); + + if ($this->table_rotate && $this->tablebuffer) { + $this->PageBreakTrigger=$this->h-$this->bMargin; + $save_tr = $this->table_rotate; + $save_y = $this->y; + $this->table_rotate = 0; + $this->y = $this->tbrot_y0; + $h = $this->tbrot_w; + $this->DivLn($h,$this->blklvl,true); + + $this->table_rotate = $save_tr; + $this->y = $save_y; + + $this->printtablebuffer(); + } + $this->table_rotate = 0; + } + + + $this->x = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin']; + + $this->maxPosR = max($this->maxPosR , ($this->x + $this->table[1][1]['w'])); + + $this->blockjustfinished=true; + $this->lastblockbottommargin = $this->table[1][1]['margin']['B']; + //Reset values + + if (isset($this->table[1][1]['page_break_after'])) { $page_break_after = $this->table[1][1]['page_break_after']; } + else { $page_break_after = ''; } + + // Keep-with-table + $this->kwt = false; + $this->kwt_y0 = 0; + $this->kwt_x0 = 0; + $this->kwt_height = 0; + $this->kwt_buffer = array(); + $this->kwt_Links = array(); + $this->kwt_Annots = array(); + $this->kwt_moved = false; + $this->kwt_saved = false; + + $this->kwt_Reference = array(); + $this->kwt_BMoutlines = array(); + $this->kwt_toc = array(); + + $this->shrin_k = 1; + $this->shrink_this_table_to_fit = 0; + + unset($this->table); + $this->table=array(); //array + $this->tableLevel=0; + $this->tbctr=array(); + $this->innermostTableLevel=0; + $this->cssmgr->tbCSSlvl = 0; + $this->cssmgr->tablecascadeCSS = array(); + + unset($this->cell); + $this->cell=array(); //array + + $this->col=-1; //int + $this->row=-1; //int + $this->Reset(); + + $this->cellPaddingL = 0; + $this->cellPaddingT = 0; + $this->cellPaddingR = 0; + $this->cellPaddingB = 0; + $this->cMarginL = 0; + $this->cMarginT = 0; + $this->cMarginR = 0; + $this->cMarginB = 0; + $this->default_font_size = $this->original_default_font_size; + $this->default_font = $this->original_default_font; + $this->SetFontSize($this->default_font_size, false); + $this->SetFont($this->default_font,'',0,false); + $this->SetLineHeight(); + if (isset($this->blk[$this->blklvl]['InlineProperties'])) { $this->restoreInlineProperties($this->blk[$this->blklvl]['InlineProperties']);} + if ($this->progressBar) { $this->UpdateProgressBar(7,100,' '); } // *PROGRESS-BAR* + + if ($page_break_after) { + $save_blklvl = $this->blklvl; + $save_blk = $this->blk; + $save_silp = $this->saveInlineProperties(); + $save_spanlvl = $this->spanlvl; + $save_ilp = $this->InlineProperties; + if ($this->blklvl>1) { + // Close any open block tags + for ($b= $this->blklvl;$b>0;$b--) { $this->CloseTag($this->blk[$b]['tag']); } + // Output any text left in buffer + if (count($this->textbuffer)) { $this->printbuffer($this->textbuffer); $this->textbuffer=array(); } + } +/*-- COLUMNS --*/ + $save_cols = false; + if ($this->ColActive) { + $save_cols = true; + $save_nbcol = $this->NbCol; // other values of gap and vAlign will not change by setting Columns off + $this->SetColumns(0); + } +/*-- END COLUMNS --*/ + if ($page_break_after == 'RIGHT') { $this->AddPage($this->CurOrientation,'NEXT-ODD','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else if ($page_break_after == 'LEFT') { $this->AddPage($this->CurOrientation,'NEXT-EVEN','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + else { $this->AddPage($this->CurOrientation,'','','','','','', '','', '','','','','','',0,0,0,0,$pagesel); } + if (!$this->restoreBlockPagebreaks) { + $this->blklvl = 0; + $this->lastblocklevelchange = 0; + $this->blk = array(); + $this->initialiseBlock($this->blk[0]); + $this->blk[0]['width'] =& $this->pgwidth; + $this->blk[0]['inner_width'] =& $this->pgwidth; + $this->blk[0]['blockContext'] = $this->blockContext; + $properties = $this->cssmgr->MergeCSS('BLOCK','BODY',''); + $this->setCSS($properties,'','BODY'); + } + +/*-- COLUMNS --*/ + if ($save_cols) { + // Restore columns + $this->SetColumns($save_nbcol,$this->colvAlign,$this->ColGap); + } +/*-- END COLUMNS --*/ + if ($this->restoreBlockPagebreaks) { + $this->blk = $save_blk; + // Re-open block tags + $t = $this->blk[0]['tag']; + $a = $this->blk[0]['attr']; + $this->blklvl = 0; + for ($b=0; $b<=$save_blklvl;$b++) { + $tc = $t; + $ac = $a; + $t = $this->blk[$b+1]['tag']; + $a = $this->blk[$b+1]['attr']; + unset($this->blk[$b+1]); + $this->OpenTag($tc,$ac); + } + $this->spanlvl = $save_spanlvl; + $this->InlineProperties = $save_ilp; + $this->restoreInlineProperties($save_silp); + } + } + + } +/*-- END TABLES --*/ + +/*-- LISTS --*/ + // *********** LISTS ******************** + + if($tag=='LI') { + $this->lastoptionaltag = ''; + unset($this->cssmgr->listcascadeCSS[$this->cssmgr->listCSSlvl]); + $this->cssmgr->listCSSlvl--; + if (isset($this->listoccur[$this->listlvl]) && isset($this->InlineProperties['LIST'][$this->listlvl][$this->listoccur[$this->listlvl]])) { $this->restoreInlineProperties($this->InlineProperties['LIST'][$this->listlvl][$this->listoccur[$this->listlvl]]); } + } + + + if(($tag=='UL') or ($tag=='OL')) { + $this->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces + unset($this->cssmgr->listcascadeCSS[$this->cssmgr->listCSSlvl]); + $this->cssmgr->listCSSlvl--; + + $this->lastoptionaltag = ''; +/*-- TABLES --*/ + // A simple list for inside a table + if($this->tableLevel) { + $this->listlist[$this->listlvl]['MAXNUM'] = $this->listnum; //save previous lvl's maxnum + unset($this->listlist[$this->listlvl]); + $this->listlvl--; + if (isset($this->listlist[$this->listlvl]['MAXNUM'])) { $this->listnum = $this->listlist[$this->listlvl]['MAXNUM']; } // restore previous levels + if ($this->listlvl == 0) { $this->listjustfinished = true; } + return; + } +/*-- END TABLES --*/ + + if ($this->listlvl > 1) { // returning one level + $this->listjustfinished=true; + if (!empty($this->textbuffer)) { + $this->listitem[] = array($this->listlvl,$this->listnum,$this->textbuffer,$this->listoccur[$this->listlvl],$this->listitemtype); + } + else { + $this->listnum--; + } + + $this->textbuffer = array(); + $occur = $this->listoccur[$this->listlvl]; + $this->listlist[$this->listlvl][$occur]['MAXNUM'] = $this->listnum; //save previous lvl's maxnum + $this->listlvl--; + $occur = $this->listoccur[$this->listlvl]; + $this->listnum = $this->listlist[$this->listlvl][$occur]['MAXNUM']; // recover previous level's number + $this->listtype = $this->listlist[$this->listlvl][$occur]['TYPE']; // recover previous level's type + if ($this->InlineProperties['LIST'][$this->listlvl][$occur]) { $this->restoreInlineProperties($this->InlineProperties['LIST'][$this->listlvl][$occur]); } + + } + else { // We are closing the last OL/UL tag + if (!empty($this->textbuffer)) { + $this->listitem[] = array($this->listlvl,$this->listnum,$this->textbuffer,$this->listoccur[$this->listlvl],$this->listitemtype); + } + else { + $this->listnum--; + } + + $occur = $this->listoccur[$this->listlvl]; + $this->listlist[$this->listlvl][$occur]['MAXNUM'] = $this->listnum; + $this->textbuffer = array(); + $this->listlvl--; + + $this->printlistbuffer(); + unset($this->InlineProperties['LIST']); + // SPACING AFTER LIST (Top level only) + $this->Ln(0); + if ($this->list_margin_bottom) { + $this->DivLn($this->list_margin_bottom,$this->blklvl,true,1); // collapsible + } + if (isset($this->blk[$this->blklvl]['InlineProperties'])) { $this->restoreInlineProperties($this->blk[$this->blklvl]['InlineProperties']);} + $this->listjustfinished = true; + $this->cssmgr->listCSSlvl = 0; + $this->cssmgr->listcascadeCSS = array(); + $this->blockjustfinished=true; + $this->lastblockbottommargin = $this->list_margin_bottom; + } + } +/*-- END LISTS --*/ + + +} + + +/*-- TABLES --*/ +// This function determines the shrink factor when resizing tables +// val is the table_height / page_height_available +// returns a scaling factor used as $shrin_k to resize the table +// Overcompensating will be quicker but may unnecessarily shrink table too much +// Undercompensating means it will reiterate more times (taking more processing time) +function tbsqrt($val, $iteration=3) { + $k = 4; // Alters number of iterations until it returns $val itself - Must be > 2 + // Probably best guess and most accurate + if ($iteration==1) return sqrt($val); + // Faster than using sqrt (because it won't undercompensate), and gives reasonable results + //return 1+(($val-1)/2); + $x = 2-(($iteration-2)/($k-2)); + if ($x == 0) { $ret = $val+0.00001; } + else if ($x < 0) { $ret = 1 + ( pow(2, ($iteration-2-$k))/1000 ); } + else { $ret = 1+(($val-1)/$x); } + return $ret; +} +/*-- END TABLES --*/ + + +/*-- LISTS --*/ +function printlistbuffer() { + //Save x coordinate + $x = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin']; + $this->cMarginL = 0; + $this->cMarginR = 0; + $currIndentLvl = -1; + $lastIndent = array(); + $bak_page = $this->page; + $indent = 0; + foreach($this->listitem as $item) + { + // COLS + $oldcolumn = $this->CurrCol; + + $this->bulletarray = array(); + //Get list's buffered data + $this->listlvl = $lvl = $item[0]; + $num = $item[1]; + $this->textbuffer = $item[2]; + $occur = $item[3]; + if ($item[4]) { $type = $item[4]; } // listitemtype + else { $type = $this->listlist[$lvl][$occur]['TYPE']; } + $maxnum = $this->listlist[$lvl][$occur]['MAXNUM']; + $this->restoreInlineProperties($this->InlineProperties['LIST'][$lvl][$occur]); + $this->SetFont($this->FontFamily,$this->FontStyle,$this->FontSizePt,true,true); // force to write + $clh = $this->FontSize; + + $this->SetLineHeight($this->FontSizePt,$this->list_lineheight[$lvl][$occur]); + $this->listOcc = $occur; + $this->listnum = $num; + + if (isset($this->list_align[$this->listlvl][$occur])) { $this->divalign = $this->list_align[$this->listlvl][$occur]; } + else { + if (isset($this->blk[$this->blklvl]['direction']) && $this->blk[$this->blklvl]['direction']=='rtl') { $this->divalign = 'R'; } + else { $this->divalign = 'L'; } + } + + // Set the bullet fontsize + $bullfs = $this->InlineProperties['LISTITEM'][$lvl][$occur][$num]['size']; + + $space_width = $this->GetCharWidth(' ',false) * 1.5; + + //Set default width & height values + $this->divwidth = $this->blk[$this->blklvl]['inner_width']; + $this->divheight = $this->lineheight; + $typefont = $this->FontFamily; + if (preg_match('/U\+([a-fA-F0-9]+)/i',$type,$m)) { + if ($this->_charDefined($this->CurrentFont['cw'],hexdec($m[1]))) { $list_item_marker = codeHex2utf($m[1]); } + else { $list_item_marker = '-'; } + $blt_width = $this->GetStringWidth($list_item_marker); + $typefont = ''; + if (preg_match('/rgb\(.*?\)/',$type,$m)) { + $list_item_color = $this->ConvertColor($m[0]); + } + } + else { + $list_item_color = false; + + switch($type) //Format type + { + case '1': + if ($this->listDir == 'rtl') { $list_item_marker = $this->list_number_suffix . $num; } + else { $list_item_marker = $num . $this->list_number_suffix; } + $blt_width = $this->GetStringWidth(str_repeat('5',strlen($maxnum)).$this->list_number_suffix); + break; + case 'none': + $list_item_marker = ''; + $blt_width = 0; + break; + case 'A': + $anum = $this->dec2alpha($num,true); + $maxnum = $this->dec2alpha($maxnum,true); + if ($this->listDir == 'rtl') { $list_item_marker = $this->list_number_suffix . $anum; } + else { $list_item_marker = $anum . $this->list_number_suffix; } + $blt_width = $this->GetStringWidth(str_repeat('W',strlen($maxnum)).$this->list_number_suffix); + break; + case 'a': + $anum = $this->dec2alpha($num,false); + $maxnum = $this->dec2alpha($maxnum,false); + if ($this->listDir == 'rtl') { $list_item_marker = $this->list_number_suffix . $anum; } + else { $list_item_marker = $anum . $this->list_number_suffix; } + $blt_width = $this->GetStringWidth(str_repeat('m',strlen($maxnum)).$this->list_number_suffix); + break; + case 'I': + $anum = $this->dec2roman($num,true); + if ($this->listDir == 'rtl') { $list_item_marker = $this->list_number_suffix . $anum; } + else { $list_item_marker = $anum . $this->list_number_suffix; } + + if ($maxnum>87) { $bbit = 87; } + else if ($maxnum>86) { $bbit = 86; } + else if ($maxnum>37) { $bbit = 38; } + else if ($maxnum>36) { $bbit = 37; } + else if ($maxnum>27) { $bbit = 28; } + else if ($maxnum>26) { $bbit = 27; } + else if ($maxnum>17) { $bbit = 18; } + else if ($maxnum>16) { $bbit = 17; } + else if ($maxnum>7) { $bbit = 8; } + else if ($maxnum>6) { $bbit = 7; } + else if ($maxnum>3) { $bbit = 4; } + else { $bbit = $maxnum; } + $maxlnum = $this->dec2roman($bbit,true); + $blt_width = $this->GetStringWidth($maxlnum.$this->list_number_suffix); + break; + case 'i': + $anum = $this->dec2roman($num,false); + if ($this->listDir == 'rtl') { $list_item_marker = $this->list_number_suffix . $anum; } + else { $list_item_marker = $anum . $this->list_number_suffix; } + + if ($maxnum>87) { $bbit = 87; } + else if ($maxnum>86) { $bbit = 86; } + else if ($maxnum>37) { $bbit = 38; } + else if ($maxnum>36) { $bbit = 37; } + else if ($maxnum>27) { $bbit = 28; } + else if ($maxnum>26) { $bbit = 27; } + else if ($maxnum>17) { $bbit = 18; } + else if ($maxnum>16) { $bbit = 17; } + else if ($maxnum>7) { $bbit = 8; } + else if ($maxnum>6) { $bbit = 7; } + else if ($maxnum>3) { $bbit = 4; } + else { $bbit = $maxnum; } + $maxlnum = $this->dec2roman($bbit,false); + + $blt_width = $this->GetStringWidth($maxlnum.$this->list_number_suffix); + break; + case 'disc': + if ($this->PDFA || $this->PDFX) { + if ($this->_charDefined($this->CurrentFont['cw'],8226)) { $list_item_marker = "\xe2\x80\xa2"; } // • + else { $list_item_marker = '-'; } + $blt_width = $this->GetCharWidth($list_item_marker); + break; + } + $list_item_marker = chr(108); // bullet disc in Zapfdingbats 'l' + $typefont = 'czapfdingbats'; + $blt_width = (0.791 * $this->FontSize/2.5); + break; + case 'circle': + if ($this->PDFA || $this->PDFX) { + if ($this->_charDefined($this->CurrentFont['cw'],9900)) { $list_item_marker = "\xe2\x9a\xac"; } // ⚬ + else { $list_item_marker = '-'; } + $blt_width = $this->GetCharWidth($list_item_marker); + break; + } + $list_item_marker = chr(109); // circle in Zapfdingbats 'm' + $typefont = 'czapfdingbats'; + $blt_width = (0.873 * $this->FontSize/2.5); + break; + case 'square': + if ($this->PDFA || $this->PDFX) { + if ($this->_charDefined($this->CurrentFont['cw'],9642)) { $list_item_marker = "\xe2\x96\xaa"; } // ▪ + else { $list_item_marker = '-'; } + $blt_width = $this->GetCharWidth($list_item_marker); + break; + } + $list_item_marker = chr(110); //black square in Zapfdingbats font 'n' + $typefont = 'czapfdingbats'; + $blt_width = (0.761 * $this->FontSize/2.5); + break; + +/* CSS3 list-styles numeric + I added tamil +arabic-indic | bengali | cambodian | devanagari | gujarati | gurmukhi | kannada | khmer | lao | malayalam | mongolian | myanmar | oriya | persian | telugu | tibetan | thai | urdu +*/ + case 'arabic-indic': + $cp = 0x0660; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $this->list_number_suffix . $rnum; // RTL + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'persian': + case 'urdu': + $cp = 0x06F0; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $this->list_number_suffix . $rnum; // RTL + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'bengali': + $cp = 0x09E6; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'devanagari': + $cp = 0x0966; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'gujarati': + $cp = 0x0AE6; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'gurmukhi': + $cp = 0x0A66; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'kannada': + $cp = 0x0CE6; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'malayalam': + $cp = 0x0D66; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(6, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'oriya': + $cp = 0x0B66; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'telugu': + $cp = 0x0C66; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(3, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'tamil': + $cp = 0x0BE6; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(9, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + case 'thai': + $cp = 0x0E50; + $rnum = $this->dec2other($num, $cp); + $list_item_marker = $rnum . $this->list_number_suffix; + $blt_width = $this->GetStringWidth(str_repeat($this->dec2other(5, $cp),strlen($maxnum)).$this->list_number_suffix); + break; + default: + if ($this->listDir == 'rtl') { $list_item_marker = $this->list_number_suffix . $num; } + else { $list_item_marker = $num . $this->list_number_suffix; } + $blt_width = $this->GetStringWidth(str_repeat('5',strlen($maxnum)).$this->list_number_suffix); + break; + } + } + + if (isset($item[5]) && $item[5]) { $list_item_marker = ''; } + + if ($currIndentLvl < $lvl) { + if ($lvl > 1 || $this->list_indent_first_level) { + $indent += $this->list_indent[$lvl][$occur]; + $lastIndent[$lvl] = $this->list_indent[$lvl][$occur]; + } + } + else if ($currIndentLvl > $lvl) { + while ($currIndentLvl > $lvl) { + $indent -= $lastIndent[$currIndentLvl]; + $currIndentLvl--; + } + } + $currIndentLvl = $lvl; + + +/*-- RTL --*/ + + if ($this->listDir == 'rtl') { + // list_align_style Determines alignment of numbers in numbered lists + if ($this->list_align_style == 'L') { $lalign = 'R'; } + else { $lalign = 'L'; } + $this->divwidth = $this->blk[$this->blklvl]['width'] - ($indent + $blt_width + $space_width) ; + $xb = $this->blk[$this->blklvl]['inner_width'] + $this->blk[$this->blklvl]['border_left']['w'] + $this->blk[$this->blklvl]['padding_left'] - $indent - $blt_width; //Bullet position (relative) + //Output bullet + $this->bulletarray = array('w'=>$blt_width,'h'=>$clh,'txt'=>$list_item_marker,'x'=>$xb,'align'=>$lalign,'font'=>$typefont,'level'=>$lvl, 'occur'=>$occur, 'num'=>$num, 'fontsize'=>$bullfs, 'col'=>$list_item_color ); + $this->x = $x; + } + else { +/*-- END RTL --*/ + + if ($this->list_align_style == 'L') { $lalign = 'L'; } + else { $lalign = 'R'; } + $this->divwidth = $this->blk[$this->blklvl]['width'] - ($indent + $blt_width + $space_width) ; + $xb = $this->blk[$this->blklvl]['padding_left'] + $this->blk[$this->blklvl]['border_left']['w'] - $blt_width - $space_width; + //Output bullet + $this->bulletarray = array('w'=>$blt_width,'h'=>$clh,'txt'=>$list_item_marker,'x'=>$xb,'align'=>$lalign,'font'=>$typefont,'level'=>$lvl, 'occur'=>$occur, 'num'=>$num, 'fontsize'=>$bullfs, 'col'=>$list_item_color ); + $this->x = $x + $indent + $blt_width + $space_width; + } // *RTL* + + //Print content + $this->printbuffer($this->textbuffer,'',false,true); + $this->textbuffer=array(); + + // Added to correct for OddEven Margins + if ($this->page != $bak_page) { + if (($this->page-$bak_page) % 2 == 1) { + $x += $this->MarginCorrection; + } + $bak_page = $this->page; + } +/*-- COLUMNS --*/ + // OR COLUMN CHANGE + if ($this->CurrCol != $oldcolumn) { + if ($this->directionality == 'rtl') { // *RTL* + $x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); // *RTL* + } // *RTL* + else { // *RTL* + $x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); + } // *RTL* + $oldcolumn = $this->CurrCol; + } +/*-- END COLUMNS --*/ + + } + + //Reset all used values + $this->listoccur = array(); + $this->listitem = array(); + $this->listlist = array(); + $this->listlvl = 0; + $this->listnum = 0; + $this->listtype = ''; + $this->textbuffer = array(); + $this->divwidth = 0; + $this->divheight = 0; + $this->x = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin']; +} +/*-- END LISTS --*/ + +function _saveTextBuffer($t, $link = '', $intlink = '') { +// $this->textbuffer[] = array($t,$link,$this->currentfontstyle,$this->colorarray,$this->currentfontfamily,$this->SUP,$this->SUB,$intlink,$this->strike,$this->textparam,$this->spanbgcolorarray,$this->currentfontsize,$this->ReqFontStyle,$this->kerning,$this->lSpacingCSS,$this->wSpacingCSS,$this->spanborddet, $this->textshadow); + // mPDF 5.6.14 + $arr = array(); + $arr[0] = $t; + if (isset($link) && $link) $arr[1] = $link; + $arr[2] = $this->currentfontstyle; + if (isset($this->colorarray) && $this->colorarray) $arr[3] = $this->colorarray; + $arr[4] = $this->currentfontfamily; + if (isset($this->SUP) && $this->SUP) $arr[5] = $this->SUP; + if (isset($this->SUB) && $this->SUB) $arr[6] = $this->SUB; + if (isset($intlink) && $intlink) $arr[7] = $intlink; + if (isset($this->strike) && $this->strike) $arr[8] = $this->strike; + if (isset($this->textparam) && $this->textparam) $arr[9] = $this->textparam; + if (isset($this->spanbgcolorarray) && $this->spanbgcolorarray) $arr[10] = $this->spanbgcolorarray; + $arr[11] = $this->currentfontsize; + if (isset($this->ReqFontStyle) && $this->ReqFontStyle) $arr[12] = $this->ReqFontStyle; + if (isset($this->kerning) && $this->kerning) $arr[13] = $this->kerning; + if (isset($this->lSpacingCSS) && $this->lSpacingCSS) $arr[14] = $this->lSpacingCSS; + if (isset($this->wSpacingCSS) && $this->wSpacingCSS) $arr[15] = $this->wSpacingCSS; + if (isset($this->spanborddet) && $this->spanborddet) $arr[16] = $this->spanborddet; + if (isset($this->textshadow) && $this->textshadow) $arr[17] = $this->textshadow; + $this->textbuffer[] = $arr; +} + +function _saveCellTextBuffer($t, $link = '', $intlink = '') { +// $this->cell[$this->row][$this->col]['textbuffer'][] = array($t,$link,$this->currentfontstyle,$this->colorarray,$this->currentfontfamily,$this->SUP,$this->SUB,$intlink,$this->strike,$this->textparam,$this->spanbgcolorarray,$this->currentfontsize,$this->ReqFontStyle,$this->kerning,$this->lSpacingCSS,$this->wSpacingCSS,$this->spanborddet, $this->textshadow); + // mPDF 5.6.14 + $arr = array(); + $arr[0] = $t; + if (isset($link) && $link) $arr[1] = $link; + $arr[2] = $this->currentfontstyle; + if (isset($this->colorarray) && $this->colorarray) $arr[3] = $this->colorarray; + $arr[4] = $this->currentfontfamily; + if (isset($this->SUP) && $this->SUP) $arr[5] = $this->SUP; + if (isset($this->SUB) && $this->SUB) $arr[6] = $this->SUB; + if (isset($intlink) && $intlink) $arr[7] = $intlink; + if (isset($this->strike) && $this->strike) $arr[8] = $this->strike; + if (isset($this->textparam) && $this->textparam) $arr[9] = $this->textparam; + if (isset($this->spanbgcolorarray) && $this->spanbgcolorarray) $arr[10] = $this->spanbgcolorarray; + $arr[11] = $this->currentfontsize; + if (isset($this->ReqFontStyle) && $this->ReqFontStyle) $arr[12] = $this->ReqFontStyle; + if (isset($this->kerning) && $this->kerning) $arr[13] = $this->kerning; + if (isset($this->lSpacingCSS) && $this->lSpacingCSS) $arr[14] = $this->lSpacingCSS; + if (isset($this->wSpacingCSS) && $this->wSpacingCSS) $arr[15] = $this->wSpacingCSS; + if (isset($this->spanborddet) && $this->spanborddet) $arr[16] = $this->spanborddet; + if (isset($this->textshadow) && $this->textshadow) $arr[17] = $this->textshadow; + $this->cell[$this->row][$this->col]['textbuffer'][] = $arr; +} + + +function printbuffer($arrayaux,$blockstate=0,$is_table=false,$is_list=false) +{ +// $blockstate = 0; // NO margins/padding +// $blockstate = 1; // Top margins/padding only +// $blockstate = 2; // Bottom margins/padding only +// $blockstate = 3; // Top & bottom margins/padding + $this->spanbgcolorarray = ''; + $this->spanbgcolor = false; + $this->spanborder = false; + $this->spanborddet = array(); + $paint_ht_corr = 0; + +/*-- CSS-FLOAT --*/ + if (count($this->floatDivs)) { + list($l_exists, $r_exists, $l_max, $r_max, $l_width, $r_width) = $this->GetFloatDivInfo($this->blklvl); + if (($this->blk[$this->blklvl]['inner_width']-$l_width-$r_width) < (2*$this->GetCharWidth('W',false))) { + // Too narrow to fit - try to move down past L or R float + if ($l_max < $r_max && ($this->blk[$this->blklvl]['inner_width']-$r_width) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('LEFT', $this->blklvl); + } + else if ($r_max < $l_max && ($this->blk[$this->blklvl]['inner_width']-$l_width) > (2*$this->GetCharWidth('W',false))) { + $this->ClearFloats('RIGHT', $this->blklvl); + } + else { $this->ClearFloats('BOTH', $this->blklvl); } + } + } +/*-- END CSS-FLOAT --*/ + $bak_y = $this->y; + $bak_x = $this->x; + $align = ''; + if (!$is_table && !$is_list) { + if (isset($this->blk[$this->blklvl]['align']) && $this->blk[$this->blklvl]['align']) { $align = $this->blk[$this->blklvl]['align']; } + // Block-align is set by e.g. <.. align="center"> Takes priority for this block but not inherited + if (isset($this->blk[$this->blklvl]['block-align']) && $this->blk[$this->blklvl]['block-align']) { $align = $this->blk[$this->blklvl]['block-align']; } + if (isset($this->blk[$this->blklvl]['direction'])) $blockdir = $this->blk[$this->blklvl]['direction']; + else $blockdir = ""; + $this->divwidth = $this->blk[$this->blklvl]['width']; + } + else { + $align = $this->divalign; + if ($is_table) { $blockdir = $this->table[$this->tableLevel][$this->tbctr[$this->tableLevel]]['direction']; } + else { $blockdir = $this->listDir; } + } + $oldpage = $this->page; + + // ADDED for Out of Block now done as Flowing Block + if ($this->divwidth == 0) { + $this->divwidth = $this->pgwidth; + } + + if (!$is_table && !$is_list) { $this->SetLineHeight($this->FontSizePt,$this->blk[$this->blklvl]['line_height']); } + $this->divheight = $this->lineheight; + $old_height = $this->divheight; + + // As a failsafe - if font has been set but not output to page + $this->SetFont($this->default_font,'',$this->default_font_size,true,true); // force output to page + + $array_size = count($arrayaux); + $this->newFlowingBlock( $this->divwidth,$this->divheight,$align,$is_table,$is_list,$blockstate,true,$blockdir); + + // Added - Otherwise

      did not output top margins/padding for 1st/2nd div + if ($array_size == 0) { $this->finishFlowingBlock(true); } // true = END of flowing block + + for($i=0;$i < $array_size; $i++) + { + // COLS + $oldcolumn = $this->CurrCol; + + $vetor = $arrayaux[$i]; + if ($i == 0 and $vetor[0] != "\n" and !$this->ispre) { + $vetor[0] = ltrim($vetor[0]); + } + + // FIXED TO ALLOW IT TO SHOW '0' + if (empty($vetor[0]) && !($vetor[0]==='0') && empty($vetor[7])) { //Ignore empty text and not carrying an internal link + //Check if it is the last element. If so then finish printing the block + if ($i == ($array_size-1)) { $this->finishFlowingBlock(true); } // true = END of flowing block + continue; + } + + + //Activating buffer properties + if(isset($vetor[11]) and $vetor[11] != '') { // Font Size + if ($is_table && $this->shrin_k) { + $this->SetFontSize($vetor[11]/$this->shrin_k,false); + } + else { + $this->SetFontSize($vetor[11],false); + } + } + + if(isset($vetor[17]) && !empty($vetor[17])) { //TextShadow + $this->textshadow = $vetor[17]; + } + if(isset($vetor[16]) && !empty($vetor[16])) { //Border + $this->spanborddet = $vetor[16]; + $this->spanborder = true; + } + + if(isset($vetor[15])) { // Word spacing + $this->wSpacingCSS = $vetor[15]; + if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') { + $this->minwSpacing = $this->ConvertSize($this->wSpacingCSS,$this->FontSize); + } + } + if(isset($vetor[14])) { // Letter spacing + $this->lSpacingCSS = $vetor[14]; + if (($this->lSpacingCSS || $this->lSpacingCSS==='0') && strtoupper($this->lSpacingCSS) != 'NORMAL') { + $this->fixedlSpacing = $this->ConvertSize($this->lSpacingCSS,$this->FontSize); + } + } + if(isset($vetor[13])) { // Font Kerning + $this->kerning = $vetor[13]; + } + + + if(isset($vetor[10]) and !empty($vetor[10])) //Background color + { + $this->spanbgcolorarray = $vetor[10]; + $this->spanbgcolor = true; + } + if(isset($vetor[9]) and !empty($vetor[9])) // Text parameters - Outline + hyphens + { + $this->textparam = $vetor[9] ; // mPDF 5.6.14 + $this->SetTextOutline($this->textparam); // mPDF 5.6.07 + } + if(isset($vetor[8]) and $vetor[8] === true) // strike-through the text + { + $this->strike = true; + } + if(isset($vetor[7]) and $vetor[7] != '') // internal target: + { + $ily = $this->y; + if ($this->keep_block_together) { $this->internallink[$vetor[7]] = array("Y"=>$ily,"PAGE"=>$this->page, "kt"=>true ); } + else if ($this->table_rotate) { $this->internallink[$vetor[7]] = array("Y"=>$ily,"PAGE"=>$this->page, "tbrot"=>true ); } + else if ($this->kwt) { $this->internallink[$vetor[7]] = array("Y"=>$ily,"PAGE"=>$this->page, "kwt"=>true ); } + else if ($this->ColActive) { $this->internallink[$vetor[7]] = array("Y"=>$ily,"PAGE"=>$this->page, "col"=>$this->CurrCol ); } + else + $this->internallink[$vetor[7]] = array("Y"=>$ily,"PAGE"=>$this->page ); + if (empty($vetor[0])) { //Ignore empty text + //Check if it is the last element. If so then finish printing the block + if ($i == ($array_size-1)) { $this->finishFlowingBlock(true); } // true = END of flowing block + continue; + } + } + if(isset($vetor[6]) and $vetor[6] === true) // Subscript + { + $this->SUB = true; + } + if(isset($vetor[5]) and $vetor[5] === true) // Superscript + { + $this->SUP = true; + } + if(isset($vetor[4]) and $vetor[4] != '') { // Font Family + $font = $this->SetFont($vetor[4],$this->FontStyle,0,false); + } + if (!empty($vetor[3])) //Font Color + { + $cor = $vetor[3]; + $this->SetTColor($cor); + } + if(isset($vetor[2]) and $vetor[2] != '') //Bold,Italic,Underline styles + { + $this->SetStyles($vetor[2]); + } + + if(isset($vetor[12]) and $vetor[12] != '') { //Requested Bold,Italic,Underline + $this->ReqFontStyle = $vetor[12]; + } + if(isset($vetor[1]) and $vetor[1] != '') //LINK + { + if (strpos($vetor[1],".") === false && strpos($vetor[1],"@") !== 0) //assuming every external link has a dot indicating extension (e.g: .html .txt .zip www.somewhere.com etc.) + { + //Repeated reference to same anchor? + while(array_key_exists($vetor[1],$this->internallink)) $vetor[1]="#".$vetor[1]; + $this->internallink[$vetor[1]] = $this->AddLink(); + $vetor[1] = $this->internallink[$vetor[1]]; + } + $this->HREF = $vetor[1]; // HREF link style set here ****** + } + + // SPECIAL CONTENT - IMAGES & FORM OBJECTS + //Print-out special content + + if (substr($vetor[0],0,3) == "\xbb\xa4\xac") { //identifier has been identified! + + $objattr = $this->_getObjAttr($vetor[0]); + +/*-- TABLES --*/ + if ($objattr['type'] == 'nestedtable') { + if ($objattr['nestedcontent']) { + $level = $objattr['level']; + $table = &$this->table[$level][$objattr['table']]; + if ($this->cacheTables) { + $fh = fopen($table['cache'], "r+b"); + $cell = $this->_uncacheCell($table['cells'][$objattr['row']][$objattr['col']], '', $fh); + } + else { + $fh = null; + $cell = &$table['cells'][$objattr['row']][$objattr['col']]; + } + $this->finishFlowingBlock(false,'nestedtable'); + $save_dw = $this->divwidth ; + $save_buffer = $this->cellBorderBuffer; + $this->cellBorderBuffer = array(); + $ncx = $this->x; + list($dummyx,$w) = $this->_tableGetWidth($table, $objattr['row'], $objattr['col'], $fh); + $ntw = $this->table[($level+1)][$objattr['nestedcontent']]['w']; // nested table width + if (!$this->simpleTables){ + if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($cell['borderbin']); + } + else { + $br = $cell['border_details']['R']['w']; + $bl = $cell['border_details']['L']['w']; + } + if ($table['borders_separate']) { + $innerw = $w - $bl - $br - $cell['padding']['L'] - $cell['padding']['R'] - $table['border_spacing_H']; + } + else { + $innerw = $w - $bl/2 - $br/2 - $cell['padding']['L'] - $cell['padding']['R']; + } + } + else if ($this->simpleTables){ + if ($table['borders_separate']) { + $innerw = $w - $table['simple']['border_details']['L']['w'] - $table['simple']['border_details']['R']['w'] - $cell['padding']['L'] - $cell['padding']['R'] - $table['border_spacing_H']; + } + else { + $innerw = $w - $table['simple']['border_details']['L']['w']/2 - $table['simple']['border_details']['R']['w']/2 - $cell['padding']['L'] - $cell['padding']['R']; + } + } + if ($cell['a']=='C' || $this->table[($level+1)][$objattr['nestedcontent']]['a']=='C') { + $ncx += ($innerw-$ntw)/2; + } + elseif ($cell['a']=='R' || $this->table[($level+1)][$objattr['nestedcontent']]['a']=='R') { + $ncx += $innerw- $ntw; + } + $this->x = $ncx ; + if ($this->cacheTables) { fclose($fh); } + + $this->_tableWrite($this->table[($level+1)][$objattr['nestedcontent']]); + $this->cellBorderBuffer = $save_buffer; + $this->x = $bak_x ; + $this->divwidth = $save_dw; + $this->newFlowingBlock( $this->divwidth,$this->divheight,$align,$is_table,$is_list,$blockstate,false,$blockdir); + } + } + else { +/*-- END TABLES --*/ + if ($is_table) { // *TABLES* + $maxWidth = $this->divwidth; // *TABLES* + } // *TABLES* + else { // *TABLES* + $maxWidth = $this->divwidth - ($this->blk[$this->blklvl]['padding_left'] + $this->blk[$this->blklvl]['border_left']['w'] + $this->blk[$this->blklvl]['padding_right'] + $this->blk[$this->blklvl]['border_right']['w']); + } // *TABLES* + +/*-- CSS-IMAGE-FLOAT --*/ + // If float (already) exists at this level + if (isset($this->floatmargins['R']) && $this->y <= $this->floatmargins['R']['y1'] && $this->y >= $this->floatmargins['R']['y0']) { $maxWidth -= $this->floatmargins['R']['w']; } + if (isset($this->floatmargins['L']) && $this->y <= $this->floatmargins['L']['y1'] && $this->y >= $this->floatmargins['L']['y0']) { $maxWidth -= $this->floatmargins['L']['w']; } +/*-- END CSS-IMAGE-FLOAT --*/ + + list($skipln) = $this->inlineObject($objattr['type'], '', $this->y, $objattr,$this->lMargin, ($this->flowingBlockAttr['contentWidth']/_MPDFK), $maxWidth, $this->flowingBlockAttr['height'], false, $is_table); + // 1 -> New line needed because of width + // -1 -> Will fit width on line but NEW PAGE REQUIRED because of height + // -2 -> Will not fit on line therefore needs new line but thus NEW PAGE REQUIRED + $iby = $this->y; + $oldpage = $this->page; + $oldcol = $this->CurrCol; + if (($skipln == 1 || $skipln == -2) && !isset($objattr['float'])) { + $this->finishFlowingBlock(false,$objattr['type']); + $this->newFlowingBlock( $this->divwidth,$this->divheight,$align,$is_table,$is_list,$blockstate,false,$blockdir); + } + $thispage = $this->page; + if ($this->CurrCol!=$oldcol) { $changedcol = true; } + else { $changedcol=false; } + + // the previous lines can already have triggered page break or column change + if (!$changedcol && $skipln <0 && $this->AcceptPageBreak() && $thispage==$oldpage) { + + $this->AddPage($this->CurOrientation); + + // Added to correct Images already set on line before page advanced + // i.e. if second inline image on line is higher than first and forces new page + if (count($this->objectbuffer)) { + $yadj = $iby - $this->y; + foreach($this->objectbuffer AS $ib=>$val) { + if ($this->objectbuffer[$ib]['OUTER-Y'] ) $this->objectbuffer[$ib]['OUTER-Y'] -= $yadj; + if ($this->objectbuffer[$ib]['BORDER-Y']) $this->objectbuffer[$ib]['BORDER-Y'] -= $yadj; + if ($this->objectbuffer[$ib]['INNER-Y']) $this->objectbuffer[$ib]['INNER-Y'] -= $yadj; + } + } + } + + // Added to correct for OddEven Margins + if ($this->page != $oldpage) { + if (($this->page-$oldpage) % 2 == 1) { + $bak_x += $this->MarginCorrection; + } + $oldpage = $this->page; + $y = $this->tMargin - $paint_ht_corr ; + $this->oldy = $this->tMargin - $paint_ht_corr ; + $old_height = 0; + } + $this->x = $bak_x; +/*-- COLUMNS --*/ + // COLS + // OR COLUMN CHANGE + if ($this->CurrCol != $oldcolumn) { + if ($this->directionality == 'rtl') { // *RTL* + $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); // *RTL* + } // *RTL* + else { // *RTL* + $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); + } // *RTL* + $this->x = $bak_x; + $oldcolumn = $this->CurrCol; + $y = $this->y0 - $paint_ht_corr ; + $this->oldy = $this->y0 - $paint_ht_corr ; + $old_height = 0; + } +/*-- END COLUMNS --*/ + +/*-- CSS-IMAGE-FLOAT --*/ + if ($objattr['type'] == 'image' && isset($objattr['float'])) { + $fy = $this->y; + + // DIV TOP MARGIN/BORDER/PADDING + if ($this->flowingBlockAttr['newblock'] && ($this->flowingBlockAttr['blockstate']==1 || $this->flowingBlockAttr['blockstate']==3) && $this->flowingBlockAttr['lineCount']== 0) { + $fy += $this->blk[$this->blklvl]['margin_top'] + $this->blk[$this->blklvl]['padding_top'] + $this->blk[$this->blklvl]['border_top']['w']; + } + + if ($objattr['float']=='R') { + $fx = $this->w - $this->rMargin - $objattr['width'] - ($this->blk[$this->blklvl]['outer_right_margin'] + $this->blk[$this->blklvl]['border_right']['w'] + $this->blk[$this->blklvl]['padding_right']); + + + } + else if ($objattr['float']=='L') { + $fx = $this->lMargin + ($this->blk[$this->blklvl]['outer_left_margin'] + $this->blk[$this->blklvl]['border_left']['w'] + $this->blk[$this->blklvl]['padding_left']); + } + $w = $objattr['width']; + $h = abs($objattr['height']); + + $widthLeft = $maxWidth - ($this->flowingBlockAttr['contentWidth']/_MPDFK); + $maxHeight = $this->h - ($this->tMargin + $this->margin_header + $this->bMargin + 10) ; + // For Images + $extraWidth = ($objattr['border_left']['w'] + $objattr['border_right']['w'] + $objattr['margin_left']+ $objattr['margin_right']); + $extraHeight = ($objattr['border_top']['w'] + $objattr['border_bottom']['w'] + $objattr['margin_top']+ $objattr['margin_bottom']); + + if ($objattr['itype'] == 'wmf' || $objattr['itype'] == 'svg') { + $file = $objattr['file']; + $info=$this->formobjects[$file]; + } + else { + $file = $objattr['file']; + $info=$this->images[$file]; + } + $img_w = $w - $extraWidth ; + $img_h = $h - $extraHeight ; + if ($objattr['border_left']['w']) { + $objattr['BORDER-WIDTH'] = $img_w + (($objattr['border_left']['w'] + $objattr['border_right']['w'])/2) ; + $objattr['BORDER-HEIGHT'] = $img_h + (($objattr['border_top']['w'] + $objattr['border_bottom']['w'])/2) ; + $objattr['BORDER-X'] = $fx + $objattr['margin_left'] + (($objattr['border_left']['w'])/2) ; + $objattr['BORDER-Y'] = $fy + $objattr['margin_top'] + (($objattr['border_top']['w'])/2) ; + } + $objattr['INNER-WIDTH'] = $img_w; + $objattr['INNER-HEIGHT'] = $img_h; + $objattr['INNER-X'] = $fx + $objattr['margin_left'] + ($objattr['border_left']['w']); + $objattr['INNER-Y'] = $fy + $objattr['margin_top'] + ($objattr['border_top']['w']) ; + $objattr['ID'] = $info['i']; + $objattr['OUTER-WIDTH'] = $w; + $objattr['OUTER-HEIGHT'] = $h; + $objattr['OUTER-X'] = $fx; + $objattr['OUTER-Y'] = $fy; + if ($objattr['float']=='R') { + // If R float already exists at this level + $this->floatmargins['R']['skipline'] = false; + if (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) { + $this->WriteFlowingBlock($vetor[0]); + } + // If L float already exists at this level + else if (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) { + // Final check distance between floats is not now too narrow to fit text + $mw = 2*$this->GetCharWidth('W',false); + if (($this->blk[$this->blklvl]['inner_width'] - $w - $this->floatmargins['L']['w']) < $mw) { + $this->WriteFlowingBlock($vetor[0]); + } + else { + $this->floatmargins['R']['x'] = $fx; + $this->floatmargins['R']['w'] = $w; + $this->floatmargins['R']['y0'] = $fy; + $this->floatmargins['R']['y1'] = $fy + $h; + if ($skipln == 1) { + $this->floatmargins['R']['skipline'] = true; + $this->floatmargins['R']['id'] = count($this->floatbuffer)+0; + $objattr['skipline'] = true; + } + $this->floatbuffer[] = $objattr; + } + } + else { + $this->floatmargins['R']['x'] = $fx; + $this->floatmargins['R']['w'] = $w; + $this->floatmargins['R']['y0'] = $fy; + $this->floatmargins['R']['y1'] = $fy + $h; + if ($skipln == 1) { + $this->floatmargins['R']['skipline'] = true; + $this->floatmargins['R']['id'] = count($this->floatbuffer)+0; + $objattr['skipline'] = true; + } + $this->floatbuffer[] = $objattr; + } + } + else if ($objattr['float']=='L') { + // If L float already exists at this level + $this->floatmargins['L']['skipline'] = false; + if (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) { + $this->floatmargins['L']['skipline'] = false; + $this->WriteFlowingBlock($vetor[0]); + } + // If R float already exists at this level + else if (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) { + // Final check distance between floats is not now too narrow to fit text + $mw = 2*$this->GetCharWidth('W',false); + if (($this->blk[$this->blklvl]['inner_width'] - $w - $this->floatmargins['R']['w']) < $mw) { + $this->WriteFlowingBlock($vetor[0]); + } + else { + $this->floatmargins['L']['x'] = $fx + $w; + $this->floatmargins['L']['w'] = $w; + $this->floatmargins['L']['y0'] = $fy; + $this->floatmargins['L']['y1'] = $fy + $h; + if ($skipln == 1) { + $this->floatmargins['L']['skipline'] = true; + $this->floatmargins['L']['id'] = count($this->floatbuffer)+0; + $objattr['skipline'] = true; + } + $this->floatbuffer[] = $objattr; + } + } + else { + $this->floatmargins['L']['x'] = $fx + $w; + $this->floatmargins['L']['w'] = $w; + $this->floatmargins['L']['y0'] = $fy; + $this->floatmargins['L']['y1'] = $fy + $h; + if ($skipln == 1) { + $this->floatmargins['L']['skipline'] = true; + $this->floatmargins['L']['id'] = count($this->floatbuffer)+0; + $objattr['skipline'] = true; + } + $this->floatbuffer[] = $objattr; + } + } + } + else { +/*-- END CSS-IMAGE-FLOAT --*/ + $this->WriteFlowingBlock($vetor[0]); +/*-- CSS-IMAGE-FLOAT --*/ + } +/*-- END CSS-IMAGE-FLOAT --*/ + } // *TABLES* + + } // END If special content + else { //THE text + if ($this->tableLevel) { $paint_ht_corr = 0; } // To move the y up when new column/page started if div border needed + else { $paint_ht_corr = $this->blk[$this->blklvl]['border_top']['w']; } + + if ($vetor[0] == "\n") { //We are reading a
      now turned into newline ("\n") + if ($this->flowingBlockAttr['content']) { + $this->finishFlowingBlock(false,'br'); + } + else if ($is_table) { + $this->y+= $this->_computeLineheight($this->table_lineheight); + } + else if (!$is_table) { + $this->DivLn($this->lineheight); + if ($this->ColActive) { $this->breakpoints[$this->CurrCol][] = $this->y; } // *COLUMNS* + } + // Added to correct for OddEven Margins + if ($this->page != $oldpage) { + if (($this->page-$oldpage) % 2 == 1) { + $bak_x += $this->MarginCorrection; + } + $oldpage = $this->page; + $y = $this->tMargin - $paint_ht_corr ; + $this->oldy = $this->tMargin - $paint_ht_corr ; + $old_height = 0; + } + $this->x = $bak_x; +/*-- COLUMNS --*/ + // COLS + // OR COLUMN CHANGE + if ($this->CurrCol != $oldcolumn) { + if ($this->directionality == 'rtl') { // *RTL* + $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); // *RTL* + } // *RTL* + else { // *RTL* + $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); + } // *RTL* + $this->x = $bak_x; + $oldcolumn = $this->CurrCol; + $y = $this->y0 - $paint_ht_corr ; + $this->oldy = $this->y0 - $paint_ht_corr ; + $old_height = 0; + } +/*-- END COLUMNS --*/ + $this->newFlowingBlock( $this->divwidth,$this->divheight,$align,$is_table,$is_list,$blockstate,false,$blockdir); + } + else { + $this->WriteFlowingBlock( $vetor[0]); + + // Added to correct for OddEven Margins + if ($this->page != $oldpage) { + if (($this->page-$oldpage) % 2 == 1) { + $bak_x += $this->MarginCorrection; + $this->x = $bak_x; + } + $oldpage = $this->page; + $y = $this->tMargin - $paint_ht_corr ; + $this->oldy = $this->tMargin - $paint_ht_corr ; + $old_height = 0; + } +/*-- COLUMNS --*/ + // COLS + // OR COLUMN CHANGE + if ($this->CurrCol != $oldcolumn) { + if ($this->directionality == 'rtl') { // *RTL* + $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); // *RTL* + } // *RTL* + else { // *RTL* + $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); + } // *RTL* + $this->x = $bak_x; + $oldcolumn = $this->CurrCol; + $y = $this->y0 - $paint_ht_corr ; + $this->oldy = $this->y0 - $paint_ht_corr ; + $old_height = 0; + } +/*-- END COLUMNS --*/ + } + + + } + + //Check if it is the last element. If so then finish printing the block + if ($i == ($array_size-1)) { + $this->finishFlowingBlock(true); // true = END of flowing block + // Added to correct for OddEven Margins + if ($this->page != $oldpage) { + if (($this->page-$oldpage) % 2 == 1) { + $bak_x += $this->MarginCorrection; + $this->x = $bak_x; + } + $oldpage = $this->page; + $y = $this->tMargin - $paint_ht_corr ; + $this->oldy = $this->tMargin - $paint_ht_corr ; + $old_height = 0; + } + +/*-- COLUMNS --*/ + // COLS + // OR COLUMN CHANGE + if ($this->CurrCol != $oldcolumn) { + if ($this->directionality == 'rtl') { // *RTL* + $bak_x -= ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); // *RTL* + } // *RTL* + else { // *RTL* + $bak_x += ($this->CurrCol - $oldcolumn) * ($this->ColWidth+$this->ColGap); + } // *RTL* + $this->x = $bak_x; + $oldcolumn = $this->CurrCol; + $y = $this->y0 - $paint_ht_corr ; + $this->oldy = $this->y0 - $paint_ht_corr ; + $old_height = 0; + } +/*-- END COLUMNS --*/ + + } + + // RESETTING VALUES + $this->SetTColor($this->ConvertColor(0)); + $this->SetDColor($this->ConvertColor(0)); + $this->SetFColor($this->ConvertColor(255)); + $this->colorarray = ''; + $this->spanbgcolorarray = ''; + $this->spanbgcolor = false; + $this->spanborder = false; + $this->spanborddet = array(); + $this->HREF = ''; + $this->textparam = array(); + $this->SetTextOutline(); + $this->SUP = false; + $this->SUB = false; + + $this->strike = false; + $this->textshadow = ''; + + $this->currentfontfamily = ''; + $this->currentfontsize = ''; + $this->currentfontstyle = ''; +/*-- TABLES --*/ + if ($this->tableLevel) { + $this->SetLineHeight('',$this->table_lineheight); // *TABLES* + } + else +/*-- END TABLES --*/ +/*-- LISTS --*/ + if ($is_list && $this->list_lineheight[$this->listlvl][$this->listOcc]) { + $this->SetLineHeight('',$this->list_lineheight[$this->listlvl][$this->listOcc]); // sets default line height + } + else +/*-- END LISTS --*/ + if (isset($this->blk[$this->blklvl]['line_height']) && $this->blk[$this->blklvl]['line_height']) { + $this->SetLineHeight('',$this->blk[$this->blklvl]['line_height']); // sets default line height + } + $this->ResetStyles(); + $this->toupper = false; + $this->tolower = false; + $this->capitalize = false; + $this->kerning = false; + $this->lSpacingCSS = ''; + $this->wSpacingCSS = ''; + $this->fixedlSpacing = false; + $this->minwSpacing = 0; + $this->SetDash(); + $this->dash_on = false; + $this->dotted_on = false; + + }//end of for(i=0;iblk[$this->blklvl]['border']) || isset($this->blk[$this->blklvl]['bgcolor']) || isset($this->blk[$this->blklvl]['box_shadow'])) && $blockstate && ($this->y != $this->oldy)) { + $bottom_y = $this->y; // Does not include Bottom Margin + if (isset($this->blk[$this->blklvl]['startpage']) && $this->blk[$this->blklvl]['startpage'] != $this->page && $blockstate != 1) { + $this->PaintDivBB('pagetop',$blockstate); + } + + else if ($blockstate != 1) { + $this->PaintDivBB('',$blockstate); + } + $this->y = $bottom_y; + $this->x = $bak_x; + } + + // Reset Font + $this->SetFontSize($this->default_font_size,false); + + +} + +function _setDashBorder($style, $div, $cp, $side) { + if ($style == 'dashed' && (($side=='L' || $side=='R') || ($side=='T' && $div != 'pagetop' && !$cp) || ($side=='B' && $div!='pagebottom') )) { + $dashsize = 2; // final dash will be this + 1*linewidth + $dashsizek = 1.5; // ratio of Dash/Blank + $this->SetDash($dashsize,($dashsize/$dashsizek)+($this->LineWidth*2)); + } + else if ($style == 'dotted' || ($side=='T' && ($div == 'pagetop' || $cp)) || ($side=='B' && $div == 'pagebottom')) { + //Round join and cap + $this->SetLineJoin(1); + $this->SetLineCap(1); + $this->SetDash(0.001,($this->LineWidth*3)); + } +} + +function _setBorderLine($b, $k=1) { + $this->SetLineWidth($b['w']/$k); + $this->SetDColor($b['c']); + if ($b['c'][0]==5) { // RGBa + $this->SetAlpha($b['c'][4], 'Normal', false, 'S')."\n"; + } + else if ($b['c'][0]==6) { // CMYKa + $this->SetAlpha($b['c'][5], 'Normal', false, 'S')."\n"; + } +} + +// mPDF 5.6.52 +function PaintDivBB($divider='',$blockstate=0,$blvl=0) { + // Borders & backgrounds are done elsewhere for columns - messes up the repositioning in printcolumnbuffer + if ($this->ColActive) { return ; } // *COLUMNS* + $save_y = $this->y; + if (!$blvl) { $blvl = $this->blklvl; } + $x0 = $x1 = $y0 = $y1 = 0; + + // Added mPDF 3.0 Float DIV + if (isset($this->blk[$blvl]['bb_painted'][$this->page]) && $this->blk[$blvl]['bb_painted'][$this->page]) { return; } // *CSS-FLOAT* + + if (isset($this->blk[$blvl]['x0'])) { $x0 = $this->blk[$blvl]['x0']; } // left + if (isset($this->blk[$blvl]['y1'])) { $y1 = $this->blk[$blvl]['y1']; } // bottom + + // Added mPDF 3.0 Float DIV - ensures backgrounds/borders are drawn to bottom of page + if ($y1==0) { + if ($divider=='pagebottom') { $y1 = $this->h-$this->bMargin; } + else { $y1 = $this->y; } + } + + if (isset($this->blk[$blvl]['startpage']) && $this->blk[$blvl]['startpage'] != $this->page) { $continuingpage = true; } else { $continuingpage = false; } + + if (isset($this->blk[$blvl]['y0'])) { $y0 = $this->blk[$blvl]['y0']; } + $h = $y1 - $y0; + $w = $this->blk[$blvl]['width']; + $x1 = $x0 + $w; + + // Set border-widths as used here + $border_top = $this->blk[$blvl]['border_top']['w']; + $border_bottom = $this->blk[$blvl]['border_bottom']['w']; + $border_left = $this->blk[$blvl]['border_left']['w']; + $border_right = $this->blk[$blvl]['border_right']['w']; + if (!$this->blk[$blvl]['border_top'] || $divider == 'pagetop' || $continuingpage) { + $border_top = 0; + } + if (!$this->blk[$blvl]['border_bottom'] || $blockstate == 1 || $divider == 'pagebottom') { + $border_bottom = 0; + } + + $brTL_H = 0; + $brTL_V = 0; + $brTR_H = 0; + $brTR_V = 0; + $brBL_H = 0; + $brBL_V = 0; + $brBR_H = 0; + $brBR_V = 0; + + $brset = false; +/*-- BORDER-RADIUS --*/ + if (isset($this->blk[$blvl]['border_radius_TL_H'])) { $brTL_H = $this->blk[$blvl]['border_radius_TL_H']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_TL_V'])) { $brTL_V = $this->blk[$blvl]['border_radius_TL_V']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_TR_H'])) { $brTR_H = $this->blk[$blvl]['border_radius_TR_H']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_TR_V'])) { $brTR_V = $this->blk[$blvl]['border_radius_TR_V']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_BR_H'])) { $brBR_H = $this->blk[$blvl]['border_radius_BR_H']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_BR_V'])) { $brBR_V = $this->blk[$blvl]['border_radius_BR_V']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_BL_H'])) { $brBL_H = $this->blk[$blvl]['border_radius_BL_H']; $brset = true; } + if (isset($this->blk[$blvl]['border_radius_BL_V'])) { $brBL_V = $this->blk[$blvl]['border_radius_BL_V']; $brset = true; } + + // mPDF 5.4.17 + //if (!$this->blk[$blvl]['border_top'] || $divider == 'pagetop' || $continuingpage || $this->keep_block_together) { + if (!$this->blk[$blvl]['border_top'] || $divider == 'pagetop' || $continuingpage) { + $brTL_H = 0; + $brTL_V = 0; + $brTR_H = 0; + $brTR_V = 0; + } + // mPDF 5.4.17 + //if (!$this->blk[$blvl]['border_bottom'] || $blockstate == 1 || $divider == 'pagebottom' || $this->keep_block_together) { + if (!$this->blk[$blvl]['border_bottom'] || $blockstate == 1 || $divider == 'pagebottom') { + $brBL_H = 0; + $brBL_V = 0; + $brBR_H = 0; + $brBR_V = 0; + } + + // Disallow border-radius if it is smaller than the border width. + if ($brTL_H < min($border_left, $border_top)) { $brTL_H = $brTL_V = 0; } + if ($brTL_V < min($border_left, $border_top)) { $brTL_V = $brTL_H = 0; } + if ($brTR_H < min($border_right, $border_top)) { $brTR_H = $brTR_V = 0; } + if ($brTR_V < min($border_right, $border_top)) { $brTR_V = $brTR_H = 0; } + if ($brBL_H < min($border_left, $border_bottom)) { $brBL_H = $brBL_V = 0; } + if ($brBL_V < min($border_left, $border_bottom)) { $brBL_V = $brBL_H = 0; } + if ($brBR_H < min($border_right, $border_bottom)) { $brBR_H = $brBR_V = 0; } + if ($brBR_V < min($border_right, $border_bottom)) { $brBR_V = $brBR_H = 0; } + + // CHECK FOR radii that sum to > width or height of div ******** + $f = min($h/($brTL_V + $brBL_V + 0.001), $h/($brTR_V + $brBR_V + 0.001), $w/($brTL_H + $brTR_H + 0.001), $w/($brBL_H + $brBR_H + 0.001)); + if ($f < 1) { + $brTL_H *= $f; + $brTL_V *= $f; + $brTR_H *= $f; + $brTR_V *= $f; + $brBL_H *= $f; + $brBL_V *= $f; + $brBR_H *= $f; + $brBR_V *= $f; + } +/*-- END BORDER-RADIUS --*/ + + $tbcol = $this->ConvertColor(255); + for($l=0; $l <= $blvl; $l++) { + if ($this->blk[$l]['bgcolor']) { + $tbcol = $this->blk[$l]['bgcolorarray']; + } + } + + // BORDERS + if (isset($this->blk[$blvl]['y0']) && $this->blk[$blvl]['y0']) { $y0 = $this->blk[$blvl]['y0']; } + $h = $y1 - $y0; + $w = $this->blk[$blvl]['width']; + + //if ($this->blk[$blvl]['border_top']) { + // Reinstate line above for dotted line divider when block border crosses a page + if ($this->blk[$blvl]['border_top'] && $divider != 'pagetop' && !$continuingpage) { + $tbd = $this->blk[$blvl]['border_top']; + + // mPDF 5.4.18 + $legend = ''; + if (isset($this->blk[$blvl]['border_legend']) && $this->blk[$blvl]['border_legend']) { + $legend = $this->blk[$blvl]['border_legend']; // Same structure array as textbuffer + $txt = ltrim($legend[0]); + + //Set font, size, style, color + $this->SetFont($legend[4],$legend[2],$legend[11]); + if ($legend[3]) { + $cor = $legend[3]; + $this->SetTColor($cor); + } + $stringWidth = $this->GetStringWidth($txt ); + $save_x = $this->x; + $save_y = $this->y; + $save_currentfontfamily = $this->FontFamily; + $save_currentfontsize = $this->FontSizePt; + $save_currentfontstyle = $this->FontStyle.($this->U ? 'U' : '').($this->S ? 'S' : ''); + $this->y = $y0 - $this->FontSize/2 + $this->blk[$blvl]['border_top']['w']/2; + $this->x = $x0 + $this->blk[$blvl]['padding_left'] + $this->blk[$blvl]['border_left']['w']; + + // Set the distance from the border line to the text ? make configurable variable + $gap = 0.2 * $this->FontSize; + + $legbreakL = $this->x - $gap; + $legbreakR = $this->x + $stringWidth + $gap; + + $this->Cell( $stringWidth, $this->FontSize, $txt , '', 0, 'C', $fill, '', 0, 0,0,'M', $fill); + // Reset + $this->x = $save_x; + $this->y = $save_y; + $this->SetFont($save_currentfontfamily,$save_currentfontstyle,$save_currentfontsize); + $this->SetTColor($this->ConvertColor(0)); + } + + if (isset($tbd['s']) && $tbd['s']) { + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { + $this->_out('q'); + $this->SetLineWidth(0); + $this->_out(sprintf('%.3F %.3F m ',($x0)*_MPDFK, ($this->h-($y0))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $border_left)*_MPDFK, ($this->h-($y0 + $border_top))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w - $border_right)*_MPDFK, ($this->h-($y0 + $border_top))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w)*_MPDFK, ($this->h-($y0))*_MPDFK)); + $this->_out(' h W n '); // Ends path no-op & Sets the clipping path + } + + $this->_setBorderLine($tbd); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { + $legbreakL -= $border_top/2; // because line cap different + $legbreakR += $border_top/2; + $this->_setDashBorder($tbd['style'],$divider,$continuingpage,'T'); + } +/*-- BORDER-RADIUS --*/ + else if (($brTL_V && $brTL_H) || ($brTR_V && $brTR_H) || $tbd['style']=='solid' || $tbd['style']=='double' ) { // mPDF 5.6.58 + $this->SetLineJoin(0); + $this->SetLineCap(0); + } + $s = ''; + if ($brTR_H && $brTR_V) { + $s .= ($this->_EllipseArc($x0 + $w - $brTR_H, $y0 + $brTR_V, $brTR_H - $border_top/2 , $brTR_V - $border_top/2 , 1, 2, true))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F m ',($x0 + $w)*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F m ',($x0 + $w - ($border_top/2))*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } +/*-- BORDER-RADIUS --*/ + if ($brTL_H && $brTL_V ) { + // mPDF 5.4.18 + if ($legend) { + if ($legbreakR < ($x0 + $w - $brTR_H)) { + $s .= (sprintf('%.3F %.3F l ', $legbreakR*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + if ($legbreakL > ($x0 + $brTL_H )) { + $s .= (sprintf('%.3F %.3F m ',$legbreakL*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + $s .= (sprintf('%.3F %.3F l ',($x0 + $brTL_H )*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK)."\n"); + } + else { + $s .= (sprintf('%.3F %.3F m ',($x0 + $brTL_H )*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + } + else { + $s .= (sprintf('%.3F %.3F l ',($x0 + $brTL_H )*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + $s .= ($this->_EllipseArc($x0 + $brTL_H, $y0 + $brTL_V, $brTL_H - $border_top/2 , $brTL_V - $border_top/2 , 2, 1))."\n"; + } + else { +/*-- END BORDER-RADIUS --*/ + // mPDF 5.4.18 + if ($legend) { + if ($legbreakR < ($x0 + $w)) { + $s .= (sprintf('%.3F %.3F l ',$legbreakR*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + if ($legbreakL > ($x0)) { + $s .= (sprintf('%.3F %.3F m ',$legbreakL*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F l ',($x0)*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F l ',($x0 + ($border_top/2))*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + } + else if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F m ', ($x0)*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F m ', ($x0 + $border_top/2)*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + } + else if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F l ',($x0)*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F l ',($x0 + ($border_top/2))*_MPDFK, ($this->h-($y0 + ($border_top/2)))*_MPDFK))."\n"; + } +/*-- BORDER-RADIUS --*/ + } +/*-- END BORDER-RADIUS --*/ + $s .= 'S'."\n"; + $this->_out($s); + + if ($tbd['style']=='double') { + $this->SetLineWidth($tbd['w']/3); + $this->SetDColor($tbcol); + $this->_out($s); + } + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { $this->_out('Q'); } + + // Reset Corners and Dash off + $this->SetLineWidth(0.1); // mPDF 5.6.57 + $this->SetDColor($this->ConvertColor(0)); + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + //if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1) { + // Reinstate line above for dotted line divider when block border crosses a page + if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1 && $divider != 'pagebottom') { + $tbd = $this->blk[$blvl]['border_bottom']; + if (isset($tbd['s']) && $tbd['s']) { + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { + $this->_out('q'); + $this->SetLineWidth(0); + $this->_out(sprintf('%.3F %.3F m ',($x0)*_MPDFK, ($this->h-($y0 + $h))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $border_left)*_MPDFK, ($this->h-($y0 + $h - $border_bottom))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w - $border_right)*_MPDFK, ($this->h-($y0 + $h - $border_bottom))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w)*_MPDFK, ($this->h-($y0 + $h))*_MPDFK)); + $this->_out(' h W n '); // Ends path no-op & Sets the clipping path + } + + $this->_setBorderLine($tbd); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],$divider,$continuingpage,'B'); } +/*-- BORDER-RADIUS --*/ + else if (($brBL_V && $brBL_H) || ($brBR_V && $brBR_H) || $tbd['style']=='solid' || $tbd['style']=='double' ) { // mPDF 5.6.58 + $this->SetLineJoin(0); + $this->SetLineCap(0); + } + $s = ''; + if ($brBL_H && $brBL_V) { + $s .= ($this->_EllipseArc($x0 + $brBL_H, $y0 + $h - $brBL_V, $brBL_H - $border_bottom/2 , $brBL_V - $border_bottom/2 , 3, 2, true))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F m ',($x0)*_MPDFK, ($this->h-($y0 + $h - ($border_bottom/2)))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F m ',($x0 + ($border_bottom/2))*_MPDFK, ($this->h-($y0 + $h - ($border_bottom/2)))*_MPDFK))."\n"; + } +/*-- BORDER-RADIUS --*/ + if ($brBR_H && $brBR_V ) { + $s .= (sprintf('%.3F %.3F l ',($x0 + $w - ($border_bottom/2) - $brBR_H )*_MPDFK, ($this->h-($y0 + $h - ($border_bottom/2)))*_MPDFK))."\n"; + $s .= ($this->_EllipseArc($x0 + $w - $brBR_H, $y0 + $h - $brBR_V, $brBR_H - $border_bottom/2 , $brBR_V - $border_bottom/2 , 4, 1))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F l ',($x0 + $w)*_MPDFK, ($this->h-($y0 + $h - ($border_bottom/2)))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F l ',($x0 + $w - ($border_bottom/2))*_MPDFK, ($this->h-($y0 + $h - ($border_bottom/2)))*_MPDFK))."\n"; + } + $s .= 'S'."\n"; + $this->_out($s); + + if ($tbd['style']=='double') { + $this->SetLineWidth($tbd['w']/3); + $this->SetDColor($tbcol); + $this->_out($s); + } + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { $this->_out('Q'); } + + + // Reset Corners and Dash off + $this->SetLineWidth(0.1); // mPDF 5.6.57 + $this->SetDColor($this->ConvertColor(0)); + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($this->blk[$blvl]['border_left']) { + $tbd = $this->blk[$blvl]['border_left']; + if (isset($tbd['s']) && $tbd['s']) { + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { + $this->_out('q'); + $this->SetLineWidth(0); + $this->_out(sprintf('%.3F %.3F m ',($x0)*_MPDFK, ($this->h-($y0))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $border_left)*_MPDFK, ($this->h-($y0+$border_top))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $border_left)*_MPDFK, ($this->h-($y0 + $h - $border_bottom))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0)*_MPDFK, ($this->h-($y0 + $h))*_MPDFK)); + $this->_out(' h W n '); // Ends path no-op & Sets the clipping path + } + + $this->_setBorderLine($tbd); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],$divider,$continuingpage,'L'); } +/*-- BORDER-RADIUS --*/ + else if (($brTL_V && $brTL_H) || ($brBL_V && $brBL_H) || $tbd['style']=='solid' || $tbd['style']=='double' ) { // mPDF 5.6.58 + $this->SetLineJoin(0); + $this->SetLineCap(0); + } + $s = ''; + if ($brTL_V && $brTL_H) { + $s .= ($this->_EllipseArc($x0 + $brTL_H, $y0 + $brTL_V, $brTL_H - $border_left/2 , $brTL_V - $border_left/2, 2, 2, true))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F m ',($x0 + ($border_left/2))*_MPDFK, ($this->h-($y0))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F m ',($x0 + ($border_left/2))*_MPDFK, ($this->h-($y0 + ($border_left/2)))*_MPDFK))."\n"; + } +/*-- BORDER-RADIUS --*/ + if ($brBL_V && $brBL_H ) { + $s .= (sprintf('%.3F %.3F l ',($x0 + ($border_left/2))*_MPDFK, ($this->h-($y0 + $h - ($border_left/2)- $brBL_V) )*_MPDFK))."\n"; + $s .= ($this->_EllipseArc($x0 + $brBL_H, $y0 + $h - $brBL_V, $brBL_H - $border_left/2 , $brBL_V - $border_left/2, 3, 1))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F l ',($x0 + ($border_left/2))*_MPDFK, ($this->h-($y0 + $h) )*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F l ',($x0 + ($border_left/2))*_MPDFK, ($this->h-($y0 + $h - ($border_left/2)) )*_MPDFK))."\n"; + } + $s .= 'S'."\n"; + $this->_out($s); + + if ($tbd['style']=='double') { + $this->SetLineWidth($tbd['w']/3); + $this->SetDColor($tbcol); + $this->_out($s); + } + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { $this->_out('Q'); } + + // Reset Corners and Dash off + $this->SetLineWidth(0.1); // mPDF 5.6.57 + $this->SetDColor($this->ConvertColor(0)); + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($this->blk[$blvl]['border_right']) { + $tbd = $this->blk[$blvl]['border_right']; + if (isset($tbd['s']) && $tbd['s']) { + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { + $this->_out('q'); + $this->SetLineWidth(0); + $this->_out(sprintf('%.3F %.3F m ',($x0 + $w)*_MPDFK, ($this->h-($y0))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w - $border_right)*_MPDFK, ($this->h-($y0+$border_top))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w - $border_right)*_MPDFK, ($this->h-($y0 + $h - $border_bottom))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F l ',($x0 + $w)*_MPDFK, ($this->h-($y0 + $h))*_MPDFK)); + $this->_out(' h W n '); // Ends path no-op & Sets the clipping path + } + + $this->_setBorderLine($tbd); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],$divider,$continuingpage,'R'); } +/*-- BORDER-RADIUS --*/ + else if (($brTR_V && $brTR_H) || ($brBR_V && $brBR_H) || $tbd['style']=='solid' || $tbd['style']=='double' ) { // mPDF 5.6.58 + $this->SetLineJoin(0); + $this->SetLineCap(0); + } + $s = ''; + if ($brBR_V && $brBR_H) { + $s .= ($this->_EllipseArc($x0 + $w - $brBR_H, $y0 + $h - $brBR_V, $brBR_H - $border_right/2 , $brBR_V - $border_right/2, 4, 2, true))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F m ',($x0 + $w - ($border_right/2))*_MPDFK, ($this->h-($y0 + $h))*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F m ',($x0 + $w - ($border_right/2))*_MPDFK, ($this->h-($y0 + $h - ($border_right/2)))*_MPDFK))."\n"; + } +/*-- BORDER-RADIUS --*/ + if ($brTR_V && $brTR_H ) { + $s .= (sprintf('%.3F %.3F l ',($x0 + $w - ($border_right/2))*_MPDFK, ($this->h-($y0 + ($border_right/2) + $brTR_V) )*_MPDFK))."\n"; + $s .= ($this->_EllipseArc($x0 + $w - $brTR_H, $y0 + $brTR_V, $brTR_H - $border_right/2 , $brTR_V - $border_right/2, 1, 1))."\n"; + } + else +/*-- END BORDER-RADIUS --*/ + if ($tbd['style']=='solid' || $tbd['style']=='double') { + $s .= (sprintf('%.3F %.3F l ',($x0 + $w - ($border_right/2))*_MPDFK, ($this->h-($y0) )*_MPDFK))."\n"; + } + else { + $s .= (sprintf('%.3F %.3F l ',($x0 + $w - ($border_right/2))*_MPDFK, ($this->h-($y0 + ($border_right/2)) )*_MPDFK))."\n"; + } + $s .= 'S'."\n"; + $this->_out($s); + + if ($tbd['style']=='double') { + $this->SetLineWidth($tbd['w']/3); + $this->SetDColor($tbcol); + $this->_out($s); + } + if (!$brset && $tbd['style']!='dotted' && $tbd['style']!='dashed') { $this->_out('Q'); } + + // Reset Corners and Dash off + $this->SetLineWidth(0.1); // mPDF 5.6.57 + $this->SetDColor($this->ConvertColor(0)); + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + + + $this->SetDash(); + $this->y = $save_y; + + + // BACKGROUNDS are disabled in columns/kbt/headers - messes up the repositioning in printcolumnbuffer + if ($this->ColActive || $this->kwt || $this->keep_block_together) { return ; } + + + $bgx0 = $x0; + $bgx1 = $x1; + $bgy0 = $y0; + $bgy1 = $y1; + + // Defined br values represent the radius of the outer curve - need to take border-width/2 from each radius for drawing the borders + if (isset($this->blk[$blvl]['background_clip']) && $this->blk[$blvl]['background_clip'] == 'padding-box') { + $brbgTL_H = max(0, $brTL_H - $this->blk[$blvl]['border_left']['w']); + $brbgTL_V = max(0, $brTL_V - $this->blk[$blvl]['border_top']['w']); + $brbgTR_H = max(0, $brTR_H - $this->blk[$blvl]['border_right']['w']); + $brbgTR_V = max(0, $brTR_V - $this->blk[$blvl]['border_top']['w']); + $brbgBL_H = max(0, $brBL_H - $this->blk[$blvl]['border_left']['w']); + $brbgBL_V = max(0, $brBL_V - $this->blk[$blvl]['border_bottom']['w']); + $brbgBR_H = max(0, $brBR_H - $this->blk[$blvl]['border_right']['w']); + $brbgBR_V = max(0, $brBR_V - $this->blk[$blvl]['border_bottom']['w']); + $bgx0 += $this->blk[$blvl]['border_left']['w']; + $bgx1 -= $this->blk[$blvl]['border_right']['w']; + if ($this->blk[$blvl]['border_top'] && $divider != 'pagetop' && !$continuingpage) { + $bgy0 += $this->blk[$blvl]['border_top']['w']; + } + if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1 && $divider != 'pagebottom') { + $bgy1 -= $this->blk[$blvl]['border_bottom']['w']; + } + } + // mPDF 5.6.09 + else if (isset($this->blk[$blvl]['background_clip']) && $this->blk[$blvl]['background_clip'] == 'content-box') { + $brbgTL_H = max(0, $brTL_H - $this->blk[$blvl]['border_left']['w'] - $this->blk[$blvl]['padding_left']); + $brbgTL_V = max(0, $brTL_V - $this->blk[$blvl]['border_top']['w'] - $this->blk[$blvl]['padding_top']); + $brbgTR_H = max(0, $brTR_H - $this->blk[$blvl]['border_right']['w'] - $this->blk[$blvl]['padding_right']); + $brbgTR_V = max(0, $brTR_V - $this->blk[$blvl]['border_top']['w'] - $this->blk[$blvl]['padding_top']); + $brbgBL_H = max(0, $brBL_H - $this->blk[$blvl]['border_left']['w'] - $this->blk[$blvl]['padding_left']); + $brbgBL_V = max(0, $brBL_V - $this->blk[$blvl]['border_bottom']['w'] - $this->blk[$blvl]['padding_bottom']); + $brbgBR_H = max(0, $brBR_H - $this->blk[$blvl]['border_right']['w'] - $this->blk[$blvl]['padding_right']); + $brbgBR_V = max(0, $brBR_V - $this->blk[$blvl]['border_bottom']['w'] - $this->blk[$blvl]['padding_bottom']); + $bgx0 += $this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['padding_left']; + $bgx1 -= $this->blk[$blvl]['border_right']['w'] + $this->blk[$blvl]['padding_right']; + if (($this->blk[$blvl]['border_top']['w'] || $this->blk[$blvl]['padding_top']) && $divider != 'pagetop' && !$continuingpage) { + $bgy0 += $this->blk[$blvl]['border_top']['w'] + $this->blk[$blvl]['padding_top']; + } + if (($this->blk[$blvl]['border_bottom']['w'] || $this->blk[$blvl]['padding_bottom']) && $blockstate != 1 && $divider != 'pagebottom') { + $bgy1 -= $this->blk[$blvl]['border_bottom']['w'] + $this->blk[$blvl]['padding_bottom']; + } + } + else { + $brbgTL_H = $brTL_H; + $brbgTL_V = $brTL_V; + $brbgTR_H = $brTR_H; + $brbgTR_V = $brTR_V; + $brbgBL_H = $brBL_H; + $brbgBL_V = $brBL_V; + $brbgBR_H = $brBR_H; + $brbgBR_V = $brBR_V; + } + + // Set clipping path + $s = ' q 0 w '; // Line width=0 + $s .= sprintf('%.3F %.3F m ', ($bgx0+$brbgTL_H )*_MPDFK, ($this->h-$bgy0)*_MPDFK); // start point TL before the arc +/*-- BORDER-RADIUS --*/ + if ($brbgTL_H || $brbgTL_V) { + $s .= $this->_EllipseArc($bgx0+$brbgTL_H, $bgy0+$brbgTL_V, $brbgTL_H , $brbgTL_V , 2); // segment 2 TL + } +/*-- END BORDER-RADIUS --*/ + $s .= sprintf('%.3F %.3F l ', ($bgx0)*_MPDFK, ($this->h-($bgy1-$brbgBL_V ))*_MPDFK); // line to BL +/*-- BORDER-RADIUS --*/ + if ($brbgBL_H || $brbgBL_V) { + $s .= $this->_EllipseArc($bgx0+$brbgBL_H, $bgy1-$brbgBL_V, $brbgBL_H , $brbgBL_V , 3); // segment 3 BL + } +/*-- END BORDER-RADIUS --*/ + $s .= sprintf('%.3F %.3F l ', ($bgx1-$brbgBR_H )*_MPDFK, ($this->h-($bgy1))*_MPDFK); // line to BR +/*-- BORDER-RADIUS --*/ + if ($brbgBR_H || $brbgBR_V) { + $s .= $this->_EllipseArc($bgx1-$brbgBR_H, $bgy1-$brbgBR_V, $brbgBR_H , $brbgBR_V , 4); // segment 4 BR + } +/*-- END BORDER-RADIUS --*/ + $s .= sprintf('%.3F %.3F l ', ($bgx1)*_MPDFK, ($this->h-($bgy0+$brbgTR_V))*_MPDFK); // line to TR +/*-- BORDER-RADIUS --*/ + if ($brbgTR_H || $brbgTR_V) { + $s .= $this->_EllipseArc($bgx1-$brbgTR_H, $bgy0+$brbgTR_V, $brbgTR_H , $brbgTR_V , 1); // segment 1 TR + } +/*-- END BORDER-RADIUS --*/ + $s .= sprintf('%.3F %.3F l ', ($bgx0+$brbgTL_H )*_MPDFK, ($this->h-$bgy0)*_MPDFK); // line to TL + + + // Box Shadow + $shadow = ''; + if (isset($this->blk[$blvl]['box_shadow']) && $this->blk[$blvl]['box_shadow'] && $h > 0) { + foreach($this->blk[$blvl]['box_shadow'] AS $sh) { + // Colors + if ($sh['col']{0}==1) { + $colspace = 'Gray'; + if ($sh['col']{2}==1) { $col1 = '1'.$sh['col'][1].'1'.$sh['col'][3]; } + else { $col1 = '1'.$sh['col'][1].'1'.chr(100); } + $col2 = '1'.$sh['col'][1].'1'.chr(0); + } + else if ($sh['col']{0}==4) { // CMYK + $colspace = 'CMYK'; + $col1 = '6'.$sh['col'][1].$sh['col'][2].$sh['col'][3].$sh['col'][4].chr(100); + $col2 = '6'.$sh['col'][1].$sh['col'][2].$sh['col'][3].$sh['col'][4].chr(0); + } + else if ($sh['col']{0}==5) { // RGBa + $colspace = 'RGB'; + $col1 = '5'.$sh['col'][1].$sh['col'][2].$sh['col'][3].$sh['col'][4]; + $col2 = '5'.$sh['col'][1].$sh['col'][2].$sh['col'][3].chr(0); + } + else if ($sh['col']{0}==6) { // CMYKa + $colspace = 'CMYK'; + $col1 = '6'.$sh['col'][1].$sh['col'][2].$sh['col'][3].$sh['col'][4].$sh['col'][5]; + $col2 = '6'.$sh['col'][1].$sh['col'][2].$sh['col'][3].$sh['col'][4].chr(0); + } + else { + $colspace = 'RGB'; + $col1 = '5'.$sh['col'][1].$sh['col'][2].$sh['col'][3].chr(100); + $col2 = '5'.$sh['col'][1].$sh['col'][2].$sh['col'][3].chr(0); + } + + // Use clipping path as set above (and rectangle around page) to clip area outside box + $shadow .= $s; // Use the clipping path with W* + $shadow .= sprintf('0 %.3F m %.3F %.3F l ', $this->h*_MPDFK, $this->w*_MPDFK, $this->h*_MPDFK); + $shadow .= sprintf('%.3F 0 l 0 0 l 0 %.3F l ', $this->w*_MPDFK, $this->h*_MPDFK); + $shadow .= 'W n'."\n"; + + $sh['blur'] = abs($sh['blur']); // cannot have negative blur value + // Ensure spread/blur do not make effective shadow width/height < 0 + // Could do more complex things but this just adjusts spread value + if (-$sh['spread'] + $sh['blur']/2 > min($w/2, $h/2)) { + $sh['spread'] = $sh['blur']/2 - min($w/2, $h/2) + 0.01; + } + // Shadow Offset + if ($sh['x'] || $sh['y']) $shadow .= sprintf(' q 1 0 0 1 %.4F %.4F cm', $sh['x']*_MPDFK, -$sh['y']*_MPDFK)."\n"; + + // Set path for INNER shadow + $shadow .= ' q 0 w '; + $shadow .= $this->SetFColor($col1, true)."\n"; + if ($col1{0}==5 && ord($col1{4})<100) { // RGBa + $shadow .= $this->SetAlpha(ord($col1{4})/100, 'Normal', true, 'F')."\n"; + } + else if ($col1{0}==6 && ord($col1{5})<100) { // CMYKa + $shadow .= $this->SetAlpha(ord($col1{5})/100, 'Normal', true, 'F')."\n"; + } + else if ($col1{0}==1 && $col1{2}==1 && ord($col1{3})<100) { // Gray + $shadow .= $this->SetAlpha(ord($col1{3})/100, 'Normal', true, 'F')."\n"; + } + + // Blur edges + $mag = 0.551784; // Bezier Control magic number for 4-part spline for circle/ellipse + $mag2 = 0.551784; // Bezier Control magic number to fill in edge of blurred rectangle + $d1 = $sh['spread']+$sh['blur']/2; + $d2 = $sh['spread']-$sh['blur']/2; + $bl = $sh['blur']; + $x00 = $x0 - $d1; + $y00 = $y0 - $d1; + $w00 = $w + $d1*2; + $h00 = $h + $d1*2; + + // If any border-radius is greater width-negative spread(inner edge), ignore radii for shadow or screws up + $flatten = false; + if (max($brbgTR_H, $brbgTL_H, $brbgBR_H, $brbgBL_H) >= $w+$d2) { $flatten = true; } + if (max($brbgTR_V, $brbgTL_V, $brbgBR_V, $brbgBL_V) >= $h+$d2) { $flatten = true; } + + + // TOP RIGHT corner + $p1x = $x00+$w00-$d1-$brbgTR_H; $p1c2x = $p1x +($d2+$brbgTR_H)*$mag; + $p1y = $y00+$bl; + $p2x = $x00+$w00-$d1-$brbgTR_H; $p2c2x = $p2x + ($d1+$brbgTR_H)*$mag; + $p2y = $y00; $p2c1y = $p2y + $bl/2; + $p3x = $x00+$w00; $p3c2x = $p3x - $bl/2; + $p3y = $y00+$d1+$brbgTR_V; $p3c1y = $p3y - ($d1+$brbgTR_V)*$mag; + $p4x = $x00+$w00-$bl; + $p4y = $y00+$d1+$brbgTR_V; $p4c2y = $p4y - ($d2+$brbgTR_V)*$mag; + if (-$d2 > min($brbgTR_H, $brbgTR_V) || $flatten) { + $p1x = $x00+$w00-$bl; $p1c2x = $p1x; + $p2x = $x00+$w00-$bl; $p2c2x = $p2x + $bl*$mag2; + $p3y = $y00+$bl; $p3c1y = $p3y - $bl*$mag2; + $p4y = $y00+$bl; $p4c2y = $p4y ; + } + + $shadow .= sprintf('%.3F %.3F m ', ($p1x )*_MPDFK, ($this->h-($p1y ))*_MPDFK); + $shadow .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($p1c2x)*_MPDFK, ($this->h-($p1y))*_MPDFK, ($p4x)*_MPDFK, ($this->h-($p4c2y))*_MPDFK, ($p4x)*_MPDFK, ($this->h-($p4y))*_MPDFK); + $patch_array[0]['f']=0; + $patch_array[0]['points']=array($p1x,$p1y, $p1x,$p1y, + $p2x,$p2c1y, $p2x,$p2y, $p2c2x,$p2y, + $p3x,$p3c1y, $p3x,$p3y, $p3c2x,$p3y, + $p4x,$p4y, $p4x,$p4y, $p4x,$p4c2y, + $p1c2x,$p1y); + $patch_array[0]['colors'] = array($col1,$col2,$col2,$col1); + + + // RIGHT + $p1x = $x00+$w00; // control point only matches p3 preceding + $p1y = $y00+$d1+$brbgTR_V; + $p2x = $x00+$w00-$bl; // control point only matches p4 preceding + $p2y = $y00+$d1+$brbgTR_V; + $p3x = $x00+$w00-$bl; + $p3y = $y00+$h00-$d1-$brbgBR_V; + $p4x = $x00+$w00; $p4c1x = $p4x-$bl/2; + $p4y = $y00+$h00-$d1-$brbgBR_V; + if (-$d2 > min($brbgTR_H, $brbgTR_V) || $flatten) { + $p1y = $y00+$bl; + $p2y = $y00+$bl; + } + if (-$d2 > min($brbgBR_H, $brbgBR_V) || $flatten) { + $p3y = $y00+$h00-$bl; + $p4y = $y00+$h00-$bl; + } + + $shadow .= sprintf('%.3F %.3F l ', ($p3x )*_MPDFK, ($this->h-($p3y ))*_MPDFK); + $patch_array[1]['f']=2; + $patch_array[1]['points']=array($p2x,$p2y, + $p3x,$p3y, $p3x,$p3y, $p3x,$p3y, + $p4c1x,$p4y, $p4x,$p4y, $p4x,$p4y, + $p1x,$p1y); + $patch_array[1]['colors'] = array($col1,$col2); + + + // BOTTOM RIGHT corner + $p1x = $x00+$w00-$bl; // control points only matches p3 preceding + $p1y = $y00+$h00-$d1-$brbgBR_V; $p1c2y = $p1y + ($d2+$brbgBR_V)*$mag; + $p2x = $x00+$w00; // control point only matches p4 preceding + $p2y = $y00+$h00-$d1-$brbgBR_V; $p2c2y = $p2y + ($d1+$brbgBR_V)*$mag; + $p3x = $x00+$w00-$d1-$brbgBR_H; $p3c1x = $p3x + ($d1+$brbgBR_H)*$mag; + $p3y = $y00+$h00; $p3c2y = $p3y - $bl/2; + $p4x = $x00+$w00-$d1-$brbgBR_H; $p4c2x = $p4x + ($d2+$brbgBR_H)*$mag; + $p4y = $y00+$h00-$bl; + + if (-$d2 > min($brbgBR_H, $brbgBR_V) || $flatten) { + $p1y = $y00+$h00-$bl; $p1c2y = $p1y; + $p2y = $y00+$h00-$bl; $p2c2y = $p2y + $bl*$mag2; + $p3x = $x00+$w00-$bl; $p3c1x = $p3x + $bl*$mag2; + $p4x = $x00+$w00-$bl; $p4c2x = $p4x; + } + + $shadow .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($p1x)*_MPDFK, ($this->h-($p1c2y))*_MPDFK, ($p4c2x)*_MPDFK, ($this->h-($p4y))*_MPDFK, ($p4x)*_MPDFK, ($this->h-($p4y))*_MPDFK); + $patch_array[2]['f']=2; + $patch_array[2]['points']=array($p2x,$p2c2y, + $p3c1x,$p3y, $p3x,$p3y, $p3x,$p3c2y, + $p4x,$p4y, $p4x,$p4y, $p4c2x,$p4y, + $p1x,$p1c2y); + $patch_array[2]['colors'] = array($col2,$col1); + + + + // BOTTOM + $p1x = $x00+$w00-$d1-$brbgBR_H; // control point only matches p3 preceding + $p1y = $y00+$h00; + $p2x = $x00+$w00-$d1-$brbgBR_H; // control point only matches p4 preceding + $p2y = $y00+$h00-$bl; + $p3x = $x00+$d1+$brbgBL_H; + $p3y = $y00+$h00-$bl; + $p4x = $x00+$d1+$brbgBL_H; + $p4y = $y00+$h00; $p4c1y = $p4y - $bl/2; + + if (-$d2 > min($brbgBR_H, $brbgBR_V) || $flatten) { + $p1x = $x00+$w00-$bl; + $p2x = $x00+$w00-$bl; + } + if (-$d2 > min($brbgBL_H, $brbgBL_V) || $flatten) { + $p3x = $x00+$bl; + $p4x = $x00+$bl; + } + + $shadow .= sprintf('%.3F %.3F l ', ($p3x )*_MPDFK, ($this->h-($p3y ))*_MPDFK); + $patch_array[3]['f']=2; + $patch_array[3]['points']=array($p2x,$p2y, + $p3x,$p3y, $p3x,$p3y, $p3x,$p3y, + $p4x,$p4c1y, $p4x,$p4y, $p4x,$p4y, + $p1x,$p1y); + $patch_array[3]['colors'] = array($col1,$col2); + + // BOTTOM LEFT corner + $p1x = $x00+$d1+$brbgBL_H; $p1c2x = $p1x - ($d2+$brbgBL_H)*$mag; // control points only matches p3 preceding + $p1y = $y00+$h00-$bl; + $p2x = $x00+$d1+$brbgBL_H; $p2c2x = $p2x - ($d1+$brbgBL_H)*$mag; // control point only matches p4 preceding + $p2y = $y00+$h00; + $p3x = $x00; $p3c2x = $p3x + $bl/2; + $p3y = $y00+$h00-$d1-$brbgBL_V; $p3c1y = $p3y + ($d1+$brbgBL_V)*$mag; + $p4x = $x00+$bl; + $p4y = $y00+$h00-$d1-$brbgBL_V; $p4c2y = $p4y + ($d2+$brbgBL_V)*$mag; + if (-$d2 > min($brbgBL_H, $brbgBL_V) || $flatten) { + $p1x = $x00+$bl; $p1c2x = $p1x; + $p2x = $x00+$bl; $p2c2x = $p2x - $bl*$mag2; + $p3y = $y00+$h00-$bl; $p3c1y = $p3y + $bl*$mag2; + $p4y = $y00+$h00-$bl; $p4c2y = $p4y; + } + + $shadow .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($p1c2x)*_MPDFK, ($this->h-($p1y))*_MPDFK, ($p4x)*_MPDFK, ($this->h-($p4c2y))*_MPDFK, ($p4x)*_MPDFK, ($this->h-($p4y))*_MPDFK); + $patch_array[4]['f']=2; + $patch_array[4]['points']=array($p2c2x,$p2y, + $p3x,$p3c1y, $p3x,$p3y, $p3c2x,$p3y, + $p4x,$p4y, $p4x,$p4y, $p4x,$p4c2y, + $p1c2x,$p1y); + $patch_array[4]['colors'] = array($col2,$col1); + + + // LEFT - joins on the right (C3-C4 of previous): f = 2 + $p1x = $x00; // control point only matches p3 preceding + $p1y = $y00+$h00-$d1-$brbgBL_V; + $p2x = $x00+$bl; // control point only matches p4 preceding + $p2y = $y00+$h00-$d1-$brbgBL_V; + $p3x = $x00+$bl; + $p3y = $y00+$d1+$brbgTL_V; + $p4x = $x00; $p4c1x = $p4x + $bl/2; + $p4y = $y00+$d1+$brbgTL_V; + if (-$d2 > min($brbgBL_H, $brbgBL_V) || $flatten) { + $p1y = $y00+$h00-$bl; + $p2y = $y00+$h00-$bl; + } + if (-$d2 > min($brbgTL_H, $brbgTL_V) || $flatten) { + $p3y = $y00+$bl; + $p4y = $y00+$bl; + } + + $shadow .= sprintf('%.3F %.3F l ', ($p3x )*_MPDFK, ($this->h-($p3y ))*_MPDFK); + $patch_array[5]['f']=2; + $patch_array[5]['points']=array($p2x,$p2y, + $p3x,$p3y, $p3x,$p3y, $p3x,$p3y, + $p4c1x,$p4y, $p4x,$p4y, $p4x,$p4y, + $p1x,$p1y); + $patch_array[5]['colors'] = array($col1,$col2); + + // TOP LEFT corner + $p1x = $x00+$bl; // control points only matches p3 preceding + $p1y = $y00+$d1+$brbgTL_V; $p1c2y = $p1y - ($d2+$brbgTL_V)*$mag; + $p2x = $x00; // control point only matches p4 preceding + $p2y = $y00+$d1+$brbgTL_V; $p2c2y = $p2y - ($d1+$brbgTL_V)*$mag; + $p3x = $x00+$d1+$brbgTL_H; $p3c1x = $p3x - ($d1+$brbgTL_H)*$mag; + $p3y = $y00; $p3c2y = $p3y + $bl/2; + $p4x = $x00+$d1+$brbgTL_H; $p4c2x = $p4x - ($d2+$brbgTL_H)*$mag; + $p4y = $y00+$bl; + + if (-$d2 > min($brbgTL_H, $brbgTL_V) || $flatten) { + $p1y = $y00+$bl; $p1c2y = $p1y; + $p2y = $y00+$bl; $p2c2y = $p2y - $bl*$mag2; + $p3x = $x00+$bl; $p3c1x = $p3x - $bl*$mag2; + $p4x = $x00+$bl; $p4c2x = $p4x ; + } + + $shadow .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($p1x)*_MPDFK, ($this->h-($p1c2y))*_MPDFK, ($p4c2x)*_MPDFK, ($this->h-($p4y))*_MPDFK, ($p4x)*_MPDFK, ($this->h-($p4y))*_MPDFK); + $patch_array[6]['f']=2; + $patch_array[6]['points']=array($p2x,$p2c2y, + $p3c1x,$p3y, $p3x,$p3y, $p3x,$p3c2y, + $p4x,$p4y, $p4x,$p4y, $p4c2x,$p4y, + $p1x,$p1c2y); + $patch_array[6]['colors'] = array($col2,$col1); + + + // TOP - joins on the right (C3-C4 of previous): f = 2 + $p1x = $x00+$d1+$brbgTL_H; // control point only matches p3 preceding + $p1y = $y00; + $p2x = $x00+$d1+$brbgTL_H; // control point only matches p4 preceding + $p2y = $y00+$bl; + $p3x = $x00+$w00-$d1-$brbgTR_H; + $p3y = $y00+$bl; + $p4x = $x00+$w00-$d1-$brbgTR_H; + $p4y = $y00; $p4c1y = $p4y + $bl/2; + if (-$d2 > min($brbgTL_H, $brbgTL_V) || $flatten) { + $p1x = $x00+$bl; + $p2x = $x00+$bl; + } + if (-$d2 > min($brbgTR_H, $brbgTR_V) || $flatten) { + $p3x = $x00+$w00-$bl; + $p4x = $x00+$w00-$bl; + } + + $shadow .= sprintf('%.3F %.3F l ', ($p3x )*_MPDFK, ($this->h-($p3y ))*_MPDFK); + $patch_array[7]['f']=2; + $patch_array[7]['points']=array($p2x,$p2y, + $p3x,$p3y, $p3x,$p3y, $p3x,$p3y, + $p4x,$p4c1y, $p4x,$p4y, $p4x,$p4y, + $p1x,$p1y); + $patch_array[7]['colors'] = array($col1,$col2); + + $shadow .= ' h f Q '."\n"; // Close path and Fill the inner solid shadow + + if ($bl) $shadow .= $this->grad->CoonsPatchMesh($x00,$y00,$w00,$h00,$patch_array,$x00,$x00+$w00,$y00,$y00+$h00, $colspace, true); + + if ($sh['x'] || $sh['y']) $shadow .= ' Q'."\n"; // Shadow Offset + $shadow .= ' Q'."\n"; // Ends path no-op & Sets the clipping path + + } + } + + $s .= ' W n '; // Ends path no-op & Sets the clipping path + + if ($this->blk[$blvl]['bgcolor']) { + $this->pageBackgrounds[$blvl][] = array('x'=>$x0, 'y'=>$y0, 'w'=>$w, 'h'=>$h, 'col'=>$this->blk[$blvl]['bgcolorarray'], 'clippath'=>$s, 'visibility'=>$this->visibility, 'shadow'=>$shadow, 'z-index'=>$this->current_layer); // mPDF 5.6.01 + } + else if ($shadow) { + $this->pageBackgrounds[$blvl][] = array('shadowonly'=>true, 'col'=>'', 'clippath'=>'', 'visibility'=>$this->visibility, 'shadow'=>$shadow, 'z-index'=>$this->current_layer); // mPDF 5.6.01 + } + +/*-- BACKGROUNDS --*/ + if (isset($this->blk[$blvl]['gradient'])) { + $g = $this->grad->parseBackgroundGradient($this->blk[$blvl]['gradient']); + if ($g) { + $gx = $x0; + $gy = $y0; + $this->pageBackgrounds[$blvl][] = array('gradient'=>true, 'x'=>$gx, 'y'=>$gy, 'w'=>$w, 'h'=>$h, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>$s, 'visibility'=>$this->visibility, 'z-index'=>$this->current_layer); // mPDF 5.6.01 + } + } + if (isset($this->blk[$blvl]['background-image'])) { + if ($this->blk[$blvl]['background-image']['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $this->blk[$blvl]['background-image']['gradient'] )) { + $g = $this->grad->parseMozGradient( $this->blk[$blvl]['background-image']['gradient'] ); + if ($g) { + $gx = $x0; + $gy = $y0; + // mPDF 5.6.11 + // origin specifies the background-positioning-area (bpa) + if ($this->blk[$blvl]['background-image']['origin'] == 'padding-box') { + $gx += $this->blk[$blvl]['border_left']['w']; + $w -= ($this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['border_right']['w']); + if ($this->blk[$blvl]['border_top'] && $divider != 'pagetop' && !$continuingpage) { + $gy += $this->blk[$blvl]['border_top']['w']; + } + if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1 && $divider != 'pagebottom') { + $gy1 = $y1 - $this->blk[$blvl]['border_bottom']['w']; + } + else { $gy1 = $y1; } + $h = $gy1 - $gy; + } + else if ($this->blk[$blvl]['background-image']['origin'] == 'content-box') { + $gx += $this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['padding_left']; + $w -= ($this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['padding_left'] + $this->blk[$blvl]['border_right']['w'] + $this->blk[$blvl]['padding_right']); + if ($this->blk[$blvl]['border_top'] && $divider != 'pagetop' && !$continuingpage) { + $gy += $this->blk[$blvl]['border_top']['w'] + $this->blk[$blvl]['padding_top']; + } + if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1 && $divider != 'pagebottom') { + $gy1 = $y1 - ($this->blk[$blvl]['border_bottom']['w'] + $this->blk[$blvl]['padding_bottom']); + } + else { $gy1 = $y1 - $this->blk[$blvl]['padding_bottom']; } + $h = $gy1 - $gy; + } + + if (isset($this->blk[$blvl]['background-image']['size']['w']) && $this->blk[$blvl]['background-image']['size']['w']) { + $size = $this->blk[$blvl]['background-image']['size']; + if ($size['w']!='contain' && $size['w']!='cover') { + if (stristr($size['w'] ,'%')) { + $size['w'] += 0; + $size['w'] /= 100; + $w *= $size['w']; + } + else if ($size['w']!='auto') { + $w = $size['w']; + } + if (stristr($size['h'] ,'%')) { + $size['h'] += 0; + $size['h'] /= 100; + $h *= $size['h']; + } + else if ($size['h']!='auto') { + $h = $size['h']; + } + } + } + $this->pageBackgrounds[$blvl][] = array('gradient'=>true, 'x'=>$gx, 'y'=>$gy, 'w'=>$w, 'h'=>$h, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>$s, 'visibility'=>$this->visibility, 'z-index'=>$this->current_layer); // mPDF 5.6.01 + } + } + else { + $image_id = $this->blk[$blvl]['background-image']['image_id']; + $orig_w = $this->blk[$blvl]['background-image']['orig_w']; + $orig_h = $this->blk[$blvl]['background-image']['orig_h']; + $x_pos = $this->blk[$blvl]['background-image']['x_pos']; + $y_pos = $this->blk[$blvl]['background-image']['y_pos']; + $x_repeat = $this->blk[$blvl]['background-image']['x_repeat']; + $y_repeat = $this->blk[$blvl]['background-image']['y_repeat']; + $resize = $this->blk[$blvl]['background-image']['resize']; + $opacity = $this->blk[$blvl]['background-image']['opacity']; + $itype = $this->blk[$blvl]['background-image']['itype']; + $size = $this->blk[$blvl]['background-image']['size']; // mPDF 5.6.10 + // mPDF 5.6.10 + // origin specifies the background-positioning-area (bpa) + $bpa = array('x'=>$x0, 'y'=>$y0, 'w'=>$w, 'h'=>$h); + if ($this->blk[$blvl]['background-image']['origin'] == 'padding-box') { + $bpa['x'] = $x0 + $this->blk[$blvl]['border_left']['w']; + $bpa['w'] = $w - ($this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['border_right']['w']); + if ($this->blk[$blvl]['border_top'] && $divider != 'pagetop' && !$continuingpage) { + $bpa['y'] = $y0 + $this->blk[$blvl]['border_top']['w']; + } + else { $bpa['y'] = $y0; } + if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1 && $divider != 'pagebottom') { + $bpay = $y1 - $this->blk[$blvl]['border_bottom']['w']; + } + else { $bpay = $y1; } + $bpa['h'] = $bpay - $bpa['y']; + } + // mPDF 5.6.09 + else if ($this->blk[$blvl]['background-image']['origin'] == 'content-box') { + $bpa['x'] = $x0 + $this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['padding_left']; + $bpa['w'] = $w - ($this->blk[$blvl]['border_left']['w'] + $this->blk[$blvl]['padding_left'] + $this->blk[$blvl]['border_right']['w'] + $this->blk[$blvl]['padding_right']); + if ($this->blk[$blvl]['border_top'] && $divider != 'pagetop' && !$continuingpage) { + $bpa['y'] = $y0 + $this->blk[$blvl]['border_top']['w'] + $this->blk[$blvl]['padding_top']; + } + else { $bpa['y'] = $y0 + $this->blk[$blvl]['padding_top']; } + if ($this->blk[$blvl]['border_bottom'] && $blockstate != 1 && $divider != 'pagebottom') { + $bpay = $y1 - ($this->blk[$blvl]['border_bottom']['w'] + $this->blk[$blvl]['padding_bottom']); + } + else { $bpay = $y1 - $this->blk[$blvl]['padding_bottom']; } + $bpa['h'] = $bpay - $bpa['y']; + } + $this->pageBackgrounds[$blvl][] = array('x'=>$x0, 'y'=>$y0, 'w'=>$w, 'h'=>$h, 'image_id'=>$image_id, 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$x_pos, 'y_pos'=>$y_pos, 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat, 'clippath'=>$s, 'resize'=>$resize, 'opacity'=>$opacity, 'itype'=>$itype, 'visibility'=>$this->visibility, 'z-index'=>$this->current_layer, 'size'=>$size, 'bpa'=>$bpa ); // mPDF 5.6.01 5.6.10 + } + } +/*-- END BACKGROUNDS --*/ + + // Float DIV + $this->blk[$blvl]['bb_painted'][$this->page] = true; + +} + +/*-- BORDER-RADIUS --*/ + +function _EllipseArc($x0, $y0, $rx, $ry, $seg = 1, $part=false, $start=false) { // Anticlockwise segment 1-4 TR-TL-BL-BR (part=1 or 2) + $s = ''; + if ($rx<0) { $rx = 0; } + if ($ry<0) { $ry = 0; } + $rx *= _MPDFK; + $ry *= _MPDFK; + $astart = 0; + if ($seg == 1) { // Top Right + $afinish = 90; + $nSeg = 4; + } + else if ($seg == 2) { // Top Left + $afinish = 180; + $nSeg = 8; + } + else if ($seg == 3) { // Bottom Left + $afinish = 270; + $nSeg = 12; + } + else { // Bottom Right + $afinish = 360; + $nSeg = 16; + } + $astart = deg2rad((float) $astart); + $afinish = deg2rad((float) $afinish); + $totalAngle = $afinish - $astart; + $dt = $totalAngle / $nSeg; // segment angle + $dtm = $dt/3; + $x0 *= _MPDFK; + $y0 = ($this->h - $y0) * _MPDFK; + $t1 = $astart; + $a0 = $x0 + ($rx * cos($t1)); + $b0 = $y0 + ($ry * sin($t1)); + $c0 = -$rx * sin($t1); + $d0 = $ry * cos($t1); + $op = false; + for ($i = 1; $i <= $nSeg; $i++) { + // Draw this bit of the total curve + $t1 = ($i * $dt) + $astart; + $a1 = $x0 + ($rx * cos($t1)); + $b1 = $y0 + ($ry * sin($t1)); + $c1 = -$rx * sin($t1); + $d1 = $ry * cos($t1); + if ($i>($nSeg-4) && (!$part || ($part == 1 && $i<=$nSeg-2) || ($part == 2 && $i>$nSeg-2))) { + if ($start && !$op) { + $s .= sprintf('%.3F %.3F m ', $a0, $b0); + } + $s .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', ($a0 + ($c0 * $dtm)), ($b0 + ($d0 * $dtm)), ($a1 - ($c1 * $dtm)) , ($b1 - ($d1 * $dtm)), $a1 , $b1 ); + $op = true; + } + $a0 = $a1; + $b0 = $b1; + $c0 = $c1; + $d0 = $d1; + } + return $s; +} +/*-- END BORDER-RADIUS --*/ + + + +function PaintDivLnBorder($state=0,$blvl=0,$h) { + // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom + $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h; + + $save_y = $this->y; + + $w = $this->blk[$blvl]['width']; + $x0 = $this->x; // left + $y0 = $this->y; // top + $x1 = $this->x + $w; // bottom + $y1 = $this->y + $h; // bottom + + if ($this->blk[$blvl]['border_top'] && ($state==1 || $state==3)) { + $tbd = $this->blk[$blvl]['border_top']; + if (isset($tbd['s']) && $tbd['s']) { + $this->_setBorderLine($tbd); + $this->y = $y0 + ($tbd['w']/2); + // mPDF 5.6.56 + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { + $this->_setDashBorder($tbd['style'],'',$continuingpage,'T'); + $this->Line($x0 + ($tbd['w']/2) , $this->y , $x0 + $w - ($tbd['w']/2), $this->y); + } + else { + $this->SetLineJoin(0); + $this->SetLineCap(0); + $this->Line($x0, $this->y , $x0 + $w, $this->y); + } + $this->y += $tbd['w']; + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($this->blk[$blvl]['border_left']) { + $tbd = $this->blk[$blvl]['border_left']; + if (isset($tbd['s']) && $tbd['s']) { + $this->_setBorderLine($tbd); + // mPDF 5.6.56 + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { + $this->y = $y0 + ($tbd['w']/2); + $this->_setDashBorder($tbd['style'],'',$continuingpage,'L'); + $this->Line($x0 + ($tbd['w']/2), $this->y, $x0 + ($tbd['w']/2), $y0 + $h -($tbd['w']/2)); + } + else { + $this->y = $y0; + $this->SetLineJoin(0); + $this->SetLineCap(0); + $this->Line($x0 + ($tbd['w']/2), $this->y, $x0 + ($tbd['w']/2), $y0 + $h); + } + $this->y += $tbd['w']; + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($this->blk[$blvl]['border_right']) { + $tbd = $this->blk[$blvl]['border_right']; + if (isset($tbd['s']) && $tbd['s']) { + $this->_setBorderLine($tbd); + // mPDF 5.6.56 + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { + $this->y = $y0 + ($tbd['w']/2); + $this->_setDashBorder($tbd['style'],'',$continuingpage,'R'); + $this->Line($x0 + $w - ($tbd['w']/2), $this->y, $x0 + $w - ($tbd['w']/2), $y0 + $h - ($tbd['w']/2)); + } + else { + $this->y = $y0; + $this->SetLineJoin(0); + $this->SetLineCap(0); + $this->Line($x0 + $w - ($tbd['w']/2), $this->y, $x0 + $w - ($tbd['w']/2), $y0 + $h); + } + $this->y += $tbd['w']; + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($this->blk[$blvl]['border_bottom'] && $state > 1) { + $tbd = $this->blk[$blvl]['border_bottom']; + if (isset($tbd['s']) && $tbd['s']) { + $this->_setBorderLine($tbd); + $this->y = $y0 + $h - ($tbd['w']/2); + // mPDF 5.6.56 + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { + $this->_setDashBorder($tbd['style'],'',$continuingpage,'B'); + $this->Line($x0 + ($tbd['w']/2) , $this->y, $x0 + $w - ($tbd['w']/2), $this->y); + } + else { + $this->SetLineJoin(0); + $this->SetLineCap(0); + $this->Line($x0, $this->y, $x0 + $w, $this->y); + } + $this->y += $tbd['w']; + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + $this->SetDash(); + $this->y = $save_y; +} + + +function PaintImgBorder($objattr,$is_table) { + // Borders are disabled in columns - messes up the repositioning in printcolumnbuffer + if ($this->ColActive) { return ; } // *COLUMNS* + if ($is_table) { $k = $this->shrin_k; } else { $k = 1; } + $h = (isset($objattr['BORDER-HEIGHT']) ? $objattr['BORDER-HEIGHT'] : 0); + $w = (isset($objattr['BORDER-WIDTH']) ? $objattr['BORDER-WIDTH'] : 0); + $x0 = (isset($objattr['BORDER-X']) ? $objattr['BORDER-X'] : 0); + $y0 = (isset($objattr['BORDER-Y']) ? $objattr['BORDER-Y'] : 0); + + // BORDERS + if ($objattr['border_top']) { + $tbd = $objattr['border_top']; + if (!empty($tbd['s'])) { + $this->_setBorderLine($tbd,$k); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],'','','T'); } + $this->Line($x0, $y0, $x0 + $w, $y0); + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($objattr['border_left']) { + $tbd = $objattr['border_left']; + if (!empty($tbd['s'])) { + $this->_setBorderLine($tbd,$k); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],'','','L'); } + $this->Line($x0, $y0, $x0, $y0 + $h); + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($objattr['border_right']) { + $tbd = $objattr['border_right']; + if (!empty($tbd['s'])) { + $this->_setBorderLine($tbd,$k); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],'','','R'); } + $this->Line($x0 + $w, $y0, $x0 + $w, $y0 + $h); + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + if ($objattr['border_bottom']) { + $tbd = $objattr['border_bottom']; + if (!empty($tbd['s'])) { + $this->_setBorderLine($tbd,$k); + if ($tbd['style']=='dotted' || $tbd['style']=='dashed') { $this->_setDashBorder($tbd['style'],'','','B'); } + $this->Line($x0, $y0 + $h, $x0 + $w, $y0 + $h); + // Reset Corners and Dash off + $this->SetLineJoin(2); + $this->SetLineCap(2); + $this->SetDash(); + } + } + $this->SetDash(); + $this->SetAlpha(1); +} + +/*-- END HTML-CSS --*/ + + + + +function Reset() { + $this->SetTColor($this->ConvertColor(0)); + $this->SetDColor($this->ConvertColor(0)); + $this->SetFColor($this->ConvertColor(255)); + $this->SetAlpha(1); + $this->colorarray = ''; + + $this->spanbgcolorarray = ''; + $this->spanbgcolor = false; + $this->spanborder = false; + $this->spanborddet = array(); + + $this->ResetStyles(); + + $this->HREF = ''; + $this->textparam = array(); + $this->SetTextOutline(); + + $this->SUP = false; + $this->SUB = false; + $this->strike = false; + $this->textshadow = ''; + + $this->SetFont($this->default_font,'',0,false); + $this->SetFontSize($this->default_font_size,false); + + $this->currentfontfamily = ''; + $this->currentfontsize = ''; + +/*-- TABLES --*/ + if ($this->tableLevel) { + $this->SetLineHeight('',$this->table_lineheight); // *TABLES* + } + else +/*-- END TABLES --*/ +/*-- LISTS --*/ + + if ($this->listlvl && $this->list_lineheight[$this->listlvl][$this->bulletarray['occur']]) { + $this->SetLineHeight('',$this->list_lineheight[$this->listlvl][$this->bulletarray['occur']]); // sets default line height + } + else +/*-- END LISTS --*/ + if (isset($this->blk[$this->blklvl]['line_height']) && $this->blk[$this->blklvl]['line_height']) { + $this->SetLineHeight('',$this->blk[$this->blklvl]['line_height']); // sets default line height + } + + $this->toupper = false; + $this->tolower = false; + $this->kerning = false; + $this->lSpacingCSS = ''; + $this->wSpacingCSS = ''; + $this->fixedlSpacing = false; + $this->minwSpacing = 0; + $this->capitalize = false; + $this->SetDash(); //restore to no dash + $this->dash_on = false; + $this->dotted_on = false; + $this->divwidth = 0; + $this->divheight = 0; + $this->divalign = ''; + $this->divrevert = false; + $this->oldy = -1; + + $bodystyle = array(); + if (isset($this->cssmgr->CSS['BODY']['FONT-STYLE'])) { $bodystyle['FONT-STYLE'] = $this->cssmgr->CSS['BODY']['FONT-STYLE']; } + if (isset($this->cssmgr->CSS['BODY']['FONT-WEIGHT'])) { $bodystyle['FONT-WEIGHT'] = $this->cssmgr->CSS['BODY']['FONT-WEIGHT']; } + if (isset($this->cssmgr->CSS['BODY']['COLOR'])) { $bodystyle['COLOR'] = $this->cssmgr->CSS['BODY']['COLOR']; } + if (isset($bodystyle)) { $this->setCSS($bodystyle,'BLOCK','BODY'); } + +} + +/*-- HTML-CSS --*/ +function ReadMetaTags($html) { + // changes anykey=anyvalue to anykey="anyvalue" (only do this when this happens inside tags) + $regexp = '/ (\\w+?)=([^\\s>"]+)/si'; + $html = preg_replace($regexp," \$1=\"\$2\"",$html); + if (preg_match('/(.*?)<\/title>/si',$html,$m)) { + $this->SetTitle($m[1]); + } + preg_match_all('/<meta [^>]*?(name|content)="([^>]*?)" [^>]*?(name|content)="([^>]*?)".*?>/si',$html,$aux); + $firstattr = $aux[1]; + $secondattr = $aux[3]; + for( $i = 0 ; $i < count($aux[0]) ; $i++) { + + $name = ( strtoupper($firstattr[$i]) == "NAME" )? strtoupper($aux[2][$i]) : strtoupper($aux[4][$i]); + $content = ( strtoupper($firstattr[$i]) == "CONTENT" )? $aux[2][$i] : $aux[4][$i]; + switch($name) { + case "KEYWORDS": $this->SetKeywords($content); break; + case "AUTHOR": $this->SetAuthor($content); break; + case "DESCRIPTION": $this->SetSubject($content); break; + } + } +} + + +function ReadCharset($html) { + // Charset conversion + if ($this->allow_charset_conversion) { + if (preg_match('/<head.*charset=([^\'\"\s]*).*<\/head>/si',$html,$m)) { + if (strtoupper($m[1]) != 'UTF-8') { + $this->charset_in = strtoupper($m[1]); + } + } + } +} + +function setCSS($arrayaux,$type='',$tag='') { // type= INLINE | BLOCK | LIST // tag= BODY + if (!is_array($arrayaux)) return; //Removes PHP Warning + // Set font size first so that e.g. MARGIN 0.83em works on font size for this element + if (isset($arrayaux['FONT-SIZE'])) { + $v = $arrayaux['FONT-SIZE']; + if(is_numeric($v[0])) { + if ($type == 'BLOCK' && $this->blklvl>0 && isset($this->blk[$this->blklvl-1]['InlineProperties']) && isset($this->blk[$this->blklvl-1]['InlineProperties']['size'])) { + $mmsize = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['InlineProperties']['size']); + } + else { + $mmsize = $this->ConvertSize($v,$this->FontSize); + } + $this->SetFontSize( $mmsize*(_MPDFK),false ); //Get size in points (pt) + } + else{ + $v = strtoupper($v); + if (isset($this->fontsizes[$v])) { + $this->SetFontSize( $this->fontsizes[$v]* $this->default_font_size,false); + } + } + if ($tag == 'BODY') { $this->SetDefaultFontSize($this->FontSizePt); } + } + + + if ($this->useLang && !$this->usingCoreFont) { + if (isset($arrayaux['LANG']) && $arrayaux['LANG'] && $arrayaux['LANG'] != $this->default_lang && ((strlen($arrayaux['LANG']) == 5 && $arrayaux['LANG'] != 'UTF-8') || strlen($arrayaux['LANG']) == 2)) { + list ($coreSuitable,$mpdf_pdf_unifonts) = GetLangOpts($arrayaux['LANG'], $this->useAdobeCJK); + if ($mpdf_pdf_unifonts) { $this->RestrictUnicodeFonts($mpdf_pdf_unifonts); } + else { $this->RestrictUnicodeFonts($this->default_available_fonts ); } + if ($tag == 'BODY') { + $this->currentLang = $arrayaux['LANG']; + $this->default_lang = $arrayaux['LANG']; + if ($mpdf_pdf_unifonts) { $this->default_available_fonts = $mpdf_pdf_unifonts; } + } + } + else { + $this->RestrictUnicodeFonts($this->default_available_fonts ); + } + } + + // FOR INLINE and BLOCK OR 'BODY' + if (isset($arrayaux['FONT-FAMILY'])) { + $v = $arrayaux['FONT-FAMILY']; + //If it is a font list, get all font types + $aux_fontlist = explode(",",$v); + $found = 0; + foreach($aux_fontlist AS $f) { + $fonttype = trim($f); + $fonttype = preg_replace('/["\']*(.*?)["\']*/','\\1',$fonttype); + $fonttype = preg_replace('/ /','',$fonttype); + $v = strtolower(trim($fonttype)); + if (isset($this->fonttrans[$v]) && $this->fonttrans[$v]) { $v = $this->fonttrans[$v]; } + if ((!$this->onlyCoreFonts && in_array($v,$this->available_unifonts)) || + in_array($v,array('ccourier','ctimes','chelvetica')) || + ($this->onlyCoreFonts && in_array($v,array('courier','times','helvetica','arial'))) || + in_array($v, array('sjis','uhc','big5','gb'))) { + $fonttype = $v; + $found = 1; + break; + } + } + if (!$found) { + foreach($aux_fontlist AS $f) { + $fonttype = trim($f); + $fonttype = preg_replace('/["\']*(.*?)["\']*/','\\1',$fonttype); + $fonttype = preg_replace('/ /','',$fonttype); + $v = strtolower(trim($fonttype)); + if (isset($this->fonttrans[$v]) && $this->fonttrans[$v]) { $v = $this->fonttrans[$v]; } + if (in_array($v,$this->sans_fonts) || in_array($v,$this->serif_fonts) || in_array($v,$this->mono_fonts) ) { + $fonttype = $v; + break; + } + } + } + + if ($tag == 'BODY') { + $this->SetDefaultFont($fonttype); + } + $this->SetFont($fonttype,$this->currentfontstyle,0,false); + } + else { + $this->SetFont($this->currentfontfamily,$this->currentfontstyle,0,false); + } + + foreach($arrayaux as $k => $v) { + if ($type != 'INLINE' && $tag != 'BODY' && $type != 'LIST') { + switch($k){ + // BORDERS + case 'BORDER-TOP': + $this->blk[$this->blklvl]['border_top'] = $this->border_details($v); + if ($this->blk[$this->blklvl]['border_top']['s']) { $this->blk[$this->blklvl]['border'] = 1; } + break; + case 'BORDER-BOTTOM': + $this->blk[$this->blklvl]['border_bottom'] = $this->border_details($v); + if ($this->blk[$this->blklvl]['border_bottom']['s']) { $this->blk[$this->blklvl]['border'] = 1; } + break; + case 'BORDER-LEFT': + $this->blk[$this->blklvl]['border_left'] = $this->border_details($v); + if ($this->blk[$this->blklvl]['border_left']['s']) { $this->blk[$this->blklvl]['border'] = 1; } + break; + case 'BORDER-RIGHT': + $this->blk[$this->blklvl]['border_right'] = $this->border_details($v); + if ($this->blk[$this->blklvl]['border_right']['s']) { $this->blk[$this->blklvl]['border'] = 1; } + break; + + // PADDING + case 'PADDING-TOP': + $this->blk[$this->blklvl]['padding_top'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'PADDING-BOTTOM': + $this->blk[$this->blklvl]['padding_bottom'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'PADDING-LEFT': + $this->blk[$this->blklvl]['padding_left'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'PADDING-RIGHT': + $this->blk[$this->blklvl]['padding_right'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + + // MARGINS + case 'MARGIN-TOP': + $tmp = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + if (isset($this->blk[$this->blklvl]['lastbottommargin'])) { + if ($tmp > $this->blk[$this->blklvl]['lastbottommargin']) { + $tmp -= $this->blk[$this->blklvl]['lastbottommargin']; + } + else { + $tmp = 0; + } + } + $this->blk[$this->blklvl]['margin_top'] = $tmp; + break; + case 'MARGIN-BOTTOM': + $this->blk[$this->blklvl]['margin_bottom'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'MARGIN-LEFT': + $this->blk[$this->blklvl]['margin_left'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'MARGIN-RIGHT': + $this->blk[$this->blklvl]['margin_right'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + +/*-- BORDER-RADIUS --*/ + case 'BORDER-TOP-LEFT-RADIUS-H': + $this->blk[$this->blklvl]['border_radius_TL_H'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-TOP-LEFT-RADIUS-V': + $this->blk[$this->blklvl]['border_radius_TL_V'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-TOP-RIGHT-RADIUS-H': + $this->blk[$this->blklvl]['border_radius_TR_H'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-TOP-RIGHT-RADIUS-V': + $this->blk[$this->blklvl]['border_radius_TR_V'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-BOTTOM-LEFT-RADIUS-H': + $this->blk[$this->blklvl]['border_radius_BL_H'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-BOTTOM-LEFT-RADIUS-V': + $this->blk[$this->blklvl]['border_radius_BL_V'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-BOTTOM-RIGHT-RADIUS-H': + $this->blk[$this->blklvl]['border_radius_BR_H'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; + case 'BORDER-BOTTOM-RIGHT-RADIUS-V': + $this->blk[$this->blklvl]['border_radius_BR_V'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + break; +/*-- END BORDER-RADIUS --*/ + + case 'BOX-SHADOW': + $bs = $this->cssmgr->setCSSboxshadow($v); + if ($bs) { $this->blk[$this->blklvl]['box_shadow'] = $bs; } + break; + + case 'BACKGROUND-CLIP': + if (strtoupper($v) == 'PADDING-BOX') { $this->blk[$this->blklvl]['background_clip'] = 'padding-box'; } + else if (strtoupper($v) == 'CONTENT-BOX') { $this->blk[$this->blklvl]['background_clip'] = 'content-box'; } // mPDF 5.6.09 + break; + + case 'PAGE-BREAK-AFTER': + if (strtoupper($v) == 'AVOID') { $this->blk[$this->blklvl]['page_break_after_avoid'] = true; } + else if (strtoupper($v) == 'ALWAYS' || strtoupper($v) == 'LEFT' || strtoupper($v) == 'RIGHT') { $this->blk[$this->blklvl]['page_break_after'] = strtoupper($v) ; } + break; + + case 'WIDTH': + if (strtoupper($v) != 'AUTO') { + $this->blk[$this->blklvl]['css_set_width'] = $this->ConvertSize($v,$this->blk[$this->blklvl-1]['inner_width'],$this->FontSize,false); + } + break; + + case 'TEXT-INDENT': + // Left as raw value (may include 1% or 2em) + $this->blk[$this->blklvl]['text_indent'] = $v; + break; + + }//end of switch($k) + } + + + if ($type != 'INLINE' && $type != 'LIST') { // includes BODY tag + switch($k){ + + case 'MARGIN-COLLAPSE': // Custom tag to collapse margins at top and bottom of page + if (strtoupper($v) == 'COLLAPSE') { $this->blk[$this->blklvl]['margin_collapse'] = true; } + break; + + case 'LINE-HEIGHT': + $this->blk[$this->blklvl]['line_height'] = $this->fixLineheight($v); + if (!$this->blk[$this->blklvl]['line_height'] ) { $this->blk[$this->blklvl]['line_height'] = $this->normalLineheight; } + break; + + case 'TEXT-ALIGN': //left right center justify + switch (strtoupper($v)) { + case 'LEFT': + $this->blk[$this->blklvl]['align']="L"; + break; + case 'CENTER': + $this->blk[$this->blklvl]['align']="C"; + break; + case 'RIGHT': + $this->blk[$this->blklvl]['align']="R"; + break; + case 'JUSTIFY': + $this->blk[$this->blklvl]['align']="J"; + break; + } + break; + +/*-- BACKGROUNDS --*/ + case 'BACKGROUND-GRADIENT': + if ($type == 'BLOCK') { + $this->blk[$this->blklvl]['gradient'] = $v; + } + break; +/*-- END BACKGROUNDS --*/ + + case 'DIRECTION': + if ($v) { $this->blk[$this->blklvl]['direction'] = strtolower($v); } + break; + + }//end of switch($k) + } + + // FOR INLINE ONLY + if ($type == 'INLINE' || $type == 'LIST') { + switch($k){ + case 'DISPLAY': // Custom tag to collapse margins at top and bottom of page + if (strtoupper($v) == 'NONE') { $this->inlineDisplayOff = true; } + break; + case 'DIRECTION': + break; + }//end of switch($k) + } + // FOR INLINE ONLY + if ($type == 'INLINE') { + switch($k){ + // BORDERS + case 'BORDER-TOP': + $this->spanborddet['T'] = $this->border_details($v); + $this->spanborder = true; + break; + case 'BORDER-BOTTOM': + $this->spanborddet['B'] = $this->border_details($v); + $this->spanborder = true; + break; + case 'BORDER-LEFT': + $this->spanborddet['L'] = $this->border_details($v); + $this->spanborder = true; + break; + case 'BORDER-RIGHT': + $this->spanborddet['R'] = $this->border_details($v); + $this->spanborder = true; + break; + // mPDF 5.6.26 + case 'VISIBILITY': // block is set in OpenTag + $v = strtolower($v); + if ($v == 'visible' || $v == 'hidden' || $v == 'printonly' || $v == 'screenonly') { + $this->textparam['visibility'] = $v; + } + break; + }//end of switch($k) + } + + + // FOR INLINE and BLOCK + switch($k){ + case 'TEXT-ALIGN': //left right center justify + if (strtoupper($v) == 'NOJUSTIFY' && $this->blk[$this->blklvl]['align']=="J") { + $this->blk[$this->blklvl]['align']=""; + } + break; + // bgcolor only - to stay consistent with original html2fpdf + case 'BACKGROUND': + case 'BACKGROUND-COLOR': + $cor = $this->ConvertColor($v); + if ($cor) { + if ($tag == 'BODY') { + $this->bodyBackgroundColor = $cor; + } + else if ($type == 'INLINE' || $type == 'LIST') { + $this->spanbgcolorarray = $cor; + $this->spanbgcolor = true; + } + else { + $this->blk[$this->blklvl]['bgcolorarray'] = $cor; + $this->blk[$this->blklvl]['bgcolor'] = true; + } + } + else if ($type != 'INLINE' && $type != 'LIST') { + if ($this->ColActive || $this->keep_block_together) { + $this->blk[$this->blklvl]['bgcolorarray'] = $this->blk[$this->blklvl-1]['bgcolorarray'] ; + $this->blk[$this->blklvl]['bgcolor'] = $this->blk[$this->blklvl-1]['bgcolor'] ; + } + } + break; + + // auto | normal | none + case 'FONT-KERNING': + if ((strtoupper($v) == 'NORMAL' || strtoupper($v) == 'AUTO') && $this->useKerning) { $this->kerning = true; } + else if (strtoupper($v) == 'NONE') { $this->kerning = false; } + break; + + + // normal | <length> + case 'LETTER-SPACING': + $this->lSpacingCSS = $v; + if (($this->lSpacingCSS || $this->lSpacingCSS==='0') && strtoupper($this->lSpacingCSS) != 'NORMAL') { + $this->fixedlSpacing = $this->ConvertSize($this->lSpacingCSS,$this->FontSize); + } + break; + + // normal | <length> + case 'WORD-SPACING': + $this->wSpacingCSS = $v; + if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') { + $this->minwSpacing = $this->ConvertSize($this->wSpacingCSS,$this->FontSize); + } + break; + + case 'FONT-STYLE': // italic normal oblique + switch (strtoupper($v)) { + case 'ITALIC': + case 'OBLIQUE': + $this->SetStyle('I',true); + break; + case 'NORMAL': + $this->SetStyle('I',false); + break; + } + break; + + case 'FONT-WEIGHT': // normal bold //Does not support: bolder, lighter, 100..900(step value=100) + switch (strtoupper($v)) { + case 'BOLD': + $this->SetStyle('B',true); + break; + case 'NORMAL': + $this->SetStyle('B',false); + break; + } + break; + + case 'VERTICAL-ALIGN': //super and sub only dealt with here e.g. <SUB> and <SUP> + switch (strtoupper($v)) { + case 'SUPER': + $this->SUP=true; + $this->SUB=false; // mPDF 5.6.07 + break; + case 'SUB': + $this->SUB=true; + $this->SUP=false; // mPDF 5.6.07 + break; + case 'BASELINE': // mPDF 5.6.07 + $this->SUB=false; + $this->SUP=false; + break; + } + break; + + case 'TEXT-DECORATION': // none underline line-through (strikeout) //Does not support: overline, blink + if (stristr($v,'LINE-THROUGH')) { + $this->strike = true; + } + else if (stristr($v,'UNDERLINE')) { + $this->SetStyle('U',true); + } + else if (stristr($v,'NONE')) { + $this->SetStyle('U',false); + $this->strike = false; // mPDF 5.6.07 + } + break; + + case 'FONT-VARIANT': + switch (strtoupper($v)) { + case 'SMALL-CAPS': + $this->SetStyle('S',true); + break; + case 'NORMAL': + $this->SetStyle('S',false); + break; + } + break; + + case 'TEXT-TRANSFORM': // none uppercase lowercase //Does support: capitalize + switch (strtoupper($v)) { //Not working 100% + case 'CAPITALIZE': + $this->capitalize=true; + break; + case 'UPPERCASE': + $this->toupper=true; + break; + case 'LOWERCASE': + $this->tolower=true; + break; + case 'NONE': break; + } + break; + + case 'TEXT-SHADOW': + $ts = $this->cssmgr->setCSStextshadow($v); + if ($ts) { $this->textshadow = $ts; } + break; + + case 'HYPHENS': // mPDF 5.6.08 + if (strtoupper($v)=='NONE') { + $this->textparam['hyphens'] = 2; + } + else if (strtoupper($v)=='AUTO') { + $this->textparam['hyphens'] = 1; + } + else if (strtoupper($v)=='MANUAL') { + $this->textparam['hyphens'] = 0; + } + break; + + case 'TEXT-OUTLINE': // mPDF 5.6.07 + if (strtoupper($v)=='NONE') { + $this->textparam['outline-s'] = false; + } + break; + + case 'TEXT-OUTLINE-WIDTH': // mPDF 5.6.07 + case 'OUTLINE-WIDTH': + switch(strtoupper($v)) { + case 'THIN': $v = '0.03em'; break; + case 'MEDIUM': $v = '0.05em'; break; + case 'THICK': $v = '0.07em'; break; + } + $w = $this->ConvertSize($v,$this->blk[$this->blklvl]['inner_width'],$this->FontSize); + if ($w) { + $this->textparam['outline-WIDTH'] = $w; + $this->textparam['outline-s'] = true; + } + else { $this->textparam['outline-s'] = false; } + break; + + case 'TEXT-OUTLINE-COLOR': // mPDF 5.6.07 + case 'OUTLINE-COLOR': + if (strtoupper($v) == 'INVERT') { + if ($this->colorarray) { + $cor = $this->colorarray; + $this->textparam['outline-COLOR'] = $this->_invertColor($cor); + } + else { + $this->textparam['outline-COLOR'] = $this->ConvertColor(255); + } + } + else { + $cor = $this->ConvertColor($v); + if ($cor) { $this->textparam['outline-COLOR'] = $cor ; } + } + break; + + case 'COLOR': // font color + $cor = $this->ConvertColor($v); + if ($cor) { + $this->colorarray = $cor; + $this->SetTColor($cor); + } + break; + + + }//end of switch($k) + + + }//end of foreach +} + +/*-- END HTML-CSS --*/ + + +function SetStyle($tag,$enable) { + $this->$tag=$enable; + $style=''; + foreach(array('B','I','U','S') as $s) { + if($this->$s) { + $style.=$s; + } + } + if ($this->S && empty($this->upperCase)) { @include(_MPDF_PATH.'includes/upperCase.php'); } + $this->currentfontstyle=$style; + $this->SetFont('',$style,0,false); +} + +// Set multiple styles at one $str e.g. "BIS" +function SetStylesArray($arr) { + $style=''; + foreach(array('B','I','U','S') as $s) { + if (isset($arr[$s])) { + if ($arr[$s]) { + $this->$s = true; + $style.=$s; + } + else { $this->$s = false; } + } + else if ($this->$s) { $style.=$s; } + } + $this->currentfontstyle=$style; + $this->SetFont('',$style,0,false); +} + +// Set multiple styles at one $str e.g. "BIS" +function SetStyles($str) { + $style=''; + foreach(array('B','I','U','S') as $s) { + if (strpos($str,$s) !== false) { + $this->$s = true; + $style.=$s; + } + else { $this->$s = false; } + } + $this->currentfontstyle=$style; + $this->SetFont('',$style,0,false); +} + +function ResetStyles() { + foreach(array('B','I','U','S') as $s) { + $this->$s = false; + } + $this->currentfontstyle=''; + $this->SetFont('','',0,false); +} + + +function DisableTags($str='') +{ + if ($str == '') //enable all tags + { + //Insert new supported tags in the long string below. + $this->enabledtags = "<span><s><strike><del><bdo><big><small><ins><cite><acronym><font><sup><sub><b><u><i><a><strong><em><code><samp><tt><kbd><var><q><table><thead><tfoot><tbody><tr><th><td><ol><ul><li><dl><dt><dd><form><input><select><textarea><option><div><p><h1><h2><h3><h4><h5><h6><pre><center><blockquote><address><hr><img><br><indexentry><indexinsert><bookmark><watermarktext><watermarkimage><tts><ttz><tta><column_break><columnbreak><newcolumn><newpage><page_break><pagebreak><formfeed><columns><toc><tocentry><tocpagebreak><pageheader><pagefooter><setpageheader><setpagefooter><sethtmlpageheader><sethtmlpagefooter><annotation><template><jpgraph><barcode><dottab><caption><textcircle><fieldset><legend><article><aside><figure><figcaption><footer><header><hgroup><nav><section><mark><details><summary><meter><progress><time>"; // mPDF 5.5.09 + } + else + { + $str = explode(",",$str); + foreach($str as $v) $this->enabledtags = str_replace(trim($v),'',$this->enabledtags); + } +} + + +/*-- TABLES --*/ + +function finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight) { + $af = 0; // Above font + $bf = 0; // Below font + $mta = 0; // Maximum top-aligned + $mba = 0; // Maximum bottom-aligned + if ($lhxt['BS']) { + $af = max($af, ($lhxt['BS'] - ($maxfontsize * (0.5 + $this->baselineC)))); + } + if ($lhxt['M']) { + $af = max($af, ($lhxt['M'] - $maxfontsize)/2); + $bf = max($bf, ($lhxt['M'] - $maxfontsize)/2); + } + if ($lhxt['TT']) { + $bf = max($bf, ($lhxt['TT'] - $maxfontsize)); + } + if ($lhxt['TB']) { + $af = max($af, ($lhxt['TB'] - $maxfontsize)); + } + if ($lhxt['T']) { + $mta = max($mta, $lhxt['T']); + } + if ($lhxt['B']) { + $mba = max($mba, $lhxt['B']); + } + if ((!$lhfixed || !$forceExactLineheight) && ($af > (($maxlineHeight - $maxfontsize)/2) || $bf > (($maxlineHeight - $maxfontsize)/2))) { + $maxlineHeight = $maxfontsize + $af + $bf; + } + else if (!$lhfixed) { $af = $bf = ($maxlineHeight - $maxfontsize)/2; } + if ($mta > $maxlineHeight) { + $bf += ($mta - $maxlineHeight); + $maxlineHeight = $mta; + } + if ($mba > $maxlineHeight) { + $af += ($mba - $maxlineHeight); + $maxlineHeight = $mba; + } + return $maxlineHeight; +} + +function TableWordWrap($maxwidth, $forcewrap = 0, $textbuffer = '', $def_fontsize, $returnarray=false) { // NB ** returnarray used in flowchart + $biggestword=0; + $toonarrow=false; + + $textbuffer[0][0] = preg_replace('/^[ ]*/','',$textbuffer[0][0]); + if ((count($textbuffer) == 0) or ((count($textbuffer) == 1) && ($textbuffer[0][0] == ''))) { return 0; } + + $text = ''; + $lhfixed = false; + if (preg_match('/([0-9.,]+)mm/',$this->table_lineheight)) { $lhfixed = true; } + if ($lhfixed) { $def_lineheight = $this->_computeLineheight($this->table_lineheight, $def_fontsize);} + else { $def_lineheight = 0; } + // START OF NEW LINE + // Initialise lineheight variables + $maxfontsize = 0; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $def_lineheight ; + $ch = 0; + $width = 0; + $ln = 1; // Counts line number + $mxw = $this->GetCharWidth('W',false); + for($cctr=0;$cctr<count($textbuffer);$cctr++) { // mPDF 5.6.22 + $chunk = $textbuffer[$cctr]; // mPDF 5.6.22 + $line = $chunk[0]; + //IMAGE + if (substr($line,0,3) == "\xbb\xa4\xac") { //identifier has been identified! + $objattr = $this->_getObjAttr($line); + if ($objattr['type'] == 'nestedtable') { + // END OF LINE + // Finalise & add lineheight + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + $level = $objattr['level']; + $ih = $this->table[($level+1)][$objattr['nestedcontent']]['h']; // nested table width + $ch += $ih; + // START OF NEW LINE + // Initialise lineheight variables + $ln++; + $maxfontsize = 0; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $def_lineheight ; + $width = 0; + $text = ""; + continue; + } + + list($skipln,$iw,$ih) = $this->inlineObject((isset($specialcontent['type']) ? $specialcontent['type'] : null),0,0, $objattr, $this->lMargin,$width,$maxwidth,$maxlineHeight,false,true); + if ($objattr['type'] == 'hr') { + // END OF LINE + // Finalise & add lineheight + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + // Add HR height + $ch += $ih; + // START OF NEW LINE + // Initialise lineheight variables + $ln++; + $maxfontsize = 0; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $def_lineheight ; + $width = 0; + $text = ""; + continue; + } + + if ($skipln==1 || $skipln==-2) { + // Finish last line + // END OF LINE + // Finalise & add lineheight + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + // START OF NEW LINE + // Initialise lineheight variables + $maxfontsize = 0; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $def_lineheight ; + $ln++; + $width = 0; + $text = ""; + } + $va = (isset($objattr['vertical-align']) ? $objattr['vertical-align'] : null); + if ($va) { + $lhxt[$va] = max($lhxt[$va], $ih); + } + if ($lhfixed && $ih > $def_fontsize) { $forceExactLineheight = false; } + $maxlineHeight = max($maxlineHeight ,$ih); + $width += $iw; + continue; + } + + // SET FONT SIZE/STYLE from $chunk[n] + // FONTSIZE + if(isset($chunk[11]) and $chunk[11] != '') { + if ($this->shrin_k) { + $this->SetFontSize($chunk[11]/$this->shrin_k,false); + } + else { + $this->SetFontSize($chunk[11],false); + } + } + if ($line == "\n") { + // END OF LINE + $maxfontsize = max($maxfontsize,$this->FontSize); + $fh = $this->_computeLineheight($this->table_lineheight); + if ($lhfixed && $this->FontSize > $def_fontsize) { + $fh = $this->FontSize; + $forceExactLineheight = false; + } + $maxlineHeight = max($maxlineHeight,$fh); + + // Finalise & add lineheight + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + // START OF NEW LINE + // Initialise lineheight variables + $maxfontsize = 0; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $this->_computeLineheight($this->table_lineheight); + $ln++; + $text = ""; + $width = 0; + if(isset($chunk[11]) and $chunk[11] != '') { + $this->SetFontSize($this->default_font_size,false); + } + continue; + } + + $lbw = $rbw = 0; // Border widths + if(isset($chunk[16]) && !empty($chunk[16])) { //Border + $this->spanborddet = $chunk[16]; + if (isset($this->spanborddet['L'])) $lbw = $this->spanborddet['L']['w']; + if (isset($this->spanborddet['R'])) $rbw = $this->spanborddet['R']['w']; + } + if(isset($chunk[15])) { // Word spacing + $this->wSpacingCSS = $chunk[15]; + if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') { + $this->minwSpacing = $this->ConvertSize($this->wSpacingCSS,$this->FontSize); + } + } + if(isset($chunk[14])) { // Letter spacing + $this->lSpacingCSS = $chunk[14]; + if (($this->lSpacingCSS || $this->lSpacingCSS==='0') && strtoupper($this->lSpacingCSS) != 'NORMAL') { + $this->fixedlSpacing = $this->ConvertSize($this->lSpacingCSS,$this->FontSize); + } + } + if(isset($chunk[13])) { // Font Kerning + $this->kerning = $chunk[13]; + } + if(isset($chunk[9])) { // Text params - Outline, hyphens // mPDF 5.6.08 + $this->textparam = $chunk[9]; + } + // FONTFAMILY + if(isset($chunk[4]) and $chunk[4] != '') { $font = $this->SetFont($chunk[4],$this->FontStyle,0,false); } + + // FONT STYLE B I U + if(isset($chunk[2]) and $chunk[2] != '') { + $this->SetStyles($chunk[2]); + } + + $space = $this->GetCharWidth(' ',false); + + if (mb_substr($line,0,1,$this->mb_enc ) == ' ') { // line (chunk) starts with a space + $width += $space; + $text .= ' '; + } + + if (mb_substr($line,(mb_strlen($line,$this->mb_enc )-1),1,$this->mb_enc ) == ' ') { $lsend = true; } // line (chunk) ends with a space + else { $lsend = false; } + $line= trim($line); + if ($line == '') { continue; } + + // mPDF ITERATION + if ($this->iterationCounter) $line = preg_replace('/{iteration ([a-zA-Z0-9_]+)}/','\\1', $line); + + $words = explode(' ', $line); + + foreach ($words as $k=>$word) { + $word = trim($word); + $wordwidth = $this->GetStringWidth($word); + if ($k==0) { $wordwidth += $lbw; } + if ($k==(count($words)-1)) { $wordwidth += $rbw; } + //maxwidth is insufficient for one word + if ($wordwidth > $maxwidth + 0.0001) { + $firstchunk=true; + while($wordwidth > $maxwidth + 0.0001) { + $chw = 0; // check width + $oneCJKorphan = false; + $mlen = mb_strlen($word, $this->mb_enc ); + for ( $i = 0; $i < $mlen; $i++ ) { + $chw = $this->GetStringWidth(mb_substr($word,0,$i+1,$this->mb_enc )); + if ($k==0) { $chw += $lbw; } + if ($k==(count($words)-1)) { $chw += $rbw; } + if ($chw > $maxwidth) { + if ($i==0 && $firstchunk) { + // If first letter of line does not fit + $wordwidth = $maxwidth - 0.0001; + if ($this->debug) { $this->Error("Table cell width calculated less than that needed for one character!"); } + break; + } +/*-- CJK-FONTS --*/ + // mPDF 5.6.40 mPDF 5.6.44 + if ($this->checkCJK && !$this->usingCoreFont && preg_match("/[".$this->pregCJKchars."]/u", $word)) { // mPDF 5.6.44 + if (!$oneCJKorphan && preg_match('/['.$this->CJKoverflow.']$/u',mb_substr($word,0,$i+1,$this->mb_enc )) && $this->allowCJKorphans) { + $wordwidth = $maxwidth - 0.0001; + $oneCJKorphan = true; + continue; + } + $cjkfix = 0; + // Last character that fits is not allowed to end a line - move lastchar(s) to start of next line + if ($i>0 && preg_match("/[".$this->CJKleading."$]/u", mb_substr($word,0,$i,$this->mb_enc ))) { + $cjkfix = 1; + } + // Next character is not allowed to start a new line + else if (preg_match("/[".$this->CJKfollowing."]/u", mb_substr($word,$i,1,$this->mb_enc ))) { + // try squeezing another character(s) onto this line = Oikomi + if ($this->allowCJKorphans && !$oneCJKorphan) { + //if lookahead is not another following char + if ($i==($mlen-1) || ($i<($mlen-1) && !preg_match("/[".$this->CJKfollowing."]/u", mb_substr($word,$i+1,1,$this->mb_enc )))) { + $wordwidth = $maxwidth - 0.0001; + $oneCJKorphan = true; + continue; + } + } + // or move lastchar(s) to next line + $cjkfix = 2; + } + // mPDF 5.6.42 + // CJK numerals kept together + else if (preg_match("/([".$this->pregCJKchars."]+[0-9\x{ff10}-\x{ff19}]+$)/u", mb_substr($word,0,$i,$this->mb_enc )) && preg_match("/^([0-9\x{ff10}-\x{ff19}]+[".$this->pregCJKchars."]+)/u", mb_substr($word,$i,16,$this->mb_enc ))) { + $cjkfix = 3; + } + if ($cjkfix) { + //move lastchar(s) to next line + $m0 = mb_substr($word,$i-1,1,$this->mb_enc ); // chars to move + $m1 = mb_substr($word,0,$i-1,$this->mb_enc ); // str after stripped chars to move + $mi = $i - 1; + if ($cjkfix == 3) { $match = "0-9\x{ff10}-\x{ff19}"; } + else { $match = $this->CJKleading; } + while(preg_match("/[".$match."$]/u", $m1) && mb_strlen($m1, $this->mb_enc)>2) { + $m0 = mb_substr($m1,$mi-1,1,$this->mb_enc ).$m0; // chars to move + $m1 = mb_substr($m1,0,$mi-1,$this->mb_enc ); // str after stripped chars to move + $mi--; + } + // Insert $m0 into $word at $i + $word = mb_substr($word,0,$i,$this->mb_enc ) . $m0 . mb_substr($word,$i,mb_strlen($word, $this->mb_enc )-$i,$this->mb_enc ); + $mlen = mb_strlen($word, $this->mb_enc ); // increment max for loop counter + } + + + + } +/*-- END CJK-FONTS --*/ + + if ($text && $firstchunk) { + // END OF LINE + // Finalise & add lineheight + $maxfontsize = max($maxfontsize,$this->FontSize); + $fh = $this->_computeLineheight($this->table_lineheight); + if ($lhfixed && $this->FontSize > $def_fontsize) { + $fh = $this->FontSize; + $forceExactLineheight = false; + } + $maxlineHeight = max($maxlineHeight,$fh); + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + // START OF NEW LINE + // Initialise lineheight variables + $maxfontsize = $this->FontSize; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $this->_computeLineheight($this->table_lineheight); + $ln++; + } + // END OF LINE + // Finalise & add lineheight + $maxfontsize = max($maxfontsize,$this->FontSize); + $fh = $this->_computeLineheight($this->table_lineheight); + if ($lhfixed && $this->FontSize > $def_fontsize) { + $fh = $this->FontSize; + $forceExactLineheight = false; + } + $maxlineHeight = max($maxlineHeight,$fh); + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + // START OF NEW LINE + // Initialise lineheight variables + $maxfontsize = $this->FontSize; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $this->_computeLineheight($this->table_lineheight); + $ln++; + $mxw = $maxwidth; + $text = mb_substr($word,0,$i,$this->mb_enc ); + $word = mb_substr($word,$i,mb_strlen($word, $this->mb_enc )-$i,$this->mb_enc ); + $wordwidth = $this->GetStringWidth($word); + $width = 0; + $firstchunk=false; + break; + } + } + if (mb_strlen($word, $this->mb_enc )<2 && $wordwidth > $maxwidth + 0.0001) { + $wordwidth = $maxwidth - 0.0001; + if ($this->debug) { $this->Error("Table cell width calculated less than that needed for single character!"); } + } + $firstchunk=false; + } + } + // Word fits on line... + if ($width + $wordwidth < $maxwidth + 0.0001) { + $mxw = max($mxw, ($width+$wordwidth)); + $width += $wordwidth + $space; + $text .= $word.' '; + } + // Word does not fit on line... + else { + // mPDF 5.6.21 hard hyphens + if ($this->textparam['hyphens'] != 2 && preg_match('/\-/',$word)) { + list($hardsuccess,$pre,$post,$prelength) = $this->hardHyphenate($word, ($maxwidth - $width)-$this->GetCharWidth("-", false)); + if ($hardsuccess) { + $text .= $pre.'-'; + $word = $post; + $wordwidth = $this->GetStringWidth($word); + if ($k==(count($words)-1)) { $wordwidth += $rbw; } + } + } +/*-- HYPHENATION --*/ + // Soft Hyphens chr(173) + else if ($this->textparam['hyphens'] != 2 && (!$this->usingCoreFont && preg_match("/\xc2\xad/",$word)) || ($this->usingCoreFont && preg_match("/".chr(173)."/",$word) && ($this->FontFamily!='csymbol' && $this->FontFamily!='czapfdingbats')) ) { // mPDF 5.6.06 5.6.08 + list($success,$pre,$post,$prelength) = $this->softHyphenate($word, ($maxwidth - $width)); + if ($success) { + $text .= $pre.'-'; + $word = $post; + $wordwidth = $this->GetStringWidth($word); + if ($k==(count($words)-1)) { $wordwidth += $rbw; } + } + } + else if ($this->textparam['hyphens'] == 1) { // mPDF 5.6.06 5.6.08 + list($success,$pre,$post,$prelength) = $this->hyphenateWord($word, ($maxwidth - $width)); + if ($success) { + $text .= $pre.'-'; + $word = $post; + $wordwidth = $this->GetStringWidth($word); + if ($k==(count($words)-1)) { $wordwidth += $rbw; } + } + } +/*-- END HYPHENATION --*/ + + + // mPDF 5.6.22 + if ( count($textbuffer)>1 && $cctr > 0 && $k==0 + && (substr($textbuffer[$cctr][0],0,3) != "\xbb\xa4\xac") + && (substr($textbuffer[$cctr-1][0],0,3) != "\xbb\xa4\xac") + && substr($textbuffer[$cctr-1][0],-1,1) != ' ' + && substr($textbuffer[$cctr][0],0,1) != ' ' + ) { + // Go back to find a space in a previous chunk of content + $found = false; + for ($ix=$cctr-1;$ix>=0;$ix--) { + if (preg_match('/[ ]/',$textbuffer[$ix][0])) { $found = $ix; break; } + } + if ($found !== false) { + $charpos = strrpos($textbuffer[$found][0],' '); + // mPDF 5.6.24 + $a1 = $a2 = $textbuffer[$found]; + $a1[0] = "\n"; + $a2[0] = substr($textbuffer[$found][0], $charpos+1, strlen($textbuffer[$found][0])-$charpos); + $textbuffer[$found][0] = substr($textbuffer[$found][0], 0, $charpos); + array_insert($textbuffer, $a1, $found+1); + array_insert($textbuffer, $a2, $found+2); + // Initialise all variables + $biggestword=0; + $toonarrow=false; + $lhfixed = false; + if (preg_match('/([0-9.,]+)mm/',$this->table_lineheight)) { $lhfixed = true; } + if ($lhfixed) { $def_lineheight = $this->_computeLineheight($this->table_lineheight, $def_fontsize);} + else { $def_lineheight = 0; } + $maxfontsize = 0; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $def_lineheight ; + $ch = 0; + $width = 0; + $ln = 1; // Counts line number + $mxw = $this->GetCharWidth('W',false); + $text = ''; + + $cctr = -1; + break; + } + } + + // END OF LINE + // Finalise & add lineheight + $maxfontsize = max($maxfontsize,$this->FontSize); + $fh = $this->_computeLineheight($this->table_lineheight); + if ($lhfixed && $this->FontSize > $def_fontsize) { + $fh = $this->FontSize; + $forceExactLineheight = false; + } + $maxlineHeight = max($maxlineHeight,$fh); + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + $mxw = $maxwidth; + // START OF NEW LINE + // Initialise lineheight variables + $maxfontsize = $this->FontSize; + $forceExactLineheight = true; + $lhxt = array('BS'=>0, 'M'=>0, 'TT'=>0, 'TB'=>0, 'T'=>0, 'B'=>0); + $maxlineHeight = $this->_computeLineheight($this->table_lineheight); + $ln++; + $width = $wordwidth + $space; + $text = $word.' '; + } + $maxfontsize = max($maxfontsize,$this->FontSize); + $fh = $this->_computeLineheight($this->table_lineheight); + if ($lhfixed && $this->FontSize > $def_fontsize) { + $fh = $this->FontSize; + $forceExactLineheight = false; + } + $maxlineHeight = max($maxlineHeight,$fh); + } + + // End of textbuffer chunk + if (!$lsend) { + $width -= $space; + $text = rtrim($text); + } + + // RESET FONT SIZE/STYLE + // RESETTING VALUES + //Now we must deactivate what we have used + if(isset($chunk[2]) and $chunk[2] != '') { + $this->ResetStyles(); + } + if(isset($chunk[4]) and $chunk[4] != '') { + $this->SetFont($this->default_font,$this->FontStyle,0,false); + } + if(isset($chunk[11]) and $chunk[11] != '') { + $this->SetFontSize($this->default_font_size,false); + } + $this->spanborddet = array(); + $this->kerning = false; + $this->lSpacingCSS = ''; + $this->wSpacingCSS = ''; + $this->fixedlSpacing = false; + $this->minwSpacing = 0; + } + // Finalise lineheight if something output on line and add + if ($width) { + $ch += $this->finaliseCellLineHeight($lhxt, $maxfontsize, $maxlineHeight, $lhfixed, $forceExactLineheight); + } + if ($returnarray) { return array($ch,$ln,$mxw); } + else { return $ch; } + +} + + +function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer) { + $biggestword=0; + $toonarrow=false; + if ((count($textbuffer) == 0) or ((count($textbuffer) == 1) && ($textbuffer[0][0] == ''))) { return 0; } + + foreach ($textbuffer as $chunk) { + + $line = $chunk[0]; + // mPDF ITERATION + if ($this->iterationCounter) $line = preg_replace('/{iteration ([a-zA-Z0-9_]+)}/','\\1', $line); + + // IMAGES & FORM ELEMENTS + if (substr($line,0,3) == "\xbb\xa4\xac") { //inline object - FORM element or IMAGE! + $objattr = $this->_getObjAttr($line); + if ($objattr['type']!='hr' && isset($objattr['width']) && ($objattr['width']/$this->shrin_k) > ($maxwidth + 0.0001) ) { + if (($objattr['width']/$this->shrin_k) > $biggestword) { $biggestword = ($objattr['width']/$this->shrin_k); } + $toonarrow=true; + } + continue; + } + + if ($line == "\n") { + continue; + } + $line = trim($line ); + // SET FONT SIZE/STYLE from $chunk[n] + + // FONTSIZE + if(isset($chunk[11]) and $chunk[11] != '') { + if ($this->shrin_k) { + $this->SetFontSize($chunk[11]/$this->shrin_k,false); + } + else { + $this->SetFontSize($chunk[11],false); + } + } + // FONTFAMILY + if(isset($chunk[4]) and $chunk[4] != '') { $font = $this->SetFont($chunk[4],$this->FontStyle,0,false); } + // B I U + if(isset($chunk[2]) and $chunk[2] != '') { + $this->SetStyles($chunk[2]); + } + + $lbw = $rbw = 0; // Border widths + if(isset($chunk[16]) && !empty($chunk[16])) { //Border + $this->spanborddet = $chunk[16]; + $lbw = $this->spanborddet['L']['w']; + $rbw = $this->spanborddet['R']['w']; + } + if(isset($chunk[15])) { // Word spacing + $this->wSpacingCSS = $chunk[15]; + if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') { + $this->minwSpacing = $this->ConvertSize($this->wSpacingCSS,$this->FontSize); + } + } + if(isset($chunk[14])) { // Letter spacing + $this->lSpacingCSS = $chunk[14]; + if (($this->lSpacingCSS || $this->lSpacingCSS==='0') && strtoupper($this->lSpacingCSS) != 'NORMAL') { + $this->fixedlSpacing = $this->ConvertSize($this->lSpacingCSS,$this->FontSize); + } + } + if(isset($chunk[13])) { // Font Kerning + $this->kerning = $chunk[13]; + } + + $words = explode(' ', $line); + foreach ($words as $k=>$word) { + $word = trim($word); + $wordwidth = $this->GetStringWidth($word); + if ($k==0) { $wordwidth += $lbw; } + if ($k==(count($words)-1)) { $wordwidth += $rbw; } + + //Warn user that maxwidth is insufficient + if ($wordwidth > $maxwidth + 0.0001) { + if ($wordwidth > $biggestword) { $biggestword = $wordwidth; } + $toonarrow=true; + } + } + + // RESET FONT SIZE/STYLE + // RESETTING VALUES + //Now we must deactivate what we have used + if(isset($chunk[2]) and $chunk[2] != '') { + $this->ResetStyles(); + } + if(isset($chunk[4]) and $chunk[4] != '') { + $this->SetFont($this->default_font,$this->FontStyle,0,false); + } + if(isset($chunk[11]) and $chunk[11] != '') { + $this->SetFontSize($this->default_font_size,false); + } + $this->spanborddet = array(); + $this->kerning = false; + $this->lSpacingCSS = ''; + $this->wSpacingCSS = ''; + $this->fixedlSpacing = false; + $this->minwSpacing = 0; + } + + //Return -(wordsize) if word is bigger than maxwidth + // ADDED + if (($toonarrow) && ($this->table_error_report)) { + $this->Error("Word is too long to fit in table - ".$this->table_error_report_param); + } + if ($toonarrow) return -$biggestword; + else return 1; +} + +function shrinkTable(&$table,$k) { + $table['border_spacing_H'] /= $k; + $table['border_spacing_V'] /= $k; + + $table['padding']['T'] /= $k; + $table['padding']['R'] /= $k; + $table['padding']['B'] /= $k; + $table['padding']['L'] /= $k; + + $table['margin']['T'] /= $k; + $table['margin']['R'] /= $k; + $table['margin']['B'] /= $k; + $table['margin']['L'] /= $k; + + $table['border_details']['T']['w'] /= $k; + $table['border_details']['R']['w'] /= $k; + $table['border_details']['B']['w'] /= $k; + $table['border_details']['L']['w'] /= $k; + + if (isset($table['max_cell_border_width']['T'])) $table['max_cell_border_width']['T'] /= $k; + if (isset($table['max_cell_border_width']['R'])) $table['max_cell_border_width']['R'] /= $k; + if (isset($table['max_cell_border_width']['B'])) $table['max_cell_border_width']['B'] /= $k; + if (isset($table['max_cell_border_width']['L'])) $table['max_cell_border_width']['L'] /= $k; + + if ($this->simpleTables){ + $table['simple']['border_details']['T']['w'] /= $k; + $table['simple']['border_details']['R']['w'] /= $k; + $table['simple']['border_details']['B']['w'] /= $k; + $table['simple']['border_details']['L']['w'] /= $k; + } + + $table['miw'] /= $k; + $table['maw'] /= $k; + + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + + for($j = 0 ; $j < $table['nc'] ; $j++ ) { //columns + + $table['wc'][$j]['miw'] /= $k; + $table['wc'][$j]['maw'] /= $k; + + // mPDF 5.6.13 + if (isset($table['decimal_align'][$j]['maxs0']) && $table['decimal_align'][$j]['maxs0']) { $table['decimal_align'][$j]['maxs0'] /= $k; } + if (isset($table['decimal_align'][$j]['maxs1']) && $table['decimal_align'][$j]['maxs1']) { $table['decimal_align'][$j]['maxs1'] /= $k; } + + if (isset($table['wc'][$j]['absmiw']) && $table['wc'][$j]['absmiw'] ) $table['wc'][$j]['absmiw'] /= $k; + + for($i = 0 ; $i < $table['nr']; $i++ ) { //rows + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $c = &$table['cells'][$i][$j]; + if (isset($c) && $c) { + if (!$this->simpleTables){ + if ($this->packTableData) { + $cell = $this->_unpackCellBorder($c['borderbin'] ); + $cell['border_details']['T']['w'] /= $k; + $cell['border_details']['R']['w'] /= $k; + $cell['border_details']['B']['w'] /= $k; + $cell['border_details']['L']['w'] /= $k; + $cell['border_details']['mbw']['TL'] /= $k; + $cell['border_details']['mbw']['TR'] /= $k; + $cell['border_details']['mbw']['BL'] /= $k; + $cell['border_details']['mbw']['BR'] /= $k; + $cell['border_details']['mbw']['LT'] /= $k; + $cell['border_details']['mbw']['LB'] /= $k; + $cell['border_details']['mbw']['RT'] /= $k; + $cell['border_details']['mbw']['RB'] /= $k; + $c['borderbin'] = $this->_packCellBorder($cell); + } + else { + $c['border_details']['T']['w'] /= $k; + $c['border_details']['R']['w'] /= $k; + $c['border_details']['B']['w'] /= $k; + $c['border_details']['L']['w'] /= $k; + $c['border_details']['mbw']['TL'] /= $k; + $c['border_details']['mbw']['TR'] /= $k; + $c['border_details']['mbw']['BL'] /= $k; + $c['border_details']['mbw']['BR'] /= $k; + $c['border_details']['mbw']['LT'] /= $k; + $c['border_details']['mbw']['LB'] /= $k; + $c['border_details']['mbw']['RT'] /= $k; + $c['border_details']['mbw']['RB'] /= $k; + } + } + $c['padding']['T'] /= $k; + $c['padding']['R'] /= $k; + $c['padding']['B'] /= $k; + $c['padding']['L'] /= $k; + $c['maxs'] /= $k; + if (isset($c['w'])) { $c['w'] /= $k; } + $c['s'] /= $k; + $c['maw'] /= $k; + $c['miw'] /= $k; + if (isset($c['absmiw'])) $c['absmiw'] /= $k; + if (isset($c['nestedmaw'])) $c['nestedmaw'] /= $k; + if (isset($c['nestedmiw'])) $c['nestedmiw'] /= $k; + if (isset($c['textbuffer'])) { + foreach($c['textbuffer'] AS $n=>$tb) { + if (!empty($tb[16])) { + $c['textbuffer'][$n][16]['T']['w'] /= $k; + $c['textbuffer'][$n][16]['B']['w'] /= $k; + $c['textbuffer'][$n][16]['L']['w'] /= $k; + $c['textbuffer'][$n][16]['R']['w'] /= $k; + } + } + } + if ($this->cacheTables) { + $this->_cacheCell($c, '', "W", $fh, $table['cells'][$i][$j]); + } + unset($c); + } + }//rows + }//columns + if ($this->cacheTables) { fclose($fh); } +} + +function _cacheCell($c, $file, $mode="A", $fh=null, $offset=0) { // mode = Append or (over)Write (needs offset and fh) + // Requires either $file OR $fh (file_handle) + if (!is_array($c) || !isset($c)) { return ''; } + + if(isset($c['w'])) { $cw = $c['w']; } else { $cw = -1; } + if(isset($c['w0'])) { $cw0 = $c['w0']; } else { $cw0 = -1; } + if(isset($c['h0'])) { $ch0 = $c['h0']; } else { $ch0 = -1; } + + $data = pack("n2d19A1A1n2sA32A128", + $c['colspan'], /* n (16 bit; 2 bytes) [pos 0] */ + $c['rowspan'], /* n (16 bit; 2 bytes) [pos 2] */ + $c['s'], /* d NB machine-dependent size (64 bit; 8 bytes on test winOS) [pos 4] */ + $c['maxs'], /* d NB machine-dependent size [pos 4 + 1*D] */ + $c['nestedmaw'], /* d NB machine-dependent size [pos 4 + 2*D] */ + $c['nestedmiw'], /* d NB machine-dependent size [pos 4 + 3*D] */ + $c['padding']['L'], /* d NB machine-dependent size [pos 4 + 4*D] */ + $c['padding']['R'], /* d NB machine-dependent size [pos 4 + 5*D] */ + $c['padding']['T'], /* d NB machine-dependent size [pos 4 + 6*D] */ + $c['padding']['B'], /* d NB machine-dependent size [pos 4 + 7*D] */ + $c['dfs'], /* d NB machine-dependent size [pos 4 + 8*D] */ + $cw, /* d NB machine-dependent size [pos 4 + 9*D] */ + $c['h'], /* d NB machine-dependent size [pos 4 + 10*D] */ + $c['absmiw'], /* d NB machine-dependent size [pos 4 + 11*D] */ + $c['maw'], /* d NB machine-dependent size [pos 4 + 12*D] */ + $c['miw'], /* d NB machine-dependent size [pos 4 + 13*D] */ + $c['mih'], /* d NB machine-dependent size [pos 4 + 14*D] */ + $c['x0'], /* d NB machine-dependent size [pos 4 + 15*D] */ + $cw0, /* d NB machine-dependent size [pos 4 + 16*D] */ + $c['y0'], /* d NB machine-dependent size [pos 4 + 17*D] */ + $ch0, /* d NB machine-dependent size [pos 4 + 18*D] */ + $c['a'], /* A1 (1 byte) [pos 4 + 19*D] */ + $c['va'], /* A1 (1 byte) [pos 5 + 19*D] */ + $c['nowrap'], /* 1 or blank n (16 bit; 2 bytes) [pos 6 + 19*D] */ + $c['wpercent'], /* 0 - 100 n (16 bit; 2 bytes) [pos 8 + 19*D] */ + $c['R'], /* 90 or -90 s (16 bit; 2 bytes) [pos 10 + 19*D] */ + $c['bgcolor'], /* A32 (32 bytes) [pos 12 + 19*D] */ + $c['gradient'] /* A128 (128 bytes) [pos 44 + 19*D] */ + ); + + if ($c['background-image']) { + $data .= pack("n2d2A6A6n3dA4A128", + strlen($data), /* offset in main data to start of bgimage data */ + $c['background-image']['image_id'], /* n */ + $c['background-image']['orig_w'], /* d NB machine-dependent size */ + $c['background-image']['orig_h'], /* d NB machine-dependent size */ + $c['background-image']['x_pos'], /* A6 calc size or "50%" */ + $c['background-image']['y_pos'], /* A6 calc size or "50%" */ + $c['background-image']['x_repeat'], /* n true or false*/ + $c['background-image']['y_repeat'], /* n true or false */ + $c['background-image']['resize'], /* n 0 - 6 */ + $c['background-image']['opacity'], /* d 0-1 */ + $c['background-image']['itype'], /* A4 jpg etc */ + $c['background-image']['gradient'] /* A128 CSS string */ + ); + } + else $data .= pack("n",0); + $tb_offset = 2 + 186 + 2 + strlen($data); + $stb = serialize($c['textbuffer']).' '; // buffer to allow updating in reverseTableDir + $lentb = strlen($stb); + $data2 = pack("nA".$lentb, $lentb, $stb); + + $tempfh = true; + if ($mode=="W" && $offset) { + if (!$fh) { $fh = fopen($file, "r+b"); } // Overwrite (but not truncate) + else $tempfh = false; + fseek($fh, $offset); + } + else { + $fh = fopen($file, "ab"); // APPEND + } + fwrite($fh, pack("n",$tb_offset)); // Offset to Text buffer 2 bytes + fwrite($fh, $c['borderbin']); // border details 186 bytes + fwrite($fh, pack("n",strlen($data))); // Length of Main data + fwrite($fh, $data); // Main data + fwrite($fh, $data2); // Text buffer (starts with "n" length of text buffer) + if ($tempfh) fclose($fh); + return ($tb_offset + 2 + $lentb); +} + +function _cacheUpdateTxB($c, $fh, $offset) { + fseek($fh, $offset); + $tb_offset = $this->read_short($fh); // First entry = Offset to Text buffer 2 bytes + fseek($fh, ($tb_offset-2), SEEK_CUR); + $lentb = $this->read_short($fh); // First entry in textbuffer = Length of serialized textbuffer - do not update + $stb = serialize($c['textbuffer']); + fwrite($fh, pack("A".$lentb, $stb)); +} + +function _cacheUpdateBorder($c, $fh, $offset) { + $offset += 2; + fseek($fh, $offset); + fwrite($fh, $c['borderbin']); +} + +function _cacheUpdateMtx($c, $fh, $offset, $var) { + if ($var=='mih') { $offset += (2 + 186 + 2 + 4 + 14*_DSIZE); } + else if ($var=='x0') { $offset += (2 + 186 + 2 + 4 + 15*_DSIZE); } // x0 and w0 + else if ($var=='y0') { $offset += (2 + 186 + 2 + 4 + 17*_DSIZE); } // y0 and h0 + fseek($fh, $offset); + if ($var=='mih') { fwrite($fh, pack("d",$c['mih'])); } + else if ($var=='x0') { fwrite($fh, pack("d2",$c['x0'],$c['w0'])); } + else if ($var=='y0') { fwrite($fh, pack("d2",$c['y0'],$c['h0'])); } +} + +function _uncacheCell($ptr, $file, $fh) { + // Requires either $file or $fh (file_handle) + if ($ptr==0) { return null; } + if (is_array($ptr)) { $this->Error("Probable cause - missing end tag </td>. You may be able to change the configurable variable: allow_html_optional_endtags "); } + $tempfh = true; + if (!$fh) { $fh = fopen($file, "rb"); } + else $tempfh = false; + fseek($fh, $ptr); + $c = array(); + $tb_offset = $this->read_short($fh); // First entry = Offset to Text buffer 2 bytes + $c['borderbin'] = fread($fh,186); // border details 186 bytes + $maindatalen = $this->read_short($fh); // Length of Main data (2 bytes) + $str = fread($fh,$maindatalen ); // Main data + $data = unpack("ncolspan/nrowspan/ds/dmaxs/dnmaw/dnmiw/dpl/dpr/dpt/dpb/ddfs/dw/dh/dabsmiw/dmaw/dmiw/dmih/dx0/dw0/dy0/dh0/A1a/A1va/nnowrap/nwpercent/sR/A32bgcol/A128grad/nbgimage", $str); + + if ($data['colspan']>0) $c['colspan'] = $data['colspan']; /* n */ + if ($data['rowspan']>0) $c['rowspan'] = $data['rowspan']; /* n */ + $c['s'] = $data['s']; /* d NB machine-dependent size */ + $c['maxs'] = $data['maxs']; /* d NB machine-dependent size */ + if ($data['nmaw']>0) $c['nestedmaw'] = $data['nmaw']; /* d NB machine-dependent size */ + if ($data['nmiw']>0) $c['nestedmiw'] = $data['nmiw']; /* d NB machine-dependent size */ + $c['padding']['L'] = $data['pl']; /* d NB machine-dependent size */ + $c['padding']['R'] = $data['pr']; /* d NB machine-dependent size */ + $c['padding']['T'] = $data['pt']; /* d NB machine-dependent size */ + $c['padding']['B'] = $data['pb']; /* d NB machine-dependent size */ + $c['dfs'] = $data['dfs']; /* d NB machine-dependent size */ + if ($data['w']>=0) $c['w'] = $data['w']; /* d NB machine-dependent size */ + if ($data['h']>0) $c['h'] = $data['h']; /* d NB machine-dependent size */ + if ($data['absmiw']>0) $c['absmiw'] = $data['absmiw']; /* d NB machine-dependent size */ + if ($data['maw']>0) $c['maw'] = $data['maw']; /* d NB machine-dependent size */ + if ($data['miw']>0) $c['miw'] = $data['miw']; /* d NB machine-dependent size */ + if ($data['mih']>0) $c['mih'] = $data['mih']; /* d NB machine-dependent size */ + if ($data['w0']>=0) { $c['w0'] = $data['w0']; /* d NB machine-dependent size */ + $c['x0'] = $data['x0']; } /* d NB machine-dependent size */ + if ($data['h0']>=0) { $c['h0'] = $data['h0']; /* d NB machine-dependent size */ + $c['y0'] = $data['y0']; } /* d NB machine-dependent size */ + $c['a'] = trim($data['a']); /* A1 */ + $c['va'] = trim($data['va']); /* A1 */ + if ($data['nowrap']) $c['nowrap'] = $data['nowrap']; /* 1 or blank n */ + else $c['nowrap'] = false; + if ($data['wpercent']>0) $c['wpercent'] = $data['wpercent']; /* 0 - 100 n */ + if ($data['R']<>0) $c['R'] = $data['R']; /* 90 or -90 s */ + else $c['R'] = false; + $c['bgcolor'] = trim($data['bgcol']); /* A32 */ + if (trim($data['grad'])) + $c['gradient'] = trim($data['grad']); /* A128 */ + else $c['gradient'] = false; + if ($data['bgimage']>0) { + $bgidata = substr($str, ($data['bgimage']+2)); + $c['background-image'] = unpack("nimage_id/dorig_w/dorig_h/A6x_pos/A6y_pos/nx_repeat/ny_repeat/nresize/dopacity/A4itype/A128gradient", $bgidata); + } + + $tblen = $this->read_short($fh); // Length of Textbuffer + $tbsp = fread($fh,$tblen); // Textbuffer (serialised and packed) + $tbs = unpack("A".$tblen."textbuffer",$tbsp); // Textbuffer unpacked + $c['textbuffer'] = unserialize(trim($tbs['textbuffer'])); // Textbuffer unserialized + + if ($tempfh) { fclose($fh); } + return ($c); +} +function read_short(&$fh) { + $s = fread($fh,2); + $a = (ord($s[0])<<8) + ord($s[1]); + if ($a & (1 << 15) ) { + $a = ($a - (1 << 16)); + } + return $a; +} +function _backupCacheFiles() { + foreach($this->table AS $lvl=>$t) { + foreach($this->table[$lvl] AS $c=>$t2) { +///////////////////////////if (!file_exists($t2['cache'])) { echo $lvl; echo $c; print_r($this->table); exit; } + copy( $t2['cache'], $t2['cache'].'.bak'); + } + } +} +function _restoreCacheFiles() { + foreach($this->table AS $lvl=>$t) { + foreach($this->table[$lvl] AS $c=>$t2) { + copy( $t2['cache'].'.bak', $t2['cache']); + } + } +} + + +function _packCellBorder($cell) { + if (!is_array($cell) || !isset($cell)) { return ''; } + + if (!$this->packTableData) { return $cell; } + // = 186 bytes + $bindata = pack("nnda6A10nnda6A10nnda6A10nnda6A10nd9", + $cell['border'], + $cell['border_details']['R']['s'], + $cell['border_details']['R']['w'], + $cell['border_details']['R']['c'], + $cell['border_details']['R']['style'], + $cell['border_details']['R']['dom'], + + $cell['border_details']['L']['s'], + $cell['border_details']['L']['w'], + $cell['border_details']['L']['c'], + $cell['border_details']['L']['style'], + $cell['border_details']['L']['dom'], + + $cell['border_details']['T']['s'], + $cell['border_details']['T']['w'], + $cell['border_details']['T']['c'], + $cell['border_details']['T']['style'], + $cell['border_details']['T']['dom'], + + $cell['border_details']['B']['s'], + $cell['border_details']['B']['w'], + $cell['border_details']['B']['c'], + $cell['border_details']['B']['style'], + $cell['border_details']['B']['dom'], + + $cell['border_details']['mbw']['BL'], + $cell['border_details']['mbw']['BR'], + $cell['border_details']['mbw']['RT'], + $cell['border_details']['mbw']['RB'], + $cell['border_details']['mbw']['TL'], + $cell['border_details']['mbw']['TR'], + $cell['border_details']['mbw']['LT'], + $cell['border_details']['mbw']['LB'], + + $cell['border_details']['cellposdom'] + ); + return $bindata; +} + + + +function _getBorderWidths($bindata) { + if (!$bindata) { return array(0,0,0,0); } + if (!$this->packTableData) { return array($bindata['border_details']['T']['w'], $bindata['border_details']['R']['w'], $bindata['border_details']['B']['w'], $bindata['border_details']['L']['w']); } + + $bd = unpack("nbord/nrs/drw/a6rca/A10rst/nrd/nls/dlw/a6lca/A10lst/nld/nts/dtw/a6tca/A10tst/ntd/nbs/dbw/a6bca/A10bst/nbd/dmbl/dmbr/dmrt/dmrb/dmtl/dmtr/dmlt/dmlb/dcpd", $bindata); + $cell['border_details']['R']['w'] = $bd['rw']; + $cell['border_details']['L']['w'] = $bd['lw']; + $cell['border_details']['T']['w'] = $bd['tw']; + $cell['border_details']['B']['w'] = $bd['bw']; + return array($bd['tw'], $bd['rw'], $bd['bw'], $bd['lw']); +} + + +function _unpackCellBorder($bindata) { + if (!$bindata) { return array(); } + if (!$this->packTableData) { return $bindata; } + + $bd = unpack("nbord/nrs/drw/a6rca/A10rst/nrd/nls/dlw/a6lca/A10lst/nld/nts/dtw/a6tca/A10tst/ntd/nbs/dbw/a6bca/A10bst/nbd/dmbl/dmbr/dmrt/dmrb/dmtl/dmtr/dmlt/dmlb/dcpd", $bindata); + + $cell['border'] = $bd['bord']; + $cell['border_details']['R']['s'] = $bd['rs']; + $cell['border_details']['R']['w'] = $bd['rw']; + $cell['border_details']['R']['c'] = $bd['rca']; + $cell['border_details']['R']['style'] = trim($bd['rst']); + $cell['border_details']['R']['dom'] = $bd['rd']; + + $cell['border_details']['L']['s'] = $bd['ls']; + $cell['border_details']['L']['w'] = $bd['lw']; + $cell['border_details']['L']['c'] = $bd['lca']; + $cell['border_details']['L']['style'] = trim($bd['lst']); + $cell['border_details']['L']['dom'] = $bd['ld']; + + $cell['border_details']['T']['s'] = $bd['ts']; + $cell['border_details']['T']['w'] = $bd['tw']; + $cell['border_details']['T']['c'] = $bd['tca']; + $cell['border_details']['T']['style'] = trim($bd['tst']); + $cell['border_details']['T']['dom'] = $bd['td']; + + $cell['border_details']['B']['s'] = $bd['bs']; + $cell['border_details']['B']['w'] = $bd['bw']; + $cell['border_details']['B']['c'] = $bd['bca']; + $cell['border_details']['B']['style'] = trim($bd['bst']); + $cell['border_details']['B']['dom'] = $bd['bd']; + + $cell['border_details']['mbw']['BL'] = $bd['mbl']; + $cell['border_details']['mbw']['BR'] = $bd['mbr']; + $cell['border_details']['mbw']['RT'] = $bd['mrt']; + $cell['border_details']['mbw']['RB'] = $bd['mrb']; + $cell['border_details']['mbw']['TL'] = $bd['mtl']; + $cell['border_details']['mbw']['TR'] = $bd['mtr']; + $cell['border_details']['mbw']['LT'] = $bd['mlt']; + $cell['border_details']['mbw']['LB'] = $bd['mlb']; + $cell['border_details']['cellposdom'] = $bd['cpd']; + + return($cell); +} + + +////////////////////////TABLE CODE (from PDFTable)///////////////////////////////////// +////////////////////////TABLE CODE (from PDFTable)///////////////////////////////////// +////////////////////////TABLE CODE (from PDFTable)///////////////////////////////////// +//table Array of (w, h, bc, nr, wc, hr, cells) +//w Width of table +//h Height of table +//nc Number column +//nr Number row +//hr List of height of each row +//wc List of width of each column +//cells List of cells of each rows, cells[i][j] is a cell in the table +function _tableColumnWidth(&$table,$firstpass=false){ + $cs = &$table['cells']; + + $nc = $table['nc']; + $nr = $table['nr']; + $listspan = array(); + + if ($table['borders_separate']) { + $tblbw = $table['border_details']['L']['w'] + $table['border_details']['R']['w'] + $table['margin']['L'] + $table['margin']['R'] + $table['padding']['L'] + $table['padding']['R'] + $table['border_spacing_H']; + } + else { $tblbw = $table['max_cell_border_width']['L']/2 + $table['max_cell_border_width']['R']/2 + $table['margin']['L'] + $table['margin']['R']; } + + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + else { $fh = null; } + + // ADDED table['l'][colno] + // = total length of text approx (using $c['s']) in that column - used to approximately distribute col widths in _tableWidth + // + for($j = 0 ; $j < $nc ; $j++ ) { //columns + $wc = &$table['wc'][$j]; + for($i = 0 ; $i < $nr ; $i++ ) { //rows + if (isset($cs[$i][$j]) && $cs[$i][$j]) { + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $c = &$cs[$i][$j]; + + if ($this->simpleTables){ + if ($table['borders_separate']) { // NB twice border width + $extrcw = $table['simple']['border_details']['L']['w'] + $table['simple']['border_details']['R']['w'] + $c['padding']['L'] + $c['padding']['R'] + $table['border_spacing_H']; + } + else { + $extrcw = $table['simple']['border_details']['L']['w']/2 + $table['simple']['border_details']['R']['w']/2 + $c['padding']['L'] + $c['padding']['R']; + } + } + else { + if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($c['borderbin']); + } + else { + $br = $c['border_details']['R']['w']; + $bl = $c['border_details']['L']['w']; + } + if ($table['borders_separate']) { // NB twice border width + $extrcw = $bl + $br + $c['padding']['L'] + $c['padding']['R'] + $table['border_spacing_H']; + } + else { + $extrcw = $bl/2 + $br/2 + $c['padding']['L'] + $c['padding']['R']; + } + } + + //$mw = $this->GetStringWidth('W') + $extrcw ; + $mw = 0; + // mPDF 5.6.13 Decimal point alignment + if(substr($c['a'],0,1) == 'D') { + $mw = $table['decimal_align'][$j]['maxs0'] + $table['decimal_align'][$j]['maxs1'] + $extrcw ; + } + + $c['absmiw'] = $mw; + + if (isset($c['R']) && $c['R']) { + $c['maw'] = $c['miw'] = $this->FontSize + $extrcw ; + if (isset($c['w'])) { // If cell width is specified + if ($c['miw'] <$c['w']) { $c['miw'] = $c['w']; } + } + if (!isset($c['colspan'])) { + if ($wc['miw'] < $c['miw']) { $wc['miw'] = $c['miw']; } + if ($wc['maw'] < $c['maw']) { $wc['maw'] = $c['maw']; } + + if ($firstpass) { + if (isset($table['l'][$j]) ) { + $table['l'][$j] += $c['miw'] ; + } + else { + $table['l'][$j] = $c['miw'] ; + } + } + } + if ($c['miw'] > $wc['miw']) { $wc['miw'] = $c['miw']; } + if ($wc['miw'] > $wc['maw']) { $wc['maw'] = $wc['miw']; } + continue; + } + + if ($firstpass) { + if (isset($c['s'])) { $c['s'] += $extrcw; } + if (isset($c['maxs'])) { $c['maxs'] += $extrcw; } + if (isset($c['nestedmiw'])) { $c['nestedmiw'] += $extrcw; } + if (isset($c['nestedmaw'])) { $c['nestedmaw'] += $extrcw; } + } + + + // If minimum width has already been set by a nested table or inline object (image/form), use it + if (isset($c['nestedmiw']) && $this->table[1][1]['overflow']!='visible') { $miw = $c['nestedmiw']; } + else { $miw = $mw; } + + if (isset($c['maxs']) && $c['maxs'] != '') { $c['s'] = $c['maxs']; } + + // If maximum width has already been set by a nested table, use it + if (isset($c['nestedmaw'])) { $c['maw'] = $c['nestedmaw']; } + else $c['maw'] = $c['s']; + + if (isset($table['overflow']) && $table['overflow']=='visible' && $table['level']==1) { + if (($c['maw'] + $tblbw) > $this->blk[$this->blklvl]['inner_width']) { + $c['maw'] = $this->blk[$this->blklvl]['inner_width'] - $tblbw; + } + } + + if (isset($c['nowrap']) && $c['nowrap']) { $miw = $c['maw']; } + + if (isset($c['wpercent']) && $firstpass) { + if (isset($c['colspan'])) { // Not perfect - but % set on colspan is shared equally on cols. + for($k=0;$k<$c['colspan'];$k++) { + $table['wc'][($j+$k)]['wpercent'] = $c['wpercent'] / $c['colspan']; + } + } + else { + if (isset($table['w']) && $table['w']) { $c['w'] = $c['wpercent']/100 * ($table['w'] - $tblbw ); } + $wc['wpercent'] = $c['wpercent']; + } + } + + if (isset($table['overflow']) && $table['overflow']=='visible' && $table['level']==1) { + if (($c['w'] + $tblbw) > $this->blk[$this->blklvl]['inner_width']) { + $c['w'] = $this->blk[$this->blklvl]['inner_width'] - $tblbw; + } + } + + + if (isset($c['w'])) { // If cell width is specified + if ($miw<$c['w']) { $c['miw'] = $c['w']; } // Cell min width = that specified + if ($miw>$c['w']) { $c['miw'] = $c['w'] = $miw; } // If width specified is less than minimum allowed (W) increase it + if (!isset($wc['w'])) { $wc['w'] = 1; } // If the Col width is not specified = set it to 1 + + } + else { $c['miw'] = $miw; } // If cell width not specified -> set Cell min width it to minimum allowed (W) + + if ($c['maw'] < $c['miw']) { $c['maw'] = $c['miw']; } // If Cell max width < Minwidth - increase it to = + if (!isset($c['colspan'])) { + if ($wc['miw'] < $c['miw']) { $wc['miw'] = $c['miw']; } // Update Col Minimum and maximum widths + if ($wc['maw'] < $c['maw']) { $wc['maw'] = $c['maw']; } + if ((isset($wc['absmiw']) && $wc['absmiw'] < $c['absmiw']) || !isset($wc['absmiw'])) { $wc['absmiw'] = $c['absmiw']; } // Update Col Minimum and maximum widths + + if (isset($table['l'][$j]) ) { + $table['l'][$j] += $c['s']; + } + else { + $table['l'][$j] = $c['s']; + } + + } + else { + $listspan[] = array($i,$j); + } + + //Check if minimum width of the whole column is big enough for largest word to fit + if (isset($c['textbuffer']) && (!isset($table['overflow']) || $table['overflow']!='wrap')) { // mPDF 5.5.11 + $minwidth = $this->TableCheckMinWidth($wc['miw']- $extrcw ,0,$c['textbuffer']); + } + else { $minwidth = 0; } + if ($minwidth < 0) { + //increase minimum width + if (!isset($c['colspan'])) { + $wc['miw'] = max($wc['miw'],((-$minwidth) + $extrcw) ); + } + else { + $c['miw'] = max($c['miw'],((-$minwidth) + $extrcw) ); + } + } + if (!isset($c['colspan'])) { + if ($wc['miw'] > $wc['maw']) { $wc['maw'] = $wc['miw']; } //update maximum width, if needed + } + if ($this->cacheTables) { + $this->_cacheCell($c, '', "W", $fh, $table['cells'][$i][$j]); + } + } + unset($c); + }//rows + }//columns + + + // COLUMN SPANS + $wc = &$table['wc']; + foreach ($listspan as $span) { + list($i,$j) = $span; + if ($this->cacheTables) { + $c = $this->_uncacheCell($cs[$i][$j], '', $fh); + } + else + $c = &$cs[$i][$j]; + $lc = $j + $c['colspan']; + if ($lc > $nc) { $lc = $nc; } + $wis = $wisa = 0; + $was = $wasa = 0; + $list = array(); + for($k=$j;$k<$lc;$k++) { + if (isset($table['l'][$k]) ) { + if ($c['R']) { $table['l'][$k] += $c['miw']/$c['colspan'] ; } + else { $table['l'][$k] += $c['s']/$c['colspan']; } + } + else { + if ($c['R']) { $table['l'][$k] = $c['miw']/$c['colspan'] ; } + else { $table['l'][$k] = $c['s']/$c['colspan']; } + } + $wis += $wc[$k]['miw']; + $was += $wc[$k]['maw']; + if (!isset($c['w'])) { + $list[] = $k; + $wisa += $wc[$k]['miw']; + $wasa += $wc[$k]['maw']; + } + } + if ($c['miw'] > $wis) { + if (!$wis) { + for($k=$j;$k<$lc;$k++) { $wc[$k]['miw'] = $c['miw']/$c['colspan']; } + } + else if (!count($list)) { + $wi = $c['miw'] - $wis; + for($k=$j;$k<$lc;$k++) { $wc[$k]['miw'] += ($wc[$k]['miw']/$wis)*$wi; } + } + else { + $wi = $c['miw'] - $wis; + foreach ($list as $k) { $wc[$k]['miw'] += ($wc[$k]['miw']/$wisa)*$wi; } + } + } + if ($c['maw'] > $was) { + if (!$wis) { + for($k=$j;$k<$lc;$k++) { $wc[$k]['maw'] = $c['maw']/$c['colspan']; } + } + else if (!count($list)) { + $wi = $c['maw'] - $was; + for($k=$j;$k<$lc;$k++) { $wc[$k]['maw'] += ($wc[$k]['maw']/$was)*$wi; } + } + else { + $wi = $c['maw'] - $was; + foreach ($list as $k) { $wc[$k]['maw'] += ($wc[$k]['maw']/$wasa)*$wi; } + } + } + unset($c); + } + + if ($this->cacheTables) { fclose($fh); } + + $checkminwidth = 0; + $checkmaxwidth = 0; + $totallength = 0; + + for( $i = 0 ; $i < $nc ; $i++ ) { + $checkminwidth += $table['wc'][$i]['miw']; + $checkmaxwidth += $table['wc'][$i]['maw']; + $totallength += $table['l'][$i]; + } + + if (!isset($table['w']) && $firstpass) { + $sumpc = 0; + $notset = 0; + for( $i = 0 ; $i < $nc ; $i++ ) { + if (isset($table['wc'][$i]['wpercent']) && $table['wc'][$i]['wpercent']) { + $sumpc += $table['wc'][$i]['wpercent']; + } + else { $notset++; } + } + + // If sum of widths as % >= 100% and not all columns are set + // Set a nominal width of 1% for unset columns + if ($sumpc >= 100 && $notset) { + for( $i = 0 ; $i < $nc ; $i++ ) { + if ((!isset($table['wc'][$i]['wpercent']) || !$table['wc'][$i]['wpercent']) && + (!isset($table['wc'][$i]['w']) || !$table['wc'][$i]['w'])) { + $table['wc'][$i]['wpercent'] = 1; + } + } + } + + + if ($sumpc) { // if any percents are set + $sumnonpc = (100 - $sumpc); + $sumpc = max($sumpc,100); + $miwleft = 0; + $miwleftcount = 0; + $miwsurplusnonpc = 0; + $maxcalcmiw = 0; + $mawleft = 0; + $mawleftcount = 0; + $mawsurplusnonpc = 0; + $maxcalcmaw = 0; + for( $i = 0 ; $i < $nc ; $i++ ) { + if (isset($table['wc'][$i]['wpercent'])) { + $maxcalcmiw = max($maxcalcmiw, ($table['wc'][$i]['miw'] * $sumpc /$table['wc'][$i]['wpercent']) ); + $maxcalcmaw = max($maxcalcmaw, ($table['wc'][$i]['maw'] * $sumpc /$table['wc'][$i]['wpercent']) ); + } + else { + $miwleft += $table['wc'][$i]['miw']; + $mawleft += $table['wc'][$i]['maw']; + if (!isset($table['wc'][$i]['w'])) { $miwleftcount++; $mawleftcount++; } + } + } + if ($miwleft && $sumnonpc > 0) { $miwnon = $miwleft * 100 / $sumnonpc; } + if ($mawleft && $sumnonpc > 0) { $mawnon = $mawleft * 100 / $sumnonpc; } + if (($miwnon > $checkminwidth || $maxcalcmiw > $checkminwidth) && $this->keep_table_proportions) { + if ($miwnon > $maxcalcmiw) { + $miwsurplusnonpc = round((($miwnon * $sumnonpc / 100) - $miwleft),3); + $checkminwidth = $miwnon; + } + else { $checkminwidth = $maxcalcmiw; } + for( $i = 0 ; $i < $nc ; $i++ ) { + if (isset($table['wc'][$i]['wpercent'])) { + $newmiw = $checkminwidth * $table['wc'][$i]['wpercent']/100; + if ($table['wc'][$i]['miw'] < $newmiw) { + $table['wc'][$i]['miw'] = $newmiw; + } + $table['wc'][$i]['w'] = 1; + } + else if ($miwsurplusnonpc && !$table['wc'][$i]['w']) { + $table['wc'][$i]['miw'] += $miwsurplusnonpc / $miwleftcount; + } + } + } + if (($mawnon > $checkmaxwidth || $maxcalcmaw > $checkmaxwidth )) { + if ($mawnon > $maxcalcmaw) { + $mawsurplusnonpc = round((($mawnon * $sumnonpc / 100) - $mawleft),3); + $checkmaxwidth = $mawnon; + } + else { $checkmaxwidth = $maxcalcmaw; } + for( $i = 0 ; $i < $nc ; $i++ ) { + if (isset($table['wc'][$i]['wpercent'])) { + $newmaw = $checkmaxwidth * $table['wc'][$i]['wpercent']/100; + if ($table['wc'][$i]['maw'] < $newmaw) { + $table['wc'][$i]['maw'] = $newmaw; + } + $table['wc'][$i]['w'] = 1; + } + else if ($mawsurplusnonpc && !$table['wc'][$i]['w']) { + $table['wc'][$i]['maw'] += $mawsurplusnonpc / $mawleftcount; + } + if ($table['wc'][$i]['maw'] < $table['wc'][$i]['miw']) { $table['wc'][$i]['maw'] = $table['wc'][$i]['miw']; } + } + } + if ($checkminwidth > $checkmaxwidth) { $checkmaxwidth = $checkminwidth; } + } + } + + if (isset($table['wpercent']) && $table['wpercent']) { + $checkminwidth *= (100 / $table['wpercent']); + $checkmaxwidth *= (100 / $table['wpercent']); + } + + + $checkminwidth += $tblbw ; + $checkmaxwidth += $tblbw ; + + // Table['miw'] set by percent in first pass may be larger than sum of column miw + if ((isset($table['miw']) && $checkminwidth > $table['miw']) || !isset($table['miw'])) { $table['miw'] = $checkminwidth; } + if ((isset($table['maw']) && $checkmaxwidth > $table['maw']) || !isset($table['maw'])) { $table['maw'] = $checkmaxwidth; } + $table['tl'] = $totallength ; + + + if (!$this->tableCJK) { + if ($this->table_rotate) { + $mxw = $this->tbrot_maxw; + } + else { + $mxw = $this->blk[$this->blklvl]['inner_width']; + } + if(!isset($table['overflow'])) { $table['overflow'] = null; } + if ($table['overflow']=='visible') { + return array(0,0); + } + else if ($table['overflow']=='hidden' && !$this->table_rotate && !$this->ColActive && $checkminwidth > $mxw) { + $table['w'] = $table['miw']; + return array(0,0); + } + else if ($table['overflow']=='wrap') { return array(0,0); } + + if (isset($table['w']) && $table['w'] ) { + if ($table['w'] >= $checkminwidth && $table['w'] <= $mxw) { $table['maw'] = $mxw = $table['w']; } + else if ($table['w'] >= $checkminwidth && $table['w'] > $mxw && $this->keep_table_proportions) { $checkminwidth = $table['w']; } + else { + unset($table['w']); + } + } + $ratio = $checkminwidth/$mxw; + if ($checkminwidth > $mxw) { return array(($ratio +0.001),$checkminwidth); } // 0.001 to allow for rounded numbers when resizing + } + unset($cs); + return array(0,0); +} + + + +function _tableWidth(&$table){ + $widthcols = &$table['wc']; + $numcols = $table['nc']; + $tablewidth = 0; + if ($table['borders_separate']) { + $tblbw = $table['border_details']['L']['w'] + $table['border_details']['R']['w'] + $table['margin']['L'] + $table['margin']['R'] + $table['padding']['L'] + $table['padding']['R'] + $table['border_spacing_H']; + } + else { $tblbw = $table['max_cell_border_width']['L']/2 + $table['max_cell_border_width']['R']/2 + $table['margin']['L'] + $table['margin']['R']; } + + if ($table['level']>1 && isset($table['w'])) { + if (isset($table['wpercent']) && $table['wpercent']) { + $table['w'] = $temppgwidth = (($table['w']-$tblbw) * $table['wpercent'] / 100) + $tblbw ; + } + else { + $temppgwidth = $table['w'] ; + } + } + else if ($this->table_rotate) { + $temppgwidth = $this->tbrot_maxw; + // If it is less than 1/20th of the remaining page height to finish the DIV (i.e. DIV padding + table bottom margin) + // then allow for this + $enddiv = $this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['border_bottom']['w']; + if ($enddiv/$temppgwidth <0.05) { $temppgwidth -= $enddiv; } + } + else { + if (isset($table['w']) && $table['w']< $this->blk[$this->blklvl]['inner_width']) { + $notfullwidth = 1; + $temppgwidth = $table['w'] ; + } + else if ($table['overflow']=='visible' && $table['level'] ==1) { + $temppgwidth = null; + } + else if ($table['overflow']=='hidden' && !$this->ColActive && isset($table['w']) && $table['w'] > $this->blk[$this->blklvl]['inner_width'] && $table['w']==$table['miw']) { + //$temppgwidth = $this->blk[$this->blklvl]['inner_width']; + $temppgwidth = $table['w'] ; + } + else { $temppgwidth = $this->blk[$this->blklvl]['inner_width']; } + } + + + $totaltextlength = 0; // Added - to sum $table['l'][colno] + $totalatextlength = 0; // Added - to sum $table['l'][colno] for those columns where width not set + $percentages_set = 0; + for ( $i = 0 ; $i < $numcols ; $i++ ) { + if (isset($widthcols[$i]['wpercent'])) { $tablewidth += $widthcols[$i]['maw']; $percentages_set = 1; } + else if (isset($widthcols[$i]['w'])) { $tablewidth += $widthcols[$i]['miw']; } + else { $tablewidth += $widthcols[$i]['maw']; } + $totaltextlength += $table['l'][$i]; + } + if (!$totaltextlength) { $totaltextlength =1; } + $tablewidth += $tblbw; // Outer half of table borders + + if ($tablewidth > $temppgwidth) { + $table['w'] = $temppgwidth; + } + // if any widths set as percentages and max width fits < page width + else if ($tablewidth < $temppgwidth && !isset($table['w']) && $percentages_set) { + $table['w'] = $table['maw']; + } + // if table width is set and is > allowed width + if (isset($table['w']) && $table['w'] > $temppgwidth) { $table['w'] = $temppgwidth; } + // IF the table width is now set - Need to distribute columns widths + if (isset($table['w'])) { + $wis = $wisa = 0; + $list = array(); + $notsetlist = array(); + for( $i = 0 ; $i < $numcols ; $i++ ) { + $wis += $widthcols[$i]['miw']; + if (!isset($widthcols[$i]['w']) || ($widthcols[$i]['w'] && $table['w'] > $temppgwidth && !$this->keep_table_proportions && !$notfullwidth )){ + $list[] = $i; + $wisa += $widthcols[$i]['miw']; + $totalatextlength += $table['l'][$i]; + } + } + if (!$totalatextlength) { $totalatextlength =1; } + + // Allocate spare (more than col's minimum width) across the cols according to their approx total text length + // Do it by setting minimum width here + if ($table['w'] > $wis + $tblbw) { + // First set any cell widths set as percentages + if ($table['w'] < $temppgwidth || $this->keep_table_proportions) { + for($k=0;$k<$numcols;$k++) { + if (isset($widthcols[$k]['wpercent'])) { + $curr = $widthcols[$k]['miw']; + $widthcols[$k]['miw'] = ($table['w']-$tblbw) * $widthcols[$k]['wpercent']/100; + $wis += $widthcols[$k]['miw'] - $curr; + $wisa += $widthcols[$k]['miw'] - $curr; + } + } + } + // Now allocate surplus up to maximum width of each column + $surplus = 0; $ttl = 0; // number of surplus columns + if (!count($list)) { + $wi = ($table['w']-($wis + $tblbw)); // i.e. extra space to distribute + for($k=0;$k<$numcols;$k++) { + $spareratio = ($table['l'][$k] / $totaltextlength); // gives ratio to divide up free space + // Don't allocate more than Maximum required width - save rest in surplus + if ($widthcols[$k]['miw'] + ($wi * $spareratio) > $widthcols[$k]['maw']) { + $surplus += ($wi * $spareratio) - ($widthcols[$k]['maw']-$widthcols[$k]['miw']); + $widthcols[$k]['miw'] = $widthcols[$k]['maw']; + } + else { + $notsetlist[] = $k; + $ttl += $table['l'][$k]; + $widthcols[$k]['miw'] += ($wi * $spareratio); + } + + } + } + else { + $wi = ($table['w'] - ($wis + $tblbw)); // i.e. extra space to distribute + foreach ($list as $k) { + $spareratio = ($table['l'][$k] / $totalatextlength); // gives ratio to divide up free space + // Don't allocate more than Maximum required width - save rest in surplus + if ($widthcols[$k]['miw'] + ($wi * $spareratio) > $widthcols[$k]['maw']) { + $surplus += ($wi * $spareratio) - ($widthcols[$k]['maw']-$widthcols[$k]['miw']); + $widthcols[$k]['miw'] = $widthcols[$k]['maw']; + } + else { + $notsetlist[] = $k; + $ttl += $table['l'][$k]; + $widthcols[$k]['miw'] += ($wi * $spareratio); + } + } + } + // If surplus still left over apportion it across columns + if ($surplus) { + // if some are set only add to remaining - otherwise add to all of them + if (count($notsetlist) && count($notsetlist) < $numcols) { + foreach ($notsetlist AS $i) { + if ($ttl) $widthcols[$i]['miw'] += $surplus * $table['l'][$i] / $ttl ; + } + } + // If some widths are defined, and others have been added up to their maxmum + else if (count($list) && count($list) < $numcols) { + foreach ($list AS $i) { + $widthcols[$i]['miw'] += $surplus / count($list) ; + } + } + else if ($numcols) { // If all columns + $ttl = array_sum($table['l']); + for ($i=0;$i<$numcols;$i++) { + $widthcols[$i]['miw'] += $surplus * $table['l'][$i] / $ttl; + } + } + } + + } + + // This sets the columns all to minimum width (which has been increased above if appropriate) + for ($i=0;$i<$numcols;$i++) { + $widthcols[$i] = $widthcols[$i]['miw']; + } + + // TABLE NOT WIDE ENOUGH EVEN FOR MINIMUM CONTENT WIDTH + // If sum of column widths set are too wide for table + $checktablewidth = 0; + for ( $i = 0 ; $i < $numcols ; $i++ ) { + $checktablewidth += $widthcols[$i]; + } + if ($checktablewidth > ($temppgwidth + 0.001 - $tblbw)) { + $usedup = 0; $numleft = 0; + for ($i=0;$i<$numcols;$i++) { + if ((isset($widthcols[$i]) && $widthcols[$i] > (($temppgwidth - $tblbw) / $numcols)) && (!isset($widthcols[$i]['w']))) { + $numleft++; + unset($widthcols[$i]); + } + else { $usedup += $widthcols[$i]; } + } + for ($i=0;$i<$numcols;$i++) { + if (!isset($widthcols[$i]) || !$widthcols[$i]) { + $widthcols[$i] = ((($temppgwidth - $tblbw) - $usedup)/ ($numleft)); + } + } + } + + } + else { //table has no width defined + $table['w'] = $tablewidth; + for ( $i = 0 ; $i < $numcols ; $i++) { + if (isset($widthcols[$i]['wpercent']) && $this->keep_table_proportions) { $colwidth = $widthcols[$i]['maw']; } + else if (isset($widthcols[$i]['w'])) { $colwidth = $widthcols[$i]['miw']; } + else { $colwidth = $widthcols[$i]['maw']; } + unset($widthcols[$i]); + $widthcols[$i] = $colwidth; + } + } + + if ($table['overflow']=='visible' && $table['level'] ==1) { + if ($tablewidth > $this->blk[$this->blklvl]['inner_width']) { + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + else { $fh = null; } + for ($j = 0 ; $j < $numcols; $j++) { //columns + for ($i = 0 ; $i < $table['nr']; $i++) { //rows + if (isset($table['cells'][$i][$j]) && $table['cells'][$i][$j]) { + if ($this->cacheTables) { + $cc = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + $colspan = $cc['colspan']; + } + else + $colspan = $table['cells'][$i][$j]['colspan']; + if ($colspan > 1) { + $w = 0; + for ($c = $j; $c < ($j + $colspan); $c++) { + $w += $widthcols[$c]; + } + if ($w > $this->blk[$this->blklvl]['inner_width']) { + $diff = $w - ($this->blk[$this->blklvl]['inner_width'] - $tblbw); + for ($c = $j; $c < ($j + $colspan); $c++) { + $widthcols[$c] -= $diff * ($widthcols[$c]/$w); + } + $table['w'] -= $diff; + $table['csp'][$j] = $w - $diff; + } + } + } + + } + } + if ($this->cacheTables) { fclose($fh); } + } + $pgNo = 0; + $currWc = 0; + for ($i = 0 ; $i < $numcols; $i++) { //columns + if (isset($table['csp'][$i])) { + $w = $table['csp'][$i]; + unset($table['csp'][$i]); + } + else { $w = $widthcols[$i]; } + if (($currWc + $w + $tblbw) > $this->blk[$this->blklvl]['inner_width']) { + $pgNo++; + $currWc = $widthcols[$i] ; + } + else { $currWc += $widthcols[$i] ; } + $table['colPg'][$i] = $pgNo; + } + } +} + + + +function _tableHeight(&$table){ + $level = $table['level']; + $levelid = $table['levelid']; + $cells = &$table['cells']; + $numcols = $table['nc']; + $numrows = $table['nr']; + $listspan = array(); + $checkmaxheight = 0; + $headerrowheight = 0; + $checkmaxheightplus = 0; + $headerrowheightplus = 0; + $firstrowheight = 0; + + $footerrowheight = 0; + $footerrowheightplus = 0; + if ($this->table_rotate) { + $temppgheight = $this->tbrot_maxh; + $remainingpage = $this->tbrot_maxh; + } + else { + $temppgheight = ($this->h - $this->bMargin - $this->tMargin) - $this->kwt_height; + $remainingpage = ($this->h - $this->bMargin - $this->y) - $this->kwt_height; + + // If it is less than 1/20th of the remaining page height to finish the DIV (i.e. DIV padding + table bottom margin) + // then allow for this + $enddiv = $this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['border_bottom']['w'] + $table['margin']['B']; + if ($remainingpage > $enddiv && $enddiv/$remainingpage <0.05) { $remainingpage -= $enddiv; } + else if ($remainingpage == 0) { $remainingpage = 0.001; } + if ($temppgheight > $enddiv && $enddiv/$temppgheight <0.05) { $temppgheight -= $enddiv; } + else if ($temppgheight == 0) { $temppgheight = 0.001; } + } + if ($remainingpage < 0) { $remainingpage = 0.001; } // mPDF 5.6.64 + if ($temppgheight < 0) { $temppgheight = 0.001; } // mPDF 5.6.64 + + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + else { $fh = null; } + + for( $i = 0 ; $i < $numrows ; $i++ ) { //rows + $heightrow = &$table['hr'][$i]; + for( $j = 0 ; $j < $numcols ; $j++ ) { //columns + if (isset($cells[$i][$j]) && $cells[$i][$j]) { + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $c = &$cells[$i][$j]; + + if ($this->simpleTables){ + if ($table['borders_separate']) { // NB twice border width + $extraWLR = ($table['simple']['border_details']['L']['w']+$table['simple']['border_details']['R']['w']) + ($c['padding']['L']+$c['padding']['R'])+$table['border_spacing_H']; + $extrh = ($table['simple']['border_details']['T']['w']+$table['simple']['border_details']['B']['w']) + ($c['padding']['T']+$c['padding']['B'])+$table['border_spacing_V']; + } + else { + $extraWLR = ($table['simple']['border_details']['L']['w']+$table['simple']['border_details']['R']['w'])/2 + ($c['padding']['L']+$c['padding']['R']); + $extrh = ($table['simple']['border_details']['T']['w']+$table['simple']['border_details']['B']['w'])/2 + ($c['padding']['T']+$c['padding']['B']); + } + } + else { + if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($c['borderbin']); + } + else { + $bt = $c['border_details']['T']['w']; + $bb = $c['border_details']['B']['w']; + $br = $c['border_details']['R']['w']; + $bl = $c['border_details']['L']['w']; + } + if ($table['borders_separate']) { // NB twice border width + $extraWLR = $bl + $br + $c['padding']['L'] + $c['padding']['R'] + $table['border_spacing_H']; + $extrh = $bt + $bb + $c['padding']['T'] + $c['padding']['B'] + $table['border_spacing_V']; + } + else { + $extraWLR = $bl/2 + $br/2 + $c['padding']['L'] + $c['padding']['R']; + $extrh = $bt/2 + $bb/2 + $c['padding']['T']+$c['padding']['B']; + } + } + + if ($table['overflow']=='visible' && $level==1) + list($x,$cw) = $this->_splitTableGetWidth($table, $i,$j, $fh); + else + list($x,$cw) = $this->_tableGetWidth($table, $i,$j, $fh); + + // Get CELL HEIGHT + // ++ extra parameter forces wrap to break word + if ($c['R'] && isset($c['textbuffer'])) { // mPDF 5.4.01 + $str = ''; + foreach($c['textbuffer'] AS $t) { $str .= $t[0].' '; } + $str = trim($str); + $s_fs = $this->FontSizePt; + $s_f = $this->FontFamily; + $s_st = $this->FontStyle; + $this->SetFont($c['textbuffer'][0][4],$c['textbuffer'][0][2],$c['textbuffer'][0][11] / $this->shrin_k,true,true); + $tempch = $this->GetStringWidth($str); + if ($c['R'] >= 45 && $c['R'] < 90) { + $tempch = ((sin(deg2rad($c['R']))) * $tempch ) + ((sin(deg2rad($c['R']))) * (($c['textbuffer'][0][11]/_MPDFK) / $this->shrin_k)); + } + $this->SetFont($s_f,$s_st,$s_fs,true,true); + $ch = ($tempch ) + $extrh ; + } + else { + if (isset($c['textbuffer'])) { + $tempch = $this->TableWordWrap(($cw-$extraWLR),1,$c['textbuffer'], $c['dfs']); + } + else { $tempch = 0; } + + // Added cellpadding top and bottom. (Lineheight already adjusted to table_lineheight) + $ch = $tempch + $extrh ; + } + //If height is defined and it is bigger than calculated $ch then update values + if (isset($c['h']) && $c['h'] > $ch) { + $c['mih'] = $ch; //in order to keep valign working + $ch = $c['h']; + } + else $c['mih'] = $ch; + if ($this->cacheTables) { + $this->_cacheUpdateMtx($c, $fh, $table['cells'][$i][$j], 'mih'); + } + if (isset($c['rowspan'])) $listspan[] = array($i,$j); + elseif ($heightrow < $ch) $heightrow = $ch; + + // this is the extra used in _tableWrite to determine whether to trigger a page change + if ($table['borders_separate']) { + if ($i == ($numrows-1) || (isset($c['rowspan']) && ($i+$c['rowspan']) == ($numrows)) ) { + $extra = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; + } + else { + $extra = $table['border_spacing_V']/2; + } + } + else { + if (!$this->simpleTables){ + $extra = $bb/2; + } + else if ($this->simpleTables){ + $extra = $table['simple']['border_details']['B']['w'] /2; + } + } + if (isset($table['is_thead'][$i]) && $table['is_thead'][$i]) { + if ($j==0) { + $headerrowheight += $ch; + $headerrowheightplus += $ch+$extra; + } + } + else if (isset($table['is_tfoot'][$i]) && $table['is_tfoot'][$i]) { + if ($j==0) { + $footerrowheight += $ch; + $footerrowheightplus += $ch+$extra; + } + } + else { + $checkmaxheight = max($checkmaxheight,$ch); + $checkmaxheightplus = max($checkmaxheightplus,$ch+$extra); + } + if ($this->tableLevel==1 && $i == $table['headernrows']) { $firstrowheight = max($ch,$firstrowheight); } + unset($c); + } + }//end of columns + }//end of rows + + $heightrow = &$table['hr']; + foreach ($listspan as $span) { + list($i,$j) = $span; + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $c = &$cells[$i][$j]; + $lr = $i + $c['rowspan']; + if ($lr > $numrows) $lr = $numrows; + $hs = $hsa = 0; + $list = array(); + for($k=$i;$k<$lr;$k++) { + $hs += $heightrow[$k]; + if (!isset($c['h'])) { + $list[] = $k; + $hsa += $heightrow[$k]; + } + } + + if ($table['borders_separate']) { + if ($i == ($numrows-1) || ($i+$c['rowspan']) == ($numrows) ) { + $extra = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; + } + else { + $extra = $table['border_spacing_V']/2; + } + } + else { + if (!$this->simpleTables){ + if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($c['borderbin']); + } + else { + $bb = $c['border_details']['B']['w']; + } + $extra = $bb/2; + } + else if ($this->simpleTables){ + $extra = $table['simple']['border_details']['B']['w'] /2; + } + } + if (!empty($table['is_thead'][$i])) { + $headerrowheight = max($headerrowheight,$hs); + $headerrowheightplus = max($headerrowheightplus,$hs+$extra); + } + else if (!empty($table['is_tfoot'][$i])) { + $footerrowheight = max($footerrowheight,$hs); + $footerrowheightplus = max($footerrowheightplus,$hs+$extra); + } + else { + $checkmaxheight = max($checkmaxheight,$hs); + $checkmaxheightplus = max($checkmaxheightplus,$hs+$extra); + } + if ($this->tableLevel==1 && $i == $table['headernrows']) { $firstrowheight = max($hs,$firstrowheight); } + + if ($c['mih'] > $hs) { + if (!$hs) { + for($k=$i;$k<$lr;$k++) $heightrow[$k] = $c['mih']/$c['rowspan']; + } + elseif (!count($list)) { + $hi = $c['mih'] - $hs; + for($k=$i;$k<$lr;$k++) $heightrow[$k] += ($heightrow[$k]/$hs)*$hi; + } + else { + $hi = $c['mih'] - $hsa; + foreach ($list as $k) $heightrow[$k] += ($heightrow[$k]/$hsa)*$hi; + } + } + unset($c); + + // If rowspans overlap so that one or more rows do not have a height set... + // i.e. for one or more rows, the only cells (explicit) in that row have rowspan>1 + // so heightrow is still == 0 + if ($heightrow[$i]==0) { + // Get row extent to analyse above and below + $top = $i; + foreach ($listspan as $checkspan) { + list($cki,$ckj) = $checkspan; + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$cki][$ckj], '', $fh); + } + else + $c = &$cells[$cki][$ckj]; + if (isset($c['rowspan']) && $c['rowspan']>1) { + if (($cki + $c['rowspan']-1) >= $i) { $top = min($top, $cki); } + } + } + $bottom = $i + $c['rowspan']-1; + // Check for overconstrained conditions + for ($k=$top; $k<=$bottom; $k++) { + // if ['hr'] for any of the others is also 0, then abort (too complicated) + if ($k != $i && $heightrow[$k]==0) { break(1); } + // check again that top and bottom are not crossed by rowspans - or abort (too complicated) + if ($k==$top) { + // ???? take account of colspan as well??? + for( $m = 0 ; $m < $numcols ; $m++ ) { //columns + if (!isset($cells[$k][$m]) || $cells[$k][$m]==0) { + break(2); + } + } + } + else if ($k==$bottom) { + // ???? take account of colspan as well??? + for( $m = 0 ; $m < $numcols ; $m++ ) { //columns + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$k][$m], '', $fh); + } + else + $c = &$cells[$k][$m]; + if (isset($c['rowspan']) && $c['rowspan']>1) { + break(2); + } + } + } + } + // By columns add up col height using ['h'] if set or ['mih'] if not + // Intentionally do not substract border-spacing + $colH = array(); + $extH = 0; + $newhr = array(); + for( $m = 0 ; $m < $numcols ; $m++ ) { //columns + for ($k=$top; $k<=$bottom; $k++) { + if (isset($cells[$k][$m]) && $cells[$k][$m]!=0) { + if ($this->cacheTables) { + $c = $this->_uncacheCell($table['cells'][$k][$m], '', $fh); + } + else + $c = &$cells[$k][$m]; + if (isset($c['h']) && $c['h']) { + $useh = $c['h']; + } + // ???? take account of colspan as well??? + else { + $useh = $c['mih']; + } + $colH[$m] += $useh; + if (!isset($c['rowspan']) || $c['rowspan']<2) { $newhr[$k] = max($newhr[$k], $useh); } + } + } + $extH = max($tabH, $colH[$m]); + } + $newhr[$i] = $extH - array_sum($newhr); + for ($k=$top; $k<=$bottom; $k++) { $heightrow[$k] = $newhr[$k]; } + } + + + unset($c); + } + + $table['h'] = array_sum($heightrow); + unset($heightrow); + + if ($this->cacheTables) { fclose($fh); } + + if ($table['borders_separate']) { + $table['h'] += $table['margin']['T'] + $table['margin']['B'] + $table['border_details']['T']['w'] + $table['border_details']['B']['w'] + $table['border_spacing_V'] + $table['padding']['T'] + $table['padding']['B']; + } + else { + $table['h'] += $table['margin']['T'] + $table['margin']['B'] + $table['max_cell_border_width']['T']/2 + $table['max_cell_border_width']['B']/2; + } + + $maxrowheight = $checkmaxheightplus + $headerrowheightplus + $footerrowheightplus; + $maxfirstrowheight = $firstrowheight + $headerrowheightplus + $footerrowheightplus; // includes thead, 1st row and tfoot + return array($table['h'],$maxrowheight,$temppgheight,$remainingpage,$maxfirstrowheight); +} + +function _tableGetWidth(&$table, $i,$j, $fh){ + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$table['cells'][$i][$j]; + if ($cell) { + if (isset($cell['x0'])) { return array($cell['x0'], $cell['w0']); } + $x = 0; + $widthcols = &$table['wc']; + for( $k = 0 ; $k < $j ; $k++ ) $x += $widthcols[$k]; + $w = $widthcols[$j]; + if (isset($cell['colspan'])) { + for ( $k = $j+$cell['colspan']-1 ; $k > $j ; $k-- ) $w += $widthcols[$k]; + } + $cell['x0'] = $x; + $cell['w0'] = $w; + if ($this->cacheTables) { + $this->_cacheUpdateMtx($cell, $fh, $table['cells'][$i][$j], 'x0'); + } + return array($x, $w); + } + return array(0,0); +} + +function _splitTableGetWidth(&$table, $i,$j, $fh){ + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$table['cells'][$i][$j]; + if ($cell) { + if (isset($cell['x0'])) return array($cell['x0'], $cell['w0']); + $x = 0; + $widthcols = &$table['wc']; + $pg = $table['colPg'][$j]; + for( $k = 0 ; $k < $j ; $k++ ) { + if ($table['colPg'][$k]==$pg) $x += $widthcols[$k]; + } + $w = $widthcols[$j]; + if (isset($cell['colspan'])) { + for ( $k = $j+$cell['colspan']-1 ; $k > $j ; $k-- ) if ($table['colPg'][$k]==$pg) $w += $widthcols[$k]; + } + $cell['x0'] = $x; + $cell['w0'] = $w; + if ($this->cacheTables) { + $this->_cacheUpdateMtx($cell, $fh, $table['cells'][$i][$j], 'x0'); + } + return array($x, $w); + } + return array(0,0); +} + + +function _tableGetHeight(&$table, $i,$j, $fh){ + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$table['cells'][$i][$j]; + if ($cell){ + if (isset($cell['y0'])) return array($cell['y0'], $cell['h0']); + $y = 0; + $heightrow = &$table['hr']; + for ($k=0;$k<$i;$k++) $y += $heightrow[$k]; + $h = $heightrow[$i]; + if (isset($cell['rowspan'])){ + for ($k=$i+$cell['rowspan']-1;$k>$i;$k--) + $h += $heightrow[$k]; + } + $cell['y0'] = $y; + $cell['h0'] = $h; + if ($this->cacheTables) { + $this->_cacheUpdateMtx($cell, $fh, $table['cells'][$i][$j], 'y0'); + } + return array($y, $h); + } + return array(0,0); +} + +function _tableGetMaxRowHeight($table, $row, $fh) { + if ($row==$table['nc']-1) { return $table['hr'][$row]; } + $maxrowheight = $table['hr'][$row]; + for ($i=$row+1;$i<$table['nr'];$i++) { + $cellsset = 0; + for ($j=0;$j<$table['nc'];$j++) { + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + if ($cell) { + if (isset($cell['colspan'])) { $cellsset += $cell['colspan']; } + else $cellsset += 1; + } + } + else { + if ($table['cells'][$i][$j]) { + if (isset($table['cells'][$i][$j]['colspan'])) { $cellsset += $table['cells'][$i][$j]['colspan']; } + else $cellsset += 1; + } + } + } + if ($cellsset == $table['nc']) { return $maxrowheight; } + else { $maxrowheight += $table['hr'][$i]; } + } + return $maxrowheight; +} + + +// CHANGED TO ALLOW TABLE BORDER TO BE SPECIFIED CORRECTLY - added border_details +function _tableRect($x, $y, $w, $h, $bord=-1, $details=array(), $buffer=false, $bSeparate=false, $cort='cell', $tablecorner='', $bsv=0, $bsh=0) { + $cellBorderOverlay = array(); + + if ($bord==-1) { $this->Rect($x, $y, $w, $h); } + else if ($this->simpleTables && ($cort=='cell')) { + $this->SetLineWidth($details['L']['w']); + if ($details['L']['c']) { + $this->SetDColor($details['L']['c']); + } + else { $this->SetDColor($this->ConvertColor(0)); } + $this->SetLineJoin(0); + $this->Rect($x, $y, $w, $h); + } + else if ($bord){ + if (!$bSeparate && $buffer) { + $priority = 'LRTB'; + for($p=0;$p<strlen($priority);$p++) { + $side = $priority[$p]; + $details['p'] = $side ; + + $dom = 0; + if (isset($details[$side]['w'])) { $dom += ($details[$side]['w'] * 100000); } + if (isset($details[$side]['style'])) { $dom += (array_search($details[$side]['style'],$this->borderstyles)*100) ; } + if (isset($details[$side]['dom'])) { $dom += ($details[$side]['dom']*10); } + + // Precedence to darker colours at joins + $coldom = 0; + if (isset($details[$side]['c']) && is_array($details[$side]['c'])) { + if ($details[$side]['c']{0}==3) { // RGB + $coldom = 10-(((ord($details[$side]['c']{1})*1.00)+(ord($details[$side]['c']{2})*1.00)+(ord($details[$side]['c']{3})*1.00))/76.5); + } + } // 10 black - 0 white + if ($coldom) { $dom += $coldom; } + // Lastly precedence to RIGHT and BOTTOM cells at joins + if (isset($details['cellposdom'])) { $dom += $details['cellposdom']; } + + $save = false; + if ($side == 'T' && $this->issetBorder($bord, _BORDER_TOP)) { $cbord = _BORDER_TOP; $save = true; } + else if ($side == 'L' && $this->issetBorder($bord, _BORDER_LEFT)) { $cbord = _BORDER_LEFT; $save = true; } + else if ($side == 'R' && $this->issetBorder($bord, _BORDER_RIGHT)) { $cbord = _BORDER_RIGHT; $save = true; } + else if ($side == 'B' && $this->issetBorder($bord, _BORDER_BOTTOM)) { $cbord = _BORDER_BOTTOM; $save = true; } + + if ($save) { + $this->cellBorderBuffer[] = pack("A16nCnda6A10d14", + str_pad(sprintf("%08.7f", $dom),16,"0",STR_PAD_LEFT), + $cbord, + ord($side), + $details[$side]['s'], + $details[$side]['w'], + $details[$side]['c'], + $details[$side]['style'], + $x, $y, $w, $h, + $details['mbw']['BL'], + $details['mbw']['BR'], + $details['mbw']['RT'], + $details['mbw']['RB'], + $details['mbw']['TL'], + $details['mbw']['TR'], + $details['mbw']['LT'], + $details['mbw']['LB'], + $details['cellposdom'], + 0 + ); + if ($details[$side]['style'] == 'ridge' || $details[$side]['style'] == 'groove' || $details[$side]['style'] == 'inset' || $details[$side]['style'] == 'outset' || $details[$side]['style'] == 'double' ) { + $details[$side]['overlay'] = true; + $this->cellBorderBuffer[] = pack("A16nCnda6A10d14", + str_pad(sprintf("%08.7f", ($dom+4)),16,"0",STR_PAD_LEFT), + $cbord, + ord($side), + $details[$side]['s'], + $details[$side]['w'], + $details[$side]['c'], + $details[$side]['style'], + $x, $y, $w, $h, + $details['mbw']['BL'], + $details['mbw']['BR'], + $details['mbw']['RT'], + $details['mbw']['RB'], + $details['mbw']['TL'], + $details['mbw']['TR'], + $details['mbw']['LT'], + $details['mbw']['LB'], + $details['cellposdom'], + 1 + ); + } + } + } + return; + } + + if (isset($details['p']) && strlen($details['p'])>1) { $priority = $details['p']; } + else { $priority='LTRB'; } + $Tw = 0; + $Rw = 0; + $Bw = 0; + $Lw = 0; + if (isset($details['T']['w'])) { $Tw = $details['T']['w']; } + if (isset($details['R']['w'])) { $Rw = $details['R']['w']; } + if (isset($details['B']['w'])) { $Bw = $details['B']['w']; } + if (isset($details['L']['w'])) { $Lw = $details['L']['w']; } + + $x2 = $x + $w; $y2 = $y + $h; + $oldlinewidth = $this->LineWidth; + + for($p=0;$p<strlen($priority);$p++) { + $side = $priority[$p]; + $xadj = 0; + $xadj2 = 0; + $yadj = 0; + $yadj2 = 0; + $print = false; + if ($Tw && $side=='T' && $this->issetBorder($bord, _BORDER_TOP)) { // TOP + $ly1 = $y; + $ly2 = $y; + $lx1 = $x; + $lx2 = $x2; + $this->SetLineWidth($Tw); + if ($cort == 'cell' || strpos($tablecorner,'L')!==false) { + if ($Tw > $Lw) $xadj = ($Tw - $Lw)/2; + if ($Tw < $Lw) $xadj = ($Tw + $Lw)/2; + } + else { $xadj = $Tw/2 - $bsh/2; } + if ($cort == 'cell' || strpos($tablecorner,'R')!==false) { + if ($Tw > $Rw) $xadj2 = ($Tw - $Rw)/2; + if ($Tw < $Rw) $xadj2 = ($Tw + $Rw)/2; + } + else { $xadj2 = $Tw/2 - $bsh/2; } + if (!$bSeparate && $details['mbw']['TL']) { + $xadj = ($Tw - $details['mbw']['TL'])/2 ; + } + if (!$bSeparate && $details['mbw']['TR']) { + $xadj2 = ($Tw - $details['mbw']['TR'])/2; + } + $print = true; + } + if ($Lw && $side=='L' && $this->issetBorder($bord, _BORDER_LEFT)) { // LEFT + $ly1 = $y; + $ly2 = $y2; + $lx1 = $x; + $lx2 = $x; + $this->SetLineWidth($Lw); + if ($cort == 'cell' || strpos($tablecorner,'T')!==false) { + if ($Lw > $Tw) $yadj = ($Lw - $Tw)/2; + if ($Lw < $Tw) $yadj = ($Lw + $Tw)/2; + } + else { $yadj = $Lw/2 - $bsv/2; } + if ($cort == 'cell' || strpos($tablecorner,'B')!==false) { + if ($Lw > $Bw) $yadj2 = ($Lw - $Bw)/2; + if ($Lw < $Bw) $yadj2 = ($Lw + $Bw)/2; + } + else { $yadj2 = $Lw/2 - $bsv/2; } + if (!$bSeparate && $details['mbw']['LT']) { + $yadj = ($Lw - $details['mbw']['LT'])/2; + } + if (!$bSeparate && $details['mbw']['LB']) { + $yadj2 = ($Lw - $details['mbw']['LB'])/2; + } + $print = true; + } + if ($Rw && $side=='R' && $this->issetBorder($bord, _BORDER_RIGHT)) { // RIGHT + $ly1 = $y; + $ly2 = $y2; + $lx1 = $x2; + $lx2 = $x2; + $this->SetLineWidth($Rw); + if ($cort == 'cell' || strpos($tablecorner,'T')!==false) { + if ($Rw < $Tw) $yadj = ($Rw + $Tw)/2; + if ($Rw > $Tw) $yadj = ($Rw - $Tw)/2; + } + else { $yadj = $Rw/2 - $bsv/2; } + + if ($cort == 'cell' || strpos($tablecorner,'B')!==false) { + if ($Rw > $Bw) $yadj2 = ($Rw - $Bw)/2; + if ($Rw < $Bw) $yadj2 = ($Rw + $Bw)/2; + } + else { $yadj2 = $Rw/2 - $bsv/2; } + + if (!$bSeparate && $details['mbw']['RT']) { + $yadj = ($Rw - $details['mbw']['RT'])/2; + } + if (!$bSeparate && $details['mbw']['RB']) { + $yadj2 = ($Rw - $details['mbw']['RB'])/2; + } + $print = true; + } + if ($Bw && $side=='B' && $this->issetBorder($bord, _BORDER_BOTTOM)) { // BOTTOM + $ly1 = $y2; + $ly2 = $y2; + $lx1 = $x; + $lx2 = $x2; + $this->SetLineWidth($Bw); + if ($cort == 'cell' || strpos($tablecorner,'L')!==false) { + if ($Bw > $Lw) $xadj = ($Bw - $Lw)/2; + if ($Bw < $Lw) $xadj = ($Bw + $Lw)/2; + } + else { $xadj = $Bw/2 - $bsh/2; } + if ($cort == 'cell' || strpos($tablecorner,'R')!==false) { + if ($Bw > $Rw) $xadj2 = ($Bw - $Rw)/2; + if ($Bw < $Rw) $xadj2 = ($Bw + $Rw)/2; + } + else { $xadj2 = $Bw/2 - $bsh/2; } + if (!$bSeparate && $details['mbw']['BL']) { + $xadj = ($Bw - $details['mbw']['BL'])/2; + } + if (!$bSeparate && $details['mbw']['BR']) { + $xadj2 = ($Bw - $details['mbw']['BR'])/2; + } + $print = true; + } + + // Now draw line + if ($print) { +/*-- TABLES-ADVANCED-BORDERS --*/ + if ($details[$side]['style'] == 'double') { + if (!isset($details[$side]['overlay']) || !$details[$side]['overlay'] || $bSeparate) { + if ($details[$side]['c']) { + $this->SetDColor($details[$side]['c']); + } + else { $this->SetDColor($this->ConvertColor(0)); } + $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2); + } + if ((isset($details[$side]['overlay']) && $details[$side]['overlay']) || $bSeparate) { + if ($bSeparate && $cort=='table') { + if ($side=='T') { + $xadj -= $this->LineWidth/2; + $xadj2 -= $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_LEFT)) { + $xadj += $this->LineWidth/2; + } + if ($this->issetBorder($bord, _BORDER_RIGHT)) { + $xadj2 += $this->LineWidth; + } + } + if ($side=='L') { + $yadj -= $this->LineWidth/2; + $yadj2 -= $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_TOP)) { + $yadj += $this->LineWidth/2; + } + if ($this->issetBorder($bord, _BORDER_BOTTOM)) { + $yadj2 += $this->LineWidth; + } + } + if ($side=='B') { + $xadj -= $this->LineWidth/2; + $xadj2 -= $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_LEFT)) { + $xadj += $this->LineWidth/2; + } + if ($this->issetBorder($bord, _BORDER_RIGHT)) { + $xadj2 += $this->LineWidth; + } + } + if ($side=='R') { + $yadj -= $this->LineWidth/2; + $yadj2 -= $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_TOP)) { + $yadj += $this->LineWidth/2; + } + if ($this->issetBorder($bord, _BORDER_BOTTOM)) { + $yadj2 += $this->LineWidth; + } + } + } + + $this->SetLineWidth($this->LineWidth/3); + + $tbcol = $this->ConvertColor(255); + for($l=0; $l <= $this->blklvl; $l++) { + if ($this->blk[$l]['bgcolor']) { + $tbcol = ($this->blk[$l]['bgcolorarray']); // mPDF 5.6.53 + } + } + + if ($bSeparate) { + $cellBorderOverlay[] = array( + 'x' => $lx1 + $xadj, + 'y' => $ly1 + $yadj, + 'x2' => $lx2 - $xadj2, + 'y2' => $ly2 - $yadj2, + 'col' => $tbcol, + 'lw' => $this->LineWidth, + ); + } + else { + $this->SetDColor($tbcol); + $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2); + } + } + } + + + else if (isset($details[$side]['style']) && ($details[$side]['style'] == 'ridge' || $details[$side]['style'] == 'groove' || $details[$side]['style'] == 'inset' || $details[$side]['style'] == 'outset')) { + if (!isset($details[$side]['overlay']) || !$details[$side]['overlay'] || $bSeparate) { + if ($details[$side]['c']) { + $this->SetDColor($details[$side]['c']); + } + else { $this->SetDColor($this->ConvertColor(0)); } + if ($details[$side]['style'] == 'outset' || $details[$side]['style'] == 'groove') { + $nc = $this->_darkenColor($details[$side]['c']); + $this->SetDColor($nc); + } + else if ($details[$side]['style'] == 'ridge' || $details[$side]['style'] == 'inset') { + $nc = $this->_lightenColor($details[$side]['c']); + $this->SetDColor($nc); + } + $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2); + } + if ((isset($details[$side]['overlay']) && $details[$side]['overlay']) || $bSeparate) { + if ($details[$side]['c']) { + $this->SetDColor($details[$side]['c']); + } + else { $this->SetDColor($this->ConvertColor(0)); } + $doubleadj = ($this->LineWidth)/3; + $this->SetLineWidth($this->LineWidth/2); + $xadj3 = $yadj3 = $wadj3 = $hadj3 = 0; + + if ($details[$side]['style'] == 'ridge' || $details[$side]['style'] == 'inset') { + $nc = $this->_darkenColor($details[$side]['c']); + + if ($bSeparate && $cort=='table') { + if ($side=='T') { + $yadj3 = $this->LineWidth/2; + $xadj3 = -$this->LineWidth/2; + $wadj3 = $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_LEFT)) { + $xadj3 += $this->LineWidth; $wadj3 -= $this->LineWidth; + } + if ($this->issetBorder($bord, _BORDER_RIGHT)) { + $wadj3 -= $this->LineWidth*2; + } + } + if ($side=='L') { + $xadj3 = $this->LineWidth/2; + $yadj3 = -$this->LineWidth/2; + $hadj3 = $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_TOP)) { + $yadj3 += $this->LineWidth; $hadj3 -= $this->LineWidth; + } + if ($this->issetBorder($bord, _BORDER_BOTTOM)) { + $hadj3 -= $this->LineWidth*2; + } + } + if ($side=='B') { + $yadj3 = $this->LineWidth/2; + $xadj3 = -$this->LineWidth/2; + $wadj3 = $this->LineWidth; + } + if ($side=='R') { + $xadj3 = $this->LineWidth/2; + $yadj3 = -$this->LineWidth/2; + $hadj3 = $this->LineWidth; + } + } + + else if ($side=='T') { $yadj3 = $this->LineWidth/2; $xadj3 = $this->LineWidth/2; $wadj3 = -$this->LineWidth*2; } + else if ($side=='L') { $xadj3 = $this->LineWidth/2; $yadj3 = $this->LineWidth/2; $hadj3 = -$this->LineWidth*2; } + + else if ($side=='B' && $bSeparate) { $yadj3 = $this->LineWidth/2; $wadj3 = $this->LineWidth/2; } + else if ($side=='R' && $bSeparate) { $xadj3 = $this->LineWidth/2; $hadj3 = $this->LineWidth/2; } + + else if ($side=='B') { $yadj3 = $this->LineWidth/2; $xadj3 = $this->LineWidth/2; } + else if ($side=='R') { $xadj3 = $this->LineWidth/2; $yadj3 = $this->LineWidth/2; } + } + else { + $nc = $this->_lightenColor($details[$side]['c']); + + if ($bSeparate && $cort=='table') { + if ($side=='T') { + $yadj3 = $this->LineWidth/2; + $xadj3 = -$this->LineWidth/2; + $wadj3 = $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_LEFT)) { + $xadj3 += $this->LineWidth; $wadj3 -= $this->LineWidth; + } + } + if ($side=='L') { + $xadj3 = $this->LineWidth/2; + $yadj3 = -$this->LineWidth/2; + $hadj3 = $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_TOP)) { + $yadj3 += $this->LineWidth; $hadj3 -= $this->LineWidth; + } + } + if ($side=='B') { + $yadj3 = $this->LineWidth/2; + $xadj3 = -$this->LineWidth/2; + $wadj3 = $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_LEFT)) { + $xadj3 += $this->LineWidth; $wadj3 -= $this->LineWidth; + } + } + if ($side=='R') { + $xadj3 = $this->LineWidth/2; + $yadj3 = -$this->LineWidth/2; + $hadj3 = $this->LineWidth; + if ($this->issetBorder($bord, _BORDER_TOP)) { + $yadj3 += $this->LineWidth; $hadj3 -= $this->LineWidth; + } + } + } + + else if ($side=='T') { $yadj3 = $this->LineWidth/2; $xadj3 = $this->LineWidth/2; } + else if ($side=='L') { $xadj3 = $this->LineWidth/2; $yadj3 = $this->LineWidth/2; } + + else if ($side=='B' && $bSeparate) { $yadj3 = $this->LineWidth/2; $xadj3 = $this->LineWidth/2; } + else if ($side=='R' && $bSeparate) { $xadj3 = $this->LineWidth/2; $yadj3 = $this->LineWidth/2; } + + else if ($side=='B') { $yadj3 = $this->LineWidth/2; $xadj3 = -$this->LineWidth/2; $wadj3 = $this->LineWidth; } + else if ($side=='R') { $xadj3 = $this->LineWidth/2; $yadj3 = -$this->LineWidth/2; $hadj3 = $this->LineWidth; } + + } + + if ($bSeparate) { + $cellBorderOverlay[] = array( + 'x' => $lx1 + $xadj + $xadj3, + 'y' => $ly1 + $yadj + $yadj3, + 'x2' => $lx2 - $xadj2 + $xadj3 + $wadj3, + 'y2' => $ly2 - $yadj2 + $yadj3 + $hadj3, + 'col' => $nc, + 'lw' => $this->LineWidth, + ); + } + else { + $this->SetDColor($nc); + $this->Line($lx1 + $xadj + $xadj3, $ly1 + $yadj + $yadj3, $lx2 - $xadj2 + $xadj3 + $wadj3, $ly2 - $yadj2 + $yadj3 + $hadj3); + } + } + } + + + else { +/*-- END TABLES-ADVANCED-BORDERS --*/ + if ($details[$side]['style'] == 'dashed') { + $dashsize = 2; // final dash will be this + 1*linewidth + $dashsizek = 1.5; // ratio of Dash/Blank + $this->SetDash($dashsize,($dashsize/$dashsizek)+($this->LineWidth*2)); + } + else if ($details[$side]['style'] == 'dotted') { + $this->SetLineJoin(1); + $this->SetLineCap(1); + $this->SetDash(0.001,($this->LineWidth*2)); + } + if ($details[$side]['c']) { + $this->SetDColor($details[$side]['c']); + } + else { $this->SetDColor($this->ConvertColor(0)); } + $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2); +/*-- TABLES-ADVANCED-BORDERS --*/ + } +/*-- END TABLES-ADVANCED-BORDERS --*/ + + // Reset Corners + $this->SetDash(); + //BUTT style line cap + $this->SetLineCap(2); + } + } + + if ($bSeparate && count($cellBorderOverlay)) { + foreach($cellBorderOverlay AS $cbo) { + $this->SetLineWidth($cbo['lw']); + $this->SetDColor($cbo['col']); + $this->Line($cbo['x'], $cbo['y'], $cbo['x2'], $cbo['y2']); + } + } + + // $this->SetLineWidth($oldlinewidth); + // $this->SetDColor($this->ConvertColor(0)); + } +} + + +/*-- TABLES --*/ +/*-- TABLES-ADVANCED-BORDERS --*/ +function _lightenColor($c) { + if (is_array($c)) { die('Color error in _lightencolor'); } + if ($c{0}==3 || $c{0}==5) { // RGB + list($h,$s,$l) = $this->rgb2hsl(ord($c{1})/255,ord($c{2})/255,ord($c{3})/255); + $l += ((1 - $l)*0.8); + list($r,$g,$b) = $this->hsl2rgb($h,$s,$l); + $ret = array(3,$r,$g,$b); + } + else if ($c{0}==4 || $c{0}==6) { // CMYK + $ret = array(4, max(0,(ord($c{1})-20)), max(0,(ord($c{2})-20)), max(0,(ord($c{3})-20)), max(0,(ord($c{4})-20)) ); + } + else if ($c{0}==1) { // Grayscale + $ret = array(1,min(255,(ord($c{1})+32))); + } + $c = array_pad($ret, 6, 0); + $cstr = pack("a1ccccc", $c[0], ($c[1] & 0xFF), ($c[2] & 0xFF), ($c[3] & 0xFF), ($c[4] & 0xFF), ($c[5] & 0xFF) ); + return $cstr; +} + + +function _darkenColor($c) { + if (is_array($c)) { die('Color error in _darkenColor'); } + if ($c{0}==3 || $c{0}==5) { // RGB + list($h,$s,$l) = $this->rgb2hsl(ord($c{1})/255,ord($c{2})/255,ord($c{3})/255); + $s *= 0.25; + $l *= 0.75; + list($r,$g,$b) = $this->hsl2rgb($h,$s,$l); + $ret = array(3,$r,$g,$b); + } + else if ($c{0}==4 || $c{0}==6) { // CMYK + $ret = array(4, min(100,(ord($c{1})+20)), min(100,(ord($c{2})+20)), min(100,(ord($c{3})+20)), min(100,(ord($c{4})+20)) ); + } + else if ($c{0}==1) { // Grayscale + $ret = array(1,max(0,(ord($c{1})-32))); + } + $c = array_pad($ret, 6, 0); + $cstr = pack("a1ccccc", $c[0], ($c[1] & 0xFF), ($c[2] & 0xFF), ($c[3] & 0xFF), ($c[4] & 0xFF), ($c[5] & 0xFF) ); + return $cstr; +} + +/*-- END TABLES-ADVANCED-BORDERS --*/ + + + +function setBorder(&$var, $flag, $set = true) { + $flag = intval($flag); + if ($set) { $set = true; } + $var = intval($var); + $var = $set ? ($var | $flag) : ($var & ~$flag); +} +function issetBorder($var, $flag) { + $flag = intval($flag); + $var = intval($var); + return (($var & $flag) == $flag); +} + + +function _table2cellBorder(&$tableb, &$cbdb, &$cellb, $bval) { + if ($tableb && $tableb['w'] > $cbdb['w']) { + $cbdb = $tableb; + $this->setBorder($cellb, $bval); + } + else if ($tableb && $tableb['w'] == $cbdb['w'] + && array_search($tableb['style'],$this->borderstyles) > array_search($cbdb['style'],$this->borderstyles)) { + $cbdb = $tableb; + $this->setBorder($cellb, $bval); + } +} + +// FIX BORDERS ******************************************** +function _fixTableBorders(&$table){ + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + else { $fh = null; } + + if (!$table['borders_separate'] && $table['border_details']['L']['w']) { + $table['max_cell_border_width']['L'] = $table['border_details']['L']['w']; + } + if (!$table['borders_separate'] && $table['border_details']['R']['w']) { + $table['max_cell_border_width']['R'] = $table['border_details']['R']['w']; + } + if (!$table['borders_separate'] && $table['border_details']['T']['w']) { + $table['max_cell_border_width']['T'] = $table['border_details']['T']['w']; + } + if (!$table['borders_separate'] && $table['border_details']['B']['w']) { + $table['max_cell_border_width']['B'] = $table['border_details']['B']['w']; + } + if ($this->simpleTables) { return; } + $cells = &$table['cells']; + $numcols = $table['nc']; + $numrows = $table['nr']; +/*-- TABLES-ADVANCED-BORDERS --*/ + if (isset($table['topntail']) && $table['topntail']) { $tntborddet = $this->border_details($table['topntail']); } + if (isset($table['thead-underline']) && $table['thead-underline']) { $thuborddet = $this->border_details($table['thead-underline']); } +/*-- END TABLES-ADVANCED-BORDERS --*/ + + for( $i = 0 ; $i < $numrows ; $i++ ) { //Rows + for( $j = 0 ; $j < $numcols ; $j++ ) { //Columns + if (isset($cells[$i][$j]) && $cells[$i][$j]) { + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$cells[$i][$j]; + if ($this->packTableData) { // includes $this->cacheTables + $cbord = $this->_unpackCellBorder($cell['borderbin']); + } + else { + $cbord = &$cells[$i][$j]; + } + + if (!$cbord['border'] && isset($table['border']) && $table['border'] && $this->table_border_attr_set) { + $cbord['border'] = $table['border']; + $cbord['border_details'] = $table['border_details']; + } + + if (isset($cell['colspan']) && $cell['colspan']>1) { $ccolsp = $cell['colspan']; } + else { $ccolsp = 1; } + if (isset($cell['rowspan']) && $cell['rowspan']>1) { $crowsp = $cell['rowspan']; } + else { $crowsp = 1; } + + $cbord['border_details']['cellposdom'] = ((($i+1)/$numrows) / 10000 ) + ((($j+1)/$numcols) / 10 ); + // Inherit Cell border from Table border + if ($this->table_border_css_set && !$table['borders_separate']) { + if ($i == 0) { + $this->_table2cellBorder($table['border_details']['T'], $cbord['border_details']['T'], $cbord['border'], _BORDER_TOP); + } + if ($i == ($numrows-1) || ($i+$crowsp) == ($numrows) ) { + $this->_table2cellBorder($table['border_details']['B'], $cbord['border_details']['B'], $cbord['border'], _BORDER_BOTTOM); + } + if ($j == 0) { + $this->_table2cellBorder($table['border_details']['L'], $cbord['border_details']['L'], $cbord['border'], _BORDER_LEFT); + } + if ($j == ($numcols-1) || ($j+$ccolsp) == ($numcols) ) { + $this->_table2cellBorder($table['border_details']['R'], $cbord['border_details']['R'], $cbord['border'], _BORDER_RIGHT); + } + } + +/*-- TABLES-ADVANCED-BORDERS --*/ + $fixbottom = true; + if (isset($table['topntail']) && $table['topntail']) { + if ($i == 0) { + $cbord['border_details']['T'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_TOP); + } + if ($this->tableLevel==1 && $table['headernrows']>0 && $i == $table['headernrows']-1) { + $cbord['border_details']['B'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_BOTTOM); + $fixbottom = false; + } + else if ($this->tableLevel==1 && $table['headernrows']>0 && $i == $table['headernrows']) { + if (!$table['borders_separate']) { + $cbord['border_details']['T'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_TOP); + } + } + if ($this->tableLevel==1 && $table['footernrows']>0 && $i == ($numrows-$table['footernrows']-1)) { + if (!$table['borders_separate']) { + $cbord['border_details']['B'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_BOTTOM); + $fixbottom = false; + } + } + else if ($this->tableLevel==1 && $table['footernrows']>0 && $i == ($numrows-$table['footernrows'])) { + $cbord['border_details']['T'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_TOP); + } + if ($this->tabletheadjustfinished) { // $this->tabletheadjustfinished called from tableheader + if (!$table['borders_separate']) { + $cbord['border_details']['T'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_TOP); + } + } + if ($i == ($numrows-1) || ($i+$crowsp) == ($numrows) ) { + $cbord['border_details']['B'] = $tntborddet; + $this->setBorder($cbord['border'], _BORDER_BOTTOM); + } + } + if (isset($table['thead-underline']) && $table['thead-underline']) { + if ($table['borders_separate']) { + if ($i == 0) { + $cbord['border_details']['B'] = $thuborddet; + $this->setBorder($cbord['border'], _BORDER_BOTTOM); + $fixbottom = false; + } + } + else { + if ($this->tableLevel==1 && $table['headernrows']>0 && $i == $table['headernrows']-1) { + $cbord['border_details']['T'] = $thuborddet; + $this->setBorder($cbord['border'], _BORDER_TOP); + } + else if ($this->tabletheadjustfinished) { // $this->tabletheadjustfinished called from tableheader + $cbord['border_details']['T'] = $thuborddet; + $this->setBorder($cbord['border'], _BORDER_TOP); + } + } + } + + // Collapse Border - Algorithm for conflicting borders + // Hidden >> Width >> double>solid>dashed>dotted... >> style set on cell>table >> top/left>bottom/right + // Do not turn off border which is overridden + // Needed for page break for TOP/BOTTOM both to be defined in Collapsed borders + // Means it is painted twice. (Left/Right can still disable overridden border) + if (!$table['borders_separate']) { + if (($i < ($numrows-1) || ($i+$crowsp) < $numrows ) && $fixbottom ) { // Bottom + for ($cspi = 0; $cspi<$ccolsp; $cspi++) { + // already defined Top for adjacent cell below + if (isset($cells[($i+$crowsp)][$j+$cspi])) { + if ($this->packTableData) { + if ($this->cacheTables) { + $adjc = $this->_uncacheCell($table['cells'][$i+$crowsp][$j+$cspi], '', $fh); + } + else { $adjc = $cells[($i+$crowsp)][$j+$cspi]; } + $celladj = $this->_unpackCellBorder($adjc['borderbin']); + } + else { $celladj =& $cells[($i+$crowsp)][$j+$cspi]; } + } + else { $celladj = false; } + if ($celladj && $celladj['border_details']['T']['s'] == 1) { + $csadj = $celladj['border_details']['T']['w']; + $csthis = $cbord['border_details']['B']['w']; + // Hidden + if ($cbord['border_details']['B']['style']=='hidden') { + $celladj['border_details']['T'] = $cbord['border_details']['B']; + $this->setBorder($celladj['border'] , _BORDER_TOP, false); + $this->setBorder($cbord['border'] , _BORDER_BOTTOM , false); + } + else if ($celladj['border_details']['T']['style']=='hidden') { + $cbord['border_details']['B'] = $celladj['border_details']['T']; + $this->setBorder($cbord['border'] , _BORDER_BOTTOM , false); + $this->setBorder($celladj['border'] , _BORDER_TOP, false); + } + // Width + else if ($csthis > $csadj) { + if (!isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) || (isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) && $cells[($i+$crowsp)][$j+$cspi]['colspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['T'] = $cbord['border_details']['B']; + $this->setBorder($cbord['border'] , _BORDER_BOTTOM); + } + } + else if ($csadj > $csthis) { + if ($ccolsp < 2) { // don't overwrite this cell if it spans + $cbord['border_details']['B'] = $celladj['border_details']['T']; + $this->setBorder($celladj['border'] , _BORDER_TOP); + } + } + + // double>solid>dashed>dotted... + else if (array_search($cbord['border_details']['B']['style'],$this->borderstyles) > array_search($celladj['border_details']['T']['style'],$this->borderstyles)) { + if (!isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) || (isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) && $cells[($i+$crowsp)][$j+$cspi]['colspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['T'] = $cbord['border_details']['B']; + $this->setBorder($cbord['border'] , _BORDER_BOTTOM ); + } + } + else if (array_search($celladj['border_details']['T']['style'],$this->borderstyles) > array_search($cbord['border_details']['B']['style'],$this->borderstyles)) { + if ($ccolsp < 2) { // don't overwrite this cell if it spans + $cbord['border_details']['B'] = $celladj['border_details']['T']; + $this->setBorder($celladj['border'] , _BORDER_TOP); + } + } + + + + // Style set on cell vs. table + else if ($celladj['border_details']['T']['dom'] > $cbord['border_details']['B']['dom']) { + if ($ccolsp < 2) { // don't overwrite this cell if it spans + $cbord['border_details']['B'] = $celladj['border_details']['T']; + $this->setBorder($celladj['border'] , _BORDER_TOP); + } + } + // Style set on cell vs. table - OR - LEFT/TOP (cell) in preference to BOTTOM/RIGHT + else { + if (!isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) || (isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) && $cells[($i+$crowsp)][$j+$cspi]['colspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['T'] = $cbord['border_details']['B']; + $this->setBorder($cbord['border'] , _BORDER_BOTTOM ); + } + } + } + else if ($celladj) { + if (!isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) || (isset($cells[($i+$crowsp)][$j+$cspi]['colspan']) && $cells[($i+$crowsp)][$j+$cspi]['colspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['T'] = $cbord['border_details']['B']; + } + } + if ($celladj && $this->packTableData) { + $celladj['borderbin'] = $this->_packCellBorder($celladj); + unset($celladj['border']); + unset($celladj['border_details']); + } + if ($this->cacheTables) { + $this->_cacheUpdateBorder($celladj, $fh, $table['cells'][$i+$crowsp][$j+$cspi]); + } + unset($celladj); + } + } + + if ($j < ($numcols-1) || ($j+$ccolsp) < $numcols ) { // Right-Left + for ($cspi = 0; $cspi<$crowsp; $cspi++) { + // already defined Left for adjacent cell to R + if (isset($cells[($i+$cspi)][$j+$ccolsp])) { + if ($this->packTableData) { + if ($this->cacheTables) { + $adjc = $this->_uncacheCell($table['cells'][$i+$cspi][$j+$ccolsp], '', $fh); + } + else { $adjc = $cells[($i+$cspi)][$j+$ccolsp]; } + $celladj = $this->_unpackCellBorder($adjc['borderbin']); + } + else { $celladj =& $cells[$i+$cspi][$j+$ccolsp]; } + } + else { $celladj = false; } + if ($celladj && $celladj['border_details']['L']['s'] == 1) { + $csadj = $celladj['border_details']['L']['w']; + $csthis = $cbord['border_details']['R']['w']; + // Hidden + if ($cbord['border_details']['R']['style']=='hidden') { + $celladj['border_details']['L'] = $cbord['border_details']['R']; + $this->setBorder($celladj['border'] , _BORDER_LEFT, false); + $this->setBorder($cbord['border'] , _BORDER_RIGHT , false); + } + else if ($celladj['border_details']['L']['style']=='hidden') { + $cbord['border_details']['R'] = $celladj['border_details']['L']; + $this->setBorder($cbord['border'] , _BORDER_RIGHT , false); + $this->setBorder($celladj['border'] , _BORDER_LEFT, false); + } + // Width + else if ($csthis > $csadj) { + if (!isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) || (isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) && $cells[($i+$cspi)][$j+$ccolsp]['rowspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['L'] = $cbord['border_details']['R']; + $this->setBorder($cbord['border'] , _BORDER_RIGHT); + $this->setBorder($celladj['border'] , _BORDER_LEFT, false); + } + } + else if ($csadj > $csthis) { + if ($crowsp < 2) { // don't overwrite this cell if it spans + $cbord['border_details']['R'] = $celladj['border_details']['L']; + $this->setBorder($cbord['border'] , _BORDER_RIGHT, false); + $this->setBorder($celladj['border'] , _BORDER_LEFT); + } + } + + // double>solid>dashed>dotted... + else if (array_search($cbord['border_details']['R']['style'],$this->borderstyles) > array_search($celladj['border_details']['L']['style'],$this->borderstyles)) { + if (!isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) || (isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) && $cells[($i+$cspi)][$j+$ccolsp]['rowspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['L'] = $cbord['border_details']['R']; + $this->setBorder($celladj['border'] , _BORDER_LEFT, false); + $this->setBorder($cbord['border'] , _BORDER_RIGHT); + } + } + else if (array_search($celladj['border_details']['L']['style'],$this->borderstyles) > array_search($cbord['border_details']['R']['style'],$this->borderstyles)) { + if ($crowsp < 2) { // don't overwrite this cell if it spans + $cbord['border_details']['R'] = $celladj['border_details']['L']; + $this->setBorder($cbord['border'] , _BORDER_RIGHT , false); + $this->setBorder($celladj['border'] , _BORDER_LEFT); + } + } + + + // Style set on cell vs. table + else if ($celladj['border_details']['L']['dom'] > $cbord['border_details']['R']['dom']) { + if ($crowsp < 2) { // don't overwrite this cell if it spans + $cbord['border_details']['R'] = $celladj['border_details']['L']; + $this->setBorder($celladj['border'] , _BORDER_LEFT); + } + } + // Style set on cell vs. table - OR - LEFT/TOP (cell) in preference to BOTTOM/RIGHT + else { + if (!isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) || (isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) && $cells[($i+$cspi)][$j+$ccolsp]['rowspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['L'] = $cbord['border_details']['R']; + $this->setBorder($cbord['border'] , _BORDER_RIGHT); + } + } + } + else if ($celladj) { + // if right-cell border is not set + if (!isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) || (isset($cells[($i+$cspi)][$j+$ccolsp]['rowspan']) && $cells[($i+$cspi)][$j+$ccolsp]['rowspan']<2)) { // don't overwrite bordering cells that span + $celladj['border_details']['L'] = $cbord['border_details']['R']; + } + } + if ($celladj && $this->packTableData) { + $celladj['borderbin'] = $this->_packCellBorder($celladj); + unset($celladj['border']); + unset($celladj['border_details']); + } + if ($this->cacheTables) { + $this->_cacheUpdateBorder($celladj, $fh, $table['cells'][$i+$cspi][$j+$ccolsp]); + } + unset($celladj); + } + } + } + + + // Set maximum cell border width meeting at LRTB edges of cell - used for extended cell border + // ['border_details']['mbw']['LT'] = meeting border width - Left border - Top end + if (!$table['borders_separate']) { + $cbord['border_details']['mbw']['BL'] = max($cbord['border_details']['mbw']['BL'], $cbord['border_details']['L']['w']); + $cbord['border_details']['mbw']['BR'] = max($cbord['border_details']['mbw']['BR'], $cbord['border_details']['R']['w']); + $cbord['border_details']['mbw']['RT'] = max($cbord['border_details']['mbw']['RT'], $cbord['border_details']['T']['w']); + $cbord['border_details']['mbw']['RB'] = max($cbord['border_details']['mbw']['RB'], $cbord['border_details']['B']['w']); + $cbord['border_details']['mbw']['TL'] = max($cbord['border_details']['mbw']['TL'], $cbord['border_details']['L']['w']); + $cbord['border_details']['mbw']['TR'] = max($cbord['border_details']['mbw']['TR'], $cbord['border_details']['R']['w']); + $cbord['border_details']['mbw']['LT'] = max($cbord['border_details']['mbw']['LT'], $cbord['border_details']['T']['w']); + $cbord['border_details']['mbw']['LB'] = max($cbord['border_details']['mbw']['LB'], $cbord['border_details']['B']['w']); + if (($i+$crowsp) < $numrows && isset($cells[$i+$crowsp][$j])) { // Has Bottom adjoining cell + if ($this->packTableData) { + if ($this->cacheTables) { + $adjc = $this->_uncacheCell($table['cells'][$i+$crowsp][$j], '', $fh); + } + else { $adjc = $cells[$i+$crowsp][$j]; } + $celladj = $this->_unpackCellBorder($adjc['borderbin']); + } + else { $celladj =& $cells[$i+$crowsp][$j]; } + $cbord['border_details']['mbw']['BL'] = max($cbord['border_details']['mbw']['BL'], $celladj['border_details']['L']['w'], $celladj['border_details']['mbw']['TL']); + $cbord['border_details']['mbw']['BR'] = max($cbord['border_details']['mbw']['BR'], $celladj['border_details']['R']['w'], $celladj['border_details']['mbw']['TR']); + $cbord['border_details']['mbw']['LB'] = max($cbord['border_details']['mbw']['LB'], $celladj['border_details']['mbw']['LT']); + $cbord['border_details']['mbw']['RB'] = max($cbord['border_details']['mbw']['RB'], $celladj['border_details']['mbw']['RT']); + unset($celladj); + } + if (($j+$ccolsp) < $numcols && isset($cells[$i][$j+$ccolsp])) { // Has Right adjoining cell + if ($this->packTableData) { + if ($this->cacheTables) { + $adjc = $this->_uncacheCell($table['cells'][$i][$j+$ccolsp], '', $fh); + } + else { $adjc = $cells[$i][$j+$ccolsp]; } + $celladj = $this->_unpackCellBorder($adjc['borderbin']); + } + else { $celladj =& $cells[$i][$j+$ccolsp]; } + $cbord['border_details']['mbw']['RT'] = max($cbord['border_details']['mbw']['RT'], $celladj['border_details']['T']['w'], $celladj['border_details']['mbw']['LT']); + $cbord['border_details']['mbw']['RB'] = max($cbord['border_details']['mbw']['RB'], $celladj['border_details']['B']['w'], $celladj['border_details']['mbw']['LB']); + $cbord['border_details']['mbw']['TR'] = max($cbord['border_details']['mbw']['TR'], $celladj['border_details']['mbw']['TL']); + $cbord['border_details']['mbw']['BR'] = max($cbord['border_details']['mbw']['BR'], $celladj['border_details']['mbw']['BL']); + unset($celladj); + } + + if ($i > 0 && isset($cells[$i-1][$j]) && (($this->packTableData && $cells[$i-1][$j]['borderbin']) || $cells[$i-1][$j]['border'])) { // Has Top adjoining cell + if ($this->packTableData) { + if ($this->cacheTables) { + $adjc = $this->_uncacheCell($table['cells'][$i-1][$j], '', $fh); + } + else { $adjc = $cells[$i-1][$j]; } + $celladj = $this->_unpackCellBorder($adjc['borderbin']); + } + else { $celladj =& $cells[$i-1][$j]; } + $cbord['border_details']['mbw']['TL'] = max($cbord['border_details']['mbw']['TL'], $celladj['border_details']['L']['w'], $celladj['border_details']['mbw']['BL']); + $cbord['border_details']['mbw']['TR'] = max($cbord['border_details']['mbw']['TR'], $celladj['border_details']['R']['w'], $celladj['border_details']['mbw']['BR']); + $cbord['border_details']['mbw']['LT'] = max($cbord['border_details']['mbw']['LT'], $celladj['border_details']['mbw']['LB']); + $cbord['border_details']['mbw']['RT'] = max($cbord['border_details']['mbw']['RT'], $celladj['border_details']['mbw']['RB']); + + if ($celladj['border_details']['mbw']['BL']) { + $celladj['border_details']['mbw']['BL'] = max($cbord['border_details']['mbw']['TL'], $celladj['border_details']['mbw']['BL']); + } + if ($celladj['border_details']['mbw']['BR'] ) { + $celladj['border_details']['mbw']['BR'] = max($celladj['border_details']['mbw']['BR'], $cbord['border_details']['mbw']['TR']); + } + if ($this->packTableData) { $cells[$i-1][$j]['borderbin'] = $this->_packCellBorder($celladj); } + unset($celladj); + } + if ($j > 0 && isset($cells[$i][$j-1]) && (($this->packTableData && $cells[$i][$j-1]['borderbin']) || $cells[$i][$j-1]['border'])) { // Has Left adjoining cell + if ($this->packTableData) { + if ($this->cacheTables) { + $adjc = $this->_uncacheCell($table['cells'][$i][$j-1], '', $fh); + } + else { $adjc = $cells[$i][$j-1]; } + $celladj = $this->_unpackCellBorder($adjc['borderbin']); + } + else { $celladj =& $cells[$i][$j-1]; } + $cbord['border_details']['mbw']['LT'] = max($cbord['border_details']['mbw']['LT'], $celladj['border_details']['T']['w'], $celladj['border_details']['mbw']['RT']); + $cbord['border_details']['mbw']['LB'] = max($cbord['border_details']['mbw']['LB'], $celladj['border_details']['B']['w'], $celladj['border_details']['mbw']['RB']); + $cbord['border_details']['mbw']['BL'] = max($cbord['border_details']['mbw']['BL'], $celladj['border_details']['mbw']['BR']); + $cbord['border_details']['mbw']['TL'] = max($cbord['border_details']['mbw']['TL'], $celladj['border_details']['mbw']['TR']); + + if ($celladj['border_details']['mbw']['RT']) { + $celladj['border_details']['mbw']['RT'] = max($celladj['border_details']['mbw']['RT'], $cbord['border_details']['mbw']['LT']); + } + if ($celladj['border_details']['mbw']['RB']) { + $celladj['border_details']['mbw']['RB'] = max($celladj['border_details']['mbw']['RB'], $cbord['border_details']['mbw']['LB']); + } + if ($this->packTableData) { $cells[$i][$j-1]['borderbin'] = $this->_packCellBorder($celladj); } + unset($celladj); + } + + + // Update maximum cell border width at LRTB edges of table - used for overall table width + if ($j == 0 && $cbord['border_details']['L']['w']) { + $table['max_cell_border_width']['L'] = max($table['max_cell_border_width']['L'],$cbord['border_details']['L']['w']); + } + if (($j == ($numcols-1) || ($j+$ccolsp) == $numcols ) && $cbord['border_details']['R']['w']) { + $table['max_cell_border_width']['R'] = max($table['max_cell_border_width']['R'],$cbord['border_details']['R']['w']); + } + if ($i == 0 && $cbord['border_details']['T']['w']) { + $table['max_cell_border_width']['T'] = max($table['max_cell_border_width']['T'],$cbord['border_details']['T']['w']); + } + if (($i == ($numrows-1) || ($i+$crowsp) == $numrows ) && $cbord['border_details']['B']['w']) { + $table['max_cell_border_width']['B'] = max($table['max_cell_border_width']['B'],$cbord['border_details']['B']['w']); + } + } +/*-- END TABLES-ADVANCED-BORDERS --*/ + + if ($this->packTableData) { $cell['borderbin'] = $this->_packCellBorder($cbord); } + + if ($this->cacheTables) { + $this->_cacheUpdateBorder($cell, $fh, $table['cells'][$i][$j]); + } + unset($cbord ); + unset($cell ); + } + } + } + if ($this->cacheTables) { fclose($fh); } + unset($cell ); +} +// END FIX BORDERS ************************************************************************************ + + +function _reverseTableDir(&$table) { + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + $cells = &$table['cells']; + $numcols = $table['nc']; + $numrows = $table['nr']; + for( $i = 0 ; $i < $numrows ; $i++ ) { //Rows + $row = array(); + for( $j = ($numcols-1) ; $j >= 0 ; $j-- ) { //Columns + if (isset($cells[$i][$j]) && $cells[$i][$j]) { + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$cells[$i][$j]; + $col = $numcols - $j - 1; + if (isset($cell['colspan']) && $cell['colspan'] > 1) { $col -= ($cell['colspan']-1); } + // Nested content + for ($n=0; $n < count($cell['textbuffer']); $n++) { + $t = $cell['textbuffer'][$n][0]; + if (substr($t,0,19) == "\xbb\xa4\xactype=nestedtable") { + $objattr = $this->_getObjAttr($t); + $objattr['col'] = $col; + $cell['textbuffer'][$n][0] = "\xbb\xa4\xactype=nestedtable,objattr=".serialize($objattr)."\xbb\xa4\xac"; + $this->table[($this->tableLevel+1)][$objattr['nestedcontent']]['nestedpos'][1] = $col; + if ($this->cacheTables) { + $this->_cacheUpdateTxB($cell, $fh, $table['cells'][$i][$j]); + } + } + } + $row[$col] = $cells[$i][$j]; + unset($cell); + } + } + for($f=0; $f < $numcols; $f++) { + if (!isset($row[$f])) { $row[$f] = 0; } + } + $table['cells'][$i] = $row; + } + if ($this->cacheTables) { fclose($fh); } +} + + +function _tableWrite(&$table, $split=false, $startrow=0, $startcol=0, $splitpg=0, $rety = 0){ + $level = $table['level']; + $levelid = $table['levelid']; + + $cells = &$table['cells']; + $numcols = $table['nc']; + $numrows = $table['nr']; + + if ($this->ColActive && $level==1) { $this->breakpoints[$this->CurrCol][] = $this->y; } // *COLUMNS* + + if (!$split || ($startrow==0 && $splitpg==0) || $startrow>0){ + // TABLE TOP MARGIN + if ($table['margin']['T']) { + if (!$this->table_rotate && $level==1) { + $this->DivLn($table['margin']['T'],$this->blklvl,true,1); // collapsible + } + else { + $this->y += ($table['margin']['T']); + } + } + // Advance down page by half width of top border + if ($table['borders_separate']) { + if ($startrow>0 && (!isset($table['is_thead']) || count($table['is_thead'])==0)) + $adv = $table['border_spacing_V']/2; + else + $adv = $table['padding']['T'] + $table['border_details']['T']['w'] + $table['border_spacing_V']/2; + } + else { + $adv = $table['max_cell_border_width']['T']/2; + } + if (!$this->table_rotate && $level==1) { $this->DivLn($adv); } + else { $this->y += $adv; } + } + + if ($level==1) { + $this->x = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin'] + $this->blk[$this->blklvl]['padding_left'] + $this->blk[$this->blklvl]['border_left']['w']; + $x0 = $this->x; + $y0 = $this->y; + $right = $x0 + $this->blk[$this->blklvl]['inner_width']; + $outerfilled = $this->y; // Keep track of how far down the outer DIV bgcolor is painted (NB rowspans) + $this->outerfilled = $this->y; + $this->colsums = array(); + } + else { + $x0 = $this->x; + $y0 = $this->y; + $right = $x0 + $table['w']; + } + + if ($this->table_rotate) { + $temppgwidth = $this->tbrot_maxw; + $this->PageBreakTrigger = $pagetrigger = $y0 + ($this->blk[$this->blklvl]['inner_width']); + if ($level==1) { + $this->tbrot_y0 = $this->y - $adv - $table['margin']['T'] ; + $this->tbrot_x0 = $this->x; + $this->tbrot_w = $table['w']; + if ($table['borders_separate']) { $this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['border_details']['T']['w'] + $table['border_spacing_V']/2; } + else { $this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['max_cell_border_width']['T']; } + } + } + else { + $this->PageBreakTrigger = $pagetrigger = ($this->h - $this->bMargin); + if ($level==1) { + $temppgwidth = $this->blk[$this->blklvl]['inner_width']; + if (isset($table['a']) and ($table['w'] < $this->blk[$this->blklvl]['inner_width'])) { + if ($table['a']=='C') { $x0 += ((($right-$x0) - $table['w'])/2); } + else if ($table['a']=='R') { $x0 = $right - $table['w']; } + } + } + else { + $temppgwidth = $table['w']; + } + } + if(!isset($table['overflow'])) { $table['overflow'] = null; } + if ($table['overflow']=='hidden' && $level==1 && !$this->table_rotate && !$this->ColActive) { + //Bounding rectangle to clip + $this->tableClipPath = sprintf('q %.3F %.3F %.3F %.3F re W n',$x0*_MPDFK,$this->h*_MPDFK,$this->blk[$this->blklvl]['inner_width']*_MPDFK,-$this->h*_MPDFK); + $this->_out($this->tableClipPath); + } + else { $this->tableClipPath = ''; } + + + if ($table['borders_separate']) { $indent = $table['margin']['L'] + $table['border_details']['L']['w'] + $table['padding']['L'] + $table['border_spacing_H']/2; } + else { $indent = $table['margin']['L'] + $table['max_cell_border_width']['L']/2; } + $x0 += $indent; + + $returny = 0; + $lastCol = 0; + $tableheader = array(); + $tablefooter = array(); + $tableheaderrowheight = 0; + $tablefooterrowheight = 0; + $footery = 0; + + // mPD 3.0 Set the Page & Column where table starts + if (($this->mirrorMargins) && (($this->page)%2==0)) { // EVEN + $tablestartpage = 'EVEN'; + } + else if (($this->mirrorMargins) && (($this->page)%2==1)) { // ODD + $tablestartpage = 'ODD'; + } + else { $tablestartpage = ''; } + if ($this->ColActive) { $tablestartcolumn = $this->CurrCol; } + else { $tablestartcolumn = ''; } + + if ($this->cacheTables) { $fh = fopen($table['cache'], "r+b"); } + else { $fh = null; } + + $y = $h = 0; + for( $i = 0; $i < $numrows ; $i++ ) { //Rows + if ($this->progressBar) { $this->UpdateProgressBar(7,intval(30 + ($i*40/$numrows)),' '); } // *PROGRESS-BAR* + if (isset($table['is_tfoot'][$i]) && $table['is_tfoot'][$i] && $level==1) { + $tablefooterrowheight += $table['hr'][$i]; + $tablefooter[$i][0]['trbackground-images'] = $table['trbackground-images'][$i]; + $tablefooter[$i][0]['trgradients'] = $table['trgradients'][$i]; + $tablefooter[$i][0]['trbgcolor'] = $table['bgcolor'][$i]; + for( $j = $startcol ; $j < $numcols ; $j++ ) { //Columns + if (isset($cells[$i][$j]) && $cells[$i][$j]) { + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$cells[$i][$j]; + if ($split) { + if ($table['colPg'][$j] != $splitpg) { continue; } + list($x,$w) = $this->_splitTableGetWidth($table, $i, $j, $fh); + $js = $j - $startcol; + } + else { + list($x,$w) = $this->_tableGetWidth($table, $i, $j, $fh); + $js = $j; + } + + list($y,$h) = $this->_tableGetHeight($table, $i, $j, $fh); + $x += $x0; + $y += $y0; + //Get info of tfoot ==>> table footer + $tablefooter[$i][$js]['x'] = $x; + $tablefooter[$i][$js]['y'] = $y; + $tablefooter[$i][$js]['h'] = $h; + $tablefooter[$i][$js]['w'] = $w; + if (isset($cell['textbuffer'])) { $tablefooter[$i][$js]['textbuffer'] = $cell['textbuffer']; } + else { $tablefooter[$i][$js]['textbuffer'] = ''; } + $tablefooter[$i][$js]['a'] = $cell['a']; + $tablefooter[$i][$js]['R'] = $cell['R']; + $tablefooter[$i][$js]['va'] = $cell['va']; + $tablefooter[$i][$js]['mih'] = $cell['mih']; + $tablefooter[$i][$js]['gradient'] = $cell['gradient']; // *BACKGROUNDS* + $tablefooter[$i][$js]['background-image'] = $cell['background-image']; // *BACKGROUNDS* + //CELL FILL BGCOLOR + if (!$this->simpleTables){ + if ($this->packTableData) { + $c = $this->_unpackCellBorder($cell['borderbin']); + $tablefooter[$i][$js]['border'] = $c['border']; + $tablefooter[$i][$js]['border_details'] = $c['border_details']; + } + else { + $tablefooter[$i][$js]['border'] = $cell['border']; + $tablefooter[$i][$js]['border_details'] = $cell['border_details']; + } + } + else if ($this->simpleTables){ + $tablefooter[$i][$js]['border'] = $table['simple']['border']; + $tablefooter[$i][$js]['border_details'] = $table['simple']['border_details']; + } + $tablefooter[$i][$js]['bgcolor'] = $cell['bgcolor']; + $tablefooter[$i][$js]['padding'] = $cell['padding']; + $tablefooter[$i][$js]['rowspan'] = $cell['rowspan']; + $tablefooter[$i][$js]['colspan'] = $cell['colspan']; + } + } + } + } + + if ($level==1) { $this->_out('___TABLE___BACKGROUNDS'.date('jY')); } + $tableheaderadj = 0; + $tablefooteradj = 0; + + $tablestartpageno = $this->page; + + //Draw Table Contents and Borders + for( $i = 0; $i < $numrows ; $i++ ) { //Rows + if ($split && $startrow > 0) { + $thnr = (isset($table['is_thead']) ? count($table['is_thead']) : 0); + if ($i >= $thnr && $i < $startrow) { continue; } + if ($i == $startrow){ $returny = $rety - $tableheaderrowheight; } + } + + // Get Maximum row/cell height in row - including rowspan>1 + 1 overlapping + $maxrowheight = $this->_tableGetMaxRowHeight($table, $i, $fh); + + $skippage = false; + $newpagestarted = false; + for( $j = $startcol ; $j < $numcols ; $j++ ) { //Columns + if ($split) { + if ($table['colPg'][$j] > $splitpg) { break; } + $lastCol = $j; + } + if (isset($cells[$i][$j]) && $cells[$i][$j]) { + if ($this->cacheTables) { + $cell = $this->_uncacheCell($table['cells'][$i][$j], '', $fh); + } + else + $cell = &$cells[$i][$j]; + if ($split) { + $lastCol = $j + (isset($cell['colspan']) ? ($cell['colspan']-1) : 0) ; + list($x,$w) = $this->_splitTableGetWidth($table, $i, $j, $fh); + } + else { list($x,$w) = $this->_tableGetWidth($table, $i, $j, $fh); } + + list($y,$h) = $this->_tableGetHeight($table, $i, $j, $fh); + $x += $x0; + $y += $y0; + $y -= $returny; + + if ($table['borders_separate']) { + if (!empty($tablefooter) || $i == ($numrows-1) || (isset($cell['rowspan']) && ($i+$cell['rowspan']) == $numrows) || (!isset($cell['rowspan']) && ($i+1) == $numrows) ) { + $extra = $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; + //$extra = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; + } + else { + $extra = $table['border_spacing_V']/2; + } + } + else { $extra = $table['max_cell_border_width']['B']/2; } + + if ($j==$startcol && ((($y + $maxrowheight + $extra ) > ($pagetrigger+0.001)) || (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && ($y + $maxrowheight + $tablefooterrowheight + $extra) > $pagetrigger) && ($this->tableLevel==1 && $i < ($numrows - $table['headernrows']))) && ($y0 >0 || $x0 > 0) && !$this->InFooter && $this->autoPageBreak ) { + + if (!$skippage) { + $finalSpread = true; + $firstSpread = true; + if ($split) { + for($t=$startcol; $t<$numcols; $t++) { + // Are there more columns to print on a next page? + if ($table['colPg'][$t] > $splitpg) { + $finalSpread = false; + break; + } + } + if ($startcol>0) { $firstSpread = false; } + } + + if (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && $i > 0 ) { + $this->y = $y; + $ya = $this->y; + $this->TableHeaderFooter($tablefooter,$tablestartpage,$tablestartcolumn,'F',$level, $firstSpread, $finalSpread); + if ($this->table_rotate) { + $this->tbrot_h += $this->y - $ya ; + } + $tablefooteradj = $this->y - $ya ; + } + $y -= $y0; + $returny += $y; + + $oldcolumn = $this->CurrCol; + if ($this->AcceptPageBreak()) { + $newpagestarted = true; + $this->y = $y + $y0; + + // Move down to account for border-spacing or + // extra half border width in case page breaks in middle + if($i>0 && !$this->table_rotate && $level==1 && !$this->ColActive) { + if ($table['borders_separate']) { + $adv = $table['border_spacing_V']/2; + // If table footer + if (($this->keepColumns || !$this->ColActive) && !empty($tablefooter) && $i > 0 ) { + $adv += ($table['padding']['B'] + $table['border_details']['B']['w']); + } + } + else { + $maxbwtop = 0; + $maxbwbottom = 0; + if (!$this->simpleTables){ + if (!empty($tablefooter)) { $maxbwbottom = $table['max_cell_border_width']['B']; } + else { + $brow = $i-1; + for( $ctj = 0 ; $ctj < $numcols ; $ctj++ ) { + if (isset($cells[$brow][$ctj]) && $cells[$brow][$ctj]) { + if ($this->cacheTables) { + $cadj = $this->_uncacheCell($table['cells'][$brow][$ctj], '', $fh); + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($cadj['borderbin']); + } + else if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($cells[$brow][$ctj]['borderbin']); + } + else { + $bb = $cells[$brow][$ctj]['border_details']['B']['w']; + } + $maxbwbottom = max($maxbwbottom , $bb); + } + } + } + if (!empty($tableheader)) { $maxbwtop = $table['max_cell_border_width']['T']; } + else { + $trow = $i-1; + for( $ctj = 0 ; $ctj < $numcols ; $ctj++ ) { + if (isset($cells[$trow][$ctj]) && $cells[$trow][$ctj]) { + if ($this->cacheTables) { + $cadj = $this->_uncacheCell($table['cells'][$trow][$ctj], '', $fh); + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($cadj['borderbin']); + } + else if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($cells[$trow][$ctj]['borderbin']); + } + else { + $bt = $cells[$trow][$ctj]['border_details']['T']['w']; + } + $maxbwtop = max($maxbwtop , $bt); + } + } + } + } + else if ($this->simpleTables){ + $maxbwtop = $table['simple']['border_details']['T']['w']; + $maxbwbottom = $table['simple']['border_details']['B']['w']; + } + $adv = $maxbwbottom /2; + } + $this->y += $adv; + } + + // Rotated table split over pages - needs this->y for borders/backgrounds + if($i>0 && $this->table_rotate && $level==1) { + // $this->y = $y0 + $this->tbrot_w; + } + + if ($this->tableClipPath ) { $this->_out("Q"); } + + $bx = $x0; + $by = $y0; + + if ($table['borders_separate']) { + $bx -= ($table['padding']['L'] + $table['border_details']['L']['w'] + $table['border_spacing_H']/2); + if ($tablestartpageno != $this->page) { // IF already broken across a previous pagebreak + $by += $table['max_cell_border_width']['T']/2; + if (empty($tableheader)) { $by -= ($table['border_spacing_V']/2); } + } + else { + $by -= ($table['padding']['T'] + $table['border_details']['T']['w'] + $table['border_spacing_V']/2); + } + } + + else if ($tablestartpageno != $this->page && !empty($tableheader)) { $by += $maxbwtop /2; } + + $by -= $tableheaderadj; + $bh = $this->y - $by + $tablefooteradj; + if (!$table['borders_separate']) { $bh -= $adv ; } + if ($split) { + $bw = 0; + for($t=$startcol; $t<$numcols; $t++) { + if ($table['colPg'][$t] == $splitpg) { $bw += $table['wc'][$t]; } + if ($table['colPg'][$t] > $splitpg) { break; } + } + if ($table['borders_separate']) { + if ($firstSpread) { + $bw += $table['padding']['L'] + $table['border_details']['L']['w'] + $table['border_spacing_H']; + } + else { + $bx += ($table['padding']['L'] + $table['border_details']['L']['w']); + $bw += $table['border_spacing_H']; + } + if ($finalSpread) { + $bw += $table['padding']['R'] + $table['border_details']['R']['w']/2 + $table['border_spacing_H']; + } + } + } + else { + $bw = $table['w'] - ($table['max_cell_border_width']['L']/2) - ($table['max_cell_border_width']['R']/2) - $table['margin']['L'] - $table['margin']['R']; + } + + // mPDF 5.4.16 + if ($this->splitTableBorderWidth && ($this->keepColumns || !$this->ColActive) && empty($tablefooter) && $i > 0 && $table['border_details']['B']['w']) { + $prevDrawColor = $this->DrawColor; + $lw = $this->LineWidth; + $this->SetLineWidth($this->splitTableBorderWidth); + $this->SetDColor($table['border_details']['B']['c']); + $this->SetLineJoin(0); + $this->SetLineCap(0); + $blx = $bx; + $blw = $bw; + if (!$table['borders_separate']) { + $blx -= ($table['max_cell_border_width']['L']/2); + $blw += ($table['max_cell_border_width']['L']/2 + $table['max_cell_border_width']['R']/2); + } + $this->Line($blx,$this->y+($this->splitTableBorderWidth/2),$blx+$blw,$this->y+($this->splitTableBorderWidth/2)); + $this->DrawColor = $prevDrawColor; + $this->_out($this->DrawColor); + $this->SetLineWidth($lw); + $this->SetLineJoin(2); + $this->SetLineCap(2); + } + + if (!$this->ColActive && ($i > 0 || $j > 0)) { + if (isset($table['bgcolor'][-1])) { + $color = $this->ConvertColor($table['bgcolor'][-1]); + if ($color) { + if (!$table['borders_separate']) { $bh -= $table['max_cell_border_width']['B']/2; } + $this->tableBackgrounds[$level*9][] = array('gradient'=>false, 'x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'col'=>$color); + } + } + +/*-- BACKGROUNDS --*/ + if (isset($table['gradient'])) { + $g = $this->grad->parseBackgroundGradient($table['gradient']); + if ($g) { + $this->tableBackgrounds[$level*9+1][] = array('gradient'=>true, 'x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + + if (isset($table['background-image'])) { + if ($table['background-image']['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $table['background-image']['gradient'] )) { + $g = $this->grad->parseMozGradient( $table['background-image']['gradient'] ); + if ($g) { + $this->tableBackgrounds[$level*9+1][] = array('gradient'=>true, 'x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + else { + $image_id = $table['background-image']['image_id']; + $orig_w = $table['background-image']['orig_w']; + $orig_h = $table['background-image']['orig_h']; + $x_pos = $table['background-image']['x_pos']; + $y_pos = $table['background-image']['y_pos']; + $x_repeat = $table['background-image']['x_repeat']; + $y_repeat = $table['background-image']['y_repeat']; + $resize = $table['background-image']['resize']; + $opacity = $table['background-image']['opacity']; + $itype = $table['background-image']['itype']; + $this->tableBackgrounds[$level*9+2][] = array('x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'image_id'=>$image_id, 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$x_pos, 'y_pos'=>$y_pos, 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat, 'clippath'=>'', 'resize'=>$resize, 'opacity'=>$opacity, 'itype'=>$itype); + } + } +/*-- END BACKGROUNDS --*/ + } + + // $this->AcceptPageBreak() has moved tablebuffer to $this->pages content + if ($this->tableBackgrounds) { + $s = $this->PrintTableBackgrounds(); + if ($this->bufferoutput) { + $this->headerbuffer = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', '\\1'."\n".$s."\n", $this->headerbuffer); + $this->headerbuffer = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', " ", $this->headerbuffer ); + } + else { + $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', " ", $this->pages[$this->page]); + } + $this->tableBackgrounds = array(); + } + + if ($split) { + if ($i == 0 && $j == 0) { $y0 = -1; } + else if ($finalSpread) { + $splitpg = 0; + $startcol = 0; + $startrow = $i; + } + else { + $splitpg++; + $startcol = $t; + $returny -= $y; + } + return array(false, $startrow, $startcol, $splitpg, $returny, $y0); + } + + $this->AddPage($this->CurOrientation); + + $this->_out('___TABLE___BACKGROUNDS'.date('jY')); + + + if ($this->tableClipPath ) { $this->_out($this->tableClipPath); } + + // Added to correct for OddEven Margins + $x= $x + $this->MarginCorrection; + $x0= $x0 + $this->MarginCorrection; + + // mPDF 5.4.16 + if ($this->splitTableBorderWidth && ($this->keepColumns || !$this->ColActive) && empty($tableheader) && $i > 0 && $table['border_details']['T']['w'] ) { + $prevDrawColor = $this->DrawColor; + $lw = $this->LineWidth; + $this->SetLineWidth($this->splitTableBorderWidth); + $this->SetDColor($table['border_details']['T']['c']); + $this->SetLineJoin(0); + $this->SetLineCap(0); + $blx += $this->MarginCorrection; + $this->Line($blx,$this->y-($this->splitTableBorderWidth/2),$blx+$blw,$this->y-($this->splitTableBorderWidth/2)); + $this->DrawColor = $prevDrawColor; + $this->_out($this->DrawColor); + $this->SetLineWidth($lw); + $this->SetLineJoin(2); + $this->SetLineCap(2); + } + + // Move down to account for half of top border-spacing or + // extra half border width in case page was broken in middle + if($i>0 && !$this->table_rotate && $level==1 && $table['headernrows']==0) { + if ($table['borders_separate']) { $adv = $table['border_spacing_V']/2; } + else { + $maxbwtop = 0; + for( $ctj = 0 ; $ctj < $numcols ; $ctj++ ) { + if (isset($cells[$i][$ctj]) && $cells[$i][$ctj]) { + if (!$this->simpleTables){ + if ($this->cacheTables) { + $celltj = $this->_uncacheCell($table['cells'][$i][$ctj], '', $fh); + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($celltj['borderbin']); + } + else if ($this->packTableData) { + list($bt,$br,$bb,$bl) = $this->_getBorderWidths($cells[$i][$ctj]['borderbin']); + } + else { + $bt = $cells[$i][$ctj]['border_details']['T']['w']; + } + $maxbwtop = max($maxbwtop, $bt); + } + else if ($this->simpleTables){ + $maxbwtop = max($maxbwtop, $table['simple']['border_details']['T']['w']); + } + } + } + $adv = $maxbwtop /2; + } + $this->y += $adv; + } + + + if ($this->table_rotate) { + $this->tbrot_x0 = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin'] + $this->blk[$this->blklvl]['padding_left'] + $this->blk[$this->blklvl]['border_left']['w']; + if ($table['borders_separate']) { $this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['border_details']['T']['w'] + $table['border_spacing_V']/2; } + else { $this->tbrot_h = $table['margin']['T'] + $table['max_cell_border_width']['T'] ; } + $this->tbrot_y0 = $this->y; + $pagetrigger = $y0 - $tableheaderadj + ($this->blk[$this->blklvl]['inner_width']); + } + else { + $pagetrigger = $this->PageBreakTrigger; + } + + if ($this->kwt_saved && $level==1) { + $this->kwt_moved = true; + } + + + // Disable Table header repeat if Keep Block together + if (!$this->keep_block_together && !empty($tableheader)) { + $ya = $this->y; + $this->TableHeaderFooter($tableheader,$tablestartpage,$tablestartcolumn,'H',$level); + if ($this->table_rotate) { + $this->tbrot_h = $this->y - $ya ; + } + $tableheaderadj = $this->y - $ya ; + } + + else if ($i==0 && !$this->keep_block_together && !$this->table_rotate && $level==1 && !$this->ColActive) { + // Advance down page + if ($table['borders_separate']) { $adv = $table['border_spacing_V']/2 + $table['border_details']['T']['w'] + $table['padding']['T']; } + else { $adv = $table['max_cell_border_width']['T'] /2 ; } + if ($adv) { + if ($this->table_rotate) { + $this->y += ($adv); + } + else { + $this->DivLn($adv,$this->blklvl,true); + } + } + } + + $outerfilled = 0; + $y = $y0 = $this->y; + } + +/*-- COLUMNS --*/ + // COLS + // COLUMN CHANGE + if ($this->CurrCol != $oldcolumn) { + // Added to correct for Columns + $x += $this->ChangeColumn * ($this->ColWidth+$this->ColGap); + $x0 += $this->ChangeColumn * ($this->ColWidth+$this->ColGap); + if ($this->CurrCol == 0) { // just added a page - possibly with tableheader + $y0 = $this->y; // this->y0 is global used by Columns - $y0 is internal to tablewrite + } + else { + $y0 = $this->y0; // this->y0 is global used by Columns - $y0 is internal to tablewrite + } + $y = $y0; + $outerfilled = 0; + if ($this->CurrCol != 0 && ($this->keepColumns && $this->ColActive) && !empty($tableheader) && $i > 0 ) { + $this->x = $x; + $this->y = $y; + $this->TableHeaderFooter($tableheader,$tablestartpage,$tablestartcolumn,'H',$level); + $y0 = $y=$this->y; + } + } +/*-- END COLUMNS --*/ + } + $skippage = true; + } + + $this->x = $x; + $this->y = $y; + + if ($this->kwt_saved && $level==1) { + $this->printkwtbuffer(); + $x0 = $x = $this->x; + $y0 = $y = $this->y; + $this->kwt_moved = false; + $this->kwt_saved = false; + } + + + // Set the Page & Column where table actually starts + if ($i==0 && $j==0 && $level==1) { + if (($this->mirrorMargins) && (($this->page)%2==0)) { // EVEN + $tablestartpage = 'EVEN'; + } + else if (($this->mirrorMargins) && (($this->page)%2==1)) { // ODD + $tablestartpage = 'ODD'; + } + else { $tablestartpage = ''; } + $tablestartpageno = $this->page; + if ($this->ColActive) { $tablestartcolumn = $this->CurrCol; } // *COLUMNS* + } + + + //ALIGN + $align = $cell['a']; + + +/*-- COLUMNS --*/ + // If outside columns, this is done in PaintDivBB + if ($this->ColActive) { + //OUTER FILL BGCOLOR of DIVS + if ($this->blklvl > 0 && ($j==0) && !$this->table_rotate && $level==1) { + $firstblockfill = $this->GetFirstBlockFill(); + if ($firstblockfill && $this->blklvl >= $firstblockfill) { + $divh = $maxrowheight; + // Last row + if ((!isset($cell['rowspan']) && $i == $numrows-1) || (isset($cell['rowspan']) && (($i == $numrows-1 && $cell['rowspan']<2) || ($cell['rowspan']>1 && ($i + $cell['rowspan']-1) == $numrows-1)))) { // mPDF 5.6.54 + if ($table['borders_separate']) { + $adv = $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; + } + else { + $adv = $table['margin']['B'] + $table['max_cell_border_width']['B']/2; + } + $divh += $adv; //last row: fill bottom half of bottom border (y advanced at end) + } + + if (($this->y + $divh) > $outerfilled ) { // if not already painted by previous rowspan + $bak_x = $this->x; + $bak_y = $this->y; + if ($outerfilled > $this->y) { + $divh = ($this->y + $divh) - $outerfilled; + $this->y = $outerfilled; + } + + $this->DivLn($divh,-3,false); + $outerfilled = $this->y + $divh; + // Reset current block fill + $bcor = $this->blk[$this->blklvl]['bgcolorarray']; + if ($bcor ) $this->SetFColor($bcor); + $this->x = $bak_x; + $this->y = $bak_y; + } + } + } + } + + + //TABLE BACKGROUND FILL BGCOLOR - for cellSpacing + if ($this->ColActive) { + if ($table['borders_separate']) { + $fill = isset($table['bgcolor'][-1]) ? $table['bgcolor'][-1] : 0; + if ($fill) { + $color = $this->ConvertColor($fill); + if ($color) { + $xadj = ($table['border_spacing_H']/2); + $yadj = ($table['border_spacing_V']/2); + $wadj = $table['border_spacing_H']; + $hadj = $table['border_spacing_V']; + if ($i == 0) { // Top + $yadj += $table['padding']['T'] + $table['border_details']['T']['w'] ; + $hadj += $table['padding']['T'] + $table['border_details']['T']['w'] ; + } + if ($j == 0) { // Left + $xadj += $table['padding']['L'] + $table['border_details']['L']['w'] ; + $wadj += $table['padding']['L'] + $table['border_details']['L']['w'] ; + } + if ($i == ($numrows-1) || (isset($cell['rowspan']) && ($i+$cell['rowspan']) == $numrows) || (!isset($cell['rowspan']) && ($i+1) == $numrows)) { // Bottom + $hadj += $table['padding']['B'] + $table['border_details']['B']['w'] ; + } + if ($j == ($numcols-1) || (isset($cell['colspan']) && ($j+$cell['colspan']) == $numcols) || (!isset($cell['colspan']) && ($j+1) == $numcols)) { // Right + $wadj += $table['padding']['R'] + $table['border_details']['R']['w'] ; + } + $this->SetFColor($color); + $this->Rect($x - $xadj, $y - $yadj, $w + $wadj, $h + $hadj, 'F'); + } + } + } + } +/*-- END COLUMNS --*/ + + if ($table['empty_cells']!='hide' || !empty($cell['textbuffer']) || (isset($cell['nestedcontent']) && $cell['nestedcontent']) || !$table['borders_separate'] ) { $paintcell = true; } + else { $paintcell = false; } + + //Set Borders + $bord = 0; + $bord_det = array(); + + if (!$this->simpleTables){ + if ($this->packTableData) { + if ($cell['borderbin']) { + $c = $this->_unpackCellBorder($cell['borderbin']); + $bord = $c['border']; + $bord_det = $c['border_details']; + } + } + else if ($cell['border']) { + $bord = $cell['border']; + $bord_det = $cell['border_details']; + } + } + else if ($this->simpleTables){ + if ($table['simple']['border']) { + $bord = $table['simple']['border']; + $bord_det = $table['simple']['border_details']; + } + } + + //TABLE ROW OR CELL FILL BGCOLOR + $fill = 0; + if (isset($cell['bgcolor']) && $cell['bgcolor'] && $cell['bgcolor']!='transparent') { + $fill = $cell['bgcolor']; + $leveladj = 6; + } + else if (isset($table['bgcolor'][$i]) && $table['bgcolor'][$i] && $table['bgcolor'][$i]!='transparent') { // Row color + $fill = $table['bgcolor'][$i]; + $leveladj = 3; + } + if ($fill && $paintcell) { + $color = $this->ConvertColor($fill); + if ($color) { + if ($table['borders_separate']) { + if ($this->ColActive) { + $this->SetFColor($color); + $this->Rect($x+ ($table['border_spacing_H']/2), $y+ ($table['border_spacing_V']/2), $w- $table['border_spacing_H'], $h- $table['border_spacing_V'], 'F'); + } + else { + $this->tableBackgrounds[$level*9+$leveladj][] = array('gradient'=>false, 'x'=>($x + ($table['border_spacing_H']/2)), 'y'=>($y + ($table['border_spacing_V']/2)), 'w'=>($w - $table['border_spacing_H']), 'h'=>($h - $table['border_spacing_V']), 'col'=>$color); + } + } + else { + if ($this->ColActive) { + $this->SetFColor($color); + $this->Rect($x, $y, $w, $h, 'F'); + } + else { + $this->tableBackgrounds[$level*9+$leveladj][] = array('gradient'=>false, 'x'=>$x, 'y'=>$y, 'w'=>$w, 'h'=>$h, 'col'=>$color); + } + } + } + } + +/*-- BACKGROUNDS --*/ + if (isset($cell['gradient']) && $cell['gradient'] && $paintcell){ + $g = $this->grad->parseBackgroundGradient($cell['gradient']); + if ($g) { + if ($table['borders_separate']) { + $px = $x+ ($table['border_spacing_H']/2); + $py = $y+ ($table['border_spacing_V']/2); + $pw = $w- $table['border_spacing_H']; + $ph = $h- $table['border_spacing_V']; + } + else { + $px = $x; + $py = $y; + $pw = $w; + $ph = $h; + } + if ($this->ColActive) { + $this->grad->Gradient($px, $py, $pw, $ph, $g['type'], $g['stops'], $g['colorspace'], $g['coords'], $g['extend']); + } + else { + $this->tableBackgrounds[$level*9+7][] = array('gradient'=>true, 'x'=>$px, 'y'=>$py, 'w'=>$pw, 'h'=>$ph, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + } + + if (isset($cell['background-image']) && $paintcell) { + if ($cell['background-image']['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $cell['background-image']['gradient'] )) { + $g = $this->grad->parseMozGradient( $cell['background-image']['gradient'] ); + if ($g) { + if ($table['borders_separate']) { + $px = $x+ ($table['border_spacing_H']/2); + $py = $y+ ($table['border_spacing_V']/2); + $pw = $w- $table['border_spacing_H']; + $ph = $h- $table['border_spacing_V']; + } + else { + $px = $x; + $py = $y; + $pw = $w; + $ph = $h; + } + if ($this->ColActive) { + $this->grad->Gradient($px, $py, $pw, $ph, $g['type'], $g['stops'], $g['colorspace'], $g['coords'], $g['extend']); + } + else { + $this->tableBackgrounds[$level*9+7][] = array('gradient'=>true, 'x'=>$px, 'y'=>$py, 'w'=>$pw, 'h'=>$ph, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + } + else if ($cell['background-image']['image_id']) { // Background pattern + $n = count($this->patterns)+1; + if ($table['borders_separate']) { + $px = $x+ ($table['border_spacing_H']/2); + $py = $y+ ($table['border_spacing_V']/2); + $pw = $w- $table['border_spacing_H']; + $ph = $h- $table['border_spacing_V']; + } + else { + $px = $x; + $py = $y; + $pw = $w; + $ph = $h; + } + if ($this->ColActive) { + list($orig_w, $orig_h, $x_repeat, $y_repeat) = $this->_resizeBackgroundImage($cell['background-image']['orig_w'], $cell['background-image']['orig_h'], $pw, $ph, $cell['background-image']['resize'], $cell['background-image']['x_repeat'], $cell['background-image']['y_repeat']); + $this->patterns[$n] = array('x'=>$px, 'y'=>$py, 'w'=>$pw, 'h'=>$ph, 'pgh'=>$this->h, 'image_id'=>$cell['background-image']['image_id'], 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$cell['background-image']['x_pos'] , 'y_pos'=>$cell['background-image']['y_pos'] , 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat); + if ($cell['background-image']['opacity']>0 && $cell['background-image']['opacity']<1) { $opac = $this->SetAlpha($cell['background-image']['opacity'],'Normal',true); } + else { $opac = ''; } + $this->_out(sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, $px*_MPDFK, ($this->h-$py)*_MPDFK, $pw*_MPDFK, -$ph*_MPDFK)); + } + else { + $image_id = $cell['background-image']['image_id']; + $orig_w = $cell['background-image']['orig_w']; + $orig_h = $cell['background-image']['orig_h']; + $x_pos = $cell['background-image']['x_pos']; + $y_pos = $cell['background-image']['y_pos']; + $x_repeat = $cell['background-image']['x_repeat']; + $y_repeat = $cell['background-image']['y_repeat']; + $resize = $cell['background-image']['resize']; + $opacity = $cell['background-image']['opacity']; + $itype = $cell['background-image']['itype']; + $this->tableBackgrounds[$level*9+8][] = array('x'=>$px, 'y'=>$py, 'w'=>$pw, 'h'=>$ph, 'image_id'=>$image_id, 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$x_pos, 'y_pos'=>$y_pos, 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat, 'clippath'=>'', 'resize'=>$resize, 'opacity'=>$opacity, 'itype'=>$itype); + } + } + } +/*-- END BACKGROUNDS --*/ + + if (isset($cell['colspan']) && $cell['colspan']>1) { $ccolsp = $cell['colspan']; } + else { $ccolsp = 1; } + if (isset($cell['rowspan']) && $cell['rowspan']>1) { $crowsp = $cell['rowspan']; } + else { $crowsp = 1; } + + + // but still need to do this for repeated headers... + if (!$table['borders_separate'] && $this->tabletheadjustfinished && !$this->simpleTables){ + if (isset($table['topntail']) && $table['topntail']) { + $bord_det['T'] = $this->border_details($table['topntail']); + $bord_det['T']['w'] /= $this->shrin_k; + $this->setBorder($bord, _BORDER_TOP); + } + if (isset($table['thead-underline']) && $table['thead-underline']) { + $bord_det['T'] = $this->border_details($table['thead-underline']); + $bord_det['T']['w'] /= $this->shrin_k; + $this->setBorder($bord, _BORDER_TOP); + } + } + + + //Get info of first row ==>> table header + //Use > 1 row if THEAD + if (isset($table['is_thead'][$i]) && $table['is_thead'][$i] && $level==1) { + if ($j==0) $tableheaderrowheight += $table['hr'][$i]; + $tableheader[$i][0]['trbackground-images'] = (isset($table['trbackground-images'][$i]) ? $table['trbackground-images'][$i] : null); + $tableheader[$i][0]['trgradients'] = (isset($table['trgradients'][$i]) ? $table['trgradients'][$i] : null); + $tableheader[$i][0]['trbgcolor'] = (isset($table['bgcolor'][$i]) ? $table['bgcolor'][$i] : null); + $tableheader[$i][$j]['x'] = $x; + $tableheader[$i][$j]['y'] = $y; + $tableheader[$i][$j]['h'] = $h; + $tableheader[$i][$j]['w'] = $w; + if (isset($cell['textbuffer'])) { $tableheader[$i][$j]['textbuffer'] = $cell['textbuffer']; } + else { $tableheader[$i][$j]['textbuffer'] = ''; } + $tableheader[$i][$j]['a'] = $cell['a']; + $tableheader[$i][$j]['R'] = $cell['R']; + + $tableheader[$i][$j]['va'] = $cell['va']; + $tableheader[$i][$j]['mih'] = $cell['mih']; + $tableheader[$i][$j]['gradient'] = (isset($cell['gradient']) ? $cell['gradient'] : null); // *BACKGROUNDS* + $tableheader[$i][$j]['background-image'] = (isset($cell['background-image']) ? $cell['background-image'] : null); // *BACKGROUNDS* + $tableheader[$i][$j]['rowspan'] = (isset($cell['rowspan']) ? $cell['rowspan'] : null); + $tableheader[$i][$j]['colspan'] = (isset($cell['colspan']) ? $cell['colspan'] : null); + $tableheader[$i][$j]['bgcolor'] = $cell['bgcolor']; + + if (!$this->simpleTables){ + $tableheader[$i][$j]['border'] = $bord; + $tableheader[$i][$j]['border_details'] = $bord_det; + } + else if ($this->simpleTables){ + $tableheader[$i][$j]['border'] = $table['simple']['border']; + $tableheader[$i][$j]['border_details'] = $table['simple']['border_details']; + } + $tableheader[$i][$j]['padding'] = $cell['padding']; + } + + // CELL BORDER + if ($bord || $bord_det) { + if ($table['borders_separate'] && $paintcell) { + $this->_tableRect($x + ($table['border_spacing_H']/2)+($bord_det['L']['w'] /2), $y+ ($table['border_spacing_V']/2)+($bord_det['T']['w'] /2), $w-$table['border_spacing_H']-($bord_det['L']['w'] /2)-($bord_det['R']['w'] /2), $h- $table['border_spacing_V']-($bord_det['T']['w'] /2)-($bord_det['B']['w']/2), $bord, $bord_det, false, $table['borders_separate']); + } + else if (!$table['borders_separate']) { + $this->_tableRect($x, $y, $w, $h, $bord, $bord_det, true, $table['borders_separate']); // true causes buffer + } + + } + + //VERTICAL ALIGN + if ($cell['R'] && INTVAL($cell['R']) > 0 && INTVAL($cell['R']) < 90 && isset($cell['va']) && $cell['va']!='B') { $cell['va']='B';} + if (!isset($cell['va']) || $cell['va']=='M') $this->y += ($h-$cell['mih'])/2; + elseif (isset($cell['va']) && $cell['va']=='B') $this->y += $h-$cell['mih']; + + // NESTED CONTENT + + // TEXT (and nested tables) + $this->divalign=$align; + + $this->divwidth=$w; + if (!empty($cell['textbuffer'])) { + if ($level==1) { + if (isset($table['is_tfoot'][$i]) && $table['is_tfoot'][$i]) { + if (preg_match('/{colsum([0-9]*)[_]*}/', $cell['textbuffer'][0][0], $m)) { + $rep = sprintf("%01.".intval($m[1])."f", $this->colsums[$j]); + $cell['textbuffer'][0][0] = preg_replace('/{colsum[0-9_]*}/', $rep ,$cell['textbuffer'][0][0]); + } + } + else if (!isset($table['is_thead'][$i])) { $this->colsums[$j] += floatval(preg_replace('/^[^0-9\.\,]*/','',$cell['textbuffer'][0][0])); } // mPDF 5.6.66 + } + $opy = $this->y; + // mPDF ITERATION + if ($this->iterationCounter) { + foreach($cell['textbuffer'] AS $k=>$t) { + if (preg_match('/{iteration ([a-zA-Z0-9_]+)}/',$t[0], $m)) { + $vname = '__'.$m[1].'_'; + if (!isset($this->$vname)) { $this->$vname = 1; } + else { $this->$vname++; } + $cell['textbuffer'][$k][0] = preg_replace('/{iteration '.$m[1].'}/', $this->$vname, $cell['textbuffer'][$k][0]); + } + } + } + + + if ($cell['R']) { + $cellPtSize = $cell['textbuffer'][0][11] / $this->shrin_k; + if (!$cellPtSize) { $cellPtSize = $this->default_font_size; } + $cellFontHeight = ($cellPtSize/_MPDFK); + $opx = $this->x; + $angle = INTVAL($cell['R']); + // Only allow 45 to 89 degrees (when bottom-aligned) or exactly 90 or -90 + if ($angle > 90) { $angle = 90; } + else if ($angle > 0 && $angle <45) { $angle = 45; } + else if ($angle < 0) { $angle = -90; } + $offset = ((sin(deg2rad($angle))) * 0.37 * $cellFontHeight); + if (isset($cell['a']) && $cell['a']=='R') { + $this->x += ($w) + ($offset) - ($cellFontHeight/3) - ($cell['padding']['R'] + ($table['border_spacing_H']/2)); + } + else if (!isset($cell['a']) || $cell['a']=='C') { + $this->x += ($w/2) + ($offset); + } + else { + $this->x += ($offset) + ($cellFontHeight/3)+($cell['padding']['L'] +($table['border_spacing_H']/2)); + } + $str = ''; + foreach($cell['textbuffer'] AS $t) { $str .= $t[0].' '; } + $str = trim($str); + if (!isset($cell['va']) || $cell['va']=='M') { + $this->y -= ($h-$cell['mih'])/2; //Undo what was added earlier VERTICAL ALIGN + if ($angle > 0) { $this->y += (($h-$cell['mih'])/2) + $cell['padding']['T'] + ($cell['mih']-($cell['padding']['T'] + $cell['padding']['B'])); } + else if ($angle < 0) { $this->y += (($h-$cell['mih'])/2)+ ($cell['padding']['T'] + ($table['border_spacing_V']/2)); } + } + elseif (isset($cell['va']) && $cell['va']=='B') { + $this->y -= $h-$cell['mih']; //Undo what was added earlier VERTICAL ALIGN + if ($angle > 0) { $this->y += $h-($cell['padding']['B'] + ($table['border_spacing_V']/2)); } + else if ($angle < 0) { $this->y += $h-$cell['mih'] + ($cell['padding']['T'] + ($table['border_spacing_V']/2)); } + } + elseif (isset($cell['va']) && $cell['va']=='T') { + if ($angle > 0) { $this->y += $cell['mih']-($cell['padding']['B'] + ($table['border_spacing_V']/2)); } + else if ($angle < 0) { $this->y += ($cell['padding']['T'] + ($table['border_spacing_V']/2)); } + } + $this->Rotate($angle,$this->x,$this->y); + $s_fs = $this->FontSizePt; + $s_f = $this->FontFamily; + $s_st = $this->FontStyle; + if (!empty($cell['textbuffer'][0][3])) { //Font Color + $cor = $cell['textbuffer'][0][3]; + $this->SetTColor($cor); + } + $s_str = $this->strike; + $this->strike = $cell['textbuffer'][0][8]; //Strikethrough + $this->SetFont($cell['textbuffer'][0][4],$cell['textbuffer'][0][2],$cellPtSize,true,true); + $this->Text($this->x,$this->y,$str); + $this->Rotate(0); + $this->SetFont($s_f,$s_st,$s_fs,true,true); + $this->SetTColor(0); + $this->strike = $s_str; + $this->x = $opx; + } + else { + + if (!$this->simpleTables){ + if ($bord_det) { + $btlw = $bord_det['L']['w']; + $btrw = $bord_det['R']['w']; + $bttw = $bord_det['T']['w']; + } + else { + $btlw = 0; + $btrw = 0; + $bttw = 0; + } + if ($table['borders_separate']) { + $xadj = $btlw + $cell['padding']['L'] +($table['border_spacing_H']/2); + $wadj = $btlw + $btrw + $cell['padding']['L'] +$cell['padding']['R'] + $table['border_spacing_H']; + $yadj = $bttw + $cell['padding']['T'] + ($table['border_spacing_H']/2); + } + else { + $xadj = $btlw/2 + $cell['padding']['L']; + $wadj = ($btlw + $btrw)/2 + $cell['padding']['L'] + $cell['padding']['R']; + $yadj = $bttw/2 + $cell['padding']['T']; + } + } + else if ($this->simpleTables){ + if ($table['borders_separate']) { // NB twice border width + $xadj = $table['simple']['border_details']['L']['w'] + $cell['padding']['L'] +($table['border_spacing_H']/2); + $wadj = $table['simple']['border_details']['L']['w'] + $table['simple']['border_details']['R']['w'] + $cell['padding']['L'] +$cell['padding']['R'] + $table['border_spacing_H']; + $yadj = $table['simple']['border_details']['T']['w'] + $cell['padding']['T'] + ($table['border_spacing_H']/2); + } + else { + $xadj = $table['simple']['border_details']['L']['w']/2 + $cell['padding']['L']; + $wadj = ($table['simple']['border_details']['L']['w'] + $table['simple']['border_details']['R']['w'])/2 + $cell['padding']['L'] + $cell['padding']['R']; + $yadj = $table['simple']['border_details']['T']['w']/2 + $cell['padding']['T']; + } + } + // mPDF 5.6.13 + $this->decimal_offset = 0; + if(substr($cell['a'],0,1) == 'D') { + if ($cell['colspan'] > 1) { $this->divalign = $c['a'] = substr($cell['a'],2,1); } + else { + $smax = $table['decimal_align'][$j]['maxs0']; + $d_content = $table['decimal_align'][$j]['maxs0'] + $table['decimal_align'][$j]['maxs1']; + $this->decimal_offset = $smax; + $extra = ($w - $d_content - $wadj); + if ($extra > 0) { + if(substr($cell['a'],2,1) == 'R') { $this->decimal_offset += $extra; } + else if(substr($cell['a'],2,1) == 'C') { $this->decimal_offset += ($extra)/2; } + } + } + } + $this->divwidth=$w-$wadj; + if ($this->divwidth == 0) { $this->divwidth = 0.0001; } + $this->x += $xadj; + $this->y += $yadj; + $this->printbuffer($cell['textbuffer'],'',true); + } + $this->y = $opy; + } + +/*-- BACKGROUNDS --*/ + if (!$this->ColActive) { + if (isset($table['trgradients'][$i]) && ($j==0 || $table['borders_separate'])) { + $g = $this->grad->parseBackgroundGradient($table['trgradients'][$i]); + if ($g) { + $gx = $x0; + $gy = $y; + $gh = $h; + $gw = $table['w'] - ($table['max_cell_border_width']['L']/2) - ($table['max_cell_border_width']['R']/2) - $table['margin']['L'] - $table['margin']['R']; + if ($table['borders_separate']) { + $gw -= ($table['padding']['L'] + $table['border_details']['L']['w'] + $table['padding']['R'] + $table['border_details']['R']['w'] + $table['border_spacing_H']); + $s = ''; + $clx = $x+ ($table['border_spacing_H']/2); + $cly = $y+ ($table['border_spacing_V']/2); + $clw = $w- $table['border_spacing_H']; + $clh = $h- $table['border_spacing_V']; + // Set clipping path + $s = ' q 0 w '; // Line width=0 + $s .= sprintf('%.3F %.3F m ', ($clx)*_MPDFK, ($this->h-($cly))*_MPDFK); // start point TL before the arc + $s .= sprintf('%.3F %.3F l ', ($clx)*_MPDFK, ($this->h-($cly+$clh))*_MPDFK); // line to BL + $s .= sprintf('%.3F %.3F l ', ($clx+$clw)*_MPDFK, ($this->h-($cly+$clh))*_MPDFK); // line to BR + $s .= sprintf('%.3F %.3F l ', ($clx+$clw)*_MPDFK, ($this->h-($cly))*_MPDFK); // line to TR + $s .= sprintf('%.3F %.3F l ', ($clx)*_MPDFK, ($this->h-($cly))*_MPDFK); // line to TL + $s .= ' W n '; // Ends path no-op & Sets the clipping path + $this->tableBackgrounds[$level*9+4][] = array('gradient'=>true, 'x'=>$gx + ($table['border_spacing_H']/2), 'y'=>$gy + ($table['border_spacing_V']/2), 'w'=>$gw - $table['border_spacing_V'], 'h'=>$gh - $table['border_spacing_H'], 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>$s); + } + else { + $this->tableBackgrounds[$level*9+4][] = array('gradient'=>true, 'x'=>$gx, 'y'=>$gy, 'w'=>$gw, 'h'=>$gh, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + } + if (isset($table['trbackground-images'][$i]) && ($j==0 || $table['borders_separate'])) { + if ($table['trbackground-images'][$i]['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $table['trbackground-images'][$i]['gradient'] )) { + $g = $this->grad->parseMozGradient( $table['trbackground-images'][$i]['gradient'] ); + if ($g) { + $gx = $x0; + $gy = $y; + $gh = $h; + $gw = $table['w'] - ($table['max_cell_border_width']['L']/2) - ($table['max_cell_border_width']['R']/2) - $table['margin']['L'] - $table['margin']['R']; + if ($table['borders_separate']) { + $gw -= ($table['padding']['L'] + $table['border_details']['L']['w'] + $table['padding']['R'] + $table['border_details']['R']['w'] + $table['border_spacing_H']); + $s = ''; + $clx = $x+ ($table['border_spacing_H']/2); + $cly = $y+ ($table['border_spacing_V']/2); + $clw = $w- $table['border_spacing_H']; + $clh = $h- $table['border_spacing_V']; + // Set clipping path + $s = ' q 0 w '; // Line width=0 + $s .= sprintf('%.3F %.3F m ', ($clx)*_MPDFK, ($this->h-($cly))*_MPDFK); // start point TL before the arc + $s .= sprintf('%.3F %.3F l ', ($clx)*_MPDFK, ($this->h-($cly+$clh))*_MPDFK); // line to BL + $s .= sprintf('%.3F %.3F l ', ($clx+$clw)*_MPDFK, ($this->h-($cly+$clh))*_MPDFK); // line to BR + $s .= sprintf('%.3F %.3F l ', ($clx+$clw)*_MPDFK, ($this->h-($cly))*_MPDFK); // line to TR + $s .= sprintf('%.3F %.3F l ', ($clx)*_MPDFK, ($this->h-($cly))*_MPDFK); // line to TL + $s .= ' W n '; // Ends path no-op & Sets the clipping path + $this->tableBackgrounds[$level*9+4][] = array('gradient'=>true, 'x'=>$gx + ($table['border_spacing_H']/2), 'y'=>$gy + ($table['border_spacing_V']/2), 'w'=>$gw - $table['border_spacing_V'], 'h'=>$gh - $table['border_spacing_H'], 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>$s); + } + else { + $this->tableBackgrounds[$level*9+4][] = array('gradient'=>true, 'x'=>$gx, 'y'=>$gy, 'w'=>$gw, 'h'=>$gh, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + } + else { + $image_id = $table['trbackground-images'][$i]['image_id']; + $orig_w = $table['trbackground-images'][$i]['orig_w']; + $orig_h = $table['trbackground-images'][$i]['orig_h']; + $x_pos = $table['trbackground-images'][$i]['x_pos']; + $y_pos = $table['trbackground-images'][$i]['y_pos']; + $x_repeat = $table['trbackground-images'][$i]['x_repeat']; + $y_repeat = $table['trbackground-images'][$i]['y_repeat']; + $resize = $table['trbackground-images'][$i]['resize']; + $opacity = $table['trbackground-images'][$i]['opacity']; + $itype = $table['trbackground-images'][$i]['itype']; + $clippath = ''; + $gx = $x0; + $gy = $y; + $gh = $h; + $gw = $table['w'] - ($table['max_cell_border_width']['L']/2) - ($table['max_cell_border_width']['R']/2) - $table['margin']['L'] - $table['margin']['R']; + if ($table['borders_separate']) { + $gw -= ($table['padding']['L'] + $table['border_details']['L']['w'] + $table['padding']['R'] + $table['border_details']['R']['w'] + $table['border_spacing_H']); + $s = ''; + $clx = $x + ($table['border_spacing_H']/2); + $cly = $y + ($table['border_spacing_V']/2); + $clw = $w - $table['border_spacing_H']; + $clh = $h - $table['border_spacing_V']; + // Set clipping path + $s = ' q 0 w '; // Line width=0 + $s .= sprintf('%.3F %.3F m ', ($clx)*_MPDFK, ($this->h-($cly))*_MPDFK); // start point TL + $s .= sprintf('%.3F %.3F l ', ($clx)*_MPDFK, ($this->h-($cly+$clh))*_MPDFK); // line to BL + $s .= sprintf('%.3F %.3F l ', ($clx+$clw)*_MPDFK, ($this->h-($cly+$clh))*_MPDFK); // line to BR + $s .= sprintf('%.3F %.3F l ', ($clx+$clw)*_MPDFK, ($this->h-($cly))*_MPDFK); // line to TR + $s .= sprintf('%.3F %.3F l ', ($clx)*_MPDFK, ($this->h-($cly))*_MPDFK); // line to TL + $s .= ' W n '; // Ends path no-op & Sets the clipping path + $this->tableBackgrounds[$level*9+5][] = array('x'=>$gx + ($table['border_spacing_H']/2), 'y'=>$gy + ($table['border_spacing_V']/2), 'w'=>$gw - $table['border_spacing_V'], 'h'=>$gh - $table['border_spacing_H'], 'image_id'=>$image_id, 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$x_pos, 'y_pos'=>$y_pos, 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat, 'clippath'=>$s, 'resize'=>$resize, 'opacity'=>$opacity, 'itype'=>$itype); + } + else { + $this->tableBackgrounds[$level*9+5][] = array('x'=>$gx, 'y'=>$gy, 'w'=>$gw, 'h'=>$gh, 'image_id'=>$image_id, 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$x_pos, 'y_pos'=>$y_pos, 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat, 'clippath'=>'', 'resize'=>$resize, 'opacity'=>$opacity, 'itype'=>$itype); + } + } + } + } + +/*-- END BACKGROUNDS --*/ + + // TABLE BORDER - if separate + if (($table['borders_separate'] || ($this->simpleTables && !$table['simple']['border'])) && $table['border']) { + $halfspaceL = $table['padding']['L'] + ($table['border_spacing_H']/2); + $halfspaceR = $table['padding']['R'] + ($table['border_spacing_H']/2); + $halfspaceT = $table['padding']['T'] + ($table['border_spacing_V']/2); + $halfspaceB = $table['padding']['B'] + ($table['border_spacing_V']/2); + $tbx = $x; + $tby = $y; + $tbw = $w; + $tbh = $h; + $tab_bord = 0; + + $corner = ''; + if ($i == 0) { // Top + $tby -= $halfspaceT + ($table['border_details']['T']['w']/2); + $tbh += $halfspaceT + ($table['border_details']['T']['w']/2); + $this->setBorder($tab_bord , _BORDER_TOP); + $corner .= 'T'; + } + if ($i == ($numrows-1) || (isset($cell['rowspan']) && ($i+$cell['rowspan']) == $numrows)) { // Bottom + $tbh += $halfspaceB + ($table['border_details']['B']['w']/2); + $this->setBorder($tab_bord , _BORDER_BOTTOM); + $corner .= 'B'; + } + if ($j == 0) { // Left + $tbx -= $halfspaceL + ($table['border_details']['L']['w']/2); + $tbw += $halfspaceL + ($table['border_details']['L']['w']/2); + $this->setBorder($tab_bord , _BORDER_LEFT); + $corner .= 'L'; + } + if ($j == ($numcols-1) || (isset($cell['colspan']) && ($j+$cell['colspan']) == $numcols)) { // Right + $tbw += $halfspaceR + ($table['border_details']['R']['w']/2); + $this->setBorder($tab_bord , _BORDER_RIGHT); + $corner .= 'R'; + } + $this->_tableRect($tbx, $tby, $tbw, $tbh, $tab_bord , $table['border_details'], false, $table['borders_separate'], 'table', $corner, $table['border_spacing_V'], $table['border_spacing_H'] ); + } + + unset($cell ); + //Reset values + $this->Reset(); + + }//end of (if isset(cells)...) + }// end of columns + + $newpagestarted = false; + $this->tabletheadjustfinished = false; + + if ($this->ColActive && $i < $numrows-1 && $level==1) { $this->breakpoints[$this->CurrCol][] = $y + $h; } // *COLUMNS* + +/*-- COLUMNS --*/ + if ($this->ColActive) { + if (count($this->cellBorderBuffer)) { $this->printcellbuffer(); } + } +/*-- END COLUMNS --*/ + + if ($i == $numrows-1) { $this->y = $y + $h; } //last row jump (update this->y position) + if ($this->table_rotate && $level==1) { + $this->tbrot_h += $h; + } + + + + }// end of rows + + if ($this->progressBar) { $this->UpdateProgressBar(7,70,' '); } // *PROGRESS-BAR* + + if (count($this->cellBorderBuffer)) { $this->printcellbuffer(); } + + + if ($this->tableClipPath ) { $this->_out("Q"); } + $this->tableClipPath = ''; + + // Advance down page by half width of bottom border + if ($table['borders_separate']) { $this->y += $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; } + else { $this->y += $table['max_cell_border_width']['B']/2; } + + if ($table['borders_separate'] && $level==1) { $this->tbrot_h += $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['w'] + $table['border_spacing_V']/2; } + else if ($level==1) { $this->tbrot_h += $table['margin']['B'] + $table['max_cell_border_width']['B']/2; } + + $bx = $x0; + $by = $y0; + if ($table['borders_separate']) { + $bx -= ($table['padding']['L'] + $table['border_details']['L']['w'] + $table['border_spacing_H']/2); + if ($tablestartpageno != $this->page) { // IF broken across page + $by += $table['max_cell_border_width']['T']/2; + if (empty($tableheader)) { $by -= ($table['border_spacing_V']/2); } + } + else if ($split && $startrow > 0 && empty($tableheader)) { + $by -= ($table['border_spacing_V']/2); + } + else { + $by -= ($table['padding']['T'] + $table['border_details']['T']['w'] + $table['border_spacing_V']/2); + } + } + else if ($tablestartpageno != $this->page && !empty($tableheader)) { $by += $maxbwtop /2; } + $by -= $tableheaderadj; + $bh = $this->y - $by; + if (!$table['borders_separate']) { $bh -= $table['max_cell_border_width']['B']/2; } + + if ($split) { + $bw = 0; + $finalSpread = true; + for($t=$startcol; $t<$numcols; $t++) { + if ($table['colPg'][$t] == $splitpg) { $bw += $table['wc'][$t]; } + if ($table['colPg'][$t] > $splitpg) { $finalSpread = false; break; } + } + if ($startcol==0) { $firstSpread = true; } + else { $firstSpread = false; } + if ($table['borders_separate']) { + $bw += $table['border_spacing_H']; + if ($firstSpread) { + $bw += $table['padding']['L'] + $table['border_details']['L']['w']; + } + else { + $bx += ($table['padding']['L'] + $table['border_details']['L']['w']); + } + if ($finalSpread) { + $bw += $table['padding']['R'] + $table['border_details']['R']['w']; + } + } + } + else { + $bw = $table['w'] - ($table['max_cell_border_width']['L']/2) - ($table['max_cell_border_width']['R']/2) - $table['margin']['L'] - $table['margin']['R']; + } + + if (!$this->ColActive) { + if (isset($table['bgcolor'][-1])) { + $color = $this->ConvertColor($table['bgcolor'][-1]); + if ($color) { + $this->tableBackgrounds[$level*9][] = array('gradient'=>false, 'x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'col'=>$color); + } + } + +/*-- BACKGROUNDS --*/ + if (isset($table['gradient'])) { + $g = $this->grad->parseBackgroundGradient($table['gradient']); + if ($g) { + $this->tableBackgrounds[$level*9+1][] = array('gradient'=>true, 'x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + + if (isset($table['background-image'])) { + if ($table['background-image']['gradient'] && preg_match('/(-moz-)*(repeating-)*(linear|radial)-gradient/', $table['background-image']['gradient'] )) { + $g = $this->grad->parseMozGradient( $table['background-image']['gradient'] ); + if ($g) { + $this->tableBackgrounds[$level*9+1][] = array('gradient'=>true, 'x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'gradtype'=>$g['type'], 'stops'=>$g['stops'], 'colorspace'=>$g['colorspace'], 'coords'=>$g['coords'], 'extend'=>$g['extend'], 'clippath'=>''); + } + } + else { + $image_id = $table['background-image']['image_id']; + $orig_w = $table['background-image']['orig_w']; + $orig_h = $table['background-image']['orig_h']; + $x_pos = $table['background-image']['x_pos']; + $y_pos = $table['background-image']['y_pos']; + $x_repeat = $table['background-image']['x_repeat']; + $y_repeat = $table['background-image']['y_repeat']; + $resize = $table['background-image']['resize']; + $opacity = $table['background-image']['opacity']; + $itype = $table['background-image']['itype']; + $this->tableBackgrounds[$level*9+2][] = array('x'=>$bx, 'y'=>$by, 'w'=>$bw, 'h'=>$bh, 'image_id'=>$image_id, 'orig_w'=>$orig_w, 'orig_h'=>$orig_h, 'x_pos'=>$x_pos, 'y_pos'=>$y_pos, 'x_repeat'=>$x_repeat, 'y_repeat'=>$y_repeat, 'clippath'=>'', 'resize'=>$resize, 'opacity'=>$opacity, 'itype'=>$itype); + } + } +/*-- END BACKGROUNDS --*/ + } + + if ($this->tableBackgrounds && $level == 1) { + $s = $this->PrintTableBackgrounds(); + if ($this->table_rotate && !$this->processingHeader && !$this->processingFooter) { + $this->tablebuffer = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', '\\1'."\n".$s."\n", $this->tablebuffer); + if ($level == 1) { $this->tablebuffer = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', " ", $this->tablebuffer); } + } + else if ($this->bufferoutput) { + $this->headerbuffer = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', '\\1'."\n".$s."\n", $this->headerbuffer); + if ($level == 1) { $this->headerbuffer = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', " ", $this->headerbuffer ); } + } + else { + $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', '\\1'."\n".$s."\n", $this->pages[$this->page]); + if ($level == 1) { $this->pages[$this->page] = preg_replace('/(___TABLE___BACKGROUNDS'.date('jY').')/', " ", $this->pages[$this->page]); } + } + $this->tableBackgrounds = array(); + } + + + // TABLE BOTTOM MARGIN + if ($table['margin']['B']) { + if (!$this->table_rotate && $level==1) { + $this->DivLn($table['margin']['B'],$this->blklvl,true); // collapsible + } + else { + $this->y += ($table['margin']['B']); + } + } + + if ($this->ColActive && $level==1) { $this->breakpoints[$this->CurrCol][] = $this->y; } // *COLUMNS* + + if ($this->cacheTables) { fclose($fh); } + + if ($split) { + // Are there more columns to print on a next page? + if ($lastCol < $numcols-1) { + $splitpg++; + $startcol = $lastCol + 1; + return array(false, $startrow, $startcol, $splitpg, $returny, $y0); + } + else { + if ($this->cacheTables) { + unlink($table['cache']); + @unlink($table['cache'].'.bak'); + } + return array(true,0,0,0); + } + } + if ($this->cacheTables) { + unlink($table['cache']); + @unlink($table['cache'].'.bak'); + } + +}//END OF FUNCTION _tableWrite() + + +/////////////////////////END OF TABLE CODE////////////////////////////////// +/*-- END TABLES --*/ + +function _putextgstates() { + for ($i = 1; $i <= count($this->extgstates); $i++) { + $this->_newobj(); + $this->extgstates[$i]['n'] = $this->n; + $this->_out('<</Type /ExtGState'); + foreach ($this->extgstates[$i]['parms'] as $k=>$v) + $this->_out('/'.$k.' '.$v); + $this->_out('>>'); + $this->_out('endobj'); + } +} + +function _putocg() { + if ($this->hasOC) { // mPDF 5.6.01 + $this->_newobj(); + $this->n_ocg_print=$this->n; + $this->_out('<</Type /OCG /Name '.$this->_textstring('Print only')); + $this->_out('/Usage <</Print <</PrintState /ON>> /View <</ViewState /OFF>>>>>>'); + $this->_out('endobj'); + $this->_newobj(); + $this->n_ocg_view=$this->n; + $this->_out('<</Type /OCG /Name '.$this->_textstring('Screen only')); + $this->_out('/Usage <</Print <</PrintState /OFF>> /View <</ViewState /ON>>>>>>'); + $this->_out('endobj'); + $this->_newobj(); + $this->n_ocg_hidden=$this->n; + $this->_out('<</Type /OCG /Name '.$this->_textstring('Hidden')); + $this->_out('/Usage <</Print <</PrintState /OFF>> /View <</ViewState /OFF>>>>>>'); + $this->_out('endobj'); + } + // mPDF 5.6.01 Add Layers + if (count($this->layers)) { + ksort($this->layers); + foreach($this->layers as $id=>$layer) { + $this->_newobj(); + $this->layers[$id]['n'] = $this->n; + // mPDF 5.6.28 + if (isset($this->layerDetails[$id]['name']) && $this->layerDetails[$id]['name']) { + $name = $this->layerDetails[$id]['name']; + } + else { $name = $layer['name']; } + $this->_out('<</Type /OCG /Name '.$this->_UTF16BEtextstring($name).'>>'); + $this->_out('endobj'); + } + } +} + + +/*-- IMPORTS --*/ + + // from mPDFI + function _putimportedobjects() { + if (is_array($this->parsers) && count($this->parsers) > 0) { + foreach($this->parsers AS $filename => $p) { + $this->current_parser =& $this->parsers[$filename]; + if (is_array($this->_obj_stack[$filename])) { + while($n = key($this->_obj_stack[$filename])) { + $nObj = $this->current_parser->pdf_resolve_object($this->current_parser->c,$this->_obj_stack[$filename][$n][1]); + $this->_newobj($this->_obj_stack[$filename][$n][0]); + if ($nObj[0] == PDF_TYPE_STREAM) { + $this->pdf_write_value($nObj); + } + else { + $this->pdf_write_value($nObj[1]); + } + $this->_out('endobj'); + $this->_obj_stack[$filename][$n] = null; // free memory + unset($this->_obj_stack[$filename][$n]); + reset($this->_obj_stack[$filename]); + } + } + } + } + } + + + function _putformxobjects() { + $filter=($this->compress) ? '/Filter /FlateDecode ' : ''; + reset($this->tpls); + foreach($this->tpls AS $tplidx => $tpl) { + $p=($this->compress) ? gzcompress($tpl['buffer']) : $tpl['buffer']; + $this->_newobj(); + $this->tpls[$tplidx]['n'] = $this->n; + $this->_out('<<'.$filter.'/Type /XObject'); + $this->_out('/Subtype /Form'); + $this->_out('/FormType 1'); + // Left/Bottom/Right/Top + $this->_out(sprintf('/BBox [%.2F %.2F %.2F %.2F]', + $tpl['box']['x']*_MPDFK, + $tpl['box']['y']*_MPDFK, + ($tpl['box']['x'] + $tpl['box']['w'])*_MPDFK, + ($tpl['box']['y'] + $tpl['box']['h'])*_MPDFK ) + ); + + + if (isset($tpl['box'])) + $this->_out(sprintf('/Matrix [1 0 0 1 %.5F %.5F]',-$tpl['box']['x']*_MPDFK, -$tpl['box']['y']*_MPDFK)); + $this->_out('/Resources '); + + if (isset($tpl['resources'])) { + $this->current_parser =& $tpl['parser']; + $this->pdf_write_value($tpl['resources']); + } else { + $this->_out('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]'); + if (isset($this->_res['tpl'][$tplidx]['fonts']) && count($this->_res['tpl'][$tplidx]['fonts'])) { + $this->_out('/Font <<'); + foreach($this->_res['tpl'][$tplidx]['fonts'] as $font) + $this->_out('/F'.$font['i'].' '.$font['n'].' 0 R'); + $this->_out('>>'); + } + if(isset($this->_res['tpl'][$tplidx]['images']) && count($this->_res['tpl'][$tplidx]['images']) || + isset($this->_res['tpl'][$tplidx]['tpls']) && count($this->_res['tpl'][$tplidx]['tpls'])) + { + $this->_out('/XObject <<'); + if (isset($this->_res['tpl'][$tplidx]['images']) && count($this->_res['tpl'][$tplidx]['images'])) { + foreach($this->_res['tpl'][$tplidx]['images'] as $image) + $this->_out('/I'.$image['i'].' '.$image['n'].' 0 R'); + } + if (isset($this->_res['tpl'][$tplidx]['tpls']) && count($this->_res['tpl'][$tplidx]['tpls'])) { + foreach($this->_res['tpl'][$tplidx]['tpls'] as $i => $itpl) + $this->_out($this->tplprefix.$i.' '.$itpl['n'].' 0 R'); + } + $this->_out('>>'); + } + $this->_out('>>'); + } + + $this->_out('/Length '.strlen($p).' >>'); + $this->_putstream($p); + $this->_out('endobj'); + } + } + +/*-- END IMPORTS --*/ + + +function _putpatterns() { + for ($i = 1; $i <= count($this->patterns); $i++) { + $x = $this->patterns[$i]['x']; + $y = $this->patterns[$i]['y']; + $w = $this->patterns[$i]['w']; + $h = $this->patterns[$i]['h']; + $pgh = $this->patterns[$i]['pgh']; + $orig_w = $this->patterns[$i]['orig_w']; + $orig_h = $this->patterns[$i]['orig_h']; + $image_id = $this->patterns[$i]['image_id']; + $itype = $this->patterns[$i]['itype']; + $bpa = $this->patterns[$i]['bpa']; // mPDF 5.6.10 background positioning area + + if ($this->patterns[$i]['x_repeat']) { $x_repeat = true; } + else { $x_repeat = false; } + if ($this->patterns[$i]['y_repeat']) { $y_repeat = true; } + else { $y_repeat = false; } + $x_pos = $this->patterns[$i]['x_pos']; + if (stristr($x_pos ,'%') ) { + $x_pos += 0; + $x_pos /= 100; + if (isset($bpa['w']) && $bpa['w']) $x_pos = ($bpa['w'] * $x_pos) - ($orig_w/_MPDFK * $x_pos); // mPDF 5.6.10 + else $x_pos = ($w * $x_pos) - ($orig_w/_MPDFK * $x_pos); + } + $y_pos = $this->patterns[$i]['y_pos']; + if (stristr($y_pos ,'%') ) { + $y_pos += 0; + $y_pos /= 100; + if (isset($bpa['h']) && $bpa['h']) $y_pos = ($bpa['h'] * $y_pos) - ($orig_h/_MPDFK * $y_pos); // mPDF 5.6.10 + else $y_pos = ($h * $y_pos) - ($orig_h/_MPDFK * $y_pos); + } + if (isset($bpa['x']) && $bpa['x']) $adj_x = ($x_pos + $bpa['x']) *_MPDFK; // mPDF 5.6.10 + else $adj_x = ($x_pos + $x) *_MPDFK; + if (isset($bpa['y']) && $bpa['y']) $adj_y = (($pgh - $y_pos - $bpa['y'])*_MPDFK) - $orig_h ; // mPDF 5.6.10 + else $adj_y = (($pgh - $y_pos - $y)*_MPDFK) - $orig_h ; + $img_obj = false; + if ($itype == 'svg' || $itype == 'wmf') { + foreach($this->formobjects AS $fo) { + if ($fo['i'] == $image_id) { + $img_obj = $fo['n']; + $fo_w = $fo['w']; + $fo_h = -$fo['h']; + $wmf_x = $fo['x']; + $wmf_y = $fo['y']; + break; + } + } + } + else { + foreach($this->images AS $img) { + if ($img['i'] == $image_id) { $img_obj = $img['n']; break; } + } + } + if (!$img_obj ) { echo "Problem: Image object not found for background pattern ".$img['i']; exit; } + + $this->_newobj(); + $this->_out('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]'); + if ($itype == 'svg' || $itype == 'wmf') { + $this->_out('/XObject <</FO'.$image_id.' '.$img_obj.' 0 R >>'); + // ******* ADD ANY ExtGStates, Shading AND Fonts needed for the FormObject + // Set in classes/svg array['fo'] = true + // Required that _putshaders comes before _putpatterns in _putresources + // This adds any resources associated with any FormObject to every Formobject - overkill but works! + if (count($this->extgstates)) { + $this->_out('/ExtGState <<'); + foreach($this->extgstates as $k=>$extgstate) + if (isset($extgstate['fo']) && $extgstate['fo']) { + if (isset($extgstate['trans'])) $this->_out('/'.$extgstate['trans'].' '.$extgstate['n'].' 0 R'); + else $this->_out('/GS'.$k.' '.$extgstate['n'].' 0 R'); + } + $this->_out('>>'); + } +/*-- BACKGROUNDS --*/ + if (isset($this->gradients) AND (count($this->gradients) > 0)) { + $this->_out('/Shading <<'); + foreach ($this->gradients as $id => $grad) { + if (isset($grad['fo']) && $grad['fo']) { + $this->_out('/Sh'.$id.' '.$grad['id'].' 0 R'); + } + } + $this->_out('>>'); + } +/*-- END BACKGROUNDS --*/ + $this->_out('/Font <<'); + foreach($this->fonts as $font) { + if (!$font['used'] && $font['type']=='TTF') { continue; } + if (isset($font['fo']) && $font['fo']) { + if ($font['type']=='TTF' && ($font['sip'] || $font['smp'])) { + foreach($font['n'] AS $k => $fid) { + $this->_out('/F'.$font['subsetfontids'][$k].' '.$font['n'][$k].' 0 R'); + } + } + else { + $this->_out('/F'.$font['i'].' '.$font['n'].' 0 R'); + } + } + } + $this->_out('>>'); + } + else { + $this->_out('/XObject <</I'.$image_id.' '.$img_obj.' 0 R >>'); + } + $this->_out('>>'); + $this->_out('endobj'); + + $this->_newobj(); + $this->patterns[$i]['n'] = $this->n; + $this->_out('<< /Type /Pattern /PatternType 1 /PaintType 1 /TilingType 2'); + $this->_out('/Resources '. ($this->n-1) .' 0 R'); + + $this->_out(sprintf('/BBox [0 0 %.3F %.3F]',$orig_w,$orig_h)); + if ($x_repeat) { $this->_out(sprintf('/XStep %.3F',$orig_w)); } + else { $this->_out(sprintf('/XStep %d',99999)); } + if ($y_repeat) { $this->_out(sprintf('/YStep %.3F',$orig_h)); } + else { $this->_out(sprintf('/YStep %d',99999)); } + + if ($itype == 'svg' || $itype == 'wmf') { + $this->_out(sprintf('/Matrix [1 0 0 -1 %.3F %.3F]', $adj_x, ($adj_y+$orig_h))); + $s = sprintf("q %.3F 0 0 %.3F %.3F %.3F cm /FO%d Do Q",($orig_w/$fo_w), (-$orig_h/$fo_h), -($orig_w/$fo_w)*$wmf_x, ($orig_w/$fo_w)*$wmf_y, $image_id); + } + else { + $this->_out(sprintf('/Matrix [1 0 0 1 %.3F %.3F]',$adj_x,$adj_y)); + $s = sprintf("q %.3F 0 0 %.3F 0 0 cm /I%d Do Q",$orig_w,$orig_h,$image_id); + } + + if ($this->compress) { + $this->_out('/Filter /FlateDecode'); + $s = gzcompress($s); + } + $this->_out('/Length '.strlen($s).'>>'); + $this->_putstream($s); + $this->_out('endobj'); + } +} + +/*-- BACKGROUNDS --*/ +function _putshaders() { + $maxid = count($this->gradients); //index for transparency gradients + foreach ($this->gradients as $id => $grad) { + if (($grad['type'] == 2 || $grad['type'] == 3) && empty($grad['is_mask'])) { + $this->_newobj(); + $this->_out('<<'); + $this->_out('/FunctionType 3'); + $this->_out('/Domain [0 1]'); + $fn = array(); + $bd = array(); + $en = array(); + for($i=0; $i<(count($grad['stops'])-1); $i++) { + $fn[] = ($this->n+1+$i).' 0 R'; + $en[] = '0 1'; + if ($i>0) { $bd[] = sprintf('%.3F', $grad['stops'][$i]['offset']); } + } + $this->_out('/Functions ['.implode(' ',$fn).']'); + $this->_out('/Bounds ['.implode(' ',$bd).']'); + $this->_out('/Encode ['.implode(' ',$en).']'); + $this->_out('>>'); + $this->_out('endobj'); + $f1 = $this->n; + for($i=0; $i<(count($grad['stops'])-1); $i++) { + $this->_newobj(); + $this->_out('<<'); + $this->_out('/FunctionType 2'); + $this->_out('/Domain [0 1]'); + $this->_out('/C0 ['.$grad['stops'][$i]['col'].']'); + $this->_out('/C1 ['.$grad['stops'][$i+1]['col'].']'); + $this->_out('/N 1'); + $this->_out('>>'); + $this->_out('endobj'); + } + } + if ($grad['type'] == 2 || $grad['type'] == 3) { + if (isset($grad['trans']) && $grad['trans']) { + $this->_newobj(); + $this->_out('<<'); + $this->_out('/FunctionType 3'); + $this->_out('/Domain [0 1]'); + $fn = array(); + $bd = array(); + $en = array(); + for($i=0; $i<(count($grad['stops'])-1); $i++) { + $fn[] = ($this->n+1+$i).' 0 R'; + $en[] = '0 1'; + if ($i>0) { $bd[] = sprintf('%.3F', $grad['stops'][$i]['offset']); } + } + $this->_out('/Functions ['.implode(' ',$fn).']'); + $this->_out('/Bounds ['.implode(' ',$bd).']'); + $this->_out('/Encode ['.implode(' ',$en).']'); + $this->_out('>>'); + $this->_out('endobj'); + $f2 = $this->n; + for($i=0; $i<(count($grad['stops'])-1); $i++) { + $this->_newobj(); + $this->_out('<<'); + $this->_out('/FunctionType 2'); + $this->_out('/Domain [0 1]'); + $this->_out(sprintf('/C0 [%.3F]', $grad['stops'][$i]['opacity'])); + $this->_out(sprintf('/C1 [%.3F]', $grad['stops'][$i+1]['opacity'])); + $this->_out('/N 1'); + $this->_out('>>'); + $this->_out('endobj'); + } + } + } + + if (empty($grad['is_mask'])) { + $this->_newobj(); + $this->_out('<<'); + $this->_out('/ShadingType '.$grad['type']); + if (isset($grad['colorspace'])) { + $this->_out('/ColorSpace /Device'.$grad['colorspace']); // Can use CMYK if all C0 and C1 above have 4 values + } else { + $this->_out('/ColorSpace /DeviceRGB'); + } + if ($grad['type'] == 2) { + $this->_out(sprintf('/Coords [%.3F %.3F %.3F %.3F]', $grad['coords'][0], $grad['coords'][1], $grad['coords'][2], $grad['coords'][3])); + $this->_out('/Function '.$f1.' 0 R'); + $this->_out('/Extend ['.$grad['extend'][0].' '.$grad['extend'][1].'] '); + $this->_out('>>'); + } + else if ($grad['type'] == 3) { + //x0, y0, r0, x1, y1, r1 + //at this this time radius of inner circle is 0 + $ir = 0; + if (isset($grad['coords'][5]) && $grad['coords'][5]) { $ir = $grad['coords'][5]; } + $this->_out(sprintf('/Coords [%.3F %.3F %.3F %.3F %.3F %.3F]', $grad['coords'][0], $grad['coords'][1], $ir, $grad['coords'][2], $grad['coords'][3], $grad['coords'][4])); + $this->_out('/Function '.$f1.' 0 R'); + $this->_out('/Extend ['.$grad['extend'][0].' '.$grad['extend'][1].'] '); + $this->_out('>>'); + } + else if ($grad['type']==6) { + $this->_out('/BitsPerCoordinate 16'); + $this->_out('/BitsPerComponent 8'); + if ($grad['colorspace'] == 'CMYK') { $this->_out('/Decode[0 1 0 1 0 1 0 1 0 1 0 1]'); } + else if ($grad['colorspace'] == 'Gray') { $this->_out('/Decode[0 1 0 1 0 1]'); } + else { $this->_out('/Decode[0 1 0 1 0 1 0 1 0 1]'); } + $this->_out('/BitsPerFlag 8'); + $this->_out('/Length '.strlen($grad['stream'])); + $this->_out('>>'); + $this->_putstream($grad['stream']); + } + $this->_out('endobj'); + } + + $this->gradients[$id]['id'] = $this->n; + + // set pattern object + $this->_newobj(); + $out = '<< /Type /Pattern /PatternType 2'; + $out .= ' /Shading '.$this->gradients[$id]['id'].' 0 R'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + + + $this->gradients[$id]['pattern'] = $this->n; + + if (isset($grad['trans']) && $grad['trans']) { + // luminosity pattern + $transid = $id + $maxid; + $this->_newobj(); + $this->_out('<<'); + $this->_out('/ShadingType '.$grad['type']); + $this->_out('/ColorSpace /DeviceGray'); + if ($grad['type'] == 2) { + $this->_out(sprintf('/Coords [%.3F %.3F %.3F %.3F]', $grad['coords'][0], $grad['coords'][1], $grad['coords'][2], $grad['coords'][3])); + $this->_out('/Function '.$f2.' 0 R'); + $this->_out('/Extend ['.$grad['extend'][0].' '.$grad['extend'][1].'] '); + $this->_out('>>'); + } + else if ($grad['type'] == 3) { + //x0, y0, r0, x1, y1, r1 + //at this this time radius of inner circle is 0 + $ir = 0; + if (isset($grad['coords'][5]) && $grad['coords'][5]) { $ir = $grad['coords'][5]; } + $this->_out(sprintf('/Coords [%.3F %.3F %.3F %.3F %.3F %.3F]', $grad['coords'][0], $grad['coords'][1], $ir, $grad['coords'][2], $grad['coords'][3], $grad['coords'][4])); + $this->_out('/Function '.$f2.' 0 R'); + $this->_out('/Extend ['.$grad['extend'][0].' '.$grad['extend'][1].'] '); + $this->_out('>>'); + } + else if ($grad['type']==6) { + $this->_out('/BitsPerCoordinate 16'); + $this->_out('/BitsPerComponent 8'); + $this->_out('/Decode[0 1 0 1 0 1]'); + $this->_out('/BitsPerFlag 8'); + $this->_out('/Length '.strlen($grad['stream_trans'])); + $this->_out('>>'); + $this->_putstream($grad['stream_trans']); + } + $this->_out('endobj'); + + $this->gradients[$transid]['id'] = $this->n; + $this->_newobj(); + $this->_out('<< /Type /Pattern /PatternType 2'); + $this->_out('/Shading '.$this->gradients[$transid]['id'].' 0 R'); + $this->_out('>>'); + $this->_out('endobj'); + $this->gradients[$transid]['pattern'] = $this->n; + $this->_newobj(); + // Need to extend size of viewing box in case of transformations + $str = 'q /a0 gs /Pattern cs /p'.$transid.' scn -'.($this->wPt/2).' -'.($this->hPt/2).' '.(2*$this->wPt).' '.(2*$this->hPt).' re f Q'; + $filter=($this->compress) ? '/Filter /FlateDecode ' : ''; + $p=($this->compress) ? gzcompress($str) : $str; + $this->_out('<< /Type /XObject /Subtype /Form /FormType 1 '.$filter); + $this->_out('/Length '.strlen($p)); + $this->_out('/BBox [-'.($this->wPt/2).' -'.($this->hPt/2).' '.(2*$this->wPt).' '.(2*$this->hPt).']'); + $this->_out('/Group << /Type /Group /S /Transparency /CS /DeviceGray >>'); + $this->_out('/Resources <<'); + $this->_out('/ExtGState << /a0 << /ca 1 /CA 1 >> >>'); + $this->_out('/Pattern << /p'.$transid.' '.$this->gradients[$transid]['pattern'].' 0 R >>'); + $this->_out('>>'); + $this->_out('>>'); + $this->_putstream($p); + $this->_out('endobj'); + $this->_newobj(); + $this->_out('<< /Type /Mask /S /Luminosity /G '.($this->n - 1).' 0 R >>'."\n".'endobj'); + $this->_newobj(); + $this->_out('<< /Type /ExtGState /SMask '.($this->n - 1).' 0 R /AIS false >>'."\n".'endobj'); + if ($grad['fo']) { $this->extgstates[] = array('n' => $this->n, 'trans' => 'TGS'.$id, 'fo'=>true); } + else { $this->extgstates[] = array('n' => $this->n, 'trans' => 'TGS'.$id); } + } + } +} +/*-- END BACKGROUNDS --*/ + +function _putspotcolors() { + foreach($this->spotColors as $name=>$color) { + $this->_newobj(); + $this->_out('[/Separation /'.str_replace(' ','#20',$name)); + $this->_out('/DeviceCMYK <<'); + $this->_out('/Range [0 1 0 1 0 1 0 1] /C0 [0 0 0 0] '); + $this->_out(sprintf('/C1 [%.3F %.3F %.3F %.3F] ',$color['c']/100,$color['m']/100,$color['y']/100,$color['k']/100)); + $this->_out('/FunctionType 2 /Domain [0 1] /N 1>>]'); + $this->_out('endobj'); + $this->spotColors[$name]['n']=$this->n; + } +} + + +function _putresources() { + if ($this->hasOC || count($this->layers)) // mPDF 5.6.01 + $this->_putocg(); + $this->_putextgstates(); + $this->_putspotcolors(); + if ($this->progressBar) { $this->UpdateProgressBar(2,'40','Compiling Fonts'); } // *PROGRESS-BAR* + $this->_putfonts(); + if ($this->progressBar) { $this->UpdateProgressBar(2,'50','Compiling Images'); } // *PROGRESS-BAR* + $this->_putimages(); + $this->_putformobjects(); // *IMAGES-CORE* + +/*-- IMPORTS --*/ + if ($this->enableImports) { + $this->_putformxobjects(); + $this->_putimportedobjects(); + } +/*-- END IMPORTS --*/ + +/*-- BACKGROUNDS --*/ + $this->_putshaders(); + $this->_putpatterns(); +/*-- END BACKGROUNDS --*/ + + + //Resource dictionary + $this->offsets[2]=strlen($this->buffer); + $this->_out('2 0 obj'); + $this->_out('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]'); + + $this->_out('/Font <<'); + foreach($this->fonts as $font) { + if (!$font['used'] && $font['type']=='TTF') { continue; } + if ($font['type']=='TTF' && ($font['sip'] || $font['smp'])) { + foreach($font['n'] AS $k => $fid) { + $this->_out('/F'.$font['subsetfontids'][$k].' '.$font['n'][$k].' 0 R'); + } + } + else { + $this->_out('/F'.$font['i'].' '.$font['n'].' 0 R'); + } + } + $this->_out('>>'); + + if (count($this->spotColors)) { + $this->_out('/ColorSpace <<'); + foreach($this->spotColors as $color) + $this->_out('/CS'.$color['i'].' '.$color['n'].' 0 R'); + $this->_out('>>'); + } + + if (count($this->extgstates)) { + $this->_out('/ExtGState <<'); + foreach($this->extgstates as $k=>$extgstate) + if (isset($extgstate['trans'])) $this->_out('/'.$extgstate['trans'].' '.$extgstate['n'].' 0 R'); + else $this->_out('/GS'.$k.' '.$extgstate['n'].' 0 R'); + $this->_out('>>'); + } + +/*-- BACKGROUNDS --*/ + if (isset($this->gradients) AND (count($this->gradients) > 0)) { + $this->_out('/Shading <<'); + foreach ($this->gradients as $id => $grad) { + $this->_out('/Sh'.$id.' '.$grad['id'].' 0 R'); + } + $this->_out('>>'); + +/* + // ??? Not needed !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + $this->_out('/Pattern <<'); + foreach ($this->gradients as $id => $grad) { + $this->_out('/P'.$id.' '.$grad['pattern'].' 0 R'); + } + $this->_out('>>'); +*/ + } +/*-- END BACKGROUNDS --*/ + + if(count($this->images) || count($this->formobjects) || ($this->enableImports && count($this->tpls))) { + $this->_out('/XObject <<'); + foreach($this->images as $image) + $this->_out('/I'.$image['i'].' '.$image['n'].' 0 R'); + foreach($this->formobjects as $formobject) + $this->_out('/FO'.$formobject['i'].' '.$formobject['n'].' 0 R'); +/*-- IMPORTS --*/ + if ($this->enableImports && count($this->tpls)) { + foreach($this->tpls as $tplidx => $tpl) { + $this->_out($this->tplprefix.$tplidx.' '.$tpl['n'].' 0 R'); + } + } +/*-- END IMPORTS --*/ + $this->_out('>>'); + } + +/*-- BACKGROUNDS --*/ + + if (count($this->patterns)) { + $this->_out('/Pattern <<'); + foreach($this->patterns as $k=>$patterns) + $this->_out('/P'.$k.' '.$patterns['n'].' 0 R'); + $this->_out('>>'); + } +/*-- END BACKGROUNDS --*/ + + // mPDF 5.6.01 + if ($this->hasOC || count($this->layers)) { + $this->_out('/Properties <<'); + if ($this->hasOC) { + $this->_out('/OC1 '.$this->n_ocg_print.' 0 R /OC2 '.$this->n_ocg_view.' 0 R /OC3 '.$this->n_ocg_hidden.' 0 R '); + } + if (count($this->layers)) { + foreach($this->layers as $id=>$layer) + $this->_out('/ZI'.$id.' '.$layer['n'].' 0 R'); + } + $this->_out('>>'); + } + + $this->_out('>>'); + $this->_out('endobj'); // end resource dictionary + + $this->_putbookmarks(); // *BOOKMARKS* + + if (isset($this->js) && $this->js) { + $this->_putjavascript(); + } + +/*-- ENCRYPTION --*/ + if ($this->encrypted) { + $this->_newobj(); + $this->enc_obj_id = $this->n; + $this->_out('<<'); + $this->_putencryption(); + $this->_out('>>'); + $this->_out('endobj'); + } +/*-- END ENCRYPTION --*/ +} + + +function _putjavascript() { + $this->_newobj(); + $this->n_js = $this->n; + $this->_out('<<'); + $this->_out('/Names [(EmbeddedJS) '.(1 + $this->n).' 0 R ]'); + $this->_out('>>'); + $this->_out('endobj'); + + $this->_newobj(); + $this->_out('<<'); + $this->_out('/S /JavaScript'); + $this->_out('/JS '.$this->_textstring($this->js)); + $this->_out('>>'); + $this->_out('endobj'); +} + + + + +/*-- ENCRYPTION --*/ +function _putencryption() { + $this->_out('/Filter /Standard'); + if ($this->useRC128encryption) { + $this->_out('/V 2'); + $this->_out('/R 3'); + $this->_out('/Length 128'); + } + else { + $this->_out('/V 1'); + $this->_out('/R 2'); + } + $this->_out('/O ('.$this->_escape($this->Ovalue).')'); + $this->_out('/U ('.$this->_escape($this->Uvalue).')'); + $this->_out('/P '.$this->Pvalue); +} +/*-- END ENCRYPTION --*/ + +function _puttrailer() { + $this->_out('/Size '.($this->n+1)); + $this->_out('/Root '.$this->n.' 0 R'); + $this->_out('/Info '.$this->InfoRoot.' 0 R'); +/*-- ENCRYPTION --*/ + if ($this->encrypted) { + $this->_out('/Encrypt '.$this->enc_obj_id.' 0 R'); + $this->_out('/ID [<'.$this->uniqid.'> <'.$this->uniqid.'>]'); + } + else { +/*-- END ENCRYPTION --*/ + $uniqid = md5(time() . $this->buffer); + $this->_out('/ID [<'.$uniqid.'> <'.$uniqid.'>]'); +/*-- ENCRYPTION --*/ + } +/*-- END ENCRYPTION --*/ +} + +/*-- ENCRYPTION --*/ +function SetProtection($permissions=array(),$user_pass='',$owner_pass=null, $length=40) { + $this->encrypted=false; + if (is_string($permissions) && strlen($permissions)>0) { $permissions = array($permissions); } + else if (!is_array($permissions)) { return 0; } + $this->last_rc4_key=''; + $this->padding="\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08". + "\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A"; + + $options = array( + 'print' => 4, // bit 3 + 'modify' => 8, // bit 4 + 'copy' => 16, // bit 5 + 'annot-forms' => 32, // bit 6 + 'fill-forms' => 256, // bit 9 + 'extract' => 512, // bit 10 + 'assemble' => 1024,// bit 11 + 'print-highres' => 2048 // bit 12 + ); + // bit 31 = 1073741824 + // bit 32 = 2147483648 + // bits 13-31 = 2147479552 + // bits 13-32 = 4294963200 + 192 = 4294963392 + $protection = 4294963392; // bits 7,8,13-32 + foreach ($permissions as $permission) { + if (!isset($options[$permission])) + $this->Error('Incorrect permission: '.$permission); + if ($options[$permission] > 32) { $this->useRC128encryption = true; } + if (isset($options[$permission])) $protection += $options[$permission]; + } + if ($length==128) { $this->useRC128encryption = true; } + if ($owner_pass === null) + $owner_pass = uniqid(rand()); + $this->encrypted = true; + $this->_generateencryptionkey($user_pass, $owner_pass, $protection); +} + + +// Compute key depending on object number where the encrypted data is stored +function _objectkey($n) { + if ($this->useRC128encryption) + $len = 16; + else + $len = 10; + return substr($this->_md5_16($this->encryption_key.pack('VXxx',$n)),0,$len); +} + +// RC4 is the standard encryption algorithm used in PDF format +function _RC4($key, $text) { + if ($this->last_rc4_key != $key) { + $k = str_repeat($key, 256/strlen($key)+1); + $rc4 = range(0,255); + $j = 0; + for ($i=0; $i<256; $i++){ + $t = $rc4[$i]; + $j = ($j + $t + ord($k[$i])) % 256; + $rc4[$i] = $rc4[$j]; + $rc4[$j] = $t; + } + $this->last_rc4_key = $key; + $this->last_rc4_key_c = $rc4; + } else { + $rc4 = $this->last_rc4_key_c; + } + + $len = strlen($text); + $a = 0; + $b = 0; + $out = ''; + for ($i=0; $i<$len; $i++){ + $a = ($a+1)%256; + $t= $rc4[$a]; + $b = ($b+$t)%256; + $rc4[$a] = $rc4[$b]; + $rc4[$b] = $t; + $k = $rc4[($rc4[$a]+$rc4[$b])%256]; + $out.= chr(ord($text[$i]) ^ $k); + } + return $out; +} + +// Get MD5 as binary string +function _md5_16($string) { + return pack('H*',md5($string)); +} + +// Compute O value +function _Ovalue($user_pass, $owner_pass) { + $tmp = $this->_md5_16($owner_pass); + if ($this->useRC128encryption) { + for ($i = 0; $i < 50; ++$i) { + $tmp = $this->_md5_16($tmp); + } + } + if ($this->useRC128encryption) + $keybytelen = (128 / 8); + else + $keybytelen = (40 / 8); + $owner_RC4_key = substr($tmp,0,$keybytelen); + $enc = $this->_RC4($owner_RC4_key, $user_pass); + if ($this->useRC128encryption) { + $len = strlen($owner_RC4_key); + for ($i = 1; $i <= 19; ++$i) { + $key = ''; + for ($j = 0; $j < $len; ++$j) { + $key .= chr(ord($owner_RC4_key{$j}) ^ $i); + } + $enc = $this->_RC4($key, $enc); + } + } + return $enc; +} + +// Compute U value +function _Uvalue() { + if ($this->useRC128encryption) { + $tmp = $this->_md5_16($this->padding.$this->_hexToString($this->uniqid)); + $enc = $this->_RC4($this->encryption_key, $tmp); + $len = strlen($tmp); + for ($i=1; $i<=19; ++$i) { + $key = ''; + for ($j=0; $j<$len; ++$j) { + $key .= chr(ord($this->encryption_key{$j}) ^ $i); + } + $enc = $this->_RC4($key, $enc); + } + $enc .= str_repeat("\x00", 16); + return substr($enc, 0, 32); + } + else { + return $this->_RC4($this->encryption_key, $this->padding); + } +} + +// Compute encryption key +function _generateencryptionkey($user_pass, $owner_pass, $protection) { + // Pad passwords + $user_pass = substr($user_pass.$this->padding,0,32); + $owner_pass = substr($owner_pass.$this->padding,0,32); + $chars = 'ABCDEF1234567890'; + $id = ''; + for ($i=0; $i<32; $i++) { $id .= $chars{rand(0, 15)}; } + $this->uniqid = md5($id); + // Compute O value + $this->Ovalue = $this->_Ovalue($user_pass,$owner_pass); + // Compute encyption key + if ($this->useRC128encryption) + $keybytelen = (128/8); + else + $keybytelen = (40/8); + $prot = sprintf('%032b', $protection); + $perms = chr(bindec(substr($prot,24,8))); + $perms .= chr(bindec(substr($prot,16,8))); + $perms .= chr(bindec(substr($prot,8,8))); + $perms .= chr(bindec(substr($prot,0,8))); + $tmp = $this->_md5_16($user_pass.$this->Ovalue.$perms.$this->_hexToString($this->uniqid)); + if ($this->useRC128encryption) { + for ($i=0; $i<50; ++$i) { + $tmp = $this->_md5_16(substr($tmp, 0, $keybytelen)); + } + } + $this->encryption_key = substr($tmp,0,$keybytelen); + // Compute U value + $this->Uvalue = $this->_Uvalue(); + // Compute P value + $this->Pvalue = $protection; +} + + +function _hexToString($hs) { + $s = ''; + $len = strlen($hs); + if (($len % 2) != 0) { + $hs .= '0'; + ++$len; + } + for ($i = 0; $i < $len; $i += 2) { + $s .= chr(hexdec($hs{$i}.$hs{($i + 1)})); + } + return $s; +} + +/*-- END ENCRYPTION --*/ + +//========================================= +/*-- BOOKMARKS --*/ +// FROM class PDF_Bookmark + +function Bookmark($txt,$level=0,$y=0) { + $txt = $this->purify_utf8_text($txt); + if ($this->text_input_as_HTML) { + $txt = $this->all_entities_to_utf8($txt); + } + if($y==-1) { + if (!$this->ColActive){ $y=$this->y; } + else { $y = $this->y0; } // If columns are on - mark top of columns + } + // else y is used as set, or =0 i.e. top of page + // DIRECTIONALITY RTL + $bmo = array('t'=>$txt,'l'=>$level,'y'=>$y,'p'=>$this->page); + if ($this->keep_block_together) { + $this->ktBMoutlines[]= $bmo; + } +/*-- TABLES --*/ + else if ($this->table_rotate) { + $this->tbrot_BMoutlines[]= $bmo; + } + else if ($this->kwt) { + $this->kwt_BMoutlines[]= $bmo; + } +/*-- END TABLES --*/ + else if ($this->ColActive) { // *COLUMNS* + $this->col_BMoutlines[]= $bmo; // *COLUMNS* + } // *COLUMNS* + else { + $this->BMoutlines[]= $bmo; + } +} + + +function _putbookmarks() +{ + $nb=count($this->BMoutlines); + if($nb==0) + return; + + // mPDF 5.6.36 + $bmo = $this->BMoutlines; + $this->BMoutlines = array(); + $lastlevel = -1; + for($i=0;$i<count($bmo);$i++) { + if ($bmo[$i]['l']>0) { + while($bmo[$i]['l']-$lastlevel > 1) { // If jump down more than one level, insert a new entry + $new = $bmo[$i]; + $new['t']="[".$new['t']."]"; // Put [] around text/title to highlight + $new['l']=$lastlevel+1; + $lastlevel++; + $this->BMoutlines[] = $new; + } + } + $this->BMoutlines[] = $bmo[$i]; + $lastlevel = $bmo[$i]['l']; + } + $nb=count($this->BMoutlines); + + $lru=array(); + $level=0; + foreach($this->BMoutlines as $i=>$o) { + if($o['l']>0) { + $parent=$lru[$o['l']-1]; + //Set parent and last pointers + $this->BMoutlines[$i]['parent']=$parent; + $this->BMoutlines[$parent]['last']=$i; + if($o['l']>$level) { + //Level increasing: set first pointer + $this->BMoutlines[$parent]['first']=$i; + } + } + else { + $this->BMoutlines[$i]['parent']=$nb; + } + if($o['l']<=$level and $i>0) { + //Set prev and next pointers + $prev=$lru[$o['l']]; + $this->BMoutlines[$prev]['next']=$i; + $this->BMoutlines[$i]['prev']=$prev; + } + $lru[$o['l']]=$i; + $level=$o['l']; + } + + + //Outline items + $n=$this->n+1; + foreach($this->BMoutlines as $i=>$o) { + $this->_newobj(); + $this->_out('<_UTF16BEtextstring($o['t'])); + $this->_out('/Parent '.($n+$o['parent']).' 0 R'); + if(isset($o['prev'])) + $this->_out('/Prev '.($n+$o['prev']).' 0 R'); + if(isset($o['next'])) + $this->_out('/Next '.($n+$o['next']).' 0 R'); + if(isset($o['first'])) + $this->_out('/First '.($n+$o['first']).' 0 R'); + if(isset($o['last'])) + $this->_out('/Last '.($n+$o['last']).' 0 R'); + + + if (isset($this->pageDim[$o['p']]['h'])) { $h=$this->pageDim[$o['p']]['h']; } + else { $h = 0; } + + $this->_out(sprintf('/Dest [%d 0 R /XYZ 0 %.3F null]',1+2*($o['p']),($h-$o['y'])*_MPDFK)); + if (isset($this->bookmarkStyles) && isset($this->bookmarkStyles[$o['l']])) { + // font style + $bms = $this->bookmarkStyles[$o['l']]['style']; + $style = 0; + if (strpos($bms,'B') !== false) { $style += 2; } + if (strpos($bms,'I') !== false) { $style += 1; } + $this->_out(sprintf('/F %d', $style)); + // Colour + $col = $this->bookmarkStyles[$o['l']]['color']; + if (isset($col) && is_array($col) && count($col)==3) { + $this->_out(sprintf('/C [%.3F %.3F %.3F]', ($col[0]/255), ($col[1]/255), ($col[2]/255))); + } + } + + $this->_out('/Count 0>>'); + $this->_out('endobj'); + } + //Outline root + $this->_newobj(); + $this->OutlineRoot=$this->n; + $this->_out('<_out('/Last '.($n+$lru[0]).' 0 R>>'); + $this->_out('endobj'); +} +/*-- END BOOKMARKS --*/ + + + +//====================================================== + + +// DEPRACATED but included for backwards compatability +function startPageNums() { +} + +//====================================================== +/*-- TOC --*/ +// ToC TABLE OF CONTENTS + +// Initiate, and Mark a place for the Table of Contents to be inserted +function TOC($tocfont='', $tocfontsize=0, $tocindent=0, $resetpagenum='', $pagenumstyle='', $suppress='', $toc_orientation='', $TOCusePaging=true, $TOCuseLinking=false, $toc_id=0, $tocoutdent='') { // mPDF 5.6.19 + if (!class_exists('tocontents', false)) { include(_MPDF_PATH.'classes/tocontents.php'); } + if (empty($this->tocontents)) { $this->tocontents = new tocontents($this); } + $this->tocontents->TOC($tocfont, $tocfontsize, $tocindent, $resetpagenum, $pagenumstyle, $suppress, $toc_orientation, $TOCusePaging, $TOCuseLinking, $toc_id, $tocoutdent); // mPDF 5.6.19 +} + + +function TOCpagebreakByArray($a) { + if (!is_array($a)) { $a = array(); } + if (!class_exists('tocontents', false)) { include(_MPDF_PATH.'classes/tocontents.php'); } + if (empty($this->tocontents)) { $this->tocontents = new tocontents($this); } + $tocoutdent = (isset($a['tocoutdent']) ? $a['tocoutdent'] : (isset($a['outdent']) ? $a['outdent'] : '')); + $TOCusePaging = (isset($a['TOCusePaging']) ? $a['TOCusePaging'] : (isset($a['paging']) ? $a['paging'] : true)); + $TOCuseLinking = (isset($a['TOCuseLinking']) ? $a['TOCuseLinking'] : (isset($a['links']) ? $a['links'] : '')); + $toc_orientation = (isset($a['toc_orientation']) ? $a['toc_orientation'] : (isset($a['toc-orientation']) ? $a['toc-orientation'] : '')); + $toc_mgl = (isset($a['toc_mgl']) ? $a['toc_mgl'] : (isset($a['toc-margin-left']) ? $a['toc-margin-left'] : '')); + $toc_mgr = (isset($a['toc_mgr']) ? $a['toc_mgr'] : (isset($a['toc-margin-right']) ? $a['toc-margin-right'] : '')); + $toc_mgt = (isset($a['toc_mgt']) ? $a['toc_mgt'] : (isset($a['toc-margin-top']) ? $a['toc-margin-top'] : '')); + $toc_mgb = (isset($a['toc_mgb']) ? $a['toc_mgb'] : (isset($a['toc-margin-bottom']) ? $a['toc-margin-bottom'] : '')); + $toc_mgh = (isset($a['toc_mgh']) ? $a['toc_mgh'] : (isset($a['toc-margin-header']) ? $a['toc-margin-header'] : '')); + $toc_mgf = (isset($a['toc_mgf']) ? $a['toc_mgf'] : (isset($a['toc-margin-footer']) ? $a['toc-margin-footer'] : '')); + $toc_ohname = (isset($a['toc_ohname']) ? $a['toc_ohname'] : (isset($a['toc-odd-header-name']) ? $a['toc-odd-header-name'] : '')); + $toc_ehname = (isset($a['toc_ehname']) ? $a['toc_ehname'] : (isset($a['toc-even-header-name']) ? $a['toc-even-header-name'] : '')); + $toc_ofname = (isset($a['toc_ofname']) ? $a['toc_ofname'] : (isset($a['toc-odd-footer-name']) ? $a['toc-odd-footer-name'] : '')); + $toc_efname = (isset($a['toc_efname']) ? $a['toc_efname'] : (isset($a['toc-even-footer-name']) ? $a['toc-even-footer-name'] : '')); + $toc_ohvalue = (isset($a['toc_ohvalue']) ? $a['toc_ohvalue'] : (isset($a['toc-odd-header-value']) ? $a['toc-odd-header-value'] : 0)); + $toc_ehvalue = (isset($a['toc_ehvalue']) ? $a['toc_ehvalue'] : (isset($a['toc-even-header-value']) ? $a['toc-even-header-value'] : 0)); + $toc_ofvalue = (isset($a['toc_ofvalue']) ? $a['toc_ofvalue'] : (isset($a['toc-odd-footer-value']) ? $a['toc-odd-footer-value'] : 0)); + $toc_efvalue = (isset($a['toc_efvalue']) ? $a['toc_efvalue'] : (isset($a['toc-even-footer-value']) ? $a['toc-even-footer-value'] : 0)); + $toc_preHTML = (isset($a['toc_preHTML']) ? $a['toc_preHTML'] : (isset($a['toc-preHTML']) ? $a['toc-preHTML'] : '')); + $toc_postHTML = (isset($a['toc_postHTML']) ? $a['toc_postHTML'] : (isset($a['toc-postHTML']) ? $a['toc-postHTML'] : '')); + $toc_bookmarkText = (isset($a['toc_bookmarkText']) ? $a['toc_bookmarkText'] : (isset($a['toc-bookmarkText']) ? $a['toc-bookmarkText'] : '')); + $resetpagenum = (isset($a['resetpagenum']) ? $a['resetpagenum'] : ''); + $pagenumstyle = (isset($a['pagenumstyle']) ? $a['pagenumstyle'] : ''); + $suppress = (isset($a['suppress']) ? $a['suppress'] : ''); + $orientation = (isset($a['orientation']) ? $a['orientation'] : ''); + $mgl = (isset($a['mgl']) ? $a['mgl'] : (isset($a['margin-left']) ? $a['margin-left'] : '')); + $mgr = (isset($a['mgr']) ? $a['mgr'] : (isset($a['margin-right']) ? $a['margin-right'] : '')); + $mgt = (isset($a['mgt']) ? $a['mgt'] : (isset($a['margin-top']) ? $a['margin-top'] : '')); + $mgb = (isset($a['mgb']) ? $a['mgb'] : (isset($a['margin-bottom']) ? $a['margin-bottom'] : '')); + $mgh = (isset($a['mgh']) ? $a['mgh'] : (isset($a['margin-header']) ? $a['margin-header'] : '')); + $mgf = (isset($a['mgf']) ? $a['mgf'] : (isset($a['margin-footer']) ? $a['margin-footer'] : '')); + $ohname = (isset($a['ohname']) ? $a['ohname'] : (isset($a['odd-header-name']) ? $a['odd-header-name'] : '')); + $ehname = (isset($a['ehname']) ? $a['ehname'] : (isset($a['even-header-name']) ? $a['even-header-name'] : '')); + $ofname = (isset($a['ofname']) ? $a['ofname'] : (isset($a['odd-footer-name']) ? $a['odd-footer-name'] : '')); + $efname = (isset($a['efname']) ? $a['efname'] : (isset($a['even-footer-name']) ? $a['even-footer-name'] : '')); + $ohvalue = (isset($a['ohvalue']) ? $a['ohvalue'] : (isset($a['odd-header-value']) ? $a['odd-header-value'] : 0)); + $ehvalue = (isset($a['ehvalue']) ? $a['ehvalue'] : (isset($a['even-header-value']) ? $a['even-header-value'] : 0)); + $ofvalue = (isset($a['ofvalue']) ? $a['ofvalue'] : (isset($a['odd-footer-value']) ? $a['odd-footer-value'] : 0)); + $efvalue = (isset($a['efvalue']) ? $a['efvalue'] : (isset($a['even-footer-value']) ? $a['even-footer-value'] : 0)); + $toc_id = (isset($a['toc_id']) ? $a['toc_id'] : (isset($a['name']) ? $a['name'] : 0)); + $pagesel = (isset($a['pagesel']) ? $a['pagesel'] : (isset($a['pageselector']) ? $a['pageselector'] : '')); + $toc_pagesel = (isset($a['toc_pagesel']) ? $a['toc_pagesel'] : (isset($a['toc-pageselector']) ? $a['toc-pageselector'] : '')); + $sheetsize = (isset($a['sheetsize']) ? $a['sheetsize'] : (isset($a['sheet-size']) ? $a['sheet-size'] : '')); + $toc_sheetsize = (isset($a['toc_sheetsize']) ? $a['toc_sheetsize'] : (isset($a['toc-sheet-size']) ? $a['toc-sheet-size'] : '')); + + $this->TOCpagebreak($tocfont, $tocfontsize, $tocindent, $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenum, $pagenumstyle, $suppress, $orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pagesel, $sheetsize, $toc_sheetsize, $tocoutdent); // mPDF 5.6.19 + +} + +function TOCpagebreak($tocfont='', $tocfontsize='', $tocindent='', $TOCusePaging=true, $TOCuseLinking='', $toc_orientation='', $toc_mgl='',$toc_mgr='',$toc_mgt='',$toc_mgb='',$toc_mgh='',$toc_mgf='',$toc_ohname='',$toc_ehname='',$toc_ofname='',$toc_efname='',$toc_ohvalue=0,$toc_ehvalue=0,$toc_ofvalue=0, $toc_efvalue=0, $toc_preHTML='', $toc_postHTML='', $toc_bookmarkText='', $resetpagenum='', $pagenumstyle='', $suppress='', $orientation='', $mgl='',$mgr='',$mgt='',$mgb='',$mgh='',$mgf='',$ohname='',$ehname='',$ofname='',$efname='',$ohvalue=0,$ehvalue=0,$ofvalue=0,$efvalue=0, $toc_id=0, $pagesel='', $toc_pagesel='', $sheetsize='', $toc_sheetsize='', $tocoutdent='') { // mPDF 5.6.19) { + if (!class_exists('tocontents', false)) { include(_MPDF_PATH.'classes/tocontents.php'); } + if (empty($this->tocontents)) { $this->tocontents = new tocontents($this); } + //Start a new page + if($this->state==0) $this->AddPage(); + if ($this->y == $this->tMargin && (!$this->mirrorMargins ||($this->mirrorMargins && $this->page % 2==1))) { + // Don't add a page + if ($this->page==1 && count($this->PageNumSubstitutions)==0) { + if (!$suppress) { $suppress = 'off'; } + if (!$resetpagenum) { $resetpagenum= 1; } + //$this->PageNumSubstitutions[] = array('from'=>1, 'reset'=> $resetpagenum, 'type'=>$pagenumstyle, 'suppress'=> $suppress); + } + $this->PageNumSubstitutions[] = array('from'=>$this->page, 'reset'=> $resetpagenum, 'type'=>$pagenumstyle, 'suppress'=> $suppress); + } + else { + $this->AddPage($orientation,'NEXT-ODD', $resetpagenum, $pagenumstyle, $suppress,$mgl,$mgr,$mgt,$mgb,$mgh,$mgf,$ohname,$ehname,$ofname,$efname,$ohvalue,$ehvalue,$ofvalue,$efvalue,$pagesel,$sheetsize); + } + + $this->tocontents->TOCpagebreak($tocfont, $tocfontsize, $tocindent, $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenum, $pagenumstyle, $suppress, $orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pagesel, $sheetsize, $toc_sheetsize, $tocoutdent); // mPDF 5.6.19 +} + +function TOC_Entry($txt, $level=0, $toc_id=0) { + $txt = $this->purify_utf8_text($txt); + if ($this->text_input_as_HTML) { + $txt = $this->all_entities_to_utf8($txt); + } + if ($this->usingCoreFont) { $txt = mb_convert_encoding($txt,$this->mb_enc,'UTF-8'); } + if ($this->ColActive) { $ily = $this->y0; } else { $ily = $this->y; } // use top of columns + + // mPDF 5.6.19 mPDF 5.6.25 mPDF 5.6.37 + if (!class_exists('tocontents', false)) { include(_MPDF_PATH.'classes/tocontents.php'); } + if (empty($this->tocontents)) { $this->tocontents = new tocontents($this); } + $linkn = $this->AddLink(); + $uid = '__mpdfinternallink_' . $linkn ; + if ($this->keep_block_together) { $this->internallink[$uid] = array("Y"=>$ily,"PAGE"=>$this->page, "kt"=>true ); } + else if ($this->table_rotate) { $this->internallink[$uid] = array("Y"=>$ily,"PAGE"=>$this->page, "tbrot"=>true ); } + else if ($this->kwt) { $this->internallink[$uid] = array("Y"=>$ily,"PAGE"=>$this->page, "kwt"=>true ); } + else if ($this->ColActive) { $this->internallink[$uid] = array("Y"=>$ily,"PAGE"=>$this->page, "col"=>$this->CurrCol ); } + else $this->internallink[$uid] = array("Y"=>$ily,"PAGE"=>$this->page ); + $this->internallink['#'.$uid] = $linkn; + $this->SetLink($linkn,$ily,$this->page); + +/*-- RTL --*/ + if ($this->biDirectional) { + $txt = preg_replace("/([".$this->pregRTLchars."]+)/ue", '$this->ArabJoin(stripslashes(\'\\1\'))', $txt ); + } +/*-- END RTL --*/ + if (strtoupper($toc_id)=='ALL') { $toc_id = '_mpdf_all'; } + else if (!$toc_id) { $toc_id = 0; } + else { $toc_id = strtolower($toc_id); } + $btoc = array('t'=>$txt,'l'=>$level,'p'=>$this->page, 'link'=>$linkn, 'toc_id'=>$toc_id); + if ($this->keep_block_together) { + $this->_kttoc[]= $btoc; + } +/*-- TABLES --*/ + else if ($this->table_rotate) { + $this->tbrot_toc[]= $btoc; + } + else if ($this->kwt) { + $this->kwt_toc[]= $btoc; + } +/*-- END TABLES --*/ + else if ($this->ColActive) { // *COLUMNS* + $this->col_toc[]= $btoc; // *COLUMNS* + } // *COLUMNS* + else { + $this->tocontents->_toc[]= $btoc; + } +} + +/*-- END TOC --*/ + +//====================================================== +function MovePages($target_page, $start_page, $end_page=-1) { + // move a page/pages EARLIER in the document + if ($end_page<1) { $end_page = $start_page; } + $n_toc = $end_page - $start_page + 1; + + // Set/Update PageNumSubstitutions changes before moving anything + if (count($this->PageNumSubstitutions)) { + $tp_present = false; + $sp_present = false; + $ep_present = false; + foreach($this->PageNumSubstitutions AS $k=>$v) { + if ($this->PageNumSubstitutions[$k]['from']==$target_page) { + $tp_present = true; + if ($this->PageNumSubstitutions[$k]['suppress']!='on' && $this->PageNumSubstitutions[$k]['suppress']!=1) { + $this->PageNumSubstitutions[$k]['suppress']='off'; + } + } + if ($this->PageNumSubstitutions[$k]['from']==$start_page) { + $sp_present = true; + if ($this->PageNumSubstitutions[$k]['suppress']!='on' && $this->PageNumSubstitutions[$k]['suppress']!=1) { + $this->PageNumSubstitutions[$k]['suppress']='off'; + } + } + if ($this->PageNumSubstitutions[$k]['from']==($end_page+1)) { + $ep_present = true; + if ($this->PageNumSubstitutions[$k]['suppress']!='on' && $this->PageNumSubstitutions[$k]['suppress']!=1) { + $this->PageNumSubstitutions[$k]['suppress']='off'; + } + } + } + + if (!$tp_present) { + list($tp_type, $tp_suppress, $tp_reset) = $this->docPageSettings($target_page); + } + if (!$sp_present) { + list($sp_type, $sp_suppress, $sp_reset) = $this->docPageSettings($start_page); + } + if (!$ep_present) { + list($ep_type, $ep_suppress, $ep_reset) = $this->docPageSettings($start_page-1); + } + + } + + $last = array(); + //store pages + for($i = $start_page;$i <= $end_page ;$i++) + $last[]=$this->pages[$i]; + //move pages + for($i=$start_page - 1;$i>=($target_page);$i--) { + $this->pages[$i+$n_toc]=$this->pages[$i]; + } + //Put toc pages at insert point + for($i = 0;$i < $n_toc;$i++) { + $this->pages[$target_page + $i]=$last[$i]; + } + +/*-- BOOKMARKS --*/ + // Update Bookmarks + foreach($this->BMoutlines as $i=>$o) { + if($o['p']>=$target_page) { + $this->BMoutlines[$i]['p'] += $n_toc; + } + } +/*-- END BOOKMARKS --*/ + + // Update Page Links + if (count($this->PageLinks)) { + $newarr = array(); + foreach($this->PageLinks as $i=>$o) { + foreach($this->PageLinks[$i] as $key => $pl) { + if (strpos($pl[4],'@')===0) { + $p=substr($pl[4],1); + if($p>=$start_page && $p<=$end_page) { + $this->PageLinks[$i][$key][4] = '@'.($p + ($target_page - $start_page)); + } + else if($p>=$target_page && $p<$start_page) { + $this->PageLinks[$i][$key][4] = '@'.($p+$n_toc); + } + } + } + if($i>=$start_page && $i<=$end_page) { + $newarr[($i + ($target_page - $start_page))] = $this->PageLinks[$i]; + } + else if($i>=$target_page && $i<$start_page) { + $newarr[($i + $n_toc)] = $this->PageLinks[$i]; + } + else { + $newarr[$i] = $this->PageLinks[$i]; + } + } + $this->PageLinks = $newarr; + } + + // OrientationChanges + if (count($this->OrientationChanges)) { + $newarr = array(); + foreach($this->OrientationChanges AS $p=>$v) { + if($p>=$start_page && $p<=$end_page) { $newarr[($p + ($target_page - $start_page))] = $this->OrientationChanges[$p]; } + else if($p>=$target_page && $p<$start_page) { $newarr[$p+$n_toc] = $this->OrientationChanges[$p]; } + else { $newarr[$p] = $this->OrientationChanges[$p]; } + } + ksort($newarr); + $this->OrientationChanges = $newarr; + } + + // Page Dimensions + if (count($this->pageDim)) { + $newarr = array(); + foreach($this->pageDim AS $p=>$v) { + if($p>=$start_page && $p<=$end_page) { $newarr[($p + ($target_page - $start_page))] = $this->pageDim[$p]; } + else if($p>=$target_page && $p<$start_page) { $newarr[$p+$n_toc] = $this->pageDim[$p]; } + else { $newarr[$p] = $this->pageDim[$p]; } + } + ksort($newarr); + $this->pageDim = $newarr; + } + + // HTML Headers & Footers + if (count($this->saveHTMLHeader)) { + $newarr = array(); + foreach($this->saveHTMLHeader AS $p=>$v) { + if($p>=$start_page && $p<=$end_page) { $newarr[($p + ($target_page - $start_page))] = $this->saveHTMLHeader[$p]; } + else if($p>=$target_page && $p<$start_page) { $newarr[$p+$n_toc] = $this->saveHTMLHeader[$p]; } + else { $newarr[$p] = $this->saveHTMLHeader[$p]; } + } + ksort($newarr); + $this->saveHTMLHeader = $newarr; + } + if (count($this->saveHTMLFooter)) { + $newarr = array(); + foreach($this->saveHTMLFooter AS $p=>$v) { + if($p>=$start_page && $p<=$end_page) { $newarr[($p + ($target_page - $start_page))] = $this->saveHTMLFooter[$p]; } + else if($p>=$target_page && $p<$start_page) { $newarr[$p+$n_toc] = $this->saveHTMLFooter[$p]; } + else { $newarr[$p] = $this->saveHTMLFooter[$p]; } + } + ksort($newarr); + $this->saveHTMLFooter = $newarr; + } + + // Update Internal Links + if (count($this->internallink)) { + foreach($this->internallink as $key=>$o) { + if($o['PAGE']>=$start_page && $o['PAGE']<=$end_page) { + $this->internallink[$key]['PAGE'] += ($target_page - $start_page); + } + else if($o['PAGE']>=$target_page && $o['PAGE']<$start_page) { + $this->internallink[$key]['PAGE'] += $n_toc; + } + } + } + + // Update Links + if (count($this->links)) { + foreach($this->links as $key=>$o) { + if($o[0]>=$start_page && $o[0]<=$end_page) { + $this->links[$key][0] += ($target_page - $start_page); + } + if($o[0]>=$target_page && $o[0]<$start_page) { + $this->links[$key][0] += $n_toc; + } + } + } + + // Update Form fields + if (count($this->form->forms)) { + foreach($this->form->forms as $key=>$f) { + if($f['page']>=$start_page && $f['page']<=$end_page) { + $this->form->forms[$key]['page'] += ($target_page - $start_page); + } + if($f['page']>=$target_page && $f['page']<$start_page) { + $this->form->forms[$key]['page'] += $n_toc; + } + } + } + +/*-- ANNOTATIONS --*/ + // Update Annotations + if (count($this->PageAnnots)) { + $newarr = array(); + foreach($this->PageAnnots as $p=>$anno) { + if($p>=$start_page && $p<=$end_page) { + $np = $p + ($target_page - $start_page); + foreach($anno as $o) { + $newarr[$np][] = $o; + } + } + else if($p>=$target_page && $p<$start_page) { + $np = $p + $n_toc; + foreach($anno as $o) { + $newarr[$np][] = $o; + } + } + else { + $newarr[$p] = $this->PageAnnots[$p]; + } + } + $this->PageAnnots = $newarr; + unset($newarr); + } +/*-- END ANNOTATIONS --*/ + + // Update PageNumSubstitutions + if (count($this->PageNumSubstitutions)) { + $newarr = array(); + foreach($this->PageNumSubstitutions AS $k=>$v) { + if($this->PageNumSubstitutions[$k]['from']>=$start_page && $this->PageNumSubstitutions[$k]['from']<=$end_page) { + $this->PageNumSubstitutions[$k]['from'] += ($target_page - $start_page); + $newarr[$this->PageNumSubstitutions[$k]['from']] = $this->PageNumSubstitutions[$k]; + } + else if($this->PageNumSubstitutions[$k]['from']>=$target_page && $this->PageNumSubstitutions[$k]['from']<$start_page) { + $this->PageNumSubstitutions[$k]['from'] += $n_toc; + $newarr[$this->PageNumSubstitutions[$k]['from']] = $this->PageNumSubstitutions[$k]; + } + else { + $newarr[$this->PageNumSubstitutions[$k]['from']] = $this->PageNumSubstitutions[$k]; + } + } + + if (!$sp_present) { + $newarr[$target_page] = array('from'=>$target_page, 'suppress'=>$sp_suppress, 'reset'=>$sp_reset, 'type'=>$sp_type); + } + if (!$tp_present) { + $newarr[($target_page + $n_toc)] = array('from'=>($target_page+$n_toc), 'suppress'=>$tp_suppress, 'reset'=>$tp_reset, 'type'=>$tp_type); + } + if (!$ep_present && $end_page>count($this->pages)) { + $newarr[($end_page+1)] = array('from'=>($end_page+1), 'suppress'=>$ep_suppress, 'reset'=>$ep_reset, 'type'=>$ep_type); + } + ksort($newarr); + $this->PageNumSubstitutions = array(); + foreach($newarr as $v) { + $this->PageNumSubstitutions[] = $v; + } + } +} + +//====================================================== +function DeletePages($start_page, $end_page=-1) { + // move a page/pages EARLIER in the document + if ($end_page<1) { $end_page = $start_page; } + $n_tod = $end_page - $start_page + 1; + $last_page = count($this->pages); + $n_atend = $last_page - $end_page + 1; + + //move pages + for($i=0;$i<$n_atend;$i++) { + $this->pages[$start_page+$i]=$this->pages[$end_page+1+$i]; + } + //delete pages + for($i = 0;$i < $n_tod ;$i++) + unset($this->pages[$last_page-$i]); + + +/*-- BOOKMARKS --*/ + // Update Bookmarks + foreach($this->BMoutlines as $i=>$o) { + if($o['p']>=$end_page) { $this->BMoutlines[$i]['p'] -= $n_tod; } + else if($p<$start_page) { unset($this->BMoutlines[$i]); } + } +/*-- END BOOKMARKS --*/ + + // Update Page Links + if (count($this->PageLinks)) { + $newarr = array(); + foreach($this->PageLinks as $i=>$o) { + foreach($this->PageLinks[$i] as $key => $pl) { + if (strpos($pl[4],'@')===0) { + $p=substr($pl[4],1); + if($p>$end_page) { $this->PageLinks[$i][$key][4] = '@'.($p - $n_tod); } + else if($p<$start_page) { unset($this->PageLinks[$i][$key]); } + } + } + if($i>$end_page) { $newarr[($i - $n_tod)] = $this->PageLinks[$i]; } + else if($p<$start_page) { $newarr[$i] = $this->PageLinks[$i]; } + } + $this->PageLinks = $newarr; + } + + // OrientationChanges + if (count($this->OrientationChanges)) { + $newarr = array(); + foreach($this->OrientationChanges AS $p=>$v) { + if($p>$end_page) { $newarr[($p - $t_tod)] = $this->OrientationChanges[$p]; } + else if($p<$start_page) { $newarr[$p] = $this->OrientationChanges[$p]; } + } + ksort($newarr); + $this->OrientationChanges = $newarr; + } + + // Page Dimensions + if (count($this->pageDim)) { + $newarr = array(); + foreach($this->pageDim AS $p=>$v) { + if($p>$end_page) { $newarr[($p - $n_tod)] = $this->pageDim[$p]; } + else if($p<$start_page) { $newarr[$p] = $this->pageDim[$p]; } + } + ksort($newarr); + $this->pageDim = $newarr; + } + + // HTML Headers & Footers + if (count($this->saveHTMLHeader)) { + foreach($this->saveHTMLHeader AS $p=>$v) { + if($p>end_page) { $newarr[($p - $n_tod)] = $this->saveHTMLHeader[$p]; } + else if($p<$start_page) { $newarr[$p] = $this->saveHTMLHeader[$p]; } + } + ksort($newarr); + $this->saveHTMLHeader = $newarr; + } + if (count($this->saveHTMLFooter)) { + $newarr = array(); + foreach($this->saveHTMLFooter AS $p=>$v) { + if($p>$end_page) { $newarr[($p - $n_tod)] = $this->saveHTMLFooter[$p]; } + else if($p<$start_page) { $newarr[$p] = $this->saveHTMLFooter[$p]; } + } + ksort($newarr); + $this->saveHTMLFooter = $newarr; + } + + // Update Internal Links + foreach($this->internallink as $key=>$o) { + if($o['PAGE']>$end_page) { $this->internallink[$key]['PAGE'] -= $n_tod; } + else if($o['PAGE']<$start_page) { unset($this->internallink[$key]); } + } + + // Update Links + foreach($this->links as $key=>$o) { + if($o[0]>$end_page) { $this->links[$key][0] -= $n_tod; } + else if($o[0]<$start_page) { unset($this->links[$key]); } + } + + // Update Form fields + foreach($this->form->forms as $key=>$f) { + if($f['page']>$end_page) { $this->form->forms[$key]['page'] -= $n_tod; } + else if($f['page']<$start_page) { unset($this->form->forms[$key]); } + } + +/*-- ANNOTATIONS --*/ + // Update Annotations + if (count($this->PageAnnots)) { + $newarr = array(); + foreach($this->PageAnnots as $p=>$anno) { + if($p>$end_page) { foreach($anno as $o) { $newarr[($p - $n_tod)][] = $o; } } + else if($p<$start_page) { $newarr[$p] = $this->PageAnnots[$p]; } + } + ksort($newarr); + $this->PageAnnots = $newarr; + } +/*-- END ANNOTATIONS --*/ + + // Update PageNumSubstitutions + foreach($this->PageNumSubstitutions AS $k=>$v) { + if($this->PageNumSubstitutions[$k]['from']>$end_page) { $this->PageNumSubstitutions[$k]['from'] -= $n_tod; } + else if($this->PageNumSubstitutions[$k]['from']<$start_page) { unset($this->PageNumSubstitutions[$k]); } + } + + unset($newarr); + $this->page = count($this->pages); +} + + +//====================================================== +/*-- INDEX --*/ +// FROM class PDF_Ref == INDEX + +function Reference($txt) { + $this->IndexEntry($txt); +} + + +function IndexEntry($txt, $xref='') { + if ($xref) { + $this->IndexEntrySee($txt,$xref); + return; + } + $txt = strip_tags($txt); + $txt = $this->purify_utf8_text($txt); + if ($this->text_input_as_HTML) { + $txt = $this->all_entities_to_utf8($txt); + } + if ($this->usingCoreFont) { $txt = mb_convert_encoding($txt,$this->mb_enc,'UTF-8'); } + + $Present=0; + $size=sizeof($this->Reference); + + if ($this->directionality == 'rtl') { // *RTL* + $txt = str_replace(':',' - ',$txt); // *RTL* + } // *RTL* + else { // *RTL* + $txt = str_replace(':',', ',$txt); + } // *RTL* + + + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$i<$size;$i++){ + if ($this->keep_block_together) { + if (isset($this->ktReference[$i]['t']) && $this->ktReference[$i]['t']==$txt){ + $Present=1; + if (!in_array($this->page,$this->ktReference[$i]['p'])) { + $this->ktReference[$i]['op'] = $this->page; + } + } + } +/*-- TABLES --*/ + else if ($this->table_rotate) { + if (isset($this->tbrot_Reference[$i]['t']) && $this->tbrot_Reference[$i]['t']==$txt){ + $Present=1; + if (!in_array($this->page,$this->tbrot_Reference[$i]['p'])) { + $this->tbrot_Reference[$i]['op'] = $this->page; + } + } + } + else if ($this->kwt) { + if (isset($this->kwt_Reference[$i]['t']) && $this->kwt_Reference[$i]['t']==$txt){ + $Present=1; + if (!in_array($this->page,$this->kwt_Reference[$i]['p'])) { + $this->kwt_Reference[$i]['op'] = $this->page; + } + } + } +/*-- END TABLES --*/ +/*-- COLUMNS --*/ + else if ($this->ColActive) { + if (isset($this->col_Reference[$i]['t']) && $this->col_Reference[$i]['t']==$txt){ + $Present=1; + if (!in_array($this->page,$this->col_Reference[$i]['p'])) { + $this->col_Reference[$i]['op'] = $this->page; + } + } + } +/*-- END COLUMNS --*/ + else { + if (isset($this->Reference[$i]['t']) && $this->Reference[$i]['t']==$txt){ + $Present=1; + if (!in_array($this->page,$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $this->page; + } + } + } + } + //If not found, add it + if ($Present==0) { + $opr = array('t'=>$txt, 'op'=>$this->page); + if ($this->keep_block_together) { + $this->ktReference[]= $opr; + } +/*-- TABLES --*/ + else if ($this->table_rotate) { + $this->tbrot_Reference[]= $opr; + } + else if ($this->kwt) { + $this->kwt_Reference[]= $opr; + } +/*-- END TABLES --*/ +/*-- COLUMNS --*/ + else if ($this->ColActive) { + $this->col_Reference[]= $opr; + } +/*-- END COLUMNS --*/ + else { + $this->Reference[]=array('t'=>$txt,'p'=>array($this->page)); + } + } +} + +// Added function to add a reference "Elephants. See Chickens" +function ReferenceSee($txta,$txtb) { + $this->IndexEntrySee($txta,$txtb); +} + +function IndexEntrySee($txta,$txtb) { + $txta = strip_tags($txta); + $txtb = strip_tags($txtb); + $txta = $this->purify_utf8_text($txta); + $txtb = $this->purify_utf8_text($txtb); + if ($this->text_input_as_HTML) { + $txta = $this->all_entities_to_utf8($txta); + $txtb = $this->all_entities_to_utf8($txtb); + } + if ($this->usingCoreFont) { + $txta = mb_convert_encoding($txta,$this->mb_enc,'UTF-8'); + $txtb = mb_convert_encoding($txtb,$this->mb_enc,'UTF-8'); + } + if ($this->directionality == 'rtl') { // *RTL* + $txta = str_replace(':',' - ',$txta); // *RTL* + $txtb = str_replace(':',' - ',$txtb); // *RTL* + } // *RTL* + else { // *RTL* + $txta = str_replace(':',', ',$txta); + $txtb = str_replace(':',', ',$txtb); + } // *RTL* + $this->Reference[]=array('t'=>$txta.' - see '.$txtb,'p'=>array()); +} + +function CreateReference($NbCol=1, $reffontsize='', $linespacing='', $offset=3, $usedivletters=1, $divlettfontsize='', $gap=5, $reffont='',$divlettfont='', $useLinking=false) { + $this->CreateIndex($NbCol, $reffontsize, $linespacing, $offset, $usedivletters, $divlettfontsize, $gap, $reffont, $divlettfont, $useLinking); +} + +function CreateIndex($NbCol=1, $reffontsize='', $linespacing='', $offset=3, $usedivletters=1, $divlettfontsize='', $gap=5, $reffont='',$divlettfont='', $useLinking=false) { + if (!$reffontsize) { $reffontsize = $this->default_font_size; } + if (!$divlettfontsize) { $divlettfontsize = ($this->default_font_size * 1.8); } + if (!$reffont) { $reffont = $this->default_font; } + if (!$divlettfont) { $divlettfont = $reffont; } + if (!$linespacing) { $linespacing= $this->default_lineheight_correction; } + if ($this->ColActive) { $this->SetColumns(0); } // *COLUMNS* + $size=sizeof($this->Reference); + if ($size == 0) { return false; } + + + if ($NbCol<2) { + $NbCol = 1; + $colWidth = $this->pgwidth; + } + else { + $this->SetColumns($NbCol,'',$gap); + $colWidth = $this->ColWidth; + } + if ($this->directionality == 'rtl') { $align = 'R'; } + else { $align = 'L'; } + $lett = ''; + if (!function_exists('cmp')) { + function cmp ($a, $b) { + return strnatcmp(strtolower($a['t']), strtolower($b['t'])); + } + } + //Alphabetic sort of the references + usort($this->Reference, 'cmp'); + $size=sizeof($this->Reference); + $this->breakpoints[$this->CurrCol][] = $this->y; // *COLUMNS* + + $divlettjuststarted = false; + + $this->OpenTag('DIV',array('STYLE'=>'line-height: '.$linespacing.'; font-family: '.$reffont.'; font-size: '.$reffontsize.'pt; ')); + + $last_lett = ''; + for ($i=0;$i<$size;$i++){ + if ($this->Reference[$i]['t']) { + if ($usedivletters) { + + $lett = mb_strtoupper(mb_substr($this->Reference[$i]['t'],0,1,$this->mb_enc ),$this->mb_enc ); + if ($lett != $last_lett) { + + $save_bp = $this->breakpoints[$this->CurrCol]; // *COLUMNS* + $divlettjuststarted = true; + + if ($i>0) { + $this->OpenTag('DIV',array('STYLE'=>'line-height: '.$linespacing.'; font-family: '.$divlettfont.'; font-size: '.$divlettfontsize.'pt; font-weight: bold; page-break-after: avoid; margin-top: 0.5em; margin-collapse: collapse; ')); + } + else { + $this->OpenTag('DIV',array('STYLE'=>'line-height: '.$linespacing.'; font-family: '.$divlettfont.'; font-size: '.$divlettfontsize.'pt; font-weight: bold; page-break-after: avoid; ')); + } + $this->_saveTextBuffer($lett); + $this->CloseTag('DIV'); + } + } + + $this->OpenTag('DIV',array('STYLE'=>'text-indent: -'.$offset.'mm; line-height: '.$linespacing.'; font-family: '.$reffont.'; font-size: '.$reffontsize.'pt; ')); + +/*-- RTL --*/ + // Change Arabic + Persian. to Presentation Forms + if ($this->biDirectional) { + $this->Reference[$i]['t'] = preg_replace("/([".$this->pregRTLchars."]+)/ue", '$this->ArabJoin(stripslashes(\'\\1\'))', $this->Reference[$i]['t'] ); + } +/*-- END RTL --*/ + + // Font-specific ligature substitution for Indic fonts + if (isset($this->CurrentFont['indic']) && $this->CurrentFont['indic']) $this->ConvertIndic($this->Reference[$i]['t']); // *INDIC* + + $this->_saveTextBuffer($this->Reference[$i]['t']); + $ppp = $this->Reference[$i]['p']; // = array of page numbers to point to + if (count($ppp)) { + sort($ppp); + $newarr = array(); + $range_start = $ppp[0]; + $range_end = 0; + + if (!$this->usingCoreFont) { $spacer = "\xc2\xa0 "; } + else { $spacer = chr(160).' '; } + $this->_saveTextBuffer($spacer); + if ($this->directionality == 'rtl') { $sep = '.'; $joiner = '-'; } + else { $sep = ', '; $joiner = '-'; } + for ($zi=1;$zidirectionality == 'rtl') { +/*-- RTL --*/ + if ($zidocPageNum($ppp[$zi]); + if ($useLinking) { $href = '@'.$ppp[$zi]; } + else { $href = ''; } + $this->_saveTextBuffer($txt, $href); + } +/*-- END RTL --*/ + } + + else if ($ppp[$zi] == ($ppp[($zi-1)]+1)) { + $range_end = $ppp[$zi]; + } + else { + if ($range_end) { + if ($range_end == $range_start+1) { + if ($useLinking) { $href = '@'.$range_start; } + else { $href = ''; } + $txt = $this->docPageNum($range_start) . $sep; + $this->_saveTextBuffer($txt, $href); + if ($useLinking) { $href = '@'.$ppp[$zi-1]; } + else { $href = ''; } + $txt = $this->docPageNum($ppp[$zi-1]) . $sep; + $this->_saveTextBuffer($txt, $href); + } + else { + if ($useLinking) { $href = '@'.$range_start; } + else { $href = ''; } + } + } + else { + if ($useLinking) { $href = '@'.$ppp[$zi-1]; } + else { $href = ''; } + $txt = $this->docPageNum($ppp[$zi-1]) . $sep; + $this->_saveTextBuffer($txt, $href); + } + $range_start = $ppp[$zi]; + $range_end = 0; + } + } + + if ($range_end) { + if ($range_end == $range_start+1) { + if ($useLinking) { $href = '@'.$range_start; } + else { $href = ''; } + $txt = $this->docPageNum($range_start) . $sep; + $this->_saveTextBuffer($txt, $href); + if ($useLinking) { $href = '@'.$range_end; } + else { $href = ''; } + $txt = $this->docPageNum($range_end); + $this->_saveTextBuffer($txt, $href); + } + else { + if ($useLinking) { $href = '@'.$range_start; } + else { $href = ''; } + $txt = $this->docPageNum($range_start) . $joiner; + $this->_saveTextBuffer($txt, $href); + if ($useLinking) { $href = '@'.$range_end; } + else { $href = ''; } + $txt = $this->docPageNum($range_end); + $this->_saveTextBuffer($txt, $href); + } + } + else { + if ($useLinking) { $href = '@'.$ppp[(count($ppp)-1)]; } + else { $href = ''; } + $txt = $this->docPageNum($ppp[(count($ppp)-1)]); + $this->_saveTextBuffer($txt, $href); + } + } + } + $this->CloseTag('DIV'); + + if ($divlettjuststarted) { $this->breakpoints[$this->CurrCol] = $save_bp; } // *COLUMNS* + $divlettjuststarted = false; + + $this->breakpoints[$this->CurrCol][] = $this->y; // *COLUMNS* + $last_lett = $lett; + } + $this->CloseTag('DIV'); + $this->breakpoints[$this->CurrCol][] = $this->y; // *COLUMNS* + if ($this->ColActive) { $this->SetColumns(0); } // *COLUMNS* +} +/*-- END INDEX --*/ + + +function AcceptPageBreak() { + if (count($this->cellBorderBuffer)) { $this->printcellbuffer(); } // *TABLES* +/*-- COLUMNS --*/ + if ($this->ColActive==1) { + if($this->CurrCol<$this->NbCol-1) { + //Go to the next column + $this->CurrCol++; + $this->SetCol($this->CurrCol); + $this->y=$this->y0; + $this->ChangeColumn=1; // Number (and direction) of columns changed +1, +2, -2 etc. + // DIRECTIONALITY RTL + if ($this->directionality == 'rtl') { $this->ChangeColumn = -($this->ChangeColumn); } // *RTL* + + //Stay on the page + return false; + } + else { + //Go back to the first column - NEW PAGE + if (count($this->columnbuffer)) { $this->printcolumnbuffer(); } + $this->SetCol(0); + $this->y0 = $this->tMargin; + $this->ChangeColumn= -($this->NbCol-1); + // DIRECTIONALITY RTL + if ($this->directionality == 'rtl') { $this->ChangeColumn = -($this->ChangeColumn); } // *RTL* + //Page break + return true; + } + } +/*-- END COLUMNS --*/ +/*-- TABLES --*/ + else if ($this->table_rotate) { + if ($this->tablebuffer) { $this->printtablebuffer(); } + return true; + } +/*-- END TABLES --*/ + else { // *COLUMNS* + $this->ChangeColumn=0; + return $this->autoPageBreak; + } // *COLUMNS* + return $this->autoPageBreak; +} + + +//----------- COLUMNS --------------------- +/*-- COLUMNS --*/ + +function SetColumns($NbCol,$vAlign='',$gap=5) { +// NbCol = number of columns +// CurrCol = Number of the current column starting at 0 +// Called externally to set columns on/off and number +// Integer 2 upwards sets columns on to that number +// Anything less than 2 turns columns off + if ($NbCol<2) { // SET COLUMNS OFF + if ($this->ColActive) { + $this->ColActive=0; + if (count($this->columnbuffer)) { $this->printcolumnbuffer(); } + $this->NbCol=1; + $this->ResetMargins(); + $this->pgwidth = $this->w - $this->lMargin - $this->rMargin; + $this->divwidth = 0; + $this->Ln(); + } + $this->ColActive=0; + $this->columnbuffer = array(); + $this->ColDetails = array(); + $this->columnLinks = array(); + $this->columnAnnots = array(); + $this->columnForms = array(); + $this->col_Reference = array(); + $this->col_BMoutlines = array(); + $this->col_toc = array(); + $this->breakpoints = array(); + } + else { // SET COLUMNS ON + if ($this->ColActive) { + $this->ColActive=0; + if (count($this->columnbuffer)) { $this->printcolumnbuffer(); } + $this->ResetMargins(); + } + if (isset($this->y) && $this->y>$this->tMargin) $this->Ln(); + $this->NbCol=$NbCol; + $this->ColGap = $gap; + $this->divwidth = 0; + $this->ColActive=1; + $this->ColumnAdjust = true; // enables column height adjustment for the page + $this->columnbuffer = array(); + $this->ColDetails = array(); + $this->columnLinks = array(); + $this->columnAnnots = array(); + $this->columnForms = array(); + $this->col_Reference = array(); + $this->col_BMoutlines = array(); + $this->col_toc = array(); + $this->breakpoints = array(); + if ((strtoupper($vAlign) == 'J') || (strtoupper($vAlign) == 'JUSTIFY')) { $vAlign = 'J'; } + else { $vAlign = ''; } + $this->colvAlign = $vAlign; + //Save the ordinate + $absL = $this->DeflMargin-($gap/2); + $absR = $this->DefrMargin-($gap/2); + $PageWidth = $this->w-$absL-$absR; // virtual pagewidth for calculation only + $ColWidth = (($PageWidth - ($gap * ($NbCol)))/$NbCol); + $this->ColWidth = $ColWidth; +/*-- RTL --*/ + + if ($this->directionality == 'rtl') { + for ($i=0;$i<$this->NbCol;$i++) { + $this->ColL[$i] = $absL + ($gap/2) + (($NbCol - ($i+1))*($PageWidth/$NbCol)) ; + $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos + } + } + else { +/*-- END RTL --*/ + for ($i=0;$i<$this->NbCol;$i++) { + $this->ColL[$i] = $absL + ($gap/2) + ($i* ($PageWidth/$NbCol) ); + $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos + } + } // *RTL* + $this->pgwidth = $ColWidth; + $this->SetCol(0); + $this->y0=$this->y; + } + $this->x = $this->lMargin; +} + +function SetCol($CurrCol) { +// Used internally to set column by number: 0 is 1st column + //Set position on a column + $this->CurrCol=$CurrCol; + $x = $this->ColL[$CurrCol]; + $xR = $this->ColR[$CurrCol]; // NB This is not R margin -> R pos + if (($this->mirrorMargins) && (($this->page)%2==0)) { // EVEN + $x += $this->MarginCorrection ; + $xR += $this->MarginCorrection ; + } + $this->SetMargins($x,($this->w - $xR),$this->tMargin); +} + +function AddColumn() { + $this->NewColumn(); + $this->ColumnAdjust = false; // disables all column height adjustment for the page. +} +function NewColumn() { + if ($this->ColActive==1) { + if($this->CurrCol<$this->NbCol-1) { + //Go to the next column + $this->CurrCol++; + $this->SetCol($this->CurrCol); + $this->y = $this->y0; + $this->ChangeColumn=1; + // DIRECTIONALITY RTL + if ($this->directionality == 'rtl') { $this->ChangeColumn = -($this->ChangeColumn); } // *RTL* + //Stay on the page + } + else { + //Go back to the first column + //Page break + if (count($this->columnbuffer)) { $this->printcolumnbuffer(); } + $this->AddPage($this->CurOrientation); + $this->SetCol(0); + $this->y0 = $this->tMargin; + $this->ChangeColumn= -($this->NbCol-1); + // DIRECTIONALITY RTL + if ($this->directionality == 'rtl') { $this->ChangeColumn = -($this->ChangeColumn); } // *RTL* + } + $this->x = $this->lMargin; + } + else { + $this->AddPage($this->CurOrientation); + } +} + +function printcolumnbuffer() { + // Columns ended (but page not ended) -> try to match all columns - unless disabled by using a custom column-break + if (!$this->ColActive && $this->ColumnAdjust && !$this->keepColumns) { + // Calculate adjustment to add to each column to calculate rel_y value + $this->ColDetails[0]['add_y'] = 0; + $last_col = 0; + // Recursively add previous column's height + for($i=1;$i<$this->NbCol;$i++) { + if (isset($this->ColDetails[$i]['bottom_margin']) && $this->ColDetails[$i]['bottom_margin']) { // If any entries in the column + $this->ColDetails[$i]['add_y'] = ($this->ColDetails[$i-1]['bottom_margin'] - $this->y0) + $this->ColDetails[$i-1]['add_y']; + $last_col = $i; // Last column actually printed + } + } + + // Calculate value for each position sensitive entry as though for one column + foreach($this->columnbuffer AS $key=>$s) { + $t = $s['s']; + if ($t == 'ACROFORM') { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + $this->columnbuffer[$key]['s'] = ''; + } + else if (preg_match('/BT \d+\.\d\d+ (\d+\.\d\d+) Td/',$t)) { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + } + else if (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) \d+\.\d\d+ [\-]{0,1}\d+\.\d\d+ re/',$t)) { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + } + else if (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) m/',$t)) { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + } + else if (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) l/',$t)) { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + } + else if (preg_match('/q \d+\.\d\d+ 0 0 \d+\.\d\d+ \d+\.\d\d+ (\d+\.\d\d+) cm \/(I|FO)\d+ Do Q/',$t)) { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + } + else if (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) \d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ c/',$t)) { + $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0; + } + } + foreach($this->internallink AS $key => $f) { + if (is_array($f) && isset($f['col'])) { + $this->internallink[$key]['rel_y'] = $f['Y'] + $this->ColDetails[$f['col']]['add_y'] - $this->y0; + } + } + + $breaks = array(); + foreach($this->breakpoints AS $c => $bpa) { + foreach($bpa AS $rely) { + $breaks[] = $rely + $this->ColDetails[$c]['add_y'] - $this->y0; + } + } + + if (isset($this->ColDetails[$last_col]['bottom_margin'])) { $lcbm = $this->ColDetails[$last_col]['bottom_margin']; } + else { $lcbm = 0; } + $sum_h = $this->ColDetails[$last_col]['add_y'] + $lcbm - $this->y0; + //$sum_h = max($this->ColDetails[$last_col]['add_y'] + $this->ColDetails[$last_col]['bottom_margin'] - $this->y0, end($breaks)); + $target_h = ($sum_h / $this->NbCol); + + $cbr = array(); + for($i=1;$i<$this->NbCol;$i++) { + $th = ($sum_h * $i / $this->NbCol); + foreach($breaks AS $bk=>$val) { + if ($val > $th) { + if (($val-$th) < ($th-$breaks[$bk-1])) { $cbr[$i-1] = $val; } + else { $cbr[$i-1] = $breaks[$bk-1]; } + break; + } + } + } + $cbr[($this->NbCol-1)] = $sum_h; + + // Now update the columns - divide into columns of approximately equal value + $last_new_col = 0; + $yadj = 0; // mm + $xadj = 0; + $last_col_bottom = 0; + $lowest_bottom_y = 0; + $block_bottom = 0; + $newcolumn = 0; + foreach($this->columnbuffer AS $key=>$s) { + if (isset($s['rel_y'])) { // only process position sensitive data + if ($s['rel_y'] >= $cbr[$newcolumn]) { + $newcolumn++; + } + else { + $newcolumn = $last_new_col ; + } + + + $block_bottom = max($block_bottom,($s['rel_y']+$s['h'])); + + if ($this->directionality == 'rtl') { // *RTL* + $xadj = -(($newcolumn - $s['col']) * ($this->ColWidth + $this->ColGap)); // *RTL* + } // *RTL* + else { // *RTL* + $xadj = ($newcolumn - $s['col']) * ($this->ColWidth + $this->ColGap); + } // *RTL* + + if ($last_new_col != $newcolumn) { // Added new column + $last_col_bottom = $this->columnbuffer[$key]['rel_y']; + $block_bottom = 0; + } + $yadj = ($s['rel_y'] - $s['y']) - ($last_col_bottom)+$this->y0; + // callback function + $t = $s['s']; + $t = preg_replace('/BT (\d+\.\d\d+) (\d+\.\d\d+) Td/e',"\$this->columnAdjustAdd('Td',_MPDFK,$xadj,$yadj,'\\1','\\2')",$t); + $t = preg_replace('/(\d+\.\d\d+) (\d+\.\d\d+) (\d+\.\d\d+) ([\-]{0,1}\d+\.\d\d+) re/e',"\$this->columnAdjustAdd('re',_MPDFK,$xadj,$yadj,'\\1','\\2','\\3','\\4')",$t); + $t = preg_replace('/(\d+\.\d\d+) (\d+\.\d\d+) l/e',"\$this->columnAdjustAdd('l',_MPDFK,$xadj,$yadj,'\\1','\\2')",$t); + $t = preg_replace('/q (\d+\.\d\d+) 0 0 (\d+\.\d\d+) (\d+\.\d\d+) (\d+\.\d\d+) cm \/(I|FO)/e',"\$this->columnAdjustAdd('img',_MPDFK,$xadj,$yadj,'\\1','\\2','\\3','\\4','\\5')",$t); + $t = preg_replace('/(\d+\.\d\d+) (\d+\.\d\d+) m/e',"\$this->columnAdjustAdd('draw',_MPDFK,$xadj,$yadj,'\\1','\\2')",$t); + $t = preg_replace('/(\d+\.\d\d+) (\d+\.\d\d+) (\d+\.\d\d+) (\d+\.\d\d+) (\d+\.\d\d+) (\d+\.\d\d+) c/e',"\$this->columnAdjustAdd('bezier',_MPDFK,$xadj,$yadj,'\\1','\\2','\\3','\\4','\\5','\\6')",$t); + + $this->columnbuffer[$key]['s'] = $t; + $this->columnbuffer[$key]['newcol'] = $newcolumn; + $this->columnbuffer[$key]['newy'] = $s['y'] + $yadj; + $last_new_col = $newcolumn; + $clb = $s['y'] + $yadj + $s['h'] ; // bottom_margin of current + if ((isset($this->ColDetails[$newcolumn]['max_bottom']) && $clb > $this->ColDetails[$newcolumn]['max_bottom']) || (!isset($this->ColDetails[$newcolumn]['max_bottom']) && $clb)) { $this->ColDetails[$newcolumn]['max_bottom'] = $clb; } + if ($clb > $lowest_bottom_y) { $lowest_bottom_y = $clb; } + // Adjust LINKS + if (isset($this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->PageLinks[$this->page][$ref][0] += ($xadj*_MPDFK); + $this->PageLinks[$this->page][$ref][1] -= ($yadj*_MPDFK); + unset($this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } + // Adjust FORM FIELDS + if (isset($this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->form->forms[$ref]['x'] += ($xadj); + $this->form->forms[$ref]['y'] += ($yadj); + unset($this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } +/*-- ANNOTATIONS --*/ + if (isset($this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + if ($this->PageAnnots[$this->page][$ref]['x'] < 0) { + $this->PageAnnots[$this->page][$ref]['x'] -= ($xadj); + } + else { + $this->PageAnnots[$this->page][$ref]['x'] += ($xadj); + } + $this->PageAnnots[$this->page][$ref]['y'] += ($yadj); // unlike PageLinks, Page annots has y values from top in mm + unset($this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } +/*-- END ANNOTATIONS --*/ + } + } + +/*-- BOOKMARKS --*/ + // Adjust Bookmarks + foreach($this->col_BMoutlines AS $v) { + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$this->y0,'p'=>$v['p']); + } +/*-- END BOOKMARKS --*/ + +/*-- INDEX --*/ + // Adjust Reference (index) + foreach($this->col_Reference AS $v) { + $Present=0; + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($v['op'],$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $v['op']; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($v['op'])); + } + } +/*-- END INDEX --*/ + +/*-- TOC --*/ + + // Adjust ToC + foreach($this->col_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$v['p'],'link'=>$v['link'],'toc_id'=>$v['toc_id']); + $this->links[$v['link']][1] = $this->y0; + } +/*-- END TOC --*/ + + // Adjust column length to be equal + if ($this->colvAlign == 'J') { + foreach($this->columnbuffer AS $key=>$s) { + if (isset($s['rel_y'])) { // only process position sensitive data + // Set ratio to expand y values or heights + if (isset($this->ColDetails[$s['newcol']]['max_bottom']) && $this->ColDetails[$s['newcol']]['max_bottom'] && $this->ColDetails[$s['newcol']]['max_bottom']!=$this->y0) { + $ratio = ($lowest_bottom_y - ($this->y0)) / ($this->ColDetails[$s['newcol']]['max_bottom'] - ($this->y0)); + } + else { $ratio = 1; } + if (($ratio > 1) && ($ratio <= $this->max_colH_correction)) { + $yadj = ($s['newy'] - $this->y0) * ($ratio - 1); + + // Adjust LINKS + if (isset($this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->PageLinks[$this->page][$ref][1] -= ($yadj*_MPDFK); // y value + $this->PageLinks[$this->page][$ref][3] *= $ratio; // height + unset($this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } + // Adjust FORM FIELDS + if (isset($this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->form->forms[$ref]['x'] += ($xadj); + $this->form->forms[$ref]['y'] += ($yadj); + unset($this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } +/*-- ANNOTATIONS --*/ + if (isset($this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->PageAnnots[$this->page][$ref]['y'] += ($yadj); + unset($this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } +/*-- END ANNOTATIONS --*/ + } + } + } + foreach($this->internallink AS $key => $f) { + if (is_array($f) && isset($f['col'])) { + $last_col_bottom = 0; + for ($nbc=0; $nbc<$this->NbCol; $nbc++) { + if ($f['rel_y'] >= $cbr[$nbc]) { $last_col_bottom = $cbr[$nbc]; } + } + $yadj = ($f['rel_y'] - $f['Y']) - $last_col_bottom + $this->y0; + $f['Y'] += $yadj; + unset($f['col']); + unset($f['rel_y']); + $this->internallink[$key] = $f; + } + } + + $last_col = -1; + $trans_on = false; + foreach($this->columnbuffer AS $key=>$s) { + if (isset($s['rel_y'])) { // only process position sensitive data + // Set ratio to expand y values or heights + if (isset($this->ColDetails[$s['newcol']]['max_bottom']) && $this->ColDetails[$s['newcol']]['max_bottom'] && $this->ColDetails[$s['newcol']]['max_bottom']!=$this->y0) { + $ratio = ($lowest_bottom_y - ($this->y0)) / ($this->ColDetails[$s['newcol']]['max_bottom'] - ($this->y0)); + } + else { $ratio = 1; } + if (($ratio > 1) && ($ratio <= $this->max_colH_correction)) { + //Start Transformation + $this->pages[$this->page] .= $this->StartTransform(true)."\n"; + $this->pages[$this->page] .= $this->transformScale(100, $ratio*100, $x='', $this->y0, true)."\n"; + $trans_on = true; + } + } + // Now output the adjusted values + $this->pages[$this->page] .= $s['s']."\n"; + if (isset($s['rel_y']) && ($ratio > 1) && ($ratio <= $this->max_colH_correction)) { // only process position sensitive data + //Stop Transformation + $this->pages[$this->page] .= $this->StopTransform(true)."\n"; + $trans_on = false; + } + } + if ($trans_on) { $this->pages[$this->page] .= $this->StopTransform(true)."\n"; } + } + else { // if NOT $this->colvAlign == 'J' + // Now output the adjusted values + foreach($this->columnbuffer AS $s) { + $this->pages[$this->page] .= $s['s']."\n"; + } + } + if ($lowest_bottom_y > 0) { $this->y = $lowest_bottom_y ; } + } + + // Columns not ended but new page -> align columns (can leave the columns alone - just tidy up the height) + else if ($this->colvAlign == 'J' && $this->ColumnAdjust && !$this->keepColumns) { + // calculate the lowest bottom margin + $lowest_bottom_y = 0; + foreach($this->columnbuffer AS $key=>$s) { + // Only process output data + $t = $s['s']; + if ($t == 'ACROFORM' || (preg_match('/BT \d+\.\d\d+ (\d+\.\d\d+) Td/',$t)) || (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) \d+\.\d\d+ [\-]{0,1}\d+\.\d\d+ re/',$t)) || + (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) l/',$t)) || + (preg_match('/q \d+\.\d\d+ 0 0 \d+\.\d\d+ \d+\.\d\d+ (\d+\.\d\d+) cm \/(I|FO)\d+ Do Q/',$t)) || + (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) m/',$t)) || + (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) \d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ c/',$t)) ) { + + $clb = $s['y'] + $s['h']; + if ((isset($this->ColDetails[$s['col']]['max_bottom']) && $clb > $this->ColDetails[$s['col']]['max_bottom']) || !isset($this->ColDetails[$s['col']]['max_bottom'])) { $this->ColDetails[$s['col']]['max_bottom'] = $clb; } + if ($clb > $lowest_bottom_y) { $lowest_bottom_y = $clb; } + $this->columnbuffer[$key]['rel_y'] = $s['y']; // Marks position sensitive data to process later + if ($t == 'ACROFORM') { $this->columnbuffer[$key]['s'] = ''; } + } + } + // Adjust column length equal + foreach($this->columnbuffer AS $key=>$s) { + // Set ratio to expand y values or heights + if (isset($this->ColDetails[$s['col']]['max_bottom']) && $this->ColDetails[$s['col']]['max_bottom']) { + $ratio = ($lowest_bottom_y - ($this->y0)) / ($this->ColDetails[$s['col']]['max_bottom'] - ($this->y0)); + } + else { $ratio = 1; } + if (($ratio > 1) && ($ratio <= $this->max_colH_correction)) { + $yadj = ($s['y'] - $this->y0) * ($ratio - 1); + + // Adjust LINKS + if (isset($s['rel_y'])) { // only process position sensitive data + // otherwise triggers for all entries in column buffer (.e.g. formatting) and makes below adjustments more than once + if (isset($this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->PageLinks[$this->page][$ref][1] -= ($yadj*_MPDFK); // y value + $this->PageLinks[$this->page][$ref][3] *= $ratio; // height + unset($this->columnLinks[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } + // Adjust FORM FIELDS + if (isset($this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->form->forms[$ref]['x'] += ($xadj); + $this->form->forms[$ref]['y'] += ($yadj); + unset($this->columnForms[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } +/*-- ANNOTATIONS --*/ + if (isset($this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])])) { + $ref = $this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]; + $this->PageAnnots[$this->page][$ref]['y'] += ($yadj); + unset($this->columnAnnots[$s['col']][INTVAL($s['x'])][INTVAL($s['y'])]); + } +/*-- END ANNOTATIONS --*/ + } + } + } + +/*-- BOOKMARKS --*/ + + // Adjust Bookmarks + foreach($this->col_BMoutlines AS $v) { + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$this->y0,'p'=>$v['p']); + } +/*-- END BOOKMARKS --*/ + +/*-- INDEX --*/ + + // Adjust Reference (index) + foreach($this->col_Reference AS $v) { + $Present=0; + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($v['op'],$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $v['op']; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($v['op'])); + } + } +/*-- END INDEX --*/ + +/*-- TOC --*/ + + // Adjust ToC + foreach($this->col_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$v['p'],'link'=>$v['link'],'toc_id'=>$v['toc_id']); + $this->links[$v['link']][1] = $this->y0; + } +/*-- END TOC --*/ + $trans_on = false; + foreach($this->columnbuffer AS $key=>$s) { + if (isset($s['rel_y'])) { // only process position sensitive data + // Set ratio to expand y values or heights + if ($this->ColDetails[$s['col']]['max_bottom']) { + $ratio = ($lowest_bottom_y - ($this->y0)) / ($this->ColDetails[$s['col']]['max_bottom'] - ($this->y0)); + } + else { $ratio = 1; } + if (($ratio > 1) && ($ratio <= $this->max_colH_correction)) { + //Start Transformation + $this->pages[$this->page] .= $this->StartTransform(true)."\n"; + $this->pages[$this->page] .= $this->transformScale(100, $ratio*100, $x='', $this->y0, true)."\n"; + $trans_on = true; + } + } + // Now output the adjusted values + $this->pages[$this->page] .= $s['s']."\n"; + if (isset($s['rel_y']) && ($ratio > 1) && ($ratio <= $this->max_colH_correction)) { + //Stop Transformation + $this->pages[$this->page] .= $this->StopTransform(true)."\n"; + $trans_on = false; // mPDF 5.1.001 + } + } + if ($trans_on) { $this->pages[$this->page] .= $this->StopTransform(true)."\n"; } + + if ($lowest_bottom_y > 0) { $this->y = $lowest_bottom_y ; } + } + + + // Just reproduce the page as it was + else { + // If page has not ended but height adjustment was disabled by custom column-break - adjust y + $lowest_bottom_y = 0; + if (!$this->ColActive && (!$this->ColumnAdjust || $this->keepColumns)) { + // calculate the lowest bottom margin + foreach($this->columnbuffer AS $key=>$s) { + // Only process output data + $t = $s['s']; + if ($t == 'ACROFORM' || (preg_match('/BT \d+\.\d\d+ (\d+\.\d\d+) Td/',$t)) || (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) \d+\.\d\d+ [\-]{0,1}\d+\.\d\d+ re/',$t)) || + (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) l/',$t)) || + (preg_match('/q \d+\.\d\d+ 0 0 \d+\.\d\d+ \d+\.\d\d+ (\d+\.\d\d+) cm \/(I|FO)\d+ Do Q/',$t)) || + (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) m/',$t)) || + (preg_match('/\d+\.\d\d+ (\d+\.\d\d+) \d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ \d+\.\d\d+ c/',$t)) ) { + + $clb = $s['y'] + $s['h']; + if ($clb > $this->ColDetails[$s['col']]['max_bottom']) { $this->ColDetails[$s['col']]['max_bottom'] = $clb; } + if ($clb > $lowest_bottom_y) { $lowest_bottom_y = $clb; } + } + } + } + foreach($this->columnbuffer AS $key=>$s) { + if ($s['s'] != 'ACROFORM') + $this->pages[$this->page] .= $s['s']."\n"; + } + if ($lowest_bottom_y > 0) { $this->y = $lowest_bottom_y ; } +/*-- INDEX --*/ + + // Output Reference (index) + foreach($this->col_Reference AS $v) { + $Present=0; + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($v['op'],$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $v['op']; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($v['op'])); + } + } +/*-- END INDEX --*/ +/*-- BOOKMARKS --*/ + // Output Bookmarks + foreach($this->col_BMoutlines AS $v) { + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$v['p']); + } +/*-- END BOOKMARKS --*/ +/*-- TOC --*/ + // Output ToC + foreach($this->col_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$v['p'],'link'=>$v['link'],'toc_id'=>$v['toc_id']); + } +/*-- END TOC --*/ + } + foreach($this->internallink AS $key => $f) { + if (isset($this->internallink[$key]['col'])) unset($this->internallink[$key]['col']); + if (isset($this->internallink[$key]['rel_y'])) unset($this->internallink[$key]['rel_y']); + } + + $this->columnbuffer = array(); + $this->ColDetails = array(); + $this->columnLinks = array(); + $this->columnAnnots = array(); + $this->columnForms = array(); + + $this->col_Reference = array(); + $this->col_BMoutlines = array(); + $this->col_toc = array(); + $this->breakpoints = array(); +} + +/*-- END COLUMNS --*/ + + +//================================================================== +/*-- TABLES --*/ +function printcellbuffer() { + if (count($this->cellBorderBuffer )) { + sort($this->cellBorderBuffer); + foreach($this->cellBorderBuffer AS $cbb) { + $cba = unpack("A16dom/nbord/A1side/ns/dbw/a6ca/A10style/dx/dy/dw/dh/dmbl/dmbr/dmrt/dmrb/dmtl/dmtr/dmlt/dmlb/dcpd/dover/", $cbb); + $side = $cba['side']; + $details = array(); + $details[$side]['dom'] = (float) $cba['dom']; + $details[$side]['s'] = $cba['s']; + $details[$side]['w'] = $cba['bw']; + $details[$side]['c'] = $cba['ca']; + $details[$side]['style'] = trim($cba['style']); + $details['mbw']['BL'] = $cba['mbl']; + $details['mbw']['BR'] = $cba['mbr']; + $details['mbw']['RT'] = $cba['mrt']; + $details['mbw']['RB'] = $cba['mrb']; + $details['mbw']['TL'] = $cba['mtl']; + $details['mbw']['TR'] = $cba['mtr']; + $details['mbw']['LT'] = $cba['mlt']; + $details['mbw']['LB'] = $cba['mlb']; + $details['cellposdom'] = $cba['cpd']; + $details['p'] = $side; + if ($cba['over']==1) { $details[$side]['overlay'] = true; } + else { $details[$side]['overlay'] = false; } + $this->_tableRect($cba['x'],$cba['y'],$cba['w'],$cba['h'],$cba['bord'],$details, false, false); + + } + $this->cellBorderBuffer = array(); + } +} +//================================================================== +function printtablebuffer() { + + if (!$this->table_rotate) { + $this->pages[$this->page] .= $this->tablebuffer; + foreach($this->tbrot_Links AS $p => $l) { + foreach($l AS $v) { + $this->PageLinks[$p][] = $v; + } + } + $this->tbrot_Links = array(); +/*-- ANNOTATIONS --*/ + foreach($this->tbrot_Annots AS $p => $l) { + foreach($l AS $v) { + $this->PageAnnots[$p][] = $v; + } + } + $this->tbrot_Annots = array(); +/*-- END ANNOTATIONS --*/ + +/*-- INDEX --*/ + // Output Reference (index) + foreach($this->tbrot_Reference AS $v) { + $Present=0; + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($v['op'],$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $v['op']; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($v['op'])); + } + } + $this->tbrot_Reference = array(); +/*-- END INDEX --*/ + +/*-- BOOKMARKS --*/ + // Output Bookmarks + foreach($this->tbrot_BMoutlines AS $v) { + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$v['p']); + } + $this->tbrot_BMoutlines = array(); +/*-- END BOOKMARKS --*/ + +/*-- TOC --*/ + // Output ToC + foreach($this->tbrot_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$v['p'],'link'=>$v['link'],'toc_id'=>$v['toc_id']); + } + $this->tbrot_toc = array(); +/*-- END TOC --*/ + + return; + } + // else if rotated + $lm = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin'] + $this->blk[$this->blklvl]['border_left']['w'] + $this->blk[$this->blklvl]['padding_left']; + $pw = $this->blk[$this->blklvl]['inner_width']; + //Start Transformation + $this->pages[$this->page] .= $this->StartTransform(true)."\n"; + + if ($this->table_rotate > 1) { // clockwise + if ($this->tbrot_align == 'L') { + $xadj = $this->tbrot_h ; // align L (as is) + } + else if ($this->tbrot_align == 'R') { + $xadj = $lm-$this->tbrot_x0+($pw) ; // align R + } + else { + $xadj = $lm-$this->tbrot_x0+(($pw + $this->tbrot_h)/2) ; // align C + } + $yadj = 0; + } + else { // anti-clockwise + if ($this->tbrot_align == 'L') { + $xadj = 0 ; // align L (as is) + } + else if ($this->tbrot_align == 'R') { + $xadj = $lm-$this->tbrot_x0+($pw - $this->tbrot_h) ; // align R + } + else { + $xadj = $lm-$this->tbrot_x0+(($pw - $this->tbrot_h)/2) ; // align C + } + $yadj = $this->tbrot_w; + } + + + $this->pages[$this->page] .= $this->transformTranslate($xadj, $yadj , true)."\n"; + $this->pages[$this->page] .= $this->transformRotate($this->table_rotate, $this->tbrot_x0 , $this->tbrot_y0 , true)."\n"; + + // Now output the adjusted values + $this->pages[$this->page] .= $this->tablebuffer; + + + foreach($this->tbrot_Links AS $p => $l) { + foreach($l AS $v) { + $w = $v[2]/_MPDFK; + $h = $v[3]/_MPDFK; + $ax = ($v[0]/_MPDFK) - $this->tbrot_x0; + $ay = (($this->hPt-$v[1])/_MPDFK) - $this->tbrot_y0; + if ($this->table_rotate > 1) { // clockwise + $bx = $this->tbrot_x0+$xadj-$ay-$h; + $by = $this->tbrot_y0+$yadj+$ax; + } + else { + $bx = $this->tbrot_x0+$xadj+$ay; + $by = $this->tbrot_y0+$yadj-$ax-$w; + } + $v[0] = $bx*_MPDFK; + $v[1] = ($this->h-$by)*_MPDFK; + $v[2] = $h*_MPDFK; // swap width and height + $v[3] = $w*_MPDFK; + $this->PageLinks[$p][] = $v; + } + } + $this->tbrot_Links = array(); + foreach($this->internallink AS $key => $f) { + if (is_array($f) && isset($f['tbrot'])) { + $f['Y'] = $this->tbrot_y0; + $f['PAGE'] = $this->page; + unset($f['tbrot']); + $this->internallink[$key] = $f; + } + } +/*-- ANNOTATIONS --*/ + foreach($this->tbrot_Annots AS $p => $l) { + foreach($l AS $v) { + $ax = abs($v['x']) - $this->tbrot_x0; // abs because -ve values are internally set and held for reference if annotMargin set + $ay = $v['y'] - $this->tbrot_y0; + if ($this->table_rotate > 1) { // clockwise + $bx = $this->tbrot_x0+$xadj-$ay; + $by = $this->tbrot_y0+$yadj+$ax; + } + else { + $bx = $this->tbrot_x0+$xadj+$ay; + $by = $this->tbrot_y0+$yadj-$ax; + } + if ($v['x'] < 0) { + $v['x'] = -$bx; + } + else { + $v['x'] = $bx; + } + $v['y'] = ($by); + $this->PageAnnots[$p][] = $v; + } + } + $this->tbrot_Annots = array(); +/*-- END ANNOTATIONS --*/ + + +/*-- BOOKMARKS --*/ + + // Adjust Bookmarks + foreach($this->tbrot_BMoutlines AS $v) { + $v['y'] = $this->tbrot_y0; + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$this->page); + } +/*-- END BOOKMARKS --*/ + +/*-- INDEX --*/ + + // Adjust Reference (index) + foreach($this->tbrot_Reference AS $v) { + $Present=0; + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($this->page,$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $this->page; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($this->page)); + } + } +/*-- END INDEX --*/ + +/*-- TOC --*/ + + // Adjust ToC - uses document page number + foreach($this->tbrot_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$this->page,'link'=>$v['link'],'toc_id'=>$v['toc_id']); + $this->links[$v['link']][1] = $this->tbrot_y0; + } +/*-- END TOC --*/ + + + + $this->tbrot_Reference = array(); + $this->tbrot_BMoutlines = array(); + $this->tbrot_toc = array(); + + //Stop Transformation + $this->pages[$this->page] .= $this->StopTransform(true)."\n"; + + + $this->y = $this->tbrot_y0 + $this->tbrot_w; + $this->x = $this->lMargin; + + $this->tablebuffer = ''; +} + +//================================================================== +// Keep-with-table This buffers contents of h1-6 to keep on page with table +function printkwtbuffer() { + if (!$this->kwt_moved) { + foreach($this->kwt_buffer AS $s) { $this->pages[$this->page] .= $s['s']."\n"; } + foreach($this->kwt_Links AS $p => $l) { + foreach($l AS $v) { + $this->PageLinks[$p][] = $v; + } + } + $this->kwt_Links = array(); +/*-- ANNOTATIONS --*/ + foreach($this->kwt_Annots AS $p => $l) { + foreach($l AS $v) { + $this->PageAnnots[$p][] = $v; + } + } + $this->kwt_Annots = array(); +/*-- END ANNOTATIONS --*/ + +/*-- INDEX --*/ + // Output Reference (index) + foreach($this->kwt_Reference AS $v) { + $Present=0; + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($v['op'],$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $v['op']; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($v['op'])); + } + } + $this->kwt_Reference = array(); +/*-- END INDEX --*/ + +/*-- BOOKMARKS --*/ + // Output Bookmarks + foreach($this->kwt_BMoutlines AS $v) { + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$v['p']); + } + $this->kwt_BMoutlines = array(); +/*-- END BOOKMARKS --*/ + +/*-- TOC --*/ + // Output ToC + foreach($this->kwt_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$v['p'],'link'=>$v['link'],'toc_id'=>$v['toc_id']); + } + $this->kwt_toc = array(); +/*-- END TOC --*/ + + return; + } + + //Start Transformation + $this->pages[$this->page] .= $this->StartTransform(true)."\n"; + $xadj = $this->lMargin - $this->kwt_x0 ; + //$yadj = $this->y - $this->kwt_y0 ; + $yadj = $this->tMargin - $this->kwt_y0 ; + + $this->pages[$this->page] .= $this->transformTranslate($xadj, $yadj , true)."\n"; + + // Now output the adjusted values + foreach($this->kwt_buffer AS $s) { $this->pages[$this->page] .= $s['s']."\n"; } + + // Adjust hyperLinks + foreach($this->kwt_Links AS $p => $l) { + foreach($l AS $v) { + $bx = $this->kwt_x0+$xadj; + $by = $this->kwt_y0+$yadj; + $v[0] = $bx*_MPDFK; + $v[1] = ($this->h-$by)*_MPDFK; + $this->PageLinks[$p][] = $v; + } + } + foreach($this->internallink AS $key => $f) { + if (is_array($f) && isset($f['kwt'])) { + $f['Y'] += $yadj; + $f['PAGE'] = $this->page; + unset($f['kwt']); + $this->internallink[$key] = $f; + } + } +/*-- ANNOTATIONS --*/ + foreach($this->kwt_Annots AS $p => $l) { + foreach($l AS $v) { + $bx = $this->kwt_x0+$xadj; + $by = $this->kwt_y0+$yadj; + if ($v['x'] < 0) { + $v['x'] = -$bx; + } + else { + $v['x'] = $bx; + } + $v['y'] = $by; + $this->PageAnnots[$p][] = $v; + } + } +/*-- END ANNOTATIONS --*/ + +/*-- BOOKMARKS --*/ + + // Adjust Bookmarks + foreach($this->kwt_BMoutlines AS $v) { + if ($v['y'] != 0) { $v['y'] += $yadj; } + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$this->page); + } +/*-- END BOOKMARKS --*/ + +/*-- INDEX --*/ + + // Adjust Reference (index) + foreach($this->kwt_Reference AS $v) { + $Present=0; + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($this->page,$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $this->page; + } + } + } + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($this->page)); + } + } +/*-- END INDEX --*/ + +/*-- TOC --*/ + + // Adjust ToC + foreach($this->kwt_toc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$this->page,'link'=>$v['link'],'toc_id'=>$v['toc_id']); + $this->links[$v['link']][0] = $this->page; + $this->links[$v['link']][1] += $yadj; + } +/*-- END TOC --*/ + + + $this->kwt_Links = array(); + $this->kwt_Annots = array(); + + $this->kwt_Reference = array(); + $this->kwt_BMoutlines = array(); + $this->kwt_toc = array(); + //Stop Transformation + $this->pages[$this->page] .= $this->StopTransform(true)."\n"; + + $this->kwt_buffer = array(); + + $this->y += $this->kwt_height; +} + +/*-- END TABLES --*/ + + +//================================================================== + +function printfloatbuffer() { + if (count($this->floatbuffer)) { + $this->objectbuffer = $this->floatbuffer; + $this->printobjectbuffer(false); + $this->objectbuffer = array(); + $this->floatbuffer = array(); + $this->floatmargins = array(); + } +} +//================================================================== + +function printdivbuffer() { + $p1 = $this->blk[$this->blklvl]['startpage']; + $p2 = $this->page; + $bottom[$p1] = $this->ktBlock[$p1]['bottom_margin']; + $bottom[$p2] = $this->y; // $this->ktBlock[$p2]['bottom_margin']; + $top[$p1] = $this->kt_y00; + + $top2 = $this->h; + foreach($this->divbuffer AS $key=>$s) { + if ($s['page'] == $p2) { + $top2 = MIN($s['y'], $top2); + } + } + $top[$p2] = $top2; + $height[$p1] = ($bottom[$p1] - $top[$p1]); + $height[$p2] = ($bottom[$p2] - $top[$p2]); + $xadj[$p1] = $this->MarginCorrection; + $yadj[$p1] = -($top[$p1] - $top[$p2]); + $xadj[$p2] = 0; + $yadj[$p2] = $height[$p1]; + + // Output without any transformation + if ($this->ColActive || !$this->keep_block_together || $this->blk[$this->blklvl]['startpage'] == $this->page || ($this->page - $this->blk[$this->blklvl]['startpage']) > 1 || ($height[$p1]+$height[$p2]) > $this->h) { + foreach($this->divbuffer AS $s) { $this->pages[$s['page']] .= $s['s']."\n"; } + foreach($this->ktLinks AS $p => $l) { + foreach($l AS $v) { + $this->PageLinks[$p][] = $v; + } + } + foreach($this->ktForms AS $key => $f) { + $this->form->forms[$f['n']] = $f; + } +/*-- ANNOTATIONS --*/ + foreach($this->ktAnnots AS $p => $l) { + foreach($l AS $v) { + $this->PageAnnots[$p][] = $v; + } + } +/*-- END ANNOTATIONS --*/ +/*-- INDEX --*/ + // Adjust Reference (index) + foreach($this->ktReference AS $v) { + $Present=0; + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($p2,$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $p2; + } + } + } + //If not found, add it + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($p2)); + } + } +/*-- END INDEX --*/ + +/*-- BOOKMARKS --*/ + // Adjust Bookmarks + foreach($this->ktBMoutlines AS $v) { + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$v['p']); + } +/*-- END BOOKMARKS --*/ + +/*-- TOC --*/ + // Adjust ToC + foreach($this->_kttoc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$v['p'],'link'=>$v['link'],'toc_id'=>$v['toc_id']); + } +/*-- END TOC --*/ + + $this->divbuffer = array(); + $this->ktLinks = array(); + $this->ktAnnots = array(); + $this->ktForms = array(); + $this->ktBlock = array(); + $this->ktReference = array(); + $this->ktBMoutlines = array(); + $this->_kttoc = array(); + $this->keep_block_together = 0; + return; + } + else { + // Output with transformation + // mPDF 5.6.17 + $np = ''; + $lastpage = -1; + foreach($this->divbuffer AS $key=>$s) { + // callback function + $t = $s['s']; + $p = $s['page']; + if ($p != $lastpage) { + $q = ''; + if ($lastpage != -1) { $q = ' Q'."\n"; } + $t = $q . $this->StartTransform(true)."\n" . $this->transformTranslate($xadj[$p], $yadj[$p] , true)."\n" . $t; + $lastpage = $p; + } + $np .= $t."\n"; + } + if ($lastpage != -1) { $np .= ' Q'."\n"; } + + $this->pages[$this->page] .= $np; + + // Adjust hyperLinks + foreach($this->ktLinks AS $p => $l) { + foreach($l AS $v) { + $v[0] += ($xadj[$p]*_MPDFK); + $v[1] -= ($yadj[$p]*_MPDFK); + $this->PageLinks[$p2][] = $v; + } + } + foreach($this->ktForms AS $key => $f) { + $p = $f['page']; + $f['x'] += ($xadj[$p]); + $f['y'] += ($yadj[$p]); + $f['page'] = $p2; + $this->form->forms[$f['n']] = $f; + } + foreach($this->internallink AS $key => $f) { + if (is_array($f) && isset($f['kt'])) { + $f['Y'] += ($yadj[$f['PAGE']]); + $f['PAGE'] = $p2; + unset($f['kt']); + $this->internallink[$key] = $f; + } + } +/*-- ANNOTATIONS --*/ + foreach($this->ktAnnots AS $p => $l) { + foreach($l AS $v) { + if ($v['x']>0) { $v['x'] += $xadj[$p]; } + else if ($v['x']<0) { $v['x'] -= $xadj[$p]; } + $v['y'] += $yadj[$p]; + $this->PageAnnots[$p2][] = $v; + } + } +/*-- END ANNOTATIONS --*/ + +/*-- BOOKMARKS --*/ + // Adjust Bookmarks + foreach($this->ktBMoutlines AS $v) { + if ($v['y'] != 0) { $v['y'] += ($yadj[$v['p']]); } + $this->BMoutlines[]=array('t'=>$v['t'],'l'=>$v['l'],'y'=>$v['y'],'p'=>$p2); + } +/*-- END BOOKMARKS --*/ + +/*-- INDEX --*/ + // Adjust Reference (index) + foreach($this->ktReference AS $v) { + $Present=0; + //Search the reference (AND Ref/PageNo) in the array + for ($i=0;$iReference);$i++){ + if ($this->Reference[$i]['t']==$v['t']){ + $Present=1; + if (!in_array($p2,$this->Reference[$i]['p'])) { + $this->Reference[$i]['p'][] = $p2; + } + } + } + //If not found, add it + if ($Present==0) { + $this->Reference[]=array('t'=>$v['t'],'p'=>array($p2)); + } + } +/*-- END INDEX --*/ + +/*-- TOC --*/ + // Adjust ToC + foreach($this->_kttoc AS $v) { + $this->tocontents->_toc[]=array('t'=>$v['t'],'l'=>$v['l'],'p'=>$p2,'link'=>$v['link'],'toc_id'=>$v['toc_id']); + $this->links[$v['link']][0] = $p2; + $this->links[$v['link']][1] += $yadj[$v['p']]; + } +/*-- END TOC --*/ + + $this->y = $top[$p2] + $height[$p1] + $height[$p2]; + $this->x = $this->lMargin; + + $this->divbuffer = array(); + $this->ktLinks = array(); + $this->ktAnnots = array(); + $this->ktForms = array(); + $this->ktBlock = array(); + $this->ktReference = array(); + $this->ktBMoutlines = array(); + $this->_kttoc = array(); + $this->keep_block_together = 0; + } +} + + +//================================================================== +// Added ELLIPSES and CIRCLES +function Circle($x,$y,$r,$style='S') { + $this->Ellipse($x,$y,$r,$r,$style); +} + +function Ellipse($x,$y,$rx,$ry,$style='S') { + if($style=='F') { $op='f'; } + elseif($style=='FD' or $style=='DF') { $op='B'; } + else { $op='S'; } + $lx=4/3*(M_SQRT2-1)*$rx; + $ly=4/3*(M_SQRT2-1)*$ry; + $h=$this->h; + $this->_out(sprintf('%.3F %.3F m %.3F %.3F %.3F %.3F %.3F %.3F c', ($x+$rx)*_MPDFK,($h-$y)*_MPDFK, ($x+$rx)*_MPDFK,($h-($y-$ly))*_MPDFK, ($x+$lx)*_MPDFK,($h-($y-$ry))*_MPDFK, $x*_MPDFK,($h-($y-$ry))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c', ($x-$lx)*_MPDFK,($h-($y-$ry))*_MPDFK, ($x-$rx)*_MPDFK,($h-($y-$ly))*_MPDFK, ($x-$rx)*_MPDFK,($h-$y)*_MPDFK)); + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c', ($x-$rx)*_MPDFK,($h-($y+$ly))*_MPDFK, ($x-$lx)*_MPDFK,($h-($y+$ry))*_MPDFK, $x*_MPDFK,($h-($y+$ry))*_MPDFK)); + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c %s', ($x+$lx)*_MPDFK,($h-($y+$ry))*_MPDFK, ($x+$rx)*_MPDFK,($h-($y+$ly))*_MPDFK, ($x+$rx)*_MPDFK,($h-$y)*_MPDFK, $op)); +} + +/*-- DIRECTW --*/ +// Added adaptation of shaded_box = AUTOSIZE-TEXT +function AutosizeText($text,$w,$font,$style,$szfont=72) { + $text = $this->purify_utf8_text($text); + if ($this->text_input_as_HTML) { + $text = $this->all_entities_to_utf8($text); + } + if ($this->usingCoreFont) { $text = mb_convert_encoding($text,$this->mb_enc,'UTF-8'); } + $text = ' '.$text.' '; + $width = $this->ConvertSize($w); + $loop = 0; + while ( $loop == 0 ) { + $this->SetFont($font,$style,$szfont); + $sz = $this->GetStringWidth( $text ); + if ( $sz > $w ) { $szfont --; } + else { $loop ++; } + } + $this->SetFont($font,$style,$szfont); + $this->Cell($w, 0, $text, 0, 0, "C"); +} +/*-- END DIRECTW --*/ + + + + + +// ==================================================== +// ==================================================== +/*-- RTL --*/ +function reverse_letters($str) { + $str = strtr($str, '{}[]()', '}{][)('); + return $this->mb_strrev($str, $this->mb_enc); +} + +function magic_reverse_dir(&$chunk, $join=true, $dir) { + if ($this->usingCoreFont) { return 0; } + if ($this->biDirectional) { + // mPDF 5.4.05 Include PUA for non-indexed Arabic glyphs + $pregRTLchars = $this->pregRTLchars; + if ($this->CurrentFont['unAGlyphs']) { $pregRTLchars .= "\x{F500}-\x{F7FF}"; } + + // Change Arabic + Persian. to Presentation Forms + if ($join) { + $chunk = preg_replace("/([".$pregRTLchars."]+)/ue", '$this->ArabJoin(stripslashes(\'\\1\'))', $chunk ); + } + $contains_rtl = false; + $all_rtl = true; + $initSpace = false; + $endSpace = false; + $nonDirchars = "\x{A0}\"\'\(\)\{\}\[\].,:\\/-="; // mPDF 5.6.32 + // mPDF 5.6.43 + $bdo=array(); + preg_match_all('/([\x{202A}\x{202B}])(.*?)([\x{202C}])/u',$chunk,$m); + if (count($m[0])) { + for($i=0;$ireverse_letters($m[2][$i]); + } + else if ($m[1][$i]=="\xe2\x80\xaa") { // Left-to-Right Embedding [LRE] U+202A ‪ + $mark = code2utf(0xf880+$i); + $bdo[$i] = $m[2][$i]; + } + $chunk = preg_replace('/'.preg_quote($m[0][$i],'/').'/u',$mark,$chunk); + } + $pregRTLchars .= "\x{F800}-\x{F87F}"; + } + if (preg_match("/[".$pregRTLchars."]/u",$chunk)) { // Chunk contains RTL characters + if (preg_match("/^[ ]/",$chunk)) { $initSpace = true; $chunk = preg_replace("/^[ ]/",'',$chunk); } + if (preg_match("/[ ]$/",$chunk)) { $endSpace = true; $chunk = preg_replace("/[ ]$/",'',$chunk); } + + if (preg_match("/[^".$pregRTLchars.$nonDirchars." ]/u",$chunk)) { // Chunk also contains LTR characters + $all_rtl = false; + if ($dir == 'rtl') { + $chunk = preg_replace("/([^".$pregRTLchars.$nonDirchars."][".$nonDirchars."]*) ([".$nonDirchars."]*[^".$pregRTLchars.$nonDirchars."])/u","\\1\x07\\2",$chunk); + } + $chunk = preg_replace("/([".$pregRTLchars."][".$nonDirchars."]*) ([".$nonDirchars."]*[".$pregRTLchars."])/u","\\1\x07\\2",$chunk); + $bits = explode(' ',$chunk); + foreach($bits AS $bitkey=>$bit) { + $bit = preg_replace("/\x07/"," ",$bit); + if (preg_match("/^[".$pregRTLchars.$nonDirchars." ]*$/u",$bit)) { + $bits[$bitkey] = $this->reverse_letters($bit); + } + else if (preg_match("/[".$pregRTLchars."]/u",$bit)) { + if ($dir == 'rtl') { + $bit = preg_replace("/([^".$pregRTLchars.$nonDirchars." ])([".$nonDirchars."]*[".$pregRTLchars."])/u","\\1\x07\\2",$bit ); + $bit = preg_replace("/([".$pregRTLchars."][".$nonDirchars."]*)([^".$pregRTLchars.$nonDirchars." ])/u","\\1\x07\\2",$bit ); + } + else { + $bit = preg_replace("/([^".$pregRTLchars." ][".$nonDirchars."]*)([".$pregRTLchars." ])/u","\\1\x07\\2",$bit ); + $bit = preg_replace("/([".$pregRTLchars." ])([".$nonDirchars."]*[^".$pregRTLchars." ])/u","\\1\x07\\2",$bit ); + } + $sbits = explode("\x07",$bit ); + foreach($sbits AS $sbitkey=>$sbit) { + $sbit = preg_replace("/\x07/","",$sbit); + if (preg_match("/^[".$pregRTLchars.$nonDirchars." ]*$/u",$sbit)) { + $sbits[$sbitkey] = $this->reverse_letters($sbit); + } + else if (preg_match("/[".$pregRTLchars."]/u",$sbit) && $dir=='rtl') { + $sbits[$sbitkey] = $this->reverse_letters($sbit); + } + else { + // Reverse numerals only to RTL + $sbit = preg_replace("/([\x{0660}-\x{066C}0-9]+[\x{0660}-\x{066C}0-9\.,:\/]*[\x{0660}-\x{066C}0-9]+)/ue", '$this->reverse_letters(\'\\1\')', $sbit ); // mPDF 5.6.32 // mPDF 5.6.46 + $sbits[$sbitkey] = $sbit; + } + } + if ($dir == 'rtl') { $sbits = array_reverse($sbits,false); } + $bits[$bitkey] = implode('',$sbits); + } + else if (preg_match("/[".$pregRTLchars."]/u",$bit) && $dir=='rtl') { + $bits[$bitkey] = $this->reverse_letters($bit); + } + else { + // Reverse numerals only to RTL + $bit = preg_replace("/([\x{0660}-\x{066C}0-9]+[\x{0660}-\x{066C}0-9\.,:\/]*[\x{0660}-\x{066C}0-9]+)/ue", '$this->reverse_letters(\'\\1\')', $bit ); // mPDF 5.6.32 // mPDF 5.6.46 + $bits[$bitkey] = $bit; + } + } + if ($dir == 'rtl') { $bits = array_reverse($bits,false); } + $chunk = implode(' ',$bits); + } + else { $chunk = $this->reverse_letters($chunk); } + $contains_rtl = true; + + // Un-Reverse numerals back to ltr + $chunk = preg_replace("/([\x{0660}-\x{066C}0-9]+[\x{0660}-\x{066C}0-9\.,:\/]*[\x{0660}-\x{066C}0-9]+)/ue", '$this->reverse_letters(\'\\1\')', $chunk ); // mPDF 5.6.13 // mPDF 5.6.32 // mPDF 5.6.46 + if ($dir == 'rtl') { + if ($endSpace) { $chunk = ' '.$chunk; } + if ($initSpace) { $chunk .= ' '; } + } + else { + if ($initSpace) { $chunk = ' '.$chunk; } + if ($endSpace) { $chunk .= ' '; } + } + } + else { $all_rtl = false; } + + // mPDF 5.6.43 + if (count($bdo)) { + for($i=0;$isubstitute = array(); + foreach($subsarray AS $key => $val) { + $this->substitute[code2utf($key)] = $val; + } +} + + +function SubstituteChars($html) { + // only substitute characters between tags + if (count($this->substitute)) { + $a=preg_split('/(<.*?>)/ms',$html,-1,PREG_SPLIT_DELIM_CAPTURE); + $html = ''; + foreach($a as $i => $e) { + if($i%2==0) { + $e = strtr($e, $this->substitute); + } + $html .= $e; + } + } + return $html; +} + + +function SubstituteCharsSIP(&$writehtml_a, &$writehtml_i, &$writehtml_e) { + if (preg_match("/^(.*?)([\x{20000}-\x{2FFFF}]+)(.*)/u", $writehtml_e, $m)) { + if (isset($this->CurrentFont['sipext']) && $this->CurrentFont['sipext']) { + $font = $this->CurrentFont['sipext']; + if (!in_array($font, $this->available_unifonts)) { return 0; } + $writehtml_a[$writehtml_i] = $writehtml_e = $m[1]; + array_splice($writehtml_a, $writehtml_i+1, 0, array('span style="font-family: '.$font.'"', $m[2], '/span', $m[3])); + $this->subPos = $writehtml_i; + return 4; + } + } + return 0; +} + +// If core font is selected in document which is not onlyCoreFonts - substitute with non-core font +function SubstituteCharsNonCore(&$writehtml_a, &$writehtml_i, &$writehtml_e) { + if (mb_convert_encoding(mb_convert_encoding($writehtml_e, $this->mb_enc, "UTF-8"), "UTF-8", $this->mb_enc) == $writehtml_e) { + return 0; + } + $cw = &$this->CurrentFont['cw']; + $unicode = $this->UTF8StringToArray($writehtml_e, false); + $start = -1; + $end = 0; + $flag = 0; + $ftype = ''; + $u = array(); + if (!$this->subArrMB) { + include(_MPDF_PATH.'includes/subs_core.php'); + $this->subArrMB['a'] = $aarr; + $this->subArrMB['s'] = $sarr; + $this->subArrMB['z'] = $zarr; + } + foreach($unicode AS $c => $char) { + if (($char> 127 || ($flag==1 && $char==32)) && $char != 173 && (!isset($this->subArrMB['a'][$char]) || ($flag==1 && $char==32)) && ($char<1536 || ($char>1791 && $char < 2304) || $char>3455)) { + if ($flag==0) { $start=$c; } + $flag=1; + $u[] = $char; + } + else if ($flag>0) { $end=$c-1; break; } + } + if ($flag>0 && !$end) { $end=count($unicode)-1; } + if ($start==-1) { return 0; } + // TRY IN BACKUP SUBS FONT + if (!is_array($this->backupSubsFont)) { $this->backupSubsFont = array("$this->backupSubsFont"); } + foreach($this->backupSubsFont AS $bsfctr=>$bsf) { + if ($this->fonttrans[$bsf] == 'chelvetica' || $this->fonttrans[$bsf] == 'ctimes' || $this->fonttrans[$bsf] == 'ccourier') { continue; } + $font = $bsf; + unset($cw); + $cw = ''; + if (isset($this->fonts[$font])) { $cw = &$this->fonts[$font]['cw']; } + else if (file_exists(_MPDF_TTFONTDATAPATH.$font.'.cw.dat')) { $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); } + else { + + $prevFontFamily = $this->FontFamily; + $prevFontStyle = $this->currentfontstyle; + $prevFontSizePt = $this->FontSizePt; + $this->SetFont($bsf, '', '', false); + $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); + $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false); + } + if (!$cw) { continue; } + $l = 0; + foreach($u AS $char) { + if ($char == 173 || $this->_charDefined($cw,$char) || ($char>1536 && $char<1791) || ($char>2304 && $char<3455 )) { + $l++; + } + else { + if ($l==0 && $bsfctr == (count($this->backupSubsFont)-1)) { // Not found even in last backup font + $cont = mb_substr($writehtml_e, $start+1); + $writehtml_e = mb_substr($writehtml_e, 0, $start+1, 'UTF-8'); + array_splice($writehtml_a, $writehtml_i+1, 0, array('', $cont)); + $this->subPos = $writehtml_i+1; + return 2; + } + else { break; } + } + } + if ($l > 0) { + $patt = mb_substr($writehtml_e, $start, $l, 'UTF-8'); + if (preg_match("/(.*?)(".preg_quote($patt,'/').")(.*)/u", $writehtml_e, $m)) { + $writehtml_e = $m[1]; + array_splice($writehtml_a, $writehtml_i+1, 0, array('span style="font-family: '.$font.'"', $m[2], '/span', $m[3])); + $this->subPos = $writehtml_i+3; + return 4; + } + } + } + + unset($cw); + return 0; +} + + +function SubstituteCharsMB(&$writehtml_a, &$writehtml_i, &$writehtml_e) { + $cw = &$this->CurrentFont['cw']; + $unicode = $this->UTF8StringToArray($writehtml_e, false); + $start = -1; + $end = 0; + $flag = 0; + $ftype = ''; + $u = array(); + foreach($unicode AS $c => $char) { + if (($flag == 0 || $flag==2) && (!$this->_charDefined($cw,$char) || ($flag==2 && $char==32)) && $this->checkSIP && $char > 131071) { // Unicode Plane 2 (SIP) + if (in_array($this->FontFamily ,$this->available_CJK_fonts)) { return 0; } + if ($flag==0) { $start=$c; } + $flag=2; + $u[] = $char; + } + //else if (($flag == 0 || $flag==1) && $char != 173 && !$this->_charDefined($cw,$char) && ($char<1423 || ($char>3583 && $char < 11263))) { + else if (($flag == 0 || $flag==1) && $char != 173 && (!$this->_charDefined($cw,$char) || ($flag==1 && $char==32)) && ($char<1536 || ($char>1791 && $char < 2304) || $char>3455)) { + if ($flag==0) { $start=$c; } + $flag=1; + $u[] = $char; + } + else if ($flag>0) { $end=$c-1; break; } + } + if ($flag>0 && !$end) { $end=count($unicode)-1; } + if ($start==-1) { return 0; } + if ($flag == 2) { // SIP + // Check if current CJK font has a ext-B related font + if (isset($this->CurrentFont['sipext']) && $this->CurrentFont['sipext']) { + $font = $this->CurrentFont['sipext']; + unset($cw); + $cw = ''; + if (isset($this->fonts[$font])) { $cw = &$this->fonts[$font]['cw']; } + else if (file_exists(_MPDF_TTFONTDATAPATH.$font.'.cw.dat')) { $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); } + else { + $prevFontFamily = $this->FontFamily; + $prevFontStyle = $this->currentfontstyle; + $prevFontSizePt = $this->FontSizePt; + $this->SetFont($font, '', '', false); + $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); + $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false); + } + if (!$cw) { return 0; } + $l = 0; + foreach($u AS $char) { + if ($this->_charDefined($cw,$char) || $char > 131071) { + $l++; + } + else { break; } + } + if ($l > 0) { + $patt = mb_substr($writehtml_e, $start, $l); + if (preg_match("/(.*?)(".preg_quote($patt,'/').")(.*)/u", $writehtml_e, $m)) { + $writehtml_e = $m[1]; + array_splice($writehtml_a, $writehtml_i+1, 0, array('span style="font-family: '.$font.'"', $m[2], '/span', $m[3])); + $this->subPos = $writehtml_i+3; + return 4; + } + } + } + // Check Backup SIP font (defined in config_fonts.php) + if (isset($this->backupSIPFont) && $this->backupSIPFont) { + if ($this->currentfontfamily != $this->backupSIPFont) { $font = $this->backupSIPFont; } + else { unset($cw); return 0; } + unset($cw); + $cw = ''; + if (isset($this->fonts[$font])) { $cw = &$this->fonts[$font]['cw']; } + else if (file_exists(_MPDF_TTFONTDATAPATH.$font.'.cw.dat')) { $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); } + else { + $prevFontFamily = $this->FontFamily; + $prevFontStyle = $this->currentfontstyle; + $prevFontSizePt = $this->FontSizePt; + $this->SetFont($this->backupSIPFont, '', '', false); + $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); + $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false); + } + if (!$cw) { return 0; } + $l = 0; + foreach($u AS $char) { + if ($this->_charDefined($cw,$char) || $char > 131071) { + $l++; + } + else { break; } + } + if ($l > 0) { + $patt = mb_substr($writehtml_e, $start, $l); + if (preg_match("/(.*?)(".preg_quote($patt,'/').")(.*)/u", $writehtml_e, $m)) { + $writehtml_e = $m[1]; + array_splice($writehtml_a, $writehtml_i+1, 0, array('span style="font-family: '.$font.'"', $m[2], '/span', $m[3])); + $this->subPos = $writehtml_i+3; + return 4; + } + } + } + return 0; + } + + + // FIRST TRY CORE FONTS + if (!$this->PDFA && !$this->PDFX) { + $repl = array(); + if (!$this->subArrMB) { + include(_MPDF_PATH.'includes/subs_core.php'); + $this->subArrMB['a'] = $aarr; + $this->subArrMB['s'] = $sarr; + $this->subArrMB['z'] = $zarr; + } + if (isset($this->subArrMB['a'][$u[0]])) { + $font = 'tta'; $ftype = 'C'; + foreach($u AS $char) { + if ($this->subArrMB['a'][$char]) { $repl[] = $this->subArrMB['a'][$char]; } + else { break; } + } + } + else if (isset($this->subArrMB['z'][$u[0]])) { + $font = 'ttz'; $ftype = 'C'; + foreach($u AS $char) { + if ($this->subArrMB['z'][$char]) { $repl[] = $this->subArrMB['z'][$char]; } + else { break; } + } + } + else if (isset($this->subArrMB['s'][$u[0]])) { + $font = 'tts'; $ftype = 'C'; + foreach($u AS $char) { + if ($this->subArrMB['s'][$char]) { $repl[] = $this->subArrMB['s'][$char]; } + else { break; } + } + } + if ($ftype=='C') { + $patt = mb_substr($writehtml_e, $start, count($repl)); + if (preg_match("/(.*?)(".preg_quote($patt,'/').")(.*)/u", $writehtml_e, $m)) { + $writehtml_e = $m[1]; + array_splice($writehtml_a, $writehtml_i+1, 0, array($font, implode('|', $repl), '/'.$font, $m[3])); // e.g. + $this->subPos = $writehtml_i+3; + return 4; + } + return 0; + } + } + + // FIND IN DEFAULT FONT - removed mPDF 5.0 + + // LASTLY TRY IN BACKUP SUBS FONT + if (!is_array($this->backupSubsFont)) { $this->backupSubsFont = array("$this->backupSubsFont"); } + foreach($this->backupSubsFont AS $bsfctr=>$bsf) { + if ($this->currentfontfamily != $bsf) { $font = $bsf; } + else { continue; } + unset($cw); + $cw = ''; + if (isset($this->fonts[$font])) { $cw = &$this->fonts[$font]['cw']; } + else if (file_exists(_MPDF_TTFONTDATAPATH.$font.'.cw.dat')) { $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); } + else { + $prevFontFamily = $this->FontFamily; + $prevFontStyle = $this->currentfontstyle; + $prevFontSizePt = $this->FontSizePt; + $this->SetFont($bsf, '', '', false); + $cw = @file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); + $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt, false); + } + if (!$cw) { continue; } + $l = 0; + foreach($u AS $char) { + if ($char == 173 || $this->_charDefined($cw,$char) || ($char>1536 && $char<1791) || ($char>2304 && $char<3455 )) { // Arabic and Indic + $l++; + } + else { + if ($l==0 && $bsfctr == (count($this->backupSubsFont)-1)) { // Not found even in last backup font + $cont = mb_substr($writehtml_e, $start+1); + $writehtml_e = mb_substr($writehtml_e, 0, $start+1); + array_splice($writehtml_a, $writehtml_i+1, 0, array('', $cont)); + $this->subPos = $writehtml_i+1; + return 2; + } + else { break; } + } + } + if ($l > 0) { + $patt = mb_substr($writehtml_e, $start, $l); + if (preg_match("/(.*?)(".preg_quote($patt,'/').")(.*)/u", $writehtml_e, $m)) { + $writehtml_e = $m[1]; + array_splice($writehtml_a, $writehtml_i+1, 0, array('span style="font-family: '.$font.'"', $m[2], '/span', $m[3])); + $this->subPos = $writehtml_i+3; + return 4; + } + } + } + + unset($cw); + return 0; +} + + +function setHiEntitySubstitutions() { + $entarr = array ( + 'nbsp' => '160', 'iexcl' => '161', 'cent' => '162', 'pound' => '163', 'curren' => '164', 'yen' => '165', 'brvbar' => '166', 'sect' => '167', + 'uml' => '168', 'copy' => '169', 'ordf' => '170', 'laquo' => '171', 'not' => '172', 'shy' => '173', 'reg' => '174', 'macr' => '175', + 'deg' => '176', 'plusmn' => '177', 'sup2' => '178', 'sup3' => '179', 'acute' => '180', 'micro' => '181', 'para' => '182', 'middot' => '183', + 'cedil' => '184', 'sup1' => '185', 'ordm' => '186', 'raquo' => '187', 'frac14' => '188', 'frac12' => '189', 'frac34' => '190', + 'iquest' => '191', 'Agrave' => '192', 'Aacute' => '193', 'Acirc' => '194', 'Atilde' => '195', 'Auml' => '196', 'Aring' => '197', + 'AElig' => '198', 'Ccedil' => '199', 'Egrave' => '200', 'Eacute' => '201', 'Ecirc' => '202', 'Euml' => '203', 'Igrave' => '204', + 'Iacute' => '205', 'Icirc' => '206', 'Iuml' => '207', 'ETH' => '208', 'Ntilde' => '209', 'Ograve' => '210', 'Oacute' => '211', + 'Ocirc' => '212', 'Otilde' => '213', 'Ouml' => '214', 'times' => '215', 'Oslash' => '216', 'Ugrave' => '217', 'Uacute' => '218', + 'Ucirc' => '219', 'Uuml' => '220', 'Yacute' => '221', 'THORN' => '222', 'szlig' => '223', 'agrave' => '224', 'aacute' => '225', + 'acirc' => '226', 'atilde' => '227', 'auml' => '228', 'aring' => '229', 'aelig' => '230', 'ccedil' => '231', 'egrave' => '232', + 'eacute' => '233', 'ecirc' => '234', 'euml' => '235', 'igrave' => '236', 'iacute' => '237', 'icirc' => '238', 'iuml' => '239', + 'eth' => '240', 'ntilde' => '241', 'ograve' => '242', 'oacute' => '243', 'ocirc' => '244', 'otilde' => '245', 'ouml' => '246', + 'divide' => '247', 'oslash' => '248', 'ugrave' => '249', 'uacute' => '250', 'ucirc' => '251', 'uuml' => '252', 'yacute' => '253', + 'thorn' => '254', 'yuml' => '255', 'OElig' => '338', 'oelig' => '339', 'Scaron' => '352', 'scaron' => '353', 'Yuml' => '376', + 'fnof' => '402', 'circ' => '710', 'tilde' => '732', 'Alpha' => '913', 'Beta' => '914', 'Gamma' => '915', 'Delta' => '916', + 'Epsilon' => '917', 'Zeta' => '918', 'Eta' => '919', 'Theta' => '920', 'Iota' => '921', 'Kappa' => '922', 'Lambda' => '923', + 'Mu' => '924', 'Nu' => '925', 'Xi' => '926', 'Omicron' => '927', 'Pi' => '928', 'Rho' => '929', 'Sigma' => '931', 'Tau' => '932', + 'Upsilon' => '933', 'Phi' => '934', 'Chi' => '935', 'Psi' => '936', 'Omega' => '937', 'alpha' => '945', 'beta' => '946', 'gamma' => '947', + 'delta' => '948', 'epsilon' => '949', 'zeta' => '950', 'eta' => '951', 'theta' => '952', 'iota' => '953', 'kappa' => '954', + 'lambda' => '955', 'mu' => '956', 'nu' => '957', 'xi' => '958', 'omicron' => '959', 'pi' => '960', 'rho' => '961', 'sigmaf' => '962', + 'sigma' => '963', 'tau' => '964', 'upsilon' => '965', 'phi' => '966', 'chi' => '967', 'psi' => '968', 'omega' => '969', + 'thetasym' => '977', 'upsih' => '978', 'piv' => '982', 'ensp' => '8194', 'emsp' => '8195', 'thinsp' => '8201', 'zwnj' => '8204', + 'zwj' => '8205', 'lrm' => '8206', 'rlm' => '8207', 'ndash' => '8211', 'mdash' => '8212', 'lsquo' => '8216', 'rsquo' => '8217', + 'sbquo' => '8218', 'ldquo' => '8220', 'rdquo' => '8221', 'bdquo' => '8222', 'dagger' => '8224', 'Dagger' => '8225', 'bull' => '8226', + 'hellip' => '8230', 'permil' => '8240', 'prime' => '8242', 'Prime' => '8243', 'lsaquo' => '8249', 'rsaquo' => '8250', 'oline' => '8254', + 'frasl' => '8260', 'euro' => '8364', 'image' => '8465', 'weierp' => '8472', 'real' => '8476', 'trade' => '8482', 'alefsym' => '8501', + 'larr' => '8592', 'uarr' => '8593', 'rarr' => '8594', 'darr' => '8595', 'harr' => '8596', 'crarr' => '8629', 'lArr' => '8656', + 'uArr' => '8657', 'rArr' => '8658', 'dArr' => '8659', 'hArr' => '8660', 'forall' => '8704', 'part' => '8706', 'exist' => '8707', + 'empty' => '8709', 'nabla' => '8711', 'isin' => '8712', 'notin' => '8713', 'ni' => '8715', 'prod' => '8719', 'sum' => '8721', + 'minus' => '8722', 'lowast' => '8727', 'radic' => '8730', 'prop' => '8733', 'infin' => '8734', 'ang' => '8736', 'and' => '8743', + 'or' => '8744', 'cap' => '8745', 'cup' => '8746', 'int' => '8747', 'there4' => '8756', 'sim' => '8764', 'cong' => '8773', + 'asymp' => '8776', 'ne' => '8800', 'equiv' => '8801', 'le' => '8804', 'ge' => '8805', 'sub' => '8834', 'sup' => '8835', 'nsub' => '8836', + 'sube' => '8838', 'supe' => '8839', 'oplus' => '8853', 'otimes' => '8855', 'perp' => '8869', 'sdot' => '8901', 'lceil' => '8968', + 'rceil' => '8969', 'lfloor' => '8970', 'rfloor' => '8971', 'lang' => '9001', 'rang' => '9002', 'loz' => '9674', 'spades' => '9824', + 'clubs' => '9827', 'hearts' => '9829', 'diams' => '9830', + ); + foreach($entarr AS $key => $val) { + $this->entsearch[] = '&'.$key.';'; + $this->entsubstitute[] = code2utf($val); + } +} + +function SubstituteHiEntities($html) { + // converts html_entities > ASCII 127 to unicode + // Leaves in particular < to distinguish from tag marker + if (count($this->entsearch)) { + $html = str_replace($this->entsearch,$this->entsubstitute,$html); + } + return $html; +} + + +// Edited v1.2 Pass by reference; option to continue if invalid UTF-8 chars +function is_utf8(&$string) { + if ($string === mb_convert_encoding(mb_convert_encoding($string, "UTF-32", "UTF-8"), "UTF-8", "UTF-32")) { + return true; + } + else { + if ($this->ignore_invalid_utf8) { + $string = mb_convert_encoding(mb_convert_encoding($string, "UTF-32", "UTF-8"), "UTF-8", "UTF-32") ; + return true; + } + else { + return false; + } + } +} + + +function purify_utf8($html,$lo=true) { + // For HTML + // Checks string is valid UTF-8 encoded + // converts html_entities > ASCII 127 to UTF-8 + // Only exception - leaves low ASCII entities e.g. < & etc. + // Leaves in particular < to distinguish from tag marker + if (!$this->is_utf8($html)) { + echo "

      HTML contains invalid UTF-8 character(s)

      "; + while (mb_convert_encoding(mb_convert_encoding($html, "UTF-32", "UTF-8"), "UTF-8", "UTF-32") != $html) { + $a = iconv('UTF-8', 'UTF-8', $html); + echo ($a); + $pos = $start = strlen($a); + $err = ''; + while ( ord(substr($html,$pos,1)) > 128 ) { + $err .= '[[#'.ord(substr($html,$pos,1)).']]'; + $pos++; + } + echo ''.$err.''; + $html = substr($html, $pos); + } + echo $html; + $this->Error(""); + } + $html = preg_replace("/\r/", "", $html ); + + // converts html_entities > ASCII 127 to UTF-8 + // Leaves in particular < to distinguish from tag marker + $html = $this->SubstituteHiEntities($html); + + // converts all &#nnn; or &#xHHH; to UTF-8 multibyte + // If $lo==true then includes ASCII < 128 + $html = strcode2utf($html,$lo); + return ($html); +} + +function purify_utf8_text($txt) { + // For TEXT + // Make sure UTF-8 string of characters + if (!$this->is_utf8($txt)) { $this->Error("Text contains invalid UTF-8 character(s)"); } + + $txt = preg_replace("/\r/", "", $txt ); + + return ($txt); +} +function all_entities_to_utf8($txt) { + // converts txt_entities > ASCII 127 to UTF-8 + // Leaves in particular < to distinguish from tag marker + $txt = $this->SubstituteHiEntities($txt); + + // converts all &#nnn; or &#xHHH; to UTF-8 multibyte + $txt = strcode2utf($txt); + + $txt = $this->lesser_entity_decode($txt); + return ($txt); +} + + +// ==================================================== +/*-- BARCODES --*/ +// UPC/EAN barcode +// EAN13, EAN8, UPCA, UPCE, ISBN, ISSN +// Accepts 12 or 13 digits with or without - hyphens +function WriteBarcode($code, $showtext=1, $x='', $y='', $size=1, $border=0, $paddingL=1, $paddingR=1, $paddingT=2, $paddingB=2, $height=1, $bgcol=false, $col=false, $btype='ISBN', $supplement='0', $supplement_code='', $k=1) { + if (empty($code)) { + return; + } + $codestr = $code; + $code = preg_replace('/\-/','',$code); + + if (!class_exists('PDFBarcode', false)) { + include(_MPDF_PATH.'classes/barcode.php'); + } + $this->barcode = new PDFBarcode(); + if ($btype == 'ISSN' || $btype == 'ISBN') { + $arrcode = $this->barcode->getBarcodeArray($code, 'EAN13'); + } + else { $arrcode = $this->barcode->getBarcodeArray($code, $btype); } + + if ($arrcode === false) { $this->Error('Error in barcode string: '.$codestr); } + if((($btype=='EAN13' || $btype=='ISBN' || $btype=='ISSN') && strlen($code) == 12) || ($btype=='UPCA' && strlen($code) == 11) + || ($btype=='UPCE' && strlen($code) == 11) || ($btype=='EAN8' && strlen($code) == 7)) { + $code .= $arrcode['checkdigit']; + if (stristr($codestr,'-')) { $codestr .= '-' . $arrcode['checkdigit']; } + else { $codestr .= $arrcode['checkdigit']; } + } + if ($btype == 'ISBN') { $codestr = 'ISBN '.$codestr; } + if ($btype == 'ISSN') { $codestr = 'ISSN '.$codestr; } + + if (empty($x)) { + $x = $this->x; + } + if (empty($y)) { + $y = $this->y; + } + // set foreground color + $prevDrawColor = $this->DrawColor; + $prevTextColor = $this->TextColor; + $prevFillColor = $this->FillColor; + $lw = $this->LineWidth; + $this->SetLineWidth(0.01); + + $size /= $k; // in case resized in a table + + $xres = $arrcode['nom-X'] * $size; + $llm = $arrcode['lightmL'] * $arrcode['nom-X'] * $size; // Left Light margin + $rlm = $arrcode['lightmR'] * $arrcode['nom-X'] * $size; // Right Light margin + + $bcw = ($arrcode["maxw"] * $xres); // Barcode width = Should always be 31.35mm * $size + + $fbw = $bcw + $llm + $rlm; // Full barcode width incl. light margins + $ow = $fbw + $paddingL + $paddingR; // Full overall width incl. user-defined padding + + $fbwi = $fbw - 2; // Full barcode width incl. light margins - 2mm - for isbn string + + // cf. http://www.gs1uk.org/downloads/bar_code/Bar coding getting it right.pdf + $num_height = 3 * $size; // Height of numerals + $fbh = $arrcode['nom-H'] * $size * $height; // Full barcode height incl. numerals + $bch = $fbh - (1.5 * $size); // Barcode height of bars (3mm for numerals) + + if (($btype=='EAN13' && $showtext) || $btype == 'ISSN' || $btype == 'ISBN') { // Add height for ISBN string + margin from top of bars + $tisbnm = 1.5 * $size; // Top margin between isbn (if shown) & bars + $codestr_fontsize = 2.1 * $size; + $paddingT += $codestr_fontsize + $tisbnm ; + } + $oh = $fbh + $paddingT + $paddingB; // Full overall height incl. user-defined padding + + // PRINT border background color + $xpos = $x; + $ypos = $y; + if ($col) { + $this->SetDColor($col); + $this->SetTColor($col); + } + else { + $this->SetDColor($this->ConvertColor(0)); + $this->SetTColor($this->ConvertColor(0)); + } + if ($bgcol) { + $this->SetFColor($bgcol); + } + else { $this->SetFColor($this->ConvertColor(255)); } + if (!$bgcol && !$col) { // fn. called directly - not via HTML + if ($border) { $fillb = 'DF'; } else { $fillb = 'F'; } + $this->Rect($xpos, $ypos, $ow, $oh, $fillb); + } + + + // PRINT BARS + $xpos = $x + $paddingL + $llm ; + $ypos = $y + $paddingT; + if ($col) { $this->SetFColor($col); } + else { $this->SetFColor($this->ConvertColor(0)); } + if ($arrcode !== false) { + foreach ($arrcode["bcode"] AS $v) { + $bw = ($v["w"] * $xres); + if ($v["t"]) { + // draw a vertical bar + $this->Rect($xpos, $ypos, $bw, $bch, 'F'); + } + $xpos += $bw; + } + } + + + // print text + $prevFontFamily = $this->FontFamily; + $prevFontStyle = $this->FontStyle; + $prevFontSizePt = $this->FontSizePt; + + // ISBN string + if (($btype=='EAN13' && $showtext) || $btype=='ISBN' || $btype=='ISSN') { + if ($this->onlyCoreFonts) { + $this->SetFont('chelvetica'); + } + else { + $this->SetFont('sans'); + } + + if ($bgcol) { $this->SetFColor($bgcol); } + else { $this->SetFColor($this->ConvertColor(255)); } + $this->x = $x + $paddingL + 1; // 1mm left margin (cf. $fbwi above) + // max width is $fbwi + $loop = 0; + while ( $loop == 0 ) { + $this->SetFontSize($codestr_fontsize*1.4*_MPDFK, false); // don't write + $sz = $this->GetStringWidth( $codestr ); + if ($sz > $fbwi) + $codestr_fontsize -= 0.1; + else + $loop ++; + } + $this->SetFont('','',$codestr_fontsize*1.4*_MPDFK, true, true); // * 1.4 because font height is only 7/10 of given mm + // WORD SPACING + if ($fbwi > $sz) { + $xtra = $fbwi - $sz; + $charspacing = $xtra / (strlen($codestr)-1); + if ($charspacing) { $this->_out(sprintf('BT %.3F Tc ET',$charspacing*_MPDFK)); } + } + $this->y = $y + $paddingT - ($codestr_fontsize ) - $tisbnm ; + $this->Cell($fbw , $codestr_fontsize, $codestr); + if ($charspacing) { $this->_out('BT 0 Tc ET'); } + } + + + // Bottom NUMERALS + if ($this->onlyCoreFonts) { + $this->SetFont('mono'); + } + else { + if (in_array('ocrb',$this->available_unifonts)) { $this->SetFont('ocrb'); } + else { $this->SetFont('mono'); } + } + if (isset($this->CurrentFont['desc']['CapHeight'])) { $fh = (1000/$this->CurrentFont['desc']['CapHeight']); } + else if (isset($this->CurrentFont['desc']['Ascent'])) { $fh = (1000/$this->CurrentFont['desc']['Ascent']); } + else { $fh = 1.2; } + + $charRO = ''; + if ($btype=='EAN13' || $btype=='ISBN' || $btype=='ISSN') { + $outerfontsize = 3; // Inner fontsize = 3 + $outerp = $xres * 4; + $innerp = $xres * 2.5; + $textw = ($bcw*0.5) - $outerp - $innerp; + $chars = 6; // number of numerals in each half + $charLO = substr($code,0,1); // Left Outer + $charLI = substr($code,1,6); // Left Inner + $charRI = substr($code,7,6); // Right Inner + if (!$supplement) $charRO = '>'; // Right Outer + } + else if ($btype=='UPCA') { + $outerfontsize = 2.3; // Inner fontsize = 3 + $outerp = $xres * 10; + $innerp = $xres * 2.5; + $textw = ($bcw*0.5) - $outerp - $innerp; + $chars = 5; + $charLO = substr($code,0,1); // Left Outer + $charLI = substr($code,1,5); // Left Inner + $charRI = substr($code,6,5); // Right Inner + $charRO = substr($code,11,1); // Right Outer + } + else if ($btype=='UPCE') { + $outerfontsize = 2.3; // Inner fontsize = 3 + $outerp = $xres * 4; + $innerp = 0; + $textw = ($bcw*0.5) - $outerp - $innerp; + $chars = 3; + $upce_code = $arrcode['code']; + $charLO = substr($code,0,1); // Left Outer + $charLI = substr($upce_code,0,3); // Left Inner + $charRI = substr($upce_code,3,3); // Right Inner + $charRO = substr($code,11,1); // Right Outer + } + else if ($btype=='EAN8') { + $outerfontsize = 3; // Inner fontsize = 3 + $outerp = $xres * 4; + $innerp = $xres * 2.5; + $textw = ($bcw*0.5) - $outerp - $innerp; + $chars = 4; + $charLO = '<'; // Left Outer + $charLI = substr($code,0,4); // Left Inner + $charRI = substr($code,4,4); // Right Inner + if (!$supplement) $charRO = '>'; // Right Outer + } + + $this->SetFontSize(($outerfontsize/3)*3*$fh*$size*_MPDFK); // 3mm numerals (FontSize is larger to account for space above/below characters) + + if (!$this->usingCoreFont) { $cw = $this->_getCharWidth($this->CurrentFont['cw'],32)*3*$fh*$size/1000; } // character width at 3mm + else { $cw = $this->_getCharWidth($this->CurrentFont['cw'],48)*3*$fh*$size/1000; } // 48 == char "0" + + // Outer left character + $y_text = $y + $paddingT + $bch - ($num_height/2); + $y_text_outer = $y + $paddingT + $bch - ($num_height*($outerfontsize/3)/2); + + $this->x = $x + $paddingL - ($cw*($outerfontsize/3)*0.1); // 0.1 is correction as char does not fill full width; + $this->y = $y_text_outer; + $this->Cell($cw, $num_height, $charLO ); + + // WORD SPACING for inner chars + $xtra = $textw - ($cw*$chars); + $charspacing = $xtra / ($chars-1); + if ($charspacing) { $this->_out(sprintf('BT %.3F Tc ET',$charspacing*_MPDFK)); } + + if ($bgcol) { $this->SetFColor($bgcol); } + else { $this->SetFColor($this->ConvertColor(255)); } + + $this->SetFontSize(3*$fh*$size*_MPDFK); // 3mm numerals (FontSize is larger to account for space above/below characters) + + // Inner left half characters + $this->x = $x + $paddingL + $llm + $outerp; + $this->y = $y_text; + $this->Cell($textw, $num_height, $charLI , 0, 0, '', 1); + + // Inner right half characters + $this->x = $x + $paddingL + $llm + ($bcw*0.5) + $innerp; + $this->y = $y_text; + $this->Cell($textw, $num_height, $charRI , 0, 0, '', 1); + + if ($charspacing) { $this->_out('BT 0 Tc ET'); } + + // Outer Right character + $this->SetFontSize(($outerfontsize/3)*3*$fh*$size*_MPDFK); // 3mm numerals (FontSize is larger to account for space above/below characters) + + $this->x = $x + $paddingL + $llm + $bcw + $rlm - ($cw*($outerfontsize/3)*0.9); // 0.9 is correction as char does not fill full width + $this->y = $y_text_outer; + $this->Cell($cw*($outerfontsize/3), $num_height, $charRO , 0, 0, 'R'); + + if ($supplement) { // EAN-2 or -5 Supplement + // PRINT BARS + $supparrcode = $this->barcode->getBarcodeArray($supplement_code, 'EAN'.$supplement); + if ($supparrcode === false) { $this->Error('Error in barcode string (supplement): '.$codestr.' '.$supplement_code); } + if(strlen($supplement_code) != $supplement) { + $this->Error('Barcode supplement incorrect: '.$supplement_code); + } + $llm = $fbw - (($arrcode['lightmR'] - $supparrcode['sepM']) * $arrcode['nom-X'] * $size); // Left Light margin + $rlm = $arrcode['lightmR'] * $arrcode['nom-X'] * $size; // Right Light margin + + $bcw = ($supparrcode["maxw"] * $xres); // Barcode width = Should always be 31.35mm * $size + + $fbw = $bcw + $llm + $rlm; // Full barcode width incl. light margins + $ow = $fbw + $paddingL + $paddingR; // Full overall width incl. user-defined padding + $bch = $fbh - (1.5 * $size) - ($num_height + 0.5); // Barcode height of bars (3mm for numerals) + + $xpos = $x + $paddingL + $llm ; + $ypos = $y + $paddingT + $num_height + 0.5; + if ($col) { $this->SetFColor($col); } + else { $this->SetFColor($this->ConvertColor(0)); } + if ($supparrcode !== false) { + foreach ($supparrcode["bcode"] AS $v) { + $bw = ($v["w"] * $xres); + if ($v["t"]) { + // draw a vertical bar + $this->Rect($xpos, $ypos, $bw, $bch, 'F'); + } + $xpos += $bw; + } + } + + // Characters + if ($bgcol) { $this->SetFColor($bgcol); } + else { $this->SetFColor($this->ConvertColor(255)); } + $this->SetFontSize(3*$fh*$size*_MPDFK); // 3mm numerals (FontSize is larger to account for space above/below characters) + $this->x = $x + $paddingL + $llm; + $this->y = $y + $paddingT; + $this->Cell($bcw, $num_height, $supplement_code, 0, 0, 'C'); + + // Outer Right character (light margin) + $this->SetFontSize(($outerfontsize/3)*3*$fh*$size*_MPDFK); // 3mm numerals (FontSize is larger to account for space above/below characters) + $this->x = $x + $paddingL + $llm + $bcw + $rlm - ($cw*0.9); // 0.9 is correction as char does not fill full width + $this->y = $y + $paddingT; + $this->Cell($cw*($outerfontsize/3), $num_height, '>', 0, 0, 'R'); + } + + + + // Restore ************** + $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt); + $this->DrawColor = $prevDrawColor; + $this->TextColor = $prevTextColor; + $this->FillColor = $prevFillColor; + $this->SetLineWidth($lw); + $this->SetY($y); +} + + + +// ==================================================== +// POSTAL and OTHER barcodes +function WriteBarcode2($code, $x='', $y='', $size=1, $height=1, $bgcol=false, $col=false, $btype='IMB', $print_ratio='', $k=1) { + if (empty($code)) { return; } + if (!class_exists('PDFBarcode', false)) { + include(_MPDF_PATH.'classes/barcode.php'); + } + $this->barcode = new PDFBarcode(); + $arrcode = $this->barcode->getBarcodeArray($code, $btype, $print_ratio); + + if ($arrcode === false) { $this->Error('Error in barcode string: '.$code); } + if (empty($x)) { $x = $this->x; } + if (empty($y)) { $y = $this->y; } + $prevDrawColor = $this->DrawColor; + $prevTextColor = $this->TextColor; + $prevFillColor = $this->FillColor; + $lw = $this->LineWidth; + $this->SetLineWidth(0.01); + $size /= $k; // in case resized in a table + $xres = $arrcode['nom-X'] * $size; + + if ($btype == 'IMB' || $btype == 'RM4SCC' || $btype == 'KIX' || $btype == 'POSTNET' || $btype == 'PLANET') { + $llm = $arrcode['quietL'] / $k; // Left Quiet margin + $rlm = $arrcode['quietR'] / $k; // Right Quiet margin + $tlm = $blm = $arrcode['quietTB'] / $k; + $height=1; // Overrides + } + else if (in_array($btype, array('C128A','C128B','C128C','EAN128A','EAN128B','EAN128C','C39','C39+','C39E','C39E+','S25','S25+','I25','I25+','I25B','I25B+','C93','MSI','MSI+','CODABAR','CODE11'))) { + $llm = $arrcode['lightmL'] * $xres; // Left Quiet margin + $rlm = $arrcode['lightmR'] * $xres; // Right Quiet margin + $tlm = $blm = $arrcode['lightTB'] * $xres * $height; + } + + + $bcw = ($arrcode["maxw"] * $xres); + $fbw = $bcw + $llm + $rlm; // Full barcode width incl. light margins + + $bch = ($arrcode["nom-H"] * $size * $height); + $fbh = $bch + $tlm + $blm; // Full barcode height + + // PRINT border background color + $xpos = $x; + $ypos = $y; + if ($col) { + $this->SetDColor($col); + $this->SetTColor($col); + } + else { + $this->SetDColor($this->ConvertColor(0)); + $this->SetTColor($this->ConvertColor(0)); + } + if ($bgcol) { + $this->SetFColor($bgcol); + } + else { $this->SetFColor($this->ConvertColor(255)); } + + // PRINT BARS + if ($col) { $this->SetFColor($col); } + else { $this->SetFColor($this->ConvertColor(0)); } + $xpos = $x + $llm ; + + if ($arrcode !== false) { + foreach ($arrcode["bcode"] AS $v) { + $bw = ($v["w"] * $xres); + if ($v["t"]) { + $ypos = $y + $tlm + ($bch * $v['p'] / $arrcode['maxh']); + $this->Rect($xpos, $ypos, $bw, ($v['h'] * $bch / $arrcode['maxh']), 'F'); + } + $xpos += $bw; + } + } + + // PRINT BEARER BARS + if ($btype == 'I25B' || $btype == 'I25B+') { + $this->Rect($x, $y, $fbw, ($arrcode['lightTB'] * $xres * $height), 'F'); + $this->Rect($x, $y+$tlm+$bch, $fbw, ($arrcode['lightTB'] * $xres * $height), 'F'); + } + + // Restore ************** + $this->SetFont($prevFontFamily, $prevFontStyle, $prevFontSizePt); + $this->DrawColor = $prevDrawColor; + $this->TextColor = $prevTextColor; + $this->FillColor = $prevFillColor; + $this->SetLineWidth($lw); + $this->SetY($y); +} + +/*-- END BARCODES --*/ + +// ==================================================== +// ==================================================== + +function StartTransform($returnstring=false) { + if ($returnstring) { return('q'); } + else { $this->_out('q'); } +} +function StopTransform($returnstring=false) { + if ($returnstring) { return('Q'); } + else { $this->_out('Q'); } +} +function transformScale($s_x, $s_y, $x='', $y='', $returnstring=false) { + if ($x === '') { + $x=$this->x; + } + if ($y === '') { + $y=$this->y; + } + if (($s_x == 0) OR ($s_y == 0)) { + $this->Error('Please do not use values equal to zero for scaling'); + } + $y = ($this->h - $y) * _MPDFK; + $x *= _MPDFK; + //calculate elements of transformation matrix + $s_x /= 100; + $s_y /= 100; + $tm[0] = $s_x; + $tm[1] = 0; + $tm[2] = 0; + $tm[3] = $s_y; + $tm[4] = $x * (1 - $s_x); + $tm[5] = $y * (1 - $s_y); + //scale the coordinate system + if ($returnstring) { return($this->_transform($tm, true)); } + else { $this->_transform($tm); } +} +function transformTranslate($t_x, $t_y, $returnstring=false) { + //calculate elements of transformation matrix + $tm[0] = 1; + $tm[1] = 0; + $tm[2] = 0; + $tm[3] = 1; + $tm[4] = $t_x * _MPDFK; + $tm[5] = -$t_y * _MPDFK; + //translate the coordinate system + if ($returnstring) { return($this->_transform($tm, true)); } + else { $this->_transform($tm); } +} +function transformRotate($angle, $x='', $y='', $returnstring=false) { + if ($x === '') { + $x=$this->x; + } + if ($y === '') { + $y=$this->y; + } + $angle = -$angle; + $y = ($this->h - $y) * _MPDFK; + $x *= _MPDFK; + //calculate elements of transformation matrix + $tm[0] = cos(deg2rad($angle)); + $tm[1] = sin(deg2rad($angle)); + $tm[2] = -$tm[1]; + $tm[3] = $tm[0]; + $tm[4] = $x + $tm[1] * $y - $tm[0] * $x; + $tm[5] = $y - $tm[0] * $y - $tm[1] * $x; + //rotate the coordinate system around ($x,$y) + if ($returnstring) { return($this->_transform($tm, true)); } + else { $this->_transform($tm); } +} +function _transform($tm, $returnstring=false) { + if ($returnstring) { return(sprintf('%.4F %.4F %.4F %.4F %.4F %.4F cm', $tm[0], $tm[1], $tm[2], $tm[3], $tm[4], $tm[5])); } + else { $this->_out(sprintf('%.4F %.4F %.4F %.4F %.4F %.4F cm', $tm[0], $tm[1], $tm[2], $tm[3], $tm[4], $tm[5])); } +} + + + +/*-- INDIC --*/ +// INDIC ============================ +// This conversion can only be done when font is set +function ConvertIndic(&$str) { + if (preg_match('/^ind_([a-z]{2})_/',$this->currentfontfamily, $m)) { + if (!class_exists('indic', false)) { include(_MPDF_PATH.'classes/indic.php'); } + if (empty($this->indic)) { $this->indic = new indic($this); } + $earr = $this->UTF8StringToArray($str, false); + $str = $this->indic->substituteIndic($earr, $m[1], $this->currentfontfamily); + } +} +/*-- END INDIC --*/ + +// AUTOFONT ========================= +function AutoFont($html) { + if ($this->onlyCoreFonts) { return $html; } + $this->useLang = true; + if ($this->autoFontGroupSize == 1) { $extra = $this->pregASCIIchars1; } + else if ($this->autoFontGroupSize == 3) { $extra = $this->pregASCIIchars3; } + else { $extra = $this->pregASCIIchars2; } + $n = ''; + $a=preg_split('/<(.*?)>/ms',$html,-1,PREG_SPLIT_DELIM_CAPTURE); + foreach($a as $i => $e) { + if($i%2==0) { + $e = strcode2utf($e); + $e = $this->lesser_entity_decode($e); + + // Use U=FFF0 and U+FFF1 to mark start and end of span tags to prevent nesting occurring + // "\xef\xbf\xb0" ##lthtmltag## "\xef\xbf\xb1" ##gthtmltag## + +/*-- CJK-FONTS --*/ + if ($this->autoFontGroups & AUTOFONT_CJK) { + $e = preg_replace("/([".$this->pregCJKchars.$extra."]*[".$this->pregCJKchars."][".$this->pregCJKchars.$extra."]*)/ue", '$this->replaceCJK(stripslashes(\'\\1\'))', $e); + } +/*-- END CJK-FONTS --*/ + +/*-- RTL --*/ + if ($this->autoFontGroups & AUTOFONT_RTL) { + // HEBREW + $e = preg_replace("/([".$this->pregHEBchars .$extra."]*[".$this->pregHEBchars ."][".$this->pregHEBchars .$extra."]*)/u", "\xef\xbf\xb0span lang=\"he\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // All Arabic + $e = preg_replace("/([".$this->pregARABICchars .$extra."]*[".$this->pregARABICchars ."][".$this->pregARABICchars .$extra."]*)/ue", '$this->replaceArabic(stripslashes(\'\\1\'))', $e); + } +/*-- END RTL --*/ + +/*-- INDIC --*/ + // INDIC + if ($this->autoFontGroups & AUTOFONT_INDIC) { + // Bengali + $e = preg_replace("/([".$this->pregBNchars .$this->pregINDextra."]*[".$this->pregBNchars ."][".$this->pregBNchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"bn\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Devanagari (= script for Hindi, Nepali + Sindhi) + $e = preg_replace("/([".$this->pregHIchars .$this->pregINDextra."]*[".$this->pregHIchars ."][".$this->pregHIchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"hi\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Gujarati + $e = preg_replace("/([".$this->pregGUchars .$this->pregINDextra."]*[".$this->pregGUchars ."][".$this->pregGUchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"gu\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Malayalam + $e = preg_replace("/([".$this->pregMLchars .$this->pregINDextra."]*[".$this->pregMLchars ."][".$this->pregMLchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"ml\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Kannada + $e = preg_replace("/([".$this->pregKNchars .$this->pregINDextra."]*[".$this->pregKNchars ."][".$this->pregKNchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"kn\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Oriya + $e = preg_replace("/([".$this->pregORchars .$this->pregINDextra."]*[".$this->pregORchars ."][".$this->pregORchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"or\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Punjabi ?= Gurmuhki + $e = preg_replace("/([".$this->pregPAchars .$this->pregINDextra."]*[".$this->pregPAchars ."][".$this->pregPAchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"pa\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Tamil + $e = preg_replace("/([".$this->pregTAchars .$this->pregINDextra."]*[".$this->pregTAchars ."][".$this->pregTAchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"ta\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Telugu + $e = preg_replace("/([".$this->pregTEchars .$this->pregINDextra."]*[".$this->pregTEchars ."][".$this->pregTEchars .$this->pregINDextra."]*)/u", "\xef\xbf\xb0span lang=\"te\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + } +/*-- END INDIC --*/ + + + if ($this->autoFontGroups & AUTOFONT_THAIVIET) { + // THAI + $e = preg_replace("/([\x{0E00}-\x{0E7F}".$extra."]*[\x{0E00}-\x{0E7F}][\x{0E00}-\x{0E7F}".$extra."]*)/u", "\xef\xbf\xb0span lang=\"th\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + // Vietnamese + $e = preg_replace("/([".$this->pregVIETchars .$this->pregVIETPluschars ."]*[".$this->pregVIETchars ."][".$this->pregVIETchars .$this->pregVIETPluschars ."]*)/u", "\xef\xbf\xb0span lang=\"vi\"\xef\xbf\xb1\\1\xef\xbf\xb0/span\xef\xbf\xb1", $e); + } + + $e = preg_replace('/[&]/','&',$e); + $e = preg_replace('/[<]/','<',$e); + $e = preg_replace('/[>]/','>',$e); + $e = preg_replace("/(\xef\xbf\xb0span lang=\"([a-z\-A-Z]{2,5})\"\xef\xbf\xb1)\s+/",' \\1',$e); + $e = preg_replace("/[ ]+(\xef\xbf\xb0\/span\xef\xbf\xb1)/",'\\1 ',$e); + + $e = preg_replace("/\xef\xbf\xb0span lang=\"([a-z\-A-Z]{2,5})\"\xef\xbf\xb1/","\xef\xbf\xb0span lang=\"\\1\" class=\"lang_\\1\"\xef\xbf\xb1",$e); + + $e = preg_replace("/\xef\xbf\xb0/",'<',$e); + $e = preg_replace("/\xef\xbf\xb1/",'>',$e); + + $a[$i] = $e; + } + else { + $a[$i] = '<'.$e.'>'; + } + } + $n = implode('',$a); + return $n; +} + + +/*-- CJK-FONTS --*/ +function replaceCJK($str) { + // Use U=FFF0 and U+FFF1 to mark start and end of span tags to prevent nesting occurring + // "\xef\xbf\xb0" ##lthtmltag## "\xef\xbf\xb1" ##gthtmltag## + if (preg_match("/[".$this->pregUHCchars."]/u", $str)) { + return "\xef\xbf\xb0span lang=\"ko\"\xef\xbf\xb1" . $str ."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else if (preg_match("/[".$this->pregSJISchars."]/u", $str)) { + return "\xef\xbf\xb0span lang=\"ja\"\xef\xbf\xb1" . $str ."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + // if in Unicode Plane 2, probably HKCS (incl in BIG5) if not Japanese + else if (preg_match("/[\x{20000}-\x{2FFFF}]/u", $str)) { + return "\xef\xbf\xb0span lang=\"zh-HK\"\xef\xbf\xb1" . $str ."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else{ + return "\xef\xbf\xb0span lang=\"zh-CN\"\xef\xbf\xb1" . $str ."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + return $str; +} +/*-- END CJK-FONTS --*/ + +/*-- RTL --*/ +function replaceArabic($str) { + // PASHTO, SINDHI, URDU, ARABIC, PERSIAN + $persian = "\x{067E}\x{0686}\x{0698}\x{06AF}"; + + $urdu = "\x{0679}\x{0688}\x{0691}\x{06BA}\x{06BE}\x{06C1}\x{06D2}"; + $pashto = "\x{067C}\x{0681}\x{0685}\x{0689}\x{0693}\x{0696}\x{069A}\x{06BC}\x{06D0}"; // ? and U+06AB, U+06CD + $sindhi = "\x{067A}\x{067B}\x{067D}\x{067F}\x{0680}\x{0684}\x{068D}\x{068A}\x{068F}\x{068C}\x{0687}\x{0683}\x{0699}\x{06AA}\x{06A6}\x{06BB}\x{06B1}\x{06B3}"; + // Use U=FFF0 and U+FFF1 to mark start and end of span tags to prevent nesting occurring + // "\xef\xbf\xb0" ##lthtmltag## "\xef\xbf\xb1" ##gthtmltag## + + if (preg_match("/[".$this->pregNonARABICchars ."]/u", $str) ) { + if (preg_match("/[".$sindhi ."]/u", $str) ) { + return "\xef\xbf\xb0span lang=\"sd\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else if (preg_match("/[".$urdu ."]/u", $str) ) { + return "\xef\xbf\xb0span lang=\"ur\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else if (preg_match("/[".$pashto ."]/u", $str) ) { + return "\xef\xbf\xb0span lang=\"ps\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else if (preg_match("/[".$persian ."]/u", $str) ) { + return "\xef\xbf\xb0span lang=\"fa\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else { + return "\xef\xbf\xb0span lang=\"ar\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + } + if (preg_match("/[".$persian ."]/u", $str) ) { + return "\xef\xbf\xb0span lang=\"fa\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + else { + return "\xef\xbf\xb0span lang=\"ar\"\xef\xbf\xb1".$str."\xef\xbf\xb0/span\xef\xbf\xb1"; + } + return $str; +} + +// ARABIC =========================== +// mPDF 5.4.08 +function InitArabic() { + + // JOIN TO FOLLOWING LETTER IN LOGICAL ORDER (i.e. AS INITIAL) + $this->arabPrevLink = ""; + // U+060c; U+061b; U+061f; U+0626; U+0628; + $this->arabPrevLink .= "\xd8\x8c\xd8\x9b\xd8\x9f\xd8\xa6\xd8\xa8"; + // U+062a; U+062b; U+062c; U+062d; U+062e; + $this->arabPrevLink .= "\xd8\xaa\xd8\xab\xd8\xac\xd8\xad\xd8\xae"; + // U+0633; U+0634; U+0635; U+0636; U+0637; U+0638; U+0639; U+063a; + $this->arabPrevLink .= "\xd8\xb3\xd8\xb4\xd8\xb5\xd8\xb6\xd8\xb7\xd8\xb8\xd8\xb9\xd8\xba"; + // U+0640; U+0641; U+0642; U+0643; U+0644; U+0645; U+0646; U+0647; U+0649; U+064a; + $this->arabPrevLink .= "\xd9\x80\xd9\x81\xd9\x82\xd9\x83\xd9\x84\xd9\x85\xd9\x86\xd9\x87\xd9\x89\xd9\x8a"; + // U+0678; U+0679; U+067a; U+067b; U+067c; U+067d; U+067e; U+067f; + $this->arabPrevLink .= "\xd9\xb8\xd9\xb9\xd9\xba\xd9\xbb\xd9\xbc\xd9\xbd\xd9\xbe\xd9\xbf"; + // U+0680; U+0681; U+0682; U+0683; U+0684; U+0685; U+0686; U+0687; + $this->arabPrevLink .= "\xda\x80\xda\x81\xda\x82\xda\x83\xda\x84\xda\x85\xda\x86\xda\x87"; + // U+069a; U+069b; U+069c; U+069d; U+069e; U+069f; + $this->arabPrevLink .= "\xda\x9a\xda\x9b\xda\x9c\xda\x9d\xda\x9e\xda\x9f"; + // U+06a0; U+06a1; U+06a2; U+06a3; U+06a4; U+06a5; U+06a6; U+06A7; U+06A8; + $this->arabPrevLink .= "\xda\xa0\xda\xa1\xda\xa2\xda\xa3\xda\xa4\xda\xa5\xda\xa6\xda\xa7\xda\xa8"; + // U+06a9; U+06aa; U+06ab; U+06ac; U+06ad; U+06ae; U+06af; + $this->arabPrevLink .= "\xda\xa9\xda\xaa\xda\xab\xda\xac\xda\xad\xda\xae\xda\xaf"; + // U+06b0; U+06b1; U+06b2; U+06b3; U+06b4; U+06b5; U+06b6; U+06b7; U+06b8; U+06b9; + $this->arabPrevLink .= "\xda\xb0\xda\xb1\xda\xb2\xda\xb3\xda\xb4\xda\xb5\xda\xb6\xda\xb7\xda\xb8\xda\xb9"; + // U+06ba; U+06bb; U+06bc; U+06be; U+06bf; + $this->arabPrevLink .= "\xda\xba\xda\xbb\xda\xbc\xda\xbe\xda\xbf"; + // U+06c1; U+06cc; U+06ce; U+06d0; U+06d1; + $this->arabPrevLink .= "\xdb\x81\xdb\x8c\xdb\x8e\xdb\x90\xdb\x91"; + + + + + // JOIN TO PREVIOUS LETTER IN LOGICAL ORDER (i.e. AS FINAL FORM) + $this->arabNextLink = ""; + // U+0622; U+0623; U+0624; U+0625; U+0626; U+0627; U+0628; U+0629; + $this->arabNextLink .= "\xd8\xa2\xd8\xa3\xd8\xa4\xd8\xa5\xd8\xa6\xd8\xa7\xd8\xa8\xd8\xa9"; + // U+062A; U+062B; U+062C; U+062D; U+062E; U+062F; + $this->arabNextLink .= "\xd8\xaa\xd8\xab\xd8\xac\xd8\xad\xd8\xae\xd8\xaf"; + // U+0630; U+0631; U+0632; U+0633; U+0634; U+0635; U+0636; U+0637; U+0638; U+0639; U+063A; + $this->arabNextLink .= "\xd8\xb0\xd8\xb1\xd8\xb2\xd8\xb3\xd8\xb4\xd8\xb5\xd8\xb6\xd8\xb7\xd8\xb8\xd8\xb9\xd8\xba"; + // U+0640; U+0641; U+0642; U+0643; U+0644; U+0645; U+0646; U+0647; U+0648; U+0649; U+064A; + $this->arabNextLink .= "\xd9\x80\xd9\x81\xd9\x82\xd9\x83\xd9\x84\xd9\x85\xd9\x86\xd9\x87\xd9\x88\xd9\x89\xd9\x8a"; + // U+0671; U+0672; U+0675; U+0676; U+0677; U+0678; U+0679; + $this->arabNextLink .= "\xd9\xb1\xd9\xb2\xd9\xb5\xd9\xb6\xd9\xb7\xd9\xb8\xd9\xb9"; + // U+067A; U+067B; U+067C; U+067D; U+067E; U+067F; + $this->arabNextLink .= "\xd9\xba\xd9\xbb\xd9\xbc\xd9\xbd\xd9\xbe\xd9\xbf"; + // U+0680; U+0681; U+0682; U+0683; U+0684; U+0685; U+0686; U+0687; U+0688; U+0689; + $this->arabNextLink .= "\xda\x80\xda\x81\xda\x82\xda\x83\xda\x84\xda\x85\xda\x86\xda\x87\xda\x88\xda\x89"; + // U+068A; U+068B; U+068C; U+068D; U+068F;U+068F; + $this->arabNextLink .= "\xda\x8a\xda\x8b\xda\x8c\xda\x8d\xda\x8e\xda\x8f"; + // U+0690; U+0691; U+0692; U+0693; U+0694; U+0695; U+0696; U+0697; U+0698; U+0699; + $this->arabNextLink .= "\xda\x90\xda\x91\xda\x92\xda\x93\xda\x94\xda\x95\xda\x96\xda\x97\xda\x98\xda\x99"; + // U+069A; U+069B; U+069C; U+069D; U+069E; U+069F; + $this->arabNextLink .= "\xda\x9a\xda\x9b\xda\x9c\xda\x9d\xda\x9e\xda\x9f"; + // U+06A0; U+06A1; U+06A2; U+06A3; U+06A4; U+06A5; U+06A6; U+06A7; U+06A8; U+06A9; + $this->arabNextLink .= "\xda\xa0\xda\xa1\xda\xa2\xda\xa3\xda\xa4\xda\xa5\xda\xa6\xda\xa7\xda\xa8\xda\xa9"; + // U+06AA; U+06AB; U+06AC; U+06AD; U+06AE; U+06AF; + $this->arabNextLink .= "\xda\xaa\xda\xab\xda\xac\xda\xad\xda\xae\xda\xaf"; + // U+06B0; U+06B1; U+06B2; U+06B3; U+06B4; U+06B5; U+06B6; U+06B7; U+06B8; U+06B9; + $this->arabNextLink .= "\xda\xb0\xda\xb1\xda\xb2\xda\xb3\xda\xb4\xda\xb5\xda\xb6\xda\xb7\xda\xb8\xda\xb9"; + // U+06BA; U+06BB; U+06BC; U+06BE; U+06BF; + $this->arabNextLink .= "\xda\xba\xda\xbb\xda\xbc\xda\xbe\xda\xbf"; + // U+06C0; U+06C1; U+06C2; U+06C3; U+06C4; U+06C5; U+06C6; U+06C7; U+06C8; U+06C9; + $this->arabNextLink .= "\xdb\x80\xdb\x81\xdb\x82\xdb\x83\xdb\x84\xdb\x85\xdb\x86\xdb\x87\xdb\x88\xdb\x89"; + // U+06CA; U+06CB; U+06CC; U+06CD; U+06CE; U+06CF; + $this->arabNextLink .= "\xdb\x8a\xdb\x8b\xdb\x8c\xdb\x8d\xdb\x8e\xdb\x8f"; + // U+06D0; U+06d1; U+06D2; U+06D3; + $this->arabNextLink .= "\xdb\x90\xdb\x91\xdb\x92\xdb\x93"; + + + // VOWELS ++ + + // U+064b U+064c; U+064d; U+064e; U+064f; U+0650; U+0651; U+0652; + $this->arabVowels = "\xd9\x8b\xd9\x8c\xd9\x8d\xd9\x8e\xd9\x8f\xd9\x90\xd9\x91\xd9\x92"; + + // Added chars that may not be vowels but should not interrupt joining + // U+0670; U+0653; + $this->arabVowels .= "\xd9\xb0\xd9\x93"; + // ? should also add - U+615, 616, 617-61A, 653-65E, 6D6-6DC, 6DF-6E4, 6E7, 6E8, 6EA-6ED + + + + // ISOLATED FORM :: FINAL :: INITIAL :: MEDIAL + // FB** - FE** = Arabic presentation Forms + // F5** F6** F7** = Private use area used by unAGlyphs in mPDF + $this->arabGlyphs = array( + "\xd8\x8c"=>array("\xd8\x8c", "\xd8\x8c", "\xd8\x8c", "\xd8\x8c"), /* 060C, 060C, 060C, 060C */ + "\xd8\x9b"=>array("\xd8\x9b", "\xd8\x9b", "\xd8\x9b", "\xd8\x9b"), /* 061B, 061B, 061B, 061B */ + "\xd8\x9f"=>array("\xd8\x9f", "\xd8\x9f", "\xd8\x9f", "\xd8\x9f"), /* 061F, 061F, 061F, 061F */ + "\xd8\xa1"=>array("\xd8\xa1", "\xd8\xa1", "\xd8\xa1", "\xd8\xa1"), /* 0621, 0621, 0621, 0621 */ + "\xd8\xa2"=>array("\xd8\xa2", "\xef\xba\x82", "\xd8\xa2", "\xef\xba\x82"), /* 0622, FE82, 0622, FE82 */ + "\xd8\xa3"=>array("\xd8\xa3", "\xef\xba\x84", "\xd8\xa3", "\xef\xba\x84"), /* 0623, FE84, 0623, FE84 */ + "\xd8\xa4"=>array("\xd8\xa4", "\xef\xba\x86", "\xd8\xa4", "\xef\xba\x86"), /* 0624, FE86, 0624, FE86 */ + "\xd8\xa5"=>array("\xd8\xa5", "\xef\xba\x88", "\xd8\xa5", "\xef\xba\x88"), /* 0625, FE88, 0625, FE88 */ + "\xd8\xa6"=>array("\xd8\xa6", "\xef\xba\x8a", "\xef\xba\x8b", "\xef\xba\x8c"), /* 0626, FE8A, FE8B, FE8C */ + "\xd8\xa7"=>array("\xd8\xa7", "\xef\xba\x8e", "\xd8\xa7", "\xef\xba\x8e"), /* 0627, FE8E, 0627, FE8E */ + "\xd8\xa8"=>array("\xd8\xa8", "\xef\xba\x90", "\xef\xba\x91", "\xef\xba\x92"), /* 0628, FE90, FE91, FE92 */ + "\xd8\xa9"=>array("\xd8\xa9", "\xef\xba\x94", "\xd8\xa9", "\xef\xba\x94"), /* 0629, FE94, 0629, FE94 */ + "\xd8\xaa"=>array("\xd8\xaa", "\xef\xba\x96", "\xef\xba\x97", "\xef\xba\x98"), /* 062A, FE96, FE97, FE98 */ + "\xd8\xab"=>array("\xd8\xab", "\xef\xba\x9a", "\xef\xba\x9b", "\xef\xba\x9c"), /* 062B, FE9A, FE9B, FE9C */ + "\xd8\xac"=>array("\xd8\xac", "\xef\xba\x9e", "\xef\xba\x9f", "\xef\xba\xa0"), /* 062C, FE9E, FE9F, FEA0 */ + "\xd8\xad"=>array("\xd8\xad", "\xef\xba\xa2", "\xef\xba\xa3", "\xef\xba\xa4"), /* 062D, FEA2, FEA3, FEA4 */ + "\xd8\xae"=>array("\xd8\xae", "\xef\xba\xa6", "\xef\xba\xa7", "\xef\xba\xa8"), /* 062E, FEA6, FEA7, FEA8 */ + "\xd8\xaf"=>array("\xd8\xaf", "\xef\xba\xaa", "\xd8\xaf", "\xef\xba\xaa"), /* 062F, FEAA, 062F, FEAA */ + "\xd8\xb0"=>array("\xd8\xb0", "\xef\xba\xac", "\xd8\xb0", "\xef\xba\xac"), /* 0630, FEAC, 0630, FEAC */ + "\xd8\xb1"=>array("\xd8\xb1", "\xef\xba\xae", "\xd8\xb1", "\xef\xba\xae"), /* 0631, FEAE, 0631, FEAE */ + "\xd8\xb2"=>array("\xd8\xb2", "\xef\xba\xb0", "\xd8\xb2", "\xef\xba\xb0"), /* 0632, FEB0, 0632, FEB0 */ + "\xd8\xb3"=>array("\xd8\xb3", "\xef\xba\xb2", "\xef\xba\xb3", "\xef\xba\xb4"), /* 0633, FEB2, FEB3, FEB4 */ + "\xd8\xb4"=>array("\xd8\xb4", "\xef\xba\xb6", "\xef\xba\xb7", "\xef\xba\xb8"), /* 0634, FEB6, FEB7, FEB8 */ + "\xd8\xb5"=>array("\xd8\xb5", "\xef\xba\xba", "\xef\xba\xbb", "\xef\xba\xbc"), /* 0635, FEBA, FEBB, FEBC */ + "\xd8\xb6"=>array("\xd8\xb6", "\xef\xba\xbe", "\xef\xba\xbf", "\xef\xbb\x80"), /* 0636, FEBE, FEBF, FEC0 */ + "\xd8\xb7"=>array("\xd8\xb7", "\xef\xbb\x82", "\xef\xbb\x83", "\xef\xbb\x84"), /* 0637, FEC2, FEC3, FEC4 */ + "\xd8\xb8"=>array("\xd8\xb8", "\xef\xbb\x86", "\xef\xbb\x87", "\xef\xbb\x88"), /* 0638, FEC6, FEC7, FEC8 */ + "\xd8\xb9"=>array("\xd8\xb9", "\xef\xbb\x8a", "\xef\xbb\x8b", "\xef\xbb\x8c"), /* 0639, FECA, FECB, FECC */ + "\xd8\xba"=>array("\xd8\xba", "\xef\xbb\x8e", "\xef\xbb\x8f", "\xef\xbb\x90"), /* 063A, FECE, FECF, FED0 */ + "\xd9\x80"=>array("\xd9\x80", "\xd9\x80", "\xd9\x80", "\xd9\x80"), /* 0640, 0640, 0640, 0640 */ + "\xd9\x81"=>array("\xd9\x81", "\xef\xbb\x92", "\xef\xbb\x93", "\xef\xbb\x94"), /* 0641, FED2, FED3, FED4 */ + "\xd9\x82"=>array("\xd9\x82", "\xef\xbb\x96", "\xef\xbb\x97", "\xef\xbb\x98"), /* 0642, FED6, FED7, FED8 */ + "\xd9\x83"=>array("\xd9\x83", "\xef\xbb\x9a", "\xef\xbb\x9b", "\xef\xbb\x9c"), /* 0643, FEDA, FEDB, FEDC */ + "\xd9\x84"=>array("\xd9\x84", "\xef\xbb\x9e", "\xef\xbb\x9f", "\xef\xbb\xa0"), /* 0644, FEDE, FEDF, FEE0 */ + "\xd9\x85"=>array("\xd9\x85", "\xef\xbb\xa2", "\xef\xbb\xa3", "\xef\xbb\xa4"), /* 0645, FEE2, FEE3, FEE4 */ + "\xd9\x86"=>array("\xd9\x86", "\xef\xbb\xa6", "\xef\xbb\xa7", "\xef\xbb\xa8"), /* 0646, FEE6, FEE7, FEE8 */ + "\xd9\x87"=>array("\xd9\x87", "\xef\xbb\xaa", "\xef\xbb\xab", "\xef\xbb\xac"), /* 0647, FEEA, FEEB, FEEC */ + "\xd9\x88"=>array("\xd9\x88", "\xef\xbb\xae", "\xd9\x88", "\xef\xbb\xae"), /* 0648, FEEE, 0648, FEEE */ + +/* 0649 Alef Maksura should only appear at end of word (in Arabic) So Initial and medial are shown as isolated/final */ + "\xd9\x89"=>array("\xd9\x89", "\xef\xbb\xb0", "\xd9\x89", "\xef\xbb\xb0"), /* 0649, FEF0, 0649, FEF0 */ + +/* 0649 Alef Maksura Initial and Medial forms as given in Unicode FBE8 and FBE9 for Uighur Kazakh (not in some fonts) */ + "\xd9\x89"=>array("\xd9\x89", "\xef\xbb\xb0", "\xef\xaf\xa8", "\xef\xaf\xa9"), /* 0649, FEF0, FBE8, FBE9 not in most fonts */ + + "\xd9\x8a"=>array("\xd9\x8a", "\xef\xbb\xb2", "\xef\xbb\xb3", "\xef\xbb\xb4"), /* 064A, FEF2, FEF3, FEF4 */ + "\xd9\x8b"=>array("\xd9\x8b", "\xd9\x8b", "\xd9\x8b", "\xd9\x8b"), /* 064B, 064B, 064B, 064B */ + "\xd9\x8c"=>array("\xd9\x8c", "\xd9\x8c", "\xd9\x8c", "\xd9\x8c"), /* 064C, 064C, 064C, 064C */ + "\xd9\x8d"=>array("\xd9\x8d", "\xd9\x8d", "\xd9\x8d", "\xd9\x8d"), /* 064D, 064D, 064D, 064D */ + "\xd9\x8e"=>array("\xd9\x8e", "\xd9\x8e", "\xd9\x8e", "\xd9\x8e"), /* 064E, 064E, 064E, 064E */ + "\xd9\x8f"=>array("\xd9\x8f", "\xd9\x8f", "\xd9\x8f", "\xd9\x8f"), /* 064F, 064F, 064F, 064F */ + "\xd9\x90"=>array("\xd9\x90", "\xd9\x90", "\xd9\x90", "\xd9\x90"), /* 0650, 0650, 0650, 0650 */ + "\xd9\x91"=>array("\xd9\x91", "\xd9\x91", "\xd9\x91", "\xd9\x91"), /* 0651, 0651, 0651, 0651 */ + "\xd9\x92"=>array("\xd9\x92", "\xd9\x92", "\xd9\x92", "\xd9\x92"), /* 0652, 0652, 0652, 0652 */ + "\xd9\xb1"=>array("\xd9\xb1", "\xef\xad\x91", "\xd9\xb1", "\xef\xad\x91"), /* 0671, FB51, 0671, FB51 */ + "\xd9\xb2"=>array("\xd9\xb2", "\xef\x95\xb2", "\xd9\xb2", "\xef\x95\xb2"), /* 0672, F572, 0672, F572 */ + "\xd9\xb5"=>array("\xd9\xb5", "\xef\x95\xb5", "\xd9\xb5", "\xef\x95\xb5"), /* 0675, F575, 0675, F575 */ + "\xd9\xb8"=>array("\xd9\xb8", "\xef\x95\xb8", "\xef\xba\x8b", "\xef\xba\x8c"), /* 0678, F578, FE8B, FE8C ( as 0626 ) */ + "\xd9\xb9"=>array("\xd9\xb9", "\xef\xad\xa7", "\xef\xad\xa8", "\xef\xad\xa9"), /* 0679, FB67, FB68, FB69 */ + "\xd9\xba"=>array("\xd9\xba", "\xef\xad\x9f", "\xef\xad\xa0", "\xef\xad\xa1"), /* 067A, FB5F, FB60, FB61 */ + "\xd9\xbb"=>array("\xd9\xbb", "\xef\xad\x93", "\xef\xad\x94", "\xef\xad\x95"), /* 067B, FB53, FB54, FB55 */ + "\xd9\xbc"=>array("\xd9\xbc", "\xef\x95\xbc", "\xef\x99\xbc", "\xef\x9d\xbc"), /* 067C, F57C, F67C, F77C */ + "\xd9\xbd"=>array("\xd9\xbd", "\xef\x95\xbd", "\xef\x99\xbd", "\xef\x9d\xbd"), /* 067D, F57D, F67D, F77D */ + "\xd9\xbe"=>array("\xd9\xbe", "\xef\xad\x97", "\xef\xad\x98", "\xef\xad\x99"), /* 067E, FB57, FB58, FB59 */ + "\xd9\xbf"=>array("\xd9\xbf", "\xef\xad\xa3", "\xef\xad\xa4", "\xef\xad\xa5"), /* 067F, FB63, FB64, FB65 */ + "\xda\x80"=>array("\xda\x80", "\xef\xad\x9b", "\xef\xad\x9c", "\xef\xad\x9d"), /* 0680, FB5B, FB5C, FB5D */ + "\xda\x81"=>array("\xda\x81", "\xef\x96\x81", "\xef\x9a\x81", "\xef\x9e\x81"), /* 0681, F581, F681, F781 */ + "\xda\x82"=>array("\xda\x82", "\xef\x96\x82", "\xef\x9a\x82", "\xef\x9e\x82"), /* 0682, F582, F682, F782 */ + "\xda\x83"=>array("\xda\x83", "\xef\xad\xb7", "\xef\xad\xb8", "\xef\xad\xb9"), /* 0683, FB77, FB78, FB79 */ + "\xda\x84"=>array("\xda\x84", "\xef\xad\xb3", "\xef\xad\xb4", "\xef\xad\xb5"), /* 0684, FB73, FB74, FB75 */ + "\xda\x85"=>array("\xda\x85", "\xef\x96\x85", "\xef\x9a\x85", "\xef\x9e\x85"), /* 0685, F585, F685, F785 */ + "\xda\x86"=>array("\xda\x86", "\xef\xad\xbb", "\xef\xad\xbc", "\xef\xad\xbd"), /* 0686, FB7B, FB7C, FB7D */ + "\xda\x87"=>array("\xda\x87", "\xef\xad\xbf", "\xef\xae\x80", "\xef\xae\x81"), /* 0687, FB7F, FB80, FB81 */ + "\xda\x88"=>array("\xda\x88", "\xef\xae\x89", "\xda\x88", "\xda\x88"), /* 0688, FB89, 0688, 0688 */ + "\xda\x89"=>array("\xda\x89", "\xef\x96\x89", "\xda\x89", "\xda\x89"), /* 0689, F589, 0689, 0689 */ + "\xda\x91"=>array("\xda\x91", "\xef\xae\x8d", "\xda\x91", "\xef\xae\x8d"), /* 0691, FB8D, 0691, FB8D */ + "\xda\x93"=>array("\xda\x93", "\xef\x96\x93", "\xda\x93", "\xda\x93"), /* 0693, F593, 0693, 0693 */ + "\xda\x96"=>array("\xda\x96", "\xef\x96\x96", "\xda\x96", "\xda\x96"), /* 0696, F596, 0696, 0696 */ + "\xda\x98"=>array("\xda\x98", "\xef\xae\x8b", "\xda\x98", "\xef\xae\x8b"), /* 0698, FB8B, 0698, FB8B */ + "\xda\x9a"=>array("\xda\x9a", "\xef\x96\x9a", "\xef\x9a\x9a", "\xef\x9e\x9a"), /* 069A, F59A, F69A, F79A */ + "\xda\x9b"=>array("\xda\x9b", "\xef\x96\x9b", "\xef\x9a\x9b", "\xef\x9e\x9b"), /* 069B, F59B, F69B, F79B */ + "\xda\x9c"=>array("\xda\x9c", "\xef\x96\x9c", "\xef\x9a\x9c", "\xef\x9e\x9c"), /* 069C, F59C, F69C, F79C */ + "\xda\x9d"=>array("\xda\x9d", "\xef\x96\x9d", "\xef\x9a\x9d", "\xef\x9e\x9d"), /* 069D, F59D, F69D, F79D */ + "\xda\x9e"=>array("\xda\x9e", "\xef\x96\x9e", "\xef\x9a\x9e", "\xef\x9e\x9e"), /* 069E, F59E, F69E, F79E */ + "\xda\xa0"=>array("\xda\xa0", "\xef\x96\xa0", "\xef\x9a\xa0", "\xef\x9e\xa0"), /* 06A0, F5A0, F6A0, F7A0 */ + "\xda\xa1"=>array("\xda\xa1", "\xef\x96\xa1", "\xef\x9a\xa1", "\xef\x9e\xa1"), /* 06A1, F5A1, F6A1, F7A1 */ + "\xda\xa2"=>array("\xda\xa2", "\xef\x96\xa2", "\xef\x9a\xa2", "\xef\x9e\xa2"), /* 06A2, F5A2, F6A2, F7A2 */ + "\xda\xa3"=>array("\xda\xa3", "\xef\x96\xa3", "\xef\x9a\xa3", "\xef\x9e\xa3"), /* 06A3, F5A3, F6A3, F7A3 */ + "\xda\xa4"=>array("\xda\xa4", "\xef\xad\xab", "\xef\xad\xac", "\xef\xad\xad"), /* 06A4, FB6B, FB6C, FB6D */ + "\xda\xa5"=>array("\xda\xa5", "\xef\x96\xa5", "\xef\x9a\xa5", "\xef\x9e\xa5"), /* 06A5, F5A5, F6A5, F7A5 */ + "\xda\xa6"=>array("\xda\xa6", "\xef\xad\xaf", "\xef\xad\xb0", "\xef\xad\xb1"), /* 06A6, FB6F, FB70, FB71 */ + "\xda\xa9"=>array("\xda\xa9", "\xef\xae\x8f", "\xef\xae\x90", "\xef\xae\x91"), /* 06A9, FB8F, FB90, FB91 */ + "\xda\xaa"=>array("\xda\xaa", "\xef\x96\xaa", "\xef\x9a\xaa", "\xef\x9e\xaa"), /* 06AA, F5AA, F6AA, F7AA */ + "\xda\xab"=>array("\xda\xab", "\xef\x96\xab", "\xef\x9a\xab", "\xef\x9e\xab"), /* 06AB, F5AB, F6AB, F7AB */ + "\xda\xac"=>array("\xda\xac", "\xef\x96\xac", "\xef\x9a\xac", "\xef\x9e\xac"), /* 06AC, F5AC, F6AC, F7AC */ + "\xda\xad"=>array("\xda\xad", "\xef\xaf\x94", "\xef\xaf\x95", "\xef\xaf\x96"), /* 06AD, FBD4, FBD5, FBD6 */ + "\xda\xae"=>array("\xda\xae", "\xef\x96\xae", "\xef\x9a\xae", "\xef\x9e\xae"), /* 06AE, F5AE, F6AE, F7AE */ + "\xda\xaf"=>array("\xda\xaf", "\xef\xae\x93", "\xef\xae\x94", "\xef\xae\x95"), /* 06Af, FB93, FB94, FB95 */ + "\xda\xb0"=>array("\xda\xb0", "\xef\x96\xb0", "\xef\x9a\xb0", "\xef\x9e\xb0"), /* 06B0, F5B0, F6B0, F7B0 */ + "\xda\xb1"=>array("\xda\xb1", "\xef\xae\x9b", "\xef\xae\x9c", "\xef\xae\x9d"), /* 06B1, FB9B, FB9C, FB9D */ + "\xda\xb2"=>array("\xda\xb2", "\xef\x96\xb2", "\xef\x9a\xb2", "\xef\x9e\xb2"), /* 06B2, F5B2, F6B2, F7B2 */ + "\xda\xb3"=>array("\xda\xb3", "\xef\xae\x97", "\xef\xae\x98", "\xef\xae\x99"), /* 06B3, FB97, FB98, FB99 */ + "\xda\xb4"=>array("\xda\xb4", "\xef\x96\xb4", "\xef\x9a\xb4", "\xef\x9e\xb4"), /* 06B4, F5B4, F6B4, F7B4 */ + "\xda\xb5"=>array("\xda\xb5", "\xef\x96\xb5", "\xef\x9a\xb5", "\xef\x9e\xb5"), /* 06B5, F5B5, F6B5, F7B5 */ + "\xda\xb6"=>array("\xda\xb6", "\xef\x96\xb6", "\xef\x9a\xb6", "\xef\x9e\xb6"), /* 06B6, F5B6, F6B6, F7B6 */ + "\xda\xb7"=>array("\xda\xb7", "\xef\x96\xb7", "\xef\x9a\xb7", "\xef\x9e\xb7"), /* 06B7, F5B7, F6B7, F7B7 */ + "\xda\xb8"=>array("\xda\xb8", "\xef\x96\xb8", "\xef\x9a\xb8", "\xef\x9e\xb8"), /* 06B8, F5B8, F6B8, F7B8 */ + "\xda\xb9"=>array("\xda\xb9", "\xef\x96\xb9", "\xef\x9a\xb9", "\xef\x9e\xb9"), /* 06B9, F5B9, F6B9, F7B9 */ + "\xda\xba"=>array("\xda\xba", "\xef\xae\x9f", "\xda\xba", "\xda\xba"), /* 06BA, FB9F, 06BA, 06BA */ + "\xda\xbb"=>array("\xda\xbb", "\xef\xae\xa1", "\xef\xae\xa2", "\xef\xae\xa3"), /* 06BB, FBA1, FBA2, FBA3 */ + "\xda\xbc"=>array("\xda\xbc", "\xef\x96\xbc", "\xef\x9a\xbc", "\xef\x9e\xbc"), /* 06BC, F5BC, F6BC, F7BC */ + "\xda\xbe"=>array("\xda\xbe", "\xef\xae\xab", "\xef\xae\xac", "\xef\xae\xad"), /* 06BE, FBAB, FBAC, FBAD */ + "\xda\xbf"=>array("\xda\xbf", "\xef\x96\xbf", "\xef\x9a\xbf", "\xef\x9e\xbf"), /* 06BF, F5BF, F6BF, F7BF */ + "\xdb\x80"=>array("\xdb\x80", "\xef\xae\xa5", "\xdb\x80", "\xef\xae\xa5"), /* 06C0, FBA5, 06C0, FBA5 */ + "\xdb\x81"=>array("\xdb\x81", "\xef\xae\xa7", "\xef\xae\xa8", "\xef\xae\xa9"), /* 06C1, FBA7, FBA8, FBA9 */ + "\xdb\x8c"=>array("\xdb\x8c", "\xef\xaf\xbd", "\xef\xaf\xbe", "\xef\xaf\xbf"), /* 06CC, FBFD, FBFE, FBFF */ + "\xdb\x8d"=>array("\xdb\x8d", "\xef\x97\x8d", "\xdb\x8d", "\xef\x97\x8d"), /* 06CD, F5CD, 06CD, F5CD */ + "\xdb\x8e"=>array("\xdb\x8e", "\xef\x97\x8e", "\xef\x9b\x8e", "\xef\x9f\x8e"), /* 06CE, F5CE, F6CE, F7CE */ + "\xdb\x90"=>array("\xdb\x90", "\xef\xaf\xa5", "\xef\xaf\xa6", "\xef\xaf\xa7"), /* 06D0, FBE5, FBE6, FBE7 */ + "\xdb\x91"=>array("\xdb\x91", "\xef\x97\x91", "\xef\xad\x98", "\xef\xad\x99"), /* 06D1, F5D1, FB58, FB59 Fudge borrows from 067E */ + "\xdb\x92"=>array("\xdb\x92", "\xef\xae\xaf", "\xdb\x92", "\xef\xae\xaf"), /* 06D2, FBAF, 06D2, FBAF */ + "\xdb\x93"=>array("\xdb\x93", "\xef\xae\xb1", "\xdb\x93", "\xef\xae\xb1"), /* 06D3, FBB1, 06D3, FBB1 */ + ); + + + // LAM with ALEF ligatures (Mandatory ligatures) + + // U+0644; U+0622; U+0644; U+0623; U+0644; U+0625; U+0644; U+0627; + $this->arabLigGlyphs = "\xd9\x84\xd8\xa2\xd9\x84\xd8\xa3\xd9\x84\xd8\xa5\xd9\x84\xd8\xa7"; + $this->arabLigHex = 'FEF5FEF6FEF5FEF6FEF7FEF8FEF7FEF8FEF9FEFAFEF9FEFAFEFBFEFCFEFBFEFC'; + +} + +// mPDF 5.4.08 +function ArabJoin($str) { + if (!$this->arabGlyphs) { $this->InitArabic(); } + $crntChar = null; + $prevChar = null; + $nextChar = null; + $output = array(); + $chars = preg_split('//u', $str); + $max = count($chars); + for ($i = $max - 1; $i >= 0; $i--) { + $crntChar = $chars[$i]; + if ($i > 0){ $prevChar = $chars[$i - 1]; } + else{ $prevChar = NULL; } + if ($prevChar && mb_strpos($this->arabVowels, $prevChar, 0, 'utf-8') !== false) { + $prevChar = $chars[$i - 2]; + if ($prevChar && mb_strpos($this->arabVowels, $prevChar, 0, 'utf-8') !== false) { + $prevChar = $chars[$i - 3]; + } + } + if ($crntChar && mb_strpos($this->arabVowels, $crntChar, 0, 'utf-8') !== false) { + // If next_char = nextLink && prev_char = prevLink: + // Added && $prevchar (defined) else error on mb_strpos() + if ($chars[$i + 1] && (mb_strpos($this->arabNextLink, $chars[$i + 1], 0, 'utf-8') !== false) && $prevChar && (mb_strpos($this->arabPrevLink, $prevChar, 0, 'utf-8') !== false)) { + $output[] = $this->get_arab_glyphs($crntChar, 1); // form + } + else { + $output[] = $this->get_arab_glyphs($crntChar, 0); // form + } + continue; + } + // NB = آ أ إ ا ل + if (isset($chars[$i + 1]) && in_array($chars[$i + 1], array("\xd8\xa2","\xd8\xa3","\xd8\xa5","\xd8\xa7")) && $crntChar == "\xd9\x84"){ + continue; + } + if (ord($crntChar) < 128) { + $output[] = $crntChar; + $nextChar = $crntChar; + continue; + } + $form = 0; + if ($prevChar == "\xd9\x84" && ($crntChar == "\xd8\xa2" || $crntChar == "\xd8\xa3" || $crntChar == "\xd8\xa5" || $crntChar == "\xd8\xa7")) { + if ($chars[$i - 2] && mb_strpos($this->arabPrevLink, $chars[$i - 2], 0, 'utf-8') !== false) { + $form++; // form + } + $pos = mb_strpos($this->arabLigGlyphs, ($prevChar . $crntChar), 0, 'utf-8'); + $pos = $pos*8 + $form*4; + $pres = (mb_substr($this->arabLigHex, $pos, 4, 'utf-8')); + // If presentation forms for mandatory ligatures with diacritics not present (even if remapped from e.g. uni0644uni0625) + // try replacing with mandatory ligature Alef/lam isolated/final FEFB/FEFC + diacritic glyph + if (!$this->_charDefined($this->CurrentFont['cw'], hexdec($pres)) && $this->_charDefined($this->CurrentFont['cw'], hexdec('FEFB'))) { + if ($pres=='FEF5') { $output[] = strcode2utf('ﻻٓ'); } + else if ($pres=='FEF6') { $output[] = strcode2utf('ﻼٓ'); } + else if ($pres=='FEF7') { $output[] = strcode2utf('ﻻٔ'); } + else if ($pres=='FEF8') { $output[] = strcode2utf('ﻼٔ'); } + else if ($pres=='FEF9') { $output[] = strcode2utf('ﻻٕ'); } + else if ($pres=='FEFA') { $output[] = strcode2utf('ﻼٕ'); } + } + else { + $output[] = strcode2utf('&#x' . $pres . ';'); + } + $nextChar = $prevChar; + continue; + } + if ($prevChar && mb_strpos($this->arabPrevLink, $prevChar, 0, 'utf-8') !== false) { + $form++; + } + if ($nextChar && mb_strpos($this->arabNextLink, $nextChar, 0, 'utf-8') !== false) { + $form += 2; + } + $output[] = $this->get_arab_glyphs($crntChar, $form) ; + $nextChar = $crntChar; + } + $ra = array_reverse($output); + $s = implode($ra); + return $s; +} + +// mPDF 5.4.08 +function get_arab_glyphs($char, $type) { + if ($type>0 && isset($this->arabGlyphs[$char])) { + // If presentation form specified FB** - FE** = Arabic presentation Forms + if (preg_match("/[\x{FB50}-\x{FEFF}]/u",$this->arabGlyphs[$char][$type])) { + $unicode = $this->UTF8StringToArray($this->arabGlyphs[$char][$type], false); + if ($this->_charDefined($this->CurrentFont['cw'],$unicode[0])) { return $this->arabGlyphs[$char][$type]; } + else if (isset($this->CurrentFont['unAGlyphs'])) { + $uni = $this->UTF8StringToArray($char, false); + $pua = $uni[0] - 1536 + 62464 + 256*$type ; + if ($this->_charDefined($this->CurrentFont['cw'], $pua)) { return strcode2utf('&#x' . dechex($pua) . ';'); } + else return $char; + } + else return $char; + } + // If PUA form specified and unAGlphs font set F5** F6** F7** = Private use area used by unAGlyphs in mPDF + if (preg_match("/[\x{F500}-\x{F7FF}]/u",$this->arabGlyphs[$char][$type]) && isset($this->CurrentFont['unAGlyphs'])) { + $unicode = $this->UTF8StringToArray($this->arabGlyphs[$char][$type], false); + if ($this->_charDefined($this->CurrentFont['cw'],$unicode[0])) { return $this->arabGlyphs[$char][$type]; } + else return $char; + } + return $this->arabGlyphs[$char][$type]; + } + else return $char; +} +/*-- END RTL --*/ + + + +//=========================== +// Functions originally in htmltoolkit - moved mPDF 4.0 + +// Call-back function Used for usort in fn _tableWrite + +function _cmpdom($a, $b) { + return ($a["dom"] < $b["dom"]) ? -1 : 1; +} + +function mb_strrev($str, $enc = 'utf-8'){ + $ch = array(); + $ch = preg_split('//u',$str); + $revch = array_reverse($ch); + return implode('',$revch); +} + +/*-- COLUMNS --*/ +// Callback function from function printcolumnbuffer in mpdf +function columnAdjustAdd($type,$k,$xadj,$yadj,$a,$b,$c=0,$d=0,$e=0,$f=0) { + if ($type == 'Td') { // xpos,ypos + $a += ($xadj * $k); + $b -= ($yadj * $k); + return 'BT '.sprintf('%.3F %.3F',$a,$b).' Td'; + } + else if ($type == 're') { // xpos,ypos,width,height + $a += ($xadj * $k); + $b -= ($yadj * $k); + return sprintf('%.3F %.3F %.3F %.3F',$a,$b,$c,$d).' re'; + } + else if ($type == 'l') { // xpos,ypos,x2pos,y2pos + $a += ($xadj * $k); + $b -= ($yadj * $k); + return sprintf('%.3F %.3F l',$a,$b); + } + else if ($type == 'img') { // width,height,xpos,ypos + $c += ($xadj * $k); + $d -= ($yadj * $k); + return sprintf('q %.3F 0 0 %.3F %.3F %.3F',$a,$b,$c,$d).' cm /'.$e; + } + else if ($type == 'draw') { // xpos,ypos + $a += ($xadj * $k); + $b -= ($yadj * $k); + return sprintf('%.3F %.3F m',$a,$b); + } + else if ($type == 'bezier') { // xpos,ypos,x2pos,y2pos,x3pos,y3pos + $a += ($xadj * $k); + $b -= ($yadj * $k); + $c += ($xadj * $k); + $d -= ($yadj * $k); + $e += ($xadj * $k); + $f -= ($yadj * $k); + return sprintf('%.3F %.3F %.3F %.3F %.3F %.3F',$a,$b,$c,$d,$e,$f).' c'; + } +} +/*-- END COLUMNS --*/ + + + +function ConvertColor($color="#000000"){ + $color = trim(strtolower($color)); + $c = false; + if ($color=='transparent') { return false; } + else if ($color=='inherit') { return false; } + else if (isset($this->SVGcolors[$color])) $color = $this->SVGcolors[$color]; + + if (preg_match('/^[\d]+$/',$color)) { $c = (array(1,$color)); } // i.e. integer only + else if ($color[0] == '#') { //case of #nnnnnn or #nnn + $cor = preg_replace('/\s+.*/','',$color); // in case of Background: #CCC url() x-repeat etc. + if (strlen($cor) == 4) { // Turn #RGB into #RRGGBB + $cor = "#" . $cor[1] . $cor[1] . $cor[2] . $cor[2] . $cor[3] . $cor[3]; + } + $r = hexdec(substr($cor, 1, 2)); + $g = hexdec(substr($cor, 3, 2)); + $b = hexdec(substr($cor, 5, 2)); + $c = array(3,$r,$g,$b); + } + else if (preg_match('/(rgba|rgb|device-cmyka|cmyka|device-cmyk|cmyk|hsla|hsl|spot)\((.*?)\)/',$color,$m)) { // mPDF 5.6.05 + $type= $m[1]; + $cores = explode(",", $m[2]); + $ncores = count($cores); + if (stristr($cores[0],'%') ) { + $cores[0] += 0; + if ($type=='rgb' || $type=='rgba') { $cores[0] = intval($cores[0]*255/100); } + } + if ($ncores>1 && stristr($cores[1],'%') ) { + $cores[1] += 0; + if ($type=='rgb' || $type=='rgba') { $cores[1] = intval($cores[1]*255/100); } + if ($type=='hsl' || $type=='hsla') { $cores[1] = $cores[1]/100; } + } + if ($ncores>2 && stristr($cores[2],'%') ) { + $cores[2] += 0; + if ($type=='rgb' || $type=='rgba') { $cores[2] = intval($cores[2]*255/100); } + if ($type=='hsl' || $type=='hsla') { $cores[2] = $cores[2]/100; } + } + if ($ncores>3 && stristr($cores[3],'%') ) { + $cores[3] += 0; + } + + if ($type=='rgb') { $c = array(3,$cores[0],$cores[1],$cores[2]); } + else if ($type=='rgba') { $c = array(5,$cores[0],$cores[1],$cores[2],$cores[3]*100); } + else if ($type=='cmyk' || $type=='device-cmyk') { $c = array(4,$cores[0],$cores[1],$cores[2],$cores[3]); } // mPDF 5.6.05 + else if ($type=='cmyka' || $type=='device-cmyka') { $c = array(6,$cores[0],$cores[1],$cores[2],$cores[3],$cores[4]*100); } // mPDF 5.6.05 + else if ($type=='hsl' || $type=='hsla') { + $conv = $this->hsl2rgb($cores[0]/360,$cores[1],$cores[2]); + if ($type=='hsl') { $c = array(3,$conv[0],$conv[1],$conv[2]); } + else if ($type=='hsla') { $c = array(5,$conv[0],$conv[1],$conv[2],$cores[3]*100); } + } + else if ($type=='spot') { + $name = strtoupper(trim($cores[0])); + // mPDF 5.6.59 + if(!isset($this->spotColors[$name])) { + if (isset($cores[5])) { $this->AddSpotColor($cores[0],$cores[2],$cores[3],$cores[4],$cores[5]); } + else { $this->Error('Undefined spot color: '.$name); } + } + $c = array(2,$this->spotColors[$name]['i'],$cores[1]); + } + } + + + // $this->restrictColorSpace + // 1 - allow GRAYSCALE only [convert CMYK/RGB->gray] + // 2 - allow RGB / SPOT COLOR / Grayscale [convert CMYK->RGB] + // 3 - allow CMYK / SPOT COLOR / Grayscale [convert RGB->CMYK] + if ($this->PDFA || $this->PDFX || $this->restrictColorSpace) { + if ($c[0]==1) { // GRAYSCALE + } + else if ($c[0]==2) { // SPOT COLOR + if (!isset($this->spotColorIDs[$c[1]])) { die('Error: Spot colour has not been defined - '.$this->spotColorIDs[$c[1]]); } + if ($this->PDFA) { + if ($this->PDFA && !$this->PDFAauto) { $this->PDFAXwarnings[] = "Spot color specified '".$this->spotColorIDs[$c[1]]."' (converted to process color)"; } + if ($this->restrictColorSpace!=3) { + $sp = $this->spotColors[$this->spotColorIDs[$c[1]]]; + $c = $this->cmyk2rgb(array(4,$sp['c'],$sp['m'],$sp['y'],$sp['k'])); + } + } + else if ($this->restrictColorSpace==1) { + $sp = $this->spotColors[$this->spotColorIDs[$c[1]]]; + $c = $this->cmyk2gray(array(4,$sp['c'],$sp['m'],$sp['y'],$sp['k'])); + } + } + else if ($c[0]==3) { // RGB + if ($this->PDFX || ($this->PDFA && $this->restrictColorSpace==3)) { + if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) { $this->PDFAXwarnings[] = "RGB color specified '".$color."' (converted to CMYK)"; } + $c = $this->rgb2cmyk($c); + } + else if ($this->restrictColorSpace==1) { $c = $this->rgb2gray($c); } + else if ($this->restrictColorSpace==3) { $c = $this->rgb2cmyk($c); } + } + else if ($c[0]==4) { // CMYK + if ($this->PDFA && $this->restrictColorSpace!=3) { + if ($this->PDFA && !$this->PDFAauto) { $this->PDFAXwarnings[] = "CMYK color specified '".$color."' (converted to RGB)"; } + $c = $this->cmyk2rgb($c); + } + else if ($this->restrictColorSpace==1) { $c = $this->cmyk2gray($c); } + else if ($this->restrictColorSpace==2) { $c = $this->cmyk2rgb($c); } + } + else if ($c[0]==5) { // RGBa + if ($this->PDFX || ($this->PDFA && $this->restrictColorSpace==3)) { + if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) { $this->PDFAXwarnings[] = "RGB color with transparency specified '".$color."' (converted to CMYK without transparency)"; } + $c = $this->rgb2cmyk($c); + $c = array(4, $c[1], $c[2], $c[3], $c[4]); + } + else if ($this->PDFA && $this->restrictColorSpace!=3) { + if (!$this->PDFAauto) { $this->PDFAXwarnings[] = "RGB color with transparency specified '".$color."' (converted to RGB without transparency)"; } + $c = $this->rgb2cmyk($c); + $c = array(4, $c[1], $c[2], $c[3], $c[4]); + } + else if ($this->restrictColorSpace==1) { $c = $this->rgb2gray($c); } + else if ($this->restrictColorSpace==3) { $c = $this->rgb2cmyk($c); } + } + else if ($c[0]==6) { // CMYKa + if ($this->PDFA && $this->restrictColorSpace!=3) { + if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) { $this->PDFAXwarnings[] = "CMYK color with transparency specified '".$color."' (converted to RGB without transparency)"; } + $c = $this->cmyk2rgb($c); + $c = array(3, $c[1], $c[2], $c[3]); + } + else if ($this->PDFX || ($this->PDFA && $this->restrictColorSpace==3)) { + if (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto)) { $this->PDFAXwarnings[] = "CMYK color with transparency specified '".$color."' (converted to CMYK without transparency)"; } + $c = $this->cmyk2rgb($c); + $c = array(3, $c[1], $c[2], $c[3]); + } + else if ($this->restrictColorSpace==1) { $c = $this->cmyk2gray($c); } + else if ($this->restrictColorSpace==2) { $c = $this->cmyk2rgb($c); } + } + } + if (is_array($c)) { + $c = array_pad($c, 6, 0); + $cstr = pack("a1ccccc", $c[0], ($c[1] & 0xFF), ($c[2] & 0xFF), ($c[3] & 0xFF), ($c[4] & 0xFF), ($c[5] & 0xFF) ); + } + return $cstr; +} + +function rgb2gray($c) { + if (isset($c[4])) { return array(1,(($c[1] * .21) + ($c[2] * .71) + ($c[3] * .07)), ord(1), $c[4]); } + else { return array(1,(($c[1] * .21) + ($c[2] * .71) + ($c[3] * .07))); } +} + +function cmyk2gray($c) { + $rgb = $this->cmyk2rgb($c); + return $this->rgb2gray($rgb); +} + +function rgb2cmyk($c) { + $cyan = 1 - ($c[1] / 255); + $magenta = 1 - ($c[2] / 255); + $yellow = 1 - ($c[3] / 255); + $min = min($cyan, $magenta, $yellow); + + if ($min == 1) { + if ($c[0]==5) { return array (6,100,100,100,100, $c[4]); } + else { return array (4,100,100,100,100); } + // For K-Black + //if ($c[0]==5) { return array (6,0,0,0,100, $c[4]); } + //else { return array (4,0,0,0,100); } + } + $K = $min; + $black = 1 - $K; + if ($c[0]==5) { return array (6,($cyan-$K)*100/$black, ($magenta-$K)*100/$black, ($yellow-$K)*100/$black, $K*100, $c[4]); } + else { return array (4,($cyan-$K)*100/$black, ($magenta-$K)*100/$black, ($yellow-$K)*100/$black, $K*100); } +} + + +function cmyk2rgb($c) { + $rgb = array(); + $colors = 255 - ($c[4]*2.55); + $rgb[0] = intval($colors * (255 - ($c[1]*2.55))/255); + $rgb[1] = intval($colors * (255 - ($c[2]*2.55))/255); + $rgb[2] = intval($colors * (255 - ($c[3]*2.55))/255); + if ($c[0]==6) { return array (5,$rgb[0],$rgb[1],$rgb[2], $c[5]); } + else { return array (3,$rgb[0],$rgb[1],$rgb[2]); } +} + +function rgb2hsl($var_r, $var_g, $var_b) { + $var_min = min($var_r,$var_g,$var_b); + $var_max = max($var_r,$var_g,$var_b); + $del_max = $var_max - $var_min; + $l = ($var_max + $var_min) / 2; + if ($del_max == 0) { + $h = 0; + $s = 0; + } + else { + if ($l < 0.5) { $s = $del_max / ($var_max + $var_min); } + else { $s = $del_max / (2 - $var_max - $var_min); } + $del_r = ((($var_max - $var_r) / 6) + ($del_max / 2)) / $del_max; + $del_g = ((($var_max - $var_g) / 6) + ($del_max / 2)) / $del_max; + $del_b = ((($var_max - $var_b) / 6) + ($del_max / 2)) / $del_max; + if ($var_r == $var_max) { $h = $del_b - $del_g; } + elseif ($var_g == $var_max) { $h = (1 / 3) + $del_r - $del_b; } + elseif ($var_b == $var_max) { $h = (2 / 3) + $del_g - $del_r; }; + if ($h < 0) { $h += 1; } + if ($h > 1) { $h -= 1; } + } + return array($h,$s,$l); +} + + +function hsl2rgb($h2,$s2,$l2) { + // Input is HSL value of complementary colour, held in $h2, $s, $l as fractions of 1 + // Output is RGB in normal 255 255 255 format, held in $r, $g, $b + // Hue is converted using function hue_2_rgb, shown at the end of this code + if ($s2 == 0) { + $r = $l2 * 255; + $g = $l2 * 255; + $b = $l2 * 255; + } + else { + if ($l2 < 0.5) { $var_2 = $l2 * (1 + $s2); } + else { $var_2 = ($l2 + $s2) - ($s2 * $l2); } + $var_1 = 2 * $l2 - $var_2; + $r = round(255 * $this->hue_2_rgb($var_1,$var_2,$h2 + (1 / 3))); + $g = round(255 * $this->hue_2_rgb($var_1,$var_2,$h2)); + $b = round(255 * $this->hue_2_rgb($var_1,$var_2,$h2 - (1 / 3))); + } + return array($r,$g,$b); +} + +function hue_2_rgb($v1,$v2,$vh) { + // Function to convert hue to RGB, called from above + if ($vh < 0) { $vh += 1; }; + if ($vh > 1) { $vh -= 1; }; + if ((6 * $vh) < 1) { return ($v1 + ($v2 - $v1) * 6 * $vh); }; + if ((2 * $vh) < 1) { return ($v2); }; + if ((3 * $vh) < 2) { return ($v1 + ($v2 - $v1) * ((2 / 3 - $vh) * 6)); }; + return ($v1); +} + +function _invertColor($cor) { + if ($cor[0]==3 || $cor[0]==5) { // RGB + return array(3, (255-$cor[1]), (255-$cor[2]), (255-$cor[3])); + } + else if ($cor[0]==4 || $cor[0]==6) { // CMYK + return array(4, (100-$cor[1]), (100-$cor[2]), (100-$cor[3]), (100-$cor[4])); + } + else if ($cor[0]==1) { // Grayscale + return array(1, (255-$cor[1])); + } + // Cannot cope with non-RGB colors at present + die('Error in _invertColor - trying to invert non-RGB color'); +} + +function _colAtoString($cor) { + $s = ''; + if ($cor{0}==1) $s = 'rgb('.ord($cor{1}).','.ord($cor{1}).','.ord($cor{1}).')'; + else if ($cor{0}==2) $s = 'spot('.ord($cor{1}).','.ord($cor{2}).')'; // SPOT COLOR + else if ($cor{0}==3) $s = 'rgb('.ord($cor{1}).','.ord($cor{2}).','.ord($cor{3}).')'; + else if ($cor{0}==4) $s = 'cmyk('.ord($cor{1}).','.ord($cor{2}).','.ord($cor{3}).','.ord($cor{4}).')'; + else if ($cor{0}==5) $s = 'rgba('.ord($cor{1}).','.ord($cor{2}).','.ord($cor{3}).','.sprintf('%0.2F',ord($cor{4})/100).')'; + else if ($cor{0}==6) $s = 'cmyka('.ord($cor{1}).','.ord($cor{2}).','.ord($cor{3}).','.ord($cor{4}).','.sprintf('%0.2F',ord($cor{5})/100).')'; + return $s; +} + +function ConvertSize($size=5,$maxsize=0,$fontsize=false,$usefontsize=true){ +// usefontsize - setfalse for e.g. margins - will ignore fontsize for % values +// Depends of maxsize value to make % work properly. Usually maxsize == pagewidth +// For text $maxsize = Fontsize +// Setting e.g. margin % will use maxsize (pagewidth) and em will use fontsize + //Identify size (remember: we are using 'mm' units here) + $size = trim(strtolower($size)); + + if ( $size == 'thin' ) $size = 1*(25.4/$this->dpi); //1 pixel width for table borders + elseif ( stristr($size,'px') ) $size *= (25.4/$this->dpi); //pixels + elseif ( stristr($size,'cm') ) $size *= 10; //centimeters + elseif ( stristr($size,'mm') ) $size += 0; //millimeters + elseif ( stristr($size,'pt') ) $size *= 25.4/72; //72 pts/inch + elseif ( stristr($size,'rem') ) { // mPDF 5.6.12 + $size += 0; //make "0.83rem" become simply "0.83" + $size *= ($this->default_font_size / _MPDFK); + } + elseif ( stristr($size,'em') ) { + $size += 0; //make "0.83em" become simply "0.83" + if ($fontsize) { $size *= $fontsize; } + else { $size *= $maxsize; } + } + elseif ( stristr($size,'%') ) { + $size += 0; //make "90%" become simply "90" + if ($fontsize && $usefontsize) { $size *= $fontsize/100; } + else { $size *= $maxsize/100; } + } + elseif ( stristr($size,'in') ) $size *= 25.4; //inches + elseif ( stristr($size,'pc') ) $size *= 38.1/9; //PostScript picas + elseif ( stristr($size,'ex') ) { // Approximates "ex" as half of font height + $size += 0; //make "3.5ex" become simply "3.5" + if ($fontsize) { $size *= $fontsize/2; } + else { $size *= $maxsize/2; } + } + elseif ( $size == 'medium' ) $size = 3*(25.4/$this->dpi); //3 pixel width for table borders + elseif ( $size == 'thick' ) $size = 5*(25.4/$this->dpi); //5 pixel width for table borders + elseif ($size == 'xx-small') { + if ($fontsize) { $size *= $fontsize*0.7; } + else { $size *= $maxsize*0.7; } + } + elseif ($size == 'x-small') { + if ($fontsize) { $size *= $fontsize*0.77; } + else { $size *= $maxsize*0.77; } + } + elseif ($size == 'small') { + if ($fontsize) { $size *= $fontsize*0.86; } + else { $size *= $maxsize*0.86; } + } + elseif ($size == 'medium') { + if ($fontsize) { $size *= $fontsize; } + else { $size *= $maxsize; } + } + elseif ($size == 'large') { + if ($fontsize) { $size *= $fontsize*1.2; } + else { $size *= $maxsize*1.2; } + } + elseif ($size == 'x-large') { + if ($fontsize) { $size *= $fontsize*1.5; } + else { $size *= $maxsize*1.5; } + } + elseif ($size == 'xx-large') { + if ($fontsize) { $size *= $fontsize*2; } + else { $size *= $maxsize*2; } + } + else $size *= (25.4/$this->dpi); //nothing == px + + return $size; +} + + +function lesser_entity_decode($html) { + //supports the most used entity codes (only does ascii safe characters) + //$html = str_replace(" "," ",$html); // mPDF 5.3.59 + $html = str_replace("<","<",$html); + $html = str_replace(">",">",$html); + + $html = str_replace("'","'",$html); + $html = str_replace(""",'"',$html); + $html = str_replace("&","&",$html); + return $html; +} + +function AdjustHTML($html, $tabSpaces=8) { + //Try to make the html text more manageable (turning it into XHTML) + if (PHP_VERSION_ID < 50307) { + if (strlen($html) > 100000) { + if (PHP_VERSION_ID < 50200) $this->Error("The HTML code is more than 100,000 characters. You should use WriteHTML() with smaller string lengths."); + else ini_set("pcre.backtrack_limit","1000000"); + } + } + +/*-- ANNOTATIONS --*/ + preg_match_all("/()/si", $html, $m); + if (count($m[1])) { + for($i=0;$i)/si", $html, $svgi); + if (count($svgi[0])) { + for($i=0;$i', $html); // mPDF 5.5.18 + } + } + + //Remove javascript code from HTML (should not appear in the PDF file) + $html = preg_replace('//is','',$html); + + //Remove special comments + $html = preg_replace('//i','',$html); + + //Remove comments from HTML (should not appear in the PDF file) + $html = preg_replace('//s','',$html); + + $html = preg_replace('/\f/','',$html); //replace formfeed by nothing + $html = preg_replace('/\r/','',$html); //replace carriage return by nothing + + // Well formed XHTML end tags + $html = preg_replace('/<(br|hr)\/>/i',"<\\1 />",$html); + // Get rid of empty + $html = preg_replace('/\s*<\/thead>/i','',$html); + $html = preg_replace('/\s*<\/tfoot>/i','',$html); + $html = preg_replace('/]*>\s*<\/table>/i','',$html); + $html = preg_replace('/\s*<\/tr>/i','',$html); + + // Remove spaces at end of table cells + $html = preg_replace("/[ \n\r]+<\/t(d|h)/",'[ ]*/",'',$html); + + // Concatenates any Substitute characters from symbols/dingbats + $html = str_replace('','|',$html); + $html = str_replace('','|',$html); + $html = str_replace('','|',$html); + + $html = preg_replace('/
      \s*/is',"
      ",$html); + + $html = preg_replace('/\s*/is',"­",$html); // mPDF 5.6.04 + + // Preserve '\n's in content between the tags
       and 
      + if (preg_match('/
      ]*\>)/', $html, -1, 2);
      +		$h = array();
      +		$c=0;
      +		foreach($html_a AS $s) {
      +			if ($c>1 && preg_match('/^<\/pre/i',$s)) { $c--; $s=preg_replace('/<\/pre/i','0 && preg_match('/^
      (.*?)
      #si',$html,$temp); + // Preserve '\n's in content between the tags + $thereistextarea = preg_match_all('#(.*?)#si',$html,$temp2); + $html = preg_replace('/[\n]/',' ',$html); //replace linefeed by spaces + $html = preg_replace('/[\t]/',' ',$html); //replace tabs by spaces + + // Converts < to < when not a tag + $html = preg_replace('/<([^!\/a-zA-Z])/i','<\\1',$html); + $html = preg_replace("/[ ]+/",' ',$html); + + $html = preg_replace('/\/li>\s+<\/(u|o)l/i','/li>\s+<\/li/i','/\\1l>\s+<\/(u|o)l/i','/li>\s+
    1. ]*)>[ ]+/i','<\\1l\\2>',$html); + $html = preg_replace('/[ ]+<(u|o)l/i','<\\1l',$html); + + $iterator = 0; + while($thereispre) //Recover
      content
      + { + $temp[2][$iterator] = preg_replace("/^([^\n\t]*?)\t/me", "stripslashes('\\1') . str_repeat(' ', ( $tabSpaces - (mb_strlen(stripslashes('\\1')) % $tabSpaces)) )",$temp[2][$iterator]); + $temp[2][$iterator] = preg_replace('/\t/',str_repeat(" ",$tabSpaces),$temp[2][$iterator]); + + $temp[2][$iterator] = preg_replace('/\n/',"
      ",$temp[2][$iterator]); + $temp[2][$iterator] = str_replace('\\',"\\\\",$temp[2][$iterator]); + $html = preg_replace('#(.*?)
    2. #si',''.$temp[2][$iterator].'',$html,1); + $thereispre--; + $iterator++; + } + $iterator = 0; + while($thereistextarea) //Recover + { + $temp2[2][$iterator] = preg_replace('/\t/',str_repeat(" ",$tabSpaces),$temp2[2][$iterator]); + $temp2[2][$iterator] = str_replace('\\',"\\\\",$temp2[2][$iterator]); // mPDF 5.3.88 + $html = preg_replace('#(.*?)#si',''.trim($temp2[2][$iterator]) .'',$html,1); + $thereistextarea--; + $iterator++; + } + //Restore original tag names + $html = str_replace("","",$html); + $html = str_replace("","",$html); + $html = str_replace("]*)><\/textarea>/si',' ',$html); + $html = preg_replace('/(]*>)\s*()(.*?<\/table>)/si','\\2 position="top"\\3\\1\\4\\2 position="bottom"\\3',$html); // *TABLES* + $html = preg_replace('/<(h[1-6])([^>]*)(>(?:(?!h[1-6]).)*?<\/\\1>\s*_charDefined($this->CurrentFont['cw'],$cp+intval($nstr[$i]))) { // contains arabic-indic numbers + $rnum .= code2utf($cp+intval($nstr[$i])); + } + else { $rnum .= $nstr[$i]; } + } + return $rnum; +} + +function dec2alpha($valor,$toupper="true"){ +// returns a string from A-Z to AA-ZZ to AAA-ZZZ +// OBS: A = 65 ASCII TABLE VALUE + if (($valor < 1) || ($valor > 18278)) return "?"; //supports 'only' up to 18278 + $c1 = $c2 = $c3 = ''; + if ($valor > 702) // 3 letters (up to 18278) + { + $c1 = 65 + floor(($valor-703)/676); + $c2 = 65 + floor((($valor-703)%676)/26); + $c3 = 65 + floor((($valor-703)%676)%26); + } + elseif ($valor > 26) // 2 letters (up to 702) + { + $c1 = (64 + (int)(($valor-1) / 26)); + $c2 = (64 + (int)($valor % 26)); + if ($c2 == 64) $c2 += 26; + } + else // 1 letter (up to 26) + { + $c1 = (64 + $valor); + } + $alpha = chr($c1); + if ($c2 != '') $alpha .= chr($c2); + if ($c3 != '') $alpha .= chr($c3); + if (!$toupper) $alpha = strtolower($alpha); + return $alpha; +} + + +function dec2roman($valor,$toupper=true){ + //returns a string as a roman numeral + $r1=$r2=$r3=$r4=''; + if (($valor >= 5000) || ($valor < 1)) return "?"; //supports 'only' up to 4999 + $aux = (int)($valor/1000); + if ($aux!==0) + { + $valor %= 1000; + while($aux!==0) + { + $r1 .= "M"; + $aux--; + } + } + $aux = (int)($valor/100); + if ($aux!==0) + { + $valor %= 100; + switch($aux){ + case 3: $r2="C"; + case 2: $r2.="C"; + case 1: $r2.="C"; break; + case 9: $r2="CM"; break; + case 8: $r2="C"; + case 7: $r2.="C"; + case 6: $r2.="C"; + case 5: $r2="D".$r2; break; + case 4: $r2="CD"; break; + default: break; + } + } + $aux = (int)($valor/10); + if ($aux!==0) + { + $valor %= 10; + switch($aux){ + case 3: $r3="X"; + case 2: $r3.="X"; + case 1: $r3.="X"; break; + case 9: $r3="XC"; break; + case 8: $r3="X"; + case 7: $r3.="X"; + case 6: $r3.="X"; + case 5: $r3="L".$r3; break; + case 4: $r3="XL"; break; + default: break; + } + } + switch($valor){ + case 3: $r4="I"; + case 2: $r4.="I"; + case 1: $r4.="I"; break; + case 9: $r4="IX"; break; + case 8: $r4="I"; + case 7: $r4.="I"; + case 6: $r4.="I"; + case 5: $r4="V".$r4; break; + case 4: $r4="IV"; break; + default: break; + } + $roman = $r1.$r2.$r3.$r4; + if (!$toupper) $roman = strtolower($roman); + return $roman; +} +/*-- END LISTS --*/ + + +//=========================== +/*-- IMPORTS --*/ +function SetImportUse() { + $this->enableImports = true; + ini_set('auto_detect_line_endings',1); + require_once(_MPDF_PATH."mpdfi/pdf_context.php"); + require_once(_MPDF_PATH."mpdfi/pdf_parser.php"); + require_once(_MPDF_PATH."mpdfi/fpdi_pdf_parser.php"); +} + +// from mPDFI +function hex2str($hex) { + return pack("H*", str_replace(array("\r","\n"," "),"", $hex)); +} + +function str2hex($str) { + return current(unpack("H*",$str)); +} + + +function pdf_write_value(&$value) { + switch ($value[0]) { + case PDF_TYPE_NUMERIC : + case PDF_TYPE_TOKEN : + // A numeric value or a token. + // Simply output them + $this->_out($value[1]." ", false); + break; + + case PDF_TYPE_ARRAY : + // An array. Output the proper + // structure and move on. + $this->_out("[",false); + for ($i = 0; $i < count($value[1]); $i++) { + $this->pdf_write_value($value[1][$i]); + } + $this->_out("]"); + break; + + case PDF_TYPE_DICTIONARY : + // A dictionary. + $this->_out("<<",false); + reset ($value[1]); + while (list($k, $v) = each($value[1])) { + $this->_out($k . " ",false); + $this->pdf_write_value($v); + } + $this->_out(">>"); + break; + + case PDF_TYPE_OBJREF : + // An indirect object reference + // Fill the object stack if needed + $cpfn =& $this->current_parser->filename; + if (!isset($this->_don_obj_stack[$cpfn][$value[1]])) { + $this->_newobj(false,true); + $this->_obj_stack[$cpfn][$value[1]] = array($this->n, $value); + $this->_don_obj_stack[$cpfn][$value[1]] = array($this->n, $value); + } + $objid = $this->_don_obj_stack[$cpfn][$value[1]][0]; + $this->_out("{$objid} 0 R"); //{$value[2]} + break; + + case PDF_TYPE_STRING : + if ($this->encrypted) { + $value[1] = $this->_RC4($this->_objectkey($this->_current_obj_id), $value[1]); + $value[1] = $this->_escape($value[1]); + } + // A string. + $this->_out('('.$value[1].')'); + break; + + case PDF_TYPE_STREAM : + // A stream. First, output the + // stream dictionary, then the + // stream data itself. + $this->pdf_write_value($value[1]); + if ($this->encrypted) { + $value[2][1] = $this->_RC4($this->_objectkey($this->_current_obj_id), $value[2][1]); + } + $this->_out("stream"); + $this->_out($value[2][1]); + $this->_out("endstream"); + break; + + case PDF_TYPE_HEX : + if ($this->encrypted) { + $value[1] = $this->hex2str($value[1]); + $value[1] = $this->_RC4($this->_objectkey($this->_current_obj_id), $value[1]); + // remake hexstring of encrypted string + $value[1] = $this->str2hex($value[1]); + } + $this->_out("<".$value[1].">"); + break; + + case PDF_TYPE_NULL : + // The null object. + $this->_out("null"); + break; + } +} + +// ========== OVERWRITE SEARCH STRING IN A PDF FILE ================ +function OverWrite($file_in, $search, $replacement, $dest="D", $file_out="mpdf" ) { + $pdf = file_get_contents($file_in); + + if (!is_array($search)) { + $x = $search; + $search = array($x); + } + if (!is_array($replacement)) { + $x = $replacement; + $search = array($x); + } + + if (!$this->onlyCoreFonts && !$this->usingCoreFont) { + foreach($search AS $k=>$val) { + $search[$k] = $this->UTF8ToUTF16BE($search[$k] , false); + $search[$k] = $this->_escape($search[$k]); + $replacement[$k] = $this->UTF8ToUTF16BE($replacement[$k], false); + $replacement[$k] = $this->_escape($replacement[$k]); + } + } + else { + foreach($replacement AS $k=>$val) { + $replacement[$k] = mb_convert_encoding($replacement[$k],$this->mb_enc,'utf-8'); + $replacement[$k] = $this->_escape($replacement[$k]); + } + } + + // Get xref into array + $xref = array(); + preg_match("/xref\n0 (\d+)\n(.*?)\ntrailer/s",$pdf,$m); + $xref_objid = $m[1]; + preg_match_all('/(\d{10}) (\d{5}) (f|n)/',$m[2],$x); + for($i=0; $icompress) { + preg_match("/".($obj+1)." 0 obj\n<<\s*\/Filter\s*\/FlateDecode\s*\/Length (\d+)>>\nstream\n(.*?)\nendstream\n/s",$pdf,$m); + } + else { + preg_match("/".($obj+1)." 0 obj\n<<\s*\/Length (\d+)>>\nstream\n(.*?)\nendstream\n/s",$pdf,$m); + } + $s = $m[2]; + if (!$s) { continue; } + $oldlen = $m[1]; + if ($this->encrypted) { + $s = $this->_RC4($this->_objectkey($obj+1), $s); + } + if ($this->compress) { + $s = gzuncompress($s); + } + foreach($search AS $k=>$val) { + $s = str_replace($search[$k],$replacement[$k],$s); + } + if ($this->compress) { + $s = gzcompress($s); + } + if ($this->encrypted) { + $s = $this->_RC4($this->_objectkey($obj+1), $s); + } + $newlen = strlen($s); + $changes[($xref[$obj+1][0])] = ($newlen - $oldlen) + (strlen($newlen) - strlen($oldlen )); + if ($this->compress) { + $newstr = ($obj+1) . " 0 obj\n<>\nstream\n".$s."\nendstream\n"; + } + else { + $newstr = ($obj+1) . " 0 obj\n<>\nstream\n".$s."\nendstream\n"; + } + $pdf = str_replace($m[0],$newstr,$pdf); + } + + // Update xref in PDF + krsort($changes); + $newxref = "xref\n0 ".$xref_objid."\n"; + foreach($xref AS $v) { + foreach($changes AS $ck => $cv) { + if ($v[0] > $ck) { $v[0] += $cv; } + } + $newxref .= sprintf('%010d',$v[0]) . ' ' . $v[1] . ' ' .$v[2] . " \n"; + } + $newxref .= "trailer"; + $pdf = preg_replace("/xref\n0 \d+\n.*?\ntrailer/s",$newxref,$pdf); + + // Update startxref in PDF + preg_match("/startxref\n(\d+)\n%%EOF/s", $pdf, $m); + $startxref = $m[1]; + $startxref += array_sum($changes); + $pdf = preg_replace("/startxref\n(\d+)\n%%EOF/s","startxref\n".$startxref."\n%%EOF",$pdf); + + // OUTPUT + switch($dest) { + case 'I': + //Send to standard output + if(isset($_SERVER['SERVER_NAME'])) + { + //We send to a browser + Header('Content-Type: application/pdf'); + Header('Content-Length: '.strlen($pdf)); + Header('Content-disposition: inline; filename='.$file_out); + } + echo $pdf; + break; + case 'F': + //Save to local file + if (!$file_out) { $file_out = 'mpdf.pdf'; } + $f=fopen($file_out,'wb'); + if(!$f) die('Unable to create output file: '.$file_out); + fwrite($f,$pdf,strlen($pdf)); + fclose($f); + break; + case 'S': + //Return as a string + return $pdf; + case 'D': + default: + //Download file + if(isset($_SERVER['HTTP_USER_AGENT']) and strpos($_SERVER['HTTP_USER_AGENT'],'MSIE')) + Header('Content-Type: application/force-download'); + else + Header('Content-Type: application/octet-stream'); + Header('Content-Length: '.strlen($pdf)); + Header('Content-disposition: attachment; filename='.$file_out); + echo $pdf; + break; + } +} + + +function GetTemplateSize($tplidx, $_w=0, $_h=0) { + if (!$this->tpls[$tplidx]) + return false; + $w = $this->tpls[$tplidx]['box']['w']; + $h = $this->tpls[$tplidx]['box']['h']; + if ($_w == 0 and $_h == 0) { + $_w = $w; + $_h = $h; + } + if($_w==0) + $_w=$_h*$w/$h; + if($_h==0) + $_h=$_w*$h/$w; + return array("w" => $_w, "h" => $_h); +} + +// Thumbnails +function Thumbnail($file, $npr=3, $spacing=10) { //$npr = number per row + $w = (($this->pgwidth + $spacing)/$npr) - $spacing; + $oldlinewidth = $this->LineWidth; + $this->SetLineWidth(0.02); + $this->SetDColor($this->ConvertColor(0)); + $h = 0; + $maxh = 0; + $x = $_x = $this->lMargin; + $_y = $this->tMargin; + if ($this->y==0) { $y = $_y; } else { $y = $this->y; } + $pagecount = $this->SetSourceFile($file); + for ($n = 1; $n <= $pagecount; $n++) { + $tplidx = $this->ImportPage($n); + $size = $this->useTemplate($tplidx, $x, $y, $w); + $this->Rect($x, $y, $size['w'], $size['h']); + $h = max($h, $size['h']); + $maxh = max($h, $maxh); + if ($n % $npr == 0) { + if (($y + $h + $spacing + $maxh)>$this->PageBreakTrigger && $n != $pagecount) { + $this->AddPage(); + $x = $_x; + $y = $_y; + } + else { + $y += $h+$spacing ; + $x = $_x; + $h = 0; + } + } + else { + $x += $w+$spacing ; + } + } + $this->SetLineWidth($oldlinewidth); +} + +function SetSourceFile($filename) { + $this->current_filename = $filename; + $fn =& $this->current_filename; + if (!isset($this->parsers[$fn])) + // $this->parsers[$fn] =& new fpdi_pdf_parser($fn,$this); + $this->parsers[$fn] = new fpdi_pdf_parser($fn,$this); + if (!$this->parsers[$fn]->success) { + $this->Error($this->parsers[$fn]->errormsg); // Delete this line to return false on fail + return false; + } + $this->current_parser =& $this->parsers[$fn]; + return $this->parsers[$fn]->getPageCount(); +} +function ImportPage($pageno=1, $crop_x=null, $crop_y=null, $crop_w=0, $crop_h=0, $boxName='/CropBox') { + $fn =& $this->current_filename; + $parser =& $this->parsers[$fn]; + $parser->setPageno($pageno); + + $this->tpl++; + $this->tpls[$this->tpl] = array(); + $tpl =& $this->tpls[$this->tpl]; + $tpl['parser'] =& $parser; + $tpl['resources'] = $parser->getPageResources(); + $tpl['buffer'] = $parser->getContent(); + if (!in_array($boxName, $parser->availableBoxes)) + return $this->Error(sprintf("Unknown box: %s", $boxName)); + $pageboxes = $parser->getPageBoxes($pageno); + /** + * MediaBox + * CropBox: Default -> MediaBox + * BleedBox: Default -> CropBox + * TrimBox: Default -> CropBox + * ArtBox: Default -> CropBox + */ + if (!isset($pageboxes[$boxName]) && ($boxName == "/BleedBox" || $boxName == "/TrimBox" || $boxName == "/ArtBox")) + $boxName = "/CropBox"; + if (!isset($pageboxes[$boxName]) && $boxName == "/CropBox") + $boxName = "/MediaBox"; + if (!isset($pageboxes[$boxName])) + return false; + $box = $pageboxes[$boxName]; + + $tpl['box'] = $box; + // To build an array that can be used by useTemplate() + $this->tpls[$this->tpl] = array_merge($this->tpls[$this->tpl],$box); + // An imported page will start at 0,0 everytime. Translation will be set in _putformxobjects() + $tpl['x'] = 0; + $tpl['y'] = 0; + $tpl['w'] = $tpl['box']['w'] ; + $tpl['h'] = $tpl['box']['h'] ; + if ($crop_w) { $tpl['box']['w'] = $crop_w; } + if ($crop_h) { $tpl['box']['h'] = $crop_h; } + if (isset($crop_x)) { $tpl['box']['x'] = $crop_x; } + if (isset($crop_y)) {$tpl['box']['y'] = $tpl['h'] - $crop_y - $crop_h ; } + + $page =& $parser->pages[$parser->pageno]; + // fix for rotated pages + $rotation = $parser->getPageRotation($pageno); + + if (isset($rotation[1]) && ($angle = $rotation[1] % 360) != 0 && $tpl['box']['w'] == $tpl['w']) { + $steps = $angle / 90; + + $_w = $tpl['w']; + $_h = $tpl['h']; + $tpl['w'] = $steps % 2 == 0 ? $_w : $_h; + $tpl['h'] = $steps % 2 == 0 ? $_h : $_w; + if ($steps % 2 != 0) { + $x = $y = ($steps == 1 || $steps == -3) ? $tpl['h'] : $tpl['w']; + } else { + $x = $tpl['w']; + $y = $tpl['h']; + } + $cx=($x/2+$tpl['box']['x'])*_MPDFK; + $cy=($y/2+$tpl['box']['y'])*_MPDFK; + $angle*=-1; + $angle*=M_PI/180; + $c=cos($angle); + $s=sin($angle); + $tpl['box']['w'] = $tpl['w'] ; + $tpl['box']['h'] = $tpl['h'] ; + $tpl['buffer'] = sprintf('q %.5F %.5F %.5F %.5F %.2F %.2F cm 1 0 0 1 %.2F %.2F cm %s Q',$c,$s,-$s,$c,$cx,$cy,-$cx,-$cy, $tpl['buffer']); + } + return $this->tpl; +} +function UseTemplate($tplidx, $_x=null, $_y=null, $_w=0, $_h=0) { + if (!isset($this->tpls[$tplidx])) + $this->Error("Template does not exist!"); + if($this->state==0) { $this->AddPage(); } + $out = 'q 0 J 1 w 0 j 0 G'."\n"; // reset standard values + $x = $this->tpls[$tplidx]['x']; + $y = $this->tpls[$tplidx]['y']; + $w = $this->tpls[$tplidx]['w']; + $h = $this->tpls[$tplidx]['h']; + if ($_x == null) { $_x = $x; } + if ($_y == null) { $_y = $y; } + if ($_x === -1) { $_x = $this->x; } + if ($_y === -1) { $_y = $this->y; } + + $wh = $this->getTemplateSize($tplidx,$_w,$_h); + $_w = $wh['w']; + $_h = $wh['h']; + $out .= sprintf("q %.4F 0 0 %.4F %.2F %.2F cm", ($_w/$this->tpls[$tplidx]['box']['w']), ($_h/$this->tpls[$tplidx]['box']['h']), $_x*_MPDFK, ($this->h-($_y+$_h))*_MPDFK)."\n"; + $out .= $this->tplprefix.$tplidx." Do Q\n"; + + $s = array("w" => $_w, "h" => $_h); + $out .= "Q\n"; + $this->pages[$this->page] = $out . $this->pages[$this->page]; + return $s; +} +function SetPageTemplate($tplidx='') { + if (!isset($this->tpls[$tplidx])) { + $this->pageTemplate = ''; + return false; + } + $this->pageTemplate = $tplidx; +} +function SetDocTemplate($file='', $continue=0) { + $this->docTemplate = $file; + $this->docTemplateContinue = $continue; +} +/*-- END IMPORTS --*/ + + +/* ---------------------------------------------- */ +/* ---------------------------------------------- */ +/* ---------------------------------------------- */ +/* ---------------------------------------------- */ +/* ---------------------------------------------- */ + +// JAVASCRIPT +function _set_object_javascript ($string) { + $this->_newobj(); + $this->_out('<<'); + $this->_out('/S /JavaScript '); + $this->_out('/JS '.$this->_textstring($string)); + $this->_out('>>'); + $this->_out('endobj'); +} + +function SetJS($script) { + $this->js = $script; +} + + + + +}//end of Class + + + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/mpdfi/filters/FilterASCII85.php b/htdocs/MPDF57/mpdfi/filters/FilterASCII85.php new file mode 100644 index 000000000..fc42d5742 --- /dev/null +++ b/htdocs/MPDF57/mpdfi/filters/FilterASCII85.php @@ -0,0 +1,98 @@ + ORD_u) { + $this->error('Illegal character in ASCII85Decode.'); + } + + $chn[$state++] = $ch - ORD_exclmark; + + if ($state == 5) { + $state = 0; + $r = 0; + for ($j = 0; $j < 5; ++$j) + $r = $r * 85 + $chn[$j]; + $out .= chr($r >> 24); + $out .= chr($r >> 16); + $out .= chr($r >> 8); + $out .= chr($r); + } + } + $r = 0; + + if ($state == 1) + $this->error('Illegal length in ASCII85Decode.'); + if ($state == 2) { + $r = $chn[0] * 85 * 85 * 85 * 85 + ($chn[1]+1) * 85 * 85 * 85; + $out .= chr($r >> 24); + } + else if ($state == 3) { + $r = $chn[0] * 85 * 85 * 85 * 85 + $chn[1] * 85 * 85 * 85 + ($chn[2]+1) * 85 * 85; + $out .= chr($r >> 24); + $out .= chr($r >> 16); + } + else if ($state == 4) { + $r = $chn[0] * 85 * 85 * 85 * 85 + $chn[1] * 85 * 85 * 85 + $chn[2] * 85 * 85 + ($chn[3]+1) * 85 ; + $out .= chr($r >> 24); + $out .= chr($r >> 16); + $out .= chr($r >> 8); + } + + return $out; + } + + function encode($in) { + $this->error("ASCII85 encoding not implemented."); + } +} \ No newline at end of file diff --git a/htdocs/MPDF57/mpdfi/filters/FilterLZW.php b/htdocs/MPDF57/mpdfi/filters/FilterLZW.php new file mode 100644 index 000000000..5867603fc --- /dev/null +++ b/htdocs/MPDF57/mpdfi/filters/FilterLZW.php @@ -0,0 +1,154 @@ +error('LZW flavour not supported.'); + } + + $this->initsTable(); + + $this->data = $data; + $this->dataLength = strlen($data); + + // Initialize pointers + $this->bytePointer = 0; + $this->bitPointer = 0; + + $this->nextData = 0; + $this->nextBits = 0; + + $oldCode = 0; + + $string = ''; + $uncompData = ''; + + while (($code = $this->getNextCode()) != 257) { + if ($code == 256) { + $this->initsTable(); + $code = $this->getNextCode(); + + if ($code == 257) { + break; + } + + $uncompData .= $this->sTable[$code]; + $oldCode = $code; + + } else { + + if ($code < $this->tIdx) { + $string = $this->sTable[$code]; + $uncompData .= $string; + + $this->addStringToTable($this->sTable[$oldCode], $string[0]); + $oldCode = $code; + } else { + $string = $this->sTable[$oldCode]; + $string = $string.$string[0]; + $uncompData .= $string; + + $this->addStringToTable($string); + $oldCode = $code; + } + } + } + + return $uncompData; + } + + + /** + * Initialize the string table. + */ + function initsTable() { + $this->sTable = array(); + + for ($i = 0; $i < 256; $i++) + $this->sTable[$i] = chr($i); + + $this->tIdx = 258; + $this->bitsToGet = 9; + } + + /** + * Add a new string to the string table. + */ + function addStringToTable ($oldString, $newString='') { + $string = $oldString.$newString; + + // Add this new String to the table + $this->sTable[$this->tIdx++] = $string; + + if ($this->tIdx == 511) { + $this->bitsToGet = 10; + } else if ($this->tIdx == 1023) { + $this->bitsToGet = 11; + } else if ($this->tIdx == 2047) { + $this->bitsToGet = 12; + } + } + + // Returns the next 9, 10, 11 or 12 bits + function getNextCode() { + if ($this->bytePointer == $this->dataLength) { + return 257; + } + + $this->nextData = ($this->nextData << 8) | (ord($this->data[$this->bytePointer++]) & 0xff); + $this->nextBits += 8; + + if ($this->nextBits < $this->bitsToGet) { + $this->nextData = ($this->nextData << 8) | (ord($this->data[$this->bytePointer++]) & 0xff); + $this->nextBits += 8; + } + + $code = ($this->nextData >> ($this->nextBits - $this->bitsToGet)) & $this->andTable[$this->bitsToGet-9]; + $this->nextBits -= $this->bitsToGet; + + return $code; + } + + function encode($in) { + $this->error("LZW encoding not implemented."); + } +} \ No newline at end of file diff --git a/htdocs/MPDF57/mpdfi/fpdi_pdf_parser.php b/htdocs/MPDF57/mpdfi/fpdi_pdf_parser.php new file mode 100644 index 000000000..e0f023917 --- /dev/null +++ b/htdocs/MPDF57/mpdfi/fpdi_pdf_parser.php @@ -0,0 +1,363 @@ +fpdi =& $fpdi; + $this->filename = $filename; + + parent::pdf_parser($filename); + if ($this->success == false) { return false; } + + // resolve Pages-Dictonary + $pages = $this->pdf_resolve_object($this->c, $this->root[1][1]['/Pages']); + if ($this->success == false) { return false; } + + // Read pages + $this->read_pages($this->c, $pages, $this->pages); + if ($this->success == false) { return false; } + + // count pages; + $this->page_count = count($this->pages); + } + + + /** + * Get pagecount from sourcefile + * + * @return int + */ + function getPageCount() { + return $this->page_count; + } + + + /** + * Set pageno + * + * @param int $pageno Pagenumber to use + */ + function setPageno($pageno) { + $pageno = ((int) $pageno) - 1; + + if ($pageno < 0 || $pageno >= $this->getPageCount()) { + $this->fpdi->error("Pagenumber is wrong!"); + } + + $this->pageno = $pageno; + } + + /** + * Get page-resources from current page + * + * @return array + */ + function getPageResources() { + return $this->_getPageResources($this->pages[$this->pageno]); + } + + /** + * Get page-resources from /Page + * + * @param array $obj Array of pdf-data + */ + function _getPageResources ($obj) { // $obj = /Page + $obj = $this->pdf_resolve_object($this->c, $obj); + + // If the current object has a resources + // dictionary associated with it, we use + // it. Otherwise, we move back to its + // parent object. + if (isset ($obj[1][1]['/Resources'])) { + $res = $this->pdf_resolve_object($this->c, $obj[1][1]['/Resources']); + if ($res[0] == PDF_TYPE_OBJECT) + return $res[1]; + return $res; + } else { + if (!isset ($obj[1][1]['/Parent'])) { + return false; + } else { + $res = $this->_getPageResources($obj[1][1]['/Parent']); + if ($res[0] == PDF_TYPE_OBJECT) + return $res[1]; + return $res; + } + } + } + + + /** + * Get content of current page + * + * If more /Contents is an array, the streams are concated + * + * @return string + */ + function getContent() { + $buffer = ""; + + if (isset($this->pages[$this->pageno][1][1]['/Contents'])) { + $contents = $this->_getPageContent($this->pages[$this->pageno][1][1]['/Contents']); + foreach($contents AS $tmp_content) { + $buffer .= $this->_rebuildContentStream($tmp_content).' '; + } + } + + return $buffer; + } + + + /** + * Resolve all content-objects + * + * @param array $content_ref + * @return array + */ + function _getPageContent($content_ref) { + $contents = array(); + + if ($content_ref[0] == PDF_TYPE_OBJREF) { + $content = $this->pdf_resolve_object($this->c, $content_ref); + if ($content[1][0] == PDF_TYPE_ARRAY) { + $contents = $this->_getPageContent($content[1]); + } else { + $contents[] = $content; + } + } else if ($content_ref[0] == PDF_TYPE_ARRAY) { + foreach ($content_ref[1] AS $tmp_content_ref) { + $contents = array_merge($contents,$this->_getPageContent($tmp_content_ref)); + } + } + + return $contents; + } + + + /** + * Rebuild content-streams + * + * @param array $obj + * @return string + */ + function _rebuildContentStream($obj) { + $filters = array(); + + if (isset($obj[1][1]['/Filter'])) { + $_filter = $obj[1][1]['/Filter']; + + if ($_filter[0] == PDF_TYPE_TOKEN) { + $filters[] = $_filter; + } else if ($_filter[0] == PDF_TYPE_ARRAY) { + $filters = $_filter[1]; + } + } + + $stream = $obj[2][1]; + + foreach ($filters AS $_filter) { + switch ($_filter[1]) { + case "/FlateDecode": + if (function_exists('gzuncompress')) { + $stream = (strlen($stream) > 0) ? @gzuncompress($stream) : ''; + } else { + $this->fpdi->error(sprintf("To handle %s filter, please compile php with zlib support.",$_filter[1])); + } + if ($stream === false) { + $this->fpdi->error("Error while decompressing stream."); + } + break; + // mPDF 4.2.003 + case '/LZWDecode': + include_once(_MPDF_PATH.'mpdfi/filters/FilterLZW.php'); + // mPDF 5.0 Removed pass by reference =& + $decoder = new FilterLZW(); + $stream = $decoder->decode($stream); + break; + case '/ASCII85Decode': + include_once(_MPDF_PATH.'mpdfi/filters/FilterASCII85.php'); + // mPDF 5.0 Removed pass by reference =& + $decoder = new FilterASCII85(); + $stream = $decoder->decode($stream); + break; + case null: + $stream = $stream; + break; + default: + $this->fpdi->error(sprintf("Unsupported Filter: %s",$_filter[1])); + } + } + + return $stream; + } + + + /** + * Get a Box from a page + * Arrayformat is same as used by fpdf_tpl + * + * @param array $page a /Page + * @param string $box_index Type of Box @see $availableBoxes + * @return array + */ + function getPageBox($page, $box_index) { + $page = $this->pdf_resolve_object($this->c,$page); + $box = null; + if (isset($page[1][1][$box_index])) + $box =& $page[1][1][$box_index]; + + if (!is_null($box) && $box[0] == PDF_TYPE_OBJREF) { + $tmp_box = $this->pdf_resolve_object($this->c,$box); + $box = $tmp_box[1]; + } + + if (!is_null($box) && $box[0] == PDF_TYPE_ARRAY) { + $b =& $box[1]; + return array("x" => $b[0][1]/_MPDFK, + "y" => $b[1][1]/_MPDFK, + "w" => abs($b[0][1]-$b[2][1])/_MPDFK, + "h" => abs($b[1][1]-$b[3][1])/_MPDFK); // mPDF 5.3.90 + } else if (!isset ($page[1][1]['/Parent'])) { + return false; + } else { + return $this->getPageBox($this->pdf_resolve_object($this->c, $page[1][1]['/Parent']), $box_index); + } + } + + function getPageBoxes($pageno) { + return $this->_getPageBoxes($this->pages[$pageno-1]); + } + + /** + * Get all Boxes from /Page + * + * @param array a /Page + * @return array + */ + function _getPageBoxes($page) { + $boxes = array(); + + foreach($this->availableBoxes AS $box) { + if ($_box = $this->getPageBox($page,$box)) { + $boxes[$box] = $_box; + } + } + + return $boxes; + } + + function getPageRotation($pageno) { + return $this->_getPageRotation($this->pages[$pageno-1]); + } + + function _getPageRotation ($obj) { // $obj = /Page + $obj = $this->pdf_resolve_object($this->c, $obj); + if (isset ($obj[1][1]['/Rotate'])) { + $res = $this->pdf_resolve_object($this->c, $obj[1][1]['/Rotate']); + if ($res[0] == PDF_TYPE_OBJECT) + return $res[1]; + return $res; + } else { + if (!isset ($obj[1][1]['/Parent'])) { + return false; + } else { + $res = $this->_getPageRotation($obj[1][1]['/Parent']); + if ($res[0] == PDF_TYPE_OBJECT) + return $res[1]; + return $res; + } + } + } + + /** + * Read all /Page(es) + * + * @param object pdf_context + * @param array /Pages + * @param array the result-array + */ + function read_pages (&$c, &$pages, &$result) { + // Get the kids dictionary + $kids = $this->pdf_resolve_object ($c, $pages[1][1]['/Kids']); + + if (!is_array($kids)) { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Cannot find /Kids in current /Page-Dictionary"); + return false; + } + foreach ($kids[1] as $v) { + $pg = $this->pdf_resolve_object ($c, $v); + if ($pg[1][1]['/Type'][1] === '/Pages') { + // If one of the kids is an embedded + // /Pages array, resolve it as well. + $this->read_pages ($c, $pg, $result); + } else { + $result[] = $pg; + } + } + } + + + + +} + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/mpdfi/pdf_context.php b/htdocs/MPDF57/mpdfi/pdf_context.php new file mode 100644 index 000000000..6cf4bdcc2 --- /dev/null +++ b/htdocs/MPDF57/mpdfi/pdf_context.php @@ -0,0 +1,78 @@ +file = $f; + $this->reset(); + } + + // Optionally move the file + // pointer to a new location + // and reset the buffered data + + function reset($pos = null, $l = 100) { + if (!is_null ($pos)) { + fseek ($this->file, $pos); + } + + $this->buffer = $l > 0 ? fread($this->file, $l) : ''; + $this->offset = 0; + $this->length = strlen($this->buffer); + $this->stack = array(); + } + + // Make sure that there is at least one + // character beyond the current offset in + // the buffer to prevent the tokenizer + // from attempting to access data that does + // not exist + + function ensure_content() { + if ($this->offset >= $this->length - 1) { + return $this->increase_length(); + } else { + return true; + } + } + + // Forcefully read more data into the buffer + + function increase_length($l=100) { + if (feof($this->file)) { + return false; + } else { + $this->buffer .= fread($this->file, $l); + $this->length = strlen($this->buffer); + return true; + } + } + +} +?> \ No newline at end of file diff --git a/htdocs/MPDF57/mpdfi/pdf_parser.php b/htdocs/MPDF57/mpdfi/pdf_parser.php new file mode 100644 index 000000000..c7d69e2c5 --- /dev/null +++ b/htdocs/MPDF57/mpdfi/pdf_parser.php @@ -0,0 +1,690 @@ +filename = $filename; + // mPDF 4.0 + $this->success = true; + + $this->f = @fopen($this->filename, "rb"); + + if (!$this->f) { + $this->success = false; + $this->errormsg = sprintf("Cannot open %s !", $filename); + return false; + } + // mPDF 5.0 Removed pass by reference =& + $this->c = new pdf_context($this->f); + // Read xref-Data + $offset = $this->pdf_find_xref(); + if ($offset===false) { + $this->success = false; + $this->errormsg = sprintf("Cannot open %s !", $filename); + return false; + } + $this->pdf_read_xref($this->xref, $offset); + if ($this->success == false) { return false; } + + // Check for Encryption + $this->getEncryption(); + if ($this->success == false) { return false; } + + // Read root + $this->pdf_read_root(); + if ($this->success == false) { return false; } + } + + /** + * Close the opened file + */ + function closeFile() { + if (isset($this->f)) { + fclose($this->f); + unset($this->f); + } + } + + /** + * Print Error and die + * + * @param string $msg Error-Message + */ + function error($msg) { + die("PDF-Parser Error: ".$msg); + } + + /** + * Check Trailer for Encryption + */ + function getEncryption() { + if (isset($this->xref['trailer'][1]['/Encrypt'])) { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("File is encrypted!"); + return false; + } + } + + /** + * Find/Return /Root + * + * @return array + */ + function pdf_find_root() { + if ($this->xref['trailer'][1]['/Root'][0] != PDF_TYPE_OBJREF) { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Wrong Type of Root-Element! Must be an indirect reference"); + return false; + } + return $this->xref['trailer'][1]['/Root']; + } + + /** + * Read the /Root + */ + function pdf_read_root() { + // read root + $root = $this->pdf_find_root(); + if ($root ===false) { + $this->success = false; + return false; + } + $this->root = $this->pdf_resolve_object($this->c, $root); + } + + /** + * Find the xref-Table + */ + function pdf_find_xref() { + fseek ($this->f, -min(filesize($this->filename),1500), SEEK_END); + $data = fread($this->f, 1500); + + $pos = strlen($data) - strpos(strrev($data), strrev('startxref')); + $data = substr($data, $pos); + + if (!preg_match('/\s*(\d+).*$/s', $data, $matches)) { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Unable to find pointer to xref table"); + return false; + } + + return (int) $matches[1]; + } + + /** + * Read xref-table + * + * @param array $result Array of xref-table + * @param integer $offset of xref-table + * @param integer $start start-position in xref-table + * @param integer $end end-position in xref-table + */ + function pdf_read_xref(&$result, $offset, $start = null, $end = null) { + if (is_null ($start) || is_null ($end)) { + fseek($this->f, $o_pos = $offset); + $data = trim(fgets($this->f,1024)); + + if (strlen($data) == 0) + $data = trim(fgets($this->f,1024)); + + if ($data !== 'xref') { + fseek($this->f, $o_pos); + $data = trim(_fgets($this->f, true)); + if ($data !== 'xref') { + if (preg_match('/(.*xref)(.*)/m', $data, $m)) { // xref 0 128 - in one line + fseek($this->f, $o_pos+strlen($m[1])); + } elseif (preg_match('/(x|r|e|f)+/', $data, $m)) { // correct invalid xref-pointer + $tmpOffset = $offset-4+strlen($m[0]); + $this->pdf_read_xref($result, $tmpOffset, $start, $end); + return; + } else { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Unable to find xref table - Maybe a Problem with 'auto_detect_line_endings'"); + return; + } + } + } + + $o_pos = ftell($this->f); + $data = explode(' ', trim(fgets($this->f,1024))); + if (count($data) != 2) { + fseek($this->f, $o_pos); + $data = explode(' ', trim(_fgets($this->f, true))); + + if (count($data) != 2) { + if (count($data) > 2) { // no lineending + $n_pos = $o_pos+strlen($data[0])+strlen($data[1])+2; + fseek($this->f, $n_pos); + } else { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Unexpected header in xref table"); + return; + } + } + } + $start = $data[0]; + $end = $start + $data[1]; + } + + if (!isset($result['xref_location'])) { + $result['xref_location'] = $offset; + } + + if (!isset($result['max_object']) || $end > $result['max_object']) { + $result['max_object'] = $end; + } + + for (; $start < $end; $start++) { + $data = ltrim(fread($this->f, 20)); // Spezifications says: 20 bytes including newlines + $offset = substr($data, 0, 10); + $generation = substr($data, 11, 5); + + if (!isset ($result['xref'][$start][(int) $generation])) { + $result['xref'][$start][(int) $generation] = (int) $offset; + } + } + + $o_pos = ftell($this->f); + $data = fgets($this->f,1024); + if (strlen(trim($data)) == 0) + $data = fgets($this->f, 1024); + + if (preg_match("/trailer/",$data)) { + if (preg_match("/(.*trailer[ \n\r]*)/",$data,$m)) { + fseek($this->f, $o_pos+strlen($m[1])); + } + + // mPDF 5.0 Removed pass by reference =& + $c = new pdf_context($this->f); + $trailer = $this->pdf_read_value($c); + + if (isset($trailer[1]['/Prev'])) { + $this->pdf_read_xref($result, $trailer[1]['/Prev'][1]); + $result['trailer'][1] = array_merge($result['trailer'][1], $trailer[1]); + } else { + $result['trailer'] = $trailer; + } + } else { + $data = explode(' ', trim($data)); + + if (count($data) != 2) { + fseek($this->f, $o_pos); + $data = explode(' ', trim (_fgets ($this->f, true))); + + if (count($data) != 2) { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Unexpected data in xref table"); + return; + } + } + + $this->pdf_read_xref($result, null, (int) $data[0], (int) $data[0] + (int) $data[1]); + } + } + + + /** + * Reads an Value + * + * @param object $c pdf_context + * @param string $token a Token + * @return mixed + */ + function pdf_read_value(&$c, $token = null) { + if (is_null($token)) { + $token = $this->pdf_read_token($c); + } + + if ($token === false) { + return false; + } + + switch ($token) { + case '<': + // This is a hex string. + // Read the value, then the terminator + + $pos = $c->offset; + + while(1) { + + $match = strpos ($c->buffer, '>', $pos); + + // If you can't find it, try + // reading more data from the stream + + if ($match === false) { + if (!$c->increase_length()) { + return false; + } else { + continue; + } + } + + $result = substr ($c->buffer, $c->offset, $match - $c->offset); + $c->offset = $match+1; + + return array (PDF_TYPE_HEX, $result); + } + + break; + case '<<': + // This is a dictionary. + + $result = array(); + + // Recurse into this function until we reach + // the end of the dictionary. + while (($key = $this->pdf_read_token($c)) !== '>>') { + if ($key === false) { + return false; + } + + if (($value = $this->pdf_read_value($c)) === false) { + return false; + } + $result[$key] = $value; + } + + return array (PDF_TYPE_DICTIONARY, $result); + + case '[': + // This is an array. + + $result = array(); + + // Recurse into this function until we reach + // the end of the array. + while (($token = $this->pdf_read_token($c)) !== ']') { + if ($token === false) { + return false; + } + + if (($value = $this->pdf_read_value($c, $token)) === false) { + return false; + } + + $result[] = $value; + } + + return array (PDF_TYPE_ARRAY, $result); + + case '(' : + // This is a string + + $pos = $c->offset; + + while(1) { + + // Start by finding the next closed + // parenthesis + + $match = strpos ($c->buffer, ')', $pos); + + // If you can't find it, try + // reading more data from the stream + + if ($match === false) { + if (!$c->increase_length()) { + return false; + } else { + continue; + } + } + + // Make sure that there is no backslash + // before the parenthesis. If there is, + // move on. Otherwise, return the string. + $esc = preg_match('/([\\\\]+)$/', $tmpresult = substr($c->buffer, $c->offset, $match - $c->offset), $m); + + if ($esc === 0 || strlen($m[1]) % 2 == 0) { + $result = $tmpresult; + $c->offset = $match + 1; + return array (PDF_TYPE_STRING, $result); + } else { + $pos = $match + 1; + + if ($pos > $c->offset + $c->length) { + $c->increase_length(); + } + } + } + + case "stream": + $o_pos = ftell($c->file)-strlen($c->buffer); + $o_offset = $c->offset; + + $c->reset($startpos = $o_pos + $o_offset); + + $e = 0; // ensure line breaks in front of the stream + if ($c->buffer[0] == chr(10) || $c->buffer[0] == chr(13)) + $e++; + if ($c->buffer[1] == chr(10) && $c->buffer[0] != chr(10)) + $e++; + + if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) { + // mPDF 5.0 Removed pass by reference =& + $tmp_c = new pdf_context($this->f); + $tmp_length = $this->pdf_resolve_object($tmp_c,$this->actual_obj[1][1]['/Length']); + $length = $tmp_length[1][1]; + } else { + $length = $this->actual_obj[1][1]['/Length'][1]; + } + + if ($length > 0) { + $c->reset($startpos+$e,$length); + $v = $c->buffer; + } else { + $v = ''; + } + $c->reset($startpos+$e+$length+9); // 9 = strlen("endstream") + + return array(PDF_TYPE_STREAM, $v); + + default : + if (is_numeric ($token)) { + // A numeric token. Make sure that + // it is not part of something else. + if (($tok2 = $this->pdf_read_token ($c)) !== false) { + if (is_numeric ($tok2)) { + + // Two numeric tokens in a row. + // In this case, we're probably in + // front of either an object reference + // or an object specification. + // Determine the case and return the data + if (($tok3 = $this->pdf_read_token ($c)) !== false) { + switch ($tok3) { + case 'obj' : + return array (PDF_TYPE_OBJDEC, (int) $token, (int) $tok2); + case 'R' : + return array (PDF_TYPE_OBJREF, (int) $token, (int) $tok2); + } + // If we get to this point, that numeric value up + // there was just a numeric value. Push the extra + // tokens back into the stack and return the value. + array_push ($c->stack, $tok3); + } + } + + array_push ($c->stack, $tok2); + } + + return array (PDF_TYPE_NUMERIC, $token); + } else { + + // Just a token. Return it. + return array (PDF_TYPE_TOKEN, $token); + } + + } + } + + /** + * Resolve an object + * + * @param object $c pdf_context + * @param array $obj_spec The object-data + * @param boolean $encapsulate Must set to true, cause the parsing and fpdi use this method only without this para + */ + function pdf_resolve_object(&$c, $obj_spec, $encapsulate = true) { + // Exit if we get invalid data + if (!is_array($obj_spec)) { + return false; + } + + if ($obj_spec[0] == PDF_TYPE_OBJREF) { + + // This is a reference, resolve it + if (isset($this->xref['xref'][$obj_spec[1]][$obj_spec[2]])) { + + // Save current file position + // This is needed if you want to resolve + // references while you're reading another object + // (e.g.: if you need to determine the length + // of a stream) + + $old_pos = ftell($c->file); + + // Reposition the file pointer and + // load the object header. + + $c->reset($this->xref['xref'][$obj_spec[1]][$obj_spec[2]]); + + $header = $this->pdf_read_value($c,null,true); + + if ($header[0] != PDF_TYPE_OBJDEC || $header[1] != $obj_spec[1] || $header[2] != $obj_spec[2]) { + // mPDF 4.0 + $this->success = false; + $this->errormsg = sprintf("Unable to find object ({$obj_spec[1]}, {$obj_spec[2]}) at expected location"); + return false; + } + + // If we're being asked to store all the information + // about the object, we add the object ID and generation + // number for later use + $this->actual_obj =& $result; + if ($encapsulate) { + $result = array ( + PDF_TYPE_OBJECT, + 'obj' => $obj_spec[1], + 'gen' => $obj_spec[2] + ); + } else { + $result = array(); + } + + // Now simply read the object data until + // we encounter an end-of-object marker + while(1) { + $value = $this->pdf_read_value($c); + if ($value === false || count($result) > 4) { + // in this case the parser coudn't find an endobj so we break here + break; + } + + if ($value[0] == PDF_TYPE_TOKEN && $value[1] === 'endobj') { + break; + } + + $result[] = $value; + } + + $c->reset($old_pos); + + if (isset($result[2][0]) && $result[2][0] == PDF_TYPE_STREAM) { + $result[0] = PDF_TYPE_STREAM; + } + + return $result; + } + } else { + return $obj_spec; + } + } + + + + /** + * Reads a token from the file + * + * @param object $c pdf_context + * @return mixed + */ + function pdf_read_token(&$c) + { + // If there is a token available + // on the stack, pop it out and + // return it. + + if (count($c->stack)) { + return array_pop($c->stack); + } + + // Strip away any whitespace + + do { + if (!$c->ensure_content()) { + return false; + } + $c->offset += _strspn($c->buffer, " \n\r\t", $c->offset); + } while ($c->offset >= $c->length - 1); + + // Get the first character in the stream + + $char = $c->buffer[$c->offset++]; + + switch ($char) { + + case '[' : + case ']' : + case '(' : + case ')' : + + // This is either an array or literal string + // delimiter, Return it + + return $char; + + case '<' : + case '>' : + + // This could either be a hex string or + // dictionary delimiter. Determine the + // appropriate case and return the token + + if ($c->buffer[$c->offset] == $char) { + if (!$c->ensure_content()) { + return false; + } + $c->offset++; + return $char . $char; + } else { + return $char; + } + + default : + + // This is "another" type of token (probably + // a dictionary entry or a numeric value) + // Find the end and return it. + + if (!$c->ensure_content()) { + return false; + } + + while(1) { + + // Determine the length of the token + + $pos = _strcspn($c->buffer, " []<>()\r\n\t/", $c->offset); + if ($c->offset + $pos <= $c->length - 1) { + break; + } else { + // If the script reaches this point, + // the token may span beyond the end + // of the current buffer. Therefore, + // we increase the size of the buffer + // and try again--just to be safe. + + $c->increase_length(); + } + } + + $result = substr($c->buffer, $c->offset - 1, $pos + 1); + + $c->offset += $pos; + return $result; + } + } + + +} + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/NOTES.txt b/htdocs/MPDF57/patterns/NOTES.txt new file mode 100644 index 000000000..7ba83e4a6 --- /dev/null +++ b/htdocs/MPDF57/patterns/NOTES.txt @@ -0,0 +1,5 @@ +Alternative sources of Hyphenation programs or TEX files: + +OpenOffice: http://wiki.services.openoffice.org/wiki/Dictionaries + +Hyphenator4PHP- alternative PHP hyphenator scripts: http://apps.sourceforge.net/trac/hyphenator4php/ \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/de.php b/htdocs/MPDF57/patterns/de.php new file mode 100644 index 000000000..21643404e --- /dev/null +++ b/htdocs/MPDF57/patterns/de.php @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/dictionary.txt b/htdocs/MPDF57/patterns/dictionary.txt new file mode 100644 index 000000000..e9a1bceac --- /dev/null +++ b/htdocs/MPDF57/patterns/dictionary.txt @@ -0,0 +1 @@ +dis/es/tab/lish/men/tar/i/an/ism diff --git a/htdocs/MPDF57/patterns/en.php b/htdocs/MPDF57/patterns/en.php new file mode 100644 index 000000000..a02b63fd0 --- /dev/null +++ b/htdocs/MPDF57/patterns/en.php @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/es.php b/htdocs/MPDF57/patterns/es.php new file mode 100644 index 000000000..da8f75644 --- /dev/null +++ b/htdocs/MPDF57/patterns/es.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/fi.php b/htdocs/MPDF57/patterns/fi.php new file mode 100644 index 000000000..5be3124bb --- /dev/null +++ b/htdocs/MPDF57/patterns/fi.php @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/fr.php b/htdocs/MPDF57/patterns/fr.php new file mode 100644 index 000000000..335f85bcd --- /dev/null +++ b/htdocs/MPDF57/patterns/fr.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/it.php b/htdocs/MPDF57/patterns/it.php new file mode 100644 index 000000000..bdda023cf --- /dev/null +++ b/htdocs/MPDF57/patterns/it.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/nl.php b/htdocs/MPDF57/patterns/nl.php new file mode 100644 index 000000000..06a342ded --- /dev/null +++ b/htdocs/MPDF57/patterns/nl.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/pl.php b/htdocs/MPDF57/patterns/pl.php new file mode 100644 index 000000000..f53110587 --- /dev/null +++ b/htdocs/MPDF57/patterns/pl.php @@ -0,0 +1,9 @@ + diff --git a/htdocs/MPDF57/patterns/ru.php b/htdocs/MPDF57/patterns/ru.php new file mode 100644 index 000000000..6202773d4 --- /dev/null +++ b/htdocs/MPDF57/patterns/ru.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/patterns/sv.php b/htdocs/MPDF57/patterns/sv.php new file mode 100644 index 000000000..b01ce72d9 --- /dev/null +++ b/htdocs/MPDF57/patterns/sv.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/htdocs/MPDF57/progbar.css b/htdocs/MPDF57/progbar.css new file mode 100644 index 000000000..78afc319c --- /dev/null +++ b/htdocs/MPDF57/progbar.css @@ -0,0 +1,66 @@ +body { + margin : 0 auto; + width:100%; + font-family: "Verdana"; + color: #40454b; + font-size: 12px; + text-align:center; +} +.main { + width:540px; + margin: 0 auto; + text-align:left; +} +.heading { + font-size:14px; + font-weight:bold; + color:#CC0000; + padding:5px; + margin-left:10px; + border-bottom:solid; + border-bottom-width:1px; + border-bottom-color:#333333; + /* Use this to suppress the horizontal line under the heading */ + /* border-bottom: 0px solid #000000; */ +} +table { + font-family: "Verdana"; + color: #40454b; + font-size: 12px; +} +.demo { + margin : 0 auto; + width:100%; + margin:20px; + /* Use this to suppress all the bars and text */ + /* display: none; */ +} +td { + vertical-align: top; + padding: 0 0.5em 0 0; +} +.code { + font-family: "Courier New", Courier, monospace; + font-size: 10px; +} +.code2 { + font-family: "Courier New", Courier, monospace; + font-size: 11px; font-weight: bold; color: red; +} +.barheading { + color:#006600; + font-weight:bold; +} +.progressBar { + border: 1px solid #000000; + background-color: #EEEEEE; + width: 200px; + font-size: 6px; +} +.innerBar { + background-color:#00CC00; + width: 0%; +} +#box3 { + font-weight: bold; +} diff --git a/htdocs/MPDF57/ttfontdata/dejavusansmono.cw.dat b/htdocs/MPDF57/ttfontdata/dejavusansmono.cw.dat new file mode 100644 index 000000000..6784db9c3 Binary files /dev/null and b/htdocs/MPDF57/ttfontdata/dejavusansmono.cw.dat differ diff --git a/htdocs/MPDF57/ttfontdata/dejavusansmono.mtx.php b/htdocs/MPDF57/ttfontdata/dejavusansmono.mtx.php new file mode 100644 index 000000000..b33bf2999 --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavusansmono.mtx.php @@ -0,0 +1,26 @@ + 928, + 'Descent' => -236, + 'CapHeight' => 928, + 'Flags' => 5, + 'FontBBox' => '[-558 -375 718 1042]', + 'ItalicAngle' => 0, + 'StemV' => 87, + 'MissingWidth' => 602, +); +$up=-63; +$ut=44; +$ttffile='C:/Users/GHSS-BLIS/Favorites/Documents/BLIS/Blis Nyaho/htdocs/MPDF57/ttfonts/DejaVuSansMono.ttf'; +$TTCfontID='0'; +$originalsize=322524; +$sip=false; +$smp=false; +$BMPselected=true; +$fontkey='dejavusansmono'; +$panose=' 0 0 2 b 6 9 3 8 4 2 2 4'; +$haskerninfo=false; +$unAGlyphs=false; +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.cw.dat b/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.cw.dat new file mode 100644 index 000000000..c5a60d90b Binary files /dev/null and b/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.cw.dat differ diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.cw127.php b/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.cw127.php new file mode 100644 index 000000000..21342b38a --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.cw127.php @@ -0,0 +1,142 @@ + + array ( + 0 => 286, + 1 => 361, + 2 => 414, + 3 => 754, + 4 => 572, + 5 => 855, + 6 => 801, + 7 => 247, + ), + 40 => + array ( + 0 => 351, + 1 => 351, + 'interval' => true, + ), + 42 => + array ( + 0 => 450, + 1 => 754, + 2 => 286, + 3 => 304, + 4 => 286, + 5 => 303, + ), + 48 => + array ( + 0 => 572, + 1 => 572, + 'interval' => true, + 2 => 572, + 3 => 572, + 4 => 572, + 5 => 572, + 6 => 572, + 7 => 572, + 8 => 572, + 9 => 572, + ), + 58 => + array ( + 0 => 303, + 1 => 303, + 'interval' => true, + ), + 60 => + array ( + 0 => 754, + 1 => 754, + 'interval' => true, + 2 => 754, + ), + 63 => + array ( + 0 => 482, + 1 => 900, + 2 => 650, + 3 => 661, + 4 => 688, + 5 => 721, + 6 => 657, + 7 => 624, + 8 => 719, + 9 => 785, + 10 => 355, + 11 => 360, + 12 => 672, + 13 => 598, + 14 => 921, + 15 => 787, + 16 => 738, + 17 => 605, + 18 => 738, + 19 => 677, + 20 => 616, + 21 => 600, + 22 => 758, + 23 => 650, + 24 => 925, + 25 => 641, + 26 => 594, + 27 => 625, + 28 => 351, + 29 => 303, + 30 => 351, + 31 => 754, + ), + 95 => + array ( + 0 => 450, + 1 => 450, + 'interval' => true, + ), + 97 => + array ( + 0 => 536, + 1 => 576, + 2 => 504, + 3 => 576, + 4 => 532, + 5 => 333, + 6 => 576, + 7 => 580, + 8 => 288, + 9 => 279, + 10 => 545, + 11 => 288, + 12 => 853, + 13 => 580, + 14 => 542, + ), + 112 => + array ( + 0 => 576, + 1 => 576, + 'interval' => true, + ), + 114 => + array ( + 0 => 430, + 1 => 461, + 2 => 361, + 3 => 580, + 4 => 508, + 5 => 770, + 6 => 507, + 7 => 508, + 8 => 474, + 9 => 572, + 10 => 303, + 11 => 572, + 12 => 754, + ), +); +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.mtx.php b/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.mtx.php new file mode 100644 index 000000000..b8de37988 --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavuserifcondensed.mtx.php @@ -0,0 +1,26 @@ + 928, + 'Descent' => -236, + 'CapHeight' => 928, + 'Flags' => 4, + 'FontBBox' => '[-693 -347 1512 1242]', + 'ItalicAngle' => 0, + 'StemV' => 87, + 'MissingWidth' => 540, +); +$up=-63; +$ut=44; +$ttffile='C:/Users/GHSS-BLIS/Favorites/Documents/BLIS/Blis Nyaho/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed.ttf'; +$TTCfontID='0'; +$originalsize=296976; +$sip=false; +$smp=false; +$BMPselected=true; +$fontkey='dejavuserifcondensed'; +$panose=' 0 0 2 6 6 6 5 6 5 2 2 4'; +$haskerninfo=false; +$unAGlyphs=false; +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.cw.dat b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.cw.dat new file mode 100644 index 000000000..ac354dd59 Binary files /dev/null and b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.cw.dat differ diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.cw127.php b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.cw127.php new file mode 100644 index 000000000..879da0093 --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.cw127.php @@ -0,0 +1,142 @@ + + array ( + 0 => 313, + 1 => 395, + 2 => 469, + 3 => 754, + 4 => 626, + 5 => 855, + 6 => 813, + 7 => 275, + ), + 40 => + array ( + 0 => 426, + 1 => 426, + 'interval' => true, + ), + 42 => + array ( + 0 => 470, + 1 => 754, + 2 => 313, + 3 => 374, + 4 => 313, + 5 => 329, + ), + 48 => + array ( + 0 => 626, + 1 => 626, + 'interval' => true, + 2 => 626, + 3 => 626, + 4 => 626, + 5 => 626, + 6 => 626, + 7 => 626, + 8 => 626, + 9 => 626, + ), + 58 => + array ( + 0 => 332, + 1 => 332, + 'interval' => true, + ), + 60 => + array ( + 0 => 754, + 1 => 754, + 'interval' => true, + 2 => 754, + ), + 63 => + array ( + 0 => 527, + 1 => 900, + 2 => 698, + 3 => 760, + 4 => 716, + 5 => 780, + 6 => 686, + 7 => 639, + 8 => 769, + 9 => 850, + 10 => 421, + 11 => 426, + 12 => 782, + 13 => 633, + 14 => 996, + 15 => 822, + 16 => 784, + 17 => 677, + 18 => 784, + 19 => 748, + 20 => 650, + 21 => 669, + 22 => 785, + 23 => 698, + 24 => 1011, + 25 => 698, + 26 => 642, + 27 => 657, + 28 => 426, + 29 => 329, + 30 => 426, + 31 => 754, + ), + 95 => + array ( + 0 => 450, + 1 => 450, + 'interval' => true, + ), + 97 => + array ( + 0 => 583, + 1 => 629, + 2 => 548, + 3 => 629, + 4 => 572, + 5 => 387, + 6 => 629, + 7 => 654, + 8 => 342, + 9 => 325, + 10 => 624, + 11 => 342, + 12 => 952, + 13 => 654, + 14 => 600, + ), + 112 => + array ( + 0 => 629, + 1 => 629, + 'interval' => true, + ), + 114 => + array ( + 0 => 474, + 1 => 506, + 2 => 416, + 3 => 654, + 4 => 523, + 5 => 774, + 6 => 536, + 7 => 523, + 8 => 511, + 9 => 579, + 10 => 327, + 11 => 579, + 12 => 754, + ), +); +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.mtx.php b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.mtx.php new file mode 100644 index 000000000..4152e60a4 --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedB.mtx.php @@ -0,0 +1,26 @@ + 939, + 'Descent' => -236, + 'CapHeight' => 939, + 'Flags' => 262148, + 'FontBBox' => '[-752 -389 1617 1235]', + 'ItalicAngle' => 0, + 'StemV' => 165, + 'MissingWidth' => 540, +); +$up=-63; +$ut=44; +$ttffile='C:/Users/GHSS-BLIS/Favorites/Documents/BLIS/Blis Nyaho/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf'; +$TTCfontID='0'; +$originalsize=283140; +$sip=false; +$smp=false; +$BMPselected=true; +$fontkey='dejavuserifcondensedB'; +$panose=' 0 0 2 6 8 6 5 6 5 2 2 4'; +$haskerninfo=false; +$unAGlyphs=false; +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedBI.cw.dat b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedBI.cw.dat new file mode 100644 index 000000000..515541fb5 Binary files /dev/null and b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedBI.cw.dat differ diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedBI.mtx.php b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedBI.mtx.php new file mode 100644 index 000000000..b621e1a71 --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedBI.mtx.php @@ -0,0 +1,26 @@ + 939, + 'Descent' => -236, + 'CapHeight' => 939, + 'Flags' => 262212, + 'FontBBox' => '[-815 -389 1579 1235]', + 'ItalicAngle' => -11, + 'StemV' => 165, + 'MissingWidth' => 540, +); +$up=-63; +$ut=44; +$ttffile='C:/Users/GHSS-BLIS/Favorites/Documents/BLIS/Blis Nyaho/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf'; +$TTCfontID='0'; +$originalsize=294584; +$sip=false; +$smp=false; +$BMPselected=true; +$fontkey='dejavuserifcondensedBI'; +$panose=' 0 0 2 6 8 6 5 3 5 b 2 4'; +$haskerninfo=false; +$unAGlyphs=false; +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedI.cw.dat b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedI.cw.dat new file mode 100644 index 000000000..2038a395b Binary files /dev/null and b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedI.cw.dat differ diff --git a/htdocs/MPDF57/ttfontdata/dejavuserifcondensedI.mtx.php b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedI.mtx.php new file mode 100644 index 000000000..a0dd0d806 --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dejavuserifcondensedI.mtx.php @@ -0,0 +1,26 @@ + 928, + 'Descent' => -236, + 'CapHeight' => 928, + 'Flags' => 68, + 'FontBBox' => '[-755 -347 1480 1227]', + 'ItalicAngle' => -11, + 'StemV' => 87, + 'MissingWidth' => 540, +); +$up=-63; +$ut=44; +$ttffile='C:/Users/GHSS-BLIS/Favorites/Documents/BLIS/Blis Nyaho/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Italic.ttf'; +$TTCfontID='0'; +$originalsize=302444; +$sip=false; +$smp=false; +$BMPselected=true; +$fontkey='dejavuserifcondensedI'; +$panose=' 0 0 2 6 6 6 5 3 5 b 2 4'; +$haskerninfo=false; +$unAGlyphs=false; +?> \ No newline at end of file diff --git a/htdocs/MPDF57/ttfontdata/dummy.txt b/htdocs/MPDF57/ttfontdata/dummy.txt new file mode 100644 index 000000000..41234966d --- /dev/null +++ b/htdocs/MPDF57/ttfontdata/dummy.txt @@ -0,0 +1,2 @@ +This is just a placeholder file so that the folder is created on install. +It can be deleted once installed. \ No newline at end of file diff --git a/htdocs/MPDF57/ttfonts/DejaVuSans-Bold.ttf b/htdocs/MPDF57/ttfonts/DejaVuSans-Bold.ttf new file mode 100644 index 000000000..7b29accc1 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSans-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSans-BoldOblique.ttf b/htdocs/MPDF57/ttfonts/DejaVuSans-BoldOblique.ttf new file mode 100644 index 000000000..b5440d95e Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSans-BoldOblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSans-Oblique.ttf b/htdocs/MPDF57/ttfonts/DejaVuSans-Oblique.ttf new file mode 100644 index 000000000..e233295c4 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSans-Oblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSans.ttf b/htdocs/MPDF57/ttfonts/DejaVuSans.ttf new file mode 100644 index 000000000..a36615b20 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSans.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-Bold.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-Bold.ttf new file mode 100644 index 000000000..36b3060e7 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-BoldOblique.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-BoldOblique.ttf new file mode 100644 index 000000000..4bb3ae18f Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-BoldOblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-Oblique.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-Oblique.ttf new file mode 100644 index 000000000..1f680bd8d Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed-Oblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansCondensed.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed.ttf new file mode 100644 index 000000000..2b0b7fe99 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansCondensed.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansMono-Bold.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansMono-Bold.ttf new file mode 100644 index 000000000..98bb6f62e Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansMono-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansMono-BoldOblique.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansMono-BoldOblique.ttf new file mode 100644 index 000000000..42bbcdee9 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansMono-BoldOblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansMono-Oblique.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansMono-Oblique.ttf new file mode 100644 index 000000000..d6ab52298 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansMono-Oblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSansMono.ttf b/htdocs/MPDF57/ttfonts/DejaVuSansMono.ttf new file mode 100644 index 000000000..b464c52ad Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSansMono.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerif-Bold.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerif-Bold.ttf new file mode 100644 index 000000000..8c53b1a11 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerif-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerif-BoldItalic.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerif-BoldItalic.ttf new file mode 100644 index 000000000..688c2b70f Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerif-BoldItalic.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerif-Italic.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerif-Italic.ttf new file mode 100644 index 000000000..b2ed04a12 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerif-Italic.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerif.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerif.ttf new file mode 100644 index 000000000..19eba3345 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerif.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf new file mode 100644 index 000000000..c4b00b784 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf new file mode 100644 index 000000000..4d4c7a68e Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Italic.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Italic.ttf new file mode 100644 index 000000000..04bfc3534 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed-Italic.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed.ttf b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed.ttf new file mode 100644 index 000000000..c9935e1e9 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/DejaVuSerifCondensed.ttf differ diff --git a/htdocs/MPDF57/ttfonts/DejaVuinfo.txt b/htdocs/MPDF57/ttfonts/DejaVuinfo.txt new file mode 100644 index 000000000..050adc2fc --- /dev/null +++ b/htdocs/MPDF57/ttfonts/DejaVuinfo.txt @@ -0,0 +1,99 @@ +Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. +Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) + +Bitstream Vera Fonts Copyright +------------------------------ + +Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is +a trademark of Bitstream, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of the fonts accompanying this license ("Fonts") and associated +documentation files (the "Font Software"), to reproduce and distribute the +Font Software, including without limitation the rights to use, copy, merge, +publish, distribute, and/or sell copies of the Font Software, and to permit +persons to whom the Font Software is furnished to do so, subject to the +following conditions: + +The above copyright and trademark notices and this permission notice shall +be included in all copies of one or more of the Font Software typefaces. + +The Font Software may be modified, altered, or added to, and in particular +the designs of glyphs or characters in the Fonts may be modified and +additional glyphs or characters may be added to the Fonts, only if the fonts +are renamed to names not containing either the words "Bitstream" or the word +"Vera". + +This License becomes null and void to the extent applicable to Fonts or Font +Software that has been modified and is distributed under the "Bitstream +Vera" names. + +The Font Software may be sold as part of a larger software package but no +copy of one or more of the Font Software typefaces may be sold by itself. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, +TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME +FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING +ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE +FONT SOFTWARE. + +Except as contained in this notice, the names of Gnome, the Gnome +Foundation, and Bitstream Inc., shall not be used in advertising or +otherwise to promote the sale, use or other dealings in this Font Software +without prior written authorization from the Gnome Foundation or Bitstream +Inc., respectively. For further information, contact: fonts at gnome dot +org. + +Arev Fonts Copyright +------------------------------ + +Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the fonts accompanying this license ("Fonts") and +associated documentation files (the "Font Software"), to reproduce +and distribute the modifications to the Bitstream Vera Font Software, +including without limitation the rights to use, copy, merge, publish, +distribute, and/or sell copies of the Font Software, and to permit +persons to whom the Font Software is furnished to do so, subject to +the following conditions: + +The above copyright and trademark notices and this permission notice +shall be included in all copies of one or more of the Font Software +typefaces. + +The Font Software may be modified, altered, or added to, and in +particular the designs of glyphs or characters in the Fonts may be +modified and additional glyphs or characters may be added to the +Fonts, only if the fonts are renamed to names not containing either +the words "Tavmjong Bah" or the word "Arev". + +This License becomes null and void to the extent applicable to Fonts +or Font Software that has been modified and is distributed under the +"Tavmjong Bah Arev" names. + +The Font Software may be sold as part of a larger software package but +no copy of one or more of the Font Software typefaces may be sold by +itself. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL +TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +Except as contained in this notice, the name of Tavmjong Bah shall not +be used in advertising or otherwise to promote the sale, use or other +dealings in this Font Software without prior written authorization +from Tavmjong Bah. For further information, contact: tavmjong @ free +. fr. + +$Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $ diff --git a/htdocs/MPDF57/ttfonts/GNUFreeFontinfo.txt b/htdocs/MPDF57/ttfonts/GNUFreeFontinfo.txt new file mode 100644 index 000000000..c9511a6a3 --- /dev/null +++ b/htdocs/MPDF57/ttfonts/GNUFreeFontinfo.txt @@ -0,0 +1,108 @@ +-*-text-*- + GNU FreeFont + +The GNU FreeFont project aims to provide a useful set of free scalable +(i.e., OpenType) fonts covering as much as possible of the ISO 10646/Unicode +UCS (Universal Character Set). + +Statement of Purpose +-------------------- + +The practical reason for putting glyphs together in a single font face is +to conveniently mix symbols and characters from different writing systems, +without having to switch fonts. + +Coverage +-------- + +FreeFont covers the following character sets + +* ISO 8859 parts 1-15 +* CEN MES-3 European Unicode Subset + http://www.evertype.com/standards/iso10646/pdf/cwa13873.pdf +* IBM/Microsoft code pages 437, 850, 852, 1250, 1252 and more +* Microsoft/Adobe Windows Glyph List 4 (WGL4) + http://www.microsoft.com/typography/otspec/WGL4.htm +* KOI8-R and KOI8-RU +* DEC VT100 graphics symbols +* International Phonetic Alphabet +* Arabic, Hebrew, Armenian, Georgian, Ethiopian and Thai alphabets, + including Arabic presentation forms A/B +* mathematical symbols, including the whole TeX repertoire of symbols +* APL symbols + etc. + +Editing +------- + +The free outline font editor, George Williams's FontForge + is used for editing the fonts. + +Design Issues +------------- + +Which font shapes should be made? Historical style terms like Renaissance +or Baroque letterforms cannot be applied beyond Latin/Cyrillic/Greek +scripts to any greater extent than Kufi or Nashki can be applied beyond +Arabic script; "italic" is really only meaningful for Latin letters. + +However, most modern writing systems have typographic formulations for +contrasting uniform and modulated character stroke widths, and have some +history with "oblique", faces. Since the advent of the typewriter, most +have developed a typographic style with uniform-width characters. + +Accordingly, the FreeFont family has one monospaced - FreeMono - and two +proportional faces (one with uniform stroke - FreeSans - and one with +modulated stroke - FreeSerif). + +To make text from different writing systems look good side-by-side, each +FreeFont face is meant to contain characters of similar style and weight. + +Licensing +--------- + +Free UCS scalable fonts is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License as published +by the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +The fonts are distributed in the hope that they will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +As a special exception, if you create a document which uses this font, and +embed this font or unaltered portions of this font into the document, this +font does not by itself cause the resulting document to be covered by the +GNU General Public License. This exception does not however invalidate any +other reasons why the document might be covered by the GNU General Public +License. If you modify this font, you may extend this exception to your +version of the font, but you are not obligated to do so. If you do not +wish to do so, delete this exception statement from your version. + + +Files and their suffixes +------------------------ + +The files with .sfd (Spline Font Database) are in FontForge's native format. +Please use these if you plan to modify the font files. + +TrueType fonts for immediate consumption are the files with the .ttf +(TrueType Font) suffix. These are ready to use in Xwindows based +systems using FreeType, on Mac OS, and on older Windows systems. + +OpenType fonts (with suffix .otf) are for use in Windows Vista. +Note that although they can be installed on Linux, but many applications +in Linux still don't support them. + + +-------------------------------------------------------------------------- +Primoz Peterlin, +Steve White + +Free UCS scalable fonts: http://savannah.gnu.org/projects/freefont/ +$Id: README,v 1.6 2008/12/25 12:51:41 Stevan_White Exp $ diff --git a/htdocs/MPDF57/ttfonts/Garuda-Bold.ttf b/htdocs/MPDF57/ttfonts/Garuda-Bold.ttf new file mode 100644 index 000000000..c2aa87edb Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Garuda-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Garuda-BoldOblique.ttf b/htdocs/MPDF57/ttfonts/Garuda-BoldOblique.ttf new file mode 100644 index 000000000..889be702a Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Garuda-BoldOblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Garuda-Oblique.ttf b/htdocs/MPDF57/ttfonts/Garuda-Oblique.ttf new file mode 100644 index 000000000..7d1219907 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Garuda-Oblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Garuda.ttf b/htdocs/MPDF57/ttfonts/Garuda.ttf new file mode 100644 index 000000000..b9fcdfd90 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Garuda.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Norasi-Bold.ttf b/htdocs/MPDF57/ttfonts/Norasi-Bold.ttf new file mode 100644 index 000000000..6c241fafd Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Norasi-Bold.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Norasi-BoldOblique.ttf b/htdocs/MPDF57/ttfonts/Norasi-BoldOblique.ttf new file mode 100644 index 000000000..70d041715 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Norasi-BoldOblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Norasi-Oblique.ttf b/htdocs/MPDF57/ttfonts/Norasi-Oblique.ttf new file mode 100644 index 000000000..54e19b05d Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Norasi-Oblique.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Norasi.ttf b/htdocs/MPDF57/ttfonts/Norasi.ttf new file mode 100644 index 000000000..ec9e5492f Binary files /dev/null and b/htdocs/MPDF57/ttfonts/Norasi.ttf differ diff --git a/htdocs/MPDF57/ttfonts/Thai Fonts License.txt b/htdocs/MPDF57/ttfonts/Thai Fonts License.txt new file mode 100644 index 000000000..b7b5f53df --- /dev/null +++ b/htdocs/MPDF57/ttfonts/Thai Fonts License.txt @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/htdocs/MPDF57/ttfonts/XB Riyaz.ttf b/htdocs/MPDF57/ttfonts/XB Riyaz.ttf new file mode 100644 index 000000000..80e15803d Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB Riyaz.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB RiyazBd.ttf b/htdocs/MPDF57/ttfonts/XB RiyazBd.ttf new file mode 100644 index 000000000..e6cf58f93 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB RiyazBd.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB RiyazBdIt.ttf b/htdocs/MPDF57/ttfonts/XB RiyazBdIt.ttf new file mode 100644 index 000000000..19fba7887 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB RiyazBdIt.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB RiyazIt.ttf b/htdocs/MPDF57/ttfonts/XB RiyazIt.ttf new file mode 100644 index 000000000..cc9cc3ab2 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB RiyazIt.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB Zar Bd.ttf b/htdocs/MPDF57/ttfonts/XB Zar Bd.ttf new file mode 100644 index 000000000..52a2e38f9 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB Zar Bd.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB Zar BdIt.ttf b/htdocs/MPDF57/ttfonts/XB Zar BdIt.ttf new file mode 100644 index 000000000..a7f19d97b Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB Zar BdIt.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB Zar It.ttf b/htdocs/MPDF57/ttfonts/XB Zar It.ttf new file mode 100644 index 000000000..4365d1d78 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB Zar It.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XB Zar.ttf b/htdocs/MPDF57/ttfonts/XB Zar.ttf new file mode 100644 index 000000000..7a168b6ee Binary files /dev/null and b/htdocs/MPDF57/ttfonts/XB Zar.ttf differ diff --git a/htdocs/MPDF57/ttfonts/XW Zar Font Info.txt b/htdocs/MPDF57/ttfonts/XW Zar Font Info.txt new file mode 100644 index 000000000..d42e4544b --- /dev/null +++ b/htdocs/MPDF57/ttfonts/XW Zar Font Info.txt @@ -0,0 +1,92 @@ + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/htdocs/MPDF57/ttfonts/ind_bn_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_bn_1_001.ttf new file mode 100644 index 000000000..893ab7e2d Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_bn_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_gu_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_gu_1_001.ttf new file mode 100644 index 000000000..20ccb60f7 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_gu_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_hi_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_hi_1_001.ttf new file mode 100644 index 000000000..1f62e32b7 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_hi_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_kn_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_kn_1_001.ttf new file mode 100644 index 000000000..2fd1b1bf9 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_kn_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_ml_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_ml_1_001.ttf new file mode 100644 index 000000000..bd78fb338 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_ml_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_or_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_or_1_001.ttf new file mode 100644 index 000000000..56bd42215 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_or_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_pa_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_pa_1_001.ttf new file mode 100644 index 000000000..b10436af2 Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_pa_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_ta_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_ta_1_001.ttf new file mode 100644 index 000000000..fa18c965e Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_ta_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ind_te_1_001.ttf b/htdocs/MPDF57/ttfonts/ind_te_1_001.ttf new file mode 100644 index 000000000..ae641e28e Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ind_te_1_001.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ocrb10.ttf b/htdocs/MPDF57/ttfonts/ocrb10.ttf new file mode 100644 index 000000000..34980b80c Binary files /dev/null and b/htdocs/MPDF57/ttfonts/ocrb10.ttf differ diff --git a/htdocs/MPDF57/ttfonts/ocrbinfo.txt b/htdocs/MPDF57/ttfonts/ocrbinfo.txt new file mode 100644 index 000000000..c2dd9954c --- /dev/null +++ b/htdocs/MPDF57/ttfonts/ocrbinfo.txt @@ -0,0 +1,60 @@ +Mostly-free OCR B + +This font is used in UPC bar code symbols, including the ISBN symbols on +most published books. + +A freely distributable version seems to be sorely needed. Until now, it's +been very difficult to find the font in computer-usable format except by +paying a high fee to a commercial font vendor. Even many serious commercial +publishers have so much trouble getting it right that they just go ahead and +use Helvetica instead, or even (shudder) Arial. Since the OCR B font is +required by an international standard, it seems like it ought to be free. +So here it is. The font in this package is not a "ripped", pirated, or +shadily reverse engineered version; every effort has been made to ensure +that it genuinely derives from free sources and all the creators involved +have actually intended it for free public use. + +Converted by Matthew Skala from Metafont format to Postscript and TrueType +formats, July 28, 2006, using mftrace 1.2.4 by Paul Vojta, which is +available from + http://www.xs4all.nl/~hanwen/mftrace/ +and Autotrace 0.31.1 available from + http://autotrace.sourceforge.net/ + +The Metafont files (not included - see notes below) were coded by Norbert +Schwarz in the 1980s, based on German standards documents. He has attached +a notice, notably not actually claiming any copyright - see the file +"ocrbinfo" - saying that the fonts are "given to free non commercial use", +but commenting that he is only free to grant rights to his own work on the +digitization, because he did not design the original letter forms. He +suggests that there may be other copyright claims attached to the letter +forms themselves, which Schwarz credits as being originally designed by +"Adam Frutiger" [sic], almost certainly a mistake for Adrian Frutiger. My +(Matthew Skala's) understanding of copyright law, at least in the USA and +Canada, is that in fact typefaces per se cannot be subject to copyright +claims, so the software embodiment is the only thing subject to copyright +and Schwarz's release makes it available for whatever "non commercial use" +means. + +To avoid muddying the waters further, any copyright claims by Matthew Skala +on these files are hereby released to the public domain. I'd like for these +fonts to be freely usable even in marginally commercial applications, such +as to generate UPC labels for books that will be sold for profit, but it may +not be within my power to grant that myself because I didn't write the +Metafont files although I did do considerable, and probably copyrightable, +work on the translation to Postscript and TrueType. It was *not* a purely +automated process; try using the tools I used and see how far you get +without human editing! I'd also like for these fonts (the fonts themselves +as opposed to documents made with them) not to be sold, not even indirectly +by those Web sites that advertise "free downloads" but make it difficult to +actually download fonts without paying a fee. + +NOTE: This ZIP archive is a stripped-down version containing just the +essential files for using the main OCR B font on most systems. If you want +the much larger complete package, which contains Metafont sources and several +variant fonts (reverse-video, outline, and slanted), look for a ZIP archive +called ocrb-complete.zip wherever you found this one. + +Matthew Skala +mskala@ansuz.sooke.bc.ca +http://ansuz.sooke.bc.ca/ diff --git a/htdocs/MPDF57/utils/UnicodeData.txt b/htdocs/MPDF57/utils/UnicodeData.txt new file mode 100644 index 000000000..1dc7335b9 --- /dev/null +++ b/htdocs/MPDF57/utils/UnicodeData.txt @@ -0,0 +1,21488 @@ +0000;;Cc;0;BN;;;;;N;NULL;;;; +0001;;Cc;0;BN;;;;;N;START OF HEADING;;;; +0002;;Cc;0;BN;;;;;N;START OF TEXT;;;; +0003;;Cc;0;BN;;;;;N;END OF TEXT;;;; +0004;;Cc;0;BN;;;;;N;END OF TRANSMISSION;;;; +0005;;Cc;0;BN;;;;;N;ENQUIRY;;;; +0006;;Cc;0;BN;;;;;N;ACKNOWLEDGE;;;; +0007;;Cc;0;BN;;;;;N;BELL;;;; +0008;;Cc;0;BN;;;;;N;BACKSPACE;;;; +0009;;Cc;0;S;;;;;N;CHARACTER TABULATION;;;; +000A;;Cc;0;B;;;;;N;LINE FEED (LF);;;; +000B;;Cc;0;S;;;;;N;LINE TABULATION;;;; +000C;;Cc;0;WS;;;;;N;FORM FEED (FF);;;; +000D;;Cc;0;B;;;;;N;CARRIAGE RETURN (CR);;;; +000E;;Cc;0;BN;;;;;N;SHIFT OUT;;;; +000F;;Cc;0;BN;;;;;N;SHIFT IN;;;; +0010;;Cc;0;BN;;;;;N;DATA LINK ESCAPE;;;; +0011;;Cc;0;BN;;;;;N;DEVICE CONTROL ONE;;;; +0012;;Cc;0;BN;;;;;N;DEVICE CONTROL TWO;;;; +0013;;Cc;0;BN;;;;;N;DEVICE CONTROL THREE;;;; +0014;;Cc;0;BN;;;;;N;DEVICE CONTROL FOUR;;;; +0015;;Cc;0;BN;;;;;N;NEGATIVE ACKNOWLEDGE;;;; +0016;;Cc;0;BN;;;;;N;SYNCHRONOUS IDLE;;;; +0017;;Cc;0;BN;;;;;N;END OF TRANSMISSION BLOCK;;;; +0018;;Cc;0;BN;;;;;N;CANCEL;;;; +0019;;Cc;0;BN;;;;;N;END OF MEDIUM;;;; +001A;;Cc;0;BN;;;;;N;SUBSTITUTE;;;; +001B;;Cc;0;BN;;;;;N;ESCAPE;;;; +001C;;Cc;0;B;;;;;N;INFORMATION SEPARATOR FOUR;;;; +001D;;Cc;0;B;;;;;N;INFORMATION SEPARATOR THREE;;;; +001E;;Cc;0;B;;;;;N;INFORMATION SEPARATOR TWO;;;; +001F;;Cc;0;S;;;;;N;INFORMATION SEPARATOR ONE;;;; +0020;SPACE;Zs;0;WS;;;;;N;;;;; +0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; +0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;; +0023;NUMBER SIGN;Po;0;ET;;;;;N;;;;; +0024;DOLLAR SIGN;Sc;0;ET;;;;;N;;;;; +0025;PERCENT SIGN;Po;0;ET;;;;;N;;;;; +0026;AMPERSAND;Po;0;ON;;;;;N;;;;; +0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;; +0028;LEFT PARENTHESIS;Ps;0;ON;;;;;Y;OPENING PARENTHESIS;;;; +0029;RIGHT PARENTHESIS;Pe;0;ON;;;;;Y;CLOSING PARENTHESIS;;;; +002A;ASTERISK;Po;0;ON;;;;;N;;;;; +002B;PLUS SIGN;Sm;0;ES;;;;;N;;;;; +002C;COMMA;Po;0;CS;;;;;N;;;;; +002D;HYPHEN-MINUS;Pd;0;ES;;;;;N;;;;; +002E;FULL STOP;Po;0;CS;;;;;N;PERIOD;;;; +002F;SOLIDUS;Po;0;CS;;;;;N;SLASH;;;; +0030;DIGIT ZERO;Nd;0;EN;;0;0;0;N;;;;; +0031;DIGIT ONE;Nd;0;EN;;1;1;1;N;;;;; +0032;DIGIT TWO;Nd;0;EN;;2;2;2;N;;;;; +0033;DIGIT THREE;Nd;0;EN;;3;3;3;N;;;;; +0034;DIGIT FOUR;Nd;0;EN;;4;4;4;N;;;;; +0035;DIGIT FIVE;Nd;0;EN;;5;5;5;N;;;;; +0036;DIGIT SIX;Nd;0;EN;;6;6;6;N;;;;; +0037;DIGIT SEVEN;Nd;0;EN;;7;7;7;N;;;;; +0038;DIGIT EIGHT;Nd;0;EN;;8;8;8;N;;;;; +0039;DIGIT NINE;Nd;0;EN;;9;9;9;N;;;;; +003A;COLON;Po;0;CS;;;;;N;;;;; +003B;SEMICOLON;Po;0;ON;;;;;N;;;;; +003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;; +003D;EQUALS SIGN;Sm;0;ON;;;;;N;;;;; +003E;GREATER-THAN SIGN;Sm;0;ON;;;;;Y;;;;; +003F;QUESTION MARK;Po;0;ON;;;;;N;;;;; +0040;COMMERCIAL AT;Po;0;ON;;;;;N;;;;; +0041;LATIN CAPITAL LETTER A;Lu;0;L;;;;;N;;;;0061; +0042;LATIN CAPITAL LETTER B;Lu;0;L;;;;;N;;;;0062; +0043;LATIN CAPITAL LETTER C;Lu;0;L;;;;;N;;;;0063; +0044;LATIN CAPITAL LETTER D;Lu;0;L;;;;;N;;;;0064; +0045;LATIN CAPITAL LETTER E;Lu;0;L;;;;;N;;;;0065; +0046;LATIN CAPITAL LETTER F;Lu;0;L;;;;;N;;;;0066; +0047;LATIN CAPITAL LETTER G;Lu;0;L;;;;;N;;;;0067; +0048;LATIN CAPITAL LETTER H;Lu;0;L;;;;;N;;;;0068; +0049;LATIN CAPITAL LETTER I;Lu;0;L;;;;;N;;;;0069; +004A;LATIN CAPITAL LETTER J;Lu;0;L;;;;;N;;;;006A; +004B;LATIN CAPITAL LETTER K;Lu;0;L;;;;;N;;;;006B; +004C;LATIN CAPITAL LETTER L;Lu;0;L;;;;;N;;;;006C; +004D;LATIN CAPITAL LETTER M;Lu;0;L;;;;;N;;;;006D; +004E;LATIN CAPITAL LETTER N;Lu;0;L;;;;;N;;;;006E; +004F;LATIN CAPITAL LETTER O;Lu;0;L;;;;;N;;;;006F; +0050;LATIN CAPITAL LETTER P;Lu;0;L;;;;;N;;;;0070; +0051;LATIN CAPITAL LETTER Q;Lu;0;L;;;;;N;;;;0071; +0052;LATIN CAPITAL LETTER R;Lu;0;L;;;;;N;;;;0072; +0053;LATIN CAPITAL LETTER S;Lu;0;L;;;;;N;;;;0073; +0054;LATIN CAPITAL LETTER T;Lu;0;L;;;;;N;;;;0074; +0055;LATIN CAPITAL LETTER U;Lu;0;L;;;;;N;;;;0075; +0056;LATIN CAPITAL LETTER V;Lu;0;L;;;;;N;;;;0076; +0057;LATIN CAPITAL LETTER W;Lu;0;L;;;;;N;;;;0077; +0058;LATIN CAPITAL LETTER X;Lu;0;L;;;;;N;;;;0078; +0059;LATIN CAPITAL LETTER Y;Lu;0;L;;;;;N;;;;0079; +005A;LATIN CAPITAL LETTER Z;Lu;0;L;;;;;N;;;;007A; +005B;LEFT SQUARE BRACKET;Ps;0;ON;;;;;Y;OPENING SQUARE BRACKET;;;; +005C;REVERSE SOLIDUS;Po;0;ON;;;;;N;BACKSLASH;;;; +005D;RIGHT SQUARE BRACKET;Pe;0;ON;;;;;Y;CLOSING SQUARE BRACKET;;;; +005E;CIRCUMFLEX ACCENT;Sk;0;ON;;;;;N;SPACING CIRCUMFLEX;;;; +005F;LOW LINE;Pc;0;ON;;;;;N;SPACING UNDERSCORE;;;; +0060;GRAVE ACCENT;Sk;0;ON;;;;;N;SPACING GRAVE;;;; +0061;LATIN SMALL LETTER A;Ll;0;L;;;;;N;;;0041;;0041 +0062;LATIN SMALL LETTER B;Ll;0;L;;;;;N;;;0042;;0042 +0063;LATIN SMALL LETTER C;Ll;0;L;;;;;N;;;0043;;0043 +0064;LATIN SMALL LETTER D;Ll;0;L;;;;;N;;;0044;;0044 +0065;LATIN SMALL LETTER E;Ll;0;L;;;;;N;;;0045;;0045 +0066;LATIN SMALL LETTER F;Ll;0;L;;;;;N;;;0046;;0046 +0067;LATIN SMALL LETTER G;Ll;0;L;;;;;N;;;0047;;0047 +0068;LATIN SMALL LETTER H;Ll;0;L;;;;;N;;;0048;;0048 +0069;LATIN SMALL LETTER I;Ll;0;L;;;;;N;;;0049;;0049 +006A;LATIN SMALL LETTER J;Ll;0;L;;;;;N;;;004A;;004A +006B;LATIN SMALL LETTER K;Ll;0;L;;;;;N;;;004B;;004B +006C;LATIN SMALL LETTER L;Ll;0;L;;;;;N;;;004C;;004C +006D;LATIN SMALL LETTER M;Ll;0;L;;;;;N;;;004D;;004D +006E;LATIN SMALL LETTER N;Ll;0;L;;;;;N;;;004E;;004E +006F;LATIN SMALL LETTER O;Ll;0;L;;;;;N;;;004F;;004F +0070;LATIN SMALL LETTER P;Ll;0;L;;;;;N;;;0050;;0050 +0071;LATIN SMALL LETTER Q;Ll;0;L;;;;;N;;;0051;;0051 +0072;LATIN SMALL LETTER R;Ll;0;L;;;;;N;;;0052;;0052 +0073;LATIN SMALL LETTER S;Ll;0;L;;;;;N;;;0053;;0053 +0074;LATIN SMALL LETTER T;Ll;0;L;;;;;N;;;0054;;0054 +0075;LATIN SMALL LETTER U;Ll;0;L;;;;;N;;;0055;;0055 +0076;LATIN SMALL LETTER V;Ll;0;L;;;;;N;;;0056;;0056 +0077;LATIN SMALL LETTER W;Ll;0;L;;;;;N;;;0057;;0057 +0078;LATIN SMALL LETTER X;Ll;0;L;;;;;N;;;0058;;0058 +0079;LATIN SMALL LETTER Y;Ll;0;L;;;;;N;;;0059;;0059 +007A;LATIN SMALL LETTER Z;Ll;0;L;;;;;N;;;005A;;005A +007B;LEFT CURLY BRACKET;Ps;0;ON;;;;;Y;OPENING CURLY BRACKET;;;; +007C;VERTICAL LINE;Sm;0;ON;;;;;N;VERTICAL BAR;;;; +007D;RIGHT CURLY BRACKET;Pe;0;ON;;;;;Y;CLOSING CURLY BRACKET;;;; +007E;TILDE;Sm;0;ON;;;;;N;;;;; +007F;;Cc;0;BN;;;;;N;DELETE;;;; +0080;;Cc;0;BN;;;;;N;;;;; +0081;;Cc;0;BN;;;;;N;;;;; +0082;;Cc;0;BN;;;;;N;BREAK PERMITTED HERE;;;; +0083;;Cc;0;BN;;;;;N;NO BREAK HERE;;;; +0084;;Cc;0;BN;;;;;N;;;;; +0085;;Cc;0;B;;;;;N;NEXT LINE (NEL);;;; +0086;;Cc;0;BN;;;;;N;START OF SELECTED AREA;;;; +0087;;Cc;0;BN;;;;;N;END OF SELECTED AREA;;;; +0088;;Cc;0;BN;;;;;N;CHARACTER TABULATION SET;;;; +0089;;Cc;0;BN;;;;;N;CHARACTER TABULATION WITH JUSTIFICATION;;;; +008A;;Cc;0;BN;;;;;N;LINE TABULATION SET;;;; +008B;;Cc;0;BN;;;;;N;PARTIAL LINE FORWARD;;;; +008C;;Cc;0;BN;;;;;N;PARTIAL LINE BACKWARD;;;; +008D;;Cc;0;BN;;;;;N;REVERSE LINE FEED;;;; +008E;;Cc;0;BN;;;;;N;SINGLE SHIFT TWO;;;; +008F;;Cc;0;BN;;;;;N;SINGLE SHIFT THREE;;;; +0090;;Cc;0;BN;;;;;N;DEVICE CONTROL STRING;;;; +0091;;Cc;0;BN;;;;;N;PRIVATE USE ONE;;;; +0092;;Cc;0;BN;;;;;N;PRIVATE USE TWO;;;; +0093;;Cc;0;BN;;;;;N;SET TRANSMIT STATE;;;; +0094;;Cc;0;BN;;;;;N;CANCEL CHARACTER;;;; +0095;;Cc;0;BN;;;;;N;MESSAGE WAITING;;;; +0096;;Cc;0;BN;;;;;N;START OF GUARDED AREA;;;; +0097;;Cc;0;BN;;;;;N;END OF GUARDED AREA;;;; +0098;;Cc;0;BN;;;;;N;START OF STRING;;;; +0099;;Cc;0;BN;;;;;N;;;;; +009A;;Cc;0;BN;;;;;N;SINGLE CHARACTER INTRODUCER;;;; +009B;;Cc;0;BN;;;;;N;CONTROL SEQUENCE INTRODUCER;;;; +009C;;Cc;0;BN;;;;;N;STRING TERMINATOR;;;; +009D;;Cc;0;BN;;;;;N;OPERATING SYSTEM COMMAND;;;; +009E;;Cc;0;BN;;;;;N;PRIVACY MESSAGE;;;; +009F;;Cc;0;BN;;;;;N;APPLICATION PROGRAM COMMAND;;;; +00A0;NO-BREAK SPACE;Zs;0;CS; 0020;;;;N;NON-BREAKING SPACE;;;; +00A1;INVERTED EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; +00A2;CENT SIGN;Sc;0;ET;;;;;N;;;;; +00A3;POUND SIGN;Sc;0;ET;;;;;N;;;;; +00A4;CURRENCY SIGN;Sc;0;ET;;;;;N;;;;; +00A5;YEN SIGN;Sc;0;ET;;;;;N;;;;; +00A6;BROKEN BAR;So;0;ON;;;;;N;BROKEN VERTICAL BAR;;;; +00A7;SECTION SIGN;So;0;ON;;;;;N;;;;; +00A8;DIAERESIS;Sk;0;ON; 0020 0308;;;;N;SPACING DIAERESIS;;;; +00A9;COPYRIGHT SIGN;So;0;ON;;;;;N;;;;; +00AA;FEMININE ORDINAL INDICATOR;Ll;0;L; 0061;;;;N;;;;; +00AB;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK;Pi;0;ON;;;;;Y;LEFT POINTING GUILLEMET;;;; +00AC;NOT SIGN;Sm;0;ON;;;;;N;;;;; +00AD;SOFT HYPHEN;Cf;0;BN;;;;;N;;;;; +00AE;REGISTERED SIGN;So;0;ON;;;;;N;REGISTERED TRADE MARK SIGN;;;; +00AF;MACRON;Sk;0;ON; 0020 0304;;;;N;SPACING MACRON;;;; +00B0;DEGREE SIGN;So;0;ET;;;;;N;;;;; +00B1;PLUS-MINUS SIGN;Sm;0;ET;;;;;N;PLUS-OR-MINUS SIGN;;;; +00B2;SUPERSCRIPT TWO;No;0;EN; 0032;;2;2;N;SUPERSCRIPT DIGIT TWO;;;; +00B3;SUPERSCRIPT THREE;No;0;EN; 0033;;3;3;N;SUPERSCRIPT DIGIT THREE;;;; +00B4;ACUTE ACCENT;Sk;0;ON; 0020 0301;;;;N;SPACING ACUTE;;;; +00B5;MICRO SIGN;Ll;0;L; 03BC;;;;N;;;039C;;039C +00B6;PILCROW SIGN;So;0;ON;;;;;N;PARAGRAPH SIGN;;;; +00B7;MIDDLE DOT;Po;0;ON;;;;;N;;;;; +00B8;CEDILLA;Sk;0;ON; 0020 0327;;;;N;SPACING CEDILLA;;;; +00B9;SUPERSCRIPT ONE;No;0;EN; 0031;;1;1;N;SUPERSCRIPT DIGIT ONE;;;; +00BA;MASCULINE ORDINAL INDICATOR;Ll;0;L; 006F;;;;N;;;;; +00BB;RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK;Pf;0;ON;;;;;Y;RIGHT POINTING GUILLEMET;;;; +00BC;VULGAR FRACTION ONE QUARTER;No;0;ON; 0031 2044 0034;;;1/4;N;FRACTION ONE QUARTER;;;; +00BD;VULGAR FRACTION ONE HALF;No;0;ON; 0031 2044 0032;;;1/2;N;FRACTION ONE HALF;;;; +00BE;VULGAR FRACTION THREE QUARTERS;No;0;ON; 0033 2044 0034;;;3/4;N;FRACTION THREE QUARTERS;;;; +00BF;INVERTED QUESTION MARK;Po;0;ON;;;;;N;;;;; +00C0;LATIN CAPITAL LETTER A WITH GRAVE;Lu;0;L;0041 0300;;;;N;LATIN CAPITAL LETTER A GRAVE;;;00E0; +00C1;LATIN CAPITAL LETTER A WITH ACUTE;Lu;0;L;0041 0301;;;;N;LATIN CAPITAL LETTER A ACUTE;;;00E1; +00C2;LATIN CAPITAL LETTER A WITH CIRCUMFLEX;Lu;0;L;0041 0302;;;;N;LATIN CAPITAL LETTER A CIRCUMFLEX;;;00E2; +00C3;LATIN CAPITAL LETTER A WITH TILDE;Lu;0;L;0041 0303;;;;N;LATIN CAPITAL LETTER A TILDE;;;00E3; +00C4;LATIN CAPITAL LETTER A WITH DIAERESIS;Lu;0;L;0041 0308;;;;N;LATIN CAPITAL LETTER A DIAERESIS;;;00E4; +00C5;LATIN CAPITAL LETTER A WITH RING ABOVE;Lu;0;L;0041 030A;;;;N;LATIN CAPITAL LETTER A RING;;;00E5; +00C6;LATIN CAPITAL LETTER AE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER A E;;;00E6; +00C7;LATIN CAPITAL LETTER C WITH CEDILLA;Lu;0;L;0043 0327;;;;N;LATIN CAPITAL LETTER C CEDILLA;;;00E7; +00C8;LATIN CAPITAL LETTER E WITH GRAVE;Lu;0;L;0045 0300;;;;N;LATIN CAPITAL LETTER E GRAVE;;;00E8; +00C9;LATIN CAPITAL LETTER E WITH ACUTE;Lu;0;L;0045 0301;;;;N;LATIN CAPITAL LETTER E ACUTE;;;00E9; +00CA;LATIN CAPITAL LETTER E WITH CIRCUMFLEX;Lu;0;L;0045 0302;;;;N;LATIN CAPITAL LETTER E CIRCUMFLEX;;;00EA; +00CB;LATIN CAPITAL LETTER E WITH DIAERESIS;Lu;0;L;0045 0308;;;;N;LATIN CAPITAL LETTER E DIAERESIS;;;00EB; +00CC;LATIN CAPITAL LETTER I WITH GRAVE;Lu;0;L;0049 0300;;;;N;LATIN CAPITAL LETTER I GRAVE;;;00EC; +00CD;LATIN CAPITAL LETTER I WITH ACUTE;Lu;0;L;0049 0301;;;;N;LATIN CAPITAL LETTER I ACUTE;;;00ED; +00CE;LATIN CAPITAL LETTER I WITH CIRCUMFLEX;Lu;0;L;0049 0302;;;;N;LATIN CAPITAL LETTER I CIRCUMFLEX;;;00EE; +00CF;LATIN CAPITAL LETTER I WITH DIAERESIS;Lu;0;L;0049 0308;;;;N;LATIN CAPITAL LETTER I DIAERESIS;;;00EF; +00D0;LATIN CAPITAL LETTER ETH;Lu;0;L;;;;;N;;;;00F0; +00D1;LATIN CAPITAL LETTER N WITH TILDE;Lu;0;L;004E 0303;;;;N;LATIN CAPITAL LETTER N TILDE;;;00F1; +00D2;LATIN CAPITAL LETTER O WITH GRAVE;Lu;0;L;004F 0300;;;;N;LATIN CAPITAL LETTER O GRAVE;;;00F2; +00D3;LATIN CAPITAL LETTER O WITH ACUTE;Lu;0;L;004F 0301;;;;N;LATIN CAPITAL LETTER O ACUTE;;;00F3; +00D4;LATIN CAPITAL LETTER O WITH CIRCUMFLEX;Lu;0;L;004F 0302;;;;N;LATIN CAPITAL LETTER O CIRCUMFLEX;;;00F4; +00D5;LATIN CAPITAL LETTER O WITH TILDE;Lu;0;L;004F 0303;;;;N;LATIN CAPITAL LETTER O TILDE;;;00F5; +00D6;LATIN CAPITAL LETTER O WITH DIAERESIS;Lu;0;L;004F 0308;;;;N;LATIN CAPITAL LETTER O DIAERESIS;;;00F6; +00D7;MULTIPLICATION SIGN;Sm;0;ON;;;;;N;;;;; +00D8;LATIN CAPITAL LETTER O WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER O SLASH;;;00F8; +00D9;LATIN CAPITAL LETTER U WITH GRAVE;Lu;0;L;0055 0300;;;;N;LATIN CAPITAL LETTER U GRAVE;;;00F9; +00DA;LATIN CAPITAL LETTER U WITH ACUTE;Lu;0;L;0055 0301;;;;N;LATIN CAPITAL LETTER U ACUTE;;;00FA; +00DB;LATIN CAPITAL LETTER U WITH CIRCUMFLEX;Lu;0;L;0055 0302;;;;N;LATIN CAPITAL LETTER U CIRCUMFLEX;;;00FB; +00DC;LATIN CAPITAL LETTER U WITH DIAERESIS;Lu;0;L;0055 0308;;;;N;LATIN CAPITAL LETTER U DIAERESIS;;;00FC; +00DD;LATIN CAPITAL LETTER Y WITH ACUTE;Lu;0;L;0059 0301;;;;N;LATIN CAPITAL LETTER Y ACUTE;;;00FD; +00DE;LATIN CAPITAL LETTER THORN;Lu;0;L;;;;;N;;;;00FE; +00DF;LATIN SMALL LETTER SHARP S;Ll;0;L;;;;;N;;;;; +00E0;LATIN SMALL LETTER A WITH GRAVE;Ll;0;L;0061 0300;;;;N;LATIN SMALL LETTER A GRAVE;;00C0;;00C0 +00E1;LATIN SMALL LETTER A WITH ACUTE;Ll;0;L;0061 0301;;;;N;LATIN SMALL LETTER A ACUTE;;00C1;;00C1 +00E2;LATIN SMALL LETTER A WITH CIRCUMFLEX;Ll;0;L;0061 0302;;;;N;LATIN SMALL LETTER A CIRCUMFLEX;;00C2;;00C2 +00E3;LATIN SMALL LETTER A WITH TILDE;Ll;0;L;0061 0303;;;;N;LATIN SMALL LETTER A TILDE;;00C3;;00C3 +00E4;LATIN SMALL LETTER A WITH DIAERESIS;Ll;0;L;0061 0308;;;;N;LATIN SMALL LETTER A DIAERESIS;;00C4;;00C4 +00E5;LATIN SMALL LETTER A WITH RING ABOVE;Ll;0;L;0061 030A;;;;N;LATIN SMALL LETTER A RING;;00C5;;00C5 +00E6;LATIN SMALL LETTER AE;Ll;0;L;;;;;N;LATIN SMALL LETTER A E;;00C6;;00C6 +00E7;LATIN SMALL LETTER C WITH CEDILLA;Ll;0;L;0063 0327;;;;N;LATIN SMALL LETTER C CEDILLA;;00C7;;00C7 +00E8;LATIN SMALL LETTER E WITH GRAVE;Ll;0;L;0065 0300;;;;N;LATIN SMALL LETTER E GRAVE;;00C8;;00C8 +00E9;LATIN SMALL LETTER E WITH ACUTE;Ll;0;L;0065 0301;;;;N;LATIN SMALL LETTER E ACUTE;;00C9;;00C9 +00EA;LATIN SMALL LETTER E WITH CIRCUMFLEX;Ll;0;L;0065 0302;;;;N;LATIN SMALL LETTER E CIRCUMFLEX;;00CA;;00CA +00EB;LATIN SMALL LETTER E WITH DIAERESIS;Ll;0;L;0065 0308;;;;N;LATIN SMALL LETTER E DIAERESIS;;00CB;;00CB +00EC;LATIN SMALL LETTER I WITH GRAVE;Ll;0;L;0069 0300;;;;N;LATIN SMALL LETTER I GRAVE;;00CC;;00CC +00ED;LATIN SMALL LETTER I WITH ACUTE;Ll;0;L;0069 0301;;;;N;LATIN SMALL LETTER I ACUTE;;00CD;;00CD +00EE;LATIN SMALL LETTER I WITH CIRCUMFLEX;Ll;0;L;0069 0302;;;;N;LATIN SMALL LETTER I CIRCUMFLEX;;00CE;;00CE +00EF;LATIN SMALL LETTER I WITH DIAERESIS;Ll;0;L;0069 0308;;;;N;LATIN SMALL LETTER I DIAERESIS;;00CF;;00CF +00F0;LATIN SMALL LETTER ETH;Ll;0;L;;;;;N;;;00D0;;00D0 +00F1;LATIN SMALL LETTER N WITH TILDE;Ll;0;L;006E 0303;;;;N;LATIN SMALL LETTER N TILDE;;00D1;;00D1 +00F2;LATIN SMALL LETTER O WITH GRAVE;Ll;0;L;006F 0300;;;;N;LATIN SMALL LETTER O GRAVE;;00D2;;00D2 +00F3;LATIN SMALL LETTER O WITH ACUTE;Ll;0;L;006F 0301;;;;N;LATIN SMALL LETTER O ACUTE;;00D3;;00D3 +00F4;LATIN SMALL LETTER O WITH CIRCUMFLEX;Ll;0;L;006F 0302;;;;N;LATIN SMALL LETTER O CIRCUMFLEX;;00D4;;00D4 +00F5;LATIN SMALL LETTER O WITH TILDE;Ll;0;L;006F 0303;;;;N;LATIN SMALL LETTER O TILDE;;00D5;;00D5 +00F6;LATIN SMALL LETTER O WITH DIAERESIS;Ll;0;L;006F 0308;;;;N;LATIN SMALL LETTER O DIAERESIS;;00D6;;00D6 +00F7;DIVISION SIGN;Sm;0;ON;;;;;N;;;;; +00F8;LATIN SMALL LETTER O WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER O SLASH;;00D8;;00D8 +00F9;LATIN SMALL LETTER U WITH GRAVE;Ll;0;L;0075 0300;;;;N;LATIN SMALL LETTER U GRAVE;;00D9;;00D9 +00FA;LATIN SMALL LETTER U WITH ACUTE;Ll;0;L;0075 0301;;;;N;LATIN SMALL LETTER U ACUTE;;00DA;;00DA +00FB;LATIN SMALL LETTER U WITH CIRCUMFLEX;Ll;0;L;0075 0302;;;;N;LATIN SMALL LETTER U CIRCUMFLEX;;00DB;;00DB +00FC;LATIN SMALL LETTER U WITH DIAERESIS;Ll;0;L;0075 0308;;;;N;LATIN SMALL LETTER U DIAERESIS;;00DC;;00DC +00FD;LATIN SMALL LETTER Y WITH ACUTE;Ll;0;L;0079 0301;;;;N;LATIN SMALL LETTER Y ACUTE;;00DD;;00DD +00FE;LATIN SMALL LETTER THORN;Ll;0;L;;;;;N;;;00DE;;00DE +00FF;LATIN SMALL LETTER Y WITH DIAERESIS;Ll;0;L;0079 0308;;;;N;LATIN SMALL LETTER Y DIAERESIS;;0178;;0178 +0100;LATIN CAPITAL LETTER A WITH MACRON;Lu;0;L;0041 0304;;;;N;LATIN CAPITAL LETTER A MACRON;;;0101; +0101;LATIN SMALL LETTER A WITH MACRON;Ll;0;L;0061 0304;;;;N;LATIN SMALL LETTER A MACRON;;0100;;0100 +0102;LATIN CAPITAL LETTER A WITH BREVE;Lu;0;L;0041 0306;;;;N;LATIN CAPITAL LETTER A BREVE;;;0103; +0103;LATIN SMALL LETTER A WITH BREVE;Ll;0;L;0061 0306;;;;N;LATIN SMALL LETTER A BREVE;;0102;;0102 +0104;LATIN CAPITAL LETTER A WITH OGONEK;Lu;0;L;0041 0328;;;;N;LATIN CAPITAL LETTER A OGONEK;;;0105; +0105;LATIN SMALL LETTER A WITH OGONEK;Ll;0;L;0061 0328;;;;N;LATIN SMALL LETTER A OGONEK;;0104;;0104 +0106;LATIN CAPITAL LETTER C WITH ACUTE;Lu;0;L;0043 0301;;;;N;LATIN CAPITAL LETTER C ACUTE;;;0107; +0107;LATIN SMALL LETTER C WITH ACUTE;Ll;0;L;0063 0301;;;;N;LATIN SMALL LETTER C ACUTE;;0106;;0106 +0108;LATIN CAPITAL LETTER C WITH CIRCUMFLEX;Lu;0;L;0043 0302;;;;N;LATIN CAPITAL LETTER C CIRCUMFLEX;;;0109; +0109;LATIN SMALL LETTER C WITH CIRCUMFLEX;Ll;0;L;0063 0302;;;;N;LATIN SMALL LETTER C CIRCUMFLEX;;0108;;0108 +010A;LATIN CAPITAL LETTER C WITH DOT ABOVE;Lu;0;L;0043 0307;;;;N;LATIN CAPITAL LETTER C DOT;;;010B; +010B;LATIN SMALL LETTER C WITH DOT ABOVE;Ll;0;L;0063 0307;;;;N;LATIN SMALL LETTER C DOT;;010A;;010A +010C;LATIN CAPITAL LETTER C WITH CARON;Lu;0;L;0043 030C;;;;N;LATIN CAPITAL LETTER C HACEK;;;010D; +010D;LATIN SMALL LETTER C WITH CARON;Ll;0;L;0063 030C;;;;N;LATIN SMALL LETTER C HACEK;;010C;;010C +010E;LATIN CAPITAL LETTER D WITH CARON;Lu;0;L;0044 030C;;;;N;LATIN CAPITAL LETTER D HACEK;;;010F; +010F;LATIN SMALL LETTER D WITH CARON;Ll;0;L;0064 030C;;;;N;LATIN SMALL LETTER D HACEK;;010E;;010E +0110;LATIN CAPITAL LETTER D WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER D BAR;;;0111; +0111;LATIN SMALL LETTER D WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER D BAR;;0110;;0110 +0112;LATIN CAPITAL LETTER E WITH MACRON;Lu;0;L;0045 0304;;;;N;LATIN CAPITAL LETTER E MACRON;;;0113; +0113;LATIN SMALL LETTER E WITH MACRON;Ll;0;L;0065 0304;;;;N;LATIN SMALL LETTER E MACRON;;0112;;0112 +0114;LATIN CAPITAL LETTER E WITH BREVE;Lu;0;L;0045 0306;;;;N;LATIN CAPITAL LETTER E BREVE;;;0115; +0115;LATIN SMALL LETTER E WITH BREVE;Ll;0;L;0065 0306;;;;N;LATIN SMALL LETTER E BREVE;;0114;;0114 +0116;LATIN CAPITAL LETTER E WITH DOT ABOVE;Lu;0;L;0045 0307;;;;N;LATIN CAPITAL LETTER E DOT;;;0117; +0117;LATIN SMALL LETTER E WITH DOT ABOVE;Ll;0;L;0065 0307;;;;N;LATIN SMALL LETTER E DOT;;0116;;0116 +0118;LATIN CAPITAL LETTER E WITH OGONEK;Lu;0;L;0045 0328;;;;N;LATIN CAPITAL LETTER E OGONEK;;;0119; +0119;LATIN SMALL LETTER E WITH OGONEK;Ll;0;L;0065 0328;;;;N;LATIN SMALL LETTER E OGONEK;;0118;;0118 +011A;LATIN CAPITAL LETTER E WITH CARON;Lu;0;L;0045 030C;;;;N;LATIN CAPITAL LETTER E HACEK;;;011B; +011B;LATIN SMALL LETTER E WITH CARON;Ll;0;L;0065 030C;;;;N;LATIN SMALL LETTER E HACEK;;011A;;011A +011C;LATIN CAPITAL LETTER G WITH CIRCUMFLEX;Lu;0;L;0047 0302;;;;N;LATIN CAPITAL LETTER G CIRCUMFLEX;;;011D; +011D;LATIN SMALL LETTER G WITH CIRCUMFLEX;Ll;0;L;0067 0302;;;;N;LATIN SMALL LETTER G CIRCUMFLEX;;011C;;011C +011E;LATIN CAPITAL LETTER G WITH BREVE;Lu;0;L;0047 0306;;;;N;LATIN CAPITAL LETTER G BREVE;;;011F; +011F;LATIN SMALL LETTER G WITH BREVE;Ll;0;L;0067 0306;;;;N;LATIN SMALL LETTER G BREVE;;011E;;011E +0120;LATIN CAPITAL LETTER G WITH DOT ABOVE;Lu;0;L;0047 0307;;;;N;LATIN CAPITAL LETTER G DOT;;;0121; +0121;LATIN SMALL LETTER G WITH DOT ABOVE;Ll;0;L;0067 0307;;;;N;LATIN SMALL LETTER G DOT;;0120;;0120 +0122;LATIN CAPITAL LETTER G WITH CEDILLA;Lu;0;L;0047 0327;;;;N;LATIN CAPITAL LETTER G CEDILLA;;;0123; +0123;LATIN SMALL LETTER G WITH CEDILLA;Ll;0;L;0067 0327;;;;N;LATIN SMALL LETTER G CEDILLA;;0122;;0122 +0124;LATIN CAPITAL LETTER H WITH CIRCUMFLEX;Lu;0;L;0048 0302;;;;N;LATIN CAPITAL LETTER H CIRCUMFLEX;;;0125; +0125;LATIN SMALL LETTER H WITH CIRCUMFLEX;Ll;0;L;0068 0302;;;;N;LATIN SMALL LETTER H CIRCUMFLEX;;0124;;0124 +0126;LATIN CAPITAL LETTER H WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER H BAR;;;0127; +0127;LATIN SMALL LETTER H WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER H BAR;;0126;;0126 +0128;LATIN CAPITAL LETTER I WITH TILDE;Lu;0;L;0049 0303;;;;N;LATIN CAPITAL LETTER I TILDE;;;0129; +0129;LATIN SMALL LETTER I WITH TILDE;Ll;0;L;0069 0303;;;;N;LATIN SMALL LETTER I TILDE;;0128;;0128 +012A;LATIN CAPITAL LETTER I WITH MACRON;Lu;0;L;0049 0304;;;;N;LATIN CAPITAL LETTER I MACRON;;;012B; +012B;LATIN SMALL LETTER I WITH MACRON;Ll;0;L;0069 0304;;;;N;LATIN SMALL LETTER I MACRON;;012A;;012A +012C;LATIN CAPITAL LETTER I WITH BREVE;Lu;0;L;0049 0306;;;;N;LATIN CAPITAL LETTER I BREVE;;;012D; +012D;LATIN SMALL LETTER I WITH BREVE;Ll;0;L;0069 0306;;;;N;LATIN SMALL LETTER I BREVE;;012C;;012C +012E;LATIN CAPITAL LETTER I WITH OGONEK;Lu;0;L;0049 0328;;;;N;LATIN CAPITAL LETTER I OGONEK;;;012F; +012F;LATIN SMALL LETTER I WITH OGONEK;Ll;0;L;0069 0328;;;;N;LATIN SMALL LETTER I OGONEK;;012E;;012E +0130;LATIN CAPITAL LETTER I WITH DOT ABOVE;Lu;0;L;0049 0307;;;;N;LATIN CAPITAL LETTER I DOT;;;0069; +0131;LATIN SMALL LETTER DOTLESS I;Ll;0;L;;;;;N;;;0049;;0049 +0132;LATIN CAPITAL LIGATURE IJ;Lu;0;L; 0049 004A;;;;N;LATIN CAPITAL LETTER I J;;;0133; +0133;LATIN SMALL LIGATURE IJ;Ll;0;L; 0069 006A;;;;N;LATIN SMALL LETTER I J;;0132;;0132 +0134;LATIN CAPITAL LETTER J WITH CIRCUMFLEX;Lu;0;L;004A 0302;;;;N;LATIN CAPITAL LETTER J CIRCUMFLEX;;;0135; +0135;LATIN SMALL LETTER J WITH CIRCUMFLEX;Ll;0;L;006A 0302;;;;N;LATIN SMALL LETTER J CIRCUMFLEX;;0134;;0134 +0136;LATIN CAPITAL LETTER K WITH CEDILLA;Lu;0;L;004B 0327;;;;N;LATIN CAPITAL LETTER K CEDILLA;;;0137; +0137;LATIN SMALL LETTER K WITH CEDILLA;Ll;0;L;006B 0327;;;;N;LATIN SMALL LETTER K CEDILLA;;0136;;0136 +0138;LATIN SMALL LETTER KRA;Ll;0;L;;;;;N;;;;; +0139;LATIN CAPITAL LETTER L WITH ACUTE;Lu;0;L;004C 0301;;;;N;LATIN CAPITAL LETTER L ACUTE;;;013A; +013A;LATIN SMALL LETTER L WITH ACUTE;Ll;0;L;006C 0301;;;;N;LATIN SMALL LETTER L ACUTE;;0139;;0139 +013B;LATIN CAPITAL LETTER L WITH CEDILLA;Lu;0;L;004C 0327;;;;N;LATIN CAPITAL LETTER L CEDILLA;;;013C; +013C;LATIN SMALL LETTER L WITH CEDILLA;Ll;0;L;006C 0327;;;;N;LATIN SMALL LETTER L CEDILLA;;013B;;013B +013D;LATIN CAPITAL LETTER L WITH CARON;Lu;0;L;004C 030C;;;;N;LATIN CAPITAL LETTER L HACEK;;;013E; +013E;LATIN SMALL LETTER L WITH CARON;Ll;0;L;006C 030C;;;;N;LATIN SMALL LETTER L HACEK;;013D;;013D +013F;LATIN CAPITAL LETTER L WITH MIDDLE DOT;Lu;0;L; 004C 00B7;;;;N;;;;0140; +0140;LATIN SMALL LETTER L WITH MIDDLE DOT;Ll;0;L; 006C 00B7;;;;N;;;013F;;013F +0141;LATIN CAPITAL LETTER L WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER L SLASH;;;0142; +0142;LATIN SMALL LETTER L WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER L SLASH;;0141;;0141 +0143;LATIN CAPITAL LETTER N WITH ACUTE;Lu;0;L;004E 0301;;;;N;LATIN CAPITAL LETTER N ACUTE;;;0144; +0144;LATIN SMALL LETTER N WITH ACUTE;Ll;0;L;006E 0301;;;;N;LATIN SMALL LETTER N ACUTE;;0143;;0143 +0145;LATIN CAPITAL LETTER N WITH CEDILLA;Lu;0;L;004E 0327;;;;N;LATIN CAPITAL LETTER N CEDILLA;;;0146; +0146;LATIN SMALL LETTER N WITH CEDILLA;Ll;0;L;006E 0327;;;;N;LATIN SMALL LETTER N CEDILLA;;0145;;0145 +0147;LATIN CAPITAL LETTER N WITH CARON;Lu;0;L;004E 030C;;;;N;LATIN CAPITAL LETTER N HACEK;;;0148; +0148;LATIN SMALL LETTER N WITH CARON;Ll;0;L;006E 030C;;;;N;LATIN SMALL LETTER N HACEK;;0147;;0147 +0149;LATIN SMALL LETTER N PRECEDED BY APOSTROPHE;Ll;0;L; 02BC 006E;;;;N;LATIN SMALL LETTER APOSTROPHE N;;;; +014A;LATIN CAPITAL LETTER ENG;Lu;0;L;;;;;N;;;;014B; +014B;LATIN SMALL LETTER ENG;Ll;0;L;;;;;N;;;014A;;014A +014C;LATIN CAPITAL LETTER O WITH MACRON;Lu;0;L;004F 0304;;;;N;LATIN CAPITAL LETTER O MACRON;;;014D; +014D;LATIN SMALL LETTER O WITH MACRON;Ll;0;L;006F 0304;;;;N;LATIN SMALL LETTER O MACRON;;014C;;014C +014E;LATIN CAPITAL LETTER O WITH BREVE;Lu;0;L;004F 0306;;;;N;LATIN CAPITAL LETTER O BREVE;;;014F; +014F;LATIN SMALL LETTER O WITH BREVE;Ll;0;L;006F 0306;;;;N;LATIN SMALL LETTER O BREVE;;014E;;014E +0150;LATIN CAPITAL LETTER O WITH DOUBLE ACUTE;Lu;0;L;004F 030B;;;;N;LATIN CAPITAL LETTER O DOUBLE ACUTE;;;0151; +0151;LATIN SMALL LETTER O WITH DOUBLE ACUTE;Ll;0;L;006F 030B;;;;N;LATIN SMALL LETTER O DOUBLE ACUTE;;0150;;0150 +0152;LATIN CAPITAL LIGATURE OE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER O E;;;0153; +0153;LATIN SMALL LIGATURE OE;Ll;0;L;;;;;N;LATIN SMALL LETTER O E;;0152;;0152 +0154;LATIN CAPITAL LETTER R WITH ACUTE;Lu;0;L;0052 0301;;;;N;LATIN CAPITAL LETTER R ACUTE;;;0155; +0155;LATIN SMALL LETTER R WITH ACUTE;Ll;0;L;0072 0301;;;;N;LATIN SMALL LETTER R ACUTE;;0154;;0154 +0156;LATIN CAPITAL LETTER R WITH CEDILLA;Lu;0;L;0052 0327;;;;N;LATIN CAPITAL LETTER R CEDILLA;;;0157; +0157;LATIN SMALL LETTER R WITH CEDILLA;Ll;0;L;0072 0327;;;;N;LATIN SMALL LETTER R CEDILLA;;0156;;0156 +0158;LATIN CAPITAL LETTER R WITH CARON;Lu;0;L;0052 030C;;;;N;LATIN CAPITAL LETTER R HACEK;;;0159; +0159;LATIN SMALL LETTER R WITH CARON;Ll;0;L;0072 030C;;;;N;LATIN SMALL LETTER R HACEK;;0158;;0158 +015A;LATIN CAPITAL LETTER S WITH ACUTE;Lu;0;L;0053 0301;;;;N;LATIN CAPITAL LETTER S ACUTE;;;015B; +015B;LATIN SMALL LETTER S WITH ACUTE;Ll;0;L;0073 0301;;;;N;LATIN SMALL LETTER S ACUTE;;015A;;015A +015C;LATIN CAPITAL LETTER S WITH CIRCUMFLEX;Lu;0;L;0053 0302;;;;N;LATIN CAPITAL LETTER S CIRCUMFLEX;;;015D; +015D;LATIN SMALL LETTER S WITH CIRCUMFLEX;Ll;0;L;0073 0302;;;;N;LATIN SMALL LETTER S CIRCUMFLEX;;015C;;015C +015E;LATIN CAPITAL LETTER S WITH CEDILLA;Lu;0;L;0053 0327;;;;N;LATIN CAPITAL LETTER S CEDILLA;;;015F; +015F;LATIN SMALL LETTER S WITH CEDILLA;Ll;0;L;0073 0327;;;;N;LATIN SMALL LETTER S CEDILLA;;015E;;015E +0160;LATIN CAPITAL LETTER S WITH CARON;Lu;0;L;0053 030C;;;;N;LATIN CAPITAL LETTER S HACEK;;;0161; +0161;LATIN SMALL LETTER S WITH CARON;Ll;0;L;0073 030C;;;;N;LATIN SMALL LETTER S HACEK;;0160;;0160 +0162;LATIN CAPITAL LETTER T WITH CEDILLA;Lu;0;L;0054 0327;;;;N;LATIN CAPITAL LETTER T CEDILLA;;;0163; +0163;LATIN SMALL LETTER T WITH CEDILLA;Ll;0;L;0074 0327;;;;N;LATIN SMALL LETTER T CEDILLA;;0162;;0162 +0164;LATIN CAPITAL LETTER T WITH CARON;Lu;0;L;0054 030C;;;;N;LATIN CAPITAL LETTER T HACEK;;;0165; +0165;LATIN SMALL LETTER T WITH CARON;Ll;0;L;0074 030C;;;;N;LATIN SMALL LETTER T HACEK;;0164;;0164 +0166;LATIN CAPITAL LETTER T WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER T BAR;;;0167; +0167;LATIN SMALL LETTER T WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER T BAR;;0166;;0166 +0168;LATIN CAPITAL LETTER U WITH TILDE;Lu;0;L;0055 0303;;;;N;LATIN CAPITAL LETTER U TILDE;;;0169; +0169;LATIN SMALL LETTER U WITH TILDE;Ll;0;L;0075 0303;;;;N;LATIN SMALL LETTER U TILDE;;0168;;0168 +016A;LATIN CAPITAL LETTER U WITH MACRON;Lu;0;L;0055 0304;;;;N;LATIN CAPITAL LETTER U MACRON;;;016B; +016B;LATIN SMALL LETTER U WITH MACRON;Ll;0;L;0075 0304;;;;N;LATIN SMALL LETTER U MACRON;;016A;;016A +016C;LATIN CAPITAL LETTER U WITH BREVE;Lu;0;L;0055 0306;;;;N;LATIN CAPITAL LETTER U BREVE;;;016D; +016D;LATIN SMALL LETTER U WITH BREVE;Ll;0;L;0075 0306;;;;N;LATIN SMALL LETTER U BREVE;;016C;;016C +016E;LATIN CAPITAL LETTER U WITH RING ABOVE;Lu;0;L;0055 030A;;;;N;LATIN CAPITAL LETTER U RING;;;016F; +016F;LATIN SMALL LETTER U WITH RING ABOVE;Ll;0;L;0075 030A;;;;N;LATIN SMALL LETTER U RING;;016E;;016E +0170;LATIN CAPITAL LETTER U WITH DOUBLE ACUTE;Lu;0;L;0055 030B;;;;N;LATIN CAPITAL LETTER U DOUBLE ACUTE;;;0171; +0171;LATIN SMALL LETTER U WITH DOUBLE ACUTE;Ll;0;L;0075 030B;;;;N;LATIN SMALL LETTER U DOUBLE ACUTE;;0170;;0170 +0172;LATIN CAPITAL LETTER U WITH OGONEK;Lu;0;L;0055 0328;;;;N;LATIN CAPITAL LETTER U OGONEK;;;0173; +0173;LATIN SMALL LETTER U WITH OGONEK;Ll;0;L;0075 0328;;;;N;LATIN SMALL LETTER U OGONEK;;0172;;0172 +0174;LATIN CAPITAL LETTER W WITH CIRCUMFLEX;Lu;0;L;0057 0302;;;;N;LATIN CAPITAL LETTER W CIRCUMFLEX;;;0175; +0175;LATIN SMALL LETTER W WITH CIRCUMFLEX;Ll;0;L;0077 0302;;;;N;LATIN SMALL LETTER W CIRCUMFLEX;;0174;;0174 +0176;LATIN CAPITAL LETTER Y WITH CIRCUMFLEX;Lu;0;L;0059 0302;;;;N;LATIN CAPITAL LETTER Y CIRCUMFLEX;;;0177; +0177;LATIN SMALL LETTER Y WITH CIRCUMFLEX;Ll;0;L;0079 0302;;;;N;LATIN SMALL LETTER Y CIRCUMFLEX;;0176;;0176 +0178;LATIN CAPITAL LETTER Y WITH DIAERESIS;Lu;0;L;0059 0308;;;;N;LATIN CAPITAL LETTER Y DIAERESIS;;;00FF; +0179;LATIN CAPITAL LETTER Z WITH ACUTE;Lu;0;L;005A 0301;;;;N;LATIN CAPITAL LETTER Z ACUTE;;;017A; +017A;LATIN SMALL LETTER Z WITH ACUTE;Ll;0;L;007A 0301;;;;N;LATIN SMALL LETTER Z ACUTE;;0179;;0179 +017B;LATIN CAPITAL LETTER Z WITH DOT ABOVE;Lu;0;L;005A 0307;;;;N;LATIN CAPITAL LETTER Z DOT;;;017C; +017C;LATIN SMALL LETTER Z WITH DOT ABOVE;Ll;0;L;007A 0307;;;;N;LATIN SMALL LETTER Z DOT;;017B;;017B +017D;LATIN CAPITAL LETTER Z WITH CARON;Lu;0;L;005A 030C;;;;N;LATIN CAPITAL LETTER Z HACEK;;;017E; +017E;LATIN SMALL LETTER Z WITH CARON;Ll;0;L;007A 030C;;;;N;LATIN SMALL LETTER Z HACEK;;017D;;017D +017F;LATIN SMALL LETTER LONG S;Ll;0;L; 0073;;;;N;;;0053;;0053 +0180;LATIN SMALL LETTER B WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER B BAR;;0243;;0243 +0181;LATIN CAPITAL LETTER B WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER B HOOK;;;0253; +0182;LATIN CAPITAL LETTER B WITH TOPBAR;Lu;0;L;;;;;N;LATIN CAPITAL LETTER B TOPBAR;;;0183; +0183;LATIN SMALL LETTER B WITH TOPBAR;Ll;0;L;;;;;N;LATIN SMALL LETTER B TOPBAR;;0182;;0182 +0184;LATIN CAPITAL LETTER TONE SIX;Lu;0;L;;;;;N;;;;0185; +0185;LATIN SMALL LETTER TONE SIX;Ll;0;L;;;;;N;;;0184;;0184 +0186;LATIN CAPITAL LETTER OPEN O;Lu;0;L;;;;;N;;;;0254; +0187;LATIN CAPITAL LETTER C WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER C HOOK;;;0188; +0188;LATIN SMALL LETTER C WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER C HOOK;;0187;;0187 +0189;LATIN CAPITAL LETTER AFRICAN D;Lu;0;L;;;;;N;;;;0256; +018A;LATIN CAPITAL LETTER D WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER D HOOK;;;0257; +018B;LATIN CAPITAL LETTER D WITH TOPBAR;Lu;0;L;;;;;N;LATIN CAPITAL LETTER D TOPBAR;;;018C; +018C;LATIN SMALL LETTER D WITH TOPBAR;Ll;0;L;;;;;N;LATIN SMALL LETTER D TOPBAR;;018B;;018B +018D;LATIN SMALL LETTER TURNED DELTA;Ll;0;L;;;;;N;;;;; +018E;LATIN CAPITAL LETTER REVERSED E;Lu;0;L;;;;;N;LATIN CAPITAL LETTER TURNED E;;;01DD; +018F;LATIN CAPITAL LETTER SCHWA;Lu;0;L;;;;;N;;;;0259; +0190;LATIN CAPITAL LETTER OPEN E;Lu;0;L;;;;;N;LATIN CAPITAL LETTER EPSILON;;;025B; +0191;LATIN CAPITAL LETTER F WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER F HOOK;;;0192; +0192;LATIN SMALL LETTER F WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER SCRIPT F;;0191;;0191 +0193;LATIN CAPITAL LETTER G WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER G HOOK;;;0260; +0194;LATIN CAPITAL LETTER GAMMA;Lu;0;L;;;;;N;;;;0263; +0195;LATIN SMALL LETTER HV;Ll;0;L;;;;;N;LATIN SMALL LETTER H V;;01F6;;01F6 +0196;LATIN CAPITAL LETTER IOTA;Lu;0;L;;;;;N;;;;0269; +0197;LATIN CAPITAL LETTER I WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER BARRED I;;;0268; +0198;LATIN CAPITAL LETTER K WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER K HOOK;;;0199; +0199;LATIN SMALL LETTER K WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER K HOOK;;0198;;0198 +019A;LATIN SMALL LETTER L WITH BAR;Ll;0;L;;;;;N;LATIN SMALL LETTER BARRED L;;023D;;023D +019B;LATIN SMALL LETTER LAMBDA WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER BARRED LAMBDA;;;; +019C;LATIN CAPITAL LETTER TURNED M;Lu;0;L;;;;;N;;;;026F; +019D;LATIN CAPITAL LETTER N WITH LEFT HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER N HOOK;;;0272; +019E;LATIN SMALL LETTER N WITH LONG RIGHT LEG;Ll;0;L;;;;;N;;;0220;;0220 +019F;LATIN CAPITAL LETTER O WITH MIDDLE TILDE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER BARRED O;;;0275; +01A0;LATIN CAPITAL LETTER O WITH HORN;Lu;0;L;004F 031B;;;;N;LATIN CAPITAL LETTER O HORN;;;01A1; +01A1;LATIN SMALL LETTER O WITH HORN;Ll;0;L;006F 031B;;;;N;LATIN SMALL LETTER O HORN;;01A0;;01A0 +01A2;LATIN CAPITAL LETTER OI;Lu;0;L;;;;;N;LATIN CAPITAL LETTER O I;;;01A3; +01A3;LATIN SMALL LETTER OI;Ll;0;L;;;;;N;LATIN SMALL LETTER O I;;01A2;;01A2 +01A4;LATIN CAPITAL LETTER P WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER P HOOK;;;01A5; +01A5;LATIN SMALL LETTER P WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER P HOOK;;01A4;;01A4 +01A6;LATIN LETTER YR;Lu;0;L;;;;;N;LATIN LETTER Y R;;;0280; +01A7;LATIN CAPITAL LETTER TONE TWO;Lu;0;L;;;;;N;;;;01A8; +01A8;LATIN SMALL LETTER TONE TWO;Ll;0;L;;;;;N;;;01A7;;01A7 +01A9;LATIN CAPITAL LETTER ESH;Lu;0;L;;;;;N;;;;0283; +01AA;LATIN LETTER REVERSED ESH LOOP;Ll;0;L;;;;;N;;;;; +01AB;LATIN SMALL LETTER T WITH PALATAL HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER T PALATAL HOOK;;;; +01AC;LATIN CAPITAL LETTER T WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER T HOOK;;;01AD; +01AD;LATIN SMALL LETTER T WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER T HOOK;;01AC;;01AC +01AE;LATIN CAPITAL LETTER T WITH RETROFLEX HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER T RETROFLEX HOOK;;;0288; +01AF;LATIN CAPITAL LETTER U WITH HORN;Lu;0;L;0055 031B;;;;N;LATIN CAPITAL LETTER U HORN;;;01B0; +01B0;LATIN SMALL LETTER U WITH HORN;Ll;0;L;0075 031B;;;;N;LATIN SMALL LETTER U HORN;;01AF;;01AF +01B1;LATIN CAPITAL LETTER UPSILON;Lu;0;L;;;;;N;;;;028A; +01B2;LATIN CAPITAL LETTER V WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER SCRIPT V;;;028B; +01B3;LATIN CAPITAL LETTER Y WITH HOOK;Lu;0;L;;;;;N;LATIN CAPITAL LETTER Y HOOK;;;01B4; +01B4;LATIN SMALL LETTER Y WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER Y HOOK;;01B3;;01B3 +01B5;LATIN CAPITAL LETTER Z WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER Z BAR;;;01B6; +01B6;LATIN SMALL LETTER Z WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER Z BAR;;01B5;;01B5 +01B7;LATIN CAPITAL LETTER EZH;Lu;0;L;;;;;N;LATIN CAPITAL LETTER YOGH;;;0292; +01B8;LATIN CAPITAL LETTER EZH REVERSED;Lu;0;L;;;;;N;LATIN CAPITAL LETTER REVERSED YOGH;;;01B9; +01B9;LATIN SMALL LETTER EZH REVERSED;Ll;0;L;;;;;N;LATIN SMALL LETTER REVERSED YOGH;;01B8;;01B8 +01BA;LATIN SMALL LETTER EZH WITH TAIL;Ll;0;L;;;;;N;LATIN SMALL LETTER YOGH WITH TAIL;;;; +01BB;LATIN LETTER TWO WITH STROKE;Lo;0;L;;;;;N;LATIN LETTER TWO BAR;;;; +01BC;LATIN CAPITAL LETTER TONE FIVE;Lu;0;L;;;;;N;;;;01BD; +01BD;LATIN SMALL LETTER TONE FIVE;Ll;0;L;;;;;N;;;01BC;;01BC +01BE;LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE;Ll;0;L;;;;;N;LATIN LETTER INVERTED GLOTTAL STOP BAR;;;; +01BF;LATIN LETTER WYNN;Ll;0;L;;;;;N;;;01F7;;01F7 +01C0;LATIN LETTER DENTAL CLICK;Lo;0;L;;;;;N;LATIN LETTER PIPE;;;; +01C1;LATIN LETTER LATERAL CLICK;Lo;0;L;;;;;N;LATIN LETTER DOUBLE PIPE;;;; +01C2;LATIN LETTER ALVEOLAR CLICK;Lo;0;L;;;;;N;LATIN LETTER PIPE DOUBLE BAR;;;; +01C3;LATIN LETTER RETROFLEX CLICK;Lo;0;L;;;;;N;LATIN LETTER EXCLAMATION MARK;;;; +01C4;LATIN CAPITAL LETTER DZ WITH CARON;Lu;0;L; 0044 017D;;;;N;LATIN CAPITAL LETTER D Z HACEK;;;01C6;01C5 +01C5;LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON;Lt;0;L; 0044 017E;;;;N;LATIN LETTER CAPITAL D SMALL Z HACEK;;01C4;01C6;01C5 +01C6;LATIN SMALL LETTER DZ WITH CARON;Ll;0;L; 0064 017E;;;;N;LATIN SMALL LETTER D Z HACEK;;01C4;;01C5 +01C7;LATIN CAPITAL LETTER LJ;Lu;0;L; 004C 004A;;;;N;LATIN CAPITAL LETTER L J;;;01C9;01C8 +01C8;LATIN CAPITAL LETTER L WITH SMALL LETTER J;Lt;0;L; 004C 006A;;;;N;LATIN LETTER CAPITAL L SMALL J;;01C7;01C9;01C8 +01C9;LATIN SMALL LETTER LJ;Ll;0;L; 006C 006A;;;;N;LATIN SMALL LETTER L J;;01C7;;01C8 +01CA;LATIN CAPITAL LETTER NJ;Lu;0;L; 004E 004A;;;;N;LATIN CAPITAL LETTER N J;;;01CC;01CB +01CB;LATIN CAPITAL LETTER N WITH SMALL LETTER J;Lt;0;L; 004E 006A;;;;N;LATIN LETTER CAPITAL N SMALL J;;01CA;01CC;01CB +01CC;LATIN SMALL LETTER NJ;Ll;0;L; 006E 006A;;;;N;LATIN SMALL LETTER N J;;01CA;;01CB +01CD;LATIN CAPITAL LETTER A WITH CARON;Lu;0;L;0041 030C;;;;N;LATIN CAPITAL LETTER A HACEK;;;01CE; +01CE;LATIN SMALL LETTER A WITH CARON;Ll;0;L;0061 030C;;;;N;LATIN SMALL LETTER A HACEK;;01CD;;01CD +01CF;LATIN CAPITAL LETTER I WITH CARON;Lu;0;L;0049 030C;;;;N;LATIN CAPITAL LETTER I HACEK;;;01D0; +01D0;LATIN SMALL LETTER I WITH CARON;Ll;0;L;0069 030C;;;;N;LATIN SMALL LETTER I HACEK;;01CF;;01CF +01D1;LATIN CAPITAL LETTER O WITH CARON;Lu;0;L;004F 030C;;;;N;LATIN CAPITAL LETTER O HACEK;;;01D2; +01D2;LATIN SMALL LETTER O WITH CARON;Ll;0;L;006F 030C;;;;N;LATIN SMALL LETTER O HACEK;;01D1;;01D1 +01D3;LATIN CAPITAL LETTER U WITH CARON;Lu;0;L;0055 030C;;;;N;LATIN CAPITAL LETTER U HACEK;;;01D4; +01D4;LATIN SMALL LETTER U WITH CARON;Ll;0;L;0075 030C;;;;N;LATIN SMALL LETTER U HACEK;;01D3;;01D3 +01D5;LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON;Lu;0;L;00DC 0304;;;;N;LATIN CAPITAL LETTER U DIAERESIS MACRON;;;01D6; +01D6;LATIN SMALL LETTER U WITH DIAERESIS AND MACRON;Ll;0;L;00FC 0304;;;;N;LATIN SMALL LETTER U DIAERESIS MACRON;;01D5;;01D5 +01D7;LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE;Lu;0;L;00DC 0301;;;;N;LATIN CAPITAL LETTER U DIAERESIS ACUTE;;;01D8; +01D8;LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE;Ll;0;L;00FC 0301;;;;N;LATIN SMALL LETTER U DIAERESIS ACUTE;;01D7;;01D7 +01D9;LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON;Lu;0;L;00DC 030C;;;;N;LATIN CAPITAL LETTER U DIAERESIS HACEK;;;01DA; +01DA;LATIN SMALL LETTER U WITH DIAERESIS AND CARON;Ll;0;L;00FC 030C;;;;N;LATIN SMALL LETTER U DIAERESIS HACEK;;01D9;;01D9 +01DB;LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE;Lu;0;L;00DC 0300;;;;N;LATIN CAPITAL LETTER U DIAERESIS GRAVE;;;01DC; +01DC;LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE;Ll;0;L;00FC 0300;;;;N;LATIN SMALL LETTER U DIAERESIS GRAVE;;01DB;;01DB +01DD;LATIN SMALL LETTER TURNED E;Ll;0;L;;;;;N;;;018E;;018E +01DE;LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON;Lu;0;L;00C4 0304;;;;N;LATIN CAPITAL LETTER A DIAERESIS MACRON;;;01DF; +01DF;LATIN SMALL LETTER A WITH DIAERESIS AND MACRON;Ll;0;L;00E4 0304;;;;N;LATIN SMALL LETTER A DIAERESIS MACRON;;01DE;;01DE +01E0;LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON;Lu;0;L;0226 0304;;;;N;LATIN CAPITAL LETTER A DOT MACRON;;;01E1; +01E1;LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON;Ll;0;L;0227 0304;;;;N;LATIN SMALL LETTER A DOT MACRON;;01E0;;01E0 +01E2;LATIN CAPITAL LETTER AE WITH MACRON;Lu;0;L;00C6 0304;;;;N;LATIN CAPITAL LETTER A E MACRON;;;01E3; +01E3;LATIN SMALL LETTER AE WITH MACRON;Ll;0;L;00E6 0304;;;;N;LATIN SMALL LETTER A E MACRON;;01E2;;01E2 +01E4;LATIN CAPITAL LETTER G WITH STROKE;Lu;0;L;;;;;N;LATIN CAPITAL LETTER G BAR;;;01E5; +01E5;LATIN SMALL LETTER G WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER G BAR;;01E4;;01E4 +01E6;LATIN CAPITAL LETTER G WITH CARON;Lu;0;L;0047 030C;;;;N;LATIN CAPITAL LETTER G HACEK;;;01E7; +01E7;LATIN SMALL LETTER G WITH CARON;Ll;0;L;0067 030C;;;;N;LATIN SMALL LETTER G HACEK;;01E6;;01E6 +01E8;LATIN CAPITAL LETTER K WITH CARON;Lu;0;L;004B 030C;;;;N;LATIN CAPITAL LETTER K HACEK;;;01E9; +01E9;LATIN SMALL LETTER K WITH CARON;Ll;0;L;006B 030C;;;;N;LATIN SMALL LETTER K HACEK;;01E8;;01E8 +01EA;LATIN CAPITAL LETTER O WITH OGONEK;Lu;0;L;004F 0328;;;;N;LATIN CAPITAL LETTER O OGONEK;;;01EB; +01EB;LATIN SMALL LETTER O WITH OGONEK;Ll;0;L;006F 0328;;;;N;LATIN SMALL LETTER O OGONEK;;01EA;;01EA +01EC;LATIN CAPITAL LETTER O WITH OGONEK AND MACRON;Lu;0;L;01EA 0304;;;;N;LATIN CAPITAL LETTER O OGONEK MACRON;;;01ED; +01ED;LATIN SMALL LETTER O WITH OGONEK AND MACRON;Ll;0;L;01EB 0304;;;;N;LATIN SMALL LETTER O OGONEK MACRON;;01EC;;01EC +01EE;LATIN CAPITAL LETTER EZH WITH CARON;Lu;0;L;01B7 030C;;;;N;LATIN CAPITAL LETTER YOGH HACEK;;;01EF; +01EF;LATIN SMALL LETTER EZH WITH CARON;Ll;0;L;0292 030C;;;;N;LATIN SMALL LETTER YOGH HACEK;;01EE;;01EE +01F0;LATIN SMALL LETTER J WITH CARON;Ll;0;L;006A 030C;;;;N;LATIN SMALL LETTER J HACEK;;;; +01F1;LATIN CAPITAL LETTER DZ;Lu;0;L; 0044 005A;;;;N;;;;01F3;01F2 +01F2;LATIN CAPITAL LETTER D WITH SMALL LETTER Z;Lt;0;L; 0044 007A;;;;N;;;01F1;01F3;01F2 +01F3;LATIN SMALL LETTER DZ;Ll;0;L; 0064 007A;;;;N;;;01F1;;01F2 +01F4;LATIN CAPITAL LETTER G WITH ACUTE;Lu;0;L;0047 0301;;;;N;;;;01F5; +01F5;LATIN SMALL LETTER G WITH ACUTE;Ll;0;L;0067 0301;;;;N;;;01F4;;01F4 +01F6;LATIN CAPITAL LETTER HWAIR;Lu;0;L;;;;;N;;;;0195; +01F7;LATIN CAPITAL LETTER WYNN;Lu;0;L;;;;;N;;;;01BF; +01F8;LATIN CAPITAL LETTER N WITH GRAVE;Lu;0;L;004E 0300;;;;N;;;;01F9; +01F9;LATIN SMALL LETTER N WITH GRAVE;Ll;0;L;006E 0300;;;;N;;;01F8;;01F8 +01FA;LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE;Lu;0;L;00C5 0301;;;;N;;;;01FB; +01FB;LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE;Ll;0;L;00E5 0301;;;;N;;;01FA;;01FA +01FC;LATIN CAPITAL LETTER AE WITH ACUTE;Lu;0;L;00C6 0301;;;;N;;;;01FD; +01FD;LATIN SMALL LETTER AE WITH ACUTE;Ll;0;L;00E6 0301;;;;N;;;01FC;;01FC +01FE;LATIN CAPITAL LETTER O WITH STROKE AND ACUTE;Lu;0;L;00D8 0301;;;;N;;;;01FF; +01FF;LATIN SMALL LETTER O WITH STROKE AND ACUTE;Ll;0;L;00F8 0301;;;;N;;;01FE;;01FE +0200;LATIN CAPITAL LETTER A WITH DOUBLE GRAVE;Lu;0;L;0041 030F;;;;N;;;;0201; +0201;LATIN SMALL LETTER A WITH DOUBLE GRAVE;Ll;0;L;0061 030F;;;;N;;;0200;;0200 +0202;LATIN CAPITAL LETTER A WITH INVERTED BREVE;Lu;0;L;0041 0311;;;;N;;;;0203; +0203;LATIN SMALL LETTER A WITH INVERTED BREVE;Ll;0;L;0061 0311;;;;N;;;0202;;0202 +0204;LATIN CAPITAL LETTER E WITH DOUBLE GRAVE;Lu;0;L;0045 030F;;;;N;;;;0205; +0205;LATIN SMALL LETTER E WITH DOUBLE GRAVE;Ll;0;L;0065 030F;;;;N;;;0204;;0204 +0206;LATIN CAPITAL LETTER E WITH INVERTED BREVE;Lu;0;L;0045 0311;;;;N;;;;0207; +0207;LATIN SMALL LETTER E WITH INVERTED BREVE;Ll;0;L;0065 0311;;;;N;;;0206;;0206 +0208;LATIN CAPITAL LETTER I WITH DOUBLE GRAVE;Lu;0;L;0049 030F;;;;N;;;;0209; +0209;LATIN SMALL LETTER I WITH DOUBLE GRAVE;Ll;0;L;0069 030F;;;;N;;;0208;;0208 +020A;LATIN CAPITAL LETTER I WITH INVERTED BREVE;Lu;0;L;0049 0311;;;;N;;;;020B; +020B;LATIN SMALL LETTER I WITH INVERTED BREVE;Ll;0;L;0069 0311;;;;N;;;020A;;020A +020C;LATIN CAPITAL LETTER O WITH DOUBLE GRAVE;Lu;0;L;004F 030F;;;;N;;;;020D; +020D;LATIN SMALL LETTER O WITH DOUBLE GRAVE;Ll;0;L;006F 030F;;;;N;;;020C;;020C +020E;LATIN CAPITAL LETTER O WITH INVERTED BREVE;Lu;0;L;004F 0311;;;;N;;;;020F; +020F;LATIN SMALL LETTER O WITH INVERTED BREVE;Ll;0;L;006F 0311;;;;N;;;020E;;020E +0210;LATIN CAPITAL LETTER R WITH DOUBLE GRAVE;Lu;0;L;0052 030F;;;;N;;;;0211; +0211;LATIN SMALL LETTER R WITH DOUBLE GRAVE;Ll;0;L;0072 030F;;;;N;;;0210;;0210 +0212;LATIN CAPITAL LETTER R WITH INVERTED BREVE;Lu;0;L;0052 0311;;;;N;;;;0213; +0213;LATIN SMALL LETTER R WITH INVERTED BREVE;Ll;0;L;0072 0311;;;;N;;;0212;;0212 +0214;LATIN CAPITAL LETTER U WITH DOUBLE GRAVE;Lu;0;L;0055 030F;;;;N;;;;0215; +0215;LATIN SMALL LETTER U WITH DOUBLE GRAVE;Ll;0;L;0075 030F;;;;N;;;0214;;0214 +0216;LATIN CAPITAL LETTER U WITH INVERTED BREVE;Lu;0;L;0055 0311;;;;N;;;;0217; +0217;LATIN SMALL LETTER U WITH INVERTED BREVE;Ll;0;L;0075 0311;;;;N;;;0216;;0216 +0218;LATIN CAPITAL LETTER S WITH COMMA BELOW;Lu;0;L;0053 0326;;;;N;;;;0219; +0219;LATIN SMALL LETTER S WITH COMMA BELOW;Ll;0;L;0073 0326;;;;N;;;0218;;0218 +021A;LATIN CAPITAL LETTER T WITH COMMA BELOW;Lu;0;L;0054 0326;;;;N;;;;021B; +021B;LATIN SMALL LETTER T WITH COMMA BELOW;Ll;0;L;0074 0326;;;;N;;;021A;;021A +021C;LATIN CAPITAL LETTER YOGH;Lu;0;L;;;;;N;;;;021D; +021D;LATIN SMALL LETTER YOGH;Ll;0;L;;;;;N;;;021C;;021C +021E;LATIN CAPITAL LETTER H WITH CARON;Lu;0;L;0048 030C;;;;N;;;;021F; +021F;LATIN SMALL LETTER H WITH CARON;Ll;0;L;0068 030C;;;;N;;;021E;;021E +0220;LATIN CAPITAL LETTER N WITH LONG RIGHT LEG;Lu;0;L;;;;;N;;;;019E; +0221;LATIN SMALL LETTER D WITH CURL;Ll;0;L;;;;;N;;;;; +0222;LATIN CAPITAL LETTER OU;Lu;0;L;;;;;N;;;;0223; +0223;LATIN SMALL LETTER OU;Ll;0;L;;;;;N;;;0222;;0222 +0224;LATIN CAPITAL LETTER Z WITH HOOK;Lu;0;L;;;;;N;;;;0225; +0225;LATIN SMALL LETTER Z WITH HOOK;Ll;0;L;;;;;N;;;0224;;0224 +0226;LATIN CAPITAL LETTER A WITH DOT ABOVE;Lu;0;L;0041 0307;;;;N;;;;0227; +0227;LATIN SMALL LETTER A WITH DOT ABOVE;Ll;0;L;0061 0307;;;;N;;;0226;;0226 +0228;LATIN CAPITAL LETTER E WITH CEDILLA;Lu;0;L;0045 0327;;;;N;;;;0229; +0229;LATIN SMALL LETTER E WITH CEDILLA;Ll;0;L;0065 0327;;;;N;;;0228;;0228 +022A;LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON;Lu;0;L;00D6 0304;;;;N;;;;022B; +022B;LATIN SMALL LETTER O WITH DIAERESIS AND MACRON;Ll;0;L;00F6 0304;;;;N;;;022A;;022A +022C;LATIN CAPITAL LETTER O WITH TILDE AND MACRON;Lu;0;L;00D5 0304;;;;N;;;;022D; +022D;LATIN SMALL LETTER O WITH TILDE AND MACRON;Ll;0;L;00F5 0304;;;;N;;;022C;;022C +022E;LATIN CAPITAL LETTER O WITH DOT ABOVE;Lu;0;L;004F 0307;;;;N;;;;022F; +022F;LATIN SMALL LETTER O WITH DOT ABOVE;Ll;0;L;006F 0307;;;;N;;;022E;;022E +0230;LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON;Lu;0;L;022E 0304;;;;N;;;;0231; +0231;LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON;Ll;0;L;022F 0304;;;;N;;;0230;;0230 +0232;LATIN CAPITAL LETTER Y WITH MACRON;Lu;0;L;0059 0304;;;;N;;;;0233; +0233;LATIN SMALL LETTER Y WITH MACRON;Ll;0;L;0079 0304;;;;N;;;0232;;0232 +0234;LATIN SMALL LETTER L WITH CURL;Ll;0;L;;;;;N;;;;; +0235;LATIN SMALL LETTER N WITH CURL;Ll;0;L;;;;;N;;;;; +0236;LATIN SMALL LETTER T WITH CURL;Ll;0;L;;;;;N;;;;; +0237;LATIN SMALL LETTER DOTLESS J;Ll;0;L;;;;;N;;;;; +0238;LATIN SMALL LETTER DB DIGRAPH;Ll;0;L;;;;;N;;;;; +0239;LATIN SMALL LETTER QP DIGRAPH;Ll;0;L;;;;;N;;;;; +023A;LATIN CAPITAL LETTER A WITH STROKE;Lu;0;L;;;;;N;;;;2C65; +023B;LATIN CAPITAL LETTER C WITH STROKE;Lu;0;L;;;;;N;;;;023C; +023C;LATIN SMALL LETTER C WITH STROKE;Ll;0;L;;;;;N;;;023B;;023B +023D;LATIN CAPITAL LETTER L WITH BAR;Lu;0;L;;;;;N;;;;019A; +023E;LATIN CAPITAL LETTER T WITH DIAGONAL STROKE;Lu;0;L;;;;;N;;;;2C66; +023F;LATIN SMALL LETTER S WITH SWASH TAIL;Ll;0;L;;;;;N;;;2C7E;;2C7E +0240;LATIN SMALL LETTER Z WITH SWASH TAIL;Ll;0;L;;;;;N;;;2C7F;;2C7F +0241;LATIN CAPITAL LETTER GLOTTAL STOP;Lu;0;L;;;;;N;;;;0242; +0242;LATIN SMALL LETTER GLOTTAL STOP;Ll;0;L;;;;;N;;;0241;;0241 +0243;LATIN CAPITAL LETTER B WITH STROKE;Lu;0;L;;;;;N;;;;0180; +0244;LATIN CAPITAL LETTER U BAR;Lu;0;L;;;;;N;;;;0289; +0245;LATIN CAPITAL LETTER TURNED V;Lu;0;L;;;;;N;;;;028C; +0246;LATIN CAPITAL LETTER E WITH STROKE;Lu;0;L;;;;;N;;;;0247; +0247;LATIN SMALL LETTER E WITH STROKE;Ll;0;L;;;;;N;;;0246;;0246 +0248;LATIN CAPITAL LETTER J WITH STROKE;Lu;0;L;;;;;N;;;;0249; +0249;LATIN SMALL LETTER J WITH STROKE;Ll;0;L;;;;;N;;;0248;;0248 +024A;LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL;Lu;0;L;;;;;N;;;;024B; +024B;LATIN SMALL LETTER Q WITH HOOK TAIL;Ll;0;L;;;;;N;;;024A;;024A +024C;LATIN CAPITAL LETTER R WITH STROKE;Lu;0;L;;;;;N;;;;024D; +024D;LATIN SMALL LETTER R WITH STROKE;Ll;0;L;;;;;N;;;024C;;024C +024E;LATIN CAPITAL LETTER Y WITH STROKE;Lu;0;L;;;;;N;;;;024F; +024F;LATIN SMALL LETTER Y WITH STROKE;Ll;0;L;;;;;N;;;024E;;024E +0250;LATIN SMALL LETTER TURNED A;Ll;0;L;;;;;N;;;2C6F;;2C6F +0251;LATIN SMALL LETTER ALPHA;Ll;0;L;;;;;N;LATIN SMALL LETTER SCRIPT A;;2C6D;;2C6D +0252;LATIN SMALL LETTER TURNED ALPHA;Ll;0;L;;;;;N;LATIN SMALL LETTER TURNED SCRIPT A;;2C70;;2C70 +0253;LATIN SMALL LETTER B WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER B HOOK;;0181;;0181 +0254;LATIN SMALL LETTER OPEN O;Ll;0;L;;;;;N;;;0186;;0186 +0255;LATIN SMALL LETTER C WITH CURL;Ll;0;L;;;;;N;LATIN SMALL LETTER C CURL;;;; +0256;LATIN SMALL LETTER D WITH TAIL;Ll;0;L;;;;;N;LATIN SMALL LETTER D RETROFLEX HOOK;;0189;;0189 +0257;LATIN SMALL LETTER D WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER D HOOK;;018A;;018A +0258;LATIN SMALL LETTER REVERSED E;Ll;0;L;;;;;N;;;;; +0259;LATIN SMALL LETTER SCHWA;Ll;0;L;;;;;N;;;018F;;018F +025A;LATIN SMALL LETTER SCHWA WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER SCHWA HOOK;;;; +025B;LATIN SMALL LETTER OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER EPSILON;;0190;;0190 +025C;LATIN SMALL LETTER REVERSED OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER REVERSED EPSILON;;;; +025D;LATIN SMALL LETTER REVERSED OPEN E WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER REVERSED EPSILON HOOK;;;; +025E;LATIN SMALL LETTER CLOSED REVERSED OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER CLOSED REVERSED EPSILON;;;; +025F;LATIN SMALL LETTER DOTLESS J WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER DOTLESS J BAR;;;; +0260;LATIN SMALL LETTER G WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER G HOOK;;0193;;0193 +0261;LATIN SMALL LETTER SCRIPT G;Ll;0;L;;;;;N;;;;; +0262;LATIN LETTER SMALL CAPITAL G;Ll;0;L;;;;;N;;;;; +0263;LATIN SMALL LETTER GAMMA;Ll;0;L;;;;;N;;;0194;;0194 +0264;LATIN SMALL LETTER RAMS HORN;Ll;0;L;;;;;N;LATIN SMALL LETTER BABY GAMMA;;;; +0265;LATIN SMALL LETTER TURNED H;Ll;0;L;;;;;N;;;;; +0266;LATIN SMALL LETTER H WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER H HOOK;;;; +0267;LATIN SMALL LETTER HENG WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER HENG HOOK;;;; +0268;LATIN SMALL LETTER I WITH STROKE;Ll;0;L;;;;;N;LATIN SMALL LETTER BARRED I;;0197;;0197 +0269;LATIN SMALL LETTER IOTA;Ll;0;L;;;;;N;;;0196;;0196 +026A;LATIN LETTER SMALL CAPITAL I;Ll;0;L;;;;;N;;;;; +026B;LATIN SMALL LETTER L WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;2C62;;2C62 +026C;LATIN SMALL LETTER L WITH BELT;Ll;0;L;;;;;N;LATIN SMALL LETTER L BELT;;;; +026D;LATIN SMALL LETTER L WITH RETROFLEX HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER L RETROFLEX HOOK;;;; +026E;LATIN SMALL LETTER LEZH;Ll;0;L;;;;;N;LATIN SMALL LETTER L YOGH;;;; +026F;LATIN SMALL LETTER TURNED M;Ll;0;L;;;;;N;;;019C;;019C +0270;LATIN SMALL LETTER TURNED M WITH LONG LEG;Ll;0;L;;;;;N;;;;; +0271;LATIN SMALL LETTER M WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER M HOOK;;2C6E;;2C6E +0272;LATIN SMALL LETTER N WITH LEFT HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER N HOOK;;019D;;019D +0273;LATIN SMALL LETTER N WITH RETROFLEX HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER N RETROFLEX HOOK;;;; +0274;LATIN LETTER SMALL CAPITAL N;Ll;0;L;;;;;N;;;;; +0275;LATIN SMALL LETTER BARRED O;Ll;0;L;;;;;N;;;019F;;019F +0276;LATIN LETTER SMALL CAPITAL OE;Ll;0;L;;;;;N;LATIN LETTER SMALL CAPITAL O E;;;; +0277;LATIN SMALL LETTER CLOSED OMEGA;Ll;0;L;;;;;N;;;;; +0278;LATIN SMALL LETTER PHI;Ll;0;L;;;;;N;;;;; +0279;LATIN SMALL LETTER TURNED R;Ll;0;L;;;;;N;;;;; +027A;LATIN SMALL LETTER TURNED R WITH LONG LEG;Ll;0;L;;;;;N;;;;; +027B;LATIN SMALL LETTER TURNED R WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER TURNED R HOOK;;;; +027C;LATIN SMALL LETTER R WITH LONG LEG;Ll;0;L;;;;;N;;;;; +027D;LATIN SMALL LETTER R WITH TAIL;Ll;0;L;;;;;N;LATIN SMALL LETTER R HOOK;;2C64;;2C64 +027E;LATIN SMALL LETTER R WITH FISHHOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER FISHHOOK R;;;; +027F;LATIN SMALL LETTER REVERSED R WITH FISHHOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER REVERSED FISHHOOK R;;;; +0280;LATIN LETTER SMALL CAPITAL R;Ll;0;L;;;;;N;;;01A6;;01A6 +0281;LATIN LETTER SMALL CAPITAL INVERTED R;Ll;0;L;;;;;N;;;;; +0282;LATIN SMALL LETTER S WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER S HOOK;;;; +0283;LATIN SMALL LETTER ESH;Ll;0;L;;;;;N;;;01A9;;01A9 +0284;LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER DOTLESS J BAR HOOK;;;; +0285;LATIN SMALL LETTER SQUAT REVERSED ESH;Ll;0;L;;;;;N;;;;; +0286;LATIN SMALL LETTER ESH WITH CURL;Ll;0;L;;;;;N;LATIN SMALL LETTER ESH CURL;;;; +0287;LATIN SMALL LETTER TURNED T;Ll;0;L;;;;;N;;;;; +0288;LATIN SMALL LETTER T WITH RETROFLEX HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER T RETROFLEX HOOK;;01AE;;01AE +0289;LATIN SMALL LETTER U BAR;Ll;0;L;;;;;N;;;0244;;0244 +028A;LATIN SMALL LETTER UPSILON;Ll;0;L;;;;;N;;;01B1;;01B1 +028B;LATIN SMALL LETTER V WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER SCRIPT V;;01B2;;01B2 +028C;LATIN SMALL LETTER TURNED V;Ll;0;L;;;;;N;;;0245;;0245 +028D;LATIN SMALL LETTER TURNED W;Ll;0;L;;;;;N;;;;; +028E;LATIN SMALL LETTER TURNED Y;Ll;0;L;;;;;N;;;;; +028F;LATIN LETTER SMALL CAPITAL Y;Ll;0;L;;;;;N;;;;; +0290;LATIN SMALL LETTER Z WITH RETROFLEX HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER Z RETROFLEX HOOK;;;; +0291;LATIN SMALL LETTER Z WITH CURL;Ll;0;L;;;;;N;LATIN SMALL LETTER Z CURL;;;; +0292;LATIN SMALL LETTER EZH;Ll;0;L;;;;;N;LATIN SMALL LETTER YOGH;;01B7;;01B7 +0293;LATIN SMALL LETTER EZH WITH CURL;Ll;0;L;;;;;N;LATIN SMALL LETTER YOGH CURL;;;; +0294;LATIN LETTER GLOTTAL STOP;Lo;0;L;;;;;N;;;;; +0295;LATIN LETTER PHARYNGEAL VOICED FRICATIVE;Ll;0;L;;;;;N;LATIN LETTER REVERSED GLOTTAL STOP;;;; +0296;LATIN LETTER INVERTED GLOTTAL STOP;Ll;0;L;;;;;N;;;;; +0297;LATIN LETTER STRETCHED C;Ll;0;L;;;;;N;;;;; +0298;LATIN LETTER BILABIAL CLICK;Ll;0;L;;;;;N;LATIN LETTER BULLSEYE;;;; +0299;LATIN LETTER SMALL CAPITAL B;Ll;0;L;;;;;N;;;;; +029A;LATIN SMALL LETTER CLOSED OPEN E;Ll;0;L;;;;;N;LATIN SMALL LETTER CLOSED EPSILON;;;; +029B;LATIN LETTER SMALL CAPITAL G WITH HOOK;Ll;0;L;;;;;N;LATIN LETTER SMALL CAPITAL G HOOK;;;; +029C;LATIN LETTER SMALL CAPITAL H;Ll;0;L;;;;;N;;;;; +029D;LATIN SMALL LETTER J WITH CROSSED-TAIL;Ll;0;L;;;;;N;LATIN SMALL LETTER CROSSED-TAIL J;;;; +029E;LATIN SMALL LETTER TURNED K;Ll;0;L;;;;;N;;;;; +029F;LATIN LETTER SMALL CAPITAL L;Ll;0;L;;;;;N;;;;; +02A0;LATIN SMALL LETTER Q WITH HOOK;Ll;0;L;;;;;N;LATIN SMALL LETTER Q HOOK;;;; +02A1;LATIN LETTER GLOTTAL STOP WITH STROKE;Ll;0;L;;;;;N;LATIN LETTER GLOTTAL STOP BAR;;;; +02A2;LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE;Ll;0;L;;;;;N;LATIN LETTER REVERSED GLOTTAL STOP BAR;;;; +02A3;LATIN SMALL LETTER DZ DIGRAPH;Ll;0;L;;;;;N;LATIN SMALL LETTER D Z;;;; +02A4;LATIN SMALL LETTER DEZH DIGRAPH;Ll;0;L;;;;;N;LATIN SMALL LETTER D YOGH;;;; +02A5;LATIN SMALL LETTER DZ DIGRAPH WITH CURL;Ll;0;L;;;;;N;LATIN SMALL LETTER D Z CURL;;;; +02A6;LATIN SMALL LETTER TS DIGRAPH;Ll;0;L;;;;;N;LATIN SMALL LETTER T S;;;; +02A7;LATIN SMALL LETTER TESH DIGRAPH;Ll;0;L;;;;;N;LATIN SMALL LETTER T ESH;;;; +02A8;LATIN SMALL LETTER TC DIGRAPH WITH CURL;Ll;0;L;;;;;N;LATIN SMALL LETTER T C CURL;;;; +02A9;LATIN SMALL LETTER FENG DIGRAPH;Ll;0;L;;;;;N;;;;; +02AA;LATIN SMALL LETTER LS DIGRAPH;Ll;0;L;;;;;N;;;;; +02AB;LATIN SMALL LETTER LZ DIGRAPH;Ll;0;L;;;;;N;;;;; +02AC;LATIN LETTER BILABIAL PERCUSSIVE;Ll;0;L;;;;;N;;;;; +02AD;LATIN LETTER BIDENTAL PERCUSSIVE;Ll;0;L;;;;;N;;;;; +02AE;LATIN SMALL LETTER TURNED H WITH FISHHOOK;Ll;0;L;;;;;N;;;;; +02AF;LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL;Ll;0;L;;;;;N;;;;; +02B0;MODIFIER LETTER SMALL H;Lm;0;L; 0068;;;;N;;;;; +02B1;MODIFIER LETTER SMALL H WITH HOOK;Lm;0;L; 0266;;;;N;MODIFIER LETTER SMALL H HOOK;;;; +02B2;MODIFIER LETTER SMALL J;Lm;0;L; 006A;;;;N;;;;; +02B3;MODIFIER LETTER SMALL R;Lm;0;L; 0072;;;;N;;;;; +02B4;MODIFIER LETTER SMALL TURNED R;Lm;0;L; 0279;;;;N;;;;; +02B5;MODIFIER LETTER SMALL TURNED R WITH HOOK;Lm;0;L; 027B;;;;N;MODIFIER LETTER SMALL TURNED R HOOK;;;; +02B6;MODIFIER LETTER SMALL CAPITAL INVERTED R;Lm;0;L; 0281;;;;N;;;;; +02B7;MODIFIER LETTER SMALL W;Lm;0;L; 0077;;;;N;;;;; +02B8;MODIFIER LETTER SMALL Y;Lm;0;L; 0079;;;;N;;;;; +02B9;MODIFIER LETTER PRIME;Lm;0;ON;;;;;N;;;;; +02BA;MODIFIER LETTER DOUBLE PRIME;Lm;0;ON;;;;;N;;;;; +02BB;MODIFIER LETTER TURNED COMMA;Lm;0;L;;;;;N;;;;; +02BC;MODIFIER LETTER APOSTROPHE;Lm;0;L;;;;;N;;;;; +02BD;MODIFIER LETTER REVERSED COMMA;Lm;0;L;;;;;N;;;;; +02BE;MODIFIER LETTER RIGHT HALF RING;Lm;0;L;;;;;N;;;;; +02BF;MODIFIER LETTER LEFT HALF RING;Lm;0;L;;;;;N;;;;; +02C0;MODIFIER LETTER GLOTTAL STOP;Lm;0;L;;;;;N;;;;; +02C1;MODIFIER LETTER REVERSED GLOTTAL STOP;Lm;0;L;;;;;N;;;;; +02C2;MODIFIER LETTER LEFT ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02C3;MODIFIER LETTER RIGHT ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02C4;MODIFIER LETTER UP ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02C5;MODIFIER LETTER DOWN ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02C6;MODIFIER LETTER CIRCUMFLEX ACCENT;Lm;0;ON;;;;;N;MODIFIER LETTER CIRCUMFLEX;;;; +02C7;CARON;Lm;0;ON;;;;;N;MODIFIER LETTER HACEK;;;; +02C8;MODIFIER LETTER VERTICAL LINE;Lm;0;ON;;;;;N;;;;; +02C9;MODIFIER LETTER MACRON;Lm;0;ON;;;;;N;;;;; +02CA;MODIFIER LETTER ACUTE ACCENT;Lm;0;ON;;;;;N;MODIFIER LETTER ACUTE;;;; +02CB;MODIFIER LETTER GRAVE ACCENT;Lm;0;ON;;;;;N;MODIFIER LETTER GRAVE;;;; +02CC;MODIFIER LETTER LOW VERTICAL LINE;Lm;0;ON;;;;;N;;;;; +02CD;MODIFIER LETTER LOW MACRON;Lm;0;ON;;;;;N;;;;; +02CE;MODIFIER LETTER LOW GRAVE ACCENT;Lm;0;ON;;;;;N;MODIFIER LETTER LOW GRAVE;;;; +02CF;MODIFIER LETTER LOW ACUTE ACCENT;Lm;0;ON;;;;;N;MODIFIER LETTER LOW ACUTE;;;; +02D0;MODIFIER LETTER TRIANGULAR COLON;Lm;0;L;;;;;N;;;;; +02D1;MODIFIER LETTER HALF TRIANGULAR COLON;Lm;0;L;;;;;N;;;;; +02D2;MODIFIER LETTER CENTRED RIGHT HALF RING;Sk;0;ON;;;;;N;MODIFIER LETTER CENTERED RIGHT HALF RING;;;; +02D3;MODIFIER LETTER CENTRED LEFT HALF RING;Sk;0;ON;;;;;N;MODIFIER LETTER CENTERED LEFT HALF RING;;;; +02D4;MODIFIER LETTER UP TACK;Sk;0;ON;;;;;N;;;;; +02D5;MODIFIER LETTER DOWN TACK;Sk;0;ON;;;;;N;;;;; +02D6;MODIFIER LETTER PLUS SIGN;Sk;0;ON;;;;;N;;;;; +02D7;MODIFIER LETTER MINUS SIGN;Sk;0;ON;;;;;N;;;;; +02D8;BREVE;Sk;0;ON; 0020 0306;;;;N;SPACING BREVE;;;; +02D9;DOT ABOVE;Sk;0;ON; 0020 0307;;;;N;SPACING DOT ABOVE;;;; +02DA;RING ABOVE;Sk;0;ON; 0020 030A;;;;N;SPACING RING ABOVE;;;; +02DB;OGONEK;Sk;0;ON; 0020 0328;;;;N;SPACING OGONEK;;;; +02DC;SMALL TILDE;Sk;0;ON; 0020 0303;;;;N;SPACING TILDE;;;; +02DD;DOUBLE ACUTE ACCENT;Sk;0;ON; 0020 030B;;;;N;SPACING DOUBLE ACUTE;;;; +02DE;MODIFIER LETTER RHOTIC HOOK;Sk;0;ON;;;;;N;;;;; +02DF;MODIFIER LETTER CROSS ACCENT;Sk;0;ON;;;;;N;;;;; +02E0;MODIFIER LETTER SMALL GAMMA;Lm;0;L; 0263;;;;N;;;;; +02E1;MODIFIER LETTER SMALL L;Lm;0;L; 006C;;;;N;;;;; +02E2;MODIFIER LETTER SMALL S;Lm;0;L; 0073;;;;N;;;;; +02E3;MODIFIER LETTER SMALL X;Lm;0;L; 0078;;;;N;;;;; +02E4;MODIFIER LETTER SMALL REVERSED GLOTTAL STOP;Lm;0;L; 0295;;;;N;;;;; +02E5;MODIFIER LETTER EXTRA-HIGH TONE BAR;Sk;0;ON;;;;;N;;;;; +02E6;MODIFIER LETTER HIGH TONE BAR;Sk;0;ON;;;;;N;;;;; +02E7;MODIFIER LETTER MID TONE BAR;Sk;0;ON;;;;;N;;;;; +02E8;MODIFIER LETTER LOW TONE BAR;Sk;0;ON;;;;;N;;;;; +02E9;MODIFIER LETTER EXTRA-LOW TONE BAR;Sk;0;ON;;;;;N;;;;; +02EA;MODIFIER LETTER YIN DEPARTING TONE MARK;Sk;0;ON;;;;;N;;;;; +02EB;MODIFIER LETTER YANG DEPARTING TONE MARK;Sk;0;ON;;;;;N;;;;; +02EC;MODIFIER LETTER VOICING;Lm;0;ON;;;;;N;;;;; +02ED;MODIFIER LETTER UNASPIRATED;Sk;0;ON;;;;;N;;;;; +02EE;MODIFIER LETTER DOUBLE APOSTROPHE;Lm;0;L;;;;;N;;;;; +02EF;MODIFIER LETTER LOW DOWN ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02F0;MODIFIER LETTER LOW UP ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02F1;MODIFIER LETTER LOW LEFT ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02F2;MODIFIER LETTER LOW RIGHT ARROWHEAD;Sk;0;ON;;;;;N;;;;; +02F3;MODIFIER LETTER LOW RING;Sk;0;ON;;;;;N;;;;; +02F4;MODIFIER LETTER MIDDLE GRAVE ACCENT;Sk;0;ON;;;;;N;;;;; +02F5;MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT;Sk;0;ON;;;;;N;;;;; +02F6;MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT;Sk;0;ON;;;;;N;;;;; +02F7;MODIFIER LETTER LOW TILDE;Sk;0;ON;;;;;N;;;;; +02F8;MODIFIER LETTER RAISED COLON;Sk;0;ON;;;;;N;;;;; +02F9;MODIFIER LETTER BEGIN HIGH TONE;Sk;0;ON;;;;;N;;;;; +02FA;MODIFIER LETTER END HIGH TONE;Sk;0;ON;;;;;N;;;;; +02FB;MODIFIER LETTER BEGIN LOW TONE;Sk;0;ON;;;;;N;;;;; +02FC;MODIFIER LETTER END LOW TONE;Sk;0;ON;;;;;N;;;;; +02FD;MODIFIER LETTER SHELF;Sk;0;ON;;;;;N;;;;; +02FE;MODIFIER LETTER OPEN SHELF;Sk;0;ON;;;;;N;;;;; +02FF;MODIFIER LETTER LOW LEFT ARROW;Sk;0;ON;;;;;N;;;;; +0300;COMBINING GRAVE ACCENT;Mn;230;NSM;;;;;N;NON-SPACING GRAVE;;;; +0301;COMBINING ACUTE ACCENT;Mn;230;NSM;;;;;N;NON-SPACING ACUTE;;;; +0302;COMBINING CIRCUMFLEX ACCENT;Mn;230;NSM;;;;;N;NON-SPACING CIRCUMFLEX;;;; +0303;COMBINING TILDE;Mn;230;NSM;;;;;N;NON-SPACING TILDE;;;; +0304;COMBINING MACRON;Mn;230;NSM;;;;;N;NON-SPACING MACRON;;;; +0305;COMBINING OVERLINE;Mn;230;NSM;;;;;N;NON-SPACING OVERSCORE;;;; +0306;COMBINING BREVE;Mn;230;NSM;;;;;N;NON-SPACING BREVE;;;; +0307;COMBINING DOT ABOVE;Mn;230;NSM;;;;;N;NON-SPACING DOT ABOVE;;;; +0308;COMBINING DIAERESIS;Mn;230;NSM;;;;;N;NON-SPACING DIAERESIS;;;; +0309;COMBINING HOOK ABOVE;Mn;230;NSM;;;;;N;NON-SPACING HOOK ABOVE;;;; +030A;COMBINING RING ABOVE;Mn;230;NSM;;;;;N;NON-SPACING RING ABOVE;;;; +030B;COMBINING DOUBLE ACUTE ACCENT;Mn;230;NSM;;;;;N;NON-SPACING DOUBLE ACUTE;;;; +030C;COMBINING CARON;Mn;230;NSM;;;;;N;NON-SPACING HACEK;;;; +030D;COMBINING VERTICAL LINE ABOVE;Mn;230;NSM;;;;;N;NON-SPACING VERTICAL LINE ABOVE;;;; +030E;COMBINING DOUBLE VERTICAL LINE ABOVE;Mn;230;NSM;;;;;N;NON-SPACING DOUBLE VERTICAL LINE ABOVE;;;; +030F;COMBINING DOUBLE GRAVE ACCENT;Mn;230;NSM;;;;;N;NON-SPACING DOUBLE GRAVE;;;; +0310;COMBINING CANDRABINDU;Mn;230;NSM;;;;;N;NON-SPACING CANDRABINDU;;;; +0311;COMBINING INVERTED BREVE;Mn;230;NSM;;;;;N;NON-SPACING INVERTED BREVE;;;; +0312;COMBINING TURNED COMMA ABOVE;Mn;230;NSM;;;;;N;NON-SPACING TURNED COMMA ABOVE;;;; +0313;COMBINING COMMA ABOVE;Mn;230;NSM;;;;;N;NON-SPACING COMMA ABOVE;;;; +0314;COMBINING REVERSED COMMA ABOVE;Mn;230;NSM;;;;;N;NON-SPACING REVERSED COMMA ABOVE;;;; +0315;COMBINING COMMA ABOVE RIGHT;Mn;232;NSM;;;;;N;NON-SPACING COMMA ABOVE RIGHT;;;; +0316;COMBINING GRAVE ACCENT BELOW;Mn;220;NSM;;;;;N;NON-SPACING GRAVE BELOW;;;; +0317;COMBINING ACUTE ACCENT BELOW;Mn;220;NSM;;;;;N;NON-SPACING ACUTE BELOW;;;; +0318;COMBINING LEFT TACK BELOW;Mn;220;NSM;;;;;N;NON-SPACING LEFT TACK BELOW;;;; +0319;COMBINING RIGHT TACK BELOW;Mn;220;NSM;;;;;N;NON-SPACING RIGHT TACK BELOW;;;; +031A;COMBINING LEFT ANGLE ABOVE;Mn;232;NSM;;;;;N;NON-SPACING LEFT ANGLE ABOVE;;;; +031B;COMBINING HORN;Mn;216;NSM;;;;;N;NON-SPACING HORN;;;; +031C;COMBINING LEFT HALF RING BELOW;Mn;220;NSM;;;;;N;NON-SPACING LEFT HALF RING BELOW;;;; +031D;COMBINING UP TACK BELOW;Mn;220;NSM;;;;;N;NON-SPACING UP TACK BELOW;;;; +031E;COMBINING DOWN TACK BELOW;Mn;220;NSM;;;;;N;NON-SPACING DOWN TACK BELOW;;;; +031F;COMBINING PLUS SIGN BELOW;Mn;220;NSM;;;;;N;NON-SPACING PLUS SIGN BELOW;;;; +0320;COMBINING MINUS SIGN BELOW;Mn;220;NSM;;;;;N;NON-SPACING MINUS SIGN BELOW;;;; +0321;COMBINING PALATALIZED HOOK BELOW;Mn;202;NSM;;;;;N;NON-SPACING PALATALIZED HOOK BELOW;;;; +0322;COMBINING RETROFLEX HOOK BELOW;Mn;202;NSM;;;;;N;NON-SPACING RETROFLEX HOOK BELOW;;;; +0323;COMBINING DOT BELOW;Mn;220;NSM;;;;;N;NON-SPACING DOT BELOW;;;; +0324;COMBINING DIAERESIS BELOW;Mn;220;NSM;;;;;N;NON-SPACING DOUBLE DOT BELOW;;;; +0325;COMBINING RING BELOW;Mn;220;NSM;;;;;N;NON-SPACING RING BELOW;;;; +0326;COMBINING COMMA BELOW;Mn;220;NSM;;;;;N;NON-SPACING COMMA BELOW;;;; +0327;COMBINING CEDILLA;Mn;202;NSM;;;;;N;NON-SPACING CEDILLA;;;; +0328;COMBINING OGONEK;Mn;202;NSM;;;;;N;NON-SPACING OGONEK;;;; +0329;COMBINING VERTICAL LINE BELOW;Mn;220;NSM;;;;;N;NON-SPACING VERTICAL LINE BELOW;;;; +032A;COMBINING BRIDGE BELOW;Mn;220;NSM;;;;;N;NON-SPACING BRIDGE BELOW;;;; +032B;COMBINING INVERTED DOUBLE ARCH BELOW;Mn;220;NSM;;;;;N;NON-SPACING INVERTED DOUBLE ARCH BELOW;;;; +032C;COMBINING CARON BELOW;Mn;220;NSM;;;;;N;NON-SPACING HACEK BELOW;;;; +032D;COMBINING CIRCUMFLEX ACCENT BELOW;Mn;220;NSM;;;;;N;NON-SPACING CIRCUMFLEX BELOW;;;; +032E;COMBINING BREVE BELOW;Mn;220;NSM;;;;;N;NON-SPACING BREVE BELOW;;;; +032F;COMBINING INVERTED BREVE BELOW;Mn;220;NSM;;;;;N;NON-SPACING INVERTED BREVE BELOW;;;; +0330;COMBINING TILDE BELOW;Mn;220;NSM;;;;;N;NON-SPACING TILDE BELOW;;;; +0331;COMBINING MACRON BELOW;Mn;220;NSM;;;;;N;NON-SPACING MACRON BELOW;;;; +0332;COMBINING LOW LINE;Mn;220;NSM;;;;;N;NON-SPACING UNDERSCORE;;;; +0333;COMBINING DOUBLE LOW LINE;Mn;220;NSM;;;;;N;NON-SPACING DOUBLE UNDERSCORE;;;; +0334;COMBINING TILDE OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING TILDE OVERLAY;;;; +0335;COMBINING SHORT STROKE OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING SHORT BAR OVERLAY;;;; +0336;COMBINING LONG STROKE OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING LONG BAR OVERLAY;;;; +0337;COMBINING SHORT SOLIDUS OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING SHORT SLASH OVERLAY;;;; +0338;COMBINING LONG SOLIDUS OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING LONG SLASH OVERLAY;;;; +0339;COMBINING RIGHT HALF RING BELOW;Mn;220;NSM;;;;;N;NON-SPACING RIGHT HALF RING BELOW;;;; +033A;COMBINING INVERTED BRIDGE BELOW;Mn;220;NSM;;;;;N;NON-SPACING INVERTED BRIDGE BELOW;;;; +033B;COMBINING SQUARE BELOW;Mn;220;NSM;;;;;N;NON-SPACING SQUARE BELOW;;;; +033C;COMBINING SEAGULL BELOW;Mn;220;NSM;;;;;N;NON-SPACING SEAGULL BELOW;;;; +033D;COMBINING X ABOVE;Mn;230;NSM;;;;;N;NON-SPACING X ABOVE;;;; +033E;COMBINING VERTICAL TILDE;Mn;230;NSM;;;;;N;NON-SPACING VERTICAL TILDE;;;; +033F;COMBINING DOUBLE OVERLINE;Mn;230;NSM;;;;;N;NON-SPACING DOUBLE OVERSCORE;;;; +0340;COMBINING GRAVE TONE MARK;Mn;230;NSM;0300;;;;N;NON-SPACING GRAVE TONE MARK;;;; +0341;COMBINING ACUTE TONE MARK;Mn;230;NSM;0301;;;;N;NON-SPACING ACUTE TONE MARK;;;; +0342;COMBINING GREEK PERISPOMENI;Mn;230;NSM;;;;;N;;;;; +0343;COMBINING GREEK KORONIS;Mn;230;NSM;0313;;;;N;;;;; +0344;COMBINING GREEK DIALYTIKA TONOS;Mn;230;NSM;0308 0301;;;;N;GREEK NON-SPACING DIAERESIS TONOS;;;; +0345;COMBINING GREEK YPOGEGRAMMENI;Mn;240;NSM;;;;;N;GREEK NON-SPACING IOTA BELOW;;0399;;0399 +0346;COMBINING BRIDGE ABOVE;Mn;230;NSM;;;;;N;;;;; +0347;COMBINING EQUALS SIGN BELOW;Mn;220;NSM;;;;;N;;;;; +0348;COMBINING DOUBLE VERTICAL LINE BELOW;Mn;220;NSM;;;;;N;;;;; +0349;COMBINING LEFT ANGLE BELOW;Mn;220;NSM;;;;;N;;;;; +034A;COMBINING NOT TILDE ABOVE;Mn;230;NSM;;;;;N;;;;; +034B;COMBINING HOMOTHETIC ABOVE;Mn;230;NSM;;;;;N;;;;; +034C;COMBINING ALMOST EQUAL TO ABOVE;Mn;230;NSM;;;;;N;;;;; +034D;COMBINING LEFT RIGHT ARROW BELOW;Mn;220;NSM;;;;;N;;;;; +034E;COMBINING UPWARDS ARROW BELOW;Mn;220;NSM;;;;;N;;;;; +034F;COMBINING GRAPHEME JOINER;Mn;0;NSM;;;;;N;;;;; +0350;COMBINING RIGHT ARROWHEAD ABOVE;Mn;230;NSM;;;;;N;;;;; +0351;COMBINING LEFT HALF RING ABOVE;Mn;230;NSM;;;;;N;;;;; +0352;COMBINING FERMATA;Mn;230;NSM;;;;;N;;;;; +0353;COMBINING X BELOW;Mn;220;NSM;;;;;N;;;;; +0354;COMBINING LEFT ARROWHEAD BELOW;Mn;220;NSM;;;;;N;;;;; +0355;COMBINING RIGHT ARROWHEAD BELOW;Mn;220;NSM;;;;;N;;;;; +0356;COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW;Mn;220;NSM;;;;;N;;;;; +0357;COMBINING RIGHT HALF RING ABOVE;Mn;230;NSM;;;;;N;;;;; +0358;COMBINING DOT ABOVE RIGHT;Mn;232;NSM;;;;;N;;;;; +0359;COMBINING ASTERISK BELOW;Mn;220;NSM;;;;;N;;;;; +035A;COMBINING DOUBLE RING BELOW;Mn;220;NSM;;;;;N;;;;; +035B;COMBINING ZIGZAG ABOVE;Mn;230;NSM;;;;;N;;;;; +035C;COMBINING DOUBLE BREVE BELOW;Mn;233;NSM;;;;;N;;;;; +035D;COMBINING DOUBLE BREVE;Mn;234;NSM;;;;;N;;;;; +035E;COMBINING DOUBLE MACRON;Mn;234;NSM;;;;;N;;;;; +035F;COMBINING DOUBLE MACRON BELOW;Mn;233;NSM;;;;;N;;;;; +0360;COMBINING DOUBLE TILDE;Mn;234;NSM;;;;;N;;;;; +0361;COMBINING DOUBLE INVERTED BREVE;Mn;234;NSM;;;;;N;;;;; +0362;COMBINING DOUBLE RIGHTWARDS ARROW BELOW;Mn;233;NSM;;;;;N;;;;; +0363;COMBINING LATIN SMALL LETTER A;Mn;230;NSM;;;;;N;;;;; +0364;COMBINING LATIN SMALL LETTER E;Mn;230;NSM;;;;;N;;;;; +0365;COMBINING LATIN SMALL LETTER I;Mn;230;NSM;;;;;N;;;;; +0366;COMBINING LATIN SMALL LETTER O;Mn;230;NSM;;;;;N;;;;; +0367;COMBINING LATIN SMALL LETTER U;Mn;230;NSM;;;;;N;;;;; +0368;COMBINING LATIN SMALL LETTER C;Mn;230;NSM;;;;;N;;;;; +0369;COMBINING LATIN SMALL LETTER D;Mn;230;NSM;;;;;N;;;;; +036A;COMBINING LATIN SMALL LETTER H;Mn;230;NSM;;;;;N;;;;; +036B;COMBINING LATIN SMALL LETTER M;Mn;230;NSM;;;;;N;;;;; +036C;COMBINING LATIN SMALL LETTER R;Mn;230;NSM;;;;;N;;;;; +036D;COMBINING LATIN SMALL LETTER T;Mn;230;NSM;;;;;N;;;;; +036E;COMBINING LATIN SMALL LETTER V;Mn;230;NSM;;;;;N;;;;; +036F;COMBINING LATIN SMALL LETTER X;Mn;230;NSM;;;;;N;;;;; +0370;GREEK CAPITAL LETTER HETA;Lu;0;L;;;;;N;;;;0371; +0371;GREEK SMALL LETTER HETA;Ll;0;L;;;;;N;;;0370;;0370 +0372;GREEK CAPITAL LETTER ARCHAIC SAMPI;Lu;0;L;;;;;N;;;;0373; +0373;GREEK SMALL LETTER ARCHAIC SAMPI;Ll;0;L;;;;;N;;;0372;;0372 +0374;GREEK NUMERAL SIGN;Lm;0;ON;02B9;;;;N;GREEK UPPER NUMERAL SIGN;;;; +0375;GREEK LOWER NUMERAL SIGN;Sk;0;ON;;;;;N;;;;; +0376;GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA;Lu;0;L;;;;;N;;;;0377; +0377;GREEK SMALL LETTER PAMPHYLIAN DIGAMMA;Ll;0;L;;;;;N;;;0376;;0376 +037A;GREEK YPOGEGRAMMENI;Lm;0;L; 0020 0345;;;;N;GREEK SPACING IOTA BELOW;;;; +037B;GREEK SMALL REVERSED LUNATE SIGMA SYMBOL;Ll;0;L;;;;;N;;;03FD;;03FD +037C;GREEK SMALL DOTTED LUNATE SIGMA SYMBOL;Ll;0;L;;;;;N;;;03FE;;03FE +037D;GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL;Ll;0;L;;;;;N;;;03FF;;03FF +037E;GREEK QUESTION MARK;Po;0;ON;003B;;;;N;;;;; +0384;GREEK TONOS;Sk;0;ON; 0020 0301;;;;N;GREEK SPACING TONOS;;;; +0385;GREEK DIALYTIKA TONOS;Sk;0;ON;00A8 0301;;;;N;GREEK SPACING DIAERESIS TONOS;;;; +0386;GREEK CAPITAL LETTER ALPHA WITH TONOS;Lu;0;L;0391 0301;;;;N;GREEK CAPITAL LETTER ALPHA TONOS;;;03AC; +0387;GREEK ANO TELEIA;Po;0;ON;00B7;;;;N;;;;; +0388;GREEK CAPITAL LETTER EPSILON WITH TONOS;Lu;0;L;0395 0301;;;;N;GREEK CAPITAL LETTER EPSILON TONOS;;;03AD; +0389;GREEK CAPITAL LETTER ETA WITH TONOS;Lu;0;L;0397 0301;;;;N;GREEK CAPITAL LETTER ETA TONOS;;;03AE; +038A;GREEK CAPITAL LETTER IOTA WITH TONOS;Lu;0;L;0399 0301;;;;N;GREEK CAPITAL LETTER IOTA TONOS;;;03AF; +038C;GREEK CAPITAL LETTER OMICRON WITH TONOS;Lu;0;L;039F 0301;;;;N;GREEK CAPITAL LETTER OMICRON TONOS;;;03CC; +038E;GREEK CAPITAL LETTER UPSILON WITH TONOS;Lu;0;L;03A5 0301;;;;N;GREEK CAPITAL LETTER UPSILON TONOS;;;03CD; +038F;GREEK CAPITAL LETTER OMEGA WITH TONOS;Lu;0;L;03A9 0301;;;;N;GREEK CAPITAL LETTER OMEGA TONOS;;;03CE; +0390;GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS;Ll;0;L;03CA 0301;;;;N;GREEK SMALL LETTER IOTA DIAERESIS TONOS;;;; +0391;GREEK CAPITAL LETTER ALPHA;Lu;0;L;;;;;N;;;;03B1; +0392;GREEK CAPITAL LETTER BETA;Lu;0;L;;;;;N;;;;03B2; +0393;GREEK CAPITAL LETTER GAMMA;Lu;0;L;;;;;N;;;;03B3; +0394;GREEK CAPITAL LETTER DELTA;Lu;0;L;;;;;N;;;;03B4; +0395;GREEK CAPITAL LETTER EPSILON;Lu;0;L;;;;;N;;;;03B5; +0396;GREEK CAPITAL LETTER ZETA;Lu;0;L;;;;;N;;;;03B6; +0397;GREEK CAPITAL LETTER ETA;Lu;0;L;;;;;N;;;;03B7; +0398;GREEK CAPITAL LETTER THETA;Lu;0;L;;;;;N;;;;03B8; +0399;GREEK CAPITAL LETTER IOTA;Lu;0;L;;;;;N;;;;03B9; +039A;GREEK CAPITAL LETTER KAPPA;Lu;0;L;;;;;N;;;;03BA; +039B;GREEK CAPITAL LETTER LAMDA;Lu;0;L;;;;;N;GREEK CAPITAL LETTER LAMBDA;;;03BB; +039C;GREEK CAPITAL LETTER MU;Lu;0;L;;;;;N;;;;03BC; +039D;GREEK CAPITAL LETTER NU;Lu;0;L;;;;;N;;;;03BD; +039E;GREEK CAPITAL LETTER XI;Lu;0;L;;;;;N;;;;03BE; +039F;GREEK CAPITAL LETTER OMICRON;Lu;0;L;;;;;N;;;;03BF; +03A0;GREEK CAPITAL LETTER PI;Lu;0;L;;;;;N;;;;03C0; +03A1;GREEK CAPITAL LETTER RHO;Lu;0;L;;;;;N;;;;03C1; +03A3;GREEK CAPITAL LETTER SIGMA;Lu;0;L;;;;;N;;;;03C3; +03A4;GREEK CAPITAL LETTER TAU;Lu;0;L;;;;;N;;;;03C4; +03A5;GREEK CAPITAL LETTER UPSILON;Lu;0;L;;;;;N;;;;03C5; +03A6;GREEK CAPITAL LETTER PHI;Lu;0;L;;;;;N;;;;03C6; +03A7;GREEK CAPITAL LETTER CHI;Lu;0;L;;;;;N;;;;03C7; +03A8;GREEK CAPITAL LETTER PSI;Lu;0;L;;;;;N;;;;03C8; +03A9;GREEK CAPITAL LETTER OMEGA;Lu;0;L;;;;;N;;;;03C9; +03AA;GREEK CAPITAL LETTER IOTA WITH DIALYTIKA;Lu;0;L;0399 0308;;;;N;GREEK CAPITAL LETTER IOTA DIAERESIS;;;03CA; +03AB;GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA;Lu;0;L;03A5 0308;;;;N;GREEK CAPITAL LETTER UPSILON DIAERESIS;;;03CB; +03AC;GREEK SMALL LETTER ALPHA WITH TONOS;Ll;0;L;03B1 0301;;;;N;GREEK SMALL LETTER ALPHA TONOS;;0386;;0386 +03AD;GREEK SMALL LETTER EPSILON WITH TONOS;Ll;0;L;03B5 0301;;;;N;GREEK SMALL LETTER EPSILON TONOS;;0388;;0388 +03AE;GREEK SMALL LETTER ETA WITH TONOS;Ll;0;L;03B7 0301;;;;N;GREEK SMALL LETTER ETA TONOS;;0389;;0389 +03AF;GREEK SMALL LETTER IOTA WITH TONOS;Ll;0;L;03B9 0301;;;;N;GREEK SMALL LETTER IOTA TONOS;;038A;;038A +03B0;GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS;Ll;0;L;03CB 0301;;;;N;GREEK SMALL LETTER UPSILON DIAERESIS TONOS;;;; +03B1;GREEK SMALL LETTER ALPHA;Ll;0;L;;;;;N;;;0391;;0391 +03B2;GREEK SMALL LETTER BETA;Ll;0;L;;;;;N;;;0392;;0392 +03B3;GREEK SMALL LETTER GAMMA;Ll;0;L;;;;;N;;;0393;;0393 +03B4;GREEK SMALL LETTER DELTA;Ll;0;L;;;;;N;;;0394;;0394 +03B5;GREEK SMALL LETTER EPSILON;Ll;0;L;;;;;N;;;0395;;0395 +03B6;GREEK SMALL LETTER ZETA;Ll;0;L;;;;;N;;;0396;;0396 +03B7;GREEK SMALL LETTER ETA;Ll;0;L;;;;;N;;;0397;;0397 +03B8;GREEK SMALL LETTER THETA;Ll;0;L;;;;;N;;;0398;;0398 +03B9;GREEK SMALL LETTER IOTA;Ll;0;L;;;;;N;;;0399;;0399 +03BA;GREEK SMALL LETTER KAPPA;Ll;0;L;;;;;N;;;039A;;039A +03BB;GREEK SMALL LETTER LAMDA;Ll;0;L;;;;;N;GREEK SMALL LETTER LAMBDA;;039B;;039B +03BC;GREEK SMALL LETTER MU;Ll;0;L;;;;;N;;;039C;;039C +03BD;GREEK SMALL LETTER NU;Ll;0;L;;;;;N;;;039D;;039D +03BE;GREEK SMALL LETTER XI;Ll;0;L;;;;;N;;;039E;;039E +03BF;GREEK SMALL LETTER OMICRON;Ll;0;L;;;;;N;;;039F;;039F +03C0;GREEK SMALL LETTER PI;Ll;0;L;;;;;N;;;03A0;;03A0 +03C1;GREEK SMALL LETTER RHO;Ll;0;L;;;;;N;;;03A1;;03A1 +03C2;GREEK SMALL LETTER FINAL SIGMA;Ll;0;L;;;;;N;;;03A3;;03A3 +03C3;GREEK SMALL LETTER SIGMA;Ll;0;L;;;;;N;;;03A3;;03A3 +03C4;GREEK SMALL LETTER TAU;Ll;0;L;;;;;N;;;03A4;;03A4 +03C5;GREEK SMALL LETTER UPSILON;Ll;0;L;;;;;N;;;03A5;;03A5 +03C6;GREEK SMALL LETTER PHI;Ll;0;L;;;;;N;;;03A6;;03A6 +03C7;GREEK SMALL LETTER CHI;Ll;0;L;;;;;N;;;03A7;;03A7 +03C8;GREEK SMALL LETTER PSI;Ll;0;L;;;;;N;;;03A8;;03A8 +03C9;GREEK SMALL LETTER OMEGA;Ll;0;L;;;;;N;;;03A9;;03A9 +03CA;GREEK SMALL LETTER IOTA WITH DIALYTIKA;Ll;0;L;03B9 0308;;;;N;GREEK SMALL LETTER IOTA DIAERESIS;;03AA;;03AA +03CB;GREEK SMALL LETTER UPSILON WITH DIALYTIKA;Ll;0;L;03C5 0308;;;;N;GREEK SMALL LETTER UPSILON DIAERESIS;;03AB;;03AB +03CC;GREEK SMALL LETTER OMICRON WITH TONOS;Ll;0;L;03BF 0301;;;;N;GREEK SMALL LETTER OMICRON TONOS;;038C;;038C +03CD;GREEK SMALL LETTER UPSILON WITH TONOS;Ll;0;L;03C5 0301;;;;N;GREEK SMALL LETTER UPSILON TONOS;;038E;;038E +03CE;GREEK SMALL LETTER OMEGA WITH TONOS;Ll;0;L;03C9 0301;;;;N;GREEK SMALL LETTER OMEGA TONOS;;038F;;038F +03CF;GREEK CAPITAL KAI SYMBOL;Lu;0;L;;;;;N;;;;03D7; +03D0;GREEK BETA SYMBOL;Ll;0;L; 03B2;;;;N;GREEK SMALL LETTER CURLED BETA;;0392;;0392 +03D1;GREEK THETA SYMBOL;Ll;0;L; 03B8;;;;N;GREEK SMALL LETTER SCRIPT THETA;;0398;;0398 +03D2;GREEK UPSILON WITH HOOK SYMBOL;Lu;0;L; 03A5;;;;N;GREEK CAPITAL LETTER UPSILON HOOK;;;; +03D3;GREEK UPSILON WITH ACUTE AND HOOK SYMBOL;Lu;0;L;03D2 0301;;;;N;GREEK CAPITAL LETTER UPSILON HOOK TONOS;;;; +03D4;GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL;Lu;0;L;03D2 0308;;;;N;GREEK CAPITAL LETTER UPSILON HOOK DIAERESIS;;;; +03D5;GREEK PHI SYMBOL;Ll;0;L; 03C6;;;;N;GREEK SMALL LETTER SCRIPT PHI;;03A6;;03A6 +03D6;GREEK PI SYMBOL;Ll;0;L; 03C0;;;;N;GREEK SMALL LETTER OMEGA PI;;03A0;;03A0 +03D7;GREEK KAI SYMBOL;Ll;0;L;;;;;N;;;03CF;;03CF +03D8;GREEK LETTER ARCHAIC KOPPA;Lu;0;L;;;;;N;;;;03D9; +03D9;GREEK SMALL LETTER ARCHAIC KOPPA;Ll;0;L;;;;;N;;;03D8;;03D8 +03DA;GREEK LETTER STIGMA;Lu;0;L;;;;;N;GREEK CAPITAL LETTER STIGMA;;;03DB; +03DB;GREEK SMALL LETTER STIGMA;Ll;0;L;;;;;N;;;03DA;;03DA +03DC;GREEK LETTER DIGAMMA;Lu;0;L;;;;;N;GREEK CAPITAL LETTER DIGAMMA;;;03DD; +03DD;GREEK SMALL LETTER DIGAMMA;Ll;0;L;;;;;N;;;03DC;;03DC +03DE;GREEK LETTER KOPPA;Lu;0;L;;;;;N;GREEK CAPITAL LETTER KOPPA;;;03DF; +03DF;GREEK SMALL LETTER KOPPA;Ll;0;L;;;;;N;;;03DE;;03DE +03E0;GREEK LETTER SAMPI;Lu;0;L;;;;;N;GREEK CAPITAL LETTER SAMPI;;;03E1; +03E1;GREEK SMALL LETTER SAMPI;Ll;0;L;;;;;N;;;03E0;;03E0 +03E2;COPTIC CAPITAL LETTER SHEI;Lu;0;L;;;;;N;GREEK CAPITAL LETTER SHEI;;;03E3; +03E3;COPTIC SMALL LETTER SHEI;Ll;0;L;;;;;N;GREEK SMALL LETTER SHEI;;03E2;;03E2 +03E4;COPTIC CAPITAL LETTER FEI;Lu;0;L;;;;;N;GREEK CAPITAL LETTER FEI;;;03E5; +03E5;COPTIC SMALL LETTER FEI;Ll;0;L;;;;;N;GREEK SMALL LETTER FEI;;03E4;;03E4 +03E6;COPTIC CAPITAL LETTER KHEI;Lu;0;L;;;;;N;GREEK CAPITAL LETTER KHEI;;;03E7; +03E7;COPTIC SMALL LETTER KHEI;Ll;0;L;;;;;N;GREEK SMALL LETTER KHEI;;03E6;;03E6 +03E8;COPTIC CAPITAL LETTER HORI;Lu;0;L;;;;;N;GREEK CAPITAL LETTER HORI;;;03E9; +03E9;COPTIC SMALL LETTER HORI;Ll;0;L;;;;;N;GREEK SMALL LETTER HORI;;03E8;;03E8 +03EA;COPTIC CAPITAL LETTER GANGIA;Lu;0;L;;;;;N;GREEK CAPITAL LETTER GANGIA;;;03EB; +03EB;COPTIC SMALL LETTER GANGIA;Ll;0;L;;;;;N;GREEK SMALL LETTER GANGIA;;03EA;;03EA +03EC;COPTIC CAPITAL LETTER SHIMA;Lu;0;L;;;;;N;GREEK CAPITAL LETTER SHIMA;;;03ED; +03ED;COPTIC SMALL LETTER SHIMA;Ll;0;L;;;;;N;GREEK SMALL LETTER SHIMA;;03EC;;03EC +03EE;COPTIC CAPITAL LETTER DEI;Lu;0;L;;;;;N;GREEK CAPITAL LETTER DEI;;;03EF; +03EF;COPTIC SMALL LETTER DEI;Ll;0;L;;;;;N;GREEK SMALL LETTER DEI;;03EE;;03EE +03F0;GREEK KAPPA SYMBOL;Ll;0;L; 03BA;;;;N;GREEK SMALL LETTER SCRIPT KAPPA;;039A;;039A +03F1;GREEK RHO SYMBOL;Ll;0;L; 03C1;;;;N;GREEK SMALL LETTER TAILED RHO;;03A1;;03A1 +03F2;GREEK LUNATE SIGMA SYMBOL;Ll;0;L; 03C2;;;;N;GREEK SMALL LETTER LUNATE SIGMA;;03F9;;03F9 +03F3;GREEK LETTER YOT;Ll;0;L;;;;;N;;;;; +03F4;GREEK CAPITAL THETA SYMBOL;Lu;0;L; 0398;;;;N;;;;03B8; +03F5;GREEK LUNATE EPSILON SYMBOL;Ll;0;L; 03B5;;;;N;;;0395;;0395 +03F6;GREEK REVERSED LUNATE EPSILON SYMBOL;Sm;0;ON;;;;;N;;;;; +03F7;GREEK CAPITAL LETTER SHO;Lu;0;L;;;;;N;;;;03F8; +03F8;GREEK SMALL LETTER SHO;Ll;0;L;;;;;N;;;03F7;;03F7 +03F9;GREEK CAPITAL LUNATE SIGMA SYMBOL;Lu;0;L; 03A3;;;;N;;;;03F2; +03FA;GREEK CAPITAL LETTER SAN;Lu;0;L;;;;;N;;;;03FB; +03FB;GREEK SMALL LETTER SAN;Ll;0;L;;;;;N;;;03FA;;03FA +03FC;GREEK RHO WITH STROKE SYMBOL;Ll;0;L;;;;;N;;;;; +03FD;GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL;Lu;0;L;;;;;N;;;;037B; +03FE;GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL;Lu;0;L;;;;;N;;;;037C; +03FF;GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL;Lu;0;L;;;;;N;;;;037D; +0400;CYRILLIC CAPITAL LETTER IE WITH GRAVE;Lu;0;L;0415 0300;;;;N;;;;0450; +0401;CYRILLIC CAPITAL LETTER IO;Lu;0;L;0415 0308;;;;N;;;;0451; +0402;CYRILLIC CAPITAL LETTER DJE;Lu;0;L;;;;;N;;;;0452; +0403;CYRILLIC CAPITAL LETTER GJE;Lu;0;L;0413 0301;;;;N;;;;0453; +0404;CYRILLIC CAPITAL LETTER UKRAINIAN IE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER E;;;0454; +0405;CYRILLIC CAPITAL LETTER DZE;Lu;0;L;;;;;N;;;;0455; +0406;CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER I;;;0456; +0407;CYRILLIC CAPITAL LETTER YI;Lu;0;L;0406 0308;;;;N;;;;0457; +0408;CYRILLIC CAPITAL LETTER JE;Lu;0;L;;;;;N;;;;0458; +0409;CYRILLIC CAPITAL LETTER LJE;Lu;0;L;;;;;N;;;;0459; +040A;CYRILLIC CAPITAL LETTER NJE;Lu;0;L;;;;;N;;;;045A; +040B;CYRILLIC CAPITAL LETTER TSHE;Lu;0;L;;;;;N;;;;045B; +040C;CYRILLIC CAPITAL LETTER KJE;Lu;0;L;041A 0301;;;;N;;;;045C; +040D;CYRILLIC CAPITAL LETTER I WITH GRAVE;Lu;0;L;0418 0300;;;;N;;;;045D; +040E;CYRILLIC CAPITAL LETTER SHORT U;Lu;0;L;0423 0306;;;;N;;;;045E; +040F;CYRILLIC CAPITAL LETTER DZHE;Lu;0;L;;;;;N;;;;045F; +0410;CYRILLIC CAPITAL LETTER A;Lu;0;L;;;;;N;;;;0430; +0411;CYRILLIC CAPITAL LETTER BE;Lu;0;L;;;;;N;;;;0431; +0412;CYRILLIC CAPITAL LETTER VE;Lu;0;L;;;;;N;;;;0432; +0413;CYRILLIC CAPITAL LETTER GHE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER GE;;;0433; +0414;CYRILLIC CAPITAL LETTER DE;Lu;0;L;;;;;N;;;;0434; +0415;CYRILLIC CAPITAL LETTER IE;Lu;0;L;;;;;N;;;;0435; +0416;CYRILLIC CAPITAL LETTER ZHE;Lu;0;L;;;;;N;;;;0436; +0417;CYRILLIC CAPITAL LETTER ZE;Lu;0;L;;;;;N;;;;0437; +0418;CYRILLIC CAPITAL LETTER I;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER II;;;0438; +0419;CYRILLIC CAPITAL LETTER SHORT I;Lu;0;L;0418 0306;;;;N;CYRILLIC CAPITAL LETTER SHORT II;;;0439; +041A;CYRILLIC CAPITAL LETTER KA;Lu;0;L;;;;;N;;;;043A; +041B;CYRILLIC CAPITAL LETTER EL;Lu;0;L;;;;;N;;;;043B; +041C;CYRILLIC CAPITAL LETTER EM;Lu;0;L;;;;;N;;;;043C; +041D;CYRILLIC CAPITAL LETTER EN;Lu;0;L;;;;;N;;;;043D; +041E;CYRILLIC CAPITAL LETTER O;Lu;0;L;;;;;N;;;;043E; +041F;CYRILLIC CAPITAL LETTER PE;Lu;0;L;;;;;N;;;;043F; +0420;CYRILLIC CAPITAL LETTER ER;Lu;0;L;;;;;N;;;;0440; +0421;CYRILLIC CAPITAL LETTER ES;Lu;0;L;;;;;N;;;;0441; +0422;CYRILLIC CAPITAL LETTER TE;Lu;0;L;;;;;N;;;;0442; +0423;CYRILLIC CAPITAL LETTER U;Lu;0;L;;;;;N;;;;0443; +0424;CYRILLIC CAPITAL LETTER EF;Lu;0;L;;;;;N;;;;0444; +0425;CYRILLIC CAPITAL LETTER HA;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER KHA;;;0445; +0426;CYRILLIC CAPITAL LETTER TSE;Lu;0;L;;;;;N;;;;0446; +0427;CYRILLIC CAPITAL LETTER CHE;Lu;0;L;;;;;N;;;;0447; +0428;CYRILLIC CAPITAL LETTER SHA;Lu;0;L;;;;;N;;;;0448; +0429;CYRILLIC CAPITAL LETTER SHCHA;Lu;0;L;;;;;N;;;;0449; +042A;CYRILLIC CAPITAL LETTER HARD SIGN;Lu;0;L;;;;;N;;;;044A; +042B;CYRILLIC CAPITAL LETTER YERU;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER YERI;;;044B; +042C;CYRILLIC CAPITAL LETTER SOFT SIGN;Lu;0;L;;;;;N;;;;044C; +042D;CYRILLIC CAPITAL LETTER E;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER REVERSED E;;;044D; +042E;CYRILLIC CAPITAL LETTER YU;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER IU;;;044E; +042F;CYRILLIC CAPITAL LETTER YA;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER IA;;;044F; +0430;CYRILLIC SMALL LETTER A;Ll;0;L;;;;;N;;;0410;;0410 +0431;CYRILLIC SMALL LETTER BE;Ll;0;L;;;;;N;;;0411;;0411 +0432;CYRILLIC SMALL LETTER VE;Ll;0;L;;;;;N;;;0412;;0412 +0433;CYRILLIC SMALL LETTER GHE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER GE;;0413;;0413 +0434;CYRILLIC SMALL LETTER DE;Ll;0;L;;;;;N;;;0414;;0414 +0435;CYRILLIC SMALL LETTER IE;Ll;0;L;;;;;N;;;0415;;0415 +0436;CYRILLIC SMALL LETTER ZHE;Ll;0;L;;;;;N;;;0416;;0416 +0437;CYRILLIC SMALL LETTER ZE;Ll;0;L;;;;;N;;;0417;;0417 +0438;CYRILLIC SMALL LETTER I;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER II;;0418;;0418 +0439;CYRILLIC SMALL LETTER SHORT I;Ll;0;L;0438 0306;;;;N;CYRILLIC SMALL LETTER SHORT II;;0419;;0419 +043A;CYRILLIC SMALL LETTER KA;Ll;0;L;;;;;N;;;041A;;041A +043B;CYRILLIC SMALL LETTER EL;Ll;0;L;;;;;N;;;041B;;041B +043C;CYRILLIC SMALL LETTER EM;Ll;0;L;;;;;N;;;041C;;041C +043D;CYRILLIC SMALL LETTER EN;Ll;0;L;;;;;N;;;041D;;041D +043E;CYRILLIC SMALL LETTER O;Ll;0;L;;;;;N;;;041E;;041E +043F;CYRILLIC SMALL LETTER PE;Ll;0;L;;;;;N;;;041F;;041F +0440;CYRILLIC SMALL LETTER ER;Ll;0;L;;;;;N;;;0420;;0420 +0441;CYRILLIC SMALL LETTER ES;Ll;0;L;;;;;N;;;0421;;0421 +0442;CYRILLIC SMALL LETTER TE;Ll;0;L;;;;;N;;;0422;;0422 +0443;CYRILLIC SMALL LETTER U;Ll;0;L;;;;;N;;;0423;;0423 +0444;CYRILLIC SMALL LETTER EF;Ll;0;L;;;;;N;;;0424;;0424 +0445;CYRILLIC SMALL LETTER HA;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER KHA;;0425;;0425 +0446;CYRILLIC SMALL LETTER TSE;Ll;0;L;;;;;N;;;0426;;0426 +0447;CYRILLIC SMALL LETTER CHE;Ll;0;L;;;;;N;;;0427;;0427 +0448;CYRILLIC SMALL LETTER SHA;Ll;0;L;;;;;N;;;0428;;0428 +0449;CYRILLIC SMALL LETTER SHCHA;Ll;0;L;;;;;N;;;0429;;0429 +044A;CYRILLIC SMALL LETTER HARD SIGN;Ll;0;L;;;;;N;;;042A;;042A +044B;CYRILLIC SMALL LETTER YERU;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER YERI;;042B;;042B +044C;CYRILLIC SMALL LETTER SOFT SIGN;Ll;0;L;;;;;N;;;042C;;042C +044D;CYRILLIC SMALL LETTER E;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER REVERSED E;;042D;;042D +044E;CYRILLIC SMALL LETTER YU;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER IU;;042E;;042E +044F;CYRILLIC SMALL LETTER YA;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER IA;;042F;;042F +0450;CYRILLIC SMALL LETTER IE WITH GRAVE;Ll;0;L;0435 0300;;;;N;;;0400;;0400 +0451;CYRILLIC SMALL LETTER IO;Ll;0;L;0435 0308;;;;N;;;0401;;0401 +0452;CYRILLIC SMALL LETTER DJE;Ll;0;L;;;;;N;;;0402;;0402 +0453;CYRILLIC SMALL LETTER GJE;Ll;0;L;0433 0301;;;;N;;;0403;;0403 +0454;CYRILLIC SMALL LETTER UKRAINIAN IE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER E;;0404;;0404 +0455;CYRILLIC SMALL LETTER DZE;Ll;0;L;;;;;N;;;0405;;0405 +0456;CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER I;;0406;;0406 +0457;CYRILLIC SMALL LETTER YI;Ll;0;L;0456 0308;;;;N;;;0407;;0407 +0458;CYRILLIC SMALL LETTER JE;Ll;0;L;;;;;N;;;0408;;0408 +0459;CYRILLIC SMALL LETTER LJE;Ll;0;L;;;;;N;;;0409;;0409 +045A;CYRILLIC SMALL LETTER NJE;Ll;0;L;;;;;N;;;040A;;040A +045B;CYRILLIC SMALL LETTER TSHE;Ll;0;L;;;;;N;;;040B;;040B +045C;CYRILLIC SMALL LETTER KJE;Ll;0;L;043A 0301;;;;N;;;040C;;040C +045D;CYRILLIC SMALL LETTER I WITH GRAVE;Ll;0;L;0438 0300;;;;N;;;040D;;040D +045E;CYRILLIC SMALL LETTER SHORT U;Ll;0;L;0443 0306;;;;N;;;040E;;040E +045F;CYRILLIC SMALL LETTER DZHE;Ll;0;L;;;;;N;;;040F;;040F +0460;CYRILLIC CAPITAL LETTER OMEGA;Lu;0;L;;;;;N;;;;0461; +0461;CYRILLIC SMALL LETTER OMEGA;Ll;0;L;;;;;N;;;0460;;0460 +0462;CYRILLIC CAPITAL LETTER YAT;Lu;0;L;;;;;N;;;;0463; +0463;CYRILLIC SMALL LETTER YAT;Ll;0;L;;;;;N;;;0462;;0462 +0464;CYRILLIC CAPITAL LETTER IOTIFIED E;Lu;0;L;;;;;N;;;;0465; +0465;CYRILLIC SMALL LETTER IOTIFIED E;Ll;0;L;;;;;N;;;0464;;0464 +0466;CYRILLIC CAPITAL LETTER LITTLE YUS;Lu;0;L;;;;;N;;;;0467; +0467;CYRILLIC SMALL LETTER LITTLE YUS;Ll;0;L;;;;;N;;;0466;;0466 +0468;CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS;Lu;0;L;;;;;N;;;;0469; +0469;CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS;Ll;0;L;;;;;N;;;0468;;0468 +046A;CYRILLIC CAPITAL LETTER BIG YUS;Lu;0;L;;;;;N;;;;046B; +046B;CYRILLIC SMALL LETTER BIG YUS;Ll;0;L;;;;;N;;;046A;;046A +046C;CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS;Lu;0;L;;;;;N;;;;046D; +046D;CYRILLIC SMALL LETTER IOTIFIED BIG YUS;Ll;0;L;;;;;N;;;046C;;046C +046E;CYRILLIC CAPITAL LETTER KSI;Lu;0;L;;;;;N;;;;046F; +046F;CYRILLIC SMALL LETTER KSI;Ll;0;L;;;;;N;;;046E;;046E +0470;CYRILLIC CAPITAL LETTER PSI;Lu;0;L;;;;;N;;;;0471; +0471;CYRILLIC SMALL LETTER PSI;Ll;0;L;;;;;N;;;0470;;0470 +0472;CYRILLIC CAPITAL LETTER FITA;Lu;0;L;;;;;N;;;;0473; +0473;CYRILLIC SMALL LETTER FITA;Ll;0;L;;;;;N;;;0472;;0472 +0474;CYRILLIC CAPITAL LETTER IZHITSA;Lu;0;L;;;;;N;;;;0475; +0475;CYRILLIC SMALL LETTER IZHITSA;Ll;0;L;;;;;N;;;0474;;0474 +0476;CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT;Lu;0;L;0474 030F;;;;N;CYRILLIC CAPITAL LETTER IZHITSA DOUBLE GRAVE;;;0477; +0477;CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT;Ll;0;L;0475 030F;;;;N;CYRILLIC SMALL LETTER IZHITSA DOUBLE GRAVE;;0476;;0476 +0478;CYRILLIC CAPITAL LETTER UK;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER UK DIGRAPH;;;0479; +0479;CYRILLIC SMALL LETTER UK;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER UK DIGRAPH;;0478;;0478 +047A;CYRILLIC CAPITAL LETTER ROUND OMEGA;Lu;0;L;;;;;N;;;;047B; +047B;CYRILLIC SMALL LETTER ROUND OMEGA;Ll;0;L;;;;;N;;;047A;;047A +047C;CYRILLIC CAPITAL LETTER OMEGA WITH TITLO;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER OMEGA TITLO;;;047D; +047D;CYRILLIC SMALL LETTER OMEGA WITH TITLO;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER OMEGA TITLO;;047C;;047C +047E;CYRILLIC CAPITAL LETTER OT;Lu;0;L;;;;;N;;;;047F; +047F;CYRILLIC SMALL LETTER OT;Ll;0;L;;;;;N;;;047E;;047E +0480;CYRILLIC CAPITAL LETTER KOPPA;Lu;0;L;;;;;N;;;;0481; +0481;CYRILLIC SMALL LETTER KOPPA;Ll;0;L;;;;;N;;;0480;;0480 +0482;CYRILLIC THOUSANDS SIGN;So;0;L;;;;;N;;;;; +0483;COMBINING CYRILLIC TITLO;Mn;230;NSM;;;;;N;CYRILLIC NON-SPACING TITLO;;;; +0484;COMBINING CYRILLIC PALATALIZATION;Mn;230;NSM;;;;;N;CYRILLIC NON-SPACING PALATALIZATION;;;; +0485;COMBINING CYRILLIC DASIA PNEUMATA;Mn;230;NSM;;;;;N;CYRILLIC NON-SPACING DASIA PNEUMATA;;;; +0486;COMBINING CYRILLIC PSILI PNEUMATA;Mn;230;NSM;;;;;N;CYRILLIC NON-SPACING PSILI PNEUMATA;;;; +0487;COMBINING CYRILLIC POKRYTIE;Mn;230;NSM;;;;;N;;;;; +0488;COMBINING CYRILLIC HUNDRED THOUSANDS SIGN;Me;0;NSM;;;;;N;;;;; +0489;COMBINING CYRILLIC MILLIONS SIGN;Me;0;NSM;;;;;N;;;;; +048A;CYRILLIC CAPITAL LETTER SHORT I WITH TAIL;Lu;0;L;;;;;N;;;;048B; +048B;CYRILLIC SMALL LETTER SHORT I WITH TAIL;Ll;0;L;;;;;N;;;048A;;048A +048C;CYRILLIC CAPITAL LETTER SEMISOFT SIGN;Lu;0;L;;;;;N;;;;048D; +048D;CYRILLIC SMALL LETTER SEMISOFT SIGN;Ll;0;L;;;;;N;;;048C;;048C +048E;CYRILLIC CAPITAL LETTER ER WITH TICK;Lu;0;L;;;;;N;;;;048F; +048F;CYRILLIC SMALL LETTER ER WITH TICK;Ll;0;L;;;;;N;;;048E;;048E +0490;CYRILLIC CAPITAL LETTER GHE WITH UPTURN;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER GE WITH UPTURN;;;0491; +0491;CYRILLIC SMALL LETTER GHE WITH UPTURN;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER GE WITH UPTURN;;0490;;0490 +0492;CYRILLIC CAPITAL LETTER GHE WITH STROKE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER GE BAR;;;0493; +0493;CYRILLIC SMALL LETTER GHE WITH STROKE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER GE BAR;;0492;;0492 +0494;CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER GE HOOK;;;0495; +0495;CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER GE HOOK;;0494;;0494 +0496;CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER ZHE WITH RIGHT DESCENDER;;;0497; +0497;CYRILLIC SMALL LETTER ZHE WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER ZHE WITH RIGHT DESCENDER;;0496;;0496 +0498;CYRILLIC CAPITAL LETTER ZE WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER ZE CEDILLA;;;0499; +0499;CYRILLIC SMALL LETTER ZE WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER ZE CEDILLA;;0498;;0498 +049A;CYRILLIC CAPITAL LETTER KA WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER KA WITH RIGHT DESCENDER;;;049B; +049B;CYRILLIC SMALL LETTER KA WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER KA WITH RIGHT DESCENDER;;049A;;049A +049C;CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER KA VERTICAL BAR;;;049D; +049D;CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER KA VERTICAL BAR;;049C;;049C +049E;CYRILLIC CAPITAL LETTER KA WITH STROKE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER KA BAR;;;049F; +049F;CYRILLIC SMALL LETTER KA WITH STROKE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER KA BAR;;049E;;049E +04A0;CYRILLIC CAPITAL LETTER BASHKIR KA;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER REVERSED GE KA;;;04A1; +04A1;CYRILLIC SMALL LETTER BASHKIR KA;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER REVERSED GE KA;;04A0;;04A0 +04A2;CYRILLIC CAPITAL LETTER EN WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER EN WITH RIGHT DESCENDER;;;04A3; +04A3;CYRILLIC SMALL LETTER EN WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER EN WITH RIGHT DESCENDER;;04A2;;04A2 +04A4;CYRILLIC CAPITAL LIGATURE EN GHE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER EN GE;;;04A5; +04A5;CYRILLIC SMALL LIGATURE EN GHE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER EN GE;;04A4;;04A4 +04A6;CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER PE HOOK;;;04A7; +04A7;CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER PE HOOK;;04A6;;04A6 +04A8;CYRILLIC CAPITAL LETTER ABKHASIAN HA;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER O HOOK;;;04A9; +04A9;CYRILLIC SMALL LETTER ABKHASIAN HA;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER O HOOK;;04A8;;04A8 +04AA;CYRILLIC CAPITAL LETTER ES WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER ES CEDILLA;;;04AB; +04AB;CYRILLIC SMALL LETTER ES WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER ES CEDILLA;;04AA;;04AA +04AC;CYRILLIC CAPITAL LETTER TE WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER TE WITH RIGHT DESCENDER;;;04AD; +04AD;CYRILLIC SMALL LETTER TE WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER TE WITH RIGHT DESCENDER;;04AC;;04AC +04AE;CYRILLIC CAPITAL LETTER STRAIGHT U;Lu;0;L;;;;;N;;;;04AF; +04AF;CYRILLIC SMALL LETTER STRAIGHT U;Ll;0;L;;;;;N;;;04AE;;04AE +04B0;CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER STRAIGHT U BAR;;;04B1; +04B1;CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER STRAIGHT U BAR;;04B0;;04B0 +04B2;CYRILLIC CAPITAL LETTER HA WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER KHA WITH RIGHT DESCENDER;;;04B3; +04B3;CYRILLIC SMALL LETTER HA WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER KHA WITH RIGHT DESCENDER;;04B2;;04B2 +04B4;CYRILLIC CAPITAL LIGATURE TE TSE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER TE TSE;;;04B5; +04B5;CYRILLIC SMALL LIGATURE TE TSE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER TE TSE;;04B4;;04B4 +04B6;CYRILLIC CAPITAL LETTER CHE WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER CHE WITH RIGHT DESCENDER;;;04B7; +04B7;CYRILLIC SMALL LETTER CHE WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER CHE WITH RIGHT DESCENDER;;04B6;;04B6 +04B8;CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER CHE VERTICAL BAR;;;04B9; +04B9;CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER CHE VERTICAL BAR;;04B8;;04B8 +04BA;CYRILLIC CAPITAL LETTER SHHA;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER H;;;04BB; +04BB;CYRILLIC SMALL LETTER SHHA;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER H;;04BA;;04BA +04BC;CYRILLIC CAPITAL LETTER ABKHASIAN CHE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER IE HOOK;;;04BD; +04BD;CYRILLIC SMALL LETTER ABKHASIAN CHE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER IE HOOK;;04BC;;04BC +04BE;CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER IE HOOK OGONEK;;;04BF; +04BF;CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER IE HOOK OGONEK;;04BE;;04BE +04C0;CYRILLIC LETTER PALOCHKA;Lu;0;L;;;;;N;CYRILLIC LETTER I;;;04CF; +04C1;CYRILLIC CAPITAL LETTER ZHE WITH BREVE;Lu;0;L;0416 0306;;;;N;CYRILLIC CAPITAL LETTER SHORT ZHE;;;04C2; +04C2;CYRILLIC SMALL LETTER ZHE WITH BREVE;Ll;0;L;0436 0306;;;;N;CYRILLIC SMALL LETTER SHORT ZHE;;04C1;;04C1 +04C3;CYRILLIC CAPITAL LETTER KA WITH HOOK;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER KA HOOK;;;04C4; +04C4;CYRILLIC SMALL LETTER KA WITH HOOK;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER KA HOOK;;04C3;;04C3 +04C5;CYRILLIC CAPITAL LETTER EL WITH TAIL;Lu;0;L;;;;;N;;;;04C6; +04C6;CYRILLIC SMALL LETTER EL WITH TAIL;Ll;0;L;;;;;N;;;04C5;;04C5 +04C7;CYRILLIC CAPITAL LETTER EN WITH HOOK;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER EN HOOK;;;04C8; +04C8;CYRILLIC SMALL LETTER EN WITH HOOK;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER EN HOOK;;04C7;;04C7 +04C9;CYRILLIC CAPITAL LETTER EN WITH TAIL;Lu;0;L;;;;;N;;;;04CA; +04CA;CYRILLIC SMALL LETTER EN WITH TAIL;Ll;0;L;;;;;N;;;04C9;;04C9 +04CB;CYRILLIC CAPITAL LETTER KHAKASSIAN CHE;Lu;0;L;;;;;N;CYRILLIC CAPITAL LETTER CHE WITH LEFT DESCENDER;;;04CC; +04CC;CYRILLIC SMALL LETTER KHAKASSIAN CHE;Ll;0;L;;;;;N;CYRILLIC SMALL LETTER CHE WITH LEFT DESCENDER;;04CB;;04CB +04CD;CYRILLIC CAPITAL LETTER EM WITH TAIL;Lu;0;L;;;;;N;;;;04CE; +04CE;CYRILLIC SMALL LETTER EM WITH TAIL;Ll;0;L;;;;;N;;;04CD;;04CD +04CF;CYRILLIC SMALL LETTER PALOCHKA;Ll;0;L;;;;;N;;;04C0;;04C0 +04D0;CYRILLIC CAPITAL LETTER A WITH BREVE;Lu;0;L;0410 0306;;;;N;;;;04D1; +04D1;CYRILLIC SMALL LETTER A WITH BREVE;Ll;0;L;0430 0306;;;;N;;;04D0;;04D0 +04D2;CYRILLIC CAPITAL LETTER A WITH DIAERESIS;Lu;0;L;0410 0308;;;;N;;;;04D3; +04D3;CYRILLIC SMALL LETTER A WITH DIAERESIS;Ll;0;L;0430 0308;;;;N;;;04D2;;04D2 +04D4;CYRILLIC CAPITAL LIGATURE A IE;Lu;0;L;;;;;N;;;;04D5; +04D5;CYRILLIC SMALL LIGATURE A IE;Ll;0;L;;;;;N;;;04D4;;04D4 +04D6;CYRILLIC CAPITAL LETTER IE WITH BREVE;Lu;0;L;0415 0306;;;;N;;;;04D7; +04D7;CYRILLIC SMALL LETTER IE WITH BREVE;Ll;0;L;0435 0306;;;;N;;;04D6;;04D6 +04D8;CYRILLIC CAPITAL LETTER SCHWA;Lu;0;L;;;;;N;;;;04D9; +04D9;CYRILLIC SMALL LETTER SCHWA;Ll;0;L;;;;;N;;;04D8;;04D8 +04DA;CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS;Lu;0;L;04D8 0308;;;;N;;;;04DB; +04DB;CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS;Ll;0;L;04D9 0308;;;;N;;;04DA;;04DA +04DC;CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS;Lu;0;L;0416 0308;;;;N;;;;04DD; +04DD;CYRILLIC SMALL LETTER ZHE WITH DIAERESIS;Ll;0;L;0436 0308;;;;N;;;04DC;;04DC +04DE;CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS;Lu;0;L;0417 0308;;;;N;;;;04DF; +04DF;CYRILLIC SMALL LETTER ZE WITH DIAERESIS;Ll;0;L;0437 0308;;;;N;;;04DE;;04DE +04E0;CYRILLIC CAPITAL LETTER ABKHASIAN DZE;Lu;0;L;;;;;N;;;;04E1; +04E1;CYRILLIC SMALL LETTER ABKHASIAN DZE;Ll;0;L;;;;;N;;;04E0;;04E0 +04E2;CYRILLIC CAPITAL LETTER I WITH MACRON;Lu;0;L;0418 0304;;;;N;;;;04E3; +04E3;CYRILLIC SMALL LETTER I WITH MACRON;Ll;0;L;0438 0304;;;;N;;;04E2;;04E2 +04E4;CYRILLIC CAPITAL LETTER I WITH DIAERESIS;Lu;0;L;0418 0308;;;;N;;;;04E5; +04E5;CYRILLIC SMALL LETTER I WITH DIAERESIS;Ll;0;L;0438 0308;;;;N;;;04E4;;04E4 +04E6;CYRILLIC CAPITAL LETTER O WITH DIAERESIS;Lu;0;L;041E 0308;;;;N;;;;04E7; +04E7;CYRILLIC SMALL LETTER O WITH DIAERESIS;Ll;0;L;043E 0308;;;;N;;;04E6;;04E6 +04E8;CYRILLIC CAPITAL LETTER BARRED O;Lu;0;L;;;;;N;;;;04E9; +04E9;CYRILLIC SMALL LETTER BARRED O;Ll;0;L;;;;;N;;;04E8;;04E8 +04EA;CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS;Lu;0;L;04E8 0308;;;;N;;;;04EB; +04EB;CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS;Ll;0;L;04E9 0308;;;;N;;;04EA;;04EA +04EC;CYRILLIC CAPITAL LETTER E WITH DIAERESIS;Lu;0;L;042D 0308;;;;N;;;;04ED; +04ED;CYRILLIC SMALL LETTER E WITH DIAERESIS;Ll;0;L;044D 0308;;;;N;;;04EC;;04EC +04EE;CYRILLIC CAPITAL LETTER U WITH MACRON;Lu;0;L;0423 0304;;;;N;;;;04EF; +04EF;CYRILLIC SMALL LETTER U WITH MACRON;Ll;0;L;0443 0304;;;;N;;;04EE;;04EE +04F0;CYRILLIC CAPITAL LETTER U WITH DIAERESIS;Lu;0;L;0423 0308;;;;N;;;;04F1; +04F1;CYRILLIC SMALL LETTER U WITH DIAERESIS;Ll;0;L;0443 0308;;;;N;;;04F0;;04F0 +04F2;CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE;Lu;0;L;0423 030B;;;;N;;;;04F3; +04F3;CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE;Ll;0;L;0443 030B;;;;N;;;04F2;;04F2 +04F4;CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS;Lu;0;L;0427 0308;;;;N;;;;04F5; +04F5;CYRILLIC SMALL LETTER CHE WITH DIAERESIS;Ll;0;L;0447 0308;;;;N;;;04F4;;04F4 +04F6;CYRILLIC CAPITAL LETTER GHE WITH DESCENDER;Lu;0;L;;;;;N;;;;04F7; +04F7;CYRILLIC SMALL LETTER GHE WITH DESCENDER;Ll;0;L;;;;;N;;;04F6;;04F6 +04F8;CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS;Lu;0;L;042B 0308;;;;N;;;;04F9; +04F9;CYRILLIC SMALL LETTER YERU WITH DIAERESIS;Ll;0;L;044B 0308;;;;N;;;04F8;;04F8 +04FA;CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK;Lu;0;L;;;;;N;;;;04FB; +04FB;CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK;Ll;0;L;;;;;N;;;04FA;;04FA +04FC;CYRILLIC CAPITAL LETTER HA WITH HOOK;Lu;0;L;;;;;N;;;;04FD; +04FD;CYRILLIC SMALL LETTER HA WITH HOOK;Ll;0;L;;;;;N;;;04FC;;04FC +04FE;CYRILLIC CAPITAL LETTER HA WITH STROKE;Lu;0;L;;;;;N;;;;04FF; +04FF;CYRILLIC SMALL LETTER HA WITH STROKE;Ll;0;L;;;;;N;;;04FE;;04FE +0500;CYRILLIC CAPITAL LETTER KOMI DE;Lu;0;L;;;;;N;;;;0501; +0501;CYRILLIC SMALL LETTER KOMI DE;Ll;0;L;;;;;N;;;0500;;0500 +0502;CYRILLIC CAPITAL LETTER KOMI DJE;Lu;0;L;;;;;N;;;;0503; +0503;CYRILLIC SMALL LETTER KOMI DJE;Ll;0;L;;;;;N;;;0502;;0502 +0504;CYRILLIC CAPITAL LETTER KOMI ZJE;Lu;0;L;;;;;N;;;;0505; +0505;CYRILLIC SMALL LETTER KOMI ZJE;Ll;0;L;;;;;N;;;0504;;0504 +0506;CYRILLIC CAPITAL LETTER KOMI DZJE;Lu;0;L;;;;;N;;;;0507; +0507;CYRILLIC SMALL LETTER KOMI DZJE;Ll;0;L;;;;;N;;;0506;;0506 +0508;CYRILLIC CAPITAL LETTER KOMI LJE;Lu;0;L;;;;;N;;;;0509; +0509;CYRILLIC SMALL LETTER KOMI LJE;Ll;0;L;;;;;N;;;0508;;0508 +050A;CYRILLIC CAPITAL LETTER KOMI NJE;Lu;0;L;;;;;N;;;;050B; +050B;CYRILLIC SMALL LETTER KOMI NJE;Ll;0;L;;;;;N;;;050A;;050A +050C;CYRILLIC CAPITAL LETTER KOMI SJE;Lu;0;L;;;;;N;;;;050D; +050D;CYRILLIC SMALL LETTER KOMI SJE;Ll;0;L;;;;;N;;;050C;;050C +050E;CYRILLIC CAPITAL LETTER KOMI TJE;Lu;0;L;;;;;N;;;;050F; +050F;CYRILLIC SMALL LETTER KOMI TJE;Ll;0;L;;;;;N;;;050E;;050E +0510;CYRILLIC CAPITAL LETTER REVERSED ZE;Lu;0;L;;;;;N;;;;0511; +0511;CYRILLIC SMALL LETTER REVERSED ZE;Ll;0;L;;;;;N;;;0510;;0510 +0512;CYRILLIC CAPITAL LETTER EL WITH HOOK;Lu;0;L;;;;;N;;;;0513; +0513;CYRILLIC SMALL LETTER EL WITH HOOK;Ll;0;L;;;;;N;;;0512;;0512 +0514;CYRILLIC CAPITAL LETTER LHA;Lu;0;L;;;;;N;;;;0515; +0515;CYRILLIC SMALL LETTER LHA;Ll;0;L;;;;;N;;;0514;;0514 +0516;CYRILLIC CAPITAL LETTER RHA;Lu;0;L;;;;;N;;;;0517; +0517;CYRILLIC SMALL LETTER RHA;Ll;0;L;;;;;N;;;0516;;0516 +0518;CYRILLIC CAPITAL LETTER YAE;Lu;0;L;;;;;N;;;;0519; +0519;CYRILLIC SMALL LETTER YAE;Ll;0;L;;;;;N;;;0518;;0518 +051A;CYRILLIC CAPITAL LETTER QA;Lu;0;L;;;;;N;;;;051B; +051B;CYRILLIC SMALL LETTER QA;Ll;0;L;;;;;N;;;051A;;051A +051C;CYRILLIC CAPITAL LETTER WE;Lu;0;L;;;;;N;;;;051D; +051D;CYRILLIC SMALL LETTER WE;Ll;0;L;;;;;N;;;051C;;051C +051E;CYRILLIC CAPITAL LETTER ALEUT KA;Lu;0;L;;;;;N;;;;051F; +051F;CYRILLIC SMALL LETTER ALEUT KA;Ll;0;L;;;;;N;;;051E;;051E +0520;CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK;Lu;0;L;;;;;N;;;;0521; +0521;CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK;Ll;0;L;;;;;N;;;0520;;0520 +0522;CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK;Lu;0;L;;;;;N;;;;0523; +0523;CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK;Ll;0;L;;;;;N;;;0522;;0522 +0524;CYRILLIC CAPITAL LETTER PE WITH DESCENDER;Lu;0;L;;;;;N;;;;0525; +0525;CYRILLIC SMALL LETTER PE WITH DESCENDER;Ll;0;L;;;;;N;;;0524;;0524 +0531;ARMENIAN CAPITAL LETTER AYB;Lu;0;L;;;;;N;;;;0561; +0532;ARMENIAN CAPITAL LETTER BEN;Lu;0;L;;;;;N;;;;0562; +0533;ARMENIAN CAPITAL LETTER GIM;Lu;0;L;;;;;N;;;;0563; +0534;ARMENIAN CAPITAL LETTER DA;Lu;0;L;;;;;N;;;;0564; +0535;ARMENIAN CAPITAL LETTER ECH;Lu;0;L;;;;;N;;;;0565; +0536;ARMENIAN CAPITAL LETTER ZA;Lu;0;L;;;;;N;;;;0566; +0537;ARMENIAN CAPITAL LETTER EH;Lu;0;L;;;;;N;;;;0567; +0538;ARMENIAN CAPITAL LETTER ET;Lu;0;L;;;;;N;;;;0568; +0539;ARMENIAN CAPITAL LETTER TO;Lu;0;L;;;;;N;;;;0569; +053A;ARMENIAN CAPITAL LETTER ZHE;Lu;0;L;;;;;N;;;;056A; +053B;ARMENIAN CAPITAL LETTER INI;Lu;0;L;;;;;N;;;;056B; +053C;ARMENIAN CAPITAL LETTER LIWN;Lu;0;L;;;;;N;;;;056C; +053D;ARMENIAN CAPITAL LETTER XEH;Lu;0;L;;;;;N;;;;056D; +053E;ARMENIAN CAPITAL LETTER CA;Lu;0;L;;;;;N;;;;056E; +053F;ARMENIAN CAPITAL LETTER KEN;Lu;0;L;;;;;N;;;;056F; +0540;ARMENIAN CAPITAL LETTER HO;Lu;0;L;;;;;N;;;;0570; +0541;ARMENIAN CAPITAL LETTER JA;Lu;0;L;;;;;N;;;;0571; +0542;ARMENIAN CAPITAL LETTER GHAD;Lu;0;L;;;;;N;ARMENIAN CAPITAL LETTER LAD;;;0572; +0543;ARMENIAN CAPITAL LETTER CHEH;Lu;0;L;;;;;N;;;;0573; +0544;ARMENIAN CAPITAL LETTER MEN;Lu;0;L;;;;;N;;;;0574; +0545;ARMENIAN CAPITAL LETTER YI;Lu;0;L;;;;;N;;;;0575; +0546;ARMENIAN CAPITAL LETTER NOW;Lu;0;L;;;;;N;;;;0576; +0547;ARMENIAN CAPITAL LETTER SHA;Lu;0;L;;;;;N;;;;0577; +0548;ARMENIAN CAPITAL LETTER VO;Lu;0;L;;;;;N;;;;0578; +0549;ARMENIAN CAPITAL LETTER CHA;Lu;0;L;;;;;N;;;;0579; +054A;ARMENIAN CAPITAL LETTER PEH;Lu;0;L;;;;;N;;;;057A; +054B;ARMENIAN CAPITAL LETTER JHEH;Lu;0;L;;;;;N;;;;057B; +054C;ARMENIAN CAPITAL LETTER RA;Lu;0;L;;;;;N;;;;057C; +054D;ARMENIAN CAPITAL LETTER SEH;Lu;0;L;;;;;N;;;;057D; +054E;ARMENIAN CAPITAL LETTER VEW;Lu;0;L;;;;;N;;;;057E; +054F;ARMENIAN CAPITAL LETTER TIWN;Lu;0;L;;;;;N;;;;057F; +0550;ARMENIAN CAPITAL LETTER REH;Lu;0;L;;;;;N;;;;0580; +0551;ARMENIAN CAPITAL LETTER CO;Lu;0;L;;;;;N;;;;0581; +0552;ARMENIAN CAPITAL LETTER YIWN;Lu;0;L;;;;;N;;;;0582; +0553;ARMENIAN CAPITAL LETTER PIWR;Lu;0;L;;;;;N;;;;0583; +0554;ARMENIAN CAPITAL LETTER KEH;Lu;0;L;;;;;N;;;;0584; +0555;ARMENIAN CAPITAL LETTER OH;Lu;0;L;;;;;N;;;;0585; +0556;ARMENIAN CAPITAL LETTER FEH;Lu;0;L;;;;;N;;;;0586; +0559;ARMENIAN MODIFIER LETTER LEFT HALF RING;Lm;0;L;;;;;N;;;;; +055A;ARMENIAN APOSTROPHE;Po;0;L;;;;;N;ARMENIAN MODIFIER LETTER RIGHT HALF RING;;;; +055B;ARMENIAN EMPHASIS MARK;Po;0;L;;;;;N;;;;; +055C;ARMENIAN EXCLAMATION MARK;Po;0;L;;;;;N;;;;; +055D;ARMENIAN COMMA;Po;0;L;;;;;N;;;;; +055E;ARMENIAN QUESTION MARK;Po;0;L;;;;;N;;;;; +055F;ARMENIAN ABBREVIATION MARK;Po;0;L;;;;;N;;;;; +0561;ARMENIAN SMALL LETTER AYB;Ll;0;L;;;;;N;;;0531;;0531 +0562;ARMENIAN SMALL LETTER BEN;Ll;0;L;;;;;N;;;0532;;0532 +0563;ARMENIAN SMALL LETTER GIM;Ll;0;L;;;;;N;;;0533;;0533 +0564;ARMENIAN SMALL LETTER DA;Ll;0;L;;;;;N;;;0534;;0534 +0565;ARMENIAN SMALL LETTER ECH;Ll;0;L;;;;;N;;;0535;;0535 +0566;ARMENIAN SMALL LETTER ZA;Ll;0;L;;;;;N;;;0536;;0536 +0567;ARMENIAN SMALL LETTER EH;Ll;0;L;;;;;N;;;0537;;0537 +0568;ARMENIAN SMALL LETTER ET;Ll;0;L;;;;;N;;;0538;;0538 +0569;ARMENIAN SMALL LETTER TO;Ll;0;L;;;;;N;;;0539;;0539 +056A;ARMENIAN SMALL LETTER ZHE;Ll;0;L;;;;;N;;;053A;;053A +056B;ARMENIAN SMALL LETTER INI;Ll;0;L;;;;;N;;;053B;;053B +056C;ARMENIAN SMALL LETTER LIWN;Ll;0;L;;;;;N;;;053C;;053C +056D;ARMENIAN SMALL LETTER XEH;Ll;0;L;;;;;N;;;053D;;053D +056E;ARMENIAN SMALL LETTER CA;Ll;0;L;;;;;N;;;053E;;053E +056F;ARMENIAN SMALL LETTER KEN;Ll;0;L;;;;;N;;;053F;;053F +0570;ARMENIAN SMALL LETTER HO;Ll;0;L;;;;;N;;;0540;;0540 +0571;ARMENIAN SMALL LETTER JA;Ll;0;L;;;;;N;;;0541;;0541 +0572;ARMENIAN SMALL LETTER GHAD;Ll;0;L;;;;;N;ARMENIAN SMALL LETTER LAD;;0542;;0542 +0573;ARMENIAN SMALL LETTER CHEH;Ll;0;L;;;;;N;;;0543;;0543 +0574;ARMENIAN SMALL LETTER MEN;Ll;0;L;;;;;N;;;0544;;0544 +0575;ARMENIAN SMALL LETTER YI;Ll;0;L;;;;;N;;;0545;;0545 +0576;ARMENIAN SMALL LETTER NOW;Ll;0;L;;;;;N;;;0546;;0546 +0577;ARMENIAN SMALL LETTER SHA;Ll;0;L;;;;;N;;;0547;;0547 +0578;ARMENIAN SMALL LETTER VO;Ll;0;L;;;;;N;;;0548;;0548 +0579;ARMENIAN SMALL LETTER CHA;Ll;0;L;;;;;N;;;0549;;0549 +057A;ARMENIAN SMALL LETTER PEH;Ll;0;L;;;;;N;;;054A;;054A +057B;ARMENIAN SMALL LETTER JHEH;Ll;0;L;;;;;N;;;054B;;054B +057C;ARMENIAN SMALL LETTER RA;Ll;0;L;;;;;N;;;054C;;054C +057D;ARMENIAN SMALL LETTER SEH;Ll;0;L;;;;;N;;;054D;;054D +057E;ARMENIAN SMALL LETTER VEW;Ll;0;L;;;;;N;;;054E;;054E +057F;ARMENIAN SMALL LETTER TIWN;Ll;0;L;;;;;N;;;054F;;054F +0580;ARMENIAN SMALL LETTER REH;Ll;0;L;;;;;N;;;0550;;0550 +0581;ARMENIAN SMALL LETTER CO;Ll;0;L;;;;;N;;;0551;;0551 +0582;ARMENIAN SMALL LETTER YIWN;Ll;0;L;;;;;N;;;0552;;0552 +0583;ARMENIAN SMALL LETTER PIWR;Ll;0;L;;;;;N;;;0553;;0553 +0584;ARMENIAN SMALL LETTER KEH;Ll;0;L;;;;;N;;;0554;;0554 +0585;ARMENIAN SMALL LETTER OH;Ll;0;L;;;;;N;;;0555;;0555 +0586;ARMENIAN SMALL LETTER FEH;Ll;0;L;;;;;N;;;0556;;0556 +0587;ARMENIAN SMALL LIGATURE ECH YIWN;Ll;0;L; 0565 0582;;;;N;;;;; +0589;ARMENIAN FULL STOP;Po;0;L;;;;;N;ARMENIAN PERIOD;;;; +058A;ARMENIAN HYPHEN;Pd;0;ON;;;;;N;;;;; +0591;HEBREW ACCENT ETNAHTA;Mn;220;NSM;;;;;N;;;;; +0592;HEBREW ACCENT SEGOL;Mn;230;NSM;;;;;N;;;;; +0593;HEBREW ACCENT SHALSHELET;Mn;230;NSM;;;;;N;;;;; +0594;HEBREW ACCENT ZAQEF QATAN;Mn;230;NSM;;;;;N;;;;; +0595;HEBREW ACCENT ZAQEF GADOL;Mn;230;NSM;;;;;N;;;;; +0596;HEBREW ACCENT TIPEHA;Mn;220;NSM;;;;;N;;;;; +0597;HEBREW ACCENT REVIA;Mn;230;NSM;;;;;N;;;;; +0598;HEBREW ACCENT ZARQA;Mn;230;NSM;;;;;N;;;;; +0599;HEBREW ACCENT PASHTA;Mn;230;NSM;;;;;N;;;;; +059A;HEBREW ACCENT YETIV;Mn;222;NSM;;;;;N;;;;; +059B;HEBREW ACCENT TEVIR;Mn;220;NSM;;;;;N;;;;; +059C;HEBREW ACCENT GERESH;Mn;230;NSM;;;;;N;;;;; +059D;HEBREW ACCENT GERESH MUQDAM;Mn;230;NSM;;;;;N;;;;; +059E;HEBREW ACCENT GERSHAYIM;Mn;230;NSM;;;;;N;;;;; +059F;HEBREW ACCENT QARNEY PARA;Mn;230;NSM;;;;;N;;;;; +05A0;HEBREW ACCENT TELISHA GEDOLA;Mn;230;NSM;;;;;N;;;;; +05A1;HEBREW ACCENT PAZER;Mn;230;NSM;;;;;N;;;;; +05A2;HEBREW ACCENT ATNAH HAFUKH;Mn;220;NSM;;;;;N;;;;; +05A3;HEBREW ACCENT MUNAH;Mn;220;NSM;;;;;N;;;;; +05A4;HEBREW ACCENT MAHAPAKH;Mn;220;NSM;;;;;N;;;;; +05A5;HEBREW ACCENT MERKHA;Mn;220;NSM;;;;;N;;;;; +05A6;HEBREW ACCENT MERKHA KEFULA;Mn;220;NSM;;;;;N;;;;; +05A7;HEBREW ACCENT DARGA;Mn;220;NSM;;;;;N;;;;; +05A8;HEBREW ACCENT QADMA;Mn;230;NSM;;;;;N;;;;; +05A9;HEBREW ACCENT TELISHA QETANA;Mn;230;NSM;;;;;N;;;;; +05AA;HEBREW ACCENT YERAH BEN YOMO;Mn;220;NSM;;;;;N;;;;; +05AB;HEBREW ACCENT OLE;Mn;230;NSM;;;;;N;;;;; +05AC;HEBREW ACCENT ILUY;Mn;230;NSM;;;;;N;;;;; +05AD;HEBREW ACCENT DEHI;Mn;222;NSM;;;;;N;;;;; +05AE;HEBREW ACCENT ZINOR;Mn;228;NSM;;;;;N;;;;; +05AF;HEBREW MARK MASORA CIRCLE;Mn;230;NSM;;;;;N;;;;; +05B0;HEBREW POINT SHEVA;Mn;10;NSM;;;;;N;;;;; +05B1;HEBREW POINT HATAF SEGOL;Mn;11;NSM;;;;;N;;;;; +05B2;HEBREW POINT HATAF PATAH;Mn;12;NSM;;;;;N;;;;; +05B3;HEBREW POINT HATAF QAMATS;Mn;13;NSM;;;;;N;;;;; +05B4;HEBREW POINT HIRIQ;Mn;14;NSM;;;;;N;;;;; +05B5;HEBREW POINT TSERE;Mn;15;NSM;;;;;N;;;;; +05B6;HEBREW POINT SEGOL;Mn;16;NSM;;;;;N;;;;; +05B7;HEBREW POINT PATAH;Mn;17;NSM;;;;;N;;;;; +05B8;HEBREW POINT QAMATS;Mn;18;NSM;;;;;N;;;;; +05B9;HEBREW POINT HOLAM;Mn;19;NSM;;;;;N;;;;; +05BA;HEBREW POINT HOLAM HASER FOR VAV;Mn;19;NSM;;;;;N;;;;; +05BB;HEBREW POINT QUBUTS;Mn;20;NSM;;;;;N;;;;; +05BC;HEBREW POINT DAGESH OR MAPIQ;Mn;21;NSM;;;;;N;HEBREW POINT DAGESH;;;; +05BD;HEBREW POINT METEG;Mn;22;NSM;;;;;N;;;;; +05BE;HEBREW PUNCTUATION MAQAF;Pd;0;R;;;;;N;;;;; +05BF;HEBREW POINT RAFE;Mn;23;NSM;;;;;N;;;;; +05C0;HEBREW PUNCTUATION PASEQ;Po;0;R;;;;;N;HEBREW POINT PASEQ;;;; +05C1;HEBREW POINT SHIN DOT;Mn;24;NSM;;;;;N;;;;; +05C2;HEBREW POINT SIN DOT;Mn;25;NSM;;;;;N;;;;; +05C3;HEBREW PUNCTUATION SOF PASUQ;Po;0;R;;;;;N;;;;; +05C4;HEBREW MARK UPPER DOT;Mn;230;NSM;;;;;N;;;;; +05C5;HEBREW MARK LOWER DOT;Mn;220;NSM;;;;;N;;;;; +05C6;HEBREW PUNCTUATION NUN HAFUKHA;Po;0;R;;;;;N;;;;; +05C7;HEBREW POINT QAMATS QATAN;Mn;18;NSM;;;;;N;;;;; +05D0;HEBREW LETTER ALEF;Lo;0;R;;;;;N;;;;; +05D1;HEBREW LETTER BET;Lo;0;R;;;;;N;;;;; +05D2;HEBREW LETTER GIMEL;Lo;0;R;;;;;N;;;;; +05D3;HEBREW LETTER DALET;Lo;0;R;;;;;N;;;;; +05D4;HEBREW LETTER HE;Lo;0;R;;;;;N;;;;; +05D5;HEBREW LETTER VAV;Lo;0;R;;;;;N;;;;; +05D6;HEBREW LETTER ZAYIN;Lo;0;R;;;;;N;;;;; +05D7;HEBREW LETTER HET;Lo;0;R;;;;;N;;;;; +05D8;HEBREW LETTER TET;Lo;0;R;;;;;N;;;;; +05D9;HEBREW LETTER YOD;Lo;0;R;;;;;N;;;;; +05DA;HEBREW LETTER FINAL KAF;Lo;0;R;;;;;N;;;;; +05DB;HEBREW LETTER KAF;Lo;0;R;;;;;N;;;;; +05DC;HEBREW LETTER LAMED;Lo;0;R;;;;;N;;;;; +05DD;HEBREW LETTER FINAL MEM;Lo;0;R;;;;;N;;;;; +05DE;HEBREW LETTER MEM;Lo;0;R;;;;;N;;;;; +05DF;HEBREW LETTER FINAL NUN;Lo;0;R;;;;;N;;;;; +05E0;HEBREW LETTER NUN;Lo;0;R;;;;;N;;;;; +05E1;HEBREW LETTER SAMEKH;Lo;0;R;;;;;N;;;;; +05E2;HEBREW LETTER AYIN;Lo;0;R;;;;;N;;;;; +05E3;HEBREW LETTER FINAL PE;Lo;0;R;;;;;N;;;;; +05E4;HEBREW LETTER PE;Lo;0;R;;;;;N;;;;; +05E5;HEBREW LETTER FINAL TSADI;Lo;0;R;;;;;N;;;;; +05E6;HEBREW LETTER TSADI;Lo;0;R;;;;;N;;;;; +05E7;HEBREW LETTER QOF;Lo;0;R;;;;;N;;;;; +05E8;HEBREW LETTER RESH;Lo;0;R;;;;;N;;;;; +05E9;HEBREW LETTER SHIN;Lo;0;R;;;;;N;;;;; +05EA;HEBREW LETTER TAV;Lo;0;R;;;;;N;;;;; +05F0;HEBREW LIGATURE YIDDISH DOUBLE VAV;Lo;0;R;;;;;N;HEBREW LETTER DOUBLE VAV;;;; +05F1;HEBREW LIGATURE YIDDISH VAV YOD;Lo;0;R;;;;;N;HEBREW LETTER VAV YOD;;;; +05F2;HEBREW LIGATURE YIDDISH DOUBLE YOD;Lo;0;R;;;;;N;HEBREW LETTER DOUBLE YOD;;;; +05F3;HEBREW PUNCTUATION GERESH;Po;0;R;;;;;N;;;;; +05F4;HEBREW PUNCTUATION GERSHAYIM;Po;0;R;;;;;N;;;;; +0600;ARABIC NUMBER SIGN;Cf;0;AN;;;;;N;;;;; +0601;ARABIC SIGN SANAH;Cf;0;AN;;;;;N;;;;; +0602;ARABIC FOOTNOTE MARKER;Cf;0;AN;;;;;N;;;;; +0603;ARABIC SIGN SAFHA;Cf;0;AN;;;;;N;;;;; +0606;ARABIC-INDIC CUBE ROOT;Sm;0;ON;;;;;N;;;;; +0607;ARABIC-INDIC FOURTH ROOT;Sm;0;ON;;;;;N;;;;; +0608;ARABIC RAY;Sm;0;AL;;;;;N;;;;; +0609;ARABIC-INDIC PER MILLE SIGN;Po;0;ET;;;;;N;;;;; +060A;ARABIC-INDIC PER TEN THOUSAND SIGN;Po;0;ET;;;;;N;;;;; +060B;AFGHANI SIGN;Sc;0;AL;;;;;N;;;;; +060C;ARABIC COMMA;Po;0;CS;;;;;N;;;;; +060D;ARABIC DATE SEPARATOR;Po;0;AL;;;;;N;;;;; +060E;ARABIC POETIC VERSE SIGN;So;0;ON;;;;;N;;;;; +060F;ARABIC SIGN MISRA;So;0;ON;;;;;N;;;;; +0610;ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM;Mn;230;NSM;;;;;N;;;;; +0611;ARABIC SIGN ALAYHE ASSALLAM;Mn;230;NSM;;;;;N;;;;; +0612;ARABIC SIGN RAHMATULLAH ALAYHE;Mn;230;NSM;;;;;N;;;;; +0613;ARABIC SIGN RADI ALLAHOU ANHU;Mn;230;NSM;;;;;N;;;;; +0614;ARABIC SIGN TAKHALLUS;Mn;230;NSM;;;;;N;;;;; +0615;ARABIC SMALL HIGH TAH;Mn;230;NSM;;;;;N;;;;; +0616;ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH;Mn;230;NSM;;;;;N;;;;; +0617;ARABIC SMALL HIGH ZAIN;Mn;230;NSM;;;;;N;;;;; +0618;ARABIC SMALL FATHA;Mn;30;NSM;;;;;N;;;;; +0619;ARABIC SMALL DAMMA;Mn;31;NSM;;;;;N;;;;; +061A;ARABIC SMALL KASRA;Mn;32;NSM;;;;;N;;;;; +061B;ARABIC SEMICOLON;Po;0;AL;;;;;N;;;;; +061E;ARABIC TRIPLE DOT PUNCTUATION MARK;Po;0;AL;;;;;N;;;;; +061F;ARABIC QUESTION MARK;Po;0;AL;;;;;N;;;;; +0621;ARABIC LETTER HAMZA;Lo;0;AL;;;;;N;ARABIC LETTER HAMZAH;;;; +0622;ARABIC LETTER ALEF WITH MADDA ABOVE;Lo;0;AL;0627 0653;;;;N;ARABIC LETTER MADDAH ON ALEF;;;; +0623;ARABIC LETTER ALEF WITH HAMZA ABOVE;Lo;0;AL;0627 0654;;;;N;ARABIC LETTER HAMZAH ON ALEF;;;; +0624;ARABIC LETTER WAW WITH HAMZA ABOVE;Lo;0;AL;0648 0654;;;;N;ARABIC LETTER HAMZAH ON WAW;;;; +0625;ARABIC LETTER ALEF WITH HAMZA BELOW;Lo;0;AL;0627 0655;;;;N;ARABIC LETTER HAMZAH UNDER ALEF;;;; +0626;ARABIC LETTER YEH WITH HAMZA ABOVE;Lo;0;AL;064A 0654;;;;N;ARABIC LETTER HAMZAH ON YA;;;; +0627;ARABIC LETTER ALEF;Lo;0;AL;;;;;N;;;;; +0628;ARABIC LETTER BEH;Lo;0;AL;;;;;N;ARABIC LETTER BAA;;;; +0629;ARABIC LETTER TEH MARBUTA;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH;;;; +062A;ARABIC LETTER TEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA;;;; +062B;ARABIC LETTER THEH;Lo;0;AL;;;;;N;ARABIC LETTER THAA;;;; +062C;ARABIC LETTER JEEM;Lo;0;AL;;;;;N;;;;; +062D;ARABIC LETTER HAH;Lo;0;AL;;;;;N;ARABIC LETTER HAA;;;; +062E;ARABIC LETTER KHAH;Lo;0;AL;;;;;N;ARABIC LETTER KHAA;;;; +062F;ARABIC LETTER DAL;Lo;0;AL;;;;;N;;;;; +0630;ARABIC LETTER THAL;Lo;0;AL;;;;;N;;;;; +0631;ARABIC LETTER REH;Lo;0;AL;;;;;N;ARABIC LETTER RA;;;; +0632;ARABIC LETTER ZAIN;Lo;0;AL;;;;;N;;;;; +0633;ARABIC LETTER SEEN;Lo;0;AL;;;;;N;;;;; +0634;ARABIC LETTER SHEEN;Lo;0;AL;;;;;N;;;;; +0635;ARABIC LETTER SAD;Lo;0;AL;;;;;N;;;;; +0636;ARABIC LETTER DAD;Lo;0;AL;;;;;N;;;;; +0637;ARABIC LETTER TAH;Lo;0;AL;;;;;N;;;;; +0638;ARABIC LETTER ZAH;Lo;0;AL;;;;;N;ARABIC LETTER DHAH;;;; +0639;ARABIC LETTER AIN;Lo;0;AL;;;;;N;;;;; +063A;ARABIC LETTER GHAIN;Lo;0;AL;;;;;N;;;;; +063B;ARABIC LETTER KEHEH WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +063C;ARABIC LETTER KEHEH WITH THREE DOTS BELOW;Lo;0;AL;;;;;N;;;;; +063D;ARABIC LETTER FARSI YEH WITH INVERTED V;Lo;0;AL;;;;;N;;;;; +063E;ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +063F;ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0640;ARABIC TATWEEL;Lm;0;AL;;;;;N;;;;; +0641;ARABIC LETTER FEH;Lo;0;AL;;;;;N;ARABIC LETTER FA;;;; +0642;ARABIC LETTER QAF;Lo;0;AL;;;;;N;;;;; +0643;ARABIC LETTER KAF;Lo;0;AL;;;;;N;ARABIC LETTER CAF;;;; +0644;ARABIC LETTER LAM;Lo;0;AL;;;;;N;;;;; +0645;ARABIC LETTER MEEM;Lo;0;AL;;;;;N;;;;; +0646;ARABIC LETTER NOON;Lo;0;AL;;;;;N;;;;; +0647;ARABIC LETTER HEH;Lo;0;AL;;;;;N;ARABIC LETTER HA;;;; +0648;ARABIC LETTER WAW;Lo;0;AL;;;;;N;;;;; +0649;ARABIC LETTER ALEF MAKSURA;Lo;0;AL;;;;;N;ARABIC LETTER ALEF MAQSURAH;;;; +064A;ARABIC LETTER YEH;Lo;0;AL;;;;;N;ARABIC LETTER YA;;;; +064B;ARABIC FATHATAN;Mn;27;NSM;;;;;N;;;;; +064C;ARABIC DAMMATAN;Mn;28;NSM;;;;;N;;;;; +064D;ARABIC KASRATAN;Mn;29;NSM;;;;;N;;;;; +064E;ARABIC FATHA;Mn;30;NSM;;;;;N;ARABIC FATHAH;;;; +064F;ARABIC DAMMA;Mn;31;NSM;;;;;N;ARABIC DAMMAH;;;; +0650;ARABIC KASRA;Mn;32;NSM;;;;;N;ARABIC KASRAH;;;; +0651;ARABIC SHADDA;Mn;33;NSM;;;;;N;ARABIC SHADDAH;;;; +0652;ARABIC SUKUN;Mn;34;NSM;;;;;N;;;;; +0653;ARABIC MADDAH ABOVE;Mn;230;NSM;;;;;N;;;;; +0654;ARABIC HAMZA ABOVE;Mn;230;NSM;;;;;N;;;;; +0655;ARABIC HAMZA BELOW;Mn;220;NSM;;;;;N;;;;; +0656;ARABIC SUBSCRIPT ALEF;Mn;220;NSM;;;;;N;;;;; +0657;ARABIC INVERTED DAMMA;Mn;230;NSM;;;;;N;;;;; +0658;ARABIC MARK NOON GHUNNA;Mn;230;NSM;;;;;N;;;;; +0659;ARABIC ZWARAKAY;Mn;230;NSM;;;;;N;;;;; +065A;ARABIC VOWEL SIGN SMALL V ABOVE;Mn;230;NSM;;;;;N;;;;; +065B;ARABIC VOWEL SIGN INVERTED SMALL V ABOVE;Mn;230;NSM;;;;;N;;;;; +065C;ARABIC VOWEL SIGN DOT BELOW;Mn;220;NSM;;;;;N;;;;; +065D;ARABIC REVERSED DAMMA;Mn;230;NSM;;;;;N;;;;; +065E;ARABIC FATHA WITH TWO DOTS;Mn;230;NSM;;;;;N;;;;; +0660;ARABIC-INDIC DIGIT ZERO;Nd;0;AN;;0;0;0;N;;;;; +0661;ARABIC-INDIC DIGIT ONE;Nd;0;AN;;1;1;1;N;;;;; +0662;ARABIC-INDIC DIGIT TWO;Nd;0;AN;;2;2;2;N;;;;; +0663;ARABIC-INDIC DIGIT THREE;Nd;0;AN;;3;3;3;N;;;;; +0664;ARABIC-INDIC DIGIT FOUR;Nd;0;AN;;4;4;4;N;;;;; +0665;ARABIC-INDIC DIGIT FIVE;Nd;0;AN;;5;5;5;N;;;;; +0666;ARABIC-INDIC DIGIT SIX;Nd;0;AN;;6;6;6;N;;;;; +0667;ARABIC-INDIC DIGIT SEVEN;Nd;0;AN;;7;7;7;N;;;;; +0668;ARABIC-INDIC DIGIT EIGHT;Nd;0;AN;;8;8;8;N;;;;; +0669;ARABIC-INDIC DIGIT NINE;Nd;0;AN;;9;9;9;N;;;;; +066A;ARABIC PERCENT SIGN;Po;0;ET;;;;;N;;;;; +066B;ARABIC DECIMAL SEPARATOR;Po;0;AN;;;;;N;;;;; +066C;ARABIC THOUSANDS SEPARATOR;Po;0;AN;;;;;N;;;;; +066D;ARABIC FIVE POINTED STAR;Po;0;AL;;;;;N;;;;; +066E;ARABIC LETTER DOTLESS BEH;Lo;0;AL;;;;;N;;;;; +066F;ARABIC LETTER DOTLESS QAF;Lo;0;AL;;;;;N;;;;; +0670;ARABIC LETTER SUPERSCRIPT ALEF;Mn;35;NSM;;;;;N;ARABIC ALEF ABOVE;;;; +0671;ARABIC LETTER ALEF WASLA;Lo;0;AL;;;;;N;ARABIC LETTER HAMZAT WASL ON ALEF;;;; +0672;ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER WAVY HAMZAH ON ALEF;;;; +0673;ARABIC LETTER ALEF WITH WAVY HAMZA BELOW;Lo;0;AL;;;;;N;ARABIC LETTER WAVY HAMZAH UNDER ALEF;;;; +0674;ARABIC LETTER HIGH HAMZA;Lo;0;AL;;;;;N;ARABIC LETTER HIGH HAMZAH;;;; +0675;ARABIC LETTER HIGH HAMZA ALEF;Lo;0;AL; 0627 0674;;;;N;ARABIC LETTER HIGH HAMZAH ALEF;;;; +0676;ARABIC LETTER HIGH HAMZA WAW;Lo;0;AL; 0648 0674;;;;N;ARABIC LETTER HIGH HAMZAH WAW;;;; +0677;ARABIC LETTER U WITH HAMZA ABOVE;Lo;0;AL; 06C7 0674;;;;N;ARABIC LETTER HIGH HAMZAH WAW WITH DAMMAH;;;; +0678;ARABIC LETTER HIGH HAMZA YEH;Lo;0;AL; 064A 0674;;;;N;ARABIC LETTER HIGH HAMZAH YA;;;; +0679;ARABIC LETTER TTEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH SMALL TAH;;;; +067A;ARABIC LETTER TTEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH TWO DOTS VERTICAL ABOVE;;;; +067B;ARABIC LETTER BEEH;Lo;0;AL;;;;;N;ARABIC LETTER BAA WITH TWO DOTS VERTICAL BELOW;;;; +067C;ARABIC LETTER TEH WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH RING;;;; +067D;ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE DOTS ABOVE DOWNWARD;;;; +067E;ARABIC LETTER PEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE DOTS BELOW;;;; +067F;ARABIC LETTER TEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH FOUR DOTS ABOVE;;;; +0680;ARABIC LETTER BEHEH;Lo;0;AL;;;;;N;ARABIC LETTER BAA WITH FOUR DOTS BELOW;;;; +0681;ARABIC LETTER HAH WITH HAMZA ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER HAMZAH ON HAA;;;; +0682;ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER HAA WITH TWO DOTS VERTICAL ABOVE;;;; +0683;ARABIC LETTER NYEH;Lo;0;AL;;;;;N;ARABIC LETTER HAA WITH MIDDLE TWO DOTS;;;; +0684;ARABIC LETTER DYEH;Lo;0;AL;;;;;N;ARABIC LETTER HAA WITH MIDDLE TWO DOTS VERTICAL;;;; +0685;ARABIC LETTER HAH WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER HAA WITH THREE DOTS ABOVE;;;; +0686;ARABIC LETTER TCHEH;Lo;0;AL;;;;;N;ARABIC LETTER HAA WITH MIDDLE THREE DOTS DOWNWARD;;;; +0687;ARABIC LETTER TCHEHEH;Lo;0;AL;;;;;N;ARABIC LETTER HAA WITH MIDDLE FOUR DOTS;;;; +0688;ARABIC LETTER DDAL;Lo;0;AL;;;;;N;ARABIC LETTER DAL WITH SMALL TAH;;;; +0689;ARABIC LETTER DAL WITH RING;Lo;0;AL;;;;;N;;;;; +068A;ARABIC LETTER DAL WITH DOT BELOW;Lo;0;AL;;;;;N;;;;; +068B;ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH;Lo;0;AL;;;;;N;;;;; +068C;ARABIC LETTER DAHAL;Lo;0;AL;;;;;N;ARABIC LETTER DAL WITH TWO DOTS ABOVE;;;; +068D;ARABIC LETTER DDAHAL;Lo;0;AL;;;;;N;ARABIC LETTER DAL WITH TWO DOTS BELOW;;;; +068E;ARABIC LETTER DUL;Lo;0;AL;;;;;N;ARABIC LETTER DAL WITH THREE DOTS ABOVE;;;; +068F;ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS;Lo;0;AL;;;;;N;ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARD;;;; +0690;ARABIC LETTER DAL WITH FOUR DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0691;ARABIC LETTER RREH;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH SMALL TAH;;;; +0692;ARABIC LETTER REH WITH SMALL V;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH SMALL V;;;; +0693;ARABIC LETTER REH WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH RING;;;; +0694;ARABIC LETTER REH WITH DOT BELOW;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH DOT BELOW;;;; +0695;ARABIC LETTER REH WITH SMALL V BELOW;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH SMALL V BELOW;;;; +0696;ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH DOT BELOW AND DOT ABOVE;;;; +0697;ARABIC LETTER REH WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH TWO DOTS ABOVE;;;; +0698;ARABIC LETTER JEH;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH THREE DOTS ABOVE;;;; +0699;ARABIC LETTER REH WITH FOUR DOTS ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER RA WITH FOUR DOTS ABOVE;;;; +069A;ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE;Lo;0;AL;;;;;N;;;;; +069B;ARABIC LETTER SEEN WITH THREE DOTS BELOW;Lo;0;AL;;;;;N;;;;; +069C;ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +069D;ARABIC LETTER SAD WITH TWO DOTS BELOW;Lo;0;AL;;;;;N;;;;; +069E;ARABIC LETTER SAD WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +069F;ARABIC LETTER TAH WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06A0;ARABIC LETTER AIN WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06A1;ARABIC LETTER DOTLESS FEH;Lo;0;AL;;;;;N;ARABIC LETTER DOTLESS FA;;;; +06A2;ARABIC LETTER FEH WITH DOT MOVED BELOW;Lo;0;AL;;;;;N;ARABIC LETTER FA WITH DOT MOVED BELOW;;;; +06A3;ARABIC LETTER FEH WITH DOT BELOW;Lo;0;AL;;;;;N;ARABIC LETTER FA WITH DOT BELOW;;;; +06A4;ARABIC LETTER VEH;Lo;0;AL;;;;;N;ARABIC LETTER FA WITH THREE DOTS ABOVE;;;; +06A5;ARABIC LETTER FEH WITH THREE DOTS BELOW;Lo;0;AL;;;;;N;ARABIC LETTER FA WITH THREE DOTS BELOW;;;; +06A6;ARABIC LETTER PEHEH;Lo;0;AL;;;;;N;ARABIC LETTER FA WITH FOUR DOTS ABOVE;;;; +06A7;ARABIC LETTER QAF WITH DOT ABOVE;Lo;0;AL;;;;;N;;;;; +06A8;ARABIC LETTER QAF WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06A9;ARABIC LETTER KEHEH;Lo;0;AL;;;;;N;ARABIC LETTER OPEN CAF;;;; +06AA;ARABIC LETTER SWASH KAF;Lo;0;AL;;;;;N;ARABIC LETTER SWASH CAF;;;; +06AB;ARABIC LETTER KAF WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER CAF WITH RING;;;; +06AC;ARABIC LETTER KAF WITH DOT ABOVE;Lo;0;AL;;;;;N;ARABIC LETTER CAF WITH DOT ABOVE;;;; +06AD;ARABIC LETTER NG;Lo;0;AL;;;;;N;ARABIC LETTER CAF WITH THREE DOTS ABOVE;;;; +06AE;ARABIC LETTER KAF WITH THREE DOTS BELOW;Lo;0;AL;;;;;N;ARABIC LETTER CAF WITH THREE DOTS BELOW;;;; +06AF;ARABIC LETTER GAF;Lo;0;AL;;;;;N;;;;; +06B0;ARABIC LETTER GAF WITH RING;Lo;0;AL;;;;;N;;;;; +06B1;ARABIC LETTER NGOEH;Lo;0;AL;;;;;N;ARABIC LETTER GAF WITH TWO DOTS ABOVE;;;; +06B2;ARABIC LETTER GAF WITH TWO DOTS BELOW;Lo;0;AL;;;;;N;;;;; +06B3;ARABIC LETTER GUEH;Lo;0;AL;;;;;N;ARABIC LETTER GAF WITH TWO DOTS VERTICAL BELOW;;;; +06B4;ARABIC LETTER GAF WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06B5;ARABIC LETTER LAM WITH SMALL V;Lo;0;AL;;;;;N;;;;; +06B6;ARABIC LETTER LAM WITH DOT ABOVE;Lo;0;AL;;;;;N;;;;; +06B7;ARABIC LETTER LAM WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06B8;ARABIC LETTER LAM WITH THREE DOTS BELOW;Lo;0;AL;;;;;N;;;;; +06B9;ARABIC LETTER NOON WITH DOT BELOW;Lo;0;AL;;;;;N;;;;; +06BA;ARABIC LETTER NOON GHUNNA;Lo;0;AL;;;;;N;ARABIC LETTER DOTLESS NOON;;;; +06BB;ARABIC LETTER RNOON;Lo;0;AL;;;;;N;ARABIC LETTER DOTLESS NOON WITH SMALL TAH;;;; +06BC;ARABIC LETTER NOON WITH RING;Lo;0;AL;;;;;N;;;;; +06BD;ARABIC LETTER NOON WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06BE;ARABIC LETTER HEH DOACHASHMEE;Lo;0;AL;;;;;N;ARABIC LETTER KNOTTED HA;;;; +06BF;ARABIC LETTER TCHEH WITH DOT ABOVE;Lo;0;AL;;;;;N;;;;; +06C0;ARABIC LETTER HEH WITH YEH ABOVE;Lo;0;AL;06D5 0654;;;;N;ARABIC LETTER HAMZAH ON HA;;;; +06C1;ARABIC LETTER HEH GOAL;Lo;0;AL;;;;;N;ARABIC LETTER HA GOAL;;;; +06C2;ARABIC LETTER HEH GOAL WITH HAMZA ABOVE;Lo;0;AL;06C1 0654;;;;N;ARABIC LETTER HAMZAH ON HA GOAL;;;; +06C3;ARABIC LETTER TEH MARBUTA GOAL;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH GOAL;;;; +06C4;ARABIC LETTER WAW WITH RING;Lo;0;AL;;;;;N;;;;; +06C5;ARABIC LETTER KIRGHIZ OE;Lo;0;AL;;;;;N;ARABIC LETTER WAW WITH BAR;;;; +06C6;ARABIC LETTER OE;Lo;0;AL;;;;;N;ARABIC LETTER WAW WITH SMALL V;;;; +06C7;ARABIC LETTER U;Lo;0;AL;;;;;N;ARABIC LETTER WAW WITH DAMMAH;;;; +06C8;ARABIC LETTER YU;Lo;0;AL;;;;;N;ARABIC LETTER WAW WITH ALEF ABOVE;;;; +06C9;ARABIC LETTER KIRGHIZ YU;Lo;0;AL;;;;;N;ARABIC LETTER WAW WITH INVERTED SMALL V;;;; +06CA;ARABIC LETTER WAW WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +06CB;ARABIC LETTER VE;Lo;0;AL;;;;;N;ARABIC LETTER WAW WITH THREE DOTS ABOVE;;;; +06CC;ARABIC LETTER FARSI YEH;Lo;0;AL;;;;;N;ARABIC LETTER DOTLESS YA;;;; +06CD;ARABIC LETTER YEH WITH TAIL;Lo;0;AL;;;;;N;ARABIC LETTER YA WITH TAIL;;;; +06CE;ARABIC LETTER YEH WITH SMALL V;Lo;0;AL;;;;;N;ARABIC LETTER YA WITH SMALL V;;;; +06CF;ARABIC LETTER WAW WITH DOT ABOVE;Lo;0;AL;;;;;N;;;;; +06D0;ARABIC LETTER E;Lo;0;AL;;;;;N;ARABIC LETTER YA WITH TWO DOTS VERTICAL BELOW;;;; +06D1;ARABIC LETTER YEH WITH THREE DOTS BELOW;Lo;0;AL;;;;;N;ARABIC LETTER YA WITH THREE DOTS BELOW;;;; +06D2;ARABIC LETTER YEH BARREE;Lo;0;AL;;;;;N;ARABIC LETTER YA BARREE;;;; +06D3;ARABIC LETTER YEH BARREE WITH HAMZA ABOVE;Lo;0;AL;06D2 0654;;;;N;ARABIC LETTER HAMZAH ON YA BARREE;;;; +06D4;ARABIC FULL STOP;Po;0;AL;;;;;N;ARABIC PERIOD;;;; +06D5;ARABIC LETTER AE;Lo;0;AL;;;;;N;;;;; +06D6;ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA;Mn;230;NSM;;;;;N;;;;; +06D7;ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA;Mn;230;NSM;;;;;N;;;;; +06D8;ARABIC SMALL HIGH MEEM INITIAL FORM;Mn;230;NSM;;;;;N;;;;; +06D9;ARABIC SMALL HIGH LAM ALEF;Mn;230;NSM;;;;;N;;;;; +06DA;ARABIC SMALL HIGH JEEM;Mn;230;NSM;;;;;N;;;;; +06DB;ARABIC SMALL HIGH THREE DOTS;Mn;230;NSM;;;;;N;;;;; +06DC;ARABIC SMALL HIGH SEEN;Mn;230;NSM;;;;;N;;;;; +06DD;ARABIC END OF AYAH;Cf;0;AN;;;;;N;;;;; +06DE;ARABIC START OF RUB EL HIZB;Me;0;NSM;;;;;N;;;;; +06DF;ARABIC SMALL HIGH ROUNDED ZERO;Mn;230;NSM;;;;;N;;;;; +06E0;ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO;Mn;230;NSM;;;;;N;;;;; +06E1;ARABIC SMALL HIGH DOTLESS HEAD OF KHAH;Mn;230;NSM;;;;;N;;;;; +06E2;ARABIC SMALL HIGH MEEM ISOLATED FORM;Mn;230;NSM;;;;;N;;;;; +06E3;ARABIC SMALL LOW SEEN;Mn;220;NSM;;;;;N;;;;; +06E4;ARABIC SMALL HIGH MADDA;Mn;230;NSM;;;;;N;;;;; +06E5;ARABIC SMALL WAW;Lm;0;AL;;;;;N;;;;; +06E6;ARABIC SMALL YEH;Lm;0;AL;;;;;N;;;;; +06E7;ARABIC SMALL HIGH YEH;Mn;230;NSM;;;;;N;;;;; +06E8;ARABIC SMALL HIGH NOON;Mn;230;NSM;;;;;N;;;;; +06E9;ARABIC PLACE OF SAJDAH;So;0;ON;;;;;N;;;;; +06EA;ARABIC EMPTY CENTRE LOW STOP;Mn;220;NSM;;;;;N;;;;; +06EB;ARABIC EMPTY CENTRE HIGH STOP;Mn;230;NSM;;;;;N;;;;; +06EC;ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE;Mn;230;NSM;;;;;N;;;;; +06ED;ARABIC SMALL LOW MEEM;Mn;220;NSM;;;;;N;;;;; +06EE;ARABIC LETTER DAL WITH INVERTED V;Lo;0;AL;;;;;N;;;;; +06EF;ARABIC LETTER REH WITH INVERTED V;Lo;0;AL;;;;;N;;;;; +06F0;EXTENDED ARABIC-INDIC DIGIT ZERO;Nd;0;EN;;0;0;0;N;EASTERN ARABIC-INDIC DIGIT ZERO;;;; +06F1;EXTENDED ARABIC-INDIC DIGIT ONE;Nd;0;EN;;1;1;1;N;EASTERN ARABIC-INDIC DIGIT ONE;;;; +06F2;EXTENDED ARABIC-INDIC DIGIT TWO;Nd;0;EN;;2;2;2;N;EASTERN ARABIC-INDIC DIGIT TWO;;;; +06F3;EXTENDED ARABIC-INDIC DIGIT THREE;Nd;0;EN;;3;3;3;N;EASTERN ARABIC-INDIC DIGIT THREE;;;; +06F4;EXTENDED ARABIC-INDIC DIGIT FOUR;Nd;0;EN;;4;4;4;N;EASTERN ARABIC-INDIC DIGIT FOUR;;;; +06F5;EXTENDED ARABIC-INDIC DIGIT FIVE;Nd;0;EN;;5;5;5;N;EASTERN ARABIC-INDIC DIGIT FIVE;;;; +06F6;EXTENDED ARABIC-INDIC DIGIT SIX;Nd;0;EN;;6;6;6;N;EASTERN ARABIC-INDIC DIGIT SIX;;;; +06F7;EXTENDED ARABIC-INDIC DIGIT SEVEN;Nd;0;EN;;7;7;7;N;EASTERN ARABIC-INDIC DIGIT SEVEN;;;; +06F8;EXTENDED ARABIC-INDIC DIGIT EIGHT;Nd;0;EN;;8;8;8;N;EASTERN ARABIC-INDIC DIGIT EIGHT;;;; +06F9;EXTENDED ARABIC-INDIC DIGIT NINE;Nd;0;EN;;9;9;9;N;EASTERN ARABIC-INDIC DIGIT NINE;;;; +06FA;ARABIC LETTER SHEEN WITH DOT BELOW;Lo;0;AL;;;;;N;;;;; +06FB;ARABIC LETTER DAD WITH DOT BELOW;Lo;0;AL;;;;;N;;;;; +06FC;ARABIC LETTER GHAIN WITH DOT BELOW;Lo;0;AL;;;;;N;;;;; +06FD;ARABIC SIGN SINDHI AMPERSAND;So;0;AL;;;;;N;;;;; +06FE;ARABIC SIGN SINDHI POSTPOSITION MEN;So;0;AL;;;;;N;;;;; +06FF;ARABIC LETTER HEH WITH INVERTED V;Lo;0;AL;;;;;N;;;;; +0700;SYRIAC END OF PARAGRAPH;Po;0;AL;;;;;N;;;;; +0701;SYRIAC SUPRALINEAR FULL STOP;Po;0;AL;;;;;N;;;;; +0702;SYRIAC SUBLINEAR FULL STOP;Po;0;AL;;;;;N;;;;; +0703;SYRIAC SUPRALINEAR COLON;Po;0;AL;;;;;N;;;;; +0704;SYRIAC SUBLINEAR COLON;Po;0;AL;;;;;N;;;;; +0705;SYRIAC HORIZONTAL COLON;Po;0;AL;;;;;N;;;;; +0706;SYRIAC COLON SKEWED LEFT;Po;0;AL;;;;;N;;;;; +0707;SYRIAC COLON SKEWED RIGHT;Po;0;AL;;;;;N;;;;; +0708;SYRIAC SUPRALINEAR COLON SKEWED LEFT;Po;0;AL;;;;;N;;;;; +0709;SYRIAC SUBLINEAR COLON SKEWED RIGHT;Po;0;AL;;;;;N;;;;; +070A;SYRIAC CONTRACTION;Po;0;AL;;;;;N;;;;; +070B;SYRIAC HARKLEAN OBELUS;Po;0;AL;;;;;N;;;;; +070C;SYRIAC HARKLEAN METOBELUS;Po;0;AL;;;;;N;;;;; +070D;SYRIAC HARKLEAN ASTERISCUS;Po;0;AL;;;;;N;;;;; +070F;SYRIAC ABBREVIATION MARK;Cf;0;BN;;;;;N;;;;; +0710;SYRIAC LETTER ALAPH;Lo;0;AL;;;;;N;;;;; +0711;SYRIAC LETTER SUPERSCRIPT ALAPH;Mn;36;NSM;;;;;N;;;;; +0712;SYRIAC LETTER BETH;Lo;0;AL;;;;;N;;;;; +0713;SYRIAC LETTER GAMAL;Lo;0;AL;;;;;N;;;;; +0714;SYRIAC LETTER GAMAL GARSHUNI;Lo;0;AL;;;;;N;;;;; +0715;SYRIAC LETTER DALATH;Lo;0;AL;;;;;N;;;;; +0716;SYRIAC LETTER DOTLESS DALATH RISH;Lo;0;AL;;;;;N;;;;; +0717;SYRIAC LETTER HE;Lo;0;AL;;;;;N;;;;; +0718;SYRIAC LETTER WAW;Lo;0;AL;;;;;N;;;;; +0719;SYRIAC LETTER ZAIN;Lo;0;AL;;;;;N;;;;; +071A;SYRIAC LETTER HETH;Lo;0;AL;;;;;N;;;;; +071B;SYRIAC LETTER TETH;Lo;0;AL;;;;;N;;;;; +071C;SYRIAC LETTER TETH GARSHUNI;Lo;0;AL;;;;;N;;;;; +071D;SYRIAC LETTER YUDH;Lo;0;AL;;;;;N;;;;; +071E;SYRIAC LETTER YUDH HE;Lo;0;AL;;;;;N;;;;; +071F;SYRIAC LETTER KAPH;Lo;0;AL;;;;;N;;;;; +0720;SYRIAC LETTER LAMADH;Lo;0;AL;;;;;N;;;;; +0721;SYRIAC LETTER MIM;Lo;0;AL;;;;;N;;;;; +0722;SYRIAC LETTER NUN;Lo;0;AL;;;;;N;;;;; +0723;SYRIAC LETTER SEMKATH;Lo;0;AL;;;;;N;;;;; +0724;SYRIAC LETTER FINAL SEMKATH;Lo;0;AL;;;;;N;;;;; +0725;SYRIAC LETTER E;Lo;0;AL;;;;;N;;;;; +0726;SYRIAC LETTER PE;Lo;0;AL;;;;;N;;;;; +0727;SYRIAC LETTER REVERSED PE;Lo;0;AL;;;;;N;;;;; +0728;SYRIAC LETTER SADHE;Lo;0;AL;;;;;N;;;;; +0729;SYRIAC LETTER QAPH;Lo;0;AL;;;;;N;;;;; +072A;SYRIAC LETTER RISH;Lo;0;AL;;;;;N;;;;; +072B;SYRIAC LETTER SHIN;Lo;0;AL;;;;;N;;;;; +072C;SYRIAC LETTER TAW;Lo;0;AL;;;;;N;;;;; +072D;SYRIAC LETTER PERSIAN BHETH;Lo;0;AL;;;;;N;;;;; +072E;SYRIAC LETTER PERSIAN GHAMAL;Lo;0;AL;;;;;N;;;;; +072F;SYRIAC LETTER PERSIAN DHALATH;Lo;0;AL;;;;;N;;;;; +0730;SYRIAC PTHAHA ABOVE;Mn;230;NSM;;;;;N;;;;; +0731;SYRIAC PTHAHA BELOW;Mn;220;NSM;;;;;N;;;;; +0732;SYRIAC PTHAHA DOTTED;Mn;230;NSM;;;;;N;;;;; +0733;SYRIAC ZQAPHA ABOVE;Mn;230;NSM;;;;;N;;;;; +0734;SYRIAC ZQAPHA BELOW;Mn;220;NSM;;;;;N;;;;; +0735;SYRIAC ZQAPHA DOTTED;Mn;230;NSM;;;;;N;;;;; +0736;SYRIAC RBASA ABOVE;Mn;230;NSM;;;;;N;;;;; +0737;SYRIAC RBASA BELOW;Mn;220;NSM;;;;;N;;;;; +0738;SYRIAC DOTTED ZLAMA HORIZONTAL;Mn;220;NSM;;;;;N;;;;; +0739;SYRIAC DOTTED ZLAMA ANGULAR;Mn;220;NSM;;;;;N;;;;; +073A;SYRIAC HBASA ABOVE;Mn;230;NSM;;;;;N;;;;; +073B;SYRIAC HBASA BELOW;Mn;220;NSM;;;;;N;;;;; +073C;SYRIAC HBASA-ESASA DOTTED;Mn;220;NSM;;;;;N;;;;; +073D;SYRIAC ESASA ABOVE;Mn;230;NSM;;;;;N;;;;; +073E;SYRIAC ESASA BELOW;Mn;220;NSM;;;;;N;;;;; +073F;SYRIAC RWAHA;Mn;230;NSM;;;;;N;;;;; +0740;SYRIAC FEMININE DOT;Mn;230;NSM;;;;;N;;;;; +0741;SYRIAC QUSHSHAYA;Mn;230;NSM;;;;;N;;;;; +0742;SYRIAC RUKKAKHA;Mn;220;NSM;;;;;N;;;;; +0743;SYRIAC TWO VERTICAL DOTS ABOVE;Mn;230;NSM;;;;;N;;;;; +0744;SYRIAC TWO VERTICAL DOTS BELOW;Mn;220;NSM;;;;;N;;;;; +0745;SYRIAC THREE DOTS ABOVE;Mn;230;NSM;;;;;N;;;;; +0746;SYRIAC THREE DOTS BELOW;Mn;220;NSM;;;;;N;;;;; +0747;SYRIAC OBLIQUE LINE ABOVE;Mn;230;NSM;;;;;N;;;;; +0748;SYRIAC OBLIQUE LINE BELOW;Mn;220;NSM;;;;;N;;;;; +0749;SYRIAC MUSIC;Mn;230;NSM;;;;;N;;;;; +074A;SYRIAC BARREKH;Mn;230;NSM;;;;;N;;;;; +074D;SYRIAC LETTER SOGDIAN ZHAIN;Lo;0;AL;;;;;N;;;;; +074E;SYRIAC LETTER SOGDIAN KHAPH;Lo;0;AL;;;;;N;;;;; +074F;SYRIAC LETTER SOGDIAN FE;Lo;0;AL;;;;;N;;;;; +0750;ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW;Lo;0;AL;;;;;N;;;;; +0751;ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0752;ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW;Lo;0;AL;;;;;N;;;;; +0753;ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0754;ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE;Lo;0;AL;;;;;N;;;;; +0755;ARABIC LETTER BEH WITH INVERTED SMALL V BELOW;Lo;0;AL;;;;;N;;;;; +0756;ARABIC LETTER BEH WITH SMALL V;Lo;0;AL;;;;;N;;;;; +0757;ARABIC LETTER HAH WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0758;ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW;Lo;0;AL;;;;;N;;;;; +0759;ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH;Lo;0;AL;;;;;N;;;;; +075A;ARABIC LETTER DAL WITH INVERTED SMALL V BELOW;Lo;0;AL;;;;;N;;;;; +075B;ARABIC LETTER REH WITH STROKE;Lo;0;AL;;;;;N;;;;; +075C;ARABIC LETTER SEEN WITH FOUR DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +075D;ARABIC LETTER AIN WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +075E;ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE;Lo;0;AL;;;;;N;;;;; +075F;ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE;Lo;0;AL;;;;;N;;;;; +0760;ARABIC LETTER FEH WITH TWO DOTS BELOW;Lo;0;AL;;;;;N;;;;; +0761;ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW;Lo;0;AL;;;;;N;;;;; +0762;ARABIC LETTER KEHEH WITH DOT ABOVE;Lo;0;AL;;;;;N;;;;; +0763;ARABIC LETTER KEHEH WITH THREE DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0764;ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW;Lo;0;AL;;;;;N;;;;; +0765;ARABIC LETTER MEEM WITH DOT ABOVE;Lo;0;AL;;;;;N;;;;; +0766;ARABIC LETTER MEEM WITH DOT BELOW;Lo;0;AL;;;;;N;;;;; +0767;ARABIC LETTER NOON WITH TWO DOTS BELOW;Lo;0;AL;;;;;N;;;;; +0768;ARABIC LETTER NOON WITH SMALL TAH;Lo;0;AL;;;;;N;;;;; +0769;ARABIC LETTER NOON WITH SMALL V;Lo;0;AL;;;;;N;;;;; +076A;ARABIC LETTER LAM WITH BAR;Lo;0;AL;;;;;N;;;;; +076B;ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE;Lo;0;AL;;;;;N;;;;; +076C;ARABIC LETTER REH WITH HAMZA ABOVE;Lo;0;AL;;;;;N;;;;; +076D;ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE;Lo;0;AL;;;;;N;;;;; +076E;ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW;Lo;0;AL;;;;;N;;;;; +076F;ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS;Lo;0;AL;;;;;N;;;;; +0770;ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS;Lo;0;AL;;;;;N;;;;; +0771;ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS;Lo;0;AL;;;;;N;;;;; +0772;ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE;Lo;0;AL;;;;;N;;;;; +0773;ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE;Lo;0;AL;;;;;N;;;;; +0774;ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE;Lo;0;AL;;;;;N;;;;; +0775;ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE;Lo;0;AL;;;;;N;;;;; +0776;ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE;Lo;0;AL;;;;;N;;;;; +0777;ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW;Lo;0;AL;;;;;N;;;;; +0778;ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE;Lo;0;AL;;;;;N;;;;; +0779;ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE;Lo;0;AL;;;;;N;;;;; +077A;ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE;Lo;0;AL;;;;;N;;;;; +077B;ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE;Lo;0;AL;;;;;N;;;;; +077C;ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW;Lo;0;AL;;;;;N;;;;; +077D;ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE;Lo;0;AL;;;;;N;;;;; +077E;ARABIC LETTER SEEN WITH INVERTED V;Lo;0;AL;;;;;N;;;;; +077F;ARABIC LETTER KAF WITH TWO DOTS ABOVE;Lo;0;AL;;;;;N;;;;; +0780;THAANA LETTER HAA;Lo;0;AL;;;;;N;;;;; +0781;THAANA LETTER SHAVIYANI;Lo;0;AL;;;;;N;;;;; +0782;THAANA LETTER NOONU;Lo;0;AL;;;;;N;;;;; +0783;THAANA LETTER RAA;Lo;0;AL;;;;;N;;;;; +0784;THAANA LETTER BAA;Lo;0;AL;;;;;N;;;;; +0785;THAANA LETTER LHAVIYANI;Lo;0;AL;;;;;N;;;;; +0786;THAANA LETTER KAAFU;Lo;0;AL;;;;;N;;;;; +0787;THAANA LETTER ALIFU;Lo;0;AL;;;;;N;;;;; +0788;THAANA LETTER VAAVU;Lo;0;AL;;;;;N;;;;; +0789;THAANA LETTER MEEMU;Lo;0;AL;;;;;N;;;;; +078A;THAANA LETTER FAAFU;Lo;0;AL;;;;;N;;;;; +078B;THAANA LETTER DHAALU;Lo;0;AL;;;;;N;;;;; +078C;THAANA LETTER THAA;Lo;0;AL;;;;;N;;;;; +078D;THAANA LETTER LAAMU;Lo;0;AL;;;;;N;;;;; +078E;THAANA LETTER GAAFU;Lo;0;AL;;;;;N;;;;; +078F;THAANA LETTER GNAVIYANI;Lo;0;AL;;;;;N;;;;; +0790;THAANA LETTER SEENU;Lo;0;AL;;;;;N;;;;; +0791;THAANA LETTER DAVIYANI;Lo;0;AL;;;;;N;;;;; +0792;THAANA LETTER ZAVIYANI;Lo;0;AL;;;;;N;;;;; +0793;THAANA LETTER TAVIYANI;Lo;0;AL;;;;;N;;;;; +0794;THAANA LETTER YAA;Lo;0;AL;;;;;N;;;;; +0795;THAANA LETTER PAVIYANI;Lo;0;AL;;;;;N;;;;; +0796;THAANA LETTER JAVIYANI;Lo;0;AL;;;;;N;;;;; +0797;THAANA LETTER CHAVIYANI;Lo;0;AL;;;;;N;;;;; +0798;THAANA LETTER TTAA;Lo;0;AL;;;;;N;;;;; +0799;THAANA LETTER HHAA;Lo;0;AL;;;;;N;;;;; +079A;THAANA LETTER KHAA;Lo;0;AL;;;;;N;;;;; +079B;THAANA LETTER THAALU;Lo;0;AL;;;;;N;;;;; +079C;THAANA LETTER ZAA;Lo;0;AL;;;;;N;;;;; +079D;THAANA LETTER SHEENU;Lo;0;AL;;;;;N;;;;; +079E;THAANA LETTER SAADHU;Lo;0;AL;;;;;N;;;;; +079F;THAANA LETTER DAADHU;Lo;0;AL;;;;;N;;;;; +07A0;THAANA LETTER TO;Lo;0;AL;;;;;N;;;;; +07A1;THAANA LETTER ZO;Lo;0;AL;;;;;N;;;;; +07A2;THAANA LETTER AINU;Lo;0;AL;;;;;N;;;;; +07A3;THAANA LETTER GHAINU;Lo;0;AL;;;;;N;;;;; +07A4;THAANA LETTER QAAFU;Lo;0;AL;;;;;N;;;;; +07A5;THAANA LETTER WAAVU;Lo;0;AL;;;;;N;;;;; +07A6;THAANA ABAFILI;Mn;0;NSM;;;;;N;;;;; +07A7;THAANA AABAAFILI;Mn;0;NSM;;;;;N;;;;; +07A8;THAANA IBIFILI;Mn;0;NSM;;;;;N;;;;; +07A9;THAANA EEBEEFILI;Mn;0;NSM;;;;;N;;;;; +07AA;THAANA UBUFILI;Mn;0;NSM;;;;;N;;;;; +07AB;THAANA OOBOOFILI;Mn;0;NSM;;;;;N;;;;; +07AC;THAANA EBEFILI;Mn;0;NSM;;;;;N;;;;; +07AD;THAANA EYBEYFILI;Mn;0;NSM;;;;;N;;;;; +07AE;THAANA OBOFILI;Mn;0;NSM;;;;;N;;;;; +07AF;THAANA OABOAFILI;Mn;0;NSM;;;;;N;;;;; +07B0;THAANA SUKUN;Mn;0;NSM;;;;;N;;;;; +07B1;THAANA LETTER NAA;Lo;0;AL;;;;;N;;;;; +07C0;NKO DIGIT ZERO;Nd;0;R;;0;0;0;N;;;;; +07C1;NKO DIGIT ONE;Nd;0;R;;1;1;1;N;;;;; +07C2;NKO DIGIT TWO;Nd;0;R;;2;2;2;N;;;;; +07C3;NKO DIGIT THREE;Nd;0;R;;3;3;3;N;;;;; +07C4;NKO DIGIT FOUR;Nd;0;R;;4;4;4;N;;;;; +07C5;NKO DIGIT FIVE;Nd;0;R;;5;5;5;N;;;;; +07C6;NKO DIGIT SIX;Nd;0;R;;6;6;6;N;;;;; +07C7;NKO DIGIT SEVEN;Nd;0;R;;7;7;7;N;;;;; +07C8;NKO DIGIT EIGHT;Nd;0;R;;8;8;8;N;;;;; +07C9;NKO DIGIT NINE;Nd;0;R;;9;9;9;N;;;;; +07CA;NKO LETTER A;Lo;0;R;;;;;N;;;;; +07CB;NKO LETTER EE;Lo;0;R;;;;;N;;;;; +07CC;NKO LETTER I;Lo;0;R;;;;;N;;;;; +07CD;NKO LETTER E;Lo;0;R;;;;;N;;;;; +07CE;NKO LETTER U;Lo;0;R;;;;;N;;;;; +07CF;NKO LETTER OO;Lo;0;R;;;;;N;;;;; +07D0;NKO LETTER O;Lo;0;R;;;;;N;;;;; +07D1;NKO LETTER DAGBASINNA;Lo;0;R;;;;;N;;;;; +07D2;NKO LETTER N;Lo;0;R;;;;;N;;;;; +07D3;NKO LETTER BA;Lo;0;R;;;;;N;;;;; +07D4;NKO LETTER PA;Lo;0;R;;;;;N;;;;; +07D5;NKO LETTER TA;Lo;0;R;;;;;N;;;;; +07D6;NKO LETTER JA;Lo;0;R;;;;;N;;;;; +07D7;NKO LETTER CHA;Lo;0;R;;;;;N;;;;; +07D8;NKO LETTER DA;Lo;0;R;;;;;N;;;;; +07D9;NKO LETTER RA;Lo;0;R;;;;;N;;;;; +07DA;NKO LETTER RRA;Lo;0;R;;;;;N;;;;; +07DB;NKO LETTER SA;Lo;0;R;;;;;N;;;;; +07DC;NKO LETTER GBA;Lo;0;R;;;;;N;;;;; +07DD;NKO LETTER FA;Lo;0;R;;;;;N;;;;; +07DE;NKO LETTER KA;Lo;0;R;;;;;N;;;;; +07DF;NKO LETTER LA;Lo;0;R;;;;;N;;;;; +07E0;NKO LETTER NA WOLOSO;Lo;0;R;;;;;N;;;;; +07E1;NKO LETTER MA;Lo;0;R;;;;;N;;;;; +07E2;NKO LETTER NYA;Lo;0;R;;;;;N;;;;; +07E3;NKO LETTER NA;Lo;0;R;;;;;N;;;;; +07E4;NKO LETTER HA;Lo;0;R;;;;;N;;;;; +07E5;NKO LETTER WA;Lo;0;R;;;;;N;;;;; +07E6;NKO LETTER YA;Lo;0;R;;;;;N;;;;; +07E7;NKO LETTER NYA WOLOSO;Lo;0;R;;;;;N;;;;; +07E8;NKO LETTER JONA JA;Lo;0;R;;;;;N;;;;; +07E9;NKO LETTER JONA CHA;Lo;0;R;;;;;N;;;;; +07EA;NKO LETTER JONA RA;Lo;0;R;;;;;N;;;;; +07EB;NKO COMBINING SHORT HIGH TONE;Mn;230;NSM;;;;;N;;;;; +07EC;NKO COMBINING SHORT LOW TONE;Mn;230;NSM;;;;;N;;;;; +07ED;NKO COMBINING SHORT RISING TONE;Mn;230;NSM;;;;;N;;;;; +07EE;NKO COMBINING LONG DESCENDING TONE;Mn;230;NSM;;;;;N;;;;; +07EF;NKO COMBINING LONG HIGH TONE;Mn;230;NSM;;;;;N;;;;; +07F0;NKO COMBINING LONG LOW TONE;Mn;230;NSM;;;;;N;;;;; +07F1;NKO COMBINING LONG RISING TONE;Mn;230;NSM;;;;;N;;;;; +07F2;NKO COMBINING NASALIZATION MARK;Mn;220;NSM;;;;;N;;;;; +07F3;NKO COMBINING DOUBLE DOT ABOVE;Mn;230;NSM;;;;;N;;;;; +07F4;NKO HIGH TONE APOSTROPHE;Lm;0;R;;;;;N;;;;; +07F5;NKO LOW TONE APOSTROPHE;Lm;0;R;;;;;N;;;;; +07F6;NKO SYMBOL OO DENNEN;So;0;ON;;;;;N;;;;; +07F7;NKO SYMBOL GBAKURUNEN;Po;0;ON;;;;;N;;;;; +07F8;NKO COMMA;Po;0;ON;;;;;N;;;;; +07F9;NKO EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; +07FA;NKO LAJANYALAN;Lm;0;R;;;;;N;;;;; +0800;SAMARITAN LETTER ALAF;Lo;0;R;;;;;N;;;;; +0801;SAMARITAN LETTER BIT;Lo;0;R;;;;;N;;;;; +0802;SAMARITAN LETTER GAMAN;Lo;0;R;;;;;N;;;;; +0803;SAMARITAN LETTER DALAT;Lo;0;R;;;;;N;;;;; +0804;SAMARITAN LETTER IY;Lo;0;R;;;;;N;;;;; +0805;SAMARITAN LETTER BAA;Lo;0;R;;;;;N;;;;; +0806;SAMARITAN LETTER ZEN;Lo;0;R;;;;;N;;;;; +0807;SAMARITAN LETTER IT;Lo;0;R;;;;;N;;;;; +0808;SAMARITAN LETTER TIT;Lo;0;R;;;;;N;;;;; +0809;SAMARITAN LETTER YUT;Lo;0;R;;;;;N;;;;; +080A;SAMARITAN LETTER KAAF;Lo;0;R;;;;;N;;;;; +080B;SAMARITAN LETTER LABAT;Lo;0;R;;;;;N;;;;; +080C;SAMARITAN LETTER MIM;Lo;0;R;;;;;N;;;;; +080D;SAMARITAN LETTER NUN;Lo;0;R;;;;;N;;;;; +080E;SAMARITAN LETTER SINGAAT;Lo;0;R;;;;;N;;;;; +080F;SAMARITAN LETTER IN;Lo;0;R;;;;;N;;;;; +0810;SAMARITAN LETTER FI;Lo;0;R;;;;;N;;;;; +0811;SAMARITAN LETTER TSAADIY;Lo;0;R;;;;;N;;;;; +0812;SAMARITAN LETTER QUF;Lo;0;R;;;;;N;;;;; +0813;SAMARITAN LETTER RISH;Lo;0;R;;;;;N;;;;; +0814;SAMARITAN LETTER SHAN;Lo;0;R;;;;;N;;;;; +0815;SAMARITAN LETTER TAAF;Lo;0;R;;;;;N;;;;; +0816;SAMARITAN MARK IN;Mn;230;NSM;;;;;N;;;;; +0817;SAMARITAN MARK IN-ALAF;Mn;230;NSM;;;;;N;;;;; +0818;SAMARITAN MARK OCCLUSION;Mn;230;NSM;;;;;N;;;;; +0819;SAMARITAN MARK DAGESH;Mn;230;NSM;;;;;N;;;;; +081A;SAMARITAN MODIFIER LETTER EPENTHETIC YUT;Lm;0;R;;;;;N;;;;; +081B;SAMARITAN MARK EPENTHETIC YUT;Mn;230;NSM;;;;;N;;;;; +081C;SAMARITAN VOWEL SIGN LONG E;Mn;230;NSM;;;;;N;;;;; +081D;SAMARITAN VOWEL SIGN E;Mn;230;NSM;;;;;N;;;;; +081E;SAMARITAN VOWEL SIGN OVERLONG AA;Mn;230;NSM;;;;;N;;;;; +081F;SAMARITAN VOWEL SIGN LONG AA;Mn;230;NSM;;;;;N;;;;; +0820;SAMARITAN VOWEL SIGN AA;Mn;230;NSM;;;;;N;;;;; +0821;SAMARITAN VOWEL SIGN OVERLONG A;Mn;230;NSM;;;;;N;;;;; +0822;SAMARITAN VOWEL SIGN LONG A;Mn;230;NSM;;;;;N;;;;; +0823;SAMARITAN VOWEL SIGN A;Mn;230;NSM;;;;;N;;;;; +0824;SAMARITAN MODIFIER LETTER SHORT A;Lm;0;R;;;;;N;;;;; +0825;SAMARITAN VOWEL SIGN SHORT A;Mn;230;NSM;;;;;N;;;;; +0826;SAMARITAN VOWEL SIGN LONG U;Mn;230;NSM;;;;;N;;;;; +0827;SAMARITAN VOWEL SIGN U;Mn;230;NSM;;;;;N;;;;; +0828;SAMARITAN MODIFIER LETTER I;Lm;0;R;;;;;N;;;;; +0829;SAMARITAN VOWEL SIGN LONG I;Mn;230;NSM;;;;;N;;;;; +082A;SAMARITAN VOWEL SIGN I;Mn;230;NSM;;;;;N;;;;; +082B;SAMARITAN VOWEL SIGN O;Mn;230;NSM;;;;;N;;;;; +082C;SAMARITAN VOWEL SIGN SUKUN;Mn;230;NSM;;;;;N;;;;; +082D;SAMARITAN MARK NEQUDAA;Mn;230;NSM;;;;;N;;;;; +0830;SAMARITAN PUNCTUATION NEQUDAA;Po;0;R;;;;;N;;;;; +0831;SAMARITAN PUNCTUATION AFSAAQ;Po;0;R;;;;;N;;;;; +0832;SAMARITAN PUNCTUATION ANGED;Po;0;R;;;;;N;;;;; +0833;SAMARITAN PUNCTUATION BAU;Po;0;R;;;;;N;;;;; +0834;SAMARITAN PUNCTUATION ATMAAU;Po;0;R;;;;;N;;;;; +0835;SAMARITAN PUNCTUATION SHIYYAALAA;Po;0;R;;;;;N;;;;; +0836;SAMARITAN ABBREVIATION MARK;Po;0;R;;;;;N;;;;; +0837;SAMARITAN PUNCTUATION MELODIC QITSA;Po;0;R;;;;;N;;;;; +0838;SAMARITAN PUNCTUATION ZIQAA;Po;0;R;;;;;N;;;;; +0839;SAMARITAN PUNCTUATION QITSA;Po;0;R;;;;;N;;;;; +083A;SAMARITAN PUNCTUATION ZAEF;Po;0;R;;;;;N;;;;; +083B;SAMARITAN PUNCTUATION TURU;Po;0;R;;;;;N;;;;; +083C;SAMARITAN PUNCTUATION ARKAANU;Po;0;R;;;;;N;;;;; +083D;SAMARITAN PUNCTUATION SOF MASHFAAT;Po;0;R;;;;;N;;;;; +083E;SAMARITAN PUNCTUATION ANNAAU;Po;0;R;;;;;N;;;;; +0900;DEVANAGARI SIGN INVERTED CANDRABINDU;Mn;0;NSM;;;;;N;;;;; +0901;DEVANAGARI SIGN CANDRABINDU;Mn;0;NSM;;;;;N;;;;; +0902;DEVANAGARI SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +0903;DEVANAGARI SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0904;DEVANAGARI LETTER SHORT A;Lo;0;L;;;;;N;;;;; +0905;DEVANAGARI LETTER A;Lo;0;L;;;;;N;;;;; +0906;DEVANAGARI LETTER AA;Lo;0;L;;;;;N;;;;; +0907;DEVANAGARI LETTER I;Lo;0;L;;;;;N;;;;; +0908;DEVANAGARI LETTER II;Lo;0;L;;;;;N;;;;; +0909;DEVANAGARI LETTER U;Lo;0;L;;;;;N;;;;; +090A;DEVANAGARI LETTER UU;Lo;0;L;;;;;N;;;;; +090B;DEVANAGARI LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +090C;DEVANAGARI LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +090D;DEVANAGARI LETTER CANDRA E;Lo;0;L;;;;;N;;;;; +090E;DEVANAGARI LETTER SHORT E;Lo;0;L;;;;;N;;;;; +090F;DEVANAGARI LETTER E;Lo;0;L;;;;;N;;;;; +0910;DEVANAGARI LETTER AI;Lo;0;L;;;;;N;;;;; +0911;DEVANAGARI LETTER CANDRA O;Lo;0;L;;;;;N;;;;; +0912;DEVANAGARI LETTER SHORT O;Lo;0;L;;;;;N;;;;; +0913;DEVANAGARI LETTER O;Lo;0;L;;;;;N;;;;; +0914;DEVANAGARI LETTER AU;Lo;0;L;;;;;N;;;;; +0915;DEVANAGARI LETTER KA;Lo;0;L;;;;;N;;;;; +0916;DEVANAGARI LETTER KHA;Lo;0;L;;;;;N;;;;; +0917;DEVANAGARI LETTER GA;Lo;0;L;;;;;N;;;;; +0918;DEVANAGARI LETTER GHA;Lo;0;L;;;;;N;;;;; +0919;DEVANAGARI LETTER NGA;Lo;0;L;;;;;N;;;;; +091A;DEVANAGARI LETTER CA;Lo;0;L;;;;;N;;;;; +091B;DEVANAGARI LETTER CHA;Lo;0;L;;;;;N;;;;; +091C;DEVANAGARI LETTER JA;Lo;0;L;;;;;N;;;;; +091D;DEVANAGARI LETTER JHA;Lo;0;L;;;;;N;;;;; +091E;DEVANAGARI LETTER NYA;Lo;0;L;;;;;N;;;;; +091F;DEVANAGARI LETTER TTA;Lo;0;L;;;;;N;;;;; +0920;DEVANAGARI LETTER TTHA;Lo;0;L;;;;;N;;;;; +0921;DEVANAGARI LETTER DDA;Lo;0;L;;;;;N;;;;; +0922;DEVANAGARI LETTER DDHA;Lo;0;L;;;;;N;;;;; +0923;DEVANAGARI LETTER NNA;Lo;0;L;;;;;N;;;;; +0924;DEVANAGARI LETTER TA;Lo;0;L;;;;;N;;;;; +0925;DEVANAGARI LETTER THA;Lo;0;L;;;;;N;;;;; +0926;DEVANAGARI LETTER DA;Lo;0;L;;;;;N;;;;; +0927;DEVANAGARI LETTER DHA;Lo;0;L;;;;;N;;;;; +0928;DEVANAGARI LETTER NA;Lo;0;L;;;;;N;;;;; +0929;DEVANAGARI LETTER NNNA;Lo;0;L;0928 093C;;;;N;;;;; +092A;DEVANAGARI LETTER PA;Lo;0;L;;;;;N;;;;; +092B;DEVANAGARI LETTER PHA;Lo;0;L;;;;;N;;;;; +092C;DEVANAGARI LETTER BA;Lo;0;L;;;;;N;;;;; +092D;DEVANAGARI LETTER BHA;Lo;0;L;;;;;N;;;;; +092E;DEVANAGARI LETTER MA;Lo;0;L;;;;;N;;;;; +092F;DEVANAGARI LETTER YA;Lo;0;L;;;;;N;;;;; +0930;DEVANAGARI LETTER RA;Lo;0;L;;;;;N;;;;; +0931;DEVANAGARI LETTER RRA;Lo;0;L;0930 093C;;;;N;;;;; +0932;DEVANAGARI LETTER LA;Lo;0;L;;;;;N;;;;; +0933;DEVANAGARI LETTER LLA;Lo;0;L;;;;;N;;;;; +0934;DEVANAGARI LETTER LLLA;Lo;0;L;0933 093C;;;;N;;;;; +0935;DEVANAGARI LETTER VA;Lo;0;L;;;;;N;;;;; +0936;DEVANAGARI LETTER SHA;Lo;0;L;;;;;N;;;;; +0937;DEVANAGARI LETTER SSA;Lo;0;L;;;;;N;;;;; +0938;DEVANAGARI LETTER SA;Lo;0;L;;;;;N;;;;; +0939;DEVANAGARI LETTER HA;Lo;0;L;;;;;N;;;;; +093C;DEVANAGARI SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +093D;DEVANAGARI SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +093E;DEVANAGARI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +093F;DEVANAGARI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +0940;DEVANAGARI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +0941;DEVANAGARI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +0942;DEVANAGARI VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +0943;DEVANAGARI VOWEL SIGN VOCALIC R;Mn;0;NSM;;;;;N;;;;; +0944;DEVANAGARI VOWEL SIGN VOCALIC RR;Mn;0;NSM;;;;;N;;;;; +0945;DEVANAGARI VOWEL SIGN CANDRA E;Mn;0;NSM;;;;;N;;;;; +0946;DEVANAGARI VOWEL SIGN SHORT E;Mn;0;NSM;;;;;N;;;;; +0947;DEVANAGARI VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +0948;DEVANAGARI VOWEL SIGN AI;Mn;0;NSM;;;;;N;;;;; +0949;DEVANAGARI VOWEL SIGN CANDRA O;Mc;0;L;;;;;N;;;;; +094A;DEVANAGARI VOWEL SIGN SHORT O;Mc;0;L;;;;;N;;;;; +094B;DEVANAGARI VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +094C;DEVANAGARI VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; +094D;DEVANAGARI SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +094E;DEVANAGARI VOWEL SIGN PRISHTHAMATRA E;Mc;0;L;;;;;N;;;;; +0950;DEVANAGARI OM;Lo;0;L;;;;;N;;;;; +0951;DEVANAGARI STRESS SIGN UDATTA;Mn;230;NSM;;;;;N;;;;; +0952;DEVANAGARI STRESS SIGN ANUDATTA;Mn;220;NSM;;;;;N;;;;; +0953;DEVANAGARI GRAVE ACCENT;Mn;230;NSM;;;;;N;;;;; +0954;DEVANAGARI ACUTE ACCENT;Mn;230;NSM;;;;;N;;;;; +0955;DEVANAGARI VOWEL SIGN CANDRA LONG E;Mn;0;NSM;;;;;N;;;;; +0958;DEVANAGARI LETTER QA;Lo;0;L;0915 093C;;;;N;;;;; +0959;DEVANAGARI LETTER KHHA;Lo;0;L;0916 093C;;;;N;;;;; +095A;DEVANAGARI LETTER GHHA;Lo;0;L;0917 093C;;;;N;;;;; +095B;DEVANAGARI LETTER ZA;Lo;0;L;091C 093C;;;;N;;;;; +095C;DEVANAGARI LETTER DDDHA;Lo;0;L;0921 093C;;;;N;;;;; +095D;DEVANAGARI LETTER RHA;Lo;0;L;0922 093C;;;;N;;;;; +095E;DEVANAGARI LETTER FA;Lo;0;L;092B 093C;;;;N;;;;; +095F;DEVANAGARI LETTER YYA;Lo;0;L;092F 093C;;;;N;;;;; +0960;DEVANAGARI LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +0961;DEVANAGARI LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +0962;DEVANAGARI VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +0963;DEVANAGARI VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +0964;DEVANAGARI DANDA;Po;0;L;;;;;N;;;;; +0965;DEVANAGARI DOUBLE DANDA;Po;0;L;;;;;N;;;;; +0966;DEVANAGARI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0967;DEVANAGARI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0968;DEVANAGARI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0969;DEVANAGARI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +096A;DEVANAGARI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +096B;DEVANAGARI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +096C;DEVANAGARI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +096D;DEVANAGARI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +096E;DEVANAGARI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +096F;DEVANAGARI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0970;DEVANAGARI ABBREVIATION SIGN;Po;0;L;;;;;N;;;;; +0971;DEVANAGARI SIGN HIGH SPACING DOT;Lm;0;L;;;;;N;;;;; +0972;DEVANAGARI LETTER CANDRA A;Lo;0;L;;;;;N;;;;; +0979;DEVANAGARI LETTER ZHA;Lo;0;L;;;;;N;;;;; +097A;DEVANAGARI LETTER HEAVY YA;Lo;0;L;;;;;N;;;;; +097B;DEVANAGARI LETTER GGA;Lo;0;L;;;;;N;;;;; +097C;DEVANAGARI LETTER JJA;Lo;0;L;;;;;N;;;;; +097D;DEVANAGARI LETTER GLOTTAL STOP;Lo;0;L;;;;;N;;;;; +097E;DEVANAGARI LETTER DDDA;Lo;0;L;;;;;N;;;;; +097F;DEVANAGARI LETTER BBA;Lo;0;L;;;;;N;;;;; +0981;BENGALI SIGN CANDRABINDU;Mn;0;NSM;;;;;N;;;;; +0982;BENGALI SIGN ANUSVARA;Mc;0;L;;;;;N;;;;; +0983;BENGALI SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0985;BENGALI LETTER A;Lo;0;L;;;;;N;;;;; +0986;BENGALI LETTER AA;Lo;0;L;;;;;N;;;;; +0987;BENGALI LETTER I;Lo;0;L;;;;;N;;;;; +0988;BENGALI LETTER II;Lo;0;L;;;;;N;;;;; +0989;BENGALI LETTER U;Lo;0;L;;;;;N;;;;; +098A;BENGALI LETTER UU;Lo;0;L;;;;;N;;;;; +098B;BENGALI LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +098C;BENGALI LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +098F;BENGALI LETTER E;Lo;0;L;;;;;N;;;;; +0990;BENGALI LETTER AI;Lo;0;L;;;;;N;;;;; +0993;BENGALI LETTER O;Lo;0;L;;;;;N;;;;; +0994;BENGALI LETTER AU;Lo;0;L;;;;;N;;;;; +0995;BENGALI LETTER KA;Lo;0;L;;;;;N;;;;; +0996;BENGALI LETTER KHA;Lo;0;L;;;;;N;;;;; +0997;BENGALI LETTER GA;Lo;0;L;;;;;N;;;;; +0998;BENGALI LETTER GHA;Lo;0;L;;;;;N;;;;; +0999;BENGALI LETTER NGA;Lo;0;L;;;;;N;;;;; +099A;BENGALI LETTER CA;Lo;0;L;;;;;N;;;;; +099B;BENGALI LETTER CHA;Lo;0;L;;;;;N;;;;; +099C;BENGALI LETTER JA;Lo;0;L;;;;;N;;;;; +099D;BENGALI LETTER JHA;Lo;0;L;;;;;N;;;;; +099E;BENGALI LETTER NYA;Lo;0;L;;;;;N;;;;; +099F;BENGALI LETTER TTA;Lo;0;L;;;;;N;;;;; +09A0;BENGALI LETTER TTHA;Lo;0;L;;;;;N;;;;; +09A1;BENGALI LETTER DDA;Lo;0;L;;;;;N;;;;; +09A2;BENGALI LETTER DDHA;Lo;0;L;;;;;N;;;;; +09A3;BENGALI LETTER NNA;Lo;0;L;;;;;N;;;;; +09A4;BENGALI LETTER TA;Lo;0;L;;;;;N;;;;; +09A5;BENGALI LETTER THA;Lo;0;L;;;;;N;;;;; +09A6;BENGALI LETTER DA;Lo;0;L;;;;;N;;;;; +09A7;BENGALI LETTER DHA;Lo;0;L;;;;;N;;;;; +09A8;BENGALI LETTER NA;Lo;0;L;;;;;N;;;;; +09AA;BENGALI LETTER PA;Lo;0;L;;;;;N;;;;; +09AB;BENGALI LETTER PHA;Lo;0;L;;;;;N;;;;; +09AC;BENGALI LETTER BA;Lo;0;L;;;;;N;;;;; +09AD;BENGALI LETTER BHA;Lo;0;L;;;;;N;;;;; +09AE;BENGALI LETTER MA;Lo;0;L;;;;;N;;;;; +09AF;BENGALI LETTER YA;Lo;0;L;;;;;N;;;;; +09B0;BENGALI LETTER RA;Lo;0;L;;;;;N;;;;; +09B2;BENGALI LETTER LA;Lo;0;L;;;;;N;;;;; +09B6;BENGALI LETTER SHA;Lo;0;L;;;;;N;;;;; +09B7;BENGALI LETTER SSA;Lo;0;L;;;;;N;;;;; +09B8;BENGALI LETTER SA;Lo;0;L;;;;;N;;;;; +09B9;BENGALI LETTER HA;Lo;0;L;;;;;N;;;;; +09BC;BENGALI SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +09BD;BENGALI SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +09BE;BENGALI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +09BF;BENGALI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +09C0;BENGALI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +09C1;BENGALI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +09C2;BENGALI VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +09C3;BENGALI VOWEL SIGN VOCALIC R;Mn;0;NSM;;;;;N;;;;; +09C4;BENGALI VOWEL SIGN VOCALIC RR;Mn;0;NSM;;;;;N;;;;; +09C7;BENGALI VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +09C8;BENGALI VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +09CB;BENGALI VOWEL SIGN O;Mc;0;L;09C7 09BE;;;;N;;;;; +09CC;BENGALI VOWEL SIGN AU;Mc;0;L;09C7 09D7;;;;N;;;;; +09CD;BENGALI SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +09CE;BENGALI LETTER KHANDA TA;Lo;0;L;;;;;N;;;;; +09D7;BENGALI AU LENGTH MARK;Mc;0;L;;;;;N;;;;; +09DC;BENGALI LETTER RRA;Lo;0;L;09A1 09BC;;;;N;;;;; +09DD;BENGALI LETTER RHA;Lo;0;L;09A2 09BC;;;;N;;;;; +09DF;BENGALI LETTER YYA;Lo;0;L;09AF 09BC;;;;N;;;;; +09E0;BENGALI LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +09E1;BENGALI LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +09E2;BENGALI VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +09E3;BENGALI VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +09E6;BENGALI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +09E7;BENGALI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +09E8;BENGALI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +09E9;BENGALI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +09EA;BENGALI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +09EB;BENGALI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +09EC;BENGALI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +09ED;BENGALI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +09EE;BENGALI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +09EF;BENGALI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +09F0;BENGALI LETTER RA WITH MIDDLE DIAGONAL;Lo;0;L;;;;;N;;;;; +09F1;BENGALI LETTER RA WITH LOWER DIAGONAL;Lo;0;L;;;;;N;BENGALI LETTER VA WITH LOWER DIAGONAL;;;; +09F2;BENGALI RUPEE MARK;Sc;0;ET;;;;;N;;;;; +09F3;BENGALI RUPEE SIGN;Sc;0;ET;;;;;N;;;;; +09F4;BENGALI CURRENCY NUMERATOR ONE;No;0;L;;;;1/16;N;;;;; +09F5;BENGALI CURRENCY NUMERATOR TWO;No;0;L;;;;1/8;N;;;;; +09F6;BENGALI CURRENCY NUMERATOR THREE;No;0;L;;;;3/16;N;;;;; +09F7;BENGALI CURRENCY NUMERATOR FOUR;No;0;L;;;;1/4;N;;;;; +09F8;BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR;No;0;L;;;;3/4;N;;;;; +09F9;BENGALI CURRENCY DENOMINATOR SIXTEEN;No;0;L;;;;16;N;;;;; +09FA;BENGALI ISSHAR;So;0;L;;;;;N;;;;; +09FB;BENGALI GANDA MARK;Sc;0;ET;;;;;N;;;;; +0A01;GURMUKHI SIGN ADAK BINDI;Mn;0;NSM;;;;;N;;;;; +0A02;GURMUKHI SIGN BINDI;Mn;0;NSM;;;;;N;;;;; +0A03;GURMUKHI SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0A05;GURMUKHI LETTER A;Lo;0;L;;;;;N;;;;; +0A06;GURMUKHI LETTER AA;Lo;0;L;;;;;N;;;;; +0A07;GURMUKHI LETTER I;Lo;0;L;;;;;N;;;;; +0A08;GURMUKHI LETTER II;Lo;0;L;;;;;N;;;;; +0A09;GURMUKHI LETTER U;Lo;0;L;;;;;N;;;;; +0A0A;GURMUKHI LETTER UU;Lo;0;L;;;;;N;;;;; +0A0F;GURMUKHI LETTER EE;Lo;0;L;;;;;N;;;;; +0A10;GURMUKHI LETTER AI;Lo;0;L;;;;;N;;;;; +0A13;GURMUKHI LETTER OO;Lo;0;L;;;;;N;;;;; +0A14;GURMUKHI LETTER AU;Lo;0;L;;;;;N;;;;; +0A15;GURMUKHI LETTER KA;Lo;0;L;;;;;N;;;;; +0A16;GURMUKHI LETTER KHA;Lo;0;L;;;;;N;;;;; +0A17;GURMUKHI LETTER GA;Lo;0;L;;;;;N;;;;; +0A18;GURMUKHI LETTER GHA;Lo;0;L;;;;;N;;;;; +0A19;GURMUKHI LETTER NGA;Lo;0;L;;;;;N;;;;; +0A1A;GURMUKHI LETTER CA;Lo;0;L;;;;;N;;;;; +0A1B;GURMUKHI LETTER CHA;Lo;0;L;;;;;N;;;;; +0A1C;GURMUKHI LETTER JA;Lo;0;L;;;;;N;;;;; +0A1D;GURMUKHI LETTER JHA;Lo;0;L;;;;;N;;;;; +0A1E;GURMUKHI LETTER NYA;Lo;0;L;;;;;N;;;;; +0A1F;GURMUKHI LETTER TTA;Lo;0;L;;;;;N;;;;; +0A20;GURMUKHI LETTER TTHA;Lo;0;L;;;;;N;;;;; +0A21;GURMUKHI LETTER DDA;Lo;0;L;;;;;N;;;;; +0A22;GURMUKHI LETTER DDHA;Lo;0;L;;;;;N;;;;; +0A23;GURMUKHI LETTER NNA;Lo;0;L;;;;;N;;;;; +0A24;GURMUKHI LETTER TA;Lo;0;L;;;;;N;;;;; +0A25;GURMUKHI LETTER THA;Lo;0;L;;;;;N;;;;; +0A26;GURMUKHI LETTER DA;Lo;0;L;;;;;N;;;;; +0A27;GURMUKHI LETTER DHA;Lo;0;L;;;;;N;;;;; +0A28;GURMUKHI LETTER NA;Lo;0;L;;;;;N;;;;; +0A2A;GURMUKHI LETTER PA;Lo;0;L;;;;;N;;;;; +0A2B;GURMUKHI LETTER PHA;Lo;0;L;;;;;N;;;;; +0A2C;GURMUKHI LETTER BA;Lo;0;L;;;;;N;;;;; +0A2D;GURMUKHI LETTER BHA;Lo;0;L;;;;;N;;;;; +0A2E;GURMUKHI LETTER MA;Lo;0;L;;;;;N;;;;; +0A2F;GURMUKHI LETTER YA;Lo;0;L;;;;;N;;;;; +0A30;GURMUKHI LETTER RA;Lo;0;L;;;;;N;;;;; +0A32;GURMUKHI LETTER LA;Lo;0;L;;;;;N;;;;; +0A33;GURMUKHI LETTER LLA;Lo;0;L;0A32 0A3C;;;;N;;;;; +0A35;GURMUKHI LETTER VA;Lo;0;L;;;;;N;;;;; +0A36;GURMUKHI LETTER SHA;Lo;0;L;0A38 0A3C;;;;N;;;;; +0A38;GURMUKHI LETTER SA;Lo;0;L;;;;;N;;;;; +0A39;GURMUKHI LETTER HA;Lo;0;L;;;;;N;;;;; +0A3C;GURMUKHI SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +0A3E;GURMUKHI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +0A3F;GURMUKHI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +0A40;GURMUKHI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +0A41;GURMUKHI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +0A42;GURMUKHI VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +0A47;GURMUKHI VOWEL SIGN EE;Mn;0;NSM;;;;;N;;;;; +0A48;GURMUKHI VOWEL SIGN AI;Mn;0;NSM;;;;;N;;;;; +0A4B;GURMUKHI VOWEL SIGN OO;Mn;0;NSM;;;;;N;;;;; +0A4C;GURMUKHI VOWEL SIGN AU;Mn;0;NSM;;;;;N;;;;; +0A4D;GURMUKHI SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0A51;GURMUKHI SIGN UDAAT;Mn;0;NSM;;;;;N;;;;; +0A59;GURMUKHI LETTER KHHA;Lo;0;L;0A16 0A3C;;;;N;;;;; +0A5A;GURMUKHI LETTER GHHA;Lo;0;L;0A17 0A3C;;;;N;;;;; +0A5B;GURMUKHI LETTER ZA;Lo;0;L;0A1C 0A3C;;;;N;;;;; +0A5C;GURMUKHI LETTER RRA;Lo;0;L;;;;;N;;;;; +0A5E;GURMUKHI LETTER FA;Lo;0;L;0A2B 0A3C;;;;N;;;;; +0A66;GURMUKHI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0A67;GURMUKHI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0A68;GURMUKHI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0A69;GURMUKHI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0A6A;GURMUKHI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0A6B;GURMUKHI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0A6C;GURMUKHI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0A6D;GURMUKHI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0A6E;GURMUKHI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0A6F;GURMUKHI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0A70;GURMUKHI TIPPI;Mn;0;NSM;;;;;N;;;;; +0A71;GURMUKHI ADDAK;Mn;0;NSM;;;;;N;;;;; +0A72;GURMUKHI IRI;Lo;0;L;;;;;N;;;;; +0A73;GURMUKHI URA;Lo;0;L;;;;;N;;;;; +0A74;GURMUKHI EK ONKAR;Lo;0;L;;;;;N;;;;; +0A75;GURMUKHI SIGN YAKASH;Mn;0;NSM;;;;;N;;;;; +0A81;GUJARATI SIGN CANDRABINDU;Mn;0;NSM;;;;;N;;;;; +0A82;GUJARATI SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +0A83;GUJARATI SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0A85;GUJARATI LETTER A;Lo;0;L;;;;;N;;;;; +0A86;GUJARATI LETTER AA;Lo;0;L;;;;;N;;;;; +0A87;GUJARATI LETTER I;Lo;0;L;;;;;N;;;;; +0A88;GUJARATI LETTER II;Lo;0;L;;;;;N;;;;; +0A89;GUJARATI LETTER U;Lo;0;L;;;;;N;;;;; +0A8A;GUJARATI LETTER UU;Lo;0;L;;;;;N;;;;; +0A8B;GUJARATI LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +0A8C;GUJARATI LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +0A8D;GUJARATI VOWEL CANDRA E;Lo;0;L;;;;;N;;;;; +0A8F;GUJARATI LETTER E;Lo;0;L;;;;;N;;;;; +0A90;GUJARATI LETTER AI;Lo;0;L;;;;;N;;;;; +0A91;GUJARATI VOWEL CANDRA O;Lo;0;L;;;;;N;;;;; +0A93;GUJARATI LETTER O;Lo;0;L;;;;;N;;;;; +0A94;GUJARATI LETTER AU;Lo;0;L;;;;;N;;;;; +0A95;GUJARATI LETTER KA;Lo;0;L;;;;;N;;;;; +0A96;GUJARATI LETTER KHA;Lo;0;L;;;;;N;;;;; +0A97;GUJARATI LETTER GA;Lo;0;L;;;;;N;;;;; +0A98;GUJARATI LETTER GHA;Lo;0;L;;;;;N;;;;; +0A99;GUJARATI LETTER NGA;Lo;0;L;;;;;N;;;;; +0A9A;GUJARATI LETTER CA;Lo;0;L;;;;;N;;;;; +0A9B;GUJARATI LETTER CHA;Lo;0;L;;;;;N;;;;; +0A9C;GUJARATI LETTER JA;Lo;0;L;;;;;N;;;;; +0A9D;GUJARATI LETTER JHA;Lo;0;L;;;;;N;;;;; +0A9E;GUJARATI LETTER NYA;Lo;0;L;;;;;N;;;;; +0A9F;GUJARATI LETTER TTA;Lo;0;L;;;;;N;;;;; +0AA0;GUJARATI LETTER TTHA;Lo;0;L;;;;;N;;;;; +0AA1;GUJARATI LETTER DDA;Lo;0;L;;;;;N;;;;; +0AA2;GUJARATI LETTER DDHA;Lo;0;L;;;;;N;;;;; +0AA3;GUJARATI LETTER NNA;Lo;0;L;;;;;N;;;;; +0AA4;GUJARATI LETTER TA;Lo;0;L;;;;;N;;;;; +0AA5;GUJARATI LETTER THA;Lo;0;L;;;;;N;;;;; +0AA6;GUJARATI LETTER DA;Lo;0;L;;;;;N;;;;; +0AA7;GUJARATI LETTER DHA;Lo;0;L;;;;;N;;;;; +0AA8;GUJARATI LETTER NA;Lo;0;L;;;;;N;;;;; +0AAA;GUJARATI LETTER PA;Lo;0;L;;;;;N;;;;; +0AAB;GUJARATI LETTER PHA;Lo;0;L;;;;;N;;;;; +0AAC;GUJARATI LETTER BA;Lo;0;L;;;;;N;;;;; +0AAD;GUJARATI LETTER BHA;Lo;0;L;;;;;N;;;;; +0AAE;GUJARATI LETTER MA;Lo;0;L;;;;;N;;;;; +0AAF;GUJARATI LETTER YA;Lo;0;L;;;;;N;;;;; +0AB0;GUJARATI LETTER RA;Lo;0;L;;;;;N;;;;; +0AB2;GUJARATI LETTER LA;Lo;0;L;;;;;N;;;;; +0AB3;GUJARATI LETTER LLA;Lo;0;L;;;;;N;;;;; +0AB5;GUJARATI LETTER VA;Lo;0;L;;;;;N;;;;; +0AB6;GUJARATI LETTER SHA;Lo;0;L;;;;;N;;;;; +0AB7;GUJARATI LETTER SSA;Lo;0;L;;;;;N;;;;; +0AB8;GUJARATI LETTER SA;Lo;0;L;;;;;N;;;;; +0AB9;GUJARATI LETTER HA;Lo;0;L;;;;;N;;;;; +0ABC;GUJARATI SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +0ABD;GUJARATI SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +0ABE;GUJARATI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +0ABF;GUJARATI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +0AC0;GUJARATI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +0AC1;GUJARATI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +0AC2;GUJARATI VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +0AC3;GUJARATI VOWEL SIGN VOCALIC R;Mn;0;NSM;;;;;N;;;;; +0AC4;GUJARATI VOWEL SIGN VOCALIC RR;Mn;0;NSM;;;;;N;;;;; +0AC5;GUJARATI VOWEL SIGN CANDRA E;Mn;0;NSM;;;;;N;;;;; +0AC7;GUJARATI VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +0AC8;GUJARATI VOWEL SIGN AI;Mn;0;NSM;;;;;N;;;;; +0AC9;GUJARATI VOWEL SIGN CANDRA O;Mc;0;L;;;;;N;;;;; +0ACB;GUJARATI VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +0ACC;GUJARATI VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; +0ACD;GUJARATI SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0AD0;GUJARATI OM;Lo;0;L;;;;;N;;;;; +0AE0;GUJARATI LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +0AE1;GUJARATI LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +0AE2;GUJARATI VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +0AE3;GUJARATI VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +0AE6;GUJARATI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0AE7;GUJARATI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0AE8;GUJARATI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0AE9;GUJARATI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0AEA;GUJARATI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0AEB;GUJARATI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0AEC;GUJARATI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0AED;GUJARATI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0AEE;GUJARATI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0AEF;GUJARATI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0AF1;GUJARATI RUPEE SIGN;Sc;0;ET;;;;;N;;;;; +0B01;ORIYA SIGN CANDRABINDU;Mn;0;NSM;;;;;N;;;;; +0B02;ORIYA SIGN ANUSVARA;Mc;0;L;;;;;N;;;;; +0B03;ORIYA SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0B05;ORIYA LETTER A;Lo;0;L;;;;;N;;;;; +0B06;ORIYA LETTER AA;Lo;0;L;;;;;N;;;;; +0B07;ORIYA LETTER I;Lo;0;L;;;;;N;;;;; +0B08;ORIYA LETTER II;Lo;0;L;;;;;N;;;;; +0B09;ORIYA LETTER U;Lo;0;L;;;;;N;;;;; +0B0A;ORIYA LETTER UU;Lo;0;L;;;;;N;;;;; +0B0B;ORIYA LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +0B0C;ORIYA LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +0B0F;ORIYA LETTER E;Lo;0;L;;;;;N;;;;; +0B10;ORIYA LETTER AI;Lo;0;L;;;;;N;;;;; +0B13;ORIYA LETTER O;Lo;0;L;;;;;N;;;;; +0B14;ORIYA LETTER AU;Lo;0;L;;;;;N;;;;; +0B15;ORIYA LETTER KA;Lo;0;L;;;;;N;;;;; +0B16;ORIYA LETTER KHA;Lo;0;L;;;;;N;;;;; +0B17;ORIYA LETTER GA;Lo;0;L;;;;;N;;;;; +0B18;ORIYA LETTER GHA;Lo;0;L;;;;;N;;;;; +0B19;ORIYA LETTER NGA;Lo;0;L;;;;;N;;;;; +0B1A;ORIYA LETTER CA;Lo;0;L;;;;;N;;;;; +0B1B;ORIYA LETTER CHA;Lo;0;L;;;;;N;;;;; +0B1C;ORIYA LETTER JA;Lo;0;L;;;;;N;;;;; +0B1D;ORIYA LETTER JHA;Lo;0;L;;;;;N;;;;; +0B1E;ORIYA LETTER NYA;Lo;0;L;;;;;N;;;;; +0B1F;ORIYA LETTER TTA;Lo;0;L;;;;;N;;;;; +0B20;ORIYA LETTER TTHA;Lo;0;L;;;;;N;;;;; +0B21;ORIYA LETTER DDA;Lo;0;L;;;;;N;;;;; +0B22;ORIYA LETTER DDHA;Lo;0;L;;;;;N;;;;; +0B23;ORIYA LETTER NNA;Lo;0;L;;;;;N;;;;; +0B24;ORIYA LETTER TA;Lo;0;L;;;;;N;;;;; +0B25;ORIYA LETTER THA;Lo;0;L;;;;;N;;;;; +0B26;ORIYA LETTER DA;Lo;0;L;;;;;N;;;;; +0B27;ORIYA LETTER DHA;Lo;0;L;;;;;N;;;;; +0B28;ORIYA LETTER NA;Lo;0;L;;;;;N;;;;; +0B2A;ORIYA LETTER PA;Lo;0;L;;;;;N;;;;; +0B2B;ORIYA LETTER PHA;Lo;0;L;;;;;N;;;;; +0B2C;ORIYA LETTER BA;Lo;0;L;;;;;N;;;;; +0B2D;ORIYA LETTER BHA;Lo;0;L;;;;;N;;;;; +0B2E;ORIYA LETTER MA;Lo;0;L;;;;;N;;;;; +0B2F;ORIYA LETTER YA;Lo;0;L;;;;;N;;;;; +0B30;ORIYA LETTER RA;Lo;0;L;;;;;N;;;;; +0B32;ORIYA LETTER LA;Lo;0;L;;;;;N;;;;; +0B33;ORIYA LETTER LLA;Lo;0;L;;;;;N;;;;; +0B35;ORIYA LETTER VA;Lo;0;L;;;;;N;;;;; +0B36;ORIYA LETTER SHA;Lo;0;L;;;;;N;;;;; +0B37;ORIYA LETTER SSA;Lo;0;L;;;;;N;;;;; +0B38;ORIYA LETTER SA;Lo;0;L;;;;;N;;;;; +0B39;ORIYA LETTER HA;Lo;0;L;;;;;N;;;;; +0B3C;ORIYA SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +0B3D;ORIYA SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +0B3E;ORIYA VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +0B3F;ORIYA VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +0B40;ORIYA VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +0B41;ORIYA VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +0B42;ORIYA VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +0B43;ORIYA VOWEL SIGN VOCALIC R;Mn;0;NSM;;;;;N;;;;; +0B44;ORIYA VOWEL SIGN VOCALIC RR;Mn;0;NSM;;;;;N;;;;; +0B47;ORIYA VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +0B48;ORIYA VOWEL SIGN AI;Mc;0;L;0B47 0B56;;;;N;;;;; +0B4B;ORIYA VOWEL SIGN O;Mc;0;L;0B47 0B3E;;;;N;;;;; +0B4C;ORIYA VOWEL SIGN AU;Mc;0;L;0B47 0B57;;;;N;;;;; +0B4D;ORIYA SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0B56;ORIYA AI LENGTH MARK;Mn;0;NSM;;;;;N;;;;; +0B57;ORIYA AU LENGTH MARK;Mc;0;L;;;;;N;;;;; +0B5C;ORIYA LETTER RRA;Lo;0;L;0B21 0B3C;;;;N;;;;; +0B5D;ORIYA LETTER RHA;Lo;0;L;0B22 0B3C;;;;N;;;;; +0B5F;ORIYA LETTER YYA;Lo;0;L;;;;;N;;;;; +0B60;ORIYA LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +0B61;ORIYA LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +0B62;ORIYA VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +0B63;ORIYA VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +0B66;ORIYA DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0B67;ORIYA DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0B68;ORIYA DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0B69;ORIYA DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0B6A;ORIYA DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0B6B;ORIYA DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0B6C;ORIYA DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0B6D;ORIYA DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0B6E;ORIYA DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0B6F;ORIYA DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0B70;ORIYA ISSHAR;So;0;L;;;;;N;;;;; +0B71;ORIYA LETTER WA;Lo;0;L;;;;;N;;;;; +0B82;TAMIL SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +0B83;TAMIL SIGN VISARGA;Lo;0;L;;;;;N;;;;; +0B85;TAMIL LETTER A;Lo;0;L;;;;;N;;;;; +0B86;TAMIL LETTER AA;Lo;0;L;;;;;N;;;;; +0B87;TAMIL LETTER I;Lo;0;L;;;;;N;;;;; +0B88;TAMIL LETTER II;Lo;0;L;;;;;N;;;;; +0B89;TAMIL LETTER U;Lo;0;L;;;;;N;;;;; +0B8A;TAMIL LETTER UU;Lo;0;L;;;;;N;;;;; +0B8E;TAMIL LETTER E;Lo;0;L;;;;;N;;;;; +0B8F;TAMIL LETTER EE;Lo;0;L;;;;;N;;;;; +0B90;TAMIL LETTER AI;Lo;0;L;;;;;N;;;;; +0B92;TAMIL LETTER O;Lo;0;L;;;;;N;;;;; +0B93;TAMIL LETTER OO;Lo;0;L;;;;;N;;;;; +0B94;TAMIL LETTER AU;Lo;0;L;0B92 0BD7;;;;N;;;;; +0B95;TAMIL LETTER KA;Lo;0;L;;;;;N;;;;; +0B99;TAMIL LETTER NGA;Lo;0;L;;;;;N;;;;; +0B9A;TAMIL LETTER CA;Lo;0;L;;;;;N;;;;; +0B9C;TAMIL LETTER JA;Lo;0;L;;;;;N;;;;; +0B9E;TAMIL LETTER NYA;Lo;0;L;;;;;N;;;;; +0B9F;TAMIL LETTER TTA;Lo;0;L;;;;;N;;;;; +0BA3;TAMIL LETTER NNA;Lo;0;L;;;;;N;;;;; +0BA4;TAMIL LETTER TA;Lo;0;L;;;;;N;;;;; +0BA8;TAMIL LETTER NA;Lo;0;L;;;;;N;;;;; +0BA9;TAMIL LETTER NNNA;Lo;0;L;;;;;N;;;;; +0BAA;TAMIL LETTER PA;Lo;0;L;;;;;N;;;;; +0BAE;TAMIL LETTER MA;Lo;0;L;;;;;N;;;;; +0BAF;TAMIL LETTER YA;Lo;0;L;;;;;N;;;;; +0BB0;TAMIL LETTER RA;Lo;0;L;;;;;N;;;;; +0BB1;TAMIL LETTER RRA;Lo;0;L;;;;;N;;;;; +0BB2;TAMIL LETTER LA;Lo;0;L;;;;;N;;;;; +0BB3;TAMIL LETTER LLA;Lo;0;L;;;;;N;;;;; +0BB4;TAMIL LETTER LLLA;Lo;0;L;;;;;N;;;;; +0BB5;TAMIL LETTER VA;Lo;0;L;;;;;N;;;;; +0BB6;TAMIL LETTER SHA;Lo;0;L;;;;;N;;;;; +0BB7;TAMIL LETTER SSA;Lo;0;L;;;;;N;;;;; +0BB8;TAMIL LETTER SA;Lo;0;L;;;;;N;;;;; +0BB9;TAMIL LETTER HA;Lo;0;L;;;;;N;;;;; +0BBE;TAMIL VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +0BBF;TAMIL VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +0BC0;TAMIL VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +0BC1;TAMIL VOWEL SIGN U;Mc;0;L;;;;;N;;;;; +0BC2;TAMIL VOWEL SIGN UU;Mc;0;L;;;;;N;;;;; +0BC6;TAMIL VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +0BC7;TAMIL VOWEL SIGN EE;Mc;0;L;;;;;N;;;;; +0BC8;TAMIL VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +0BCA;TAMIL VOWEL SIGN O;Mc;0;L;0BC6 0BBE;;;;N;;;;; +0BCB;TAMIL VOWEL SIGN OO;Mc;0;L;0BC7 0BBE;;;;N;;;;; +0BCC;TAMIL VOWEL SIGN AU;Mc;0;L;0BC6 0BD7;;;;N;;;;; +0BCD;TAMIL SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0BD0;TAMIL OM;Lo;0;L;;;;;N;;;;; +0BD7;TAMIL AU LENGTH MARK;Mc;0;L;;;;;N;;;;; +0BE6;TAMIL DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0BE7;TAMIL DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0BE8;TAMIL DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0BE9;TAMIL DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0BEA;TAMIL DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0BEB;TAMIL DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0BEC;TAMIL DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0BED;TAMIL DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0BEE;TAMIL DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0BEF;TAMIL DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0BF0;TAMIL NUMBER TEN;No;0;L;;;;10;N;;;;; +0BF1;TAMIL NUMBER ONE HUNDRED;No;0;L;;;;100;N;;;;; +0BF2;TAMIL NUMBER ONE THOUSAND;No;0;L;;;;1000;N;;;;; +0BF3;TAMIL DAY SIGN;So;0;ON;;;;;N;;;;; +0BF4;TAMIL MONTH SIGN;So;0;ON;;;;;N;;;;; +0BF5;TAMIL YEAR SIGN;So;0;ON;;;;;N;;;;; +0BF6;TAMIL DEBIT SIGN;So;0;ON;;;;;N;;;;; +0BF7;TAMIL CREDIT SIGN;So;0;ON;;;;;N;;;;; +0BF8;TAMIL AS ABOVE SIGN;So;0;ON;;;;;N;;;;; +0BF9;TAMIL RUPEE SIGN;Sc;0;ET;;;;;N;;;;; +0BFA;TAMIL NUMBER SIGN;So;0;ON;;;;;N;;;;; +0C01;TELUGU SIGN CANDRABINDU;Mc;0;L;;;;;N;;;;; +0C02;TELUGU SIGN ANUSVARA;Mc;0;L;;;;;N;;;;; +0C03;TELUGU SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0C05;TELUGU LETTER A;Lo;0;L;;;;;N;;;;; +0C06;TELUGU LETTER AA;Lo;0;L;;;;;N;;;;; +0C07;TELUGU LETTER I;Lo;0;L;;;;;N;;;;; +0C08;TELUGU LETTER II;Lo;0;L;;;;;N;;;;; +0C09;TELUGU LETTER U;Lo;0;L;;;;;N;;;;; +0C0A;TELUGU LETTER UU;Lo;0;L;;;;;N;;;;; +0C0B;TELUGU LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +0C0C;TELUGU LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +0C0E;TELUGU LETTER E;Lo;0;L;;;;;N;;;;; +0C0F;TELUGU LETTER EE;Lo;0;L;;;;;N;;;;; +0C10;TELUGU LETTER AI;Lo;0;L;;;;;N;;;;; +0C12;TELUGU LETTER O;Lo;0;L;;;;;N;;;;; +0C13;TELUGU LETTER OO;Lo;0;L;;;;;N;;;;; +0C14;TELUGU LETTER AU;Lo;0;L;;;;;N;;;;; +0C15;TELUGU LETTER KA;Lo;0;L;;;;;N;;;;; +0C16;TELUGU LETTER KHA;Lo;0;L;;;;;N;;;;; +0C17;TELUGU LETTER GA;Lo;0;L;;;;;N;;;;; +0C18;TELUGU LETTER GHA;Lo;0;L;;;;;N;;;;; +0C19;TELUGU LETTER NGA;Lo;0;L;;;;;N;;;;; +0C1A;TELUGU LETTER CA;Lo;0;L;;;;;N;;;;; +0C1B;TELUGU LETTER CHA;Lo;0;L;;;;;N;;;;; +0C1C;TELUGU LETTER JA;Lo;0;L;;;;;N;;;;; +0C1D;TELUGU LETTER JHA;Lo;0;L;;;;;N;;;;; +0C1E;TELUGU LETTER NYA;Lo;0;L;;;;;N;;;;; +0C1F;TELUGU LETTER TTA;Lo;0;L;;;;;N;;;;; +0C20;TELUGU LETTER TTHA;Lo;0;L;;;;;N;;;;; +0C21;TELUGU LETTER DDA;Lo;0;L;;;;;N;;;;; +0C22;TELUGU LETTER DDHA;Lo;0;L;;;;;N;;;;; +0C23;TELUGU LETTER NNA;Lo;0;L;;;;;N;;;;; +0C24;TELUGU LETTER TA;Lo;0;L;;;;;N;;;;; +0C25;TELUGU LETTER THA;Lo;0;L;;;;;N;;;;; +0C26;TELUGU LETTER DA;Lo;0;L;;;;;N;;;;; +0C27;TELUGU LETTER DHA;Lo;0;L;;;;;N;;;;; +0C28;TELUGU LETTER NA;Lo;0;L;;;;;N;;;;; +0C2A;TELUGU LETTER PA;Lo;0;L;;;;;N;;;;; +0C2B;TELUGU LETTER PHA;Lo;0;L;;;;;N;;;;; +0C2C;TELUGU LETTER BA;Lo;0;L;;;;;N;;;;; +0C2D;TELUGU LETTER BHA;Lo;0;L;;;;;N;;;;; +0C2E;TELUGU LETTER MA;Lo;0;L;;;;;N;;;;; +0C2F;TELUGU LETTER YA;Lo;0;L;;;;;N;;;;; +0C30;TELUGU LETTER RA;Lo;0;L;;;;;N;;;;; +0C31;TELUGU LETTER RRA;Lo;0;L;;;;;N;;;;; +0C32;TELUGU LETTER LA;Lo;0;L;;;;;N;;;;; +0C33;TELUGU LETTER LLA;Lo;0;L;;;;;N;;;;; +0C35;TELUGU LETTER VA;Lo;0;L;;;;;N;;;;; +0C36;TELUGU LETTER SHA;Lo;0;L;;;;;N;;;;; +0C37;TELUGU LETTER SSA;Lo;0;L;;;;;N;;;;; +0C38;TELUGU LETTER SA;Lo;0;L;;;;;N;;;;; +0C39;TELUGU LETTER HA;Lo;0;L;;;;;N;;;;; +0C3D;TELUGU SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +0C3E;TELUGU VOWEL SIGN AA;Mn;0;NSM;;;;;N;;;;; +0C3F;TELUGU VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +0C40;TELUGU VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +0C41;TELUGU VOWEL SIGN U;Mc;0;L;;;;;N;;;;; +0C42;TELUGU VOWEL SIGN UU;Mc;0;L;;;;;N;;;;; +0C43;TELUGU VOWEL SIGN VOCALIC R;Mc;0;L;;;;;N;;;;; +0C44;TELUGU VOWEL SIGN VOCALIC RR;Mc;0;L;;;;;N;;;;; +0C46;TELUGU VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +0C47;TELUGU VOWEL SIGN EE;Mn;0;NSM;;;;;N;;;;; +0C48;TELUGU VOWEL SIGN AI;Mn;0;NSM;0C46 0C56;;;;N;;;;; +0C4A;TELUGU VOWEL SIGN O;Mn;0;NSM;;;;;N;;;;; +0C4B;TELUGU VOWEL SIGN OO;Mn;0;NSM;;;;;N;;;;; +0C4C;TELUGU VOWEL SIGN AU;Mn;0;NSM;;;;;N;;;;; +0C4D;TELUGU SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0C55;TELUGU LENGTH MARK;Mn;84;NSM;;;;;N;;;;; +0C56;TELUGU AI LENGTH MARK;Mn;91;NSM;;;;;N;;;;; +0C58;TELUGU LETTER TSA;Lo;0;L;;;;;N;;;;; +0C59;TELUGU LETTER DZA;Lo;0;L;;;;;N;;;;; +0C60;TELUGU LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +0C61;TELUGU LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +0C62;TELUGU VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +0C63;TELUGU VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +0C66;TELUGU DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0C67;TELUGU DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0C68;TELUGU DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0C69;TELUGU DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0C6A;TELUGU DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0C6B;TELUGU DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0C6C;TELUGU DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0C6D;TELUGU DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0C6E;TELUGU DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0C6F;TELUGU DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0C78;TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR;No;0;ON;;;;0;N;;;;; +0C79;TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR;No;0;ON;;;;1;N;;;;; +0C7A;TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR;No;0;ON;;;;2;N;;;;; +0C7B;TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR;No;0;ON;;;;3;N;;;;; +0C7C;TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR;No;0;ON;;;;1;N;;;;; +0C7D;TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR;No;0;ON;;;;2;N;;;;; +0C7E;TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR;No;0;ON;;;;3;N;;;;; +0C7F;TELUGU SIGN TUUMU;So;0;L;;;;;N;;;;; +0C82;KANNADA SIGN ANUSVARA;Mc;0;L;;;;;N;;;;; +0C83;KANNADA SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0C85;KANNADA LETTER A;Lo;0;L;;;;;N;;;;; +0C86;KANNADA LETTER AA;Lo;0;L;;;;;N;;;;; +0C87;KANNADA LETTER I;Lo;0;L;;;;;N;;;;; +0C88;KANNADA LETTER II;Lo;0;L;;;;;N;;;;; +0C89;KANNADA LETTER U;Lo;0;L;;;;;N;;;;; +0C8A;KANNADA LETTER UU;Lo;0;L;;;;;N;;;;; +0C8B;KANNADA LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +0C8C;KANNADA LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +0C8E;KANNADA LETTER E;Lo;0;L;;;;;N;;;;; +0C8F;KANNADA LETTER EE;Lo;0;L;;;;;N;;;;; +0C90;KANNADA LETTER AI;Lo;0;L;;;;;N;;;;; +0C92;KANNADA LETTER O;Lo;0;L;;;;;N;;;;; +0C93;KANNADA LETTER OO;Lo;0;L;;;;;N;;;;; +0C94;KANNADA LETTER AU;Lo;0;L;;;;;N;;;;; +0C95;KANNADA LETTER KA;Lo;0;L;;;;;N;;;;; +0C96;KANNADA LETTER KHA;Lo;0;L;;;;;N;;;;; +0C97;KANNADA LETTER GA;Lo;0;L;;;;;N;;;;; +0C98;KANNADA LETTER GHA;Lo;0;L;;;;;N;;;;; +0C99;KANNADA LETTER NGA;Lo;0;L;;;;;N;;;;; +0C9A;KANNADA LETTER CA;Lo;0;L;;;;;N;;;;; +0C9B;KANNADA LETTER CHA;Lo;0;L;;;;;N;;;;; +0C9C;KANNADA LETTER JA;Lo;0;L;;;;;N;;;;; +0C9D;KANNADA LETTER JHA;Lo;0;L;;;;;N;;;;; +0C9E;KANNADA LETTER NYA;Lo;0;L;;;;;N;;;;; +0C9F;KANNADA LETTER TTA;Lo;0;L;;;;;N;;;;; +0CA0;KANNADA LETTER TTHA;Lo;0;L;;;;;N;;;;; +0CA1;KANNADA LETTER DDA;Lo;0;L;;;;;N;;;;; +0CA2;KANNADA LETTER DDHA;Lo;0;L;;;;;N;;;;; +0CA3;KANNADA LETTER NNA;Lo;0;L;;;;;N;;;;; +0CA4;KANNADA LETTER TA;Lo;0;L;;;;;N;;;;; +0CA5;KANNADA LETTER THA;Lo;0;L;;;;;N;;;;; +0CA6;KANNADA LETTER DA;Lo;0;L;;;;;N;;;;; +0CA7;KANNADA LETTER DHA;Lo;0;L;;;;;N;;;;; +0CA8;KANNADA LETTER NA;Lo;0;L;;;;;N;;;;; +0CAA;KANNADA LETTER PA;Lo;0;L;;;;;N;;;;; +0CAB;KANNADA LETTER PHA;Lo;0;L;;;;;N;;;;; +0CAC;KANNADA LETTER BA;Lo;0;L;;;;;N;;;;; +0CAD;KANNADA LETTER BHA;Lo;0;L;;;;;N;;;;; +0CAE;KANNADA LETTER MA;Lo;0;L;;;;;N;;;;; +0CAF;KANNADA LETTER YA;Lo;0;L;;;;;N;;;;; +0CB0;KANNADA LETTER RA;Lo;0;L;;;;;N;;;;; +0CB1;KANNADA LETTER RRA;Lo;0;L;;;;;N;;;;; +0CB2;KANNADA LETTER LA;Lo;0;L;;;;;N;;;;; +0CB3;KANNADA LETTER LLA;Lo;0;L;;;;;N;;;;; +0CB5;KANNADA LETTER VA;Lo;0;L;;;;;N;;;;; +0CB6;KANNADA LETTER SHA;Lo;0;L;;;;;N;;;;; +0CB7;KANNADA LETTER SSA;Lo;0;L;;;;;N;;;;; +0CB8;KANNADA LETTER SA;Lo;0;L;;;;;N;;;;; +0CB9;KANNADA LETTER HA;Lo;0;L;;;;;N;;;;; +0CBC;KANNADA SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +0CBD;KANNADA SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +0CBE;KANNADA VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +0CBF;KANNADA VOWEL SIGN I;Mn;0;L;;;;;N;;;;; +0CC0;KANNADA VOWEL SIGN II;Mc;0;L;0CBF 0CD5;;;;N;;;;; +0CC1;KANNADA VOWEL SIGN U;Mc;0;L;;;;;N;;;;; +0CC2;KANNADA VOWEL SIGN UU;Mc;0;L;;;;;N;;;;; +0CC3;KANNADA VOWEL SIGN VOCALIC R;Mc;0;L;;;;;N;;;;; +0CC4;KANNADA VOWEL SIGN VOCALIC RR;Mc;0;L;;;;;N;;;;; +0CC6;KANNADA VOWEL SIGN E;Mn;0;L;;;;;N;;;;; +0CC7;KANNADA VOWEL SIGN EE;Mc;0;L;0CC6 0CD5;;;;N;;;;; +0CC8;KANNADA VOWEL SIGN AI;Mc;0;L;0CC6 0CD6;;;;N;;;;; +0CCA;KANNADA VOWEL SIGN O;Mc;0;L;0CC6 0CC2;;;;N;;;;; +0CCB;KANNADA VOWEL SIGN OO;Mc;0;L;0CCA 0CD5;;;;N;;;;; +0CCC;KANNADA VOWEL SIGN AU;Mn;0;NSM;;;;;N;;;;; +0CCD;KANNADA SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0CD5;KANNADA LENGTH MARK;Mc;0;L;;;;;N;;;;; +0CD6;KANNADA AI LENGTH MARK;Mc;0;L;;;;;N;;;;; +0CDE;KANNADA LETTER FA;Lo;0;L;;;;;N;;;;; +0CE0;KANNADA LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +0CE1;KANNADA LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +0CE2;KANNADA VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +0CE3;KANNADA VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +0CE6;KANNADA DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0CE7;KANNADA DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0CE8;KANNADA DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0CE9;KANNADA DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0CEA;KANNADA DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0CEB;KANNADA DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0CEC;KANNADA DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0CED;KANNADA DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0CEE;KANNADA DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0CEF;KANNADA DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0CF1;KANNADA SIGN JIHVAMULIYA;So;0;ON;;;;;N;;;;; +0CF2;KANNADA SIGN UPADHMANIYA;So;0;ON;;;;;N;;;;; +0D02;MALAYALAM SIGN ANUSVARA;Mc;0;L;;;;;N;;;;; +0D03;MALAYALAM SIGN VISARGA;Mc;0;L;;;;;N;;;;; +0D05;MALAYALAM LETTER A;Lo;0;L;;;;;N;;;;; +0D06;MALAYALAM LETTER AA;Lo;0;L;;;;;N;;;;; +0D07;MALAYALAM LETTER I;Lo;0;L;;;;;N;;;;; +0D08;MALAYALAM LETTER II;Lo;0;L;;;;;N;;;;; +0D09;MALAYALAM LETTER U;Lo;0;L;;;;;N;;;;; +0D0A;MALAYALAM LETTER UU;Lo;0;L;;;;;N;;;;; +0D0B;MALAYALAM LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +0D0C;MALAYALAM LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +0D0E;MALAYALAM LETTER E;Lo;0;L;;;;;N;;;;; +0D0F;MALAYALAM LETTER EE;Lo;0;L;;;;;N;;;;; +0D10;MALAYALAM LETTER AI;Lo;0;L;;;;;N;;;;; +0D12;MALAYALAM LETTER O;Lo;0;L;;;;;N;;;;; +0D13;MALAYALAM LETTER OO;Lo;0;L;;;;;N;;;;; +0D14;MALAYALAM LETTER AU;Lo;0;L;;;;;N;;;;; +0D15;MALAYALAM LETTER KA;Lo;0;L;;;;;N;;;;; +0D16;MALAYALAM LETTER KHA;Lo;0;L;;;;;N;;;;; +0D17;MALAYALAM LETTER GA;Lo;0;L;;;;;N;;;;; +0D18;MALAYALAM LETTER GHA;Lo;0;L;;;;;N;;;;; +0D19;MALAYALAM LETTER NGA;Lo;0;L;;;;;N;;;;; +0D1A;MALAYALAM LETTER CA;Lo;0;L;;;;;N;;;;; +0D1B;MALAYALAM LETTER CHA;Lo;0;L;;;;;N;;;;; +0D1C;MALAYALAM LETTER JA;Lo;0;L;;;;;N;;;;; +0D1D;MALAYALAM LETTER JHA;Lo;0;L;;;;;N;;;;; +0D1E;MALAYALAM LETTER NYA;Lo;0;L;;;;;N;;;;; +0D1F;MALAYALAM LETTER TTA;Lo;0;L;;;;;N;;;;; +0D20;MALAYALAM LETTER TTHA;Lo;0;L;;;;;N;;;;; +0D21;MALAYALAM LETTER DDA;Lo;0;L;;;;;N;;;;; +0D22;MALAYALAM LETTER DDHA;Lo;0;L;;;;;N;;;;; +0D23;MALAYALAM LETTER NNA;Lo;0;L;;;;;N;;;;; +0D24;MALAYALAM LETTER TA;Lo;0;L;;;;;N;;;;; +0D25;MALAYALAM LETTER THA;Lo;0;L;;;;;N;;;;; +0D26;MALAYALAM LETTER DA;Lo;0;L;;;;;N;;;;; +0D27;MALAYALAM LETTER DHA;Lo;0;L;;;;;N;;;;; +0D28;MALAYALAM LETTER NA;Lo;0;L;;;;;N;;;;; +0D2A;MALAYALAM LETTER PA;Lo;0;L;;;;;N;;;;; +0D2B;MALAYALAM LETTER PHA;Lo;0;L;;;;;N;;;;; +0D2C;MALAYALAM LETTER BA;Lo;0;L;;;;;N;;;;; +0D2D;MALAYALAM LETTER BHA;Lo;0;L;;;;;N;;;;; +0D2E;MALAYALAM LETTER MA;Lo;0;L;;;;;N;;;;; +0D2F;MALAYALAM LETTER YA;Lo;0;L;;;;;N;;;;; +0D30;MALAYALAM LETTER RA;Lo;0;L;;;;;N;;;;; +0D31;MALAYALAM LETTER RRA;Lo;0;L;;;;;N;;;;; +0D32;MALAYALAM LETTER LA;Lo;0;L;;;;;N;;;;; +0D33;MALAYALAM LETTER LLA;Lo;0;L;;;;;N;;;;; +0D34;MALAYALAM LETTER LLLA;Lo;0;L;;;;;N;;;;; +0D35;MALAYALAM LETTER VA;Lo;0;L;;;;;N;;;;; +0D36;MALAYALAM LETTER SHA;Lo;0;L;;;;;N;;;;; +0D37;MALAYALAM LETTER SSA;Lo;0;L;;;;;N;;;;; +0D38;MALAYALAM LETTER SA;Lo;0;L;;;;;N;;;;; +0D39;MALAYALAM LETTER HA;Lo;0;L;;;;;N;;;;; +0D3D;MALAYALAM SIGN AVAGRAHA;Lo;0;L;;;;;N;;;;; +0D3E;MALAYALAM VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +0D3F;MALAYALAM VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +0D40;MALAYALAM VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +0D41;MALAYALAM VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +0D42;MALAYALAM VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +0D43;MALAYALAM VOWEL SIGN VOCALIC R;Mn;0;NSM;;;;;N;;;;; +0D44;MALAYALAM VOWEL SIGN VOCALIC RR;Mn;0;NSM;;;;;N;;;;; +0D46;MALAYALAM VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +0D47;MALAYALAM VOWEL SIGN EE;Mc;0;L;;;;;N;;;;; +0D48;MALAYALAM VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +0D4A;MALAYALAM VOWEL SIGN O;Mc;0;L;0D46 0D3E;;;;N;;;;; +0D4B;MALAYALAM VOWEL SIGN OO;Mc;0;L;0D47 0D3E;;;;N;;;;; +0D4C;MALAYALAM VOWEL SIGN AU;Mc;0;L;0D46 0D57;;;;N;;;;; +0D4D;MALAYALAM SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +0D57;MALAYALAM AU LENGTH MARK;Mc;0;L;;;;;N;;;;; +0D60;MALAYALAM LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +0D61;MALAYALAM LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +0D62;MALAYALAM VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +0D63;MALAYALAM VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +0D66;MALAYALAM DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0D67;MALAYALAM DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0D68;MALAYALAM DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0D69;MALAYALAM DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0D6A;MALAYALAM DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0D6B;MALAYALAM DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0D6C;MALAYALAM DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0D6D;MALAYALAM DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0D6E;MALAYALAM DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0D6F;MALAYALAM DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0D70;MALAYALAM NUMBER TEN;No;0;L;;;;10;N;;;;; +0D71;MALAYALAM NUMBER ONE HUNDRED;No;0;L;;;;100;N;;;;; +0D72;MALAYALAM NUMBER ONE THOUSAND;No;0;L;;;;1000;N;;;;; +0D73;MALAYALAM FRACTION ONE QUARTER;No;0;L;;;;1/4;N;;;;; +0D74;MALAYALAM FRACTION ONE HALF;No;0;L;;;;1/2;N;;;;; +0D75;MALAYALAM FRACTION THREE QUARTERS;No;0;L;;;;3/4;N;;;;; +0D79;MALAYALAM DATE MARK;So;0;L;;;;;N;;;;; +0D7A;MALAYALAM LETTER CHILLU NN;Lo;0;L;;;;;N;;;;; +0D7B;MALAYALAM LETTER CHILLU N;Lo;0;L;;;;;N;;;;; +0D7C;MALAYALAM LETTER CHILLU RR;Lo;0;L;;;;;N;;;;; +0D7D;MALAYALAM LETTER CHILLU L;Lo;0;L;;;;;N;;;;; +0D7E;MALAYALAM LETTER CHILLU LL;Lo;0;L;;;;;N;;;;; +0D7F;MALAYALAM LETTER CHILLU K;Lo;0;L;;;;;N;;;;; +0D82;SINHALA SIGN ANUSVARAYA;Mc;0;L;;;;;N;;;;; +0D83;SINHALA SIGN VISARGAYA;Mc;0;L;;;;;N;;;;; +0D85;SINHALA LETTER AYANNA;Lo;0;L;;;;;N;;;;; +0D86;SINHALA LETTER AAYANNA;Lo;0;L;;;;;N;;;;; +0D87;SINHALA LETTER AEYANNA;Lo;0;L;;;;;N;;;;; +0D88;SINHALA LETTER AEEYANNA;Lo;0;L;;;;;N;;;;; +0D89;SINHALA LETTER IYANNA;Lo;0;L;;;;;N;;;;; +0D8A;SINHALA LETTER IIYANNA;Lo;0;L;;;;;N;;;;; +0D8B;SINHALA LETTER UYANNA;Lo;0;L;;;;;N;;;;; +0D8C;SINHALA LETTER UUYANNA;Lo;0;L;;;;;N;;;;; +0D8D;SINHALA LETTER IRUYANNA;Lo;0;L;;;;;N;;;;; +0D8E;SINHALA LETTER IRUUYANNA;Lo;0;L;;;;;N;;;;; +0D8F;SINHALA LETTER ILUYANNA;Lo;0;L;;;;;N;;;;; +0D90;SINHALA LETTER ILUUYANNA;Lo;0;L;;;;;N;;;;; +0D91;SINHALA LETTER EYANNA;Lo;0;L;;;;;N;;;;; +0D92;SINHALA LETTER EEYANNA;Lo;0;L;;;;;N;;;;; +0D93;SINHALA LETTER AIYANNA;Lo;0;L;;;;;N;;;;; +0D94;SINHALA LETTER OYANNA;Lo;0;L;;;;;N;;;;; +0D95;SINHALA LETTER OOYANNA;Lo;0;L;;;;;N;;;;; +0D96;SINHALA LETTER AUYANNA;Lo;0;L;;;;;N;;;;; +0D9A;SINHALA LETTER ALPAPRAANA KAYANNA;Lo;0;L;;;;;N;;;;; +0D9B;SINHALA LETTER MAHAAPRAANA KAYANNA;Lo;0;L;;;;;N;;;;; +0D9C;SINHALA LETTER ALPAPRAANA GAYANNA;Lo;0;L;;;;;N;;;;; +0D9D;SINHALA LETTER MAHAAPRAANA GAYANNA;Lo;0;L;;;;;N;;;;; +0D9E;SINHALA LETTER KANTAJA NAASIKYAYA;Lo;0;L;;;;;N;;;;; +0D9F;SINHALA LETTER SANYAKA GAYANNA;Lo;0;L;;;;;N;;;;; +0DA0;SINHALA LETTER ALPAPRAANA CAYANNA;Lo;0;L;;;;;N;;;;; +0DA1;SINHALA LETTER MAHAAPRAANA CAYANNA;Lo;0;L;;;;;N;;;;; +0DA2;SINHALA LETTER ALPAPRAANA JAYANNA;Lo;0;L;;;;;N;;;;; +0DA3;SINHALA LETTER MAHAAPRAANA JAYANNA;Lo;0;L;;;;;N;;;;; +0DA4;SINHALA LETTER TAALUJA NAASIKYAYA;Lo;0;L;;;;;N;;;;; +0DA5;SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA;Lo;0;L;;;;;N;;;;; +0DA6;SINHALA LETTER SANYAKA JAYANNA;Lo;0;L;;;;;N;;;;; +0DA7;SINHALA LETTER ALPAPRAANA TTAYANNA;Lo;0;L;;;;;N;;;;; +0DA8;SINHALA LETTER MAHAAPRAANA TTAYANNA;Lo;0;L;;;;;N;;;;; +0DA9;SINHALA LETTER ALPAPRAANA DDAYANNA;Lo;0;L;;;;;N;;;;; +0DAA;SINHALA LETTER MAHAAPRAANA DDAYANNA;Lo;0;L;;;;;N;;;;; +0DAB;SINHALA LETTER MUURDHAJA NAYANNA;Lo;0;L;;;;;N;;;;; +0DAC;SINHALA LETTER SANYAKA DDAYANNA;Lo;0;L;;;;;N;;;;; +0DAD;SINHALA LETTER ALPAPRAANA TAYANNA;Lo;0;L;;;;;N;;;;; +0DAE;SINHALA LETTER MAHAAPRAANA TAYANNA;Lo;0;L;;;;;N;;;;; +0DAF;SINHALA LETTER ALPAPRAANA DAYANNA;Lo;0;L;;;;;N;;;;; +0DB0;SINHALA LETTER MAHAAPRAANA DAYANNA;Lo;0;L;;;;;N;;;;; +0DB1;SINHALA LETTER DANTAJA NAYANNA;Lo;0;L;;;;;N;;;;; +0DB3;SINHALA LETTER SANYAKA DAYANNA;Lo;0;L;;;;;N;;;;; +0DB4;SINHALA LETTER ALPAPRAANA PAYANNA;Lo;0;L;;;;;N;;;;; +0DB5;SINHALA LETTER MAHAAPRAANA PAYANNA;Lo;0;L;;;;;N;;;;; +0DB6;SINHALA LETTER ALPAPRAANA BAYANNA;Lo;0;L;;;;;N;;;;; +0DB7;SINHALA LETTER MAHAAPRAANA BAYANNA;Lo;0;L;;;;;N;;;;; +0DB8;SINHALA LETTER MAYANNA;Lo;0;L;;;;;N;;;;; +0DB9;SINHALA LETTER AMBA BAYANNA;Lo;0;L;;;;;N;;;;; +0DBA;SINHALA LETTER YAYANNA;Lo;0;L;;;;;N;;;;; +0DBB;SINHALA LETTER RAYANNA;Lo;0;L;;;;;N;;;;; +0DBD;SINHALA LETTER DANTAJA LAYANNA;Lo;0;L;;;;;N;;;;; +0DC0;SINHALA LETTER VAYANNA;Lo;0;L;;;;;N;;;;; +0DC1;SINHALA LETTER TAALUJA SAYANNA;Lo;0;L;;;;;N;;;;; +0DC2;SINHALA LETTER MUURDHAJA SAYANNA;Lo;0;L;;;;;N;;;;; +0DC3;SINHALA LETTER DANTAJA SAYANNA;Lo;0;L;;;;;N;;;;; +0DC4;SINHALA LETTER HAYANNA;Lo;0;L;;;;;N;;;;; +0DC5;SINHALA LETTER MUURDHAJA LAYANNA;Lo;0;L;;;;;N;;;;; +0DC6;SINHALA LETTER FAYANNA;Lo;0;L;;;;;N;;;;; +0DCA;SINHALA SIGN AL-LAKUNA;Mn;9;NSM;;;;;N;;;;; +0DCF;SINHALA VOWEL SIGN AELA-PILLA;Mc;0;L;;;;;N;;;;; +0DD0;SINHALA VOWEL SIGN KETTI AEDA-PILLA;Mc;0;L;;;;;N;;;;; +0DD1;SINHALA VOWEL SIGN DIGA AEDA-PILLA;Mc;0;L;;;;;N;;;;; +0DD2;SINHALA VOWEL SIGN KETTI IS-PILLA;Mn;0;NSM;;;;;N;;;;; +0DD3;SINHALA VOWEL SIGN DIGA IS-PILLA;Mn;0;NSM;;;;;N;;;;; +0DD4;SINHALA VOWEL SIGN KETTI PAA-PILLA;Mn;0;NSM;;;;;N;;;;; +0DD6;SINHALA VOWEL SIGN DIGA PAA-PILLA;Mn;0;NSM;;;;;N;;;;; +0DD8;SINHALA VOWEL SIGN GAETTA-PILLA;Mc;0;L;;;;;N;;;;; +0DD9;SINHALA VOWEL SIGN KOMBUVA;Mc;0;L;;;;;N;;;;; +0DDA;SINHALA VOWEL SIGN DIGA KOMBUVA;Mc;0;L;0DD9 0DCA;;;;N;;;;; +0DDB;SINHALA VOWEL SIGN KOMBU DEKA;Mc;0;L;;;;;N;;;;; +0DDC;SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA;Mc;0;L;0DD9 0DCF;;;;N;;;;; +0DDD;SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA;Mc;0;L;0DDC 0DCA;;;;N;;;;; +0DDE;SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA;Mc;0;L;0DD9 0DDF;;;;N;;;;; +0DDF;SINHALA VOWEL SIGN GAYANUKITTA;Mc;0;L;;;;;N;;;;; +0DF2;SINHALA VOWEL SIGN DIGA GAETTA-PILLA;Mc;0;L;;;;;N;;;;; +0DF3;SINHALA VOWEL SIGN DIGA GAYANUKITTA;Mc;0;L;;;;;N;;;;; +0DF4;SINHALA PUNCTUATION KUNDDALIYA;Po;0;L;;;;;N;;;;; +0E01;THAI CHARACTER KO KAI;Lo;0;L;;;;;N;THAI LETTER KO KAI;;;; +0E02;THAI CHARACTER KHO KHAI;Lo;0;L;;;;;N;THAI LETTER KHO KHAI;;;; +0E03;THAI CHARACTER KHO KHUAT;Lo;0;L;;;;;N;THAI LETTER KHO KHUAT;;;; +0E04;THAI CHARACTER KHO KHWAI;Lo;0;L;;;;;N;THAI LETTER KHO KHWAI;;;; +0E05;THAI CHARACTER KHO KHON;Lo;0;L;;;;;N;THAI LETTER KHO KHON;;;; +0E06;THAI CHARACTER KHO RAKHANG;Lo;0;L;;;;;N;THAI LETTER KHO RAKHANG;;;; +0E07;THAI CHARACTER NGO NGU;Lo;0;L;;;;;N;THAI LETTER NGO NGU;;;; +0E08;THAI CHARACTER CHO CHAN;Lo;0;L;;;;;N;THAI LETTER CHO CHAN;;;; +0E09;THAI CHARACTER CHO CHING;Lo;0;L;;;;;N;THAI LETTER CHO CHING;;;; +0E0A;THAI CHARACTER CHO CHANG;Lo;0;L;;;;;N;THAI LETTER CHO CHANG;;;; +0E0B;THAI CHARACTER SO SO;Lo;0;L;;;;;N;THAI LETTER SO SO;;;; +0E0C;THAI CHARACTER CHO CHOE;Lo;0;L;;;;;N;THAI LETTER CHO CHOE;;;; +0E0D;THAI CHARACTER YO YING;Lo;0;L;;;;;N;THAI LETTER YO YING;;;; +0E0E;THAI CHARACTER DO CHADA;Lo;0;L;;;;;N;THAI LETTER DO CHADA;;;; +0E0F;THAI CHARACTER TO PATAK;Lo;0;L;;;;;N;THAI LETTER TO PATAK;;;; +0E10;THAI CHARACTER THO THAN;Lo;0;L;;;;;N;THAI LETTER THO THAN;;;; +0E11;THAI CHARACTER THO NANGMONTHO;Lo;0;L;;;;;N;THAI LETTER THO NANGMONTHO;;;; +0E12;THAI CHARACTER THO PHUTHAO;Lo;0;L;;;;;N;THAI LETTER THO PHUTHAO;;;; +0E13;THAI CHARACTER NO NEN;Lo;0;L;;;;;N;THAI LETTER NO NEN;;;; +0E14;THAI CHARACTER DO DEK;Lo;0;L;;;;;N;THAI LETTER DO DEK;;;; +0E15;THAI CHARACTER TO TAO;Lo;0;L;;;;;N;THAI LETTER TO TAO;;;; +0E16;THAI CHARACTER THO THUNG;Lo;0;L;;;;;N;THAI LETTER THO THUNG;;;; +0E17;THAI CHARACTER THO THAHAN;Lo;0;L;;;;;N;THAI LETTER THO THAHAN;;;; +0E18;THAI CHARACTER THO THONG;Lo;0;L;;;;;N;THAI LETTER THO THONG;;;; +0E19;THAI CHARACTER NO NU;Lo;0;L;;;;;N;THAI LETTER NO NU;;;; +0E1A;THAI CHARACTER BO BAIMAI;Lo;0;L;;;;;N;THAI LETTER BO BAIMAI;;;; +0E1B;THAI CHARACTER PO PLA;Lo;0;L;;;;;N;THAI LETTER PO PLA;;;; +0E1C;THAI CHARACTER PHO PHUNG;Lo;0;L;;;;;N;THAI LETTER PHO PHUNG;;;; +0E1D;THAI CHARACTER FO FA;Lo;0;L;;;;;N;THAI LETTER FO FA;;;; +0E1E;THAI CHARACTER PHO PHAN;Lo;0;L;;;;;N;THAI LETTER PHO PHAN;;;; +0E1F;THAI CHARACTER FO FAN;Lo;0;L;;;;;N;THAI LETTER FO FAN;;;; +0E20;THAI CHARACTER PHO SAMPHAO;Lo;0;L;;;;;N;THAI LETTER PHO SAMPHAO;;;; +0E21;THAI CHARACTER MO MA;Lo;0;L;;;;;N;THAI LETTER MO MA;;;; +0E22;THAI CHARACTER YO YAK;Lo;0;L;;;;;N;THAI LETTER YO YAK;;;; +0E23;THAI CHARACTER RO RUA;Lo;0;L;;;;;N;THAI LETTER RO RUA;;;; +0E24;THAI CHARACTER RU;Lo;0;L;;;;;N;THAI LETTER RU;;;; +0E25;THAI CHARACTER LO LING;Lo;0;L;;;;;N;THAI LETTER LO LING;;;; +0E26;THAI CHARACTER LU;Lo;0;L;;;;;N;THAI LETTER LU;;;; +0E27;THAI CHARACTER WO WAEN;Lo;0;L;;;;;N;THAI LETTER WO WAEN;;;; +0E28;THAI CHARACTER SO SALA;Lo;0;L;;;;;N;THAI LETTER SO SALA;;;; +0E29;THAI CHARACTER SO RUSI;Lo;0;L;;;;;N;THAI LETTER SO RUSI;;;; +0E2A;THAI CHARACTER SO SUA;Lo;0;L;;;;;N;THAI LETTER SO SUA;;;; +0E2B;THAI CHARACTER HO HIP;Lo;0;L;;;;;N;THAI LETTER HO HIP;;;; +0E2C;THAI CHARACTER LO CHULA;Lo;0;L;;;;;N;THAI LETTER LO CHULA;;;; +0E2D;THAI CHARACTER O ANG;Lo;0;L;;;;;N;THAI LETTER O ANG;;;; +0E2E;THAI CHARACTER HO NOKHUK;Lo;0;L;;;;;N;THAI LETTER HO NOK HUK;;;; +0E2F;THAI CHARACTER PAIYANNOI;Lo;0;L;;;;;N;THAI PAI YAN NOI;;;; +0E30;THAI CHARACTER SARA A;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA A;;;; +0E31;THAI CHARACTER MAI HAN-AKAT;Mn;0;NSM;;;;;N;THAI VOWEL SIGN MAI HAN-AKAT;;;; +0E32;THAI CHARACTER SARA AA;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA AA;;;; +0E33;THAI CHARACTER SARA AM;Lo;0;L; 0E4D 0E32;;;;N;THAI VOWEL SIGN SARA AM;;;; +0E34;THAI CHARACTER SARA I;Mn;0;NSM;;;;;N;THAI VOWEL SIGN SARA I;;;; +0E35;THAI CHARACTER SARA II;Mn;0;NSM;;;;;N;THAI VOWEL SIGN SARA II;;;; +0E36;THAI CHARACTER SARA UE;Mn;0;NSM;;;;;N;THAI VOWEL SIGN SARA UE;;;; +0E37;THAI CHARACTER SARA UEE;Mn;0;NSM;;;;;N;THAI VOWEL SIGN SARA UEE;;;; +0E38;THAI CHARACTER SARA U;Mn;103;NSM;;;;;N;THAI VOWEL SIGN SARA U;;;; +0E39;THAI CHARACTER SARA UU;Mn;103;NSM;;;;;N;THAI VOWEL SIGN SARA UU;;;; +0E3A;THAI CHARACTER PHINTHU;Mn;9;NSM;;;;;N;THAI VOWEL SIGN PHINTHU;;;; +0E3F;THAI CURRENCY SYMBOL BAHT;Sc;0;ET;;;;;N;THAI BAHT SIGN;;;; +0E40;THAI CHARACTER SARA E;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA E;;;; +0E41;THAI CHARACTER SARA AE;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA AE;;;; +0E42;THAI CHARACTER SARA O;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA O;;;; +0E43;THAI CHARACTER SARA AI MAIMUAN;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA MAI MUAN;;;; +0E44;THAI CHARACTER SARA AI MAIMALAI;Lo;0;L;;;;;N;THAI VOWEL SIGN SARA MAI MALAI;;;; +0E45;THAI CHARACTER LAKKHANGYAO;Lo;0;L;;;;;N;THAI LAK KHANG YAO;;;; +0E46;THAI CHARACTER MAIYAMOK;Lm;0;L;;;;;N;THAI MAI YAMOK;;;; +0E47;THAI CHARACTER MAITAIKHU;Mn;0;NSM;;;;;N;THAI VOWEL SIGN MAI TAI KHU;;;; +0E48;THAI CHARACTER MAI EK;Mn;107;NSM;;;;;N;THAI TONE MAI EK;;;; +0E49;THAI CHARACTER MAI THO;Mn;107;NSM;;;;;N;THAI TONE MAI THO;;;; +0E4A;THAI CHARACTER MAI TRI;Mn;107;NSM;;;;;N;THAI TONE MAI TRI;;;; +0E4B;THAI CHARACTER MAI CHATTAWA;Mn;107;NSM;;;;;N;THAI TONE MAI CHATTAWA;;;; +0E4C;THAI CHARACTER THANTHAKHAT;Mn;0;NSM;;;;;N;THAI THANTHAKHAT;;;; +0E4D;THAI CHARACTER NIKHAHIT;Mn;0;NSM;;;;;N;THAI NIKKHAHIT;;;; +0E4E;THAI CHARACTER YAMAKKAN;Mn;0;NSM;;;;;N;THAI YAMAKKAN;;;; +0E4F;THAI CHARACTER FONGMAN;Po;0;L;;;;;N;THAI FONGMAN;;;; +0E50;THAI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0E51;THAI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0E52;THAI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0E53;THAI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0E54;THAI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0E55;THAI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0E56;THAI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0E57;THAI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0E58;THAI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0E59;THAI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0E5A;THAI CHARACTER ANGKHANKHU;Po;0;L;;;;;N;THAI ANGKHANKHU;;;; +0E5B;THAI CHARACTER KHOMUT;Po;0;L;;;;;N;THAI KHOMUT;;;; +0E81;LAO LETTER KO;Lo;0;L;;;;;N;;;;; +0E82;LAO LETTER KHO SUNG;Lo;0;L;;;;;N;;;;; +0E84;LAO LETTER KHO TAM;Lo;0;L;;;;;N;;;;; +0E87;LAO LETTER NGO;Lo;0;L;;;;;N;;;;; +0E88;LAO LETTER CO;Lo;0;L;;;;;N;;;;; +0E8A;LAO LETTER SO TAM;Lo;0;L;;;;;N;;;;; +0E8D;LAO LETTER NYO;Lo;0;L;;;;;N;;;;; +0E94;LAO LETTER DO;Lo;0;L;;;;;N;;;;; +0E95;LAO LETTER TO;Lo;0;L;;;;;N;;;;; +0E96;LAO LETTER THO SUNG;Lo;0;L;;;;;N;;;;; +0E97;LAO LETTER THO TAM;Lo;0;L;;;;;N;;;;; +0E99;LAO LETTER NO;Lo;0;L;;;;;N;;;;; +0E9A;LAO LETTER BO;Lo;0;L;;;;;N;;;;; +0E9B;LAO LETTER PO;Lo;0;L;;;;;N;;;;; +0E9C;LAO LETTER PHO SUNG;Lo;0;L;;;;;N;;;;; +0E9D;LAO LETTER FO TAM;Lo;0;L;;;;;N;;;;; +0E9E;LAO LETTER PHO TAM;Lo;0;L;;;;;N;;;;; +0E9F;LAO LETTER FO SUNG;Lo;0;L;;;;;N;;;;; +0EA1;LAO LETTER MO;Lo;0;L;;;;;N;;;;; +0EA2;LAO LETTER YO;Lo;0;L;;;;;N;;;;; +0EA3;LAO LETTER LO LING;Lo;0;L;;;;;N;;;;; +0EA5;LAO LETTER LO LOOT;Lo;0;L;;;;;N;;;;; +0EA7;LAO LETTER WO;Lo;0;L;;;;;N;;;;; +0EAA;LAO LETTER SO SUNG;Lo;0;L;;;;;N;;;;; +0EAB;LAO LETTER HO SUNG;Lo;0;L;;;;;N;;;;; +0EAD;LAO LETTER O;Lo;0;L;;;;;N;;;;; +0EAE;LAO LETTER HO TAM;Lo;0;L;;;;;N;;;;; +0EAF;LAO ELLIPSIS;Lo;0;L;;;;;N;;;;; +0EB0;LAO VOWEL SIGN A;Lo;0;L;;;;;N;;;;; +0EB1;LAO VOWEL SIGN MAI KAN;Mn;0;NSM;;;;;N;;;;; +0EB2;LAO VOWEL SIGN AA;Lo;0;L;;;;;N;;;;; +0EB3;LAO VOWEL SIGN AM;Lo;0;L; 0ECD 0EB2;;;;N;;;;; +0EB4;LAO VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +0EB5;LAO VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +0EB6;LAO VOWEL SIGN Y;Mn;0;NSM;;;;;N;;;;; +0EB7;LAO VOWEL SIGN YY;Mn;0;NSM;;;;;N;;;;; +0EB8;LAO VOWEL SIGN U;Mn;118;NSM;;;;;N;;;;; +0EB9;LAO VOWEL SIGN UU;Mn;118;NSM;;;;;N;;;;; +0EBB;LAO VOWEL SIGN MAI KON;Mn;0;NSM;;;;;N;;;;; +0EBC;LAO SEMIVOWEL SIGN LO;Mn;0;NSM;;;;;N;;;;; +0EBD;LAO SEMIVOWEL SIGN NYO;Lo;0;L;;;;;N;;;;; +0EC0;LAO VOWEL SIGN E;Lo;0;L;;;;;N;;;;; +0EC1;LAO VOWEL SIGN EI;Lo;0;L;;;;;N;;;;; +0EC2;LAO VOWEL SIGN O;Lo;0;L;;;;;N;;;;; +0EC3;LAO VOWEL SIGN AY;Lo;0;L;;;;;N;;;;; +0EC4;LAO VOWEL SIGN AI;Lo;0;L;;;;;N;;;;; +0EC6;LAO KO LA;Lm;0;L;;;;;N;;;;; +0EC8;LAO TONE MAI EK;Mn;122;NSM;;;;;N;;;;; +0EC9;LAO TONE MAI THO;Mn;122;NSM;;;;;N;;;;; +0ECA;LAO TONE MAI TI;Mn;122;NSM;;;;;N;;;;; +0ECB;LAO TONE MAI CATAWA;Mn;122;NSM;;;;;N;;;;; +0ECC;LAO CANCELLATION MARK;Mn;0;NSM;;;;;N;;;;; +0ECD;LAO NIGGAHITA;Mn;0;NSM;;;;;N;;;;; +0ED0;LAO DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0ED1;LAO DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0ED2;LAO DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0ED3;LAO DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0ED4;LAO DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0ED5;LAO DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0ED6;LAO DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0ED7;LAO DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0ED8;LAO DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0ED9;LAO DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0EDC;LAO HO NO;Lo;0;L; 0EAB 0E99;;;;N;;;;; +0EDD;LAO HO MO;Lo;0;L; 0EAB 0EA1;;;;N;;;;; +0F00;TIBETAN SYLLABLE OM;Lo;0;L;;;;;N;;;;; +0F01;TIBETAN MARK GTER YIG MGO TRUNCATED A;So;0;L;;;;;N;;;;; +0F02;TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA;So;0;L;;;;;N;;;;; +0F03;TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA;So;0;L;;;;;N;;;;; +0F04;TIBETAN MARK INITIAL YIG MGO MDUN MA;Po;0;L;;;;;N;TIBETAN SINGLE ORNAMENT;;;; +0F05;TIBETAN MARK CLOSING YIG MGO SGAB MA;Po;0;L;;;;;N;;;;; +0F06;TIBETAN MARK CARET YIG MGO PHUR SHAD MA;Po;0;L;;;;;N;;;;; +0F07;TIBETAN MARK YIG MGO TSHEG SHAD MA;Po;0;L;;;;;N;;;;; +0F08;TIBETAN MARK SBRUL SHAD;Po;0;L;;;;;N;TIBETAN RGYANSHAD;;;; +0F09;TIBETAN MARK BSKUR YIG MGO;Po;0;L;;;;;N;;;;; +0F0A;TIBETAN MARK BKA- SHOG YIG MGO;Po;0;L;;;;;N;;;;; +0F0B;TIBETAN MARK INTERSYLLABIC TSHEG;Po;0;L;;;;;N;TIBETAN TSEG;;;; +0F0C;TIBETAN MARK DELIMITER TSHEG BSTAR;Po;0;L; 0F0B;;;;N;;;;; +0F0D;TIBETAN MARK SHAD;Po;0;L;;;;;N;TIBETAN SHAD;;;; +0F0E;TIBETAN MARK NYIS SHAD;Po;0;L;;;;;N;TIBETAN DOUBLE SHAD;;;; +0F0F;TIBETAN MARK TSHEG SHAD;Po;0;L;;;;;N;;;;; +0F10;TIBETAN MARK NYIS TSHEG SHAD;Po;0;L;;;;;N;;;;; +0F11;TIBETAN MARK RIN CHEN SPUNGS SHAD;Po;0;L;;;;;N;TIBETAN RINCHANPHUNGSHAD;;;; +0F12;TIBETAN MARK RGYA GRAM SHAD;Po;0;L;;;;;N;;;;; +0F13;TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN;So;0;L;;;;;N;;;;; +0F14;TIBETAN MARK GTER TSHEG;So;0;L;;;;;N;TIBETAN COMMA;;;; +0F15;TIBETAN LOGOTYPE SIGN CHAD RTAGS;So;0;L;;;;;N;;;;; +0F16;TIBETAN LOGOTYPE SIGN LHAG RTAGS;So;0;L;;;;;N;;;;; +0F17;TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS;So;0;L;;;;;N;;;;; +0F18;TIBETAN ASTROLOGICAL SIGN -KHYUD PA;Mn;220;NSM;;;;;N;;;;; +0F19;TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS;Mn;220;NSM;;;;;N;;;;; +0F1A;TIBETAN SIGN RDEL DKAR GCIG;So;0;L;;;;;N;;;;; +0F1B;TIBETAN SIGN RDEL DKAR GNYIS;So;0;L;;;;;N;;;;; +0F1C;TIBETAN SIGN RDEL DKAR GSUM;So;0;L;;;;;N;;;;; +0F1D;TIBETAN SIGN RDEL NAG GCIG;So;0;L;;;;;N;;;;; +0F1E;TIBETAN SIGN RDEL NAG GNYIS;So;0;L;;;;;N;;;;; +0F1F;TIBETAN SIGN RDEL DKAR RDEL NAG;So;0;L;;;;;N;;;;; +0F20;TIBETAN DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +0F21;TIBETAN DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +0F22;TIBETAN DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +0F23;TIBETAN DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +0F24;TIBETAN DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +0F25;TIBETAN DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +0F26;TIBETAN DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +0F27;TIBETAN DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +0F28;TIBETAN DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +0F29;TIBETAN DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +0F2A;TIBETAN DIGIT HALF ONE;No;0;L;;;;1/2;N;;;;; +0F2B;TIBETAN DIGIT HALF TWO;No;0;L;;;;3/2;N;;;;; +0F2C;TIBETAN DIGIT HALF THREE;No;0;L;;;;5/2;N;;;;; +0F2D;TIBETAN DIGIT HALF FOUR;No;0;L;;;;7/2;N;;;;; +0F2E;TIBETAN DIGIT HALF FIVE;No;0;L;;;;9/2;N;;;;; +0F2F;TIBETAN DIGIT HALF SIX;No;0;L;;;;11/2;N;;;;; +0F30;TIBETAN DIGIT HALF SEVEN;No;0;L;;;;13/2;N;;;;; +0F31;TIBETAN DIGIT HALF EIGHT;No;0;L;;;;15/2;N;;;;; +0F32;TIBETAN DIGIT HALF NINE;No;0;L;;;;17/2;N;;;;; +0F33;TIBETAN DIGIT HALF ZERO;No;0;L;;;;-1/2;N;;;;; +0F34;TIBETAN MARK BSDUS RTAGS;So;0;L;;;;;N;;;;; +0F35;TIBETAN MARK NGAS BZUNG NYI ZLA;Mn;220;NSM;;;;;N;TIBETAN HONORIFIC UNDER RING;;;; +0F36;TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN;So;0;L;;;;;N;;;;; +0F37;TIBETAN MARK NGAS BZUNG SGOR RTAGS;Mn;220;NSM;;;;;N;TIBETAN UNDER RING;;;; +0F38;TIBETAN MARK CHE MGO;So;0;L;;;;;N;;;;; +0F39;TIBETAN MARK TSA -PHRU;Mn;216;NSM;;;;;N;TIBETAN LENITION MARK;;;; +0F3A;TIBETAN MARK GUG RTAGS GYON;Ps;0;ON;;;;;Y;;;;; +0F3B;TIBETAN MARK GUG RTAGS GYAS;Pe;0;ON;;;;;Y;;;;; +0F3C;TIBETAN MARK ANG KHANG GYON;Ps;0;ON;;;;;Y;TIBETAN LEFT BRACE;;;; +0F3D;TIBETAN MARK ANG KHANG GYAS;Pe;0;ON;;;;;Y;TIBETAN RIGHT BRACE;;;; +0F3E;TIBETAN SIGN YAR TSHES;Mc;0;L;;;;;N;;;;; +0F3F;TIBETAN SIGN MAR TSHES;Mc;0;L;;;;;N;;;;; +0F40;TIBETAN LETTER KA;Lo;0;L;;;;;N;;;;; +0F41;TIBETAN LETTER KHA;Lo;0;L;;;;;N;;;;; +0F42;TIBETAN LETTER GA;Lo;0;L;;;;;N;;;;; +0F43;TIBETAN LETTER GHA;Lo;0;L;0F42 0FB7;;;;N;;;;; +0F44;TIBETAN LETTER NGA;Lo;0;L;;;;;N;;;;; +0F45;TIBETAN LETTER CA;Lo;0;L;;;;;N;;;;; +0F46;TIBETAN LETTER CHA;Lo;0;L;;;;;N;;;;; +0F47;TIBETAN LETTER JA;Lo;0;L;;;;;N;;;;; +0F49;TIBETAN LETTER NYA;Lo;0;L;;;;;N;;;;; +0F4A;TIBETAN LETTER TTA;Lo;0;L;;;;;N;TIBETAN LETTER REVERSED TA;;;; +0F4B;TIBETAN LETTER TTHA;Lo;0;L;;;;;N;TIBETAN LETTER REVERSED THA;;;; +0F4C;TIBETAN LETTER DDA;Lo;0;L;;;;;N;TIBETAN LETTER REVERSED DA;;;; +0F4D;TIBETAN LETTER DDHA;Lo;0;L;0F4C 0FB7;;;;N;;;;; +0F4E;TIBETAN LETTER NNA;Lo;0;L;;;;;N;TIBETAN LETTER REVERSED NA;;;; +0F4F;TIBETAN LETTER TA;Lo;0;L;;;;;N;;;;; +0F50;TIBETAN LETTER THA;Lo;0;L;;;;;N;;;;; +0F51;TIBETAN LETTER DA;Lo;0;L;;;;;N;;;;; +0F52;TIBETAN LETTER DHA;Lo;0;L;0F51 0FB7;;;;N;;;;; +0F53;TIBETAN LETTER NA;Lo;0;L;;;;;N;;;;; +0F54;TIBETAN LETTER PA;Lo;0;L;;;;;N;;;;; +0F55;TIBETAN LETTER PHA;Lo;0;L;;;;;N;;;;; +0F56;TIBETAN LETTER BA;Lo;0;L;;;;;N;;;;; +0F57;TIBETAN LETTER BHA;Lo;0;L;0F56 0FB7;;;;N;;;;; +0F58;TIBETAN LETTER MA;Lo;0;L;;;;;N;;;;; +0F59;TIBETAN LETTER TSA;Lo;0;L;;;;;N;;;;; +0F5A;TIBETAN LETTER TSHA;Lo;0;L;;;;;N;;;;; +0F5B;TIBETAN LETTER DZA;Lo;0;L;;;;;N;;;;; +0F5C;TIBETAN LETTER DZHA;Lo;0;L;0F5B 0FB7;;;;N;;;;; +0F5D;TIBETAN LETTER WA;Lo;0;L;;;;;N;;;;; +0F5E;TIBETAN LETTER ZHA;Lo;0;L;;;;;N;;;;; +0F5F;TIBETAN LETTER ZA;Lo;0;L;;;;;N;;;;; +0F60;TIBETAN LETTER -A;Lo;0;L;;;;;N;TIBETAN LETTER AA;;;; +0F61;TIBETAN LETTER YA;Lo;0;L;;;;;N;;;;; +0F62;TIBETAN LETTER RA;Lo;0;L;;;;;N;;;;; +0F63;TIBETAN LETTER LA;Lo;0;L;;;;;N;;;;; +0F64;TIBETAN LETTER SHA;Lo;0;L;;;;;N;;;;; +0F65;TIBETAN LETTER SSA;Lo;0;L;;;;;N;TIBETAN LETTER REVERSED SHA;;;; +0F66;TIBETAN LETTER SA;Lo;0;L;;;;;N;;;;; +0F67;TIBETAN LETTER HA;Lo;0;L;;;;;N;;;;; +0F68;TIBETAN LETTER A;Lo;0;L;;;;;N;;;;; +0F69;TIBETAN LETTER KSSA;Lo;0;L;0F40 0FB5;;;;N;;;;; +0F6A;TIBETAN LETTER FIXED-FORM RA;Lo;0;L;;;;;N;;;;; +0F6B;TIBETAN LETTER KKA;Lo;0;L;;;;;N;;;;; +0F6C;TIBETAN LETTER RRA;Lo;0;L;;;;;N;;;;; +0F71;TIBETAN VOWEL SIGN AA;Mn;129;NSM;;;;;N;;;;; +0F72;TIBETAN VOWEL SIGN I;Mn;130;NSM;;;;;N;;;;; +0F73;TIBETAN VOWEL SIGN II;Mn;0;NSM;0F71 0F72;;;;N;;;;; +0F74;TIBETAN VOWEL SIGN U;Mn;132;NSM;;;;;N;;;;; +0F75;TIBETAN VOWEL SIGN UU;Mn;0;NSM;0F71 0F74;;;;N;;;;; +0F76;TIBETAN VOWEL SIGN VOCALIC R;Mn;0;NSM;0FB2 0F80;;;;N;;;;; +0F77;TIBETAN VOWEL SIGN VOCALIC RR;Mn;0;NSM; 0FB2 0F81;;;;N;;;;; +0F78;TIBETAN VOWEL SIGN VOCALIC L;Mn;0;NSM;0FB3 0F80;;;;N;;;;; +0F79;TIBETAN VOWEL SIGN VOCALIC LL;Mn;0;NSM; 0FB3 0F81;;;;N;;;;; +0F7A;TIBETAN VOWEL SIGN E;Mn;130;NSM;;;;;N;;;;; +0F7B;TIBETAN VOWEL SIGN EE;Mn;130;NSM;;;;;N;TIBETAN VOWEL SIGN AI;;;; +0F7C;TIBETAN VOWEL SIGN O;Mn;130;NSM;;;;;N;;;;; +0F7D;TIBETAN VOWEL SIGN OO;Mn;130;NSM;;;;;N;TIBETAN VOWEL SIGN AU;;;; +0F7E;TIBETAN SIGN RJES SU NGA RO;Mn;0;NSM;;;;;N;TIBETAN ANUSVARA;;;; +0F7F;TIBETAN SIGN RNAM BCAD;Mc;0;L;;;;;N;TIBETAN VISARGA;;;; +0F80;TIBETAN VOWEL SIGN REVERSED I;Mn;130;NSM;;;;;N;TIBETAN VOWEL SIGN SHORT I;;;; +0F81;TIBETAN VOWEL SIGN REVERSED II;Mn;0;NSM;0F71 0F80;;;;N;;;;; +0F82;TIBETAN SIGN NYI ZLA NAA DA;Mn;230;NSM;;;;;N;TIBETAN CANDRABINDU WITH ORNAMENT;;;; +0F83;TIBETAN SIGN SNA LDAN;Mn;230;NSM;;;;;N;TIBETAN CANDRABINDU;;;; +0F84;TIBETAN MARK HALANTA;Mn;9;NSM;;;;;N;TIBETAN VIRAMA;;;; +0F85;TIBETAN MARK PALUTA;Po;0;L;;;;;N;TIBETAN CHUCHENYIGE;;;; +0F86;TIBETAN SIGN LCI RTAGS;Mn;230;NSM;;;;;N;;;;; +0F87;TIBETAN SIGN YANG RTAGS;Mn;230;NSM;;;;;N;;;;; +0F88;TIBETAN SIGN LCE TSA CAN;Lo;0;L;;;;;N;;;;; +0F89;TIBETAN SIGN MCHU CAN;Lo;0;L;;;;;N;;;;; +0F8A;TIBETAN SIGN GRU CAN RGYINGS;Lo;0;L;;;;;N;;;;; +0F8B;TIBETAN SIGN GRU MED RGYINGS;Lo;0;L;;;;;N;;;;; +0F90;TIBETAN SUBJOINED LETTER KA;Mn;0;NSM;;;;;N;;;;; +0F91;TIBETAN SUBJOINED LETTER KHA;Mn;0;NSM;;;;;N;;;;; +0F92;TIBETAN SUBJOINED LETTER GA;Mn;0;NSM;;;;;N;;;;; +0F93;TIBETAN SUBJOINED LETTER GHA;Mn;0;NSM;0F92 0FB7;;;;N;;;;; +0F94;TIBETAN SUBJOINED LETTER NGA;Mn;0;NSM;;;;;N;;;;; +0F95;TIBETAN SUBJOINED LETTER CA;Mn;0;NSM;;;;;N;;;;; +0F96;TIBETAN SUBJOINED LETTER CHA;Mn;0;NSM;;;;;N;;;;; +0F97;TIBETAN SUBJOINED LETTER JA;Mn;0;NSM;;;;;N;;;;; +0F99;TIBETAN SUBJOINED LETTER NYA;Mn;0;NSM;;;;;N;;;;; +0F9A;TIBETAN SUBJOINED LETTER TTA;Mn;0;NSM;;;;;N;;;;; +0F9B;TIBETAN SUBJOINED LETTER TTHA;Mn;0;NSM;;;;;N;;;;; +0F9C;TIBETAN SUBJOINED LETTER DDA;Mn;0;NSM;;;;;N;;;;; +0F9D;TIBETAN SUBJOINED LETTER DDHA;Mn;0;NSM;0F9C 0FB7;;;;N;;;;; +0F9E;TIBETAN SUBJOINED LETTER NNA;Mn;0;NSM;;;;;N;;;;; +0F9F;TIBETAN SUBJOINED LETTER TA;Mn;0;NSM;;;;;N;;;;; +0FA0;TIBETAN SUBJOINED LETTER THA;Mn;0;NSM;;;;;N;;;;; +0FA1;TIBETAN SUBJOINED LETTER DA;Mn;0;NSM;;;;;N;;;;; +0FA2;TIBETAN SUBJOINED LETTER DHA;Mn;0;NSM;0FA1 0FB7;;;;N;;;;; +0FA3;TIBETAN SUBJOINED LETTER NA;Mn;0;NSM;;;;;N;;;;; +0FA4;TIBETAN SUBJOINED LETTER PA;Mn;0;NSM;;;;;N;;;;; +0FA5;TIBETAN SUBJOINED LETTER PHA;Mn;0;NSM;;;;;N;;;;; +0FA6;TIBETAN SUBJOINED LETTER BA;Mn;0;NSM;;;;;N;;;;; +0FA7;TIBETAN SUBJOINED LETTER BHA;Mn;0;NSM;0FA6 0FB7;;;;N;;;;; +0FA8;TIBETAN SUBJOINED LETTER MA;Mn;0;NSM;;;;;N;;;;; +0FA9;TIBETAN SUBJOINED LETTER TSA;Mn;0;NSM;;;;;N;;;;; +0FAA;TIBETAN SUBJOINED LETTER TSHA;Mn;0;NSM;;;;;N;;;;; +0FAB;TIBETAN SUBJOINED LETTER DZA;Mn;0;NSM;;;;;N;;;;; +0FAC;TIBETAN SUBJOINED LETTER DZHA;Mn;0;NSM;0FAB 0FB7;;;;N;;;;; +0FAD;TIBETAN SUBJOINED LETTER WA;Mn;0;NSM;;;;;N;;;;; +0FAE;TIBETAN SUBJOINED LETTER ZHA;Mn;0;NSM;;;;;N;;;;; +0FAF;TIBETAN SUBJOINED LETTER ZA;Mn;0;NSM;;;;;N;;;;; +0FB0;TIBETAN SUBJOINED LETTER -A;Mn;0;NSM;;;;;N;;;;; +0FB1;TIBETAN SUBJOINED LETTER YA;Mn;0;NSM;;;;;N;;;;; +0FB2;TIBETAN SUBJOINED LETTER RA;Mn;0;NSM;;;;;N;;;;; +0FB3;TIBETAN SUBJOINED LETTER LA;Mn;0;NSM;;;;;N;;;;; +0FB4;TIBETAN SUBJOINED LETTER SHA;Mn;0;NSM;;;;;N;;;;; +0FB5;TIBETAN SUBJOINED LETTER SSA;Mn;0;NSM;;;;;N;;;;; +0FB6;TIBETAN SUBJOINED LETTER SA;Mn;0;NSM;;;;;N;;;;; +0FB7;TIBETAN SUBJOINED LETTER HA;Mn;0;NSM;;;;;N;;;;; +0FB8;TIBETAN SUBJOINED LETTER A;Mn;0;NSM;;;;;N;;;;; +0FB9;TIBETAN SUBJOINED LETTER KSSA;Mn;0;NSM;0F90 0FB5;;;;N;;;;; +0FBA;TIBETAN SUBJOINED LETTER FIXED-FORM WA;Mn;0;NSM;;;;;N;;;;; +0FBB;TIBETAN SUBJOINED LETTER FIXED-FORM YA;Mn;0;NSM;;;;;N;;;;; +0FBC;TIBETAN SUBJOINED LETTER FIXED-FORM RA;Mn;0;NSM;;;;;N;;;;; +0FBE;TIBETAN KU RU KHA;So;0;L;;;;;N;;;;; +0FBF;TIBETAN KU RU KHA BZHI MIG CAN;So;0;L;;;;;N;;;;; +0FC0;TIBETAN CANTILLATION SIGN HEAVY BEAT;So;0;L;;;;;N;;;;; +0FC1;TIBETAN CANTILLATION SIGN LIGHT BEAT;So;0;L;;;;;N;;;;; +0FC2;TIBETAN CANTILLATION SIGN CANG TE-U;So;0;L;;;;;N;;;;; +0FC3;TIBETAN CANTILLATION SIGN SBUB -CHAL;So;0;L;;;;;N;;;;; +0FC4;TIBETAN SYMBOL DRIL BU;So;0;L;;;;;N;;;;; +0FC5;TIBETAN SYMBOL RDO RJE;So;0;L;;;;;N;;;;; +0FC6;TIBETAN SYMBOL PADMA GDAN;Mn;220;NSM;;;;;N;;;;; +0FC7;TIBETAN SYMBOL RDO RJE RGYA GRAM;So;0;L;;;;;N;;;;; +0FC8;TIBETAN SYMBOL PHUR PA;So;0;L;;;;;N;;;;; +0FC9;TIBETAN SYMBOL NOR BU;So;0;L;;;;;N;;;;; +0FCA;TIBETAN SYMBOL NOR BU NYIS -KHYIL;So;0;L;;;;;N;;;;; +0FCB;TIBETAN SYMBOL NOR BU GSUM -KHYIL;So;0;L;;;;;N;;;;; +0FCC;TIBETAN SYMBOL NOR BU BZHI -KHYIL;So;0;L;;;;;N;;;;; +0FCE;TIBETAN SIGN RDEL NAG RDEL DKAR;So;0;L;;;;;N;;;;; +0FCF;TIBETAN SIGN RDEL NAG GSUM;So;0;L;;;;;N;;;;; +0FD0;TIBETAN MARK BSKA- SHOG GI MGO RGYAN;Po;0;L;;;;;N;;;;; +0FD1;TIBETAN MARK MNYAM YIG GI MGO RGYAN;Po;0;L;;;;;N;;;;; +0FD2;TIBETAN MARK NYIS TSHEG;Po;0;L;;;;;N;;;;; +0FD3;TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA;Po;0;L;;;;;N;;;;; +0FD4;TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA;Po;0;L;;;;;N;;;;; +0FD5;RIGHT-FACING SVASTI SIGN;So;0;L;;;;;N;;;;; +0FD6;LEFT-FACING SVASTI SIGN;So;0;L;;;;;N;;;;; +0FD7;RIGHT-FACING SVASTI SIGN WITH DOTS;So;0;L;;;;;N;;;;; +0FD8;LEFT-FACING SVASTI SIGN WITH DOTS;So;0;L;;;;;N;;;;; +1000;MYANMAR LETTER KA;Lo;0;L;;;;;N;;;;; +1001;MYANMAR LETTER KHA;Lo;0;L;;;;;N;;;;; +1002;MYANMAR LETTER GA;Lo;0;L;;;;;N;;;;; +1003;MYANMAR LETTER GHA;Lo;0;L;;;;;N;;;;; +1004;MYANMAR LETTER NGA;Lo;0;L;;;;;N;;;;; +1005;MYANMAR LETTER CA;Lo;0;L;;;;;N;;;;; +1006;MYANMAR LETTER CHA;Lo;0;L;;;;;N;;;;; +1007;MYANMAR LETTER JA;Lo;0;L;;;;;N;;;;; +1008;MYANMAR LETTER JHA;Lo;0;L;;;;;N;;;;; +1009;MYANMAR LETTER NYA;Lo;0;L;;;;;N;;;;; +100A;MYANMAR LETTER NNYA;Lo;0;L;;;;;N;;;;; +100B;MYANMAR LETTER TTA;Lo;0;L;;;;;N;;;;; +100C;MYANMAR LETTER TTHA;Lo;0;L;;;;;N;;;;; +100D;MYANMAR LETTER DDA;Lo;0;L;;;;;N;;;;; +100E;MYANMAR LETTER DDHA;Lo;0;L;;;;;N;;;;; +100F;MYANMAR LETTER NNA;Lo;0;L;;;;;N;;;;; +1010;MYANMAR LETTER TA;Lo;0;L;;;;;N;;;;; +1011;MYANMAR LETTER THA;Lo;0;L;;;;;N;;;;; +1012;MYANMAR LETTER DA;Lo;0;L;;;;;N;;;;; +1013;MYANMAR LETTER DHA;Lo;0;L;;;;;N;;;;; +1014;MYANMAR LETTER NA;Lo;0;L;;;;;N;;;;; +1015;MYANMAR LETTER PA;Lo;0;L;;;;;N;;;;; +1016;MYANMAR LETTER PHA;Lo;0;L;;;;;N;;;;; +1017;MYANMAR LETTER BA;Lo;0;L;;;;;N;;;;; +1018;MYANMAR LETTER BHA;Lo;0;L;;;;;N;;;;; +1019;MYANMAR LETTER MA;Lo;0;L;;;;;N;;;;; +101A;MYANMAR LETTER YA;Lo;0;L;;;;;N;;;;; +101B;MYANMAR LETTER RA;Lo;0;L;;;;;N;;;;; +101C;MYANMAR LETTER LA;Lo;0;L;;;;;N;;;;; +101D;MYANMAR LETTER WA;Lo;0;L;;;;;N;;;;; +101E;MYANMAR LETTER SA;Lo;0;L;;;;;N;;;;; +101F;MYANMAR LETTER HA;Lo;0;L;;;;;N;;;;; +1020;MYANMAR LETTER LLA;Lo;0;L;;;;;N;;;;; +1021;MYANMAR LETTER A;Lo;0;L;;;;;N;;;;; +1022;MYANMAR LETTER SHAN A;Lo;0;L;;;;;N;;;;; +1023;MYANMAR LETTER I;Lo;0;L;;;;;N;;;;; +1024;MYANMAR LETTER II;Lo;0;L;;;;;N;;;;; +1025;MYANMAR LETTER U;Lo;0;L;;;;;N;;;;; +1026;MYANMAR LETTER UU;Lo;0;L;1025 102E;;;;N;;;;; +1027;MYANMAR LETTER E;Lo;0;L;;;;;N;;;;; +1028;MYANMAR LETTER MON E;Lo;0;L;;;;;N;;;;; +1029;MYANMAR LETTER O;Lo;0;L;;;;;N;;;;; +102A;MYANMAR LETTER AU;Lo;0;L;;;;;N;;;;; +102B;MYANMAR VOWEL SIGN TALL AA;Mc;0;L;;;;;N;;;;; +102C;MYANMAR VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +102D;MYANMAR VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +102E;MYANMAR VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +102F;MYANMAR VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1030;MYANMAR VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +1031;MYANMAR VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +1032;MYANMAR VOWEL SIGN AI;Mn;0;NSM;;;;;N;;;;; +1033;MYANMAR VOWEL SIGN MON II;Mn;0;NSM;;;;;N;;;;; +1034;MYANMAR VOWEL SIGN MON O;Mn;0;NSM;;;;;N;;;;; +1035;MYANMAR VOWEL SIGN E ABOVE;Mn;0;NSM;;;;;N;;;;; +1036;MYANMAR SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +1037;MYANMAR SIGN DOT BELOW;Mn;7;NSM;;;;;N;;;;; +1038;MYANMAR SIGN VISARGA;Mc;0;L;;;;;N;;;;; +1039;MYANMAR SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +103A;MYANMAR SIGN ASAT;Mn;9;NSM;;;;;N;;;;; +103B;MYANMAR CONSONANT SIGN MEDIAL YA;Mc;0;L;;;;;N;;;;; +103C;MYANMAR CONSONANT SIGN MEDIAL RA;Mc;0;L;;;;;N;;;;; +103D;MYANMAR CONSONANT SIGN MEDIAL WA;Mn;0;NSM;;;;;N;;;;; +103E;MYANMAR CONSONANT SIGN MEDIAL HA;Mn;0;NSM;;;;;N;;;;; +103F;MYANMAR LETTER GREAT SA;Lo;0;L;;;;;N;;;;; +1040;MYANMAR DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1041;MYANMAR DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1042;MYANMAR DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1043;MYANMAR DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1044;MYANMAR DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1045;MYANMAR DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1046;MYANMAR DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1047;MYANMAR DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1048;MYANMAR DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1049;MYANMAR DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +104A;MYANMAR SIGN LITTLE SECTION;Po;0;L;;;;;N;;;;; +104B;MYANMAR SIGN SECTION;Po;0;L;;;;;N;;;;; +104C;MYANMAR SYMBOL LOCATIVE;Po;0;L;;;;;N;;;;; +104D;MYANMAR SYMBOL COMPLETED;Po;0;L;;;;;N;;;;; +104E;MYANMAR SYMBOL AFOREMENTIONED;Po;0;L;;;;;N;;;;; +104F;MYANMAR SYMBOL GENITIVE;Po;0;L;;;;;N;;;;; +1050;MYANMAR LETTER SHA;Lo;0;L;;;;;N;;;;; +1051;MYANMAR LETTER SSA;Lo;0;L;;;;;N;;;;; +1052;MYANMAR LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +1053;MYANMAR LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +1054;MYANMAR LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +1055;MYANMAR LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +1056;MYANMAR VOWEL SIGN VOCALIC R;Mc;0;L;;;;;N;;;;; +1057;MYANMAR VOWEL SIGN VOCALIC RR;Mc;0;L;;;;;N;;;;; +1058;MYANMAR VOWEL SIGN VOCALIC L;Mn;0;NSM;;;;;N;;;;; +1059;MYANMAR VOWEL SIGN VOCALIC LL;Mn;0;NSM;;;;;N;;;;; +105A;MYANMAR LETTER MON NGA;Lo;0;L;;;;;N;;;;; +105B;MYANMAR LETTER MON JHA;Lo;0;L;;;;;N;;;;; +105C;MYANMAR LETTER MON BBA;Lo;0;L;;;;;N;;;;; +105D;MYANMAR LETTER MON BBE;Lo;0;L;;;;;N;;;;; +105E;MYANMAR CONSONANT SIGN MON MEDIAL NA;Mn;0;NSM;;;;;N;;;;; +105F;MYANMAR CONSONANT SIGN MON MEDIAL MA;Mn;0;NSM;;;;;N;;;;; +1060;MYANMAR CONSONANT SIGN MON MEDIAL LA;Mn;0;NSM;;;;;N;;;;; +1061;MYANMAR LETTER SGAW KAREN SHA;Lo;0;L;;;;;N;;;;; +1062;MYANMAR VOWEL SIGN SGAW KAREN EU;Mc;0;L;;;;;N;;;;; +1063;MYANMAR TONE MARK SGAW KAREN HATHI;Mc;0;L;;;;;N;;;;; +1064;MYANMAR TONE MARK SGAW KAREN KE PHO;Mc;0;L;;;;;N;;;;; +1065;MYANMAR LETTER WESTERN PWO KAREN THA;Lo;0;L;;;;;N;;;;; +1066;MYANMAR LETTER WESTERN PWO KAREN PWA;Lo;0;L;;;;;N;;;;; +1067;MYANMAR VOWEL SIGN WESTERN PWO KAREN EU;Mc;0;L;;;;;N;;;;; +1068;MYANMAR VOWEL SIGN WESTERN PWO KAREN UE;Mc;0;L;;;;;N;;;;; +1069;MYANMAR SIGN WESTERN PWO KAREN TONE-1;Mc;0;L;;;;;N;;;;; +106A;MYANMAR SIGN WESTERN PWO KAREN TONE-2;Mc;0;L;;;;;N;;;;; +106B;MYANMAR SIGN WESTERN PWO KAREN TONE-3;Mc;0;L;;;;;N;;;;; +106C;MYANMAR SIGN WESTERN PWO KAREN TONE-4;Mc;0;L;;;;;N;;;;; +106D;MYANMAR SIGN WESTERN PWO KAREN TONE-5;Mc;0;L;;;;;N;;;;; +106E;MYANMAR LETTER EASTERN PWO KAREN NNA;Lo;0;L;;;;;N;;;;; +106F;MYANMAR LETTER EASTERN PWO KAREN YWA;Lo;0;L;;;;;N;;;;; +1070;MYANMAR LETTER EASTERN PWO KAREN GHWA;Lo;0;L;;;;;N;;;;; +1071;MYANMAR VOWEL SIGN GEBA KAREN I;Mn;0;NSM;;;;;N;;;;; +1072;MYANMAR VOWEL SIGN KAYAH OE;Mn;0;NSM;;;;;N;;;;; +1073;MYANMAR VOWEL SIGN KAYAH U;Mn;0;NSM;;;;;N;;;;; +1074;MYANMAR VOWEL SIGN KAYAH EE;Mn;0;NSM;;;;;N;;;;; +1075;MYANMAR LETTER SHAN KA;Lo;0;L;;;;;N;;;;; +1076;MYANMAR LETTER SHAN KHA;Lo;0;L;;;;;N;;;;; +1077;MYANMAR LETTER SHAN GA;Lo;0;L;;;;;N;;;;; +1078;MYANMAR LETTER SHAN CA;Lo;0;L;;;;;N;;;;; +1079;MYANMAR LETTER SHAN ZA;Lo;0;L;;;;;N;;;;; +107A;MYANMAR LETTER SHAN NYA;Lo;0;L;;;;;N;;;;; +107B;MYANMAR LETTER SHAN DA;Lo;0;L;;;;;N;;;;; +107C;MYANMAR LETTER SHAN NA;Lo;0;L;;;;;N;;;;; +107D;MYANMAR LETTER SHAN PHA;Lo;0;L;;;;;N;;;;; +107E;MYANMAR LETTER SHAN FA;Lo;0;L;;;;;N;;;;; +107F;MYANMAR LETTER SHAN BA;Lo;0;L;;;;;N;;;;; +1080;MYANMAR LETTER SHAN THA;Lo;0;L;;;;;N;;;;; +1081;MYANMAR LETTER SHAN HA;Lo;0;L;;;;;N;;;;; +1082;MYANMAR CONSONANT SIGN SHAN MEDIAL WA;Mn;0;NSM;;;;;N;;;;; +1083;MYANMAR VOWEL SIGN SHAN AA;Mc;0;L;;;;;N;;;;; +1084;MYANMAR VOWEL SIGN SHAN E;Mc;0;L;;;;;N;;;;; +1085;MYANMAR VOWEL SIGN SHAN E ABOVE;Mn;0;NSM;;;;;N;;;;; +1086;MYANMAR VOWEL SIGN SHAN FINAL Y;Mn;0;NSM;;;;;N;;;;; +1087;MYANMAR SIGN SHAN TONE-2;Mc;0;L;;;;;N;;;;; +1088;MYANMAR SIGN SHAN TONE-3;Mc;0;L;;;;;N;;;;; +1089;MYANMAR SIGN SHAN TONE-5;Mc;0;L;;;;;N;;;;; +108A;MYANMAR SIGN SHAN TONE-6;Mc;0;L;;;;;N;;;;; +108B;MYANMAR SIGN SHAN COUNCIL TONE-2;Mc;0;L;;;;;N;;;;; +108C;MYANMAR SIGN SHAN COUNCIL TONE-3;Mc;0;L;;;;;N;;;;; +108D;MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE;Mn;220;NSM;;;;;N;;;;; +108E;MYANMAR LETTER RUMAI PALAUNG FA;Lo;0;L;;;;;N;;;;; +108F;MYANMAR SIGN RUMAI PALAUNG TONE-5;Mc;0;L;;;;;N;;;;; +1090;MYANMAR SHAN DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1091;MYANMAR SHAN DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1092;MYANMAR SHAN DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1093;MYANMAR SHAN DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1094;MYANMAR SHAN DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1095;MYANMAR SHAN DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1096;MYANMAR SHAN DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1097;MYANMAR SHAN DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1098;MYANMAR SHAN DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1099;MYANMAR SHAN DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +109A;MYANMAR SIGN KHAMTI TONE-1;Mc;0;L;;;;;N;;;;; +109B;MYANMAR SIGN KHAMTI TONE-3;Mc;0;L;;;;;N;;;;; +109C;MYANMAR VOWEL SIGN AITON A;Mc;0;L;;;;;N;;;;; +109D;MYANMAR VOWEL SIGN AITON AI;Mn;0;NSM;;;;;N;;;;; +109E;MYANMAR SYMBOL SHAN ONE;So;0;L;;;;;N;;;;; +109F;MYANMAR SYMBOL SHAN EXCLAMATION;So;0;L;;;;;N;;;;; +10A0;GEORGIAN CAPITAL LETTER AN;Lu;0;L;;;;;N;;;;2D00; +10A1;GEORGIAN CAPITAL LETTER BAN;Lu;0;L;;;;;N;;;;2D01; +10A2;GEORGIAN CAPITAL LETTER GAN;Lu;0;L;;;;;N;;;;2D02; +10A3;GEORGIAN CAPITAL LETTER DON;Lu;0;L;;;;;N;;;;2D03; +10A4;GEORGIAN CAPITAL LETTER EN;Lu;0;L;;;;;N;;;;2D04; +10A5;GEORGIAN CAPITAL LETTER VIN;Lu;0;L;;;;;N;;;;2D05; +10A6;GEORGIAN CAPITAL LETTER ZEN;Lu;0;L;;;;;N;;;;2D06; +10A7;GEORGIAN CAPITAL LETTER TAN;Lu;0;L;;;;;N;;;;2D07; +10A8;GEORGIAN CAPITAL LETTER IN;Lu;0;L;;;;;N;;;;2D08; +10A9;GEORGIAN CAPITAL LETTER KAN;Lu;0;L;;;;;N;;;;2D09; +10AA;GEORGIAN CAPITAL LETTER LAS;Lu;0;L;;;;;N;;;;2D0A; +10AB;GEORGIAN CAPITAL LETTER MAN;Lu;0;L;;;;;N;;;;2D0B; +10AC;GEORGIAN CAPITAL LETTER NAR;Lu;0;L;;;;;N;;;;2D0C; +10AD;GEORGIAN CAPITAL LETTER ON;Lu;0;L;;;;;N;;;;2D0D; +10AE;GEORGIAN CAPITAL LETTER PAR;Lu;0;L;;;;;N;;;;2D0E; +10AF;GEORGIAN CAPITAL LETTER ZHAR;Lu;0;L;;;;;N;;;;2D0F; +10B0;GEORGIAN CAPITAL LETTER RAE;Lu;0;L;;;;;N;;;;2D10; +10B1;GEORGIAN CAPITAL LETTER SAN;Lu;0;L;;;;;N;;;;2D11; +10B2;GEORGIAN CAPITAL LETTER TAR;Lu;0;L;;;;;N;;;;2D12; +10B3;GEORGIAN CAPITAL LETTER UN;Lu;0;L;;;;;N;;;;2D13; +10B4;GEORGIAN CAPITAL LETTER PHAR;Lu;0;L;;;;;N;;;;2D14; +10B5;GEORGIAN CAPITAL LETTER KHAR;Lu;0;L;;;;;N;;;;2D15; +10B6;GEORGIAN CAPITAL LETTER GHAN;Lu;0;L;;;;;N;;;;2D16; +10B7;GEORGIAN CAPITAL LETTER QAR;Lu;0;L;;;;;N;;;;2D17; +10B8;GEORGIAN CAPITAL LETTER SHIN;Lu;0;L;;;;;N;;;;2D18; +10B9;GEORGIAN CAPITAL LETTER CHIN;Lu;0;L;;;;;N;;;;2D19; +10BA;GEORGIAN CAPITAL LETTER CAN;Lu;0;L;;;;;N;;;;2D1A; +10BB;GEORGIAN CAPITAL LETTER JIL;Lu;0;L;;;;;N;;;;2D1B; +10BC;GEORGIAN CAPITAL LETTER CIL;Lu;0;L;;;;;N;;;;2D1C; +10BD;GEORGIAN CAPITAL LETTER CHAR;Lu;0;L;;;;;N;;;;2D1D; +10BE;GEORGIAN CAPITAL LETTER XAN;Lu;0;L;;;;;N;;;;2D1E; +10BF;GEORGIAN CAPITAL LETTER JHAN;Lu;0;L;;;;;N;;;;2D1F; +10C0;GEORGIAN CAPITAL LETTER HAE;Lu;0;L;;;;;N;;;;2D20; +10C1;GEORGIAN CAPITAL LETTER HE;Lu;0;L;;;;;N;;;;2D21; +10C2;GEORGIAN CAPITAL LETTER HIE;Lu;0;L;;;;;N;;;;2D22; +10C3;GEORGIAN CAPITAL LETTER WE;Lu;0;L;;;;;N;;;;2D23; +10C4;GEORGIAN CAPITAL LETTER HAR;Lu;0;L;;;;;N;;;;2D24; +10C5;GEORGIAN CAPITAL LETTER HOE;Lu;0;L;;;;;N;;;;2D25; +10D0;GEORGIAN LETTER AN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER AN;;;; +10D1;GEORGIAN LETTER BAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER BAN;;;; +10D2;GEORGIAN LETTER GAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER GAN;;;; +10D3;GEORGIAN LETTER DON;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER DON;;;; +10D4;GEORGIAN LETTER EN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER EN;;;; +10D5;GEORGIAN LETTER VIN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER VIN;;;; +10D6;GEORGIAN LETTER ZEN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER ZEN;;;; +10D7;GEORGIAN LETTER TAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER TAN;;;; +10D8;GEORGIAN LETTER IN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER IN;;;; +10D9;GEORGIAN LETTER KAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER KAN;;;; +10DA;GEORGIAN LETTER LAS;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER LAS;;;; +10DB;GEORGIAN LETTER MAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER MAN;;;; +10DC;GEORGIAN LETTER NAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER NAR;;;; +10DD;GEORGIAN LETTER ON;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER ON;;;; +10DE;GEORGIAN LETTER PAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER PAR;;;; +10DF;GEORGIAN LETTER ZHAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER ZHAR;;;; +10E0;GEORGIAN LETTER RAE;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER RAE;;;; +10E1;GEORGIAN LETTER SAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER SAN;;;; +10E2;GEORGIAN LETTER TAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER TAR;;;; +10E3;GEORGIAN LETTER UN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER UN;;;; +10E4;GEORGIAN LETTER PHAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER PHAR;;;; +10E5;GEORGIAN LETTER KHAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER KHAR;;;; +10E6;GEORGIAN LETTER GHAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER GHAN;;;; +10E7;GEORGIAN LETTER QAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER QAR;;;; +10E8;GEORGIAN LETTER SHIN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER SHIN;;;; +10E9;GEORGIAN LETTER CHIN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER CHIN;;;; +10EA;GEORGIAN LETTER CAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER CAN;;;; +10EB;GEORGIAN LETTER JIL;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER JIL;;;; +10EC;GEORGIAN LETTER CIL;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER CIL;;;; +10ED;GEORGIAN LETTER CHAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER CHAR;;;; +10EE;GEORGIAN LETTER XAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER XAN;;;; +10EF;GEORGIAN LETTER JHAN;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER JHAN;;;; +10F0;GEORGIAN LETTER HAE;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER HAE;;;; +10F1;GEORGIAN LETTER HE;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER HE;;;; +10F2;GEORGIAN LETTER HIE;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER HIE;;;; +10F3;GEORGIAN LETTER WE;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER WE;;;; +10F4;GEORGIAN LETTER HAR;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER HAR;;;; +10F5;GEORGIAN LETTER HOE;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER HOE;;;; +10F6;GEORGIAN LETTER FI;Lo;0;L;;;;;N;GEORGIAN SMALL LETTER FI;;;; +10F7;GEORGIAN LETTER YN;Lo;0;L;;;;;N;;;;; +10F8;GEORGIAN LETTER ELIFI;Lo;0;L;;;;;N;;;;; +10F9;GEORGIAN LETTER TURNED GAN;Lo;0;L;;;;;N;;;;; +10FA;GEORGIAN LETTER AIN;Lo;0;L;;;;;N;;;;; +10FB;GEORGIAN PARAGRAPH SEPARATOR;Po;0;L;;;;;N;;;;; +10FC;MODIFIER LETTER GEORGIAN NAR;Lm;0;L; 10DC;;;;N;;;;; +1100;HANGUL CHOSEONG KIYEOK;Lo;0;L;;;;;N;;;;; +1101;HANGUL CHOSEONG SSANGKIYEOK;Lo;0;L;;;;;N;;;;; +1102;HANGUL CHOSEONG NIEUN;Lo;0;L;;;;;N;;;;; +1103;HANGUL CHOSEONG TIKEUT;Lo;0;L;;;;;N;;;;; +1104;HANGUL CHOSEONG SSANGTIKEUT;Lo;0;L;;;;;N;;;;; +1105;HANGUL CHOSEONG RIEUL;Lo;0;L;;;;;N;;;;; +1106;HANGUL CHOSEONG MIEUM;Lo;0;L;;;;;N;;;;; +1107;HANGUL CHOSEONG PIEUP;Lo;0;L;;;;;N;;;;; +1108;HANGUL CHOSEONG SSANGPIEUP;Lo;0;L;;;;;N;;;;; +1109;HANGUL CHOSEONG SIOS;Lo;0;L;;;;;N;;;;; +110A;HANGUL CHOSEONG SSANGSIOS;Lo;0;L;;;;;N;;;;; +110B;HANGUL CHOSEONG IEUNG;Lo;0;L;;;;;N;;;;; +110C;HANGUL CHOSEONG CIEUC;Lo;0;L;;;;;N;;;;; +110D;HANGUL CHOSEONG SSANGCIEUC;Lo;0;L;;;;;N;;;;; +110E;HANGUL CHOSEONG CHIEUCH;Lo;0;L;;;;;N;;;;; +110F;HANGUL CHOSEONG KHIEUKH;Lo;0;L;;;;;N;;;;; +1110;HANGUL CHOSEONG THIEUTH;Lo;0;L;;;;;N;;;;; +1111;HANGUL CHOSEONG PHIEUPH;Lo;0;L;;;;;N;;;;; +1112;HANGUL CHOSEONG HIEUH;Lo;0;L;;;;;N;;;;; +1113;HANGUL CHOSEONG NIEUN-KIYEOK;Lo;0;L;;;;;N;;;;; +1114;HANGUL CHOSEONG SSANGNIEUN;Lo;0;L;;;;;N;;;;; +1115;HANGUL CHOSEONG NIEUN-TIKEUT;Lo;0;L;;;;;N;;;;; +1116;HANGUL CHOSEONG NIEUN-PIEUP;Lo;0;L;;;;;N;;;;; +1117;HANGUL CHOSEONG TIKEUT-KIYEOK;Lo;0;L;;;;;N;;;;; +1118;HANGUL CHOSEONG RIEUL-NIEUN;Lo;0;L;;;;;N;;;;; +1119;HANGUL CHOSEONG SSANGRIEUL;Lo;0;L;;;;;N;;;;; +111A;HANGUL CHOSEONG RIEUL-HIEUH;Lo;0;L;;;;;N;;;;; +111B;HANGUL CHOSEONG KAPYEOUNRIEUL;Lo;0;L;;;;;N;;;;; +111C;HANGUL CHOSEONG MIEUM-PIEUP;Lo;0;L;;;;;N;;;;; +111D;HANGUL CHOSEONG KAPYEOUNMIEUM;Lo;0;L;;;;;N;;;;; +111E;HANGUL CHOSEONG PIEUP-KIYEOK;Lo;0;L;;;;;N;;;;; +111F;HANGUL CHOSEONG PIEUP-NIEUN;Lo;0;L;;;;;N;;;;; +1120;HANGUL CHOSEONG PIEUP-TIKEUT;Lo;0;L;;;;;N;;;;; +1121;HANGUL CHOSEONG PIEUP-SIOS;Lo;0;L;;;;;N;;;;; +1122;HANGUL CHOSEONG PIEUP-SIOS-KIYEOK;Lo;0;L;;;;;N;;;;; +1123;HANGUL CHOSEONG PIEUP-SIOS-TIKEUT;Lo;0;L;;;;;N;;;;; +1124;HANGUL CHOSEONG PIEUP-SIOS-PIEUP;Lo;0;L;;;;;N;;;;; +1125;HANGUL CHOSEONG PIEUP-SSANGSIOS;Lo;0;L;;;;;N;;;;; +1126;HANGUL CHOSEONG PIEUP-SIOS-CIEUC;Lo;0;L;;;;;N;;;;; +1127;HANGUL CHOSEONG PIEUP-CIEUC;Lo;0;L;;;;;N;;;;; +1128;HANGUL CHOSEONG PIEUP-CHIEUCH;Lo;0;L;;;;;N;;;;; +1129;HANGUL CHOSEONG PIEUP-THIEUTH;Lo;0;L;;;;;N;;;;; +112A;HANGUL CHOSEONG PIEUP-PHIEUPH;Lo;0;L;;;;;N;;;;; +112B;HANGUL CHOSEONG KAPYEOUNPIEUP;Lo;0;L;;;;;N;;;;; +112C;HANGUL CHOSEONG KAPYEOUNSSANGPIEUP;Lo;0;L;;;;;N;;;;; +112D;HANGUL CHOSEONG SIOS-KIYEOK;Lo;0;L;;;;;N;;;;; +112E;HANGUL CHOSEONG SIOS-NIEUN;Lo;0;L;;;;;N;;;;; +112F;HANGUL CHOSEONG SIOS-TIKEUT;Lo;0;L;;;;;N;;;;; +1130;HANGUL CHOSEONG SIOS-RIEUL;Lo;0;L;;;;;N;;;;; +1131;HANGUL CHOSEONG SIOS-MIEUM;Lo;0;L;;;;;N;;;;; +1132;HANGUL CHOSEONG SIOS-PIEUP;Lo;0;L;;;;;N;;;;; +1133;HANGUL CHOSEONG SIOS-PIEUP-KIYEOK;Lo;0;L;;;;;N;;;;; +1134;HANGUL CHOSEONG SIOS-SSANGSIOS;Lo;0;L;;;;;N;;;;; +1135;HANGUL CHOSEONG SIOS-IEUNG;Lo;0;L;;;;;N;;;;; +1136;HANGUL CHOSEONG SIOS-CIEUC;Lo;0;L;;;;;N;;;;; +1137;HANGUL CHOSEONG SIOS-CHIEUCH;Lo;0;L;;;;;N;;;;; +1138;HANGUL CHOSEONG SIOS-KHIEUKH;Lo;0;L;;;;;N;;;;; +1139;HANGUL CHOSEONG SIOS-THIEUTH;Lo;0;L;;;;;N;;;;; +113A;HANGUL CHOSEONG SIOS-PHIEUPH;Lo;0;L;;;;;N;;;;; +113B;HANGUL CHOSEONG SIOS-HIEUH;Lo;0;L;;;;;N;;;;; +113C;HANGUL CHOSEONG CHITUEUMSIOS;Lo;0;L;;;;;N;;;;; +113D;HANGUL CHOSEONG CHITUEUMSSANGSIOS;Lo;0;L;;;;;N;;;;; +113E;HANGUL CHOSEONG CEONGCHIEUMSIOS;Lo;0;L;;;;;N;;;;; +113F;HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS;Lo;0;L;;;;;N;;;;; +1140;HANGUL CHOSEONG PANSIOS;Lo;0;L;;;;;N;;;;; +1141;HANGUL CHOSEONG IEUNG-KIYEOK;Lo;0;L;;;;;N;;;;; +1142;HANGUL CHOSEONG IEUNG-TIKEUT;Lo;0;L;;;;;N;;;;; +1143;HANGUL CHOSEONG IEUNG-MIEUM;Lo;0;L;;;;;N;;;;; +1144;HANGUL CHOSEONG IEUNG-PIEUP;Lo;0;L;;;;;N;;;;; +1145;HANGUL CHOSEONG IEUNG-SIOS;Lo;0;L;;;;;N;;;;; +1146;HANGUL CHOSEONG IEUNG-PANSIOS;Lo;0;L;;;;;N;;;;; +1147;HANGUL CHOSEONG SSANGIEUNG;Lo;0;L;;;;;N;;;;; +1148;HANGUL CHOSEONG IEUNG-CIEUC;Lo;0;L;;;;;N;;;;; +1149;HANGUL CHOSEONG IEUNG-CHIEUCH;Lo;0;L;;;;;N;;;;; +114A;HANGUL CHOSEONG IEUNG-THIEUTH;Lo;0;L;;;;;N;;;;; +114B;HANGUL CHOSEONG IEUNG-PHIEUPH;Lo;0;L;;;;;N;;;;; +114C;HANGUL CHOSEONG YESIEUNG;Lo;0;L;;;;;N;;;;; +114D;HANGUL CHOSEONG CIEUC-IEUNG;Lo;0;L;;;;;N;;;;; +114E;HANGUL CHOSEONG CHITUEUMCIEUC;Lo;0;L;;;;;N;;;;; +114F;HANGUL CHOSEONG CHITUEUMSSANGCIEUC;Lo;0;L;;;;;N;;;;; +1150;HANGUL CHOSEONG CEONGCHIEUMCIEUC;Lo;0;L;;;;;N;;;;; +1151;HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC;Lo;0;L;;;;;N;;;;; +1152;HANGUL CHOSEONG CHIEUCH-KHIEUKH;Lo;0;L;;;;;N;;;;; +1153;HANGUL CHOSEONG CHIEUCH-HIEUH;Lo;0;L;;;;;N;;;;; +1154;HANGUL CHOSEONG CHITUEUMCHIEUCH;Lo;0;L;;;;;N;;;;; +1155;HANGUL CHOSEONG CEONGCHIEUMCHIEUCH;Lo;0;L;;;;;N;;;;; +1156;HANGUL CHOSEONG PHIEUPH-PIEUP;Lo;0;L;;;;;N;;;;; +1157;HANGUL CHOSEONG KAPYEOUNPHIEUPH;Lo;0;L;;;;;N;;;;; +1158;HANGUL CHOSEONG SSANGHIEUH;Lo;0;L;;;;;N;;;;; +1159;HANGUL CHOSEONG YEORINHIEUH;Lo;0;L;;;;;N;;;;; +115A;HANGUL CHOSEONG KIYEOK-TIKEUT;Lo;0;L;;;;;N;;;;; +115B;HANGUL CHOSEONG NIEUN-SIOS;Lo;0;L;;;;;N;;;;; +115C;HANGUL CHOSEONG NIEUN-CIEUC;Lo;0;L;;;;;N;;;;; +115D;HANGUL CHOSEONG NIEUN-HIEUH;Lo;0;L;;;;;N;;;;; +115E;HANGUL CHOSEONG TIKEUT-RIEUL;Lo;0;L;;;;;N;;;;; +115F;HANGUL CHOSEONG FILLER;Lo;0;L;;;;;N;;;;; +1160;HANGUL JUNGSEONG FILLER;Lo;0;L;;;;;N;;;;; +1161;HANGUL JUNGSEONG A;Lo;0;L;;;;;N;;;;; +1162;HANGUL JUNGSEONG AE;Lo;0;L;;;;;N;;;;; +1163;HANGUL JUNGSEONG YA;Lo;0;L;;;;;N;;;;; +1164;HANGUL JUNGSEONG YAE;Lo;0;L;;;;;N;;;;; +1165;HANGUL JUNGSEONG EO;Lo;0;L;;;;;N;;;;; +1166;HANGUL JUNGSEONG E;Lo;0;L;;;;;N;;;;; +1167;HANGUL JUNGSEONG YEO;Lo;0;L;;;;;N;;;;; +1168;HANGUL JUNGSEONG YE;Lo;0;L;;;;;N;;;;; +1169;HANGUL JUNGSEONG O;Lo;0;L;;;;;N;;;;; +116A;HANGUL JUNGSEONG WA;Lo;0;L;;;;;N;;;;; +116B;HANGUL JUNGSEONG WAE;Lo;0;L;;;;;N;;;;; +116C;HANGUL JUNGSEONG OE;Lo;0;L;;;;;N;;;;; +116D;HANGUL JUNGSEONG YO;Lo;0;L;;;;;N;;;;; +116E;HANGUL JUNGSEONG U;Lo;0;L;;;;;N;;;;; +116F;HANGUL JUNGSEONG WEO;Lo;0;L;;;;;N;;;;; +1170;HANGUL JUNGSEONG WE;Lo;0;L;;;;;N;;;;; +1171;HANGUL JUNGSEONG WI;Lo;0;L;;;;;N;;;;; +1172;HANGUL JUNGSEONG YU;Lo;0;L;;;;;N;;;;; +1173;HANGUL JUNGSEONG EU;Lo;0;L;;;;;N;;;;; +1174;HANGUL JUNGSEONG YI;Lo;0;L;;;;;N;;;;; +1175;HANGUL JUNGSEONG I;Lo;0;L;;;;;N;;;;; +1176;HANGUL JUNGSEONG A-O;Lo;0;L;;;;;N;;;;; +1177;HANGUL JUNGSEONG A-U;Lo;0;L;;;;;N;;;;; +1178;HANGUL JUNGSEONG YA-O;Lo;0;L;;;;;N;;;;; +1179;HANGUL JUNGSEONG YA-YO;Lo;0;L;;;;;N;;;;; +117A;HANGUL JUNGSEONG EO-O;Lo;0;L;;;;;N;;;;; +117B;HANGUL JUNGSEONG EO-U;Lo;0;L;;;;;N;;;;; +117C;HANGUL JUNGSEONG EO-EU;Lo;0;L;;;;;N;;;;; +117D;HANGUL JUNGSEONG YEO-O;Lo;0;L;;;;;N;;;;; +117E;HANGUL JUNGSEONG YEO-U;Lo;0;L;;;;;N;;;;; +117F;HANGUL JUNGSEONG O-EO;Lo;0;L;;;;;N;;;;; +1180;HANGUL JUNGSEONG O-E;Lo;0;L;;;;;N;;;;; +1181;HANGUL JUNGSEONG O-YE;Lo;0;L;;;;;N;;;;; +1182;HANGUL JUNGSEONG O-O;Lo;0;L;;;;;N;;;;; +1183;HANGUL JUNGSEONG O-U;Lo;0;L;;;;;N;;;;; +1184;HANGUL JUNGSEONG YO-YA;Lo;0;L;;;;;N;;;;; +1185;HANGUL JUNGSEONG YO-YAE;Lo;0;L;;;;;N;;;;; +1186;HANGUL JUNGSEONG YO-YEO;Lo;0;L;;;;;N;;;;; +1187;HANGUL JUNGSEONG YO-O;Lo;0;L;;;;;N;;;;; +1188;HANGUL JUNGSEONG YO-I;Lo;0;L;;;;;N;;;;; +1189;HANGUL JUNGSEONG U-A;Lo;0;L;;;;;N;;;;; +118A;HANGUL JUNGSEONG U-AE;Lo;0;L;;;;;N;;;;; +118B;HANGUL JUNGSEONG U-EO-EU;Lo;0;L;;;;;N;;;;; +118C;HANGUL JUNGSEONG U-YE;Lo;0;L;;;;;N;;;;; +118D;HANGUL JUNGSEONG U-U;Lo;0;L;;;;;N;;;;; +118E;HANGUL JUNGSEONG YU-A;Lo;0;L;;;;;N;;;;; +118F;HANGUL JUNGSEONG YU-EO;Lo;0;L;;;;;N;;;;; +1190;HANGUL JUNGSEONG YU-E;Lo;0;L;;;;;N;;;;; +1191;HANGUL JUNGSEONG YU-YEO;Lo;0;L;;;;;N;;;;; +1192;HANGUL JUNGSEONG YU-YE;Lo;0;L;;;;;N;;;;; +1193;HANGUL JUNGSEONG YU-U;Lo;0;L;;;;;N;;;;; +1194;HANGUL JUNGSEONG YU-I;Lo;0;L;;;;;N;;;;; +1195;HANGUL JUNGSEONG EU-U;Lo;0;L;;;;;N;;;;; +1196;HANGUL JUNGSEONG EU-EU;Lo;0;L;;;;;N;;;;; +1197;HANGUL JUNGSEONG YI-U;Lo;0;L;;;;;N;;;;; +1198;HANGUL JUNGSEONG I-A;Lo;0;L;;;;;N;;;;; +1199;HANGUL JUNGSEONG I-YA;Lo;0;L;;;;;N;;;;; +119A;HANGUL JUNGSEONG I-O;Lo;0;L;;;;;N;;;;; +119B;HANGUL JUNGSEONG I-U;Lo;0;L;;;;;N;;;;; +119C;HANGUL JUNGSEONG I-EU;Lo;0;L;;;;;N;;;;; +119D;HANGUL JUNGSEONG I-ARAEA;Lo;0;L;;;;;N;;;;; +119E;HANGUL JUNGSEONG ARAEA;Lo;0;L;;;;;N;;;;; +119F;HANGUL JUNGSEONG ARAEA-EO;Lo;0;L;;;;;N;;;;; +11A0;HANGUL JUNGSEONG ARAEA-U;Lo;0;L;;;;;N;;;;; +11A1;HANGUL JUNGSEONG ARAEA-I;Lo;0;L;;;;;N;;;;; +11A2;HANGUL JUNGSEONG SSANGARAEA;Lo;0;L;;;;;N;;;;; +11A3;HANGUL JUNGSEONG A-EU;Lo;0;L;;;;;N;;;;; +11A4;HANGUL JUNGSEONG YA-U;Lo;0;L;;;;;N;;;;; +11A5;HANGUL JUNGSEONG YEO-YA;Lo;0;L;;;;;N;;;;; +11A6;HANGUL JUNGSEONG O-YA;Lo;0;L;;;;;N;;;;; +11A7;HANGUL JUNGSEONG O-YAE;Lo;0;L;;;;;N;;;;; +11A8;HANGUL JONGSEONG KIYEOK;Lo;0;L;;;;;N;;;;; +11A9;HANGUL JONGSEONG SSANGKIYEOK;Lo;0;L;;;;;N;;;;; +11AA;HANGUL JONGSEONG KIYEOK-SIOS;Lo;0;L;;;;;N;;;;; +11AB;HANGUL JONGSEONG NIEUN;Lo;0;L;;;;;N;;;;; +11AC;HANGUL JONGSEONG NIEUN-CIEUC;Lo;0;L;;;;;N;;;;; +11AD;HANGUL JONGSEONG NIEUN-HIEUH;Lo;0;L;;;;;N;;;;; +11AE;HANGUL JONGSEONG TIKEUT;Lo;0;L;;;;;N;;;;; +11AF;HANGUL JONGSEONG RIEUL;Lo;0;L;;;;;N;;;;; +11B0;HANGUL JONGSEONG RIEUL-KIYEOK;Lo;0;L;;;;;N;;;;; +11B1;HANGUL JONGSEONG RIEUL-MIEUM;Lo;0;L;;;;;N;;;;; +11B2;HANGUL JONGSEONG RIEUL-PIEUP;Lo;0;L;;;;;N;;;;; +11B3;HANGUL JONGSEONG RIEUL-SIOS;Lo;0;L;;;;;N;;;;; +11B4;HANGUL JONGSEONG RIEUL-THIEUTH;Lo;0;L;;;;;N;;;;; +11B5;HANGUL JONGSEONG RIEUL-PHIEUPH;Lo;0;L;;;;;N;;;;; +11B6;HANGUL JONGSEONG RIEUL-HIEUH;Lo;0;L;;;;;N;;;;; +11B7;HANGUL JONGSEONG MIEUM;Lo;0;L;;;;;N;;;;; +11B8;HANGUL JONGSEONG PIEUP;Lo;0;L;;;;;N;;;;; +11B9;HANGUL JONGSEONG PIEUP-SIOS;Lo;0;L;;;;;N;;;;; +11BA;HANGUL JONGSEONG SIOS;Lo;0;L;;;;;N;;;;; +11BB;HANGUL JONGSEONG SSANGSIOS;Lo;0;L;;;;;N;;;;; +11BC;HANGUL JONGSEONG IEUNG;Lo;0;L;;;;;N;;;;; +11BD;HANGUL JONGSEONG CIEUC;Lo;0;L;;;;;N;;;;; +11BE;HANGUL JONGSEONG CHIEUCH;Lo;0;L;;;;;N;;;;; +11BF;HANGUL JONGSEONG KHIEUKH;Lo;0;L;;;;;N;;;;; +11C0;HANGUL JONGSEONG THIEUTH;Lo;0;L;;;;;N;;;;; +11C1;HANGUL JONGSEONG PHIEUPH;Lo;0;L;;;;;N;;;;; +11C2;HANGUL JONGSEONG HIEUH;Lo;0;L;;;;;N;;;;; +11C3;HANGUL JONGSEONG KIYEOK-RIEUL;Lo;0;L;;;;;N;;;;; +11C4;HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK;Lo;0;L;;;;;N;;;;; +11C5;HANGUL JONGSEONG NIEUN-KIYEOK;Lo;0;L;;;;;N;;;;; +11C6;HANGUL JONGSEONG NIEUN-TIKEUT;Lo;0;L;;;;;N;;;;; +11C7;HANGUL JONGSEONG NIEUN-SIOS;Lo;0;L;;;;;N;;;;; +11C8;HANGUL JONGSEONG NIEUN-PANSIOS;Lo;0;L;;;;;N;;;;; +11C9;HANGUL JONGSEONG NIEUN-THIEUTH;Lo;0;L;;;;;N;;;;; +11CA;HANGUL JONGSEONG TIKEUT-KIYEOK;Lo;0;L;;;;;N;;;;; +11CB;HANGUL JONGSEONG TIKEUT-RIEUL;Lo;0;L;;;;;N;;;;; +11CC;HANGUL JONGSEONG RIEUL-KIYEOK-SIOS;Lo;0;L;;;;;N;;;;; +11CD;HANGUL JONGSEONG RIEUL-NIEUN;Lo;0;L;;;;;N;;;;; +11CE;HANGUL JONGSEONG RIEUL-TIKEUT;Lo;0;L;;;;;N;;;;; +11CF;HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH;Lo;0;L;;;;;N;;;;; +11D0;HANGUL JONGSEONG SSANGRIEUL;Lo;0;L;;;;;N;;;;; +11D1;HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK;Lo;0;L;;;;;N;;;;; +11D2;HANGUL JONGSEONG RIEUL-MIEUM-SIOS;Lo;0;L;;;;;N;;;;; +11D3;HANGUL JONGSEONG RIEUL-PIEUP-SIOS;Lo;0;L;;;;;N;;;;; +11D4;HANGUL JONGSEONG RIEUL-PIEUP-HIEUH;Lo;0;L;;;;;N;;;;; +11D5;HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP;Lo;0;L;;;;;N;;;;; +11D6;HANGUL JONGSEONG RIEUL-SSANGSIOS;Lo;0;L;;;;;N;;;;; +11D7;HANGUL JONGSEONG RIEUL-PANSIOS;Lo;0;L;;;;;N;;;;; +11D8;HANGUL JONGSEONG RIEUL-KHIEUKH;Lo;0;L;;;;;N;;;;; +11D9;HANGUL JONGSEONG RIEUL-YEORINHIEUH;Lo;0;L;;;;;N;;;;; +11DA;HANGUL JONGSEONG MIEUM-KIYEOK;Lo;0;L;;;;;N;;;;; +11DB;HANGUL JONGSEONG MIEUM-RIEUL;Lo;0;L;;;;;N;;;;; +11DC;HANGUL JONGSEONG MIEUM-PIEUP;Lo;0;L;;;;;N;;;;; +11DD;HANGUL JONGSEONG MIEUM-SIOS;Lo;0;L;;;;;N;;;;; +11DE;HANGUL JONGSEONG MIEUM-SSANGSIOS;Lo;0;L;;;;;N;;;;; +11DF;HANGUL JONGSEONG MIEUM-PANSIOS;Lo;0;L;;;;;N;;;;; +11E0;HANGUL JONGSEONG MIEUM-CHIEUCH;Lo;0;L;;;;;N;;;;; +11E1;HANGUL JONGSEONG MIEUM-HIEUH;Lo;0;L;;;;;N;;;;; +11E2;HANGUL JONGSEONG KAPYEOUNMIEUM;Lo;0;L;;;;;N;;;;; +11E3;HANGUL JONGSEONG PIEUP-RIEUL;Lo;0;L;;;;;N;;;;; +11E4;HANGUL JONGSEONG PIEUP-PHIEUPH;Lo;0;L;;;;;N;;;;; +11E5;HANGUL JONGSEONG PIEUP-HIEUH;Lo;0;L;;;;;N;;;;; +11E6;HANGUL JONGSEONG KAPYEOUNPIEUP;Lo;0;L;;;;;N;;;;; +11E7;HANGUL JONGSEONG SIOS-KIYEOK;Lo;0;L;;;;;N;;;;; +11E8;HANGUL JONGSEONG SIOS-TIKEUT;Lo;0;L;;;;;N;;;;; +11E9;HANGUL JONGSEONG SIOS-RIEUL;Lo;0;L;;;;;N;;;;; +11EA;HANGUL JONGSEONG SIOS-PIEUP;Lo;0;L;;;;;N;;;;; +11EB;HANGUL JONGSEONG PANSIOS;Lo;0;L;;;;;N;;;;; +11EC;HANGUL JONGSEONG IEUNG-KIYEOK;Lo;0;L;;;;;N;;;;; +11ED;HANGUL JONGSEONG IEUNG-SSANGKIYEOK;Lo;0;L;;;;;N;;;;; +11EE;HANGUL JONGSEONG SSANGIEUNG;Lo;0;L;;;;;N;;;;; +11EF;HANGUL JONGSEONG IEUNG-KHIEUKH;Lo;0;L;;;;;N;;;;; +11F0;HANGUL JONGSEONG YESIEUNG;Lo;0;L;;;;;N;;;;; +11F1;HANGUL JONGSEONG YESIEUNG-SIOS;Lo;0;L;;;;;N;;;;; +11F2;HANGUL JONGSEONG YESIEUNG-PANSIOS;Lo;0;L;;;;;N;;;;; +11F3;HANGUL JONGSEONG PHIEUPH-PIEUP;Lo;0;L;;;;;N;;;;; +11F4;HANGUL JONGSEONG KAPYEOUNPHIEUPH;Lo;0;L;;;;;N;;;;; +11F5;HANGUL JONGSEONG HIEUH-NIEUN;Lo;0;L;;;;;N;;;;; +11F6;HANGUL JONGSEONG HIEUH-RIEUL;Lo;0;L;;;;;N;;;;; +11F7;HANGUL JONGSEONG HIEUH-MIEUM;Lo;0;L;;;;;N;;;;; +11F8;HANGUL JONGSEONG HIEUH-PIEUP;Lo;0;L;;;;;N;;;;; +11F9;HANGUL JONGSEONG YEORINHIEUH;Lo;0;L;;;;;N;;;;; +11FA;HANGUL JONGSEONG KIYEOK-NIEUN;Lo;0;L;;;;;N;;;;; +11FB;HANGUL JONGSEONG KIYEOK-PIEUP;Lo;0;L;;;;;N;;;;; +11FC;HANGUL JONGSEONG KIYEOK-CHIEUCH;Lo;0;L;;;;;N;;;;; +11FD;HANGUL JONGSEONG KIYEOK-KHIEUKH;Lo;0;L;;;;;N;;;;; +11FE;HANGUL JONGSEONG KIYEOK-HIEUH;Lo;0;L;;;;;N;;;;; +11FF;HANGUL JONGSEONG SSANGNIEUN;Lo;0;L;;;;;N;;;;; +1200;ETHIOPIC SYLLABLE HA;Lo;0;L;;;;;N;;;;; +1201;ETHIOPIC SYLLABLE HU;Lo;0;L;;;;;N;;;;; +1202;ETHIOPIC SYLLABLE HI;Lo;0;L;;;;;N;;;;; +1203;ETHIOPIC SYLLABLE HAA;Lo;0;L;;;;;N;;;;; +1204;ETHIOPIC SYLLABLE HEE;Lo;0;L;;;;;N;;;;; +1205;ETHIOPIC SYLLABLE HE;Lo;0;L;;;;;N;;;;; +1206;ETHIOPIC SYLLABLE HO;Lo;0;L;;;;;N;;;;; +1207;ETHIOPIC SYLLABLE HOA;Lo;0;L;;;;;N;;;;; +1208;ETHIOPIC SYLLABLE LA;Lo;0;L;;;;;N;;;;; +1209;ETHIOPIC SYLLABLE LU;Lo;0;L;;;;;N;;;;; +120A;ETHIOPIC SYLLABLE LI;Lo;0;L;;;;;N;;;;; +120B;ETHIOPIC SYLLABLE LAA;Lo;0;L;;;;;N;;;;; +120C;ETHIOPIC SYLLABLE LEE;Lo;0;L;;;;;N;;;;; +120D;ETHIOPIC SYLLABLE LE;Lo;0;L;;;;;N;;;;; +120E;ETHIOPIC SYLLABLE LO;Lo;0;L;;;;;N;;;;; +120F;ETHIOPIC SYLLABLE LWA;Lo;0;L;;;;;N;;;;; +1210;ETHIOPIC SYLLABLE HHA;Lo;0;L;;;;;N;;;;; +1211;ETHIOPIC SYLLABLE HHU;Lo;0;L;;;;;N;;;;; +1212;ETHIOPIC SYLLABLE HHI;Lo;0;L;;;;;N;;;;; +1213;ETHIOPIC SYLLABLE HHAA;Lo;0;L;;;;;N;;;;; +1214;ETHIOPIC SYLLABLE HHEE;Lo;0;L;;;;;N;;;;; +1215;ETHIOPIC SYLLABLE HHE;Lo;0;L;;;;;N;;;;; +1216;ETHIOPIC SYLLABLE HHO;Lo;0;L;;;;;N;;;;; +1217;ETHIOPIC SYLLABLE HHWA;Lo;0;L;;;;;N;;;;; +1218;ETHIOPIC SYLLABLE MA;Lo;0;L;;;;;N;;;;; +1219;ETHIOPIC SYLLABLE MU;Lo;0;L;;;;;N;;;;; +121A;ETHIOPIC SYLLABLE MI;Lo;0;L;;;;;N;;;;; +121B;ETHIOPIC SYLLABLE MAA;Lo;0;L;;;;;N;;;;; +121C;ETHIOPIC SYLLABLE MEE;Lo;0;L;;;;;N;;;;; +121D;ETHIOPIC SYLLABLE ME;Lo;0;L;;;;;N;;;;; +121E;ETHIOPIC SYLLABLE MO;Lo;0;L;;;;;N;;;;; +121F;ETHIOPIC SYLLABLE MWA;Lo;0;L;;;;;N;;;;; +1220;ETHIOPIC SYLLABLE SZA;Lo;0;L;;;;;N;;;;; +1221;ETHIOPIC SYLLABLE SZU;Lo;0;L;;;;;N;;;;; +1222;ETHIOPIC SYLLABLE SZI;Lo;0;L;;;;;N;;;;; +1223;ETHIOPIC SYLLABLE SZAA;Lo;0;L;;;;;N;;;;; +1224;ETHIOPIC SYLLABLE SZEE;Lo;0;L;;;;;N;;;;; +1225;ETHIOPIC SYLLABLE SZE;Lo;0;L;;;;;N;;;;; +1226;ETHIOPIC SYLLABLE SZO;Lo;0;L;;;;;N;;;;; +1227;ETHIOPIC SYLLABLE SZWA;Lo;0;L;;;;;N;;;;; +1228;ETHIOPIC SYLLABLE RA;Lo;0;L;;;;;N;;;;; +1229;ETHIOPIC SYLLABLE RU;Lo;0;L;;;;;N;;;;; +122A;ETHIOPIC SYLLABLE RI;Lo;0;L;;;;;N;;;;; +122B;ETHIOPIC SYLLABLE RAA;Lo;0;L;;;;;N;;;;; +122C;ETHIOPIC SYLLABLE REE;Lo;0;L;;;;;N;;;;; +122D;ETHIOPIC SYLLABLE RE;Lo;0;L;;;;;N;;;;; +122E;ETHIOPIC SYLLABLE RO;Lo;0;L;;;;;N;;;;; +122F;ETHIOPIC SYLLABLE RWA;Lo;0;L;;;;;N;;;;; +1230;ETHIOPIC SYLLABLE SA;Lo;0;L;;;;;N;;;;; +1231;ETHIOPIC SYLLABLE SU;Lo;0;L;;;;;N;;;;; +1232;ETHIOPIC SYLLABLE SI;Lo;0;L;;;;;N;;;;; +1233;ETHIOPIC SYLLABLE SAA;Lo;0;L;;;;;N;;;;; +1234;ETHIOPIC SYLLABLE SEE;Lo;0;L;;;;;N;;;;; +1235;ETHIOPIC SYLLABLE SE;Lo;0;L;;;;;N;;;;; +1236;ETHIOPIC SYLLABLE SO;Lo;0;L;;;;;N;;;;; +1237;ETHIOPIC SYLLABLE SWA;Lo;0;L;;;;;N;;;;; +1238;ETHIOPIC SYLLABLE SHA;Lo;0;L;;;;;N;;;;; +1239;ETHIOPIC SYLLABLE SHU;Lo;0;L;;;;;N;;;;; +123A;ETHIOPIC SYLLABLE SHI;Lo;0;L;;;;;N;;;;; +123B;ETHIOPIC SYLLABLE SHAA;Lo;0;L;;;;;N;;;;; +123C;ETHIOPIC SYLLABLE SHEE;Lo;0;L;;;;;N;;;;; +123D;ETHIOPIC SYLLABLE SHE;Lo;0;L;;;;;N;;;;; +123E;ETHIOPIC SYLLABLE SHO;Lo;0;L;;;;;N;;;;; +123F;ETHIOPIC SYLLABLE SHWA;Lo;0;L;;;;;N;;;;; +1240;ETHIOPIC SYLLABLE QA;Lo;0;L;;;;;N;;;;; +1241;ETHIOPIC SYLLABLE QU;Lo;0;L;;;;;N;;;;; +1242;ETHIOPIC SYLLABLE QI;Lo;0;L;;;;;N;;;;; +1243;ETHIOPIC SYLLABLE QAA;Lo;0;L;;;;;N;;;;; +1244;ETHIOPIC SYLLABLE QEE;Lo;0;L;;;;;N;;;;; +1245;ETHIOPIC SYLLABLE QE;Lo;0;L;;;;;N;;;;; +1246;ETHIOPIC SYLLABLE QO;Lo;0;L;;;;;N;;;;; +1247;ETHIOPIC SYLLABLE QOA;Lo;0;L;;;;;N;;;;; +1248;ETHIOPIC SYLLABLE QWA;Lo;0;L;;;;;N;;;;; +124A;ETHIOPIC SYLLABLE QWI;Lo;0;L;;;;;N;;;;; +124B;ETHIOPIC SYLLABLE QWAA;Lo;0;L;;;;;N;;;;; +124C;ETHIOPIC SYLLABLE QWEE;Lo;0;L;;;;;N;;;;; +124D;ETHIOPIC SYLLABLE QWE;Lo;0;L;;;;;N;;;;; +1250;ETHIOPIC SYLLABLE QHA;Lo;0;L;;;;;N;;;;; +1251;ETHIOPIC SYLLABLE QHU;Lo;0;L;;;;;N;;;;; +1252;ETHIOPIC SYLLABLE QHI;Lo;0;L;;;;;N;;;;; +1253;ETHIOPIC SYLLABLE QHAA;Lo;0;L;;;;;N;;;;; +1254;ETHIOPIC SYLLABLE QHEE;Lo;0;L;;;;;N;;;;; +1255;ETHIOPIC SYLLABLE QHE;Lo;0;L;;;;;N;;;;; +1256;ETHIOPIC SYLLABLE QHO;Lo;0;L;;;;;N;;;;; +1258;ETHIOPIC SYLLABLE QHWA;Lo;0;L;;;;;N;;;;; +125A;ETHIOPIC SYLLABLE QHWI;Lo;0;L;;;;;N;;;;; +125B;ETHIOPIC SYLLABLE QHWAA;Lo;0;L;;;;;N;;;;; +125C;ETHIOPIC SYLLABLE QHWEE;Lo;0;L;;;;;N;;;;; +125D;ETHIOPIC SYLLABLE QHWE;Lo;0;L;;;;;N;;;;; +1260;ETHIOPIC SYLLABLE BA;Lo;0;L;;;;;N;;;;; +1261;ETHIOPIC SYLLABLE BU;Lo;0;L;;;;;N;;;;; +1262;ETHIOPIC SYLLABLE BI;Lo;0;L;;;;;N;;;;; +1263;ETHIOPIC SYLLABLE BAA;Lo;0;L;;;;;N;;;;; +1264;ETHIOPIC SYLLABLE BEE;Lo;0;L;;;;;N;;;;; +1265;ETHIOPIC SYLLABLE BE;Lo;0;L;;;;;N;;;;; +1266;ETHIOPIC SYLLABLE BO;Lo;0;L;;;;;N;;;;; +1267;ETHIOPIC SYLLABLE BWA;Lo;0;L;;;;;N;;;;; +1268;ETHIOPIC SYLLABLE VA;Lo;0;L;;;;;N;;;;; +1269;ETHIOPIC SYLLABLE VU;Lo;0;L;;;;;N;;;;; +126A;ETHIOPIC SYLLABLE VI;Lo;0;L;;;;;N;;;;; +126B;ETHIOPIC SYLLABLE VAA;Lo;0;L;;;;;N;;;;; +126C;ETHIOPIC SYLLABLE VEE;Lo;0;L;;;;;N;;;;; +126D;ETHIOPIC SYLLABLE VE;Lo;0;L;;;;;N;;;;; +126E;ETHIOPIC SYLLABLE VO;Lo;0;L;;;;;N;;;;; +126F;ETHIOPIC SYLLABLE VWA;Lo;0;L;;;;;N;;;;; +1270;ETHIOPIC SYLLABLE TA;Lo;0;L;;;;;N;;;;; +1271;ETHIOPIC SYLLABLE TU;Lo;0;L;;;;;N;;;;; +1272;ETHIOPIC SYLLABLE TI;Lo;0;L;;;;;N;;;;; +1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;; +1274;ETHIOPIC SYLLABLE TEE;Lo;0;L;;;;;N;;;;; +1275;ETHIOPIC SYLLABLE TE;Lo;0;L;;;;;N;;;;; +1276;ETHIOPIC SYLLABLE TO;Lo;0;L;;;;;N;;;;; +1277;ETHIOPIC SYLLABLE TWA;Lo;0;L;;;;;N;;;;; +1278;ETHIOPIC SYLLABLE CA;Lo;0;L;;;;;N;;;;; +1279;ETHIOPIC SYLLABLE CU;Lo;0;L;;;;;N;;;;; +127A;ETHIOPIC SYLLABLE CI;Lo;0;L;;;;;N;;;;; +127B;ETHIOPIC SYLLABLE CAA;Lo;0;L;;;;;N;;;;; +127C;ETHIOPIC SYLLABLE CEE;Lo;0;L;;;;;N;;;;; +127D;ETHIOPIC SYLLABLE CE;Lo;0;L;;;;;N;;;;; +127E;ETHIOPIC SYLLABLE CO;Lo;0;L;;;;;N;;;;; +127F;ETHIOPIC SYLLABLE CWA;Lo;0;L;;;;;N;;;;; +1280;ETHIOPIC SYLLABLE XA;Lo;0;L;;;;;N;;;;; +1281;ETHIOPIC SYLLABLE XU;Lo;0;L;;;;;N;;;;; +1282;ETHIOPIC SYLLABLE XI;Lo;0;L;;;;;N;;;;; +1283;ETHIOPIC SYLLABLE XAA;Lo;0;L;;;;;N;;;;; +1284;ETHIOPIC SYLLABLE XEE;Lo;0;L;;;;;N;;;;; +1285;ETHIOPIC SYLLABLE XE;Lo;0;L;;;;;N;;;;; +1286;ETHIOPIC SYLLABLE XO;Lo;0;L;;;;;N;;;;; +1287;ETHIOPIC SYLLABLE XOA;Lo;0;L;;;;;N;;;;; +1288;ETHIOPIC SYLLABLE XWA;Lo;0;L;;;;;N;;;;; +128A;ETHIOPIC SYLLABLE XWI;Lo;0;L;;;;;N;;;;; +128B;ETHIOPIC SYLLABLE XWAA;Lo;0;L;;;;;N;;;;; +128C;ETHIOPIC SYLLABLE XWEE;Lo;0;L;;;;;N;;;;; +128D;ETHIOPIC SYLLABLE XWE;Lo;0;L;;;;;N;;;;; +1290;ETHIOPIC SYLLABLE NA;Lo;0;L;;;;;N;;;;; +1291;ETHIOPIC SYLLABLE NU;Lo;0;L;;;;;N;;;;; +1292;ETHIOPIC SYLLABLE NI;Lo;0;L;;;;;N;;;;; +1293;ETHIOPIC SYLLABLE NAA;Lo;0;L;;;;;N;;;;; +1294;ETHIOPIC SYLLABLE NEE;Lo;0;L;;;;;N;;;;; +1295;ETHIOPIC SYLLABLE NE;Lo;0;L;;;;;N;;;;; +1296;ETHIOPIC SYLLABLE NO;Lo;0;L;;;;;N;;;;; +1297;ETHIOPIC SYLLABLE NWA;Lo;0;L;;;;;N;;;;; +1298;ETHIOPIC SYLLABLE NYA;Lo;0;L;;;;;N;;;;; +1299;ETHIOPIC SYLLABLE NYU;Lo;0;L;;;;;N;;;;; +129A;ETHIOPIC SYLLABLE NYI;Lo;0;L;;;;;N;;;;; +129B;ETHIOPIC SYLLABLE NYAA;Lo;0;L;;;;;N;;;;; +129C;ETHIOPIC SYLLABLE NYEE;Lo;0;L;;;;;N;;;;; +129D;ETHIOPIC SYLLABLE NYE;Lo;0;L;;;;;N;;;;; +129E;ETHIOPIC SYLLABLE NYO;Lo;0;L;;;;;N;;;;; +129F;ETHIOPIC SYLLABLE NYWA;Lo;0;L;;;;;N;;;;; +12A0;ETHIOPIC SYLLABLE GLOTTAL A;Lo;0;L;;;;;N;;;;; +12A1;ETHIOPIC SYLLABLE GLOTTAL U;Lo;0;L;;;;;N;;;;; +12A2;ETHIOPIC SYLLABLE GLOTTAL I;Lo;0;L;;;;;N;;;;; +12A3;ETHIOPIC SYLLABLE GLOTTAL AA;Lo;0;L;;;;;N;;;;; +12A4;ETHIOPIC SYLLABLE GLOTTAL EE;Lo;0;L;;;;;N;;;;; +12A5;ETHIOPIC SYLLABLE GLOTTAL E;Lo;0;L;;;;;N;;;;; +12A6;ETHIOPIC SYLLABLE GLOTTAL O;Lo;0;L;;;;;N;;;;; +12A7;ETHIOPIC SYLLABLE GLOTTAL WA;Lo;0;L;;;;;N;;;;; +12A8;ETHIOPIC SYLLABLE KA;Lo;0;L;;;;;N;;;;; +12A9;ETHIOPIC SYLLABLE KU;Lo;0;L;;;;;N;;;;; +12AA;ETHIOPIC SYLLABLE KI;Lo;0;L;;;;;N;;;;; +12AB;ETHIOPIC SYLLABLE KAA;Lo;0;L;;;;;N;;;;; +12AC;ETHIOPIC SYLLABLE KEE;Lo;0;L;;;;;N;;;;; +12AD;ETHIOPIC SYLLABLE KE;Lo;0;L;;;;;N;;;;; +12AE;ETHIOPIC SYLLABLE KO;Lo;0;L;;;;;N;;;;; +12AF;ETHIOPIC SYLLABLE KOA;Lo;0;L;;;;;N;;;;; +12B0;ETHIOPIC SYLLABLE KWA;Lo;0;L;;;;;N;;;;; +12B2;ETHIOPIC SYLLABLE KWI;Lo;0;L;;;;;N;;;;; +12B3;ETHIOPIC SYLLABLE KWAA;Lo;0;L;;;;;N;;;;; +12B4;ETHIOPIC SYLLABLE KWEE;Lo;0;L;;;;;N;;;;; +12B5;ETHIOPIC SYLLABLE KWE;Lo;0;L;;;;;N;;;;; +12B8;ETHIOPIC SYLLABLE KXA;Lo;0;L;;;;;N;;;;; +12B9;ETHIOPIC SYLLABLE KXU;Lo;0;L;;;;;N;;;;; +12BA;ETHIOPIC SYLLABLE KXI;Lo;0;L;;;;;N;;;;; +12BB;ETHIOPIC SYLLABLE KXAA;Lo;0;L;;;;;N;;;;; +12BC;ETHIOPIC SYLLABLE KXEE;Lo;0;L;;;;;N;;;;; +12BD;ETHIOPIC SYLLABLE KXE;Lo;0;L;;;;;N;;;;; +12BE;ETHIOPIC SYLLABLE KXO;Lo;0;L;;;;;N;;;;; +12C0;ETHIOPIC SYLLABLE KXWA;Lo;0;L;;;;;N;;;;; +12C2;ETHIOPIC SYLLABLE KXWI;Lo;0;L;;;;;N;;;;; +12C3;ETHIOPIC SYLLABLE KXWAA;Lo;0;L;;;;;N;;;;; +12C4;ETHIOPIC SYLLABLE KXWEE;Lo;0;L;;;;;N;;;;; +12C5;ETHIOPIC SYLLABLE KXWE;Lo;0;L;;;;;N;;;;; +12C8;ETHIOPIC SYLLABLE WA;Lo;0;L;;;;;N;;;;; +12C9;ETHIOPIC SYLLABLE WU;Lo;0;L;;;;;N;;;;; +12CA;ETHIOPIC SYLLABLE WI;Lo;0;L;;;;;N;;;;; +12CB;ETHIOPIC SYLLABLE WAA;Lo;0;L;;;;;N;;;;; +12CC;ETHIOPIC SYLLABLE WEE;Lo;0;L;;;;;N;;;;; +12CD;ETHIOPIC SYLLABLE WE;Lo;0;L;;;;;N;;;;; +12CE;ETHIOPIC SYLLABLE WO;Lo;0;L;;;;;N;;;;; +12CF;ETHIOPIC SYLLABLE WOA;Lo;0;L;;;;;N;;;;; +12D0;ETHIOPIC SYLLABLE PHARYNGEAL A;Lo;0;L;;;;;N;;;;; +12D1;ETHIOPIC SYLLABLE PHARYNGEAL U;Lo;0;L;;;;;N;;;;; +12D2;ETHIOPIC SYLLABLE PHARYNGEAL I;Lo;0;L;;;;;N;;;;; +12D3;ETHIOPIC SYLLABLE PHARYNGEAL AA;Lo;0;L;;;;;N;;;;; +12D4;ETHIOPIC SYLLABLE PHARYNGEAL EE;Lo;0;L;;;;;N;;;;; +12D5;ETHIOPIC SYLLABLE PHARYNGEAL E;Lo;0;L;;;;;N;;;;; +12D6;ETHIOPIC SYLLABLE PHARYNGEAL O;Lo;0;L;;;;;N;;;;; +12D8;ETHIOPIC SYLLABLE ZA;Lo;0;L;;;;;N;;;;; +12D9;ETHIOPIC SYLLABLE ZU;Lo;0;L;;;;;N;;;;; +12DA;ETHIOPIC SYLLABLE ZI;Lo;0;L;;;;;N;;;;; +12DB;ETHIOPIC SYLLABLE ZAA;Lo;0;L;;;;;N;;;;; +12DC;ETHIOPIC SYLLABLE ZEE;Lo;0;L;;;;;N;;;;; +12DD;ETHIOPIC SYLLABLE ZE;Lo;0;L;;;;;N;;;;; +12DE;ETHIOPIC SYLLABLE ZO;Lo;0;L;;;;;N;;;;; +12DF;ETHIOPIC SYLLABLE ZWA;Lo;0;L;;;;;N;;;;; +12E0;ETHIOPIC SYLLABLE ZHA;Lo;0;L;;;;;N;;;;; +12E1;ETHIOPIC SYLLABLE ZHU;Lo;0;L;;;;;N;;;;; +12E2;ETHIOPIC SYLLABLE ZHI;Lo;0;L;;;;;N;;;;; +12E3;ETHIOPIC SYLLABLE ZHAA;Lo;0;L;;;;;N;;;;; +12E4;ETHIOPIC SYLLABLE ZHEE;Lo;0;L;;;;;N;;;;; +12E5;ETHIOPIC SYLLABLE ZHE;Lo;0;L;;;;;N;;;;; +12E6;ETHIOPIC SYLLABLE ZHO;Lo;0;L;;;;;N;;;;; +12E7;ETHIOPIC SYLLABLE ZHWA;Lo;0;L;;;;;N;;;;; +12E8;ETHIOPIC SYLLABLE YA;Lo;0;L;;;;;N;;;;; +12E9;ETHIOPIC SYLLABLE YU;Lo;0;L;;;;;N;;;;; +12EA;ETHIOPIC SYLLABLE YI;Lo;0;L;;;;;N;;;;; +12EB;ETHIOPIC SYLLABLE YAA;Lo;0;L;;;;;N;;;;; +12EC;ETHIOPIC SYLLABLE YEE;Lo;0;L;;;;;N;;;;; +12ED;ETHIOPIC SYLLABLE YE;Lo;0;L;;;;;N;;;;; +12EE;ETHIOPIC SYLLABLE YO;Lo;0;L;;;;;N;;;;; +12EF;ETHIOPIC SYLLABLE YOA;Lo;0;L;;;;;N;;;;; +12F0;ETHIOPIC SYLLABLE DA;Lo;0;L;;;;;N;;;;; +12F1;ETHIOPIC SYLLABLE DU;Lo;0;L;;;;;N;;;;; +12F2;ETHIOPIC SYLLABLE DI;Lo;0;L;;;;;N;;;;; +12F3;ETHIOPIC SYLLABLE DAA;Lo;0;L;;;;;N;;;;; +12F4;ETHIOPIC SYLLABLE DEE;Lo;0;L;;;;;N;;;;; +12F5;ETHIOPIC SYLLABLE DE;Lo;0;L;;;;;N;;;;; +12F6;ETHIOPIC SYLLABLE DO;Lo;0;L;;;;;N;;;;; +12F7;ETHIOPIC SYLLABLE DWA;Lo;0;L;;;;;N;;;;; +12F8;ETHIOPIC SYLLABLE DDA;Lo;0;L;;;;;N;;;;; +12F9;ETHIOPIC SYLLABLE DDU;Lo;0;L;;;;;N;;;;; +12FA;ETHIOPIC SYLLABLE DDI;Lo;0;L;;;;;N;;;;; +12FB;ETHIOPIC SYLLABLE DDAA;Lo;0;L;;;;;N;;;;; +12FC;ETHIOPIC SYLLABLE DDEE;Lo;0;L;;;;;N;;;;; +12FD;ETHIOPIC SYLLABLE DDE;Lo;0;L;;;;;N;;;;; +12FE;ETHIOPIC SYLLABLE DDO;Lo;0;L;;;;;N;;;;; +12FF;ETHIOPIC SYLLABLE DDWA;Lo;0;L;;;;;N;;;;; +1300;ETHIOPIC SYLLABLE JA;Lo;0;L;;;;;N;;;;; +1301;ETHIOPIC SYLLABLE JU;Lo;0;L;;;;;N;;;;; +1302;ETHIOPIC SYLLABLE JI;Lo;0;L;;;;;N;;;;; +1303;ETHIOPIC SYLLABLE JAA;Lo;0;L;;;;;N;;;;; +1304;ETHIOPIC SYLLABLE JEE;Lo;0;L;;;;;N;;;;; +1305;ETHIOPIC SYLLABLE JE;Lo;0;L;;;;;N;;;;; +1306;ETHIOPIC SYLLABLE JO;Lo;0;L;;;;;N;;;;; +1307;ETHIOPIC SYLLABLE JWA;Lo;0;L;;;;;N;;;;; +1308;ETHIOPIC SYLLABLE GA;Lo;0;L;;;;;N;;;;; +1309;ETHIOPIC SYLLABLE GU;Lo;0;L;;;;;N;;;;; +130A;ETHIOPIC SYLLABLE GI;Lo;0;L;;;;;N;;;;; +130B;ETHIOPIC SYLLABLE GAA;Lo;0;L;;;;;N;;;;; +130C;ETHIOPIC SYLLABLE GEE;Lo;0;L;;;;;N;;;;; +130D;ETHIOPIC SYLLABLE GE;Lo;0;L;;;;;N;;;;; +130E;ETHIOPIC SYLLABLE GO;Lo;0;L;;;;;N;;;;; +130F;ETHIOPIC SYLLABLE GOA;Lo;0;L;;;;;N;;;;; +1310;ETHIOPIC SYLLABLE GWA;Lo;0;L;;;;;N;;;;; +1312;ETHIOPIC SYLLABLE GWI;Lo;0;L;;;;;N;;;;; +1313;ETHIOPIC SYLLABLE GWAA;Lo;0;L;;;;;N;;;;; +1314;ETHIOPIC SYLLABLE GWEE;Lo;0;L;;;;;N;;;;; +1315;ETHIOPIC SYLLABLE GWE;Lo;0;L;;;;;N;;;;; +1318;ETHIOPIC SYLLABLE GGA;Lo;0;L;;;;;N;;;;; +1319;ETHIOPIC SYLLABLE GGU;Lo;0;L;;;;;N;;;;; +131A;ETHIOPIC SYLLABLE GGI;Lo;0;L;;;;;N;;;;; +131B;ETHIOPIC SYLLABLE GGAA;Lo;0;L;;;;;N;;;;; +131C;ETHIOPIC SYLLABLE GGEE;Lo;0;L;;;;;N;;;;; +131D;ETHIOPIC SYLLABLE GGE;Lo;0;L;;;;;N;;;;; +131E;ETHIOPIC SYLLABLE GGO;Lo;0;L;;;;;N;;;;; +131F;ETHIOPIC SYLLABLE GGWAA;Lo;0;L;;;;;N;;;;; +1320;ETHIOPIC SYLLABLE THA;Lo;0;L;;;;;N;;;;; +1321;ETHIOPIC SYLLABLE THU;Lo;0;L;;;;;N;;;;; +1322;ETHIOPIC SYLLABLE THI;Lo;0;L;;;;;N;;;;; +1323;ETHIOPIC SYLLABLE THAA;Lo;0;L;;;;;N;;;;; +1324;ETHIOPIC SYLLABLE THEE;Lo;0;L;;;;;N;;;;; +1325;ETHIOPIC SYLLABLE THE;Lo;0;L;;;;;N;;;;; +1326;ETHIOPIC SYLLABLE THO;Lo;0;L;;;;;N;;;;; +1327;ETHIOPIC SYLLABLE THWA;Lo;0;L;;;;;N;;;;; +1328;ETHIOPIC SYLLABLE CHA;Lo;0;L;;;;;N;;;;; +1329;ETHIOPIC SYLLABLE CHU;Lo;0;L;;;;;N;;;;; +132A;ETHIOPIC SYLLABLE CHI;Lo;0;L;;;;;N;;;;; +132B;ETHIOPIC SYLLABLE CHAA;Lo;0;L;;;;;N;;;;; +132C;ETHIOPIC SYLLABLE CHEE;Lo;0;L;;;;;N;;;;; +132D;ETHIOPIC SYLLABLE CHE;Lo;0;L;;;;;N;;;;; +132E;ETHIOPIC SYLLABLE CHO;Lo;0;L;;;;;N;;;;; +132F;ETHIOPIC SYLLABLE CHWA;Lo;0;L;;;;;N;;;;; +1330;ETHIOPIC SYLLABLE PHA;Lo;0;L;;;;;N;;;;; +1331;ETHIOPIC SYLLABLE PHU;Lo;0;L;;;;;N;;;;; +1332;ETHIOPIC SYLLABLE PHI;Lo;0;L;;;;;N;;;;; +1333;ETHIOPIC SYLLABLE PHAA;Lo;0;L;;;;;N;;;;; +1334;ETHIOPIC SYLLABLE PHEE;Lo;0;L;;;;;N;;;;; +1335;ETHIOPIC SYLLABLE PHE;Lo;0;L;;;;;N;;;;; +1336;ETHIOPIC SYLLABLE PHO;Lo;0;L;;;;;N;;;;; +1337;ETHIOPIC SYLLABLE PHWA;Lo;0;L;;;;;N;;;;; +1338;ETHIOPIC SYLLABLE TSA;Lo;0;L;;;;;N;;;;; +1339;ETHIOPIC SYLLABLE TSU;Lo;0;L;;;;;N;;;;; +133A;ETHIOPIC SYLLABLE TSI;Lo;0;L;;;;;N;;;;; +133B;ETHIOPIC SYLLABLE TSAA;Lo;0;L;;;;;N;;;;; +133C;ETHIOPIC SYLLABLE TSEE;Lo;0;L;;;;;N;;;;; +133D;ETHIOPIC SYLLABLE TSE;Lo;0;L;;;;;N;;;;; +133E;ETHIOPIC SYLLABLE TSO;Lo;0;L;;;;;N;;;;; +133F;ETHIOPIC SYLLABLE TSWA;Lo;0;L;;;;;N;;;;; +1340;ETHIOPIC SYLLABLE TZA;Lo;0;L;;;;;N;;;;; +1341;ETHIOPIC SYLLABLE TZU;Lo;0;L;;;;;N;;;;; +1342;ETHIOPIC SYLLABLE TZI;Lo;0;L;;;;;N;;;;; +1343;ETHIOPIC SYLLABLE TZAA;Lo;0;L;;;;;N;;;;; +1344;ETHIOPIC SYLLABLE TZEE;Lo;0;L;;;;;N;;;;; +1345;ETHIOPIC SYLLABLE TZE;Lo;0;L;;;;;N;;;;; +1346;ETHIOPIC SYLLABLE TZO;Lo;0;L;;;;;N;;;;; +1347;ETHIOPIC SYLLABLE TZOA;Lo;0;L;;;;;N;;;;; +1348;ETHIOPIC SYLLABLE FA;Lo;0;L;;;;;N;;;;; +1349;ETHIOPIC SYLLABLE FU;Lo;0;L;;;;;N;;;;; +134A;ETHIOPIC SYLLABLE FI;Lo;0;L;;;;;N;;;;; +134B;ETHIOPIC SYLLABLE FAA;Lo;0;L;;;;;N;;;;; +134C;ETHIOPIC SYLLABLE FEE;Lo;0;L;;;;;N;;;;; +134D;ETHIOPIC SYLLABLE FE;Lo;0;L;;;;;N;;;;; +134E;ETHIOPIC SYLLABLE FO;Lo;0;L;;;;;N;;;;; +134F;ETHIOPIC SYLLABLE FWA;Lo;0;L;;;;;N;;;;; +1350;ETHIOPIC SYLLABLE PA;Lo;0;L;;;;;N;;;;; +1351;ETHIOPIC SYLLABLE PU;Lo;0;L;;;;;N;;;;; +1352;ETHIOPIC SYLLABLE PI;Lo;0;L;;;;;N;;;;; +1353;ETHIOPIC SYLLABLE PAA;Lo;0;L;;;;;N;;;;; +1354;ETHIOPIC SYLLABLE PEE;Lo;0;L;;;;;N;;;;; +1355;ETHIOPIC SYLLABLE PE;Lo;0;L;;;;;N;;;;; +1356;ETHIOPIC SYLLABLE PO;Lo;0;L;;;;;N;;;;; +1357;ETHIOPIC SYLLABLE PWA;Lo;0;L;;;;;N;;;;; +1358;ETHIOPIC SYLLABLE RYA;Lo;0;L;;;;;N;;;;; +1359;ETHIOPIC SYLLABLE MYA;Lo;0;L;;;;;N;;;;; +135A;ETHIOPIC SYLLABLE FYA;Lo;0;L;;;;;N;;;;; +135F;ETHIOPIC COMBINING GEMINATION MARK;Mn;230;NSM;;;;;N;;;;; +1360;ETHIOPIC SECTION MARK;So;0;L;;;;;N;;;;; +1361;ETHIOPIC WORDSPACE;Po;0;L;;;;;N;;;;; +1362;ETHIOPIC FULL STOP;Po;0;L;;;;;N;;;;; +1363;ETHIOPIC COMMA;Po;0;L;;;;;N;;;;; +1364;ETHIOPIC SEMICOLON;Po;0;L;;;;;N;;;;; +1365;ETHIOPIC COLON;Po;0;L;;;;;N;;;;; +1366;ETHIOPIC PREFACE COLON;Po;0;L;;;;;N;;;;; +1367;ETHIOPIC QUESTION MARK;Po;0;L;;;;;N;;;;; +1368;ETHIOPIC PARAGRAPH SEPARATOR;Po;0;L;;;;;N;;;;; +1369;ETHIOPIC DIGIT ONE;No;0;L;;;1;1;N;;;;; +136A;ETHIOPIC DIGIT TWO;No;0;L;;;2;2;N;;;;; +136B;ETHIOPIC DIGIT THREE;No;0;L;;;3;3;N;;;;; +136C;ETHIOPIC DIGIT FOUR;No;0;L;;;4;4;N;;;;; +136D;ETHIOPIC DIGIT FIVE;No;0;L;;;5;5;N;;;;; +136E;ETHIOPIC DIGIT SIX;No;0;L;;;6;6;N;;;;; +136F;ETHIOPIC DIGIT SEVEN;No;0;L;;;7;7;N;;;;; +1370;ETHIOPIC DIGIT EIGHT;No;0;L;;;8;8;N;;;;; +1371;ETHIOPIC DIGIT NINE;No;0;L;;;9;9;N;;;;; +1372;ETHIOPIC NUMBER TEN;No;0;L;;;;10;N;;;;; +1373;ETHIOPIC NUMBER TWENTY;No;0;L;;;;20;N;;;;; +1374;ETHIOPIC NUMBER THIRTY;No;0;L;;;;30;N;;;;; +1375;ETHIOPIC NUMBER FORTY;No;0;L;;;;40;N;;;;; +1376;ETHIOPIC NUMBER FIFTY;No;0;L;;;;50;N;;;;; +1377;ETHIOPIC NUMBER SIXTY;No;0;L;;;;60;N;;;;; +1378;ETHIOPIC NUMBER SEVENTY;No;0;L;;;;70;N;;;;; +1379;ETHIOPIC NUMBER EIGHTY;No;0;L;;;;80;N;;;;; +137A;ETHIOPIC NUMBER NINETY;No;0;L;;;;90;N;;;;; +137B;ETHIOPIC NUMBER HUNDRED;No;0;L;;;;100;N;;;;; +137C;ETHIOPIC NUMBER TEN THOUSAND;No;0;L;;;;10000;N;;;;; +1380;ETHIOPIC SYLLABLE SEBATBEIT MWA;Lo;0;L;;;;;N;;;;; +1381;ETHIOPIC SYLLABLE MWI;Lo;0;L;;;;;N;;;;; +1382;ETHIOPIC SYLLABLE MWEE;Lo;0;L;;;;;N;;;;; +1383;ETHIOPIC SYLLABLE MWE;Lo;0;L;;;;;N;;;;; +1384;ETHIOPIC SYLLABLE SEBATBEIT BWA;Lo;0;L;;;;;N;;;;; +1385;ETHIOPIC SYLLABLE BWI;Lo;0;L;;;;;N;;;;; +1386;ETHIOPIC SYLLABLE BWEE;Lo;0;L;;;;;N;;;;; +1387;ETHIOPIC SYLLABLE BWE;Lo;0;L;;;;;N;;;;; +1388;ETHIOPIC SYLLABLE SEBATBEIT FWA;Lo;0;L;;;;;N;;;;; +1389;ETHIOPIC SYLLABLE FWI;Lo;0;L;;;;;N;;;;; +138A;ETHIOPIC SYLLABLE FWEE;Lo;0;L;;;;;N;;;;; +138B;ETHIOPIC SYLLABLE FWE;Lo;0;L;;;;;N;;;;; +138C;ETHIOPIC SYLLABLE SEBATBEIT PWA;Lo;0;L;;;;;N;;;;; +138D;ETHIOPIC SYLLABLE PWI;Lo;0;L;;;;;N;;;;; +138E;ETHIOPIC SYLLABLE PWEE;Lo;0;L;;;;;N;;;;; +138F;ETHIOPIC SYLLABLE PWE;Lo;0;L;;;;;N;;;;; +1390;ETHIOPIC TONAL MARK YIZET;So;0;ON;;;;;N;;;;; +1391;ETHIOPIC TONAL MARK DERET;So;0;ON;;;;;N;;;;; +1392;ETHIOPIC TONAL MARK RIKRIK;So;0;ON;;;;;N;;;;; +1393;ETHIOPIC TONAL MARK SHORT RIKRIK;So;0;ON;;;;;N;;;;; +1394;ETHIOPIC TONAL MARK DIFAT;So;0;ON;;;;;N;;;;; +1395;ETHIOPIC TONAL MARK KENAT;So;0;ON;;;;;N;;;;; +1396;ETHIOPIC TONAL MARK CHIRET;So;0;ON;;;;;N;;;;; +1397;ETHIOPIC TONAL MARK HIDET;So;0;ON;;;;;N;;;;; +1398;ETHIOPIC TONAL MARK DERET-HIDET;So;0;ON;;;;;N;;;;; +1399;ETHIOPIC TONAL MARK KURT;So;0;ON;;;;;N;;;;; +13A0;CHEROKEE LETTER A;Lo;0;L;;;;;N;;;;; +13A1;CHEROKEE LETTER E;Lo;0;L;;;;;N;;;;; +13A2;CHEROKEE LETTER I;Lo;0;L;;;;;N;;;;; +13A3;CHEROKEE LETTER O;Lo;0;L;;;;;N;;;;; +13A4;CHEROKEE LETTER U;Lo;0;L;;;;;N;;;;; +13A5;CHEROKEE LETTER V;Lo;0;L;;;;;N;;;;; +13A6;CHEROKEE LETTER GA;Lo;0;L;;;;;N;;;;; +13A7;CHEROKEE LETTER KA;Lo;0;L;;;;;N;;;;; +13A8;CHEROKEE LETTER GE;Lo;0;L;;;;;N;;;;; +13A9;CHEROKEE LETTER GI;Lo;0;L;;;;;N;;;;; +13AA;CHEROKEE LETTER GO;Lo;0;L;;;;;N;;;;; +13AB;CHEROKEE LETTER GU;Lo;0;L;;;;;N;;;;; +13AC;CHEROKEE LETTER GV;Lo;0;L;;;;;N;;;;; +13AD;CHEROKEE LETTER HA;Lo;0;L;;;;;N;;;;; +13AE;CHEROKEE LETTER HE;Lo;0;L;;;;;N;;;;; +13AF;CHEROKEE LETTER HI;Lo;0;L;;;;;N;;;;; +13B0;CHEROKEE LETTER HO;Lo;0;L;;;;;N;;;;; +13B1;CHEROKEE LETTER HU;Lo;0;L;;;;;N;;;;; +13B2;CHEROKEE LETTER HV;Lo;0;L;;;;;N;;;;; +13B3;CHEROKEE LETTER LA;Lo;0;L;;;;;N;;;;; +13B4;CHEROKEE LETTER LE;Lo;0;L;;;;;N;;;;; +13B5;CHEROKEE LETTER LI;Lo;0;L;;;;;N;;;;; +13B6;CHEROKEE LETTER LO;Lo;0;L;;;;;N;;;;; +13B7;CHEROKEE LETTER LU;Lo;0;L;;;;;N;;;;; +13B8;CHEROKEE LETTER LV;Lo;0;L;;;;;N;;;;; +13B9;CHEROKEE LETTER MA;Lo;0;L;;;;;N;;;;; +13BA;CHEROKEE LETTER ME;Lo;0;L;;;;;N;;;;; +13BB;CHEROKEE LETTER MI;Lo;0;L;;;;;N;;;;; +13BC;CHEROKEE LETTER MO;Lo;0;L;;;;;N;;;;; +13BD;CHEROKEE LETTER MU;Lo;0;L;;;;;N;;;;; +13BE;CHEROKEE LETTER NA;Lo;0;L;;;;;N;;;;; +13BF;CHEROKEE LETTER HNA;Lo;0;L;;;;;N;;;;; +13C0;CHEROKEE LETTER NAH;Lo;0;L;;;;;N;;;;; +13C1;CHEROKEE LETTER NE;Lo;0;L;;;;;N;;;;; +13C2;CHEROKEE LETTER NI;Lo;0;L;;;;;N;;;;; +13C3;CHEROKEE LETTER NO;Lo;0;L;;;;;N;;;;; +13C4;CHEROKEE LETTER NU;Lo;0;L;;;;;N;;;;; +13C5;CHEROKEE LETTER NV;Lo;0;L;;;;;N;;;;; +13C6;CHEROKEE LETTER QUA;Lo;0;L;;;;;N;;;;; +13C7;CHEROKEE LETTER QUE;Lo;0;L;;;;;N;;;;; +13C8;CHEROKEE LETTER QUI;Lo;0;L;;;;;N;;;;; +13C9;CHEROKEE LETTER QUO;Lo;0;L;;;;;N;;;;; +13CA;CHEROKEE LETTER QUU;Lo;0;L;;;;;N;;;;; +13CB;CHEROKEE LETTER QUV;Lo;0;L;;;;;N;;;;; +13CC;CHEROKEE LETTER SA;Lo;0;L;;;;;N;;;;; +13CD;CHEROKEE LETTER S;Lo;0;L;;;;;N;;;;; +13CE;CHEROKEE LETTER SE;Lo;0;L;;;;;N;;;;; +13CF;CHEROKEE LETTER SI;Lo;0;L;;;;;N;;;;; +13D0;CHEROKEE LETTER SO;Lo;0;L;;;;;N;;;;; +13D1;CHEROKEE LETTER SU;Lo;0;L;;;;;N;;;;; +13D2;CHEROKEE LETTER SV;Lo;0;L;;;;;N;;;;; +13D3;CHEROKEE LETTER DA;Lo;0;L;;;;;N;;;;; +13D4;CHEROKEE LETTER TA;Lo;0;L;;;;;N;;;;; +13D5;CHEROKEE LETTER DE;Lo;0;L;;;;;N;;;;; +13D6;CHEROKEE LETTER TE;Lo;0;L;;;;;N;;;;; +13D7;CHEROKEE LETTER DI;Lo;0;L;;;;;N;;;;; +13D8;CHEROKEE LETTER TI;Lo;0;L;;;;;N;;;;; +13D9;CHEROKEE LETTER DO;Lo;0;L;;;;;N;;;;; +13DA;CHEROKEE LETTER DU;Lo;0;L;;;;;N;;;;; +13DB;CHEROKEE LETTER DV;Lo;0;L;;;;;N;;;;; +13DC;CHEROKEE LETTER DLA;Lo;0;L;;;;;N;;;;; +13DD;CHEROKEE LETTER TLA;Lo;0;L;;;;;N;;;;; +13DE;CHEROKEE LETTER TLE;Lo;0;L;;;;;N;;;;; +13DF;CHEROKEE LETTER TLI;Lo;0;L;;;;;N;;;;; +13E0;CHEROKEE LETTER TLO;Lo;0;L;;;;;N;;;;; +13E1;CHEROKEE LETTER TLU;Lo;0;L;;;;;N;;;;; +13E2;CHEROKEE LETTER TLV;Lo;0;L;;;;;N;;;;; +13E3;CHEROKEE LETTER TSA;Lo;0;L;;;;;N;;;;; +13E4;CHEROKEE LETTER TSE;Lo;0;L;;;;;N;;;;; +13E5;CHEROKEE LETTER TSI;Lo;0;L;;;;;N;;;;; +13E6;CHEROKEE LETTER TSO;Lo;0;L;;;;;N;;;;; +13E7;CHEROKEE LETTER TSU;Lo;0;L;;;;;N;;;;; +13E8;CHEROKEE LETTER TSV;Lo;0;L;;;;;N;;;;; +13E9;CHEROKEE LETTER WA;Lo;0;L;;;;;N;;;;; +13EA;CHEROKEE LETTER WE;Lo;0;L;;;;;N;;;;; +13EB;CHEROKEE LETTER WI;Lo;0;L;;;;;N;;;;; +13EC;CHEROKEE LETTER WO;Lo;0;L;;;;;N;;;;; +13ED;CHEROKEE LETTER WU;Lo;0;L;;;;;N;;;;; +13EE;CHEROKEE LETTER WV;Lo;0;L;;;;;N;;;;; +13EF;CHEROKEE LETTER YA;Lo;0;L;;;;;N;;;;; +13F0;CHEROKEE LETTER YE;Lo;0;L;;;;;N;;;;; +13F1;CHEROKEE LETTER YI;Lo;0;L;;;;;N;;;;; +13F2;CHEROKEE LETTER YO;Lo;0;L;;;;;N;;;;; +13F3;CHEROKEE LETTER YU;Lo;0;L;;;;;N;;;;; +13F4;CHEROKEE LETTER YV;Lo;0;L;;;;;N;;;;; +1400;CANADIAN SYLLABICS HYPHEN;Pd;0;ON;;;;;N;;;;; +1401;CANADIAN SYLLABICS E;Lo;0;L;;;;;N;;;;; +1402;CANADIAN SYLLABICS AAI;Lo;0;L;;;;;N;;;;; +1403;CANADIAN SYLLABICS I;Lo;0;L;;;;;N;;;;; +1404;CANADIAN SYLLABICS II;Lo;0;L;;;;;N;;;;; +1405;CANADIAN SYLLABICS O;Lo;0;L;;;;;N;;;;; +1406;CANADIAN SYLLABICS OO;Lo;0;L;;;;;N;;;;; +1407;CANADIAN SYLLABICS Y-CREE OO;Lo;0;L;;;;;N;;;;; +1408;CANADIAN SYLLABICS CARRIER EE;Lo;0;L;;;;;N;;;;; +1409;CANADIAN SYLLABICS CARRIER I;Lo;0;L;;;;;N;;;;; +140A;CANADIAN SYLLABICS A;Lo;0;L;;;;;N;;;;; +140B;CANADIAN SYLLABICS AA;Lo;0;L;;;;;N;;;;; +140C;CANADIAN SYLLABICS WE;Lo;0;L;;;;;N;;;;; +140D;CANADIAN SYLLABICS WEST-CREE WE;Lo;0;L;;;;;N;;;;; +140E;CANADIAN SYLLABICS WI;Lo;0;L;;;;;N;;;;; +140F;CANADIAN SYLLABICS WEST-CREE WI;Lo;0;L;;;;;N;;;;; +1410;CANADIAN SYLLABICS WII;Lo;0;L;;;;;N;;;;; +1411;CANADIAN SYLLABICS WEST-CREE WII;Lo;0;L;;;;;N;;;;; +1412;CANADIAN SYLLABICS WO;Lo;0;L;;;;;N;;;;; +1413;CANADIAN SYLLABICS WEST-CREE WO;Lo;0;L;;;;;N;;;;; +1414;CANADIAN SYLLABICS WOO;Lo;0;L;;;;;N;;;;; +1415;CANADIAN SYLLABICS WEST-CREE WOO;Lo;0;L;;;;;N;;;;; +1416;CANADIAN SYLLABICS NASKAPI WOO;Lo;0;L;;;;;N;;;;; +1417;CANADIAN SYLLABICS WA;Lo;0;L;;;;;N;;;;; +1418;CANADIAN SYLLABICS WEST-CREE WA;Lo;0;L;;;;;N;;;;; +1419;CANADIAN SYLLABICS WAA;Lo;0;L;;;;;N;;;;; +141A;CANADIAN SYLLABICS WEST-CREE WAA;Lo;0;L;;;;;N;;;;; +141B;CANADIAN SYLLABICS NASKAPI WAA;Lo;0;L;;;;;N;;;;; +141C;CANADIAN SYLLABICS AI;Lo;0;L;;;;;N;;;;; +141D;CANADIAN SYLLABICS Y-CREE W;Lo;0;L;;;;;N;;;;; +141E;CANADIAN SYLLABICS GLOTTAL STOP;Lo;0;L;;;;;N;;;;; +141F;CANADIAN SYLLABICS FINAL ACUTE;Lo;0;L;;;;;N;;;;; +1420;CANADIAN SYLLABICS FINAL GRAVE;Lo;0;L;;;;;N;;;;; +1421;CANADIAN SYLLABICS FINAL BOTTOM HALF RING;Lo;0;L;;;;;N;;;;; +1422;CANADIAN SYLLABICS FINAL TOP HALF RING;Lo;0;L;;;;;N;;;;; +1423;CANADIAN SYLLABICS FINAL RIGHT HALF RING;Lo;0;L;;;;;N;;;;; +1424;CANADIAN SYLLABICS FINAL RING;Lo;0;L;;;;;N;;;;; +1425;CANADIAN SYLLABICS FINAL DOUBLE ACUTE;Lo;0;L;;;;;N;;;;; +1426;CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES;Lo;0;L;;;;;N;;;;; +1427;CANADIAN SYLLABICS FINAL MIDDLE DOT;Lo;0;L;;;;;N;;;;; +1428;CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE;Lo;0;L;;;;;N;;;;; +1429;CANADIAN SYLLABICS FINAL PLUS;Lo;0;L;;;;;N;;;;; +142A;CANADIAN SYLLABICS FINAL DOWN TACK;Lo;0;L;;;;;N;;;;; +142B;CANADIAN SYLLABICS EN;Lo;0;L;;;;;N;;;;; +142C;CANADIAN SYLLABICS IN;Lo;0;L;;;;;N;;;;; +142D;CANADIAN SYLLABICS ON;Lo;0;L;;;;;N;;;;; +142E;CANADIAN SYLLABICS AN;Lo;0;L;;;;;N;;;;; +142F;CANADIAN SYLLABICS PE;Lo;0;L;;;;;N;;;;; +1430;CANADIAN SYLLABICS PAAI;Lo;0;L;;;;;N;;;;; +1431;CANADIAN SYLLABICS PI;Lo;0;L;;;;;N;;;;; +1432;CANADIAN SYLLABICS PII;Lo;0;L;;;;;N;;;;; +1433;CANADIAN SYLLABICS PO;Lo;0;L;;;;;N;;;;; +1434;CANADIAN SYLLABICS POO;Lo;0;L;;;;;N;;;;; +1435;CANADIAN SYLLABICS Y-CREE POO;Lo;0;L;;;;;N;;;;; +1436;CANADIAN SYLLABICS CARRIER HEE;Lo;0;L;;;;;N;;;;; +1437;CANADIAN SYLLABICS CARRIER HI;Lo;0;L;;;;;N;;;;; +1438;CANADIAN SYLLABICS PA;Lo;0;L;;;;;N;;;;; +1439;CANADIAN SYLLABICS PAA;Lo;0;L;;;;;N;;;;; +143A;CANADIAN SYLLABICS PWE;Lo;0;L;;;;;N;;;;; +143B;CANADIAN SYLLABICS WEST-CREE PWE;Lo;0;L;;;;;N;;;;; +143C;CANADIAN SYLLABICS PWI;Lo;0;L;;;;;N;;;;; +143D;CANADIAN SYLLABICS WEST-CREE PWI;Lo;0;L;;;;;N;;;;; +143E;CANADIAN SYLLABICS PWII;Lo;0;L;;;;;N;;;;; +143F;CANADIAN SYLLABICS WEST-CREE PWII;Lo;0;L;;;;;N;;;;; +1440;CANADIAN SYLLABICS PWO;Lo;0;L;;;;;N;;;;; +1441;CANADIAN SYLLABICS WEST-CREE PWO;Lo;0;L;;;;;N;;;;; +1442;CANADIAN SYLLABICS PWOO;Lo;0;L;;;;;N;;;;; +1443;CANADIAN SYLLABICS WEST-CREE PWOO;Lo;0;L;;;;;N;;;;; +1444;CANADIAN SYLLABICS PWA;Lo;0;L;;;;;N;;;;; +1445;CANADIAN SYLLABICS WEST-CREE PWA;Lo;0;L;;;;;N;;;;; +1446;CANADIAN SYLLABICS PWAA;Lo;0;L;;;;;N;;;;; +1447;CANADIAN SYLLABICS WEST-CREE PWAA;Lo;0;L;;;;;N;;;;; +1448;CANADIAN SYLLABICS Y-CREE PWAA;Lo;0;L;;;;;N;;;;; +1449;CANADIAN SYLLABICS P;Lo;0;L;;;;;N;;;;; +144A;CANADIAN SYLLABICS WEST-CREE P;Lo;0;L;;;;;N;;;;; +144B;CANADIAN SYLLABICS CARRIER H;Lo;0;L;;;;;N;;;;; +144C;CANADIAN SYLLABICS TE;Lo;0;L;;;;;N;;;;; +144D;CANADIAN SYLLABICS TAAI;Lo;0;L;;;;;N;;;;; +144E;CANADIAN SYLLABICS TI;Lo;0;L;;;;;N;;;;; +144F;CANADIAN SYLLABICS TII;Lo;0;L;;;;;N;;;;; +1450;CANADIAN SYLLABICS TO;Lo;0;L;;;;;N;;;;; +1451;CANADIAN SYLLABICS TOO;Lo;0;L;;;;;N;;;;; +1452;CANADIAN SYLLABICS Y-CREE TOO;Lo;0;L;;;;;N;;;;; +1453;CANADIAN SYLLABICS CARRIER DEE;Lo;0;L;;;;;N;;;;; +1454;CANADIAN SYLLABICS CARRIER DI;Lo;0;L;;;;;N;;;;; +1455;CANADIAN SYLLABICS TA;Lo;0;L;;;;;N;;;;; +1456;CANADIAN SYLLABICS TAA;Lo;0;L;;;;;N;;;;; +1457;CANADIAN SYLLABICS TWE;Lo;0;L;;;;;N;;;;; +1458;CANADIAN SYLLABICS WEST-CREE TWE;Lo;0;L;;;;;N;;;;; +1459;CANADIAN SYLLABICS TWI;Lo;0;L;;;;;N;;;;; +145A;CANADIAN SYLLABICS WEST-CREE TWI;Lo;0;L;;;;;N;;;;; +145B;CANADIAN SYLLABICS TWII;Lo;0;L;;;;;N;;;;; +145C;CANADIAN SYLLABICS WEST-CREE TWII;Lo;0;L;;;;;N;;;;; +145D;CANADIAN SYLLABICS TWO;Lo;0;L;;;;;N;;;;; +145E;CANADIAN SYLLABICS WEST-CREE TWO;Lo;0;L;;;;;N;;;;; +145F;CANADIAN SYLLABICS TWOO;Lo;0;L;;;;;N;;;;; +1460;CANADIAN SYLLABICS WEST-CREE TWOO;Lo;0;L;;;;;N;;;;; +1461;CANADIAN SYLLABICS TWA;Lo;0;L;;;;;N;;;;; +1462;CANADIAN SYLLABICS WEST-CREE TWA;Lo;0;L;;;;;N;;;;; +1463;CANADIAN SYLLABICS TWAA;Lo;0;L;;;;;N;;;;; +1464;CANADIAN SYLLABICS WEST-CREE TWAA;Lo;0;L;;;;;N;;;;; +1465;CANADIAN SYLLABICS NASKAPI TWAA;Lo;0;L;;;;;N;;;;; +1466;CANADIAN SYLLABICS T;Lo;0;L;;;;;N;;;;; +1467;CANADIAN SYLLABICS TTE;Lo;0;L;;;;;N;;;;; +1468;CANADIAN SYLLABICS TTI;Lo;0;L;;;;;N;;;;; +1469;CANADIAN SYLLABICS TTO;Lo;0;L;;;;;N;;;;; +146A;CANADIAN SYLLABICS TTA;Lo;0;L;;;;;N;;;;; +146B;CANADIAN SYLLABICS KE;Lo;0;L;;;;;N;;;;; +146C;CANADIAN SYLLABICS KAAI;Lo;0;L;;;;;N;;;;; +146D;CANADIAN SYLLABICS KI;Lo;0;L;;;;;N;;;;; +146E;CANADIAN SYLLABICS KII;Lo;0;L;;;;;N;;;;; +146F;CANADIAN SYLLABICS KO;Lo;0;L;;;;;N;;;;; +1470;CANADIAN SYLLABICS KOO;Lo;0;L;;;;;N;;;;; +1471;CANADIAN SYLLABICS Y-CREE KOO;Lo;0;L;;;;;N;;;;; +1472;CANADIAN SYLLABICS KA;Lo;0;L;;;;;N;;;;; +1473;CANADIAN SYLLABICS KAA;Lo;0;L;;;;;N;;;;; +1474;CANADIAN SYLLABICS KWE;Lo;0;L;;;;;N;;;;; +1475;CANADIAN SYLLABICS WEST-CREE KWE;Lo;0;L;;;;;N;;;;; +1476;CANADIAN SYLLABICS KWI;Lo;0;L;;;;;N;;;;; +1477;CANADIAN SYLLABICS WEST-CREE KWI;Lo;0;L;;;;;N;;;;; +1478;CANADIAN SYLLABICS KWII;Lo;0;L;;;;;N;;;;; +1479;CANADIAN SYLLABICS WEST-CREE KWII;Lo;0;L;;;;;N;;;;; +147A;CANADIAN SYLLABICS KWO;Lo;0;L;;;;;N;;;;; +147B;CANADIAN SYLLABICS WEST-CREE KWO;Lo;0;L;;;;;N;;;;; +147C;CANADIAN SYLLABICS KWOO;Lo;0;L;;;;;N;;;;; +147D;CANADIAN SYLLABICS WEST-CREE KWOO;Lo;0;L;;;;;N;;;;; +147E;CANADIAN SYLLABICS KWA;Lo;0;L;;;;;N;;;;; +147F;CANADIAN SYLLABICS WEST-CREE KWA;Lo;0;L;;;;;N;;;;; +1480;CANADIAN SYLLABICS KWAA;Lo;0;L;;;;;N;;;;; +1481;CANADIAN SYLLABICS WEST-CREE KWAA;Lo;0;L;;;;;N;;;;; +1482;CANADIAN SYLLABICS NASKAPI KWAA;Lo;0;L;;;;;N;;;;; +1483;CANADIAN SYLLABICS K;Lo;0;L;;;;;N;;;;; +1484;CANADIAN SYLLABICS KW;Lo;0;L;;;;;N;;;;; +1485;CANADIAN SYLLABICS SOUTH-SLAVEY KEH;Lo;0;L;;;;;N;;;;; +1486;CANADIAN SYLLABICS SOUTH-SLAVEY KIH;Lo;0;L;;;;;N;;;;; +1487;CANADIAN SYLLABICS SOUTH-SLAVEY KOH;Lo;0;L;;;;;N;;;;; +1488;CANADIAN SYLLABICS SOUTH-SLAVEY KAH;Lo;0;L;;;;;N;;;;; +1489;CANADIAN SYLLABICS CE;Lo;0;L;;;;;N;;;;; +148A;CANADIAN SYLLABICS CAAI;Lo;0;L;;;;;N;;;;; +148B;CANADIAN SYLLABICS CI;Lo;0;L;;;;;N;;;;; +148C;CANADIAN SYLLABICS CII;Lo;0;L;;;;;N;;;;; +148D;CANADIAN SYLLABICS CO;Lo;0;L;;;;;N;;;;; +148E;CANADIAN SYLLABICS COO;Lo;0;L;;;;;N;;;;; +148F;CANADIAN SYLLABICS Y-CREE COO;Lo;0;L;;;;;N;;;;; +1490;CANADIAN SYLLABICS CA;Lo;0;L;;;;;N;;;;; +1491;CANADIAN SYLLABICS CAA;Lo;0;L;;;;;N;;;;; +1492;CANADIAN SYLLABICS CWE;Lo;0;L;;;;;N;;;;; +1493;CANADIAN SYLLABICS WEST-CREE CWE;Lo;0;L;;;;;N;;;;; +1494;CANADIAN SYLLABICS CWI;Lo;0;L;;;;;N;;;;; +1495;CANADIAN SYLLABICS WEST-CREE CWI;Lo;0;L;;;;;N;;;;; +1496;CANADIAN SYLLABICS CWII;Lo;0;L;;;;;N;;;;; +1497;CANADIAN SYLLABICS WEST-CREE CWII;Lo;0;L;;;;;N;;;;; +1498;CANADIAN SYLLABICS CWO;Lo;0;L;;;;;N;;;;; +1499;CANADIAN SYLLABICS WEST-CREE CWO;Lo;0;L;;;;;N;;;;; +149A;CANADIAN SYLLABICS CWOO;Lo;0;L;;;;;N;;;;; +149B;CANADIAN SYLLABICS WEST-CREE CWOO;Lo;0;L;;;;;N;;;;; +149C;CANADIAN SYLLABICS CWA;Lo;0;L;;;;;N;;;;; +149D;CANADIAN SYLLABICS WEST-CREE CWA;Lo;0;L;;;;;N;;;;; +149E;CANADIAN SYLLABICS CWAA;Lo;0;L;;;;;N;;;;; +149F;CANADIAN SYLLABICS WEST-CREE CWAA;Lo;0;L;;;;;N;;;;; +14A0;CANADIAN SYLLABICS NASKAPI CWAA;Lo;0;L;;;;;N;;;;; +14A1;CANADIAN SYLLABICS C;Lo;0;L;;;;;N;;;;; +14A2;CANADIAN SYLLABICS SAYISI TH;Lo;0;L;;;;;N;;;;; +14A3;CANADIAN SYLLABICS ME;Lo;0;L;;;;;N;;;;; +14A4;CANADIAN SYLLABICS MAAI;Lo;0;L;;;;;N;;;;; +14A5;CANADIAN SYLLABICS MI;Lo;0;L;;;;;N;;;;; +14A6;CANADIAN SYLLABICS MII;Lo;0;L;;;;;N;;;;; +14A7;CANADIAN SYLLABICS MO;Lo;0;L;;;;;N;;;;; +14A8;CANADIAN SYLLABICS MOO;Lo;0;L;;;;;N;;;;; +14A9;CANADIAN SYLLABICS Y-CREE MOO;Lo;0;L;;;;;N;;;;; +14AA;CANADIAN SYLLABICS MA;Lo;0;L;;;;;N;;;;; +14AB;CANADIAN SYLLABICS MAA;Lo;0;L;;;;;N;;;;; +14AC;CANADIAN SYLLABICS MWE;Lo;0;L;;;;;N;;;;; +14AD;CANADIAN SYLLABICS WEST-CREE MWE;Lo;0;L;;;;;N;;;;; +14AE;CANADIAN SYLLABICS MWI;Lo;0;L;;;;;N;;;;; +14AF;CANADIAN SYLLABICS WEST-CREE MWI;Lo;0;L;;;;;N;;;;; +14B0;CANADIAN SYLLABICS MWII;Lo;0;L;;;;;N;;;;; +14B1;CANADIAN SYLLABICS WEST-CREE MWII;Lo;0;L;;;;;N;;;;; +14B2;CANADIAN SYLLABICS MWO;Lo;0;L;;;;;N;;;;; +14B3;CANADIAN SYLLABICS WEST-CREE MWO;Lo;0;L;;;;;N;;;;; +14B4;CANADIAN SYLLABICS MWOO;Lo;0;L;;;;;N;;;;; +14B5;CANADIAN SYLLABICS WEST-CREE MWOO;Lo;0;L;;;;;N;;;;; +14B6;CANADIAN SYLLABICS MWA;Lo;0;L;;;;;N;;;;; +14B7;CANADIAN SYLLABICS WEST-CREE MWA;Lo;0;L;;;;;N;;;;; +14B8;CANADIAN SYLLABICS MWAA;Lo;0;L;;;;;N;;;;; +14B9;CANADIAN SYLLABICS WEST-CREE MWAA;Lo;0;L;;;;;N;;;;; +14BA;CANADIAN SYLLABICS NASKAPI MWAA;Lo;0;L;;;;;N;;;;; +14BB;CANADIAN SYLLABICS M;Lo;0;L;;;;;N;;;;; +14BC;CANADIAN SYLLABICS WEST-CREE M;Lo;0;L;;;;;N;;;;; +14BD;CANADIAN SYLLABICS MH;Lo;0;L;;;;;N;;;;; +14BE;CANADIAN SYLLABICS ATHAPASCAN M;Lo;0;L;;;;;N;;;;; +14BF;CANADIAN SYLLABICS SAYISI M;Lo;0;L;;;;;N;;;;; +14C0;CANADIAN SYLLABICS NE;Lo;0;L;;;;;N;;;;; +14C1;CANADIAN SYLLABICS NAAI;Lo;0;L;;;;;N;;;;; +14C2;CANADIAN SYLLABICS NI;Lo;0;L;;;;;N;;;;; +14C3;CANADIAN SYLLABICS NII;Lo;0;L;;;;;N;;;;; +14C4;CANADIAN SYLLABICS NO;Lo;0;L;;;;;N;;;;; +14C5;CANADIAN SYLLABICS NOO;Lo;0;L;;;;;N;;;;; +14C6;CANADIAN SYLLABICS Y-CREE NOO;Lo;0;L;;;;;N;;;;; +14C7;CANADIAN SYLLABICS NA;Lo;0;L;;;;;N;;;;; +14C8;CANADIAN SYLLABICS NAA;Lo;0;L;;;;;N;;;;; +14C9;CANADIAN SYLLABICS NWE;Lo;0;L;;;;;N;;;;; +14CA;CANADIAN SYLLABICS WEST-CREE NWE;Lo;0;L;;;;;N;;;;; +14CB;CANADIAN SYLLABICS NWA;Lo;0;L;;;;;N;;;;; +14CC;CANADIAN SYLLABICS WEST-CREE NWA;Lo;0;L;;;;;N;;;;; +14CD;CANADIAN SYLLABICS NWAA;Lo;0;L;;;;;N;;;;; +14CE;CANADIAN SYLLABICS WEST-CREE NWAA;Lo;0;L;;;;;N;;;;; +14CF;CANADIAN SYLLABICS NASKAPI NWAA;Lo;0;L;;;;;N;;;;; +14D0;CANADIAN SYLLABICS N;Lo;0;L;;;;;N;;;;; +14D1;CANADIAN SYLLABICS CARRIER NG;Lo;0;L;;;;;N;;;;; +14D2;CANADIAN SYLLABICS NH;Lo;0;L;;;;;N;;;;; +14D3;CANADIAN SYLLABICS LE;Lo;0;L;;;;;N;;;;; +14D4;CANADIAN SYLLABICS LAAI;Lo;0;L;;;;;N;;;;; +14D5;CANADIAN SYLLABICS LI;Lo;0;L;;;;;N;;;;; +14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;; +14D7;CANADIAN SYLLABICS LO;Lo;0;L;;;;;N;;;;; +14D8;CANADIAN SYLLABICS LOO;Lo;0;L;;;;;N;;;;; +14D9;CANADIAN SYLLABICS Y-CREE LOO;Lo;0;L;;;;;N;;;;; +14DA;CANADIAN SYLLABICS LA;Lo;0;L;;;;;N;;;;; +14DB;CANADIAN SYLLABICS LAA;Lo;0;L;;;;;N;;;;; +14DC;CANADIAN SYLLABICS LWE;Lo;0;L;;;;;N;;;;; +14DD;CANADIAN SYLLABICS WEST-CREE LWE;Lo;0;L;;;;;N;;;;; +14DE;CANADIAN SYLLABICS LWI;Lo;0;L;;;;;N;;;;; +14DF;CANADIAN SYLLABICS WEST-CREE LWI;Lo;0;L;;;;;N;;;;; +14E0;CANADIAN SYLLABICS LWII;Lo;0;L;;;;;N;;;;; +14E1;CANADIAN SYLLABICS WEST-CREE LWII;Lo;0;L;;;;;N;;;;; +14E2;CANADIAN SYLLABICS LWO;Lo;0;L;;;;;N;;;;; +14E3;CANADIAN SYLLABICS WEST-CREE LWO;Lo;0;L;;;;;N;;;;; +14E4;CANADIAN SYLLABICS LWOO;Lo;0;L;;;;;N;;;;; +14E5;CANADIAN SYLLABICS WEST-CREE LWOO;Lo;0;L;;;;;N;;;;; +14E6;CANADIAN SYLLABICS LWA;Lo;0;L;;;;;N;;;;; +14E7;CANADIAN SYLLABICS WEST-CREE LWA;Lo;0;L;;;;;N;;;;; +14E8;CANADIAN SYLLABICS LWAA;Lo;0;L;;;;;N;;;;; +14E9;CANADIAN SYLLABICS WEST-CREE LWAA;Lo;0;L;;;;;N;;;;; +14EA;CANADIAN SYLLABICS L;Lo;0;L;;;;;N;;;;; +14EB;CANADIAN SYLLABICS WEST-CREE L;Lo;0;L;;;;;N;;;;; +14EC;CANADIAN SYLLABICS MEDIAL L;Lo;0;L;;;;;N;;;;; +14ED;CANADIAN SYLLABICS SE;Lo;0;L;;;;;N;;;;; +14EE;CANADIAN SYLLABICS SAAI;Lo;0;L;;;;;N;;;;; +14EF;CANADIAN SYLLABICS SI;Lo;0;L;;;;;N;;;;; +14F0;CANADIAN SYLLABICS SII;Lo;0;L;;;;;N;;;;; +14F1;CANADIAN SYLLABICS SO;Lo;0;L;;;;;N;;;;; +14F2;CANADIAN SYLLABICS SOO;Lo;0;L;;;;;N;;;;; +14F3;CANADIAN SYLLABICS Y-CREE SOO;Lo;0;L;;;;;N;;;;; +14F4;CANADIAN SYLLABICS SA;Lo;0;L;;;;;N;;;;; +14F5;CANADIAN SYLLABICS SAA;Lo;0;L;;;;;N;;;;; +14F6;CANADIAN SYLLABICS SWE;Lo;0;L;;;;;N;;;;; +14F7;CANADIAN SYLLABICS WEST-CREE SWE;Lo;0;L;;;;;N;;;;; +14F8;CANADIAN SYLLABICS SWI;Lo;0;L;;;;;N;;;;; +14F9;CANADIAN SYLLABICS WEST-CREE SWI;Lo;0;L;;;;;N;;;;; +14FA;CANADIAN SYLLABICS SWII;Lo;0;L;;;;;N;;;;; +14FB;CANADIAN SYLLABICS WEST-CREE SWII;Lo;0;L;;;;;N;;;;; +14FC;CANADIAN SYLLABICS SWO;Lo;0;L;;;;;N;;;;; +14FD;CANADIAN SYLLABICS WEST-CREE SWO;Lo;0;L;;;;;N;;;;; +14FE;CANADIAN SYLLABICS SWOO;Lo;0;L;;;;;N;;;;; +14FF;CANADIAN SYLLABICS WEST-CREE SWOO;Lo;0;L;;;;;N;;;;; +1500;CANADIAN SYLLABICS SWA;Lo;0;L;;;;;N;;;;; +1501;CANADIAN SYLLABICS WEST-CREE SWA;Lo;0;L;;;;;N;;;;; +1502;CANADIAN SYLLABICS SWAA;Lo;0;L;;;;;N;;;;; +1503;CANADIAN SYLLABICS WEST-CREE SWAA;Lo;0;L;;;;;N;;;;; +1504;CANADIAN SYLLABICS NASKAPI SWAA;Lo;0;L;;;;;N;;;;; +1505;CANADIAN SYLLABICS S;Lo;0;L;;;;;N;;;;; +1506;CANADIAN SYLLABICS ATHAPASCAN S;Lo;0;L;;;;;N;;;;; +1507;CANADIAN SYLLABICS SW;Lo;0;L;;;;;N;;;;; +1508;CANADIAN SYLLABICS BLACKFOOT S;Lo;0;L;;;;;N;;;;; +1509;CANADIAN SYLLABICS MOOSE-CREE SK;Lo;0;L;;;;;N;;;;; +150A;CANADIAN SYLLABICS NASKAPI SKW;Lo;0;L;;;;;N;;;;; +150B;CANADIAN SYLLABICS NASKAPI S-W;Lo;0;L;;;;;N;;;;; +150C;CANADIAN SYLLABICS NASKAPI SPWA;Lo;0;L;;;;;N;;;;; +150D;CANADIAN SYLLABICS NASKAPI STWA;Lo;0;L;;;;;N;;;;; +150E;CANADIAN SYLLABICS NASKAPI SKWA;Lo;0;L;;;;;N;;;;; +150F;CANADIAN SYLLABICS NASKAPI SCWA;Lo;0;L;;;;;N;;;;; +1510;CANADIAN SYLLABICS SHE;Lo;0;L;;;;;N;;;;; +1511;CANADIAN SYLLABICS SHI;Lo;0;L;;;;;N;;;;; +1512;CANADIAN SYLLABICS SHII;Lo;0;L;;;;;N;;;;; +1513;CANADIAN SYLLABICS SHO;Lo;0;L;;;;;N;;;;; +1514;CANADIAN SYLLABICS SHOO;Lo;0;L;;;;;N;;;;; +1515;CANADIAN SYLLABICS SHA;Lo;0;L;;;;;N;;;;; +1516;CANADIAN SYLLABICS SHAA;Lo;0;L;;;;;N;;;;; +1517;CANADIAN SYLLABICS SHWE;Lo;0;L;;;;;N;;;;; +1518;CANADIAN SYLLABICS WEST-CREE SHWE;Lo;0;L;;;;;N;;;;; +1519;CANADIAN SYLLABICS SHWI;Lo;0;L;;;;;N;;;;; +151A;CANADIAN SYLLABICS WEST-CREE SHWI;Lo;0;L;;;;;N;;;;; +151B;CANADIAN SYLLABICS SHWII;Lo;0;L;;;;;N;;;;; +151C;CANADIAN SYLLABICS WEST-CREE SHWII;Lo;0;L;;;;;N;;;;; +151D;CANADIAN SYLLABICS SHWO;Lo;0;L;;;;;N;;;;; +151E;CANADIAN SYLLABICS WEST-CREE SHWO;Lo;0;L;;;;;N;;;;; +151F;CANADIAN SYLLABICS SHWOO;Lo;0;L;;;;;N;;;;; +1520;CANADIAN SYLLABICS WEST-CREE SHWOO;Lo;0;L;;;;;N;;;;; +1521;CANADIAN SYLLABICS SHWA;Lo;0;L;;;;;N;;;;; +1522;CANADIAN SYLLABICS WEST-CREE SHWA;Lo;0;L;;;;;N;;;;; +1523;CANADIAN SYLLABICS SHWAA;Lo;0;L;;;;;N;;;;; +1524;CANADIAN SYLLABICS WEST-CREE SHWAA;Lo;0;L;;;;;N;;;;; +1525;CANADIAN SYLLABICS SH;Lo;0;L;;;;;N;;;;; +1526;CANADIAN SYLLABICS YE;Lo;0;L;;;;;N;;;;; +1527;CANADIAN SYLLABICS YAAI;Lo;0;L;;;;;N;;;;; +1528;CANADIAN SYLLABICS YI;Lo;0;L;;;;;N;;;;; +1529;CANADIAN SYLLABICS YII;Lo;0;L;;;;;N;;;;; +152A;CANADIAN SYLLABICS YO;Lo;0;L;;;;;N;;;;; +152B;CANADIAN SYLLABICS YOO;Lo;0;L;;;;;N;;;;; +152C;CANADIAN SYLLABICS Y-CREE YOO;Lo;0;L;;;;;N;;;;; +152D;CANADIAN SYLLABICS YA;Lo;0;L;;;;;N;;;;; +152E;CANADIAN SYLLABICS YAA;Lo;0;L;;;;;N;;;;; +152F;CANADIAN SYLLABICS YWE;Lo;0;L;;;;;N;;;;; +1530;CANADIAN SYLLABICS WEST-CREE YWE;Lo;0;L;;;;;N;;;;; +1531;CANADIAN SYLLABICS YWI;Lo;0;L;;;;;N;;;;; +1532;CANADIAN SYLLABICS WEST-CREE YWI;Lo;0;L;;;;;N;;;;; +1533;CANADIAN SYLLABICS YWII;Lo;0;L;;;;;N;;;;; +1534;CANADIAN SYLLABICS WEST-CREE YWII;Lo;0;L;;;;;N;;;;; +1535;CANADIAN SYLLABICS YWO;Lo;0;L;;;;;N;;;;; +1536;CANADIAN SYLLABICS WEST-CREE YWO;Lo;0;L;;;;;N;;;;; +1537;CANADIAN SYLLABICS YWOO;Lo;0;L;;;;;N;;;;; +1538;CANADIAN SYLLABICS WEST-CREE YWOO;Lo;0;L;;;;;N;;;;; +1539;CANADIAN SYLLABICS YWA;Lo;0;L;;;;;N;;;;; +153A;CANADIAN SYLLABICS WEST-CREE YWA;Lo;0;L;;;;;N;;;;; +153B;CANADIAN SYLLABICS YWAA;Lo;0;L;;;;;N;;;;; +153C;CANADIAN SYLLABICS WEST-CREE YWAA;Lo;0;L;;;;;N;;;;; +153D;CANADIAN SYLLABICS NASKAPI YWAA;Lo;0;L;;;;;N;;;;; +153E;CANADIAN SYLLABICS Y;Lo;0;L;;;;;N;;;;; +153F;CANADIAN SYLLABICS BIBLE-CREE Y;Lo;0;L;;;;;N;;;;; +1540;CANADIAN SYLLABICS WEST-CREE Y;Lo;0;L;;;;;N;;;;; +1541;CANADIAN SYLLABICS SAYISI YI;Lo;0;L;;;;;N;;;;; +1542;CANADIAN SYLLABICS RE;Lo;0;L;;;;;N;;;;; +1543;CANADIAN SYLLABICS R-CREE RE;Lo;0;L;;;;;N;;;;; +1544;CANADIAN SYLLABICS WEST-CREE LE;Lo;0;L;;;;;N;;;;; +1545;CANADIAN SYLLABICS RAAI;Lo;0;L;;;;;N;;;;; +1546;CANADIAN SYLLABICS RI;Lo;0;L;;;;;N;;;;; +1547;CANADIAN SYLLABICS RII;Lo;0;L;;;;;N;;;;; +1548;CANADIAN SYLLABICS RO;Lo;0;L;;;;;N;;;;; +1549;CANADIAN SYLLABICS ROO;Lo;0;L;;;;;N;;;;; +154A;CANADIAN SYLLABICS WEST-CREE LO;Lo;0;L;;;;;N;;;;; +154B;CANADIAN SYLLABICS RA;Lo;0;L;;;;;N;;;;; +154C;CANADIAN SYLLABICS RAA;Lo;0;L;;;;;N;;;;; +154D;CANADIAN SYLLABICS WEST-CREE LA;Lo;0;L;;;;;N;;;;; +154E;CANADIAN SYLLABICS RWAA;Lo;0;L;;;;;N;;;;; +154F;CANADIAN SYLLABICS WEST-CREE RWAA;Lo;0;L;;;;;N;;;;; +1550;CANADIAN SYLLABICS R;Lo;0;L;;;;;N;;;;; +1551;CANADIAN SYLLABICS WEST-CREE R;Lo;0;L;;;;;N;;;;; +1552;CANADIAN SYLLABICS MEDIAL R;Lo;0;L;;;;;N;;;;; +1553;CANADIAN SYLLABICS FE;Lo;0;L;;;;;N;;;;; +1554;CANADIAN SYLLABICS FAAI;Lo;0;L;;;;;N;;;;; +1555;CANADIAN SYLLABICS FI;Lo;0;L;;;;;N;;;;; +1556;CANADIAN SYLLABICS FII;Lo;0;L;;;;;N;;;;; +1557;CANADIAN SYLLABICS FO;Lo;0;L;;;;;N;;;;; +1558;CANADIAN SYLLABICS FOO;Lo;0;L;;;;;N;;;;; +1559;CANADIAN SYLLABICS FA;Lo;0;L;;;;;N;;;;; +155A;CANADIAN SYLLABICS FAA;Lo;0;L;;;;;N;;;;; +155B;CANADIAN SYLLABICS FWAA;Lo;0;L;;;;;N;;;;; +155C;CANADIAN SYLLABICS WEST-CREE FWAA;Lo;0;L;;;;;N;;;;; +155D;CANADIAN SYLLABICS F;Lo;0;L;;;;;N;;;;; +155E;CANADIAN SYLLABICS THE;Lo;0;L;;;;;N;;;;; +155F;CANADIAN SYLLABICS N-CREE THE;Lo;0;L;;;;;N;;;;; +1560;CANADIAN SYLLABICS THI;Lo;0;L;;;;;N;;;;; +1561;CANADIAN SYLLABICS N-CREE THI;Lo;0;L;;;;;N;;;;; +1562;CANADIAN SYLLABICS THII;Lo;0;L;;;;;N;;;;; +1563;CANADIAN SYLLABICS N-CREE THII;Lo;0;L;;;;;N;;;;; +1564;CANADIAN SYLLABICS THO;Lo;0;L;;;;;N;;;;; +1565;CANADIAN SYLLABICS THOO;Lo;0;L;;;;;N;;;;; +1566;CANADIAN SYLLABICS THA;Lo;0;L;;;;;N;;;;; +1567;CANADIAN SYLLABICS THAA;Lo;0;L;;;;;N;;;;; +1568;CANADIAN SYLLABICS THWAA;Lo;0;L;;;;;N;;;;; +1569;CANADIAN SYLLABICS WEST-CREE THWAA;Lo;0;L;;;;;N;;;;; +156A;CANADIAN SYLLABICS TH;Lo;0;L;;;;;N;;;;; +156B;CANADIAN SYLLABICS TTHE;Lo;0;L;;;;;N;;;;; +156C;CANADIAN SYLLABICS TTHI;Lo;0;L;;;;;N;;;;; +156D;CANADIAN SYLLABICS TTHO;Lo;0;L;;;;;N;;;;; +156E;CANADIAN SYLLABICS TTHA;Lo;0;L;;;;;N;;;;; +156F;CANADIAN SYLLABICS TTH;Lo;0;L;;;;;N;;;;; +1570;CANADIAN SYLLABICS TYE;Lo;0;L;;;;;N;;;;; +1571;CANADIAN SYLLABICS TYI;Lo;0;L;;;;;N;;;;; +1572;CANADIAN SYLLABICS TYO;Lo;0;L;;;;;N;;;;; +1573;CANADIAN SYLLABICS TYA;Lo;0;L;;;;;N;;;;; +1574;CANADIAN SYLLABICS NUNAVIK HE;Lo;0;L;;;;;N;;;;; +1575;CANADIAN SYLLABICS NUNAVIK HI;Lo;0;L;;;;;N;;;;; +1576;CANADIAN SYLLABICS NUNAVIK HII;Lo;0;L;;;;;N;;;;; +1577;CANADIAN SYLLABICS NUNAVIK HO;Lo;0;L;;;;;N;;;;; +1578;CANADIAN SYLLABICS NUNAVIK HOO;Lo;0;L;;;;;N;;;;; +1579;CANADIAN SYLLABICS NUNAVIK HA;Lo;0;L;;;;;N;;;;; +157A;CANADIAN SYLLABICS NUNAVIK HAA;Lo;0;L;;;;;N;;;;; +157B;CANADIAN SYLLABICS NUNAVIK H;Lo;0;L;;;;;N;;;;; +157C;CANADIAN SYLLABICS NUNAVUT H;Lo;0;L;;;;;N;;;;; +157D;CANADIAN SYLLABICS HK;Lo;0;L;;;;;N;;;;; +157E;CANADIAN SYLLABICS QAAI;Lo;0;L;;;;;N;;;;; +157F;CANADIAN SYLLABICS QI;Lo;0;L;;;;;N;;;;; +1580;CANADIAN SYLLABICS QII;Lo;0;L;;;;;N;;;;; +1581;CANADIAN SYLLABICS QO;Lo;0;L;;;;;N;;;;; +1582;CANADIAN SYLLABICS QOO;Lo;0;L;;;;;N;;;;; +1583;CANADIAN SYLLABICS QA;Lo;0;L;;;;;N;;;;; +1584;CANADIAN SYLLABICS QAA;Lo;0;L;;;;;N;;;;; +1585;CANADIAN SYLLABICS Q;Lo;0;L;;;;;N;;;;; +1586;CANADIAN SYLLABICS TLHE;Lo;0;L;;;;;N;;;;; +1587;CANADIAN SYLLABICS TLHI;Lo;0;L;;;;;N;;;;; +1588;CANADIAN SYLLABICS TLHO;Lo;0;L;;;;;N;;;;; +1589;CANADIAN SYLLABICS TLHA;Lo;0;L;;;;;N;;;;; +158A;CANADIAN SYLLABICS WEST-CREE RE;Lo;0;L;;;;;N;;;;; +158B;CANADIAN SYLLABICS WEST-CREE RI;Lo;0;L;;;;;N;;;;; +158C;CANADIAN SYLLABICS WEST-CREE RO;Lo;0;L;;;;;N;;;;; +158D;CANADIAN SYLLABICS WEST-CREE RA;Lo;0;L;;;;;N;;;;; +158E;CANADIAN SYLLABICS NGAAI;Lo;0;L;;;;;N;;;;; +158F;CANADIAN SYLLABICS NGI;Lo;0;L;;;;;N;;;;; +1590;CANADIAN SYLLABICS NGII;Lo;0;L;;;;;N;;;;; +1591;CANADIAN SYLLABICS NGO;Lo;0;L;;;;;N;;;;; +1592;CANADIAN SYLLABICS NGOO;Lo;0;L;;;;;N;;;;; +1593;CANADIAN SYLLABICS NGA;Lo;0;L;;;;;N;;;;; +1594;CANADIAN SYLLABICS NGAA;Lo;0;L;;;;;N;;;;; +1595;CANADIAN SYLLABICS NG;Lo;0;L;;;;;N;;;;; +1596;CANADIAN SYLLABICS NNG;Lo;0;L;;;;;N;;;;; +1597;CANADIAN SYLLABICS SAYISI SHE;Lo;0;L;;;;;N;;;;; +1598;CANADIAN SYLLABICS SAYISI SHI;Lo;0;L;;;;;N;;;;; +1599;CANADIAN SYLLABICS SAYISI SHO;Lo;0;L;;;;;N;;;;; +159A;CANADIAN SYLLABICS SAYISI SHA;Lo;0;L;;;;;N;;;;; +159B;CANADIAN SYLLABICS WOODS-CREE THE;Lo;0;L;;;;;N;;;;; +159C;CANADIAN SYLLABICS WOODS-CREE THI;Lo;0;L;;;;;N;;;;; +159D;CANADIAN SYLLABICS WOODS-CREE THO;Lo;0;L;;;;;N;;;;; +159E;CANADIAN SYLLABICS WOODS-CREE THA;Lo;0;L;;;;;N;;;;; +159F;CANADIAN SYLLABICS WOODS-CREE TH;Lo;0;L;;;;;N;;;;; +15A0;CANADIAN SYLLABICS LHI;Lo;0;L;;;;;N;;;;; +15A1;CANADIAN SYLLABICS LHII;Lo;0;L;;;;;N;;;;; +15A2;CANADIAN SYLLABICS LHO;Lo;0;L;;;;;N;;;;; +15A3;CANADIAN SYLLABICS LHOO;Lo;0;L;;;;;N;;;;; +15A4;CANADIAN SYLLABICS LHA;Lo;0;L;;;;;N;;;;; +15A5;CANADIAN SYLLABICS LHAA;Lo;0;L;;;;;N;;;;; +15A6;CANADIAN SYLLABICS LH;Lo;0;L;;;;;N;;;;; +15A7;CANADIAN SYLLABICS TH-CREE THE;Lo;0;L;;;;;N;;;;; +15A8;CANADIAN SYLLABICS TH-CREE THI;Lo;0;L;;;;;N;;;;; +15A9;CANADIAN SYLLABICS TH-CREE THII;Lo;0;L;;;;;N;;;;; +15AA;CANADIAN SYLLABICS TH-CREE THO;Lo;0;L;;;;;N;;;;; +15AB;CANADIAN SYLLABICS TH-CREE THOO;Lo;0;L;;;;;N;;;;; +15AC;CANADIAN SYLLABICS TH-CREE THA;Lo;0;L;;;;;N;;;;; +15AD;CANADIAN SYLLABICS TH-CREE THAA;Lo;0;L;;;;;N;;;;; +15AE;CANADIAN SYLLABICS TH-CREE TH;Lo;0;L;;;;;N;;;;; +15AF;CANADIAN SYLLABICS AIVILIK B;Lo;0;L;;;;;N;;;;; +15B0;CANADIAN SYLLABICS BLACKFOOT E;Lo;0;L;;;;;N;;;;; +15B1;CANADIAN SYLLABICS BLACKFOOT I;Lo;0;L;;;;;N;;;;; +15B2;CANADIAN SYLLABICS BLACKFOOT O;Lo;0;L;;;;;N;;;;; +15B3;CANADIAN SYLLABICS BLACKFOOT A;Lo;0;L;;;;;N;;;;; +15B4;CANADIAN SYLLABICS BLACKFOOT WE;Lo;0;L;;;;;N;;;;; +15B5;CANADIAN SYLLABICS BLACKFOOT WI;Lo;0;L;;;;;N;;;;; +15B6;CANADIAN SYLLABICS BLACKFOOT WO;Lo;0;L;;;;;N;;;;; +15B7;CANADIAN SYLLABICS BLACKFOOT WA;Lo;0;L;;;;;N;;;;; +15B8;CANADIAN SYLLABICS BLACKFOOT NE;Lo;0;L;;;;;N;;;;; +15B9;CANADIAN SYLLABICS BLACKFOOT NI;Lo;0;L;;;;;N;;;;; +15BA;CANADIAN SYLLABICS BLACKFOOT NO;Lo;0;L;;;;;N;;;;; +15BB;CANADIAN SYLLABICS BLACKFOOT NA;Lo;0;L;;;;;N;;;;; +15BC;CANADIAN SYLLABICS BLACKFOOT KE;Lo;0;L;;;;;N;;;;; +15BD;CANADIAN SYLLABICS BLACKFOOT KI;Lo;0;L;;;;;N;;;;; +15BE;CANADIAN SYLLABICS BLACKFOOT KO;Lo;0;L;;;;;N;;;;; +15BF;CANADIAN SYLLABICS BLACKFOOT KA;Lo;0;L;;;;;N;;;;; +15C0;CANADIAN SYLLABICS SAYISI HE;Lo;0;L;;;;;N;;;;; +15C1;CANADIAN SYLLABICS SAYISI HI;Lo;0;L;;;;;N;;;;; +15C2;CANADIAN SYLLABICS SAYISI HO;Lo;0;L;;;;;N;;;;; +15C3;CANADIAN SYLLABICS SAYISI HA;Lo;0;L;;;;;N;;;;; +15C4;CANADIAN SYLLABICS CARRIER GHU;Lo;0;L;;;;;N;;;;; +15C5;CANADIAN SYLLABICS CARRIER GHO;Lo;0;L;;;;;N;;;;; +15C6;CANADIAN SYLLABICS CARRIER GHE;Lo;0;L;;;;;N;;;;; +15C7;CANADIAN SYLLABICS CARRIER GHEE;Lo;0;L;;;;;N;;;;; +15C8;CANADIAN SYLLABICS CARRIER GHI;Lo;0;L;;;;;N;;;;; +15C9;CANADIAN SYLLABICS CARRIER GHA;Lo;0;L;;;;;N;;;;; +15CA;CANADIAN SYLLABICS CARRIER RU;Lo;0;L;;;;;N;;;;; +15CB;CANADIAN SYLLABICS CARRIER RO;Lo;0;L;;;;;N;;;;; +15CC;CANADIAN SYLLABICS CARRIER RE;Lo;0;L;;;;;N;;;;; +15CD;CANADIAN SYLLABICS CARRIER REE;Lo;0;L;;;;;N;;;;; +15CE;CANADIAN SYLLABICS CARRIER RI;Lo;0;L;;;;;N;;;;; +15CF;CANADIAN SYLLABICS CARRIER RA;Lo;0;L;;;;;N;;;;; +15D0;CANADIAN SYLLABICS CARRIER WU;Lo;0;L;;;;;N;;;;; +15D1;CANADIAN SYLLABICS CARRIER WO;Lo;0;L;;;;;N;;;;; +15D2;CANADIAN SYLLABICS CARRIER WE;Lo;0;L;;;;;N;;;;; +15D3;CANADIAN SYLLABICS CARRIER WEE;Lo;0;L;;;;;N;;;;; +15D4;CANADIAN SYLLABICS CARRIER WI;Lo;0;L;;;;;N;;;;; +15D5;CANADIAN SYLLABICS CARRIER WA;Lo;0;L;;;;;N;;;;; +15D6;CANADIAN SYLLABICS CARRIER HWU;Lo;0;L;;;;;N;;;;; +15D7;CANADIAN SYLLABICS CARRIER HWO;Lo;0;L;;;;;N;;;;; +15D8;CANADIAN SYLLABICS CARRIER HWE;Lo;0;L;;;;;N;;;;; +15D9;CANADIAN SYLLABICS CARRIER HWEE;Lo;0;L;;;;;N;;;;; +15DA;CANADIAN SYLLABICS CARRIER HWI;Lo;0;L;;;;;N;;;;; +15DB;CANADIAN SYLLABICS CARRIER HWA;Lo;0;L;;;;;N;;;;; +15DC;CANADIAN SYLLABICS CARRIER THU;Lo;0;L;;;;;N;;;;; +15DD;CANADIAN SYLLABICS CARRIER THO;Lo;0;L;;;;;N;;;;; +15DE;CANADIAN SYLLABICS CARRIER THE;Lo;0;L;;;;;N;;;;; +15DF;CANADIAN SYLLABICS CARRIER THEE;Lo;0;L;;;;;N;;;;; +15E0;CANADIAN SYLLABICS CARRIER THI;Lo;0;L;;;;;N;;;;; +15E1;CANADIAN SYLLABICS CARRIER THA;Lo;0;L;;;;;N;;;;; +15E2;CANADIAN SYLLABICS CARRIER TTU;Lo;0;L;;;;;N;;;;; +15E3;CANADIAN SYLLABICS CARRIER TTO;Lo;0;L;;;;;N;;;;; +15E4;CANADIAN SYLLABICS CARRIER TTE;Lo;0;L;;;;;N;;;;; +15E5;CANADIAN SYLLABICS CARRIER TTEE;Lo;0;L;;;;;N;;;;; +15E6;CANADIAN SYLLABICS CARRIER TTI;Lo;0;L;;;;;N;;;;; +15E7;CANADIAN SYLLABICS CARRIER TTA;Lo;0;L;;;;;N;;;;; +15E8;CANADIAN SYLLABICS CARRIER PU;Lo;0;L;;;;;N;;;;; +15E9;CANADIAN SYLLABICS CARRIER PO;Lo;0;L;;;;;N;;;;; +15EA;CANADIAN SYLLABICS CARRIER PE;Lo;0;L;;;;;N;;;;; +15EB;CANADIAN SYLLABICS CARRIER PEE;Lo;0;L;;;;;N;;;;; +15EC;CANADIAN SYLLABICS CARRIER PI;Lo;0;L;;;;;N;;;;; +15ED;CANADIAN SYLLABICS CARRIER PA;Lo;0;L;;;;;N;;;;; +15EE;CANADIAN SYLLABICS CARRIER P;Lo;0;L;;;;;N;;;;; +15EF;CANADIAN SYLLABICS CARRIER GU;Lo;0;L;;;;;N;;;;; +15F0;CANADIAN SYLLABICS CARRIER GO;Lo;0;L;;;;;N;;;;; +15F1;CANADIAN SYLLABICS CARRIER GE;Lo;0;L;;;;;N;;;;; +15F2;CANADIAN SYLLABICS CARRIER GEE;Lo;0;L;;;;;N;;;;; +15F3;CANADIAN SYLLABICS CARRIER GI;Lo;0;L;;;;;N;;;;; +15F4;CANADIAN SYLLABICS CARRIER GA;Lo;0;L;;;;;N;;;;; +15F5;CANADIAN SYLLABICS CARRIER KHU;Lo;0;L;;;;;N;;;;; +15F6;CANADIAN SYLLABICS CARRIER KHO;Lo;0;L;;;;;N;;;;; +15F7;CANADIAN SYLLABICS CARRIER KHE;Lo;0;L;;;;;N;;;;; +15F8;CANADIAN SYLLABICS CARRIER KHEE;Lo;0;L;;;;;N;;;;; +15F9;CANADIAN SYLLABICS CARRIER KHI;Lo;0;L;;;;;N;;;;; +15FA;CANADIAN SYLLABICS CARRIER KHA;Lo;0;L;;;;;N;;;;; +15FB;CANADIAN SYLLABICS CARRIER KKU;Lo;0;L;;;;;N;;;;; +15FC;CANADIAN SYLLABICS CARRIER KKO;Lo;0;L;;;;;N;;;;; +15FD;CANADIAN SYLLABICS CARRIER KKE;Lo;0;L;;;;;N;;;;; +15FE;CANADIAN SYLLABICS CARRIER KKEE;Lo;0;L;;;;;N;;;;; +15FF;CANADIAN SYLLABICS CARRIER KKI;Lo;0;L;;;;;N;;;;; +1600;CANADIAN SYLLABICS CARRIER KKA;Lo;0;L;;;;;N;;;;; +1601;CANADIAN SYLLABICS CARRIER KK;Lo;0;L;;;;;N;;;;; +1602;CANADIAN SYLLABICS CARRIER NU;Lo;0;L;;;;;N;;;;; +1603;CANADIAN SYLLABICS CARRIER NO;Lo;0;L;;;;;N;;;;; +1604;CANADIAN SYLLABICS CARRIER NE;Lo;0;L;;;;;N;;;;; +1605;CANADIAN SYLLABICS CARRIER NEE;Lo;0;L;;;;;N;;;;; +1606;CANADIAN SYLLABICS CARRIER NI;Lo;0;L;;;;;N;;;;; +1607;CANADIAN SYLLABICS CARRIER NA;Lo;0;L;;;;;N;;;;; +1608;CANADIAN SYLLABICS CARRIER MU;Lo;0;L;;;;;N;;;;; +1609;CANADIAN SYLLABICS CARRIER MO;Lo;0;L;;;;;N;;;;; +160A;CANADIAN SYLLABICS CARRIER ME;Lo;0;L;;;;;N;;;;; +160B;CANADIAN SYLLABICS CARRIER MEE;Lo;0;L;;;;;N;;;;; +160C;CANADIAN SYLLABICS CARRIER MI;Lo;0;L;;;;;N;;;;; +160D;CANADIAN SYLLABICS CARRIER MA;Lo;0;L;;;;;N;;;;; +160E;CANADIAN SYLLABICS CARRIER YU;Lo;0;L;;;;;N;;;;; +160F;CANADIAN SYLLABICS CARRIER YO;Lo;0;L;;;;;N;;;;; +1610;CANADIAN SYLLABICS CARRIER YE;Lo;0;L;;;;;N;;;;; +1611;CANADIAN SYLLABICS CARRIER YEE;Lo;0;L;;;;;N;;;;; +1612;CANADIAN SYLLABICS CARRIER YI;Lo;0;L;;;;;N;;;;; +1613;CANADIAN SYLLABICS CARRIER YA;Lo;0;L;;;;;N;;;;; +1614;CANADIAN SYLLABICS CARRIER JU;Lo;0;L;;;;;N;;;;; +1615;CANADIAN SYLLABICS SAYISI JU;Lo;0;L;;;;;N;;;;; +1616;CANADIAN SYLLABICS CARRIER JO;Lo;0;L;;;;;N;;;;; +1617;CANADIAN SYLLABICS CARRIER JE;Lo;0;L;;;;;N;;;;; +1618;CANADIAN SYLLABICS CARRIER JEE;Lo;0;L;;;;;N;;;;; +1619;CANADIAN SYLLABICS CARRIER JI;Lo;0;L;;;;;N;;;;; +161A;CANADIAN SYLLABICS SAYISI JI;Lo;0;L;;;;;N;;;;; +161B;CANADIAN SYLLABICS CARRIER JA;Lo;0;L;;;;;N;;;;; +161C;CANADIAN SYLLABICS CARRIER JJU;Lo;0;L;;;;;N;;;;; +161D;CANADIAN SYLLABICS CARRIER JJO;Lo;0;L;;;;;N;;;;; +161E;CANADIAN SYLLABICS CARRIER JJE;Lo;0;L;;;;;N;;;;; +161F;CANADIAN SYLLABICS CARRIER JJEE;Lo;0;L;;;;;N;;;;; +1620;CANADIAN SYLLABICS CARRIER JJI;Lo;0;L;;;;;N;;;;; +1621;CANADIAN SYLLABICS CARRIER JJA;Lo;0;L;;;;;N;;;;; +1622;CANADIAN SYLLABICS CARRIER LU;Lo;0;L;;;;;N;;;;; +1623;CANADIAN SYLLABICS CARRIER LO;Lo;0;L;;;;;N;;;;; +1624;CANADIAN SYLLABICS CARRIER LE;Lo;0;L;;;;;N;;;;; +1625;CANADIAN SYLLABICS CARRIER LEE;Lo;0;L;;;;;N;;;;; +1626;CANADIAN SYLLABICS CARRIER LI;Lo;0;L;;;;;N;;;;; +1627;CANADIAN SYLLABICS CARRIER LA;Lo;0;L;;;;;N;;;;; +1628;CANADIAN SYLLABICS CARRIER DLU;Lo;0;L;;;;;N;;;;; +1629;CANADIAN SYLLABICS CARRIER DLO;Lo;0;L;;;;;N;;;;; +162A;CANADIAN SYLLABICS CARRIER DLE;Lo;0;L;;;;;N;;;;; +162B;CANADIAN SYLLABICS CARRIER DLEE;Lo;0;L;;;;;N;;;;; +162C;CANADIAN SYLLABICS CARRIER DLI;Lo;0;L;;;;;N;;;;; +162D;CANADIAN SYLLABICS CARRIER DLA;Lo;0;L;;;;;N;;;;; +162E;CANADIAN SYLLABICS CARRIER LHU;Lo;0;L;;;;;N;;;;; +162F;CANADIAN SYLLABICS CARRIER LHO;Lo;0;L;;;;;N;;;;; +1630;CANADIAN SYLLABICS CARRIER LHE;Lo;0;L;;;;;N;;;;; +1631;CANADIAN SYLLABICS CARRIER LHEE;Lo;0;L;;;;;N;;;;; +1632;CANADIAN SYLLABICS CARRIER LHI;Lo;0;L;;;;;N;;;;; +1633;CANADIAN SYLLABICS CARRIER LHA;Lo;0;L;;;;;N;;;;; +1634;CANADIAN SYLLABICS CARRIER TLHU;Lo;0;L;;;;;N;;;;; +1635;CANADIAN SYLLABICS CARRIER TLHO;Lo;0;L;;;;;N;;;;; +1636;CANADIAN SYLLABICS CARRIER TLHE;Lo;0;L;;;;;N;;;;; +1637;CANADIAN SYLLABICS CARRIER TLHEE;Lo;0;L;;;;;N;;;;; +1638;CANADIAN SYLLABICS CARRIER TLHI;Lo;0;L;;;;;N;;;;; +1639;CANADIAN SYLLABICS CARRIER TLHA;Lo;0;L;;;;;N;;;;; +163A;CANADIAN SYLLABICS CARRIER TLU;Lo;0;L;;;;;N;;;;; +163B;CANADIAN SYLLABICS CARRIER TLO;Lo;0;L;;;;;N;;;;; +163C;CANADIAN SYLLABICS CARRIER TLE;Lo;0;L;;;;;N;;;;; +163D;CANADIAN SYLLABICS CARRIER TLEE;Lo;0;L;;;;;N;;;;; +163E;CANADIAN SYLLABICS CARRIER TLI;Lo;0;L;;;;;N;;;;; +163F;CANADIAN SYLLABICS CARRIER TLA;Lo;0;L;;;;;N;;;;; +1640;CANADIAN SYLLABICS CARRIER ZU;Lo;0;L;;;;;N;;;;; +1641;CANADIAN SYLLABICS CARRIER ZO;Lo;0;L;;;;;N;;;;; +1642;CANADIAN SYLLABICS CARRIER ZE;Lo;0;L;;;;;N;;;;; +1643;CANADIAN SYLLABICS CARRIER ZEE;Lo;0;L;;;;;N;;;;; +1644;CANADIAN SYLLABICS CARRIER ZI;Lo;0;L;;;;;N;;;;; +1645;CANADIAN SYLLABICS CARRIER ZA;Lo;0;L;;;;;N;;;;; +1646;CANADIAN SYLLABICS CARRIER Z;Lo;0;L;;;;;N;;;;; +1647;CANADIAN SYLLABICS CARRIER INITIAL Z;Lo;0;L;;;;;N;;;;; +1648;CANADIAN SYLLABICS CARRIER DZU;Lo;0;L;;;;;N;;;;; +1649;CANADIAN SYLLABICS CARRIER DZO;Lo;0;L;;;;;N;;;;; +164A;CANADIAN SYLLABICS CARRIER DZE;Lo;0;L;;;;;N;;;;; +164B;CANADIAN SYLLABICS CARRIER DZEE;Lo;0;L;;;;;N;;;;; +164C;CANADIAN SYLLABICS CARRIER DZI;Lo;0;L;;;;;N;;;;; +164D;CANADIAN SYLLABICS CARRIER DZA;Lo;0;L;;;;;N;;;;; +164E;CANADIAN SYLLABICS CARRIER SU;Lo;0;L;;;;;N;;;;; +164F;CANADIAN SYLLABICS CARRIER SO;Lo;0;L;;;;;N;;;;; +1650;CANADIAN SYLLABICS CARRIER SE;Lo;0;L;;;;;N;;;;; +1651;CANADIAN SYLLABICS CARRIER SEE;Lo;0;L;;;;;N;;;;; +1652;CANADIAN SYLLABICS CARRIER SI;Lo;0;L;;;;;N;;;;; +1653;CANADIAN SYLLABICS CARRIER SA;Lo;0;L;;;;;N;;;;; +1654;CANADIAN SYLLABICS CARRIER SHU;Lo;0;L;;;;;N;;;;; +1655;CANADIAN SYLLABICS CARRIER SHO;Lo;0;L;;;;;N;;;;; +1656;CANADIAN SYLLABICS CARRIER SHE;Lo;0;L;;;;;N;;;;; +1657;CANADIAN SYLLABICS CARRIER SHEE;Lo;0;L;;;;;N;;;;; +1658;CANADIAN SYLLABICS CARRIER SHI;Lo;0;L;;;;;N;;;;; +1659;CANADIAN SYLLABICS CARRIER SHA;Lo;0;L;;;;;N;;;;; +165A;CANADIAN SYLLABICS CARRIER SH;Lo;0;L;;;;;N;;;;; +165B;CANADIAN SYLLABICS CARRIER TSU;Lo;0;L;;;;;N;;;;; +165C;CANADIAN SYLLABICS CARRIER TSO;Lo;0;L;;;;;N;;;;; +165D;CANADIAN SYLLABICS CARRIER TSE;Lo;0;L;;;;;N;;;;; +165E;CANADIAN SYLLABICS CARRIER TSEE;Lo;0;L;;;;;N;;;;; +165F;CANADIAN SYLLABICS CARRIER TSI;Lo;0;L;;;;;N;;;;; +1660;CANADIAN SYLLABICS CARRIER TSA;Lo;0;L;;;;;N;;;;; +1661;CANADIAN SYLLABICS CARRIER CHU;Lo;0;L;;;;;N;;;;; +1662;CANADIAN SYLLABICS CARRIER CHO;Lo;0;L;;;;;N;;;;; +1663;CANADIAN SYLLABICS CARRIER CHE;Lo;0;L;;;;;N;;;;; +1664;CANADIAN SYLLABICS CARRIER CHEE;Lo;0;L;;;;;N;;;;; +1665;CANADIAN SYLLABICS CARRIER CHI;Lo;0;L;;;;;N;;;;; +1666;CANADIAN SYLLABICS CARRIER CHA;Lo;0;L;;;;;N;;;;; +1667;CANADIAN SYLLABICS CARRIER TTSU;Lo;0;L;;;;;N;;;;; +1668;CANADIAN SYLLABICS CARRIER TTSO;Lo;0;L;;;;;N;;;;; +1669;CANADIAN SYLLABICS CARRIER TTSE;Lo;0;L;;;;;N;;;;; +166A;CANADIAN SYLLABICS CARRIER TTSEE;Lo;0;L;;;;;N;;;;; +166B;CANADIAN SYLLABICS CARRIER TTSI;Lo;0;L;;;;;N;;;;; +166C;CANADIAN SYLLABICS CARRIER TTSA;Lo;0;L;;;;;N;;;;; +166D;CANADIAN SYLLABICS CHI SIGN;Po;0;L;;;;;N;;;;; +166E;CANADIAN SYLLABICS FULL STOP;Po;0;L;;;;;N;;;;; +166F;CANADIAN SYLLABICS QAI;Lo;0;L;;;;;N;;;;; +1670;CANADIAN SYLLABICS NGAI;Lo;0;L;;;;;N;;;;; +1671;CANADIAN SYLLABICS NNGI;Lo;0;L;;;;;N;;;;; +1672;CANADIAN SYLLABICS NNGII;Lo;0;L;;;;;N;;;;; +1673;CANADIAN SYLLABICS NNGO;Lo;0;L;;;;;N;;;;; +1674;CANADIAN SYLLABICS NNGOO;Lo;0;L;;;;;N;;;;; +1675;CANADIAN SYLLABICS NNGA;Lo;0;L;;;;;N;;;;; +1676;CANADIAN SYLLABICS NNGAA;Lo;0;L;;;;;N;;;;; +1677;CANADIAN SYLLABICS WOODS-CREE THWEE;Lo;0;L;;;;;N;;;;; +1678;CANADIAN SYLLABICS WOODS-CREE THWI;Lo;0;L;;;;;N;;;;; +1679;CANADIAN SYLLABICS WOODS-CREE THWII;Lo;0;L;;;;;N;;;;; +167A;CANADIAN SYLLABICS WOODS-CREE THWO;Lo;0;L;;;;;N;;;;; +167B;CANADIAN SYLLABICS WOODS-CREE THWOO;Lo;0;L;;;;;N;;;;; +167C;CANADIAN SYLLABICS WOODS-CREE THWA;Lo;0;L;;;;;N;;;;; +167D;CANADIAN SYLLABICS WOODS-CREE THWAA;Lo;0;L;;;;;N;;;;; +167E;CANADIAN SYLLABICS WOODS-CREE FINAL TH;Lo;0;L;;;;;N;;;;; +167F;CANADIAN SYLLABICS BLACKFOOT W;Lo;0;L;;;;;N;;;;; +1680;OGHAM SPACE MARK;Zs;0;WS;;;;;N;;;;; +1681;OGHAM LETTER BEITH;Lo;0;L;;;;;N;;;;; +1682;OGHAM LETTER LUIS;Lo;0;L;;;;;N;;;;; +1683;OGHAM LETTER FEARN;Lo;0;L;;;;;N;;;;; +1684;OGHAM LETTER SAIL;Lo;0;L;;;;;N;;;;; +1685;OGHAM LETTER NION;Lo;0;L;;;;;N;;;;; +1686;OGHAM LETTER UATH;Lo;0;L;;;;;N;;;;; +1687;OGHAM LETTER DAIR;Lo;0;L;;;;;N;;;;; +1688;OGHAM LETTER TINNE;Lo;0;L;;;;;N;;;;; +1689;OGHAM LETTER COLL;Lo;0;L;;;;;N;;;;; +168A;OGHAM LETTER CEIRT;Lo;0;L;;;;;N;;;;; +168B;OGHAM LETTER MUIN;Lo;0;L;;;;;N;;;;; +168C;OGHAM LETTER GORT;Lo;0;L;;;;;N;;;;; +168D;OGHAM LETTER NGEADAL;Lo;0;L;;;;;N;;;;; +168E;OGHAM LETTER STRAIF;Lo;0;L;;;;;N;;;;; +168F;OGHAM LETTER RUIS;Lo;0;L;;;;;N;;;;; +1690;OGHAM LETTER AILM;Lo;0;L;;;;;N;;;;; +1691;OGHAM LETTER ONN;Lo;0;L;;;;;N;;;;; +1692;OGHAM LETTER UR;Lo;0;L;;;;;N;;;;; +1693;OGHAM LETTER EADHADH;Lo;0;L;;;;;N;;;;; +1694;OGHAM LETTER IODHADH;Lo;0;L;;;;;N;;;;; +1695;OGHAM LETTER EABHADH;Lo;0;L;;;;;N;;;;; +1696;OGHAM LETTER OR;Lo;0;L;;;;;N;;;;; +1697;OGHAM LETTER UILLEANN;Lo;0;L;;;;;N;;;;; +1698;OGHAM LETTER IFIN;Lo;0;L;;;;;N;;;;; +1699;OGHAM LETTER EAMHANCHOLL;Lo;0;L;;;;;N;;;;; +169A;OGHAM LETTER PEITH;Lo;0;L;;;;;N;;;;; +169B;OGHAM FEATHER MARK;Ps;0;ON;;;;;Y;;;;; +169C;OGHAM REVERSED FEATHER MARK;Pe;0;ON;;;;;Y;;;;; +16A0;RUNIC LETTER FEHU FEOH FE F;Lo;0;L;;;;;N;;;;; +16A1;RUNIC LETTER V;Lo;0;L;;;;;N;;;;; +16A2;RUNIC LETTER URUZ UR U;Lo;0;L;;;;;N;;;;; +16A3;RUNIC LETTER YR;Lo;0;L;;;;;N;;;;; +16A4;RUNIC LETTER Y;Lo;0;L;;;;;N;;;;; +16A5;RUNIC LETTER W;Lo;0;L;;;;;N;;;;; +16A6;RUNIC LETTER THURISAZ THURS THORN;Lo;0;L;;;;;N;;;;; +16A7;RUNIC LETTER ETH;Lo;0;L;;;;;N;;;;; +16A8;RUNIC LETTER ANSUZ A;Lo;0;L;;;;;N;;;;; +16A9;RUNIC LETTER OS O;Lo;0;L;;;;;N;;;;; +16AA;RUNIC LETTER AC A;Lo;0;L;;;;;N;;;;; +16AB;RUNIC LETTER AESC;Lo;0;L;;;;;N;;;;; +16AC;RUNIC LETTER LONG-BRANCH-OSS O;Lo;0;L;;;;;N;;;;; +16AD;RUNIC LETTER SHORT-TWIG-OSS O;Lo;0;L;;;;;N;;;;; +16AE;RUNIC LETTER O;Lo;0;L;;;;;N;;;;; +16AF;RUNIC LETTER OE;Lo;0;L;;;;;N;;;;; +16B0;RUNIC LETTER ON;Lo;0;L;;;;;N;;;;; +16B1;RUNIC LETTER RAIDO RAD REID R;Lo;0;L;;;;;N;;;;; +16B2;RUNIC LETTER KAUNA;Lo;0;L;;;;;N;;;;; +16B3;RUNIC LETTER CEN;Lo;0;L;;;;;N;;;;; +16B4;RUNIC LETTER KAUN K;Lo;0;L;;;;;N;;;;; +16B5;RUNIC LETTER G;Lo;0;L;;;;;N;;;;; +16B6;RUNIC LETTER ENG;Lo;0;L;;;;;N;;;;; +16B7;RUNIC LETTER GEBO GYFU G;Lo;0;L;;;;;N;;;;; +16B8;RUNIC LETTER GAR;Lo;0;L;;;;;N;;;;; +16B9;RUNIC LETTER WUNJO WYNN W;Lo;0;L;;;;;N;;;;; +16BA;RUNIC LETTER HAGLAZ H;Lo;0;L;;;;;N;;;;; +16BB;RUNIC LETTER HAEGL H;Lo;0;L;;;;;N;;;;; +16BC;RUNIC LETTER LONG-BRANCH-HAGALL H;Lo;0;L;;;;;N;;;;; +16BD;RUNIC LETTER SHORT-TWIG-HAGALL H;Lo;0;L;;;;;N;;;;; +16BE;RUNIC LETTER NAUDIZ NYD NAUD N;Lo;0;L;;;;;N;;;;; +16BF;RUNIC LETTER SHORT-TWIG-NAUD N;Lo;0;L;;;;;N;;;;; +16C0;RUNIC LETTER DOTTED-N;Lo;0;L;;;;;N;;;;; +16C1;RUNIC LETTER ISAZ IS ISS I;Lo;0;L;;;;;N;;;;; +16C2;RUNIC LETTER E;Lo;0;L;;;;;N;;;;; +16C3;RUNIC LETTER JERAN J;Lo;0;L;;;;;N;;;;; +16C4;RUNIC LETTER GER;Lo;0;L;;;;;N;;;;; +16C5;RUNIC LETTER LONG-BRANCH-AR AE;Lo;0;L;;;;;N;;;;; +16C6;RUNIC LETTER SHORT-TWIG-AR A;Lo;0;L;;;;;N;;;;; +16C7;RUNIC LETTER IWAZ EOH;Lo;0;L;;;;;N;;;;; +16C8;RUNIC LETTER PERTHO PEORTH P;Lo;0;L;;;;;N;;;;; +16C9;RUNIC LETTER ALGIZ EOLHX;Lo;0;L;;;;;N;;;;; +16CA;RUNIC LETTER SOWILO S;Lo;0;L;;;;;N;;;;; +16CB;RUNIC LETTER SIGEL LONG-BRANCH-SOL S;Lo;0;L;;;;;N;;;;; +16CC;RUNIC LETTER SHORT-TWIG-SOL S;Lo;0;L;;;;;N;;;;; +16CD;RUNIC LETTER C;Lo;0;L;;;;;N;;;;; +16CE;RUNIC LETTER Z;Lo;0;L;;;;;N;;;;; +16CF;RUNIC LETTER TIWAZ TIR TYR T;Lo;0;L;;;;;N;;;;; +16D0;RUNIC LETTER SHORT-TWIG-TYR T;Lo;0;L;;;;;N;;;;; +16D1;RUNIC LETTER D;Lo;0;L;;;;;N;;;;; +16D2;RUNIC LETTER BERKANAN BEORC BJARKAN B;Lo;0;L;;;;;N;;;;; +16D3;RUNIC LETTER SHORT-TWIG-BJARKAN B;Lo;0;L;;;;;N;;;;; +16D4;RUNIC LETTER DOTTED-P;Lo;0;L;;;;;N;;;;; +16D5;RUNIC LETTER OPEN-P;Lo;0;L;;;;;N;;;;; +16D6;RUNIC LETTER EHWAZ EH E;Lo;0;L;;;;;N;;;;; +16D7;RUNIC LETTER MANNAZ MAN M;Lo;0;L;;;;;N;;;;; +16D8;RUNIC LETTER LONG-BRANCH-MADR M;Lo;0;L;;;;;N;;;;; +16D9;RUNIC LETTER SHORT-TWIG-MADR M;Lo;0;L;;;;;N;;;;; +16DA;RUNIC LETTER LAUKAZ LAGU LOGR L;Lo;0;L;;;;;N;;;;; +16DB;RUNIC LETTER DOTTED-L;Lo;0;L;;;;;N;;;;; +16DC;RUNIC LETTER INGWAZ;Lo;0;L;;;;;N;;;;; +16DD;RUNIC LETTER ING;Lo;0;L;;;;;N;;;;; +16DE;RUNIC LETTER DAGAZ DAEG D;Lo;0;L;;;;;N;;;;; +16DF;RUNIC LETTER OTHALAN ETHEL O;Lo;0;L;;;;;N;;;;; +16E0;RUNIC LETTER EAR;Lo;0;L;;;;;N;;;;; +16E1;RUNIC LETTER IOR;Lo;0;L;;;;;N;;;;; +16E2;RUNIC LETTER CWEORTH;Lo;0;L;;;;;N;;;;; +16E3;RUNIC LETTER CALC;Lo;0;L;;;;;N;;;;; +16E4;RUNIC LETTER CEALC;Lo;0;L;;;;;N;;;;; +16E5;RUNIC LETTER STAN;Lo;0;L;;;;;N;;;;; +16E6;RUNIC LETTER LONG-BRANCH-YR;Lo;0;L;;;;;N;;;;; +16E7;RUNIC LETTER SHORT-TWIG-YR;Lo;0;L;;;;;N;;;;; +16E8;RUNIC LETTER ICELANDIC-YR;Lo;0;L;;;;;N;;;;; +16E9;RUNIC LETTER Q;Lo;0;L;;;;;N;;;;; +16EA;RUNIC LETTER X;Lo;0;L;;;;;N;;;;; +16EB;RUNIC SINGLE PUNCTUATION;Po;0;L;;;;;N;;;;; +16EC;RUNIC MULTIPLE PUNCTUATION;Po;0;L;;;;;N;;;;; +16ED;RUNIC CROSS PUNCTUATION;Po;0;L;;;;;N;;;;; +16EE;RUNIC ARLAUG SYMBOL;Nl;0;L;;;;17;N;;;;; +16EF;RUNIC TVIMADUR SYMBOL;Nl;0;L;;;;18;N;;;;; +16F0;RUNIC BELGTHOR SYMBOL;Nl;0;L;;;;19;N;;;;; +1700;TAGALOG LETTER A;Lo;0;L;;;;;N;;;;; +1701;TAGALOG LETTER I;Lo;0;L;;;;;N;;;;; +1702;TAGALOG LETTER U;Lo;0;L;;;;;N;;;;; +1703;TAGALOG LETTER KA;Lo;0;L;;;;;N;;;;; +1704;TAGALOG LETTER GA;Lo;0;L;;;;;N;;;;; +1705;TAGALOG LETTER NGA;Lo;0;L;;;;;N;;;;; +1706;TAGALOG LETTER TA;Lo;0;L;;;;;N;;;;; +1707;TAGALOG LETTER DA;Lo;0;L;;;;;N;;;;; +1708;TAGALOG LETTER NA;Lo;0;L;;;;;N;;;;; +1709;TAGALOG LETTER PA;Lo;0;L;;;;;N;;;;; +170A;TAGALOG LETTER BA;Lo;0;L;;;;;N;;;;; +170B;TAGALOG LETTER MA;Lo;0;L;;;;;N;;;;; +170C;TAGALOG LETTER YA;Lo;0;L;;;;;N;;;;; +170E;TAGALOG LETTER LA;Lo;0;L;;;;;N;;;;; +170F;TAGALOG LETTER WA;Lo;0;L;;;;;N;;;;; +1710;TAGALOG LETTER SA;Lo;0;L;;;;;N;;;;; +1711;TAGALOG LETTER HA;Lo;0;L;;;;;N;;;;; +1712;TAGALOG VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +1713;TAGALOG VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1714;TAGALOG SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +1720;HANUNOO LETTER A;Lo;0;L;;;;;N;;;;; +1721;HANUNOO LETTER I;Lo;0;L;;;;;N;;;;; +1722;HANUNOO LETTER U;Lo;0;L;;;;;N;;;;; +1723;HANUNOO LETTER KA;Lo;0;L;;;;;N;;;;; +1724;HANUNOO LETTER GA;Lo;0;L;;;;;N;;;;; +1725;HANUNOO LETTER NGA;Lo;0;L;;;;;N;;;;; +1726;HANUNOO LETTER TA;Lo;0;L;;;;;N;;;;; +1727;HANUNOO LETTER DA;Lo;0;L;;;;;N;;;;; +1728;HANUNOO LETTER NA;Lo;0;L;;;;;N;;;;; +1729;HANUNOO LETTER PA;Lo;0;L;;;;;N;;;;; +172A;HANUNOO LETTER BA;Lo;0;L;;;;;N;;;;; +172B;HANUNOO LETTER MA;Lo;0;L;;;;;N;;;;; +172C;HANUNOO LETTER YA;Lo;0;L;;;;;N;;;;; +172D;HANUNOO LETTER RA;Lo;0;L;;;;;N;;;;; +172E;HANUNOO LETTER LA;Lo;0;L;;;;;N;;;;; +172F;HANUNOO LETTER WA;Lo;0;L;;;;;N;;;;; +1730;HANUNOO LETTER SA;Lo;0;L;;;;;N;;;;; +1731;HANUNOO LETTER HA;Lo;0;L;;;;;N;;;;; +1732;HANUNOO VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +1733;HANUNOO VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1734;HANUNOO SIGN PAMUDPOD;Mn;9;NSM;;;;;N;;;;; +1735;PHILIPPINE SINGLE PUNCTUATION;Po;0;L;;;;;N;;;;; +1736;PHILIPPINE DOUBLE PUNCTUATION;Po;0;L;;;;;N;;;;; +1740;BUHID LETTER A;Lo;0;L;;;;;N;;;;; +1741;BUHID LETTER I;Lo;0;L;;;;;N;;;;; +1742;BUHID LETTER U;Lo;0;L;;;;;N;;;;; +1743;BUHID LETTER KA;Lo;0;L;;;;;N;;;;; +1744;BUHID LETTER GA;Lo;0;L;;;;;N;;;;; +1745;BUHID LETTER NGA;Lo;0;L;;;;;N;;;;; +1746;BUHID LETTER TA;Lo;0;L;;;;;N;;;;; +1747;BUHID LETTER DA;Lo;0;L;;;;;N;;;;; +1748;BUHID LETTER NA;Lo;0;L;;;;;N;;;;; +1749;BUHID LETTER PA;Lo;0;L;;;;;N;;;;; +174A;BUHID LETTER BA;Lo;0;L;;;;;N;;;;; +174B;BUHID LETTER MA;Lo;0;L;;;;;N;;;;; +174C;BUHID LETTER YA;Lo;0;L;;;;;N;;;;; +174D;BUHID LETTER RA;Lo;0;L;;;;;N;;;;; +174E;BUHID LETTER LA;Lo;0;L;;;;;N;;;;; +174F;BUHID LETTER WA;Lo;0;L;;;;;N;;;;; +1750;BUHID LETTER SA;Lo;0;L;;;;;N;;;;; +1751;BUHID LETTER HA;Lo;0;L;;;;;N;;;;; +1752;BUHID VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +1753;BUHID VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1760;TAGBANWA LETTER A;Lo;0;L;;;;;N;;;;; +1761;TAGBANWA LETTER I;Lo;0;L;;;;;N;;;;; +1762;TAGBANWA LETTER U;Lo;0;L;;;;;N;;;;; +1763;TAGBANWA LETTER KA;Lo;0;L;;;;;N;;;;; +1764;TAGBANWA LETTER GA;Lo;0;L;;;;;N;;;;; +1765;TAGBANWA LETTER NGA;Lo;0;L;;;;;N;;;;; +1766;TAGBANWA LETTER TA;Lo;0;L;;;;;N;;;;; +1767;TAGBANWA LETTER DA;Lo;0;L;;;;;N;;;;; +1768;TAGBANWA LETTER NA;Lo;0;L;;;;;N;;;;; +1769;TAGBANWA LETTER PA;Lo;0;L;;;;;N;;;;; +176A;TAGBANWA LETTER BA;Lo;0;L;;;;;N;;;;; +176B;TAGBANWA LETTER MA;Lo;0;L;;;;;N;;;;; +176C;TAGBANWA LETTER YA;Lo;0;L;;;;;N;;;;; +176E;TAGBANWA LETTER LA;Lo;0;L;;;;;N;;;;; +176F;TAGBANWA LETTER WA;Lo;0;L;;;;;N;;;;; +1770;TAGBANWA LETTER SA;Lo;0;L;;;;;N;;;;; +1772;TAGBANWA VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +1773;TAGBANWA VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1780;KHMER LETTER KA;Lo;0;L;;;;;N;;;;; +1781;KHMER LETTER KHA;Lo;0;L;;;;;N;;;;; +1782;KHMER LETTER KO;Lo;0;L;;;;;N;;;;; +1783;KHMER LETTER KHO;Lo;0;L;;;;;N;;;;; +1784;KHMER LETTER NGO;Lo;0;L;;;;;N;;;;; +1785;KHMER LETTER CA;Lo;0;L;;;;;N;;;;; +1786;KHMER LETTER CHA;Lo;0;L;;;;;N;;;;; +1787;KHMER LETTER CO;Lo;0;L;;;;;N;;;;; +1788;KHMER LETTER CHO;Lo;0;L;;;;;N;;;;; +1789;KHMER LETTER NYO;Lo;0;L;;;;;N;;;;; +178A;KHMER LETTER DA;Lo;0;L;;;;;N;;;;; +178B;KHMER LETTER TTHA;Lo;0;L;;;;;N;;;;; +178C;KHMER LETTER DO;Lo;0;L;;;;;N;;;;; +178D;KHMER LETTER TTHO;Lo;0;L;;;;;N;;;;; +178E;KHMER LETTER NNO;Lo;0;L;;;;;N;;;;; +178F;KHMER LETTER TA;Lo;0;L;;;;;N;;;;; +1790;KHMER LETTER THA;Lo;0;L;;;;;N;;;;; +1791;KHMER LETTER TO;Lo;0;L;;;;;N;;;;; +1792;KHMER LETTER THO;Lo;0;L;;;;;N;;;;; +1793;KHMER LETTER NO;Lo;0;L;;;;;N;;;;; +1794;KHMER LETTER BA;Lo;0;L;;;;;N;;;;; +1795;KHMER LETTER PHA;Lo;0;L;;;;;N;;;;; +1796;KHMER LETTER PO;Lo;0;L;;;;;N;;;;; +1797;KHMER LETTER PHO;Lo;0;L;;;;;N;;;;; +1798;KHMER LETTER MO;Lo;0;L;;;;;N;;;;; +1799;KHMER LETTER YO;Lo;0;L;;;;;N;;;;; +179A;KHMER LETTER RO;Lo;0;L;;;;;N;;;;; +179B;KHMER LETTER LO;Lo;0;L;;;;;N;;;;; +179C;KHMER LETTER VO;Lo;0;L;;;;;N;;;;; +179D;KHMER LETTER SHA;Lo;0;L;;;;;N;;;;; +179E;KHMER LETTER SSO;Lo;0;L;;;;;N;;;;; +179F;KHMER LETTER SA;Lo;0;L;;;;;N;;;;; +17A0;KHMER LETTER HA;Lo;0;L;;;;;N;;;;; +17A1;KHMER LETTER LA;Lo;0;L;;;;;N;;;;; +17A2;KHMER LETTER QA;Lo;0;L;;;;;N;;;;; +17A3;KHMER INDEPENDENT VOWEL QAQ;Lo;0;L;;;;;N;;;;; +17A4;KHMER INDEPENDENT VOWEL QAA;Lo;0;L;;;;;N;;;;; +17A5;KHMER INDEPENDENT VOWEL QI;Lo;0;L;;;;;N;;;;; +17A6;KHMER INDEPENDENT VOWEL QII;Lo;0;L;;;;;N;;;;; +17A7;KHMER INDEPENDENT VOWEL QU;Lo;0;L;;;;;N;;;;; +17A8;KHMER INDEPENDENT VOWEL QUK;Lo;0;L;;;;;N;;;;; +17A9;KHMER INDEPENDENT VOWEL QUU;Lo;0;L;;;;;N;;;;; +17AA;KHMER INDEPENDENT VOWEL QUUV;Lo;0;L;;;;;N;;;;; +17AB;KHMER INDEPENDENT VOWEL RY;Lo;0;L;;;;;N;;;;; +17AC;KHMER INDEPENDENT VOWEL RYY;Lo;0;L;;;;;N;;;;; +17AD;KHMER INDEPENDENT VOWEL LY;Lo;0;L;;;;;N;;;;; +17AE;KHMER INDEPENDENT VOWEL LYY;Lo;0;L;;;;;N;;;;; +17AF;KHMER INDEPENDENT VOWEL QE;Lo;0;L;;;;;N;;;;; +17B0;KHMER INDEPENDENT VOWEL QAI;Lo;0;L;;;;;N;;;;; +17B1;KHMER INDEPENDENT VOWEL QOO TYPE ONE;Lo;0;L;;;;;N;;;;; +17B2;KHMER INDEPENDENT VOWEL QOO TYPE TWO;Lo;0;L;;;;;N;;;;; +17B3;KHMER INDEPENDENT VOWEL QAU;Lo;0;L;;;;;N;;;;; +17B4;KHMER VOWEL INHERENT AQ;Cf;0;L;;;;;N;;;;; +17B5;KHMER VOWEL INHERENT AA;Cf;0;L;;;;;N;;;;; +17B6;KHMER VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +17B7;KHMER VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +17B8;KHMER VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +17B9;KHMER VOWEL SIGN Y;Mn;0;NSM;;;;;N;;;;; +17BA;KHMER VOWEL SIGN YY;Mn;0;NSM;;;;;N;;;;; +17BB;KHMER VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +17BC;KHMER VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +17BD;KHMER VOWEL SIGN UA;Mn;0;NSM;;;;;N;;;;; +17BE;KHMER VOWEL SIGN OE;Mc;0;L;;;;;N;;;;; +17BF;KHMER VOWEL SIGN YA;Mc;0;L;;;;;N;;;;; +17C0;KHMER VOWEL SIGN IE;Mc;0;L;;;;;N;;;;; +17C1;KHMER VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +17C2;KHMER VOWEL SIGN AE;Mc;0;L;;;;;N;;;;; +17C3;KHMER VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +17C4;KHMER VOWEL SIGN OO;Mc;0;L;;;;;N;;;;; +17C5;KHMER VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; +17C6;KHMER SIGN NIKAHIT;Mn;0;NSM;;;;;N;;;;; +17C7;KHMER SIGN REAHMUK;Mc;0;L;;;;;N;;;;; +17C8;KHMER SIGN YUUKALEAPINTU;Mc;0;L;;;;;N;;;;; +17C9;KHMER SIGN MUUSIKATOAN;Mn;0;NSM;;;;;N;;;;; +17CA;KHMER SIGN TRIISAP;Mn;0;NSM;;;;;N;;;;; +17CB;KHMER SIGN BANTOC;Mn;0;NSM;;;;;N;;;;; +17CC;KHMER SIGN ROBAT;Mn;0;NSM;;;;;N;;;;; +17CD;KHMER SIGN TOANDAKHIAT;Mn;0;NSM;;;;;N;;;;; +17CE;KHMER SIGN KAKABAT;Mn;0;NSM;;;;;N;;;;; +17CF;KHMER SIGN AHSDA;Mn;0;NSM;;;;;N;;;;; +17D0;KHMER SIGN SAMYOK SANNYA;Mn;0;NSM;;;;;N;;;;; +17D1;KHMER SIGN VIRIAM;Mn;0;NSM;;;;;N;;;;; +17D2;KHMER SIGN COENG;Mn;9;NSM;;;;;N;;;;; +17D3;KHMER SIGN BATHAMASAT;Mn;0;NSM;;;;;N;;;;; +17D4;KHMER SIGN KHAN;Po;0;L;;;;;N;;;;; +17D5;KHMER SIGN BARIYOOSAN;Po;0;L;;;;;N;;;;; +17D6;KHMER SIGN CAMNUC PII KUUH;Po;0;L;;;;;N;;;;; +17D7;KHMER SIGN LEK TOO;Lm;0;L;;;;;N;;;;; +17D8;KHMER SIGN BEYYAL;Po;0;L;;;;;N;;;;; +17D9;KHMER SIGN PHNAEK MUAN;Po;0;L;;;;;N;;;;; +17DA;KHMER SIGN KOOMUUT;Po;0;L;;;;;N;;;;; +17DB;KHMER CURRENCY SYMBOL RIEL;Sc;0;ET;;;;;N;;;;; +17DC;KHMER SIGN AVAKRAHASANYA;Lo;0;L;;;;;N;;;;; +17DD;KHMER SIGN ATTHACAN;Mn;230;NSM;;;;;N;;;;; +17E0;KHMER DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +17E1;KHMER DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +17E2;KHMER DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +17E3;KHMER DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +17E4;KHMER DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +17E5;KHMER DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +17E6;KHMER DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +17E7;KHMER DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +17E8;KHMER DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +17E9;KHMER DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +17F0;KHMER SYMBOL LEK ATTAK SON;No;0;ON;;;;0;N;;;;; +17F1;KHMER SYMBOL LEK ATTAK MUOY;No;0;ON;;;;1;N;;;;; +17F2;KHMER SYMBOL LEK ATTAK PII;No;0;ON;;;;2;N;;;;; +17F3;KHMER SYMBOL LEK ATTAK BEI;No;0;ON;;;;3;N;;;;; +17F4;KHMER SYMBOL LEK ATTAK BUON;No;0;ON;;;;4;N;;;;; +17F5;KHMER SYMBOL LEK ATTAK PRAM;No;0;ON;;;;5;N;;;;; +17F6;KHMER SYMBOL LEK ATTAK PRAM-MUOY;No;0;ON;;;;6;N;;;;; +17F7;KHMER SYMBOL LEK ATTAK PRAM-PII;No;0;ON;;;;7;N;;;;; +17F8;KHMER SYMBOL LEK ATTAK PRAM-BEI;No;0;ON;;;;8;N;;;;; +17F9;KHMER SYMBOL LEK ATTAK PRAM-BUON;No;0;ON;;;;9;N;;;;; +1800;MONGOLIAN BIRGA;Po;0;ON;;;;;N;;;;; +1801;MONGOLIAN ELLIPSIS;Po;0;ON;;;;;N;;;;; +1802;MONGOLIAN COMMA;Po;0;ON;;;;;N;;;;; +1803;MONGOLIAN FULL STOP;Po;0;ON;;;;;N;;;;; +1804;MONGOLIAN COLON;Po;0;ON;;;;;N;;;;; +1805;MONGOLIAN FOUR DOTS;Po;0;ON;;;;;N;;;;; +1806;MONGOLIAN TODO SOFT HYPHEN;Pd;0;ON;;;;;N;;;;; +1807;MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER;Po;0;ON;;;;;N;;;;; +1808;MONGOLIAN MANCHU COMMA;Po;0;ON;;;;;N;;;;; +1809;MONGOLIAN MANCHU FULL STOP;Po;0;ON;;;;;N;;;;; +180A;MONGOLIAN NIRUGU;Po;0;ON;;;;;N;;;;; +180B;MONGOLIAN FREE VARIATION SELECTOR ONE;Mn;0;NSM;;;;;N;;;;; +180C;MONGOLIAN FREE VARIATION SELECTOR TWO;Mn;0;NSM;;;;;N;;;;; +180D;MONGOLIAN FREE VARIATION SELECTOR THREE;Mn;0;NSM;;;;;N;;;;; +180E;MONGOLIAN VOWEL SEPARATOR;Zs;0;WS;;;;;N;;;;; +1810;MONGOLIAN DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1811;MONGOLIAN DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1812;MONGOLIAN DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1813;MONGOLIAN DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1814;MONGOLIAN DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1815;MONGOLIAN DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1816;MONGOLIAN DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1817;MONGOLIAN DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1818;MONGOLIAN DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1819;MONGOLIAN DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1820;MONGOLIAN LETTER A;Lo;0;L;;;;;N;;;;; +1821;MONGOLIAN LETTER E;Lo;0;L;;;;;N;;;;; +1822;MONGOLIAN LETTER I;Lo;0;L;;;;;N;;;;; +1823;MONGOLIAN LETTER O;Lo;0;L;;;;;N;;;;; +1824;MONGOLIAN LETTER U;Lo;0;L;;;;;N;;;;; +1825;MONGOLIAN LETTER OE;Lo;0;L;;;;;N;;;;; +1826;MONGOLIAN LETTER UE;Lo;0;L;;;;;N;;;;; +1827;MONGOLIAN LETTER EE;Lo;0;L;;;;;N;;;;; +1828;MONGOLIAN LETTER NA;Lo;0;L;;;;;N;;;;; +1829;MONGOLIAN LETTER ANG;Lo;0;L;;;;;N;;;;; +182A;MONGOLIAN LETTER BA;Lo;0;L;;;;;N;;;;; +182B;MONGOLIAN LETTER PA;Lo;0;L;;;;;N;;;;; +182C;MONGOLIAN LETTER QA;Lo;0;L;;;;;N;;;;; +182D;MONGOLIAN LETTER GA;Lo;0;L;;;;;N;;;;; +182E;MONGOLIAN LETTER MA;Lo;0;L;;;;;N;;;;; +182F;MONGOLIAN LETTER LA;Lo;0;L;;;;;N;;;;; +1830;MONGOLIAN LETTER SA;Lo;0;L;;;;;N;;;;; +1831;MONGOLIAN LETTER SHA;Lo;0;L;;;;;N;;;;; +1832;MONGOLIAN LETTER TA;Lo;0;L;;;;;N;;;;; +1833;MONGOLIAN LETTER DA;Lo;0;L;;;;;N;;;;; +1834;MONGOLIAN LETTER CHA;Lo;0;L;;;;;N;;;;; +1835;MONGOLIAN LETTER JA;Lo;0;L;;;;;N;;;;; +1836;MONGOLIAN LETTER YA;Lo;0;L;;;;;N;;;;; +1837;MONGOLIAN LETTER RA;Lo;0;L;;;;;N;;;;; +1838;MONGOLIAN LETTER WA;Lo;0;L;;;;;N;;;;; +1839;MONGOLIAN LETTER FA;Lo;0;L;;;;;N;;;;; +183A;MONGOLIAN LETTER KA;Lo;0;L;;;;;N;;;;; +183B;MONGOLIAN LETTER KHA;Lo;0;L;;;;;N;;;;; +183C;MONGOLIAN LETTER TSA;Lo;0;L;;;;;N;;;;; +183D;MONGOLIAN LETTER ZA;Lo;0;L;;;;;N;;;;; +183E;MONGOLIAN LETTER HAA;Lo;0;L;;;;;N;;;;; +183F;MONGOLIAN LETTER ZRA;Lo;0;L;;;;;N;;;;; +1840;MONGOLIAN LETTER LHA;Lo;0;L;;;;;N;;;;; +1841;MONGOLIAN LETTER ZHI;Lo;0;L;;;;;N;;;;; +1842;MONGOLIAN LETTER CHI;Lo;0;L;;;;;N;;;;; +1843;MONGOLIAN LETTER TODO LONG VOWEL SIGN;Lm;0;L;;;;;N;;;;; +1844;MONGOLIAN LETTER TODO E;Lo;0;L;;;;;N;;;;; +1845;MONGOLIAN LETTER TODO I;Lo;0;L;;;;;N;;;;; +1846;MONGOLIAN LETTER TODO O;Lo;0;L;;;;;N;;;;; +1847;MONGOLIAN LETTER TODO U;Lo;0;L;;;;;N;;;;; +1848;MONGOLIAN LETTER TODO OE;Lo;0;L;;;;;N;;;;; +1849;MONGOLIAN LETTER TODO UE;Lo;0;L;;;;;N;;;;; +184A;MONGOLIAN LETTER TODO ANG;Lo;0;L;;;;;N;;;;; +184B;MONGOLIAN LETTER TODO BA;Lo;0;L;;;;;N;;;;; +184C;MONGOLIAN LETTER TODO PA;Lo;0;L;;;;;N;;;;; +184D;MONGOLIAN LETTER TODO QA;Lo;0;L;;;;;N;;;;; +184E;MONGOLIAN LETTER TODO GA;Lo;0;L;;;;;N;;;;; +184F;MONGOLIAN LETTER TODO MA;Lo;0;L;;;;;N;;;;; +1850;MONGOLIAN LETTER TODO TA;Lo;0;L;;;;;N;;;;; +1851;MONGOLIAN LETTER TODO DA;Lo;0;L;;;;;N;;;;; +1852;MONGOLIAN LETTER TODO CHA;Lo;0;L;;;;;N;;;;; +1853;MONGOLIAN LETTER TODO JA;Lo;0;L;;;;;N;;;;; +1854;MONGOLIAN LETTER TODO TSA;Lo;0;L;;;;;N;;;;; +1855;MONGOLIAN LETTER TODO YA;Lo;0;L;;;;;N;;;;; +1856;MONGOLIAN LETTER TODO WA;Lo;0;L;;;;;N;;;;; +1857;MONGOLIAN LETTER TODO KA;Lo;0;L;;;;;N;;;;; +1858;MONGOLIAN LETTER TODO GAA;Lo;0;L;;;;;N;;;;; +1859;MONGOLIAN LETTER TODO HAA;Lo;0;L;;;;;N;;;;; +185A;MONGOLIAN LETTER TODO JIA;Lo;0;L;;;;;N;;;;; +185B;MONGOLIAN LETTER TODO NIA;Lo;0;L;;;;;N;;;;; +185C;MONGOLIAN LETTER TODO DZA;Lo;0;L;;;;;N;;;;; +185D;MONGOLIAN LETTER SIBE E;Lo;0;L;;;;;N;;;;; +185E;MONGOLIAN LETTER SIBE I;Lo;0;L;;;;;N;;;;; +185F;MONGOLIAN LETTER SIBE IY;Lo;0;L;;;;;N;;;;; +1860;MONGOLIAN LETTER SIBE UE;Lo;0;L;;;;;N;;;;; +1861;MONGOLIAN LETTER SIBE U;Lo;0;L;;;;;N;;;;; +1862;MONGOLIAN LETTER SIBE ANG;Lo;0;L;;;;;N;;;;; +1863;MONGOLIAN LETTER SIBE KA;Lo;0;L;;;;;N;;;;; +1864;MONGOLIAN LETTER SIBE GA;Lo;0;L;;;;;N;;;;; +1865;MONGOLIAN LETTER SIBE HA;Lo;0;L;;;;;N;;;;; +1866;MONGOLIAN LETTER SIBE PA;Lo;0;L;;;;;N;;;;; +1867;MONGOLIAN LETTER SIBE SHA;Lo;0;L;;;;;N;;;;; +1868;MONGOLIAN LETTER SIBE TA;Lo;0;L;;;;;N;;;;; +1869;MONGOLIAN LETTER SIBE DA;Lo;0;L;;;;;N;;;;; +186A;MONGOLIAN LETTER SIBE JA;Lo;0;L;;;;;N;;;;; +186B;MONGOLIAN LETTER SIBE FA;Lo;0;L;;;;;N;;;;; +186C;MONGOLIAN LETTER SIBE GAA;Lo;0;L;;;;;N;;;;; +186D;MONGOLIAN LETTER SIBE HAA;Lo;0;L;;;;;N;;;;; +186E;MONGOLIAN LETTER SIBE TSA;Lo;0;L;;;;;N;;;;; +186F;MONGOLIAN LETTER SIBE ZA;Lo;0;L;;;;;N;;;;; +1870;MONGOLIAN LETTER SIBE RAA;Lo;0;L;;;;;N;;;;; +1871;MONGOLIAN LETTER SIBE CHA;Lo;0;L;;;;;N;;;;; +1872;MONGOLIAN LETTER SIBE ZHA;Lo;0;L;;;;;N;;;;; +1873;MONGOLIAN LETTER MANCHU I;Lo;0;L;;;;;N;;;;; +1874;MONGOLIAN LETTER MANCHU KA;Lo;0;L;;;;;N;;;;; +1875;MONGOLIAN LETTER MANCHU RA;Lo;0;L;;;;;N;;;;; +1876;MONGOLIAN LETTER MANCHU FA;Lo;0;L;;;;;N;;;;; +1877;MONGOLIAN LETTER MANCHU ZHA;Lo;0;L;;;;;N;;;;; +1880;MONGOLIAN LETTER ALI GALI ANUSVARA ONE;Lo;0;L;;;;;N;;;;; +1881;MONGOLIAN LETTER ALI GALI VISARGA ONE;Lo;0;L;;;;;N;;;;; +1882;MONGOLIAN LETTER ALI GALI DAMARU;Lo;0;L;;;;;N;;;;; +1883;MONGOLIAN LETTER ALI GALI UBADAMA;Lo;0;L;;;;;N;;;;; +1884;MONGOLIAN LETTER ALI GALI INVERTED UBADAMA;Lo;0;L;;;;;N;;;;; +1885;MONGOLIAN LETTER ALI GALI BALUDA;Lo;0;L;;;;;N;;;;; +1886;MONGOLIAN LETTER ALI GALI THREE BALUDA;Lo;0;L;;;;;N;;;;; +1887;MONGOLIAN LETTER ALI GALI A;Lo;0;L;;;;;N;;;;; +1888;MONGOLIAN LETTER ALI GALI I;Lo;0;L;;;;;N;;;;; +1889;MONGOLIAN LETTER ALI GALI KA;Lo;0;L;;;;;N;;;;; +188A;MONGOLIAN LETTER ALI GALI NGA;Lo;0;L;;;;;N;;;;; +188B;MONGOLIAN LETTER ALI GALI CA;Lo;0;L;;;;;N;;;;; +188C;MONGOLIAN LETTER ALI GALI TTA;Lo;0;L;;;;;N;;;;; +188D;MONGOLIAN LETTER ALI GALI TTHA;Lo;0;L;;;;;N;;;;; +188E;MONGOLIAN LETTER ALI GALI DDA;Lo;0;L;;;;;N;;;;; +188F;MONGOLIAN LETTER ALI GALI NNA;Lo;0;L;;;;;N;;;;; +1890;MONGOLIAN LETTER ALI GALI TA;Lo;0;L;;;;;N;;;;; +1891;MONGOLIAN LETTER ALI GALI DA;Lo;0;L;;;;;N;;;;; +1892;MONGOLIAN LETTER ALI GALI PA;Lo;0;L;;;;;N;;;;; +1893;MONGOLIAN LETTER ALI GALI PHA;Lo;0;L;;;;;N;;;;; +1894;MONGOLIAN LETTER ALI GALI SSA;Lo;0;L;;;;;N;;;;; +1895;MONGOLIAN LETTER ALI GALI ZHA;Lo;0;L;;;;;N;;;;; +1896;MONGOLIAN LETTER ALI GALI ZA;Lo;0;L;;;;;N;;;;; +1897;MONGOLIAN LETTER ALI GALI AH;Lo;0;L;;;;;N;;;;; +1898;MONGOLIAN LETTER TODO ALI GALI TA;Lo;0;L;;;;;N;;;;; +1899;MONGOLIAN LETTER TODO ALI GALI ZHA;Lo;0;L;;;;;N;;;;; +189A;MONGOLIAN LETTER MANCHU ALI GALI GHA;Lo;0;L;;;;;N;;;;; +189B;MONGOLIAN LETTER MANCHU ALI GALI NGA;Lo;0;L;;;;;N;;;;; +189C;MONGOLIAN LETTER MANCHU ALI GALI CA;Lo;0;L;;;;;N;;;;; +189D;MONGOLIAN LETTER MANCHU ALI GALI JHA;Lo;0;L;;;;;N;;;;; +189E;MONGOLIAN LETTER MANCHU ALI GALI TTA;Lo;0;L;;;;;N;;;;; +189F;MONGOLIAN LETTER MANCHU ALI GALI DDHA;Lo;0;L;;;;;N;;;;; +18A0;MONGOLIAN LETTER MANCHU ALI GALI TA;Lo;0;L;;;;;N;;;;; +18A1;MONGOLIAN LETTER MANCHU ALI GALI DHA;Lo;0;L;;;;;N;;;;; +18A2;MONGOLIAN LETTER MANCHU ALI GALI SSA;Lo;0;L;;;;;N;;;;; +18A3;MONGOLIAN LETTER MANCHU ALI GALI CYA;Lo;0;L;;;;;N;;;;; +18A4;MONGOLIAN LETTER MANCHU ALI GALI ZHA;Lo;0;L;;;;;N;;;;; +18A5;MONGOLIAN LETTER MANCHU ALI GALI ZA;Lo;0;L;;;;;N;;;;; +18A6;MONGOLIAN LETTER ALI GALI HALF U;Lo;0;L;;;;;N;;;;; +18A7;MONGOLIAN LETTER ALI GALI HALF YA;Lo;0;L;;;;;N;;;;; +18A8;MONGOLIAN LETTER MANCHU ALI GALI BHA;Lo;0;L;;;;;N;;;;; +18A9;MONGOLIAN LETTER ALI GALI DAGALGA;Mn;228;NSM;;;;;N;;;;; +18AA;MONGOLIAN LETTER MANCHU ALI GALI LHA;Lo;0;L;;;;;N;;;;; +18B0;CANADIAN SYLLABICS OY;Lo;0;L;;;;;N;;;;; +18B1;CANADIAN SYLLABICS AY;Lo;0;L;;;;;N;;;;; +18B2;CANADIAN SYLLABICS AAY;Lo;0;L;;;;;N;;;;; +18B3;CANADIAN SYLLABICS WAY;Lo;0;L;;;;;N;;;;; +18B4;CANADIAN SYLLABICS POY;Lo;0;L;;;;;N;;;;; +18B5;CANADIAN SYLLABICS PAY;Lo;0;L;;;;;N;;;;; +18B6;CANADIAN SYLLABICS PWOY;Lo;0;L;;;;;N;;;;; +18B7;CANADIAN SYLLABICS TAY;Lo;0;L;;;;;N;;;;; +18B8;CANADIAN SYLLABICS KAY;Lo;0;L;;;;;N;;;;; +18B9;CANADIAN SYLLABICS KWAY;Lo;0;L;;;;;N;;;;; +18BA;CANADIAN SYLLABICS MAY;Lo;0;L;;;;;N;;;;; +18BB;CANADIAN SYLLABICS NOY;Lo;0;L;;;;;N;;;;; +18BC;CANADIAN SYLLABICS NAY;Lo;0;L;;;;;N;;;;; +18BD;CANADIAN SYLLABICS LAY;Lo;0;L;;;;;N;;;;; +18BE;CANADIAN SYLLABICS SOY;Lo;0;L;;;;;N;;;;; +18BF;CANADIAN SYLLABICS SAY;Lo;0;L;;;;;N;;;;; +18C0;CANADIAN SYLLABICS SHOY;Lo;0;L;;;;;N;;;;; +18C1;CANADIAN SYLLABICS SHAY;Lo;0;L;;;;;N;;;;; +18C2;CANADIAN SYLLABICS SHWOY;Lo;0;L;;;;;N;;;;; +18C3;CANADIAN SYLLABICS YOY;Lo;0;L;;;;;N;;;;; +18C4;CANADIAN SYLLABICS YAY;Lo;0;L;;;;;N;;;;; +18C5;CANADIAN SYLLABICS RAY;Lo;0;L;;;;;N;;;;; +18C6;CANADIAN SYLLABICS NWI;Lo;0;L;;;;;N;;;;; +18C7;CANADIAN SYLLABICS OJIBWAY NWI;Lo;0;L;;;;;N;;;;; +18C8;CANADIAN SYLLABICS NWII;Lo;0;L;;;;;N;;;;; +18C9;CANADIAN SYLLABICS OJIBWAY NWII;Lo;0;L;;;;;N;;;;; +18CA;CANADIAN SYLLABICS NWO;Lo;0;L;;;;;N;;;;; +18CB;CANADIAN SYLLABICS OJIBWAY NWO;Lo;0;L;;;;;N;;;;; +18CC;CANADIAN SYLLABICS NWOO;Lo;0;L;;;;;N;;;;; +18CD;CANADIAN SYLLABICS OJIBWAY NWOO;Lo;0;L;;;;;N;;;;; +18CE;CANADIAN SYLLABICS RWEE;Lo;0;L;;;;;N;;;;; +18CF;CANADIAN SYLLABICS RWI;Lo;0;L;;;;;N;;;;; +18D0;CANADIAN SYLLABICS RWII;Lo;0;L;;;;;N;;;;; +18D1;CANADIAN SYLLABICS RWO;Lo;0;L;;;;;N;;;;; +18D2;CANADIAN SYLLABICS RWOO;Lo;0;L;;;;;N;;;;; +18D3;CANADIAN SYLLABICS RWA;Lo;0;L;;;;;N;;;;; +18D4;CANADIAN SYLLABICS OJIBWAY P;Lo;0;L;;;;;N;;;;; +18D5;CANADIAN SYLLABICS OJIBWAY T;Lo;0;L;;;;;N;;;;; +18D6;CANADIAN SYLLABICS OJIBWAY K;Lo;0;L;;;;;N;;;;; +18D7;CANADIAN SYLLABICS OJIBWAY C;Lo;0;L;;;;;N;;;;; +18D8;CANADIAN SYLLABICS OJIBWAY M;Lo;0;L;;;;;N;;;;; +18D9;CANADIAN SYLLABICS OJIBWAY N;Lo;0;L;;;;;N;;;;; +18DA;CANADIAN SYLLABICS OJIBWAY S;Lo;0;L;;;;;N;;;;; +18DB;CANADIAN SYLLABICS OJIBWAY SH;Lo;0;L;;;;;N;;;;; +18DC;CANADIAN SYLLABICS EASTERN W;Lo;0;L;;;;;N;;;;; +18DD;CANADIAN SYLLABICS WESTERN W;Lo;0;L;;;;;N;;;;; +18DE;CANADIAN SYLLABICS FINAL SMALL RING;Lo;0;L;;;;;N;;;;; +18DF;CANADIAN SYLLABICS FINAL RAISED DOT;Lo;0;L;;;;;N;;;;; +18E0;CANADIAN SYLLABICS R-CREE RWE;Lo;0;L;;;;;N;;;;; +18E1;CANADIAN SYLLABICS WEST-CREE LOO;Lo;0;L;;;;;N;;;;; +18E2;CANADIAN SYLLABICS WEST-CREE LAA;Lo;0;L;;;;;N;;;;; +18E3;CANADIAN SYLLABICS THWE;Lo;0;L;;;;;N;;;;; +18E4;CANADIAN SYLLABICS THWA;Lo;0;L;;;;;N;;;;; +18E5;CANADIAN SYLLABICS TTHWE;Lo;0;L;;;;;N;;;;; +18E6;CANADIAN SYLLABICS TTHOO;Lo;0;L;;;;;N;;;;; +18E7;CANADIAN SYLLABICS TTHAA;Lo;0;L;;;;;N;;;;; +18E8;CANADIAN SYLLABICS TLHWE;Lo;0;L;;;;;N;;;;; +18E9;CANADIAN SYLLABICS TLHOO;Lo;0;L;;;;;N;;;;; +18EA;CANADIAN SYLLABICS SAYISI SHWE;Lo;0;L;;;;;N;;;;; +18EB;CANADIAN SYLLABICS SAYISI SHOO;Lo;0;L;;;;;N;;;;; +18EC;CANADIAN SYLLABICS SAYISI HOO;Lo;0;L;;;;;N;;;;; +18ED;CANADIAN SYLLABICS CARRIER GWU;Lo;0;L;;;;;N;;;;; +18EE;CANADIAN SYLLABICS CARRIER DENE GEE;Lo;0;L;;;;;N;;;;; +18EF;CANADIAN SYLLABICS CARRIER GAA;Lo;0;L;;;;;N;;;;; +18F0;CANADIAN SYLLABICS CARRIER GWA;Lo;0;L;;;;;N;;;;; +18F1;CANADIAN SYLLABICS SAYISI JUU;Lo;0;L;;;;;N;;;;; +18F2;CANADIAN SYLLABICS CARRIER JWA;Lo;0;L;;;;;N;;;;; +18F3;CANADIAN SYLLABICS BEAVER DENE L;Lo;0;L;;;;;N;;;;; +18F4;CANADIAN SYLLABICS BEAVER DENE R;Lo;0;L;;;;;N;;;;; +18F5;CANADIAN SYLLABICS CARRIER DENTAL S;Lo;0;L;;;;;N;;;;; +1900;LIMBU VOWEL-CARRIER LETTER;Lo;0;L;;;;;N;;;;; +1901;LIMBU LETTER KA;Lo;0;L;;;;;N;;;;; +1902;LIMBU LETTER KHA;Lo;0;L;;;;;N;;;;; +1903;LIMBU LETTER GA;Lo;0;L;;;;;N;;;;; +1904;LIMBU LETTER GHA;Lo;0;L;;;;;N;;;;; +1905;LIMBU LETTER NGA;Lo;0;L;;;;;N;;;;; +1906;LIMBU LETTER CA;Lo;0;L;;;;;N;;;;; +1907;LIMBU LETTER CHA;Lo;0;L;;;;;N;;;;; +1908;LIMBU LETTER JA;Lo;0;L;;;;;N;;;;; +1909;LIMBU LETTER JHA;Lo;0;L;;;;;N;;;;; +190A;LIMBU LETTER YAN;Lo;0;L;;;;;N;;;;; +190B;LIMBU LETTER TA;Lo;0;L;;;;;N;;;;; +190C;LIMBU LETTER THA;Lo;0;L;;;;;N;;;;; +190D;LIMBU LETTER DA;Lo;0;L;;;;;N;;;;; +190E;LIMBU LETTER DHA;Lo;0;L;;;;;N;;;;; +190F;LIMBU LETTER NA;Lo;0;L;;;;;N;;;;; +1910;LIMBU LETTER PA;Lo;0;L;;;;;N;;;;; +1911;LIMBU LETTER PHA;Lo;0;L;;;;;N;;;;; +1912;LIMBU LETTER BA;Lo;0;L;;;;;N;;;;; +1913;LIMBU LETTER BHA;Lo;0;L;;;;;N;;;;; +1914;LIMBU LETTER MA;Lo;0;L;;;;;N;;;;; +1915;LIMBU LETTER YA;Lo;0;L;;;;;N;;;;; +1916;LIMBU LETTER RA;Lo;0;L;;;;;N;;;;; +1917;LIMBU LETTER LA;Lo;0;L;;;;;N;;;;; +1918;LIMBU LETTER WA;Lo;0;L;;;;;N;;;;; +1919;LIMBU LETTER SHA;Lo;0;L;;;;;N;;;;; +191A;LIMBU LETTER SSA;Lo;0;L;;;;;N;;;;; +191B;LIMBU LETTER SA;Lo;0;L;;;;;N;;;;; +191C;LIMBU LETTER HA;Lo;0;L;;;;;N;;;;; +1920;LIMBU VOWEL SIGN A;Mn;0;NSM;;;;;N;;;;; +1921;LIMBU VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +1922;LIMBU VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1923;LIMBU VOWEL SIGN EE;Mc;0;L;;;;;N;;;;; +1924;LIMBU VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +1925;LIMBU VOWEL SIGN OO;Mc;0;L;;;;;N;;;;; +1926;LIMBU VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; +1927;LIMBU VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +1928;LIMBU VOWEL SIGN O;Mn;0;NSM;;;;;N;;;;; +1929;LIMBU SUBJOINED LETTER YA;Mc;0;L;;;;;N;;;;; +192A;LIMBU SUBJOINED LETTER RA;Mc;0;L;;;;;N;;;;; +192B;LIMBU SUBJOINED LETTER WA;Mc;0;L;;;;;N;;;;; +1930;LIMBU SMALL LETTER KA;Mc;0;L;;;;;N;;;;; +1931;LIMBU SMALL LETTER NGA;Mc;0;L;;;;;N;;;;; +1932;LIMBU SMALL LETTER ANUSVARA;Mn;0;NSM;;;;;N;;;;; +1933;LIMBU SMALL LETTER TA;Mc;0;L;;;;;N;;;;; +1934;LIMBU SMALL LETTER NA;Mc;0;L;;;;;N;;;;; +1935;LIMBU SMALL LETTER PA;Mc;0;L;;;;;N;;;;; +1936;LIMBU SMALL LETTER MA;Mc;0;L;;;;;N;;;;; +1937;LIMBU SMALL LETTER RA;Mc;0;L;;;;;N;;;;; +1938;LIMBU SMALL LETTER LA;Mc;0;L;;;;;N;;;;; +1939;LIMBU SIGN MUKPHRENG;Mn;222;NSM;;;;;N;;;;; +193A;LIMBU SIGN KEMPHRENG;Mn;230;NSM;;;;;N;;;;; +193B;LIMBU SIGN SA-I;Mn;220;NSM;;;;;N;;;;; +1940;LIMBU SIGN LOO;So;0;ON;;;;;N;;;;; +1944;LIMBU EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; +1945;LIMBU QUESTION MARK;Po;0;ON;;;;;N;;;;; +1946;LIMBU DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1947;LIMBU DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1948;LIMBU DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1949;LIMBU DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +194A;LIMBU DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +194B;LIMBU DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +194C;LIMBU DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +194D;LIMBU DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +194E;LIMBU DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +194F;LIMBU DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1950;TAI LE LETTER KA;Lo;0;L;;;;;N;;;;; +1951;TAI LE LETTER XA;Lo;0;L;;;;;N;;;;; +1952;TAI LE LETTER NGA;Lo;0;L;;;;;N;;;;; +1953;TAI LE LETTER TSA;Lo;0;L;;;;;N;;;;; +1954;TAI LE LETTER SA;Lo;0;L;;;;;N;;;;; +1955;TAI LE LETTER YA;Lo;0;L;;;;;N;;;;; +1956;TAI LE LETTER TA;Lo;0;L;;;;;N;;;;; +1957;TAI LE LETTER THA;Lo;0;L;;;;;N;;;;; +1958;TAI LE LETTER LA;Lo;0;L;;;;;N;;;;; +1959;TAI LE LETTER PA;Lo;0;L;;;;;N;;;;; +195A;TAI LE LETTER PHA;Lo;0;L;;;;;N;;;;; +195B;TAI LE LETTER MA;Lo;0;L;;;;;N;;;;; +195C;TAI LE LETTER FA;Lo;0;L;;;;;N;;;;; +195D;TAI LE LETTER VA;Lo;0;L;;;;;N;;;;; +195E;TAI LE LETTER HA;Lo;0;L;;;;;N;;;;; +195F;TAI LE LETTER QA;Lo;0;L;;;;;N;;;;; +1960;TAI LE LETTER KHA;Lo;0;L;;;;;N;;;;; +1961;TAI LE LETTER TSHA;Lo;0;L;;;;;N;;;;; +1962;TAI LE LETTER NA;Lo;0;L;;;;;N;;;;; +1963;TAI LE LETTER A;Lo;0;L;;;;;N;;;;; +1964;TAI LE LETTER I;Lo;0;L;;;;;N;;;;; +1965;TAI LE LETTER EE;Lo;0;L;;;;;N;;;;; +1966;TAI LE LETTER EH;Lo;0;L;;;;;N;;;;; +1967;TAI LE LETTER U;Lo;0;L;;;;;N;;;;; +1968;TAI LE LETTER OO;Lo;0;L;;;;;N;;;;; +1969;TAI LE LETTER O;Lo;0;L;;;;;N;;;;; +196A;TAI LE LETTER UE;Lo;0;L;;;;;N;;;;; +196B;TAI LE LETTER E;Lo;0;L;;;;;N;;;;; +196C;TAI LE LETTER AUE;Lo;0;L;;;;;N;;;;; +196D;TAI LE LETTER AI;Lo;0;L;;;;;N;;;;; +1970;TAI LE LETTER TONE-2;Lo;0;L;;;;;N;;;;; +1971;TAI LE LETTER TONE-3;Lo;0;L;;;;;N;;;;; +1972;TAI LE LETTER TONE-4;Lo;0;L;;;;;N;;;;; +1973;TAI LE LETTER TONE-5;Lo;0;L;;;;;N;;;;; +1974;TAI LE LETTER TONE-6;Lo;0;L;;;;;N;;;;; +1980;NEW TAI LUE LETTER HIGH QA;Lo;0;L;;;;;N;;;;; +1981;NEW TAI LUE LETTER LOW QA;Lo;0;L;;;;;N;;;;; +1982;NEW TAI LUE LETTER HIGH KA;Lo;0;L;;;;;N;;;;; +1983;NEW TAI LUE LETTER HIGH XA;Lo;0;L;;;;;N;;;;; +1984;NEW TAI LUE LETTER HIGH NGA;Lo;0;L;;;;;N;;;;; +1985;NEW TAI LUE LETTER LOW KA;Lo;0;L;;;;;N;;;;; +1986;NEW TAI LUE LETTER LOW XA;Lo;0;L;;;;;N;;;;; +1987;NEW TAI LUE LETTER LOW NGA;Lo;0;L;;;;;N;;;;; +1988;NEW TAI LUE LETTER HIGH TSA;Lo;0;L;;;;;N;;;;; +1989;NEW TAI LUE LETTER HIGH SA;Lo;0;L;;;;;N;;;;; +198A;NEW TAI LUE LETTER HIGH YA;Lo;0;L;;;;;N;;;;; +198B;NEW TAI LUE LETTER LOW TSA;Lo;0;L;;;;;N;;;;; +198C;NEW TAI LUE LETTER LOW SA;Lo;0;L;;;;;N;;;;; +198D;NEW TAI LUE LETTER LOW YA;Lo;0;L;;;;;N;;;;; +198E;NEW TAI LUE LETTER HIGH TA;Lo;0;L;;;;;N;;;;; +198F;NEW TAI LUE LETTER HIGH THA;Lo;0;L;;;;;N;;;;; +1990;NEW TAI LUE LETTER HIGH NA;Lo;0;L;;;;;N;;;;; +1991;NEW TAI LUE LETTER LOW TA;Lo;0;L;;;;;N;;;;; +1992;NEW TAI LUE LETTER LOW THA;Lo;0;L;;;;;N;;;;; +1993;NEW TAI LUE LETTER LOW NA;Lo;0;L;;;;;N;;;;; +1994;NEW TAI LUE LETTER HIGH PA;Lo;0;L;;;;;N;;;;; +1995;NEW TAI LUE LETTER HIGH PHA;Lo;0;L;;;;;N;;;;; +1996;NEW TAI LUE LETTER HIGH MA;Lo;0;L;;;;;N;;;;; +1997;NEW TAI LUE LETTER LOW PA;Lo;0;L;;;;;N;;;;; +1998;NEW TAI LUE LETTER LOW PHA;Lo;0;L;;;;;N;;;;; +1999;NEW TAI LUE LETTER LOW MA;Lo;0;L;;;;;N;;;;; +199A;NEW TAI LUE LETTER HIGH FA;Lo;0;L;;;;;N;;;;; +199B;NEW TAI LUE LETTER HIGH VA;Lo;0;L;;;;;N;;;;; +199C;NEW TAI LUE LETTER HIGH LA;Lo;0;L;;;;;N;;;;; +199D;NEW TAI LUE LETTER LOW FA;Lo;0;L;;;;;N;;;;; +199E;NEW TAI LUE LETTER LOW VA;Lo;0;L;;;;;N;;;;; +199F;NEW TAI LUE LETTER LOW LA;Lo;0;L;;;;;N;;;;; +19A0;NEW TAI LUE LETTER HIGH HA;Lo;0;L;;;;;N;;;;; +19A1;NEW TAI LUE LETTER HIGH DA;Lo;0;L;;;;;N;;;;; +19A2;NEW TAI LUE LETTER HIGH BA;Lo;0;L;;;;;N;;;;; +19A3;NEW TAI LUE LETTER LOW HA;Lo;0;L;;;;;N;;;;; +19A4;NEW TAI LUE LETTER LOW DA;Lo;0;L;;;;;N;;;;; +19A5;NEW TAI LUE LETTER LOW BA;Lo;0;L;;;;;N;;;;; +19A6;NEW TAI LUE LETTER HIGH KVA;Lo;0;L;;;;;N;;;;; +19A7;NEW TAI LUE LETTER HIGH XVA;Lo;0;L;;;;;N;;;;; +19A8;NEW TAI LUE LETTER LOW KVA;Lo;0;L;;;;;N;;;;; +19A9;NEW TAI LUE LETTER LOW XVA;Lo;0;L;;;;;N;;;;; +19AA;NEW TAI LUE LETTER HIGH SUA;Lo;0;L;;;;;N;;;;; +19AB;NEW TAI LUE LETTER LOW SUA;Lo;0;L;;;;;N;;;;; +19B0;NEW TAI LUE VOWEL SIGN VOWEL SHORTENER;Mc;0;L;;;;;N;;;;; +19B1;NEW TAI LUE VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +19B2;NEW TAI LUE VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +19B3;NEW TAI LUE VOWEL SIGN U;Mc;0;L;;;;;N;;;;; +19B4;NEW TAI LUE VOWEL SIGN UU;Mc;0;L;;;;;N;;;;; +19B5;NEW TAI LUE VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +19B6;NEW TAI LUE VOWEL SIGN AE;Mc;0;L;;;;;N;;;;; +19B7;NEW TAI LUE VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +19B8;NEW TAI LUE VOWEL SIGN OA;Mc;0;L;;;;;N;;;;; +19B9;NEW TAI LUE VOWEL SIGN UE;Mc;0;L;;;;;N;;;;; +19BA;NEW TAI LUE VOWEL SIGN AY;Mc;0;L;;;;;N;;;;; +19BB;NEW TAI LUE VOWEL SIGN AAY;Mc;0;L;;;;;N;;;;; +19BC;NEW TAI LUE VOWEL SIGN UY;Mc;0;L;;;;;N;;;;; +19BD;NEW TAI LUE VOWEL SIGN OY;Mc;0;L;;;;;N;;;;; +19BE;NEW TAI LUE VOWEL SIGN OAY;Mc;0;L;;;;;N;;;;; +19BF;NEW TAI LUE VOWEL SIGN UEY;Mc;0;L;;;;;N;;;;; +19C0;NEW TAI LUE VOWEL SIGN IY;Mc;0;L;;;;;N;;;;; +19C1;NEW TAI LUE LETTER FINAL V;Lo;0;L;;;;;N;;;;; +19C2;NEW TAI LUE LETTER FINAL NG;Lo;0;L;;;;;N;;;;; +19C3;NEW TAI LUE LETTER FINAL N;Lo;0;L;;;;;N;;;;; +19C4;NEW TAI LUE LETTER FINAL M;Lo;0;L;;;;;N;;;;; +19C5;NEW TAI LUE LETTER FINAL K;Lo;0;L;;;;;N;;;;; +19C6;NEW TAI LUE LETTER FINAL D;Lo;0;L;;;;;N;;;;; +19C7;NEW TAI LUE LETTER FINAL B;Lo;0;L;;;;;N;;;;; +19C8;NEW TAI LUE TONE MARK-1;Mc;0;L;;;;;N;;;;; +19C9;NEW TAI LUE TONE MARK-2;Mc;0;L;;;;;N;;;;; +19D0;NEW TAI LUE DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +19D1;NEW TAI LUE DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +19D2;NEW TAI LUE DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +19D3;NEW TAI LUE DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +19D4;NEW TAI LUE DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +19D5;NEW TAI LUE DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +19D6;NEW TAI LUE DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +19D7;NEW TAI LUE DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +19D8;NEW TAI LUE DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +19D9;NEW TAI LUE DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +19DA;NEW TAI LUE THAM DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +19DE;NEW TAI LUE SIGN LAE;Po;0;ON;;;;;N;;;;; +19DF;NEW TAI LUE SIGN LAEV;Po;0;ON;;;;;N;;;;; +19E0;KHMER SYMBOL PATHAMASAT;So;0;ON;;;;;N;;;;; +19E1;KHMER SYMBOL MUOY KOET;So;0;ON;;;;;N;;;;; +19E2;KHMER SYMBOL PII KOET;So;0;ON;;;;;N;;;;; +19E3;KHMER SYMBOL BEI KOET;So;0;ON;;;;;N;;;;; +19E4;KHMER SYMBOL BUON KOET;So;0;ON;;;;;N;;;;; +19E5;KHMER SYMBOL PRAM KOET;So;0;ON;;;;;N;;;;; +19E6;KHMER SYMBOL PRAM-MUOY KOET;So;0;ON;;;;;N;;;;; +19E7;KHMER SYMBOL PRAM-PII KOET;So;0;ON;;;;;N;;;;; +19E8;KHMER SYMBOL PRAM-BEI KOET;So;0;ON;;;;;N;;;;; +19E9;KHMER SYMBOL PRAM-BUON KOET;So;0;ON;;;;;N;;;;; +19EA;KHMER SYMBOL DAP KOET;So;0;ON;;;;;N;;;;; +19EB;KHMER SYMBOL DAP-MUOY KOET;So;0;ON;;;;;N;;;;; +19EC;KHMER SYMBOL DAP-PII KOET;So;0;ON;;;;;N;;;;; +19ED;KHMER SYMBOL DAP-BEI KOET;So;0;ON;;;;;N;;;;; +19EE;KHMER SYMBOL DAP-BUON KOET;So;0;ON;;;;;N;;;;; +19EF;KHMER SYMBOL DAP-PRAM KOET;So;0;ON;;;;;N;;;;; +19F0;KHMER SYMBOL TUTEYASAT;So;0;ON;;;;;N;;;;; +19F1;KHMER SYMBOL MUOY ROC;So;0;ON;;;;;N;;;;; +19F2;KHMER SYMBOL PII ROC;So;0;ON;;;;;N;;;;; +19F3;KHMER SYMBOL BEI ROC;So;0;ON;;;;;N;;;;; +19F4;KHMER SYMBOL BUON ROC;So;0;ON;;;;;N;;;;; +19F5;KHMER SYMBOL PRAM ROC;So;0;ON;;;;;N;;;;; +19F6;KHMER SYMBOL PRAM-MUOY ROC;So;0;ON;;;;;N;;;;; +19F7;KHMER SYMBOL PRAM-PII ROC;So;0;ON;;;;;N;;;;; +19F8;KHMER SYMBOL PRAM-BEI ROC;So;0;ON;;;;;N;;;;; +19F9;KHMER SYMBOL PRAM-BUON ROC;So;0;ON;;;;;N;;;;; +19FA;KHMER SYMBOL DAP ROC;So;0;ON;;;;;N;;;;; +19FB;KHMER SYMBOL DAP-MUOY ROC;So;0;ON;;;;;N;;;;; +19FC;KHMER SYMBOL DAP-PII ROC;So;0;ON;;;;;N;;;;; +19FD;KHMER SYMBOL DAP-BEI ROC;So;0;ON;;;;;N;;;;; +19FE;KHMER SYMBOL DAP-BUON ROC;So;0;ON;;;;;N;;;;; +19FF;KHMER SYMBOL DAP-PRAM ROC;So;0;ON;;;;;N;;;;; +1A00;BUGINESE LETTER KA;Lo;0;L;;;;;N;;;;; +1A01;BUGINESE LETTER GA;Lo;0;L;;;;;N;;;;; +1A02;BUGINESE LETTER NGA;Lo;0;L;;;;;N;;;;; +1A03;BUGINESE LETTER NGKA;Lo;0;L;;;;;N;;;;; +1A04;BUGINESE LETTER PA;Lo;0;L;;;;;N;;;;; +1A05;BUGINESE LETTER BA;Lo;0;L;;;;;N;;;;; +1A06;BUGINESE LETTER MA;Lo;0;L;;;;;N;;;;; +1A07;BUGINESE LETTER MPA;Lo;0;L;;;;;N;;;;; +1A08;BUGINESE LETTER TA;Lo;0;L;;;;;N;;;;; +1A09;BUGINESE LETTER DA;Lo;0;L;;;;;N;;;;; +1A0A;BUGINESE LETTER NA;Lo;0;L;;;;;N;;;;; +1A0B;BUGINESE LETTER NRA;Lo;0;L;;;;;N;;;;; +1A0C;BUGINESE LETTER CA;Lo;0;L;;;;;N;;;;; +1A0D;BUGINESE LETTER JA;Lo;0;L;;;;;N;;;;; +1A0E;BUGINESE LETTER NYA;Lo;0;L;;;;;N;;;;; +1A0F;BUGINESE LETTER NYCA;Lo;0;L;;;;;N;;;;; +1A10;BUGINESE LETTER YA;Lo;0;L;;;;;N;;;;; +1A11;BUGINESE LETTER RA;Lo;0;L;;;;;N;;;;; +1A12;BUGINESE LETTER LA;Lo;0;L;;;;;N;;;;; +1A13;BUGINESE LETTER VA;Lo;0;L;;;;;N;;;;; +1A14;BUGINESE LETTER SA;Lo;0;L;;;;;N;;;;; +1A15;BUGINESE LETTER A;Lo;0;L;;;;;N;;;;; +1A16;BUGINESE LETTER HA;Lo;0;L;;;;;N;;;;; +1A17;BUGINESE VOWEL SIGN I;Mn;230;NSM;;;;;N;;;;; +1A18;BUGINESE VOWEL SIGN U;Mn;220;NSM;;;;;N;;;;; +1A19;BUGINESE VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +1A1A;BUGINESE VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +1A1B;BUGINESE VOWEL SIGN AE;Mc;0;L;;;;;N;;;;; +1A1E;BUGINESE PALLAWA;Po;0;L;;;;;N;;;;; +1A1F;BUGINESE END OF SECTION;Po;0;L;;;;;N;;;;; +1A20;TAI THAM LETTER HIGH KA;Lo;0;L;;;;;N;;;;; +1A21;TAI THAM LETTER HIGH KHA;Lo;0;L;;;;;N;;;;; +1A22;TAI THAM LETTER HIGH KXA;Lo;0;L;;;;;N;;;;; +1A23;TAI THAM LETTER LOW KA;Lo;0;L;;;;;N;;;;; +1A24;TAI THAM LETTER LOW KXA;Lo;0;L;;;;;N;;;;; +1A25;TAI THAM LETTER LOW KHA;Lo;0;L;;;;;N;;;;; +1A26;TAI THAM LETTER NGA;Lo;0;L;;;;;N;;;;; +1A27;TAI THAM LETTER HIGH CA;Lo;0;L;;;;;N;;;;; +1A28;TAI THAM LETTER HIGH CHA;Lo;0;L;;;;;N;;;;; +1A29;TAI THAM LETTER LOW CA;Lo;0;L;;;;;N;;;;; +1A2A;TAI THAM LETTER LOW SA;Lo;0;L;;;;;N;;;;; +1A2B;TAI THAM LETTER LOW CHA;Lo;0;L;;;;;N;;;;; +1A2C;TAI THAM LETTER NYA;Lo;0;L;;;;;N;;;;; +1A2D;TAI THAM LETTER RATA;Lo;0;L;;;;;N;;;;; +1A2E;TAI THAM LETTER HIGH RATHA;Lo;0;L;;;;;N;;;;; +1A2F;TAI THAM LETTER DA;Lo;0;L;;;;;N;;;;; +1A30;TAI THAM LETTER LOW RATHA;Lo;0;L;;;;;N;;;;; +1A31;TAI THAM LETTER RANA;Lo;0;L;;;;;N;;;;; +1A32;TAI THAM LETTER HIGH TA;Lo;0;L;;;;;N;;;;; +1A33;TAI THAM LETTER HIGH THA;Lo;0;L;;;;;N;;;;; +1A34;TAI THAM LETTER LOW TA;Lo;0;L;;;;;N;;;;; +1A35;TAI THAM LETTER LOW THA;Lo;0;L;;;;;N;;;;; +1A36;TAI THAM LETTER NA;Lo;0;L;;;;;N;;;;; +1A37;TAI THAM LETTER BA;Lo;0;L;;;;;N;;;;; +1A38;TAI THAM LETTER HIGH PA;Lo;0;L;;;;;N;;;;; +1A39;TAI THAM LETTER HIGH PHA;Lo;0;L;;;;;N;;;;; +1A3A;TAI THAM LETTER HIGH FA;Lo;0;L;;;;;N;;;;; +1A3B;TAI THAM LETTER LOW PA;Lo;0;L;;;;;N;;;;; +1A3C;TAI THAM LETTER LOW FA;Lo;0;L;;;;;N;;;;; +1A3D;TAI THAM LETTER LOW PHA;Lo;0;L;;;;;N;;;;; +1A3E;TAI THAM LETTER MA;Lo;0;L;;;;;N;;;;; +1A3F;TAI THAM LETTER LOW YA;Lo;0;L;;;;;N;;;;; +1A40;TAI THAM LETTER HIGH YA;Lo;0;L;;;;;N;;;;; +1A41;TAI THAM LETTER RA;Lo;0;L;;;;;N;;;;; +1A42;TAI THAM LETTER RUE;Lo;0;L;;;;;N;;;;; +1A43;TAI THAM LETTER LA;Lo;0;L;;;;;N;;;;; +1A44;TAI THAM LETTER LUE;Lo;0;L;;;;;N;;;;; +1A45;TAI THAM LETTER WA;Lo;0;L;;;;;N;;;;; +1A46;TAI THAM LETTER HIGH SHA;Lo;0;L;;;;;N;;;;; +1A47;TAI THAM LETTER HIGH SSA;Lo;0;L;;;;;N;;;;; +1A48;TAI THAM LETTER HIGH SA;Lo;0;L;;;;;N;;;;; +1A49;TAI THAM LETTER HIGH HA;Lo;0;L;;;;;N;;;;; +1A4A;TAI THAM LETTER LLA;Lo;0;L;;;;;N;;;;; +1A4B;TAI THAM LETTER A;Lo;0;L;;;;;N;;;;; +1A4C;TAI THAM LETTER LOW HA;Lo;0;L;;;;;N;;;;; +1A4D;TAI THAM LETTER I;Lo;0;L;;;;;N;;;;; +1A4E;TAI THAM LETTER II;Lo;0;L;;;;;N;;;;; +1A4F;TAI THAM LETTER U;Lo;0;L;;;;;N;;;;; +1A50;TAI THAM LETTER UU;Lo;0;L;;;;;N;;;;; +1A51;TAI THAM LETTER EE;Lo;0;L;;;;;N;;;;; +1A52;TAI THAM LETTER OO;Lo;0;L;;;;;N;;;;; +1A53;TAI THAM LETTER LAE;Lo;0;L;;;;;N;;;;; +1A54;TAI THAM LETTER GREAT SA;Lo;0;L;;;;;N;;;;; +1A55;TAI THAM CONSONANT SIGN MEDIAL RA;Mc;0;L;;;;;N;;;;; +1A56;TAI THAM CONSONANT SIGN MEDIAL LA;Mn;0;NSM;;;;;N;;;;; +1A57;TAI THAM CONSONANT SIGN LA TANG LAI;Mc;0;L;;;;;N;;;;; +1A58;TAI THAM SIGN MAI KANG LAI;Mn;0;NSM;;;;;N;;;;; +1A59;TAI THAM CONSONANT SIGN FINAL NGA;Mn;0;NSM;;;;;N;;;;; +1A5A;TAI THAM CONSONANT SIGN LOW PA;Mn;0;NSM;;;;;N;;;;; +1A5B;TAI THAM CONSONANT SIGN HIGH RATHA OR LOW PA;Mn;0;NSM;;;;;N;;;;; +1A5C;TAI THAM CONSONANT SIGN MA;Mn;0;NSM;;;;;N;;;;; +1A5D;TAI THAM CONSONANT SIGN BA;Mn;0;NSM;;;;;N;;;;; +1A5E;TAI THAM CONSONANT SIGN SA;Mn;0;NSM;;;;;N;;;;; +1A60;TAI THAM SIGN SAKOT;Mn;9;NSM;;;;;N;;;;; +1A61;TAI THAM VOWEL SIGN A;Mc;0;L;;;;;N;;;;; +1A62;TAI THAM VOWEL SIGN MAI SAT;Mn;0;NSM;;;;;N;;;;; +1A63;TAI THAM VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +1A64;TAI THAM VOWEL SIGN TALL AA;Mc;0;L;;;;;N;;;;; +1A65;TAI THAM VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +1A66;TAI THAM VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +1A67;TAI THAM VOWEL SIGN UE;Mn;0;NSM;;;;;N;;;;; +1A68;TAI THAM VOWEL SIGN UUE;Mn;0;NSM;;;;;N;;;;; +1A69;TAI THAM VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +1A6A;TAI THAM VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +1A6B;TAI THAM VOWEL SIGN O;Mn;0;NSM;;;;;N;;;;; +1A6C;TAI THAM VOWEL SIGN OA BELOW;Mn;0;NSM;;;;;N;;;;; +1A6D;TAI THAM VOWEL SIGN OY;Mc;0;L;;;;;N;;;;; +1A6E;TAI THAM VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +1A6F;TAI THAM VOWEL SIGN AE;Mc;0;L;;;;;N;;;;; +1A70;TAI THAM VOWEL SIGN OO;Mc;0;L;;;;;N;;;;; +1A71;TAI THAM VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +1A72;TAI THAM VOWEL SIGN THAM AI;Mc;0;L;;;;;N;;;;; +1A73;TAI THAM VOWEL SIGN OA ABOVE;Mn;0;NSM;;;;;N;;;;; +1A74;TAI THAM SIGN MAI KANG;Mn;0;NSM;;;;;N;;;;; +1A75;TAI THAM SIGN TONE-1;Mn;230;NSM;;;;;N;;;;; +1A76;TAI THAM SIGN TONE-2;Mn;230;NSM;;;;;N;;;;; +1A77;TAI THAM SIGN KHUEN TONE-3;Mn;230;NSM;;;;;N;;;;; +1A78;TAI THAM SIGN KHUEN TONE-4;Mn;230;NSM;;;;;N;;;;; +1A79;TAI THAM SIGN KHUEN TONE-5;Mn;230;NSM;;;;;N;;;;; +1A7A;TAI THAM SIGN RA HAAM;Mn;230;NSM;;;;;N;;;;; +1A7B;TAI THAM SIGN MAI SAM;Mn;230;NSM;;;;;N;;;;; +1A7C;TAI THAM SIGN KHUEN-LUE KARAN;Mn;230;NSM;;;;;N;;;;; +1A7F;TAI THAM COMBINING CRYPTOGRAMMIC DOT;Mn;220;NSM;;;;;N;;;;; +1A80;TAI THAM HORA DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1A81;TAI THAM HORA DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1A82;TAI THAM HORA DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1A83;TAI THAM HORA DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1A84;TAI THAM HORA DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1A85;TAI THAM HORA DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1A86;TAI THAM HORA DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1A87;TAI THAM HORA DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1A88;TAI THAM HORA DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1A89;TAI THAM HORA DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1A90;TAI THAM THAM DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1A91;TAI THAM THAM DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1A92;TAI THAM THAM DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1A93;TAI THAM THAM DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1A94;TAI THAM THAM DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1A95;TAI THAM THAM DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1A96;TAI THAM THAM DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1A97;TAI THAM THAM DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1A98;TAI THAM THAM DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1A99;TAI THAM THAM DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1AA0;TAI THAM SIGN WIANG;Po;0;L;;;;;N;;;;; +1AA1;TAI THAM SIGN WIANGWAAK;Po;0;L;;;;;N;;;;; +1AA2;TAI THAM SIGN SAWAN;Po;0;L;;;;;N;;;;; +1AA3;TAI THAM SIGN KEOW;Po;0;L;;;;;N;;;;; +1AA4;TAI THAM SIGN HOY;Po;0;L;;;;;N;;;;; +1AA5;TAI THAM SIGN DOKMAI;Po;0;L;;;;;N;;;;; +1AA6;TAI THAM SIGN REVERSED ROTATED RANA;Po;0;L;;;;;N;;;;; +1AA7;TAI THAM SIGN MAI YAMOK;Lm;0;L;;;;;N;;;;; +1AA8;TAI THAM SIGN KAAN;Po;0;L;;;;;N;;;;; +1AA9;TAI THAM SIGN KAANKUU;Po;0;L;;;;;N;;;;; +1AAA;TAI THAM SIGN SATKAAN;Po;0;L;;;;;N;;;;; +1AAB;TAI THAM SIGN SATKAANKUU;Po;0;L;;;;;N;;;;; +1AAC;TAI THAM SIGN HANG;Po;0;L;;;;;N;;;;; +1AAD;TAI THAM SIGN CAANG;Po;0;L;;;;;N;;;;; +1B00;BALINESE SIGN ULU RICEM;Mn;0;NSM;;;;;N;;;;; +1B01;BALINESE SIGN ULU CANDRA;Mn;0;NSM;;;;;N;;;;; +1B02;BALINESE SIGN CECEK;Mn;0;NSM;;;;;N;;;;; +1B03;BALINESE SIGN SURANG;Mn;0;NSM;;;;;N;;;;; +1B04;BALINESE SIGN BISAH;Mc;0;L;;;;;N;;;;; +1B05;BALINESE LETTER AKARA;Lo;0;L;;;;;N;;;;; +1B06;BALINESE LETTER AKARA TEDUNG;Lo;0;L;1B05 1B35;;;;N;;;;; +1B07;BALINESE LETTER IKARA;Lo;0;L;;;;;N;;;;; +1B08;BALINESE LETTER IKARA TEDUNG;Lo;0;L;1B07 1B35;;;;N;;;;; +1B09;BALINESE LETTER UKARA;Lo;0;L;;;;;N;;;;; +1B0A;BALINESE LETTER UKARA TEDUNG;Lo;0;L;1B09 1B35;;;;N;;;;; +1B0B;BALINESE LETTER RA REPA;Lo;0;L;;;;;N;;;;; +1B0C;BALINESE LETTER RA REPA TEDUNG;Lo;0;L;1B0B 1B35;;;;N;;;;; +1B0D;BALINESE LETTER LA LENGA;Lo;0;L;;;;;N;;;;; +1B0E;BALINESE LETTER LA LENGA TEDUNG;Lo;0;L;1B0D 1B35;;;;N;;;;; +1B0F;BALINESE LETTER EKARA;Lo;0;L;;;;;N;;;;; +1B10;BALINESE LETTER AIKARA;Lo;0;L;;;;;N;;;;; +1B11;BALINESE LETTER OKARA;Lo;0;L;;;;;N;;;;; +1B12;BALINESE LETTER OKARA TEDUNG;Lo;0;L;1B11 1B35;;;;N;;;;; +1B13;BALINESE LETTER KA;Lo;0;L;;;;;N;;;;; +1B14;BALINESE LETTER KA MAHAPRANA;Lo;0;L;;;;;N;;;;; +1B15;BALINESE LETTER GA;Lo;0;L;;;;;N;;;;; +1B16;BALINESE LETTER GA GORA;Lo;0;L;;;;;N;;;;; +1B17;BALINESE LETTER NGA;Lo;0;L;;;;;N;;;;; +1B18;BALINESE LETTER CA;Lo;0;L;;;;;N;;;;; +1B19;BALINESE LETTER CA LACA;Lo;0;L;;;;;N;;;;; +1B1A;BALINESE LETTER JA;Lo;0;L;;;;;N;;;;; +1B1B;BALINESE LETTER JA JERA;Lo;0;L;;;;;N;;;;; +1B1C;BALINESE LETTER NYA;Lo;0;L;;;;;N;;;;; +1B1D;BALINESE LETTER TA LATIK;Lo;0;L;;;;;N;;;;; +1B1E;BALINESE LETTER TA MURDA MAHAPRANA;Lo;0;L;;;;;N;;;;; +1B1F;BALINESE LETTER DA MURDA ALPAPRANA;Lo;0;L;;;;;N;;;;; +1B20;BALINESE LETTER DA MURDA MAHAPRANA;Lo;0;L;;;;;N;;;;; +1B21;BALINESE LETTER NA RAMBAT;Lo;0;L;;;;;N;;;;; +1B22;BALINESE LETTER TA;Lo;0;L;;;;;N;;;;; +1B23;BALINESE LETTER TA TAWA;Lo;0;L;;;;;N;;;;; +1B24;BALINESE LETTER DA;Lo;0;L;;;;;N;;;;; +1B25;BALINESE LETTER DA MADU;Lo;0;L;;;;;N;;;;; +1B26;BALINESE LETTER NA;Lo;0;L;;;;;N;;;;; +1B27;BALINESE LETTER PA;Lo;0;L;;;;;N;;;;; +1B28;BALINESE LETTER PA KAPAL;Lo;0;L;;;;;N;;;;; +1B29;BALINESE LETTER BA;Lo;0;L;;;;;N;;;;; +1B2A;BALINESE LETTER BA KEMBANG;Lo;0;L;;;;;N;;;;; +1B2B;BALINESE LETTER MA;Lo;0;L;;;;;N;;;;; +1B2C;BALINESE LETTER YA;Lo;0;L;;;;;N;;;;; +1B2D;BALINESE LETTER RA;Lo;0;L;;;;;N;;;;; +1B2E;BALINESE LETTER LA;Lo;0;L;;;;;N;;;;; +1B2F;BALINESE LETTER WA;Lo;0;L;;;;;N;;;;; +1B30;BALINESE LETTER SA SAGA;Lo;0;L;;;;;N;;;;; +1B31;BALINESE LETTER SA SAPA;Lo;0;L;;;;;N;;;;; +1B32;BALINESE LETTER SA;Lo;0;L;;;;;N;;;;; +1B33;BALINESE LETTER HA;Lo;0;L;;;;;N;;;;; +1B34;BALINESE SIGN REREKAN;Mn;7;NSM;;;;;N;;;;; +1B35;BALINESE VOWEL SIGN TEDUNG;Mc;0;L;;;;;N;;;;; +1B36;BALINESE VOWEL SIGN ULU;Mn;0;NSM;;;;;N;;;;; +1B37;BALINESE VOWEL SIGN ULU SARI;Mn;0;NSM;;;;;N;;;;; +1B38;BALINESE VOWEL SIGN SUKU;Mn;0;NSM;;;;;N;;;;; +1B39;BALINESE VOWEL SIGN SUKU ILUT;Mn;0;NSM;;;;;N;;;;; +1B3A;BALINESE VOWEL SIGN RA REPA;Mn;0;NSM;;;;;N;;;;; +1B3B;BALINESE VOWEL SIGN RA REPA TEDUNG;Mc;0;L;1B3A 1B35;;;;N;;;;; +1B3C;BALINESE VOWEL SIGN LA LENGA;Mn;0;NSM;;;;;N;;;;; +1B3D;BALINESE VOWEL SIGN LA LENGA TEDUNG;Mc;0;L;1B3C 1B35;;;;N;;;;; +1B3E;BALINESE VOWEL SIGN TALING;Mc;0;L;;;;;N;;;;; +1B3F;BALINESE VOWEL SIGN TALING REPA;Mc;0;L;;;;;N;;;;; +1B40;BALINESE VOWEL SIGN TALING TEDUNG;Mc;0;L;1B3E 1B35;;;;N;;;;; +1B41;BALINESE VOWEL SIGN TALING REPA TEDUNG;Mc;0;L;1B3F 1B35;;;;N;;;;; +1B42;BALINESE VOWEL SIGN PEPET;Mn;0;NSM;;;;;N;;;;; +1B43;BALINESE VOWEL SIGN PEPET TEDUNG;Mc;0;L;1B42 1B35;;;;N;;;;; +1B44;BALINESE ADEG ADEG;Mc;9;L;;;;;N;;;;; +1B45;BALINESE LETTER KAF SASAK;Lo;0;L;;;;;N;;;;; +1B46;BALINESE LETTER KHOT SASAK;Lo;0;L;;;;;N;;;;; +1B47;BALINESE LETTER TZIR SASAK;Lo;0;L;;;;;N;;;;; +1B48;BALINESE LETTER EF SASAK;Lo;0;L;;;;;N;;;;; +1B49;BALINESE LETTER VE SASAK;Lo;0;L;;;;;N;;;;; +1B4A;BALINESE LETTER ZAL SASAK;Lo;0;L;;;;;N;;;;; +1B4B;BALINESE LETTER ASYURA SASAK;Lo;0;L;;;;;N;;;;; +1B50;BALINESE DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1B51;BALINESE DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1B52;BALINESE DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1B53;BALINESE DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1B54;BALINESE DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1B55;BALINESE DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1B56;BALINESE DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1B57;BALINESE DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1B58;BALINESE DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1B59;BALINESE DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1B5A;BALINESE PANTI;Po;0;L;;;;;N;;;;; +1B5B;BALINESE PAMADA;Po;0;L;;;;;N;;;;; +1B5C;BALINESE WINDU;Po;0;L;;;;;N;;;;; +1B5D;BALINESE CARIK PAMUNGKAH;Po;0;L;;;;;N;;;;; +1B5E;BALINESE CARIK SIKI;Po;0;L;;;;;N;;;;; +1B5F;BALINESE CARIK PAREREN;Po;0;L;;;;;N;;;;; +1B60;BALINESE PAMENENG;Po;0;L;;;;;N;;;;; +1B61;BALINESE MUSICAL SYMBOL DONG;So;0;L;;;;;N;;;;; +1B62;BALINESE MUSICAL SYMBOL DENG;So;0;L;;;;;N;;;;; +1B63;BALINESE MUSICAL SYMBOL DUNG;So;0;L;;;;;N;;;;; +1B64;BALINESE MUSICAL SYMBOL DANG;So;0;L;;;;;N;;;;; +1B65;BALINESE MUSICAL SYMBOL DANG SURANG;So;0;L;;;;;N;;;;; +1B66;BALINESE MUSICAL SYMBOL DING;So;0;L;;;;;N;;;;; +1B67;BALINESE MUSICAL SYMBOL DAENG;So;0;L;;;;;N;;;;; +1B68;BALINESE MUSICAL SYMBOL DEUNG;So;0;L;;;;;N;;;;; +1B69;BALINESE MUSICAL SYMBOL DAING;So;0;L;;;;;N;;;;; +1B6A;BALINESE MUSICAL SYMBOL DANG GEDE;So;0;L;;;;;N;;;;; +1B6B;BALINESE MUSICAL SYMBOL COMBINING TEGEH;Mn;230;NSM;;;;;N;;;;; +1B6C;BALINESE MUSICAL SYMBOL COMBINING ENDEP;Mn;220;NSM;;;;;N;;;;; +1B6D;BALINESE MUSICAL SYMBOL COMBINING KEMPUL;Mn;230;NSM;;;;;N;;;;; +1B6E;BALINESE MUSICAL SYMBOL COMBINING KEMPLI;Mn;230;NSM;;;;;N;;;;; +1B6F;BALINESE MUSICAL SYMBOL COMBINING JEGOGAN;Mn;230;NSM;;;;;N;;;;; +1B70;BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN;Mn;230;NSM;;;;;N;;;;; +1B71;BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN;Mn;230;NSM;;;;;N;;;;; +1B72;BALINESE MUSICAL SYMBOL COMBINING BENDE;Mn;230;NSM;;;;;N;;;;; +1B73;BALINESE MUSICAL SYMBOL COMBINING GONG;Mn;230;NSM;;;;;N;;;;; +1B74;BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG;So;0;L;;;;;N;;;;; +1B75;BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG;So;0;L;;;;;N;;;;; +1B76;BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TUK;So;0;L;;;;;N;;;;; +1B77;BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TAK;So;0;L;;;;;N;;;;; +1B78;BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PANG;So;0;L;;;;;N;;;;; +1B79;BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PUNG;So;0;L;;;;;N;;;;; +1B7A;BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLAK;So;0;L;;;;;N;;;;; +1B7B;BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLUK;So;0;L;;;;;N;;;;; +1B7C;BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING;So;0;L;;;;;N;;;;; +1B80;SUNDANESE SIGN PANYECEK;Mn;0;NSM;;;;;N;;;;; +1B81;SUNDANESE SIGN PANGLAYAR;Mn;0;NSM;;;;;N;;;;; +1B82;SUNDANESE SIGN PANGWISAD;Mc;0;L;;;;;N;;;;; +1B83;SUNDANESE LETTER A;Lo;0;L;;;;;N;;;;; +1B84;SUNDANESE LETTER I;Lo;0;L;;;;;N;;;;; +1B85;SUNDANESE LETTER U;Lo;0;L;;;;;N;;;;; +1B86;SUNDANESE LETTER AE;Lo;0;L;;;;;N;;;;; +1B87;SUNDANESE LETTER O;Lo;0;L;;;;;N;;;;; +1B88;SUNDANESE LETTER E;Lo;0;L;;;;;N;;;;; +1B89;SUNDANESE LETTER EU;Lo;0;L;;;;;N;;;;; +1B8A;SUNDANESE LETTER KA;Lo;0;L;;;;;N;;;;; +1B8B;SUNDANESE LETTER QA;Lo;0;L;;;;;N;;;;; +1B8C;SUNDANESE LETTER GA;Lo;0;L;;;;;N;;;;; +1B8D;SUNDANESE LETTER NGA;Lo;0;L;;;;;N;;;;; +1B8E;SUNDANESE LETTER CA;Lo;0;L;;;;;N;;;;; +1B8F;SUNDANESE LETTER JA;Lo;0;L;;;;;N;;;;; +1B90;SUNDANESE LETTER ZA;Lo;0;L;;;;;N;;;;; +1B91;SUNDANESE LETTER NYA;Lo;0;L;;;;;N;;;;; +1B92;SUNDANESE LETTER TA;Lo;0;L;;;;;N;;;;; +1B93;SUNDANESE LETTER DA;Lo;0;L;;;;;N;;;;; +1B94;SUNDANESE LETTER NA;Lo;0;L;;;;;N;;;;; +1B95;SUNDANESE LETTER PA;Lo;0;L;;;;;N;;;;; +1B96;SUNDANESE LETTER FA;Lo;0;L;;;;;N;;;;; +1B97;SUNDANESE LETTER VA;Lo;0;L;;;;;N;;;;; +1B98;SUNDANESE LETTER BA;Lo;0;L;;;;;N;;;;; +1B99;SUNDANESE LETTER MA;Lo;0;L;;;;;N;;;;; +1B9A;SUNDANESE LETTER YA;Lo;0;L;;;;;N;;;;; +1B9B;SUNDANESE LETTER RA;Lo;0;L;;;;;N;;;;; +1B9C;SUNDANESE LETTER LA;Lo;0;L;;;;;N;;;;; +1B9D;SUNDANESE LETTER WA;Lo;0;L;;;;;N;;;;; +1B9E;SUNDANESE LETTER SA;Lo;0;L;;;;;N;;;;; +1B9F;SUNDANESE LETTER XA;Lo;0;L;;;;;N;;;;; +1BA0;SUNDANESE LETTER HA;Lo;0;L;;;;;N;;;;; +1BA1;SUNDANESE CONSONANT SIGN PAMINGKAL;Mc;0;L;;;;;N;;;;; +1BA2;SUNDANESE CONSONANT SIGN PANYAKRA;Mn;0;NSM;;;;;N;;;;; +1BA3;SUNDANESE CONSONANT SIGN PANYIKU;Mn;0;NSM;;;;;N;;;;; +1BA4;SUNDANESE VOWEL SIGN PANGHULU;Mn;0;NSM;;;;;N;;;;; +1BA5;SUNDANESE VOWEL SIGN PANYUKU;Mn;0;NSM;;;;;N;;;;; +1BA6;SUNDANESE VOWEL SIGN PANAELAENG;Mc;0;L;;;;;N;;;;; +1BA7;SUNDANESE VOWEL SIGN PANOLONG;Mc;0;L;;;;;N;;;;; +1BA8;SUNDANESE VOWEL SIGN PAMEPET;Mn;0;NSM;;;;;N;;;;; +1BA9;SUNDANESE VOWEL SIGN PANEULEUNG;Mn;0;NSM;;;;;N;;;;; +1BAA;SUNDANESE SIGN PAMAAEH;Mc;9;L;;;;;N;;;;; +1BAE;SUNDANESE LETTER KHA;Lo;0;L;;;;;N;;;;; +1BAF;SUNDANESE LETTER SYA;Lo;0;L;;;;;N;;;;; +1BB0;SUNDANESE DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1BB1;SUNDANESE DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1BB2;SUNDANESE DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1BB3;SUNDANESE DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1BB4;SUNDANESE DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1BB5;SUNDANESE DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1BB6;SUNDANESE DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1BB7;SUNDANESE DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1BB8;SUNDANESE DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1BB9;SUNDANESE DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1C00;LEPCHA LETTER KA;Lo;0;L;;;;;N;;;;; +1C01;LEPCHA LETTER KLA;Lo;0;L;;;;;N;;;;; +1C02;LEPCHA LETTER KHA;Lo;0;L;;;;;N;;;;; +1C03;LEPCHA LETTER GA;Lo;0;L;;;;;N;;;;; +1C04;LEPCHA LETTER GLA;Lo;0;L;;;;;N;;;;; +1C05;LEPCHA LETTER NGA;Lo;0;L;;;;;N;;;;; +1C06;LEPCHA LETTER CA;Lo;0;L;;;;;N;;;;; +1C07;LEPCHA LETTER CHA;Lo;0;L;;;;;N;;;;; +1C08;LEPCHA LETTER JA;Lo;0;L;;;;;N;;;;; +1C09;LEPCHA LETTER NYA;Lo;0;L;;;;;N;;;;; +1C0A;LEPCHA LETTER TA;Lo;0;L;;;;;N;;;;; +1C0B;LEPCHA LETTER THA;Lo;0;L;;;;;N;;;;; +1C0C;LEPCHA LETTER DA;Lo;0;L;;;;;N;;;;; +1C0D;LEPCHA LETTER NA;Lo;0;L;;;;;N;;;;; +1C0E;LEPCHA LETTER PA;Lo;0;L;;;;;N;;;;; +1C0F;LEPCHA LETTER PLA;Lo;0;L;;;;;N;;;;; +1C10;LEPCHA LETTER PHA;Lo;0;L;;;;;N;;;;; +1C11;LEPCHA LETTER FA;Lo;0;L;;;;;N;;;;; +1C12;LEPCHA LETTER FLA;Lo;0;L;;;;;N;;;;; +1C13;LEPCHA LETTER BA;Lo;0;L;;;;;N;;;;; +1C14;LEPCHA LETTER BLA;Lo;0;L;;;;;N;;;;; +1C15;LEPCHA LETTER MA;Lo;0;L;;;;;N;;;;; +1C16;LEPCHA LETTER MLA;Lo;0;L;;;;;N;;;;; +1C17;LEPCHA LETTER TSA;Lo;0;L;;;;;N;;;;; +1C18;LEPCHA LETTER TSHA;Lo;0;L;;;;;N;;;;; +1C19;LEPCHA LETTER DZA;Lo;0;L;;;;;N;;;;; +1C1A;LEPCHA LETTER YA;Lo;0;L;;;;;N;;;;; +1C1B;LEPCHA LETTER RA;Lo;0;L;;;;;N;;;;; +1C1C;LEPCHA LETTER LA;Lo;0;L;;;;;N;;;;; +1C1D;LEPCHA LETTER HA;Lo;0;L;;;;;N;;;;; +1C1E;LEPCHA LETTER HLA;Lo;0;L;;;;;N;;;;; +1C1F;LEPCHA LETTER VA;Lo;0;L;;;;;N;;;;; +1C20;LEPCHA LETTER SA;Lo;0;L;;;;;N;;;;; +1C21;LEPCHA LETTER SHA;Lo;0;L;;;;;N;;;;; +1C22;LEPCHA LETTER WA;Lo;0;L;;;;;N;;;;; +1C23;LEPCHA LETTER A;Lo;0;L;;;;;N;;;;; +1C24;LEPCHA SUBJOINED LETTER YA;Mc;0;L;;;;;N;;;;; +1C25;LEPCHA SUBJOINED LETTER RA;Mc;0;L;;;;;N;;;;; +1C26;LEPCHA VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +1C27;LEPCHA VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +1C28;LEPCHA VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +1C29;LEPCHA VOWEL SIGN OO;Mc;0;L;;;;;N;;;;; +1C2A;LEPCHA VOWEL SIGN U;Mc;0;L;;;;;N;;;;; +1C2B;LEPCHA VOWEL SIGN UU;Mc;0;L;;;;;N;;;;; +1C2C;LEPCHA VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +1C2D;LEPCHA CONSONANT SIGN K;Mn;0;NSM;;;;;N;;;;; +1C2E;LEPCHA CONSONANT SIGN M;Mn;0;NSM;;;;;N;;;;; +1C2F;LEPCHA CONSONANT SIGN L;Mn;0;NSM;;;;;N;;;;; +1C30;LEPCHA CONSONANT SIGN N;Mn;0;NSM;;;;;N;;;;; +1C31;LEPCHA CONSONANT SIGN P;Mn;0;NSM;;;;;N;;;;; +1C32;LEPCHA CONSONANT SIGN R;Mn;0;NSM;;;;;N;;;;; +1C33;LEPCHA CONSONANT SIGN T;Mn;0;NSM;;;;;N;;;;; +1C34;LEPCHA CONSONANT SIGN NYIN-DO;Mc;0;L;;;;;N;;;;; +1C35;LEPCHA CONSONANT SIGN KANG;Mc;0;L;;;;;N;;;;; +1C36;LEPCHA SIGN RAN;Mn;0;NSM;;;;;N;;;;; +1C37;LEPCHA SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +1C3B;LEPCHA PUNCTUATION TA-ROL;Po;0;L;;;;;N;;;;; +1C3C;LEPCHA PUNCTUATION NYET THYOOM TA-ROL;Po;0;L;;;;;N;;;;; +1C3D;LEPCHA PUNCTUATION CER-WA;Po;0;L;;;;;N;;;;; +1C3E;LEPCHA PUNCTUATION TSHOOK CER-WA;Po;0;L;;;;;N;;;;; +1C3F;LEPCHA PUNCTUATION TSHOOK;Po;0;L;;;;;N;;;;; +1C40;LEPCHA DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1C41;LEPCHA DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1C42;LEPCHA DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1C43;LEPCHA DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1C44;LEPCHA DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1C45;LEPCHA DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1C46;LEPCHA DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1C47;LEPCHA DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1C48;LEPCHA DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1C49;LEPCHA DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1C4D;LEPCHA LETTER TTA;Lo;0;L;;;;;N;;;;; +1C4E;LEPCHA LETTER TTHA;Lo;0;L;;;;;N;;;;; +1C4F;LEPCHA LETTER DDA;Lo;0;L;;;;;N;;;;; +1C50;OL CHIKI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +1C51;OL CHIKI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +1C52;OL CHIKI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +1C53;OL CHIKI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +1C54;OL CHIKI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +1C55;OL CHIKI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +1C56;OL CHIKI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +1C57;OL CHIKI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +1C58;OL CHIKI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +1C59;OL CHIKI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +1C5A;OL CHIKI LETTER LA;Lo;0;L;;;;;N;;;;; +1C5B;OL CHIKI LETTER AT;Lo;0;L;;;;;N;;;;; +1C5C;OL CHIKI LETTER AG;Lo;0;L;;;;;N;;;;; +1C5D;OL CHIKI LETTER ANG;Lo;0;L;;;;;N;;;;; +1C5E;OL CHIKI LETTER AL;Lo;0;L;;;;;N;;;;; +1C5F;OL CHIKI LETTER LAA;Lo;0;L;;;;;N;;;;; +1C60;OL CHIKI LETTER AAK;Lo;0;L;;;;;N;;;;; +1C61;OL CHIKI LETTER AAJ;Lo;0;L;;;;;N;;;;; +1C62;OL CHIKI LETTER AAM;Lo;0;L;;;;;N;;;;; +1C63;OL CHIKI LETTER AAW;Lo;0;L;;;;;N;;;;; +1C64;OL CHIKI LETTER LI;Lo;0;L;;;;;N;;;;; +1C65;OL CHIKI LETTER IS;Lo;0;L;;;;;N;;;;; +1C66;OL CHIKI LETTER IH;Lo;0;L;;;;;N;;;;; +1C67;OL CHIKI LETTER INY;Lo;0;L;;;;;N;;;;; +1C68;OL CHIKI LETTER IR;Lo;0;L;;;;;N;;;;; +1C69;OL CHIKI LETTER LU;Lo;0;L;;;;;N;;;;; +1C6A;OL CHIKI LETTER UC;Lo;0;L;;;;;N;;;;; +1C6B;OL CHIKI LETTER UD;Lo;0;L;;;;;N;;;;; +1C6C;OL CHIKI LETTER UNN;Lo;0;L;;;;;N;;;;; +1C6D;OL CHIKI LETTER UY;Lo;0;L;;;;;N;;;;; +1C6E;OL CHIKI LETTER LE;Lo;0;L;;;;;N;;;;; +1C6F;OL CHIKI LETTER EP;Lo;0;L;;;;;N;;;;; +1C70;OL CHIKI LETTER EDD;Lo;0;L;;;;;N;;;;; +1C71;OL CHIKI LETTER EN;Lo;0;L;;;;;N;;;;; +1C72;OL CHIKI LETTER ERR;Lo;0;L;;;;;N;;;;; +1C73;OL CHIKI LETTER LO;Lo;0;L;;;;;N;;;;; +1C74;OL CHIKI LETTER OTT;Lo;0;L;;;;;N;;;;; +1C75;OL CHIKI LETTER OB;Lo;0;L;;;;;N;;;;; +1C76;OL CHIKI LETTER OV;Lo;0;L;;;;;N;;;;; +1C77;OL CHIKI LETTER OH;Lo;0;L;;;;;N;;;;; +1C78;OL CHIKI MU TTUDDAG;Lm;0;L;;;;;N;;;;; +1C79;OL CHIKI GAAHLAA TTUDDAAG;Lm;0;L;;;;;N;;;;; +1C7A;OL CHIKI MU-GAAHLAA TTUDDAAG;Lm;0;L;;;;;N;;;;; +1C7B;OL CHIKI RELAA;Lm;0;L;;;;;N;;;;; +1C7C;OL CHIKI PHAARKAA;Lm;0;L;;;;;N;;;;; +1C7D;OL CHIKI AHAD;Lm;0;L;;;;;N;;;;; +1C7E;OL CHIKI PUNCTUATION MUCAAD;Po;0;L;;;;;N;;;;; +1C7F;OL CHIKI PUNCTUATION DOUBLE MUCAAD;Po;0;L;;;;;N;;;;; +1CD0;VEDIC TONE KARSHANA;Mn;230;NSM;;;;;N;;;;; +1CD1;VEDIC TONE SHARA;Mn;230;NSM;;;;;N;;;;; +1CD2;VEDIC TONE PRENKHA;Mn;230;NSM;;;;;N;;;;; +1CD3;VEDIC SIGN NIHSHVASA;Po;0;L;;;;;N;;;;; +1CD4;VEDIC SIGN YAJURVEDIC MIDLINE SVARITA;Mn;1;NSM;;;;;N;;;;; +1CD5;VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA;Mn;220;NSM;;;;;N;;;;; +1CD6;VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA;Mn;220;NSM;;;;;N;;;;; +1CD7;VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA;Mn;220;NSM;;;;;N;;;;; +1CD8;VEDIC TONE CANDRA BELOW;Mn;220;NSM;;;;;N;;;;; +1CD9;VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER;Mn;220;NSM;;;;;N;;;;; +1CDA;VEDIC TONE DOUBLE SVARITA;Mn;230;NSM;;;;;N;;;;; +1CDB;VEDIC TONE TRIPLE SVARITA;Mn;230;NSM;;;;;N;;;;; +1CDC;VEDIC TONE KATHAKA ANUDATTA;Mn;220;NSM;;;;;N;;;;; +1CDD;VEDIC TONE DOT BELOW;Mn;220;NSM;;;;;N;;;;; +1CDE;VEDIC TONE TWO DOTS BELOW;Mn;220;NSM;;;;;N;;;;; +1CDF;VEDIC TONE THREE DOTS BELOW;Mn;220;NSM;;;;;N;;;;; +1CE0;VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA;Mn;230;NSM;;;;;N;;;;; +1CE1;VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA;Mc;0;L;;;;;N;;;;; +1CE2;VEDIC SIGN VISARGA SVARITA;Mn;1;NSM;;;;;N;;;;; +1CE3;VEDIC SIGN VISARGA UDATTA;Mn;1;NSM;;;;;N;;;;; +1CE4;VEDIC SIGN REVERSED VISARGA UDATTA;Mn;1;NSM;;;;;N;;;;; +1CE5;VEDIC SIGN VISARGA ANUDATTA;Mn;1;NSM;;;;;N;;;;; +1CE6;VEDIC SIGN REVERSED VISARGA ANUDATTA;Mn;1;NSM;;;;;N;;;;; +1CE7;VEDIC SIGN VISARGA UDATTA WITH TAIL;Mn;1;NSM;;;;;N;;;;; +1CE8;VEDIC SIGN VISARGA ANUDATTA WITH TAIL;Mn;1;NSM;;;;;N;;;;; +1CE9;VEDIC SIGN ANUSVARA ANTARGOMUKHA;Lo;0;L;;;;;N;;;;; +1CEA;VEDIC SIGN ANUSVARA BAHIRGOMUKHA;Lo;0;L;;;;;N;;;;; +1CEB;VEDIC SIGN ANUSVARA VAMAGOMUKHA;Lo;0;L;;;;;N;;;;; +1CEC;VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL;Lo;0;L;;;;;N;;;;; +1CED;VEDIC SIGN TIRYAK;Mn;220;NSM;;;;;N;;;;; +1CEE;VEDIC SIGN HEXIFORM LONG ANUSVARA;Lo;0;L;;;;;N;;;;; +1CEF;VEDIC SIGN LONG ANUSVARA;Lo;0;L;;;;;N;;;;; +1CF0;VEDIC SIGN RTHANG LONG ANUSVARA;Lo;0;L;;;;;N;;;;; +1CF1;VEDIC SIGN ANUSVARA UBHAYATO MUKHA;Lo;0;L;;;;;N;;;;; +1CF2;VEDIC SIGN ARDHAVISARGA;Mc;0;L;;;;;N;;;;; +1D00;LATIN LETTER SMALL CAPITAL A;Ll;0;L;;;;;N;;;;; +1D01;LATIN LETTER SMALL CAPITAL AE;Ll;0;L;;;;;N;;;;; +1D02;LATIN SMALL LETTER TURNED AE;Ll;0;L;;;;;N;;;;; +1D03;LATIN LETTER SMALL CAPITAL BARRED B;Ll;0;L;;;;;N;;;;; +1D04;LATIN LETTER SMALL CAPITAL C;Ll;0;L;;;;;N;;;;; +1D05;LATIN LETTER SMALL CAPITAL D;Ll;0;L;;;;;N;;;;; +1D06;LATIN LETTER SMALL CAPITAL ETH;Ll;0;L;;;;;N;;;;; +1D07;LATIN LETTER SMALL CAPITAL E;Ll;0;L;;;;;N;;;;; +1D08;LATIN SMALL LETTER TURNED OPEN E;Ll;0;L;;;;;N;;;;; +1D09;LATIN SMALL LETTER TURNED I;Ll;0;L;;;;;N;;;;; +1D0A;LATIN LETTER SMALL CAPITAL J;Ll;0;L;;;;;N;;;;; +1D0B;LATIN LETTER SMALL CAPITAL K;Ll;0;L;;;;;N;;;;; +1D0C;LATIN LETTER SMALL CAPITAL L WITH STROKE;Ll;0;L;;;;;N;;;;; +1D0D;LATIN LETTER SMALL CAPITAL M;Ll;0;L;;;;;N;;;;; +1D0E;LATIN LETTER SMALL CAPITAL REVERSED N;Ll;0;L;;;;;N;;;;; +1D0F;LATIN LETTER SMALL CAPITAL O;Ll;0;L;;;;;N;;;;; +1D10;LATIN LETTER SMALL CAPITAL OPEN O;Ll;0;L;;;;;N;;;;; +1D11;LATIN SMALL LETTER SIDEWAYS O;Ll;0;L;;;;;N;;;;; +1D12;LATIN SMALL LETTER SIDEWAYS OPEN O;Ll;0;L;;;;;N;;;;; +1D13;LATIN SMALL LETTER SIDEWAYS O WITH STROKE;Ll;0;L;;;;;N;;;;; +1D14;LATIN SMALL LETTER TURNED OE;Ll;0;L;;;;;N;;;;; +1D15;LATIN LETTER SMALL CAPITAL OU;Ll;0;L;;;;;N;;;;; +1D16;LATIN SMALL LETTER TOP HALF O;Ll;0;L;;;;;N;;;;; +1D17;LATIN SMALL LETTER BOTTOM HALF O;Ll;0;L;;;;;N;;;;; +1D18;LATIN LETTER SMALL CAPITAL P;Ll;0;L;;;;;N;;;;; +1D19;LATIN LETTER SMALL CAPITAL REVERSED R;Ll;0;L;;;;;N;;;;; +1D1A;LATIN LETTER SMALL CAPITAL TURNED R;Ll;0;L;;;;;N;;;;; +1D1B;LATIN LETTER SMALL CAPITAL T;Ll;0;L;;;;;N;;;;; +1D1C;LATIN LETTER SMALL CAPITAL U;Ll;0;L;;;;;N;;;;; +1D1D;LATIN SMALL LETTER SIDEWAYS U;Ll;0;L;;;;;N;;;;; +1D1E;LATIN SMALL LETTER SIDEWAYS DIAERESIZED U;Ll;0;L;;;;;N;;;;; +1D1F;LATIN SMALL LETTER SIDEWAYS TURNED M;Ll;0;L;;;;;N;;;;; +1D20;LATIN LETTER SMALL CAPITAL V;Ll;0;L;;;;;N;;;;; +1D21;LATIN LETTER SMALL CAPITAL W;Ll;0;L;;;;;N;;;;; +1D22;LATIN LETTER SMALL CAPITAL Z;Ll;0;L;;;;;N;;;;; +1D23;LATIN LETTER SMALL CAPITAL EZH;Ll;0;L;;;;;N;;;;; +1D24;LATIN LETTER VOICED LARYNGEAL SPIRANT;Ll;0;L;;;;;N;;;;; +1D25;LATIN LETTER AIN;Ll;0;L;;;;;N;;;;; +1D26;GREEK LETTER SMALL CAPITAL GAMMA;Ll;0;L;;;;;N;;;;; +1D27;GREEK LETTER SMALL CAPITAL LAMDA;Ll;0;L;;;;;N;;;;; +1D28;GREEK LETTER SMALL CAPITAL PI;Ll;0;L;;;;;N;;;;; +1D29;GREEK LETTER SMALL CAPITAL RHO;Ll;0;L;;;;;N;;;;; +1D2A;GREEK LETTER SMALL CAPITAL PSI;Ll;0;L;;;;;N;;;;; +1D2B;CYRILLIC LETTER SMALL CAPITAL EL;Ll;0;L;;;;;N;;;;; +1D2C;MODIFIER LETTER CAPITAL A;Lm;0;L; 0041;;;;N;;;;; +1D2D;MODIFIER LETTER CAPITAL AE;Lm;0;L; 00C6;;;;N;;;;; +1D2E;MODIFIER LETTER CAPITAL B;Lm;0;L; 0042;;;;N;;;;; +1D2F;MODIFIER LETTER CAPITAL BARRED B;Lm;0;L;;;;;N;;;;; +1D30;MODIFIER LETTER CAPITAL D;Lm;0;L; 0044;;;;N;;;;; +1D31;MODIFIER LETTER CAPITAL E;Lm;0;L; 0045;;;;N;;;;; +1D32;MODIFIER LETTER CAPITAL REVERSED E;Lm;0;L; 018E;;;;N;;;;; +1D33;MODIFIER LETTER CAPITAL G;Lm;0;L; 0047;;;;N;;;;; +1D34;MODIFIER LETTER CAPITAL H;Lm;0;L; 0048;;;;N;;;;; +1D35;MODIFIER LETTER CAPITAL I;Lm;0;L; 0049;;;;N;;;;; +1D36;MODIFIER LETTER CAPITAL J;Lm;0;L; 004A;;;;N;;;;; +1D37;MODIFIER LETTER CAPITAL K;Lm;0;L; 004B;;;;N;;;;; +1D38;MODIFIER LETTER CAPITAL L;Lm;0;L; 004C;;;;N;;;;; +1D39;MODIFIER LETTER CAPITAL M;Lm;0;L; 004D;;;;N;;;;; +1D3A;MODIFIER LETTER CAPITAL N;Lm;0;L; 004E;;;;N;;;;; +1D3B;MODIFIER LETTER CAPITAL REVERSED N;Lm;0;L;;;;;N;;;;; +1D3C;MODIFIER LETTER CAPITAL O;Lm;0;L; 004F;;;;N;;;;; +1D3D;MODIFIER LETTER CAPITAL OU;Lm;0;L; 0222;;;;N;;;;; +1D3E;MODIFIER LETTER CAPITAL P;Lm;0;L; 0050;;;;N;;;;; +1D3F;MODIFIER LETTER CAPITAL R;Lm;0;L; 0052;;;;N;;;;; +1D40;MODIFIER LETTER CAPITAL T;Lm;0;L; 0054;;;;N;;;;; +1D41;MODIFIER LETTER CAPITAL U;Lm;0;L; 0055;;;;N;;;;; +1D42;MODIFIER LETTER CAPITAL W;Lm;0;L; 0057;;;;N;;;;; +1D43;MODIFIER LETTER SMALL A;Lm;0;L; 0061;;;;N;;;;; +1D44;MODIFIER LETTER SMALL TURNED A;Lm;0;L; 0250;;;;N;;;;; +1D45;MODIFIER LETTER SMALL ALPHA;Lm;0;L; 0251;;;;N;;;;; +1D46;MODIFIER LETTER SMALL TURNED AE;Lm;0;L; 1D02;;;;N;;;;; +1D47;MODIFIER LETTER SMALL B;Lm;0;L; 0062;;;;N;;;;; +1D48;MODIFIER LETTER SMALL D;Lm;0;L; 0064;;;;N;;;;; +1D49;MODIFIER LETTER SMALL E;Lm;0;L; 0065;;;;N;;;;; +1D4A;MODIFIER LETTER SMALL SCHWA;Lm;0;L; 0259;;;;N;;;;; +1D4B;MODIFIER LETTER SMALL OPEN E;Lm;0;L; 025B;;;;N;;;;; +1D4C;MODIFIER LETTER SMALL TURNED OPEN E;Lm;0;L; 025C;;;;N;;;;; +1D4D;MODIFIER LETTER SMALL G;Lm;0;L; 0067;;;;N;;;;; +1D4E;MODIFIER LETTER SMALL TURNED I;Lm;0;L;;;;;N;;;;; +1D4F;MODIFIER LETTER SMALL K;Lm;0;L; 006B;;;;N;;;;; +1D50;MODIFIER LETTER SMALL M;Lm;0;L; 006D;;;;N;;;;; +1D51;MODIFIER LETTER SMALL ENG;Lm;0;L; 014B;;;;N;;;;; +1D52;MODIFIER LETTER SMALL O;Lm;0;L; 006F;;;;N;;;;; +1D53;MODIFIER LETTER SMALL OPEN O;Lm;0;L; 0254;;;;N;;;;; +1D54;MODIFIER LETTER SMALL TOP HALF O;Lm;0;L; 1D16;;;;N;;;;; +1D55;MODIFIER LETTER SMALL BOTTOM HALF O;Lm;0;L; 1D17;;;;N;;;;; +1D56;MODIFIER LETTER SMALL P;Lm;0;L; 0070;;;;N;;;;; +1D57;MODIFIER LETTER SMALL T;Lm;0;L; 0074;;;;N;;;;; +1D58;MODIFIER LETTER SMALL U;Lm;0;L; 0075;;;;N;;;;; +1D59;MODIFIER LETTER SMALL SIDEWAYS U;Lm;0;L; 1D1D;;;;N;;;;; +1D5A;MODIFIER LETTER SMALL TURNED M;Lm;0;L; 026F;;;;N;;;;; +1D5B;MODIFIER LETTER SMALL V;Lm;0;L; 0076;;;;N;;;;; +1D5C;MODIFIER LETTER SMALL AIN;Lm;0;L; 1D25;;;;N;;;;; +1D5D;MODIFIER LETTER SMALL BETA;Lm;0;L; 03B2;;;;N;;;;; +1D5E;MODIFIER LETTER SMALL GREEK GAMMA;Lm;0;L; 03B3;;;;N;;;;; +1D5F;MODIFIER LETTER SMALL DELTA;Lm;0;L; 03B4;;;;N;;;;; +1D60;MODIFIER LETTER SMALL GREEK PHI;Lm;0;L; 03C6;;;;N;;;;; +1D61;MODIFIER LETTER SMALL CHI;Lm;0;L; 03C7;;;;N;;;;; +1D62;LATIN SUBSCRIPT SMALL LETTER I;Ll;0;L; 0069;;;;N;;;;; +1D63;LATIN SUBSCRIPT SMALL LETTER R;Ll;0;L; 0072;;;;N;;;;; +1D64;LATIN SUBSCRIPT SMALL LETTER U;Ll;0;L; 0075;;;;N;;;;; +1D65;LATIN SUBSCRIPT SMALL LETTER V;Ll;0;L; 0076;;;;N;;;;; +1D66;GREEK SUBSCRIPT SMALL LETTER BETA;Ll;0;L; 03B2;;;;N;;;;; +1D67;GREEK SUBSCRIPT SMALL LETTER GAMMA;Ll;0;L; 03B3;;;;N;;;;; +1D68;GREEK SUBSCRIPT SMALL LETTER RHO;Ll;0;L; 03C1;;;;N;;;;; +1D69;GREEK SUBSCRIPT SMALL LETTER PHI;Ll;0;L; 03C6;;;;N;;;;; +1D6A;GREEK SUBSCRIPT SMALL LETTER CHI;Ll;0;L; 03C7;;;;N;;;;; +1D6B;LATIN SMALL LETTER UE;Ll;0;L;;;;;N;;;;; +1D6C;LATIN SMALL LETTER B WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D6D;LATIN SMALL LETTER D WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D6E;LATIN SMALL LETTER F WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D6F;LATIN SMALL LETTER M WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D70;LATIN SMALL LETTER N WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D71;LATIN SMALL LETTER P WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D72;LATIN SMALL LETTER R WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D73;LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D74;LATIN SMALL LETTER S WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D75;LATIN SMALL LETTER T WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D76;LATIN SMALL LETTER Z WITH MIDDLE TILDE;Ll;0;L;;;;;N;;;;; +1D77;LATIN SMALL LETTER TURNED G;Ll;0;L;;;;;N;;;;; +1D78;MODIFIER LETTER CYRILLIC EN;Lm;0;L; 043D;;;;N;;;;; +1D79;LATIN SMALL LETTER INSULAR G;Ll;0;L;;;;;N;;;A77D;;A77D +1D7A;LATIN SMALL LETTER TH WITH STRIKETHROUGH;Ll;0;L;;;;;N;;;;; +1D7B;LATIN SMALL CAPITAL LETTER I WITH STROKE;Ll;0;L;;;;;N;;;;; +1D7C;LATIN SMALL LETTER IOTA WITH STROKE;Ll;0;L;;;;;N;;;;; +1D7D;LATIN SMALL LETTER P WITH STROKE;Ll;0;L;;;;;N;;;2C63;;2C63 +1D7E;LATIN SMALL CAPITAL LETTER U WITH STROKE;Ll;0;L;;;;;N;;;;; +1D7F;LATIN SMALL LETTER UPSILON WITH STROKE;Ll;0;L;;;;;N;;;;; +1D80;LATIN SMALL LETTER B WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D81;LATIN SMALL LETTER D WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D82;LATIN SMALL LETTER F WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D83;LATIN SMALL LETTER G WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D84;LATIN SMALL LETTER K WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D85;LATIN SMALL LETTER L WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D86;LATIN SMALL LETTER M WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D87;LATIN SMALL LETTER N WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D88;LATIN SMALL LETTER P WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D89;LATIN SMALL LETTER R WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D8A;LATIN SMALL LETTER S WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D8B;LATIN SMALL LETTER ESH WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D8C;LATIN SMALL LETTER V WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D8D;LATIN SMALL LETTER X WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D8E;LATIN SMALL LETTER Z WITH PALATAL HOOK;Ll;0;L;;;;;N;;;;; +1D8F;LATIN SMALL LETTER A WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D90;LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D91;LATIN SMALL LETTER D WITH HOOK AND TAIL;Ll;0;L;;;;;N;;;;; +1D92;LATIN SMALL LETTER E WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D93;LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D94;LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D95;LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D96;LATIN SMALL LETTER I WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D97;LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D98;LATIN SMALL LETTER ESH WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D99;LATIN SMALL LETTER U WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D9A;LATIN SMALL LETTER EZH WITH RETROFLEX HOOK;Ll;0;L;;;;;N;;;;; +1D9B;MODIFIER LETTER SMALL TURNED ALPHA;Lm;0;L; 0252;;;;N;;;;; +1D9C;MODIFIER LETTER SMALL C;Lm;0;L; 0063;;;;N;;;;; +1D9D;MODIFIER LETTER SMALL C WITH CURL;Lm;0;L; 0255;;;;N;;;;; +1D9E;MODIFIER LETTER SMALL ETH;Lm;0;L; 00F0;;;;N;;;;; +1D9F;MODIFIER LETTER SMALL REVERSED OPEN E;Lm;0;L; 025C;;;;N;;;;; +1DA0;MODIFIER LETTER SMALL F;Lm;0;L; 0066;;;;N;;;;; +1DA1;MODIFIER LETTER SMALL DOTLESS J WITH STROKE;Lm;0;L; 025F;;;;N;;;;; +1DA2;MODIFIER LETTER SMALL SCRIPT G;Lm;0;L; 0261;;;;N;;;;; +1DA3;MODIFIER LETTER SMALL TURNED H;Lm;0;L; 0265;;;;N;;;;; +1DA4;MODIFIER LETTER SMALL I WITH STROKE;Lm;0;L; 0268;;;;N;;;;; +1DA5;MODIFIER LETTER SMALL IOTA;Lm;0;L; 0269;;;;N;;;;; +1DA6;MODIFIER LETTER SMALL CAPITAL I;Lm;0;L; 026A;;;;N;;;;; +1DA7;MODIFIER LETTER SMALL CAPITAL I WITH STROKE;Lm;0;L; 1D7B;;;;N;;;;; +1DA8;MODIFIER LETTER SMALL J WITH CROSSED-TAIL;Lm;0;L; 029D;;;;N;;;;; +1DA9;MODIFIER LETTER SMALL L WITH RETROFLEX HOOK;Lm;0;L; 026D;;;;N;;;;; +1DAA;MODIFIER LETTER SMALL L WITH PALATAL HOOK;Lm;0;L; 1D85;;;;N;;;;; +1DAB;MODIFIER LETTER SMALL CAPITAL L;Lm;0;L; 029F;;;;N;;;;; +1DAC;MODIFIER LETTER SMALL M WITH HOOK;Lm;0;L; 0271;;;;N;;;;; +1DAD;MODIFIER LETTER SMALL TURNED M WITH LONG LEG;Lm;0;L; 0270;;;;N;;;;; +1DAE;MODIFIER LETTER SMALL N WITH LEFT HOOK;Lm;0;L; 0272;;;;N;;;;; +1DAF;MODIFIER LETTER SMALL N WITH RETROFLEX HOOK;Lm;0;L; 0273;;;;N;;;;; +1DB0;MODIFIER LETTER SMALL CAPITAL N;Lm;0;L; 0274;;;;N;;;;; +1DB1;MODIFIER LETTER SMALL BARRED O;Lm;0;L; 0275;;;;N;;;;; +1DB2;MODIFIER LETTER SMALL PHI;Lm;0;L; 0278;;;;N;;;;; +1DB3;MODIFIER LETTER SMALL S WITH HOOK;Lm;0;L; 0282;;;;N;;;;; +1DB4;MODIFIER LETTER SMALL ESH;Lm;0;L; 0283;;;;N;;;;; +1DB5;MODIFIER LETTER SMALL T WITH PALATAL HOOK;Lm;0;L; 01AB;;;;N;;;;; +1DB6;MODIFIER LETTER SMALL U BAR;Lm;0;L; 0289;;;;N;;;;; +1DB7;MODIFIER LETTER SMALL UPSILON;Lm;0;L; 028A;;;;N;;;;; +1DB8;MODIFIER LETTER SMALL CAPITAL U;Lm;0;L; 1D1C;;;;N;;;;; +1DB9;MODIFIER LETTER SMALL V WITH HOOK;Lm;0;L; 028B;;;;N;;;;; +1DBA;MODIFIER LETTER SMALL TURNED V;Lm;0;L; 028C;;;;N;;;;; +1DBB;MODIFIER LETTER SMALL Z;Lm;0;L; 007A;;;;N;;;;; +1DBC;MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK;Lm;0;L; 0290;;;;N;;;;; +1DBD;MODIFIER LETTER SMALL Z WITH CURL;Lm;0;L; 0291;;;;N;;;;; +1DBE;MODIFIER LETTER SMALL EZH;Lm;0;L; 0292;;;;N;;;;; +1DBF;MODIFIER LETTER SMALL THETA;Lm;0;L; 03B8;;;;N;;;;; +1DC0;COMBINING DOTTED GRAVE ACCENT;Mn;230;NSM;;;;;N;;;;; +1DC1;COMBINING DOTTED ACUTE ACCENT;Mn;230;NSM;;;;;N;;;;; +1DC2;COMBINING SNAKE BELOW;Mn;220;NSM;;;;;N;;;;; +1DC3;COMBINING SUSPENSION MARK;Mn;230;NSM;;;;;N;;;;; +1DC4;COMBINING MACRON-ACUTE;Mn;230;NSM;;;;;N;;;;; +1DC5;COMBINING GRAVE-MACRON;Mn;230;NSM;;;;;N;;;;; +1DC6;COMBINING MACRON-GRAVE;Mn;230;NSM;;;;;N;;;;; +1DC7;COMBINING ACUTE-MACRON;Mn;230;NSM;;;;;N;;;;; +1DC8;COMBINING GRAVE-ACUTE-GRAVE;Mn;230;NSM;;;;;N;;;;; +1DC9;COMBINING ACUTE-GRAVE-ACUTE;Mn;230;NSM;;;;;N;;;;; +1DCA;COMBINING LATIN SMALL LETTER R BELOW;Mn;220;NSM;;;;;N;;;;; +1DCB;COMBINING BREVE-MACRON;Mn;230;NSM;;;;;N;;;;; +1DCC;COMBINING MACRON-BREVE;Mn;230;NSM;;;;;N;;;;; +1DCD;COMBINING DOUBLE CIRCUMFLEX ABOVE;Mn;234;NSM;;;;;N;;;;; +1DCE;COMBINING OGONEK ABOVE;Mn;214;NSM;;;;;N;;;;; +1DCF;COMBINING ZIGZAG BELOW;Mn;220;NSM;;;;;N;;;;; +1DD0;COMBINING IS BELOW;Mn;202;NSM;;;;;N;;;;; +1DD1;COMBINING UR ABOVE;Mn;230;NSM;;;;;N;;;;; +1DD2;COMBINING US ABOVE;Mn;230;NSM;;;;;N;;;;; +1DD3;COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE;Mn;230;NSM;;;;;N;;;;; +1DD4;COMBINING LATIN SMALL LETTER AE;Mn;230;NSM;;;;;N;;;;; +1DD5;COMBINING LATIN SMALL LETTER AO;Mn;230;NSM;;;;;N;;;;; +1DD6;COMBINING LATIN SMALL LETTER AV;Mn;230;NSM;;;;;N;;;;; +1DD7;COMBINING LATIN SMALL LETTER C CEDILLA;Mn;230;NSM;;;;;N;;;;; +1DD8;COMBINING LATIN SMALL LETTER INSULAR D;Mn;230;NSM;;;;;N;;;;; +1DD9;COMBINING LATIN SMALL LETTER ETH;Mn;230;NSM;;;;;N;;;;; +1DDA;COMBINING LATIN SMALL LETTER G;Mn;230;NSM;;;;;N;;;;; +1DDB;COMBINING LATIN LETTER SMALL CAPITAL G;Mn;230;NSM;;;;;N;;;;; +1DDC;COMBINING LATIN SMALL LETTER K;Mn;230;NSM;;;;;N;;;;; +1DDD;COMBINING LATIN SMALL LETTER L;Mn;230;NSM;;;;;N;;;;; +1DDE;COMBINING LATIN LETTER SMALL CAPITAL L;Mn;230;NSM;;;;;N;;;;; +1DDF;COMBINING LATIN LETTER SMALL CAPITAL M;Mn;230;NSM;;;;;N;;;;; +1DE0;COMBINING LATIN SMALL LETTER N;Mn;230;NSM;;;;;N;;;;; +1DE1;COMBINING LATIN LETTER SMALL CAPITAL N;Mn;230;NSM;;;;;N;;;;; +1DE2;COMBINING LATIN LETTER SMALL CAPITAL R;Mn;230;NSM;;;;;N;;;;; +1DE3;COMBINING LATIN SMALL LETTER R ROTUNDA;Mn;230;NSM;;;;;N;;;;; +1DE4;COMBINING LATIN SMALL LETTER S;Mn;230;NSM;;;;;N;;;;; +1DE5;COMBINING LATIN SMALL LETTER LONG S;Mn;230;NSM;;;;;N;;;;; +1DE6;COMBINING LATIN SMALL LETTER Z;Mn;230;NSM;;;;;N;;;;; +1DFD;COMBINING ALMOST EQUAL TO BELOW;Mn;220;NSM;;;;;N;;;;; +1DFE;COMBINING LEFT ARROWHEAD ABOVE;Mn;230;NSM;;;;;N;;;;; +1DFF;COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW;Mn;220;NSM;;;;;N;;;;; +1E00;LATIN CAPITAL LETTER A WITH RING BELOW;Lu;0;L;0041 0325;;;;N;;;;1E01; +1E01;LATIN SMALL LETTER A WITH RING BELOW;Ll;0;L;0061 0325;;;;N;;;1E00;;1E00 +1E02;LATIN CAPITAL LETTER B WITH DOT ABOVE;Lu;0;L;0042 0307;;;;N;;;;1E03; +1E03;LATIN SMALL LETTER B WITH DOT ABOVE;Ll;0;L;0062 0307;;;;N;;;1E02;;1E02 +1E04;LATIN CAPITAL LETTER B WITH DOT BELOW;Lu;0;L;0042 0323;;;;N;;;;1E05; +1E05;LATIN SMALL LETTER B WITH DOT BELOW;Ll;0;L;0062 0323;;;;N;;;1E04;;1E04 +1E06;LATIN CAPITAL LETTER B WITH LINE BELOW;Lu;0;L;0042 0331;;;;N;;;;1E07; +1E07;LATIN SMALL LETTER B WITH LINE BELOW;Ll;0;L;0062 0331;;;;N;;;1E06;;1E06 +1E08;LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE;Lu;0;L;00C7 0301;;;;N;;;;1E09; +1E09;LATIN SMALL LETTER C WITH CEDILLA AND ACUTE;Ll;0;L;00E7 0301;;;;N;;;1E08;;1E08 +1E0A;LATIN CAPITAL LETTER D WITH DOT ABOVE;Lu;0;L;0044 0307;;;;N;;;;1E0B; +1E0B;LATIN SMALL LETTER D WITH DOT ABOVE;Ll;0;L;0064 0307;;;;N;;;1E0A;;1E0A +1E0C;LATIN CAPITAL LETTER D WITH DOT BELOW;Lu;0;L;0044 0323;;;;N;;;;1E0D; +1E0D;LATIN SMALL LETTER D WITH DOT BELOW;Ll;0;L;0064 0323;;;;N;;;1E0C;;1E0C +1E0E;LATIN CAPITAL LETTER D WITH LINE BELOW;Lu;0;L;0044 0331;;;;N;;;;1E0F; +1E0F;LATIN SMALL LETTER D WITH LINE BELOW;Ll;0;L;0064 0331;;;;N;;;1E0E;;1E0E +1E10;LATIN CAPITAL LETTER D WITH CEDILLA;Lu;0;L;0044 0327;;;;N;;;;1E11; +1E11;LATIN SMALL LETTER D WITH CEDILLA;Ll;0;L;0064 0327;;;;N;;;1E10;;1E10 +1E12;LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW;Lu;0;L;0044 032D;;;;N;;;;1E13; +1E13;LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW;Ll;0;L;0064 032D;;;;N;;;1E12;;1E12 +1E14;LATIN CAPITAL LETTER E WITH MACRON AND GRAVE;Lu;0;L;0112 0300;;;;N;;;;1E15; +1E15;LATIN SMALL LETTER E WITH MACRON AND GRAVE;Ll;0;L;0113 0300;;;;N;;;1E14;;1E14 +1E16;LATIN CAPITAL LETTER E WITH MACRON AND ACUTE;Lu;0;L;0112 0301;;;;N;;;;1E17; +1E17;LATIN SMALL LETTER E WITH MACRON AND ACUTE;Ll;0;L;0113 0301;;;;N;;;1E16;;1E16 +1E18;LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW;Lu;0;L;0045 032D;;;;N;;;;1E19; +1E19;LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW;Ll;0;L;0065 032D;;;;N;;;1E18;;1E18 +1E1A;LATIN CAPITAL LETTER E WITH TILDE BELOW;Lu;0;L;0045 0330;;;;N;;;;1E1B; +1E1B;LATIN SMALL LETTER E WITH TILDE BELOW;Ll;0;L;0065 0330;;;;N;;;1E1A;;1E1A +1E1C;LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE;Lu;0;L;0228 0306;;;;N;;;;1E1D; +1E1D;LATIN SMALL LETTER E WITH CEDILLA AND BREVE;Ll;0;L;0229 0306;;;;N;;;1E1C;;1E1C +1E1E;LATIN CAPITAL LETTER F WITH DOT ABOVE;Lu;0;L;0046 0307;;;;N;;;;1E1F; +1E1F;LATIN SMALL LETTER F WITH DOT ABOVE;Ll;0;L;0066 0307;;;;N;;;1E1E;;1E1E +1E20;LATIN CAPITAL LETTER G WITH MACRON;Lu;0;L;0047 0304;;;;N;;;;1E21; +1E21;LATIN SMALL LETTER G WITH MACRON;Ll;0;L;0067 0304;;;;N;;;1E20;;1E20 +1E22;LATIN CAPITAL LETTER H WITH DOT ABOVE;Lu;0;L;0048 0307;;;;N;;;;1E23; +1E23;LATIN SMALL LETTER H WITH DOT ABOVE;Ll;0;L;0068 0307;;;;N;;;1E22;;1E22 +1E24;LATIN CAPITAL LETTER H WITH DOT BELOW;Lu;0;L;0048 0323;;;;N;;;;1E25; +1E25;LATIN SMALL LETTER H WITH DOT BELOW;Ll;0;L;0068 0323;;;;N;;;1E24;;1E24 +1E26;LATIN CAPITAL LETTER H WITH DIAERESIS;Lu;0;L;0048 0308;;;;N;;;;1E27; +1E27;LATIN SMALL LETTER H WITH DIAERESIS;Ll;0;L;0068 0308;;;;N;;;1E26;;1E26 +1E28;LATIN CAPITAL LETTER H WITH CEDILLA;Lu;0;L;0048 0327;;;;N;;;;1E29; +1E29;LATIN SMALL LETTER H WITH CEDILLA;Ll;0;L;0068 0327;;;;N;;;1E28;;1E28 +1E2A;LATIN CAPITAL LETTER H WITH BREVE BELOW;Lu;0;L;0048 032E;;;;N;;;;1E2B; +1E2B;LATIN SMALL LETTER H WITH BREVE BELOW;Ll;0;L;0068 032E;;;;N;;;1E2A;;1E2A +1E2C;LATIN CAPITAL LETTER I WITH TILDE BELOW;Lu;0;L;0049 0330;;;;N;;;;1E2D; +1E2D;LATIN SMALL LETTER I WITH TILDE BELOW;Ll;0;L;0069 0330;;;;N;;;1E2C;;1E2C +1E2E;LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE;Lu;0;L;00CF 0301;;;;N;;;;1E2F; +1E2F;LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE;Ll;0;L;00EF 0301;;;;N;;;1E2E;;1E2E +1E30;LATIN CAPITAL LETTER K WITH ACUTE;Lu;0;L;004B 0301;;;;N;;;;1E31; +1E31;LATIN SMALL LETTER K WITH ACUTE;Ll;0;L;006B 0301;;;;N;;;1E30;;1E30 +1E32;LATIN CAPITAL LETTER K WITH DOT BELOW;Lu;0;L;004B 0323;;;;N;;;;1E33; +1E33;LATIN SMALL LETTER K WITH DOT BELOW;Ll;0;L;006B 0323;;;;N;;;1E32;;1E32 +1E34;LATIN CAPITAL LETTER K WITH LINE BELOW;Lu;0;L;004B 0331;;;;N;;;;1E35; +1E35;LATIN SMALL LETTER K WITH LINE BELOW;Ll;0;L;006B 0331;;;;N;;;1E34;;1E34 +1E36;LATIN CAPITAL LETTER L WITH DOT BELOW;Lu;0;L;004C 0323;;;;N;;;;1E37; +1E37;LATIN SMALL LETTER L WITH DOT BELOW;Ll;0;L;006C 0323;;;;N;;;1E36;;1E36 +1E38;LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON;Lu;0;L;1E36 0304;;;;N;;;;1E39; +1E39;LATIN SMALL LETTER L WITH DOT BELOW AND MACRON;Ll;0;L;1E37 0304;;;;N;;;1E38;;1E38 +1E3A;LATIN CAPITAL LETTER L WITH LINE BELOW;Lu;0;L;004C 0331;;;;N;;;;1E3B; +1E3B;LATIN SMALL LETTER L WITH LINE BELOW;Ll;0;L;006C 0331;;;;N;;;1E3A;;1E3A +1E3C;LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW;Lu;0;L;004C 032D;;;;N;;;;1E3D; +1E3D;LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW;Ll;0;L;006C 032D;;;;N;;;1E3C;;1E3C +1E3E;LATIN CAPITAL LETTER M WITH ACUTE;Lu;0;L;004D 0301;;;;N;;;;1E3F; +1E3F;LATIN SMALL LETTER M WITH ACUTE;Ll;0;L;006D 0301;;;;N;;;1E3E;;1E3E +1E40;LATIN CAPITAL LETTER M WITH DOT ABOVE;Lu;0;L;004D 0307;;;;N;;;;1E41; +1E41;LATIN SMALL LETTER M WITH DOT ABOVE;Ll;0;L;006D 0307;;;;N;;;1E40;;1E40 +1E42;LATIN CAPITAL LETTER M WITH DOT BELOW;Lu;0;L;004D 0323;;;;N;;;;1E43; +1E43;LATIN SMALL LETTER M WITH DOT BELOW;Ll;0;L;006D 0323;;;;N;;;1E42;;1E42 +1E44;LATIN CAPITAL LETTER N WITH DOT ABOVE;Lu;0;L;004E 0307;;;;N;;;;1E45; +1E45;LATIN SMALL LETTER N WITH DOT ABOVE;Ll;0;L;006E 0307;;;;N;;;1E44;;1E44 +1E46;LATIN CAPITAL LETTER N WITH DOT BELOW;Lu;0;L;004E 0323;;;;N;;;;1E47; +1E47;LATIN SMALL LETTER N WITH DOT BELOW;Ll;0;L;006E 0323;;;;N;;;1E46;;1E46 +1E48;LATIN CAPITAL LETTER N WITH LINE BELOW;Lu;0;L;004E 0331;;;;N;;;;1E49; +1E49;LATIN SMALL LETTER N WITH LINE BELOW;Ll;0;L;006E 0331;;;;N;;;1E48;;1E48 +1E4A;LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW;Lu;0;L;004E 032D;;;;N;;;;1E4B; +1E4B;LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW;Ll;0;L;006E 032D;;;;N;;;1E4A;;1E4A +1E4C;LATIN CAPITAL LETTER O WITH TILDE AND ACUTE;Lu;0;L;00D5 0301;;;;N;;;;1E4D; +1E4D;LATIN SMALL LETTER O WITH TILDE AND ACUTE;Ll;0;L;00F5 0301;;;;N;;;1E4C;;1E4C +1E4E;LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS;Lu;0;L;00D5 0308;;;;N;;;;1E4F; +1E4F;LATIN SMALL LETTER O WITH TILDE AND DIAERESIS;Ll;0;L;00F5 0308;;;;N;;;1E4E;;1E4E +1E50;LATIN CAPITAL LETTER O WITH MACRON AND GRAVE;Lu;0;L;014C 0300;;;;N;;;;1E51; +1E51;LATIN SMALL LETTER O WITH MACRON AND GRAVE;Ll;0;L;014D 0300;;;;N;;;1E50;;1E50 +1E52;LATIN CAPITAL LETTER O WITH MACRON AND ACUTE;Lu;0;L;014C 0301;;;;N;;;;1E53; +1E53;LATIN SMALL LETTER O WITH MACRON AND ACUTE;Ll;0;L;014D 0301;;;;N;;;1E52;;1E52 +1E54;LATIN CAPITAL LETTER P WITH ACUTE;Lu;0;L;0050 0301;;;;N;;;;1E55; +1E55;LATIN SMALL LETTER P WITH ACUTE;Ll;0;L;0070 0301;;;;N;;;1E54;;1E54 +1E56;LATIN CAPITAL LETTER P WITH DOT ABOVE;Lu;0;L;0050 0307;;;;N;;;;1E57; +1E57;LATIN SMALL LETTER P WITH DOT ABOVE;Ll;0;L;0070 0307;;;;N;;;1E56;;1E56 +1E58;LATIN CAPITAL LETTER R WITH DOT ABOVE;Lu;0;L;0052 0307;;;;N;;;;1E59; +1E59;LATIN SMALL LETTER R WITH DOT ABOVE;Ll;0;L;0072 0307;;;;N;;;1E58;;1E58 +1E5A;LATIN CAPITAL LETTER R WITH DOT BELOW;Lu;0;L;0052 0323;;;;N;;;;1E5B; +1E5B;LATIN SMALL LETTER R WITH DOT BELOW;Ll;0;L;0072 0323;;;;N;;;1E5A;;1E5A +1E5C;LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON;Lu;0;L;1E5A 0304;;;;N;;;;1E5D; +1E5D;LATIN SMALL LETTER R WITH DOT BELOW AND MACRON;Ll;0;L;1E5B 0304;;;;N;;;1E5C;;1E5C +1E5E;LATIN CAPITAL LETTER R WITH LINE BELOW;Lu;0;L;0052 0331;;;;N;;;;1E5F; +1E5F;LATIN SMALL LETTER R WITH LINE BELOW;Ll;0;L;0072 0331;;;;N;;;1E5E;;1E5E +1E60;LATIN CAPITAL LETTER S WITH DOT ABOVE;Lu;0;L;0053 0307;;;;N;;;;1E61; +1E61;LATIN SMALL LETTER S WITH DOT ABOVE;Ll;0;L;0073 0307;;;;N;;;1E60;;1E60 +1E62;LATIN CAPITAL LETTER S WITH DOT BELOW;Lu;0;L;0053 0323;;;;N;;;;1E63; +1E63;LATIN SMALL LETTER S WITH DOT BELOW;Ll;0;L;0073 0323;;;;N;;;1E62;;1E62 +1E64;LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE;Lu;0;L;015A 0307;;;;N;;;;1E65; +1E65;LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE;Ll;0;L;015B 0307;;;;N;;;1E64;;1E64 +1E66;LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE;Lu;0;L;0160 0307;;;;N;;;;1E67; +1E67;LATIN SMALL LETTER S WITH CARON AND DOT ABOVE;Ll;0;L;0161 0307;;;;N;;;1E66;;1E66 +1E68;LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE;Lu;0;L;1E62 0307;;;;N;;;;1E69; +1E69;LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE;Ll;0;L;1E63 0307;;;;N;;;1E68;;1E68 +1E6A;LATIN CAPITAL LETTER T WITH DOT ABOVE;Lu;0;L;0054 0307;;;;N;;;;1E6B; +1E6B;LATIN SMALL LETTER T WITH DOT ABOVE;Ll;0;L;0074 0307;;;;N;;;1E6A;;1E6A +1E6C;LATIN CAPITAL LETTER T WITH DOT BELOW;Lu;0;L;0054 0323;;;;N;;;;1E6D; +1E6D;LATIN SMALL LETTER T WITH DOT BELOW;Ll;0;L;0074 0323;;;;N;;;1E6C;;1E6C +1E6E;LATIN CAPITAL LETTER T WITH LINE BELOW;Lu;0;L;0054 0331;;;;N;;;;1E6F; +1E6F;LATIN SMALL LETTER T WITH LINE BELOW;Ll;0;L;0074 0331;;;;N;;;1E6E;;1E6E +1E70;LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW;Lu;0;L;0054 032D;;;;N;;;;1E71; +1E71;LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW;Ll;0;L;0074 032D;;;;N;;;1E70;;1E70 +1E72;LATIN CAPITAL LETTER U WITH DIAERESIS BELOW;Lu;0;L;0055 0324;;;;N;;;;1E73; +1E73;LATIN SMALL LETTER U WITH DIAERESIS BELOW;Ll;0;L;0075 0324;;;;N;;;1E72;;1E72 +1E74;LATIN CAPITAL LETTER U WITH TILDE BELOW;Lu;0;L;0055 0330;;;;N;;;;1E75; +1E75;LATIN SMALL LETTER U WITH TILDE BELOW;Ll;0;L;0075 0330;;;;N;;;1E74;;1E74 +1E76;LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW;Lu;0;L;0055 032D;;;;N;;;;1E77; +1E77;LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW;Ll;0;L;0075 032D;;;;N;;;1E76;;1E76 +1E78;LATIN CAPITAL LETTER U WITH TILDE AND ACUTE;Lu;0;L;0168 0301;;;;N;;;;1E79; +1E79;LATIN SMALL LETTER U WITH TILDE AND ACUTE;Ll;0;L;0169 0301;;;;N;;;1E78;;1E78 +1E7A;LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS;Lu;0;L;016A 0308;;;;N;;;;1E7B; +1E7B;LATIN SMALL LETTER U WITH MACRON AND DIAERESIS;Ll;0;L;016B 0308;;;;N;;;1E7A;;1E7A +1E7C;LATIN CAPITAL LETTER V WITH TILDE;Lu;0;L;0056 0303;;;;N;;;;1E7D; +1E7D;LATIN SMALL LETTER V WITH TILDE;Ll;0;L;0076 0303;;;;N;;;1E7C;;1E7C +1E7E;LATIN CAPITAL LETTER V WITH DOT BELOW;Lu;0;L;0056 0323;;;;N;;;;1E7F; +1E7F;LATIN SMALL LETTER V WITH DOT BELOW;Ll;0;L;0076 0323;;;;N;;;1E7E;;1E7E +1E80;LATIN CAPITAL LETTER W WITH GRAVE;Lu;0;L;0057 0300;;;;N;;;;1E81; +1E81;LATIN SMALL LETTER W WITH GRAVE;Ll;0;L;0077 0300;;;;N;;;1E80;;1E80 +1E82;LATIN CAPITAL LETTER W WITH ACUTE;Lu;0;L;0057 0301;;;;N;;;;1E83; +1E83;LATIN SMALL LETTER W WITH ACUTE;Ll;0;L;0077 0301;;;;N;;;1E82;;1E82 +1E84;LATIN CAPITAL LETTER W WITH DIAERESIS;Lu;0;L;0057 0308;;;;N;;;;1E85; +1E85;LATIN SMALL LETTER W WITH DIAERESIS;Ll;0;L;0077 0308;;;;N;;;1E84;;1E84 +1E86;LATIN CAPITAL LETTER W WITH DOT ABOVE;Lu;0;L;0057 0307;;;;N;;;;1E87; +1E87;LATIN SMALL LETTER W WITH DOT ABOVE;Ll;0;L;0077 0307;;;;N;;;1E86;;1E86 +1E88;LATIN CAPITAL LETTER W WITH DOT BELOW;Lu;0;L;0057 0323;;;;N;;;;1E89; +1E89;LATIN SMALL LETTER W WITH DOT BELOW;Ll;0;L;0077 0323;;;;N;;;1E88;;1E88 +1E8A;LATIN CAPITAL LETTER X WITH DOT ABOVE;Lu;0;L;0058 0307;;;;N;;;;1E8B; +1E8B;LATIN SMALL LETTER X WITH DOT ABOVE;Ll;0;L;0078 0307;;;;N;;;1E8A;;1E8A +1E8C;LATIN CAPITAL LETTER X WITH DIAERESIS;Lu;0;L;0058 0308;;;;N;;;;1E8D; +1E8D;LATIN SMALL LETTER X WITH DIAERESIS;Ll;0;L;0078 0308;;;;N;;;1E8C;;1E8C +1E8E;LATIN CAPITAL LETTER Y WITH DOT ABOVE;Lu;0;L;0059 0307;;;;N;;;;1E8F; +1E8F;LATIN SMALL LETTER Y WITH DOT ABOVE;Ll;0;L;0079 0307;;;;N;;;1E8E;;1E8E +1E90;LATIN CAPITAL LETTER Z WITH CIRCUMFLEX;Lu;0;L;005A 0302;;;;N;;;;1E91; +1E91;LATIN SMALL LETTER Z WITH CIRCUMFLEX;Ll;0;L;007A 0302;;;;N;;;1E90;;1E90 +1E92;LATIN CAPITAL LETTER Z WITH DOT BELOW;Lu;0;L;005A 0323;;;;N;;;;1E93; +1E93;LATIN SMALL LETTER Z WITH DOT BELOW;Ll;0;L;007A 0323;;;;N;;;1E92;;1E92 +1E94;LATIN CAPITAL LETTER Z WITH LINE BELOW;Lu;0;L;005A 0331;;;;N;;;;1E95; +1E95;LATIN SMALL LETTER Z WITH LINE BELOW;Ll;0;L;007A 0331;;;;N;;;1E94;;1E94 +1E96;LATIN SMALL LETTER H WITH LINE BELOW;Ll;0;L;0068 0331;;;;N;;;;; +1E97;LATIN SMALL LETTER T WITH DIAERESIS;Ll;0;L;0074 0308;;;;N;;;;; +1E98;LATIN SMALL LETTER W WITH RING ABOVE;Ll;0;L;0077 030A;;;;N;;;;; +1E99;LATIN SMALL LETTER Y WITH RING ABOVE;Ll;0;L;0079 030A;;;;N;;;;; +1E9A;LATIN SMALL LETTER A WITH RIGHT HALF RING;Ll;0;L; 0061 02BE;;;;N;;;;; +1E9B;LATIN SMALL LETTER LONG S WITH DOT ABOVE;Ll;0;L;017F 0307;;;;N;;;1E60;;1E60 +1E9C;LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE;Ll;0;L;;;;;N;;;;; +1E9D;LATIN SMALL LETTER LONG S WITH HIGH STROKE;Ll;0;L;;;;;N;;;;; +1E9E;LATIN CAPITAL LETTER SHARP S;Lu;0;L;;;;;N;;;;00DF; +1E9F;LATIN SMALL LETTER DELTA;Ll;0;L;;;;;N;;;;; +1EA0;LATIN CAPITAL LETTER A WITH DOT BELOW;Lu;0;L;0041 0323;;;;N;;;;1EA1; +1EA1;LATIN SMALL LETTER A WITH DOT BELOW;Ll;0;L;0061 0323;;;;N;;;1EA0;;1EA0 +1EA2;LATIN CAPITAL LETTER A WITH HOOK ABOVE;Lu;0;L;0041 0309;;;;N;;;;1EA3; +1EA3;LATIN SMALL LETTER A WITH HOOK ABOVE;Ll;0;L;0061 0309;;;;N;;;1EA2;;1EA2 +1EA4;LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE;Lu;0;L;00C2 0301;;;;N;;;;1EA5; +1EA5;LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE;Ll;0;L;00E2 0301;;;;N;;;1EA4;;1EA4 +1EA6;LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE;Lu;0;L;00C2 0300;;;;N;;;;1EA7; +1EA7;LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE;Ll;0;L;00E2 0300;;;;N;;;1EA6;;1EA6 +1EA8;LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE;Lu;0;L;00C2 0309;;;;N;;;;1EA9; +1EA9;LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE;Ll;0;L;00E2 0309;;;;N;;;1EA8;;1EA8 +1EAA;LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE;Lu;0;L;00C2 0303;;;;N;;;;1EAB; +1EAB;LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE;Ll;0;L;00E2 0303;;;;N;;;1EAA;;1EAA +1EAC;LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW;Lu;0;L;1EA0 0302;;;;N;;;;1EAD; +1EAD;LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW;Ll;0;L;1EA1 0302;;;;N;;;1EAC;;1EAC +1EAE;LATIN CAPITAL LETTER A WITH BREVE AND ACUTE;Lu;0;L;0102 0301;;;;N;;;;1EAF; +1EAF;LATIN SMALL LETTER A WITH BREVE AND ACUTE;Ll;0;L;0103 0301;;;;N;;;1EAE;;1EAE +1EB0;LATIN CAPITAL LETTER A WITH BREVE AND GRAVE;Lu;0;L;0102 0300;;;;N;;;;1EB1; +1EB1;LATIN SMALL LETTER A WITH BREVE AND GRAVE;Ll;0;L;0103 0300;;;;N;;;1EB0;;1EB0 +1EB2;LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE;Lu;0;L;0102 0309;;;;N;;;;1EB3; +1EB3;LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE;Ll;0;L;0103 0309;;;;N;;;1EB2;;1EB2 +1EB4;LATIN CAPITAL LETTER A WITH BREVE AND TILDE;Lu;0;L;0102 0303;;;;N;;;;1EB5; +1EB5;LATIN SMALL LETTER A WITH BREVE AND TILDE;Ll;0;L;0103 0303;;;;N;;;1EB4;;1EB4 +1EB6;LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW;Lu;0;L;1EA0 0306;;;;N;;;;1EB7; +1EB7;LATIN SMALL LETTER A WITH BREVE AND DOT BELOW;Ll;0;L;1EA1 0306;;;;N;;;1EB6;;1EB6 +1EB8;LATIN CAPITAL LETTER E WITH DOT BELOW;Lu;0;L;0045 0323;;;;N;;;;1EB9; +1EB9;LATIN SMALL LETTER E WITH DOT BELOW;Ll;0;L;0065 0323;;;;N;;;1EB8;;1EB8 +1EBA;LATIN CAPITAL LETTER E WITH HOOK ABOVE;Lu;0;L;0045 0309;;;;N;;;;1EBB; +1EBB;LATIN SMALL LETTER E WITH HOOK ABOVE;Ll;0;L;0065 0309;;;;N;;;1EBA;;1EBA +1EBC;LATIN CAPITAL LETTER E WITH TILDE;Lu;0;L;0045 0303;;;;N;;;;1EBD; +1EBD;LATIN SMALL LETTER E WITH TILDE;Ll;0;L;0065 0303;;;;N;;;1EBC;;1EBC +1EBE;LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE;Lu;0;L;00CA 0301;;;;N;;;;1EBF; +1EBF;LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE;Ll;0;L;00EA 0301;;;;N;;;1EBE;;1EBE +1EC0;LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE;Lu;0;L;00CA 0300;;;;N;;;;1EC1; +1EC1;LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE;Ll;0;L;00EA 0300;;;;N;;;1EC0;;1EC0 +1EC2;LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE;Lu;0;L;00CA 0309;;;;N;;;;1EC3; +1EC3;LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE;Ll;0;L;00EA 0309;;;;N;;;1EC2;;1EC2 +1EC4;LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE;Lu;0;L;00CA 0303;;;;N;;;;1EC5; +1EC5;LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE;Ll;0;L;00EA 0303;;;;N;;;1EC4;;1EC4 +1EC6;LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW;Lu;0;L;1EB8 0302;;;;N;;;;1EC7; +1EC7;LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW;Ll;0;L;1EB9 0302;;;;N;;;1EC6;;1EC6 +1EC8;LATIN CAPITAL LETTER I WITH HOOK ABOVE;Lu;0;L;0049 0309;;;;N;;;;1EC9; +1EC9;LATIN SMALL LETTER I WITH HOOK ABOVE;Ll;0;L;0069 0309;;;;N;;;1EC8;;1EC8 +1ECA;LATIN CAPITAL LETTER I WITH DOT BELOW;Lu;0;L;0049 0323;;;;N;;;;1ECB; +1ECB;LATIN SMALL LETTER I WITH DOT BELOW;Ll;0;L;0069 0323;;;;N;;;1ECA;;1ECA +1ECC;LATIN CAPITAL LETTER O WITH DOT BELOW;Lu;0;L;004F 0323;;;;N;;;;1ECD; +1ECD;LATIN SMALL LETTER O WITH DOT BELOW;Ll;0;L;006F 0323;;;;N;;;1ECC;;1ECC +1ECE;LATIN CAPITAL LETTER O WITH HOOK ABOVE;Lu;0;L;004F 0309;;;;N;;;;1ECF; +1ECF;LATIN SMALL LETTER O WITH HOOK ABOVE;Ll;0;L;006F 0309;;;;N;;;1ECE;;1ECE +1ED0;LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE;Lu;0;L;00D4 0301;;;;N;;;;1ED1; +1ED1;LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE;Ll;0;L;00F4 0301;;;;N;;;1ED0;;1ED0 +1ED2;LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE;Lu;0;L;00D4 0300;;;;N;;;;1ED3; +1ED3;LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE;Ll;0;L;00F4 0300;;;;N;;;1ED2;;1ED2 +1ED4;LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE;Lu;0;L;00D4 0309;;;;N;;;;1ED5; +1ED5;LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE;Ll;0;L;00F4 0309;;;;N;;;1ED4;;1ED4 +1ED6;LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE;Lu;0;L;00D4 0303;;;;N;;;;1ED7; +1ED7;LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE;Ll;0;L;00F4 0303;;;;N;;;1ED6;;1ED6 +1ED8;LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW;Lu;0;L;1ECC 0302;;;;N;;;;1ED9; +1ED9;LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW;Ll;0;L;1ECD 0302;;;;N;;;1ED8;;1ED8 +1EDA;LATIN CAPITAL LETTER O WITH HORN AND ACUTE;Lu;0;L;01A0 0301;;;;N;;;;1EDB; +1EDB;LATIN SMALL LETTER O WITH HORN AND ACUTE;Ll;0;L;01A1 0301;;;;N;;;1EDA;;1EDA +1EDC;LATIN CAPITAL LETTER O WITH HORN AND GRAVE;Lu;0;L;01A0 0300;;;;N;;;;1EDD; +1EDD;LATIN SMALL LETTER O WITH HORN AND GRAVE;Ll;0;L;01A1 0300;;;;N;;;1EDC;;1EDC +1EDE;LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE;Lu;0;L;01A0 0309;;;;N;;;;1EDF; +1EDF;LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE;Ll;0;L;01A1 0309;;;;N;;;1EDE;;1EDE +1EE0;LATIN CAPITAL LETTER O WITH HORN AND TILDE;Lu;0;L;01A0 0303;;;;N;;;;1EE1; +1EE1;LATIN SMALL LETTER O WITH HORN AND TILDE;Ll;0;L;01A1 0303;;;;N;;;1EE0;;1EE0 +1EE2;LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW;Lu;0;L;01A0 0323;;;;N;;;;1EE3; +1EE3;LATIN SMALL LETTER O WITH HORN AND DOT BELOW;Ll;0;L;01A1 0323;;;;N;;;1EE2;;1EE2 +1EE4;LATIN CAPITAL LETTER U WITH DOT BELOW;Lu;0;L;0055 0323;;;;N;;;;1EE5; +1EE5;LATIN SMALL LETTER U WITH DOT BELOW;Ll;0;L;0075 0323;;;;N;;;1EE4;;1EE4 +1EE6;LATIN CAPITAL LETTER U WITH HOOK ABOVE;Lu;0;L;0055 0309;;;;N;;;;1EE7; +1EE7;LATIN SMALL LETTER U WITH HOOK ABOVE;Ll;0;L;0075 0309;;;;N;;;1EE6;;1EE6 +1EE8;LATIN CAPITAL LETTER U WITH HORN AND ACUTE;Lu;0;L;01AF 0301;;;;N;;;;1EE9; +1EE9;LATIN SMALL LETTER U WITH HORN AND ACUTE;Ll;0;L;01B0 0301;;;;N;;;1EE8;;1EE8 +1EEA;LATIN CAPITAL LETTER U WITH HORN AND GRAVE;Lu;0;L;01AF 0300;;;;N;;;;1EEB; +1EEB;LATIN SMALL LETTER U WITH HORN AND GRAVE;Ll;0;L;01B0 0300;;;;N;;;1EEA;;1EEA +1EEC;LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE;Lu;0;L;01AF 0309;;;;N;;;;1EED; +1EED;LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE;Ll;0;L;01B0 0309;;;;N;;;1EEC;;1EEC +1EEE;LATIN CAPITAL LETTER U WITH HORN AND TILDE;Lu;0;L;01AF 0303;;;;N;;;;1EEF; +1EEF;LATIN SMALL LETTER U WITH HORN AND TILDE;Ll;0;L;01B0 0303;;;;N;;;1EEE;;1EEE +1EF0;LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW;Lu;0;L;01AF 0323;;;;N;;;;1EF1; +1EF1;LATIN SMALL LETTER U WITH HORN AND DOT BELOW;Ll;0;L;01B0 0323;;;;N;;;1EF0;;1EF0 +1EF2;LATIN CAPITAL LETTER Y WITH GRAVE;Lu;0;L;0059 0300;;;;N;;;;1EF3; +1EF3;LATIN SMALL LETTER Y WITH GRAVE;Ll;0;L;0079 0300;;;;N;;;1EF2;;1EF2 +1EF4;LATIN CAPITAL LETTER Y WITH DOT BELOW;Lu;0;L;0059 0323;;;;N;;;;1EF5; +1EF5;LATIN SMALL LETTER Y WITH DOT BELOW;Ll;0;L;0079 0323;;;;N;;;1EF4;;1EF4 +1EF6;LATIN CAPITAL LETTER Y WITH HOOK ABOVE;Lu;0;L;0059 0309;;;;N;;;;1EF7; +1EF7;LATIN SMALL LETTER Y WITH HOOK ABOVE;Ll;0;L;0079 0309;;;;N;;;1EF6;;1EF6 +1EF8;LATIN CAPITAL LETTER Y WITH TILDE;Lu;0;L;0059 0303;;;;N;;;;1EF9; +1EF9;LATIN SMALL LETTER Y WITH TILDE;Ll;0;L;0079 0303;;;;N;;;1EF8;;1EF8 +1EFA;LATIN CAPITAL LETTER MIDDLE-WELSH LL;Lu;0;L;;;;;N;;;;1EFB; +1EFB;LATIN SMALL LETTER MIDDLE-WELSH LL;Ll;0;L;;;;;N;;;1EFA;;1EFA +1EFC;LATIN CAPITAL LETTER MIDDLE-WELSH V;Lu;0;L;;;;;N;;;;1EFD; +1EFD;LATIN SMALL LETTER MIDDLE-WELSH V;Ll;0;L;;;;;N;;;1EFC;;1EFC +1EFE;LATIN CAPITAL LETTER Y WITH LOOP;Lu;0;L;;;;;N;;;;1EFF; +1EFF;LATIN SMALL LETTER Y WITH LOOP;Ll;0;L;;;;;N;;;1EFE;;1EFE +1F00;GREEK SMALL LETTER ALPHA WITH PSILI;Ll;0;L;03B1 0313;;;;N;;;1F08;;1F08 +1F01;GREEK SMALL LETTER ALPHA WITH DASIA;Ll;0;L;03B1 0314;;;;N;;;1F09;;1F09 +1F02;GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA;Ll;0;L;1F00 0300;;;;N;;;1F0A;;1F0A +1F03;GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA;Ll;0;L;1F01 0300;;;;N;;;1F0B;;1F0B +1F04;GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA;Ll;0;L;1F00 0301;;;;N;;;1F0C;;1F0C +1F05;GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA;Ll;0;L;1F01 0301;;;;N;;;1F0D;;1F0D +1F06;GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI;Ll;0;L;1F00 0342;;;;N;;;1F0E;;1F0E +1F07;GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI;Ll;0;L;1F01 0342;;;;N;;;1F0F;;1F0F +1F08;GREEK CAPITAL LETTER ALPHA WITH PSILI;Lu;0;L;0391 0313;;;;N;;;;1F00; +1F09;GREEK CAPITAL LETTER ALPHA WITH DASIA;Lu;0;L;0391 0314;;;;N;;;;1F01; +1F0A;GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA;Lu;0;L;1F08 0300;;;;N;;;;1F02; +1F0B;GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA;Lu;0;L;1F09 0300;;;;N;;;;1F03; +1F0C;GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA;Lu;0;L;1F08 0301;;;;N;;;;1F04; +1F0D;GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA;Lu;0;L;1F09 0301;;;;N;;;;1F05; +1F0E;GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI;Lu;0;L;1F08 0342;;;;N;;;;1F06; +1F0F;GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI;Lu;0;L;1F09 0342;;;;N;;;;1F07; +1F10;GREEK SMALL LETTER EPSILON WITH PSILI;Ll;0;L;03B5 0313;;;;N;;;1F18;;1F18 +1F11;GREEK SMALL LETTER EPSILON WITH DASIA;Ll;0;L;03B5 0314;;;;N;;;1F19;;1F19 +1F12;GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA;Ll;0;L;1F10 0300;;;;N;;;1F1A;;1F1A +1F13;GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA;Ll;0;L;1F11 0300;;;;N;;;1F1B;;1F1B +1F14;GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA;Ll;0;L;1F10 0301;;;;N;;;1F1C;;1F1C +1F15;GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA;Ll;0;L;1F11 0301;;;;N;;;1F1D;;1F1D +1F18;GREEK CAPITAL LETTER EPSILON WITH PSILI;Lu;0;L;0395 0313;;;;N;;;;1F10; +1F19;GREEK CAPITAL LETTER EPSILON WITH DASIA;Lu;0;L;0395 0314;;;;N;;;;1F11; +1F1A;GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA;Lu;0;L;1F18 0300;;;;N;;;;1F12; +1F1B;GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA;Lu;0;L;1F19 0300;;;;N;;;;1F13; +1F1C;GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA;Lu;0;L;1F18 0301;;;;N;;;;1F14; +1F1D;GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA;Lu;0;L;1F19 0301;;;;N;;;;1F15; +1F20;GREEK SMALL LETTER ETA WITH PSILI;Ll;0;L;03B7 0313;;;;N;;;1F28;;1F28 +1F21;GREEK SMALL LETTER ETA WITH DASIA;Ll;0;L;03B7 0314;;;;N;;;1F29;;1F29 +1F22;GREEK SMALL LETTER ETA WITH PSILI AND VARIA;Ll;0;L;1F20 0300;;;;N;;;1F2A;;1F2A +1F23;GREEK SMALL LETTER ETA WITH DASIA AND VARIA;Ll;0;L;1F21 0300;;;;N;;;1F2B;;1F2B +1F24;GREEK SMALL LETTER ETA WITH PSILI AND OXIA;Ll;0;L;1F20 0301;;;;N;;;1F2C;;1F2C +1F25;GREEK SMALL LETTER ETA WITH DASIA AND OXIA;Ll;0;L;1F21 0301;;;;N;;;1F2D;;1F2D +1F26;GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI;Ll;0;L;1F20 0342;;;;N;;;1F2E;;1F2E +1F27;GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI;Ll;0;L;1F21 0342;;;;N;;;1F2F;;1F2F +1F28;GREEK CAPITAL LETTER ETA WITH PSILI;Lu;0;L;0397 0313;;;;N;;;;1F20; +1F29;GREEK CAPITAL LETTER ETA WITH DASIA;Lu;0;L;0397 0314;;;;N;;;;1F21; +1F2A;GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA;Lu;0;L;1F28 0300;;;;N;;;;1F22; +1F2B;GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA;Lu;0;L;1F29 0300;;;;N;;;;1F23; +1F2C;GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA;Lu;0;L;1F28 0301;;;;N;;;;1F24; +1F2D;GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA;Lu;0;L;1F29 0301;;;;N;;;;1F25; +1F2E;GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI;Lu;0;L;1F28 0342;;;;N;;;;1F26; +1F2F;GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI;Lu;0;L;1F29 0342;;;;N;;;;1F27; +1F30;GREEK SMALL LETTER IOTA WITH PSILI;Ll;0;L;03B9 0313;;;;N;;;1F38;;1F38 +1F31;GREEK SMALL LETTER IOTA WITH DASIA;Ll;0;L;03B9 0314;;;;N;;;1F39;;1F39 +1F32;GREEK SMALL LETTER IOTA WITH PSILI AND VARIA;Ll;0;L;1F30 0300;;;;N;;;1F3A;;1F3A +1F33;GREEK SMALL LETTER IOTA WITH DASIA AND VARIA;Ll;0;L;1F31 0300;;;;N;;;1F3B;;1F3B +1F34;GREEK SMALL LETTER IOTA WITH PSILI AND OXIA;Ll;0;L;1F30 0301;;;;N;;;1F3C;;1F3C +1F35;GREEK SMALL LETTER IOTA WITH DASIA AND OXIA;Ll;0;L;1F31 0301;;;;N;;;1F3D;;1F3D +1F36;GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI;Ll;0;L;1F30 0342;;;;N;;;1F3E;;1F3E +1F37;GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI;Ll;0;L;1F31 0342;;;;N;;;1F3F;;1F3F +1F38;GREEK CAPITAL LETTER IOTA WITH PSILI;Lu;0;L;0399 0313;;;;N;;;;1F30; +1F39;GREEK CAPITAL LETTER IOTA WITH DASIA;Lu;0;L;0399 0314;;;;N;;;;1F31; +1F3A;GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA;Lu;0;L;1F38 0300;;;;N;;;;1F32; +1F3B;GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA;Lu;0;L;1F39 0300;;;;N;;;;1F33; +1F3C;GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA;Lu;0;L;1F38 0301;;;;N;;;;1F34; +1F3D;GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA;Lu;0;L;1F39 0301;;;;N;;;;1F35; +1F3E;GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI;Lu;0;L;1F38 0342;;;;N;;;;1F36; +1F3F;GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI;Lu;0;L;1F39 0342;;;;N;;;;1F37; +1F40;GREEK SMALL LETTER OMICRON WITH PSILI;Ll;0;L;03BF 0313;;;;N;;;1F48;;1F48 +1F41;GREEK SMALL LETTER OMICRON WITH DASIA;Ll;0;L;03BF 0314;;;;N;;;1F49;;1F49 +1F42;GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA;Ll;0;L;1F40 0300;;;;N;;;1F4A;;1F4A +1F43;GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA;Ll;0;L;1F41 0300;;;;N;;;1F4B;;1F4B +1F44;GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA;Ll;0;L;1F40 0301;;;;N;;;1F4C;;1F4C +1F45;GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA;Ll;0;L;1F41 0301;;;;N;;;1F4D;;1F4D +1F48;GREEK CAPITAL LETTER OMICRON WITH PSILI;Lu;0;L;039F 0313;;;;N;;;;1F40; +1F49;GREEK CAPITAL LETTER OMICRON WITH DASIA;Lu;0;L;039F 0314;;;;N;;;;1F41; +1F4A;GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA;Lu;0;L;1F48 0300;;;;N;;;;1F42; +1F4B;GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA;Lu;0;L;1F49 0300;;;;N;;;;1F43; +1F4C;GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA;Lu;0;L;1F48 0301;;;;N;;;;1F44; +1F4D;GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA;Lu;0;L;1F49 0301;;;;N;;;;1F45; +1F50;GREEK SMALL LETTER UPSILON WITH PSILI;Ll;0;L;03C5 0313;;;;N;;;;; +1F51;GREEK SMALL LETTER UPSILON WITH DASIA;Ll;0;L;03C5 0314;;;;N;;;1F59;;1F59 +1F52;GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA;Ll;0;L;1F50 0300;;;;N;;;;; +1F53;GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA;Ll;0;L;1F51 0300;;;;N;;;1F5B;;1F5B +1F54;GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA;Ll;0;L;1F50 0301;;;;N;;;;; +1F55;GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA;Ll;0;L;1F51 0301;;;;N;;;1F5D;;1F5D +1F56;GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI;Ll;0;L;1F50 0342;;;;N;;;;; +1F57;GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI;Ll;0;L;1F51 0342;;;;N;;;1F5F;;1F5F +1F59;GREEK CAPITAL LETTER UPSILON WITH DASIA;Lu;0;L;03A5 0314;;;;N;;;;1F51; +1F5B;GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA;Lu;0;L;1F59 0300;;;;N;;;;1F53; +1F5D;GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA;Lu;0;L;1F59 0301;;;;N;;;;1F55; +1F5F;GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI;Lu;0;L;1F59 0342;;;;N;;;;1F57; +1F60;GREEK SMALL LETTER OMEGA WITH PSILI;Ll;0;L;03C9 0313;;;;N;;;1F68;;1F68 +1F61;GREEK SMALL LETTER OMEGA WITH DASIA;Ll;0;L;03C9 0314;;;;N;;;1F69;;1F69 +1F62;GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA;Ll;0;L;1F60 0300;;;;N;;;1F6A;;1F6A +1F63;GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA;Ll;0;L;1F61 0300;;;;N;;;1F6B;;1F6B +1F64;GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA;Ll;0;L;1F60 0301;;;;N;;;1F6C;;1F6C +1F65;GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA;Ll;0;L;1F61 0301;;;;N;;;1F6D;;1F6D +1F66;GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI;Ll;0;L;1F60 0342;;;;N;;;1F6E;;1F6E +1F67;GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI;Ll;0;L;1F61 0342;;;;N;;;1F6F;;1F6F +1F68;GREEK CAPITAL LETTER OMEGA WITH PSILI;Lu;0;L;03A9 0313;;;;N;;;;1F60; +1F69;GREEK CAPITAL LETTER OMEGA WITH DASIA;Lu;0;L;03A9 0314;;;;N;;;;1F61; +1F6A;GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA;Lu;0;L;1F68 0300;;;;N;;;;1F62; +1F6B;GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA;Lu;0;L;1F69 0300;;;;N;;;;1F63; +1F6C;GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA;Lu;0;L;1F68 0301;;;;N;;;;1F64; +1F6D;GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA;Lu;0;L;1F69 0301;;;;N;;;;1F65; +1F6E;GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI;Lu;0;L;1F68 0342;;;;N;;;;1F66; +1F6F;GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI;Lu;0;L;1F69 0342;;;;N;;;;1F67; +1F70;GREEK SMALL LETTER ALPHA WITH VARIA;Ll;0;L;03B1 0300;;;;N;;;1FBA;;1FBA +1F71;GREEK SMALL LETTER ALPHA WITH OXIA;Ll;0;L;03AC;;;;N;;;1FBB;;1FBB +1F72;GREEK SMALL LETTER EPSILON WITH VARIA;Ll;0;L;03B5 0300;;;;N;;;1FC8;;1FC8 +1F73;GREEK SMALL LETTER EPSILON WITH OXIA;Ll;0;L;03AD;;;;N;;;1FC9;;1FC9 +1F74;GREEK SMALL LETTER ETA WITH VARIA;Ll;0;L;03B7 0300;;;;N;;;1FCA;;1FCA +1F75;GREEK SMALL LETTER ETA WITH OXIA;Ll;0;L;03AE;;;;N;;;1FCB;;1FCB +1F76;GREEK SMALL LETTER IOTA WITH VARIA;Ll;0;L;03B9 0300;;;;N;;;1FDA;;1FDA +1F77;GREEK SMALL LETTER IOTA WITH OXIA;Ll;0;L;03AF;;;;N;;;1FDB;;1FDB +1F78;GREEK SMALL LETTER OMICRON WITH VARIA;Ll;0;L;03BF 0300;;;;N;;;1FF8;;1FF8 +1F79;GREEK SMALL LETTER OMICRON WITH OXIA;Ll;0;L;03CC;;;;N;;;1FF9;;1FF9 +1F7A;GREEK SMALL LETTER UPSILON WITH VARIA;Ll;0;L;03C5 0300;;;;N;;;1FEA;;1FEA +1F7B;GREEK SMALL LETTER UPSILON WITH OXIA;Ll;0;L;03CD;;;;N;;;1FEB;;1FEB +1F7C;GREEK SMALL LETTER OMEGA WITH VARIA;Ll;0;L;03C9 0300;;;;N;;;1FFA;;1FFA +1F7D;GREEK SMALL LETTER OMEGA WITH OXIA;Ll;0;L;03CE;;;;N;;;1FFB;;1FFB +1F80;GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI;Ll;0;L;1F00 0345;;;;N;;;1F88;;1F88 +1F81;GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI;Ll;0;L;1F01 0345;;;;N;;;1F89;;1F89 +1F82;GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI;Ll;0;L;1F02 0345;;;;N;;;1F8A;;1F8A +1F83;GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI;Ll;0;L;1F03 0345;;;;N;;;1F8B;;1F8B +1F84;GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI;Ll;0;L;1F04 0345;;;;N;;;1F8C;;1F8C +1F85;GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI;Ll;0;L;1F05 0345;;;;N;;;1F8D;;1F8D +1F86;GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1F06 0345;;;;N;;;1F8E;;1F8E +1F87;GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1F07 0345;;;;N;;;1F8F;;1F8F +1F88;GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI;Lt;0;L;1F08 0345;;;;N;;;;1F80; +1F89;GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI;Lt;0;L;1F09 0345;;;;N;;;;1F81; +1F8A;GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI;Lt;0;L;1F0A 0345;;;;N;;;;1F82; +1F8B;GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI;Lt;0;L;1F0B 0345;;;;N;;;;1F83; +1F8C;GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI;Lt;0;L;1F0C 0345;;;;N;;;;1F84; +1F8D;GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI;Lt;0;L;1F0D 0345;;;;N;;;;1F85; +1F8E;GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI;Lt;0;L;1F0E 0345;;;;N;;;;1F86; +1F8F;GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI;Lt;0;L;1F0F 0345;;;;N;;;;1F87; +1F90;GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI;Ll;0;L;1F20 0345;;;;N;;;1F98;;1F98 +1F91;GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI;Ll;0;L;1F21 0345;;;;N;;;1F99;;1F99 +1F92;GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI;Ll;0;L;1F22 0345;;;;N;;;1F9A;;1F9A +1F93;GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI;Ll;0;L;1F23 0345;;;;N;;;1F9B;;1F9B +1F94;GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI;Ll;0;L;1F24 0345;;;;N;;;1F9C;;1F9C +1F95;GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI;Ll;0;L;1F25 0345;;;;N;;;1F9D;;1F9D +1F96;GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1F26 0345;;;;N;;;1F9E;;1F9E +1F97;GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1F27 0345;;;;N;;;1F9F;;1F9F +1F98;GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI;Lt;0;L;1F28 0345;;;;N;;;;1F90; +1F99;GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI;Lt;0;L;1F29 0345;;;;N;;;;1F91; +1F9A;GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI;Lt;0;L;1F2A 0345;;;;N;;;;1F92; +1F9B;GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI;Lt;0;L;1F2B 0345;;;;N;;;;1F93; +1F9C;GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI;Lt;0;L;1F2C 0345;;;;N;;;;1F94; +1F9D;GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI;Lt;0;L;1F2D 0345;;;;N;;;;1F95; +1F9E;GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI;Lt;0;L;1F2E 0345;;;;N;;;;1F96; +1F9F;GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI;Lt;0;L;1F2F 0345;;;;N;;;;1F97; +1FA0;GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI;Ll;0;L;1F60 0345;;;;N;;;1FA8;;1FA8 +1FA1;GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI;Ll;0;L;1F61 0345;;;;N;;;1FA9;;1FA9 +1FA2;GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI;Ll;0;L;1F62 0345;;;;N;;;1FAA;;1FAA +1FA3;GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI;Ll;0;L;1F63 0345;;;;N;;;1FAB;;1FAB +1FA4;GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI;Ll;0;L;1F64 0345;;;;N;;;1FAC;;1FAC +1FA5;GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI;Ll;0;L;1F65 0345;;;;N;;;1FAD;;1FAD +1FA6;GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1F66 0345;;;;N;;;1FAE;;1FAE +1FA7;GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1F67 0345;;;;N;;;1FAF;;1FAF +1FA8;GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI;Lt;0;L;1F68 0345;;;;N;;;;1FA0; +1FA9;GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI;Lt;0;L;1F69 0345;;;;N;;;;1FA1; +1FAA;GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI;Lt;0;L;1F6A 0345;;;;N;;;;1FA2; +1FAB;GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI;Lt;0;L;1F6B 0345;;;;N;;;;1FA3; +1FAC;GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI;Lt;0;L;1F6C 0345;;;;N;;;;1FA4; +1FAD;GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI;Lt;0;L;1F6D 0345;;;;N;;;;1FA5; +1FAE;GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI;Lt;0;L;1F6E 0345;;;;N;;;;1FA6; +1FAF;GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI;Lt;0;L;1F6F 0345;;;;N;;;;1FA7; +1FB0;GREEK SMALL LETTER ALPHA WITH VRACHY;Ll;0;L;03B1 0306;;;;N;;;1FB8;;1FB8 +1FB1;GREEK SMALL LETTER ALPHA WITH MACRON;Ll;0;L;03B1 0304;;;;N;;;1FB9;;1FB9 +1FB2;GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI;Ll;0;L;1F70 0345;;;;N;;;;; +1FB3;GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI;Ll;0;L;03B1 0345;;;;N;;;1FBC;;1FBC +1FB4;GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI;Ll;0;L;03AC 0345;;;;N;;;;; +1FB6;GREEK SMALL LETTER ALPHA WITH PERISPOMENI;Ll;0;L;03B1 0342;;;;N;;;;; +1FB7;GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1FB6 0345;;;;N;;;;; +1FB8;GREEK CAPITAL LETTER ALPHA WITH VRACHY;Lu;0;L;0391 0306;;;;N;;;;1FB0; +1FB9;GREEK CAPITAL LETTER ALPHA WITH MACRON;Lu;0;L;0391 0304;;;;N;;;;1FB1; +1FBA;GREEK CAPITAL LETTER ALPHA WITH VARIA;Lu;0;L;0391 0300;;;;N;;;;1F70; +1FBB;GREEK CAPITAL LETTER ALPHA WITH OXIA;Lu;0;L;0386;;;;N;;;;1F71; +1FBC;GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI;Lt;0;L;0391 0345;;;;N;;;;1FB3; +1FBD;GREEK KORONIS;Sk;0;ON; 0020 0313;;;;N;;;;; +1FBE;GREEK PROSGEGRAMMENI;Ll;0;L;03B9;;;;N;;;0399;;0399 +1FBF;GREEK PSILI;Sk;0;ON; 0020 0313;;;;N;;;;; +1FC0;GREEK PERISPOMENI;Sk;0;ON; 0020 0342;;;;N;;;;; +1FC1;GREEK DIALYTIKA AND PERISPOMENI;Sk;0;ON;00A8 0342;;;;N;;;;; +1FC2;GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI;Ll;0;L;1F74 0345;;;;N;;;;; +1FC3;GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI;Ll;0;L;03B7 0345;;;;N;;;1FCC;;1FCC +1FC4;GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI;Ll;0;L;03AE 0345;;;;N;;;;; +1FC6;GREEK SMALL LETTER ETA WITH PERISPOMENI;Ll;0;L;03B7 0342;;;;N;;;;; +1FC7;GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1FC6 0345;;;;N;;;;; +1FC8;GREEK CAPITAL LETTER EPSILON WITH VARIA;Lu;0;L;0395 0300;;;;N;;;;1F72; +1FC9;GREEK CAPITAL LETTER EPSILON WITH OXIA;Lu;0;L;0388;;;;N;;;;1F73; +1FCA;GREEK CAPITAL LETTER ETA WITH VARIA;Lu;0;L;0397 0300;;;;N;;;;1F74; +1FCB;GREEK CAPITAL LETTER ETA WITH OXIA;Lu;0;L;0389;;;;N;;;;1F75; +1FCC;GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI;Lt;0;L;0397 0345;;;;N;;;;1FC3; +1FCD;GREEK PSILI AND VARIA;Sk;0;ON;1FBF 0300;;;;N;;;;; +1FCE;GREEK PSILI AND OXIA;Sk;0;ON;1FBF 0301;;;;N;;;;; +1FCF;GREEK PSILI AND PERISPOMENI;Sk;0;ON;1FBF 0342;;;;N;;;;; +1FD0;GREEK SMALL LETTER IOTA WITH VRACHY;Ll;0;L;03B9 0306;;;;N;;;1FD8;;1FD8 +1FD1;GREEK SMALL LETTER IOTA WITH MACRON;Ll;0;L;03B9 0304;;;;N;;;1FD9;;1FD9 +1FD2;GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA;Ll;0;L;03CA 0300;;;;N;;;;; +1FD3;GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA;Ll;0;L;0390;;;;N;;;;; +1FD6;GREEK SMALL LETTER IOTA WITH PERISPOMENI;Ll;0;L;03B9 0342;;;;N;;;;; +1FD7;GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI;Ll;0;L;03CA 0342;;;;N;;;;; +1FD8;GREEK CAPITAL LETTER IOTA WITH VRACHY;Lu;0;L;0399 0306;;;;N;;;;1FD0; +1FD9;GREEK CAPITAL LETTER IOTA WITH MACRON;Lu;0;L;0399 0304;;;;N;;;;1FD1; +1FDA;GREEK CAPITAL LETTER IOTA WITH VARIA;Lu;0;L;0399 0300;;;;N;;;;1F76; +1FDB;GREEK CAPITAL LETTER IOTA WITH OXIA;Lu;0;L;038A;;;;N;;;;1F77; +1FDD;GREEK DASIA AND VARIA;Sk;0;ON;1FFE 0300;;;;N;;;;; +1FDE;GREEK DASIA AND OXIA;Sk;0;ON;1FFE 0301;;;;N;;;;; +1FDF;GREEK DASIA AND PERISPOMENI;Sk;0;ON;1FFE 0342;;;;N;;;;; +1FE0;GREEK SMALL LETTER UPSILON WITH VRACHY;Ll;0;L;03C5 0306;;;;N;;;1FE8;;1FE8 +1FE1;GREEK SMALL LETTER UPSILON WITH MACRON;Ll;0;L;03C5 0304;;;;N;;;1FE9;;1FE9 +1FE2;GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA;Ll;0;L;03CB 0300;;;;N;;;;; +1FE3;GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA;Ll;0;L;03B0;;;;N;;;;; +1FE4;GREEK SMALL LETTER RHO WITH PSILI;Ll;0;L;03C1 0313;;;;N;;;;; +1FE5;GREEK SMALL LETTER RHO WITH DASIA;Ll;0;L;03C1 0314;;;;N;;;1FEC;;1FEC +1FE6;GREEK SMALL LETTER UPSILON WITH PERISPOMENI;Ll;0;L;03C5 0342;;;;N;;;;; +1FE7;GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI;Ll;0;L;03CB 0342;;;;N;;;;; +1FE8;GREEK CAPITAL LETTER UPSILON WITH VRACHY;Lu;0;L;03A5 0306;;;;N;;;;1FE0; +1FE9;GREEK CAPITAL LETTER UPSILON WITH MACRON;Lu;0;L;03A5 0304;;;;N;;;;1FE1; +1FEA;GREEK CAPITAL LETTER UPSILON WITH VARIA;Lu;0;L;03A5 0300;;;;N;;;;1F7A; +1FEB;GREEK CAPITAL LETTER UPSILON WITH OXIA;Lu;0;L;038E;;;;N;;;;1F7B; +1FEC;GREEK CAPITAL LETTER RHO WITH DASIA;Lu;0;L;03A1 0314;;;;N;;;;1FE5; +1FED;GREEK DIALYTIKA AND VARIA;Sk;0;ON;00A8 0300;;;;N;;;;; +1FEE;GREEK DIALYTIKA AND OXIA;Sk;0;ON;0385;;;;N;;;;; +1FEF;GREEK VARIA;Sk;0;ON;0060;;;;N;;;;; +1FF2;GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI;Ll;0;L;1F7C 0345;;;;N;;;;; +1FF3;GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI;Ll;0;L;03C9 0345;;;;N;;;1FFC;;1FFC +1FF4;GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI;Ll;0;L;03CE 0345;;;;N;;;;; +1FF6;GREEK SMALL LETTER OMEGA WITH PERISPOMENI;Ll;0;L;03C9 0342;;;;N;;;;; +1FF7;GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI;Ll;0;L;1FF6 0345;;;;N;;;;; +1FF8;GREEK CAPITAL LETTER OMICRON WITH VARIA;Lu;0;L;039F 0300;;;;N;;;;1F78; +1FF9;GREEK CAPITAL LETTER OMICRON WITH OXIA;Lu;0;L;038C;;;;N;;;;1F79; +1FFA;GREEK CAPITAL LETTER OMEGA WITH VARIA;Lu;0;L;03A9 0300;;;;N;;;;1F7C; +1FFB;GREEK CAPITAL LETTER OMEGA WITH OXIA;Lu;0;L;038F;;;;N;;;;1F7D; +1FFC;GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI;Lt;0;L;03A9 0345;;;;N;;;;1FF3; +1FFD;GREEK OXIA;Sk;0;ON;00B4;;;;N;;;;; +1FFE;GREEK DASIA;Sk;0;ON; 0020 0314;;;;N;;;;; +2000;EN QUAD;Zs;0;WS;2002;;;;N;;;;; +2001;EM QUAD;Zs;0;WS;2003;;;;N;;;;; +2002;EN SPACE;Zs;0;WS; 0020;;;;N;;;;; +2003;EM SPACE;Zs;0;WS; 0020;;;;N;;;;; +2004;THREE-PER-EM SPACE;Zs;0;WS; 0020;;;;N;;;;; +2005;FOUR-PER-EM SPACE;Zs;0;WS; 0020;;;;N;;;;; +2006;SIX-PER-EM SPACE;Zs;0;WS; 0020;;;;N;;;;; +2007;FIGURE SPACE;Zs;0;WS; 0020;;;;N;;;;; +2008;PUNCTUATION SPACE;Zs;0;WS; 0020;;;;N;;;;; +2009;THIN SPACE;Zs;0;WS; 0020;;;;N;;;;; +200A;HAIR SPACE;Zs;0;WS; 0020;;;;N;;;;; +200B;ZERO WIDTH SPACE;Cf;0;BN;;;;;N;;;;; +200C;ZERO WIDTH NON-JOINER;Cf;0;BN;;;;;N;;;;; +200D;ZERO WIDTH JOINER;Cf;0;BN;;;;;N;;;;; +200E;LEFT-TO-RIGHT MARK;Cf;0;L;;;;;N;;;;; +200F;RIGHT-TO-LEFT MARK;Cf;0;R;;;;;N;;;;; +2010;HYPHEN;Pd;0;ON;;;;;N;;;;; +2011;NON-BREAKING HYPHEN;Pd;0;ON; 2010;;;;N;;;;; +2012;FIGURE DASH;Pd;0;ON;;;;;N;;;;; +2013;EN DASH;Pd;0;ON;;;;;N;;;;; +2014;EM DASH;Pd;0;ON;;;;;N;;;;; +2015;HORIZONTAL BAR;Pd;0;ON;;;;;N;QUOTATION DASH;;;; +2016;DOUBLE VERTICAL LINE;Po;0;ON;;;;;N;DOUBLE VERTICAL BAR;;;; +2017;DOUBLE LOW LINE;Po;0;ON; 0020 0333;;;;N;SPACING DOUBLE UNDERSCORE;;;; +2018;LEFT SINGLE QUOTATION MARK;Pi;0;ON;;;;;N;SINGLE TURNED COMMA QUOTATION MARK;;;; +2019;RIGHT SINGLE QUOTATION MARK;Pf;0;ON;;;;;N;SINGLE COMMA QUOTATION MARK;;;; +201A;SINGLE LOW-9 QUOTATION MARK;Ps;0;ON;;;;;N;LOW SINGLE COMMA QUOTATION MARK;;;; +201B;SINGLE HIGH-REVERSED-9 QUOTATION MARK;Pi;0;ON;;;;;N;SINGLE REVERSED COMMA QUOTATION MARK;;;; +201C;LEFT DOUBLE QUOTATION MARK;Pi;0;ON;;;;;N;DOUBLE TURNED COMMA QUOTATION MARK;;;; +201D;RIGHT DOUBLE QUOTATION MARK;Pf;0;ON;;;;;N;DOUBLE COMMA QUOTATION MARK;;;; +201E;DOUBLE LOW-9 QUOTATION MARK;Ps;0;ON;;;;;N;LOW DOUBLE COMMA QUOTATION MARK;;;; +201F;DOUBLE HIGH-REVERSED-9 QUOTATION MARK;Pi;0;ON;;;;;N;DOUBLE REVERSED COMMA QUOTATION MARK;;;; +2020;DAGGER;Po;0;ON;;;;;N;;;;; +2021;DOUBLE DAGGER;Po;0;ON;;;;;N;;;;; +2022;BULLET;Po;0;ON;;;;;N;;;;; +2023;TRIANGULAR BULLET;Po;0;ON;;;;;N;;;;; +2024;ONE DOT LEADER;Po;0;ON; 002E;;;;N;;;;; +2025;TWO DOT LEADER;Po;0;ON; 002E 002E;;;;N;;;;; +2026;HORIZONTAL ELLIPSIS;Po;0;ON; 002E 002E 002E;;;;N;;;;; +2027;HYPHENATION POINT;Po;0;ON;;;;;N;;;;; +2028;LINE SEPARATOR;Zl;0;WS;;;;;N;;;;; +2029;PARAGRAPH SEPARATOR;Zp;0;B;;;;;N;;;;; +202A;LEFT-TO-RIGHT EMBEDDING;Cf;0;LRE;;;;;N;;;;; +202B;RIGHT-TO-LEFT EMBEDDING;Cf;0;RLE;;;;;N;;;;; +202C;POP DIRECTIONAL FORMATTING;Cf;0;PDF;;;;;N;;;;; +202D;LEFT-TO-RIGHT OVERRIDE;Cf;0;LRO;;;;;N;;;;; +202E;RIGHT-TO-LEFT OVERRIDE;Cf;0;RLO;;;;;N;;;;; +202F;NARROW NO-BREAK SPACE;Zs;0;CS; 0020;;;;N;;;;; +2030;PER MILLE SIGN;Po;0;ET;;;;;N;;;;; +2031;PER TEN THOUSAND SIGN;Po;0;ET;;;;;N;;;;; +2032;PRIME;Po;0;ET;;;;;N;;;;; +2033;DOUBLE PRIME;Po;0;ET; 2032 2032;;;;N;;;;; +2034;TRIPLE PRIME;Po;0;ET; 2032 2032 2032;;;;N;;;;; +2035;REVERSED PRIME;Po;0;ON;;;;;N;;;;; +2036;REVERSED DOUBLE PRIME;Po;0;ON; 2035 2035;;;;N;;;;; +2037;REVERSED TRIPLE PRIME;Po;0;ON; 2035 2035 2035;;;;N;;;;; +2038;CARET;Po;0;ON;;;;;N;;;;; +2039;SINGLE LEFT-POINTING ANGLE QUOTATION MARK;Pi;0;ON;;;;;Y;LEFT POINTING SINGLE GUILLEMET;;;; +203A;SINGLE RIGHT-POINTING ANGLE QUOTATION MARK;Pf;0;ON;;;;;Y;RIGHT POINTING SINGLE GUILLEMET;;;; +203B;REFERENCE MARK;Po;0;ON;;;;;N;;;;; +203C;DOUBLE EXCLAMATION MARK;Po;0;ON; 0021 0021;;;;N;;;;; +203D;INTERROBANG;Po;0;ON;;;;;N;;;;; +203E;OVERLINE;Po;0;ON; 0020 0305;;;;N;SPACING OVERSCORE;;;; +203F;UNDERTIE;Pc;0;ON;;;;;N;;;;; +2040;CHARACTER TIE;Pc;0;ON;;;;;N;;;;; +2041;CARET INSERTION POINT;Po;0;ON;;;;;N;;;;; +2042;ASTERISM;Po;0;ON;;;;;N;;;;; +2043;HYPHEN BULLET;Po;0;ON;;;;;N;;;;; +2044;FRACTION SLASH;Sm;0;CS;;;;;N;;;;; +2045;LEFT SQUARE BRACKET WITH QUILL;Ps;0;ON;;;;;Y;;;;; +2046;RIGHT SQUARE BRACKET WITH QUILL;Pe;0;ON;;;;;Y;;;;; +2047;DOUBLE QUESTION MARK;Po;0;ON; 003F 003F;;;;N;;;;; +2048;QUESTION EXCLAMATION MARK;Po;0;ON; 003F 0021;;;;N;;;;; +2049;EXCLAMATION QUESTION MARK;Po;0;ON; 0021 003F;;;;N;;;;; +204A;TIRONIAN SIGN ET;Po;0;ON;;;;;N;;;;; +204B;REVERSED PILCROW SIGN;Po;0;ON;;;;;N;;;;; +204C;BLACK LEFTWARDS BULLET;Po;0;ON;;;;;N;;;;; +204D;BLACK RIGHTWARDS BULLET;Po;0;ON;;;;;N;;;;; +204E;LOW ASTERISK;Po;0;ON;;;;;N;;;;; +204F;REVERSED SEMICOLON;Po;0;ON;;;;;N;;;;; +2050;CLOSE UP;Po;0;ON;;;;;N;;;;; +2051;TWO ASTERISKS ALIGNED VERTICALLY;Po;0;ON;;;;;N;;;;; +2052;COMMERCIAL MINUS SIGN;Sm;0;ON;;;;;N;;;;; +2053;SWUNG DASH;Po;0;ON;;;;;N;;;;; +2054;INVERTED UNDERTIE;Pc;0;ON;;;;;N;;;;; +2055;FLOWER PUNCTUATION MARK;Po;0;ON;;;;;N;;;;; +2056;THREE DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +2057;QUADRUPLE PRIME;Po;0;ON; 2032 2032 2032 2032;;;;N;;;;; +2058;FOUR DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +2059;FIVE DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +205A;TWO DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +205B;FOUR DOT MARK;Po;0;ON;;;;;N;;;;; +205C;DOTTED CROSS;Po;0;ON;;;;;N;;;;; +205D;TRICOLON;Po;0;ON;;;;;N;;;;; +205E;VERTICAL FOUR DOTS;Po;0;ON;;;;;N;;;;; +205F;MEDIUM MATHEMATICAL SPACE;Zs;0;WS; 0020;;;;N;;;;; +2060;WORD JOINER;Cf;0;BN;;;;;N;;;;; +2061;FUNCTION APPLICATION;Cf;0;BN;;;;;N;;;;; +2062;INVISIBLE TIMES;Cf;0;BN;;;;;N;;;;; +2063;INVISIBLE SEPARATOR;Cf;0;BN;;;;;N;;;;; +2064;INVISIBLE PLUS;Cf;0;BN;;;;;N;;;;; +206A;INHIBIT SYMMETRIC SWAPPING;Cf;0;BN;;;;;N;;;;; +206B;ACTIVATE SYMMETRIC SWAPPING;Cf;0;BN;;;;;N;;;;; +206C;INHIBIT ARABIC FORM SHAPING;Cf;0;BN;;;;;N;;;;; +206D;ACTIVATE ARABIC FORM SHAPING;Cf;0;BN;;;;;N;;;;; +206E;NATIONAL DIGIT SHAPES;Cf;0;BN;;;;;N;;;;; +206F;NOMINAL DIGIT SHAPES;Cf;0;BN;;;;;N;;;;; +2070;SUPERSCRIPT ZERO;No;0;EN; 0030;;0;0;N;SUPERSCRIPT DIGIT ZERO;;;; +2071;SUPERSCRIPT LATIN SMALL LETTER I;Lm;0;L; 0069;;;;N;;;;; +2074;SUPERSCRIPT FOUR;No;0;EN; 0034;;4;4;N;SUPERSCRIPT DIGIT FOUR;;;; +2075;SUPERSCRIPT FIVE;No;0;EN; 0035;;5;5;N;SUPERSCRIPT DIGIT FIVE;;;; +2076;SUPERSCRIPT SIX;No;0;EN; 0036;;6;6;N;SUPERSCRIPT DIGIT SIX;;;; +2077;SUPERSCRIPT SEVEN;No;0;EN; 0037;;7;7;N;SUPERSCRIPT DIGIT SEVEN;;;; +2078;SUPERSCRIPT EIGHT;No;0;EN; 0038;;8;8;N;SUPERSCRIPT DIGIT EIGHT;;;; +2079;SUPERSCRIPT NINE;No;0;EN; 0039;;9;9;N;SUPERSCRIPT DIGIT NINE;;;; +207A;SUPERSCRIPT PLUS SIGN;Sm;0;ES; 002B;;;;N;;;;; +207B;SUPERSCRIPT MINUS;Sm;0;ES; 2212;;;;N;SUPERSCRIPT HYPHEN-MINUS;;;; +207C;SUPERSCRIPT EQUALS SIGN;Sm;0;ON; 003D;;;;N;;;;; +207D;SUPERSCRIPT LEFT PARENTHESIS;Ps;0;ON; 0028;;;;Y;SUPERSCRIPT OPENING PARENTHESIS;;;; +207E;SUPERSCRIPT RIGHT PARENTHESIS;Pe;0;ON; 0029;;;;Y;SUPERSCRIPT CLOSING PARENTHESIS;;;; +207F;SUPERSCRIPT LATIN SMALL LETTER N;Lm;0;L; 006E;;;;N;;;;; +2080;SUBSCRIPT ZERO;No;0;EN; 0030;;0;0;N;SUBSCRIPT DIGIT ZERO;;;; +2081;SUBSCRIPT ONE;No;0;EN; 0031;;1;1;N;SUBSCRIPT DIGIT ONE;;;; +2082;SUBSCRIPT TWO;No;0;EN; 0032;;2;2;N;SUBSCRIPT DIGIT TWO;;;; +2083;SUBSCRIPT THREE;No;0;EN; 0033;;3;3;N;SUBSCRIPT DIGIT THREE;;;; +2084;SUBSCRIPT FOUR;No;0;EN; 0034;;4;4;N;SUBSCRIPT DIGIT FOUR;;;; +2085;SUBSCRIPT FIVE;No;0;EN; 0035;;5;5;N;SUBSCRIPT DIGIT FIVE;;;; +2086;SUBSCRIPT SIX;No;0;EN; 0036;;6;6;N;SUBSCRIPT DIGIT SIX;;;; +2087;SUBSCRIPT SEVEN;No;0;EN; 0037;;7;7;N;SUBSCRIPT DIGIT SEVEN;;;; +2088;SUBSCRIPT EIGHT;No;0;EN; 0038;;8;8;N;SUBSCRIPT DIGIT EIGHT;;;; +2089;SUBSCRIPT NINE;No;0;EN; 0039;;9;9;N;SUBSCRIPT DIGIT NINE;;;; +208A;SUBSCRIPT PLUS SIGN;Sm;0;ES; 002B;;;;N;;;;; +208B;SUBSCRIPT MINUS;Sm;0;ES; 2212;;;;N;SUBSCRIPT HYPHEN-MINUS;;;; +208C;SUBSCRIPT EQUALS SIGN;Sm;0;ON; 003D;;;;N;;;;; +208D;SUBSCRIPT LEFT PARENTHESIS;Ps;0;ON; 0028;;;;Y;SUBSCRIPT OPENING PARENTHESIS;;;; +208E;SUBSCRIPT RIGHT PARENTHESIS;Pe;0;ON; 0029;;;;Y;SUBSCRIPT CLOSING PARENTHESIS;;;; +2090;LATIN SUBSCRIPT SMALL LETTER A;Lm;0;L; 0061;;;;N;;;;; +2091;LATIN SUBSCRIPT SMALL LETTER E;Lm;0;L; 0065;;;;N;;;;; +2092;LATIN SUBSCRIPT SMALL LETTER O;Lm;0;L; 006F;;;;N;;;;; +2093;LATIN SUBSCRIPT SMALL LETTER X;Lm;0;L; 0078;;;;N;;;;; +2094;LATIN SUBSCRIPT SMALL LETTER SCHWA;Lm;0;L; 0259;;;;N;;;;; +20A0;EURO-CURRENCY SIGN;Sc;0;ET;;;;;N;;;;; +20A1;COLON SIGN;Sc;0;ET;;;;;N;;;;; +20A2;CRUZEIRO SIGN;Sc;0;ET;;;;;N;;;;; +20A3;FRENCH FRANC SIGN;Sc;0;ET;;;;;N;;;;; +20A4;LIRA SIGN;Sc;0;ET;;;;;N;;;;; +20A5;MILL SIGN;Sc;0;ET;;;;;N;;;;; +20A6;NAIRA SIGN;Sc;0;ET;;;;;N;;;;; +20A7;PESETA SIGN;Sc;0;ET;;;;;N;;;;; +20A8;RUPEE SIGN;Sc;0;ET; 0052 0073;;;;N;;;;; +20A9;WON SIGN;Sc;0;ET;;;;;N;;;;; +20AA;NEW SHEQEL SIGN;Sc;0;ET;;;;;N;;;;; +20AB;DONG SIGN;Sc;0;ET;;;;;N;;;;; +20AC;EURO SIGN;Sc;0;ET;;;;;N;;;;; +20AD;KIP SIGN;Sc;0;ET;;;;;N;;;;; +20AE;TUGRIK SIGN;Sc;0;ET;;;;;N;;;;; +20AF;DRACHMA SIGN;Sc;0;ET;;;;;N;;;;; +20B0;GERMAN PENNY SIGN;Sc;0;ET;;;;;N;;;;; +20B1;PESO SIGN;Sc;0;ET;;;;;N;;;;; +20B2;GUARANI SIGN;Sc;0;ET;;;;;N;;;;; +20B3;AUSTRAL SIGN;Sc;0;ET;;;;;N;;;;; +20B4;HRYVNIA SIGN;Sc;0;ET;;;;;N;;;;; +20B5;CEDI SIGN;Sc;0;ET;;;;;N;;;;; +20B6;LIVRE TOURNOIS SIGN;Sc;0;ET;;;;;N;;;;; +20B7;SPESMILO SIGN;Sc;0;ET;;;;;N;;;;; +20B8;TENGE SIGN;Sc;0;ET;;;;;N;;;;; +20D0;COMBINING LEFT HARPOON ABOVE;Mn;230;NSM;;;;;N;NON-SPACING LEFT HARPOON ABOVE;;;; +20D1;COMBINING RIGHT HARPOON ABOVE;Mn;230;NSM;;;;;N;NON-SPACING RIGHT HARPOON ABOVE;;;; +20D2;COMBINING LONG VERTICAL LINE OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING LONG VERTICAL BAR OVERLAY;;;; +20D3;COMBINING SHORT VERTICAL LINE OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING SHORT VERTICAL BAR OVERLAY;;;; +20D4;COMBINING ANTICLOCKWISE ARROW ABOVE;Mn;230;NSM;;;;;N;NON-SPACING ANTICLOCKWISE ARROW ABOVE;;;; +20D5;COMBINING CLOCKWISE ARROW ABOVE;Mn;230;NSM;;;;;N;NON-SPACING CLOCKWISE ARROW ABOVE;;;; +20D6;COMBINING LEFT ARROW ABOVE;Mn;230;NSM;;;;;N;NON-SPACING LEFT ARROW ABOVE;;;; +20D7;COMBINING RIGHT ARROW ABOVE;Mn;230;NSM;;;;;N;NON-SPACING RIGHT ARROW ABOVE;;;; +20D8;COMBINING RING OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING RING OVERLAY;;;; +20D9;COMBINING CLOCKWISE RING OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING CLOCKWISE RING OVERLAY;;;; +20DA;COMBINING ANTICLOCKWISE RING OVERLAY;Mn;1;NSM;;;;;N;NON-SPACING ANTICLOCKWISE RING OVERLAY;;;; +20DB;COMBINING THREE DOTS ABOVE;Mn;230;NSM;;;;;N;NON-SPACING THREE DOTS ABOVE;;;; +20DC;COMBINING FOUR DOTS ABOVE;Mn;230;NSM;;;;;N;NON-SPACING FOUR DOTS ABOVE;;;; +20DD;COMBINING ENCLOSING CIRCLE;Me;0;NSM;;;;;N;ENCLOSING CIRCLE;;;; +20DE;COMBINING ENCLOSING SQUARE;Me;0;NSM;;;;;N;ENCLOSING SQUARE;;;; +20DF;COMBINING ENCLOSING DIAMOND;Me;0;NSM;;;;;N;ENCLOSING DIAMOND;;;; +20E0;COMBINING ENCLOSING CIRCLE BACKSLASH;Me;0;NSM;;;;;N;ENCLOSING CIRCLE SLASH;;;; +20E1;COMBINING LEFT RIGHT ARROW ABOVE;Mn;230;NSM;;;;;N;NON-SPACING LEFT RIGHT ARROW ABOVE;;;; +20E2;COMBINING ENCLOSING SCREEN;Me;0;NSM;;;;;N;;;;; +20E3;COMBINING ENCLOSING KEYCAP;Me;0;NSM;;;;;N;;;;; +20E4;COMBINING ENCLOSING UPWARD POINTING TRIANGLE;Me;0;NSM;;;;;N;;;;; +20E5;COMBINING REVERSE SOLIDUS OVERLAY;Mn;1;NSM;;;;;N;;;;; +20E6;COMBINING DOUBLE VERTICAL STROKE OVERLAY;Mn;1;NSM;;;;;N;;;;; +20E7;COMBINING ANNUITY SYMBOL;Mn;230;NSM;;;;;N;;;;; +20E8;COMBINING TRIPLE UNDERDOT;Mn;220;NSM;;;;;N;;;;; +20E9;COMBINING WIDE BRIDGE ABOVE;Mn;230;NSM;;;;;N;;;;; +20EA;COMBINING LEFTWARDS ARROW OVERLAY;Mn;1;NSM;;;;;N;;;;; +20EB;COMBINING LONG DOUBLE SOLIDUS OVERLAY;Mn;1;NSM;;;;;N;;;;; +20EC;COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS;Mn;220;NSM;;;;;N;;;;; +20ED;COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS;Mn;220;NSM;;;;;N;;;;; +20EE;COMBINING LEFT ARROW BELOW;Mn;220;NSM;;;;;N;;;;; +20EF;COMBINING RIGHT ARROW BELOW;Mn;220;NSM;;;;;N;;;;; +20F0;COMBINING ASTERISK ABOVE;Mn;230;NSM;;;;;N;;;;; +2100;ACCOUNT OF;So;0;ON; 0061 002F 0063;;;;N;;;;; +2101;ADDRESSED TO THE SUBJECT;So;0;ON; 0061 002F 0073;;;;N;;;;; +2102;DOUBLE-STRUCK CAPITAL C;Lu;0;L; 0043;;;;N;DOUBLE-STRUCK C;;;; +2103;DEGREE CELSIUS;So;0;ON; 00B0 0043;;;;N;DEGREES CENTIGRADE;;;; +2104;CENTRE LINE SYMBOL;So;0;ON;;;;;N;C L SYMBOL;;;; +2105;CARE OF;So;0;ON; 0063 002F 006F;;;;N;;;;; +2106;CADA UNA;So;0;ON; 0063 002F 0075;;;;N;;;;; +2107;EULER CONSTANT;Lu;0;L; 0190;;;;N;EULERS;;;; +2108;SCRUPLE;So;0;ON;;;;;N;;;;; +2109;DEGREE FAHRENHEIT;So;0;ON; 00B0 0046;;;;N;DEGREES FAHRENHEIT;;;; +210A;SCRIPT SMALL G;Ll;0;L; 0067;;;;N;;;;; +210B;SCRIPT CAPITAL H;Lu;0;L; 0048;;;;N;SCRIPT H;;;; +210C;BLACK-LETTER CAPITAL H;Lu;0;L; 0048;;;;N;BLACK-LETTER H;;;; +210D;DOUBLE-STRUCK CAPITAL H;Lu;0;L; 0048;;;;N;DOUBLE-STRUCK H;;;; +210E;PLANCK CONSTANT;Ll;0;L; 0068;;;;N;;;;; +210F;PLANCK CONSTANT OVER TWO PI;Ll;0;L; 0127;;;;N;PLANCK CONSTANT OVER 2 PI;;;; +2110;SCRIPT CAPITAL I;Lu;0;L; 0049;;;;N;SCRIPT I;;;; +2111;BLACK-LETTER CAPITAL I;Lu;0;L; 0049;;;;N;BLACK-LETTER I;;;; +2112;SCRIPT CAPITAL L;Lu;0;L; 004C;;;;N;SCRIPT L;;;; +2113;SCRIPT SMALL L;Ll;0;L; 006C;;;;N;;;;; +2114;L B BAR SYMBOL;So;0;ON;;;;;N;;;;; +2115;DOUBLE-STRUCK CAPITAL N;Lu;0;L; 004E;;;;N;DOUBLE-STRUCK N;;;; +2116;NUMERO SIGN;So;0;ON; 004E 006F;;;;N;NUMERO;;;; +2117;SOUND RECORDING COPYRIGHT;So;0;ON;;;;;N;;;;; +2118;SCRIPT CAPITAL P;So;0;ON;;;;;N;SCRIPT P;;;; +2119;DOUBLE-STRUCK CAPITAL P;Lu;0;L; 0050;;;;N;DOUBLE-STRUCK P;;;; +211A;DOUBLE-STRUCK CAPITAL Q;Lu;0;L; 0051;;;;N;DOUBLE-STRUCK Q;;;; +211B;SCRIPT CAPITAL R;Lu;0;L; 0052;;;;N;SCRIPT R;;;; +211C;BLACK-LETTER CAPITAL R;Lu;0;L; 0052;;;;N;BLACK-LETTER R;;;; +211D;DOUBLE-STRUCK CAPITAL R;Lu;0;L; 0052;;;;N;DOUBLE-STRUCK R;;;; +211E;PRESCRIPTION TAKE;So;0;ON;;;;;N;;;;; +211F;RESPONSE;So;0;ON;;;;;N;;;;; +2120;SERVICE MARK;So;0;ON; 0053 004D;;;;N;;;;; +2121;TELEPHONE SIGN;So;0;ON; 0054 0045 004C;;;;N;T E L SYMBOL;;;; +2122;TRADE MARK SIGN;So;0;ON; 0054 004D;;;;N;TRADEMARK;;;; +2123;VERSICLE;So;0;ON;;;;;N;;;;; +2124;DOUBLE-STRUCK CAPITAL Z;Lu;0;L; 005A;;;;N;DOUBLE-STRUCK Z;;;; +2125;OUNCE SIGN;So;0;ON;;;;;N;OUNCE;;;; +2126;OHM SIGN;Lu;0;L;03A9;;;;N;OHM;;;03C9; +2127;INVERTED OHM SIGN;So;0;ON;;;;;N;MHO;;;; +2128;BLACK-LETTER CAPITAL Z;Lu;0;L; 005A;;;;N;BLACK-LETTER Z;;;; +2129;TURNED GREEK SMALL LETTER IOTA;So;0;ON;;;;;N;;;;; +212A;KELVIN SIGN;Lu;0;L;004B;;;;N;DEGREES KELVIN;;;006B; +212B;ANGSTROM SIGN;Lu;0;L;00C5;;;;N;ANGSTROM UNIT;;;00E5; +212C;SCRIPT CAPITAL B;Lu;0;L; 0042;;;;N;SCRIPT B;;;; +212D;BLACK-LETTER CAPITAL C;Lu;0;L; 0043;;;;N;BLACK-LETTER C;;;; +212E;ESTIMATED SYMBOL;So;0;ET;;;;;N;;;;; +212F;SCRIPT SMALL E;Ll;0;L; 0065;;;;N;;;;; +2130;SCRIPT CAPITAL E;Lu;0;L; 0045;;;;N;SCRIPT E;;;; +2131;SCRIPT CAPITAL F;Lu;0;L; 0046;;;;N;SCRIPT F;;;; +2132;TURNED CAPITAL F;Lu;0;L;;;;;N;TURNED F;;;214E; +2133;SCRIPT CAPITAL M;Lu;0;L; 004D;;;;N;SCRIPT M;;;; +2134;SCRIPT SMALL O;Ll;0;L; 006F;;;;N;;;;; +2135;ALEF SYMBOL;Lo;0;L; 05D0;;;;N;FIRST TRANSFINITE CARDINAL;;;; +2136;BET SYMBOL;Lo;0;L; 05D1;;;;N;SECOND TRANSFINITE CARDINAL;;;; +2137;GIMEL SYMBOL;Lo;0;L; 05D2;;;;N;THIRD TRANSFINITE CARDINAL;;;; +2138;DALET SYMBOL;Lo;0;L; 05D3;;;;N;FOURTH TRANSFINITE CARDINAL;;;; +2139;INFORMATION SOURCE;Ll;0;L; 0069;;;;N;;;;; +213A;ROTATED CAPITAL Q;So;0;ON;;;;;N;;;;; +213B;FACSIMILE SIGN;So;0;ON; 0046 0041 0058;;;;N;;;;; +213C;DOUBLE-STRUCK SMALL PI;Ll;0;L; 03C0;;;;N;;;;; +213D;DOUBLE-STRUCK SMALL GAMMA;Ll;0;L; 03B3;;;;N;;;;; +213E;DOUBLE-STRUCK CAPITAL GAMMA;Lu;0;L; 0393;;;;N;;;;; +213F;DOUBLE-STRUCK CAPITAL PI;Lu;0;L; 03A0;;;;N;;;;; +2140;DOUBLE-STRUCK N-ARY SUMMATION;Sm;0;ON; 2211;;;;Y;;;;; +2141;TURNED SANS-SERIF CAPITAL G;Sm;0;ON;;;;;N;;;;; +2142;TURNED SANS-SERIF CAPITAL L;Sm;0;ON;;;;;N;;;;; +2143;REVERSED SANS-SERIF CAPITAL L;Sm;0;ON;;;;;N;;;;; +2144;TURNED SANS-SERIF CAPITAL Y;Sm;0;ON;;;;;N;;;;; +2145;DOUBLE-STRUCK ITALIC CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +2146;DOUBLE-STRUCK ITALIC SMALL D;Ll;0;L; 0064;;;;N;;;;; +2147;DOUBLE-STRUCK ITALIC SMALL E;Ll;0;L; 0065;;;;N;;;;; +2148;DOUBLE-STRUCK ITALIC SMALL I;Ll;0;L; 0069;;;;N;;;;; +2149;DOUBLE-STRUCK ITALIC SMALL J;Ll;0;L; 006A;;;;N;;;;; +214A;PROPERTY LINE;So;0;ON;;;;;N;;;;; +214B;TURNED AMPERSAND;Sm;0;ON;;;;;N;;;;; +214C;PER SIGN;So;0;ON;;;;;N;;;;; +214D;AKTIESELSKAB;So;0;ON;;;;;N;;;;; +214E;TURNED SMALL F;Ll;0;L;;;;;N;;;2132;;2132 +214F;SYMBOL FOR SAMARITAN SOURCE;So;0;L;;;;;N;;;;; +2150;VULGAR FRACTION ONE SEVENTH;No;0;ON; 0031 2044 0037;;;1/7;N;;;;; +2151;VULGAR FRACTION ONE NINTH;No;0;ON; 0031 2044 0039;;;1/9;N;;;;; +2152;VULGAR FRACTION ONE TENTH;No;0;ON; 0031 2044 0031 0030;;;1/10;N;;;;; +2153;VULGAR FRACTION ONE THIRD;No;0;ON; 0031 2044 0033;;;1/3;N;FRACTION ONE THIRD;;;; +2154;VULGAR FRACTION TWO THIRDS;No;0;ON; 0032 2044 0033;;;2/3;N;FRACTION TWO THIRDS;;;; +2155;VULGAR FRACTION ONE FIFTH;No;0;ON; 0031 2044 0035;;;1/5;N;FRACTION ONE FIFTH;;;; +2156;VULGAR FRACTION TWO FIFTHS;No;0;ON; 0032 2044 0035;;;2/5;N;FRACTION TWO FIFTHS;;;; +2157;VULGAR FRACTION THREE FIFTHS;No;0;ON; 0033 2044 0035;;;3/5;N;FRACTION THREE FIFTHS;;;; +2158;VULGAR FRACTION FOUR FIFTHS;No;0;ON; 0034 2044 0035;;;4/5;N;FRACTION FOUR FIFTHS;;;; +2159;VULGAR FRACTION ONE SIXTH;No;0;ON; 0031 2044 0036;;;1/6;N;FRACTION ONE SIXTH;;;; +215A;VULGAR FRACTION FIVE SIXTHS;No;0;ON; 0035 2044 0036;;;5/6;N;FRACTION FIVE SIXTHS;;;; +215B;VULGAR FRACTION ONE EIGHTH;No;0;ON; 0031 2044 0038;;;1/8;N;FRACTION ONE EIGHTH;;;; +215C;VULGAR FRACTION THREE EIGHTHS;No;0;ON; 0033 2044 0038;;;3/8;N;FRACTION THREE EIGHTHS;;;; +215D;VULGAR FRACTION FIVE EIGHTHS;No;0;ON; 0035 2044 0038;;;5/8;N;FRACTION FIVE EIGHTHS;;;; +215E;VULGAR FRACTION SEVEN EIGHTHS;No;0;ON; 0037 2044 0038;;;7/8;N;FRACTION SEVEN EIGHTHS;;;; +215F;FRACTION NUMERATOR ONE;No;0;ON; 0031 2044;;;1;N;;;;; +2160;ROMAN NUMERAL ONE;Nl;0;L; 0049;;;1;N;;;;2170; +2161;ROMAN NUMERAL TWO;Nl;0;L; 0049 0049;;;2;N;;;;2171; +2162;ROMAN NUMERAL THREE;Nl;0;L; 0049 0049 0049;;;3;N;;;;2172; +2163;ROMAN NUMERAL FOUR;Nl;0;L; 0049 0056;;;4;N;;;;2173; +2164;ROMAN NUMERAL FIVE;Nl;0;L; 0056;;;5;N;;;;2174; +2165;ROMAN NUMERAL SIX;Nl;0;L; 0056 0049;;;6;N;;;;2175; +2166;ROMAN NUMERAL SEVEN;Nl;0;L; 0056 0049 0049;;;7;N;;;;2176; +2167;ROMAN NUMERAL EIGHT;Nl;0;L; 0056 0049 0049 0049;;;8;N;;;;2177; +2168;ROMAN NUMERAL NINE;Nl;0;L; 0049 0058;;;9;N;;;;2178; +2169;ROMAN NUMERAL TEN;Nl;0;L; 0058;;;10;N;;;;2179; +216A;ROMAN NUMERAL ELEVEN;Nl;0;L; 0058 0049;;;11;N;;;;217A; +216B;ROMAN NUMERAL TWELVE;Nl;0;L; 0058 0049 0049;;;12;N;;;;217B; +216C;ROMAN NUMERAL FIFTY;Nl;0;L; 004C;;;50;N;;;;217C; +216D;ROMAN NUMERAL ONE HUNDRED;Nl;0;L; 0043;;;100;N;;;;217D; +216E;ROMAN NUMERAL FIVE HUNDRED;Nl;0;L; 0044;;;500;N;;;;217E; +216F;ROMAN NUMERAL ONE THOUSAND;Nl;0;L; 004D;;;1000;N;;;;217F; +2170;SMALL ROMAN NUMERAL ONE;Nl;0;L; 0069;;;1;N;;;2160;;2160 +2171;SMALL ROMAN NUMERAL TWO;Nl;0;L; 0069 0069;;;2;N;;;2161;;2161 +2172;SMALL ROMAN NUMERAL THREE;Nl;0;L; 0069 0069 0069;;;3;N;;;2162;;2162 +2173;SMALL ROMAN NUMERAL FOUR;Nl;0;L; 0069 0076;;;4;N;;;2163;;2163 +2174;SMALL ROMAN NUMERAL FIVE;Nl;0;L; 0076;;;5;N;;;2164;;2164 +2175;SMALL ROMAN NUMERAL SIX;Nl;0;L; 0076 0069;;;6;N;;;2165;;2165 +2176;SMALL ROMAN NUMERAL SEVEN;Nl;0;L; 0076 0069 0069;;;7;N;;;2166;;2166 +2177;SMALL ROMAN NUMERAL EIGHT;Nl;0;L; 0076 0069 0069 0069;;;8;N;;;2167;;2167 +2178;SMALL ROMAN NUMERAL NINE;Nl;0;L; 0069 0078;;;9;N;;;2168;;2168 +2179;SMALL ROMAN NUMERAL TEN;Nl;0;L; 0078;;;10;N;;;2169;;2169 +217A;SMALL ROMAN NUMERAL ELEVEN;Nl;0;L; 0078 0069;;;11;N;;;216A;;216A +217B;SMALL ROMAN NUMERAL TWELVE;Nl;0;L; 0078 0069 0069;;;12;N;;;216B;;216B +217C;SMALL ROMAN NUMERAL FIFTY;Nl;0;L; 006C;;;50;N;;;216C;;216C +217D;SMALL ROMAN NUMERAL ONE HUNDRED;Nl;0;L; 0063;;;100;N;;;216D;;216D +217E;SMALL ROMAN NUMERAL FIVE HUNDRED;Nl;0;L; 0064;;;500;N;;;216E;;216E +217F;SMALL ROMAN NUMERAL ONE THOUSAND;Nl;0;L; 006D;;;1000;N;;;216F;;216F +2180;ROMAN NUMERAL ONE THOUSAND C D;Nl;0;L;;;;1000;N;;;;; +2181;ROMAN NUMERAL FIVE THOUSAND;Nl;0;L;;;;5000;N;;;;; +2182;ROMAN NUMERAL TEN THOUSAND;Nl;0;L;;;;10000;N;;;;; +2183;ROMAN NUMERAL REVERSED ONE HUNDRED;Lu;0;L;;;;;N;;;;2184; +2184;LATIN SMALL LETTER REVERSED C;Ll;0;L;;;;;N;;;2183;;2183 +2185;ROMAN NUMERAL SIX LATE FORM;Nl;0;L;;;;6;N;;;;; +2186;ROMAN NUMERAL FIFTY EARLY FORM;Nl;0;L;;;;50;N;;;;; +2187;ROMAN NUMERAL FIFTY THOUSAND;Nl;0;L;;;;50000;N;;;;; +2188;ROMAN NUMERAL ONE HUNDRED THOUSAND;Nl;0;L;;;;100000;N;;;;; +2189;VULGAR FRACTION ZERO THIRDS;No;0;ON; 0030 2044 0033;;;0;N;;;;; +2190;LEFTWARDS ARROW;Sm;0;ON;;;;;N;LEFT ARROW;;;; +2191;UPWARDS ARROW;Sm;0;ON;;;;;N;UP ARROW;;;; +2192;RIGHTWARDS ARROW;Sm;0;ON;;;;;N;RIGHT ARROW;;;; +2193;DOWNWARDS ARROW;Sm;0;ON;;;;;N;DOWN ARROW;;;; +2194;LEFT RIGHT ARROW;Sm;0;ON;;;;;N;;;;; +2195;UP DOWN ARROW;So;0;ON;;;;;N;;;;; +2196;NORTH WEST ARROW;So;0;ON;;;;;N;UPPER LEFT ARROW;;;; +2197;NORTH EAST ARROW;So;0;ON;;;;;N;UPPER RIGHT ARROW;;;; +2198;SOUTH EAST ARROW;So;0;ON;;;;;N;LOWER RIGHT ARROW;;;; +2199;SOUTH WEST ARROW;So;0;ON;;;;;N;LOWER LEFT ARROW;;;; +219A;LEFTWARDS ARROW WITH STROKE;Sm;0;ON;2190 0338;;;;N;LEFT ARROW WITH STROKE;;;; +219B;RIGHTWARDS ARROW WITH STROKE;Sm;0;ON;2192 0338;;;;N;RIGHT ARROW WITH STROKE;;;; +219C;LEFTWARDS WAVE ARROW;So;0;ON;;;;;N;LEFT WAVE ARROW;;;; +219D;RIGHTWARDS WAVE ARROW;So;0;ON;;;;;N;RIGHT WAVE ARROW;;;; +219E;LEFTWARDS TWO HEADED ARROW;So;0;ON;;;;;N;LEFT TWO HEADED ARROW;;;; +219F;UPWARDS TWO HEADED ARROW;So;0;ON;;;;;N;UP TWO HEADED ARROW;;;; +21A0;RIGHTWARDS TWO HEADED ARROW;Sm;0;ON;;;;;N;RIGHT TWO HEADED ARROW;;;; +21A1;DOWNWARDS TWO HEADED ARROW;So;0;ON;;;;;N;DOWN TWO HEADED ARROW;;;; +21A2;LEFTWARDS ARROW WITH TAIL;So;0;ON;;;;;N;LEFT ARROW WITH TAIL;;;; +21A3;RIGHTWARDS ARROW WITH TAIL;Sm;0;ON;;;;;N;RIGHT ARROW WITH TAIL;;;; +21A4;LEFTWARDS ARROW FROM BAR;So;0;ON;;;;;N;LEFT ARROW FROM BAR;;;; +21A5;UPWARDS ARROW FROM BAR;So;0;ON;;;;;N;UP ARROW FROM BAR;;;; +21A6;RIGHTWARDS ARROW FROM BAR;Sm;0;ON;;;;;N;RIGHT ARROW FROM BAR;;;; +21A7;DOWNWARDS ARROW FROM BAR;So;0;ON;;;;;N;DOWN ARROW FROM BAR;;;; +21A8;UP DOWN ARROW WITH BASE;So;0;ON;;;;;N;;;;; +21A9;LEFTWARDS ARROW WITH HOOK;So;0;ON;;;;;N;LEFT ARROW WITH HOOK;;;; +21AA;RIGHTWARDS ARROW WITH HOOK;So;0;ON;;;;;N;RIGHT ARROW WITH HOOK;;;; +21AB;LEFTWARDS ARROW WITH LOOP;So;0;ON;;;;;N;LEFT ARROW WITH LOOP;;;; +21AC;RIGHTWARDS ARROW WITH LOOP;So;0;ON;;;;;N;RIGHT ARROW WITH LOOP;;;; +21AD;LEFT RIGHT WAVE ARROW;So;0;ON;;;;;N;;;;; +21AE;LEFT RIGHT ARROW WITH STROKE;Sm;0;ON;2194 0338;;;;N;;;;; +21AF;DOWNWARDS ZIGZAG ARROW;So;0;ON;;;;;N;DOWN ZIGZAG ARROW;;;; +21B0;UPWARDS ARROW WITH TIP LEFTWARDS;So;0;ON;;;;;N;UP ARROW WITH TIP LEFT;;;; +21B1;UPWARDS ARROW WITH TIP RIGHTWARDS;So;0;ON;;;;;N;UP ARROW WITH TIP RIGHT;;;; +21B2;DOWNWARDS ARROW WITH TIP LEFTWARDS;So;0;ON;;;;;N;DOWN ARROW WITH TIP LEFT;;;; +21B3;DOWNWARDS ARROW WITH TIP RIGHTWARDS;So;0;ON;;;;;N;DOWN ARROW WITH TIP RIGHT;;;; +21B4;RIGHTWARDS ARROW WITH CORNER DOWNWARDS;So;0;ON;;;;;N;RIGHT ARROW WITH CORNER DOWN;;;; +21B5;DOWNWARDS ARROW WITH CORNER LEFTWARDS;So;0;ON;;;;;N;DOWN ARROW WITH CORNER LEFT;;;; +21B6;ANTICLOCKWISE TOP SEMICIRCLE ARROW;So;0;ON;;;;;N;;;;; +21B7;CLOCKWISE TOP SEMICIRCLE ARROW;So;0;ON;;;;;N;;;;; +21B8;NORTH WEST ARROW TO LONG BAR;So;0;ON;;;;;N;UPPER LEFT ARROW TO LONG BAR;;;; +21B9;LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR;So;0;ON;;;;;N;LEFT ARROW TO BAR OVER RIGHT ARROW TO BAR;;;; +21BA;ANTICLOCKWISE OPEN CIRCLE ARROW;So;0;ON;;;;;N;;;;; +21BB;CLOCKWISE OPEN CIRCLE ARROW;So;0;ON;;;;;N;;;;; +21BC;LEFTWARDS HARPOON WITH BARB UPWARDS;So;0;ON;;;;;N;LEFT HARPOON WITH BARB UP;;;; +21BD;LEFTWARDS HARPOON WITH BARB DOWNWARDS;So;0;ON;;;;;N;LEFT HARPOON WITH BARB DOWN;;;; +21BE;UPWARDS HARPOON WITH BARB RIGHTWARDS;So;0;ON;;;;;N;UP HARPOON WITH BARB RIGHT;;;; +21BF;UPWARDS HARPOON WITH BARB LEFTWARDS;So;0;ON;;;;;N;UP HARPOON WITH BARB LEFT;;;; +21C0;RIGHTWARDS HARPOON WITH BARB UPWARDS;So;0;ON;;;;;N;RIGHT HARPOON WITH BARB UP;;;; +21C1;RIGHTWARDS HARPOON WITH BARB DOWNWARDS;So;0;ON;;;;;N;RIGHT HARPOON WITH BARB DOWN;;;; +21C2;DOWNWARDS HARPOON WITH BARB RIGHTWARDS;So;0;ON;;;;;N;DOWN HARPOON WITH BARB RIGHT;;;; +21C3;DOWNWARDS HARPOON WITH BARB LEFTWARDS;So;0;ON;;;;;N;DOWN HARPOON WITH BARB LEFT;;;; +21C4;RIGHTWARDS ARROW OVER LEFTWARDS ARROW;So;0;ON;;;;;N;RIGHT ARROW OVER LEFT ARROW;;;; +21C5;UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW;So;0;ON;;;;;N;UP ARROW LEFT OF DOWN ARROW;;;; +21C6;LEFTWARDS ARROW OVER RIGHTWARDS ARROW;So;0;ON;;;;;N;LEFT ARROW OVER RIGHT ARROW;;;; +21C7;LEFTWARDS PAIRED ARROWS;So;0;ON;;;;;N;LEFT PAIRED ARROWS;;;; +21C8;UPWARDS PAIRED ARROWS;So;0;ON;;;;;N;UP PAIRED ARROWS;;;; +21C9;RIGHTWARDS PAIRED ARROWS;So;0;ON;;;;;N;RIGHT PAIRED ARROWS;;;; +21CA;DOWNWARDS PAIRED ARROWS;So;0;ON;;;;;N;DOWN PAIRED ARROWS;;;; +21CB;LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON;So;0;ON;;;;;N;LEFT HARPOON OVER RIGHT HARPOON;;;; +21CC;RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON;So;0;ON;;;;;N;RIGHT HARPOON OVER LEFT HARPOON;;;; +21CD;LEFTWARDS DOUBLE ARROW WITH STROKE;So;0;ON;21D0 0338;;;;N;LEFT DOUBLE ARROW WITH STROKE;;;; +21CE;LEFT RIGHT DOUBLE ARROW WITH STROKE;Sm;0;ON;21D4 0338;;;;N;;;;; +21CF;RIGHTWARDS DOUBLE ARROW WITH STROKE;Sm;0;ON;21D2 0338;;;;N;RIGHT DOUBLE ARROW WITH STROKE;;;; +21D0;LEFTWARDS DOUBLE ARROW;So;0;ON;;;;;N;LEFT DOUBLE ARROW;;;; +21D1;UPWARDS DOUBLE ARROW;So;0;ON;;;;;N;UP DOUBLE ARROW;;;; +21D2;RIGHTWARDS DOUBLE ARROW;Sm;0;ON;;;;;N;RIGHT DOUBLE ARROW;;;; +21D3;DOWNWARDS DOUBLE ARROW;So;0;ON;;;;;N;DOWN DOUBLE ARROW;;;; +21D4;LEFT RIGHT DOUBLE ARROW;Sm;0;ON;;;;;N;;;;; +21D5;UP DOWN DOUBLE ARROW;So;0;ON;;;;;N;;;;; +21D6;NORTH WEST DOUBLE ARROW;So;0;ON;;;;;N;UPPER LEFT DOUBLE ARROW;;;; +21D7;NORTH EAST DOUBLE ARROW;So;0;ON;;;;;N;UPPER RIGHT DOUBLE ARROW;;;; +21D8;SOUTH EAST DOUBLE ARROW;So;0;ON;;;;;N;LOWER RIGHT DOUBLE ARROW;;;; +21D9;SOUTH WEST DOUBLE ARROW;So;0;ON;;;;;N;LOWER LEFT DOUBLE ARROW;;;; +21DA;LEFTWARDS TRIPLE ARROW;So;0;ON;;;;;N;LEFT TRIPLE ARROW;;;; +21DB;RIGHTWARDS TRIPLE ARROW;So;0;ON;;;;;N;RIGHT TRIPLE ARROW;;;; +21DC;LEFTWARDS SQUIGGLE ARROW;So;0;ON;;;;;N;LEFT SQUIGGLE ARROW;;;; +21DD;RIGHTWARDS SQUIGGLE ARROW;So;0;ON;;;;;N;RIGHT SQUIGGLE ARROW;;;; +21DE;UPWARDS ARROW WITH DOUBLE STROKE;So;0;ON;;;;;N;UP ARROW WITH DOUBLE STROKE;;;; +21DF;DOWNWARDS ARROW WITH DOUBLE STROKE;So;0;ON;;;;;N;DOWN ARROW WITH DOUBLE STROKE;;;; +21E0;LEFTWARDS DASHED ARROW;So;0;ON;;;;;N;LEFT DASHED ARROW;;;; +21E1;UPWARDS DASHED ARROW;So;0;ON;;;;;N;UP DASHED ARROW;;;; +21E2;RIGHTWARDS DASHED ARROW;So;0;ON;;;;;N;RIGHT DASHED ARROW;;;; +21E3;DOWNWARDS DASHED ARROW;So;0;ON;;;;;N;DOWN DASHED ARROW;;;; +21E4;LEFTWARDS ARROW TO BAR;So;0;ON;;;;;N;LEFT ARROW TO BAR;;;; +21E5;RIGHTWARDS ARROW TO BAR;So;0;ON;;;;;N;RIGHT ARROW TO BAR;;;; +21E6;LEFTWARDS WHITE ARROW;So;0;ON;;;;;N;WHITE LEFT ARROW;;;; +21E7;UPWARDS WHITE ARROW;So;0;ON;;;;;N;WHITE UP ARROW;;;; +21E8;RIGHTWARDS WHITE ARROW;So;0;ON;;;;;N;WHITE RIGHT ARROW;;;; +21E9;DOWNWARDS WHITE ARROW;So;0;ON;;;;;N;WHITE DOWN ARROW;;;; +21EA;UPWARDS WHITE ARROW FROM BAR;So;0;ON;;;;;N;WHITE UP ARROW FROM BAR;;;; +21EB;UPWARDS WHITE ARROW ON PEDESTAL;So;0;ON;;;;;N;;;;; +21EC;UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR;So;0;ON;;;;;N;;;;; +21ED;UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR;So;0;ON;;;;;N;;;;; +21EE;UPWARDS WHITE DOUBLE ARROW;So;0;ON;;;;;N;;;;; +21EF;UPWARDS WHITE DOUBLE ARROW ON PEDESTAL;So;0;ON;;;;;N;;;;; +21F0;RIGHTWARDS WHITE ARROW FROM WALL;So;0;ON;;;;;N;;;;; +21F1;NORTH WEST ARROW TO CORNER;So;0;ON;;;;;N;;;;; +21F2;SOUTH EAST ARROW TO CORNER;So;0;ON;;;;;N;;;;; +21F3;UP DOWN WHITE ARROW;So;0;ON;;;;;N;;;;; +21F4;RIGHT ARROW WITH SMALL CIRCLE;Sm;0;ON;;;;;N;;;;; +21F5;DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW;Sm;0;ON;;;;;N;;;;; +21F6;THREE RIGHTWARDS ARROWS;Sm;0;ON;;;;;N;;;;; +21F7;LEFTWARDS ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +21F8;RIGHTWARDS ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +21F9;LEFT RIGHT ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +21FA;LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +21FB;RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +21FC;LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +21FD;LEFTWARDS OPEN-HEADED ARROW;Sm;0;ON;;;;;N;;;;; +21FE;RIGHTWARDS OPEN-HEADED ARROW;Sm;0;ON;;;;;N;;;;; +21FF;LEFT RIGHT OPEN-HEADED ARROW;Sm;0;ON;;;;;N;;;;; +2200;FOR ALL;Sm;0;ON;;;;;N;;;;; +2201;COMPLEMENT;Sm;0;ON;;;;;Y;;;;; +2202;PARTIAL DIFFERENTIAL;Sm;0;ON;;;;;Y;;;;; +2203;THERE EXISTS;Sm;0;ON;;;;;Y;;;;; +2204;THERE DOES NOT EXIST;Sm;0;ON;2203 0338;;;;Y;;;;; +2205;EMPTY SET;Sm;0;ON;;;;;N;;;;; +2206;INCREMENT;Sm;0;ON;;;;;N;;;;; +2207;NABLA;Sm;0;ON;;;;;N;;;;; +2208;ELEMENT OF;Sm;0;ON;;;;;Y;;;;; +2209;NOT AN ELEMENT OF;Sm;0;ON;2208 0338;;;;Y;;;;; +220A;SMALL ELEMENT OF;Sm;0;ON;;;;;Y;;;;; +220B;CONTAINS AS MEMBER;Sm;0;ON;;;;;Y;;;;; +220C;DOES NOT CONTAIN AS MEMBER;Sm;0;ON;220B 0338;;;;Y;;;;; +220D;SMALL CONTAINS AS MEMBER;Sm;0;ON;;;;;Y;;;;; +220E;END OF PROOF;Sm;0;ON;;;;;N;;;;; +220F;N-ARY PRODUCT;Sm;0;ON;;;;;N;;;;; +2210;N-ARY COPRODUCT;Sm;0;ON;;;;;N;;;;; +2211;N-ARY SUMMATION;Sm;0;ON;;;;;Y;;;;; +2212;MINUS SIGN;Sm;0;ES;;;;;N;;;;; +2213;MINUS-OR-PLUS SIGN;Sm;0;ET;;;;;N;;;;; +2214;DOT PLUS;Sm;0;ON;;;;;N;;;;; +2215;DIVISION SLASH;Sm;0;ON;;;;;Y;;;;; +2216;SET MINUS;Sm;0;ON;;;;;Y;;;;; +2217;ASTERISK OPERATOR;Sm;0;ON;;;;;N;;;;; +2218;RING OPERATOR;Sm;0;ON;;;;;N;;;;; +2219;BULLET OPERATOR;Sm;0;ON;;;;;N;;;;; +221A;SQUARE ROOT;Sm;0;ON;;;;;Y;;;;; +221B;CUBE ROOT;Sm;0;ON;;;;;Y;;;;; +221C;FOURTH ROOT;Sm;0;ON;;;;;Y;;;;; +221D;PROPORTIONAL TO;Sm;0;ON;;;;;Y;;;;; +221E;INFINITY;Sm;0;ON;;;;;N;;;;; +221F;RIGHT ANGLE;Sm;0;ON;;;;;Y;;;;; +2220;ANGLE;Sm;0;ON;;;;;Y;;;;; +2221;MEASURED ANGLE;Sm;0;ON;;;;;Y;;;;; +2222;SPHERICAL ANGLE;Sm;0;ON;;;;;Y;;;;; +2223;DIVIDES;Sm;0;ON;;;;;N;;;;; +2224;DOES NOT DIVIDE;Sm;0;ON;2223 0338;;;;Y;;;;; +2225;PARALLEL TO;Sm;0;ON;;;;;N;;;;; +2226;NOT PARALLEL TO;Sm;0;ON;2225 0338;;;;Y;;;;; +2227;LOGICAL AND;Sm;0;ON;;;;;N;;;;; +2228;LOGICAL OR;Sm;0;ON;;;;;N;;;;; +2229;INTERSECTION;Sm;0;ON;;;;;N;;;;; +222A;UNION;Sm;0;ON;;;;;N;;;;; +222B;INTEGRAL;Sm;0;ON;;;;;Y;;;;; +222C;DOUBLE INTEGRAL;Sm;0;ON; 222B 222B;;;;Y;;;;; +222D;TRIPLE INTEGRAL;Sm;0;ON; 222B 222B 222B;;;;Y;;;;; +222E;CONTOUR INTEGRAL;Sm;0;ON;;;;;Y;;;;; +222F;SURFACE INTEGRAL;Sm;0;ON; 222E 222E;;;;Y;;;;; +2230;VOLUME INTEGRAL;Sm;0;ON; 222E 222E 222E;;;;Y;;;;; +2231;CLOCKWISE INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2232;CLOCKWISE CONTOUR INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2233;ANTICLOCKWISE CONTOUR INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2234;THEREFORE;Sm;0;ON;;;;;N;;;;; +2235;BECAUSE;Sm;0;ON;;;;;N;;;;; +2236;RATIO;Sm;0;ON;;;;;N;;;;; +2237;PROPORTION;Sm;0;ON;;;;;N;;;;; +2238;DOT MINUS;Sm;0;ON;;;;;N;;;;; +2239;EXCESS;Sm;0;ON;;;;;Y;;;;; +223A;GEOMETRIC PROPORTION;Sm;0;ON;;;;;N;;;;; +223B;HOMOTHETIC;Sm;0;ON;;;;;Y;;;;; +223C;TILDE OPERATOR;Sm;0;ON;;;;;Y;;;;; +223D;REVERSED TILDE;Sm;0;ON;;;;;Y;;;;; +223E;INVERTED LAZY S;Sm;0;ON;;;;;Y;;;;; +223F;SINE WAVE;Sm;0;ON;;;;;Y;;;;; +2240;WREATH PRODUCT;Sm;0;ON;;;;;Y;;;;; +2241;NOT TILDE;Sm;0;ON;223C 0338;;;;Y;;;;; +2242;MINUS TILDE;Sm;0;ON;;;;;Y;;;;; +2243;ASYMPTOTICALLY EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2244;NOT ASYMPTOTICALLY EQUAL TO;Sm;0;ON;2243 0338;;;;Y;;;;; +2245;APPROXIMATELY EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2246;APPROXIMATELY BUT NOT ACTUALLY EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2247;NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO;Sm;0;ON;2245 0338;;;;Y;;;;; +2248;ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2249;NOT ALMOST EQUAL TO;Sm;0;ON;2248 0338;;;;Y;;;;; +224A;ALMOST EQUAL OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +224B;TRIPLE TILDE;Sm;0;ON;;;;;Y;;;;; +224C;ALL EQUAL TO;Sm;0;ON;;;;;Y;;;;; +224D;EQUIVALENT TO;Sm;0;ON;;;;;N;;;;; +224E;GEOMETRICALLY EQUIVALENT TO;Sm;0;ON;;;;;N;;;;; +224F;DIFFERENCE BETWEEN;Sm;0;ON;;;;;N;;;;; +2250;APPROACHES THE LIMIT;Sm;0;ON;;;;;N;;;;; +2251;GEOMETRICALLY EQUAL TO;Sm;0;ON;;;;;N;;;;; +2252;APPROXIMATELY EQUAL TO OR THE IMAGE OF;Sm;0;ON;;;;;Y;;;;; +2253;IMAGE OF OR APPROXIMATELY EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2254;COLON EQUALS;Sm;0;ON;;;;;Y;COLON EQUAL;;;; +2255;EQUALS COLON;Sm;0;ON;;;;;Y;EQUAL COLON;;;; +2256;RING IN EQUAL TO;Sm;0;ON;;;;;N;;;;; +2257;RING EQUAL TO;Sm;0;ON;;;;;N;;;;; +2258;CORRESPONDS TO;Sm;0;ON;;;;;N;;;;; +2259;ESTIMATES;Sm;0;ON;;;;;N;;;;; +225A;EQUIANGULAR TO;Sm;0;ON;;;;;N;;;;; +225B;STAR EQUALS;Sm;0;ON;;;;;N;;;;; +225C;DELTA EQUAL TO;Sm;0;ON;;;;;N;;;;; +225D;EQUAL TO BY DEFINITION;Sm;0;ON;;;;;N;;;;; +225E;MEASURED BY;Sm;0;ON;;;;;N;;;;; +225F;QUESTIONED EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2260;NOT EQUAL TO;Sm;0;ON;003D 0338;;;;Y;;;;; +2261;IDENTICAL TO;Sm;0;ON;;;;;N;;;;; +2262;NOT IDENTICAL TO;Sm;0;ON;2261 0338;;;;Y;;;;; +2263;STRICTLY EQUIVALENT TO;Sm;0;ON;;;;;N;;;;; +2264;LESS-THAN OR EQUAL TO;Sm;0;ON;;;;;Y;LESS THAN OR EQUAL TO;;;; +2265;GREATER-THAN OR EQUAL TO;Sm;0;ON;;;;;Y;GREATER THAN OR EQUAL TO;;;; +2266;LESS-THAN OVER EQUAL TO;Sm;0;ON;;;;;Y;LESS THAN OVER EQUAL TO;;;; +2267;GREATER-THAN OVER EQUAL TO;Sm;0;ON;;;;;Y;GREATER THAN OVER EQUAL TO;;;; +2268;LESS-THAN BUT NOT EQUAL TO;Sm;0;ON;;;;;Y;LESS THAN BUT NOT EQUAL TO;;;; +2269;GREATER-THAN BUT NOT EQUAL TO;Sm;0;ON;;;;;Y;GREATER THAN BUT NOT EQUAL TO;;;; +226A;MUCH LESS-THAN;Sm;0;ON;;;;;Y;MUCH LESS THAN;;;; +226B;MUCH GREATER-THAN;Sm;0;ON;;;;;Y;MUCH GREATER THAN;;;; +226C;BETWEEN;Sm;0;ON;;;;;N;;;;; +226D;NOT EQUIVALENT TO;Sm;0;ON;224D 0338;;;;N;;;;; +226E;NOT LESS-THAN;Sm;0;ON;003C 0338;;;;Y;NOT LESS THAN;;;; +226F;NOT GREATER-THAN;Sm;0;ON;003E 0338;;;;Y;NOT GREATER THAN;;;; +2270;NEITHER LESS-THAN NOR EQUAL TO;Sm;0;ON;2264 0338;;;;Y;NEITHER LESS THAN NOR EQUAL TO;;;; +2271;NEITHER GREATER-THAN NOR EQUAL TO;Sm;0;ON;2265 0338;;;;Y;NEITHER GREATER THAN NOR EQUAL TO;;;; +2272;LESS-THAN OR EQUIVALENT TO;Sm;0;ON;;;;;Y;LESS THAN OR EQUIVALENT TO;;;; +2273;GREATER-THAN OR EQUIVALENT TO;Sm;0;ON;;;;;Y;GREATER THAN OR EQUIVALENT TO;;;; +2274;NEITHER LESS-THAN NOR EQUIVALENT TO;Sm;0;ON;2272 0338;;;;Y;NEITHER LESS THAN NOR EQUIVALENT TO;;;; +2275;NEITHER GREATER-THAN NOR EQUIVALENT TO;Sm;0;ON;2273 0338;;;;Y;NEITHER GREATER THAN NOR EQUIVALENT TO;;;; +2276;LESS-THAN OR GREATER-THAN;Sm;0;ON;;;;;Y;LESS THAN OR GREATER THAN;;;; +2277;GREATER-THAN OR LESS-THAN;Sm;0;ON;;;;;Y;GREATER THAN OR LESS THAN;;;; +2278;NEITHER LESS-THAN NOR GREATER-THAN;Sm;0;ON;2276 0338;;;;Y;NEITHER LESS THAN NOR GREATER THAN;;;; +2279;NEITHER GREATER-THAN NOR LESS-THAN;Sm;0;ON;2277 0338;;;;Y;NEITHER GREATER THAN NOR LESS THAN;;;; +227A;PRECEDES;Sm;0;ON;;;;;Y;;;;; +227B;SUCCEEDS;Sm;0;ON;;;;;Y;;;;; +227C;PRECEDES OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +227D;SUCCEEDS OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +227E;PRECEDES OR EQUIVALENT TO;Sm;0;ON;;;;;Y;;;;; +227F;SUCCEEDS OR EQUIVALENT TO;Sm;0;ON;;;;;Y;;;;; +2280;DOES NOT PRECEDE;Sm;0;ON;227A 0338;;;;Y;;;;; +2281;DOES NOT SUCCEED;Sm;0;ON;227B 0338;;;;Y;;;;; +2282;SUBSET OF;Sm;0;ON;;;;;Y;;;;; +2283;SUPERSET OF;Sm;0;ON;;;;;Y;;;;; +2284;NOT A SUBSET OF;Sm;0;ON;2282 0338;;;;Y;;;;; +2285;NOT A SUPERSET OF;Sm;0;ON;2283 0338;;;;Y;;;;; +2286;SUBSET OF OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2287;SUPERSET OF OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2288;NEITHER A SUBSET OF NOR EQUAL TO;Sm;0;ON;2286 0338;;;;Y;;;;; +2289;NEITHER A SUPERSET OF NOR EQUAL TO;Sm;0;ON;2287 0338;;;;Y;;;;; +228A;SUBSET OF WITH NOT EQUAL TO;Sm;0;ON;;;;;Y;SUBSET OF OR NOT EQUAL TO;;;; +228B;SUPERSET OF WITH NOT EQUAL TO;Sm;0;ON;;;;;Y;SUPERSET OF OR NOT EQUAL TO;;;; +228C;MULTISET;Sm;0;ON;;;;;Y;;;;; +228D;MULTISET MULTIPLICATION;Sm;0;ON;;;;;N;;;;; +228E;MULTISET UNION;Sm;0;ON;;;;;N;;;;; +228F;SQUARE IMAGE OF;Sm;0;ON;;;;;Y;;;;; +2290;SQUARE ORIGINAL OF;Sm;0;ON;;;;;Y;;;;; +2291;SQUARE IMAGE OF OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2292;SQUARE ORIGINAL OF OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2293;SQUARE CAP;Sm;0;ON;;;;;N;;;;; +2294;SQUARE CUP;Sm;0;ON;;;;;N;;;;; +2295;CIRCLED PLUS;Sm;0;ON;;;;;N;;;;; +2296;CIRCLED MINUS;Sm;0;ON;;;;;N;;;;; +2297;CIRCLED TIMES;Sm;0;ON;;;;;N;;;;; +2298;CIRCLED DIVISION SLASH;Sm;0;ON;;;;;Y;;;;; +2299;CIRCLED DOT OPERATOR;Sm;0;ON;;;;;N;;;;; +229A;CIRCLED RING OPERATOR;Sm;0;ON;;;;;N;;;;; +229B;CIRCLED ASTERISK OPERATOR;Sm;0;ON;;;;;N;;;;; +229C;CIRCLED EQUALS;Sm;0;ON;;;;;N;;;;; +229D;CIRCLED DASH;Sm;0;ON;;;;;N;;;;; +229E;SQUARED PLUS;Sm;0;ON;;;;;N;;;;; +229F;SQUARED MINUS;Sm;0;ON;;;;;N;;;;; +22A0;SQUARED TIMES;Sm;0;ON;;;;;N;;;;; +22A1;SQUARED DOT OPERATOR;Sm;0;ON;;;;;N;;;;; +22A2;RIGHT TACK;Sm;0;ON;;;;;Y;;;;; +22A3;LEFT TACK;Sm;0;ON;;;;;Y;;;;; +22A4;DOWN TACK;Sm;0;ON;;;;;N;;;;; +22A5;UP TACK;Sm;0;ON;;;;;N;;;;; +22A6;ASSERTION;Sm;0;ON;;;;;Y;;;;; +22A7;MODELS;Sm;0;ON;;;;;Y;;;;; +22A8;TRUE;Sm;0;ON;;;;;Y;;;;; +22A9;FORCES;Sm;0;ON;;;;;Y;;;;; +22AA;TRIPLE VERTICAL BAR RIGHT TURNSTILE;Sm;0;ON;;;;;Y;;;;; +22AB;DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE;Sm;0;ON;;;;;Y;;;;; +22AC;DOES NOT PROVE;Sm;0;ON;22A2 0338;;;;Y;;;;; +22AD;NOT TRUE;Sm;0;ON;22A8 0338;;;;Y;;;;; +22AE;DOES NOT FORCE;Sm;0;ON;22A9 0338;;;;Y;;;;; +22AF;NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE;Sm;0;ON;22AB 0338;;;;Y;;;;; +22B0;PRECEDES UNDER RELATION;Sm;0;ON;;;;;Y;;;;; +22B1;SUCCEEDS UNDER RELATION;Sm;0;ON;;;;;Y;;;;; +22B2;NORMAL SUBGROUP OF;Sm;0;ON;;;;;Y;;;;; +22B3;CONTAINS AS NORMAL SUBGROUP;Sm;0;ON;;;;;Y;;;;; +22B4;NORMAL SUBGROUP OF OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +22B5;CONTAINS AS NORMAL SUBGROUP OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +22B6;ORIGINAL OF;Sm;0;ON;;;;;Y;;;;; +22B7;IMAGE OF;Sm;0;ON;;;;;Y;;;;; +22B8;MULTIMAP;Sm;0;ON;;;;;Y;;;;; +22B9;HERMITIAN CONJUGATE MATRIX;Sm;0;ON;;;;;N;;;;; +22BA;INTERCALATE;Sm;0;ON;;;;;N;;;;; +22BB;XOR;Sm;0;ON;;;;;N;;;;; +22BC;NAND;Sm;0;ON;;;;;N;;;;; +22BD;NOR;Sm;0;ON;;;;;N;;;;; +22BE;RIGHT ANGLE WITH ARC;Sm;0;ON;;;;;Y;;;;; +22BF;RIGHT TRIANGLE;Sm;0;ON;;;;;Y;;;;; +22C0;N-ARY LOGICAL AND;Sm;0;ON;;;;;N;;;;; +22C1;N-ARY LOGICAL OR;Sm;0;ON;;;;;N;;;;; +22C2;N-ARY INTERSECTION;Sm;0;ON;;;;;N;;;;; +22C3;N-ARY UNION;Sm;0;ON;;;;;N;;;;; +22C4;DIAMOND OPERATOR;Sm;0;ON;;;;;N;;;;; +22C5;DOT OPERATOR;Sm;0;ON;;;;;N;;;;; +22C6;STAR OPERATOR;Sm;0;ON;;;;;N;;;;; +22C7;DIVISION TIMES;Sm;0;ON;;;;;N;;;;; +22C8;BOWTIE;Sm;0;ON;;;;;N;;;;; +22C9;LEFT NORMAL FACTOR SEMIDIRECT PRODUCT;Sm;0;ON;;;;;Y;;;;; +22CA;RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT;Sm;0;ON;;;;;Y;;;;; +22CB;LEFT SEMIDIRECT PRODUCT;Sm;0;ON;;;;;Y;;;;; +22CC;RIGHT SEMIDIRECT PRODUCT;Sm;0;ON;;;;;Y;;;;; +22CD;REVERSED TILDE EQUALS;Sm;0;ON;;;;;Y;;;;; +22CE;CURLY LOGICAL OR;Sm;0;ON;;;;;N;;;;; +22CF;CURLY LOGICAL AND;Sm;0;ON;;;;;N;;;;; +22D0;DOUBLE SUBSET;Sm;0;ON;;;;;Y;;;;; +22D1;DOUBLE SUPERSET;Sm;0;ON;;;;;Y;;;;; +22D2;DOUBLE INTERSECTION;Sm;0;ON;;;;;N;;;;; +22D3;DOUBLE UNION;Sm;0;ON;;;;;N;;;;; +22D4;PITCHFORK;Sm;0;ON;;;;;N;;;;; +22D5;EQUAL AND PARALLEL TO;Sm;0;ON;;;;;N;;;;; +22D6;LESS-THAN WITH DOT;Sm;0;ON;;;;;Y;LESS THAN WITH DOT;;;; +22D7;GREATER-THAN WITH DOT;Sm;0;ON;;;;;Y;GREATER THAN WITH DOT;;;; +22D8;VERY MUCH LESS-THAN;Sm;0;ON;;;;;Y;VERY MUCH LESS THAN;;;; +22D9;VERY MUCH GREATER-THAN;Sm;0;ON;;;;;Y;VERY MUCH GREATER THAN;;;; +22DA;LESS-THAN EQUAL TO OR GREATER-THAN;Sm;0;ON;;;;;Y;LESS THAN EQUAL TO OR GREATER THAN;;;; +22DB;GREATER-THAN EQUAL TO OR LESS-THAN;Sm;0;ON;;;;;Y;GREATER THAN EQUAL TO OR LESS THAN;;;; +22DC;EQUAL TO OR LESS-THAN;Sm;0;ON;;;;;Y;EQUAL TO OR LESS THAN;;;; +22DD;EQUAL TO OR GREATER-THAN;Sm;0;ON;;;;;Y;EQUAL TO OR GREATER THAN;;;; +22DE;EQUAL TO OR PRECEDES;Sm;0;ON;;;;;Y;;;;; +22DF;EQUAL TO OR SUCCEEDS;Sm;0;ON;;;;;Y;;;;; +22E0;DOES NOT PRECEDE OR EQUAL;Sm;0;ON;227C 0338;;;;Y;;;;; +22E1;DOES NOT SUCCEED OR EQUAL;Sm;0;ON;227D 0338;;;;Y;;;;; +22E2;NOT SQUARE IMAGE OF OR EQUAL TO;Sm;0;ON;2291 0338;;;;Y;;;;; +22E3;NOT SQUARE ORIGINAL OF OR EQUAL TO;Sm;0;ON;2292 0338;;;;Y;;;;; +22E4;SQUARE IMAGE OF OR NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +22E5;SQUARE ORIGINAL OF OR NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +22E6;LESS-THAN BUT NOT EQUIVALENT TO;Sm;0;ON;;;;;Y;LESS THAN BUT NOT EQUIVALENT TO;;;; +22E7;GREATER-THAN BUT NOT EQUIVALENT TO;Sm;0;ON;;;;;Y;GREATER THAN BUT NOT EQUIVALENT TO;;;; +22E8;PRECEDES BUT NOT EQUIVALENT TO;Sm;0;ON;;;;;Y;;;;; +22E9;SUCCEEDS BUT NOT EQUIVALENT TO;Sm;0;ON;;;;;Y;;;;; +22EA;NOT NORMAL SUBGROUP OF;Sm;0;ON;22B2 0338;;;;Y;;;;; +22EB;DOES NOT CONTAIN AS NORMAL SUBGROUP;Sm;0;ON;22B3 0338;;;;Y;;;;; +22EC;NOT NORMAL SUBGROUP OF OR EQUAL TO;Sm;0;ON;22B4 0338;;;;Y;;;;; +22ED;DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL;Sm;0;ON;22B5 0338;;;;Y;;;;; +22EE;VERTICAL ELLIPSIS;Sm;0;ON;;;;;N;;;;; +22EF;MIDLINE HORIZONTAL ELLIPSIS;Sm;0;ON;;;;;N;;;;; +22F0;UP RIGHT DIAGONAL ELLIPSIS;Sm;0;ON;;;;;Y;;;;; +22F1;DOWN RIGHT DIAGONAL ELLIPSIS;Sm;0;ON;;;;;Y;;;;; +22F2;ELEMENT OF WITH LONG HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +22F3;ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +22F4;SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +22F5;ELEMENT OF WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +22F6;ELEMENT OF WITH OVERBAR;Sm;0;ON;;;;;Y;;;;; +22F7;SMALL ELEMENT OF WITH OVERBAR;Sm;0;ON;;;;;Y;;;;; +22F8;ELEMENT OF WITH UNDERBAR;Sm;0;ON;;;;;Y;;;;; +22F9;ELEMENT OF WITH TWO HORIZONTAL STROKES;Sm;0;ON;;;;;Y;;;;; +22FA;CONTAINS WITH LONG HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +22FB;CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +22FC;SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +22FD;CONTAINS WITH OVERBAR;Sm;0;ON;;;;;Y;;;;; +22FE;SMALL CONTAINS WITH OVERBAR;Sm;0;ON;;;;;Y;;;;; +22FF;Z NOTATION BAG MEMBERSHIP;Sm;0;ON;;;;;Y;;;;; +2300;DIAMETER SIGN;So;0;ON;;;;;N;;;;; +2301;ELECTRIC ARROW;So;0;ON;;;;;N;;;;; +2302;HOUSE;So;0;ON;;;;;N;;;;; +2303;UP ARROWHEAD;So;0;ON;;;;;N;;;;; +2304;DOWN ARROWHEAD;So;0;ON;;;;;N;;;;; +2305;PROJECTIVE;So;0;ON;;;;;N;;;;; +2306;PERSPECTIVE;So;0;ON;;;;;N;;;;; +2307;WAVY LINE;So;0;ON;;;;;N;;;;; +2308;LEFT CEILING;Sm;0;ON;;;;;Y;;;;; +2309;RIGHT CEILING;Sm;0;ON;;;;;Y;;;;; +230A;LEFT FLOOR;Sm;0;ON;;;;;Y;;;;; +230B;RIGHT FLOOR;Sm;0;ON;;;;;Y;;;;; +230C;BOTTOM RIGHT CROP;So;0;ON;;;;;N;;;;; +230D;BOTTOM LEFT CROP;So;0;ON;;;;;N;;;;; +230E;TOP RIGHT CROP;So;0;ON;;;;;N;;;;; +230F;TOP LEFT CROP;So;0;ON;;;;;N;;;;; +2310;REVERSED NOT SIGN;So;0;ON;;;;;N;;;;; +2311;SQUARE LOZENGE;So;0;ON;;;;;N;;;;; +2312;ARC;So;0;ON;;;;;N;;;;; +2313;SEGMENT;So;0;ON;;;;;N;;;;; +2314;SECTOR;So;0;ON;;;;;N;;;;; +2315;TELEPHONE RECORDER;So;0;ON;;;;;N;;;;; +2316;POSITION INDICATOR;So;0;ON;;;;;N;;;;; +2317;VIEWDATA SQUARE;So;0;ON;;;;;N;;;;; +2318;PLACE OF INTEREST SIGN;So;0;ON;;;;;N;COMMAND KEY;;;; +2319;TURNED NOT SIGN;So;0;ON;;;;;N;;;;; +231A;WATCH;So;0;ON;;;;;N;;;;; +231B;HOURGLASS;So;0;ON;;;;;N;;;;; +231C;TOP LEFT CORNER;So;0;ON;;;;;N;;;;; +231D;TOP RIGHT CORNER;So;0;ON;;;;;N;;;;; +231E;BOTTOM LEFT CORNER;So;0;ON;;;;;N;;;;; +231F;BOTTOM RIGHT CORNER;So;0;ON;;;;;N;;;;; +2320;TOP HALF INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2321;BOTTOM HALF INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2322;FROWN;So;0;ON;;;;;N;;;;; +2323;SMILE;So;0;ON;;;;;N;;;;; +2324;UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS;So;0;ON;;;;;N;ENTER KEY;;;; +2325;OPTION KEY;So;0;ON;;;;;N;;;;; +2326;ERASE TO THE RIGHT;So;0;ON;;;;;N;DELETE TO THE RIGHT KEY;;;; +2327;X IN A RECTANGLE BOX;So;0;ON;;;;;N;CLEAR KEY;;;; +2328;KEYBOARD;So;0;ON;;;;;N;;;;; +2329;LEFT-POINTING ANGLE BRACKET;Ps;0;ON;3008;;;;Y;BRA;;;; +232A;RIGHT-POINTING ANGLE BRACKET;Pe;0;ON;3009;;;;Y;KET;;;; +232B;ERASE TO THE LEFT;So;0;ON;;;;;N;DELETE TO THE LEFT KEY;;;; +232C;BENZENE RING;So;0;ON;;;;;N;;;;; +232D;CYLINDRICITY;So;0;ON;;;;;N;;;;; +232E;ALL AROUND-PROFILE;So;0;ON;;;;;N;;;;; +232F;SYMMETRY;So;0;ON;;;;;N;;;;; +2330;TOTAL RUNOUT;So;0;ON;;;;;N;;;;; +2331;DIMENSION ORIGIN;So;0;ON;;;;;N;;;;; +2332;CONICAL TAPER;So;0;ON;;;;;N;;;;; +2333;SLOPE;So;0;ON;;;;;N;;;;; +2334;COUNTERBORE;So;0;ON;;;;;N;;;;; +2335;COUNTERSINK;So;0;ON;;;;;N;;;;; +2336;APL FUNCTIONAL SYMBOL I-BEAM;So;0;L;;;;;N;;;;; +2337;APL FUNCTIONAL SYMBOL SQUISH QUAD;So;0;L;;;;;N;;;;; +2338;APL FUNCTIONAL SYMBOL QUAD EQUAL;So;0;L;;;;;N;;;;; +2339;APL FUNCTIONAL SYMBOL QUAD DIVIDE;So;0;L;;;;;N;;;;; +233A;APL FUNCTIONAL SYMBOL QUAD DIAMOND;So;0;L;;;;;N;;;;; +233B;APL FUNCTIONAL SYMBOL QUAD JOT;So;0;L;;;;;N;;;;; +233C;APL FUNCTIONAL SYMBOL QUAD CIRCLE;So;0;L;;;;;N;;;;; +233D;APL FUNCTIONAL SYMBOL CIRCLE STILE;So;0;L;;;;;N;;;;; +233E;APL FUNCTIONAL SYMBOL CIRCLE JOT;So;0;L;;;;;N;;;;; +233F;APL FUNCTIONAL SYMBOL SLASH BAR;So;0;L;;;;;N;;;;; +2340;APL FUNCTIONAL SYMBOL BACKSLASH BAR;So;0;L;;;;;N;;;;; +2341;APL FUNCTIONAL SYMBOL QUAD SLASH;So;0;L;;;;;N;;;;; +2342;APL FUNCTIONAL SYMBOL QUAD BACKSLASH;So;0;L;;;;;N;;;;; +2343;APL FUNCTIONAL SYMBOL QUAD LESS-THAN;So;0;L;;;;;N;;;;; +2344;APL FUNCTIONAL SYMBOL QUAD GREATER-THAN;So;0;L;;;;;N;;;;; +2345;APL FUNCTIONAL SYMBOL LEFTWARDS VANE;So;0;L;;;;;N;;;;; +2346;APL FUNCTIONAL SYMBOL RIGHTWARDS VANE;So;0;L;;;;;N;;;;; +2347;APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW;So;0;L;;;;;N;;;;; +2348;APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW;So;0;L;;;;;N;;;;; +2349;APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH;So;0;L;;;;;N;;;;; +234A;APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR;So;0;L;;;;;N;;;;; +234B;APL FUNCTIONAL SYMBOL DELTA STILE;So;0;L;;;;;N;;;;; +234C;APL FUNCTIONAL SYMBOL QUAD DOWN CARET;So;0;L;;;;;N;;;;; +234D;APL FUNCTIONAL SYMBOL QUAD DELTA;So;0;L;;;;;N;;;;; +234E;APL FUNCTIONAL SYMBOL DOWN TACK JOT;So;0;L;;;;;N;;;;; +234F;APL FUNCTIONAL SYMBOL UPWARDS VANE;So;0;L;;;;;N;;;;; +2350;APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW;So;0;L;;;;;N;;;;; +2351;APL FUNCTIONAL SYMBOL UP TACK OVERBAR;So;0;L;;;;;N;;;;; +2352;APL FUNCTIONAL SYMBOL DEL STILE;So;0;L;;;;;N;;;;; +2353;APL FUNCTIONAL SYMBOL QUAD UP CARET;So;0;L;;;;;N;;;;; +2354;APL FUNCTIONAL SYMBOL QUAD DEL;So;0;L;;;;;N;;;;; +2355;APL FUNCTIONAL SYMBOL UP TACK JOT;So;0;L;;;;;N;;;;; +2356;APL FUNCTIONAL SYMBOL DOWNWARDS VANE;So;0;L;;;;;N;;;;; +2357;APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW;So;0;L;;;;;N;;;;; +2358;APL FUNCTIONAL SYMBOL QUOTE UNDERBAR;So;0;L;;;;;N;;;;; +2359;APL FUNCTIONAL SYMBOL DELTA UNDERBAR;So;0;L;;;;;N;;;;; +235A;APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR;So;0;L;;;;;N;;;;; +235B;APL FUNCTIONAL SYMBOL JOT UNDERBAR;So;0;L;;;;;N;;;;; +235C;APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR;So;0;L;;;;;N;;;;; +235D;APL FUNCTIONAL SYMBOL UP SHOE JOT;So;0;L;;;;;N;;;;; +235E;APL FUNCTIONAL SYMBOL QUOTE QUAD;So;0;L;;;;;N;;;;; +235F;APL FUNCTIONAL SYMBOL CIRCLE STAR;So;0;L;;;;;N;;;;; +2360;APL FUNCTIONAL SYMBOL QUAD COLON;So;0;L;;;;;N;;;;; +2361;APL FUNCTIONAL SYMBOL UP TACK DIAERESIS;So;0;L;;;;;N;;;;; +2362;APL FUNCTIONAL SYMBOL DEL DIAERESIS;So;0;L;;;;;N;;;;; +2363;APL FUNCTIONAL SYMBOL STAR DIAERESIS;So;0;L;;;;;N;;;;; +2364;APL FUNCTIONAL SYMBOL JOT DIAERESIS;So;0;L;;;;;N;;;;; +2365;APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS;So;0;L;;;;;N;;;;; +2366;APL FUNCTIONAL SYMBOL DOWN SHOE STILE;So;0;L;;;;;N;;;;; +2367;APL FUNCTIONAL SYMBOL LEFT SHOE STILE;So;0;L;;;;;N;;;;; +2368;APL FUNCTIONAL SYMBOL TILDE DIAERESIS;So;0;L;;;;;N;;;;; +2369;APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS;So;0;L;;;;;N;;;;; +236A;APL FUNCTIONAL SYMBOL COMMA BAR;So;0;L;;;;;N;;;;; +236B;APL FUNCTIONAL SYMBOL DEL TILDE;So;0;L;;;;;N;;;;; +236C;APL FUNCTIONAL SYMBOL ZILDE;So;0;L;;;;;N;;;;; +236D;APL FUNCTIONAL SYMBOL STILE TILDE;So;0;L;;;;;N;;;;; +236E;APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR;So;0;L;;;;;N;;;;; +236F;APL FUNCTIONAL SYMBOL QUAD NOT EQUAL;So;0;L;;;;;N;;;;; +2370;APL FUNCTIONAL SYMBOL QUAD QUESTION;So;0;L;;;;;N;;;;; +2371;APL FUNCTIONAL SYMBOL DOWN CARET TILDE;So;0;L;;;;;N;;;;; +2372;APL FUNCTIONAL SYMBOL UP CARET TILDE;So;0;L;;;;;N;;;;; +2373;APL FUNCTIONAL SYMBOL IOTA;So;0;L;;;;;N;;;;; +2374;APL FUNCTIONAL SYMBOL RHO;So;0;L;;;;;N;;;;; +2375;APL FUNCTIONAL SYMBOL OMEGA;So;0;L;;;;;N;;;;; +2376;APL FUNCTIONAL SYMBOL ALPHA UNDERBAR;So;0;L;;;;;N;;;;; +2377;APL FUNCTIONAL SYMBOL EPSILON UNDERBAR;So;0;L;;;;;N;;;;; +2378;APL FUNCTIONAL SYMBOL IOTA UNDERBAR;So;0;L;;;;;N;;;;; +2379;APL FUNCTIONAL SYMBOL OMEGA UNDERBAR;So;0;L;;;;;N;;;;; +237A;APL FUNCTIONAL SYMBOL ALPHA;So;0;L;;;;;N;;;;; +237B;NOT CHECK MARK;So;0;ON;;;;;N;;;;; +237C;RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW;Sm;0;ON;;;;;N;;;;; +237D;SHOULDERED OPEN BOX;So;0;ON;;;;;N;;;;; +237E;BELL SYMBOL;So;0;ON;;;;;N;;;;; +237F;VERTICAL LINE WITH MIDDLE DOT;So;0;ON;;;;;N;;;;; +2380;INSERTION SYMBOL;So;0;ON;;;;;N;;;;; +2381;CONTINUOUS UNDERLINE SYMBOL;So;0;ON;;;;;N;;;;; +2382;DISCONTINUOUS UNDERLINE SYMBOL;So;0;ON;;;;;N;;;;; +2383;EMPHASIS SYMBOL;So;0;ON;;;;;N;;;;; +2384;COMPOSITION SYMBOL;So;0;ON;;;;;N;;;;; +2385;WHITE SQUARE WITH CENTRE VERTICAL LINE;So;0;ON;;;;;N;;;;; +2386;ENTER SYMBOL;So;0;ON;;;;;N;;;;; +2387;ALTERNATIVE KEY SYMBOL;So;0;ON;;;;;N;;;;; +2388;HELM SYMBOL;So;0;ON;;;;;N;;;;; +2389;CIRCLED HORIZONTAL BAR WITH NOTCH;So;0;ON;;;;;N;;;;; +238A;CIRCLED TRIANGLE DOWN;So;0;ON;;;;;N;;;;; +238B;BROKEN CIRCLE WITH NORTHWEST ARROW;So;0;ON;;;;;N;;;;; +238C;UNDO SYMBOL;So;0;ON;;;;;N;;;;; +238D;MONOSTABLE SYMBOL;So;0;ON;;;;;N;;;;; +238E;HYSTERESIS SYMBOL;So;0;ON;;;;;N;;;;; +238F;OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL;So;0;ON;;;;;N;;;;; +2390;OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL;So;0;ON;;;;;N;;;;; +2391;PASSIVE-PULL-DOWN-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;; +2392;PASSIVE-PULL-UP-OUTPUT SYMBOL;So;0;ON;;;;;N;;;;; +2393;DIRECT CURRENT SYMBOL FORM TWO;So;0;ON;;;;;N;;;;; +2394;SOFTWARE-FUNCTION SYMBOL;So;0;ON;;;;;N;;;;; +2395;APL FUNCTIONAL SYMBOL QUAD;So;0;L;;;;;N;;;;; +2396;DECIMAL SEPARATOR KEY SYMBOL;So;0;ON;;;;;N;;;;; +2397;PREVIOUS PAGE;So;0;ON;;;;;N;;;;; +2398;NEXT PAGE;So;0;ON;;;;;N;;;;; +2399;PRINT SCREEN SYMBOL;So;0;ON;;;;;N;;;;; +239A;CLEAR SCREEN SYMBOL;So;0;ON;;;;;N;;;;; +239B;LEFT PARENTHESIS UPPER HOOK;Sm;0;ON;;;;;N;;;;; +239C;LEFT PARENTHESIS EXTENSION;Sm;0;ON;;;;;N;;;;; +239D;LEFT PARENTHESIS LOWER HOOK;Sm;0;ON;;;;;N;;;;; +239E;RIGHT PARENTHESIS UPPER HOOK;Sm;0;ON;;;;;N;;;;; +239F;RIGHT PARENTHESIS EXTENSION;Sm;0;ON;;;;;N;;;;; +23A0;RIGHT PARENTHESIS LOWER HOOK;Sm;0;ON;;;;;N;;;;; +23A1;LEFT SQUARE BRACKET UPPER CORNER;Sm;0;ON;;;;;N;;;;; +23A2;LEFT SQUARE BRACKET EXTENSION;Sm;0;ON;;;;;N;;;;; +23A3;LEFT SQUARE BRACKET LOWER CORNER;Sm;0;ON;;;;;N;;;;; +23A4;RIGHT SQUARE BRACKET UPPER CORNER;Sm;0;ON;;;;;N;;;;; +23A5;RIGHT SQUARE BRACKET EXTENSION;Sm;0;ON;;;;;N;;;;; +23A6;RIGHT SQUARE BRACKET LOWER CORNER;Sm;0;ON;;;;;N;;;;; +23A7;LEFT CURLY BRACKET UPPER HOOK;Sm;0;ON;;;;;N;;;;; +23A8;LEFT CURLY BRACKET MIDDLE PIECE;Sm;0;ON;;;;;N;;;;; +23A9;LEFT CURLY BRACKET LOWER HOOK;Sm;0;ON;;;;;N;;;;; +23AA;CURLY BRACKET EXTENSION;Sm;0;ON;;;;;N;;;;; +23AB;RIGHT CURLY BRACKET UPPER HOOK;Sm;0;ON;;;;;N;;;;; +23AC;RIGHT CURLY BRACKET MIDDLE PIECE;Sm;0;ON;;;;;N;;;;; +23AD;RIGHT CURLY BRACKET LOWER HOOK;Sm;0;ON;;;;;N;;;;; +23AE;INTEGRAL EXTENSION;Sm;0;ON;;;;;N;;;;; +23AF;HORIZONTAL LINE EXTENSION;Sm;0;ON;;;;;N;;;;; +23B0;UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION;Sm;0;ON;;;;;N;;;;; +23B1;UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION;Sm;0;ON;;;;;N;;;;; +23B2;SUMMATION TOP;Sm;0;ON;;;;;N;;;;; +23B3;SUMMATION BOTTOM;Sm;0;ON;;;;;N;;;;; +23B4;TOP SQUARE BRACKET;So;0;ON;;;;;N;;;;; +23B5;BOTTOM SQUARE BRACKET;So;0;ON;;;;;N;;;;; +23B6;BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET;So;0;ON;;;;;N;;;;; +23B7;RADICAL SYMBOL BOTTOM;So;0;ON;;;;;N;;;;; +23B8;LEFT VERTICAL BOX LINE;So;0;ON;;;;;N;;;;; +23B9;RIGHT VERTICAL BOX LINE;So;0;ON;;;;;N;;;;; +23BA;HORIZONTAL SCAN LINE-1;So;0;ON;;;;;N;;;;; +23BB;HORIZONTAL SCAN LINE-3;So;0;ON;;;;;N;;;;; +23BC;HORIZONTAL SCAN LINE-7;So;0;ON;;;;;N;;;;; +23BD;HORIZONTAL SCAN LINE-9;So;0;ON;;;;;N;;;;; +23BE;DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT;So;0;ON;;;;;N;;;;; +23BF;DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT;So;0;ON;;;;;N;;;;; +23C0;DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE;So;0;ON;;;;;N;;;;; +23C1;DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE;So;0;ON;;;;;N;;;;; +23C2;DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE;So;0;ON;;;;;N;;;;; +23C3;DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE;So;0;ON;;;;;N;;;;; +23C4;DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE;So;0;ON;;;;;N;;;;; +23C5;DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE;So;0;ON;;;;;N;;;;; +23C6;DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE;So;0;ON;;;;;N;;;;; +23C7;DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE;So;0;ON;;;;;N;;;;; +23C8;DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE;So;0;ON;;;;;N;;;;; +23C9;DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL;So;0;ON;;;;;N;;;;; +23CA;DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL;So;0;ON;;;;;N;;;;; +23CB;DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT;So;0;ON;;;;;N;;;;; +23CC;DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT;So;0;ON;;;;;N;;;;; +23CD;SQUARE FOOT;So;0;ON;;;;;N;;;;; +23CE;RETURN SYMBOL;So;0;ON;;;;;N;;;;; +23CF;EJECT SYMBOL;So;0;ON;;;;;N;;;;; +23D0;VERTICAL LINE EXTENSION;So;0;ON;;;;;N;;;;; +23D1;METRICAL BREVE;So;0;ON;;;;;N;;;;; +23D2;METRICAL LONG OVER SHORT;So;0;ON;;;;;N;;;;; +23D3;METRICAL SHORT OVER LONG;So;0;ON;;;;;N;;;;; +23D4;METRICAL LONG OVER TWO SHORTS;So;0;ON;;;;;N;;;;; +23D5;METRICAL TWO SHORTS OVER LONG;So;0;ON;;;;;N;;;;; +23D6;METRICAL TWO SHORTS JOINED;So;0;ON;;;;;N;;;;; +23D7;METRICAL TRISEME;So;0;ON;;;;;N;;;;; +23D8;METRICAL TETRASEME;So;0;ON;;;;;N;;;;; +23D9;METRICAL PENTASEME;So;0;ON;;;;;N;;;;; +23DA;EARTH GROUND;So;0;ON;;;;;N;;;;; +23DB;FUSE;So;0;ON;;;;;N;;;;; +23DC;TOP PARENTHESIS;Sm;0;ON;;;;;N;;;;; +23DD;BOTTOM PARENTHESIS;Sm;0;ON;;;;;N;;;;; +23DE;TOP CURLY BRACKET;Sm;0;ON;;;;;N;;;;; +23DF;BOTTOM CURLY BRACKET;Sm;0;ON;;;;;N;;;;; +23E0;TOP TORTOISE SHELL BRACKET;Sm;0;ON;;;;;N;;;;; +23E1;BOTTOM TORTOISE SHELL BRACKET;Sm;0;ON;;;;;N;;;;; +23E2;WHITE TRAPEZIUM;So;0;ON;;;;;N;;;;; +23E3;BENZENE RING WITH CIRCLE;So;0;ON;;;;;N;;;;; +23E4;STRAIGHTNESS;So;0;ON;;;;;N;;;;; +23E5;FLATNESS;So;0;ON;;;;;N;;;;; +23E6;AC CURRENT;So;0;ON;;;;;N;;;;; +23E7;ELECTRICAL INTERSECTION;So;0;ON;;;;;N;;;;; +23E8;DECIMAL EXPONENT SYMBOL;So;0;ON;;;;;N;;;;; +2400;SYMBOL FOR NULL;So;0;ON;;;;;N;GRAPHIC FOR NULL;;;; +2401;SYMBOL FOR START OF HEADING;So;0;ON;;;;;N;GRAPHIC FOR START OF HEADING;;;; +2402;SYMBOL FOR START OF TEXT;So;0;ON;;;;;N;GRAPHIC FOR START OF TEXT;;;; +2403;SYMBOL FOR END OF TEXT;So;0;ON;;;;;N;GRAPHIC FOR END OF TEXT;;;; +2404;SYMBOL FOR END OF TRANSMISSION;So;0;ON;;;;;N;GRAPHIC FOR END OF TRANSMISSION;;;; +2405;SYMBOL FOR ENQUIRY;So;0;ON;;;;;N;GRAPHIC FOR ENQUIRY;;;; +2406;SYMBOL FOR ACKNOWLEDGE;So;0;ON;;;;;N;GRAPHIC FOR ACKNOWLEDGE;;;; +2407;SYMBOL FOR BELL;So;0;ON;;;;;N;GRAPHIC FOR BELL;;;; +2408;SYMBOL FOR BACKSPACE;So;0;ON;;;;;N;GRAPHIC FOR BACKSPACE;;;; +2409;SYMBOL FOR HORIZONTAL TABULATION;So;0;ON;;;;;N;GRAPHIC FOR HORIZONTAL TABULATION;;;; +240A;SYMBOL FOR LINE FEED;So;0;ON;;;;;N;GRAPHIC FOR LINE FEED;;;; +240B;SYMBOL FOR VERTICAL TABULATION;So;0;ON;;;;;N;GRAPHIC FOR VERTICAL TABULATION;;;; +240C;SYMBOL FOR FORM FEED;So;0;ON;;;;;N;GRAPHIC FOR FORM FEED;;;; +240D;SYMBOL FOR CARRIAGE RETURN;So;0;ON;;;;;N;GRAPHIC FOR CARRIAGE RETURN;;;; +240E;SYMBOL FOR SHIFT OUT;So;0;ON;;;;;N;GRAPHIC FOR SHIFT OUT;;;; +240F;SYMBOL FOR SHIFT IN;So;0;ON;;;;;N;GRAPHIC FOR SHIFT IN;;;; +2410;SYMBOL FOR DATA LINK ESCAPE;So;0;ON;;;;;N;GRAPHIC FOR DATA LINK ESCAPE;;;; +2411;SYMBOL FOR DEVICE CONTROL ONE;So;0;ON;;;;;N;GRAPHIC FOR DEVICE CONTROL ONE;;;; +2412;SYMBOL FOR DEVICE CONTROL TWO;So;0;ON;;;;;N;GRAPHIC FOR DEVICE CONTROL TWO;;;; +2413;SYMBOL FOR DEVICE CONTROL THREE;So;0;ON;;;;;N;GRAPHIC FOR DEVICE CONTROL THREE;;;; +2414;SYMBOL FOR DEVICE CONTROL FOUR;So;0;ON;;;;;N;GRAPHIC FOR DEVICE CONTROL FOUR;;;; +2415;SYMBOL FOR NEGATIVE ACKNOWLEDGE;So;0;ON;;;;;N;GRAPHIC FOR NEGATIVE ACKNOWLEDGE;;;; +2416;SYMBOL FOR SYNCHRONOUS IDLE;So;0;ON;;;;;N;GRAPHIC FOR SYNCHRONOUS IDLE;;;; +2417;SYMBOL FOR END OF TRANSMISSION BLOCK;So;0;ON;;;;;N;GRAPHIC FOR END OF TRANSMISSION BLOCK;;;; +2418;SYMBOL FOR CANCEL;So;0;ON;;;;;N;GRAPHIC FOR CANCEL;;;; +2419;SYMBOL FOR END OF MEDIUM;So;0;ON;;;;;N;GRAPHIC FOR END OF MEDIUM;;;; +241A;SYMBOL FOR SUBSTITUTE;So;0;ON;;;;;N;GRAPHIC FOR SUBSTITUTE;;;; +241B;SYMBOL FOR ESCAPE;So;0;ON;;;;;N;GRAPHIC FOR ESCAPE;;;; +241C;SYMBOL FOR FILE SEPARATOR;So;0;ON;;;;;N;GRAPHIC FOR FILE SEPARATOR;;;; +241D;SYMBOL FOR GROUP SEPARATOR;So;0;ON;;;;;N;GRAPHIC FOR GROUP SEPARATOR;;;; +241E;SYMBOL FOR RECORD SEPARATOR;So;0;ON;;;;;N;GRAPHIC FOR RECORD SEPARATOR;;;; +241F;SYMBOL FOR UNIT SEPARATOR;So;0;ON;;;;;N;GRAPHIC FOR UNIT SEPARATOR;;;; +2420;SYMBOL FOR SPACE;So;0;ON;;;;;N;GRAPHIC FOR SPACE;;;; +2421;SYMBOL FOR DELETE;So;0;ON;;;;;N;GRAPHIC FOR DELETE;;;; +2422;BLANK SYMBOL;So;0;ON;;;;;N;BLANK;;;; +2423;OPEN BOX;So;0;ON;;;;;N;;;;; +2424;SYMBOL FOR NEWLINE;So;0;ON;;;;;N;GRAPHIC FOR NEWLINE;;;; +2425;SYMBOL FOR DELETE FORM TWO;So;0;ON;;;;;N;;;;; +2426;SYMBOL FOR SUBSTITUTE FORM TWO;So;0;ON;;;;;N;;;;; +2440;OCR HOOK;So;0;ON;;;;;N;;;;; +2441;OCR CHAIR;So;0;ON;;;;;N;;;;; +2442;OCR FORK;So;0;ON;;;;;N;;;;; +2443;OCR INVERTED FORK;So;0;ON;;;;;N;;;;; +2444;OCR BELT BUCKLE;So;0;ON;;;;;N;;;;; +2445;OCR BOW TIE;So;0;ON;;;;;N;;;;; +2446;OCR BRANCH BANK IDENTIFICATION;So;0;ON;;;;;N;;;;; +2447;OCR AMOUNT OF CHECK;So;0;ON;;;;;N;;;;; +2448;OCR DASH;So;0;ON;;;;;N;;;;; +2449;OCR CUSTOMER ACCOUNT NUMBER;So;0;ON;;;;;N;;;;; +244A;OCR DOUBLE BACKSLASH;So;0;ON;;;;;N;;;;; +2460;CIRCLED DIGIT ONE;No;0;ON; 0031;;1;1;N;;;;; +2461;CIRCLED DIGIT TWO;No;0;ON; 0032;;2;2;N;;;;; +2462;CIRCLED DIGIT THREE;No;0;ON; 0033;;3;3;N;;;;; +2463;CIRCLED DIGIT FOUR;No;0;ON; 0034;;4;4;N;;;;; +2464;CIRCLED DIGIT FIVE;No;0;ON; 0035;;5;5;N;;;;; +2465;CIRCLED DIGIT SIX;No;0;ON; 0036;;6;6;N;;;;; +2466;CIRCLED DIGIT SEVEN;No;0;ON; 0037;;7;7;N;;;;; +2467;CIRCLED DIGIT EIGHT;No;0;ON; 0038;;8;8;N;;;;; +2468;CIRCLED DIGIT NINE;No;0;ON; 0039;;9;9;N;;;;; +2469;CIRCLED NUMBER TEN;No;0;ON; 0031 0030;;;10;N;;;;; +246A;CIRCLED NUMBER ELEVEN;No;0;ON; 0031 0031;;;11;N;;;;; +246B;CIRCLED NUMBER TWELVE;No;0;ON; 0031 0032;;;12;N;;;;; +246C;CIRCLED NUMBER THIRTEEN;No;0;ON; 0031 0033;;;13;N;;;;; +246D;CIRCLED NUMBER FOURTEEN;No;0;ON; 0031 0034;;;14;N;;;;; +246E;CIRCLED NUMBER FIFTEEN;No;0;ON; 0031 0035;;;15;N;;;;; +246F;CIRCLED NUMBER SIXTEEN;No;0;ON; 0031 0036;;;16;N;;;;; +2470;CIRCLED NUMBER SEVENTEEN;No;0;ON; 0031 0037;;;17;N;;;;; +2471;CIRCLED NUMBER EIGHTEEN;No;0;ON; 0031 0038;;;18;N;;;;; +2472;CIRCLED NUMBER NINETEEN;No;0;ON; 0031 0039;;;19;N;;;;; +2473;CIRCLED NUMBER TWENTY;No;0;ON; 0032 0030;;;20;N;;;;; +2474;PARENTHESIZED DIGIT ONE;No;0;ON; 0028 0031 0029;;1;1;N;;;;; +2475;PARENTHESIZED DIGIT TWO;No;0;ON; 0028 0032 0029;;2;2;N;;;;; +2476;PARENTHESIZED DIGIT THREE;No;0;ON; 0028 0033 0029;;3;3;N;;;;; +2477;PARENTHESIZED DIGIT FOUR;No;0;ON; 0028 0034 0029;;4;4;N;;;;; +2478;PARENTHESIZED DIGIT FIVE;No;0;ON; 0028 0035 0029;;5;5;N;;;;; +2479;PARENTHESIZED DIGIT SIX;No;0;ON; 0028 0036 0029;;6;6;N;;;;; +247A;PARENTHESIZED DIGIT SEVEN;No;0;ON; 0028 0037 0029;;7;7;N;;;;; +247B;PARENTHESIZED DIGIT EIGHT;No;0;ON; 0028 0038 0029;;8;8;N;;;;; +247C;PARENTHESIZED DIGIT NINE;No;0;ON; 0028 0039 0029;;9;9;N;;;;; +247D;PARENTHESIZED NUMBER TEN;No;0;ON; 0028 0031 0030 0029;;;10;N;;;;; +247E;PARENTHESIZED NUMBER ELEVEN;No;0;ON; 0028 0031 0031 0029;;;11;N;;;;; +247F;PARENTHESIZED NUMBER TWELVE;No;0;ON; 0028 0031 0032 0029;;;12;N;;;;; +2480;PARENTHESIZED NUMBER THIRTEEN;No;0;ON; 0028 0031 0033 0029;;;13;N;;;;; +2481;PARENTHESIZED NUMBER FOURTEEN;No;0;ON; 0028 0031 0034 0029;;;14;N;;;;; +2482;PARENTHESIZED NUMBER FIFTEEN;No;0;ON; 0028 0031 0035 0029;;;15;N;;;;; +2483;PARENTHESIZED NUMBER SIXTEEN;No;0;ON; 0028 0031 0036 0029;;;16;N;;;;; +2484;PARENTHESIZED NUMBER SEVENTEEN;No;0;ON; 0028 0031 0037 0029;;;17;N;;;;; +2485;PARENTHESIZED NUMBER EIGHTEEN;No;0;ON; 0028 0031 0038 0029;;;18;N;;;;; +2486;PARENTHESIZED NUMBER NINETEEN;No;0;ON; 0028 0031 0039 0029;;;19;N;;;;; +2487;PARENTHESIZED NUMBER TWENTY;No;0;ON; 0028 0032 0030 0029;;;20;N;;;;; +2488;DIGIT ONE FULL STOP;No;0;EN; 0031 002E;;1;1;N;DIGIT ONE PERIOD;;;; +2489;DIGIT TWO FULL STOP;No;0;EN; 0032 002E;;2;2;N;DIGIT TWO PERIOD;;;; +248A;DIGIT THREE FULL STOP;No;0;EN; 0033 002E;;3;3;N;DIGIT THREE PERIOD;;;; +248B;DIGIT FOUR FULL STOP;No;0;EN; 0034 002E;;4;4;N;DIGIT FOUR PERIOD;;;; +248C;DIGIT FIVE FULL STOP;No;0;EN; 0035 002E;;5;5;N;DIGIT FIVE PERIOD;;;; +248D;DIGIT SIX FULL STOP;No;0;EN; 0036 002E;;6;6;N;DIGIT SIX PERIOD;;;; +248E;DIGIT SEVEN FULL STOP;No;0;EN; 0037 002E;;7;7;N;DIGIT SEVEN PERIOD;;;; +248F;DIGIT EIGHT FULL STOP;No;0;EN; 0038 002E;;8;8;N;DIGIT EIGHT PERIOD;;;; +2490;DIGIT NINE FULL STOP;No;0;EN; 0039 002E;;9;9;N;DIGIT NINE PERIOD;;;; +2491;NUMBER TEN FULL STOP;No;0;EN; 0031 0030 002E;;;10;N;NUMBER TEN PERIOD;;;; +2492;NUMBER ELEVEN FULL STOP;No;0;EN; 0031 0031 002E;;;11;N;NUMBER ELEVEN PERIOD;;;; +2493;NUMBER TWELVE FULL STOP;No;0;EN; 0031 0032 002E;;;12;N;NUMBER TWELVE PERIOD;;;; +2494;NUMBER THIRTEEN FULL STOP;No;0;EN; 0031 0033 002E;;;13;N;NUMBER THIRTEEN PERIOD;;;; +2495;NUMBER FOURTEEN FULL STOP;No;0;EN; 0031 0034 002E;;;14;N;NUMBER FOURTEEN PERIOD;;;; +2496;NUMBER FIFTEEN FULL STOP;No;0;EN; 0031 0035 002E;;;15;N;NUMBER FIFTEEN PERIOD;;;; +2497;NUMBER SIXTEEN FULL STOP;No;0;EN; 0031 0036 002E;;;16;N;NUMBER SIXTEEN PERIOD;;;; +2498;NUMBER SEVENTEEN FULL STOP;No;0;EN; 0031 0037 002E;;;17;N;NUMBER SEVENTEEN PERIOD;;;; +2499;NUMBER EIGHTEEN FULL STOP;No;0;EN; 0031 0038 002E;;;18;N;NUMBER EIGHTEEN PERIOD;;;; +249A;NUMBER NINETEEN FULL STOP;No;0;EN; 0031 0039 002E;;;19;N;NUMBER NINETEEN PERIOD;;;; +249B;NUMBER TWENTY FULL STOP;No;0;EN; 0032 0030 002E;;;20;N;NUMBER TWENTY PERIOD;;;; +249C;PARENTHESIZED LATIN SMALL LETTER A;So;0;L; 0028 0061 0029;;;;N;;;;; +249D;PARENTHESIZED LATIN SMALL LETTER B;So;0;L; 0028 0062 0029;;;;N;;;;; +249E;PARENTHESIZED LATIN SMALL LETTER C;So;0;L; 0028 0063 0029;;;;N;;;;; +249F;PARENTHESIZED LATIN SMALL LETTER D;So;0;L; 0028 0064 0029;;;;N;;;;; +24A0;PARENTHESIZED LATIN SMALL LETTER E;So;0;L; 0028 0065 0029;;;;N;;;;; +24A1;PARENTHESIZED LATIN SMALL LETTER F;So;0;L; 0028 0066 0029;;;;N;;;;; +24A2;PARENTHESIZED LATIN SMALL LETTER G;So;0;L; 0028 0067 0029;;;;N;;;;; +24A3;PARENTHESIZED LATIN SMALL LETTER H;So;0;L; 0028 0068 0029;;;;N;;;;; +24A4;PARENTHESIZED LATIN SMALL LETTER I;So;0;L; 0028 0069 0029;;;;N;;;;; +24A5;PARENTHESIZED LATIN SMALL LETTER J;So;0;L; 0028 006A 0029;;;;N;;;;; +24A6;PARENTHESIZED LATIN SMALL LETTER K;So;0;L; 0028 006B 0029;;;;N;;;;; +24A7;PARENTHESIZED LATIN SMALL LETTER L;So;0;L; 0028 006C 0029;;;;N;;;;; +24A8;PARENTHESIZED LATIN SMALL LETTER M;So;0;L; 0028 006D 0029;;;;N;;;;; +24A9;PARENTHESIZED LATIN SMALL LETTER N;So;0;L; 0028 006E 0029;;;;N;;;;; +24AA;PARENTHESIZED LATIN SMALL LETTER O;So;0;L; 0028 006F 0029;;;;N;;;;; +24AB;PARENTHESIZED LATIN SMALL LETTER P;So;0;L; 0028 0070 0029;;;;N;;;;; +24AC;PARENTHESIZED LATIN SMALL LETTER Q;So;0;L; 0028 0071 0029;;;;N;;;;; +24AD;PARENTHESIZED LATIN SMALL LETTER R;So;0;L; 0028 0072 0029;;;;N;;;;; +24AE;PARENTHESIZED LATIN SMALL LETTER S;So;0;L; 0028 0073 0029;;;;N;;;;; +24AF;PARENTHESIZED LATIN SMALL LETTER T;So;0;L; 0028 0074 0029;;;;N;;;;; +24B0;PARENTHESIZED LATIN SMALL LETTER U;So;0;L; 0028 0075 0029;;;;N;;;;; +24B1;PARENTHESIZED LATIN SMALL LETTER V;So;0;L; 0028 0076 0029;;;;N;;;;; +24B2;PARENTHESIZED LATIN SMALL LETTER W;So;0;L; 0028 0077 0029;;;;N;;;;; +24B3;PARENTHESIZED LATIN SMALL LETTER X;So;0;L; 0028 0078 0029;;;;N;;;;; +24B4;PARENTHESIZED LATIN SMALL LETTER Y;So;0;L; 0028 0079 0029;;;;N;;;;; +24B5;PARENTHESIZED LATIN SMALL LETTER Z;So;0;L; 0028 007A 0029;;;;N;;;;; +24B6;CIRCLED LATIN CAPITAL LETTER A;So;0;L; 0041;;;;N;;;;24D0; +24B7;CIRCLED LATIN CAPITAL LETTER B;So;0;L; 0042;;;;N;;;;24D1; +24B8;CIRCLED LATIN CAPITAL LETTER C;So;0;L; 0043;;;;N;;;;24D2; +24B9;CIRCLED LATIN CAPITAL LETTER D;So;0;L; 0044;;;;N;;;;24D3; +24BA;CIRCLED LATIN CAPITAL LETTER E;So;0;L; 0045;;;;N;;;;24D4; +24BB;CIRCLED LATIN CAPITAL LETTER F;So;0;L; 0046;;;;N;;;;24D5; +24BC;CIRCLED LATIN CAPITAL LETTER G;So;0;L; 0047;;;;N;;;;24D6; +24BD;CIRCLED LATIN CAPITAL LETTER H;So;0;L; 0048;;;;N;;;;24D7; +24BE;CIRCLED LATIN CAPITAL LETTER I;So;0;L; 0049;;;;N;;;;24D8; +24BF;CIRCLED LATIN CAPITAL LETTER J;So;0;L; 004A;;;;N;;;;24D9; +24C0;CIRCLED LATIN CAPITAL LETTER K;So;0;L; 004B;;;;N;;;;24DA; +24C1;CIRCLED LATIN CAPITAL LETTER L;So;0;L; 004C;;;;N;;;;24DB; +24C2;CIRCLED LATIN CAPITAL LETTER M;So;0;L; 004D;;;;N;;;;24DC; +24C3;CIRCLED LATIN CAPITAL LETTER N;So;0;L; 004E;;;;N;;;;24DD; +24C4;CIRCLED LATIN CAPITAL LETTER O;So;0;L; 004F;;;;N;;;;24DE; +24C5;CIRCLED LATIN CAPITAL LETTER P;So;0;L; 0050;;;;N;;;;24DF; +24C6;CIRCLED LATIN CAPITAL LETTER Q;So;0;L; 0051;;;;N;;;;24E0; +24C7;CIRCLED LATIN CAPITAL LETTER R;So;0;L; 0052;;;;N;;;;24E1; +24C8;CIRCLED LATIN CAPITAL LETTER S;So;0;L; 0053;;;;N;;;;24E2; +24C9;CIRCLED LATIN CAPITAL LETTER T;So;0;L; 0054;;;;N;;;;24E3; +24CA;CIRCLED LATIN CAPITAL LETTER U;So;0;L; 0055;;;;N;;;;24E4; +24CB;CIRCLED LATIN CAPITAL LETTER V;So;0;L; 0056;;;;N;;;;24E5; +24CC;CIRCLED LATIN CAPITAL LETTER W;So;0;L; 0057;;;;N;;;;24E6; +24CD;CIRCLED LATIN CAPITAL LETTER X;So;0;L; 0058;;;;N;;;;24E7; +24CE;CIRCLED LATIN CAPITAL LETTER Y;So;0;L; 0059;;;;N;;;;24E8; +24CF;CIRCLED LATIN CAPITAL LETTER Z;So;0;L; 005A;;;;N;;;;24E9; +24D0;CIRCLED LATIN SMALL LETTER A;So;0;L; 0061;;;;N;;;24B6;;24B6 +24D1;CIRCLED LATIN SMALL LETTER B;So;0;L; 0062;;;;N;;;24B7;;24B7 +24D2;CIRCLED LATIN SMALL LETTER C;So;0;L; 0063;;;;N;;;24B8;;24B8 +24D3;CIRCLED LATIN SMALL LETTER D;So;0;L; 0064;;;;N;;;24B9;;24B9 +24D4;CIRCLED LATIN SMALL LETTER E;So;0;L; 0065;;;;N;;;24BA;;24BA +24D5;CIRCLED LATIN SMALL LETTER F;So;0;L; 0066;;;;N;;;24BB;;24BB +24D6;CIRCLED LATIN SMALL LETTER G;So;0;L; 0067;;;;N;;;24BC;;24BC +24D7;CIRCLED LATIN SMALL LETTER H;So;0;L; 0068;;;;N;;;24BD;;24BD +24D8;CIRCLED LATIN SMALL LETTER I;So;0;L; 0069;;;;N;;;24BE;;24BE +24D9;CIRCLED LATIN SMALL LETTER J;So;0;L; 006A;;;;N;;;24BF;;24BF +24DA;CIRCLED LATIN SMALL LETTER K;So;0;L; 006B;;;;N;;;24C0;;24C0 +24DB;CIRCLED LATIN SMALL LETTER L;So;0;L; 006C;;;;N;;;24C1;;24C1 +24DC;CIRCLED LATIN SMALL LETTER M;So;0;L; 006D;;;;N;;;24C2;;24C2 +24DD;CIRCLED LATIN SMALL LETTER N;So;0;L; 006E;;;;N;;;24C3;;24C3 +24DE;CIRCLED LATIN SMALL LETTER O;So;0;L; 006F;;;;N;;;24C4;;24C4 +24DF;CIRCLED LATIN SMALL LETTER P;So;0;L; 0070;;;;N;;;24C5;;24C5 +24E0;CIRCLED LATIN SMALL LETTER Q;So;0;L; 0071;;;;N;;;24C6;;24C6 +24E1;CIRCLED LATIN SMALL LETTER R;So;0;L; 0072;;;;N;;;24C7;;24C7 +24E2;CIRCLED LATIN SMALL LETTER S;So;0;L; 0073;;;;N;;;24C8;;24C8 +24E3;CIRCLED LATIN SMALL LETTER T;So;0;L; 0074;;;;N;;;24C9;;24C9 +24E4;CIRCLED LATIN SMALL LETTER U;So;0;L; 0075;;;;N;;;24CA;;24CA +24E5;CIRCLED LATIN SMALL LETTER V;So;0;L; 0076;;;;N;;;24CB;;24CB +24E6;CIRCLED LATIN SMALL LETTER W;So;0;L; 0077;;;;N;;;24CC;;24CC +24E7;CIRCLED LATIN SMALL LETTER X;So;0;L; 0078;;;;N;;;24CD;;24CD +24E8;CIRCLED LATIN SMALL LETTER Y;So;0;L; 0079;;;;N;;;24CE;;24CE +24E9;CIRCLED LATIN SMALL LETTER Z;So;0;L; 007A;;;;N;;;24CF;;24CF +24EA;CIRCLED DIGIT ZERO;No;0;ON; 0030;;0;0;N;;;;; +24EB;NEGATIVE CIRCLED NUMBER ELEVEN;No;0;ON;;;;11;N;;;;; +24EC;NEGATIVE CIRCLED NUMBER TWELVE;No;0;ON;;;;12;N;;;;; +24ED;NEGATIVE CIRCLED NUMBER THIRTEEN;No;0;ON;;;;13;N;;;;; +24EE;NEGATIVE CIRCLED NUMBER FOURTEEN;No;0;ON;;;;14;N;;;;; +24EF;NEGATIVE CIRCLED NUMBER FIFTEEN;No;0;ON;;;;15;N;;;;; +24F0;NEGATIVE CIRCLED NUMBER SIXTEEN;No;0;ON;;;;16;N;;;;; +24F1;NEGATIVE CIRCLED NUMBER SEVENTEEN;No;0;ON;;;;17;N;;;;; +24F2;NEGATIVE CIRCLED NUMBER EIGHTEEN;No;0;ON;;;;18;N;;;;; +24F3;NEGATIVE CIRCLED NUMBER NINETEEN;No;0;ON;;;;19;N;;;;; +24F4;NEGATIVE CIRCLED NUMBER TWENTY;No;0;ON;;;;20;N;;;;; +24F5;DOUBLE CIRCLED DIGIT ONE;No;0;ON;;;1;1;N;;;;; +24F6;DOUBLE CIRCLED DIGIT TWO;No;0;ON;;;2;2;N;;;;; +24F7;DOUBLE CIRCLED DIGIT THREE;No;0;ON;;;3;3;N;;;;; +24F8;DOUBLE CIRCLED DIGIT FOUR;No;0;ON;;;4;4;N;;;;; +24F9;DOUBLE CIRCLED DIGIT FIVE;No;0;ON;;;5;5;N;;;;; +24FA;DOUBLE CIRCLED DIGIT SIX;No;0;ON;;;6;6;N;;;;; +24FB;DOUBLE CIRCLED DIGIT SEVEN;No;0;ON;;;7;7;N;;;;; +24FC;DOUBLE CIRCLED DIGIT EIGHT;No;0;ON;;;8;8;N;;;;; +24FD;DOUBLE CIRCLED DIGIT NINE;No;0;ON;;;9;9;N;;;;; +24FE;DOUBLE CIRCLED NUMBER TEN;No;0;ON;;;;10;N;;;;; +24FF;NEGATIVE CIRCLED DIGIT ZERO;No;0;ON;;;0;0;N;;;;; +2500;BOX DRAWINGS LIGHT HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT HORIZONTAL;;;; +2501;BOX DRAWINGS HEAVY HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY HORIZONTAL;;;; +2502;BOX DRAWINGS LIGHT VERTICAL;So;0;ON;;;;;N;FORMS LIGHT VERTICAL;;;; +2503;BOX DRAWINGS HEAVY VERTICAL;So;0;ON;;;;;N;FORMS HEAVY VERTICAL;;;; +2504;BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT TRIPLE DASH HORIZONTAL;;;; +2505;BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY TRIPLE DASH HORIZONTAL;;;; +2506;BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL;So;0;ON;;;;;N;FORMS LIGHT TRIPLE DASH VERTICAL;;;; +2507;BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL;So;0;ON;;;;;N;FORMS HEAVY TRIPLE DASH VERTICAL;;;; +2508;BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT QUADRUPLE DASH HORIZONTAL;;;; +2509;BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY QUADRUPLE DASH HORIZONTAL;;;; +250A;BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL;So;0;ON;;;;;N;FORMS LIGHT QUADRUPLE DASH VERTICAL;;;; +250B;BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL;So;0;ON;;;;;N;FORMS HEAVY QUADRUPLE DASH VERTICAL;;;; +250C;BOX DRAWINGS LIGHT DOWN AND RIGHT;So;0;ON;;;;;N;FORMS LIGHT DOWN AND RIGHT;;;; +250D;BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY;So;0;ON;;;;;N;FORMS DOWN LIGHT AND RIGHT HEAVY;;;; +250E;BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT;So;0;ON;;;;;N;FORMS DOWN HEAVY AND RIGHT LIGHT;;;; +250F;BOX DRAWINGS HEAVY DOWN AND RIGHT;So;0;ON;;;;;N;FORMS HEAVY DOWN AND RIGHT;;;; +2510;BOX DRAWINGS LIGHT DOWN AND LEFT;So;0;ON;;;;;N;FORMS LIGHT DOWN AND LEFT;;;; +2511;BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY;So;0;ON;;;;;N;FORMS DOWN LIGHT AND LEFT HEAVY;;;; +2512;BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT;So;0;ON;;;;;N;FORMS DOWN HEAVY AND LEFT LIGHT;;;; +2513;BOX DRAWINGS HEAVY DOWN AND LEFT;So;0;ON;;;;;N;FORMS HEAVY DOWN AND LEFT;;;; +2514;BOX DRAWINGS LIGHT UP AND RIGHT;So;0;ON;;;;;N;FORMS LIGHT UP AND RIGHT;;;; +2515;BOX DRAWINGS UP LIGHT AND RIGHT HEAVY;So;0;ON;;;;;N;FORMS UP LIGHT AND RIGHT HEAVY;;;; +2516;BOX DRAWINGS UP HEAVY AND RIGHT LIGHT;So;0;ON;;;;;N;FORMS UP HEAVY AND RIGHT LIGHT;;;; +2517;BOX DRAWINGS HEAVY UP AND RIGHT;So;0;ON;;;;;N;FORMS HEAVY UP AND RIGHT;;;; +2518;BOX DRAWINGS LIGHT UP AND LEFT;So;0;ON;;;;;N;FORMS LIGHT UP AND LEFT;;;; +2519;BOX DRAWINGS UP LIGHT AND LEFT HEAVY;So;0;ON;;;;;N;FORMS UP LIGHT AND LEFT HEAVY;;;; +251A;BOX DRAWINGS UP HEAVY AND LEFT LIGHT;So;0;ON;;;;;N;FORMS UP HEAVY AND LEFT LIGHT;;;; +251B;BOX DRAWINGS HEAVY UP AND LEFT;So;0;ON;;;;;N;FORMS HEAVY UP AND LEFT;;;; +251C;BOX DRAWINGS LIGHT VERTICAL AND RIGHT;So;0;ON;;;;;N;FORMS LIGHT VERTICAL AND RIGHT;;;; +251D;BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY;So;0;ON;;;;;N;FORMS VERTICAL LIGHT AND RIGHT HEAVY;;;; +251E;BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT;So;0;ON;;;;;N;FORMS UP HEAVY AND RIGHT DOWN LIGHT;;;; +251F;BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT;So;0;ON;;;;;N;FORMS DOWN HEAVY AND RIGHT UP LIGHT;;;; +2520;BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT;So;0;ON;;;;;N;FORMS VERTICAL HEAVY AND RIGHT LIGHT;;;; +2521;BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY;So;0;ON;;;;;N;FORMS DOWN LIGHT AND RIGHT UP HEAVY;;;; +2522;BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY;So;0;ON;;;;;N;FORMS UP LIGHT AND RIGHT DOWN HEAVY;;;; +2523;BOX DRAWINGS HEAVY VERTICAL AND RIGHT;So;0;ON;;;;;N;FORMS HEAVY VERTICAL AND RIGHT;;;; +2524;BOX DRAWINGS LIGHT VERTICAL AND LEFT;So;0;ON;;;;;N;FORMS LIGHT VERTICAL AND LEFT;;;; +2525;BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY;So;0;ON;;;;;N;FORMS VERTICAL LIGHT AND LEFT HEAVY;;;; +2526;BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT;So;0;ON;;;;;N;FORMS UP HEAVY AND LEFT DOWN LIGHT;;;; +2527;BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT;So;0;ON;;;;;N;FORMS DOWN HEAVY AND LEFT UP LIGHT;;;; +2528;BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT;So;0;ON;;;;;N;FORMS VERTICAL HEAVY AND LEFT LIGHT;;;; +2529;BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY;So;0;ON;;;;;N;FORMS DOWN LIGHT AND LEFT UP HEAVY;;;; +252A;BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY;So;0;ON;;;;;N;FORMS UP LIGHT AND LEFT DOWN HEAVY;;;; +252B;BOX DRAWINGS HEAVY VERTICAL AND LEFT;So;0;ON;;;;;N;FORMS HEAVY VERTICAL AND LEFT;;;; +252C;BOX DRAWINGS LIGHT DOWN AND HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT DOWN AND HORIZONTAL;;;; +252D;BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT;So;0;ON;;;;;N;FORMS LEFT HEAVY AND RIGHT DOWN LIGHT;;;; +252E;BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT;So;0;ON;;;;;N;FORMS RIGHT HEAVY AND LEFT DOWN LIGHT;;;; +252F;BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY;So;0;ON;;;;;N;FORMS DOWN LIGHT AND HORIZONTAL HEAVY;;;; +2530;BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT;So;0;ON;;;;;N;FORMS DOWN HEAVY AND HORIZONTAL LIGHT;;;; +2531;BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY;So;0;ON;;;;;N;FORMS RIGHT LIGHT AND LEFT DOWN HEAVY;;;; +2532;BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY;So;0;ON;;;;;N;FORMS LEFT LIGHT AND RIGHT DOWN HEAVY;;;; +2533;BOX DRAWINGS HEAVY DOWN AND HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY DOWN AND HORIZONTAL;;;; +2534;BOX DRAWINGS LIGHT UP AND HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT UP AND HORIZONTAL;;;; +2535;BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT;So;0;ON;;;;;N;FORMS LEFT HEAVY AND RIGHT UP LIGHT;;;; +2536;BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT;So;0;ON;;;;;N;FORMS RIGHT HEAVY AND LEFT UP LIGHT;;;; +2537;BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY;So;0;ON;;;;;N;FORMS UP LIGHT AND HORIZONTAL HEAVY;;;; +2538;BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT;So;0;ON;;;;;N;FORMS UP HEAVY AND HORIZONTAL LIGHT;;;; +2539;BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY;So;0;ON;;;;;N;FORMS RIGHT LIGHT AND LEFT UP HEAVY;;;; +253A;BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY;So;0;ON;;;;;N;FORMS LEFT LIGHT AND RIGHT UP HEAVY;;;; +253B;BOX DRAWINGS HEAVY UP AND HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY UP AND HORIZONTAL;;;; +253C;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT VERTICAL AND HORIZONTAL;;;; +253D;BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT;So;0;ON;;;;;N;FORMS LEFT HEAVY AND RIGHT VERTICAL LIGHT;;;; +253E;BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT;So;0;ON;;;;;N;FORMS RIGHT HEAVY AND LEFT VERTICAL LIGHT;;;; +253F;BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY;So;0;ON;;;;;N;FORMS VERTICAL LIGHT AND HORIZONTAL HEAVY;;;; +2540;BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT;So;0;ON;;;;;N;FORMS UP HEAVY AND DOWN HORIZONTAL LIGHT;;;; +2541;BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT;So;0;ON;;;;;N;FORMS DOWN HEAVY AND UP HORIZONTAL LIGHT;;;; +2542;BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT;So;0;ON;;;;;N;FORMS VERTICAL HEAVY AND HORIZONTAL LIGHT;;;; +2543;BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT;So;0;ON;;;;;N;FORMS LEFT UP HEAVY AND RIGHT DOWN LIGHT;;;; +2544;BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT;So;0;ON;;;;;N;FORMS RIGHT UP HEAVY AND LEFT DOWN LIGHT;;;; +2545;BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT;So;0;ON;;;;;N;FORMS LEFT DOWN HEAVY AND RIGHT UP LIGHT;;;; +2546;BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT;So;0;ON;;;;;N;FORMS RIGHT DOWN HEAVY AND LEFT UP LIGHT;;;; +2547;BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY;So;0;ON;;;;;N;FORMS DOWN LIGHT AND UP HORIZONTAL HEAVY;;;; +2548;BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY;So;0;ON;;;;;N;FORMS UP LIGHT AND DOWN HORIZONTAL HEAVY;;;; +2549;BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY;So;0;ON;;;;;N;FORMS RIGHT LIGHT AND LEFT VERTICAL HEAVY;;;; +254A;BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY;So;0;ON;;;;;N;FORMS LEFT LIGHT AND RIGHT VERTICAL HEAVY;;;; +254B;BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY VERTICAL AND HORIZONTAL;;;; +254C;BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL;So;0;ON;;;;;N;FORMS LIGHT DOUBLE DASH HORIZONTAL;;;; +254D;BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL;So;0;ON;;;;;N;FORMS HEAVY DOUBLE DASH HORIZONTAL;;;; +254E;BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL;So;0;ON;;;;;N;FORMS LIGHT DOUBLE DASH VERTICAL;;;; +254F;BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL;So;0;ON;;;;;N;FORMS HEAVY DOUBLE DASH VERTICAL;;;; +2550;BOX DRAWINGS DOUBLE HORIZONTAL;So;0;ON;;;;;N;FORMS DOUBLE HORIZONTAL;;;; +2551;BOX DRAWINGS DOUBLE VERTICAL;So;0;ON;;;;;N;FORMS DOUBLE VERTICAL;;;; +2552;BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE;So;0;ON;;;;;N;FORMS DOWN SINGLE AND RIGHT DOUBLE;;;; +2553;BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE;So;0;ON;;;;;N;FORMS DOWN DOUBLE AND RIGHT SINGLE;;;; +2554;BOX DRAWINGS DOUBLE DOWN AND RIGHT;So;0;ON;;;;;N;FORMS DOUBLE DOWN AND RIGHT;;;; +2555;BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE;So;0;ON;;;;;N;FORMS DOWN SINGLE AND LEFT DOUBLE;;;; +2556;BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE;So;0;ON;;;;;N;FORMS DOWN DOUBLE AND LEFT SINGLE;;;; +2557;BOX DRAWINGS DOUBLE DOWN AND LEFT;So;0;ON;;;;;N;FORMS DOUBLE DOWN AND LEFT;;;; +2558;BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE;So;0;ON;;;;;N;FORMS UP SINGLE AND RIGHT DOUBLE;;;; +2559;BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE;So;0;ON;;;;;N;FORMS UP DOUBLE AND RIGHT SINGLE;;;; +255A;BOX DRAWINGS DOUBLE UP AND RIGHT;So;0;ON;;;;;N;FORMS DOUBLE UP AND RIGHT;;;; +255B;BOX DRAWINGS UP SINGLE AND LEFT DOUBLE;So;0;ON;;;;;N;FORMS UP SINGLE AND LEFT DOUBLE;;;; +255C;BOX DRAWINGS UP DOUBLE AND LEFT SINGLE;So;0;ON;;;;;N;FORMS UP DOUBLE AND LEFT SINGLE;;;; +255D;BOX DRAWINGS DOUBLE UP AND LEFT;So;0;ON;;;;;N;FORMS DOUBLE UP AND LEFT;;;; +255E;BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE;So;0;ON;;;;;N;FORMS VERTICAL SINGLE AND RIGHT DOUBLE;;;; +255F;BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE;So;0;ON;;;;;N;FORMS VERTICAL DOUBLE AND RIGHT SINGLE;;;; +2560;BOX DRAWINGS DOUBLE VERTICAL AND RIGHT;So;0;ON;;;;;N;FORMS DOUBLE VERTICAL AND RIGHT;;;; +2561;BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE;So;0;ON;;;;;N;FORMS VERTICAL SINGLE AND LEFT DOUBLE;;;; +2562;BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE;So;0;ON;;;;;N;FORMS VERTICAL DOUBLE AND LEFT SINGLE;;;; +2563;BOX DRAWINGS DOUBLE VERTICAL AND LEFT;So;0;ON;;;;;N;FORMS DOUBLE VERTICAL AND LEFT;;;; +2564;BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE;So;0;ON;;;;;N;FORMS DOWN SINGLE AND HORIZONTAL DOUBLE;;;; +2565;BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE;So;0;ON;;;;;N;FORMS DOWN DOUBLE AND HORIZONTAL SINGLE;;;; +2566;BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL;So;0;ON;;;;;N;FORMS DOUBLE DOWN AND HORIZONTAL;;;; +2567;BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE;So;0;ON;;;;;N;FORMS UP SINGLE AND HORIZONTAL DOUBLE;;;; +2568;BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE;So;0;ON;;;;;N;FORMS UP DOUBLE AND HORIZONTAL SINGLE;;;; +2569;BOX DRAWINGS DOUBLE UP AND HORIZONTAL;So;0;ON;;;;;N;FORMS DOUBLE UP AND HORIZONTAL;;;; +256A;BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE;So;0;ON;;;;;N;FORMS VERTICAL SINGLE AND HORIZONTAL DOUBLE;;;; +256B;BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE;So;0;ON;;;;;N;FORMS VERTICAL DOUBLE AND HORIZONTAL SINGLE;;;; +256C;BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL;So;0;ON;;;;;N;FORMS DOUBLE VERTICAL AND HORIZONTAL;;;; +256D;BOX DRAWINGS LIGHT ARC DOWN AND RIGHT;So;0;ON;;;;;N;FORMS LIGHT ARC DOWN AND RIGHT;;;; +256E;BOX DRAWINGS LIGHT ARC DOWN AND LEFT;So;0;ON;;;;;N;FORMS LIGHT ARC DOWN AND LEFT;;;; +256F;BOX DRAWINGS LIGHT ARC UP AND LEFT;So;0;ON;;;;;N;FORMS LIGHT ARC UP AND LEFT;;;; +2570;BOX DRAWINGS LIGHT ARC UP AND RIGHT;So;0;ON;;;;;N;FORMS LIGHT ARC UP AND RIGHT;;;; +2571;BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT;So;0;ON;;;;;N;FORMS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT;;;; +2572;BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT;So;0;ON;;;;;N;FORMS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT;;;; +2573;BOX DRAWINGS LIGHT DIAGONAL CROSS;So;0;ON;;;;;N;FORMS LIGHT DIAGONAL CROSS;;;; +2574;BOX DRAWINGS LIGHT LEFT;So;0;ON;;;;;N;FORMS LIGHT LEFT;;;; +2575;BOX DRAWINGS LIGHT UP;So;0;ON;;;;;N;FORMS LIGHT UP;;;; +2576;BOX DRAWINGS LIGHT RIGHT;So;0;ON;;;;;N;FORMS LIGHT RIGHT;;;; +2577;BOX DRAWINGS LIGHT DOWN;So;0;ON;;;;;N;FORMS LIGHT DOWN;;;; +2578;BOX DRAWINGS HEAVY LEFT;So;0;ON;;;;;N;FORMS HEAVY LEFT;;;; +2579;BOX DRAWINGS HEAVY UP;So;0;ON;;;;;N;FORMS HEAVY UP;;;; +257A;BOX DRAWINGS HEAVY RIGHT;So;0;ON;;;;;N;FORMS HEAVY RIGHT;;;; +257B;BOX DRAWINGS HEAVY DOWN;So;0;ON;;;;;N;FORMS HEAVY DOWN;;;; +257C;BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT;So;0;ON;;;;;N;FORMS LIGHT LEFT AND HEAVY RIGHT;;;; +257D;BOX DRAWINGS LIGHT UP AND HEAVY DOWN;So;0;ON;;;;;N;FORMS LIGHT UP AND HEAVY DOWN;;;; +257E;BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT;So;0;ON;;;;;N;FORMS HEAVY LEFT AND LIGHT RIGHT;;;; +257F;BOX DRAWINGS HEAVY UP AND LIGHT DOWN;So;0;ON;;;;;N;FORMS HEAVY UP AND LIGHT DOWN;;;; +2580;UPPER HALF BLOCK;So;0;ON;;;;;N;;;;; +2581;LOWER ONE EIGHTH BLOCK;So;0;ON;;;;;N;;;;; +2582;LOWER ONE QUARTER BLOCK;So;0;ON;;;;;N;;;;; +2583;LOWER THREE EIGHTHS BLOCK;So;0;ON;;;;;N;;;;; +2584;LOWER HALF BLOCK;So;0;ON;;;;;N;;;;; +2585;LOWER FIVE EIGHTHS BLOCK;So;0;ON;;;;;N;;;;; +2586;LOWER THREE QUARTERS BLOCK;So;0;ON;;;;;N;LOWER THREE QUARTER BLOCK;;;; +2587;LOWER SEVEN EIGHTHS BLOCK;So;0;ON;;;;;N;;;;; +2588;FULL BLOCK;So;0;ON;;;;;N;;;;; +2589;LEFT SEVEN EIGHTHS BLOCK;So;0;ON;;;;;N;;;;; +258A;LEFT THREE QUARTERS BLOCK;So;0;ON;;;;;N;LEFT THREE QUARTER BLOCK;;;; +258B;LEFT FIVE EIGHTHS BLOCK;So;0;ON;;;;;N;;;;; +258C;LEFT HALF BLOCK;So;0;ON;;;;;N;;;;; +258D;LEFT THREE EIGHTHS BLOCK;So;0;ON;;;;;N;;;;; +258E;LEFT ONE QUARTER BLOCK;So;0;ON;;;;;N;;;;; +258F;LEFT ONE EIGHTH BLOCK;So;0;ON;;;;;N;;;;; +2590;RIGHT HALF BLOCK;So;0;ON;;;;;N;;;;; +2591;LIGHT SHADE;So;0;ON;;;;;N;;;;; +2592;MEDIUM SHADE;So;0;ON;;;;;N;;;;; +2593;DARK SHADE;So;0;ON;;;;;N;;;;; +2594;UPPER ONE EIGHTH BLOCK;So;0;ON;;;;;N;;;;; +2595;RIGHT ONE EIGHTH BLOCK;So;0;ON;;;;;N;;;;; +2596;QUADRANT LOWER LEFT;So;0;ON;;;;;N;;;;; +2597;QUADRANT LOWER RIGHT;So;0;ON;;;;;N;;;;; +2598;QUADRANT UPPER LEFT;So;0;ON;;;;;N;;;;; +2599;QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT;So;0;ON;;;;;N;;;;; +259A;QUADRANT UPPER LEFT AND LOWER RIGHT;So;0;ON;;;;;N;;;;; +259B;QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT;So;0;ON;;;;;N;;;;; +259C;QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT;So;0;ON;;;;;N;;;;; +259D;QUADRANT UPPER RIGHT;So;0;ON;;;;;N;;;;; +259E;QUADRANT UPPER RIGHT AND LOWER LEFT;So;0;ON;;;;;N;;;;; +259F;QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT;So;0;ON;;;;;N;;;;; +25A0;BLACK SQUARE;So;0;ON;;;;;N;;;;; +25A1;WHITE SQUARE;So;0;ON;;;;;N;;;;; +25A2;WHITE SQUARE WITH ROUNDED CORNERS;So;0;ON;;;;;N;;;;; +25A3;WHITE SQUARE CONTAINING BLACK SMALL SQUARE;So;0;ON;;;;;N;;;;; +25A4;SQUARE WITH HORIZONTAL FILL;So;0;ON;;;;;N;;;;; +25A5;SQUARE WITH VERTICAL FILL;So;0;ON;;;;;N;;;;; +25A6;SQUARE WITH ORTHOGONAL CROSSHATCH FILL;So;0;ON;;;;;N;;;;; +25A7;SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL;So;0;ON;;;;;N;;;;; +25A8;SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL;So;0;ON;;;;;N;;;;; +25A9;SQUARE WITH DIAGONAL CROSSHATCH FILL;So;0;ON;;;;;N;;;;; +25AA;BLACK SMALL SQUARE;So;0;ON;;;;;N;;;;; +25AB;WHITE SMALL SQUARE;So;0;ON;;;;;N;;;;; +25AC;BLACK RECTANGLE;So;0;ON;;;;;N;;;;; +25AD;WHITE RECTANGLE;So;0;ON;;;;;N;;;;; +25AE;BLACK VERTICAL RECTANGLE;So;0;ON;;;;;N;;;;; +25AF;WHITE VERTICAL RECTANGLE;So;0;ON;;;;;N;;;;; +25B0;BLACK PARALLELOGRAM;So;0;ON;;;;;N;;;;; +25B1;WHITE PARALLELOGRAM;So;0;ON;;;;;N;;;;; +25B2;BLACK UP-POINTING TRIANGLE;So;0;ON;;;;;N;BLACK UP POINTING TRIANGLE;;;; +25B3;WHITE UP-POINTING TRIANGLE;So;0;ON;;;;;N;WHITE UP POINTING TRIANGLE;;;; +25B4;BLACK UP-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;BLACK UP POINTING SMALL TRIANGLE;;;; +25B5;WHITE UP-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;WHITE UP POINTING SMALL TRIANGLE;;;; +25B6;BLACK RIGHT-POINTING TRIANGLE;So;0;ON;;;;;N;BLACK RIGHT POINTING TRIANGLE;;;; +25B7;WHITE RIGHT-POINTING TRIANGLE;Sm;0;ON;;;;;N;WHITE RIGHT POINTING TRIANGLE;;;; +25B8;BLACK RIGHT-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;BLACK RIGHT POINTING SMALL TRIANGLE;;;; +25B9;WHITE RIGHT-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;WHITE RIGHT POINTING SMALL TRIANGLE;;;; +25BA;BLACK RIGHT-POINTING POINTER;So;0;ON;;;;;N;BLACK RIGHT POINTING POINTER;;;; +25BB;WHITE RIGHT-POINTING POINTER;So;0;ON;;;;;N;WHITE RIGHT POINTING POINTER;;;; +25BC;BLACK DOWN-POINTING TRIANGLE;So;0;ON;;;;;N;BLACK DOWN POINTING TRIANGLE;;;; +25BD;WHITE DOWN-POINTING TRIANGLE;So;0;ON;;;;;N;WHITE DOWN POINTING TRIANGLE;;;; +25BE;BLACK DOWN-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;BLACK DOWN POINTING SMALL TRIANGLE;;;; +25BF;WHITE DOWN-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;WHITE DOWN POINTING SMALL TRIANGLE;;;; +25C0;BLACK LEFT-POINTING TRIANGLE;So;0;ON;;;;;N;BLACK LEFT POINTING TRIANGLE;;;; +25C1;WHITE LEFT-POINTING TRIANGLE;Sm;0;ON;;;;;N;WHITE LEFT POINTING TRIANGLE;;;; +25C2;BLACK LEFT-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;BLACK LEFT POINTING SMALL TRIANGLE;;;; +25C3;WHITE LEFT-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;WHITE LEFT POINTING SMALL TRIANGLE;;;; +25C4;BLACK LEFT-POINTING POINTER;So;0;ON;;;;;N;BLACK LEFT POINTING POINTER;;;; +25C5;WHITE LEFT-POINTING POINTER;So;0;ON;;;;;N;WHITE LEFT POINTING POINTER;;;; +25C6;BLACK DIAMOND;So;0;ON;;;;;N;;;;; +25C7;WHITE DIAMOND;So;0;ON;;;;;N;;;;; +25C8;WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND;So;0;ON;;;;;N;;;;; +25C9;FISHEYE;So;0;ON;;;;;N;;;;; +25CA;LOZENGE;So;0;ON;;;;;N;;;;; +25CB;WHITE CIRCLE;So;0;ON;;;;;N;;;;; +25CC;DOTTED CIRCLE;So;0;ON;;;;;N;;;;; +25CD;CIRCLE WITH VERTICAL FILL;So;0;ON;;;;;N;;;;; +25CE;BULLSEYE;So;0;ON;;;;;N;;;;; +25CF;BLACK CIRCLE;So;0;ON;;;;;N;;;;; +25D0;CIRCLE WITH LEFT HALF BLACK;So;0;ON;;;;;N;;;;; +25D1;CIRCLE WITH RIGHT HALF BLACK;So;0;ON;;;;;N;;;;; +25D2;CIRCLE WITH LOWER HALF BLACK;So;0;ON;;;;;N;;;;; +25D3;CIRCLE WITH UPPER HALF BLACK;So;0;ON;;;;;N;;;;; +25D4;CIRCLE WITH UPPER RIGHT QUADRANT BLACK;So;0;ON;;;;;N;;;;; +25D5;CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK;So;0;ON;;;;;N;;;;; +25D6;LEFT HALF BLACK CIRCLE;So;0;ON;;;;;N;;;;; +25D7;RIGHT HALF BLACK CIRCLE;So;0;ON;;;;;N;;;;; +25D8;INVERSE BULLET;So;0;ON;;;;;N;;;;; +25D9;INVERSE WHITE CIRCLE;So;0;ON;;;;;N;;;;; +25DA;UPPER HALF INVERSE WHITE CIRCLE;So;0;ON;;;;;N;;;;; +25DB;LOWER HALF INVERSE WHITE CIRCLE;So;0;ON;;;;;N;;;;; +25DC;UPPER LEFT QUADRANT CIRCULAR ARC;So;0;ON;;;;;N;;;;; +25DD;UPPER RIGHT QUADRANT CIRCULAR ARC;So;0;ON;;;;;N;;;;; +25DE;LOWER RIGHT QUADRANT CIRCULAR ARC;So;0;ON;;;;;N;;;;; +25DF;LOWER LEFT QUADRANT CIRCULAR ARC;So;0;ON;;;;;N;;;;; +25E0;UPPER HALF CIRCLE;So;0;ON;;;;;N;;;;; +25E1;LOWER HALF CIRCLE;So;0;ON;;;;;N;;;;; +25E2;BLACK LOWER RIGHT TRIANGLE;So;0;ON;;;;;N;;;;; +25E3;BLACK LOWER LEFT TRIANGLE;So;0;ON;;;;;N;;;;; +25E4;BLACK UPPER LEFT TRIANGLE;So;0;ON;;;;;N;;;;; +25E5;BLACK UPPER RIGHT TRIANGLE;So;0;ON;;;;;N;;;;; +25E6;WHITE BULLET;So;0;ON;;;;;N;;;;; +25E7;SQUARE WITH LEFT HALF BLACK;So;0;ON;;;;;N;;;;; +25E8;SQUARE WITH RIGHT HALF BLACK;So;0;ON;;;;;N;;;;; +25E9;SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK;So;0;ON;;;;;N;;;;; +25EA;SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK;So;0;ON;;;;;N;;;;; +25EB;WHITE SQUARE WITH VERTICAL BISECTING LINE;So;0;ON;;;;;N;;;;; +25EC;WHITE UP-POINTING TRIANGLE WITH DOT;So;0;ON;;;;;N;WHITE UP POINTING TRIANGLE WITH DOT;;;; +25ED;UP-POINTING TRIANGLE WITH LEFT HALF BLACK;So;0;ON;;;;;N;UP POINTING TRIANGLE WITH LEFT HALF BLACK;;;; +25EE;UP-POINTING TRIANGLE WITH RIGHT HALF BLACK;So;0;ON;;;;;N;UP POINTING TRIANGLE WITH RIGHT HALF BLACK;;;; +25EF;LARGE CIRCLE;So;0;ON;;;;;N;;;;; +25F0;WHITE SQUARE WITH UPPER LEFT QUADRANT;So;0;ON;;;;;N;;;;; +25F1;WHITE SQUARE WITH LOWER LEFT QUADRANT;So;0;ON;;;;;N;;;;; +25F2;WHITE SQUARE WITH LOWER RIGHT QUADRANT;So;0;ON;;;;;N;;;;; +25F3;WHITE SQUARE WITH UPPER RIGHT QUADRANT;So;0;ON;;;;;N;;;;; +25F4;WHITE CIRCLE WITH UPPER LEFT QUADRANT;So;0;ON;;;;;N;;;;; +25F5;WHITE CIRCLE WITH LOWER LEFT QUADRANT;So;0;ON;;;;;N;;;;; +25F6;WHITE CIRCLE WITH LOWER RIGHT QUADRANT;So;0;ON;;;;;N;;;;; +25F7;WHITE CIRCLE WITH UPPER RIGHT QUADRANT;So;0;ON;;;;;N;;;;; +25F8;UPPER LEFT TRIANGLE;Sm;0;ON;;;;;N;;;;; +25F9;UPPER RIGHT TRIANGLE;Sm;0;ON;;;;;N;;;;; +25FA;LOWER LEFT TRIANGLE;Sm;0;ON;;;;;N;;;;; +25FB;WHITE MEDIUM SQUARE;Sm;0;ON;;;;;N;;;;; +25FC;BLACK MEDIUM SQUARE;Sm;0;ON;;;;;N;;;;; +25FD;WHITE MEDIUM SMALL SQUARE;Sm;0;ON;;;;;N;;;;; +25FE;BLACK MEDIUM SMALL SQUARE;Sm;0;ON;;;;;N;;;;; +25FF;LOWER RIGHT TRIANGLE;Sm;0;ON;;;;;N;;;;; +2600;BLACK SUN WITH RAYS;So;0;ON;;;;;N;;;;; +2601;CLOUD;So;0;ON;;;;;N;;;;; +2602;UMBRELLA;So;0;ON;;;;;N;;;;; +2603;SNOWMAN;So;0;ON;;;;;N;;;;; +2604;COMET;So;0;ON;;;;;N;;;;; +2605;BLACK STAR;So;0;ON;;;;;N;;;;; +2606;WHITE STAR;So;0;ON;;;;;N;;;;; +2607;LIGHTNING;So;0;ON;;;;;N;;;;; +2608;THUNDERSTORM;So;0;ON;;;;;N;;;;; +2609;SUN;So;0;ON;;;;;N;;;;; +260A;ASCENDING NODE;So;0;ON;;;;;N;;;;; +260B;DESCENDING NODE;So;0;ON;;;;;N;;;;; +260C;CONJUNCTION;So;0;ON;;;;;N;;;;; +260D;OPPOSITION;So;0;ON;;;;;N;;;;; +260E;BLACK TELEPHONE;So;0;ON;;;;;N;;;;; +260F;WHITE TELEPHONE;So;0;ON;;;;;N;;;;; +2610;BALLOT BOX;So;0;ON;;;;;N;;;;; +2611;BALLOT BOX WITH CHECK;So;0;ON;;;;;N;;;;; +2612;BALLOT BOX WITH X;So;0;ON;;;;;N;;;;; +2613;SALTIRE;So;0;ON;;;;;N;;;;; +2614;UMBRELLA WITH RAIN DROPS;So;0;ON;;;;;N;;;;; +2615;HOT BEVERAGE;So;0;ON;;;;;N;;;;; +2616;WHITE SHOGI PIECE;So;0;ON;;;;;N;;;;; +2617;BLACK SHOGI PIECE;So;0;ON;;;;;N;;;;; +2618;SHAMROCK;So;0;ON;;;;;N;;;;; +2619;REVERSED ROTATED FLORAL HEART BULLET;So;0;ON;;;;;N;;;;; +261A;BLACK LEFT POINTING INDEX;So;0;ON;;;;;N;;;;; +261B;BLACK RIGHT POINTING INDEX;So;0;ON;;;;;N;;;;; +261C;WHITE LEFT POINTING INDEX;So;0;ON;;;;;N;;;;; +261D;WHITE UP POINTING INDEX;So;0;ON;;;;;N;;;;; +261E;WHITE RIGHT POINTING INDEX;So;0;ON;;;;;N;;;;; +261F;WHITE DOWN POINTING INDEX;So;0;ON;;;;;N;;;;; +2620;SKULL AND CROSSBONES;So;0;ON;;;;;N;;;;; +2621;CAUTION SIGN;So;0;ON;;;;;N;;;;; +2622;RADIOACTIVE SIGN;So;0;ON;;;;;N;;;;; +2623;BIOHAZARD SIGN;So;0;ON;;;;;N;;;;; +2624;CADUCEUS;So;0;ON;;;;;N;;;;; +2625;ANKH;So;0;ON;;;;;N;;;;; +2626;ORTHODOX CROSS;So;0;ON;;;;;N;;;;; +2627;CHI RHO;So;0;ON;;;;;N;;;;; +2628;CROSS OF LORRAINE;So;0;ON;;;;;N;;;;; +2629;CROSS OF JERUSALEM;So;0;ON;;;;;N;;;;; +262A;STAR AND CRESCENT;So;0;ON;;;;;N;;;;; +262B;FARSI SYMBOL;So;0;ON;;;;;N;SYMBOL OF IRAN;;;; +262C;ADI SHAKTI;So;0;ON;;;;;N;;;;; +262D;HAMMER AND SICKLE;So;0;ON;;;;;N;;;;; +262E;PEACE SYMBOL;So;0;ON;;;;;N;;;;; +262F;YIN YANG;So;0;ON;;;;;N;;;;; +2630;TRIGRAM FOR HEAVEN;So;0;ON;;;;;N;;;;; +2631;TRIGRAM FOR LAKE;So;0;ON;;;;;N;;;;; +2632;TRIGRAM FOR FIRE;So;0;ON;;;;;N;;;;; +2633;TRIGRAM FOR THUNDER;So;0;ON;;;;;N;;;;; +2634;TRIGRAM FOR WIND;So;0;ON;;;;;N;;;;; +2635;TRIGRAM FOR WATER;So;0;ON;;;;;N;;;;; +2636;TRIGRAM FOR MOUNTAIN;So;0;ON;;;;;N;;;;; +2637;TRIGRAM FOR EARTH;So;0;ON;;;;;N;;;;; +2638;WHEEL OF DHARMA;So;0;ON;;;;;N;;;;; +2639;WHITE FROWNING FACE;So;0;ON;;;;;N;;;;; +263A;WHITE SMILING FACE;So;0;ON;;;;;N;;;;; +263B;BLACK SMILING FACE;So;0;ON;;;;;N;;;;; +263C;WHITE SUN WITH RAYS;So;0;ON;;;;;N;;;;; +263D;FIRST QUARTER MOON;So;0;ON;;;;;N;;;;; +263E;LAST QUARTER MOON;So;0;ON;;;;;N;;;;; +263F;MERCURY;So;0;ON;;;;;N;;;;; +2640;FEMALE SIGN;So;0;ON;;;;;N;;;;; +2641;EARTH;So;0;ON;;;;;N;;;;; +2642;MALE SIGN;So;0;ON;;;;;N;;;;; +2643;JUPITER;So;0;ON;;;;;N;;;;; +2644;SATURN;So;0;ON;;;;;N;;;;; +2645;URANUS;So;0;ON;;;;;N;;;;; +2646;NEPTUNE;So;0;ON;;;;;N;;;;; +2647;PLUTO;So;0;ON;;;;;N;;;;; +2648;ARIES;So;0;ON;;;;;N;;;;; +2649;TAURUS;So;0;ON;;;;;N;;;;; +264A;GEMINI;So;0;ON;;;;;N;;;;; +264B;CANCER;So;0;ON;;;;;N;;;;; +264C;LEO;So;0;ON;;;;;N;;;;; +264D;VIRGO;So;0;ON;;;;;N;;;;; +264E;LIBRA;So;0;ON;;;;;N;;;;; +264F;SCORPIUS;So;0;ON;;;;;N;;;;; +2650;SAGITTARIUS;So;0;ON;;;;;N;;;;; +2651;CAPRICORN;So;0;ON;;;;;N;;;;; +2652;AQUARIUS;So;0;ON;;;;;N;;;;; +2653;PISCES;So;0;ON;;;;;N;;;;; +2654;WHITE CHESS KING;So;0;ON;;;;;N;;;;; +2655;WHITE CHESS QUEEN;So;0;ON;;;;;N;;;;; +2656;WHITE CHESS ROOK;So;0;ON;;;;;N;;;;; +2657;WHITE CHESS BISHOP;So;0;ON;;;;;N;;;;; +2658;WHITE CHESS KNIGHT;So;0;ON;;;;;N;;;;; +2659;WHITE CHESS PAWN;So;0;ON;;;;;N;;;;; +265A;BLACK CHESS KING;So;0;ON;;;;;N;;;;; +265B;BLACK CHESS QUEEN;So;0;ON;;;;;N;;;;; +265C;BLACK CHESS ROOK;So;0;ON;;;;;N;;;;; +265D;BLACK CHESS BISHOP;So;0;ON;;;;;N;;;;; +265E;BLACK CHESS KNIGHT;So;0;ON;;;;;N;;;;; +265F;BLACK CHESS PAWN;So;0;ON;;;;;N;;;;; +2660;BLACK SPADE SUIT;So;0;ON;;;;;N;;;;; +2661;WHITE HEART SUIT;So;0;ON;;;;;N;;;;; +2662;WHITE DIAMOND SUIT;So;0;ON;;;;;N;;;;; +2663;BLACK CLUB SUIT;So;0;ON;;;;;N;;;;; +2664;WHITE SPADE SUIT;So;0;ON;;;;;N;;;;; +2665;BLACK HEART SUIT;So;0;ON;;;;;N;;;;; +2666;BLACK DIAMOND SUIT;So;0;ON;;;;;N;;;;; +2667;WHITE CLUB SUIT;So;0;ON;;;;;N;;;;; +2668;HOT SPRINGS;So;0;ON;;;;;N;;;;; +2669;QUARTER NOTE;So;0;ON;;;;;N;;;;; +266A;EIGHTH NOTE;So;0;ON;;;;;N;;;;; +266B;BEAMED EIGHTH NOTES;So;0;ON;;;;;N;BARRED EIGHTH NOTES;;;; +266C;BEAMED SIXTEENTH NOTES;So;0;ON;;;;;N;BARRED SIXTEENTH NOTES;;;; +266D;MUSIC FLAT SIGN;So;0;ON;;;;;N;FLAT;;;; +266E;MUSIC NATURAL SIGN;So;0;ON;;;;;N;NATURAL;;;; +266F;MUSIC SHARP SIGN;Sm;0;ON;;;;;N;SHARP;;;; +2670;WEST SYRIAC CROSS;So;0;ON;;;;;N;;;;; +2671;EAST SYRIAC CROSS;So;0;ON;;;;;N;;;;; +2672;UNIVERSAL RECYCLING SYMBOL;So;0;ON;;;;;N;;;;; +2673;RECYCLING SYMBOL FOR TYPE-1 PLASTICS;So;0;ON;;;;;N;;;;; +2674;RECYCLING SYMBOL FOR TYPE-2 PLASTICS;So;0;ON;;;;;N;;;;; +2675;RECYCLING SYMBOL FOR TYPE-3 PLASTICS;So;0;ON;;;;;N;;;;; +2676;RECYCLING SYMBOL FOR TYPE-4 PLASTICS;So;0;ON;;;;;N;;;;; +2677;RECYCLING SYMBOL FOR TYPE-5 PLASTICS;So;0;ON;;;;;N;;;;; +2678;RECYCLING SYMBOL FOR TYPE-6 PLASTICS;So;0;ON;;;;;N;;;;; +2679;RECYCLING SYMBOL FOR TYPE-7 PLASTICS;So;0;ON;;;;;N;;;;; +267A;RECYCLING SYMBOL FOR GENERIC MATERIALS;So;0;ON;;;;;N;;;;; +267B;BLACK UNIVERSAL RECYCLING SYMBOL;So;0;ON;;;;;N;;;;; +267C;RECYCLED PAPER SYMBOL;So;0;ON;;;;;N;;;;; +267D;PARTIALLY-RECYCLED PAPER SYMBOL;So;0;ON;;;;;N;;;;; +267E;PERMANENT PAPER SIGN;So;0;ON;;;;;N;;;;; +267F;WHEELCHAIR SYMBOL;So;0;ON;;;;;N;;;;; +2680;DIE FACE-1;So;0;ON;;;;;N;;;;; +2681;DIE FACE-2;So;0;ON;;;;;N;;;;; +2682;DIE FACE-3;So;0;ON;;;;;N;;;;; +2683;DIE FACE-4;So;0;ON;;;;;N;;;;; +2684;DIE FACE-5;So;0;ON;;;;;N;;;;; +2685;DIE FACE-6;So;0;ON;;;;;N;;;;; +2686;WHITE CIRCLE WITH DOT RIGHT;So;0;ON;;;;;N;;;;; +2687;WHITE CIRCLE WITH TWO DOTS;So;0;ON;;;;;N;;;;; +2688;BLACK CIRCLE WITH WHITE DOT RIGHT;So;0;ON;;;;;N;;;;; +2689;BLACK CIRCLE WITH TWO WHITE DOTS;So;0;ON;;;;;N;;;;; +268A;MONOGRAM FOR YANG;So;0;ON;;;;;N;;;;; +268B;MONOGRAM FOR YIN;So;0;ON;;;;;N;;;;; +268C;DIGRAM FOR GREATER YANG;So;0;ON;;;;;N;;;;; +268D;DIGRAM FOR LESSER YIN;So;0;ON;;;;;N;;;;; +268E;DIGRAM FOR LESSER YANG;So;0;ON;;;;;N;;;;; +268F;DIGRAM FOR GREATER YIN;So;0;ON;;;;;N;;;;; +2690;WHITE FLAG;So;0;ON;;;;;N;;;;; +2691;BLACK FLAG;So;0;ON;;;;;N;;;;; +2692;HAMMER AND PICK;So;0;ON;;;;;N;;;;; +2693;ANCHOR;So;0;ON;;;;;N;;;;; +2694;CROSSED SWORDS;So;0;ON;;;;;N;;;;; +2695;STAFF OF AESCULAPIUS;So;0;ON;;;;;N;;;;; +2696;SCALES;So;0;ON;;;;;N;;;;; +2697;ALEMBIC;So;0;ON;;;;;N;;;;; +2698;FLOWER;So;0;ON;;;;;N;;;;; +2699;GEAR;So;0;ON;;;;;N;;;;; +269A;STAFF OF HERMES;So;0;ON;;;;;N;;;;; +269B;ATOM SYMBOL;So;0;ON;;;;;N;;;;; +269C;FLEUR-DE-LIS;So;0;ON;;;;;N;;;;; +269D;OUTLINED WHITE STAR;So;0;ON;;;;;N;;;;; +269E;THREE LINES CONVERGING RIGHT;So;0;ON;;;;;N;;;;; +269F;THREE LINES CONVERGING LEFT;So;0;ON;;;;;N;;;;; +26A0;WARNING SIGN;So;0;ON;;;;;N;;;;; +26A1;HIGH VOLTAGE SIGN;So;0;ON;;;;;N;;;;; +26A2;DOUBLED FEMALE SIGN;So;0;ON;;;;;N;;;;; +26A3;DOUBLED MALE SIGN;So;0;ON;;;;;N;;;;; +26A4;INTERLOCKED FEMALE AND MALE SIGN;So;0;ON;;;;;N;;;;; +26A5;MALE AND FEMALE SIGN;So;0;ON;;;;;N;;;;; +26A6;MALE WITH STROKE SIGN;So;0;ON;;;;;N;;;;; +26A7;MALE WITH STROKE AND MALE AND FEMALE SIGN;So;0;ON;;;;;N;;;;; +26A8;VERTICAL MALE WITH STROKE SIGN;So;0;ON;;;;;N;;;;; +26A9;HORIZONTAL MALE WITH STROKE SIGN;So;0;ON;;;;;N;;;;; +26AA;MEDIUM WHITE CIRCLE;So;0;ON;;;;;N;;;;; +26AB;MEDIUM BLACK CIRCLE;So;0;ON;;;;;N;;;;; +26AC;MEDIUM SMALL WHITE CIRCLE;So;0;L;;;;;N;;;;; +26AD;MARRIAGE SYMBOL;So;0;ON;;;;;N;;;;; +26AE;DIVORCE SYMBOL;So;0;ON;;;;;N;;;;; +26AF;UNMARRIED PARTNERSHIP SYMBOL;So;0;ON;;;;;N;;;;; +26B0;COFFIN;So;0;ON;;;;;N;;;;; +26B1;FUNERAL URN;So;0;ON;;;;;N;;;;; +26B2;NEUTER;So;0;ON;;;;;N;;;;; +26B3;CERES;So;0;ON;;;;;N;;;;; +26B4;PALLAS;So;0;ON;;;;;N;;;;; +26B5;JUNO;So;0;ON;;;;;N;;;;; +26B6;VESTA;So;0;ON;;;;;N;;;;; +26B7;CHIRON;So;0;ON;;;;;N;;;;; +26B8;BLACK MOON LILITH;So;0;ON;;;;;N;;;;; +26B9;SEXTILE;So;0;ON;;;;;N;;;;; +26BA;SEMISEXTILE;So;0;ON;;;;;N;;;;; +26BB;QUINCUNX;So;0;ON;;;;;N;;;;; +26BC;SESQUIQUADRATE;So;0;ON;;;;;N;;;;; +26BD;SOCCER BALL;So;0;ON;;;;;N;;;;; +26BE;BASEBALL;So;0;ON;;;;;N;;;;; +26BF;SQUARED KEY;So;0;ON;;;;;N;;;;; +26C0;WHITE DRAUGHTS MAN;So;0;ON;;;;;N;;;;; +26C1;WHITE DRAUGHTS KING;So;0;ON;;;;;N;;;;; +26C2;BLACK DRAUGHTS MAN;So;0;ON;;;;;N;;;;; +26C3;BLACK DRAUGHTS KING;So;0;ON;;;;;N;;;;; +26C4;SNOWMAN WITHOUT SNOW;So;0;ON;;;;;N;;;;; +26C5;SUN BEHIND CLOUD;So;0;ON;;;;;N;;;;; +26C6;RAIN;So;0;ON;;;;;N;;;;; +26C7;BLACK SNOWMAN;So;0;ON;;;;;N;;;;; +26C8;THUNDER CLOUD AND RAIN;So;0;ON;;;;;N;;;;; +26C9;TURNED WHITE SHOGI PIECE;So;0;ON;;;;;N;;;;; +26CA;TURNED BLACK SHOGI PIECE;So;0;ON;;;;;N;;;;; +26CB;WHITE DIAMOND IN SQUARE;So;0;ON;;;;;N;;;;; +26CC;CROSSING LANES;So;0;ON;;;;;N;;;;; +26CD;DISABLED CAR;So;0;ON;;;;;N;;;;; +26CF;PICK;So;0;ON;;;;;N;;;;; +26D0;CAR SLIDING;So;0;ON;;;;;N;;;;; +26D1;HELMET WITH WHITE CROSS;So;0;ON;;;;;N;;;;; +26D2;CIRCLED CROSSING LANES;So;0;ON;;;;;N;;;;; +26D3;CHAINS;So;0;ON;;;;;N;;;;; +26D4;NO ENTRY;So;0;ON;;;;;N;;;;; +26D5;ALTERNATE ONE-WAY LEFT WAY TRAFFIC;So;0;ON;;;;;N;;;;; +26D6;BLACK TWO-WAY LEFT WAY TRAFFIC;So;0;ON;;;;;N;;;;; +26D7;WHITE TWO-WAY LEFT WAY TRAFFIC;So;0;ON;;;;;N;;;;; +26D8;BLACK LEFT LANE MERGE;So;0;ON;;;;;N;;;;; +26D9;WHITE LEFT LANE MERGE;So;0;ON;;;;;N;;;;; +26DA;DRIVE SLOW SIGN;So;0;ON;;;;;N;;;;; +26DB;HEAVY WHITE DOWN-POINTING TRIANGLE;So;0;ON;;;;;N;;;;; +26DC;LEFT CLOSED ENTRY;So;0;ON;;;;;N;;;;; +26DD;SQUARED SALTIRE;So;0;ON;;;;;N;;;;; +26DE;FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE;So;0;ON;;;;;N;;;;; +26DF;BLACK TRUCK;So;0;ON;;;;;N;;;;; +26E0;RESTRICTED LEFT ENTRY-1;So;0;ON;;;;;N;;;;; +26E1;RESTRICTED LEFT ENTRY-2;So;0;ON;;;;;N;;;;; +26E3;HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE;So;0;ON;;;;;N;;;;; +26E8;BLACK CROSS ON SHIELD;So;0;ON;;;;;N;;;;; +26E9;SHINTO SHRINE;So;0;ON;;;;;N;;;;; +26EA;CHURCH;So;0;ON;;;;;N;;;;; +26EB;CASTLE;So;0;ON;;;;;N;;;;; +26EC;HISTORIC SITE;So;0;ON;;;;;N;;;;; +26ED;GEAR WITHOUT HUB;So;0;ON;;;;;N;;;;; +26EE;GEAR WITH HANDLES;So;0;ON;;;;;N;;;;; +26EF;MAP SYMBOL FOR LIGHTHOUSE;So;0;ON;;;;;N;;;;; +26F0;MOUNTAIN;So;0;ON;;;;;N;;;;; +26F1;UMBRELLA ON GROUND;So;0;ON;;;;;N;;;;; +26F2;FOUNTAIN;So;0;ON;;;;;N;;;;; +26F3;FLAG IN HOLE;So;0;ON;;;;;N;;;;; +26F4;FERRY;So;0;ON;;;;;N;;;;; +26F5;SAILBOAT;So;0;ON;;;;;N;;;;; +26F6;SQUARE FOUR CORNERS;So;0;ON;;;;;N;;;;; +26F7;SKIER;So;0;ON;;;;;N;;;;; +26F8;ICE SKATE;So;0;ON;;;;;N;;;;; +26F9;PERSON WITH BALL;So;0;ON;;;;;N;;;;; +26FA;TENT;So;0;ON;;;;;N;;;;; +26FB;JAPANESE BANK SYMBOL;So;0;ON;;;;;N;;;;; +26FC;HEADSTONE GRAVEYARD SYMBOL;So;0;ON;;;;;N;;;;; +26FD;FUEL PUMP;So;0;ON;;;;;N;;;;; +26FE;CUP ON BLACK SQUARE;So;0;ON;;;;;N;;;;; +26FF;WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE;So;0;ON;;;;;N;;;;; +2701;UPPER BLADE SCISSORS;So;0;ON;;;;;N;;;;; +2702;BLACK SCISSORS;So;0;ON;;;;;N;;;;; +2703;LOWER BLADE SCISSORS;So;0;ON;;;;;N;;;;; +2704;WHITE SCISSORS;So;0;ON;;;;;N;;;;; +2706;TELEPHONE LOCATION SIGN;So;0;ON;;;;;N;;;;; +2707;TAPE DRIVE;So;0;ON;;;;;N;;;;; +2708;AIRPLANE;So;0;ON;;;;;N;;;;; +2709;ENVELOPE;So;0;ON;;;;;N;;;;; +270C;VICTORY HAND;So;0;ON;;;;;N;;;;; +270D;WRITING HAND;So;0;ON;;;;;N;;;;; +270E;LOWER RIGHT PENCIL;So;0;ON;;;;;N;;;;; +270F;PENCIL;So;0;ON;;;;;N;;;;; +2710;UPPER RIGHT PENCIL;So;0;ON;;;;;N;;;;; +2711;WHITE NIB;So;0;ON;;;;;N;;;;; +2712;BLACK NIB;So;0;ON;;;;;N;;;;; +2713;CHECK MARK;So;0;ON;;;;;N;;;;; +2714;HEAVY CHECK MARK;So;0;ON;;;;;N;;;;; +2715;MULTIPLICATION X;So;0;ON;;;;;N;;;;; +2716;HEAVY MULTIPLICATION X;So;0;ON;;;;;N;;;;; +2717;BALLOT X;So;0;ON;;;;;N;;;;; +2718;HEAVY BALLOT X;So;0;ON;;;;;N;;;;; +2719;OUTLINED GREEK CROSS;So;0;ON;;;;;N;;;;; +271A;HEAVY GREEK CROSS;So;0;ON;;;;;N;;;;; +271B;OPEN CENTRE CROSS;So;0;ON;;;;;N;OPEN CENTER CROSS;;;; +271C;HEAVY OPEN CENTRE CROSS;So;0;ON;;;;;N;HEAVY OPEN CENTER CROSS;;;; +271D;LATIN CROSS;So;0;ON;;;;;N;;;;; +271E;SHADOWED WHITE LATIN CROSS;So;0;ON;;;;;N;;;;; +271F;OUTLINED LATIN CROSS;So;0;ON;;;;;N;;;;; +2720;MALTESE CROSS;So;0;ON;;;;;N;;;;; +2721;STAR OF DAVID;So;0;ON;;;;;N;;;;; +2722;FOUR TEARDROP-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +2723;FOUR BALLOON-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +2724;HEAVY FOUR BALLOON-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +2725;FOUR CLUB-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +2726;BLACK FOUR POINTED STAR;So;0;ON;;;;;N;;;;; +2727;WHITE FOUR POINTED STAR;So;0;ON;;;;;N;;;;; +2729;STRESS OUTLINED WHITE STAR;So;0;ON;;;;;N;;;;; +272A;CIRCLED WHITE STAR;So;0;ON;;;;;N;;;;; +272B;OPEN CENTRE BLACK STAR;So;0;ON;;;;;N;OPEN CENTER BLACK STAR;;;; +272C;BLACK CENTRE WHITE STAR;So;0;ON;;;;;N;BLACK CENTER WHITE STAR;;;; +272D;OUTLINED BLACK STAR;So;0;ON;;;;;N;;;;; +272E;HEAVY OUTLINED BLACK STAR;So;0;ON;;;;;N;;;;; +272F;PINWHEEL STAR;So;0;ON;;;;;N;;;;; +2730;SHADOWED WHITE STAR;So;0;ON;;;;;N;;;;; +2731;HEAVY ASTERISK;So;0;ON;;;;;N;;;;; +2732;OPEN CENTRE ASTERISK;So;0;ON;;;;;N;OPEN CENTER ASTERISK;;;; +2733;EIGHT SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +2734;EIGHT POINTED BLACK STAR;So;0;ON;;;;;N;;;;; +2735;EIGHT POINTED PINWHEEL STAR;So;0;ON;;;;;N;;;;; +2736;SIX POINTED BLACK STAR;So;0;ON;;;;;N;;;;; +2737;EIGHT POINTED RECTILINEAR BLACK STAR;So;0;ON;;;;;N;;;;; +2738;HEAVY EIGHT POINTED RECTILINEAR BLACK STAR;So;0;ON;;;;;N;;;;; +2739;TWELVE POINTED BLACK STAR;So;0;ON;;;;;N;;;;; +273A;SIXTEEN POINTED ASTERISK;So;0;ON;;;;;N;;;;; +273B;TEARDROP-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +273C;OPEN CENTRE TEARDROP-SPOKED ASTERISK;So;0;ON;;;;;N;OPEN CENTER TEARDROP-SPOKED ASTERISK;;;; +273D;HEAVY TEARDROP-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +273E;SIX PETALLED BLACK AND WHITE FLORETTE;So;0;ON;;;;;N;;;;; +273F;BLACK FLORETTE;So;0;ON;;;;;N;;;;; +2740;WHITE FLORETTE;So;0;ON;;;;;N;;;;; +2741;EIGHT PETALLED OUTLINED BLACK FLORETTE;So;0;ON;;;;;N;;;;; +2742;CIRCLED OPEN CENTRE EIGHT POINTED STAR;So;0;ON;;;;;N;CIRCLED OPEN CENTER EIGHT POINTED STAR;;;; +2743;HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK;So;0;ON;;;;;N;;;;; +2744;SNOWFLAKE;So;0;ON;;;;;N;;;;; +2745;TIGHT TRIFOLIATE SNOWFLAKE;So;0;ON;;;;;N;;;;; +2746;HEAVY CHEVRON SNOWFLAKE;So;0;ON;;;;;N;;;;; +2747;SPARKLE;So;0;ON;;;;;N;;;;; +2748;HEAVY SPARKLE;So;0;ON;;;;;N;;;;; +2749;BALLOON-SPOKED ASTERISK;So;0;ON;;;;;N;;;;; +274A;EIGHT TEARDROP-SPOKED PROPELLER ASTERISK;So;0;ON;;;;;N;;;;; +274B;HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK;So;0;ON;;;;;N;;;;; +274D;SHADOWED WHITE CIRCLE;So;0;ON;;;;;N;;;;; +274F;LOWER RIGHT DROP-SHADOWED WHITE SQUARE;So;0;ON;;;;;N;;;;; +2750;UPPER RIGHT DROP-SHADOWED WHITE SQUARE;So;0;ON;;;;;N;;;;; +2751;LOWER RIGHT SHADOWED WHITE SQUARE;So;0;ON;;;;;N;;;;; +2752;UPPER RIGHT SHADOWED WHITE SQUARE;So;0;ON;;;;;N;;;;; +2756;BLACK DIAMOND MINUS WHITE X;So;0;ON;;;;;N;;;;; +2757;HEAVY EXCLAMATION MARK SYMBOL;So;0;ON;;;;;N;;;;; +2758;LIGHT VERTICAL BAR;So;0;ON;;;;;N;;;;; +2759;MEDIUM VERTICAL BAR;So;0;ON;;;;;N;;;;; +275A;HEAVY VERTICAL BAR;So;0;ON;;;;;N;;;;; +275B;HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT;So;0;ON;;;;;N;;;;; +275C;HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT;So;0;ON;;;;;N;;;;; +275D;HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT;So;0;ON;;;;;N;;;;; +275E;HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT;So;0;ON;;;;;N;;;;; +2761;CURVED STEM PARAGRAPH SIGN ORNAMENT;So;0;ON;;;;;N;;;;; +2762;HEAVY EXCLAMATION MARK ORNAMENT;So;0;ON;;;;;N;;;;; +2763;HEAVY HEART EXCLAMATION MARK ORNAMENT;So;0;ON;;;;;N;;;;; +2764;HEAVY BLACK HEART;So;0;ON;;;;;N;;;;; +2765;ROTATED HEAVY BLACK HEART BULLET;So;0;ON;;;;;N;;;;; +2766;FLORAL HEART;So;0;ON;;;;;N;;;;; +2767;ROTATED FLORAL HEART BULLET;So;0;ON;;;;;N;;;;; +2768;MEDIUM LEFT PARENTHESIS ORNAMENT;Ps;0;ON;;;;;Y;;;;; +2769;MEDIUM RIGHT PARENTHESIS ORNAMENT;Pe;0;ON;;;;;Y;;;;; +276A;MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT;Ps;0;ON;;;;;Y;;;;; +276B;MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT;Pe;0;ON;;;;;Y;;;;; +276C;MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT;Ps;0;ON;;;;;Y;;;;; +276D;MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT;Pe;0;ON;;;;;Y;;;;; +276E;HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT;Ps;0;ON;;;;;Y;;;;; +276F;HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT;Pe;0;ON;;;;;Y;;;;; +2770;HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT;Ps;0;ON;;;;;Y;;;;; +2771;HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT;Pe;0;ON;;;;;Y;;;;; +2772;LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT;Ps;0;ON;;;;;Y;;;;; +2773;LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT;Pe;0;ON;;;;;Y;;;;; +2774;MEDIUM LEFT CURLY BRACKET ORNAMENT;Ps;0;ON;;;;;Y;;;;; +2775;MEDIUM RIGHT CURLY BRACKET ORNAMENT;Pe;0;ON;;;;;Y;;;;; +2776;DINGBAT NEGATIVE CIRCLED DIGIT ONE;No;0;ON;;;1;1;N;INVERSE CIRCLED DIGIT ONE;;;; +2777;DINGBAT NEGATIVE CIRCLED DIGIT TWO;No;0;ON;;;2;2;N;INVERSE CIRCLED DIGIT TWO;;;; +2778;DINGBAT NEGATIVE CIRCLED DIGIT THREE;No;0;ON;;;3;3;N;INVERSE CIRCLED DIGIT THREE;;;; +2779;DINGBAT NEGATIVE CIRCLED DIGIT FOUR;No;0;ON;;;4;4;N;INVERSE CIRCLED DIGIT FOUR;;;; +277A;DINGBAT NEGATIVE CIRCLED DIGIT FIVE;No;0;ON;;;5;5;N;INVERSE CIRCLED DIGIT FIVE;;;; +277B;DINGBAT NEGATIVE CIRCLED DIGIT SIX;No;0;ON;;;6;6;N;INVERSE CIRCLED DIGIT SIX;;;; +277C;DINGBAT NEGATIVE CIRCLED DIGIT SEVEN;No;0;ON;;;7;7;N;INVERSE CIRCLED DIGIT SEVEN;;;; +277D;DINGBAT NEGATIVE CIRCLED DIGIT EIGHT;No;0;ON;;;8;8;N;INVERSE CIRCLED DIGIT EIGHT;;;; +277E;DINGBAT NEGATIVE CIRCLED DIGIT NINE;No;0;ON;;;9;9;N;INVERSE CIRCLED DIGIT NINE;;;; +277F;DINGBAT NEGATIVE CIRCLED NUMBER TEN;No;0;ON;;;;10;N;INVERSE CIRCLED NUMBER TEN;;;; +2780;DINGBAT CIRCLED SANS-SERIF DIGIT ONE;No;0;ON;;;1;1;N;CIRCLED SANS-SERIF DIGIT ONE;;;; +2781;DINGBAT CIRCLED SANS-SERIF DIGIT TWO;No;0;ON;;;2;2;N;CIRCLED SANS-SERIF DIGIT TWO;;;; +2782;DINGBAT CIRCLED SANS-SERIF DIGIT THREE;No;0;ON;;;3;3;N;CIRCLED SANS-SERIF DIGIT THREE;;;; +2783;DINGBAT CIRCLED SANS-SERIF DIGIT FOUR;No;0;ON;;;4;4;N;CIRCLED SANS-SERIF DIGIT FOUR;;;; +2784;DINGBAT CIRCLED SANS-SERIF DIGIT FIVE;No;0;ON;;;5;5;N;CIRCLED SANS-SERIF DIGIT FIVE;;;; +2785;DINGBAT CIRCLED SANS-SERIF DIGIT SIX;No;0;ON;;;6;6;N;CIRCLED SANS-SERIF DIGIT SIX;;;; +2786;DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN;No;0;ON;;;7;7;N;CIRCLED SANS-SERIF DIGIT SEVEN;;;; +2787;DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT;No;0;ON;;;8;8;N;CIRCLED SANS-SERIF DIGIT EIGHT;;;; +2788;DINGBAT CIRCLED SANS-SERIF DIGIT NINE;No;0;ON;;;9;9;N;CIRCLED SANS-SERIF DIGIT NINE;;;; +2789;DINGBAT CIRCLED SANS-SERIF NUMBER TEN;No;0;ON;;;;10;N;CIRCLED SANS-SERIF NUMBER TEN;;;; +278A;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE;No;0;ON;;;1;1;N;INVERSE CIRCLED SANS-SERIF DIGIT ONE;;;; +278B;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO;No;0;ON;;;2;2;N;INVERSE CIRCLED SANS-SERIF DIGIT TWO;;;; +278C;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE;No;0;ON;;;3;3;N;INVERSE CIRCLED SANS-SERIF DIGIT THREE;;;; +278D;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR;No;0;ON;;;4;4;N;INVERSE CIRCLED SANS-SERIF DIGIT FOUR;;;; +278E;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE;No;0;ON;;;5;5;N;INVERSE CIRCLED SANS-SERIF DIGIT FIVE;;;; +278F;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX;No;0;ON;;;6;6;N;INVERSE CIRCLED SANS-SERIF DIGIT SIX;;;; +2790;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN;No;0;ON;;;7;7;N;INVERSE CIRCLED SANS-SERIF DIGIT SEVEN;;;; +2791;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT;No;0;ON;;;8;8;N;INVERSE CIRCLED SANS-SERIF DIGIT EIGHT;;;; +2792;DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE;No;0;ON;;;9;9;N;INVERSE CIRCLED SANS-SERIF DIGIT NINE;;;; +2793;DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN;No;0;ON;;;;10;N;INVERSE CIRCLED SANS-SERIF NUMBER TEN;;;; +2794;HEAVY WIDE-HEADED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY WIDE-HEADED RIGHT ARROW;;;; +2798;HEAVY SOUTH EAST ARROW;So;0;ON;;;;;N;HEAVY LOWER RIGHT ARROW;;;; +2799;HEAVY RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY RIGHT ARROW;;;; +279A;HEAVY NORTH EAST ARROW;So;0;ON;;;;;N;HEAVY UPPER RIGHT ARROW;;;; +279B;DRAFTING POINT RIGHTWARDS ARROW;So;0;ON;;;;;N;DRAFTING POINT RIGHT ARROW;;;; +279C;HEAVY ROUND-TIPPED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY ROUND-TIPPED RIGHT ARROW;;;; +279D;TRIANGLE-HEADED RIGHTWARDS ARROW;So;0;ON;;;;;N;TRIANGLE-HEADED RIGHT ARROW;;;; +279E;HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY TRIANGLE-HEADED RIGHT ARROW;;;; +279F;DASHED TRIANGLE-HEADED RIGHTWARDS ARROW;So;0;ON;;;;;N;DASHED TRIANGLE-HEADED RIGHT ARROW;;;; +27A0;HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY DASHED TRIANGLE-HEADED RIGHT ARROW;;;; +27A1;BLACK RIGHTWARDS ARROW;So;0;ON;;;;;N;BLACK RIGHT ARROW;;;; +27A2;THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD;So;0;ON;;;;;N;THREE-D TOP-LIGHTED RIGHT ARROWHEAD;;;; +27A3;THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD;So;0;ON;;;;;N;THREE-D BOTTOM-LIGHTED RIGHT ARROWHEAD;;;; +27A4;BLACK RIGHTWARDS ARROWHEAD;So;0;ON;;;;;N;BLACK RIGHT ARROWHEAD;;;; +27A5;HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY BLACK CURVED DOWN AND RIGHT ARROW;;;; +27A6;HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY BLACK CURVED UP AND RIGHT ARROW;;;; +27A7;SQUAT BLACK RIGHTWARDS ARROW;So;0;ON;;;;;N;SQUAT BLACK RIGHT ARROW;;;; +27A8;HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY CONCAVE-POINTED BLACK RIGHT ARROW;;;; +27A9;RIGHT-SHADED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;RIGHT-SHADED WHITE RIGHT ARROW;;;; +27AA;LEFT-SHADED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;LEFT-SHADED WHITE RIGHT ARROW;;;; +27AB;BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;BACK-TILTED SHADOWED WHITE RIGHT ARROW;;;; +27AC;FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;FRONT-TILTED SHADOWED WHITE RIGHT ARROW;;;; +27AD;HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY LOWER RIGHT-SHADOWED WHITE RIGHT ARROW;;;; +27AE;HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY UPPER RIGHT-SHADOWED WHITE RIGHT ARROW;;;; +27AF;NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHT ARROW;;;; +27B1;NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHT ARROW;;;; +27B2;CIRCLED HEAVY WHITE RIGHTWARDS ARROW;So;0;ON;;;;;N;CIRCLED HEAVY WHITE RIGHT ARROW;;;; +27B3;WHITE-FEATHERED RIGHTWARDS ARROW;So;0;ON;;;;;N;WHITE-FEATHERED RIGHT ARROW;;;; +27B4;BLACK-FEATHERED SOUTH EAST ARROW;So;0;ON;;;;;N;BLACK-FEATHERED LOWER RIGHT ARROW;;;; +27B5;BLACK-FEATHERED RIGHTWARDS ARROW;So;0;ON;;;;;N;BLACK-FEATHERED RIGHT ARROW;;;; +27B6;BLACK-FEATHERED NORTH EAST ARROW;So;0;ON;;;;;N;BLACK-FEATHERED UPPER RIGHT ARROW;;;; +27B7;HEAVY BLACK-FEATHERED SOUTH EAST ARROW;So;0;ON;;;;;N;HEAVY BLACK-FEATHERED LOWER RIGHT ARROW;;;; +27B8;HEAVY BLACK-FEATHERED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY BLACK-FEATHERED RIGHT ARROW;;;; +27B9;HEAVY BLACK-FEATHERED NORTH EAST ARROW;So;0;ON;;;;;N;HEAVY BLACK-FEATHERED UPPER RIGHT ARROW;;;; +27BA;TEARDROP-BARBED RIGHTWARDS ARROW;So;0;ON;;;;;N;TEARDROP-BARBED RIGHT ARROW;;;; +27BB;HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY TEARDROP-SHANKED RIGHT ARROW;;;; +27BC;WEDGE-TAILED RIGHTWARDS ARROW;So;0;ON;;;;;N;WEDGE-TAILED RIGHT ARROW;;;; +27BD;HEAVY WEDGE-TAILED RIGHTWARDS ARROW;So;0;ON;;;;;N;HEAVY WEDGE-TAILED RIGHT ARROW;;;; +27BE;OPEN-OUTLINED RIGHTWARDS ARROW;So;0;ON;;;;;N;OPEN-OUTLINED RIGHT ARROW;;;; +27C0;THREE DIMENSIONAL ANGLE;Sm;0;ON;;;;;Y;;;;; +27C1;WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE;Sm;0;ON;;;;;N;;;;; +27C2;PERPENDICULAR;Sm;0;ON;;;;;N;;;;; +27C3;OPEN SUBSET;Sm;0;ON;;;;;Y;;;;; +27C4;OPEN SUPERSET;Sm;0;ON;;;;;Y;;;;; +27C5;LEFT S-SHAPED BAG DELIMITER;Ps;0;ON;;;;;Y;;;;; +27C6;RIGHT S-SHAPED BAG DELIMITER;Pe;0;ON;;;;;Y;;;;; +27C7;OR WITH DOT INSIDE;Sm;0;ON;;;;;N;;;;; +27C8;REVERSE SOLIDUS PRECEDING SUBSET;Sm;0;ON;;;;;Y;;;;; +27C9;SUPERSET PRECEDING SOLIDUS;Sm;0;ON;;;;;Y;;;;; +27CA;VERTICAL BAR WITH HORIZONTAL STROKE;Sm;0;ON;;;;;N;;;;; +27CC;LONG DIVISION;Sm;0;ON;;;;;Y;;;;; +27D0;WHITE DIAMOND WITH CENTRED DOT;Sm;0;ON;;;;;N;;;;; +27D1;AND WITH DOT;Sm;0;ON;;;;;N;;;;; +27D2;ELEMENT OF OPENING UPWARDS;Sm;0;ON;;;;;N;;;;; +27D3;LOWER RIGHT CORNER WITH DOT;Sm;0;ON;;;;;Y;;;;; +27D4;UPPER LEFT CORNER WITH DOT;Sm;0;ON;;;;;Y;;;;; +27D5;LEFT OUTER JOIN;Sm;0;ON;;;;;Y;;;;; +27D6;RIGHT OUTER JOIN;Sm;0;ON;;;;;Y;;;;; +27D7;FULL OUTER JOIN;Sm;0;ON;;;;;N;;;;; +27D8;LARGE UP TACK;Sm;0;ON;;;;;N;;;;; +27D9;LARGE DOWN TACK;Sm;0;ON;;;;;N;;;;; +27DA;LEFT AND RIGHT DOUBLE TURNSTILE;Sm;0;ON;;;;;N;;;;; +27DB;LEFT AND RIGHT TACK;Sm;0;ON;;;;;N;;;;; +27DC;LEFT MULTIMAP;Sm;0;ON;;;;;Y;;;;; +27DD;LONG RIGHT TACK;Sm;0;ON;;;;;Y;;;;; +27DE;LONG LEFT TACK;Sm;0;ON;;;;;Y;;;;; +27DF;UP TACK WITH CIRCLE ABOVE;Sm;0;ON;;;;;N;;;;; +27E0;LOZENGE DIVIDED BY HORIZONTAL RULE;Sm;0;ON;;;;;N;;;;; +27E1;WHITE CONCAVE-SIDED DIAMOND;Sm;0;ON;;;;;N;;;;; +27E2;WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK;Sm;0;ON;;;;;Y;;;;; +27E3;WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK;Sm;0;ON;;;;;Y;;;;; +27E4;WHITE SQUARE WITH LEFTWARDS TICK;Sm;0;ON;;;;;Y;;;;; +27E5;WHITE SQUARE WITH RIGHTWARDS TICK;Sm;0;ON;;;;;Y;;;;; +27E6;MATHEMATICAL LEFT WHITE SQUARE BRACKET;Ps;0;ON;;;;;Y;;;;; +27E7;MATHEMATICAL RIGHT WHITE SQUARE BRACKET;Pe;0;ON;;;;;Y;;;;; +27E8;MATHEMATICAL LEFT ANGLE BRACKET;Ps;0;ON;;;;;Y;;;;; +27E9;MATHEMATICAL RIGHT ANGLE BRACKET;Pe;0;ON;;;;;Y;;;;; +27EA;MATHEMATICAL LEFT DOUBLE ANGLE BRACKET;Ps;0;ON;;;;;Y;;;;; +27EB;MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET;Pe;0;ON;;;;;Y;;;;; +27EC;MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET;Ps;0;ON;;;;;Y;;;;; +27ED;MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET;Pe;0;ON;;;;;Y;;;;; +27EE;MATHEMATICAL LEFT FLATTENED PARENTHESIS;Ps;0;ON;;;;;Y;;;;; +27EF;MATHEMATICAL RIGHT FLATTENED PARENTHESIS;Pe;0;ON;;;;;Y;;;;; +27F0;UPWARDS QUADRUPLE ARROW;Sm;0;ON;;;;;N;;;;; +27F1;DOWNWARDS QUADRUPLE ARROW;Sm;0;ON;;;;;N;;;;; +27F2;ANTICLOCKWISE GAPPED CIRCLE ARROW;Sm;0;ON;;;;;N;;;;; +27F3;CLOCKWISE GAPPED CIRCLE ARROW;Sm;0;ON;;;;;N;;;;; +27F4;RIGHT ARROW WITH CIRCLED PLUS;Sm;0;ON;;;;;N;;;;; +27F5;LONG LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +27F6;LONG RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +27F7;LONG LEFT RIGHT ARROW;Sm;0;ON;;;;;N;;;;; +27F8;LONG LEFTWARDS DOUBLE ARROW;Sm;0;ON;;;;;N;;;;; +27F9;LONG RIGHTWARDS DOUBLE ARROW;Sm;0;ON;;;;;N;;;;; +27FA;LONG LEFT RIGHT DOUBLE ARROW;Sm;0;ON;;;;;N;;;;; +27FB;LONG LEFTWARDS ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +27FC;LONG RIGHTWARDS ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +27FD;LONG LEFTWARDS DOUBLE ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +27FE;LONG RIGHTWARDS DOUBLE ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +27FF;LONG RIGHTWARDS SQUIGGLE ARROW;Sm;0;ON;;;;;N;;;;; +2800;BRAILLE PATTERN BLANK;So;0;L;;;;;N;;;;; +2801;BRAILLE PATTERN DOTS-1;So;0;L;;;;;N;;;;; +2802;BRAILLE PATTERN DOTS-2;So;0;L;;;;;N;;;;; +2803;BRAILLE PATTERN DOTS-12;So;0;L;;;;;N;;;;; +2804;BRAILLE PATTERN DOTS-3;So;0;L;;;;;N;;;;; +2805;BRAILLE PATTERN DOTS-13;So;0;L;;;;;N;;;;; +2806;BRAILLE PATTERN DOTS-23;So;0;L;;;;;N;;;;; +2807;BRAILLE PATTERN DOTS-123;So;0;L;;;;;N;;;;; +2808;BRAILLE PATTERN DOTS-4;So;0;L;;;;;N;;;;; +2809;BRAILLE PATTERN DOTS-14;So;0;L;;;;;N;;;;; +280A;BRAILLE PATTERN DOTS-24;So;0;L;;;;;N;;;;; +280B;BRAILLE PATTERN DOTS-124;So;0;L;;;;;N;;;;; +280C;BRAILLE PATTERN DOTS-34;So;0;L;;;;;N;;;;; +280D;BRAILLE PATTERN DOTS-134;So;0;L;;;;;N;;;;; +280E;BRAILLE PATTERN DOTS-234;So;0;L;;;;;N;;;;; +280F;BRAILLE PATTERN DOTS-1234;So;0;L;;;;;N;;;;; +2810;BRAILLE PATTERN DOTS-5;So;0;L;;;;;N;;;;; +2811;BRAILLE PATTERN DOTS-15;So;0;L;;;;;N;;;;; +2812;BRAILLE PATTERN DOTS-25;So;0;L;;;;;N;;;;; +2813;BRAILLE PATTERN DOTS-125;So;0;L;;;;;N;;;;; +2814;BRAILLE PATTERN DOTS-35;So;0;L;;;;;N;;;;; +2815;BRAILLE PATTERN DOTS-135;So;0;L;;;;;N;;;;; +2816;BRAILLE PATTERN DOTS-235;So;0;L;;;;;N;;;;; +2817;BRAILLE PATTERN DOTS-1235;So;0;L;;;;;N;;;;; +2818;BRAILLE PATTERN DOTS-45;So;0;L;;;;;N;;;;; +2819;BRAILLE PATTERN DOTS-145;So;0;L;;;;;N;;;;; +281A;BRAILLE PATTERN DOTS-245;So;0;L;;;;;N;;;;; +281B;BRAILLE PATTERN DOTS-1245;So;0;L;;;;;N;;;;; +281C;BRAILLE PATTERN DOTS-345;So;0;L;;;;;N;;;;; +281D;BRAILLE PATTERN DOTS-1345;So;0;L;;;;;N;;;;; +281E;BRAILLE PATTERN DOTS-2345;So;0;L;;;;;N;;;;; +281F;BRAILLE PATTERN DOTS-12345;So;0;L;;;;;N;;;;; +2820;BRAILLE PATTERN DOTS-6;So;0;L;;;;;N;;;;; +2821;BRAILLE PATTERN DOTS-16;So;0;L;;;;;N;;;;; +2822;BRAILLE PATTERN DOTS-26;So;0;L;;;;;N;;;;; +2823;BRAILLE PATTERN DOTS-126;So;0;L;;;;;N;;;;; +2824;BRAILLE PATTERN DOTS-36;So;0;L;;;;;N;;;;; +2825;BRAILLE PATTERN DOTS-136;So;0;L;;;;;N;;;;; +2826;BRAILLE PATTERN DOTS-236;So;0;L;;;;;N;;;;; +2827;BRAILLE PATTERN DOTS-1236;So;0;L;;;;;N;;;;; +2828;BRAILLE PATTERN DOTS-46;So;0;L;;;;;N;;;;; +2829;BRAILLE PATTERN DOTS-146;So;0;L;;;;;N;;;;; +282A;BRAILLE PATTERN DOTS-246;So;0;L;;;;;N;;;;; +282B;BRAILLE PATTERN DOTS-1246;So;0;L;;;;;N;;;;; +282C;BRAILLE PATTERN DOTS-346;So;0;L;;;;;N;;;;; +282D;BRAILLE PATTERN DOTS-1346;So;0;L;;;;;N;;;;; +282E;BRAILLE PATTERN DOTS-2346;So;0;L;;;;;N;;;;; +282F;BRAILLE PATTERN DOTS-12346;So;0;L;;;;;N;;;;; +2830;BRAILLE PATTERN DOTS-56;So;0;L;;;;;N;;;;; +2831;BRAILLE PATTERN DOTS-156;So;0;L;;;;;N;;;;; +2832;BRAILLE PATTERN DOTS-256;So;0;L;;;;;N;;;;; +2833;BRAILLE PATTERN DOTS-1256;So;0;L;;;;;N;;;;; +2834;BRAILLE PATTERN DOTS-356;So;0;L;;;;;N;;;;; +2835;BRAILLE PATTERN DOTS-1356;So;0;L;;;;;N;;;;; +2836;BRAILLE PATTERN DOTS-2356;So;0;L;;;;;N;;;;; +2837;BRAILLE PATTERN DOTS-12356;So;0;L;;;;;N;;;;; +2838;BRAILLE PATTERN DOTS-456;So;0;L;;;;;N;;;;; +2839;BRAILLE PATTERN DOTS-1456;So;0;L;;;;;N;;;;; +283A;BRAILLE PATTERN DOTS-2456;So;0;L;;;;;N;;;;; +283B;BRAILLE PATTERN DOTS-12456;So;0;L;;;;;N;;;;; +283C;BRAILLE PATTERN DOTS-3456;So;0;L;;;;;N;;;;; +283D;BRAILLE PATTERN DOTS-13456;So;0;L;;;;;N;;;;; +283E;BRAILLE PATTERN DOTS-23456;So;0;L;;;;;N;;;;; +283F;BRAILLE PATTERN DOTS-123456;So;0;L;;;;;N;;;;; +2840;BRAILLE PATTERN DOTS-7;So;0;L;;;;;N;;;;; +2841;BRAILLE PATTERN DOTS-17;So;0;L;;;;;N;;;;; +2842;BRAILLE PATTERN DOTS-27;So;0;L;;;;;N;;;;; +2843;BRAILLE PATTERN DOTS-127;So;0;L;;;;;N;;;;; +2844;BRAILLE PATTERN DOTS-37;So;0;L;;;;;N;;;;; +2845;BRAILLE PATTERN DOTS-137;So;0;L;;;;;N;;;;; +2846;BRAILLE PATTERN DOTS-237;So;0;L;;;;;N;;;;; +2847;BRAILLE PATTERN DOTS-1237;So;0;L;;;;;N;;;;; +2848;BRAILLE PATTERN DOTS-47;So;0;L;;;;;N;;;;; +2849;BRAILLE PATTERN DOTS-147;So;0;L;;;;;N;;;;; +284A;BRAILLE PATTERN DOTS-247;So;0;L;;;;;N;;;;; +284B;BRAILLE PATTERN DOTS-1247;So;0;L;;;;;N;;;;; +284C;BRAILLE PATTERN DOTS-347;So;0;L;;;;;N;;;;; +284D;BRAILLE PATTERN DOTS-1347;So;0;L;;;;;N;;;;; +284E;BRAILLE PATTERN DOTS-2347;So;0;L;;;;;N;;;;; +284F;BRAILLE PATTERN DOTS-12347;So;0;L;;;;;N;;;;; +2850;BRAILLE PATTERN DOTS-57;So;0;L;;;;;N;;;;; +2851;BRAILLE PATTERN DOTS-157;So;0;L;;;;;N;;;;; +2852;BRAILLE PATTERN DOTS-257;So;0;L;;;;;N;;;;; +2853;BRAILLE PATTERN DOTS-1257;So;0;L;;;;;N;;;;; +2854;BRAILLE PATTERN DOTS-357;So;0;L;;;;;N;;;;; +2855;BRAILLE PATTERN DOTS-1357;So;0;L;;;;;N;;;;; +2856;BRAILLE PATTERN DOTS-2357;So;0;L;;;;;N;;;;; +2857;BRAILLE PATTERN DOTS-12357;So;0;L;;;;;N;;;;; +2858;BRAILLE PATTERN DOTS-457;So;0;L;;;;;N;;;;; +2859;BRAILLE PATTERN DOTS-1457;So;0;L;;;;;N;;;;; +285A;BRAILLE PATTERN DOTS-2457;So;0;L;;;;;N;;;;; +285B;BRAILLE PATTERN DOTS-12457;So;0;L;;;;;N;;;;; +285C;BRAILLE PATTERN DOTS-3457;So;0;L;;;;;N;;;;; +285D;BRAILLE PATTERN DOTS-13457;So;0;L;;;;;N;;;;; +285E;BRAILLE PATTERN DOTS-23457;So;0;L;;;;;N;;;;; +285F;BRAILLE PATTERN DOTS-123457;So;0;L;;;;;N;;;;; +2860;BRAILLE PATTERN DOTS-67;So;0;L;;;;;N;;;;; +2861;BRAILLE PATTERN DOTS-167;So;0;L;;;;;N;;;;; +2862;BRAILLE PATTERN DOTS-267;So;0;L;;;;;N;;;;; +2863;BRAILLE PATTERN DOTS-1267;So;0;L;;;;;N;;;;; +2864;BRAILLE PATTERN DOTS-367;So;0;L;;;;;N;;;;; +2865;BRAILLE PATTERN DOTS-1367;So;0;L;;;;;N;;;;; +2866;BRAILLE PATTERN DOTS-2367;So;0;L;;;;;N;;;;; +2867;BRAILLE PATTERN DOTS-12367;So;0;L;;;;;N;;;;; +2868;BRAILLE PATTERN DOTS-467;So;0;L;;;;;N;;;;; +2869;BRAILLE PATTERN DOTS-1467;So;0;L;;;;;N;;;;; +286A;BRAILLE PATTERN DOTS-2467;So;0;L;;;;;N;;;;; +286B;BRAILLE PATTERN DOTS-12467;So;0;L;;;;;N;;;;; +286C;BRAILLE PATTERN DOTS-3467;So;0;L;;;;;N;;;;; +286D;BRAILLE PATTERN DOTS-13467;So;0;L;;;;;N;;;;; +286E;BRAILLE PATTERN DOTS-23467;So;0;L;;;;;N;;;;; +286F;BRAILLE PATTERN DOTS-123467;So;0;L;;;;;N;;;;; +2870;BRAILLE PATTERN DOTS-567;So;0;L;;;;;N;;;;; +2871;BRAILLE PATTERN DOTS-1567;So;0;L;;;;;N;;;;; +2872;BRAILLE PATTERN DOTS-2567;So;0;L;;;;;N;;;;; +2873;BRAILLE PATTERN DOTS-12567;So;0;L;;;;;N;;;;; +2874;BRAILLE PATTERN DOTS-3567;So;0;L;;;;;N;;;;; +2875;BRAILLE PATTERN DOTS-13567;So;0;L;;;;;N;;;;; +2876;BRAILLE PATTERN DOTS-23567;So;0;L;;;;;N;;;;; +2877;BRAILLE PATTERN DOTS-123567;So;0;L;;;;;N;;;;; +2878;BRAILLE PATTERN DOTS-4567;So;0;L;;;;;N;;;;; +2879;BRAILLE PATTERN DOTS-14567;So;0;L;;;;;N;;;;; +287A;BRAILLE PATTERN DOTS-24567;So;0;L;;;;;N;;;;; +287B;BRAILLE PATTERN DOTS-124567;So;0;L;;;;;N;;;;; +287C;BRAILLE PATTERN DOTS-34567;So;0;L;;;;;N;;;;; +287D;BRAILLE PATTERN DOTS-134567;So;0;L;;;;;N;;;;; +287E;BRAILLE PATTERN DOTS-234567;So;0;L;;;;;N;;;;; +287F;BRAILLE PATTERN DOTS-1234567;So;0;L;;;;;N;;;;; +2880;BRAILLE PATTERN DOTS-8;So;0;L;;;;;N;;;;; +2881;BRAILLE PATTERN DOTS-18;So;0;L;;;;;N;;;;; +2882;BRAILLE PATTERN DOTS-28;So;0;L;;;;;N;;;;; +2883;BRAILLE PATTERN DOTS-128;So;0;L;;;;;N;;;;; +2884;BRAILLE PATTERN DOTS-38;So;0;L;;;;;N;;;;; +2885;BRAILLE PATTERN DOTS-138;So;0;L;;;;;N;;;;; +2886;BRAILLE PATTERN DOTS-238;So;0;L;;;;;N;;;;; +2887;BRAILLE PATTERN DOTS-1238;So;0;L;;;;;N;;;;; +2888;BRAILLE PATTERN DOTS-48;So;0;L;;;;;N;;;;; +2889;BRAILLE PATTERN DOTS-148;So;0;L;;;;;N;;;;; +288A;BRAILLE PATTERN DOTS-248;So;0;L;;;;;N;;;;; +288B;BRAILLE PATTERN DOTS-1248;So;0;L;;;;;N;;;;; +288C;BRAILLE PATTERN DOTS-348;So;0;L;;;;;N;;;;; +288D;BRAILLE PATTERN DOTS-1348;So;0;L;;;;;N;;;;; +288E;BRAILLE PATTERN DOTS-2348;So;0;L;;;;;N;;;;; +288F;BRAILLE PATTERN DOTS-12348;So;0;L;;;;;N;;;;; +2890;BRAILLE PATTERN DOTS-58;So;0;L;;;;;N;;;;; +2891;BRAILLE PATTERN DOTS-158;So;0;L;;;;;N;;;;; +2892;BRAILLE PATTERN DOTS-258;So;0;L;;;;;N;;;;; +2893;BRAILLE PATTERN DOTS-1258;So;0;L;;;;;N;;;;; +2894;BRAILLE PATTERN DOTS-358;So;0;L;;;;;N;;;;; +2895;BRAILLE PATTERN DOTS-1358;So;0;L;;;;;N;;;;; +2896;BRAILLE PATTERN DOTS-2358;So;0;L;;;;;N;;;;; +2897;BRAILLE PATTERN DOTS-12358;So;0;L;;;;;N;;;;; +2898;BRAILLE PATTERN DOTS-458;So;0;L;;;;;N;;;;; +2899;BRAILLE PATTERN DOTS-1458;So;0;L;;;;;N;;;;; +289A;BRAILLE PATTERN DOTS-2458;So;0;L;;;;;N;;;;; +289B;BRAILLE PATTERN DOTS-12458;So;0;L;;;;;N;;;;; +289C;BRAILLE PATTERN DOTS-3458;So;0;L;;;;;N;;;;; +289D;BRAILLE PATTERN DOTS-13458;So;0;L;;;;;N;;;;; +289E;BRAILLE PATTERN DOTS-23458;So;0;L;;;;;N;;;;; +289F;BRAILLE PATTERN DOTS-123458;So;0;L;;;;;N;;;;; +28A0;BRAILLE PATTERN DOTS-68;So;0;L;;;;;N;;;;; +28A1;BRAILLE PATTERN DOTS-168;So;0;L;;;;;N;;;;; +28A2;BRAILLE PATTERN DOTS-268;So;0;L;;;;;N;;;;; +28A3;BRAILLE PATTERN DOTS-1268;So;0;L;;;;;N;;;;; +28A4;BRAILLE PATTERN DOTS-368;So;0;L;;;;;N;;;;; +28A5;BRAILLE PATTERN DOTS-1368;So;0;L;;;;;N;;;;; +28A6;BRAILLE PATTERN DOTS-2368;So;0;L;;;;;N;;;;; +28A7;BRAILLE PATTERN DOTS-12368;So;0;L;;;;;N;;;;; +28A8;BRAILLE PATTERN DOTS-468;So;0;L;;;;;N;;;;; +28A9;BRAILLE PATTERN DOTS-1468;So;0;L;;;;;N;;;;; +28AA;BRAILLE PATTERN DOTS-2468;So;0;L;;;;;N;;;;; +28AB;BRAILLE PATTERN DOTS-12468;So;0;L;;;;;N;;;;; +28AC;BRAILLE PATTERN DOTS-3468;So;0;L;;;;;N;;;;; +28AD;BRAILLE PATTERN DOTS-13468;So;0;L;;;;;N;;;;; +28AE;BRAILLE PATTERN DOTS-23468;So;0;L;;;;;N;;;;; +28AF;BRAILLE PATTERN DOTS-123468;So;0;L;;;;;N;;;;; +28B0;BRAILLE PATTERN DOTS-568;So;0;L;;;;;N;;;;; +28B1;BRAILLE PATTERN DOTS-1568;So;0;L;;;;;N;;;;; +28B2;BRAILLE PATTERN DOTS-2568;So;0;L;;;;;N;;;;; +28B3;BRAILLE PATTERN DOTS-12568;So;0;L;;;;;N;;;;; +28B4;BRAILLE PATTERN DOTS-3568;So;0;L;;;;;N;;;;; +28B5;BRAILLE PATTERN DOTS-13568;So;0;L;;;;;N;;;;; +28B6;BRAILLE PATTERN DOTS-23568;So;0;L;;;;;N;;;;; +28B7;BRAILLE PATTERN DOTS-123568;So;0;L;;;;;N;;;;; +28B8;BRAILLE PATTERN DOTS-4568;So;0;L;;;;;N;;;;; +28B9;BRAILLE PATTERN DOTS-14568;So;0;L;;;;;N;;;;; +28BA;BRAILLE PATTERN DOTS-24568;So;0;L;;;;;N;;;;; +28BB;BRAILLE PATTERN DOTS-124568;So;0;L;;;;;N;;;;; +28BC;BRAILLE PATTERN DOTS-34568;So;0;L;;;;;N;;;;; +28BD;BRAILLE PATTERN DOTS-134568;So;0;L;;;;;N;;;;; +28BE;BRAILLE PATTERN DOTS-234568;So;0;L;;;;;N;;;;; +28BF;BRAILLE PATTERN DOTS-1234568;So;0;L;;;;;N;;;;; +28C0;BRAILLE PATTERN DOTS-78;So;0;L;;;;;N;;;;; +28C1;BRAILLE PATTERN DOTS-178;So;0;L;;;;;N;;;;; +28C2;BRAILLE PATTERN DOTS-278;So;0;L;;;;;N;;;;; +28C3;BRAILLE PATTERN DOTS-1278;So;0;L;;;;;N;;;;; +28C4;BRAILLE PATTERN DOTS-378;So;0;L;;;;;N;;;;; +28C5;BRAILLE PATTERN DOTS-1378;So;0;L;;;;;N;;;;; +28C6;BRAILLE PATTERN DOTS-2378;So;0;L;;;;;N;;;;; +28C7;BRAILLE PATTERN DOTS-12378;So;0;L;;;;;N;;;;; +28C8;BRAILLE PATTERN DOTS-478;So;0;L;;;;;N;;;;; +28C9;BRAILLE PATTERN DOTS-1478;So;0;L;;;;;N;;;;; +28CA;BRAILLE PATTERN DOTS-2478;So;0;L;;;;;N;;;;; +28CB;BRAILLE PATTERN DOTS-12478;So;0;L;;;;;N;;;;; +28CC;BRAILLE PATTERN DOTS-3478;So;0;L;;;;;N;;;;; +28CD;BRAILLE PATTERN DOTS-13478;So;0;L;;;;;N;;;;; +28CE;BRAILLE PATTERN DOTS-23478;So;0;L;;;;;N;;;;; +28CF;BRAILLE PATTERN DOTS-123478;So;0;L;;;;;N;;;;; +28D0;BRAILLE PATTERN DOTS-578;So;0;L;;;;;N;;;;; +28D1;BRAILLE PATTERN DOTS-1578;So;0;L;;;;;N;;;;; +28D2;BRAILLE PATTERN DOTS-2578;So;0;L;;;;;N;;;;; +28D3;BRAILLE PATTERN DOTS-12578;So;0;L;;;;;N;;;;; +28D4;BRAILLE PATTERN DOTS-3578;So;0;L;;;;;N;;;;; +28D5;BRAILLE PATTERN DOTS-13578;So;0;L;;;;;N;;;;; +28D6;BRAILLE PATTERN DOTS-23578;So;0;L;;;;;N;;;;; +28D7;BRAILLE PATTERN DOTS-123578;So;0;L;;;;;N;;;;; +28D8;BRAILLE PATTERN DOTS-4578;So;0;L;;;;;N;;;;; +28D9;BRAILLE PATTERN DOTS-14578;So;0;L;;;;;N;;;;; +28DA;BRAILLE PATTERN DOTS-24578;So;0;L;;;;;N;;;;; +28DB;BRAILLE PATTERN DOTS-124578;So;0;L;;;;;N;;;;; +28DC;BRAILLE PATTERN DOTS-34578;So;0;L;;;;;N;;;;; +28DD;BRAILLE PATTERN DOTS-134578;So;0;L;;;;;N;;;;; +28DE;BRAILLE PATTERN DOTS-234578;So;0;L;;;;;N;;;;; +28DF;BRAILLE PATTERN DOTS-1234578;So;0;L;;;;;N;;;;; +28E0;BRAILLE PATTERN DOTS-678;So;0;L;;;;;N;;;;; +28E1;BRAILLE PATTERN DOTS-1678;So;0;L;;;;;N;;;;; +28E2;BRAILLE PATTERN DOTS-2678;So;0;L;;;;;N;;;;; +28E3;BRAILLE PATTERN DOTS-12678;So;0;L;;;;;N;;;;; +28E4;BRAILLE PATTERN DOTS-3678;So;0;L;;;;;N;;;;; +28E5;BRAILLE PATTERN DOTS-13678;So;0;L;;;;;N;;;;; +28E6;BRAILLE PATTERN DOTS-23678;So;0;L;;;;;N;;;;; +28E7;BRAILLE PATTERN DOTS-123678;So;0;L;;;;;N;;;;; +28E8;BRAILLE PATTERN DOTS-4678;So;0;L;;;;;N;;;;; +28E9;BRAILLE PATTERN DOTS-14678;So;0;L;;;;;N;;;;; +28EA;BRAILLE PATTERN DOTS-24678;So;0;L;;;;;N;;;;; +28EB;BRAILLE PATTERN DOTS-124678;So;0;L;;;;;N;;;;; +28EC;BRAILLE PATTERN DOTS-34678;So;0;L;;;;;N;;;;; +28ED;BRAILLE PATTERN DOTS-134678;So;0;L;;;;;N;;;;; +28EE;BRAILLE PATTERN DOTS-234678;So;0;L;;;;;N;;;;; +28EF;BRAILLE PATTERN DOTS-1234678;So;0;L;;;;;N;;;;; +28F0;BRAILLE PATTERN DOTS-5678;So;0;L;;;;;N;;;;; +28F1;BRAILLE PATTERN DOTS-15678;So;0;L;;;;;N;;;;; +28F2;BRAILLE PATTERN DOTS-25678;So;0;L;;;;;N;;;;; +28F3;BRAILLE PATTERN DOTS-125678;So;0;L;;;;;N;;;;; +28F4;BRAILLE PATTERN DOTS-35678;So;0;L;;;;;N;;;;; +28F5;BRAILLE PATTERN DOTS-135678;So;0;L;;;;;N;;;;; +28F6;BRAILLE PATTERN DOTS-235678;So;0;L;;;;;N;;;;; +28F7;BRAILLE PATTERN DOTS-1235678;So;0;L;;;;;N;;;;; +28F8;BRAILLE PATTERN DOTS-45678;So;0;L;;;;;N;;;;; +28F9;BRAILLE PATTERN DOTS-145678;So;0;L;;;;;N;;;;; +28FA;BRAILLE PATTERN DOTS-245678;So;0;L;;;;;N;;;;; +28FB;BRAILLE PATTERN DOTS-1245678;So;0;L;;;;;N;;;;; +28FC;BRAILLE PATTERN DOTS-345678;So;0;L;;;;;N;;;;; +28FD;BRAILLE PATTERN DOTS-1345678;So;0;L;;;;;N;;;;; +28FE;BRAILLE PATTERN DOTS-2345678;So;0;L;;;;;N;;;;; +28FF;BRAILLE PATTERN DOTS-12345678;So;0;L;;;;;N;;;;; +2900;RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2901;RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2902;LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2903;RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2904;LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2905;RIGHTWARDS TWO-HEADED ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +2906;LEFTWARDS DOUBLE ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +2907;RIGHTWARDS DOUBLE ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +2908;DOWNWARDS ARROW WITH HORIZONTAL STROKE;Sm;0;ON;;;;;N;;;;; +2909;UPWARDS ARROW WITH HORIZONTAL STROKE;Sm;0;ON;;;;;N;;;;; +290A;UPWARDS TRIPLE ARROW;Sm;0;ON;;;;;N;;;;; +290B;DOWNWARDS TRIPLE ARROW;Sm;0;ON;;;;;N;;;;; +290C;LEFTWARDS DOUBLE DASH ARROW;Sm;0;ON;;;;;N;;;;; +290D;RIGHTWARDS DOUBLE DASH ARROW;Sm;0;ON;;;;;N;;;;; +290E;LEFTWARDS TRIPLE DASH ARROW;Sm;0;ON;;;;;N;;;;; +290F;RIGHTWARDS TRIPLE DASH ARROW;Sm;0;ON;;;;;N;;;;; +2910;RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW;Sm;0;ON;;;;;N;;;;; +2911;RIGHTWARDS ARROW WITH DOTTED STEM;Sm;0;ON;;;;;N;;;;; +2912;UPWARDS ARROW TO BAR;Sm;0;ON;;;;;N;;;;; +2913;DOWNWARDS ARROW TO BAR;Sm;0;ON;;;;;N;;;;; +2914;RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2915;RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2916;RIGHTWARDS TWO-HEADED ARROW WITH TAIL;Sm;0;ON;;;;;N;;;;; +2917;RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2918;RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2919;LEFTWARDS ARROW-TAIL;Sm;0;ON;;;;;N;;;;; +291A;RIGHTWARDS ARROW-TAIL;Sm;0;ON;;;;;N;;;;; +291B;LEFTWARDS DOUBLE ARROW-TAIL;Sm;0;ON;;;;;N;;;;; +291C;RIGHTWARDS DOUBLE ARROW-TAIL;Sm;0;ON;;;;;N;;;;; +291D;LEFTWARDS ARROW TO BLACK DIAMOND;Sm;0;ON;;;;;N;;;;; +291E;RIGHTWARDS ARROW TO BLACK DIAMOND;Sm;0;ON;;;;;N;;;;; +291F;LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND;Sm;0;ON;;;;;N;;;;; +2920;RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND;Sm;0;ON;;;;;N;;;;; +2921;NORTH WEST AND SOUTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +2922;NORTH EAST AND SOUTH WEST ARROW;Sm;0;ON;;;;;N;;;;; +2923;NORTH WEST ARROW WITH HOOK;Sm;0;ON;;;;;N;;;;; +2924;NORTH EAST ARROW WITH HOOK;Sm;0;ON;;;;;N;;;;; +2925;SOUTH EAST ARROW WITH HOOK;Sm;0;ON;;;;;N;;;;; +2926;SOUTH WEST ARROW WITH HOOK;Sm;0;ON;;;;;N;;;;; +2927;NORTH WEST ARROW AND NORTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +2928;NORTH EAST ARROW AND SOUTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +2929;SOUTH EAST ARROW AND SOUTH WEST ARROW;Sm;0;ON;;;;;N;;;;; +292A;SOUTH WEST ARROW AND NORTH WEST ARROW;Sm;0;ON;;;;;N;;;;; +292B;RISING DIAGONAL CROSSING FALLING DIAGONAL;Sm;0;ON;;;;;N;;;;; +292C;FALLING DIAGONAL CROSSING RISING DIAGONAL;Sm;0;ON;;;;;N;;;;; +292D;SOUTH EAST ARROW CROSSING NORTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +292E;NORTH EAST ARROW CROSSING SOUTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +292F;FALLING DIAGONAL CROSSING NORTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +2930;RISING DIAGONAL CROSSING SOUTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +2931;NORTH EAST ARROW CROSSING NORTH WEST ARROW;Sm;0;ON;;;;;N;;;;; +2932;NORTH WEST ARROW CROSSING NORTH EAST ARROW;Sm;0;ON;;;;;N;;;;; +2933;WAVE ARROW POINTING DIRECTLY RIGHT;Sm;0;ON;;;;;N;;;;; +2934;ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS;Sm;0;ON;;;;;N;;;;; +2935;ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS;Sm;0;ON;;;;;N;;;;; +2936;ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS;Sm;0;ON;;;;;N;;;;; +2937;ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS;Sm;0;ON;;;;;N;;;;; +2938;RIGHT-SIDE ARC CLOCKWISE ARROW;Sm;0;ON;;;;;N;;;;; +2939;LEFT-SIDE ARC ANTICLOCKWISE ARROW;Sm;0;ON;;;;;N;;;;; +293A;TOP ARC ANTICLOCKWISE ARROW;Sm;0;ON;;;;;N;;;;; +293B;BOTTOM ARC ANTICLOCKWISE ARROW;Sm;0;ON;;;;;N;;;;; +293C;TOP ARC CLOCKWISE ARROW WITH MINUS;Sm;0;ON;;;;;N;;;;; +293D;TOP ARC ANTICLOCKWISE ARROW WITH PLUS;Sm;0;ON;;;;;N;;;;; +293E;LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW;Sm;0;ON;;;;;N;;;;; +293F;LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW;Sm;0;ON;;;;;N;;;;; +2940;ANTICLOCKWISE CLOSED CIRCLE ARROW;Sm;0;ON;;;;;N;;;;; +2941;CLOCKWISE CLOSED CIRCLE ARROW;Sm;0;ON;;;;;N;;;;; +2942;RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2943;LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2944;SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2945;RIGHTWARDS ARROW WITH PLUS BELOW;Sm;0;ON;;;;;N;;;;; +2946;LEFTWARDS ARROW WITH PLUS BELOW;Sm;0;ON;;;;;N;;;;; +2947;RIGHTWARDS ARROW THROUGH X;Sm;0;ON;;;;;N;;;;; +2948;LEFT RIGHT ARROW THROUGH SMALL CIRCLE;Sm;0;ON;;;;;N;;;;; +2949;UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE;Sm;0;ON;;;;;N;;;;; +294A;LEFT BARB UP RIGHT BARB DOWN HARPOON;Sm;0;ON;;;;;N;;;;; +294B;LEFT BARB DOWN RIGHT BARB UP HARPOON;Sm;0;ON;;;;;N;;;;; +294C;UP BARB RIGHT DOWN BARB LEFT HARPOON;Sm;0;ON;;;;;N;;;;; +294D;UP BARB LEFT DOWN BARB RIGHT HARPOON;Sm;0;ON;;;;;N;;;;; +294E;LEFT BARB UP RIGHT BARB UP HARPOON;Sm;0;ON;;;;;N;;;;; +294F;UP BARB RIGHT DOWN BARB RIGHT HARPOON;Sm;0;ON;;;;;N;;;;; +2950;LEFT BARB DOWN RIGHT BARB DOWN HARPOON;Sm;0;ON;;;;;N;;;;; +2951;UP BARB LEFT DOWN BARB LEFT HARPOON;Sm;0;ON;;;;;N;;;;; +2952;LEFTWARDS HARPOON WITH BARB UP TO BAR;Sm;0;ON;;;;;N;;;;; +2953;RIGHTWARDS HARPOON WITH BARB UP TO BAR;Sm;0;ON;;;;;N;;;;; +2954;UPWARDS HARPOON WITH BARB RIGHT TO BAR;Sm;0;ON;;;;;N;;;;; +2955;DOWNWARDS HARPOON WITH BARB RIGHT TO BAR;Sm;0;ON;;;;;N;;;;; +2956;LEFTWARDS HARPOON WITH BARB DOWN TO BAR;Sm;0;ON;;;;;N;;;;; +2957;RIGHTWARDS HARPOON WITH BARB DOWN TO BAR;Sm;0;ON;;;;;N;;;;; +2958;UPWARDS HARPOON WITH BARB LEFT TO BAR;Sm;0;ON;;;;;N;;;;; +2959;DOWNWARDS HARPOON WITH BARB LEFT TO BAR;Sm;0;ON;;;;;N;;;;; +295A;LEFTWARDS HARPOON WITH BARB UP FROM BAR;Sm;0;ON;;;;;N;;;;; +295B;RIGHTWARDS HARPOON WITH BARB UP FROM BAR;Sm;0;ON;;;;;N;;;;; +295C;UPWARDS HARPOON WITH BARB RIGHT FROM BAR;Sm;0;ON;;;;;N;;;;; +295D;DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR;Sm;0;ON;;;;;N;;;;; +295E;LEFTWARDS HARPOON WITH BARB DOWN FROM BAR;Sm;0;ON;;;;;N;;;;; +295F;RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR;Sm;0;ON;;;;;N;;;;; +2960;UPWARDS HARPOON WITH BARB LEFT FROM BAR;Sm;0;ON;;;;;N;;;;; +2961;DOWNWARDS HARPOON WITH BARB LEFT FROM BAR;Sm;0;ON;;;;;N;;;;; +2962;LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN;Sm;0;ON;;;;;N;;;;; +2963;UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT;Sm;0;ON;;;;;N;;;;; +2964;RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN;Sm;0;ON;;;;;N;;;;; +2965;DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT;Sm;0;ON;;;;;N;;;;; +2966;LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP;Sm;0;ON;;;;;N;;;;; +2967;LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN;Sm;0;ON;;;;;N;;;;; +2968;RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP;Sm;0;ON;;;;;N;;;;; +2969;RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN;Sm;0;ON;;;;;N;;;;; +296A;LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH;Sm;0;ON;;;;;N;;;;; +296B;LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH;Sm;0;ON;;;;;N;;;;; +296C;RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH;Sm;0;ON;;;;;N;;;;; +296D;RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH;Sm;0;ON;;;;;N;;;;; +296E;UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT;Sm;0;ON;;;;;N;;;;; +296F;DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT;Sm;0;ON;;;;;N;;;;; +2970;RIGHT DOUBLE ARROW WITH ROUNDED HEAD;Sm;0;ON;;;;;N;;;;; +2971;EQUALS SIGN ABOVE RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2972;TILDE OPERATOR ABOVE RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2973;LEFTWARDS ARROW ABOVE TILDE OPERATOR;Sm;0;ON;;;;;N;;;;; +2974;RIGHTWARDS ARROW ABOVE TILDE OPERATOR;Sm;0;ON;;;;;N;;;;; +2975;RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO;Sm;0;ON;;;;;N;;;;; +2976;LESS-THAN ABOVE LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2977;LEFTWARDS ARROW THROUGH LESS-THAN;Sm;0;ON;;;;;N;;;;; +2978;GREATER-THAN ABOVE RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2979;SUBSET ABOVE RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +297A;LEFTWARDS ARROW THROUGH SUBSET;Sm;0;ON;;;;;N;;;;; +297B;SUPERSET ABOVE LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +297C;LEFT FISH TAIL;Sm;0;ON;;;;;N;;;;; +297D;RIGHT FISH TAIL;Sm;0;ON;;;;;N;;;;; +297E;UP FISH TAIL;Sm;0;ON;;;;;N;;;;; +297F;DOWN FISH TAIL;Sm;0;ON;;;;;N;;;;; +2980;TRIPLE VERTICAL BAR DELIMITER;Sm;0;ON;;;;;N;;;;; +2981;Z NOTATION SPOT;Sm;0;ON;;;;;N;;;;; +2982;Z NOTATION TYPE COLON;Sm;0;ON;;;;;N;;;;; +2983;LEFT WHITE CURLY BRACKET;Ps;0;ON;;;;;Y;;;;; +2984;RIGHT WHITE CURLY BRACKET;Pe;0;ON;;;;;Y;;;;; +2985;LEFT WHITE PARENTHESIS;Ps;0;ON;;;;;Y;;;;; +2986;RIGHT WHITE PARENTHESIS;Pe;0;ON;;;;;Y;;;;; +2987;Z NOTATION LEFT IMAGE BRACKET;Ps;0;ON;;;;;Y;;;;; +2988;Z NOTATION RIGHT IMAGE BRACKET;Pe;0;ON;;;;;Y;;;;; +2989;Z NOTATION LEFT BINDING BRACKET;Ps;0;ON;;;;;Y;;;;; +298A;Z NOTATION RIGHT BINDING BRACKET;Pe;0;ON;;;;;Y;;;;; +298B;LEFT SQUARE BRACKET WITH UNDERBAR;Ps;0;ON;;;;;Y;;;;; +298C;RIGHT SQUARE BRACKET WITH UNDERBAR;Pe;0;ON;;;;;Y;;;;; +298D;LEFT SQUARE BRACKET WITH TICK IN TOP CORNER;Ps;0;ON;;;;;Y;;;;; +298E;RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER;Pe;0;ON;;;;;Y;;;;; +298F;LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER;Ps;0;ON;;;;;Y;;;;; +2990;RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER;Pe;0;ON;;;;;Y;;;;; +2991;LEFT ANGLE BRACKET WITH DOT;Ps;0;ON;;;;;Y;;;;; +2992;RIGHT ANGLE BRACKET WITH DOT;Pe;0;ON;;;;;Y;;;;; +2993;LEFT ARC LESS-THAN BRACKET;Ps;0;ON;;;;;Y;;;;; +2994;RIGHT ARC GREATER-THAN BRACKET;Pe;0;ON;;;;;Y;;;;; +2995;DOUBLE LEFT ARC GREATER-THAN BRACKET;Ps;0;ON;;;;;Y;;;;; +2996;DOUBLE RIGHT ARC LESS-THAN BRACKET;Pe;0;ON;;;;;Y;;;;; +2997;LEFT BLACK TORTOISE SHELL BRACKET;Ps;0;ON;;;;;Y;;;;; +2998;RIGHT BLACK TORTOISE SHELL BRACKET;Pe;0;ON;;;;;Y;;;;; +2999;DOTTED FENCE;Sm;0;ON;;;;;N;;;;; +299A;VERTICAL ZIGZAG LINE;Sm;0;ON;;;;;N;;;;; +299B;MEASURED ANGLE OPENING LEFT;Sm;0;ON;;;;;Y;;;;; +299C;RIGHT ANGLE VARIANT WITH SQUARE;Sm;0;ON;;;;;Y;;;;; +299D;MEASURED RIGHT ANGLE WITH DOT;Sm;0;ON;;;;;Y;;;;; +299E;ANGLE WITH S INSIDE;Sm;0;ON;;;;;Y;;;;; +299F;ACUTE ANGLE;Sm;0;ON;;;;;Y;;;;; +29A0;SPHERICAL ANGLE OPENING LEFT;Sm;0;ON;;;;;Y;;;;; +29A1;SPHERICAL ANGLE OPENING UP;Sm;0;ON;;;;;Y;;;;; +29A2;TURNED ANGLE;Sm;0;ON;;;;;Y;;;;; +29A3;REVERSED ANGLE;Sm;0;ON;;;;;Y;;;;; +29A4;ANGLE WITH UNDERBAR;Sm;0;ON;;;;;Y;;;;; +29A5;REVERSED ANGLE WITH UNDERBAR;Sm;0;ON;;;;;Y;;;;; +29A6;OBLIQUE ANGLE OPENING UP;Sm;0;ON;;;;;Y;;;;; +29A7;OBLIQUE ANGLE OPENING DOWN;Sm;0;ON;;;;;Y;;;;; +29A8;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT;Sm;0;ON;;;;;Y;;;;; +29A9;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT;Sm;0;ON;;;;;Y;;;;; +29AA;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT;Sm;0;ON;;;;;Y;;;;; +29AB;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT;Sm;0;ON;;;;;Y;;;;; +29AC;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP;Sm;0;ON;;;;;Y;;;;; +29AD;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP;Sm;0;ON;;;;;Y;;;;; +29AE;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN;Sm;0;ON;;;;;Y;;;;; +29AF;MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN;Sm;0;ON;;;;;Y;;;;; +29B0;REVERSED EMPTY SET;Sm;0;ON;;;;;N;;;;; +29B1;EMPTY SET WITH OVERBAR;Sm;0;ON;;;;;N;;;;; +29B2;EMPTY SET WITH SMALL CIRCLE ABOVE;Sm;0;ON;;;;;N;;;;; +29B3;EMPTY SET WITH RIGHT ARROW ABOVE;Sm;0;ON;;;;;N;;;;; +29B4;EMPTY SET WITH LEFT ARROW ABOVE;Sm;0;ON;;;;;N;;;;; +29B5;CIRCLE WITH HORIZONTAL BAR;Sm;0;ON;;;;;N;;;;; +29B6;CIRCLED VERTICAL BAR;Sm;0;ON;;;;;N;;;;; +29B7;CIRCLED PARALLEL;Sm;0;ON;;;;;N;;;;; +29B8;CIRCLED REVERSE SOLIDUS;Sm;0;ON;;;;;Y;;;;; +29B9;CIRCLED PERPENDICULAR;Sm;0;ON;;;;;N;;;;; +29BA;CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR;Sm;0;ON;;;;;N;;;;; +29BB;CIRCLE WITH SUPERIMPOSED X;Sm;0;ON;;;;;N;;;;; +29BC;CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN;Sm;0;ON;;;;;N;;;;; +29BD;UP ARROW THROUGH CIRCLE;Sm;0;ON;;;;;N;;;;; +29BE;CIRCLED WHITE BULLET;Sm;0;ON;;;;;N;;;;; +29BF;CIRCLED BULLET;Sm;0;ON;;;;;N;;;;; +29C0;CIRCLED LESS-THAN;Sm;0;ON;;;;;Y;;;;; +29C1;CIRCLED GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +29C2;CIRCLE WITH SMALL CIRCLE TO THE RIGHT;Sm;0;ON;;;;;Y;;;;; +29C3;CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT;Sm;0;ON;;;;;Y;;;;; +29C4;SQUARED RISING DIAGONAL SLASH;Sm;0;ON;;;;;Y;;;;; +29C5;SQUARED FALLING DIAGONAL SLASH;Sm;0;ON;;;;;Y;;;;; +29C6;SQUARED ASTERISK;Sm;0;ON;;;;;N;;;;; +29C7;SQUARED SMALL CIRCLE;Sm;0;ON;;;;;N;;;;; +29C8;SQUARED SQUARE;Sm;0;ON;;;;;N;;;;; +29C9;TWO JOINED SQUARES;Sm;0;ON;;;;;Y;;;;; +29CA;TRIANGLE WITH DOT ABOVE;Sm;0;ON;;;;;N;;;;; +29CB;TRIANGLE WITH UNDERBAR;Sm;0;ON;;;;;N;;;;; +29CC;S IN TRIANGLE;Sm;0;ON;;;;;N;;;;; +29CD;TRIANGLE WITH SERIFS AT BOTTOM;Sm;0;ON;;;;;N;;;;; +29CE;RIGHT TRIANGLE ABOVE LEFT TRIANGLE;Sm;0;ON;;;;;Y;;;;; +29CF;LEFT TRIANGLE BESIDE VERTICAL BAR;Sm;0;ON;;;;;Y;;;;; +29D0;VERTICAL BAR BESIDE RIGHT TRIANGLE;Sm;0;ON;;;;;Y;;;;; +29D1;BOWTIE WITH LEFT HALF BLACK;Sm;0;ON;;;;;Y;;;;; +29D2;BOWTIE WITH RIGHT HALF BLACK;Sm;0;ON;;;;;Y;;;;; +29D3;BLACK BOWTIE;Sm;0;ON;;;;;N;;;;; +29D4;TIMES WITH LEFT HALF BLACK;Sm;0;ON;;;;;Y;;;;; +29D5;TIMES WITH RIGHT HALF BLACK;Sm;0;ON;;;;;Y;;;;; +29D6;WHITE HOURGLASS;Sm;0;ON;;;;;N;;;;; +29D7;BLACK HOURGLASS;Sm;0;ON;;;;;N;;;;; +29D8;LEFT WIGGLY FENCE;Ps;0;ON;;;;;Y;;;;; +29D9;RIGHT WIGGLY FENCE;Pe;0;ON;;;;;Y;;;;; +29DA;LEFT DOUBLE WIGGLY FENCE;Ps;0;ON;;;;;Y;;;;; +29DB;RIGHT DOUBLE WIGGLY FENCE;Pe;0;ON;;;;;Y;;;;; +29DC;INCOMPLETE INFINITY;Sm;0;ON;;;;;Y;;;;; +29DD;TIE OVER INFINITY;Sm;0;ON;;;;;N;;;;; +29DE;INFINITY NEGATED WITH VERTICAL BAR;Sm;0;ON;;;;;N;;;;; +29DF;DOUBLE-ENDED MULTIMAP;Sm;0;ON;;;;;N;;;;; +29E0;SQUARE WITH CONTOURED OUTLINE;Sm;0;ON;;;;;N;;;;; +29E1;INCREASES AS;Sm;0;ON;;;;;Y;;;;; +29E2;SHUFFLE PRODUCT;Sm;0;ON;;;;;N;;;;; +29E3;EQUALS SIGN AND SLANTED PARALLEL;Sm;0;ON;;;;;Y;;;;; +29E4;EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE;Sm;0;ON;;;;;Y;;;;; +29E5;IDENTICAL TO AND SLANTED PARALLEL;Sm;0;ON;;;;;Y;;;;; +29E6;GLEICH STARK;Sm;0;ON;;;;;N;;;;; +29E7;THERMODYNAMIC;Sm;0;ON;;;;;N;;;;; +29E8;DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK;Sm;0;ON;;;;;Y;;;;; +29E9;DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK;Sm;0;ON;;;;;Y;;;;; +29EA;BLACK DIAMOND WITH DOWN ARROW;Sm;0;ON;;;;;N;;;;; +29EB;BLACK LOZENGE;Sm;0;ON;;;;;N;;;;; +29EC;WHITE CIRCLE WITH DOWN ARROW;Sm;0;ON;;;;;N;;;;; +29ED;BLACK CIRCLE WITH DOWN ARROW;Sm;0;ON;;;;;N;;;;; +29EE;ERROR-BARRED WHITE SQUARE;Sm;0;ON;;;;;N;;;;; +29EF;ERROR-BARRED BLACK SQUARE;Sm;0;ON;;;;;N;;;;; +29F0;ERROR-BARRED WHITE DIAMOND;Sm;0;ON;;;;;N;;;;; +29F1;ERROR-BARRED BLACK DIAMOND;Sm;0;ON;;;;;N;;;;; +29F2;ERROR-BARRED WHITE CIRCLE;Sm;0;ON;;;;;N;;;;; +29F3;ERROR-BARRED BLACK CIRCLE;Sm;0;ON;;;;;N;;;;; +29F4;RULE-DELAYED;Sm;0;ON;;;;;Y;;;;; +29F5;REVERSE SOLIDUS OPERATOR;Sm;0;ON;;;;;Y;;;;; +29F6;SOLIDUS WITH OVERBAR;Sm;0;ON;;;;;Y;;;;; +29F7;REVERSE SOLIDUS WITH HORIZONTAL STROKE;Sm;0;ON;;;;;Y;;;;; +29F8;BIG SOLIDUS;Sm;0;ON;;;;;Y;;;;; +29F9;BIG REVERSE SOLIDUS;Sm;0;ON;;;;;Y;;;;; +29FA;DOUBLE PLUS;Sm;0;ON;;;;;N;;;;; +29FB;TRIPLE PLUS;Sm;0;ON;;;;;N;;;;; +29FC;LEFT-POINTING CURVED ANGLE BRACKET;Ps;0;ON;;;;;Y;;;;; +29FD;RIGHT-POINTING CURVED ANGLE BRACKET;Pe;0;ON;;;;;Y;;;;; +29FE;TINY;Sm;0;ON;;;;;N;;;;; +29FF;MINY;Sm;0;ON;;;;;N;;;;; +2A00;N-ARY CIRCLED DOT OPERATOR;Sm;0;ON;;;;;N;;;;; +2A01;N-ARY CIRCLED PLUS OPERATOR;Sm;0;ON;;;;;N;;;;; +2A02;N-ARY CIRCLED TIMES OPERATOR;Sm;0;ON;;;;;N;;;;; +2A03;N-ARY UNION OPERATOR WITH DOT;Sm;0;ON;;;;;N;;;;; +2A04;N-ARY UNION OPERATOR WITH PLUS;Sm;0;ON;;;;;N;;;;; +2A05;N-ARY SQUARE INTERSECTION OPERATOR;Sm;0;ON;;;;;N;;;;; +2A06;N-ARY SQUARE UNION OPERATOR;Sm;0;ON;;;;;N;;;;; +2A07;TWO LOGICAL AND OPERATOR;Sm;0;ON;;;;;N;;;;; +2A08;TWO LOGICAL OR OPERATOR;Sm;0;ON;;;;;N;;;;; +2A09;N-ARY TIMES OPERATOR;Sm;0;ON;;;;;N;;;;; +2A0A;MODULO TWO SUM;Sm;0;ON;;;;;Y;;;;; +2A0B;SUMMATION WITH INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2A0C;QUADRUPLE INTEGRAL OPERATOR;Sm;0;ON; 222B 222B 222B 222B;;;;Y;;;;; +2A0D;FINITE PART INTEGRAL;Sm;0;ON;;;;;Y;;;;; +2A0E;INTEGRAL WITH DOUBLE STROKE;Sm;0;ON;;;;;Y;;;;; +2A0F;INTEGRAL AVERAGE WITH SLASH;Sm;0;ON;;;;;Y;;;;; +2A10;CIRCULATION FUNCTION;Sm;0;ON;;;;;Y;;;;; +2A11;ANTICLOCKWISE INTEGRATION;Sm;0;ON;;;;;Y;;;;; +2A12;LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE;Sm;0;ON;;;;;Y;;;;; +2A13;LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE;Sm;0;ON;;;;;Y;;;;; +2A14;LINE INTEGRATION NOT INCLUDING THE POLE;Sm;0;ON;;;;;Y;;;;; +2A15;INTEGRAL AROUND A POINT OPERATOR;Sm;0;ON;;;;;Y;;;;; +2A16;QUATERNION INTEGRAL OPERATOR;Sm;0;ON;;;;;Y;;;;; +2A17;INTEGRAL WITH LEFTWARDS ARROW WITH HOOK;Sm;0;ON;;;;;Y;;;;; +2A18;INTEGRAL WITH TIMES SIGN;Sm;0;ON;;;;;Y;;;;; +2A19;INTEGRAL WITH INTERSECTION;Sm;0;ON;;;;;Y;;;;; +2A1A;INTEGRAL WITH UNION;Sm;0;ON;;;;;Y;;;;; +2A1B;INTEGRAL WITH OVERBAR;Sm;0;ON;;;;;Y;;;;; +2A1C;INTEGRAL WITH UNDERBAR;Sm;0;ON;;;;;Y;;;;; +2A1D;JOIN;Sm;0;ON;;;;;N;;;;; +2A1E;LARGE LEFT TRIANGLE OPERATOR;Sm;0;ON;;;;;Y;;;;; +2A1F;Z NOTATION SCHEMA COMPOSITION;Sm;0;ON;;;;;Y;;;;; +2A20;Z NOTATION SCHEMA PIPING;Sm;0;ON;;;;;Y;;;;; +2A21;Z NOTATION SCHEMA PROJECTION;Sm;0;ON;;;;;Y;;;;; +2A22;PLUS SIGN WITH SMALL CIRCLE ABOVE;Sm;0;ON;;;;;N;;;;; +2A23;PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE;Sm;0;ON;;;;;N;;;;; +2A24;PLUS SIGN WITH TILDE ABOVE;Sm;0;ON;;;;;Y;;;;; +2A25;PLUS SIGN WITH DOT BELOW;Sm;0;ON;;;;;N;;;;; +2A26;PLUS SIGN WITH TILDE BELOW;Sm;0;ON;;;;;Y;;;;; +2A27;PLUS SIGN WITH SUBSCRIPT TWO;Sm;0;ON;;;;;N;;;;; +2A28;PLUS SIGN WITH BLACK TRIANGLE;Sm;0;ON;;;;;N;;;;; +2A29;MINUS SIGN WITH COMMA ABOVE;Sm;0;ON;;;;;Y;;;;; +2A2A;MINUS SIGN WITH DOT BELOW;Sm;0;ON;;;;;N;;;;; +2A2B;MINUS SIGN WITH FALLING DOTS;Sm;0;ON;;;;;Y;;;;; +2A2C;MINUS SIGN WITH RISING DOTS;Sm;0;ON;;;;;Y;;;;; +2A2D;PLUS SIGN IN LEFT HALF CIRCLE;Sm;0;ON;;;;;Y;;;;; +2A2E;PLUS SIGN IN RIGHT HALF CIRCLE;Sm;0;ON;;;;;Y;;;;; +2A2F;VECTOR OR CROSS PRODUCT;Sm;0;ON;;;;;N;;;;; +2A30;MULTIPLICATION SIGN WITH DOT ABOVE;Sm;0;ON;;;;;N;;;;; +2A31;MULTIPLICATION SIGN WITH UNDERBAR;Sm;0;ON;;;;;N;;;;; +2A32;SEMIDIRECT PRODUCT WITH BOTTOM CLOSED;Sm;0;ON;;;;;N;;;;; +2A33;SMASH PRODUCT;Sm;0;ON;;;;;N;;;;; +2A34;MULTIPLICATION SIGN IN LEFT HALF CIRCLE;Sm;0;ON;;;;;Y;;;;; +2A35;MULTIPLICATION SIGN IN RIGHT HALF CIRCLE;Sm;0;ON;;;;;Y;;;;; +2A36;CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT;Sm;0;ON;;;;;N;;;;; +2A37;MULTIPLICATION SIGN IN DOUBLE CIRCLE;Sm;0;ON;;;;;N;;;;; +2A38;CIRCLED DIVISION SIGN;Sm;0;ON;;;;;N;;;;; +2A39;PLUS SIGN IN TRIANGLE;Sm;0;ON;;;;;N;;;;; +2A3A;MINUS SIGN IN TRIANGLE;Sm;0;ON;;;;;N;;;;; +2A3B;MULTIPLICATION SIGN IN TRIANGLE;Sm;0;ON;;;;;N;;;;; +2A3C;INTERIOR PRODUCT;Sm;0;ON;;;;;Y;;;;; +2A3D;RIGHTHAND INTERIOR PRODUCT;Sm;0;ON;;;;;Y;;;;; +2A3E;Z NOTATION RELATIONAL COMPOSITION;Sm;0;ON;;;;;Y;;;;; +2A3F;AMALGAMATION OR COPRODUCT;Sm;0;ON;;;;;N;;;;; +2A40;INTERSECTION WITH DOT;Sm;0;ON;;;;;N;;;;; +2A41;UNION WITH MINUS SIGN;Sm;0;ON;;;;;N;;;;; +2A42;UNION WITH OVERBAR;Sm;0;ON;;;;;N;;;;; +2A43;INTERSECTION WITH OVERBAR;Sm;0;ON;;;;;N;;;;; +2A44;INTERSECTION WITH LOGICAL AND;Sm;0;ON;;;;;N;;;;; +2A45;UNION WITH LOGICAL OR;Sm;0;ON;;;;;N;;;;; +2A46;UNION ABOVE INTERSECTION;Sm;0;ON;;;;;N;;;;; +2A47;INTERSECTION ABOVE UNION;Sm;0;ON;;;;;N;;;;; +2A48;UNION ABOVE BAR ABOVE INTERSECTION;Sm;0;ON;;;;;N;;;;; +2A49;INTERSECTION ABOVE BAR ABOVE UNION;Sm;0;ON;;;;;N;;;;; +2A4A;UNION BESIDE AND JOINED WITH UNION;Sm;0;ON;;;;;N;;;;; +2A4B;INTERSECTION BESIDE AND JOINED WITH INTERSECTION;Sm;0;ON;;;;;N;;;;; +2A4C;CLOSED UNION WITH SERIFS;Sm;0;ON;;;;;N;;;;; +2A4D;CLOSED INTERSECTION WITH SERIFS;Sm;0;ON;;;;;N;;;;; +2A4E;DOUBLE SQUARE INTERSECTION;Sm;0;ON;;;;;N;;;;; +2A4F;DOUBLE SQUARE UNION;Sm;0;ON;;;;;N;;;;; +2A50;CLOSED UNION WITH SERIFS AND SMASH PRODUCT;Sm;0;ON;;;;;N;;;;; +2A51;LOGICAL AND WITH DOT ABOVE;Sm;0;ON;;;;;N;;;;; +2A52;LOGICAL OR WITH DOT ABOVE;Sm;0;ON;;;;;N;;;;; +2A53;DOUBLE LOGICAL AND;Sm;0;ON;;;;;N;;;;; +2A54;DOUBLE LOGICAL OR;Sm;0;ON;;;;;N;;;;; +2A55;TWO INTERSECTING LOGICAL AND;Sm;0;ON;;;;;N;;;;; +2A56;TWO INTERSECTING LOGICAL OR;Sm;0;ON;;;;;N;;;;; +2A57;SLOPING LARGE OR;Sm;0;ON;;;;;Y;;;;; +2A58;SLOPING LARGE AND;Sm;0;ON;;;;;Y;;;;; +2A59;LOGICAL OR OVERLAPPING LOGICAL AND;Sm;0;ON;;;;;N;;;;; +2A5A;LOGICAL AND WITH MIDDLE STEM;Sm;0;ON;;;;;N;;;;; +2A5B;LOGICAL OR WITH MIDDLE STEM;Sm;0;ON;;;;;N;;;;; +2A5C;LOGICAL AND WITH HORIZONTAL DASH;Sm;0;ON;;;;;N;;;;; +2A5D;LOGICAL OR WITH HORIZONTAL DASH;Sm;0;ON;;;;;N;;;;; +2A5E;LOGICAL AND WITH DOUBLE OVERBAR;Sm;0;ON;;;;;N;;;;; +2A5F;LOGICAL AND WITH UNDERBAR;Sm;0;ON;;;;;N;;;;; +2A60;LOGICAL AND WITH DOUBLE UNDERBAR;Sm;0;ON;;;;;N;;;;; +2A61;SMALL VEE WITH UNDERBAR;Sm;0;ON;;;;;N;;;;; +2A62;LOGICAL OR WITH DOUBLE OVERBAR;Sm;0;ON;;;;;N;;;;; +2A63;LOGICAL OR WITH DOUBLE UNDERBAR;Sm;0;ON;;;;;N;;;;; +2A64;Z NOTATION DOMAIN ANTIRESTRICTION;Sm;0;ON;;;;;Y;;;;; +2A65;Z NOTATION RANGE ANTIRESTRICTION;Sm;0;ON;;;;;Y;;;;; +2A66;EQUALS SIGN WITH DOT BELOW;Sm;0;ON;;;;;N;;;;; +2A67;IDENTICAL WITH DOT ABOVE;Sm;0;ON;;;;;N;;;;; +2A68;TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2A69;TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2A6A;TILDE OPERATOR WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +2A6B;TILDE OPERATOR WITH RISING DOTS;Sm;0;ON;;;;;Y;;;;; +2A6C;SIMILAR MINUS SIMILAR;Sm;0;ON;;;;;Y;;;;; +2A6D;CONGRUENT WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +2A6E;EQUALS WITH ASTERISK;Sm;0;ON;;;;;N;;;;; +2A6F;ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT;Sm;0;ON;;;;;Y;;;;; +2A70;APPROXIMATELY EQUAL OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2A71;EQUALS SIGN ABOVE PLUS SIGN;Sm;0;ON;;;;;N;;;;; +2A72;PLUS SIGN ABOVE EQUALS SIGN;Sm;0;ON;;;;;N;;;;; +2A73;EQUALS SIGN ABOVE TILDE OPERATOR;Sm;0;ON;;;;;Y;;;;; +2A74;DOUBLE COLON EQUAL;Sm;0;ON; 003A 003A 003D;;;;Y;;;;; +2A75;TWO CONSECUTIVE EQUALS SIGNS;Sm;0;ON; 003D 003D;;;;N;;;;; +2A76;THREE CONSECUTIVE EQUALS SIGNS;Sm;0;ON; 003D 003D 003D;;;;N;;;;; +2A77;EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW;Sm;0;ON;;;;;N;;;;; +2A78;EQUIVALENT WITH FOUR DOTS ABOVE;Sm;0;ON;;;;;N;;;;; +2A79;LESS-THAN WITH CIRCLE INSIDE;Sm;0;ON;;;;;Y;;;;; +2A7A;GREATER-THAN WITH CIRCLE INSIDE;Sm;0;ON;;;;;Y;;;;; +2A7B;LESS-THAN WITH QUESTION MARK ABOVE;Sm;0;ON;;;;;Y;;;;; +2A7C;GREATER-THAN WITH QUESTION MARK ABOVE;Sm;0;ON;;;;;Y;;;;; +2A7D;LESS-THAN OR SLANTED EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2A7E;GREATER-THAN OR SLANTED EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2A7F;LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE;Sm;0;ON;;;;;Y;;;;; +2A80;GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE;Sm;0;ON;;;;;Y;;;;; +2A81;LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +2A82;GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +2A83;LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT;Sm;0;ON;;;;;Y;;;;; +2A84;GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT;Sm;0;ON;;;;;Y;;;;; +2A85;LESS-THAN OR APPROXIMATE;Sm;0;ON;;;;;Y;;;;; +2A86;GREATER-THAN OR APPROXIMATE;Sm;0;ON;;;;;Y;;;;; +2A87;LESS-THAN AND SINGLE-LINE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2A88;GREATER-THAN AND SINGLE-LINE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2A89;LESS-THAN AND NOT APPROXIMATE;Sm;0;ON;;;;;Y;;;;; +2A8A;GREATER-THAN AND NOT APPROXIMATE;Sm;0;ON;;;;;Y;;;;; +2A8B;LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2A8C;GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2A8D;LESS-THAN ABOVE SIMILAR OR EQUAL;Sm;0;ON;;;;;Y;;;;; +2A8E;GREATER-THAN ABOVE SIMILAR OR EQUAL;Sm;0;ON;;;;;Y;;;;; +2A8F;LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2A90;GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2A91;LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL;Sm;0;ON;;;;;Y;;;;; +2A92;GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL;Sm;0;ON;;;;;Y;;;;; +2A93;LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL;Sm;0;ON;;;;;Y;;;;; +2A94;GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL;Sm;0;ON;;;;;Y;;;;; +2A95;SLANTED EQUAL TO OR LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2A96;SLANTED EQUAL TO OR GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2A97;SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE;Sm;0;ON;;;;;Y;;;;; +2A98;SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE;Sm;0;ON;;;;;Y;;;;; +2A99;DOUBLE-LINE EQUAL TO OR LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2A9A;DOUBLE-LINE EQUAL TO OR GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2A9B;DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2A9C;DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2A9D;SIMILAR OR LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2A9E;SIMILAR OR GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2A9F;SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AA0;SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AA1;DOUBLE NESTED LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2AA2;DOUBLE NESTED GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2AA3;DOUBLE NESTED LESS-THAN WITH UNDERBAR;Sm;0;ON;;;;;Y;;;;; +2AA4;GREATER-THAN OVERLAPPING LESS-THAN;Sm;0;ON;;;;;N;;;;; +2AA5;GREATER-THAN BESIDE LESS-THAN;Sm;0;ON;;;;;N;;;;; +2AA6;LESS-THAN CLOSED BY CURVE;Sm;0;ON;;;;;Y;;;;; +2AA7;GREATER-THAN CLOSED BY CURVE;Sm;0;ON;;;;;Y;;;;; +2AA8;LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL;Sm;0;ON;;;;;Y;;;;; +2AA9;GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL;Sm;0;ON;;;;;Y;;;;; +2AAA;SMALLER THAN;Sm;0;ON;;;;;Y;;;;; +2AAB;LARGER THAN;Sm;0;ON;;;;;Y;;;;; +2AAC;SMALLER THAN OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AAD;LARGER THAN OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AAE;EQUALS SIGN WITH BUMPY ABOVE;Sm;0;ON;;;;;N;;;;; +2AAF;PRECEDES ABOVE SINGLE-LINE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AB0;SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AB1;PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AB2;SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AB3;PRECEDES ABOVE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AB4;SUCCEEDS ABOVE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AB5;PRECEDES ABOVE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AB6;SUCCEEDS ABOVE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AB7;PRECEDES ABOVE ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AB8;SUCCEEDS ABOVE ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AB9;PRECEDES ABOVE NOT ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2ABA;SUCCEEDS ABOVE NOT ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2ABB;DOUBLE PRECEDES;Sm;0;ON;;;;;Y;;;;; +2ABC;DOUBLE SUCCEEDS;Sm;0;ON;;;;;Y;;;;; +2ABD;SUBSET WITH DOT;Sm;0;ON;;;;;Y;;;;; +2ABE;SUPERSET WITH DOT;Sm;0;ON;;;;;Y;;;;; +2ABF;SUBSET WITH PLUS SIGN BELOW;Sm;0;ON;;;;;Y;;;;; +2AC0;SUPERSET WITH PLUS SIGN BELOW;Sm;0;ON;;;;;Y;;;;; +2AC1;SUBSET WITH MULTIPLICATION SIGN BELOW;Sm;0;ON;;;;;Y;;;;; +2AC2;SUPERSET WITH MULTIPLICATION SIGN BELOW;Sm;0;ON;;;;;Y;;;;; +2AC3;SUBSET OF OR EQUAL TO WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +2AC4;SUPERSET OF OR EQUAL TO WITH DOT ABOVE;Sm;0;ON;;;;;Y;;;;; +2AC5;SUBSET OF ABOVE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AC6;SUPERSET OF ABOVE EQUALS SIGN;Sm;0;ON;;;;;Y;;;;; +2AC7;SUBSET OF ABOVE TILDE OPERATOR;Sm;0;ON;;;;;Y;;;;; +2AC8;SUPERSET OF ABOVE TILDE OPERATOR;Sm;0;ON;;;;;Y;;;;; +2AC9;SUBSET OF ABOVE ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2ACA;SUPERSET OF ABOVE ALMOST EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2ACB;SUBSET OF ABOVE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2ACC;SUPERSET OF ABOVE NOT EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2ACD;SQUARE LEFT OPEN BOX OPERATOR;Sm;0;ON;;;;;Y;;;;; +2ACE;SQUARE RIGHT OPEN BOX OPERATOR;Sm;0;ON;;;;;Y;;;;; +2ACF;CLOSED SUBSET;Sm;0;ON;;;;;Y;;;;; +2AD0;CLOSED SUPERSET;Sm;0;ON;;;;;Y;;;;; +2AD1;CLOSED SUBSET OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AD2;CLOSED SUPERSET OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AD3;SUBSET ABOVE SUPERSET;Sm;0;ON;;;;;Y;;;;; +2AD4;SUPERSET ABOVE SUBSET;Sm;0;ON;;;;;Y;;;;; +2AD5;SUBSET ABOVE SUBSET;Sm;0;ON;;;;;Y;;;;; +2AD6;SUPERSET ABOVE SUPERSET;Sm;0;ON;;;;;Y;;;;; +2AD7;SUPERSET BESIDE SUBSET;Sm;0;ON;;;;;N;;;;; +2AD8;SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET;Sm;0;ON;;;;;N;;;;; +2AD9;ELEMENT OF OPENING DOWNWARDS;Sm;0;ON;;;;;N;;;;; +2ADA;PITCHFORK WITH TEE TOP;Sm;0;ON;;;;;N;;;;; +2ADB;TRANSVERSAL INTERSECTION;Sm;0;ON;;;;;N;;;;; +2ADC;FORKING;Sm;0;ON;2ADD 0338;;;;Y;;;;; +2ADD;NONFORKING;Sm;0;ON;;;;;N;;;;; +2ADE;SHORT LEFT TACK;Sm;0;ON;;;;;Y;;;;; +2ADF;SHORT DOWN TACK;Sm;0;ON;;;;;N;;;;; +2AE0;SHORT UP TACK;Sm;0;ON;;;;;N;;;;; +2AE1;PERPENDICULAR WITH S;Sm;0;ON;;;;;N;;;;; +2AE2;VERTICAL BAR TRIPLE RIGHT TURNSTILE;Sm;0;ON;;;;;Y;;;;; +2AE3;DOUBLE VERTICAL BAR LEFT TURNSTILE;Sm;0;ON;;;;;Y;;;;; +2AE4;VERTICAL BAR DOUBLE LEFT TURNSTILE;Sm;0;ON;;;;;Y;;;;; +2AE5;DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE;Sm;0;ON;;;;;Y;;;;; +2AE6;LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL;Sm;0;ON;;;;;Y;;;;; +2AE7;SHORT DOWN TACK WITH OVERBAR;Sm;0;ON;;;;;N;;;;; +2AE8;SHORT UP TACK WITH UNDERBAR;Sm;0;ON;;;;;N;;;;; +2AE9;SHORT UP TACK ABOVE SHORT DOWN TACK;Sm;0;ON;;;;;N;;;;; +2AEA;DOUBLE DOWN TACK;Sm;0;ON;;;;;N;;;;; +2AEB;DOUBLE UP TACK;Sm;0;ON;;;;;N;;;;; +2AEC;DOUBLE STROKE NOT SIGN;Sm;0;ON;;;;;Y;;;;; +2AED;REVERSED DOUBLE STROKE NOT SIGN;Sm;0;ON;;;;;Y;;;;; +2AEE;DOES NOT DIVIDE WITH REVERSED NEGATION SLASH;Sm;0;ON;;;;;Y;;;;; +2AEF;VERTICAL LINE WITH CIRCLE ABOVE;Sm;0;ON;;;;;N;;;;; +2AF0;VERTICAL LINE WITH CIRCLE BELOW;Sm;0;ON;;;;;N;;;;; +2AF1;DOWN TACK WITH CIRCLE BELOW;Sm;0;ON;;;;;N;;;;; +2AF2;PARALLEL WITH HORIZONTAL STROKE;Sm;0;ON;;;;;N;;;;; +2AF3;PARALLEL WITH TILDE OPERATOR;Sm;0;ON;;;;;Y;;;;; +2AF4;TRIPLE VERTICAL BAR BINARY RELATION;Sm;0;ON;;;;;N;;;;; +2AF5;TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE;Sm;0;ON;;;;;N;;;;; +2AF6;TRIPLE COLON OPERATOR;Sm;0;ON;;;;;N;;;;; +2AF7;TRIPLE NESTED LESS-THAN;Sm;0;ON;;;;;Y;;;;; +2AF8;TRIPLE NESTED GREATER-THAN;Sm;0;ON;;;;;Y;;;;; +2AF9;DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AFA;DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO;Sm;0;ON;;;;;Y;;;;; +2AFB;TRIPLE SOLIDUS BINARY RELATION;Sm;0;ON;;;;;Y;;;;; +2AFC;LARGE TRIPLE VERTICAL BAR OPERATOR;Sm;0;ON;;;;;N;;;;; +2AFD;DOUBLE SOLIDUS OPERATOR;Sm;0;ON;;;;;Y;;;;; +2AFE;WHITE VERTICAL BAR;Sm;0;ON;;;;;N;;;;; +2AFF;N-ARY WHITE VERTICAL BAR;Sm;0;ON;;;;;N;;;;; +2B00;NORTH EAST WHITE ARROW;So;0;ON;;;;;N;;;;; +2B01;NORTH WEST WHITE ARROW;So;0;ON;;;;;N;;;;; +2B02;SOUTH EAST WHITE ARROW;So;0;ON;;;;;N;;;;; +2B03;SOUTH WEST WHITE ARROW;So;0;ON;;;;;N;;;;; +2B04;LEFT RIGHT WHITE ARROW;So;0;ON;;;;;N;;;;; +2B05;LEFTWARDS BLACK ARROW;So;0;ON;;;;;N;;;;; +2B06;UPWARDS BLACK ARROW;So;0;ON;;;;;N;;;;; +2B07;DOWNWARDS BLACK ARROW;So;0;ON;;;;;N;;;;; +2B08;NORTH EAST BLACK ARROW;So;0;ON;;;;;N;;;;; +2B09;NORTH WEST BLACK ARROW;So;0;ON;;;;;N;;;;; +2B0A;SOUTH EAST BLACK ARROW;So;0;ON;;;;;N;;;;; +2B0B;SOUTH WEST BLACK ARROW;So;0;ON;;;;;N;;;;; +2B0C;LEFT RIGHT BLACK ARROW;So;0;ON;;;;;N;;;;; +2B0D;UP DOWN BLACK ARROW;So;0;ON;;;;;N;;;;; +2B0E;RIGHTWARDS ARROW WITH TIP DOWNWARDS;So;0;ON;;;;;N;;;;; +2B0F;RIGHTWARDS ARROW WITH TIP UPWARDS;So;0;ON;;;;;N;;;;; +2B10;LEFTWARDS ARROW WITH TIP DOWNWARDS;So;0;ON;;;;;N;;;;; +2B11;LEFTWARDS ARROW WITH TIP UPWARDS;So;0;ON;;;;;N;;;;; +2B12;SQUARE WITH TOP HALF BLACK;So;0;ON;;;;;N;;;;; +2B13;SQUARE WITH BOTTOM HALF BLACK;So;0;ON;;;;;N;;;;; +2B14;SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK;So;0;ON;;;;;N;;;;; +2B15;SQUARE WITH LOWER LEFT DIAGONAL HALF BLACK;So;0;ON;;;;;N;;;;; +2B16;DIAMOND WITH LEFT HALF BLACK;So;0;ON;;;;;N;;;;; +2B17;DIAMOND WITH RIGHT HALF BLACK;So;0;ON;;;;;N;;;;; +2B18;DIAMOND WITH TOP HALF BLACK;So;0;ON;;;;;N;;;;; +2B19;DIAMOND WITH BOTTOM HALF BLACK;So;0;ON;;;;;N;;;;; +2B1A;DOTTED SQUARE;So;0;ON;;;;;N;;;;; +2B1B;BLACK LARGE SQUARE;So;0;ON;;;;;N;;;;; +2B1C;WHITE LARGE SQUARE;So;0;ON;;;;;N;;;;; +2B1D;BLACK VERY SMALL SQUARE;So;0;ON;;;;;N;;;;; +2B1E;WHITE VERY SMALL SQUARE;So;0;ON;;;;;N;;;;; +2B1F;BLACK PENTAGON;So;0;ON;;;;;N;;;;; +2B20;WHITE PENTAGON;So;0;ON;;;;;N;;;;; +2B21;WHITE HEXAGON;So;0;ON;;;;;N;;;;; +2B22;BLACK HEXAGON;So;0;ON;;;;;N;;;;; +2B23;HORIZONTAL BLACK HEXAGON;So;0;ON;;;;;N;;;;; +2B24;BLACK LARGE CIRCLE;So;0;ON;;;;;N;;;;; +2B25;BLACK MEDIUM DIAMOND;So;0;ON;;;;;N;;;;; +2B26;WHITE MEDIUM DIAMOND;So;0;ON;;;;;N;;;;; +2B27;BLACK MEDIUM LOZENGE;So;0;ON;;;;;N;;;;; +2B28;WHITE MEDIUM LOZENGE;So;0;ON;;;;;N;;;;; +2B29;BLACK SMALL DIAMOND;So;0;ON;;;;;N;;;;; +2B2A;BLACK SMALL LOZENGE;So;0;ON;;;;;N;;;;; +2B2B;WHITE SMALL LOZENGE;So;0;ON;;;;;N;;;;; +2B2C;BLACK HORIZONTAL ELLIPSE;So;0;ON;;;;;N;;;;; +2B2D;WHITE HORIZONTAL ELLIPSE;So;0;ON;;;;;N;;;;; +2B2E;BLACK VERTICAL ELLIPSE;So;0;ON;;;;;N;;;;; +2B2F;WHITE VERTICAL ELLIPSE;So;0;ON;;;;;N;;;;; +2B30;LEFT ARROW WITH SMALL CIRCLE;Sm;0;ON;;;;;N;;;;; +2B31;THREE LEFTWARDS ARROWS;Sm;0;ON;;;;;N;;;;; +2B32;LEFT ARROW WITH CIRCLED PLUS;Sm;0;ON;;;;;N;;;;; +2B33;LONG LEFTWARDS SQUIGGLE ARROW;Sm;0;ON;;;;;N;;;;; +2B34;LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2B35;LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2B36;LEFTWARDS TWO-HEADED ARROW FROM BAR;Sm;0;ON;;;;;N;;;;; +2B37;LEFTWARDS TWO-HEADED TRIPLE DASH ARROW;Sm;0;ON;;;;;N;;;;; +2B38;LEFTWARDS ARROW WITH DOTTED STEM;Sm;0;ON;;;;;N;;;;; +2B39;LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2B3A;LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2B3B;LEFTWARDS TWO-HEADED ARROW WITH TAIL;Sm;0;ON;;;;;N;;;;; +2B3C;LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2B3D;LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE;Sm;0;ON;;;;;N;;;;; +2B3E;LEFTWARDS ARROW THROUGH X;Sm;0;ON;;;;;N;;;;; +2B3F;WAVE ARROW POINTING DIRECTLY LEFT;Sm;0;ON;;;;;N;;;;; +2B40;EQUALS SIGN ABOVE LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2B41;REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2B42;LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO;Sm;0;ON;;;;;N;;;;; +2B43;RIGHTWARDS ARROW THROUGH GREATER-THAN;Sm;0;ON;;;;;N;;;;; +2B44;RIGHTWARDS ARROW THROUGH SUPERSET;Sm;0;ON;;;;;N;;;;; +2B45;LEFTWARDS QUADRUPLE ARROW;So;0;ON;;;;;N;;;;; +2B46;RIGHTWARDS QUADRUPLE ARROW;So;0;ON;;;;;N;;;;; +2B47;REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2B48;RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO;Sm;0;ON;;;;;N;;;;; +2B49;TILDE OPERATOR ABOVE LEFTWARDS ARROW;Sm;0;ON;;;;;N;;;;; +2B4A;LEFTWARDS ARROW ABOVE ALMOST EQUAL TO;Sm;0;ON;;;;;N;;;;; +2B4B;LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR;Sm;0;ON;;;;;N;;;;; +2B4C;RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR;Sm;0;ON;;;;;N;;;;; +2B50;WHITE MEDIUM STAR;So;0;ON;;;;;N;;;;; +2B51;BLACK SMALL STAR;So;0;ON;;;;;N;;;;; +2B52;WHITE SMALL STAR;So;0;ON;;;;;N;;;;; +2B53;BLACK RIGHT-POINTING PENTAGON;So;0;ON;;;;;N;;;;; +2B54;WHITE RIGHT-POINTING PENTAGON;So;0;ON;;;;;N;;;;; +2B55;HEAVY LARGE CIRCLE;So;0;ON;;;;;N;;;;; +2B56;HEAVY OVAL WITH OVAL INSIDE;So;0;ON;;;;;N;;;;; +2B57;HEAVY CIRCLE WITH CIRCLE INSIDE;So;0;ON;;;;;N;;;;; +2B58;HEAVY CIRCLE;So;0;ON;;;;;N;;;;; +2B59;HEAVY CIRCLED SALTIRE;So;0;ON;;;;;N;;;;; +2C00;GLAGOLITIC CAPITAL LETTER AZU;Lu;0;L;;;;;N;;;;2C30; +2C01;GLAGOLITIC CAPITAL LETTER BUKY;Lu;0;L;;;;;N;;;;2C31; +2C02;GLAGOLITIC CAPITAL LETTER VEDE;Lu;0;L;;;;;N;;;;2C32; +2C03;GLAGOLITIC CAPITAL LETTER GLAGOLI;Lu;0;L;;;;;N;;;;2C33; +2C04;GLAGOLITIC CAPITAL LETTER DOBRO;Lu;0;L;;;;;N;;;;2C34; +2C05;GLAGOLITIC CAPITAL LETTER YESTU;Lu;0;L;;;;;N;;;;2C35; +2C06;GLAGOLITIC CAPITAL LETTER ZHIVETE;Lu;0;L;;;;;N;;;;2C36; +2C07;GLAGOLITIC CAPITAL LETTER DZELO;Lu;0;L;;;;;N;;;;2C37; +2C08;GLAGOLITIC CAPITAL LETTER ZEMLJA;Lu;0;L;;;;;N;;;;2C38; +2C09;GLAGOLITIC CAPITAL LETTER IZHE;Lu;0;L;;;;;N;;;;2C39; +2C0A;GLAGOLITIC CAPITAL LETTER INITIAL IZHE;Lu;0;L;;;;;N;;;;2C3A; +2C0B;GLAGOLITIC CAPITAL LETTER I;Lu;0;L;;;;;N;;;;2C3B; +2C0C;GLAGOLITIC CAPITAL LETTER DJERVI;Lu;0;L;;;;;N;;;;2C3C; +2C0D;GLAGOLITIC CAPITAL LETTER KAKO;Lu;0;L;;;;;N;;;;2C3D; +2C0E;GLAGOLITIC CAPITAL LETTER LJUDIJE;Lu;0;L;;;;;N;;;;2C3E; +2C0F;GLAGOLITIC CAPITAL LETTER MYSLITE;Lu;0;L;;;;;N;;;;2C3F; +2C10;GLAGOLITIC CAPITAL LETTER NASHI;Lu;0;L;;;;;N;;;;2C40; +2C11;GLAGOLITIC CAPITAL LETTER ONU;Lu;0;L;;;;;N;;;;2C41; +2C12;GLAGOLITIC CAPITAL LETTER POKOJI;Lu;0;L;;;;;N;;;;2C42; +2C13;GLAGOLITIC CAPITAL LETTER RITSI;Lu;0;L;;;;;N;;;;2C43; +2C14;GLAGOLITIC CAPITAL LETTER SLOVO;Lu;0;L;;;;;N;;;;2C44; +2C15;GLAGOLITIC CAPITAL LETTER TVRIDO;Lu;0;L;;;;;N;;;;2C45; +2C16;GLAGOLITIC CAPITAL LETTER UKU;Lu;0;L;;;;;N;;;;2C46; +2C17;GLAGOLITIC CAPITAL LETTER FRITU;Lu;0;L;;;;;N;;;;2C47; +2C18;GLAGOLITIC CAPITAL LETTER HERU;Lu;0;L;;;;;N;;;;2C48; +2C19;GLAGOLITIC CAPITAL LETTER OTU;Lu;0;L;;;;;N;;;;2C49; +2C1A;GLAGOLITIC CAPITAL LETTER PE;Lu;0;L;;;;;N;;;;2C4A; +2C1B;GLAGOLITIC CAPITAL LETTER SHTA;Lu;0;L;;;;;N;;;;2C4B; +2C1C;GLAGOLITIC CAPITAL LETTER TSI;Lu;0;L;;;;;N;;;;2C4C; +2C1D;GLAGOLITIC CAPITAL LETTER CHRIVI;Lu;0;L;;;;;N;;;;2C4D; +2C1E;GLAGOLITIC CAPITAL LETTER SHA;Lu;0;L;;;;;N;;;;2C4E; +2C1F;GLAGOLITIC CAPITAL LETTER YERU;Lu;0;L;;;;;N;;;;2C4F; +2C20;GLAGOLITIC CAPITAL LETTER YERI;Lu;0;L;;;;;N;;;;2C50; +2C21;GLAGOLITIC CAPITAL LETTER YATI;Lu;0;L;;;;;N;;;;2C51; +2C22;GLAGOLITIC CAPITAL LETTER SPIDERY HA;Lu;0;L;;;;;N;;;;2C52; +2C23;GLAGOLITIC CAPITAL LETTER YU;Lu;0;L;;;;;N;;;;2C53; +2C24;GLAGOLITIC CAPITAL LETTER SMALL YUS;Lu;0;L;;;;;N;;;;2C54; +2C25;GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL;Lu;0;L;;;;;N;;;;2C55; +2C26;GLAGOLITIC CAPITAL LETTER YO;Lu;0;L;;;;;N;;;;2C56; +2C27;GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS;Lu;0;L;;;;;N;;;;2C57; +2C28;GLAGOLITIC CAPITAL LETTER BIG YUS;Lu;0;L;;;;;N;;;;2C58; +2C29;GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS;Lu;0;L;;;;;N;;;;2C59; +2C2A;GLAGOLITIC CAPITAL LETTER FITA;Lu;0;L;;;;;N;;;;2C5A; +2C2B;GLAGOLITIC CAPITAL LETTER IZHITSA;Lu;0;L;;;;;N;;;;2C5B; +2C2C;GLAGOLITIC CAPITAL LETTER SHTAPIC;Lu;0;L;;;;;N;;;;2C5C; +2C2D;GLAGOLITIC CAPITAL LETTER TROKUTASTI A;Lu;0;L;;;;;N;;;;2C5D; +2C2E;GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE;Lu;0;L;;;;;N;;;;2C5E; +2C30;GLAGOLITIC SMALL LETTER AZU;Ll;0;L;;;;;N;;;2C00;;2C00 +2C31;GLAGOLITIC SMALL LETTER BUKY;Ll;0;L;;;;;N;;;2C01;;2C01 +2C32;GLAGOLITIC SMALL LETTER VEDE;Ll;0;L;;;;;N;;;2C02;;2C02 +2C33;GLAGOLITIC SMALL LETTER GLAGOLI;Ll;0;L;;;;;N;;;2C03;;2C03 +2C34;GLAGOLITIC SMALL LETTER DOBRO;Ll;0;L;;;;;N;;;2C04;;2C04 +2C35;GLAGOLITIC SMALL LETTER YESTU;Ll;0;L;;;;;N;;;2C05;;2C05 +2C36;GLAGOLITIC SMALL LETTER ZHIVETE;Ll;0;L;;;;;N;;;2C06;;2C06 +2C37;GLAGOLITIC SMALL LETTER DZELO;Ll;0;L;;;;;N;;;2C07;;2C07 +2C38;GLAGOLITIC SMALL LETTER ZEMLJA;Ll;0;L;;;;;N;;;2C08;;2C08 +2C39;GLAGOLITIC SMALL LETTER IZHE;Ll;0;L;;;;;N;;;2C09;;2C09 +2C3A;GLAGOLITIC SMALL LETTER INITIAL IZHE;Ll;0;L;;;;;N;;;2C0A;;2C0A +2C3B;GLAGOLITIC SMALL LETTER I;Ll;0;L;;;;;N;;;2C0B;;2C0B +2C3C;GLAGOLITIC SMALL LETTER DJERVI;Ll;0;L;;;;;N;;;2C0C;;2C0C +2C3D;GLAGOLITIC SMALL LETTER KAKO;Ll;0;L;;;;;N;;;2C0D;;2C0D +2C3E;GLAGOLITIC SMALL LETTER LJUDIJE;Ll;0;L;;;;;N;;;2C0E;;2C0E +2C3F;GLAGOLITIC SMALL LETTER MYSLITE;Ll;0;L;;;;;N;;;2C0F;;2C0F +2C40;GLAGOLITIC SMALL LETTER NASHI;Ll;0;L;;;;;N;;;2C10;;2C10 +2C41;GLAGOLITIC SMALL LETTER ONU;Ll;0;L;;;;;N;;;2C11;;2C11 +2C42;GLAGOLITIC SMALL LETTER POKOJI;Ll;0;L;;;;;N;;;2C12;;2C12 +2C43;GLAGOLITIC SMALL LETTER RITSI;Ll;0;L;;;;;N;;;2C13;;2C13 +2C44;GLAGOLITIC SMALL LETTER SLOVO;Ll;0;L;;;;;N;;;2C14;;2C14 +2C45;GLAGOLITIC SMALL LETTER TVRIDO;Ll;0;L;;;;;N;;;2C15;;2C15 +2C46;GLAGOLITIC SMALL LETTER UKU;Ll;0;L;;;;;N;;;2C16;;2C16 +2C47;GLAGOLITIC SMALL LETTER FRITU;Ll;0;L;;;;;N;;;2C17;;2C17 +2C48;GLAGOLITIC SMALL LETTER HERU;Ll;0;L;;;;;N;;;2C18;;2C18 +2C49;GLAGOLITIC SMALL LETTER OTU;Ll;0;L;;;;;N;;;2C19;;2C19 +2C4A;GLAGOLITIC SMALL LETTER PE;Ll;0;L;;;;;N;;;2C1A;;2C1A +2C4B;GLAGOLITIC SMALL LETTER SHTA;Ll;0;L;;;;;N;;;2C1B;;2C1B +2C4C;GLAGOLITIC SMALL LETTER TSI;Ll;0;L;;;;;N;;;2C1C;;2C1C +2C4D;GLAGOLITIC SMALL LETTER CHRIVI;Ll;0;L;;;;;N;;;2C1D;;2C1D +2C4E;GLAGOLITIC SMALL LETTER SHA;Ll;0;L;;;;;N;;;2C1E;;2C1E +2C4F;GLAGOLITIC SMALL LETTER YERU;Ll;0;L;;;;;N;;;2C1F;;2C1F +2C50;GLAGOLITIC SMALL LETTER YERI;Ll;0;L;;;;;N;;;2C20;;2C20 +2C51;GLAGOLITIC SMALL LETTER YATI;Ll;0;L;;;;;N;;;2C21;;2C21 +2C52;GLAGOLITIC SMALL LETTER SPIDERY HA;Ll;0;L;;;;;N;;;2C22;;2C22 +2C53;GLAGOLITIC SMALL LETTER YU;Ll;0;L;;;;;N;;;2C23;;2C23 +2C54;GLAGOLITIC SMALL LETTER SMALL YUS;Ll;0;L;;;;;N;;;2C24;;2C24 +2C55;GLAGOLITIC SMALL LETTER SMALL YUS WITH TAIL;Ll;0;L;;;;;N;;;2C25;;2C25 +2C56;GLAGOLITIC SMALL LETTER YO;Ll;0;L;;;;;N;;;2C26;;2C26 +2C57;GLAGOLITIC SMALL LETTER IOTATED SMALL YUS;Ll;0;L;;;;;N;;;2C27;;2C27 +2C58;GLAGOLITIC SMALL LETTER BIG YUS;Ll;0;L;;;;;N;;;2C28;;2C28 +2C59;GLAGOLITIC SMALL LETTER IOTATED BIG YUS;Ll;0;L;;;;;N;;;2C29;;2C29 +2C5A;GLAGOLITIC SMALL LETTER FITA;Ll;0;L;;;;;N;;;2C2A;;2C2A +2C5B;GLAGOLITIC SMALL LETTER IZHITSA;Ll;0;L;;;;;N;;;2C2B;;2C2B +2C5C;GLAGOLITIC SMALL LETTER SHTAPIC;Ll;0;L;;;;;N;;;2C2C;;2C2C +2C5D;GLAGOLITIC SMALL LETTER TROKUTASTI A;Ll;0;L;;;;;N;;;2C2D;;2C2D +2C5E;GLAGOLITIC SMALL LETTER LATINATE MYSLITE;Ll;0;L;;;;;N;;;2C2E;;2C2E +2C60;LATIN CAPITAL LETTER L WITH DOUBLE BAR;Lu;0;L;;;;;N;;;;2C61; +2C61;LATIN SMALL LETTER L WITH DOUBLE BAR;Ll;0;L;;;;;N;;;2C60;;2C60 +2C62;LATIN CAPITAL LETTER L WITH MIDDLE TILDE;Lu;0;L;;;;;N;;;;026B; +2C63;LATIN CAPITAL LETTER P WITH STROKE;Lu;0;L;;;;;N;;;;1D7D; +2C64;LATIN CAPITAL LETTER R WITH TAIL;Lu;0;L;;;;;N;;;;027D; +2C65;LATIN SMALL LETTER A WITH STROKE;Ll;0;L;;;;;N;;;023A;;023A +2C66;LATIN SMALL LETTER T WITH DIAGONAL STROKE;Ll;0;L;;;;;N;;;023E;;023E +2C67;LATIN CAPITAL LETTER H WITH DESCENDER;Lu;0;L;;;;;N;;;;2C68; +2C68;LATIN SMALL LETTER H WITH DESCENDER;Ll;0;L;;;;;N;;;2C67;;2C67 +2C69;LATIN CAPITAL LETTER K WITH DESCENDER;Lu;0;L;;;;;N;;;;2C6A; +2C6A;LATIN SMALL LETTER K WITH DESCENDER;Ll;0;L;;;;;N;;;2C69;;2C69 +2C6B;LATIN CAPITAL LETTER Z WITH DESCENDER;Lu;0;L;;;;;N;;;;2C6C; +2C6C;LATIN SMALL LETTER Z WITH DESCENDER;Ll;0;L;;;;;N;;;2C6B;;2C6B +2C6D;LATIN CAPITAL LETTER ALPHA;Lu;0;L;;;;;N;;;;0251; +2C6E;LATIN CAPITAL LETTER M WITH HOOK;Lu;0;L;;;;;N;;;;0271; +2C6F;LATIN CAPITAL LETTER TURNED A;Lu;0;L;;;;;N;;;;0250; +2C70;LATIN CAPITAL LETTER TURNED ALPHA;Lu;0;L;;;;;N;;;;0252; +2C71;LATIN SMALL LETTER V WITH RIGHT HOOK;Ll;0;L;;;;;N;;;;; +2C72;LATIN CAPITAL LETTER W WITH HOOK;Lu;0;L;;;;;N;;;;2C73; +2C73;LATIN SMALL LETTER W WITH HOOK;Ll;0;L;;;;;N;;;2C72;;2C72 +2C74;LATIN SMALL LETTER V WITH CURL;Ll;0;L;;;;;N;;;;; +2C75;LATIN CAPITAL LETTER HALF H;Lu;0;L;;;;;N;;;;2C76; +2C76;LATIN SMALL LETTER HALF H;Ll;0;L;;;;;N;;;2C75;;2C75 +2C77;LATIN SMALL LETTER TAILLESS PHI;Ll;0;L;;;;;N;;;;; +2C78;LATIN SMALL LETTER E WITH NOTCH;Ll;0;L;;;;;N;;;;; +2C79;LATIN SMALL LETTER TURNED R WITH TAIL;Ll;0;L;;;;;N;;;;; +2C7A;LATIN SMALL LETTER O WITH LOW RING INSIDE;Ll;0;L;;;;;N;;;;; +2C7B;LATIN LETTER SMALL CAPITAL TURNED E;Ll;0;L;;;;;N;;;;; +2C7C;LATIN SUBSCRIPT SMALL LETTER J;Ll;0;L; 006A;;;;N;;;;; +2C7D;MODIFIER LETTER CAPITAL V;Lm;0;L; 0056;;;;N;;;;; +2C7E;LATIN CAPITAL LETTER S WITH SWASH TAIL;Lu;0;L;;;;;N;;;;023F; +2C7F;LATIN CAPITAL LETTER Z WITH SWASH TAIL;Lu;0;L;;;;;N;;;;0240; +2C80;COPTIC CAPITAL LETTER ALFA;Lu;0;L;;;;;N;;;;2C81; +2C81;COPTIC SMALL LETTER ALFA;Ll;0;L;;;;;N;;;2C80;;2C80 +2C82;COPTIC CAPITAL LETTER VIDA;Lu;0;L;;;;;N;;;;2C83; +2C83;COPTIC SMALL LETTER VIDA;Ll;0;L;;;;;N;;;2C82;;2C82 +2C84;COPTIC CAPITAL LETTER GAMMA;Lu;0;L;;;;;N;;;;2C85; +2C85;COPTIC SMALL LETTER GAMMA;Ll;0;L;;;;;N;;;2C84;;2C84 +2C86;COPTIC CAPITAL LETTER DALDA;Lu;0;L;;;;;N;;;;2C87; +2C87;COPTIC SMALL LETTER DALDA;Ll;0;L;;;;;N;;;2C86;;2C86 +2C88;COPTIC CAPITAL LETTER EIE;Lu;0;L;;;;;N;;;;2C89; +2C89;COPTIC SMALL LETTER EIE;Ll;0;L;;;;;N;;;2C88;;2C88 +2C8A;COPTIC CAPITAL LETTER SOU;Lu;0;L;;;;;N;;;;2C8B; +2C8B;COPTIC SMALL LETTER SOU;Ll;0;L;;;;;N;;;2C8A;;2C8A +2C8C;COPTIC CAPITAL LETTER ZATA;Lu;0;L;;;;;N;;;;2C8D; +2C8D;COPTIC SMALL LETTER ZATA;Ll;0;L;;;;;N;;;2C8C;;2C8C +2C8E;COPTIC CAPITAL LETTER HATE;Lu;0;L;;;;;N;;;;2C8F; +2C8F;COPTIC SMALL LETTER HATE;Ll;0;L;;;;;N;;;2C8E;;2C8E +2C90;COPTIC CAPITAL LETTER THETHE;Lu;0;L;;;;;N;;;;2C91; +2C91;COPTIC SMALL LETTER THETHE;Ll;0;L;;;;;N;;;2C90;;2C90 +2C92;COPTIC CAPITAL LETTER IAUDA;Lu;0;L;;;;;N;;;;2C93; +2C93;COPTIC SMALL LETTER IAUDA;Ll;0;L;;;;;N;;;2C92;;2C92 +2C94;COPTIC CAPITAL LETTER KAPA;Lu;0;L;;;;;N;;;;2C95; +2C95;COPTIC SMALL LETTER KAPA;Ll;0;L;;;;;N;;;2C94;;2C94 +2C96;COPTIC CAPITAL LETTER LAULA;Lu;0;L;;;;;N;;;;2C97; +2C97;COPTIC SMALL LETTER LAULA;Ll;0;L;;;;;N;;;2C96;;2C96 +2C98;COPTIC CAPITAL LETTER MI;Lu;0;L;;;;;N;;;;2C99; +2C99;COPTIC SMALL LETTER MI;Ll;0;L;;;;;N;;;2C98;;2C98 +2C9A;COPTIC CAPITAL LETTER NI;Lu;0;L;;;;;N;;;;2C9B; +2C9B;COPTIC SMALL LETTER NI;Ll;0;L;;;;;N;;;2C9A;;2C9A +2C9C;COPTIC CAPITAL LETTER KSI;Lu;0;L;;;;;N;;;;2C9D; +2C9D;COPTIC SMALL LETTER KSI;Ll;0;L;;;;;N;;;2C9C;;2C9C +2C9E;COPTIC CAPITAL LETTER O;Lu;0;L;;;;;N;;;;2C9F; +2C9F;COPTIC SMALL LETTER O;Ll;0;L;;;;;N;;;2C9E;;2C9E +2CA0;COPTIC CAPITAL LETTER PI;Lu;0;L;;;;;N;;;;2CA1; +2CA1;COPTIC SMALL LETTER PI;Ll;0;L;;;;;N;;;2CA0;;2CA0 +2CA2;COPTIC CAPITAL LETTER RO;Lu;0;L;;;;;N;;;;2CA3; +2CA3;COPTIC SMALL LETTER RO;Ll;0;L;;;;;N;;;2CA2;;2CA2 +2CA4;COPTIC CAPITAL LETTER SIMA;Lu;0;L;;;;;N;;;;2CA5; +2CA5;COPTIC SMALL LETTER SIMA;Ll;0;L;;;;;N;;;2CA4;;2CA4 +2CA6;COPTIC CAPITAL LETTER TAU;Lu;0;L;;;;;N;;;;2CA7; +2CA7;COPTIC SMALL LETTER TAU;Ll;0;L;;;;;N;;;2CA6;;2CA6 +2CA8;COPTIC CAPITAL LETTER UA;Lu;0;L;;;;;N;;;;2CA9; +2CA9;COPTIC SMALL LETTER UA;Ll;0;L;;;;;N;;;2CA8;;2CA8 +2CAA;COPTIC CAPITAL LETTER FI;Lu;0;L;;;;;N;;;;2CAB; +2CAB;COPTIC SMALL LETTER FI;Ll;0;L;;;;;N;;;2CAA;;2CAA +2CAC;COPTIC CAPITAL LETTER KHI;Lu;0;L;;;;;N;;;;2CAD; +2CAD;COPTIC SMALL LETTER KHI;Ll;0;L;;;;;N;;;2CAC;;2CAC +2CAE;COPTIC CAPITAL LETTER PSI;Lu;0;L;;;;;N;;;;2CAF; +2CAF;COPTIC SMALL LETTER PSI;Ll;0;L;;;;;N;;;2CAE;;2CAE +2CB0;COPTIC CAPITAL LETTER OOU;Lu;0;L;;;;;N;;;;2CB1; +2CB1;COPTIC SMALL LETTER OOU;Ll;0;L;;;;;N;;;2CB0;;2CB0 +2CB2;COPTIC CAPITAL LETTER DIALECT-P ALEF;Lu;0;L;;;;;N;;;;2CB3; +2CB3;COPTIC SMALL LETTER DIALECT-P ALEF;Ll;0;L;;;;;N;;;2CB2;;2CB2 +2CB4;COPTIC CAPITAL LETTER OLD COPTIC AIN;Lu;0;L;;;;;N;;;;2CB5; +2CB5;COPTIC SMALL LETTER OLD COPTIC AIN;Ll;0;L;;;;;N;;;2CB4;;2CB4 +2CB6;COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE;Lu;0;L;;;;;N;;;;2CB7; +2CB7;COPTIC SMALL LETTER CRYPTOGRAMMIC EIE;Ll;0;L;;;;;N;;;2CB6;;2CB6 +2CB8;COPTIC CAPITAL LETTER DIALECT-P KAPA;Lu;0;L;;;;;N;;;;2CB9; +2CB9;COPTIC SMALL LETTER DIALECT-P KAPA;Ll;0;L;;;;;N;;;2CB8;;2CB8 +2CBA;COPTIC CAPITAL LETTER DIALECT-P NI;Lu;0;L;;;;;N;;;;2CBB; +2CBB;COPTIC SMALL LETTER DIALECT-P NI;Ll;0;L;;;;;N;;;2CBA;;2CBA +2CBC;COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI;Lu;0;L;;;;;N;;;;2CBD; +2CBD;COPTIC SMALL LETTER CRYPTOGRAMMIC NI;Ll;0;L;;;;;N;;;2CBC;;2CBC +2CBE;COPTIC CAPITAL LETTER OLD COPTIC OOU;Lu;0;L;;;;;N;;;;2CBF; +2CBF;COPTIC SMALL LETTER OLD COPTIC OOU;Ll;0;L;;;;;N;;;2CBE;;2CBE +2CC0;COPTIC CAPITAL LETTER SAMPI;Lu;0;L;;;;;N;;;;2CC1; +2CC1;COPTIC SMALL LETTER SAMPI;Ll;0;L;;;;;N;;;2CC0;;2CC0 +2CC2;COPTIC CAPITAL LETTER CROSSED SHEI;Lu;0;L;;;;;N;;;;2CC3; +2CC3;COPTIC SMALL LETTER CROSSED SHEI;Ll;0;L;;;;;N;;;2CC2;;2CC2 +2CC4;COPTIC CAPITAL LETTER OLD COPTIC SHEI;Lu;0;L;;;;;N;;;;2CC5; +2CC5;COPTIC SMALL LETTER OLD COPTIC SHEI;Ll;0;L;;;;;N;;;2CC4;;2CC4 +2CC6;COPTIC CAPITAL LETTER OLD COPTIC ESH;Lu;0;L;;;;;N;;;;2CC7; +2CC7;COPTIC SMALL LETTER OLD COPTIC ESH;Ll;0;L;;;;;N;;;2CC6;;2CC6 +2CC8;COPTIC CAPITAL LETTER AKHMIMIC KHEI;Lu;0;L;;;;;N;;;;2CC9; +2CC9;COPTIC SMALL LETTER AKHMIMIC KHEI;Ll;0;L;;;;;N;;;2CC8;;2CC8 +2CCA;COPTIC CAPITAL LETTER DIALECT-P HORI;Lu;0;L;;;;;N;;;;2CCB; +2CCB;COPTIC SMALL LETTER DIALECT-P HORI;Ll;0;L;;;;;N;;;2CCA;;2CCA +2CCC;COPTIC CAPITAL LETTER OLD COPTIC HORI;Lu;0;L;;;;;N;;;;2CCD; +2CCD;COPTIC SMALL LETTER OLD COPTIC HORI;Ll;0;L;;;;;N;;;2CCC;;2CCC +2CCE;COPTIC CAPITAL LETTER OLD COPTIC HA;Lu;0;L;;;;;N;;;;2CCF; +2CCF;COPTIC SMALL LETTER OLD COPTIC HA;Ll;0;L;;;;;N;;;2CCE;;2CCE +2CD0;COPTIC CAPITAL LETTER L-SHAPED HA;Lu;0;L;;;;;N;;;;2CD1; +2CD1;COPTIC SMALL LETTER L-SHAPED HA;Ll;0;L;;;;;N;;;2CD0;;2CD0 +2CD2;COPTIC CAPITAL LETTER OLD COPTIC HEI;Lu;0;L;;;;;N;;;;2CD3; +2CD3;COPTIC SMALL LETTER OLD COPTIC HEI;Ll;0;L;;;;;N;;;2CD2;;2CD2 +2CD4;COPTIC CAPITAL LETTER OLD COPTIC HAT;Lu;0;L;;;;;N;;;;2CD5; +2CD5;COPTIC SMALL LETTER OLD COPTIC HAT;Ll;0;L;;;;;N;;;2CD4;;2CD4 +2CD6;COPTIC CAPITAL LETTER OLD COPTIC GANGIA;Lu;0;L;;;;;N;;;;2CD7; +2CD7;COPTIC SMALL LETTER OLD COPTIC GANGIA;Ll;0;L;;;;;N;;;2CD6;;2CD6 +2CD8;COPTIC CAPITAL LETTER OLD COPTIC DJA;Lu;0;L;;;;;N;;;;2CD9; +2CD9;COPTIC SMALL LETTER OLD COPTIC DJA;Ll;0;L;;;;;N;;;2CD8;;2CD8 +2CDA;COPTIC CAPITAL LETTER OLD COPTIC SHIMA;Lu;0;L;;;;;N;;;;2CDB; +2CDB;COPTIC SMALL LETTER OLD COPTIC SHIMA;Ll;0;L;;;;;N;;;2CDA;;2CDA +2CDC;COPTIC CAPITAL LETTER OLD NUBIAN SHIMA;Lu;0;L;;;;;N;;;;2CDD; +2CDD;COPTIC SMALL LETTER OLD NUBIAN SHIMA;Ll;0;L;;;;;N;;;2CDC;;2CDC +2CDE;COPTIC CAPITAL LETTER OLD NUBIAN NGI;Lu;0;L;;;;;N;;;;2CDF; +2CDF;COPTIC SMALL LETTER OLD NUBIAN NGI;Ll;0;L;;;;;N;;;2CDE;;2CDE +2CE0;COPTIC CAPITAL LETTER OLD NUBIAN NYI;Lu;0;L;;;;;N;;;;2CE1; +2CE1;COPTIC SMALL LETTER OLD NUBIAN NYI;Ll;0;L;;;;;N;;;2CE0;;2CE0 +2CE2;COPTIC CAPITAL LETTER OLD NUBIAN WAU;Lu;0;L;;;;;N;;;;2CE3; +2CE3;COPTIC SMALL LETTER OLD NUBIAN WAU;Ll;0;L;;;;;N;;;2CE2;;2CE2 +2CE4;COPTIC SYMBOL KAI;Ll;0;L;;;;;N;;;;; +2CE5;COPTIC SYMBOL MI RO;So;0;ON;;;;;N;;;;; +2CE6;COPTIC SYMBOL PI RO;So;0;ON;;;;;N;;;;; +2CE7;COPTIC SYMBOL STAUROS;So;0;ON;;;;;N;;;;; +2CE8;COPTIC SYMBOL TAU RO;So;0;ON;;;;;N;;;;; +2CE9;COPTIC SYMBOL KHI RO;So;0;ON;;;;;N;;;;; +2CEA;COPTIC SYMBOL SHIMA SIMA;So;0;ON;;;;;N;;;;; +2CEB;COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI;Lu;0;L;;;;;N;;;;2CEC; +2CEC;COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI;Ll;0;L;;;;;N;;;2CEB;;2CEB +2CED;COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA;Lu;0;L;;;;;N;;;;2CEE; +2CEE;COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA;Ll;0;L;;;;;N;;;2CED;;2CED +2CEF;COPTIC COMBINING NI ABOVE;Mn;230;NSM;;;;;N;;;;; +2CF0;COPTIC COMBINING SPIRITUS ASPER;Mn;230;NSM;;;;;N;;;;; +2CF1;COPTIC COMBINING SPIRITUS LENIS;Mn;230;NSM;;;;;N;;;;; +2CF9;COPTIC OLD NUBIAN FULL STOP;Po;0;ON;;;;;N;;;;; +2CFA;COPTIC OLD NUBIAN DIRECT QUESTION MARK;Po;0;ON;;;;;N;;;;; +2CFB;COPTIC OLD NUBIAN INDIRECT QUESTION MARK;Po;0;ON;;;;;N;;;;; +2CFC;COPTIC OLD NUBIAN VERSE DIVIDER;Po;0;ON;;;;;N;;;;; +2CFD;COPTIC FRACTION ONE HALF;No;0;ON;;;;1/2;N;;;;; +2CFE;COPTIC FULL STOP;Po;0;ON;;;;;N;;;;; +2CFF;COPTIC MORPHOLOGICAL DIVIDER;Po;0;ON;;;;;N;;;;; +2D00;GEORGIAN SMALL LETTER AN;Ll;0;L;;;;;N;;;10A0;;10A0 +2D01;GEORGIAN SMALL LETTER BAN;Ll;0;L;;;;;N;;;10A1;;10A1 +2D02;GEORGIAN SMALL LETTER GAN;Ll;0;L;;;;;N;;;10A2;;10A2 +2D03;GEORGIAN SMALL LETTER DON;Ll;0;L;;;;;N;;;10A3;;10A3 +2D04;GEORGIAN SMALL LETTER EN;Ll;0;L;;;;;N;;;10A4;;10A4 +2D05;GEORGIAN SMALL LETTER VIN;Ll;0;L;;;;;N;;;10A5;;10A5 +2D06;GEORGIAN SMALL LETTER ZEN;Ll;0;L;;;;;N;;;10A6;;10A6 +2D07;GEORGIAN SMALL LETTER TAN;Ll;0;L;;;;;N;;;10A7;;10A7 +2D08;GEORGIAN SMALL LETTER IN;Ll;0;L;;;;;N;;;10A8;;10A8 +2D09;GEORGIAN SMALL LETTER KAN;Ll;0;L;;;;;N;;;10A9;;10A9 +2D0A;GEORGIAN SMALL LETTER LAS;Ll;0;L;;;;;N;;;10AA;;10AA +2D0B;GEORGIAN SMALL LETTER MAN;Ll;0;L;;;;;N;;;10AB;;10AB +2D0C;GEORGIAN SMALL LETTER NAR;Ll;0;L;;;;;N;;;10AC;;10AC +2D0D;GEORGIAN SMALL LETTER ON;Ll;0;L;;;;;N;;;10AD;;10AD +2D0E;GEORGIAN SMALL LETTER PAR;Ll;0;L;;;;;N;;;10AE;;10AE +2D0F;GEORGIAN SMALL LETTER ZHAR;Ll;0;L;;;;;N;;;10AF;;10AF +2D10;GEORGIAN SMALL LETTER RAE;Ll;0;L;;;;;N;;;10B0;;10B0 +2D11;GEORGIAN SMALL LETTER SAN;Ll;0;L;;;;;N;;;10B1;;10B1 +2D12;GEORGIAN SMALL LETTER TAR;Ll;0;L;;;;;N;;;10B2;;10B2 +2D13;GEORGIAN SMALL LETTER UN;Ll;0;L;;;;;N;;;10B3;;10B3 +2D14;GEORGIAN SMALL LETTER PHAR;Ll;0;L;;;;;N;;;10B4;;10B4 +2D15;GEORGIAN SMALL LETTER KHAR;Ll;0;L;;;;;N;;;10B5;;10B5 +2D16;GEORGIAN SMALL LETTER GHAN;Ll;0;L;;;;;N;;;10B6;;10B6 +2D17;GEORGIAN SMALL LETTER QAR;Ll;0;L;;;;;N;;;10B7;;10B7 +2D18;GEORGIAN SMALL LETTER SHIN;Ll;0;L;;;;;N;;;10B8;;10B8 +2D19;GEORGIAN SMALL LETTER CHIN;Ll;0;L;;;;;N;;;10B9;;10B9 +2D1A;GEORGIAN SMALL LETTER CAN;Ll;0;L;;;;;N;;;10BA;;10BA +2D1B;GEORGIAN SMALL LETTER JIL;Ll;0;L;;;;;N;;;10BB;;10BB +2D1C;GEORGIAN SMALL LETTER CIL;Ll;0;L;;;;;N;;;10BC;;10BC +2D1D;GEORGIAN SMALL LETTER CHAR;Ll;0;L;;;;;N;;;10BD;;10BD +2D1E;GEORGIAN SMALL LETTER XAN;Ll;0;L;;;;;N;;;10BE;;10BE +2D1F;GEORGIAN SMALL LETTER JHAN;Ll;0;L;;;;;N;;;10BF;;10BF +2D20;GEORGIAN SMALL LETTER HAE;Ll;0;L;;;;;N;;;10C0;;10C0 +2D21;GEORGIAN SMALL LETTER HE;Ll;0;L;;;;;N;;;10C1;;10C1 +2D22;GEORGIAN SMALL LETTER HIE;Ll;0;L;;;;;N;;;10C2;;10C2 +2D23;GEORGIAN SMALL LETTER WE;Ll;0;L;;;;;N;;;10C3;;10C3 +2D24;GEORGIAN SMALL LETTER HAR;Ll;0;L;;;;;N;;;10C4;;10C4 +2D25;GEORGIAN SMALL LETTER HOE;Ll;0;L;;;;;N;;;10C5;;10C5 +2D30;TIFINAGH LETTER YA;Lo;0;L;;;;;N;;;;; +2D31;TIFINAGH LETTER YAB;Lo;0;L;;;;;N;;;;; +2D32;TIFINAGH LETTER YABH;Lo;0;L;;;;;N;;;;; +2D33;TIFINAGH LETTER YAG;Lo;0;L;;;;;N;;;;; +2D34;TIFINAGH LETTER YAGHH;Lo;0;L;;;;;N;;;;; +2D35;TIFINAGH LETTER BERBER ACADEMY YAJ;Lo;0;L;;;;;N;;;;; +2D36;TIFINAGH LETTER YAJ;Lo;0;L;;;;;N;;;;; +2D37;TIFINAGH LETTER YAD;Lo;0;L;;;;;N;;;;; +2D38;TIFINAGH LETTER YADH;Lo;0;L;;;;;N;;;;; +2D39;TIFINAGH LETTER YADD;Lo;0;L;;;;;N;;;;; +2D3A;TIFINAGH LETTER YADDH;Lo;0;L;;;;;N;;;;; +2D3B;TIFINAGH LETTER YEY;Lo;0;L;;;;;N;;;;; +2D3C;TIFINAGH LETTER YAF;Lo;0;L;;;;;N;;;;; +2D3D;TIFINAGH LETTER YAK;Lo;0;L;;;;;N;;;;; +2D3E;TIFINAGH LETTER TUAREG YAK;Lo;0;L;;;;;N;;;;; +2D3F;TIFINAGH LETTER YAKHH;Lo;0;L;;;;;N;;;;; +2D40;TIFINAGH LETTER YAH;Lo;0;L;;;;;N;;;;; +2D41;TIFINAGH LETTER BERBER ACADEMY YAH;Lo;0;L;;;;;N;;;;; +2D42;TIFINAGH LETTER TUAREG YAH;Lo;0;L;;;;;N;;;;; +2D43;TIFINAGH LETTER YAHH;Lo;0;L;;;;;N;;;;; +2D44;TIFINAGH LETTER YAA;Lo;0;L;;;;;N;;;;; +2D45;TIFINAGH LETTER YAKH;Lo;0;L;;;;;N;;;;; +2D46;TIFINAGH LETTER TUAREG YAKH;Lo;0;L;;;;;N;;;;; +2D47;TIFINAGH LETTER YAQ;Lo;0;L;;;;;N;;;;; +2D48;TIFINAGH LETTER TUAREG YAQ;Lo;0;L;;;;;N;;;;; +2D49;TIFINAGH LETTER YI;Lo;0;L;;;;;N;;;;; +2D4A;TIFINAGH LETTER YAZH;Lo;0;L;;;;;N;;;;; +2D4B;TIFINAGH LETTER AHAGGAR YAZH;Lo;0;L;;;;;N;;;;; +2D4C;TIFINAGH LETTER TUAREG YAZH;Lo;0;L;;;;;N;;;;; +2D4D;TIFINAGH LETTER YAL;Lo;0;L;;;;;N;;;;; +2D4E;TIFINAGH LETTER YAM;Lo;0;L;;;;;N;;;;; +2D4F;TIFINAGH LETTER YAN;Lo;0;L;;;;;N;;;;; +2D50;TIFINAGH LETTER TUAREG YAGN;Lo;0;L;;;;;N;;;;; +2D51;TIFINAGH LETTER TUAREG YANG;Lo;0;L;;;;;N;;;;; +2D52;TIFINAGH LETTER YAP;Lo;0;L;;;;;N;;;;; +2D53;TIFINAGH LETTER YU;Lo;0;L;;;;;N;;;;; +2D54;TIFINAGH LETTER YAR;Lo;0;L;;;;;N;;;;; +2D55;TIFINAGH LETTER YARR;Lo;0;L;;;;;N;;;;; +2D56;TIFINAGH LETTER YAGH;Lo;0;L;;;;;N;;;;; +2D57;TIFINAGH LETTER TUAREG YAGH;Lo;0;L;;;;;N;;;;; +2D58;TIFINAGH LETTER AYER YAGH;Lo;0;L;;;;;N;;;;; +2D59;TIFINAGH LETTER YAS;Lo;0;L;;;;;N;;;;; +2D5A;TIFINAGH LETTER YASS;Lo;0;L;;;;;N;;;;; +2D5B;TIFINAGH LETTER YASH;Lo;0;L;;;;;N;;;;; +2D5C;TIFINAGH LETTER YAT;Lo;0;L;;;;;N;;;;; +2D5D;TIFINAGH LETTER YATH;Lo;0;L;;;;;N;;;;; +2D5E;TIFINAGH LETTER YACH;Lo;0;L;;;;;N;;;;; +2D5F;TIFINAGH LETTER YATT;Lo;0;L;;;;;N;;;;; +2D60;TIFINAGH LETTER YAV;Lo;0;L;;;;;N;;;;; +2D61;TIFINAGH LETTER YAW;Lo;0;L;;;;;N;;;;; +2D62;TIFINAGH LETTER YAY;Lo;0;L;;;;;N;;;;; +2D63;TIFINAGH LETTER YAZ;Lo;0;L;;;;;N;;;;; +2D64;TIFINAGH LETTER TAWELLEMET YAZ;Lo;0;L;;;;;N;;;;; +2D65;TIFINAGH LETTER YAZZ;Lo;0;L;;;;;N;;;;; +2D6F;TIFINAGH MODIFIER LETTER LABIALIZATION MARK;Lm;0;L; 2D61;;;;N;;;;; +2D80;ETHIOPIC SYLLABLE LOA;Lo;0;L;;;;;N;;;;; +2D81;ETHIOPIC SYLLABLE MOA;Lo;0;L;;;;;N;;;;; +2D82;ETHIOPIC SYLLABLE ROA;Lo;0;L;;;;;N;;;;; +2D83;ETHIOPIC SYLLABLE SOA;Lo;0;L;;;;;N;;;;; +2D84;ETHIOPIC SYLLABLE SHOA;Lo;0;L;;;;;N;;;;; +2D85;ETHIOPIC SYLLABLE BOA;Lo;0;L;;;;;N;;;;; +2D86;ETHIOPIC SYLLABLE TOA;Lo;0;L;;;;;N;;;;; +2D87;ETHIOPIC SYLLABLE COA;Lo;0;L;;;;;N;;;;; +2D88;ETHIOPIC SYLLABLE NOA;Lo;0;L;;;;;N;;;;; +2D89;ETHIOPIC SYLLABLE NYOA;Lo;0;L;;;;;N;;;;; +2D8A;ETHIOPIC SYLLABLE GLOTTAL OA;Lo;0;L;;;;;N;;;;; +2D8B;ETHIOPIC SYLLABLE ZOA;Lo;0;L;;;;;N;;;;; +2D8C;ETHIOPIC SYLLABLE DOA;Lo;0;L;;;;;N;;;;; +2D8D;ETHIOPIC SYLLABLE DDOA;Lo;0;L;;;;;N;;;;; +2D8E;ETHIOPIC SYLLABLE JOA;Lo;0;L;;;;;N;;;;; +2D8F;ETHIOPIC SYLLABLE THOA;Lo;0;L;;;;;N;;;;; +2D90;ETHIOPIC SYLLABLE CHOA;Lo;0;L;;;;;N;;;;; +2D91;ETHIOPIC SYLLABLE PHOA;Lo;0;L;;;;;N;;;;; +2D92;ETHIOPIC SYLLABLE POA;Lo;0;L;;;;;N;;;;; +2D93;ETHIOPIC SYLLABLE GGWA;Lo;0;L;;;;;N;;;;; +2D94;ETHIOPIC SYLLABLE GGWI;Lo;0;L;;;;;N;;;;; +2D95;ETHIOPIC SYLLABLE GGWEE;Lo;0;L;;;;;N;;;;; +2D96;ETHIOPIC SYLLABLE GGWE;Lo;0;L;;;;;N;;;;; +2DA0;ETHIOPIC SYLLABLE SSA;Lo;0;L;;;;;N;;;;; +2DA1;ETHIOPIC SYLLABLE SSU;Lo;0;L;;;;;N;;;;; +2DA2;ETHIOPIC SYLLABLE SSI;Lo;0;L;;;;;N;;;;; +2DA3;ETHIOPIC SYLLABLE SSAA;Lo;0;L;;;;;N;;;;; +2DA4;ETHIOPIC SYLLABLE SSEE;Lo;0;L;;;;;N;;;;; +2DA5;ETHIOPIC SYLLABLE SSE;Lo;0;L;;;;;N;;;;; +2DA6;ETHIOPIC SYLLABLE SSO;Lo;0;L;;;;;N;;;;; +2DA8;ETHIOPIC SYLLABLE CCA;Lo;0;L;;;;;N;;;;; +2DA9;ETHIOPIC SYLLABLE CCU;Lo;0;L;;;;;N;;;;; +2DAA;ETHIOPIC SYLLABLE CCI;Lo;0;L;;;;;N;;;;; +2DAB;ETHIOPIC SYLLABLE CCAA;Lo;0;L;;;;;N;;;;; +2DAC;ETHIOPIC SYLLABLE CCEE;Lo;0;L;;;;;N;;;;; +2DAD;ETHIOPIC SYLLABLE CCE;Lo;0;L;;;;;N;;;;; +2DAE;ETHIOPIC SYLLABLE CCO;Lo;0;L;;;;;N;;;;; +2DB0;ETHIOPIC SYLLABLE ZZA;Lo;0;L;;;;;N;;;;; +2DB1;ETHIOPIC SYLLABLE ZZU;Lo;0;L;;;;;N;;;;; +2DB2;ETHIOPIC SYLLABLE ZZI;Lo;0;L;;;;;N;;;;; +2DB3;ETHIOPIC SYLLABLE ZZAA;Lo;0;L;;;;;N;;;;; +2DB4;ETHIOPIC SYLLABLE ZZEE;Lo;0;L;;;;;N;;;;; +2DB5;ETHIOPIC SYLLABLE ZZE;Lo;0;L;;;;;N;;;;; +2DB6;ETHIOPIC SYLLABLE ZZO;Lo;0;L;;;;;N;;;;; +2DB8;ETHIOPIC SYLLABLE CCHA;Lo;0;L;;;;;N;;;;; +2DB9;ETHIOPIC SYLLABLE CCHU;Lo;0;L;;;;;N;;;;; +2DBA;ETHIOPIC SYLLABLE CCHI;Lo;0;L;;;;;N;;;;; +2DBB;ETHIOPIC SYLLABLE CCHAA;Lo;0;L;;;;;N;;;;; +2DBC;ETHIOPIC SYLLABLE CCHEE;Lo;0;L;;;;;N;;;;; +2DBD;ETHIOPIC SYLLABLE CCHE;Lo;0;L;;;;;N;;;;; +2DBE;ETHIOPIC SYLLABLE CCHO;Lo;0;L;;;;;N;;;;; +2DC0;ETHIOPIC SYLLABLE QYA;Lo;0;L;;;;;N;;;;; +2DC1;ETHIOPIC SYLLABLE QYU;Lo;0;L;;;;;N;;;;; +2DC2;ETHIOPIC SYLLABLE QYI;Lo;0;L;;;;;N;;;;; +2DC3;ETHIOPIC SYLLABLE QYAA;Lo;0;L;;;;;N;;;;; +2DC4;ETHIOPIC SYLLABLE QYEE;Lo;0;L;;;;;N;;;;; +2DC5;ETHIOPIC SYLLABLE QYE;Lo;0;L;;;;;N;;;;; +2DC6;ETHIOPIC SYLLABLE QYO;Lo;0;L;;;;;N;;;;; +2DC8;ETHIOPIC SYLLABLE KYA;Lo;0;L;;;;;N;;;;; +2DC9;ETHIOPIC SYLLABLE KYU;Lo;0;L;;;;;N;;;;; +2DCA;ETHIOPIC SYLLABLE KYI;Lo;0;L;;;;;N;;;;; +2DCB;ETHIOPIC SYLLABLE KYAA;Lo;0;L;;;;;N;;;;; +2DCC;ETHIOPIC SYLLABLE KYEE;Lo;0;L;;;;;N;;;;; +2DCD;ETHIOPIC SYLLABLE KYE;Lo;0;L;;;;;N;;;;; +2DCE;ETHIOPIC SYLLABLE KYO;Lo;0;L;;;;;N;;;;; +2DD0;ETHIOPIC SYLLABLE XYA;Lo;0;L;;;;;N;;;;; +2DD1;ETHIOPIC SYLLABLE XYU;Lo;0;L;;;;;N;;;;; +2DD2;ETHIOPIC SYLLABLE XYI;Lo;0;L;;;;;N;;;;; +2DD3;ETHIOPIC SYLLABLE XYAA;Lo;0;L;;;;;N;;;;; +2DD4;ETHIOPIC SYLLABLE XYEE;Lo;0;L;;;;;N;;;;; +2DD5;ETHIOPIC SYLLABLE XYE;Lo;0;L;;;;;N;;;;; +2DD6;ETHIOPIC SYLLABLE XYO;Lo;0;L;;;;;N;;;;; +2DD8;ETHIOPIC SYLLABLE GYA;Lo;0;L;;;;;N;;;;; +2DD9;ETHIOPIC SYLLABLE GYU;Lo;0;L;;;;;N;;;;; +2DDA;ETHIOPIC SYLLABLE GYI;Lo;0;L;;;;;N;;;;; +2DDB;ETHIOPIC SYLLABLE GYAA;Lo;0;L;;;;;N;;;;; +2DDC;ETHIOPIC SYLLABLE GYEE;Lo;0;L;;;;;N;;;;; +2DDD;ETHIOPIC SYLLABLE GYE;Lo;0;L;;;;;N;;;;; +2DDE;ETHIOPIC SYLLABLE GYO;Lo;0;L;;;;;N;;;;; +2DE0;COMBINING CYRILLIC LETTER BE;Mn;230;NSM;;;;;N;;;;; +2DE1;COMBINING CYRILLIC LETTER VE;Mn;230;NSM;;;;;N;;;;; +2DE2;COMBINING CYRILLIC LETTER GHE;Mn;230;NSM;;;;;N;;;;; +2DE3;COMBINING CYRILLIC LETTER DE;Mn;230;NSM;;;;;N;;;;; +2DE4;COMBINING CYRILLIC LETTER ZHE;Mn;230;NSM;;;;;N;;;;; +2DE5;COMBINING CYRILLIC LETTER ZE;Mn;230;NSM;;;;;N;;;;; +2DE6;COMBINING CYRILLIC LETTER KA;Mn;230;NSM;;;;;N;;;;; +2DE7;COMBINING CYRILLIC LETTER EL;Mn;230;NSM;;;;;N;;;;; +2DE8;COMBINING CYRILLIC LETTER EM;Mn;230;NSM;;;;;N;;;;; +2DE9;COMBINING CYRILLIC LETTER EN;Mn;230;NSM;;;;;N;;;;; +2DEA;COMBINING CYRILLIC LETTER O;Mn;230;NSM;;;;;N;;;;; +2DEB;COMBINING CYRILLIC LETTER PE;Mn;230;NSM;;;;;N;;;;; +2DEC;COMBINING CYRILLIC LETTER ER;Mn;230;NSM;;;;;N;;;;; +2DED;COMBINING CYRILLIC LETTER ES;Mn;230;NSM;;;;;N;;;;; +2DEE;COMBINING CYRILLIC LETTER TE;Mn;230;NSM;;;;;N;;;;; +2DEF;COMBINING CYRILLIC LETTER HA;Mn;230;NSM;;;;;N;;;;; +2DF0;COMBINING CYRILLIC LETTER TSE;Mn;230;NSM;;;;;N;;;;; +2DF1;COMBINING CYRILLIC LETTER CHE;Mn;230;NSM;;;;;N;;;;; +2DF2;COMBINING CYRILLIC LETTER SHA;Mn;230;NSM;;;;;N;;;;; +2DF3;COMBINING CYRILLIC LETTER SHCHA;Mn;230;NSM;;;;;N;;;;; +2DF4;COMBINING CYRILLIC LETTER FITA;Mn;230;NSM;;;;;N;;;;; +2DF5;COMBINING CYRILLIC LETTER ES-TE;Mn;230;NSM;;;;;N;;;;; +2DF6;COMBINING CYRILLIC LETTER A;Mn;230;NSM;;;;;N;;;;; +2DF7;COMBINING CYRILLIC LETTER IE;Mn;230;NSM;;;;;N;;;;; +2DF8;COMBINING CYRILLIC LETTER DJERV;Mn;230;NSM;;;;;N;;;;; +2DF9;COMBINING CYRILLIC LETTER MONOGRAPH UK;Mn;230;NSM;;;;;N;;;;; +2DFA;COMBINING CYRILLIC LETTER YAT;Mn;230;NSM;;;;;N;;;;; +2DFB;COMBINING CYRILLIC LETTER YU;Mn;230;NSM;;;;;N;;;;; +2DFC;COMBINING CYRILLIC LETTER IOTIFIED A;Mn;230;NSM;;;;;N;;;;; +2DFD;COMBINING CYRILLIC LETTER LITTLE YUS;Mn;230;NSM;;;;;N;;;;; +2DFE;COMBINING CYRILLIC LETTER BIG YUS;Mn;230;NSM;;;;;N;;;;; +2DFF;COMBINING CYRILLIC LETTER IOTIFIED BIG YUS;Mn;230;NSM;;;;;N;;;;; +2E00;RIGHT ANGLE SUBSTITUTION MARKER;Po;0;ON;;;;;N;;;;; +2E01;RIGHT ANGLE DOTTED SUBSTITUTION MARKER;Po;0;ON;;;;;N;;;;; +2E02;LEFT SUBSTITUTION BRACKET;Pi;0;ON;;;;;Y;;;;; +2E03;RIGHT SUBSTITUTION BRACKET;Pf;0;ON;;;;;Y;;;;; +2E04;LEFT DOTTED SUBSTITUTION BRACKET;Pi;0;ON;;;;;Y;;;;; +2E05;RIGHT DOTTED SUBSTITUTION BRACKET;Pf;0;ON;;;;;Y;;;;; +2E06;RAISED INTERPOLATION MARKER;Po;0;ON;;;;;N;;;;; +2E07;RAISED DOTTED INTERPOLATION MARKER;Po;0;ON;;;;;N;;;;; +2E08;DOTTED TRANSPOSITION MARKER;Po;0;ON;;;;;N;;;;; +2E09;LEFT TRANSPOSITION BRACKET;Pi;0;ON;;;;;Y;;;;; +2E0A;RIGHT TRANSPOSITION BRACKET;Pf;0;ON;;;;;Y;;;;; +2E0B;RAISED SQUARE;Po;0;ON;;;;;N;;;;; +2E0C;LEFT RAISED OMISSION BRACKET;Pi;0;ON;;;;;Y;;;;; +2E0D;RIGHT RAISED OMISSION BRACKET;Pf;0;ON;;;;;Y;;;;; +2E0E;EDITORIAL CORONIS;Po;0;ON;;;;;N;;;;; +2E0F;PARAGRAPHOS;Po;0;ON;;;;;N;;;;; +2E10;FORKED PARAGRAPHOS;Po;0;ON;;;;;N;;;;; +2E11;REVERSED FORKED PARAGRAPHOS;Po;0;ON;;;;;N;;;;; +2E12;HYPODIASTOLE;Po;0;ON;;;;;N;;;;; +2E13;DOTTED OBELOS;Po;0;ON;;;;;N;;;;; +2E14;DOWNWARDS ANCORA;Po;0;ON;;;;;N;;;;; +2E15;UPWARDS ANCORA;Po;0;ON;;;;;N;;;;; +2E16;DOTTED RIGHT-POINTING ANGLE;Po;0;ON;;;;;N;;;;; +2E17;DOUBLE OBLIQUE HYPHEN;Pd;0;ON;;;;;N;;;;; +2E18;INVERTED INTERROBANG;Po;0;ON;;;;;N;;;;; +2E19;PALM BRANCH;Po;0;ON;;;;;N;;;;; +2E1A;HYPHEN WITH DIAERESIS;Pd;0;ON;;;;;N;;;;; +2E1B;TILDE WITH RING ABOVE;Po;0;ON;;;;;N;;;;; +2E1C;LEFT LOW PARAPHRASE BRACKET;Pi;0;ON;;;;;Y;;;;; +2E1D;RIGHT LOW PARAPHRASE BRACKET;Pf;0;ON;;;;;Y;;;;; +2E1E;TILDE WITH DOT ABOVE;Po;0;ON;;;;;N;;;;; +2E1F;TILDE WITH DOT BELOW;Po;0;ON;;;;;N;;;;; +2E20;LEFT VERTICAL BAR WITH QUILL;Pi;0;ON;;;;;Y;;;;; +2E21;RIGHT VERTICAL BAR WITH QUILL;Pf;0;ON;;;;;Y;;;;; +2E22;TOP LEFT HALF BRACKET;Ps;0;ON;;;;;Y;;;;; +2E23;TOP RIGHT HALF BRACKET;Pe;0;ON;;;;;Y;;;;; +2E24;BOTTOM LEFT HALF BRACKET;Ps;0;ON;;;;;Y;;;;; +2E25;BOTTOM RIGHT HALF BRACKET;Pe;0;ON;;;;;Y;;;;; +2E26;LEFT SIDEWAYS U BRACKET;Ps;0;ON;;;;;Y;;;;; +2E27;RIGHT SIDEWAYS U BRACKET;Pe;0;ON;;;;;Y;;;;; +2E28;LEFT DOUBLE PARENTHESIS;Ps;0;ON;;;;;Y;;;;; +2E29;RIGHT DOUBLE PARENTHESIS;Pe;0;ON;;;;;Y;;;;; +2E2A;TWO DOTS OVER ONE DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +2E2B;ONE DOT OVER TWO DOTS PUNCTUATION;Po;0;ON;;;;;N;;;;; +2E2C;SQUARED FOUR DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +2E2D;FIVE DOT MARK;Po;0;ON;;;;;N;;;;; +2E2E;REVERSED QUESTION MARK;Po;0;ON;;;;;N;;;;; +2E2F;VERTICAL TILDE;Lm;0;ON;;;;;N;;;;; +2E30;RING POINT;Po;0;ON;;;;;N;;;;; +2E31;WORD SEPARATOR MIDDLE DOT;Po;0;ON;;;;;N;;;;; +2E80;CJK RADICAL REPEAT;So;0;ON;;;;;N;;;;; +2E81;CJK RADICAL CLIFF;So;0;ON;;;;;N;;;;; +2E82;CJK RADICAL SECOND ONE;So;0;ON;;;;;N;;;;; +2E83;CJK RADICAL SECOND TWO;So;0;ON;;;;;N;;;;; +2E84;CJK RADICAL SECOND THREE;So;0;ON;;;;;N;;;;; +2E85;CJK RADICAL PERSON;So;0;ON;;;;;N;;;;; +2E86;CJK RADICAL BOX;So;0;ON;;;;;N;;;;; +2E87;CJK RADICAL TABLE;So;0;ON;;;;;N;;;;; +2E88;CJK RADICAL KNIFE ONE;So;0;ON;;;;;N;;;;; +2E89;CJK RADICAL KNIFE TWO;So;0;ON;;;;;N;;;;; +2E8A;CJK RADICAL DIVINATION;So;0;ON;;;;;N;;;;; +2E8B;CJK RADICAL SEAL;So;0;ON;;;;;N;;;;; +2E8C;CJK RADICAL SMALL ONE;So;0;ON;;;;;N;;;;; +2E8D;CJK RADICAL SMALL TWO;So;0;ON;;;;;N;;;;; +2E8E;CJK RADICAL LAME ONE;So;0;ON;;;;;N;;;;; +2E8F;CJK RADICAL LAME TWO;So;0;ON;;;;;N;;;;; +2E90;CJK RADICAL LAME THREE;So;0;ON;;;;;N;;;;; +2E91;CJK RADICAL LAME FOUR;So;0;ON;;;;;N;;;;; +2E92;CJK RADICAL SNAKE;So;0;ON;;;;;N;;;;; +2E93;CJK RADICAL THREAD;So;0;ON;;;;;N;;;;; +2E94;CJK RADICAL SNOUT ONE;So;0;ON;;;;;N;;;;; +2E95;CJK RADICAL SNOUT TWO;So;0;ON;;;;;N;;;;; +2E96;CJK RADICAL HEART ONE;So;0;ON;;;;;N;;;;; +2E97;CJK RADICAL HEART TWO;So;0;ON;;;;;N;;;;; +2E98;CJK RADICAL HAND;So;0;ON;;;;;N;;;;; +2E99;CJK RADICAL RAP;So;0;ON;;;;;N;;;;; +2E9B;CJK RADICAL CHOKE;So;0;ON;;;;;N;;;;; +2E9C;CJK RADICAL SUN;So;0;ON;;;;;N;;;;; +2E9D;CJK RADICAL MOON;So;0;ON;;;;;N;;;;; +2E9E;CJK RADICAL DEATH;So;0;ON;;;;;N;;;;; +2E9F;CJK RADICAL MOTHER;So;0;ON; 6BCD;;;;N;;;;; +2EA0;CJK RADICAL CIVILIAN;So;0;ON;;;;;N;;;;; +2EA1;CJK RADICAL WATER ONE;So;0;ON;;;;;N;;;;; +2EA2;CJK RADICAL WATER TWO;So;0;ON;;;;;N;;;;; +2EA3;CJK RADICAL FIRE;So;0;ON;;;;;N;;;;; +2EA4;CJK RADICAL PAW ONE;So;0;ON;;;;;N;;;;; +2EA5;CJK RADICAL PAW TWO;So;0;ON;;;;;N;;;;; +2EA6;CJK RADICAL SIMPLIFIED HALF TREE TRUNK;So;0;ON;;;;;N;;;;; +2EA7;CJK RADICAL COW;So;0;ON;;;;;N;;;;; +2EA8;CJK RADICAL DOG;So;0;ON;;;;;N;;;;; +2EA9;CJK RADICAL JADE;So;0;ON;;;;;N;;;;; +2EAA;CJK RADICAL BOLT OF CLOTH;So;0;ON;;;;;N;;;;; +2EAB;CJK RADICAL EYE;So;0;ON;;;;;N;;;;; +2EAC;CJK RADICAL SPIRIT ONE;So;0;ON;;;;;N;;;;; +2EAD;CJK RADICAL SPIRIT TWO;So;0;ON;;;;;N;;;;; +2EAE;CJK RADICAL BAMBOO;So;0;ON;;;;;N;;;;; +2EAF;CJK RADICAL SILK;So;0;ON;;;;;N;;;;; +2EB0;CJK RADICAL C-SIMPLIFIED SILK;So;0;ON;;;;;N;;;;; +2EB1;CJK RADICAL NET ONE;So;0;ON;;;;;N;;;;; +2EB2;CJK RADICAL NET TWO;So;0;ON;;;;;N;;;;; +2EB3;CJK RADICAL NET THREE;So;0;ON;;;;;N;;;;; +2EB4;CJK RADICAL NET FOUR;So;0;ON;;;;;N;;;;; +2EB5;CJK RADICAL MESH;So;0;ON;;;;;N;;;;; +2EB6;CJK RADICAL SHEEP;So;0;ON;;;;;N;;;;; +2EB7;CJK RADICAL RAM;So;0;ON;;;;;N;;;;; +2EB8;CJK RADICAL EWE;So;0;ON;;;;;N;;;;; +2EB9;CJK RADICAL OLD;So;0;ON;;;;;N;;;;; +2EBA;CJK RADICAL BRUSH ONE;So;0;ON;;;;;N;;;;; +2EBB;CJK RADICAL BRUSH TWO;So;0;ON;;;;;N;;;;; +2EBC;CJK RADICAL MEAT;So;0;ON;;;;;N;;;;; +2EBD;CJK RADICAL MORTAR;So;0;ON;;;;;N;;;;; +2EBE;CJK RADICAL GRASS ONE;So;0;ON;;;;;N;;;;; +2EBF;CJK RADICAL GRASS TWO;So;0;ON;;;;;N;;;;; +2EC0;CJK RADICAL GRASS THREE;So;0;ON;;;;;N;;;;; +2EC1;CJK RADICAL TIGER;So;0;ON;;;;;N;;;;; +2EC2;CJK RADICAL CLOTHES;So;0;ON;;;;;N;;;;; +2EC3;CJK RADICAL WEST ONE;So;0;ON;;;;;N;;;;; +2EC4;CJK RADICAL WEST TWO;So;0;ON;;;;;N;;;;; +2EC5;CJK RADICAL C-SIMPLIFIED SEE;So;0;ON;;;;;N;;;;; +2EC6;CJK RADICAL SIMPLIFIED HORN;So;0;ON;;;;;N;;;;; +2EC7;CJK RADICAL HORN;So;0;ON;;;;;N;;;;; +2EC8;CJK RADICAL C-SIMPLIFIED SPEECH;So;0;ON;;;;;N;;;;; +2EC9;CJK RADICAL C-SIMPLIFIED SHELL;So;0;ON;;;;;N;;;;; +2ECA;CJK RADICAL FOOT;So;0;ON;;;;;N;;;;; +2ECB;CJK RADICAL C-SIMPLIFIED CART;So;0;ON;;;;;N;;;;; +2ECC;CJK RADICAL SIMPLIFIED WALK;So;0;ON;;;;;N;;;;; +2ECD;CJK RADICAL WALK ONE;So;0;ON;;;;;N;;;;; +2ECE;CJK RADICAL WALK TWO;So;0;ON;;;;;N;;;;; +2ECF;CJK RADICAL CITY;So;0;ON;;;;;N;;;;; +2ED0;CJK RADICAL C-SIMPLIFIED GOLD;So;0;ON;;;;;N;;;;; +2ED1;CJK RADICAL LONG ONE;So;0;ON;;;;;N;;;;; +2ED2;CJK RADICAL LONG TWO;So;0;ON;;;;;N;;;;; +2ED3;CJK RADICAL C-SIMPLIFIED LONG;So;0;ON;;;;;N;;;;; +2ED4;CJK RADICAL C-SIMPLIFIED GATE;So;0;ON;;;;;N;;;;; +2ED5;CJK RADICAL MOUND ONE;So;0;ON;;;;;N;;;;; +2ED6;CJK RADICAL MOUND TWO;So;0;ON;;;;;N;;;;; +2ED7;CJK RADICAL RAIN;So;0;ON;;;;;N;;;;; +2ED8;CJK RADICAL BLUE;So;0;ON;;;;;N;;;;; +2ED9;CJK RADICAL C-SIMPLIFIED TANNED LEATHER;So;0;ON;;;;;N;;;;; +2EDA;CJK RADICAL C-SIMPLIFIED LEAF;So;0;ON;;;;;N;;;;; +2EDB;CJK RADICAL C-SIMPLIFIED WIND;So;0;ON;;;;;N;;;;; +2EDC;CJK RADICAL C-SIMPLIFIED FLY;So;0;ON;;;;;N;;;;; +2EDD;CJK RADICAL EAT ONE;So;0;ON;;;;;N;;;;; +2EDE;CJK RADICAL EAT TWO;So;0;ON;;;;;N;;;;; +2EDF;CJK RADICAL EAT THREE;So;0;ON;;;;;N;;;;; +2EE0;CJK RADICAL C-SIMPLIFIED EAT;So;0;ON;;;;;N;;;;; +2EE1;CJK RADICAL HEAD;So;0;ON;;;;;N;;;;; +2EE2;CJK RADICAL C-SIMPLIFIED HORSE;So;0;ON;;;;;N;;;;; +2EE3;CJK RADICAL BONE;So;0;ON;;;;;N;;;;; +2EE4;CJK RADICAL GHOST;So;0;ON;;;;;N;;;;; +2EE5;CJK RADICAL C-SIMPLIFIED FISH;So;0;ON;;;;;N;;;;; +2EE6;CJK RADICAL C-SIMPLIFIED BIRD;So;0;ON;;;;;N;;;;; +2EE7;CJK RADICAL C-SIMPLIFIED SALT;So;0;ON;;;;;N;;;;; +2EE8;CJK RADICAL SIMPLIFIED WHEAT;So;0;ON;;;;;N;;;;; +2EE9;CJK RADICAL SIMPLIFIED YELLOW;So;0;ON;;;;;N;;;;; +2EEA;CJK RADICAL C-SIMPLIFIED FROG;So;0;ON;;;;;N;;;;; +2EEB;CJK RADICAL J-SIMPLIFIED EVEN;So;0;ON;;;;;N;;;;; +2EEC;CJK RADICAL C-SIMPLIFIED EVEN;So;0;ON;;;;;N;;;;; +2EED;CJK RADICAL J-SIMPLIFIED TOOTH;So;0;ON;;;;;N;;;;; +2EEE;CJK RADICAL C-SIMPLIFIED TOOTH;So;0;ON;;;;;N;;;;; +2EEF;CJK RADICAL J-SIMPLIFIED DRAGON;So;0;ON;;;;;N;;;;; +2EF0;CJK RADICAL C-SIMPLIFIED DRAGON;So;0;ON;;;;;N;;;;; +2EF1;CJK RADICAL TURTLE;So;0;ON;;;;;N;;;;; +2EF2;CJK RADICAL J-SIMPLIFIED TURTLE;So;0;ON;;;;;N;;;;; +2EF3;CJK RADICAL C-SIMPLIFIED TURTLE;So;0;ON; 9F9F;;;;N;;;;; +2F00;KANGXI RADICAL ONE;So;0;ON; 4E00;;;;N;;;;; +2F01;KANGXI RADICAL LINE;So;0;ON; 4E28;;;;N;;;;; +2F02;KANGXI RADICAL DOT;So;0;ON; 4E36;;;;N;;;;; +2F03;KANGXI RADICAL SLASH;So;0;ON; 4E3F;;;;N;;;;; +2F04;KANGXI RADICAL SECOND;So;0;ON; 4E59;;;;N;;;;; +2F05;KANGXI RADICAL HOOK;So;0;ON; 4E85;;;;N;;;;; +2F06;KANGXI RADICAL TWO;So;0;ON; 4E8C;;;;N;;;;; +2F07;KANGXI RADICAL LID;So;0;ON; 4EA0;;;;N;;;;; +2F08;KANGXI RADICAL MAN;So;0;ON; 4EBA;;;;N;;;;; +2F09;KANGXI RADICAL LEGS;So;0;ON; 513F;;;;N;;;;; +2F0A;KANGXI RADICAL ENTER;So;0;ON; 5165;;;;N;;;;; +2F0B;KANGXI RADICAL EIGHT;So;0;ON; 516B;;;;N;;;;; +2F0C;KANGXI RADICAL DOWN BOX;So;0;ON; 5182;;;;N;;;;; +2F0D;KANGXI RADICAL COVER;So;0;ON; 5196;;;;N;;;;; +2F0E;KANGXI RADICAL ICE;So;0;ON; 51AB;;;;N;;;;; +2F0F;KANGXI RADICAL TABLE;So;0;ON; 51E0;;;;N;;;;; +2F10;KANGXI RADICAL OPEN BOX;So;0;ON; 51F5;;;;N;;;;; +2F11;KANGXI RADICAL KNIFE;So;0;ON; 5200;;;;N;;;;; +2F12;KANGXI RADICAL POWER;So;0;ON; 529B;;;;N;;;;; +2F13;KANGXI RADICAL WRAP;So;0;ON; 52F9;;;;N;;;;; +2F14;KANGXI RADICAL SPOON;So;0;ON; 5315;;;;N;;;;; +2F15;KANGXI RADICAL RIGHT OPEN BOX;So;0;ON; 531A;;;;N;;;;; +2F16;KANGXI RADICAL HIDING ENCLOSURE;So;0;ON; 5338;;;;N;;;;; +2F17;KANGXI RADICAL TEN;So;0;ON; 5341;;;;N;;;;; +2F18;KANGXI RADICAL DIVINATION;So;0;ON; 535C;;;;N;;;;; +2F19;KANGXI RADICAL SEAL;So;0;ON; 5369;;;;N;;;;; +2F1A;KANGXI RADICAL CLIFF;So;0;ON; 5382;;;;N;;;;; +2F1B;KANGXI RADICAL PRIVATE;So;0;ON; 53B6;;;;N;;;;; +2F1C;KANGXI RADICAL AGAIN;So;0;ON; 53C8;;;;N;;;;; +2F1D;KANGXI RADICAL MOUTH;So;0;ON; 53E3;;;;N;;;;; +2F1E;KANGXI RADICAL ENCLOSURE;So;0;ON; 56D7;;;;N;;;;; +2F1F;KANGXI RADICAL EARTH;So;0;ON; 571F;;;;N;;;;; +2F20;KANGXI RADICAL SCHOLAR;So;0;ON; 58EB;;;;N;;;;; +2F21;KANGXI RADICAL GO;So;0;ON; 5902;;;;N;;;;; +2F22;KANGXI RADICAL GO SLOWLY;So;0;ON; 590A;;;;N;;;;; +2F23;KANGXI RADICAL EVENING;So;0;ON; 5915;;;;N;;;;; +2F24;KANGXI RADICAL BIG;So;0;ON; 5927;;;;N;;;;; +2F25;KANGXI RADICAL WOMAN;So;0;ON; 5973;;;;N;;;;; +2F26;KANGXI RADICAL CHILD;So;0;ON; 5B50;;;;N;;;;; +2F27;KANGXI RADICAL ROOF;So;0;ON; 5B80;;;;N;;;;; +2F28;KANGXI RADICAL INCH;So;0;ON; 5BF8;;;;N;;;;; +2F29;KANGXI RADICAL SMALL;So;0;ON; 5C0F;;;;N;;;;; +2F2A;KANGXI RADICAL LAME;So;0;ON; 5C22;;;;N;;;;; +2F2B;KANGXI RADICAL CORPSE;So;0;ON; 5C38;;;;N;;;;; +2F2C;KANGXI RADICAL SPROUT;So;0;ON; 5C6E;;;;N;;;;; +2F2D;KANGXI RADICAL MOUNTAIN;So;0;ON; 5C71;;;;N;;;;; +2F2E;KANGXI RADICAL RIVER;So;0;ON; 5DDB;;;;N;;;;; +2F2F;KANGXI RADICAL WORK;So;0;ON; 5DE5;;;;N;;;;; +2F30;KANGXI RADICAL ONESELF;So;0;ON; 5DF1;;;;N;;;;; +2F31;KANGXI RADICAL TURBAN;So;0;ON; 5DFE;;;;N;;;;; +2F32;KANGXI RADICAL DRY;So;0;ON; 5E72;;;;N;;;;; +2F33;KANGXI RADICAL SHORT THREAD;So;0;ON; 5E7A;;;;N;;;;; +2F34;KANGXI RADICAL DOTTED CLIFF;So;0;ON; 5E7F;;;;N;;;;; +2F35;KANGXI RADICAL LONG STRIDE;So;0;ON; 5EF4;;;;N;;;;; +2F36;KANGXI RADICAL TWO HANDS;So;0;ON; 5EFE;;;;N;;;;; +2F37;KANGXI RADICAL SHOOT;So;0;ON; 5F0B;;;;N;;;;; +2F38;KANGXI RADICAL BOW;So;0;ON; 5F13;;;;N;;;;; +2F39;KANGXI RADICAL SNOUT;So;0;ON; 5F50;;;;N;;;;; +2F3A;KANGXI RADICAL BRISTLE;So;0;ON; 5F61;;;;N;;;;; +2F3B;KANGXI RADICAL STEP;So;0;ON; 5F73;;;;N;;;;; +2F3C;KANGXI RADICAL HEART;So;0;ON; 5FC3;;;;N;;;;; +2F3D;KANGXI RADICAL HALBERD;So;0;ON; 6208;;;;N;;;;; +2F3E;KANGXI RADICAL DOOR;So;0;ON; 6236;;;;N;;;;; +2F3F;KANGXI RADICAL HAND;So;0;ON; 624B;;;;N;;;;; +2F40;KANGXI RADICAL BRANCH;So;0;ON; 652F;;;;N;;;;; +2F41;KANGXI RADICAL RAP;So;0;ON; 6534;;;;N;;;;; +2F42;KANGXI RADICAL SCRIPT;So;0;ON; 6587;;;;N;;;;; +2F43;KANGXI RADICAL DIPPER;So;0;ON; 6597;;;;N;;;;; +2F44;KANGXI RADICAL AXE;So;0;ON; 65A4;;;;N;;;;; +2F45;KANGXI RADICAL SQUARE;So;0;ON; 65B9;;;;N;;;;; +2F46;KANGXI RADICAL NOT;So;0;ON; 65E0;;;;N;;;;; +2F47;KANGXI RADICAL SUN;So;0;ON; 65E5;;;;N;;;;; +2F48;KANGXI RADICAL SAY;So;0;ON; 66F0;;;;N;;;;; +2F49;KANGXI RADICAL MOON;So;0;ON; 6708;;;;N;;;;; +2F4A;KANGXI RADICAL TREE;So;0;ON; 6728;;;;N;;;;; +2F4B;KANGXI RADICAL LACK;So;0;ON; 6B20;;;;N;;;;; +2F4C;KANGXI RADICAL STOP;So;0;ON; 6B62;;;;N;;;;; +2F4D;KANGXI RADICAL DEATH;So;0;ON; 6B79;;;;N;;;;; +2F4E;KANGXI RADICAL WEAPON;So;0;ON; 6BB3;;;;N;;;;; +2F4F;KANGXI RADICAL DO NOT;So;0;ON; 6BCB;;;;N;;;;; +2F50;KANGXI RADICAL COMPARE;So;0;ON; 6BD4;;;;N;;;;; +2F51;KANGXI RADICAL FUR;So;0;ON; 6BDB;;;;N;;;;; +2F52;KANGXI RADICAL CLAN;So;0;ON; 6C0F;;;;N;;;;; +2F53;KANGXI RADICAL STEAM;So;0;ON; 6C14;;;;N;;;;; +2F54;KANGXI RADICAL WATER;So;0;ON; 6C34;;;;N;;;;; +2F55;KANGXI RADICAL FIRE;So;0;ON; 706B;;;;N;;;;; +2F56;KANGXI RADICAL CLAW;So;0;ON; 722A;;;;N;;;;; +2F57;KANGXI RADICAL FATHER;So;0;ON; 7236;;;;N;;;;; +2F58;KANGXI RADICAL DOUBLE X;So;0;ON; 723B;;;;N;;;;; +2F59;KANGXI RADICAL HALF TREE TRUNK;So;0;ON; 723F;;;;N;;;;; +2F5A;KANGXI RADICAL SLICE;So;0;ON; 7247;;;;N;;;;; +2F5B;KANGXI RADICAL FANG;So;0;ON; 7259;;;;N;;;;; +2F5C;KANGXI RADICAL COW;So;0;ON; 725B;;;;N;;;;; +2F5D;KANGXI RADICAL DOG;So;0;ON; 72AC;;;;N;;;;; +2F5E;KANGXI RADICAL PROFOUND;So;0;ON; 7384;;;;N;;;;; +2F5F;KANGXI RADICAL JADE;So;0;ON; 7389;;;;N;;;;; +2F60;KANGXI RADICAL MELON;So;0;ON; 74DC;;;;N;;;;; +2F61;KANGXI RADICAL TILE;So;0;ON; 74E6;;;;N;;;;; +2F62;KANGXI RADICAL SWEET;So;0;ON; 7518;;;;N;;;;; +2F63;KANGXI RADICAL LIFE;So;0;ON; 751F;;;;N;;;;; +2F64;KANGXI RADICAL USE;So;0;ON; 7528;;;;N;;;;; +2F65;KANGXI RADICAL FIELD;So;0;ON; 7530;;;;N;;;;; +2F66;KANGXI RADICAL BOLT OF CLOTH;So;0;ON; 758B;;;;N;;;;; +2F67;KANGXI RADICAL SICKNESS;So;0;ON; 7592;;;;N;;;;; +2F68;KANGXI RADICAL DOTTED TENT;So;0;ON; 7676;;;;N;;;;; +2F69;KANGXI RADICAL WHITE;So;0;ON; 767D;;;;N;;;;; +2F6A;KANGXI RADICAL SKIN;So;0;ON; 76AE;;;;N;;;;; +2F6B;KANGXI RADICAL DISH;So;0;ON; 76BF;;;;N;;;;; +2F6C;KANGXI RADICAL EYE;So;0;ON; 76EE;;;;N;;;;; +2F6D;KANGXI RADICAL SPEAR;So;0;ON; 77DB;;;;N;;;;; +2F6E;KANGXI RADICAL ARROW;So;0;ON; 77E2;;;;N;;;;; +2F6F;KANGXI RADICAL STONE;So;0;ON; 77F3;;;;N;;;;; +2F70;KANGXI RADICAL SPIRIT;So;0;ON; 793A;;;;N;;;;; +2F71;KANGXI RADICAL TRACK;So;0;ON; 79B8;;;;N;;;;; +2F72;KANGXI RADICAL GRAIN;So;0;ON; 79BE;;;;N;;;;; +2F73;KANGXI RADICAL CAVE;So;0;ON; 7A74;;;;N;;;;; +2F74;KANGXI RADICAL STAND;So;0;ON; 7ACB;;;;N;;;;; +2F75;KANGXI RADICAL BAMBOO;So;0;ON; 7AF9;;;;N;;;;; +2F76;KANGXI RADICAL RICE;So;0;ON; 7C73;;;;N;;;;; +2F77;KANGXI RADICAL SILK;So;0;ON; 7CF8;;;;N;;;;; +2F78;KANGXI RADICAL JAR;So;0;ON; 7F36;;;;N;;;;; +2F79;KANGXI RADICAL NET;So;0;ON; 7F51;;;;N;;;;; +2F7A;KANGXI RADICAL SHEEP;So;0;ON; 7F8A;;;;N;;;;; +2F7B;KANGXI RADICAL FEATHER;So;0;ON; 7FBD;;;;N;;;;; +2F7C;KANGXI RADICAL OLD;So;0;ON; 8001;;;;N;;;;; +2F7D;KANGXI RADICAL AND;So;0;ON; 800C;;;;N;;;;; +2F7E;KANGXI RADICAL PLOW;So;0;ON; 8012;;;;N;;;;; +2F7F;KANGXI RADICAL EAR;So;0;ON; 8033;;;;N;;;;; +2F80;KANGXI RADICAL BRUSH;So;0;ON; 807F;;;;N;;;;; +2F81;KANGXI RADICAL MEAT;So;0;ON; 8089;;;;N;;;;; +2F82;KANGXI RADICAL MINISTER;So;0;ON; 81E3;;;;N;;;;; +2F83;KANGXI RADICAL SELF;So;0;ON; 81EA;;;;N;;;;; +2F84;KANGXI RADICAL ARRIVE;So;0;ON; 81F3;;;;N;;;;; +2F85;KANGXI RADICAL MORTAR;So;0;ON; 81FC;;;;N;;;;; +2F86;KANGXI RADICAL TONGUE;So;0;ON; 820C;;;;N;;;;; +2F87;KANGXI RADICAL OPPOSE;So;0;ON; 821B;;;;N;;;;; +2F88;KANGXI RADICAL BOAT;So;0;ON; 821F;;;;N;;;;; +2F89;KANGXI RADICAL STOPPING;So;0;ON; 826E;;;;N;;;;; +2F8A;KANGXI RADICAL COLOR;So;0;ON; 8272;;;;N;;;;; +2F8B;KANGXI RADICAL GRASS;So;0;ON; 8278;;;;N;;;;; +2F8C;KANGXI RADICAL TIGER;So;0;ON; 864D;;;;N;;;;; +2F8D;KANGXI RADICAL INSECT;So;0;ON; 866B;;;;N;;;;; +2F8E;KANGXI RADICAL BLOOD;So;0;ON; 8840;;;;N;;;;; +2F8F;KANGXI RADICAL WALK ENCLOSURE;So;0;ON; 884C;;;;N;;;;; +2F90;KANGXI RADICAL CLOTHES;So;0;ON; 8863;;;;N;;;;; +2F91;KANGXI RADICAL WEST;So;0;ON; 897E;;;;N;;;;; +2F92;KANGXI RADICAL SEE;So;0;ON; 898B;;;;N;;;;; +2F93;KANGXI RADICAL HORN;So;0;ON; 89D2;;;;N;;;;; +2F94;KANGXI RADICAL SPEECH;So;0;ON; 8A00;;;;N;;;;; +2F95;KANGXI RADICAL VALLEY;So;0;ON; 8C37;;;;N;;;;; +2F96;KANGXI RADICAL BEAN;So;0;ON; 8C46;;;;N;;;;; +2F97;KANGXI RADICAL PIG;So;0;ON; 8C55;;;;N;;;;; +2F98;KANGXI RADICAL BADGER;So;0;ON; 8C78;;;;N;;;;; +2F99;KANGXI RADICAL SHELL;So;0;ON; 8C9D;;;;N;;;;; +2F9A;KANGXI RADICAL RED;So;0;ON; 8D64;;;;N;;;;; +2F9B;KANGXI RADICAL RUN;So;0;ON; 8D70;;;;N;;;;; +2F9C;KANGXI RADICAL FOOT;So;0;ON; 8DB3;;;;N;;;;; +2F9D;KANGXI RADICAL BODY;So;0;ON; 8EAB;;;;N;;;;; +2F9E;KANGXI RADICAL CART;So;0;ON; 8ECA;;;;N;;;;; +2F9F;KANGXI RADICAL BITTER;So;0;ON; 8F9B;;;;N;;;;; +2FA0;KANGXI RADICAL MORNING;So;0;ON; 8FB0;;;;N;;;;; +2FA1;KANGXI RADICAL WALK;So;0;ON; 8FB5;;;;N;;;;; +2FA2;KANGXI RADICAL CITY;So;0;ON; 9091;;;;N;;;;; +2FA3;KANGXI RADICAL WINE;So;0;ON; 9149;;;;N;;;;; +2FA4;KANGXI RADICAL DISTINGUISH;So;0;ON; 91C6;;;;N;;;;; +2FA5;KANGXI RADICAL VILLAGE;So;0;ON; 91CC;;;;N;;;;; +2FA6;KANGXI RADICAL GOLD;So;0;ON; 91D1;;;;N;;;;; +2FA7;KANGXI RADICAL LONG;So;0;ON; 9577;;;;N;;;;; +2FA8;KANGXI RADICAL GATE;So;0;ON; 9580;;;;N;;;;; +2FA9;KANGXI RADICAL MOUND;So;0;ON; 961C;;;;N;;;;; +2FAA;KANGXI RADICAL SLAVE;So;0;ON; 96B6;;;;N;;;;; +2FAB;KANGXI RADICAL SHORT TAILED BIRD;So;0;ON; 96B9;;;;N;;;;; +2FAC;KANGXI RADICAL RAIN;So;0;ON; 96E8;;;;N;;;;; +2FAD;KANGXI RADICAL BLUE;So;0;ON; 9751;;;;N;;;;; +2FAE;KANGXI RADICAL WRONG;So;0;ON; 975E;;;;N;;;;; +2FAF;KANGXI RADICAL FACE;So;0;ON; 9762;;;;N;;;;; +2FB0;KANGXI RADICAL LEATHER;So;0;ON; 9769;;;;N;;;;; +2FB1;KANGXI RADICAL TANNED LEATHER;So;0;ON; 97CB;;;;N;;;;; +2FB2;KANGXI RADICAL LEEK;So;0;ON; 97ED;;;;N;;;;; +2FB3;KANGXI RADICAL SOUND;So;0;ON; 97F3;;;;N;;;;; +2FB4;KANGXI RADICAL LEAF;So;0;ON; 9801;;;;N;;;;; +2FB5;KANGXI RADICAL WIND;So;0;ON; 98A8;;;;N;;;;; +2FB6;KANGXI RADICAL FLY;So;0;ON; 98DB;;;;N;;;;; +2FB7;KANGXI RADICAL EAT;So;0;ON; 98DF;;;;N;;;;; +2FB8;KANGXI RADICAL HEAD;So;0;ON; 9996;;;;N;;;;; +2FB9;KANGXI RADICAL FRAGRANT;So;0;ON; 9999;;;;N;;;;; +2FBA;KANGXI RADICAL HORSE;So;0;ON; 99AC;;;;N;;;;; +2FBB;KANGXI RADICAL BONE;So;0;ON; 9AA8;;;;N;;;;; +2FBC;KANGXI RADICAL TALL;So;0;ON; 9AD8;;;;N;;;;; +2FBD;KANGXI RADICAL HAIR;So;0;ON; 9ADF;;;;N;;;;; +2FBE;KANGXI RADICAL FIGHT;So;0;ON; 9B25;;;;N;;;;; +2FBF;KANGXI RADICAL SACRIFICIAL WINE;So;0;ON; 9B2F;;;;N;;;;; +2FC0;KANGXI RADICAL CAULDRON;So;0;ON; 9B32;;;;N;;;;; +2FC1;KANGXI RADICAL GHOST;So;0;ON; 9B3C;;;;N;;;;; +2FC2;KANGXI RADICAL FISH;So;0;ON; 9B5A;;;;N;;;;; +2FC3;KANGXI RADICAL BIRD;So;0;ON; 9CE5;;;;N;;;;; +2FC4;KANGXI RADICAL SALT;So;0;ON; 9E75;;;;N;;;;; +2FC5;KANGXI RADICAL DEER;So;0;ON; 9E7F;;;;N;;;;; +2FC6;KANGXI RADICAL WHEAT;So;0;ON; 9EA5;;;;N;;;;; +2FC7;KANGXI RADICAL HEMP;So;0;ON; 9EBB;;;;N;;;;; +2FC8;KANGXI RADICAL YELLOW;So;0;ON; 9EC3;;;;N;;;;; +2FC9;KANGXI RADICAL MILLET;So;0;ON; 9ECD;;;;N;;;;; +2FCA;KANGXI RADICAL BLACK;So;0;ON; 9ED1;;;;N;;;;; +2FCB;KANGXI RADICAL EMBROIDERY;So;0;ON; 9EF9;;;;N;;;;; +2FCC;KANGXI RADICAL FROG;So;0;ON; 9EFD;;;;N;;;;; +2FCD;KANGXI RADICAL TRIPOD;So;0;ON; 9F0E;;;;N;;;;; +2FCE;KANGXI RADICAL DRUM;So;0;ON; 9F13;;;;N;;;;; +2FCF;KANGXI RADICAL RAT;So;0;ON; 9F20;;;;N;;;;; +2FD0;KANGXI RADICAL NOSE;So;0;ON; 9F3B;;;;N;;;;; +2FD1;KANGXI RADICAL EVEN;So;0;ON; 9F4A;;;;N;;;;; +2FD2;KANGXI RADICAL TOOTH;So;0;ON; 9F52;;;;N;;;;; +2FD3;KANGXI RADICAL DRAGON;So;0;ON; 9F8D;;;;N;;;;; +2FD4;KANGXI RADICAL TURTLE;So;0;ON; 9F9C;;;;N;;;;; +2FD5;KANGXI RADICAL FLUTE;So;0;ON; 9FA0;;;;N;;;;; +2FF0;IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT;So;0;ON;;;;;N;;;;; +2FF1;IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW;So;0;ON;;;;;N;;;;; +2FF2;IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT;So;0;ON;;;;;N;;;;; +2FF3;IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW;So;0;ON;;;;;N;;;;; +2FF4;IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND;So;0;ON;;;;;N;;;;; +2FF5;IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE;So;0;ON;;;;;N;;;;; +2FF6;IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW;So;0;ON;;;;;N;;;;; +2FF7;IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT;So;0;ON;;;;;N;;;;; +2FF8;IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT;So;0;ON;;;;;N;;;;; +2FF9;IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT;So;0;ON;;;;;N;;;;; +2FFA;IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT;So;0;ON;;;;;N;;;;; +2FFB;IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID;So;0;ON;;;;;N;;;;; +3000;IDEOGRAPHIC SPACE;Zs;0;WS; 0020;;;;N;;;;; +3001;IDEOGRAPHIC COMMA;Po;0;ON;;;;;N;;;;; +3002;IDEOGRAPHIC FULL STOP;Po;0;ON;;;;;N;IDEOGRAPHIC PERIOD;;;; +3003;DITTO MARK;Po;0;ON;;;;;N;;;;; +3004;JAPANESE INDUSTRIAL STANDARD SYMBOL;So;0;ON;;;;;N;;;;; +3005;IDEOGRAPHIC ITERATION MARK;Lm;0;L;;;;;N;;;;; +3006;IDEOGRAPHIC CLOSING MARK;Lo;0;L;;;;;N;;;;; +3007;IDEOGRAPHIC NUMBER ZERO;Nl;0;L;;;;0;N;;;;; +3008;LEFT ANGLE BRACKET;Ps;0;ON;;;;;Y;OPENING ANGLE BRACKET;;;; +3009;RIGHT ANGLE BRACKET;Pe;0;ON;;;;;Y;CLOSING ANGLE BRACKET;;;; +300A;LEFT DOUBLE ANGLE BRACKET;Ps;0;ON;;;;;Y;OPENING DOUBLE ANGLE BRACKET;;;; +300B;RIGHT DOUBLE ANGLE BRACKET;Pe;0;ON;;;;;Y;CLOSING DOUBLE ANGLE BRACKET;;;; +300C;LEFT CORNER BRACKET;Ps;0;ON;;;;;Y;OPENING CORNER BRACKET;;;; +300D;RIGHT CORNER BRACKET;Pe;0;ON;;;;;Y;CLOSING CORNER BRACKET;;;; +300E;LEFT WHITE CORNER BRACKET;Ps;0;ON;;;;;Y;OPENING WHITE CORNER BRACKET;;;; +300F;RIGHT WHITE CORNER BRACKET;Pe;0;ON;;;;;Y;CLOSING WHITE CORNER BRACKET;;;; +3010;LEFT BLACK LENTICULAR BRACKET;Ps;0;ON;;;;;Y;OPENING BLACK LENTICULAR BRACKET;;;; +3011;RIGHT BLACK LENTICULAR BRACKET;Pe;0;ON;;;;;Y;CLOSING BLACK LENTICULAR BRACKET;;;; +3012;POSTAL MARK;So;0;ON;;;;;N;;;;; +3013;GETA MARK;So;0;ON;;;;;N;;;;; +3014;LEFT TORTOISE SHELL BRACKET;Ps;0;ON;;;;;Y;OPENING TORTOISE SHELL BRACKET;;;; +3015;RIGHT TORTOISE SHELL BRACKET;Pe;0;ON;;;;;Y;CLOSING TORTOISE SHELL BRACKET;;;; +3016;LEFT WHITE LENTICULAR BRACKET;Ps;0;ON;;;;;Y;OPENING WHITE LENTICULAR BRACKET;;;; +3017;RIGHT WHITE LENTICULAR BRACKET;Pe;0;ON;;;;;Y;CLOSING WHITE LENTICULAR BRACKET;;;; +3018;LEFT WHITE TORTOISE SHELL BRACKET;Ps;0;ON;;;;;Y;OPENING WHITE TORTOISE SHELL BRACKET;;;; +3019;RIGHT WHITE TORTOISE SHELL BRACKET;Pe;0;ON;;;;;Y;CLOSING WHITE TORTOISE SHELL BRACKET;;;; +301A;LEFT WHITE SQUARE BRACKET;Ps;0;ON;;;;;Y;OPENING WHITE SQUARE BRACKET;;;; +301B;RIGHT WHITE SQUARE BRACKET;Pe;0;ON;;;;;Y;CLOSING WHITE SQUARE BRACKET;;;; +301C;WAVE DASH;Pd;0;ON;;;;;N;;;;; +301D;REVERSED DOUBLE PRIME QUOTATION MARK;Ps;0;ON;;;;;N;;;;; +301E;DOUBLE PRIME QUOTATION MARK;Pe;0;ON;;;;;N;;;;; +301F;LOW DOUBLE PRIME QUOTATION MARK;Pe;0;ON;;;;;N;;;;; +3020;POSTAL MARK FACE;So;0;ON;;;;;N;;;;; +3021;HANGZHOU NUMERAL ONE;Nl;0;L;;;;1;N;;;;; +3022;HANGZHOU NUMERAL TWO;Nl;0;L;;;;2;N;;;;; +3023;HANGZHOU NUMERAL THREE;Nl;0;L;;;;3;N;;;;; +3024;HANGZHOU NUMERAL FOUR;Nl;0;L;;;;4;N;;;;; +3025;HANGZHOU NUMERAL FIVE;Nl;0;L;;;;5;N;;;;; +3026;HANGZHOU NUMERAL SIX;Nl;0;L;;;;6;N;;;;; +3027;HANGZHOU NUMERAL SEVEN;Nl;0;L;;;;7;N;;;;; +3028;HANGZHOU NUMERAL EIGHT;Nl;0;L;;;;8;N;;;;; +3029;HANGZHOU NUMERAL NINE;Nl;0;L;;;;9;N;;;;; +302A;IDEOGRAPHIC LEVEL TONE MARK;Mn;218;NSM;;;;;N;;;;; +302B;IDEOGRAPHIC RISING TONE MARK;Mn;228;NSM;;;;;N;;;;; +302C;IDEOGRAPHIC DEPARTING TONE MARK;Mn;232;NSM;;;;;N;;;;; +302D;IDEOGRAPHIC ENTERING TONE MARK;Mn;222;NSM;;;;;N;;;;; +302E;HANGUL SINGLE DOT TONE MARK;Mn;224;NSM;;;;;N;;;;; +302F;HANGUL DOUBLE DOT TONE MARK;Mn;224;NSM;;;;;N;;;;; +3030;WAVY DASH;Pd;0;ON;;;;;N;;;;; +3031;VERTICAL KANA REPEAT MARK;Lm;0;L;;;;;N;;;;; +3032;VERTICAL KANA REPEAT WITH VOICED SOUND MARK;Lm;0;L;;;;;N;;;;; +3033;VERTICAL KANA REPEAT MARK UPPER HALF;Lm;0;L;;;;;N;;;;; +3034;VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF;Lm;0;L;;;;;N;;;;; +3035;VERTICAL KANA REPEAT MARK LOWER HALF;Lm;0;L;;;;;N;;;;; +3036;CIRCLED POSTAL MARK;So;0;ON; 3012;;;;N;;;;; +3037;IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL;So;0;ON;;;;;N;;;;; +3038;HANGZHOU NUMERAL TEN;Nl;0;L; 5341;;;10;N;;;;; +3039;HANGZHOU NUMERAL TWENTY;Nl;0;L; 5344;;;20;N;;;;; +303A;HANGZHOU NUMERAL THIRTY;Nl;0;L; 5345;;;30;N;;;;; +303B;VERTICAL IDEOGRAPHIC ITERATION MARK;Lm;0;L;;;;;N;;;;; +303C;MASU MARK;Lo;0;L;;;;;N;;;;; +303D;PART ALTERNATION MARK;Po;0;ON;;;;;N;;;;; +303E;IDEOGRAPHIC VARIATION INDICATOR;So;0;ON;;;;;N;;;;; +303F;IDEOGRAPHIC HALF FILL SPACE;So;0;ON;;;;;N;;;;; +3041;HIRAGANA LETTER SMALL A;Lo;0;L;;;;;N;;;;; +3042;HIRAGANA LETTER A;Lo;0;L;;;;;N;;;;; +3043;HIRAGANA LETTER SMALL I;Lo;0;L;;;;;N;;;;; +3044;HIRAGANA LETTER I;Lo;0;L;;;;;N;;;;; +3045;HIRAGANA LETTER SMALL U;Lo;0;L;;;;;N;;;;; +3046;HIRAGANA LETTER U;Lo;0;L;;;;;N;;;;; +3047;HIRAGANA LETTER SMALL E;Lo;0;L;;;;;N;;;;; +3048;HIRAGANA LETTER E;Lo;0;L;;;;;N;;;;; +3049;HIRAGANA LETTER SMALL O;Lo;0;L;;;;;N;;;;; +304A;HIRAGANA LETTER O;Lo;0;L;;;;;N;;;;; +304B;HIRAGANA LETTER KA;Lo;0;L;;;;;N;;;;; +304C;HIRAGANA LETTER GA;Lo;0;L;304B 3099;;;;N;;;;; +304D;HIRAGANA LETTER KI;Lo;0;L;;;;;N;;;;; +304E;HIRAGANA LETTER GI;Lo;0;L;304D 3099;;;;N;;;;; +304F;HIRAGANA LETTER KU;Lo;0;L;;;;;N;;;;; +3050;HIRAGANA LETTER GU;Lo;0;L;304F 3099;;;;N;;;;; +3051;HIRAGANA LETTER KE;Lo;0;L;;;;;N;;;;; +3052;HIRAGANA LETTER GE;Lo;0;L;3051 3099;;;;N;;;;; +3053;HIRAGANA LETTER KO;Lo;0;L;;;;;N;;;;; +3054;HIRAGANA LETTER GO;Lo;0;L;3053 3099;;;;N;;;;; +3055;HIRAGANA LETTER SA;Lo;0;L;;;;;N;;;;; +3056;HIRAGANA LETTER ZA;Lo;0;L;3055 3099;;;;N;;;;; +3057;HIRAGANA LETTER SI;Lo;0;L;;;;;N;;;;; +3058;HIRAGANA LETTER ZI;Lo;0;L;3057 3099;;;;N;;;;; +3059;HIRAGANA LETTER SU;Lo;0;L;;;;;N;;;;; +305A;HIRAGANA LETTER ZU;Lo;0;L;3059 3099;;;;N;;;;; +305B;HIRAGANA LETTER SE;Lo;0;L;;;;;N;;;;; +305C;HIRAGANA LETTER ZE;Lo;0;L;305B 3099;;;;N;;;;; +305D;HIRAGANA LETTER SO;Lo;0;L;;;;;N;;;;; +305E;HIRAGANA LETTER ZO;Lo;0;L;305D 3099;;;;N;;;;; +305F;HIRAGANA LETTER TA;Lo;0;L;;;;;N;;;;; +3060;HIRAGANA LETTER DA;Lo;0;L;305F 3099;;;;N;;;;; +3061;HIRAGANA LETTER TI;Lo;0;L;;;;;N;;;;; +3062;HIRAGANA LETTER DI;Lo;0;L;3061 3099;;;;N;;;;; +3063;HIRAGANA LETTER SMALL TU;Lo;0;L;;;;;N;;;;; +3064;HIRAGANA LETTER TU;Lo;0;L;;;;;N;;;;; +3065;HIRAGANA LETTER DU;Lo;0;L;3064 3099;;;;N;;;;; +3066;HIRAGANA LETTER TE;Lo;0;L;;;;;N;;;;; +3067;HIRAGANA LETTER DE;Lo;0;L;3066 3099;;;;N;;;;; +3068;HIRAGANA LETTER TO;Lo;0;L;;;;;N;;;;; +3069;HIRAGANA LETTER DO;Lo;0;L;3068 3099;;;;N;;;;; +306A;HIRAGANA LETTER NA;Lo;0;L;;;;;N;;;;; +306B;HIRAGANA LETTER NI;Lo;0;L;;;;;N;;;;; +306C;HIRAGANA LETTER NU;Lo;0;L;;;;;N;;;;; +306D;HIRAGANA LETTER NE;Lo;0;L;;;;;N;;;;; +306E;HIRAGANA LETTER NO;Lo;0;L;;;;;N;;;;; +306F;HIRAGANA LETTER HA;Lo;0;L;;;;;N;;;;; +3070;HIRAGANA LETTER BA;Lo;0;L;306F 3099;;;;N;;;;; +3071;HIRAGANA LETTER PA;Lo;0;L;306F 309A;;;;N;;;;; +3072;HIRAGANA LETTER HI;Lo;0;L;;;;;N;;;;; +3073;HIRAGANA LETTER BI;Lo;0;L;3072 3099;;;;N;;;;; +3074;HIRAGANA LETTER PI;Lo;0;L;3072 309A;;;;N;;;;; +3075;HIRAGANA LETTER HU;Lo;0;L;;;;;N;;;;; +3076;HIRAGANA LETTER BU;Lo;0;L;3075 3099;;;;N;;;;; +3077;HIRAGANA LETTER PU;Lo;0;L;3075 309A;;;;N;;;;; +3078;HIRAGANA LETTER HE;Lo;0;L;;;;;N;;;;; +3079;HIRAGANA LETTER BE;Lo;0;L;3078 3099;;;;N;;;;; +307A;HIRAGANA LETTER PE;Lo;0;L;3078 309A;;;;N;;;;; +307B;HIRAGANA LETTER HO;Lo;0;L;;;;;N;;;;; +307C;HIRAGANA LETTER BO;Lo;0;L;307B 3099;;;;N;;;;; +307D;HIRAGANA LETTER PO;Lo;0;L;307B 309A;;;;N;;;;; +307E;HIRAGANA LETTER MA;Lo;0;L;;;;;N;;;;; +307F;HIRAGANA LETTER MI;Lo;0;L;;;;;N;;;;; +3080;HIRAGANA LETTER MU;Lo;0;L;;;;;N;;;;; +3081;HIRAGANA LETTER ME;Lo;0;L;;;;;N;;;;; +3082;HIRAGANA LETTER MO;Lo;0;L;;;;;N;;;;; +3083;HIRAGANA LETTER SMALL YA;Lo;0;L;;;;;N;;;;; +3084;HIRAGANA LETTER YA;Lo;0;L;;;;;N;;;;; +3085;HIRAGANA LETTER SMALL YU;Lo;0;L;;;;;N;;;;; +3086;HIRAGANA LETTER YU;Lo;0;L;;;;;N;;;;; +3087;HIRAGANA LETTER SMALL YO;Lo;0;L;;;;;N;;;;; +3088;HIRAGANA LETTER YO;Lo;0;L;;;;;N;;;;; +3089;HIRAGANA LETTER RA;Lo;0;L;;;;;N;;;;; +308A;HIRAGANA LETTER RI;Lo;0;L;;;;;N;;;;; +308B;HIRAGANA LETTER RU;Lo;0;L;;;;;N;;;;; +308C;HIRAGANA LETTER RE;Lo;0;L;;;;;N;;;;; +308D;HIRAGANA LETTER RO;Lo;0;L;;;;;N;;;;; +308E;HIRAGANA LETTER SMALL WA;Lo;0;L;;;;;N;;;;; +308F;HIRAGANA LETTER WA;Lo;0;L;;;;;N;;;;; +3090;HIRAGANA LETTER WI;Lo;0;L;;;;;N;;;;; +3091;HIRAGANA LETTER WE;Lo;0;L;;;;;N;;;;; +3092;HIRAGANA LETTER WO;Lo;0;L;;;;;N;;;;; +3093;HIRAGANA LETTER N;Lo;0;L;;;;;N;;;;; +3094;HIRAGANA LETTER VU;Lo;0;L;3046 3099;;;;N;;;;; +3095;HIRAGANA LETTER SMALL KA;Lo;0;L;;;;;N;;;;; +3096;HIRAGANA LETTER SMALL KE;Lo;0;L;;;;;N;;;;; +3099;COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK;Mn;8;NSM;;;;;N;NON-SPACING KATAKANA-HIRAGANA VOICED SOUND MARK;;;; +309A;COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK;Mn;8;NSM;;;;;N;NON-SPACING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK;;;; +309B;KATAKANA-HIRAGANA VOICED SOUND MARK;Sk;0;ON; 0020 3099;;;;N;;;;; +309C;KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK;Sk;0;ON; 0020 309A;;;;N;;;;; +309D;HIRAGANA ITERATION MARK;Lm;0;L;;;;;N;;;;; +309E;HIRAGANA VOICED ITERATION MARK;Lm;0;L;309D 3099;;;;N;;;;; +309F;HIRAGANA DIGRAPH YORI;Lo;0;L; 3088 308A;;;;N;;;;; +30A0;KATAKANA-HIRAGANA DOUBLE HYPHEN;Pd;0;ON;;;;;N;;;;; +30A1;KATAKANA LETTER SMALL A;Lo;0;L;;;;;N;;;;; +30A2;KATAKANA LETTER A;Lo;0;L;;;;;N;;;;; +30A3;KATAKANA LETTER SMALL I;Lo;0;L;;;;;N;;;;; +30A4;KATAKANA LETTER I;Lo;0;L;;;;;N;;;;; +30A5;KATAKANA LETTER SMALL U;Lo;0;L;;;;;N;;;;; +30A6;KATAKANA LETTER U;Lo;0;L;;;;;N;;;;; +30A7;KATAKANA LETTER SMALL E;Lo;0;L;;;;;N;;;;; +30A8;KATAKANA LETTER E;Lo;0;L;;;;;N;;;;; +30A9;KATAKANA LETTER SMALL O;Lo;0;L;;;;;N;;;;; +30AA;KATAKANA LETTER O;Lo;0;L;;;;;N;;;;; +30AB;KATAKANA LETTER KA;Lo;0;L;;;;;N;;;;; +30AC;KATAKANA LETTER GA;Lo;0;L;30AB 3099;;;;N;;;;; +30AD;KATAKANA LETTER KI;Lo;0;L;;;;;N;;;;; +30AE;KATAKANA LETTER GI;Lo;0;L;30AD 3099;;;;N;;;;; +30AF;KATAKANA LETTER KU;Lo;0;L;;;;;N;;;;; +30B0;KATAKANA LETTER GU;Lo;0;L;30AF 3099;;;;N;;;;; +30B1;KATAKANA LETTER KE;Lo;0;L;;;;;N;;;;; +30B2;KATAKANA LETTER GE;Lo;0;L;30B1 3099;;;;N;;;;; +30B3;KATAKANA LETTER KO;Lo;0;L;;;;;N;;;;; +30B4;KATAKANA LETTER GO;Lo;0;L;30B3 3099;;;;N;;;;; +30B5;KATAKANA LETTER SA;Lo;0;L;;;;;N;;;;; +30B6;KATAKANA LETTER ZA;Lo;0;L;30B5 3099;;;;N;;;;; +30B7;KATAKANA LETTER SI;Lo;0;L;;;;;N;;;;; +30B8;KATAKANA LETTER ZI;Lo;0;L;30B7 3099;;;;N;;;;; +30B9;KATAKANA LETTER SU;Lo;0;L;;;;;N;;;;; +30BA;KATAKANA LETTER ZU;Lo;0;L;30B9 3099;;;;N;;;;; +30BB;KATAKANA LETTER SE;Lo;0;L;;;;;N;;;;; +30BC;KATAKANA LETTER ZE;Lo;0;L;30BB 3099;;;;N;;;;; +30BD;KATAKANA LETTER SO;Lo;0;L;;;;;N;;;;; +30BE;KATAKANA LETTER ZO;Lo;0;L;30BD 3099;;;;N;;;;; +30BF;KATAKANA LETTER TA;Lo;0;L;;;;;N;;;;; +30C0;KATAKANA LETTER DA;Lo;0;L;30BF 3099;;;;N;;;;; +30C1;KATAKANA LETTER TI;Lo;0;L;;;;;N;;;;; +30C2;KATAKANA LETTER DI;Lo;0;L;30C1 3099;;;;N;;;;; +30C3;KATAKANA LETTER SMALL TU;Lo;0;L;;;;;N;;;;; +30C4;KATAKANA LETTER TU;Lo;0;L;;;;;N;;;;; +30C5;KATAKANA LETTER DU;Lo;0;L;30C4 3099;;;;N;;;;; +30C6;KATAKANA LETTER TE;Lo;0;L;;;;;N;;;;; +30C7;KATAKANA LETTER DE;Lo;0;L;30C6 3099;;;;N;;;;; +30C8;KATAKANA LETTER TO;Lo;0;L;;;;;N;;;;; +30C9;KATAKANA LETTER DO;Lo;0;L;30C8 3099;;;;N;;;;; +30CA;KATAKANA LETTER NA;Lo;0;L;;;;;N;;;;; +30CB;KATAKANA LETTER NI;Lo;0;L;;;;;N;;;;; +30CC;KATAKANA LETTER NU;Lo;0;L;;;;;N;;;;; +30CD;KATAKANA LETTER NE;Lo;0;L;;;;;N;;;;; +30CE;KATAKANA LETTER NO;Lo;0;L;;;;;N;;;;; +30CF;KATAKANA LETTER HA;Lo;0;L;;;;;N;;;;; +30D0;KATAKANA LETTER BA;Lo;0;L;30CF 3099;;;;N;;;;; +30D1;KATAKANA LETTER PA;Lo;0;L;30CF 309A;;;;N;;;;; +30D2;KATAKANA LETTER HI;Lo;0;L;;;;;N;;;;; +30D3;KATAKANA LETTER BI;Lo;0;L;30D2 3099;;;;N;;;;; +30D4;KATAKANA LETTER PI;Lo;0;L;30D2 309A;;;;N;;;;; +30D5;KATAKANA LETTER HU;Lo;0;L;;;;;N;;;;; +30D6;KATAKANA LETTER BU;Lo;0;L;30D5 3099;;;;N;;;;; +30D7;KATAKANA LETTER PU;Lo;0;L;30D5 309A;;;;N;;;;; +30D8;KATAKANA LETTER HE;Lo;0;L;;;;;N;;;;; +30D9;KATAKANA LETTER BE;Lo;0;L;30D8 3099;;;;N;;;;; +30DA;KATAKANA LETTER PE;Lo;0;L;30D8 309A;;;;N;;;;; +30DB;KATAKANA LETTER HO;Lo;0;L;;;;;N;;;;; +30DC;KATAKANA LETTER BO;Lo;0;L;30DB 3099;;;;N;;;;; +30DD;KATAKANA LETTER PO;Lo;0;L;30DB 309A;;;;N;;;;; +30DE;KATAKANA LETTER MA;Lo;0;L;;;;;N;;;;; +30DF;KATAKANA LETTER MI;Lo;0;L;;;;;N;;;;; +30E0;KATAKANA LETTER MU;Lo;0;L;;;;;N;;;;; +30E1;KATAKANA LETTER ME;Lo;0;L;;;;;N;;;;; +30E2;KATAKANA LETTER MO;Lo;0;L;;;;;N;;;;; +30E3;KATAKANA LETTER SMALL YA;Lo;0;L;;;;;N;;;;; +30E4;KATAKANA LETTER YA;Lo;0;L;;;;;N;;;;; +30E5;KATAKANA LETTER SMALL YU;Lo;0;L;;;;;N;;;;; +30E6;KATAKANA LETTER YU;Lo;0;L;;;;;N;;;;; +30E7;KATAKANA LETTER SMALL YO;Lo;0;L;;;;;N;;;;; +30E8;KATAKANA LETTER YO;Lo;0;L;;;;;N;;;;; +30E9;KATAKANA LETTER RA;Lo;0;L;;;;;N;;;;; +30EA;KATAKANA LETTER RI;Lo;0;L;;;;;N;;;;; +30EB;KATAKANA LETTER RU;Lo;0;L;;;;;N;;;;; +30EC;KATAKANA LETTER RE;Lo;0;L;;;;;N;;;;; +30ED;KATAKANA LETTER RO;Lo;0;L;;;;;N;;;;; +30EE;KATAKANA LETTER SMALL WA;Lo;0;L;;;;;N;;;;; +30EF;KATAKANA LETTER WA;Lo;0;L;;;;;N;;;;; +30F0;KATAKANA LETTER WI;Lo;0;L;;;;;N;;;;; +30F1;KATAKANA LETTER WE;Lo;0;L;;;;;N;;;;; +30F2;KATAKANA LETTER WO;Lo;0;L;;;;;N;;;;; +30F3;KATAKANA LETTER N;Lo;0;L;;;;;N;;;;; +30F4;KATAKANA LETTER VU;Lo;0;L;30A6 3099;;;;N;;;;; +30F5;KATAKANA LETTER SMALL KA;Lo;0;L;;;;;N;;;;; +30F6;KATAKANA LETTER SMALL KE;Lo;0;L;;;;;N;;;;; +30F7;KATAKANA LETTER VA;Lo;0;L;30EF 3099;;;;N;;;;; +30F8;KATAKANA LETTER VI;Lo;0;L;30F0 3099;;;;N;;;;; +30F9;KATAKANA LETTER VE;Lo;0;L;30F1 3099;;;;N;;;;; +30FA;KATAKANA LETTER VO;Lo;0;L;30F2 3099;;;;N;;;;; +30FB;KATAKANA MIDDLE DOT;Po;0;ON;;;;;N;;;;; +30FC;KATAKANA-HIRAGANA PROLONGED SOUND MARK;Lm;0;L;;;;;N;;;;; +30FD;KATAKANA ITERATION MARK;Lm;0;L;;;;;N;;;;; +30FE;KATAKANA VOICED ITERATION MARK;Lm;0;L;30FD 3099;;;;N;;;;; +30FF;KATAKANA DIGRAPH KOTO;Lo;0;L; 30B3 30C8;;;;N;;;;; +3105;BOPOMOFO LETTER B;Lo;0;L;;;;;N;;;;; +3106;BOPOMOFO LETTER P;Lo;0;L;;;;;N;;;;; +3107;BOPOMOFO LETTER M;Lo;0;L;;;;;N;;;;; +3108;BOPOMOFO LETTER F;Lo;0;L;;;;;N;;;;; +3109;BOPOMOFO LETTER D;Lo;0;L;;;;;N;;;;; +310A;BOPOMOFO LETTER T;Lo;0;L;;;;;N;;;;; +310B;BOPOMOFO LETTER N;Lo;0;L;;;;;N;;;;; +310C;BOPOMOFO LETTER L;Lo;0;L;;;;;N;;;;; +310D;BOPOMOFO LETTER G;Lo;0;L;;;;;N;;;;; +310E;BOPOMOFO LETTER K;Lo;0;L;;;;;N;;;;; +310F;BOPOMOFO LETTER H;Lo;0;L;;;;;N;;;;; +3110;BOPOMOFO LETTER J;Lo;0;L;;;;;N;;;;; +3111;BOPOMOFO LETTER Q;Lo;0;L;;;;;N;;;;; +3112;BOPOMOFO LETTER X;Lo;0;L;;;;;N;;;;; +3113;BOPOMOFO LETTER ZH;Lo;0;L;;;;;N;;;;; +3114;BOPOMOFO LETTER CH;Lo;0;L;;;;;N;;;;; +3115;BOPOMOFO LETTER SH;Lo;0;L;;;;;N;;;;; +3116;BOPOMOFO LETTER R;Lo;0;L;;;;;N;;;;; +3117;BOPOMOFO LETTER Z;Lo;0;L;;;;;N;;;;; +3118;BOPOMOFO LETTER C;Lo;0;L;;;;;N;;;;; +3119;BOPOMOFO LETTER S;Lo;0;L;;;;;N;;;;; +311A;BOPOMOFO LETTER A;Lo;0;L;;;;;N;;;;; +311B;BOPOMOFO LETTER O;Lo;0;L;;;;;N;;;;; +311C;BOPOMOFO LETTER E;Lo;0;L;;;;;N;;;;; +311D;BOPOMOFO LETTER EH;Lo;0;L;;;;;N;;;;; +311E;BOPOMOFO LETTER AI;Lo;0;L;;;;;N;;;;; +311F;BOPOMOFO LETTER EI;Lo;0;L;;;;;N;;;;; +3120;BOPOMOFO LETTER AU;Lo;0;L;;;;;N;;;;; +3121;BOPOMOFO LETTER OU;Lo;0;L;;;;;N;;;;; +3122;BOPOMOFO LETTER AN;Lo;0;L;;;;;N;;;;; +3123;BOPOMOFO LETTER EN;Lo;0;L;;;;;N;;;;; +3124;BOPOMOFO LETTER ANG;Lo;0;L;;;;;N;;;;; +3125;BOPOMOFO LETTER ENG;Lo;0;L;;;;;N;;;;; +3126;BOPOMOFO LETTER ER;Lo;0;L;;;;;N;;;;; +3127;BOPOMOFO LETTER I;Lo;0;L;;;;;N;;;;; +3128;BOPOMOFO LETTER U;Lo;0;L;;;;;N;;;;; +3129;BOPOMOFO LETTER IU;Lo;0;L;;;;;N;;;;; +312A;BOPOMOFO LETTER V;Lo;0;L;;;;;N;;;;; +312B;BOPOMOFO LETTER NG;Lo;0;L;;;;;N;;;;; +312C;BOPOMOFO LETTER GN;Lo;0;L;;;;;N;;;;; +312D;BOPOMOFO LETTER IH;Lo;0;L;;;;;N;;;;; +3131;HANGUL LETTER KIYEOK;Lo;0;L; 1100;;;;N;HANGUL LETTER GIYEOG;;;; +3132;HANGUL LETTER SSANGKIYEOK;Lo;0;L; 1101;;;;N;HANGUL LETTER SSANG GIYEOG;;;; +3133;HANGUL LETTER KIYEOK-SIOS;Lo;0;L; 11AA;;;;N;HANGUL LETTER GIYEOG SIOS;;;; +3134;HANGUL LETTER NIEUN;Lo;0;L; 1102;;;;N;;;;; +3135;HANGUL LETTER NIEUN-CIEUC;Lo;0;L; 11AC;;;;N;HANGUL LETTER NIEUN JIEUJ;;;; +3136;HANGUL LETTER NIEUN-HIEUH;Lo;0;L; 11AD;;;;N;HANGUL LETTER NIEUN HIEUH;;;; +3137;HANGUL LETTER TIKEUT;Lo;0;L; 1103;;;;N;HANGUL LETTER DIGEUD;;;; +3138;HANGUL LETTER SSANGTIKEUT;Lo;0;L; 1104;;;;N;HANGUL LETTER SSANG DIGEUD;;;; +3139;HANGUL LETTER RIEUL;Lo;0;L; 1105;;;;N;HANGUL LETTER LIEUL;;;; +313A;HANGUL LETTER RIEUL-KIYEOK;Lo;0;L; 11B0;;;;N;HANGUL LETTER LIEUL GIYEOG;;;; +313B;HANGUL LETTER RIEUL-MIEUM;Lo;0;L; 11B1;;;;N;HANGUL LETTER LIEUL MIEUM;;;; +313C;HANGUL LETTER RIEUL-PIEUP;Lo;0;L; 11B2;;;;N;HANGUL LETTER LIEUL BIEUB;;;; +313D;HANGUL LETTER RIEUL-SIOS;Lo;0;L; 11B3;;;;N;HANGUL LETTER LIEUL SIOS;;;; +313E;HANGUL LETTER RIEUL-THIEUTH;Lo;0;L; 11B4;;;;N;HANGUL LETTER LIEUL TIEUT;;;; +313F;HANGUL LETTER RIEUL-PHIEUPH;Lo;0;L; 11B5;;;;N;HANGUL LETTER LIEUL PIEUP;;;; +3140;HANGUL LETTER RIEUL-HIEUH;Lo;0;L; 111A;;;;N;HANGUL LETTER LIEUL HIEUH;;;; +3141;HANGUL LETTER MIEUM;Lo;0;L; 1106;;;;N;;;;; +3142;HANGUL LETTER PIEUP;Lo;0;L; 1107;;;;N;HANGUL LETTER BIEUB;;;; +3143;HANGUL LETTER SSANGPIEUP;Lo;0;L; 1108;;;;N;HANGUL LETTER SSANG BIEUB;;;; +3144;HANGUL LETTER PIEUP-SIOS;Lo;0;L; 1121;;;;N;HANGUL LETTER BIEUB SIOS;;;; +3145;HANGUL LETTER SIOS;Lo;0;L; 1109;;;;N;;;;; +3146;HANGUL LETTER SSANGSIOS;Lo;0;L; 110A;;;;N;HANGUL LETTER SSANG SIOS;;;; +3147;HANGUL LETTER IEUNG;Lo;0;L; 110B;;;;N;;;;; +3148;HANGUL LETTER CIEUC;Lo;0;L; 110C;;;;N;HANGUL LETTER JIEUJ;;;; +3149;HANGUL LETTER SSANGCIEUC;Lo;0;L; 110D;;;;N;HANGUL LETTER SSANG JIEUJ;;;; +314A;HANGUL LETTER CHIEUCH;Lo;0;L; 110E;;;;N;HANGUL LETTER CIEUC;;;; +314B;HANGUL LETTER KHIEUKH;Lo;0;L; 110F;;;;N;HANGUL LETTER KIYEOK;;;; +314C;HANGUL LETTER THIEUTH;Lo;0;L; 1110;;;;N;HANGUL LETTER TIEUT;;;; +314D;HANGUL LETTER PHIEUPH;Lo;0;L; 1111;;;;N;HANGUL LETTER PIEUP;;;; +314E;HANGUL LETTER HIEUH;Lo;0;L; 1112;;;;N;;;;; +314F;HANGUL LETTER A;Lo;0;L; 1161;;;;N;;;;; +3150;HANGUL LETTER AE;Lo;0;L; 1162;;;;N;;;;; +3151;HANGUL LETTER YA;Lo;0;L; 1163;;;;N;;;;; +3152;HANGUL LETTER YAE;Lo;0;L; 1164;;;;N;;;;; +3153;HANGUL LETTER EO;Lo;0;L; 1165;;;;N;;;;; +3154;HANGUL LETTER E;Lo;0;L; 1166;;;;N;;;;; +3155;HANGUL LETTER YEO;Lo;0;L; 1167;;;;N;;;;; +3156;HANGUL LETTER YE;Lo;0;L; 1168;;;;N;;;;; +3157;HANGUL LETTER O;Lo;0;L; 1169;;;;N;;;;; +3158;HANGUL LETTER WA;Lo;0;L; 116A;;;;N;;;;; +3159;HANGUL LETTER WAE;Lo;0;L; 116B;;;;N;;;;; +315A;HANGUL LETTER OE;Lo;0;L; 116C;;;;N;;;;; +315B;HANGUL LETTER YO;Lo;0;L; 116D;;;;N;;;;; +315C;HANGUL LETTER U;Lo;0;L; 116E;;;;N;;;;; +315D;HANGUL LETTER WEO;Lo;0;L; 116F;;;;N;;;;; +315E;HANGUL LETTER WE;Lo;0;L; 1170;;;;N;;;;; +315F;HANGUL LETTER WI;Lo;0;L; 1171;;;;N;;;;; +3160;HANGUL LETTER YU;Lo;0;L; 1172;;;;N;;;;; +3161;HANGUL LETTER EU;Lo;0;L; 1173;;;;N;;;;; +3162;HANGUL LETTER YI;Lo;0;L; 1174;;;;N;;;;; +3163;HANGUL LETTER I;Lo;0;L; 1175;;;;N;;;;; +3164;HANGUL FILLER;Lo;0;L; 1160;;;;N;HANGUL CAE OM;;;; +3165;HANGUL LETTER SSANGNIEUN;Lo;0;L; 1114;;;;N;HANGUL LETTER SSANG NIEUN;;;; +3166;HANGUL LETTER NIEUN-TIKEUT;Lo;0;L; 1115;;;;N;HANGUL LETTER NIEUN DIGEUD;;;; +3167;HANGUL LETTER NIEUN-SIOS;Lo;0;L; 11C7;;;;N;HANGUL LETTER NIEUN SIOS;;;; +3168;HANGUL LETTER NIEUN-PANSIOS;Lo;0;L; 11C8;;;;N;HANGUL LETTER NIEUN BAN CHI EUM;;;; +3169;HANGUL LETTER RIEUL-KIYEOK-SIOS;Lo;0;L; 11CC;;;;N;HANGUL LETTER LIEUL GIYEOG SIOS;;;; +316A;HANGUL LETTER RIEUL-TIKEUT;Lo;0;L; 11CE;;;;N;HANGUL LETTER LIEUL DIGEUD;;;; +316B;HANGUL LETTER RIEUL-PIEUP-SIOS;Lo;0;L; 11D3;;;;N;HANGUL LETTER LIEUL BIEUB SIOS;;;; +316C;HANGUL LETTER RIEUL-PANSIOS;Lo;0;L; 11D7;;;;N;HANGUL LETTER LIEUL BAN CHI EUM;;;; +316D;HANGUL LETTER RIEUL-YEORINHIEUH;Lo;0;L; 11D9;;;;N;HANGUL LETTER LIEUL YEOLIN HIEUH;;;; +316E;HANGUL LETTER MIEUM-PIEUP;Lo;0;L; 111C;;;;N;HANGUL LETTER MIEUM BIEUB;;;; +316F;HANGUL LETTER MIEUM-SIOS;Lo;0;L; 11DD;;;;N;HANGUL LETTER MIEUM SIOS;;;; +3170;HANGUL LETTER MIEUM-PANSIOS;Lo;0;L; 11DF;;;;N;HANGUL LETTER BIEUB BAN CHI EUM;;;; +3171;HANGUL LETTER KAPYEOUNMIEUM;Lo;0;L; 111D;;;;N;HANGUL LETTER MIEUM SUN GYEONG EUM;;;; +3172;HANGUL LETTER PIEUP-KIYEOK;Lo;0;L; 111E;;;;N;HANGUL LETTER BIEUB GIYEOG;;;; +3173;HANGUL LETTER PIEUP-TIKEUT;Lo;0;L; 1120;;;;N;HANGUL LETTER BIEUB DIGEUD;;;; +3174;HANGUL LETTER PIEUP-SIOS-KIYEOK;Lo;0;L; 1122;;;;N;HANGUL LETTER BIEUB SIOS GIYEOG;;;; +3175;HANGUL LETTER PIEUP-SIOS-TIKEUT;Lo;0;L; 1123;;;;N;HANGUL LETTER BIEUB SIOS DIGEUD;;;; +3176;HANGUL LETTER PIEUP-CIEUC;Lo;0;L; 1127;;;;N;HANGUL LETTER BIEUB JIEUJ;;;; +3177;HANGUL LETTER PIEUP-THIEUTH;Lo;0;L; 1129;;;;N;HANGUL LETTER BIEUB TIEUT;;;; +3178;HANGUL LETTER KAPYEOUNPIEUP;Lo;0;L; 112B;;;;N;HANGUL LETTER BIEUB SUN GYEONG EUM;;;; +3179;HANGUL LETTER KAPYEOUNSSANGPIEUP;Lo;0;L; 112C;;;;N;HANGUL LETTER SSANG BIEUB SUN GYEONG EUM;;;; +317A;HANGUL LETTER SIOS-KIYEOK;Lo;0;L; 112D;;;;N;HANGUL LETTER SIOS GIYEOG;;;; +317B;HANGUL LETTER SIOS-NIEUN;Lo;0;L; 112E;;;;N;HANGUL LETTER SIOS NIEUN;;;; +317C;HANGUL LETTER SIOS-TIKEUT;Lo;0;L; 112F;;;;N;HANGUL LETTER SIOS DIGEUD;;;; +317D;HANGUL LETTER SIOS-PIEUP;Lo;0;L; 1132;;;;N;HANGUL LETTER SIOS BIEUB;;;; +317E;HANGUL LETTER SIOS-CIEUC;Lo;0;L; 1136;;;;N;HANGUL LETTER SIOS JIEUJ;;;; +317F;HANGUL LETTER PANSIOS;Lo;0;L; 1140;;;;N;HANGUL LETTER BAN CHI EUM;;;; +3180;HANGUL LETTER SSANGIEUNG;Lo;0;L; 1147;;;;N;HANGUL LETTER SSANG IEUNG;;;; +3181;HANGUL LETTER YESIEUNG;Lo;0;L; 114C;;;;N;HANGUL LETTER NGIEUNG;;;; +3182;HANGUL LETTER YESIEUNG-SIOS;Lo;0;L; 11F1;;;;N;HANGUL LETTER NGIEUNG SIOS;;;; +3183;HANGUL LETTER YESIEUNG-PANSIOS;Lo;0;L; 11F2;;;;N;HANGUL LETTER NGIEUNG BAN CHI EUM;;;; +3184;HANGUL LETTER KAPYEOUNPHIEUPH;Lo;0;L; 1157;;;;N;HANGUL LETTER PIEUP SUN GYEONG EUM;;;; +3185;HANGUL LETTER SSANGHIEUH;Lo;0;L; 1158;;;;N;HANGUL LETTER SSANG HIEUH;;;; +3186;HANGUL LETTER YEORINHIEUH;Lo;0;L; 1159;;;;N;HANGUL LETTER YEOLIN HIEUH;;;; +3187;HANGUL LETTER YO-YA;Lo;0;L; 1184;;;;N;HANGUL LETTER YOYA;;;; +3188;HANGUL LETTER YO-YAE;Lo;0;L; 1185;;;;N;HANGUL LETTER YOYAE;;;; +3189;HANGUL LETTER YO-I;Lo;0;L; 1188;;;;N;HANGUL LETTER YOI;;;; +318A;HANGUL LETTER YU-YEO;Lo;0;L; 1191;;;;N;HANGUL LETTER YUYEO;;;; +318B;HANGUL LETTER YU-YE;Lo;0;L; 1192;;;;N;HANGUL LETTER YUYE;;;; +318C;HANGUL LETTER YU-I;Lo;0;L; 1194;;;;N;HANGUL LETTER YUI;;;; +318D;HANGUL LETTER ARAEA;Lo;0;L; 119E;;;;N;HANGUL LETTER ALAE A;;;; +318E;HANGUL LETTER ARAEAE;Lo;0;L; 11A1;;;;N;HANGUL LETTER ALAE AE;;;; +3190;IDEOGRAPHIC ANNOTATION LINKING MARK;So;0;L;;;;;N;KANBUN TATETEN;;;; +3191;IDEOGRAPHIC ANNOTATION REVERSE MARK;So;0;L;;;;;N;KAERITEN RE;;;; +3192;IDEOGRAPHIC ANNOTATION ONE MARK;No;0;L; 4E00;;;1;N;KAERITEN ITI;;;; +3193;IDEOGRAPHIC ANNOTATION TWO MARK;No;0;L; 4E8C;;;2;N;KAERITEN NI;;;; +3194;IDEOGRAPHIC ANNOTATION THREE MARK;No;0;L; 4E09;;;3;N;KAERITEN SAN;;;; +3195;IDEOGRAPHIC ANNOTATION FOUR MARK;No;0;L; 56DB;;;4;N;KAERITEN SI;;;; +3196;IDEOGRAPHIC ANNOTATION TOP MARK;So;0;L; 4E0A;;;;N;KAERITEN ZYOU;;;; +3197;IDEOGRAPHIC ANNOTATION MIDDLE MARK;So;0;L; 4E2D;;;;N;KAERITEN TYUU;;;; +3198;IDEOGRAPHIC ANNOTATION BOTTOM MARK;So;0;L; 4E0B;;;;N;KAERITEN GE;;;; +3199;IDEOGRAPHIC ANNOTATION FIRST MARK;So;0;L; 7532;;;;N;KAERITEN KOU;;;; +319A;IDEOGRAPHIC ANNOTATION SECOND MARK;So;0;L; 4E59;;;;N;KAERITEN OTU;;;; +319B;IDEOGRAPHIC ANNOTATION THIRD MARK;So;0;L; 4E19;;;;N;KAERITEN HEI;;;; +319C;IDEOGRAPHIC ANNOTATION FOURTH MARK;So;0;L; 4E01;;;;N;KAERITEN TEI;;;; +319D;IDEOGRAPHIC ANNOTATION HEAVEN MARK;So;0;L; 5929;;;;N;KAERITEN TEN;;;; +319E;IDEOGRAPHIC ANNOTATION EARTH MARK;So;0;L; 5730;;;;N;KAERITEN TI;;;; +319F;IDEOGRAPHIC ANNOTATION MAN MARK;So;0;L; 4EBA;;;;N;KAERITEN ZIN;;;; +31A0;BOPOMOFO LETTER BU;Lo;0;L;;;;;N;;;;; +31A1;BOPOMOFO LETTER ZI;Lo;0;L;;;;;N;;;;; +31A2;BOPOMOFO LETTER JI;Lo;0;L;;;;;N;;;;; +31A3;BOPOMOFO LETTER GU;Lo;0;L;;;;;N;;;;; +31A4;BOPOMOFO LETTER EE;Lo;0;L;;;;;N;;;;; +31A5;BOPOMOFO LETTER ENN;Lo;0;L;;;;;N;;;;; +31A6;BOPOMOFO LETTER OO;Lo;0;L;;;;;N;;;;; +31A7;BOPOMOFO LETTER ONN;Lo;0;L;;;;;N;;;;; +31A8;BOPOMOFO LETTER IR;Lo;0;L;;;;;N;;;;; +31A9;BOPOMOFO LETTER ANN;Lo;0;L;;;;;N;;;;; +31AA;BOPOMOFO LETTER INN;Lo;0;L;;;;;N;;;;; +31AB;BOPOMOFO LETTER UNN;Lo;0;L;;;;;N;;;;; +31AC;BOPOMOFO LETTER IM;Lo;0;L;;;;;N;;;;; +31AD;BOPOMOFO LETTER NGG;Lo;0;L;;;;;N;;;;; +31AE;BOPOMOFO LETTER AINN;Lo;0;L;;;;;N;;;;; +31AF;BOPOMOFO LETTER AUNN;Lo;0;L;;;;;N;;;;; +31B0;BOPOMOFO LETTER AM;Lo;0;L;;;;;N;;;;; +31B1;BOPOMOFO LETTER OM;Lo;0;L;;;;;N;;;;; +31B2;BOPOMOFO LETTER ONG;Lo;0;L;;;;;N;;;;; +31B3;BOPOMOFO LETTER INNN;Lo;0;L;;;;;N;;;;; +31B4;BOPOMOFO FINAL LETTER P;Lo;0;L;;;;;N;;;;; +31B5;BOPOMOFO FINAL LETTER T;Lo;0;L;;;;;N;;;;; +31B6;BOPOMOFO FINAL LETTER K;Lo;0;L;;;;;N;;;;; +31B7;BOPOMOFO FINAL LETTER H;Lo;0;L;;;;;N;;;;; +31C0;CJK STROKE T;So;0;ON;;;;;N;;;;; +31C1;CJK STROKE WG;So;0;ON;;;;;N;;;;; +31C2;CJK STROKE XG;So;0;ON;;;;;N;;;;; +31C3;CJK STROKE BXG;So;0;ON;;;;;N;;;;; +31C4;CJK STROKE SW;So;0;ON;;;;;N;;;;; +31C5;CJK STROKE HZZ;So;0;ON;;;;;N;;;;; +31C6;CJK STROKE HZG;So;0;ON;;;;;N;;;;; +31C7;CJK STROKE HP;So;0;ON;;;;;N;;;;; +31C8;CJK STROKE HZWG;So;0;ON;;;;;N;;;;; +31C9;CJK STROKE SZWG;So;0;ON;;;;;N;;;;; +31CA;CJK STROKE HZT;So;0;ON;;;;;N;;;;; +31CB;CJK STROKE HZZP;So;0;ON;;;;;N;;;;; +31CC;CJK STROKE HPWG;So;0;ON;;;;;N;;;;; +31CD;CJK STROKE HZW;So;0;ON;;;;;N;;;;; +31CE;CJK STROKE HZZZ;So;0;ON;;;;;N;;;;; +31CF;CJK STROKE N;So;0;ON;;;;;N;;;;; +31D0;CJK STROKE H;So;0;ON;;;;;N;;;;; +31D1;CJK STROKE S;So;0;ON;;;;;N;;;;; +31D2;CJK STROKE P;So;0;ON;;;;;N;;;;; +31D3;CJK STROKE SP;So;0;ON;;;;;N;;;;; +31D4;CJK STROKE D;So;0;ON;;;;;N;;;;; +31D5;CJK STROKE HZ;So;0;ON;;;;;N;;;;; +31D6;CJK STROKE HG;So;0;ON;;;;;N;;;;; +31D7;CJK STROKE SZ;So;0;ON;;;;;N;;;;; +31D8;CJK STROKE SWZ;So;0;ON;;;;;N;;;;; +31D9;CJK STROKE ST;So;0;ON;;;;;N;;;;; +31DA;CJK STROKE SG;So;0;ON;;;;;N;;;;; +31DB;CJK STROKE PD;So;0;ON;;;;;N;;;;; +31DC;CJK STROKE PZ;So;0;ON;;;;;N;;;;; +31DD;CJK STROKE TN;So;0;ON;;;;;N;;;;; +31DE;CJK STROKE SZZ;So;0;ON;;;;;N;;;;; +31DF;CJK STROKE SWG;So;0;ON;;;;;N;;;;; +31E0;CJK STROKE HXWG;So;0;ON;;;;;N;;;;; +31E1;CJK STROKE HZZZG;So;0;ON;;;;;N;;;;; +31E2;CJK STROKE PG;So;0;ON;;;;;N;;;;; +31E3;CJK STROKE Q;So;0;ON;;;;;N;;;;; +31F0;KATAKANA LETTER SMALL KU;Lo;0;L;;;;;N;;;;; +31F1;KATAKANA LETTER SMALL SI;Lo;0;L;;;;;N;;;;; +31F2;KATAKANA LETTER SMALL SU;Lo;0;L;;;;;N;;;;; +31F3;KATAKANA LETTER SMALL TO;Lo;0;L;;;;;N;;;;; +31F4;KATAKANA LETTER SMALL NU;Lo;0;L;;;;;N;;;;; +31F5;KATAKANA LETTER SMALL HA;Lo;0;L;;;;;N;;;;; +31F6;KATAKANA LETTER SMALL HI;Lo;0;L;;;;;N;;;;; +31F7;KATAKANA LETTER SMALL HU;Lo;0;L;;;;;N;;;;; +31F8;KATAKANA LETTER SMALL HE;Lo;0;L;;;;;N;;;;; +31F9;KATAKANA LETTER SMALL HO;Lo;0;L;;;;;N;;;;; +31FA;KATAKANA LETTER SMALL MU;Lo;0;L;;;;;N;;;;; +31FB;KATAKANA LETTER SMALL RA;Lo;0;L;;;;;N;;;;; +31FC;KATAKANA LETTER SMALL RI;Lo;0;L;;;;;N;;;;; +31FD;KATAKANA LETTER SMALL RU;Lo;0;L;;;;;N;;;;; +31FE;KATAKANA LETTER SMALL RE;Lo;0;L;;;;;N;;;;; +31FF;KATAKANA LETTER SMALL RO;Lo;0;L;;;;;N;;;;; +3200;PARENTHESIZED HANGUL KIYEOK;So;0;L; 0028 1100 0029;;;;N;PARENTHESIZED HANGUL GIYEOG;;;; +3201;PARENTHESIZED HANGUL NIEUN;So;0;L; 0028 1102 0029;;;;N;;;;; +3202;PARENTHESIZED HANGUL TIKEUT;So;0;L; 0028 1103 0029;;;;N;PARENTHESIZED HANGUL DIGEUD;;;; +3203;PARENTHESIZED HANGUL RIEUL;So;0;L; 0028 1105 0029;;;;N;PARENTHESIZED HANGUL LIEUL;;;; +3204;PARENTHESIZED HANGUL MIEUM;So;0;L; 0028 1106 0029;;;;N;;;;; +3205;PARENTHESIZED HANGUL PIEUP;So;0;L; 0028 1107 0029;;;;N;PARENTHESIZED HANGUL BIEUB;;;; +3206;PARENTHESIZED HANGUL SIOS;So;0;L; 0028 1109 0029;;;;N;;;;; +3207;PARENTHESIZED HANGUL IEUNG;So;0;L; 0028 110B 0029;;;;N;;;;; +3208;PARENTHESIZED HANGUL CIEUC;So;0;L; 0028 110C 0029;;;;N;PARENTHESIZED HANGUL JIEUJ;;;; +3209;PARENTHESIZED HANGUL CHIEUCH;So;0;L; 0028 110E 0029;;;;N;PARENTHESIZED HANGUL CIEUC;;;; +320A;PARENTHESIZED HANGUL KHIEUKH;So;0;L; 0028 110F 0029;;;;N;PARENTHESIZED HANGUL KIYEOK;;;; +320B;PARENTHESIZED HANGUL THIEUTH;So;0;L; 0028 1110 0029;;;;N;PARENTHESIZED HANGUL TIEUT;;;; +320C;PARENTHESIZED HANGUL PHIEUPH;So;0;L; 0028 1111 0029;;;;N;PARENTHESIZED HANGUL PIEUP;;;; +320D;PARENTHESIZED HANGUL HIEUH;So;0;L; 0028 1112 0029;;;;N;;;;; +320E;PARENTHESIZED HANGUL KIYEOK A;So;0;L; 0028 1100 1161 0029;;;;N;PARENTHESIZED HANGUL GA;;;; +320F;PARENTHESIZED HANGUL NIEUN A;So;0;L; 0028 1102 1161 0029;;;;N;PARENTHESIZED HANGUL NA;;;; +3210;PARENTHESIZED HANGUL TIKEUT A;So;0;L; 0028 1103 1161 0029;;;;N;PARENTHESIZED HANGUL DA;;;; +3211;PARENTHESIZED HANGUL RIEUL A;So;0;L; 0028 1105 1161 0029;;;;N;PARENTHESIZED HANGUL LA;;;; +3212;PARENTHESIZED HANGUL MIEUM A;So;0;L; 0028 1106 1161 0029;;;;N;PARENTHESIZED HANGUL MA;;;; +3213;PARENTHESIZED HANGUL PIEUP A;So;0;L; 0028 1107 1161 0029;;;;N;PARENTHESIZED HANGUL BA;;;; +3214;PARENTHESIZED HANGUL SIOS A;So;0;L; 0028 1109 1161 0029;;;;N;PARENTHESIZED HANGUL SA;;;; +3215;PARENTHESIZED HANGUL IEUNG A;So;0;L; 0028 110B 1161 0029;;;;N;PARENTHESIZED HANGUL A;;;; +3216;PARENTHESIZED HANGUL CIEUC A;So;0;L; 0028 110C 1161 0029;;;;N;PARENTHESIZED HANGUL JA;;;; +3217;PARENTHESIZED HANGUL CHIEUCH A;So;0;L; 0028 110E 1161 0029;;;;N;PARENTHESIZED HANGUL CA;;;; +3218;PARENTHESIZED HANGUL KHIEUKH A;So;0;L; 0028 110F 1161 0029;;;;N;PARENTHESIZED HANGUL KA;;;; +3219;PARENTHESIZED HANGUL THIEUTH A;So;0;L; 0028 1110 1161 0029;;;;N;PARENTHESIZED HANGUL TA;;;; +321A;PARENTHESIZED HANGUL PHIEUPH A;So;0;L; 0028 1111 1161 0029;;;;N;PARENTHESIZED HANGUL PA;;;; +321B;PARENTHESIZED HANGUL HIEUH A;So;0;L; 0028 1112 1161 0029;;;;N;PARENTHESIZED HANGUL HA;;;; +321C;PARENTHESIZED HANGUL CIEUC U;So;0;L; 0028 110C 116E 0029;;;;N;PARENTHESIZED HANGUL JU;;;; +321D;PARENTHESIZED KOREAN CHARACTER OJEON;So;0;ON; 0028 110B 1169 110C 1165 11AB 0029;;;;N;;;;; +321E;PARENTHESIZED KOREAN CHARACTER O HU;So;0;ON; 0028 110B 1169 1112 116E 0029;;;;N;;;;; +3220;PARENTHESIZED IDEOGRAPH ONE;No;0;L; 0028 4E00 0029;;;1;N;;;;; +3221;PARENTHESIZED IDEOGRAPH TWO;No;0;L; 0028 4E8C 0029;;;2;N;;;;; +3222;PARENTHESIZED IDEOGRAPH THREE;No;0;L; 0028 4E09 0029;;;3;N;;;;; +3223;PARENTHESIZED IDEOGRAPH FOUR;No;0;L; 0028 56DB 0029;;;4;N;;;;; +3224;PARENTHESIZED IDEOGRAPH FIVE;No;0;L; 0028 4E94 0029;;;5;N;;;;; +3225;PARENTHESIZED IDEOGRAPH SIX;No;0;L; 0028 516D 0029;;;6;N;;;;; +3226;PARENTHESIZED IDEOGRAPH SEVEN;No;0;L; 0028 4E03 0029;;;7;N;;;;; +3227;PARENTHESIZED IDEOGRAPH EIGHT;No;0;L; 0028 516B 0029;;;8;N;;;;; +3228;PARENTHESIZED IDEOGRAPH NINE;No;0;L; 0028 4E5D 0029;;;9;N;;;;; +3229;PARENTHESIZED IDEOGRAPH TEN;No;0;L; 0028 5341 0029;;;10;N;;;;; +322A;PARENTHESIZED IDEOGRAPH MOON;So;0;L; 0028 6708 0029;;;;N;;;;; +322B;PARENTHESIZED IDEOGRAPH FIRE;So;0;L; 0028 706B 0029;;;;N;;;;; +322C;PARENTHESIZED IDEOGRAPH WATER;So;0;L; 0028 6C34 0029;;;;N;;;;; +322D;PARENTHESIZED IDEOGRAPH WOOD;So;0;L; 0028 6728 0029;;;;N;;;;; +322E;PARENTHESIZED IDEOGRAPH METAL;So;0;L; 0028 91D1 0029;;;;N;;;;; +322F;PARENTHESIZED IDEOGRAPH EARTH;So;0;L; 0028 571F 0029;;;;N;;;;; +3230;PARENTHESIZED IDEOGRAPH SUN;So;0;L; 0028 65E5 0029;;;;N;;;;; +3231;PARENTHESIZED IDEOGRAPH STOCK;So;0;L; 0028 682A 0029;;;;N;;;;; +3232;PARENTHESIZED IDEOGRAPH HAVE;So;0;L; 0028 6709 0029;;;;N;;;;; +3233;PARENTHESIZED IDEOGRAPH SOCIETY;So;0;L; 0028 793E 0029;;;;N;;;;; +3234;PARENTHESIZED IDEOGRAPH NAME;So;0;L; 0028 540D 0029;;;;N;;;;; +3235;PARENTHESIZED IDEOGRAPH SPECIAL;So;0;L; 0028 7279 0029;;;;N;;;;; +3236;PARENTHESIZED IDEOGRAPH FINANCIAL;So;0;L; 0028 8CA1 0029;;;;N;;;;; +3237;PARENTHESIZED IDEOGRAPH CONGRATULATION;So;0;L; 0028 795D 0029;;;;N;;;;; +3238;PARENTHESIZED IDEOGRAPH LABOR;So;0;L; 0028 52B4 0029;;;;N;;;;; +3239;PARENTHESIZED IDEOGRAPH REPRESENT;So;0;L; 0028 4EE3 0029;;;;N;;;;; +323A;PARENTHESIZED IDEOGRAPH CALL;So;0;L; 0028 547C 0029;;;;N;;;;; +323B;PARENTHESIZED IDEOGRAPH STUDY;So;0;L; 0028 5B66 0029;;;;N;;;;; +323C;PARENTHESIZED IDEOGRAPH SUPERVISE;So;0;L; 0028 76E3 0029;;;;N;;;;; +323D;PARENTHESIZED IDEOGRAPH ENTERPRISE;So;0;L; 0028 4F01 0029;;;;N;;;;; +323E;PARENTHESIZED IDEOGRAPH RESOURCE;So;0;L; 0028 8CC7 0029;;;;N;;;;; +323F;PARENTHESIZED IDEOGRAPH ALLIANCE;So;0;L; 0028 5354 0029;;;;N;;;;; +3240;PARENTHESIZED IDEOGRAPH FESTIVAL;So;0;L; 0028 796D 0029;;;;N;;;;; +3241;PARENTHESIZED IDEOGRAPH REST;So;0;L; 0028 4F11 0029;;;;N;;;;; +3242;PARENTHESIZED IDEOGRAPH SELF;So;0;L; 0028 81EA 0029;;;;N;;;;; +3243;PARENTHESIZED IDEOGRAPH REACH;So;0;L; 0028 81F3 0029;;;;N;;;;; +3244;CIRCLED IDEOGRAPH QUESTION;So;0;L; 554F;;;;N;;;;; +3245;CIRCLED IDEOGRAPH KINDERGARTEN;So;0;L; 5E7C;;;;N;;;;; +3246;CIRCLED IDEOGRAPH SCHOOL;So;0;L; 6587;;;;N;;;;; +3247;CIRCLED IDEOGRAPH KOTO;So;0;L; 7B8F;;;;N;;;;; +3248;CIRCLED NUMBER TEN ON BLACK SQUARE;So;0;L;;;;;N;;;;; +3249;CIRCLED NUMBER TWENTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +324A;CIRCLED NUMBER THIRTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +324B;CIRCLED NUMBER FORTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +324C;CIRCLED NUMBER FIFTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +324D;CIRCLED NUMBER SIXTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +324E;CIRCLED NUMBER SEVENTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +324F;CIRCLED NUMBER EIGHTY ON BLACK SQUARE;So;0;L;;;;;N;;;;; +3250;PARTNERSHIP SIGN;So;0;ON; 0050 0054 0045;;;;N;;;;; +3251;CIRCLED NUMBER TWENTY ONE;No;0;ON; 0032 0031;;;21;N;;;;; +3252;CIRCLED NUMBER TWENTY TWO;No;0;ON; 0032 0032;;;22;N;;;;; +3253;CIRCLED NUMBER TWENTY THREE;No;0;ON; 0032 0033;;;23;N;;;;; +3254;CIRCLED NUMBER TWENTY FOUR;No;0;ON; 0032 0034;;;24;N;;;;; +3255;CIRCLED NUMBER TWENTY FIVE;No;0;ON; 0032 0035;;;25;N;;;;; +3256;CIRCLED NUMBER TWENTY SIX;No;0;ON; 0032 0036;;;26;N;;;;; +3257;CIRCLED NUMBER TWENTY SEVEN;No;0;ON; 0032 0037;;;27;N;;;;; +3258;CIRCLED NUMBER TWENTY EIGHT;No;0;ON; 0032 0038;;;28;N;;;;; +3259;CIRCLED NUMBER TWENTY NINE;No;0;ON; 0032 0039;;;29;N;;;;; +325A;CIRCLED NUMBER THIRTY;No;0;ON; 0033 0030;;;30;N;;;;; +325B;CIRCLED NUMBER THIRTY ONE;No;0;ON; 0033 0031;;;31;N;;;;; +325C;CIRCLED NUMBER THIRTY TWO;No;0;ON; 0033 0032;;;32;N;;;;; +325D;CIRCLED NUMBER THIRTY THREE;No;0;ON; 0033 0033;;;33;N;;;;; +325E;CIRCLED NUMBER THIRTY FOUR;No;0;ON; 0033 0034;;;34;N;;;;; +325F;CIRCLED NUMBER THIRTY FIVE;No;0;ON; 0033 0035;;;35;N;;;;; +3260;CIRCLED HANGUL KIYEOK;So;0;L; 1100;;;;N;CIRCLED HANGUL GIYEOG;;;; +3261;CIRCLED HANGUL NIEUN;So;0;L; 1102;;;;N;;;;; +3262;CIRCLED HANGUL TIKEUT;So;0;L; 1103;;;;N;CIRCLED HANGUL DIGEUD;;;; +3263;CIRCLED HANGUL RIEUL;So;0;L; 1105;;;;N;CIRCLED HANGUL LIEUL;;;; +3264;CIRCLED HANGUL MIEUM;So;0;L; 1106;;;;N;;;;; +3265;CIRCLED HANGUL PIEUP;So;0;L; 1107;;;;N;CIRCLED HANGUL BIEUB;;;; +3266;CIRCLED HANGUL SIOS;So;0;L; 1109;;;;N;;;;; +3267;CIRCLED HANGUL IEUNG;So;0;L; 110B;;;;N;;;;; +3268;CIRCLED HANGUL CIEUC;So;0;L; 110C;;;;N;CIRCLED HANGUL JIEUJ;;;; +3269;CIRCLED HANGUL CHIEUCH;So;0;L; 110E;;;;N;CIRCLED HANGUL CIEUC;;;; +326A;CIRCLED HANGUL KHIEUKH;So;0;L; 110F;;;;N;CIRCLED HANGUL KIYEOK;;;; +326B;CIRCLED HANGUL THIEUTH;So;0;L; 1110;;;;N;CIRCLED HANGUL TIEUT;;;; +326C;CIRCLED HANGUL PHIEUPH;So;0;L; 1111;;;;N;CIRCLED HANGUL PIEUP;;;; +326D;CIRCLED HANGUL HIEUH;So;0;L; 1112;;;;N;;;;; +326E;CIRCLED HANGUL KIYEOK A;So;0;L; 1100 1161;;;;N;CIRCLED HANGUL GA;;;; +326F;CIRCLED HANGUL NIEUN A;So;0;L; 1102 1161;;;;N;CIRCLED HANGUL NA;;;; +3270;CIRCLED HANGUL TIKEUT A;So;0;L; 1103 1161;;;;N;CIRCLED HANGUL DA;;;; +3271;CIRCLED HANGUL RIEUL A;So;0;L; 1105 1161;;;;N;CIRCLED HANGUL LA;;;; +3272;CIRCLED HANGUL MIEUM A;So;0;L; 1106 1161;;;;N;CIRCLED HANGUL MA;;;; +3273;CIRCLED HANGUL PIEUP A;So;0;L; 1107 1161;;;;N;CIRCLED HANGUL BA;;;; +3274;CIRCLED HANGUL SIOS A;So;0;L; 1109 1161;;;;N;CIRCLED HANGUL SA;;;; +3275;CIRCLED HANGUL IEUNG A;So;0;L; 110B 1161;;;;N;CIRCLED HANGUL A;;;; +3276;CIRCLED HANGUL CIEUC A;So;0;L; 110C 1161;;;;N;CIRCLED HANGUL JA;;;; +3277;CIRCLED HANGUL CHIEUCH A;So;0;L; 110E 1161;;;;N;CIRCLED HANGUL CA;;;; +3278;CIRCLED HANGUL KHIEUKH A;So;0;L; 110F 1161;;;;N;CIRCLED HANGUL KA;;;; +3279;CIRCLED HANGUL THIEUTH A;So;0;L; 1110 1161;;;;N;CIRCLED HANGUL TA;;;; +327A;CIRCLED HANGUL PHIEUPH A;So;0;L; 1111 1161;;;;N;CIRCLED HANGUL PA;;;; +327B;CIRCLED HANGUL HIEUH A;So;0;L; 1112 1161;;;;N;CIRCLED HANGUL HA;;;; +327C;CIRCLED KOREAN CHARACTER CHAMKO;So;0;ON; 110E 1161 11B7 1100 1169;;;;N;;;;; +327D;CIRCLED KOREAN CHARACTER JUEUI;So;0;ON; 110C 116E 110B 1174;;;;N;;;;; +327E;CIRCLED HANGUL IEUNG U;So;0;ON; 110B 116E;;;;N;;;;; +327F;KOREAN STANDARD SYMBOL;So;0;L;;;;;N;;;;; +3280;CIRCLED IDEOGRAPH ONE;No;0;L; 4E00;;;1;N;;;;; +3281;CIRCLED IDEOGRAPH TWO;No;0;L; 4E8C;;;2;N;;;;; +3282;CIRCLED IDEOGRAPH THREE;No;0;L; 4E09;;;3;N;;;;; +3283;CIRCLED IDEOGRAPH FOUR;No;0;L; 56DB;;;4;N;;;;; +3284;CIRCLED IDEOGRAPH FIVE;No;0;L; 4E94;;;5;N;;;;; +3285;CIRCLED IDEOGRAPH SIX;No;0;L; 516D;;;6;N;;;;; +3286;CIRCLED IDEOGRAPH SEVEN;No;0;L; 4E03;;;7;N;;;;; +3287;CIRCLED IDEOGRAPH EIGHT;No;0;L; 516B;;;8;N;;;;; +3288;CIRCLED IDEOGRAPH NINE;No;0;L; 4E5D;;;9;N;;;;; +3289;CIRCLED IDEOGRAPH TEN;No;0;L; 5341;;;10;N;;;;; +328A;CIRCLED IDEOGRAPH MOON;So;0;L; 6708;;;;N;;;;; +328B;CIRCLED IDEOGRAPH FIRE;So;0;L; 706B;;;;N;;;;; +328C;CIRCLED IDEOGRAPH WATER;So;0;L; 6C34;;;;N;;;;; +328D;CIRCLED IDEOGRAPH WOOD;So;0;L; 6728;;;;N;;;;; +328E;CIRCLED IDEOGRAPH METAL;So;0;L; 91D1;;;;N;;;;; +328F;CIRCLED IDEOGRAPH EARTH;So;0;L; 571F;;;;N;;;;; +3290;CIRCLED IDEOGRAPH SUN;So;0;L; 65E5;;;;N;;;;; +3291;CIRCLED IDEOGRAPH STOCK;So;0;L; 682A;;;;N;;;;; +3292;CIRCLED IDEOGRAPH HAVE;So;0;L; 6709;;;;N;;;;; +3293;CIRCLED IDEOGRAPH SOCIETY;So;0;L; 793E;;;;N;;;;; +3294;CIRCLED IDEOGRAPH NAME;So;0;L; 540D;;;;N;;;;; +3295;CIRCLED IDEOGRAPH SPECIAL;So;0;L; 7279;;;;N;;;;; +3296;CIRCLED IDEOGRAPH FINANCIAL;So;0;L; 8CA1;;;;N;;;;; +3297;CIRCLED IDEOGRAPH CONGRATULATION;So;0;L; 795D;;;;N;;;;; +3298;CIRCLED IDEOGRAPH LABOR;So;0;L; 52B4;;;;N;;;;; +3299;CIRCLED IDEOGRAPH SECRET;So;0;L; 79D8;;;;N;;;;; +329A;CIRCLED IDEOGRAPH MALE;So;0;L; 7537;;;;N;;;;; +329B;CIRCLED IDEOGRAPH FEMALE;So;0;L; 5973;;;;N;;;;; +329C;CIRCLED IDEOGRAPH SUITABLE;So;0;L; 9069;;;;N;;;;; +329D;CIRCLED IDEOGRAPH EXCELLENT;So;0;L; 512A;;;;N;;;;; +329E;CIRCLED IDEOGRAPH PRINT;So;0;L; 5370;;;;N;;;;; +329F;CIRCLED IDEOGRAPH ATTENTION;So;0;L; 6CE8;;;;N;;;;; +32A0;CIRCLED IDEOGRAPH ITEM;So;0;L; 9805;;;;N;;;;; +32A1;CIRCLED IDEOGRAPH REST;So;0;L; 4F11;;;;N;;;;; +32A2;CIRCLED IDEOGRAPH COPY;So;0;L; 5199;;;;N;;;;; +32A3;CIRCLED IDEOGRAPH CORRECT;So;0;L; 6B63;;;;N;;;;; +32A4;CIRCLED IDEOGRAPH HIGH;So;0;L; 4E0A;;;;N;;;;; +32A5;CIRCLED IDEOGRAPH CENTRE;So;0;L; 4E2D;;;;N;CIRCLED IDEOGRAPH CENTER;;;; +32A6;CIRCLED IDEOGRAPH LOW;So;0;L; 4E0B;;;;N;;;;; +32A7;CIRCLED IDEOGRAPH LEFT;So;0;L; 5DE6;;;;N;;;;; +32A8;CIRCLED IDEOGRAPH RIGHT;So;0;L; 53F3;;;;N;;;;; +32A9;CIRCLED IDEOGRAPH MEDICINE;So;0;L; 533B;;;;N;;;;; +32AA;CIRCLED IDEOGRAPH RELIGION;So;0;L; 5B97;;;;N;;;;; +32AB;CIRCLED IDEOGRAPH STUDY;So;0;L; 5B66;;;;N;;;;; +32AC;CIRCLED IDEOGRAPH SUPERVISE;So;0;L; 76E3;;;;N;;;;; +32AD;CIRCLED IDEOGRAPH ENTERPRISE;So;0;L; 4F01;;;;N;;;;; +32AE;CIRCLED IDEOGRAPH RESOURCE;So;0;L; 8CC7;;;;N;;;;; +32AF;CIRCLED IDEOGRAPH ALLIANCE;So;0;L; 5354;;;;N;;;;; +32B0;CIRCLED IDEOGRAPH NIGHT;So;0;L; 591C;;;;N;;;;; +32B1;CIRCLED NUMBER THIRTY SIX;No;0;ON; 0033 0036;;;36;N;;;;; +32B2;CIRCLED NUMBER THIRTY SEVEN;No;0;ON; 0033 0037;;;37;N;;;;; +32B3;CIRCLED NUMBER THIRTY EIGHT;No;0;ON; 0033 0038;;;38;N;;;;; +32B4;CIRCLED NUMBER THIRTY NINE;No;0;ON; 0033 0039;;;39;N;;;;; +32B5;CIRCLED NUMBER FORTY;No;0;ON; 0034 0030;;;40;N;;;;; +32B6;CIRCLED NUMBER FORTY ONE;No;0;ON; 0034 0031;;;41;N;;;;; +32B7;CIRCLED NUMBER FORTY TWO;No;0;ON; 0034 0032;;;42;N;;;;; +32B8;CIRCLED NUMBER FORTY THREE;No;0;ON; 0034 0033;;;43;N;;;;; +32B9;CIRCLED NUMBER FORTY FOUR;No;0;ON; 0034 0034;;;44;N;;;;; +32BA;CIRCLED NUMBER FORTY FIVE;No;0;ON; 0034 0035;;;45;N;;;;; +32BB;CIRCLED NUMBER FORTY SIX;No;0;ON; 0034 0036;;;46;N;;;;; +32BC;CIRCLED NUMBER FORTY SEVEN;No;0;ON; 0034 0037;;;47;N;;;;; +32BD;CIRCLED NUMBER FORTY EIGHT;No;0;ON; 0034 0038;;;48;N;;;;; +32BE;CIRCLED NUMBER FORTY NINE;No;0;ON; 0034 0039;;;49;N;;;;; +32BF;CIRCLED NUMBER FIFTY;No;0;ON; 0035 0030;;;50;N;;;;; +32C0;IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY;So;0;L; 0031 6708;;;;N;;;;; +32C1;IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY;So;0;L; 0032 6708;;;;N;;;;; +32C2;IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH;So;0;L; 0033 6708;;;;N;;;;; +32C3;IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL;So;0;L; 0034 6708;;;;N;;;;; +32C4;IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY;So;0;L; 0035 6708;;;;N;;;;; +32C5;IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE;So;0;L; 0036 6708;;;;N;;;;; +32C6;IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY;So;0;L; 0037 6708;;;;N;;;;; +32C7;IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST;So;0;L; 0038 6708;;;;N;;;;; +32C8;IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER;So;0;L; 0039 6708;;;;N;;;;; +32C9;IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER;So;0;L; 0031 0030 6708;;;;N;;;;; +32CA;IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER;So;0;L; 0031 0031 6708;;;;N;;;;; +32CB;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER;So;0;L; 0031 0032 6708;;;;N;;;;; +32CC;SQUARE HG;So;0;ON; 0048 0067;;;;N;;;;; +32CD;SQUARE ERG;So;0;ON; 0065 0072 0067;;;;N;;;;; +32CE;SQUARE EV;So;0;ON; 0065 0056;;;;N;;;;; +32CF;LIMITED LIABILITY SIGN;So;0;ON; 004C 0054 0044;;;;N;;;;; +32D0;CIRCLED KATAKANA A;So;0;L; 30A2;;;;N;;;;; +32D1;CIRCLED KATAKANA I;So;0;L; 30A4;;;;N;;;;; +32D2;CIRCLED KATAKANA U;So;0;L; 30A6;;;;N;;;;; +32D3;CIRCLED KATAKANA E;So;0;L; 30A8;;;;N;;;;; +32D4;CIRCLED KATAKANA O;So;0;L; 30AA;;;;N;;;;; +32D5;CIRCLED KATAKANA KA;So;0;L; 30AB;;;;N;;;;; +32D6;CIRCLED KATAKANA KI;So;0;L; 30AD;;;;N;;;;; +32D7;CIRCLED KATAKANA KU;So;0;L; 30AF;;;;N;;;;; +32D8;CIRCLED KATAKANA KE;So;0;L; 30B1;;;;N;;;;; +32D9;CIRCLED KATAKANA KO;So;0;L; 30B3;;;;N;;;;; +32DA;CIRCLED KATAKANA SA;So;0;L; 30B5;;;;N;;;;; +32DB;CIRCLED KATAKANA SI;So;0;L; 30B7;;;;N;;;;; +32DC;CIRCLED KATAKANA SU;So;0;L; 30B9;;;;N;;;;; +32DD;CIRCLED KATAKANA SE;So;0;L; 30BB;;;;N;;;;; +32DE;CIRCLED KATAKANA SO;So;0;L; 30BD;;;;N;;;;; +32DF;CIRCLED KATAKANA TA;So;0;L; 30BF;;;;N;;;;; +32E0;CIRCLED KATAKANA TI;So;0;L; 30C1;;;;N;;;;; +32E1;CIRCLED KATAKANA TU;So;0;L; 30C4;;;;N;;;;; +32E2;CIRCLED KATAKANA TE;So;0;L; 30C6;;;;N;;;;; +32E3;CIRCLED KATAKANA TO;So;0;L; 30C8;;;;N;;;;; +32E4;CIRCLED KATAKANA NA;So;0;L; 30CA;;;;N;;;;; +32E5;CIRCLED KATAKANA NI;So;0;L; 30CB;;;;N;;;;; +32E6;CIRCLED KATAKANA NU;So;0;L; 30CC;;;;N;;;;; +32E7;CIRCLED KATAKANA NE;So;0;L; 30CD;;;;N;;;;; +32E8;CIRCLED KATAKANA NO;So;0;L; 30CE;;;;N;;;;; +32E9;CIRCLED KATAKANA HA;So;0;L; 30CF;;;;N;;;;; +32EA;CIRCLED KATAKANA HI;So;0;L; 30D2;;;;N;;;;; +32EB;CIRCLED KATAKANA HU;So;0;L; 30D5;;;;N;;;;; +32EC;CIRCLED KATAKANA HE;So;0;L; 30D8;;;;N;;;;; +32ED;CIRCLED KATAKANA HO;So;0;L; 30DB;;;;N;;;;; +32EE;CIRCLED KATAKANA MA;So;0;L; 30DE;;;;N;;;;; +32EF;CIRCLED KATAKANA MI;So;0;L; 30DF;;;;N;;;;; +32F0;CIRCLED KATAKANA MU;So;0;L; 30E0;;;;N;;;;; +32F1;CIRCLED KATAKANA ME;So;0;L; 30E1;;;;N;;;;; +32F2;CIRCLED KATAKANA MO;So;0;L; 30E2;;;;N;;;;; +32F3;CIRCLED KATAKANA YA;So;0;L; 30E4;;;;N;;;;; +32F4;CIRCLED KATAKANA YU;So;0;L; 30E6;;;;N;;;;; +32F5;CIRCLED KATAKANA YO;So;0;L; 30E8;;;;N;;;;; +32F6;CIRCLED KATAKANA RA;So;0;L; 30E9;;;;N;;;;; +32F7;CIRCLED KATAKANA RI;So;0;L; 30EA;;;;N;;;;; +32F8;CIRCLED KATAKANA RU;So;0;L; 30EB;;;;N;;;;; +32F9;CIRCLED KATAKANA RE;So;0;L; 30EC;;;;N;;;;; +32FA;CIRCLED KATAKANA RO;So;0;L; 30ED;;;;N;;;;; +32FB;CIRCLED KATAKANA WA;So;0;L; 30EF;;;;N;;;;; +32FC;CIRCLED KATAKANA WI;So;0;L; 30F0;;;;N;;;;; +32FD;CIRCLED KATAKANA WE;So;0;L; 30F1;;;;N;;;;; +32FE;CIRCLED KATAKANA WO;So;0;L; 30F2;;;;N;;;;; +3300;SQUARE APAATO;So;0;L; 30A2 30D1 30FC 30C8;;;;N;SQUARED APAATO;;;; +3301;SQUARE ARUHUA;So;0;L; 30A2 30EB 30D5 30A1;;;;N;SQUARED ARUHUA;;;; +3302;SQUARE ANPEA;So;0;L; 30A2 30F3 30DA 30A2;;;;N;SQUARED ANPEA;;;; +3303;SQUARE AARU;So;0;L; 30A2 30FC 30EB;;;;N;SQUARED AARU;;;; +3304;SQUARE ININGU;So;0;L; 30A4 30CB 30F3 30B0;;;;N;SQUARED ININGU;;;; +3305;SQUARE INTI;So;0;L; 30A4 30F3 30C1;;;;N;SQUARED INTI;;;; +3306;SQUARE UON;So;0;L; 30A6 30A9 30F3;;;;N;SQUARED UON;;;; +3307;SQUARE ESUKUUDO;So;0;L; 30A8 30B9 30AF 30FC 30C9;;;;N;SQUARED ESUKUUDO;;;; +3308;SQUARE EEKAA;So;0;L; 30A8 30FC 30AB 30FC;;;;N;SQUARED EEKAA;;;; +3309;SQUARE ONSU;So;0;L; 30AA 30F3 30B9;;;;N;SQUARED ONSU;;;; +330A;SQUARE OOMU;So;0;L; 30AA 30FC 30E0;;;;N;SQUARED OOMU;;;; +330B;SQUARE KAIRI;So;0;L; 30AB 30A4 30EA;;;;N;SQUARED KAIRI;;;; +330C;SQUARE KARATTO;So;0;L; 30AB 30E9 30C3 30C8;;;;N;SQUARED KARATTO;;;; +330D;SQUARE KARORII;So;0;L; 30AB 30ED 30EA 30FC;;;;N;SQUARED KARORII;;;; +330E;SQUARE GARON;So;0;L; 30AC 30ED 30F3;;;;N;SQUARED GARON;;;; +330F;SQUARE GANMA;So;0;L; 30AC 30F3 30DE;;;;N;SQUARED GANMA;;;; +3310;SQUARE GIGA;So;0;L; 30AE 30AC;;;;N;SQUARED GIGA;;;; +3311;SQUARE GINII;So;0;L; 30AE 30CB 30FC;;;;N;SQUARED GINII;;;; +3312;SQUARE KYURII;So;0;L; 30AD 30E5 30EA 30FC;;;;N;SQUARED KYURII;;;; +3313;SQUARE GIRUDAA;So;0;L; 30AE 30EB 30C0 30FC;;;;N;SQUARED GIRUDAA;;;; +3314;SQUARE KIRO;So;0;L; 30AD 30ED;;;;N;SQUARED KIRO;;;; +3315;SQUARE KIROGURAMU;So;0;L; 30AD 30ED 30B0 30E9 30E0;;;;N;SQUARED KIROGURAMU;;;; +3316;SQUARE KIROMEETORU;So;0;L; 30AD 30ED 30E1 30FC 30C8 30EB;;;;N;SQUARED KIROMEETORU;;;; +3317;SQUARE KIROWATTO;So;0;L; 30AD 30ED 30EF 30C3 30C8;;;;N;SQUARED KIROWATTO;;;; +3318;SQUARE GURAMU;So;0;L; 30B0 30E9 30E0;;;;N;SQUARED GURAMU;;;; +3319;SQUARE GURAMUTON;So;0;L; 30B0 30E9 30E0 30C8 30F3;;;;N;SQUARED GURAMUTON;;;; +331A;SQUARE KURUZEIRO;So;0;L; 30AF 30EB 30BC 30A4 30ED;;;;N;SQUARED KURUZEIRO;;;; +331B;SQUARE KUROONE;So;0;L; 30AF 30ED 30FC 30CD;;;;N;SQUARED KUROONE;;;; +331C;SQUARE KEESU;So;0;L; 30B1 30FC 30B9;;;;N;SQUARED KEESU;;;; +331D;SQUARE KORUNA;So;0;L; 30B3 30EB 30CA;;;;N;SQUARED KORUNA;;;; +331E;SQUARE KOOPO;So;0;L; 30B3 30FC 30DD;;;;N;SQUARED KOOPO;;;; +331F;SQUARE SAIKURU;So;0;L; 30B5 30A4 30AF 30EB;;;;N;SQUARED SAIKURU;;;; +3320;SQUARE SANTIIMU;So;0;L; 30B5 30F3 30C1 30FC 30E0;;;;N;SQUARED SANTIIMU;;;; +3321;SQUARE SIRINGU;So;0;L; 30B7 30EA 30F3 30B0;;;;N;SQUARED SIRINGU;;;; +3322;SQUARE SENTI;So;0;L; 30BB 30F3 30C1;;;;N;SQUARED SENTI;;;; +3323;SQUARE SENTO;So;0;L; 30BB 30F3 30C8;;;;N;SQUARED SENTO;;;; +3324;SQUARE DAASU;So;0;L; 30C0 30FC 30B9;;;;N;SQUARED DAASU;;;; +3325;SQUARE DESI;So;0;L; 30C7 30B7;;;;N;SQUARED DESI;;;; +3326;SQUARE DORU;So;0;L; 30C9 30EB;;;;N;SQUARED DORU;;;; +3327;SQUARE TON;So;0;L; 30C8 30F3;;;;N;SQUARED TON;;;; +3328;SQUARE NANO;So;0;L; 30CA 30CE;;;;N;SQUARED NANO;;;; +3329;SQUARE NOTTO;So;0;L; 30CE 30C3 30C8;;;;N;SQUARED NOTTO;;;; +332A;SQUARE HAITU;So;0;L; 30CF 30A4 30C4;;;;N;SQUARED HAITU;;;; +332B;SQUARE PAASENTO;So;0;L; 30D1 30FC 30BB 30F3 30C8;;;;N;SQUARED PAASENTO;;;; +332C;SQUARE PAATU;So;0;L; 30D1 30FC 30C4;;;;N;SQUARED PAATU;;;; +332D;SQUARE BAARERU;So;0;L; 30D0 30FC 30EC 30EB;;;;N;SQUARED BAARERU;;;; +332E;SQUARE PIASUTORU;So;0;L; 30D4 30A2 30B9 30C8 30EB;;;;N;SQUARED PIASUTORU;;;; +332F;SQUARE PIKURU;So;0;L; 30D4 30AF 30EB;;;;N;SQUARED PIKURU;;;; +3330;SQUARE PIKO;So;0;L; 30D4 30B3;;;;N;SQUARED PIKO;;;; +3331;SQUARE BIRU;So;0;L; 30D3 30EB;;;;N;SQUARED BIRU;;;; +3332;SQUARE HUARADDO;So;0;L; 30D5 30A1 30E9 30C3 30C9;;;;N;SQUARED HUARADDO;;;; +3333;SQUARE HUIITO;So;0;L; 30D5 30A3 30FC 30C8;;;;N;SQUARED HUIITO;;;; +3334;SQUARE BUSSYERU;So;0;L; 30D6 30C3 30B7 30A7 30EB;;;;N;SQUARED BUSSYERU;;;; +3335;SQUARE HURAN;So;0;L; 30D5 30E9 30F3;;;;N;SQUARED HURAN;;;; +3336;SQUARE HEKUTAARU;So;0;L; 30D8 30AF 30BF 30FC 30EB;;;;N;SQUARED HEKUTAARU;;;; +3337;SQUARE PESO;So;0;L; 30DA 30BD;;;;N;SQUARED PESO;;;; +3338;SQUARE PENIHI;So;0;L; 30DA 30CB 30D2;;;;N;SQUARED PENIHI;;;; +3339;SQUARE HERUTU;So;0;L; 30D8 30EB 30C4;;;;N;SQUARED HERUTU;;;; +333A;SQUARE PENSU;So;0;L; 30DA 30F3 30B9;;;;N;SQUARED PENSU;;;; +333B;SQUARE PEEZI;So;0;L; 30DA 30FC 30B8;;;;N;SQUARED PEEZI;;;; +333C;SQUARE BEETA;So;0;L; 30D9 30FC 30BF;;;;N;SQUARED BEETA;;;; +333D;SQUARE POINTO;So;0;L; 30DD 30A4 30F3 30C8;;;;N;SQUARED POINTO;;;; +333E;SQUARE BORUTO;So;0;L; 30DC 30EB 30C8;;;;N;SQUARED BORUTO;;;; +333F;SQUARE HON;So;0;L; 30DB 30F3;;;;N;SQUARED HON;;;; +3340;SQUARE PONDO;So;0;L; 30DD 30F3 30C9;;;;N;SQUARED PONDO;;;; +3341;SQUARE HOORU;So;0;L; 30DB 30FC 30EB;;;;N;SQUARED HOORU;;;; +3342;SQUARE HOON;So;0;L; 30DB 30FC 30F3;;;;N;SQUARED HOON;;;; +3343;SQUARE MAIKURO;So;0;L; 30DE 30A4 30AF 30ED;;;;N;SQUARED MAIKURO;;;; +3344;SQUARE MAIRU;So;0;L; 30DE 30A4 30EB;;;;N;SQUARED MAIRU;;;; +3345;SQUARE MAHHA;So;0;L; 30DE 30C3 30CF;;;;N;SQUARED MAHHA;;;; +3346;SQUARE MARUKU;So;0;L; 30DE 30EB 30AF;;;;N;SQUARED MARUKU;;;; +3347;SQUARE MANSYON;So;0;L; 30DE 30F3 30B7 30E7 30F3;;;;N;SQUARED MANSYON;;;; +3348;SQUARE MIKURON;So;0;L; 30DF 30AF 30ED 30F3;;;;N;SQUARED MIKURON;;;; +3349;SQUARE MIRI;So;0;L; 30DF 30EA;;;;N;SQUARED MIRI;;;; +334A;SQUARE MIRIBAARU;So;0;L; 30DF 30EA 30D0 30FC 30EB;;;;N;SQUARED MIRIBAARU;;;; +334B;SQUARE MEGA;So;0;L; 30E1 30AC;;;;N;SQUARED MEGA;;;; +334C;SQUARE MEGATON;So;0;L; 30E1 30AC 30C8 30F3;;;;N;SQUARED MEGATON;;;; +334D;SQUARE MEETORU;So;0;L; 30E1 30FC 30C8 30EB;;;;N;SQUARED MEETORU;;;; +334E;SQUARE YAADO;So;0;L; 30E4 30FC 30C9;;;;N;SQUARED YAADO;;;; +334F;SQUARE YAARU;So;0;L; 30E4 30FC 30EB;;;;N;SQUARED YAARU;;;; +3350;SQUARE YUAN;So;0;L; 30E6 30A2 30F3;;;;N;SQUARED YUAN;;;; +3351;SQUARE RITTORU;So;0;L; 30EA 30C3 30C8 30EB;;;;N;SQUARED RITTORU;;;; +3352;SQUARE RIRA;So;0;L; 30EA 30E9;;;;N;SQUARED RIRA;;;; +3353;SQUARE RUPII;So;0;L; 30EB 30D4 30FC;;;;N;SQUARED RUPII;;;; +3354;SQUARE RUUBURU;So;0;L; 30EB 30FC 30D6 30EB;;;;N;SQUARED RUUBURU;;;; +3355;SQUARE REMU;So;0;L; 30EC 30E0;;;;N;SQUARED REMU;;;; +3356;SQUARE RENTOGEN;So;0;L; 30EC 30F3 30C8 30B2 30F3;;;;N;SQUARED RENTOGEN;;;; +3357;SQUARE WATTO;So;0;L; 30EF 30C3 30C8;;;;N;SQUARED WATTO;;;; +3358;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO;So;0;L; 0030 70B9;;;;N;;;;; +3359;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE;So;0;L; 0031 70B9;;;;N;;;;; +335A;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO;So;0;L; 0032 70B9;;;;N;;;;; +335B;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE;So;0;L; 0033 70B9;;;;N;;;;; +335C;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR;So;0;L; 0034 70B9;;;;N;;;;; +335D;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE;So;0;L; 0035 70B9;;;;N;;;;; +335E;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX;So;0;L; 0036 70B9;;;;N;;;;; +335F;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN;So;0;L; 0037 70B9;;;;N;;;;; +3360;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT;So;0;L; 0038 70B9;;;;N;;;;; +3361;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE;So;0;L; 0039 70B9;;;;N;;;;; +3362;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN;So;0;L; 0031 0030 70B9;;;;N;;;;; +3363;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN;So;0;L; 0031 0031 70B9;;;;N;;;;; +3364;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE;So;0;L; 0031 0032 70B9;;;;N;;;;; +3365;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN;So;0;L; 0031 0033 70B9;;;;N;;;;; +3366;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN;So;0;L; 0031 0034 70B9;;;;N;;;;; +3367;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN;So;0;L; 0031 0035 70B9;;;;N;;;;; +3368;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN;So;0;L; 0031 0036 70B9;;;;N;;;;; +3369;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN;So;0;L; 0031 0037 70B9;;;;N;;;;; +336A;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN;So;0;L; 0031 0038 70B9;;;;N;;;;; +336B;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN;So;0;L; 0031 0039 70B9;;;;N;;;;; +336C;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY;So;0;L; 0032 0030 70B9;;;;N;;;;; +336D;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE;So;0;L; 0032 0031 70B9;;;;N;;;;; +336E;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO;So;0;L; 0032 0032 70B9;;;;N;;;;; +336F;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE;So;0;L; 0032 0033 70B9;;;;N;;;;; +3370;IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR;So;0;L; 0032 0034 70B9;;;;N;;;;; +3371;SQUARE HPA;So;0;L; 0068 0050 0061;;;;N;;;;; +3372;SQUARE DA;So;0;L; 0064 0061;;;;N;;;;; +3373;SQUARE AU;So;0;L; 0041 0055;;;;N;;;;; +3374;SQUARE BAR;So;0;L; 0062 0061 0072;;;;N;;;;; +3375;SQUARE OV;So;0;L; 006F 0056;;;;N;;;;; +3376;SQUARE PC;So;0;L; 0070 0063;;;;N;;;;; +3377;SQUARE DM;So;0;ON; 0064 006D;;;;N;;;;; +3378;SQUARE DM SQUARED;So;0;ON; 0064 006D 00B2;;;;N;;;;; +3379;SQUARE DM CUBED;So;0;ON; 0064 006D 00B3;;;;N;;;;; +337A;SQUARE IU;So;0;ON; 0049 0055;;;;N;;;;; +337B;SQUARE ERA NAME HEISEI;So;0;L; 5E73 6210;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME HEISEI;;;; +337C;SQUARE ERA NAME SYOUWA;So;0;L; 662D 548C;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME SYOUWA;;;; +337D;SQUARE ERA NAME TAISYOU;So;0;L; 5927 6B63;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME TAISYOU;;;; +337E;SQUARE ERA NAME MEIZI;So;0;L; 660E 6CBB;;;;N;SQUARED TWO IDEOGRAPHS ERA NAME MEIZI;;;; +337F;SQUARE CORPORATION;So;0;L; 682A 5F0F 4F1A 793E;;;;N;SQUARED FOUR IDEOGRAPHS CORPORATION;;;; +3380;SQUARE PA AMPS;So;0;L; 0070 0041;;;;N;SQUARED PA AMPS;;;; +3381;SQUARE NA;So;0;L; 006E 0041;;;;N;SQUARED NA;;;; +3382;SQUARE MU A;So;0;L; 03BC 0041;;;;N;SQUARED MU A;;;; +3383;SQUARE MA;So;0;L; 006D 0041;;;;N;SQUARED MA;;;; +3384;SQUARE KA;So;0;L; 006B 0041;;;;N;SQUARED KA;;;; +3385;SQUARE KB;So;0;L; 004B 0042;;;;N;SQUARED KB;;;; +3386;SQUARE MB;So;0;L; 004D 0042;;;;N;SQUARED MB;;;; +3387;SQUARE GB;So;0;L; 0047 0042;;;;N;SQUARED GB;;;; +3388;SQUARE CAL;So;0;L; 0063 0061 006C;;;;N;SQUARED CAL;;;; +3389;SQUARE KCAL;So;0;L; 006B 0063 0061 006C;;;;N;SQUARED KCAL;;;; +338A;SQUARE PF;So;0;L; 0070 0046;;;;N;SQUARED PF;;;; +338B;SQUARE NF;So;0;L; 006E 0046;;;;N;SQUARED NF;;;; +338C;SQUARE MU F;So;0;L; 03BC 0046;;;;N;SQUARED MU F;;;; +338D;SQUARE MU G;So;0;L; 03BC 0067;;;;N;SQUARED MU G;;;; +338E;SQUARE MG;So;0;L; 006D 0067;;;;N;SQUARED MG;;;; +338F;SQUARE KG;So;0;L; 006B 0067;;;;N;SQUARED KG;;;; +3390;SQUARE HZ;So;0;L; 0048 007A;;;;N;SQUARED HZ;;;; +3391;SQUARE KHZ;So;0;L; 006B 0048 007A;;;;N;SQUARED KHZ;;;; +3392;SQUARE MHZ;So;0;L; 004D 0048 007A;;;;N;SQUARED MHZ;;;; +3393;SQUARE GHZ;So;0;L; 0047 0048 007A;;;;N;SQUARED GHZ;;;; +3394;SQUARE THZ;So;0;L; 0054 0048 007A;;;;N;SQUARED THZ;;;; +3395;SQUARE MU L;So;0;L; 03BC 2113;;;;N;SQUARED MU L;;;; +3396;SQUARE ML;So;0;L; 006D 2113;;;;N;SQUARED ML;;;; +3397;SQUARE DL;So;0;L; 0064 2113;;;;N;SQUARED DL;;;; +3398;SQUARE KL;So;0;L; 006B 2113;;;;N;SQUARED KL;;;; +3399;SQUARE FM;So;0;L; 0066 006D;;;;N;SQUARED FM;;;; +339A;SQUARE NM;So;0;L; 006E 006D;;;;N;SQUARED NM;;;; +339B;SQUARE MU M;So;0;L; 03BC 006D;;;;N;SQUARED MU M;;;; +339C;SQUARE MM;So;0;L; 006D 006D;;;;N;SQUARED MM;;;; +339D;SQUARE CM;So;0;L; 0063 006D;;;;N;SQUARED CM;;;; +339E;SQUARE KM;So;0;L; 006B 006D;;;;N;SQUARED KM;;;; +339F;SQUARE MM SQUARED;So;0;L; 006D 006D 00B2;;;;N;SQUARED MM SQUARED;;;; +33A0;SQUARE CM SQUARED;So;0;L; 0063 006D 00B2;;;;N;SQUARED CM SQUARED;;;; +33A1;SQUARE M SQUARED;So;0;L; 006D 00B2;;;;N;SQUARED M SQUARED;;;; +33A2;SQUARE KM SQUARED;So;0;L; 006B 006D 00B2;;;;N;SQUARED KM SQUARED;;;; +33A3;SQUARE MM CUBED;So;0;L; 006D 006D 00B3;;;;N;SQUARED MM CUBED;;;; +33A4;SQUARE CM CUBED;So;0;L; 0063 006D 00B3;;;;N;SQUARED CM CUBED;;;; +33A5;SQUARE M CUBED;So;0;L; 006D 00B3;;;;N;SQUARED M CUBED;;;; +33A6;SQUARE KM CUBED;So;0;L; 006B 006D 00B3;;;;N;SQUARED KM CUBED;;;; +33A7;SQUARE M OVER S;So;0;L; 006D 2215 0073;;;;N;SQUARED M OVER S;;;; +33A8;SQUARE M OVER S SQUARED;So;0;L; 006D 2215 0073 00B2;;;;N;SQUARED M OVER S SQUARED;;;; +33A9;SQUARE PA;So;0;L; 0050 0061;;;;N;SQUARED PA;;;; +33AA;SQUARE KPA;So;0;L; 006B 0050 0061;;;;N;SQUARED KPA;;;; +33AB;SQUARE MPA;So;0;L; 004D 0050 0061;;;;N;SQUARED MPA;;;; +33AC;SQUARE GPA;So;0;L; 0047 0050 0061;;;;N;SQUARED GPA;;;; +33AD;SQUARE RAD;So;0;L; 0072 0061 0064;;;;N;SQUARED RAD;;;; +33AE;SQUARE RAD OVER S;So;0;L; 0072 0061 0064 2215 0073;;;;N;SQUARED RAD OVER S;;;; +33AF;SQUARE RAD OVER S SQUARED;So;0;L; 0072 0061 0064 2215 0073 00B2;;;;N;SQUARED RAD OVER S SQUARED;;;; +33B0;SQUARE PS;So;0;L; 0070 0073;;;;N;SQUARED PS;;;; +33B1;SQUARE NS;So;0;L; 006E 0073;;;;N;SQUARED NS;;;; +33B2;SQUARE MU S;So;0;L; 03BC 0073;;;;N;SQUARED MU S;;;; +33B3;SQUARE MS;So;0;L; 006D 0073;;;;N;SQUARED MS;;;; +33B4;SQUARE PV;So;0;L; 0070 0056;;;;N;SQUARED PV;;;; +33B5;SQUARE NV;So;0;L; 006E 0056;;;;N;SQUARED NV;;;; +33B6;SQUARE MU V;So;0;L; 03BC 0056;;;;N;SQUARED MU V;;;; +33B7;SQUARE MV;So;0;L; 006D 0056;;;;N;SQUARED MV;;;; +33B8;SQUARE KV;So;0;L; 006B 0056;;;;N;SQUARED KV;;;; +33B9;SQUARE MV MEGA;So;0;L; 004D 0056;;;;N;SQUARED MV MEGA;;;; +33BA;SQUARE PW;So;0;L; 0070 0057;;;;N;SQUARED PW;;;; +33BB;SQUARE NW;So;0;L; 006E 0057;;;;N;SQUARED NW;;;; +33BC;SQUARE MU W;So;0;L; 03BC 0057;;;;N;SQUARED MU W;;;; +33BD;SQUARE MW;So;0;L; 006D 0057;;;;N;SQUARED MW;;;; +33BE;SQUARE KW;So;0;L; 006B 0057;;;;N;SQUARED KW;;;; +33BF;SQUARE MW MEGA;So;0;L; 004D 0057;;;;N;SQUARED MW MEGA;;;; +33C0;SQUARE K OHM;So;0;L; 006B 03A9;;;;N;SQUARED K OHM;;;; +33C1;SQUARE M OHM;So;0;L; 004D 03A9;;;;N;SQUARED M OHM;;;; +33C2;SQUARE AM;So;0;L; 0061 002E 006D 002E;;;;N;SQUARED AM;;;; +33C3;SQUARE BQ;So;0;L; 0042 0071;;;;N;SQUARED BQ;;;; +33C4;SQUARE CC;So;0;L; 0063 0063;;;;N;SQUARED CC;;;; +33C5;SQUARE CD;So;0;L; 0063 0064;;;;N;SQUARED CD;;;; +33C6;SQUARE C OVER KG;So;0;L; 0043 2215 006B 0067;;;;N;SQUARED C OVER KG;;;; +33C7;SQUARE CO;So;0;L; 0043 006F 002E;;;;N;SQUARED CO;;;; +33C8;SQUARE DB;So;0;L; 0064 0042;;;;N;SQUARED DB;;;; +33C9;SQUARE GY;So;0;L; 0047 0079;;;;N;SQUARED GY;;;; +33CA;SQUARE HA;So;0;L; 0068 0061;;;;N;SQUARED HA;;;; +33CB;SQUARE HP;So;0;L; 0048 0050;;;;N;SQUARED HP;;;; +33CC;SQUARE IN;So;0;L; 0069 006E;;;;N;SQUARED IN;;;; +33CD;SQUARE KK;So;0;L; 004B 004B;;;;N;SQUARED KK;;;; +33CE;SQUARE KM CAPITAL;So;0;L; 004B 004D;;;;N;SQUARED KM CAPITAL;;;; +33CF;SQUARE KT;So;0;L; 006B 0074;;;;N;SQUARED KT;;;; +33D0;SQUARE LM;So;0;L; 006C 006D;;;;N;SQUARED LM;;;; +33D1;SQUARE LN;So;0;L; 006C 006E;;;;N;SQUARED LN;;;; +33D2;SQUARE LOG;So;0;L; 006C 006F 0067;;;;N;SQUARED LOG;;;; +33D3;SQUARE LX;So;0;L; 006C 0078;;;;N;SQUARED LX;;;; +33D4;SQUARE MB SMALL;So;0;L; 006D 0062;;;;N;SQUARED MB SMALL;;;; +33D5;SQUARE MIL;So;0;L; 006D 0069 006C;;;;N;SQUARED MIL;;;; +33D6;SQUARE MOL;So;0;L; 006D 006F 006C;;;;N;SQUARED MOL;;;; +33D7;SQUARE PH;So;0;L; 0050 0048;;;;N;SQUARED PH;;;; +33D8;SQUARE PM;So;0;L; 0070 002E 006D 002E;;;;N;SQUARED PM;;;; +33D9;SQUARE PPM;So;0;L; 0050 0050 004D;;;;N;SQUARED PPM;;;; +33DA;SQUARE PR;So;0;L; 0050 0052;;;;N;SQUARED PR;;;; +33DB;SQUARE SR;So;0;L; 0073 0072;;;;N;SQUARED SR;;;; +33DC;SQUARE SV;So;0;L; 0053 0076;;;;N;SQUARED SV;;;; +33DD;SQUARE WB;So;0;L; 0057 0062;;;;N;SQUARED WB;;;; +33DE;SQUARE V OVER M;So;0;ON; 0056 2215 006D;;;;N;;;;; +33DF;SQUARE A OVER M;So;0;ON; 0041 2215 006D;;;;N;;;;; +33E0;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE;So;0;L; 0031 65E5;;;;N;;;;; +33E1;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO;So;0;L; 0032 65E5;;;;N;;;;; +33E2;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE;So;0;L; 0033 65E5;;;;N;;;;; +33E3;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR;So;0;L; 0034 65E5;;;;N;;;;; +33E4;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE;So;0;L; 0035 65E5;;;;N;;;;; +33E5;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX;So;0;L; 0036 65E5;;;;N;;;;; +33E6;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN;So;0;L; 0037 65E5;;;;N;;;;; +33E7;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT;So;0;L; 0038 65E5;;;;N;;;;; +33E8;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE;So;0;L; 0039 65E5;;;;N;;;;; +33E9;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN;So;0;L; 0031 0030 65E5;;;;N;;;;; +33EA;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN;So;0;L; 0031 0031 65E5;;;;N;;;;; +33EB;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE;So;0;L; 0031 0032 65E5;;;;N;;;;; +33EC;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN;So;0;L; 0031 0033 65E5;;;;N;;;;; +33ED;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN;So;0;L; 0031 0034 65E5;;;;N;;;;; +33EE;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN;So;0;L; 0031 0035 65E5;;;;N;;;;; +33EF;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN;So;0;L; 0031 0036 65E5;;;;N;;;;; +33F0;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN;So;0;L; 0031 0037 65E5;;;;N;;;;; +33F1;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN;So;0;L; 0031 0038 65E5;;;;N;;;;; +33F2;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN;So;0;L; 0031 0039 65E5;;;;N;;;;; +33F3;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY;So;0;L; 0032 0030 65E5;;;;N;;;;; +33F4;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE;So;0;L; 0032 0031 65E5;;;;N;;;;; +33F5;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO;So;0;L; 0032 0032 65E5;;;;N;;;;; +33F6;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE;So;0;L; 0032 0033 65E5;;;;N;;;;; +33F7;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR;So;0;L; 0032 0034 65E5;;;;N;;;;; +33F8;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE;So;0;L; 0032 0035 65E5;;;;N;;;;; +33F9;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX;So;0;L; 0032 0036 65E5;;;;N;;;;; +33FA;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN;So;0;L; 0032 0037 65E5;;;;N;;;;; +33FB;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT;So;0;L; 0032 0038 65E5;;;;N;;;;; +33FC;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE;So;0;L; 0032 0039 65E5;;;;N;;;;; +33FD;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY;So;0;L; 0033 0030 65E5;;;;N;;;;; +33FE;IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE;So;0;L; 0033 0031 65E5;;;;N;;;;; +33FF;SQUARE GAL;So;0;ON; 0067 0061 006C;;;;N;;;;; +3400;;Lo;0;L;;;;;N;;;;; +4DB5;;Lo;0;L;;;;;N;;;;; +4DC0;HEXAGRAM FOR THE CREATIVE HEAVEN;So;0;ON;;;;;N;;;;; +4DC1;HEXAGRAM FOR THE RECEPTIVE EARTH;So;0;ON;;;;;N;;;;; +4DC2;HEXAGRAM FOR DIFFICULTY AT THE BEGINNING;So;0;ON;;;;;N;;;;; +4DC3;HEXAGRAM FOR YOUTHFUL FOLLY;So;0;ON;;;;;N;;;;; +4DC4;HEXAGRAM FOR WAITING;So;0;ON;;;;;N;;;;; +4DC5;HEXAGRAM FOR CONFLICT;So;0;ON;;;;;N;;;;; +4DC6;HEXAGRAM FOR THE ARMY;So;0;ON;;;;;N;;;;; +4DC7;HEXAGRAM FOR HOLDING TOGETHER;So;0;ON;;;;;N;;;;; +4DC8;HEXAGRAM FOR SMALL TAMING;So;0;ON;;;;;N;;;;; +4DC9;HEXAGRAM FOR TREADING;So;0;ON;;;;;N;;;;; +4DCA;HEXAGRAM FOR PEACE;So;0;ON;;;;;N;;;;; +4DCB;HEXAGRAM FOR STANDSTILL;So;0;ON;;;;;N;;;;; +4DCC;HEXAGRAM FOR FELLOWSHIP;So;0;ON;;;;;N;;;;; +4DCD;HEXAGRAM FOR GREAT POSSESSION;So;0;ON;;;;;N;;;;; +4DCE;HEXAGRAM FOR MODESTY;So;0;ON;;;;;N;;;;; +4DCF;HEXAGRAM FOR ENTHUSIASM;So;0;ON;;;;;N;;;;; +4DD0;HEXAGRAM FOR FOLLOWING;So;0;ON;;;;;N;;;;; +4DD1;HEXAGRAM FOR WORK ON THE DECAYED;So;0;ON;;;;;N;;;;; +4DD2;HEXAGRAM FOR APPROACH;So;0;ON;;;;;N;;;;; +4DD3;HEXAGRAM FOR CONTEMPLATION;So;0;ON;;;;;N;;;;; +4DD4;HEXAGRAM FOR BITING THROUGH;So;0;ON;;;;;N;;;;; +4DD5;HEXAGRAM FOR GRACE;So;0;ON;;;;;N;;;;; +4DD6;HEXAGRAM FOR SPLITTING APART;So;0;ON;;;;;N;;;;; +4DD7;HEXAGRAM FOR RETURN;So;0;ON;;;;;N;;;;; +4DD8;HEXAGRAM FOR INNOCENCE;So;0;ON;;;;;N;;;;; +4DD9;HEXAGRAM FOR GREAT TAMING;So;0;ON;;;;;N;;;;; +4DDA;HEXAGRAM FOR MOUTH CORNERS;So;0;ON;;;;;N;;;;; +4DDB;HEXAGRAM FOR GREAT PREPONDERANCE;So;0;ON;;;;;N;;;;; +4DDC;HEXAGRAM FOR THE ABYSMAL WATER;So;0;ON;;;;;N;;;;; +4DDD;HEXAGRAM FOR THE CLINGING FIRE;So;0;ON;;;;;N;;;;; +4DDE;HEXAGRAM FOR INFLUENCE;So;0;ON;;;;;N;;;;; +4DDF;HEXAGRAM FOR DURATION;So;0;ON;;;;;N;;;;; +4DE0;HEXAGRAM FOR RETREAT;So;0;ON;;;;;N;;;;; +4DE1;HEXAGRAM FOR GREAT POWER;So;0;ON;;;;;N;;;;; +4DE2;HEXAGRAM FOR PROGRESS;So;0;ON;;;;;N;;;;; +4DE3;HEXAGRAM FOR DARKENING OF THE LIGHT;So;0;ON;;;;;N;;;;; +4DE4;HEXAGRAM FOR THE FAMILY;So;0;ON;;;;;N;;;;; +4DE5;HEXAGRAM FOR OPPOSITION;So;0;ON;;;;;N;;;;; +4DE6;HEXAGRAM FOR OBSTRUCTION;So;0;ON;;;;;N;;;;; +4DE7;HEXAGRAM FOR DELIVERANCE;So;0;ON;;;;;N;;;;; +4DE8;HEXAGRAM FOR DECREASE;So;0;ON;;;;;N;;;;; +4DE9;HEXAGRAM FOR INCREASE;So;0;ON;;;;;N;;;;; +4DEA;HEXAGRAM FOR BREAKTHROUGH;So;0;ON;;;;;N;;;;; +4DEB;HEXAGRAM FOR COMING TO MEET;So;0;ON;;;;;N;;;;; +4DEC;HEXAGRAM FOR GATHERING TOGETHER;So;0;ON;;;;;N;;;;; +4DED;HEXAGRAM FOR PUSHING UPWARD;So;0;ON;;;;;N;;;;; +4DEE;HEXAGRAM FOR OPPRESSION;So;0;ON;;;;;N;;;;; +4DEF;HEXAGRAM FOR THE WELL;So;0;ON;;;;;N;;;;; +4DF0;HEXAGRAM FOR REVOLUTION;So;0;ON;;;;;N;;;;; +4DF1;HEXAGRAM FOR THE CAULDRON;So;0;ON;;;;;N;;;;; +4DF2;HEXAGRAM FOR THE AROUSING THUNDER;So;0;ON;;;;;N;;;;; +4DF3;HEXAGRAM FOR THE KEEPING STILL MOUNTAIN;So;0;ON;;;;;N;;;;; +4DF4;HEXAGRAM FOR DEVELOPMENT;So;0;ON;;;;;N;;;;; +4DF5;HEXAGRAM FOR THE MARRYING MAIDEN;So;0;ON;;;;;N;;;;; +4DF6;HEXAGRAM FOR ABUNDANCE;So;0;ON;;;;;N;;;;; +4DF7;HEXAGRAM FOR THE WANDERER;So;0;ON;;;;;N;;;;; +4DF8;HEXAGRAM FOR THE GENTLE WIND;So;0;ON;;;;;N;;;;; +4DF9;HEXAGRAM FOR THE JOYOUS LAKE;So;0;ON;;;;;N;;;;; +4DFA;HEXAGRAM FOR DISPERSION;So;0;ON;;;;;N;;;;; +4DFB;HEXAGRAM FOR LIMITATION;So;0;ON;;;;;N;;;;; +4DFC;HEXAGRAM FOR INNER TRUTH;So;0;ON;;;;;N;;;;; +4DFD;HEXAGRAM FOR SMALL PREPONDERANCE;So;0;ON;;;;;N;;;;; +4DFE;HEXAGRAM FOR AFTER COMPLETION;So;0;ON;;;;;N;;;;; +4DFF;HEXAGRAM FOR BEFORE COMPLETION;So;0;ON;;;;;N;;;;; +4E00;;Lo;0;L;;;;;N;;;;; +9FCB;;Lo;0;L;;;;;N;;;;; +A000;YI SYLLABLE IT;Lo;0;L;;;;;N;;;;; +A001;YI SYLLABLE IX;Lo;0;L;;;;;N;;;;; +A002;YI SYLLABLE I;Lo;0;L;;;;;N;;;;; +A003;YI SYLLABLE IP;Lo;0;L;;;;;N;;;;; +A004;YI SYLLABLE IET;Lo;0;L;;;;;N;;;;; +A005;YI SYLLABLE IEX;Lo;0;L;;;;;N;;;;; +A006;YI SYLLABLE IE;Lo;0;L;;;;;N;;;;; +A007;YI SYLLABLE IEP;Lo;0;L;;;;;N;;;;; +A008;YI SYLLABLE AT;Lo;0;L;;;;;N;;;;; +A009;YI SYLLABLE AX;Lo;0;L;;;;;N;;;;; +A00A;YI SYLLABLE A;Lo;0;L;;;;;N;;;;; +A00B;YI SYLLABLE AP;Lo;0;L;;;;;N;;;;; +A00C;YI SYLLABLE UOX;Lo;0;L;;;;;N;;;;; +A00D;YI SYLLABLE UO;Lo;0;L;;;;;N;;;;; +A00E;YI SYLLABLE UOP;Lo;0;L;;;;;N;;;;; +A00F;YI SYLLABLE OT;Lo;0;L;;;;;N;;;;; +A010;YI SYLLABLE OX;Lo;0;L;;;;;N;;;;; +A011;YI SYLLABLE O;Lo;0;L;;;;;N;;;;; +A012;YI SYLLABLE OP;Lo;0;L;;;;;N;;;;; +A013;YI SYLLABLE EX;Lo;0;L;;;;;N;;;;; +A014;YI SYLLABLE E;Lo;0;L;;;;;N;;;;; +A015;YI SYLLABLE WU;Lm;0;L;;;;;N;;;;; +A016;YI SYLLABLE BIT;Lo;0;L;;;;;N;;;;; +A017;YI SYLLABLE BIX;Lo;0;L;;;;;N;;;;; +A018;YI SYLLABLE BI;Lo;0;L;;;;;N;;;;; +A019;YI SYLLABLE BIP;Lo;0;L;;;;;N;;;;; +A01A;YI SYLLABLE BIET;Lo;0;L;;;;;N;;;;; +A01B;YI SYLLABLE BIEX;Lo;0;L;;;;;N;;;;; +A01C;YI SYLLABLE BIE;Lo;0;L;;;;;N;;;;; +A01D;YI SYLLABLE BIEP;Lo;0;L;;;;;N;;;;; +A01E;YI SYLLABLE BAT;Lo;0;L;;;;;N;;;;; +A01F;YI SYLLABLE BAX;Lo;0;L;;;;;N;;;;; +A020;YI SYLLABLE BA;Lo;0;L;;;;;N;;;;; +A021;YI SYLLABLE BAP;Lo;0;L;;;;;N;;;;; +A022;YI SYLLABLE BUOX;Lo;0;L;;;;;N;;;;; +A023;YI SYLLABLE BUO;Lo;0;L;;;;;N;;;;; +A024;YI SYLLABLE BUOP;Lo;0;L;;;;;N;;;;; +A025;YI SYLLABLE BOT;Lo;0;L;;;;;N;;;;; +A026;YI SYLLABLE BOX;Lo;0;L;;;;;N;;;;; +A027;YI SYLLABLE BO;Lo;0;L;;;;;N;;;;; +A028;YI SYLLABLE BOP;Lo;0;L;;;;;N;;;;; +A029;YI SYLLABLE BEX;Lo;0;L;;;;;N;;;;; +A02A;YI SYLLABLE BE;Lo;0;L;;;;;N;;;;; +A02B;YI SYLLABLE BEP;Lo;0;L;;;;;N;;;;; +A02C;YI SYLLABLE BUT;Lo;0;L;;;;;N;;;;; +A02D;YI SYLLABLE BUX;Lo;0;L;;;;;N;;;;; +A02E;YI SYLLABLE BU;Lo;0;L;;;;;N;;;;; +A02F;YI SYLLABLE BUP;Lo;0;L;;;;;N;;;;; +A030;YI SYLLABLE BURX;Lo;0;L;;;;;N;;;;; +A031;YI SYLLABLE BUR;Lo;0;L;;;;;N;;;;; +A032;YI SYLLABLE BYT;Lo;0;L;;;;;N;;;;; +A033;YI SYLLABLE BYX;Lo;0;L;;;;;N;;;;; +A034;YI SYLLABLE BY;Lo;0;L;;;;;N;;;;; +A035;YI SYLLABLE BYP;Lo;0;L;;;;;N;;;;; +A036;YI SYLLABLE BYRX;Lo;0;L;;;;;N;;;;; +A037;YI SYLLABLE BYR;Lo;0;L;;;;;N;;;;; +A038;YI SYLLABLE PIT;Lo;0;L;;;;;N;;;;; +A039;YI SYLLABLE PIX;Lo;0;L;;;;;N;;;;; +A03A;YI SYLLABLE PI;Lo;0;L;;;;;N;;;;; +A03B;YI SYLLABLE PIP;Lo;0;L;;;;;N;;;;; +A03C;YI SYLLABLE PIEX;Lo;0;L;;;;;N;;;;; +A03D;YI SYLLABLE PIE;Lo;0;L;;;;;N;;;;; +A03E;YI SYLLABLE PIEP;Lo;0;L;;;;;N;;;;; +A03F;YI SYLLABLE PAT;Lo;0;L;;;;;N;;;;; +A040;YI SYLLABLE PAX;Lo;0;L;;;;;N;;;;; +A041;YI SYLLABLE PA;Lo;0;L;;;;;N;;;;; +A042;YI SYLLABLE PAP;Lo;0;L;;;;;N;;;;; +A043;YI SYLLABLE PUOX;Lo;0;L;;;;;N;;;;; +A044;YI SYLLABLE PUO;Lo;0;L;;;;;N;;;;; +A045;YI SYLLABLE PUOP;Lo;0;L;;;;;N;;;;; +A046;YI SYLLABLE POT;Lo;0;L;;;;;N;;;;; +A047;YI SYLLABLE POX;Lo;0;L;;;;;N;;;;; +A048;YI SYLLABLE PO;Lo;0;L;;;;;N;;;;; +A049;YI SYLLABLE POP;Lo;0;L;;;;;N;;;;; +A04A;YI SYLLABLE PUT;Lo;0;L;;;;;N;;;;; +A04B;YI SYLLABLE PUX;Lo;0;L;;;;;N;;;;; +A04C;YI SYLLABLE PU;Lo;0;L;;;;;N;;;;; +A04D;YI SYLLABLE PUP;Lo;0;L;;;;;N;;;;; +A04E;YI SYLLABLE PURX;Lo;0;L;;;;;N;;;;; +A04F;YI SYLLABLE PUR;Lo;0;L;;;;;N;;;;; +A050;YI SYLLABLE PYT;Lo;0;L;;;;;N;;;;; +A051;YI SYLLABLE PYX;Lo;0;L;;;;;N;;;;; +A052;YI SYLLABLE PY;Lo;0;L;;;;;N;;;;; +A053;YI SYLLABLE PYP;Lo;0;L;;;;;N;;;;; +A054;YI SYLLABLE PYRX;Lo;0;L;;;;;N;;;;; +A055;YI SYLLABLE PYR;Lo;0;L;;;;;N;;;;; +A056;YI SYLLABLE BBIT;Lo;0;L;;;;;N;;;;; +A057;YI SYLLABLE BBIX;Lo;0;L;;;;;N;;;;; +A058;YI SYLLABLE BBI;Lo;0;L;;;;;N;;;;; +A059;YI SYLLABLE BBIP;Lo;0;L;;;;;N;;;;; +A05A;YI SYLLABLE BBIET;Lo;0;L;;;;;N;;;;; +A05B;YI SYLLABLE BBIEX;Lo;0;L;;;;;N;;;;; +A05C;YI SYLLABLE BBIE;Lo;0;L;;;;;N;;;;; +A05D;YI SYLLABLE BBIEP;Lo;0;L;;;;;N;;;;; +A05E;YI SYLLABLE BBAT;Lo;0;L;;;;;N;;;;; +A05F;YI SYLLABLE BBAX;Lo;0;L;;;;;N;;;;; +A060;YI SYLLABLE BBA;Lo;0;L;;;;;N;;;;; +A061;YI SYLLABLE BBAP;Lo;0;L;;;;;N;;;;; +A062;YI SYLLABLE BBUOX;Lo;0;L;;;;;N;;;;; +A063;YI SYLLABLE BBUO;Lo;0;L;;;;;N;;;;; +A064;YI SYLLABLE BBUOP;Lo;0;L;;;;;N;;;;; +A065;YI SYLLABLE BBOT;Lo;0;L;;;;;N;;;;; +A066;YI SYLLABLE BBOX;Lo;0;L;;;;;N;;;;; +A067;YI SYLLABLE BBO;Lo;0;L;;;;;N;;;;; +A068;YI SYLLABLE BBOP;Lo;0;L;;;;;N;;;;; +A069;YI SYLLABLE BBEX;Lo;0;L;;;;;N;;;;; +A06A;YI SYLLABLE BBE;Lo;0;L;;;;;N;;;;; +A06B;YI SYLLABLE BBEP;Lo;0;L;;;;;N;;;;; +A06C;YI SYLLABLE BBUT;Lo;0;L;;;;;N;;;;; +A06D;YI SYLLABLE BBUX;Lo;0;L;;;;;N;;;;; +A06E;YI SYLLABLE BBU;Lo;0;L;;;;;N;;;;; +A06F;YI SYLLABLE BBUP;Lo;0;L;;;;;N;;;;; +A070;YI SYLLABLE BBURX;Lo;0;L;;;;;N;;;;; +A071;YI SYLLABLE BBUR;Lo;0;L;;;;;N;;;;; +A072;YI SYLLABLE BBYT;Lo;0;L;;;;;N;;;;; +A073;YI SYLLABLE BBYX;Lo;0;L;;;;;N;;;;; +A074;YI SYLLABLE BBY;Lo;0;L;;;;;N;;;;; +A075;YI SYLLABLE BBYP;Lo;0;L;;;;;N;;;;; +A076;YI SYLLABLE NBIT;Lo;0;L;;;;;N;;;;; +A077;YI SYLLABLE NBIX;Lo;0;L;;;;;N;;;;; +A078;YI SYLLABLE NBI;Lo;0;L;;;;;N;;;;; +A079;YI SYLLABLE NBIP;Lo;0;L;;;;;N;;;;; +A07A;YI SYLLABLE NBIEX;Lo;0;L;;;;;N;;;;; +A07B;YI SYLLABLE NBIE;Lo;0;L;;;;;N;;;;; +A07C;YI SYLLABLE NBIEP;Lo;0;L;;;;;N;;;;; +A07D;YI SYLLABLE NBAT;Lo;0;L;;;;;N;;;;; +A07E;YI SYLLABLE NBAX;Lo;0;L;;;;;N;;;;; +A07F;YI SYLLABLE NBA;Lo;0;L;;;;;N;;;;; +A080;YI SYLLABLE NBAP;Lo;0;L;;;;;N;;;;; +A081;YI SYLLABLE NBOT;Lo;0;L;;;;;N;;;;; +A082;YI SYLLABLE NBOX;Lo;0;L;;;;;N;;;;; +A083;YI SYLLABLE NBO;Lo;0;L;;;;;N;;;;; +A084;YI SYLLABLE NBOP;Lo;0;L;;;;;N;;;;; +A085;YI SYLLABLE NBUT;Lo;0;L;;;;;N;;;;; +A086;YI SYLLABLE NBUX;Lo;0;L;;;;;N;;;;; +A087;YI SYLLABLE NBU;Lo;0;L;;;;;N;;;;; +A088;YI SYLLABLE NBUP;Lo;0;L;;;;;N;;;;; +A089;YI SYLLABLE NBURX;Lo;0;L;;;;;N;;;;; +A08A;YI SYLLABLE NBUR;Lo;0;L;;;;;N;;;;; +A08B;YI SYLLABLE NBYT;Lo;0;L;;;;;N;;;;; +A08C;YI SYLLABLE NBYX;Lo;0;L;;;;;N;;;;; +A08D;YI SYLLABLE NBY;Lo;0;L;;;;;N;;;;; +A08E;YI SYLLABLE NBYP;Lo;0;L;;;;;N;;;;; +A08F;YI SYLLABLE NBYRX;Lo;0;L;;;;;N;;;;; +A090;YI SYLLABLE NBYR;Lo;0;L;;;;;N;;;;; +A091;YI SYLLABLE HMIT;Lo;0;L;;;;;N;;;;; +A092;YI SYLLABLE HMIX;Lo;0;L;;;;;N;;;;; +A093;YI SYLLABLE HMI;Lo;0;L;;;;;N;;;;; +A094;YI SYLLABLE HMIP;Lo;0;L;;;;;N;;;;; +A095;YI SYLLABLE HMIEX;Lo;0;L;;;;;N;;;;; +A096;YI SYLLABLE HMIE;Lo;0;L;;;;;N;;;;; +A097;YI SYLLABLE HMIEP;Lo;0;L;;;;;N;;;;; +A098;YI SYLLABLE HMAT;Lo;0;L;;;;;N;;;;; +A099;YI SYLLABLE HMAX;Lo;0;L;;;;;N;;;;; +A09A;YI SYLLABLE HMA;Lo;0;L;;;;;N;;;;; +A09B;YI SYLLABLE HMAP;Lo;0;L;;;;;N;;;;; +A09C;YI SYLLABLE HMUOX;Lo;0;L;;;;;N;;;;; +A09D;YI SYLLABLE HMUO;Lo;0;L;;;;;N;;;;; +A09E;YI SYLLABLE HMUOP;Lo;0;L;;;;;N;;;;; +A09F;YI SYLLABLE HMOT;Lo;0;L;;;;;N;;;;; +A0A0;YI SYLLABLE HMOX;Lo;0;L;;;;;N;;;;; +A0A1;YI SYLLABLE HMO;Lo;0;L;;;;;N;;;;; +A0A2;YI SYLLABLE HMOP;Lo;0;L;;;;;N;;;;; +A0A3;YI SYLLABLE HMUT;Lo;0;L;;;;;N;;;;; +A0A4;YI SYLLABLE HMUX;Lo;0;L;;;;;N;;;;; +A0A5;YI SYLLABLE HMU;Lo;0;L;;;;;N;;;;; +A0A6;YI SYLLABLE HMUP;Lo;0;L;;;;;N;;;;; +A0A7;YI SYLLABLE HMURX;Lo;0;L;;;;;N;;;;; +A0A8;YI SYLLABLE HMUR;Lo;0;L;;;;;N;;;;; +A0A9;YI SYLLABLE HMYX;Lo;0;L;;;;;N;;;;; +A0AA;YI SYLLABLE HMY;Lo;0;L;;;;;N;;;;; +A0AB;YI SYLLABLE HMYP;Lo;0;L;;;;;N;;;;; +A0AC;YI SYLLABLE HMYRX;Lo;0;L;;;;;N;;;;; +A0AD;YI SYLLABLE HMYR;Lo;0;L;;;;;N;;;;; +A0AE;YI SYLLABLE MIT;Lo;0;L;;;;;N;;;;; +A0AF;YI SYLLABLE MIX;Lo;0;L;;;;;N;;;;; +A0B0;YI SYLLABLE MI;Lo;0;L;;;;;N;;;;; +A0B1;YI SYLLABLE MIP;Lo;0;L;;;;;N;;;;; +A0B2;YI SYLLABLE MIEX;Lo;0;L;;;;;N;;;;; +A0B3;YI SYLLABLE MIE;Lo;0;L;;;;;N;;;;; +A0B4;YI SYLLABLE MIEP;Lo;0;L;;;;;N;;;;; +A0B5;YI SYLLABLE MAT;Lo;0;L;;;;;N;;;;; +A0B6;YI SYLLABLE MAX;Lo;0;L;;;;;N;;;;; +A0B7;YI SYLLABLE MA;Lo;0;L;;;;;N;;;;; +A0B8;YI SYLLABLE MAP;Lo;0;L;;;;;N;;;;; +A0B9;YI SYLLABLE MUOT;Lo;0;L;;;;;N;;;;; +A0BA;YI SYLLABLE MUOX;Lo;0;L;;;;;N;;;;; +A0BB;YI SYLLABLE MUO;Lo;0;L;;;;;N;;;;; +A0BC;YI SYLLABLE MUOP;Lo;0;L;;;;;N;;;;; +A0BD;YI SYLLABLE MOT;Lo;0;L;;;;;N;;;;; +A0BE;YI SYLLABLE MOX;Lo;0;L;;;;;N;;;;; +A0BF;YI SYLLABLE MO;Lo;0;L;;;;;N;;;;; +A0C0;YI SYLLABLE MOP;Lo;0;L;;;;;N;;;;; +A0C1;YI SYLLABLE MEX;Lo;0;L;;;;;N;;;;; +A0C2;YI SYLLABLE ME;Lo;0;L;;;;;N;;;;; +A0C3;YI SYLLABLE MUT;Lo;0;L;;;;;N;;;;; +A0C4;YI SYLLABLE MUX;Lo;0;L;;;;;N;;;;; +A0C5;YI SYLLABLE MU;Lo;0;L;;;;;N;;;;; +A0C6;YI SYLLABLE MUP;Lo;0;L;;;;;N;;;;; +A0C7;YI SYLLABLE MURX;Lo;0;L;;;;;N;;;;; +A0C8;YI SYLLABLE MUR;Lo;0;L;;;;;N;;;;; +A0C9;YI SYLLABLE MYT;Lo;0;L;;;;;N;;;;; +A0CA;YI SYLLABLE MYX;Lo;0;L;;;;;N;;;;; +A0CB;YI SYLLABLE MY;Lo;0;L;;;;;N;;;;; +A0CC;YI SYLLABLE MYP;Lo;0;L;;;;;N;;;;; +A0CD;YI SYLLABLE FIT;Lo;0;L;;;;;N;;;;; +A0CE;YI SYLLABLE FIX;Lo;0;L;;;;;N;;;;; +A0CF;YI SYLLABLE FI;Lo;0;L;;;;;N;;;;; +A0D0;YI SYLLABLE FIP;Lo;0;L;;;;;N;;;;; +A0D1;YI SYLLABLE FAT;Lo;0;L;;;;;N;;;;; +A0D2;YI SYLLABLE FAX;Lo;0;L;;;;;N;;;;; +A0D3;YI SYLLABLE FA;Lo;0;L;;;;;N;;;;; +A0D4;YI SYLLABLE FAP;Lo;0;L;;;;;N;;;;; +A0D5;YI SYLLABLE FOX;Lo;0;L;;;;;N;;;;; +A0D6;YI SYLLABLE FO;Lo;0;L;;;;;N;;;;; +A0D7;YI SYLLABLE FOP;Lo;0;L;;;;;N;;;;; +A0D8;YI SYLLABLE FUT;Lo;0;L;;;;;N;;;;; +A0D9;YI SYLLABLE FUX;Lo;0;L;;;;;N;;;;; +A0DA;YI SYLLABLE FU;Lo;0;L;;;;;N;;;;; +A0DB;YI SYLLABLE FUP;Lo;0;L;;;;;N;;;;; +A0DC;YI SYLLABLE FURX;Lo;0;L;;;;;N;;;;; +A0DD;YI SYLLABLE FUR;Lo;0;L;;;;;N;;;;; +A0DE;YI SYLLABLE FYT;Lo;0;L;;;;;N;;;;; +A0DF;YI SYLLABLE FYX;Lo;0;L;;;;;N;;;;; +A0E0;YI SYLLABLE FY;Lo;0;L;;;;;N;;;;; +A0E1;YI SYLLABLE FYP;Lo;0;L;;;;;N;;;;; +A0E2;YI SYLLABLE VIT;Lo;0;L;;;;;N;;;;; +A0E3;YI SYLLABLE VIX;Lo;0;L;;;;;N;;;;; +A0E4;YI SYLLABLE VI;Lo;0;L;;;;;N;;;;; +A0E5;YI SYLLABLE VIP;Lo;0;L;;;;;N;;;;; +A0E6;YI SYLLABLE VIET;Lo;0;L;;;;;N;;;;; +A0E7;YI SYLLABLE VIEX;Lo;0;L;;;;;N;;;;; +A0E8;YI SYLLABLE VIE;Lo;0;L;;;;;N;;;;; +A0E9;YI SYLLABLE VIEP;Lo;0;L;;;;;N;;;;; +A0EA;YI SYLLABLE VAT;Lo;0;L;;;;;N;;;;; +A0EB;YI SYLLABLE VAX;Lo;0;L;;;;;N;;;;; +A0EC;YI SYLLABLE VA;Lo;0;L;;;;;N;;;;; +A0ED;YI SYLLABLE VAP;Lo;0;L;;;;;N;;;;; +A0EE;YI SYLLABLE VOT;Lo;0;L;;;;;N;;;;; +A0EF;YI SYLLABLE VOX;Lo;0;L;;;;;N;;;;; +A0F0;YI SYLLABLE VO;Lo;0;L;;;;;N;;;;; +A0F1;YI SYLLABLE VOP;Lo;0;L;;;;;N;;;;; +A0F2;YI SYLLABLE VEX;Lo;0;L;;;;;N;;;;; +A0F3;YI SYLLABLE VEP;Lo;0;L;;;;;N;;;;; +A0F4;YI SYLLABLE VUT;Lo;0;L;;;;;N;;;;; +A0F5;YI SYLLABLE VUX;Lo;0;L;;;;;N;;;;; +A0F6;YI SYLLABLE VU;Lo;0;L;;;;;N;;;;; +A0F7;YI SYLLABLE VUP;Lo;0;L;;;;;N;;;;; +A0F8;YI SYLLABLE VURX;Lo;0;L;;;;;N;;;;; +A0F9;YI SYLLABLE VUR;Lo;0;L;;;;;N;;;;; +A0FA;YI SYLLABLE VYT;Lo;0;L;;;;;N;;;;; +A0FB;YI SYLLABLE VYX;Lo;0;L;;;;;N;;;;; +A0FC;YI SYLLABLE VY;Lo;0;L;;;;;N;;;;; +A0FD;YI SYLLABLE VYP;Lo;0;L;;;;;N;;;;; +A0FE;YI SYLLABLE VYRX;Lo;0;L;;;;;N;;;;; +A0FF;YI SYLLABLE VYR;Lo;0;L;;;;;N;;;;; +A100;YI SYLLABLE DIT;Lo;0;L;;;;;N;;;;; +A101;YI SYLLABLE DIX;Lo;0;L;;;;;N;;;;; +A102;YI SYLLABLE DI;Lo;0;L;;;;;N;;;;; +A103;YI SYLLABLE DIP;Lo;0;L;;;;;N;;;;; +A104;YI SYLLABLE DIEX;Lo;0;L;;;;;N;;;;; +A105;YI SYLLABLE DIE;Lo;0;L;;;;;N;;;;; +A106;YI SYLLABLE DIEP;Lo;0;L;;;;;N;;;;; +A107;YI SYLLABLE DAT;Lo;0;L;;;;;N;;;;; +A108;YI SYLLABLE DAX;Lo;0;L;;;;;N;;;;; +A109;YI SYLLABLE DA;Lo;0;L;;;;;N;;;;; +A10A;YI SYLLABLE DAP;Lo;0;L;;;;;N;;;;; +A10B;YI SYLLABLE DUOX;Lo;0;L;;;;;N;;;;; +A10C;YI SYLLABLE DUO;Lo;0;L;;;;;N;;;;; +A10D;YI SYLLABLE DOT;Lo;0;L;;;;;N;;;;; +A10E;YI SYLLABLE DOX;Lo;0;L;;;;;N;;;;; +A10F;YI SYLLABLE DO;Lo;0;L;;;;;N;;;;; +A110;YI SYLLABLE DOP;Lo;0;L;;;;;N;;;;; +A111;YI SYLLABLE DEX;Lo;0;L;;;;;N;;;;; +A112;YI SYLLABLE DE;Lo;0;L;;;;;N;;;;; +A113;YI SYLLABLE DEP;Lo;0;L;;;;;N;;;;; +A114;YI SYLLABLE DUT;Lo;0;L;;;;;N;;;;; +A115;YI SYLLABLE DUX;Lo;0;L;;;;;N;;;;; +A116;YI SYLLABLE DU;Lo;0;L;;;;;N;;;;; +A117;YI SYLLABLE DUP;Lo;0;L;;;;;N;;;;; +A118;YI SYLLABLE DURX;Lo;0;L;;;;;N;;;;; +A119;YI SYLLABLE DUR;Lo;0;L;;;;;N;;;;; +A11A;YI SYLLABLE TIT;Lo;0;L;;;;;N;;;;; +A11B;YI SYLLABLE TIX;Lo;0;L;;;;;N;;;;; +A11C;YI SYLLABLE TI;Lo;0;L;;;;;N;;;;; +A11D;YI SYLLABLE TIP;Lo;0;L;;;;;N;;;;; +A11E;YI SYLLABLE TIEX;Lo;0;L;;;;;N;;;;; +A11F;YI SYLLABLE TIE;Lo;0;L;;;;;N;;;;; +A120;YI SYLLABLE TIEP;Lo;0;L;;;;;N;;;;; +A121;YI SYLLABLE TAT;Lo;0;L;;;;;N;;;;; +A122;YI SYLLABLE TAX;Lo;0;L;;;;;N;;;;; +A123;YI SYLLABLE TA;Lo;0;L;;;;;N;;;;; +A124;YI SYLLABLE TAP;Lo;0;L;;;;;N;;;;; +A125;YI SYLLABLE TUOT;Lo;0;L;;;;;N;;;;; +A126;YI SYLLABLE TUOX;Lo;0;L;;;;;N;;;;; +A127;YI SYLLABLE TUO;Lo;0;L;;;;;N;;;;; +A128;YI SYLLABLE TUOP;Lo;0;L;;;;;N;;;;; +A129;YI SYLLABLE TOT;Lo;0;L;;;;;N;;;;; +A12A;YI SYLLABLE TOX;Lo;0;L;;;;;N;;;;; +A12B;YI SYLLABLE TO;Lo;0;L;;;;;N;;;;; +A12C;YI SYLLABLE TOP;Lo;0;L;;;;;N;;;;; +A12D;YI SYLLABLE TEX;Lo;0;L;;;;;N;;;;; +A12E;YI SYLLABLE TE;Lo;0;L;;;;;N;;;;; +A12F;YI SYLLABLE TEP;Lo;0;L;;;;;N;;;;; +A130;YI SYLLABLE TUT;Lo;0;L;;;;;N;;;;; +A131;YI SYLLABLE TUX;Lo;0;L;;;;;N;;;;; +A132;YI SYLLABLE TU;Lo;0;L;;;;;N;;;;; +A133;YI SYLLABLE TUP;Lo;0;L;;;;;N;;;;; +A134;YI SYLLABLE TURX;Lo;0;L;;;;;N;;;;; +A135;YI SYLLABLE TUR;Lo;0;L;;;;;N;;;;; +A136;YI SYLLABLE DDIT;Lo;0;L;;;;;N;;;;; +A137;YI SYLLABLE DDIX;Lo;0;L;;;;;N;;;;; +A138;YI SYLLABLE DDI;Lo;0;L;;;;;N;;;;; +A139;YI SYLLABLE DDIP;Lo;0;L;;;;;N;;;;; +A13A;YI SYLLABLE DDIEX;Lo;0;L;;;;;N;;;;; +A13B;YI SYLLABLE DDIE;Lo;0;L;;;;;N;;;;; +A13C;YI SYLLABLE DDIEP;Lo;0;L;;;;;N;;;;; +A13D;YI SYLLABLE DDAT;Lo;0;L;;;;;N;;;;; +A13E;YI SYLLABLE DDAX;Lo;0;L;;;;;N;;;;; +A13F;YI SYLLABLE DDA;Lo;0;L;;;;;N;;;;; +A140;YI SYLLABLE DDAP;Lo;0;L;;;;;N;;;;; +A141;YI SYLLABLE DDUOX;Lo;0;L;;;;;N;;;;; +A142;YI SYLLABLE DDUO;Lo;0;L;;;;;N;;;;; +A143;YI SYLLABLE DDUOP;Lo;0;L;;;;;N;;;;; +A144;YI SYLLABLE DDOT;Lo;0;L;;;;;N;;;;; +A145;YI SYLLABLE DDOX;Lo;0;L;;;;;N;;;;; +A146;YI SYLLABLE DDO;Lo;0;L;;;;;N;;;;; +A147;YI SYLLABLE DDOP;Lo;0;L;;;;;N;;;;; +A148;YI SYLLABLE DDEX;Lo;0;L;;;;;N;;;;; +A149;YI SYLLABLE DDE;Lo;0;L;;;;;N;;;;; +A14A;YI SYLLABLE DDEP;Lo;0;L;;;;;N;;;;; +A14B;YI SYLLABLE DDUT;Lo;0;L;;;;;N;;;;; +A14C;YI SYLLABLE DDUX;Lo;0;L;;;;;N;;;;; +A14D;YI SYLLABLE DDU;Lo;0;L;;;;;N;;;;; +A14E;YI SYLLABLE DDUP;Lo;0;L;;;;;N;;;;; +A14F;YI SYLLABLE DDURX;Lo;0;L;;;;;N;;;;; +A150;YI SYLLABLE DDUR;Lo;0;L;;;;;N;;;;; +A151;YI SYLLABLE NDIT;Lo;0;L;;;;;N;;;;; +A152;YI SYLLABLE NDIX;Lo;0;L;;;;;N;;;;; +A153;YI SYLLABLE NDI;Lo;0;L;;;;;N;;;;; +A154;YI SYLLABLE NDIP;Lo;0;L;;;;;N;;;;; +A155;YI SYLLABLE NDIEX;Lo;0;L;;;;;N;;;;; +A156;YI SYLLABLE NDIE;Lo;0;L;;;;;N;;;;; +A157;YI SYLLABLE NDAT;Lo;0;L;;;;;N;;;;; +A158;YI SYLLABLE NDAX;Lo;0;L;;;;;N;;;;; +A159;YI SYLLABLE NDA;Lo;0;L;;;;;N;;;;; +A15A;YI SYLLABLE NDAP;Lo;0;L;;;;;N;;;;; +A15B;YI SYLLABLE NDOT;Lo;0;L;;;;;N;;;;; +A15C;YI SYLLABLE NDOX;Lo;0;L;;;;;N;;;;; +A15D;YI SYLLABLE NDO;Lo;0;L;;;;;N;;;;; +A15E;YI SYLLABLE NDOP;Lo;0;L;;;;;N;;;;; +A15F;YI SYLLABLE NDEX;Lo;0;L;;;;;N;;;;; +A160;YI SYLLABLE NDE;Lo;0;L;;;;;N;;;;; +A161;YI SYLLABLE NDEP;Lo;0;L;;;;;N;;;;; +A162;YI SYLLABLE NDUT;Lo;0;L;;;;;N;;;;; +A163;YI SYLLABLE NDUX;Lo;0;L;;;;;N;;;;; +A164;YI SYLLABLE NDU;Lo;0;L;;;;;N;;;;; +A165;YI SYLLABLE NDUP;Lo;0;L;;;;;N;;;;; +A166;YI SYLLABLE NDURX;Lo;0;L;;;;;N;;;;; +A167;YI SYLLABLE NDUR;Lo;0;L;;;;;N;;;;; +A168;YI SYLLABLE HNIT;Lo;0;L;;;;;N;;;;; +A169;YI SYLLABLE HNIX;Lo;0;L;;;;;N;;;;; +A16A;YI SYLLABLE HNI;Lo;0;L;;;;;N;;;;; +A16B;YI SYLLABLE HNIP;Lo;0;L;;;;;N;;;;; +A16C;YI SYLLABLE HNIET;Lo;0;L;;;;;N;;;;; +A16D;YI SYLLABLE HNIEX;Lo;0;L;;;;;N;;;;; +A16E;YI SYLLABLE HNIE;Lo;0;L;;;;;N;;;;; +A16F;YI SYLLABLE HNIEP;Lo;0;L;;;;;N;;;;; +A170;YI SYLLABLE HNAT;Lo;0;L;;;;;N;;;;; +A171;YI SYLLABLE HNAX;Lo;0;L;;;;;N;;;;; +A172;YI SYLLABLE HNA;Lo;0;L;;;;;N;;;;; +A173;YI SYLLABLE HNAP;Lo;0;L;;;;;N;;;;; +A174;YI SYLLABLE HNUOX;Lo;0;L;;;;;N;;;;; +A175;YI SYLLABLE HNUO;Lo;0;L;;;;;N;;;;; +A176;YI SYLLABLE HNOT;Lo;0;L;;;;;N;;;;; +A177;YI SYLLABLE HNOX;Lo;0;L;;;;;N;;;;; +A178;YI SYLLABLE HNOP;Lo;0;L;;;;;N;;;;; +A179;YI SYLLABLE HNEX;Lo;0;L;;;;;N;;;;; +A17A;YI SYLLABLE HNE;Lo;0;L;;;;;N;;;;; +A17B;YI SYLLABLE HNEP;Lo;0;L;;;;;N;;;;; +A17C;YI SYLLABLE HNUT;Lo;0;L;;;;;N;;;;; +A17D;YI SYLLABLE NIT;Lo;0;L;;;;;N;;;;; +A17E;YI SYLLABLE NIX;Lo;0;L;;;;;N;;;;; +A17F;YI SYLLABLE NI;Lo;0;L;;;;;N;;;;; +A180;YI SYLLABLE NIP;Lo;0;L;;;;;N;;;;; +A181;YI SYLLABLE NIEX;Lo;0;L;;;;;N;;;;; +A182;YI SYLLABLE NIE;Lo;0;L;;;;;N;;;;; +A183;YI SYLLABLE NIEP;Lo;0;L;;;;;N;;;;; +A184;YI SYLLABLE NAX;Lo;0;L;;;;;N;;;;; +A185;YI SYLLABLE NA;Lo;0;L;;;;;N;;;;; +A186;YI SYLLABLE NAP;Lo;0;L;;;;;N;;;;; +A187;YI SYLLABLE NUOX;Lo;0;L;;;;;N;;;;; +A188;YI SYLLABLE NUO;Lo;0;L;;;;;N;;;;; +A189;YI SYLLABLE NUOP;Lo;0;L;;;;;N;;;;; +A18A;YI SYLLABLE NOT;Lo;0;L;;;;;N;;;;; +A18B;YI SYLLABLE NOX;Lo;0;L;;;;;N;;;;; +A18C;YI SYLLABLE NO;Lo;0;L;;;;;N;;;;; +A18D;YI SYLLABLE NOP;Lo;0;L;;;;;N;;;;; +A18E;YI SYLLABLE NEX;Lo;0;L;;;;;N;;;;; +A18F;YI SYLLABLE NE;Lo;0;L;;;;;N;;;;; +A190;YI SYLLABLE NEP;Lo;0;L;;;;;N;;;;; +A191;YI SYLLABLE NUT;Lo;0;L;;;;;N;;;;; +A192;YI SYLLABLE NUX;Lo;0;L;;;;;N;;;;; +A193;YI SYLLABLE NU;Lo;0;L;;;;;N;;;;; +A194;YI SYLLABLE NUP;Lo;0;L;;;;;N;;;;; +A195;YI SYLLABLE NURX;Lo;0;L;;;;;N;;;;; +A196;YI SYLLABLE NUR;Lo;0;L;;;;;N;;;;; +A197;YI SYLLABLE HLIT;Lo;0;L;;;;;N;;;;; +A198;YI SYLLABLE HLIX;Lo;0;L;;;;;N;;;;; +A199;YI SYLLABLE HLI;Lo;0;L;;;;;N;;;;; +A19A;YI SYLLABLE HLIP;Lo;0;L;;;;;N;;;;; +A19B;YI SYLLABLE HLIEX;Lo;0;L;;;;;N;;;;; +A19C;YI SYLLABLE HLIE;Lo;0;L;;;;;N;;;;; +A19D;YI SYLLABLE HLIEP;Lo;0;L;;;;;N;;;;; +A19E;YI SYLLABLE HLAT;Lo;0;L;;;;;N;;;;; +A19F;YI SYLLABLE HLAX;Lo;0;L;;;;;N;;;;; +A1A0;YI SYLLABLE HLA;Lo;0;L;;;;;N;;;;; +A1A1;YI SYLLABLE HLAP;Lo;0;L;;;;;N;;;;; +A1A2;YI SYLLABLE HLUOX;Lo;0;L;;;;;N;;;;; +A1A3;YI SYLLABLE HLUO;Lo;0;L;;;;;N;;;;; +A1A4;YI SYLLABLE HLUOP;Lo;0;L;;;;;N;;;;; +A1A5;YI SYLLABLE HLOX;Lo;0;L;;;;;N;;;;; +A1A6;YI SYLLABLE HLO;Lo;0;L;;;;;N;;;;; +A1A7;YI SYLLABLE HLOP;Lo;0;L;;;;;N;;;;; +A1A8;YI SYLLABLE HLEX;Lo;0;L;;;;;N;;;;; +A1A9;YI SYLLABLE HLE;Lo;0;L;;;;;N;;;;; +A1AA;YI SYLLABLE HLEP;Lo;0;L;;;;;N;;;;; +A1AB;YI SYLLABLE HLUT;Lo;0;L;;;;;N;;;;; +A1AC;YI SYLLABLE HLUX;Lo;0;L;;;;;N;;;;; +A1AD;YI SYLLABLE HLU;Lo;0;L;;;;;N;;;;; +A1AE;YI SYLLABLE HLUP;Lo;0;L;;;;;N;;;;; +A1AF;YI SYLLABLE HLURX;Lo;0;L;;;;;N;;;;; +A1B0;YI SYLLABLE HLUR;Lo;0;L;;;;;N;;;;; +A1B1;YI SYLLABLE HLYT;Lo;0;L;;;;;N;;;;; +A1B2;YI SYLLABLE HLYX;Lo;0;L;;;;;N;;;;; +A1B3;YI SYLLABLE HLY;Lo;0;L;;;;;N;;;;; +A1B4;YI SYLLABLE HLYP;Lo;0;L;;;;;N;;;;; +A1B5;YI SYLLABLE HLYRX;Lo;0;L;;;;;N;;;;; +A1B6;YI SYLLABLE HLYR;Lo;0;L;;;;;N;;;;; +A1B7;YI SYLLABLE LIT;Lo;0;L;;;;;N;;;;; +A1B8;YI SYLLABLE LIX;Lo;0;L;;;;;N;;;;; +A1B9;YI SYLLABLE LI;Lo;0;L;;;;;N;;;;; +A1BA;YI SYLLABLE LIP;Lo;0;L;;;;;N;;;;; +A1BB;YI SYLLABLE LIET;Lo;0;L;;;;;N;;;;; +A1BC;YI SYLLABLE LIEX;Lo;0;L;;;;;N;;;;; +A1BD;YI SYLLABLE LIE;Lo;0;L;;;;;N;;;;; +A1BE;YI SYLLABLE LIEP;Lo;0;L;;;;;N;;;;; +A1BF;YI SYLLABLE LAT;Lo;0;L;;;;;N;;;;; +A1C0;YI SYLLABLE LAX;Lo;0;L;;;;;N;;;;; +A1C1;YI SYLLABLE LA;Lo;0;L;;;;;N;;;;; +A1C2;YI SYLLABLE LAP;Lo;0;L;;;;;N;;;;; +A1C3;YI SYLLABLE LUOT;Lo;0;L;;;;;N;;;;; +A1C4;YI SYLLABLE LUOX;Lo;0;L;;;;;N;;;;; +A1C5;YI SYLLABLE LUO;Lo;0;L;;;;;N;;;;; +A1C6;YI SYLLABLE LUOP;Lo;0;L;;;;;N;;;;; +A1C7;YI SYLLABLE LOT;Lo;0;L;;;;;N;;;;; +A1C8;YI SYLLABLE LOX;Lo;0;L;;;;;N;;;;; +A1C9;YI SYLLABLE LO;Lo;0;L;;;;;N;;;;; +A1CA;YI SYLLABLE LOP;Lo;0;L;;;;;N;;;;; +A1CB;YI SYLLABLE LEX;Lo;0;L;;;;;N;;;;; +A1CC;YI SYLLABLE LE;Lo;0;L;;;;;N;;;;; +A1CD;YI SYLLABLE LEP;Lo;0;L;;;;;N;;;;; +A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;; +A1CF;YI SYLLABLE LUX;Lo;0;L;;;;;N;;;;; +A1D0;YI SYLLABLE LU;Lo;0;L;;;;;N;;;;; +A1D1;YI SYLLABLE LUP;Lo;0;L;;;;;N;;;;; +A1D2;YI SYLLABLE LURX;Lo;0;L;;;;;N;;;;; +A1D3;YI SYLLABLE LUR;Lo;0;L;;;;;N;;;;; +A1D4;YI SYLLABLE LYT;Lo;0;L;;;;;N;;;;; +A1D5;YI SYLLABLE LYX;Lo;0;L;;;;;N;;;;; +A1D6;YI SYLLABLE LY;Lo;0;L;;;;;N;;;;; +A1D7;YI SYLLABLE LYP;Lo;0;L;;;;;N;;;;; +A1D8;YI SYLLABLE LYRX;Lo;0;L;;;;;N;;;;; +A1D9;YI SYLLABLE LYR;Lo;0;L;;;;;N;;;;; +A1DA;YI SYLLABLE GIT;Lo;0;L;;;;;N;;;;; +A1DB;YI SYLLABLE GIX;Lo;0;L;;;;;N;;;;; +A1DC;YI SYLLABLE GI;Lo;0;L;;;;;N;;;;; +A1DD;YI SYLLABLE GIP;Lo;0;L;;;;;N;;;;; +A1DE;YI SYLLABLE GIET;Lo;0;L;;;;;N;;;;; +A1DF;YI SYLLABLE GIEX;Lo;0;L;;;;;N;;;;; +A1E0;YI SYLLABLE GIE;Lo;0;L;;;;;N;;;;; +A1E1;YI SYLLABLE GIEP;Lo;0;L;;;;;N;;;;; +A1E2;YI SYLLABLE GAT;Lo;0;L;;;;;N;;;;; +A1E3;YI SYLLABLE GAX;Lo;0;L;;;;;N;;;;; +A1E4;YI SYLLABLE GA;Lo;0;L;;;;;N;;;;; +A1E5;YI SYLLABLE GAP;Lo;0;L;;;;;N;;;;; +A1E6;YI SYLLABLE GUOT;Lo;0;L;;;;;N;;;;; +A1E7;YI SYLLABLE GUOX;Lo;0;L;;;;;N;;;;; +A1E8;YI SYLLABLE GUO;Lo;0;L;;;;;N;;;;; +A1E9;YI SYLLABLE GUOP;Lo;0;L;;;;;N;;;;; +A1EA;YI SYLLABLE GOT;Lo;0;L;;;;;N;;;;; +A1EB;YI SYLLABLE GOX;Lo;0;L;;;;;N;;;;; +A1EC;YI SYLLABLE GO;Lo;0;L;;;;;N;;;;; +A1ED;YI SYLLABLE GOP;Lo;0;L;;;;;N;;;;; +A1EE;YI SYLLABLE GET;Lo;0;L;;;;;N;;;;; +A1EF;YI SYLLABLE GEX;Lo;0;L;;;;;N;;;;; +A1F0;YI SYLLABLE GE;Lo;0;L;;;;;N;;;;; +A1F1;YI SYLLABLE GEP;Lo;0;L;;;;;N;;;;; +A1F2;YI SYLLABLE GUT;Lo;0;L;;;;;N;;;;; +A1F3;YI SYLLABLE GUX;Lo;0;L;;;;;N;;;;; +A1F4;YI SYLLABLE GU;Lo;0;L;;;;;N;;;;; +A1F5;YI SYLLABLE GUP;Lo;0;L;;;;;N;;;;; +A1F6;YI SYLLABLE GURX;Lo;0;L;;;;;N;;;;; +A1F7;YI SYLLABLE GUR;Lo;0;L;;;;;N;;;;; +A1F8;YI SYLLABLE KIT;Lo;0;L;;;;;N;;;;; +A1F9;YI SYLLABLE KIX;Lo;0;L;;;;;N;;;;; +A1FA;YI SYLLABLE KI;Lo;0;L;;;;;N;;;;; +A1FB;YI SYLLABLE KIP;Lo;0;L;;;;;N;;;;; +A1FC;YI SYLLABLE KIEX;Lo;0;L;;;;;N;;;;; +A1FD;YI SYLLABLE KIE;Lo;0;L;;;;;N;;;;; +A1FE;YI SYLLABLE KIEP;Lo;0;L;;;;;N;;;;; +A1FF;YI SYLLABLE KAT;Lo;0;L;;;;;N;;;;; +A200;YI SYLLABLE KAX;Lo;0;L;;;;;N;;;;; +A201;YI SYLLABLE KA;Lo;0;L;;;;;N;;;;; +A202;YI SYLLABLE KAP;Lo;0;L;;;;;N;;;;; +A203;YI SYLLABLE KUOX;Lo;0;L;;;;;N;;;;; +A204;YI SYLLABLE KUO;Lo;0;L;;;;;N;;;;; +A205;YI SYLLABLE KUOP;Lo;0;L;;;;;N;;;;; +A206;YI SYLLABLE KOT;Lo;0;L;;;;;N;;;;; +A207;YI SYLLABLE KOX;Lo;0;L;;;;;N;;;;; +A208;YI SYLLABLE KO;Lo;0;L;;;;;N;;;;; +A209;YI SYLLABLE KOP;Lo;0;L;;;;;N;;;;; +A20A;YI SYLLABLE KET;Lo;0;L;;;;;N;;;;; +A20B;YI SYLLABLE KEX;Lo;0;L;;;;;N;;;;; +A20C;YI SYLLABLE KE;Lo;0;L;;;;;N;;;;; +A20D;YI SYLLABLE KEP;Lo;0;L;;;;;N;;;;; +A20E;YI SYLLABLE KUT;Lo;0;L;;;;;N;;;;; +A20F;YI SYLLABLE KUX;Lo;0;L;;;;;N;;;;; +A210;YI SYLLABLE KU;Lo;0;L;;;;;N;;;;; +A211;YI SYLLABLE KUP;Lo;0;L;;;;;N;;;;; +A212;YI SYLLABLE KURX;Lo;0;L;;;;;N;;;;; +A213;YI SYLLABLE KUR;Lo;0;L;;;;;N;;;;; +A214;YI SYLLABLE GGIT;Lo;0;L;;;;;N;;;;; +A215;YI SYLLABLE GGIX;Lo;0;L;;;;;N;;;;; +A216;YI SYLLABLE GGI;Lo;0;L;;;;;N;;;;; +A217;YI SYLLABLE GGIEX;Lo;0;L;;;;;N;;;;; +A218;YI SYLLABLE GGIE;Lo;0;L;;;;;N;;;;; +A219;YI SYLLABLE GGIEP;Lo;0;L;;;;;N;;;;; +A21A;YI SYLLABLE GGAT;Lo;0;L;;;;;N;;;;; +A21B;YI SYLLABLE GGAX;Lo;0;L;;;;;N;;;;; +A21C;YI SYLLABLE GGA;Lo;0;L;;;;;N;;;;; +A21D;YI SYLLABLE GGAP;Lo;0;L;;;;;N;;;;; +A21E;YI SYLLABLE GGUOT;Lo;0;L;;;;;N;;;;; +A21F;YI SYLLABLE GGUOX;Lo;0;L;;;;;N;;;;; +A220;YI SYLLABLE GGUO;Lo;0;L;;;;;N;;;;; +A221;YI SYLLABLE GGUOP;Lo;0;L;;;;;N;;;;; +A222;YI SYLLABLE GGOT;Lo;0;L;;;;;N;;;;; +A223;YI SYLLABLE GGOX;Lo;0;L;;;;;N;;;;; +A224;YI SYLLABLE GGO;Lo;0;L;;;;;N;;;;; +A225;YI SYLLABLE GGOP;Lo;0;L;;;;;N;;;;; +A226;YI SYLLABLE GGET;Lo;0;L;;;;;N;;;;; +A227;YI SYLLABLE GGEX;Lo;0;L;;;;;N;;;;; +A228;YI SYLLABLE GGE;Lo;0;L;;;;;N;;;;; +A229;YI SYLLABLE GGEP;Lo;0;L;;;;;N;;;;; +A22A;YI SYLLABLE GGUT;Lo;0;L;;;;;N;;;;; +A22B;YI SYLLABLE GGUX;Lo;0;L;;;;;N;;;;; +A22C;YI SYLLABLE GGU;Lo;0;L;;;;;N;;;;; +A22D;YI SYLLABLE GGUP;Lo;0;L;;;;;N;;;;; +A22E;YI SYLLABLE GGURX;Lo;0;L;;;;;N;;;;; +A22F;YI SYLLABLE GGUR;Lo;0;L;;;;;N;;;;; +A230;YI SYLLABLE MGIEX;Lo;0;L;;;;;N;;;;; +A231;YI SYLLABLE MGIE;Lo;0;L;;;;;N;;;;; +A232;YI SYLLABLE MGAT;Lo;0;L;;;;;N;;;;; +A233;YI SYLLABLE MGAX;Lo;0;L;;;;;N;;;;; +A234;YI SYLLABLE MGA;Lo;0;L;;;;;N;;;;; +A235;YI SYLLABLE MGAP;Lo;0;L;;;;;N;;;;; +A236;YI SYLLABLE MGUOX;Lo;0;L;;;;;N;;;;; +A237;YI SYLLABLE MGUO;Lo;0;L;;;;;N;;;;; +A238;YI SYLLABLE MGUOP;Lo;0;L;;;;;N;;;;; +A239;YI SYLLABLE MGOT;Lo;0;L;;;;;N;;;;; +A23A;YI SYLLABLE MGOX;Lo;0;L;;;;;N;;;;; +A23B;YI SYLLABLE MGO;Lo;0;L;;;;;N;;;;; +A23C;YI SYLLABLE MGOP;Lo;0;L;;;;;N;;;;; +A23D;YI SYLLABLE MGEX;Lo;0;L;;;;;N;;;;; +A23E;YI SYLLABLE MGE;Lo;0;L;;;;;N;;;;; +A23F;YI SYLLABLE MGEP;Lo;0;L;;;;;N;;;;; +A240;YI SYLLABLE MGUT;Lo;0;L;;;;;N;;;;; +A241;YI SYLLABLE MGUX;Lo;0;L;;;;;N;;;;; +A242;YI SYLLABLE MGU;Lo;0;L;;;;;N;;;;; +A243;YI SYLLABLE MGUP;Lo;0;L;;;;;N;;;;; +A244;YI SYLLABLE MGURX;Lo;0;L;;;;;N;;;;; +A245;YI SYLLABLE MGUR;Lo;0;L;;;;;N;;;;; +A246;YI SYLLABLE HXIT;Lo;0;L;;;;;N;;;;; +A247;YI SYLLABLE HXIX;Lo;0;L;;;;;N;;;;; +A248;YI SYLLABLE HXI;Lo;0;L;;;;;N;;;;; +A249;YI SYLLABLE HXIP;Lo;0;L;;;;;N;;;;; +A24A;YI SYLLABLE HXIET;Lo;0;L;;;;;N;;;;; +A24B;YI SYLLABLE HXIEX;Lo;0;L;;;;;N;;;;; +A24C;YI SYLLABLE HXIE;Lo;0;L;;;;;N;;;;; +A24D;YI SYLLABLE HXIEP;Lo;0;L;;;;;N;;;;; +A24E;YI SYLLABLE HXAT;Lo;0;L;;;;;N;;;;; +A24F;YI SYLLABLE HXAX;Lo;0;L;;;;;N;;;;; +A250;YI SYLLABLE HXA;Lo;0;L;;;;;N;;;;; +A251;YI SYLLABLE HXAP;Lo;0;L;;;;;N;;;;; +A252;YI SYLLABLE HXUOT;Lo;0;L;;;;;N;;;;; +A253;YI SYLLABLE HXUOX;Lo;0;L;;;;;N;;;;; +A254;YI SYLLABLE HXUO;Lo;0;L;;;;;N;;;;; +A255;YI SYLLABLE HXUOP;Lo;0;L;;;;;N;;;;; +A256;YI SYLLABLE HXOT;Lo;0;L;;;;;N;;;;; +A257;YI SYLLABLE HXOX;Lo;0;L;;;;;N;;;;; +A258;YI SYLLABLE HXO;Lo;0;L;;;;;N;;;;; +A259;YI SYLLABLE HXOP;Lo;0;L;;;;;N;;;;; +A25A;YI SYLLABLE HXEX;Lo;0;L;;;;;N;;;;; +A25B;YI SYLLABLE HXE;Lo;0;L;;;;;N;;;;; +A25C;YI SYLLABLE HXEP;Lo;0;L;;;;;N;;;;; +A25D;YI SYLLABLE NGIEX;Lo;0;L;;;;;N;;;;; +A25E;YI SYLLABLE NGIE;Lo;0;L;;;;;N;;;;; +A25F;YI SYLLABLE NGIEP;Lo;0;L;;;;;N;;;;; +A260;YI SYLLABLE NGAT;Lo;0;L;;;;;N;;;;; +A261;YI SYLLABLE NGAX;Lo;0;L;;;;;N;;;;; +A262;YI SYLLABLE NGA;Lo;0;L;;;;;N;;;;; +A263;YI SYLLABLE NGAP;Lo;0;L;;;;;N;;;;; +A264;YI SYLLABLE NGUOT;Lo;0;L;;;;;N;;;;; +A265;YI SYLLABLE NGUOX;Lo;0;L;;;;;N;;;;; +A266;YI SYLLABLE NGUO;Lo;0;L;;;;;N;;;;; +A267;YI SYLLABLE NGOT;Lo;0;L;;;;;N;;;;; +A268;YI SYLLABLE NGOX;Lo;0;L;;;;;N;;;;; +A269;YI SYLLABLE NGO;Lo;0;L;;;;;N;;;;; +A26A;YI SYLLABLE NGOP;Lo;0;L;;;;;N;;;;; +A26B;YI SYLLABLE NGEX;Lo;0;L;;;;;N;;;;; +A26C;YI SYLLABLE NGE;Lo;0;L;;;;;N;;;;; +A26D;YI SYLLABLE NGEP;Lo;0;L;;;;;N;;;;; +A26E;YI SYLLABLE HIT;Lo;0;L;;;;;N;;;;; +A26F;YI SYLLABLE HIEX;Lo;0;L;;;;;N;;;;; +A270;YI SYLLABLE HIE;Lo;0;L;;;;;N;;;;; +A271;YI SYLLABLE HAT;Lo;0;L;;;;;N;;;;; +A272;YI SYLLABLE HAX;Lo;0;L;;;;;N;;;;; +A273;YI SYLLABLE HA;Lo;0;L;;;;;N;;;;; +A274;YI SYLLABLE HAP;Lo;0;L;;;;;N;;;;; +A275;YI SYLLABLE HUOT;Lo;0;L;;;;;N;;;;; +A276;YI SYLLABLE HUOX;Lo;0;L;;;;;N;;;;; +A277;YI SYLLABLE HUO;Lo;0;L;;;;;N;;;;; +A278;YI SYLLABLE HUOP;Lo;0;L;;;;;N;;;;; +A279;YI SYLLABLE HOT;Lo;0;L;;;;;N;;;;; +A27A;YI SYLLABLE HOX;Lo;0;L;;;;;N;;;;; +A27B;YI SYLLABLE HO;Lo;0;L;;;;;N;;;;; +A27C;YI SYLLABLE HOP;Lo;0;L;;;;;N;;;;; +A27D;YI SYLLABLE HEX;Lo;0;L;;;;;N;;;;; +A27E;YI SYLLABLE HE;Lo;0;L;;;;;N;;;;; +A27F;YI SYLLABLE HEP;Lo;0;L;;;;;N;;;;; +A280;YI SYLLABLE WAT;Lo;0;L;;;;;N;;;;; +A281;YI SYLLABLE WAX;Lo;0;L;;;;;N;;;;; +A282;YI SYLLABLE WA;Lo;0;L;;;;;N;;;;; +A283;YI SYLLABLE WAP;Lo;0;L;;;;;N;;;;; +A284;YI SYLLABLE WUOX;Lo;0;L;;;;;N;;;;; +A285;YI SYLLABLE WUO;Lo;0;L;;;;;N;;;;; +A286;YI SYLLABLE WUOP;Lo;0;L;;;;;N;;;;; +A287;YI SYLLABLE WOX;Lo;0;L;;;;;N;;;;; +A288;YI SYLLABLE WO;Lo;0;L;;;;;N;;;;; +A289;YI SYLLABLE WOP;Lo;0;L;;;;;N;;;;; +A28A;YI SYLLABLE WEX;Lo;0;L;;;;;N;;;;; +A28B;YI SYLLABLE WE;Lo;0;L;;;;;N;;;;; +A28C;YI SYLLABLE WEP;Lo;0;L;;;;;N;;;;; +A28D;YI SYLLABLE ZIT;Lo;0;L;;;;;N;;;;; +A28E;YI SYLLABLE ZIX;Lo;0;L;;;;;N;;;;; +A28F;YI SYLLABLE ZI;Lo;0;L;;;;;N;;;;; +A290;YI SYLLABLE ZIP;Lo;0;L;;;;;N;;;;; +A291;YI SYLLABLE ZIEX;Lo;0;L;;;;;N;;;;; +A292;YI SYLLABLE ZIE;Lo;0;L;;;;;N;;;;; +A293;YI SYLLABLE ZIEP;Lo;0;L;;;;;N;;;;; +A294;YI SYLLABLE ZAT;Lo;0;L;;;;;N;;;;; +A295;YI SYLLABLE ZAX;Lo;0;L;;;;;N;;;;; +A296;YI SYLLABLE ZA;Lo;0;L;;;;;N;;;;; +A297;YI SYLLABLE ZAP;Lo;0;L;;;;;N;;;;; +A298;YI SYLLABLE ZUOX;Lo;0;L;;;;;N;;;;; +A299;YI SYLLABLE ZUO;Lo;0;L;;;;;N;;;;; +A29A;YI SYLLABLE ZUOP;Lo;0;L;;;;;N;;;;; +A29B;YI SYLLABLE ZOT;Lo;0;L;;;;;N;;;;; +A29C;YI SYLLABLE ZOX;Lo;0;L;;;;;N;;;;; +A29D;YI SYLLABLE ZO;Lo;0;L;;;;;N;;;;; +A29E;YI SYLLABLE ZOP;Lo;0;L;;;;;N;;;;; +A29F;YI SYLLABLE ZEX;Lo;0;L;;;;;N;;;;; +A2A0;YI SYLLABLE ZE;Lo;0;L;;;;;N;;;;; +A2A1;YI SYLLABLE ZEP;Lo;0;L;;;;;N;;;;; +A2A2;YI SYLLABLE ZUT;Lo;0;L;;;;;N;;;;; +A2A3;YI SYLLABLE ZUX;Lo;0;L;;;;;N;;;;; +A2A4;YI SYLLABLE ZU;Lo;0;L;;;;;N;;;;; +A2A5;YI SYLLABLE ZUP;Lo;0;L;;;;;N;;;;; +A2A6;YI SYLLABLE ZURX;Lo;0;L;;;;;N;;;;; +A2A7;YI SYLLABLE ZUR;Lo;0;L;;;;;N;;;;; +A2A8;YI SYLLABLE ZYT;Lo;0;L;;;;;N;;;;; +A2A9;YI SYLLABLE ZYX;Lo;0;L;;;;;N;;;;; +A2AA;YI SYLLABLE ZY;Lo;0;L;;;;;N;;;;; +A2AB;YI SYLLABLE ZYP;Lo;0;L;;;;;N;;;;; +A2AC;YI SYLLABLE ZYRX;Lo;0;L;;;;;N;;;;; +A2AD;YI SYLLABLE ZYR;Lo;0;L;;;;;N;;;;; +A2AE;YI SYLLABLE CIT;Lo;0;L;;;;;N;;;;; +A2AF;YI SYLLABLE CIX;Lo;0;L;;;;;N;;;;; +A2B0;YI SYLLABLE CI;Lo;0;L;;;;;N;;;;; +A2B1;YI SYLLABLE CIP;Lo;0;L;;;;;N;;;;; +A2B2;YI SYLLABLE CIET;Lo;0;L;;;;;N;;;;; +A2B3;YI SYLLABLE CIEX;Lo;0;L;;;;;N;;;;; +A2B4;YI SYLLABLE CIE;Lo;0;L;;;;;N;;;;; +A2B5;YI SYLLABLE CIEP;Lo;0;L;;;;;N;;;;; +A2B6;YI SYLLABLE CAT;Lo;0;L;;;;;N;;;;; +A2B7;YI SYLLABLE CAX;Lo;0;L;;;;;N;;;;; +A2B8;YI SYLLABLE CA;Lo;0;L;;;;;N;;;;; +A2B9;YI SYLLABLE CAP;Lo;0;L;;;;;N;;;;; +A2BA;YI SYLLABLE CUOX;Lo;0;L;;;;;N;;;;; +A2BB;YI SYLLABLE CUO;Lo;0;L;;;;;N;;;;; +A2BC;YI SYLLABLE CUOP;Lo;0;L;;;;;N;;;;; +A2BD;YI SYLLABLE COT;Lo;0;L;;;;;N;;;;; +A2BE;YI SYLLABLE COX;Lo;0;L;;;;;N;;;;; +A2BF;YI SYLLABLE CO;Lo;0;L;;;;;N;;;;; +A2C0;YI SYLLABLE COP;Lo;0;L;;;;;N;;;;; +A2C1;YI SYLLABLE CEX;Lo;0;L;;;;;N;;;;; +A2C2;YI SYLLABLE CE;Lo;0;L;;;;;N;;;;; +A2C3;YI SYLLABLE CEP;Lo;0;L;;;;;N;;;;; +A2C4;YI SYLLABLE CUT;Lo;0;L;;;;;N;;;;; +A2C5;YI SYLLABLE CUX;Lo;0;L;;;;;N;;;;; +A2C6;YI SYLLABLE CU;Lo;0;L;;;;;N;;;;; +A2C7;YI SYLLABLE CUP;Lo;0;L;;;;;N;;;;; +A2C8;YI SYLLABLE CURX;Lo;0;L;;;;;N;;;;; +A2C9;YI SYLLABLE CUR;Lo;0;L;;;;;N;;;;; +A2CA;YI SYLLABLE CYT;Lo;0;L;;;;;N;;;;; +A2CB;YI SYLLABLE CYX;Lo;0;L;;;;;N;;;;; +A2CC;YI SYLLABLE CY;Lo;0;L;;;;;N;;;;; +A2CD;YI SYLLABLE CYP;Lo;0;L;;;;;N;;;;; +A2CE;YI SYLLABLE CYRX;Lo;0;L;;;;;N;;;;; +A2CF;YI SYLLABLE CYR;Lo;0;L;;;;;N;;;;; +A2D0;YI SYLLABLE ZZIT;Lo;0;L;;;;;N;;;;; +A2D1;YI SYLLABLE ZZIX;Lo;0;L;;;;;N;;;;; +A2D2;YI SYLLABLE ZZI;Lo;0;L;;;;;N;;;;; +A2D3;YI SYLLABLE ZZIP;Lo;0;L;;;;;N;;;;; +A2D4;YI SYLLABLE ZZIET;Lo;0;L;;;;;N;;;;; +A2D5;YI SYLLABLE ZZIEX;Lo;0;L;;;;;N;;;;; +A2D6;YI SYLLABLE ZZIE;Lo;0;L;;;;;N;;;;; +A2D7;YI SYLLABLE ZZIEP;Lo;0;L;;;;;N;;;;; +A2D8;YI SYLLABLE ZZAT;Lo;0;L;;;;;N;;;;; +A2D9;YI SYLLABLE ZZAX;Lo;0;L;;;;;N;;;;; +A2DA;YI SYLLABLE ZZA;Lo;0;L;;;;;N;;;;; +A2DB;YI SYLLABLE ZZAP;Lo;0;L;;;;;N;;;;; +A2DC;YI SYLLABLE ZZOX;Lo;0;L;;;;;N;;;;; +A2DD;YI SYLLABLE ZZO;Lo;0;L;;;;;N;;;;; +A2DE;YI SYLLABLE ZZOP;Lo;0;L;;;;;N;;;;; +A2DF;YI SYLLABLE ZZEX;Lo;0;L;;;;;N;;;;; +A2E0;YI SYLLABLE ZZE;Lo;0;L;;;;;N;;;;; +A2E1;YI SYLLABLE ZZEP;Lo;0;L;;;;;N;;;;; +A2E2;YI SYLLABLE ZZUX;Lo;0;L;;;;;N;;;;; +A2E3;YI SYLLABLE ZZU;Lo;0;L;;;;;N;;;;; +A2E4;YI SYLLABLE ZZUP;Lo;0;L;;;;;N;;;;; +A2E5;YI SYLLABLE ZZURX;Lo;0;L;;;;;N;;;;; +A2E6;YI SYLLABLE ZZUR;Lo;0;L;;;;;N;;;;; +A2E7;YI SYLLABLE ZZYT;Lo;0;L;;;;;N;;;;; +A2E8;YI SYLLABLE ZZYX;Lo;0;L;;;;;N;;;;; +A2E9;YI SYLLABLE ZZY;Lo;0;L;;;;;N;;;;; +A2EA;YI SYLLABLE ZZYP;Lo;0;L;;;;;N;;;;; +A2EB;YI SYLLABLE ZZYRX;Lo;0;L;;;;;N;;;;; +A2EC;YI SYLLABLE ZZYR;Lo;0;L;;;;;N;;;;; +A2ED;YI SYLLABLE NZIT;Lo;0;L;;;;;N;;;;; +A2EE;YI SYLLABLE NZIX;Lo;0;L;;;;;N;;;;; +A2EF;YI SYLLABLE NZI;Lo;0;L;;;;;N;;;;; +A2F0;YI SYLLABLE NZIP;Lo;0;L;;;;;N;;;;; +A2F1;YI SYLLABLE NZIEX;Lo;0;L;;;;;N;;;;; +A2F2;YI SYLLABLE NZIE;Lo;0;L;;;;;N;;;;; +A2F3;YI SYLLABLE NZIEP;Lo;0;L;;;;;N;;;;; +A2F4;YI SYLLABLE NZAT;Lo;0;L;;;;;N;;;;; +A2F5;YI SYLLABLE NZAX;Lo;0;L;;;;;N;;;;; +A2F6;YI SYLLABLE NZA;Lo;0;L;;;;;N;;;;; +A2F7;YI SYLLABLE NZAP;Lo;0;L;;;;;N;;;;; +A2F8;YI SYLLABLE NZUOX;Lo;0;L;;;;;N;;;;; +A2F9;YI SYLLABLE NZUO;Lo;0;L;;;;;N;;;;; +A2FA;YI SYLLABLE NZOX;Lo;0;L;;;;;N;;;;; +A2FB;YI SYLLABLE NZOP;Lo;0;L;;;;;N;;;;; +A2FC;YI SYLLABLE NZEX;Lo;0;L;;;;;N;;;;; +A2FD;YI SYLLABLE NZE;Lo;0;L;;;;;N;;;;; +A2FE;YI SYLLABLE NZUX;Lo;0;L;;;;;N;;;;; +A2FF;YI SYLLABLE NZU;Lo;0;L;;;;;N;;;;; +A300;YI SYLLABLE NZUP;Lo;0;L;;;;;N;;;;; +A301;YI SYLLABLE NZURX;Lo;0;L;;;;;N;;;;; +A302;YI SYLLABLE NZUR;Lo;0;L;;;;;N;;;;; +A303;YI SYLLABLE NZYT;Lo;0;L;;;;;N;;;;; +A304;YI SYLLABLE NZYX;Lo;0;L;;;;;N;;;;; +A305;YI SYLLABLE NZY;Lo;0;L;;;;;N;;;;; +A306;YI SYLLABLE NZYP;Lo;0;L;;;;;N;;;;; +A307;YI SYLLABLE NZYRX;Lo;0;L;;;;;N;;;;; +A308;YI SYLLABLE NZYR;Lo;0;L;;;;;N;;;;; +A309;YI SYLLABLE SIT;Lo;0;L;;;;;N;;;;; +A30A;YI SYLLABLE SIX;Lo;0;L;;;;;N;;;;; +A30B;YI SYLLABLE SI;Lo;0;L;;;;;N;;;;; +A30C;YI SYLLABLE SIP;Lo;0;L;;;;;N;;;;; +A30D;YI SYLLABLE SIEX;Lo;0;L;;;;;N;;;;; +A30E;YI SYLLABLE SIE;Lo;0;L;;;;;N;;;;; +A30F;YI SYLLABLE SIEP;Lo;0;L;;;;;N;;;;; +A310;YI SYLLABLE SAT;Lo;0;L;;;;;N;;;;; +A311;YI SYLLABLE SAX;Lo;0;L;;;;;N;;;;; +A312;YI SYLLABLE SA;Lo;0;L;;;;;N;;;;; +A313;YI SYLLABLE SAP;Lo;0;L;;;;;N;;;;; +A314;YI SYLLABLE SUOX;Lo;0;L;;;;;N;;;;; +A315;YI SYLLABLE SUO;Lo;0;L;;;;;N;;;;; +A316;YI SYLLABLE SUOP;Lo;0;L;;;;;N;;;;; +A317;YI SYLLABLE SOT;Lo;0;L;;;;;N;;;;; +A318;YI SYLLABLE SOX;Lo;0;L;;;;;N;;;;; +A319;YI SYLLABLE SO;Lo;0;L;;;;;N;;;;; +A31A;YI SYLLABLE SOP;Lo;0;L;;;;;N;;;;; +A31B;YI SYLLABLE SEX;Lo;0;L;;;;;N;;;;; +A31C;YI SYLLABLE SE;Lo;0;L;;;;;N;;;;; +A31D;YI SYLLABLE SEP;Lo;0;L;;;;;N;;;;; +A31E;YI SYLLABLE SUT;Lo;0;L;;;;;N;;;;; +A31F;YI SYLLABLE SUX;Lo;0;L;;;;;N;;;;; +A320;YI SYLLABLE SU;Lo;0;L;;;;;N;;;;; +A321;YI SYLLABLE SUP;Lo;0;L;;;;;N;;;;; +A322;YI SYLLABLE SURX;Lo;0;L;;;;;N;;;;; +A323;YI SYLLABLE SUR;Lo;0;L;;;;;N;;;;; +A324;YI SYLLABLE SYT;Lo;0;L;;;;;N;;;;; +A325;YI SYLLABLE SYX;Lo;0;L;;;;;N;;;;; +A326;YI SYLLABLE SY;Lo;0;L;;;;;N;;;;; +A327;YI SYLLABLE SYP;Lo;0;L;;;;;N;;;;; +A328;YI SYLLABLE SYRX;Lo;0;L;;;;;N;;;;; +A329;YI SYLLABLE SYR;Lo;0;L;;;;;N;;;;; +A32A;YI SYLLABLE SSIT;Lo;0;L;;;;;N;;;;; +A32B;YI SYLLABLE SSIX;Lo;0;L;;;;;N;;;;; +A32C;YI SYLLABLE SSI;Lo;0;L;;;;;N;;;;; +A32D;YI SYLLABLE SSIP;Lo;0;L;;;;;N;;;;; +A32E;YI SYLLABLE SSIEX;Lo;0;L;;;;;N;;;;; +A32F;YI SYLLABLE SSIE;Lo;0;L;;;;;N;;;;; +A330;YI SYLLABLE SSIEP;Lo;0;L;;;;;N;;;;; +A331;YI SYLLABLE SSAT;Lo;0;L;;;;;N;;;;; +A332;YI SYLLABLE SSAX;Lo;0;L;;;;;N;;;;; +A333;YI SYLLABLE SSA;Lo;0;L;;;;;N;;;;; +A334;YI SYLLABLE SSAP;Lo;0;L;;;;;N;;;;; +A335;YI SYLLABLE SSOT;Lo;0;L;;;;;N;;;;; +A336;YI SYLLABLE SSOX;Lo;0;L;;;;;N;;;;; +A337;YI SYLLABLE SSO;Lo;0;L;;;;;N;;;;; +A338;YI SYLLABLE SSOP;Lo;0;L;;;;;N;;;;; +A339;YI SYLLABLE SSEX;Lo;0;L;;;;;N;;;;; +A33A;YI SYLLABLE SSE;Lo;0;L;;;;;N;;;;; +A33B;YI SYLLABLE SSEP;Lo;0;L;;;;;N;;;;; +A33C;YI SYLLABLE SSUT;Lo;0;L;;;;;N;;;;; +A33D;YI SYLLABLE SSUX;Lo;0;L;;;;;N;;;;; +A33E;YI SYLLABLE SSU;Lo;0;L;;;;;N;;;;; +A33F;YI SYLLABLE SSUP;Lo;0;L;;;;;N;;;;; +A340;YI SYLLABLE SSYT;Lo;0;L;;;;;N;;;;; +A341;YI SYLLABLE SSYX;Lo;0;L;;;;;N;;;;; +A342;YI SYLLABLE SSY;Lo;0;L;;;;;N;;;;; +A343;YI SYLLABLE SSYP;Lo;0;L;;;;;N;;;;; +A344;YI SYLLABLE SSYRX;Lo;0;L;;;;;N;;;;; +A345;YI SYLLABLE SSYR;Lo;0;L;;;;;N;;;;; +A346;YI SYLLABLE ZHAT;Lo;0;L;;;;;N;;;;; +A347;YI SYLLABLE ZHAX;Lo;0;L;;;;;N;;;;; +A348;YI SYLLABLE ZHA;Lo;0;L;;;;;N;;;;; +A349;YI SYLLABLE ZHAP;Lo;0;L;;;;;N;;;;; +A34A;YI SYLLABLE ZHUOX;Lo;0;L;;;;;N;;;;; +A34B;YI SYLLABLE ZHUO;Lo;0;L;;;;;N;;;;; +A34C;YI SYLLABLE ZHUOP;Lo;0;L;;;;;N;;;;; +A34D;YI SYLLABLE ZHOT;Lo;0;L;;;;;N;;;;; +A34E;YI SYLLABLE ZHOX;Lo;0;L;;;;;N;;;;; +A34F;YI SYLLABLE ZHO;Lo;0;L;;;;;N;;;;; +A350;YI SYLLABLE ZHOP;Lo;0;L;;;;;N;;;;; +A351;YI SYLLABLE ZHET;Lo;0;L;;;;;N;;;;; +A352;YI SYLLABLE ZHEX;Lo;0;L;;;;;N;;;;; +A353;YI SYLLABLE ZHE;Lo;0;L;;;;;N;;;;; +A354;YI SYLLABLE ZHEP;Lo;0;L;;;;;N;;;;; +A355;YI SYLLABLE ZHUT;Lo;0;L;;;;;N;;;;; +A356;YI SYLLABLE ZHUX;Lo;0;L;;;;;N;;;;; +A357;YI SYLLABLE ZHU;Lo;0;L;;;;;N;;;;; +A358;YI SYLLABLE ZHUP;Lo;0;L;;;;;N;;;;; +A359;YI SYLLABLE ZHURX;Lo;0;L;;;;;N;;;;; +A35A;YI SYLLABLE ZHUR;Lo;0;L;;;;;N;;;;; +A35B;YI SYLLABLE ZHYT;Lo;0;L;;;;;N;;;;; +A35C;YI SYLLABLE ZHYX;Lo;0;L;;;;;N;;;;; +A35D;YI SYLLABLE ZHY;Lo;0;L;;;;;N;;;;; +A35E;YI SYLLABLE ZHYP;Lo;0;L;;;;;N;;;;; +A35F;YI SYLLABLE ZHYRX;Lo;0;L;;;;;N;;;;; +A360;YI SYLLABLE ZHYR;Lo;0;L;;;;;N;;;;; +A361;YI SYLLABLE CHAT;Lo;0;L;;;;;N;;;;; +A362;YI SYLLABLE CHAX;Lo;0;L;;;;;N;;;;; +A363;YI SYLLABLE CHA;Lo;0;L;;;;;N;;;;; +A364;YI SYLLABLE CHAP;Lo;0;L;;;;;N;;;;; +A365;YI SYLLABLE CHUOT;Lo;0;L;;;;;N;;;;; +A366;YI SYLLABLE CHUOX;Lo;0;L;;;;;N;;;;; +A367;YI SYLLABLE CHUO;Lo;0;L;;;;;N;;;;; +A368;YI SYLLABLE CHUOP;Lo;0;L;;;;;N;;;;; +A369;YI SYLLABLE CHOT;Lo;0;L;;;;;N;;;;; +A36A;YI SYLLABLE CHOX;Lo;0;L;;;;;N;;;;; +A36B;YI SYLLABLE CHO;Lo;0;L;;;;;N;;;;; +A36C;YI SYLLABLE CHOP;Lo;0;L;;;;;N;;;;; +A36D;YI SYLLABLE CHET;Lo;0;L;;;;;N;;;;; +A36E;YI SYLLABLE CHEX;Lo;0;L;;;;;N;;;;; +A36F;YI SYLLABLE CHE;Lo;0;L;;;;;N;;;;; +A370;YI SYLLABLE CHEP;Lo;0;L;;;;;N;;;;; +A371;YI SYLLABLE CHUX;Lo;0;L;;;;;N;;;;; +A372;YI SYLLABLE CHU;Lo;0;L;;;;;N;;;;; +A373;YI SYLLABLE CHUP;Lo;0;L;;;;;N;;;;; +A374;YI SYLLABLE CHURX;Lo;0;L;;;;;N;;;;; +A375;YI SYLLABLE CHUR;Lo;0;L;;;;;N;;;;; +A376;YI SYLLABLE CHYT;Lo;0;L;;;;;N;;;;; +A377;YI SYLLABLE CHYX;Lo;0;L;;;;;N;;;;; +A378;YI SYLLABLE CHY;Lo;0;L;;;;;N;;;;; +A379;YI SYLLABLE CHYP;Lo;0;L;;;;;N;;;;; +A37A;YI SYLLABLE CHYRX;Lo;0;L;;;;;N;;;;; +A37B;YI SYLLABLE CHYR;Lo;0;L;;;;;N;;;;; +A37C;YI SYLLABLE RRAX;Lo;0;L;;;;;N;;;;; +A37D;YI SYLLABLE RRA;Lo;0;L;;;;;N;;;;; +A37E;YI SYLLABLE RRUOX;Lo;0;L;;;;;N;;;;; +A37F;YI SYLLABLE RRUO;Lo;0;L;;;;;N;;;;; +A380;YI SYLLABLE RROT;Lo;0;L;;;;;N;;;;; +A381;YI SYLLABLE RROX;Lo;0;L;;;;;N;;;;; +A382;YI SYLLABLE RRO;Lo;0;L;;;;;N;;;;; +A383;YI SYLLABLE RROP;Lo;0;L;;;;;N;;;;; +A384;YI SYLLABLE RRET;Lo;0;L;;;;;N;;;;; +A385;YI SYLLABLE RREX;Lo;0;L;;;;;N;;;;; +A386;YI SYLLABLE RRE;Lo;0;L;;;;;N;;;;; +A387;YI SYLLABLE RREP;Lo;0;L;;;;;N;;;;; +A388;YI SYLLABLE RRUT;Lo;0;L;;;;;N;;;;; +A389;YI SYLLABLE RRUX;Lo;0;L;;;;;N;;;;; +A38A;YI SYLLABLE RRU;Lo;0;L;;;;;N;;;;; +A38B;YI SYLLABLE RRUP;Lo;0;L;;;;;N;;;;; +A38C;YI SYLLABLE RRURX;Lo;0;L;;;;;N;;;;; +A38D;YI SYLLABLE RRUR;Lo;0;L;;;;;N;;;;; +A38E;YI SYLLABLE RRYT;Lo;0;L;;;;;N;;;;; +A38F;YI SYLLABLE RRYX;Lo;0;L;;;;;N;;;;; +A390;YI SYLLABLE RRY;Lo;0;L;;;;;N;;;;; +A391;YI SYLLABLE RRYP;Lo;0;L;;;;;N;;;;; +A392;YI SYLLABLE RRYRX;Lo;0;L;;;;;N;;;;; +A393;YI SYLLABLE RRYR;Lo;0;L;;;;;N;;;;; +A394;YI SYLLABLE NRAT;Lo;0;L;;;;;N;;;;; +A395;YI SYLLABLE NRAX;Lo;0;L;;;;;N;;;;; +A396;YI SYLLABLE NRA;Lo;0;L;;;;;N;;;;; +A397;YI SYLLABLE NRAP;Lo;0;L;;;;;N;;;;; +A398;YI SYLLABLE NROX;Lo;0;L;;;;;N;;;;; +A399;YI SYLLABLE NRO;Lo;0;L;;;;;N;;;;; +A39A;YI SYLLABLE NROP;Lo;0;L;;;;;N;;;;; +A39B;YI SYLLABLE NRET;Lo;0;L;;;;;N;;;;; +A39C;YI SYLLABLE NREX;Lo;0;L;;;;;N;;;;; +A39D;YI SYLLABLE NRE;Lo;0;L;;;;;N;;;;; +A39E;YI SYLLABLE NREP;Lo;0;L;;;;;N;;;;; +A39F;YI SYLLABLE NRUT;Lo;0;L;;;;;N;;;;; +A3A0;YI SYLLABLE NRUX;Lo;0;L;;;;;N;;;;; +A3A1;YI SYLLABLE NRU;Lo;0;L;;;;;N;;;;; +A3A2;YI SYLLABLE NRUP;Lo;0;L;;;;;N;;;;; +A3A3;YI SYLLABLE NRURX;Lo;0;L;;;;;N;;;;; +A3A4;YI SYLLABLE NRUR;Lo;0;L;;;;;N;;;;; +A3A5;YI SYLLABLE NRYT;Lo;0;L;;;;;N;;;;; +A3A6;YI SYLLABLE NRYX;Lo;0;L;;;;;N;;;;; +A3A7;YI SYLLABLE NRY;Lo;0;L;;;;;N;;;;; +A3A8;YI SYLLABLE NRYP;Lo;0;L;;;;;N;;;;; +A3A9;YI SYLLABLE NRYRX;Lo;0;L;;;;;N;;;;; +A3AA;YI SYLLABLE NRYR;Lo;0;L;;;;;N;;;;; +A3AB;YI SYLLABLE SHAT;Lo;0;L;;;;;N;;;;; +A3AC;YI SYLLABLE SHAX;Lo;0;L;;;;;N;;;;; +A3AD;YI SYLLABLE SHA;Lo;0;L;;;;;N;;;;; +A3AE;YI SYLLABLE SHAP;Lo;0;L;;;;;N;;;;; +A3AF;YI SYLLABLE SHUOX;Lo;0;L;;;;;N;;;;; +A3B0;YI SYLLABLE SHUO;Lo;0;L;;;;;N;;;;; +A3B1;YI SYLLABLE SHUOP;Lo;0;L;;;;;N;;;;; +A3B2;YI SYLLABLE SHOT;Lo;0;L;;;;;N;;;;; +A3B3;YI SYLLABLE SHOX;Lo;0;L;;;;;N;;;;; +A3B4;YI SYLLABLE SHO;Lo;0;L;;;;;N;;;;; +A3B5;YI SYLLABLE SHOP;Lo;0;L;;;;;N;;;;; +A3B6;YI SYLLABLE SHET;Lo;0;L;;;;;N;;;;; +A3B7;YI SYLLABLE SHEX;Lo;0;L;;;;;N;;;;; +A3B8;YI SYLLABLE SHE;Lo;0;L;;;;;N;;;;; +A3B9;YI SYLLABLE SHEP;Lo;0;L;;;;;N;;;;; +A3BA;YI SYLLABLE SHUT;Lo;0;L;;;;;N;;;;; +A3BB;YI SYLLABLE SHUX;Lo;0;L;;;;;N;;;;; +A3BC;YI SYLLABLE SHU;Lo;0;L;;;;;N;;;;; +A3BD;YI SYLLABLE SHUP;Lo;0;L;;;;;N;;;;; +A3BE;YI SYLLABLE SHURX;Lo;0;L;;;;;N;;;;; +A3BF;YI SYLLABLE SHUR;Lo;0;L;;;;;N;;;;; +A3C0;YI SYLLABLE SHYT;Lo;0;L;;;;;N;;;;; +A3C1;YI SYLLABLE SHYX;Lo;0;L;;;;;N;;;;; +A3C2;YI SYLLABLE SHY;Lo;0;L;;;;;N;;;;; +A3C3;YI SYLLABLE SHYP;Lo;0;L;;;;;N;;;;; +A3C4;YI SYLLABLE SHYRX;Lo;0;L;;;;;N;;;;; +A3C5;YI SYLLABLE SHYR;Lo;0;L;;;;;N;;;;; +A3C6;YI SYLLABLE RAT;Lo;0;L;;;;;N;;;;; +A3C7;YI SYLLABLE RAX;Lo;0;L;;;;;N;;;;; +A3C8;YI SYLLABLE RA;Lo;0;L;;;;;N;;;;; +A3C9;YI SYLLABLE RAP;Lo;0;L;;;;;N;;;;; +A3CA;YI SYLLABLE RUOX;Lo;0;L;;;;;N;;;;; +A3CB;YI SYLLABLE RUO;Lo;0;L;;;;;N;;;;; +A3CC;YI SYLLABLE RUOP;Lo;0;L;;;;;N;;;;; +A3CD;YI SYLLABLE ROT;Lo;0;L;;;;;N;;;;; +A3CE;YI SYLLABLE ROX;Lo;0;L;;;;;N;;;;; +A3CF;YI SYLLABLE RO;Lo;0;L;;;;;N;;;;; +A3D0;YI SYLLABLE ROP;Lo;0;L;;;;;N;;;;; +A3D1;YI SYLLABLE REX;Lo;0;L;;;;;N;;;;; +A3D2;YI SYLLABLE RE;Lo;0;L;;;;;N;;;;; +A3D3;YI SYLLABLE REP;Lo;0;L;;;;;N;;;;; +A3D4;YI SYLLABLE RUT;Lo;0;L;;;;;N;;;;; +A3D5;YI SYLLABLE RUX;Lo;0;L;;;;;N;;;;; +A3D6;YI SYLLABLE RU;Lo;0;L;;;;;N;;;;; +A3D7;YI SYLLABLE RUP;Lo;0;L;;;;;N;;;;; +A3D8;YI SYLLABLE RURX;Lo;0;L;;;;;N;;;;; +A3D9;YI SYLLABLE RUR;Lo;0;L;;;;;N;;;;; +A3DA;YI SYLLABLE RYT;Lo;0;L;;;;;N;;;;; +A3DB;YI SYLLABLE RYX;Lo;0;L;;;;;N;;;;; +A3DC;YI SYLLABLE RY;Lo;0;L;;;;;N;;;;; +A3DD;YI SYLLABLE RYP;Lo;0;L;;;;;N;;;;; +A3DE;YI SYLLABLE RYRX;Lo;0;L;;;;;N;;;;; +A3DF;YI SYLLABLE RYR;Lo;0;L;;;;;N;;;;; +A3E0;YI SYLLABLE JIT;Lo;0;L;;;;;N;;;;; +A3E1;YI SYLLABLE JIX;Lo;0;L;;;;;N;;;;; +A3E2;YI SYLLABLE JI;Lo;0;L;;;;;N;;;;; +A3E3;YI SYLLABLE JIP;Lo;0;L;;;;;N;;;;; +A3E4;YI SYLLABLE JIET;Lo;0;L;;;;;N;;;;; +A3E5;YI SYLLABLE JIEX;Lo;0;L;;;;;N;;;;; +A3E6;YI SYLLABLE JIE;Lo;0;L;;;;;N;;;;; +A3E7;YI SYLLABLE JIEP;Lo;0;L;;;;;N;;;;; +A3E8;YI SYLLABLE JUOT;Lo;0;L;;;;;N;;;;; +A3E9;YI SYLLABLE JUOX;Lo;0;L;;;;;N;;;;; +A3EA;YI SYLLABLE JUO;Lo;0;L;;;;;N;;;;; +A3EB;YI SYLLABLE JUOP;Lo;0;L;;;;;N;;;;; +A3EC;YI SYLLABLE JOT;Lo;0;L;;;;;N;;;;; +A3ED;YI SYLLABLE JOX;Lo;0;L;;;;;N;;;;; +A3EE;YI SYLLABLE JO;Lo;0;L;;;;;N;;;;; +A3EF;YI SYLLABLE JOP;Lo;0;L;;;;;N;;;;; +A3F0;YI SYLLABLE JUT;Lo;0;L;;;;;N;;;;; +A3F1;YI SYLLABLE JUX;Lo;0;L;;;;;N;;;;; +A3F2;YI SYLLABLE JU;Lo;0;L;;;;;N;;;;; +A3F3;YI SYLLABLE JUP;Lo;0;L;;;;;N;;;;; +A3F4;YI SYLLABLE JURX;Lo;0;L;;;;;N;;;;; +A3F5;YI SYLLABLE JUR;Lo;0;L;;;;;N;;;;; +A3F6;YI SYLLABLE JYT;Lo;0;L;;;;;N;;;;; +A3F7;YI SYLLABLE JYX;Lo;0;L;;;;;N;;;;; +A3F8;YI SYLLABLE JY;Lo;0;L;;;;;N;;;;; +A3F9;YI SYLLABLE JYP;Lo;0;L;;;;;N;;;;; +A3FA;YI SYLLABLE JYRX;Lo;0;L;;;;;N;;;;; +A3FB;YI SYLLABLE JYR;Lo;0;L;;;;;N;;;;; +A3FC;YI SYLLABLE QIT;Lo;0;L;;;;;N;;;;; +A3FD;YI SYLLABLE QIX;Lo;0;L;;;;;N;;;;; +A3FE;YI SYLLABLE QI;Lo;0;L;;;;;N;;;;; +A3FF;YI SYLLABLE QIP;Lo;0;L;;;;;N;;;;; +A400;YI SYLLABLE QIET;Lo;0;L;;;;;N;;;;; +A401;YI SYLLABLE QIEX;Lo;0;L;;;;;N;;;;; +A402;YI SYLLABLE QIE;Lo;0;L;;;;;N;;;;; +A403;YI SYLLABLE QIEP;Lo;0;L;;;;;N;;;;; +A404;YI SYLLABLE QUOT;Lo;0;L;;;;;N;;;;; +A405;YI SYLLABLE QUOX;Lo;0;L;;;;;N;;;;; +A406;YI SYLLABLE QUO;Lo;0;L;;;;;N;;;;; +A407;YI SYLLABLE QUOP;Lo;0;L;;;;;N;;;;; +A408;YI SYLLABLE QOT;Lo;0;L;;;;;N;;;;; +A409;YI SYLLABLE QOX;Lo;0;L;;;;;N;;;;; +A40A;YI SYLLABLE QO;Lo;0;L;;;;;N;;;;; +A40B;YI SYLLABLE QOP;Lo;0;L;;;;;N;;;;; +A40C;YI SYLLABLE QUT;Lo;0;L;;;;;N;;;;; +A40D;YI SYLLABLE QUX;Lo;0;L;;;;;N;;;;; +A40E;YI SYLLABLE QU;Lo;0;L;;;;;N;;;;; +A40F;YI SYLLABLE QUP;Lo;0;L;;;;;N;;;;; +A410;YI SYLLABLE QURX;Lo;0;L;;;;;N;;;;; +A411;YI SYLLABLE QUR;Lo;0;L;;;;;N;;;;; +A412;YI SYLLABLE QYT;Lo;0;L;;;;;N;;;;; +A413;YI SYLLABLE QYX;Lo;0;L;;;;;N;;;;; +A414;YI SYLLABLE QY;Lo;0;L;;;;;N;;;;; +A415;YI SYLLABLE QYP;Lo;0;L;;;;;N;;;;; +A416;YI SYLLABLE QYRX;Lo;0;L;;;;;N;;;;; +A417;YI SYLLABLE QYR;Lo;0;L;;;;;N;;;;; +A418;YI SYLLABLE JJIT;Lo;0;L;;;;;N;;;;; +A419;YI SYLLABLE JJIX;Lo;0;L;;;;;N;;;;; +A41A;YI SYLLABLE JJI;Lo;0;L;;;;;N;;;;; +A41B;YI SYLLABLE JJIP;Lo;0;L;;;;;N;;;;; +A41C;YI SYLLABLE JJIET;Lo;0;L;;;;;N;;;;; +A41D;YI SYLLABLE JJIEX;Lo;0;L;;;;;N;;;;; +A41E;YI SYLLABLE JJIE;Lo;0;L;;;;;N;;;;; +A41F;YI SYLLABLE JJIEP;Lo;0;L;;;;;N;;;;; +A420;YI SYLLABLE JJUOX;Lo;0;L;;;;;N;;;;; +A421;YI SYLLABLE JJUO;Lo;0;L;;;;;N;;;;; +A422;YI SYLLABLE JJUOP;Lo;0;L;;;;;N;;;;; +A423;YI SYLLABLE JJOT;Lo;0;L;;;;;N;;;;; +A424;YI SYLLABLE JJOX;Lo;0;L;;;;;N;;;;; +A425;YI SYLLABLE JJO;Lo;0;L;;;;;N;;;;; +A426;YI SYLLABLE JJOP;Lo;0;L;;;;;N;;;;; +A427;YI SYLLABLE JJUT;Lo;0;L;;;;;N;;;;; +A428;YI SYLLABLE JJUX;Lo;0;L;;;;;N;;;;; +A429;YI SYLLABLE JJU;Lo;0;L;;;;;N;;;;; +A42A;YI SYLLABLE JJUP;Lo;0;L;;;;;N;;;;; +A42B;YI SYLLABLE JJURX;Lo;0;L;;;;;N;;;;; +A42C;YI SYLLABLE JJUR;Lo;0;L;;;;;N;;;;; +A42D;YI SYLLABLE JJYT;Lo;0;L;;;;;N;;;;; +A42E;YI SYLLABLE JJYX;Lo;0;L;;;;;N;;;;; +A42F;YI SYLLABLE JJY;Lo;0;L;;;;;N;;;;; +A430;YI SYLLABLE JJYP;Lo;0;L;;;;;N;;;;; +A431;YI SYLLABLE NJIT;Lo;0;L;;;;;N;;;;; +A432;YI SYLLABLE NJIX;Lo;0;L;;;;;N;;;;; +A433;YI SYLLABLE NJI;Lo;0;L;;;;;N;;;;; +A434;YI SYLLABLE NJIP;Lo;0;L;;;;;N;;;;; +A435;YI SYLLABLE NJIET;Lo;0;L;;;;;N;;;;; +A436;YI SYLLABLE NJIEX;Lo;0;L;;;;;N;;;;; +A437;YI SYLLABLE NJIE;Lo;0;L;;;;;N;;;;; +A438;YI SYLLABLE NJIEP;Lo;0;L;;;;;N;;;;; +A439;YI SYLLABLE NJUOX;Lo;0;L;;;;;N;;;;; +A43A;YI SYLLABLE NJUO;Lo;0;L;;;;;N;;;;; +A43B;YI SYLLABLE NJOT;Lo;0;L;;;;;N;;;;; +A43C;YI SYLLABLE NJOX;Lo;0;L;;;;;N;;;;; +A43D;YI SYLLABLE NJO;Lo;0;L;;;;;N;;;;; +A43E;YI SYLLABLE NJOP;Lo;0;L;;;;;N;;;;; +A43F;YI SYLLABLE NJUX;Lo;0;L;;;;;N;;;;; +A440;YI SYLLABLE NJU;Lo;0;L;;;;;N;;;;; +A441;YI SYLLABLE NJUP;Lo;0;L;;;;;N;;;;; +A442;YI SYLLABLE NJURX;Lo;0;L;;;;;N;;;;; +A443;YI SYLLABLE NJUR;Lo;0;L;;;;;N;;;;; +A444;YI SYLLABLE NJYT;Lo;0;L;;;;;N;;;;; +A445;YI SYLLABLE NJYX;Lo;0;L;;;;;N;;;;; +A446;YI SYLLABLE NJY;Lo;0;L;;;;;N;;;;; +A447;YI SYLLABLE NJYP;Lo;0;L;;;;;N;;;;; +A448;YI SYLLABLE NJYRX;Lo;0;L;;;;;N;;;;; +A449;YI SYLLABLE NJYR;Lo;0;L;;;;;N;;;;; +A44A;YI SYLLABLE NYIT;Lo;0;L;;;;;N;;;;; +A44B;YI SYLLABLE NYIX;Lo;0;L;;;;;N;;;;; +A44C;YI SYLLABLE NYI;Lo;0;L;;;;;N;;;;; +A44D;YI SYLLABLE NYIP;Lo;0;L;;;;;N;;;;; +A44E;YI SYLLABLE NYIET;Lo;0;L;;;;;N;;;;; +A44F;YI SYLLABLE NYIEX;Lo;0;L;;;;;N;;;;; +A450;YI SYLLABLE NYIE;Lo;0;L;;;;;N;;;;; +A451;YI SYLLABLE NYIEP;Lo;0;L;;;;;N;;;;; +A452;YI SYLLABLE NYUOX;Lo;0;L;;;;;N;;;;; +A453;YI SYLLABLE NYUO;Lo;0;L;;;;;N;;;;; +A454;YI SYLLABLE NYUOP;Lo;0;L;;;;;N;;;;; +A455;YI SYLLABLE NYOT;Lo;0;L;;;;;N;;;;; +A456;YI SYLLABLE NYOX;Lo;0;L;;;;;N;;;;; +A457;YI SYLLABLE NYO;Lo;0;L;;;;;N;;;;; +A458;YI SYLLABLE NYOP;Lo;0;L;;;;;N;;;;; +A459;YI SYLLABLE NYUT;Lo;0;L;;;;;N;;;;; +A45A;YI SYLLABLE NYUX;Lo;0;L;;;;;N;;;;; +A45B;YI SYLLABLE NYU;Lo;0;L;;;;;N;;;;; +A45C;YI SYLLABLE NYUP;Lo;0;L;;;;;N;;;;; +A45D;YI SYLLABLE XIT;Lo;0;L;;;;;N;;;;; +A45E;YI SYLLABLE XIX;Lo;0;L;;;;;N;;;;; +A45F;YI SYLLABLE XI;Lo;0;L;;;;;N;;;;; +A460;YI SYLLABLE XIP;Lo;0;L;;;;;N;;;;; +A461;YI SYLLABLE XIET;Lo;0;L;;;;;N;;;;; +A462;YI SYLLABLE XIEX;Lo;0;L;;;;;N;;;;; +A463;YI SYLLABLE XIE;Lo;0;L;;;;;N;;;;; +A464;YI SYLLABLE XIEP;Lo;0;L;;;;;N;;;;; +A465;YI SYLLABLE XUOX;Lo;0;L;;;;;N;;;;; +A466;YI SYLLABLE XUO;Lo;0;L;;;;;N;;;;; +A467;YI SYLLABLE XOT;Lo;0;L;;;;;N;;;;; +A468;YI SYLLABLE XOX;Lo;0;L;;;;;N;;;;; +A469;YI SYLLABLE XO;Lo;0;L;;;;;N;;;;; +A46A;YI SYLLABLE XOP;Lo;0;L;;;;;N;;;;; +A46B;YI SYLLABLE XYT;Lo;0;L;;;;;N;;;;; +A46C;YI SYLLABLE XYX;Lo;0;L;;;;;N;;;;; +A46D;YI SYLLABLE XY;Lo;0;L;;;;;N;;;;; +A46E;YI SYLLABLE XYP;Lo;0;L;;;;;N;;;;; +A46F;YI SYLLABLE XYRX;Lo;0;L;;;;;N;;;;; +A470;YI SYLLABLE XYR;Lo;0;L;;;;;N;;;;; +A471;YI SYLLABLE YIT;Lo;0;L;;;;;N;;;;; +A472;YI SYLLABLE YIX;Lo;0;L;;;;;N;;;;; +A473;YI SYLLABLE YI;Lo;0;L;;;;;N;;;;; +A474;YI SYLLABLE YIP;Lo;0;L;;;;;N;;;;; +A475;YI SYLLABLE YIET;Lo;0;L;;;;;N;;;;; +A476;YI SYLLABLE YIEX;Lo;0;L;;;;;N;;;;; +A477;YI SYLLABLE YIE;Lo;0;L;;;;;N;;;;; +A478;YI SYLLABLE YIEP;Lo;0;L;;;;;N;;;;; +A479;YI SYLLABLE YUOT;Lo;0;L;;;;;N;;;;; +A47A;YI SYLLABLE YUOX;Lo;0;L;;;;;N;;;;; +A47B;YI SYLLABLE YUO;Lo;0;L;;;;;N;;;;; +A47C;YI SYLLABLE YUOP;Lo;0;L;;;;;N;;;;; +A47D;YI SYLLABLE YOT;Lo;0;L;;;;;N;;;;; +A47E;YI SYLLABLE YOX;Lo;0;L;;;;;N;;;;; +A47F;YI SYLLABLE YO;Lo;0;L;;;;;N;;;;; +A480;YI SYLLABLE YOP;Lo;0;L;;;;;N;;;;; +A481;YI SYLLABLE YUT;Lo;0;L;;;;;N;;;;; +A482;YI SYLLABLE YUX;Lo;0;L;;;;;N;;;;; +A483;YI SYLLABLE YU;Lo;0;L;;;;;N;;;;; +A484;YI SYLLABLE YUP;Lo;0;L;;;;;N;;;;; +A485;YI SYLLABLE YURX;Lo;0;L;;;;;N;;;;; +A486;YI SYLLABLE YUR;Lo;0;L;;;;;N;;;;; +A487;YI SYLLABLE YYT;Lo;0;L;;;;;N;;;;; +A488;YI SYLLABLE YYX;Lo;0;L;;;;;N;;;;; +A489;YI SYLLABLE YY;Lo;0;L;;;;;N;;;;; +A48A;YI SYLLABLE YYP;Lo;0;L;;;;;N;;;;; +A48B;YI SYLLABLE YYRX;Lo;0;L;;;;;N;;;;; +A48C;YI SYLLABLE YYR;Lo;0;L;;;;;N;;;;; +A490;YI RADICAL QOT;So;0;ON;;;;;N;;;;; +A491;YI RADICAL LI;So;0;ON;;;;;N;;;;; +A492;YI RADICAL KIT;So;0;ON;;;;;N;;;;; +A493;YI RADICAL NYIP;So;0;ON;;;;;N;;;;; +A494;YI RADICAL CYP;So;0;ON;;;;;N;;;;; +A495;YI RADICAL SSI;So;0;ON;;;;;N;;;;; +A496;YI RADICAL GGOP;So;0;ON;;;;;N;;;;; +A497;YI RADICAL GEP;So;0;ON;;;;;N;;;;; +A498;YI RADICAL MI;So;0;ON;;;;;N;;;;; +A499;YI RADICAL HXIT;So;0;ON;;;;;N;;;;; +A49A;YI RADICAL LYR;So;0;ON;;;;;N;;;;; +A49B;YI RADICAL BBUT;So;0;ON;;;;;N;;;;; +A49C;YI RADICAL MOP;So;0;ON;;;;;N;;;;; +A49D;YI RADICAL YO;So;0;ON;;;;;N;;;;; +A49E;YI RADICAL PUT;So;0;ON;;;;;N;;;;; +A49F;YI RADICAL HXUO;So;0;ON;;;;;N;;;;; +A4A0;YI RADICAL TAT;So;0;ON;;;;;N;;;;; +A4A1;YI RADICAL GA;So;0;ON;;;;;N;;;;; +A4A2;YI RADICAL ZUP;So;0;ON;;;;;N;;;;; +A4A3;YI RADICAL CYT;So;0;ON;;;;;N;;;;; +A4A4;YI RADICAL DDUR;So;0;ON;;;;;N;;;;; +A4A5;YI RADICAL BUR;So;0;ON;;;;;N;;;;; +A4A6;YI RADICAL GGUO;So;0;ON;;;;;N;;;;; +A4A7;YI RADICAL NYOP;So;0;ON;;;;;N;;;;; +A4A8;YI RADICAL TU;So;0;ON;;;;;N;;;;; +A4A9;YI RADICAL OP;So;0;ON;;;;;N;;;;; +A4AA;YI RADICAL JJUT;So;0;ON;;;;;N;;;;; +A4AB;YI RADICAL ZOT;So;0;ON;;;;;N;;;;; +A4AC;YI RADICAL PYT;So;0;ON;;;;;N;;;;; +A4AD;YI RADICAL HMO;So;0;ON;;;;;N;;;;; +A4AE;YI RADICAL YIT;So;0;ON;;;;;N;;;;; +A4AF;YI RADICAL VUR;So;0;ON;;;;;N;;;;; +A4B0;YI RADICAL SHY;So;0;ON;;;;;N;;;;; +A4B1;YI RADICAL VEP;So;0;ON;;;;;N;;;;; +A4B2;YI RADICAL ZA;So;0;ON;;;;;N;;;;; +A4B3;YI RADICAL JO;So;0;ON;;;;;N;;;;; +A4B4;YI RADICAL NZUP;So;0;ON;;;;;N;;;;; +A4B5;YI RADICAL JJY;So;0;ON;;;;;N;;;;; +A4B6;YI RADICAL GOT;So;0;ON;;;;;N;;;;; +A4B7;YI RADICAL JJIE;So;0;ON;;;;;N;;;;; +A4B8;YI RADICAL WO;So;0;ON;;;;;N;;;;; +A4B9;YI RADICAL DU;So;0;ON;;;;;N;;;;; +A4BA;YI RADICAL SHUR;So;0;ON;;;;;N;;;;; +A4BB;YI RADICAL LIE;So;0;ON;;;;;N;;;;; +A4BC;YI RADICAL CY;So;0;ON;;;;;N;;;;; +A4BD;YI RADICAL CUOP;So;0;ON;;;;;N;;;;; +A4BE;YI RADICAL CIP;So;0;ON;;;;;N;;;;; +A4BF;YI RADICAL HXOP;So;0;ON;;;;;N;;;;; +A4C0;YI RADICAL SHAT;So;0;ON;;;;;N;;;;; +A4C1;YI RADICAL ZUR;So;0;ON;;;;;N;;;;; +A4C2;YI RADICAL SHOP;So;0;ON;;;;;N;;;;; +A4C3;YI RADICAL CHE;So;0;ON;;;;;N;;;;; +A4C4;YI RADICAL ZZIET;So;0;ON;;;;;N;;;;; +A4C5;YI RADICAL NBIE;So;0;ON;;;;;N;;;;; +A4C6;YI RADICAL KE;So;0;ON;;;;;N;;;;; +A4D0;LISU LETTER BA;Lo;0;L;;;;;N;;;;; +A4D1;LISU LETTER PA;Lo;0;L;;;;;N;;;;; +A4D2;LISU LETTER PHA;Lo;0;L;;;;;N;;;;; +A4D3;LISU LETTER DA;Lo;0;L;;;;;N;;;;; +A4D4;LISU LETTER TA;Lo;0;L;;;;;N;;;;; +A4D5;LISU LETTER THA;Lo;0;L;;;;;N;;;;; +A4D6;LISU LETTER GA;Lo;0;L;;;;;N;;;;; +A4D7;LISU LETTER KA;Lo;0;L;;;;;N;;;;; +A4D8;LISU LETTER KHA;Lo;0;L;;;;;N;;;;; +A4D9;LISU LETTER JA;Lo;0;L;;;;;N;;;;; +A4DA;LISU LETTER CA;Lo;0;L;;;;;N;;;;; +A4DB;LISU LETTER CHA;Lo;0;L;;;;;N;;;;; +A4DC;LISU LETTER DZA;Lo;0;L;;;;;N;;;;; +A4DD;LISU LETTER TSA;Lo;0;L;;;;;N;;;;; +A4DE;LISU LETTER TSHA;Lo;0;L;;;;;N;;;;; +A4DF;LISU LETTER MA;Lo;0;L;;;;;N;;;;; +A4E0;LISU LETTER NA;Lo;0;L;;;;;N;;;;; +A4E1;LISU LETTER LA;Lo;0;L;;;;;N;;;;; +A4E2;LISU LETTER SA;Lo;0;L;;;;;N;;;;; +A4E3;LISU LETTER ZHA;Lo;0;L;;;;;N;;;;; +A4E4;LISU LETTER ZA;Lo;0;L;;;;;N;;;;; +A4E5;LISU LETTER NGA;Lo;0;L;;;;;N;;;;; +A4E6;LISU LETTER HA;Lo;0;L;;;;;N;;;;; +A4E7;LISU LETTER XA;Lo;0;L;;;;;N;;;;; +A4E8;LISU LETTER HHA;Lo;0;L;;;;;N;;;;; +A4E9;LISU LETTER FA;Lo;0;L;;;;;N;;;;; +A4EA;LISU LETTER WA;Lo;0;L;;;;;N;;;;; +A4EB;LISU LETTER SHA;Lo;0;L;;;;;N;;;;; +A4EC;LISU LETTER YA;Lo;0;L;;;;;N;;;;; +A4ED;LISU LETTER GHA;Lo;0;L;;;;;N;;;;; +A4EE;LISU LETTER A;Lo;0;L;;;;;N;;;;; +A4EF;LISU LETTER AE;Lo;0;L;;;;;N;;;;; +A4F0;LISU LETTER E;Lo;0;L;;;;;N;;;;; +A4F1;LISU LETTER EU;Lo;0;L;;;;;N;;;;; +A4F2;LISU LETTER I;Lo;0;L;;;;;N;;;;; +A4F3;LISU LETTER O;Lo;0;L;;;;;N;;;;; +A4F4;LISU LETTER U;Lo;0;L;;;;;N;;;;; +A4F5;LISU LETTER UE;Lo;0;L;;;;;N;;;;; +A4F6;LISU LETTER UH;Lo;0;L;;;;;N;;;;; +A4F7;LISU LETTER OE;Lo;0;L;;;;;N;;;;; +A4F8;LISU LETTER TONE MYA TI;Lm;0;L;;;;;N;;;;; +A4F9;LISU LETTER TONE NA PO;Lm;0;L;;;;;N;;;;; +A4FA;LISU LETTER TONE MYA CYA;Lm;0;L;;;;;N;;;;; +A4FB;LISU LETTER TONE MYA BO;Lm;0;L;;;;;N;;;;; +A4FC;LISU LETTER TONE MYA NA;Lm;0;L;;;;;N;;;;; +A4FD;LISU LETTER TONE MYA JEU;Lm;0;L;;;;;N;;;;; +A4FE;LISU PUNCTUATION COMMA;Po;0;L;;;;;N;;;;; +A4FF;LISU PUNCTUATION FULL STOP;Po;0;L;;;;;N;;;;; +A500;VAI SYLLABLE EE;Lo;0;L;;;;;N;;;;; +A501;VAI SYLLABLE EEN;Lo;0;L;;;;;N;;;;; +A502;VAI SYLLABLE HEE;Lo;0;L;;;;;N;;;;; +A503;VAI SYLLABLE WEE;Lo;0;L;;;;;N;;;;; +A504;VAI SYLLABLE WEEN;Lo;0;L;;;;;N;;;;; +A505;VAI SYLLABLE PEE;Lo;0;L;;;;;N;;;;; +A506;VAI SYLLABLE BHEE;Lo;0;L;;;;;N;;;;; +A507;VAI SYLLABLE BEE;Lo;0;L;;;;;N;;;;; +A508;VAI SYLLABLE MBEE;Lo;0;L;;;;;N;;;;; +A509;VAI SYLLABLE KPEE;Lo;0;L;;;;;N;;;;; +A50A;VAI SYLLABLE MGBEE;Lo;0;L;;;;;N;;;;; +A50B;VAI SYLLABLE GBEE;Lo;0;L;;;;;N;;;;; +A50C;VAI SYLLABLE FEE;Lo;0;L;;;;;N;;;;; +A50D;VAI SYLLABLE VEE;Lo;0;L;;;;;N;;;;; +A50E;VAI SYLLABLE TEE;Lo;0;L;;;;;N;;;;; +A50F;VAI SYLLABLE THEE;Lo;0;L;;;;;N;;;;; +A510;VAI SYLLABLE DHEE;Lo;0;L;;;;;N;;;;; +A511;VAI SYLLABLE DHHEE;Lo;0;L;;;;;N;;;;; +A512;VAI SYLLABLE LEE;Lo;0;L;;;;;N;;;;; +A513;VAI SYLLABLE REE;Lo;0;L;;;;;N;;;;; +A514;VAI SYLLABLE DEE;Lo;0;L;;;;;N;;;;; +A515;VAI SYLLABLE NDEE;Lo;0;L;;;;;N;;;;; +A516;VAI SYLLABLE SEE;Lo;0;L;;;;;N;;;;; +A517;VAI SYLLABLE SHEE;Lo;0;L;;;;;N;;;;; +A518;VAI SYLLABLE ZEE;Lo;0;L;;;;;N;;;;; +A519;VAI SYLLABLE ZHEE;Lo;0;L;;;;;N;;;;; +A51A;VAI SYLLABLE CEE;Lo;0;L;;;;;N;;;;; +A51B;VAI SYLLABLE JEE;Lo;0;L;;;;;N;;;;; +A51C;VAI SYLLABLE NJEE;Lo;0;L;;;;;N;;;;; +A51D;VAI SYLLABLE YEE;Lo;0;L;;;;;N;;;;; +A51E;VAI SYLLABLE KEE;Lo;0;L;;;;;N;;;;; +A51F;VAI SYLLABLE NGGEE;Lo;0;L;;;;;N;;;;; +A520;VAI SYLLABLE GEE;Lo;0;L;;;;;N;;;;; +A521;VAI SYLLABLE MEE;Lo;0;L;;;;;N;;;;; +A522;VAI SYLLABLE NEE;Lo;0;L;;;;;N;;;;; +A523;VAI SYLLABLE NYEE;Lo;0;L;;;;;N;;;;; +A524;VAI SYLLABLE I;Lo;0;L;;;;;N;;;;; +A525;VAI SYLLABLE IN;Lo;0;L;;;;;N;;;;; +A526;VAI SYLLABLE HI;Lo;0;L;;;;;N;;;;; +A527;VAI SYLLABLE HIN;Lo;0;L;;;;;N;;;;; +A528;VAI SYLLABLE WI;Lo;0;L;;;;;N;;;;; +A529;VAI SYLLABLE WIN;Lo;0;L;;;;;N;;;;; +A52A;VAI SYLLABLE PI;Lo;0;L;;;;;N;;;;; +A52B;VAI SYLLABLE BHI;Lo;0;L;;;;;N;;;;; +A52C;VAI SYLLABLE BI;Lo;0;L;;;;;N;;;;; +A52D;VAI SYLLABLE MBI;Lo;0;L;;;;;N;;;;; +A52E;VAI SYLLABLE KPI;Lo;0;L;;;;;N;;;;; +A52F;VAI SYLLABLE MGBI;Lo;0;L;;;;;N;;;;; +A530;VAI SYLLABLE GBI;Lo;0;L;;;;;N;;;;; +A531;VAI SYLLABLE FI;Lo;0;L;;;;;N;;;;; +A532;VAI SYLLABLE VI;Lo;0;L;;;;;N;;;;; +A533;VAI SYLLABLE TI;Lo;0;L;;;;;N;;;;; +A534;VAI SYLLABLE THI;Lo;0;L;;;;;N;;;;; +A535;VAI SYLLABLE DHI;Lo;0;L;;;;;N;;;;; +A536;VAI SYLLABLE DHHI;Lo;0;L;;;;;N;;;;; +A537;VAI SYLLABLE LI;Lo;0;L;;;;;N;;;;; +A538;VAI SYLLABLE RI;Lo;0;L;;;;;N;;;;; +A539;VAI SYLLABLE DI;Lo;0;L;;;;;N;;;;; +A53A;VAI SYLLABLE NDI;Lo;0;L;;;;;N;;;;; +A53B;VAI SYLLABLE SI;Lo;0;L;;;;;N;;;;; +A53C;VAI SYLLABLE SHI;Lo;0;L;;;;;N;;;;; +A53D;VAI SYLLABLE ZI;Lo;0;L;;;;;N;;;;; +A53E;VAI SYLLABLE ZHI;Lo;0;L;;;;;N;;;;; +A53F;VAI SYLLABLE CI;Lo;0;L;;;;;N;;;;; +A540;VAI SYLLABLE JI;Lo;0;L;;;;;N;;;;; +A541;VAI SYLLABLE NJI;Lo;0;L;;;;;N;;;;; +A542;VAI SYLLABLE YI;Lo;0;L;;;;;N;;;;; +A543;VAI SYLLABLE KI;Lo;0;L;;;;;N;;;;; +A544;VAI SYLLABLE NGGI;Lo;0;L;;;;;N;;;;; +A545;VAI SYLLABLE GI;Lo;0;L;;;;;N;;;;; +A546;VAI SYLLABLE MI;Lo;0;L;;;;;N;;;;; +A547;VAI SYLLABLE NI;Lo;0;L;;;;;N;;;;; +A548;VAI SYLLABLE NYI;Lo;0;L;;;;;N;;;;; +A549;VAI SYLLABLE A;Lo;0;L;;;;;N;;;;; +A54A;VAI SYLLABLE AN;Lo;0;L;;;;;N;;;;; +A54B;VAI SYLLABLE NGAN;Lo;0;L;;;;;N;;;;; +A54C;VAI SYLLABLE HA;Lo;0;L;;;;;N;;;;; +A54D;VAI SYLLABLE HAN;Lo;0;L;;;;;N;;;;; +A54E;VAI SYLLABLE WA;Lo;0;L;;;;;N;;;;; +A54F;VAI SYLLABLE WAN;Lo;0;L;;;;;N;;;;; +A550;VAI SYLLABLE PA;Lo;0;L;;;;;N;;;;; +A551;VAI SYLLABLE BHA;Lo;0;L;;;;;N;;;;; +A552;VAI SYLLABLE BA;Lo;0;L;;;;;N;;;;; +A553;VAI SYLLABLE MBA;Lo;0;L;;;;;N;;;;; +A554;VAI SYLLABLE KPA;Lo;0;L;;;;;N;;;;; +A555;VAI SYLLABLE KPAN;Lo;0;L;;;;;N;;;;; +A556;VAI SYLLABLE MGBA;Lo;0;L;;;;;N;;;;; +A557;VAI SYLLABLE GBA;Lo;0;L;;;;;N;;;;; +A558;VAI SYLLABLE FA;Lo;0;L;;;;;N;;;;; +A559;VAI SYLLABLE VA;Lo;0;L;;;;;N;;;;; +A55A;VAI SYLLABLE TA;Lo;0;L;;;;;N;;;;; +A55B;VAI SYLLABLE THA;Lo;0;L;;;;;N;;;;; +A55C;VAI SYLLABLE DHA;Lo;0;L;;;;;N;;;;; +A55D;VAI SYLLABLE DHHA;Lo;0;L;;;;;N;;;;; +A55E;VAI SYLLABLE LA;Lo;0;L;;;;;N;;;;; +A55F;VAI SYLLABLE RA;Lo;0;L;;;;;N;;;;; +A560;VAI SYLLABLE DA;Lo;0;L;;;;;N;;;;; +A561;VAI SYLLABLE NDA;Lo;0;L;;;;;N;;;;; +A562;VAI SYLLABLE SA;Lo;0;L;;;;;N;;;;; +A563;VAI SYLLABLE SHA;Lo;0;L;;;;;N;;;;; +A564;VAI SYLLABLE ZA;Lo;0;L;;;;;N;;;;; +A565;VAI SYLLABLE ZHA;Lo;0;L;;;;;N;;;;; +A566;VAI SYLLABLE CA;Lo;0;L;;;;;N;;;;; +A567;VAI SYLLABLE JA;Lo;0;L;;;;;N;;;;; +A568;VAI SYLLABLE NJA;Lo;0;L;;;;;N;;;;; +A569;VAI SYLLABLE YA;Lo;0;L;;;;;N;;;;; +A56A;VAI SYLLABLE KA;Lo;0;L;;;;;N;;;;; +A56B;VAI SYLLABLE KAN;Lo;0;L;;;;;N;;;;; +A56C;VAI SYLLABLE NGGA;Lo;0;L;;;;;N;;;;; +A56D;VAI SYLLABLE GA;Lo;0;L;;;;;N;;;;; +A56E;VAI SYLLABLE MA;Lo;0;L;;;;;N;;;;; +A56F;VAI SYLLABLE NA;Lo;0;L;;;;;N;;;;; +A570;VAI SYLLABLE NYA;Lo;0;L;;;;;N;;;;; +A571;VAI SYLLABLE OO;Lo;0;L;;;;;N;;;;; +A572;VAI SYLLABLE OON;Lo;0;L;;;;;N;;;;; +A573;VAI SYLLABLE HOO;Lo;0;L;;;;;N;;;;; +A574;VAI SYLLABLE WOO;Lo;0;L;;;;;N;;;;; +A575;VAI SYLLABLE WOON;Lo;0;L;;;;;N;;;;; +A576;VAI SYLLABLE POO;Lo;0;L;;;;;N;;;;; +A577;VAI SYLLABLE BHOO;Lo;0;L;;;;;N;;;;; +A578;VAI SYLLABLE BOO;Lo;0;L;;;;;N;;;;; +A579;VAI SYLLABLE MBOO;Lo;0;L;;;;;N;;;;; +A57A;VAI SYLLABLE KPOO;Lo;0;L;;;;;N;;;;; +A57B;VAI SYLLABLE MGBOO;Lo;0;L;;;;;N;;;;; +A57C;VAI SYLLABLE GBOO;Lo;0;L;;;;;N;;;;; +A57D;VAI SYLLABLE FOO;Lo;0;L;;;;;N;;;;; +A57E;VAI SYLLABLE VOO;Lo;0;L;;;;;N;;;;; +A57F;VAI SYLLABLE TOO;Lo;0;L;;;;;N;;;;; +A580;VAI SYLLABLE THOO;Lo;0;L;;;;;N;;;;; +A581;VAI SYLLABLE DHOO;Lo;0;L;;;;;N;;;;; +A582;VAI SYLLABLE DHHOO;Lo;0;L;;;;;N;;;;; +A583;VAI SYLLABLE LOO;Lo;0;L;;;;;N;;;;; +A584;VAI SYLLABLE ROO;Lo;0;L;;;;;N;;;;; +A585;VAI SYLLABLE DOO;Lo;0;L;;;;;N;;;;; +A586;VAI SYLLABLE NDOO;Lo;0;L;;;;;N;;;;; +A587;VAI SYLLABLE SOO;Lo;0;L;;;;;N;;;;; +A588;VAI SYLLABLE SHOO;Lo;0;L;;;;;N;;;;; +A589;VAI SYLLABLE ZOO;Lo;0;L;;;;;N;;;;; +A58A;VAI SYLLABLE ZHOO;Lo;0;L;;;;;N;;;;; +A58B;VAI SYLLABLE COO;Lo;0;L;;;;;N;;;;; +A58C;VAI SYLLABLE JOO;Lo;0;L;;;;;N;;;;; +A58D;VAI SYLLABLE NJOO;Lo;0;L;;;;;N;;;;; +A58E;VAI SYLLABLE YOO;Lo;0;L;;;;;N;;;;; +A58F;VAI SYLLABLE KOO;Lo;0;L;;;;;N;;;;; +A590;VAI SYLLABLE NGGOO;Lo;0;L;;;;;N;;;;; +A591;VAI SYLLABLE GOO;Lo;0;L;;;;;N;;;;; +A592;VAI SYLLABLE MOO;Lo;0;L;;;;;N;;;;; +A593;VAI SYLLABLE NOO;Lo;0;L;;;;;N;;;;; +A594;VAI SYLLABLE NYOO;Lo;0;L;;;;;N;;;;; +A595;VAI SYLLABLE U;Lo;0;L;;;;;N;;;;; +A596;VAI SYLLABLE UN;Lo;0;L;;;;;N;;;;; +A597;VAI SYLLABLE HU;Lo;0;L;;;;;N;;;;; +A598;VAI SYLLABLE HUN;Lo;0;L;;;;;N;;;;; +A599;VAI SYLLABLE WU;Lo;0;L;;;;;N;;;;; +A59A;VAI SYLLABLE WUN;Lo;0;L;;;;;N;;;;; +A59B;VAI SYLLABLE PU;Lo;0;L;;;;;N;;;;; +A59C;VAI SYLLABLE BHU;Lo;0;L;;;;;N;;;;; +A59D;VAI SYLLABLE BU;Lo;0;L;;;;;N;;;;; +A59E;VAI SYLLABLE MBU;Lo;0;L;;;;;N;;;;; +A59F;VAI SYLLABLE KPU;Lo;0;L;;;;;N;;;;; +A5A0;VAI SYLLABLE MGBU;Lo;0;L;;;;;N;;;;; +A5A1;VAI SYLLABLE GBU;Lo;0;L;;;;;N;;;;; +A5A2;VAI SYLLABLE FU;Lo;0;L;;;;;N;;;;; +A5A3;VAI SYLLABLE VU;Lo;0;L;;;;;N;;;;; +A5A4;VAI SYLLABLE TU;Lo;0;L;;;;;N;;;;; +A5A5;VAI SYLLABLE THU;Lo;0;L;;;;;N;;;;; +A5A6;VAI SYLLABLE DHU;Lo;0;L;;;;;N;;;;; +A5A7;VAI SYLLABLE DHHU;Lo;0;L;;;;;N;;;;; +A5A8;VAI SYLLABLE LU;Lo;0;L;;;;;N;;;;; +A5A9;VAI SYLLABLE RU;Lo;0;L;;;;;N;;;;; +A5AA;VAI SYLLABLE DU;Lo;0;L;;;;;N;;;;; +A5AB;VAI SYLLABLE NDU;Lo;0;L;;;;;N;;;;; +A5AC;VAI SYLLABLE SU;Lo;0;L;;;;;N;;;;; +A5AD;VAI SYLLABLE SHU;Lo;0;L;;;;;N;;;;; +A5AE;VAI SYLLABLE ZU;Lo;0;L;;;;;N;;;;; +A5AF;VAI SYLLABLE ZHU;Lo;0;L;;;;;N;;;;; +A5B0;VAI SYLLABLE CU;Lo;0;L;;;;;N;;;;; +A5B1;VAI SYLLABLE JU;Lo;0;L;;;;;N;;;;; +A5B2;VAI SYLLABLE NJU;Lo;0;L;;;;;N;;;;; +A5B3;VAI SYLLABLE YU;Lo;0;L;;;;;N;;;;; +A5B4;VAI SYLLABLE KU;Lo;0;L;;;;;N;;;;; +A5B5;VAI SYLLABLE NGGU;Lo;0;L;;;;;N;;;;; +A5B6;VAI SYLLABLE GU;Lo;0;L;;;;;N;;;;; +A5B7;VAI SYLLABLE MU;Lo;0;L;;;;;N;;;;; +A5B8;VAI SYLLABLE NU;Lo;0;L;;;;;N;;;;; +A5B9;VAI SYLLABLE NYU;Lo;0;L;;;;;N;;;;; +A5BA;VAI SYLLABLE O;Lo;0;L;;;;;N;;;;; +A5BB;VAI SYLLABLE ON;Lo;0;L;;;;;N;;;;; +A5BC;VAI SYLLABLE NGON;Lo;0;L;;;;;N;;;;; +A5BD;VAI SYLLABLE HO;Lo;0;L;;;;;N;;;;; +A5BE;VAI SYLLABLE HON;Lo;0;L;;;;;N;;;;; +A5BF;VAI SYLLABLE WO;Lo;0;L;;;;;N;;;;; +A5C0;VAI SYLLABLE WON;Lo;0;L;;;;;N;;;;; +A5C1;VAI SYLLABLE PO;Lo;0;L;;;;;N;;;;; +A5C2;VAI SYLLABLE BHO;Lo;0;L;;;;;N;;;;; +A5C3;VAI SYLLABLE BO;Lo;0;L;;;;;N;;;;; +A5C4;VAI SYLLABLE MBO;Lo;0;L;;;;;N;;;;; +A5C5;VAI SYLLABLE KPO;Lo;0;L;;;;;N;;;;; +A5C6;VAI SYLLABLE MGBO;Lo;0;L;;;;;N;;;;; +A5C7;VAI SYLLABLE GBO;Lo;0;L;;;;;N;;;;; +A5C8;VAI SYLLABLE GBON;Lo;0;L;;;;;N;;;;; +A5C9;VAI SYLLABLE FO;Lo;0;L;;;;;N;;;;; +A5CA;VAI SYLLABLE VO;Lo;0;L;;;;;N;;;;; +A5CB;VAI SYLLABLE TO;Lo;0;L;;;;;N;;;;; +A5CC;VAI SYLLABLE THO;Lo;0;L;;;;;N;;;;; +A5CD;VAI SYLLABLE DHO;Lo;0;L;;;;;N;;;;; +A5CE;VAI SYLLABLE DHHO;Lo;0;L;;;;;N;;;;; +A5CF;VAI SYLLABLE LO;Lo;0;L;;;;;N;;;;; +A5D0;VAI SYLLABLE RO;Lo;0;L;;;;;N;;;;; +A5D1;VAI SYLLABLE DO;Lo;0;L;;;;;N;;;;; +A5D2;VAI SYLLABLE NDO;Lo;0;L;;;;;N;;;;; +A5D3;VAI SYLLABLE SO;Lo;0;L;;;;;N;;;;; +A5D4;VAI SYLLABLE SHO;Lo;0;L;;;;;N;;;;; +A5D5;VAI SYLLABLE ZO;Lo;0;L;;;;;N;;;;; +A5D6;VAI SYLLABLE ZHO;Lo;0;L;;;;;N;;;;; +A5D7;VAI SYLLABLE CO;Lo;0;L;;;;;N;;;;; +A5D8;VAI SYLLABLE JO;Lo;0;L;;;;;N;;;;; +A5D9;VAI SYLLABLE NJO;Lo;0;L;;;;;N;;;;; +A5DA;VAI SYLLABLE YO;Lo;0;L;;;;;N;;;;; +A5DB;VAI SYLLABLE KO;Lo;0;L;;;;;N;;;;; +A5DC;VAI SYLLABLE NGGO;Lo;0;L;;;;;N;;;;; +A5DD;VAI SYLLABLE GO;Lo;0;L;;;;;N;;;;; +A5DE;VAI SYLLABLE MO;Lo;0;L;;;;;N;;;;; +A5DF;VAI SYLLABLE NO;Lo;0;L;;;;;N;;;;; +A5E0;VAI SYLLABLE NYO;Lo;0;L;;;;;N;;;;; +A5E1;VAI SYLLABLE E;Lo;0;L;;;;;N;;;;; +A5E2;VAI SYLLABLE EN;Lo;0;L;;;;;N;;;;; +A5E3;VAI SYLLABLE NGEN;Lo;0;L;;;;;N;;;;; +A5E4;VAI SYLLABLE HE;Lo;0;L;;;;;N;;;;; +A5E5;VAI SYLLABLE HEN;Lo;0;L;;;;;N;;;;; +A5E6;VAI SYLLABLE WE;Lo;0;L;;;;;N;;;;; +A5E7;VAI SYLLABLE WEN;Lo;0;L;;;;;N;;;;; +A5E8;VAI SYLLABLE PE;Lo;0;L;;;;;N;;;;; +A5E9;VAI SYLLABLE BHE;Lo;0;L;;;;;N;;;;; +A5EA;VAI SYLLABLE BE;Lo;0;L;;;;;N;;;;; +A5EB;VAI SYLLABLE MBE;Lo;0;L;;;;;N;;;;; +A5EC;VAI SYLLABLE KPE;Lo;0;L;;;;;N;;;;; +A5ED;VAI SYLLABLE KPEN;Lo;0;L;;;;;N;;;;; +A5EE;VAI SYLLABLE MGBE;Lo;0;L;;;;;N;;;;; +A5EF;VAI SYLLABLE GBE;Lo;0;L;;;;;N;;;;; +A5F0;VAI SYLLABLE GBEN;Lo;0;L;;;;;N;;;;; +A5F1;VAI SYLLABLE FE;Lo;0;L;;;;;N;;;;; +A5F2;VAI SYLLABLE VE;Lo;0;L;;;;;N;;;;; +A5F3;VAI SYLLABLE TE;Lo;0;L;;;;;N;;;;; +A5F4;VAI SYLLABLE THE;Lo;0;L;;;;;N;;;;; +A5F5;VAI SYLLABLE DHE;Lo;0;L;;;;;N;;;;; +A5F6;VAI SYLLABLE DHHE;Lo;0;L;;;;;N;;;;; +A5F7;VAI SYLLABLE LE;Lo;0;L;;;;;N;;;;; +A5F8;VAI SYLLABLE RE;Lo;0;L;;;;;N;;;;; +A5F9;VAI SYLLABLE DE;Lo;0;L;;;;;N;;;;; +A5FA;VAI SYLLABLE NDE;Lo;0;L;;;;;N;;;;; +A5FB;VAI SYLLABLE SE;Lo;0;L;;;;;N;;;;; +A5FC;VAI SYLLABLE SHE;Lo;0;L;;;;;N;;;;; +A5FD;VAI SYLLABLE ZE;Lo;0;L;;;;;N;;;;; +A5FE;VAI SYLLABLE ZHE;Lo;0;L;;;;;N;;;;; +A5FF;VAI SYLLABLE CE;Lo;0;L;;;;;N;;;;; +A600;VAI SYLLABLE JE;Lo;0;L;;;;;N;;;;; +A601;VAI SYLLABLE NJE;Lo;0;L;;;;;N;;;;; +A602;VAI SYLLABLE YE;Lo;0;L;;;;;N;;;;; +A603;VAI SYLLABLE KE;Lo;0;L;;;;;N;;;;; +A604;VAI SYLLABLE NGGE;Lo;0;L;;;;;N;;;;; +A605;VAI SYLLABLE NGGEN;Lo;0;L;;;;;N;;;;; +A606;VAI SYLLABLE GE;Lo;0;L;;;;;N;;;;; +A607;VAI SYLLABLE GEN;Lo;0;L;;;;;N;;;;; +A608;VAI SYLLABLE ME;Lo;0;L;;;;;N;;;;; +A609;VAI SYLLABLE NE;Lo;0;L;;;;;N;;;;; +A60A;VAI SYLLABLE NYE;Lo;0;L;;;;;N;;;;; +A60B;VAI SYLLABLE NG;Lo;0;L;;;;;N;;;;; +A60C;VAI SYLLABLE LENGTHENER;Lm;0;L;;;;;N;;;;; +A60D;VAI COMMA;Po;0;ON;;;;;N;;;;; +A60E;VAI FULL STOP;Po;0;ON;;;;;N;;;;; +A60F;VAI QUESTION MARK;Po;0;ON;;;;;N;;;;; +A610;VAI SYLLABLE NDOLE FA;Lo;0;L;;;;;N;;;;; +A611;VAI SYLLABLE NDOLE KA;Lo;0;L;;;;;N;;;;; +A612;VAI SYLLABLE NDOLE SOO;Lo;0;L;;;;;N;;;;; +A613;VAI SYMBOL FEENG;Lo;0;L;;;;;N;;;;; +A614;VAI SYMBOL KEENG;Lo;0;L;;;;;N;;;;; +A615;VAI SYMBOL TING;Lo;0;L;;;;;N;;;;; +A616;VAI SYMBOL NII;Lo;0;L;;;;;N;;;;; +A617;VAI SYMBOL BANG;Lo;0;L;;;;;N;;;;; +A618;VAI SYMBOL FAA;Lo;0;L;;;;;N;;;;; +A619;VAI SYMBOL TAA;Lo;0;L;;;;;N;;;;; +A61A;VAI SYMBOL DANG;Lo;0;L;;;;;N;;;;; +A61B;VAI SYMBOL DOONG;Lo;0;L;;;;;N;;;;; +A61C;VAI SYMBOL KUNG;Lo;0;L;;;;;N;;;;; +A61D;VAI SYMBOL TONG;Lo;0;L;;;;;N;;;;; +A61E;VAI SYMBOL DO-O;Lo;0;L;;;;;N;;;;; +A61F;VAI SYMBOL JONG;Lo;0;L;;;;;N;;;;; +A620;VAI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +A621;VAI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +A622;VAI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +A623;VAI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +A624;VAI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +A625;VAI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +A626;VAI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +A627;VAI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +A628;VAI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +A629;VAI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +A62A;VAI SYLLABLE NDOLE MA;Lo;0;L;;;;;N;;;;; +A62B;VAI SYLLABLE NDOLE DO;Lo;0;L;;;;;N;;;;; +A640;CYRILLIC CAPITAL LETTER ZEMLYA;Lu;0;L;;;;;N;;;;A641; +A641;CYRILLIC SMALL LETTER ZEMLYA;Ll;0;L;;;;;N;;;A640;;A640 +A642;CYRILLIC CAPITAL LETTER DZELO;Lu;0;L;;;;;N;;;;A643; +A643;CYRILLIC SMALL LETTER DZELO;Ll;0;L;;;;;N;;;A642;;A642 +A644;CYRILLIC CAPITAL LETTER REVERSED DZE;Lu;0;L;;;;;N;;;;A645; +A645;CYRILLIC SMALL LETTER REVERSED DZE;Ll;0;L;;;;;N;;;A644;;A644 +A646;CYRILLIC CAPITAL LETTER IOTA;Lu;0;L;;;;;N;;;;A647; +A647;CYRILLIC SMALL LETTER IOTA;Ll;0;L;;;;;N;;;A646;;A646 +A648;CYRILLIC CAPITAL LETTER DJERV;Lu;0;L;;;;;N;;;;A649; +A649;CYRILLIC SMALL LETTER DJERV;Ll;0;L;;;;;N;;;A648;;A648 +A64A;CYRILLIC CAPITAL LETTER MONOGRAPH UK;Lu;0;L;;;;;N;;;;A64B; +A64B;CYRILLIC SMALL LETTER MONOGRAPH UK;Ll;0;L;;;;;N;;;A64A;;A64A +A64C;CYRILLIC CAPITAL LETTER BROAD OMEGA;Lu;0;L;;;;;N;;;;A64D; +A64D;CYRILLIC SMALL LETTER BROAD OMEGA;Ll;0;L;;;;;N;;;A64C;;A64C +A64E;CYRILLIC CAPITAL LETTER NEUTRAL YER;Lu;0;L;;;;;N;;;;A64F; +A64F;CYRILLIC SMALL LETTER NEUTRAL YER;Ll;0;L;;;;;N;;;A64E;;A64E +A650;CYRILLIC CAPITAL LETTER YERU WITH BACK YER;Lu;0;L;;;;;N;;;;A651; +A651;CYRILLIC SMALL LETTER YERU WITH BACK YER;Ll;0;L;;;;;N;;;A650;;A650 +A652;CYRILLIC CAPITAL LETTER IOTIFIED YAT;Lu;0;L;;;;;N;;;;A653; +A653;CYRILLIC SMALL LETTER IOTIFIED YAT;Ll;0;L;;;;;N;;;A652;;A652 +A654;CYRILLIC CAPITAL LETTER REVERSED YU;Lu;0;L;;;;;N;;;;A655; +A655;CYRILLIC SMALL LETTER REVERSED YU;Ll;0;L;;;;;N;;;A654;;A654 +A656;CYRILLIC CAPITAL LETTER IOTIFIED A;Lu;0;L;;;;;N;;;;A657; +A657;CYRILLIC SMALL LETTER IOTIFIED A;Ll;0;L;;;;;N;;;A656;;A656 +A658;CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS;Lu;0;L;;;;;N;;;;A659; +A659;CYRILLIC SMALL LETTER CLOSED LITTLE YUS;Ll;0;L;;;;;N;;;A658;;A658 +A65A;CYRILLIC CAPITAL LETTER BLENDED YUS;Lu;0;L;;;;;N;;;;A65B; +A65B;CYRILLIC SMALL LETTER BLENDED YUS;Ll;0;L;;;;;N;;;A65A;;A65A +A65C;CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS;Lu;0;L;;;;;N;;;;A65D; +A65D;CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS;Ll;0;L;;;;;N;;;A65C;;A65C +A65E;CYRILLIC CAPITAL LETTER YN;Lu;0;L;;;;;N;;;;A65F; +A65F;CYRILLIC SMALL LETTER YN;Ll;0;L;;;;;N;;;A65E;;A65E +A662;CYRILLIC CAPITAL LETTER SOFT DE;Lu;0;L;;;;;N;;;;A663; +A663;CYRILLIC SMALL LETTER SOFT DE;Ll;0;L;;;;;N;;;A662;;A662 +A664;CYRILLIC CAPITAL LETTER SOFT EL;Lu;0;L;;;;;N;;;;A665; +A665;CYRILLIC SMALL LETTER SOFT EL;Ll;0;L;;;;;N;;;A664;;A664 +A666;CYRILLIC CAPITAL LETTER SOFT EM;Lu;0;L;;;;;N;;;;A667; +A667;CYRILLIC SMALL LETTER SOFT EM;Ll;0;L;;;;;N;;;A666;;A666 +A668;CYRILLIC CAPITAL LETTER MONOCULAR O;Lu;0;L;;;;;N;;;;A669; +A669;CYRILLIC SMALL LETTER MONOCULAR O;Ll;0;L;;;;;N;;;A668;;A668 +A66A;CYRILLIC CAPITAL LETTER BINOCULAR O;Lu;0;L;;;;;N;;;;A66B; +A66B;CYRILLIC SMALL LETTER BINOCULAR O;Ll;0;L;;;;;N;;;A66A;;A66A +A66C;CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O;Lu;0;L;;;;;N;;;;A66D; +A66D;CYRILLIC SMALL LETTER DOUBLE MONOCULAR O;Ll;0;L;;;;;N;;;A66C;;A66C +A66E;CYRILLIC LETTER MULTIOCULAR O;Lo;0;L;;;;;N;;;;; +A66F;COMBINING CYRILLIC VZMET;Mn;230;NSM;;;;;N;;;;; +A670;COMBINING CYRILLIC TEN MILLIONS SIGN;Me;0;NSM;;;;;N;;;;; +A671;COMBINING CYRILLIC HUNDRED MILLIONS SIGN;Me;0;NSM;;;;;N;;;;; +A672;COMBINING CYRILLIC THOUSAND MILLIONS SIGN;Me;0;NSM;;;;;N;;;;; +A673;SLAVONIC ASTERISK;Po;0;ON;;;;;N;;;;; +A67C;COMBINING CYRILLIC KAVYKA;Mn;230;NSM;;;;;N;;;;; +A67D;COMBINING CYRILLIC PAYEROK;Mn;230;NSM;;;;;N;;;;; +A67E;CYRILLIC KAVYKA;Po;0;ON;;;;;N;;;;; +A67F;CYRILLIC PAYEROK;Lm;0;ON;;;;;N;;;;; +A680;CYRILLIC CAPITAL LETTER DWE;Lu;0;L;;;;;N;;;;A681; +A681;CYRILLIC SMALL LETTER DWE;Ll;0;L;;;;;N;;;A680;;A680 +A682;CYRILLIC CAPITAL LETTER DZWE;Lu;0;L;;;;;N;;;;A683; +A683;CYRILLIC SMALL LETTER DZWE;Ll;0;L;;;;;N;;;A682;;A682 +A684;CYRILLIC CAPITAL LETTER ZHWE;Lu;0;L;;;;;N;;;;A685; +A685;CYRILLIC SMALL LETTER ZHWE;Ll;0;L;;;;;N;;;A684;;A684 +A686;CYRILLIC CAPITAL LETTER CCHE;Lu;0;L;;;;;N;;;;A687; +A687;CYRILLIC SMALL LETTER CCHE;Ll;0;L;;;;;N;;;A686;;A686 +A688;CYRILLIC CAPITAL LETTER DZZE;Lu;0;L;;;;;N;;;;A689; +A689;CYRILLIC SMALL LETTER DZZE;Ll;0;L;;;;;N;;;A688;;A688 +A68A;CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK;Lu;0;L;;;;;N;;;;A68B; +A68B;CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK;Ll;0;L;;;;;N;;;A68A;;A68A +A68C;CYRILLIC CAPITAL LETTER TWE;Lu;0;L;;;;;N;;;;A68D; +A68D;CYRILLIC SMALL LETTER TWE;Ll;0;L;;;;;N;;;A68C;;A68C +A68E;CYRILLIC CAPITAL LETTER TSWE;Lu;0;L;;;;;N;;;;A68F; +A68F;CYRILLIC SMALL LETTER TSWE;Ll;0;L;;;;;N;;;A68E;;A68E +A690;CYRILLIC CAPITAL LETTER TSSE;Lu;0;L;;;;;N;;;;A691; +A691;CYRILLIC SMALL LETTER TSSE;Ll;0;L;;;;;N;;;A690;;A690 +A692;CYRILLIC CAPITAL LETTER TCHE;Lu;0;L;;;;;N;;;;A693; +A693;CYRILLIC SMALL LETTER TCHE;Ll;0;L;;;;;N;;;A692;;A692 +A694;CYRILLIC CAPITAL LETTER HWE;Lu;0;L;;;;;N;;;;A695; +A695;CYRILLIC SMALL LETTER HWE;Ll;0;L;;;;;N;;;A694;;A694 +A696;CYRILLIC CAPITAL LETTER SHWE;Lu;0;L;;;;;N;;;;A697; +A697;CYRILLIC SMALL LETTER SHWE;Ll;0;L;;;;;N;;;A696;;A696 +A6A0;BAMUM LETTER A;Lo;0;L;;;;;N;;;;; +A6A1;BAMUM LETTER KA;Lo;0;L;;;;;N;;;;; +A6A2;BAMUM LETTER U;Lo;0;L;;;;;N;;;;; +A6A3;BAMUM LETTER KU;Lo;0;L;;;;;N;;;;; +A6A4;BAMUM LETTER EE;Lo;0;L;;;;;N;;;;; +A6A5;BAMUM LETTER REE;Lo;0;L;;;;;N;;;;; +A6A6;BAMUM LETTER TAE;Lo;0;L;;;;;N;;;;; +A6A7;BAMUM LETTER O;Lo;0;L;;;;;N;;;;; +A6A8;BAMUM LETTER NYI;Lo;0;L;;;;;N;;;;; +A6A9;BAMUM LETTER I;Lo;0;L;;;;;N;;;;; +A6AA;BAMUM LETTER LA;Lo;0;L;;;;;N;;;;; +A6AB;BAMUM LETTER PA;Lo;0;L;;;;;N;;;;; +A6AC;BAMUM LETTER RII;Lo;0;L;;;;;N;;;;; +A6AD;BAMUM LETTER RIEE;Lo;0;L;;;;;N;;;;; +A6AE;BAMUM LETTER LEEEE;Lo;0;L;;;;;N;;;;; +A6AF;BAMUM LETTER MEEEE;Lo;0;L;;;;;N;;;;; +A6B0;BAMUM LETTER TAA;Lo;0;L;;;;;N;;;;; +A6B1;BAMUM LETTER NDAA;Lo;0;L;;;;;N;;;;; +A6B2;BAMUM LETTER NJAEM;Lo;0;L;;;;;N;;;;; +A6B3;BAMUM LETTER M;Lo;0;L;;;;;N;;;;; +A6B4;BAMUM LETTER SUU;Lo;0;L;;;;;N;;;;; +A6B5;BAMUM LETTER MU;Lo;0;L;;;;;N;;;;; +A6B6;BAMUM LETTER SHII;Lo;0;L;;;;;N;;;;; +A6B7;BAMUM LETTER SI;Lo;0;L;;;;;N;;;;; +A6B8;BAMUM LETTER SHEUX;Lo;0;L;;;;;N;;;;; +A6B9;BAMUM LETTER SEUX;Lo;0;L;;;;;N;;;;; +A6BA;BAMUM LETTER KYEE;Lo;0;L;;;;;N;;;;; +A6BB;BAMUM LETTER KET;Lo;0;L;;;;;N;;;;; +A6BC;BAMUM LETTER NUAE;Lo;0;L;;;;;N;;;;; +A6BD;BAMUM LETTER NU;Lo;0;L;;;;;N;;;;; +A6BE;BAMUM LETTER NJUAE;Lo;0;L;;;;;N;;;;; +A6BF;BAMUM LETTER YOQ;Lo;0;L;;;;;N;;;;; +A6C0;BAMUM LETTER SHU;Lo;0;L;;;;;N;;;;; +A6C1;BAMUM LETTER YUQ;Lo;0;L;;;;;N;;;;; +A6C2;BAMUM LETTER YA;Lo;0;L;;;;;N;;;;; +A6C3;BAMUM LETTER NSHA;Lo;0;L;;;;;N;;;;; +A6C4;BAMUM LETTER KEUX;Lo;0;L;;;;;N;;;;; +A6C5;BAMUM LETTER PEUX;Lo;0;L;;;;;N;;;;; +A6C6;BAMUM LETTER NJEE;Lo;0;L;;;;;N;;;;; +A6C7;BAMUM LETTER NTEE;Lo;0;L;;;;;N;;;;; +A6C8;BAMUM LETTER PUE;Lo;0;L;;;;;N;;;;; +A6C9;BAMUM LETTER WUE;Lo;0;L;;;;;N;;;;; +A6CA;BAMUM LETTER PEE;Lo;0;L;;;;;N;;;;; +A6CB;BAMUM LETTER FEE;Lo;0;L;;;;;N;;;;; +A6CC;BAMUM LETTER RU;Lo;0;L;;;;;N;;;;; +A6CD;BAMUM LETTER LU;Lo;0;L;;;;;N;;;;; +A6CE;BAMUM LETTER MI;Lo;0;L;;;;;N;;;;; +A6CF;BAMUM LETTER NI;Lo;0;L;;;;;N;;;;; +A6D0;BAMUM LETTER REUX;Lo;0;L;;;;;N;;;;; +A6D1;BAMUM LETTER RAE;Lo;0;L;;;;;N;;;;; +A6D2;BAMUM LETTER KEN;Lo;0;L;;;;;N;;;;; +A6D3;BAMUM LETTER NGKWAEN;Lo;0;L;;;;;N;;;;; +A6D4;BAMUM LETTER NGGA;Lo;0;L;;;;;N;;;;; +A6D5;BAMUM LETTER NGA;Lo;0;L;;;;;N;;;;; +A6D6;BAMUM LETTER SHO;Lo;0;L;;;;;N;;;;; +A6D7;BAMUM LETTER PUAE;Lo;0;L;;;;;N;;;;; +A6D8;BAMUM LETTER FU;Lo;0;L;;;;;N;;;;; +A6D9;BAMUM LETTER FOM;Lo;0;L;;;;;N;;;;; +A6DA;BAMUM LETTER WA;Lo;0;L;;;;;N;;;;; +A6DB;BAMUM LETTER NA;Lo;0;L;;;;;N;;;;; +A6DC;BAMUM LETTER LI;Lo;0;L;;;;;N;;;;; +A6DD;BAMUM LETTER PI;Lo;0;L;;;;;N;;;;; +A6DE;BAMUM LETTER LOQ;Lo;0;L;;;;;N;;;;; +A6DF;BAMUM LETTER KO;Lo;0;L;;;;;N;;;;; +A6E0;BAMUM LETTER MBEN;Lo;0;L;;;;;N;;;;; +A6E1;BAMUM LETTER REN;Lo;0;L;;;;;N;;;;; +A6E2;BAMUM LETTER MEN;Lo;0;L;;;;;N;;;;; +A6E3;BAMUM LETTER MA;Lo;0;L;;;;;N;;;;; +A6E4;BAMUM LETTER TI;Lo;0;L;;;;;N;;;;; +A6E5;BAMUM LETTER KI;Lo;0;L;;;;;N;;;;; +A6E6;BAMUM LETTER MO;Nl;0;L;;;;1;N;;;;; +A6E7;BAMUM LETTER MBAA;Nl;0;L;;;;2;N;;;;; +A6E8;BAMUM LETTER TET;Nl;0;L;;;;3;N;;;;; +A6E9;BAMUM LETTER KPA;Nl;0;L;;;;4;N;;;;; +A6EA;BAMUM LETTER TEN;Nl;0;L;;;;5;N;;;;; +A6EB;BAMUM LETTER NTUU;Nl;0;L;;;;6;N;;;;; +A6EC;BAMUM LETTER SAMBA;Nl;0;L;;;;7;N;;;;; +A6ED;BAMUM LETTER FAAMAE;Nl;0;L;;;;8;N;;;;; +A6EE;BAMUM LETTER KOVUU;Nl;0;L;;;;9;N;;;;; +A6EF;BAMUM LETTER KOGHOM;Nl;0;L;;;;0;N;;;;; +A6F0;BAMUM COMBINING MARK KOQNDON;Mn;230;NSM;;;;;N;;;;; +A6F1;BAMUM COMBINING MARK TUKWENTIS;Mn;230;NSM;;;;;N;;;;; +A6F2;BAMUM NJAEMLI;Po;0;L;;;;;N;;;;; +A6F3;BAMUM FULL STOP;Po;0;L;;;;;N;;;;; +A6F4;BAMUM COLON;Po;0;L;;;;;N;;;;; +A6F5;BAMUM COMMA;Po;0;L;;;;;N;;;;; +A6F6;BAMUM SEMICOLON;Po;0;L;;;;;N;;;;; +A6F7;BAMUM QUESTION MARK;Po;0;L;;;;;N;;;;; +A700;MODIFIER LETTER CHINESE TONE YIN PING;Sk;0;ON;;;;;N;;;;; +A701;MODIFIER LETTER CHINESE TONE YANG PING;Sk;0;ON;;;;;N;;;;; +A702;MODIFIER LETTER CHINESE TONE YIN SHANG;Sk;0;ON;;;;;N;;;;; +A703;MODIFIER LETTER CHINESE TONE YANG SHANG;Sk;0;ON;;;;;N;;;;; +A704;MODIFIER LETTER CHINESE TONE YIN QU;Sk;0;ON;;;;;N;;;;; +A705;MODIFIER LETTER CHINESE TONE YANG QU;Sk;0;ON;;;;;N;;;;; +A706;MODIFIER LETTER CHINESE TONE YIN RU;Sk;0;ON;;;;;N;;;;; +A707;MODIFIER LETTER CHINESE TONE YANG RU;Sk;0;ON;;;;;N;;;;; +A708;MODIFIER LETTER EXTRA-HIGH DOTTED TONE BAR;Sk;0;ON;;;;;N;;;;; +A709;MODIFIER LETTER HIGH DOTTED TONE BAR;Sk;0;ON;;;;;N;;;;; +A70A;MODIFIER LETTER MID DOTTED TONE BAR;Sk;0;ON;;;;;N;;;;; +A70B;MODIFIER LETTER LOW DOTTED TONE BAR;Sk;0;ON;;;;;N;;;;; +A70C;MODIFIER LETTER EXTRA-LOW DOTTED TONE BAR;Sk;0;ON;;;;;N;;;;; +A70D;MODIFIER LETTER EXTRA-HIGH DOTTED LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A70E;MODIFIER LETTER HIGH DOTTED LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A70F;MODIFIER LETTER MID DOTTED LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A710;MODIFIER LETTER LOW DOTTED LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A711;MODIFIER LETTER EXTRA-LOW DOTTED LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A712;MODIFIER LETTER EXTRA-HIGH LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A713;MODIFIER LETTER HIGH LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A714;MODIFIER LETTER MID LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A715;MODIFIER LETTER LOW LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A716;MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR;Sk;0;ON;;;;;N;;;;; +A717;MODIFIER LETTER DOT VERTICAL BAR;Lm;0;ON;;;;;N;;;;; +A718;MODIFIER LETTER DOT SLASH;Lm;0;ON;;;;;N;;;;; +A719;MODIFIER LETTER DOT HORIZONTAL BAR;Lm;0;ON;;;;;N;;;;; +A71A;MODIFIER LETTER LOWER RIGHT CORNER ANGLE;Lm;0;ON;;;;;N;;;;; +A71B;MODIFIER LETTER RAISED UP ARROW;Lm;0;ON;;;;;N;;;;; +A71C;MODIFIER LETTER RAISED DOWN ARROW;Lm;0;ON;;;;;N;;;;; +A71D;MODIFIER LETTER RAISED EXCLAMATION MARK;Lm;0;ON;;;;;N;;;;; +A71E;MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK;Lm;0;ON;;;;;N;;;;; +A71F;MODIFIER LETTER LOW INVERTED EXCLAMATION MARK;Lm;0;ON;;;;;N;;;;; +A720;MODIFIER LETTER STRESS AND HIGH TONE;Sk;0;ON;;;;;N;;;;; +A721;MODIFIER LETTER STRESS AND LOW TONE;Sk;0;ON;;;;;N;;;;; +A722;LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF;Lu;0;L;;;;;N;;;;A723; +A723;LATIN SMALL LETTER EGYPTOLOGICAL ALEF;Ll;0;L;;;;;N;;;A722;;A722 +A724;LATIN CAPITAL LETTER EGYPTOLOGICAL AIN;Lu;0;L;;;;;N;;;;A725; +A725;LATIN SMALL LETTER EGYPTOLOGICAL AIN;Ll;0;L;;;;;N;;;A724;;A724 +A726;LATIN CAPITAL LETTER HENG;Lu;0;L;;;;;N;;;;A727; +A727;LATIN SMALL LETTER HENG;Ll;0;L;;;;;N;;;A726;;A726 +A728;LATIN CAPITAL LETTER TZ;Lu;0;L;;;;;N;;;;A729; +A729;LATIN SMALL LETTER TZ;Ll;0;L;;;;;N;;;A728;;A728 +A72A;LATIN CAPITAL LETTER TRESILLO;Lu;0;L;;;;;N;;;;A72B; +A72B;LATIN SMALL LETTER TRESILLO;Ll;0;L;;;;;N;;;A72A;;A72A +A72C;LATIN CAPITAL LETTER CUATRILLO;Lu;0;L;;;;;N;;;;A72D; +A72D;LATIN SMALL LETTER CUATRILLO;Ll;0;L;;;;;N;;;A72C;;A72C +A72E;LATIN CAPITAL LETTER CUATRILLO WITH COMMA;Lu;0;L;;;;;N;;;;A72F; +A72F;LATIN SMALL LETTER CUATRILLO WITH COMMA;Ll;0;L;;;;;N;;;A72E;;A72E +A730;LATIN LETTER SMALL CAPITAL F;Ll;0;L;;;;;N;;;;; +A731;LATIN LETTER SMALL CAPITAL S;Ll;0;L;;;;;N;;;;; +A732;LATIN CAPITAL LETTER AA;Lu;0;L;;;;;N;;;;A733; +A733;LATIN SMALL LETTER AA;Ll;0;L;;;;;N;;;A732;;A732 +A734;LATIN CAPITAL LETTER AO;Lu;0;L;;;;;N;;;;A735; +A735;LATIN SMALL LETTER AO;Ll;0;L;;;;;N;;;A734;;A734 +A736;LATIN CAPITAL LETTER AU;Lu;0;L;;;;;N;;;;A737; +A737;LATIN SMALL LETTER AU;Ll;0;L;;;;;N;;;A736;;A736 +A738;LATIN CAPITAL LETTER AV;Lu;0;L;;;;;N;;;;A739; +A739;LATIN SMALL LETTER AV;Ll;0;L;;;;;N;;;A738;;A738 +A73A;LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR;Lu;0;L;;;;;N;;;;A73B; +A73B;LATIN SMALL LETTER AV WITH HORIZONTAL BAR;Ll;0;L;;;;;N;;;A73A;;A73A +A73C;LATIN CAPITAL LETTER AY;Lu;0;L;;;;;N;;;;A73D; +A73D;LATIN SMALL LETTER AY;Ll;0;L;;;;;N;;;A73C;;A73C +A73E;LATIN CAPITAL LETTER REVERSED C WITH DOT;Lu;0;L;;;;;N;;;;A73F; +A73F;LATIN SMALL LETTER REVERSED C WITH DOT;Ll;0;L;;;;;N;;;A73E;;A73E +A740;LATIN CAPITAL LETTER K WITH STROKE;Lu;0;L;;;;;N;;;;A741; +A741;LATIN SMALL LETTER K WITH STROKE;Ll;0;L;;;;;N;;;A740;;A740 +A742;LATIN CAPITAL LETTER K WITH DIAGONAL STROKE;Lu;0;L;;;;;N;;;;A743; +A743;LATIN SMALL LETTER K WITH DIAGONAL STROKE;Ll;0;L;;;;;N;;;A742;;A742 +A744;LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE;Lu;0;L;;;;;N;;;;A745; +A745;LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE;Ll;0;L;;;;;N;;;A744;;A744 +A746;LATIN CAPITAL LETTER BROKEN L;Lu;0;L;;;;;N;;;;A747; +A747;LATIN SMALL LETTER BROKEN L;Ll;0;L;;;;;N;;;A746;;A746 +A748;LATIN CAPITAL LETTER L WITH HIGH STROKE;Lu;0;L;;;;;N;;;;A749; +A749;LATIN SMALL LETTER L WITH HIGH STROKE;Ll;0;L;;;;;N;;;A748;;A748 +A74A;LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY;Lu;0;L;;;;;N;;;;A74B; +A74B;LATIN SMALL LETTER O WITH LONG STROKE OVERLAY;Ll;0;L;;;;;N;;;A74A;;A74A +A74C;LATIN CAPITAL LETTER O WITH LOOP;Lu;0;L;;;;;N;;;;A74D; +A74D;LATIN SMALL LETTER O WITH LOOP;Ll;0;L;;;;;N;;;A74C;;A74C +A74E;LATIN CAPITAL LETTER OO;Lu;0;L;;;;;N;;;;A74F; +A74F;LATIN SMALL LETTER OO;Ll;0;L;;;;;N;;;A74E;;A74E +A750;LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER;Lu;0;L;;;;;N;;;;A751; +A751;LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER;Ll;0;L;;;;;N;;;A750;;A750 +A752;LATIN CAPITAL LETTER P WITH FLOURISH;Lu;0;L;;;;;N;;;;A753; +A753;LATIN SMALL LETTER P WITH FLOURISH;Ll;0;L;;;;;N;;;A752;;A752 +A754;LATIN CAPITAL LETTER P WITH SQUIRREL TAIL;Lu;0;L;;;;;N;;;;A755; +A755;LATIN SMALL LETTER P WITH SQUIRREL TAIL;Ll;0;L;;;;;N;;;A754;;A754 +A756;LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER;Lu;0;L;;;;;N;;;;A757; +A757;LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER;Ll;0;L;;;;;N;;;A756;;A756 +A758;LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE;Lu;0;L;;;;;N;;;;A759; +A759;LATIN SMALL LETTER Q WITH DIAGONAL STROKE;Ll;0;L;;;;;N;;;A758;;A758 +A75A;LATIN CAPITAL LETTER R ROTUNDA;Lu;0;L;;;;;N;;;;A75B; +A75B;LATIN SMALL LETTER R ROTUNDA;Ll;0;L;;;;;N;;;A75A;;A75A +A75C;LATIN CAPITAL LETTER RUM ROTUNDA;Lu;0;L;;;;;N;;;;A75D; +A75D;LATIN SMALL LETTER RUM ROTUNDA;Ll;0;L;;;;;N;;;A75C;;A75C +A75E;LATIN CAPITAL LETTER V WITH DIAGONAL STROKE;Lu;0;L;;;;;N;;;;A75F; +A75F;LATIN SMALL LETTER V WITH DIAGONAL STROKE;Ll;0;L;;;;;N;;;A75E;;A75E +A760;LATIN CAPITAL LETTER VY;Lu;0;L;;;;;N;;;;A761; +A761;LATIN SMALL LETTER VY;Ll;0;L;;;;;N;;;A760;;A760 +A762;LATIN CAPITAL LETTER VISIGOTHIC Z;Lu;0;L;;;;;N;;;;A763; +A763;LATIN SMALL LETTER VISIGOTHIC Z;Ll;0;L;;;;;N;;;A762;;A762 +A764;LATIN CAPITAL LETTER THORN WITH STROKE;Lu;0;L;;;;;N;;;;A765; +A765;LATIN SMALL LETTER THORN WITH STROKE;Ll;0;L;;;;;N;;;A764;;A764 +A766;LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER;Lu;0;L;;;;;N;;;;A767; +A767;LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER;Ll;0;L;;;;;N;;;A766;;A766 +A768;LATIN CAPITAL LETTER VEND;Lu;0;L;;;;;N;;;;A769; +A769;LATIN SMALL LETTER VEND;Ll;0;L;;;;;N;;;A768;;A768 +A76A;LATIN CAPITAL LETTER ET;Lu;0;L;;;;;N;;;;A76B; +A76B;LATIN SMALL LETTER ET;Ll;0;L;;;;;N;;;A76A;;A76A +A76C;LATIN CAPITAL LETTER IS;Lu;0;L;;;;;N;;;;A76D; +A76D;LATIN SMALL LETTER IS;Ll;0;L;;;;;N;;;A76C;;A76C +A76E;LATIN CAPITAL LETTER CON;Lu;0;L;;;;;N;;;;A76F; +A76F;LATIN SMALL LETTER CON;Ll;0;L;;;;;N;;;A76E;;A76E +A770;MODIFIER LETTER US;Lm;0;L; A76F;;;;N;;;;; +A771;LATIN SMALL LETTER DUM;Ll;0;L;;;;;N;;;;; +A772;LATIN SMALL LETTER LUM;Ll;0;L;;;;;N;;;;; +A773;LATIN SMALL LETTER MUM;Ll;0;L;;;;;N;;;;; +A774;LATIN SMALL LETTER NUM;Ll;0;L;;;;;N;;;;; +A775;LATIN SMALL LETTER RUM;Ll;0;L;;;;;N;;;;; +A776;LATIN LETTER SMALL CAPITAL RUM;Ll;0;L;;;;;N;;;;; +A777;LATIN SMALL LETTER TUM;Ll;0;L;;;;;N;;;;; +A778;LATIN SMALL LETTER UM;Ll;0;L;;;;;N;;;;; +A779;LATIN CAPITAL LETTER INSULAR D;Lu;0;L;;;;;N;;;;A77A; +A77A;LATIN SMALL LETTER INSULAR D;Ll;0;L;;;;;N;;;A779;;A779 +A77B;LATIN CAPITAL LETTER INSULAR F;Lu;0;L;;;;;N;;;;A77C; +A77C;LATIN SMALL LETTER INSULAR F;Ll;0;L;;;;;N;;;A77B;;A77B +A77D;LATIN CAPITAL LETTER INSULAR G;Lu;0;L;;;;;N;;;;1D79; +A77E;LATIN CAPITAL LETTER TURNED INSULAR G;Lu;0;L;;;;;N;;;;A77F; +A77F;LATIN SMALL LETTER TURNED INSULAR G;Ll;0;L;;;;;N;;;A77E;;A77E +A780;LATIN CAPITAL LETTER TURNED L;Lu;0;L;;;;;N;;;;A781; +A781;LATIN SMALL LETTER TURNED L;Ll;0;L;;;;;N;;;A780;;A780 +A782;LATIN CAPITAL LETTER INSULAR R;Lu;0;L;;;;;N;;;;A783; +A783;LATIN SMALL LETTER INSULAR R;Ll;0;L;;;;;N;;;A782;;A782 +A784;LATIN CAPITAL LETTER INSULAR S;Lu;0;L;;;;;N;;;;A785; +A785;LATIN SMALL LETTER INSULAR S;Ll;0;L;;;;;N;;;A784;;A784 +A786;LATIN CAPITAL LETTER INSULAR T;Lu;0;L;;;;;N;;;;A787; +A787;LATIN SMALL LETTER INSULAR T;Ll;0;L;;;;;N;;;A786;;A786 +A788;MODIFIER LETTER LOW CIRCUMFLEX ACCENT;Lm;0;ON;;;;;N;;;;; +A789;MODIFIER LETTER COLON;Sk;0;L;;;;;N;;;;; +A78A;MODIFIER LETTER SHORT EQUALS SIGN;Sk;0;L;;;;;N;;;;; +A78B;LATIN CAPITAL LETTER SALTILLO;Lu;0;L;;;;;N;;;;A78C; +A78C;LATIN SMALL LETTER SALTILLO;Ll;0;L;;;;;N;;;A78B;;A78B +A7FB;LATIN EPIGRAPHIC LETTER REVERSED F;Lo;0;L;;;;;N;;;;; +A7FC;LATIN EPIGRAPHIC LETTER REVERSED P;Lo;0;L;;;;;N;;;;; +A7FD;LATIN EPIGRAPHIC LETTER INVERTED M;Lo;0;L;;;;;N;;;;; +A7FE;LATIN EPIGRAPHIC LETTER I LONGA;Lo;0;L;;;;;N;;;;; +A7FF;LATIN EPIGRAPHIC LETTER ARCHAIC M;Lo;0;L;;;;;N;;;;; +A800;SYLOTI NAGRI LETTER A;Lo;0;L;;;;;N;;;;; +A801;SYLOTI NAGRI LETTER I;Lo;0;L;;;;;N;;;;; +A802;SYLOTI NAGRI SIGN DVISVARA;Mn;0;NSM;;;;;N;;;;; +A803;SYLOTI NAGRI LETTER U;Lo;0;L;;;;;N;;;;; +A804;SYLOTI NAGRI LETTER E;Lo;0;L;;;;;N;;;;; +A805;SYLOTI NAGRI LETTER O;Lo;0;L;;;;;N;;;;; +A806;SYLOTI NAGRI SIGN HASANTA;Mn;9;NSM;;;;;N;;;;; +A807;SYLOTI NAGRI LETTER KO;Lo;0;L;;;;;N;;;;; +A808;SYLOTI NAGRI LETTER KHO;Lo;0;L;;;;;N;;;;; +A809;SYLOTI NAGRI LETTER GO;Lo;0;L;;;;;N;;;;; +A80A;SYLOTI NAGRI LETTER GHO;Lo;0;L;;;;;N;;;;; +A80B;SYLOTI NAGRI SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +A80C;SYLOTI NAGRI LETTER CO;Lo;0;L;;;;;N;;;;; +A80D;SYLOTI NAGRI LETTER CHO;Lo;0;L;;;;;N;;;;; +A80E;SYLOTI NAGRI LETTER JO;Lo;0;L;;;;;N;;;;; +A80F;SYLOTI NAGRI LETTER JHO;Lo;0;L;;;;;N;;;;; +A810;SYLOTI NAGRI LETTER TTO;Lo;0;L;;;;;N;;;;; +A811;SYLOTI NAGRI LETTER TTHO;Lo;0;L;;;;;N;;;;; +A812;SYLOTI NAGRI LETTER DDO;Lo;0;L;;;;;N;;;;; +A813;SYLOTI NAGRI LETTER DDHO;Lo;0;L;;;;;N;;;;; +A814;SYLOTI NAGRI LETTER TO;Lo;0;L;;;;;N;;;;; +A815;SYLOTI NAGRI LETTER THO;Lo;0;L;;;;;N;;;;; +A816;SYLOTI NAGRI LETTER DO;Lo;0;L;;;;;N;;;;; +A817;SYLOTI NAGRI LETTER DHO;Lo;0;L;;;;;N;;;;; +A818;SYLOTI NAGRI LETTER NO;Lo;0;L;;;;;N;;;;; +A819;SYLOTI NAGRI LETTER PO;Lo;0;L;;;;;N;;;;; +A81A;SYLOTI NAGRI LETTER PHO;Lo;0;L;;;;;N;;;;; +A81B;SYLOTI NAGRI LETTER BO;Lo;0;L;;;;;N;;;;; +A81C;SYLOTI NAGRI LETTER BHO;Lo;0;L;;;;;N;;;;; +A81D;SYLOTI NAGRI LETTER MO;Lo;0;L;;;;;N;;;;; +A81E;SYLOTI NAGRI LETTER RO;Lo;0;L;;;;;N;;;;; +A81F;SYLOTI NAGRI LETTER LO;Lo;0;L;;;;;N;;;;; +A820;SYLOTI NAGRI LETTER RRO;Lo;0;L;;;;;N;;;;; +A821;SYLOTI NAGRI LETTER SO;Lo;0;L;;;;;N;;;;; +A822;SYLOTI NAGRI LETTER HO;Lo;0;L;;;;;N;;;;; +A823;SYLOTI NAGRI VOWEL SIGN A;Mc;0;L;;;;;N;;;;; +A824;SYLOTI NAGRI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +A825;SYLOTI NAGRI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +A826;SYLOTI NAGRI VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +A827;SYLOTI NAGRI VOWEL SIGN OO;Mc;0;L;;;;;N;;;;; +A828;SYLOTI NAGRI POETRY MARK-1;So;0;ON;;;;;N;;;;; +A829;SYLOTI NAGRI POETRY MARK-2;So;0;ON;;;;;N;;;;; +A82A;SYLOTI NAGRI POETRY MARK-3;So;0;ON;;;;;N;;;;; +A82B;SYLOTI NAGRI POETRY MARK-4;So;0;ON;;;;;N;;;;; +A830;NORTH INDIC FRACTION ONE QUARTER;No;0;L;;;;1/4;N;;;;; +A831;NORTH INDIC FRACTION ONE HALF;No;0;L;;;;1/2;N;;;;; +A832;NORTH INDIC FRACTION THREE QUARTERS;No;0;L;;;;3/4;N;;;;; +A833;NORTH INDIC FRACTION ONE SIXTEENTH;No;0;L;;;;1/16;N;;;;; +A834;NORTH INDIC FRACTION ONE EIGHTH;No;0;L;;;;1/8;N;;;;; +A835;NORTH INDIC FRACTION THREE SIXTEENTHS;No;0;L;;;;3/16;N;;;;; +A836;NORTH INDIC QUARTER MARK;So;0;L;;;;;N;;;;; +A837;NORTH INDIC PLACEHOLDER MARK;So;0;L;;;;;N;;;;; +A838;NORTH INDIC RUPEE MARK;Sc;0;ET;;;;;N;;;;; +A839;NORTH INDIC QUANTITY MARK;So;0;ET;;;;;N;;;;; +A840;PHAGS-PA LETTER KA;Lo;0;L;;;;;N;;;;; +A841;PHAGS-PA LETTER KHA;Lo;0;L;;;;;N;;;;; +A842;PHAGS-PA LETTER GA;Lo;0;L;;;;;N;;;;; +A843;PHAGS-PA LETTER NGA;Lo;0;L;;;;;N;;;;; +A844;PHAGS-PA LETTER CA;Lo;0;L;;;;;N;;;;; +A845;PHAGS-PA LETTER CHA;Lo;0;L;;;;;N;;;;; +A846;PHAGS-PA LETTER JA;Lo;0;L;;;;;N;;;;; +A847;PHAGS-PA LETTER NYA;Lo;0;L;;;;;N;;;;; +A848;PHAGS-PA LETTER TA;Lo;0;L;;;;;N;;;;; +A849;PHAGS-PA LETTER THA;Lo;0;L;;;;;N;;;;; +A84A;PHAGS-PA LETTER DA;Lo;0;L;;;;;N;;;;; +A84B;PHAGS-PA LETTER NA;Lo;0;L;;;;;N;;;;; +A84C;PHAGS-PA LETTER PA;Lo;0;L;;;;;N;;;;; +A84D;PHAGS-PA LETTER PHA;Lo;0;L;;;;;N;;;;; +A84E;PHAGS-PA LETTER BA;Lo;0;L;;;;;N;;;;; +A84F;PHAGS-PA LETTER MA;Lo;0;L;;;;;N;;;;; +A850;PHAGS-PA LETTER TSA;Lo;0;L;;;;;N;;;;; +A851;PHAGS-PA LETTER TSHA;Lo;0;L;;;;;N;;;;; +A852;PHAGS-PA LETTER DZA;Lo;0;L;;;;;N;;;;; +A853;PHAGS-PA LETTER WA;Lo;0;L;;;;;N;;;;; +A854;PHAGS-PA LETTER ZHA;Lo;0;L;;;;;N;;;;; +A855;PHAGS-PA LETTER ZA;Lo;0;L;;;;;N;;;;; +A856;PHAGS-PA LETTER SMALL A;Lo;0;L;;;;;N;;;;; +A857;PHAGS-PA LETTER YA;Lo;0;L;;;;;N;;;;; +A858;PHAGS-PA LETTER RA;Lo;0;L;;;;;N;;;;; +A859;PHAGS-PA LETTER LA;Lo;0;L;;;;;N;;;;; +A85A;PHAGS-PA LETTER SHA;Lo;0;L;;;;;N;;;;; +A85B;PHAGS-PA LETTER SA;Lo;0;L;;;;;N;;;;; +A85C;PHAGS-PA LETTER HA;Lo;0;L;;;;;N;;;;; +A85D;PHAGS-PA LETTER A;Lo;0;L;;;;;N;;;;; +A85E;PHAGS-PA LETTER I;Lo;0;L;;;;;N;;;;; +A85F;PHAGS-PA LETTER U;Lo;0;L;;;;;N;;;;; +A860;PHAGS-PA LETTER E;Lo;0;L;;;;;N;;;;; +A861;PHAGS-PA LETTER O;Lo;0;L;;;;;N;;;;; +A862;PHAGS-PA LETTER QA;Lo;0;L;;;;;N;;;;; +A863;PHAGS-PA LETTER XA;Lo;0;L;;;;;N;;;;; +A864;PHAGS-PA LETTER FA;Lo;0;L;;;;;N;;;;; +A865;PHAGS-PA LETTER GGA;Lo;0;L;;;;;N;;;;; +A866;PHAGS-PA LETTER EE;Lo;0;L;;;;;N;;;;; +A867;PHAGS-PA SUBJOINED LETTER WA;Lo;0;L;;;;;N;;;;; +A868;PHAGS-PA SUBJOINED LETTER YA;Lo;0;L;;;;;N;;;;; +A869;PHAGS-PA LETTER TTA;Lo;0;L;;;;;N;;;;; +A86A;PHAGS-PA LETTER TTHA;Lo;0;L;;;;;N;;;;; +A86B;PHAGS-PA LETTER DDA;Lo;0;L;;;;;N;;;;; +A86C;PHAGS-PA LETTER NNA;Lo;0;L;;;;;N;;;;; +A86D;PHAGS-PA LETTER ALTERNATE YA;Lo;0;L;;;;;N;;;;; +A86E;PHAGS-PA LETTER VOICELESS SHA;Lo;0;L;;;;;N;;;;; +A86F;PHAGS-PA LETTER VOICED HA;Lo;0;L;;;;;N;;;;; +A870;PHAGS-PA LETTER ASPIRATED FA;Lo;0;L;;;;;N;;;;; +A871;PHAGS-PA SUBJOINED LETTER RA;Lo;0;L;;;;;N;;;;; +A872;PHAGS-PA SUPERFIXED LETTER RA;Lo;0;L;;;;;N;;;;; +A873;PHAGS-PA LETTER CANDRABINDU;Lo;0;L;;;;;N;;;;; +A874;PHAGS-PA SINGLE HEAD MARK;Po;0;ON;;;;;N;;;;; +A875;PHAGS-PA DOUBLE HEAD MARK;Po;0;ON;;;;;N;;;;; +A876;PHAGS-PA MARK SHAD;Po;0;ON;;;;;N;;;;; +A877;PHAGS-PA MARK DOUBLE SHAD;Po;0;ON;;;;;N;;;;; +A880;SAURASHTRA SIGN ANUSVARA;Mc;0;L;;;;;N;;;;; +A881;SAURASHTRA SIGN VISARGA;Mc;0;L;;;;;N;;;;; +A882;SAURASHTRA LETTER A;Lo;0;L;;;;;N;;;;; +A883;SAURASHTRA LETTER AA;Lo;0;L;;;;;N;;;;; +A884;SAURASHTRA LETTER I;Lo;0;L;;;;;N;;;;; +A885;SAURASHTRA LETTER II;Lo;0;L;;;;;N;;;;; +A886;SAURASHTRA LETTER U;Lo;0;L;;;;;N;;;;; +A887;SAURASHTRA LETTER UU;Lo;0;L;;;;;N;;;;; +A888;SAURASHTRA LETTER VOCALIC R;Lo;0;L;;;;;N;;;;; +A889;SAURASHTRA LETTER VOCALIC RR;Lo;0;L;;;;;N;;;;; +A88A;SAURASHTRA LETTER VOCALIC L;Lo;0;L;;;;;N;;;;; +A88B;SAURASHTRA LETTER VOCALIC LL;Lo;0;L;;;;;N;;;;; +A88C;SAURASHTRA LETTER E;Lo;0;L;;;;;N;;;;; +A88D;SAURASHTRA LETTER EE;Lo;0;L;;;;;N;;;;; +A88E;SAURASHTRA LETTER AI;Lo;0;L;;;;;N;;;;; +A88F;SAURASHTRA LETTER O;Lo;0;L;;;;;N;;;;; +A890;SAURASHTRA LETTER OO;Lo;0;L;;;;;N;;;;; +A891;SAURASHTRA LETTER AU;Lo;0;L;;;;;N;;;;; +A892;SAURASHTRA LETTER KA;Lo;0;L;;;;;N;;;;; +A893;SAURASHTRA LETTER KHA;Lo;0;L;;;;;N;;;;; +A894;SAURASHTRA LETTER GA;Lo;0;L;;;;;N;;;;; +A895;SAURASHTRA LETTER GHA;Lo;0;L;;;;;N;;;;; +A896;SAURASHTRA LETTER NGA;Lo;0;L;;;;;N;;;;; +A897;SAURASHTRA LETTER CA;Lo;0;L;;;;;N;;;;; +A898;SAURASHTRA LETTER CHA;Lo;0;L;;;;;N;;;;; +A899;SAURASHTRA LETTER JA;Lo;0;L;;;;;N;;;;; +A89A;SAURASHTRA LETTER JHA;Lo;0;L;;;;;N;;;;; +A89B;SAURASHTRA LETTER NYA;Lo;0;L;;;;;N;;;;; +A89C;SAURASHTRA LETTER TTA;Lo;0;L;;;;;N;;;;; +A89D;SAURASHTRA LETTER TTHA;Lo;0;L;;;;;N;;;;; +A89E;SAURASHTRA LETTER DDA;Lo;0;L;;;;;N;;;;; +A89F;SAURASHTRA LETTER DDHA;Lo;0;L;;;;;N;;;;; +A8A0;SAURASHTRA LETTER NNA;Lo;0;L;;;;;N;;;;; +A8A1;SAURASHTRA LETTER TA;Lo;0;L;;;;;N;;;;; +A8A2;SAURASHTRA LETTER THA;Lo;0;L;;;;;N;;;;; +A8A3;SAURASHTRA LETTER DA;Lo;0;L;;;;;N;;;;; +A8A4;SAURASHTRA LETTER DHA;Lo;0;L;;;;;N;;;;; +A8A5;SAURASHTRA LETTER NA;Lo;0;L;;;;;N;;;;; +A8A6;SAURASHTRA LETTER PA;Lo;0;L;;;;;N;;;;; +A8A7;SAURASHTRA LETTER PHA;Lo;0;L;;;;;N;;;;; +A8A8;SAURASHTRA LETTER BA;Lo;0;L;;;;;N;;;;; +A8A9;SAURASHTRA LETTER BHA;Lo;0;L;;;;;N;;;;; +A8AA;SAURASHTRA LETTER MA;Lo;0;L;;;;;N;;;;; +A8AB;SAURASHTRA LETTER YA;Lo;0;L;;;;;N;;;;; +A8AC;SAURASHTRA LETTER RA;Lo;0;L;;;;;N;;;;; +A8AD;SAURASHTRA LETTER LA;Lo;0;L;;;;;N;;;;; +A8AE;SAURASHTRA LETTER VA;Lo;0;L;;;;;N;;;;; +A8AF;SAURASHTRA LETTER SHA;Lo;0;L;;;;;N;;;;; +A8B0;SAURASHTRA LETTER SSA;Lo;0;L;;;;;N;;;;; +A8B1;SAURASHTRA LETTER SA;Lo;0;L;;;;;N;;;;; +A8B2;SAURASHTRA LETTER HA;Lo;0;L;;;;;N;;;;; +A8B3;SAURASHTRA LETTER LLA;Lo;0;L;;;;;N;;;;; +A8B4;SAURASHTRA CONSONANT SIGN HAARU;Mc;0;L;;;;;N;;;;; +A8B5;SAURASHTRA VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +A8B6;SAURASHTRA VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +A8B7;SAURASHTRA VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +A8B8;SAURASHTRA VOWEL SIGN U;Mc;0;L;;;;;N;;;;; +A8B9;SAURASHTRA VOWEL SIGN UU;Mc;0;L;;;;;N;;;;; +A8BA;SAURASHTRA VOWEL SIGN VOCALIC R;Mc;0;L;;;;;N;;;;; +A8BB;SAURASHTRA VOWEL SIGN VOCALIC RR;Mc;0;L;;;;;N;;;;; +A8BC;SAURASHTRA VOWEL SIGN VOCALIC L;Mc;0;L;;;;;N;;;;; +A8BD;SAURASHTRA VOWEL SIGN VOCALIC LL;Mc;0;L;;;;;N;;;;; +A8BE;SAURASHTRA VOWEL SIGN E;Mc;0;L;;;;;N;;;;; +A8BF;SAURASHTRA VOWEL SIGN EE;Mc;0;L;;;;;N;;;;; +A8C0;SAURASHTRA VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +A8C1;SAURASHTRA VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +A8C2;SAURASHTRA VOWEL SIGN OO;Mc;0;L;;;;;N;;;;; +A8C3;SAURASHTRA VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; +A8C4;SAURASHTRA SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +A8CE;SAURASHTRA DANDA;Po;0;L;;;;;N;;;;; +A8CF;SAURASHTRA DOUBLE DANDA;Po;0;L;;;;;N;;;;; +A8D0;SAURASHTRA DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +A8D1;SAURASHTRA DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +A8D2;SAURASHTRA DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +A8D3;SAURASHTRA DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +A8D4;SAURASHTRA DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +A8D5;SAURASHTRA DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +A8D6;SAURASHTRA DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +A8D7;SAURASHTRA DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +A8D8;SAURASHTRA DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +A8D9;SAURASHTRA DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +A8E0;COMBINING DEVANAGARI DIGIT ZERO;Mn;230;NSM;;;;;N;;;;; +A8E1;COMBINING DEVANAGARI DIGIT ONE;Mn;230;NSM;;;;;N;;;;; +A8E2;COMBINING DEVANAGARI DIGIT TWO;Mn;230;NSM;;;;;N;;;;; +A8E3;COMBINING DEVANAGARI DIGIT THREE;Mn;230;NSM;;;;;N;;;;; +A8E4;COMBINING DEVANAGARI DIGIT FOUR;Mn;230;NSM;;;;;N;;;;; +A8E5;COMBINING DEVANAGARI DIGIT FIVE;Mn;230;NSM;;;;;N;;;;; +A8E6;COMBINING DEVANAGARI DIGIT SIX;Mn;230;NSM;;;;;N;;;;; +A8E7;COMBINING DEVANAGARI DIGIT SEVEN;Mn;230;NSM;;;;;N;;;;; +A8E8;COMBINING DEVANAGARI DIGIT EIGHT;Mn;230;NSM;;;;;N;;;;; +A8E9;COMBINING DEVANAGARI DIGIT NINE;Mn;230;NSM;;;;;N;;;;; +A8EA;COMBINING DEVANAGARI LETTER A;Mn;230;NSM;;;;;N;;;;; +A8EB;COMBINING DEVANAGARI LETTER U;Mn;230;NSM;;;;;N;;;;; +A8EC;COMBINING DEVANAGARI LETTER KA;Mn;230;NSM;;;;;N;;;;; +A8ED;COMBINING DEVANAGARI LETTER NA;Mn;230;NSM;;;;;N;;;;; +A8EE;COMBINING DEVANAGARI LETTER PA;Mn;230;NSM;;;;;N;;;;; +A8EF;COMBINING DEVANAGARI LETTER RA;Mn;230;NSM;;;;;N;;;;; +A8F0;COMBINING DEVANAGARI LETTER VI;Mn;230;NSM;;;;;N;;;;; +A8F1;COMBINING DEVANAGARI SIGN AVAGRAHA;Mn;230;NSM;;;;;N;;;;; +A8F2;DEVANAGARI SIGN SPACING CANDRABINDU;Lo;0;L;;;;;N;;;;; +A8F3;DEVANAGARI SIGN CANDRABINDU VIRAMA;Lo;0;L;;;;;N;;;;; +A8F4;DEVANAGARI SIGN DOUBLE CANDRABINDU VIRAMA;Lo;0;L;;;;;N;;;;; +A8F5;DEVANAGARI SIGN CANDRABINDU TWO;Lo;0;L;;;;;N;;;;; +A8F6;DEVANAGARI SIGN CANDRABINDU THREE;Lo;0;L;;;;;N;;;;; +A8F7;DEVANAGARI SIGN CANDRABINDU AVAGRAHA;Lo;0;L;;;;;N;;;;; +A8F8;DEVANAGARI SIGN PUSHPIKA;Po;0;L;;;;;N;;;;; +A8F9;DEVANAGARI GAP FILLER;Po;0;L;;;;;N;;;;; +A8FA;DEVANAGARI CARET;Po;0;L;;;;;N;;;;; +A8FB;DEVANAGARI HEADSTROKE;Lo;0;L;;;;;N;;;;; +A900;KAYAH LI DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +A901;KAYAH LI DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +A902;KAYAH LI DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +A903;KAYAH LI DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +A904;KAYAH LI DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +A905;KAYAH LI DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +A906;KAYAH LI DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +A907;KAYAH LI DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +A908;KAYAH LI DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +A909;KAYAH LI DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +A90A;KAYAH LI LETTER KA;Lo;0;L;;;;;N;;;;; +A90B;KAYAH LI LETTER KHA;Lo;0;L;;;;;N;;;;; +A90C;KAYAH LI LETTER GA;Lo;0;L;;;;;N;;;;; +A90D;KAYAH LI LETTER NGA;Lo;0;L;;;;;N;;;;; +A90E;KAYAH LI LETTER SA;Lo;0;L;;;;;N;;;;; +A90F;KAYAH LI LETTER SHA;Lo;0;L;;;;;N;;;;; +A910;KAYAH LI LETTER ZA;Lo;0;L;;;;;N;;;;; +A911;KAYAH LI LETTER NYA;Lo;0;L;;;;;N;;;;; +A912;KAYAH LI LETTER TA;Lo;0;L;;;;;N;;;;; +A913;KAYAH LI LETTER HTA;Lo;0;L;;;;;N;;;;; +A914;KAYAH LI LETTER NA;Lo;0;L;;;;;N;;;;; +A915;KAYAH LI LETTER PA;Lo;0;L;;;;;N;;;;; +A916;KAYAH LI LETTER PHA;Lo;0;L;;;;;N;;;;; +A917;KAYAH LI LETTER MA;Lo;0;L;;;;;N;;;;; +A918;KAYAH LI LETTER DA;Lo;0;L;;;;;N;;;;; +A919;KAYAH LI LETTER BA;Lo;0;L;;;;;N;;;;; +A91A;KAYAH LI LETTER RA;Lo;0;L;;;;;N;;;;; +A91B;KAYAH LI LETTER YA;Lo;0;L;;;;;N;;;;; +A91C;KAYAH LI LETTER LA;Lo;0;L;;;;;N;;;;; +A91D;KAYAH LI LETTER WA;Lo;0;L;;;;;N;;;;; +A91E;KAYAH LI LETTER THA;Lo;0;L;;;;;N;;;;; +A91F;KAYAH LI LETTER HA;Lo;0;L;;;;;N;;;;; +A920;KAYAH LI LETTER VA;Lo;0;L;;;;;N;;;;; +A921;KAYAH LI LETTER CA;Lo;0;L;;;;;N;;;;; +A922;KAYAH LI LETTER A;Lo;0;L;;;;;N;;;;; +A923;KAYAH LI LETTER OE;Lo;0;L;;;;;N;;;;; +A924;KAYAH LI LETTER I;Lo;0;L;;;;;N;;;;; +A925;KAYAH LI LETTER OO;Lo;0;L;;;;;N;;;;; +A926;KAYAH LI VOWEL UE;Mn;0;NSM;;;;;N;;;;; +A927;KAYAH LI VOWEL E;Mn;0;NSM;;;;;N;;;;; +A928;KAYAH LI VOWEL U;Mn;0;NSM;;;;;N;;;;; +A929;KAYAH LI VOWEL EE;Mn;0;NSM;;;;;N;;;;; +A92A;KAYAH LI VOWEL O;Mn;0;NSM;;;;;N;;;;; +A92B;KAYAH LI TONE PLOPHU;Mn;220;NSM;;;;;N;;;;; +A92C;KAYAH LI TONE CALYA;Mn;220;NSM;;;;;N;;;;; +A92D;KAYAH LI TONE CALYA PLOPHU;Mn;220;NSM;;;;;N;;;;; +A92E;KAYAH LI SIGN CWI;Po;0;L;;;;;N;;;;; +A92F;KAYAH LI SIGN SHYA;Po;0;L;;;;;N;;;;; +A930;REJANG LETTER KA;Lo;0;L;;;;;N;;;;; +A931;REJANG LETTER GA;Lo;0;L;;;;;N;;;;; +A932;REJANG LETTER NGA;Lo;0;L;;;;;N;;;;; +A933;REJANG LETTER TA;Lo;0;L;;;;;N;;;;; +A934;REJANG LETTER DA;Lo;0;L;;;;;N;;;;; +A935;REJANG LETTER NA;Lo;0;L;;;;;N;;;;; +A936;REJANG LETTER PA;Lo;0;L;;;;;N;;;;; +A937;REJANG LETTER BA;Lo;0;L;;;;;N;;;;; +A938;REJANG LETTER MA;Lo;0;L;;;;;N;;;;; +A939;REJANG LETTER CA;Lo;0;L;;;;;N;;;;; +A93A;REJANG LETTER JA;Lo;0;L;;;;;N;;;;; +A93B;REJANG LETTER NYA;Lo;0;L;;;;;N;;;;; +A93C;REJANG LETTER SA;Lo;0;L;;;;;N;;;;; +A93D;REJANG LETTER RA;Lo;0;L;;;;;N;;;;; +A93E;REJANG LETTER LA;Lo;0;L;;;;;N;;;;; +A93F;REJANG LETTER YA;Lo;0;L;;;;;N;;;;; +A940;REJANG LETTER WA;Lo;0;L;;;;;N;;;;; +A941;REJANG LETTER HA;Lo;0;L;;;;;N;;;;; +A942;REJANG LETTER MBA;Lo;0;L;;;;;N;;;;; +A943;REJANG LETTER NGGA;Lo;0;L;;;;;N;;;;; +A944;REJANG LETTER NDA;Lo;0;L;;;;;N;;;;; +A945;REJANG LETTER NYJA;Lo;0;L;;;;;N;;;;; +A946;REJANG LETTER A;Lo;0;L;;;;;N;;;;; +A947;REJANG VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +A948;REJANG VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +A949;REJANG VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +A94A;REJANG VOWEL SIGN AI;Mn;0;NSM;;;;;N;;;;; +A94B;REJANG VOWEL SIGN O;Mn;0;NSM;;;;;N;;;;; +A94C;REJANG VOWEL SIGN AU;Mn;0;NSM;;;;;N;;;;; +A94D;REJANG VOWEL SIGN EU;Mn;0;NSM;;;;;N;;;;; +A94E;REJANG VOWEL SIGN EA;Mn;0;NSM;;;;;N;;;;; +A94F;REJANG CONSONANT SIGN NG;Mn;0;NSM;;;;;N;;;;; +A950;REJANG CONSONANT SIGN N;Mn;0;NSM;;;;;N;;;;; +A951;REJANG CONSONANT SIGN R;Mn;0;NSM;;;;;N;;;;; +A952;REJANG CONSONANT SIGN H;Mc;0;L;;;;;N;;;;; +A953;REJANG VIRAMA;Mc;9;L;;;;;N;;;;; +A95F;REJANG SECTION MARK;Po;0;L;;;;;N;;;;; +A960;HANGUL CHOSEONG TIKEUT-MIEUM;Lo;0;L;;;;;N;;;;; +A961;HANGUL CHOSEONG TIKEUT-PIEUP;Lo;0;L;;;;;N;;;;; +A962;HANGUL CHOSEONG TIKEUT-SIOS;Lo;0;L;;;;;N;;;;; +A963;HANGUL CHOSEONG TIKEUT-CIEUC;Lo;0;L;;;;;N;;;;; +A964;HANGUL CHOSEONG RIEUL-KIYEOK;Lo;0;L;;;;;N;;;;; +A965;HANGUL CHOSEONG RIEUL-SSANGKIYEOK;Lo;0;L;;;;;N;;;;; +A966;HANGUL CHOSEONG RIEUL-TIKEUT;Lo;0;L;;;;;N;;;;; +A967;HANGUL CHOSEONG RIEUL-SSANGTIKEUT;Lo;0;L;;;;;N;;;;; +A968;HANGUL CHOSEONG RIEUL-MIEUM;Lo;0;L;;;;;N;;;;; +A969;HANGUL CHOSEONG RIEUL-PIEUP;Lo;0;L;;;;;N;;;;; +A96A;HANGUL CHOSEONG RIEUL-SSANGPIEUP;Lo;0;L;;;;;N;;;;; +A96B;HANGUL CHOSEONG RIEUL-KAPYEOUNPIEUP;Lo;0;L;;;;;N;;;;; +A96C;HANGUL CHOSEONG RIEUL-SIOS;Lo;0;L;;;;;N;;;;; +A96D;HANGUL CHOSEONG RIEUL-CIEUC;Lo;0;L;;;;;N;;;;; +A96E;HANGUL CHOSEONG RIEUL-KHIEUKH;Lo;0;L;;;;;N;;;;; +A96F;HANGUL CHOSEONG MIEUM-KIYEOK;Lo;0;L;;;;;N;;;;; +A970;HANGUL CHOSEONG MIEUM-TIKEUT;Lo;0;L;;;;;N;;;;; +A971;HANGUL CHOSEONG MIEUM-SIOS;Lo;0;L;;;;;N;;;;; +A972;HANGUL CHOSEONG PIEUP-SIOS-THIEUTH;Lo;0;L;;;;;N;;;;; +A973;HANGUL CHOSEONG PIEUP-KHIEUKH;Lo;0;L;;;;;N;;;;; +A974;HANGUL CHOSEONG PIEUP-HIEUH;Lo;0;L;;;;;N;;;;; +A975;HANGUL CHOSEONG SSANGSIOS-PIEUP;Lo;0;L;;;;;N;;;;; +A976;HANGUL CHOSEONG IEUNG-RIEUL;Lo;0;L;;;;;N;;;;; +A977;HANGUL CHOSEONG IEUNG-HIEUH;Lo;0;L;;;;;N;;;;; +A978;HANGUL CHOSEONG SSANGCIEUC-HIEUH;Lo;0;L;;;;;N;;;;; +A979;HANGUL CHOSEONG SSANGTHIEUTH;Lo;0;L;;;;;N;;;;; +A97A;HANGUL CHOSEONG PHIEUPH-HIEUH;Lo;0;L;;;;;N;;;;; +A97B;HANGUL CHOSEONG HIEUH-SIOS;Lo;0;L;;;;;N;;;;; +A97C;HANGUL CHOSEONG SSANGYEORINHIEUH;Lo;0;L;;;;;N;;;;; +A980;JAVANESE SIGN PANYANGGA;Mn;0;NSM;;;;;N;;;;; +A981;JAVANESE SIGN CECAK;Mn;0;NSM;;;;;N;;;;; +A982;JAVANESE SIGN LAYAR;Mn;0;NSM;;;;;N;;;;; +A983;JAVANESE SIGN WIGNYAN;Mc;0;L;;;;;N;;;;; +A984;JAVANESE LETTER A;Lo;0;L;;;;;N;;;;; +A985;JAVANESE LETTER I KAWI;Lo;0;L;;;;;N;;;;; +A986;JAVANESE LETTER I;Lo;0;L;;;;;N;;;;; +A987;JAVANESE LETTER II;Lo;0;L;;;;;N;;;;; +A988;JAVANESE LETTER U;Lo;0;L;;;;;N;;;;; +A989;JAVANESE LETTER PA CEREK;Lo;0;L;;;;;N;;;;; +A98A;JAVANESE LETTER NGA LELET;Lo;0;L;;;;;N;;;;; +A98B;JAVANESE LETTER NGA LELET RASWADI;Lo;0;L;;;;;N;;;;; +A98C;JAVANESE LETTER E;Lo;0;L;;;;;N;;;;; +A98D;JAVANESE LETTER AI;Lo;0;L;;;;;N;;;;; +A98E;JAVANESE LETTER O;Lo;0;L;;;;;N;;;;; +A98F;JAVANESE LETTER KA;Lo;0;L;;;;;N;;;;; +A990;JAVANESE LETTER KA SASAK;Lo;0;L;;;;;N;;;;; +A991;JAVANESE LETTER KA MURDA;Lo;0;L;;;;;N;;;;; +A992;JAVANESE LETTER GA;Lo;0;L;;;;;N;;;;; +A993;JAVANESE LETTER GA MURDA;Lo;0;L;;;;;N;;;;; +A994;JAVANESE LETTER NGA;Lo;0;L;;;;;N;;;;; +A995;JAVANESE LETTER CA;Lo;0;L;;;;;N;;;;; +A996;JAVANESE LETTER CA MURDA;Lo;0;L;;;;;N;;;;; +A997;JAVANESE LETTER JA;Lo;0;L;;;;;N;;;;; +A998;JAVANESE LETTER NYA MURDA;Lo;0;L;;;;;N;;;;; +A999;JAVANESE LETTER JA MAHAPRANA;Lo;0;L;;;;;N;;;;; +A99A;JAVANESE LETTER NYA;Lo;0;L;;;;;N;;;;; +A99B;JAVANESE LETTER TTA;Lo;0;L;;;;;N;;;;; +A99C;JAVANESE LETTER TTA MAHAPRANA;Lo;0;L;;;;;N;;;;; +A99D;JAVANESE LETTER DDA;Lo;0;L;;;;;N;;;;; +A99E;JAVANESE LETTER DDA MAHAPRANA;Lo;0;L;;;;;N;;;;; +A99F;JAVANESE LETTER NA MURDA;Lo;0;L;;;;;N;;;;; +A9A0;JAVANESE LETTER TA;Lo;0;L;;;;;N;;;;; +A9A1;JAVANESE LETTER TA MURDA;Lo;0;L;;;;;N;;;;; +A9A2;JAVANESE LETTER DA;Lo;0;L;;;;;N;;;;; +A9A3;JAVANESE LETTER DA MAHAPRANA;Lo;0;L;;;;;N;;;;; +A9A4;JAVANESE LETTER NA;Lo;0;L;;;;;N;;;;; +A9A5;JAVANESE LETTER PA;Lo;0;L;;;;;N;;;;; +A9A6;JAVANESE LETTER PA MURDA;Lo;0;L;;;;;N;;;;; +A9A7;JAVANESE LETTER BA;Lo;0;L;;;;;N;;;;; +A9A8;JAVANESE LETTER BA MURDA;Lo;0;L;;;;;N;;;;; +A9A9;JAVANESE LETTER MA;Lo;0;L;;;;;N;;;;; +A9AA;JAVANESE LETTER YA;Lo;0;L;;;;;N;;;;; +A9AB;JAVANESE LETTER RA;Lo;0;L;;;;;N;;;;; +A9AC;JAVANESE LETTER RA AGUNG;Lo;0;L;;;;;N;;;;; +A9AD;JAVANESE LETTER LA;Lo;0;L;;;;;N;;;;; +A9AE;JAVANESE LETTER WA;Lo;0;L;;;;;N;;;;; +A9AF;JAVANESE LETTER SA MURDA;Lo;0;L;;;;;N;;;;; +A9B0;JAVANESE LETTER SA MAHAPRANA;Lo;0;L;;;;;N;;;;; +A9B1;JAVANESE LETTER SA;Lo;0;L;;;;;N;;;;; +A9B2;JAVANESE LETTER HA;Lo;0;L;;;;;N;;;;; +A9B3;JAVANESE SIGN CECAK TELU;Mn;7;NSM;;;;;N;;;;; +A9B4;JAVANESE VOWEL SIGN TARUNG;Mc;0;L;;;;;N;;;;; +A9B5;JAVANESE VOWEL SIGN TOLONG;Mc;0;L;;;;;N;;;;; +A9B6;JAVANESE VOWEL SIGN WULU;Mn;0;NSM;;;;;N;;;;; +A9B7;JAVANESE VOWEL SIGN WULU MELIK;Mn;0;NSM;;;;;N;;;;; +A9B8;JAVANESE VOWEL SIGN SUKU;Mn;0;NSM;;;;;N;;;;; +A9B9;JAVANESE VOWEL SIGN SUKU MENDUT;Mn;0;NSM;;;;;N;;;;; +A9BA;JAVANESE VOWEL SIGN TALING;Mc;0;L;;;;;N;;;;; +A9BB;JAVANESE VOWEL SIGN DIRGA MURE;Mc;0;L;;;;;N;;;;; +A9BC;JAVANESE VOWEL SIGN PEPET;Mn;0;NSM;;;;;N;;;;; +A9BD;JAVANESE CONSONANT SIGN KERET;Mc;0;L;;;;;N;;;;; +A9BE;JAVANESE CONSONANT SIGN PENGKAL;Mc;0;L;;;;;N;;;;; +A9BF;JAVANESE CONSONANT SIGN CAKRA;Mc;0;L;;;;;N;;;;; +A9C0;JAVANESE PANGKON;Mc;9;L;;;;;N;;;;; +A9C1;JAVANESE LEFT RERENGGAN;Po;0;L;;;;;N;;;;; +A9C2;JAVANESE RIGHT RERENGGAN;Po;0;L;;;;;N;;;;; +A9C3;JAVANESE PADA ANDAP;Po;0;L;;;;;N;;;;; +A9C4;JAVANESE PADA MADYA;Po;0;L;;;;;N;;;;; +A9C5;JAVANESE PADA LUHUR;Po;0;L;;;;;N;;;;; +A9C6;JAVANESE PADA WINDU;Po;0;L;;;;;N;;;;; +A9C7;JAVANESE PADA PANGKAT;Po;0;L;;;;;N;;;;; +A9C8;JAVANESE PADA LINGSA;Po;0;L;;;;;N;;;;; +A9C9;JAVANESE PADA LUNGSI;Po;0;L;;;;;N;;;;; +A9CA;JAVANESE PADA ADEG;Po;0;L;;;;;N;;;;; +A9CB;JAVANESE PADA ADEG ADEG;Po;0;L;;;;;N;;;;; +A9CC;JAVANESE PADA PISELEH;Po;0;L;;;;;N;;;;; +A9CD;JAVANESE TURNED PADA PISELEH;Po;0;L;;;;;N;;;;; +A9CF;JAVANESE PANGRANGKEP;Lm;0;L;;;;;N;;;;; +A9D0;JAVANESE DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +A9D1;JAVANESE DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +A9D2;JAVANESE DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +A9D3;JAVANESE DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +A9D4;JAVANESE DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +A9D5;JAVANESE DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +A9D6;JAVANESE DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +A9D7;JAVANESE DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +A9D8;JAVANESE DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +A9D9;JAVANESE DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +A9DE;JAVANESE PADA TIRTA TUMETES;Po;0;L;;;;;N;;;;; +A9DF;JAVANESE PADA ISEN-ISEN;Po;0;L;;;;;N;;;;; +AA00;CHAM LETTER A;Lo;0;L;;;;;N;;;;; +AA01;CHAM LETTER I;Lo;0;L;;;;;N;;;;; +AA02;CHAM LETTER U;Lo;0;L;;;;;N;;;;; +AA03;CHAM LETTER E;Lo;0;L;;;;;N;;;;; +AA04;CHAM LETTER AI;Lo;0;L;;;;;N;;;;; +AA05;CHAM LETTER O;Lo;0;L;;;;;N;;;;; +AA06;CHAM LETTER KA;Lo;0;L;;;;;N;;;;; +AA07;CHAM LETTER KHA;Lo;0;L;;;;;N;;;;; +AA08;CHAM LETTER GA;Lo;0;L;;;;;N;;;;; +AA09;CHAM LETTER GHA;Lo;0;L;;;;;N;;;;; +AA0A;CHAM LETTER NGUE;Lo;0;L;;;;;N;;;;; +AA0B;CHAM LETTER NGA;Lo;0;L;;;;;N;;;;; +AA0C;CHAM LETTER CHA;Lo;0;L;;;;;N;;;;; +AA0D;CHAM LETTER CHHA;Lo;0;L;;;;;N;;;;; +AA0E;CHAM LETTER JA;Lo;0;L;;;;;N;;;;; +AA0F;CHAM LETTER JHA;Lo;0;L;;;;;N;;;;; +AA10;CHAM LETTER NHUE;Lo;0;L;;;;;N;;;;; +AA11;CHAM LETTER NHA;Lo;0;L;;;;;N;;;;; +AA12;CHAM LETTER NHJA;Lo;0;L;;;;;N;;;;; +AA13;CHAM LETTER TA;Lo;0;L;;;;;N;;;;; +AA14;CHAM LETTER THA;Lo;0;L;;;;;N;;;;; +AA15;CHAM LETTER DA;Lo;0;L;;;;;N;;;;; +AA16;CHAM LETTER DHA;Lo;0;L;;;;;N;;;;; +AA17;CHAM LETTER NUE;Lo;0;L;;;;;N;;;;; +AA18;CHAM LETTER NA;Lo;0;L;;;;;N;;;;; +AA19;CHAM LETTER DDA;Lo;0;L;;;;;N;;;;; +AA1A;CHAM LETTER PA;Lo;0;L;;;;;N;;;;; +AA1B;CHAM LETTER PPA;Lo;0;L;;;;;N;;;;; +AA1C;CHAM LETTER PHA;Lo;0;L;;;;;N;;;;; +AA1D;CHAM LETTER BA;Lo;0;L;;;;;N;;;;; +AA1E;CHAM LETTER BHA;Lo;0;L;;;;;N;;;;; +AA1F;CHAM LETTER MUE;Lo;0;L;;;;;N;;;;; +AA20;CHAM LETTER MA;Lo;0;L;;;;;N;;;;; +AA21;CHAM LETTER BBA;Lo;0;L;;;;;N;;;;; +AA22;CHAM LETTER YA;Lo;0;L;;;;;N;;;;; +AA23;CHAM LETTER RA;Lo;0;L;;;;;N;;;;; +AA24;CHAM LETTER LA;Lo;0;L;;;;;N;;;;; +AA25;CHAM LETTER VA;Lo;0;L;;;;;N;;;;; +AA26;CHAM LETTER SSA;Lo;0;L;;;;;N;;;;; +AA27;CHAM LETTER SA;Lo;0;L;;;;;N;;;;; +AA28;CHAM LETTER HA;Lo;0;L;;;;;N;;;;; +AA29;CHAM VOWEL SIGN AA;Mn;0;NSM;;;;;N;;;;; +AA2A;CHAM VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +AA2B;CHAM VOWEL SIGN II;Mn;0;NSM;;;;;N;;;;; +AA2C;CHAM VOWEL SIGN EI;Mn;0;NSM;;;;;N;;;;; +AA2D;CHAM VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +AA2E;CHAM VOWEL SIGN OE;Mn;0;NSM;;;;;N;;;;; +AA2F;CHAM VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +AA30;CHAM VOWEL SIGN AI;Mc;0;L;;;;;N;;;;; +AA31;CHAM VOWEL SIGN AU;Mn;0;NSM;;;;;N;;;;; +AA32;CHAM VOWEL SIGN UE;Mn;0;NSM;;;;;N;;;;; +AA33;CHAM CONSONANT SIGN YA;Mc;0;L;;;;;N;;;;; +AA34;CHAM CONSONANT SIGN RA;Mc;0;L;;;;;N;;;;; +AA35;CHAM CONSONANT SIGN LA;Mn;0;NSM;;;;;N;;;;; +AA36;CHAM CONSONANT SIGN WA;Mn;0;NSM;;;;;N;;;;; +AA40;CHAM LETTER FINAL K;Lo;0;L;;;;;N;;;;; +AA41;CHAM LETTER FINAL G;Lo;0;L;;;;;N;;;;; +AA42;CHAM LETTER FINAL NG;Lo;0;L;;;;;N;;;;; +AA43;CHAM CONSONANT SIGN FINAL NG;Mn;0;NSM;;;;;N;;;;; +AA44;CHAM LETTER FINAL CH;Lo;0;L;;;;;N;;;;; +AA45;CHAM LETTER FINAL T;Lo;0;L;;;;;N;;;;; +AA46;CHAM LETTER FINAL N;Lo;0;L;;;;;N;;;;; +AA47;CHAM LETTER FINAL P;Lo;0;L;;;;;N;;;;; +AA48;CHAM LETTER FINAL Y;Lo;0;L;;;;;N;;;;; +AA49;CHAM LETTER FINAL R;Lo;0;L;;;;;N;;;;; +AA4A;CHAM LETTER FINAL L;Lo;0;L;;;;;N;;;;; +AA4B;CHAM LETTER FINAL SS;Lo;0;L;;;;;N;;;;; +AA4C;CHAM CONSONANT SIGN FINAL M;Mn;0;NSM;;;;;N;;;;; +AA4D;CHAM CONSONANT SIGN FINAL H;Mc;0;L;;;;;N;;;;; +AA50;CHAM DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +AA51;CHAM DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +AA52;CHAM DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +AA53;CHAM DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +AA54;CHAM DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +AA55;CHAM DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +AA56;CHAM DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +AA57;CHAM DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +AA58;CHAM DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +AA59;CHAM DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +AA5C;CHAM PUNCTUATION SPIRAL;Po;0;L;;;;;N;;;;; +AA5D;CHAM PUNCTUATION DANDA;Po;0;L;;;;;N;;;;; +AA5E;CHAM PUNCTUATION DOUBLE DANDA;Po;0;L;;;;;N;;;;; +AA5F;CHAM PUNCTUATION TRIPLE DANDA;Po;0;L;;;;;N;;;;; +AA60;MYANMAR LETTER KHAMTI GA;Lo;0;L;;;;;N;;;;; +AA61;MYANMAR LETTER KHAMTI CA;Lo;0;L;;;;;N;;;;; +AA62;MYANMAR LETTER KHAMTI CHA;Lo;0;L;;;;;N;;;;; +AA63;MYANMAR LETTER KHAMTI JA;Lo;0;L;;;;;N;;;;; +AA64;MYANMAR LETTER KHAMTI JHA;Lo;0;L;;;;;N;;;;; +AA65;MYANMAR LETTER KHAMTI NYA;Lo;0;L;;;;;N;;;;; +AA66;MYANMAR LETTER KHAMTI TTA;Lo;0;L;;;;;N;;;;; +AA67;MYANMAR LETTER KHAMTI TTHA;Lo;0;L;;;;;N;;;;; +AA68;MYANMAR LETTER KHAMTI DDA;Lo;0;L;;;;;N;;;;; +AA69;MYANMAR LETTER KHAMTI DDHA;Lo;0;L;;;;;N;;;;; +AA6A;MYANMAR LETTER KHAMTI DHA;Lo;0;L;;;;;N;;;;; +AA6B;MYANMAR LETTER KHAMTI NA;Lo;0;L;;;;;N;;;;; +AA6C;MYANMAR LETTER KHAMTI SA;Lo;0;L;;;;;N;;;;; +AA6D;MYANMAR LETTER KHAMTI HA;Lo;0;L;;;;;N;;;;; +AA6E;MYANMAR LETTER KHAMTI HHA;Lo;0;L;;;;;N;;;;; +AA6F;MYANMAR LETTER KHAMTI FA;Lo;0;L;;;;;N;;;;; +AA70;MYANMAR MODIFIER LETTER KHAMTI REDUPLICATION;Lm;0;L;;;;;N;;;;; +AA71;MYANMAR LETTER KHAMTI XA;Lo;0;L;;;;;N;;;;; +AA72;MYANMAR LETTER KHAMTI ZA;Lo;0;L;;;;;N;;;;; +AA73;MYANMAR LETTER KHAMTI RA;Lo;0;L;;;;;N;;;;; +AA74;MYANMAR LOGOGRAM KHAMTI OAY;Lo;0;L;;;;;N;;;;; +AA75;MYANMAR LOGOGRAM KHAMTI QN;Lo;0;L;;;;;N;;;;; +AA76;MYANMAR LOGOGRAM KHAMTI HM;Lo;0;L;;;;;N;;;;; +AA77;MYANMAR SYMBOL AITON EXCLAMATION;So;0;L;;;;;N;;;;; +AA78;MYANMAR SYMBOL AITON ONE;So;0;L;;;;;N;;;;; +AA79;MYANMAR SYMBOL AITON TWO;So;0;L;;;;;N;;;;; +AA7A;MYANMAR LETTER AITON RA;Lo;0;L;;;;;N;;;;; +AA7B;MYANMAR SIGN PAO KAREN TONE;Mc;0;L;;;;;N;;;;; +AA80;TAI VIET LETTER LOW KO;Lo;0;L;;;;;N;;;;; +AA81;TAI VIET LETTER HIGH KO;Lo;0;L;;;;;N;;;;; +AA82;TAI VIET LETTER LOW KHO;Lo;0;L;;;;;N;;;;; +AA83;TAI VIET LETTER HIGH KHO;Lo;0;L;;;;;N;;;;; +AA84;TAI VIET LETTER LOW KHHO;Lo;0;L;;;;;N;;;;; +AA85;TAI VIET LETTER HIGH KHHO;Lo;0;L;;;;;N;;;;; +AA86;TAI VIET LETTER LOW GO;Lo;0;L;;;;;N;;;;; +AA87;TAI VIET LETTER HIGH GO;Lo;0;L;;;;;N;;;;; +AA88;TAI VIET LETTER LOW NGO;Lo;0;L;;;;;N;;;;; +AA89;TAI VIET LETTER HIGH NGO;Lo;0;L;;;;;N;;;;; +AA8A;TAI VIET LETTER LOW CO;Lo;0;L;;;;;N;;;;; +AA8B;TAI VIET LETTER HIGH CO;Lo;0;L;;;;;N;;;;; +AA8C;TAI VIET LETTER LOW CHO;Lo;0;L;;;;;N;;;;; +AA8D;TAI VIET LETTER HIGH CHO;Lo;0;L;;;;;N;;;;; +AA8E;TAI VIET LETTER LOW SO;Lo;0;L;;;;;N;;;;; +AA8F;TAI VIET LETTER HIGH SO;Lo;0;L;;;;;N;;;;; +AA90;TAI VIET LETTER LOW NYO;Lo;0;L;;;;;N;;;;; +AA91;TAI VIET LETTER HIGH NYO;Lo;0;L;;;;;N;;;;; +AA92;TAI VIET LETTER LOW DO;Lo;0;L;;;;;N;;;;; +AA93;TAI VIET LETTER HIGH DO;Lo;0;L;;;;;N;;;;; +AA94;TAI VIET LETTER LOW TO;Lo;0;L;;;;;N;;;;; +AA95;TAI VIET LETTER HIGH TO;Lo;0;L;;;;;N;;;;; +AA96;TAI VIET LETTER LOW THO;Lo;0;L;;;;;N;;;;; +AA97;TAI VIET LETTER HIGH THO;Lo;0;L;;;;;N;;;;; +AA98;TAI VIET LETTER LOW NO;Lo;0;L;;;;;N;;;;; +AA99;TAI VIET LETTER HIGH NO;Lo;0;L;;;;;N;;;;; +AA9A;TAI VIET LETTER LOW BO;Lo;0;L;;;;;N;;;;; +AA9B;TAI VIET LETTER HIGH BO;Lo;0;L;;;;;N;;;;; +AA9C;TAI VIET LETTER LOW PO;Lo;0;L;;;;;N;;;;; +AA9D;TAI VIET LETTER HIGH PO;Lo;0;L;;;;;N;;;;; +AA9E;TAI VIET LETTER LOW PHO;Lo;0;L;;;;;N;;;;; +AA9F;TAI VIET LETTER HIGH PHO;Lo;0;L;;;;;N;;;;; +AAA0;TAI VIET LETTER LOW FO;Lo;0;L;;;;;N;;;;; +AAA1;TAI VIET LETTER HIGH FO;Lo;0;L;;;;;N;;;;; +AAA2;TAI VIET LETTER LOW MO;Lo;0;L;;;;;N;;;;; +AAA3;TAI VIET LETTER HIGH MO;Lo;0;L;;;;;N;;;;; +AAA4;TAI VIET LETTER LOW YO;Lo;0;L;;;;;N;;;;; +AAA5;TAI VIET LETTER HIGH YO;Lo;0;L;;;;;N;;;;; +AAA6;TAI VIET LETTER LOW RO;Lo;0;L;;;;;N;;;;; +AAA7;TAI VIET LETTER HIGH RO;Lo;0;L;;;;;N;;;;; +AAA8;TAI VIET LETTER LOW LO;Lo;0;L;;;;;N;;;;; +AAA9;TAI VIET LETTER HIGH LO;Lo;0;L;;;;;N;;;;; +AAAA;TAI VIET LETTER LOW VO;Lo;0;L;;;;;N;;;;; +AAAB;TAI VIET LETTER HIGH VO;Lo;0;L;;;;;N;;;;; +AAAC;TAI VIET LETTER LOW HO;Lo;0;L;;;;;N;;;;; +AAAD;TAI VIET LETTER HIGH HO;Lo;0;L;;;;;N;;;;; +AAAE;TAI VIET LETTER LOW O;Lo;0;L;;;;;N;;;;; +AAAF;TAI VIET LETTER HIGH O;Lo;0;L;;;;;N;;;;; +AAB0;TAI VIET MAI KANG;Mn;230;NSM;;;;;N;;;;; +AAB1;TAI VIET VOWEL AA;Lo;0;L;;;;;N;;;;; +AAB2;TAI VIET VOWEL I;Mn;230;NSM;;;;;N;;;;; +AAB3;TAI VIET VOWEL UE;Mn;230;NSM;;;;;N;;;;; +AAB4;TAI VIET VOWEL U;Mn;220;NSM;;;;;N;;;;; +AAB5;TAI VIET VOWEL E;Lo;0;L;;;;;N;;;;; +AAB6;TAI VIET VOWEL O;Lo;0;L;;;;;N;;;;; +AAB7;TAI VIET MAI KHIT;Mn;230;NSM;;;;;N;;;;; +AAB8;TAI VIET VOWEL IA;Mn;230;NSM;;;;;N;;;;; +AAB9;TAI VIET VOWEL UEA;Lo;0;L;;;;;N;;;;; +AABA;TAI VIET VOWEL UA;Lo;0;L;;;;;N;;;;; +AABB;TAI VIET VOWEL AUE;Lo;0;L;;;;;N;;;;; +AABC;TAI VIET VOWEL AY;Lo;0;L;;;;;N;;;;; +AABD;TAI VIET VOWEL AN;Lo;0;L;;;;;N;;;;; +AABE;TAI VIET VOWEL AM;Mn;230;NSM;;;;;N;;;;; +AABF;TAI VIET TONE MAI EK;Mn;230;NSM;;;;;N;;;;; +AAC0;TAI VIET TONE MAI NUENG;Lo;0;L;;;;;N;;;;; +AAC1;TAI VIET TONE MAI THO;Mn;230;NSM;;;;;N;;;;; +AAC2;TAI VIET TONE MAI SONG;Lo;0;L;;;;;N;;;;; +AADB;TAI VIET SYMBOL KON;Lo;0;L;;;;;N;;;;; +AADC;TAI VIET SYMBOL NUENG;Lo;0;L;;;;;N;;;;; +AADD;TAI VIET SYMBOL SAM;Lm;0;L;;;;;N;;;;; +AADE;TAI VIET SYMBOL HO HOI;Po;0;L;;;;;N;;;;; +AADF;TAI VIET SYMBOL KOI KOI;Po;0;L;;;;;N;;;;; +ABC0;MEETEI MAYEK LETTER KOK;Lo;0;L;;;;;N;;;;; +ABC1;MEETEI MAYEK LETTER SAM;Lo;0;L;;;;;N;;;;; +ABC2;MEETEI MAYEK LETTER LAI;Lo;0;L;;;;;N;;;;; +ABC3;MEETEI MAYEK LETTER MIT;Lo;0;L;;;;;N;;;;; +ABC4;MEETEI MAYEK LETTER PA;Lo;0;L;;;;;N;;;;; +ABC5;MEETEI MAYEK LETTER NA;Lo;0;L;;;;;N;;;;; +ABC6;MEETEI MAYEK LETTER CHIL;Lo;0;L;;;;;N;;;;; +ABC7;MEETEI MAYEK LETTER TIL;Lo;0;L;;;;;N;;;;; +ABC8;MEETEI MAYEK LETTER KHOU;Lo;0;L;;;;;N;;;;; +ABC9;MEETEI MAYEK LETTER NGOU;Lo;0;L;;;;;N;;;;; +ABCA;MEETEI MAYEK LETTER THOU;Lo;0;L;;;;;N;;;;; +ABCB;MEETEI MAYEK LETTER WAI;Lo;0;L;;;;;N;;;;; +ABCC;MEETEI MAYEK LETTER YANG;Lo;0;L;;;;;N;;;;; +ABCD;MEETEI MAYEK LETTER HUK;Lo;0;L;;;;;N;;;;; +ABCE;MEETEI MAYEK LETTER UN;Lo;0;L;;;;;N;;;;; +ABCF;MEETEI MAYEK LETTER I;Lo;0;L;;;;;N;;;;; +ABD0;MEETEI MAYEK LETTER PHAM;Lo;0;L;;;;;N;;;;; +ABD1;MEETEI MAYEK LETTER ATIYA;Lo;0;L;;;;;N;;;;; +ABD2;MEETEI MAYEK LETTER GOK;Lo;0;L;;;;;N;;;;; +ABD3;MEETEI MAYEK LETTER JHAM;Lo;0;L;;;;;N;;;;; +ABD4;MEETEI MAYEK LETTER RAI;Lo;0;L;;;;;N;;;;; +ABD5;MEETEI MAYEK LETTER BA;Lo;0;L;;;;;N;;;;; +ABD6;MEETEI MAYEK LETTER JIL;Lo;0;L;;;;;N;;;;; +ABD7;MEETEI MAYEK LETTER DIL;Lo;0;L;;;;;N;;;;; +ABD8;MEETEI MAYEK LETTER GHOU;Lo;0;L;;;;;N;;;;; +ABD9;MEETEI MAYEK LETTER DHOU;Lo;0;L;;;;;N;;;;; +ABDA;MEETEI MAYEK LETTER BHAM;Lo;0;L;;;;;N;;;;; +ABDB;MEETEI MAYEK LETTER KOK LONSUM;Lo;0;L;;;;;N;;;;; +ABDC;MEETEI MAYEK LETTER LAI LONSUM;Lo;0;L;;;;;N;;;;; +ABDD;MEETEI MAYEK LETTER MIT LONSUM;Lo;0;L;;;;;N;;;;; +ABDE;MEETEI MAYEK LETTER PA LONSUM;Lo;0;L;;;;;N;;;;; +ABDF;MEETEI MAYEK LETTER NA LONSUM;Lo;0;L;;;;;N;;;;; +ABE0;MEETEI MAYEK LETTER TIL LONSUM;Lo;0;L;;;;;N;;;;; +ABE1;MEETEI MAYEK LETTER NGOU LONSUM;Lo;0;L;;;;;N;;;;; +ABE2;MEETEI MAYEK LETTER I LONSUM;Lo;0;L;;;;;N;;;;; +ABE3;MEETEI MAYEK VOWEL SIGN ONAP;Mc;0;L;;;;;N;;;;; +ABE4;MEETEI MAYEK VOWEL SIGN INAP;Mc;0;L;;;;;N;;;;; +ABE5;MEETEI MAYEK VOWEL SIGN ANAP;Mn;0;NSM;;;;;N;;;;; +ABE6;MEETEI MAYEK VOWEL SIGN YENAP;Mc;0;L;;;;;N;;;;; +ABE7;MEETEI MAYEK VOWEL SIGN SOUNAP;Mc;0;L;;;;;N;;;;; +ABE8;MEETEI MAYEK VOWEL SIGN UNAP;Mn;0;NSM;;;;;N;;;;; +ABE9;MEETEI MAYEK VOWEL SIGN CHEINAP;Mc;0;L;;;;;N;;;;; +ABEA;MEETEI MAYEK VOWEL SIGN NUNG;Mc;0;L;;;;;N;;;;; +ABEB;MEETEI MAYEK CHEIKHEI;Po;0;L;;;;;N;;;;; +ABEC;MEETEI MAYEK LUM IYEK;Mc;0;L;;;;;N;;;;; +ABED;MEETEI MAYEK APUN IYEK;Mn;9;NSM;;;;;N;;;;; +ABF0;MEETEI MAYEK DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +ABF1;MEETEI MAYEK DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +ABF2;MEETEI MAYEK DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +ABF3;MEETEI MAYEK DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +ABF4;MEETEI MAYEK DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +ABF5;MEETEI MAYEK DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +ABF6;MEETEI MAYEK DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +ABF7;MEETEI MAYEK DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +ABF8;MEETEI MAYEK DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +ABF9;MEETEI MAYEK DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +AC00;;Lo;0;L;;;;;N;;;;; +D7A3;;Lo;0;L;;;;;N;;;;; +D7B0;HANGUL JUNGSEONG O-YEO;Lo;0;L;;;;;N;;;;; +D7B1;HANGUL JUNGSEONG O-O-I;Lo;0;L;;;;;N;;;;; +D7B2;HANGUL JUNGSEONG YO-A;Lo;0;L;;;;;N;;;;; +D7B3;HANGUL JUNGSEONG YO-AE;Lo;0;L;;;;;N;;;;; +D7B4;HANGUL JUNGSEONG YO-EO;Lo;0;L;;;;;N;;;;; +D7B5;HANGUL JUNGSEONG U-YEO;Lo;0;L;;;;;N;;;;; +D7B6;HANGUL JUNGSEONG U-I-I;Lo;0;L;;;;;N;;;;; +D7B7;HANGUL JUNGSEONG YU-AE;Lo;0;L;;;;;N;;;;; +D7B8;HANGUL JUNGSEONG YU-O;Lo;0;L;;;;;N;;;;; +D7B9;HANGUL JUNGSEONG EU-A;Lo;0;L;;;;;N;;;;; +D7BA;HANGUL JUNGSEONG EU-EO;Lo;0;L;;;;;N;;;;; +D7BB;HANGUL JUNGSEONG EU-E;Lo;0;L;;;;;N;;;;; +D7BC;HANGUL JUNGSEONG EU-O;Lo;0;L;;;;;N;;;;; +D7BD;HANGUL JUNGSEONG I-YA-O;Lo;0;L;;;;;N;;;;; +D7BE;HANGUL JUNGSEONG I-YAE;Lo;0;L;;;;;N;;;;; +D7BF;HANGUL JUNGSEONG I-YEO;Lo;0;L;;;;;N;;;;; +D7C0;HANGUL JUNGSEONG I-YE;Lo;0;L;;;;;N;;;;; +D7C1;HANGUL JUNGSEONG I-O-I;Lo;0;L;;;;;N;;;;; +D7C2;HANGUL JUNGSEONG I-YO;Lo;0;L;;;;;N;;;;; +D7C3;HANGUL JUNGSEONG I-YU;Lo;0;L;;;;;N;;;;; +D7C4;HANGUL JUNGSEONG I-I;Lo;0;L;;;;;N;;;;; +D7C5;HANGUL JUNGSEONG ARAEA-A;Lo;0;L;;;;;N;;;;; +D7C6;HANGUL JUNGSEONG ARAEA-E;Lo;0;L;;;;;N;;;;; +D7CB;HANGUL JONGSEONG NIEUN-RIEUL;Lo;0;L;;;;;N;;;;; +D7CC;HANGUL JONGSEONG NIEUN-CHIEUCH;Lo;0;L;;;;;N;;;;; +D7CD;HANGUL JONGSEONG SSANGTIKEUT;Lo;0;L;;;;;N;;;;; +D7CE;HANGUL JONGSEONG SSANGTIKEUT-PIEUP;Lo;0;L;;;;;N;;;;; +D7CF;HANGUL JONGSEONG TIKEUT-PIEUP;Lo;0;L;;;;;N;;;;; +D7D0;HANGUL JONGSEONG TIKEUT-SIOS;Lo;0;L;;;;;N;;;;; +D7D1;HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK;Lo;0;L;;;;;N;;;;; +D7D2;HANGUL JONGSEONG TIKEUT-CIEUC;Lo;0;L;;;;;N;;;;; +D7D3;HANGUL JONGSEONG TIKEUT-CHIEUCH;Lo;0;L;;;;;N;;;;; +D7D4;HANGUL JONGSEONG TIKEUT-THIEUTH;Lo;0;L;;;;;N;;;;; +D7D5;HANGUL JONGSEONG RIEUL-SSANGKIYEOK;Lo;0;L;;;;;N;;;;; +D7D6;HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH;Lo;0;L;;;;;N;;;;; +D7D7;HANGUL JONGSEONG SSANGRIEUL-KHIEUKH;Lo;0;L;;;;;N;;;;; +D7D8;HANGUL JONGSEONG RIEUL-MIEUM-HIEUH;Lo;0;L;;;;;N;;;;; +D7D9;HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT;Lo;0;L;;;;;N;;;;; +D7DA;HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH;Lo;0;L;;;;;N;;;;; +D7DB;HANGUL JONGSEONG RIEUL-YESIEUNG;Lo;0;L;;;;;N;;;;; +D7DC;HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH;Lo;0;L;;;;;N;;;;; +D7DD;HANGUL JONGSEONG KAPYEOUNRIEUL;Lo;0;L;;;;;N;;;;; +D7DE;HANGUL JONGSEONG MIEUM-NIEUN;Lo;0;L;;;;;N;;;;; +D7DF;HANGUL JONGSEONG MIEUM-SSANGNIEUN;Lo;0;L;;;;;N;;;;; +D7E0;HANGUL JONGSEONG SSANGMIEUM;Lo;0;L;;;;;N;;;;; +D7E1;HANGUL JONGSEONG MIEUM-PIEUP-SIOS;Lo;0;L;;;;;N;;;;; +D7E2;HANGUL JONGSEONG MIEUM-CIEUC;Lo;0;L;;;;;N;;;;; +D7E3;HANGUL JONGSEONG PIEUP-TIKEUT;Lo;0;L;;;;;N;;;;; +D7E4;HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH;Lo;0;L;;;;;N;;;;; +D7E5;HANGUL JONGSEONG PIEUP-MIEUM;Lo;0;L;;;;;N;;;;; +D7E6;HANGUL JONGSEONG SSANGPIEUP;Lo;0;L;;;;;N;;;;; +D7E7;HANGUL JONGSEONG PIEUP-SIOS-TIKEUT;Lo;0;L;;;;;N;;;;; +D7E8;HANGUL JONGSEONG PIEUP-CIEUC;Lo;0;L;;;;;N;;;;; +D7E9;HANGUL JONGSEONG PIEUP-CHIEUCH;Lo;0;L;;;;;N;;;;; +D7EA;HANGUL JONGSEONG SIOS-MIEUM;Lo;0;L;;;;;N;;;;; +D7EB;HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP;Lo;0;L;;;;;N;;;;; +D7EC;HANGUL JONGSEONG SSANGSIOS-KIYEOK;Lo;0;L;;;;;N;;;;; +D7ED;HANGUL JONGSEONG SSANGSIOS-TIKEUT;Lo;0;L;;;;;N;;;;; +D7EE;HANGUL JONGSEONG SIOS-PANSIOS;Lo;0;L;;;;;N;;;;; +D7EF;HANGUL JONGSEONG SIOS-CIEUC;Lo;0;L;;;;;N;;;;; +D7F0;HANGUL JONGSEONG SIOS-CHIEUCH;Lo;0;L;;;;;N;;;;; +D7F1;HANGUL JONGSEONG SIOS-THIEUTH;Lo;0;L;;;;;N;;;;; +D7F2;HANGUL JONGSEONG SIOS-HIEUH;Lo;0;L;;;;;N;;;;; +D7F3;HANGUL JONGSEONG PANSIOS-PIEUP;Lo;0;L;;;;;N;;;;; +D7F4;HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP;Lo;0;L;;;;;N;;;;; +D7F5;HANGUL JONGSEONG YESIEUNG-MIEUM;Lo;0;L;;;;;N;;;;; +D7F6;HANGUL JONGSEONG YESIEUNG-HIEUH;Lo;0;L;;;;;N;;;;; +D7F7;HANGUL JONGSEONG CIEUC-PIEUP;Lo;0;L;;;;;N;;;;; +D7F8;HANGUL JONGSEONG CIEUC-SSANGPIEUP;Lo;0;L;;;;;N;;;;; +D7F9;HANGUL JONGSEONG SSANGCIEUC;Lo;0;L;;;;;N;;;;; +D7FA;HANGUL JONGSEONG PHIEUPH-SIOS;Lo;0;L;;;;;N;;;;; +D7FB;HANGUL JONGSEONG PHIEUPH-THIEUTH;Lo;0;L;;;;;N;;;;; +D800;;Cs;0;L;;;;;N;;;;; +DB7F;;Cs;0;L;;;;;N;;;;; +DB80;;Cs;0;L;;;;;N;;;;; +DBFF;;Cs;0;L;;;;;N;;;;; +DC00;;Cs;0;L;;;;;N;;;;; +DFFF;;Cs;0;L;;;;;N;;;;; +E000;;Co;0;L;;;;;N;;;;; +F8FF;;Co;0;L;;;;;N;;;;; +F900;CJK COMPATIBILITY IDEOGRAPH-F900;Lo;0;L;8C48;;;;N;;;;; +F901;CJK COMPATIBILITY IDEOGRAPH-F901;Lo;0;L;66F4;;;;N;;;;; +F902;CJK COMPATIBILITY IDEOGRAPH-F902;Lo;0;L;8ECA;;;;N;;;;; +F903;CJK COMPATIBILITY IDEOGRAPH-F903;Lo;0;L;8CC8;;;;N;;;;; +F904;CJK COMPATIBILITY IDEOGRAPH-F904;Lo;0;L;6ED1;;;;N;;;;; +F905;CJK COMPATIBILITY IDEOGRAPH-F905;Lo;0;L;4E32;;;;N;;;;; +F906;CJK COMPATIBILITY IDEOGRAPH-F906;Lo;0;L;53E5;;;;N;;;;; +F907;CJK COMPATIBILITY IDEOGRAPH-F907;Lo;0;L;9F9C;;;;N;;;;; +F908;CJK COMPATIBILITY IDEOGRAPH-F908;Lo;0;L;9F9C;;;;N;;;;; +F909;CJK COMPATIBILITY IDEOGRAPH-F909;Lo;0;L;5951;;;;N;;;;; +F90A;CJK COMPATIBILITY IDEOGRAPH-F90A;Lo;0;L;91D1;;;;N;;;;; +F90B;CJK COMPATIBILITY IDEOGRAPH-F90B;Lo;0;L;5587;;;;N;;;;; +F90C;CJK COMPATIBILITY IDEOGRAPH-F90C;Lo;0;L;5948;;;;N;;;;; +F90D;CJK COMPATIBILITY IDEOGRAPH-F90D;Lo;0;L;61F6;;;;N;;;;; +F90E;CJK COMPATIBILITY IDEOGRAPH-F90E;Lo;0;L;7669;;;;N;;;;; +F90F;CJK COMPATIBILITY IDEOGRAPH-F90F;Lo;0;L;7F85;;;;N;;;;; +F910;CJK COMPATIBILITY IDEOGRAPH-F910;Lo;0;L;863F;;;;N;;;;; +F911;CJK COMPATIBILITY IDEOGRAPH-F911;Lo;0;L;87BA;;;;N;;;;; +F912;CJK COMPATIBILITY IDEOGRAPH-F912;Lo;0;L;88F8;;;;N;;;;; +F913;CJK COMPATIBILITY IDEOGRAPH-F913;Lo;0;L;908F;;;;N;;;;; +F914;CJK COMPATIBILITY IDEOGRAPH-F914;Lo;0;L;6A02;;;;N;;;;; +F915;CJK COMPATIBILITY IDEOGRAPH-F915;Lo;0;L;6D1B;;;;N;;;;; +F916;CJK COMPATIBILITY IDEOGRAPH-F916;Lo;0;L;70D9;;;;N;;;;; +F917;CJK COMPATIBILITY IDEOGRAPH-F917;Lo;0;L;73DE;;;;N;;;;; +F918;CJK COMPATIBILITY IDEOGRAPH-F918;Lo;0;L;843D;;;;N;;;;; +F919;CJK COMPATIBILITY IDEOGRAPH-F919;Lo;0;L;916A;;;;N;;;;; +F91A;CJK COMPATIBILITY IDEOGRAPH-F91A;Lo;0;L;99F1;;;;N;;;;; +F91B;CJK COMPATIBILITY IDEOGRAPH-F91B;Lo;0;L;4E82;;;;N;;;;; +F91C;CJK COMPATIBILITY IDEOGRAPH-F91C;Lo;0;L;5375;;;;N;;;;; +F91D;CJK COMPATIBILITY IDEOGRAPH-F91D;Lo;0;L;6B04;;;;N;;;;; +F91E;CJK COMPATIBILITY IDEOGRAPH-F91E;Lo;0;L;721B;;;;N;;;;; +F91F;CJK COMPATIBILITY IDEOGRAPH-F91F;Lo;0;L;862D;;;;N;;;;; +F920;CJK COMPATIBILITY IDEOGRAPH-F920;Lo;0;L;9E1E;;;;N;;;;; +F921;CJK COMPATIBILITY IDEOGRAPH-F921;Lo;0;L;5D50;;;;N;;;;; +F922;CJK COMPATIBILITY IDEOGRAPH-F922;Lo;0;L;6FEB;;;;N;;;;; +F923;CJK COMPATIBILITY IDEOGRAPH-F923;Lo;0;L;85CD;;;;N;;;;; +F924;CJK COMPATIBILITY IDEOGRAPH-F924;Lo;0;L;8964;;;;N;;;;; +F925;CJK COMPATIBILITY IDEOGRAPH-F925;Lo;0;L;62C9;;;;N;;;;; +F926;CJK COMPATIBILITY IDEOGRAPH-F926;Lo;0;L;81D8;;;;N;;;;; +F927;CJK COMPATIBILITY IDEOGRAPH-F927;Lo;0;L;881F;;;;N;;;;; +F928;CJK COMPATIBILITY IDEOGRAPH-F928;Lo;0;L;5ECA;;;;N;;;;; +F929;CJK COMPATIBILITY IDEOGRAPH-F929;Lo;0;L;6717;;;;N;;;;; +F92A;CJK COMPATIBILITY IDEOGRAPH-F92A;Lo;0;L;6D6A;;;;N;;;;; +F92B;CJK COMPATIBILITY IDEOGRAPH-F92B;Lo;0;L;72FC;;;;N;;;;; +F92C;CJK COMPATIBILITY IDEOGRAPH-F92C;Lo;0;L;90CE;;;;N;;;;; +F92D;CJK COMPATIBILITY IDEOGRAPH-F92D;Lo;0;L;4F86;;;;N;;;;; +F92E;CJK COMPATIBILITY IDEOGRAPH-F92E;Lo;0;L;51B7;;;;N;;;;; +F92F;CJK COMPATIBILITY IDEOGRAPH-F92F;Lo;0;L;52DE;;;;N;;;;; +F930;CJK COMPATIBILITY IDEOGRAPH-F930;Lo;0;L;64C4;;;;N;;;;; +F931;CJK COMPATIBILITY IDEOGRAPH-F931;Lo;0;L;6AD3;;;;N;;;;; +F932;CJK COMPATIBILITY IDEOGRAPH-F932;Lo;0;L;7210;;;;N;;;;; +F933;CJK COMPATIBILITY IDEOGRAPH-F933;Lo;0;L;76E7;;;;N;;;;; +F934;CJK COMPATIBILITY IDEOGRAPH-F934;Lo;0;L;8001;;;;N;;;;; +F935;CJK COMPATIBILITY IDEOGRAPH-F935;Lo;0;L;8606;;;;N;;;;; +F936;CJK COMPATIBILITY IDEOGRAPH-F936;Lo;0;L;865C;;;;N;;;;; +F937;CJK COMPATIBILITY IDEOGRAPH-F937;Lo;0;L;8DEF;;;;N;;;;; +F938;CJK COMPATIBILITY IDEOGRAPH-F938;Lo;0;L;9732;;;;N;;;;; +F939;CJK COMPATIBILITY IDEOGRAPH-F939;Lo;0;L;9B6F;;;;N;;;;; +F93A;CJK COMPATIBILITY IDEOGRAPH-F93A;Lo;0;L;9DFA;;;;N;;;;; +F93B;CJK COMPATIBILITY IDEOGRAPH-F93B;Lo;0;L;788C;;;;N;;;;; +F93C;CJK COMPATIBILITY IDEOGRAPH-F93C;Lo;0;L;797F;;;;N;;;;; +F93D;CJK COMPATIBILITY IDEOGRAPH-F93D;Lo;0;L;7DA0;;;;N;;;;; +F93E;CJK COMPATIBILITY IDEOGRAPH-F93E;Lo;0;L;83C9;;;;N;;;;; +F93F;CJK COMPATIBILITY IDEOGRAPH-F93F;Lo;0;L;9304;;;;N;;;;; +F940;CJK COMPATIBILITY IDEOGRAPH-F940;Lo;0;L;9E7F;;;;N;;;;; +F941;CJK COMPATIBILITY IDEOGRAPH-F941;Lo;0;L;8AD6;;;;N;;;;; +F942;CJK COMPATIBILITY IDEOGRAPH-F942;Lo;0;L;58DF;;;;N;;;;; +F943;CJK COMPATIBILITY IDEOGRAPH-F943;Lo;0;L;5F04;;;;N;;;;; +F944;CJK COMPATIBILITY IDEOGRAPH-F944;Lo;0;L;7C60;;;;N;;;;; +F945;CJK COMPATIBILITY IDEOGRAPH-F945;Lo;0;L;807E;;;;N;;;;; +F946;CJK COMPATIBILITY IDEOGRAPH-F946;Lo;0;L;7262;;;;N;;;;; +F947;CJK COMPATIBILITY IDEOGRAPH-F947;Lo;0;L;78CA;;;;N;;;;; +F948;CJK COMPATIBILITY IDEOGRAPH-F948;Lo;0;L;8CC2;;;;N;;;;; +F949;CJK COMPATIBILITY IDEOGRAPH-F949;Lo;0;L;96F7;;;;N;;;;; +F94A;CJK COMPATIBILITY IDEOGRAPH-F94A;Lo;0;L;58D8;;;;N;;;;; +F94B;CJK COMPATIBILITY IDEOGRAPH-F94B;Lo;0;L;5C62;;;;N;;;;; +F94C;CJK COMPATIBILITY IDEOGRAPH-F94C;Lo;0;L;6A13;;;;N;;;;; +F94D;CJK COMPATIBILITY IDEOGRAPH-F94D;Lo;0;L;6DDA;;;;N;;;;; +F94E;CJK COMPATIBILITY IDEOGRAPH-F94E;Lo;0;L;6F0F;;;;N;;;;; +F94F;CJK COMPATIBILITY IDEOGRAPH-F94F;Lo;0;L;7D2F;;;;N;;;;; +F950;CJK COMPATIBILITY IDEOGRAPH-F950;Lo;0;L;7E37;;;;N;;;;; +F951;CJK COMPATIBILITY IDEOGRAPH-F951;Lo;0;L;964B;;;;N;;;;; +F952;CJK COMPATIBILITY IDEOGRAPH-F952;Lo;0;L;52D2;;;;N;;;;; +F953;CJK COMPATIBILITY IDEOGRAPH-F953;Lo;0;L;808B;;;;N;;;;; +F954;CJK COMPATIBILITY IDEOGRAPH-F954;Lo;0;L;51DC;;;;N;;;;; +F955;CJK COMPATIBILITY IDEOGRAPH-F955;Lo;0;L;51CC;;;;N;;;;; +F956;CJK COMPATIBILITY IDEOGRAPH-F956;Lo;0;L;7A1C;;;;N;;;;; +F957;CJK COMPATIBILITY IDEOGRAPH-F957;Lo;0;L;7DBE;;;;N;;;;; +F958;CJK COMPATIBILITY IDEOGRAPH-F958;Lo;0;L;83F1;;;;N;;;;; +F959;CJK COMPATIBILITY IDEOGRAPH-F959;Lo;0;L;9675;;;;N;;;;; +F95A;CJK COMPATIBILITY IDEOGRAPH-F95A;Lo;0;L;8B80;;;;N;;;;; +F95B;CJK COMPATIBILITY IDEOGRAPH-F95B;Lo;0;L;62CF;;;;N;;;;; +F95C;CJK COMPATIBILITY IDEOGRAPH-F95C;Lo;0;L;6A02;;;;N;;;;; +F95D;CJK COMPATIBILITY IDEOGRAPH-F95D;Lo;0;L;8AFE;;;;N;;;;; +F95E;CJK COMPATIBILITY IDEOGRAPH-F95E;Lo;0;L;4E39;;;;N;;;;; +F95F;CJK COMPATIBILITY IDEOGRAPH-F95F;Lo;0;L;5BE7;;;;N;;;;; +F960;CJK COMPATIBILITY IDEOGRAPH-F960;Lo;0;L;6012;;;;N;;;;; +F961;CJK COMPATIBILITY IDEOGRAPH-F961;Lo;0;L;7387;;;;N;;;;; +F962;CJK COMPATIBILITY IDEOGRAPH-F962;Lo;0;L;7570;;;;N;;;;; +F963;CJK COMPATIBILITY IDEOGRAPH-F963;Lo;0;L;5317;;;;N;;;;; +F964;CJK COMPATIBILITY IDEOGRAPH-F964;Lo;0;L;78FB;;;;N;;;;; +F965;CJK COMPATIBILITY IDEOGRAPH-F965;Lo;0;L;4FBF;;;;N;;;;; +F966;CJK COMPATIBILITY IDEOGRAPH-F966;Lo;0;L;5FA9;;;;N;;;;; +F967;CJK COMPATIBILITY IDEOGRAPH-F967;Lo;0;L;4E0D;;;;N;;;;; +F968;CJK COMPATIBILITY IDEOGRAPH-F968;Lo;0;L;6CCC;;;;N;;;;; +F969;CJK COMPATIBILITY IDEOGRAPH-F969;Lo;0;L;6578;;;;N;;;;; +F96A;CJK COMPATIBILITY IDEOGRAPH-F96A;Lo;0;L;7D22;;;;N;;;;; +F96B;CJK COMPATIBILITY IDEOGRAPH-F96B;Lo;0;L;53C3;;;3;N;;;;; +F96C;CJK COMPATIBILITY IDEOGRAPH-F96C;Lo;0;L;585E;;;;N;;;;; +F96D;CJK COMPATIBILITY IDEOGRAPH-F96D;Lo;0;L;7701;;;;N;;;;; +F96E;CJK COMPATIBILITY IDEOGRAPH-F96E;Lo;0;L;8449;;;;N;;;;; +F96F;CJK COMPATIBILITY IDEOGRAPH-F96F;Lo;0;L;8AAA;;;;N;;;;; +F970;CJK COMPATIBILITY IDEOGRAPH-F970;Lo;0;L;6BBA;;;;N;;;;; +F971;CJK COMPATIBILITY IDEOGRAPH-F971;Lo;0;L;8FB0;;;;N;;;;; +F972;CJK COMPATIBILITY IDEOGRAPH-F972;Lo;0;L;6C88;;;;N;;;;; +F973;CJK COMPATIBILITY IDEOGRAPH-F973;Lo;0;L;62FE;;;10;N;;;;; +F974;CJK COMPATIBILITY IDEOGRAPH-F974;Lo;0;L;82E5;;;;N;;;;; +F975;CJK COMPATIBILITY IDEOGRAPH-F975;Lo;0;L;63A0;;;;N;;;;; +F976;CJK COMPATIBILITY IDEOGRAPH-F976;Lo;0;L;7565;;;;N;;;;; +F977;CJK COMPATIBILITY IDEOGRAPH-F977;Lo;0;L;4EAE;;;;N;;;;; +F978;CJK COMPATIBILITY IDEOGRAPH-F978;Lo;0;L;5169;;;2;N;;;;; +F979;CJK COMPATIBILITY IDEOGRAPH-F979;Lo;0;L;51C9;;;;N;;;;; +F97A;CJK COMPATIBILITY IDEOGRAPH-F97A;Lo;0;L;6881;;;;N;;;;; +F97B;CJK COMPATIBILITY IDEOGRAPH-F97B;Lo;0;L;7CE7;;;;N;;;;; +F97C;CJK COMPATIBILITY IDEOGRAPH-F97C;Lo;0;L;826F;;;;N;;;;; +F97D;CJK COMPATIBILITY IDEOGRAPH-F97D;Lo;0;L;8AD2;;;;N;;;;; +F97E;CJK COMPATIBILITY IDEOGRAPH-F97E;Lo;0;L;91CF;;;;N;;;;; +F97F;CJK COMPATIBILITY IDEOGRAPH-F97F;Lo;0;L;52F5;;;;N;;;;; +F980;CJK COMPATIBILITY IDEOGRAPH-F980;Lo;0;L;5442;;;;N;;;;; +F981;CJK COMPATIBILITY IDEOGRAPH-F981;Lo;0;L;5973;;;;N;;;;; +F982;CJK COMPATIBILITY IDEOGRAPH-F982;Lo;0;L;5EEC;;;;N;;;;; +F983;CJK COMPATIBILITY IDEOGRAPH-F983;Lo;0;L;65C5;;;;N;;;;; +F984;CJK COMPATIBILITY IDEOGRAPH-F984;Lo;0;L;6FFE;;;;N;;;;; +F985;CJK COMPATIBILITY IDEOGRAPH-F985;Lo;0;L;792A;;;;N;;;;; +F986;CJK COMPATIBILITY IDEOGRAPH-F986;Lo;0;L;95AD;;;;N;;;;; +F987;CJK COMPATIBILITY IDEOGRAPH-F987;Lo;0;L;9A6A;;;;N;;;;; +F988;CJK COMPATIBILITY IDEOGRAPH-F988;Lo;0;L;9E97;;;;N;;;;; +F989;CJK COMPATIBILITY IDEOGRAPH-F989;Lo;0;L;9ECE;;;;N;;;;; +F98A;CJK COMPATIBILITY IDEOGRAPH-F98A;Lo;0;L;529B;;;;N;;;;; +F98B;CJK COMPATIBILITY IDEOGRAPH-F98B;Lo;0;L;66C6;;;;N;;;;; +F98C;CJK COMPATIBILITY IDEOGRAPH-F98C;Lo;0;L;6B77;;;;N;;;;; +F98D;CJK COMPATIBILITY IDEOGRAPH-F98D;Lo;0;L;8F62;;;;N;;;;; +F98E;CJK COMPATIBILITY IDEOGRAPH-F98E;Lo;0;L;5E74;;;;N;;;;; +F98F;CJK COMPATIBILITY IDEOGRAPH-F98F;Lo;0;L;6190;;;;N;;;;; +F990;CJK COMPATIBILITY IDEOGRAPH-F990;Lo;0;L;6200;;;;N;;;;; +F991;CJK COMPATIBILITY IDEOGRAPH-F991;Lo;0;L;649A;;;;N;;;;; +F992;CJK COMPATIBILITY IDEOGRAPH-F992;Lo;0;L;6F23;;;;N;;;;; +F993;CJK COMPATIBILITY IDEOGRAPH-F993;Lo;0;L;7149;;;;N;;;;; +F994;CJK COMPATIBILITY IDEOGRAPH-F994;Lo;0;L;7489;;;;N;;;;; +F995;CJK COMPATIBILITY IDEOGRAPH-F995;Lo;0;L;79CA;;;;N;;;;; +F996;CJK COMPATIBILITY IDEOGRAPH-F996;Lo;0;L;7DF4;;;;N;;;;; +F997;CJK COMPATIBILITY IDEOGRAPH-F997;Lo;0;L;806F;;;;N;;;;; +F998;CJK COMPATIBILITY IDEOGRAPH-F998;Lo;0;L;8F26;;;;N;;;;; +F999;CJK COMPATIBILITY IDEOGRAPH-F999;Lo;0;L;84EE;;;;N;;;;; +F99A;CJK COMPATIBILITY IDEOGRAPH-F99A;Lo;0;L;9023;;;;N;;;;; +F99B;CJK COMPATIBILITY IDEOGRAPH-F99B;Lo;0;L;934A;;;;N;;;;; +F99C;CJK COMPATIBILITY IDEOGRAPH-F99C;Lo;0;L;5217;;;;N;;;;; +F99D;CJK COMPATIBILITY IDEOGRAPH-F99D;Lo;0;L;52A3;;;;N;;;;; +F99E;CJK COMPATIBILITY IDEOGRAPH-F99E;Lo;0;L;54BD;;;;N;;;;; +F99F;CJK COMPATIBILITY IDEOGRAPH-F99F;Lo;0;L;70C8;;;;N;;;;; +F9A0;CJK COMPATIBILITY IDEOGRAPH-F9A0;Lo;0;L;88C2;;;;N;;;;; +F9A1;CJK COMPATIBILITY IDEOGRAPH-F9A1;Lo;0;L;8AAA;;;;N;;;;; +F9A2;CJK COMPATIBILITY IDEOGRAPH-F9A2;Lo;0;L;5EC9;;;;N;;;;; +F9A3;CJK COMPATIBILITY IDEOGRAPH-F9A3;Lo;0;L;5FF5;;;;N;;;;; +F9A4;CJK COMPATIBILITY IDEOGRAPH-F9A4;Lo;0;L;637B;;;;N;;;;; +F9A5;CJK COMPATIBILITY IDEOGRAPH-F9A5;Lo;0;L;6BAE;;;;N;;;;; +F9A6;CJK COMPATIBILITY IDEOGRAPH-F9A6;Lo;0;L;7C3E;;;;N;;;;; +F9A7;CJK COMPATIBILITY IDEOGRAPH-F9A7;Lo;0;L;7375;;;;N;;;;; +F9A8;CJK COMPATIBILITY IDEOGRAPH-F9A8;Lo;0;L;4EE4;;;;N;;;;; +F9A9;CJK COMPATIBILITY IDEOGRAPH-F9A9;Lo;0;L;56F9;;;;N;;;;; +F9AA;CJK COMPATIBILITY IDEOGRAPH-F9AA;Lo;0;L;5BE7;;;;N;;;;; +F9AB;CJK COMPATIBILITY IDEOGRAPH-F9AB;Lo;0;L;5DBA;;;;N;;;;; +F9AC;CJK COMPATIBILITY IDEOGRAPH-F9AC;Lo;0;L;601C;;;;N;;;;; +F9AD;CJK COMPATIBILITY IDEOGRAPH-F9AD;Lo;0;L;73B2;;;;N;;;;; +F9AE;CJK COMPATIBILITY IDEOGRAPH-F9AE;Lo;0;L;7469;;;;N;;;;; +F9AF;CJK COMPATIBILITY IDEOGRAPH-F9AF;Lo;0;L;7F9A;;;;N;;;;; +F9B0;CJK COMPATIBILITY IDEOGRAPH-F9B0;Lo;0;L;8046;;;;N;;;;; +F9B1;CJK COMPATIBILITY IDEOGRAPH-F9B1;Lo;0;L;9234;;;;N;;;;; +F9B2;CJK COMPATIBILITY IDEOGRAPH-F9B2;Lo;0;L;96F6;;;0;N;;;;; +F9B3;CJK COMPATIBILITY IDEOGRAPH-F9B3;Lo;0;L;9748;;;;N;;;;; +F9B4;CJK COMPATIBILITY IDEOGRAPH-F9B4;Lo;0;L;9818;;;;N;;;;; +F9B5;CJK COMPATIBILITY IDEOGRAPH-F9B5;Lo;0;L;4F8B;;;;N;;;;; +F9B6;CJK COMPATIBILITY IDEOGRAPH-F9B6;Lo;0;L;79AE;;;;N;;;;; +F9B7;CJK COMPATIBILITY IDEOGRAPH-F9B7;Lo;0;L;91B4;;;;N;;;;; +F9B8;CJK COMPATIBILITY IDEOGRAPH-F9B8;Lo;0;L;96B8;;;;N;;;;; +F9B9;CJK COMPATIBILITY IDEOGRAPH-F9B9;Lo;0;L;60E1;;;;N;;;;; +F9BA;CJK COMPATIBILITY IDEOGRAPH-F9BA;Lo;0;L;4E86;;;;N;;;;; +F9BB;CJK COMPATIBILITY IDEOGRAPH-F9BB;Lo;0;L;50DA;;;;N;;;;; +F9BC;CJK COMPATIBILITY IDEOGRAPH-F9BC;Lo;0;L;5BEE;;;;N;;;;; +F9BD;CJK COMPATIBILITY IDEOGRAPH-F9BD;Lo;0;L;5C3F;;;;N;;;;; +F9BE;CJK COMPATIBILITY IDEOGRAPH-F9BE;Lo;0;L;6599;;;;N;;;;; +F9BF;CJK COMPATIBILITY IDEOGRAPH-F9BF;Lo;0;L;6A02;;;;N;;;;; +F9C0;CJK COMPATIBILITY IDEOGRAPH-F9C0;Lo;0;L;71CE;;;;N;;;;; +F9C1;CJK COMPATIBILITY IDEOGRAPH-F9C1;Lo;0;L;7642;;;;N;;;;; +F9C2;CJK COMPATIBILITY IDEOGRAPH-F9C2;Lo;0;L;84FC;;;;N;;;;; +F9C3;CJK COMPATIBILITY IDEOGRAPH-F9C3;Lo;0;L;907C;;;;N;;;;; +F9C4;CJK COMPATIBILITY IDEOGRAPH-F9C4;Lo;0;L;9F8D;;;;N;;;;; +F9C5;CJK COMPATIBILITY IDEOGRAPH-F9C5;Lo;0;L;6688;;;;N;;;;; +F9C6;CJK COMPATIBILITY IDEOGRAPH-F9C6;Lo;0;L;962E;;;;N;;;;; +F9C7;CJK COMPATIBILITY IDEOGRAPH-F9C7;Lo;0;L;5289;;;;N;;;;; +F9C8;CJK COMPATIBILITY IDEOGRAPH-F9C8;Lo;0;L;677B;;;;N;;;;; +F9C9;CJK COMPATIBILITY IDEOGRAPH-F9C9;Lo;0;L;67F3;;;;N;;;;; +F9CA;CJK COMPATIBILITY IDEOGRAPH-F9CA;Lo;0;L;6D41;;;;N;;;;; +F9CB;CJK COMPATIBILITY IDEOGRAPH-F9CB;Lo;0;L;6E9C;;;;N;;;;; +F9CC;CJK COMPATIBILITY IDEOGRAPH-F9CC;Lo;0;L;7409;;;;N;;;;; +F9CD;CJK COMPATIBILITY IDEOGRAPH-F9CD;Lo;0;L;7559;;;;N;;;;; +F9CE;CJK COMPATIBILITY IDEOGRAPH-F9CE;Lo;0;L;786B;;;;N;;;;; +F9CF;CJK COMPATIBILITY IDEOGRAPH-F9CF;Lo;0;L;7D10;;;;N;;;;; +F9D0;CJK COMPATIBILITY IDEOGRAPH-F9D0;Lo;0;L;985E;;;;N;;;;; +F9D1;CJK COMPATIBILITY IDEOGRAPH-F9D1;Lo;0;L;516D;;;6;N;;;;; +F9D2;CJK COMPATIBILITY IDEOGRAPH-F9D2;Lo;0;L;622E;;;;N;;;;; +F9D3;CJK COMPATIBILITY IDEOGRAPH-F9D3;Lo;0;L;9678;;;6;N;;;;; +F9D4;CJK COMPATIBILITY IDEOGRAPH-F9D4;Lo;0;L;502B;;;;N;;;;; +F9D5;CJK COMPATIBILITY IDEOGRAPH-F9D5;Lo;0;L;5D19;;;;N;;;;; +F9D6;CJK COMPATIBILITY IDEOGRAPH-F9D6;Lo;0;L;6DEA;;;;N;;;;; +F9D7;CJK COMPATIBILITY IDEOGRAPH-F9D7;Lo;0;L;8F2A;;;;N;;;;; +F9D8;CJK COMPATIBILITY IDEOGRAPH-F9D8;Lo;0;L;5F8B;;;;N;;;;; +F9D9;CJK COMPATIBILITY IDEOGRAPH-F9D9;Lo;0;L;6144;;;;N;;;;; +F9DA;CJK COMPATIBILITY IDEOGRAPH-F9DA;Lo;0;L;6817;;;;N;;;;; +F9DB;CJK COMPATIBILITY IDEOGRAPH-F9DB;Lo;0;L;7387;;;;N;;;;; +F9DC;CJK COMPATIBILITY IDEOGRAPH-F9DC;Lo;0;L;9686;;;;N;;;;; +F9DD;CJK COMPATIBILITY IDEOGRAPH-F9DD;Lo;0;L;5229;;;;N;;;;; +F9DE;CJK COMPATIBILITY IDEOGRAPH-F9DE;Lo;0;L;540F;;;;N;;;;; +F9DF;CJK COMPATIBILITY IDEOGRAPH-F9DF;Lo;0;L;5C65;;;;N;;;;; +F9E0;CJK COMPATIBILITY IDEOGRAPH-F9E0;Lo;0;L;6613;;;;N;;;;; +F9E1;CJK COMPATIBILITY IDEOGRAPH-F9E1;Lo;0;L;674E;;;;N;;;;; +F9E2;CJK COMPATIBILITY IDEOGRAPH-F9E2;Lo;0;L;68A8;;;;N;;;;; +F9E3;CJK COMPATIBILITY IDEOGRAPH-F9E3;Lo;0;L;6CE5;;;;N;;;;; +F9E4;CJK COMPATIBILITY IDEOGRAPH-F9E4;Lo;0;L;7406;;;;N;;;;; +F9E5;CJK COMPATIBILITY IDEOGRAPH-F9E5;Lo;0;L;75E2;;;;N;;;;; +F9E6;CJK COMPATIBILITY IDEOGRAPH-F9E6;Lo;0;L;7F79;;;;N;;;;; +F9E7;CJK COMPATIBILITY IDEOGRAPH-F9E7;Lo;0;L;88CF;;;;N;;;;; +F9E8;CJK COMPATIBILITY IDEOGRAPH-F9E8;Lo;0;L;88E1;;;;N;;;;; +F9E9;CJK COMPATIBILITY IDEOGRAPH-F9E9;Lo;0;L;91CC;;;;N;;;;; +F9EA;CJK COMPATIBILITY IDEOGRAPH-F9EA;Lo;0;L;96E2;;;;N;;;;; +F9EB;CJK COMPATIBILITY IDEOGRAPH-F9EB;Lo;0;L;533F;;;;N;;;;; +F9EC;CJK COMPATIBILITY IDEOGRAPH-F9EC;Lo;0;L;6EBA;;;;N;;;;; +F9ED;CJK COMPATIBILITY IDEOGRAPH-F9ED;Lo;0;L;541D;;;;N;;;;; +F9EE;CJK COMPATIBILITY IDEOGRAPH-F9EE;Lo;0;L;71D0;;;;N;;;;; +F9EF;CJK COMPATIBILITY IDEOGRAPH-F9EF;Lo;0;L;7498;;;;N;;;;; +F9F0;CJK COMPATIBILITY IDEOGRAPH-F9F0;Lo;0;L;85FA;;;;N;;;;; +F9F1;CJK COMPATIBILITY IDEOGRAPH-F9F1;Lo;0;L;96A3;;;;N;;;;; +F9F2;CJK COMPATIBILITY IDEOGRAPH-F9F2;Lo;0;L;9C57;;;;N;;;;; +F9F3;CJK COMPATIBILITY IDEOGRAPH-F9F3;Lo;0;L;9E9F;;;;N;;;;; +F9F4;CJK COMPATIBILITY IDEOGRAPH-F9F4;Lo;0;L;6797;;;;N;;;;; +F9F5;CJK COMPATIBILITY IDEOGRAPH-F9F5;Lo;0;L;6DCB;;;;N;;;;; +F9F6;CJK COMPATIBILITY IDEOGRAPH-F9F6;Lo;0;L;81E8;;;;N;;;;; +F9F7;CJK COMPATIBILITY IDEOGRAPH-F9F7;Lo;0;L;7ACB;;;;N;;;;; +F9F8;CJK COMPATIBILITY IDEOGRAPH-F9F8;Lo;0;L;7B20;;;;N;;;;; +F9F9;CJK COMPATIBILITY IDEOGRAPH-F9F9;Lo;0;L;7C92;;;;N;;;;; +F9FA;CJK COMPATIBILITY IDEOGRAPH-F9FA;Lo;0;L;72C0;;;;N;;;;; +F9FB;CJK COMPATIBILITY IDEOGRAPH-F9FB;Lo;0;L;7099;;;;N;;;;; +F9FC;CJK COMPATIBILITY IDEOGRAPH-F9FC;Lo;0;L;8B58;;;;N;;;;; +F9FD;CJK COMPATIBILITY IDEOGRAPH-F9FD;Lo;0;L;4EC0;;;10;N;;;;; +F9FE;CJK COMPATIBILITY IDEOGRAPH-F9FE;Lo;0;L;8336;;;;N;;;;; +F9FF;CJK COMPATIBILITY IDEOGRAPH-F9FF;Lo;0;L;523A;;;;N;;;;; +FA00;CJK COMPATIBILITY IDEOGRAPH-FA00;Lo;0;L;5207;;;;N;;;;; +FA01;CJK COMPATIBILITY IDEOGRAPH-FA01;Lo;0;L;5EA6;;;;N;;;;; +FA02;CJK COMPATIBILITY IDEOGRAPH-FA02;Lo;0;L;62D3;;;;N;;;;; +FA03;CJK COMPATIBILITY IDEOGRAPH-FA03;Lo;0;L;7CD6;;;;N;;;;; +FA04;CJK COMPATIBILITY IDEOGRAPH-FA04;Lo;0;L;5B85;;;;N;;;;; +FA05;CJK COMPATIBILITY IDEOGRAPH-FA05;Lo;0;L;6D1E;;;;N;;;;; +FA06;CJK COMPATIBILITY IDEOGRAPH-FA06;Lo;0;L;66B4;;;;N;;;;; +FA07;CJK COMPATIBILITY IDEOGRAPH-FA07;Lo;0;L;8F3B;;;;N;;;;; +FA08;CJK COMPATIBILITY IDEOGRAPH-FA08;Lo;0;L;884C;;;;N;;;;; +FA09;CJK COMPATIBILITY IDEOGRAPH-FA09;Lo;0;L;964D;;;;N;;;;; +FA0A;CJK COMPATIBILITY IDEOGRAPH-FA0A;Lo;0;L;898B;;;;N;;;;; +FA0B;CJK COMPATIBILITY IDEOGRAPH-FA0B;Lo;0;L;5ED3;;;;N;;;;; +FA0C;CJK COMPATIBILITY IDEOGRAPH-FA0C;Lo;0;L;5140;;;;N;;;;; +FA0D;CJK COMPATIBILITY IDEOGRAPH-FA0D;Lo;0;L;55C0;;;;N;;;;; +FA0E;CJK COMPATIBILITY IDEOGRAPH-FA0E;Lo;0;L;;;;;N;;;;; +FA0F;CJK COMPATIBILITY IDEOGRAPH-FA0F;Lo;0;L;;;;;N;;;;; +FA10;CJK COMPATIBILITY IDEOGRAPH-FA10;Lo;0;L;585A;;;;N;;;;; +FA11;CJK COMPATIBILITY IDEOGRAPH-FA11;Lo;0;L;;;;;N;;;;; +FA12;CJK COMPATIBILITY IDEOGRAPH-FA12;Lo;0;L;6674;;;;N;;;;; +FA13;CJK COMPATIBILITY IDEOGRAPH-FA13;Lo;0;L;;;;;N;;;;; +FA14;CJK COMPATIBILITY IDEOGRAPH-FA14;Lo;0;L;;;;;N;;;;; +FA15;CJK COMPATIBILITY IDEOGRAPH-FA15;Lo;0;L;51DE;;;;N;;;;; +FA16;CJK COMPATIBILITY IDEOGRAPH-FA16;Lo;0;L;732A;;;;N;;;;; +FA17;CJK COMPATIBILITY IDEOGRAPH-FA17;Lo;0;L;76CA;;;;N;;;;; +FA18;CJK COMPATIBILITY IDEOGRAPH-FA18;Lo;0;L;793C;;;;N;;;;; +FA19;CJK COMPATIBILITY IDEOGRAPH-FA19;Lo;0;L;795E;;;;N;;;;; +FA1A;CJK COMPATIBILITY IDEOGRAPH-FA1A;Lo;0;L;7965;;;;N;;;;; +FA1B;CJK COMPATIBILITY IDEOGRAPH-FA1B;Lo;0;L;798F;;;;N;;;;; +FA1C;CJK COMPATIBILITY IDEOGRAPH-FA1C;Lo;0;L;9756;;;;N;;;;; +FA1D;CJK COMPATIBILITY IDEOGRAPH-FA1D;Lo;0;L;7CBE;;;;N;;;;; +FA1E;CJK COMPATIBILITY IDEOGRAPH-FA1E;Lo;0;L;7FBD;;;;N;;;;; +FA1F;CJK COMPATIBILITY IDEOGRAPH-FA1F;Lo;0;L;;;;;N;;;;; +FA20;CJK COMPATIBILITY IDEOGRAPH-FA20;Lo;0;L;8612;;;;N;;;;; +FA21;CJK COMPATIBILITY IDEOGRAPH-FA21;Lo;0;L;;;;;N;;;;; +FA22;CJK COMPATIBILITY IDEOGRAPH-FA22;Lo;0;L;8AF8;;;;N;;;;; +FA23;CJK COMPATIBILITY IDEOGRAPH-FA23;Lo;0;L;;;;;N;;;;; +FA24;CJK COMPATIBILITY IDEOGRAPH-FA24;Lo;0;L;;;;;N;;;;; +FA25;CJK COMPATIBILITY IDEOGRAPH-FA25;Lo;0;L;9038;;;;N;;;;; +FA26;CJK COMPATIBILITY IDEOGRAPH-FA26;Lo;0;L;90FD;;;;N;;;;; +FA27;CJK COMPATIBILITY IDEOGRAPH-FA27;Lo;0;L;;;;;N;;;;; +FA28;CJK COMPATIBILITY IDEOGRAPH-FA28;Lo;0;L;;;;;N;;;;; +FA29;CJK COMPATIBILITY IDEOGRAPH-FA29;Lo;0;L;;;;;N;;;;; +FA2A;CJK COMPATIBILITY IDEOGRAPH-FA2A;Lo;0;L;98EF;;;;N;;;;; +FA2B;CJK COMPATIBILITY IDEOGRAPH-FA2B;Lo;0;L;98FC;;;;N;;;;; +FA2C;CJK COMPATIBILITY IDEOGRAPH-FA2C;Lo;0;L;9928;;;;N;;;;; +FA2D;CJK COMPATIBILITY IDEOGRAPH-FA2D;Lo;0;L;9DB4;;;;N;;;;; +FA30;CJK COMPATIBILITY IDEOGRAPH-FA30;Lo;0;L;4FAE;;;;N;;;;; +FA31;CJK COMPATIBILITY IDEOGRAPH-FA31;Lo;0;L;50E7;;;;N;;;;; +FA32;CJK COMPATIBILITY IDEOGRAPH-FA32;Lo;0;L;514D;;;;N;;;;; +FA33;CJK COMPATIBILITY IDEOGRAPH-FA33;Lo;0;L;52C9;;;;N;;;;; +FA34;CJK COMPATIBILITY IDEOGRAPH-FA34;Lo;0;L;52E4;;;;N;;;;; +FA35;CJK COMPATIBILITY IDEOGRAPH-FA35;Lo;0;L;5351;;;;N;;;;; +FA36;CJK COMPATIBILITY IDEOGRAPH-FA36;Lo;0;L;559D;;;;N;;;;; +FA37;CJK COMPATIBILITY IDEOGRAPH-FA37;Lo;0;L;5606;;;;N;;;;; +FA38;CJK COMPATIBILITY IDEOGRAPH-FA38;Lo;0;L;5668;;;;N;;;;; +FA39;CJK COMPATIBILITY IDEOGRAPH-FA39;Lo;0;L;5840;;;;N;;;;; +FA3A;CJK COMPATIBILITY IDEOGRAPH-FA3A;Lo;0;L;58A8;;;;N;;;;; +FA3B;CJK COMPATIBILITY IDEOGRAPH-FA3B;Lo;0;L;5C64;;;;N;;;;; +FA3C;CJK COMPATIBILITY IDEOGRAPH-FA3C;Lo;0;L;5C6E;;;;N;;;;; +FA3D;CJK COMPATIBILITY IDEOGRAPH-FA3D;Lo;0;L;6094;;;;N;;;;; +FA3E;CJK COMPATIBILITY IDEOGRAPH-FA3E;Lo;0;L;6168;;;;N;;;;; +FA3F;CJK COMPATIBILITY IDEOGRAPH-FA3F;Lo;0;L;618E;;;;N;;;;; +FA40;CJK COMPATIBILITY IDEOGRAPH-FA40;Lo;0;L;61F2;;;;N;;;;; +FA41;CJK COMPATIBILITY IDEOGRAPH-FA41;Lo;0;L;654F;;;;N;;;;; +FA42;CJK COMPATIBILITY IDEOGRAPH-FA42;Lo;0;L;65E2;;;;N;;;;; +FA43;CJK COMPATIBILITY IDEOGRAPH-FA43;Lo;0;L;6691;;;;N;;;;; +FA44;CJK COMPATIBILITY IDEOGRAPH-FA44;Lo;0;L;6885;;;;N;;;;; +FA45;CJK COMPATIBILITY IDEOGRAPH-FA45;Lo;0;L;6D77;;;;N;;;;; +FA46;CJK COMPATIBILITY IDEOGRAPH-FA46;Lo;0;L;6E1A;;;;N;;;;; +FA47;CJK COMPATIBILITY IDEOGRAPH-FA47;Lo;0;L;6F22;;;;N;;;;; +FA48;CJK COMPATIBILITY IDEOGRAPH-FA48;Lo;0;L;716E;;;;N;;;;; +FA49;CJK COMPATIBILITY IDEOGRAPH-FA49;Lo;0;L;722B;;;;N;;;;; +FA4A;CJK COMPATIBILITY IDEOGRAPH-FA4A;Lo;0;L;7422;;;;N;;;;; +FA4B;CJK COMPATIBILITY IDEOGRAPH-FA4B;Lo;0;L;7891;;;;N;;;;; +FA4C;CJK COMPATIBILITY IDEOGRAPH-FA4C;Lo;0;L;793E;;;;N;;;;; +FA4D;CJK COMPATIBILITY IDEOGRAPH-FA4D;Lo;0;L;7949;;;;N;;;;; +FA4E;CJK COMPATIBILITY IDEOGRAPH-FA4E;Lo;0;L;7948;;;;N;;;;; +FA4F;CJK COMPATIBILITY IDEOGRAPH-FA4F;Lo;0;L;7950;;;;N;;;;; +FA50;CJK COMPATIBILITY IDEOGRAPH-FA50;Lo;0;L;7956;;;;N;;;;; +FA51;CJK COMPATIBILITY IDEOGRAPH-FA51;Lo;0;L;795D;;;;N;;;;; +FA52;CJK COMPATIBILITY IDEOGRAPH-FA52;Lo;0;L;798D;;;;N;;;;; +FA53;CJK COMPATIBILITY IDEOGRAPH-FA53;Lo;0;L;798E;;;;N;;;;; +FA54;CJK COMPATIBILITY IDEOGRAPH-FA54;Lo;0;L;7A40;;;;N;;;;; +FA55;CJK COMPATIBILITY IDEOGRAPH-FA55;Lo;0;L;7A81;;;;N;;;;; +FA56;CJK COMPATIBILITY IDEOGRAPH-FA56;Lo;0;L;7BC0;;;;N;;;;; +FA57;CJK COMPATIBILITY IDEOGRAPH-FA57;Lo;0;L;7DF4;;;;N;;;;; +FA58;CJK COMPATIBILITY IDEOGRAPH-FA58;Lo;0;L;7E09;;;;N;;;;; +FA59;CJK COMPATIBILITY IDEOGRAPH-FA59;Lo;0;L;7E41;;;;N;;;;; +FA5A;CJK COMPATIBILITY IDEOGRAPH-FA5A;Lo;0;L;7F72;;;;N;;;;; +FA5B;CJK COMPATIBILITY IDEOGRAPH-FA5B;Lo;0;L;8005;;;;N;;;;; +FA5C;CJK COMPATIBILITY IDEOGRAPH-FA5C;Lo;0;L;81ED;;;;N;;;;; +FA5D;CJK COMPATIBILITY IDEOGRAPH-FA5D;Lo;0;L;8279;;;;N;;;;; +FA5E;CJK COMPATIBILITY IDEOGRAPH-FA5E;Lo;0;L;8279;;;;N;;;;; +FA5F;CJK COMPATIBILITY IDEOGRAPH-FA5F;Lo;0;L;8457;;;;N;;;;; +FA60;CJK COMPATIBILITY IDEOGRAPH-FA60;Lo;0;L;8910;;;;N;;;;; +FA61;CJK COMPATIBILITY IDEOGRAPH-FA61;Lo;0;L;8996;;;;N;;;;; +FA62;CJK COMPATIBILITY IDEOGRAPH-FA62;Lo;0;L;8B01;;;;N;;;;; +FA63;CJK COMPATIBILITY IDEOGRAPH-FA63;Lo;0;L;8B39;;;;N;;;;; +FA64;CJK COMPATIBILITY IDEOGRAPH-FA64;Lo;0;L;8CD3;;;;N;;;;; +FA65;CJK COMPATIBILITY IDEOGRAPH-FA65;Lo;0;L;8D08;;;;N;;;;; +FA66;CJK COMPATIBILITY IDEOGRAPH-FA66;Lo;0;L;8FB6;;;;N;;;;; +FA67;CJK COMPATIBILITY IDEOGRAPH-FA67;Lo;0;L;9038;;;;N;;;;; +FA68;CJK COMPATIBILITY IDEOGRAPH-FA68;Lo;0;L;96E3;;;;N;;;;; +FA69;CJK COMPATIBILITY IDEOGRAPH-FA69;Lo;0;L;97FF;;;;N;;;;; +FA6A;CJK COMPATIBILITY IDEOGRAPH-FA6A;Lo;0;L;983B;;;;N;;;;; +FA6B;CJK COMPATIBILITY IDEOGRAPH-FA6B;Lo;0;L;6075;;;;N;;;;; +FA6C;CJK COMPATIBILITY IDEOGRAPH-FA6C;Lo;0;L;242EE;;;;N;;;;; +FA6D;CJK COMPATIBILITY IDEOGRAPH-FA6D;Lo;0;L;8218;;;;N;;;;; +FA70;CJK COMPATIBILITY IDEOGRAPH-FA70;Lo;0;L;4E26;;;;N;;;;; +FA71;CJK COMPATIBILITY IDEOGRAPH-FA71;Lo;0;L;51B5;;;;N;;;;; +FA72;CJK COMPATIBILITY IDEOGRAPH-FA72;Lo;0;L;5168;;;;N;;;;; +FA73;CJK COMPATIBILITY IDEOGRAPH-FA73;Lo;0;L;4F80;;;;N;;;;; +FA74;CJK COMPATIBILITY IDEOGRAPH-FA74;Lo;0;L;5145;;;;N;;;;; +FA75;CJK COMPATIBILITY IDEOGRAPH-FA75;Lo;0;L;5180;;;;N;;;;; +FA76;CJK COMPATIBILITY IDEOGRAPH-FA76;Lo;0;L;52C7;;;;N;;;;; +FA77;CJK COMPATIBILITY IDEOGRAPH-FA77;Lo;0;L;52FA;;;;N;;;;; +FA78;CJK COMPATIBILITY IDEOGRAPH-FA78;Lo;0;L;559D;;;;N;;;;; +FA79;CJK COMPATIBILITY IDEOGRAPH-FA79;Lo;0;L;5555;;;;N;;;;; +FA7A;CJK COMPATIBILITY IDEOGRAPH-FA7A;Lo;0;L;5599;;;;N;;;;; +FA7B;CJK COMPATIBILITY IDEOGRAPH-FA7B;Lo;0;L;55E2;;;;N;;;;; +FA7C;CJK COMPATIBILITY IDEOGRAPH-FA7C;Lo;0;L;585A;;;;N;;;;; +FA7D;CJK COMPATIBILITY IDEOGRAPH-FA7D;Lo;0;L;58B3;;;;N;;;;; +FA7E;CJK COMPATIBILITY IDEOGRAPH-FA7E;Lo;0;L;5944;;;;N;;;;; +FA7F;CJK COMPATIBILITY IDEOGRAPH-FA7F;Lo;0;L;5954;;;;N;;;;; +FA80;CJK COMPATIBILITY IDEOGRAPH-FA80;Lo;0;L;5A62;;;;N;;;;; +FA81;CJK COMPATIBILITY IDEOGRAPH-FA81;Lo;0;L;5B28;;;;N;;;;; +FA82;CJK COMPATIBILITY IDEOGRAPH-FA82;Lo;0;L;5ED2;;;;N;;;;; +FA83;CJK COMPATIBILITY IDEOGRAPH-FA83;Lo;0;L;5ED9;;;;N;;;;; +FA84;CJK COMPATIBILITY IDEOGRAPH-FA84;Lo;0;L;5F69;;;;N;;;;; +FA85;CJK COMPATIBILITY IDEOGRAPH-FA85;Lo;0;L;5FAD;;;;N;;;;; +FA86;CJK COMPATIBILITY IDEOGRAPH-FA86;Lo;0;L;60D8;;;;N;;;;; +FA87;CJK COMPATIBILITY IDEOGRAPH-FA87;Lo;0;L;614E;;;;N;;;;; +FA88;CJK COMPATIBILITY IDEOGRAPH-FA88;Lo;0;L;6108;;;;N;;;;; +FA89;CJK COMPATIBILITY IDEOGRAPH-FA89;Lo;0;L;618E;;;;N;;;;; +FA8A;CJK COMPATIBILITY IDEOGRAPH-FA8A;Lo;0;L;6160;;;;N;;;;; +FA8B;CJK COMPATIBILITY IDEOGRAPH-FA8B;Lo;0;L;61F2;;;;N;;;;; +FA8C;CJK COMPATIBILITY IDEOGRAPH-FA8C;Lo;0;L;6234;;;;N;;;;; +FA8D;CJK COMPATIBILITY IDEOGRAPH-FA8D;Lo;0;L;63C4;;;;N;;;;; +FA8E;CJK COMPATIBILITY IDEOGRAPH-FA8E;Lo;0;L;641C;;;;N;;;;; +FA8F;CJK COMPATIBILITY IDEOGRAPH-FA8F;Lo;0;L;6452;;;;N;;;;; +FA90;CJK COMPATIBILITY IDEOGRAPH-FA90;Lo;0;L;6556;;;;N;;;;; +FA91;CJK COMPATIBILITY IDEOGRAPH-FA91;Lo;0;L;6674;;;;N;;;;; +FA92;CJK COMPATIBILITY IDEOGRAPH-FA92;Lo;0;L;6717;;;;N;;;;; +FA93;CJK COMPATIBILITY IDEOGRAPH-FA93;Lo;0;L;671B;;;;N;;;;; +FA94;CJK COMPATIBILITY IDEOGRAPH-FA94;Lo;0;L;6756;;;;N;;;;; +FA95;CJK COMPATIBILITY IDEOGRAPH-FA95;Lo;0;L;6B79;;;;N;;;;; +FA96;CJK COMPATIBILITY IDEOGRAPH-FA96;Lo;0;L;6BBA;;;;N;;;;; +FA97;CJK COMPATIBILITY IDEOGRAPH-FA97;Lo;0;L;6D41;;;;N;;;;; +FA98;CJK COMPATIBILITY IDEOGRAPH-FA98;Lo;0;L;6EDB;;;;N;;;;; +FA99;CJK COMPATIBILITY IDEOGRAPH-FA99;Lo;0;L;6ECB;;;;N;;;;; +FA9A;CJK COMPATIBILITY IDEOGRAPH-FA9A;Lo;0;L;6F22;;;;N;;;;; +FA9B;CJK COMPATIBILITY IDEOGRAPH-FA9B;Lo;0;L;701E;;;;N;;;;; +FA9C;CJK COMPATIBILITY IDEOGRAPH-FA9C;Lo;0;L;716E;;;;N;;;;; +FA9D;CJK COMPATIBILITY IDEOGRAPH-FA9D;Lo;0;L;77A7;;;;N;;;;; +FA9E;CJK COMPATIBILITY IDEOGRAPH-FA9E;Lo;0;L;7235;;;;N;;;;; +FA9F;CJK COMPATIBILITY IDEOGRAPH-FA9F;Lo;0;L;72AF;;;;N;;;;; +FAA0;CJK COMPATIBILITY IDEOGRAPH-FAA0;Lo;0;L;732A;;;;N;;;;; +FAA1;CJK COMPATIBILITY IDEOGRAPH-FAA1;Lo;0;L;7471;;;;N;;;;; +FAA2;CJK COMPATIBILITY IDEOGRAPH-FAA2;Lo;0;L;7506;;;;N;;;;; +FAA3;CJK COMPATIBILITY IDEOGRAPH-FAA3;Lo;0;L;753B;;;;N;;;;; +FAA4;CJK COMPATIBILITY IDEOGRAPH-FAA4;Lo;0;L;761D;;;;N;;;;; +FAA5;CJK COMPATIBILITY IDEOGRAPH-FAA5;Lo;0;L;761F;;;;N;;;;; +FAA6;CJK COMPATIBILITY IDEOGRAPH-FAA6;Lo;0;L;76CA;;;;N;;;;; +FAA7;CJK COMPATIBILITY IDEOGRAPH-FAA7;Lo;0;L;76DB;;;;N;;;;; +FAA8;CJK COMPATIBILITY IDEOGRAPH-FAA8;Lo;0;L;76F4;;;;N;;;;; +FAA9;CJK COMPATIBILITY IDEOGRAPH-FAA9;Lo;0;L;774A;;;;N;;;;; +FAAA;CJK COMPATIBILITY IDEOGRAPH-FAAA;Lo;0;L;7740;;;;N;;;;; +FAAB;CJK COMPATIBILITY IDEOGRAPH-FAAB;Lo;0;L;78CC;;;;N;;;;; +FAAC;CJK COMPATIBILITY IDEOGRAPH-FAAC;Lo;0;L;7AB1;;;;N;;;;; +FAAD;CJK COMPATIBILITY IDEOGRAPH-FAAD;Lo;0;L;7BC0;;;;N;;;;; +FAAE;CJK COMPATIBILITY IDEOGRAPH-FAAE;Lo;0;L;7C7B;;;;N;;;;; +FAAF;CJK COMPATIBILITY IDEOGRAPH-FAAF;Lo;0;L;7D5B;;;;N;;;;; +FAB0;CJK COMPATIBILITY IDEOGRAPH-FAB0;Lo;0;L;7DF4;;;;N;;;;; +FAB1;CJK COMPATIBILITY IDEOGRAPH-FAB1;Lo;0;L;7F3E;;;;N;;;;; +FAB2;CJK COMPATIBILITY IDEOGRAPH-FAB2;Lo;0;L;8005;;;;N;;;;; +FAB3;CJK COMPATIBILITY IDEOGRAPH-FAB3;Lo;0;L;8352;;;;N;;;;; +FAB4;CJK COMPATIBILITY IDEOGRAPH-FAB4;Lo;0;L;83EF;;;;N;;;;; +FAB5;CJK COMPATIBILITY IDEOGRAPH-FAB5;Lo;0;L;8779;;;;N;;;;; +FAB6;CJK COMPATIBILITY IDEOGRAPH-FAB6;Lo;0;L;8941;;;;N;;;;; +FAB7;CJK COMPATIBILITY IDEOGRAPH-FAB7;Lo;0;L;8986;;;;N;;;;; +FAB8;CJK COMPATIBILITY IDEOGRAPH-FAB8;Lo;0;L;8996;;;;N;;;;; +FAB9;CJK COMPATIBILITY IDEOGRAPH-FAB9;Lo;0;L;8ABF;;;;N;;;;; +FABA;CJK COMPATIBILITY IDEOGRAPH-FABA;Lo;0;L;8AF8;;;;N;;;;; +FABB;CJK COMPATIBILITY IDEOGRAPH-FABB;Lo;0;L;8ACB;;;;N;;;;; +FABC;CJK COMPATIBILITY IDEOGRAPH-FABC;Lo;0;L;8B01;;;;N;;;;; +FABD;CJK COMPATIBILITY IDEOGRAPH-FABD;Lo;0;L;8AFE;;;;N;;;;; +FABE;CJK COMPATIBILITY IDEOGRAPH-FABE;Lo;0;L;8AED;;;;N;;;;; +FABF;CJK COMPATIBILITY IDEOGRAPH-FABF;Lo;0;L;8B39;;;;N;;;;; +FAC0;CJK COMPATIBILITY IDEOGRAPH-FAC0;Lo;0;L;8B8A;;;;N;;;;; +FAC1;CJK COMPATIBILITY IDEOGRAPH-FAC1;Lo;0;L;8D08;;;;N;;;;; +FAC2;CJK COMPATIBILITY IDEOGRAPH-FAC2;Lo;0;L;8F38;;;;N;;;;; +FAC3;CJK COMPATIBILITY IDEOGRAPH-FAC3;Lo;0;L;9072;;;;N;;;;; +FAC4;CJK COMPATIBILITY IDEOGRAPH-FAC4;Lo;0;L;9199;;;;N;;;;; +FAC5;CJK COMPATIBILITY IDEOGRAPH-FAC5;Lo;0;L;9276;;;;N;;;;; +FAC6;CJK COMPATIBILITY IDEOGRAPH-FAC6;Lo;0;L;967C;;;;N;;;;; +FAC7;CJK COMPATIBILITY IDEOGRAPH-FAC7;Lo;0;L;96E3;;;;N;;;;; +FAC8;CJK COMPATIBILITY IDEOGRAPH-FAC8;Lo;0;L;9756;;;;N;;;;; +FAC9;CJK COMPATIBILITY IDEOGRAPH-FAC9;Lo;0;L;97DB;;;;N;;;;; +FACA;CJK COMPATIBILITY IDEOGRAPH-FACA;Lo;0;L;97FF;;;;N;;;;; +FACB;CJK COMPATIBILITY IDEOGRAPH-FACB;Lo;0;L;980B;;;;N;;;;; +FACC;CJK COMPATIBILITY IDEOGRAPH-FACC;Lo;0;L;983B;;;;N;;;;; +FACD;CJK COMPATIBILITY IDEOGRAPH-FACD;Lo;0;L;9B12;;;;N;;;;; +FACE;CJK COMPATIBILITY IDEOGRAPH-FACE;Lo;0;L;9F9C;;;;N;;;;; +FACF;CJK COMPATIBILITY IDEOGRAPH-FACF;Lo;0;L;2284A;;;;N;;;;; +FAD0;CJK COMPATIBILITY IDEOGRAPH-FAD0;Lo;0;L;22844;;;;N;;;;; +FAD1;CJK COMPATIBILITY IDEOGRAPH-FAD1;Lo;0;L;233D5;;;;N;;;;; +FAD2;CJK COMPATIBILITY IDEOGRAPH-FAD2;Lo;0;L;3B9D;;;;N;;;;; +FAD3;CJK COMPATIBILITY IDEOGRAPH-FAD3;Lo;0;L;4018;;;;N;;;;; +FAD4;CJK COMPATIBILITY IDEOGRAPH-FAD4;Lo;0;L;4039;;;;N;;;;; +FAD5;CJK COMPATIBILITY IDEOGRAPH-FAD5;Lo;0;L;25249;;;;N;;;;; +FAD6;CJK COMPATIBILITY IDEOGRAPH-FAD6;Lo;0;L;25CD0;;;;N;;;;; +FAD7;CJK COMPATIBILITY IDEOGRAPH-FAD7;Lo;0;L;27ED3;;;;N;;;;; +FAD8;CJK COMPATIBILITY IDEOGRAPH-FAD8;Lo;0;L;9F43;;;;N;;;;; +FAD9;CJK COMPATIBILITY IDEOGRAPH-FAD9;Lo;0;L;9F8E;;;;N;;;;; +FB00;LATIN SMALL LIGATURE FF;Ll;0;L; 0066 0066;;;;N;;;;; +FB01;LATIN SMALL LIGATURE FI;Ll;0;L; 0066 0069;;;;N;;;;; +FB02;LATIN SMALL LIGATURE FL;Ll;0;L; 0066 006C;;;;N;;;;; +FB03;LATIN SMALL LIGATURE FFI;Ll;0;L; 0066 0066 0069;;;;N;;;;; +FB04;LATIN SMALL LIGATURE FFL;Ll;0;L; 0066 0066 006C;;;;N;;;;; +FB05;LATIN SMALL LIGATURE LONG S T;Ll;0;L; 017F 0074;;;;N;;;;; +FB06;LATIN SMALL LIGATURE ST;Ll;0;L; 0073 0074;;;;N;;;;; +FB13;ARMENIAN SMALL LIGATURE MEN NOW;Ll;0;L; 0574 0576;;;;N;;;;; +FB14;ARMENIAN SMALL LIGATURE MEN ECH;Ll;0;L; 0574 0565;;;;N;;;;; +FB15;ARMENIAN SMALL LIGATURE MEN INI;Ll;0;L; 0574 056B;;;;N;;;;; +FB16;ARMENIAN SMALL LIGATURE VEW NOW;Ll;0;L; 057E 0576;;;;N;;;;; +FB17;ARMENIAN SMALL LIGATURE MEN XEH;Ll;0;L; 0574 056D;;;;N;;;;; +FB1D;HEBREW LETTER YOD WITH HIRIQ;Lo;0;R;05D9 05B4;;;;N;;;;; +FB1E;HEBREW POINT JUDEO-SPANISH VARIKA;Mn;26;NSM;;;;;N;HEBREW POINT VARIKA;;;; +FB1F;HEBREW LIGATURE YIDDISH YOD YOD PATAH;Lo;0;R;05F2 05B7;;;;N;;;;; +FB20;HEBREW LETTER ALTERNATIVE AYIN;Lo;0;R; 05E2;;;;N;;;;; +FB21;HEBREW LETTER WIDE ALEF;Lo;0;R; 05D0;;;;N;;;;; +FB22;HEBREW LETTER WIDE DALET;Lo;0;R; 05D3;;;;N;;;;; +FB23;HEBREW LETTER WIDE HE;Lo;0;R; 05D4;;;;N;;;;; +FB24;HEBREW LETTER WIDE KAF;Lo;0;R; 05DB;;;;N;;;;; +FB25;HEBREW LETTER WIDE LAMED;Lo;0;R; 05DC;;;;N;;;;; +FB26;HEBREW LETTER WIDE FINAL MEM;Lo;0;R; 05DD;;;;N;;;;; +FB27;HEBREW LETTER WIDE RESH;Lo;0;R; 05E8;;;;N;;;;; +FB28;HEBREW LETTER WIDE TAV;Lo;0;R; 05EA;;;;N;;;;; +FB29;HEBREW LETTER ALTERNATIVE PLUS SIGN;Sm;0;ES; 002B;;;;N;;;;; +FB2A;HEBREW LETTER SHIN WITH SHIN DOT;Lo;0;R;05E9 05C1;;;;N;;;;; +FB2B;HEBREW LETTER SHIN WITH SIN DOT;Lo;0;R;05E9 05C2;;;;N;;;;; +FB2C;HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT;Lo;0;R;FB49 05C1;;;;N;;;;; +FB2D;HEBREW LETTER SHIN WITH DAGESH AND SIN DOT;Lo;0;R;FB49 05C2;;;;N;;;;; +FB2E;HEBREW LETTER ALEF WITH PATAH;Lo;0;R;05D0 05B7;;;;N;;;;; +FB2F;HEBREW LETTER ALEF WITH QAMATS;Lo;0;R;05D0 05B8;;;;N;;;;; +FB30;HEBREW LETTER ALEF WITH MAPIQ;Lo;0;R;05D0 05BC;;;;N;;;;; +FB31;HEBREW LETTER BET WITH DAGESH;Lo;0;R;05D1 05BC;;;;N;;;;; +FB32;HEBREW LETTER GIMEL WITH DAGESH;Lo;0;R;05D2 05BC;;;;N;;;;; +FB33;HEBREW LETTER DALET WITH DAGESH;Lo;0;R;05D3 05BC;;;;N;;;;; +FB34;HEBREW LETTER HE WITH MAPIQ;Lo;0;R;05D4 05BC;;;;N;;;;; +FB35;HEBREW LETTER VAV WITH DAGESH;Lo;0;R;05D5 05BC;;;;N;;;;; +FB36;HEBREW LETTER ZAYIN WITH DAGESH;Lo;0;R;05D6 05BC;;;;N;;;;; +FB38;HEBREW LETTER TET WITH DAGESH;Lo;0;R;05D8 05BC;;;;N;;;;; +FB39;HEBREW LETTER YOD WITH DAGESH;Lo;0;R;05D9 05BC;;;;N;;;;; +FB3A;HEBREW LETTER FINAL KAF WITH DAGESH;Lo;0;R;05DA 05BC;;;;N;;;;; +FB3B;HEBREW LETTER KAF WITH DAGESH;Lo;0;R;05DB 05BC;;;;N;;;;; +FB3C;HEBREW LETTER LAMED WITH DAGESH;Lo;0;R;05DC 05BC;;;;N;;;;; +FB3E;HEBREW LETTER MEM WITH DAGESH;Lo;0;R;05DE 05BC;;;;N;;;;; +FB40;HEBREW LETTER NUN WITH DAGESH;Lo;0;R;05E0 05BC;;;;N;;;;; +FB41;HEBREW LETTER SAMEKH WITH DAGESH;Lo;0;R;05E1 05BC;;;;N;;;;; +FB43;HEBREW LETTER FINAL PE WITH DAGESH;Lo;0;R;05E3 05BC;;;;N;;;;; +FB44;HEBREW LETTER PE WITH DAGESH;Lo;0;R;05E4 05BC;;;;N;;;;; +FB46;HEBREW LETTER TSADI WITH DAGESH;Lo;0;R;05E6 05BC;;;;N;;;;; +FB47;HEBREW LETTER QOF WITH DAGESH;Lo;0;R;05E7 05BC;;;;N;;;;; +FB48;HEBREW LETTER RESH WITH DAGESH;Lo;0;R;05E8 05BC;;;;N;;;;; +FB49;HEBREW LETTER SHIN WITH DAGESH;Lo;0;R;05E9 05BC;;;;N;;;;; +FB4A;HEBREW LETTER TAV WITH DAGESH;Lo;0;R;05EA 05BC;;;;N;;;;; +FB4B;HEBREW LETTER VAV WITH HOLAM;Lo;0;R;05D5 05B9;;;;N;;;;; +FB4C;HEBREW LETTER BET WITH RAFE;Lo;0;R;05D1 05BF;;;;N;;;;; +FB4D;HEBREW LETTER KAF WITH RAFE;Lo;0;R;05DB 05BF;;;;N;;;;; +FB4E;HEBREW LETTER PE WITH RAFE;Lo;0;R;05E4 05BF;;;;N;;;;; +FB4F;HEBREW LIGATURE ALEF LAMED;Lo;0;R; 05D0 05DC;;;;N;;;;; +FB50;ARABIC LETTER ALEF WASLA ISOLATED FORM;Lo;0;AL; 0671;;;;N;;;;; +FB51;ARABIC LETTER ALEF WASLA FINAL FORM;Lo;0;AL; 0671;;;;N;;;;; +FB52;ARABIC LETTER BEEH ISOLATED FORM;Lo;0;AL; 067B;;;;N;;;;; +FB53;ARABIC LETTER BEEH FINAL FORM;Lo;0;AL; 067B;;;;N;;;;; +FB54;ARABIC LETTER BEEH INITIAL FORM;Lo;0;AL; 067B;;;;N;;;;; +FB55;ARABIC LETTER BEEH MEDIAL FORM;Lo;0;AL; 067B;;;;N;;;;; +FB56;ARABIC LETTER PEH ISOLATED FORM;Lo;0;AL; 067E;;;;N;;;;; +FB57;ARABIC LETTER PEH FINAL FORM;Lo;0;AL; 067E;;;;N;;;;; +FB58;ARABIC LETTER PEH INITIAL FORM;Lo;0;AL; 067E;;;;N;;;;; +FB59;ARABIC LETTER PEH MEDIAL FORM;Lo;0;AL; 067E;;;;N;;;;; +FB5A;ARABIC LETTER BEHEH ISOLATED FORM;Lo;0;AL; 0680;;;;N;;;;; +FB5B;ARABIC LETTER BEHEH FINAL FORM;Lo;0;AL; 0680;;;;N;;;;; +FB5C;ARABIC LETTER BEHEH INITIAL FORM;Lo;0;AL; 0680;;;;N;;;;; +FB5D;ARABIC LETTER BEHEH MEDIAL FORM;Lo;0;AL; 0680;;;;N;;;;; +FB5E;ARABIC LETTER TTEHEH ISOLATED FORM;Lo;0;AL; 067A;;;;N;;;;; +FB5F;ARABIC LETTER TTEHEH FINAL FORM;Lo;0;AL; 067A;;;;N;;;;; +FB60;ARABIC LETTER TTEHEH INITIAL FORM;Lo;0;AL; 067A;;;;N;;;;; +FB61;ARABIC LETTER TTEHEH MEDIAL FORM;Lo;0;AL; 067A;;;;N;;;;; +FB62;ARABIC LETTER TEHEH ISOLATED FORM;Lo;0;AL; 067F;;;;N;;;;; +FB63;ARABIC LETTER TEHEH FINAL FORM;Lo;0;AL; 067F;;;;N;;;;; +FB64;ARABIC LETTER TEHEH INITIAL FORM;Lo;0;AL; 067F;;;;N;;;;; +FB65;ARABIC LETTER TEHEH MEDIAL FORM;Lo;0;AL; 067F;;;;N;;;;; +FB66;ARABIC LETTER TTEH ISOLATED FORM;Lo;0;AL; 0679;;;;N;;;;; +FB67;ARABIC LETTER TTEH FINAL FORM;Lo;0;AL; 0679;;;;N;;;;; +FB68;ARABIC LETTER TTEH INITIAL FORM;Lo;0;AL; 0679;;;;N;;;;; +FB69;ARABIC LETTER TTEH MEDIAL FORM;Lo;0;AL; 0679;;;;N;;;;; +FB6A;ARABIC LETTER VEH ISOLATED FORM;Lo;0;AL; 06A4;;;;N;;;;; +FB6B;ARABIC LETTER VEH FINAL FORM;Lo;0;AL; 06A4;;;;N;;;;; +FB6C;ARABIC LETTER VEH INITIAL FORM;Lo;0;AL; 06A4;;;;N;;;;; +FB6D;ARABIC LETTER VEH MEDIAL FORM;Lo;0;AL; 06A4;;;;N;;;;; +FB6E;ARABIC LETTER PEHEH ISOLATED FORM;Lo;0;AL; 06A6;;;;N;;;;; +FB6F;ARABIC LETTER PEHEH FINAL FORM;Lo;0;AL; 06A6;;;;N;;;;; +FB70;ARABIC LETTER PEHEH INITIAL FORM;Lo;0;AL; 06A6;;;;N;;;;; +FB71;ARABIC LETTER PEHEH MEDIAL FORM;Lo;0;AL; 06A6;;;;N;;;;; +FB72;ARABIC LETTER DYEH ISOLATED FORM;Lo;0;AL; 0684;;;;N;;;;; +FB73;ARABIC LETTER DYEH FINAL FORM;Lo;0;AL; 0684;;;;N;;;;; +FB74;ARABIC LETTER DYEH INITIAL FORM;Lo;0;AL; 0684;;;;N;;;;; +FB75;ARABIC LETTER DYEH MEDIAL FORM;Lo;0;AL; 0684;;;;N;;;;; +FB76;ARABIC LETTER NYEH ISOLATED FORM;Lo;0;AL; 0683;;;;N;;;;; +FB77;ARABIC LETTER NYEH FINAL FORM;Lo;0;AL; 0683;;;;N;;;;; +FB78;ARABIC LETTER NYEH INITIAL FORM;Lo;0;AL; 0683;;;;N;;;;; +FB79;ARABIC LETTER NYEH MEDIAL FORM;Lo;0;AL; 0683;;;;N;;;;; +FB7A;ARABIC LETTER TCHEH ISOLATED FORM;Lo;0;AL; 0686;;;;N;;;;; +FB7B;ARABIC LETTER TCHEH FINAL FORM;Lo;0;AL; 0686;;;;N;;;;; +FB7C;ARABIC LETTER TCHEH INITIAL FORM;Lo;0;AL; 0686;;;;N;;;;; +FB7D;ARABIC LETTER TCHEH MEDIAL FORM;Lo;0;AL; 0686;;;;N;;;;; +FB7E;ARABIC LETTER TCHEHEH ISOLATED FORM;Lo;0;AL; 0687;;;;N;;;;; +FB7F;ARABIC LETTER TCHEHEH FINAL FORM;Lo;0;AL; 0687;;;;N;;;;; +FB80;ARABIC LETTER TCHEHEH INITIAL FORM;Lo;0;AL; 0687;;;;N;;;;; +FB81;ARABIC LETTER TCHEHEH MEDIAL FORM;Lo;0;AL; 0687;;;;N;;;;; +FB82;ARABIC LETTER DDAHAL ISOLATED FORM;Lo;0;AL; 068D;;;;N;;;;; +FB83;ARABIC LETTER DDAHAL FINAL FORM;Lo;0;AL; 068D;;;;N;;;;; +FB84;ARABIC LETTER DAHAL ISOLATED FORM;Lo;0;AL; 068C;;;;N;;;;; +FB85;ARABIC LETTER DAHAL FINAL FORM;Lo;0;AL; 068C;;;;N;;;;; +FB86;ARABIC LETTER DUL ISOLATED FORM;Lo;0;AL; 068E;;;;N;;;;; +FB87;ARABIC LETTER DUL FINAL FORM;Lo;0;AL; 068E;;;;N;;;;; +FB88;ARABIC LETTER DDAL ISOLATED FORM;Lo;0;AL; 0688;;;;N;;;;; +FB89;ARABIC LETTER DDAL FINAL FORM;Lo;0;AL; 0688;;;;N;;;;; +FB8A;ARABIC LETTER JEH ISOLATED FORM;Lo;0;AL; 0698;;;;N;;;;; +FB8B;ARABIC LETTER JEH FINAL FORM;Lo;0;AL; 0698;;;;N;;;;; +FB8C;ARABIC LETTER RREH ISOLATED FORM;Lo;0;AL; 0691;;;;N;;;;; +FB8D;ARABIC LETTER RREH FINAL FORM;Lo;0;AL; 0691;;;;N;;;;; +FB8E;ARABIC LETTER KEHEH ISOLATED FORM;Lo;0;AL; 06A9;;;;N;;;;; +FB8F;ARABIC LETTER KEHEH FINAL FORM;Lo;0;AL; 06A9;;;;N;;;;; +FB90;ARABIC LETTER KEHEH INITIAL FORM;Lo;0;AL; 06A9;;;;N;;;;; +FB91;ARABIC LETTER KEHEH MEDIAL FORM;Lo;0;AL; 06A9;;;;N;;;;; +FB92;ARABIC LETTER GAF ISOLATED FORM;Lo;0;AL; 06AF;;;;N;;;;; +FB93;ARABIC LETTER GAF FINAL FORM;Lo;0;AL; 06AF;;;;N;;;;; +FB94;ARABIC LETTER GAF INITIAL FORM;Lo;0;AL; 06AF;;;;N;;;;; +FB95;ARABIC LETTER GAF MEDIAL FORM;Lo;0;AL; 06AF;;;;N;;;;; +FB96;ARABIC LETTER GUEH ISOLATED FORM;Lo;0;AL; 06B3;;;;N;;;;; +FB97;ARABIC LETTER GUEH FINAL FORM;Lo;0;AL; 06B3;;;;N;;;;; +FB98;ARABIC LETTER GUEH INITIAL FORM;Lo;0;AL; 06B3;;;;N;;;;; +FB99;ARABIC LETTER GUEH MEDIAL FORM;Lo;0;AL; 06B3;;;;N;;;;; +FB9A;ARABIC LETTER NGOEH ISOLATED FORM;Lo;0;AL; 06B1;;;;N;;;;; +FB9B;ARABIC LETTER NGOEH FINAL FORM;Lo;0;AL; 06B1;;;;N;;;;; +FB9C;ARABIC LETTER NGOEH INITIAL FORM;Lo;0;AL; 06B1;;;;N;;;;; +FB9D;ARABIC LETTER NGOEH MEDIAL FORM;Lo;0;AL; 06B1;;;;N;;;;; +FB9E;ARABIC LETTER NOON GHUNNA ISOLATED FORM;Lo;0;AL; 06BA;;;;N;;;;; +FB9F;ARABIC LETTER NOON GHUNNA FINAL FORM;Lo;0;AL; 06BA;;;;N;;;;; +FBA0;ARABIC LETTER RNOON ISOLATED FORM;Lo;0;AL; 06BB;;;;N;;;;; +FBA1;ARABIC LETTER RNOON FINAL FORM;Lo;0;AL; 06BB;;;;N;;;;; +FBA2;ARABIC LETTER RNOON INITIAL FORM;Lo;0;AL; 06BB;;;;N;;;;; +FBA3;ARABIC LETTER RNOON MEDIAL FORM;Lo;0;AL; 06BB;;;;N;;;;; +FBA4;ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM;Lo;0;AL; 06C0;;;;N;;;;; +FBA5;ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM;Lo;0;AL; 06C0;;;;N;;;;; +FBA6;ARABIC LETTER HEH GOAL ISOLATED FORM;Lo;0;AL; 06C1;;;;N;;;;; +FBA7;ARABIC LETTER HEH GOAL FINAL FORM;Lo;0;AL; 06C1;;;;N;;;;; +FBA8;ARABIC LETTER HEH GOAL INITIAL FORM;Lo;0;AL; 06C1;;;;N;;;;; +FBA9;ARABIC LETTER HEH GOAL MEDIAL FORM;Lo;0;AL; 06C1;;;;N;;;;; +FBAA;ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM;Lo;0;AL; 06BE;;;;N;;;;; +FBAB;ARABIC LETTER HEH DOACHASHMEE FINAL FORM;Lo;0;AL; 06BE;;;;N;;;;; +FBAC;ARABIC LETTER HEH DOACHASHMEE INITIAL FORM;Lo;0;AL; 06BE;;;;N;;;;; +FBAD;ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM;Lo;0;AL; 06BE;;;;N;;;;; +FBAE;ARABIC LETTER YEH BARREE ISOLATED FORM;Lo;0;AL; 06D2;;;;N;;;;; +FBAF;ARABIC LETTER YEH BARREE FINAL FORM;Lo;0;AL; 06D2;;;;N;;;;; +FBB0;ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM;Lo;0;AL; 06D3;;;;N;;;;; +FBB1;ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM;Lo;0;AL; 06D3;;;;N;;;;; +FBD3;ARABIC LETTER NG ISOLATED FORM;Lo;0;AL; 06AD;;;;N;;;;; +FBD4;ARABIC LETTER NG FINAL FORM;Lo;0;AL; 06AD;;;;N;;;;; +FBD5;ARABIC LETTER NG INITIAL FORM;Lo;0;AL; 06AD;;;;N;;;;; +FBD6;ARABIC LETTER NG MEDIAL FORM;Lo;0;AL; 06AD;;;;N;;;;; +FBD7;ARABIC LETTER U ISOLATED FORM;Lo;0;AL; 06C7;;;;N;;;;; +FBD8;ARABIC LETTER U FINAL FORM;Lo;0;AL; 06C7;;;;N;;;;; +FBD9;ARABIC LETTER OE ISOLATED FORM;Lo;0;AL; 06C6;;;;N;;;;; +FBDA;ARABIC LETTER OE FINAL FORM;Lo;0;AL; 06C6;;;;N;;;;; +FBDB;ARABIC LETTER YU ISOLATED FORM;Lo;0;AL; 06C8;;;;N;;;;; +FBDC;ARABIC LETTER YU FINAL FORM;Lo;0;AL; 06C8;;;;N;;;;; +FBDD;ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM;Lo;0;AL; 0677;;;;N;;;;; +FBDE;ARABIC LETTER VE ISOLATED FORM;Lo;0;AL; 06CB;;;;N;;;;; +FBDF;ARABIC LETTER VE FINAL FORM;Lo;0;AL; 06CB;;;;N;;;;; +FBE0;ARABIC LETTER KIRGHIZ OE ISOLATED FORM;Lo;0;AL; 06C5;;;;N;;;;; +FBE1;ARABIC LETTER KIRGHIZ OE FINAL FORM;Lo;0;AL; 06C5;;;;N;;;;; +FBE2;ARABIC LETTER KIRGHIZ YU ISOLATED FORM;Lo;0;AL; 06C9;;;;N;;;;; +FBE3;ARABIC LETTER KIRGHIZ YU FINAL FORM;Lo;0;AL; 06C9;;;;N;;;;; +FBE4;ARABIC LETTER E ISOLATED FORM;Lo;0;AL; 06D0;;;;N;;;;; +FBE5;ARABIC LETTER E FINAL FORM;Lo;0;AL; 06D0;;;;N;;;;; +FBE6;ARABIC LETTER E INITIAL FORM;Lo;0;AL; 06D0;;;;N;;;;; +FBE7;ARABIC LETTER E MEDIAL FORM;Lo;0;AL; 06D0;;;;N;;;;; +FBE8;ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM;Lo;0;AL; 0649;;;;N;;;;; +FBE9;ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM;Lo;0;AL; 0649;;;;N;;;;; +FBEA;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM;Lo;0;AL; 0626 0627;;;;N;;;;; +FBEB;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM;Lo;0;AL; 0626 0627;;;;N;;;;; +FBEC;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM;Lo;0;AL; 0626 06D5;;;;N;;;;; +FBED;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM;Lo;0;AL; 0626 06D5;;;;N;;;;; +FBEE;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM;Lo;0;AL; 0626 0648;;;;N;;;;; +FBEF;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM;Lo;0;AL; 0626 0648;;;;N;;;;; +FBF0;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM;Lo;0;AL; 0626 06C7;;;;N;;;;; +FBF1;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM;Lo;0;AL; 0626 06C7;;;;N;;;;; +FBF2;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM;Lo;0;AL; 0626 06C6;;;;N;;;;; +FBF3;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM;Lo;0;AL; 0626 06C6;;;;N;;;;; +FBF4;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM;Lo;0;AL; 0626 06C8;;;;N;;;;; +FBF5;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM;Lo;0;AL; 0626 06C8;;;;N;;;;; +FBF6;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM;Lo;0;AL; 0626 06D0;;;;N;;;;; +FBF7;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM;Lo;0;AL; 0626 06D0;;;;N;;;;; +FBF8;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM;Lo;0;AL; 0626 06D0;;;;N;;;;; +FBF9;ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0626 0649;;;;N;;;;; +FBFA;ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0626 0649;;;;N;;;;; +FBFB;ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM;Lo;0;AL; 0626 0649;;;;N;;;;; +FBFC;ARABIC LETTER FARSI YEH ISOLATED FORM;Lo;0;AL; 06CC;;;;N;;;;; +FBFD;ARABIC LETTER FARSI YEH FINAL FORM;Lo;0;AL; 06CC;;;;N;;;;; +FBFE;ARABIC LETTER FARSI YEH INITIAL FORM;Lo;0;AL; 06CC;;;;N;;;;; +FBFF;ARABIC LETTER FARSI YEH MEDIAL FORM;Lo;0;AL; 06CC;;;;N;;;;; +FC00;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM;Lo;0;AL; 0626 062C;;;;N;;;;; +FC01;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM;Lo;0;AL; 0626 062D;;;;N;;;;; +FC02;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM;Lo;0;AL; 0626 0645;;;;N;;;;; +FC03;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0626 0649;;;;N;;;;; +FC04;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM;Lo;0;AL; 0626 064A;;;;N;;;;; +FC05;ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM;Lo;0;AL; 0628 062C;;;;N;;;;; +FC06;ARABIC LIGATURE BEH WITH HAH ISOLATED FORM;Lo;0;AL; 0628 062D;;;;N;;;;; +FC07;ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM;Lo;0;AL; 0628 062E;;;;N;;;;; +FC08;ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM;Lo;0;AL; 0628 0645;;;;N;;;;; +FC09;ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0628 0649;;;;N;;;;; +FC0A;ARABIC LIGATURE BEH WITH YEH ISOLATED FORM;Lo;0;AL; 0628 064A;;;;N;;;;; +FC0B;ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM;Lo;0;AL; 062A 062C;;;;N;;;;; +FC0C;ARABIC LIGATURE TEH WITH HAH ISOLATED FORM;Lo;0;AL; 062A 062D;;;;N;;;;; +FC0D;ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM;Lo;0;AL; 062A 062E;;;;N;;;;; +FC0E;ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM;Lo;0;AL; 062A 0645;;;;N;;;;; +FC0F;ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 062A 0649;;;;N;;;;; +FC10;ARABIC LIGATURE TEH WITH YEH ISOLATED FORM;Lo;0;AL; 062A 064A;;;;N;;;;; +FC11;ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM;Lo;0;AL; 062B 062C;;;;N;;;;; +FC12;ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM;Lo;0;AL; 062B 0645;;;;N;;;;; +FC13;ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 062B 0649;;;;N;;;;; +FC14;ARABIC LIGATURE THEH WITH YEH ISOLATED FORM;Lo;0;AL; 062B 064A;;;;N;;;;; +FC15;ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM;Lo;0;AL; 062C 062D;;;;N;;;;; +FC16;ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM;Lo;0;AL; 062C 0645;;;;N;;;;; +FC17;ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM;Lo;0;AL; 062D 062C;;;;N;;;;; +FC18;ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM;Lo;0;AL; 062D 0645;;;;N;;;;; +FC19;ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM;Lo;0;AL; 062E 062C;;;;N;;;;; +FC1A;ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM;Lo;0;AL; 062E 062D;;;;N;;;;; +FC1B;ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM;Lo;0;AL; 062E 0645;;;;N;;;;; +FC1C;ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM;Lo;0;AL; 0633 062C;;;;N;;;;; +FC1D;ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM;Lo;0;AL; 0633 062D;;;;N;;;;; +FC1E;ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM;Lo;0;AL; 0633 062E;;;;N;;;;; +FC1F;ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM;Lo;0;AL; 0633 0645;;;;N;;;;; +FC20;ARABIC LIGATURE SAD WITH HAH ISOLATED FORM;Lo;0;AL; 0635 062D;;;;N;;;;; +FC21;ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM;Lo;0;AL; 0635 0645;;;;N;;;;; +FC22;ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM;Lo;0;AL; 0636 062C;;;;N;;;;; +FC23;ARABIC LIGATURE DAD WITH HAH ISOLATED FORM;Lo;0;AL; 0636 062D;;;;N;;;;; +FC24;ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM;Lo;0;AL; 0636 062E;;;;N;;;;; +FC25;ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM;Lo;0;AL; 0636 0645;;;;N;;;;; +FC26;ARABIC LIGATURE TAH WITH HAH ISOLATED FORM;Lo;0;AL; 0637 062D;;;;N;;;;; +FC27;ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM;Lo;0;AL; 0637 0645;;;;N;;;;; +FC28;ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM;Lo;0;AL; 0638 0645;;;;N;;;;; +FC29;ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM;Lo;0;AL; 0639 062C;;;;N;;;;; +FC2A;ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM;Lo;0;AL; 0639 0645;;;;N;;;;; +FC2B;ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM;Lo;0;AL; 063A 062C;;;;N;;;;; +FC2C;ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM;Lo;0;AL; 063A 0645;;;;N;;;;; +FC2D;ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM;Lo;0;AL; 0641 062C;;;;N;;;;; +FC2E;ARABIC LIGATURE FEH WITH HAH ISOLATED FORM;Lo;0;AL; 0641 062D;;;;N;;;;; +FC2F;ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM;Lo;0;AL; 0641 062E;;;;N;;;;; +FC30;ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM;Lo;0;AL; 0641 0645;;;;N;;;;; +FC31;ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0641 0649;;;;N;;;;; +FC32;ARABIC LIGATURE FEH WITH YEH ISOLATED FORM;Lo;0;AL; 0641 064A;;;;N;;;;; +FC33;ARABIC LIGATURE QAF WITH HAH ISOLATED FORM;Lo;0;AL; 0642 062D;;;;N;;;;; +FC34;ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM;Lo;0;AL; 0642 0645;;;;N;;;;; +FC35;ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0642 0649;;;;N;;;;; +FC36;ARABIC LIGATURE QAF WITH YEH ISOLATED FORM;Lo;0;AL; 0642 064A;;;;N;;;;; +FC37;ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM;Lo;0;AL; 0643 0627;;;;N;;;;; +FC38;ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM;Lo;0;AL; 0643 062C;;;;N;;;;; +FC39;ARABIC LIGATURE KAF WITH HAH ISOLATED FORM;Lo;0;AL; 0643 062D;;;;N;;;;; +FC3A;ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM;Lo;0;AL; 0643 062E;;;;N;;;;; +FC3B;ARABIC LIGATURE KAF WITH LAM ISOLATED FORM;Lo;0;AL; 0643 0644;;;;N;;;;; +FC3C;ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM;Lo;0;AL; 0643 0645;;;;N;;;;; +FC3D;ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0643 0649;;;;N;;;;; +FC3E;ARABIC LIGATURE KAF WITH YEH ISOLATED FORM;Lo;0;AL; 0643 064A;;;;N;;;;; +FC3F;ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM;Lo;0;AL; 0644 062C;;;;N;;;;; +FC40;ARABIC LIGATURE LAM WITH HAH ISOLATED FORM;Lo;0;AL; 0644 062D;;;;N;;;;; +FC41;ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM;Lo;0;AL; 0644 062E;;;;N;;;;; +FC42;ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM;Lo;0;AL; 0644 0645;;;;N;;;;; +FC43;ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0644 0649;;;;N;;;;; +FC44;ARABIC LIGATURE LAM WITH YEH ISOLATED FORM;Lo;0;AL; 0644 064A;;;;N;;;;; +FC45;ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM;Lo;0;AL; 0645 062C;;;;N;;;;; +FC46;ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM;Lo;0;AL; 0645 062D;;;;N;;;;; +FC47;ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM;Lo;0;AL; 0645 062E;;;;N;;;;; +FC48;ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM;Lo;0;AL; 0645 0645;;;;N;;;;; +FC49;ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0645 0649;;;;N;;;;; +FC4A;ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM;Lo;0;AL; 0645 064A;;;;N;;;;; +FC4B;ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM;Lo;0;AL; 0646 062C;;;;N;;;;; +FC4C;ARABIC LIGATURE NOON WITH HAH ISOLATED FORM;Lo;0;AL; 0646 062D;;;;N;;;;; +FC4D;ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM;Lo;0;AL; 0646 062E;;;;N;;;;; +FC4E;ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM;Lo;0;AL; 0646 0645;;;;N;;;;; +FC4F;ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0646 0649;;;;N;;;;; +FC50;ARABIC LIGATURE NOON WITH YEH ISOLATED FORM;Lo;0;AL; 0646 064A;;;;N;;;;; +FC51;ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM;Lo;0;AL; 0647 062C;;;;N;;;;; +FC52;ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM;Lo;0;AL; 0647 0645;;;;N;;;;; +FC53;ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0647 0649;;;;N;;;;; +FC54;ARABIC LIGATURE HEH WITH YEH ISOLATED FORM;Lo;0;AL; 0647 064A;;;;N;;;;; +FC55;ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM;Lo;0;AL; 064A 062C;;;;N;;;;; +FC56;ARABIC LIGATURE YEH WITH HAH ISOLATED FORM;Lo;0;AL; 064A 062D;;;;N;;;;; +FC57;ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM;Lo;0;AL; 064A 062E;;;;N;;;;; +FC58;ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM;Lo;0;AL; 064A 0645;;;;N;;;;; +FC59;ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 064A 0649;;;;N;;;;; +FC5A;ARABIC LIGATURE YEH WITH YEH ISOLATED FORM;Lo;0;AL; 064A 064A;;;;N;;;;; +FC5B;ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM;Lo;0;AL; 0630 0670;;;;N;;;;; +FC5C;ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM;Lo;0;AL; 0631 0670;;;;N;;;;; +FC5D;ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM;Lo;0;AL; 0649 0670;;;;N;;;;; +FC5E;ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM;Lo;0;AL; 0020 064C 0651;;;;N;;;;; +FC5F;ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM;Lo;0;AL; 0020 064D 0651;;;;N;;;;; +FC60;ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM;Lo;0;AL; 0020 064E 0651;;;;N;;;;; +FC61;ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM;Lo;0;AL; 0020 064F 0651;;;;N;;;;; +FC62;ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM;Lo;0;AL; 0020 0650 0651;;;;N;;;;; +FC63;ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM;Lo;0;AL; 0020 0651 0670;;;;N;;;;; +FC64;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM;Lo;0;AL; 0626 0631;;;;N;;;;; +FC65;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM;Lo;0;AL; 0626 0632;;;;N;;;;; +FC66;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM;Lo;0;AL; 0626 0645;;;;N;;;;; +FC67;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM;Lo;0;AL; 0626 0646;;;;N;;;;; +FC68;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0626 0649;;;;N;;;;; +FC69;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM;Lo;0;AL; 0626 064A;;;;N;;;;; +FC6A;ARABIC LIGATURE BEH WITH REH FINAL FORM;Lo;0;AL; 0628 0631;;;;N;;;;; +FC6B;ARABIC LIGATURE BEH WITH ZAIN FINAL FORM;Lo;0;AL; 0628 0632;;;;N;;;;; +FC6C;ARABIC LIGATURE BEH WITH MEEM FINAL FORM;Lo;0;AL; 0628 0645;;;;N;;;;; +FC6D;ARABIC LIGATURE BEH WITH NOON FINAL FORM;Lo;0;AL; 0628 0646;;;;N;;;;; +FC6E;ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0628 0649;;;;N;;;;; +FC6F;ARABIC LIGATURE BEH WITH YEH FINAL FORM;Lo;0;AL; 0628 064A;;;;N;;;;; +FC70;ARABIC LIGATURE TEH WITH REH FINAL FORM;Lo;0;AL; 062A 0631;;;;N;;;;; +FC71;ARABIC LIGATURE TEH WITH ZAIN FINAL FORM;Lo;0;AL; 062A 0632;;;;N;;;;; +FC72;ARABIC LIGATURE TEH WITH MEEM FINAL FORM;Lo;0;AL; 062A 0645;;;;N;;;;; +FC73;ARABIC LIGATURE TEH WITH NOON FINAL FORM;Lo;0;AL; 062A 0646;;;;N;;;;; +FC74;ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062A 0649;;;;N;;;;; +FC75;ARABIC LIGATURE TEH WITH YEH FINAL FORM;Lo;0;AL; 062A 064A;;;;N;;;;; +FC76;ARABIC LIGATURE THEH WITH REH FINAL FORM;Lo;0;AL; 062B 0631;;;;N;;;;; +FC77;ARABIC LIGATURE THEH WITH ZAIN FINAL FORM;Lo;0;AL; 062B 0632;;;;N;;;;; +FC78;ARABIC LIGATURE THEH WITH MEEM FINAL FORM;Lo;0;AL; 062B 0645;;;;N;;;;; +FC79;ARABIC LIGATURE THEH WITH NOON FINAL FORM;Lo;0;AL; 062B 0646;;;;N;;;;; +FC7A;ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062B 0649;;;;N;;;;; +FC7B;ARABIC LIGATURE THEH WITH YEH FINAL FORM;Lo;0;AL; 062B 064A;;;;N;;;;; +FC7C;ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0641 0649;;;;N;;;;; +FC7D;ARABIC LIGATURE FEH WITH YEH FINAL FORM;Lo;0;AL; 0641 064A;;;;N;;;;; +FC7E;ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0642 0649;;;;N;;;;; +FC7F;ARABIC LIGATURE QAF WITH YEH FINAL FORM;Lo;0;AL; 0642 064A;;;;N;;;;; +FC80;ARABIC LIGATURE KAF WITH ALEF FINAL FORM;Lo;0;AL; 0643 0627;;;;N;;;;; +FC81;ARABIC LIGATURE KAF WITH LAM FINAL FORM;Lo;0;AL; 0643 0644;;;;N;;;;; +FC82;ARABIC LIGATURE KAF WITH MEEM FINAL FORM;Lo;0;AL; 0643 0645;;;;N;;;;; +FC83;ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0643 0649;;;;N;;;;; +FC84;ARABIC LIGATURE KAF WITH YEH FINAL FORM;Lo;0;AL; 0643 064A;;;;N;;;;; +FC85;ARABIC LIGATURE LAM WITH MEEM FINAL FORM;Lo;0;AL; 0644 0645;;;;N;;;;; +FC86;ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0644 0649;;;;N;;;;; +FC87;ARABIC LIGATURE LAM WITH YEH FINAL FORM;Lo;0;AL; 0644 064A;;;;N;;;;; +FC88;ARABIC LIGATURE MEEM WITH ALEF FINAL FORM;Lo;0;AL; 0645 0627;;;;N;;;;; +FC89;ARABIC LIGATURE MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0645 0645;;;;N;;;;; +FC8A;ARABIC LIGATURE NOON WITH REH FINAL FORM;Lo;0;AL; 0646 0631;;;;N;;;;; +FC8B;ARABIC LIGATURE NOON WITH ZAIN FINAL FORM;Lo;0;AL; 0646 0632;;;;N;;;;; +FC8C;ARABIC LIGATURE NOON WITH MEEM FINAL FORM;Lo;0;AL; 0646 0645;;;;N;;;;; +FC8D;ARABIC LIGATURE NOON WITH NOON FINAL FORM;Lo;0;AL; 0646 0646;;;;N;;;;; +FC8E;ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0646 0649;;;;N;;;;; +FC8F;ARABIC LIGATURE NOON WITH YEH FINAL FORM;Lo;0;AL; 0646 064A;;;;N;;;;; +FC90;ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM;Lo;0;AL; 0649 0670;;;;N;;;;; +FC91;ARABIC LIGATURE YEH WITH REH FINAL FORM;Lo;0;AL; 064A 0631;;;;N;;;;; +FC92;ARABIC LIGATURE YEH WITH ZAIN FINAL FORM;Lo;0;AL; 064A 0632;;;;N;;;;; +FC93;ARABIC LIGATURE YEH WITH MEEM FINAL FORM;Lo;0;AL; 064A 0645;;;;N;;;;; +FC94;ARABIC LIGATURE YEH WITH NOON FINAL FORM;Lo;0;AL; 064A 0646;;;;N;;;;; +FC95;ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 064A 0649;;;;N;;;;; +FC96;ARABIC LIGATURE YEH WITH YEH FINAL FORM;Lo;0;AL; 064A 064A;;;;N;;;;; +FC97;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM;Lo;0;AL; 0626 062C;;;;N;;;;; +FC98;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM;Lo;0;AL; 0626 062D;;;;N;;;;; +FC99;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM;Lo;0;AL; 0626 062E;;;;N;;;;; +FC9A;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM;Lo;0;AL; 0626 0645;;;;N;;;;; +FC9B;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM;Lo;0;AL; 0626 0647;;;;N;;;;; +FC9C;ARABIC LIGATURE BEH WITH JEEM INITIAL FORM;Lo;0;AL; 0628 062C;;;;N;;;;; +FC9D;ARABIC LIGATURE BEH WITH HAH INITIAL FORM;Lo;0;AL; 0628 062D;;;;N;;;;; +FC9E;ARABIC LIGATURE BEH WITH KHAH INITIAL FORM;Lo;0;AL; 0628 062E;;;;N;;;;; +FC9F;ARABIC LIGATURE BEH WITH MEEM INITIAL FORM;Lo;0;AL; 0628 0645;;;;N;;;;; +FCA0;ARABIC LIGATURE BEH WITH HEH INITIAL FORM;Lo;0;AL; 0628 0647;;;;N;;;;; +FCA1;ARABIC LIGATURE TEH WITH JEEM INITIAL FORM;Lo;0;AL; 062A 062C;;;;N;;;;; +FCA2;ARABIC LIGATURE TEH WITH HAH INITIAL FORM;Lo;0;AL; 062A 062D;;;;N;;;;; +FCA3;ARABIC LIGATURE TEH WITH KHAH INITIAL FORM;Lo;0;AL; 062A 062E;;;;N;;;;; +FCA4;ARABIC LIGATURE TEH WITH MEEM INITIAL FORM;Lo;0;AL; 062A 0645;;;;N;;;;; +FCA5;ARABIC LIGATURE TEH WITH HEH INITIAL FORM;Lo;0;AL; 062A 0647;;;;N;;;;; +FCA6;ARABIC LIGATURE THEH WITH MEEM INITIAL FORM;Lo;0;AL; 062B 0645;;;;N;;;;; +FCA7;ARABIC LIGATURE JEEM WITH HAH INITIAL FORM;Lo;0;AL; 062C 062D;;;;N;;;;; +FCA8;ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM;Lo;0;AL; 062C 0645;;;;N;;;;; +FCA9;ARABIC LIGATURE HAH WITH JEEM INITIAL FORM;Lo;0;AL; 062D 062C;;;;N;;;;; +FCAA;ARABIC LIGATURE HAH WITH MEEM INITIAL FORM;Lo;0;AL; 062D 0645;;;;N;;;;; +FCAB;ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM;Lo;0;AL; 062E 062C;;;;N;;;;; +FCAC;ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM;Lo;0;AL; 062E 0645;;;;N;;;;; +FCAD;ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM;Lo;0;AL; 0633 062C;;;;N;;;;; +FCAE;ARABIC LIGATURE SEEN WITH HAH INITIAL FORM;Lo;0;AL; 0633 062D;;;;N;;;;; +FCAF;ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM;Lo;0;AL; 0633 062E;;;;N;;;;; +FCB0;ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM;Lo;0;AL; 0633 0645;;;;N;;;;; +FCB1;ARABIC LIGATURE SAD WITH HAH INITIAL FORM;Lo;0;AL; 0635 062D;;;;N;;;;; +FCB2;ARABIC LIGATURE SAD WITH KHAH INITIAL FORM;Lo;0;AL; 0635 062E;;;;N;;;;; +FCB3;ARABIC LIGATURE SAD WITH MEEM INITIAL FORM;Lo;0;AL; 0635 0645;;;;N;;;;; +FCB4;ARABIC LIGATURE DAD WITH JEEM INITIAL FORM;Lo;0;AL; 0636 062C;;;;N;;;;; +FCB5;ARABIC LIGATURE DAD WITH HAH INITIAL FORM;Lo;0;AL; 0636 062D;;;;N;;;;; +FCB6;ARABIC LIGATURE DAD WITH KHAH INITIAL FORM;Lo;0;AL; 0636 062E;;;;N;;;;; +FCB7;ARABIC LIGATURE DAD WITH MEEM INITIAL FORM;Lo;0;AL; 0636 0645;;;;N;;;;; +FCB8;ARABIC LIGATURE TAH WITH HAH INITIAL FORM;Lo;0;AL; 0637 062D;;;;N;;;;; +FCB9;ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM;Lo;0;AL; 0638 0645;;;;N;;;;; +FCBA;ARABIC LIGATURE AIN WITH JEEM INITIAL FORM;Lo;0;AL; 0639 062C;;;;N;;;;; +FCBB;ARABIC LIGATURE AIN WITH MEEM INITIAL FORM;Lo;0;AL; 0639 0645;;;;N;;;;; +FCBC;ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM;Lo;0;AL; 063A 062C;;;;N;;;;; +FCBD;ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM;Lo;0;AL; 063A 0645;;;;N;;;;; +FCBE;ARABIC LIGATURE FEH WITH JEEM INITIAL FORM;Lo;0;AL; 0641 062C;;;;N;;;;; +FCBF;ARABIC LIGATURE FEH WITH HAH INITIAL FORM;Lo;0;AL; 0641 062D;;;;N;;;;; +FCC0;ARABIC LIGATURE FEH WITH KHAH INITIAL FORM;Lo;0;AL; 0641 062E;;;;N;;;;; +FCC1;ARABIC LIGATURE FEH WITH MEEM INITIAL FORM;Lo;0;AL; 0641 0645;;;;N;;;;; +FCC2;ARABIC LIGATURE QAF WITH HAH INITIAL FORM;Lo;0;AL; 0642 062D;;;;N;;;;; +FCC3;ARABIC LIGATURE QAF WITH MEEM INITIAL FORM;Lo;0;AL; 0642 0645;;;;N;;;;; +FCC4;ARABIC LIGATURE KAF WITH JEEM INITIAL FORM;Lo;0;AL; 0643 062C;;;;N;;;;; +FCC5;ARABIC LIGATURE KAF WITH HAH INITIAL FORM;Lo;0;AL; 0643 062D;;;;N;;;;; +FCC6;ARABIC LIGATURE KAF WITH KHAH INITIAL FORM;Lo;0;AL; 0643 062E;;;;N;;;;; +FCC7;ARABIC LIGATURE KAF WITH LAM INITIAL FORM;Lo;0;AL; 0643 0644;;;;N;;;;; +FCC8;ARABIC LIGATURE KAF WITH MEEM INITIAL FORM;Lo;0;AL; 0643 0645;;;;N;;;;; +FCC9;ARABIC LIGATURE LAM WITH JEEM INITIAL FORM;Lo;0;AL; 0644 062C;;;;N;;;;; +FCCA;ARABIC LIGATURE LAM WITH HAH INITIAL FORM;Lo;0;AL; 0644 062D;;;;N;;;;; +FCCB;ARABIC LIGATURE LAM WITH KHAH INITIAL FORM;Lo;0;AL; 0644 062E;;;;N;;;;; +FCCC;ARABIC LIGATURE LAM WITH MEEM INITIAL FORM;Lo;0;AL; 0644 0645;;;;N;;;;; +FCCD;ARABIC LIGATURE LAM WITH HEH INITIAL FORM;Lo;0;AL; 0644 0647;;;;N;;;;; +FCCE;ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM;Lo;0;AL; 0645 062C;;;;N;;;;; +FCCF;ARABIC LIGATURE MEEM WITH HAH INITIAL FORM;Lo;0;AL; 0645 062D;;;;N;;;;; +FCD0;ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM;Lo;0;AL; 0645 062E;;;;N;;;;; +FCD1;ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0645 0645;;;;N;;;;; +FCD2;ARABIC LIGATURE NOON WITH JEEM INITIAL FORM;Lo;0;AL; 0646 062C;;;;N;;;;; +FCD3;ARABIC LIGATURE NOON WITH HAH INITIAL FORM;Lo;0;AL; 0646 062D;;;;N;;;;; +FCD4;ARABIC LIGATURE NOON WITH KHAH INITIAL FORM;Lo;0;AL; 0646 062E;;;;N;;;;; +FCD5;ARABIC LIGATURE NOON WITH MEEM INITIAL FORM;Lo;0;AL; 0646 0645;;;;N;;;;; +FCD6;ARABIC LIGATURE NOON WITH HEH INITIAL FORM;Lo;0;AL; 0646 0647;;;;N;;;;; +FCD7;ARABIC LIGATURE HEH WITH JEEM INITIAL FORM;Lo;0;AL; 0647 062C;;;;N;;;;; +FCD8;ARABIC LIGATURE HEH WITH MEEM INITIAL FORM;Lo;0;AL; 0647 0645;;;;N;;;;; +FCD9;ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM;Lo;0;AL; 0647 0670;;;;N;;;;; +FCDA;ARABIC LIGATURE YEH WITH JEEM INITIAL FORM;Lo;0;AL; 064A 062C;;;;N;;;;; +FCDB;ARABIC LIGATURE YEH WITH HAH INITIAL FORM;Lo;0;AL; 064A 062D;;;;N;;;;; +FCDC;ARABIC LIGATURE YEH WITH KHAH INITIAL FORM;Lo;0;AL; 064A 062E;;;;N;;;;; +FCDD;ARABIC LIGATURE YEH WITH MEEM INITIAL FORM;Lo;0;AL; 064A 0645;;;;N;;;;; +FCDE;ARABIC LIGATURE YEH WITH HEH INITIAL FORM;Lo;0;AL; 064A 0647;;;;N;;;;; +FCDF;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM;Lo;0;AL; 0626 0645;;;;N;;;;; +FCE0;ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM;Lo;0;AL; 0626 0647;;;;N;;;;; +FCE1;ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM;Lo;0;AL; 0628 0645;;;;N;;;;; +FCE2;ARABIC LIGATURE BEH WITH HEH MEDIAL FORM;Lo;0;AL; 0628 0647;;;;N;;;;; +FCE3;ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM;Lo;0;AL; 062A 0645;;;;N;;;;; +FCE4;ARABIC LIGATURE TEH WITH HEH MEDIAL FORM;Lo;0;AL; 062A 0647;;;;N;;;;; +FCE5;ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM;Lo;0;AL; 062B 0645;;;;N;;;;; +FCE6;ARABIC LIGATURE THEH WITH HEH MEDIAL FORM;Lo;0;AL; 062B 0647;;;;N;;;;; +FCE7;ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM;Lo;0;AL; 0633 0645;;;;N;;;;; +FCE8;ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM;Lo;0;AL; 0633 0647;;;;N;;;;; +FCE9;ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM;Lo;0;AL; 0634 0645;;;;N;;;;; +FCEA;ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM;Lo;0;AL; 0634 0647;;;;N;;;;; +FCEB;ARABIC LIGATURE KAF WITH LAM MEDIAL FORM;Lo;0;AL; 0643 0644;;;;N;;;;; +FCEC;ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM;Lo;0;AL; 0643 0645;;;;N;;;;; +FCED;ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM;Lo;0;AL; 0644 0645;;;;N;;;;; +FCEE;ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM;Lo;0;AL; 0646 0645;;;;N;;;;; +FCEF;ARABIC LIGATURE NOON WITH HEH MEDIAL FORM;Lo;0;AL; 0646 0647;;;;N;;;;; +FCF0;ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM;Lo;0;AL; 064A 0645;;;;N;;;;; +FCF1;ARABIC LIGATURE YEH WITH HEH MEDIAL FORM;Lo;0;AL; 064A 0647;;;;N;;;;; +FCF2;ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM;Lo;0;AL; 0640 064E 0651;;;;N;;;;; +FCF3;ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM;Lo;0;AL; 0640 064F 0651;;;;N;;;;; +FCF4;ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM;Lo;0;AL; 0640 0650 0651;;;;N;;;;; +FCF5;ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0637 0649;;;;N;;;;; +FCF6;ARABIC LIGATURE TAH WITH YEH ISOLATED FORM;Lo;0;AL; 0637 064A;;;;N;;;;; +FCF7;ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0639 0649;;;;N;;;;; +FCF8;ARABIC LIGATURE AIN WITH YEH ISOLATED FORM;Lo;0;AL; 0639 064A;;;;N;;;;; +FCF9;ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 063A 0649;;;;N;;;;; +FCFA;ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM;Lo;0;AL; 063A 064A;;;;N;;;;; +FCFB;ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0633 0649;;;;N;;;;; +FCFC;ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM;Lo;0;AL; 0633 064A;;;;N;;;;; +FCFD;ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0634 0649;;;;N;;;;; +FCFE;ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM;Lo;0;AL; 0634 064A;;;;N;;;;; +FCFF;ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 062D 0649;;;;N;;;;; +FD00;ARABIC LIGATURE HAH WITH YEH ISOLATED FORM;Lo;0;AL; 062D 064A;;;;N;;;;; +FD01;ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 062C 0649;;;;N;;;;; +FD02;ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM;Lo;0;AL; 062C 064A;;;;N;;;;; +FD03;ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 062E 0649;;;;N;;;;; +FD04;ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM;Lo;0;AL; 062E 064A;;;;N;;;;; +FD05;ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0635 0649;;;;N;;;;; +FD06;ARABIC LIGATURE SAD WITH YEH ISOLATED FORM;Lo;0;AL; 0635 064A;;;;N;;;;; +FD07;ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0636 0649;;;;N;;;;; +FD08;ARABIC LIGATURE DAD WITH YEH ISOLATED FORM;Lo;0;AL; 0636 064A;;;;N;;;;; +FD09;ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM;Lo;0;AL; 0634 062C;;;;N;;;;; +FD0A;ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM;Lo;0;AL; 0634 062D;;;;N;;;;; +FD0B;ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM;Lo;0;AL; 0634 062E;;;;N;;;;; +FD0C;ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM;Lo;0;AL; 0634 0645;;;;N;;;;; +FD0D;ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM;Lo;0;AL; 0634 0631;;;;N;;;;; +FD0E;ARABIC LIGATURE SEEN WITH REH ISOLATED FORM;Lo;0;AL; 0633 0631;;;;N;;;;; +FD0F;ARABIC LIGATURE SAD WITH REH ISOLATED FORM;Lo;0;AL; 0635 0631;;;;N;;;;; +FD10;ARABIC LIGATURE DAD WITH REH ISOLATED FORM;Lo;0;AL; 0636 0631;;;;N;;;;; +FD11;ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0637 0649;;;;N;;;;; +FD12;ARABIC LIGATURE TAH WITH YEH FINAL FORM;Lo;0;AL; 0637 064A;;;;N;;;;; +FD13;ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0639 0649;;;;N;;;;; +FD14;ARABIC LIGATURE AIN WITH YEH FINAL FORM;Lo;0;AL; 0639 064A;;;;N;;;;; +FD15;ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 063A 0649;;;;N;;;;; +FD16;ARABIC LIGATURE GHAIN WITH YEH FINAL FORM;Lo;0;AL; 063A 064A;;;;N;;;;; +FD17;ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0633 0649;;;;N;;;;; +FD18;ARABIC LIGATURE SEEN WITH YEH FINAL FORM;Lo;0;AL; 0633 064A;;;;N;;;;; +FD19;ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0634 0649;;;;N;;;;; +FD1A;ARABIC LIGATURE SHEEN WITH YEH FINAL FORM;Lo;0;AL; 0634 064A;;;;N;;;;; +FD1B;ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062D 0649;;;;N;;;;; +FD1C;ARABIC LIGATURE HAH WITH YEH FINAL FORM;Lo;0;AL; 062D 064A;;;;N;;;;; +FD1D;ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062C 0649;;;;N;;;;; +FD1E;ARABIC LIGATURE JEEM WITH YEH FINAL FORM;Lo;0;AL; 062C 064A;;;;N;;;;; +FD1F;ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062E 0649;;;;N;;;;; +FD20;ARABIC LIGATURE KHAH WITH YEH FINAL FORM;Lo;0;AL; 062E 064A;;;;N;;;;; +FD21;ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0635 0649;;;;N;;;;; +FD22;ARABIC LIGATURE SAD WITH YEH FINAL FORM;Lo;0;AL; 0635 064A;;;;N;;;;; +FD23;ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0636 0649;;;;N;;;;; +FD24;ARABIC LIGATURE DAD WITH YEH FINAL FORM;Lo;0;AL; 0636 064A;;;;N;;;;; +FD25;ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM;Lo;0;AL; 0634 062C;;;;N;;;;; +FD26;ARABIC LIGATURE SHEEN WITH HAH FINAL FORM;Lo;0;AL; 0634 062D;;;;N;;;;; +FD27;ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM;Lo;0;AL; 0634 062E;;;;N;;;;; +FD28;ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM;Lo;0;AL; 0634 0645;;;;N;;;;; +FD29;ARABIC LIGATURE SHEEN WITH REH FINAL FORM;Lo;0;AL; 0634 0631;;;;N;;;;; +FD2A;ARABIC LIGATURE SEEN WITH REH FINAL FORM;Lo;0;AL; 0633 0631;;;;N;;;;; +FD2B;ARABIC LIGATURE SAD WITH REH FINAL FORM;Lo;0;AL; 0635 0631;;;;N;;;;; +FD2C;ARABIC LIGATURE DAD WITH REH FINAL FORM;Lo;0;AL; 0636 0631;;;;N;;;;; +FD2D;ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM;Lo;0;AL; 0634 062C;;;;N;;;;; +FD2E;ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM;Lo;0;AL; 0634 062D;;;;N;;;;; +FD2F;ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM;Lo;0;AL; 0634 062E;;;;N;;;;; +FD30;ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM;Lo;0;AL; 0634 0645;;;;N;;;;; +FD31;ARABIC LIGATURE SEEN WITH HEH INITIAL FORM;Lo;0;AL; 0633 0647;;;;N;;;;; +FD32;ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM;Lo;0;AL; 0634 0647;;;;N;;;;; +FD33;ARABIC LIGATURE TAH WITH MEEM INITIAL FORM;Lo;0;AL; 0637 0645;;;;N;;;;; +FD34;ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM;Lo;0;AL; 0633 062C;;;;N;;;;; +FD35;ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM;Lo;0;AL; 0633 062D;;;;N;;;;; +FD36;ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM;Lo;0;AL; 0633 062E;;;;N;;;;; +FD37;ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM;Lo;0;AL; 0634 062C;;;;N;;;;; +FD38;ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM;Lo;0;AL; 0634 062D;;;;N;;;;; +FD39;ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM;Lo;0;AL; 0634 062E;;;;N;;;;; +FD3A;ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM;Lo;0;AL; 0637 0645;;;;N;;;;; +FD3B;ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM;Lo;0;AL; 0638 0645;;;;N;;;;; +FD3C;ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM;Lo;0;AL; 0627 064B;;;;N;;;;; +FD3D;ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM;Lo;0;AL; 0627 064B;;;;N;;;;; +FD3E;ORNATE LEFT PARENTHESIS;Ps;0;ON;;;;;N;;;;; +FD3F;ORNATE RIGHT PARENTHESIS;Pe;0;ON;;;;;N;;;;; +FD50;ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM;Lo;0;AL; 062A 062C 0645;;;;N;;;;; +FD51;ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM;Lo;0;AL; 062A 062D 062C;;;;N;;;;; +FD52;ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM;Lo;0;AL; 062A 062D 062C;;;;N;;;;; +FD53;ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM;Lo;0;AL; 062A 062D 0645;;;;N;;;;; +FD54;ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM;Lo;0;AL; 062A 062E 0645;;;;N;;;;; +FD55;ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM;Lo;0;AL; 062A 0645 062C;;;;N;;;;; +FD56;ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM;Lo;0;AL; 062A 0645 062D;;;;N;;;;; +FD57;ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM;Lo;0;AL; 062A 0645 062E;;;;N;;;;; +FD58;ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM;Lo;0;AL; 062C 0645 062D;;;;N;;;;; +FD59;ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM;Lo;0;AL; 062C 0645 062D;;;;N;;;;; +FD5A;ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 062D 0645 064A;;;;N;;;;; +FD5B;ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062D 0645 0649;;;;N;;;;; +FD5C;ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM;Lo;0;AL; 0633 062D 062C;;;;N;;;;; +FD5D;ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM;Lo;0;AL; 0633 062C 062D;;;;N;;;;; +FD5E;ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0633 062C 0649;;;;N;;;;; +FD5F;ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM;Lo;0;AL; 0633 0645 062D;;;;N;;;;; +FD60;ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM;Lo;0;AL; 0633 0645 062D;;;;N;;;;; +FD61;ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM;Lo;0;AL; 0633 0645 062C;;;;N;;;;; +FD62;ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0633 0645 0645;;;;N;;;;; +FD63;ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0633 0645 0645;;;;N;;;;; +FD64;ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM;Lo;0;AL; 0635 062D 062D;;;;N;;;;; +FD65;ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM;Lo;0;AL; 0635 062D 062D;;;;N;;;;; +FD66;ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0635 0645 0645;;;;N;;;;; +FD67;ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM;Lo;0;AL; 0634 062D 0645;;;;N;;;;; +FD68;ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM;Lo;0;AL; 0634 062D 0645;;;;N;;;;; +FD69;ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 0634 062C 064A;;;;N;;;;; +FD6A;ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM;Lo;0;AL; 0634 0645 062E;;;;N;;;;; +FD6B;ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM;Lo;0;AL; 0634 0645 062E;;;;N;;;;; +FD6C;ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0634 0645 0645;;;;N;;;;; +FD6D;ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0634 0645 0645;;;;N;;;;; +FD6E;ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0636 062D 0649;;;;N;;;;; +FD6F;ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM;Lo;0;AL; 0636 062E 0645;;;;N;;;;; +FD70;ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM;Lo;0;AL; 0636 062E 0645;;;;N;;;;; +FD71;ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM;Lo;0;AL; 0637 0645 062D;;;;N;;;;; +FD72;ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM;Lo;0;AL; 0637 0645 062D;;;;N;;;;; +FD73;ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0637 0645 0645;;;;N;;;;; +FD74;ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0637 0645 064A;;;;N;;;;; +FD75;ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM;Lo;0;AL; 0639 062C 0645;;;;N;;;;; +FD76;ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0639 0645 0645;;;;N;;;;; +FD77;ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0639 0645 0645;;;;N;;;;; +FD78;ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0639 0645 0649;;;;N;;;;; +FD79;ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 063A 0645 0645;;;;N;;;;; +FD7A;ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 063A 0645 064A;;;;N;;;;; +FD7B;ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 063A 0645 0649;;;;N;;;;; +FD7C;ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM;Lo;0;AL; 0641 062E 0645;;;;N;;;;; +FD7D;ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM;Lo;0;AL; 0641 062E 0645;;;;N;;;;; +FD7E;ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM;Lo;0;AL; 0642 0645 062D;;;;N;;;;; +FD7F;ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0642 0645 0645;;;;N;;;;; +FD80;ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM;Lo;0;AL; 0644 062D 0645;;;;N;;;;; +FD81;ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0644 062D 064A;;;;N;;;;; +FD82;ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0644 062D 0649;;;;N;;;;; +FD83;ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM;Lo;0;AL; 0644 062C 062C;;;;N;;;;; +FD84;ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM;Lo;0;AL; 0644 062C 062C;;;;N;;;;; +FD85;ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM;Lo;0;AL; 0644 062E 0645;;;;N;;;;; +FD86;ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM;Lo;0;AL; 0644 062E 0645;;;;N;;;;; +FD87;ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM;Lo;0;AL; 0644 0645 062D;;;;N;;;;; +FD88;ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM;Lo;0;AL; 0644 0645 062D;;;;N;;;;; +FD89;ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM;Lo;0;AL; 0645 062D 062C;;;;N;;;;; +FD8A;ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM;Lo;0;AL; 0645 062D 0645;;;;N;;;;; +FD8B;ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0645 062D 064A;;;;N;;;;; +FD8C;ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM;Lo;0;AL; 0645 062C 062D;;;;N;;;;; +FD8D;ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0645 062C 0645;;;;N;;;;; +FD8E;ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM;Lo;0;AL; 0645 062E 062C;;;;N;;;;; +FD8F;ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM;Lo;0;AL; 0645 062E 0645;;;;N;;;;; +FD92;ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM;Lo;0;AL; 0645 062C 062E;;;;N;;;;; +FD93;ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM;Lo;0;AL; 0647 0645 062C;;;;N;;;;; +FD94;ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0647 0645 0645;;;;N;;;;; +FD95;ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM;Lo;0;AL; 0646 062D 0645;;;;N;;;;; +FD96;ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0646 062D 0649;;;;N;;;;; +FD97;ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM;Lo;0;AL; 0646 062C 0645;;;;N;;;;; +FD98;ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0646 062C 0645;;;;N;;;;; +FD99;ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0646 062C 0649;;;;N;;;;; +FD9A;ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0646 0645 064A;;;;N;;;;; +FD9B;ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0646 0645 0649;;;;N;;;;; +FD9C;ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 064A 0645 0645;;;;N;;;;; +FD9D;ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 064A 0645 0645;;;;N;;;;; +FD9E;ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM;Lo;0;AL; 0628 062E 064A;;;;N;;;;; +FD9F;ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 062A 062C 064A;;;;N;;;;; +FDA0;ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062A 062C 0649;;;;N;;;;; +FDA1;ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM;Lo;0;AL; 062A 062E 064A;;;;N;;;;; +FDA2;ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062A 062E 0649;;;;N;;;;; +FDA3;ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 062A 0645 064A;;;;N;;;;; +FDA4;ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062A 0645 0649;;;;N;;;;; +FDA5;ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 062C 0645 064A;;;;N;;;;; +FDA6;ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062C 062D 0649;;;;N;;;;; +FDA7;ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 062C 0645 0649;;;;N;;;;; +FDA8;ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM;Lo;0;AL; 0633 062E 0649;;;;N;;;;; +FDA9;ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0635 062D 064A;;;;N;;;;; +FDAA;ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0634 062D 064A;;;;N;;;;; +FDAB;ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0636 062D 064A;;;;N;;;;; +FDAC;ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 0644 062C 064A;;;;N;;;;; +FDAD;ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0644 0645 064A;;;;N;;;;; +FDAE;ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 064A 062D 064A;;;;N;;;;; +FDAF;ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 064A 062C 064A;;;;N;;;;; +FDB0;ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 064A 0645 064A;;;;N;;;;; +FDB1;ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0645 0645 064A;;;;N;;;;; +FDB2;ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0642 0645 064A;;;;N;;;;; +FDB3;ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0646 062D 064A;;;;N;;;;; +FDB4;ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM;Lo;0;AL; 0642 0645 062D;;;;N;;;;; +FDB5;ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM;Lo;0;AL; 0644 062D 0645;;;;N;;;;; +FDB6;ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0639 0645 064A;;;;N;;;;; +FDB7;ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0643 0645 064A;;;;N;;;;; +FDB8;ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM;Lo;0;AL; 0646 062C 062D;;;;N;;;;; +FDB9;ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM;Lo;0;AL; 0645 062E 064A;;;;N;;;;; +FDBA;ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0644 062C 0645;;;;N;;;;; +FDBB;ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM;Lo;0;AL; 0643 0645 0645;;;;N;;;;; +FDBC;ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM;Lo;0;AL; 0644 062C 0645;;;;N;;;;; +FDBD;ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM;Lo;0;AL; 0646 062C 062D;;;;N;;;;; +FDBE;ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 062C 062D 064A;;;;N;;;;; +FDBF;ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 062D 062C 064A;;;;N;;;;; +FDC0;ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 0645 062C 064A;;;;N;;;;; +FDC1;ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM;Lo;0;AL; 0641 0645 064A;;;;N;;;;; +FDC2;ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM;Lo;0;AL; 0628 062D 064A;;;;N;;;;; +FDC3;ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0643 0645 0645;;;;N;;;;; +FDC4;ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0639 062C 0645;;;;N;;;;; +FDC5;ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM;Lo;0;AL; 0635 0645 0645;;;;N;;;;; +FDC6;ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM;Lo;0;AL; 0633 062E 064A;;;;N;;;;; +FDC7;ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM;Lo;0;AL; 0646 062C 064A;;;;N;;;;; +FDF0;ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM;Lo;0;AL; 0635 0644 06D2;;;;N;;;;; +FDF1;ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM;Lo;0;AL; 0642 0644 06D2;;;;N;;;;; +FDF2;ARABIC LIGATURE ALLAH ISOLATED FORM;Lo;0;AL; 0627 0644 0644 0647;;;;N;;;;; +FDF3;ARABIC LIGATURE AKBAR ISOLATED FORM;Lo;0;AL; 0627 0643 0628 0631;;;;N;;;;; +FDF4;ARABIC LIGATURE MOHAMMAD ISOLATED FORM;Lo;0;AL; 0645 062D 0645 062F;;;;N;;;;; +FDF5;ARABIC LIGATURE SALAM ISOLATED FORM;Lo;0;AL; 0635 0644 0639 0645;;;;N;;;;; +FDF6;ARABIC LIGATURE RASOUL ISOLATED FORM;Lo;0;AL; 0631 0633 0648 0644;;;;N;;;;; +FDF7;ARABIC LIGATURE ALAYHE ISOLATED FORM;Lo;0;AL; 0639 0644 064A 0647;;;;N;;;;; +FDF8;ARABIC LIGATURE WASALLAM ISOLATED FORM;Lo;0;AL; 0648 0633 0644 0645;;;;N;;;;; +FDF9;ARABIC LIGATURE SALLA ISOLATED FORM;Lo;0;AL; 0635 0644 0649;;;;N;;;;; +FDFA;ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM;Lo;0;AL; 0635 0644 0649 0020 0627 0644 0644 0647 0020 0639 0644 064A 0647 0020 0648 0633 0644 0645;;;;N;ARABIC LETTER SALLALLAHOU ALAYHE WASALLAM;;;; +FDFB;ARABIC LIGATURE JALLAJALALOUHOU;Lo;0;AL; 062C 0644 0020 062C 0644 0627 0644 0647;;;;N;ARABIC LETTER JALLAJALALOUHOU;;;; +FDFC;RIAL SIGN;Sc;0;AL; 0631 06CC 0627 0644;;;;N;;;;; +FDFD;ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM;So;0;ON;;;;;N;;;;; +FE00;VARIATION SELECTOR-1;Mn;0;NSM;;;;;N;;;;; +FE01;VARIATION SELECTOR-2;Mn;0;NSM;;;;;N;;;;; +FE02;VARIATION SELECTOR-3;Mn;0;NSM;;;;;N;;;;; +FE03;VARIATION SELECTOR-4;Mn;0;NSM;;;;;N;;;;; +FE04;VARIATION SELECTOR-5;Mn;0;NSM;;;;;N;;;;; +FE05;VARIATION SELECTOR-6;Mn;0;NSM;;;;;N;;;;; +FE06;VARIATION SELECTOR-7;Mn;0;NSM;;;;;N;;;;; +FE07;VARIATION SELECTOR-8;Mn;0;NSM;;;;;N;;;;; +FE08;VARIATION SELECTOR-9;Mn;0;NSM;;;;;N;;;;; +FE09;VARIATION SELECTOR-10;Mn;0;NSM;;;;;N;;;;; +FE0A;VARIATION SELECTOR-11;Mn;0;NSM;;;;;N;;;;; +FE0B;VARIATION SELECTOR-12;Mn;0;NSM;;;;;N;;;;; +FE0C;VARIATION SELECTOR-13;Mn;0;NSM;;;;;N;;;;; +FE0D;VARIATION SELECTOR-14;Mn;0;NSM;;;;;N;;;;; +FE0E;VARIATION SELECTOR-15;Mn;0;NSM;;;;;N;;;;; +FE0F;VARIATION SELECTOR-16;Mn;0;NSM;;;;;N;;;;; +FE10;PRESENTATION FORM FOR VERTICAL COMMA;Po;0;ON; 002C;;;;N;;;;; +FE11;PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA;Po;0;ON; 3001;;;;N;;;;; +FE12;PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP;Po;0;ON; 3002;;;;N;;;;; +FE13;PRESENTATION FORM FOR VERTICAL COLON;Po;0;ON; 003A;;;;N;;;;; +FE14;PRESENTATION FORM FOR VERTICAL SEMICOLON;Po;0;ON; 003B;;;;N;;;;; +FE15;PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK;Po;0;ON; 0021;;;;N;;;;; +FE16;PRESENTATION FORM FOR VERTICAL QUESTION MARK;Po;0;ON; 003F;;;;N;;;;; +FE17;PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET;Ps;0;ON; 3016;;;;N;;;;; +FE18;PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET;Pe;0;ON; 3017;;;;N;;;;; +FE19;PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS;Po;0;ON; 2026;;;;N;;;;; +FE20;COMBINING LIGATURE LEFT HALF;Mn;230;NSM;;;;;N;;;;; +FE21;COMBINING LIGATURE RIGHT HALF;Mn;230;NSM;;;;;N;;;;; +FE22;COMBINING DOUBLE TILDE LEFT HALF;Mn;230;NSM;;;;;N;;;;; +FE23;COMBINING DOUBLE TILDE RIGHT HALF;Mn;230;NSM;;;;;N;;;;; +FE24;COMBINING MACRON LEFT HALF;Mn;230;NSM;;;;;N;;;;; +FE25;COMBINING MACRON RIGHT HALF;Mn;230;NSM;;;;;N;;;;; +FE26;COMBINING CONJOINING MACRON;Mn;230;NSM;;;;;N;;;;; +FE30;PRESENTATION FORM FOR VERTICAL TWO DOT LEADER;Po;0;ON; 2025;;;;N;GLYPH FOR VERTICAL TWO DOT LEADER;;;; +FE31;PRESENTATION FORM FOR VERTICAL EM DASH;Pd;0;ON; 2014;;;;N;GLYPH FOR VERTICAL EM DASH;;;; +FE32;PRESENTATION FORM FOR VERTICAL EN DASH;Pd;0;ON; 2013;;;;N;GLYPH FOR VERTICAL EN DASH;;;; +FE33;PRESENTATION FORM FOR VERTICAL LOW LINE;Pc;0;ON; 005F;;;;N;GLYPH FOR VERTICAL SPACING UNDERSCORE;;;; +FE34;PRESENTATION FORM FOR VERTICAL WAVY LOW LINE;Pc;0;ON; 005F;;;;N;GLYPH FOR VERTICAL SPACING WAVY UNDERSCORE;;;; +FE35;PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS;Ps;0;ON; 0028;;;;N;GLYPH FOR VERTICAL OPENING PARENTHESIS;;;; +FE36;PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS;Pe;0;ON; 0029;;;;N;GLYPH FOR VERTICAL CLOSING PARENTHESIS;;;; +FE37;PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET;Ps;0;ON; 007B;;;;N;GLYPH FOR VERTICAL OPENING CURLY BRACKET;;;; +FE38;PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET;Pe;0;ON; 007D;;;;N;GLYPH FOR VERTICAL CLOSING CURLY BRACKET;;;; +FE39;PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET;Ps;0;ON; 3014;;;;N;GLYPH FOR VERTICAL OPENING TORTOISE SHELL BRACKET;;;; +FE3A;PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET;Pe;0;ON; 3015;;;;N;GLYPH FOR VERTICAL CLOSING TORTOISE SHELL BRACKET;;;; +FE3B;PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET;Ps;0;ON; 3010;;;;N;GLYPH FOR VERTICAL OPENING BLACK LENTICULAR BRACKET;;;; +FE3C;PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET;Pe;0;ON; 3011;;;;N;GLYPH FOR VERTICAL CLOSING BLACK LENTICULAR BRACKET;;;; +FE3D;PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET;Ps;0;ON; 300A;;;;N;GLYPH FOR VERTICAL OPENING DOUBLE ANGLE BRACKET;;;; +FE3E;PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET;Pe;0;ON; 300B;;;;N;GLYPH FOR VERTICAL CLOSING DOUBLE ANGLE BRACKET;;;; +FE3F;PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET;Ps;0;ON; 3008;;;;N;GLYPH FOR VERTICAL OPENING ANGLE BRACKET;;;; +FE40;PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET;Pe;0;ON; 3009;;;;N;GLYPH FOR VERTICAL CLOSING ANGLE BRACKET;;;; +FE41;PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET;Ps;0;ON; 300C;;;;N;GLYPH FOR VERTICAL OPENING CORNER BRACKET;;;; +FE42;PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET;Pe;0;ON; 300D;;;;N;GLYPH FOR VERTICAL CLOSING CORNER BRACKET;;;; +FE43;PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET;Ps;0;ON; 300E;;;;N;GLYPH FOR VERTICAL OPENING WHITE CORNER BRACKET;;;; +FE44;PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET;Pe;0;ON; 300F;;;;N;GLYPH FOR VERTICAL CLOSING WHITE CORNER BRACKET;;;; +FE45;SESAME DOT;Po;0;ON;;;;;N;;;;; +FE46;WHITE SESAME DOT;Po;0;ON;;;;;N;;;;; +FE47;PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET;Ps;0;ON; 005B;;;;N;;;;; +FE48;PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET;Pe;0;ON; 005D;;;;N;;;;; +FE49;DASHED OVERLINE;Po;0;ON; 203E;;;;N;SPACING DASHED OVERSCORE;;;; +FE4A;CENTRELINE OVERLINE;Po;0;ON; 203E;;;;N;SPACING CENTERLINE OVERSCORE;;;; +FE4B;WAVY OVERLINE;Po;0;ON; 203E;;;;N;SPACING WAVY OVERSCORE;;;; +FE4C;DOUBLE WAVY OVERLINE;Po;0;ON; 203E;;;;N;SPACING DOUBLE WAVY OVERSCORE;;;; +FE4D;DASHED LOW LINE;Pc;0;ON; 005F;;;;N;SPACING DASHED UNDERSCORE;;;; +FE4E;CENTRELINE LOW LINE;Pc;0;ON; 005F;;;;N;SPACING CENTERLINE UNDERSCORE;;;; +FE4F;WAVY LOW LINE;Pc;0;ON; 005F;;;;N;SPACING WAVY UNDERSCORE;;;; +FE50;SMALL COMMA;Po;0;CS; 002C;;;;N;;;;; +FE51;SMALL IDEOGRAPHIC COMMA;Po;0;ON; 3001;;;;N;;;;; +FE52;SMALL FULL STOP;Po;0;CS; 002E;;;;N;SMALL PERIOD;;;; +FE54;SMALL SEMICOLON;Po;0;ON; 003B;;;;N;;;;; +FE55;SMALL COLON;Po;0;CS; 003A;;;;N;;;;; +FE56;SMALL QUESTION MARK;Po;0;ON; 003F;;;;N;;;;; +FE57;SMALL EXCLAMATION MARK;Po;0;ON; 0021;;;;N;;;;; +FE58;SMALL EM DASH;Pd;0;ON; 2014;;;;N;;;;; +FE59;SMALL LEFT PARENTHESIS;Ps;0;ON; 0028;;;;Y;SMALL OPENING PARENTHESIS;;;; +FE5A;SMALL RIGHT PARENTHESIS;Pe;0;ON; 0029;;;;Y;SMALL CLOSING PARENTHESIS;;;; +FE5B;SMALL LEFT CURLY BRACKET;Ps;0;ON; 007B;;;;Y;SMALL OPENING CURLY BRACKET;;;; +FE5C;SMALL RIGHT CURLY BRACKET;Pe;0;ON; 007D;;;;Y;SMALL CLOSING CURLY BRACKET;;;; +FE5D;SMALL LEFT TORTOISE SHELL BRACKET;Ps;0;ON; 3014;;;;Y;SMALL OPENING TORTOISE SHELL BRACKET;;;; +FE5E;SMALL RIGHT TORTOISE SHELL BRACKET;Pe;0;ON; 3015;;;;Y;SMALL CLOSING TORTOISE SHELL BRACKET;;;; +FE5F;SMALL NUMBER SIGN;Po;0;ET; 0023;;;;N;;;;; +FE60;SMALL AMPERSAND;Po;0;ON; 0026;;;;N;;;;; +FE61;SMALL ASTERISK;Po;0;ON; 002A;;;;N;;;;; +FE62;SMALL PLUS SIGN;Sm;0;ES; 002B;;;;N;;;;; +FE63;SMALL HYPHEN-MINUS;Pd;0;ES; 002D;;;;N;;;;; +FE64;SMALL LESS-THAN SIGN;Sm;0;ON; 003C;;;;Y;;;;; +FE65;SMALL GREATER-THAN SIGN;Sm;0;ON; 003E;;;;Y;;;;; +FE66;SMALL EQUALS SIGN;Sm;0;ON; 003D;;;;N;;;;; +FE68;SMALL REVERSE SOLIDUS;Po;0;ON; 005C;;;;N;SMALL BACKSLASH;;;; +FE69;SMALL DOLLAR SIGN;Sc;0;ET; 0024;;;;N;;;;; +FE6A;SMALL PERCENT SIGN;Po;0;ET; 0025;;;;N;;;;; +FE6B;SMALL COMMERCIAL AT;Po;0;ON; 0040;;;;N;;;;; +FE70;ARABIC FATHATAN ISOLATED FORM;Lo;0;AL; 0020 064B;;;;N;ARABIC SPACING FATHATAN;;;; +FE71;ARABIC TATWEEL WITH FATHATAN ABOVE;Lo;0;AL; 0640 064B;;;;N;ARABIC FATHATAN ON TATWEEL;;;; +FE72;ARABIC DAMMATAN ISOLATED FORM;Lo;0;AL; 0020 064C;;;;N;ARABIC SPACING DAMMATAN;;;; +FE73;ARABIC TAIL FRAGMENT;Lo;0;AL;;;;;N;;;;; +FE74;ARABIC KASRATAN ISOLATED FORM;Lo;0;AL; 0020 064D;;;;N;ARABIC SPACING KASRATAN;;;; +FE76;ARABIC FATHA ISOLATED FORM;Lo;0;AL; 0020 064E;;;;N;ARABIC SPACING FATHAH;;;; +FE77;ARABIC FATHA MEDIAL FORM;Lo;0;AL; 0640 064E;;;;N;ARABIC FATHAH ON TATWEEL;;;; +FE78;ARABIC DAMMA ISOLATED FORM;Lo;0;AL; 0020 064F;;;;N;ARABIC SPACING DAMMAH;;;; +FE79;ARABIC DAMMA MEDIAL FORM;Lo;0;AL; 0640 064F;;;;N;ARABIC DAMMAH ON TATWEEL;;;; +FE7A;ARABIC KASRA ISOLATED FORM;Lo;0;AL; 0020 0650;;;;N;ARABIC SPACING KASRAH;;;; +FE7B;ARABIC KASRA MEDIAL FORM;Lo;0;AL; 0640 0650;;;;N;ARABIC KASRAH ON TATWEEL;;;; +FE7C;ARABIC SHADDA ISOLATED FORM;Lo;0;AL; 0020 0651;;;;N;ARABIC SPACING SHADDAH;;;; +FE7D;ARABIC SHADDA MEDIAL FORM;Lo;0;AL; 0640 0651;;;;N;ARABIC SHADDAH ON TATWEEL;;;; +FE7E;ARABIC SUKUN ISOLATED FORM;Lo;0;AL; 0020 0652;;;;N;ARABIC SPACING SUKUN;;;; +FE7F;ARABIC SUKUN MEDIAL FORM;Lo;0;AL; 0640 0652;;;;N;ARABIC SUKUN ON TATWEEL;;;; +FE80;ARABIC LETTER HAMZA ISOLATED FORM;Lo;0;AL; 0621;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH;;;; +FE81;ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM;Lo;0;AL; 0622;;;;N;GLYPH FOR ISOLATE ARABIC MADDAH ON ALEF;;;; +FE82;ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM;Lo;0;AL; 0622;;;;N;GLYPH FOR FINAL ARABIC MADDAH ON ALEF;;;; +FE83;ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM;Lo;0;AL; 0623;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH ON ALEF;;;; +FE84;ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM;Lo;0;AL; 0623;;;;N;GLYPH FOR FINAL ARABIC HAMZAH ON ALEF;;;; +FE85;ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM;Lo;0;AL; 0624;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH ON WAW;;;; +FE86;ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM;Lo;0;AL; 0624;;;;N;GLYPH FOR FINAL ARABIC HAMZAH ON WAW;;;; +FE87;ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM;Lo;0;AL; 0625;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH UNDER ALEF;;;; +FE88;ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM;Lo;0;AL; 0625;;;;N;GLYPH FOR FINAL ARABIC HAMZAH UNDER ALEF;;;; +FE89;ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM;Lo;0;AL; 0626;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH ON YA;;;; +FE8A;ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM;Lo;0;AL; 0626;;;;N;GLYPH FOR FINAL ARABIC HAMZAH ON YA;;;; +FE8B;ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM;Lo;0;AL; 0626;;;;N;GLYPH FOR INITIAL ARABIC HAMZAH ON YA;;;; +FE8C;ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM;Lo;0;AL; 0626;;;;N;GLYPH FOR MEDIAL ARABIC HAMZAH ON YA;;;; +FE8D;ARABIC LETTER ALEF ISOLATED FORM;Lo;0;AL; 0627;;;;N;GLYPH FOR ISOLATE ARABIC ALEF;;;; +FE8E;ARABIC LETTER ALEF FINAL FORM;Lo;0;AL; 0627;;;;N;GLYPH FOR FINAL ARABIC ALEF;;;; +FE8F;ARABIC LETTER BEH ISOLATED FORM;Lo;0;AL; 0628;;;;N;GLYPH FOR ISOLATE ARABIC BAA;;;; +FE90;ARABIC LETTER BEH FINAL FORM;Lo;0;AL; 0628;;;;N;GLYPH FOR FINAL ARABIC BAA;;;; +FE91;ARABIC LETTER BEH INITIAL FORM;Lo;0;AL; 0628;;;;N;GLYPH FOR INITIAL ARABIC BAA;;;; +FE92;ARABIC LETTER BEH MEDIAL FORM;Lo;0;AL; 0628;;;;N;GLYPH FOR MEDIAL ARABIC BAA;;;; +FE93;ARABIC LETTER TEH MARBUTA ISOLATED FORM;Lo;0;AL; 0629;;;;N;GLYPH FOR ISOLATE ARABIC TAA MARBUTAH;;;; +FE94;ARABIC LETTER TEH MARBUTA FINAL FORM;Lo;0;AL; 0629;;;;N;GLYPH FOR FINAL ARABIC TAA MARBUTAH;;;; +FE95;ARABIC LETTER TEH ISOLATED FORM;Lo;0;AL; 062A;;;;N;GLYPH FOR ISOLATE ARABIC TAA;;;; +FE96;ARABIC LETTER TEH FINAL FORM;Lo;0;AL; 062A;;;;N;GLYPH FOR FINAL ARABIC TAA;;;; +FE97;ARABIC LETTER TEH INITIAL FORM;Lo;0;AL; 062A;;;;N;GLYPH FOR INITIAL ARABIC TAA;;;; +FE98;ARABIC LETTER TEH MEDIAL FORM;Lo;0;AL; 062A;;;;N;GLYPH FOR MEDIAL ARABIC TAA;;;; +FE99;ARABIC LETTER THEH ISOLATED FORM;Lo;0;AL; 062B;;;;N;GLYPH FOR ISOLATE ARABIC THAA;;;; +FE9A;ARABIC LETTER THEH FINAL FORM;Lo;0;AL; 062B;;;;N;GLYPH FOR FINAL ARABIC THAA;;;; +FE9B;ARABIC LETTER THEH INITIAL FORM;Lo;0;AL; 062B;;;;N;GLYPH FOR INITIAL ARABIC THAA;;;; +FE9C;ARABIC LETTER THEH MEDIAL FORM;Lo;0;AL; 062B;;;;N;GLYPH FOR MEDIAL ARABIC THAA;;;; +FE9D;ARABIC LETTER JEEM ISOLATED FORM;Lo;0;AL; 062C;;;;N;GLYPH FOR ISOLATE ARABIC JEEM;;;; +FE9E;ARABIC LETTER JEEM FINAL FORM;Lo;0;AL; 062C;;;;N;GLYPH FOR FINAL ARABIC JEEM;;;; +FE9F;ARABIC LETTER JEEM INITIAL FORM;Lo;0;AL; 062C;;;;N;GLYPH FOR INITIAL ARABIC JEEM;;;; +FEA0;ARABIC LETTER JEEM MEDIAL FORM;Lo;0;AL; 062C;;;;N;GLYPH FOR MEDIAL ARABIC JEEM;;;; +FEA1;ARABIC LETTER HAH ISOLATED FORM;Lo;0;AL; 062D;;;;N;GLYPH FOR ISOLATE ARABIC HAA;;;; +FEA2;ARABIC LETTER HAH FINAL FORM;Lo;0;AL; 062D;;;;N;GLYPH FOR FINAL ARABIC HAA;;;; +FEA3;ARABIC LETTER HAH INITIAL FORM;Lo;0;AL; 062D;;;;N;GLYPH FOR INITIAL ARABIC HAA;;;; +FEA4;ARABIC LETTER HAH MEDIAL FORM;Lo;0;AL; 062D;;;;N;GLYPH FOR MEDIAL ARABIC HAA;;;; +FEA5;ARABIC LETTER KHAH ISOLATED FORM;Lo;0;AL; 062E;;;;N;GLYPH FOR ISOLATE ARABIC KHAA;;;; +FEA6;ARABIC LETTER KHAH FINAL FORM;Lo;0;AL; 062E;;;;N;GLYPH FOR FINAL ARABIC KHAA;;;; +FEA7;ARABIC LETTER KHAH INITIAL FORM;Lo;0;AL; 062E;;;;N;GLYPH FOR INITIAL ARABIC KHAA;;;; +FEA8;ARABIC LETTER KHAH MEDIAL FORM;Lo;0;AL; 062E;;;;N;GLYPH FOR MEDIAL ARABIC KHAA;;;; +FEA9;ARABIC LETTER DAL ISOLATED FORM;Lo;0;AL; 062F;;;;N;GLYPH FOR ISOLATE ARABIC DAL;;;; +FEAA;ARABIC LETTER DAL FINAL FORM;Lo;0;AL; 062F;;;;N;GLYPH FOR FINAL ARABIC DAL;;;; +FEAB;ARABIC LETTER THAL ISOLATED FORM;Lo;0;AL; 0630;;;;N;GLYPH FOR ISOLATE ARABIC THAL;;;; +FEAC;ARABIC LETTER THAL FINAL FORM;Lo;0;AL; 0630;;;;N;GLYPH FOR FINAL ARABIC THAL;;;; +FEAD;ARABIC LETTER REH ISOLATED FORM;Lo;0;AL; 0631;;;;N;GLYPH FOR ISOLATE ARABIC RA;;;; +FEAE;ARABIC LETTER REH FINAL FORM;Lo;0;AL; 0631;;;;N;GLYPH FOR FINAL ARABIC RA;;;; +FEAF;ARABIC LETTER ZAIN ISOLATED FORM;Lo;0;AL; 0632;;;;N;GLYPH FOR ISOLATE ARABIC ZAIN;;;; +FEB0;ARABIC LETTER ZAIN FINAL FORM;Lo;0;AL; 0632;;;;N;GLYPH FOR FINAL ARABIC ZAIN;;;; +FEB1;ARABIC LETTER SEEN ISOLATED FORM;Lo;0;AL; 0633;;;;N;GLYPH FOR ISOLATE ARABIC SEEN;;;; +FEB2;ARABIC LETTER SEEN FINAL FORM;Lo;0;AL; 0633;;;;N;GLYPH FOR FINAL ARABIC SEEN;;;; +FEB3;ARABIC LETTER SEEN INITIAL FORM;Lo;0;AL; 0633;;;;N;GLYPH FOR INITIAL ARABIC SEEN;;;; +FEB4;ARABIC LETTER SEEN MEDIAL FORM;Lo;0;AL; 0633;;;;N;GLYPH FOR MEDIAL ARABIC SEEN;;;; +FEB5;ARABIC LETTER SHEEN ISOLATED FORM;Lo;0;AL; 0634;;;;N;GLYPH FOR ISOLATE ARABIC SHEEN;;;; +FEB6;ARABIC LETTER SHEEN FINAL FORM;Lo;0;AL; 0634;;;;N;GLYPH FOR FINAL ARABIC SHEEN;;;; +FEB7;ARABIC LETTER SHEEN INITIAL FORM;Lo;0;AL; 0634;;;;N;GLYPH FOR INITIAL ARABIC SHEEN;;;; +FEB8;ARABIC LETTER SHEEN MEDIAL FORM;Lo;0;AL; 0634;;;;N;GLYPH FOR MEDIAL ARABIC SHEEN;;;; +FEB9;ARABIC LETTER SAD ISOLATED FORM;Lo;0;AL; 0635;;;;N;GLYPH FOR ISOLATE ARABIC SAD;;;; +FEBA;ARABIC LETTER SAD FINAL FORM;Lo;0;AL; 0635;;;;N;GLYPH FOR FINAL ARABIC SAD;;;; +FEBB;ARABIC LETTER SAD INITIAL FORM;Lo;0;AL; 0635;;;;N;GLYPH FOR INITIAL ARABIC SAD;;;; +FEBC;ARABIC LETTER SAD MEDIAL FORM;Lo;0;AL; 0635;;;;N;GLYPH FOR MEDIAL ARABIC SAD;;;; +FEBD;ARABIC LETTER DAD ISOLATED FORM;Lo;0;AL; 0636;;;;N;GLYPH FOR ISOLATE ARABIC DAD;;;; +FEBE;ARABIC LETTER DAD FINAL FORM;Lo;0;AL; 0636;;;;N;GLYPH FOR FINAL ARABIC DAD;;;; +FEBF;ARABIC LETTER DAD INITIAL FORM;Lo;0;AL; 0636;;;;N;GLYPH FOR INITIAL ARABIC DAD;;;; +FEC0;ARABIC LETTER DAD MEDIAL FORM;Lo;0;AL; 0636;;;;N;GLYPH FOR MEDIAL ARABIC DAD;;;; +FEC1;ARABIC LETTER TAH ISOLATED FORM;Lo;0;AL; 0637;;;;N;GLYPH FOR ISOLATE ARABIC TAH;;;; +FEC2;ARABIC LETTER TAH FINAL FORM;Lo;0;AL; 0637;;;;N;GLYPH FOR FINAL ARABIC TAH;;;; +FEC3;ARABIC LETTER TAH INITIAL FORM;Lo;0;AL; 0637;;;;N;GLYPH FOR INITIAL ARABIC TAH;;;; +FEC4;ARABIC LETTER TAH MEDIAL FORM;Lo;0;AL; 0637;;;;N;GLYPH FOR MEDIAL ARABIC TAH;;;; +FEC5;ARABIC LETTER ZAH ISOLATED FORM;Lo;0;AL; 0638;;;;N;GLYPH FOR ISOLATE ARABIC DHAH;;;; +FEC6;ARABIC LETTER ZAH FINAL FORM;Lo;0;AL; 0638;;;;N;GLYPH FOR FINAL ARABIC DHAH;;;; +FEC7;ARABIC LETTER ZAH INITIAL FORM;Lo;0;AL; 0638;;;;N;GLYPH FOR INITIAL ARABIC DHAH;;;; +FEC8;ARABIC LETTER ZAH MEDIAL FORM;Lo;0;AL; 0638;;;;N;GLYPH FOR MEDIAL ARABIC DHAH;;;; +FEC9;ARABIC LETTER AIN ISOLATED FORM;Lo;0;AL; 0639;;;;N;GLYPH FOR ISOLATE ARABIC AIN;;;; +FECA;ARABIC LETTER AIN FINAL FORM;Lo;0;AL; 0639;;;;N;GLYPH FOR FINAL ARABIC AIN;;;; +FECB;ARABIC LETTER AIN INITIAL FORM;Lo;0;AL; 0639;;;;N;GLYPH FOR INITIAL ARABIC AIN;;;; +FECC;ARABIC LETTER AIN MEDIAL FORM;Lo;0;AL; 0639;;;;N;GLYPH FOR MEDIAL ARABIC AIN;;;; +FECD;ARABIC LETTER GHAIN ISOLATED FORM;Lo;0;AL; 063A;;;;N;GLYPH FOR ISOLATE ARABIC GHAIN;;;; +FECE;ARABIC LETTER GHAIN FINAL FORM;Lo;0;AL; 063A;;;;N;GLYPH FOR FINAL ARABIC GHAIN;;;; +FECF;ARABIC LETTER GHAIN INITIAL FORM;Lo;0;AL; 063A;;;;N;GLYPH FOR INITIAL ARABIC GHAIN;;;; +FED0;ARABIC LETTER GHAIN MEDIAL FORM;Lo;0;AL; 063A;;;;N;GLYPH FOR MEDIAL ARABIC GHAIN;;;; +FED1;ARABIC LETTER FEH ISOLATED FORM;Lo;0;AL; 0641;;;;N;GLYPH FOR ISOLATE ARABIC FA;;;; +FED2;ARABIC LETTER FEH FINAL FORM;Lo;0;AL; 0641;;;;N;GLYPH FOR FINAL ARABIC FA;;;; +FED3;ARABIC LETTER FEH INITIAL FORM;Lo;0;AL; 0641;;;;N;GLYPH FOR INITIAL ARABIC FA;;;; +FED4;ARABIC LETTER FEH MEDIAL FORM;Lo;0;AL; 0641;;;;N;GLYPH FOR MEDIAL ARABIC FA;;;; +FED5;ARABIC LETTER QAF ISOLATED FORM;Lo;0;AL; 0642;;;;N;GLYPH FOR ISOLATE ARABIC QAF;;;; +FED6;ARABIC LETTER QAF FINAL FORM;Lo;0;AL; 0642;;;;N;GLYPH FOR FINAL ARABIC QAF;;;; +FED7;ARABIC LETTER QAF INITIAL FORM;Lo;0;AL; 0642;;;;N;GLYPH FOR INITIAL ARABIC QAF;;;; +FED8;ARABIC LETTER QAF MEDIAL FORM;Lo;0;AL; 0642;;;;N;GLYPH FOR MEDIAL ARABIC QAF;;;; +FED9;ARABIC LETTER KAF ISOLATED FORM;Lo;0;AL; 0643;;;;N;GLYPH FOR ISOLATE ARABIC CAF;;;; +FEDA;ARABIC LETTER KAF FINAL FORM;Lo;0;AL; 0643;;;;N;GLYPH FOR FINAL ARABIC CAF;;;; +FEDB;ARABIC LETTER KAF INITIAL FORM;Lo;0;AL; 0643;;;;N;GLYPH FOR INITIAL ARABIC CAF;;;; +FEDC;ARABIC LETTER KAF MEDIAL FORM;Lo;0;AL; 0643;;;;N;GLYPH FOR MEDIAL ARABIC CAF;;;; +FEDD;ARABIC LETTER LAM ISOLATED FORM;Lo;0;AL; 0644;;;;N;GLYPH FOR ISOLATE ARABIC LAM;;;; +FEDE;ARABIC LETTER LAM FINAL FORM;Lo;0;AL; 0644;;;;N;GLYPH FOR FINAL ARABIC LAM;;;; +FEDF;ARABIC LETTER LAM INITIAL FORM;Lo;0;AL; 0644;;;;N;GLYPH FOR INITIAL ARABIC LAM;;;; +FEE0;ARABIC LETTER LAM MEDIAL FORM;Lo;0;AL; 0644;;;;N;GLYPH FOR MEDIAL ARABIC LAM;;;; +FEE1;ARABIC LETTER MEEM ISOLATED FORM;Lo;0;AL; 0645;;;;N;GLYPH FOR ISOLATE ARABIC MEEM;;;; +FEE2;ARABIC LETTER MEEM FINAL FORM;Lo;0;AL; 0645;;;;N;GLYPH FOR FINAL ARABIC MEEM;;;; +FEE3;ARABIC LETTER MEEM INITIAL FORM;Lo;0;AL; 0645;;;;N;GLYPH FOR INITIAL ARABIC MEEM;;;; +FEE4;ARABIC LETTER MEEM MEDIAL FORM;Lo;0;AL; 0645;;;;N;GLYPH FOR MEDIAL ARABIC MEEM;;;; +FEE5;ARABIC LETTER NOON ISOLATED FORM;Lo;0;AL; 0646;;;;N;GLYPH FOR ISOLATE ARABIC NOON;;;; +FEE6;ARABIC LETTER NOON FINAL FORM;Lo;0;AL; 0646;;;;N;GLYPH FOR FINAL ARABIC NOON;;;; +FEE7;ARABIC LETTER NOON INITIAL FORM;Lo;0;AL; 0646;;;;N;GLYPH FOR INITIAL ARABIC NOON;;;; +FEE8;ARABIC LETTER NOON MEDIAL FORM;Lo;0;AL; 0646;;;;N;GLYPH FOR MEDIAL ARABIC NOON;;;; +FEE9;ARABIC LETTER HEH ISOLATED FORM;Lo;0;AL; 0647;;;;N;GLYPH FOR ISOLATE ARABIC HA;;;; +FEEA;ARABIC LETTER HEH FINAL FORM;Lo;0;AL; 0647;;;;N;GLYPH FOR FINAL ARABIC HA;;;; +FEEB;ARABIC LETTER HEH INITIAL FORM;Lo;0;AL; 0647;;;;N;GLYPH FOR INITIAL ARABIC HA;;;; +FEEC;ARABIC LETTER HEH MEDIAL FORM;Lo;0;AL; 0647;;;;N;GLYPH FOR MEDIAL ARABIC HA;;;; +FEED;ARABIC LETTER WAW ISOLATED FORM;Lo;0;AL; 0648;;;;N;GLYPH FOR ISOLATE ARABIC WAW;;;; +FEEE;ARABIC LETTER WAW FINAL FORM;Lo;0;AL; 0648;;;;N;GLYPH FOR FINAL ARABIC WAW;;;; +FEEF;ARABIC LETTER ALEF MAKSURA ISOLATED FORM;Lo;0;AL; 0649;;;;N;GLYPH FOR ISOLATE ARABIC ALEF MAQSURAH;;;; +FEF0;ARABIC LETTER ALEF MAKSURA FINAL FORM;Lo;0;AL; 0649;;;;N;GLYPH FOR FINAL ARABIC ALEF MAQSURAH;;;; +FEF1;ARABIC LETTER YEH ISOLATED FORM;Lo;0;AL; 064A;;;;N;GLYPH FOR ISOLATE ARABIC YA;;;; +FEF2;ARABIC LETTER YEH FINAL FORM;Lo;0;AL; 064A;;;;N;GLYPH FOR FINAL ARABIC YA;;;; +FEF3;ARABIC LETTER YEH INITIAL FORM;Lo;0;AL; 064A;;;;N;GLYPH FOR INITIAL ARABIC YA;;;; +FEF4;ARABIC LETTER YEH MEDIAL FORM;Lo;0;AL; 064A;;;;N;GLYPH FOR MEDIAL ARABIC YA;;;; +FEF5;ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM;Lo;0;AL; 0644 0622;;;;N;GLYPH FOR ISOLATE ARABIC MADDAH ON LIGATURE LAM ALEF;;;; +FEF6;ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM;Lo;0;AL; 0644 0622;;;;N;GLYPH FOR FINAL ARABIC MADDAH ON LIGATURE LAM ALEF;;;; +FEF7;ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM;Lo;0;AL; 0644 0623;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH ON LIGATURE LAM ALEF;;;; +FEF8;ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM;Lo;0;AL; 0644 0623;;;;N;GLYPH FOR FINAL ARABIC HAMZAH ON LIGATURE LAM ALEF;;;; +FEF9;ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM;Lo;0;AL; 0644 0625;;;;N;GLYPH FOR ISOLATE ARABIC HAMZAH UNDER LIGATURE LAM ALEF;;;; +FEFA;ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM;Lo;0;AL; 0644 0625;;;;N;GLYPH FOR FINAL ARABIC HAMZAH UNDER LIGATURE LAM ALEF;;;; +FEFB;ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM;Lo;0;AL; 0644 0627;;;;N;GLYPH FOR ISOLATE ARABIC LIGATURE LAM ALEF;;;; +FEFC;ARABIC LIGATURE LAM WITH ALEF FINAL FORM;Lo;0;AL; 0644 0627;;;;N;GLYPH FOR FINAL ARABIC LIGATURE LAM ALEF;;;; +FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;; +FF01;FULLWIDTH EXCLAMATION MARK;Po;0;ON; 0021;;;;N;;;;; +FF02;FULLWIDTH QUOTATION MARK;Po;0;ON; 0022;;;;N;;;;; +FF03;FULLWIDTH NUMBER SIGN;Po;0;ET; 0023;;;;N;;;;; +FF04;FULLWIDTH DOLLAR SIGN;Sc;0;ET; 0024;;;;N;;;;; +FF05;FULLWIDTH PERCENT SIGN;Po;0;ET; 0025;;;;N;;;;; +FF06;FULLWIDTH AMPERSAND;Po;0;ON; 0026;;;;N;;;;; +FF07;FULLWIDTH APOSTROPHE;Po;0;ON; 0027;;;;N;;;;; +FF08;FULLWIDTH LEFT PARENTHESIS;Ps;0;ON; 0028;;;;Y;FULLWIDTH OPENING PARENTHESIS;;;; +FF09;FULLWIDTH RIGHT PARENTHESIS;Pe;0;ON; 0029;;;;Y;FULLWIDTH CLOSING PARENTHESIS;;;; +FF0A;FULLWIDTH ASTERISK;Po;0;ON; 002A;;;;N;;;;; +FF0B;FULLWIDTH PLUS SIGN;Sm;0;ES; 002B;;;;N;;;;; +FF0C;FULLWIDTH COMMA;Po;0;CS; 002C;;;;N;;;;; +FF0D;FULLWIDTH HYPHEN-MINUS;Pd;0;ES; 002D;;;;N;;;;; +FF0E;FULLWIDTH FULL STOP;Po;0;CS; 002E;;;;N;FULLWIDTH PERIOD;;;; +FF0F;FULLWIDTH SOLIDUS;Po;0;CS; 002F;;;;N;FULLWIDTH SLASH;;;; +FF10;FULLWIDTH DIGIT ZERO;Nd;0;EN; 0030;0;0;0;N;;;;; +FF11;FULLWIDTH DIGIT ONE;Nd;0;EN; 0031;1;1;1;N;;;;; +FF12;FULLWIDTH DIGIT TWO;Nd;0;EN; 0032;2;2;2;N;;;;; +FF13;FULLWIDTH DIGIT THREE;Nd;0;EN; 0033;3;3;3;N;;;;; +FF14;FULLWIDTH DIGIT FOUR;Nd;0;EN; 0034;4;4;4;N;;;;; +FF15;FULLWIDTH DIGIT FIVE;Nd;0;EN; 0035;5;5;5;N;;;;; +FF16;FULLWIDTH DIGIT SIX;Nd;0;EN; 0036;6;6;6;N;;;;; +FF17;FULLWIDTH DIGIT SEVEN;Nd;0;EN; 0037;7;7;7;N;;;;; +FF18;FULLWIDTH DIGIT EIGHT;Nd;0;EN; 0038;8;8;8;N;;;;; +FF19;FULLWIDTH DIGIT NINE;Nd;0;EN; 0039;9;9;9;N;;;;; +FF1A;FULLWIDTH COLON;Po;0;CS; 003A;;;;N;;;;; +FF1B;FULLWIDTH SEMICOLON;Po;0;ON; 003B;;;;N;;;;; +FF1C;FULLWIDTH LESS-THAN SIGN;Sm;0;ON; 003C;;;;Y;;;;; +FF1D;FULLWIDTH EQUALS SIGN;Sm;0;ON; 003D;;;;N;;;;; +FF1E;FULLWIDTH GREATER-THAN SIGN;Sm;0;ON; 003E;;;;Y;;;;; +FF1F;FULLWIDTH QUESTION MARK;Po;0;ON; 003F;;;;N;;;;; +FF20;FULLWIDTH COMMERCIAL AT;Po;0;ON; 0040;;;;N;;;;; +FF21;FULLWIDTH LATIN CAPITAL LETTER A;Lu;0;L; 0041;;;;N;;;;FF41; +FF22;FULLWIDTH LATIN CAPITAL LETTER B;Lu;0;L; 0042;;;;N;;;;FF42; +FF23;FULLWIDTH LATIN CAPITAL LETTER C;Lu;0;L; 0043;;;;N;;;;FF43; +FF24;FULLWIDTH LATIN CAPITAL LETTER D;Lu;0;L; 0044;;;;N;;;;FF44; +FF25;FULLWIDTH LATIN CAPITAL LETTER E;Lu;0;L; 0045;;;;N;;;;FF45; +FF26;FULLWIDTH LATIN CAPITAL LETTER F;Lu;0;L; 0046;;;;N;;;;FF46; +FF27;FULLWIDTH LATIN CAPITAL LETTER G;Lu;0;L; 0047;;;;N;;;;FF47; +FF28;FULLWIDTH LATIN CAPITAL LETTER H;Lu;0;L; 0048;;;;N;;;;FF48; +FF29;FULLWIDTH LATIN CAPITAL LETTER I;Lu;0;L; 0049;;;;N;;;;FF49; +FF2A;FULLWIDTH LATIN CAPITAL LETTER J;Lu;0;L; 004A;;;;N;;;;FF4A; +FF2B;FULLWIDTH LATIN CAPITAL LETTER K;Lu;0;L; 004B;;;;N;;;;FF4B; +FF2C;FULLWIDTH LATIN CAPITAL LETTER L;Lu;0;L; 004C;;;;N;;;;FF4C; +FF2D;FULLWIDTH LATIN CAPITAL LETTER M;Lu;0;L; 004D;;;;N;;;;FF4D; +FF2E;FULLWIDTH LATIN CAPITAL LETTER N;Lu;0;L; 004E;;;;N;;;;FF4E; +FF2F;FULLWIDTH LATIN CAPITAL LETTER O;Lu;0;L; 004F;;;;N;;;;FF4F; +FF30;FULLWIDTH LATIN CAPITAL LETTER P;Lu;0;L; 0050;;;;N;;;;FF50; +FF31;FULLWIDTH LATIN CAPITAL LETTER Q;Lu;0;L; 0051;;;;N;;;;FF51; +FF32;FULLWIDTH LATIN CAPITAL LETTER R;Lu;0;L; 0052;;;;N;;;;FF52; +FF33;FULLWIDTH LATIN CAPITAL LETTER S;Lu;0;L; 0053;;;;N;;;;FF53; +FF34;FULLWIDTH LATIN CAPITAL LETTER T;Lu;0;L; 0054;;;;N;;;;FF54; +FF35;FULLWIDTH LATIN CAPITAL LETTER U;Lu;0;L; 0055;;;;N;;;;FF55; +FF36;FULLWIDTH LATIN CAPITAL LETTER V;Lu;0;L; 0056;;;;N;;;;FF56; +FF37;FULLWIDTH LATIN CAPITAL LETTER W;Lu;0;L; 0057;;;;N;;;;FF57; +FF38;FULLWIDTH LATIN CAPITAL LETTER X;Lu;0;L; 0058;;;;N;;;;FF58; +FF39;FULLWIDTH LATIN CAPITAL LETTER Y;Lu;0;L; 0059;;;;N;;;;FF59; +FF3A;FULLWIDTH LATIN CAPITAL LETTER Z;Lu;0;L; 005A;;;;N;;;;FF5A; +FF3B;FULLWIDTH LEFT SQUARE BRACKET;Ps;0;ON; 005B;;;;Y;FULLWIDTH OPENING SQUARE BRACKET;;;; +FF3C;FULLWIDTH REVERSE SOLIDUS;Po;0;ON; 005C;;;;N;FULLWIDTH BACKSLASH;;;; +FF3D;FULLWIDTH RIGHT SQUARE BRACKET;Pe;0;ON; 005D;;;;Y;FULLWIDTH CLOSING SQUARE BRACKET;;;; +FF3E;FULLWIDTH CIRCUMFLEX ACCENT;Sk;0;ON; 005E;;;;N;FULLWIDTH SPACING CIRCUMFLEX;;;; +FF3F;FULLWIDTH LOW LINE;Pc;0;ON; 005F;;;;N;FULLWIDTH SPACING UNDERSCORE;;;; +FF40;FULLWIDTH GRAVE ACCENT;Sk;0;ON; 0060;;;;N;FULLWIDTH SPACING GRAVE;;;; +FF41;FULLWIDTH LATIN SMALL LETTER A;Ll;0;L; 0061;;;;N;;;FF21;;FF21 +FF42;FULLWIDTH LATIN SMALL LETTER B;Ll;0;L; 0062;;;;N;;;FF22;;FF22 +FF43;FULLWIDTH LATIN SMALL LETTER C;Ll;0;L; 0063;;;;N;;;FF23;;FF23 +FF44;FULLWIDTH LATIN SMALL LETTER D;Ll;0;L; 0064;;;;N;;;FF24;;FF24 +FF45;FULLWIDTH LATIN SMALL LETTER E;Ll;0;L; 0065;;;;N;;;FF25;;FF25 +FF46;FULLWIDTH LATIN SMALL LETTER F;Ll;0;L; 0066;;;;N;;;FF26;;FF26 +FF47;FULLWIDTH LATIN SMALL LETTER G;Ll;0;L; 0067;;;;N;;;FF27;;FF27 +FF48;FULLWIDTH LATIN SMALL LETTER H;Ll;0;L; 0068;;;;N;;;FF28;;FF28 +FF49;FULLWIDTH LATIN SMALL LETTER I;Ll;0;L; 0069;;;;N;;;FF29;;FF29 +FF4A;FULLWIDTH LATIN SMALL LETTER J;Ll;0;L; 006A;;;;N;;;FF2A;;FF2A +FF4B;FULLWIDTH LATIN SMALL LETTER K;Ll;0;L; 006B;;;;N;;;FF2B;;FF2B +FF4C;FULLWIDTH LATIN SMALL LETTER L;Ll;0;L; 006C;;;;N;;;FF2C;;FF2C +FF4D;FULLWIDTH LATIN SMALL LETTER M;Ll;0;L; 006D;;;;N;;;FF2D;;FF2D +FF4E;FULLWIDTH LATIN SMALL LETTER N;Ll;0;L; 006E;;;;N;;;FF2E;;FF2E +FF4F;FULLWIDTH LATIN SMALL LETTER O;Ll;0;L; 006F;;;;N;;;FF2F;;FF2F +FF50;FULLWIDTH LATIN SMALL LETTER P;Ll;0;L; 0070;;;;N;;;FF30;;FF30 +FF51;FULLWIDTH LATIN SMALL LETTER Q;Ll;0;L; 0071;;;;N;;;FF31;;FF31 +FF52;FULLWIDTH LATIN SMALL LETTER R;Ll;0;L; 0072;;;;N;;;FF32;;FF32 +FF53;FULLWIDTH LATIN SMALL LETTER S;Ll;0;L; 0073;;;;N;;;FF33;;FF33 +FF54;FULLWIDTH LATIN SMALL LETTER T;Ll;0;L; 0074;;;;N;;;FF34;;FF34 +FF55;FULLWIDTH LATIN SMALL LETTER U;Ll;0;L; 0075;;;;N;;;FF35;;FF35 +FF56;FULLWIDTH LATIN SMALL LETTER V;Ll;0;L; 0076;;;;N;;;FF36;;FF36 +FF57;FULLWIDTH LATIN SMALL LETTER W;Ll;0;L; 0077;;;;N;;;FF37;;FF37 +FF58;FULLWIDTH LATIN SMALL LETTER X;Ll;0;L; 0078;;;;N;;;FF38;;FF38 +FF59;FULLWIDTH LATIN SMALL LETTER Y;Ll;0;L; 0079;;;;N;;;FF39;;FF39 +FF5A;FULLWIDTH LATIN SMALL LETTER Z;Ll;0;L; 007A;;;;N;;;FF3A;;FF3A +FF5B;FULLWIDTH LEFT CURLY BRACKET;Ps;0;ON; 007B;;;;Y;FULLWIDTH OPENING CURLY BRACKET;;;; +FF5C;FULLWIDTH VERTICAL LINE;Sm;0;ON; 007C;;;;N;FULLWIDTH VERTICAL BAR;;;; +FF5D;FULLWIDTH RIGHT CURLY BRACKET;Pe;0;ON; 007D;;;;Y;FULLWIDTH CLOSING CURLY BRACKET;;;; +FF5E;FULLWIDTH TILDE;Sm;0;ON; 007E;;;;N;FULLWIDTH SPACING TILDE;;;; +FF5F;FULLWIDTH LEFT WHITE PARENTHESIS;Ps;0;ON; 2985;;;;Y;;;;; +FF60;FULLWIDTH RIGHT WHITE PARENTHESIS;Pe;0;ON; 2986;;;;Y;;;;; +FF61;HALFWIDTH IDEOGRAPHIC FULL STOP;Po;0;ON; 3002;;;;N;HALFWIDTH IDEOGRAPHIC PERIOD;;;; +FF62;HALFWIDTH LEFT CORNER BRACKET;Ps;0;ON; 300C;;;;Y;HALFWIDTH OPENING CORNER BRACKET;;;; +FF63;HALFWIDTH RIGHT CORNER BRACKET;Pe;0;ON; 300D;;;;Y;HALFWIDTH CLOSING CORNER BRACKET;;;; +FF64;HALFWIDTH IDEOGRAPHIC COMMA;Po;0;ON; 3001;;;;N;;;;; +FF65;HALFWIDTH KATAKANA MIDDLE DOT;Po;0;ON; 30FB;;;;N;;;;; +FF66;HALFWIDTH KATAKANA LETTER WO;Lo;0;L; 30F2;;;;N;;;;; +FF67;HALFWIDTH KATAKANA LETTER SMALL A;Lo;0;L; 30A1;;;;N;;;;; +FF68;HALFWIDTH KATAKANA LETTER SMALL I;Lo;0;L; 30A3;;;;N;;;;; +FF69;HALFWIDTH KATAKANA LETTER SMALL U;Lo;0;L; 30A5;;;;N;;;;; +FF6A;HALFWIDTH KATAKANA LETTER SMALL E;Lo;0;L; 30A7;;;;N;;;;; +FF6B;HALFWIDTH KATAKANA LETTER SMALL O;Lo;0;L; 30A9;;;;N;;;;; +FF6C;HALFWIDTH KATAKANA LETTER SMALL YA;Lo;0;L; 30E3;;;;N;;;;; +FF6D;HALFWIDTH KATAKANA LETTER SMALL YU;Lo;0;L; 30E5;;;;N;;;;; +FF6E;HALFWIDTH KATAKANA LETTER SMALL YO;Lo;0;L; 30E7;;;;N;;;;; +FF6F;HALFWIDTH KATAKANA LETTER SMALL TU;Lo;0;L; 30C3;;;;N;;;;; +FF70;HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK;Lm;0;L; 30FC;;;;N;;;;; +FF71;HALFWIDTH KATAKANA LETTER A;Lo;0;L; 30A2;;;;N;;;;; +FF72;HALFWIDTH KATAKANA LETTER I;Lo;0;L; 30A4;;;;N;;;;; +FF73;HALFWIDTH KATAKANA LETTER U;Lo;0;L; 30A6;;;;N;;;;; +FF74;HALFWIDTH KATAKANA LETTER E;Lo;0;L; 30A8;;;;N;;;;; +FF75;HALFWIDTH KATAKANA LETTER O;Lo;0;L; 30AA;;;;N;;;;; +FF76;HALFWIDTH KATAKANA LETTER KA;Lo;0;L; 30AB;;;;N;;;;; +FF77;HALFWIDTH KATAKANA LETTER KI;Lo;0;L; 30AD;;;;N;;;;; +FF78;HALFWIDTH KATAKANA LETTER KU;Lo;0;L; 30AF;;;;N;;;;; +FF79;HALFWIDTH KATAKANA LETTER KE;Lo;0;L; 30B1;;;;N;;;;; +FF7A;HALFWIDTH KATAKANA LETTER KO;Lo;0;L; 30B3;;;;N;;;;; +FF7B;HALFWIDTH KATAKANA LETTER SA;Lo;0;L; 30B5;;;;N;;;;; +FF7C;HALFWIDTH KATAKANA LETTER SI;Lo;0;L; 30B7;;;;N;;;;; +FF7D;HALFWIDTH KATAKANA LETTER SU;Lo;0;L; 30B9;;;;N;;;;; +FF7E;HALFWIDTH KATAKANA LETTER SE;Lo;0;L; 30BB;;;;N;;;;; +FF7F;HALFWIDTH KATAKANA LETTER SO;Lo;0;L; 30BD;;;;N;;;;; +FF80;HALFWIDTH KATAKANA LETTER TA;Lo;0;L; 30BF;;;;N;;;;; +FF81;HALFWIDTH KATAKANA LETTER TI;Lo;0;L; 30C1;;;;N;;;;; +FF82;HALFWIDTH KATAKANA LETTER TU;Lo;0;L; 30C4;;;;N;;;;; +FF83;HALFWIDTH KATAKANA LETTER TE;Lo;0;L; 30C6;;;;N;;;;; +FF84;HALFWIDTH KATAKANA LETTER TO;Lo;0;L; 30C8;;;;N;;;;; +FF85;HALFWIDTH KATAKANA LETTER NA;Lo;0;L; 30CA;;;;N;;;;; +FF86;HALFWIDTH KATAKANA LETTER NI;Lo;0;L; 30CB;;;;N;;;;; +FF87;HALFWIDTH KATAKANA LETTER NU;Lo;0;L; 30CC;;;;N;;;;; +FF88;HALFWIDTH KATAKANA LETTER NE;Lo;0;L; 30CD;;;;N;;;;; +FF89;HALFWIDTH KATAKANA LETTER NO;Lo;0;L; 30CE;;;;N;;;;; +FF8A;HALFWIDTH KATAKANA LETTER HA;Lo;0;L; 30CF;;;;N;;;;; +FF8B;HALFWIDTH KATAKANA LETTER HI;Lo;0;L; 30D2;;;;N;;;;; +FF8C;HALFWIDTH KATAKANA LETTER HU;Lo;0;L; 30D5;;;;N;;;;; +FF8D;HALFWIDTH KATAKANA LETTER HE;Lo;0;L; 30D8;;;;N;;;;; +FF8E;HALFWIDTH KATAKANA LETTER HO;Lo;0;L; 30DB;;;;N;;;;; +FF8F;HALFWIDTH KATAKANA LETTER MA;Lo;0;L; 30DE;;;;N;;;;; +FF90;HALFWIDTH KATAKANA LETTER MI;Lo;0;L; 30DF;;;;N;;;;; +FF91;HALFWIDTH KATAKANA LETTER MU;Lo;0;L; 30E0;;;;N;;;;; +FF92;HALFWIDTH KATAKANA LETTER ME;Lo;0;L; 30E1;;;;N;;;;; +FF93;HALFWIDTH KATAKANA LETTER MO;Lo;0;L; 30E2;;;;N;;;;; +FF94;HALFWIDTH KATAKANA LETTER YA;Lo;0;L; 30E4;;;;N;;;;; +FF95;HALFWIDTH KATAKANA LETTER YU;Lo;0;L; 30E6;;;;N;;;;; +FF96;HALFWIDTH KATAKANA LETTER YO;Lo;0;L; 30E8;;;;N;;;;; +FF97;HALFWIDTH KATAKANA LETTER RA;Lo;0;L; 30E9;;;;N;;;;; +FF98;HALFWIDTH KATAKANA LETTER RI;Lo;0;L; 30EA;;;;N;;;;; +FF99;HALFWIDTH KATAKANA LETTER RU;Lo;0;L; 30EB;;;;N;;;;; +FF9A;HALFWIDTH KATAKANA LETTER RE;Lo;0;L; 30EC;;;;N;;;;; +FF9B;HALFWIDTH KATAKANA LETTER RO;Lo;0;L; 30ED;;;;N;;;;; +FF9C;HALFWIDTH KATAKANA LETTER WA;Lo;0;L; 30EF;;;;N;;;;; +FF9D;HALFWIDTH KATAKANA LETTER N;Lo;0;L; 30F3;;;;N;;;;; +FF9E;HALFWIDTH KATAKANA VOICED SOUND MARK;Lm;0;L; 3099;;;;N;;;;; +FF9F;HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK;Lm;0;L; 309A;;;;N;;;;; +FFA0;HALFWIDTH HANGUL FILLER;Lo;0;L; 3164;;;;N;HALFWIDTH HANGUL CAE OM;;;; +FFA1;HALFWIDTH HANGUL LETTER KIYEOK;Lo;0;L; 3131;;;;N;HALFWIDTH HANGUL LETTER GIYEOG;;;; +FFA2;HALFWIDTH HANGUL LETTER SSANGKIYEOK;Lo;0;L; 3132;;;;N;HALFWIDTH HANGUL LETTER SSANG GIYEOG;;;; +FFA3;HALFWIDTH HANGUL LETTER KIYEOK-SIOS;Lo;0;L; 3133;;;;N;HALFWIDTH HANGUL LETTER GIYEOG SIOS;;;; +FFA4;HALFWIDTH HANGUL LETTER NIEUN;Lo;0;L; 3134;;;;N;;;;; +FFA5;HALFWIDTH HANGUL LETTER NIEUN-CIEUC;Lo;0;L; 3135;;;;N;HALFWIDTH HANGUL LETTER NIEUN JIEUJ;;;; +FFA6;HALFWIDTH HANGUL LETTER NIEUN-HIEUH;Lo;0;L; 3136;;;;N;HALFWIDTH HANGUL LETTER NIEUN HIEUH;;;; +FFA7;HALFWIDTH HANGUL LETTER TIKEUT;Lo;0;L; 3137;;;;N;HALFWIDTH HANGUL LETTER DIGEUD;;;; +FFA8;HALFWIDTH HANGUL LETTER SSANGTIKEUT;Lo;0;L; 3138;;;;N;HALFWIDTH HANGUL LETTER SSANG DIGEUD;;;; +FFA9;HALFWIDTH HANGUL LETTER RIEUL;Lo;0;L; 3139;;;;N;HALFWIDTH HANGUL LETTER LIEUL;;;; +FFAA;HALFWIDTH HANGUL LETTER RIEUL-KIYEOK;Lo;0;L; 313A;;;;N;HALFWIDTH HANGUL LETTER LIEUL GIYEOG;;;; +FFAB;HALFWIDTH HANGUL LETTER RIEUL-MIEUM;Lo;0;L; 313B;;;;N;HALFWIDTH HANGUL LETTER LIEUL MIEUM;;;; +FFAC;HALFWIDTH HANGUL LETTER RIEUL-PIEUP;Lo;0;L; 313C;;;;N;HALFWIDTH HANGUL LETTER LIEUL BIEUB;;;; +FFAD;HALFWIDTH HANGUL LETTER RIEUL-SIOS;Lo;0;L; 313D;;;;N;HALFWIDTH HANGUL LETTER LIEUL SIOS;;;; +FFAE;HALFWIDTH HANGUL LETTER RIEUL-THIEUTH;Lo;0;L; 313E;;;;N;HALFWIDTH HANGUL LETTER LIEUL TIEUT;;;; +FFAF;HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH;Lo;0;L; 313F;;;;N;HALFWIDTH HANGUL LETTER LIEUL PIEUP;;;; +FFB0;HALFWIDTH HANGUL LETTER RIEUL-HIEUH;Lo;0;L; 3140;;;;N;HALFWIDTH HANGUL LETTER LIEUL HIEUH;;;; +FFB1;HALFWIDTH HANGUL LETTER MIEUM;Lo;0;L; 3141;;;;N;;;;; +FFB2;HALFWIDTH HANGUL LETTER PIEUP;Lo;0;L; 3142;;;;N;HALFWIDTH HANGUL LETTER BIEUB;;;; +FFB3;HALFWIDTH HANGUL LETTER SSANGPIEUP;Lo;0;L; 3143;;;;N;HALFWIDTH HANGUL LETTER SSANG BIEUB;;;; +FFB4;HALFWIDTH HANGUL LETTER PIEUP-SIOS;Lo;0;L; 3144;;;;N;HALFWIDTH HANGUL LETTER BIEUB SIOS;;;; +FFB5;HALFWIDTH HANGUL LETTER SIOS;Lo;0;L; 3145;;;;N;;;;; +FFB6;HALFWIDTH HANGUL LETTER SSANGSIOS;Lo;0;L; 3146;;;;N;HALFWIDTH HANGUL LETTER SSANG SIOS;;;; +FFB7;HALFWIDTH HANGUL LETTER IEUNG;Lo;0;L; 3147;;;;N;;;;; +FFB8;HALFWIDTH HANGUL LETTER CIEUC;Lo;0;L; 3148;;;;N;HALFWIDTH HANGUL LETTER JIEUJ;;;; +FFB9;HALFWIDTH HANGUL LETTER SSANGCIEUC;Lo;0;L; 3149;;;;N;HALFWIDTH HANGUL LETTER SSANG JIEUJ;;;; +FFBA;HALFWIDTH HANGUL LETTER CHIEUCH;Lo;0;L; 314A;;;;N;HALFWIDTH HANGUL LETTER CIEUC;;;; +FFBB;HALFWIDTH HANGUL LETTER KHIEUKH;Lo;0;L; 314B;;;;N;HALFWIDTH HANGUL LETTER KIYEOK;;;; +FFBC;HALFWIDTH HANGUL LETTER THIEUTH;Lo;0;L; 314C;;;;N;HALFWIDTH HANGUL LETTER TIEUT;;;; +FFBD;HALFWIDTH HANGUL LETTER PHIEUPH;Lo;0;L; 314D;;;;N;HALFWIDTH HANGUL LETTER PIEUP;;;; +FFBE;HALFWIDTH HANGUL LETTER HIEUH;Lo;0;L; 314E;;;;N;;;;; +FFC2;HALFWIDTH HANGUL LETTER A;Lo;0;L; 314F;;;;N;;;;; +FFC3;HALFWIDTH HANGUL LETTER AE;Lo;0;L; 3150;;;;N;;;;; +FFC4;HALFWIDTH HANGUL LETTER YA;Lo;0;L; 3151;;;;N;;;;; +FFC5;HALFWIDTH HANGUL LETTER YAE;Lo;0;L; 3152;;;;N;;;;; +FFC6;HALFWIDTH HANGUL LETTER EO;Lo;0;L; 3153;;;;N;;;;; +FFC7;HALFWIDTH HANGUL LETTER E;Lo;0;L; 3154;;;;N;;;;; +FFCA;HALFWIDTH HANGUL LETTER YEO;Lo;0;L; 3155;;;;N;;;;; +FFCB;HALFWIDTH HANGUL LETTER YE;Lo;0;L; 3156;;;;N;;;;; +FFCC;HALFWIDTH HANGUL LETTER O;Lo;0;L; 3157;;;;N;;;;; +FFCD;HALFWIDTH HANGUL LETTER WA;Lo;0;L; 3158;;;;N;;;;; +FFCE;HALFWIDTH HANGUL LETTER WAE;Lo;0;L; 3159;;;;N;;;;; +FFCF;HALFWIDTH HANGUL LETTER OE;Lo;0;L; 315A;;;;N;;;;; +FFD2;HALFWIDTH HANGUL LETTER YO;Lo;0;L; 315B;;;;N;;;;; +FFD3;HALFWIDTH HANGUL LETTER U;Lo;0;L; 315C;;;;N;;;;; +FFD4;HALFWIDTH HANGUL LETTER WEO;Lo;0;L; 315D;;;;N;;;;; +FFD5;HALFWIDTH HANGUL LETTER WE;Lo;0;L; 315E;;;;N;;;;; +FFD6;HALFWIDTH HANGUL LETTER WI;Lo;0;L; 315F;;;;N;;;;; +FFD7;HALFWIDTH HANGUL LETTER YU;Lo;0;L; 3160;;;;N;;;;; +FFDA;HALFWIDTH HANGUL LETTER EU;Lo;0;L; 3161;;;;N;;;;; +FFDB;HALFWIDTH HANGUL LETTER YI;Lo;0;L; 3162;;;;N;;;;; +FFDC;HALFWIDTH HANGUL LETTER I;Lo;0;L; 3163;;;;N;;;;; +FFE0;FULLWIDTH CENT SIGN;Sc;0;ET; 00A2;;;;N;;;;; +FFE1;FULLWIDTH POUND SIGN;Sc;0;ET; 00A3;;;;N;;;;; +FFE2;FULLWIDTH NOT SIGN;Sm;0;ON; 00AC;;;;N;;;;; +FFE3;FULLWIDTH MACRON;Sk;0;ON; 00AF;;;;N;FULLWIDTH SPACING MACRON;;;; +FFE4;FULLWIDTH BROKEN BAR;So;0;ON; 00A6;;;;N;FULLWIDTH BROKEN VERTICAL BAR;;;; +FFE5;FULLWIDTH YEN SIGN;Sc;0;ET; 00A5;;;;N;;;;; +FFE6;FULLWIDTH WON SIGN;Sc;0;ET; 20A9;;;;N;;;;; +FFE8;HALFWIDTH FORMS LIGHT VERTICAL;So;0;ON; 2502;;;;N;;;;; +FFE9;HALFWIDTH LEFTWARDS ARROW;Sm;0;ON; 2190;;;;N;;;;; +FFEA;HALFWIDTH UPWARDS ARROW;Sm;0;ON; 2191;;;;N;;;;; +FFEB;HALFWIDTH RIGHTWARDS ARROW;Sm;0;ON; 2192;;;;N;;;;; +FFEC;HALFWIDTH DOWNWARDS ARROW;Sm;0;ON; 2193;;;;N;;;;; +FFED;HALFWIDTH BLACK SQUARE;So;0;ON; 25A0;;;;N;;;;; +FFEE;HALFWIDTH WHITE CIRCLE;So;0;ON; 25CB;;;;N;;;;; +FFF9;INTERLINEAR ANNOTATION ANCHOR;Cf;0;ON;;;;;N;;;;; +FFFA;INTERLINEAR ANNOTATION SEPARATOR;Cf;0;ON;;;;;N;;;;; +FFFB;INTERLINEAR ANNOTATION TERMINATOR;Cf;0;ON;;;;;N;;;;; +FFFC;OBJECT REPLACEMENT CHARACTER;So;0;ON;;;;;N;;;;; +FFFD;REPLACEMENT CHARACTER;So;0;ON;;;;;N;;;;; +10000;LINEAR B SYLLABLE B008 A;Lo;0;L;;;;;N;;;;; +10001;LINEAR B SYLLABLE B038 E;Lo;0;L;;;;;N;;;;; +10002;LINEAR B SYLLABLE B028 I;Lo;0;L;;;;;N;;;;; +10003;LINEAR B SYLLABLE B061 O;Lo;0;L;;;;;N;;;;; +10004;LINEAR B SYLLABLE B010 U;Lo;0;L;;;;;N;;;;; +10005;LINEAR B SYLLABLE B001 DA;Lo;0;L;;;;;N;;;;; +10006;LINEAR B SYLLABLE B045 DE;Lo;0;L;;;;;N;;;;; +10007;LINEAR B SYLLABLE B007 DI;Lo;0;L;;;;;N;;;;; +10008;LINEAR B SYLLABLE B014 DO;Lo;0;L;;;;;N;;;;; +10009;LINEAR B SYLLABLE B051 DU;Lo;0;L;;;;;N;;;;; +1000A;LINEAR B SYLLABLE B057 JA;Lo;0;L;;;;;N;;;;; +1000B;LINEAR B SYLLABLE B046 JE;Lo;0;L;;;;;N;;;;; +1000D;LINEAR B SYLLABLE B036 JO;Lo;0;L;;;;;N;;;;; +1000E;LINEAR B SYLLABLE B065 JU;Lo;0;L;;;;;N;;;;; +1000F;LINEAR B SYLLABLE B077 KA;Lo;0;L;;;;;N;;;;; +10010;LINEAR B SYLLABLE B044 KE;Lo;0;L;;;;;N;;;;; +10011;LINEAR B SYLLABLE B067 KI;Lo;0;L;;;;;N;;;;; +10012;LINEAR B SYLLABLE B070 KO;Lo;0;L;;;;;N;;;;; +10013;LINEAR B SYLLABLE B081 KU;Lo;0;L;;;;;N;;;;; +10014;LINEAR B SYLLABLE B080 MA;Lo;0;L;;;;;N;;;;; +10015;LINEAR B SYLLABLE B013 ME;Lo;0;L;;;;;N;;;;; +10016;LINEAR B SYLLABLE B073 MI;Lo;0;L;;;;;N;;;;; +10017;LINEAR B SYLLABLE B015 MO;Lo;0;L;;;;;N;;;;; +10018;LINEAR B SYLLABLE B023 MU;Lo;0;L;;;;;N;;;;; +10019;LINEAR B SYLLABLE B006 NA;Lo;0;L;;;;;N;;;;; +1001A;LINEAR B SYLLABLE B024 NE;Lo;0;L;;;;;N;;;;; +1001B;LINEAR B SYLLABLE B030 NI;Lo;0;L;;;;;N;;;;; +1001C;LINEAR B SYLLABLE B052 NO;Lo;0;L;;;;;N;;;;; +1001D;LINEAR B SYLLABLE B055 NU;Lo;0;L;;;;;N;;;;; +1001E;LINEAR B SYLLABLE B003 PA;Lo;0;L;;;;;N;;;;; +1001F;LINEAR B SYLLABLE B072 PE;Lo;0;L;;;;;N;;;;; +10020;LINEAR B SYLLABLE B039 PI;Lo;0;L;;;;;N;;;;; +10021;LINEAR B SYLLABLE B011 PO;Lo;0;L;;;;;N;;;;; +10022;LINEAR B SYLLABLE B050 PU;Lo;0;L;;;;;N;;;;; +10023;LINEAR B SYLLABLE B016 QA;Lo;0;L;;;;;N;;;;; +10024;LINEAR B SYLLABLE B078 QE;Lo;0;L;;;;;N;;;;; +10025;LINEAR B SYLLABLE B021 QI;Lo;0;L;;;;;N;;;;; +10026;LINEAR B SYLLABLE B032 QO;Lo;0;L;;;;;N;;;;; +10028;LINEAR B SYLLABLE B060 RA;Lo;0;L;;;;;N;;;;; +10029;LINEAR B SYLLABLE B027 RE;Lo;0;L;;;;;N;;;;; +1002A;LINEAR B SYLLABLE B053 RI;Lo;0;L;;;;;N;;;;; +1002B;LINEAR B SYLLABLE B002 RO;Lo;0;L;;;;;N;;;;; +1002C;LINEAR B SYLLABLE B026 RU;Lo;0;L;;;;;N;;;;; +1002D;LINEAR B SYLLABLE B031 SA;Lo;0;L;;;;;N;;;;; +1002E;LINEAR B SYLLABLE B009 SE;Lo;0;L;;;;;N;;;;; +1002F;LINEAR B SYLLABLE B041 SI;Lo;0;L;;;;;N;;;;; +10030;LINEAR B SYLLABLE B012 SO;Lo;0;L;;;;;N;;;;; +10031;LINEAR B SYLLABLE B058 SU;Lo;0;L;;;;;N;;;;; +10032;LINEAR B SYLLABLE B059 TA;Lo;0;L;;;;;N;;;;; +10033;LINEAR B SYLLABLE B004 TE;Lo;0;L;;;;;N;;;;; +10034;LINEAR B SYLLABLE B037 TI;Lo;0;L;;;;;N;;;;; +10035;LINEAR B SYLLABLE B005 TO;Lo;0;L;;;;;N;;;;; +10036;LINEAR B SYLLABLE B069 TU;Lo;0;L;;;;;N;;;;; +10037;LINEAR B SYLLABLE B054 WA;Lo;0;L;;;;;N;;;;; +10038;LINEAR B SYLLABLE B075 WE;Lo;0;L;;;;;N;;;;; +10039;LINEAR B SYLLABLE B040 WI;Lo;0;L;;;;;N;;;;; +1003A;LINEAR B SYLLABLE B042 WO;Lo;0;L;;;;;N;;;;; +1003C;LINEAR B SYLLABLE B017 ZA;Lo;0;L;;;;;N;;;;; +1003D;LINEAR B SYLLABLE B074 ZE;Lo;0;L;;;;;N;;;;; +1003F;LINEAR B SYLLABLE B020 ZO;Lo;0;L;;;;;N;;;;; +10040;LINEAR B SYLLABLE B025 A2;Lo;0;L;;;;;N;;;;; +10041;LINEAR B SYLLABLE B043 A3;Lo;0;L;;;;;N;;;;; +10042;LINEAR B SYLLABLE B085 AU;Lo;0;L;;;;;N;;;;; +10043;LINEAR B SYLLABLE B071 DWE;Lo;0;L;;;;;N;;;;; +10044;LINEAR B SYLLABLE B090 DWO;Lo;0;L;;;;;N;;;;; +10045;LINEAR B SYLLABLE B048 NWA;Lo;0;L;;;;;N;;;;; +10046;LINEAR B SYLLABLE B029 PU2;Lo;0;L;;;;;N;;;;; +10047;LINEAR B SYLLABLE B062 PTE;Lo;0;L;;;;;N;;;;; +10048;LINEAR B SYLLABLE B076 RA2;Lo;0;L;;;;;N;;;;; +10049;LINEAR B SYLLABLE B033 RA3;Lo;0;L;;;;;N;;;;; +1004A;LINEAR B SYLLABLE B068 RO2;Lo;0;L;;;;;N;;;;; +1004B;LINEAR B SYLLABLE B066 TA2;Lo;0;L;;;;;N;;;;; +1004C;LINEAR B SYLLABLE B087 TWE;Lo;0;L;;;;;N;;;;; +1004D;LINEAR B SYLLABLE B091 TWO;Lo;0;L;;;;;N;;;;; +10050;LINEAR B SYMBOL B018;Lo;0;L;;;;;N;;;;; +10051;LINEAR B SYMBOL B019;Lo;0;L;;;;;N;;;;; +10052;LINEAR B SYMBOL B022;Lo;0;L;;;;;N;;;;; +10053;LINEAR B SYMBOL B034;Lo;0;L;;;;;N;;;;; +10054;LINEAR B SYMBOL B047;Lo;0;L;;;;;N;;;;; +10055;LINEAR B SYMBOL B049;Lo;0;L;;;;;N;;;;; +10056;LINEAR B SYMBOL B056;Lo;0;L;;;;;N;;;;; +10057;LINEAR B SYMBOL B063;Lo;0;L;;;;;N;;;;; +10058;LINEAR B SYMBOL B064;Lo;0;L;;;;;N;;;;; +10059;LINEAR B SYMBOL B079;Lo;0;L;;;;;N;;;;; +1005A;LINEAR B SYMBOL B082;Lo;0;L;;;;;N;;;;; +1005B;LINEAR B SYMBOL B083;Lo;0;L;;;;;N;;;;; +1005C;LINEAR B SYMBOL B086;Lo;0;L;;;;;N;;;;; +1005D;LINEAR B SYMBOL B089;Lo;0;L;;;;;N;;;;; +10080;LINEAR B IDEOGRAM B100 MAN;Lo;0;L;;;;;N;;;;; +10081;LINEAR B IDEOGRAM B102 WOMAN;Lo;0;L;;;;;N;;;;; +10082;LINEAR B IDEOGRAM B104 DEER;Lo;0;L;;;;;N;;;;; +10083;LINEAR B IDEOGRAM B105 EQUID;Lo;0;L;;;;;N;;;;; +10084;LINEAR B IDEOGRAM B105F MARE;Lo;0;L;;;;;N;;;;; +10085;LINEAR B IDEOGRAM B105M STALLION;Lo;0;L;;;;;N;;;;; +10086;LINEAR B IDEOGRAM B106F EWE;Lo;0;L;;;;;N;;;;; +10087;LINEAR B IDEOGRAM B106M RAM;Lo;0;L;;;;;N;;;;; +10088;LINEAR B IDEOGRAM B107F SHE-GOAT;Lo;0;L;;;;;N;;;;; +10089;LINEAR B IDEOGRAM B107M HE-GOAT;Lo;0;L;;;;;N;;;;; +1008A;LINEAR B IDEOGRAM B108F SOW;Lo;0;L;;;;;N;;;;; +1008B;LINEAR B IDEOGRAM B108M BOAR;Lo;0;L;;;;;N;;;;; +1008C;LINEAR B IDEOGRAM B109F COW;Lo;0;L;;;;;N;;;;; +1008D;LINEAR B IDEOGRAM B109M BULL;Lo;0;L;;;;;N;;;;; +1008E;LINEAR B IDEOGRAM B120 WHEAT;Lo;0;L;;;;;N;;;;; +1008F;LINEAR B IDEOGRAM B121 BARLEY;Lo;0;L;;;;;N;;;;; +10090;LINEAR B IDEOGRAM B122 OLIVE;Lo;0;L;;;;;N;;;;; +10091;LINEAR B IDEOGRAM B123 SPICE;Lo;0;L;;;;;N;;;;; +10092;LINEAR B IDEOGRAM B125 CYPERUS;Lo;0;L;;;;;N;;;;; +10093;LINEAR B MONOGRAM B127 KAPO;Lo;0;L;;;;;N;;;;; +10094;LINEAR B MONOGRAM B128 KANAKO;Lo;0;L;;;;;N;;;;; +10095;LINEAR B IDEOGRAM B130 OIL;Lo;0;L;;;;;N;;;;; +10096;LINEAR B IDEOGRAM B131 WINE;Lo;0;L;;;;;N;;;;; +10097;LINEAR B IDEOGRAM B132;Lo;0;L;;;;;N;;;;; +10098;LINEAR B MONOGRAM B133 AREPA;Lo;0;L;;;;;N;;;;; +10099;LINEAR B MONOGRAM B135 MERI;Lo;0;L;;;;;N;;;;; +1009A;LINEAR B IDEOGRAM B140 BRONZE;Lo;0;L;;;;;N;;;;; +1009B;LINEAR B IDEOGRAM B141 GOLD;Lo;0;L;;;;;N;;;;; +1009C;LINEAR B IDEOGRAM B142;Lo;0;L;;;;;N;;;;; +1009D;LINEAR B IDEOGRAM B145 WOOL;Lo;0;L;;;;;N;;;;; +1009E;LINEAR B IDEOGRAM B146;Lo;0;L;;;;;N;;;;; +1009F;LINEAR B IDEOGRAM B150;Lo;0;L;;;;;N;;;;; +100A0;LINEAR B IDEOGRAM B151 HORN;Lo;0;L;;;;;N;;;;; +100A1;LINEAR B IDEOGRAM B152;Lo;0;L;;;;;N;;;;; +100A2;LINEAR B IDEOGRAM B153;Lo;0;L;;;;;N;;;;; +100A3;LINEAR B IDEOGRAM B154;Lo;0;L;;;;;N;;;;; +100A4;LINEAR B MONOGRAM B156 TURO2;Lo;0;L;;;;;N;;;;; +100A5;LINEAR B IDEOGRAM B157;Lo;0;L;;;;;N;;;;; +100A6;LINEAR B IDEOGRAM B158;Lo;0;L;;;;;N;;;;; +100A7;LINEAR B IDEOGRAM B159 CLOTH;Lo;0;L;;;;;N;;;;; +100A8;LINEAR B IDEOGRAM B160;Lo;0;L;;;;;N;;;;; +100A9;LINEAR B IDEOGRAM B161;Lo;0;L;;;;;N;;;;; +100AA;LINEAR B IDEOGRAM B162 GARMENT;Lo;0;L;;;;;N;;;;; +100AB;LINEAR B IDEOGRAM B163 ARMOUR;Lo;0;L;;;;;N;;;;; +100AC;LINEAR B IDEOGRAM B164;Lo;0;L;;;;;N;;;;; +100AD;LINEAR B IDEOGRAM B165;Lo;0;L;;;;;N;;;;; +100AE;LINEAR B IDEOGRAM B166;Lo;0;L;;;;;N;;;;; +100AF;LINEAR B IDEOGRAM B167;Lo;0;L;;;;;N;;;;; +100B0;LINEAR B IDEOGRAM B168;Lo;0;L;;;;;N;;;;; +100B1;LINEAR B IDEOGRAM B169;Lo;0;L;;;;;N;;;;; +100B2;LINEAR B IDEOGRAM B170;Lo;0;L;;;;;N;;;;; +100B3;LINEAR B IDEOGRAM B171;Lo;0;L;;;;;N;;;;; +100B4;LINEAR B IDEOGRAM B172;Lo;0;L;;;;;N;;;;; +100B5;LINEAR B IDEOGRAM B173 MONTH;Lo;0;L;;;;;N;;;;; +100B6;LINEAR B IDEOGRAM B174;Lo;0;L;;;;;N;;;;; +100B7;LINEAR B IDEOGRAM B176 TREE;Lo;0;L;;;;;N;;;;; +100B8;LINEAR B IDEOGRAM B177;Lo;0;L;;;;;N;;;;; +100B9;LINEAR B IDEOGRAM B178;Lo;0;L;;;;;N;;;;; +100BA;LINEAR B IDEOGRAM B179;Lo;0;L;;;;;N;;;;; +100BB;LINEAR B IDEOGRAM B180;Lo;0;L;;;;;N;;;;; +100BC;LINEAR B IDEOGRAM B181;Lo;0;L;;;;;N;;;;; +100BD;LINEAR B IDEOGRAM B182;Lo;0;L;;;;;N;;;;; +100BE;LINEAR B IDEOGRAM B183;Lo;0;L;;;;;N;;;;; +100BF;LINEAR B IDEOGRAM B184;Lo;0;L;;;;;N;;;;; +100C0;LINEAR B IDEOGRAM B185;Lo;0;L;;;;;N;;;;; +100C1;LINEAR B IDEOGRAM B189;Lo;0;L;;;;;N;;;;; +100C2;LINEAR B IDEOGRAM B190;Lo;0;L;;;;;N;;;;; +100C3;LINEAR B IDEOGRAM B191 HELMET;Lo;0;L;;;;;N;;;;; +100C4;LINEAR B IDEOGRAM B220 FOOTSTOOL;Lo;0;L;;;;;N;;;;; +100C5;LINEAR B IDEOGRAM B225 BATHTUB;Lo;0;L;;;;;N;;;;; +100C6;LINEAR B IDEOGRAM B230 SPEAR;Lo;0;L;;;;;N;;;;; +100C7;LINEAR B IDEOGRAM B231 ARROW;Lo;0;L;;;;;N;;;;; +100C8;LINEAR B IDEOGRAM B232;Lo;0;L;;;;;N;;;;; +100C9;LINEAR B IDEOGRAM B233 SWORD;Lo;0;L;;;;;N;;;;; +100CA;LINEAR B IDEOGRAM B234;Lo;0;L;;;;;N;;;;; +100CB;LINEAR B IDEOGRAM B236;Lo;0;L;;;;;N;;;;; +100CC;LINEAR B IDEOGRAM B240 WHEELED CHARIOT;Lo;0;L;;;;;N;;;;; +100CD;LINEAR B IDEOGRAM B241 CHARIOT;Lo;0;L;;;;;N;;;;; +100CE;LINEAR B IDEOGRAM B242 CHARIOT FRAME;Lo;0;L;;;;;N;;;;; +100CF;LINEAR B IDEOGRAM B243 WHEEL;Lo;0;L;;;;;N;;;;; +100D0;LINEAR B IDEOGRAM B245;Lo;0;L;;;;;N;;;;; +100D1;LINEAR B IDEOGRAM B246;Lo;0;L;;;;;N;;;;; +100D2;LINEAR B MONOGRAM B247 DIPTE;Lo;0;L;;;;;N;;;;; +100D3;LINEAR B IDEOGRAM B248;Lo;0;L;;;;;N;;;;; +100D4;LINEAR B IDEOGRAM B249;Lo;0;L;;;;;N;;;;; +100D5;LINEAR B IDEOGRAM B251;Lo;0;L;;;;;N;;;;; +100D6;LINEAR B IDEOGRAM B252;Lo;0;L;;;;;N;;;;; +100D7;LINEAR B IDEOGRAM B253;Lo;0;L;;;;;N;;;;; +100D8;LINEAR B IDEOGRAM B254 DART;Lo;0;L;;;;;N;;;;; +100D9;LINEAR B IDEOGRAM B255;Lo;0;L;;;;;N;;;;; +100DA;LINEAR B IDEOGRAM B256;Lo;0;L;;;;;N;;;;; +100DB;LINEAR B IDEOGRAM B257;Lo;0;L;;;;;N;;;;; +100DC;LINEAR B IDEOGRAM B258;Lo;0;L;;;;;N;;;;; +100DD;LINEAR B IDEOGRAM B259;Lo;0;L;;;;;N;;;;; +100DE;LINEAR B IDEOGRAM VESSEL B155;Lo;0;L;;;;;N;;;;; +100DF;LINEAR B IDEOGRAM VESSEL B200;Lo;0;L;;;;;N;;;;; +100E0;LINEAR B IDEOGRAM VESSEL B201;Lo;0;L;;;;;N;;;;; +100E1;LINEAR B IDEOGRAM VESSEL B202;Lo;0;L;;;;;N;;;;; +100E2;LINEAR B IDEOGRAM VESSEL B203;Lo;0;L;;;;;N;;;;; +100E3;LINEAR B IDEOGRAM VESSEL B204;Lo;0;L;;;;;N;;;;; +100E4;LINEAR B IDEOGRAM VESSEL B205;Lo;0;L;;;;;N;;;;; +100E5;LINEAR B IDEOGRAM VESSEL B206;Lo;0;L;;;;;N;;;;; +100E6;LINEAR B IDEOGRAM VESSEL B207;Lo;0;L;;;;;N;;;;; +100E7;LINEAR B IDEOGRAM VESSEL B208;Lo;0;L;;;;;N;;;;; +100E8;LINEAR B IDEOGRAM VESSEL B209;Lo;0;L;;;;;N;;;;; +100E9;LINEAR B IDEOGRAM VESSEL B210;Lo;0;L;;;;;N;;;;; +100EA;LINEAR B IDEOGRAM VESSEL B211;Lo;0;L;;;;;N;;;;; +100EB;LINEAR B IDEOGRAM VESSEL B212;Lo;0;L;;;;;N;;;;; +100EC;LINEAR B IDEOGRAM VESSEL B213;Lo;0;L;;;;;N;;;;; +100ED;LINEAR B IDEOGRAM VESSEL B214;Lo;0;L;;;;;N;;;;; +100EE;LINEAR B IDEOGRAM VESSEL B215;Lo;0;L;;;;;N;;;;; +100EF;LINEAR B IDEOGRAM VESSEL B216;Lo;0;L;;;;;N;;;;; +100F0;LINEAR B IDEOGRAM VESSEL B217;Lo;0;L;;;;;N;;;;; +100F1;LINEAR B IDEOGRAM VESSEL B218;Lo;0;L;;;;;N;;;;; +100F2;LINEAR B IDEOGRAM VESSEL B219;Lo;0;L;;;;;N;;;;; +100F3;LINEAR B IDEOGRAM VESSEL B221;Lo;0;L;;;;;N;;;;; +100F4;LINEAR B IDEOGRAM VESSEL B222;Lo;0;L;;;;;N;;;;; +100F5;LINEAR B IDEOGRAM VESSEL B226;Lo;0;L;;;;;N;;;;; +100F6;LINEAR B IDEOGRAM VESSEL B227;Lo;0;L;;;;;N;;;;; +100F7;LINEAR B IDEOGRAM VESSEL B228;Lo;0;L;;;;;N;;;;; +100F8;LINEAR B IDEOGRAM VESSEL B229;Lo;0;L;;;;;N;;;;; +100F9;LINEAR B IDEOGRAM VESSEL B250;Lo;0;L;;;;;N;;;;; +100FA;LINEAR B IDEOGRAM VESSEL B305;Lo;0;L;;;;;N;;;;; +10100;AEGEAN WORD SEPARATOR LINE;Po;0;L;;;;;N;;;;; +10101;AEGEAN WORD SEPARATOR DOT;Po;0;ON;;;;;N;;;;; +10102;AEGEAN CHECK MARK;So;0;L;;;;;N;;;;; +10107;AEGEAN NUMBER ONE;No;0;L;;;;1;N;;;;; +10108;AEGEAN NUMBER TWO;No;0;L;;;;2;N;;;;; +10109;AEGEAN NUMBER THREE;No;0;L;;;;3;N;;;;; +1010A;AEGEAN NUMBER FOUR;No;0;L;;;;4;N;;;;; +1010B;AEGEAN NUMBER FIVE;No;0;L;;;;5;N;;;;; +1010C;AEGEAN NUMBER SIX;No;0;L;;;;6;N;;;;; +1010D;AEGEAN NUMBER SEVEN;No;0;L;;;;7;N;;;;; +1010E;AEGEAN NUMBER EIGHT;No;0;L;;;;8;N;;;;; +1010F;AEGEAN NUMBER NINE;No;0;L;;;;9;N;;;;; +10110;AEGEAN NUMBER TEN;No;0;L;;;;10;N;;;;; +10111;AEGEAN NUMBER TWENTY;No;0;L;;;;20;N;;;;; +10112;AEGEAN NUMBER THIRTY;No;0;L;;;;30;N;;;;; +10113;AEGEAN NUMBER FORTY;No;0;L;;;;40;N;;;;; +10114;AEGEAN NUMBER FIFTY;No;0;L;;;;50;N;;;;; +10115;AEGEAN NUMBER SIXTY;No;0;L;;;;60;N;;;;; +10116;AEGEAN NUMBER SEVENTY;No;0;L;;;;70;N;;;;; +10117;AEGEAN NUMBER EIGHTY;No;0;L;;;;80;N;;;;; +10118;AEGEAN NUMBER NINETY;No;0;L;;;;90;N;;;;; +10119;AEGEAN NUMBER ONE HUNDRED;No;0;L;;;;100;N;;;;; +1011A;AEGEAN NUMBER TWO HUNDRED;No;0;L;;;;200;N;;;;; +1011B;AEGEAN NUMBER THREE HUNDRED;No;0;L;;;;300;N;;;;; +1011C;AEGEAN NUMBER FOUR HUNDRED;No;0;L;;;;400;N;;;;; +1011D;AEGEAN NUMBER FIVE HUNDRED;No;0;L;;;;500;N;;;;; +1011E;AEGEAN NUMBER SIX HUNDRED;No;0;L;;;;600;N;;;;; +1011F;AEGEAN NUMBER SEVEN HUNDRED;No;0;L;;;;700;N;;;;; +10120;AEGEAN NUMBER EIGHT HUNDRED;No;0;L;;;;800;N;;;;; +10121;AEGEAN NUMBER NINE HUNDRED;No;0;L;;;;900;N;;;;; +10122;AEGEAN NUMBER ONE THOUSAND;No;0;L;;;;1000;N;;;;; +10123;AEGEAN NUMBER TWO THOUSAND;No;0;L;;;;2000;N;;;;; +10124;AEGEAN NUMBER THREE THOUSAND;No;0;L;;;;3000;N;;;;; +10125;AEGEAN NUMBER FOUR THOUSAND;No;0;L;;;;4000;N;;;;; +10126;AEGEAN NUMBER FIVE THOUSAND;No;0;L;;;;5000;N;;;;; +10127;AEGEAN NUMBER SIX THOUSAND;No;0;L;;;;6000;N;;;;; +10128;AEGEAN NUMBER SEVEN THOUSAND;No;0;L;;;;7000;N;;;;; +10129;AEGEAN NUMBER EIGHT THOUSAND;No;0;L;;;;8000;N;;;;; +1012A;AEGEAN NUMBER NINE THOUSAND;No;0;L;;;;9000;N;;;;; +1012B;AEGEAN NUMBER TEN THOUSAND;No;0;L;;;;10000;N;;;;; +1012C;AEGEAN NUMBER TWENTY THOUSAND;No;0;L;;;;20000;N;;;;; +1012D;AEGEAN NUMBER THIRTY THOUSAND;No;0;L;;;;30000;N;;;;; +1012E;AEGEAN NUMBER FORTY THOUSAND;No;0;L;;;;40000;N;;;;; +1012F;AEGEAN NUMBER FIFTY THOUSAND;No;0;L;;;;50000;N;;;;; +10130;AEGEAN NUMBER SIXTY THOUSAND;No;0;L;;;;60000;N;;;;; +10131;AEGEAN NUMBER SEVENTY THOUSAND;No;0;L;;;;70000;N;;;;; +10132;AEGEAN NUMBER EIGHTY THOUSAND;No;0;L;;;;80000;N;;;;; +10133;AEGEAN NUMBER NINETY THOUSAND;No;0;L;;;;90000;N;;;;; +10137;AEGEAN WEIGHT BASE UNIT;So;0;L;;;;;N;;;;; +10138;AEGEAN WEIGHT FIRST SUBUNIT;So;0;L;;;;;N;;;;; +10139;AEGEAN WEIGHT SECOND SUBUNIT;So;0;L;;;;;N;;;;; +1013A;AEGEAN WEIGHT THIRD SUBUNIT;So;0;L;;;;;N;;;;; +1013B;AEGEAN WEIGHT FOURTH SUBUNIT;So;0;L;;;;;N;;;;; +1013C;AEGEAN DRY MEASURE FIRST SUBUNIT;So;0;L;;;;;N;;;;; +1013D;AEGEAN LIQUID MEASURE FIRST SUBUNIT;So;0;L;;;;;N;;;;; +1013E;AEGEAN MEASURE SECOND SUBUNIT;So;0;L;;;;;N;;;;; +1013F;AEGEAN MEASURE THIRD SUBUNIT;So;0;L;;;;;N;;;;; +10140;GREEK ACROPHONIC ATTIC ONE QUARTER;Nl;0;ON;;;;1/4;N;;;;; +10141;GREEK ACROPHONIC ATTIC ONE HALF;Nl;0;ON;;;;1/2;N;;;;; +10142;GREEK ACROPHONIC ATTIC ONE DRACHMA;Nl;0;ON;;;;1;N;;;;; +10143;GREEK ACROPHONIC ATTIC FIVE;Nl;0;ON;;;;5;N;;;;; +10144;GREEK ACROPHONIC ATTIC FIFTY;Nl;0;ON;;;;50;N;;;;; +10145;GREEK ACROPHONIC ATTIC FIVE HUNDRED;Nl;0;ON;;;;500;N;;;;; +10146;GREEK ACROPHONIC ATTIC FIVE THOUSAND;Nl;0;ON;;;;5000;N;;;;; +10147;GREEK ACROPHONIC ATTIC FIFTY THOUSAND;Nl;0;ON;;;;50000;N;;;;; +10148;GREEK ACROPHONIC ATTIC FIVE TALENTS;Nl;0;ON;;;;5;N;;;;; +10149;GREEK ACROPHONIC ATTIC TEN TALENTS;Nl;0;ON;;;;10;N;;;;; +1014A;GREEK ACROPHONIC ATTIC FIFTY TALENTS;Nl;0;ON;;;;50;N;;;;; +1014B;GREEK ACROPHONIC ATTIC ONE HUNDRED TALENTS;Nl;0;ON;;;;100;N;;;;; +1014C;GREEK ACROPHONIC ATTIC FIVE HUNDRED TALENTS;Nl;0;ON;;;;500;N;;;;; +1014D;GREEK ACROPHONIC ATTIC ONE THOUSAND TALENTS;Nl;0;ON;;;;1000;N;;;;; +1014E;GREEK ACROPHONIC ATTIC FIVE THOUSAND TALENTS;Nl;0;ON;;;;5000;N;;;;; +1014F;GREEK ACROPHONIC ATTIC FIVE STATERS;Nl;0;ON;;;;5;N;;;;; +10150;GREEK ACROPHONIC ATTIC TEN STATERS;Nl;0;ON;;;;10;N;;;;; +10151;GREEK ACROPHONIC ATTIC FIFTY STATERS;Nl;0;ON;;;;50;N;;;;; +10152;GREEK ACROPHONIC ATTIC ONE HUNDRED STATERS;Nl;0;ON;;;;100;N;;;;; +10153;GREEK ACROPHONIC ATTIC FIVE HUNDRED STATERS;Nl;0;ON;;;;500;N;;;;; +10154;GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS;Nl;0;ON;;;;1000;N;;;;; +10155;GREEK ACROPHONIC ATTIC TEN THOUSAND STATERS;Nl;0;ON;;;;10000;N;;;;; +10156;GREEK ACROPHONIC ATTIC FIFTY THOUSAND STATERS;Nl;0;ON;;;;50000;N;;;;; +10157;GREEK ACROPHONIC ATTIC TEN MNAS;Nl;0;ON;;;;10;N;;;;; +10158;GREEK ACROPHONIC HERAEUM ONE PLETHRON;Nl;0;ON;;;;1;N;;;;; +10159;GREEK ACROPHONIC THESPIAN ONE;Nl;0;ON;;;;1;N;;;;; +1015A;GREEK ACROPHONIC HERMIONIAN ONE;Nl;0;ON;;;;1;N;;;;; +1015B;GREEK ACROPHONIC EPIDAUREAN TWO;Nl;0;ON;;;;2;N;;;;; +1015C;GREEK ACROPHONIC THESPIAN TWO;Nl;0;ON;;;;2;N;;;;; +1015D;GREEK ACROPHONIC CYRENAIC TWO DRACHMAS;Nl;0;ON;;;;2;N;;;;; +1015E;GREEK ACROPHONIC EPIDAUREAN TWO DRACHMAS;Nl;0;ON;;;;2;N;;;;; +1015F;GREEK ACROPHONIC TROEZENIAN FIVE;Nl;0;ON;;;;5;N;;;;; +10160;GREEK ACROPHONIC TROEZENIAN TEN;Nl;0;ON;;;;10;N;;;;; +10161;GREEK ACROPHONIC TROEZENIAN TEN ALTERNATE FORM;Nl;0;ON;;;;10;N;;;;; +10162;GREEK ACROPHONIC HERMIONIAN TEN;Nl;0;ON;;;;10;N;;;;; +10163;GREEK ACROPHONIC MESSENIAN TEN;Nl;0;ON;;;;10;N;;;;; +10164;GREEK ACROPHONIC THESPIAN TEN;Nl;0;ON;;;;10;N;;;;; +10165;GREEK ACROPHONIC THESPIAN THIRTY;Nl;0;ON;;;;30;N;;;;; +10166;GREEK ACROPHONIC TROEZENIAN FIFTY;Nl;0;ON;;;;50;N;;;;; +10167;GREEK ACROPHONIC TROEZENIAN FIFTY ALTERNATE FORM;Nl;0;ON;;;;50;N;;;;; +10168;GREEK ACROPHONIC HERMIONIAN FIFTY;Nl;0;ON;;;;50;N;;;;; +10169;GREEK ACROPHONIC THESPIAN FIFTY;Nl;0;ON;;;;50;N;;;;; +1016A;GREEK ACROPHONIC THESPIAN ONE HUNDRED;Nl;0;ON;;;;100;N;;;;; +1016B;GREEK ACROPHONIC THESPIAN THREE HUNDRED;Nl;0;ON;;;;300;N;;;;; +1016C;GREEK ACROPHONIC EPIDAUREAN FIVE HUNDRED;Nl;0;ON;;;;500;N;;;;; +1016D;GREEK ACROPHONIC TROEZENIAN FIVE HUNDRED;Nl;0;ON;;;;500;N;;;;; +1016E;GREEK ACROPHONIC THESPIAN FIVE HUNDRED;Nl;0;ON;;;;500;N;;;;; +1016F;GREEK ACROPHONIC CARYSTIAN FIVE HUNDRED;Nl;0;ON;;;;500;N;;;;; +10170;GREEK ACROPHONIC NAXIAN FIVE HUNDRED;Nl;0;ON;;;;500;N;;;;; +10171;GREEK ACROPHONIC THESPIAN ONE THOUSAND;Nl;0;ON;;;;1000;N;;;;; +10172;GREEK ACROPHONIC THESPIAN FIVE THOUSAND;Nl;0;ON;;;;5000;N;;;;; +10173;GREEK ACROPHONIC DELPHIC FIVE MNAS;Nl;0;ON;;;;5;N;;;;; +10174;GREEK ACROPHONIC STRATIAN FIFTY MNAS;Nl;0;ON;;;;50;N;;;;; +10175;GREEK ONE HALF SIGN;No;0;ON;;;;1/2;N;;;;; +10176;GREEK ONE HALF SIGN ALTERNATE FORM;No;0;ON;;;;1/2;N;;;;; +10177;GREEK TWO THIRDS SIGN;No;0;ON;;;;2/3;N;;;;; +10178;GREEK THREE QUARTERS SIGN;No;0;ON;;;;3/4;N;;;;; +10179;GREEK YEAR SIGN;So;0;ON;;;;;N;;;;; +1017A;GREEK TALENT SIGN;So;0;ON;;;;;N;;;;; +1017B;GREEK DRACHMA SIGN;So;0;ON;;;;;N;;;;; +1017C;GREEK OBOL SIGN;So;0;ON;;;;;N;;;;; +1017D;GREEK TWO OBOLS SIGN;So;0;ON;;;;;N;;;;; +1017E;GREEK THREE OBOLS SIGN;So;0;ON;;;;;N;;;;; +1017F;GREEK FOUR OBOLS SIGN;So;0;ON;;;;;N;;;;; +10180;GREEK FIVE OBOLS SIGN;So;0;ON;;;;;N;;;;; +10181;GREEK METRETES SIGN;So;0;ON;;;;;N;;;;; +10182;GREEK KYATHOS BASE SIGN;So;0;ON;;;;;N;;;;; +10183;GREEK LITRA SIGN;So;0;ON;;;;;N;;;;; +10184;GREEK OUNKIA SIGN;So;0;ON;;;;;N;;;;; +10185;GREEK XESTES SIGN;So;0;ON;;;;;N;;;;; +10186;GREEK ARTABE SIGN;So;0;ON;;;;;N;;;;; +10187;GREEK AROURA SIGN;So;0;ON;;;;;N;;;;; +10188;GREEK GRAMMA SIGN;So;0;ON;;;;;N;;;;; +10189;GREEK TRYBLION BASE SIGN;So;0;ON;;;;;N;;;;; +1018A;GREEK ZERO SIGN;No;0;ON;;;;0;N;;;;; +10190;ROMAN SEXTANS SIGN;So;0;ON;;;;;N;;;;; +10191;ROMAN UNCIA SIGN;So;0;ON;;;;;N;;;;; +10192;ROMAN SEMUNCIA SIGN;So;0;ON;;;;;N;;;;; +10193;ROMAN SEXTULA SIGN;So;0;ON;;;;;N;;;;; +10194;ROMAN DIMIDIA SEXTULA SIGN;So;0;ON;;;;;N;;;;; +10195;ROMAN SILIQUA SIGN;So;0;ON;;;;;N;;;;; +10196;ROMAN DENARIUS SIGN;So;0;ON;;;;;N;;;;; +10197;ROMAN QUINARIUS SIGN;So;0;ON;;;;;N;;;;; +10198;ROMAN SESTERTIUS SIGN;So;0;ON;;;;;N;;;;; +10199;ROMAN DUPONDIUS SIGN;So;0;ON;;;;;N;;;;; +1019A;ROMAN AS SIGN;So;0;ON;;;;;N;;;;; +1019B;ROMAN CENTURIAL SIGN;So;0;ON;;;;;N;;;;; +101D0;PHAISTOS DISC SIGN PEDESTRIAN;So;0;L;;;;;N;;;;; +101D1;PHAISTOS DISC SIGN PLUMED HEAD;So;0;L;;;;;N;;;;; +101D2;PHAISTOS DISC SIGN TATTOOED HEAD;So;0;L;;;;;N;;;;; +101D3;PHAISTOS DISC SIGN CAPTIVE;So;0;L;;;;;N;;;;; +101D4;PHAISTOS DISC SIGN CHILD;So;0;L;;;;;N;;;;; +101D5;PHAISTOS DISC SIGN WOMAN;So;0;L;;;;;N;;;;; +101D6;PHAISTOS DISC SIGN HELMET;So;0;L;;;;;N;;;;; +101D7;PHAISTOS DISC SIGN GAUNTLET;So;0;L;;;;;N;;;;; +101D8;PHAISTOS DISC SIGN TIARA;So;0;L;;;;;N;;;;; +101D9;PHAISTOS DISC SIGN ARROW;So;0;L;;;;;N;;;;; +101DA;PHAISTOS DISC SIGN BOW;So;0;L;;;;;N;;;;; +101DB;PHAISTOS DISC SIGN SHIELD;So;0;L;;;;;N;;;;; +101DC;PHAISTOS DISC SIGN CLUB;So;0;L;;;;;N;;;;; +101DD;PHAISTOS DISC SIGN MANACLES;So;0;L;;;;;N;;;;; +101DE;PHAISTOS DISC SIGN MATTOCK;So;0;L;;;;;N;;;;; +101DF;PHAISTOS DISC SIGN SAW;So;0;L;;;;;N;;;;; +101E0;PHAISTOS DISC SIGN LID;So;0;L;;;;;N;;;;; +101E1;PHAISTOS DISC SIGN BOOMERANG;So;0;L;;;;;N;;;;; +101E2;PHAISTOS DISC SIGN CARPENTRY PLANE;So;0;L;;;;;N;;;;; +101E3;PHAISTOS DISC SIGN DOLIUM;So;0;L;;;;;N;;;;; +101E4;PHAISTOS DISC SIGN COMB;So;0;L;;;;;N;;;;; +101E5;PHAISTOS DISC SIGN SLING;So;0;L;;;;;N;;;;; +101E6;PHAISTOS DISC SIGN COLUMN;So;0;L;;;;;N;;;;; +101E7;PHAISTOS DISC SIGN BEEHIVE;So;0;L;;;;;N;;;;; +101E8;PHAISTOS DISC SIGN SHIP;So;0;L;;;;;N;;;;; +101E9;PHAISTOS DISC SIGN HORN;So;0;L;;;;;N;;;;; +101EA;PHAISTOS DISC SIGN HIDE;So;0;L;;;;;N;;;;; +101EB;PHAISTOS DISC SIGN BULLS LEG;So;0;L;;;;;N;;;;; +101EC;PHAISTOS DISC SIGN CAT;So;0;L;;;;;N;;;;; +101ED;PHAISTOS DISC SIGN RAM;So;0;L;;;;;N;;;;; +101EE;PHAISTOS DISC SIGN EAGLE;So;0;L;;;;;N;;;;; +101EF;PHAISTOS DISC SIGN DOVE;So;0;L;;;;;N;;;;; +101F0;PHAISTOS DISC SIGN TUNNY;So;0;L;;;;;N;;;;; +101F1;PHAISTOS DISC SIGN BEE;So;0;L;;;;;N;;;;; +101F2;PHAISTOS DISC SIGN PLANE TREE;So;0;L;;;;;N;;;;; +101F3;PHAISTOS DISC SIGN VINE;So;0;L;;;;;N;;;;; +101F4;PHAISTOS DISC SIGN PAPYRUS;So;0;L;;;;;N;;;;; +101F5;PHAISTOS DISC SIGN ROSETTE;So;0;L;;;;;N;;;;; +101F6;PHAISTOS DISC SIGN LILY;So;0;L;;;;;N;;;;; +101F7;PHAISTOS DISC SIGN OX BACK;So;0;L;;;;;N;;;;; +101F8;PHAISTOS DISC SIGN FLUTE;So;0;L;;;;;N;;;;; +101F9;PHAISTOS DISC SIGN GRATER;So;0;L;;;;;N;;;;; +101FA;PHAISTOS DISC SIGN STRAINER;So;0;L;;;;;N;;;;; +101FB;PHAISTOS DISC SIGN SMALL AXE;So;0;L;;;;;N;;;;; +101FC;PHAISTOS DISC SIGN WAVY BAND;So;0;L;;;;;N;;;;; +101FD;PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE;Mn;220;NSM;;;;;N;;;;; +10280;LYCIAN LETTER A;Lo;0;L;;;;;N;;;;; +10281;LYCIAN LETTER E;Lo;0;L;;;;;N;;;;; +10282;LYCIAN LETTER B;Lo;0;L;;;;;N;;;;; +10283;LYCIAN LETTER BH;Lo;0;L;;;;;N;;;;; +10284;LYCIAN LETTER G;Lo;0;L;;;;;N;;;;; +10285;LYCIAN LETTER D;Lo;0;L;;;;;N;;;;; +10286;LYCIAN LETTER I;Lo;0;L;;;;;N;;;;; +10287;LYCIAN LETTER W;Lo;0;L;;;;;N;;;;; +10288;LYCIAN LETTER Z;Lo;0;L;;;;;N;;;;; +10289;LYCIAN LETTER TH;Lo;0;L;;;;;N;;;;; +1028A;LYCIAN LETTER J;Lo;0;L;;;;;N;;;;; +1028B;LYCIAN LETTER K;Lo;0;L;;;;;N;;;;; +1028C;LYCIAN LETTER Q;Lo;0;L;;;;;N;;;;; +1028D;LYCIAN LETTER L;Lo;0;L;;;;;N;;;;; +1028E;LYCIAN LETTER M;Lo;0;L;;;;;N;;;;; +1028F;LYCIAN LETTER N;Lo;0;L;;;;;N;;;;; +10290;LYCIAN LETTER MM;Lo;0;L;;;;;N;;;;; +10291;LYCIAN LETTER NN;Lo;0;L;;;;;N;;;;; +10292;LYCIAN LETTER U;Lo;0;L;;;;;N;;;;; +10293;LYCIAN LETTER P;Lo;0;L;;;;;N;;;;; +10294;LYCIAN LETTER KK;Lo;0;L;;;;;N;;;;; +10295;LYCIAN LETTER R;Lo;0;L;;;;;N;;;;; +10296;LYCIAN LETTER S;Lo;0;L;;;;;N;;;;; +10297;LYCIAN LETTER T;Lo;0;L;;;;;N;;;;; +10298;LYCIAN LETTER TT;Lo;0;L;;;;;N;;;;; +10299;LYCIAN LETTER AN;Lo;0;L;;;;;N;;;;; +1029A;LYCIAN LETTER EN;Lo;0;L;;;;;N;;;;; +1029B;LYCIAN LETTER H;Lo;0;L;;;;;N;;;;; +1029C;LYCIAN LETTER X;Lo;0;L;;;;;N;;;;; +102A0;CARIAN LETTER A;Lo;0;L;;;;;N;;;;; +102A1;CARIAN LETTER P2;Lo;0;L;;;;;N;;;;; +102A2;CARIAN LETTER D;Lo;0;L;;;;;N;;;;; +102A3;CARIAN LETTER L;Lo;0;L;;;;;N;;;;; +102A4;CARIAN LETTER UUU;Lo;0;L;;;;;N;;;;; +102A5;CARIAN LETTER R;Lo;0;L;;;;;N;;;;; +102A6;CARIAN LETTER LD;Lo;0;L;;;;;N;;;;; +102A7;CARIAN LETTER A2;Lo;0;L;;;;;N;;;;; +102A8;CARIAN LETTER Q;Lo;0;L;;;;;N;;;;; +102A9;CARIAN LETTER B;Lo;0;L;;;;;N;;;;; +102AA;CARIAN LETTER M;Lo;0;L;;;;;N;;;;; +102AB;CARIAN LETTER O;Lo;0;L;;;;;N;;;;; +102AC;CARIAN LETTER D2;Lo;0;L;;;;;N;;;;; +102AD;CARIAN LETTER T;Lo;0;L;;;;;N;;;;; +102AE;CARIAN LETTER SH;Lo;0;L;;;;;N;;;;; +102AF;CARIAN LETTER SH2;Lo;0;L;;;;;N;;;;; +102B0;CARIAN LETTER S;Lo;0;L;;;;;N;;;;; +102B1;CARIAN LETTER C-18;Lo;0;L;;;;;N;;;;; +102B2;CARIAN LETTER U;Lo;0;L;;;;;N;;;;; +102B3;CARIAN LETTER NN;Lo;0;L;;;;;N;;;;; +102B4;CARIAN LETTER X;Lo;0;L;;;;;N;;;;; +102B5;CARIAN LETTER N;Lo;0;L;;;;;N;;;;; +102B6;CARIAN LETTER TT2;Lo;0;L;;;;;N;;;;; +102B7;CARIAN LETTER P;Lo;0;L;;;;;N;;;;; +102B8;CARIAN LETTER SS;Lo;0;L;;;;;N;;;;; +102B9;CARIAN LETTER I;Lo;0;L;;;;;N;;;;; +102BA;CARIAN LETTER E;Lo;0;L;;;;;N;;;;; +102BB;CARIAN LETTER UUUU;Lo;0;L;;;;;N;;;;; +102BC;CARIAN LETTER K;Lo;0;L;;;;;N;;;;; +102BD;CARIAN LETTER K2;Lo;0;L;;;;;N;;;;; +102BE;CARIAN LETTER ND;Lo;0;L;;;;;N;;;;; +102BF;CARIAN LETTER UU;Lo;0;L;;;;;N;;;;; +102C0;CARIAN LETTER G;Lo;0;L;;;;;N;;;;; +102C1;CARIAN LETTER G2;Lo;0;L;;;;;N;;;;; +102C2;CARIAN LETTER ST;Lo;0;L;;;;;N;;;;; +102C3;CARIAN LETTER ST2;Lo;0;L;;;;;N;;;;; +102C4;CARIAN LETTER NG;Lo;0;L;;;;;N;;;;; +102C5;CARIAN LETTER II;Lo;0;L;;;;;N;;;;; +102C6;CARIAN LETTER C-39;Lo;0;L;;;;;N;;;;; +102C7;CARIAN LETTER TT;Lo;0;L;;;;;N;;;;; +102C8;CARIAN LETTER UUU2;Lo;0;L;;;;;N;;;;; +102C9;CARIAN LETTER RR;Lo;0;L;;;;;N;;;;; +102CA;CARIAN LETTER MB;Lo;0;L;;;;;N;;;;; +102CB;CARIAN LETTER MB2;Lo;0;L;;;;;N;;;;; +102CC;CARIAN LETTER MB3;Lo;0;L;;;;;N;;;;; +102CD;CARIAN LETTER MB4;Lo;0;L;;;;;N;;;;; +102CE;CARIAN LETTER LD2;Lo;0;L;;;;;N;;;;; +102CF;CARIAN LETTER E2;Lo;0;L;;;;;N;;;;; +102D0;CARIAN LETTER UUU3;Lo;0;L;;;;;N;;;;; +10300;OLD ITALIC LETTER A;Lo;0;L;;;;;N;;;;; +10301;OLD ITALIC LETTER BE;Lo;0;L;;;;;N;;;;; +10302;OLD ITALIC LETTER KE;Lo;0;L;;;;;N;;;;; +10303;OLD ITALIC LETTER DE;Lo;0;L;;;;;N;;;;; +10304;OLD ITALIC LETTER E;Lo;0;L;;;;;N;;;;; +10305;OLD ITALIC LETTER VE;Lo;0;L;;;;;N;;;;; +10306;OLD ITALIC LETTER ZE;Lo;0;L;;;;;N;;;;; +10307;OLD ITALIC LETTER HE;Lo;0;L;;;;;N;;;;; +10308;OLD ITALIC LETTER THE;Lo;0;L;;;;;N;;;;; +10309;OLD ITALIC LETTER I;Lo;0;L;;;;;N;;;;; +1030A;OLD ITALIC LETTER KA;Lo;0;L;;;;;N;;;;; +1030B;OLD ITALIC LETTER EL;Lo;0;L;;;;;N;;;;; +1030C;OLD ITALIC LETTER EM;Lo;0;L;;;;;N;;;;; +1030D;OLD ITALIC LETTER EN;Lo;0;L;;;;;N;;;;; +1030E;OLD ITALIC LETTER ESH;Lo;0;L;;;;;N;;;;; +1030F;OLD ITALIC LETTER O;Lo;0;L;;;;;N;;;;; +10310;OLD ITALIC LETTER PE;Lo;0;L;;;;;N;;;;; +10311;OLD ITALIC LETTER SHE;Lo;0;L;;;;;N;;;;; +10312;OLD ITALIC LETTER KU;Lo;0;L;;;;;N;;;;; +10313;OLD ITALIC LETTER ER;Lo;0;L;;;;;N;;;;; +10314;OLD ITALIC LETTER ES;Lo;0;L;;;;;N;;;;; +10315;OLD ITALIC LETTER TE;Lo;0;L;;;;;N;;;;; +10316;OLD ITALIC LETTER U;Lo;0;L;;;;;N;;;;; +10317;OLD ITALIC LETTER EKS;Lo;0;L;;;;;N;;;;; +10318;OLD ITALIC LETTER PHE;Lo;0;L;;;;;N;;;;; +10319;OLD ITALIC LETTER KHE;Lo;0;L;;;;;N;;;;; +1031A;OLD ITALIC LETTER EF;Lo;0;L;;;;;N;;;;; +1031B;OLD ITALIC LETTER ERS;Lo;0;L;;;;;N;;;;; +1031C;OLD ITALIC LETTER CHE;Lo;0;L;;;;;N;;;;; +1031D;OLD ITALIC LETTER II;Lo;0;L;;;;;N;;;;; +1031E;OLD ITALIC LETTER UU;Lo;0;L;;;;;N;;;;; +10320;OLD ITALIC NUMERAL ONE;No;0;L;;;;1;N;;;;; +10321;OLD ITALIC NUMERAL FIVE;No;0;L;;;;5;N;;;;; +10322;OLD ITALIC NUMERAL TEN;No;0;L;;;;10;N;;;;; +10323;OLD ITALIC NUMERAL FIFTY;No;0;L;;;;50;N;;;;; +10330;GOTHIC LETTER AHSA;Lo;0;L;;;;;N;;;;; +10331;GOTHIC LETTER BAIRKAN;Lo;0;L;;;;;N;;;;; +10332;GOTHIC LETTER GIBA;Lo;0;L;;;;;N;;;;; +10333;GOTHIC LETTER DAGS;Lo;0;L;;;;;N;;;;; +10334;GOTHIC LETTER AIHVUS;Lo;0;L;;;;;N;;;;; +10335;GOTHIC LETTER QAIRTHRA;Lo;0;L;;;;;N;;;;; +10336;GOTHIC LETTER IUJA;Lo;0;L;;;;;N;;;;; +10337;GOTHIC LETTER HAGL;Lo;0;L;;;;;N;;;;; +10338;GOTHIC LETTER THIUTH;Lo;0;L;;;;;N;;;;; +10339;GOTHIC LETTER EIS;Lo;0;L;;;;;N;;;;; +1033A;GOTHIC LETTER KUSMA;Lo;0;L;;;;;N;;;;; +1033B;GOTHIC LETTER LAGUS;Lo;0;L;;;;;N;;;;; +1033C;GOTHIC LETTER MANNA;Lo;0;L;;;;;N;;;;; +1033D;GOTHIC LETTER NAUTHS;Lo;0;L;;;;;N;;;;; +1033E;GOTHIC LETTER JER;Lo;0;L;;;;;N;;;;; +1033F;GOTHIC LETTER URUS;Lo;0;L;;;;;N;;;;; +10340;GOTHIC LETTER PAIRTHRA;Lo;0;L;;;;;N;;;;; +10341;GOTHIC LETTER NINETY;Nl;0;L;;;;90;N;;;;; +10342;GOTHIC LETTER RAIDA;Lo;0;L;;;;;N;;;;; +10343;GOTHIC LETTER SAUIL;Lo;0;L;;;;;N;;;;; +10344;GOTHIC LETTER TEIWS;Lo;0;L;;;;;N;;;;; +10345;GOTHIC LETTER WINJA;Lo;0;L;;;;;N;;;;; +10346;GOTHIC LETTER FAIHU;Lo;0;L;;;;;N;;;;; +10347;GOTHIC LETTER IGGWS;Lo;0;L;;;;;N;;;;; +10348;GOTHIC LETTER HWAIR;Lo;0;L;;;;;N;;;;; +10349;GOTHIC LETTER OTHAL;Lo;0;L;;;;;N;;;;; +1034A;GOTHIC LETTER NINE HUNDRED;Nl;0;L;;;;900;N;;;;; +10380;UGARITIC LETTER ALPA;Lo;0;L;;;;;N;;;;; +10381;UGARITIC LETTER BETA;Lo;0;L;;;;;N;;;;; +10382;UGARITIC LETTER GAMLA;Lo;0;L;;;;;N;;;;; +10383;UGARITIC LETTER KHA;Lo;0;L;;;;;N;;;;; +10384;UGARITIC LETTER DELTA;Lo;0;L;;;;;N;;;;; +10385;UGARITIC LETTER HO;Lo;0;L;;;;;N;;;;; +10386;UGARITIC LETTER WO;Lo;0;L;;;;;N;;;;; +10387;UGARITIC LETTER ZETA;Lo;0;L;;;;;N;;;;; +10388;UGARITIC LETTER HOTA;Lo;0;L;;;;;N;;;;; +10389;UGARITIC LETTER TET;Lo;0;L;;;;;N;;;;; +1038A;UGARITIC LETTER YOD;Lo;0;L;;;;;N;;;;; +1038B;UGARITIC LETTER KAF;Lo;0;L;;;;;N;;;;; +1038C;UGARITIC LETTER SHIN;Lo;0;L;;;;;N;;;;; +1038D;UGARITIC LETTER LAMDA;Lo;0;L;;;;;N;;;;; +1038E;UGARITIC LETTER MEM;Lo;0;L;;;;;N;;;;; +1038F;UGARITIC LETTER DHAL;Lo;0;L;;;;;N;;;;; +10390;UGARITIC LETTER NUN;Lo;0;L;;;;;N;;;;; +10391;UGARITIC LETTER ZU;Lo;0;L;;;;;N;;;;; +10392;UGARITIC LETTER SAMKA;Lo;0;L;;;;;N;;;;; +10393;UGARITIC LETTER AIN;Lo;0;L;;;;;N;;;;; +10394;UGARITIC LETTER PU;Lo;0;L;;;;;N;;;;; +10395;UGARITIC LETTER SADE;Lo;0;L;;;;;N;;;;; +10396;UGARITIC LETTER QOPA;Lo;0;L;;;;;N;;;;; +10397;UGARITIC LETTER RASHA;Lo;0;L;;;;;N;;;;; +10398;UGARITIC LETTER THANNA;Lo;0;L;;;;;N;;;;; +10399;UGARITIC LETTER GHAIN;Lo;0;L;;;;;N;;;;; +1039A;UGARITIC LETTER TO;Lo;0;L;;;;;N;;;;; +1039B;UGARITIC LETTER I;Lo;0;L;;;;;N;;;;; +1039C;UGARITIC LETTER U;Lo;0;L;;;;;N;;;;; +1039D;UGARITIC LETTER SSU;Lo;0;L;;;;;N;;;;; +1039F;UGARITIC WORD DIVIDER;Po;0;L;;;;;N;;;;; +103A0;OLD PERSIAN SIGN A;Lo;0;L;;;;;N;;;;; +103A1;OLD PERSIAN SIGN I;Lo;0;L;;;;;N;;;;; +103A2;OLD PERSIAN SIGN U;Lo;0;L;;;;;N;;;;; +103A3;OLD PERSIAN SIGN KA;Lo;0;L;;;;;N;;;;; +103A4;OLD PERSIAN SIGN KU;Lo;0;L;;;;;N;;;;; +103A5;OLD PERSIAN SIGN GA;Lo;0;L;;;;;N;;;;; +103A6;OLD PERSIAN SIGN GU;Lo;0;L;;;;;N;;;;; +103A7;OLD PERSIAN SIGN XA;Lo;0;L;;;;;N;;;;; +103A8;OLD PERSIAN SIGN CA;Lo;0;L;;;;;N;;;;; +103A9;OLD PERSIAN SIGN JA;Lo;0;L;;;;;N;;;;; +103AA;OLD PERSIAN SIGN JI;Lo;0;L;;;;;N;;;;; +103AB;OLD PERSIAN SIGN TA;Lo;0;L;;;;;N;;;;; +103AC;OLD PERSIAN SIGN TU;Lo;0;L;;;;;N;;;;; +103AD;OLD PERSIAN SIGN DA;Lo;0;L;;;;;N;;;;; +103AE;OLD PERSIAN SIGN DI;Lo;0;L;;;;;N;;;;; +103AF;OLD PERSIAN SIGN DU;Lo;0;L;;;;;N;;;;; +103B0;OLD PERSIAN SIGN THA;Lo;0;L;;;;;N;;;;; +103B1;OLD PERSIAN SIGN PA;Lo;0;L;;;;;N;;;;; +103B2;OLD PERSIAN SIGN BA;Lo;0;L;;;;;N;;;;; +103B3;OLD PERSIAN SIGN FA;Lo;0;L;;;;;N;;;;; +103B4;OLD PERSIAN SIGN NA;Lo;0;L;;;;;N;;;;; +103B5;OLD PERSIAN SIGN NU;Lo;0;L;;;;;N;;;;; +103B6;OLD PERSIAN SIGN MA;Lo;0;L;;;;;N;;;;; +103B7;OLD PERSIAN SIGN MI;Lo;0;L;;;;;N;;;;; +103B8;OLD PERSIAN SIGN MU;Lo;0;L;;;;;N;;;;; +103B9;OLD PERSIAN SIGN YA;Lo;0;L;;;;;N;;;;; +103BA;OLD PERSIAN SIGN VA;Lo;0;L;;;;;N;;;;; +103BB;OLD PERSIAN SIGN VI;Lo;0;L;;;;;N;;;;; +103BC;OLD PERSIAN SIGN RA;Lo;0;L;;;;;N;;;;; +103BD;OLD PERSIAN SIGN RU;Lo;0;L;;;;;N;;;;; +103BE;OLD PERSIAN SIGN LA;Lo;0;L;;;;;N;;;;; +103BF;OLD PERSIAN SIGN SA;Lo;0;L;;;;;N;;;;; +103C0;OLD PERSIAN SIGN ZA;Lo;0;L;;;;;N;;;;; +103C1;OLD PERSIAN SIGN SHA;Lo;0;L;;;;;N;;;;; +103C2;OLD PERSIAN SIGN SSA;Lo;0;L;;;;;N;;;;; +103C3;OLD PERSIAN SIGN HA;Lo;0;L;;;;;N;;;;; +103C8;OLD PERSIAN SIGN AURAMAZDAA;Lo;0;L;;;;;N;;;;; +103C9;OLD PERSIAN SIGN AURAMAZDAA-2;Lo;0;L;;;;;N;;;;; +103CA;OLD PERSIAN SIGN AURAMAZDAAHA;Lo;0;L;;;;;N;;;;; +103CB;OLD PERSIAN SIGN XSHAAYATHIYA;Lo;0;L;;;;;N;;;;; +103CC;OLD PERSIAN SIGN DAHYAAUSH;Lo;0;L;;;;;N;;;;; +103CD;OLD PERSIAN SIGN DAHYAAUSH-2;Lo;0;L;;;;;N;;;;; +103CE;OLD PERSIAN SIGN BAGA;Lo;0;L;;;;;N;;;;; +103CF;OLD PERSIAN SIGN BUUMISH;Lo;0;L;;;;;N;;;;; +103D0;OLD PERSIAN WORD DIVIDER;Po;0;L;;;;;N;;;;; +103D1;OLD PERSIAN NUMBER ONE;Nl;0;L;;;;1;N;;;;; +103D2;OLD PERSIAN NUMBER TWO;Nl;0;L;;;;2;N;;;;; +103D3;OLD PERSIAN NUMBER TEN;Nl;0;L;;;;10;N;;;;; +103D4;OLD PERSIAN NUMBER TWENTY;Nl;0;L;;;;20;N;;;;; +103D5;OLD PERSIAN NUMBER HUNDRED;Nl;0;L;;;;100;N;;;;; +10400;DESERET CAPITAL LETTER LONG I;Lu;0;L;;;;;N;;;;10428; +10401;DESERET CAPITAL LETTER LONG E;Lu;0;L;;;;;N;;;;10429; +10402;DESERET CAPITAL LETTER LONG A;Lu;0;L;;;;;N;;;;1042A; +10403;DESERET CAPITAL LETTER LONG AH;Lu;0;L;;;;;N;;;;1042B; +10404;DESERET CAPITAL LETTER LONG O;Lu;0;L;;;;;N;;;;1042C; +10405;DESERET CAPITAL LETTER LONG OO;Lu;0;L;;;;;N;;;;1042D; +10406;DESERET CAPITAL LETTER SHORT I;Lu;0;L;;;;;N;;;;1042E; +10407;DESERET CAPITAL LETTER SHORT E;Lu;0;L;;;;;N;;;;1042F; +10408;DESERET CAPITAL LETTER SHORT A;Lu;0;L;;;;;N;;;;10430; +10409;DESERET CAPITAL LETTER SHORT AH;Lu;0;L;;;;;N;;;;10431; +1040A;DESERET CAPITAL LETTER SHORT O;Lu;0;L;;;;;N;;;;10432; +1040B;DESERET CAPITAL LETTER SHORT OO;Lu;0;L;;;;;N;;;;10433; +1040C;DESERET CAPITAL LETTER AY;Lu;0;L;;;;;N;;;;10434; +1040D;DESERET CAPITAL LETTER OW;Lu;0;L;;;;;N;;;;10435; +1040E;DESERET CAPITAL LETTER WU;Lu;0;L;;;;;N;;;;10436; +1040F;DESERET CAPITAL LETTER YEE;Lu;0;L;;;;;N;;;;10437; +10410;DESERET CAPITAL LETTER H;Lu;0;L;;;;;N;;;;10438; +10411;DESERET CAPITAL LETTER PEE;Lu;0;L;;;;;N;;;;10439; +10412;DESERET CAPITAL LETTER BEE;Lu;0;L;;;;;N;;;;1043A; +10413;DESERET CAPITAL LETTER TEE;Lu;0;L;;;;;N;;;;1043B; +10414;DESERET CAPITAL LETTER DEE;Lu;0;L;;;;;N;;;;1043C; +10415;DESERET CAPITAL LETTER CHEE;Lu;0;L;;;;;N;;;;1043D; +10416;DESERET CAPITAL LETTER JEE;Lu;0;L;;;;;N;;;;1043E; +10417;DESERET CAPITAL LETTER KAY;Lu;0;L;;;;;N;;;;1043F; +10418;DESERET CAPITAL LETTER GAY;Lu;0;L;;;;;N;;;;10440; +10419;DESERET CAPITAL LETTER EF;Lu;0;L;;;;;N;;;;10441; +1041A;DESERET CAPITAL LETTER VEE;Lu;0;L;;;;;N;;;;10442; +1041B;DESERET CAPITAL LETTER ETH;Lu;0;L;;;;;N;;;;10443; +1041C;DESERET CAPITAL LETTER THEE;Lu;0;L;;;;;N;;;;10444; +1041D;DESERET CAPITAL LETTER ES;Lu;0;L;;;;;N;;;;10445; +1041E;DESERET CAPITAL LETTER ZEE;Lu;0;L;;;;;N;;;;10446; +1041F;DESERET CAPITAL LETTER ESH;Lu;0;L;;;;;N;;;;10447; +10420;DESERET CAPITAL LETTER ZHEE;Lu;0;L;;;;;N;;;;10448; +10421;DESERET CAPITAL LETTER ER;Lu;0;L;;;;;N;;;;10449; +10422;DESERET CAPITAL LETTER EL;Lu;0;L;;;;;N;;;;1044A; +10423;DESERET CAPITAL LETTER EM;Lu;0;L;;;;;N;;;;1044B; +10424;DESERET CAPITAL LETTER EN;Lu;0;L;;;;;N;;;;1044C; +10425;DESERET CAPITAL LETTER ENG;Lu;0;L;;;;;N;;;;1044D; +10426;DESERET CAPITAL LETTER OI;Lu;0;L;;;;;N;;;;1044E; +10427;DESERET CAPITAL LETTER EW;Lu;0;L;;;;;N;;;;1044F; +10428;DESERET SMALL LETTER LONG I;Ll;0;L;;;;;N;;;10400;;10400 +10429;DESERET SMALL LETTER LONG E;Ll;0;L;;;;;N;;;10401;;10401 +1042A;DESERET SMALL LETTER LONG A;Ll;0;L;;;;;N;;;10402;;10402 +1042B;DESERET SMALL LETTER LONG AH;Ll;0;L;;;;;N;;;10403;;10403 +1042C;DESERET SMALL LETTER LONG O;Ll;0;L;;;;;N;;;10404;;10404 +1042D;DESERET SMALL LETTER LONG OO;Ll;0;L;;;;;N;;;10405;;10405 +1042E;DESERET SMALL LETTER SHORT I;Ll;0;L;;;;;N;;;10406;;10406 +1042F;DESERET SMALL LETTER SHORT E;Ll;0;L;;;;;N;;;10407;;10407 +10430;DESERET SMALL LETTER SHORT A;Ll;0;L;;;;;N;;;10408;;10408 +10431;DESERET SMALL LETTER SHORT AH;Ll;0;L;;;;;N;;;10409;;10409 +10432;DESERET SMALL LETTER SHORT O;Ll;0;L;;;;;N;;;1040A;;1040A +10433;DESERET SMALL LETTER SHORT OO;Ll;0;L;;;;;N;;;1040B;;1040B +10434;DESERET SMALL LETTER AY;Ll;0;L;;;;;N;;;1040C;;1040C +10435;DESERET SMALL LETTER OW;Ll;0;L;;;;;N;;;1040D;;1040D +10436;DESERET SMALL LETTER WU;Ll;0;L;;;;;N;;;1040E;;1040E +10437;DESERET SMALL LETTER YEE;Ll;0;L;;;;;N;;;1040F;;1040F +10438;DESERET SMALL LETTER H;Ll;0;L;;;;;N;;;10410;;10410 +10439;DESERET SMALL LETTER PEE;Ll;0;L;;;;;N;;;10411;;10411 +1043A;DESERET SMALL LETTER BEE;Ll;0;L;;;;;N;;;10412;;10412 +1043B;DESERET SMALL LETTER TEE;Ll;0;L;;;;;N;;;10413;;10413 +1043C;DESERET SMALL LETTER DEE;Ll;0;L;;;;;N;;;10414;;10414 +1043D;DESERET SMALL LETTER CHEE;Ll;0;L;;;;;N;;;10415;;10415 +1043E;DESERET SMALL LETTER JEE;Ll;0;L;;;;;N;;;10416;;10416 +1043F;DESERET SMALL LETTER KAY;Ll;0;L;;;;;N;;;10417;;10417 +10440;DESERET SMALL LETTER GAY;Ll;0;L;;;;;N;;;10418;;10418 +10441;DESERET SMALL LETTER EF;Ll;0;L;;;;;N;;;10419;;10419 +10442;DESERET SMALL LETTER VEE;Ll;0;L;;;;;N;;;1041A;;1041A +10443;DESERET SMALL LETTER ETH;Ll;0;L;;;;;N;;;1041B;;1041B +10444;DESERET SMALL LETTER THEE;Ll;0;L;;;;;N;;;1041C;;1041C +10445;DESERET SMALL LETTER ES;Ll;0;L;;;;;N;;;1041D;;1041D +10446;DESERET SMALL LETTER ZEE;Ll;0;L;;;;;N;;;1041E;;1041E +10447;DESERET SMALL LETTER ESH;Ll;0;L;;;;;N;;;1041F;;1041F +10448;DESERET SMALL LETTER ZHEE;Ll;0;L;;;;;N;;;10420;;10420 +10449;DESERET SMALL LETTER ER;Ll;0;L;;;;;N;;;10421;;10421 +1044A;DESERET SMALL LETTER EL;Ll;0;L;;;;;N;;;10422;;10422 +1044B;DESERET SMALL LETTER EM;Ll;0;L;;;;;N;;;10423;;10423 +1044C;DESERET SMALL LETTER EN;Ll;0;L;;;;;N;;;10424;;10424 +1044D;DESERET SMALL LETTER ENG;Ll;0;L;;;;;N;;;10425;;10425 +1044E;DESERET SMALL LETTER OI;Ll;0;L;;;;;N;;;10426;;10426 +1044F;DESERET SMALL LETTER EW;Ll;0;L;;;;;N;;;10427;;10427 +10450;SHAVIAN LETTER PEEP;Lo;0;L;;;;;N;;;;; +10451;SHAVIAN LETTER TOT;Lo;0;L;;;;;N;;;;; +10452;SHAVIAN LETTER KICK;Lo;0;L;;;;;N;;;;; +10453;SHAVIAN LETTER FEE;Lo;0;L;;;;;N;;;;; +10454;SHAVIAN LETTER THIGH;Lo;0;L;;;;;N;;;;; +10455;SHAVIAN LETTER SO;Lo;0;L;;;;;N;;;;; +10456;SHAVIAN LETTER SURE;Lo;0;L;;;;;N;;;;; +10457;SHAVIAN LETTER CHURCH;Lo;0;L;;;;;N;;;;; +10458;SHAVIAN LETTER YEA;Lo;0;L;;;;;N;;;;; +10459;SHAVIAN LETTER HUNG;Lo;0;L;;;;;N;;;;; +1045A;SHAVIAN LETTER BIB;Lo;0;L;;;;;N;;;;; +1045B;SHAVIAN LETTER DEAD;Lo;0;L;;;;;N;;;;; +1045C;SHAVIAN LETTER GAG;Lo;0;L;;;;;N;;;;; +1045D;SHAVIAN LETTER VOW;Lo;0;L;;;;;N;;;;; +1045E;SHAVIAN LETTER THEY;Lo;0;L;;;;;N;;;;; +1045F;SHAVIAN LETTER ZOO;Lo;0;L;;;;;N;;;;; +10460;SHAVIAN LETTER MEASURE;Lo;0;L;;;;;N;;;;; +10461;SHAVIAN LETTER JUDGE;Lo;0;L;;;;;N;;;;; +10462;SHAVIAN LETTER WOE;Lo;0;L;;;;;N;;;;; +10463;SHAVIAN LETTER HA-HA;Lo;0;L;;;;;N;;;;; +10464;SHAVIAN LETTER LOLL;Lo;0;L;;;;;N;;;;; +10465;SHAVIAN LETTER MIME;Lo;0;L;;;;;N;;;;; +10466;SHAVIAN LETTER IF;Lo;0;L;;;;;N;;;;; +10467;SHAVIAN LETTER EGG;Lo;0;L;;;;;N;;;;; +10468;SHAVIAN LETTER ASH;Lo;0;L;;;;;N;;;;; +10469;SHAVIAN LETTER ADO;Lo;0;L;;;;;N;;;;; +1046A;SHAVIAN LETTER ON;Lo;0;L;;;;;N;;;;; +1046B;SHAVIAN LETTER WOOL;Lo;0;L;;;;;N;;;;; +1046C;SHAVIAN LETTER OUT;Lo;0;L;;;;;N;;;;; +1046D;SHAVIAN LETTER AH;Lo;0;L;;;;;N;;;;; +1046E;SHAVIAN LETTER ROAR;Lo;0;L;;;;;N;;;;; +1046F;SHAVIAN LETTER NUN;Lo;0;L;;;;;N;;;;; +10470;SHAVIAN LETTER EAT;Lo;0;L;;;;;N;;;;; +10471;SHAVIAN LETTER AGE;Lo;0;L;;;;;N;;;;; +10472;SHAVIAN LETTER ICE;Lo;0;L;;;;;N;;;;; +10473;SHAVIAN LETTER UP;Lo;0;L;;;;;N;;;;; +10474;SHAVIAN LETTER OAK;Lo;0;L;;;;;N;;;;; +10475;SHAVIAN LETTER OOZE;Lo;0;L;;;;;N;;;;; +10476;SHAVIAN LETTER OIL;Lo;0;L;;;;;N;;;;; +10477;SHAVIAN LETTER AWE;Lo;0;L;;;;;N;;;;; +10478;SHAVIAN LETTER ARE;Lo;0;L;;;;;N;;;;; +10479;SHAVIAN LETTER OR;Lo;0;L;;;;;N;;;;; +1047A;SHAVIAN LETTER AIR;Lo;0;L;;;;;N;;;;; +1047B;SHAVIAN LETTER ERR;Lo;0;L;;;;;N;;;;; +1047C;SHAVIAN LETTER ARRAY;Lo;0;L;;;;;N;;;;; +1047D;SHAVIAN LETTER EAR;Lo;0;L;;;;;N;;;;; +1047E;SHAVIAN LETTER IAN;Lo;0;L;;;;;N;;;;; +1047F;SHAVIAN LETTER YEW;Lo;0;L;;;;;N;;;;; +10480;OSMANYA LETTER ALEF;Lo;0;L;;;;;N;;;;; +10481;OSMANYA LETTER BA;Lo;0;L;;;;;N;;;;; +10482;OSMANYA LETTER TA;Lo;0;L;;;;;N;;;;; +10483;OSMANYA LETTER JA;Lo;0;L;;;;;N;;;;; +10484;OSMANYA LETTER XA;Lo;0;L;;;;;N;;;;; +10485;OSMANYA LETTER KHA;Lo;0;L;;;;;N;;;;; +10486;OSMANYA LETTER DEEL;Lo;0;L;;;;;N;;;;; +10487;OSMANYA LETTER RA;Lo;0;L;;;;;N;;;;; +10488;OSMANYA LETTER SA;Lo;0;L;;;;;N;;;;; +10489;OSMANYA LETTER SHIIN;Lo;0;L;;;;;N;;;;; +1048A;OSMANYA LETTER DHA;Lo;0;L;;;;;N;;;;; +1048B;OSMANYA LETTER CAYN;Lo;0;L;;;;;N;;;;; +1048C;OSMANYA LETTER GA;Lo;0;L;;;;;N;;;;; +1048D;OSMANYA LETTER FA;Lo;0;L;;;;;N;;;;; +1048E;OSMANYA LETTER QAAF;Lo;0;L;;;;;N;;;;; +1048F;OSMANYA LETTER KAAF;Lo;0;L;;;;;N;;;;; +10490;OSMANYA LETTER LAAN;Lo;0;L;;;;;N;;;;; +10491;OSMANYA LETTER MIIN;Lo;0;L;;;;;N;;;;; +10492;OSMANYA LETTER NUUN;Lo;0;L;;;;;N;;;;; +10493;OSMANYA LETTER WAW;Lo;0;L;;;;;N;;;;; +10494;OSMANYA LETTER HA;Lo;0;L;;;;;N;;;;; +10495;OSMANYA LETTER YA;Lo;0;L;;;;;N;;;;; +10496;OSMANYA LETTER A;Lo;0;L;;;;;N;;;;; +10497;OSMANYA LETTER E;Lo;0;L;;;;;N;;;;; +10498;OSMANYA LETTER I;Lo;0;L;;;;;N;;;;; +10499;OSMANYA LETTER O;Lo;0;L;;;;;N;;;;; +1049A;OSMANYA LETTER U;Lo;0;L;;;;;N;;;;; +1049B;OSMANYA LETTER AA;Lo;0;L;;;;;N;;;;; +1049C;OSMANYA LETTER EE;Lo;0;L;;;;;N;;;;; +1049D;OSMANYA LETTER OO;Lo;0;L;;;;;N;;;;; +104A0;OSMANYA DIGIT ZERO;Nd;0;L;;0;0;0;N;;;;; +104A1;OSMANYA DIGIT ONE;Nd;0;L;;1;1;1;N;;;;; +104A2;OSMANYA DIGIT TWO;Nd;0;L;;2;2;2;N;;;;; +104A3;OSMANYA DIGIT THREE;Nd;0;L;;3;3;3;N;;;;; +104A4;OSMANYA DIGIT FOUR;Nd;0;L;;4;4;4;N;;;;; +104A5;OSMANYA DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; +104A6;OSMANYA DIGIT SIX;Nd;0;L;;6;6;6;N;;;;; +104A7;OSMANYA DIGIT SEVEN;Nd;0;L;;7;7;7;N;;;;; +104A8;OSMANYA DIGIT EIGHT;Nd;0;L;;8;8;8;N;;;;; +104A9;OSMANYA DIGIT NINE;Nd;0;L;;9;9;9;N;;;;; +10800;CYPRIOT SYLLABLE A;Lo;0;R;;;;;N;;;;; +10801;CYPRIOT SYLLABLE E;Lo;0;R;;;;;N;;;;; +10802;CYPRIOT SYLLABLE I;Lo;0;R;;;;;N;;;;; +10803;CYPRIOT SYLLABLE O;Lo;0;R;;;;;N;;;;; +10804;CYPRIOT SYLLABLE U;Lo;0;R;;;;;N;;;;; +10805;CYPRIOT SYLLABLE JA;Lo;0;R;;;;;N;;;;; +10808;CYPRIOT SYLLABLE JO;Lo;0;R;;;;;N;;;;; +1080A;CYPRIOT SYLLABLE KA;Lo;0;R;;;;;N;;;;; +1080B;CYPRIOT SYLLABLE KE;Lo;0;R;;;;;N;;;;; +1080C;CYPRIOT SYLLABLE KI;Lo;0;R;;;;;N;;;;; +1080D;CYPRIOT SYLLABLE KO;Lo;0;R;;;;;N;;;;; +1080E;CYPRIOT SYLLABLE KU;Lo;0;R;;;;;N;;;;; +1080F;CYPRIOT SYLLABLE LA;Lo;0;R;;;;;N;;;;; +10810;CYPRIOT SYLLABLE LE;Lo;0;R;;;;;N;;;;; +10811;CYPRIOT SYLLABLE LI;Lo;0;R;;;;;N;;;;; +10812;CYPRIOT SYLLABLE LO;Lo;0;R;;;;;N;;;;; +10813;CYPRIOT SYLLABLE LU;Lo;0;R;;;;;N;;;;; +10814;CYPRIOT SYLLABLE MA;Lo;0;R;;;;;N;;;;; +10815;CYPRIOT SYLLABLE ME;Lo;0;R;;;;;N;;;;; +10816;CYPRIOT SYLLABLE MI;Lo;0;R;;;;;N;;;;; +10817;CYPRIOT SYLLABLE MO;Lo;0;R;;;;;N;;;;; +10818;CYPRIOT SYLLABLE MU;Lo;0;R;;;;;N;;;;; +10819;CYPRIOT SYLLABLE NA;Lo;0;R;;;;;N;;;;; +1081A;CYPRIOT SYLLABLE NE;Lo;0;R;;;;;N;;;;; +1081B;CYPRIOT SYLLABLE NI;Lo;0;R;;;;;N;;;;; +1081C;CYPRIOT SYLLABLE NO;Lo;0;R;;;;;N;;;;; +1081D;CYPRIOT SYLLABLE NU;Lo;0;R;;;;;N;;;;; +1081E;CYPRIOT SYLLABLE PA;Lo;0;R;;;;;N;;;;; +1081F;CYPRIOT SYLLABLE PE;Lo;0;R;;;;;N;;;;; +10820;CYPRIOT SYLLABLE PI;Lo;0;R;;;;;N;;;;; +10821;CYPRIOT SYLLABLE PO;Lo;0;R;;;;;N;;;;; +10822;CYPRIOT SYLLABLE PU;Lo;0;R;;;;;N;;;;; +10823;CYPRIOT SYLLABLE RA;Lo;0;R;;;;;N;;;;; +10824;CYPRIOT SYLLABLE RE;Lo;0;R;;;;;N;;;;; +10825;CYPRIOT SYLLABLE RI;Lo;0;R;;;;;N;;;;; +10826;CYPRIOT SYLLABLE RO;Lo;0;R;;;;;N;;;;; +10827;CYPRIOT SYLLABLE RU;Lo;0;R;;;;;N;;;;; +10828;CYPRIOT SYLLABLE SA;Lo;0;R;;;;;N;;;;; +10829;CYPRIOT SYLLABLE SE;Lo;0;R;;;;;N;;;;; +1082A;CYPRIOT SYLLABLE SI;Lo;0;R;;;;;N;;;;; +1082B;CYPRIOT SYLLABLE SO;Lo;0;R;;;;;N;;;;; +1082C;CYPRIOT SYLLABLE SU;Lo;0;R;;;;;N;;;;; +1082D;CYPRIOT SYLLABLE TA;Lo;0;R;;;;;N;;;;; +1082E;CYPRIOT SYLLABLE TE;Lo;0;R;;;;;N;;;;; +1082F;CYPRIOT SYLLABLE TI;Lo;0;R;;;;;N;;;;; +10830;CYPRIOT SYLLABLE TO;Lo;0;R;;;;;N;;;;; +10831;CYPRIOT SYLLABLE TU;Lo;0;R;;;;;N;;;;; +10832;CYPRIOT SYLLABLE WA;Lo;0;R;;;;;N;;;;; +10833;CYPRIOT SYLLABLE WE;Lo;0;R;;;;;N;;;;; +10834;CYPRIOT SYLLABLE WI;Lo;0;R;;;;;N;;;;; +10835;CYPRIOT SYLLABLE WO;Lo;0;R;;;;;N;;;;; +10837;CYPRIOT SYLLABLE XA;Lo;0;R;;;;;N;;;;; +10838;CYPRIOT SYLLABLE XE;Lo;0;R;;;;;N;;;;; +1083C;CYPRIOT SYLLABLE ZA;Lo;0;R;;;;;N;;;;; +1083F;CYPRIOT SYLLABLE ZO;Lo;0;R;;;;;N;;;;; +10840;IMPERIAL ARAMAIC LETTER ALEPH;Lo;0;R;;;;;N;;;;; +10841;IMPERIAL ARAMAIC LETTER BETH;Lo;0;R;;;;;N;;;;; +10842;IMPERIAL ARAMAIC LETTER GIMEL;Lo;0;R;;;;;N;;;;; +10843;IMPERIAL ARAMAIC LETTER DALETH;Lo;0;R;;;;;N;;;;; +10844;IMPERIAL ARAMAIC LETTER HE;Lo;0;R;;;;;N;;;;; +10845;IMPERIAL ARAMAIC LETTER WAW;Lo;0;R;;;;;N;;;;; +10846;IMPERIAL ARAMAIC LETTER ZAYIN;Lo;0;R;;;;;N;;;;; +10847;IMPERIAL ARAMAIC LETTER HETH;Lo;0;R;;;;;N;;;;; +10848;IMPERIAL ARAMAIC LETTER TETH;Lo;0;R;;;;;N;;;;; +10849;IMPERIAL ARAMAIC LETTER YODH;Lo;0;R;;;;;N;;;;; +1084A;IMPERIAL ARAMAIC LETTER KAPH;Lo;0;R;;;;;N;;;;; +1084B;IMPERIAL ARAMAIC LETTER LAMEDH;Lo;0;R;;;;;N;;;;; +1084C;IMPERIAL ARAMAIC LETTER MEM;Lo;0;R;;;;;N;;;;; +1084D;IMPERIAL ARAMAIC LETTER NUN;Lo;0;R;;;;;N;;;;; +1084E;IMPERIAL ARAMAIC LETTER SAMEKH;Lo;0;R;;;;;N;;;;; +1084F;IMPERIAL ARAMAIC LETTER AYIN;Lo;0;R;;;;;N;;;;; +10850;IMPERIAL ARAMAIC LETTER PE;Lo;0;R;;;;;N;;;;; +10851;IMPERIAL ARAMAIC LETTER SADHE;Lo;0;R;;;;;N;;;;; +10852;IMPERIAL ARAMAIC LETTER QOPH;Lo;0;R;;;;;N;;;;; +10853;IMPERIAL ARAMAIC LETTER RESH;Lo;0;R;;;;;N;;;;; +10854;IMPERIAL ARAMAIC LETTER SHIN;Lo;0;R;;;;;N;;;;; +10855;IMPERIAL ARAMAIC LETTER TAW;Lo;0;R;;;;;N;;;;; +10857;IMPERIAL ARAMAIC SECTION SIGN;Po;0;R;;;;;N;;;;; +10858;IMPERIAL ARAMAIC NUMBER ONE;No;0;R;;;;1;N;;;;; +10859;IMPERIAL ARAMAIC NUMBER TWO;No;0;R;;;;2;N;;;;; +1085A;IMPERIAL ARAMAIC NUMBER THREE;No;0;R;;;;3;N;;;;; +1085B;IMPERIAL ARAMAIC NUMBER TEN;No;0;R;;;;10;N;;;;; +1085C;IMPERIAL ARAMAIC NUMBER TWENTY;No;0;R;;;;20;N;;;;; +1085D;IMPERIAL ARAMAIC NUMBER ONE HUNDRED;No;0;R;;;;100;N;;;;; +1085E;IMPERIAL ARAMAIC NUMBER ONE THOUSAND;No;0;R;;;;1000;N;;;;; +1085F;IMPERIAL ARAMAIC NUMBER TEN THOUSAND;No;0;R;;;;10000;N;;;;; +10900;PHOENICIAN LETTER ALF;Lo;0;R;;;;;N;;;;; +10901;PHOENICIAN LETTER BET;Lo;0;R;;;;;N;;;;; +10902;PHOENICIAN LETTER GAML;Lo;0;R;;;;;N;;;;; +10903;PHOENICIAN LETTER DELT;Lo;0;R;;;;;N;;;;; +10904;PHOENICIAN LETTER HE;Lo;0;R;;;;;N;;;;; +10905;PHOENICIAN LETTER WAU;Lo;0;R;;;;;N;;;;; +10906;PHOENICIAN LETTER ZAI;Lo;0;R;;;;;N;;;;; +10907;PHOENICIAN LETTER HET;Lo;0;R;;;;;N;;;;; +10908;PHOENICIAN LETTER TET;Lo;0;R;;;;;N;;;;; +10909;PHOENICIAN LETTER YOD;Lo;0;R;;;;;N;;;;; +1090A;PHOENICIAN LETTER KAF;Lo;0;R;;;;;N;;;;; +1090B;PHOENICIAN LETTER LAMD;Lo;0;R;;;;;N;;;;; +1090C;PHOENICIAN LETTER MEM;Lo;0;R;;;;;N;;;;; +1090D;PHOENICIAN LETTER NUN;Lo;0;R;;;;;N;;;;; +1090E;PHOENICIAN LETTER SEMK;Lo;0;R;;;;;N;;;;; +1090F;PHOENICIAN LETTER AIN;Lo;0;R;;;;;N;;;;; +10910;PHOENICIAN LETTER PE;Lo;0;R;;;;;N;;;;; +10911;PHOENICIAN LETTER SADE;Lo;0;R;;;;;N;;;;; +10912;PHOENICIAN LETTER QOF;Lo;0;R;;;;;N;;;;; +10913;PHOENICIAN LETTER ROSH;Lo;0;R;;;;;N;;;;; +10914;PHOENICIAN LETTER SHIN;Lo;0;R;;;;;N;;;;; +10915;PHOENICIAN LETTER TAU;Lo;0;R;;;;;N;;;;; +10916;PHOENICIAN NUMBER ONE;No;0;R;;;;1;N;;;;; +10917;PHOENICIAN NUMBER TEN;No;0;R;;;;10;N;;;;; +10918;PHOENICIAN NUMBER TWENTY;No;0;R;;;;20;N;;;;; +10919;PHOENICIAN NUMBER ONE HUNDRED;No;0;R;;;;100;N;;;;; +1091A;PHOENICIAN NUMBER TWO;No;0;R;;;;2;N;;;;; +1091B;PHOENICIAN NUMBER THREE;No;0;R;;;;3;N;;;;; +1091F;PHOENICIAN WORD SEPARATOR;Po;0;ON;;;;;N;;;;; +10920;LYDIAN LETTER A;Lo;0;R;;;;;N;;;;; +10921;LYDIAN LETTER B;Lo;0;R;;;;;N;;;;; +10922;LYDIAN LETTER G;Lo;0;R;;;;;N;;;;; +10923;LYDIAN LETTER D;Lo;0;R;;;;;N;;;;; +10924;LYDIAN LETTER E;Lo;0;R;;;;;N;;;;; +10925;LYDIAN LETTER V;Lo;0;R;;;;;N;;;;; +10926;LYDIAN LETTER I;Lo;0;R;;;;;N;;;;; +10927;LYDIAN LETTER Y;Lo;0;R;;;;;N;;;;; +10928;LYDIAN LETTER K;Lo;0;R;;;;;N;;;;; +10929;LYDIAN LETTER L;Lo;0;R;;;;;N;;;;; +1092A;LYDIAN LETTER M;Lo;0;R;;;;;N;;;;; +1092B;LYDIAN LETTER N;Lo;0;R;;;;;N;;;;; +1092C;LYDIAN LETTER O;Lo;0;R;;;;;N;;;;; +1092D;LYDIAN LETTER R;Lo;0;R;;;;;N;;;;; +1092E;LYDIAN LETTER SS;Lo;0;R;;;;;N;;;;; +1092F;LYDIAN LETTER T;Lo;0;R;;;;;N;;;;; +10930;LYDIAN LETTER U;Lo;0;R;;;;;N;;;;; +10931;LYDIAN LETTER F;Lo;0;R;;;;;N;;;;; +10932;LYDIAN LETTER Q;Lo;0;R;;;;;N;;;;; +10933;LYDIAN LETTER S;Lo;0;R;;;;;N;;;;; +10934;LYDIAN LETTER TT;Lo;0;R;;;;;N;;;;; +10935;LYDIAN LETTER AN;Lo;0;R;;;;;N;;;;; +10936;LYDIAN LETTER EN;Lo;0;R;;;;;N;;;;; +10937;LYDIAN LETTER LY;Lo;0;R;;;;;N;;;;; +10938;LYDIAN LETTER NN;Lo;0;R;;;;;N;;;;; +10939;LYDIAN LETTER C;Lo;0;R;;;;;N;;;;; +1093F;LYDIAN TRIANGULAR MARK;Po;0;R;;;;;N;;;;; +10A00;KHAROSHTHI LETTER A;Lo;0;R;;;;;N;;;;; +10A01;KHAROSHTHI VOWEL SIGN I;Mn;0;NSM;;;;;N;;;;; +10A02;KHAROSHTHI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +10A03;KHAROSHTHI VOWEL SIGN VOCALIC R;Mn;0;NSM;;;;;N;;;;; +10A05;KHAROSHTHI VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +10A06;KHAROSHTHI VOWEL SIGN O;Mn;0;NSM;;;;;N;;;;; +10A0C;KHAROSHTHI VOWEL LENGTH MARK;Mn;0;NSM;;;;;N;;;;; +10A0D;KHAROSHTHI SIGN DOUBLE RING BELOW;Mn;220;NSM;;;;;N;;;;; +10A0E;KHAROSHTHI SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +10A0F;KHAROSHTHI SIGN VISARGA;Mn;230;NSM;;;;;N;;;;; +10A10;KHAROSHTHI LETTER KA;Lo;0;R;;;;;N;;;;; +10A11;KHAROSHTHI LETTER KHA;Lo;0;R;;;;;N;;;;; +10A12;KHAROSHTHI LETTER GA;Lo;0;R;;;;;N;;;;; +10A13;KHAROSHTHI LETTER GHA;Lo;0;R;;;;;N;;;;; +10A15;KHAROSHTHI LETTER CA;Lo;0;R;;;;;N;;;;; +10A16;KHAROSHTHI LETTER CHA;Lo;0;R;;;;;N;;;;; +10A17;KHAROSHTHI LETTER JA;Lo;0;R;;;;;N;;;;; +10A19;KHAROSHTHI LETTER NYA;Lo;0;R;;;;;N;;;;; +10A1A;KHAROSHTHI LETTER TTA;Lo;0;R;;;;;N;;;;; +10A1B;KHAROSHTHI LETTER TTHA;Lo;0;R;;;;;N;;;;; +10A1C;KHAROSHTHI LETTER DDA;Lo;0;R;;;;;N;;;;; +10A1D;KHAROSHTHI LETTER DDHA;Lo;0;R;;;;;N;;;;; +10A1E;KHAROSHTHI LETTER NNA;Lo;0;R;;;;;N;;;;; +10A1F;KHAROSHTHI LETTER TA;Lo;0;R;;;;;N;;;;; +10A20;KHAROSHTHI LETTER THA;Lo;0;R;;;;;N;;;;; +10A21;KHAROSHTHI LETTER DA;Lo;0;R;;;;;N;;;;; +10A22;KHAROSHTHI LETTER DHA;Lo;0;R;;;;;N;;;;; +10A23;KHAROSHTHI LETTER NA;Lo;0;R;;;;;N;;;;; +10A24;KHAROSHTHI LETTER PA;Lo;0;R;;;;;N;;;;; +10A25;KHAROSHTHI LETTER PHA;Lo;0;R;;;;;N;;;;; +10A26;KHAROSHTHI LETTER BA;Lo;0;R;;;;;N;;;;; +10A27;KHAROSHTHI LETTER BHA;Lo;0;R;;;;;N;;;;; +10A28;KHAROSHTHI LETTER MA;Lo;0;R;;;;;N;;;;; +10A29;KHAROSHTHI LETTER YA;Lo;0;R;;;;;N;;;;; +10A2A;KHAROSHTHI LETTER RA;Lo;0;R;;;;;N;;;;; +10A2B;KHAROSHTHI LETTER LA;Lo;0;R;;;;;N;;;;; +10A2C;KHAROSHTHI LETTER VA;Lo;0;R;;;;;N;;;;; +10A2D;KHAROSHTHI LETTER SHA;Lo;0;R;;;;;N;;;;; +10A2E;KHAROSHTHI LETTER SSA;Lo;0;R;;;;;N;;;;; +10A2F;KHAROSHTHI LETTER SA;Lo;0;R;;;;;N;;;;; +10A30;KHAROSHTHI LETTER ZA;Lo;0;R;;;;;N;;;;; +10A31;KHAROSHTHI LETTER HA;Lo;0;R;;;;;N;;;;; +10A32;KHAROSHTHI LETTER KKA;Lo;0;R;;;;;N;;;;; +10A33;KHAROSHTHI LETTER TTTHA;Lo;0;R;;;;;N;;;;; +10A38;KHAROSHTHI SIGN BAR ABOVE;Mn;230;NSM;;;;;N;;;;; +10A39;KHAROSHTHI SIGN CAUDA;Mn;1;NSM;;;;;N;;;;; +10A3A;KHAROSHTHI SIGN DOT BELOW;Mn;220;NSM;;;;;N;;;;; +10A3F;KHAROSHTHI VIRAMA;Mn;9;NSM;;;;;N;;;;; +10A40;KHAROSHTHI DIGIT ONE;No;0;R;;;1;1;N;;;;; +10A41;KHAROSHTHI DIGIT TWO;No;0;R;;;2;2;N;;;;; +10A42;KHAROSHTHI DIGIT THREE;No;0;R;;;3;3;N;;;;; +10A43;KHAROSHTHI DIGIT FOUR;No;0;R;;;4;4;N;;;;; +10A44;KHAROSHTHI NUMBER TEN;No;0;R;;;;10;N;;;;; +10A45;KHAROSHTHI NUMBER TWENTY;No;0;R;;;;20;N;;;;; +10A46;KHAROSHTHI NUMBER ONE HUNDRED;No;0;R;;;;100;N;;;;; +10A47;KHAROSHTHI NUMBER ONE THOUSAND;No;0;R;;;;1000;N;;;;; +10A50;KHAROSHTHI PUNCTUATION DOT;Po;0;R;;;;;N;;;;; +10A51;KHAROSHTHI PUNCTUATION SMALL CIRCLE;Po;0;R;;;;;N;;;;; +10A52;KHAROSHTHI PUNCTUATION CIRCLE;Po;0;R;;;;;N;;;;; +10A53;KHAROSHTHI PUNCTUATION CRESCENT BAR;Po;0;R;;;;;N;;;;; +10A54;KHAROSHTHI PUNCTUATION MANGALAM;Po;0;R;;;;;N;;;;; +10A55;KHAROSHTHI PUNCTUATION LOTUS;Po;0;R;;;;;N;;;;; +10A56;KHAROSHTHI PUNCTUATION DANDA;Po;0;R;;;;;N;;;;; +10A57;KHAROSHTHI PUNCTUATION DOUBLE DANDA;Po;0;R;;;;;N;;;;; +10A58;KHAROSHTHI PUNCTUATION LINES;Po;0;R;;;;;N;;;;; +10A60;OLD SOUTH ARABIAN LETTER HE;Lo;0;R;;;;;N;;;;; +10A61;OLD SOUTH ARABIAN LETTER LAMEDH;Lo;0;R;;;;;N;;;;; +10A62;OLD SOUTH ARABIAN LETTER HETH;Lo;0;R;;;;;N;;;;; +10A63;OLD SOUTH ARABIAN LETTER MEM;Lo;0;R;;;;;N;;;;; +10A64;OLD SOUTH ARABIAN LETTER QOPH;Lo;0;R;;;;;N;;;;; +10A65;OLD SOUTH ARABIAN LETTER WAW;Lo;0;R;;;;;N;;;;; +10A66;OLD SOUTH ARABIAN LETTER SHIN;Lo;0;R;;;;;N;;;;; +10A67;OLD SOUTH ARABIAN LETTER RESH;Lo;0;R;;;;;N;;;;; +10A68;OLD SOUTH ARABIAN LETTER BETH;Lo;0;R;;;;;N;;;;; +10A69;OLD SOUTH ARABIAN LETTER TAW;Lo;0;R;;;;;N;;;;; +10A6A;OLD SOUTH ARABIAN LETTER SAT;Lo;0;R;;;;;N;;;;; +10A6B;OLD SOUTH ARABIAN LETTER KAPH;Lo;0;R;;;;;N;;;;; +10A6C;OLD SOUTH ARABIAN LETTER NUN;Lo;0;R;;;;;N;;;;; +10A6D;OLD SOUTH ARABIAN LETTER KHETH;Lo;0;R;;;;;N;;;;; +10A6E;OLD SOUTH ARABIAN LETTER SADHE;Lo;0;R;;;;;N;;;;; +10A6F;OLD SOUTH ARABIAN LETTER SAMEKH;Lo;0;R;;;;;N;;;;; +10A70;OLD SOUTH ARABIAN LETTER FE;Lo;0;R;;;;;N;;;;; +10A71;OLD SOUTH ARABIAN LETTER ALEF;Lo;0;R;;;;;N;;;;; +10A72;OLD SOUTH ARABIAN LETTER AYN;Lo;0;R;;;;;N;;;;; +10A73;OLD SOUTH ARABIAN LETTER DHADHE;Lo;0;R;;;;;N;;;;; +10A74;OLD SOUTH ARABIAN LETTER GIMEL;Lo;0;R;;;;;N;;;;; +10A75;OLD SOUTH ARABIAN LETTER DALETH;Lo;0;R;;;;;N;;;;; +10A76;OLD SOUTH ARABIAN LETTER GHAYN;Lo;0;R;;;;;N;;;;; +10A77;OLD SOUTH ARABIAN LETTER TETH;Lo;0;R;;;;;N;;;;; +10A78;OLD SOUTH ARABIAN LETTER ZAYN;Lo;0;R;;;;;N;;;;; +10A79;OLD SOUTH ARABIAN LETTER DHALETH;Lo;0;R;;;;;N;;;;; +10A7A;OLD SOUTH ARABIAN LETTER YODH;Lo;0;R;;;;;N;;;;; +10A7B;OLD SOUTH ARABIAN LETTER THAW;Lo;0;R;;;;;N;;;;; +10A7C;OLD SOUTH ARABIAN LETTER THETH;Lo;0;R;;;;;N;;;;; +10A7D;OLD SOUTH ARABIAN NUMBER ONE;No;0;R;;;;1;N;;;;; +10A7E;OLD SOUTH ARABIAN NUMBER FIFTY;No;0;R;;;;50;N;;;;; +10A7F;OLD SOUTH ARABIAN NUMERIC INDICATOR;Po;0;R;;;;;N;;;;; +10B00;AVESTAN LETTER A;Lo;0;R;;;;;N;;;;; +10B01;AVESTAN LETTER AA;Lo;0;R;;;;;N;;;;; +10B02;AVESTAN LETTER AO;Lo;0;R;;;;;N;;;;; +10B03;AVESTAN LETTER AAO;Lo;0;R;;;;;N;;;;; +10B04;AVESTAN LETTER AN;Lo;0;R;;;;;N;;;;; +10B05;AVESTAN LETTER AAN;Lo;0;R;;;;;N;;;;; +10B06;AVESTAN LETTER AE;Lo;0;R;;;;;N;;;;; +10B07;AVESTAN LETTER AEE;Lo;0;R;;;;;N;;;;; +10B08;AVESTAN LETTER E;Lo;0;R;;;;;N;;;;; +10B09;AVESTAN LETTER EE;Lo;0;R;;;;;N;;;;; +10B0A;AVESTAN LETTER O;Lo;0;R;;;;;N;;;;; +10B0B;AVESTAN LETTER OO;Lo;0;R;;;;;N;;;;; +10B0C;AVESTAN LETTER I;Lo;0;R;;;;;N;;;;; +10B0D;AVESTAN LETTER II;Lo;0;R;;;;;N;;;;; +10B0E;AVESTAN LETTER U;Lo;0;R;;;;;N;;;;; +10B0F;AVESTAN LETTER UU;Lo;0;R;;;;;N;;;;; +10B10;AVESTAN LETTER KE;Lo;0;R;;;;;N;;;;; +10B11;AVESTAN LETTER XE;Lo;0;R;;;;;N;;;;; +10B12;AVESTAN LETTER XYE;Lo;0;R;;;;;N;;;;; +10B13;AVESTAN LETTER XVE;Lo;0;R;;;;;N;;;;; +10B14;AVESTAN LETTER GE;Lo;0;R;;;;;N;;;;; +10B15;AVESTAN LETTER GGE;Lo;0;R;;;;;N;;;;; +10B16;AVESTAN LETTER GHE;Lo;0;R;;;;;N;;;;; +10B17;AVESTAN LETTER CE;Lo;0;R;;;;;N;;;;; +10B18;AVESTAN LETTER JE;Lo;0;R;;;;;N;;;;; +10B19;AVESTAN LETTER TE;Lo;0;R;;;;;N;;;;; +10B1A;AVESTAN LETTER THE;Lo;0;R;;;;;N;;;;; +10B1B;AVESTAN LETTER DE;Lo;0;R;;;;;N;;;;; +10B1C;AVESTAN LETTER DHE;Lo;0;R;;;;;N;;;;; +10B1D;AVESTAN LETTER TTE;Lo;0;R;;;;;N;;;;; +10B1E;AVESTAN LETTER PE;Lo;0;R;;;;;N;;;;; +10B1F;AVESTAN LETTER FE;Lo;0;R;;;;;N;;;;; +10B20;AVESTAN LETTER BE;Lo;0;R;;;;;N;;;;; +10B21;AVESTAN LETTER BHE;Lo;0;R;;;;;N;;;;; +10B22;AVESTAN LETTER NGE;Lo;0;R;;;;;N;;;;; +10B23;AVESTAN LETTER NGYE;Lo;0;R;;;;;N;;;;; +10B24;AVESTAN LETTER NGVE;Lo;0;R;;;;;N;;;;; +10B25;AVESTAN LETTER NE;Lo;0;R;;;;;N;;;;; +10B26;AVESTAN LETTER NYE;Lo;0;R;;;;;N;;;;; +10B27;AVESTAN LETTER NNE;Lo;0;R;;;;;N;;;;; +10B28;AVESTAN LETTER ME;Lo;0;R;;;;;N;;;;; +10B29;AVESTAN LETTER HME;Lo;0;R;;;;;N;;;;; +10B2A;AVESTAN LETTER YYE;Lo;0;R;;;;;N;;;;; +10B2B;AVESTAN LETTER YE;Lo;0;R;;;;;N;;;;; +10B2C;AVESTAN LETTER VE;Lo;0;R;;;;;N;;;;; +10B2D;AVESTAN LETTER RE;Lo;0;R;;;;;N;;;;; +10B2E;AVESTAN LETTER LE;Lo;0;R;;;;;N;;;;; +10B2F;AVESTAN LETTER SE;Lo;0;R;;;;;N;;;;; +10B30;AVESTAN LETTER ZE;Lo;0;R;;;;;N;;;;; +10B31;AVESTAN LETTER SHE;Lo;0;R;;;;;N;;;;; +10B32;AVESTAN LETTER ZHE;Lo;0;R;;;;;N;;;;; +10B33;AVESTAN LETTER SHYE;Lo;0;R;;;;;N;;;;; +10B34;AVESTAN LETTER SSHE;Lo;0;R;;;;;N;;;;; +10B35;AVESTAN LETTER HE;Lo;0;R;;;;;N;;;;; +10B39;AVESTAN ABBREVIATION MARK;Po;0;ON;;;;;N;;;;; +10B3A;TINY TWO DOTS OVER ONE DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +10B3B;SMALL TWO DOTS OVER ONE DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +10B3C;LARGE TWO DOTS OVER ONE DOT PUNCTUATION;Po;0;ON;;;;;N;;;;; +10B3D;LARGE ONE DOT OVER TWO DOTS PUNCTUATION;Po;0;ON;;;;;N;;;;; +10B3E;LARGE TWO RINGS OVER ONE RING PUNCTUATION;Po;0;ON;;;;;N;;;;; +10B3F;LARGE ONE RING OVER TWO RINGS PUNCTUATION;Po;0;ON;;;;;N;;;;; +10B40;INSCRIPTIONAL PARTHIAN LETTER ALEPH;Lo;0;R;;;;;N;;;;; +10B41;INSCRIPTIONAL PARTHIAN LETTER BETH;Lo;0;R;;;;;N;;;;; +10B42;INSCRIPTIONAL PARTHIAN LETTER GIMEL;Lo;0;R;;;;;N;;;;; +10B43;INSCRIPTIONAL PARTHIAN LETTER DALETH;Lo;0;R;;;;;N;;;;; +10B44;INSCRIPTIONAL PARTHIAN LETTER HE;Lo;0;R;;;;;N;;;;; +10B45;INSCRIPTIONAL PARTHIAN LETTER WAW;Lo;0;R;;;;;N;;;;; +10B46;INSCRIPTIONAL PARTHIAN LETTER ZAYIN;Lo;0;R;;;;;N;;;;; +10B47;INSCRIPTIONAL PARTHIAN LETTER HETH;Lo;0;R;;;;;N;;;;; +10B48;INSCRIPTIONAL PARTHIAN LETTER TETH;Lo;0;R;;;;;N;;;;; +10B49;INSCRIPTIONAL PARTHIAN LETTER YODH;Lo;0;R;;;;;N;;;;; +10B4A;INSCRIPTIONAL PARTHIAN LETTER KAPH;Lo;0;R;;;;;N;;;;; +10B4B;INSCRIPTIONAL PARTHIAN LETTER LAMEDH;Lo;0;R;;;;;N;;;;; +10B4C;INSCRIPTIONAL PARTHIAN LETTER MEM;Lo;0;R;;;;;N;;;;; +10B4D;INSCRIPTIONAL PARTHIAN LETTER NUN;Lo;0;R;;;;;N;;;;; +10B4E;INSCRIPTIONAL PARTHIAN LETTER SAMEKH;Lo;0;R;;;;;N;;;;; +10B4F;INSCRIPTIONAL PARTHIAN LETTER AYIN;Lo;0;R;;;;;N;;;;; +10B50;INSCRIPTIONAL PARTHIAN LETTER PE;Lo;0;R;;;;;N;;;;; +10B51;INSCRIPTIONAL PARTHIAN LETTER SADHE;Lo;0;R;;;;;N;;;;; +10B52;INSCRIPTIONAL PARTHIAN LETTER QOPH;Lo;0;R;;;;;N;;;;; +10B53;INSCRIPTIONAL PARTHIAN LETTER RESH;Lo;0;R;;;;;N;;;;; +10B54;INSCRIPTIONAL PARTHIAN LETTER SHIN;Lo;0;R;;;;;N;;;;; +10B55;INSCRIPTIONAL PARTHIAN LETTER TAW;Lo;0;R;;;;;N;;;;; +10B58;INSCRIPTIONAL PARTHIAN NUMBER ONE;No;0;R;;;;1;N;;;;; +10B59;INSCRIPTIONAL PARTHIAN NUMBER TWO;No;0;R;;;;2;N;;;;; +10B5A;INSCRIPTIONAL PARTHIAN NUMBER THREE;No;0;R;;;;3;N;;;;; +10B5B;INSCRIPTIONAL PARTHIAN NUMBER FOUR;No;0;R;;;;4;N;;;;; +10B5C;INSCRIPTIONAL PARTHIAN NUMBER TEN;No;0;R;;;;10;N;;;;; +10B5D;INSCRIPTIONAL PARTHIAN NUMBER TWENTY;No;0;R;;;;20;N;;;;; +10B5E;INSCRIPTIONAL PARTHIAN NUMBER ONE HUNDRED;No;0;R;;;;100;N;;;;; +10B5F;INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND;No;0;R;;;;1000;N;;;;; +10B60;INSCRIPTIONAL PAHLAVI LETTER ALEPH;Lo;0;R;;;;;N;;;;; +10B61;INSCRIPTIONAL PAHLAVI LETTER BETH;Lo;0;R;;;;;N;;;;; +10B62;INSCRIPTIONAL PAHLAVI LETTER GIMEL;Lo;0;R;;;;;N;;;;; +10B63;INSCRIPTIONAL PAHLAVI LETTER DALETH;Lo;0;R;;;;;N;;;;; +10B64;INSCRIPTIONAL PAHLAVI LETTER HE;Lo;0;R;;;;;N;;;;; +10B65;INSCRIPTIONAL PAHLAVI LETTER WAW-AYIN-RESH;Lo;0;R;;;;;N;;;;; +10B66;INSCRIPTIONAL PAHLAVI LETTER ZAYIN;Lo;0;R;;;;;N;;;;; +10B67;INSCRIPTIONAL PAHLAVI LETTER HETH;Lo;0;R;;;;;N;;;;; +10B68;INSCRIPTIONAL PAHLAVI LETTER TETH;Lo;0;R;;;;;N;;;;; +10B69;INSCRIPTIONAL PAHLAVI LETTER YODH;Lo;0;R;;;;;N;;;;; +10B6A;INSCRIPTIONAL PAHLAVI LETTER KAPH;Lo;0;R;;;;;N;;;;; +10B6B;INSCRIPTIONAL PAHLAVI LETTER LAMEDH;Lo;0;R;;;;;N;;;;; +10B6C;INSCRIPTIONAL PAHLAVI LETTER MEM-QOPH;Lo;0;R;;;;;N;;;;; +10B6D;INSCRIPTIONAL PAHLAVI LETTER NUN;Lo;0;R;;;;;N;;;;; +10B6E;INSCRIPTIONAL PAHLAVI LETTER SAMEKH;Lo;0;R;;;;;N;;;;; +10B6F;INSCRIPTIONAL PAHLAVI LETTER PE;Lo;0;R;;;;;N;;;;; +10B70;INSCRIPTIONAL PAHLAVI LETTER SADHE;Lo;0;R;;;;;N;;;;; +10B71;INSCRIPTIONAL PAHLAVI LETTER SHIN;Lo;0;R;;;;;N;;;;; +10B72;INSCRIPTIONAL PAHLAVI LETTER TAW;Lo;0;R;;;;;N;;;;; +10B78;INSCRIPTIONAL PAHLAVI NUMBER ONE;No;0;R;;;;1;N;;;;; +10B79;INSCRIPTIONAL PAHLAVI NUMBER TWO;No;0;R;;;;2;N;;;;; +10B7A;INSCRIPTIONAL PAHLAVI NUMBER THREE;No;0;R;;;;3;N;;;;; +10B7B;INSCRIPTIONAL PAHLAVI NUMBER FOUR;No;0;R;;;;4;N;;;;; +10B7C;INSCRIPTIONAL PAHLAVI NUMBER TEN;No;0;R;;;;10;N;;;;; +10B7D;INSCRIPTIONAL PAHLAVI NUMBER TWENTY;No;0;R;;;;20;N;;;;; +10B7E;INSCRIPTIONAL PAHLAVI NUMBER ONE HUNDRED;No;0;R;;;;100;N;;;;; +10B7F;INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND;No;0;R;;;;1000;N;;;;; +10C00;OLD TURKIC LETTER ORKHON A;Lo;0;R;;;;;N;;;;; +10C01;OLD TURKIC LETTER YENISEI A;Lo;0;R;;;;;N;;;;; +10C02;OLD TURKIC LETTER YENISEI AE;Lo;0;R;;;;;N;;;;; +10C03;OLD TURKIC LETTER ORKHON I;Lo;0;R;;;;;N;;;;; +10C04;OLD TURKIC LETTER YENISEI I;Lo;0;R;;;;;N;;;;; +10C05;OLD TURKIC LETTER YENISEI E;Lo;0;R;;;;;N;;;;; +10C06;OLD TURKIC LETTER ORKHON O;Lo;0;R;;;;;N;;;;; +10C07;OLD TURKIC LETTER ORKHON OE;Lo;0;R;;;;;N;;;;; +10C08;OLD TURKIC LETTER YENISEI OE;Lo;0;R;;;;;N;;;;; +10C09;OLD TURKIC LETTER ORKHON AB;Lo;0;R;;;;;N;;;;; +10C0A;OLD TURKIC LETTER YENISEI AB;Lo;0;R;;;;;N;;;;; +10C0B;OLD TURKIC LETTER ORKHON AEB;Lo;0;R;;;;;N;;;;; +10C0C;OLD TURKIC LETTER YENISEI AEB;Lo;0;R;;;;;N;;;;; +10C0D;OLD TURKIC LETTER ORKHON AG;Lo;0;R;;;;;N;;;;; +10C0E;OLD TURKIC LETTER YENISEI AG;Lo;0;R;;;;;N;;;;; +10C0F;OLD TURKIC LETTER ORKHON AEG;Lo;0;R;;;;;N;;;;; +10C10;OLD TURKIC LETTER YENISEI AEG;Lo;0;R;;;;;N;;;;; +10C11;OLD TURKIC LETTER ORKHON AD;Lo;0;R;;;;;N;;;;; +10C12;OLD TURKIC LETTER YENISEI AD;Lo;0;R;;;;;N;;;;; +10C13;OLD TURKIC LETTER ORKHON AED;Lo;0;R;;;;;N;;;;; +10C14;OLD TURKIC LETTER ORKHON EZ;Lo;0;R;;;;;N;;;;; +10C15;OLD TURKIC LETTER YENISEI EZ;Lo;0;R;;;;;N;;;;; +10C16;OLD TURKIC LETTER ORKHON AY;Lo;0;R;;;;;N;;;;; +10C17;OLD TURKIC LETTER YENISEI AY;Lo;0;R;;;;;N;;;;; +10C18;OLD TURKIC LETTER ORKHON AEY;Lo;0;R;;;;;N;;;;; +10C19;OLD TURKIC LETTER YENISEI AEY;Lo;0;R;;;;;N;;;;; +10C1A;OLD TURKIC LETTER ORKHON AEK;Lo;0;R;;;;;N;;;;; +10C1B;OLD TURKIC LETTER YENISEI AEK;Lo;0;R;;;;;N;;;;; +10C1C;OLD TURKIC LETTER ORKHON OEK;Lo;0;R;;;;;N;;;;; +10C1D;OLD TURKIC LETTER YENISEI OEK;Lo;0;R;;;;;N;;;;; +10C1E;OLD TURKIC LETTER ORKHON AL;Lo;0;R;;;;;N;;;;; +10C1F;OLD TURKIC LETTER YENISEI AL;Lo;0;R;;;;;N;;;;; +10C20;OLD TURKIC LETTER ORKHON AEL;Lo;0;R;;;;;N;;;;; +10C21;OLD TURKIC LETTER ORKHON ELT;Lo;0;R;;;;;N;;;;; +10C22;OLD TURKIC LETTER ORKHON EM;Lo;0;R;;;;;N;;;;; +10C23;OLD TURKIC LETTER ORKHON AN;Lo;0;R;;;;;N;;;;; +10C24;OLD TURKIC LETTER ORKHON AEN;Lo;0;R;;;;;N;;;;; +10C25;OLD TURKIC LETTER YENISEI AEN;Lo;0;R;;;;;N;;;;; +10C26;OLD TURKIC LETTER ORKHON ENT;Lo;0;R;;;;;N;;;;; +10C27;OLD TURKIC LETTER YENISEI ENT;Lo;0;R;;;;;N;;;;; +10C28;OLD TURKIC LETTER ORKHON ENC;Lo;0;R;;;;;N;;;;; +10C29;OLD TURKIC LETTER YENISEI ENC;Lo;0;R;;;;;N;;;;; +10C2A;OLD TURKIC LETTER ORKHON ENY;Lo;0;R;;;;;N;;;;; +10C2B;OLD TURKIC LETTER YENISEI ENY;Lo;0;R;;;;;N;;;;; +10C2C;OLD TURKIC LETTER YENISEI ANG;Lo;0;R;;;;;N;;;;; +10C2D;OLD TURKIC LETTER ORKHON ENG;Lo;0;R;;;;;N;;;;; +10C2E;OLD TURKIC LETTER YENISEI AENG;Lo;0;R;;;;;N;;;;; +10C2F;OLD TURKIC LETTER ORKHON EP;Lo;0;R;;;;;N;;;;; +10C30;OLD TURKIC LETTER ORKHON OP;Lo;0;R;;;;;N;;;;; +10C31;OLD TURKIC LETTER ORKHON IC;Lo;0;R;;;;;N;;;;; +10C32;OLD TURKIC LETTER ORKHON EC;Lo;0;R;;;;;N;;;;; +10C33;OLD TURKIC LETTER YENISEI EC;Lo;0;R;;;;;N;;;;; +10C34;OLD TURKIC LETTER ORKHON AQ;Lo;0;R;;;;;N;;;;; +10C35;OLD TURKIC LETTER YENISEI AQ;Lo;0;R;;;;;N;;;;; +10C36;OLD TURKIC LETTER ORKHON IQ;Lo;0;R;;;;;N;;;;; +10C37;OLD TURKIC LETTER YENISEI IQ;Lo;0;R;;;;;N;;;;; +10C38;OLD TURKIC LETTER ORKHON OQ;Lo;0;R;;;;;N;;;;; +10C39;OLD TURKIC LETTER YENISEI OQ;Lo;0;R;;;;;N;;;;; +10C3A;OLD TURKIC LETTER ORKHON AR;Lo;0;R;;;;;N;;;;; +10C3B;OLD TURKIC LETTER YENISEI AR;Lo;0;R;;;;;N;;;;; +10C3C;OLD TURKIC LETTER ORKHON AER;Lo;0;R;;;;;N;;;;; +10C3D;OLD TURKIC LETTER ORKHON AS;Lo;0;R;;;;;N;;;;; +10C3E;OLD TURKIC LETTER ORKHON AES;Lo;0;R;;;;;N;;;;; +10C3F;OLD TURKIC LETTER ORKHON ASH;Lo;0;R;;;;;N;;;;; +10C40;OLD TURKIC LETTER YENISEI ASH;Lo;0;R;;;;;N;;;;; +10C41;OLD TURKIC LETTER ORKHON ESH;Lo;0;R;;;;;N;;;;; +10C42;OLD TURKIC LETTER YENISEI ESH;Lo;0;R;;;;;N;;;;; +10C43;OLD TURKIC LETTER ORKHON AT;Lo;0;R;;;;;N;;;;; +10C44;OLD TURKIC LETTER YENISEI AT;Lo;0;R;;;;;N;;;;; +10C45;OLD TURKIC LETTER ORKHON AET;Lo;0;R;;;;;N;;;;; +10C46;OLD TURKIC LETTER YENISEI AET;Lo;0;R;;;;;N;;;;; +10C47;OLD TURKIC LETTER ORKHON OT;Lo;0;R;;;;;N;;;;; +10C48;OLD TURKIC LETTER ORKHON BASH;Lo;0;R;;;;;N;;;;; +10E60;RUMI DIGIT ONE;No;0;AN;;;1;1;N;;;;; +10E61;RUMI DIGIT TWO;No;0;AN;;;2;2;N;;;;; +10E62;RUMI DIGIT THREE;No;0;AN;;;3;3;N;;;;; +10E63;RUMI DIGIT FOUR;No;0;AN;;;4;4;N;;;;; +10E64;RUMI DIGIT FIVE;No;0;AN;;;5;5;N;;;;; +10E65;RUMI DIGIT SIX;No;0;AN;;;6;6;N;;;;; +10E66;RUMI DIGIT SEVEN;No;0;AN;;;7;7;N;;;;; +10E67;RUMI DIGIT EIGHT;No;0;AN;;;8;8;N;;;;; +10E68;RUMI DIGIT NINE;No;0;AN;;;9;9;N;;;;; +10E69;RUMI NUMBER TEN;No;0;AN;;;;10;N;;;;; +10E6A;RUMI NUMBER TWENTY;No;0;AN;;;;20;N;;;;; +10E6B;RUMI NUMBER THIRTY;No;0;AN;;;;30;N;;;;; +10E6C;RUMI NUMBER FORTY;No;0;AN;;;;40;N;;;;; +10E6D;RUMI NUMBER FIFTY;No;0;AN;;;;50;N;;;;; +10E6E;RUMI NUMBER SIXTY;No;0;AN;;;;60;N;;;;; +10E6F;RUMI NUMBER SEVENTY;No;0;AN;;;;70;N;;;;; +10E70;RUMI NUMBER EIGHTY;No;0;AN;;;;80;N;;;;; +10E71;RUMI NUMBER NINETY;No;0;AN;;;;90;N;;;;; +10E72;RUMI NUMBER ONE HUNDRED;No;0;AN;;;;100;N;;;;; +10E73;RUMI NUMBER TWO HUNDRED;No;0;AN;;;;200;N;;;;; +10E74;RUMI NUMBER THREE HUNDRED;No;0;AN;;;;300;N;;;;; +10E75;RUMI NUMBER FOUR HUNDRED;No;0;AN;;;;400;N;;;;; +10E76;RUMI NUMBER FIVE HUNDRED;No;0;AN;;;;500;N;;;;; +10E77;RUMI NUMBER SIX HUNDRED;No;0;AN;;;;600;N;;;;; +10E78;RUMI NUMBER SEVEN HUNDRED;No;0;AN;;;;700;N;;;;; +10E79;RUMI NUMBER EIGHT HUNDRED;No;0;AN;;;;800;N;;;;; +10E7A;RUMI NUMBER NINE HUNDRED;No;0;AN;;;;900;N;;;;; +10E7B;RUMI FRACTION ONE HALF;No;0;AN;;;;1/2;N;;;;; +10E7C;RUMI FRACTION ONE QUARTER;No;0;AN;;;;1/4;N;;;;; +10E7D;RUMI FRACTION ONE THIRD;No;0;AN;;;;1/3;N;;;;; +10E7E;RUMI FRACTION TWO THIRDS;No;0;AN;;;;2/3;N;;;;; +11080;KAITHI SIGN CANDRABINDU;Mn;0;NSM;;;;;N;;;;; +11081;KAITHI SIGN ANUSVARA;Mn;0;NSM;;;;;N;;;;; +11082;KAITHI SIGN VISARGA;Mc;0;L;;;;;N;;;;; +11083;KAITHI LETTER A;Lo;0;L;;;;;N;;;;; +11084;KAITHI LETTER AA;Lo;0;L;;;;;N;;;;; +11085;KAITHI LETTER I;Lo;0;L;;;;;N;;;;; +11086;KAITHI LETTER II;Lo;0;L;;;;;N;;;;; +11087;KAITHI LETTER U;Lo;0;L;;;;;N;;;;; +11088;KAITHI LETTER UU;Lo;0;L;;;;;N;;;;; +11089;KAITHI LETTER E;Lo;0;L;;;;;N;;;;; +1108A;KAITHI LETTER AI;Lo;0;L;;;;;N;;;;; +1108B;KAITHI LETTER O;Lo;0;L;;;;;N;;;;; +1108C;KAITHI LETTER AU;Lo;0;L;;;;;N;;;;; +1108D;KAITHI LETTER KA;Lo;0;L;;;;;N;;;;; +1108E;KAITHI LETTER KHA;Lo;0;L;;;;;N;;;;; +1108F;KAITHI LETTER GA;Lo;0;L;;;;;N;;;;; +11090;KAITHI LETTER GHA;Lo;0;L;;;;;N;;;;; +11091;KAITHI LETTER NGA;Lo;0;L;;;;;N;;;;; +11092;KAITHI LETTER CA;Lo;0;L;;;;;N;;;;; +11093;KAITHI LETTER CHA;Lo;0;L;;;;;N;;;;; +11094;KAITHI LETTER JA;Lo;0;L;;;;;N;;;;; +11095;KAITHI LETTER JHA;Lo;0;L;;;;;N;;;;; +11096;KAITHI LETTER NYA;Lo;0;L;;;;;N;;;;; +11097;KAITHI LETTER TTA;Lo;0;L;;;;;N;;;;; +11098;KAITHI LETTER TTHA;Lo;0;L;;;;;N;;;;; +11099;KAITHI LETTER DDA;Lo;0;L;;;;;N;;;;; +1109A;KAITHI LETTER DDDHA;Lo;0;L;11099 110BA;;;;N;;;;; +1109B;KAITHI LETTER DDHA;Lo;0;L;;;;;N;;;;; +1109C;KAITHI LETTER RHA;Lo;0;L;1109B 110BA;;;;N;;;;; +1109D;KAITHI LETTER NNA;Lo;0;L;;;;;N;;;;; +1109E;KAITHI LETTER TA;Lo;0;L;;;;;N;;;;; +1109F;KAITHI LETTER THA;Lo;0;L;;;;;N;;;;; +110A0;KAITHI LETTER DA;Lo;0;L;;;;;N;;;;; +110A1;KAITHI LETTER DHA;Lo;0;L;;;;;N;;;;; +110A2;KAITHI LETTER NA;Lo;0;L;;;;;N;;;;; +110A3;KAITHI LETTER PA;Lo;0;L;;;;;N;;;;; +110A4;KAITHI LETTER PHA;Lo;0;L;;;;;N;;;;; +110A5;KAITHI LETTER BA;Lo;0;L;;;;;N;;;;; +110A6;KAITHI LETTER BHA;Lo;0;L;;;;;N;;;;; +110A7;KAITHI LETTER MA;Lo;0;L;;;;;N;;;;; +110A8;KAITHI LETTER YA;Lo;0;L;;;;;N;;;;; +110A9;KAITHI LETTER RA;Lo;0;L;;;;;N;;;;; +110AA;KAITHI LETTER LA;Lo;0;L;;;;;N;;;;; +110AB;KAITHI LETTER VA;Lo;0;L;110A5 110BA;;;;N;;;;; +110AC;KAITHI LETTER SHA;Lo;0;L;;;;;N;;;;; +110AD;KAITHI LETTER SSA;Lo;0;L;;;;;N;;;;; +110AE;KAITHI LETTER SA;Lo;0;L;;;;;N;;;;; +110AF;KAITHI LETTER HA;Lo;0;L;;;;;N;;;;; +110B0;KAITHI VOWEL SIGN AA;Mc;0;L;;;;;N;;;;; +110B1;KAITHI VOWEL SIGN I;Mc;0;L;;;;;N;;;;; +110B2;KAITHI VOWEL SIGN II;Mc;0;L;;;;;N;;;;; +110B3;KAITHI VOWEL SIGN U;Mn;0;NSM;;;;;N;;;;; +110B4;KAITHI VOWEL SIGN UU;Mn;0;NSM;;;;;N;;;;; +110B5;KAITHI VOWEL SIGN E;Mn;0;NSM;;;;;N;;;;; +110B6;KAITHI VOWEL SIGN AI;Mn;0;NSM;;;;;N;;;;; +110B7;KAITHI VOWEL SIGN O;Mc;0;L;;;;;N;;;;; +110B8;KAITHI VOWEL SIGN AU;Mc;0;L;;;;;N;;;;; +110B9;KAITHI SIGN VIRAMA;Mn;9;NSM;;;;;N;;;;; +110BA;KAITHI SIGN NUKTA;Mn;7;NSM;;;;;N;;;;; +110BB;KAITHI ABBREVIATION SIGN;Po;0;L;;;;;N;;;;; +110BC;KAITHI ENUMERATION SIGN;Po;0;L;;;;;N;;;;; +110BD;KAITHI NUMBER SIGN;Cf;0;L;;;;;N;;;;; +110BE;KAITHI SECTION MARK;Po;0;L;;;;;N;;;;; +110BF;KAITHI DOUBLE SECTION MARK;Po;0;L;;;;;N;;;;; +110C0;KAITHI DANDA;Po;0;L;;;;;N;;;;; +110C1;KAITHI DOUBLE DANDA;Po;0;L;;;;;N;;;;; +12000;CUNEIFORM SIGN A;Lo;0;L;;;;;N;;;;; +12001;CUNEIFORM SIGN A TIMES A;Lo;0;L;;;;;N;;;;; +12002;CUNEIFORM SIGN A TIMES BAD;Lo;0;L;;;;;N;;;;; +12003;CUNEIFORM SIGN A TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +12004;CUNEIFORM SIGN A TIMES HA;Lo;0;L;;;;;N;;;;; +12005;CUNEIFORM SIGN A TIMES IGI;Lo;0;L;;;;;N;;;;; +12006;CUNEIFORM SIGN A TIMES LAGAR GUNU;Lo;0;L;;;;;N;;;;; +12007;CUNEIFORM SIGN A TIMES MUSH;Lo;0;L;;;;;N;;;;; +12008;CUNEIFORM SIGN A TIMES SAG;Lo;0;L;;;;;N;;;;; +12009;CUNEIFORM SIGN A2;Lo;0;L;;;;;N;;;;; +1200A;CUNEIFORM SIGN AB;Lo;0;L;;;;;N;;;;; +1200B;CUNEIFORM SIGN AB TIMES ASH2;Lo;0;L;;;;;N;;;;; +1200C;CUNEIFORM SIGN AB TIMES DUN3 GUNU;Lo;0;L;;;;;N;;;;; +1200D;CUNEIFORM SIGN AB TIMES GAL;Lo;0;L;;;;;N;;;;; +1200E;CUNEIFORM SIGN AB TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +1200F;CUNEIFORM SIGN AB TIMES HA;Lo;0;L;;;;;N;;;;; +12010;CUNEIFORM SIGN AB TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +12011;CUNEIFORM SIGN AB TIMES IMIN;Lo;0;L;;;;;N;;;;; +12012;CUNEIFORM SIGN AB TIMES LAGAB;Lo;0;L;;;;;N;;;;; +12013;CUNEIFORM SIGN AB TIMES SHESH;Lo;0;L;;;;;N;;;;; +12014;CUNEIFORM SIGN AB TIMES U PLUS U PLUS U;Lo;0;L;;;;;N;;;;; +12015;CUNEIFORM SIGN AB GUNU;Lo;0;L;;;;;N;;;;; +12016;CUNEIFORM SIGN AB2;Lo;0;L;;;;;N;;;;; +12017;CUNEIFORM SIGN AB2 TIMES BALAG;Lo;0;L;;;;;N;;;;; +12018;CUNEIFORM SIGN AB2 TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +12019;CUNEIFORM SIGN AB2 TIMES ME PLUS EN;Lo;0;L;;;;;N;;;;; +1201A;CUNEIFORM SIGN AB2 TIMES SHA3;Lo;0;L;;;;;N;;;;; +1201B;CUNEIFORM SIGN AB2 TIMES TAK4;Lo;0;L;;;;;N;;;;; +1201C;CUNEIFORM SIGN AD;Lo;0;L;;;;;N;;;;; +1201D;CUNEIFORM SIGN AK;Lo;0;L;;;;;N;;;;; +1201E;CUNEIFORM SIGN AK TIMES ERIN2;Lo;0;L;;;;;N;;;;; +1201F;CUNEIFORM SIGN AK TIMES SHITA PLUS GISH;Lo;0;L;;;;;N;;;;; +12020;CUNEIFORM SIGN AL;Lo;0;L;;;;;N;;;;; +12021;CUNEIFORM SIGN AL TIMES AL;Lo;0;L;;;;;N;;;;; +12022;CUNEIFORM SIGN AL TIMES DIM2;Lo;0;L;;;;;N;;;;; +12023;CUNEIFORM SIGN AL TIMES GISH;Lo;0;L;;;;;N;;;;; +12024;CUNEIFORM SIGN AL TIMES HA;Lo;0;L;;;;;N;;;;; +12025;CUNEIFORM SIGN AL TIMES KAD3;Lo;0;L;;;;;N;;;;; +12026;CUNEIFORM SIGN AL TIMES KI;Lo;0;L;;;;;N;;;;; +12027;CUNEIFORM SIGN AL TIMES SHE;Lo;0;L;;;;;N;;;;; +12028;CUNEIFORM SIGN AL TIMES USH;Lo;0;L;;;;;N;;;;; +12029;CUNEIFORM SIGN ALAN;Lo;0;L;;;;;N;;;;; +1202A;CUNEIFORM SIGN ALEPH;Lo;0;L;;;;;N;;;;; +1202B;CUNEIFORM SIGN AMAR;Lo;0;L;;;;;N;;;;; +1202C;CUNEIFORM SIGN AMAR TIMES SHE;Lo;0;L;;;;;N;;;;; +1202D;CUNEIFORM SIGN AN;Lo;0;L;;;;;N;;;;; +1202E;CUNEIFORM SIGN AN OVER AN;Lo;0;L;;;;;N;;;;; +1202F;CUNEIFORM SIGN AN THREE TIMES;Lo;0;L;;;;;N;;;;; +12030;CUNEIFORM SIGN AN PLUS NAGA OPPOSING AN PLUS NAGA;Lo;0;L;;;;;N;;;;; +12031;CUNEIFORM SIGN AN PLUS NAGA SQUARED;Lo;0;L;;;;;N;;;;; +12032;CUNEIFORM SIGN ANSHE;Lo;0;L;;;;;N;;;;; +12033;CUNEIFORM SIGN APIN;Lo;0;L;;;;;N;;;;; +12034;CUNEIFORM SIGN ARAD;Lo;0;L;;;;;N;;;;; +12035;CUNEIFORM SIGN ARAD TIMES KUR;Lo;0;L;;;;;N;;;;; +12036;CUNEIFORM SIGN ARKAB;Lo;0;L;;;;;N;;;;; +12037;CUNEIFORM SIGN ASAL2;Lo;0;L;;;;;N;;;;; +12038;CUNEIFORM SIGN ASH;Lo;0;L;;;;;N;;;;; +12039;CUNEIFORM SIGN ASH ZIDA TENU;Lo;0;L;;;;;N;;;;; +1203A;CUNEIFORM SIGN ASH KABA TENU;Lo;0;L;;;;;N;;;;; +1203B;CUNEIFORM SIGN ASH OVER ASH TUG2 OVER TUG2 TUG2 OVER TUG2 PAP;Lo;0;L;;;;;N;;;;; +1203C;CUNEIFORM SIGN ASH OVER ASH OVER ASH;Lo;0;L;;;;;N;;;;; +1203D;CUNEIFORM SIGN ASH OVER ASH OVER ASH CROSSING ASH OVER ASH OVER ASH;Lo;0;L;;;;;N;;;;; +1203E;CUNEIFORM SIGN ASH2;Lo;0;L;;;;;N;;;;; +1203F;CUNEIFORM SIGN ASHGAB;Lo;0;L;;;;;N;;;;; +12040;CUNEIFORM SIGN BA;Lo;0;L;;;;;N;;;;; +12041;CUNEIFORM SIGN BAD;Lo;0;L;;;;;N;;;;; +12042;CUNEIFORM SIGN BAG3;Lo;0;L;;;;;N;;;;; +12043;CUNEIFORM SIGN BAHAR2;Lo;0;L;;;;;N;;;;; +12044;CUNEIFORM SIGN BAL;Lo;0;L;;;;;N;;;;; +12045;CUNEIFORM SIGN BAL OVER BAL;Lo;0;L;;;;;N;;;;; +12046;CUNEIFORM SIGN BALAG;Lo;0;L;;;;;N;;;;; +12047;CUNEIFORM SIGN BAR;Lo;0;L;;;;;N;;;;; +12048;CUNEIFORM SIGN BARA2;Lo;0;L;;;;;N;;;;; +12049;CUNEIFORM SIGN BI;Lo;0;L;;;;;N;;;;; +1204A;CUNEIFORM SIGN BI TIMES A;Lo;0;L;;;;;N;;;;; +1204B;CUNEIFORM SIGN BI TIMES GAR;Lo;0;L;;;;;N;;;;; +1204C;CUNEIFORM SIGN BI TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +1204D;CUNEIFORM SIGN BU;Lo;0;L;;;;;N;;;;; +1204E;CUNEIFORM SIGN BU OVER BU AB;Lo;0;L;;;;;N;;;;; +1204F;CUNEIFORM SIGN BU OVER BU UN;Lo;0;L;;;;;N;;;;; +12050;CUNEIFORM SIGN BU CROSSING BU;Lo;0;L;;;;;N;;;;; +12051;CUNEIFORM SIGN BULUG;Lo;0;L;;;;;N;;;;; +12052;CUNEIFORM SIGN BULUG OVER BULUG;Lo;0;L;;;;;N;;;;; +12053;CUNEIFORM SIGN BUR;Lo;0;L;;;;;N;;;;; +12054;CUNEIFORM SIGN BUR2;Lo;0;L;;;;;N;;;;; +12055;CUNEIFORM SIGN DA;Lo;0;L;;;;;N;;;;; +12056;CUNEIFORM SIGN DAG;Lo;0;L;;;;;N;;;;; +12057;CUNEIFORM SIGN DAG KISIM5 TIMES A PLUS MASH;Lo;0;L;;;;;N;;;;; +12058;CUNEIFORM SIGN DAG KISIM5 TIMES AMAR;Lo;0;L;;;;;N;;;;; +12059;CUNEIFORM SIGN DAG KISIM5 TIMES BALAG;Lo;0;L;;;;;N;;;;; +1205A;CUNEIFORM SIGN DAG KISIM5 TIMES BI;Lo;0;L;;;;;N;;;;; +1205B;CUNEIFORM SIGN DAG KISIM5 TIMES GA;Lo;0;L;;;;;N;;;;; +1205C;CUNEIFORM SIGN DAG KISIM5 TIMES GA PLUS MASH;Lo;0;L;;;;;N;;;;; +1205D;CUNEIFORM SIGN DAG KISIM5 TIMES GI;Lo;0;L;;;;;N;;;;; +1205E;CUNEIFORM SIGN DAG KISIM5 TIMES GIR2;Lo;0;L;;;;;N;;;;; +1205F;CUNEIFORM SIGN DAG KISIM5 TIMES GUD;Lo;0;L;;;;;N;;;;; +12060;CUNEIFORM SIGN DAG KISIM5 TIMES HA;Lo;0;L;;;;;N;;;;; +12061;CUNEIFORM SIGN DAG KISIM5 TIMES IR;Lo;0;L;;;;;N;;;;; +12062;CUNEIFORM SIGN DAG KISIM5 TIMES IR PLUS LU;Lo;0;L;;;;;N;;;;; +12063;CUNEIFORM SIGN DAG KISIM5 TIMES KAK;Lo;0;L;;;;;N;;;;; +12064;CUNEIFORM SIGN DAG KISIM5 TIMES LA;Lo;0;L;;;;;N;;;;; +12065;CUNEIFORM SIGN DAG KISIM5 TIMES LU;Lo;0;L;;;;;N;;;;; +12066;CUNEIFORM SIGN DAG KISIM5 TIMES LU PLUS MASH2;Lo;0;L;;;;;N;;;;; +12067;CUNEIFORM SIGN DAG KISIM5 TIMES LUM;Lo;0;L;;;;;N;;;;; +12068;CUNEIFORM SIGN DAG KISIM5 TIMES NE;Lo;0;L;;;;;N;;;;; +12069;CUNEIFORM SIGN DAG KISIM5 TIMES PAP PLUS PAP;Lo;0;L;;;;;N;;;;; +1206A;CUNEIFORM SIGN DAG KISIM5 TIMES SI;Lo;0;L;;;;;N;;;;; +1206B;CUNEIFORM SIGN DAG KISIM5 TIMES TAK4;Lo;0;L;;;;;N;;;;; +1206C;CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS GIR2;Lo;0;L;;;;;N;;;;; +1206D;CUNEIFORM SIGN DAG KISIM5 TIMES USH;Lo;0;L;;;;;N;;;;; +1206E;CUNEIFORM SIGN DAM;Lo;0;L;;;;;N;;;;; +1206F;CUNEIFORM SIGN DAR;Lo;0;L;;;;;N;;;;; +12070;CUNEIFORM SIGN DARA3;Lo;0;L;;;;;N;;;;; +12071;CUNEIFORM SIGN DARA4;Lo;0;L;;;;;N;;;;; +12072;CUNEIFORM SIGN DI;Lo;0;L;;;;;N;;;;; +12073;CUNEIFORM SIGN DIB;Lo;0;L;;;;;N;;;;; +12074;CUNEIFORM SIGN DIM;Lo;0;L;;;;;N;;;;; +12075;CUNEIFORM SIGN DIM TIMES SHE;Lo;0;L;;;;;N;;;;; +12076;CUNEIFORM SIGN DIM2;Lo;0;L;;;;;N;;;;; +12077;CUNEIFORM SIGN DIN;Lo;0;L;;;;;N;;;;; +12078;CUNEIFORM SIGN DIN KASKAL U GUNU DISH;Lo;0;L;;;;;N;;;;; +12079;CUNEIFORM SIGN DISH;Lo;0;L;;;;;N;;;;; +1207A;CUNEIFORM SIGN DU;Lo;0;L;;;;;N;;;;; +1207B;CUNEIFORM SIGN DU OVER DU;Lo;0;L;;;;;N;;;;; +1207C;CUNEIFORM SIGN DU GUNU;Lo;0;L;;;;;N;;;;; +1207D;CUNEIFORM SIGN DU SHESHIG;Lo;0;L;;;;;N;;;;; +1207E;CUNEIFORM SIGN DUB;Lo;0;L;;;;;N;;;;; +1207F;CUNEIFORM SIGN DUB TIMES ESH2;Lo;0;L;;;;;N;;;;; +12080;CUNEIFORM SIGN DUB2;Lo;0;L;;;;;N;;;;; +12081;CUNEIFORM SIGN DUG;Lo;0;L;;;;;N;;;;; +12082;CUNEIFORM SIGN DUGUD;Lo;0;L;;;;;N;;;;; +12083;CUNEIFORM SIGN DUH;Lo;0;L;;;;;N;;;;; +12084;CUNEIFORM SIGN DUN;Lo;0;L;;;;;N;;;;; +12085;CUNEIFORM SIGN DUN3;Lo;0;L;;;;;N;;;;; +12086;CUNEIFORM SIGN DUN3 GUNU;Lo;0;L;;;;;N;;;;; +12087;CUNEIFORM SIGN DUN3 GUNU GUNU;Lo;0;L;;;;;N;;;;; +12088;CUNEIFORM SIGN DUN4;Lo;0;L;;;;;N;;;;; +12089;CUNEIFORM SIGN DUR2;Lo;0;L;;;;;N;;;;; +1208A;CUNEIFORM SIGN E;Lo;0;L;;;;;N;;;;; +1208B;CUNEIFORM SIGN E TIMES PAP;Lo;0;L;;;;;N;;;;; +1208C;CUNEIFORM SIGN E OVER E NUN OVER NUN;Lo;0;L;;;;;N;;;;; +1208D;CUNEIFORM SIGN E2;Lo;0;L;;;;;N;;;;; +1208E;CUNEIFORM SIGN E2 TIMES A PLUS HA PLUS DA;Lo;0;L;;;;;N;;;;; +1208F;CUNEIFORM SIGN E2 TIMES GAR;Lo;0;L;;;;;N;;;;; +12090;CUNEIFORM SIGN E2 TIMES MI;Lo;0;L;;;;;N;;;;; +12091;CUNEIFORM SIGN E2 TIMES SAL;Lo;0;L;;;;;N;;;;; +12092;CUNEIFORM SIGN E2 TIMES SHE;Lo;0;L;;;;;N;;;;; +12093;CUNEIFORM SIGN E2 TIMES U;Lo;0;L;;;;;N;;;;; +12094;CUNEIFORM SIGN EDIN;Lo;0;L;;;;;N;;;;; +12095;CUNEIFORM SIGN EGIR;Lo;0;L;;;;;N;;;;; +12096;CUNEIFORM SIGN EL;Lo;0;L;;;;;N;;;;; +12097;CUNEIFORM SIGN EN;Lo;0;L;;;;;N;;;;; +12098;CUNEIFORM SIGN EN TIMES GAN2;Lo;0;L;;;;;N;;;;; +12099;CUNEIFORM SIGN EN TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +1209A;CUNEIFORM SIGN EN TIMES ME;Lo;0;L;;;;;N;;;;; +1209B;CUNEIFORM SIGN EN CROSSING EN;Lo;0;L;;;;;N;;;;; +1209C;CUNEIFORM SIGN EN OPPOSING EN;Lo;0;L;;;;;N;;;;; +1209D;CUNEIFORM SIGN EN SQUARED;Lo;0;L;;;;;N;;;;; +1209E;CUNEIFORM SIGN EREN;Lo;0;L;;;;;N;;;;; +1209F;CUNEIFORM SIGN ERIN2;Lo;0;L;;;;;N;;;;; +120A0;CUNEIFORM SIGN ESH2;Lo;0;L;;;;;N;;;;; +120A1;CUNEIFORM SIGN EZEN;Lo;0;L;;;;;N;;;;; +120A2;CUNEIFORM SIGN EZEN TIMES A;Lo;0;L;;;;;N;;;;; +120A3;CUNEIFORM SIGN EZEN TIMES A PLUS LAL;Lo;0;L;;;;;N;;;;; +120A4;CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL;Lo;0;L;;;;;N;;;;; +120A5;CUNEIFORM SIGN EZEN TIMES AN;Lo;0;L;;;;;N;;;;; +120A6;CUNEIFORM SIGN EZEN TIMES BAD;Lo;0;L;;;;;N;;;;; +120A7;CUNEIFORM SIGN EZEN TIMES DUN3 GUNU;Lo;0;L;;;;;N;;;;; +120A8;CUNEIFORM SIGN EZEN TIMES DUN3 GUNU GUNU;Lo;0;L;;;;;N;;;;; +120A9;CUNEIFORM SIGN EZEN TIMES HA;Lo;0;L;;;;;N;;;;; +120AA;CUNEIFORM SIGN EZEN TIMES HA GUNU;Lo;0;L;;;;;N;;;;; +120AB;CUNEIFORM SIGN EZEN TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +120AC;CUNEIFORM SIGN EZEN TIMES KASKAL;Lo;0;L;;;;;N;;;;; +120AD;CUNEIFORM SIGN EZEN TIMES KASKAL SQUARED;Lo;0;L;;;;;N;;;;; +120AE;CUNEIFORM SIGN EZEN TIMES KU3;Lo;0;L;;;;;N;;;;; +120AF;CUNEIFORM SIGN EZEN TIMES LA;Lo;0;L;;;;;N;;;;; +120B0;CUNEIFORM SIGN EZEN TIMES LAL TIMES LAL;Lo;0;L;;;;;N;;;;; +120B1;CUNEIFORM SIGN EZEN TIMES LI;Lo;0;L;;;;;N;;;;; +120B2;CUNEIFORM SIGN EZEN TIMES LU;Lo;0;L;;;;;N;;;;; +120B3;CUNEIFORM SIGN EZEN TIMES U2;Lo;0;L;;;;;N;;;;; +120B4;CUNEIFORM SIGN EZEN TIMES UD;Lo;0;L;;;;;N;;;;; +120B5;CUNEIFORM SIGN GA;Lo;0;L;;;;;N;;;;; +120B6;CUNEIFORM SIGN GA GUNU;Lo;0;L;;;;;N;;;;; +120B7;CUNEIFORM SIGN GA2;Lo;0;L;;;;;N;;;;; +120B8;CUNEIFORM SIGN GA2 TIMES A PLUS DA PLUS HA;Lo;0;L;;;;;N;;;;; +120B9;CUNEIFORM SIGN GA2 TIMES A PLUS HA;Lo;0;L;;;;;N;;;;; +120BA;CUNEIFORM SIGN GA2 TIMES A PLUS IGI;Lo;0;L;;;;;N;;;;; +120BB;CUNEIFORM SIGN GA2 TIMES AB2 TENU PLUS TAB;Lo;0;L;;;;;N;;;;; +120BC;CUNEIFORM SIGN GA2 TIMES AN;Lo;0;L;;;;;N;;;;; +120BD;CUNEIFORM SIGN GA2 TIMES ASH;Lo;0;L;;;;;N;;;;; +120BE;CUNEIFORM SIGN GA2 TIMES ASH2 PLUS GAL;Lo;0;L;;;;;N;;;;; +120BF;CUNEIFORM SIGN GA2 TIMES BAD;Lo;0;L;;;;;N;;;;; +120C0;CUNEIFORM SIGN GA2 TIMES BAR PLUS RA;Lo;0;L;;;;;N;;;;; +120C1;CUNEIFORM SIGN GA2 TIMES BUR;Lo;0;L;;;;;N;;;;; +120C2;CUNEIFORM SIGN GA2 TIMES BUR PLUS RA;Lo;0;L;;;;;N;;;;; +120C3;CUNEIFORM SIGN GA2 TIMES DA;Lo;0;L;;;;;N;;;;; +120C4;CUNEIFORM SIGN GA2 TIMES DI;Lo;0;L;;;;;N;;;;; +120C5;CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE;Lo;0;L;;;;;N;;;;; +120C6;CUNEIFORM SIGN GA2 TIMES DUB;Lo;0;L;;;;;N;;;;; +120C7;CUNEIFORM SIGN GA2 TIMES EL;Lo;0;L;;;;;N;;;;; +120C8;CUNEIFORM SIGN GA2 TIMES EL PLUS LA;Lo;0;L;;;;;N;;;;; +120C9;CUNEIFORM SIGN GA2 TIMES EN;Lo;0;L;;;;;N;;;;; +120CA;CUNEIFORM SIGN GA2 TIMES EN TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +120CB;CUNEIFORM SIGN GA2 TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +120CC;CUNEIFORM SIGN GA2 TIMES GAR;Lo;0;L;;;;;N;;;;; +120CD;CUNEIFORM SIGN GA2 TIMES GI;Lo;0;L;;;;;N;;;;; +120CE;CUNEIFORM SIGN GA2 TIMES GI4;Lo;0;L;;;;;N;;;;; +120CF;CUNEIFORM SIGN GA2 TIMES GI4 PLUS A;Lo;0;L;;;;;N;;;;; +120D0;CUNEIFORM SIGN GA2 TIMES GIR2 PLUS SU;Lo;0;L;;;;;N;;;;; +120D1;CUNEIFORM SIGN GA2 TIMES HA PLUS LU PLUS ESH2;Lo;0;L;;;;;N;;;;; +120D2;CUNEIFORM SIGN GA2 TIMES HAL;Lo;0;L;;;;;N;;;;; +120D3;CUNEIFORM SIGN GA2 TIMES HAL PLUS LA;Lo;0;L;;;;;N;;;;; +120D4;CUNEIFORM SIGN GA2 TIMES HI PLUS LI;Lo;0;L;;;;;N;;;;; +120D5;CUNEIFORM SIGN GA2 TIMES HUB2;Lo;0;L;;;;;N;;;;; +120D6;CUNEIFORM SIGN GA2 TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +120D7;CUNEIFORM SIGN GA2 TIMES ISH PLUS HU PLUS ASH;Lo;0;L;;;;;N;;;;; +120D8;CUNEIFORM SIGN GA2 TIMES KAK;Lo;0;L;;;;;N;;;;; +120D9;CUNEIFORM SIGN GA2 TIMES KASKAL;Lo;0;L;;;;;N;;;;; +120DA;CUNEIFORM SIGN GA2 TIMES KID;Lo;0;L;;;;;N;;;;; +120DB;CUNEIFORM SIGN GA2 TIMES KID PLUS LAL;Lo;0;L;;;;;N;;;;; +120DC;CUNEIFORM SIGN GA2 TIMES KU3 PLUS AN;Lo;0;L;;;;;N;;;;; +120DD;CUNEIFORM SIGN GA2 TIMES LA;Lo;0;L;;;;;N;;;;; +120DE;CUNEIFORM SIGN GA2 TIMES ME PLUS EN;Lo;0;L;;;;;N;;;;; +120DF;CUNEIFORM SIGN GA2 TIMES MI;Lo;0;L;;;;;N;;;;; +120E0;CUNEIFORM SIGN GA2 TIMES NUN;Lo;0;L;;;;;N;;;;; +120E1;CUNEIFORM SIGN GA2 TIMES NUN OVER NUN;Lo;0;L;;;;;N;;;;; +120E2;CUNEIFORM SIGN GA2 TIMES PA;Lo;0;L;;;;;N;;;;; +120E3;CUNEIFORM SIGN GA2 TIMES SAL;Lo;0;L;;;;;N;;;;; +120E4;CUNEIFORM SIGN GA2 TIMES SAR;Lo;0;L;;;;;N;;;;; +120E5;CUNEIFORM SIGN GA2 TIMES SHE;Lo;0;L;;;;;N;;;;; +120E6;CUNEIFORM SIGN GA2 TIMES SHE PLUS TUR;Lo;0;L;;;;;N;;;;; +120E7;CUNEIFORM SIGN GA2 TIMES SHID;Lo;0;L;;;;;N;;;;; +120E8;CUNEIFORM SIGN GA2 TIMES SUM;Lo;0;L;;;;;N;;;;; +120E9;CUNEIFORM SIGN GA2 TIMES TAK4;Lo;0;L;;;;;N;;;;; +120EA;CUNEIFORM SIGN GA2 TIMES U;Lo;0;L;;;;;N;;;;; +120EB;CUNEIFORM SIGN GA2 TIMES UD;Lo;0;L;;;;;N;;;;; +120EC;CUNEIFORM SIGN GA2 TIMES UD PLUS DU;Lo;0;L;;;;;N;;;;; +120ED;CUNEIFORM SIGN GA2 OVER GA2;Lo;0;L;;;;;N;;;;; +120EE;CUNEIFORM SIGN GABA;Lo;0;L;;;;;N;;;;; +120EF;CUNEIFORM SIGN GABA CROSSING GABA;Lo;0;L;;;;;N;;;;; +120F0;CUNEIFORM SIGN GAD;Lo;0;L;;;;;N;;;;; +120F1;CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR;Lo;0;L;;;;;N;;;;; +120F2;CUNEIFORM SIGN GAL;Lo;0;L;;;;;N;;;;; +120F3;CUNEIFORM SIGN GAL GAD OVER GAD GAR OVER GAR;Lo;0;L;;;;;N;;;;; +120F4;CUNEIFORM SIGN GALAM;Lo;0;L;;;;;N;;;;; +120F5;CUNEIFORM SIGN GAM;Lo;0;L;;;;;N;;;;; +120F6;CUNEIFORM SIGN GAN;Lo;0;L;;;;;N;;;;; +120F7;CUNEIFORM SIGN GAN2;Lo;0;L;;;;;N;;;;; +120F8;CUNEIFORM SIGN GAN2 TENU;Lo;0;L;;;;;N;;;;; +120F9;CUNEIFORM SIGN GAN2 OVER GAN2;Lo;0;L;;;;;N;;;;; +120FA;CUNEIFORM SIGN GAN2 CROSSING GAN2;Lo;0;L;;;;;N;;;;; +120FB;CUNEIFORM SIGN GAR;Lo;0;L;;;;;N;;;;; +120FC;CUNEIFORM SIGN GAR3;Lo;0;L;;;;;N;;;;; +120FD;CUNEIFORM SIGN GASHAN;Lo;0;L;;;;;N;;;;; +120FE;CUNEIFORM SIGN GESHTIN;Lo;0;L;;;;;N;;;;; +120FF;CUNEIFORM SIGN GESHTIN TIMES KUR;Lo;0;L;;;;;N;;;;; +12100;CUNEIFORM SIGN GI;Lo;0;L;;;;;N;;;;; +12101;CUNEIFORM SIGN GI TIMES E;Lo;0;L;;;;;N;;;;; +12102;CUNEIFORM SIGN GI TIMES U;Lo;0;L;;;;;N;;;;; +12103;CUNEIFORM SIGN GI CROSSING GI;Lo;0;L;;;;;N;;;;; +12104;CUNEIFORM SIGN GI4;Lo;0;L;;;;;N;;;;; +12105;CUNEIFORM SIGN GI4 OVER GI4;Lo;0;L;;;;;N;;;;; +12106;CUNEIFORM SIGN GI4 CROSSING GI4;Lo;0;L;;;;;N;;;;; +12107;CUNEIFORM SIGN GIDIM;Lo;0;L;;;;;N;;;;; +12108;CUNEIFORM SIGN GIR2;Lo;0;L;;;;;N;;;;; +12109;CUNEIFORM SIGN GIR2 GUNU;Lo;0;L;;;;;N;;;;; +1210A;CUNEIFORM SIGN GIR3;Lo;0;L;;;;;N;;;;; +1210B;CUNEIFORM SIGN GIR3 TIMES A PLUS IGI;Lo;0;L;;;;;N;;;;; +1210C;CUNEIFORM SIGN GIR3 TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +1210D;CUNEIFORM SIGN GIR3 TIMES IGI;Lo;0;L;;;;;N;;;;; +1210E;CUNEIFORM SIGN GIR3 TIMES LU PLUS IGI;Lo;0;L;;;;;N;;;;; +1210F;CUNEIFORM SIGN GIR3 TIMES PA;Lo;0;L;;;;;N;;;;; +12110;CUNEIFORM SIGN GISAL;Lo;0;L;;;;;N;;;;; +12111;CUNEIFORM SIGN GISH;Lo;0;L;;;;;N;;;;; +12112;CUNEIFORM SIGN GISH CROSSING GISH;Lo;0;L;;;;;N;;;;; +12113;CUNEIFORM SIGN GISH TIMES BAD;Lo;0;L;;;;;N;;;;; +12114;CUNEIFORM SIGN GISH TIMES TAK4;Lo;0;L;;;;;N;;;;; +12115;CUNEIFORM SIGN GISH TENU;Lo;0;L;;;;;N;;;;; +12116;CUNEIFORM SIGN GU;Lo;0;L;;;;;N;;;;; +12117;CUNEIFORM SIGN GU CROSSING GU;Lo;0;L;;;;;N;;;;; +12118;CUNEIFORM SIGN GU2;Lo;0;L;;;;;N;;;;; +12119;CUNEIFORM SIGN GU2 TIMES KAK;Lo;0;L;;;;;N;;;;; +1211A;CUNEIFORM SIGN GU2 TIMES KAK TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +1211B;CUNEIFORM SIGN GU2 TIMES NUN;Lo;0;L;;;;;N;;;;; +1211C;CUNEIFORM SIGN GU2 TIMES SAL PLUS TUG2;Lo;0;L;;;;;N;;;;; +1211D;CUNEIFORM SIGN GU2 GUNU;Lo;0;L;;;;;N;;;;; +1211E;CUNEIFORM SIGN GUD;Lo;0;L;;;;;N;;;;; +1211F;CUNEIFORM SIGN GUD TIMES A PLUS KUR;Lo;0;L;;;;;N;;;;; +12120;CUNEIFORM SIGN GUD TIMES KUR;Lo;0;L;;;;;N;;;;; +12121;CUNEIFORM SIGN GUD OVER GUD LUGAL;Lo;0;L;;;;;N;;;;; +12122;CUNEIFORM SIGN GUL;Lo;0;L;;;;;N;;;;; +12123;CUNEIFORM SIGN GUM;Lo;0;L;;;;;N;;;;; +12124;CUNEIFORM SIGN GUM TIMES SHE;Lo;0;L;;;;;N;;;;; +12125;CUNEIFORM SIGN GUR;Lo;0;L;;;;;N;;;;; +12126;CUNEIFORM SIGN GUR7;Lo;0;L;;;;;N;;;;; +12127;CUNEIFORM SIGN GURUN;Lo;0;L;;;;;N;;;;; +12128;CUNEIFORM SIGN GURUSH;Lo;0;L;;;;;N;;;;; +12129;CUNEIFORM SIGN HA;Lo;0;L;;;;;N;;;;; +1212A;CUNEIFORM SIGN HA TENU;Lo;0;L;;;;;N;;;;; +1212B;CUNEIFORM SIGN HA GUNU;Lo;0;L;;;;;N;;;;; +1212C;CUNEIFORM SIGN HAL;Lo;0;L;;;;;N;;;;; +1212D;CUNEIFORM SIGN HI;Lo;0;L;;;;;N;;;;; +1212E;CUNEIFORM SIGN HI TIMES ASH;Lo;0;L;;;;;N;;;;; +1212F;CUNEIFORM SIGN HI TIMES ASH2;Lo;0;L;;;;;N;;;;; +12130;CUNEIFORM SIGN HI TIMES BAD;Lo;0;L;;;;;N;;;;; +12131;CUNEIFORM SIGN HI TIMES DISH;Lo;0;L;;;;;N;;;;; +12132;CUNEIFORM SIGN HI TIMES GAD;Lo;0;L;;;;;N;;;;; +12133;CUNEIFORM SIGN HI TIMES KIN;Lo;0;L;;;;;N;;;;; +12134;CUNEIFORM SIGN HI TIMES NUN;Lo;0;L;;;;;N;;;;; +12135;CUNEIFORM SIGN HI TIMES SHE;Lo;0;L;;;;;N;;;;; +12136;CUNEIFORM SIGN HI TIMES U;Lo;0;L;;;;;N;;;;; +12137;CUNEIFORM SIGN HU;Lo;0;L;;;;;N;;;;; +12138;CUNEIFORM SIGN HUB2;Lo;0;L;;;;;N;;;;; +12139;CUNEIFORM SIGN HUB2 TIMES AN;Lo;0;L;;;;;N;;;;; +1213A;CUNEIFORM SIGN HUB2 TIMES HAL;Lo;0;L;;;;;N;;;;; +1213B;CUNEIFORM SIGN HUB2 TIMES KASKAL;Lo;0;L;;;;;N;;;;; +1213C;CUNEIFORM SIGN HUB2 TIMES LISH;Lo;0;L;;;;;N;;;;; +1213D;CUNEIFORM SIGN HUB2 TIMES UD;Lo;0;L;;;;;N;;;;; +1213E;CUNEIFORM SIGN HUL2;Lo;0;L;;;;;N;;;;; +1213F;CUNEIFORM SIGN I;Lo;0;L;;;;;N;;;;; +12140;CUNEIFORM SIGN I A;Lo;0;L;;;;;N;;;;; +12141;CUNEIFORM SIGN IB;Lo;0;L;;;;;N;;;;; +12142;CUNEIFORM SIGN IDIM;Lo;0;L;;;;;N;;;;; +12143;CUNEIFORM SIGN IDIM OVER IDIM BUR;Lo;0;L;;;;;N;;;;; +12144;CUNEIFORM SIGN IDIM OVER IDIM SQUARED;Lo;0;L;;;;;N;;;;; +12145;CUNEIFORM SIGN IG;Lo;0;L;;;;;N;;;;; +12146;CUNEIFORM SIGN IGI;Lo;0;L;;;;;N;;;;; +12147;CUNEIFORM SIGN IGI DIB;Lo;0;L;;;;;N;;;;; +12148;CUNEIFORM SIGN IGI RI;Lo;0;L;;;;;N;;;;; +12149;CUNEIFORM SIGN IGI OVER IGI SHIR OVER SHIR UD OVER UD;Lo;0;L;;;;;N;;;;; +1214A;CUNEIFORM SIGN IGI GUNU;Lo;0;L;;;;;N;;;;; +1214B;CUNEIFORM SIGN IL;Lo;0;L;;;;;N;;;;; +1214C;CUNEIFORM SIGN IL TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +1214D;CUNEIFORM SIGN IL2;Lo;0;L;;;;;N;;;;; +1214E;CUNEIFORM SIGN IM;Lo;0;L;;;;;N;;;;; +1214F;CUNEIFORM SIGN IM TIMES TAK4;Lo;0;L;;;;;N;;;;; +12150;CUNEIFORM SIGN IM CROSSING IM;Lo;0;L;;;;;N;;;;; +12151;CUNEIFORM SIGN IM OPPOSING IM;Lo;0;L;;;;;N;;;;; +12152;CUNEIFORM SIGN IM SQUARED;Lo;0;L;;;;;N;;;;; +12153;CUNEIFORM SIGN IMIN;Lo;0;L;;;;;N;;;;; +12154;CUNEIFORM SIGN IN;Lo;0;L;;;;;N;;;;; +12155;CUNEIFORM SIGN IR;Lo;0;L;;;;;N;;;;; +12156;CUNEIFORM SIGN ISH;Lo;0;L;;;;;N;;;;; +12157;CUNEIFORM SIGN KA;Lo;0;L;;;;;N;;;;; +12158;CUNEIFORM SIGN KA TIMES A;Lo;0;L;;;;;N;;;;; +12159;CUNEIFORM SIGN KA TIMES AD;Lo;0;L;;;;;N;;;;; +1215A;CUNEIFORM SIGN KA TIMES AD PLUS KU3;Lo;0;L;;;;;N;;;;; +1215B;CUNEIFORM SIGN KA TIMES ASH2;Lo;0;L;;;;;N;;;;; +1215C;CUNEIFORM SIGN KA TIMES BAD;Lo;0;L;;;;;N;;;;; +1215D;CUNEIFORM SIGN KA TIMES BALAG;Lo;0;L;;;;;N;;;;; +1215E;CUNEIFORM SIGN KA TIMES BAR;Lo;0;L;;;;;N;;;;; +1215F;CUNEIFORM SIGN KA TIMES BI;Lo;0;L;;;;;N;;;;; +12160;CUNEIFORM SIGN KA TIMES ERIN2;Lo;0;L;;;;;N;;;;; +12161;CUNEIFORM SIGN KA TIMES ESH2;Lo;0;L;;;;;N;;;;; +12162;CUNEIFORM SIGN KA TIMES GA;Lo;0;L;;;;;N;;;;; +12163;CUNEIFORM SIGN KA TIMES GAL;Lo;0;L;;;;;N;;;;; +12164;CUNEIFORM SIGN KA TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +12165;CUNEIFORM SIGN KA TIMES GAR;Lo;0;L;;;;;N;;;;; +12166;CUNEIFORM SIGN KA TIMES GAR PLUS SHA3 PLUS A;Lo;0;L;;;;;N;;;;; +12167;CUNEIFORM SIGN KA TIMES GI;Lo;0;L;;;;;N;;;;; +12168;CUNEIFORM SIGN KA TIMES GIR2;Lo;0;L;;;;;N;;;;; +12169;CUNEIFORM SIGN KA TIMES GISH PLUS SAR;Lo;0;L;;;;;N;;;;; +1216A;CUNEIFORM SIGN KA TIMES GISH CROSSING GISH;Lo;0;L;;;;;N;;;;; +1216B;CUNEIFORM SIGN KA TIMES GU;Lo;0;L;;;;;N;;;;; +1216C;CUNEIFORM SIGN KA TIMES GUR7;Lo;0;L;;;;;N;;;;; +1216D;CUNEIFORM SIGN KA TIMES IGI;Lo;0;L;;;;;N;;;;; +1216E;CUNEIFORM SIGN KA TIMES IM;Lo;0;L;;;;;N;;;;; +1216F;CUNEIFORM SIGN KA TIMES KAK;Lo;0;L;;;;;N;;;;; +12170;CUNEIFORM SIGN KA TIMES KI;Lo;0;L;;;;;N;;;;; +12171;CUNEIFORM SIGN KA TIMES KID;Lo;0;L;;;;;N;;;;; +12172;CUNEIFORM SIGN KA TIMES LI;Lo;0;L;;;;;N;;;;; +12173;CUNEIFORM SIGN KA TIMES LU;Lo;0;L;;;;;N;;;;; +12174;CUNEIFORM SIGN KA TIMES ME;Lo;0;L;;;;;N;;;;; +12175;CUNEIFORM SIGN KA TIMES ME PLUS DU;Lo;0;L;;;;;N;;;;; +12176;CUNEIFORM SIGN KA TIMES ME PLUS GI;Lo;0;L;;;;;N;;;;; +12177;CUNEIFORM SIGN KA TIMES ME PLUS TE;Lo;0;L;;;;;N;;;;; +12178;CUNEIFORM SIGN KA TIMES MI;Lo;0;L;;;;;N;;;;; +12179;CUNEIFORM SIGN KA TIMES MI PLUS NUNUZ;Lo;0;L;;;;;N;;;;; +1217A;CUNEIFORM SIGN KA TIMES NE;Lo;0;L;;;;;N;;;;; +1217B;CUNEIFORM SIGN KA TIMES NUN;Lo;0;L;;;;;N;;;;; +1217C;CUNEIFORM SIGN KA TIMES PI;Lo;0;L;;;;;N;;;;; +1217D;CUNEIFORM SIGN KA TIMES RU;Lo;0;L;;;;;N;;;;; +1217E;CUNEIFORM SIGN KA TIMES SA;Lo;0;L;;;;;N;;;;; +1217F;CUNEIFORM SIGN KA TIMES SAR;Lo;0;L;;;;;N;;;;; +12180;CUNEIFORM SIGN KA TIMES SHA;Lo;0;L;;;;;N;;;;; +12181;CUNEIFORM SIGN KA TIMES SHE;Lo;0;L;;;;;N;;;;; +12182;CUNEIFORM SIGN KA TIMES SHID;Lo;0;L;;;;;N;;;;; +12183;CUNEIFORM SIGN KA TIMES SHU;Lo;0;L;;;;;N;;;;; +12184;CUNEIFORM SIGN KA TIMES SIG;Lo;0;L;;;;;N;;;;; +12185;CUNEIFORM SIGN KA TIMES SUHUR;Lo;0;L;;;;;N;;;;; +12186;CUNEIFORM SIGN KA TIMES TAR;Lo;0;L;;;;;N;;;;; +12187;CUNEIFORM SIGN KA TIMES U;Lo;0;L;;;;;N;;;;; +12188;CUNEIFORM SIGN KA TIMES U2;Lo;0;L;;;;;N;;;;; +12189;CUNEIFORM SIGN KA TIMES UD;Lo;0;L;;;;;N;;;;; +1218A;CUNEIFORM SIGN KA TIMES UMUM TIMES PA;Lo;0;L;;;;;N;;;;; +1218B;CUNEIFORM SIGN KA TIMES USH;Lo;0;L;;;;;N;;;;; +1218C;CUNEIFORM SIGN KA TIMES ZI;Lo;0;L;;;;;N;;;;; +1218D;CUNEIFORM SIGN KA2;Lo;0;L;;;;;N;;;;; +1218E;CUNEIFORM SIGN KA2 CROSSING KA2;Lo;0;L;;;;;N;;;;; +1218F;CUNEIFORM SIGN KAB;Lo;0;L;;;;;N;;;;; +12190;CUNEIFORM SIGN KAD2;Lo;0;L;;;;;N;;;;; +12191;CUNEIFORM SIGN KAD3;Lo;0;L;;;;;N;;;;; +12192;CUNEIFORM SIGN KAD4;Lo;0;L;;;;;N;;;;; +12193;CUNEIFORM SIGN KAD5;Lo;0;L;;;;;N;;;;; +12194;CUNEIFORM SIGN KAD5 OVER KAD5;Lo;0;L;;;;;N;;;;; +12195;CUNEIFORM SIGN KAK;Lo;0;L;;;;;N;;;;; +12196;CUNEIFORM SIGN KAK TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +12197;CUNEIFORM SIGN KAL;Lo;0;L;;;;;N;;;;; +12198;CUNEIFORM SIGN KAL TIMES BAD;Lo;0;L;;;;;N;;;;; +12199;CUNEIFORM SIGN KAL CROSSING KAL;Lo;0;L;;;;;N;;;;; +1219A;CUNEIFORM SIGN KAM2;Lo;0;L;;;;;N;;;;; +1219B;CUNEIFORM SIGN KAM4;Lo;0;L;;;;;N;;;;; +1219C;CUNEIFORM SIGN KASKAL;Lo;0;L;;;;;N;;;;; +1219D;CUNEIFORM SIGN KASKAL LAGAB TIMES U OVER LAGAB TIMES U;Lo;0;L;;;;;N;;;;; +1219E;CUNEIFORM SIGN KASKAL OVER KASKAL LAGAB TIMES U OVER LAGAB TIMES U;Lo;0;L;;;;;N;;;;; +1219F;CUNEIFORM SIGN KESH2;Lo;0;L;;;;;N;;;;; +121A0;CUNEIFORM SIGN KI;Lo;0;L;;;;;N;;;;; +121A1;CUNEIFORM SIGN KI TIMES BAD;Lo;0;L;;;;;N;;;;; +121A2;CUNEIFORM SIGN KI TIMES U;Lo;0;L;;;;;N;;;;; +121A3;CUNEIFORM SIGN KI TIMES UD;Lo;0;L;;;;;N;;;;; +121A4;CUNEIFORM SIGN KID;Lo;0;L;;;;;N;;;;; +121A5;CUNEIFORM SIGN KIN;Lo;0;L;;;;;N;;;;; +121A6;CUNEIFORM SIGN KISAL;Lo;0;L;;;;;N;;;;; +121A7;CUNEIFORM SIGN KISH;Lo;0;L;;;;;N;;;;; +121A8;CUNEIFORM SIGN KISIM5;Lo;0;L;;;;;N;;;;; +121A9;CUNEIFORM SIGN KISIM5 OVER KISIM5;Lo;0;L;;;;;N;;;;; +121AA;CUNEIFORM SIGN KU;Lo;0;L;;;;;N;;;;; +121AB;CUNEIFORM SIGN KU OVER HI TIMES ASH2 KU OVER HI TIMES ASH2;Lo;0;L;;;;;N;;;;; +121AC;CUNEIFORM SIGN KU3;Lo;0;L;;;;;N;;;;; +121AD;CUNEIFORM SIGN KU4;Lo;0;L;;;;;N;;;;; +121AE;CUNEIFORM SIGN KU4 VARIANT FORM;Lo;0;L;;;;;N;;;;; +121AF;CUNEIFORM SIGN KU7;Lo;0;L;;;;;N;;;;; +121B0;CUNEIFORM SIGN KUL;Lo;0;L;;;;;N;;;;; +121B1;CUNEIFORM SIGN KUL GUNU;Lo;0;L;;;;;N;;;;; +121B2;CUNEIFORM SIGN KUN;Lo;0;L;;;;;N;;;;; +121B3;CUNEIFORM SIGN KUR;Lo;0;L;;;;;N;;;;; +121B4;CUNEIFORM SIGN KUR OPPOSING KUR;Lo;0;L;;;;;N;;;;; +121B5;CUNEIFORM SIGN KUSHU2;Lo;0;L;;;;;N;;;;; +121B6;CUNEIFORM SIGN KWU318;Lo;0;L;;;;;N;;;;; +121B7;CUNEIFORM SIGN LA;Lo;0;L;;;;;N;;;;; +121B8;CUNEIFORM SIGN LAGAB;Lo;0;L;;;;;N;;;;; +121B9;CUNEIFORM SIGN LAGAB TIMES A;Lo;0;L;;;;;N;;;;; +121BA;CUNEIFORM SIGN LAGAB TIMES A PLUS DA PLUS HA;Lo;0;L;;;;;N;;;;; +121BB;CUNEIFORM SIGN LAGAB TIMES A PLUS GAR;Lo;0;L;;;;;N;;;;; +121BC;CUNEIFORM SIGN LAGAB TIMES A PLUS LAL;Lo;0;L;;;;;N;;;;; +121BD;CUNEIFORM SIGN LAGAB TIMES AL;Lo;0;L;;;;;N;;;;; +121BE;CUNEIFORM SIGN LAGAB TIMES AN;Lo;0;L;;;;;N;;;;; +121BF;CUNEIFORM SIGN LAGAB TIMES ASH ZIDA TENU;Lo;0;L;;;;;N;;;;; +121C0;CUNEIFORM SIGN LAGAB TIMES BAD;Lo;0;L;;;;;N;;;;; +121C1;CUNEIFORM SIGN LAGAB TIMES BI;Lo;0;L;;;;;N;;;;; +121C2;CUNEIFORM SIGN LAGAB TIMES DAR;Lo;0;L;;;;;N;;;;; +121C3;CUNEIFORM SIGN LAGAB TIMES EN;Lo;0;L;;;;;N;;;;; +121C4;CUNEIFORM SIGN LAGAB TIMES GA;Lo;0;L;;;;;N;;;;; +121C5;CUNEIFORM SIGN LAGAB TIMES GAR;Lo;0;L;;;;;N;;;;; +121C6;CUNEIFORM SIGN LAGAB TIMES GUD;Lo;0;L;;;;;N;;;;; +121C7;CUNEIFORM SIGN LAGAB TIMES GUD PLUS GUD;Lo;0;L;;;;;N;;;;; +121C8;CUNEIFORM SIGN LAGAB TIMES HA;Lo;0;L;;;;;N;;;;; +121C9;CUNEIFORM SIGN LAGAB TIMES HAL;Lo;0;L;;;;;N;;;;; +121CA;CUNEIFORM SIGN LAGAB TIMES HI TIMES NUN;Lo;0;L;;;;;N;;;;; +121CB;CUNEIFORM SIGN LAGAB TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +121CC;CUNEIFORM SIGN LAGAB TIMES IM;Lo;0;L;;;;;N;;;;; +121CD;CUNEIFORM SIGN LAGAB TIMES IM PLUS HA;Lo;0;L;;;;;N;;;;; +121CE;CUNEIFORM SIGN LAGAB TIMES IM PLUS LU;Lo;0;L;;;;;N;;;;; +121CF;CUNEIFORM SIGN LAGAB TIMES KI;Lo;0;L;;;;;N;;;;; +121D0;CUNEIFORM SIGN LAGAB TIMES KIN;Lo;0;L;;;;;N;;;;; +121D1;CUNEIFORM SIGN LAGAB TIMES KU3;Lo;0;L;;;;;N;;;;; +121D2;CUNEIFORM SIGN LAGAB TIMES KUL;Lo;0;L;;;;;N;;;;; +121D3;CUNEIFORM SIGN LAGAB TIMES KUL PLUS HI PLUS A;Lo;0;L;;;;;N;;;;; +121D4;CUNEIFORM SIGN LAGAB TIMES LAGAB;Lo;0;L;;;;;N;;;;; +121D5;CUNEIFORM SIGN LAGAB TIMES LISH;Lo;0;L;;;;;N;;;;; +121D6;CUNEIFORM SIGN LAGAB TIMES LU;Lo;0;L;;;;;N;;;;; +121D7;CUNEIFORM SIGN LAGAB TIMES LUL;Lo;0;L;;;;;N;;;;; +121D8;CUNEIFORM SIGN LAGAB TIMES ME;Lo;0;L;;;;;N;;;;; +121D9;CUNEIFORM SIGN LAGAB TIMES ME PLUS EN;Lo;0;L;;;;;N;;;;; +121DA;CUNEIFORM SIGN LAGAB TIMES MUSH;Lo;0;L;;;;;N;;;;; +121DB;CUNEIFORM SIGN LAGAB TIMES NE;Lo;0;L;;;;;N;;;;; +121DC;CUNEIFORM SIGN LAGAB TIMES SHE PLUS SUM;Lo;0;L;;;;;N;;;;; +121DD;CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH PLUS ERIN2;Lo;0;L;;;;;N;;;;; +121DE;CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH TENU;Lo;0;L;;;;;N;;;;; +121DF;CUNEIFORM SIGN LAGAB TIMES SHU2;Lo;0;L;;;;;N;;;;; +121E0;CUNEIFORM SIGN LAGAB TIMES SHU2 PLUS SHU2;Lo;0;L;;;;;N;;;;; +121E1;CUNEIFORM SIGN LAGAB TIMES SUM;Lo;0;L;;;;;N;;;;; +121E2;CUNEIFORM SIGN LAGAB TIMES TAG;Lo;0;L;;;;;N;;;;; +121E3;CUNEIFORM SIGN LAGAB TIMES TAK4;Lo;0;L;;;;;N;;;;; +121E4;CUNEIFORM SIGN LAGAB TIMES TE PLUS A PLUS SU PLUS NA;Lo;0;L;;;;;N;;;;; +121E5;CUNEIFORM SIGN LAGAB TIMES U;Lo;0;L;;;;;N;;;;; +121E6;CUNEIFORM SIGN LAGAB TIMES U PLUS A;Lo;0;L;;;;;N;;;;; +121E7;CUNEIFORM SIGN LAGAB TIMES U PLUS U PLUS U;Lo;0;L;;;;;N;;;;; +121E8;CUNEIFORM SIGN LAGAB TIMES U2 PLUS ASH;Lo;0;L;;;;;N;;;;; +121E9;CUNEIFORM SIGN LAGAB TIMES UD;Lo;0;L;;;;;N;;;;; +121EA;CUNEIFORM SIGN LAGAB TIMES USH;Lo;0;L;;;;;N;;;;; +121EB;CUNEIFORM SIGN LAGAB SQUARED;Lo;0;L;;;;;N;;;;; +121EC;CUNEIFORM SIGN LAGAR;Lo;0;L;;;;;N;;;;; +121ED;CUNEIFORM SIGN LAGAR TIMES SHE;Lo;0;L;;;;;N;;;;; +121EE;CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM;Lo;0;L;;;;;N;;;;; +121EF;CUNEIFORM SIGN LAGAR GUNU;Lo;0;L;;;;;N;;;;; +121F0;CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE;Lo;0;L;;;;;N;;;;; +121F1;CUNEIFORM SIGN LAHSHU;Lo;0;L;;;;;N;;;;; +121F2;CUNEIFORM SIGN LAL;Lo;0;L;;;;;N;;;;; +121F3;CUNEIFORM SIGN LAL TIMES LAL;Lo;0;L;;;;;N;;;;; +121F4;CUNEIFORM SIGN LAM;Lo;0;L;;;;;N;;;;; +121F5;CUNEIFORM SIGN LAM TIMES KUR;Lo;0;L;;;;;N;;;;; +121F6;CUNEIFORM SIGN LAM TIMES KUR PLUS RU;Lo;0;L;;;;;N;;;;; +121F7;CUNEIFORM SIGN LI;Lo;0;L;;;;;N;;;;; +121F8;CUNEIFORM SIGN LIL;Lo;0;L;;;;;N;;;;; +121F9;CUNEIFORM SIGN LIMMU2;Lo;0;L;;;;;N;;;;; +121FA;CUNEIFORM SIGN LISH;Lo;0;L;;;;;N;;;;; +121FB;CUNEIFORM SIGN LU;Lo;0;L;;;;;N;;;;; +121FC;CUNEIFORM SIGN LU TIMES BAD;Lo;0;L;;;;;N;;;;; +121FD;CUNEIFORM SIGN LU2;Lo;0;L;;;;;N;;;;; +121FE;CUNEIFORM SIGN LU2 TIMES AL;Lo;0;L;;;;;N;;;;; +121FF;CUNEIFORM SIGN LU2 TIMES BAD;Lo;0;L;;;;;N;;;;; +12200;CUNEIFORM SIGN LU2 TIMES ESH2;Lo;0;L;;;;;N;;;;; +12201;CUNEIFORM SIGN LU2 TIMES ESH2 TENU;Lo;0;L;;;;;N;;;;; +12202;CUNEIFORM SIGN LU2 TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +12203;CUNEIFORM SIGN LU2 TIMES HI TIMES BAD;Lo;0;L;;;;;N;;;;; +12204;CUNEIFORM SIGN LU2 TIMES IM;Lo;0;L;;;;;N;;;;; +12205;CUNEIFORM SIGN LU2 TIMES KAD2;Lo;0;L;;;;;N;;;;; +12206;CUNEIFORM SIGN LU2 TIMES KAD3;Lo;0;L;;;;;N;;;;; +12207;CUNEIFORM SIGN LU2 TIMES KAD3 PLUS ASH;Lo;0;L;;;;;N;;;;; +12208;CUNEIFORM SIGN LU2 TIMES KI;Lo;0;L;;;;;N;;;;; +12209;CUNEIFORM SIGN LU2 TIMES LA PLUS ASH;Lo;0;L;;;;;N;;;;; +1220A;CUNEIFORM SIGN LU2 TIMES LAGAB;Lo;0;L;;;;;N;;;;; +1220B;CUNEIFORM SIGN LU2 TIMES ME PLUS EN;Lo;0;L;;;;;N;;;;; +1220C;CUNEIFORM SIGN LU2 TIMES NE;Lo;0;L;;;;;N;;;;; +1220D;CUNEIFORM SIGN LU2 TIMES NU;Lo;0;L;;;;;N;;;;; +1220E;CUNEIFORM SIGN LU2 TIMES SI PLUS ASH;Lo;0;L;;;;;N;;;;; +1220F;CUNEIFORM SIGN LU2 TIMES SIK2 PLUS BU;Lo;0;L;;;;;N;;;;; +12210;CUNEIFORM SIGN LU2 TIMES TUG2;Lo;0;L;;;;;N;;;;; +12211;CUNEIFORM SIGN LU2 TENU;Lo;0;L;;;;;N;;;;; +12212;CUNEIFORM SIGN LU2 CROSSING LU2;Lo;0;L;;;;;N;;;;; +12213;CUNEIFORM SIGN LU2 OPPOSING LU2;Lo;0;L;;;;;N;;;;; +12214;CUNEIFORM SIGN LU2 SQUARED;Lo;0;L;;;;;N;;;;; +12215;CUNEIFORM SIGN LU2 SHESHIG;Lo;0;L;;;;;N;;;;; +12216;CUNEIFORM SIGN LU3;Lo;0;L;;;;;N;;;;; +12217;CUNEIFORM SIGN LUGAL;Lo;0;L;;;;;N;;;;; +12218;CUNEIFORM SIGN LUGAL OVER LUGAL;Lo;0;L;;;;;N;;;;; +12219;CUNEIFORM SIGN LUGAL OPPOSING LUGAL;Lo;0;L;;;;;N;;;;; +1221A;CUNEIFORM SIGN LUGAL SHESHIG;Lo;0;L;;;;;N;;;;; +1221B;CUNEIFORM SIGN LUH;Lo;0;L;;;;;N;;;;; +1221C;CUNEIFORM SIGN LUL;Lo;0;L;;;;;N;;;;; +1221D;CUNEIFORM SIGN LUM;Lo;0;L;;;;;N;;;;; +1221E;CUNEIFORM SIGN LUM OVER LUM;Lo;0;L;;;;;N;;;;; +1221F;CUNEIFORM SIGN LUM OVER LUM GAR OVER GAR;Lo;0;L;;;;;N;;;;; +12220;CUNEIFORM SIGN MA;Lo;0;L;;;;;N;;;;; +12221;CUNEIFORM SIGN MA TIMES TAK4;Lo;0;L;;;;;N;;;;; +12222;CUNEIFORM SIGN MA GUNU;Lo;0;L;;;;;N;;;;; +12223;CUNEIFORM SIGN MA2;Lo;0;L;;;;;N;;;;; +12224;CUNEIFORM SIGN MAH;Lo;0;L;;;;;N;;;;; +12225;CUNEIFORM SIGN MAR;Lo;0;L;;;;;N;;;;; +12226;CUNEIFORM SIGN MASH;Lo;0;L;;;;;N;;;;; +12227;CUNEIFORM SIGN MASH2;Lo;0;L;;;;;N;;;;; +12228;CUNEIFORM SIGN ME;Lo;0;L;;;;;N;;;;; +12229;CUNEIFORM SIGN MES;Lo;0;L;;;;;N;;;;; +1222A;CUNEIFORM SIGN MI;Lo;0;L;;;;;N;;;;; +1222B;CUNEIFORM SIGN MIN;Lo;0;L;;;;;N;;;;; +1222C;CUNEIFORM SIGN MU;Lo;0;L;;;;;N;;;;; +1222D;CUNEIFORM SIGN MU OVER MU;Lo;0;L;;;;;N;;;;; +1222E;CUNEIFORM SIGN MUG;Lo;0;L;;;;;N;;;;; +1222F;CUNEIFORM SIGN MUG GUNU;Lo;0;L;;;;;N;;;;; +12230;CUNEIFORM SIGN MUNSUB;Lo;0;L;;;;;N;;;;; +12231;CUNEIFORM SIGN MURGU2;Lo;0;L;;;;;N;;;;; +12232;CUNEIFORM SIGN MUSH;Lo;0;L;;;;;N;;;;; +12233;CUNEIFORM SIGN MUSH TIMES A;Lo;0;L;;;;;N;;;;; +12234;CUNEIFORM SIGN MUSH TIMES KUR;Lo;0;L;;;;;N;;;;; +12235;CUNEIFORM SIGN MUSH TIMES ZA;Lo;0;L;;;;;N;;;;; +12236;CUNEIFORM SIGN MUSH OVER MUSH;Lo;0;L;;;;;N;;;;; +12237;CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA;Lo;0;L;;;;;N;;;;; +12238;CUNEIFORM SIGN MUSH CROSSING MUSH;Lo;0;L;;;;;N;;;;; +12239;CUNEIFORM SIGN MUSH3;Lo;0;L;;;;;N;;;;; +1223A;CUNEIFORM SIGN MUSH3 TIMES A;Lo;0;L;;;;;N;;;;; +1223B;CUNEIFORM SIGN MUSH3 TIMES A PLUS DI;Lo;0;L;;;;;N;;;;; +1223C;CUNEIFORM SIGN MUSH3 TIMES DI;Lo;0;L;;;;;N;;;;; +1223D;CUNEIFORM SIGN MUSH3 GUNU;Lo;0;L;;;;;N;;;;; +1223E;CUNEIFORM SIGN NA;Lo;0;L;;;;;N;;;;; +1223F;CUNEIFORM SIGN NA2;Lo;0;L;;;;;N;;;;; +12240;CUNEIFORM SIGN NAGA;Lo;0;L;;;;;N;;;;; +12241;CUNEIFORM SIGN NAGA INVERTED;Lo;0;L;;;;;N;;;;; +12242;CUNEIFORM SIGN NAGA TIMES SHU TENU;Lo;0;L;;;;;N;;;;; +12243;CUNEIFORM SIGN NAGA OPPOSING NAGA;Lo;0;L;;;;;N;;;;; +12244;CUNEIFORM SIGN NAGAR;Lo;0;L;;;;;N;;;;; +12245;CUNEIFORM SIGN NAM NUTILLU;Lo;0;L;;;;;N;;;;; +12246;CUNEIFORM SIGN NAM;Lo;0;L;;;;;N;;;;; +12247;CUNEIFORM SIGN NAM2;Lo;0;L;;;;;N;;;;; +12248;CUNEIFORM SIGN NE;Lo;0;L;;;;;N;;;;; +12249;CUNEIFORM SIGN NE TIMES A;Lo;0;L;;;;;N;;;;; +1224A;CUNEIFORM SIGN NE TIMES UD;Lo;0;L;;;;;N;;;;; +1224B;CUNEIFORM SIGN NE SHESHIG;Lo;0;L;;;;;N;;;;; +1224C;CUNEIFORM SIGN NI;Lo;0;L;;;;;N;;;;; +1224D;CUNEIFORM SIGN NI TIMES E;Lo;0;L;;;;;N;;;;; +1224E;CUNEIFORM SIGN NI2;Lo;0;L;;;;;N;;;;; +1224F;CUNEIFORM SIGN NIM;Lo;0;L;;;;;N;;;;; +12250;CUNEIFORM SIGN NIM TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +12251;CUNEIFORM SIGN NIM TIMES GAR PLUS GAN2 TENU;Lo;0;L;;;;;N;;;;; +12252;CUNEIFORM SIGN NINDA2;Lo;0;L;;;;;N;;;;; +12253;CUNEIFORM SIGN NINDA2 TIMES AN;Lo;0;L;;;;;N;;;;; +12254;CUNEIFORM SIGN NINDA2 TIMES ASH;Lo;0;L;;;;;N;;;;; +12255;CUNEIFORM SIGN NINDA2 TIMES ASH PLUS ASH;Lo;0;L;;;;;N;;;;; +12256;CUNEIFORM SIGN NINDA2 TIMES GUD;Lo;0;L;;;;;N;;;;; +12257;CUNEIFORM SIGN NINDA2 TIMES ME PLUS GAN2 TENU;Lo;0;L;;;;;N;;;;; +12258;CUNEIFORM SIGN NINDA2 TIMES NE;Lo;0;L;;;;;N;;;;; +12259;CUNEIFORM SIGN NINDA2 TIMES NUN;Lo;0;L;;;;;N;;;;; +1225A;CUNEIFORM SIGN NINDA2 TIMES SHE;Lo;0;L;;;;;N;;;;; +1225B;CUNEIFORM SIGN NINDA2 TIMES SHE PLUS A AN;Lo;0;L;;;;;N;;;;; +1225C;CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH;Lo;0;L;;;;;N;;;;; +1225D;CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH PLUS ASH;Lo;0;L;;;;;N;;;;; +1225E;CUNEIFORM SIGN NINDA2 TIMES U2 PLUS ASH;Lo;0;L;;;;;N;;;;; +1225F;CUNEIFORM SIGN NINDA2 TIMES USH;Lo;0;L;;;;;N;;;;; +12260;CUNEIFORM SIGN NISAG;Lo;0;L;;;;;N;;;;; +12261;CUNEIFORM SIGN NU;Lo;0;L;;;;;N;;;;; +12262;CUNEIFORM SIGN NU11;Lo;0;L;;;;;N;;;;; +12263;CUNEIFORM SIGN NUN;Lo;0;L;;;;;N;;;;; +12264;CUNEIFORM SIGN NUN LAGAR TIMES GAR;Lo;0;L;;;;;N;;;;; +12265;CUNEIFORM SIGN NUN LAGAR TIMES MASH;Lo;0;L;;;;;N;;;;; +12266;CUNEIFORM SIGN NUN LAGAR TIMES SAL;Lo;0;L;;;;;N;;;;; +12267;CUNEIFORM SIGN NUN LAGAR TIMES SAL OVER NUN LAGAR TIMES SAL;Lo;0;L;;;;;N;;;;; +12268;CUNEIFORM SIGN NUN LAGAR TIMES USH;Lo;0;L;;;;;N;;;;; +12269;CUNEIFORM SIGN NUN TENU;Lo;0;L;;;;;N;;;;; +1226A;CUNEIFORM SIGN NUN OVER NUN;Lo;0;L;;;;;N;;;;; +1226B;CUNEIFORM SIGN NUN CROSSING NUN;Lo;0;L;;;;;N;;;;; +1226C;CUNEIFORM SIGN NUN CROSSING NUN LAGAR OVER LAGAR;Lo;0;L;;;;;N;;;;; +1226D;CUNEIFORM SIGN NUNUZ;Lo;0;L;;;;;N;;;;; +1226E;CUNEIFORM SIGN NUNUZ AB2 TIMES ASHGAB;Lo;0;L;;;;;N;;;;; +1226F;CUNEIFORM SIGN NUNUZ AB2 TIMES BI;Lo;0;L;;;;;N;;;;; +12270;CUNEIFORM SIGN NUNUZ AB2 TIMES DUG;Lo;0;L;;;;;N;;;;; +12271;CUNEIFORM SIGN NUNUZ AB2 TIMES GUD;Lo;0;L;;;;;N;;;;; +12272;CUNEIFORM SIGN NUNUZ AB2 TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +12273;CUNEIFORM SIGN NUNUZ AB2 TIMES KAD3;Lo;0;L;;;;;N;;;;; +12274;CUNEIFORM SIGN NUNUZ AB2 TIMES LA;Lo;0;L;;;;;N;;;;; +12275;CUNEIFORM SIGN NUNUZ AB2 TIMES NE;Lo;0;L;;;;;N;;;;; +12276;CUNEIFORM SIGN NUNUZ AB2 TIMES SILA3;Lo;0;L;;;;;N;;;;; +12277;CUNEIFORM SIGN NUNUZ AB2 TIMES U2;Lo;0;L;;;;;N;;;;; +12278;CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI;Lo;0;L;;;;;N;;;;; +12279;CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI U;Lo;0;L;;;;;N;;;;; +1227A;CUNEIFORM SIGN PA;Lo;0;L;;;;;N;;;;; +1227B;CUNEIFORM SIGN PAD;Lo;0;L;;;;;N;;;;; +1227C;CUNEIFORM SIGN PAN;Lo;0;L;;;;;N;;;;; +1227D;CUNEIFORM SIGN PAP;Lo;0;L;;;;;N;;;;; +1227E;CUNEIFORM SIGN PESH2;Lo;0;L;;;;;N;;;;; +1227F;CUNEIFORM SIGN PI;Lo;0;L;;;;;N;;;;; +12280;CUNEIFORM SIGN PI TIMES A;Lo;0;L;;;;;N;;;;; +12281;CUNEIFORM SIGN PI TIMES AB;Lo;0;L;;;;;N;;;;; +12282;CUNEIFORM SIGN PI TIMES BI;Lo;0;L;;;;;N;;;;; +12283;CUNEIFORM SIGN PI TIMES BU;Lo;0;L;;;;;N;;;;; +12284;CUNEIFORM SIGN PI TIMES E;Lo;0;L;;;;;N;;;;; +12285;CUNEIFORM SIGN PI TIMES I;Lo;0;L;;;;;N;;;;; +12286;CUNEIFORM SIGN PI TIMES IB;Lo;0;L;;;;;N;;;;; +12287;CUNEIFORM SIGN PI TIMES U;Lo;0;L;;;;;N;;;;; +12288;CUNEIFORM SIGN PI TIMES U2;Lo;0;L;;;;;N;;;;; +12289;CUNEIFORM SIGN PI CROSSING PI;Lo;0;L;;;;;N;;;;; +1228A;CUNEIFORM SIGN PIRIG;Lo;0;L;;;;;N;;;;; +1228B;CUNEIFORM SIGN PIRIG TIMES KAL;Lo;0;L;;;;;N;;;;; +1228C;CUNEIFORM SIGN PIRIG TIMES UD;Lo;0;L;;;;;N;;;;; +1228D;CUNEIFORM SIGN PIRIG TIMES ZA;Lo;0;L;;;;;N;;;;; +1228E;CUNEIFORM SIGN PIRIG OPPOSING PIRIG;Lo;0;L;;;;;N;;;;; +1228F;CUNEIFORM SIGN RA;Lo;0;L;;;;;N;;;;; +12290;CUNEIFORM SIGN RAB;Lo;0;L;;;;;N;;;;; +12291;CUNEIFORM SIGN RI;Lo;0;L;;;;;N;;;;; +12292;CUNEIFORM SIGN RU;Lo;0;L;;;;;N;;;;; +12293;CUNEIFORM SIGN SA;Lo;0;L;;;;;N;;;;; +12294;CUNEIFORM SIGN SAG NUTILLU;Lo;0;L;;;;;N;;;;; +12295;CUNEIFORM SIGN SAG;Lo;0;L;;;;;N;;;;; +12296;CUNEIFORM SIGN SAG TIMES A;Lo;0;L;;;;;N;;;;; +12297;CUNEIFORM SIGN SAG TIMES DU;Lo;0;L;;;;;N;;;;; +12298;CUNEIFORM SIGN SAG TIMES DUB;Lo;0;L;;;;;N;;;;; +12299;CUNEIFORM SIGN SAG TIMES HA;Lo;0;L;;;;;N;;;;; +1229A;CUNEIFORM SIGN SAG TIMES KAK;Lo;0;L;;;;;N;;;;; +1229B;CUNEIFORM SIGN SAG TIMES KUR;Lo;0;L;;;;;N;;;;; +1229C;CUNEIFORM SIGN SAG TIMES LUM;Lo;0;L;;;;;N;;;;; +1229D;CUNEIFORM SIGN SAG TIMES MI;Lo;0;L;;;;;N;;;;; +1229E;CUNEIFORM SIGN SAG TIMES NUN;Lo;0;L;;;;;N;;;;; +1229F;CUNEIFORM SIGN SAG TIMES SAL;Lo;0;L;;;;;N;;;;; +122A0;CUNEIFORM SIGN SAG TIMES SHID;Lo;0;L;;;;;N;;;;; +122A1;CUNEIFORM SIGN SAG TIMES TAB;Lo;0;L;;;;;N;;;;; +122A2;CUNEIFORM SIGN SAG TIMES U2;Lo;0;L;;;;;N;;;;; +122A3;CUNEIFORM SIGN SAG TIMES UB;Lo;0;L;;;;;N;;;;; +122A4;CUNEIFORM SIGN SAG TIMES UM;Lo;0;L;;;;;N;;;;; +122A5;CUNEIFORM SIGN SAG TIMES UR;Lo;0;L;;;;;N;;;;; +122A6;CUNEIFORM SIGN SAG TIMES USH;Lo;0;L;;;;;N;;;;; +122A7;CUNEIFORM SIGN SAG OVER SAG;Lo;0;L;;;;;N;;;;; +122A8;CUNEIFORM SIGN SAG GUNU;Lo;0;L;;;;;N;;;;; +122A9;CUNEIFORM SIGN SAL;Lo;0;L;;;;;N;;;;; +122AA;CUNEIFORM SIGN SAL LAGAB TIMES ASH2;Lo;0;L;;;;;N;;;;; +122AB;CUNEIFORM SIGN SANGA2;Lo;0;L;;;;;N;;;;; +122AC;CUNEIFORM SIGN SAR;Lo;0;L;;;;;N;;;;; +122AD;CUNEIFORM SIGN SHA;Lo;0;L;;;;;N;;;;; +122AE;CUNEIFORM SIGN SHA3;Lo;0;L;;;;;N;;;;; +122AF;CUNEIFORM SIGN SHA3 TIMES A;Lo;0;L;;;;;N;;;;; +122B0;CUNEIFORM SIGN SHA3 TIMES BAD;Lo;0;L;;;;;N;;;;; +122B1;CUNEIFORM SIGN SHA3 TIMES GISH;Lo;0;L;;;;;N;;;;; +122B2;CUNEIFORM SIGN SHA3 TIMES NE;Lo;0;L;;;;;N;;;;; +122B3;CUNEIFORM SIGN SHA3 TIMES SHU2;Lo;0;L;;;;;N;;;;; +122B4;CUNEIFORM SIGN SHA3 TIMES TUR;Lo;0;L;;;;;N;;;;; +122B5;CUNEIFORM SIGN SHA3 TIMES U;Lo;0;L;;;;;N;;;;; +122B6;CUNEIFORM SIGN SHA3 TIMES U PLUS A;Lo;0;L;;;;;N;;;;; +122B7;CUNEIFORM SIGN SHA6;Lo;0;L;;;;;N;;;;; +122B8;CUNEIFORM SIGN SHAB6;Lo;0;L;;;;;N;;;;; +122B9;CUNEIFORM SIGN SHAR2;Lo;0;L;;;;;N;;;;; +122BA;CUNEIFORM SIGN SHE;Lo;0;L;;;;;N;;;;; +122BB;CUNEIFORM SIGN SHE HU;Lo;0;L;;;;;N;;;;; +122BC;CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR;Lo;0;L;;;;;N;;;;; +122BD;CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR;Lo;0;L;;;;;N;;;;; +122BE;CUNEIFORM SIGN SHEG9;Lo;0;L;;;;;N;;;;; +122BF;CUNEIFORM SIGN SHEN;Lo;0;L;;;;;N;;;;; +122C0;CUNEIFORM SIGN SHESH;Lo;0;L;;;;;N;;;;; +122C1;CUNEIFORM SIGN SHESH2;Lo;0;L;;;;;N;;;;; +122C2;CUNEIFORM SIGN SHESHLAM;Lo;0;L;;;;;N;;;;; +122C3;CUNEIFORM SIGN SHID;Lo;0;L;;;;;N;;;;; +122C4;CUNEIFORM SIGN SHID TIMES A;Lo;0;L;;;;;N;;;;; +122C5;CUNEIFORM SIGN SHID TIMES IM;Lo;0;L;;;;;N;;;;; +122C6;CUNEIFORM SIGN SHIM;Lo;0;L;;;;;N;;;;; +122C7;CUNEIFORM SIGN SHIM TIMES A;Lo;0;L;;;;;N;;;;; +122C8;CUNEIFORM SIGN SHIM TIMES BAL;Lo;0;L;;;;;N;;;;; +122C9;CUNEIFORM SIGN SHIM TIMES BULUG;Lo;0;L;;;;;N;;;;; +122CA;CUNEIFORM SIGN SHIM TIMES DIN;Lo;0;L;;;;;N;;;;; +122CB;CUNEIFORM SIGN SHIM TIMES GAR;Lo;0;L;;;;;N;;;;; +122CC;CUNEIFORM SIGN SHIM TIMES IGI;Lo;0;L;;;;;N;;;;; +122CD;CUNEIFORM SIGN SHIM TIMES IGI GUNU;Lo;0;L;;;;;N;;;;; +122CE;CUNEIFORM SIGN SHIM TIMES KUSHU2;Lo;0;L;;;;;N;;;;; +122CF;CUNEIFORM SIGN SHIM TIMES LUL;Lo;0;L;;;;;N;;;;; +122D0;CUNEIFORM SIGN SHIM TIMES MUG;Lo;0;L;;;;;N;;;;; +122D1;CUNEIFORM SIGN SHIM TIMES SAL;Lo;0;L;;;;;N;;;;; +122D2;CUNEIFORM SIGN SHINIG;Lo;0;L;;;;;N;;;;; +122D3;CUNEIFORM SIGN SHIR;Lo;0;L;;;;;N;;;;; +122D4;CUNEIFORM SIGN SHIR TENU;Lo;0;L;;;;;N;;;;; +122D5;CUNEIFORM SIGN SHIR OVER SHIR BUR OVER BUR;Lo;0;L;;;;;N;;;;; +122D6;CUNEIFORM SIGN SHITA;Lo;0;L;;;;;N;;;;; +122D7;CUNEIFORM SIGN SHU;Lo;0;L;;;;;N;;;;; +122D8;CUNEIFORM SIGN SHU OVER INVERTED SHU;Lo;0;L;;;;;N;;;;; +122D9;CUNEIFORM SIGN SHU2;Lo;0;L;;;;;N;;;;; +122DA;CUNEIFORM SIGN SHUBUR;Lo;0;L;;;;;N;;;;; +122DB;CUNEIFORM SIGN SI;Lo;0;L;;;;;N;;;;; +122DC;CUNEIFORM SIGN SI GUNU;Lo;0;L;;;;;N;;;;; +122DD;CUNEIFORM SIGN SIG;Lo;0;L;;;;;N;;;;; +122DE;CUNEIFORM SIGN SIG4;Lo;0;L;;;;;N;;;;; +122DF;CUNEIFORM SIGN SIG4 OVER SIG4 SHU2;Lo;0;L;;;;;N;;;;; +122E0;CUNEIFORM SIGN SIK2;Lo;0;L;;;;;N;;;;; +122E1;CUNEIFORM SIGN SILA3;Lo;0;L;;;;;N;;;;; +122E2;CUNEIFORM SIGN SU;Lo;0;L;;;;;N;;;;; +122E3;CUNEIFORM SIGN SU OVER SU;Lo;0;L;;;;;N;;;;; +122E4;CUNEIFORM SIGN SUD;Lo;0;L;;;;;N;;;;; +122E5;CUNEIFORM SIGN SUD2;Lo;0;L;;;;;N;;;;; +122E6;CUNEIFORM SIGN SUHUR;Lo;0;L;;;;;N;;;;; +122E7;CUNEIFORM SIGN SUM;Lo;0;L;;;;;N;;;;; +122E8;CUNEIFORM SIGN SUMASH;Lo;0;L;;;;;N;;;;; +122E9;CUNEIFORM SIGN SUR;Lo;0;L;;;;;N;;;;; +122EA;CUNEIFORM SIGN SUR9;Lo;0;L;;;;;N;;;;; +122EB;CUNEIFORM SIGN TA;Lo;0;L;;;;;N;;;;; +122EC;CUNEIFORM SIGN TA ASTERISK;Lo;0;L;;;;;N;;;;; +122ED;CUNEIFORM SIGN TA TIMES HI;Lo;0;L;;;;;N;;;;; +122EE;CUNEIFORM SIGN TA TIMES MI;Lo;0;L;;;;;N;;;;; +122EF;CUNEIFORM SIGN TA GUNU;Lo;0;L;;;;;N;;;;; +122F0;CUNEIFORM SIGN TAB;Lo;0;L;;;;;N;;;;; +122F1;CUNEIFORM SIGN TAB OVER TAB NI OVER NI DISH OVER DISH;Lo;0;L;;;;;N;;;;; +122F2;CUNEIFORM SIGN TAB SQUARED;Lo;0;L;;;;;N;;;;; +122F3;CUNEIFORM SIGN TAG;Lo;0;L;;;;;N;;;;; +122F4;CUNEIFORM SIGN TAG TIMES BI;Lo;0;L;;;;;N;;;;; +122F5;CUNEIFORM SIGN TAG TIMES GUD;Lo;0;L;;;;;N;;;;; +122F6;CUNEIFORM SIGN TAG TIMES SHE;Lo;0;L;;;;;N;;;;; +122F7;CUNEIFORM SIGN TAG TIMES SHU;Lo;0;L;;;;;N;;;;; +122F8;CUNEIFORM SIGN TAG TIMES TUG2;Lo;0;L;;;;;N;;;;; +122F9;CUNEIFORM SIGN TAG TIMES UD;Lo;0;L;;;;;N;;;;; +122FA;CUNEIFORM SIGN TAK4;Lo;0;L;;;;;N;;;;; +122FB;CUNEIFORM SIGN TAR;Lo;0;L;;;;;N;;;;; +122FC;CUNEIFORM SIGN TE;Lo;0;L;;;;;N;;;;; +122FD;CUNEIFORM SIGN TE GUNU;Lo;0;L;;;;;N;;;;; +122FE;CUNEIFORM SIGN TI;Lo;0;L;;;;;N;;;;; +122FF;CUNEIFORM SIGN TI TENU;Lo;0;L;;;;;N;;;;; +12300;CUNEIFORM SIGN TIL;Lo;0;L;;;;;N;;;;; +12301;CUNEIFORM SIGN TIR;Lo;0;L;;;;;N;;;;; +12302;CUNEIFORM SIGN TIR TIMES TAK4;Lo;0;L;;;;;N;;;;; +12303;CUNEIFORM SIGN TIR OVER TIR;Lo;0;L;;;;;N;;;;; +12304;CUNEIFORM SIGN TIR OVER TIR GAD OVER GAD GAR OVER GAR;Lo;0;L;;;;;N;;;;; +12305;CUNEIFORM SIGN TU;Lo;0;L;;;;;N;;;;; +12306;CUNEIFORM SIGN TUG2;Lo;0;L;;;;;N;;;;; +12307;CUNEIFORM SIGN TUK;Lo;0;L;;;;;N;;;;; +12308;CUNEIFORM SIGN TUM;Lo;0;L;;;;;N;;;;; +12309;CUNEIFORM SIGN TUR;Lo;0;L;;;;;N;;;;; +1230A;CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA;Lo;0;L;;;;;N;;;;; +1230B;CUNEIFORM SIGN U;Lo;0;L;;;;;N;;;;; +1230C;CUNEIFORM SIGN U GUD;Lo;0;L;;;;;N;;;;; +1230D;CUNEIFORM SIGN U U U;Lo;0;L;;;;;N;;;;; +1230E;CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR;Lo;0;L;;;;;N;;;;; +1230F;CUNEIFORM SIGN U OVER U SUR OVER SUR;Lo;0;L;;;;;N;;;;; +12310;CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED;Lo;0;L;;;;;N;;;;; +12311;CUNEIFORM SIGN U2;Lo;0;L;;;;;N;;;;; +12312;CUNEIFORM SIGN UB;Lo;0;L;;;;;N;;;;; +12313;CUNEIFORM SIGN UD;Lo;0;L;;;;;N;;;;; +12314;CUNEIFORM SIGN UD KUSHU2;Lo;0;L;;;;;N;;;;; +12315;CUNEIFORM SIGN UD TIMES BAD;Lo;0;L;;;;;N;;;;; +12316;CUNEIFORM SIGN UD TIMES MI;Lo;0;L;;;;;N;;;;; +12317;CUNEIFORM SIGN UD TIMES U PLUS U PLUS U;Lo;0;L;;;;;N;;;;; +12318;CUNEIFORM SIGN UD TIMES U PLUS U PLUS U GUNU;Lo;0;L;;;;;N;;;;; +12319;CUNEIFORM SIGN UD GUNU;Lo;0;L;;;;;N;;;;; +1231A;CUNEIFORM SIGN UD SHESHIG;Lo;0;L;;;;;N;;;;; +1231B;CUNEIFORM SIGN UD SHESHIG TIMES BAD;Lo;0;L;;;;;N;;;;; +1231C;CUNEIFORM SIGN UDUG;Lo;0;L;;;;;N;;;;; +1231D;CUNEIFORM SIGN UM;Lo;0;L;;;;;N;;;;; +1231E;CUNEIFORM SIGN UM TIMES LAGAB;Lo;0;L;;;;;N;;;;; +1231F;CUNEIFORM SIGN UM TIMES ME PLUS DA;Lo;0;L;;;;;N;;;;; +12320;CUNEIFORM SIGN UM TIMES SHA3;Lo;0;L;;;;;N;;;;; +12321;CUNEIFORM SIGN UM TIMES U;Lo;0;L;;;;;N;;;;; +12322;CUNEIFORM SIGN UMBIN;Lo;0;L;;;;;N;;;;; +12323;CUNEIFORM SIGN UMUM;Lo;0;L;;;;;N;;;;; +12324;CUNEIFORM SIGN UMUM TIMES KASKAL;Lo;0;L;;;;;N;;;;; +12325;CUNEIFORM SIGN UMUM TIMES PA;Lo;0;L;;;;;N;;;;; +12326;CUNEIFORM SIGN UN;Lo;0;L;;;;;N;;;;; +12327;CUNEIFORM SIGN UN GUNU;Lo;0;L;;;;;N;;;;; +12328;CUNEIFORM SIGN UR;Lo;0;L;;;;;N;;;;; +12329;CUNEIFORM SIGN UR CROSSING UR;Lo;0;L;;;;;N;;;;; +1232A;CUNEIFORM SIGN UR SHESHIG;Lo;0;L;;;;;N;;;;; +1232B;CUNEIFORM SIGN UR2;Lo;0;L;;;;;N;;;;; +1232C;CUNEIFORM SIGN UR2 TIMES A PLUS HA;Lo;0;L;;;;;N;;;;; +1232D;CUNEIFORM SIGN UR2 TIMES A PLUS NA;Lo;0;L;;;;;N;;;;; +1232E;CUNEIFORM SIGN UR2 TIMES AL;Lo;0;L;;;;;N;;;;; +1232F;CUNEIFORM SIGN UR2 TIMES HA;Lo;0;L;;;;;N;;;;; +12330;CUNEIFORM SIGN UR2 TIMES NUN;Lo;0;L;;;;;N;;;;; +12331;CUNEIFORM SIGN UR2 TIMES U2;Lo;0;L;;;;;N;;;;; +12332;CUNEIFORM SIGN UR2 TIMES U2 PLUS ASH;Lo;0;L;;;;;N;;;;; +12333;CUNEIFORM SIGN UR2 TIMES U2 PLUS BI;Lo;0;L;;;;;N;;;;; +12334;CUNEIFORM SIGN UR4;Lo;0;L;;;;;N;;;;; +12335;CUNEIFORM SIGN URI;Lo;0;L;;;;;N;;;;; +12336;CUNEIFORM SIGN URI3;Lo;0;L;;;;;N;;;;; +12337;CUNEIFORM SIGN URU;Lo;0;L;;;;;N;;;;; +12338;CUNEIFORM SIGN URU TIMES A;Lo;0;L;;;;;N;;;;; +12339;CUNEIFORM SIGN URU TIMES ASHGAB;Lo;0;L;;;;;N;;;;; +1233A;CUNEIFORM SIGN URU TIMES BAR;Lo;0;L;;;;;N;;;;; +1233B;CUNEIFORM SIGN URU TIMES DUN;Lo;0;L;;;;;N;;;;; +1233C;CUNEIFORM SIGN URU TIMES GA;Lo;0;L;;;;;N;;;;; +1233D;CUNEIFORM SIGN URU TIMES GAL;Lo;0;L;;;;;N;;;;; +1233E;CUNEIFORM SIGN URU TIMES GAN2 TENU;Lo;0;L;;;;;N;;;;; +1233F;CUNEIFORM SIGN URU TIMES GAR;Lo;0;L;;;;;N;;;;; +12340;CUNEIFORM SIGN URU TIMES GU;Lo;0;L;;;;;N;;;;; +12341;CUNEIFORM SIGN URU TIMES HA;Lo;0;L;;;;;N;;;;; +12342;CUNEIFORM SIGN URU TIMES IGI;Lo;0;L;;;;;N;;;;; +12343;CUNEIFORM SIGN URU TIMES IM;Lo;0;L;;;;;N;;;;; +12344;CUNEIFORM SIGN URU TIMES ISH;Lo;0;L;;;;;N;;;;; +12345;CUNEIFORM SIGN URU TIMES KI;Lo;0;L;;;;;N;;;;; +12346;CUNEIFORM SIGN URU TIMES LUM;Lo;0;L;;;;;N;;;;; +12347;CUNEIFORM SIGN URU TIMES MIN;Lo;0;L;;;;;N;;;;; +12348;CUNEIFORM SIGN URU TIMES PA;Lo;0;L;;;;;N;;;;; +12349;CUNEIFORM SIGN URU TIMES SHE;Lo;0;L;;;;;N;;;;; +1234A;CUNEIFORM SIGN URU TIMES SIG4;Lo;0;L;;;;;N;;;;; +1234B;CUNEIFORM SIGN URU TIMES TU;Lo;0;L;;;;;N;;;;; +1234C;CUNEIFORM SIGN URU TIMES U PLUS GUD;Lo;0;L;;;;;N;;;;; +1234D;CUNEIFORM SIGN URU TIMES UD;Lo;0;L;;;;;N;;;;; +1234E;CUNEIFORM SIGN URU TIMES URUDA;Lo;0;L;;;;;N;;;;; +1234F;CUNEIFORM SIGN URUDA;Lo;0;L;;;;;N;;;;; +12350;CUNEIFORM SIGN URUDA TIMES U;Lo;0;L;;;;;N;;;;; +12351;CUNEIFORM SIGN USH;Lo;0;L;;;;;N;;;;; +12352;CUNEIFORM SIGN USH TIMES A;Lo;0;L;;;;;N;;;;; +12353;CUNEIFORM SIGN USH TIMES KU;Lo;0;L;;;;;N;;;;; +12354;CUNEIFORM SIGN USH TIMES KUR;Lo;0;L;;;;;N;;;;; +12355;CUNEIFORM SIGN USH TIMES TAK4;Lo;0;L;;;;;N;;;;; +12356;CUNEIFORM SIGN USHX;Lo;0;L;;;;;N;;;;; +12357;CUNEIFORM SIGN USH2;Lo;0;L;;;;;N;;;;; +12358;CUNEIFORM SIGN USHUMX;Lo;0;L;;;;;N;;;;; +12359;CUNEIFORM SIGN UTUKI;Lo;0;L;;;;;N;;;;; +1235A;CUNEIFORM SIGN UZ3;Lo;0;L;;;;;N;;;;; +1235B;CUNEIFORM SIGN UZ3 TIMES KASKAL;Lo;0;L;;;;;N;;;;; +1235C;CUNEIFORM SIGN UZU;Lo;0;L;;;;;N;;;;; +1235D;CUNEIFORM SIGN ZA;Lo;0;L;;;;;N;;;;; +1235E;CUNEIFORM SIGN ZA TENU;Lo;0;L;;;;;N;;;;; +1235F;CUNEIFORM SIGN ZA SQUARED TIMES KUR;Lo;0;L;;;;;N;;;;; +12360;CUNEIFORM SIGN ZAG;Lo;0;L;;;;;N;;;;; +12361;CUNEIFORM SIGN ZAMX;Lo;0;L;;;;;N;;;;; +12362;CUNEIFORM SIGN ZE2;Lo;0;L;;;;;N;;;;; +12363;CUNEIFORM SIGN ZI;Lo;0;L;;;;;N;;;;; +12364;CUNEIFORM SIGN ZI OVER ZI;Lo;0;L;;;;;N;;;;; +12365;CUNEIFORM SIGN ZI3;Lo;0;L;;;;;N;;;;; +12366;CUNEIFORM SIGN ZIB;Lo;0;L;;;;;N;;;;; +12367;CUNEIFORM SIGN ZIB KABA TENU;Lo;0;L;;;;;N;;;;; +12368;CUNEIFORM SIGN ZIG;Lo;0;L;;;;;N;;;;; +12369;CUNEIFORM SIGN ZIZ2;Lo;0;L;;;;;N;;;;; +1236A;CUNEIFORM SIGN ZU;Lo;0;L;;;;;N;;;;; +1236B;CUNEIFORM SIGN ZU5;Lo;0;L;;;;;N;;;;; +1236C;CUNEIFORM SIGN ZU5 TIMES A;Lo;0;L;;;;;N;;;;; +1236D;CUNEIFORM SIGN ZUBUR;Lo;0;L;;;;;N;;;;; +1236E;CUNEIFORM SIGN ZUM;Lo;0;L;;;;;N;;;;; +12400;CUNEIFORM NUMERIC SIGN TWO ASH;Nl;0;L;;;;2;N;;;;; +12401;CUNEIFORM NUMERIC SIGN THREE ASH;Nl;0;L;;;;3;N;;;;; +12402;CUNEIFORM NUMERIC SIGN FOUR ASH;Nl;0;L;;;;4;N;;;;; +12403;CUNEIFORM NUMERIC SIGN FIVE ASH;Nl;0;L;;;;5;N;;;;; +12404;CUNEIFORM NUMERIC SIGN SIX ASH;Nl;0;L;;;;6;N;;;;; +12405;CUNEIFORM NUMERIC SIGN SEVEN ASH;Nl;0;L;;;;7;N;;;;; +12406;CUNEIFORM NUMERIC SIGN EIGHT ASH;Nl;0;L;;;;8;N;;;;; +12407;CUNEIFORM NUMERIC SIGN NINE ASH;Nl;0;L;;;;9;N;;;;; +12408;CUNEIFORM NUMERIC SIGN THREE DISH;Nl;0;L;;;;3;N;;;;; +12409;CUNEIFORM NUMERIC SIGN FOUR DISH;Nl;0;L;;;;4;N;;;;; +1240A;CUNEIFORM NUMERIC SIGN FIVE DISH;Nl;0;L;;;;5;N;;;;; +1240B;CUNEIFORM NUMERIC SIGN SIX DISH;Nl;0;L;;;;6;N;;;;; +1240C;CUNEIFORM NUMERIC SIGN SEVEN DISH;Nl;0;L;;;;7;N;;;;; +1240D;CUNEIFORM NUMERIC SIGN EIGHT DISH;Nl;0;L;;;;8;N;;;;; +1240E;CUNEIFORM NUMERIC SIGN NINE DISH;Nl;0;L;;;;9;N;;;;; +1240F;CUNEIFORM NUMERIC SIGN FOUR U;Nl;0;L;;;;4;N;;;;; +12410;CUNEIFORM NUMERIC SIGN FIVE U;Nl;0;L;;;;5;N;;;;; +12411;CUNEIFORM NUMERIC SIGN SIX U;Nl;0;L;;;;6;N;;;;; +12412;CUNEIFORM NUMERIC SIGN SEVEN U;Nl;0;L;;;;7;N;;;;; +12413;CUNEIFORM NUMERIC SIGN EIGHT U;Nl;0;L;;;;8;N;;;;; +12414;CUNEIFORM NUMERIC SIGN NINE U;Nl;0;L;;;;9;N;;;;; +12415;CUNEIFORM NUMERIC SIGN ONE GESH2;Nl;0;L;;;;1;N;;;;; +12416;CUNEIFORM NUMERIC SIGN TWO GESH2;Nl;0;L;;;;2;N;;;;; +12417;CUNEIFORM NUMERIC SIGN THREE GESH2;Nl;0;L;;;;3;N;;;;; +12418;CUNEIFORM NUMERIC SIGN FOUR GESH2;Nl;0;L;;;;4;N;;;;; +12419;CUNEIFORM NUMERIC SIGN FIVE GESH2;Nl;0;L;;;;5;N;;;;; +1241A;CUNEIFORM NUMERIC SIGN SIX GESH2;Nl;0;L;;;;6;N;;;;; +1241B;CUNEIFORM NUMERIC SIGN SEVEN GESH2;Nl;0;L;;;;7;N;;;;; +1241C;CUNEIFORM NUMERIC SIGN EIGHT GESH2;Nl;0;L;;;;8;N;;;;; +1241D;CUNEIFORM NUMERIC SIGN NINE GESH2;Nl;0;L;;;;9;N;;;;; +1241E;CUNEIFORM NUMERIC SIGN ONE GESHU;Nl;0;L;;;;1;N;;;;; +1241F;CUNEIFORM NUMERIC SIGN TWO GESHU;Nl;0;L;;;;2;N;;;;; +12420;CUNEIFORM NUMERIC SIGN THREE GESHU;Nl;0;L;;;;3;N;;;;; +12421;CUNEIFORM NUMERIC SIGN FOUR GESHU;Nl;0;L;;;;4;N;;;;; +12422;CUNEIFORM NUMERIC SIGN FIVE GESHU;Nl;0;L;;;;5;N;;;;; +12423;CUNEIFORM NUMERIC SIGN TWO SHAR2;Nl;0;L;;;;2;N;;;;; +12424;CUNEIFORM NUMERIC SIGN THREE SHAR2;Nl;0;L;;;;3;N;;;;; +12425;CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM;Nl;0;L;;;;3;N;;;;; +12426;CUNEIFORM NUMERIC SIGN FOUR SHAR2;Nl;0;L;;;;4;N;;;;; +12427;CUNEIFORM NUMERIC SIGN FIVE SHAR2;Nl;0;L;;;;5;N;;;;; +12428;CUNEIFORM NUMERIC SIGN SIX SHAR2;Nl;0;L;;;;6;N;;;;; +12429;CUNEIFORM NUMERIC SIGN SEVEN SHAR2;Nl;0;L;;;;7;N;;;;; +1242A;CUNEIFORM NUMERIC SIGN EIGHT SHAR2;Nl;0;L;;;;8;N;;;;; +1242B;CUNEIFORM NUMERIC SIGN NINE SHAR2;Nl;0;L;;;;9;N;;;;; +1242C;CUNEIFORM NUMERIC SIGN ONE SHARU;Nl;0;L;;;;1;N;;;;; +1242D;CUNEIFORM NUMERIC SIGN TWO SHARU;Nl;0;L;;;;2;N;;;;; +1242E;CUNEIFORM NUMERIC SIGN THREE SHARU;Nl;0;L;;;;3;N;;;;; +1242F;CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM;Nl;0;L;;;;3;N;;;;; +12430;CUNEIFORM NUMERIC SIGN FOUR SHARU;Nl;0;L;;;;4;N;;;;; +12431;CUNEIFORM NUMERIC SIGN FIVE SHARU;Nl;0;L;;;;5;N;;;;; +12432;CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH;Nl;0;L;;;;;N;;;;; +12433;CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN;Nl;0;L;;;;;N;;;;; +12434;CUNEIFORM NUMERIC SIGN ONE BURU;Nl;0;L;;;;1;N;;;;; +12435;CUNEIFORM NUMERIC SIGN TWO BURU;Nl;0;L;;;;2;N;;;;; +12436;CUNEIFORM NUMERIC SIGN THREE BURU;Nl;0;L;;;;3;N;;;;; +12437;CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM;Nl;0;L;;;;3;N;;;;; +12438;CUNEIFORM NUMERIC SIGN FOUR BURU;Nl;0;L;;;;4;N;;;;; +12439;CUNEIFORM NUMERIC SIGN FIVE BURU;Nl;0;L;;;;5;N;;;;; +1243A;CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16;Nl;0;L;;;;3;N;;;;; +1243B;CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21;Nl;0;L;;;;3;N;;;;; +1243C;CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU;Nl;0;L;;;;4;N;;;;; +1243D;CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4;Nl;0;L;;;;4;N;;;;; +1243E;CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A;Nl;0;L;;;;4;N;;;;; +1243F;CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B;Nl;0;L;;;;4;N;;;;; +12440;CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9;Nl;0;L;;;;6;N;;;;; +12441;CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3;Nl;0;L;;;;7;N;;;;; +12442;CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A;Nl;0;L;;;;7;N;;;;; +12443;CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B;Nl;0;L;;;;7;N;;;;; +12444;CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU;Nl;0;L;;;;8;N;;;;; +12445;CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3;Nl;0;L;;;;8;N;;;;; +12446;CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU;Nl;0;L;;;;9;N;;;;; +12447;CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3;Nl;0;L;;;;9;N;;;;; +12448;CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4;Nl;0;L;;;;9;N;;;;; +12449;CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A;Nl;0;L;;;;9;N;;;;; +1244A;CUNEIFORM NUMERIC SIGN TWO ASH TENU;Nl;0;L;;;;2;N;;;;; +1244B;CUNEIFORM NUMERIC SIGN THREE ASH TENU;Nl;0;L;;;;3;N;;;;; +1244C;CUNEIFORM NUMERIC SIGN FOUR ASH TENU;Nl;0;L;;;;4;N;;;;; +1244D;CUNEIFORM NUMERIC SIGN FIVE ASH TENU;Nl;0;L;;;;5;N;;;;; +1244E;CUNEIFORM NUMERIC SIGN SIX ASH TENU;Nl;0;L;;;;6;N;;;;; +1244F;CUNEIFORM NUMERIC SIGN ONE BAN2;Nl;0;L;;;;1;N;;;;; +12450;CUNEIFORM NUMERIC SIGN TWO BAN2;Nl;0;L;;;;2;N;;;;; +12451;CUNEIFORM NUMERIC SIGN THREE BAN2;Nl;0;L;;;;3;N;;;;; +12452;CUNEIFORM NUMERIC SIGN FOUR BAN2;Nl;0;L;;;;4;N;;;;; +12453;CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM;Nl;0;L;;;;4;N;;;;; +12454;CUNEIFORM NUMERIC SIGN FIVE BAN2;Nl;0;L;;;;5;N;;;;; +12455;CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM;Nl;0;L;;;;5;N;;;;; +12456;CUNEIFORM NUMERIC SIGN NIGIDAMIN;Nl;0;L;;;;;N;;;;; +12457;CUNEIFORM NUMERIC SIGN NIGIDAESH;Nl;0;L;;;;;N;;;;; +12458;CUNEIFORM NUMERIC SIGN ONE ESHE3;Nl;0;L;;;;1;N;;;;; +12459;CUNEIFORM NUMERIC SIGN TWO ESHE3;Nl;0;L;;;;2;N;;;;; +1245A;CUNEIFORM NUMERIC SIGN ONE THIRD DISH;Nl;0;L;;;;1/3;N;;;;; +1245B;CUNEIFORM NUMERIC SIGN TWO THIRDS DISH;Nl;0;L;;;;2/3;N;;;;; +1245C;CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH;Nl;0;L;;;;5/6;N;;;;; +1245D;CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A;Nl;0;L;;;;1/3;N;;;;; +1245E;CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A;Nl;0;L;;;;2/3;N;;;;; +1245F;CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH;Nl;0;L;;;;1/8;N;;;;; +12460;CUNEIFORM NUMERIC SIGN ONE QUARTER ASH;Nl;0;L;;;;1/4;N;;;;; +12461;CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH;Nl;0;L;;;;1/6;N;;;;; +12462;CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER;Nl;0;L;;;;1/4;N;;;;; +12470;CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER;Po;0;L;;;;;N;;;;; +12471;CUNEIFORM PUNCTUATION SIGN VERTICAL COLON;Po;0;L;;;;;N;;;;; +12472;CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON;Po;0;L;;;;;N;;;;; +12473;CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON;Po;0;L;;;;;N;;;;; +13000;EGYPTIAN HIEROGLYPH A001;Lo;0;L;;;;;N;;;;; +13001;EGYPTIAN HIEROGLYPH A002;Lo;0;L;;;;;N;;;;; +13002;EGYPTIAN HIEROGLYPH A003;Lo;0;L;;;;;N;;;;; +13003;EGYPTIAN HIEROGLYPH A004;Lo;0;L;;;;;N;;;;; +13004;EGYPTIAN HIEROGLYPH A005;Lo;0;L;;;;;N;;;;; +13005;EGYPTIAN HIEROGLYPH A005A;Lo;0;L;;;;;N;;;;; +13006;EGYPTIAN HIEROGLYPH A006;Lo;0;L;;;;;N;;;;; +13007;EGYPTIAN HIEROGLYPH A006A;Lo;0;L;;;;;N;;;;; +13008;EGYPTIAN HIEROGLYPH A006B;Lo;0;L;;;;;N;;;;; +13009;EGYPTIAN HIEROGLYPH A007;Lo;0;L;;;;;N;;;;; +1300A;EGYPTIAN HIEROGLYPH A008;Lo;0;L;;;;;N;;;;; +1300B;EGYPTIAN HIEROGLYPH A009;Lo;0;L;;;;;N;;;;; +1300C;EGYPTIAN HIEROGLYPH A010;Lo;0;L;;;;;N;;;;; +1300D;EGYPTIAN HIEROGLYPH A011;Lo;0;L;;;;;N;;;;; +1300E;EGYPTIAN HIEROGLYPH A012;Lo;0;L;;;;;N;;;;; +1300F;EGYPTIAN HIEROGLYPH A013;Lo;0;L;;;;;N;;;;; +13010;EGYPTIAN HIEROGLYPH A014;Lo;0;L;;;;;N;;;;; +13011;EGYPTIAN HIEROGLYPH A014A;Lo;0;L;;;;;N;;;;; +13012;EGYPTIAN HIEROGLYPH A015;Lo;0;L;;;;;N;;;;; +13013;EGYPTIAN HIEROGLYPH A016;Lo;0;L;;;;;N;;;;; +13014;EGYPTIAN HIEROGLYPH A017;Lo;0;L;;;;;N;;;;; +13015;EGYPTIAN HIEROGLYPH A017A;Lo;0;L;;;;;N;;;;; +13016;EGYPTIAN HIEROGLYPH A018;Lo;0;L;;;;;N;;;;; +13017;EGYPTIAN HIEROGLYPH A019;Lo;0;L;;;;;N;;;;; +13018;EGYPTIAN HIEROGLYPH A020;Lo;0;L;;;;;N;;;;; +13019;EGYPTIAN HIEROGLYPH A021;Lo;0;L;;;;;N;;;;; +1301A;EGYPTIAN HIEROGLYPH A022;Lo;0;L;;;;;N;;;;; +1301B;EGYPTIAN HIEROGLYPH A023;Lo;0;L;;;;;N;;;;; +1301C;EGYPTIAN HIEROGLYPH A024;Lo;0;L;;;;;N;;;;; +1301D;EGYPTIAN HIEROGLYPH A025;Lo;0;L;;;;;N;;;;; +1301E;EGYPTIAN HIEROGLYPH A026;Lo;0;L;;;;;N;;;;; +1301F;EGYPTIAN HIEROGLYPH A027;Lo;0;L;;;;;N;;;;; +13020;EGYPTIAN HIEROGLYPH A028;Lo;0;L;;;;;N;;;;; +13021;EGYPTIAN HIEROGLYPH A029;Lo;0;L;;;;;N;;;;; +13022;EGYPTIAN HIEROGLYPH A030;Lo;0;L;;;;;N;;;;; +13023;EGYPTIAN HIEROGLYPH A031;Lo;0;L;;;;;N;;;;; +13024;EGYPTIAN HIEROGLYPH A032;Lo;0;L;;;;;N;;;;; +13025;EGYPTIAN HIEROGLYPH A032A;Lo;0;L;;;;;N;;;;; +13026;EGYPTIAN HIEROGLYPH A033;Lo;0;L;;;;;N;;;;; +13027;EGYPTIAN HIEROGLYPH A034;Lo;0;L;;;;;N;;;;; +13028;EGYPTIAN HIEROGLYPH A035;Lo;0;L;;;;;N;;;;; +13029;EGYPTIAN HIEROGLYPH A036;Lo;0;L;;;;;N;;;;; +1302A;EGYPTIAN HIEROGLYPH A037;Lo;0;L;;;;;N;;;;; +1302B;EGYPTIAN HIEROGLYPH A038;Lo;0;L;;;;;N;;;;; +1302C;EGYPTIAN HIEROGLYPH A039;Lo;0;L;;;;;N;;;;; +1302D;EGYPTIAN HIEROGLYPH A040;Lo;0;L;;;;;N;;;;; +1302E;EGYPTIAN HIEROGLYPH A040A;Lo;0;L;;;;;N;;;;; +1302F;EGYPTIAN HIEROGLYPH A041;Lo;0;L;;;;;N;;;;; +13030;EGYPTIAN HIEROGLYPH A042;Lo;0;L;;;;;N;;;;; +13031;EGYPTIAN HIEROGLYPH A042A;Lo;0;L;;;;;N;;;;; +13032;EGYPTIAN HIEROGLYPH A043;Lo;0;L;;;;;N;;;;; +13033;EGYPTIAN HIEROGLYPH A043A;Lo;0;L;;;;;N;;;;; +13034;EGYPTIAN HIEROGLYPH A044;Lo;0;L;;;;;N;;;;; +13035;EGYPTIAN HIEROGLYPH A045;Lo;0;L;;;;;N;;;;; +13036;EGYPTIAN HIEROGLYPH A045A;Lo;0;L;;;;;N;;;;; +13037;EGYPTIAN HIEROGLYPH A046;Lo;0;L;;;;;N;;;;; +13038;EGYPTIAN HIEROGLYPH A047;Lo;0;L;;;;;N;;;;; +13039;EGYPTIAN HIEROGLYPH A048;Lo;0;L;;;;;N;;;;; +1303A;EGYPTIAN HIEROGLYPH A049;Lo;0;L;;;;;N;;;;; +1303B;EGYPTIAN HIEROGLYPH A050;Lo;0;L;;;;;N;;;;; +1303C;EGYPTIAN HIEROGLYPH A051;Lo;0;L;;;;;N;;;;; +1303D;EGYPTIAN HIEROGLYPH A052;Lo;0;L;;;;;N;;;;; +1303E;EGYPTIAN HIEROGLYPH A053;Lo;0;L;;;;;N;;;;; +1303F;EGYPTIAN HIEROGLYPH A054;Lo;0;L;;;;;N;;;;; +13040;EGYPTIAN HIEROGLYPH A055;Lo;0;L;;;;;N;;;;; +13041;EGYPTIAN HIEROGLYPH A056;Lo;0;L;;;;;N;;;;; +13042;EGYPTIAN HIEROGLYPH A057;Lo;0;L;;;;;N;;;;; +13043;EGYPTIAN HIEROGLYPH A058;Lo;0;L;;;;;N;;;;; +13044;EGYPTIAN HIEROGLYPH A059;Lo;0;L;;;;;N;;;;; +13045;EGYPTIAN HIEROGLYPH A060;Lo;0;L;;;;;N;;;;; +13046;EGYPTIAN HIEROGLYPH A061;Lo;0;L;;;;;N;;;;; +13047;EGYPTIAN HIEROGLYPH A062;Lo;0;L;;;;;N;;;;; +13048;EGYPTIAN HIEROGLYPH A063;Lo;0;L;;;;;N;;;;; +13049;EGYPTIAN HIEROGLYPH A064;Lo;0;L;;;;;N;;;;; +1304A;EGYPTIAN HIEROGLYPH A065;Lo;0;L;;;;;N;;;;; +1304B;EGYPTIAN HIEROGLYPH A066;Lo;0;L;;;;;N;;;;; +1304C;EGYPTIAN HIEROGLYPH A067;Lo;0;L;;;;;N;;;;; +1304D;EGYPTIAN HIEROGLYPH A068;Lo;0;L;;;;;N;;;;; +1304E;EGYPTIAN HIEROGLYPH A069;Lo;0;L;;;;;N;;;;; +1304F;EGYPTIAN HIEROGLYPH A070;Lo;0;L;;;;;N;;;;; +13050;EGYPTIAN HIEROGLYPH B001;Lo;0;L;;;;;N;;;;; +13051;EGYPTIAN HIEROGLYPH B002;Lo;0;L;;;;;N;;;;; +13052;EGYPTIAN HIEROGLYPH B003;Lo;0;L;;;;;N;;;;; +13053;EGYPTIAN HIEROGLYPH B004;Lo;0;L;;;;;N;;;;; +13054;EGYPTIAN HIEROGLYPH B005;Lo;0;L;;;;;N;;;;; +13055;EGYPTIAN HIEROGLYPH B005A;Lo;0;L;;;;;N;;;;; +13056;EGYPTIAN HIEROGLYPH B006;Lo;0;L;;;;;N;;;;; +13057;EGYPTIAN HIEROGLYPH B007;Lo;0;L;;;;;N;;;;; +13058;EGYPTIAN HIEROGLYPH B008;Lo;0;L;;;;;N;;;;; +13059;EGYPTIAN HIEROGLYPH B009;Lo;0;L;;;;;N;;;;; +1305A;EGYPTIAN HIEROGLYPH C001;Lo;0;L;;;;;N;;;;; +1305B;EGYPTIAN HIEROGLYPH C002;Lo;0;L;;;;;N;;;;; +1305C;EGYPTIAN HIEROGLYPH C002A;Lo;0;L;;;;;N;;;;; +1305D;EGYPTIAN HIEROGLYPH C002B;Lo;0;L;;;;;N;;;;; +1305E;EGYPTIAN HIEROGLYPH C002C;Lo;0;L;;;;;N;;;;; +1305F;EGYPTIAN HIEROGLYPH C003;Lo;0;L;;;;;N;;;;; +13060;EGYPTIAN HIEROGLYPH C004;Lo;0;L;;;;;N;;;;; +13061;EGYPTIAN HIEROGLYPH C005;Lo;0;L;;;;;N;;;;; +13062;EGYPTIAN HIEROGLYPH C006;Lo;0;L;;;;;N;;;;; +13063;EGYPTIAN HIEROGLYPH C007;Lo;0;L;;;;;N;;;;; +13064;EGYPTIAN HIEROGLYPH C008;Lo;0;L;;;;;N;;;;; +13065;EGYPTIAN HIEROGLYPH C009;Lo;0;L;;;;;N;;;;; +13066;EGYPTIAN HIEROGLYPH C010;Lo;0;L;;;;;N;;;;; +13067;EGYPTIAN HIEROGLYPH C010A;Lo;0;L;;;;;N;;;;; +13068;EGYPTIAN HIEROGLYPH C011;Lo;0;L;;;;;N;;;;; +13069;EGYPTIAN HIEROGLYPH C012;Lo;0;L;;;;;N;;;;; +1306A;EGYPTIAN HIEROGLYPH C013;Lo;0;L;;;;;N;;;;; +1306B;EGYPTIAN HIEROGLYPH C014;Lo;0;L;;;;;N;;;;; +1306C;EGYPTIAN HIEROGLYPH C015;Lo;0;L;;;;;N;;;;; +1306D;EGYPTIAN HIEROGLYPH C016;Lo;0;L;;;;;N;;;;; +1306E;EGYPTIAN HIEROGLYPH C017;Lo;0;L;;;;;N;;;;; +1306F;EGYPTIAN HIEROGLYPH C018;Lo;0;L;;;;;N;;;;; +13070;EGYPTIAN HIEROGLYPH C019;Lo;0;L;;;;;N;;;;; +13071;EGYPTIAN HIEROGLYPH C020;Lo;0;L;;;;;N;;;;; +13072;EGYPTIAN HIEROGLYPH C021;Lo;0;L;;;;;N;;;;; +13073;EGYPTIAN HIEROGLYPH C022;Lo;0;L;;;;;N;;;;; +13074;EGYPTIAN HIEROGLYPH C023;Lo;0;L;;;;;N;;;;; +13075;EGYPTIAN HIEROGLYPH C024;Lo;0;L;;;;;N;;;;; +13076;EGYPTIAN HIEROGLYPH D001;Lo;0;L;;;;;N;;;;; +13077;EGYPTIAN HIEROGLYPH D002;Lo;0;L;;;;;N;;;;; +13078;EGYPTIAN HIEROGLYPH D003;Lo;0;L;;;;;N;;;;; +13079;EGYPTIAN HIEROGLYPH D004;Lo;0;L;;;;;N;;;;; +1307A;EGYPTIAN HIEROGLYPH D005;Lo;0;L;;;;;N;;;;; +1307B;EGYPTIAN HIEROGLYPH D006;Lo;0;L;;;;;N;;;;; +1307C;EGYPTIAN HIEROGLYPH D007;Lo;0;L;;;;;N;;;;; +1307D;EGYPTIAN HIEROGLYPH D008;Lo;0;L;;;;;N;;;;; +1307E;EGYPTIAN HIEROGLYPH D008A;Lo;0;L;;;;;N;;;;; +1307F;EGYPTIAN HIEROGLYPH D009;Lo;0;L;;;;;N;;;;; +13080;EGYPTIAN HIEROGLYPH D010;Lo;0;L;;;;;N;;;;; +13081;EGYPTIAN HIEROGLYPH D011;Lo;0;L;;;;;N;;;;; +13082;EGYPTIAN HIEROGLYPH D012;Lo;0;L;;;;;N;;;;; +13083;EGYPTIAN HIEROGLYPH D013;Lo;0;L;;;;;N;;;;; +13084;EGYPTIAN HIEROGLYPH D014;Lo;0;L;;;;;N;;;;; +13085;EGYPTIAN HIEROGLYPH D015;Lo;0;L;;;;;N;;;;; +13086;EGYPTIAN HIEROGLYPH D016;Lo;0;L;;;;;N;;;;; +13087;EGYPTIAN HIEROGLYPH D017;Lo;0;L;;;;;N;;;;; +13088;EGYPTIAN HIEROGLYPH D018;Lo;0;L;;;;;N;;;;; +13089;EGYPTIAN HIEROGLYPH D019;Lo;0;L;;;;;N;;;;; +1308A;EGYPTIAN HIEROGLYPH D020;Lo;0;L;;;;;N;;;;; +1308B;EGYPTIAN HIEROGLYPH D021;Lo;0;L;;;;;N;;;;; +1308C;EGYPTIAN HIEROGLYPH D022;Lo;0;L;;;;;N;;;;; +1308D;EGYPTIAN HIEROGLYPH D023;Lo;0;L;;;;;N;;;;; +1308E;EGYPTIAN HIEROGLYPH D024;Lo;0;L;;;;;N;;;;; +1308F;EGYPTIAN HIEROGLYPH D025;Lo;0;L;;;;;N;;;;; +13090;EGYPTIAN HIEROGLYPH D026;Lo;0;L;;;;;N;;;;; +13091;EGYPTIAN HIEROGLYPH D027;Lo;0;L;;;;;N;;;;; +13092;EGYPTIAN HIEROGLYPH D027A;Lo;0;L;;;;;N;;;;; +13093;EGYPTIAN HIEROGLYPH D028;Lo;0;L;;;;;N;;;;; +13094;EGYPTIAN HIEROGLYPH D029;Lo;0;L;;;;;N;;;;; +13095;EGYPTIAN HIEROGLYPH D030;Lo;0;L;;;;;N;;;;; +13096;EGYPTIAN HIEROGLYPH D031;Lo;0;L;;;;;N;;;;; +13097;EGYPTIAN HIEROGLYPH D031A;Lo;0;L;;;;;N;;;;; +13098;EGYPTIAN HIEROGLYPH D032;Lo;0;L;;;;;N;;;;; +13099;EGYPTIAN HIEROGLYPH D033;Lo;0;L;;;;;N;;;;; +1309A;EGYPTIAN HIEROGLYPH D034;Lo;0;L;;;;;N;;;;; +1309B;EGYPTIAN HIEROGLYPH D034A;Lo;0;L;;;;;N;;;;; +1309C;EGYPTIAN HIEROGLYPH D035;Lo;0;L;;;;;N;;;;; +1309D;EGYPTIAN HIEROGLYPH D036;Lo;0;L;;;;;N;;;;; +1309E;EGYPTIAN HIEROGLYPH D037;Lo;0;L;;;;;N;;;;; +1309F;EGYPTIAN HIEROGLYPH D038;Lo;0;L;;;;;N;;;;; +130A0;EGYPTIAN HIEROGLYPH D039;Lo;0;L;;;;;N;;;;; +130A1;EGYPTIAN HIEROGLYPH D040;Lo;0;L;;;;;N;;;;; +130A2;EGYPTIAN HIEROGLYPH D041;Lo;0;L;;;;;N;;;;; +130A3;EGYPTIAN HIEROGLYPH D042;Lo;0;L;;;;;N;;;;; +130A4;EGYPTIAN HIEROGLYPH D043;Lo;0;L;;;;;N;;;;; +130A5;EGYPTIAN HIEROGLYPH D044;Lo;0;L;;;;;N;;;;; +130A6;EGYPTIAN HIEROGLYPH D045;Lo;0;L;;;;;N;;;;; +130A7;EGYPTIAN HIEROGLYPH D046;Lo;0;L;;;;;N;;;;; +130A8;EGYPTIAN HIEROGLYPH D046A;Lo;0;L;;;;;N;;;;; +130A9;EGYPTIAN HIEROGLYPH D047;Lo;0;L;;;;;N;;;;; +130AA;EGYPTIAN HIEROGLYPH D048;Lo;0;L;;;;;N;;;;; +130AB;EGYPTIAN HIEROGLYPH D048A;Lo;0;L;;;;;N;;;;; +130AC;EGYPTIAN HIEROGLYPH D049;Lo;0;L;;;;;N;;;;; +130AD;EGYPTIAN HIEROGLYPH D050;Lo;0;L;;;;;N;;;;; +130AE;EGYPTIAN HIEROGLYPH D050A;Lo;0;L;;;;;N;;;;; +130AF;EGYPTIAN HIEROGLYPH D050B;Lo;0;L;;;;;N;;;;; +130B0;EGYPTIAN HIEROGLYPH D050C;Lo;0;L;;;;;N;;;;; +130B1;EGYPTIAN HIEROGLYPH D050D;Lo;0;L;;;;;N;;;;; +130B2;EGYPTIAN HIEROGLYPH D050E;Lo;0;L;;;;;N;;;;; +130B3;EGYPTIAN HIEROGLYPH D050F;Lo;0;L;;;;;N;;;;; +130B4;EGYPTIAN HIEROGLYPH D050G;Lo;0;L;;;;;N;;;;; +130B5;EGYPTIAN HIEROGLYPH D050H;Lo;0;L;;;;;N;;;;; +130B6;EGYPTIAN HIEROGLYPH D050I;Lo;0;L;;;;;N;;;;; +130B7;EGYPTIAN HIEROGLYPH D051;Lo;0;L;;;;;N;;;;; +130B8;EGYPTIAN HIEROGLYPH D052;Lo;0;L;;;;;N;;;;; +130B9;EGYPTIAN HIEROGLYPH D052A;Lo;0;L;;;;;N;;;;; +130BA;EGYPTIAN HIEROGLYPH D053;Lo;0;L;;;;;N;;;;; +130BB;EGYPTIAN HIEROGLYPH D054;Lo;0;L;;;;;N;;;;; +130BC;EGYPTIAN HIEROGLYPH D054A;Lo;0;L;;;;;N;;;;; +130BD;EGYPTIAN HIEROGLYPH D055;Lo;0;L;;;;;N;;;;; +130BE;EGYPTIAN HIEROGLYPH D056;Lo;0;L;;;;;N;;;;; +130BF;EGYPTIAN HIEROGLYPH D057;Lo;0;L;;;;;N;;;;; +130C0;EGYPTIAN HIEROGLYPH D058;Lo;0;L;;;;;N;;;;; +130C1;EGYPTIAN HIEROGLYPH D059;Lo;0;L;;;;;N;;;;; +130C2;EGYPTIAN HIEROGLYPH D060;Lo;0;L;;;;;N;;;;; +130C3;EGYPTIAN HIEROGLYPH D061;Lo;0;L;;;;;N;;;;; +130C4;EGYPTIAN HIEROGLYPH D062;Lo;0;L;;;;;N;;;;; +130C5;EGYPTIAN HIEROGLYPH D063;Lo;0;L;;;;;N;;;;; +130C6;EGYPTIAN HIEROGLYPH D064;Lo;0;L;;;;;N;;;;; +130C7;EGYPTIAN HIEROGLYPH D065;Lo;0;L;;;;;N;;;;; +130C8;EGYPTIAN HIEROGLYPH D066;Lo;0;L;;;;;N;;;;; +130C9;EGYPTIAN HIEROGLYPH D067;Lo;0;L;;;;;N;;;;; +130CA;EGYPTIAN HIEROGLYPH D067A;Lo;0;L;;;;;N;;;;; +130CB;EGYPTIAN HIEROGLYPH D067B;Lo;0;L;;;;;N;;;;; +130CC;EGYPTIAN HIEROGLYPH D067C;Lo;0;L;;;;;N;;;;; +130CD;EGYPTIAN HIEROGLYPH D067D;Lo;0;L;;;;;N;;;;; +130CE;EGYPTIAN HIEROGLYPH D067E;Lo;0;L;;;;;N;;;;; +130CF;EGYPTIAN HIEROGLYPH D067F;Lo;0;L;;;;;N;;;;; +130D0;EGYPTIAN HIEROGLYPH D067G;Lo;0;L;;;;;N;;;;; +130D1;EGYPTIAN HIEROGLYPH D067H;Lo;0;L;;;;;N;;;;; +130D2;EGYPTIAN HIEROGLYPH E001;Lo;0;L;;;;;N;;;;; +130D3;EGYPTIAN HIEROGLYPH E002;Lo;0;L;;;;;N;;;;; +130D4;EGYPTIAN HIEROGLYPH E003;Lo;0;L;;;;;N;;;;; +130D5;EGYPTIAN HIEROGLYPH E004;Lo;0;L;;;;;N;;;;; +130D6;EGYPTIAN HIEROGLYPH E005;Lo;0;L;;;;;N;;;;; +130D7;EGYPTIAN HIEROGLYPH E006;Lo;0;L;;;;;N;;;;; +130D8;EGYPTIAN HIEROGLYPH E007;Lo;0;L;;;;;N;;;;; +130D9;EGYPTIAN HIEROGLYPH E008;Lo;0;L;;;;;N;;;;; +130DA;EGYPTIAN HIEROGLYPH E008A;Lo;0;L;;;;;N;;;;; +130DB;EGYPTIAN HIEROGLYPH E009;Lo;0;L;;;;;N;;;;; +130DC;EGYPTIAN HIEROGLYPH E009A;Lo;0;L;;;;;N;;;;; +130DD;EGYPTIAN HIEROGLYPH E010;Lo;0;L;;;;;N;;;;; +130DE;EGYPTIAN HIEROGLYPH E011;Lo;0;L;;;;;N;;;;; +130DF;EGYPTIAN HIEROGLYPH E012;Lo;0;L;;;;;N;;;;; +130E0;EGYPTIAN HIEROGLYPH E013;Lo;0;L;;;;;N;;;;; +130E1;EGYPTIAN HIEROGLYPH E014;Lo;0;L;;;;;N;;;;; +130E2;EGYPTIAN HIEROGLYPH E015;Lo;0;L;;;;;N;;;;; +130E3;EGYPTIAN HIEROGLYPH E016;Lo;0;L;;;;;N;;;;; +130E4;EGYPTIAN HIEROGLYPH E016A;Lo;0;L;;;;;N;;;;; +130E5;EGYPTIAN HIEROGLYPH E017;Lo;0;L;;;;;N;;;;; +130E6;EGYPTIAN HIEROGLYPH E017A;Lo;0;L;;;;;N;;;;; +130E7;EGYPTIAN HIEROGLYPH E018;Lo;0;L;;;;;N;;;;; +130E8;EGYPTIAN HIEROGLYPH E019;Lo;0;L;;;;;N;;;;; +130E9;EGYPTIAN HIEROGLYPH E020;Lo;0;L;;;;;N;;;;; +130EA;EGYPTIAN HIEROGLYPH E020A;Lo;0;L;;;;;N;;;;; +130EB;EGYPTIAN HIEROGLYPH E021;Lo;0;L;;;;;N;;;;; +130EC;EGYPTIAN HIEROGLYPH E022;Lo;0;L;;;;;N;;;;; +130ED;EGYPTIAN HIEROGLYPH E023;Lo;0;L;;;;;N;;;;; +130EE;EGYPTIAN HIEROGLYPH E024;Lo;0;L;;;;;N;;;;; +130EF;EGYPTIAN HIEROGLYPH E025;Lo;0;L;;;;;N;;;;; +130F0;EGYPTIAN HIEROGLYPH E026;Lo;0;L;;;;;N;;;;; +130F1;EGYPTIAN HIEROGLYPH E027;Lo;0;L;;;;;N;;;;; +130F2;EGYPTIAN HIEROGLYPH E028;Lo;0;L;;;;;N;;;;; +130F3;EGYPTIAN HIEROGLYPH E028A;Lo;0;L;;;;;N;;;;; +130F4;EGYPTIAN HIEROGLYPH E029;Lo;0;L;;;;;N;;;;; +130F5;EGYPTIAN HIEROGLYPH E030;Lo;0;L;;;;;N;;;;; +130F6;EGYPTIAN HIEROGLYPH E031;Lo;0;L;;;;;N;;;;; +130F7;EGYPTIAN HIEROGLYPH E032;Lo;0;L;;;;;N;;;;; +130F8;EGYPTIAN HIEROGLYPH E033;Lo;0;L;;;;;N;;;;; +130F9;EGYPTIAN HIEROGLYPH E034;Lo;0;L;;;;;N;;;;; +130FA;EGYPTIAN HIEROGLYPH E034A;Lo;0;L;;;;;N;;;;; +130FB;EGYPTIAN HIEROGLYPH E036;Lo;0;L;;;;;N;;;;; +130FC;EGYPTIAN HIEROGLYPH E037;Lo;0;L;;;;;N;;;;; +130FD;EGYPTIAN HIEROGLYPH E038;Lo;0;L;;;;;N;;;;; +130FE;EGYPTIAN HIEROGLYPH F001;Lo;0;L;;;;;N;;;;; +130FF;EGYPTIAN HIEROGLYPH F001A;Lo;0;L;;;;;N;;;;; +13100;EGYPTIAN HIEROGLYPH F002;Lo;0;L;;;;;N;;;;; +13101;EGYPTIAN HIEROGLYPH F003;Lo;0;L;;;;;N;;;;; +13102;EGYPTIAN HIEROGLYPH F004;Lo;0;L;;;;;N;;;;; +13103;EGYPTIAN HIEROGLYPH F005;Lo;0;L;;;;;N;;;;; +13104;EGYPTIAN HIEROGLYPH F006;Lo;0;L;;;;;N;;;;; +13105;EGYPTIAN HIEROGLYPH F007;Lo;0;L;;;;;N;;;;; +13106;EGYPTIAN HIEROGLYPH F008;Lo;0;L;;;;;N;;;;; +13107;EGYPTIAN HIEROGLYPH F009;Lo;0;L;;;;;N;;;;; +13108;EGYPTIAN HIEROGLYPH F010;Lo;0;L;;;;;N;;;;; +13109;EGYPTIAN HIEROGLYPH F011;Lo;0;L;;;;;N;;;;; +1310A;EGYPTIAN HIEROGLYPH F012;Lo;0;L;;;;;N;;;;; +1310B;EGYPTIAN HIEROGLYPH F013;Lo;0;L;;;;;N;;;;; +1310C;EGYPTIAN HIEROGLYPH F013A;Lo;0;L;;;;;N;;;;; +1310D;EGYPTIAN HIEROGLYPH F014;Lo;0;L;;;;;N;;;;; +1310E;EGYPTIAN HIEROGLYPH F015;Lo;0;L;;;;;N;;;;; +1310F;EGYPTIAN HIEROGLYPH F016;Lo;0;L;;;;;N;;;;; +13110;EGYPTIAN HIEROGLYPH F017;Lo;0;L;;;;;N;;;;; +13111;EGYPTIAN HIEROGLYPH F018;Lo;0;L;;;;;N;;;;; +13112;EGYPTIAN HIEROGLYPH F019;Lo;0;L;;;;;N;;;;; +13113;EGYPTIAN HIEROGLYPH F020;Lo;0;L;;;;;N;;;;; +13114;EGYPTIAN HIEROGLYPH F021;Lo;0;L;;;;;N;;;;; +13115;EGYPTIAN HIEROGLYPH F021A;Lo;0;L;;;;;N;;;;; +13116;EGYPTIAN HIEROGLYPH F022;Lo;0;L;;;;;N;;;;; +13117;EGYPTIAN HIEROGLYPH F023;Lo;0;L;;;;;N;;;;; +13118;EGYPTIAN HIEROGLYPH F024;Lo;0;L;;;;;N;;;;; +13119;EGYPTIAN HIEROGLYPH F025;Lo;0;L;;;;;N;;;;; +1311A;EGYPTIAN HIEROGLYPH F026;Lo;0;L;;;;;N;;;;; +1311B;EGYPTIAN HIEROGLYPH F027;Lo;0;L;;;;;N;;;;; +1311C;EGYPTIAN HIEROGLYPH F028;Lo;0;L;;;;;N;;;;; +1311D;EGYPTIAN HIEROGLYPH F029;Lo;0;L;;;;;N;;;;; +1311E;EGYPTIAN HIEROGLYPH F030;Lo;0;L;;;;;N;;;;; +1311F;EGYPTIAN HIEROGLYPH F031;Lo;0;L;;;;;N;;;;; +13120;EGYPTIAN HIEROGLYPH F031A;Lo;0;L;;;;;N;;;;; +13121;EGYPTIAN HIEROGLYPH F032;Lo;0;L;;;;;N;;;;; +13122;EGYPTIAN HIEROGLYPH F033;Lo;0;L;;;;;N;;;;; +13123;EGYPTIAN HIEROGLYPH F034;Lo;0;L;;;;;N;;;;; +13124;EGYPTIAN HIEROGLYPH F035;Lo;0;L;;;;;N;;;;; +13125;EGYPTIAN HIEROGLYPH F036;Lo;0;L;;;;;N;;;;; +13126;EGYPTIAN HIEROGLYPH F037;Lo;0;L;;;;;N;;;;; +13127;EGYPTIAN HIEROGLYPH F037A;Lo;0;L;;;;;N;;;;; +13128;EGYPTIAN HIEROGLYPH F038;Lo;0;L;;;;;N;;;;; +13129;EGYPTIAN HIEROGLYPH F038A;Lo;0;L;;;;;N;;;;; +1312A;EGYPTIAN HIEROGLYPH F039;Lo;0;L;;;;;N;;;;; +1312B;EGYPTIAN HIEROGLYPH F040;Lo;0;L;;;;;N;;;;; +1312C;EGYPTIAN HIEROGLYPH F041;Lo;0;L;;;;;N;;;;; +1312D;EGYPTIAN HIEROGLYPH F042;Lo;0;L;;;;;N;;;;; +1312E;EGYPTIAN HIEROGLYPH F043;Lo;0;L;;;;;N;;;;; +1312F;EGYPTIAN HIEROGLYPH F044;Lo;0;L;;;;;N;;;;; +13130;EGYPTIAN HIEROGLYPH F045;Lo;0;L;;;;;N;;;;; +13131;EGYPTIAN HIEROGLYPH F045A;Lo;0;L;;;;;N;;;;; +13132;EGYPTIAN HIEROGLYPH F046;Lo;0;L;;;;;N;;;;; +13133;EGYPTIAN HIEROGLYPH F046A;Lo;0;L;;;;;N;;;;; +13134;EGYPTIAN HIEROGLYPH F047;Lo;0;L;;;;;N;;;;; +13135;EGYPTIAN HIEROGLYPH F047A;Lo;0;L;;;;;N;;;;; +13136;EGYPTIAN HIEROGLYPH F048;Lo;0;L;;;;;N;;;;; +13137;EGYPTIAN HIEROGLYPH F049;Lo;0;L;;;;;N;;;;; +13138;EGYPTIAN HIEROGLYPH F050;Lo;0;L;;;;;N;;;;; +13139;EGYPTIAN HIEROGLYPH F051;Lo;0;L;;;;;N;;;;; +1313A;EGYPTIAN HIEROGLYPH F051A;Lo;0;L;;;;;N;;;;; +1313B;EGYPTIAN HIEROGLYPH F051B;Lo;0;L;;;;;N;;;;; +1313C;EGYPTIAN HIEROGLYPH F051C;Lo;0;L;;;;;N;;;;; +1313D;EGYPTIAN HIEROGLYPH F052;Lo;0;L;;;;;N;;;;; +1313E;EGYPTIAN HIEROGLYPH F053;Lo;0;L;;;;;N;;;;; +1313F;EGYPTIAN HIEROGLYPH G001;Lo;0;L;;;;;N;;;;; +13140;EGYPTIAN HIEROGLYPH G002;Lo;0;L;;;;;N;;;;; +13141;EGYPTIAN HIEROGLYPH G003;Lo;0;L;;;;;N;;;;; +13142;EGYPTIAN HIEROGLYPH G004;Lo;0;L;;;;;N;;;;; +13143;EGYPTIAN HIEROGLYPH G005;Lo;0;L;;;;;N;;;;; +13144;EGYPTIAN HIEROGLYPH G006;Lo;0;L;;;;;N;;;;; +13145;EGYPTIAN HIEROGLYPH G006A;Lo;0;L;;;;;N;;;;; +13146;EGYPTIAN HIEROGLYPH G007;Lo;0;L;;;;;N;;;;; +13147;EGYPTIAN HIEROGLYPH G007A;Lo;0;L;;;;;N;;;;; +13148;EGYPTIAN HIEROGLYPH G007B;Lo;0;L;;;;;N;;;;; +13149;EGYPTIAN HIEROGLYPH G008;Lo;0;L;;;;;N;;;;; +1314A;EGYPTIAN HIEROGLYPH G009;Lo;0;L;;;;;N;;;;; +1314B;EGYPTIAN HIEROGLYPH G010;Lo;0;L;;;;;N;;;;; +1314C;EGYPTIAN HIEROGLYPH G011;Lo;0;L;;;;;N;;;;; +1314D;EGYPTIAN HIEROGLYPH G011A;Lo;0;L;;;;;N;;;;; +1314E;EGYPTIAN HIEROGLYPH G012;Lo;0;L;;;;;N;;;;; +1314F;EGYPTIAN HIEROGLYPH G013;Lo;0;L;;;;;N;;;;; +13150;EGYPTIAN HIEROGLYPH G014;Lo;0;L;;;;;N;;;;; +13151;EGYPTIAN HIEROGLYPH G015;Lo;0;L;;;;;N;;;;; +13152;EGYPTIAN HIEROGLYPH G016;Lo;0;L;;;;;N;;;;; +13153;EGYPTIAN HIEROGLYPH G017;Lo;0;L;;;;;N;;;;; +13154;EGYPTIAN HIEROGLYPH G018;Lo;0;L;;;;;N;;;;; +13155;EGYPTIAN HIEROGLYPH G019;Lo;0;L;;;;;N;;;;; +13156;EGYPTIAN HIEROGLYPH G020;Lo;0;L;;;;;N;;;;; +13157;EGYPTIAN HIEROGLYPH G020A;Lo;0;L;;;;;N;;;;; +13158;EGYPTIAN HIEROGLYPH G021;Lo;0;L;;;;;N;;;;; +13159;EGYPTIAN HIEROGLYPH G022;Lo;0;L;;;;;N;;;;; +1315A;EGYPTIAN HIEROGLYPH G023;Lo;0;L;;;;;N;;;;; +1315B;EGYPTIAN HIEROGLYPH G024;Lo;0;L;;;;;N;;;;; +1315C;EGYPTIAN HIEROGLYPH G025;Lo;0;L;;;;;N;;;;; +1315D;EGYPTIAN HIEROGLYPH G026;Lo;0;L;;;;;N;;;;; +1315E;EGYPTIAN HIEROGLYPH G026A;Lo;0;L;;;;;N;;;;; +1315F;EGYPTIAN HIEROGLYPH G027;Lo;0;L;;;;;N;;;;; +13160;EGYPTIAN HIEROGLYPH G028;Lo;0;L;;;;;N;;;;; +13161;EGYPTIAN HIEROGLYPH G029;Lo;0;L;;;;;N;;;;; +13162;EGYPTIAN HIEROGLYPH G030;Lo;0;L;;;;;N;;;;; +13163;EGYPTIAN HIEROGLYPH G031;Lo;0;L;;;;;N;;;;; +13164;EGYPTIAN HIEROGLYPH G032;Lo;0;L;;;;;N;;;;; +13165;EGYPTIAN HIEROGLYPH G033;Lo;0;L;;;;;N;;;;; +13166;EGYPTIAN HIEROGLYPH G034;Lo;0;L;;;;;N;;;;; +13167;EGYPTIAN HIEROGLYPH G035;Lo;0;L;;;;;N;;;;; +13168;EGYPTIAN HIEROGLYPH G036;Lo;0;L;;;;;N;;;;; +13169;EGYPTIAN HIEROGLYPH G036A;Lo;0;L;;;;;N;;;;; +1316A;EGYPTIAN HIEROGLYPH G037;Lo;0;L;;;;;N;;;;; +1316B;EGYPTIAN HIEROGLYPH G037A;Lo;0;L;;;;;N;;;;; +1316C;EGYPTIAN HIEROGLYPH G038;Lo;0;L;;;;;N;;;;; +1316D;EGYPTIAN HIEROGLYPH G039;Lo;0;L;;;;;N;;;;; +1316E;EGYPTIAN HIEROGLYPH G040;Lo;0;L;;;;;N;;;;; +1316F;EGYPTIAN HIEROGLYPH G041;Lo;0;L;;;;;N;;;;; +13170;EGYPTIAN HIEROGLYPH G042;Lo;0;L;;;;;N;;;;; +13171;EGYPTIAN HIEROGLYPH G043;Lo;0;L;;;;;N;;;;; +13172;EGYPTIAN HIEROGLYPH G043A;Lo;0;L;;;;;N;;;;; +13173;EGYPTIAN HIEROGLYPH G044;Lo;0;L;;;;;N;;;;; +13174;EGYPTIAN HIEROGLYPH G045;Lo;0;L;;;;;N;;;;; +13175;EGYPTIAN HIEROGLYPH G045A;Lo;0;L;;;;;N;;;;; +13176;EGYPTIAN HIEROGLYPH G046;Lo;0;L;;;;;N;;;;; +13177;EGYPTIAN HIEROGLYPH G047;Lo;0;L;;;;;N;;;;; +13178;EGYPTIAN HIEROGLYPH G048;Lo;0;L;;;;;N;;;;; +13179;EGYPTIAN HIEROGLYPH G049;Lo;0;L;;;;;N;;;;; +1317A;EGYPTIAN HIEROGLYPH G050;Lo;0;L;;;;;N;;;;; +1317B;EGYPTIAN HIEROGLYPH G051;Lo;0;L;;;;;N;;;;; +1317C;EGYPTIAN HIEROGLYPH G052;Lo;0;L;;;;;N;;;;; +1317D;EGYPTIAN HIEROGLYPH G053;Lo;0;L;;;;;N;;;;; +1317E;EGYPTIAN HIEROGLYPH G054;Lo;0;L;;;;;N;;;;; +1317F;EGYPTIAN HIEROGLYPH H001;Lo;0;L;;;;;N;;;;; +13180;EGYPTIAN HIEROGLYPH H002;Lo;0;L;;;;;N;;;;; +13181;EGYPTIAN HIEROGLYPH H003;Lo;0;L;;;;;N;;;;; +13182;EGYPTIAN HIEROGLYPH H004;Lo;0;L;;;;;N;;;;; +13183;EGYPTIAN HIEROGLYPH H005;Lo;0;L;;;;;N;;;;; +13184;EGYPTIAN HIEROGLYPH H006;Lo;0;L;;;;;N;;;;; +13185;EGYPTIAN HIEROGLYPH H006A;Lo;0;L;;;;;N;;;;; +13186;EGYPTIAN HIEROGLYPH H007;Lo;0;L;;;;;N;;;;; +13187;EGYPTIAN HIEROGLYPH H008;Lo;0;L;;;;;N;;;;; +13188;EGYPTIAN HIEROGLYPH I001;Lo;0;L;;;;;N;;;;; +13189;EGYPTIAN HIEROGLYPH I002;Lo;0;L;;;;;N;;;;; +1318A;EGYPTIAN HIEROGLYPH I003;Lo;0;L;;;;;N;;;;; +1318B;EGYPTIAN HIEROGLYPH I004;Lo;0;L;;;;;N;;;;; +1318C;EGYPTIAN HIEROGLYPH I005;Lo;0;L;;;;;N;;;;; +1318D;EGYPTIAN HIEROGLYPH I005A;Lo;0;L;;;;;N;;;;; +1318E;EGYPTIAN HIEROGLYPH I006;Lo;0;L;;;;;N;;;;; +1318F;EGYPTIAN HIEROGLYPH I007;Lo;0;L;;;;;N;;;;; +13190;EGYPTIAN HIEROGLYPH I008;Lo;0;L;;;;;N;;;;; +13191;EGYPTIAN HIEROGLYPH I009;Lo;0;L;;;;;N;;;;; +13192;EGYPTIAN HIEROGLYPH I009A;Lo;0;L;;;;;N;;;;; +13193;EGYPTIAN HIEROGLYPH I010;Lo;0;L;;;;;N;;;;; +13194;EGYPTIAN HIEROGLYPH I010A;Lo;0;L;;;;;N;;;;; +13195;EGYPTIAN HIEROGLYPH I011;Lo;0;L;;;;;N;;;;; +13196;EGYPTIAN HIEROGLYPH I011A;Lo;0;L;;;;;N;;;;; +13197;EGYPTIAN HIEROGLYPH I012;Lo;0;L;;;;;N;;;;; +13198;EGYPTIAN HIEROGLYPH I013;Lo;0;L;;;;;N;;;;; +13199;EGYPTIAN HIEROGLYPH I014;Lo;0;L;;;;;N;;;;; +1319A;EGYPTIAN HIEROGLYPH I015;Lo;0;L;;;;;N;;;;; +1319B;EGYPTIAN HIEROGLYPH K001;Lo;0;L;;;;;N;;;;; +1319C;EGYPTIAN HIEROGLYPH K002;Lo;0;L;;;;;N;;;;; +1319D;EGYPTIAN HIEROGLYPH K003;Lo;0;L;;;;;N;;;;; +1319E;EGYPTIAN HIEROGLYPH K004;Lo;0;L;;;;;N;;;;; +1319F;EGYPTIAN HIEROGLYPH K005;Lo;0;L;;;;;N;;;;; +131A0;EGYPTIAN HIEROGLYPH K006;Lo;0;L;;;;;N;;;;; +131A1;EGYPTIAN HIEROGLYPH K007;Lo;0;L;;;;;N;;;;; +131A2;EGYPTIAN HIEROGLYPH K008;Lo;0;L;;;;;N;;;;; +131A3;EGYPTIAN HIEROGLYPH L001;Lo;0;L;;;;;N;;;;; +131A4;EGYPTIAN HIEROGLYPH L002;Lo;0;L;;;;;N;;;;; +131A5;EGYPTIAN HIEROGLYPH L002A;Lo;0;L;;;;;N;;;;; +131A6;EGYPTIAN HIEROGLYPH L003;Lo;0;L;;;;;N;;;;; +131A7;EGYPTIAN HIEROGLYPH L004;Lo;0;L;;;;;N;;;;; +131A8;EGYPTIAN HIEROGLYPH L005;Lo;0;L;;;;;N;;;;; +131A9;EGYPTIAN HIEROGLYPH L006;Lo;0;L;;;;;N;;;;; +131AA;EGYPTIAN HIEROGLYPH L006A;Lo;0;L;;;;;N;;;;; +131AB;EGYPTIAN HIEROGLYPH L007;Lo;0;L;;;;;N;;;;; +131AC;EGYPTIAN HIEROGLYPH L008;Lo;0;L;;;;;N;;;;; +131AD;EGYPTIAN HIEROGLYPH M001;Lo;0;L;;;;;N;;;;; +131AE;EGYPTIAN HIEROGLYPH M001A;Lo;0;L;;;;;N;;;;; +131AF;EGYPTIAN HIEROGLYPH M001B;Lo;0;L;;;;;N;;;;; +131B0;EGYPTIAN HIEROGLYPH M002;Lo;0;L;;;;;N;;;;; +131B1;EGYPTIAN HIEROGLYPH M003;Lo;0;L;;;;;N;;;;; +131B2;EGYPTIAN HIEROGLYPH M003A;Lo;0;L;;;;;N;;;;; +131B3;EGYPTIAN HIEROGLYPH M004;Lo;0;L;;;;;N;;;;; +131B4;EGYPTIAN HIEROGLYPH M005;Lo;0;L;;;;;N;;;;; +131B5;EGYPTIAN HIEROGLYPH M006;Lo;0;L;;;;;N;;;;; +131B6;EGYPTIAN HIEROGLYPH M007;Lo;0;L;;;;;N;;;;; +131B7;EGYPTIAN HIEROGLYPH M008;Lo;0;L;;;;;N;;;;; +131B8;EGYPTIAN HIEROGLYPH M009;Lo;0;L;;;;;N;;;;; +131B9;EGYPTIAN HIEROGLYPH M010;Lo;0;L;;;;;N;;;;; +131BA;EGYPTIAN HIEROGLYPH M010A;Lo;0;L;;;;;N;;;;; +131BB;EGYPTIAN HIEROGLYPH M011;Lo;0;L;;;;;N;;;;; +131BC;EGYPTIAN HIEROGLYPH M012;Lo;0;L;;;;;N;;;;; +131BD;EGYPTIAN HIEROGLYPH M012A;Lo;0;L;;;;;N;;;;; +131BE;EGYPTIAN HIEROGLYPH M012B;Lo;0;L;;;;;N;;;;; +131BF;EGYPTIAN HIEROGLYPH M012C;Lo;0;L;;;;;N;;;;; +131C0;EGYPTIAN HIEROGLYPH M012D;Lo;0;L;;;;;N;;;;; +131C1;EGYPTIAN HIEROGLYPH M012E;Lo;0;L;;;;;N;;;;; +131C2;EGYPTIAN HIEROGLYPH M012F;Lo;0;L;;;;;N;;;;; +131C3;EGYPTIAN HIEROGLYPH M012G;Lo;0;L;;;;;N;;;;; +131C4;EGYPTIAN HIEROGLYPH M012H;Lo;0;L;;;;;N;;;;; +131C5;EGYPTIAN HIEROGLYPH M013;Lo;0;L;;;;;N;;;;; +131C6;EGYPTIAN HIEROGLYPH M014;Lo;0;L;;;;;N;;;;; +131C7;EGYPTIAN HIEROGLYPH M015;Lo;0;L;;;;;N;;;;; +131C8;EGYPTIAN HIEROGLYPH M015A;Lo;0;L;;;;;N;;;;; +131C9;EGYPTIAN HIEROGLYPH M016;Lo;0;L;;;;;N;;;;; +131CA;EGYPTIAN HIEROGLYPH M016A;Lo;0;L;;;;;N;;;;; +131CB;EGYPTIAN HIEROGLYPH M017;Lo;0;L;;;;;N;;;;; +131CC;EGYPTIAN HIEROGLYPH M017A;Lo;0;L;;;;;N;;;;; +131CD;EGYPTIAN HIEROGLYPH M018;Lo;0;L;;;;;N;;;;; +131CE;EGYPTIAN HIEROGLYPH M019;Lo;0;L;;;;;N;;;;; +131CF;EGYPTIAN HIEROGLYPH M020;Lo;0;L;;;;;N;;;;; +131D0;EGYPTIAN HIEROGLYPH M021;Lo;0;L;;;;;N;;;;; +131D1;EGYPTIAN HIEROGLYPH M022;Lo;0;L;;;;;N;;;;; +131D2;EGYPTIAN HIEROGLYPH M022A;Lo;0;L;;;;;N;;;;; +131D3;EGYPTIAN HIEROGLYPH M023;Lo;0;L;;;;;N;;;;; +131D4;EGYPTIAN HIEROGLYPH M024;Lo;0;L;;;;;N;;;;; +131D5;EGYPTIAN HIEROGLYPH M024A;Lo;0;L;;;;;N;;;;; +131D6;EGYPTIAN HIEROGLYPH M025;Lo;0;L;;;;;N;;;;; +131D7;EGYPTIAN HIEROGLYPH M026;Lo;0;L;;;;;N;;;;; +131D8;EGYPTIAN HIEROGLYPH M027;Lo;0;L;;;;;N;;;;; +131D9;EGYPTIAN HIEROGLYPH M028;Lo;0;L;;;;;N;;;;; +131DA;EGYPTIAN HIEROGLYPH M028A;Lo;0;L;;;;;N;;;;; +131DB;EGYPTIAN HIEROGLYPH M029;Lo;0;L;;;;;N;;;;; +131DC;EGYPTIAN HIEROGLYPH M030;Lo;0;L;;;;;N;;;;; +131DD;EGYPTIAN HIEROGLYPH M031;Lo;0;L;;;;;N;;;;; +131DE;EGYPTIAN HIEROGLYPH M031A;Lo;0;L;;;;;N;;;;; +131DF;EGYPTIAN HIEROGLYPH M032;Lo;0;L;;;;;N;;;;; +131E0;EGYPTIAN HIEROGLYPH M033;Lo;0;L;;;;;N;;;;; +131E1;EGYPTIAN HIEROGLYPH M033A;Lo;0;L;;;;;N;;;;; +131E2;EGYPTIAN HIEROGLYPH M033B;Lo;0;L;;;;;N;;;;; +131E3;EGYPTIAN HIEROGLYPH M034;Lo;0;L;;;;;N;;;;; +131E4;EGYPTIAN HIEROGLYPH M035;Lo;0;L;;;;;N;;;;; +131E5;EGYPTIAN HIEROGLYPH M036;Lo;0;L;;;;;N;;;;; +131E6;EGYPTIAN HIEROGLYPH M037;Lo;0;L;;;;;N;;;;; +131E7;EGYPTIAN HIEROGLYPH M038;Lo;0;L;;;;;N;;;;; +131E8;EGYPTIAN HIEROGLYPH M039;Lo;0;L;;;;;N;;;;; +131E9;EGYPTIAN HIEROGLYPH M040;Lo;0;L;;;;;N;;;;; +131EA;EGYPTIAN HIEROGLYPH M040A;Lo;0;L;;;;;N;;;;; +131EB;EGYPTIAN HIEROGLYPH M041;Lo;0;L;;;;;N;;;;; +131EC;EGYPTIAN HIEROGLYPH M042;Lo;0;L;;;;;N;;;;; +131ED;EGYPTIAN HIEROGLYPH M043;Lo;0;L;;;;;N;;;;; +131EE;EGYPTIAN HIEROGLYPH M044;Lo;0;L;;;;;N;;;;; +131EF;EGYPTIAN HIEROGLYPH N001;Lo;0;L;;;;;N;;;;; +131F0;EGYPTIAN HIEROGLYPH N002;Lo;0;L;;;;;N;;;;; +131F1;EGYPTIAN HIEROGLYPH N003;Lo;0;L;;;;;N;;;;; +131F2;EGYPTIAN HIEROGLYPH N004;Lo;0;L;;;;;N;;;;; +131F3;EGYPTIAN HIEROGLYPH N005;Lo;0;L;;;;;N;;;;; +131F4;EGYPTIAN HIEROGLYPH N006;Lo;0;L;;;;;N;;;;; +131F5;EGYPTIAN HIEROGLYPH N007;Lo;0;L;;;;;N;;;;; +131F6;EGYPTIAN HIEROGLYPH N008;Lo;0;L;;;;;N;;;;; +131F7;EGYPTIAN HIEROGLYPH N009;Lo;0;L;;;;;N;;;;; +131F8;EGYPTIAN HIEROGLYPH N010;Lo;0;L;;;;;N;;;;; +131F9;EGYPTIAN HIEROGLYPH N011;Lo;0;L;;;;;N;;;;; +131FA;EGYPTIAN HIEROGLYPH N012;Lo;0;L;;;;;N;;;;; +131FB;EGYPTIAN HIEROGLYPH N013;Lo;0;L;;;;;N;;;;; +131FC;EGYPTIAN HIEROGLYPH N014;Lo;0;L;;;;;N;;;;; +131FD;EGYPTIAN HIEROGLYPH N015;Lo;0;L;;;;;N;;;;; +131FE;EGYPTIAN HIEROGLYPH N016;Lo;0;L;;;;;N;;;;; +131FF;EGYPTIAN HIEROGLYPH N017;Lo;0;L;;;;;N;;;;; +13200;EGYPTIAN HIEROGLYPH N018;Lo;0;L;;;;;N;;;;; +13201;EGYPTIAN HIEROGLYPH N018A;Lo;0;L;;;;;N;;;;; +13202;EGYPTIAN HIEROGLYPH N018B;Lo;0;L;;;;;N;;;;; +13203;EGYPTIAN HIEROGLYPH N019;Lo;0;L;;;;;N;;;;; +13204;EGYPTIAN HIEROGLYPH N020;Lo;0;L;;;;;N;;;;; +13205;EGYPTIAN HIEROGLYPH N021;Lo;0;L;;;;;N;;;;; +13206;EGYPTIAN HIEROGLYPH N022;Lo;0;L;;;;;N;;;;; +13207;EGYPTIAN HIEROGLYPH N023;Lo;0;L;;;;;N;;;;; +13208;EGYPTIAN HIEROGLYPH N024;Lo;0;L;;;;;N;;;;; +13209;EGYPTIAN HIEROGLYPH N025;Lo;0;L;;;;;N;;;;; +1320A;EGYPTIAN HIEROGLYPH N025A;Lo;0;L;;;;;N;;;;; +1320B;EGYPTIAN HIEROGLYPH N026;Lo;0;L;;;;;N;;;;; +1320C;EGYPTIAN HIEROGLYPH N027;Lo;0;L;;;;;N;;;;; +1320D;EGYPTIAN HIEROGLYPH N028;Lo;0;L;;;;;N;;;;; +1320E;EGYPTIAN HIEROGLYPH N029;Lo;0;L;;;;;N;;;;; +1320F;EGYPTIAN HIEROGLYPH N030;Lo;0;L;;;;;N;;;;; +13210;EGYPTIAN HIEROGLYPH N031;Lo;0;L;;;;;N;;;;; +13211;EGYPTIAN HIEROGLYPH N032;Lo;0;L;;;;;N;;;;; +13212;EGYPTIAN HIEROGLYPH N033;Lo;0;L;;;;;N;;;;; +13213;EGYPTIAN HIEROGLYPH N033A;Lo;0;L;;;;;N;;;;; +13214;EGYPTIAN HIEROGLYPH N034;Lo;0;L;;;;;N;;;;; +13215;EGYPTIAN HIEROGLYPH N034A;Lo;0;L;;;;;N;;;;; +13216;EGYPTIAN HIEROGLYPH N035;Lo;0;L;;;;;N;;;;; +13217;EGYPTIAN HIEROGLYPH N035A;Lo;0;L;;;;;N;;;;; +13218;EGYPTIAN HIEROGLYPH N036;Lo;0;L;;;;;N;;;;; +13219;EGYPTIAN HIEROGLYPH N037;Lo;0;L;;;;;N;;;;; +1321A;EGYPTIAN HIEROGLYPH N037A;Lo;0;L;;;;;N;;;;; +1321B;EGYPTIAN HIEROGLYPH N038;Lo;0;L;;;;;N;;;;; +1321C;EGYPTIAN HIEROGLYPH N039;Lo;0;L;;;;;N;;;;; +1321D;EGYPTIAN HIEROGLYPH N040;Lo;0;L;;;;;N;;;;; +1321E;EGYPTIAN HIEROGLYPH N041;Lo;0;L;;;;;N;;;;; +1321F;EGYPTIAN HIEROGLYPH N042;Lo;0;L;;;;;N;;;;; +13220;EGYPTIAN HIEROGLYPH NL001;Lo;0;L;;;;;N;;;;; +13221;EGYPTIAN HIEROGLYPH NL002;Lo;0;L;;;;;N;;;;; +13222;EGYPTIAN HIEROGLYPH NL003;Lo;0;L;;;;;N;;;;; +13223;EGYPTIAN HIEROGLYPH NL004;Lo;0;L;;;;;N;;;;; +13224;EGYPTIAN HIEROGLYPH NL005;Lo;0;L;;;;;N;;;;; +13225;EGYPTIAN HIEROGLYPH NL005A;Lo;0;L;;;;;N;;;;; +13226;EGYPTIAN HIEROGLYPH NL006;Lo;0;L;;;;;N;;;;; +13227;EGYPTIAN HIEROGLYPH NL007;Lo;0;L;;;;;N;;;;; +13228;EGYPTIAN HIEROGLYPH NL008;Lo;0;L;;;;;N;;;;; +13229;EGYPTIAN HIEROGLYPH NL009;Lo;0;L;;;;;N;;;;; +1322A;EGYPTIAN HIEROGLYPH NL010;Lo;0;L;;;;;N;;;;; +1322B;EGYPTIAN HIEROGLYPH NL011;Lo;0;L;;;;;N;;;;; +1322C;EGYPTIAN HIEROGLYPH NL012;Lo;0;L;;;;;N;;;;; +1322D;EGYPTIAN HIEROGLYPH NL013;Lo;0;L;;;;;N;;;;; +1322E;EGYPTIAN HIEROGLYPH NL014;Lo;0;L;;;;;N;;;;; +1322F;EGYPTIAN HIEROGLYPH NL015;Lo;0;L;;;;;N;;;;; +13230;EGYPTIAN HIEROGLYPH NL016;Lo;0;L;;;;;N;;;;; +13231;EGYPTIAN HIEROGLYPH NL017;Lo;0;L;;;;;N;;;;; +13232;EGYPTIAN HIEROGLYPH NL017A;Lo;0;L;;;;;N;;;;; +13233;EGYPTIAN HIEROGLYPH NL018;Lo;0;L;;;;;N;;;;; +13234;EGYPTIAN HIEROGLYPH NL019;Lo;0;L;;;;;N;;;;; +13235;EGYPTIAN HIEROGLYPH NL020;Lo;0;L;;;;;N;;;;; +13236;EGYPTIAN HIEROGLYPH NU001;Lo;0;L;;;;;N;;;;; +13237;EGYPTIAN HIEROGLYPH NU002;Lo;0;L;;;;;N;;;;; +13238;EGYPTIAN HIEROGLYPH NU003;Lo;0;L;;;;;N;;;;; +13239;EGYPTIAN HIEROGLYPH NU004;Lo;0;L;;;;;N;;;;; +1323A;EGYPTIAN HIEROGLYPH NU005;Lo;0;L;;;;;N;;;;; +1323B;EGYPTIAN HIEROGLYPH NU006;Lo;0;L;;;;;N;;;;; +1323C;EGYPTIAN HIEROGLYPH NU007;Lo;0;L;;;;;N;;;;; +1323D;EGYPTIAN HIEROGLYPH NU008;Lo;0;L;;;;;N;;;;; +1323E;EGYPTIAN HIEROGLYPH NU009;Lo;0;L;;;;;N;;;;; +1323F;EGYPTIAN HIEROGLYPH NU010;Lo;0;L;;;;;N;;;;; +13240;EGYPTIAN HIEROGLYPH NU010A;Lo;0;L;;;;;N;;;;; +13241;EGYPTIAN HIEROGLYPH NU011;Lo;0;L;;;;;N;;;;; +13242;EGYPTIAN HIEROGLYPH NU011A;Lo;0;L;;;;;N;;;;; +13243;EGYPTIAN HIEROGLYPH NU012;Lo;0;L;;;;;N;;;;; +13244;EGYPTIAN HIEROGLYPH NU013;Lo;0;L;;;;;N;;;;; +13245;EGYPTIAN HIEROGLYPH NU014;Lo;0;L;;;;;N;;;;; +13246;EGYPTIAN HIEROGLYPH NU015;Lo;0;L;;;;;N;;;;; +13247;EGYPTIAN HIEROGLYPH NU016;Lo;0;L;;;;;N;;;;; +13248;EGYPTIAN HIEROGLYPH NU017;Lo;0;L;;;;;N;;;;; +13249;EGYPTIAN HIEROGLYPH NU018;Lo;0;L;;;;;N;;;;; +1324A;EGYPTIAN HIEROGLYPH NU018A;Lo;0;L;;;;;N;;;;; +1324B;EGYPTIAN HIEROGLYPH NU019;Lo;0;L;;;;;N;;;;; +1324C;EGYPTIAN HIEROGLYPH NU020;Lo;0;L;;;;;N;;;;; +1324D;EGYPTIAN HIEROGLYPH NU021;Lo;0;L;;;;;N;;;;; +1324E;EGYPTIAN HIEROGLYPH NU022;Lo;0;L;;;;;N;;;;; +1324F;EGYPTIAN HIEROGLYPH NU022A;Lo;0;L;;;;;N;;;;; +13250;EGYPTIAN HIEROGLYPH O001;Lo;0;L;;;;;N;;;;; +13251;EGYPTIAN HIEROGLYPH O001A;Lo;0;L;;;;;N;;;;; +13252;EGYPTIAN HIEROGLYPH O002;Lo;0;L;;;;;N;;;;; +13253;EGYPTIAN HIEROGLYPH O003;Lo;0;L;;;;;N;;;;; +13254;EGYPTIAN HIEROGLYPH O004;Lo;0;L;;;;;N;;;;; +13255;EGYPTIAN HIEROGLYPH O005;Lo;0;L;;;;;N;;;;; +13256;EGYPTIAN HIEROGLYPH O005A;Lo;0;L;;;;;N;;;;; +13257;EGYPTIAN HIEROGLYPH O006;Lo;0;L;;;;;N;;;;; +13258;EGYPTIAN HIEROGLYPH O006A;Lo;0;L;;;;;N;;;;; +13259;EGYPTIAN HIEROGLYPH O006B;Lo;0;L;;;;;N;;;;; +1325A;EGYPTIAN HIEROGLYPH O006C;Lo;0;L;;;;;N;;;;; +1325B;EGYPTIAN HIEROGLYPH O006D;Lo;0;L;;;;;N;;;;; +1325C;EGYPTIAN HIEROGLYPH O006E;Lo;0;L;;;;;N;;;;; +1325D;EGYPTIAN HIEROGLYPH O006F;Lo;0;L;;;;;N;;;;; +1325E;EGYPTIAN HIEROGLYPH O007;Lo;0;L;;;;;N;;;;; +1325F;EGYPTIAN HIEROGLYPH O008;Lo;0;L;;;;;N;;;;; +13260;EGYPTIAN HIEROGLYPH O009;Lo;0;L;;;;;N;;;;; +13261;EGYPTIAN HIEROGLYPH O010;Lo;0;L;;;;;N;;;;; +13262;EGYPTIAN HIEROGLYPH O010A;Lo;0;L;;;;;N;;;;; +13263;EGYPTIAN HIEROGLYPH O010B;Lo;0;L;;;;;N;;;;; +13264;EGYPTIAN HIEROGLYPH O010C;Lo;0;L;;;;;N;;;;; +13265;EGYPTIAN HIEROGLYPH O011;Lo;0;L;;;;;N;;;;; +13266;EGYPTIAN HIEROGLYPH O012;Lo;0;L;;;;;N;;;;; +13267;EGYPTIAN HIEROGLYPH O013;Lo;0;L;;;;;N;;;;; +13268;EGYPTIAN HIEROGLYPH O014;Lo;0;L;;;;;N;;;;; +13269;EGYPTIAN HIEROGLYPH O015;Lo;0;L;;;;;N;;;;; +1326A;EGYPTIAN HIEROGLYPH O016;Lo;0;L;;;;;N;;;;; +1326B;EGYPTIAN HIEROGLYPH O017;Lo;0;L;;;;;N;;;;; +1326C;EGYPTIAN HIEROGLYPH O018;Lo;0;L;;;;;N;;;;; +1326D;EGYPTIAN HIEROGLYPH O019;Lo;0;L;;;;;N;;;;; +1326E;EGYPTIAN HIEROGLYPH O019A;Lo;0;L;;;;;N;;;;; +1326F;EGYPTIAN HIEROGLYPH O020;Lo;0;L;;;;;N;;;;; +13270;EGYPTIAN HIEROGLYPH O020A;Lo;0;L;;;;;N;;;;; +13271;EGYPTIAN HIEROGLYPH O021;Lo;0;L;;;;;N;;;;; +13272;EGYPTIAN HIEROGLYPH O022;Lo;0;L;;;;;N;;;;; +13273;EGYPTIAN HIEROGLYPH O023;Lo;0;L;;;;;N;;;;; +13274;EGYPTIAN HIEROGLYPH O024;Lo;0;L;;;;;N;;;;; +13275;EGYPTIAN HIEROGLYPH O024A;Lo;0;L;;;;;N;;;;; +13276;EGYPTIAN HIEROGLYPH O025;Lo;0;L;;;;;N;;;;; +13277;EGYPTIAN HIEROGLYPH O025A;Lo;0;L;;;;;N;;;;; +13278;EGYPTIAN HIEROGLYPH O026;Lo;0;L;;;;;N;;;;; +13279;EGYPTIAN HIEROGLYPH O027;Lo;0;L;;;;;N;;;;; +1327A;EGYPTIAN HIEROGLYPH O028;Lo;0;L;;;;;N;;;;; +1327B;EGYPTIAN HIEROGLYPH O029;Lo;0;L;;;;;N;;;;; +1327C;EGYPTIAN HIEROGLYPH O029A;Lo;0;L;;;;;N;;;;; +1327D;EGYPTIAN HIEROGLYPH O030;Lo;0;L;;;;;N;;;;; +1327E;EGYPTIAN HIEROGLYPH O030A;Lo;0;L;;;;;N;;;;; +1327F;EGYPTIAN HIEROGLYPH O031;Lo;0;L;;;;;N;;;;; +13280;EGYPTIAN HIEROGLYPH O032;Lo;0;L;;;;;N;;;;; +13281;EGYPTIAN HIEROGLYPH O033;Lo;0;L;;;;;N;;;;; +13282;EGYPTIAN HIEROGLYPH O033A;Lo;0;L;;;;;N;;;;; +13283;EGYPTIAN HIEROGLYPH O034;Lo;0;L;;;;;N;;;;; +13284;EGYPTIAN HIEROGLYPH O035;Lo;0;L;;;;;N;;;;; +13285;EGYPTIAN HIEROGLYPH O036;Lo;0;L;;;;;N;;;;; +13286;EGYPTIAN HIEROGLYPH O036A;Lo;0;L;;;;;N;;;;; +13287;EGYPTIAN HIEROGLYPH O036B;Lo;0;L;;;;;N;;;;; +13288;EGYPTIAN HIEROGLYPH O036C;Lo;0;L;;;;;N;;;;; +13289;EGYPTIAN HIEROGLYPH O036D;Lo;0;L;;;;;N;;;;; +1328A;EGYPTIAN HIEROGLYPH O037;Lo;0;L;;;;;N;;;;; +1328B;EGYPTIAN HIEROGLYPH O038;Lo;0;L;;;;;N;;;;; +1328C;EGYPTIAN HIEROGLYPH O039;Lo;0;L;;;;;N;;;;; +1328D;EGYPTIAN HIEROGLYPH O040;Lo;0;L;;;;;N;;;;; +1328E;EGYPTIAN HIEROGLYPH O041;Lo;0;L;;;;;N;;;;; +1328F;EGYPTIAN HIEROGLYPH O042;Lo;0;L;;;;;N;;;;; +13290;EGYPTIAN HIEROGLYPH O043;Lo;0;L;;;;;N;;;;; +13291;EGYPTIAN HIEROGLYPH O044;Lo;0;L;;;;;N;;;;; +13292;EGYPTIAN HIEROGLYPH O045;Lo;0;L;;;;;N;;;;; +13293;EGYPTIAN HIEROGLYPH O046;Lo;0;L;;;;;N;;;;; +13294;EGYPTIAN HIEROGLYPH O047;Lo;0;L;;;;;N;;;;; +13295;EGYPTIAN HIEROGLYPH O048;Lo;0;L;;;;;N;;;;; +13296;EGYPTIAN HIEROGLYPH O049;Lo;0;L;;;;;N;;;;; +13297;EGYPTIAN HIEROGLYPH O050;Lo;0;L;;;;;N;;;;; +13298;EGYPTIAN HIEROGLYPH O050A;Lo;0;L;;;;;N;;;;; +13299;EGYPTIAN HIEROGLYPH O050B;Lo;0;L;;;;;N;;;;; +1329A;EGYPTIAN HIEROGLYPH O051;Lo;0;L;;;;;N;;;;; +1329B;EGYPTIAN HIEROGLYPH P001;Lo;0;L;;;;;N;;;;; +1329C;EGYPTIAN HIEROGLYPH P001A;Lo;0;L;;;;;N;;;;; +1329D;EGYPTIAN HIEROGLYPH P002;Lo;0;L;;;;;N;;;;; +1329E;EGYPTIAN HIEROGLYPH P003;Lo;0;L;;;;;N;;;;; +1329F;EGYPTIAN HIEROGLYPH P003A;Lo;0;L;;;;;N;;;;; +132A0;EGYPTIAN HIEROGLYPH P004;Lo;0;L;;;;;N;;;;; +132A1;EGYPTIAN HIEROGLYPH P005;Lo;0;L;;;;;N;;;;; +132A2;EGYPTIAN HIEROGLYPH P006;Lo;0;L;;;;;N;;;;; +132A3;EGYPTIAN HIEROGLYPH P007;Lo;0;L;;;;;N;;;;; +132A4;EGYPTIAN HIEROGLYPH P008;Lo;0;L;;;;;N;;;;; +132A5;EGYPTIAN HIEROGLYPH P009;Lo;0;L;;;;;N;;;;; +132A6;EGYPTIAN HIEROGLYPH P010;Lo;0;L;;;;;N;;;;; +132A7;EGYPTIAN HIEROGLYPH P011;Lo;0;L;;;;;N;;;;; +132A8;EGYPTIAN HIEROGLYPH Q001;Lo;0;L;;;;;N;;;;; +132A9;EGYPTIAN HIEROGLYPH Q002;Lo;0;L;;;;;N;;;;; +132AA;EGYPTIAN HIEROGLYPH Q003;Lo;0;L;;;;;N;;;;; +132AB;EGYPTIAN HIEROGLYPH Q004;Lo;0;L;;;;;N;;;;; +132AC;EGYPTIAN HIEROGLYPH Q005;Lo;0;L;;;;;N;;;;; +132AD;EGYPTIAN HIEROGLYPH Q006;Lo;0;L;;;;;N;;;;; +132AE;EGYPTIAN HIEROGLYPH Q007;Lo;0;L;;;;;N;;;;; +132AF;EGYPTIAN HIEROGLYPH R001;Lo;0;L;;;;;N;;;;; +132B0;EGYPTIAN HIEROGLYPH R002;Lo;0;L;;;;;N;;;;; +132B1;EGYPTIAN HIEROGLYPH R002A;Lo;0;L;;;;;N;;;;; +132B2;EGYPTIAN HIEROGLYPH R003;Lo;0;L;;;;;N;;;;; +132B3;EGYPTIAN HIEROGLYPH R003A;Lo;0;L;;;;;N;;;;; +132B4;EGYPTIAN HIEROGLYPH R003B;Lo;0;L;;;;;N;;;;; +132B5;EGYPTIAN HIEROGLYPH R004;Lo;0;L;;;;;N;;;;; +132B6;EGYPTIAN HIEROGLYPH R005;Lo;0;L;;;;;N;;;;; +132B7;EGYPTIAN HIEROGLYPH R006;Lo;0;L;;;;;N;;;;; +132B8;EGYPTIAN HIEROGLYPH R007;Lo;0;L;;;;;N;;;;; +132B9;EGYPTIAN HIEROGLYPH R008;Lo;0;L;;;;;N;;;;; +132BA;EGYPTIAN HIEROGLYPH R009;Lo;0;L;;;;;N;;;;; +132BB;EGYPTIAN HIEROGLYPH R010;Lo;0;L;;;;;N;;;;; +132BC;EGYPTIAN HIEROGLYPH R010A;Lo;0;L;;;;;N;;;;; +132BD;EGYPTIAN HIEROGLYPH R011;Lo;0;L;;;;;N;;;;; +132BE;EGYPTIAN HIEROGLYPH R012;Lo;0;L;;;;;N;;;;; +132BF;EGYPTIAN HIEROGLYPH R013;Lo;0;L;;;;;N;;;;; +132C0;EGYPTIAN HIEROGLYPH R014;Lo;0;L;;;;;N;;;;; +132C1;EGYPTIAN HIEROGLYPH R015;Lo;0;L;;;;;N;;;;; +132C2;EGYPTIAN HIEROGLYPH R016;Lo;0;L;;;;;N;;;;; +132C3;EGYPTIAN HIEROGLYPH R016A;Lo;0;L;;;;;N;;;;; +132C4;EGYPTIAN HIEROGLYPH R017;Lo;0;L;;;;;N;;;;; +132C5;EGYPTIAN HIEROGLYPH R018;Lo;0;L;;;;;N;;;;; +132C6;EGYPTIAN HIEROGLYPH R019;Lo;0;L;;;;;N;;;;; +132C7;EGYPTIAN HIEROGLYPH R020;Lo;0;L;;;;;N;;;;; +132C8;EGYPTIAN HIEROGLYPH R021;Lo;0;L;;;;;N;;;;; +132C9;EGYPTIAN HIEROGLYPH R022;Lo;0;L;;;;;N;;;;; +132CA;EGYPTIAN HIEROGLYPH R023;Lo;0;L;;;;;N;;;;; +132CB;EGYPTIAN HIEROGLYPH R024;Lo;0;L;;;;;N;;;;; +132CC;EGYPTIAN HIEROGLYPH R025;Lo;0;L;;;;;N;;;;; +132CD;EGYPTIAN HIEROGLYPH R026;Lo;0;L;;;;;N;;;;; +132CE;EGYPTIAN HIEROGLYPH R027;Lo;0;L;;;;;N;;;;; +132CF;EGYPTIAN HIEROGLYPH R028;Lo;0;L;;;;;N;;;;; +132D0;EGYPTIAN HIEROGLYPH R029;Lo;0;L;;;;;N;;;;; +132D1;EGYPTIAN HIEROGLYPH S001;Lo;0;L;;;;;N;;;;; +132D2;EGYPTIAN HIEROGLYPH S002;Lo;0;L;;;;;N;;;;; +132D3;EGYPTIAN HIEROGLYPH S002A;Lo;0;L;;;;;N;;;;; +132D4;EGYPTIAN HIEROGLYPH S003;Lo;0;L;;;;;N;;;;; +132D5;EGYPTIAN HIEROGLYPH S004;Lo;0;L;;;;;N;;;;; +132D6;EGYPTIAN HIEROGLYPH S005;Lo;0;L;;;;;N;;;;; +132D7;EGYPTIAN HIEROGLYPH S006;Lo;0;L;;;;;N;;;;; +132D8;EGYPTIAN HIEROGLYPH S006A;Lo;0;L;;;;;N;;;;; +132D9;EGYPTIAN HIEROGLYPH S007;Lo;0;L;;;;;N;;;;; +132DA;EGYPTIAN HIEROGLYPH S008;Lo;0;L;;;;;N;;;;; +132DB;EGYPTIAN HIEROGLYPH S009;Lo;0;L;;;;;N;;;;; +132DC;EGYPTIAN HIEROGLYPH S010;Lo;0;L;;;;;N;;;;; +132DD;EGYPTIAN HIEROGLYPH S011;Lo;0;L;;;;;N;;;;; +132DE;EGYPTIAN HIEROGLYPH S012;Lo;0;L;;;;;N;;;;; +132DF;EGYPTIAN HIEROGLYPH S013;Lo;0;L;;;;;N;;;;; +132E0;EGYPTIAN HIEROGLYPH S014;Lo;0;L;;;;;N;;;;; +132E1;EGYPTIAN HIEROGLYPH S014A;Lo;0;L;;;;;N;;;;; +132E2;EGYPTIAN HIEROGLYPH S014B;Lo;0;L;;;;;N;;;;; +132E3;EGYPTIAN HIEROGLYPH S015;Lo;0;L;;;;;N;;;;; +132E4;EGYPTIAN HIEROGLYPH S016;Lo;0;L;;;;;N;;;;; +132E5;EGYPTIAN HIEROGLYPH S017;Lo;0;L;;;;;N;;;;; +132E6;EGYPTIAN HIEROGLYPH S017A;Lo;0;L;;;;;N;;;;; +132E7;EGYPTIAN HIEROGLYPH S018;Lo;0;L;;;;;N;;;;; +132E8;EGYPTIAN HIEROGLYPH S019;Lo;0;L;;;;;N;;;;; +132E9;EGYPTIAN HIEROGLYPH S020;Lo;0;L;;;;;N;;;;; +132EA;EGYPTIAN HIEROGLYPH S021;Lo;0;L;;;;;N;;;;; +132EB;EGYPTIAN HIEROGLYPH S022;Lo;0;L;;;;;N;;;;; +132EC;EGYPTIAN HIEROGLYPH S023;Lo;0;L;;;;;N;;;;; +132ED;EGYPTIAN HIEROGLYPH S024;Lo;0;L;;;;;N;;;;; +132EE;EGYPTIAN HIEROGLYPH S025;Lo;0;L;;;;;N;;;;; +132EF;EGYPTIAN HIEROGLYPH S026;Lo;0;L;;;;;N;;;;; +132F0;EGYPTIAN HIEROGLYPH S026A;Lo;0;L;;;;;N;;;;; +132F1;EGYPTIAN HIEROGLYPH S026B;Lo;0;L;;;;;N;;;;; +132F2;EGYPTIAN HIEROGLYPH S027;Lo;0;L;;;;;N;;;;; +132F3;EGYPTIAN HIEROGLYPH S028;Lo;0;L;;;;;N;;;;; +132F4;EGYPTIAN HIEROGLYPH S029;Lo;0;L;;;;;N;;;;; +132F5;EGYPTIAN HIEROGLYPH S030;Lo;0;L;;;;;N;;;;; +132F6;EGYPTIAN HIEROGLYPH S031;Lo;0;L;;;;;N;;;;; +132F7;EGYPTIAN HIEROGLYPH S032;Lo;0;L;;;;;N;;;;; +132F8;EGYPTIAN HIEROGLYPH S033;Lo;0;L;;;;;N;;;;; +132F9;EGYPTIAN HIEROGLYPH S034;Lo;0;L;;;;;N;;;;; +132FA;EGYPTIAN HIEROGLYPH S035;Lo;0;L;;;;;N;;;;; +132FB;EGYPTIAN HIEROGLYPH S035A;Lo;0;L;;;;;N;;;;; +132FC;EGYPTIAN HIEROGLYPH S036;Lo;0;L;;;;;N;;;;; +132FD;EGYPTIAN HIEROGLYPH S037;Lo;0;L;;;;;N;;;;; +132FE;EGYPTIAN HIEROGLYPH S038;Lo;0;L;;;;;N;;;;; +132FF;EGYPTIAN HIEROGLYPH S039;Lo;0;L;;;;;N;;;;; +13300;EGYPTIAN HIEROGLYPH S040;Lo;0;L;;;;;N;;;;; +13301;EGYPTIAN HIEROGLYPH S041;Lo;0;L;;;;;N;;;;; +13302;EGYPTIAN HIEROGLYPH S042;Lo;0;L;;;;;N;;;;; +13303;EGYPTIAN HIEROGLYPH S043;Lo;0;L;;;;;N;;;;; +13304;EGYPTIAN HIEROGLYPH S044;Lo;0;L;;;;;N;;;;; +13305;EGYPTIAN HIEROGLYPH S045;Lo;0;L;;;;;N;;;;; +13306;EGYPTIAN HIEROGLYPH S046;Lo;0;L;;;;;N;;;;; +13307;EGYPTIAN HIEROGLYPH T001;Lo;0;L;;;;;N;;;;; +13308;EGYPTIAN HIEROGLYPH T002;Lo;0;L;;;;;N;;;;; +13309;EGYPTIAN HIEROGLYPH T003;Lo;0;L;;;;;N;;;;; +1330A;EGYPTIAN HIEROGLYPH T003A;Lo;0;L;;;;;N;;;;; +1330B;EGYPTIAN HIEROGLYPH T004;Lo;0;L;;;;;N;;;;; +1330C;EGYPTIAN HIEROGLYPH T005;Lo;0;L;;;;;N;;;;; +1330D;EGYPTIAN HIEROGLYPH T006;Lo;0;L;;;;;N;;;;; +1330E;EGYPTIAN HIEROGLYPH T007;Lo;0;L;;;;;N;;;;; +1330F;EGYPTIAN HIEROGLYPH T007A;Lo;0;L;;;;;N;;;;; +13310;EGYPTIAN HIEROGLYPH T008;Lo;0;L;;;;;N;;;;; +13311;EGYPTIAN HIEROGLYPH T008A;Lo;0;L;;;;;N;;;;; +13312;EGYPTIAN HIEROGLYPH T009;Lo;0;L;;;;;N;;;;; +13313;EGYPTIAN HIEROGLYPH T009A;Lo;0;L;;;;;N;;;;; +13314;EGYPTIAN HIEROGLYPH T010;Lo;0;L;;;;;N;;;;; +13315;EGYPTIAN HIEROGLYPH T011;Lo;0;L;;;;;N;;;;; +13316;EGYPTIAN HIEROGLYPH T011A;Lo;0;L;;;;;N;;;;; +13317;EGYPTIAN HIEROGLYPH T012;Lo;0;L;;;;;N;;;;; +13318;EGYPTIAN HIEROGLYPH T013;Lo;0;L;;;;;N;;;;; +13319;EGYPTIAN HIEROGLYPH T014;Lo;0;L;;;;;N;;;;; +1331A;EGYPTIAN HIEROGLYPH T015;Lo;0;L;;;;;N;;;;; +1331B;EGYPTIAN HIEROGLYPH T016;Lo;0;L;;;;;N;;;;; +1331C;EGYPTIAN HIEROGLYPH T016A;Lo;0;L;;;;;N;;;;; +1331D;EGYPTIAN HIEROGLYPH T017;Lo;0;L;;;;;N;;;;; +1331E;EGYPTIAN HIEROGLYPH T018;Lo;0;L;;;;;N;;;;; +1331F;EGYPTIAN HIEROGLYPH T019;Lo;0;L;;;;;N;;;;; +13320;EGYPTIAN HIEROGLYPH T020;Lo;0;L;;;;;N;;;;; +13321;EGYPTIAN HIEROGLYPH T021;Lo;0;L;;;;;N;;;;; +13322;EGYPTIAN HIEROGLYPH T022;Lo;0;L;;;;;N;;;;; +13323;EGYPTIAN HIEROGLYPH T023;Lo;0;L;;;;;N;;;;; +13324;EGYPTIAN HIEROGLYPH T024;Lo;0;L;;;;;N;;;;; +13325;EGYPTIAN HIEROGLYPH T025;Lo;0;L;;;;;N;;;;; +13326;EGYPTIAN HIEROGLYPH T026;Lo;0;L;;;;;N;;;;; +13327;EGYPTIAN HIEROGLYPH T027;Lo;0;L;;;;;N;;;;; +13328;EGYPTIAN HIEROGLYPH T028;Lo;0;L;;;;;N;;;;; +13329;EGYPTIAN HIEROGLYPH T029;Lo;0;L;;;;;N;;;;; +1332A;EGYPTIAN HIEROGLYPH T030;Lo;0;L;;;;;N;;;;; +1332B;EGYPTIAN HIEROGLYPH T031;Lo;0;L;;;;;N;;;;; +1332C;EGYPTIAN HIEROGLYPH T032;Lo;0;L;;;;;N;;;;; +1332D;EGYPTIAN HIEROGLYPH T032A;Lo;0;L;;;;;N;;;;; +1332E;EGYPTIAN HIEROGLYPH T033;Lo;0;L;;;;;N;;;;; +1332F;EGYPTIAN HIEROGLYPH T033A;Lo;0;L;;;;;N;;;;; +13330;EGYPTIAN HIEROGLYPH T034;Lo;0;L;;;;;N;;;;; +13331;EGYPTIAN HIEROGLYPH T035;Lo;0;L;;;;;N;;;;; +13332;EGYPTIAN HIEROGLYPH T036;Lo;0;L;;;;;N;;;;; +13333;EGYPTIAN HIEROGLYPH U001;Lo;0;L;;;;;N;;;;; +13334;EGYPTIAN HIEROGLYPH U002;Lo;0;L;;;;;N;;;;; +13335;EGYPTIAN HIEROGLYPH U003;Lo;0;L;;;;;N;;;;; +13336;EGYPTIAN HIEROGLYPH U004;Lo;0;L;;;;;N;;;;; +13337;EGYPTIAN HIEROGLYPH U005;Lo;0;L;;;;;N;;;;; +13338;EGYPTIAN HIEROGLYPH U006;Lo;0;L;;;;;N;;;;; +13339;EGYPTIAN HIEROGLYPH U006A;Lo;0;L;;;;;N;;;;; +1333A;EGYPTIAN HIEROGLYPH U006B;Lo;0;L;;;;;N;;;;; +1333B;EGYPTIAN HIEROGLYPH U007;Lo;0;L;;;;;N;;;;; +1333C;EGYPTIAN HIEROGLYPH U008;Lo;0;L;;;;;N;;;;; +1333D;EGYPTIAN HIEROGLYPH U009;Lo;0;L;;;;;N;;;;; +1333E;EGYPTIAN HIEROGLYPH U010;Lo;0;L;;;;;N;;;;; +1333F;EGYPTIAN HIEROGLYPH U011;Lo;0;L;;;;;N;;;;; +13340;EGYPTIAN HIEROGLYPH U012;Lo;0;L;;;;;N;;;;; +13341;EGYPTIAN HIEROGLYPH U013;Lo;0;L;;;;;N;;;;; +13342;EGYPTIAN HIEROGLYPH U014;Lo;0;L;;;;;N;;;;; +13343;EGYPTIAN HIEROGLYPH U015;Lo;0;L;;;;;N;;;;; +13344;EGYPTIAN HIEROGLYPH U016;Lo;0;L;;;;;N;;;;; +13345;EGYPTIAN HIEROGLYPH U017;Lo;0;L;;;;;N;;;;; +13346;EGYPTIAN HIEROGLYPH U018;Lo;0;L;;;;;N;;;;; +13347;EGYPTIAN HIEROGLYPH U019;Lo;0;L;;;;;N;;;;; +13348;EGYPTIAN HIEROGLYPH U020;Lo;0;L;;;;;N;;;;; +13349;EGYPTIAN HIEROGLYPH U021;Lo;0;L;;;;;N;;;;; +1334A;EGYPTIAN HIEROGLYPH U022;Lo;0;L;;;;;N;;;;; +1334B;EGYPTIAN HIEROGLYPH U023;Lo;0;L;;;;;N;;;;; +1334C;EGYPTIAN HIEROGLYPH U023A;Lo;0;L;;;;;N;;;;; +1334D;EGYPTIAN HIEROGLYPH U024;Lo;0;L;;;;;N;;;;; +1334E;EGYPTIAN HIEROGLYPH U025;Lo;0;L;;;;;N;;;;; +1334F;EGYPTIAN HIEROGLYPH U026;Lo;0;L;;;;;N;;;;; +13350;EGYPTIAN HIEROGLYPH U027;Lo;0;L;;;;;N;;;;; +13351;EGYPTIAN HIEROGLYPH U028;Lo;0;L;;;;;N;;;;; +13352;EGYPTIAN HIEROGLYPH U029;Lo;0;L;;;;;N;;;;; +13353;EGYPTIAN HIEROGLYPH U029A;Lo;0;L;;;;;N;;;;; +13354;EGYPTIAN HIEROGLYPH U030;Lo;0;L;;;;;N;;;;; +13355;EGYPTIAN HIEROGLYPH U031;Lo;0;L;;;;;N;;;;; +13356;EGYPTIAN HIEROGLYPH U032;Lo;0;L;;;;;N;;;;; +13357;EGYPTIAN HIEROGLYPH U032A;Lo;0;L;;;;;N;;;;; +13358;EGYPTIAN HIEROGLYPH U033;Lo;0;L;;;;;N;;;;; +13359;EGYPTIAN HIEROGLYPH U034;Lo;0;L;;;;;N;;;;; +1335A;EGYPTIAN HIEROGLYPH U035;Lo;0;L;;;;;N;;;;; +1335B;EGYPTIAN HIEROGLYPH U036;Lo;0;L;;;;;N;;;;; +1335C;EGYPTIAN HIEROGLYPH U037;Lo;0;L;;;;;N;;;;; +1335D;EGYPTIAN HIEROGLYPH U038;Lo;0;L;;;;;N;;;;; +1335E;EGYPTIAN HIEROGLYPH U039;Lo;0;L;;;;;N;;;;; +1335F;EGYPTIAN HIEROGLYPH U040;Lo;0;L;;;;;N;;;;; +13360;EGYPTIAN HIEROGLYPH U041;Lo;0;L;;;;;N;;;;; +13361;EGYPTIAN HIEROGLYPH U042;Lo;0;L;;;;;N;;;;; +13362;EGYPTIAN HIEROGLYPH V001;Lo;0;L;;;;;N;;;;; +13363;EGYPTIAN HIEROGLYPH V001A;Lo;0;L;;;;;N;;;;; +13364;EGYPTIAN HIEROGLYPH V001B;Lo;0;L;;;;;N;;;;; +13365;EGYPTIAN HIEROGLYPH V001C;Lo;0;L;;;;;N;;;;; +13366;EGYPTIAN HIEROGLYPH V001D;Lo;0;L;;;;;N;;;;; +13367;EGYPTIAN HIEROGLYPH V001E;Lo;0;L;;;;;N;;;;; +13368;EGYPTIAN HIEROGLYPH V001F;Lo;0;L;;;;;N;;;;; +13369;EGYPTIAN HIEROGLYPH V001G;Lo;0;L;;;;;N;;;;; +1336A;EGYPTIAN HIEROGLYPH V001H;Lo;0;L;;;;;N;;;;; +1336B;EGYPTIAN HIEROGLYPH V001I;Lo;0;L;;;;;N;;;;; +1336C;EGYPTIAN HIEROGLYPH V002;Lo;0;L;;;;;N;;;;; +1336D;EGYPTIAN HIEROGLYPH V002A;Lo;0;L;;;;;N;;;;; +1336E;EGYPTIAN HIEROGLYPH V003;Lo;0;L;;;;;N;;;;; +1336F;EGYPTIAN HIEROGLYPH V004;Lo;0;L;;;;;N;;;;; +13370;EGYPTIAN HIEROGLYPH V005;Lo;0;L;;;;;N;;;;; +13371;EGYPTIAN HIEROGLYPH V006;Lo;0;L;;;;;N;;;;; +13372;EGYPTIAN HIEROGLYPH V007;Lo;0;L;;;;;N;;;;; +13373;EGYPTIAN HIEROGLYPH V007A;Lo;0;L;;;;;N;;;;; +13374;EGYPTIAN HIEROGLYPH V007B;Lo;0;L;;;;;N;;;;; +13375;EGYPTIAN HIEROGLYPH V008;Lo;0;L;;;;;N;;;;; +13376;EGYPTIAN HIEROGLYPH V009;Lo;0;L;;;;;N;;;;; +13377;EGYPTIAN HIEROGLYPH V010;Lo;0;L;;;;;N;;;;; +13378;EGYPTIAN HIEROGLYPH V011;Lo;0;L;;;;;N;;;;; +13379;EGYPTIAN HIEROGLYPH V011A;Lo;0;L;;;;;N;;;;; +1337A;EGYPTIAN HIEROGLYPH V011B;Lo;0;L;;;;;N;;;;; +1337B;EGYPTIAN HIEROGLYPH V011C;Lo;0;L;;;;;N;;;;; +1337C;EGYPTIAN HIEROGLYPH V012;Lo;0;L;;;;;N;;;;; +1337D;EGYPTIAN HIEROGLYPH V012A;Lo;0;L;;;;;N;;;;; +1337E;EGYPTIAN HIEROGLYPH V012B;Lo;0;L;;;;;N;;;;; +1337F;EGYPTIAN HIEROGLYPH V013;Lo;0;L;;;;;N;;;;; +13380;EGYPTIAN HIEROGLYPH V014;Lo;0;L;;;;;N;;;;; +13381;EGYPTIAN HIEROGLYPH V015;Lo;0;L;;;;;N;;;;; +13382;EGYPTIAN HIEROGLYPH V016;Lo;0;L;;;;;N;;;;; +13383;EGYPTIAN HIEROGLYPH V017;Lo;0;L;;;;;N;;;;; +13384;EGYPTIAN HIEROGLYPH V018;Lo;0;L;;;;;N;;;;; +13385;EGYPTIAN HIEROGLYPH V019;Lo;0;L;;;;;N;;;;; +13386;EGYPTIAN HIEROGLYPH V020;Lo;0;L;;;;;N;;;;; +13387;EGYPTIAN HIEROGLYPH V020A;Lo;0;L;;;;;N;;;;; +13388;EGYPTIAN HIEROGLYPH V020B;Lo;0;L;;;;;N;;;;; +13389;EGYPTIAN HIEROGLYPH V020C;Lo;0;L;;;;;N;;;;; +1338A;EGYPTIAN HIEROGLYPH V020D;Lo;0;L;;;;;N;;;;; +1338B;EGYPTIAN HIEROGLYPH V020E;Lo;0;L;;;;;N;;;;; +1338C;EGYPTIAN HIEROGLYPH V020F;Lo;0;L;;;;;N;;;;; +1338D;EGYPTIAN HIEROGLYPH V020G;Lo;0;L;;;;;N;;;;; +1338E;EGYPTIAN HIEROGLYPH V020H;Lo;0;L;;;;;N;;;;; +1338F;EGYPTIAN HIEROGLYPH V020I;Lo;0;L;;;;;N;;;;; +13390;EGYPTIAN HIEROGLYPH V020J;Lo;0;L;;;;;N;;;;; +13391;EGYPTIAN HIEROGLYPH V020K;Lo;0;L;;;;;N;;;;; +13392;EGYPTIAN HIEROGLYPH V020L;Lo;0;L;;;;;N;;;;; +13393;EGYPTIAN HIEROGLYPH V021;Lo;0;L;;;;;N;;;;; +13394;EGYPTIAN HIEROGLYPH V022;Lo;0;L;;;;;N;;;;; +13395;EGYPTIAN HIEROGLYPH V023;Lo;0;L;;;;;N;;;;; +13396;EGYPTIAN HIEROGLYPH V023A;Lo;0;L;;;;;N;;;;; +13397;EGYPTIAN HIEROGLYPH V024;Lo;0;L;;;;;N;;;;; +13398;EGYPTIAN HIEROGLYPH V025;Lo;0;L;;;;;N;;;;; +13399;EGYPTIAN HIEROGLYPH V026;Lo;0;L;;;;;N;;;;; +1339A;EGYPTIAN HIEROGLYPH V027;Lo;0;L;;;;;N;;;;; +1339B;EGYPTIAN HIEROGLYPH V028;Lo;0;L;;;;;N;;;;; +1339C;EGYPTIAN HIEROGLYPH V028A;Lo;0;L;;;;;N;;;;; +1339D;EGYPTIAN HIEROGLYPH V029;Lo;0;L;;;;;N;;;;; +1339E;EGYPTIAN HIEROGLYPH V029A;Lo;0;L;;;;;N;;;;; +1339F;EGYPTIAN HIEROGLYPH V030;Lo;0;L;;;;;N;;;;; +133A0;EGYPTIAN HIEROGLYPH V030A;Lo;0;L;;;;;N;;;;; +133A1;EGYPTIAN HIEROGLYPH V031;Lo;0;L;;;;;N;;;;; +133A2;EGYPTIAN HIEROGLYPH V031A;Lo;0;L;;;;;N;;;;; +133A3;EGYPTIAN HIEROGLYPH V032;Lo;0;L;;;;;N;;;;; +133A4;EGYPTIAN HIEROGLYPH V033;Lo;0;L;;;;;N;;;;; +133A5;EGYPTIAN HIEROGLYPH V033A;Lo;0;L;;;;;N;;;;; +133A6;EGYPTIAN HIEROGLYPH V034;Lo;0;L;;;;;N;;;;; +133A7;EGYPTIAN HIEROGLYPH V035;Lo;0;L;;;;;N;;;;; +133A8;EGYPTIAN HIEROGLYPH V036;Lo;0;L;;;;;N;;;;; +133A9;EGYPTIAN HIEROGLYPH V037;Lo;0;L;;;;;N;;;;; +133AA;EGYPTIAN HIEROGLYPH V037A;Lo;0;L;;;;;N;;;;; +133AB;EGYPTIAN HIEROGLYPH V038;Lo;0;L;;;;;N;;;;; +133AC;EGYPTIAN HIEROGLYPH V039;Lo;0;L;;;;;N;;;;; +133AD;EGYPTIAN HIEROGLYPH V040;Lo;0;L;;;;;N;;;;; +133AE;EGYPTIAN HIEROGLYPH V040A;Lo;0;L;;;;;N;;;;; +133AF;EGYPTIAN HIEROGLYPH W001;Lo;0;L;;;;;N;;;;; +133B0;EGYPTIAN HIEROGLYPH W002;Lo;0;L;;;;;N;;;;; +133B1;EGYPTIAN HIEROGLYPH W003;Lo;0;L;;;;;N;;;;; +133B2;EGYPTIAN HIEROGLYPH W003A;Lo;0;L;;;;;N;;;;; +133B3;EGYPTIAN HIEROGLYPH W004;Lo;0;L;;;;;N;;;;; +133B4;EGYPTIAN HIEROGLYPH W005;Lo;0;L;;;;;N;;;;; +133B5;EGYPTIAN HIEROGLYPH W006;Lo;0;L;;;;;N;;;;; +133B6;EGYPTIAN HIEROGLYPH W007;Lo;0;L;;;;;N;;;;; +133B7;EGYPTIAN HIEROGLYPH W008;Lo;0;L;;;;;N;;;;; +133B8;EGYPTIAN HIEROGLYPH W009;Lo;0;L;;;;;N;;;;; +133B9;EGYPTIAN HIEROGLYPH W009A;Lo;0;L;;;;;N;;;;; +133BA;EGYPTIAN HIEROGLYPH W010;Lo;0;L;;;;;N;;;;; +133BB;EGYPTIAN HIEROGLYPH W010A;Lo;0;L;;;;;N;;;;; +133BC;EGYPTIAN HIEROGLYPH W011;Lo;0;L;;;;;N;;;;; +133BD;EGYPTIAN HIEROGLYPH W012;Lo;0;L;;;;;N;;;;; +133BE;EGYPTIAN HIEROGLYPH W013;Lo;0;L;;;;;N;;;;; +133BF;EGYPTIAN HIEROGLYPH W014;Lo;0;L;;;;;N;;;;; +133C0;EGYPTIAN HIEROGLYPH W014A;Lo;0;L;;;;;N;;;;; +133C1;EGYPTIAN HIEROGLYPH W015;Lo;0;L;;;;;N;;;;; +133C2;EGYPTIAN HIEROGLYPH W016;Lo;0;L;;;;;N;;;;; +133C3;EGYPTIAN HIEROGLYPH W017;Lo;0;L;;;;;N;;;;; +133C4;EGYPTIAN HIEROGLYPH W017A;Lo;0;L;;;;;N;;;;; +133C5;EGYPTIAN HIEROGLYPH W018;Lo;0;L;;;;;N;;;;; +133C6;EGYPTIAN HIEROGLYPH W018A;Lo;0;L;;;;;N;;;;; +133C7;EGYPTIAN HIEROGLYPH W019;Lo;0;L;;;;;N;;;;; +133C8;EGYPTIAN HIEROGLYPH W020;Lo;0;L;;;;;N;;;;; +133C9;EGYPTIAN HIEROGLYPH W021;Lo;0;L;;;;;N;;;;; +133CA;EGYPTIAN HIEROGLYPH W022;Lo;0;L;;;;;N;;;;; +133CB;EGYPTIAN HIEROGLYPH W023;Lo;0;L;;;;;N;;;;; +133CC;EGYPTIAN HIEROGLYPH W024;Lo;0;L;;;;;N;;;;; +133CD;EGYPTIAN HIEROGLYPH W024A;Lo;0;L;;;;;N;;;;; +133CE;EGYPTIAN HIEROGLYPH W025;Lo;0;L;;;;;N;;;;; +133CF;EGYPTIAN HIEROGLYPH X001;Lo;0;L;;;;;N;;;;; +133D0;EGYPTIAN HIEROGLYPH X002;Lo;0;L;;;;;N;;;;; +133D1;EGYPTIAN HIEROGLYPH X003;Lo;0;L;;;;;N;;;;; +133D2;EGYPTIAN HIEROGLYPH X004;Lo;0;L;;;;;N;;;;; +133D3;EGYPTIAN HIEROGLYPH X004A;Lo;0;L;;;;;N;;;;; +133D4;EGYPTIAN HIEROGLYPH X004B;Lo;0;L;;;;;N;;;;; +133D5;EGYPTIAN HIEROGLYPH X005;Lo;0;L;;;;;N;;;;; +133D6;EGYPTIAN HIEROGLYPH X006;Lo;0;L;;;;;N;;;;; +133D7;EGYPTIAN HIEROGLYPH X006A;Lo;0;L;;;;;N;;;;; +133D8;EGYPTIAN HIEROGLYPH X007;Lo;0;L;;;;;N;;;;; +133D9;EGYPTIAN HIEROGLYPH X008;Lo;0;L;;;;;N;;;;; +133DA;EGYPTIAN HIEROGLYPH X008A;Lo;0;L;;;;;N;;;;; +133DB;EGYPTIAN HIEROGLYPH Y001;Lo;0;L;;;;;N;;;;; +133DC;EGYPTIAN HIEROGLYPH Y001A;Lo;0;L;;;;;N;;;;; +133DD;EGYPTIAN HIEROGLYPH Y002;Lo;0;L;;;;;N;;;;; +133DE;EGYPTIAN HIEROGLYPH Y003;Lo;0;L;;;;;N;;;;; +133DF;EGYPTIAN HIEROGLYPH Y004;Lo;0;L;;;;;N;;;;; +133E0;EGYPTIAN HIEROGLYPH Y005;Lo;0;L;;;;;N;;;;; +133E1;EGYPTIAN HIEROGLYPH Y006;Lo;0;L;;;;;N;;;;; +133E2;EGYPTIAN HIEROGLYPH Y007;Lo;0;L;;;;;N;;;;; +133E3;EGYPTIAN HIEROGLYPH Y008;Lo;0;L;;;;;N;;;;; +133E4;EGYPTIAN HIEROGLYPH Z001;Lo;0;L;;;;;N;;;;; +133E5;EGYPTIAN HIEROGLYPH Z002;Lo;0;L;;;;;N;;;;; +133E6;EGYPTIAN HIEROGLYPH Z002A;Lo;0;L;;;;;N;;;;; +133E7;EGYPTIAN HIEROGLYPH Z002B;Lo;0;L;;;;;N;;;;; +133E8;EGYPTIAN HIEROGLYPH Z002C;Lo;0;L;;;;;N;;;;; +133E9;EGYPTIAN HIEROGLYPH Z002D;Lo;0;L;;;;;N;;;;; +133EA;EGYPTIAN HIEROGLYPH Z003;Lo;0;L;;;;;N;;;;; +133EB;EGYPTIAN HIEROGLYPH Z003A;Lo;0;L;;;;;N;;;;; +133EC;EGYPTIAN HIEROGLYPH Z003B;Lo;0;L;;;;;N;;;;; +133ED;EGYPTIAN HIEROGLYPH Z004;Lo;0;L;;;;;N;;;;; +133EE;EGYPTIAN HIEROGLYPH Z004A;Lo;0;L;;;;;N;;;;; +133EF;EGYPTIAN HIEROGLYPH Z005;Lo;0;L;;;;;N;;;;; +133F0;EGYPTIAN HIEROGLYPH Z005A;Lo;0;L;;;;;N;;;;; +133F1;EGYPTIAN HIEROGLYPH Z006;Lo;0;L;;;;;N;;;;; +133F2;EGYPTIAN HIEROGLYPH Z007;Lo;0;L;;;;;N;;;;; +133F3;EGYPTIAN HIEROGLYPH Z008;Lo;0;L;;;;;N;;;;; +133F4;EGYPTIAN HIEROGLYPH Z009;Lo;0;L;;;;;N;;;;; +133F5;EGYPTIAN HIEROGLYPH Z010;Lo;0;L;;;;;N;;;;; +133F6;EGYPTIAN HIEROGLYPH Z011;Lo;0;L;;;;;N;;;;; +133F7;EGYPTIAN HIEROGLYPH Z012;Lo;0;L;;;;;N;;;;; +133F8;EGYPTIAN HIEROGLYPH Z013;Lo;0;L;;;;;N;;;;; +133F9;EGYPTIAN HIEROGLYPH Z014;Lo;0;L;;;;;N;;;;; +133FA;EGYPTIAN HIEROGLYPH Z015;Lo;0;L;;;;;N;;;;; +133FB;EGYPTIAN HIEROGLYPH Z015A;Lo;0;L;;;;;N;;;;; +133FC;EGYPTIAN HIEROGLYPH Z015B;Lo;0;L;;;;;N;;;;; +133FD;EGYPTIAN HIEROGLYPH Z015C;Lo;0;L;;;;;N;;;;; +133FE;EGYPTIAN HIEROGLYPH Z015D;Lo;0;L;;;;;N;;;;; +133FF;EGYPTIAN HIEROGLYPH Z015E;Lo;0;L;;;;;N;;;;; +13400;EGYPTIAN HIEROGLYPH Z015F;Lo;0;L;;;;;N;;;;; +13401;EGYPTIAN HIEROGLYPH Z015G;Lo;0;L;;;;;N;;;;; +13402;EGYPTIAN HIEROGLYPH Z015H;Lo;0;L;;;;;N;;;;; +13403;EGYPTIAN HIEROGLYPH Z015I;Lo;0;L;;;;;N;;;;; +13404;EGYPTIAN HIEROGLYPH Z016;Lo;0;L;;;;;N;;;;; +13405;EGYPTIAN HIEROGLYPH Z016A;Lo;0;L;;;;;N;;;;; +13406;EGYPTIAN HIEROGLYPH Z016B;Lo;0;L;;;;;N;;;;; +13407;EGYPTIAN HIEROGLYPH Z016C;Lo;0;L;;;;;N;;;;; +13408;EGYPTIAN HIEROGLYPH Z016D;Lo;0;L;;;;;N;;;;; +13409;EGYPTIAN HIEROGLYPH Z016E;Lo;0;L;;;;;N;;;;; +1340A;EGYPTIAN HIEROGLYPH Z016F;Lo;0;L;;;;;N;;;;; +1340B;EGYPTIAN HIEROGLYPH Z016G;Lo;0;L;;;;;N;;;;; +1340C;EGYPTIAN HIEROGLYPH Z016H;Lo;0;L;;;;;N;;;;; +1340D;EGYPTIAN HIEROGLYPH AA001;Lo;0;L;;;;;N;;;;; +1340E;EGYPTIAN HIEROGLYPH AA002;Lo;0;L;;;;;N;;;;; +1340F;EGYPTIAN HIEROGLYPH AA003;Lo;0;L;;;;;N;;;;; +13410;EGYPTIAN HIEROGLYPH AA004;Lo;0;L;;;;;N;;;;; +13411;EGYPTIAN HIEROGLYPH AA005;Lo;0;L;;;;;N;;;;; +13412;EGYPTIAN HIEROGLYPH AA006;Lo;0;L;;;;;N;;;;; +13413;EGYPTIAN HIEROGLYPH AA007;Lo;0;L;;;;;N;;;;; +13414;EGYPTIAN HIEROGLYPH AA007A;Lo;0;L;;;;;N;;;;; +13415;EGYPTIAN HIEROGLYPH AA007B;Lo;0;L;;;;;N;;;;; +13416;EGYPTIAN HIEROGLYPH AA008;Lo;0;L;;;;;N;;;;; +13417;EGYPTIAN HIEROGLYPH AA009;Lo;0;L;;;;;N;;;;; +13418;EGYPTIAN HIEROGLYPH AA010;Lo;0;L;;;;;N;;;;; +13419;EGYPTIAN HIEROGLYPH AA011;Lo;0;L;;;;;N;;;;; +1341A;EGYPTIAN HIEROGLYPH AA012;Lo;0;L;;;;;N;;;;; +1341B;EGYPTIAN HIEROGLYPH AA013;Lo;0;L;;;;;N;;;;; +1341C;EGYPTIAN HIEROGLYPH AA014;Lo;0;L;;;;;N;;;;; +1341D;EGYPTIAN HIEROGLYPH AA015;Lo;0;L;;;;;N;;;;; +1341E;EGYPTIAN HIEROGLYPH AA016;Lo;0;L;;;;;N;;;;; +1341F;EGYPTIAN HIEROGLYPH AA017;Lo;0;L;;;;;N;;;;; +13420;EGYPTIAN HIEROGLYPH AA018;Lo;0;L;;;;;N;;;;; +13421;EGYPTIAN HIEROGLYPH AA019;Lo;0;L;;;;;N;;;;; +13422;EGYPTIAN HIEROGLYPH AA020;Lo;0;L;;;;;N;;;;; +13423;EGYPTIAN HIEROGLYPH AA021;Lo;0;L;;;;;N;;;;; +13424;EGYPTIAN HIEROGLYPH AA022;Lo;0;L;;;;;N;;;;; +13425;EGYPTIAN HIEROGLYPH AA023;Lo;0;L;;;;;N;;;;; +13426;EGYPTIAN HIEROGLYPH AA024;Lo;0;L;;;;;N;;;;; +13427;EGYPTIAN HIEROGLYPH AA025;Lo;0;L;;;;;N;;;;; +13428;EGYPTIAN HIEROGLYPH AA026;Lo;0;L;;;;;N;;;;; +13429;EGYPTIAN HIEROGLYPH AA027;Lo;0;L;;;;;N;;;;; +1342A;EGYPTIAN HIEROGLYPH AA028;Lo;0;L;;;;;N;;;;; +1342B;EGYPTIAN HIEROGLYPH AA029;Lo;0;L;;;;;N;;;;; +1342C;EGYPTIAN HIEROGLYPH AA030;Lo;0;L;;;;;N;;;;; +1342D;EGYPTIAN HIEROGLYPH AA031;Lo;0;L;;;;;N;;;;; +1342E;EGYPTIAN HIEROGLYPH AA032;Lo;0;L;;;;;N;;;;; +1D000;BYZANTINE MUSICAL SYMBOL PSILI;So;0;L;;;;;N;;;;; +1D001;BYZANTINE MUSICAL SYMBOL DASEIA;So;0;L;;;;;N;;;;; +1D002;BYZANTINE MUSICAL SYMBOL PERISPOMENI;So;0;L;;;;;N;;;;; +1D003;BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON;So;0;L;;;;;N;;;;; +1D004;BYZANTINE MUSICAL SYMBOL OXEIA DIPLI;So;0;L;;;;;N;;;;; +1D005;BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON;So;0;L;;;;;N;;;;; +1D006;BYZANTINE MUSICAL SYMBOL VAREIA DIPLI;So;0;L;;;;;N;;;;; +1D007;BYZANTINE MUSICAL SYMBOL KATHISTI;So;0;L;;;;;N;;;;; +1D008;BYZANTINE MUSICAL SYMBOL SYRMATIKI;So;0;L;;;;;N;;;;; +1D009;BYZANTINE MUSICAL SYMBOL PARAKLITIKI;So;0;L;;;;;N;;;;; +1D00A;BYZANTINE MUSICAL SYMBOL YPOKRISIS;So;0;L;;;;;N;;;;; +1D00B;BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI;So;0;L;;;;;N;;;;; +1D00C;BYZANTINE MUSICAL SYMBOL KREMASTI;So;0;L;;;;;N;;;;; +1D00D;BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON;So;0;L;;;;;N;;;;; +1D00E;BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON;So;0;L;;;;;N;;;;; +1D00F;BYZANTINE MUSICAL SYMBOL TELEIA;So;0;L;;;;;N;;;;; +1D010;BYZANTINE MUSICAL SYMBOL KENTIMATA;So;0;L;;;;;N;;;;; +1D011;BYZANTINE MUSICAL SYMBOL APOSTROFOS;So;0;L;;;;;N;;;;; +1D012;BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI;So;0;L;;;;;N;;;;; +1D013;BYZANTINE MUSICAL SYMBOL SYNEVMA;So;0;L;;;;;N;;;;; +1D014;BYZANTINE MUSICAL SYMBOL THITA;So;0;L;;;;;N;;;;; +1D015;BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION;So;0;L;;;;;N;;;;; +1D016;BYZANTINE MUSICAL SYMBOL GORGON ARCHAION;So;0;L;;;;;N;;;;; +1D017;BYZANTINE MUSICAL SYMBOL PSILON;So;0;L;;;;;N;;;;; +1D018;BYZANTINE MUSICAL SYMBOL CHAMILON;So;0;L;;;;;N;;;;; +1D019;BYZANTINE MUSICAL SYMBOL VATHY;So;0;L;;;;;N;;;;; +1D01A;BYZANTINE MUSICAL SYMBOL ISON ARCHAION;So;0;L;;;;;N;;;;; +1D01B;BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION;So;0;L;;;;;N;;;;; +1D01C;BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION;So;0;L;;;;;N;;;;; +1D01D;BYZANTINE MUSICAL SYMBOL SAXIMATA;So;0;L;;;;;N;;;;; +1D01E;BYZANTINE MUSICAL SYMBOL PARICHON;So;0;L;;;;;N;;;;; +1D01F;BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA;So;0;L;;;;;N;;;;; +1D020;BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION;So;0;L;;;;;N;;;;; +1D021;BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION;So;0;L;;;;;N;;;;; +1D022;BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION;So;0;L;;;;;N;;;;; +1D023;BYZANTINE MUSICAL SYMBOL APOTHEMA;So;0;L;;;;;N;;;;; +1D024;BYZANTINE MUSICAL SYMBOL KLASMA;So;0;L;;;;;N;;;;; +1D025;BYZANTINE MUSICAL SYMBOL REVMA;So;0;L;;;;;N;;;;; +1D026;BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION;So;0;L;;;;;N;;;;; +1D027;BYZANTINE MUSICAL SYMBOL TINAGMA;So;0;L;;;;;N;;;;; +1D028;BYZANTINE MUSICAL SYMBOL ANATRICHISMA;So;0;L;;;;;N;;;;; +1D029;BYZANTINE MUSICAL SYMBOL SEISMA;So;0;L;;;;;N;;;;; +1D02A;BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION;So;0;L;;;;;N;;;;; +1D02B;BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU;So;0;L;;;;;N;;;;; +1D02C;BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION;So;0;L;;;;;N;;;;; +1D02D;BYZANTINE MUSICAL SYMBOL THEMA;So;0;L;;;;;N;;;;; +1D02E;BYZANTINE MUSICAL SYMBOL LEMOI;So;0;L;;;;;N;;;;; +1D02F;BYZANTINE MUSICAL SYMBOL DYO;So;0;L;;;;;N;;;;; +1D030;BYZANTINE MUSICAL SYMBOL TRIA;So;0;L;;;;;N;;;;; +1D031;BYZANTINE MUSICAL SYMBOL TESSERA;So;0;L;;;;;N;;;;; +1D032;BYZANTINE MUSICAL SYMBOL KRATIMATA;So;0;L;;;;;N;;;;; +1D033;BYZANTINE MUSICAL SYMBOL APESO EXO NEO;So;0;L;;;;;N;;;;; +1D034;BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION;So;0;L;;;;;N;;;;; +1D035;BYZANTINE MUSICAL SYMBOL IMIFTHORA;So;0;L;;;;;N;;;;; +1D036;BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION;So;0;L;;;;;N;;;;; +1D037;BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON;So;0;L;;;;;N;;;;; +1D038;BYZANTINE MUSICAL SYMBOL PELASTON;So;0;L;;;;;N;;;;; +1D039;BYZANTINE MUSICAL SYMBOL PSIFISTON;So;0;L;;;;;N;;;;; +1D03A;BYZANTINE MUSICAL SYMBOL KONTEVMA;So;0;L;;;;;N;;;;; +1D03B;BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION;So;0;L;;;;;N;;;;; +1D03C;BYZANTINE MUSICAL SYMBOL RAPISMA;So;0;L;;;;;N;;;;; +1D03D;BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION;So;0;L;;;;;N;;;;; +1D03E;BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION;So;0;L;;;;;N;;;;; +1D03F;BYZANTINE MUSICAL SYMBOL ICHADIN;So;0;L;;;;;N;;;;; +1D040;BYZANTINE MUSICAL SYMBOL NANA;So;0;L;;;;;N;;;;; +1D041;BYZANTINE MUSICAL SYMBOL PETASMA;So;0;L;;;;;N;;;;; +1D042;BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO;So;0;L;;;;;N;;;;; +1D043;BYZANTINE MUSICAL SYMBOL TROMIKON ALLO;So;0;L;;;;;N;;;;; +1D044;BYZANTINE MUSICAL SYMBOL STRAGGISMATA;So;0;L;;;;;N;;;;; +1D045;BYZANTINE MUSICAL SYMBOL GRONTHISMATA;So;0;L;;;;;N;;;;; +1D046;BYZANTINE MUSICAL SYMBOL ISON NEO;So;0;L;;;;;N;;;;; +1D047;BYZANTINE MUSICAL SYMBOL OLIGON NEO;So;0;L;;;;;N;;;;; +1D048;BYZANTINE MUSICAL SYMBOL OXEIA NEO;So;0;L;;;;;N;;;;; +1D049;BYZANTINE MUSICAL SYMBOL PETASTI;So;0;L;;;;;N;;;;; +1D04A;BYZANTINE MUSICAL SYMBOL KOUFISMA;So;0;L;;;;;N;;;;; +1D04B;BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA;So;0;L;;;;;N;;;;; +1D04C;BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA;So;0;L;;;;;N;;;;; +1D04D;BYZANTINE MUSICAL SYMBOL PELASTON NEO;So;0;L;;;;;N;;;;; +1D04E;BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO;So;0;L;;;;;N;;;;; +1D04F;BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO;So;0;L;;;;;N;;;;; +1D050;BYZANTINE MUSICAL SYMBOL YPSILI;So;0;L;;;;;N;;;;; +1D051;BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO;So;0;L;;;;;N;;;;; +1D052;BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO;So;0;L;;;;;N;;;;; +1D053;BYZANTINE MUSICAL SYMBOL YPORROI;So;0;L;;;;;N;;;;; +1D054;BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON;So;0;L;;;;;N;;;;; +1D055;BYZANTINE MUSICAL SYMBOL ELAFRON;So;0;L;;;;;N;;;;; +1D056;BYZANTINE MUSICAL SYMBOL CHAMILI;So;0;L;;;;;N;;;;; +1D057;BYZANTINE MUSICAL SYMBOL MIKRON ISON;So;0;L;;;;;N;;;;; +1D058;BYZANTINE MUSICAL SYMBOL VAREIA NEO;So;0;L;;;;;N;;;;; +1D059;BYZANTINE MUSICAL SYMBOL PIASMA NEO;So;0;L;;;;;N;;;;; +1D05A;BYZANTINE MUSICAL SYMBOL PSIFISTON NEO;So;0;L;;;;;N;;;;; +1D05B;BYZANTINE MUSICAL SYMBOL OMALON;So;0;L;;;;;N;;;;; +1D05C;BYZANTINE MUSICAL SYMBOL ANTIKENOMA;So;0;L;;;;;N;;;;; +1D05D;BYZANTINE MUSICAL SYMBOL LYGISMA;So;0;L;;;;;N;;;;; +1D05E;BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO;So;0;L;;;;;N;;;;; +1D05F;BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO;So;0;L;;;;;N;;;;; +1D060;BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA;So;0;L;;;;;N;;;;; +1D061;BYZANTINE MUSICAL SYMBOL KYLISMA;So;0;L;;;;;N;;;;; +1D062;BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA;So;0;L;;;;;N;;;;; +1D063;BYZANTINE MUSICAL SYMBOL TROMIKON NEO;So;0;L;;;;;N;;;;; +1D064;BYZANTINE MUSICAL SYMBOL EKSTREPTON;So;0;L;;;;;N;;;;; +1D065;BYZANTINE MUSICAL SYMBOL SYNAGMA NEO;So;0;L;;;;;N;;;;; +1D066;BYZANTINE MUSICAL SYMBOL SYRMA;So;0;L;;;;;N;;;;; +1D067;BYZANTINE MUSICAL SYMBOL CHOREVMA NEO;So;0;L;;;;;N;;;;; +1D068;BYZANTINE MUSICAL SYMBOL EPEGERMA;So;0;L;;;;;N;;;;; +1D069;BYZANTINE MUSICAL SYMBOL SEISMA NEO;So;0;L;;;;;N;;;;; +1D06A;BYZANTINE MUSICAL SYMBOL XIRON KLASMA;So;0;L;;;;;N;;;;; +1D06B;BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON;So;0;L;;;;;N;;;;; +1D06C;BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA;So;0;L;;;;;N;;;;; +1D06D;BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA;So;0;L;;;;;N;;;;; +1D06E;BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA;So;0;L;;;;;N;;;;; +1D06F;BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA;So;0;L;;;;;N;;;;; +1D070;BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA;So;0;L;;;;;N;;;;; +1D071;BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA;So;0;L;;;;;N;;;;; +1D072;BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON;So;0;L;;;;;N;;;;; +1D073;BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON;So;0;L;;;;;N;;;;; +1D074;BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON;So;0;L;;;;;N;;;;; +1D075;BYZANTINE MUSICAL SYMBOL OYRANISMA NEO;So;0;L;;;;;N;;;;; +1D076;BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO;So;0;L;;;;;N;;;;; +1D077;BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO;So;0;L;;;;;N;;;;; +1D078;BYZANTINE MUSICAL SYMBOL THEMA APLOUN;So;0;L;;;;;N;;;;; +1D079;BYZANTINE MUSICAL SYMBOL THES KAI APOTHES;So;0;L;;;;;N;;;;; +1D07A;BYZANTINE MUSICAL SYMBOL KATAVASMA;So;0;L;;;;;N;;;;; +1D07B;BYZANTINE MUSICAL SYMBOL ENDOFONON;So;0;L;;;;;N;;;;; +1D07C;BYZANTINE MUSICAL SYMBOL YFEN KATO;So;0;L;;;;;N;;;;; +1D07D;BYZANTINE MUSICAL SYMBOL YFEN ANO;So;0;L;;;;;N;;;;; +1D07E;BYZANTINE MUSICAL SYMBOL STAVROS;So;0;L;;;;;N;;;;; +1D07F;BYZANTINE MUSICAL SYMBOL KLASMA ANO;So;0;L;;;;;N;;;;; +1D080;BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION;So;0;L;;;;;N;;;;; +1D081;BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION;So;0;L;;;;;N;;;;; +1D082;BYZANTINE MUSICAL SYMBOL KRATIMA ALLO;So;0;L;;;;;N;;;;; +1D083;BYZANTINE MUSICAL SYMBOL KRATIMA NEO;So;0;L;;;;;N;;;;; +1D084;BYZANTINE MUSICAL SYMBOL APODERMA NEO;So;0;L;;;;;N;;;;; +1D085;BYZANTINE MUSICAL SYMBOL APLI;So;0;L;;;;;N;;;;; +1D086;BYZANTINE MUSICAL SYMBOL DIPLI;So;0;L;;;;;N;;;;; +1D087;BYZANTINE MUSICAL SYMBOL TRIPLI;So;0;L;;;;;N;;;;; +1D088;BYZANTINE MUSICAL SYMBOL TETRAPLI;So;0;L;;;;;N;;;;; +1D089;BYZANTINE MUSICAL SYMBOL KORONIS;So;0;L;;;;;N;;;;; +1D08A;BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU;So;0;L;;;;;N;;;;; +1D08B;BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON;So;0;L;;;;;N;;;;; +1D08C;BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON;So;0;L;;;;;N;;;;; +1D08D;BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON;So;0;L;;;;;N;;;;; +1D08E;BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU;So;0;L;;;;;N;;;;; +1D08F;BYZANTINE MUSICAL SYMBOL GORGON NEO ANO;So;0;L;;;;;N;;;;; +1D090;BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA;So;0;L;;;;;N;;;;; +1D091;BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA;So;0;L;;;;;N;;;;; +1D092;BYZANTINE MUSICAL SYMBOL DIGORGON;So;0;L;;;;;N;;;;; +1D093;BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO;So;0;L;;;;;N;;;;; +1D094;BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO;So;0;L;;;;;N;;;;; +1D095;BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA;So;0;L;;;;;N;;;;; +1D096;BYZANTINE MUSICAL SYMBOL TRIGORGON;So;0;L;;;;;N;;;;; +1D097;BYZANTINE MUSICAL SYMBOL ARGON;So;0;L;;;;;N;;;;; +1D098;BYZANTINE MUSICAL SYMBOL IMIDIARGON;So;0;L;;;;;N;;;;; +1D099;BYZANTINE MUSICAL SYMBOL DIARGON;So;0;L;;;;;N;;;;; +1D09A;BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI;So;0;L;;;;;N;;;;; +1D09B;BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI;So;0;L;;;;;N;;;;; +1D09C;BYZANTINE MUSICAL SYMBOL AGOGI ARGI;So;0;L;;;;;N;;;;; +1D09D;BYZANTINE MUSICAL SYMBOL AGOGI METRIA;So;0;L;;;;;N;;;;; +1D09E;BYZANTINE MUSICAL SYMBOL AGOGI MESI;So;0;L;;;;;N;;;;; +1D09F;BYZANTINE MUSICAL SYMBOL AGOGI GORGI;So;0;L;;;;;N;;;;; +1D0A0;BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI;So;0;L;;;;;N;;;;; +1D0A1;BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI;So;0;L;;;;;N;;;;; +1D0A2;BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS;So;0;L;;;;;N;;;;; +1D0A3;BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS;So;0;L;;;;;N;;;;; +1D0A4;BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS;So;0;L;;;;;N;;;;; +1D0A5;BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS;So;0;L;;;;;N;;;;; +1D0A6;BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS;So;0;L;;;;;N;;;;; +1D0A7;BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS;So;0;L;;;;;N;;;;; +1D0A8;BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS;So;0;L;;;;;N;;;;; +1D0A9;BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS;So;0;L;;;;;N;;;;; +1D0AA;BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS;So;0;L;;;;;N;;;;; +1D0AB;BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS;So;0;L;;;;;N;;;;; +1D0AC;BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS;So;0;L;;;;;N;;;;; +1D0AD;BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS;So;0;L;;;;;N;;;;; +1D0AE;BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS;So;0;L;;;;;N;;;;; +1D0AF;BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS;So;0;L;;;;;N;;;;; +1D0B0;BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS;So;0;L;;;;;N;;;;; +1D0B1;BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS;So;0;L;;;;;N;;;;; +1D0B2;BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS;So;0;L;;;;;N;;;;; +1D0B3;BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS;So;0;L;;;;;N;;;;; +1D0B4;BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN;So;0;L;;;;;N;;;;; +1D0B5;BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN;So;0;L;;;;;N;;;;; +1D0B6;BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU;So;0;L;;;;;N;;;;; +1D0B7;BYZANTINE MUSICAL SYMBOL IMIFONON;So;0;L;;;;;N;;;;; +1D0B8;BYZANTINE MUSICAL SYMBOL IMIFTHORON;So;0;L;;;;;N;;;;; +1D0B9;BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU;So;0;L;;;;;N;;;;; +1D0BA;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA;So;0;L;;;;;N;;;;; +1D0BB;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA;So;0;L;;;;;N;;;;; +1D0BC;BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS;So;0;L;;;;;N;;;;; +1D0BD;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI;So;0;L;;;;;N;;;;; +1D0BE;BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI;So;0;L;;;;;N;;;;; +1D0BF;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE;So;0;L;;;;;N;;;;; +1D0C0;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO;So;0;L;;;;;N;;;;; +1D0C1;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO;So;0;L;;;;;N;;;;; +1D0C2;BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO;So;0;L;;;;;N;;;;; +1D0C3;BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS;So;0;L;;;;;N;;;;; +1D0C4;BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS;So;0;L;;;;;N;;;;; +1D0C5;BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS;So;0;L;;;;;N;;;;; +1D0C6;BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI;So;0;L;;;;;N;;;;; +1D0C7;BYZANTINE MUSICAL SYMBOL FTHORA NENANO;So;0;L;;;;;N;;;;; +1D0C8;BYZANTINE MUSICAL SYMBOL CHROA ZYGOS;So;0;L;;;;;N;;;;; +1D0C9;BYZANTINE MUSICAL SYMBOL CHROA KLITON;So;0;L;;;;;N;;;;; +1D0CA;BYZANTINE MUSICAL SYMBOL CHROA SPATHI;So;0;L;;;;;N;;;;; +1D0CB;BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION;So;0;L;;;;;N;;;;; +1D0CC;BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA;So;0;L;;;;;N;;;;; +1D0CD;BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION;So;0;L;;;;;N;;;;; +1D0CE;BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION;So;0;L;;;;;N;;;;; +1D0CF;BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION;So;0;L;;;;;N;;;;; +1D0D0;BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA;So;0;L;;;;;N;;;;; +1D0D1;BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA;So;0;L;;;;;N;;;;; +1D0D2;BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA;So;0;L;;;;;N;;;;; +1D0D3;BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA;So;0;L;;;;;N;;;;; +1D0D4;BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA;So;0;L;;;;;N;;;;; +1D0D5;BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA;So;0;L;;;;;N;;;;; +1D0D6;BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA;So;0;L;;;;;N;;;;; +1D0D7;BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA;So;0;L;;;;;N;;;;; +1D0D8;BYZANTINE MUSICAL SYMBOL GENIKI DIESIS;So;0;L;;;;;N;;;;; +1D0D9;BYZANTINE MUSICAL SYMBOL GENIKI YFESIS;So;0;L;;;;;N;;;;; +1D0DA;BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI;So;0;L;;;;;N;;;;; +1D0DB;BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI;So;0;L;;;;;N;;;;; +1D0DC;BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI;So;0;L;;;;;N;;;;; +1D0DD;BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS;So;0;L;;;;;N;;;;; +1D0DE;BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS;So;0;L;;;;;N;;;;; +1D0DF;BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU;So;0;L;;;;;N;;;;; +1D0E0;BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU;So;0;L;;;;;N;;;;; +1D0E1;BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU;So;0;L;;;;;N;;;;; +1D0E2;BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS;So;0;L;;;;;N;;;;; +1D0E3;BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU;So;0;L;;;;;N;;;;; +1D0E4;BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU;So;0;L;;;;;N;;;;; +1D0E5;BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU;So;0;L;;;;;N;;;;; +1D0E6;BYZANTINE MUSICAL SYMBOL DIGRAMMA GG;So;0;L;;;;;N;;;;; +1D0E7;BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU;So;0;L;;;;;N;;;;; +1D0E8;BYZANTINE MUSICAL SYMBOL STIGMA;So;0;L;;;;;N;;;;; +1D0E9;BYZANTINE MUSICAL SYMBOL ARKTIKO PA;So;0;L;;;;;N;;;;; +1D0EA;BYZANTINE MUSICAL SYMBOL ARKTIKO VOU;So;0;L;;;;;N;;;;; +1D0EB;BYZANTINE MUSICAL SYMBOL ARKTIKO GA;So;0;L;;;;;N;;;;; +1D0EC;BYZANTINE MUSICAL SYMBOL ARKTIKO DI;So;0;L;;;;;N;;;;; +1D0ED;BYZANTINE MUSICAL SYMBOL ARKTIKO KE;So;0;L;;;;;N;;;;; +1D0EE;BYZANTINE MUSICAL SYMBOL ARKTIKO ZO;So;0;L;;;;;N;;;;; +1D0EF;BYZANTINE MUSICAL SYMBOL ARKTIKO NI;So;0;L;;;;;N;;;;; +1D0F0;BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO;So;0;L;;;;;N;;;;; +1D0F1;BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO;So;0;L;;;;;N;;;;; +1D0F2;BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO;So;0;L;;;;;N;;;;; +1D0F3;BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO;So;0;L;;;;;N;;;;; +1D0F4;BYZANTINE MUSICAL SYMBOL KLASMA KATO;So;0;L;;;;;N;;;;; +1D0F5;BYZANTINE MUSICAL SYMBOL GORGON NEO KATO;So;0;L;;;;;N;;;;; +1D100;MUSICAL SYMBOL SINGLE BARLINE;So;0;L;;;;;N;;;;; +1D101;MUSICAL SYMBOL DOUBLE BARLINE;So;0;L;;;;;N;;;;; +1D102;MUSICAL SYMBOL FINAL BARLINE;So;0;L;;;;;N;;;;; +1D103;MUSICAL SYMBOL REVERSE FINAL BARLINE;So;0;L;;;;;N;;;;; +1D104;MUSICAL SYMBOL DASHED BARLINE;So;0;L;;;;;N;;;;; +1D105;MUSICAL SYMBOL SHORT BARLINE;So;0;L;;;;;N;;;;; +1D106;MUSICAL SYMBOL LEFT REPEAT SIGN;So;0;L;;;;;N;;;;; +1D107;MUSICAL SYMBOL RIGHT REPEAT SIGN;So;0;L;;;;;N;;;;; +1D108;MUSICAL SYMBOL REPEAT DOTS;So;0;L;;;;;N;;;;; +1D109;MUSICAL SYMBOL DAL SEGNO;So;0;L;;;;;N;;;;; +1D10A;MUSICAL SYMBOL DA CAPO;So;0;L;;;;;N;;;;; +1D10B;MUSICAL SYMBOL SEGNO;So;0;L;;;;;N;;;;; +1D10C;MUSICAL SYMBOL CODA;So;0;L;;;;;N;;;;; +1D10D;MUSICAL SYMBOL REPEATED FIGURE-1;So;0;L;;;;;N;;;;; +1D10E;MUSICAL SYMBOL REPEATED FIGURE-2;So;0;L;;;;;N;;;;; +1D10F;MUSICAL SYMBOL REPEATED FIGURE-3;So;0;L;;;;;N;;;;; +1D110;MUSICAL SYMBOL FERMATA;So;0;L;;;;;N;;;;; +1D111;MUSICAL SYMBOL FERMATA BELOW;So;0;L;;;;;N;;;;; +1D112;MUSICAL SYMBOL BREATH MARK;So;0;L;;;;;N;;;;; +1D113;MUSICAL SYMBOL CAESURA;So;0;L;;;;;N;;;;; +1D114;MUSICAL SYMBOL BRACE;So;0;L;;;;;N;;;;; +1D115;MUSICAL SYMBOL BRACKET;So;0;L;;;;;N;;;;; +1D116;MUSICAL SYMBOL ONE-LINE STAFF;So;0;L;;;;;N;;;;; +1D117;MUSICAL SYMBOL TWO-LINE STAFF;So;0;L;;;;;N;;;;; +1D118;MUSICAL SYMBOL THREE-LINE STAFF;So;0;L;;;;;N;;;;; +1D119;MUSICAL SYMBOL FOUR-LINE STAFF;So;0;L;;;;;N;;;;; +1D11A;MUSICAL SYMBOL FIVE-LINE STAFF;So;0;L;;;;;N;;;;; +1D11B;MUSICAL SYMBOL SIX-LINE STAFF;So;0;L;;;;;N;;;;; +1D11C;MUSICAL SYMBOL SIX-STRING FRETBOARD;So;0;L;;;;;N;;;;; +1D11D;MUSICAL SYMBOL FOUR-STRING FRETBOARD;So;0;L;;;;;N;;;;; +1D11E;MUSICAL SYMBOL G CLEF;So;0;L;;;;;N;;;;; +1D11F;MUSICAL SYMBOL G CLEF OTTAVA ALTA;So;0;L;;;;;N;;;;; +1D120;MUSICAL SYMBOL G CLEF OTTAVA BASSA;So;0;L;;;;;N;;;;; +1D121;MUSICAL SYMBOL C CLEF;So;0;L;;;;;N;;;;; +1D122;MUSICAL SYMBOL F CLEF;So;0;L;;;;;N;;;;; +1D123;MUSICAL SYMBOL F CLEF OTTAVA ALTA;So;0;L;;;;;N;;;;; +1D124;MUSICAL SYMBOL F CLEF OTTAVA BASSA;So;0;L;;;;;N;;;;; +1D125;MUSICAL SYMBOL DRUM CLEF-1;So;0;L;;;;;N;;;;; +1D126;MUSICAL SYMBOL DRUM CLEF-2;So;0;L;;;;;N;;;;; +1D129;MUSICAL SYMBOL MULTIPLE MEASURE REST;So;0;L;;;;;N;;;;; +1D12A;MUSICAL SYMBOL DOUBLE SHARP;So;0;L;;;;;N;;;;; +1D12B;MUSICAL SYMBOL DOUBLE FLAT;So;0;L;;;;;N;;;;; +1D12C;MUSICAL SYMBOL FLAT UP;So;0;L;;;;;N;;;;; +1D12D;MUSICAL SYMBOL FLAT DOWN;So;0;L;;;;;N;;;;; +1D12E;MUSICAL SYMBOL NATURAL UP;So;0;L;;;;;N;;;;; +1D12F;MUSICAL SYMBOL NATURAL DOWN;So;0;L;;;;;N;;;;; +1D130;MUSICAL SYMBOL SHARP UP;So;0;L;;;;;N;;;;; +1D131;MUSICAL SYMBOL SHARP DOWN;So;0;L;;;;;N;;;;; +1D132;MUSICAL SYMBOL QUARTER TONE SHARP;So;0;L;;;;;N;;;;; +1D133;MUSICAL SYMBOL QUARTER TONE FLAT;So;0;L;;;;;N;;;;; +1D134;MUSICAL SYMBOL COMMON TIME;So;0;L;;;;;N;;;;; +1D135;MUSICAL SYMBOL CUT TIME;So;0;L;;;;;N;;;;; +1D136;MUSICAL SYMBOL OTTAVA ALTA;So;0;L;;;;;N;;;;; +1D137;MUSICAL SYMBOL OTTAVA BASSA;So;0;L;;;;;N;;;;; +1D138;MUSICAL SYMBOL QUINDICESIMA ALTA;So;0;L;;;;;N;;;;; +1D139;MUSICAL SYMBOL QUINDICESIMA BASSA;So;0;L;;;;;N;;;;; +1D13A;MUSICAL SYMBOL MULTI REST;So;0;L;;;;;N;;;;; +1D13B;MUSICAL SYMBOL WHOLE REST;So;0;L;;;;;N;;;;; +1D13C;MUSICAL SYMBOL HALF REST;So;0;L;;;;;N;;;;; +1D13D;MUSICAL SYMBOL QUARTER REST;So;0;L;;;;;N;;;;; +1D13E;MUSICAL SYMBOL EIGHTH REST;So;0;L;;;;;N;;;;; +1D13F;MUSICAL SYMBOL SIXTEENTH REST;So;0;L;;;;;N;;;;; +1D140;MUSICAL SYMBOL THIRTY-SECOND REST;So;0;L;;;;;N;;;;; +1D141;MUSICAL SYMBOL SIXTY-FOURTH REST;So;0;L;;;;;N;;;;; +1D142;MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST;So;0;L;;;;;N;;;;; +1D143;MUSICAL SYMBOL X NOTEHEAD;So;0;L;;;;;N;;;;; +1D144;MUSICAL SYMBOL PLUS NOTEHEAD;So;0;L;;;;;N;;;;; +1D145;MUSICAL SYMBOL CIRCLE X NOTEHEAD;So;0;L;;;;;N;;;;; +1D146;MUSICAL SYMBOL SQUARE NOTEHEAD WHITE;So;0;L;;;;;N;;;;; +1D147;MUSICAL SYMBOL SQUARE NOTEHEAD BLACK;So;0;L;;;;;N;;;;; +1D148;MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE;So;0;L;;;;;N;;;;; +1D149;MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK;So;0;L;;;;;N;;;;; +1D14A;MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE;So;0;L;;;;;N;;;;; +1D14B;MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK;So;0;L;;;;;N;;;;; +1D14C;MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE;So;0;L;;;;;N;;;;; +1D14D;MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK;So;0;L;;;;;N;;;;; +1D14E;MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE;So;0;L;;;;;N;;;;; +1D14F;MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK;So;0;L;;;;;N;;;;; +1D150;MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE;So;0;L;;;;;N;;;;; +1D151;MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK;So;0;L;;;;;N;;;;; +1D152;MUSICAL SYMBOL MOON NOTEHEAD WHITE;So;0;L;;;;;N;;;;; +1D153;MUSICAL SYMBOL MOON NOTEHEAD BLACK;So;0;L;;;;;N;;;;; +1D154;MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE;So;0;L;;;;;N;;;;; +1D155;MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK;So;0;L;;;;;N;;;;; +1D156;MUSICAL SYMBOL PARENTHESIS NOTEHEAD;So;0;L;;;;;N;;;;; +1D157;MUSICAL SYMBOL VOID NOTEHEAD;So;0;L;;;;;N;;;;; +1D158;MUSICAL SYMBOL NOTEHEAD BLACK;So;0;L;;;;;N;;;;; +1D159;MUSICAL SYMBOL NULL NOTEHEAD;So;0;L;;;;;N;;;;; +1D15A;MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE;So;0;L;;;;;N;;;;; +1D15B;MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK;So;0;L;;;;;N;;;;; +1D15C;MUSICAL SYMBOL BREVE;So;0;L;;;;;N;;;;; +1D15D;MUSICAL SYMBOL WHOLE NOTE;So;0;L;;;;;N;;;;; +1D15E;MUSICAL SYMBOL HALF NOTE;So;0;L;1D157 1D165;;;;N;;;;; +1D15F;MUSICAL SYMBOL QUARTER NOTE;So;0;L;1D158 1D165;;;;N;;;;; +1D160;MUSICAL SYMBOL EIGHTH NOTE;So;0;L;1D15F 1D16E;;;;N;;;;; +1D161;MUSICAL SYMBOL SIXTEENTH NOTE;So;0;L;1D15F 1D16F;;;;N;;;;; +1D162;MUSICAL SYMBOL THIRTY-SECOND NOTE;So;0;L;1D15F 1D170;;;;N;;;;; +1D163;MUSICAL SYMBOL SIXTY-FOURTH NOTE;So;0;L;1D15F 1D171;;;;N;;;;; +1D164;MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE;So;0;L;1D15F 1D172;;;;N;;;;; +1D165;MUSICAL SYMBOL COMBINING STEM;Mc;216;L;;;;;N;;;;; +1D166;MUSICAL SYMBOL COMBINING SPRECHGESANG STEM;Mc;216;L;;;;;N;;;;; +1D167;MUSICAL SYMBOL COMBINING TREMOLO-1;Mn;1;NSM;;;;;N;;;;; +1D168;MUSICAL SYMBOL COMBINING TREMOLO-2;Mn;1;NSM;;;;;N;;;;; +1D169;MUSICAL SYMBOL COMBINING TREMOLO-3;Mn;1;NSM;;;;;N;;;;; +1D16A;MUSICAL SYMBOL FINGERED TREMOLO-1;So;0;L;;;;;N;;;;; +1D16B;MUSICAL SYMBOL FINGERED TREMOLO-2;So;0;L;;;;;N;;;;; +1D16C;MUSICAL SYMBOL FINGERED TREMOLO-3;So;0;L;;;;;N;;;;; +1D16D;MUSICAL SYMBOL COMBINING AUGMENTATION DOT;Mc;226;L;;;;;N;;;;; +1D16E;MUSICAL SYMBOL COMBINING FLAG-1;Mc;216;L;;;;;N;;;;; +1D16F;MUSICAL SYMBOL COMBINING FLAG-2;Mc;216;L;;;;;N;;;;; +1D170;MUSICAL SYMBOL COMBINING FLAG-3;Mc;216;L;;;;;N;;;;; +1D171;MUSICAL SYMBOL COMBINING FLAG-4;Mc;216;L;;;;;N;;;;; +1D172;MUSICAL SYMBOL COMBINING FLAG-5;Mc;216;L;;;;;N;;;;; +1D173;MUSICAL SYMBOL BEGIN BEAM;Cf;0;BN;;;;;N;;;;; +1D174;MUSICAL SYMBOL END BEAM;Cf;0;BN;;;;;N;;;;; +1D175;MUSICAL SYMBOL BEGIN TIE;Cf;0;BN;;;;;N;;;;; +1D176;MUSICAL SYMBOL END TIE;Cf;0;BN;;;;;N;;;;; +1D177;MUSICAL SYMBOL BEGIN SLUR;Cf;0;BN;;;;;N;;;;; +1D178;MUSICAL SYMBOL END SLUR;Cf;0;BN;;;;;N;;;;; +1D179;MUSICAL SYMBOL BEGIN PHRASE;Cf;0;BN;;;;;N;;;;; +1D17A;MUSICAL SYMBOL END PHRASE;Cf;0;BN;;;;;N;;;;; +1D17B;MUSICAL SYMBOL COMBINING ACCENT;Mn;220;NSM;;;;;N;;;;; +1D17C;MUSICAL SYMBOL COMBINING STACCATO;Mn;220;NSM;;;;;N;;;;; +1D17D;MUSICAL SYMBOL COMBINING TENUTO;Mn;220;NSM;;;;;N;;;;; +1D17E;MUSICAL SYMBOL COMBINING STACCATISSIMO;Mn;220;NSM;;;;;N;;;;; +1D17F;MUSICAL SYMBOL COMBINING MARCATO;Mn;220;NSM;;;;;N;;;;; +1D180;MUSICAL SYMBOL COMBINING MARCATO-STACCATO;Mn;220;NSM;;;;;N;;;;; +1D181;MUSICAL SYMBOL COMBINING ACCENT-STACCATO;Mn;220;NSM;;;;;N;;;;; +1D182;MUSICAL SYMBOL COMBINING LOURE;Mn;220;NSM;;;;;N;;;;; +1D183;MUSICAL SYMBOL ARPEGGIATO UP;So;0;L;;;;;N;;;;; +1D184;MUSICAL SYMBOL ARPEGGIATO DOWN;So;0;L;;;;;N;;;;; +1D185;MUSICAL SYMBOL COMBINING DOIT;Mn;230;NSM;;;;;N;;;;; +1D186;MUSICAL SYMBOL COMBINING RIP;Mn;230;NSM;;;;;N;;;;; +1D187;MUSICAL SYMBOL COMBINING FLIP;Mn;230;NSM;;;;;N;;;;; +1D188;MUSICAL SYMBOL COMBINING SMEAR;Mn;230;NSM;;;;;N;;;;; +1D189;MUSICAL SYMBOL COMBINING BEND;Mn;230;NSM;;;;;N;;;;; +1D18A;MUSICAL SYMBOL COMBINING DOUBLE TONGUE;Mn;220;NSM;;;;;N;;;;; +1D18B;MUSICAL SYMBOL COMBINING TRIPLE TONGUE;Mn;220;NSM;;;;;N;;;;; +1D18C;MUSICAL SYMBOL RINFORZANDO;So;0;L;;;;;N;;;;; +1D18D;MUSICAL SYMBOL SUBITO;So;0;L;;;;;N;;;;; +1D18E;MUSICAL SYMBOL Z;So;0;L;;;;;N;;;;; +1D18F;MUSICAL SYMBOL PIANO;So;0;L;;;;;N;;;;; +1D190;MUSICAL SYMBOL MEZZO;So;0;L;;;;;N;;;;; +1D191;MUSICAL SYMBOL FORTE;So;0;L;;;;;N;;;;; +1D192;MUSICAL SYMBOL CRESCENDO;So;0;L;;;;;N;;;;; +1D193;MUSICAL SYMBOL DECRESCENDO;So;0;L;;;;;N;;;;; +1D194;MUSICAL SYMBOL GRACE NOTE SLASH;So;0;L;;;;;N;;;;; +1D195;MUSICAL SYMBOL GRACE NOTE NO SLASH;So;0;L;;;;;N;;;;; +1D196;MUSICAL SYMBOL TR;So;0;L;;;;;N;;;;; +1D197;MUSICAL SYMBOL TURN;So;0;L;;;;;N;;;;; +1D198;MUSICAL SYMBOL INVERTED TURN;So;0;L;;;;;N;;;;; +1D199;MUSICAL SYMBOL TURN SLASH;So;0;L;;;;;N;;;;; +1D19A;MUSICAL SYMBOL TURN UP;So;0;L;;;;;N;;;;; +1D19B;MUSICAL SYMBOL ORNAMENT STROKE-1;So;0;L;;;;;N;;;;; +1D19C;MUSICAL SYMBOL ORNAMENT STROKE-2;So;0;L;;;;;N;;;;; +1D19D;MUSICAL SYMBOL ORNAMENT STROKE-3;So;0;L;;;;;N;;;;; +1D19E;MUSICAL SYMBOL ORNAMENT STROKE-4;So;0;L;;;;;N;;;;; +1D19F;MUSICAL SYMBOL ORNAMENT STROKE-5;So;0;L;;;;;N;;;;; +1D1A0;MUSICAL SYMBOL ORNAMENT STROKE-6;So;0;L;;;;;N;;;;; +1D1A1;MUSICAL SYMBOL ORNAMENT STROKE-7;So;0;L;;;;;N;;;;; +1D1A2;MUSICAL SYMBOL ORNAMENT STROKE-8;So;0;L;;;;;N;;;;; +1D1A3;MUSICAL SYMBOL ORNAMENT STROKE-9;So;0;L;;;;;N;;;;; +1D1A4;MUSICAL SYMBOL ORNAMENT STROKE-10;So;0;L;;;;;N;;;;; +1D1A5;MUSICAL SYMBOL ORNAMENT STROKE-11;So;0;L;;;;;N;;;;; +1D1A6;MUSICAL SYMBOL HAUPTSTIMME;So;0;L;;;;;N;;;;; +1D1A7;MUSICAL SYMBOL NEBENSTIMME;So;0;L;;;;;N;;;;; +1D1A8;MUSICAL SYMBOL END OF STIMME;So;0;L;;;;;N;;;;; +1D1A9;MUSICAL SYMBOL DEGREE SLASH;So;0;L;;;;;N;;;;; +1D1AA;MUSICAL SYMBOL COMBINING DOWN BOW;Mn;230;NSM;;;;;N;;;;; +1D1AB;MUSICAL SYMBOL COMBINING UP BOW;Mn;230;NSM;;;;;N;;;;; +1D1AC;MUSICAL SYMBOL COMBINING HARMONIC;Mn;230;NSM;;;;;N;;;;; +1D1AD;MUSICAL SYMBOL COMBINING SNAP PIZZICATO;Mn;230;NSM;;;;;N;;;;; +1D1AE;MUSICAL SYMBOL PEDAL MARK;So;0;L;;;;;N;;;;; +1D1AF;MUSICAL SYMBOL PEDAL UP MARK;So;0;L;;;;;N;;;;; +1D1B0;MUSICAL SYMBOL HALF PEDAL MARK;So;0;L;;;;;N;;;;; +1D1B1;MUSICAL SYMBOL GLISSANDO UP;So;0;L;;;;;N;;;;; +1D1B2;MUSICAL SYMBOL GLISSANDO DOWN;So;0;L;;;;;N;;;;; +1D1B3;MUSICAL SYMBOL WITH FINGERNAILS;So;0;L;;;;;N;;;;; +1D1B4;MUSICAL SYMBOL DAMP;So;0;L;;;;;N;;;;; +1D1B5;MUSICAL SYMBOL DAMP ALL;So;0;L;;;;;N;;;;; +1D1B6;MUSICAL SYMBOL MAXIMA;So;0;L;;;;;N;;;;; +1D1B7;MUSICAL SYMBOL LONGA;So;0;L;;;;;N;;;;; +1D1B8;MUSICAL SYMBOL BREVIS;So;0;L;;;;;N;;;;; +1D1B9;MUSICAL SYMBOL SEMIBREVIS WHITE;So;0;L;;;;;N;;;;; +1D1BA;MUSICAL SYMBOL SEMIBREVIS BLACK;So;0;L;;;;;N;;;;; +1D1BB;MUSICAL SYMBOL MINIMA;So;0;L;1D1B9 1D165;;;;N;;;;; +1D1BC;MUSICAL SYMBOL MINIMA BLACK;So;0;L;1D1BA 1D165;;;;N;;;;; +1D1BD;MUSICAL SYMBOL SEMIMINIMA WHITE;So;0;L;1D1BB 1D16E;;;;N;;;;; +1D1BE;MUSICAL SYMBOL SEMIMINIMA BLACK;So;0;L;1D1BC 1D16E;;;;N;;;;; +1D1BF;MUSICAL SYMBOL FUSA WHITE;So;0;L;1D1BB 1D16F;;;;N;;;;; +1D1C0;MUSICAL SYMBOL FUSA BLACK;So;0;L;1D1BC 1D16F;;;;N;;;;; +1D1C1;MUSICAL SYMBOL LONGA PERFECTA REST;So;0;L;;;;;N;;;;; +1D1C2;MUSICAL SYMBOL LONGA IMPERFECTA REST;So;0;L;;;;;N;;;;; +1D1C3;MUSICAL SYMBOL BREVIS REST;So;0;L;;;;;N;;;;; +1D1C4;MUSICAL SYMBOL SEMIBREVIS REST;So;0;L;;;;;N;;;;; +1D1C5;MUSICAL SYMBOL MINIMA REST;So;0;L;;;;;N;;;;; +1D1C6;MUSICAL SYMBOL SEMIMINIMA REST;So;0;L;;;;;N;;;;; +1D1C7;MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA;So;0;L;;;;;N;;;;; +1D1C8;MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA;So;0;L;;;;;N;;;;; +1D1C9;MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-1;So;0;L;;;;;N;;;;; +1D1CA;MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA;So;0;L;;;;;N;;;;; +1D1CB;MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA;So;0;L;;;;;N;;;;; +1D1CC;MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-1;So;0;L;;;;;N;;;;; +1D1CD;MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-2;So;0;L;;;;;N;;;;; +1D1CE;MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-3;So;0;L;;;;;N;;;;; +1D1CF;MUSICAL SYMBOL CROIX;So;0;L;;;;;N;;;;; +1D1D0;MUSICAL SYMBOL GREGORIAN C CLEF;So;0;L;;;;;N;;;;; +1D1D1;MUSICAL SYMBOL GREGORIAN F CLEF;So;0;L;;;;;N;;;;; +1D1D2;MUSICAL SYMBOL SQUARE B;So;0;L;;;;;N;;;;; +1D1D3;MUSICAL SYMBOL VIRGA;So;0;L;;;;;N;;;;; +1D1D4;MUSICAL SYMBOL PODATUS;So;0;L;;;;;N;;;;; +1D1D5;MUSICAL SYMBOL CLIVIS;So;0;L;;;;;N;;;;; +1D1D6;MUSICAL SYMBOL SCANDICUS;So;0;L;;;;;N;;;;; +1D1D7;MUSICAL SYMBOL CLIMACUS;So;0;L;;;;;N;;;;; +1D1D8;MUSICAL SYMBOL TORCULUS;So;0;L;;;;;N;;;;; +1D1D9;MUSICAL SYMBOL PORRECTUS;So;0;L;;;;;N;;;;; +1D1DA;MUSICAL SYMBOL PORRECTUS FLEXUS;So;0;L;;;;;N;;;;; +1D1DB;MUSICAL SYMBOL SCANDICUS FLEXUS;So;0;L;;;;;N;;;;; +1D1DC;MUSICAL SYMBOL TORCULUS RESUPINUS;So;0;L;;;;;N;;;;; +1D1DD;MUSICAL SYMBOL PES SUBPUNCTIS;So;0;L;;;;;N;;;;; +1D200;GREEK VOCAL NOTATION SYMBOL-1;So;0;ON;;;;;N;;;;; +1D201;GREEK VOCAL NOTATION SYMBOL-2;So;0;ON;;;;;N;;;;; +1D202;GREEK VOCAL NOTATION SYMBOL-3;So;0;ON;;;;;N;;;;; +1D203;GREEK VOCAL NOTATION SYMBOL-4;So;0;ON;;;;;N;;;;; +1D204;GREEK VOCAL NOTATION SYMBOL-5;So;0;ON;;;;;N;;;;; +1D205;GREEK VOCAL NOTATION SYMBOL-6;So;0;ON;;;;;N;;;;; +1D206;GREEK VOCAL NOTATION SYMBOL-7;So;0;ON;;;;;N;;;;; +1D207;GREEK VOCAL NOTATION SYMBOL-8;So;0;ON;;;;;N;;;;; +1D208;GREEK VOCAL NOTATION SYMBOL-9;So;0;ON;;;;;N;;;;; +1D209;GREEK VOCAL NOTATION SYMBOL-10;So;0;ON;;;;;N;;;;; +1D20A;GREEK VOCAL NOTATION SYMBOL-11;So;0;ON;;;;;N;;;;; +1D20B;GREEK VOCAL NOTATION SYMBOL-12;So;0;ON;;;;;N;;;;; +1D20C;GREEK VOCAL NOTATION SYMBOL-13;So;0;ON;;;;;N;;;;; +1D20D;GREEK VOCAL NOTATION SYMBOL-14;So;0;ON;;;;;N;;;;; +1D20E;GREEK VOCAL NOTATION SYMBOL-15;So;0;ON;;;;;N;;;;; +1D20F;GREEK VOCAL NOTATION SYMBOL-16;So;0;ON;;;;;N;;;;; +1D210;GREEK VOCAL NOTATION SYMBOL-17;So;0;ON;;;;;N;;;;; +1D211;GREEK VOCAL NOTATION SYMBOL-18;So;0;ON;;;;;N;;;;; +1D212;GREEK VOCAL NOTATION SYMBOL-19;So;0;ON;;;;;N;;;;; +1D213;GREEK VOCAL NOTATION SYMBOL-20;So;0;ON;;;;;N;;;;; +1D214;GREEK VOCAL NOTATION SYMBOL-21;So;0;ON;;;;;N;;;;; +1D215;GREEK VOCAL NOTATION SYMBOL-22;So;0;ON;;;;;N;;;;; +1D216;GREEK VOCAL NOTATION SYMBOL-23;So;0;ON;;;;;N;;;;; +1D217;GREEK VOCAL NOTATION SYMBOL-24;So;0;ON;;;;;N;;;;; +1D218;GREEK VOCAL NOTATION SYMBOL-50;So;0;ON;;;;;N;;;;; +1D219;GREEK VOCAL NOTATION SYMBOL-51;So;0;ON;;;;;N;;;;; +1D21A;GREEK VOCAL NOTATION SYMBOL-52;So;0;ON;;;;;N;;;;; +1D21B;GREEK VOCAL NOTATION SYMBOL-53;So;0;ON;;;;;N;;;;; +1D21C;GREEK VOCAL NOTATION SYMBOL-54;So;0;ON;;;;;N;;;;; +1D21D;GREEK INSTRUMENTAL NOTATION SYMBOL-1;So;0;ON;;;;;N;;;;; +1D21E;GREEK INSTRUMENTAL NOTATION SYMBOL-2;So;0;ON;;;;;N;;;;; +1D21F;GREEK INSTRUMENTAL NOTATION SYMBOL-4;So;0;ON;;;;;N;;;;; +1D220;GREEK INSTRUMENTAL NOTATION SYMBOL-5;So;0;ON;;;;;N;;;;; +1D221;GREEK INSTRUMENTAL NOTATION SYMBOL-7;So;0;ON;;;;;N;;;;; +1D222;GREEK INSTRUMENTAL NOTATION SYMBOL-8;So;0;ON;;;;;N;;;;; +1D223;GREEK INSTRUMENTAL NOTATION SYMBOL-11;So;0;ON;;;;;N;;;;; +1D224;GREEK INSTRUMENTAL NOTATION SYMBOL-12;So;0;ON;;;;;N;;;;; +1D225;GREEK INSTRUMENTAL NOTATION SYMBOL-13;So;0;ON;;;;;N;;;;; +1D226;GREEK INSTRUMENTAL NOTATION SYMBOL-14;So;0;ON;;;;;N;;;;; +1D227;GREEK INSTRUMENTAL NOTATION SYMBOL-17;So;0;ON;;;;;N;;;;; +1D228;GREEK INSTRUMENTAL NOTATION SYMBOL-18;So;0;ON;;;;;N;;;;; +1D229;GREEK INSTRUMENTAL NOTATION SYMBOL-19;So;0;ON;;;;;N;;;;; +1D22A;GREEK INSTRUMENTAL NOTATION SYMBOL-23;So;0;ON;;;;;N;;;;; +1D22B;GREEK INSTRUMENTAL NOTATION SYMBOL-24;So;0;ON;;;;;N;;;;; +1D22C;GREEK INSTRUMENTAL NOTATION SYMBOL-25;So;0;ON;;;;;N;;;;; +1D22D;GREEK INSTRUMENTAL NOTATION SYMBOL-26;So;0;ON;;;;;N;;;;; +1D22E;GREEK INSTRUMENTAL NOTATION SYMBOL-27;So;0;ON;;;;;N;;;;; +1D22F;GREEK INSTRUMENTAL NOTATION SYMBOL-29;So;0;ON;;;;;N;;;;; +1D230;GREEK INSTRUMENTAL NOTATION SYMBOL-30;So;0;ON;;;;;N;;;;; +1D231;GREEK INSTRUMENTAL NOTATION SYMBOL-32;So;0;ON;;;;;N;;;;; +1D232;GREEK INSTRUMENTAL NOTATION SYMBOL-36;So;0;ON;;;;;N;;;;; +1D233;GREEK INSTRUMENTAL NOTATION SYMBOL-37;So;0;ON;;;;;N;;;;; +1D234;GREEK INSTRUMENTAL NOTATION SYMBOL-38;So;0;ON;;;;;N;;;;; +1D235;GREEK INSTRUMENTAL NOTATION SYMBOL-39;So;0;ON;;;;;N;;;;; +1D236;GREEK INSTRUMENTAL NOTATION SYMBOL-40;So;0;ON;;;;;N;;;;; +1D237;GREEK INSTRUMENTAL NOTATION SYMBOL-42;So;0;ON;;;;;N;;;;; +1D238;GREEK INSTRUMENTAL NOTATION SYMBOL-43;So;0;ON;;;;;N;;;;; +1D239;GREEK INSTRUMENTAL NOTATION SYMBOL-45;So;0;ON;;;;;N;;;;; +1D23A;GREEK INSTRUMENTAL NOTATION SYMBOL-47;So;0;ON;;;;;N;;;;; +1D23B;GREEK INSTRUMENTAL NOTATION SYMBOL-48;So;0;ON;;;;;N;;;;; +1D23C;GREEK INSTRUMENTAL NOTATION SYMBOL-49;So;0;ON;;;;;N;;;;; +1D23D;GREEK INSTRUMENTAL NOTATION SYMBOL-50;So;0;ON;;;;;N;;;;; +1D23E;GREEK INSTRUMENTAL NOTATION SYMBOL-51;So;0;ON;;;;;N;;;;; +1D23F;GREEK INSTRUMENTAL NOTATION SYMBOL-52;So;0;ON;;;;;N;;;;; +1D240;GREEK INSTRUMENTAL NOTATION SYMBOL-53;So;0;ON;;;;;N;;;;; +1D241;GREEK INSTRUMENTAL NOTATION SYMBOL-54;So;0;ON;;;;;N;;;;; +1D242;COMBINING GREEK MUSICAL TRISEME;Mn;230;NSM;;;;;N;;;;; +1D243;COMBINING GREEK MUSICAL TETRASEME;Mn;230;NSM;;;;;N;;;;; +1D244;COMBINING GREEK MUSICAL PENTASEME;Mn;230;NSM;;;;;N;;;;; +1D245;GREEK MUSICAL LEIMMA;So;0;ON;;;;;N;;;;; +1D300;MONOGRAM FOR EARTH;So;0;ON;;;;;N;;;;; +1D301;DIGRAM FOR HEAVENLY EARTH;So;0;ON;;;;;N;;;;; +1D302;DIGRAM FOR HUMAN EARTH;So;0;ON;;;;;N;;;;; +1D303;DIGRAM FOR EARTHLY HEAVEN;So;0;ON;;;;;N;;;;; +1D304;DIGRAM FOR EARTHLY HUMAN;So;0;ON;;;;;N;;;;; +1D305;DIGRAM FOR EARTH;So;0;ON;;;;;N;;;;; +1D306;TETRAGRAM FOR CENTRE;So;0;ON;;;;;N;;;;; +1D307;TETRAGRAM FOR FULL CIRCLE;So;0;ON;;;;;N;;;;; +1D308;TETRAGRAM FOR MIRED;So;0;ON;;;;;N;;;;; +1D309;TETRAGRAM FOR BARRIER;So;0;ON;;;;;N;;;;; +1D30A;TETRAGRAM FOR KEEPING SMALL;So;0;ON;;;;;N;;;;; +1D30B;TETRAGRAM FOR CONTRARIETY;So;0;ON;;;;;N;;;;; +1D30C;TETRAGRAM FOR ASCENT;So;0;ON;;;;;N;;;;; +1D30D;TETRAGRAM FOR OPPOSITION;So;0;ON;;;;;N;;;;; +1D30E;TETRAGRAM FOR BRANCHING OUT;So;0;ON;;;;;N;;;;; +1D30F;TETRAGRAM FOR DEFECTIVENESS OR DISTORTION;So;0;ON;;;;;N;;;;; +1D310;TETRAGRAM FOR DIVERGENCE;So;0;ON;;;;;N;;;;; +1D311;TETRAGRAM FOR YOUTHFULNESS;So;0;ON;;;;;N;;;;; +1D312;TETRAGRAM FOR INCREASE;So;0;ON;;;;;N;;;;; +1D313;TETRAGRAM FOR PENETRATION;So;0;ON;;;;;N;;;;; +1D314;TETRAGRAM FOR REACH;So;0;ON;;;;;N;;;;; +1D315;TETRAGRAM FOR CONTACT;So;0;ON;;;;;N;;;;; +1D316;TETRAGRAM FOR HOLDING BACK;So;0;ON;;;;;N;;;;; +1D317;TETRAGRAM FOR WAITING;So;0;ON;;;;;N;;;;; +1D318;TETRAGRAM FOR FOLLOWING;So;0;ON;;;;;N;;;;; +1D319;TETRAGRAM FOR ADVANCE;So;0;ON;;;;;N;;;;; +1D31A;TETRAGRAM FOR RELEASE;So;0;ON;;;;;N;;;;; +1D31B;TETRAGRAM FOR RESISTANCE;So;0;ON;;;;;N;;;;; +1D31C;TETRAGRAM FOR EASE;So;0;ON;;;;;N;;;;; +1D31D;TETRAGRAM FOR JOY;So;0;ON;;;;;N;;;;; +1D31E;TETRAGRAM FOR CONTENTION;So;0;ON;;;;;N;;;;; +1D31F;TETRAGRAM FOR ENDEAVOUR;So;0;ON;;;;;N;;;;; +1D320;TETRAGRAM FOR DUTIES;So;0;ON;;;;;N;;;;; +1D321;TETRAGRAM FOR CHANGE;So;0;ON;;;;;N;;;;; +1D322;TETRAGRAM FOR DECISIVENESS;So;0;ON;;;;;N;;;;; +1D323;TETRAGRAM FOR BOLD RESOLUTION;So;0;ON;;;;;N;;;;; +1D324;TETRAGRAM FOR PACKING;So;0;ON;;;;;N;;;;; +1D325;TETRAGRAM FOR LEGION;So;0;ON;;;;;N;;;;; +1D326;TETRAGRAM FOR CLOSENESS;So;0;ON;;;;;N;;;;; +1D327;TETRAGRAM FOR KINSHIP;So;0;ON;;;;;N;;;;; +1D328;TETRAGRAM FOR GATHERING;So;0;ON;;;;;N;;;;; +1D329;TETRAGRAM FOR STRENGTH;So;0;ON;;;;;N;;;;; +1D32A;TETRAGRAM FOR PURITY;So;0;ON;;;;;N;;;;; +1D32B;TETRAGRAM FOR FULLNESS;So;0;ON;;;;;N;;;;; +1D32C;TETRAGRAM FOR RESIDENCE;So;0;ON;;;;;N;;;;; +1D32D;TETRAGRAM FOR LAW OR MODEL;So;0;ON;;;;;N;;;;; +1D32E;TETRAGRAM FOR RESPONSE;So;0;ON;;;;;N;;;;; +1D32F;TETRAGRAM FOR GOING TO MEET;So;0;ON;;;;;N;;;;; +1D330;TETRAGRAM FOR ENCOUNTERS;So;0;ON;;;;;N;;;;; +1D331;TETRAGRAM FOR STOVE;So;0;ON;;;;;N;;;;; +1D332;TETRAGRAM FOR GREATNESS;So;0;ON;;;;;N;;;;; +1D333;TETRAGRAM FOR ENLARGEMENT;So;0;ON;;;;;N;;;;; +1D334;TETRAGRAM FOR PATTERN;So;0;ON;;;;;N;;;;; +1D335;TETRAGRAM FOR RITUAL;So;0;ON;;;;;N;;;;; +1D336;TETRAGRAM FOR FLIGHT;So;0;ON;;;;;N;;;;; +1D337;TETRAGRAM FOR VASTNESS OR WASTING;So;0;ON;;;;;N;;;;; +1D338;TETRAGRAM FOR CONSTANCY;So;0;ON;;;;;N;;;;; +1D339;TETRAGRAM FOR MEASURE;So;0;ON;;;;;N;;;;; +1D33A;TETRAGRAM FOR ETERNITY;So;0;ON;;;;;N;;;;; +1D33B;TETRAGRAM FOR UNITY;So;0;ON;;;;;N;;;;; +1D33C;TETRAGRAM FOR DIMINISHMENT;So;0;ON;;;;;N;;;;; +1D33D;TETRAGRAM FOR CLOSED MOUTH;So;0;ON;;;;;N;;;;; +1D33E;TETRAGRAM FOR GUARDEDNESS;So;0;ON;;;;;N;;;;; +1D33F;TETRAGRAM FOR GATHERING IN;So;0;ON;;;;;N;;;;; +1D340;TETRAGRAM FOR MASSING;So;0;ON;;;;;N;;;;; +1D341;TETRAGRAM FOR ACCUMULATION;So;0;ON;;;;;N;;;;; +1D342;TETRAGRAM FOR EMBELLISHMENT;So;0;ON;;;;;N;;;;; +1D343;TETRAGRAM FOR DOUBT;So;0;ON;;;;;N;;;;; +1D344;TETRAGRAM FOR WATCH;So;0;ON;;;;;N;;;;; +1D345;TETRAGRAM FOR SINKING;So;0;ON;;;;;N;;;;; +1D346;TETRAGRAM FOR INNER;So;0;ON;;;;;N;;;;; +1D347;TETRAGRAM FOR DEPARTURE;So;0;ON;;;;;N;;;;; +1D348;TETRAGRAM FOR DARKENING;So;0;ON;;;;;N;;;;; +1D349;TETRAGRAM FOR DIMMING;So;0;ON;;;;;N;;;;; +1D34A;TETRAGRAM FOR EXHAUSTION;So;0;ON;;;;;N;;;;; +1D34B;TETRAGRAM FOR SEVERANCE;So;0;ON;;;;;N;;;;; +1D34C;TETRAGRAM FOR STOPPAGE;So;0;ON;;;;;N;;;;; +1D34D;TETRAGRAM FOR HARDNESS;So;0;ON;;;;;N;;;;; +1D34E;TETRAGRAM FOR COMPLETION;So;0;ON;;;;;N;;;;; +1D34F;TETRAGRAM FOR CLOSURE;So;0;ON;;;;;N;;;;; +1D350;TETRAGRAM FOR FAILURE;So;0;ON;;;;;N;;;;; +1D351;TETRAGRAM FOR AGGRAVATION;So;0;ON;;;;;N;;;;; +1D352;TETRAGRAM FOR COMPLIANCE;So;0;ON;;;;;N;;;;; +1D353;TETRAGRAM FOR ON THE VERGE;So;0;ON;;;;;N;;;;; +1D354;TETRAGRAM FOR DIFFICULTIES;So;0;ON;;;;;N;;;;; +1D355;TETRAGRAM FOR LABOURING;So;0;ON;;;;;N;;;;; +1D356;TETRAGRAM FOR FOSTERING;So;0;ON;;;;;N;;;;; +1D360;COUNTING ROD UNIT DIGIT ONE;No;0;L;;;;1;N;;;;; +1D361;COUNTING ROD UNIT DIGIT TWO;No;0;L;;;;2;N;;;;; +1D362;COUNTING ROD UNIT DIGIT THREE;No;0;L;;;;3;N;;;;; +1D363;COUNTING ROD UNIT DIGIT FOUR;No;0;L;;;;4;N;;;;; +1D364;COUNTING ROD UNIT DIGIT FIVE;No;0;L;;;;5;N;;;;; +1D365;COUNTING ROD UNIT DIGIT SIX;No;0;L;;;;6;N;;;;; +1D366;COUNTING ROD UNIT DIGIT SEVEN;No;0;L;;;;7;N;;;;; +1D367;COUNTING ROD UNIT DIGIT EIGHT;No;0;L;;;;8;N;;;;; +1D368;COUNTING ROD UNIT DIGIT NINE;No;0;L;;;;9;N;;;;; +1D369;COUNTING ROD TENS DIGIT ONE;No;0;L;;;;10;N;;;;; +1D36A;COUNTING ROD TENS DIGIT TWO;No;0;L;;;;20;N;;;;; +1D36B;COUNTING ROD TENS DIGIT THREE;No;0;L;;;;30;N;;;;; +1D36C;COUNTING ROD TENS DIGIT FOUR;No;0;L;;;;40;N;;;;; +1D36D;COUNTING ROD TENS DIGIT FIVE;No;0;L;;;;50;N;;;;; +1D36E;COUNTING ROD TENS DIGIT SIX;No;0;L;;;;60;N;;;;; +1D36F;COUNTING ROD TENS DIGIT SEVEN;No;0;L;;;;70;N;;;;; +1D370;COUNTING ROD TENS DIGIT EIGHT;No;0;L;;;;80;N;;;;; +1D371;COUNTING ROD TENS DIGIT NINE;No;0;L;;;;90;N;;;;; +1D400;MATHEMATICAL BOLD CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D401;MATHEMATICAL BOLD CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D402;MATHEMATICAL BOLD CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D403;MATHEMATICAL BOLD CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D404;MATHEMATICAL BOLD CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D405;MATHEMATICAL BOLD CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D406;MATHEMATICAL BOLD CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D407;MATHEMATICAL BOLD CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D408;MATHEMATICAL BOLD CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D409;MATHEMATICAL BOLD CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D40A;MATHEMATICAL BOLD CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D40B;MATHEMATICAL BOLD CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D40C;MATHEMATICAL BOLD CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D40D;MATHEMATICAL BOLD CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D40E;MATHEMATICAL BOLD CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D40F;MATHEMATICAL BOLD CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D410;MATHEMATICAL BOLD CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D411;MATHEMATICAL BOLD CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D412;MATHEMATICAL BOLD CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D413;MATHEMATICAL BOLD CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D414;MATHEMATICAL BOLD CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D415;MATHEMATICAL BOLD CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D416;MATHEMATICAL BOLD CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D417;MATHEMATICAL BOLD CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D418;MATHEMATICAL BOLD CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D419;MATHEMATICAL BOLD CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D41A;MATHEMATICAL BOLD SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D41B;MATHEMATICAL BOLD SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D41C;MATHEMATICAL BOLD SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D41D;MATHEMATICAL BOLD SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D41E;MATHEMATICAL BOLD SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D41F;MATHEMATICAL BOLD SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D420;MATHEMATICAL BOLD SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D421;MATHEMATICAL BOLD SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D422;MATHEMATICAL BOLD SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D423;MATHEMATICAL BOLD SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D424;MATHEMATICAL BOLD SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D425;MATHEMATICAL BOLD SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D426;MATHEMATICAL BOLD SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D427;MATHEMATICAL BOLD SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D428;MATHEMATICAL BOLD SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D429;MATHEMATICAL BOLD SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D42A;MATHEMATICAL BOLD SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D42B;MATHEMATICAL BOLD SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D42C;MATHEMATICAL BOLD SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D42D;MATHEMATICAL BOLD SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D42E;MATHEMATICAL BOLD SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D42F;MATHEMATICAL BOLD SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D430;MATHEMATICAL BOLD SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D431;MATHEMATICAL BOLD SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D432;MATHEMATICAL BOLD SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D433;MATHEMATICAL BOLD SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D434;MATHEMATICAL ITALIC CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D435;MATHEMATICAL ITALIC CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D436;MATHEMATICAL ITALIC CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D437;MATHEMATICAL ITALIC CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D438;MATHEMATICAL ITALIC CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D439;MATHEMATICAL ITALIC CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D43A;MATHEMATICAL ITALIC CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D43B;MATHEMATICAL ITALIC CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D43C;MATHEMATICAL ITALIC CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D43D;MATHEMATICAL ITALIC CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D43E;MATHEMATICAL ITALIC CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D43F;MATHEMATICAL ITALIC CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D440;MATHEMATICAL ITALIC CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D441;MATHEMATICAL ITALIC CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D442;MATHEMATICAL ITALIC CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D443;MATHEMATICAL ITALIC CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D444;MATHEMATICAL ITALIC CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D445;MATHEMATICAL ITALIC CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D446;MATHEMATICAL ITALIC CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D447;MATHEMATICAL ITALIC CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D448;MATHEMATICAL ITALIC CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D449;MATHEMATICAL ITALIC CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D44A;MATHEMATICAL ITALIC CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D44B;MATHEMATICAL ITALIC CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D44C;MATHEMATICAL ITALIC CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D44D;MATHEMATICAL ITALIC CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D44E;MATHEMATICAL ITALIC SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D44F;MATHEMATICAL ITALIC SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D450;MATHEMATICAL ITALIC SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D451;MATHEMATICAL ITALIC SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D452;MATHEMATICAL ITALIC SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D453;MATHEMATICAL ITALIC SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D454;MATHEMATICAL ITALIC SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D456;MATHEMATICAL ITALIC SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D457;MATHEMATICAL ITALIC SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D458;MATHEMATICAL ITALIC SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D459;MATHEMATICAL ITALIC SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D45A;MATHEMATICAL ITALIC SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D45B;MATHEMATICAL ITALIC SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D45C;MATHEMATICAL ITALIC SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D45D;MATHEMATICAL ITALIC SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D45E;MATHEMATICAL ITALIC SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D45F;MATHEMATICAL ITALIC SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D460;MATHEMATICAL ITALIC SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D461;MATHEMATICAL ITALIC SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D462;MATHEMATICAL ITALIC SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D463;MATHEMATICAL ITALIC SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D464;MATHEMATICAL ITALIC SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D465;MATHEMATICAL ITALIC SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D466;MATHEMATICAL ITALIC SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D467;MATHEMATICAL ITALIC SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D468;MATHEMATICAL BOLD ITALIC CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D469;MATHEMATICAL BOLD ITALIC CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D46A;MATHEMATICAL BOLD ITALIC CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D46B;MATHEMATICAL BOLD ITALIC CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D46C;MATHEMATICAL BOLD ITALIC CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D46D;MATHEMATICAL BOLD ITALIC CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D46E;MATHEMATICAL BOLD ITALIC CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D46F;MATHEMATICAL BOLD ITALIC CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D470;MATHEMATICAL BOLD ITALIC CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D471;MATHEMATICAL BOLD ITALIC CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D472;MATHEMATICAL BOLD ITALIC CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D473;MATHEMATICAL BOLD ITALIC CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D474;MATHEMATICAL BOLD ITALIC CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D475;MATHEMATICAL BOLD ITALIC CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D476;MATHEMATICAL BOLD ITALIC CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D477;MATHEMATICAL BOLD ITALIC CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D478;MATHEMATICAL BOLD ITALIC CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D479;MATHEMATICAL BOLD ITALIC CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D47A;MATHEMATICAL BOLD ITALIC CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D47B;MATHEMATICAL BOLD ITALIC CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D47C;MATHEMATICAL BOLD ITALIC CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D47D;MATHEMATICAL BOLD ITALIC CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D47E;MATHEMATICAL BOLD ITALIC CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D47F;MATHEMATICAL BOLD ITALIC CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D480;MATHEMATICAL BOLD ITALIC CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D481;MATHEMATICAL BOLD ITALIC CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D482;MATHEMATICAL BOLD ITALIC SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D483;MATHEMATICAL BOLD ITALIC SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D484;MATHEMATICAL BOLD ITALIC SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D485;MATHEMATICAL BOLD ITALIC SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D486;MATHEMATICAL BOLD ITALIC SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D487;MATHEMATICAL BOLD ITALIC SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D488;MATHEMATICAL BOLD ITALIC SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D489;MATHEMATICAL BOLD ITALIC SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D48A;MATHEMATICAL BOLD ITALIC SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D48B;MATHEMATICAL BOLD ITALIC SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D48C;MATHEMATICAL BOLD ITALIC SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D48D;MATHEMATICAL BOLD ITALIC SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D48E;MATHEMATICAL BOLD ITALIC SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D48F;MATHEMATICAL BOLD ITALIC SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D490;MATHEMATICAL BOLD ITALIC SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D491;MATHEMATICAL BOLD ITALIC SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D492;MATHEMATICAL BOLD ITALIC SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D493;MATHEMATICAL BOLD ITALIC SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D494;MATHEMATICAL BOLD ITALIC SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D495;MATHEMATICAL BOLD ITALIC SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D496;MATHEMATICAL BOLD ITALIC SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D497;MATHEMATICAL BOLD ITALIC SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D498;MATHEMATICAL BOLD ITALIC SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D499;MATHEMATICAL BOLD ITALIC SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D49A;MATHEMATICAL BOLD ITALIC SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D49B;MATHEMATICAL BOLD ITALIC SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D49C;MATHEMATICAL SCRIPT CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D49E;MATHEMATICAL SCRIPT CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D49F;MATHEMATICAL SCRIPT CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D4A2;MATHEMATICAL SCRIPT CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D4A5;MATHEMATICAL SCRIPT CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D4A6;MATHEMATICAL SCRIPT CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D4A9;MATHEMATICAL SCRIPT CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D4AA;MATHEMATICAL SCRIPT CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D4AB;MATHEMATICAL SCRIPT CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D4AC;MATHEMATICAL SCRIPT CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D4AE;MATHEMATICAL SCRIPT CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D4AF;MATHEMATICAL SCRIPT CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D4B0;MATHEMATICAL SCRIPT CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D4B1;MATHEMATICAL SCRIPT CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D4B2;MATHEMATICAL SCRIPT CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D4B3;MATHEMATICAL SCRIPT CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D4B4;MATHEMATICAL SCRIPT CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D4B5;MATHEMATICAL SCRIPT CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D4B6;MATHEMATICAL SCRIPT SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D4B7;MATHEMATICAL SCRIPT SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D4B8;MATHEMATICAL SCRIPT SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D4B9;MATHEMATICAL SCRIPT SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D4BB;MATHEMATICAL SCRIPT SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D4BD;MATHEMATICAL SCRIPT SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D4BE;MATHEMATICAL SCRIPT SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D4BF;MATHEMATICAL SCRIPT SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D4C0;MATHEMATICAL SCRIPT SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D4C1;MATHEMATICAL SCRIPT SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D4C2;MATHEMATICAL SCRIPT SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D4C3;MATHEMATICAL SCRIPT SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D4C5;MATHEMATICAL SCRIPT SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D4C6;MATHEMATICAL SCRIPT SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D4C7;MATHEMATICAL SCRIPT SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D4C8;MATHEMATICAL SCRIPT SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D4C9;MATHEMATICAL SCRIPT SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D4CA;MATHEMATICAL SCRIPT SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D4CB;MATHEMATICAL SCRIPT SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D4CC;MATHEMATICAL SCRIPT SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D4CD;MATHEMATICAL SCRIPT SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D4CE;MATHEMATICAL SCRIPT SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D4CF;MATHEMATICAL SCRIPT SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D4D0;MATHEMATICAL BOLD SCRIPT CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D4D1;MATHEMATICAL BOLD SCRIPT CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D4D2;MATHEMATICAL BOLD SCRIPT CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D4D3;MATHEMATICAL BOLD SCRIPT CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D4D4;MATHEMATICAL BOLD SCRIPT CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D4D5;MATHEMATICAL BOLD SCRIPT CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D4D6;MATHEMATICAL BOLD SCRIPT CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D4D7;MATHEMATICAL BOLD SCRIPT CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D4D8;MATHEMATICAL BOLD SCRIPT CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D4D9;MATHEMATICAL BOLD SCRIPT CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D4DA;MATHEMATICAL BOLD SCRIPT CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D4DB;MATHEMATICAL BOLD SCRIPT CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D4DC;MATHEMATICAL BOLD SCRIPT CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D4DD;MATHEMATICAL BOLD SCRIPT CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D4DE;MATHEMATICAL BOLD SCRIPT CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D4DF;MATHEMATICAL BOLD SCRIPT CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D4E0;MATHEMATICAL BOLD SCRIPT CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D4E1;MATHEMATICAL BOLD SCRIPT CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D4E2;MATHEMATICAL BOLD SCRIPT CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D4E3;MATHEMATICAL BOLD SCRIPT CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D4E4;MATHEMATICAL BOLD SCRIPT CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D4E5;MATHEMATICAL BOLD SCRIPT CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D4E6;MATHEMATICAL BOLD SCRIPT CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D4E7;MATHEMATICAL BOLD SCRIPT CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D4E8;MATHEMATICAL BOLD SCRIPT CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D4E9;MATHEMATICAL BOLD SCRIPT CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D4EA;MATHEMATICAL BOLD SCRIPT SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D4EB;MATHEMATICAL BOLD SCRIPT SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D4EC;MATHEMATICAL BOLD SCRIPT SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D4ED;MATHEMATICAL BOLD SCRIPT SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D4EE;MATHEMATICAL BOLD SCRIPT SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D4EF;MATHEMATICAL BOLD SCRIPT SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D4F0;MATHEMATICAL BOLD SCRIPT SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D4F1;MATHEMATICAL BOLD SCRIPT SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D4F2;MATHEMATICAL BOLD SCRIPT SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D4F3;MATHEMATICAL BOLD SCRIPT SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D4F4;MATHEMATICAL BOLD SCRIPT SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D4F5;MATHEMATICAL BOLD SCRIPT SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D4F6;MATHEMATICAL BOLD SCRIPT SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D4F7;MATHEMATICAL BOLD SCRIPT SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D4F8;MATHEMATICAL BOLD SCRIPT SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D4F9;MATHEMATICAL BOLD SCRIPT SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D4FA;MATHEMATICAL BOLD SCRIPT SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D4FB;MATHEMATICAL BOLD SCRIPT SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D4FC;MATHEMATICAL BOLD SCRIPT SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D4FD;MATHEMATICAL BOLD SCRIPT SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D4FE;MATHEMATICAL BOLD SCRIPT SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D4FF;MATHEMATICAL BOLD SCRIPT SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D500;MATHEMATICAL BOLD SCRIPT SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D501;MATHEMATICAL BOLD SCRIPT SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D502;MATHEMATICAL BOLD SCRIPT SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D503;MATHEMATICAL BOLD SCRIPT SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D504;MATHEMATICAL FRAKTUR CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D505;MATHEMATICAL FRAKTUR CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D507;MATHEMATICAL FRAKTUR CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D508;MATHEMATICAL FRAKTUR CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D509;MATHEMATICAL FRAKTUR CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D50A;MATHEMATICAL FRAKTUR CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D50D;MATHEMATICAL FRAKTUR CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D50E;MATHEMATICAL FRAKTUR CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D50F;MATHEMATICAL FRAKTUR CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D510;MATHEMATICAL FRAKTUR CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D511;MATHEMATICAL FRAKTUR CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D512;MATHEMATICAL FRAKTUR CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D513;MATHEMATICAL FRAKTUR CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D514;MATHEMATICAL FRAKTUR CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D516;MATHEMATICAL FRAKTUR CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D517;MATHEMATICAL FRAKTUR CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D518;MATHEMATICAL FRAKTUR CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D519;MATHEMATICAL FRAKTUR CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D51A;MATHEMATICAL FRAKTUR CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D51B;MATHEMATICAL FRAKTUR CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D51C;MATHEMATICAL FRAKTUR CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D51E;MATHEMATICAL FRAKTUR SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D51F;MATHEMATICAL FRAKTUR SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D520;MATHEMATICAL FRAKTUR SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D521;MATHEMATICAL FRAKTUR SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D522;MATHEMATICAL FRAKTUR SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D523;MATHEMATICAL FRAKTUR SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D524;MATHEMATICAL FRAKTUR SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D525;MATHEMATICAL FRAKTUR SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D526;MATHEMATICAL FRAKTUR SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D527;MATHEMATICAL FRAKTUR SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D528;MATHEMATICAL FRAKTUR SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D529;MATHEMATICAL FRAKTUR SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D52A;MATHEMATICAL FRAKTUR SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D52B;MATHEMATICAL FRAKTUR SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D52C;MATHEMATICAL FRAKTUR SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D52D;MATHEMATICAL FRAKTUR SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D52E;MATHEMATICAL FRAKTUR SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D52F;MATHEMATICAL FRAKTUR SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D530;MATHEMATICAL FRAKTUR SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D531;MATHEMATICAL FRAKTUR SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D532;MATHEMATICAL FRAKTUR SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D533;MATHEMATICAL FRAKTUR SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D534;MATHEMATICAL FRAKTUR SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D535;MATHEMATICAL FRAKTUR SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D536;MATHEMATICAL FRAKTUR SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D537;MATHEMATICAL FRAKTUR SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D538;MATHEMATICAL DOUBLE-STRUCK CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D539;MATHEMATICAL DOUBLE-STRUCK CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D53B;MATHEMATICAL DOUBLE-STRUCK CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D53C;MATHEMATICAL DOUBLE-STRUCK CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D53D;MATHEMATICAL DOUBLE-STRUCK CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D53E;MATHEMATICAL DOUBLE-STRUCK CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D540;MATHEMATICAL DOUBLE-STRUCK CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D541;MATHEMATICAL DOUBLE-STRUCK CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D542;MATHEMATICAL DOUBLE-STRUCK CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D543;MATHEMATICAL DOUBLE-STRUCK CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D544;MATHEMATICAL DOUBLE-STRUCK CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D546;MATHEMATICAL DOUBLE-STRUCK CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D54A;MATHEMATICAL DOUBLE-STRUCK CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D54B;MATHEMATICAL DOUBLE-STRUCK CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D54C;MATHEMATICAL DOUBLE-STRUCK CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D54D;MATHEMATICAL DOUBLE-STRUCK CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D54E;MATHEMATICAL DOUBLE-STRUCK CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D54F;MATHEMATICAL DOUBLE-STRUCK CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D550;MATHEMATICAL DOUBLE-STRUCK CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D552;MATHEMATICAL DOUBLE-STRUCK SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D553;MATHEMATICAL DOUBLE-STRUCK SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D554;MATHEMATICAL DOUBLE-STRUCK SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D555;MATHEMATICAL DOUBLE-STRUCK SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D556;MATHEMATICAL DOUBLE-STRUCK SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D557;MATHEMATICAL DOUBLE-STRUCK SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D558;MATHEMATICAL DOUBLE-STRUCK SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D559;MATHEMATICAL DOUBLE-STRUCK SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D55A;MATHEMATICAL DOUBLE-STRUCK SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D55B;MATHEMATICAL DOUBLE-STRUCK SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D55C;MATHEMATICAL DOUBLE-STRUCK SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D55D;MATHEMATICAL DOUBLE-STRUCK SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D55E;MATHEMATICAL DOUBLE-STRUCK SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D55F;MATHEMATICAL DOUBLE-STRUCK SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D560;MATHEMATICAL DOUBLE-STRUCK SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D561;MATHEMATICAL DOUBLE-STRUCK SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D562;MATHEMATICAL DOUBLE-STRUCK SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D563;MATHEMATICAL DOUBLE-STRUCK SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D564;MATHEMATICAL DOUBLE-STRUCK SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D565;MATHEMATICAL DOUBLE-STRUCK SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D566;MATHEMATICAL DOUBLE-STRUCK SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D567;MATHEMATICAL DOUBLE-STRUCK SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D568;MATHEMATICAL DOUBLE-STRUCK SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D569;MATHEMATICAL DOUBLE-STRUCK SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D56A;MATHEMATICAL DOUBLE-STRUCK SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D56B;MATHEMATICAL DOUBLE-STRUCK SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D56C;MATHEMATICAL BOLD FRAKTUR CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D56D;MATHEMATICAL BOLD FRAKTUR CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D56E;MATHEMATICAL BOLD FRAKTUR CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D56F;MATHEMATICAL BOLD FRAKTUR CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D570;MATHEMATICAL BOLD FRAKTUR CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D571;MATHEMATICAL BOLD FRAKTUR CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D572;MATHEMATICAL BOLD FRAKTUR CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D573;MATHEMATICAL BOLD FRAKTUR CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D574;MATHEMATICAL BOLD FRAKTUR CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D575;MATHEMATICAL BOLD FRAKTUR CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D576;MATHEMATICAL BOLD FRAKTUR CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D577;MATHEMATICAL BOLD FRAKTUR CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D578;MATHEMATICAL BOLD FRAKTUR CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D579;MATHEMATICAL BOLD FRAKTUR CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D57A;MATHEMATICAL BOLD FRAKTUR CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D57B;MATHEMATICAL BOLD FRAKTUR CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D57C;MATHEMATICAL BOLD FRAKTUR CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D57D;MATHEMATICAL BOLD FRAKTUR CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D57E;MATHEMATICAL BOLD FRAKTUR CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D57F;MATHEMATICAL BOLD FRAKTUR CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D580;MATHEMATICAL BOLD FRAKTUR CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D581;MATHEMATICAL BOLD FRAKTUR CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D582;MATHEMATICAL BOLD FRAKTUR CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D583;MATHEMATICAL BOLD FRAKTUR CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D584;MATHEMATICAL BOLD FRAKTUR CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D585;MATHEMATICAL BOLD FRAKTUR CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D586;MATHEMATICAL BOLD FRAKTUR SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D587;MATHEMATICAL BOLD FRAKTUR SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D588;MATHEMATICAL BOLD FRAKTUR SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D589;MATHEMATICAL BOLD FRAKTUR SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D58A;MATHEMATICAL BOLD FRAKTUR SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D58B;MATHEMATICAL BOLD FRAKTUR SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D58C;MATHEMATICAL BOLD FRAKTUR SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D58D;MATHEMATICAL BOLD FRAKTUR SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D58E;MATHEMATICAL BOLD FRAKTUR SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D58F;MATHEMATICAL BOLD FRAKTUR SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D590;MATHEMATICAL BOLD FRAKTUR SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D591;MATHEMATICAL BOLD FRAKTUR SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D592;MATHEMATICAL BOLD FRAKTUR SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D593;MATHEMATICAL BOLD FRAKTUR SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D594;MATHEMATICAL BOLD FRAKTUR SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D595;MATHEMATICAL BOLD FRAKTUR SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D596;MATHEMATICAL BOLD FRAKTUR SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D597;MATHEMATICAL BOLD FRAKTUR SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D598;MATHEMATICAL BOLD FRAKTUR SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D599;MATHEMATICAL BOLD FRAKTUR SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D59A;MATHEMATICAL BOLD FRAKTUR SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D59B;MATHEMATICAL BOLD FRAKTUR SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D59C;MATHEMATICAL BOLD FRAKTUR SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D59D;MATHEMATICAL BOLD FRAKTUR SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D59E;MATHEMATICAL BOLD FRAKTUR SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D59F;MATHEMATICAL BOLD FRAKTUR SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D5A0;MATHEMATICAL SANS-SERIF CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D5A1;MATHEMATICAL SANS-SERIF CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D5A2;MATHEMATICAL SANS-SERIF CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D5A3;MATHEMATICAL SANS-SERIF CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D5A4;MATHEMATICAL SANS-SERIF CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D5A5;MATHEMATICAL SANS-SERIF CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D5A6;MATHEMATICAL SANS-SERIF CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D5A7;MATHEMATICAL SANS-SERIF CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D5A8;MATHEMATICAL SANS-SERIF CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D5A9;MATHEMATICAL SANS-SERIF CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D5AA;MATHEMATICAL SANS-SERIF CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D5AB;MATHEMATICAL SANS-SERIF CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D5AC;MATHEMATICAL SANS-SERIF CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D5AD;MATHEMATICAL SANS-SERIF CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D5AE;MATHEMATICAL SANS-SERIF CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D5AF;MATHEMATICAL SANS-SERIF CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D5B0;MATHEMATICAL SANS-SERIF CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D5B1;MATHEMATICAL SANS-SERIF CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D5B2;MATHEMATICAL SANS-SERIF CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D5B3;MATHEMATICAL SANS-SERIF CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D5B4;MATHEMATICAL SANS-SERIF CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D5B5;MATHEMATICAL SANS-SERIF CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D5B6;MATHEMATICAL SANS-SERIF CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D5B7;MATHEMATICAL SANS-SERIF CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D5B8;MATHEMATICAL SANS-SERIF CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D5B9;MATHEMATICAL SANS-SERIF CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D5BA;MATHEMATICAL SANS-SERIF SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D5BB;MATHEMATICAL SANS-SERIF SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D5BC;MATHEMATICAL SANS-SERIF SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D5BD;MATHEMATICAL SANS-SERIF SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D5BE;MATHEMATICAL SANS-SERIF SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D5BF;MATHEMATICAL SANS-SERIF SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D5C0;MATHEMATICAL SANS-SERIF SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D5C1;MATHEMATICAL SANS-SERIF SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D5C2;MATHEMATICAL SANS-SERIF SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D5C3;MATHEMATICAL SANS-SERIF SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D5C4;MATHEMATICAL SANS-SERIF SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D5C5;MATHEMATICAL SANS-SERIF SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D5C6;MATHEMATICAL SANS-SERIF SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D5C7;MATHEMATICAL SANS-SERIF SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D5C8;MATHEMATICAL SANS-SERIF SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D5C9;MATHEMATICAL SANS-SERIF SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D5CA;MATHEMATICAL SANS-SERIF SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D5CB;MATHEMATICAL SANS-SERIF SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D5CC;MATHEMATICAL SANS-SERIF SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D5CD;MATHEMATICAL SANS-SERIF SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D5CE;MATHEMATICAL SANS-SERIF SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D5CF;MATHEMATICAL SANS-SERIF SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D5D0;MATHEMATICAL SANS-SERIF SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D5D1;MATHEMATICAL SANS-SERIF SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D5D2;MATHEMATICAL SANS-SERIF SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D5D3;MATHEMATICAL SANS-SERIF SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D5D4;MATHEMATICAL SANS-SERIF BOLD CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D5D5;MATHEMATICAL SANS-SERIF BOLD CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D5D6;MATHEMATICAL SANS-SERIF BOLD CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D5D7;MATHEMATICAL SANS-SERIF BOLD CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D5D8;MATHEMATICAL SANS-SERIF BOLD CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D5D9;MATHEMATICAL SANS-SERIF BOLD CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D5DA;MATHEMATICAL SANS-SERIF BOLD CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D5DB;MATHEMATICAL SANS-SERIF BOLD CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D5DC;MATHEMATICAL SANS-SERIF BOLD CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D5DD;MATHEMATICAL SANS-SERIF BOLD CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D5DE;MATHEMATICAL SANS-SERIF BOLD CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D5DF;MATHEMATICAL SANS-SERIF BOLD CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D5E0;MATHEMATICAL SANS-SERIF BOLD CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D5E1;MATHEMATICAL SANS-SERIF BOLD CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D5E2;MATHEMATICAL SANS-SERIF BOLD CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D5E3;MATHEMATICAL SANS-SERIF BOLD CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D5E4;MATHEMATICAL SANS-SERIF BOLD CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D5E5;MATHEMATICAL SANS-SERIF BOLD CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D5E6;MATHEMATICAL SANS-SERIF BOLD CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D5E7;MATHEMATICAL SANS-SERIF BOLD CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D5E8;MATHEMATICAL SANS-SERIF BOLD CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D5E9;MATHEMATICAL SANS-SERIF BOLD CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D5EA;MATHEMATICAL SANS-SERIF BOLD CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D5EB;MATHEMATICAL SANS-SERIF BOLD CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D5EC;MATHEMATICAL SANS-SERIF BOLD CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D5ED;MATHEMATICAL SANS-SERIF BOLD CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D5EE;MATHEMATICAL SANS-SERIF BOLD SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D5EF;MATHEMATICAL SANS-SERIF BOLD SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D5F0;MATHEMATICAL SANS-SERIF BOLD SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D5F1;MATHEMATICAL SANS-SERIF BOLD SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D5F2;MATHEMATICAL SANS-SERIF BOLD SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D5F3;MATHEMATICAL SANS-SERIF BOLD SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D5F4;MATHEMATICAL SANS-SERIF BOLD SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D5F5;MATHEMATICAL SANS-SERIF BOLD SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D5F6;MATHEMATICAL SANS-SERIF BOLD SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D5F7;MATHEMATICAL SANS-SERIF BOLD SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D5F8;MATHEMATICAL SANS-SERIF BOLD SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D5F9;MATHEMATICAL SANS-SERIF BOLD SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D5FA;MATHEMATICAL SANS-SERIF BOLD SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D5FB;MATHEMATICAL SANS-SERIF BOLD SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D5FC;MATHEMATICAL SANS-SERIF BOLD SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D5FD;MATHEMATICAL SANS-SERIF BOLD SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D5FE;MATHEMATICAL SANS-SERIF BOLD SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D5FF;MATHEMATICAL SANS-SERIF BOLD SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D600;MATHEMATICAL SANS-SERIF BOLD SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D601;MATHEMATICAL SANS-SERIF BOLD SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D602;MATHEMATICAL SANS-SERIF BOLD SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D603;MATHEMATICAL SANS-SERIF BOLD SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D604;MATHEMATICAL SANS-SERIF BOLD SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D605;MATHEMATICAL SANS-SERIF BOLD SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D606;MATHEMATICAL SANS-SERIF BOLD SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D607;MATHEMATICAL SANS-SERIF BOLD SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D608;MATHEMATICAL SANS-SERIF ITALIC CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D609;MATHEMATICAL SANS-SERIF ITALIC CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D60A;MATHEMATICAL SANS-SERIF ITALIC CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D60B;MATHEMATICAL SANS-SERIF ITALIC CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D60C;MATHEMATICAL SANS-SERIF ITALIC CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D60D;MATHEMATICAL SANS-SERIF ITALIC CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D60E;MATHEMATICAL SANS-SERIF ITALIC CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D60F;MATHEMATICAL SANS-SERIF ITALIC CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D610;MATHEMATICAL SANS-SERIF ITALIC CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D611;MATHEMATICAL SANS-SERIF ITALIC CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D612;MATHEMATICAL SANS-SERIF ITALIC CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D613;MATHEMATICAL SANS-SERIF ITALIC CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D614;MATHEMATICAL SANS-SERIF ITALIC CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D615;MATHEMATICAL SANS-SERIF ITALIC CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D616;MATHEMATICAL SANS-SERIF ITALIC CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D617;MATHEMATICAL SANS-SERIF ITALIC CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D618;MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D619;MATHEMATICAL SANS-SERIF ITALIC CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D61A;MATHEMATICAL SANS-SERIF ITALIC CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D61B;MATHEMATICAL SANS-SERIF ITALIC CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D61C;MATHEMATICAL SANS-SERIF ITALIC CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D61D;MATHEMATICAL SANS-SERIF ITALIC CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D61E;MATHEMATICAL SANS-SERIF ITALIC CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D61F;MATHEMATICAL SANS-SERIF ITALIC CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D620;MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D621;MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D622;MATHEMATICAL SANS-SERIF ITALIC SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D623;MATHEMATICAL SANS-SERIF ITALIC SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D624;MATHEMATICAL SANS-SERIF ITALIC SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D625;MATHEMATICAL SANS-SERIF ITALIC SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D626;MATHEMATICAL SANS-SERIF ITALIC SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D627;MATHEMATICAL SANS-SERIF ITALIC SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D628;MATHEMATICAL SANS-SERIF ITALIC SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D629;MATHEMATICAL SANS-SERIF ITALIC SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D62A;MATHEMATICAL SANS-SERIF ITALIC SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D62B;MATHEMATICAL SANS-SERIF ITALIC SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D62C;MATHEMATICAL SANS-SERIF ITALIC SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D62D;MATHEMATICAL SANS-SERIF ITALIC SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D62E;MATHEMATICAL SANS-SERIF ITALIC SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D62F;MATHEMATICAL SANS-SERIF ITALIC SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D630;MATHEMATICAL SANS-SERIF ITALIC SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D631;MATHEMATICAL SANS-SERIF ITALIC SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D632;MATHEMATICAL SANS-SERIF ITALIC SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D633;MATHEMATICAL SANS-SERIF ITALIC SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D634;MATHEMATICAL SANS-SERIF ITALIC SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D635;MATHEMATICAL SANS-SERIF ITALIC SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D636;MATHEMATICAL SANS-SERIF ITALIC SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D637;MATHEMATICAL SANS-SERIF ITALIC SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D638;MATHEMATICAL SANS-SERIF ITALIC SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D639;MATHEMATICAL SANS-SERIF ITALIC SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D63A;MATHEMATICAL SANS-SERIF ITALIC SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D63B;MATHEMATICAL SANS-SERIF ITALIC SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D63C;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D63D;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D63E;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D63F;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D640;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D641;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D642;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D643;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D644;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D645;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D646;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D647;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D648;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D649;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D64A;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D64B;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D64C;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D64D;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D64E;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D64F;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D650;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D651;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D652;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D653;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D654;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D655;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D656;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D657;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D658;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D659;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D65A;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D65B;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D65C;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D65D;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D65E;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D65F;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D660;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D661;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D662;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D663;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D664;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D665;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D666;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D667;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D668;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D669;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D66A;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D66B;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D66C;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D66D;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D66E;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D66F;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D670;MATHEMATICAL MONOSPACE CAPITAL A;Lu;0;L; 0041;;;;N;;;;; +1D671;MATHEMATICAL MONOSPACE CAPITAL B;Lu;0;L; 0042;;;;N;;;;; +1D672;MATHEMATICAL MONOSPACE CAPITAL C;Lu;0;L; 0043;;;;N;;;;; +1D673;MATHEMATICAL MONOSPACE CAPITAL D;Lu;0;L; 0044;;;;N;;;;; +1D674;MATHEMATICAL MONOSPACE CAPITAL E;Lu;0;L; 0045;;;;N;;;;; +1D675;MATHEMATICAL MONOSPACE CAPITAL F;Lu;0;L; 0046;;;;N;;;;; +1D676;MATHEMATICAL MONOSPACE CAPITAL G;Lu;0;L; 0047;;;;N;;;;; +1D677;MATHEMATICAL MONOSPACE CAPITAL H;Lu;0;L; 0048;;;;N;;;;; +1D678;MATHEMATICAL MONOSPACE CAPITAL I;Lu;0;L; 0049;;;;N;;;;; +1D679;MATHEMATICAL MONOSPACE CAPITAL J;Lu;0;L; 004A;;;;N;;;;; +1D67A;MATHEMATICAL MONOSPACE CAPITAL K;Lu;0;L; 004B;;;;N;;;;; +1D67B;MATHEMATICAL MONOSPACE CAPITAL L;Lu;0;L; 004C;;;;N;;;;; +1D67C;MATHEMATICAL MONOSPACE CAPITAL M;Lu;0;L; 004D;;;;N;;;;; +1D67D;MATHEMATICAL MONOSPACE CAPITAL N;Lu;0;L; 004E;;;;N;;;;; +1D67E;MATHEMATICAL MONOSPACE CAPITAL O;Lu;0;L; 004F;;;;N;;;;; +1D67F;MATHEMATICAL MONOSPACE CAPITAL P;Lu;0;L; 0050;;;;N;;;;; +1D680;MATHEMATICAL MONOSPACE CAPITAL Q;Lu;0;L; 0051;;;;N;;;;; +1D681;MATHEMATICAL MONOSPACE CAPITAL R;Lu;0;L; 0052;;;;N;;;;; +1D682;MATHEMATICAL MONOSPACE CAPITAL S;Lu;0;L; 0053;;;;N;;;;; +1D683;MATHEMATICAL MONOSPACE CAPITAL T;Lu;0;L; 0054;;;;N;;;;; +1D684;MATHEMATICAL MONOSPACE CAPITAL U;Lu;0;L; 0055;;;;N;;;;; +1D685;MATHEMATICAL MONOSPACE CAPITAL V;Lu;0;L; 0056;;;;N;;;;; +1D686;MATHEMATICAL MONOSPACE CAPITAL W;Lu;0;L; 0057;;;;N;;;;; +1D687;MATHEMATICAL MONOSPACE CAPITAL X;Lu;0;L; 0058;;;;N;;;;; +1D688;MATHEMATICAL MONOSPACE CAPITAL Y;Lu;0;L; 0059;;;;N;;;;; +1D689;MATHEMATICAL MONOSPACE CAPITAL Z;Lu;0;L; 005A;;;;N;;;;; +1D68A;MATHEMATICAL MONOSPACE SMALL A;Ll;0;L; 0061;;;;N;;;;; +1D68B;MATHEMATICAL MONOSPACE SMALL B;Ll;0;L; 0062;;;;N;;;;; +1D68C;MATHEMATICAL MONOSPACE SMALL C;Ll;0;L; 0063;;;;N;;;;; +1D68D;MATHEMATICAL MONOSPACE SMALL D;Ll;0;L; 0064;;;;N;;;;; +1D68E;MATHEMATICAL MONOSPACE SMALL E;Ll;0;L; 0065;;;;N;;;;; +1D68F;MATHEMATICAL MONOSPACE SMALL F;Ll;0;L; 0066;;;;N;;;;; +1D690;MATHEMATICAL MONOSPACE SMALL G;Ll;0;L; 0067;;;;N;;;;; +1D691;MATHEMATICAL MONOSPACE SMALL H;Ll;0;L; 0068;;;;N;;;;; +1D692;MATHEMATICAL MONOSPACE SMALL I;Ll;0;L; 0069;;;;N;;;;; +1D693;MATHEMATICAL MONOSPACE SMALL J;Ll;0;L; 006A;;;;N;;;;; +1D694;MATHEMATICAL MONOSPACE SMALL K;Ll;0;L; 006B;;;;N;;;;; +1D695;MATHEMATICAL MONOSPACE SMALL L;Ll;0;L; 006C;;;;N;;;;; +1D696;MATHEMATICAL MONOSPACE SMALL M;Ll;0;L; 006D;;;;N;;;;; +1D697;MATHEMATICAL MONOSPACE SMALL N;Ll;0;L; 006E;;;;N;;;;; +1D698;MATHEMATICAL MONOSPACE SMALL O;Ll;0;L; 006F;;;;N;;;;; +1D699;MATHEMATICAL MONOSPACE SMALL P;Ll;0;L; 0070;;;;N;;;;; +1D69A;MATHEMATICAL MONOSPACE SMALL Q;Ll;0;L; 0071;;;;N;;;;; +1D69B;MATHEMATICAL MONOSPACE SMALL R;Ll;0;L; 0072;;;;N;;;;; +1D69C;MATHEMATICAL MONOSPACE SMALL S;Ll;0;L; 0073;;;;N;;;;; +1D69D;MATHEMATICAL MONOSPACE SMALL T;Ll;0;L; 0074;;;;N;;;;; +1D69E;MATHEMATICAL MONOSPACE SMALL U;Ll;0;L; 0075;;;;N;;;;; +1D69F;MATHEMATICAL MONOSPACE SMALL V;Ll;0;L; 0076;;;;N;;;;; +1D6A0;MATHEMATICAL MONOSPACE SMALL W;Ll;0;L; 0077;;;;N;;;;; +1D6A1;MATHEMATICAL MONOSPACE SMALL X;Ll;0;L; 0078;;;;N;;;;; +1D6A2;MATHEMATICAL MONOSPACE SMALL Y;Ll;0;L; 0079;;;;N;;;;; +1D6A3;MATHEMATICAL MONOSPACE SMALL Z;Ll;0;L; 007A;;;;N;;;;; +1D6A4;MATHEMATICAL ITALIC SMALL DOTLESS I;Ll;0;L; 0131;;;;N;;;;; +1D6A5;MATHEMATICAL ITALIC SMALL DOTLESS J;Ll;0;L; 0237;;;;N;;;;; +1D6A8;MATHEMATICAL BOLD CAPITAL ALPHA;Lu;0;L; 0391;;;;N;;;;; +1D6A9;MATHEMATICAL BOLD CAPITAL BETA;Lu;0;L; 0392;;;;N;;;;; +1D6AA;MATHEMATICAL BOLD CAPITAL GAMMA;Lu;0;L; 0393;;;;N;;;;; +1D6AB;MATHEMATICAL BOLD CAPITAL DELTA;Lu;0;L; 0394;;;;N;;;;; +1D6AC;MATHEMATICAL BOLD CAPITAL EPSILON;Lu;0;L; 0395;;;;N;;;;; +1D6AD;MATHEMATICAL BOLD CAPITAL ZETA;Lu;0;L; 0396;;;;N;;;;; +1D6AE;MATHEMATICAL BOLD CAPITAL ETA;Lu;0;L; 0397;;;;N;;;;; +1D6AF;MATHEMATICAL BOLD CAPITAL THETA;Lu;0;L; 0398;;;;N;;;;; +1D6B0;MATHEMATICAL BOLD CAPITAL IOTA;Lu;0;L; 0399;;;;N;;;;; +1D6B1;MATHEMATICAL BOLD CAPITAL KAPPA;Lu;0;L; 039A;;;;N;;;;; +1D6B2;MATHEMATICAL BOLD CAPITAL LAMDA;Lu;0;L; 039B;;;;N;;;;; +1D6B3;MATHEMATICAL BOLD CAPITAL MU;Lu;0;L; 039C;;;;N;;;;; +1D6B4;MATHEMATICAL BOLD CAPITAL NU;Lu;0;L; 039D;;;;N;;;;; +1D6B5;MATHEMATICAL BOLD CAPITAL XI;Lu;0;L; 039E;;;;N;;;;; +1D6B6;MATHEMATICAL BOLD CAPITAL OMICRON;Lu;0;L; 039F;;;;N;;;;; +1D6B7;MATHEMATICAL BOLD CAPITAL PI;Lu;0;L; 03A0;;;;N;;;;; +1D6B8;MATHEMATICAL BOLD CAPITAL RHO;Lu;0;L; 03A1;;;;N;;;;; +1D6B9;MATHEMATICAL BOLD CAPITAL THETA SYMBOL;Lu;0;L; 03F4;;;;N;;;;; +1D6BA;MATHEMATICAL BOLD CAPITAL SIGMA;Lu;0;L; 03A3;;;;N;;;;; +1D6BB;MATHEMATICAL BOLD CAPITAL TAU;Lu;0;L; 03A4;;;;N;;;;; +1D6BC;MATHEMATICAL BOLD CAPITAL UPSILON;Lu;0;L; 03A5;;;;N;;;;; +1D6BD;MATHEMATICAL BOLD CAPITAL PHI;Lu;0;L; 03A6;;;;N;;;;; +1D6BE;MATHEMATICAL BOLD CAPITAL CHI;Lu;0;L; 03A7;;;;N;;;;; +1D6BF;MATHEMATICAL BOLD CAPITAL PSI;Lu;0;L; 03A8;;;;N;;;;; +1D6C0;MATHEMATICAL BOLD CAPITAL OMEGA;Lu;0;L; 03A9;;;;N;;;;; +1D6C1;MATHEMATICAL BOLD NABLA;Sm;0;L; 2207;;;;N;;;;; +1D6C2;MATHEMATICAL BOLD SMALL ALPHA;Ll;0;L; 03B1;;;;N;;;;; +1D6C3;MATHEMATICAL BOLD SMALL BETA;Ll;0;L; 03B2;;;;N;;;;; +1D6C4;MATHEMATICAL BOLD SMALL GAMMA;Ll;0;L; 03B3;;;;N;;;;; +1D6C5;MATHEMATICAL BOLD SMALL DELTA;Ll;0;L; 03B4;;;;N;;;;; +1D6C6;MATHEMATICAL BOLD SMALL EPSILON;Ll;0;L; 03B5;;;;N;;;;; +1D6C7;MATHEMATICAL BOLD SMALL ZETA;Ll;0;L; 03B6;;;;N;;;;; +1D6C8;MATHEMATICAL BOLD SMALL ETA;Ll;0;L; 03B7;;;;N;;;;; +1D6C9;MATHEMATICAL BOLD SMALL THETA;Ll;0;L; 03B8;;;;N;;;;; +1D6CA;MATHEMATICAL BOLD SMALL IOTA;Ll;0;L; 03B9;;;;N;;;;; +1D6CB;MATHEMATICAL BOLD SMALL KAPPA;Ll;0;L; 03BA;;;;N;;;;; +1D6CC;MATHEMATICAL BOLD SMALL LAMDA;Ll;0;L; 03BB;;;;N;;;;; +1D6CD;MATHEMATICAL BOLD SMALL MU;Ll;0;L; 03BC;;;;N;;;;; +1D6CE;MATHEMATICAL BOLD SMALL NU;Ll;0;L; 03BD;;;;N;;;;; +1D6CF;MATHEMATICAL BOLD SMALL XI;Ll;0;L; 03BE;;;;N;;;;; +1D6D0;MATHEMATICAL BOLD SMALL OMICRON;Ll;0;L; 03BF;;;;N;;;;; +1D6D1;MATHEMATICAL BOLD SMALL PI;Ll;0;L; 03C0;;;;N;;;;; +1D6D2;MATHEMATICAL BOLD SMALL RHO;Ll;0;L; 03C1;;;;N;;;;; +1D6D3;MATHEMATICAL BOLD SMALL FINAL SIGMA;Ll;0;L; 03C2;;;;N;;;;; +1D6D4;MATHEMATICAL BOLD SMALL SIGMA;Ll;0;L; 03C3;;;;N;;;;; +1D6D5;MATHEMATICAL BOLD SMALL TAU;Ll;0;L; 03C4;;;;N;;;;; +1D6D6;MATHEMATICAL BOLD SMALL UPSILON;Ll;0;L; 03C5;;;;N;;;;; +1D6D7;MATHEMATICAL BOLD SMALL PHI;Ll;0;L; 03C6;;;;N;;;;; +1D6D8;MATHEMATICAL BOLD SMALL CHI;Ll;0;L; 03C7;;;;N;;;;; +1D6D9;MATHEMATICAL BOLD SMALL PSI;Ll;0;L; 03C8;;;;N;;;;; +1D6DA;MATHEMATICAL BOLD SMALL OMEGA;Ll;0;L; 03C9;;;;N;;;;; +1D6DB;MATHEMATICAL BOLD PARTIAL DIFFERENTIAL;Sm;0;ON; 2202;;;;Y;;;;; +1D6DC;MATHEMATICAL BOLD EPSILON SYMBOL;Ll;0;L; 03F5;;;;N;;;;; +1D6DD;MATHEMATICAL BOLD THETA SYMBOL;Ll;0;L; 03D1;;;;N;;;;; +1D6DE;MATHEMATICAL BOLD KAPPA SYMBOL;Ll;0;L; 03F0;;;;N;;;;; +1D6DF;MATHEMATICAL BOLD PHI SYMBOL;Ll;0;L; 03D5;;;;N;;;;; +1D6E0;MATHEMATICAL BOLD RHO SYMBOL;Ll;0;L; 03F1;;;;N;;;;; +1D6E1;MATHEMATICAL BOLD PI SYMBOL;Ll;0;L; 03D6;;;;N;;;;; +1D6E2;MATHEMATICAL ITALIC CAPITAL ALPHA;Lu;0;L; 0391;;;;N;;;;; +1D6E3;MATHEMATICAL ITALIC CAPITAL BETA;Lu;0;L; 0392;;;;N;;;;; +1D6E4;MATHEMATICAL ITALIC CAPITAL GAMMA;Lu;0;L; 0393;;;;N;;;;; +1D6E5;MATHEMATICAL ITALIC CAPITAL DELTA;Lu;0;L; 0394;;;;N;;;;; +1D6E6;MATHEMATICAL ITALIC CAPITAL EPSILON;Lu;0;L; 0395;;;;N;;;;; +1D6E7;MATHEMATICAL ITALIC CAPITAL ZETA;Lu;0;L; 0396;;;;N;;;;; +1D6E8;MATHEMATICAL ITALIC CAPITAL ETA;Lu;0;L; 0397;;;;N;;;;; +1D6E9;MATHEMATICAL ITALIC CAPITAL THETA;Lu;0;L; 0398;;;;N;;;;; +1D6EA;MATHEMATICAL ITALIC CAPITAL IOTA;Lu;0;L; 0399;;;;N;;;;; +1D6EB;MATHEMATICAL ITALIC CAPITAL KAPPA;Lu;0;L; 039A;;;;N;;;;; +1D6EC;MATHEMATICAL ITALIC CAPITAL LAMDA;Lu;0;L; 039B;;;;N;;;;; +1D6ED;MATHEMATICAL ITALIC CAPITAL MU;Lu;0;L; 039C;;;;N;;;;; +1D6EE;MATHEMATICAL ITALIC CAPITAL NU;Lu;0;L; 039D;;;;N;;;;; +1D6EF;MATHEMATICAL ITALIC CAPITAL XI;Lu;0;L; 039E;;;;N;;;;; +1D6F0;MATHEMATICAL ITALIC CAPITAL OMICRON;Lu;0;L; 039F;;;;N;;;;; +1D6F1;MATHEMATICAL ITALIC CAPITAL PI;Lu;0;L; 03A0;;;;N;;;;; +1D6F2;MATHEMATICAL ITALIC CAPITAL RHO;Lu;0;L; 03A1;;;;N;;;;; +1D6F3;MATHEMATICAL ITALIC CAPITAL THETA SYMBOL;Lu;0;L; 03F4;;;;N;;;;; +1D6F4;MATHEMATICAL ITALIC CAPITAL SIGMA;Lu;0;L; 03A3;;;;N;;;;; +1D6F5;MATHEMATICAL ITALIC CAPITAL TAU;Lu;0;L; 03A4;;;;N;;;;; +1D6F6;MATHEMATICAL ITALIC CAPITAL UPSILON;Lu;0;L; 03A5;;;;N;;;;; +1D6F7;MATHEMATICAL ITALIC CAPITAL PHI;Lu;0;L; 03A6;;;;N;;;;; +1D6F8;MATHEMATICAL ITALIC CAPITAL CHI;Lu;0;L; 03A7;;;;N;;;;; +1D6F9;MATHEMATICAL ITALIC CAPITAL PSI;Lu;0;L; 03A8;;;;N;;;;; +1D6FA;MATHEMATICAL ITALIC CAPITAL OMEGA;Lu;0;L; 03A9;;;;N;;;;; +1D6FB;MATHEMATICAL ITALIC NABLA;Sm;0;L; 2207;;;;N;;;;; +1D6FC;MATHEMATICAL ITALIC SMALL ALPHA;Ll;0;L; 03B1;;;;N;;;;; +1D6FD;MATHEMATICAL ITALIC SMALL BETA;Ll;0;L; 03B2;;;;N;;;;; +1D6FE;MATHEMATICAL ITALIC SMALL GAMMA;Ll;0;L; 03B3;;;;N;;;;; +1D6FF;MATHEMATICAL ITALIC SMALL DELTA;Ll;0;L; 03B4;;;;N;;;;; +1D700;MATHEMATICAL ITALIC SMALL EPSILON;Ll;0;L; 03B5;;;;N;;;;; +1D701;MATHEMATICAL ITALIC SMALL ZETA;Ll;0;L; 03B6;;;;N;;;;; +1D702;MATHEMATICAL ITALIC SMALL ETA;Ll;0;L; 03B7;;;;N;;;;; +1D703;MATHEMATICAL ITALIC SMALL THETA;Ll;0;L; 03B8;;;;N;;;;; +1D704;MATHEMATICAL ITALIC SMALL IOTA;Ll;0;L; 03B9;;;;N;;;;; +1D705;MATHEMATICAL ITALIC SMALL KAPPA;Ll;0;L; 03BA;;;;N;;;;; +1D706;MATHEMATICAL ITALIC SMALL LAMDA;Ll;0;L; 03BB;;;;N;;;;; +1D707;MATHEMATICAL ITALIC SMALL MU;Ll;0;L; 03BC;;;;N;;;;; +1D708;MATHEMATICAL ITALIC SMALL NU;Ll;0;L; 03BD;;;;N;;;;; +1D709;MATHEMATICAL ITALIC SMALL XI;Ll;0;L; 03BE;;;;N;;;;; +1D70A;MATHEMATICAL ITALIC SMALL OMICRON;Ll;0;L; 03BF;;;;N;;;;; +1D70B;MATHEMATICAL ITALIC SMALL PI;Ll;0;L; 03C0;;;;N;;;;; +1D70C;MATHEMATICAL ITALIC SMALL RHO;Ll;0;L; 03C1;;;;N;;;;; +1D70D;MATHEMATICAL ITALIC SMALL FINAL SIGMA;Ll;0;L; 03C2;;;;N;;;;; +1D70E;MATHEMATICAL ITALIC SMALL SIGMA;Ll;0;L; 03C3;;;;N;;;;; +1D70F;MATHEMATICAL ITALIC SMALL TAU;Ll;0;L; 03C4;;;;N;;;;; +1D710;MATHEMATICAL ITALIC SMALL UPSILON;Ll;0;L; 03C5;;;;N;;;;; +1D711;MATHEMATICAL ITALIC SMALL PHI;Ll;0;L; 03C6;;;;N;;;;; +1D712;MATHEMATICAL ITALIC SMALL CHI;Ll;0;L; 03C7;;;;N;;;;; +1D713;MATHEMATICAL ITALIC SMALL PSI;Ll;0;L; 03C8;;;;N;;;;; +1D714;MATHEMATICAL ITALIC SMALL OMEGA;Ll;0;L; 03C9;;;;N;;;;; +1D715;MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL;Sm;0;ON; 2202;;;;Y;;;;; +1D716;MATHEMATICAL ITALIC EPSILON SYMBOL;Ll;0;L; 03F5;;;;N;;;;; +1D717;MATHEMATICAL ITALIC THETA SYMBOL;Ll;0;L; 03D1;;;;N;;;;; +1D718;MATHEMATICAL ITALIC KAPPA SYMBOL;Ll;0;L; 03F0;;;;N;;;;; +1D719;MATHEMATICAL ITALIC PHI SYMBOL;Ll;0;L; 03D5;;;;N;;;;; +1D71A;MATHEMATICAL ITALIC RHO SYMBOL;Ll;0;L; 03F1;;;;N;;;;; +1D71B;MATHEMATICAL ITALIC PI SYMBOL;Ll;0;L; 03D6;;;;N;;;;; +1D71C;MATHEMATICAL BOLD ITALIC CAPITAL ALPHA;Lu;0;L; 0391;;;;N;;;;; +1D71D;MATHEMATICAL BOLD ITALIC CAPITAL BETA;Lu;0;L; 0392;;;;N;;;;; +1D71E;MATHEMATICAL BOLD ITALIC CAPITAL GAMMA;Lu;0;L; 0393;;;;N;;;;; +1D71F;MATHEMATICAL BOLD ITALIC CAPITAL DELTA;Lu;0;L; 0394;;;;N;;;;; +1D720;MATHEMATICAL BOLD ITALIC CAPITAL EPSILON;Lu;0;L; 0395;;;;N;;;;; +1D721;MATHEMATICAL BOLD ITALIC CAPITAL ZETA;Lu;0;L; 0396;;;;N;;;;; +1D722;MATHEMATICAL BOLD ITALIC CAPITAL ETA;Lu;0;L; 0397;;;;N;;;;; +1D723;MATHEMATICAL BOLD ITALIC CAPITAL THETA;Lu;0;L; 0398;;;;N;;;;; +1D724;MATHEMATICAL BOLD ITALIC CAPITAL IOTA;Lu;0;L; 0399;;;;N;;;;; +1D725;MATHEMATICAL BOLD ITALIC CAPITAL KAPPA;Lu;0;L; 039A;;;;N;;;;; +1D726;MATHEMATICAL BOLD ITALIC CAPITAL LAMDA;Lu;0;L; 039B;;;;N;;;;; +1D727;MATHEMATICAL BOLD ITALIC CAPITAL MU;Lu;0;L; 039C;;;;N;;;;; +1D728;MATHEMATICAL BOLD ITALIC CAPITAL NU;Lu;0;L; 039D;;;;N;;;;; +1D729;MATHEMATICAL BOLD ITALIC CAPITAL XI;Lu;0;L; 039E;;;;N;;;;; +1D72A;MATHEMATICAL BOLD ITALIC CAPITAL OMICRON;Lu;0;L; 039F;;;;N;;;;; +1D72B;MATHEMATICAL BOLD ITALIC CAPITAL PI;Lu;0;L; 03A0;;;;N;;;;; +1D72C;MATHEMATICAL BOLD ITALIC CAPITAL RHO;Lu;0;L; 03A1;;;;N;;;;; +1D72D;MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL;Lu;0;L; 03F4;;;;N;;;;; +1D72E;MATHEMATICAL BOLD ITALIC CAPITAL SIGMA;Lu;0;L; 03A3;;;;N;;;;; +1D72F;MATHEMATICAL BOLD ITALIC CAPITAL TAU;Lu;0;L; 03A4;;;;N;;;;; +1D730;MATHEMATICAL BOLD ITALIC CAPITAL UPSILON;Lu;0;L; 03A5;;;;N;;;;; +1D731;MATHEMATICAL BOLD ITALIC CAPITAL PHI;Lu;0;L; 03A6;;;;N;;;;; +1D732;MATHEMATICAL BOLD ITALIC CAPITAL CHI;Lu;0;L; 03A7;;;;N;;;;; +1D733;MATHEMATICAL BOLD ITALIC CAPITAL PSI;Lu;0;L; 03A8;;;;N;;;;; +1D734;MATHEMATICAL BOLD ITALIC CAPITAL OMEGA;Lu;0;L; 03A9;;;;N;;;;; +1D735;MATHEMATICAL BOLD ITALIC NABLA;Sm;0;L; 2207;;;;N;;;;; +1D736;MATHEMATICAL BOLD ITALIC SMALL ALPHA;Ll;0;L; 03B1;;;;N;;;;; +1D737;MATHEMATICAL BOLD ITALIC SMALL BETA;Ll;0;L; 03B2;;;;N;;;;; +1D738;MATHEMATICAL BOLD ITALIC SMALL GAMMA;Ll;0;L; 03B3;;;;N;;;;; +1D739;MATHEMATICAL BOLD ITALIC SMALL DELTA;Ll;0;L; 03B4;;;;N;;;;; +1D73A;MATHEMATICAL BOLD ITALIC SMALL EPSILON;Ll;0;L; 03B5;;;;N;;;;; +1D73B;MATHEMATICAL BOLD ITALIC SMALL ZETA;Ll;0;L; 03B6;;;;N;;;;; +1D73C;MATHEMATICAL BOLD ITALIC SMALL ETA;Ll;0;L; 03B7;;;;N;;;;; +1D73D;MATHEMATICAL BOLD ITALIC SMALL THETA;Ll;0;L; 03B8;;;;N;;;;; +1D73E;MATHEMATICAL BOLD ITALIC SMALL IOTA;Ll;0;L; 03B9;;;;N;;;;; +1D73F;MATHEMATICAL BOLD ITALIC SMALL KAPPA;Ll;0;L; 03BA;;;;N;;;;; +1D740;MATHEMATICAL BOLD ITALIC SMALL LAMDA;Ll;0;L; 03BB;;;;N;;;;; +1D741;MATHEMATICAL BOLD ITALIC SMALL MU;Ll;0;L; 03BC;;;;N;;;;; +1D742;MATHEMATICAL BOLD ITALIC SMALL NU;Ll;0;L; 03BD;;;;N;;;;; +1D743;MATHEMATICAL BOLD ITALIC SMALL XI;Ll;0;L; 03BE;;;;N;;;;; +1D744;MATHEMATICAL BOLD ITALIC SMALL OMICRON;Ll;0;L; 03BF;;;;N;;;;; +1D745;MATHEMATICAL BOLD ITALIC SMALL PI;Ll;0;L; 03C0;;;;N;;;;; +1D746;MATHEMATICAL BOLD ITALIC SMALL RHO;Ll;0;L; 03C1;;;;N;;;;; +1D747;MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA;Ll;0;L; 03C2;;;;N;;;;; +1D748;MATHEMATICAL BOLD ITALIC SMALL SIGMA;Ll;0;L; 03C3;;;;N;;;;; +1D749;MATHEMATICAL BOLD ITALIC SMALL TAU;Ll;0;L; 03C4;;;;N;;;;; +1D74A;MATHEMATICAL BOLD ITALIC SMALL UPSILON;Ll;0;L; 03C5;;;;N;;;;; +1D74B;MATHEMATICAL BOLD ITALIC SMALL PHI;Ll;0;L; 03C6;;;;N;;;;; +1D74C;MATHEMATICAL BOLD ITALIC SMALL CHI;Ll;0;L; 03C7;;;;N;;;;; +1D74D;MATHEMATICAL BOLD ITALIC SMALL PSI;Ll;0;L; 03C8;;;;N;;;;; +1D74E;MATHEMATICAL BOLD ITALIC SMALL OMEGA;Ll;0;L; 03C9;;;;N;;;;; +1D74F;MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL;Sm;0;ON; 2202;;;;Y;;;;; +1D750;MATHEMATICAL BOLD ITALIC EPSILON SYMBOL;Ll;0;L; 03F5;;;;N;;;;; +1D751;MATHEMATICAL BOLD ITALIC THETA SYMBOL;Ll;0;L; 03D1;;;;N;;;;; +1D752;MATHEMATICAL BOLD ITALIC KAPPA SYMBOL;Ll;0;L; 03F0;;;;N;;;;; +1D753;MATHEMATICAL BOLD ITALIC PHI SYMBOL;Ll;0;L; 03D5;;;;N;;;;; +1D754;MATHEMATICAL BOLD ITALIC RHO SYMBOL;Ll;0;L; 03F1;;;;N;;;;; +1D755;MATHEMATICAL BOLD ITALIC PI SYMBOL;Ll;0;L; 03D6;;;;N;;;;; +1D756;MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA;Lu;0;L; 0391;;;;N;;;;; +1D757;MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA;Lu;0;L; 0392;;;;N;;;;; +1D758;MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA;Lu;0;L; 0393;;;;N;;;;; +1D759;MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA;Lu;0;L; 0394;;;;N;;;;; +1D75A;MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON;Lu;0;L; 0395;;;;N;;;;; +1D75B;MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA;Lu;0;L; 0396;;;;N;;;;; +1D75C;MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA;Lu;0;L; 0397;;;;N;;;;; +1D75D;MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA;Lu;0;L; 0398;;;;N;;;;; +1D75E;MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA;Lu;0;L; 0399;;;;N;;;;; +1D75F;MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA;Lu;0;L; 039A;;;;N;;;;; +1D760;MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA;Lu;0;L; 039B;;;;N;;;;; +1D761;MATHEMATICAL SANS-SERIF BOLD CAPITAL MU;Lu;0;L; 039C;;;;N;;;;; +1D762;MATHEMATICAL SANS-SERIF BOLD CAPITAL NU;Lu;0;L; 039D;;;;N;;;;; +1D763;MATHEMATICAL SANS-SERIF BOLD CAPITAL XI;Lu;0;L; 039E;;;;N;;;;; +1D764;MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON;Lu;0;L; 039F;;;;N;;;;; +1D765;MATHEMATICAL SANS-SERIF BOLD CAPITAL PI;Lu;0;L; 03A0;;;;N;;;;; +1D766;MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO;Lu;0;L; 03A1;;;;N;;;;; +1D767;MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL;Lu;0;L; 03F4;;;;N;;;;; +1D768;MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA;Lu;0;L; 03A3;;;;N;;;;; +1D769;MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU;Lu;0;L; 03A4;;;;N;;;;; +1D76A;MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON;Lu;0;L; 03A5;;;;N;;;;; +1D76B;MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI;Lu;0;L; 03A6;;;;N;;;;; +1D76C;MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI;Lu;0;L; 03A7;;;;N;;;;; +1D76D;MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI;Lu;0;L; 03A8;;;;N;;;;; +1D76E;MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA;Lu;0;L; 03A9;;;;N;;;;; +1D76F;MATHEMATICAL SANS-SERIF BOLD NABLA;Sm;0;L; 2207;;;;N;;;;; +1D770;MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA;Ll;0;L; 03B1;;;;N;;;;; +1D771;MATHEMATICAL SANS-SERIF BOLD SMALL BETA;Ll;0;L; 03B2;;;;N;;;;; +1D772;MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA;Ll;0;L; 03B3;;;;N;;;;; +1D773;MATHEMATICAL SANS-SERIF BOLD SMALL DELTA;Ll;0;L; 03B4;;;;N;;;;; +1D774;MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON;Ll;0;L; 03B5;;;;N;;;;; +1D775;MATHEMATICAL SANS-SERIF BOLD SMALL ZETA;Ll;0;L; 03B6;;;;N;;;;; +1D776;MATHEMATICAL SANS-SERIF BOLD SMALL ETA;Ll;0;L; 03B7;;;;N;;;;; +1D777;MATHEMATICAL SANS-SERIF BOLD SMALL THETA;Ll;0;L; 03B8;;;;N;;;;; +1D778;MATHEMATICAL SANS-SERIF BOLD SMALL IOTA;Ll;0;L; 03B9;;;;N;;;;; +1D779;MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA;Ll;0;L; 03BA;;;;N;;;;; +1D77A;MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA;Ll;0;L; 03BB;;;;N;;;;; +1D77B;MATHEMATICAL SANS-SERIF BOLD SMALL MU;Ll;0;L; 03BC;;;;N;;;;; +1D77C;MATHEMATICAL SANS-SERIF BOLD SMALL NU;Ll;0;L; 03BD;;;;N;;;;; +1D77D;MATHEMATICAL SANS-SERIF BOLD SMALL XI;Ll;0;L; 03BE;;;;N;;;;; +1D77E;MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON;Ll;0;L; 03BF;;;;N;;;;; +1D77F;MATHEMATICAL SANS-SERIF BOLD SMALL PI;Ll;0;L; 03C0;;;;N;;;;; +1D780;MATHEMATICAL SANS-SERIF BOLD SMALL RHO;Ll;0;L; 03C1;;;;N;;;;; +1D781;MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA;Ll;0;L; 03C2;;;;N;;;;; +1D782;MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA;Ll;0;L; 03C3;;;;N;;;;; +1D783;MATHEMATICAL SANS-SERIF BOLD SMALL TAU;Ll;0;L; 03C4;;;;N;;;;; +1D784;MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON;Ll;0;L; 03C5;;;;N;;;;; +1D785;MATHEMATICAL SANS-SERIF BOLD SMALL PHI;Ll;0;L; 03C6;;;;N;;;;; +1D786;MATHEMATICAL SANS-SERIF BOLD SMALL CHI;Ll;0;L; 03C7;;;;N;;;;; +1D787;MATHEMATICAL SANS-SERIF BOLD SMALL PSI;Ll;0;L; 03C8;;;;N;;;;; +1D788;MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA;Ll;0;L; 03C9;;;;N;;;;; +1D789;MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL;Sm;0;ON; 2202;;;;Y;;;;; +1D78A;MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL;Ll;0;L; 03F5;;;;N;;;;; +1D78B;MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL;Ll;0;L; 03D1;;;;N;;;;; +1D78C;MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL;Ll;0;L; 03F0;;;;N;;;;; +1D78D;MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL;Ll;0;L; 03D5;;;;N;;;;; +1D78E;MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL;Ll;0;L; 03F1;;;;N;;;;; +1D78F;MATHEMATICAL SANS-SERIF BOLD PI SYMBOL;Ll;0;L; 03D6;;;;N;;;;; +1D790;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA;Lu;0;L; 0391;;;;N;;;;; +1D791;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA;Lu;0;L; 0392;;;;N;;;;; +1D792;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA;Lu;0;L; 0393;;;;N;;;;; +1D793;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA;Lu;0;L; 0394;;;;N;;;;; +1D794;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON;Lu;0;L; 0395;;;;N;;;;; +1D795;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA;Lu;0;L; 0396;;;;N;;;;; +1D796;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA;Lu;0;L; 0397;;;;N;;;;; +1D797;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA;Lu;0;L; 0398;;;;N;;;;; +1D798;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA;Lu;0;L; 0399;;;;N;;;;; +1D799;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA;Lu;0;L; 039A;;;;N;;;;; +1D79A;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA;Lu;0;L; 039B;;;;N;;;;; +1D79B;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU;Lu;0;L; 039C;;;;N;;;;; +1D79C;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU;Lu;0;L; 039D;;;;N;;;;; +1D79D;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI;Lu;0;L; 039E;;;;N;;;;; +1D79E;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON;Lu;0;L; 039F;;;;N;;;;; +1D79F;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI;Lu;0;L; 03A0;;;;N;;;;; +1D7A0;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO;Lu;0;L; 03A1;;;;N;;;;; +1D7A1;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL;Lu;0;L; 03F4;;;;N;;;;; +1D7A2;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA;Lu;0;L; 03A3;;;;N;;;;; +1D7A3;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU;Lu;0;L; 03A4;;;;N;;;;; +1D7A4;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON;Lu;0;L; 03A5;;;;N;;;;; +1D7A5;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI;Lu;0;L; 03A6;;;;N;;;;; +1D7A6;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI;Lu;0;L; 03A7;;;;N;;;;; +1D7A7;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI;Lu;0;L; 03A8;;;;N;;;;; +1D7A8;MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA;Lu;0;L; 03A9;;;;N;;;;; +1D7A9;MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA;Sm;0;L; 2207;;;;N;;;;; +1D7AA;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA;Ll;0;L; 03B1;;;;N;;;;; +1D7AB;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA;Ll;0;L; 03B2;;;;N;;;;; +1D7AC;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA;Ll;0;L; 03B3;;;;N;;;;; +1D7AD;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA;Ll;0;L; 03B4;;;;N;;;;; +1D7AE;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON;Ll;0;L; 03B5;;;;N;;;;; +1D7AF;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA;Ll;0;L; 03B6;;;;N;;;;; +1D7B0;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA;Ll;0;L; 03B7;;;;N;;;;; +1D7B1;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA;Ll;0;L; 03B8;;;;N;;;;; +1D7B2;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA;Ll;0;L; 03B9;;;;N;;;;; +1D7B3;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA;Ll;0;L; 03BA;;;;N;;;;; +1D7B4;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA;Ll;0;L; 03BB;;;;N;;;;; +1D7B5;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU;Ll;0;L; 03BC;;;;N;;;;; +1D7B6;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU;Ll;0;L; 03BD;;;;N;;;;; +1D7B7;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI;Ll;0;L; 03BE;;;;N;;;;; +1D7B8;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON;Ll;0;L; 03BF;;;;N;;;;; +1D7B9;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI;Ll;0;L; 03C0;;;;N;;;;; +1D7BA;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO;Ll;0;L; 03C1;;;;N;;;;; +1D7BB;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA;Ll;0;L; 03C2;;;;N;;;;; +1D7BC;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA;Ll;0;L; 03C3;;;;N;;;;; +1D7BD;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU;Ll;0;L; 03C4;;;;N;;;;; +1D7BE;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON;Ll;0;L; 03C5;;;;N;;;;; +1D7BF;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI;Ll;0;L; 03C6;;;;N;;;;; +1D7C0;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI;Ll;0;L; 03C7;;;;N;;;;; +1D7C1;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI;Ll;0;L; 03C8;;;;N;;;;; +1D7C2;MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA;Ll;0;L; 03C9;;;;N;;;;; +1D7C3;MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL;Sm;0;ON; 2202;;;;Y;;;;; +1D7C4;MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL;Ll;0;L; 03F5;;;;N;;;;; +1D7C5;MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL;Ll;0;L; 03D1;;;;N;;;;; +1D7C6;MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL;Ll;0;L; 03F0;;;;N;;;;; +1D7C7;MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL;Ll;0;L; 03D5;;;;N;;;;; +1D7C8;MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL;Ll;0;L; 03F1;;;;N;;;;; +1D7C9;MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL;Ll;0;L; 03D6;;;;N;;;;; +1D7CA;MATHEMATICAL BOLD CAPITAL DIGAMMA;Lu;0;L; 03DC;;;;N;;;;; +1D7CB;MATHEMATICAL BOLD SMALL DIGAMMA;Ll;0;L; 03DD;;;;N;;;;; +1D7CE;MATHEMATICAL BOLD DIGIT ZERO;Nd;0;EN; 0030;0;0;0;N;;;;; +1D7CF;MATHEMATICAL BOLD DIGIT ONE;Nd;0;EN; 0031;1;1;1;N;;;;; +1D7D0;MATHEMATICAL BOLD DIGIT TWO;Nd;0;EN; 0032;2;2;2;N;;;;; +1D7D1;MATHEMATICAL BOLD DIGIT THREE;Nd;0;EN; 0033;3;3;3;N;;;;; +1D7D2;MATHEMATICAL BOLD DIGIT FOUR;Nd;0;EN; 0034;4;4;4;N;;;;; +1D7D3;MATHEMATICAL BOLD DIGIT FIVE;Nd;0;EN; 0035;5;5;5;N;;;;; +1D7D4;MATHEMATICAL BOLD DIGIT SIX;Nd;0;EN; 0036;6;6;6;N;;;;; +1D7D5;MATHEMATICAL BOLD DIGIT SEVEN;Nd;0;EN; 0037;7;7;7;N;;;;; +1D7D6;MATHEMATICAL BOLD DIGIT EIGHT;Nd;0;EN; 0038;8;8;8;N;;;;; +1D7D7;MATHEMATICAL BOLD DIGIT NINE;Nd;0;EN; 0039;9;9;9;N;;;;; +1D7D8;MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO;Nd;0;EN; 0030;0;0;0;N;;;;; +1D7D9;MATHEMATICAL DOUBLE-STRUCK DIGIT ONE;Nd;0;EN; 0031;1;1;1;N;;;;; +1D7DA;MATHEMATICAL DOUBLE-STRUCK DIGIT TWO;Nd;0;EN; 0032;2;2;2;N;;;;; +1D7DB;MATHEMATICAL DOUBLE-STRUCK DIGIT THREE;Nd;0;EN; 0033;3;3;3;N;;;;; +1D7DC;MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR;Nd;0;EN; 0034;4;4;4;N;;;;; +1D7DD;MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE;Nd;0;EN; 0035;5;5;5;N;;;;; +1D7DE;MATHEMATICAL DOUBLE-STRUCK DIGIT SIX;Nd;0;EN; 0036;6;6;6;N;;;;; +1D7DF;MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN;Nd;0;EN; 0037;7;7;7;N;;;;; +1D7E0;MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT;Nd;0;EN; 0038;8;8;8;N;;;;; +1D7E1;MATHEMATICAL DOUBLE-STRUCK DIGIT NINE;Nd;0;EN; 0039;9;9;9;N;;;;; +1D7E2;MATHEMATICAL SANS-SERIF DIGIT ZERO;Nd;0;EN; 0030;0;0;0;N;;;;; +1D7E3;MATHEMATICAL SANS-SERIF DIGIT ONE;Nd;0;EN; 0031;1;1;1;N;;;;; +1D7E4;MATHEMATICAL SANS-SERIF DIGIT TWO;Nd;0;EN; 0032;2;2;2;N;;;;; +1D7E5;MATHEMATICAL SANS-SERIF DIGIT THREE;Nd;0;EN; 0033;3;3;3;N;;;;; +1D7E6;MATHEMATICAL SANS-SERIF DIGIT FOUR;Nd;0;EN; 0034;4;4;4;N;;;;; +1D7E7;MATHEMATICAL SANS-SERIF DIGIT FIVE;Nd;0;EN; 0035;5;5;5;N;;;;; +1D7E8;MATHEMATICAL SANS-SERIF DIGIT SIX;Nd;0;EN; 0036;6;6;6;N;;;;; +1D7E9;MATHEMATICAL SANS-SERIF DIGIT SEVEN;Nd;0;EN; 0037;7;7;7;N;;;;; +1D7EA;MATHEMATICAL SANS-SERIF DIGIT EIGHT;Nd;0;EN; 0038;8;8;8;N;;;;; +1D7EB;MATHEMATICAL SANS-SERIF DIGIT NINE;Nd;0;EN; 0039;9;9;9;N;;;;; +1D7EC;MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO;Nd;0;EN; 0030;0;0;0;N;;;;; +1D7ED;MATHEMATICAL SANS-SERIF BOLD DIGIT ONE;Nd;0;EN; 0031;1;1;1;N;;;;; +1D7EE;MATHEMATICAL SANS-SERIF BOLD DIGIT TWO;Nd;0;EN; 0032;2;2;2;N;;;;; +1D7EF;MATHEMATICAL SANS-SERIF BOLD DIGIT THREE;Nd;0;EN; 0033;3;3;3;N;;;;; +1D7F0;MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR;Nd;0;EN; 0034;4;4;4;N;;;;; +1D7F1;MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE;Nd;0;EN; 0035;5;5;5;N;;;;; +1D7F2;MATHEMATICAL SANS-SERIF BOLD DIGIT SIX;Nd;0;EN; 0036;6;6;6;N;;;;; +1D7F3;MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN;Nd;0;EN; 0037;7;7;7;N;;;;; +1D7F4;MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT;Nd;0;EN; 0038;8;8;8;N;;;;; +1D7F5;MATHEMATICAL SANS-SERIF BOLD DIGIT NINE;Nd;0;EN; 0039;9;9;9;N;;;;; +1D7F6;MATHEMATICAL MONOSPACE DIGIT ZERO;Nd;0;EN; 0030;0;0;0;N;;;;; +1D7F7;MATHEMATICAL MONOSPACE DIGIT ONE;Nd;0;EN; 0031;1;1;1;N;;;;; +1D7F8;MATHEMATICAL MONOSPACE DIGIT TWO;Nd;0;EN; 0032;2;2;2;N;;;;; +1D7F9;MATHEMATICAL MONOSPACE DIGIT THREE;Nd;0;EN; 0033;3;3;3;N;;;;; +1D7FA;MATHEMATICAL MONOSPACE DIGIT FOUR;Nd;0;EN; 0034;4;4;4;N;;;;; +1D7FB;MATHEMATICAL MONOSPACE DIGIT FIVE;Nd;0;EN; 0035;5;5;5;N;;;;; +1D7FC;MATHEMATICAL MONOSPACE DIGIT SIX;Nd;0;EN; 0036;6;6;6;N;;;;; +1D7FD;MATHEMATICAL MONOSPACE DIGIT SEVEN;Nd;0;EN; 0037;7;7;7;N;;;;; +1D7FE;MATHEMATICAL MONOSPACE DIGIT EIGHT;Nd;0;EN; 0038;8;8;8;N;;;;; +1D7FF;MATHEMATICAL MONOSPACE DIGIT NINE;Nd;0;EN; 0039;9;9;9;N;;;;; +1F000;MAHJONG TILE EAST WIND;So;0;ON;;;;;N;;;;; +1F001;MAHJONG TILE SOUTH WIND;So;0;ON;;;;;N;;;;; +1F002;MAHJONG TILE WEST WIND;So;0;ON;;;;;N;;;;; +1F003;MAHJONG TILE NORTH WIND;So;0;ON;;;;;N;;;;; +1F004;MAHJONG TILE RED DRAGON;So;0;ON;;;;;N;;;;; +1F005;MAHJONG TILE GREEN DRAGON;So;0;ON;;;;;N;;;;; +1F006;MAHJONG TILE WHITE DRAGON;So;0;ON;;;;;N;;;;; +1F007;MAHJONG TILE ONE OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F008;MAHJONG TILE TWO OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F009;MAHJONG TILE THREE OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F00A;MAHJONG TILE FOUR OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F00B;MAHJONG TILE FIVE OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F00C;MAHJONG TILE SIX OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F00D;MAHJONG TILE SEVEN OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F00E;MAHJONG TILE EIGHT OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F00F;MAHJONG TILE NINE OF CHARACTERS;So;0;ON;;;;;N;;;;; +1F010;MAHJONG TILE ONE OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F011;MAHJONG TILE TWO OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F012;MAHJONG TILE THREE OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F013;MAHJONG TILE FOUR OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F014;MAHJONG TILE FIVE OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F015;MAHJONG TILE SIX OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F016;MAHJONG TILE SEVEN OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F017;MAHJONG TILE EIGHT OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F018;MAHJONG TILE NINE OF BAMBOOS;So;0;ON;;;;;N;;;;; +1F019;MAHJONG TILE ONE OF CIRCLES;So;0;ON;;;;;N;;;;; +1F01A;MAHJONG TILE TWO OF CIRCLES;So;0;ON;;;;;N;;;;; +1F01B;MAHJONG TILE THREE OF CIRCLES;So;0;ON;;;;;N;;;;; +1F01C;MAHJONG TILE FOUR OF CIRCLES;So;0;ON;;;;;N;;;;; +1F01D;MAHJONG TILE FIVE OF CIRCLES;So;0;ON;;;;;N;;;;; +1F01E;MAHJONG TILE SIX OF CIRCLES;So;0;ON;;;;;N;;;;; +1F01F;MAHJONG TILE SEVEN OF CIRCLES;So;0;ON;;;;;N;;;;; +1F020;MAHJONG TILE EIGHT OF CIRCLES;So;0;ON;;;;;N;;;;; +1F021;MAHJONG TILE NINE OF CIRCLES;So;0;ON;;;;;N;;;;; +1F022;MAHJONG TILE PLUM;So;0;ON;;;;;N;;;;; +1F023;MAHJONG TILE ORCHID;So;0;ON;;;;;N;;;;; +1F024;MAHJONG TILE BAMBOO;So;0;ON;;;;;N;;;;; +1F025;MAHJONG TILE CHRYSANTHEMUM;So;0;ON;;;;;N;;;;; +1F026;MAHJONG TILE SPRING;So;0;ON;;;;;N;;;;; +1F027;MAHJONG TILE SUMMER;So;0;ON;;;;;N;;;;; +1F028;MAHJONG TILE AUTUMN;So;0;ON;;;;;N;;;;; +1F029;MAHJONG TILE WINTER;So;0;ON;;;;;N;;;;; +1F02A;MAHJONG TILE JOKER;So;0;ON;;;;;N;;;;; +1F02B;MAHJONG TILE BACK;So;0;ON;;;;;N;;;;; +1F030;DOMINO TILE HORIZONTAL BACK;So;0;ON;;;;;N;;;;; +1F031;DOMINO TILE HORIZONTAL-00-00;So;0;ON;;;;;N;;;;; +1F032;DOMINO TILE HORIZONTAL-00-01;So;0;ON;;;;;N;;;;; +1F033;DOMINO TILE HORIZONTAL-00-02;So;0;ON;;;;;N;;;;; +1F034;DOMINO TILE HORIZONTAL-00-03;So;0;ON;;;;;N;;;;; +1F035;DOMINO TILE HORIZONTAL-00-04;So;0;ON;;;;;N;;;;; +1F036;DOMINO TILE HORIZONTAL-00-05;So;0;ON;;;;;N;;;;; +1F037;DOMINO TILE HORIZONTAL-00-06;So;0;ON;;;;;N;;;;; +1F038;DOMINO TILE HORIZONTAL-01-00;So;0;ON;;;;;N;;;;; +1F039;DOMINO TILE HORIZONTAL-01-01;So;0;ON;;;;;N;;;;; +1F03A;DOMINO TILE HORIZONTAL-01-02;So;0;ON;;;;;N;;;;; +1F03B;DOMINO TILE HORIZONTAL-01-03;So;0;ON;;;;;N;;;;; +1F03C;DOMINO TILE HORIZONTAL-01-04;So;0;ON;;;;;N;;;;; +1F03D;DOMINO TILE HORIZONTAL-01-05;So;0;ON;;;;;N;;;;; +1F03E;DOMINO TILE HORIZONTAL-01-06;So;0;ON;;;;;N;;;;; +1F03F;DOMINO TILE HORIZONTAL-02-00;So;0;ON;;;;;N;;;;; +1F040;DOMINO TILE HORIZONTAL-02-01;So;0;ON;;;;;N;;;;; +1F041;DOMINO TILE HORIZONTAL-02-02;So;0;ON;;;;;N;;;;; +1F042;DOMINO TILE HORIZONTAL-02-03;So;0;ON;;;;;N;;;;; +1F043;DOMINO TILE HORIZONTAL-02-04;So;0;ON;;;;;N;;;;; +1F044;DOMINO TILE HORIZONTAL-02-05;So;0;ON;;;;;N;;;;; +1F045;DOMINO TILE HORIZONTAL-02-06;So;0;ON;;;;;N;;;;; +1F046;DOMINO TILE HORIZONTAL-03-00;So;0;ON;;;;;N;;;;; +1F047;DOMINO TILE HORIZONTAL-03-01;So;0;ON;;;;;N;;;;; +1F048;DOMINO TILE HORIZONTAL-03-02;So;0;ON;;;;;N;;;;; +1F049;DOMINO TILE HORIZONTAL-03-03;So;0;ON;;;;;N;;;;; +1F04A;DOMINO TILE HORIZONTAL-03-04;So;0;ON;;;;;N;;;;; +1F04B;DOMINO TILE HORIZONTAL-03-05;So;0;ON;;;;;N;;;;; +1F04C;DOMINO TILE HORIZONTAL-03-06;So;0;ON;;;;;N;;;;; +1F04D;DOMINO TILE HORIZONTAL-04-00;So;0;ON;;;;;N;;;;; +1F04E;DOMINO TILE HORIZONTAL-04-01;So;0;ON;;;;;N;;;;; +1F04F;DOMINO TILE HORIZONTAL-04-02;So;0;ON;;;;;N;;;;; +1F050;DOMINO TILE HORIZONTAL-04-03;So;0;ON;;;;;N;;;;; +1F051;DOMINO TILE HORIZONTAL-04-04;So;0;ON;;;;;N;;;;; +1F052;DOMINO TILE HORIZONTAL-04-05;So;0;ON;;;;;N;;;;; +1F053;DOMINO TILE HORIZONTAL-04-06;So;0;ON;;;;;N;;;;; +1F054;DOMINO TILE HORIZONTAL-05-00;So;0;ON;;;;;N;;;;; +1F055;DOMINO TILE HORIZONTAL-05-01;So;0;ON;;;;;N;;;;; +1F056;DOMINO TILE HORIZONTAL-05-02;So;0;ON;;;;;N;;;;; +1F057;DOMINO TILE HORIZONTAL-05-03;So;0;ON;;;;;N;;;;; +1F058;DOMINO TILE HORIZONTAL-05-04;So;0;ON;;;;;N;;;;; +1F059;DOMINO TILE HORIZONTAL-05-05;So;0;ON;;;;;N;;;;; +1F05A;DOMINO TILE HORIZONTAL-05-06;So;0;ON;;;;;N;;;;; +1F05B;DOMINO TILE HORIZONTAL-06-00;So;0;ON;;;;;N;;;;; +1F05C;DOMINO TILE HORIZONTAL-06-01;So;0;ON;;;;;N;;;;; +1F05D;DOMINO TILE HORIZONTAL-06-02;So;0;ON;;;;;N;;;;; +1F05E;DOMINO TILE HORIZONTAL-06-03;So;0;ON;;;;;N;;;;; +1F05F;DOMINO TILE HORIZONTAL-06-04;So;0;ON;;;;;N;;;;; +1F060;DOMINO TILE HORIZONTAL-06-05;So;0;ON;;;;;N;;;;; +1F061;DOMINO TILE HORIZONTAL-06-06;So;0;ON;;;;;N;;;;; +1F062;DOMINO TILE VERTICAL BACK;So;0;ON;;;;;N;;;;; +1F063;DOMINO TILE VERTICAL-00-00;So;0;ON;;;;;N;;;;; +1F064;DOMINO TILE VERTICAL-00-01;So;0;ON;;;;;N;;;;; +1F065;DOMINO TILE VERTICAL-00-02;So;0;ON;;;;;N;;;;; +1F066;DOMINO TILE VERTICAL-00-03;So;0;ON;;;;;N;;;;; +1F067;DOMINO TILE VERTICAL-00-04;So;0;ON;;;;;N;;;;; +1F068;DOMINO TILE VERTICAL-00-05;So;0;ON;;;;;N;;;;; +1F069;DOMINO TILE VERTICAL-00-06;So;0;ON;;;;;N;;;;; +1F06A;DOMINO TILE VERTICAL-01-00;So;0;ON;;;;;N;;;;; +1F06B;DOMINO TILE VERTICAL-01-01;So;0;ON;;;;;N;;;;; +1F06C;DOMINO TILE VERTICAL-01-02;So;0;ON;;;;;N;;;;; +1F06D;DOMINO TILE VERTICAL-01-03;So;0;ON;;;;;N;;;;; +1F06E;DOMINO TILE VERTICAL-01-04;So;0;ON;;;;;N;;;;; +1F06F;DOMINO TILE VERTICAL-01-05;So;0;ON;;;;;N;;;;; +1F070;DOMINO TILE VERTICAL-01-06;So;0;ON;;;;;N;;;;; +1F071;DOMINO TILE VERTICAL-02-00;So;0;ON;;;;;N;;;;; +1F072;DOMINO TILE VERTICAL-02-01;So;0;ON;;;;;N;;;;; +1F073;DOMINO TILE VERTICAL-02-02;So;0;ON;;;;;N;;;;; +1F074;DOMINO TILE VERTICAL-02-03;So;0;ON;;;;;N;;;;; +1F075;DOMINO TILE VERTICAL-02-04;So;0;ON;;;;;N;;;;; +1F076;DOMINO TILE VERTICAL-02-05;So;0;ON;;;;;N;;;;; +1F077;DOMINO TILE VERTICAL-02-06;So;0;ON;;;;;N;;;;; +1F078;DOMINO TILE VERTICAL-03-00;So;0;ON;;;;;N;;;;; +1F079;DOMINO TILE VERTICAL-03-01;So;0;ON;;;;;N;;;;; +1F07A;DOMINO TILE VERTICAL-03-02;So;0;ON;;;;;N;;;;; +1F07B;DOMINO TILE VERTICAL-03-03;So;0;ON;;;;;N;;;;; +1F07C;DOMINO TILE VERTICAL-03-04;So;0;ON;;;;;N;;;;; +1F07D;DOMINO TILE VERTICAL-03-05;So;0;ON;;;;;N;;;;; +1F07E;DOMINO TILE VERTICAL-03-06;So;0;ON;;;;;N;;;;; +1F07F;DOMINO TILE VERTICAL-04-00;So;0;ON;;;;;N;;;;; +1F080;DOMINO TILE VERTICAL-04-01;So;0;ON;;;;;N;;;;; +1F081;DOMINO TILE VERTICAL-04-02;So;0;ON;;;;;N;;;;; +1F082;DOMINO TILE VERTICAL-04-03;So;0;ON;;;;;N;;;;; +1F083;DOMINO TILE VERTICAL-04-04;So;0;ON;;;;;N;;;;; +1F084;DOMINO TILE VERTICAL-04-05;So;0;ON;;;;;N;;;;; +1F085;DOMINO TILE VERTICAL-04-06;So;0;ON;;;;;N;;;;; +1F086;DOMINO TILE VERTICAL-05-00;So;0;ON;;;;;N;;;;; +1F087;DOMINO TILE VERTICAL-05-01;So;0;ON;;;;;N;;;;; +1F088;DOMINO TILE VERTICAL-05-02;So;0;ON;;;;;N;;;;; +1F089;DOMINO TILE VERTICAL-05-03;So;0;ON;;;;;N;;;;; +1F08A;DOMINO TILE VERTICAL-05-04;So;0;ON;;;;;N;;;;; +1F08B;DOMINO TILE VERTICAL-05-05;So;0;ON;;;;;N;;;;; +1F08C;DOMINO TILE VERTICAL-05-06;So;0;ON;;;;;N;;;;; +1F08D;DOMINO TILE VERTICAL-06-00;So;0;ON;;;;;N;;;;; +1F08E;DOMINO TILE VERTICAL-06-01;So;0;ON;;;;;N;;;;; +1F08F;DOMINO TILE VERTICAL-06-02;So;0;ON;;;;;N;;;;; +1F090;DOMINO TILE VERTICAL-06-03;So;0;ON;;;;;N;;;;; +1F091;DOMINO TILE VERTICAL-06-04;So;0;ON;;;;;N;;;;; +1F092;DOMINO TILE VERTICAL-06-05;So;0;ON;;;;;N;;;;; +1F093;DOMINO TILE VERTICAL-06-06;So;0;ON;;;;;N;;;;; +1F100;DIGIT ZERO FULL STOP;No;0;EN; 0030 002E;;0;0;N;;;;; +1F101;DIGIT ZERO COMMA;No;0;EN; 0030 002C;;0;0;N;;;;; +1F102;DIGIT ONE COMMA;No;0;EN; 0031 002C;;1;1;N;;;;; +1F103;DIGIT TWO COMMA;No;0;EN; 0032 002C;;2;2;N;;;;; +1F104;DIGIT THREE COMMA;No;0;EN; 0033 002C;;3;3;N;;;;; +1F105;DIGIT FOUR COMMA;No;0;EN; 0034 002C;;4;4;N;;;;; +1F106;DIGIT FIVE COMMA;No;0;EN; 0035 002C;;5;5;N;;;;; +1F107;DIGIT SIX COMMA;No;0;EN; 0036 002C;;6;6;N;;;;; +1F108;DIGIT SEVEN COMMA;No;0;EN; 0037 002C;;7;7;N;;;;; +1F109;DIGIT EIGHT COMMA;No;0;EN; 0038 002C;;8;8;N;;;;; +1F10A;DIGIT NINE COMMA;No;0;EN; 0039 002C;;9;9;N;;;;; +1F110;PARENTHESIZED LATIN CAPITAL LETTER A;So;0;L; 0028 0041 0029;;;;N;;;;; +1F111;PARENTHESIZED LATIN CAPITAL LETTER B;So;0;L; 0028 0042 0029;;;;N;;;;; +1F112;PARENTHESIZED LATIN CAPITAL LETTER C;So;0;L; 0028 0043 0029;;;;N;;;;; +1F113;PARENTHESIZED LATIN CAPITAL LETTER D;So;0;L; 0028 0044 0029;;;;N;;;;; +1F114;PARENTHESIZED LATIN CAPITAL LETTER E;So;0;L; 0028 0045 0029;;;;N;;;;; +1F115;PARENTHESIZED LATIN CAPITAL LETTER F;So;0;L; 0028 0046 0029;;;;N;;;;; +1F116;PARENTHESIZED LATIN CAPITAL LETTER G;So;0;L; 0028 0047 0029;;;;N;;;;; +1F117;PARENTHESIZED LATIN CAPITAL LETTER H;So;0;L; 0028 0048 0029;;;;N;;;;; +1F118;PARENTHESIZED LATIN CAPITAL LETTER I;So;0;L; 0028 0049 0029;;;;N;;;;; +1F119;PARENTHESIZED LATIN CAPITAL LETTER J;So;0;L; 0028 004A 0029;;;;N;;;;; +1F11A;PARENTHESIZED LATIN CAPITAL LETTER K;So;0;L; 0028 004B 0029;;;;N;;;;; +1F11B;PARENTHESIZED LATIN CAPITAL LETTER L;So;0;L; 0028 004C 0029;;;;N;;;;; +1F11C;PARENTHESIZED LATIN CAPITAL LETTER M;So;0;L; 0028 004D 0029;;;;N;;;;; +1F11D;PARENTHESIZED LATIN CAPITAL LETTER N;So;0;L; 0028 004E 0029;;;;N;;;;; +1F11E;PARENTHESIZED LATIN CAPITAL LETTER O;So;0;L; 0028 004F 0029;;;;N;;;;; +1F11F;PARENTHESIZED LATIN CAPITAL LETTER P;So;0;L; 0028 0050 0029;;;;N;;;;; +1F120;PARENTHESIZED LATIN CAPITAL LETTER Q;So;0;L; 0028 0051 0029;;;;N;;;;; +1F121;PARENTHESIZED LATIN CAPITAL LETTER R;So;0;L; 0028 0052 0029;;;;N;;;;; +1F122;PARENTHESIZED LATIN CAPITAL LETTER S;So;0;L; 0028 0053 0029;;;;N;;;;; +1F123;PARENTHESIZED LATIN CAPITAL LETTER T;So;0;L; 0028 0054 0029;;;;N;;;;; +1F124;PARENTHESIZED LATIN CAPITAL LETTER U;So;0;L; 0028 0055 0029;;;;N;;;;; +1F125;PARENTHESIZED LATIN CAPITAL LETTER V;So;0;L; 0028 0056 0029;;;;N;;;;; +1F126;PARENTHESIZED LATIN CAPITAL LETTER W;So;0;L; 0028 0057 0029;;;;N;;;;; +1F127;PARENTHESIZED LATIN CAPITAL LETTER X;So;0;L; 0028 0058 0029;;;;N;;;;; +1F128;PARENTHESIZED LATIN CAPITAL LETTER Y;So;0;L; 0028 0059 0029;;;;N;;;;; +1F129;PARENTHESIZED LATIN CAPITAL LETTER Z;So;0;L; 0028 005A 0029;;;;N;;;;; +1F12A;TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S;So;0;L; 3014 0053 3015;;;;N;;;;; +1F12B;CIRCLED ITALIC LATIN CAPITAL LETTER C;So;0;L; 0043;;;;N;;;;; +1F12C;CIRCLED ITALIC LATIN CAPITAL LETTER R;So;0;L; 0052;;;;N;;;;; +1F12D;CIRCLED CD;So;0;L; 0043 0044;;;;N;;;;; +1F12E;CIRCLED WZ;So;0;L; 0057 005A;;;;N;;;;; +1F131;SQUARED LATIN CAPITAL LETTER B;So;0;L; 0042;;;;N;;;;; +1F13D;SQUARED LATIN CAPITAL LETTER N;So;0;L; 004E;;;;N;;;;; +1F13F;SQUARED LATIN CAPITAL LETTER P;So;0;L; 0050;;;;N;;;;; +1F142;SQUARED LATIN CAPITAL LETTER S;So;0;L; 0053;;;;N;;;;; +1F146;SQUARED LATIN CAPITAL LETTER W;So;0;L; 0057;;;;N;;;;; +1F14A;SQUARED HV;So;0;L; 0048 0056;;;;N;;;;; +1F14B;SQUARED MV;So;0;L; 004D 0056;;;;N;;;;; +1F14C;SQUARED SD;So;0;L; 0053 0044;;;;N;;;;; +1F14D;SQUARED SS;So;0;L; 0053 0053;;;;N;;;;; +1F14E;SQUARED PPV;So;0;L; 0050 0050 0056;;;;N;;;;; +1F157;NEGATIVE CIRCLED LATIN CAPITAL LETTER H;So;0;L;;;;;N;;;;; +1F15F;NEGATIVE CIRCLED LATIN CAPITAL LETTER P;So;0;L;;;;;N;;;;; +1F179;NEGATIVE SQUARED LATIN CAPITAL LETTER J;So;0;L;;;;;N;;;;; +1F17B;NEGATIVE SQUARED LATIN CAPITAL LETTER L;So;0;L;;;;;N;;;;; +1F17C;NEGATIVE SQUARED LATIN CAPITAL LETTER M;So;0;L;;;;;N;;;;; +1F17F;NEGATIVE SQUARED LATIN CAPITAL LETTER P;So;0;L;;;;;N;;;;; +1F18A;CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P;So;0;L;;;;;N;;;;; +1F18B;NEGATIVE SQUARED IC;So;0;L;;;;;N;;;;; +1F18C;NEGATIVE SQUARED PA;So;0;L;;;;;N;;;;; +1F18D;NEGATIVE SQUARED SA;So;0;L;;;;;N;;;;; +1F190;SQUARE DJ;So;0;L; 0044 004A;;;;N;;;;; +1F200;SQUARE HIRAGANA HOKA;So;0;L; 307B 304B;;;;N;;;;; +1F210;SQUARED CJK UNIFIED IDEOGRAPH-624B;So;0;L; 624B;;;;N;;;;; +1F211;SQUARED CJK UNIFIED IDEOGRAPH-5B57;So;0;L; 5B57;;;;N;;;;; +1F212;SQUARED CJK UNIFIED IDEOGRAPH-53CC;So;0;L; 53CC;;;;N;;;;; +1F213;SQUARED KATAKANA DE;So;0;L; 30C7;;;;N;;;;; +1F214;SQUARED CJK UNIFIED IDEOGRAPH-4E8C;So;0;L; 4E8C;;;;N;;;;; +1F215;SQUARED CJK UNIFIED IDEOGRAPH-591A;So;0;L; 591A;;;;N;;;;; +1F216;SQUARED CJK UNIFIED IDEOGRAPH-89E3;So;0;L; 89E3;;;;N;;;;; +1F217;SQUARED CJK UNIFIED IDEOGRAPH-5929;So;0;L; 5929;;;;N;;;;; +1F218;SQUARED CJK UNIFIED IDEOGRAPH-4EA4;So;0;L; 4EA4;;;;N;;;;; +1F219;SQUARED CJK UNIFIED IDEOGRAPH-6620;So;0;L; 6620;;;;N;;;;; +1F21A;SQUARED CJK UNIFIED IDEOGRAPH-7121;So;0;L; 7121;;;;N;;;;; +1F21B;SQUARED CJK UNIFIED IDEOGRAPH-6599;So;0;L; 6599;;;;N;;;;; +1F21C;SQUARED CJK UNIFIED IDEOGRAPH-524D;So;0;L; 524D;;;;N;;;;; +1F21D;SQUARED CJK UNIFIED IDEOGRAPH-5F8C;So;0;L; 5F8C;;;;N;;;;; +1F21E;SQUARED CJK UNIFIED IDEOGRAPH-518D;So;0;L; 518D;;;;N;;;;; +1F21F;SQUARED CJK UNIFIED IDEOGRAPH-65B0;So;0;L; 65B0;;;;N;;;;; +1F220;SQUARED CJK UNIFIED IDEOGRAPH-521D;So;0;L; 521D;;;;N;;;;; +1F221;SQUARED CJK UNIFIED IDEOGRAPH-7D42;So;0;L; 7D42;;;;N;;;;; +1F222;SQUARED CJK UNIFIED IDEOGRAPH-751F;So;0;L; 751F;;;;N;;;;; +1F223;SQUARED CJK UNIFIED IDEOGRAPH-8CA9;So;0;L; 8CA9;;;;N;;;;; +1F224;SQUARED CJK UNIFIED IDEOGRAPH-58F0;So;0;L; 58F0;;;;N;;;;; +1F225;SQUARED CJK UNIFIED IDEOGRAPH-5439;So;0;L; 5439;;;;N;;;;; +1F226;SQUARED CJK UNIFIED IDEOGRAPH-6F14;So;0;L; 6F14;;;;N;;;;; +1F227;SQUARED CJK UNIFIED IDEOGRAPH-6295;So;0;L; 6295;;;;N;;;;; +1F228;SQUARED CJK UNIFIED IDEOGRAPH-6355;So;0;L; 6355;;;;N;;;;; +1F229;SQUARED CJK UNIFIED IDEOGRAPH-4E00;So;0;L; 4E00;;;;N;;;;; +1F22A;SQUARED CJK UNIFIED IDEOGRAPH-4E09;So;0;L; 4E09;;;;N;;;;; +1F22B;SQUARED CJK UNIFIED IDEOGRAPH-904A;So;0;L; 904A;;;;N;;;;; +1F22C;SQUARED CJK UNIFIED IDEOGRAPH-5DE6;So;0;L; 5DE6;;;;N;;;;; +1F22D;SQUARED CJK UNIFIED IDEOGRAPH-4E2D;So;0;L; 4E2D;;;;N;;;;; +1F22E;SQUARED CJK UNIFIED IDEOGRAPH-53F3;So;0;L; 53F3;;;;N;;;;; +1F22F;SQUARED CJK UNIFIED IDEOGRAPH-6307;So;0;L; 6307;;;;N;;;;; +1F230;SQUARED CJK UNIFIED IDEOGRAPH-8D70;So;0;L; 8D70;;;;N;;;;; +1F231;SQUARED CJK UNIFIED IDEOGRAPH-6253;So;0;L; 6253;;;;N;;;;; +1F240;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C;So;0;L; 3014 672C 3015;;;;N;;;;; +1F241;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09;So;0;L; 3014 4E09 3015;;;;N;;;;; +1F242;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C;So;0;L; 3014 4E8C 3015;;;;N;;;;; +1F243;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89;So;0;L; 3014 5B89 3015;;;;N;;;;; +1F244;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9;So;0;L; 3014 70B9 3015;;;;N;;;;; +1F245;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253;So;0;L; 3014 6253 3015;;;;N;;;;; +1F246;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7;So;0;L; 3014 76D7 3015;;;;N;;;;; +1F247;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD;So;0;L; 3014 52DD 3015;;;;N;;;;; +1F248;TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557;So;0;L; 3014 6557 3015;;;;N;;;;; +20000;;Lo;0;L;;;;;N;;;;; +2A6D6;;Lo;0;L;;;;;N;;;;; +2A700;;Lo;0;L;;;;;N;;;;; +2B734;;Lo;0;L;;;;;N;;;;; +2F800;CJK COMPATIBILITY IDEOGRAPH-2F800;Lo;0;L;4E3D;;;;N;;;;; +2F801;CJK COMPATIBILITY IDEOGRAPH-2F801;Lo;0;L;4E38;;;;N;;;;; +2F802;CJK COMPATIBILITY IDEOGRAPH-2F802;Lo;0;L;4E41;;;;N;;;;; +2F803;CJK COMPATIBILITY IDEOGRAPH-2F803;Lo;0;L;20122;;;;N;;;;; +2F804;CJK COMPATIBILITY IDEOGRAPH-2F804;Lo;0;L;4F60;;;;N;;;;; +2F805;CJK COMPATIBILITY IDEOGRAPH-2F805;Lo;0;L;4FAE;;;;N;;;;; +2F806;CJK COMPATIBILITY IDEOGRAPH-2F806;Lo;0;L;4FBB;;;;N;;;;; +2F807;CJK COMPATIBILITY IDEOGRAPH-2F807;Lo;0;L;5002;;;;N;;;;; +2F808;CJK COMPATIBILITY IDEOGRAPH-2F808;Lo;0;L;507A;;;;N;;;;; +2F809;CJK COMPATIBILITY IDEOGRAPH-2F809;Lo;0;L;5099;;;;N;;;;; +2F80A;CJK COMPATIBILITY IDEOGRAPH-2F80A;Lo;0;L;50E7;;;;N;;;;; +2F80B;CJK COMPATIBILITY IDEOGRAPH-2F80B;Lo;0;L;50CF;;;;N;;;;; +2F80C;CJK COMPATIBILITY IDEOGRAPH-2F80C;Lo;0;L;349E;;;;N;;;;; +2F80D;CJK COMPATIBILITY IDEOGRAPH-2F80D;Lo;0;L;2063A;;;;N;;;;; +2F80E;CJK COMPATIBILITY IDEOGRAPH-2F80E;Lo;0;L;514D;;;;N;;;;; +2F80F;CJK COMPATIBILITY IDEOGRAPH-2F80F;Lo;0;L;5154;;;;N;;;;; +2F810;CJK COMPATIBILITY IDEOGRAPH-2F810;Lo;0;L;5164;;;;N;;;;; +2F811;CJK COMPATIBILITY IDEOGRAPH-2F811;Lo;0;L;5177;;;;N;;;;; +2F812;CJK COMPATIBILITY IDEOGRAPH-2F812;Lo;0;L;2051C;;;;N;;;;; +2F813;CJK COMPATIBILITY IDEOGRAPH-2F813;Lo;0;L;34B9;;;;N;;;;; +2F814;CJK COMPATIBILITY IDEOGRAPH-2F814;Lo;0;L;5167;;;;N;;;;; +2F815;CJK COMPATIBILITY IDEOGRAPH-2F815;Lo;0;L;518D;;;;N;;;;; +2F816;CJK COMPATIBILITY IDEOGRAPH-2F816;Lo;0;L;2054B;;;;N;;;;; +2F817;CJK COMPATIBILITY IDEOGRAPH-2F817;Lo;0;L;5197;;;;N;;;;; +2F818;CJK COMPATIBILITY IDEOGRAPH-2F818;Lo;0;L;51A4;;;;N;;;;; +2F819;CJK COMPATIBILITY IDEOGRAPH-2F819;Lo;0;L;4ECC;;;;N;;;;; +2F81A;CJK COMPATIBILITY IDEOGRAPH-2F81A;Lo;0;L;51AC;;;;N;;;;; +2F81B;CJK COMPATIBILITY IDEOGRAPH-2F81B;Lo;0;L;51B5;;;;N;;;;; +2F81C;CJK COMPATIBILITY IDEOGRAPH-2F81C;Lo;0;L;291DF;;;;N;;;;; +2F81D;CJK COMPATIBILITY IDEOGRAPH-2F81D;Lo;0;L;51F5;;;;N;;;;; +2F81E;CJK COMPATIBILITY IDEOGRAPH-2F81E;Lo;0;L;5203;;;;N;;;;; +2F81F;CJK COMPATIBILITY IDEOGRAPH-2F81F;Lo;0;L;34DF;;;;N;;;;; +2F820;CJK COMPATIBILITY IDEOGRAPH-2F820;Lo;0;L;523B;;;;N;;;;; +2F821;CJK COMPATIBILITY IDEOGRAPH-2F821;Lo;0;L;5246;;;;N;;;;; +2F822;CJK COMPATIBILITY IDEOGRAPH-2F822;Lo;0;L;5272;;;;N;;;;; +2F823;CJK COMPATIBILITY IDEOGRAPH-2F823;Lo;0;L;5277;;;;N;;;;; +2F824;CJK COMPATIBILITY IDEOGRAPH-2F824;Lo;0;L;3515;;;;N;;;;; +2F825;CJK COMPATIBILITY IDEOGRAPH-2F825;Lo;0;L;52C7;;;;N;;;;; +2F826;CJK COMPATIBILITY IDEOGRAPH-2F826;Lo;0;L;52C9;;;;N;;;;; +2F827;CJK COMPATIBILITY IDEOGRAPH-2F827;Lo;0;L;52E4;;;;N;;;;; +2F828;CJK COMPATIBILITY IDEOGRAPH-2F828;Lo;0;L;52FA;;;;N;;;;; +2F829;CJK COMPATIBILITY IDEOGRAPH-2F829;Lo;0;L;5305;;;;N;;;;; +2F82A;CJK COMPATIBILITY IDEOGRAPH-2F82A;Lo;0;L;5306;;;;N;;;;; +2F82B;CJK COMPATIBILITY IDEOGRAPH-2F82B;Lo;0;L;5317;;;;N;;;;; +2F82C;CJK COMPATIBILITY IDEOGRAPH-2F82C;Lo;0;L;5349;;;;N;;;;; +2F82D;CJK COMPATIBILITY IDEOGRAPH-2F82D;Lo;0;L;5351;;;;N;;;;; +2F82E;CJK COMPATIBILITY IDEOGRAPH-2F82E;Lo;0;L;535A;;;;N;;;;; +2F82F;CJK COMPATIBILITY IDEOGRAPH-2F82F;Lo;0;L;5373;;;;N;;;;; +2F830;CJK COMPATIBILITY IDEOGRAPH-2F830;Lo;0;L;537D;;;;N;;;;; +2F831;CJK COMPATIBILITY IDEOGRAPH-2F831;Lo;0;L;537F;;;;N;;;;; +2F832;CJK COMPATIBILITY IDEOGRAPH-2F832;Lo;0;L;537F;;;;N;;;;; +2F833;CJK COMPATIBILITY IDEOGRAPH-2F833;Lo;0;L;537F;;;;N;;;;; +2F834;CJK COMPATIBILITY IDEOGRAPH-2F834;Lo;0;L;20A2C;;;;N;;;;; +2F835;CJK COMPATIBILITY IDEOGRAPH-2F835;Lo;0;L;7070;;;;N;;;;; +2F836;CJK COMPATIBILITY IDEOGRAPH-2F836;Lo;0;L;53CA;;;;N;;;;; +2F837;CJK COMPATIBILITY IDEOGRAPH-2F837;Lo;0;L;53DF;;;;N;;;;; +2F838;CJK COMPATIBILITY IDEOGRAPH-2F838;Lo;0;L;20B63;;;;N;;;;; +2F839;CJK COMPATIBILITY IDEOGRAPH-2F839;Lo;0;L;53EB;;;;N;;;;; +2F83A;CJK COMPATIBILITY IDEOGRAPH-2F83A;Lo;0;L;53F1;;;;N;;;;; +2F83B;CJK COMPATIBILITY IDEOGRAPH-2F83B;Lo;0;L;5406;;;;N;;;;; +2F83C;CJK COMPATIBILITY IDEOGRAPH-2F83C;Lo;0;L;549E;;;;N;;;;; +2F83D;CJK COMPATIBILITY IDEOGRAPH-2F83D;Lo;0;L;5438;;;;N;;;;; +2F83E;CJK COMPATIBILITY IDEOGRAPH-2F83E;Lo;0;L;5448;;;;N;;;;; +2F83F;CJK COMPATIBILITY IDEOGRAPH-2F83F;Lo;0;L;5468;;;;N;;;;; +2F840;CJK COMPATIBILITY IDEOGRAPH-2F840;Lo;0;L;54A2;;;;N;;;;; +2F841;CJK COMPATIBILITY IDEOGRAPH-2F841;Lo;0;L;54F6;;;;N;;;;; +2F842;CJK COMPATIBILITY IDEOGRAPH-2F842;Lo;0;L;5510;;;;N;;;;; +2F843;CJK COMPATIBILITY IDEOGRAPH-2F843;Lo;0;L;5553;;;;N;;;;; +2F844;CJK COMPATIBILITY IDEOGRAPH-2F844;Lo;0;L;5563;;;;N;;;;; +2F845;CJK COMPATIBILITY IDEOGRAPH-2F845;Lo;0;L;5584;;;;N;;;;; +2F846;CJK COMPATIBILITY IDEOGRAPH-2F846;Lo;0;L;5584;;;;N;;;;; +2F847;CJK COMPATIBILITY IDEOGRAPH-2F847;Lo;0;L;5599;;;;N;;;;; +2F848;CJK COMPATIBILITY IDEOGRAPH-2F848;Lo;0;L;55AB;;;;N;;;;; +2F849;CJK COMPATIBILITY IDEOGRAPH-2F849;Lo;0;L;55B3;;;;N;;;;; +2F84A;CJK COMPATIBILITY IDEOGRAPH-2F84A;Lo;0;L;55C2;;;;N;;;;; +2F84B;CJK COMPATIBILITY IDEOGRAPH-2F84B;Lo;0;L;5716;;;;N;;;;; +2F84C;CJK COMPATIBILITY IDEOGRAPH-2F84C;Lo;0;L;5606;;;;N;;;;; +2F84D;CJK COMPATIBILITY IDEOGRAPH-2F84D;Lo;0;L;5717;;;;N;;;;; +2F84E;CJK COMPATIBILITY IDEOGRAPH-2F84E;Lo;0;L;5651;;;;N;;;;; +2F84F;CJK COMPATIBILITY IDEOGRAPH-2F84F;Lo;0;L;5674;;;;N;;;;; +2F850;CJK COMPATIBILITY IDEOGRAPH-2F850;Lo;0;L;5207;;;;N;;;;; +2F851;CJK COMPATIBILITY IDEOGRAPH-2F851;Lo;0;L;58EE;;;;N;;;;; +2F852;CJK COMPATIBILITY IDEOGRAPH-2F852;Lo;0;L;57CE;;;;N;;;;; +2F853;CJK COMPATIBILITY IDEOGRAPH-2F853;Lo;0;L;57F4;;;;N;;;;; +2F854;CJK COMPATIBILITY IDEOGRAPH-2F854;Lo;0;L;580D;;;;N;;;;; +2F855;CJK COMPATIBILITY IDEOGRAPH-2F855;Lo;0;L;578B;;;;N;;;;; +2F856;CJK COMPATIBILITY IDEOGRAPH-2F856;Lo;0;L;5832;;;;N;;;;; +2F857;CJK COMPATIBILITY IDEOGRAPH-2F857;Lo;0;L;5831;;;;N;;;;; +2F858;CJK COMPATIBILITY IDEOGRAPH-2F858;Lo;0;L;58AC;;;;N;;;;; +2F859;CJK COMPATIBILITY IDEOGRAPH-2F859;Lo;0;L;214E4;;;;N;;;;; +2F85A;CJK COMPATIBILITY IDEOGRAPH-2F85A;Lo;0;L;58F2;;;;N;;;;; +2F85B;CJK COMPATIBILITY IDEOGRAPH-2F85B;Lo;0;L;58F7;;;;N;;;;; +2F85C;CJK COMPATIBILITY IDEOGRAPH-2F85C;Lo;0;L;5906;;;;N;;;;; +2F85D;CJK COMPATIBILITY IDEOGRAPH-2F85D;Lo;0;L;591A;;;;N;;;;; +2F85E;CJK COMPATIBILITY IDEOGRAPH-2F85E;Lo;0;L;5922;;;;N;;;;; +2F85F;CJK COMPATIBILITY IDEOGRAPH-2F85F;Lo;0;L;5962;;;;N;;;;; +2F860;CJK COMPATIBILITY IDEOGRAPH-2F860;Lo;0;L;216A8;;;;N;;;;; +2F861;CJK COMPATIBILITY IDEOGRAPH-2F861;Lo;0;L;216EA;;;;N;;;;; +2F862;CJK COMPATIBILITY IDEOGRAPH-2F862;Lo;0;L;59EC;;;;N;;;;; +2F863;CJK COMPATIBILITY IDEOGRAPH-2F863;Lo;0;L;5A1B;;;;N;;;;; +2F864;CJK COMPATIBILITY IDEOGRAPH-2F864;Lo;0;L;5A27;;;;N;;;;; +2F865;CJK COMPATIBILITY IDEOGRAPH-2F865;Lo;0;L;59D8;;;;N;;;;; +2F866;CJK COMPATIBILITY IDEOGRAPH-2F866;Lo;0;L;5A66;;;;N;;;;; +2F867;CJK COMPATIBILITY IDEOGRAPH-2F867;Lo;0;L;36EE;;;;N;;;;; +2F868;CJK COMPATIBILITY IDEOGRAPH-2F868;Lo;0;L;36FC;;;;N;;;;; +2F869;CJK COMPATIBILITY IDEOGRAPH-2F869;Lo;0;L;5B08;;;;N;;;;; +2F86A;CJK COMPATIBILITY IDEOGRAPH-2F86A;Lo;0;L;5B3E;;;;N;;;;; +2F86B;CJK COMPATIBILITY IDEOGRAPH-2F86B;Lo;0;L;5B3E;;;;N;;;;; +2F86C;CJK COMPATIBILITY IDEOGRAPH-2F86C;Lo;0;L;219C8;;;;N;;;;; +2F86D;CJK COMPATIBILITY IDEOGRAPH-2F86D;Lo;0;L;5BC3;;;;N;;;;; +2F86E;CJK COMPATIBILITY IDEOGRAPH-2F86E;Lo;0;L;5BD8;;;;N;;;;; +2F86F;CJK COMPATIBILITY IDEOGRAPH-2F86F;Lo;0;L;5BE7;;;;N;;;;; +2F870;CJK COMPATIBILITY IDEOGRAPH-2F870;Lo;0;L;5BF3;;;;N;;;;; +2F871;CJK COMPATIBILITY IDEOGRAPH-2F871;Lo;0;L;21B18;;;;N;;;;; +2F872;CJK COMPATIBILITY IDEOGRAPH-2F872;Lo;0;L;5BFF;;;;N;;;;; +2F873;CJK COMPATIBILITY IDEOGRAPH-2F873;Lo;0;L;5C06;;;;N;;;;; +2F874;CJK COMPATIBILITY IDEOGRAPH-2F874;Lo;0;L;5F53;;;;N;;;;; +2F875;CJK COMPATIBILITY IDEOGRAPH-2F875;Lo;0;L;5C22;;;;N;;;;; +2F876;CJK COMPATIBILITY IDEOGRAPH-2F876;Lo;0;L;3781;;;;N;;;;; +2F877;CJK COMPATIBILITY IDEOGRAPH-2F877;Lo;0;L;5C60;;;;N;;;;; +2F878;CJK COMPATIBILITY IDEOGRAPH-2F878;Lo;0;L;5C6E;;;;N;;;;; +2F879;CJK COMPATIBILITY IDEOGRAPH-2F879;Lo;0;L;5CC0;;;;N;;;;; +2F87A;CJK COMPATIBILITY IDEOGRAPH-2F87A;Lo;0;L;5C8D;;;;N;;;;; +2F87B;CJK COMPATIBILITY IDEOGRAPH-2F87B;Lo;0;L;21DE4;;;;N;;;;; +2F87C;CJK COMPATIBILITY IDEOGRAPH-2F87C;Lo;0;L;5D43;;;;N;;;;; +2F87D;CJK COMPATIBILITY IDEOGRAPH-2F87D;Lo;0;L;21DE6;;;;N;;;;; +2F87E;CJK COMPATIBILITY IDEOGRAPH-2F87E;Lo;0;L;5D6E;;;;N;;;;; +2F87F;CJK COMPATIBILITY IDEOGRAPH-2F87F;Lo;0;L;5D6B;;;;N;;;;; +2F880;CJK COMPATIBILITY IDEOGRAPH-2F880;Lo;0;L;5D7C;;;;N;;;;; +2F881;CJK COMPATIBILITY IDEOGRAPH-2F881;Lo;0;L;5DE1;;;;N;;;;; +2F882;CJK COMPATIBILITY IDEOGRAPH-2F882;Lo;0;L;5DE2;;;;N;;;;; +2F883;CJK COMPATIBILITY IDEOGRAPH-2F883;Lo;0;L;382F;;;;N;;;;; +2F884;CJK COMPATIBILITY IDEOGRAPH-2F884;Lo;0;L;5DFD;;;;N;;;;; +2F885;CJK COMPATIBILITY IDEOGRAPH-2F885;Lo;0;L;5E28;;;;N;;;;; +2F886;CJK COMPATIBILITY IDEOGRAPH-2F886;Lo;0;L;5E3D;;;;N;;;;; +2F887;CJK COMPATIBILITY IDEOGRAPH-2F887;Lo;0;L;5E69;;;;N;;;;; +2F888;CJK COMPATIBILITY IDEOGRAPH-2F888;Lo;0;L;3862;;;;N;;;;; +2F889;CJK COMPATIBILITY IDEOGRAPH-2F889;Lo;0;L;22183;;;;N;;;;; +2F88A;CJK COMPATIBILITY IDEOGRAPH-2F88A;Lo;0;L;387C;;;;N;;;;; +2F88B;CJK COMPATIBILITY IDEOGRAPH-2F88B;Lo;0;L;5EB0;;;;N;;;;; +2F88C;CJK COMPATIBILITY IDEOGRAPH-2F88C;Lo;0;L;5EB3;;;;N;;;;; +2F88D;CJK COMPATIBILITY IDEOGRAPH-2F88D;Lo;0;L;5EB6;;;;N;;;;; +2F88E;CJK COMPATIBILITY IDEOGRAPH-2F88E;Lo;0;L;5ECA;;;;N;;;;; +2F88F;CJK COMPATIBILITY IDEOGRAPH-2F88F;Lo;0;L;2A392;;;;N;;;;; +2F890;CJK COMPATIBILITY IDEOGRAPH-2F890;Lo;0;L;5EFE;;;9;N;;;;; +2F891;CJK COMPATIBILITY IDEOGRAPH-2F891;Lo;0;L;22331;;;;N;;;;; +2F892;CJK COMPATIBILITY IDEOGRAPH-2F892;Lo;0;L;22331;;;;N;;;;; +2F893;CJK COMPATIBILITY IDEOGRAPH-2F893;Lo;0;L;8201;;;;N;;;;; +2F894;CJK COMPATIBILITY IDEOGRAPH-2F894;Lo;0;L;5F22;;;;N;;;;; +2F895;CJK COMPATIBILITY IDEOGRAPH-2F895;Lo;0;L;5F22;;;;N;;;;; +2F896;CJK COMPATIBILITY IDEOGRAPH-2F896;Lo;0;L;38C7;;;;N;;;;; +2F897;CJK COMPATIBILITY IDEOGRAPH-2F897;Lo;0;L;232B8;;;;N;;;;; +2F898;CJK COMPATIBILITY IDEOGRAPH-2F898;Lo;0;L;261DA;;;;N;;;;; +2F899;CJK COMPATIBILITY IDEOGRAPH-2F899;Lo;0;L;5F62;;;;N;;;;; +2F89A;CJK COMPATIBILITY IDEOGRAPH-2F89A;Lo;0;L;5F6B;;;;N;;;;; +2F89B;CJK COMPATIBILITY IDEOGRAPH-2F89B;Lo;0;L;38E3;;;;N;;;;; +2F89C;CJK COMPATIBILITY IDEOGRAPH-2F89C;Lo;0;L;5F9A;;;;N;;;;; +2F89D;CJK COMPATIBILITY IDEOGRAPH-2F89D;Lo;0;L;5FCD;;;;N;;;;; +2F89E;CJK COMPATIBILITY IDEOGRAPH-2F89E;Lo;0;L;5FD7;;;;N;;;;; +2F89F;CJK COMPATIBILITY IDEOGRAPH-2F89F;Lo;0;L;5FF9;;;;N;;;;; +2F8A0;CJK COMPATIBILITY IDEOGRAPH-2F8A0;Lo;0;L;6081;;;;N;;;;; +2F8A1;CJK COMPATIBILITY IDEOGRAPH-2F8A1;Lo;0;L;393A;;;;N;;;;; +2F8A2;CJK COMPATIBILITY IDEOGRAPH-2F8A2;Lo;0;L;391C;;;;N;;;;; +2F8A3;CJK COMPATIBILITY IDEOGRAPH-2F8A3;Lo;0;L;6094;;;;N;;;;; +2F8A4;CJK COMPATIBILITY IDEOGRAPH-2F8A4;Lo;0;L;226D4;;;;N;;;;; +2F8A5;CJK COMPATIBILITY IDEOGRAPH-2F8A5;Lo;0;L;60C7;;;;N;;;;; +2F8A6;CJK COMPATIBILITY IDEOGRAPH-2F8A6;Lo;0;L;6148;;;;N;;;;; +2F8A7;CJK COMPATIBILITY IDEOGRAPH-2F8A7;Lo;0;L;614C;;;;N;;;;; +2F8A8;CJK COMPATIBILITY IDEOGRAPH-2F8A8;Lo;0;L;614E;;;;N;;;;; +2F8A9;CJK COMPATIBILITY IDEOGRAPH-2F8A9;Lo;0;L;614C;;;;N;;;;; +2F8AA;CJK COMPATIBILITY IDEOGRAPH-2F8AA;Lo;0;L;617A;;;;N;;;;; +2F8AB;CJK COMPATIBILITY IDEOGRAPH-2F8AB;Lo;0;L;618E;;;;N;;;;; +2F8AC;CJK COMPATIBILITY IDEOGRAPH-2F8AC;Lo;0;L;61B2;;;;N;;;;; +2F8AD;CJK COMPATIBILITY IDEOGRAPH-2F8AD;Lo;0;L;61A4;;;;N;;;;; +2F8AE;CJK COMPATIBILITY IDEOGRAPH-2F8AE;Lo;0;L;61AF;;;;N;;;;; +2F8AF;CJK COMPATIBILITY IDEOGRAPH-2F8AF;Lo;0;L;61DE;;;;N;;;;; +2F8B0;CJK COMPATIBILITY IDEOGRAPH-2F8B0;Lo;0;L;61F2;;;;N;;;;; +2F8B1;CJK COMPATIBILITY IDEOGRAPH-2F8B1;Lo;0;L;61F6;;;;N;;;;; +2F8B2;CJK COMPATIBILITY IDEOGRAPH-2F8B2;Lo;0;L;6210;;;;N;;;;; +2F8B3;CJK COMPATIBILITY IDEOGRAPH-2F8B3;Lo;0;L;621B;;;;N;;;;; +2F8B4;CJK COMPATIBILITY IDEOGRAPH-2F8B4;Lo;0;L;625D;;;;N;;;;; +2F8B5;CJK COMPATIBILITY IDEOGRAPH-2F8B5;Lo;0;L;62B1;;;;N;;;;; +2F8B6;CJK COMPATIBILITY IDEOGRAPH-2F8B6;Lo;0;L;62D4;;;;N;;;;; +2F8B7;CJK COMPATIBILITY IDEOGRAPH-2F8B7;Lo;0;L;6350;;;;N;;;;; +2F8B8;CJK COMPATIBILITY IDEOGRAPH-2F8B8;Lo;0;L;22B0C;;;;N;;;;; +2F8B9;CJK COMPATIBILITY IDEOGRAPH-2F8B9;Lo;0;L;633D;;;;N;;;;; +2F8BA;CJK COMPATIBILITY IDEOGRAPH-2F8BA;Lo;0;L;62FC;;;;N;;;;; +2F8BB;CJK COMPATIBILITY IDEOGRAPH-2F8BB;Lo;0;L;6368;;;;N;;;;; +2F8BC;CJK COMPATIBILITY IDEOGRAPH-2F8BC;Lo;0;L;6383;;;;N;;;;; +2F8BD;CJK COMPATIBILITY IDEOGRAPH-2F8BD;Lo;0;L;63E4;;;;N;;;;; +2F8BE;CJK COMPATIBILITY IDEOGRAPH-2F8BE;Lo;0;L;22BF1;;;;N;;;;; +2F8BF;CJK COMPATIBILITY IDEOGRAPH-2F8BF;Lo;0;L;6422;;;;N;;;;; +2F8C0;CJK COMPATIBILITY IDEOGRAPH-2F8C0;Lo;0;L;63C5;;;;N;;;;; +2F8C1;CJK COMPATIBILITY IDEOGRAPH-2F8C1;Lo;0;L;63A9;;;;N;;;;; +2F8C2;CJK COMPATIBILITY IDEOGRAPH-2F8C2;Lo;0;L;3A2E;;;;N;;;;; +2F8C3;CJK COMPATIBILITY IDEOGRAPH-2F8C3;Lo;0;L;6469;;;;N;;;;; +2F8C4;CJK COMPATIBILITY IDEOGRAPH-2F8C4;Lo;0;L;647E;;;;N;;;;; +2F8C5;CJK COMPATIBILITY IDEOGRAPH-2F8C5;Lo;0;L;649D;;;;N;;;;; +2F8C6;CJK COMPATIBILITY IDEOGRAPH-2F8C6;Lo;0;L;6477;;;;N;;;;; +2F8C7;CJK COMPATIBILITY IDEOGRAPH-2F8C7;Lo;0;L;3A6C;;;;N;;;;; +2F8C8;CJK COMPATIBILITY IDEOGRAPH-2F8C8;Lo;0;L;654F;;;;N;;;;; +2F8C9;CJK COMPATIBILITY IDEOGRAPH-2F8C9;Lo;0;L;656C;;;;N;;;;; +2F8CA;CJK COMPATIBILITY IDEOGRAPH-2F8CA;Lo;0;L;2300A;;;;N;;;;; +2F8CB;CJK COMPATIBILITY IDEOGRAPH-2F8CB;Lo;0;L;65E3;;;;N;;;;; +2F8CC;CJK COMPATIBILITY IDEOGRAPH-2F8CC;Lo;0;L;66F8;;;;N;;;;; +2F8CD;CJK COMPATIBILITY IDEOGRAPH-2F8CD;Lo;0;L;6649;;;;N;;;;; +2F8CE;CJK COMPATIBILITY IDEOGRAPH-2F8CE;Lo;0;L;3B19;;;;N;;;;; +2F8CF;CJK COMPATIBILITY IDEOGRAPH-2F8CF;Lo;0;L;6691;;;;N;;;;; +2F8D0;CJK COMPATIBILITY IDEOGRAPH-2F8D0;Lo;0;L;3B08;;;;N;;;;; +2F8D1;CJK COMPATIBILITY IDEOGRAPH-2F8D1;Lo;0;L;3AE4;;;;N;;;;; +2F8D2;CJK COMPATIBILITY IDEOGRAPH-2F8D2;Lo;0;L;5192;;;;N;;;;; +2F8D3;CJK COMPATIBILITY IDEOGRAPH-2F8D3;Lo;0;L;5195;;;;N;;;;; +2F8D4;CJK COMPATIBILITY IDEOGRAPH-2F8D4;Lo;0;L;6700;;;;N;;;;; +2F8D5;CJK COMPATIBILITY IDEOGRAPH-2F8D5;Lo;0;L;669C;;;;N;;;;; +2F8D6;CJK COMPATIBILITY IDEOGRAPH-2F8D6;Lo;0;L;80AD;;;;N;;;;; +2F8D7;CJK COMPATIBILITY IDEOGRAPH-2F8D7;Lo;0;L;43D9;;;;N;;;;; +2F8D8;CJK COMPATIBILITY IDEOGRAPH-2F8D8;Lo;0;L;6717;;;;N;;;;; +2F8D9;CJK COMPATIBILITY IDEOGRAPH-2F8D9;Lo;0;L;671B;;;;N;;;;; +2F8DA;CJK COMPATIBILITY IDEOGRAPH-2F8DA;Lo;0;L;6721;;;;N;;;;; +2F8DB;CJK COMPATIBILITY IDEOGRAPH-2F8DB;Lo;0;L;675E;;;;N;;;;; +2F8DC;CJK COMPATIBILITY IDEOGRAPH-2F8DC;Lo;0;L;6753;;;;N;;;;; +2F8DD;CJK COMPATIBILITY IDEOGRAPH-2F8DD;Lo;0;L;233C3;;;;N;;;;; +2F8DE;CJK COMPATIBILITY IDEOGRAPH-2F8DE;Lo;0;L;3B49;;;;N;;;;; +2F8DF;CJK COMPATIBILITY IDEOGRAPH-2F8DF;Lo;0;L;67FA;;;;N;;;;; +2F8E0;CJK COMPATIBILITY IDEOGRAPH-2F8E0;Lo;0;L;6785;;;;N;;;;; +2F8E1;CJK COMPATIBILITY IDEOGRAPH-2F8E1;Lo;0;L;6852;;;;N;;;;; +2F8E2;CJK COMPATIBILITY IDEOGRAPH-2F8E2;Lo;0;L;6885;;;;N;;;;; +2F8E3;CJK COMPATIBILITY IDEOGRAPH-2F8E3;Lo;0;L;2346D;;;;N;;;;; +2F8E4;CJK COMPATIBILITY IDEOGRAPH-2F8E4;Lo;0;L;688E;;;;N;;;;; +2F8E5;CJK COMPATIBILITY IDEOGRAPH-2F8E5;Lo;0;L;681F;;;;N;;;;; +2F8E6;CJK COMPATIBILITY IDEOGRAPH-2F8E6;Lo;0;L;6914;;;;N;;;;; +2F8E7;CJK COMPATIBILITY IDEOGRAPH-2F8E7;Lo;0;L;3B9D;;;;N;;;;; +2F8E8;CJK COMPATIBILITY IDEOGRAPH-2F8E8;Lo;0;L;6942;;;;N;;;;; +2F8E9;CJK COMPATIBILITY IDEOGRAPH-2F8E9;Lo;0;L;69A3;;;;N;;;;; +2F8EA;CJK COMPATIBILITY IDEOGRAPH-2F8EA;Lo;0;L;69EA;;;;N;;;;; +2F8EB;CJK COMPATIBILITY IDEOGRAPH-2F8EB;Lo;0;L;6AA8;;;;N;;;;; +2F8EC;CJK COMPATIBILITY IDEOGRAPH-2F8EC;Lo;0;L;236A3;;;;N;;;;; +2F8ED;CJK COMPATIBILITY IDEOGRAPH-2F8ED;Lo;0;L;6ADB;;;;N;;;;; +2F8EE;CJK COMPATIBILITY IDEOGRAPH-2F8EE;Lo;0;L;3C18;;;;N;;;;; +2F8EF;CJK COMPATIBILITY IDEOGRAPH-2F8EF;Lo;0;L;6B21;;;;N;;;;; +2F8F0;CJK COMPATIBILITY IDEOGRAPH-2F8F0;Lo;0;L;238A7;;;;N;;;;; +2F8F1;CJK COMPATIBILITY IDEOGRAPH-2F8F1;Lo;0;L;6B54;;;;N;;;;; +2F8F2;CJK COMPATIBILITY IDEOGRAPH-2F8F2;Lo;0;L;3C4E;;;;N;;;;; +2F8F3;CJK COMPATIBILITY IDEOGRAPH-2F8F3;Lo;0;L;6B72;;;;N;;;;; +2F8F4;CJK COMPATIBILITY IDEOGRAPH-2F8F4;Lo;0;L;6B9F;;;;N;;;;; +2F8F5;CJK COMPATIBILITY IDEOGRAPH-2F8F5;Lo;0;L;6BBA;;;;N;;;;; +2F8F6;CJK COMPATIBILITY IDEOGRAPH-2F8F6;Lo;0;L;6BBB;;;;N;;;;; +2F8F7;CJK COMPATIBILITY IDEOGRAPH-2F8F7;Lo;0;L;23A8D;;;;N;;;;; +2F8F8;CJK COMPATIBILITY IDEOGRAPH-2F8F8;Lo;0;L;21D0B;;;;N;;;;; +2F8F9;CJK COMPATIBILITY IDEOGRAPH-2F8F9;Lo;0;L;23AFA;;;;N;;;;; +2F8FA;CJK COMPATIBILITY IDEOGRAPH-2F8FA;Lo;0;L;6C4E;;;;N;;;;; +2F8FB;CJK COMPATIBILITY IDEOGRAPH-2F8FB;Lo;0;L;23CBC;;;;N;;;;; +2F8FC;CJK COMPATIBILITY IDEOGRAPH-2F8FC;Lo;0;L;6CBF;;;;N;;;;; +2F8FD;CJK COMPATIBILITY IDEOGRAPH-2F8FD;Lo;0;L;6CCD;;;;N;;;;; +2F8FE;CJK COMPATIBILITY IDEOGRAPH-2F8FE;Lo;0;L;6C67;;;;N;;;;; +2F8FF;CJK COMPATIBILITY IDEOGRAPH-2F8FF;Lo;0;L;6D16;;;;N;;;;; +2F900;CJK COMPATIBILITY IDEOGRAPH-2F900;Lo;0;L;6D3E;;;;N;;;;; +2F901;CJK COMPATIBILITY IDEOGRAPH-2F901;Lo;0;L;6D77;;;;N;;;;; +2F902;CJK COMPATIBILITY IDEOGRAPH-2F902;Lo;0;L;6D41;;;;N;;;;; +2F903;CJK COMPATIBILITY IDEOGRAPH-2F903;Lo;0;L;6D69;;;;N;;;;; +2F904;CJK COMPATIBILITY IDEOGRAPH-2F904;Lo;0;L;6D78;;;;N;;;;; +2F905;CJK COMPATIBILITY IDEOGRAPH-2F905;Lo;0;L;6D85;;;;N;;;;; +2F906;CJK COMPATIBILITY IDEOGRAPH-2F906;Lo;0;L;23D1E;;;;N;;;;; +2F907;CJK COMPATIBILITY IDEOGRAPH-2F907;Lo;0;L;6D34;;;;N;;;;; +2F908;CJK COMPATIBILITY IDEOGRAPH-2F908;Lo;0;L;6E2F;;;;N;;;;; +2F909;CJK COMPATIBILITY IDEOGRAPH-2F909;Lo;0;L;6E6E;;;;N;;;;; +2F90A;CJK COMPATIBILITY IDEOGRAPH-2F90A;Lo;0;L;3D33;;;;N;;;;; +2F90B;CJK COMPATIBILITY IDEOGRAPH-2F90B;Lo;0;L;6ECB;;;;N;;;;; +2F90C;CJK COMPATIBILITY IDEOGRAPH-2F90C;Lo;0;L;6EC7;;;;N;;;;; +2F90D;CJK COMPATIBILITY IDEOGRAPH-2F90D;Lo;0;L;23ED1;;;;N;;;;; +2F90E;CJK COMPATIBILITY IDEOGRAPH-2F90E;Lo;0;L;6DF9;;;;N;;;;; +2F90F;CJK COMPATIBILITY IDEOGRAPH-2F90F;Lo;0;L;6F6E;;;;N;;;;; +2F910;CJK COMPATIBILITY IDEOGRAPH-2F910;Lo;0;L;23F5E;;;;N;;;;; +2F911;CJK COMPATIBILITY IDEOGRAPH-2F911;Lo;0;L;23F8E;;;;N;;;;; +2F912;CJK COMPATIBILITY IDEOGRAPH-2F912;Lo;0;L;6FC6;;;;N;;;;; +2F913;CJK COMPATIBILITY IDEOGRAPH-2F913;Lo;0;L;7039;;;;N;;;;; +2F914;CJK COMPATIBILITY IDEOGRAPH-2F914;Lo;0;L;701E;;;;N;;;;; +2F915;CJK COMPATIBILITY IDEOGRAPH-2F915;Lo;0;L;701B;;;;N;;;;; +2F916;CJK COMPATIBILITY IDEOGRAPH-2F916;Lo;0;L;3D96;;;;N;;;;; +2F917;CJK COMPATIBILITY IDEOGRAPH-2F917;Lo;0;L;704A;;;;N;;;;; +2F918;CJK COMPATIBILITY IDEOGRAPH-2F918;Lo;0;L;707D;;;;N;;;;; +2F919;CJK COMPATIBILITY IDEOGRAPH-2F919;Lo;0;L;7077;;;;N;;;;; +2F91A;CJK COMPATIBILITY IDEOGRAPH-2F91A;Lo;0;L;70AD;;;;N;;;;; +2F91B;CJK COMPATIBILITY IDEOGRAPH-2F91B;Lo;0;L;20525;;;;N;;;;; +2F91C;CJK COMPATIBILITY IDEOGRAPH-2F91C;Lo;0;L;7145;;;;N;;;;; +2F91D;CJK COMPATIBILITY IDEOGRAPH-2F91D;Lo;0;L;24263;;;;N;;;;; +2F91E;CJK COMPATIBILITY IDEOGRAPH-2F91E;Lo;0;L;719C;;;;N;;;;; +2F91F;CJK COMPATIBILITY IDEOGRAPH-2F91F;Lo;0;L;243AB;;;;N;;;;; +2F920;CJK COMPATIBILITY IDEOGRAPH-2F920;Lo;0;L;7228;;;;N;;;;; +2F921;CJK COMPATIBILITY IDEOGRAPH-2F921;Lo;0;L;7235;;;;N;;;;; +2F922;CJK COMPATIBILITY IDEOGRAPH-2F922;Lo;0;L;7250;;;;N;;;;; +2F923;CJK COMPATIBILITY IDEOGRAPH-2F923;Lo;0;L;24608;;;;N;;;;; +2F924;CJK COMPATIBILITY IDEOGRAPH-2F924;Lo;0;L;7280;;;;N;;;;; +2F925;CJK COMPATIBILITY IDEOGRAPH-2F925;Lo;0;L;7295;;;;N;;;;; +2F926;CJK COMPATIBILITY IDEOGRAPH-2F926;Lo;0;L;24735;;;;N;;;;; +2F927;CJK COMPATIBILITY IDEOGRAPH-2F927;Lo;0;L;24814;;;;N;;;;; +2F928;CJK COMPATIBILITY IDEOGRAPH-2F928;Lo;0;L;737A;;;;N;;;;; +2F929;CJK COMPATIBILITY IDEOGRAPH-2F929;Lo;0;L;738B;;;;N;;;;; +2F92A;CJK COMPATIBILITY IDEOGRAPH-2F92A;Lo;0;L;3EAC;;;;N;;;;; +2F92B;CJK COMPATIBILITY IDEOGRAPH-2F92B;Lo;0;L;73A5;;;;N;;;;; +2F92C;CJK COMPATIBILITY IDEOGRAPH-2F92C;Lo;0;L;3EB8;;;;N;;;;; +2F92D;CJK COMPATIBILITY IDEOGRAPH-2F92D;Lo;0;L;3EB8;;;;N;;;;; +2F92E;CJK COMPATIBILITY IDEOGRAPH-2F92E;Lo;0;L;7447;;;;N;;;;; +2F92F;CJK COMPATIBILITY IDEOGRAPH-2F92F;Lo;0;L;745C;;;;N;;;;; +2F930;CJK COMPATIBILITY IDEOGRAPH-2F930;Lo;0;L;7471;;;;N;;;;; +2F931;CJK COMPATIBILITY IDEOGRAPH-2F931;Lo;0;L;7485;;;;N;;;;; +2F932;CJK COMPATIBILITY IDEOGRAPH-2F932;Lo;0;L;74CA;;;;N;;;;; +2F933;CJK COMPATIBILITY IDEOGRAPH-2F933;Lo;0;L;3F1B;;;;N;;;;; +2F934;CJK COMPATIBILITY IDEOGRAPH-2F934;Lo;0;L;7524;;;;N;;;;; +2F935;CJK COMPATIBILITY IDEOGRAPH-2F935;Lo;0;L;24C36;;;;N;;;;; +2F936;CJK COMPATIBILITY IDEOGRAPH-2F936;Lo;0;L;753E;;;;N;;;;; +2F937;CJK COMPATIBILITY IDEOGRAPH-2F937;Lo;0;L;24C92;;;;N;;;;; +2F938;CJK COMPATIBILITY IDEOGRAPH-2F938;Lo;0;L;7570;;;;N;;;;; +2F939;CJK COMPATIBILITY IDEOGRAPH-2F939;Lo;0;L;2219F;;;;N;;;;; +2F93A;CJK COMPATIBILITY IDEOGRAPH-2F93A;Lo;0;L;7610;;;;N;;;;; +2F93B;CJK COMPATIBILITY IDEOGRAPH-2F93B;Lo;0;L;24FA1;;;;N;;;;; +2F93C;CJK COMPATIBILITY IDEOGRAPH-2F93C;Lo;0;L;24FB8;;;;N;;;;; +2F93D;CJK COMPATIBILITY IDEOGRAPH-2F93D;Lo;0;L;25044;;;;N;;;;; +2F93E;CJK COMPATIBILITY IDEOGRAPH-2F93E;Lo;0;L;3FFC;;;;N;;;;; +2F93F;CJK COMPATIBILITY IDEOGRAPH-2F93F;Lo;0;L;4008;;;;N;;;;; +2F940;CJK COMPATIBILITY IDEOGRAPH-2F940;Lo;0;L;76F4;;;;N;;;;; +2F941;CJK COMPATIBILITY IDEOGRAPH-2F941;Lo;0;L;250F3;;;;N;;;;; +2F942;CJK COMPATIBILITY IDEOGRAPH-2F942;Lo;0;L;250F2;;;;N;;;;; +2F943;CJK COMPATIBILITY IDEOGRAPH-2F943;Lo;0;L;25119;;;;N;;;;; +2F944;CJK COMPATIBILITY IDEOGRAPH-2F944;Lo;0;L;25133;;;;N;;;;; +2F945;CJK COMPATIBILITY IDEOGRAPH-2F945;Lo;0;L;771E;;;;N;;;;; +2F946;CJK COMPATIBILITY IDEOGRAPH-2F946;Lo;0;L;771F;;;;N;;;;; +2F947;CJK COMPATIBILITY IDEOGRAPH-2F947;Lo;0;L;771F;;;;N;;;;; +2F948;CJK COMPATIBILITY IDEOGRAPH-2F948;Lo;0;L;774A;;;;N;;;;; +2F949;CJK COMPATIBILITY IDEOGRAPH-2F949;Lo;0;L;4039;;;;N;;;;; +2F94A;CJK COMPATIBILITY IDEOGRAPH-2F94A;Lo;0;L;778B;;;;N;;;;; +2F94B;CJK COMPATIBILITY IDEOGRAPH-2F94B;Lo;0;L;4046;;;;N;;;;; +2F94C;CJK COMPATIBILITY IDEOGRAPH-2F94C;Lo;0;L;4096;;;;N;;;;; +2F94D;CJK COMPATIBILITY IDEOGRAPH-2F94D;Lo;0;L;2541D;;;;N;;;;; +2F94E;CJK COMPATIBILITY IDEOGRAPH-2F94E;Lo;0;L;784E;;;;N;;;;; +2F94F;CJK COMPATIBILITY IDEOGRAPH-2F94F;Lo;0;L;788C;;;;N;;;;; +2F950;CJK COMPATIBILITY IDEOGRAPH-2F950;Lo;0;L;78CC;;;;N;;;;; +2F951;CJK COMPATIBILITY IDEOGRAPH-2F951;Lo;0;L;40E3;;;;N;;;;; +2F952;CJK COMPATIBILITY IDEOGRAPH-2F952;Lo;0;L;25626;;;;N;;;;; +2F953;CJK COMPATIBILITY IDEOGRAPH-2F953;Lo;0;L;7956;;;;N;;;;; +2F954;CJK COMPATIBILITY IDEOGRAPH-2F954;Lo;0;L;2569A;;;;N;;;;; +2F955;CJK COMPATIBILITY IDEOGRAPH-2F955;Lo;0;L;256C5;;;;N;;;;; +2F956;CJK COMPATIBILITY IDEOGRAPH-2F956;Lo;0;L;798F;;;;N;;;;; +2F957;CJK COMPATIBILITY IDEOGRAPH-2F957;Lo;0;L;79EB;;;;N;;;;; +2F958;CJK COMPATIBILITY IDEOGRAPH-2F958;Lo;0;L;412F;;;;N;;;;; +2F959;CJK COMPATIBILITY IDEOGRAPH-2F959;Lo;0;L;7A40;;;;N;;;;; +2F95A;CJK COMPATIBILITY IDEOGRAPH-2F95A;Lo;0;L;7A4A;;;;N;;;;; +2F95B;CJK COMPATIBILITY IDEOGRAPH-2F95B;Lo;0;L;7A4F;;;;N;;;;; +2F95C;CJK COMPATIBILITY IDEOGRAPH-2F95C;Lo;0;L;2597C;;;;N;;;;; +2F95D;CJK COMPATIBILITY IDEOGRAPH-2F95D;Lo;0;L;25AA7;;;;N;;;;; +2F95E;CJK COMPATIBILITY IDEOGRAPH-2F95E;Lo;0;L;25AA7;;;;N;;;;; +2F95F;CJK COMPATIBILITY IDEOGRAPH-2F95F;Lo;0;L;7AEE;;;;N;;;;; +2F960;CJK COMPATIBILITY IDEOGRAPH-2F960;Lo;0;L;4202;;;;N;;;;; +2F961;CJK COMPATIBILITY IDEOGRAPH-2F961;Lo;0;L;25BAB;;;;N;;;;; +2F962;CJK COMPATIBILITY IDEOGRAPH-2F962;Lo;0;L;7BC6;;;;N;;;;; +2F963;CJK COMPATIBILITY IDEOGRAPH-2F963;Lo;0;L;7BC9;;;;N;;;;; +2F964;CJK COMPATIBILITY IDEOGRAPH-2F964;Lo;0;L;4227;;;;N;;;;; +2F965;CJK COMPATIBILITY IDEOGRAPH-2F965;Lo;0;L;25C80;;;;N;;;;; +2F966;CJK COMPATIBILITY IDEOGRAPH-2F966;Lo;0;L;7CD2;;;;N;;;;; +2F967;CJK COMPATIBILITY IDEOGRAPH-2F967;Lo;0;L;42A0;;;;N;;;;; +2F968;CJK COMPATIBILITY IDEOGRAPH-2F968;Lo;0;L;7CE8;;;;N;;;;; +2F969;CJK COMPATIBILITY IDEOGRAPH-2F969;Lo;0;L;7CE3;;;;N;;;;; +2F96A;CJK COMPATIBILITY IDEOGRAPH-2F96A;Lo;0;L;7D00;;;;N;;;;; +2F96B;CJK COMPATIBILITY IDEOGRAPH-2F96B;Lo;0;L;25F86;;;;N;;;;; +2F96C;CJK COMPATIBILITY IDEOGRAPH-2F96C;Lo;0;L;7D63;;;;N;;;;; +2F96D;CJK COMPATIBILITY IDEOGRAPH-2F96D;Lo;0;L;4301;;;;N;;;;; +2F96E;CJK COMPATIBILITY IDEOGRAPH-2F96E;Lo;0;L;7DC7;;;;N;;;;; +2F96F;CJK COMPATIBILITY IDEOGRAPH-2F96F;Lo;0;L;7E02;;;;N;;;;; +2F970;CJK COMPATIBILITY IDEOGRAPH-2F970;Lo;0;L;7E45;;;;N;;;;; +2F971;CJK COMPATIBILITY IDEOGRAPH-2F971;Lo;0;L;4334;;;;N;;;;; +2F972;CJK COMPATIBILITY IDEOGRAPH-2F972;Lo;0;L;26228;;;;N;;;;; +2F973;CJK COMPATIBILITY IDEOGRAPH-2F973;Lo;0;L;26247;;;;N;;;;; +2F974;CJK COMPATIBILITY IDEOGRAPH-2F974;Lo;0;L;4359;;;;N;;;;; +2F975;CJK COMPATIBILITY IDEOGRAPH-2F975;Lo;0;L;262D9;;;;N;;;;; +2F976;CJK COMPATIBILITY IDEOGRAPH-2F976;Lo;0;L;7F7A;;;;N;;;;; +2F977;CJK COMPATIBILITY IDEOGRAPH-2F977;Lo;0;L;2633E;;;;N;;;;; +2F978;CJK COMPATIBILITY IDEOGRAPH-2F978;Lo;0;L;7F95;;;;N;;;;; +2F979;CJK COMPATIBILITY IDEOGRAPH-2F979;Lo;0;L;7FFA;;;;N;;;;; +2F97A;CJK COMPATIBILITY IDEOGRAPH-2F97A;Lo;0;L;8005;;;;N;;;;; +2F97B;CJK COMPATIBILITY IDEOGRAPH-2F97B;Lo;0;L;264DA;;;;N;;;;; +2F97C;CJK COMPATIBILITY IDEOGRAPH-2F97C;Lo;0;L;26523;;;;N;;;;; +2F97D;CJK COMPATIBILITY IDEOGRAPH-2F97D;Lo;0;L;8060;;;;N;;;;; +2F97E;CJK COMPATIBILITY IDEOGRAPH-2F97E;Lo;0;L;265A8;;;;N;;;;; +2F97F;CJK COMPATIBILITY IDEOGRAPH-2F97F;Lo;0;L;8070;;;;N;;;;; +2F980;CJK COMPATIBILITY IDEOGRAPH-2F980;Lo;0;L;2335F;;;;N;;;;; +2F981;CJK COMPATIBILITY IDEOGRAPH-2F981;Lo;0;L;43D5;;;;N;;;;; +2F982;CJK COMPATIBILITY IDEOGRAPH-2F982;Lo;0;L;80B2;;;;N;;;;; +2F983;CJK COMPATIBILITY IDEOGRAPH-2F983;Lo;0;L;8103;;;;N;;;;; +2F984;CJK COMPATIBILITY IDEOGRAPH-2F984;Lo;0;L;440B;;;;N;;;;; +2F985;CJK COMPATIBILITY IDEOGRAPH-2F985;Lo;0;L;813E;;;;N;;;;; +2F986;CJK COMPATIBILITY IDEOGRAPH-2F986;Lo;0;L;5AB5;;;;N;;;;; +2F987;CJK COMPATIBILITY IDEOGRAPH-2F987;Lo;0;L;267A7;;;;N;;;;; +2F988;CJK COMPATIBILITY IDEOGRAPH-2F988;Lo;0;L;267B5;;;;N;;;;; +2F989;CJK COMPATIBILITY IDEOGRAPH-2F989;Lo;0;L;23393;;;;N;;;;; +2F98A;CJK COMPATIBILITY IDEOGRAPH-2F98A;Lo;0;L;2339C;;;;N;;;;; +2F98B;CJK COMPATIBILITY IDEOGRAPH-2F98B;Lo;0;L;8201;;;;N;;;;; +2F98C;CJK COMPATIBILITY IDEOGRAPH-2F98C;Lo;0;L;8204;;;;N;;;;; +2F98D;CJK COMPATIBILITY IDEOGRAPH-2F98D;Lo;0;L;8F9E;;;;N;;;;; +2F98E;CJK COMPATIBILITY IDEOGRAPH-2F98E;Lo;0;L;446B;;;;N;;;;; +2F98F;CJK COMPATIBILITY IDEOGRAPH-2F98F;Lo;0;L;8291;;;;N;;;;; +2F990;CJK COMPATIBILITY IDEOGRAPH-2F990;Lo;0;L;828B;;;;N;;;;; +2F991;CJK COMPATIBILITY IDEOGRAPH-2F991;Lo;0;L;829D;;;;N;;;;; +2F992;CJK COMPATIBILITY IDEOGRAPH-2F992;Lo;0;L;52B3;;;;N;;;;; +2F993;CJK COMPATIBILITY IDEOGRAPH-2F993;Lo;0;L;82B1;;;;N;;;;; +2F994;CJK COMPATIBILITY IDEOGRAPH-2F994;Lo;0;L;82B3;;;;N;;;;; +2F995;CJK COMPATIBILITY IDEOGRAPH-2F995;Lo;0;L;82BD;;;;N;;;;; +2F996;CJK COMPATIBILITY IDEOGRAPH-2F996;Lo;0;L;82E6;;;;N;;;;; +2F997;CJK COMPATIBILITY IDEOGRAPH-2F997;Lo;0;L;26B3C;;;;N;;;;; +2F998;CJK COMPATIBILITY IDEOGRAPH-2F998;Lo;0;L;82E5;;;;N;;;;; +2F999;CJK COMPATIBILITY IDEOGRAPH-2F999;Lo;0;L;831D;;;;N;;;;; +2F99A;CJK COMPATIBILITY IDEOGRAPH-2F99A;Lo;0;L;8363;;;;N;;;;; +2F99B;CJK COMPATIBILITY IDEOGRAPH-2F99B;Lo;0;L;83AD;;;;N;;;;; +2F99C;CJK COMPATIBILITY IDEOGRAPH-2F99C;Lo;0;L;8323;;;;N;;;;; +2F99D;CJK COMPATIBILITY IDEOGRAPH-2F99D;Lo;0;L;83BD;;;;N;;;;; +2F99E;CJK COMPATIBILITY IDEOGRAPH-2F99E;Lo;0;L;83E7;;;;N;;;;; +2F99F;CJK COMPATIBILITY IDEOGRAPH-2F99F;Lo;0;L;8457;;;;N;;;;; +2F9A0;CJK COMPATIBILITY IDEOGRAPH-2F9A0;Lo;0;L;8353;;;;N;;;;; +2F9A1;CJK COMPATIBILITY IDEOGRAPH-2F9A1;Lo;0;L;83CA;;;;N;;;;; +2F9A2;CJK COMPATIBILITY IDEOGRAPH-2F9A2;Lo;0;L;83CC;;;;N;;;;; +2F9A3;CJK COMPATIBILITY IDEOGRAPH-2F9A3;Lo;0;L;83DC;;;;N;;;;; +2F9A4;CJK COMPATIBILITY IDEOGRAPH-2F9A4;Lo;0;L;26C36;;;;N;;;;; +2F9A5;CJK COMPATIBILITY IDEOGRAPH-2F9A5;Lo;0;L;26D6B;;;;N;;;;; +2F9A6;CJK COMPATIBILITY IDEOGRAPH-2F9A6;Lo;0;L;26CD5;;;;N;;;;; +2F9A7;CJK COMPATIBILITY IDEOGRAPH-2F9A7;Lo;0;L;452B;;;;N;;;;; +2F9A8;CJK COMPATIBILITY IDEOGRAPH-2F9A8;Lo;0;L;84F1;;;;N;;;;; +2F9A9;CJK COMPATIBILITY IDEOGRAPH-2F9A9;Lo;0;L;84F3;;;;N;;;;; +2F9AA;CJK COMPATIBILITY IDEOGRAPH-2F9AA;Lo;0;L;8516;;;;N;;;;; +2F9AB;CJK COMPATIBILITY IDEOGRAPH-2F9AB;Lo;0;L;273CA;;;;N;;;;; +2F9AC;CJK COMPATIBILITY IDEOGRAPH-2F9AC;Lo;0;L;8564;;;;N;;;;; +2F9AD;CJK COMPATIBILITY IDEOGRAPH-2F9AD;Lo;0;L;26F2C;;;;N;;;;; +2F9AE;CJK COMPATIBILITY IDEOGRAPH-2F9AE;Lo;0;L;455D;;;;N;;;;; +2F9AF;CJK COMPATIBILITY IDEOGRAPH-2F9AF;Lo;0;L;4561;;;;N;;;;; +2F9B0;CJK COMPATIBILITY IDEOGRAPH-2F9B0;Lo;0;L;26FB1;;;;N;;;;; +2F9B1;CJK COMPATIBILITY IDEOGRAPH-2F9B1;Lo;0;L;270D2;;;;N;;;;; +2F9B2;CJK COMPATIBILITY IDEOGRAPH-2F9B2;Lo;0;L;456B;;;;N;;;;; +2F9B3;CJK COMPATIBILITY IDEOGRAPH-2F9B3;Lo;0;L;8650;;;;N;;;;; +2F9B4;CJK COMPATIBILITY IDEOGRAPH-2F9B4;Lo;0;L;865C;;;;N;;;;; +2F9B5;CJK COMPATIBILITY IDEOGRAPH-2F9B5;Lo;0;L;8667;;;;N;;;;; +2F9B6;CJK COMPATIBILITY IDEOGRAPH-2F9B6;Lo;0;L;8669;;;;N;;;;; +2F9B7;CJK COMPATIBILITY IDEOGRAPH-2F9B7;Lo;0;L;86A9;;;;N;;;;; +2F9B8;CJK COMPATIBILITY IDEOGRAPH-2F9B8;Lo;0;L;8688;;;;N;;;;; +2F9B9;CJK COMPATIBILITY IDEOGRAPH-2F9B9;Lo;0;L;870E;;;;N;;;;; +2F9BA;CJK COMPATIBILITY IDEOGRAPH-2F9BA;Lo;0;L;86E2;;;;N;;;;; +2F9BB;CJK COMPATIBILITY IDEOGRAPH-2F9BB;Lo;0;L;8779;;;;N;;;;; +2F9BC;CJK COMPATIBILITY IDEOGRAPH-2F9BC;Lo;0;L;8728;;;;N;;;;; +2F9BD;CJK COMPATIBILITY IDEOGRAPH-2F9BD;Lo;0;L;876B;;;;N;;;;; +2F9BE;CJK COMPATIBILITY IDEOGRAPH-2F9BE;Lo;0;L;8786;;;;N;;;;; +2F9BF;CJK COMPATIBILITY IDEOGRAPH-2F9BF;Lo;0;L;45D7;;;;N;;;;; +2F9C0;CJK COMPATIBILITY IDEOGRAPH-2F9C0;Lo;0;L;87E1;;;;N;;;;; +2F9C1;CJK COMPATIBILITY IDEOGRAPH-2F9C1;Lo;0;L;8801;;;;N;;;;; +2F9C2;CJK COMPATIBILITY IDEOGRAPH-2F9C2;Lo;0;L;45F9;;;;N;;;;; +2F9C3;CJK COMPATIBILITY IDEOGRAPH-2F9C3;Lo;0;L;8860;;;;N;;;;; +2F9C4;CJK COMPATIBILITY IDEOGRAPH-2F9C4;Lo;0;L;8863;;;;N;;;;; +2F9C5;CJK COMPATIBILITY IDEOGRAPH-2F9C5;Lo;0;L;27667;;;;N;;;;; +2F9C6;CJK COMPATIBILITY IDEOGRAPH-2F9C6;Lo;0;L;88D7;;;;N;;;;; +2F9C7;CJK COMPATIBILITY IDEOGRAPH-2F9C7;Lo;0;L;88DE;;;;N;;;;; +2F9C8;CJK COMPATIBILITY IDEOGRAPH-2F9C8;Lo;0;L;4635;;;;N;;;;; +2F9C9;CJK COMPATIBILITY IDEOGRAPH-2F9C9;Lo;0;L;88FA;;;;N;;;;; +2F9CA;CJK COMPATIBILITY IDEOGRAPH-2F9CA;Lo;0;L;34BB;;;;N;;;;; +2F9CB;CJK COMPATIBILITY IDEOGRAPH-2F9CB;Lo;0;L;278AE;;;;N;;;;; +2F9CC;CJK COMPATIBILITY IDEOGRAPH-2F9CC;Lo;0;L;27966;;;;N;;;;; +2F9CD;CJK COMPATIBILITY IDEOGRAPH-2F9CD;Lo;0;L;46BE;;;;N;;;;; +2F9CE;CJK COMPATIBILITY IDEOGRAPH-2F9CE;Lo;0;L;46C7;;;;N;;;;; +2F9CF;CJK COMPATIBILITY IDEOGRAPH-2F9CF;Lo;0;L;8AA0;;;;N;;;;; +2F9D0;CJK COMPATIBILITY IDEOGRAPH-2F9D0;Lo;0;L;8AED;;;;N;;;;; +2F9D1;CJK COMPATIBILITY IDEOGRAPH-2F9D1;Lo;0;L;8B8A;;;;N;;;;; +2F9D2;CJK COMPATIBILITY IDEOGRAPH-2F9D2;Lo;0;L;8C55;;;;N;;;;; +2F9D3;CJK COMPATIBILITY IDEOGRAPH-2F9D3;Lo;0;L;27CA8;;;;N;;;;; +2F9D4;CJK COMPATIBILITY IDEOGRAPH-2F9D4;Lo;0;L;8CAB;;;;N;;;;; +2F9D5;CJK COMPATIBILITY IDEOGRAPH-2F9D5;Lo;0;L;8CC1;;;;N;;;;; +2F9D6;CJK COMPATIBILITY IDEOGRAPH-2F9D6;Lo;0;L;8D1B;;;;N;;;;; +2F9D7;CJK COMPATIBILITY IDEOGRAPH-2F9D7;Lo;0;L;8D77;;;;N;;;;; +2F9D8;CJK COMPATIBILITY IDEOGRAPH-2F9D8;Lo;0;L;27F2F;;;;N;;;;; +2F9D9;CJK COMPATIBILITY IDEOGRAPH-2F9D9;Lo;0;L;20804;;;;N;;;;; +2F9DA;CJK COMPATIBILITY IDEOGRAPH-2F9DA;Lo;0;L;8DCB;;;;N;;;;; +2F9DB;CJK COMPATIBILITY IDEOGRAPH-2F9DB;Lo;0;L;8DBC;;;;N;;;;; +2F9DC;CJK COMPATIBILITY IDEOGRAPH-2F9DC;Lo;0;L;8DF0;;;;N;;;;; +2F9DD;CJK COMPATIBILITY IDEOGRAPH-2F9DD;Lo;0;L;208DE;;;;N;;;;; +2F9DE;CJK COMPATIBILITY IDEOGRAPH-2F9DE;Lo;0;L;8ED4;;;;N;;;;; +2F9DF;CJK COMPATIBILITY IDEOGRAPH-2F9DF;Lo;0;L;8F38;;;;N;;;;; +2F9E0;CJK COMPATIBILITY IDEOGRAPH-2F9E0;Lo;0;L;285D2;;;;N;;;;; +2F9E1;CJK COMPATIBILITY IDEOGRAPH-2F9E1;Lo;0;L;285ED;;;;N;;;;; +2F9E2;CJK COMPATIBILITY IDEOGRAPH-2F9E2;Lo;0;L;9094;;;;N;;;;; +2F9E3;CJK COMPATIBILITY IDEOGRAPH-2F9E3;Lo;0;L;90F1;;;;N;;;;; +2F9E4;CJK COMPATIBILITY IDEOGRAPH-2F9E4;Lo;0;L;9111;;;;N;;;;; +2F9E5;CJK COMPATIBILITY IDEOGRAPH-2F9E5;Lo;0;L;2872E;;;;N;;;;; +2F9E6;CJK COMPATIBILITY IDEOGRAPH-2F9E6;Lo;0;L;911B;;;;N;;;;; +2F9E7;CJK COMPATIBILITY IDEOGRAPH-2F9E7;Lo;0;L;9238;;;;N;;;;; +2F9E8;CJK COMPATIBILITY IDEOGRAPH-2F9E8;Lo;0;L;92D7;;;;N;;;;; +2F9E9;CJK COMPATIBILITY IDEOGRAPH-2F9E9;Lo;0;L;92D8;;;;N;;;;; +2F9EA;CJK COMPATIBILITY IDEOGRAPH-2F9EA;Lo;0;L;927C;;;;N;;;;; +2F9EB;CJK COMPATIBILITY IDEOGRAPH-2F9EB;Lo;0;L;93F9;;;;N;;;;; +2F9EC;CJK COMPATIBILITY IDEOGRAPH-2F9EC;Lo;0;L;9415;;;;N;;;;; +2F9ED;CJK COMPATIBILITY IDEOGRAPH-2F9ED;Lo;0;L;28BFA;;;;N;;;;; +2F9EE;CJK COMPATIBILITY IDEOGRAPH-2F9EE;Lo;0;L;958B;;;;N;;;;; +2F9EF;CJK COMPATIBILITY IDEOGRAPH-2F9EF;Lo;0;L;4995;;;;N;;;;; +2F9F0;CJK COMPATIBILITY IDEOGRAPH-2F9F0;Lo;0;L;95B7;;;;N;;;;; +2F9F1;CJK COMPATIBILITY IDEOGRAPH-2F9F1;Lo;0;L;28D77;;;;N;;;;; +2F9F2;CJK COMPATIBILITY IDEOGRAPH-2F9F2;Lo;0;L;49E6;;;;N;;;;; +2F9F3;CJK COMPATIBILITY IDEOGRAPH-2F9F3;Lo;0;L;96C3;;;;N;;;;; +2F9F4;CJK COMPATIBILITY IDEOGRAPH-2F9F4;Lo;0;L;5DB2;;;;N;;;;; +2F9F5;CJK COMPATIBILITY IDEOGRAPH-2F9F5;Lo;0;L;9723;;;;N;;;;; +2F9F6;CJK COMPATIBILITY IDEOGRAPH-2F9F6;Lo;0;L;29145;;;;N;;;;; +2F9F7;CJK COMPATIBILITY IDEOGRAPH-2F9F7;Lo;0;L;2921A;;;;N;;;;; +2F9F8;CJK COMPATIBILITY IDEOGRAPH-2F9F8;Lo;0;L;4A6E;;;;N;;;;; +2F9F9;CJK COMPATIBILITY IDEOGRAPH-2F9F9;Lo;0;L;4A76;;;;N;;;;; +2F9FA;CJK COMPATIBILITY IDEOGRAPH-2F9FA;Lo;0;L;97E0;;;;N;;;;; +2F9FB;CJK COMPATIBILITY IDEOGRAPH-2F9FB;Lo;0;L;2940A;;;;N;;;;; +2F9FC;CJK COMPATIBILITY IDEOGRAPH-2F9FC;Lo;0;L;4AB2;;;;N;;;;; +2F9FD;CJK COMPATIBILITY IDEOGRAPH-2F9FD;Lo;0;L;29496;;;;N;;;;; +2F9FE;CJK COMPATIBILITY IDEOGRAPH-2F9FE;Lo;0;L;980B;;;;N;;;;; +2F9FF;CJK COMPATIBILITY IDEOGRAPH-2F9FF;Lo;0;L;980B;;;;N;;;;; +2FA00;CJK COMPATIBILITY IDEOGRAPH-2FA00;Lo;0;L;9829;;;;N;;;;; +2FA01;CJK COMPATIBILITY IDEOGRAPH-2FA01;Lo;0;L;295B6;;;;N;;;;; +2FA02;CJK COMPATIBILITY IDEOGRAPH-2FA02;Lo;0;L;98E2;;;;N;;;;; +2FA03;CJK COMPATIBILITY IDEOGRAPH-2FA03;Lo;0;L;4B33;;;;N;;;;; +2FA04;CJK COMPATIBILITY IDEOGRAPH-2FA04;Lo;0;L;9929;;;;N;;;;; +2FA05;CJK COMPATIBILITY IDEOGRAPH-2FA05;Lo;0;L;99A7;;;;N;;;;; +2FA06;CJK COMPATIBILITY IDEOGRAPH-2FA06;Lo;0;L;99C2;;;;N;;;;; +2FA07;CJK COMPATIBILITY IDEOGRAPH-2FA07;Lo;0;L;99FE;;;;N;;;;; +2FA08;CJK COMPATIBILITY IDEOGRAPH-2FA08;Lo;0;L;4BCE;;;;N;;;;; +2FA09;CJK COMPATIBILITY IDEOGRAPH-2FA09;Lo;0;L;29B30;;;;N;;;;; +2FA0A;CJK COMPATIBILITY IDEOGRAPH-2FA0A;Lo;0;L;9B12;;;;N;;;;; +2FA0B;CJK COMPATIBILITY IDEOGRAPH-2FA0B;Lo;0;L;9C40;;;;N;;;;; +2FA0C;CJK COMPATIBILITY IDEOGRAPH-2FA0C;Lo;0;L;9CFD;;;;N;;;;; +2FA0D;CJK COMPATIBILITY IDEOGRAPH-2FA0D;Lo;0;L;4CCE;;;;N;;;;; +2FA0E;CJK COMPATIBILITY IDEOGRAPH-2FA0E;Lo;0;L;4CED;;;;N;;;;; +2FA0F;CJK COMPATIBILITY IDEOGRAPH-2FA0F;Lo;0;L;9D67;;;;N;;;;; +2FA10;CJK COMPATIBILITY IDEOGRAPH-2FA10;Lo;0;L;2A0CE;;;;N;;;;; +2FA11;CJK COMPATIBILITY IDEOGRAPH-2FA11;Lo;0;L;4CF8;;;;N;;;;; +2FA12;CJK COMPATIBILITY IDEOGRAPH-2FA12;Lo;0;L;2A105;;;;N;;;;; +2FA13;CJK COMPATIBILITY IDEOGRAPH-2FA13;Lo;0;L;2A20E;;;;N;;;;; +2FA14;CJK COMPATIBILITY IDEOGRAPH-2FA14;Lo;0;L;2A291;;;;N;;;;; +2FA15;CJK COMPATIBILITY IDEOGRAPH-2FA15;Lo;0;L;9EBB;;;;N;;;;; +2FA16;CJK COMPATIBILITY IDEOGRAPH-2FA16;Lo;0;L;4D56;;;;N;;;;; +2FA17;CJK COMPATIBILITY IDEOGRAPH-2FA17;Lo;0;L;9EF9;;;;N;;;;; +2FA18;CJK COMPATIBILITY IDEOGRAPH-2FA18;Lo;0;L;9EFE;;;;N;;;;; +2FA19;CJK COMPATIBILITY IDEOGRAPH-2FA19;Lo;0;L;9F05;;;;N;;;;; +2FA1A;CJK COMPATIBILITY IDEOGRAPH-2FA1A;Lo;0;L;9F0F;;;;N;;;;; +2FA1B;CJK COMPATIBILITY IDEOGRAPH-2FA1B;Lo;0;L;9F16;;;;N;;;;; +2FA1C;CJK COMPATIBILITY IDEOGRAPH-2FA1C;Lo;0;L;9F3B;;;;N;;;;; +2FA1D;CJK COMPATIBILITY IDEOGRAPH-2FA1D;Lo;0;L;2A600;;;;N;;;;; diff --git a/htdocs/MPDF57/utils/UnicodeRanges.php b/htdocs/MPDF57/utils/UnicodeRanges.php new file mode 100644 index 000000000..ce2b1a2b6 --- /dev/null +++ b/htdocs/MPDF57/utils/UnicodeRanges.php @@ -0,0 +1,218 @@ + '0000', 'endhex'=>'007E', 'startdec'=> 0, 'enddec'=>126 , 'range'=>'Basic Latin'), +array('starthex'=> '00A0', 'endhex'=>'00FF', 'startdec'=> 160, 'enddec'=>255 , 'range'=>'Latin-1 Supplement'), +array('starthex'=> '0100', 'endhex'=>'017F', 'startdec'=> 256, 'enddec'=>383 , 'range'=>'Latin Extended-A'), +array('starthex'=> '0180', 'endhex'=>'024F', 'startdec'=> 384, 'enddec'=>591 , 'range'=>'Latin Extended-B'), +array('starthex'=> '0250', 'endhex'=>'02AF', 'startdec'=> 592, 'enddec'=>687 , 'range'=>'IPA Extensions'), +array('starthex'=> '02B0', 'endhex'=>'02FF', 'startdec'=> 688, 'enddec'=>767 , 'range'=>'Spacing Modifier Letters'), +array('starthex'=> '0300', 'endhex'=>'036F', 'startdec'=> 768, 'enddec'=>879 , 'range'=>'Combining Diacritical Marks', 'combining'=>true), +array('starthex'=> '0370', 'endhex'=>'03FF', 'startdec'=> 880, 'enddec'=>1023 , 'range'=>'Greek'), +array('starthex'=> '0400', 'endhex'=>'04FF', 'startdec'=> 1024, 'enddec'=>1279 , 'range'=>'Cyrillic'), +array('starthex'=> '0500', 'endhex'=>'052F', 'startdec'=> 1280, 'enddec'=>1327 , 'range'=>'Cyrillic Supplement'), +array('starthex'=> '0530', 'endhex'=>'058F', 'startdec'=> 1328, 'enddec'=>1423 , 'range'=>'Armenian'), +array('starthex'=> '0590', 'endhex'=>'05FF', 'startdec'=> 1424, 'enddec'=>1535 , 'range'=>'Hebrew', 'rtl'=>true, 'special'=>true), +array('starthex'=> '0600', 'endhex'=>'06FF', 'startdec'=> 1536, 'enddec'=>1791 , 'range'=>'Arabic', 'rtl'=>true, 'special'=>true), +array('starthex'=> '0700', 'endhex'=>'074F', 'startdec'=> 1792, 'enddec'=>1871 , 'range'=>'Syriac', 'rtl'=>true, 'special'=>true), +array('starthex'=> '0750', 'endhex'=>'077F', 'startdec'=> 1872, 'enddec'=>1919 , 'range'=>'Arabic Supplement', 'rtl'=>true, 'special'=>true), +array('starthex'=> '0780', 'endhex'=>'07BF', 'startdec'=> 1920, 'enddec'=>1983 , 'range'=>'Thaana', 'rtl'=>true, 'special'=>true), +array('starthex'=> '07C0', 'endhex'=>'07FF', 'startdec'=> 1984, 'enddec'=>2047 , 'range'=>'N\'Ko (Mandenkan)', 'rtl'=>true), +array('starthex'=> '0800', 'endhex'=>'083E', 'startdec'=> 2048, 'enddec'=> 2110, 'range'=>'Samaritan', 'rtl'=>true), +array('starthex'=> '0900', 'endhex'=>'097F', 'startdec'=> 2304, 'enddec'=>2431 , 'range'=>'Devanagari', 'indic'=>true, 'special'=>true), +array('starthex'=> '0980', 'endhex'=>'09FF', 'startdec'=> 2432, 'enddec'=>2559 , 'range'=>'Bengali', 'indic'=>true, 'special'=>true), +array('starthex'=> '0A00', 'endhex'=>'0A7F', 'startdec'=> 2560, 'enddec'=>2687 , 'range'=>'Gurmukhi', 'indic'=>true, 'special'=>true), +array('starthex'=> '0A80', 'endhex'=>'0AFF', 'startdec'=> 2688, 'enddec'=>2815 , 'range'=>'Gujarati', 'indic'=>true, 'special'=>true), +array('starthex'=> '0B00', 'endhex'=>'0B7F', 'startdec'=> 2816, 'enddec'=>2943 , 'range'=>'Oriya', 'indic'=>true, 'special'=>true), +array('starthex'=> '0B80', 'endhex'=>'0BFF', 'startdec'=> 2944, 'enddec'=>3071 , 'range'=>'Tamil', 'indic'=>true, 'special'=>true), +array('starthex'=> '0C00', 'endhex'=>'0C7F', 'startdec'=> 3072, 'enddec'=>3199 , 'range'=>'Telugu', 'indic'=>true, 'special'=>true), +array('starthex'=> '0C80', 'endhex'=>'0CFF', 'startdec'=> 3200, 'enddec'=>3327 , 'range'=>'Kannada', 'indic'=>true, 'special'=>true), +array('starthex'=> '0D00', 'endhex'=>'0D7F', 'startdec'=> 3328, 'enddec'=>3455 , 'range'=>'Malayalam', 'indic'=>true, 'special'=>true), +array('starthex'=> '0D80', 'endhex'=>'0DFF', 'startdec'=> 3456, 'enddec'=>3583 , 'range'=>'Sinhala', 'special'=>true), +array('starthex'=> '0E00', 'endhex'=>'0E7F', 'startdec'=> 3584, 'enddec'=>3711 , 'range'=>'Thai'), +array('starthex'=> '0E80', 'endhex'=>'0EFF', 'startdec'=> 3712, 'enddec'=>3839 , 'range'=>'Lao'), +array('starthex'=> '0F00', 'endhex'=>'0FFF', 'startdec'=> 3840, 'enddec'=>4095 , 'range'=>'Tibetan', 'special'=>true), +array('starthex'=> '1000', 'endhex'=>'109F', 'startdec'=> 4096, 'enddec'=>4255 , 'range'=>'Myanmar', 'special'=>true), +array('starthex'=> '10A0', 'endhex'=>'10FF', 'startdec'=> 4256, 'enddec'=>4351 , 'range'=>'Georgian'), +array('starthex'=> '1100', 'endhex'=>'11FF', 'startdec'=> 4352, 'enddec'=>4607 , 'range'=>'Hangul Jamo', 'cjk'=>true), +array('starthex'=> '1200', 'endhex'=>'137F', 'startdec'=> 4608, 'enddec'=>4991 , 'range'=>'Ethiopic'), +array('starthex'=> '1380', 'endhex'=>'139F', 'startdec'=> 4992, 'enddec'=>5023 , 'range'=>'Ethiopic Supplement'), +array('starthex'=> '13A0', 'endhex'=>'13FF', 'startdec'=> 5024, 'enddec'=>5119 , 'range'=>'Cherokee'), +array('starthex'=> '1400', 'endhex'=>'167F', 'startdec'=> 5120, 'enddec'=>5759 , 'range'=>'Unified Canadian Aboriginal Syllabics'), +array('starthex'=> '1680', 'endhex'=>'169F', 'startdec'=> 5760, 'enddec'=>5791 , 'range'=>'Ogham'), +array('starthex'=> '16A0', 'endhex'=>'16FF', 'startdec'=> 5792, 'enddec'=>5887 , 'range'=>'Runic'), +array('starthex'=> '1700', 'endhex'=>'171F', 'startdec'=> 5888, 'enddec'=> 5919, 'range'=>'Tagalog (Philippine)'), +array('starthex'=> '1720', 'endhex'=>'173F', 'startdec'=> 5920, 'enddec'=> 5951, 'range'=>'Hanunoo (Philippine)'), +array('starthex'=> '1740', 'endhex'=>'175F', 'startdec'=> 5952, 'enddec'=> 5983, 'range'=>'Buhid (Philippine)'), +array('starthex'=> '1760', 'endhex'=>'177F', 'startdec'=> 5984, 'enddec'=> 6015, 'range'=>'Tagbanwa (Philippine)'), +array('starthex'=> '1780', 'endhex'=>'17FF', 'startdec'=> 6016, 'enddec'=>6143 , 'range'=>'Khmer', 'special'=>true), +array('starthex'=> '1800', 'endhex'=>'18AF', 'startdec'=> 6144, 'enddec'=>6319 , 'range'=>'Mongolian', 'vertical'=>true), +array('starthex'=> '18B0', 'endhex'=>'18F5', 'startdec'=> 6320, 'enddec'=>6389 , 'range'=>'Canadian Syllabics'), +array('starthex'=> '1900', 'endhex'=>'194F', 'startdec'=> 6400, 'enddec'=> 6479, 'range'=>'Limbu'), +array('starthex'=> '1950', 'endhex'=>'197F', 'startdec'=> 6480, 'enddec'=> 6527, 'range'=>'Tai Le'), +array('starthex'=> '1980', 'endhex'=>'19DF', 'startdec'=> 6528, 'enddec'=> 6623, 'range'=>'New Tai Lue'), +array('starthex'=> '19E0', 'endhex'=>'19FF', 'startdec'=> 6624, 'enddec'=> 6655, 'range'=>'Khmer Symbols', 'special'=>true), +array('starthex'=> '1A00', 'endhex'=>'1A1F', 'startdec'=> 6656, 'enddec'=> 6687, 'range'=>'Buginese'), +array('starthex'=> '1A20', 'endhex'=>'1AAF', 'startdec'=> 6688, 'enddec'=> 6831, 'range'=>'Tai Tham'), +array('starthex'=> '1B00', 'endhex'=>'1B7F', 'startdec'=> 6912, 'enddec'=> 7039, 'range'=>'Balinese', 'special'=>true), +array('starthex'=> '1B80', 'endhex'=>'1BBF', 'startdec'=> 7040, 'enddec'=> 7103, 'range'=>'Sundanese'), +array('starthex'=> '1C00', 'endhex'=>'1C4F', 'startdec'=> 7168, 'enddec'=> 7247, 'range'=>'Lepcha (Rong)'), +array('starthex'=> '1C50', 'endhex'=>'1C7F', 'startdec'=> 7248, 'enddec'=> 7295, 'range'=>'Ol Chiki (Santali / Ol Cemet)'), +array('starthex'=> '1CD0', 'endhex'=>'1CFF', 'startdec'=> 7376, 'enddec'=> 7423, 'range'=>'Vedic Extensions'), +array('starthex'=> '1D00', 'endhex'=>'1D7F', 'startdec'=> 7424, 'enddec'=> 7551, 'range'=>'Phonetic Extensions'), +array('starthex'=> '1D80', 'endhex'=>'1DBF', 'startdec'=> 7552, 'enddec'=> 7615, 'range'=>'Phonetic Extensions Supplement'), +array('starthex'=> '1DC0', 'endhex'=>'1DFF', 'startdec'=> 7616, 'enddec'=> 7679, 'range'=>'Combining Diacritical Marks Supplement', 'combining'=>true), +array('starthex'=> '1E00', 'endhex'=>'1EFF', 'startdec'=> 7680, 'enddec'=>7935 , 'range'=>'Latin Extended Additional'), +array('starthex'=> '1F00', 'endhex'=>'1FFF', 'startdec'=> 7936, 'enddec'=>8191 , 'range'=>'Greek Extended'), +array('starthex'=> '2000', 'endhex'=>'206F', 'startdec'=> 8192, 'enddec'=>8303 , 'range'=>'General Punctuation'), +array('starthex'=> '2070', 'endhex'=>'209F', 'startdec'=> 8304, 'enddec'=>8351 , 'range'=>'Superscripts and Subscripts'), +array('starthex'=> '20A0', 'endhex'=>'20CF', 'startdec'=> 8352, 'enddec'=>8399 , 'range'=>'Currency Symbols'), +array('starthex'=> '20D0', 'endhex'=>'20FF', 'startdec'=> 8400, 'enddec'=>8447 , 'range'=>'Combining Marks for Symbols', 'combining'=>true), +array('starthex'=> '2100', 'endhex'=>'214F', 'startdec'=> 8448, 'enddec'=>8527 , 'range'=>'Letterlike Symbols'), +array('starthex'=> '2150', 'endhex'=>'218F', 'startdec'=> 8528, 'enddec'=>8591 , 'range'=>'Number Forms'), +array('starthex'=> '2190', 'endhex'=>'21FF', 'startdec'=> 8592, 'enddec'=>8703 , 'range'=>'Arrows'), +array('starthex'=> '2200', 'endhex'=>'22FF', 'startdec'=> 8704, 'enddec'=>8959 , 'range'=>'Mathematical Operators'), +array('starthex'=> '2300', 'endhex'=>'23FF', 'startdec'=> 8960, 'enddec'=>9215 , 'range'=>'Miscellaneous Technical'), +array('starthex'=> '2400', 'endhex'=>'243F', 'startdec'=> 9216, 'enddec'=>9279 , 'range'=>'Control Pictures'), +array('starthex'=> '2440', 'endhex'=>'245F', 'startdec'=> 9280, 'enddec'=>9311 , 'range'=>'Optical Character Recognition'), +array('starthex'=> '2460', 'endhex'=>'24FF', 'startdec'=> 9312, 'enddec'=>9471 , 'range'=>'Enclosed Alphanumerics'), +array('starthex'=> '2500', 'endhex'=>'257F', 'startdec'=> 9472, 'enddec'=>9599 , 'range'=>'Box Drawing'), +array('starthex'=> '2580', 'endhex'=>'259F', 'startdec'=> 9600, 'enddec'=>9631 , 'range'=>'Block Elements'), +array('starthex'=> '25A0', 'endhex'=>'25FF', 'startdec'=> 9632, 'enddec'=>9727 , 'range'=>'Geometric Shapes'), +array('starthex'=> '2600', 'endhex'=>'26FF', 'startdec'=> 9728, 'enddec'=>9983 , 'range'=>'Miscellaneous Symbols'), +array('starthex'=> '2700', 'endhex'=>'27BF', 'startdec'=> 9984, 'enddec'=>10175 , 'range'=>'Dingbats'), +array('starthex'=> '27C0', 'endhex'=>'27EF', 'startdec'=> 10176, 'enddec'=> 10223, 'range'=>'Miscellaneous Mathematical Symbols-A'), +array('starthex'=> '27F0', 'endhex'=>'27FF', 'startdec'=> 10224, 'enddec'=> 10239, 'range'=>'Supplemental Arrows-A'), +array('starthex'=> '2800', 'endhex'=>'28FF', 'startdec'=> 10240, 'enddec'=>10495 , 'range'=>'Braille Patterns'), +array('starthex'=> '2900', 'endhex'=>'297F', 'startdec'=> 10496, 'enddec'=> 10623, 'range'=>'Supplemental Arrows-B'), +array('starthex'=> '2980', 'endhex'=>'29FF', 'startdec'=> 10624, 'enddec'=> 10751, 'range'=>'Miscellaneous Mathematical Symbols-B'), +array('starthex'=> '2A00', 'endhex'=>'2AFF', 'startdec'=> 10752, 'enddec'=> 11007, 'range'=>'Supplemental Mathematical Operators'), +array('starthex'=> '2B00', 'endhex'=>'2BFF', 'startdec'=> 11008, 'enddec'=> 11263, 'range'=>'Miscellaneous Symbols and Arrows'), +array('starthex'=> '2C00', 'endhex'=>'2C5F', 'startdec'=> 11264, 'enddec'=> 11359, 'range'=>'Glagolitic'), +array('starthex'=> '2C60', 'endhex'=>'2C7F', 'startdec'=> 11360, 'enddec'=> 11391, 'range'=>'Latin Extended-C'), +array('starthex'=> '2C80', 'endhex'=>'2CFF', 'startdec'=> 11392, 'enddec'=> 11519, 'range'=>'Coptic'), +array('starthex'=> '2D00', 'endhex'=>'2D2F', 'startdec'=> 11520, 'enddec'=> 11567, 'range'=>'Georgian Supplement'), +array('starthex'=> '2D30', 'endhex'=>'2D7F', 'startdec'=> 11568, 'enddec'=> 11647, 'range'=>'Tifinagh'), +array('starthex'=> '2D80', 'endhex'=>'2DDF', 'startdec'=> 11648, 'enddec'=> 11743, 'range'=>'Ethiopic Extended'), +array('starthex'=> '2DE0', 'endhex'=>'2DFF', 'startdec'=> 11744, 'enddec'=> 11775, 'range'=>'Cyrillic Extended-A'), +array('starthex'=> '2E00', 'endhex'=>'2E7F', 'startdec'=> 11776, 'enddec'=> 11903, 'range'=>'Supplemental Punctuation'), + +array('starthex'=> '2E80', 'endhex'=>'2EFF', 'startdec'=> 11904, 'enddec'=>12031 , 'range'=>'CJK Radicals Supplement', 'cjk'=>true), +array('starthex'=> '2F00', 'endhex'=>'2FDF', 'startdec'=> 12032, 'enddec'=>12255 , 'range'=>'Kangxi Radicals', 'cjk'=>true), +array('starthex'=> '2FF0', 'endhex'=>'2FFF', 'startdec'=> 12272, 'enddec'=>12287 , 'range'=>'Ideographic Description Characters', 'cjk'=>true), +array('starthex'=> '3000', 'endhex'=>'303F', 'startdec'=> 12288, 'enddec'=>12351 , 'range'=>'CJK Symbols and Punctuation', 'cjk'=>true), +array('starthex'=> '3040', 'endhex'=>'309F', 'startdec'=> 12352, 'enddec'=>12447 , 'range'=>'Hiragana', 'cjk'=>true), +array('starthex'=> '30A0', 'endhex'=>'30FF', 'startdec'=> 12448, 'enddec'=>12543 , 'range'=>'Katakana', 'cjk'=>true), +array('starthex'=> '3100', 'endhex'=>'312F', 'startdec'=> 12544, 'enddec'=>12591 , 'range'=>'Bopomofo', 'cjk'=>true), +array('starthex'=> '3130', 'endhex'=>'318F', 'startdec'=> 12592, 'enddec'=>12687 , 'range'=>'Hangul Compatibility Jamo', 'cjk'=>true), +array('starthex'=> '3190', 'endhex'=>'319F', 'startdec'=> 12688, 'enddec'=>12703 , 'range'=>'Kanbun', 'cjk'=>true), +array('starthex'=> '31A0', 'endhex'=>'31BF', 'startdec'=> 12704, 'enddec'=>12735 , 'range'=>'Bopomofo Extended', 'cjk'=>true), +array('starthex'=> '31C0', 'endhex'=>'31EF', 'startdec'=> 12736, 'enddec'=> 12783, 'range'=>'CJK Strokes', 'cjk'=>true), +array('starthex'=> '31F0', 'endhex'=>'31FF', 'startdec'=> 12784, 'enddec'=> 12799, 'range'=>'Katakana Phonetic Extensions', 'cjk'=>true), +array('starthex'=> '3200', 'endhex'=>'32FF', 'startdec'=> 12800, 'enddec'=>13055 , 'range'=>'Enclosed CJK Letters and Months', 'cjk'=>true), +array('starthex'=> '3300', 'endhex'=>'33FF', 'startdec'=> 13056, 'enddec'=>13311 , 'range'=>'CJK Compatibility', 'cjk'=>true), +array('starthex'=> '3400', 'endhex'=>'4DB5', 'startdec'=> 13312, 'enddec'=>19893 , 'range'=>'CJK Unified Ideographs Extension A', 'cjk'=>true), +array('starthex'=> '4DC0', 'endhex'=>'4DFF', 'startdec'=> 19904, 'enddec'=> 19967, 'range'=>'Yijing Hexagram Symbols', 'cjk'=>true), +array('starthex'=> '4E00', 'endhex'=>'9FFF', 'startdec'=> 19968, 'enddec'=>40959 , 'range'=>'CJK Unified Ideographs', 'cjk'=>true), +array('starthex'=> 'A000', 'endhex'=>'A48F', 'startdec'=> 40960, 'enddec'=>42127 , 'range'=>'Yi Syllables', 'cjk'=>true), +array('starthex'=> 'A490', 'endhex'=>'A4CF', 'startdec'=> 42128, 'enddec'=> 42191, 'range'=>'Yi Radicals', 'cjk'=>true), + +array('starthex'=> 'A4D0', 'endhex'=>'A4FF', 'startdec'=> 42192, 'enddec'=> 42239, 'range'=>'Lisu'), + +array('starthex'=> 'A500', 'endhex'=>'A63F', 'startdec'=> 42240, 'enddec'=> 42559, 'range'=>'Vai'), +array('starthex'=> 'A640', 'endhex'=>'A69F', 'startdec'=> 42560, 'enddec'=> 42655, 'range'=>'Cyrillic Extended-B'), + +array('starthex'=> 'A6A0', 'endhex'=>'A6FF', 'startdec'=> 42656, 'enddec'=> 42751, 'range'=>'Bamum'), + +array('starthex'=> 'A700', 'endhex'=>'A71F', 'startdec'=> 42752, 'enddec'=> 42783, 'range'=>'Modifier Tone Letters'), +array('starthex'=> 'A720', 'endhex'=>'A7FF', 'startdec'=> 42784, 'enddec'=> 43007, 'range'=>'Latin Extended-D'), +array('starthex'=> 'A800', 'endhex'=>'A82F', 'startdec'=> 43008, 'enddec'=> 43055, 'range'=>'Syloti Nagri'), + +array('starthex'=> 'A840', 'endhex'=>'A87F', 'startdec'=> 43072, 'enddec'=> 43135, 'range'=>'Phags-pa', 'vertical'=>true), +array('starthex'=> 'A880', 'endhex'=>'A8DF', 'startdec'=> 43136, 'enddec'=> 43231, 'range'=>'Saurashtra'), + +array('starthex'=> 'A900', 'endhex'=>'A92F', 'startdec'=> 43264, 'enddec'=> 43311, 'range'=>'Kayah Li'), +array('starthex'=> 'A930', 'endhex'=>'A95F', 'startdec'=> 43312, 'enddec'=> 43359, 'range'=>'Rejang'), + +array('starthex'=> 'A960', 'endhex'=>'A97F', 'startdec'=> 43360, 'enddec'=> 43391, 'range'=>'Hangul Choseong', 'cjk'=>true), +array('starthex'=> 'A980', 'endhex'=>'A9DF', 'startdec'=> 43392, 'enddec'=> 43487, 'range'=>'Javanese'), + +array('starthex'=> 'AA00', 'endhex'=>'AA5F', 'startdec'=> 43520, 'enddec'=> 43615, 'range'=>'Cham'), +array('starthex'=> 'AA60', 'endhex'=>'AA7B', 'startdec'=> 43616, 'enddec'=> 43647, 'range'=>'Myanmar', 'special'=>true), +array('starthex'=> 'AA80', 'endhex'=>'AADF', 'startdec'=> 43648, 'enddec'=> 43743, 'range'=>'Tai Viet'), + +array('starthex'=> 'ABC0', 'endhex'=>'ABF9', 'startdec'=> 43968, 'enddec'=> 44025, 'range'=>'Meetei Mayek'), + +array('starthex'=> 'AC00', 'endhex'=>'D7FF', 'startdec'=> 44032, 'enddec'=>55295 , 'range'=>'Hangul Syllables', 'cjk'=>true), + +/* +array('starthex'=> 'D800', 'endhex'=>'DB7F', 'startdec'=> 55296, 'enddec'=>56191 , 'range'=>'High Surrogates', 'reserved'=>true), +array('starthex'=> 'DB80', 'endhex'=>'DBFF', 'startdec'=> 56192, 'enddec'=>56319 , 'range'=>'High Private Use Surrogates', 'reserved'=>true), +array('starthex'=> 'DC00', 'endhex'=>'DFFF', 'startdec'=> 56320, 'enddec'=>57343 , 'range'=>'Low Surrogates', 'reserved'=>true), +*/ + +array('starthex'=> 'E000', 'endhex'=>'F8FF', 'startdec'=> 57344, 'enddec'=>63743 , 'range'=>'Private Use', 'pua'=>true), + +array('starthex'=> 'F900', 'endhex'=>'FAFF', 'startdec'=> 63744, 'enddec'=>64255 , 'range'=>'CJK Compatibility Ideographs', 'cjk'=>true), +array('starthex'=> 'FB00', 'endhex'=>'FB4F', 'startdec'=> 64256, 'enddec'=>64335 , 'range'=>'Alphabetic Presentation Forms'), +array('starthex'=> 'FB50', 'endhex'=>'FDFF', 'startdec'=> 64336, 'enddec'=>65023 , 'range'=>'Arabic Presentation Forms-A', 'rtl'=>true), + +array('starthex'=> 'FE00', 'endhex'=>'FE0F', 'startdec'=> 65024, 'enddec'=> 65039, 'range'=>'Variation Selectors'), + +array('starthex'=> 'FE10', 'endhex'=>'FE1F', 'startdec'=> 65040, 'enddec'=> 65055, 'range'=>'Vertical Forms'), +array('starthex'=> 'FE20', 'endhex'=>'FE2F', 'startdec'=> 65056, 'enddec'=>65071 , 'range'=>'Combining Half Marks', 'combining'=>true), +array('starthex'=> 'FE30', 'endhex'=>'FE4F', 'startdec'=> 65072, 'enddec'=>65103 , 'range'=>'CJK Compatibility Forms', 'cjk'=>true), +array('starthex'=> 'FE50', 'endhex'=>'FE6F', 'startdec'=> 65104, 'enddec'=>65135 , 'range'=>'Small Form Variants', 'cjk'=>true), +array('starthex'=> 'FE70', 'endhex'=>'FEFE', 'startdec'=> 65136, 'enddec'=>65278 , 'range'=>'Arabic Presentation Forms-B', 'rtl'=>true), +array('starthex'=> 'FEFF', 'endhex'=>'FEFF', 'startdec'=> 65279, 'enddec'=>65279 , 'range'=>'Specials'), +array('starthex'=> 'FF00', 'endhex'=>'FFEF', 'startdec'=> 65280, 'enddec'=>65519 , 'range'=>'Halfwidth and Fullwidth Forms', 'cjk'=>true), +array('starthex'=> 'FFF0', 'endhex'=>'FFFD', 'startdec'=> 65520, 'enddec'=>65533 , 'range'=>'Specials'), + +/* PLANE 1 */ + +array('starthex'=> '10000', 'endhex'=>'1007F', 'startdec'=> 65536 , 'enddec'=> 65663, 'range'=>'Linear B Syllabary'), +array('starthex'=> '10080', 'endhex'=>'100FF', 'startdec'=> 65664 , 'enddec'=> 65791, 'range'=>'Linear B Ideograms'), +array('starthex'=> '10100', 'endhex'=>'1013F', 'startdec'=> 65792 , 'enddec'=> 65855, 'range'=>'Aegean Numbers'), +array('starthex'=> '10140', 'endhex'=>'1018F', 'startdec'=> 65856 , 'enddec'=> 65935, 'range'=>'Ancient Greek Numbers'), +array('starthex'=> '10190', 'endhex'=>'101CF', 'startdec'=> 65936 , 'enddec'=> 65999, 'range'=>'Ancient Symbols'), +array('starthex'=> '101D0', 'endhex'=>'101FF', 'startdec'=> 66000 , 'enddec'=> 66047, 'range'=>'Phaistos Disc'), +array('starthex'=> '10280', 'endhex'=>'1029F', 'startdec'=> 66176 , 'enddec'=> 66207, 'range'=>'Lycian'), +array('starthex'=> '102A0', 'endhex'=>'102DF', 'startdec'=> 66208 , 'enddec'=> 66271, 'range'=>'Carian'), +array('starthex'=> '10300', 'endhex'=>'1032F', 'startdec'=> 66304 , 'enddec'=> 66351, 'range'=>'Old Italic'), +array('starthex'=> '10330', 'endhex'=>'1034F', 'startdec'=> 66352 , 'enddec'=> 66383, 'range'=>'Gothic'), +array('starthex'=> '10380', 'endhex'=>'1039F', 'startdec'=> 66432 , 'enddec'=> 66463, 'range'=>'Ugaritic'), +array('starthex'=> '103A0', 'endhex'=>'103DF', 'startdec'=> 66464 , 'enddec'=> 66527, 'range'=>'Old Persian'), +array('starthex'=> '10400', 'endhex'=>'1044F', 'startdec'=> 66560 , 'enddec'=> 66639, 'range'=>'Deseret'), +array('starthex'=> '10450', 'endhex'=>'1047F', 'startdec'=> 66640 , 'enddec'=> 66687, 'range'=>'Shavian'), +array('starthex'=> '10480', 'endhex'=>'104AF', 'startdec'=> 66688 , 'enddec'=> 66735, 'range'=>'Osmanya'), +array('starthex'=> '10800', 'endhex'=>'1083F', 'startdec'=> 67584 , 'enddec'=> 67647, 'range'=>'Cypriot Syllabary'), +array('starthex'=> '10900', 'endhex'=>'1091F', 'startdec'=> 67840 , 'enddec'=> 67871, 'range'=>'Phoenician'), +array('starthex'=> '10920', 'endhex'=>'1093F', 'startdec'=> 67872 , 'enddec'=> 67903, 'range'=>'Lydian'), +array('starthex'=> '10A00', 'endhex'=>'10A5F', 'startdec'=> 68096 , 'enddec'=> 68191, 'range'=>'Kharoshthi'), + +array('starthex'=> '11080', 'endhex'=>'110CF', 'startdec'=> 69760 , 'enddec'=> 69839, 'range'=>'Kaithi'), + +array('starthex'=> '12000', 'endhex'=>'123FF', 'startdec'=> 73728 , 'enddec'=> 74751, 'range'=>'Cuneiform (Sumero-Akkadian)'), +array('starthex'=> '12400', 'endhex'=>'1247F', 'startdec'=> 74752 , 'enddec'=> 74879, 'range'=>'Cuneiform Numbers and Punctuation'), + +array('starthex'=> '13000', 'endhex'=>'1342F', 'startdec'=> 77824 , 'enddec'=> 78895, 'range'=>'Egyptian Hieroglyphs'), + +array('starthex'=> '1D000', 'endhex'=>'1D0FF', 'startdec'=> 118784 , 'enddec'=> 119039, 'range'=>'Byzantine Musical Symbols'), +array('starthex'=> '1D100', 'endhex'=>'1D1FF', 'startdec'=> 119040 , 'enddec'=> 119295, 'range'=>'Musical Symbols'), +array('starthex'=> '1D200', 'endhex'=>'1D24F', 'startdec'=> 119296 , 'enddec'=> 119375, 'range'=>'Ancient Greek Musical Notation'), +array('starthex'=> '1D300', 'endhex'=>'1D35F', 'startdec'=> 119552 , 'enddec'=> 119647, 'range'=>'Tai Xuan Jing Symbols'), +array('starthex'=> '1D360', 'endhex'=>'1D37F', 'startdec'=> 119648 , 'enddec'=> 119679, 'range'=>'Counting Rod Numerals'), +array('starthex'=> '1D400', 'endhex'=>'1D7FF', 'startdec'=> 119808 , 'enddec'=> 120831, 'range'=>'Mathematical Alphanumeric Symbols'), +array('starthex'=> '1F000', 'endhex'=>'1F02F', 'startdec'=> 126976 , 'enddec'=> 127023, 'range'=>'Mahjong Tiles'), +array('starthex'=> '1F030', 'endhex'=>'1F09F', 'startdec'=> 127024 , 'enddec'=> 127135, 'range'=>'Domino Tiles'), + +/* PLANE 2 */ + +array('starthex'=> '20000', 'endhex'=>'2A6DF', 'startdec'=> 131072 , 'enddec'=> 173791, 'range'=>'CJK Unified Ideographs Extension B'), +array('starthex'=> '2A700', 'endhex'=>'2B734', 'startdec'=> 173824 , 'enddec'=> 177972, 'range'=>'CJK Unified Ideographs Extension C'), +array('starthex'=> '2F800', 'endhex'=>'2FA1F', 'startdec'=> 194560 , 'enddec'=> 195103, 'range'=>'CJK Compatibility Ideographs Supplement'), + +); + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/utils/font_collections.php b/htdocs/MPDF57/utils/font_collections.php new file mode 100644 index 000000000..20f387ef3 --- /dev/null +++ b/htdocs/MPDF57/utils/font_collections.php @@ -0,0 +1,72 @@ +Font collection files found in '.$ttfdir.' directory'; +foreach($ff AS $f) { + $ret = array(); + if (strtolower(substr($f,-4,4))=='.ttc' || strtolower(substr($f,-4,4))=='.ttcf') { // Mac ttcf + $ttf->getTTCFonts($ttfdir.$f); + $nf = $ttf->numTTCFonts; + echo '

      Font collection file ('.$f.') contains the following fonts:

      '; + for ($i=1; $i<=$nf; $i++) { + $ret = $ttf->extractCoreInfo($ttfdir.$f, $i); + $tfname = $ret[0]; + $bold = $ret[1]; + $italic = $ret[2]; + $fname = strtolower($tfname ); + $fname = preg_replace('/[ ()]/','',$fname ); + $style = ''; + if ($bold) { $style .= 'Bold'; } + if ($italic) { $style .= 'Italic'; } + if (!$style) { $style = 'Regular'; } + + + echo '
      ['.$i.'] '.$tfname.' ('.$fname.') '.$style.'
      '; + + } + echo '
      '; + } +} + + +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/utils/font_coverage.php b/htdocs/MPDF57/utils/font_coverage.php new file mode 100644 index 000000000..5286d743a --- /dev/null +++ b/htdocs/MPDF57/utils/font_coverage.php @@ -0,0 +1,255 @@ +SetDisplayMode('fullpage'); +$mpdf->useSubstitutions = true; +$mpdf->debug = true; +$mpdf->simpleTables = true; +if ($checkdir) { + $ttfdir = $checkdir; +} +else { $ttfdir = _MPDF_TTFONTPATH; } + + + +$mqr=ini_get("magic_quotes_runtime"); +if ($mqr) { set_magic_quotes_runtime(0); } +if (!class_exists('TTFontFile_Analysis', false)) { include(_MPDF_PATH .'classes/ttfontsuni_analysis.php'); } + +//============================================================== + $smp = true; + $maxt = 131071; +//============================================================== +//============================================================== +$unifile = file('UnicodeData.txt'); +$unichars = array(); +foreach($unifile AS $line) { + if (preg_match('//',$line,$m)) { + $rangename = ''; + continue; + } + else if (preg_match('/^([12]{0,1}[0-9A-Za-z]{4});<(.*?), Last>/',$line,$m)) { + if ($rangename && $rangename == $m[2]) { + $endrange = hexdec($m[1]); + for ($i=$startrange;$i<=$endrange; $i++) { + $unichars[$i] = $i; + } + } + $rangename = ''; + } + else if (preg_match('/^([12]{0,1}[0-9A-Za-z]{4});<(.*?), First>/',$line,$m)) { + $startrange = hexdec($m[1]); + $rangename = $m[2]; + } + else if (preg_match('/^([12]{0,1}[0-9A-Za-z]{4});/',$line,$m)) { + $unichars[hexdec($m[1])] = hexdec($m[1]); + $rangename = ''; + } +} + +// loads array $unicode_ranges +include('UnicodeRanges.php'); +//============================================================== +$html = ''; + +//============================================================== +$ff = scandir($ttfdir); +$tempfontdata = array(); +foreach($ff AS $f) { + $ttf = new TTFontFile_Analysis(); + $ret = array(); + $isTTC = false; + if (strtolower(substr($f,-4,4))=='.ttf' || strtolower(substr($f,-4,4))=='.otf') { + $ret[] = $ttf->extractCoreInfo($ttfdir.$f); + } + for ($i=0; $i $ur) { + if ($urk >= ($urgp*$ningroup) && $urk < (($urgp+1)*$ningroup)) { + $rangekey = $urk; + $range = $ur['range']; + $rangestart = $ur['starthex']; + $rangeend = $ur['endhex']; + $html .= ''.strtoupper($range).' (U+'.$rangestart .'-U+'.$rangeend.')'; + } + } + $html .= ''; + + + foreach ($tempfontdata AS $fname => $v) { + $cw = ''; + if (file_exists((_MPDF_TTFONTDATAPATH.$fname.'.cw.dat'))) { $cw = file_get_contents(_MPDF_TTFONTDATAPATH.$fname.'.cw.dat'); } + else { + $mpdf->fontdata[$fname]['R'] = $tempfontdata[$fname]['file']; + $mpdf->AddFont($fname); + $cw = file_get_contents(_MPDF_TTFONTDATAPATH.$fname.'.cw.dat'); + } + if (!$cw) { + continue; + die("Font data not available for $fname"); + } + + $counter=0; + $max = $maxt; + + // create HTML content + $html .= ''; + $html .= ''.$fname.''; + + foreach($unicode_ranges AS $urk => $ur) { + if ($urk >= ($urgp*$ningroup) && $urk < (($urgp+1)*$ningroup)) { + if ($ur['pua'] || $ur['reserved'] || $ur['control']) { + $html .= ''; + } + else { + $rangekey = $urk; + $range = $ur['range']; + $rangestart = $ur['starthex']; + $rangeend = $ur['endhex']; + $rangestartdec = $ur['startdec']; + $rangeenddec = $ur['enddec']; + $uniinrange = 0; + $fontinrange = 0; + for ($i=$rangestartdec; $i<=$rangeenddec; $i++) { + //if (isset($cw[$i])) { $fontinrange++; } + if ($mpdf->_charDefined($cw, $i)) { $fontinrange++; } + if (isset($unichars[$i])) { $uniinrange++; } + } + if ($uniinrange) { + if ($fontinrange) { + $pc = ($fontinrange/$uniinrange); + $str = '('.$fontinrange.'/'.$uniinrange.')'; + if ($pc==1) { + $fullcovers[$urk][] = $fname; + $html .= ''; + } + else if ($pc>1) { + $fullcovers[$urk][] = $fname; + $html .= ''.$str.''; + } + else if ($pc>=0.9) { + $html .= ''.$str.''; + $nearlycovers[$urk][] = $fname; + } + else if ($pc>0.75) { $html .= ''.$str.''; } + else if ($pc>0.5) { $html .= ''.$str.''; } + else if ($pc>0.25) { $html .= ''.$str.''; } + else { $html .= ''.$str.''; } + } + else { $html .= '(0/0)'; } + } + else { $html .= ''; } + } + } + } + + + $html .= ''; + + } +//============================================================== + $html .= ''; +} + +$html .= '

      Fonts with full coverage of Unicode Ranges

      '; +$html .= ''; +//$html .= ''; +foreach($unicode_ranges AS $urk => $ur) { + if ($ur['pua'] || $ur['reserved'] || $ur['control']) { continue; } + $rangekey = $urk; + $range = $ur['range']; + $rangestart = $ur['starthex']; + $rangeend = $ur['endhex']; + $ext = $ext2 = ''; + if ($ur['combining']) { $ext = 'background-color:#DDDDFF;'; $ext2 = '
      Special positioning required'; } + if ($ur['vertical']) { $ext = 'background-color:#FFDDDD;'; $ext2 = '
      Vertical positioning required'; } + if ($ur['special']) { $ext = 'background-color:#FFDDDD;'; $ext2 = '
      Special processing required'; } + + + $html .= ''; + $arr = $fullcovers[$urk]; + $narr = $nearlycovers[$urk]; + if (is_array($arr)) { $html .= ''; } + else if (is_array($narr)) { $html .= ''; } + else { $html .= ''; } +} +$html.= '
      '.strtoupper($range).' (U+'.$rangestart .'-U+'.$rangeend.')'.$ext2.''. implode(', ',$arr). '
      '. implode(', ',$narr). ' (>90%)
      '; + + +//============================================================== +echo $html; + +exit; + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/utils/font_dump.php b/htdocs/MPDF57/utils/font_dump.php new file mode 100644 index 000000000..907314038 --- /dev/null +++ b/htdocs/MPDF57/utils/font_dump.php @@ -0,0 +1,222 @@ +StartProgressBarOutput(2); + +$mpdf->SetDisplayMode('fullpage'); + +$mpdf->useSubstitutions = true; +$mpdf->debug = true; +$mpdf->simpleTables = true; +// force fonts to be embedded whole i.e. NOT susbet +$mpdf->percentSubset = 0; + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + +// This generates a .mtx.php file if not already generated +$mpdf->WriteHTML(''); +$mpdf->WriteHTML('

      '.strtoupper($font).'

      '); // Separate Paragraphs defined by font +$html = ''; +//============================================================== +//============================================================== +//============================================================== +//============================================================== +$unifile = file('UnicodeData.txt'); +$unichars = array(); + +foreach($unifile AS $line) { + if ($smp && preg_match('/^(1[0-9A-Za-z]{4});/',$line,$m)) { + $unichars[hexdec($m[1])] = hexdec($m[1]); + } + else if (preg_match('/^([0-9A-Za-z]{4});/',$line,$m)) { + $unichars[hexdec($m[1])] = hexdec($m[1]); + } +} + +// loads array $unicode_ranges +include('UnicodeRanges.php'); +//============================================================== +//============================================================== + + + +$cw = file_get_contents(_MPDF_TTFONTDATAPATH.$font.'.cw.dat'); +if (!$cw) { die("Error - Must be able to read font metrics file: "._MPDF_TTFONTDATAPATH.$font.'.cw.dat'); } +$counter=0; + + +include(_MPDF_TTFONTDATAPATH.$font.'.mtx.php'); + +if ($smp) { + $max = 131071; +} +else { + $max = 65535; +} + + +$justfinishedblank = false; +$justfinishedblankinvalid = false; + + foreach($unicode_ranges AS $urk => $ur) { + if (0 >= $ur['startdec'] && 0 <= $ur['enddec']) { + $rangekey = $urk; + $range = $ur['range']; + $rangestart = $ur['starthex']; + $rangeend = $ur['endhex']; + break; + } + } + $lastrange = $range ; + // create HTML content + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + + $html .= ''; + for ($i = 0; $i < 16; $i++) { + $html .= ''; + } + + + // print each character + for ($i = 32; $i < $max; ++$i) { + if (($i > 0) AND (($i % 16) == 0)) { + $notthisline = true; + while($notthisline) { + for ($j = 0; $j < 16; $j++) { + if ($mpdf->_charDefined($cw, ($i + $j))) { + //if (isset($cw[($i+$j)])) { + $notthisline = false; + } + } + if ($notthisline) { + if ($showmissing) { + $range = ''; + foreach($unicode_ranges AS $urk => $ur) { + if ($i >= $ur['startdec'] && $i <= $ur['enddec']) { + $rangekey = $urk; + $range = $ur['range']; + $rangestart = $ur['starthex']; + $rangeend = $ur['endhex']; + break; + } + } + $anyvalid = false; + for ($j = 0; $j < 16; $j++) { + if (isset($unichars[$i+$j])) { $anyvalid = true; break; } + } + if ($range && $range == $lastrange) { + if (!$anyvalid) { + if (!$justfinishedblankinvalid) { + $html .= ''; + } + $justfinishedblankinvalid = true; + } + else if (!$justfinishedblank ) { + $html .= ''; + $justfinishedblank = true; + } + } + else if($range) { + $html .= '
      '.strtoupper($font).'
      '.strtoupper($range).' (U+'.$rangestart .'-U+'.$rangeend.')
      -'.sprintf('%X', $i).'
       
       

      '; + $mpdf->WriteHTML($html); $html = ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + for ($k = 0; $k < 16; $k++) { + $html .= ''; + } + $justfinishedblank = false; + $justfinishedblankinvalid = false; + } + $lastrange = $range ; + } + $i +=16; + if ($i > $max) { break 2; } + } + } + foreach($unicode_ranges AS $urk => $ur) { + if ($i >= $ur['startdec'] && $i <= $ur['enddec']) { + $rangekey = $urk; + $range = $ur['range']; + $rangestart = $ur['starthex']; + $rangeend = $ur['endhex']; + break; + } + } + + if ($i > 0 && ($i % 16) == 0 && ($range != $lastrange)) { + $html .= '
      '.strtoupper($range).' (U+'.$rangestart.'-U+'.$rangeend.')
      -'.sprintf('%X', $k).'

      '; + $mpdf->WriteHTML($html); $html = ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + for ($k = 0; $k < 16; $k++) { + $html .= ''; + } + } + $lastrange = $range ; + $justfinishedblank = false; + $justfinishedblankinvalid = false; + $html .= ''; + $html .= ''; + } + if ($mpdf->_charDefined($cw, $i)) { $html .= ''; $counter++; } + else if (isset($unichars[$i])) { $html .= ''; } + else { $html .= ''; } + } + + if (($i % 16) > 0) { + for ($j = ($i % 16); $j < 16; ++$j) { $html .= ''; } + } + $html .= '
      '.strtoupper($range).' (U+'.$rangestart.'-U+'.$rangeend.')
      -'.sprintf('%X', $k).'
      '.(floor($i / 16)*16).''.sprintf('%03X', floor($i / 16)).'-&#'.$i.';

      '; +//============================================================== +//============================================================== +$mpdf->WriteHTML($html); // Separate Paragraphs defined by font + +$mpdf->Output(); +exit; + +//============================================================== +//============================================================== +//============================================================== +//============================================================== + + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/utils/font_names.php b/htdocs/MPDF57/utils/font_names.php new file mode 100644 index 000000000..21773b866 --- /dev/null +++ b/htdocs/MPDF57/utils/font_names.php @@ -0,0 +1,200 @@ +useSubstitutions = true; +if ($checkdir) { + $ttfdir = $checkdir; +} +else { $ttfdir = _MPDF_TTFONTPATH; } + +$mqr=ini_get("magic_quotes_runtime"); +if ($mqr) { set_magic_quotes_runtime(0); } +if (!class_exists('TTFontFile', false)) { include(_MPDF_PATH .'classes/ttfontsuni.php'); } +$ttf = new TTFontFile(); + +$tempfontdata = array(); +$tempsansfonts = array(); +$tempseriffonts = array(); +$tempmonofonts = array(); +$tempfonttrans = array(); + +$ff = scandir($ttfdir); + +foreach($ff AS $f) { + $ret = array(); + $isTTC = false; + if (strtolower(substr($f,-4,4))=='.ttc' || strtolower(substr($f,-5,5))=='.ttcf') { // Mac ttcf + $isTTC = true; + $ttf->getTTCFonts($ttfdir.$f); + $nf = $ttf->numTTCFonts; + for ($i=1; $i<=$nf; $i++) { + $ret[] = $ttf->extractCoreInfo($ttfdir.$f, $i); + } + } + else if (strtolower(substr($f,-4,4))=='.ttf' || strtolower(substr($f,-4,4))=='.otf' ) { + $ret[] = $ttf->extractCoreInfo($ttfdir.$f); + } + for ($i=0; $i'; + } + else { + $tfname = $ret[$i][0]; + $bold = $ret[$i][1]; + $italic = $ret[$i][2]; + $fname = strtolower($tfname ); + $fname = preg_replace('/[ ()]/','',$fname ); + $tempfonttrans[$tfname] = $fname; + $style = ''; + if ($bold) { $style .= 'B'; } + if ($italic) { $style .= 'I'; } + if (!$style) { $style = 'R'; } + $tempfontdata[$fname][$style] = $f; + if ($isTTC) { + $tempfontdata[$fname]['TTCfontID'][$style] = $ret[$i][4]; + } + //if ($ret[$i][5]) { $tempfontdata[$fname]['rtl'] = true; } + //if ($ret[$i][7]) { $tempfontdata[$fname]['cjk'] = true; } + if ($ret[$i][8]) { $tempfontdata[$fname]['sip'] = true; } + if ($ret[$i][9]) { $tempfontdata[$fname]['smp'] = true; } + + $ftype = $ret[$i][3]; // mono, sans or serif + if ($ftype=='sans') { $tempsansfonts[] = $fname; } + else if ($ftype=='serif') { $tempseriffonts[] = $fname; } + else if ($ftype=='mono') { $tempmonofonts[] = $fname; } + } + } + +} +$tempsansfonts = array_unique($tempsansfonts); +$tempseriffonts = array_unique($tempseriffonts ); +$tempmonofonts = array_unique($tempmonofonts ); +$tempfonttrans = array_unique($tempfonttrans); + +if (!$pdf) { + echo '

      Information

      '; +} + +foreach ($tempfontdata AS $fname => $v) { + if (!isset($tempfontdata[$fname]['R']) || !$tempfontdata[$fname]['R']) { + if (!$pdf) echo 'WARNING - Font file for '.$fname.' may be an italic cursive script, or extra-bold etc.
      '; + if (isset($tempfontdata[$fname]['I']) && $tempfontdata[$fname]['I']) { + $tempfontdata[$fname]['R'] = $tempfontdata[$fname]['I']; + } + else if (isset($tempfontdata[$fname]['B']) && $tempfontdata[$fname]['B']) { + $tempfontdata[$fname]['R'] = $tempfontdata[$fname]['B']; + } + else if (isset($tempfontdata[$fname]['BI']) && $tempfontdata[$fname]['BI']) { + $tempfontdata[$fname]['R'] = $tempfontdata[$fname]['BI']; + } + } + if (isset($tempfontdata[$fname]['smp']) && $tempfontdata[$fname]['smp']) { + if (!$pdf) echo 'INFO - Font file '.$fname.' contains characters in Unicode Plane 1 SMP
      '; + $tempfontdata[$fname]['smp'] = false; + } + if (isset($tempfontdata[$fname]['sip']) && $tempfontdata[$fname]['sip']) { + if (!$pdf) echo 'INFO - Font file '.$fname.' contains characters in Unicode Plane 2 SIP
      '; + if (preg_match('/^(.*)-extb/',$fname, $fm)) { + if (isset($tempfontdata[($fm[1])]) && $tempfontdata[($fm[1])]) { + $tempfontdata[($fm[1])]['sip-ext'] = $fname; + if (!$pdf) echo 'INFO - Font file '.$fname.' has been defined as a CJK ext-B for '.($fm[1]).'
      '; + } + else if (isset($tempfontdata[($fm[1].'-exta')]) && $tempfontdata[($fm[1].'-exta')]) { + $tempfontdata[($fm[1].'-exta')]['sip-ext'] = $fname; + if (!$pdf) echo 'INFO - Font file '.$fname.' has been defined as a CJK ext-B for '.($fm[1].'-exta').'
      '; + } + } + // else { unset($tempfontdata[$fname]['sip']); } + } + unset($tempfontdata[$fname]['sip']); + unset($tempfontdata[$fname]['smp']); +} + +$mpdf->fontdata = array_merge($tempfontdata ,$mpdf->fontdata); + + $mpdf->available_unifonts = array(); + foreach ($mpdf->fontdata AS $f => $fs) { + if (isset($fs['R']) && $fs['R']) { $mpdf->available_unifonts[] = $f; } + if (isset($fs['B']) && $fs['B']) { $mpdf->available_unifonts[] = $f.'B'; } + if (isset($fs['I']) && $fs['I']) { $mpdf->available_unifonts[] = $f.'I'; } + if (isset($fs['BI']) && $fs['BI']) { $mpdf->available_unifonts[] = $f.'BI'; } + } + + $mpdf->default_available_fonts = $mpdf->available_unifonts; + +if (!$pdf) { + echo '
      '; + echo '

      Font names as parsed by mPDF

      '; +} + +ksort($tempfonttrans); +$html = ''; +foreach($tempfonttrans AS $on=>$mn) { + if (!file_exists($ttfdir.$mpdf->fontdata[$mn]['R'])) { continue; } + $ond = '"'.$on.'"'; + $html .= '

      '.$ond.' font is available as '.$mn; + if (isset($mpdf->fontdata[$mn]['sip-ext']) && $mpdf->fontdata[$mn]['sip-ext']) { + $html .= '; CJK ExtB: '.$mpdf->fontdata[$mn]['sip-ext']; + } + $html .= '

      '; +} + +if ($pdf) { + $mpdf->WriteHTML($html); + $mpdf->Output(); + exit; +} + +foreach($tempfonttrans AS $on=>$mn) { + $ond = '"'.$on.'"'; + echo '
      '.$ond.' font is available as '.$mn; + if (isset($mpdf->fontdata[$mn]['sip-ext']) && $mpdf->fontdata[$mn]['sip-ext']) { + echo '; CJK ExtB: '.$mpdf->fontdata[$mn]['sip-ext']; + } + echo '
      '; +} +echo '
      '; + +echo '

      Sample config_fonts.php file

      '; +echo '
      Remember to edit the following arrays to place your preferred default first in order:
      '; + +echo '
      ';
      +
      +ksort($tempfontdata);
      +echo '$this->fontdata = '.var_export($tempfontdata,true).";\n";
      +
      +sort($tempsansfonts);
      +echo '$this->sans_fonts = array(\''.implode("', '", $tempsansfonts)."');\n";
      +sort($tempseriffonts);
      +echo '$this->serif_fonts = array(\''.implode("', '", $tempseriffonts)."');\n";
      +sort($tempmonofonts);
      +echo '$this->mono_fonts = array(\''.implode("', '", $tempmonofonts)."');\n";
      +echo '
      '; + +exit; + +?> \ No newline at end of file diff --git a/htdocs/MPDF57/utils/index.php b/htdocs/MPDF57/utils/index.php new file mode 100644 index 000000000..544f7f2ef --- /dev/null +++ b/htdocs/MPDF57/utils/index.php @@ -0,0 +1,26 @@ + + + + + + +

      mPDF Font Utility scripts for Version 5.0

      +
      +

      +Show a list of all font names available (font_names.php) +

      +

      +Show fonts in Collections .ttc (font_collections.php) +

      +

      +Show coverage of characters from all fonts (font_coverage.php) +

      + +

      Edit the scripts to change the font folder if you wish - this is set by default to /ttfonts/

      + + + + + diff --git a/htdocs/ajax/DHIMS2conf_add.php b/htdocs/ajax/DHIMS2conf_add.php new file mode 100644 index 000000000..67bd98992 --- /dev/null +++ b/htdocs/ajax/DHIMS2conf_add.php @@ -0,0 +1,18 @@ +blisGender = $_REQUEST['blisgender']; +$dhims2->blisAgegroup = $_REQUEST['bliscat']; +$dhims2->blisTestID = $_REQUEST['blis2dataelement_text']; +//dhims2 values +$dhims2->username = $_REQUEST['dhims2username']; +$dhims2->password = $_REQUEST['dhims2password']; +$dhims2->entryPeriod = $_REQUEST['entryperiod']; +$dhims2->orgUnit = $_REQUEST['dhims2orgunit'] .'^'.$_REQUEST['dhims2orgunit_text']; +$dhims2->dataSet = $_REQUEST['dhims2dataset'] .'^'.$_REQUEST['dhims2dataset_text']; +$dhims2->dataElement = $_REQUEST['dhims2dataelement'] .'^'.$_REQUEST['dhims2dataelement_text']; +$dhims2->categoryCombo = $_REQUEST['dhims2catCombo'] .'^'.$_REQUEST['dhims2catCombo_text']; +$lab_config_id = $_REQUEST['lid']; +$dhims2->Save($lab_config_id ); +?> \ No newline at end of file diff --git a/htdocs/ajax/billing_update.php.bak b/htdocs/ajax/billing_update.php.bak new file mode 100644 index 000000000..b1e77119f --- /dev/null +++ b/htdocs/ajax/billing_update.php.bak @@ -0,0 +1,19 @@ + diff --git a/htdocs/ajax/deleteDHIMS2Config.php b/htdocs/ajax/deleteDHIMS2Config.php new file mode 100644 index 000000000..732e6ffab --- /dev/null +++ b/htdocs/ajax/deleteDHIMS2Config.php @@ -0,0 +1,5 @@ +deleteItems($_REQUEST['l'],$_REQUEST['items']); +?> \ No newline at end of file diff --git a/htdocs/ajax/dhims2.txt b/htdocs/ajax/dhims2.txt new file mode 100644 index 000000000..1236b6660 --- /dev/null +++ b/htdocs/ajax/dhims2.txt @@ -0,0 +1 @@ +G6PD DEF SC \ No newline at end of file diff --git a/htdocs/ajax/getDHIMS2Config.php b/htdocs/ajax/getDHIMS2Config.php new file mode 100644 index 000000000..5e548102b --- /dev/null +++ b/htdocs/ajax/getDHIMS2Config.php @@ -0,0 +1,6 @@ +getConfigs($lab_config_id)); +?> \ No newline at end of file diff --git a/htdocs/ajax/getEquipmentDetails.php b/htdocs/ajax/getEquipmentDetails.php new file mode 100644 index 000000000..9a0daa202 --- /dev/null +++ b/htdocs/ajax/getEquipmentDetails.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/htdocs/ajax/getcustomfields.php b/htdocs/ajax/getcustomfields.php new file mode 100644 index 000000000..763557dd1 --- /dev/null +++ b/htdocs/ajax/getcustomfields.php @@ -0,0 +1,33 @@ + tags for list of test types by category (section) and site +# Called via Ajax from reports.php +# + +include("../includes/db_lib.php"); +include("../includes/page_elems.php"); +LangUtil::setPageId("general"); + +$page_elems = new PageElems(); +$selvalue = $_REQUEST['type'];?> + + getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + echo ""; + } + } + elseif($selvalue == "s") + { + + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + echo ""; + } + } +?> \ No newline at end of file diff --git a/htdocs/ajax/lab_user_add.php.bak b/htdocs/ajax/lab_user_add.php.bak new file mode 100644 index 000000000..2d2044771 --- /dev/null +++ b/htdocs/ajax/lab_user_add.php.bak @@ -0,0 +1,84 @@ +username = $username; +$user->password = $password; +$user->level = $user_type; +$user->actualName = $fullname; +$user->labConfigId = $lab_config_id; +$user->email = $email; +$user->phone = $phone; +$user->createdBy = $_SESSION['user_id']; +$user->langId = $lang_id; +add_user($user); +?> + + + + +
      + "; + echo LangUtil::$generalTerms['USERNAME'].": ".$user->username; + echo "
      "; + echo LangUtil::$generalTerms['PWD_TEMP'].": ".$user->password; + ?> +
      + \ No newline at end of file diff --git a/htdocs/ajax/lab_user_update.php.bak b/htdocs/ajax/lab_user_update.php.bak new file mode 100644 index 000000000..aa4c3ce56 --- /dev/null +++ b/htdocs/ajax/lab_user_update.php.bak @@ -0,0 +1,41 @@ +userId = $user_id; +$user->username = $username; +$user->actualName = $fullname; +$user->email = $email; +$user->phone = $phone; +$user->password = $new_pwd; +$user->level = $level; +$user->langId = $lang_id; + +update_lab_user($user); + +SessionUtil::restore($saved_session); +?> \ No newline at end of file diff --git a/htdocs/ajax/offline.txt b/htdocs/ajax/offline.txt new file mode 100644 index 000000000..e69de29bb diff --git a/htdocs/ajax/patient_add.php.bak b/htdocs/ajax/patient_add.php.bak new file mode 100644 index 000000000..f483ab288 --- /dev/null +++ b/htdocs/ajax/patient_add.php.bak @@ -0,0 +1,137 @@ +"); + $pos1=strpos($age,"-"); + + if($pos1==2||$pos1==1) { + $age_parts=explode("-",$age); + $age=$age_parts[0]+$age_parts[1]; + $age=-1*$age/2; + + } + else if($pos==0){ + $age1 = substr($age,1); + $age=$age1-200; + } + $dob=""; + $partial_dob=""; + } + + # Reset age to 0 + if($age_param != 5) + $age = 0; +} +else if($_REQUEST['pd_ym'] == 1) +{ + # Partial DOB with year-month only + $dob = ""; + $partial_dob = trim($_REQUEST['yyyy'])."-".trim($_REQUEST['mm']); +} +else if($_REQUEST['pd_y'] == 1) +{ + # Partial DOB with year only + $dob = ""; + $partial_dob = trim($_REQUEST['yyyy']); +} +else +{ + # Full DOB or age + $dob = trim($_REQUEST['yyyy'])."-".trim($_REQUEST['mm'])."-".trim($_REQUEST['dd']); + $partial_dob = ""; +} +if($age == "") + $age = 0; +$sex = $_REQUEST['sex']; + +$patient = new Patient(); +$patient->patientId = $card_num; +$patient->addlId = $addl_id; +$patient->name = $name; +$patient->dob = $dob; +$patient->partialDob = $partial_dob; +$patient->age = $age; +$patient->sex = $sex; +$patient->regDate=$date_receipt; +$patient->surrogateId = $pid; +$patient->createdBy = $_SESSION['user_id']; +$patient_added = add_patient($patient); +echo json_encode($patient_data); +SessionUtil::restore($saved_session); +?> \ No newline at end of file diff --git a/htdocs/ajax/patient_data_dynamic.php.bak b/htdocs/ajax/patient_data_dynamic.php.bak new file mode 100644 index 000000000..c3131bc5b --- /dev/null +++ b/htdocs/ajax/patient_data_dynamic.php.bak @@ -0,0 +1,311 @@ + + +
      +
      + + + +    » + +
      + +
      +
      +
      "; + ?> +
      + View Patient Info>>
      + Import patient record and continue?
      + Add New Patient + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + age >= 11) + { + ?> + + + + ".LangUtil::$generalTerms['SP_STATUS'].""; + } + ?> + + + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + //$daily_num = "-".$lab_config->dailyNum; + $daily_num = "-"; + //if($a == 3) + if(true) + { + # Fetch specimen corresponding to this patient and daily_num + $query_string = + "SELECT * FROM specimen WHERE patient_id=$patient->patientId ". + "ORDER BY date_collected DESC"; + $resultset = query_associative_all($query_string, $row_count); + if($resultset == null || count($resultset) == 0) + $daily_num = "-"; + else + { + $specimen = Specimen::getObject($resultset[0]); + $daily_num = $specimen->getDailyNumFull(); + } + } + ?> + + patientAddl != 0) + { + ?> + + + + + age >= 11) + { + ?> + + + + patientId and date_collected='$today'"; + $resultset = query_associative_all($query_string, $row_count); + $status = LangUtil::$generalTerms['DONE']; + foreach($resultset as $record) + { + $specimen = Specimen::getObject($record); + if + ( + $specimen->statusCodeId == Specimen::$STATUS_PENDING || + $specimen->statusCodeId == Specimen::$STATUS_REFERRED + ) + { + $status = LangUtil::$generalTerms['PENDING_RESULTS']; + break; + } + } + echo ""; + } + ?> + + + + + + +
      + getSurrogateId(); ?> + + + + getAddlId(); ?> + + name; ?> + + sex; ?> + + getAge(); ?> + $status + + + + + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + ?> + Report + + Select Tests + + + + + +
      + + + More \ No newline at end of file diff --git a/htdocs/ajax/patient_data_dynamic_expansion.php.bak b/htdocs/ajax/patient_data_dynamic_expansion.php.bak new file mode 100644 index 000000000..3406680e3 --- /dev/null +++ b/htdocs/ajax/patient_data_dynamic_expansion.php.bak @@ -0,0 +1,288 @@ + + +
      +
      +
      "; + ?> +
      + View Patient Info>>
      + Import patient record and continue?
      + Add New Patient + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + age >= 11) + { + ?> + + + + ".LangUtil::$generalTerms['SP_STATUS'].""; + } + ?> + + + + + + + 0) + foreach($patient_list as $patient) + { + ?> + + pid != 0) + { + ?> + + dailyNum >= 11) + { + //$daily_num = "-".$lab_config->dailyNum; + $daily_num = "-"; + //if($a == 3) + if(true) + { + # Fetch specimen corresponding to this patient and daily_num + $query_string = + "SELECT * FROM specimen WHERE patient_id=$patient->patientId ". + "ORDER BY date_collected DESC"; + $resultset = query_associative_all($query_string, $row_count); + if($resultset == null || count($resultset) == 0) + $daily_num = "-"; + else + { + $specimen = Specimen::getObject($resultset[0]); + $daily_num = $specimen->getDailyNumFull(); + } + } + ?> + + patientAddl != 0) + { + ?> + + + + + age >= 11) + { + ?> + + + + patientId and date_collected='$today'"; + $resultset = query_associative_all($query_string, $row_count); + $status = LangUtil::$generalTerms['DONE']; + foreach($resultset as $record) + { + $specimen = Specimen::getObject($record); + if + ( + $specimen->statusCodeId == Specimen::$STATUS_PENDING || + $specimen->statusCodeId == Specimen::$STATUS_REFERRED + ) + { + $status = LangUtil::$generalTerms['PENDING_RESULTS']; + break; + } + } + echo ""; + } + ?> + + + + + + +
      + getSurrogateId(); ?> + + + + getAddlId(); ?> + + name; ?> + + sex; ?> + + getAge(); ?> + $status + + + + + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + ?> + Report + + Select Tests + + + + + +
      + 0) {?> + + \ No newline at end of file diff --git a/htdocs/ajax/patient_data_page.php.bak b/htdocs/ajax/patient_data_page.php.bak new file mode 100644 index 000000000..d6b026aad --- /dev/null +++ b/htdocs/ajax/patient_data_page.php.bak @@ -0,0 +1,331 @@ + + +
      +
      +
      "; + ?> +
      + View Patient Info>>
      + Import patient record and continue?
      + Add New Patient + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + age >= 11) + { + ?> + + + + ".LangUtil::$generalTerms['SP_STATUS'].""; + } + ?> + + + + + + + 0) + foreach($patient_list as $patient) + { + ?> + + pid != 0) + { + ?> + + dailyNum >= 11) + { + //$daily_num = "-".$lab_config->dailyNum; + $daily_num = "-"; + //if($a == 3) + if(true) + { + # Fetch specimen corresponding to this patient and daily_num + $query_string = + "SELECT * FROM specimen WHERE patient_id=$patient->patientId ". + "ORDER BY date_collected DESC"; + $resultset = query_associative_all($query_string, $row_count); + if($resultset == null || count($resultset) == 0) + $daily_num = "-"; + else + { + $specimen = Specimen::getObject($resultset[0]); + $daily_num = $specimen->getDailyNumFull(); + } + } + ?> + + patientAddl != 0) + { + ?> + + + + + age >= 11) + { + ?> + + + + patientId and date_collected='$today'"; + $resultset = query_associative_all($query_string, $row_count); + $status = LangUtil::$generalTerms['DONE']; + foreach($resultset as $record) + { + $specimen = Specimen::getObject($record); + if + ( + $specimen->statusCodeId == Specimen::$STATUS_PENDING || + $specimen->statusCodeId == Specimen::$STATUS_REFERRED + ) + { + $status = LangUtil::$generalTerms['PENDING_RESULTS']; + break; + } + } + echo ""; + } + ?> + + + + + + + + +
      + getSurrogateId(); ?> + + + + getAddlId(); ?> + + name; ?> + + sex; ?> + + getAge(); ?> + $status + + + + + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + $billing_url_string = "reports_billing.php?patient_id=".$patient->patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + + ?> + Report + + Select Tests + > + + ' title='Click to generate a bill for this patient'>Generate Bill + + + + + +
      + + + + + + + 0) {?> + + + diff --git a/htdocs/ajax/search_p.php b/htdocs/ajax/search_p.php index 98da5895c..95b4935e8 100644 --- a/htdocs/ajax/search_p.php +++ b/htdocs/ajax/search_p.php @@ -192,7 +192,7 @@ { ?> - getDailyNum(); $pieces = explode("-", $patient_num); ?> @@ -300,10 +300,10 @@ - diff --git a/htdocs/ajax/search_p.php.bak b/htdocs/ajax/search_p.php.bak index c75c855cd..47b51cedc 100644 --- a/htdocs/ajax/search_p.php.bak +++ b/htdocs/ajax/search_p.php.bak @@ -24,6 +24,9 @@ $a = $_REQUEST['a']; $saved_db = ""; $lab_config = null; $uiinfo = "op=".$a."&qr=".$q; + +$c = $_REQUEST['c']; + putUILog('search_p', $uiinfo, basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); ?> @@ -56,7 +59,8 @@ if($a == 0) else if($a == 1) { # Fetch by patient name - $patient_list_all = search_patients_by_name($q); + $patient_list_all = search_patients_by_name($q,0,$c); + //print_r($patient_list_all);exit; //DB Merging - Currently Disabled # See if there's a patient by the exact same name in another lab //$patient = searchPatientByName($q); @@ -281,7 +285,14 @@ else if( (count($patient_list) == 0 || $patient_list[0] == null) && ($patient != - + + enableTableSorter(); + +$saved_session = SessionUtil::save(); +$dynamic_fetch = 1; + +?> + +", "<script>", $name); +$q = strip_tags($q); +*/ +$uiinfo = "op=".$_REQUEST['a']."&qr=".$_REQUEST['q']; +putUILog('search_p', $uiinfo, basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); + +?> + + +
      + +
      +
      + + + +    » + +
      + +
      +
      +
      "; + ?> +
      + View Patient Info>>
      + Import patient record and continue?
      + Add New Patient + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + age >= 11) + { + ?> + + + + ".LangUtil::$generalTerms['SP_STATUS'].""; + } + ?> + + + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + //$daily_num = "-".$lab_config->dailyNum; + $daily_num = "-"; + //if($a == 3) + if(true) + { + # Fetch specimen corresponding to this patient and daily_num + $query_string = + "SELECT * FROM specimen WHERE patient_id=$patient->patientId ". + "ORDER BY date_collected DESC"; + $resultset = query_associative_all($query_string, $row_count); + if($resultset == null || count($resultset) == 0) + $daily_num = "-"; + else + { + $specimen = Specimen::getObject($resultset[0]); + $daily_num = $specimen->getDailyNumFull(); + } + } + ?> + + patientAddl != 0) + { + ?> + + + + + age >= 11) + { + ?> + + + + patientId and date_collected='$today'"; + $resultset = query_associative_all($query_string, $row_count); + $status = LangUtil::$generalTerms['DONE']; + foreach($resultset as $record) + { + $specimen = Specimen::getObject($record); + if + ( + $specimen->statusCodeId == Specimen::$STATUS_PENDING || + $specimen->statusCodeId == Specimen::$STATUS_REFERRED + ) + { + $status = LangUtil::$generalTerms['PENDING_RESULTS']; + break; + } + } + echo ""; + } + ?> + + + + + + +
      + getSurrogateId(); ?> + + + + getAddlId(); ?> + + name; ?> + + sex; ?> + + getAge(); ?> + $status + + + + + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + ?> + Report + + Select Tests + + + + + +
      + + + Next +
      + + + + + \ No newline at end of file diff --git a/htdocs/ajax/search_p_2.php.bak b/htdocs/ajax/search_p_2.php.bak new file mode 100644 index 000000000..c6dc18cd2 --- /dev/null +++ b/htdocs/ajax/search_p_2.php.bak @@ -0,0 +1,554 @@ +enableTableSorter(); + +$saved_session = SessionUtil::save(); +$dynamic_fetch = 1; +$rcap = 10; +?> + + +", "<script>", $name); +$q = strip_tags($q); +*/ +$uiinfo = "op=".$_REQUEST['a']."&qr=".$_REQUEST['q']; +putUILog('search_p', $uiinfo, basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); + +?> + + + +
      0 results
      +
      + +
      +
      + +
      +
      + + + +    » + +
      + +
      +
      +
      "; + ?> +
      + View Patient Info>>
      + Import patient record and continue?
      + Add New Patient + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + age >= 11) + { + ?> + + + + ".LangUtil::$generalTerms['SP_STATUS'].""; + } + ?> + + + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + //$daily_num = "-".$lab_config->dailyNum; + $daily_num = "-"; + //if($a == 3) + if(true) + { + # Fetch specimen corresponding to this patient and daily_num + $query_string = + "SELECT * FROM specimen WHERE patient_id=$patient->patientId ". + "ORDER BY date_collected DESC"; + $resultset = query_associative_all($query_string, $row_count); + if($resultset == null || count($resultset) == 0) + $daily_num = "-"; + else + { + $specimen = Specimen::getObject($resultset[0]); + $daily_num = $specimen->getDailyNumFull(); + } + } + ?> + + patientAddl != 0) + { + ?> + + + + + age >= 11) + { + ?> + + + + patientId and date_collected='$today'"; + $resultset = query_associative_all($query_string, $row_count); + $status = LangUtil::$generalTerms['DONE']; + foreach($resultset as $record) + { + $specimen = Specimen::getObject($record); + if + ( + $specimen->statusCodeId == Specimen::$STATUS_PENDING || + $specimen->statusCodeId == Specimen::$STATUS_REFERRED + ) + { + $status = LangUtil::$generalTerms['PENDING_RESULTS']; + break; + } + } + echo ""; + } + ?> + + + + + + +
      + getSurrogateId(); ?> + + + + getAddlId(); ?> + + name; ?> + + sex; ?> + + getAge(); ?> + $status + + + + + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + ?> + Report + + Select Tests + + + + + +
      + +
      +
      + \ No newline at end of file diff --git a/htdocs/ajax/search_p_dyn.php b/htdocs/ajax/search_p_dyn.php index 0b5316dd3..c09564e7b 100644 --- a/htdocs/ajax/search_p_dyn.php +++ b/htdocs/ajax/search_p_dyn.php @@ -6,6 +6,7 @@ # include("../includes/db_lib.php"); include("../includes/script_elems.php"); +include_once("../includes/user_lib.php"); LangUtil::setPageId("find_patient"); $script_elems = new ScriptElems(); @@ -175,12 +176,11 @@ var cap = parseInt($('#rcap').html()); //console.log(cap); $('.prev_link').hide(); - //alert(cap); + $.ajax({ url: url_string, async : false, success: function(count){ - //alert(count); var icount = parseInt(count); //alert(icount+"-"+count); if(icount < cap/*parseInt('')*/) @@ -406,6 +406,18 @@ function get_prev(url, sno, cap) } $patient_list[0] = $patient_l; } +else if($a == 10) +{ + # Fetch by AUX_ID + if($dynamic_fetch == 0) + { + $patient_list = search_patients_by_dailynum("-".$q, $lab_section); + } + else + { + $patient_list = search_patients_by_dailynum_dyn("-".$q, $result_cap, $result_counter, $lab_section); + } +} if( (count($patient_list) == 0 || $patient_list[0] == null) && ($patient == null) ) { ?> @@ -640,7 +652,7 @@ function retrieve_deleted(sid, category){ # Called from find_patient.php. Show 'profile' and 'register specimen' link ?> - + Report - + level == 16){ if (in_array("52", $rw_option) || in_array("2", $rw_option) || in_array("3", $rw_option) || in_array("4", $rw_option) || in_array("6", $rw_option) || in_array("7", $rw_option)) { ?> - title='Click to generate a bill for this patient'>Generate Bill + title='Click to generate a bill for this patient'>Generate Bill title='Click to generate a bill for this patient'>Generate Bill - + @@ -478,7 +539,10 @@ else if( (count($patient_list) == 0 || $patient_list[0] == null) && ($patient != - + + + @@ -578,7 +642,7 @@ else if( (count($patient_list) == 0 || $patient_list[0] == null) && ($patient != # Called from find_patient.php. Show 'profile' and 'register specimen' link ?> - - - + + + patientId, "patient")){ ?> + + + + enableTableSorter(); + +$saved_session = SessionUtil::save(); +$dynamic_fetch = 1; +$search_settings = get_lab_config_settings_search(); +$rcap = $search_settings['results_per_page']; +?> + + +", "<script>", $name); +$q = strip_tags($q); +*/ +$uiinfo = "op=".$_REQUEST['a']."&qr=".$_REQUEST['q']; +putUILog('search_p', $uiinfo, basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); + +?> + + + + + + +
      0 results
      +
      1/1 Page
      + +
      + +
      +
      + +
      +
      + + + +    » + +
      + +
      +
      +
      "; + ?> +
      + View Patient Info>>
      + Import patient record and continue?
      + Add New Patient + + +
      + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; - $billing_url_string = "reports_billing.php?patient_id=".$patient->patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + $url_string = "reports_testhistory.php?patient_id=".$patient->patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"."&labsection=".$lab_section; + $billing_url_string = "reports_billing.php?patient_id=".$patient->patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"."&labsection=".$lab_section; ?> - Report + href='' title='Click to View Report for this Patient' target='_blank'> Report - Select Tests + + Select Tests > + > - ' title='Click to generate a bill for this patient'>Generate Bill + title='Click to generate a bill for this patient'>Generate Bill Retrieve
      + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + age >= 11) + { + ?> + + + + ".LangUtil::$generalTerms['SP_STATUS'].""; + } + ?> + + + + + + + + + + pid != 0) + { + ?> + + dailyNum >= 11) + { + //$daily_num = "-".$lab_config->dailyNum; + $daily_num = "-"; + //if($a == 3) + if(true) + { + # Fetch specimen corresponding to this patient and daily_num + $query_string = + "SELECT * FROM specimen WHERE patient_id=$patient->patientId ". + "ORDER BY date_collected DESC"; + $resultset = query_associative_all($query_string, $row_count); + if($resultset == null || count($resultset) == 0) + $daily_num = "-"; + else + { + $specimen = Specimen::getObject($resultset[0]); + $daily_num = $specimen->getDailyNumFull(); + } + } + ?> + + patientAddl != 0) + { + ?> + + + + + age >= 11) + { + ?> + + + + patientId and date_collected='$today'"; + $resultset = query_associative_all($query_string, $row_count); + $status = LangUtil::$generalTerms['DONE']; + foreach($resultset as $record) + { + $specimen = Specimen::getObject($record); + if + ( + $specimen->statusCodeId == Specimen::$STATUS_PENDING || + $specimen->statusCodeId == Specimen::$STATUS_REFERRED + ) + { + $status = LangUtil::$generalTerms['PENDING_RESULTS']; + break; + } + } + echo ""; + } + ?> + + + + + + + +
      + getSurrogateId(); ?> + + + + getAddlId(); ?> + + name; ?> + + sex; ?> + + getAge(); ?> + $status + + + + + patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + $billing_url_string = "reports_billing.php?patient_id=".$patient->patientId."&location=".$_REQUEST['l']."&yf=".$today_parts[0]."&mf=".$today_parts[1]."&df=".$today_parts[2]."&yt=".$today_parts[0]."&mt=".$today_parts[1]."&dt=".$today_parts[2]."&ip=0"; + + ?> + Report + + Select Tests + > + + ' title='Click to generate a bill for this patient'>Generate Bill + + + + + +
      + + + +

      +Dump all characters from a font (font_dump.php) +

      +
      + \ No newline at end of file diff --git a/htdocs/ajax/search_s.php b/htdocs/ajax/search_s.php index 9af9fdbd5..78969fd1f 100644 --- a/htdocs/ajax/search_s.php +++ b/htdocs/ajax/search_s.php @@ -94,7 +94,7 @@ dateCollected); - $report_url = "reports_testhistory.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&yf=$date_parts[0]&mf=$date_parts[1]&df=$date_parts[2]&yt=$date_parts[0]&mt=$date_parts[1]&dt=$date_parts[2]&ip=1"; + $report_url = "report_pdf.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&aux_id=".$specimen->auxId; //$report_url = "reports_specimen.php?location=".$_SESSION['lab_config_id']."&specimen_id=".$specimen->specimenId; ?> diff --git a/htdocs/ajax/specimen_add.php b/htdocs/ajax/specimen_add.php index 22e2549b2..42cb43ad2 100644 --- a/htdocs/ajax/specimen_add.php +++ b/htdocs/ajax/specimen_add.php @@ -40,7 +40,7 @@ function get_custom_value($custom_field) $dnum = preg_replace("/[^a-zA-Z0-9\/\s]/", "", $dnum); $prefixed_dnum = date("Ymd")."-".$dnum; $addl_id = $_REQUEST['addl_id']; -$addl_id = preg_replace("/[^a-zA-Z0-9\/\s]/", "", $addl_id); +//$addl_id = preg_replace("/[^a-zA-Z0-9\/\s]/", "", $addl_id); $date_recvd = $_REQUEST['receipt_yyyy']."-".$_REQUEST['receipt_mm']."-".$_REQUEST['receipt_dd']; if(trim($_REQUEST['collect_yyyy']) == "" && trim($_REQUEST['collect_mm']) == "" && trim($_REQUEST['collect_dd']) == "") # date_collected not entered. Copy value from date_received diff --git a/htdocs/ajax/test_type_update.php b/htdocs/ajax/test_type_update.php index b0c66b934..c077d49cd 100644 --- a/htdocs/ajax/test_type_update.php +++ b/htdocs/ajax/test_type_update.php @@ -390,6 +390,7 @@ $reference_ranges_list[$i] = array(); if($measure_types[$i] == Measure::$RANGE_NUMERIC) { + # Numeric range # Clear existing ref ranges ReferenceRange::deleteByMeasureId($measure_id, $_SESSION['lab_config_id']); @@ -399,6 +400,7 @@ $age_lower = $_REQUEST["agerange_l_".($i+1)]; $age_upper = $_REQUEST["agerange_u_".($i+1)]; $gender_option = $_REQUEST["gender_".($i+1)]; + $agettype = $_REQUEST['agetype_'.($i+1)]; for($j = 0; $j < count($ranges_lower); $j++) { $lower_range = $ranges_lower[$j]; @@ -412,13 +414,14 @@ # Age range specified for this reference range $lower_age = $age_lower[$j]; $upper_age = $age_upper[$j]; - $option_gender = $gender_option[$j]; + $option_gender = $gender_option[$j]; + $agetype_option = $agettype[$j]; /*if($lower_age > $upper_age) { # Swap list($lower_age, $upper_age) = array($upper_age, $lower_age); }*/ - $reference_ranges_list[$i][] = array($lower_range, $upper_range, $lower_age, $upper_age, $option_gender); + $reference_ranges_list[$i][] = array($lower_range, $upper_range, $lower_age, $upper_age, $option_gender,$agetype_option); } //$gender_option = 'B'; @@ -510,7 +513,9 @@ $do_once = 1; $measures_count = count($measure_names); $i = 0; - + //print_r($_REQUEST['new_measure']); + + //echo '['.$measure_count.']'; //for($i = 0; $i < count($measure_names);$i++) while ($i < $measures_count) { @@ -538,12 +543,16 @@ */ $ranges_lower = $_REQUEST['new_range_l_'.($i+1)]; $ranges_upper = $_REQUEST['new_range_u_'.($i+1)]; - $range_string = ""; + $range_string = ""; if($measure_types[$i] == Measure::$RANGE_NUMERIC) - { $index=0; + { + $index=0; $age_upper = $_REQUEST['new_agerange_u_'.($i+1)]; $age_lower = $_REQUEST['new_agerange_l_'.($i+1)]; $gender = $_REQUEST['new_gender_'.($i+1)]; + $agetype = $_REQUEST['new_agetype_'.($i+1)]; + + foreach($ranges_lower as $lower) { @@ -553,7 +562,8 @@ $lower_age = $age_lower[$index]; $upper_age = $age_upper[$index]; $gender_option=$gender[$index]; - $reference_ranges_list[$count_ref][] = array($lower, $upper , $lower_age , $upper_age, $gender_option); + $age_option = $agetype[$index]; + $reference_ranges_list[$count_ref][] = array($lower, $upper , $lower_age , $upper_age, $gender_option,$age_option); } $index++; @@ -655,6 +665,7 @@ $age_upper = $_REQUEST['agerange_u_'.($i+1).$us.($k+1)]; $age_lower = $_REQUEST['agerange_l_'.($i+1).$us.($k+1)]; $gender = $_REQUEST['gender_'.($i+1).$us.($k+1)]; + $agetype = $_REQUEST['agetype_'.($i+1).$us.($k+1)]; foreach($ranges_lower as $lower) { @@ -664,7 +675,8 @@ $lower_age = $age_lower[$index]; $upper_age = $age_upper[$index]; $gender_option=$gender[$index]; - $sub_reference_ranges_list[$r][] = array($lower, $upper , $lower_age , $upper_age, $gender_option); + $age_option = $agettype[$index]; + $sub_reference_ranges_list[$r][] = array($lower, $upper , $lower_age , $upper_age, $gender_option,$age_option); $r++; } $index++; @@ -803,6 +815,7 @@ $age_min = $range_entry[2]; $age_max = $range_entry[3]; $gender_option = $range_entry[4]; + $agettype = $range_entry[5]; $ref_range = new ReferenceRange(); $ref_range->measureId = $measure_id; $ref_range->ageMin = $age_min; @@ -810,6 +823,7 @@ $ref_range->sex = $gender_option; $ref_range->rangeLower = $range_lower; $ref_range->rangeUpper = $range_upper; + $ref_range->agetype = $agettype; $ref_range->addToDb($_SESSION['lab_config_id']); } $measure_count++; @@ -832,6 +846,7 @@ $age_min = $range_entry[2]; $age_max = $range_entry[3]; $gender_option = $range_entry[4]; + $agettype = $range_entry[5]; $ref_range = new ReferenceRange(); $ref_range->measureId = $measure_id; $ref_range->ageMin = $age_min; @@ -839,6 +854,7 @@ $ref_range->sex = $gender_option; $ref_range->rangeLower = $range_lower; $ref_range->rangeUpper = $range_upper; + $ref_range->agetype = $agettype; $ref_range->addToDb($_SESSION['lab_config_id']); } $measure_count++; diff --git a/htdocs/ajax/testselectbycustomfield.php b/htdocs/ajax/testselectbycustomfield.php new file mode 100644 index 000000000..590e84578 --- /dev/null +++ b/htdocs/ajax/testselectbycustomfield.php @@ -0,0 +1,19 @@ + tags for list of test types by category (section) and site +# Called via Ajax from reports.php +# + +include("../includes/db_lib.php"); +include("../includes/page_elems.php"); +LangUtil::setPageId("general"); + +$page_elems = new PageElems(); +$selvalue = $_REQUEST['selvalue']; + +if(strstr($selvalue,'p_') != FALSE) + $custom_field_obj = get_custom_fields_patient_by_id(substr($selvalue,2)); +else + $custom_field_obj = get_custom_fields_specimen_by_id(substr($selvalue,2)); +$page_elems->getCustomFormField($custom_field_obj); +?> \ No newline at end of file diff --git a/htdocs/api/Testvalues.txt b/htdocs/api/Testvalues.txt new file mode 100644 index 000000000..70be258a3 --- /dev/null +++ b/htdocs/api/Testvalues.txt @@ -0,0 +1 @@ +{ "dataValues": [{ "dataSet": "KICMlyKR6K5", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"Ws0ssmsBSCm", "categoryOptionCombo":"tDkckjbkB2r", "value": "10" }, { "dataSet": "KICMlyKR6K5", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"Ws0ssmsBSCm", "categoryOptionCombo":"CN8E9D4xtZW", "value": "4" }, { "dataSet": "KICMlyKR6K5", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"z4fE332Z2Jf", "categoryOptionCombo":"JA6RbvIu1W8", "value": "2" }, { "dataSet": "KICMlyKR6K5", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"z4fE332Z2Jf", "categoryOptionCombo":"fKXoPHvNsF3", "value": "2" }, { "dataSet": "KICMlyKR6K5", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"z4fE332Z2Jf", "categoryOptionCombo":"tDkckjbkB2r", "value": "11" }, { "dataSet": "KICMlyKR6K5", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"z4fE332Z2Jf", "categoryOptionCombo":"CN8E9D4xtZW", "value": "4" }, { "dataSet": "RZFjMllPbuZ", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"UY44kM9OVt9", "categoryOptionCombo":"CN8E9D4xtZW", "value": "3" }, { "dataSet": "RZFjMllPbuZ", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"UY44kM9OVt9", "categoryOptionCombo":"tDkckjbkB2r", "value": "5" }, { "dataSet": "RZFjMllPbuZ", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"kLwexVucRl4", "categoryOptionCombo":"CN8E9D4xtZW", "value": "2" }, { "dataSet": "RZFjMllPbuZ", "period":"201501", "completeDate":"2015-02-05","orgUnit":"eNgj8sPldci", "dataElement":"kLwexVucRl4", "categoryOptionCombo":"tDkckjbkB2r", "value": "5" }] } \ No newline at end of file diff --git a/htdocs/api/datavalueset.json b/htdocs/api/datavalueset.json new file mode 100644 index 000000000..e3926aaee --- /dev/null +++ b/htdocs/api/datavalueset.json @@ -0,0 +1 @@ +{ "dataValues": [{ "dataSet": "KICMlyKR6K5", "period":"201407", "completeData":"2014-08-26","orgUnit":"eNgj8sPldci", "dataElement":"WGHe6ze8GnK", "categoryOptionCombo":"tDkckjbkB2r", "value": "1" }, { "dataSet": "KICMlyKR6K5", "period":"201407", "completeData":"2014-08-26","orgUnit":"eNgj8sPldci", "dataElement":"WGHe6ze8GnK", "categoryOptionCombo":"AaYtufHF5gK", "value": "1" }] } \ No newline at end of file diff --git a/htdocs/api/dhims2.php b/htdocs/api/dhims2.php new file mode 100644 index 000000000..42e11cb89 --- /dev/null +++ b/htdocs/api/dhims2.php @@ -0,0 +1,5 @@ +getConfigs('blis_1007')); +?> \ No newline at end of file diff --git a/htdocs/api/dhims2.txt b/htdocs/api/dhims2.txt new file mode 100644 index 000000000..c3c97c589 --- /dev/null +++ b/htdocs/api/dhims2.txt @@ -0,0 +1 @@ +[{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":3,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1-4\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":1,\"age_group\":\"20-34\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":1,\"age_group\":\"50-59\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"1\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"1\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":1,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1-4\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"2\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"2\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1-4\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"3\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"3\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":4,\"age_group\":\"1-4\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"4\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"4\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1-4\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"9\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"9\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"13\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"13\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":1,\"age_group\":\"50-59\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"15\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"15\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":7,\"age_group\":\"1-4\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":2,\"age_group\":\"15-17\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"5\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"5\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1-4\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"6\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"6\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1-4\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":1,\"age_group\":\"20-34\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"8\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"8\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1-4\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":1,\"age_group\":\"20-34\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"10\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"10\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1-4\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":1,\"age_group\":\"20-34\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":1,\"age_group\":\"50-59\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"11\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"11\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":2,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1-4\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":1,\"age_group\":\"20-34\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":1,\"age_group\":\"50-59\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"12\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"12\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":1,\"age_group\":\"1-4\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"14\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"14\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"0 Day-28 Days\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1 Month-11 Months\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":5,\"age_group\":\"1-4\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"1-4\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"5-9\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"10-14\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"15-17\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"18-19\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"20-34\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"35-49\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"50-59\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"60-69\"},{\"test_type_id\":\"7\",\"gender\":\"M\",\"value\":0,\"age_group\":\"70-+\"},{\"test_type_id\":\"7\",\"gender\":\"F\",\"value\":0,\"age_group\":\"70-+\"}] \ No newline at end of file diff --git a/htdocs/api/dhims2Authenticate.php b/htdocs/api/dhims2Authenticate.php new file mode 100644 index 000000000..e1ecf25b9 --- /dev/null +++ b/htdocs/api/dhims2Authenticate.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/htdocs/api/dhims2_get.php b/htdocs/api/dhims2_get.php new file mode 100644 index 000000000..b0250c8b4 --- /dev/null +++ b/htdocs/api/dhims2_get.php @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/htdocs/api/dhims2_send.php b/htdocs/api/dhims2_send.php new file mode 100644 index 000000000..c19714b03 --- /dev/null +++ b/htdocs/api/dhims2_send.php @@ -0,0 +1,276 @@ +getSendingConfigs($_REQUEST['lab_config_id']); +$scount=0; + +$jsonsending_start='{ "dataValues": ['; +$jsonsending_end= '] }'; + +$xmlsending_start=''."\n"; +$xmlsending_end= "\n".''; +$sending_values=""; + +///we can either send as xml or json. +////but my default is json + +//$mode = 'xml'; +$mode = 'json'; +if(!is_array($sending_configs)) +{ + echo "no"; + exit; +} +if(is_array($dhims2_test_counts)) +{ + $icount = count($dhims2_test_counts); + $scount = count($sending_configs ); + for($i=0;$i<$scount;$i++) + { + if($mode == 'json') + { + if(empty($sending_values)) + { + $sending_values = prepareJSONValues($sending_configs[$i]); + } + else + { + + $rtn_value = prepareJSONValues($sending_configs[$i]); + if(!empty($rtn_value)) + $sending_values .= ', '.$rtn_value; + } + } + else + { + if(empty($sending_values)) + { + $sending_values = prepareXMLValues($sending_configs[$i]); + } + else + { + + $rtn_value = prepareXMLValues($sending_configs[$i]); + if(!empty($rtn_value)) + $sending_values .= "\n".$rtn_value; + } + + } + } + //echo $sending_values;exit; + + if(!empty($sending_values)) + { + if($mode == 'json') + { + $data = $jsonsending_start.$sending_values.$jsonsending_end; + } + else + { + $data = $xmlsending_start.$sending_values.$xmlsending_end; + } + //file_put_contents('Testvalues.txt', $data); + $return = sendtoDHIMS($data); + if($return === 404 || empty($return)) + { + echo "404"; + } + else if($return === 401) + { + echo "false"; + } + else + { + //to do xml response + if($mode == 'json') + { + $dhims2_reply = json_decode($return,true); + if($dhims2_reply['status'] == 'ERROR') + { + echo "0"; + } + else + { + sendCompleteDateData($data); + echo $return; + } + } + + } + + } + else + { + echo "no"; + } + +} +else +{ + echo "no"; +} + +function prepareJSONValues($config_item) +{ + global $dhims2_test_counts; + global $icount; + $info=""; + + $btest = explode('+',$config_item['blistestID']); + $dhims2value=0; + for($j=0;$j 0) + { + + $info ='{ "dataSet": "'.$config_item['dataSet'].'", "period":"'.date('Ym',strtotime("-1 month")).'", "completeDate":"'.date('Y-m-d').'",'; + $info .= '"orgUnit":"'.$config_item['orgUnit'].'", "dataElement":"'.$config_item['dataElement'].'", "categoryOptionCombo":"'. $config_item['categoryOptionCombo'].'", "value": "'.$dhims2value.'" }'; + } + //if(intval($blis_count['value']) == 0) + //continue; + + + + return $info; +} + + +function prepareXMLValues($config_item) +{ + global $dhims2_test_counts; + global $icount; + $info=""; + + $btest = explode('+',$config_item['blistestID']); + $dhims2value=0; + for($j=0;$j 0) + { + + + $info =''; + + + } + //if(intval($blis_count['value']) == 0) + //continue; + + + + return $info; +} + +function sendtoDHIMS($data) +{ + global $mode; + + $username = $_REQUEST['dhims2_username']; + $password = $_REQUEST['dhims2_password']; + + $filename = ""; + $contenttype= ""; + if($mode == 'json') + { + //$filename = "datavalueset.json"; + $contenttype = "application/json"; + } + else + { + //$filename = "datavalueset.xml"; + $contenttype = "application/xml"; + } + + //file_put_contents('Testvalues.txt', $data); + //$file_to_upload = array('data'=>'@'.realpath($filename)); + $URL = DHIMS2API::$mode == "test" ? DHIMS2API::$testBaseURL : DHIMS2API::$liveBaseURL; + $ch = curl_init(); + curl_setopt($ch,CURLOPT_URL,"$URL/api/dataValueSets"); + curl_setopt($ch,CURLOPT_HEADER,1); + curl_setopt($ch,CURLOPT_HTTPHEADER,array("Content-Type: $contenttype")); + curl_setopt($ch, CURLOPT_POST,1); + curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); + curl_setopt($ch, CURLOPT_POSTFIELDS, $data); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); + curl_setopt($ch, CURLOPT_USERPWD,"$username:$password"); + $return = curl_exec($ch); + $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); + curl_close($ch); + if($status_code === 200) + { + return $return; + + } + else + { + return $status_code; + } +} + +///When I set complete Date along with the Bulk Data Sending Values; it does not take effect in DHIS2. +///So I decided to complete them individually. + +//Todo:: look for a better way to implement this. +function sendCompleteDateData($data) +{ + $values = json_decode($data,true); + $data_arr = array(); + $data_values = array(); + for($i=0;$i \ No newline at end of file diff --git a/htdocs/api/dhims2_send1.php b/htdocs/api/dhims2_send1.php new file mode 100644 index 000000000..992195029 --- /dev/null +++ b/htdocs/api/dhims2_send1.php @@ -0,0 +1,251 @@ +getSendingConfigs($_REQUEST['lab_config_id']); +var_dump($sending_configs );exit; +$scount=0; + +$jsonsending_start='{ "dataValues": ['; +$jsonsending_end= '] }'; + +$xmlsending_start=''."\n"; +$xmlsending_end= "\n".''; +$sending_values=""; + +///we can either send as xml or json. +////but my default is json + +//$mode = 'xml'; +$mode = 'json'; +if(!is_array($sending_configs)) +{ + echo "no"; + exit; +} +if(is_array($dhims2_test_counts)) +{ + $icount = count($dhims2_test_counts); + $scount = count($sending_configs ); + for($i=0;$i<$icount;$i++) + { + if($mode == 'json') + { + if(empty($sending_values)) + { + $sending_values = prepareJSONValues($dhims2_test_counts[$i]); + } + else + { + + $rtn_value = prepareJSONValues($dhims2_test_counts[$i]); + if(!empty($rtn_value)) + $sending_values .= ', '.$rtn_value; + } + } + else + { + if(empty($sending_values)) + { + $sending_values = prepareXMLValues($dhims2_test_counts[$i]); + } + else + { + + $rtn_value = prepareXMLValues($dhims2_test_counts[$i]); + if(!empty($rtn_value)) + $sending_values .= "\n".$rtn_value; + } + + } + } + + + if(!empty($sending_values)) + { + if($mode == 'json') + { + $data = $jsonsending_start.$sending_values.$jsonsending_end; + } + else + { + $data = $xmlsending_start.$sending_values.$xmlsending_end; + } + + $return = sendtoDHIMS($data); + if($return === 404 || empty($return)) + { + echo "404"; + } + else if($return === 401) + { + echo "false"; + } + else + { + //to do xml response + if($mode == 'json') + { + $dhims2_reply = json_decode($return,true); + if($dhims2_reply['status'] == 'ERROR') + { + echo "0"; + } + else + { + sendCompleteDateData($data); + echo $return; + } + } + + } + + } + else + { + echo "no"; + } + +} +else +{ + echo "no"; +} + +function prepareJSONValues($blis_count) +{ + global $sending_configs; + global $scount; + $info=""; + for($i=0;$i<$scount;$i++) + { + if(intval($blis_count['value']) == 0) + continue; + + if(($sending_configs[$i]['blistestID'] == $blis_count['test_type_id']) + && ($sending_configs[$i]['gender'] == $blis_count['gender']) + && ($sending_configs[$i]['blisageGroup'] == $blis_count['age_group'])) + { + //$info = '{ "dataSet": "'.$sending_configs[$i]['dataSet'].'", "period":"'.date('Ym',strtotime("-1 month")).'", "completeDate":"'.date('Y-m-d').'",'; + //$info .= '"orgUnit":"'.$sending_configs[$i]['orgUnit'].'", "dataValues": ['; + //$info .= ' { "dataElement":"'.$sending_configs[$i]['dataElement'].'", "categoryOptionCombo":"'.$sending_configs[$i]['categoryOptionCombo'].'", "value": "'.$blis_count['value'].'" }] }'; + $info ='{ "dataSet": "'.$sending_configs[$i]['dataSet'].'", "period":"'.date('Ym',strtotime("-1 month")).'", "completeDate":"'.date('Y-m-d').'",'; + $info .= '"orgUnit":"'.$sending_configs[$i]['orgUnit'].'", "dataElement":"'.$sending_configs[$i]['dataElement'].'", "categoryOptionCombo":"'. $sending_configs[$i]['categoryOptionCombo'].'", "value": "'.$blis_count['value'].'" }'; + + //$info ='{ "dataElement": "'.$sending_configs[$i]['dataElement'].'", "period":"'.date('Ym',strtotime("-1 month")).'", "orgUnit":"'.$sending_configs[$i]['orgUnit'].'","categoryOptionCombo":"'.$sending_configs[$i]['categoryOptionCombo'].'", "value": "'.$blis_count['value'].'" }'; + + } + } + + return $info; +} + +function prepareXMLValues($blis_count) +{ + global $sending_configs; + global $scount; + $info=""; + for($i=0;$i<$scount;$i++) + { + if(intval($blis_count['value']) == 0) + continue; + + if(($sending_configs[$i]['blistestID'] == $blis_count['test_type_id']) + && ($sending_configs[$i]['gender'] == $blis_count['gender']) + && ($sending_configs[$i]['blisageGroup'] == $blis_count['age_group'])) + { + $info =''; + + //$info =''; + + } + } + + return $info; +} + +function sendtoDHIMS($data) +{ + global $mode; + + $username = $_REQUEST['dhims2_username']; + $password = $_REQUEST['dhims2_password']; + + $filename = ""; + $contenttype= ""; + if($mode == 'json') + { + //$filename = "datavalueset.json"; + $contenttype = "application/json"; + } + else + { + //$filename = "datavalueset.xml"; + $contenttype = "application/xml"; + } + + //file_put_contents($filename, $data); + //$file_to_upload = array('data'=>'@'.realpath($filename)); + $URL = DHIMS2API::$mode == "test" ? DHIMS2API::$testBaseURL : DHIMS2API::$liveBaseURL; + $ch = curl_init(); + curl_setopt($ch,CURLOPT_URL,"$URL/api/dataValueSets"); + curl_setopt($ch,CURLOPT_HEADER,1); + curl_setopt($ch,CURLOPT_HTTPHEADER,array("Content-Type: $contenttype")); + curl_setopt($ch, CURLOPT_POST,1); + curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); + curl_setopt($ch, CURLOPT_POSTFIELDS, $data); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); + curl_setopt($ch, CURLOPT_USERPWD,"$username:$password"); + $return = curl_exec($ch); + $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); + curl_close($ch); + if($status_code === 200) + { + return $return; + + } + else + { + return $status_code; + } +} + +///When I set complete Date along with the Bulk Data Sending Values; it does not take effect in DHIS. +///So I decided to complete them individually. + +//Todo:: look for a better way to implement this. +function sendCompleteDateData($data) +{ + $values = json_decode($data,true); + $data_arr = array(); + $data_values = array(); + for($i=0;$i \ No newline at end of file diff --git a/htdocs/api/dhims2get_data_elements.php b/htdocs/api/dhims2get_data_elements.php new file mode 100644 index 000000000..48473c113 --- /dev/null +++ b/htdocs/api/dhims2get_data_elements.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/htdocs/api/dhims2get_data_elements_combo.php b/htdocs/api/dhims2get_data_elements_combo.php new file mode 100644 index 000000000..5a2071e33 --- /dev/null +++ b/htdocs/api/dhims2get_data_elements_combo.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/htdocs/api/dhims2get_datasets.php b/htdocs/api/dhims2get_datasets.php new file mode 100644 index 000000000..6ac036772 --- /dev/null +++ b/htdocs/api/dhims2get_datasets.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/htdocs/api/get_specimen.php b/htdocs/api/get_specimen.php index 5ffaec0dc..025223302 100644 --- a/htdocs/api/get_specimen.php +++ b/htdocs/api/get_specimen.php @@ -1,17 +1,25 @@ diff --git a/htdocs/api/hams_connect.php b/htdocs/api/hams_connect.php new file mode 100644 index 000000000..752d92758 --- /dev/null +++ b/htdocs/api/hams_connect.php @@ -0,0 +1,79 @@ +Connect('localhost','stevkky','stevo177','hams_BlissDB') or die('Fail'); + } + + public static function getOrder($patientID="") + { + $conn = getConn(); + $sql="select * from order_from_hams where Processed=0"; + if(!empty($patientID)) + $sql.= " and PatientID ='".$patientID."'"; + $recordSet = &$conn->Execute($sql); + if (!$recordSet) + return NULL; + else + { + $Orders = array(); + while (!$recordSet->EOF) + { + $row = array(); + $row['ID'] = $recordSet->fields[0]; + $row['PatientID'] = $recordSet->fields[1]; + $row['PatientName'] = $recordSet->fields[2]; + $row['Sex'] = $recordSet->fields[3]; + $row['Age'] = $recordSet->fields[4]; + $row['SpecimenID'] = $recordSet->fields[5]; + $row['TestID'] = $recordSet->fields[6]; + $row['RequestedDoctor'] = $recordSet->fields[7]; + $row['OrderedTime'] = $recordSet->fields[8]; + $row['Processed'] = $recordSet->fields[9]; + + $Orders[] = $row; + $recordSet->MoveNext(); + } + + return $Orders; + } + + } + + function setProcessed($id) + { + $conn = getConn(); + $conn->Execute("UPDATE order_from_hams set Processed=1 where ID = ".$id); + } + + public static function sendtoHAMS($ElementID,$Result,$TestRange,$Units,$Comment,$ValidatedDate,$UserID) + { + $ElementID = getHAMSElementID($ElementID); + $conn = getConn(); + $sql ="insert into Results_to_HAMS(ID,ElementID,Result,TestRange,Units,Comment,ValidatedDate,TimeStamp,UserID,Processed) + values(NULL,'$ElementID','$Result','$TestRange','$Units','$Comment','$ValidatedDate',now(),'$UserID',0)"; + $conn->Execute($sql); + } + + function getHAMSElementID($blismeasureid) + { + $conn = getConn(); + $recordSet = &$conn->Execute("select HAMSID from TEST_ELEMENTS_MAPPING where BLISID =".$blismeasureid); + if (!$recordSet) + return NULL; + else + { + if(!$recordSet->EOF) + { + return $recordSet->fields[0]; + } + else + { + return 0; + } + } + } +} \ No newline at end of file diff --git a/htdocs/api/hams_connect_test.php b/htdocs/api/hams_connect_test.php new file mode 100644 index 000000000..86085ee9a --- /dev/null +++ b/htdocs/api/hams_connect_test.php @@ -0,0 +1,48 @@ +open($connStr); //Open the connection to the database + +//declare the SQL statement that will query the database +$query = "SELECT * FROM Order_from_HAMS"; + +//execute the SQL statement and return records +$rs = $conn->execute($query); + +$num_columns = $rs->Fields->Count(); +echo $num_columns . "
      "; + +for ($i=0; $i < $num_columns; $i++) { + $fld[$i] = $rs->Fields($i); +} + +echo ""; +while (!$rs->EOF) //carry on looping through while there are records +{ + echo ""; + for ($i=0; $i < $num_columns; $i++) { + echo ""; + } + echo ""; + $rs->MoveNext(); //move on to the next record +} + + +echo "
      " . $fld[$i]->value . "
      "; + +//close the connection and recordset objects freeing up resources +$rs->Close(); +$conn->Close(); + +$rs = null; +$conn = null; +?> \ No newline at end of file diff --git a/htdocs/api/misc.php b/htdocs/api/misc.php new file mode 100644 index 000000000..779447f37 --- /dev/null +++ b/htdocs/api/misc.php @@ -0,0 +1,24 @@ + 1) + { + $patient_id = $parts[0]; + $specimen_id = $parts[1]; + $ret= API::getSpecimenID($patient_id,$specimen_id,$dbname); + if($ret == NULL) + return $fromAnalyzer; + else + return $ret; + + } + else + { + return $fromAnalyzer; + } +} diff --git a/htdocs/api/update_result.php b/htdocs/api/update_result.php index 561ba096d..b45c1292d 100644 --- a/htdocs/api/update_result.php +++ b/htdocs/api/update_result.php @@ -1,26 +1,33 @@ measureId = $measure_id; $ref_range->ageMin = $age_min; @@ -362,6 +367,7 @@ $ref_range->sex = $gender_option; $ref_range->rangeLower = $range_lower; $ref_range->rangeUpper = $range_upper; + $ref_range->agetype = $agetype_value; $ref_range->addToDb($_SESSION['lab_config_id']); } $measure_count++; @@ -384,6 +390,7 @@ $age_min = $range_entry[2]; $age_max = $range_entry[3]; $gender_option = $range_entry[4]; + $agetype_value = $range_entry[5]; $ref_range = new ReferenceRange(); $ref_range->measureId = $measure_id; $ref_range->ageMin = $age_min; @@ -391,6 +398,7 @@ $ref_range->sex = $gender_option; $ref_range->rangeLower = $range_lower; $ref_range->rangeUpper = $range_upper; + $ref_range->agetype = $agetype_value; $ref_range->addToDb($_SESSION['lab_config_id']); } $measure_count++; diff --git a/htdocs/catalog/test_type_edit.php b/htdocs/catalog/test_type_edit.php index 8562df9f9..48643d771 100644 --- a/htdocs/catalog/test_type_edit.php +++ b/htdocs/catalog/test_type_edit.php @@ -559,6 +559,7 @@ function update_ttype() $('#edit_ttype_form').ajaxSubmit({ success: function(msg) { $('#update_ttype_progress').hide(); + //alert(msg); window.location="test_type_updated.php?tid="; } }); @@ -623,7 +624,7 @@ function add_range_field(mrow_num, map_offset) var num_row = num_ranges[mrow_num]; var map=map_offset-1; - var html_code = " : :
      "; + var html_code = " : :
      "; $('#numeric_'+mrow_num).append(html_code); } @@ -642,7 +643,7 @@ function add_new_range_field(mrow_num, map_offset) var num_row = num_ranges[mrow_num]; - var html_code = " : :
      "; + var html_code = " : :
      "; $('#new_numeric_'+mrow_num).append(html_code); } @@ -923,10 +924,10 @@ function isInputCurrency(evt) { $max_num_measures = count($measure_list); for($i = 1; $i <= $max_num_measures; $i += 1) { - $curr_measure = Measure::getById($measure_list[$i-1]); + $curr_measure = Measure::getById($measure_list[$i-1]); if($curr_measure!=NULL) { - $ref_ranges = $curr_measure->getReferenceRanges($_SESSION['lab_config_id']); + $ref_ranges = $curr_measure->getReferenceRanges($_SESSION['lab_config_id']); ?> "; echo ""; echo ""; - $range_string = $curr_measure->range; + $range_string = $curr_measure->range; $range_values = array(); $range_type = $curr_measure->getRangeType(); switch($range_type) @@ -1031,6 +1032,11 @@ function isInputCurrency(evt) { +
                  Gender   Age_Range @@ -1051,6 +1057,11 @@ function isInputCurrency(evt) { : +
      []' value='' /> : - +
                  Gender   Age_Range @@ -1240,7 +1255,11 @@ function isInputCurrency(evt) { : - +             Gender   Age_Range diff --git a/htdocs/catalog/test_type_edit.php.bak b/htdocs/catalog/test_type_edit.php.bak index 0b8799cbd..c18662e51 100644 --- a/htdocs/catalog/test_type_edit.php.bak +++ b/htdocs/catalog/test_type_edit.php.bak @@ -7,10 +7,12 @@ include("redirect.php"); include("includes/header.php"); include("includes/ajax_lib.php"); LangUtil::setPageId("catalog"); -//NC3065 -//$lab_config_id = $_REQUEST['lid']; -//NC3065 + +putUILog('test_type_edit', 'X', basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); + + $script_elems->enableJQueryForm(); +$script_elems->enableJQueryMask(); $script_elems->enableTokenInput(); # Helper function @@ -43,6 +45,11 @@ $page_elems->getSideTip("Tips", $tips_string); testTypeId); +$cost_to_patient_dollars = floor($costToPatient); +$cost_to_patient_cents = $costToPatient - $cost_to_patient_dollars; + if($test_type == null) { ?> @@ -54,12 +61,67 @@ if($test_type == null) return; } # Fetch all measures currently on this test type -$measure_list = $test_type->getMeasureIds(); +//$measure_list = $test_type->getMeasureIds(); +$measure_list = array(); +$measure_list_objs = $test_type->getMeasures(); + //print_r($measure_list); + $submeasure_list_objs = array(); + + $comb_measure_list = array(); + // print_r($measure_list); + + foreach($measure_list_objs as $measure) + { + + $submeasure_list_objs = $measure->getSubmeasuresAsObj(); + //echo "
      ".count($submeasure_list); + //print_r($submeasure_list); + $submeasure_count = count($submeasure_list_objs); + + if($measure->checkIfSubmeasure() == 1) + { + continue; + } + + if($submeasure_count == 0) + { + array_push($comb_measure_list, $measure); + } + else + { + array_push($comb_measure_list, $measure); + foreach($submeasure_list_objs as $submeasure) + array_push($comb_measure_list, $submeasure); + } + } + + $measure_list_ids = array(); + //echo "
      ";
      +                //print_r($comb_measure_list);
      +                //echo "
      "; + foreach($comb_measure_list as $measure) + { + array_push($measure_list_ids, $measure->measureId); + } + /* + echo "
      ";
      +                print_r($measure_list);
      +                
      +                print_r($measure_list_ids);
      +                echo "
      "; + */ + $measure_list = $measure_list_ids; # Display test type info table $page_elems->getTestTypeInfo($test_type->name, true); ?> + $child = $child->nextSibling; + } + } + else { + $css = $tag->nodeValue; + } + + $this->_css->load_css($css); + break; + } + } + } + + /** + * Sets the paper size & orientation + * + * @param string $size 'letter', 'legal', 'A4', etc. {@link CPDF_Adapter::$PAPER_SIZES} + * @param string $orientation 'portrait' or 'landscape' + */ + function set_paper($size, $orientation = "portrait") { + $this->_paper_size = $size; + $this->_paper_orientation = $orientation; + } + + /** + * Enable experimental caching capability + * @access private + */ + function enable_caching($cache_id) { + $this->_cache_id = $cache_id; + } + + /** + * Sets callbacks for events like rendering of pages and elements. + * The callbacks array contains arrays with 'event' set to 'begin_page', + * 'end_page', 'begin_frame', or 'end_frame' and 'f' set to a function or + * object plus method to be called. + * + * The function 'f' must take an array as argument, which contains info + * about the event. + * + * @param array $callbacks the set of callbacks to set + */ + function set_callbacks($callbacks) { + if (is_array($callbacks)) { + $this->_callbacks = array(); + foreach ($callbacks as $c) { + if (is_array($c) && isset($c['event']) && isset($c['f'])) { + $event = $c['event']; + $f = $c['f']; + if (is_callable($f) && is_string($event)) { + $this->_callbacks[$event][] = $f; + } + } + } + } + } + + /** + * Get the quirks mode + * + * @return boolean true if quirks mode is active + */ + function get_quirksmode(){ + return $this->_quirksmode; + } + + function parse_default_view($value) { + $valid = array("XYZ", "Fit", "FitH", "FitV", "FitR", "FitB", "FitBH", "FitBV"); + + $options = preg_split("/\s*,\s*/", trim($value)); + $default_view = array_shift($options); + + if ( !in_array($default_view, $valid) ) { + return false; + } + + $this->set_default_view($default_view, $options); + return true; + } + + /** + * Renders the HTML to PDF + */ + function render() { + $this->save_locale(); + + $log_output_file = $this->get_option("log_output_file"); + if ( $log_output_file ) { + if ( !file_exists($log_output_file) && is_writable(dirname($log_output_file)) ) { + touch($log_output_file); + } + + $this->_start_time = microtime(true); + ob_start(); + } + + //enable_mem_profile(); + + $this->_process_html(); + + $this->_css->apply_styles($this->_tree); + + // @page style rules : size, margins + $page_styles = $this->_css->get_page_styles(); + + $base_page_style = $page_styles["base"]; + unset($page_styles["base"]); + + foreach($page_styles as $_page_style) { + $_page_style->inherit($base_page_style); + } + + if ( is_array($base_page_style->size) ) { + $this->set_paper(array(0, 0, $base_page_style->size[0], $base_page_style->size[1])); + } + + $this->_pdf = Canvas_Factory::get_instance($this, $this->_paper_size, $this->_paper_orientation); + Font_Metrics::init($this->_pdf); + + if ( $this->get_option("enable_font_subsetting") && $this->_pdf instanceof CPDF_Adapter ) { + foreach ($this->_tree->get_frames() as $frame) { + $style = $frame->get_style(); + $node = $frame->get_node(); + + // Handle text nodes + if ( $node->nodeName === "#text" ) { + $this->_pdf->register_string_subset($style->font_family, $node->nodeValue); + continue; + } + + // Handle generated content (list items) + if ( $style->display === "list-item" ) { + $chars = List_Bullet_Renderer::get_counter_chars($style->list_style_type); + $this->_pdf->register_string_subset($style->font_family, $chars); + continue; + } + + // Handle other generated content (pseudo elements) + // FIXME: This only captures the text of the stylesheet declaration, + // not the actual generated content, and forces all possible counter + // values. See notes in issue #750. + if ( $frame->get_node()->nodeName == "dompdf_generated" ) { + // all possible counter values + $chars = List_Bullet_Renderer::get_counter_chars('decimal'); + $this->_pdf->register_string_subset($style->font_family, $chars); + $chars = List_Bullet_Renderer::get_counter_chars('upper-alpha'); + $this->_pdf->register_string_subset($style->font_family, $chars); + $chars = List_Bullet_Renderer::get_counter_chars('lower-alpha'); + $this->_pdf->register_string_subset($style->font_family, $chars); + $chars = List_Bullet_Renderer::get_counter_chars('lower-greek'); + $this->_pdf->register_string_subset($style->font_family, $chars); + // the text of the stylesheet declaration + $this->_pdf->register_string_subset($style->font_family, $style->content); + continue; + } + } + } + + $root = null; + + foreach ($this->_tree->get_frames() as $frame) { + // Set up the root frame + if ( is_null($root) ) { + $root = Frame_Factory::decorate_root( $this->_tree->get_root(), $this ); + continue; + } + + // Create the appropriate decorators, reflowers & positioners. + Frame_Factory::decorate_frame($frame, $this, $root); + } + + // Add meta information + $title = $this->_xml->getElementsByTagName("title"); + if ( $title->length ) { + $this->_pdf->add_info("Title", trim($title->item(0)->nodeValue)); + } + + $metas = $this->_xml->getElementsByTagName("meta"); + $labels = array( + "author" => "Author", + "keywords" => "Keywords", + "description" => "Subject", + ); + foreach($metas as $meta) { + $name = mb_strtolower($meta->getAttribute("name")); + $value = trim($meta->getAttribute("content")); + + if ( isset($labels[$name]) ) { + $this->_pdf->add_info($labels[$name], $value); + continue; + } + + if ( $name === "dompdf.view" && $this->parse_default_view($value) ) { + $this->_pdf->set_default_view($this->_default_view, $this->_default_view_options); + } + } + + $root->set_containing_block(0, 0, $this->_pdf->get_width(), $this->_pdf->get_height()); + $root->set_renderer(new Renderer($this)); + + // This is where the magic happens: + $root->reflow(); + + // Clean up cached images + Image_Cache::clear(); + + global $_dompdf_warnings, $_dompdf_show_warnings; + if ( $_dompdf_show_warnings ) { + echo 'DOMPDF Warnings
      ';
      +      foreach ($_dompdf_warnings as $msg) {
      +        echo $msg . "\n";
      +      }
      +      echo $this->get_canvas()->get_cpdf()->messages;
      +      echo '
      '; + flush(); + } + + $this->restore_locale(); + } + + /** + * Add meta information to the PDF after rendering + */ + function add_info($label, $value) { + if ( !is_null($this->_pdf) ) { + $this->_pdf->add_info($label, $value); + } + } + + /** + * Writes the output buffer in the log file + * + * @return void + */ + private function write_log() { + $log_output_file = $this->get_option("log_output_file"); + if ( !$log_output_file || !is_writable($log_output_file) ) { + return; + } + + $frames = Frame::$ID_COUNTER; + $memory = DOMPDF_memory_usage() / 1024; + $time = (microtime(true) - $this->_start_time) * 1000; + + $out = sprintf( + "%6d". + "%10.2f KB". + "%10.2f ms". + " ". + ($this->_quirksmode ? " ON" : "OFF"). + "
      ", $frames, $memory, $time); + + $out .= ob_get_clean(); + + $log_output_file = $this->get_option("log_output_file"); + file_put_contents($log_output_file, $out); + } + + /** + * Streams the PDF to the client + * + * The file will open a download dialog by default. The options + * parameter controls the output. Accepted options are: + * + * 'Accept-Ranges' => 1 or 0 - if this is not set to 1, then this + * header is not included, off by default this header seems to + * have caused some problems despite the fact that it is supposed + * to solve them, so I am leaving it off by default. + * + * 'compress' = > 1 or 0 - apply content stream compression, this is + * on (1) by default + * + * 'Attachment' => 1 or 0 - if 1, force the browser to open a + * download dialog, on (1) by default + * + * @param string $filename the name of the streamed file + * @param array $options header options (see above) + */ + function stream($filename, $options = null) { + $this->save_locale(); + + $this->write_log(); + + if ( !is_null($this->_pdf) ) { + $this->_pdf->stream($filename, $options); + } + + $this->restore_locale(); + } + + /** + * Returns the PDF as a string + * + * The file will open a download dialog by default. The options + * parameter controls the output. Accepted options are: + * + * + * 'compress' = > 1 or 0 - apply content stream compression, this is + * on (1) by default + * + * + * @param array $options options (see above) + * + * @return string + */ + function output($options = null) { + $this->save_locale(); + + $this->write_log(); + + if ( is_null($this->_pdf) ) { + return null; + } + + $output = $this->_pdf->output( $options ); + + $this->restore_locale(); + + return $output; + } + + /** + * Returns the underlying HTML document as a string + * + * @return string + */ + function output_html() { + return $this->_xml->saveHTML(); + } +} diff --git a/htdocs/dompdf/include/dompdf_exception.cls.php b/htdocs/dompdf/include/dompdf_exception.cls.php new file mode 100644 index 000000000..ca47fa036 --- /dev/null +++ b/htdocs/dompdf/include/dompdf_exception.cls.php @@ -0,0 +1,26 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Standard exception thrown by DOMPDF classes + * + * @package dompdf + */ +class DOMPDF_Exception extends Exception { + + /** + * Class constructor + * + * @param string $message Error message + * @param int $code Error code + */ + function __construct($message = null, $code = 0) { + parent::__construct($message, $code); + } + +} diff --git a/htdocs/dompdf/include/dompdf_image_exception.cls.php b/htdocs/dompdf/include/dompdf_image_exception.cls.php new file mode 100644 index 000000000..8fdecec52 --- /dev/null +++ b/htdocs/dompdf/include/dompdf_image_exception.cls.php @@ -0,0 +1,26 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Image exception thrown by DOMPDF + * + * @package dompdf + */ +class DOMPDF_Image_Exception extends DOMPDF_Exception { + + /** + * Class constructor + * + * @param string $message Error message + * @param int $code Error code + */ + function __construct($message = null, $code = 0) { + parent::__construct($message, $code); + } + +} diff --git a/htdocs/dompdf/include/file.skel b/htdocs/dompdf/include/file.skel new file mode 100644 index 000000000..1f5fba936 --- /dev/null +++ b/htdocs/dompdf/include/file.skel @@ -0,0 +1,8 @@ + + * @author ... + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ diff --git a/htdocs/dompdf/include/fixed_positioner.cls.php b/htdocs/dompdf/include/fixed_positioner.cls.php new file mode 100644 index 000000000..31a2a079c --- /dev/null +++ b/htdocs/dompdf/include/fixed_positioner.cls.php @@ -0,0 +1,88 @@ + + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Positions fixely positioned frames + */ +class Fixed_Positioner extends Positioner { + + function __construct(Frame_Decorator $frame) { parent::__construct($frame); } + + function position() { + + $frame = $this->_frame; + $style = $frame->get_original_style(); + $root = $frame->get_root(); + $initialcb = $root->get_containing_block(); + $initialcb_style = $root->get_style(); + + $p = $frame->find_block_parent(); + if ( $p ) { + $p->add_line(); + } + + // Compute the margins of the @page style + $margin_top = $initialcb_style->length_in_pt($initialcb_style->margin_top, $initialcb["h"]); + $margin_right = $initialcb_style->length_in_pt($initialcb_style->margin_right, $initialcb["w"]); + $margin_bottom = $initialcb_style->length_in_pt($initialcb_style->margin_bottom, $initialcb["h"]); + $margin_left = $initialcb_style->length_in_pt($initialcb_style->margin_left, $initialcb["w"]); + + // The needed computed style of the element + $height = $style->length_in_pt($style->height, $initialcb["h"]); + $width = $style->length_in_pt($style->width, $initialcb["w"]); + + $top = $style->length_in_pt($style->top, $initialcb["h"]); + $right = $style->length_in_pt($style->right, $initialcb["w"]); + $bottom = $style->length_in_pt($style->bottom, $initialcb["h"]); + $left = $style->length_in_pt($style->left, $initialcb["w"]); + + $y = $margin_top; + if ( isset($top) ) { + $y = $top + $margin_top; + if ( $top === "auto" ) { + $y = $margin_top; + if ( isset($bottom) && $bottom !== "auto" ) { + $y = $initialcb["h"] - $bottom - $margin_bottom; + $margin_height = $this->_frame->get_margin_height(); + if ( $margin_height !== "auto" ) { + $y -= $margin_height; + } + else { + $y -= $height; + } + } + } + } + + $x = $margin_left; + if ( isset($left) ) { + $x = $left + $margin_left; + if ( $left === "auto" ) { + $x = $margin_left; + if ( isset($right) && $right !== "auto" ) { + $x = $initialcb["w"] - $right - $margin_right; + $margin_width = $this->_frame->get_margin_width(); + if ( $margin_width !== "auto" ) { + $x -= $margin_width; + } + else { + $x -= $width; + } + } + } + } + + $frame->set_position($x, $y); + + $children = $frame->get_children(); + foreach($children as $child) { + $child->set_position($x, $y); + } + } +} \ No newline at end of file diff --git a/htdocs/dompdf/include/font_metrics.cls.php b/htdocs/dompdf/include/font_metrics.cls.php new file mode 100644 index 000000000..ad20d9119 --- /dev/null +++ b/htdocs/dompdf/include/font_metrics.cls.php @@ -0,0 +1,363 @@ + + * @author Helmut Tischer + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +require_once DOMPDF_LIB_DIR . "/class.pdf.php"; + +/** + * Name of the font cache file + * + * This file must be writable by the webserver process only to update it + * with save_font_families() after adding the .afm file references of a new font family + * with Font_Metrics::save_font_families(). + * This is typically done only from command line with load_font.php on converting + * ttf fonts to ufm with php-font-lib. + * + * Declared here because PHP5 prevents constants from being declared with expressions + */ +define('__DOMPDF_FONT_CACHE_FILE', DOMPDF_FONT_DIR . "dompdf_font_family_cache.php"); + +/** + * The font metrics class + * + * This class provides information about fonts and text. It can resolve + * font names into actual installed font files, as well as determine the + * size of text in a particular font and size. + * + * @static + * @package dompdf + */ +class Font_Metrics { + + /** + * @see __DOMPDF_FONT_CACHE_FILE + */ + const CACHE_FILE = __DOMPDF_FONT_CACHE_FILE; + + /** + * Underlying {@link Canvas} object to perform text size calculations + * + * @var Canvas + */ + static protected $_pdf = null; + + /** + * Array of font family names to font files + * + * Usually cached by the {@link load_font.php} script + * + * @var array + */ + static protected $_font_lookup = array(); + + + /** + * Class initialization + * + */ + static function init(Canvas $canvas = null) { + if (!self::$_pdf) { + if (!$canvas) { + $canvas = Canvas_Factory::get_instance(new DOMPDF()); + } + + self::$_pdf = $canvas; + } + } + + /** + * Calculates text size, in points + * + * @param string $text the text to be sized + * @param string $font the desired font + * @param float $size the desired font size + * @param float $word_spacing + * @param float $char_spacing + * + * @internal param float $spacing word spacing, if any + * @return float + */ + static function get_text_width($text, $font, $size, $word_spacing = 0.0, $char_spacing = 0.0) { + //return self::$_pdf->get_text_width($text, $font, $size, $word_spacing, $char_spacing); + + // @todo Make sure this cache is efficient before enabling it + static $cache = array(); + + if ( $text === "" ) { + return 0; + } + + // Don't cache long strings + $use_cache = !isset($text[50]); // Faster than strlen + + $key = "$font/$size/$word_spacing/$char_spacing"; + + if ( $use_cache && isset($cache[$key][$text]) ) { + return $cache[$key]["$text"]; + } + + $width = self::$_pdf->get_text_width($text, $font, $size, $word_spacing, $char_spacing); + + if ( $use_cache ) { + $cache[$key][$text] = $width; + } + + return $width; + } + + /** + * Calculates font height + * + * @param string $font + * @param float $size + * @return float + */ + static function get_font_height($font, $size) { + return self::$_pdf->get_font_height($font, $size); + } + + /** + * Resolves a font family & subtype into an actual font file + * Subtype can be one of 'normal', 'bold', 'italic' or 'bold_italic'. If + * the particular font family has no suitable font file, the default font + * ({@link DOMPDF_DEFAULT_FONT}) is used. The font file returned + * is the absolute pathname to the font file on the system. + * + * @param string $family_raw + * @param string $subtype_raw + * + * @return string + */ + static function get_font($family_raw, $subtype_raw = "normal") { + static $cache = array(); + + if ( isset($cache[$family_raw][$subtype_raw]) ) { + return $cache[$family_raw][$subtype_raw]; + } + + /* Allow calling for various fonts in search path. Therefore not immediately + * return replacement on non match. + * Only when called with NULL try replacement. + * When this is also missing there is really trouble. + * If only the subtype fails, nevertheless return failure. + * Only on checking the fallback font, check various subtypes on same font. + */ + + $subtype = strtolower($subtype_raw); + + if ( $family_raw ) { + $family = str_replace( array("'", '"'), "", strtolower($family_raw)); + + if ( isset(self::$_font_lookup[$family][$subtype]) ) { + return $cache[$family_raw][$subtype_raw] = self::$_font_lookup[$family][$subtype]; + } + + return null; + } + + $family = "serif"; + + if ( isset(self::$_font_lookup[$family][$subtype]) ) { + return $cache[$family_raw][$subtype_raw] = self::$_font_lookup[$family][$subtype]; + } + + if ( !isset(self::$_font_lookup[$family]) ) { + return null; + } + + $family = self::$_font_lookup[$family]; + + foreach ( $family as $sub => $font ) { + if (strpos($subtype, $sub) !== false) { + return $cache[$family_raw][$subtype_raw] = $font; + } + } + + if ($subtype !== "normal") { + foreach ( $family as $sub => $font ) { + if ($sub !== "normal") { + return $cache[$family_raw][$subtype_raw] = $font; + } + } + } + + $subtype = "normal"; + + if ( isset($family[$subtype]) ) { + return $cache[$family_raw][$subtype_raw] = $family[$subtype]; + } + + return null; + } + + static function get_family($family) { + $family = str_replace( array("'", '"'), "", mb_strtolower($family)); + + if ( isset(self::$_font_lookup[$family]) ) { + return self::$_font_lookup[$family]; + } + + return null; + } + + /** + * Saves the stored font family cache + * + * The name and location of the cache file are determined by {@link + * Font_Metrics::CACHE_FILE}. This file should be writable by the + * webserver process. + * + * @see Font_Metrics::load_font_families() + */ + static function save_font_families() { + // replace the path to the DOMPDF font directories with the corresponding constants (allows for more portability) + $cache_data = var_export(self::$_font_lookup, true); + $cache_data = str_replace('\''.DOMPDF_FONT_DIR , 'DOMPDF_FONT_DIR . \'' , $cache_data); + $cache_data = str_replace('\''.DOMPDF_DIR , 'DOMPDF_DIR . \'' , $cache_data); + $cache_data = "<"."?php return $cache_data ?".">"; + file_put_contents(self::CACHE_FILE, $cache_data); + } + + /** + * Loads the stored font family cache + * + * @see save_font_families() + */ + static function load_font_families() { + $dist_fonts = require_once DOMPDF_DIR . "/lib/fonts/dompdf_font_family_cache.dist.php"; + + // FIXME: temporary step for font cache created before the font cache fix + if ( is_readable( DOMPDF_FONT_DIR . "dompdf_font_family_cache" ) ) { + $old_fonts = require_once DOMPDF_FONT_DIR . "dompdf_font_family_cache"; + // If the font family cache is still in the old format + if ( $old_fonts === 1 ) { + $cache_data = file_get_contents(DOMPDF_FONT_DIR . "dompdf_font_family_cache"); + file_put_contents(DOMPDF_FONT_DIR . "dompdf_font_family_cache", "<"."?php return $cache_data ?".">"); + $old_fonts = require_once DOMPDF_FONT_DIR . "dompdf_font_family_cache"; + } + $dist_fonts += $old_fonts; + } + + if ( !is_readable(self::CACHE_FILE) ) { + self::$_font_lookup = $dist_fonts; + return; + } + + self::$_font_lookup = require_once self::CACHE_FILE; + + // If the font family cache is still in the old format + if ( self::$_font_lookup === 1 ) { + $cache_data = file_get_contents(self::CACHE_FILE); + file_put_contents(self::CACHE_FILE, "<"."?php return $cache_data ?".">"); + self::$_font_lookup = require_once self::CACHE_FILE; + } + + // Merge provided fonts + self::$_font_lookup += $dist_fonts; + } + + static function get_type($type) { + if (preg_match("/bold/i", $type)) { + if (preg_match("/italic|oblique/i", $type)) { + $type = "bold_italic"; + } + else { + $type = "bold"; + } + } + elseif (preg_match("/italic|oblique/i", $type)) { + $type = "italic"; + } + else { + $type = "normal"; + } + + return $type; + } + + static function install_fonts($files) { + $names = array(); + + foreach($files as $file) { + $font = Font::load($file); + $records = $font->getData("name", "records"); + $type = self::get_type($records[2]); + $names[mb_strtolower($records[1])][$type] = $file; + } + + return $names; + } + + static function get_system_fonts() { + $files = glob("/usr/share/fonts/truetype/*.ttf") + + glob("/usr/share/fonts/truetype/*/*.ttf") + + glob("/usr/share/fonts/truetype/*/*/*.ttf") + + glob("C:\\Windows\\fonts\\*.ttf") + + glob("C:\\WinNT\\fonts\\*.ttf") + + glob("/mnt/c_drive/WINDOWS/Fonts/"); + + return self::install_fonts($files); + } + + /** + * Returns the current font lookup table + * + * @return array + */ + static function get_font_families() { + return self::$_font_lookup; + } + + static function set_font_family($fontname, $entry) { + self::$_font_lookup[mb_strtolower($fontname)] = $entry; + } + + static function register_font($style, $remote_file) { + $fontname = mb_strtolower($style["family"]); + $families = Font_Metrics::get_font_families(); + + $entry = array(); + if ( isset($families[$fontname]) ) { + $entry = $families[$fontname]; + } + + $local_file = DOMPDF_FONT_DIR . md5($remote_file); + $cache_entry = $local_file; + $local_file .= ".ttf"; + + $style_string = Font_Metrics::get_type("{$style['weight']} {$style['style']}"); + + if ( !isset($entry[$style_string]) ) { + $entry[$style_string] = $cache_entry; + + Font_Metrics::set_font_family($fontname, $entry); + + // Download the remote file + if ( !is_file($local_file) ) { + file_put_contents($local_file, file_get_contents($remote_file)); + } + + $font = Font::load($local_file); + + if (!$font) { + return false; + } + + $font->parse(); + $font->saveAdobeFontMetrics("$cache_entry.ufm"); + + // Save the changes + Font_Metrics::save_font_families(); + } + + return true; + } +} + +Font_Metrics::load_font_families(); diff --git a/htdocs/dompdf/include/frame.cls.php b/htdocs/dompdf/include/frame.cls.php new file mode 100644 index 000000000..bc2f26d40 --- /dev/null +++ b/htdocs/dompdf/include/frame.cls.php @@ -0,0 +1,1191 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * The main Frame class + * + * This class represents a single HTML element. This class stores + * positioning information as well as containing block location and + * dimensions. Style information for the element is stored in a {@link + * Style} object. Tree structure is maintained via the parent & children + * links. + * + * @access protected + * @package dompdf + */ +class Frame { + + /** + * The DOMElement or DOMText object this frame represents + * + * @var DOMElement|DOMText + */ + protected $_node; + + /** + * Unique identifier for this frame. Used to reference this frame + * via the node. + * + * @var string + */ + protected $_id; + + /** + * Unique id counter + */ + static /*protected*/ $ID_COUNTER = 0; + + /** + * This frame's calculated style + * + * @var Style + */ + protected $_style; + + /** + * This frame's original style. Needed for cases where frames are + * split across pages. + * + * @var Style + */ + protected $_original_style; + + /** + * This frame's parent in the document tree. + * + * @var Frame + */ + protected $_parent; + + /** + * This frame's children + * + * @var Frame[] + */ + protected $_frame_list; + + /** + * This frame's first child. All children are handled as a + * doubly-linked list. + * + * @var Frame + */ + protected $_first_child; + + /** + * This frame's last child. + * + * @var Frame + */ + protected $_last_child; + + /** + * This frame's previous sibling in the document tree. + * + * @var Frame + */ + protected $_prev_sibling; + + /** + * This frame's next sibling in the document tree. + * + * @var Frame + */ + protected $_next_sibling; + + /** + * This frame's containing block (used in layout): array(x, y, w, h) + * + * @var float[] + */ + protected $_containing_block; + + /** + * Position on the page of the top-left corner of the margin box of + * this frame: array(x,y) + * + * @var float[] + */ + protected $_position; + + /** + * Absolute opacity of this frame + * + * @var float + */ + protected $_opacity; + + /** + * This frame's decorator + * + * @var Frame_Decorator + */ + protected $_decorator; + + /** + * This frame's containing line box + * + * @var Line_Box + */ + protected $_containing_line; + + protected $_is_cache = array(); + + /** + * Tells wether the frame was already pushed to the next page + * + * @var bool + */ + public $_already_pushed = false; + + public $_float_next_line = false; + + /** + * Tells wether the frame was split + * + * @var bool + */ + public $_splitted; + + static $_ws_state = self::WS_SPACE; + + const WS_TEXT = 1; + const WS_SPACE = 2; + + /** + * Class destructor + */ + function __destruct() { + clear_object($this); + } + + /** + * Class constructor + * + * @param DOMNode $node the DOMNode this frame represents + */ + function __construct(DOMNode $node) { + $this->_node = $node; + + $this->_parent = null; + $this->_first_child = null; + $this->_last_child = null; + $this->_prev_sibling = $this->_next_sibling = null; + + $this->_style = null; + $this->_original_style = null; + + $this->_containing_block = array( + "x" => null, + "y" => null, + "w" => null, + "h" => null, + ); + + $this->_containing_block[0] =& $this->_containing_block["x"]; + $this->_containing_block[1] =& $this->_containing_block["y"]; + $this->_containing_block[2] =& $this->_containing_block["w"]; + $this->_containing_block[3] =& $this->_containing_block["h"]; + + $this->_position = array( + "x" => null, + "y" => null, + ); + + $this->_position[0] =& $this->_position["x"]; + $this->_position[1] =& $this->_position["y"]; + + $this->_opacity = 1.0; + $this->_decorator = null; + + $this->set_id( self::$ID_COUNTER++ ); + } + + // WIP : preprocessing to remove all the unused whitespace + protected function ws_trim(){ + if ( $this->ws_keep() ) { + return; + } + + switch(self::$_ws_state) { + case self::WS_SPACE: + $node = $this->_node; + + if ( $node->nodeName === "#text" ) { + $node->nodeValue = preg_replace("/[ \t\r\n\f]+/u", " ", $node->nodeValue); + + // starts with a whitespace + if ( isset($node->nodeValue[0]) && $node->nodeValue[0] === " " ) { + $node->nodeValue = ltrim($node->nodeValue); + } + + // if not empty + if ( $node->nodeValue !== "" ) { + // change the current state (text) + self::$_ws_state = self::WS_TEXT; + + // ends with a whitespace + if ( preg_match("/[ \t\r\n\f]+$/u", $node->nodeValue) ) { + $node->nodeValue = ltrim($node->nodeValue); + } + } + } + break; + + case self::WS_TEXT: + } + } + + protected function ws_keep(){ + $whitespace = $this->get_style()->white_space; + return in_array($whitespace, array("pre", "pre-wrap", "pre-line")); + } + + protected function ws_is_text(){ + $node = $this->get_node(); + + if ($node->nodeName === "img") { + return true; + } + + if ( !$this->is_in_flow() ) { + return false; + } + + if ($this->is_text_node()) { + return trim($node->nodeValue) !== ""; + } + + return true; + } + + /** + * "Destructor": forcibly free all references held by this frame + * + * @param bool $recursive if true, call dispose on all children + */ + function dispose($recursive = false) { + + if ( $recursive ) { + while ( $child = $this->_first_child ) { + $child->dispose(true); + } + } + + // Remove this frame from the tree + if ( $this->_prev_sibling ) { + $this->_prev_sibling->_next_sibling = $this->_next_sibling; + } + + if ( $this->_next_sibling ) { + $this->_next_sibling->_prev_sibling = $this->_prev_sibling; + } + + if ( $this->_parent && $this->_parent->_first_child === $this ) { + $this->_parent->_first_child = $this->_next_sibling; + } + + if ( $this->_parent && $this->_parent->_last_child === $this ) { + $this->_parent->_last_child = $this->_prev_sibling; + } + + if ( $this->_parent ) { + $this->_parent->get_node()->removeChild($this->_node); + } + + $this->_style->dispose(); + $this->_style = null; + unset($this->_style); + + $this->_original_style->dispose(); + $this->_original_style = null; + unset($this->_original_style); + + } + + // Re-initialize the frame + function reset() { + $this->_position["x"] = null; + $this->_position["y"] = null; + + $this->_containing_block["x"] = null; + $this->_containing_block["y"] = null; + $this->_containing_block["w"] = null; + $this->_containing_block["h"] = null; + + $this->_style = null; + unset($this->_style); + $this->_style = clone $this->_original_style; + } + + //........................................................................ + + /** + * @return DOMElement|DOMText + */ + function get_node() { + return $this->_node; + } + + /** + * @return string + */ + function get_id() { + return $this->_id; + } + + /** + * @return Style + */ + function get_style() { + return $this->_style; + } + + /** + * @return Style + */ + function get_original_style() { + return $this->_original_style; + } + + /** + * @return Frame + */ + function get_parent() { + return $this->_parent; + } + + /** + * @return Frame_Decorator + */ + function get_decorator() { + return $this->_decorator; + } + + /** + * @return Frame + */ + function get_first_child() { + return $this->_first_child; + } + + /** + * @return Frame + */ + function get_last_child() { + return $this->_last_child; + } + + /** + * @return Frame + */ + function get_prev_sibling() { + return $this->_prev_sibling; + } + + /** + * @return Frame + */ + function get_next_sibling() { + return $this->_next_sibling; + } + + /** + * @return FrameList|Frame[] + */ + function get_children() { + if ( isset($this->_frame_list) ) { + return $this->_frame_list; + } + + $this->_frame_list = new FrameList($this); + return $this->_frame_list; + } + + // Layout property accessors + + /** + * Containing block dimensions + * + * @param $i string The key of the wanted containing block's dimension (x, y, x, h) + * + * @return float[]|float + */ + function get_containing_block($i = null) { + if ( isset($i) ) { + return $this->_containing_block[$i]; + } + return $this->_containing_block; + } + + /** + * Block position + * + * @param $i string The key of the wanted position value (x, y) + * + * @return array|float + */ + function get_position($i = null) { + if ( isset($i) ) { + return $this->_position[$i]; + } + return $this->_position; + } + + //........................................................................ + + /** + * Return the height of the margin box of the frame, in pt. Meaningless + * unless the height has been calculated properly. + * + * @return float + */ + function get_margin_height() { + $style = $this->_style; + + return $style->length_in_pt(array( + $style->height, + $style->margin_top, + $style->margin_bottom, + $style->border_top_width, + $style->border_bottom_width, + $style->padding_top, + $style->padding_bottom + ), $this->_containing_block["h"]); + } + + /** + * Return the width of the margin box of the frame, in pt. Meaningless + * unless the width has been calculated properly. + * + * @return float + */ + function get_margin_width() { + $style = $this->_style; + + return $style->length_in_pt(array( + $style->width, + $style->margin_left, + $style->margin_right, + $style->border_left_width, + $style->border_right_width, + $style->padding_left, + $style->padding_right + ), $this->_containing_block["w"]); + } + + function get_break_margins(){ + $style = $this->_style; + + return $style->length_in_pt(array( + //$style->height, + $style->margin_top, + $style->margin_bottom, + $style->border_top_width, + $style->border_bottom_width, + $style->padding_top, + $style->padding_bottom + ), $this->_containing_block["h"]); + } + + /** + * Return the padding box (x,y,w,h) of the frame + * + * @return array + */ + function get_padding_box() { + $style = $this->_style; + $cb = $this->_containing_block; + + $x = $this->_position["x"] + + $style->length_in_pt(array($style->margin_left, + $style->border_left_width), + $cb["w"]); + + $y = $this->_position["y"] + + $style->length_in_pt(array($style->margin_top, + $style->border_top_width), + $cb["h"]); + + $w = $style->length_in_pt(array($style->padding_left, + $style->width, + $style->padding_right), + $cb["w"]); + + $h = $style->length_in_pt(array($style->padding_top, + $style->height, + $style->padding_bottom), + $cb["h"]); + + return array(0 => $x, "x" => $x, + 1 => $y, "y" => $y, + 2 => $w, "w" => $w, + 3 => $h, "h" => $h); + } + + /** + * Return the border box of the frame + * + * @return array + */ + function get_border_box() { + $style = $this->_style; + $cb = $this->_containing_block; + + $x = $this->_position["x"] + $style->length_in_pt($style->margin_left, $cb["w"]); + + $y = $this->_position["y"] + $style->length_in_pt($style->margin_top, $cb["h"]); + + $w = $style->length_in_pt(array($style->border_left_width, + $style->padding_left, + $style->width, + $style->padding_right, + $style->border_right_width), + $cb["w"]); + + $h = $style->length_in_pt(array($style->border_top_width, + $style->padding_top, + $style->height, + $style->padding_bottom, + $style->border_bottom_width), + $cb["h"]); + + return array(0 => $x, "x" => $x, + 1 => $y, "y" => $y, + 2 => $w, "w" => $w, + 3 => $h, "h" => $h); + } + + function get_opacity($opacity = null) { + if ( $opacity !== null ) { + $this->set_opacity($opacity); + } + return $this->_opacity; + } + + /** + * @return Line_Box + */ + function &get_containing_line() { + return $this->_containing_line; + } + + //........................................................................ + + // Set methods + function set_id($id) { + $this->_id = $id; + + // We can only set attributes of DOMElement objects (nodeType == 1). + // Since these are the only objects that we can assign CSS rules to, + // this shortcoming is okay. + if ( $this->_node->nodeType == XML_ELEMENT_NODE ) { + $this->_node->setAttribute("frame_id", $id); + } + } + + function set_style(Style $style) { + if ( is_null($this->_style) ) { + $this->_original_style = clone $style; + } + + //$style->set_frame($this); + $this->_style = $style; + } + + function set_decorator(Frame_Decorator $decorator) { + $this->_decorator = $decorator; + } + + function set_containing_block($x = null, $y = null, $w = null, $h = null) { + if ( is_array($x) ){ + foreach($x as $key => $val){ + $$key = $val; + } + } + + if (is_numeric($x)) { + $this->_containing_block["x"] = $x; + } + + if (is_numeric($y)) { + $this->_containing_block["y"] = $y; + } + + if (is_numeric($w)) { + $this->_containing_block["w"] = $w; + } + + if (is_numeric($h)) { + $this->_containing_block["h"] = $h; + } + } + + function set_position($x = null, $y = null) { + if ( is_array($x) ) { + list($x, $y) = array($x["x"], $x["y"]); + } + + if ( is_numeric($x) ) { + $this->_position["x"] = $x; + } + + if ( is_numeric($y) ) { + $this->_position["y"] = $y; + } + } + + function set_opacity($opacity) { + $parent = $this->get_parent(); + $base_opacity = (($parent && $parent->_opacity !== null) ? $parent->_opacity : 1.0); + $this->_opacity = $base_opacity * $opacity; + } + + function set_containing_line(Line_Box $line) { + $this->_containing_line = $line; + } + + //........................................................................ + + /** + * Tells if the frame is a text node + * @return bool + */ + function is_text_node() { + if ( isset($this->_is_cache["text_node"]) ) { + return $this->_is_cache["text_node"]; + } + + return $this->_is_cache["text_node"] = ($this->get_node()->nodeName === "#text"); + } + + function is_positionned() { + if ( isset($this->_is_cache["positionned"]) ) { + return $this->_is_cache["positionned"]; + } + + $position = $this->get_style()->position; + + return $this->_is_cache["positionned"] = in_array($position, Style::$POSITIONNED_TYPES); + } + + function is_absolute() { + if ( isset($this->_is_cache["absolute"]) ) { + return $this->_is_cache["absolute"]; + } + + $position = $this->get_style()->position; + + return $this->_is_cache["absolute"] = ($position === "absolute" || $position === "fixed"); + } + + function is_block() { + if ( isset($this->_is_cache["block"]) ) { + return $this->_is_cache["block"]; + } + + return $this->_is_cache["block"] = in_array($this->get_style()->display, Style::$BLOCK_TYPES); + } + + function is_in_flow() { + if ( isset($this->_is_cache["in_flow"]) ) { + return $this->_is_cache["in_flow"]; + } + + $enable_css_float = $this->get_style()->get_stylesheet()->get_dompdf()->get_option("enable_css_float"); + return $this->_is_cache["in_flow"] = !($enable_css_float && $this->get_style()->float !== "none" || $this->is_absolute()); + } + + function is_pre(){ + if ( isset($this->_is_cache["pre"]) ) { + return $this->_is_cache["pre"]; + } + + $white_space = $this->get_style()->white_space; + + return $this->_is_cache["pre"] = in_array($white_space, array("pre", "pre-wrap")); + } + + function is_table(){ + if ( isset($this->_is_cache["table"]) ) { + return $this->_is_cache["table"]; + } + + $display = $this->get_style()->display; + + return $this->_is_cache["table"] = in_array($display, Style::$TABLE_TYPES); + } + + + /** + * Inserts a new child at the beginning of the Frame + * + * @param $child Frame The new Frame to insert + * @param $update_node boolean Whether or not to update the DOM + */ + function prepend_child(Frame $child, $update_node = true) { + if ( $update_node ) { + $this->_node->insertBefore($child->_node, $this->_first_child ? $this->_first_child->_node : null); + } + + // Remove the child from its parent + if ( $child->_parent ) { + $child->_parent->remove_child($child, false); + } + + $child->_parent = $this; + $child->_prev_sibling = null; + + // Handle the first child + if ( !$this->_first_child ) { + $this->_first_child = $child; + $this->_last_child = $child; + $child->_next_sibling = null; + } + else { + $this->_first_child->_prev_sibling = $child; + $child->_next_sibling = $this->_first_child; + $this->_first_child = $child; + } + } + + /** + * Inserts a new child at the end of the Frame + * + * @param $child Frame The new Frame to insert + * @param $update_node boolean Whether or not to update the DOM + */ + function append_child(Frame $child, $update_node = true) { + if ( $update_node ) { + $this->_node->appendChild($child->_node); + } + + // Remove the child from its parent + if ( $child->_parent ) { + $child->_parent->remove_child($child, false); + } + + $child->_parent = $this; + $child->_next_sibling = null; + + // Handle the first child + if ( !$this->_last_child ) { + $this->_first_child = $child; + $this->_last_child = $child; + $child->_prev_sibling = null; + } + else { + $this->_last_child->_next_sibling = $child; + $child->_prev_sibling = $this->_last_child; + $this->_last_child = $child; + } + } + + /** + * Inserts a new child immediately before the specified frame + * + * @param $new_child Frame The new Frame to insert + * @param $ref Frame The Frame after the new Frame + * @param $update_node boolean Whether or not to update the DOM + * + * @throws DOMPDF_Exception + */ + function insert_child_before(Frame $new_child, Frame $ref, $update_node = true) { + if ( $ref === $this->_first_child ) { + $this->prepend_child($new_child, $update_node); + return; + } + + if ( is_null($ref) ) { + $this->append_child($new_child, $update_node); + return; + } + + if ( $ref->_parent !== $this ) { + throw new DOMPDF_Exception("Reference child is not a child of this node."); + } + + // Update the node + if ( $update_node ) { + $this->_node->insertBefore($new_child->_node, $ref->_node); + } + + // Remove the child from its parent + if ( $new_child->_parent ) { + $new_child->_parent->remove_child($new_child, false); + } + + $new_child->_parent = $this; + $new_child->_next_sibling = $ref; + $new_child->_prev_sibling = $ref->_prev_sibling; + + if ( $ref->_prev_sibling ) { + $ref->_prev_sibling->_next_sibling = $new_child; + } + + $ref->_prev_sibling = $new_child; + } + + /** + * Inserts a new child immediately after the specified frame + * + * @param $new_child Frame The new Frame to insert + * @param $ref Frame The Frame before the new Frame + * @param $update_node boolean Whether or not to update the DOM + * + * @throws DOMPDF_Exception + */ + function insert_child_after(Frame $new_child, Frame $ref, $update_node = true) { + if ( $ref === $this->_last_child ) { + $this->append_child($new_child, $update_node); + return; + } + + if ( is_null($ref) ) { + $this->prepend_child($new_child, $update_node); + return; + } + + if ( $ref->_parent !== $this ) { + throw new DOMPDF_Exception("Reference child is not a child of this node."); + } + + // Update the node + if ( $update_node ) { + if ( $ref->_next_sibling ) { + $next_node = $ref->_next_sibling->_node; + $this->_node->insertBefore($new_child->_node, $next_node); + } + else { + $new_child->_node = $this->_node->appendChild($new_child->_node); + } + } + + // Remove the child from its parent + if ( $new_child->_parent ) { + $new_child->_parent->remove_child($new_child, false); + } + + $new_child->_parent = $this; + $new_child->_prev_sibling = $ref; + $new_child->_next_sibling = $ref->_next_sibling; + + if ( $ref->_next_sibling ) { + $ref->_next_sibling->_prev_sibling = $new_child; + } + + $ref->_next_sibling = $new_child; + } + + + /** + * Remove a child frame + * + * @param Frame $child + * @param boolean $update_node Whether or not to remove the DOM node + * + * @throws DOMPDF_Exception + * @return Frame The removed child frame + */ + function remove_child(Frame $child, $update_node = true) { + if ( $child->_parent !== $this ) { + throw new DOMPDF_Exception("Child not found in this frame"); + } + + if ( $update_node ) { + $this->_node->removeChild($child->_node); + } + + if ( $child === $this->_first_child ) { + $this->_first_child = $child->_next_sibling; + } + + if ( $child === $this->_last_child ) { + $this->_last_child = $child->_prev_sibling; + } + + if ( $child->_prev_sibling ) { + $child->_prev_sibling->_next_sibling = $child->_next_sibling; + } + + if ( $child->_next_sibling ) { + $child->_next_sibling->_prev_sibling = $child->_prev_sibling; + } + + $child->_next_sibling = null; + $child->_prev_sibling = null; + $child->_parent = null; + return $child; + } + + //........................................................................ + + // Debugging function: + function __toString() { + // Skip empty text frames +// if ( $this->is_text_node() && +// preg_replace("/\s/", "", $this->_node->data) === "" ) +// return ""; + + + $str = "" . $this->_node->nodeName . ":
      "; + //$str .= spl_object_hash($this->_node) . "
      "; + $str .= "Id: " .$this->get_id() . "
      "; + $str .= "Class: " .get_class($this) . "
      "; + + if ( $this->is_text_node() ) { + $tmp = htmlspecialchars($this->_node->nodeValue); + $str .= "
      '" .  mb_substr($tmp,0,70) .
      +        (mb_strlen($tmp) > 70 ? "..." : "") . "'
      "; + } + elseif ( $css_class = $this->_node->getAttribute("class") ) { + $str .= "CSS class: '$css_class'
      "; + } + + if ( $this->_parent ) { + $str .= "\nParent:" . $this->_parent->_node->nodeName . + " (" . spl_object_hash($this->_parent->_node) . ") " . + "
      "; + } + + if ( $this->_prev_sibling ) { + $str .= "Prev: " . $this->_prev_sibling->_node->nodeName . + " (" . spl_object_hash($this->_prev_sibling->_node) . ") " . + "
      "; + } + + if ( $this->_next_sibling ) { + $str .= "Next: " . $this->_next_sibling->_node->nodeName . + " (" . spl_object_hash($this->_next_sibling->_node) . ") " . + "
      "; + } + + $d = $this->get_decorator(); + while ($d && $d != $d->get_decorator()) { + $str .= "Decorator: " . get_class($d) . "
      "; + $d = $d->get_decorator(); + } + + $str .= "Position: " . pre_r($this->_position, true); + $str .= "\nContaining block: " . pre_r($this->_containing_block, true); + $str .= "\nMargin width: " . pre_r($this->get_margin_width(), true); + $str .= "\nMargin height: " . pre_r($this->get_margin_height(), true); + + $str .= "\nStyle:
      ". $this->_style->__toString() . "
      "; + + if ( $this->_decorator instanceof Block_Frame_Decorator ) { + $str .= "Lines:
      ";
      +      foreach ($this->_decorator->get_line_boxes() as $line) {
      +        foreach ($line->get_frames() as $frame) {
      +          if ($frame instanceof Text_Frame_Decorator) {
      +            $str .= "\ntext: ";
      +            $str .= "'". htmlspecialchars($frame->get_text()) ."'";
      +          }
      +          else {
      +            $str .= "\nBlock: " . $frame->get_node()->nodeName . " (" . spl_object_hash($frame->get_node()) . ")";
      +          }
      +        }
      +
      +        $str .=
      +          "\ny => " . $line->y . "\n" .
      +          "w => " . $line->w . "\n" .
      +          "h => " . $line->h . "\n" .
      +          "left => " . $line->left . "\n" .
      +          "right => " . $line->right . "\n";
      +      }
      +      $str .= "
      "; + } + + $str .= "\n"; + if ( php_sapi_name() === "cli" ) { + $str = strip_tags(str_replace(array("
      ","",""), + array("\n","",""), + $str)); + } + + return $str; + } +} + +//------------------------------------------------------------------------ + +/** + * Linked-list IteratorAggregate + * + * @access private + * @package dompdf + */ +class FrameList implements IteratorAggregate { + protected $_frame; + + function __construct($frame) { $this->_frame = $frame; } + function getIterator() { return new FrameListIterator($this->_frame); } +} + +/** + * Linked-list Iterator + * + * Returns children in order and allows for list to change during iteration, + * provided the changes occur to or after the current element + * + * @access private + * @package dompdf + */ +class FrameListIterator implements Iterator { + + /** + * @var Frame + */ + protected $_parent; + + /** + * @var Frame + */ + protected $_cur; + + /** + * @var int + */ + protected $_num; + + function __construct(Frame $frame) { + $this->_parent = $frame; + $this->_cur = $frame->get_first_child(); + $this->_num = 0; + } + + function rewind() { + $this->_cur = $this->_parent->get_first_child(); + $this->_num = 0; + } + + /** + * @return bool + */ + function valid() { + return isset($this->_cur);// && ($this->_cur->get_prev_sibling() === $this->_prev); + } + + function key() { return $this->_num; } + + /** + * @return Frame + */ + function current() { return $this->_cur; } + + /** + * @return Frame + */ + function next() { + + $ret = $this->_cur; + if ( !$ret ) { + return null; + } + + $this->_cur = $this->_cur->get_next_sibling(); + $this->_num++; + return $ret; + } +} + +//------------------------------------------------------------------------ + +/** + * Pre-order IteratorAggregate + * + * @access private + * @package dompdf + */ +class FrameTreeList implements IteratorAggregate { + /** + * @var Frame + */ + protected $_root; + + function __construct(Frame $root) { $this->_root = $root; } + + /** + * @return FrameTreeIterator + */ + function getIterator() { return new FrameTreeIterator($this->_root); } +} + +/** + * Pre-order Iterator + * + * Returns frames in preorder traversal order (parent then children) + * + * @access private + * @package dompdf + */ +class FrameTreeIterator implements Iterator { + /** + * @var Frame + */ + protected $_root; + protected $_stack = array(); + + /** + * @var int + */ + protected $_num; + + function __construct(Frame $root) { + $this->_stack[] = $this->_root = $root; + $this->_num = 0; + } + + function rewind() { + $this->_stack = array($this->_root); + $this->_num = 0; + } + + /** + * @return bool + */ + function valid() { + return count($this->_stack) > 0; + } + + /** + * @return int + */ + function key() { + return $this->_num; + } + + /** + * @return Frame + */ + function current() { + return end($this->_stack); + } + + /** + * @return Frame + */ + function next() { + $b = end($this->_stack); + + // Pop last element + unset($this->_stack[ key($this->_stack) ]); + $this->_num++; + + // Push all children onto the stack in reverse order + if ( $c = $b->get_last_child() ) { + $this->_stack[] = $c; + while ( $c = $c->get_prev_sibling() ) { + $this->_stack[] = $c; + } + } + + return $b; + } +} + diff --git a/htdocs/dompdf/include/frame_decorator.cls.php b/htdocs/dompdf/include/frame_decorator.cls.php new file mode 100644 index 000000000..987e32ee1 --- /dev/null +++ b/htdocs/dompdf/include/frame_decorator.cls.php @@ -0,0 +1,717 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Base Frame_Decorator class + * + * @access private + * @package dompdf + */ +abstract class Frame_Decorator extends Frame { + const DEFAULT_COUNTER = "-dompdf-default-counter"; + + public $_counters = array(); // array([id] => counter_value) (for generated content) + + /** + * The root node of the DOM tree + * + * @var Frame + */ + protected $_root; + + /** + * The decorated frame + * + * @var Frame + */ + protected $_frame; + + /** + * Positioner object used to position this frame (Strategy pattern) + * + * @var Positioner + */ + protected $_positioner; + + /** + * Reflower object used to calculate frame dimensions (Strategy pattern) + * + * @var Frame_Reflower + */ + protected $_reflower; + + /** + * Reference to the current dompdf instance + * + * @var DOMPDF + */ + protected $_dompdf; + + /** + * First block parent + * + * @var Block_Frame_Decorator + */ + private $_block_parent; + + /** + * First positionned parent (position: relative | absolute | fixed) + * + * @var Frame_Decorator + */ + private $_positionned_parent; + + /** + * Class constructor + * + * @param Frame $frame The decoration target + * @param DOMPDF $dompdf The DOMPDF object + */ + function __construct(Frame $frame, DOMPDF $dompdf) { + $this->_frame = $frame; + $this->_root = null; + $this->_dompdf = $dompdf; + $frame->set_decorator($this); + } + + /** + * "Destructor": foribly free all references held by this object + * + * @param bool $recursive if true, call dispose on all children + */ + function dispose($recursive = false) { + if ( $recursive ) { + while ( $child = $this->get_first_child() ) { + $child->dispose(true); + } + } + + $this->_root = null; + unset($this->_root); + + $this->_frame->dispose(true); + $this->_frame = null; + unset($this->_frame); + + $this->_positioner = null; + unset($this->_positioner); + + $this->_reflower = null; + unset($this->_reflower); + } + + /** + * Return a copy of this frame with $node as its node + * + * @param DOMNode $node + * + * @return Frame + */ + function copy(DOMNode $node) { + $frame = new Frame($node); + $frame->set_style(clone $this->_frame->get_original_style()); + + return Frame_Factory::decorate_frame($frame, $this->_dompdf, $this->_root); + } + + /** + * Create a deep copy: copy this node and all children + * + * @return Frame + */ + function deep_copy() { + $frame = new Frame($this->get_node()->cloneNode()); + $frame->set_style(clone $this->_frame->get_original_style()); + + $deco = Frame_Factory::decorate_frame($frame, $this->_dompdf, $this->_root); + + foreach ($this->get_children() as $child) { + $deco->append_child($child->deep_copy()); + } + + return $deco; + } + + /** + * Delegate calls to decorated frame object + */ + function reset() { + $this->_frame->reset(); + + $this->_counters = array(); + + // Reset all children + foreach ($this->get_children() as $child) { + $child->reset(); + } + } + + // Getters ----------- + function get_id() { + return $this->_frame->get_id(); + } + + /** + * @return Frame + */ + function get_frame() { + return $this->_frame; + } + + /** + * @return DOMElement|DOMText + */ + function get_node() { + return $this->_frame->get_node(); + } + + /** + * @return Style + */ + function get_style() { + return $this->_frame->get_style(); + } + + /** + * @return Style + */ + function get_original_style() { + return $this->_frame->get_original_style(); + } + + /** + * @param integer $i + * + * @return array|float + */ + function get_containing_block($i = null) { + return $this->_frame->get_containing_block($i); + } + + /** + * @param integer $i + * + * @return array|float + */ + function get_position($i = null) { + return $this->_frame->get_position($i); + } + + /** + * @return DOMPDF + */ + function get_dompdf() { + return $this->_dompdf; + } + + /** + * @return float + */ + function get_margin_height() { + return $this->_frame->get_margin_height(); + } + + /** + * @return float + */ + function get_margin_width() { + return $this->_frame->get_margin_width(); + } + + /** + * @return array + */ + function get_padding_box() { + return $this->_frame->get_padding_box(); + } + + /** + * @return array + */ + function get_border_box() { + return $this->_frame->get_border_box(); + } + + /** + * @param integer $id + */ + function set_id($id) { + $this->_frame->set_id($id); + } + + /** + * @param Style $style + */ + function set_style(Style $style) { + $this->_frame->set_style($style); + } + + /** + * @param float $x + * @param float $y + * @param float $w + * @param float $h + */ + function set_containing_block($x = null, $y = null, $w = null, $h = null) { + $this->_frame->set_containing_block($x, $y, $w, $h); + } + + /** + * @param float $x + * @param float $y + */ + function set_position($x = null, $y = null) { + $this->_frame->set_position($x, $y); + } + + /** + * @return string + */ + function __toString() { + return $this->_frame->__toString(); + } + + /** + * @param Frame $child + * @param bool $update_node + */ + function prepend_child(Frame $child, $update_node = true) { + while ( $child instanceof Frame_Decorator ) { + $child = $child->_frame; + } + + $this->_frame->prepend_child($child, $update_node); + } + + /** + * @param Frame $child + * @param bool $update_node + */ + function append_child(Frame $child, $update_node = true) { + while ( $child instanceof Frame_Decorator ) { + $child = $child->_frame; + } + + $this->_frame->append_child($child, $update_node); + } + + /** + * @param Frame $new_child + * @param Frame $ref + * @param bool $update_node + */ + function insert_child_before(Frame $new_child, Frame $ref, $update_node = true) { + while ( $new_child instanceof Frame_Decorator ) { + $new_child = $new_child->_frame; + } + + if ( $ref instanceof Frame_Decorator ) { + $ref = $ref->_frame; + } + + $this->_frame->insert_child_before($new_child, $ref, $update_node); + } + + /** + * @param Frame $new_child + * @param Frame $ref + * @param bool $update_node + */ + function insert_child_after(Frame $new_child, Frame $ref, $update_node = true) { + while ( $new_child instanceof Frame_Decorator ) { + $new_child = $new_child->_frame; + } + + while ( $ref instanceof Frame_Decorator ) { + $ref = $ref->_frame; + } + + $this->_frame->insert_child_after($new_child, $ref, $update_node); + } + + /** + * @param Frame $child + * @param bool $update_node + * + * @return Frame + */ + function remove_child(Frame $child, $update_node = true) { + while ( $child instanceof Frame_Decorator ) { + $child = $child->_frame; + } + + return $this->_frame->remove_child($child, $update_node); + } + + /** + * @return Frame_Decorator + */ + function get_parent() { + $p = $this->_frame->get_parent(); + if ( $p && $deco = $p->get_decorator() ) { + while ( $tmp = $deco->get_decorator() ) { + $deco = $tmp; + } + + return $deco; + } + else if ( $p ) { + return $p; + } + + return null; + } + + /** + * @return Frame_Decorator + */ + function get_first_child() { + $c = $this->_frame->get_first_child(); + if ( $c && $deco = $c->get_decorator() ) { + while ( $tmp = $deco->get_decorator() ) { + $deco = $tmp; + } + + return $deco; + } + else if ( $c ) { + return $c; + } + + return null; + } + + /** + * @return Frame_Decorator + */ + function get_last_child() { + $c = $this->_frame->get_last_child(); + if ( $c && $deco = $c->get_decorator() ) { + while ( $tmp = $deco->get_decorator() ) { + $deco = $tmp; + } + + return $deco; + } + else if ( $c ) { + return $c; + } + + return null; + } + + /** + * @return Frame_Decorator + */ + function get_prev_sibling() { + $s = $this->_frame->get_prev_sibling(); + if ( $s && $deco = $s->get_decorator() ) { + while ( $tmp = $deco->get_decorator() ) { + $deco = $tmp; + } + return $deco; + } + else if ( $s ) { + return $s; + } + + return null; + } + + /** + * @return Frame_Decorator + */ + function get_next_sibling() { + $s = $this->_frame->get_next_sibling(); + if ( $s && $deco = $s->get_decorator() ) { + while ( $tmp = $deco->get_decorator() ) { + $deco = $tmp; + } + + return $deco; + } + else if ( $s ) { + return $s; + } + + return null; + } + + /** + * @return FrameTreeList + */ + function get_subtree() { + return new FrameTreeList($this); + } + + function set_positioner(Positioner $posn) { + $this->_positioner = $posn; + if ( $this->_frame instanceof Frame_Decorator ) { + $this->_frame->set_positioner($posn); + } + } + + function set_reflower(Frame_Reflower $reflower) { + $this->_reflower = $reflower; + if ( $this->_frame instanceof Frame_Decorator ) { + $this->_frame->set_reflower( $reflower ); + } + } + + /** + * @return Frame_Reflower + */ + function get_reflower() { + return $this->_reflower; + } + + /** + * @param Frame $root + */ + function set_root(Frame $root) { + $this->_root = $root; + + if ( $this->_frame instanceof Frame_Decorator ) { + $this->_frame->set_root($root); + } + } + + /** + * @return Page_Frame_Decorator + */ + function get_root() { + return $this->_root; + } + + /** + * @return Block_Frame_Decorator + */ + function find_block_parent() { + // Find our nearest block level parent + $p = $this->get_parent(); + + while ( $p ) { + if ( $p->is_block() ) { + break; + } + + $p = $p->get_parent(); + } + + return $this->_block_parent = $p; + } + + /** + * @return Frame_Decorator + */ + function find_positionned_parent() { + // Find our nearest relative positionned parent + $p = $this->get_parent(); + while ( $p ) { + if ( $p->is_positionned() ) { + break; + } + + $p = $p->get_parent(); + } + + if ( !$p ) { + $p = $this->_root->get_first_child(); // + } + + return $this->_positionned_parent = $p; + } + + /** + * split this frame at $child. + * The current frame is cloned and $child and all children following + * $child are added to the clone. The clone is then passed to the + * current frame's parent->split() method. + * + * @param Frame $child + * @param boolean $force_pagebreak + * + * @throws DOMPDF_Exception + * @return void + */ + function split(Frame $child = null, $force_pagebreak = false) { + // decrement any counters that were incremented on the current node, unless that node is the body + $style = $this->_frame->get_style(); + if ( $this->_frame->get_node()->nodeName !== "body" && $style->counter_increment && ($decrement = $style->counter_increment) !== "none" ) { + $this->decrement_counters($decrement); + } + + if ( is_null( $child ) ) { + // check for counter increment on :before content (always a child of the selected element @link Frame_Reflower::_set_content) + // this can push the current node to the next page before counter rules have bubbled up (but only if + // it's been rendered, thus the position check) + if ( !$this->is_text_node() && $this->get_node()->hasAttribute("dompdf_before_frame_id") ) { + foreach($this->_frame->get_children() as $child) { + if ( $this->get_node()->getAttribute("dompdf_before_frame_id") == $child->get_id() && $child->get_position('x') !== NULL ) { + $style = $child->get_style(); + if ( $style->counter_increment && ($decrement = $style->counter_increment) !== "none" ) { + $this->decrement_counters($decrement); + } + } + } + } + $this->get_parent()->split($this, $force_pagebreak); + return; + } + + if ( $child->get_parent() !== $this ) { + throw new DOMPDF_Exception("Unable to split: frame is not a child of this one."); + } + + $node = $this->_frame->get_node(); + + $split = $this->copy( $node->cloneNode() ); + $split->reset(); + $split->get_original_style()->text_indent = 0; + $split->_splitted = true; + + // The body's properties must be kept + if ( $node->nodeName !== "body" ) { + // Style reset on the first and second parts + $style = $this->_frame->get_style(); + $style->margin_bottom = 0; + $style->padding_bottom = 0; + $style->border_bottom = 0; + + // second + $orig_style = $split->get_original_style(); + $orig_style->text_indent = 0; + $orig_style->margin_top = 0; + $orig_style->padding_top = 0; + $orig_style->border_top = 0; + } + + $this->get_parent()->insert_child_after($split, $this); + + // Add $frame and all following siblings to the new split node + $iter = $child; + while ($iter) { + $frame = $iter; + $iter = $iter->get_next_sibling(); + $frame->reset(); + $split->append_child($frame); + } + + $this->get_parent()->split($split, $force_pagebreak); + + // If this node resets a counter save the current value to use when rendering on the next page + if ( $style->counter_reset && ( $reset = $style->counter_reset ) !== "none" ) { + $vars = preg_split( '/\s+/' , trim( $reset ) , 2 ); + $split->_counters[ '__' . $vars[0] ] = $this->lookup_counter_frame( $vars[0] )->_counters[$vars[0]]; + } + } + + function reset_counter($id = self::DEFAULT_COUNTER, $value = 0) { + $this->get_parent()->_counters[$id] = intval($value); + } + + function decrement_counters($counters) { + foreach($counters as $id => $increment) { + $this->increment_counter($id, intval($increment) * -1); + } + } + + function increment_counters($counters) { + foreach($counters as $id => $increment) { + $this->increment_counter($id, intval($increment)); + } + } + + function increment_counter($id = self::DEFAULT_COUNTER, $increment = 1) { + $counter_frame = $this->lookup_counter_frame($id); + + if ( $counter_frame ) { + if ( !isset($counter_frame->_counters[$id]) ) { + $counter_frame->_counters[$id] = 0; + } + + $counter_frame->_counters[$id] += $increment; + } + } + + function lookup_counter_frame($id = self::DEFAULT_COUNTER) { + $f = $this->get_parent(); + + while( $f ) { + if( isset($f->_counters[$id]) ) { + return $f; + } + $fp = $f->get_parent(); + + if ( !$fp ) { + return $f; + } + + $f = $fp; + } + } + + // TODO: What version is the best : this one or the one in List_Bullet_Renderer ? + function counter_value($id = self::DEFAULT_COUNTER, $type = "decimal") { + $type = mb_strtolower($type); + + if ( !isset($this->_counters[$id]) ) { + $this->_counters[$id] = 0; + } + + $value = $this->_counters[$id]; + + switch ($type) { + default: + case "decimal": + return $value; + + case "decimal-leading-zero": + return str_pad($value, 2, "0"); + + case "lower-roman": + return dec2roman($value); + + case "upper-roman": + return mb_strtoupper(dec2roman($value)); + + case "lower-latin": + case "lower-alpha": + return chr( ($value % 26) + ord('a') - 1); + + case "upper-latin": + case "upper-alpha": + return chr( ($value % 26) + ord('A') - 1); + + case "lower-greek": + return unichr($value + 944); + + case "upper-greek": + return unichr($value + 912); + } + } + + final function position() { + $this->_positioner->position(); + } + + final function move($offset_x, $offset_y, $ignore_self = false) { + $this->_positioner->move($offset_x, $offset_y, $ignore_self); + } + + final function reflow(Block_Frame_Decorator $block = null) { + // Uncomment this to see the frames before they're laid out, instead of + // during rendering. + //echo $this->_frame; flush(); + $this->_reflower->reflow($block); + } + + final function get_min_max_width() { + return $this->_reflower->get_min_max_width(); + } +} diff --git a/htdocs/dompdf/include/frame_factory.cls.php b/htdocs/dompdf/include/frame_factory.cls.php new file mode 100644 index 000000000..70813d2e3 --- /dev/null +++ b/htdocs/dompdf/include/frame_factory.cls.php @@ -0,0 +1,252 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Contains frame decorating logic + * + * This class is responsible for assigning the correct {@link Frame_Decorator}, + * {@link Positioner}, and {@link Frame_Reflower} objects to {@link Frame} + * objects. This is determined primarily by the Frame's display type, but + * also by the Frame's node's type (e.g. DomElement vs. #text) + * + * @access private + * @package dompdf + */ +class Frame_Factory { + + /** + * Decorate the root Frame + * + * @param $root Frame The frame to decorate + * @param $dompdf DOMPDF The dompdf instance + * @return Page_Frame_Decorator + */ + static function decorate_root(Frame $root, DOMPDF $dompdf) { + $frame = new Page_Frame_Decorator($root, $dompdf); + $frame->set_reflower( new Page_Frame_Reflower($frame) ); + $root->set_decorator($frame); + return $frame; + } + + /** + * Decorate a Frame + * + * @param Frame $frame The frame to decorate + * @param DOMPDF $dompdf The dompdf instance + * @param Frame $root The frame to decorate + * + * @throws DOMPDF_Exception + * @return Frame_Decorator + * FIXME: this is admittedly a little smelly... + */ + static function decorate_frame(Frame $frame, DOMPDF $dompdf, Frame $root = null) { + if ( is_null($dompdf) ) { + throw new DOMPDF_Exception("The DOMPDF argument is required"); + } + + $style = $frame->get_style(); + + // Floating (and more generally out-of-flow) elements are blocks + // http://coding.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/ + if ( !$frame->is_in_flow() && in_array($style->display, Style::$INLINE_TYPES)) { + $style->display = "block"; + } + + $display = $style->display; + + switch ($display) { + + case "block": + $positioner = "Block"; + $decorator = "Block"; + $reflower = "Block"; + break; + + case "inline-block": + $positioner = "Inline"; + $decorator = "Block"; + $reflower = "Block"; + break; + + case "inline": + $positioner = "Inline"; + if ( $frame->is_text_node() ) { + $decorator = "Text"; + $reflower = "Text"; + } + else { + $enable_css_float = $dompdf->get_option("enable_css_float"); + if ( $enable_css_float && $style->float !== "none" ) { + $decorator = "Block"; + $reflower = "Block"; + } + else { + $decorator = "Inline"; + $reflower = "Inline"; + } + } + break; + + case "table": + $positioner = "Block"; + $decorator = "Table"; + $reflower = "Table"; + break; + + case "inline-table": + $positioner = "Inline"; + $decorator = "Table"; + $reflower = "Table"; + break; + + case "table-row-group": + case "table-header-group": + case "table-footer-group": + $positioner = "Null"; + $decorator = "Table_Row_Group"; + $reflower = "Table_Row_Group"; + break; + + case "table-row": + $positioner = "Null"; + $decorator = "Table_Row"; + $reflower = "Table_Row"; + break; + + case "table-cell": + $positioner = "Table_Cell"; + $decorator = "Table_Cell"; + $reflower = "Table_Cell"; + break; + + case "list-item": + $positioner = "Block"; + $decorator = "Block"; + $reflower = "Block"; + break; + + case "-dompdf-list-bullet": + if ( $style->list_style_position === "inside" ) { + $positioner = "Inline"; + } + else { + $positioner = "List_Bullet"; + } + + if ( $style->list_style_image !== "none" ) { + $decorator = "List_Bullet_Image"; + } + else { + $decorator = "List_Bullet"; + } + + $reflower = "List_Bullet"; + break; + + case "-dompdf-image": + $positioner = "Inline"; + $decorator = "Image"; + $reflower = "Image"; + break; + + case "-dompdf-br": + $positioner = "Inline"; + $decorator = "Inline"; + $reflower = "Inline"; + break; + + default: + // FIXME: should throw some sort of warning or something? + case "none": + if ( $style->_dompdf_keep !== "yes" ) { + // Remove the node and the frame + $frame->get_parent()->remove_child($frame); + return; + } + + $positioner = "Null"; + $decorator = "Null"; + $reflower = "Null"; + break; + } + + // Handle CSS position + $position = $style->position; + + if ( $position === "absolute" ) { + $positioner = "Absolute"; + } + else if ( $position === "fixed" ) { + $positioner = "Fixed"; + } + + $node = $frame->get_node(); + + // Handle nodeName + if ( $node->nodeName === "img" ) { + $style->display = "-dompdf-image"; + $decorator = "Image"; + $reflower = "Image"; + } + + $positioner .= "_Positioner"; + $decorator .= "_Frame_Decorator"; + $reflower .= "_Frame_Reflower"; + + $deco = new $decorator($frame, $dompdf); + + $deco->set_positioner( new $positioner($deco) ); + $deco->set_reflower( new $reflower($deco) ); + + if ( $root ) { + $deco->set_root($root); + } + + if ( $display === "list-item" ) { + // Insert a list-bullet frame + $xml = $dompdf->get_dom(); + $bullet_node = $xml->createElement("bullet"); // arbitrary choice + $b_f = new Frame($bullet_node); + + $node = $frame->get_node(); + $parent_node = $node->parentNode; + + if ( $parent_node ) { + if ( !$parent_node->hasAttribute("dompdf-children-count") ) { + $xpath = new DOMXPath($xml); + $count = $xpath->query("li", $parent_node)->length; + $parent_node->setAttribute("dompdf-children-count", $count); + } + + if ( is_numeric($node->getAttribute("value")) ) { + $index = intval($node->getAttribute("value")); + } + else { + if ( !$parent_node->hasAttribute("dompdf-counter") ) { + $index = ($parent_node->hasAttribute("start") ? $parent_node->getAttribute("start") : 1); + } + else { + $index = $parent_node->getAttribute("dompdf-counter")+1; + } + } + + $parent_node->setAttribute("dompdf-counter", $index); + $bullet_node->setAttribute("dompdf-counter", $index); + } + + $new_style = $dompdf->get_css()->create_style(); + $new_style->display = "-dompdf-list-bullet"; + $new_style->inherit($style); + $b_f->set_style($new_style); + + $deco->prepend_child( Frame_Factory::decorate_frame($b_f, $dompdf, $root) ); + } + + return $deco; + } +} diff --git a/htdocs/dompdf/include/frame_reflower.cls.php b/htdocs/dompdf/include/frame_reflower.cls.php new file mode 100644 index 000000000..576039e1f --- /dev/null +++ b/htdocs/dompdf/include/frame_reflower.cls.php @@ -0,0 +1,458 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Base reflower class + * + * Reflower objects are responsible for determining the width and height of + * individual frames. They also create line and page breaks as necessary. + * + * @access private + * @package dompdf + */ +abstract class Frame_Reflower { + + /** + * Frame for this reflower + * + * @var Frame + */ + protected $_frame; + + /** + * Cached min/max size + * + * @var array + */ + protected $_min_max_cache; + + function __construct(Frame $frame) { + $this->_frame = $frame; + $this->_min_max_cache = null; + } + + function dispose() { + clear_object($this); + } + + /** + * @return DOMPDF + */ + function get_dompdf() { + return $this->_frame->get_dompdf(); + } + + /** + * Collapse frames margins + * http://www.w3.org/TR/CSS2/box.html#collapsing-margins + */ + protected function _collapse_margins() { + $frame = $this->_frame; + $cb = $frame->get_containing_block(); + $style = $frame->get_style(); + + if ( !$frame->is_in_flow() ) { + return; + } + + $t = $style->length_in_pt($style->margin_top, $cb["h"]); + $b = $style->length_in_pt($style->margin_bottom, $cb["h"]); + + // Handle 'auto' values + if ( $t === "auto" ) { + $style->margin_top = "0pt"; + $t = 0; + } + + if ( $b === "auto" ) { + $style->margin_bottom = "0pt"; + $b = 0; + } + + // Collapse vertical margins: + $n = $frame->get_next_sibling(); + if ( $n && !$n->is_block() ) { + while ( $n = $n->get_next_sibling() ) { + if ( $n->is_block() ) { + break; + } + + if ( !$n->get_first_child() ) { + $n = null; + break; + } + } + } + + if ( $n ) { + $n_style = $n->get_style(); + $b = max($b, $n_style->length_in_pt($n_style->margin_top, $cb["h"])); + $n_style->margin_top = "0pt"; + $style->margin_bottom = $b."pt"; + } + + // Collapse our first child's margin + /*$f = $this->_frame->get_first_child(); + if ( $f && !$f->is_block() ) { + while ( $f = $f->get_next_sibling() ) { + if ( $f->is_block() ) { + break; + } + + if ( !$f->get_first_child() ) { + $f = null; + break; + } + } + } + + // Margin are collapsed only between block elements + if ( $f ) { + $f_style = $f->get_style(); + $t = max($t, $f_style->length_in_pt($f_style->margin_top, $cb["h"])); + $style->margin_top = $t."pt"; + $f_style->margin_bottom = "0pt"; + }*/ + } + + //........................................................................ + + abstract function reflow(Block_Frame_Decorator $block = null); + + //........................................................................ + + // Required for table layout: Returns an array(0 => min, 1 => max, "min" + // => min, "max" => max) of the minimum and maximum widths of this frame. + // This provides a basic implementation. Child classes should override + // this if necessary. + function get_min_max_width() { + if ( !is_null($this->_min_max_cache) ) { + return $this->_min_max_cache; + } + + $style = $this->_frame->get_style(); + + // Account for margins & padding + $dims = array($style->padding_left, + $style->padding_right, + $style->border_left_width, + $style->border_right_width, + $style->margin_left, + $style->margin_right); + + $cb_w = $this->_frame->get_containing_block("w"); + $delta = $style->length_in_pt($dims, $cb_w); + + // Handle degenerate case + if ( !$this->_frame->get_first_child() ) { + return $this->_min_max_cache = array( + $delta, $delta, + "min" => $delta, + "max" => $delta, + ); + } + + $low = array(); + $high = array(); + + for ( $iter = $this->_frame->get_children()->getIterator(); + $iter->valid(); + $iter->next() ) { + + $inline_min = 0; + $inline_max = 0; + + // Add all adjacent inline widths together to calculate max width + while ( $iter->valid() && in_array( $iter->current()->get_style()->display, Style::$INLINE_TYPES ) ) { + + $child = $iter->current(); + + $minmax = $child->get_min_max_width(); + + if ( in_array( $iter->current()->get_style()->white_space, array("pre", "nowrap") ) ) { + $inline_min += $minmax["min"]; + } + else { + $low[] = $minmax["min"]; + } + + $inline_max += $minmax["max"]; + $iter->next(); + + } + + if ( $inline_max > 0 ) $high[] = $inline_max; + if ( $inline_min > 0 ) $low[] = $inline_min; + + if ( $iter->valid() ) { + list($low[], $high[]) = $iter->current()->get_min_max_width(); + continue; + } + + } + $min = count($low) ? max($low) : 0; + $max = count($high) ? max($high) : 0; + + // Use specified width if it is greater than the minimum defined by the + // content. If the width is a percentage ignore it for now. + $width = $style->width; + if ( $width !== "auto" && !is_percent($width) ) { + $width = $style->length_in_pt($width, $cb_w); + if ( $min < $width ) $min = $width; + if ( $max < $width ) $max = $width; + } + + $min += $delta; + $max += $delta; + return $this->_min_max_cache = array($min, $max, "min"=>$min, "max"=>$max); + } + + /** + * Parses a CSS string containing quotes and escaped hex characters + * + * @param $string string The CSS string to parse + * @param $single_trim + * @return string + */ + protected function _parse_string($string, $single_trim = false) { + if ( $single_trim ) { + $string = preg_replace('/^[\"\']/', "", $string); + $string = preg_replace('/[\"\']$/', "", $string); + } + else { + $string = trim($string, "'\""); + } + + $string = str_replace(array("\\\n",'\\"',"\\'"), + array("",'"',"'"), $string); + + // Convert escaped hex characters into ascii characters (e.g. \A => newline) + $string = preg_replace_callback("/\\\\([0-9a-fA-F]{0,6})/", + create_function('$matches', + 'return unichr(hexdec($matches[1]));'), + $string); + return $string; + } + + /** + * Parses a CSS "quotes" property + * + * @return array|null An array of pairs of quotes + */ + protected function _parse_quotes() { + + // Matches quote types + $re = '/(\'[^\']*\')|(\"[^\"]*\")/'; + + $quotes = $this->_frame->get_style()->quotes; + + // split on spaces, except within quotes + if ( !preg_match_all($re, "$quotes", $matches, PREG_SET_ORDER) ) { + return null; + } + + $quotes_array = array(); + foreach($matches as &$_quote){ + $quotes_array[] = $this->_parse_string($_quote[0], true); + } + + if ( empty($quotes_array) ) { + $quotes_array = array('"', '"'); + } + + return array_chunk($quotes_array, 2); + } + + /** + * Parses the CSS "content" property + * + * @return string|null The resulting string + */ + protected function _parse_content() { + + // Matches generated content + $re = "/\n". + "\s(counters?\\([^)]*\\))|\n". + "\A(counters?\\([^)]*\\))|\n". + "\s([\"']) ( (?:[^\"']|\\\\[\"'])+ )(?_frame->get_style()->content; + + $quotes = $this->_parse_quotes(); + + // split on spaces, except within quotes + if ( !preg_match_all($re, $content, $matches, PREG_SET_ORDER) ) { + return null; + } + + $text = ""; + + foreach ($matches as $match) { + + if ( isset($match[2]) && $match[2] !== "" ) { + $match[1] = $match[2]; + } + + if ( isset($match[6]) && $match[6] !== "" ) { + $match[4] = $match[6]; + } + + if ( isset($match[8]) && $match[8] !== "" ) { + $match[7] = $match[8]; + } + + if ( isset($match[1]) && $match[1] !== "" ) { + + // counters?(...) + $match[1] = mb_strtolower(trim($match[1])); + + // Handle counter() references: + // http://www.w3.org/TR/CSS21/generate.html#content + + $i = mb_strpos($match[1], ")"); + if ( $i === false ) { + continue; + } + + preg_match( '/(counters?)(^\()*?\(\s*([^\s,]+)\s*(,\s*["\']?([^"\'\)]+)["\']?\s*(,\s*([^\s)]+)\s*)?)?\)/i' , $match[1] , $args ); + $counter_id = $args[3]; + if ( strtolower( $args[1] ) == 'counter' ) { + // counter(name [,style]) + if ( isset( $args[5] ) ) { + $type = trim( $args[5] ); + } + else { + $type = null; + } + $p = $this->_frame->lookup_counter_frame( $counter_id ); + + $text .= $p->counter_value($counter_id, $type); + + } + else if ( strtolower( $args[1] ) == 'counters' ) { + // counters(name, string [,style]) + if ( isset($args[5]) ) { + $string = $this->_parse_string( $args[5] ); + } + else { + $string = ""; + } + + if ( isset( $args[7] ) ) { + $type = trim( $args[7] ); + } + else { + $type = null; + } + + $p = $this->_frame->lookup_counter_frame($counter_id); + $tmp = array(); + while ($p) { + // We only want to use the counter values when they actually increment the counter + if ( array_key_exists( $counter_id , $p->_counters ) ) { + array_unshift( $tmp , $p->counter_value($counter_id, $type) ); + } + $p = $p->lookup_counter_frame($counter_id); + + } + $text .= implode( $string , $tmp ); + + } + else { + // countertops? + continue; + } + + } + else if ( isset($match[4]) && $match[4] !== "" ) { + // String match + $text .= $this->_parse_string($match[4]); + } + else if ( isset($match[7]) && $match[7] !== "" ) { + // Directive match + + if ( $match[7] === "open-quote" ) { + // FIXME: do something here + $text .= $quotes[0][0]; + } + else if ( $match[7] === "close-quote" ) { + // FIXME: do something else here + $text .= $quotes[0][1]; + } + else if ( $match[7] === "no-open-quote" ) { + // FIXME: + } + else if ( $match[7] === "no-close-quote" ) { + // FIXME: + } + else if ( mb_strpos($match[7],"attr(") === 0 ) { + + $i = mb_strpos($match[7],")"); + if ( $i === false ) { + continue; + } + + $attr = mb_substr($match[7], 5, $i - 5); + if ( $attr == "" ) { + continue; + } + + $text .= $this->_frame->get_parent()->get_node()->getAttribute($attr); + } + else { + continue; + } + } + } + + return $text; + } + + /** + * Sets the generated content of a generated frame + */ + protected function _set_content(){ + $frame = $this->_frame; + $style = $frame->get_style(); + + // if the element was pushed to a new page use the saved counter value, otherwise use the CSS reset value + if ( $style->counter_reset && ($reset = $style->counter_reset) !== "none" ) { + $vars = preg_split('/\s+/', trim($reset), 2); + $frame->reset_counter( $vars[0] , ( isset($frame->_counters['__'.$vars[0]]) ? $frame->_counters['__'.$vars[0]] : ( isset($vars[1]) ? $vars[1] : 0 ) ) ); + } + + if ( $style->counter_increment && ($increment = $style->counter_increment) !== "none" ) { + $frame->increment_counters($increment); + } + + if ( $style->content && !$frame->get_first_child() && $frame->get_node()->nodeName === "dompdf_generated" ) { + $content = $this->_parse_content(); + // add generated content to the font subset + // FIXME: This is currently too late because the font subset has already been generated. + // See notes in issue #750. + if ( $frame->get_dompdf()->get_option("enable_font_subsetting") && $frame->get_dompdf()->get_canvas() instanceof CPDF_Adapter ) { + $frame->get_dompdf()->get_canvas()->register_string_subset($style->font_family, $content); + } + + $node = $frame->get_node()->ownerDocument->createTextNode($content); + + $new_style = $style->get_stylesheet()->create_style(); + $new_style->inherit($style); + + $new_frame = new Frame($node); + $new_frame->set_style($new_style); + + Frame_Factory::decorate_frame($new_frame, $frame->get_dompdf(), $frame->get_root()); + $frame->append_child($new_frame); + } + } +} diff --git a/htdocs/dompdf/include/frame_tree.cls.php b/htdocs/dompdf/include/frame_tree.cls.php new file mode 100644 index 000000000..257ca097e --- /dev/null +++ b/htdocs/dompdf/include/frame_tree.cls.php @@ -0,0 +1,241 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Represents an entire document as a tree of frames + * + * The Frame_Tree consists of {@link Frame} objects each tied to specific + * DOMNode objects in a specific DomDocument. The Frame_Tree has the same + * structure as the DomDocument, but adds additional capabalities for + * styling and layout. + * + * @package dompdf + * @access protected + */ +class Frame_Tree { + + /** + * Tags to ignore while parsing the tree + * + * @var array + */ + static protected $_HIDDEN_TAGS = array("area", "base", "basefont", "head", "style", + "meta", "title", "colgroup", + "noembed", "noscript", "param", "#comment"); + /** + * The main DomDocument + * + * @see http://ca2.php.net/manual/en/ref.dom.php + * @var DomDocument + */ + protected $_dom; + + /** + * The root node of the FrameTree. + * + * @var Frame + */ + protected $_root; + + /** + * Subtrees of absolutely positioned elements + * + * @var array of Frames + */ + protected $_absolute_frames; + + /** + * A mapping of {@link Frame} objects to DOMNode objects + * + * @var array + */ + protected $_registry; + + + /** + * Class constructor + * + * @param DomDocument $dom the main DomDocument object representing the current html document + */ + function __construct(DomDocument $dom) { + $this->_dom = $dom; + $this->_root = null; + $this->_registry = array(); + } + + function __destruct() { + clear_object($this); + } + + /** + * Returns the DomDocument object representing the curent html document + * + * @return DOMDocument + */ + function get_dom() { + return $this->_dom; + } + + /** + * Returns the root frame of the tree + * + * @return Page_Frame_Decorator + */ + function get_root() { + return $this->_root; + } + + /** + * Returns a specific frame given its id + * + * @param string $id + * @return Frame + */ + function get_frame($id) { + return isset($this->_registry[$id]) ? $this->_registry[$id] : null; + } + + /** + * Returns a post-order iterator for all frames in the tree + * + * @return FrameTreeList|Frame[] + */ + function get_frames() { + return new FrameTreeList($this->_root); + } + + /** + * Builds the tree + */ + function build_tree() { + $html = $this->_dom->getElementsByTagName("html")->item(0); + if ( is_null($html) ) { + $html = $this->_dom->firstChild; + } + + if ( is_null($html) ) { + throw new DOMPDF_Exception("Requested HTML document contains no data."); + } + + $this->fix_tables(); + + $this->_root = $this->_build_tree_r($html); + } + + /** + * Adds missing TBODYs around TR + */ + protected function fix_tables(){ + $xp = new DOMXPath($this->_dom); + + // Move table caption before the table + // FIXME find a better way to deal with it... + $captions = $xp->query("//table/caption"); + foreach($captions as $caption) { + $table = $caption->parentNode; + $table->parentNode->insertBefore($caption, $table); + } + + $rows = $xp->query("//table/tr"); + foreach($rows as $row) { + $tbody = $this->_dom->createElement("tbody"); + $tbody = $row->parentNode->insertBefore($tbody, $row); + $tbody->appendChild($row); + } + } + + /** + * Recursively adds {@link Frame} objects to the tree + * + * Recursively build a tree of Frame objects based on a dom tree. + * No layout information is calculated at this time, although the + * tree may be adjusted (i.e. nodes and frames for generated content + * and images may be created). + * + * @param DOMNode $node the current DOMNode being considered + * @return Frame + */ + protected function _build_tree_r(DOMNode $node) { + + $frame = new Frame($node); + $id = $frame->get_id(); + $this->_registry[ $id ] = $frame; + + if ( !$node->hasChildNodes() ) { + return $frame; + } + + // Fixes 'cannot access undefined property for object with + // overloaded access', fix by Stefan radulian + // + //foreach ($node->childNodes as $child) { + + // Store the children in an array so that the tree can be modified + $children = array(); + for ($i = 0; $i < $node->childNodes->length; $i++) { + $children[] = $node->childNodes->item($i); + } + + foreach ($children as $child) { + $node_name = mb_strtolower($child->nodeName); + + // Skip non-displaying nodes + if ( in_array($node_name, self::$_HIDDEN_TAGS) ) { + if ( $node_name !== "head" && $node_name !== "style" ) { + $child->parentNode->removeChild($child); + } + + continue; + } + + // Skip empty text nodes + if ( $node_name === "#text" && $child->nodeValue == "" ) { + $child->parentNode->removeChild($child); + continue; + } + + // Skip empty image nodes + if ( $node_name === "img" && $child->getAttribute("src") == "" ) { + $child->parentNode->removeChild($child); + continue; + } + + $frame->append_child($this->_build_tree_r($child), false); + } + + return $frame; + } + + public function insert_node(DOMNode $node, DOMNode $new_node, $pos) { + if ( $pos === "after" || !$node->firstChild ) { + $node->appendChild($new_node); + } + else { + $node->insertBefore($new_node, $node->firstChild); + } + + $this->_build_tree_r($new_node); + + $frame_id = $new_node->getAttribute("frame_id"); + $frame = $this->get_frame($frame_id); + + $parent_id = $node->getAttribute("frame_id"); + $parent = $this->get_frame($parent_id); + + if ( $parent ) { + if ( $pos === "before" ) { + $parent->prepend_child($frame, false); + } + else { + $parent->append_child($frame, false); + } + } + + return $frame_id; + } +} diff --git a/htdocs/dompdf/include/functions.inc.php b/htdocs/dompdf/include/functions.inc.php new file mode 100644 index 000000000..8e0ab02c7 --- /dev/null +++ b/htdocs/dompdf/include/functions.inc.php @@ -0,0 +1,1054 @@ + + * @author Helmut Tischer + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +if ( !defined('PHP_VERSION_ID') ) { + $version = explode('.', PHP_VERSION); + define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 + $version[2])); +} + +/** + * Defined a constant if not already defined + * + * @param string $name The constant name + * @param mixed $value The value + */ +function def($name, $value = true) { + if ( !defined($name) ) { + define($name, $value); + } +} + +if ( !function_exists("pre_r") ) { +/** + * print_r wrapper for html/cli output + * + * Wraps print_r() output in < pre > tags if the current sapi is not 'cli'. + * Returns the output string instead of displaying it if $return is true. + * + * @param mixed $mixed variable or expression to display + * @param bool $return + * + * @return string + */ +function pre_r($mixed, $return = false) { + if ( $return ) { + return "
      " . print_r($mixed, true) . "
      "; + } + + if ( php_sapi_name() !== "cli" ) { + echo "
      ";
      +  }
      +  
      +  print_r($mixed);
      +
      +  if ( php_sapi_name() !== "cli" ) {
      +    echo "
      "; + } + else { + echo "\n"; + } + + flush(); + +} +} + +if ( !function_exists("pre_var_dump") ) { +/** + * var_dump wrapper for html/cli output + * + * Wraps var_dump() output in < pre > tags if the current sapi is not 'cli'. + * + * @param mixed $mixed variable or expression to display. + */ +function pre_var_dump($mixed) { + if ( php_sapi_name() !== "cli" ) { + echo "
      ";
      +  }
      +    
      +  var_dump($mixed);
      +  
      +  if ( php_sapi_name() !== "cli" ) {
      +    echo "
      "; + } +} +} + +if ( !function_exists("d") ) { +/** + * generic debug function + * + * Takes everything and does its best to give a good debug output + * + * @param mixed $mixed variable or expression to display. + */ +function d($mixed) { + if ( php_sapi_name() !== "cli" ) { + echo "
      ";
      +  }
      +    
      +  // line
      +  if ( $mixed instanceof Line_Box ) {
      +    echo $mixed;
      +  }
      +  
      +  // other
      +  else {
      +    var_export($mixed);
      +  }
      +  
      +  if ( php_sapi_name() !== "cli" ) {
      +    echo "
      "; + } +} +} + +/** + * builds a full url given a protocol, hostname, base path and url + * + * @param string $protocol + * @param string $host + * @param string $base_path + * @param string $url + * @return string + * + * Initially the trailing slash of $base_path was optional, and conditionally appended. + * However on dynamically created sites, where the page is given as url parameter, + * the base path might not end with an url. + * Therefore do not append a slash, and **require** the $base_url to ending in a slash + * when needed. + * Vice versa, on using the local file system path of a file, make sure that the slash + * is appended (o.k. also for Windows) + */ +function build_url($protocol, $host, $base_path, $url) { + if ( strlen($url) == 0 ) { + //return $protocol . $host . rtrim($base_path, "/\\") . "/"; + return $protocol . $host . $base_path; + } + + // Is the url already fully qualified or a Data URI? + if ( mb_strpos($url, "://") !== false || mb_strpos($url, "data:") === 0 ) { + return $url; + } + + $ret = $protocol; + + if ( !in_array(mb_strtolower($protocol), array("http://", "https://", "ftp://", "ftps://")) ) { + //On Windows local file, an abs path can begin also with a '\' or a drive letter and colon + //drive: followed by a relative path would be a drive specific default folder. + //not known in php app code, treat as abs path + //($url[1] !== ':' || ($url[2]!=='\\' && $url[2]!=='/')) + if ( $url[0] !== '/' && (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN' || ($url[0] !== '\\' && $url[1] !== ':')) ) { + // For rel path and local acess we ignore the host, and run the path through realpath() + $ret .= realpath($base_path).'/'; + } + $ret .= $url; + $ret = preg_replace('/\?(.*)$/', "", $ret); + return $ret; + } + + //remote urls with backslash in html/css are not really correct, but lets be genereous + if ( $url[0] === '/' || $url[0] === '\\' ) { + // Absolute path + $ret .= $host . $url; + } + else { + // Relative path + //$base_path = $base_path !== "" ? rtrim($base_path, "/\\") . "/" : ""; + $ret .= $host . $base_path . $url; + } + + return $ret; + +} + +/** + * parse a full url or pathname and return an array(protocol, host, path, + * file + query + fragment) + * + * @param string $url + * @return array + */ +function explode_url($url) { + $protocol = ""; + $host = ""; + $path = ""; + $file = ""; + + $arr = parse_url($url); + + // Exclude windows drive letters... + if ( isset($arr["scheme"]) && $arr["scheme"] !== "file" && strlen($arr["scheme"]) > 1 ) { + $protocol = $arr["scheme"] . "://"; + + if ( isset($arr["user"]) ) { + $host .= $arr["user"]; + + if ( isset($arr["pass"]) ) { + $host .= ":" . $arr["pass"]; + } + + $host .= "@"; + } + + if ( isset($arr["host"]) ) { + $host .= $arr["host"]; + } + + if ( isset($arr["port"]) ) { + $host .= ":" . $arr["port"]; + } + + if ( isset($arr["path"]) && $arr["path"] !== "" ) { + // Do we have a trailing slash? + if ( $arr["path"][ mb_strlen($arr["path"]) - 1 ] === "/" ) { + $path = $arr["path"]; + $file = ""; + } + else { + $path = rtrim(dirname($arr["path"]), '/\\') . "/"; + $file = basename($arr["path"]); + } + } + + if ( isset($arr["query"]) ) { + $file .= "?" . $arr["query"]; + } + + if ( isset($arr["fragment"]) ) { + $file .= "#" . $arr["fragment"]; + } + + } + else { + + $i = mb_strpos($url, "file://"); + if ( $i !== false ) { + $url = mb_substr($url, $i + 7); + } + + $protocol = ""; // "file://"; ? why doesn't this work... It's because of + // network filenames like //COMPU/SHARENAME + + $host = ""; // localhost, really + $file = basename($url); + + $path = dirname($url); + + // Check that the path exists + if ( $path !== false ) { + $path .= '/'; + + } + else { + // generate a url to access the file if no real path found. + $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https://' : 'http://'; + + $host = isset($_SERVER["HTTP_HOST"]) ? $_SERVER["HTTP_HOST"] : php_uname("n"); + + if ( substr($arr["path"], 0, 1) === '/' ) { + $path = dirname($arr["path"]); + } + else { + $path = '/' . rtrim(dirname($_SERVER["SCRIPT_NAME"]), '/') . '/' . $arr["path"]; + } + } + } + + $ret = array($protocol, $host, $path, $file, + "protocol" => $protocol, + "host" => $host, + "path" => $path, + "file" => $file); + return $ret; +} + +/** + * Converts decimal numbers to roman numerals + * + * @param int $num + * + * @throws DOMPDF_Exception + * @return string + */ +function dec2roman($num) { + + static $ones = array("", "i", "ii", "iii", "iv", "v", "vi", "vii", "viii", "ix"); + static $tens = array("", "x", "xx", "xxx", "xl", "l", "lx", "lxx", "lxxx", "xc"); + static $hund = array("", "c", "cc", "ccc", "cd", "d", "dc", "dcc", "dccc", "cm"); + static $thou = array("", "m", "mm", "mmm"); + + if ( !is_numeric($num) ) { + throw new DOMPDF_Exception("dec2roman() requires a numeric argument."); + } + + if ( $num > 4000 || $num < 0 ) { + return "(out of range)"; + } + + $num = strrev((string)$num); + + $ret = ""; + switch (mb_strlen($num)) { + case 4: $ret .= $thou[$num[3]]; + case 3: $ret .= $hund[$num[2]]; + case 2: $ret .= $tens[$num[1]]; + case 1: $ret .= $ones[$num[0]]; + default: break; + } + + return $ret; +} + +/** + * Determines whether $value is a percentage or not + * + * @param float $value + * + * @return bool + */ +function is_percent($value) { + return false !== mb_strpos($value, "%"); +} + +/** + * Parses a data URI scheme + * http://en.wikipedia.org/wiki/Data_URI_scheme + * + * @param string $data_uri The data URI to parse + * + * @return array The result with charset, mime type and decoded data + */ +function parse_data_uri($data_uri) { + if (!preg_match('/^data:(?P[a-z0-9\/+-.]+)(;charset=(?P[a-z0-9-])+)?(?P;base64)?\,(?P.*)?/i', $data_uri, $match)) { + return false; + } + + $match['data'] = rawurldecode($match['data']); + $result = array( + 'charset' => $match['charset'] ? $match['charset'] : 'US-ASCII', + 'mime' => $match['mime'] ? $match['mime'] : 'text/plain', + 'data' => $match['base64'] ? base64_decode($match['data']) : $match['data'], + ); + + return $result; +} + +/** + * mb_string compatibility + */ +if (!extension_loaded('mbstring')) { + def('MB_OVERLOAD_MAIL', 1); + def('MB_OVERLOAD_STRING', 2); + def('MB_OVERLOAD_REGEX', 4); + def('MB_CASE_UPPER', 0); + def('MB_CASE_LOWER', 1); + def('MB_CASE_TITLE', 2); + + if (!function_exists('mb_convert_encoding')) { + function mb_convert_encoding($data, $to_encoding, $from_encoding = 'UTF-8') { + if (str_replace('-', '', strtolower($to_encoding)) === 'utf8') { + return utf8_encode($data); + } + + return utf8_decode($data); + } + } + + if (!function_exists('mb_detect_encoding')) { + function mb_detect_encoding($data, $encoding_list = array('iso-8859-1'), $strict = false) { + return 'iso-8859-1'; + } + } + + if (!function_exists('mb_detect_order')) { + function mb_detect_order($encoding_list = array('iso-8859-1')) { + return 'iso-8859-1'; + } + } + + if (!function_exists('mb_internal_encoding')) { + function mb_internal_encoding($encoding = null) { + if (isset($encoding)) { + return true; + } + + return 'iso-8859-1'; + } + } + + if (!function_exists('mb_strlen')) { + function mb_strlen($str, $encoding = 'iso-8859-1') { + switch (str_replace('-', '', strtolower($encoding))) { + case "utf8": return strlen(utf8_encode($str)); + case "8bit": return strlen($str); + default: return strlen(utf8_decode($str)); + } + } + } + + if (!function_exists('mb_strpos')) { + function mb_strpos($haystack, $needle, $offset = 0) { + return strpos($haystack, $needle, $offset); + } + } + + if (!function_exists('mb_strrpos')) { + function mb_strrpos($haystack, $needle, $offset = 0) { + return strrpos($haystack, $needle, $offset); + } + } + + if (!function_exists('mb_strtolower')) { + function mb_strtolower( $str ) { + return strtolower($str); + } + } + + if (!function_exists('mb_strtoupper')) { + function mb_strtoupper( $str ) { + return strtoupper($str); + } + } + + if (!function_exists('mb_substr')) { + function mb_substr($string, $start, $length = null, $encoding = 'iso-8859-1') { + if ( is_null($length) ) { + return substr($string, $start); + } + + return substr($string, $start, $length); + } + } + + if (!function_exists('mb_substr_count')) { + function mb_substr_count($haystack, $needle, $encoding = 'iso-8859-1') { + return substr_count($haystack, $needle); + } + } + + if (!function_exists('mb_encode_numericentity')) { + function mb_encode_numericentity($str, $convmap, $encoding) { + return htmlspecialchars($str); + } + } + + if (!function_exists('mb_convert_case')) { + function mb_convert_case($str, $mode = MB_CASE_UPPER, $encoding = array()) { + switch($mode) { + case MB_CASE_UPPER: return mb_strtoupper($str); + case MB_CASE_LOWER: return mb_strtolower($str); + case MB_CASE_TITLE: return ucwords(mb_strtolower($str)); + default: return $str; + } + } + } + + if (!function_exists('mb_list_encodings')) { + function mb_list_encodings() { + return array( + "ISO-8859-1", + "UTF-8", + "8bit", + ); + } + } +} + +/** + * Decoder for RLE8 compression in windows bitmaps + * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_6x0u.asp + * + * @param string $str Data to decode + * @param integer $width Image width + * + * @return string + */ +function rle8_decode ($str, $width){ + $lineWidth = $width + (3 - ($width-1) % 4); + $out = ''; + $cnt = strlen($str); + + for ($i = 0; $i <$cnt; $i++) { + $o = ord($str[$i]); + switch ($o){ + case 0: # ESCAPE + $i++; + switch (ord($str[$i])){ + case 0: # NEW LINE + $padCnt = $lineWidth - strlen($out)%$lineWidth; + if ($padCnt<$lineWidth) $out .= str_repeat(chr(0), $padCnt); # pad line + break; + case 1: # END OF FILE + $padCnt = $lineWidth - strlen($out)%$lineWidth; + if ($padCnt<$lineWidth) $out .= str_repeat(chr(0), $padCnt); # pad line + break 3; + case 2: # DELTA + $i += 2; + break; + default: # ABSOLUTE MODE + $num = ord($str[$i]); + for ($j = 0; $j < $num; $j++) + $out .= $str[++$i]; + if ($num % 2) $i++; + } + break; + default: + $out .= str_repeat($str[++$i], $o); + } + } + return $out; +} + +/** + * Decoder for RLE4 compression in windows bitmaps + * see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps_6x0u.asp + * + * @param string $str Data to decode + * @param integer $width Image width + * + * @return string + */ +function rle4_decode ($str, $width) { + $w = floor($width/2) + ($width % 2); + $lineWidth = $w + (3 - ( ($width-1) / 2) % 4); + $pixels = array(); + $cnt = strlen($str); + $c = 0; + + for ($i = 0; $i < $cnt; $i++) { + $o = ord($str[$i]); + switch ($o) { + case 0: # ESCAPE + $i++; + switch (ord($str[$i])){ + case 0: # NEW LINE + while (count($pixels)%$lineWidth != 0) { + $pixels[] = 0; + } + break; + case 1: # END OF FILE + while (count($pixels)%$lineWidth != 0) { + $pixels[] = 0; + } + break 3; + case 2: # DELTA + $i += 2; + break; + default: # ABSOLUTE MODE + $num = ord($str[$i]); + for ($j = 0; $j < $num; $j++) { + if ($j%2 == 0) { + $c = ord($str[++$i]); + $pixels[] = ($c & 240)>>4; + } + else { + $pixels[] = $c & 15; + } + } + + if ($num % 2 == 0) { + $i++; + } + } + break; + default: + $c = ord($str[++$i]); + for ($j = 0; $j < $o; $j++) { + $pixels[] = ($j%2==0 ? ($c & 240)>>4 : $c & 15); + } + } + } + + $out = ''; + if (count($pixels)%2) { + $pixels[] = 0; + } + + $cnt = count($pixels)/2; + + for ($i = 0; $i < $cnt; $i++) { + $out .= chr(16*$pixels[2*$i] + $pixels[2*$i+1]); + } + + return $out; +} + +if ( !function_exists("imagecreatefrombmp") ) { + +/** + * Credit goes to mgutt + * http://www.programmierer-forum.de/function-imagecreatefrombmp-welche-variante-laeuft-t143137.htm + * Modified by Fabien Menager to support RGB555 BMP format + */ +function imagecreatefrombmp($filename) { + if (!function_exists("imagecreatetruecolor")) { + trigger_error("The PHP GD extension is required, but is not installed.", E_ERROR); + return false; + } + + // version 1.00 + if (!($fh = fopen($filename, 'rb'))) { + trigger_error('imagecreatefrombmp: Can not open ' . $filename, E_USER_WARNING); + return false; + } + + $bytes_read = 0; + + // read file header + $meta = unpack('vtype/Vfilesize/Vreserved/Voffset', fread($fh, 14)); + + // check for bitmap + if ($meta['type'] != 19778) { + trigger_error('imagecreatefrombmp: ' . $filename . ' is not a bitmap!', E_USER_WARNING); + return false; + } + + // read image header + $meta += unpack('Vheadersize/Vwidth/Vheight/vplanes/vbits/Vcompression/Vimagesize/Vxres/Vyres/Vcolors/Vimportant', fread($fh, 40)); + $bytes_read += 40; + + // read additional bitfield header + if ($meta['compression'] == 3) { + $meta += unpack('VrMask/VgMask/VbMask', fread($fh, 12)); + $bytes_read += 12; + } + + // set bytes and padding + $meta['bytes'] = $meta['bits'] / 8; + $meta['decal'] = 4 - (4 * (($meta['width'] * $meta['bytes'] / 4)- floor($meta['width'] * $meta['bytes'] / 4))); + if ($meta['decal'] == 4) { + $meta['decal'] = 0; + } + + // obtain imagesize + if ($meta['imagesize'] < 1) { + $meta['imagesize'] = $meta['filesize'] - $meta['offset']; + // in rare cases filesize is equal to offset so we need to read physical size + if ($meta['imagesize'] < 1) { + $meta['imagesize'] = @filesize($filename) - $meta['offset']; + if ($meta['imagesize'] < 1) { + trigger_error('imagecreatefrombmp: Can not obtain filesize of ' . $filename . '!', E_USER_WARNING); + return false; + } + } + } + + // calculate colors + $meta['colors'] = !$meta['colors'] ? pow(2, $meta['bits']) : $meta['colors']; + + // read color palette + $palette = array(); + if ($meta['bits'] < 16) { + $palette = unpack('l' . $meta['colors'], fread($fh, $meta['colors'] * 4)); + // in rare cases the color value is signed + if ($palette[1] < 0) { + foreach ($palette as $i => $color) { + $palette[$i] = $color + 16777216; + } + } + } + + // ignore extra bitmap headers + if ($meta['headersize'] > $bytes_read) { + fread($fh, $meta['headersize'] - $bytes_read); + } + + // create gd image + $im = imagecreatetruecolor($meta['width'], $meta['height']); + $data = fread($fh, $meta['imagesize']); + + // uncompress data + switch ($meta['compression']) { + case 1: $data = rle8_decode($data, $meta['width']); break; + case 2: $data = rle4_decode($data, $meta['width']); break; + } + + $p = 0; + $vide = chr(0); + $y = $meta['height'] - 1; + $error = 'imagecreatefrombmp: ' . $filename . ' has not enough data!'; + + // loop through the image data beginning with the lower left corner + while ($y >= 0) { + $x = 0; + while ($x < $meta['width']) { + switch ($meta['bits']) { + case 32: + case 24: + if (!($part = substr($data, $p, 3 /*$meta['bytes']*/))) { + trigger_error($error, E_USER_WARNING); + return $im; + } + $color = unpack('V', $part . $vide); + break; + case 16: + if (!($part = substr($data, $p, 2 /*$meta['bytes']*/))) { + trigger_error($error, E_USER_WARNING); + return $im; + } + $color = unpack('v', $part); + + if (empty($meta['rMask']) || $meta['rMask'] != 0xf800) { + $color[1] = (($color[1] & 0x7c00) >> 7) * 65536 + (($color[1] & 0x03e0) >> 2) * 256 + (($color[1] & 0x001f) << 3); // 555 + } + else { + $color[1] = (($color[1] & 0xf800) >> 8) * 65536 + (($color[1] & 0x07e0) >> 3) * 256 + (($color[1] & 0x001f) << 3); // 565 + } + break; + case 8: + $color = unpack('n', $vide . substr($data, $p, 1)); + $color[1] = $palette[ $color[1] + 1 ]; + break; + case 4: + $color = unpack('n', $vide . substr($data, floor($p), 1)); + $color[1] = ($p * 2) % 2 == 0 ? $color[1] >> 4 : $color[1] & 0x0F; + $color[1] = $palette[ $color[1] + 1 ]; + break; + case 1: + $color = unpack('n', $vide . substr($data, floor($p), 1)); + switch (($p * 8) % 8) { + case 0: $color[1] = $color[1] >> 7; break; + case 1: $color[1] = ($color[1] & 0x40) >> 6; break; + case 2: $color[1] = ($color[1] & 0x20) >> 5; break; + case 3: $color[1] = ($color[1] & 0x10) >> 4; break; + case 4: $color[1] = ($color[1] & 0x8 ) >> 3; break; + case 5: $color[1] = ($color[1] & 0x4 ) >> 2; break; + case 6: $color[1] = ($color[1] & 0x2 ) >> 1; break; + case 7: $color[1] = ($color[1] & 0x1 ); break; + } + $color[1] = $palette[ $color[1] + 1 ]; + break; + default: + trigger_error('imagecreatefrombmp: ' . $filename . ' has ' . $meta['bits'] . ' bits and this is not supported!', E_USER_WARNING); + return false; + } + imagesetpixel($im, $x, $y, $color[1]); + $x++; + $p += $meta['bytes']; + } + $y--; + $p += $meta['decal']; + } + fclose($fh); + return $im; +} +} + +/** + * getimagesize doesn't give a good size for 32bit BMP image v5 + * + * @param string $filename + * @return array The same format as getimagesize($filename) + */ +function dompdf_getimagesize($filename) { + static $cache = array(); + + if ( isset($cache[$filename]) ) { + return $cache[$filename]; + } + + list($width, $height, $type) = getimagesize($filename); + + if ( $width == null || $height == null ) { + $data = file_get_contents($filename, null, null, 0, 26); + + if ( substr($data, 0, 2) === "BM" ) { + $meta = unpack('vtype/Vfilesize/Vreserved/Voffset/Vheadersize/Vwidth/Vheight', $data); + $width = (int)$meta['width']; + $height = (int)$meta['height']; + $type = IMAGETYPE_BMP; + } + } + + return $cache[$filename] = array($width, $height, $type); +} + +/** + * Converts a CMYK color to RGB + * + * @param float|float[] $c + * @param float $m + * @param float $y + * @param float $k + * + * @return float[] + */ +function cmyk_to_rgb($c, $m = null, $y = null, $k = null) { + if (is_array($c)) { + list($c, $m, $y, $k) = $c; + } + + $c *= 255; + $m *= 255; + $y *= 255; + $k *= 255; + + $r = (1 - round(2.55 * ($c+$k))) ; + $g = (1 - round(2.55 * ($m+$k))) ; + $b = (1 - round(2.55 * ($y+$k))) ; + + if ($r < 0) $r = 0; + if ($g < 0) $g = 0; + if ($b < 0) $b = 0; + + return array( + $r, $g, $b, + "r" => $r, "g" => $g, "b" => $b + ); +} + +function unichr($c) { + if ($c <= 0x7F) { + return chr($c); + } + else if ($c <= 0x7FF) { + return chr(0xC0 | $c >> 6) . chr(0x80 | $c & 0x3F); + } + else if ($c <= 0xFFFF) { + return chr(0xE0 | $c >> 12) . chr(0x80 | $c >> 6 & 0x3F) + . chr(0x80 | $c & 0x3F); + } + else if ($c <= 0x10FFFF) { + return chr(0xF0 | $c >> 18) . chr(0x80 | $c >> 12 & 0x3F) + . chr(0x80 | $c >> 6 & 0x3F) + . chr(0x80 | $c & 0x3F); + } + return false; +} + +if ( !function_exists("date_default_timezone_get") ) { + function date_default_timezone_get() { + return ""; + } + + function date_default_timezone_set($timezone_identifier) { + return true; + } +} + +/** + * Stores warnings in an array for display later + * This function allows warnings generated by the DomDocument parser + * and CSS loader ({@link Stylesheet}) to be captured and displayed + * later. Without this function, errors are displayed immediately and + * PDF streaming is impossible. + * @see http://www.php.net/manual/en/function.set-error_handler.php + * + * @param int $errno + * @param string $errstr + * @param string $errfile + * @param string $errline + * + * @throws DOMPDF_Exception + */ +function record_warnings($errno, $errstr, $errfile, $errline) { + + // Not a warning or notice + if ( !($errno & (E_WARNING | E_NOTICE | E_USER_NOTICE | E_USER_WARNING )) ) { + throw new DOMPDF_Exception($errstr . " $errno"); + } + + global $_dompdf_warnings; + global $_dompdf_show_warnings; + + if ( $_dompdf_show_warnings ) { + echo $errstr . "\n"; + } + + $_dompdf_warnings[] = $errstr; +} + +/** + * Print a useful backtrace + */ +function bt() { + if ( php_sapi_name() !== "cli") { + echo "
      ";
      +  }
      +    
      +  $bt = debug_backtrace();
      +
      +  array_shift($bt); // remove actual bt() call
      +  echo "\n";
      +
      +  $i = 0;
      +  foreach ($bt as $call) {
      +    $file = basename($call["file"]) . " (" . $call["line"] . ")";
      +    if ( isset($call["class"]) ) {
      +      $func = $call["class"] . "->" . $call["function"] . "()";
      +    }
      +    else {
      +      $func = $call["function"] . "()";
      +    }
      +
      +    echo "#" . str_pad($i, 2, " ", STR_PAD_RIGHT) . ": " . str_pad($file.":", 42) . " $func\n";
      +    $i++;
      +  }
      +  echo "\n";
      +  
      +  if ( php_sapi_name() !== "cli") {
      +    echo "
      "; + } +} + +/** + * Print debug messages + * + * @param string $type The type of debug messages to print + * @param string $msg The message to show + */ +function dompdf_debug($type, $msg) { + global $_DOMPDF_DEBUG_TYPES, $_dompdf_show_warnings, $_dompdf_debug; + if ( isset($_DOMPDF_DEBUG_TYPES[$type]) && ($_dompdf_show_warnings || $_dompdf_debug) ) { + $arr = debug_backtrace(); + + echo basename($arr[0]["file"]) . " (" . $arr[0]["line"] ."): " . $arr[1]["function"] . ": "; + pre_r($msg); + } +} + +if ( !function_exists("print_memusage") ) { +/** + * Dump memory usage + */ +function print_memusage() { + global $memusage; + echo "Memory Usage\n"; + $prev = 0; + $initial = reset($memusage); + echo str_pad("Initial:", 40) . $initial . "\n\n"; + + foreach ($memusage as $key=>$mem) { + $mem -= $initial; + echo str_pad("$key:" , 40); + echo str_pad("$mem", 12) . "(diff: " . ($mem - $prev) . ")\n"; + $prev = $mem; + } + + echo "\n" . str_pad("Total:", 40) . memory_get_usage() . "\n"; +} +} + +if ( !function_exists("enable_mem_profile") ) { +/** + * Initialize memory profiling code + */ +function enable_mem_profile() { + global $memusage; + $memusage = array("Startup" => memory_get_usage()); + register_shutdown_function("print_memusage"); +} +} + +if ( !function_exists("mark_memusage") ) { +/** + * Record the current memory usage + * + * @param string $location a meaningful location + */ +function mark_memusage($location) { + global $memusage; + if ( isset($memusage) ) { + $memusage[$location] = memory_get_usage(); + } +} +} + +if ( !function_exists('sys_get_temp_dir')) { +/** + * Find the current system temporary directory + * + * @link http://us.php.net/manual/en/function.sys-get-temp-dir.php#85261 + */ +function sys_get_temp_dir() { + if (!empty($_ENV['TMP'])) { + return realpath($_ENV['TMP']); + } + + if (!empty($_ENV['TMPDIR'])) { + return realpath( $_ENV['TMPDIR']); + } + + if (!empty($_ENV['TEMP'])) { + return realpath( $_ENV['TEMP']); + } + + $tempfile=tempnam(uniqid(rand(), true), ''); + if (file_exists($tempfile)) { + unlink($tempfile); + return realpath(dirname($tempfile)); + } +} +} + +if ( function_exists("memory_get_peak_usage") ) { + function DOMPDF_memory_usage(){ + return memory_get_peak_usage(true); + } +} +else if ( function_exists("memory_get_usage") ) { + function DOMPDF_memory_usage(){ + return memory_get_usage(true); + } +} +else { + function DOMPDF_memory_usage(){ + return "N/A"; + } +} + +if ( function_exists("curl_init") ) { + function DOMPDF_fetch_url($url, &$headers = null) { + $ch = curl_init($url); + curl_setopt($ch, CURLOPT_TIMEOUT, 10); + curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + curl_setopt($ch, CURLOPT_HEADER, true); + + $data = curl_exec($ch); + $raw_headers = substr($data, 0, curl_getinfo($ch, CURLINFO_HEADER_SIZE)); + $headers = preg_split("/[\n\r]+/", trim($raw_headers)); + $data = substr($data, curl_getinfo($ch, CURLINFO_HEADER_SIZE)); + curl_close($ch); + + return $data; + } +} +else { + function DOMPDF_fetch_url($url, &$headers = null) { + $data = file_get_contents($url); + $headers = $http_response_header; + + return $data; + } +} + +/** + * Affect null to the unused objects + * @param mixed $object + */ +if ( PHP_VERSION_ID < 50300 ) { + function clear_object(&$object) { + if ( is_object($object) ) { + foreach ($object as &$value) { + clear_object($value); + } + } + + $object = null; + unset($object); + } +} +else { + function clear_object(&$object) { + // void + } +} diff --git a/htdocs/dompdf/include/gd_adapter.cls.php b/htdocs/dompdf/include/gd_adapter.cls.php new file mode 100644 index 000000000..de5c1e452 --- /dev/null +++ b/htdocs/dompdf/include/gd_adapter.cls.php @@ -0,0 +1,840 @@ + + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Image rendering interface + * + * Renders to an image format supported by GD (jpeg, gif, png, xpm). + * Not super-useful day-to-day but handy nonetheless + * + * @package dompdf + */ +class GD_Adapter implements Canvas { + /** + * @var DOMPDF + */ + private $_dompdf; + + /** + * Resource handle for the image + * + * @var resource + */ + private $_img; + + /** + * Image width in pixels + * + * @var int + */ + private $_width; + + /** + * Image height in pixels + * + * @var int + */ + private $_height; + + /** + * Current page number + * + * @var int + */ + private $_page_number; + + /** + * Total number of pages + * + * @var int + */ + private $_page_count; + + /** + * Image antialias factor + * + * @var float + */ + private $_aa_factor; + + /** + * Allocated colors + * + * @var array + */ + private $_colors; + + /** + * Background color + * + * @var int + */ + private $_bg_color; + + /** + * Class constructor + * + * @param mixed $size The size of image to create: array(x1,y1,x2,y2) or "letter", "legal", etc. + * @param string $orientation The orientation of the document (either 'landscape' or 'portrait') + * @param DOMPDF $dompdf + * @param float $aa_factor Anti-aliasing factor, 1 for no AA + * @param array $bg_color Image background color: array(r,g,b,a), 0 <= r,g,b,a <= 1 + */ + function __construct($size, $orientation = "portrait", DOMPDF $dompdf, $aa_factor = 1.0, $bg_color = array(1,1,1,0) ) { + + if ( !is_array($size) ) { + $size = strtolower($size); + + if ( isset(CPDF_Adapter::$PAPER_SIZES[$size]) ) { + $size = CPDF_Adapter::$PAPER_SIZES[$size]; + } + else { + $size = CPDF_Adapter::$PAPER_SIZES["letter"]; + } + } + + if ( strtolower($orientation) === "landscape" ) { + list($size[2],$size[3]) = array($size[3],$size[2]); + } + + $this->_dompdf = $dompdf; + + if ( $aa_factor < 1 ) { + $aa_factor = 1; + } + + $this->_aa_factor = $aa_factor; + + $size[2] *= $aa_factor; + $size[3] *= $aa_factor; + + $this->_width = $size[2] - $size[0]; + $this->_height = $size[3] - $size[1]; + + $this->_img = imagecreatetruecolor($this->_width, $this->_height); + + if ( is_null($bg_color) || !is_array($bg_color) ) { + // Pure white bg + $bg_color = array(1,1,1,0); + } + + $this->_bg_color = $this->_allocate_color($bg_color); + imagealphablending($this->_img, true); + imagesavealpha($this->_img, true); + imagefill($this->_img, 0, 0, $this->_bg_color); + + } + + function get_dompdf(){ + return $this->_dompdf; + } + + /** + * Return the GF image resource + * + * @return resource + */ + function get_image() { return $this->_img; } + + /** + * Return the image's width in pixels + * + * @return float + */ + function get_width() { return $this->_width / $this->_aa_factor; } + + /** + * Return the image's height in pixels + * + * @return float + */ + function get_height() { return $this->_height / $this->_aa_factor; } + + /** + * Returns the current page number + * @return int + */ + function get_page_number() { return $this->_page_number; } + + /** + * Returns the total number of pages in the document + * @return int + */ + function get_page_count() { return $this->_page_count; } + + /** + * Sets the current page number + * + * @param int $num + */ + function set_page_number($num) { $this->_page_number = $num; } + + /** + * Sets the page count + * + * @param int $count + */ + function set_page_count($count) { $this->_page_count = $count; } + + /** + * Sets the opacity + * + * @param $opacity + * @param $mode + */ + function set_opacity($opacity, $mode = "Normal") { + // FIXME + } + + /** + * Allocate a new color. Allocate with GD as needed and store + * previously allocated colors in $this->_colors. + * + * @param array $color The new current color + * @return int The allocated color + */ + private function _allocate_color($color) { + + if ( isset($color["c"]) ) { + $color = cmyk_to_rgb($color); + } + + // Full opacity if no alpha set + if ( !isset($color[3]) ) + $color[3] = 0; + + list($r,$g,$b,$a) = $color; + + $r *= 255; + $g *= 255; + $b *= 255; + $a *= 127; + + // Clip values + $r = $r > 255 ? 255 : $r; + $g = $g > 255 ? 255 : $g; + $b = $b > 255 ? 255 : $b; + $a = $a > 127 ? 127 : $a; + + $r = $r < 0 ? 0 : $r; + $g = $g < 0 ? 0 : $g; + $b = $b < 0 ? 0 : $b; + $a = $a < 0 ? 0 : $a; + + $key = sprintf("#%02X%02X%02X%02X", $r, $g, $b, $a); + + if ( isset($this->_colors[$key]) ) + return $this->_colors[$key]; + + if ( $a != 0 ) + $this->_colors[$key] = imagecolorallocatealpha($this->_img, $r, $g, $b, $a); + else + $this->_colors[$key] = imagecolorallocate($this->_img, $r, $g, $b); + + return $this->_colors[$key]; + + } + + /** + * Draws a line from x1,y1 to x2,y2 + * + * See {@link Style::munge_color()} for the format of the color array. + * See {@link Cpdf::setLineStyle()} for a description of the format of the + * $style parameter (aka dash). + * + * @param float $x1 + * @param float $y1 + * @param float $x2 + * @param float $y2 + * @param array $color + * @param float $width + * @param array $style + */ + function line($x1, $y1, $x2, $y2, $color, $width, $style = null) { + + // Scale by the AA factor + $x1 *= $this->_aa_factor; + $y1 *= $this->_aa_factor; + $x2 *= $this->_aa_factor; + $y2 *= $this->_aa_factor; + $width *= $this->_aa_factor; + + $c = $this->_allocate_color($color); + + // Convert the style array if required + if ( !is_null($style) ) { + $gd_style = array(); + + if ( count($style) == 1 ) { + for ($i = 0; $i < $style[0] * $this->_aa_factor; $i++) { + $gd_style[] = $c; + } + + for ($i = 0; $i < $style[0] * $this->_aa_factor; $i++) { + $gd_style[] = $this->_bg_color; + } + + } else { + + $i = 0; + foreach ($style as $length) { + + if ( $i % 2 == 0 ) { + // 'On' pattern + for ($i = 0; $i < $style[0] * $this->_aa_factor; $i++) + $gd_style[] = $c; + + } else { + // Off pattern + for ($i = 0; $i < $style[0] * $this->_aa_factor; $i++) + $gd_style[] = $this->_bg_color; + + } + $i++; + } + } + + imagesetstyle($this->_img, $gd_style); + $c = IMG_COLOR_STYLED; + } + + imagesetthickness($this->_img, $width); + + imageline($this->_img, $x1, $y1, $x2, $y2, $c); + + } + + function arc($x1, $y1, $r1, $r2, $astart, $aend, $color, $width, $style = array()) { + // @todo + } + + /** + * Draws a rectangle at x1,y1 with width w and height h + * + * See {@link Style::munge_color()} for the format of the color array. + * See {@link Cpdf::setLineStyle()} for a description of the $style + * parameter (aka dash) + * + * @param float $x1 + * @param float $y1 + * @param float $w + * @param float $h + * @param array $color + * @param float $width + * @param array $style + */ + function rectangle($x1, $y1, $w, $h, $color, $width, $style = null) { + + // Scale by the AA factor + $x1 *= $this->_aa_factor; + $y1 *= $this->_aa_factor; + $w *= $this->_aa_factor; + $h *= $this->_aa_factor; + + $c = $this->_allocate_color($color); + + // Convert the style array if required + if ( !is_null($style) ) { + $gd_style = array(); + + foreach ($style as $length) { + for ($i = 0; $i < $length; $i++) { + $gd_style[] = $c; + } + } + + imagesetstyle($this->_img, $gd_style); + $c = IMG_COLOR_STYLED; + } + + imagesetthickness($this->_img, $width); + + imagerectangle($this->_img, $x1, $y1, $x1 + $w, $y1 + $h, $c); + + } + + /** + * Draws a filled rectangle at x1,y1 with width w and height h + * + * See {@link Style::munge_color()} for the format of the color array. + * + * @param float $x1 + * @param float $y1 + * @param float $w + * @param float $h + * @param array $color + */ + function filled_rectangle($x1, $y1, $w, $h, $color) { + + // Scale by the AA factor + $x1 *= $this->_aa_factor; + $y1 *= $this->_aa_factor; + $w *= $this->_aa_factor; + $h *= $this->_aa_factor; + + $c = $this->_allocate_color($color); + + imagefilledrectangle($this->_img, $x1, $y1, $x1 + $w, $y1 + $h, $c); + + } + + /** + * Starts a clipping rectangle at x1,y1 with width w and height h + * + * @param float $x1 + * @param float $y1 + * @param float $w + * @param float $h + */ + function clipping_rectangle($x1, $y1, $w, $h) { + // @todo + } + + function clipping_roundrectangle($x1, $y1, $w, $h, $rTL, $rTR, $rBR, $rBL) { + // @todo + } + + /** + * Ends the last clipping shape + */ + function clipping_end() { + // @todo + } + + function save() { + // @todo + } + + function restore() { + // @todo + } + + function rotate($angle, $x, $y) { + // @todo + } + + function skew($angle_x, $angle_y, $x, $y) { + // @todo + } + + function scale($s_x, $s_y, $x, $y) { + // @todo + } + + function translate($t_x, $t_y) { + // @todo + } + + function transform($a, $b, $c, $d, $e, $f) { + // @todo + } + + /** + * Draws a polygon + * + * The polygon is formed by joining all the points stored in the $points + * array. $points has the following structure: + * + * array(0 => x1, + * 1 => y1, + * 2 => x2, + * 3 => y2, + * ... + * ); + * + * + * See {@link Style::munge_color()} for the format of the color array. + * See {@link Cpdf::setLineStyle()} for a description of the $style + * parameter (aka dash) + * + * @param array $points + * @param array $color + * @param float $width + * @param array $style + * @param bool $fill Fills the polygon if true + */ + function polygon($points, $color, $width = null, $style = null, $fill = false) { + + // Scale each point by the AA factor + foreach (array_keys($points) as $i) + $points[$i] *= $this->_aa_factor; + + $c = $this->_allocate_color($color); + + // Convert the style array if required + if ( !is_null($style) && !$fill ) { + $gd_style = array(); + + foreach ($style as $length) { + for ($i = 0; $i < $length; $i++) { + $gd_style[] = $c; + } + } + + imagesetstyle($this->_img, $gd_style); + $c = IMG_COLOR_STYLED; + } + + imagesetthickness($this->_img, $width); + + if ( $fill ) + imagefilledpolygon($this->_img, $points, count($points) / 2, $c); + else + imagepolygon($this->_img, $points, count($points) / 2, $c); + + } + + /** + * Draws a circle at $x,$y with radius $r + * + * See {@link Style::munge_color()} for the format of the color array. + * See {@link Cpdf::setLineStyle()} for a description of the $style + * parameter (aka dash) + * + * @param float $x + * @param float $y + * @param float $r + * @param array $color + * @param float $width + * @param array $style + * @param bool $fill Fills the circle if true + */ + function circle($x, $y, $r, $color, $width = null, $style = null, $fill = false) { + + // Scale by the AA factor + $x *= $this->_aa_factor; + $y *= $this->_aa_factor; + $r *= $this->_aa_factor; + + $c = $this->_allocate_color($color); + + // Convert the style array if required + if ( !is_null($style) && !$fill ) { + $gd_style = array(); + + foreach ($style as $length) { + for ($i = 0; $i < $length; $i++) { + $gd_style[] = $c; + } + } + + imagesetstyle($this->_img, $gd_style); + $c = IMG_COLOR_STYLED; + } + + imagesetthickness($this->_img, $width); + + if ( $fill ) + imagefilledellipse($this->_img, $x, $y, $r, $r, $c); + else + imageellipse($this->_img, $x, $y, $r, $r, $c); + + } + + /** + * Add an image to the pdf. + * The image is placed at the specified x and y coordinates with the + * given width and height. + * + * @param string $img_url the path to the image + * @param float $x x position + * @param float $y y position + * @param int $w width (in pixels) + * @param int $h height (in pixels) + * @param string $resolution + * + * @return void + * @internal param string $img_type the type (e.g. extension) of the image + */ + function image($img_url, $x, $y, $w, $h, $resolution = "normal") { + $img_type = Image_Cache::detect_type($img_url); + $img_ext = Image_Cache::type_to_ext($img_type); + + if ( !$img_ext ) { + return; + } + + $func = "imagecreatefrom$img_ext"; + $src = @$func($img_url); + + if ( !$src ) { + return; // Probably should add to $_dompdf_errors or whatever here + } + + // Scale by the AA factor + $x *= $this->_aa_factor; + $y *= $this->_aa_factor; + + $w *= $this->_aa_factor; + $h *= $this->_aa_factor; + + $img_w = imagesx($src); + $img_h = imagesy($src); + + imagecopyresampled($this->_img, $src, $x, $y, 0, 0, $w, $h, $img_w, $img_h); + + } + + /** + * Writes text at the specified x and y coordinates + * See {@link Style::munge_color()} for the format of the color array. + * + * @param float $x + * @param float $y + * @param string $text the text to write + * @param string $font the font file to use + * @param float $size the font size, in points + * @param array $color + * @param float $word_spacing word spacing adjustment + * @param float $char_spacing + * @param float $angle Text angle + * + * @return void + */ + function text($x, $y, $text, $font, $size, $color = array(0,0,0), $word_spacing = 0.0, $char_spacing = 0.0, $angle = 0.0) { + + // Scale by the AA factor + $x *= $this->_aa_factor; + $y *= $this->_aa_factor; + $size *= $this->_aa_factor; + + $h = $this->get_font_height($font, $size); + $c = $this->_allocate_color($color); + + $text = mb_encode_numericentity($text, array(0x0080, 0xff, 0, 0xff), 'UTF-8'); + + $font = $this->get_ttf_file($font); + + // FIXME: word spacing + @imagettftext($this->_img, $size, $angle, $x, $y + $h, $c, $font, $text); + + } + + function javascript($code) { + // Not implemented + } + + /** + * Add a named destination (similar to ... in html) + * + * @param string $anchorname The name of the named destination + */ + function add_named_dest($anchorname) { + // Not implemented + } + + /** + * Add a link to the pdf + * + * @param string $url The url to link to + * @param float $x The x position of the link + * @param float $y The y position of the link + * @param float $width The width of the link + * @param float $height The height of the link + */ + function add_link($url, $x, $y, $width, $height) { + // Not implemented + } + + /** + * Add meta information to the PDF + * + * @param string $label label of the value (Creator, Producer, etc.) + * @param string $value the text to set + */ + function add_info($label, $value) { + // N/A + } + + function set_default_view($view, $options = array()) { + // N/A + } + + /** + * Calculates text size, in points + * + * @param string $text the text to be sized + * @param string $font the desired font + * @param float $size the desired font size + * @param float $word_spacing word spacing, if any + * @param float $char_spacing char spacing, if any + * + * @return float + */ + function get_text_width($text, $font, $size, $word_spacing = 0.0, $char_spacing = 0.0) { + $font = $this->get_ttf_file($font); + + $text = mb_encode_numericentity($text, array(0x0080, 0xffff, 0, 0xffff), 'UTF-8'); + + // FIXME: word spacing + list($x1,,$x2) = @imagettfbbox($size, 0, $font, $text); + return $x2 - $x1; + } + + function get_ttf_file($font) { + if ( strpos($font, '.ttf') === false ) + $font .= ".ttf"; + + /*$filename = substr(strtolower(basename($font)), 0, -4); + + if ( in_array($filename, DOMPDF::$native_fonts) ) { + return "arial.ttf"; + }*/ + + return $font; + } + + /** + * Calculates font height, in points + * + * @param string $font + * @param float $size + * @return float + */ + function get_font_height($font, $size) { + $font = $this->get_ttf_file($font); + $ratio = $this->_dompdf->get_option("font_height_ratio"); + + // FIXME: word spacing + list(,$y2,,,,$y1) = imagettfbbox($size, 0, $font, "MXjpqytfhl"); // Test string with ascenders, descenders and caps + return ($y2 - $y1) * $ratio; + } + + function get_font_baseline($font, $size) { + $ratio = $this->_dompdf->get_option("font_height_ratio"); + return $this->get_font_height($font, $size) / $ratio; + } + + /** + * Starts a new page + * + * Subsequent drawing operations will appear on the new page. + */ + function new_page() { + $this->_page_number++; + $this->_page_count++; + } + + function open_object(){ + // N/A + } + + function close_object(){ + // N/A + } + + function add_object(){ + // N/A + } + + function page_text(){ + // N/A + } + + /** + * Streams the image directly to the browser + * + * @param string $filename the name of the image file (ignored) + * @param array $options associative array, 'type' => jpeg|jpg|png, 'quality' => 0 - 100 (jpeg only) + */ + function stream($filename, $options = null) { + + // Perform any antialiasing + if ( $this->_aa_factor != 1 ) { + $dst_w = $this->_width / $this->_aa_factor; + $dst_h = $this->_height / $this->_aa_factor; + $dst = imagecreatetruecolor($dst_w, $dst_h); + imagecopyresampled($dst, $this->_img, 0, 0, 0, 0, + $dst_w, $dst_h, + $this->_width, $this->_height); + } else { + $dst = $this->_img; + } + + if ( !isset($options["type"]) ) + $options["type"] = "png"; + + $type = strtolower($options["type"]); + + header("Cache-Control: private"); + + switch ($type) { + + case "jpg": + case "jpeg": + if ( !isset($options["quality"]) ) + $options["quality"] = 75; + + header("Content-type: image/jpeg"); + imagejpeg($dst, '', $options["quality"]); + break; + + case "png": + default: + header("Content-type: image/png"); + imagepng($dst); + break; + } + + if ( $this->_aa_factor != 1 ) + imagedestroy($dst); + } + + /** + * Returns the PNG as a string + * + * @param array $options associative array, 'type' => jpeg|jpg|png, 'quality' => 0 - 100 (jpeg only) + * @return string + */ + function output($options = null) { + + if ( $this->_aa_factor != 1 ) { + $dst_w = $this->_width / $this->_aa_factor; + $dst_h = $this->_height / $this->_aa_factor; + $dst = imagecreatetruecolor($dst_w, $dst_h); + imagecopyresampled($dst, $this->_img, 0, 0, 0, 0, + $dst_w, $dst_h, + $this->_width, $this->_height); + } else { + $dst = $this->_img; + } + + if ( !isset($options["type"]) ) + $options["type"] = "png"; + + $type = $options["type"]; + + ob_start(); + + switch ($type) { + + case "jpg": + case "jpeg": + if ( !isset($options["quality"]) ) + $options["quality"] = 75; + + imagejpeg($dst, '', $options["quality"]); + break; + + case "png": + default: + imagepng($dst); + break; + } + + $image = ob_get_clean(); + + if ( $this->_aa_factor != 1 ) + imagedestroy($dst); + + return $image; + } + + +} diff --git a/htdocs/dompdf/include/image_cache.cls.php b/htdocs/dompdf/include/image_cache.cls.php new file mode 100644 index 000000000..7d7e5603b --- /dev/null +++ b/htdocs/dompdf/include/image_cache.cls.php @@ -0,0 +1,183 @@ + + * @author Helmut Tischer + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Static class that resolves image urls and downloads and caches + * remote images if required. + * + * @access private + * @package dompdf + */ +class Image_Cache { + + /** + * Array of downloaded images. Cached so that identical images are + * not needlessly downloaded. + * + * @var array + */ + static protected $_cache = array(); + + /** + * The url to the "broken image" used when images can't be loade + * + * @var string + */ + public static $broken_image; + + /** + * Resolve and fetch an image for use. + * + * @param string $url The url of the image + * @param string $protocol Default protocol if none specified in $url + * @param string $host Default host if none specified in $url + * @param string $base_path Default path if none specified in $url + * @param DOMPDF $dompdf The DOMPDF instance + * + * @throws DOMPDF_Image_Exception + * @return array An array with two elements: The local path to the image and the image extension + */ + static function resolve_url($url, $protocol, $host, $base_path, DOMPDF $dompdf) { + $parsed_url = explode_url($url); + $message = null; + + $remote = ($protocol && $protocol !== "file://") || ($parsed_url['protocol'] != ""); + + $data_uri = strpos($parsed_url['protocol'], "data:") === 0; + $full_url = null; + $enable_remote = $dompdf->get_option("enable_remote"); + + try { + + // Remote not allowed and is not DataURI + if ( !$enable_remote && $remote && !$data_uri ) { + throw new DOMPDF_Image_Exception("DOMPDF_ENABLE_REMOTE is set to FALSE"); + } + + // Remote allowed or DataURI + else if ( $enable_remote && $remote || $data_uri ) { + // Download remote files to a temporary directory + $full_url = build_url($protocol, $host, $base_path, $url); + + // From cache + if ( isset(self::$_cache[$full_url]) ) { + $resolved_url = self::$_cache[$full_url]; + } + + // From remote + else { + $tmp_dir = $dompdf->get_option("temp_dir"); + $resolved_url = tempnam($tmp_dir, "ca_dompdf_img_"); + $image = ""; + + if ($data_uri) { + if ($parsed_data_uri = parse_data_uri($url)) { + $image = $parsed_data_uri['data']; + } + } + else { + set_error_handler("record_warnings"); + $image = file_get_contents($full_url); + restore_error_handler(); + } + + // Image not found or invalid + if ( strlen($image) == 0 ) { + $msg = ($data_uri ? "Data-URI could not be parsed" : "Image not found"); + throw new DOMPDF_Image_Exception($msg); + } + + // Image found, put in cache and process + else { + //e.g. fetch.php?media=url.jpg&cache=1 + //- Image file name might be one of the dynamic parts of the url, don't strip off! + //- a remote url does not need to have a file extension at all + //- local cached file does not have a matching file extension + //Therefore get image type from the content + file_put_contents($resolved_url, $image); + } + } + } + + // Not remote, local image + else { + $resolved_url = build_url($protocol, $host, $base_path, $url); + } + + // Check if the local file is readable + if ( !is_readable($resolved_url) || !filesize($resolved_url) ) { + throw new DOMPDF_Image_Exception("Image not readable or empty"); + } + + // Check is the file is an image + else { + list($width, $height, $type) = dompdf_getimagesize($resolved_url); + + // Known image type + if ( $width && $height && in_array($type, array(IMAGETYPE_GIF, IMAGETYPE_PNG, IMAGETYPE_JPEG, IMAGETYPE_BMP)) ) { + //Don't put replacement image into cache - otherwise it will be deleted on cache cleanup. + //Only execute on successful caching of remote image. + if ( $enable_remote && $remote || $data_uri ) { + self::$_cache[$full_url] = $resolved_url; + } + } + + // Unknown image type + else { + throw new DOMPDF_Image_Exception("Image type unknown"); + } + } + } + catch(DOMPDF_Image_Exception $e) { + $resolved_url = self::$broken_image; + $type = IMAGETYPE_PNG; + $message = $e->getMessage()." \n $url"; + } + + return array($resolved_url, $type, $message); + } + + /** + * Unlink all cached images (i.e. temporary images either downloaded + * or converted) + */ + static function clear() { + if ( empty(self::$_cache) || DEBUGKEEPTEMP ) return; + + foreach ( self::$_cache as $file ) { + if (DEBUGPNG) print "[clear unlink $file]"; + unlink($file); + } + + self::$_cache = array(); + } + + static function detect_type($file) { + list(, , $type) = dompdf_getimagesize($file); + return $type; + } + + static function type_to_ext($type) { + $image_types = array( + IMAGETYPE_GIF => "gif", + IMAGETYPE_PNG => "png", + IMAGETYPE_JPEG => "jpeg", + IMAGETYPE_BMP => "bmp", + ); + + return (isset($image_types[$type]) ? $image_types[$type] : null); + } + + static function is_broken($url) { + return $url === self::$broken_image; + } +} + +Image_Cache::$broken_image = DOMPDF_LIB_DIR . "/res/broken_image.png"; diff --git a/htdocs/dompdf/include/image_frame_decorator.cls.php b/htdocs/dompdf/include/image_frame_decorator.cls.php new file mode 100644 index 000000000..b5a7983aa --- /dev/null +++ b/htdocs/dompdf/include/image_frame_decorator.cls.php @@ -0,0 +1,80 @@ + + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Decorates frames for image layout and rendering + * + * @access private + * @package dompdf + */ +class Image_Frame_Decorator extends Frame_Decorator { + + /** + * The path to the image file (note that remote images are + * downloaded locally to DOMPDF_TEMP_DIR). + * + * @var string + */ + protected $_image_url; + + /** + * The image's file error message + * + * @var string + */ + protected $_image_msg; + + /** + * Class constructor + * + * @param Frame $frame the frame to decorate + * @param DOMPDF $dompdf the document's dompdf object (required to resolve relative & remote urls) + */ + function __construct(Frame $frame, DOMPDF $dompdf) { + parent::__construct($frame, $dompdf); + $url = $frame->get_node()->getAttribute("src"); + + $debug_png = $dompdf->get_option("debug_png"); + if ($debug_png) print '[__construct '.$url.']'; + + list($this->_image_url, /*$type*/, $this->_image_msg) = Image_Cache::resolve_url( + $url, + $dompdf->get_protocol(), + $dompdf->get_host(), + $dompdf->get_base_path(), + $dompdf + ); + + if ( Image_Cache::is_broken($this->_image_url) && + $alt = $frame->get_node()->getAttribute("alt") ) { + $style = $frame->get_style(); + $style->width = (4/3)*Font_Metrics::get_text_width($alt, $style->font_family, $style->font_size, $style->word_spacing); + $style->height = Font_Metrics::get_font_height($style->font_family, $style->font_size); + } + } + + /** + * Return the image's url + * + * @return string The url of this image + */ + function get_image_url() { + return $this->_image_url; + } + + /** + * Return the image's error message + * + * @return string The image's error message + */ + function get_image_msg() { + return $this->_image_msg; + } + +} diff --git a/htdocs/dompdf/include/image_frame_reflower.cls.php b/htdocs/dompdf/include/image_frame_reflower.cls.php new file mode 100644 index 000000000..5797b8243 --- /dev/null +++ b/htdocs/dompdf/include/image_frame_reflower.cls.php @@ -0,0 +1,186 @@ + + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Image reflower class + * + * @access private + * @package dompdf + */ +class Image_Frame_Reflower extends Frame_Reflower { + + function __construct(Image_Frame_Decorator $frame) { + parent::__construct($frame); + } + + function reflow(Block_Frame_Decorator $block = null) { + $this->_frame->position(); + + //FLOAT + //$frame = $this->_frame; + //$page = $frame->get_root(); + + //$enable_css_float = $this->get_dompdf()->get_option("enable_css_float"); + //if ($enable_css_float && $frame->get_style()->float !== "none" ) { + // $page->add_floating_frame($this); + //} + // Set the frame's width + $this->get_min_max_width(); + + if ( $block ) { + $block->add_frame_to_line($this->_frame); + } + } + + function get_min_max_width() { + if (DEBUGPNG) { + // Determine the image's size. Time consuming. Only when really needed? + list($img_width, $img_height) = dompdf_getimagesize($this->_frame->get_image_url()); + print "get_min_max_width() ". + $this->_frame->get_style()->width.' '. + $this->_frame->get_style()->height.';'. + $this->_frame->get_parent()->get_style()->width." ". + $this->_frame->get_parent()->get_style()->height.";". + $this->_frame->get_parent()->get_parent()->get_style()->width.' '. + $this->_frame->get_parent()->get_parent()->get_style()->height.';'. + $img_width. ' '. + $img_height.'|' ; + } + + $style = $this->_frame->get_style(); + + $width_forced = true; + $height_forced = true; + + //own style auto or invalid value: use natural size in px + //own style value: ignore suffix text including unit, use given number as px + //own style %: walk up parent chain until found available space in pt; fill available space + // + //special ignored unit: e.g. 10ex: e treated as exponent; x ignored; 10e completely invalid ->like auto + + $width = ($style->width > 0 ? $style->width : 0); + if ( is_percent($width) ) { + $t = 0.0; + for ($f = $this->_frame->get_parent(); $f; $f = $f->get_parent()) { + $f_style = $f->get_style(); + $t = $f_style->length_in_pt($f_style->width); + if ($t != 0) { + break; + } + } + $width = ((float)rtrim($width,"%") * $t)/100; //maybe 0 + } elseif ( !mb_strpos($width, 'pt') ) { + // Don't set image original size if "%" branch was 0 or size not given. + // Otherwise aspect changed on %/auto combination for width/height + // Resample according to px per inch + // See also List_Bullet_Image_Frame_Decorator::__construct + $width = $style->length_in_pt($width); + } + + $height = ($style->height > 0 ? $style->height : 0); + if ( is_percent($height) ) { + $t = 0.0; + for ($f = $this->_frame->get_parent(); $f; $f = $f->get_parent()) { + $f_style = $f->get_style(); + $t = $f_style->length_in_pt($f_style->height); + if ($t != 0) { + break; + } + } + $height = ((float)rtrim($height,"%") * $t)/100; //maybe 0 + } elseif ( !mb_strpos($height, 'pt') ) { + // Don't set image original size if "%" branch was 0 or size not given. + // Otherwise aspect changed on %/auto combination for width/height + // Resample according to px per inch + // See also List_Bullet_Image_Frame_Decorator::__construct + $height = $style->length_in_pt($height); + } + + if ($width == 0 || $height == 0) { + // Determine the image's size. Time consuming. Only when really needed! + list($img_width, $img_height) = dompdf_getimagesize($this->_frame->get_image_url()); + + // don't treat 0 as error. Can be downscaled or can be catched elsewhere if image not readable. + // Resample according to px per inch + // See also List_Bullet_Image_Frame_Decorator::__construct + if ($width == 0 && $height == 0) { + $dpi = $this->_frame->get_dompdf()->get_option("dpi"); + $width = (float)($img_width * 72) / $dpi; + $height = (float)($img_height * 72) / $dpi; + $width_forced = false; + $height_forced = false; + } elseif ($height == 0 && $width != 0) { + $height_forced = false; + $height = ($width / $img_width) * $img_height; //keep aspect ratio + } elseif ($width == 0 && $height != 0) { + $width_forced = false; + $width = ($height / $img_height) * $img_width; //keep aspect ratio + } + } + + // Handle min/max width/height + if ( $style->min_width !== "none" || + $style->max_width !== "none" || + $style->min_height !== "none" || + $style->max_height !== "none" ) { + + list(/*$x*/, /*$y*/, $w, $h) = $this->_frame->get_containing_block(); + + $min_width = $style->length_in_pt($style->min_width, $w); + $max_width = $style->length_in_pt($style->max_width, $w); + $min_height = $style->length_in_pt($style->min_height, $h); + $max_height = $style->length_in_pt($style->max_height, $h); + + if ( $max_width !== "none" && $width > $max_width ) { + if ( !$height_forced ) { + $height *= $max_width / $width; + } + + $width = $max_width; + } + + if ( $min_width !== "none" && $width < $min_width ) { + if ( !$height_forced ) { + $height *= $min_width / $width; + } + + $width = $min_width; + } + + if ( $max_height !== "none" && $height > $max_height ) { + if ( !$width_forced ) { + $width *= $max_height / $height; + } + + $height = $max_height; + } + + if ( $min_height !== "none" && $height < $min_height ) { + if ( !$width_forced ) { + $width *= $min_height / $height; + } + + $height = $min_height; + } + } + + if (DEBUGPNG) print $width.' '.$height.';'; + + $style->width = $width . "pt"; + $style->height = $height . "pt"; + + $style->min_width = "none"; + $style->max_width = "none"; + $style->min_height = "none"; + $style->max_height = "none"; + + return array( $width, $width, "min" => $width, "max" => $width); + + } +} diff --git a/htdocs/dompdf/include/image_renderer.cls.php b/htdocs/dompdf/include/image_renderer.cls.php new file mode 100644 index 000000000..561b70153 --- /dev/null +++ b/htdocs/dompdf/include/image_renderer.cls.php @@ -0,0 +1,119 @@ + + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Image renderer + * + * @access private + * @package dompdf + */ +class Image_Renderer extends Block_Renderer { + + function render(Frame $frame) { + // Render background & borders + $style = $frame->get_style(); + $cb = $frame->get_containing_block(); + list($x, $y, $w, $h) = $frame->get_border_box(); + + $this->_set_opacity( $frame->get_opacity( $style->opacity ) ); + + list($tl, $tr, $br, $bl) = $style->get_computed_border_radius($w, $h); + + $has_border_radius = $tl + $tr + $br + $bl > 0; + + if ( $has_border_radius ) { + $this->_canvas->clipping_roundrectangle( $x, $y, $w, $h, $tl, $tr, $br, $bl ); + } + + if ( ($bg = $style->background_color) !== "transparent" ) { + $this->_canvas->filled_rectangle($x, $y, $w, $h, $bg); + } + + if ( ($url = $style->background_image) && $url !== "none" ) { + $this->_background_image($url, $x, $y, $w, $h, $style); + } + + if ( $has_border_radius ) { + $this->_canvas->clipping_end(); + } + + $this->_render_border($frame); + $this->_render_outline($frame); + + list($x, $y) = $frame->get_padding_box(); + + $x += $style->length_in_pt($style->padding_left, $cb["w"]); + $y += $style->length_in_pt($style->padding_top, $cb["h"]); + + $w = $style->length_in_pt($style->width, $cb["w"]); + $h = $style->length_in_pt($style->height, $cb["h"]); + + if ( $has_border_radius ) { + list($wt, $wr, $wb, $wl) = array( + $style->border_top_width, + $style->border_right_width, + $style->border_bottom_width, + $style->border_left_width, + ); + + // we have to get the "inner" radius + if ( $tl > 0 ) { + $tl -= ($wt + $wl) / 2; + } + if ( $tr > 0 ) { + $tr -= ($wt + $wr) / 2; + } + if ( $br > 0 ) { + $br -= ($wb + $wr) / 2; + } + if ( $bl > 0 ) { + $bl -= ($wb + $wl) / 2; + } + + $this->_canvas->clipping_roundrectangle( $x, $y, $w, $h, $tl, $tr, $br, $bl ); + } + + $src = $frame->get_image_url(); + $alt = null; + + if ( Image_Cache::is_broken($src) && + $alt = $frame->get_node()->getAttribute("alt") ) { + $font = $style->font_family; + $size = $style->font_size; + $spacing = $style->word_spacing; + $this->_canvas->text($x, $y, $alt, + $font, $size, + $style->color, $spacing); + } + else { + $this->_canvas->image( $src, $x, $y, $w, $h, $style->image_resolution); + } + + if ( $has_border_radius ) { + $this->_canvas->clipping_end(); + } + + if ( $msg = $frame->get_image_msg() ) { + $parts = preg_split("/\s*\n\s*/", $msg); + $height = 10; + $_y = $alt ? $y+$h-count($parts)*$height : $y; + + foreach($parts as $i => $_part) { + $this->_canvas->text($x, $_y + $i*$height, $_part, "times", $height*0.8, array(0.5, 0.5, 0.5)); + } + } + + if (DEBUG_LAYOUT && DEBUG_LAYOUT_BLOCKS) { + $this->_debug_layout($frame->get_border_box(), "blue"); + if (DEBUG_LAYOUT_PADDINGBOX) { + $this->_debug_layout($frame->get_padding_box(), "blue", array(0.5, 0.5)); + } + } + } +} diff --git a/htdocs/dompdf/include/inline_frame_decorator.cls.php b/htdocs/dompdf/include/inline_frame_decorator.cls.php new file mode 100644 index 000000000..ce79bab08 --- /dev/null +++ b/htdocs/dompdf/include/inline_frame_decorator.cls.php @@ -0,0 +1,74 @@ + + * @author Helmut Tischer + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Decorates frames for inline layout + * + * @access private + * @package dompdf + */ +class Inline_Frame_Decorator extends Frame_Decorator { + + function __construct(Frame $frame, DOMPDF $dompdf) { parent::__construct($frame, $dompdf); } + + function split(Frame $frame = null, $force_pagebreak = false) { + + if ( is_null($frame) ) { + $this->get_parent()->split($this, $force_pagebreak); + return; + } + + if ( $frame->get_parent() !== $this ) + throw new DOMPDF_Exception("Unable to split: frame is not a child of this one."); + + $split = $this->copy( $this->_frame->get_node()->cloneNode() ); + $this->get_parent()->insert_child_after($split, $this); + + // Unset the current node's right style properties + $style = $this->_frame->get_style(); + $style->margin_right = 0; + $style->padding_right = 0; + $style->border_right_width = 0; + + // Unset the split node's left style properties since we don't want them + // to propagate + $style = $split->get_style(); + $style->margin_left = 0; + $style->padding_left = 0; + $style->border_left_width = 0; + + //On continuation of inline element on next line, + //don't repeat non-vertically repeatble background images + //See e.g. in testcase image_variants, long desriptions + if ( ($url = $style->background_image) && $url !== "none" + && ($repeat = $style->background_repeat) && $repeat !== "repeat" && $repeat !== "repeat-y" + ) { + $style->background_image = "none"; + } + + // Add $frame and all following siblings to the new split node + $iter = $frame; + while ($iter) { + $frame = $iter; + $iter = $iter->get_next_sibling(); + $frame->reset(); + $split->append_child($frame); + } + + $page_breaks = array("always", "left", "right"); + $frame_style = $frame->get_style(); + if( $force_pagebreak || + in_array($frame_style->page_break_before, $page_breaks) || + in_array($frame_style->page_break_after, $page_breaks) ) { + + $this->get_parent()->split($split, true); + } + } + +} diff --git a/htdocs/dompdf/include/inline_frame_reflower.cls.php b/htdocs/dompdf/include/inline_frame_reflower.cls.php new file mode 100644 index 000000000..049b8e586 --- /dev/null +++ b/htdocs/dompdf/include/inline_frame_reflower.cls.php @@ -0,0 +1,66 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Reflows inline frames + * + * @access private + * @package dompdf + */ +class Inline_Frame_Reflower extends Frame_Reflower { + + function __construct(Frame $frame) { parent::__construct($frame); } + + //........................................................................ + + function reflow(Block_Frame_Decorator $block = null) { + $frame = $this->_frame; + + // Check if a page break is forced + $page = $frame->get_root(); + $page->check_forced_page_break($frame); + + if ( $page->is_full() ) + return; + + $style = $frame->get_style(); + + // Generated content + $this->_set_content(); + + $frame->position(); + + $cb = $frame->get_containing_block(); + + // Add our margin, padding & border to the first and last children + if ( ($f = $frame->get_first_child()) && $f instanceof Text_Frame_Decorator ) { + $f_style = $f->get_style(); + $f_style->margin_left = $style->margin_left; + $f_style->padding_left = $style->padding_left; + $f_style->border_left = $style->border_left; + } + + if ( ($l = $frame->get_last_child()) && $l instanceof Text_Frame_Decorator ) { + $l_style = $l->get_style(); + $l_style->margin_right = $style->margin_right; + $l_style->padding_right = $style->padding_right; + $l_style->border_right = $style->border_right; + } + + if ( $block ) { + $block->add_frame_to_line($this->_frame); + } + + // Set the containing blocks and reflow each child. The containing + // block is not changed by line boxes. + foreach ( $frame->get_children() as $child ) { + $child->set_containing_block($cb); + $child->reflow($block); + } + } +} diff --git a/htdocs/dompdf/include/inline_positioner.cls.php b/htdocs/dompdf/include/inline_positioner.cls.php new file mode 100644 index 000000000..1694ce8e2 --- /dev/null +++ b/htdocs/dompdf/include/inline_positioner.cls.php @@ -0,0 +1,70 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Positions inline frames + * + * @access private + * @package dompdf + */ +class Inline_Positioner extends Positioner { + + function __construct(Frame_Decorator $frame) { parent::__construct($frame); } + + //........................................................................ + + function position() { + /** + * Find our nearest block level parent and access its lines property. + * @var Block_Frame_Decorator + */ + $p = $this->_frame->find_block_parent(); + + // Debugging code: + +// pre_r("\nPositioning:"); +// pre_r("Me: " . $this->_frame->get_node()->nodeName . " (" . spl_object_hash($this->_frame->get_node()) . ")"); +// pre_r("Parent: " . $p->get_node()->nodeName . " (" . spl_object_hash($p->get_node()) . ")"); + + // End debugging + + if ( !$p ) + throw new DOMPDF_Exception("No block-level parent found. Not good."); + + $f = $this->_frame; + + $cb = $f->get_containing_block(); + $line = $p->get_current_line_box(); + + // Skip the page break if in a fixed position element + $is_fixed = false; + while($f = $f->get_parent()) { + if($f->get_style()->position === "fixed") { + $is_fixed = true; + break; + } + } + + $f = $this->_frame; + + if ( !$is_fixed && $f->get_parent() && + $f->get_parent() instanceof Inline_Frame_Decorator && + $f->is_text_node() ) { + + $min_max = $f->get_reflower()->get_min_max_width(); + + // If the frame doesn't fit in the current line, a line break occurs + if ( $min_max["min"] > ($cb["w"] - $line->left - $line->w - $line->right) ) { + $p->add_line(); + } + } + + $f->set_position($cb["x"] + $line->w, $line->y); + + } +} diff --git a/htdocs/dompdf/include/inline_renderer.cls.php b/htdocs/dompdf/include/inline_renderer.cls.php new file mode 100644 index 000000000..7a8ff51c3 --- /dev/null +++ b/htdocs/dompdf/include/inline_renderer.cls.php @@ -0,0 +1,190 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Renders inline frames + * + * @access private + * @package dompdf + */ +class Inline_Renderer extends Abstract_Renderer { + + //........................................................................ + + function render(Frame $frame) { + $style = $frame->get_style(); + + if ( !$frame->get_first_child() ) + return; // No children, no service + + // Draw the left border if applicable + $bp = $style->get_border_properties(); + $widths = array($style->length_in_pt($bp["top"]["width"]), + $style->length_in_pt($bp["right"]["width"]), + $style->length_in_pt($bp["bottom"]["width"]), + $style->length_in_pt($bp["left"]["width"])); + + // Draw the background & border behind each child. To do this we need + // to figure out just how much space each child takes: + list($x, $y) = $frame->get_first_child()->get_position(); + $w = null; + $h = 0; +// $x += $widths[3]; +// $y += $widths[0]; + + $this->_set_opacity( $frame->get_opacity( $style->opacity ) ); + + $first_row = true; + + foreach ($frame->get_children() as $child) { + list($child_x, $child_y, $child_w, $child_h) = $child->get_padding_box(); + + if ( !is_null($w) && $child_x < $x + $w ) { + //This branch seems to be supposed to being called on the first part + //of an inline html element, and the part after the if clause for the + //parts after a line break. + //But because $w initially mostly is 0, and gets updated only on the next + //round, this seem to be never executed and the common close always. + + // The next child is on another line. Draw the background & + // borders on this line. + + // Background: + if ( ($bg = $style->background_color) !== "transparent" ) + $this->_canvas->filled_rectangle( $x, $y, $w, $h, $bg); + + if ( ($url = $style->background_image) && $url !== "none" ) { + $this->_background_image($url, $x, $y, $w, $h, $style); + } + + // If this is the first row, draw the left border + if ( $first_row ) { + + if ( $bp["left"]["style"] !== "none" && $bp["left"]["color"] !== "transparent" && $bp["left"]["width"] > 0 ) { + $method = "_border_" . $bp["left"]["style"]; + $this->$method($x, $y, $h + $widths[0] + $widths[2], $bp["left"]["color"], $widths, "left"); + } + $first_row = false; + } + + // Draw the top & bottom borders + if ( $bp["top"]["style"] !== "none" && $bp["top"]["color"] !== "transparent" && $bp["top"]["width"] > 0 ) { + $method = "_border_" . $bp["top"]["style"]; + $this->$method($x, $y, $w + $widths[1] + $widths[3], $bp["top"]["color"], $widths, "top"); + } + + if ( $bp["bottom"]["style"] !== "none" && $bp["bottom"]["color"] !== "transparent" && $bp["bottom"]["width"] > 0 ) { + $method = "_border_" . $bp["bottom"]["style"]; + $this->$method($x, $y + $h + $widths[0] + $widths[2], $w + $widths[1] + $widths[3], $bp["bottom"]["color"], $widths, "bottom"); + } + + // Handle anchors & links + $link_node = null; + if ( $frame->get_node()->nodeName === "a" ) { + $link_node = $frame->get_node(); + } + else if ( $frame->get_parent()->get_node()->nodeName === "a" ){ + $link_node = $frame->get_parent()->get_node(); + } + + if ( $link_node && $href = $link_node->getAttribute("href") ) { + $this->_canvas->add_link($href, $x, $y, $w, $h); + } + + $x = $child_x; + $y = $child_y; + $w = $child_w; + $h = $child_h; + continue; + } + + if ( is_null($w) ) + $w = $child_w; + else + $w += $child_w; + + $h = max($h, $child_h); + + if (DEBUG_LAYOUT && DEBUG_LAYOUT_INLINE) { + $this->_debug_layout($child->get_border_box(), "blue"); + if (DEBUG_LAYOUT_PADDINGBOX) { + $this->_debug_layout($child->get_padding_box(), "blue", array(0.5, 0.5)); + } + } + } + + + // Handle the last child + if ( ($bg = $style->background_color) !== "transparent" ) + $this->_canvas->filled_rectangle( $x + $widths[3], $y + $widths[0], $w, $h, $bg); + + //On continuation lines (after line break) of inline elements, the style got copied. + //But a non repeatable background image should not be repeated on the next line. + //But removing the background image above has never an effect, and removing it below + //removes it always, even on the initial line. + //Need to handle it elsewhere, e.g. on certain ...clone()... usages. + // Repeat not given: default is Style::__construct + // ... && (!($repeat = $style->background_repeat) || $repeat === "repeat" ... + //different position? $this->_background_image($url, $x, $y, $w, $h, $style); + if ( ($url = $style->background_image) && $url !== "none" ) + $this->_background_image($url, $x + $widths[3], $y + $widths[0], $w, $h, $style); + + // Add the border widths + $w += $widths[1] + $widths[3]; + $h += $widths[0] + $widths[2]; + + // make sure the border and background start inside the left margin + $left_margin = $style->length_in_pt($style->margin_left); + $x += $left_margin; + + // If this is the first row, draw the left border too + if ( $first_row && $bp["left"]["style"] !== "none" && $bp["left"]["color"] !== "transparent" && $widths[3] > 0 ) { + $method = "_border_" . $bp["left"]["style"]; + $this->$method($x, $y, $h, $bp["left"]["color"], $widths, "left"); + } + + // Draw the top & bottom borders + if ( $bp["top"]["style"] !== "none" && $bp["top"]["color"] !== "transparent" && $widths[0] > 0 ) { + $method = "_border_" . $bp["top"]["style"]; + $this->$method($x, $y, $w, $bp["top"]["color"], $widths, "top"); + } + + if ( $bp["bottom"]["style"] !== "none" && $bp["bottom"]["color"] !== "transparent" && $widths[2] > 0 ) { + $method = "_border_" . $bp["bottom"]["style"]; + $this->$method($x, $y + $h, $w, $bp["bottom"]["color"], $widths, "bottom"); + } + + // pre_var_dump(get_class($frame->get_next_sibling())); + // $last_row = get_class($frame->get_next_sibling()) !== 'Inline_Frame_Decorator'; + // Draw the right border if this is the last row + if ( $bp["right"]["style"] !== "none" && $bp["right"]["color"] !== "transparent" && $widths[1] > 0 ) { + $method = "_border_" . $bp["right"]["style"]; + $this->$method($x + $w, $y, $h, $bp["right"]["color"], $widths, "right"); + } + + // Only two levels of links frames + $link_node = null; + if ( $frame->get_node()->nodeName === "a" ) { + $link_node = $frame->get_node(); + + if ( ($name = $link_node->getAttribute("name")) || ($name = $link_node->getAttribute("id")) ) { + $this->_canvas->add_named_dest($name); + } + } + + if ( $frame->get_parent() && $frame->get_parent()->get_node()->nodeName === "a" ){ + $link_node = $frame->get_parent()->get_node(); + } + + // Handle anchors & links + if ( $link_node ) { + if ( $href = $link_node->getAttribute("href") ) + $this->_canvas->add_link($href, $x, $y, $w, $h); + } + } +} diff --git a/htdocs/dompdf/include/javascript_embedder.cls.php b/htdocs/dompdf/include/javascript_embedder.cls.php new file mode 100644 index 000000000..92c244b2d --- /dev/null +++ b/htdocs/dompdf/include/javascript_embedder.cls.php @@ -0,0 +1,37 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Embeds Javascript into the PDF document + * + * @access private + * @package dompdf + */ +class Javascript_Embedder { + + /** + * @var DOMPDF + */ + protected $_dompdf; + + function __construct(DOMPDF $dompdf) { + $this->_dompdf = $dompdf; + } + + function insert($script) { + $this->_dompdf->get_canvas()->javascript($script); + } + + function render(Frame $frame) { + if ( !$this->_dompdf->get_option("enable_javascript") ) { + return; + } + + $this->insert($frame->get_node()->nodeValue); + } +} diff --git a/htdocs/dompdf/include/line_box.cls.php b/htdocs/dompdf/include/line_box.cls.php new file mode 100644 index 000000000..352359729 --- /dev/null +++ b/htdocs/dompdf/include/line_box.cls.php @@ -0,0 +1,252 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * The line box class + * + * This class represents a line box + * http://www.w3.org/TR/CSS2/visuren.html#line-box + * + * @access protected + * @package dompdf + */ +class Line_Box { + + /** + * @var Block_Frame_Decorator + */ + protected $_block_frame; + + /** + * @var Frame[] + */ + protected $_frames = array(); + + /** + * @var integer + */ + public $wc = 0; + + /** + * @var float + */ + public $y = null; + + /** + * @var float + */ + public $w = 0.0; + + /** + * @var float + */ + public $h = 0.0; + + /** + * @var float + */ + public $left = 0.0; + + /** + * @var float + */ + public $right = 0.0; + + /** + * @var Frame + */ + public $tallest_frame = null; + + /** + * @var bool[] + */ + public $floating_blocks = array(); + + /** + * @var bool + */ + public $br = false; + + /** + * Class constructor + * + * @param Block_Frame_Decorator $frame the Block_Frame_Decorator containing this line + */ + function __construct(Block_Frame_Decorator $frame, $y = 0) { + $this->_block_frame = $frame; + $this->_frames = array(); + $this->y = $y; + + $this->get_float_offsets(); + } + + /** + * Returns the floating elements inside the first floating parent + * + * @param Page_Frame_Decorator $root + * + * @return Frame[] + */ + function get_floats_inside(Page_Frame_Decorator $root) { + $floating_frames = $root->get_floating_frames(); + + if ( count($floating_frames) == 0 ) { + return $floating_frames; + } + + // Find nearest floating element + $p = $this->_block_frame; + while( $p->get_style()->float === "none" ) { + $parent = $p->get_parent(); + + if ( !$parent ) { + break; + } + + $p = $parent; + } + + if ( $p == $root ) { + return $floating_frames; + } + + $parent = $p; + + $childs = array(); + + foreach ($floating_frames as $_floating) { + $p = $_floating->get_parent(); + + while (($p = $p->get_parent()) && $p !== $parent); + + if ( $p ) { + $childs[] = $p; + } + } + + return $childs; + } + + function get_float_offsets() { + $enable_css_float = $this->_block_frame->get_dompdf()->get_option("enable_css_float"); + if ( !$enable_css_float ) { + return; + } + + static $anti_infinite_loop = 500; // FIXME smelly hack + + $reflower = $this->_block_frame->get_reflower(); + + if ( !$reflower ) { + return; + } + + $cb_w = null; + + $block = $this->_block_frame; + $root = $block->get_root(); + + if ( !$root ) { + return; + } + + $floating_frames = $this->get_floats_inside($root); + + foreach ( $floating_frames as $child_key => $floating_frame ) { + $id = $floating_frame->get_id(); + + if ( isset($this->floating_blocks[$id]) ) { + continue; + } + + $floating_style = $floating_frame->get_style(); + $float = $floating_style->float; + + $floating_width = $floating_frame->get_margin_width(); + + if (!$cb_w) { + $cb_w = $floating_frame->get_containing_block("w"); + } + + $line_w = $this->get_width(); + + if ( !$floating_frame->_float_next_line && ($cb_w <= $line_w + $floating_width) && ($cb_w > $line_w) ) { + $floating_frame->_float_next_line = true; + continue; + } + + // If the child is still shifted by the floating element + if ( $anti_infinite_loop-- > 0 && + $floating_frame->get_position("y") + $floating_frame->get_margin_height() > $this->y && + $block->get_position("x") + $block->get_margin_width() > $floating_frame->get_position("x") + ) { + if ( $float === "left" ) + $this->left += $floating_width; + else + $this->right += $floating_width; + + $this->floating_blocks[$id] = true; + } + + // else, the floating element won't shift anymore + else { + $root->remove_floating_frame($child_key); + } + } + } + + /** + * @return float + */ + function get_width(){ + return $this->left + $this->w + $this->right; + } + + /** + * @return Block_Frame_Decorator + */ + function get_block_frame() { + return $this->_block_frame; + } + + /** + * @return Frame[] + */ + function &get_frames() { + return $this->_frames; + } + + /** + * @param Frame $frame + */ + function add_frame(Frame $frame) { + $this->_frames[] = $frame; + } + + function __toString(){ + $props = array("wc", "y", "w", "h", "left", "right", "br"); + $s = ""; + foreach($props as $prop) { + $s .= "$prop: ".$this->$prop."\n"; + } + $s .= count($this->_frames)." frames\n"; + return $s; + } + /*function __get($prop) { + if (!isset($this->{"_$prop"})) return; + return $this->{"_$prop"}; + }*/ +} + +/* +class LineBoxList implements Iterator { + private $_p = 0; + private $_lines = array(); + +} +*/ diff --git a/htdocs/dompdf/include/list_bullet_frame_decorator.cls.php b/htdocs/dompdf/include/list_bullet_frame_decorator.cls.php new file mode 100644 index 000000000..a661dc050 --- /dev/null +++ b/htdocs/dompdf/include/list_bullet_frame_decorator.cls.php @@ -0,0 +1,65 @@ + + * @author Helmut Tischer + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Decorates frames for list bullet rendering + * + * @access private + * @package dompdf + */ +class List_Bullet_Frame_Decorator extends Frame_Decorator { + + const BULLET_PADDING = 1; // Distance from bullet to text in pt + // As fraction of font size (including descent). See also DECO_THICKNESS. + const BULLET_THICKNESS = 0.04; // Thickness of bullet outline. Screen: 0.08, print: better less, e.g. 0.04 + const BULLET_DESCENT = 0.3; //descent of font below baseline. Todo: Guessed for now. + const BULLET_SIZE = 0.35; // bullet diameter. For now 0.5 of font_size without descent. + + static $BULLET_TYPES = array("disc", "circle", "square"); + + //........................................................................ + + function __construct(Frame $frame, DOMPDF $dompdf) { + parent::__construct($frame, $dompdf); + } + + function get_margin_width() { + $style = $this->_frame->get_style(); + + // Small hack to prevent extra indenting of list text on list_style_position === "inside" + // and on suppressed bullet + if ( $style->list_style_position === "outside" || + $style->list_style_type === "none" ) { + return 0; + } + + return $style->get_font_size() * self::BULLET_SIZE + 2 * self::BULLET_PADDING; + } + + //hits only on "inset" lists items, to increase height of box + function get_margin_height() { + $style = $this->_frame->get_style(); + + if ( $style->list_style_type === "none" ) { + return 0; + } + + return $style->get_font_size() * self::BULLET_SIZE + 2 * self::BULLET_PADDING; + } + + function get_width() { + return $this->get_margin_height(); + } + + function get_height() { + return $this->get_margin_height(); + } + + //........................................................................ +} diff --git a/htdocs/dompdf/include/list_bullet_frame_reflower.cls.php b/htdocs/dompdf/include/list_bullet_frame_reflower.cls.php new file mode 100644 index 000000000..283056f00 --- /dev/null +++ b/htdocs/dompdf/include/list_bullet_frame_reflower.cls.php @@ -0,0 +1,33 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Reflows list bullets + * + * @access private + * @package dompdf + */ +class List_Bullet_Frame_Reflower extends Frame_Reflower { + + function __construct(Frame_Decorator $frame) { parent::__construct($frame); } + + //........................................................................ + + function reflow(Block_Frame_Decorator $block = null) { + $style = $this->_frame->get_style(); + + $style->width = $this->_frame->get_width(); + $this->_frame->position(); + + if ( $style->list_style_position === "inside" ) { + $p = $this->_frame->find_block_parent(); + $p->add_frame_to_line($this->_frame); + } + + } +} diff --git a/htdocs/dompdf/include/list_bullet_image_frame_decorator.cls.php b/htdocs/dompdf/include/list_bullet_image_frame_decorator.cls.php new file mode 100644 index 000000000..f27ca3d68 --- /dev/null +++ b/htdocs/dompdf/include/list_bullet_image_frame_decorator.cls.php @@ -0,0 +1,143 @@ + + * @author Helmut Tischer + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Decorates frames for list bullets with custom images + * + * @access private + * @package dompdf + */ +class List_Bullet_Image_Frame_Decorator extends Frame_Decorator { + + /** + * The underlying image frame + * + * @var Image_Frame_Decorator + */ + protected $_img; + + /** + * The image's width in pixels + * + * @var int + */ + protected $_width; + + /** + * The image's height in pixels + * + * @var int + */ + protected $_height; + + /** + * Class constructor + * + * @param Frame $frame the bullet frame to decorate + * @param DOMPDF $dompdf the document's dompdf object + */ + function __construct(Frame $frame, DOMPDF $dompdf) { + $style = $frame->get_style(); + $url = $style->list_style_image; + $frame->get_node()->setAttribute("src", $url); + $this->_img = new Image_Frame_Decorator($frame, $dompdf); + parent::__construct($this->_img, $dompdf); + list($width, $height) = dompdf_getimagesize($this->_img->get_image_url()); + + // Resample the bullet image to be consistent with 'auto' sized images + // See also Image_Frame_Reflower::get_min_max_width + // Tested php ver: value measured in px, suffix "px" not in value: rtrim unnecessary. + $dpi = $this->_dompdf->get_option("dpi"); + $this->_width = ((float)rtrim($width, "px") * 72) / $dpi; + $this->_height = ((float)rtrim($height, "px") * 72) / $dpi; + + //If an image is taller as the containing block/box, the box should be extended. + //Neighbour elements are overwriting the overlapping image areas. + //Todo: Where can the box size be extended? + //Code below has no effect. + //See block_frame_reflower _calculate_restricted_height + //See generated_frame_reflower, Dompdf:render() "list-item", "-dompdf-list-bullet"S. + //Leave for now + //if ($style->min_height < $this->_height ) { + // $style->min_height = $this->_height; + //} + //$style->height = "auto"; + } + + /** + * Return the bullet's width + * + * @return int + */ + function get_width() { + //ignore image width, use same width as on predefined bullet List_Bullet_Frame_Decorator + //for proper alignment of bullet image and text. Allow image to not fitting on left border. + //This controls the distance between bullet image and text + //return $this->_width; + return $this->_frame->get_style()->get_font_size()*List_Bullet_Frame_Decorator::BULLET_SIZE + + 2 * List_Bullet_Frame_Decorator::BULLET_PADDING; + } + + /** + * Return the bullet's height + * + * @return int + */ + function get_height() { + //based on image height + return $this->_height; + } + + /** + * Override get_margin_width + * + * @return int + */ + function get_margin_width() { + //ignore image width, use same width as on predefined bullet List_Bullet_Frame_Decorator + //for proper alignment of bullet image and text. Allow image to not fitting on left border. + //This controls the extra indentation of text to make room for the bullet image. + //Here use actual image size, not predefined bullet size + //return $this->_frame->get_style()->get_font_size()*List_Bullet_Frame_Decorator::BULLET_SIZE + + // 2 * List_Bullet_Frame_Decorator::BULLET_PADDING; + + // Small hack to prevent indenting of list text + // Image Might not exist, then position like on list_bullet_frame_decorator fallback to none. + if ( $this->_frame->get_style()->list_style_position === "outside" || + $this->_width == 0) + return 0; + //This aligns the "inside" image position with the text. + //The text starts to the right of the image. + //Between the image and the text there is an added margin of image width. + //Where this comes from is unknown. + //The corresponding List_Bullet_Frame_Decorator sets a smaller margin. bullet size? + return $this->_width + 2 * List_Bullet_Frame_Decorator::BULLET_PADDING; + } + + /** + * Override get_margin_height() + * + * @return int + */ + function get_margin_height() { + //Hits only on "inset" lists items, to increase height of box + //based on image height + return $this->_height + 2 * List_Bullet_Frame_Decorator::BULLET_PADDING; + } + + /** + * Return image url + * + * @return string + */ + function get_image_url() { + return $this->_img->get_image_url(); + } + +} diff --git a/htdocs/dompdf/include/list_bullet_positioner.cls.php b/htdocs/dompdf/include/list_bullet_positioner.cls.php new file mode 100644 index 000000000..7e89ae471 --- /dev/null +++ b/htdocs/dompdf/include/list_bullet_positioner.cls.php @@ -0,0 +1,73 @@ + + * @author Helmut Tischer + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Positions list bullets + * + * @access private + * @package dompdf + */ +class List_Bullet_Positioner extends Positioner { + + function __construct(Frame_Decorator $frame) { parent::__construct($frame); } + + //........................................................................ + + function position() { + + // Bullets & friends are positioned an absolute distance to the left of + // the content edge of their parent element + $cb = $this->_frame->get_containing_block(); + + // Note: this differs from most frames in that we must position + // ourselves after determining our width + $x = $cb["x"] - $this->_frame->get_width(); + + $p = $this->_frame->find_block_parent(); + + $y = $p->get_current_line_box()->y; + + // This is a bit of a hack... + $n = $this->_frame->get_next_sibling(); + if ( $n ) { + $style = $n->get_style(); + $line_height = $style->length_in_pt($style->line_height, $style->get_font_size()); + $offset = $style->length_in_pt($line_height, $n->get_containing_block("h")) - $this->_frame->get_height(); + $y += $offset / 2; + } + + // Now the position is the left top of the block which should be marked with the bullet. + // We tried to find out the y of the start of the first text character within the block. + // But the top margin/padding does not fit, neither from this nor from the next sibling + // The "bit of a hack" above does not work also. + + // Instead let's position the bullet vertically centered to the block which should be marked. + // But for get_next_sibling() the get_containing_block is all zero, and for find_block_parent() + // the get_containing_block is paper width and the entire list as height. + + // if ($p) { + // //$cb = $n->get_containing_block(); + // $cb = $p->get_containing_block(); + // $y += $cb["h"]/2; + // print 'cb:'.$cb["x"].':'.$cb["y"].':'.$cb["w"].':'.$cb["h"].':'; + // } + + // Todo: + // For now give up on the above. Use Guesswork with font y-pos in the middle of the line spacing + + /*$style = $p->get_style(); + $font_size = $style->get_font_size(); + $line_height = $style->length_in_pt($style->line_height, $font_size); + $y += ($line_height - $font_size) / 2; */ + + //Position is x-end y-top of character position of the bullet. + $this->_frame->set_position($x, $y); + + } +} diff --git a/htdocs/dompdf/include/list_bullet_renderer.cls.php b/htdocs/dompdf/include/list_bullet_renderer.cls.php new file mode 100644 index 000000000..6b984764f --- /dev/null +++ b/htdocs/dompdf/include/list_bullet_renderer.cls.php @@ -0,0 +1,236 @@ + + * @author Helmut Tischer + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Renders list bullets + * + * @access private + * @package dompdf + */ +class List_Bullet_Renderer extends Abstract_Renderer { + static function get_counter_chars($type) { + static $cache = array(); + + if ( isset($cache[$type]) ) { + return $cache[$type]; + } + + $uppercase = false; + $text = ""; + + switch ($type) { + case "decimal-leading-zero": + case "decimal": + case "1": + return "0123456789"; + + case "upper-alpha": + case "upper-latin": + case "A": + $uppercase = true; + case "lower-alpha": + case "lower-latin": + case "a": + $text = "abcdefghijklmnopqrstuvwxyz"; + break; + + case "upper-roman": + case "I": + $uppercase = true; + case "lower-roman": + case "i": + $text = "ivxlcdm"; + break; + + case "lower-greek": + for($i = 0; $i < 24; $i++) { + $text .= unichr($i+944); + } + break; + } + + if ( $uppercase ) { + $text = strtoupper($text); + } + + return $cache[$type] = "$text."; + } + + /** + * @param integer $n + * @param string $type + * @param integer $pad + * + * @return string + */ + private function make_counter($n, $type, $pad = null){ + $n = intval($n); + $text = ""; + $uppercase = false; + + switch ($type) { + case "decimal-leading-zero": + case "decimal": + case "1": + if ($pad) + $text = str_pad($n, $pad, "0", STR_PAD_LEFT); + else + $text = $n; + break; + + case "upper-alpha": + case "upper-latin": + case "A": + $uppercase = true; + case "lower-alpha": + case "lower-latin": + case "a": + $text = chr( ($n % 26) + ord('a') - 1); + break; + + case "upper-roman": + case "I": + $uppercase = true; + case "lower-roman": + case "i": + $text = dec2roman($n); + break; + + case "lower-greek": + $text = unichr($n + 944); + break; + } + + if ( $uppercase ) { + $text = strtoupper($text); + } + + return "$text."; + } + + function render(Frame $frame) { + $style = $frame->get_style(); + $font_size = $style->get_font_size(); + $line_height = $style->length_in_pt($style->line_height, $frame->get_containing_block("w")); + + $this->_set_opacity( $frame->get_opacity( $style->opacity ) ); + + $li = $frame->get_parent(); + + // Don't render bullets twice if if was split + if ($li->_splitted) { + return; + } + + // Handle list-style-image + // If list style image is requested but missing, fall back to predefined types + if ( $style->list_style_image !== "none" && + !Image_Cache::is_broken($img = $frame->get_image_url())) { + + list($x,$y) = $frame->get_position(); + + //For expected size and aspect, instead of box size, use image natural size scaled to DPI. + // Resample the bullet image to be consistent with 'auto' sized images + // See also Image_Frame_Reflower::get_min_max_width + // Tested php ver: value measured in px, suffix "px" not in value: rtrim unnecessary. + //$w = $frame->get_width(); + //$h = $frame->get_height(); + list($width, $height) = dompdf_getimagesize($img); + $dpi = $this->_dompdf->get_option("dpi"); + $w = ((float)rtrim($width, "px") * 72) / $dpi; + $h = ((float)rtrim($height, "px") * 72) / $dpi; + + $x -= $w; + $y -= ($line_height - $font_size)/2; //Reverse hinting of list_bullet_positioner + + $this->_canvas->image( $img, $x, $y, $w, $h); + + } else { + + $bullet_style = $style->list_style_type; + + $fill = false; + + switch ($bullet_style) { + + default: + case "disc": + $fill = true; + + case "circle": + list($x,$y) = $frame->get_position(); + $r = ($font_size*(List_Bullet_Frame_Decorator::BULLET_SIZE /*-List_Bullet_Frame_Decorator::BULLET_THICKNESS*/ ))/2; + $x -= $font_size*(List_Bullet_Frame_Decorator::BULLET_SIZE/2); + $y += ($font_size*(1-List_Bullet_Frame_Decorator::BULLET_DESCENT))/2; + $o = $font_size*List_Bullet_Frame_Decorator::BULLET_THICKNESS; + $this->_canvas->circle($x, $y, $r, $style->color, $o, null, $fill); + break; + + case "square": + list($x, $y) = $frame->get_position(); + $w = $font_size*List_Bullet_Frame_Decorator::BULLET_SIZE; + $x -= $w; + $y += ($font_size*(1-List_Bullet_Frame_Decorator::BULLET_DESCENT-List_Bullet_Frame_Decorator::BULLET_SIZE))/2; + $this->_canvas->filled_rectangle($x, $y, $w, $w, $style->color); + break; + + case "decimal-leading-zero": + case "decimal": + case "lower-alpha": + case "lower-latin": + case "lower-roman": + case "lower-greek": + case "upper-alpha": + case "upper-latin": + case "upper-roman": + case "1": // HTML 4.0 compatibility + case "a": + case "i": + case "A": + case "I": + $pad = null; + if ( $bullet_style === "decimal-leading-zero" ) { + $pad = strlen($li->get_parent()->get_node()->getAttribute("dompdf-children-count")); + } + + $node = $frame->get_node(); + + if ( !$node->hasAttribute("dompdf-counter") ) { + return; + } + + $index = $node->getAttribute("dompdf-counter"); + $text = $this->make_counter($index, $bullet_style, $pad); + + if ( trim($text) == "" ) { + return; + } + + $spacing = 0; + $font_family = $style->font_family; + + $line = $li->get_containing_line(); + list($x, $y) = array($frame->get_position("x"), $line->y); + + $x -= Font_Metrics::get_text_width($text, $font_family, $font_size, $spacing); + + // Take line-height into account + $line_height = $style->line_height; + $y += ($line_height - $font_size) / 4; // FIXME I thought it should be 2, but 4 gives better results + + $this->_canvas->text($x, $y, $text, + $font_family, $font_size, + $style->color, $spacing); + + case "none": + break; + } + } + } +} diff --git a/htdocs/dompdf/include/null_frame_decorator.cls.php b/htdocs/dompdf/include/null_frame_decorator.cls.php new file mode 100644 index 000000000..15f806d0d --- /dev/null +++ b/htdocs/dompdf/include/null_frame_decorator.cls.php @@ -0,0 +1,26 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Dummy decorator + * + * @access private + * @package dompdf + */ +class Null_Frame_Decorator extends Frame_Decorator { + + function __construct(Frame $frame, DOMPDF $dompdf) { + parent::__construct($frame, $dompdf); + $style = $this->_frame->get_style(); + $style->width = 0; + $style->height = 0; + $style->margin = 0; + $style->padding = 0; + } + +} diff --git a/htdocs/dompdf/include/null_frame_reflower.cls.php b/htdocs/dompdf/include/null_frame_reflower.cls.php new file mode 100644 index 000000000..389f1479d --- /dev/null +++ b/htdocs/dompdf/include/null_frame_reflower.cls.php @@ -0,0 +1,21 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Dummy reflower + * + * @access private + * @package dompdf + */ +class Null_Frame_Reflower extends Frame_Reflower { + + function __construct(Frame $frame) { parent::__construct($frame); } + + function reflow(Block_Frame_Decorator $block = null) { return; } + +} diff --git a/htdocs/dompdf/include/null_positioner.cls.php b/htdocs/dompdf/include/null_positioner.cls.php new file mode 100644 index 000000000..97d4986dc --- /dev/null +++ b/htdocs/dompdf/include/null_positioner.cls.php @@ -0,0 +1,23 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Dummy positioner + * + * @access private + * @package dompdf + */ +class Null_Positioner extends Positioner { + + function __construct(Frame_Decorator $frame) { + parent::__construct($frame); + } + + function position() { return; } + +} diff --git a/htdocs/dompdf/include/page_cache.cls.php b/htdocs/dompdf/include/page_cache.cls.php new file mode 100644 index 000000000..652da160a --- /dev/null +++ b/htdocs/dompdf/include/page_cache.cls.php @@ -0,0 +1,126 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Caches individual rendered PDF pages + * + * Not totally implemented yet. Use at your own risk ;) + * + * @access private + * @package dompdf + * @static + */ +class Page_Cache { + + const DB_USER = "dompdf_page_cache"; + const DB_PASS = "some meaningful password"; + const DB_NAME = "dompdf_page_cache"; + + static private $__connection = null; + + static function init() { + if ( is_null(self::$__connection) ) { + $con_str = "host=" . DB_HOST . + " dbname=" . self::DB_NAME . + " user=" . self::DB_USER . + " password=" . self::DB_PASS; + + if ( !self::$__connection = pg_connect($con_str) ) + throw new Exception("Database connection failed."); + } + } + + function __construct() { throw new Exception("Can not create instance of Page_Class. Class is static."); } + + private static function __query($sql) { + if ( !($res = pg_query(self::$__connection, $sql)) ) + throw new Exception(pg_last_error(self::$__connection)); + return $res; + } + + static function store_page($id, $page_num, $data) { + $where = "WHERE id='" . pg_escape_string($id) . "' AND ". + "page_num=". pg_escape_string($page_num); + + $res = self::__query("SELECT timestamp FROM page_cache ". $where); + + $row = pg_fetch_assoc($res); + + if ( $row ) + self::__query("UPDATE page_cache SET data='" . pg_escape_string($data) . "' " . $where); + else + self::__query("INSERT INTO page_cache (id, page_num, data) VALUES ('" . pg_escape_string($id) . "', ". + pg_escape_string($page_num) . ", ". + "'". pg_escape_string($data) . "')"); + + } + + static function store_fonts($id, $fonts) { + self::__query("BEGIN"); + // Update the font information + self::__query("DELETE FROM page_fonts WHERE id='" . pg_escape_string($id) . "'"); + + foreach (array_keys($fonts) as $font) + self::__query("INSERT INTO page_fonts (id, font_name) VALUES ('" . + pg_escape_string($id) . "', '" . pg_escape_string($font) . "')"); + self::__query("COMMIT"); + } + +// static function retrieve_page($id, $page_num) { + +// $res = self::__query("SELECT data FROM page_cache WHERE id='" . pg_escape_string($id) . "' AND ". +// "page_num=". pg_escape_string($page_num)); + +// $row = pg_fetch_assoc($res); + +// return pg_unescape_bytea($row["data"]); + +// } + + static function get_page_timestamp($id, $page_num) { + $res = self::__query("SELECT timestamp FROM page_cache WHERE id='" . pg_escape_string($id) . "' AND ". + "page_num=". pg_escape_string($page_num)); + + $row = pg_fetch_assoc($res); + + return $row["timestamp"]; + + } + + // Adds the cached document referenced by $id to the provided pdf + static function insert_cached_document(CPDF_Adapter $pdf, $id, $new_page = true) { + $res = self::__query("SELECT font_name FROM page_fonts WHERE id='" . pg_escape_string($id) . "'"); + + // Ensure that the fonts needed by the cached document are loaded into + // the pdf + while ($row = pg_fetch_assoc($res)) + $pdf->get_cpdf()->selectFont($row["font_name"]); + + $res = self::__query("SELECT data FROM page_cache WHERE id='" . pg_escape_string($id) . "'"); + + if ( $new_page ) + $pdf->new_page(); + + $first = true; + while ($row = pg_fetch_assoc($res)) { + + if ( !$first ) + $pdf->new_page(); + else + $first = false; + + $page = $pdf->reopen_serialized_object($row["data"]); + //$pdf->close_object(); + $pdf->add_object($page, "add"); + + } + + } +} + +Page_Cache::init(); diff --git a/htdocs/dompdf/include/page_frame_decorator.cls.php b/htdocs/dompdf/include/page_frame_decorator.cls.php new file mode 100644 index 000000000..f089d0075 --- /dev/null +++ b/htdocs/dompdf/include/page_frame_decorator.cls.php @@ -0,0 +1,592 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Decorates frames for page layout + * + * @access private + * @package dompdf + */ +class Page_Frame_Decorator extends Frame_Decorator { + + /** + * y value of bottom page margin + * + * @var float + */ + protected $_bottom_page_margin; + + /** + * Flag indicating page is full. + * + * @var bool + */ + protected $_page_full; + + /** + * Number of tables currently being reflowed + * + * @var int + */ + protected $_in_table; + + /** + * The pdf renderer + * + * @var Renderer + */ + protected $_renderer; + + /** + * This page's floating frames + * + * @var array + */ + protected $_floating_frames = array(); + + //........................................................................ + + /** + * Class constructor + * + * @param Frame $frame the frame to decorate + * @param DOMPDF $dompdf + */ + function __construct(Frame $frame, DOMPDF $dompdf) { + parent::__construct($frame, $dompdf); + $this->_page_full = false; + $this->_in_table = 0; + $this->_bottom_page_margin = null; + } + + /** + * Set the renderer used for this pdf + * + * @param Renderer $renderer the renderer to use + */ + function set_renderer($renderer) { + $this->_renderer = $renderer; + } + + /** + * Return the renderer used for this pdf + * + * @return Renderer + */ + function get_renderer() { + return $this->_renderer; + } + + /** + * Set the frame's containing block. Overridden to set $this->_bottom_page_margin. + * + * @param float $x + * @param float $y + * @param float $w + * @param float $h + */ + function set_containing_block($x = null, $y = null, $w = null, $h = null) { + parent::set_containing_block($x,$y,$w,$h); + //$w = $this->get_containing_block("w"); + if ( isset($h) ) + $this->_bottom_page_margin = $h; // - $this->_frame->get_style()->length_in_pt($this->_frame->get_style()->margin_bottom, $w); + } + + /** + * Returns true if the page is full and is no longer accepting frames. + * + * @return bool + */ + function is_full() { + return $this->_page_full; + } + + /** + * Start a new page by resetting the full flag. + */ + function next_page() { + $this->_floating_frames = array(); + $this->_renderer->new_page(); + $this->_page_full = false; + } + + /** + * Indicate to the page that a table is currently being reflowed. + */ + function table_reflow_start() { + $this->_in_table++; + } + + /** + * Indicate to the page that table reflow is finished. + */ + function table_reflow_end() { + $this->_in_table--; + } + + /** + * Return whether we are currently in a nested table or not + * + * @return bool + */ + function in_nested_table() { + return $this->_in_table > 1; + } + + /** + * Check if a forced page break is required before $frame. This uses the + * frame's page_break_before property as well as the preceeding frame's + * page_break_after property. + * + * @link http://www.w3.org/TR/CSS21/page.html#forced + * + * @param Frame $frame the frame to check + * @return bool true if a page break occured + */ + function check_forced_page_break(Frame $frame) { + + // Skip check if page is already split + if ( $this->_page_full ) + return null; + + $block_types = array("block", "list-item", "table", "inline"); + $page_breaks = array("always", "left", "right"); + + $style = $frame->get_style(); + + if ( !in_array($style->display, $block_types) ) + return false; + + // Find the previous block-level sibling + $prev = $frame->get_prev_sibling(); + + while ( $prev && !in_array($prev->get_style()->display, $block_types) ) + $prev = $prev->get_prev_sibling(); + + + if ( in_array($style->page_break_before, $page_breaks) ) { + + // Prevent cascading splits + $frame->split(null, true); + // We have to grab the style again here because split() resets + // $frame->style to the frame's orignal style. + $frame->get_style()->page_break_before = "auto"; + $this->_page_full = true; + + return true; + } + + if ( $prev && in_array($prev->get_style()->page_break_after, $page_breaks) ) { + // Prevent cascading splits + $frame->split(null, true); + $prev->get_style()->page_break_after = "auto"; + $this->_page_full = true; + return true; + } + + if( $prev && $prev->get_last_child() && $frame->get_node()->nodeName != "body" ) { + $prev_last_child = $prev->get_last_child(); + if ( in_array($prev_last_child->get_style()->page_break_after, $page_breaks) ) { + $frame->split(null, true); + $prev_last_child->get_style()->page_break_after = "auto"; + $this->_page_full = true; + return true; + } + } + + + return false; + } + + /** + * Determine if a page break is allowed before $frame + * http://www.w3.org/TR/CSS21/page.html#allowed-page-breaks + * + * In the normal flow, page breaks can occur at the following places: + * + * 1. In the vertical margin between block boxes. When a page + * break occurs here, the used values of the relevant + * 'margin-top' and 'margin-bottom' properties are set to '0'. + * 2. Between line boxes inside a block box. + * + * These breaks are subject to the following rules: + * + * * Rule A: Breaking at (1) is allowed only if the + * 'page-break-after' and 'page-break-before' properties of + * all the elements generating boxes that meet at this margin + * allow it, which is when at least one of them has the value + * 'always', 'left', or 'right', or when all of them are + * 'auto'. + * + * * Rule B: However, if all of them are 'auto' and the + * nearest common ancestor of all the elements has a + * 'page-break-inside' value of 'avoid', then breaking here is + * not allowed. + * + * * Rule C: Breaking at (2) is allowed only if the number of + * line boxes between the break and the start of the enclosing + * block box is the value of 'orphans' or more, and the number + * of line boxes between the break and the end of the box is + * the value of 'widows' or more. + * + * * Rule D: In addition, breaking at (2) is allowed only if + * the 'page-break-inside' property is 'auto'. + * + * If the above doesn't provide enough break points to keep + * content from overflowing the page boxes, then rules B and D are + * dropped in order to find additional breakpoints. + * + * If that still does not lead to sufficient break points, rules A + * and C are dropped as well, to find still more break points. + * + * We will also allow breaks between table rows. However, when + * splitting a table, the table headers should carry over to the + * next page (but they don't yet). + * + * @param Frame $frame the frame to check + * @return bool true if a break is allowed, false otherwise + */ + protected function _page_break_allowed(Frame $frame) { + + $block_types = array("block", "list-item", "table", "-dompdf-image"); + dompdf_debug("page-break", "_page_break_allowed(" . $frame->get_node()->nodeName. ")"); + $display = $frame->get_style()->display; + + // Block Frames (1): + if ( in_array($display, $block_types) ) { + + // Avoid breaks within table-cells + if ( $this->_in_table ) { + dompdf_debug("page-break", "In table: " . $this->_in_table); + return false; + } + + // Rules A & B + + if ( $frame->get_style()->page_break_before === "avoid" ) { + dompdf_debug("page-break", "before: avoid"); + return false; + } + + // Find the preceeding block-level sibling + $prev = $frame->get_prev_sibling(); + while ( $prev && !in_array($prev->get_style()->display, $block_types) ) + $prev = $prev->get_prev_sibling(); + + // Does the previous element allow a page break after? + if ( $prev && $prev->get_style()->page_break_after === "avoid" ) { + dompdf_debug("page-break", "after: avoid"); + return false; + } + + // If both $prev & $frame have the same parent, check the parent's + // page_break_inside property. + $parent = $frame->get_parent(); + if ( $prev && $parent && $parent->get_style()->page_break_inside === "avoid" ) { + dompdf_debug("page-break", "parent inside: avoid"); + return false; + } + + // To prevent cascading page breaks when a top-level element has + // page-break-inside: avoid, ensure that at least one frame is + // on the page before splitting. + if ( $parent->get_node()->nodeName === "body" && !$prev ) { + // We are the body's first child + dompdf_debug("page-break", "Body's first child."); + return false; + } + + // If the frame is the first block-level frame, use the value from + // $frame's parent instead. + if ( !$prev && $parent ) + return $this->_page_break_allowed( $parent ); + + dompdf_debug("page-break", "block: break allowed"); + return true; + + } + + // Inline frames (2): + else if ( in_array($display, Style::$INLINE_TYPES) ) { + + // Avoid breaks within table-cells + if ( $this->_in_table ) { + dompdf_debug("page-break", "In table: " . $this->_in_table); + return false; + } + + // Rule C + $block_parent = $frame->find_block_parent(); + if ( count($block_parent->get_line_boxes() ) < $frame->get_style()->orphans ) { + dompdf_debug("page-break", "orphans"); + return false; + } + + // FIXME: Checking widows is tricky without having laid out the + // remaining line boxes. Just ignore it for now... + + // Rule D + $p = $block_parent; + while ($p) { + if ( $p->get_style()->page_break_inside === "avoid" ) { + dompdf_debug("page-break", "parent->inside: avoid"); + return false; + } + $p = $p->find_block_parent(); + } + + // To prevent cascading page breaks when a top-level element has + // page-break-inside: avoid, ensure that at least one frame with + // some content is on the page before splitting. + $prev = $frame->get_prev_sibling(); + while ( $prev && ($prev->is_text_node() && trim($prev->get_node()->nodeValue) == "") ) + $prev = $prev->get_prev_sibling(); + + if ( $block_parent->get_node()->nodeName === "body" && !$prev ) { + // We are the body's first child + dompdf_debug("page-break", "Body's first child."); + return false; + } + + // Skip breaks on empty text nodes + if ( $frame->is_text_node() && + $frame->get_node()->nodeValue == "" ) + return false; + + dompdf_debug("page-break", "inline: break allowed"); + return true; + + // Table-rows + } else if ( $display === "table-row" ) { + + // Simply check if the parent table's page_break_inside property is + // not 'avoid' + $p = Table_Frame_Decorator::find_parent_table($frame); + + while ($p) { + if ( $p->get_style()->page_break_inside === "avoid" ) { + dompdf_debug("page-break", "parent->inside: avoid"); + return false; + } + $p = $p->find_block_parent(); + } + + // Avoid breaking after the first row of a table + if ( $p && $p->get_first_child() === $frame) { + dompdf_debug("page-break", "table: first-row"); + return false; + } + + // If this is a nested table, prevent the page from breaking + if ( $this->_in_table > 1 ) { + dompdf_debug("page-break", "table: nested table"); + return false; + } + + dompdf_debug("page-break","table-row/row-groups: break allowed"); + return true; + + } else if ( in_array($display, Table_Frame_Decorator::$ROW_GROUPS) ) { + + // Disallow breaks at row-groups: only split at row boundaries + return false; + + } else { + + dompdf_debug("page-break", "? " . $frame->get_style()->display . ""); + return false; + } + + } + + /** + * Check if $frame will fit on the page. If the frame does not fit, + * the frame tree is modified so that a page break occurs in the + * correct location. + * + * @param Frame $frame the frame to check + * @return Frame the frame following the page break + */ + function check_page_break(Frame $frame) { + // Do not split if we have already or if the frame was already + // pushed to the next page (prevents infinite loops) + if ( $this->_page_full || $frame->_already_pushed ) { + return false; + } + + // If the frame is absolute of fixed it shouldn't break + $p = $frame; + do { + if ( $p->is_absolute() ) + return false; + } while ( $p = $p->get_parent() ); + + $margin_height = $frame->get_margin_height(); + + // FIXME If the row is taller than the page and + // if it the first of the page, we don't break + if ( $frame->get_style()->display === "table-row" && + !$frame->get_prev_sibling() && + $margin_height > $this->get_margin_height() ) + return false; + + // Determine the frame's maximum y value + $max_y = $frame->get_position("y") + $margin_height; + + // If a split is to occur here, then the bottom margins & paddings of all + // parents of $frame must fit on the page as well: + $p = $frame->get_parent(); + while ( $p ) { + $style = $p->get_style(); + $max_y += $style->length_in_pt(array($style->margin_bottom, + $style->padding_bottom, + $style->border_bottom_width)); + $p = $p->get_parent(); + } + + + // Check if $frame flows off the page + if ( $max_y <= $this->_bottom_page_margin ) + // no: do nothing + return false; + + dompdf_debug("page-break", "check_page_break"); + dompdf_debug("page-break", "in_table: " . $this->_in_table); + + // yes: determine page break location + $iter = $frame; + $flg = false; + + $in_table = $this->_in_table; + + dompdf_debug("page-break","Starting search"); + while ( $iter ) { + // echo "\nbacktrack: " .$iter->get_node()->nodeName ." ".spl_object_hash($iter->get_node()). ""; + if ( $iter === $this ) { + dompdf_debug("page-break", "reached root."); + // We've reached the root in our search. Just split at $frame. + break; + } + + if ( $this->_page_break_allowed($iter) ) { + dompdf_debug("page-break","break allowed, splitting."); + $iter->split(null, true); + $this->_page_full = true; + $this->_in_table = $in_table; + $frame->_already_pushed = true; + return true; + } + + if ( !$flg && $next = $iter->get_last_child() ) { + dompdf_debug("page-break", "following last child."); + + if ( $next->is_table() ) + $this->_in_table++; + + $iter = $next; + continue; + } + + if ( $next = $iter->get_prev_sibling() ) { + dompdf_debug("page-break", "following prev sibling."); + + if ( $next->is_table() && !$iter->is_table() ) + $this->_in_table++; + + else if ( !$next->is_table() && $iter->is_table() ) + $this->_in_table--; + + $iter = $next; + $flg = false; + continue; + } + + if ( $next = $iter->get_parent() ) { + dompdf_debug("page-break", "following parent."); + + if ( $iter->is_table() ) + $this->_in_table--; + + $iter = $next; + $flg = true; + continue; + } + + break; + } + + $this->_in_table = $in_table; + + // No valid page break found. Just break at $frame. + dompdf_debug("page-break", "no valid break found, just splitting."); + + // If we are in a table, backtrack to the nearest top-level table row + if ( $this->_in_table ) { + $iter = $frame; + while ($iter && $iter->get_style()->display !== "table-row") + $iter = $iter->get_parent(); + + $iter->split(null, true); + } else { + $frame->split(null, true); + } + + $this->_page_full = true; + $frame->_already_pushed = true; + return true; + } + + //........................................................................ + + function split(Frame $frame = null, $force_pagebreak = false) { + // Do nothing + } + + /** + * Add a floating frame + * + * @param Frame $frame + * + * @return void + */ + function add_floating_frame(Frame $frame) { + array_unshift($this->_floating_frames, $frame); + } + + /** + * @return Frame[] + */ + function get_floating_frames() { + return $this->_floating_frames; + } + + public function remove_floating_frame($key) { + unset($this->_floating_frames[$key]); + } + + public function get_lowest_float_offset(Frame $child) { + $style = $child->get_style(); + $side = $style->clear; + $float = $style->float; + + $y = 0; + + foreach($this->_floating_frames as $key => $frame) { + if ( $side === "both" || $frame->get_style()->float === $side ) { + $y = max($y, $frame->get_position("y") + $frame->get_margin_height()); + + if ( $float !== "none" ) { + $this->remove_floating_frame($key); + } + } + } + + return $y; + } + +} diff --git a/htdocs/dompdf/include/page_frame_reflower.cls.php b/htdocs/dompdf/include/page_frame_reflower.cls.php new file mode 100644 index 000000000..4223f4e85 --- /dev/null +++ b/htdocs/dompdf/include/page_frame_reflower.cls.php @@ -0,0 +1,186 @@ + + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Reflows pages + * + * @access private + * @package dompdf + */ +class Page_Frame_Reflower extends Frame_Reflower { + + /** + * Cache of the callbacks array + * + * @var array + */ + private $_callbacks; + + /** + * Cache of the canvas + * + * @var Canvas + */ + private $_canvas; + + function __construct(Page_Frame_Decorator $frame) { parent::__construct($frame); } + + function apply_page_style(Frame $frame, $page_number){ + $style = $frame->get_style(); + $page_styles = $style->get_stylesheet()->get_page_styles(); + + // http://www.w3.org/TR/CSS21/page.html#page-selectors + if ( count($page_styles) > 1 ) { + $odd = $page_number % 2 == 1; + $first = $page_number == 1; + + $style = clone $page_styles["base"]; + + // FIXME RTL + if ( $odd && isset($page_styles[":right"]) ) { + $style->merge($page_styles[":right"]); + } + + if ( $odd && isset($page_styles[":odd"]) ) { + $style->merge($page_styles[":odd"]); + } + + // FIXME RTL + if ( !$odd && isset($page_styles[":left"]) ) { + $style->merge($page_styles[":left"]); + } + + if ( !$odd && isset($page_styles[":even"]) ) { + $style->merge($page_styles[":even"]); + } + + if ( $first && isset($page_styles[":first"]) ) { + $style->merge($page_styles[":first"]); + } + + $frame->set_style($style); + } + } + + //........................................................................ + + /** + * Paged layout: + * http://www.w3.org/TR/CSS21/page.html + */ + function reflow(Block_Frame_Decorator $block = null) { + $fixed_children = array(); + $prev_child = null; + $child = $this->_frame->get_first_child(); + $current_page = 0; + + while ($child) { + $this->apply_page_style($this->_frame, $current_page + 1); + + $style = $this->_frame->get_style(); + + // Pages are only concerned with margins + $cb = $this->_frame->get_containing_block(); + $left = $style->length_in_pt($style->margin_left, $cb["w"]); + $right = $style->length_in_pt($style->margin_right, $cb["w"]); + $top = $style->length_in_pt($style->margin_top, $cb["h"]); + $bottom = $style->length_in_pt($style->margin_bottom, $cb["h"]); + + $content_x = $cb["x"] + $left; + $content_y = $cb["y"] + $top; + $content_width = $cb["w"] - $left - $right; + $content_height = $cb["h"] - $top - $bottom; + + // Only if it's the first page, we save the nodes with a fixed position + if ($current_page == 0) { + $children = $child->get_children(); + foreach ($children as $onechild) { + if ($onechild->get_style()->position === "fixed") { + $fixed_children[] = $onechild->deep_copy(); + } + } + $fixed_children = array_reverse($fixed_children); + } + + $child->set_containing_block($content_x, $content_y, $content_width, $content_height); + + // Check for begin reflow callback + $this->_check_callbacks("begin_page_reflow", $child); + + //Insert a copy of each node which have a fixed position + if ($current_page >= 1) { + foreach ($fixed_children as $fixed_child) { + $child->insert_child_before($fixed_child->deep_copy(), $child->get_first_child()); + } + } + + $child->reflow(); + $next_child = $child->get_next_sibling(); + + // Check for begin render callback + $this->_check_callbacks("begin_page_render", $child); + + // Render the page + $this->_frame->get_renderer()->render($child); + + // Check for end render callback + $this->_check_callbacks("end_page_render", $child); + + if ( $next_child ) { + $this->_frame->next_page(); + } + + // Wait to dispose of all frames on the previous page + // so callback will have access to them + if ( $prev_child ) { + $prev_child->dispose(true); + } + $prev_child = $child; + $child = $next_child; + $current_page++; + } + + // Dispose of previous page if it still exists + if ( $prev_child ) { + $prev_child->dispose(true); + } + } + + //........................................................................ + + /** + * Check for callbacks that need to be performed when a given event + * gets triggered on a page + * + * @param string $event the type of event + * @param Frame $frame the frame that event is triggered on + */ + protected function _check_callbacks($event, $frame) { + if (!isset($this->_callbacks)) { + $dompdf = $this->_frame->get_dompdf(); + $this->_callbacks = $dompdf->get_callbacks(); + $this->_canvas = $dompdf->get_canvas(); + } + + if (is_array($this->_callbacks) && isset($this->_callbacks[$event])) { + $info = array(0 => $this->_canvas, "canvas" => $this->_canvas, + 1 => $frame, "frame" => $frame); + $fs = $this->_callbacks[$event]; + foreach ($fs as $f) { + if (is_callable($f)) { + if (is_array($f)) { + $f[0]->$f[1]($info); + } else { + $f($info); + } + } + } + } + } +} diff --git a/htdocs/dompdf/include/pdflib_adapter.cls.php b/htdocs/dompdf/include/pdflib_adapter.cls.php new file mode 100644 index 000000000..4bfe1913e --- /dev/null +++ b/htdocs/dompdf/include/pdflib_adapter.cls.php @@ -0,0 +1,1085 @@ + + * @author Helmut Tischer + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * PDF rendering interface + * + * PDFLib_Adapter provides a simple, stateless interface to the one + * provided by PDFLib. + * + * Unless otherwise mentioned, all dimensions are in points (1/72 in). + * The coordinate origin is in the top left corner and y values + * increase downwards. + * + * See {@link http://www.pdflib.com/} for more complete documentation + * on the underlying PDFlib functions. + * + * @package dompdf + */ +class PDFLib_Adapter implements Canvas { + + /** + * Dimensions of paper sizes in points + * + * @var array; + */ + static public $PAPER_SIZES = array(); // Set to CPDF_Adapter::$PAPER_SIZES below. + + /** + * Whether to create PDFs in memory or on disk + * + * @var bool + */ + static $IN_MEMORY = true; + + /** + * @var DOMPDF + */ + private $_dompdf; + + /** + * Instance of PDFLib class + * + * @var PDFlib + */ + private $_pdf; + + /** + * Name of temporary file used for PDFs created on disk + * + * @var string + */ + private $_file; + + /** + * PDF width, in points + * + * @var float + */ + private $_width; + + /** + * PDF height, in points + * + * @var float + */ + private $_height; + + /** + * Last fill color used + * + * @var array + */ + private $_last_fill_color; + + /** + * Last stroke color used + * + * @var array + */ + private $_last_stroke_color; + + /** + * Cache of image handles + * + * @var array + */ + private $_imgs; + + /** + * Cache of font handles + * + * @var array + */ + private $_fonts; + + /** + * List of objects (templates) to add to multiple pages + * + * @var array + */ + private $_objs; + + /** + * Current page number + * + * @var int + */ + private $_page_number; + + /** + * Total number of pages + * + * @var int + */ + private $_page_count; + + /** + * Text to display on every page + * + * @var array + */ + private $_page_text; + + /** + * Array of pages for accesing after rendering is initially complete + * + * @var array + */ + private $_pages; + + /** + * Class constructor + * + * @param mixed $paper The size of paper to use either a string (see {@link CPDF_Adapter::$PAPER_SIZES}) or + * an array(xmin,ymin,xmax,ymax) + * @param string $orientation The orientation of the document (either 'landscape' or 'portrait') + * @param DOMPDF $dompdf + */ + function __construct($paper = "letter", $orientation = "portrait", DOMPDF $dompdf) { + if ( is_array($paper) ) { + $size = $paper; + } + else if ( isset(self::$PAPER_SIZES[mb_strtolower($paper)]) ) { + $size = self::$PAPER_SIZES[mb_strtolower($paper)]; + } + else { + $size = self::$PAPER_SIZES["letter"]; + } + + if ( mb_strtolower($orientation) === "landscape" ) { + list($size[2], $size[3]) = array($size[3], $size[2]); + } + + $this->_width = $size[2] - $size[0]; + $this->_height= $size[3] - $size[1]; + + $this->_dompdf = $dompdf; + + $this->_pdf = new PDFLib(); + + if ( defined("DOMPDF_PDFLIB_LICENSE") ) + $this->_pdf->set_parameter( "license", DOMPDF_PDFLIB_LICENSE); + + $this->_pdf->set_parameter("textformat", "utf8"); + $this->_pdf->set_parameter("fontwarning", "false"); + + $this->_pdf->set_info("Creator", "DOMPDF"); + + // Silence pedantic warnings about missing TZ settings + $tz = @date_default_timezone_get(); + date_default_timezone_set("UTC"); + $this->_pdf->set_info("Date", date("Y-m-d")); + date_default_timezone_set($tz); + + if ( self::$IN_MEMORY ) + $this->_pdf->begin_document("",""); + else { + $tmp_dir = $this->_dompdf->get_options("temp_dir"); + $tmp_name = tempnam($tmp_dir, "libdompdf_pdf_"); + @unlink($tmp_name); + $this->_file = "$tmp_name.pdf"; + $this->_pdf->begin_document($this->_file,""); + } + + $this->_pdf->begin_page_ext($this->_width, $this->_height, ""); + + $this->_page_number = $this->_page_count = 1; + $this->_page_text = array(); + + $this->_imgs = array(); + $this->_fonts = array(); + $this->_objs = array(); + + // Set up font paths + $families = Font_Metrics::get_font_families(); + foreach ($families as $files) { + foreach ($files as $file) { + $face = basename($file); + $afm = null; + + // Prefer ttfs to afms + if ( file_exists("$file.ttf") ) { + $outline = "$file.ttf"; + + } else if ( file_exists("$file.TTF") ) { + $outline = "$file.TTF"; + + } else if ( file_exists("$file.pfb") ) { + $outline = "$file.pfb"; + + if ( file_exists("$file.afm") ) { + $afm = "$file.afm"; + } + + } else if ( file_exists("$file.PFB") ) { + $outline = "$file.PFB"; + if ( file_exists("$file.AFM") ) { + $afm = "$file.AFM"; + } + } else { + continue; + } + + $this->_pdf->set_parameter("FontOutline", "\{$face\}=\{$outline\}"); + + if ( !is_null($afm) ) { + $this->_pdf->set_parameter("FontAFM", "\{$face\}=\{$afm\}"); + } + } + } + } + + function get_dompdf(){ + return $this->_dompdf; + } + + /** + * Close the pdf + */ + protected function _close() { + $this->_place_objects(); + + // Close all pages + $this->_pdf->suspend_page(""); + for ($p = 1; $p <= $this->_page_count; $p++) { + $this->_pdf->resume_page("pagenumber=$p"); + $this->_pdf->end_page_ext(""); + } + + $this->_pdf->end_document(""); + } + + + /** + * Returns the PDFLib instance + * + * @return PDFLib + */ + function get_pdflib() { + return $this->_pdf; + } + + /** + * Add meta information to the PDF + * + * @param string $label label of the value (Creator, Producter, etc.) + * @param string $value the text to set + */ + function add_info($label, $value) { + $this->_pdf->set_info($label, $value); + } + + /** + * Opens a new 'object' (template in PDFLib-speak) + * + * While an object is open, all drawing actions are recorded to the + * object instead of being drawn on the current page. Objects can + * be added later to a specific page or to several pages. + * + * The return value is an integer ID for the new object. + * + * @see PDFLib_Adapter::close_object() + * @see PDFLib_Adapter::add_object() + * + * @return int + */ + function open_object() { + $this->_pdf->suspend_page(""); + $ret = $this->_pdf->begin_template($this->_width, $this->_height); + $this->_pdf->save(); + $this->_objs[$ret] = array("start_page" => $this->_page_number); + return $ret; + } + + /** + * Reopen an existing object (NOT IMPLEMENTED) + * PDFLib does not seem to support reopening templates. + * + * @param int $object the ID of a previously opened object + * + * @throws DOMPDF_Exception + * @return void + */ + function reopen_object($object) { + throw new DOMPDF_Exception("PDFLib does not support reopening objects."); + } + + /** + * Close the current template + * + * @see PDFLib_Adapter::open_object() + */ + function close_object() { + $this->_pdf->restore(); + $this->_pdf->end_template(); + $this->_pdf->resume_page("pagenumber=".$this->_page_number); + } + + /** + * Adds the specified object to the document + * + * $where can be one of: + * - 'add' add to current page only + * - 'all' add to every page from the current one onwards + * - 'odd' add to all odd numbered pages from now on + * - 'even' add to all even numbered pages from now on + * - 'next' add the object to the next page only + * - 'nextodd' add to all odd numbered pages from the next one + * - 'nexteven' add to all even numbered pages from the next one + * + * @param int $object the object handle returned by open_object() + * @param string $where + */ + function add_object($object, $where = 'all') { + + if ( mb_strpos($where, "next") !== false ) { + $this->_objs[$object]["start_page"]++; + $where = str_replace("next", "", $where); + if ( $where == "" ) + $where = "add"; + } + + $this->_objs[$object]["where"] = $where; + } + + /** + * Stops the specified template from appearing in the document. + * + * The object will stop being displayed on the page following the + * current one. + * + * @param int $object + */ + function stop_object($object) { + + if ( !isset($this->_objs[$object]) ) + return; + + $start = $this->_objs[$object]["start_page"]; + $where = $this->_objs[$object]["where"]; + + // Place the object on this page if required + if ( $this->_page_number >= $start && + (($this->_page_number % 2 == 0 && $where === "even") || + ($this->_page_number % 2 == 1 && $where === "odd") || + ($where === "all")) ) { + $this->_pdf->fit_image($object, 0, 0, ""); + } + + $this->_objs[$object] = null; + unset($this->_objs[$object]); + } + + /** + * Add all active objects to the current page + */ + protected function _place_objects() { + + foreach ( $this->_objs as $obj => $props ) { + $start = $props["start_page"]; + $where = $props["where"]; + + // Place the object on this page if required + if ( $this->_page_number >= $start && + (($this->_page_number % 2 == 0 && $where === "even") || + ($this->_page_number % 2 == 1 && $where === "odd") || + ($where === "all")) ) { + $this->_pdf->fit_image($obj,0,0,""); + } + } + + } + + function get_width() { return $this->_width; } + + function get_height() { return $this->_height; } + + function get_page_number() { return $this->_page_number; } + + function get_page_count() { return $this->_page_count; } + + function set_page_number($num) { $this->_page_number = (int)$num; } + + function set_page_count($count) { $this->_page_count = (int)$count; } + + + /** + * Sets the line style + * + * @param float $width + * @param $cap + * @param string $join + * @param array $dash + * + * @return void + */ + protected function _set_line_style($width, $cap, $join, $dash) { + + if ( count($dash) == 1 ) + $dash[] = $dash[0]; + + if ( count($dash) > 1 ) + $this->_pdf->setdashpattern("dasharray={" . implode(" ", $dash) . "}"); + else + $this->_pdf->setdash(0,0); + + switch ( $join ) { + case "miter": + $this->_pdf->setlinejoin(0); + break; + + case "round": + $this->_pdf->setlinejoin(1); + break; + + case "bevel": + $this->_pdf->setlinejoin(2); + break; + + default: + break; + } + + switch ( $cap ) { + case "butt": + $this->_pdf->setlinecap(0); + break; + + case "round": + $this->_pdf->setlinecap(1); + break; + + case "square": + $this->_pdf->setlinecap(2); + break; + + default: + break; + } + + $this->_pdf->setlinewidth($width); + + } + + /** + * Sets the line color + * + * @param array $color array(r,g,b) + */ + protected function _set_stroke_color($color) { + if($this->_last_stroke_color == $color) + return; + + $this->_last_stroke_color = $color; + + if (isset($color[3])) { + $type = "cmyk"; + list($c1, $c2, $c3, $c4) = array($color[0], $color[1], $color[2], $color[3]); + } + elseif (isset($color[2])) { + $type = "rgb"; + list($c1, $c2, $c3, $c4) = array($color[0], $color[1], $color[2], null); + } + else { + $type = "gray"; + list($c1, $c2, $c3, $c4) = array($color[0], $color[1], null, null); + } + + $this->_pdf->setcolor("stroke", $type, $c1, $c2, $c3, $c4); + } + + /** + * Sets the fill color + * + * @param array $color array(r,g,b) + */ + protected function _set_fill_color($color) { + if($this->_last_fill_color == $color) + return; + + $this->_last_fill_color = $color; + + if (isset($color[3])) { + $type = "cmyk"; + list($c1, $c2, $c3, $c4) = array($color[0], $color[1], $color[2], $color[3]); + } + elseif (isset($color[2])) { + $type = "rgb"; + list($c1, $c2, $c3, $c4) = array($color[0], $color[1], $color[2], null); + } + else { + $type = "gray"; + list($c1, $c2, $c3, $c4) = array($color[0], $color[1], null, null); + } + + $this->_pdf->setcolor("fill", $type, $c1, $c2, $c3, $c4); + } + + /** + * Sets the opacity + * + * @param $opacity + * @param $mode + */ + function set_opacity($opacity, $mode = "Normal") { + if ( $mode === "Normal" ) { + $gstate = $this->_pdf->create_gstate("opacityfill=$opacity opacitystroke=$opacity"); + $this->_pdf->set_gstate($gstate); + } + } + + function set_default_view($view, $options = array()) { + // TODO + // http://www.pdflib.com/fileadmin/pdflib/pdf/manuals/PDFlib-8.0.2-API-reference.pdf + /** + * fitheight Fit the page height to the window, with the x coordinate left at the left edge of the window. + * fitrect Fit the rectangle specified by left, bottom, right, and top to the window. + * fitvisible Fit the visible contents of the page (the ArtBox) to the window. + * fitvisibleheight Fit the visible contents of the page to the window with the x coordinate left at the left edge of the window. + * fitvisiblewidth Fit the visible contents of the page to the window with the y coordinate top at the top edge of the window. + * fitwidth Fit the page width to the window, with the y coordinate top at the top edge of the window. + * fitwindow Fit the complete page to the window. + * fixed + */ + //$this->_pdf->set_parameter("openaction", $view); + } + + /** + * Loads a specific font and stores the corresponding descriptor. + * + * @param string $font + * @param string $encoding + * @param string $options + * + * @return int the font descriptor for the font + */ + protected function _load_font($font, $encoding = null, $options = "") { + + // Check if the font is a native PDF font + // Embed non-native fonts + $test = strtolower(basename($font)); + if ( in_array($test, DOMPDF::$native_fonts) ) { + $font = basename($font); + + } else { + // Embed non-native fonts + $options .= " embedding=true"; + } + + if ( is_null($encoding) ) { + + // Unicode encoding is only available for the commerical + // version of PDFlib and not PDFlib-Lite + if ( defined("DOMPDF_PDFLIB_LICENSE") ) + $encoding = "unicode"; + else + $encoding = "auto"; + + } + + $key = "$font:$encoding:$options"; + + if ( isset($this->_fonts[$key]) ) + return $this->_fonts[$key]; + + else { + + $this->_fonts[$key] = $this->_pdf->load_font($font, $encoding, $options); + return $this->_fonts[$key]; + + } + + } + + /** + * Remaps y coords from 4th to 1st quadrant + * + * @param float $y + * @return float + */ + protected function y($y) { return $this->_height - $y; } + + //........................................................................ + + /** + * @param float $x1 + * @param float $y1 + * @param float $x2 + * @param float $y2 + * @param array $color + * @param float $width + * @param array $style + */ + function line($x1, $y1, $x2, $y2, $color, $width, $style = null) { + $this->_set_line_style($width, "butt", "", $style); + $this->_set_stroke_color($color); + + $y1 = $this->y($y1); + $y2 = $this->y($y2); + + $this->_pdf->moveto($x1, $y1); + $this->_pdf->lineto($x2, $y2); + $this->_pdf->stroke(); + } + + function arc($x1, $y1, $r1, $r2, $astart, $aend, $color, $width, $style = array()) { + $this->_set_line_style($width, "butt", "", $style); + $this->_set_stroke_color($color); + + $y1 = $this->y($y1); + + $this->_pdf->arc($x1, $y1, $r1, $astart, $aend); + $this->_pdf->stroke(); + } + + //........................................................................ + + function rectangle($x1, $y1, $w, $h, $color, $width, $style = null) { + $this->_set_stroke_color($color); + $this->_set_line_style($width, "butt", "", $style); + + $y1 = $this->y($y1) - $h; + + $this->_pdf->rect($x1, $y1, $w, $h); + $this->_pdf->stroke(); + } + + //........................................................................ + + function filled_rectangle($x1, $y1, $w, $h, $color) { + $this->_set_fill_color($color); + + $y1 = $this->y($y1) - $h; + + $this->_pdf->rect(floatval($x1), floatval($y1), floatval($w), floatval($h)); + $this->_pdf->fill(); + } + + function clipping_rectangle($x1, $y1, $w, $h) { + $this->_pdf->save(); + + $y1 = $this->y($y1) - $h; + + $this->_pdf->rect(floatval($x1), floatval($y1), floatval($w), floatval($h)); + $this->_pdf->clip(); + } + + function clipping_roundrectangle($x1, $y1, $w, $h, $rTL, $rTR, $rBR, $rBL) { + // @todo + $this->clipping_rectangle($x1, $y1, $w, $h); + } + + function clipping_end() { + $this->_pdf->restore(); + } + + function save() { + $this->_pdf->save(); + } + + function restore() { + $this->_pdf->restore(); + } + + function rotate($angle, $x, $y) { + $pdf = $this->_pdf; + $pdf->translate($x, $this->_height-$y); + $pdf->rotate(-$angle); + $pdf->translate(-$x, -$this->_height+$y); + } + + function skew($angle_x, $angle_y, $x, $y) { + $pdf = $this->_pdf; + $pdf->translate($x, $this->_height-$y); + $pdf->skew($angle_y, $angle_x); // Needs to be inverted + $pdf->translate(-$x, -$this->_height+$y); + } + + function scale($s_x, $s_y, $x, $y) { + $pdf = $this->_pdf; + $pdf->translate($x, $this->_height-$y); + $pdf->scale($s_x, $s_y); + $pdf->translate(-$x, -$this->_height+$y); + } + + function translate($t_x, $t_y) { + $this->_pdf->translate($t_x, -$t_y); + } + + function transform($a, $b, $c, $d, $e, $f) { + $this->_pdf->concat($a, $b, $c, $d, $e, $f); + } + + //........................................................................ + + function polygon($points, $color, $width = null, $style = null, $fill = false) { + + $this->_set_fill_color($color); + $this->_set_stroke_color($color); + + if ( !$fill && isset($width) ) + $this->_set_line_style($width, "square", "miter", $style); + + $y = $this->y(array_pop($points)); + $x = array_pop($points); + $this->_pdf->moveto($x,$y); + + while (count($points) > 1) { + $y = $this->y(array_pop($points)); + $x = array_pop($points); + $this->_pdf->lineto($x,$y); + } + + if ( $fill ) + $this->_pdf->fill(); + else + $this->_pdf->closepath_stroke(); + } + + //........................................................................ + + function circle($x, $y, $r, $color, $width = null, $style = null, $fill = false) { + + $this->_set_fill_color($color); + $this->_set_stroke_color($color); + + if ( !$fill && isset($width) ) + $this->_set_line_style($width, "round", "round", $style); + + $y = $this->y($y); + + $this->_pdf->circle($x, $y, $r); + + if ( $fill ) + $this->_pdf->fill(); + else + $this->_pdf->stroke(); + + } + + //........................................................................ + + function image($img_url, $x, $y, $w, $h, $resolution = "normal") { + $w = (int)$w; + $h = (int)$h; + + $img_type = Image_Cache::detect_type($img_url); + $img_ext = Image_Cache::type_to_ext($img_type); + + if ( !isset($this->_imgs[$img_url]) ) { + $this->_imgs[$img_url] = $this->_pdf->load_image($img_ext, $img_url, ""); + } + + $img = $this->_imgs[$img_url]; + + $y = $this->y($y) - $h; + $this->_pdf->fit_image($img, $x, $y, 'boxsize={'."$w $h".'} fitmethod=entire'); + } + + //........................................................................ + + function text($x, $y, $text, $font, $size, $color = array(0,0,0), $word_spacing = 0, $char_spacing = 0, $angle = 0) { + $fh = $this->_load_font($font); + + $this->_pdf->setfont($fh, $size); + $this->_set_fill_color($color); + + $y = $this->y($y) - Font_Metrics::get_font_height($font, $size); + + $word_spacing = (float)$word_spacing; + $char_spacing = (float)$char_spacing; + $angle = -(float)$angle; + + $this->_pdf->fit_textline($text, $x, $y, "rotate=$angle wordspacing=$word_spacing charspacing=$char_spacing "); + + } + + //........................................................................ + + function javascript($code) { + if ( defined("DOMPDF_PDFLIB_LICENSE") ) { + $this->_pdf->create_action("JavaScript", $code); + } + } + + //........................................................................ + + /** + * Add a named destination (similar to ... in html) + * + * @param string $anchorname The name of the named destination + */ + function add_named_dest($anchorname) { + $this->_pdf->add_nameddest($anchorname,""); + } + + //........................................................................ + + /** + * Add a link to the pdf + * + * @param string $url The url to link to + * @param float $x The x position of the link + * @param float $y The y position of the link + * @param float $width The width of the link + * @param float $height The height of the link + */ + function add_link($url, $x, $y, $width, $height) { + + $y = $this->y($y) - $height; + if ( strpos($url, '#') === 0 ) { + // Local link + $name = substr($url,1); + if ( $name ) + $this->_pdf->create_annotation($x, $y, $x + $width, $y + $height, 'Link', "contents={$url} destname=". substr($url,1) . " linewidth=0"); + } else { + + list($proto, $host, $path, $file) = explode_url($url); + + if ( $proto == "" || $proto === "file://" ) + return; // Local links are not allowed + $url = build_url($proto, $host, $path, $file); + $url = '{' . rawurldecode($url) . '}'; + + $action = $this->_pdf->create_action("URI", "url=" . $url); + $this->_pdf->create_annotation($x, $y, $x + $width, $y + $height, 'Link', "contents={$url} action={activate=$action} linewidth=0"); + } + } + + //........................................................................ + + function get_text_width($text, $font, $size, $word_spacing = 0, $letter_spacing = 0) { + $fh = $this->_load_font($font); + + // Determine the additional width due to extra spacing + $num_spaces = mb_substr_count($text," "); + $delta = $word_spacing * $num_spaces; + + if ( $letter_spacing ) { + $num_chars = mb_strlen($text); + $delta += ($num_chars - $num_spaces) * $letter_spacing; + } + + return $this->_pdf->stringwidth($text, $fh, $size) + $delta; + } + + //........................................................................ + + function get_font_height($font, $size) { + + $fh = $this->_load_font($font); + + $this->_pdf->setfont($fh, $size); + + $asc = $this->_pdf->get_value("ascender", $fh); + $desc = $this->_pdf->get_value("descender", $fh); + + // $desc is usually < 0, + $ratio = $this->_dompdf->get_option("font_height_ratio"); + return $size * ($asc - $desc) * $ratio; + } + + function get_font_baseline($font, $size) { + $ratio = $this->_dompdf->get_option("font_height_ratio"); + return $this->get_font_height($font, $size) / $ratio * 1.1; + } + + //........................................................................ + + /** + * Writes text at the specified x and y coordinates on every page + * + * The strings '{PAGE_NUM}' and '{PAGE_COUNT}' are automatically replaced + * with their current values. + * + * See {@link Style::munge_color()} for the format of the color array. + * + * @param float $x + * @param float $y + * @param string $text the text to write + * @param string $font the font file to use + * @param float $size the font size, in points + * @param array $color + * @param float $word_space word spacing adjustment + * @param float $char_space char spacing adjustment + * @param float $angle angle to write the text at, measured CW starting from the x-axis + */ + function page_text($x, $y, $text, $font, $size, $color = array(0,0,0), $word_space = 0.0, $char_space = 0.0, $angle = 0.0) { + $_t = "text"; + $this->_page_text[] = compact("_t", "x", "y", "text", "font", "size", "color", "word_space", "char_space", "angle"); + } + + //........................................................................ + + /** + * Processes a script on every page + * + * The variables $pdf, $PAGE_NUM, and $PAGE_COUNT are available. + * + * This function can be used to add page numbers to all pages + * after the first one, for example. + * + * @param string $code the script code + * @param string $type the language type for script + */ + function page_script($code, $type = "text/php") { + $_t = "script"; + $this->_page_text[] = compact("_t", "code", "type"); + } + + //........................................................................ + + function new_page() { + + // Add objects to the current page + $this->_place_objects(); + + $this->_pdf->suspend_page(""); + $this->_pdf->begin_page_ext($this->_width, $this->_height, ""); + $this->_page_number = ++$this->_page_count; + + } + + //........................................................................ + + /** + * Add text to each page after rendering is complete + */ + protected function _add_page_text() { + + if ( !count($this->_page_text) ) + return; + + $this->_pdf->suspend_page(""); + + for ($p = 1; $p <= $this->_page_count; $p++) { + $this->_pdf->resume_page("pagenumber=$p"); + + foreach ($this->_page_text as $pt) { + extract($pt); + + switch ($_t) { + + case "text": + $text = str_replace(array("{PAGE_NUM}","{PAGE_COUNT}"), + array($p, $this->_page_count), $text); + $this->text($x, $y, $text, $font, $size, $color, $word_space, $char_space, $angle); + break; + + case "script": + if (!$eval) { + $eval = new PHP_Evaluator($this); + } + $eval->evaluate($code, array('PAGE_NUM' => $p, 'PAGE_COUNT' => $this->_page_count)); + break; + } + } + + $this->_pdf->suspend_page(""); + } + + $this->_pdf->resume_page("pagenumber=".$this->_page_number); + } + + //........................................................................ + + function stream($filename, $options = null) { + + // Add page text + $this->_add_page_text(); + + if ( isset($options["compress"]) && $options["compress"] != 1 ) + $this->_pdf->set_value("compress", 0); + else + $this->_pdf->set_value("compress", 6); + + $this->_close(); + + $data = ""; + + if ( self::$IN_MEMORY ) { + $data = $this->_pdf->get_buffer(); + //$size = strlen($data); + } else { + //$size = filesize($this->_file); + } + + + $filename = str_replace(array("\n","'"),"", $filename); + $attach = (isset($options["Attachment"]) && $options["Attachment"]) ? "attachment" : "inline"; + + header("Cache-Control: private"); + header("Content-type: application/pdf"); + header("Content-Disposition: $attach; filename=\"$filename\""); + + //header("Content-length: " . $size); + + if ( self::$IN_MEMORY ) + echo $data; + + else { + + // Chunked readfile() + $chunk = (1 << 21); // 2 MB + $fh = fopen($this->_file, "rb"); + if ( !$fh ) + throw new DOMPDF_Exception("Unable to load temporary PDF file: " . $this->_file); + + while ( !feof($fh) ) + echo fread($fh,$chunk); + fclose($fh); + + //debugpng + if (DEBUGPNG) print '[pdflib stream unlink '.$this->_file.']'; + if (!DEBUGKEEPTEMP) + + unlink($this->_file); + $this->_file = null; + unset($this->_file); + } + + flush(); + } + + //........................................................................ + + function output($options = null) { + + // Add page text + $this->_add_page_text(); + + if ( isset($options["compress"]) && $options["compress"] != 1 ) + $this->_pdf->set_value("compress", 0); + else + $this->_pdf->set_value("compress", 6); + + $this->_close(); + + if ( self::$IN_MEMORY ) + $data = $this->_pdf->get_buffer(); + + else { + $data = file_get_contents($this->_file); + + //debugpng + if (DEBUGPNG) print '[pdflib output unlink '.$this->_file.']'; + if (!DEBUGKEEPTEMP) + + unlink($this->_file); + $this->_file = null; + unset($this->_file); + } + + return $data; + } +} + +// Workaround for idiotic limitation on statics... +PDFLib_Adapter::$PAPER_SIZES = CPDF_Adapter::$PAPER_SIZES; diff --git a/htdocs/dompdf/include/php_evaluator.cls.php b/htdocs/dompdf/include/php_evaluator.cls.php new file mode 100644 index 000000000..38896675d --- /dev/null +++ b/htdocs/dompdf/include/php_evaluator.cls.php @@ -0,0 +1,48 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Executes inline PHP code during the rendering process + * + * @access private + * @package dompdf + */ +class PHP_Evaluator { + + /** + * @var Canvas + */ + protected $_canvas; + + function __construct(Canvas $canvas) { + $this->_canvas = $canvas; + } + + function evaluate($code, $vars = array()) { + if ( !$this->_canvas->get_dompdf()->get_option("enable_php") ) { + return; + } + + // Set up some variables for the inline code + $pdf = $this->_canvas; + $PAGE_NUM = $pdf->get_page_number(); + $PAGE_COUNT = $pdf->get_page_count(); + + // Override those variables if passed in + foreach ($vars as $k => $v) { + $$k = $v; + } + + //$code = html_entity_decode($code); // @todo uncomment this when tested + eval($code); + } + + function render(Frame $frame) { + $this->evaluate($frame->get_node()->nodeValue); + } +} diff --git a/htdocs/dompdf/include/positioner.cls.php b/htdocs/dompdf/include/positioner.cls.php new file mode 100644 index 000000000..6a8b9edc1 --- /dev/null +++ b/htdocs/dompdf/include/positioner.cls.php @@ -0,0 +1,51 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Base Positioner class + * + * Defines postioner interface + * + * @access private + * @package dompdf + */ +abstract class Positioner { + + /** + * @var Frame_Decorator + */ + protected $_frame; + + //........................................................................ + + function __construct(Frame_Decorator $frame) { + $this->_frame = $frame; + } + + /** + * Class destructor + */ + function __destruct() { + clear_object($this); + } + //........................................................................ + + abstract function position(); + + function move($offset_x, $offset_y, $ignore_self = false) { + list($x, $y) = $this->_frame->get_position(); + + if ( !$ignore_self ) { + $this->_frame->set_position($x + $offset_x, $y + $offset_y); + } + + foreach($this->_frame->get_children() as $child) { + $child->move($offset_x, $offset_y); + } + } +} diff --git a/htdocs/dompdf/include/renderer.cls.php b/htdocs/dompdf/include/renderer.cls.php new file mode 100644 index 000000000..ceff4775c --- /dev/null +++ b/htdocs/dompdf/include/renderer.cls.php @@ -0,0 +1,290 @@ + + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Concrete renderer + * + * Instantiates several specific renderers in order to render any given + * frame. + * + * @access private + * @package dompdf + */ +class Renderer extends Abstract_Renderer { + + /** + * Array of renderers for specific frame types + * + * @var Abstract_Renderer[] + */ + protected $_renderers; + + /** + * Cache of the callbacks array + * + * @var array + */ + private $_callbacks; + + /** + * Class destructor + */ + function __destruct() { + clear_object($this); + } + + /** + * Advance the canvas to the next page + */ + function new_page() { + $this->_canvas->new_page(); + } + + /** + * Render frames recursively + * + * @param Frame $frame the frame to render + */ + function render(Frame $frame) { + global $_dompdf_debug; + + if ( $_dompdf_debug ) { + echo $frame; + flush(); + } + + $style = $frame->get_style(); + + if ( in_array($style->visibility, array("hidden", "collapse")) ) { + return; + } + + $display = $style->display; + + // Starts the CSS transformation + if ( $style->transform && is_array($style->transform) ) { + $this->_canvas->save(); + list($x, $y) = $frame->get_padding_box(); + $origin = $style->transform_origin; + + foreach($style->transform as $transform) { + list($function, $values) = $transform; + if ( $function === "matrix" ) { + $function = "transform"; + } + + $values = array_map("floatval", $values); + $values[] = $x + $style->length_in_pt($origin[0], $style->width); + $values[] = $y + $style->length_in_pt($origin[1], $style->height); + + call_user_func_array(array($this->_canvas, $function), $values); + } + } + + switch ($display) { + + case "block": + case "list-item": + case "inline-block": + case "table": + case "inline-table": + $this->_render_frame("block", $frame); + break; + + case "inline": + if ( $frame->is_text_node() ) + $this->_render_frame("text", $frame); + else + $this->_render_frame("inline", $frame); + break; + + case "table-cell": + $this->_render_frame("table-cell", $frame); + break; + + case "table-row-group": + case "table-header-group": + case "table-footer-group": + $this->_render_frame("table-row-group", $frame); + break; + + case "-dompdf-list-bullet": + $this->_render_frame("list-bullet", $frame); + break; + + case "-dompdf-image": + $this->_render_frame("image", $frame); + break; + + case "none": + $node = $frame->get_node(); + + if ( $node->nodeName === "script" ) { + if ( $node->getAttribute("type") === "text/php" || + $node->getAttribute("language") === "php" ) { + // Evaluate embedded php scripts + $this->_render_frame("php", $frame); + } + + elseif ( $node->getAttribute("type") === "text/javascript" || + $node->getAttribute("language") === "javascript" ) { + // Insert JavaScript + $this->_render_frame("javascript", $frame); + } + } + + // Don't render children, so skip to next iter + return; + + default: + break; + + } + + // Starts the overflow: hidden box + if ( $style->overflow === "hidden" ) { + list($x, $y, $w, $h) = $frame->get_padding_box(); + + // get border radii + $style = $frame->get_style(); + list($tl, $tr, $br, $bl) = $style->get_computed_border_radius($w, $h); + + if ( $tl + $tr + $br + $bl > 0 ) { + $this->_canvas->clipping_roundrectangle($x, $y, $w, $h, $tl, $tr, $br, $bl); + } + else { + $this->_canvas->clipping_rectangle($x, $y, $w, $h); + } + } + + $stack = array(); + + foreach ($frame->get_children() as $child) { + // < 0 : nagative z-index + // = 0 : no z-index, no stacking context + // = 1 : stacking context without z-index + // > 1 : z-index + $child_style = $child->get_style(); + $child_z_index = $child_style->z_index; + $z_index = 0; + + if ( $child_z_index !== "auto" ) { + $z_index = intval($child_z_index) + 1; + } + elseif ( $child_style->float !== "none" || $child->is_positionned()) { + $z_index = 1; + } + + $stack[$z_index][] = $child; + } + + ksort($stack); + + foreach ($stack as $by_index) { + foreach($by_index as $child) { + $this->render($child); + } + } + + // Ends the overflow: hidden box + if ( $style->overflow === "hidden" ) { + $this->_canvas->clipping_end(); + } + + if ( $style->transform && is_array($style->transform) ) { + $this->_canvas->restore(); + } + + // Check for end frame callback + $this->_check_callbacks("end_frame", $frame); + } + + /** + * Check for callbacks that need to be performed when a given event + * gets triggered on a frame + * + * @param string $event the type of event + * @param Frame $frame the frame that event is triggered on + */ + protected function _check_callbacks($event, $frame) { + if (!isset($this->_callbacks)) { + $this->_callbacks = $this->_dompdf->get_callbacks(); + } + + if (is_array($this->_callbacks) && isset($this->_callbacks[$event])) { + $info = array(0 => $this->_canvas, "canvas" => $this->_canvas, + 1 => $frame, "frame" => $frame); + $fs = $this->_callbacks[$event]; + foreach ($fs as $f) { + if (is_callable($f)) { + if (is_array($f)) { + $f[0]->$f[1]($info); + } else { + $f($info); + } + } + } + } + } + + /** + * Render a single frame + * + * Creates Renderer objects on demand + * + * @param string $type type of renderer to use + * @param Frame $frame the frame to render + */ + protected function _render_frame($type, $frame) { + + if ( !isset($this->_renderers[$type]) ) { + + switch ($type) { + case "block": + $this->_renderers[$type] = new Block_Renderer($this->_dompdf); + break; + + case "inline": + $this->_renderers[$type] = new Inline_Renderer($this->_dompdf); + break; + + case "text": + $this->_renderers[$type] = new Text_Renderer($this->_dompdf); + break; + + case "image": + $this->_renderers[$type] = new Image_Renderer($this->_dompdf); + break; + + case "table-cell": + $this->_renderers[$type] = new Table_Cell_Renderer($this->_dompdf); + break; + + case "table-row-group": + $this->_renderers[$type] = new Table_Row_Group_Renderer($this->_dompdf); + break; + + case "list-bullet": + $this->_renderers[$type] = new List_Bullet_Renderer($this->_dompdf); + break; + + case "php": + $this->_renderers[$type] = new PHP_Evaluator($this->_canvas); + break; + + case "javascript": + $this->_renderers[$type] = new Javascript_Embedder($this->_dompdf); + break; + + } + } + + $this->_renderers[$type]->render($frame); + + } +} diff --git a/htdocs/dompdf/include/style.cls.php b/htdocs/dompdf/include/style.cls.php new file mode 100644 index 000000000..d08fb4baa --- /dev/null +++ b/htdocs/dompdf/include/style.cls.php @@ -0,0 +1,2435 @@ + + * @author Helmut Tischer + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * Represents CSS properties. + * + * The Style class is responsible for handling and storing CSS properties. + * It includes methods to resolve colors and lengths, as well as getters & + * setters for many CSS properites. + * + * Actual CSS parsing is performed in the {@link Stylesheet} class. + * + * @package dompdf + */ +class Style { + + const CSS_IDENTIFIER = "-?[_a-zA-Z]+[_a-zA-Z0-9-]*"; + const CSS_INTEGER = "-?\d+"; + + /** + * Default font size, in points. + * + * @var float + */ + static $default_font_size = 12; + + /** + * Default line height, as a fraction of the font size. + * + * @var float + */ + static $default_line_height = 1.2; + + /** + * Default "absolute" font sizes relative to the default font-size + * http://www.w3.org/TR/css3-fonts/#font-size-the-font-size-property + * @var array + */ + static $font_size_keywords = array( + "xx-small" => 0.6, // 3/5 + "x-small" => 0.75, // 3/4 + "small" => 0.889, // 8/9 + "medium" => 1, // 1 + "large" => 1.2, // 6/5 + "x-large" => 1.5, // 3/2 + "xx-large" => 2.0, // 2/1 + ); + + /** + * List of all inline types. Should really be a constant. + * + * @var array + */ + static $INLINE_TYPES = array("inline"); + + /** + * List of all block types. Should really be a constant. + * + * @var array + */ + static $BLOCK_TYPES = array("block", "inline-block", "table-cell", "list-item"); + + /** + * List of all positionned types. Should really be a constant. + * + * @var array + */ + static $POSITIONNED_TYPES = array("relative", "absolute", "fixed"); + + /** + * List of all table types. Should really be a constant. + * + * @var array; + */ + static $TABLE_TYPES = array("table", "inline-table"); + + /** + * List of valid border styles. Should also really be a constant. + * + * @var array + */ + static $BORDER_STYLES = array("none", "hidden", "dotted", "dashed", "solid", + "double", "groove", "ridge", "inset", "outset"); + + /** + * Default style values. + * + * @link http://www.w3.org/TR/CSS21/propidx.html + * + * @var array + */ + static protected $_defaults = null; + + /** + * List of inherited properties + * + * @link http://www.w3.org/TR/CSS21/propidx.html + * + * @var array + */ + static protected $_inherited = null; + + /** + * Caches method_exists result + * + * @var array + */ + static protected $_methods_cache = array(); + + /** + * The stylesheet this style belongs to + * + * @see Stylesheet + * @var Stylesheet + */ + protected $_stylesheet; // stylesheet this style is attached to + + /** + * Main array of all CSS properties & values + * + * @var array + */ + protected $_props; + + /* var instead of protected would allow access outside of class */ + protected $_important_props; + + /** + * Cached property values + * + * @var array + */ + protected $_prop_cache; + + /** + * Font size of parent element in document tree. Used for relative font + * size resolution. + * + * @var float + */ + protected $_parent_font_size; // Font size of parent element + + protected $_font_family; + + /** + * @var Frame + */ + protected $_frame; + + /** + * The origin of the style + * + * @var int + */ + protected $_origin = Stylesheet::ORIG_AUTHOR; + + // private members + /** + * True once the font size is resolved absolutely + * + * @var bool + */ + private $__font_size_calculated; // Cache flag + + /** + * The computed border radius + */ + private $_computed_border_radius = null; + + /** + * @var bool + */ + public $_has_border_radius = false; + + /** + * Class constructor + * + * @param Stylesheet $stylesheet the stylesheet this Style is associated with. + * @param int $origin + */ + function __construct(Stylesheet $stylesheet, $origin = Stylesheet::ORIG_AUTHOR) { + $this->_props = array(); + $this->_important_props = array(); + $this->_stylesheet = $stylesheet; + $this->_origin = $origin; + $this->_parent_font_size = null; + $this->__font_size_calculated = false; + + if ( !isset(self::$_defaults) ) { + + // Shorthand + $d =& self::$_defaults; + + // All CSS 2.1 properties, and their default values + $d["azimuth"] = "center"; + $d["background_attachment"] = "scroll"; + $d["background_color"] = "transparent"; + $d["background_image"] = "none"; + $d["background_image_resolution"] = "normal"; + $d["_dompdf_background_image_resolution"] = $d["background_image_resolution"]; + $d["background_position"] = "0% 0%"; + $d["background_repeat"] = "repeat"; + $d["background"] = ""; + $d["border_collapse"] = "separate"; + $d["border_color"] = ""; + $d["border_spacing"] = "0"; + $d["border_style"] = ""; + $d["border_top"] = ""; + $d["border_right"] = ""; + $d["border_bottom"] = ""; + $d["border_left"] = ""; + $d["border_top_color"] = ""; + $d["border_right_color"] = ""; + $d["border_bottom_color"] = ""; + $d["border_left_color"] = ""; + $d["border_top_style"] = "none"; + $d["border_right_style"] = "none"; + $d["border_bottom_style"] = "none"; + $d["border_left_style"] = "none"; + $d["border_top_width"] = "medium"; + $d["border_right_width"] = "medium"; + $d["border_bottom_width"] = "medium"; + $d["border_left_width"] = "medium"; + $d["border_width"] = "medium"; + $d["border_bottom_left_radius"] = ""; + $d["border_bottom_right_radius"] = ""; + $d["border_top_left_radius"] = ""; + $d["border_top_right_radius"] = ""; + $d["border_radius"] = ""; + $d["border"] = ""; + $d["bottom"] = "auto"; + $d["caption_side"] = "top"; + $d["clear"] = "none"; + $d["clip"] = "auto"; + $d["color"] = "#000000"; + $d["content"] = "normal"; + $d["counter_increment"] = "none"; + $d["counter_reset"] = "none"; + $d["cue_after"] = "none"; + $d["cue_before"] = "none"; + $d["cue"] = ""; + $d["cursor"] = "auto"; + $d["direction"] = "ltr"; + $d["display"] = "inline"; + $d["elevation"] = "level"; + $d["empty_cells"] = "show"; + $d["float"] = "none"; + $d["font_family"] = $stylesheet->get_dompdf()->get_option("default_font"); + $d["font_size"] = "medium"; + $d["font_style"] = "normal"; + $d["font_variant"] = "normal"; + $d["font_weight"] = "normal"; + $d["font"] = ""; + $d["height"] = "auto"; + $d["image_resolution"] = "normal"; + $d["_dompdf_image_resolution"] = $d["image_resolution"]; + $d["_dompdf_keep"] = ""; + $d["left"] = "auto"; + $d["letter_spacing"] = "normal"; + $d["line_height"] = "normal"; + $d["list_style_image"] = "none"; + $d["list_style_position"] = "outside"; + $d["list_style_type"] = "disc"; + $d["list_style"] = ""; + $d["margin_right"] = "0"; + $d["margin_left"] = "0"; + $d["margin_top"] = "0"; + $d["margin_bottom"] = "0"; + $d["margin"] = ""; + $d["max_height"] = "none"; + $d["max_width"] = "none"; + $d["min_height"] = "0"; + $d["min_width"] = "0"; + $d["opacity"] = "1.0"; // CSS3 + $d["orphans"] = "2"; + $d["outline_color"] = ""; // "invert" special color is not supported + $d["outline_style"] = "none"; + $d["outline_width"] = "medium"; + $d["outline"] = ""; + $d["overflow"] = "visible"; + $d["padding_top"] = "0"; + $d["padding_right"] = "0"; + $d["padding_bottom"] = "0"; + $d["padding_left"] = "0"; + $d["padding"] = ""; + $d["page_break_after"] = "auto"; + $d["page_break_before"] = "auto"; + $d["page_break_inside"] = "auto"; + $d["pause_after"] = "0"; + $d["pause_before"] = "0"; + $d["pause"] = ""; + $d["pitch_range"] = "50"; + $d["pitch"] = "medium"; + $d["play_during"] = "auto"; + $d["position"] = "static"; + $d["quotes"] = ""; + $d["richness"] = "50"; + $d["right"] = "auto"; + $d["size"] = "auto"; // @page + $d["speak_header"] = "once"; + $d["speak_numeral"] = "continuous"; + $d["speak_punctuation"] = "none"; + $d["speak"] = "normal"; + $d["speech_rate"] = "medium"; + $d["stress"] = "50"; + $d["table_layout"] = "auto"; + $d["text_align"] = "left"; + $d["text_decoration"] = "none"; + $d["text_indent"] = "0"; + $d["text_transform"] = "none"; + $d["top"] = "auto"; + $d["transform"] = "none"; // CSS3 + $d["transform_origin"] = "50% 50%"; // CSS3 + $d["_webkit_transform"] = $d["transform"]; // CSS3 + $d["_webkit_transform_origin"] = $d["transform_origin"]; // CSS3 + $d["unicode_bidi"] = "normal"; + $d["vertical_align"] = "baseline"; + $d["visibility"] = "visible"; + $d["voice_family"] = ""; + $d["volume"] = "medium"; + $d["white_space"] = "normal"; + $d["word_wrap"] = "normal"; + $d["widows"] = "2"; + $d["width"] = "auto"; + $d["word_spacing"] = "normal"; + $d["z_index"] = "auto"; + + // for @font-face + $d["src"] = ""; + $d["unicode_range"] = ""; + + // Properties that inherit by default + self::$_inherited = array( + "azimuth", + "background_image_resolution", + "border_collapse", + "border_spacing", + "caption_side", + "color", + "cursor", + "direction", + "elevation", + "empty_cells", + "font_family", + "font_size", + "font_style", + "font_variant", + "font_weight", + "font", + "image_resolution", + "letter_spacing", + "line_height", + "list_style_image", + "list_style_position", + "list_style_type", + "list_style", + "orphans", + "page_break_inside", + "pitch_range", + "pitch", + "quotes", + "richness", + "speak_header", + "speak_numeral", + "speak_punctuation", + "speak", + "speech_rate", + "stress", + "text_align", + "text_indent", + "text_transform", + "visibility", + "voice_family", + "volume", + "white_space", + "word_wrap", + "widows", + "word_spacing", + ); + } + } + + /** + * "Destructor": forcibly free all references held by this object + */ + function dispose() { + clear_object($this); + } + + function set_frame(Frame $frame) { + $this->_frame = $frame; + } + + function get_frame() { + return $this->_frame; + } + + function set_origin($origin) { + $this->_origin = $origin; + } + + function get_origin() { + return $this->_origin; + } + + /** + * returns the {@link Stylesheet} this Style is associated with. + * + * @return Stylesheet + */ + function get_stylesheet() { return $this->_stylesheet; } + + /** + * Converts any CSS length value into an absolute length in points. + * + * length_in_pt() takes a single length (e.g. '1em') or an array of + * lengths and returns an absolute length. If an array is passed, then + * the return value is the sum of all elements. + * + * If a reference size is not provided, the default font size is used + * ({@link Style::$default_font_size}). + * + * @param float|array $length the length or array of lengths to resolve + * @param float $ref_size an absolute reference size to resolve percentage lengths + * @return float + */ + function length_in_pt($length, $ref_size = null) { + static $cache = array(); + + if ( !is_array($length) ) { + $length = array($length); + } + + if ( !isset($ref_size) ) { + $ref_size = self::$default_font_size; + } + + $key = implode("@", $length)."/$ref_size"; + + if ( isset($cache[$key]) ) { + return $cache[$key]; + } + + $ret = 0; + foreach ($length as $l) { + + if ( $l === "auto" ) { + return "auto"; + } + + if ( $l === "none" ) { + return "none"; + } + + // Assume numeric values are already in points + if ( is_numeric($l) ) { + $ret += $l; + continue; + } + + if ( $l === "normal" ) { + $ret += $ref_size; + continue; + } + + // Border lengths + if ( $l === "thin" ) { + $ret += 0.5; + continue; + } + + if ( $l === "medium" ) { + $ret += 1.5; + continue; + } + + if ( $l === "thick" ) { + $ret += 2.5; + continue; + } + + if ( ($i = mb_strpos($l, "px")) !== false ) { + $dpi = $this->_stylesheet->get_dompdf()->get_option("dpi"); + $ret += ( mb_substr($l, 0, $i) * 72 ) / $dpi; + continue; + } + + if ( ($i = mb_strpos($l, "pt")) !== false ) { + $ret += (float)mb_substr($l, 0, $i); + continue; + } + + if ( ($i = mb_strpos($l, "%")) !== false ) { + $ret += (float)mb_substr($l, 0, $i)/100 * $ref_size; + continue; + } + + if ( ($i = mb_strpos($l, "rem")) !== false ) { + $ret += (float)mb_substr($l, 0, $i) * $this->_stylesheet->get_dompdf()->get_tree()->get_root()->get_style()->font_size; + continue; + } + + if ( ($i = mb_strpos($l, "em")) !== false ) { + $ret += (float)mb_substr($l, 0, $i) * $this->__get("font_size"); + continue; + } + + if ( ($i = mb_strpos($l, "cm")) !== false ) { + $ret += mb_substr($l, 0, $i) * 72 / 2.54; + continue; + } + + if ( ($i = mb_strpos($l, "mm")) !== false ) { + $ret += mb_substr($l, 0, $i) * 72 / 25.4; + continue; + } + + // FIXME: em:ex ratio? + if ( ($i = mb_strpos($l, "ex")) !== false ) { + $ret += mb_substr($l, 0, $i) * $this->__get("font_size") / 2; + continue; + } + + if ( ($i = mb_strpos($l, "in")) !== false ) { + $ret += (float)mb_substr($l, 0, $i) * 72; + continue; + } + + if ( ($i = mb_strpos($l, "pc")) !== false ) { + $ret += (float)mb_substr($l, 0, $i) * 12; + continue; + } + + // Bogus value + $ret += $ref_size; + } + + return $cache[$key] = $ret; + } + + + /** + * Set inherited properties in this style using values in $parent + * + * @param Style $parent + * + * @return Style + */ + function inherit(Style $parent) { + + // Set parent font size + $this->_parent_font_size = $parent->get_font_size(); + + foreach (self::$_inherited as $prop) { + //inherit the !important property also. + //if local property is also !important, don't inherit. + if ( isset($parent->_props[$prop]) && + ( !isset($this->_props[$prop]) || + ( isset($parent->_important_props[$prop]) && !isset($this->_important_props[$prop]) ) + ) + ) { + if ( isset($parent->_important_props[$prop]) ) { + $this->_important_props[$prop] = true; + } + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$prop] = null; + $this->_props[$prop] = $parent->_props[$prop]; + } + } + + foreach ($this->_props as $prop => $value) { + if ( $value === "inherit" ) { + if ( isset($parent->_important_props[$prop]) ) { + $this->_important_props[$prop] = true; + } + //do not assign direct, but + //implicite assignment through __set, redirect to specialized, get value with __get + //This is for computing defaults if the parent setting is also missing. + //Therefore do not directly assign the value without __set + //set _important_props before that to be able to propagate. + //see __set and __get, on all assignments clear cache! + //$this->_prop_cache[$prop] = null; + //$this->_props[$prop] = $parent->_props[$prop]; + //props_set for more obvious explicite assignment not implemented, because + //too many implicite uses. + // $this->props_set($prop, $parent->$prop); + $this->__set($prop, $parent->__get($prop)); + } + } + + return $this; + } + + /** + * Override properties in this style with those in $style + * + * @param Style $style + */ + function merge(Style $style) { + //treat the !important attribute + //if old rule has !important attribute, override with new rule only if + //the new rule is also !important + foreach($style->_props as $prop => $val ) { + if (isset($style->_important_props[$prop])) { + $this->_important_props[$prop] = true; + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$prop] = null; + $this->_props[$prop] = $val; + } + else if ( !isset($this->_important_props[$prop]) ) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$prop] = null; + $this->_props[$prop] = $val; + } + } + + if ( isset($style->_props["font_size"]) ) { + $this->__font_size_calculated = false; + } + } + + /** + * Returns an array(r, g, b, "r"=> r, "g"=>g, "b"=>b, "hex"=>"#rrggbb") + * based on the provided CSS color value. + * + * @param string $color + * @return array + */ + function munge_color($color) { + return CSS_Color::parse($color); + } + + /* direct access to _important_props array from outside would work only when declared as + * 'var $_important_props;' instead of 'protected $_important_props;' + * Don't call _set/__get on missing attribute. Therefore need a special access. + * Assume that __set will be also called when this is called, so do not check validity again. + * Only created, if !important exists -> always set true. + */ + function important_set($prop) { + $prop = str_replace("-", "_", $prop); + $this->_important_props[$prop] = true; + } + + function important_get($prop) { + return isset($this->_important_props[$prop]); + } + + /** + * PHP5 overloaded setter + * + * This function along with {@link Style::__get()} permit a user of the + * Style class to access any (CSS) property using the following syntax: + * + * Style->margin_top = "1em"; + * echo (Style->margin_top); + * + * + * __set() automatically calls the provided set function, if one exists, + * otherwise it sets the property directly. Typically, __set() is not + * called directly from outside of this class. + * + * On each modification clear cache to return accurate setting. + * Also affects direct settings not using __set + * For easier finding all assignments, attempted to allowing only explicite assignment: + * Very many uses, e.g. frame_reflower.cls.php -> for now leave as it is + * function __set($prop, $val) { + * throw new DOMPDF_Exception("Implicite replacement of assignment by __set. Not good."); + * } + * function props_set($prop, $val) { ... } + * + * @param string $prop the property to set + * @param mixed $val the value of the property + * + */ + function __set($prop, $val) { + $prop = str_replace("-", "_", $prop); + $this->_prop_cache[$prop] = null; + + if ( !isset(self::$_defaults[$prop]) ) { + global $_dompdf_warnings; + $_dompdf_warnings[] = "'$prop' is not a valid CSS2 property."; + return; + } + + if ( $prop !== "content" && is_string($val) && strlen($val) > 5 && mb_strpos($val, "url") === false ) { + $val = mb_strtolower(trim(str_replace(array("\n", "\t"), array(" "), $val))); + $val = preg_replace("/([0-9]+) (pt|px|pc|em|ex|in|cm|mm|%)/S", "\\1\\2", $val); + } + + $method = "set_$prop"; + + if ( !isset(self::$_methods_cache[$method]) ) { + self::$_methods_cache[$method] = method_exists($this, $method); + } + + if ( self::$_methods_cache[$method] ) { + $this->$method($val); + } + else { + $this->_props[$prop] = $val; + } + } + + /** + * PHP5 overloaded getter + * Along with {@link Style::__set()} __get() provides access to all CSS + * properties directly. Typically __get() is not called directly outside + * of this class. + * On each modification clear cache to return accurate setting. + * Also affects direct settings not using __set + * + * @param string $prop + * + * @throws DOMPDF_Exception + * @return mixed + */ + function __get($prop) { + if ( !isset(self::$_defaults[$prop]) ) { + throw new DOMPDF_Exception("'$prop' is not a valid CSS2 property."); + } + + if ( isset($this->_prop_cache[$prop]) && $this->_prop_cache[$prop] != null ) { + return $this->_prop_cache[$prop]; + } + + $method = "get_$prop"; + + // Fall back on defaults if property is not set + if ( !isset($this->_props[$prop]) ) { + $this->_props[$prop] = self::$_defaults[$prop]; + } + + if ( !isset(self::$_methods_cache[$method]) ) { + self::$_methods_cache[$method] = method_exists($this, $method); + } + + if ( self::$_methods_cache[$method] ) { + return $this->_prop_cache[$prop] = $this->$method(); + } + + return $this->_prop_cache[$prop] = $this->_props[$prop]; + } + + function get_font_family_raw(){ + return trim($this->_props["font_family"], " \t\n\r\x0B\"'"); + } + + /** + * Getter for the 'font-family' CSS property. + * Uses the {@link Font_Metrics} class to resolve the font family into an + * actual font file. + * + * @link http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family + * @throws DOMPDF_Exception + * + * @return string + */ + function get_font_family() { + if ( isset($this->_font_family) ) { + return $this->_font_family; + } + + $DEBUGCSS=DEBUGCSS; //=DEBUGCSS; Allow override of global setting for ad hoc debug + + // Select the appropriate font. First determine the subtype, then check + // the specified font-families for a candidate. + + // Resolve font-weight + $weight = $this->__get("font_weight"); + + if ( is_numeric($weight) ) { + if ( $weight < 600 ) { + $weight = "normal"; + } + else { + $weight = "bold"; + } + } + else if ( $weight === "bold" || $weight === "bolder" ) { + $weight = "bold"; + } + else { + $weight = "normal"; + } + + // Resolve font-style + $font_style = $this->__get("font_style"); + + if ( $weight === "bold" && ($font_style === "italic" || $font_style === "oblique") ) { + $subtype = "bold_italic"; + } + else if ( $weight === "bold" && $font_style !== "italic" && $font_style !== "oblique" ) { + $subtype = "bold"; + } + else if ( $weight !== "bold" && ($font_style === "italic" || $font_style === "oblique") ) { + $subtype = "italic"; + } + else { + $subtype = "normal"; + } + + // Resolve the font family + if ( $DEBUGCSS ) { + print "
      [get_font_family:";
      +      print '('.$this->_props["font_family"].'.'.$font_style.'.'.$this->__get("font_weight").'.'.$weight.'.'.$subtype.')';
      +    }
      +    
      +    $families = preg_split("/\s*,\s*/", $this->_props["font_family"]);
      +
      +    $font = null;
      +    foreach($families as $family) {
      +      //remove leading and trailing string delimiters, e.g. on font names with spaces;
      +      //remove leading and trailing whitespace
      +      $family = trim($family, " \t\n\r\x0B\"'");
      +      if ( $DEBUGCSS ) {
      +        print '('.$family.')';
      +      }
      +      $font = Font_Metrics::get_font($family, $subtype);
      +
      +      if ( $font ) {
      +        if ($DEBUGCSS) print '('.$font.")get_font_family]\n
      "; + return $this->_font_family = $font; + } + } + + $family = null; + if ( $DEBUGCSS ) { + print '(default)'; + } + $font = Font_Metrics::get_font($family, $subtype); + + if ( $font ) { + if ( $DEBUGCSS ) print '('.$font.")get_font_family]\n"; + return$this->_font_family = $font; + } + + throw new DOMPDF_Exception("Unable to find a suitable font replacement for: '" . $this->_props["font_family"] ."'"); + + } + + /** + * Returns the resolved font size, in points + * + * @link http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size + * @return float + */ + function get_font_size() { + + if ( $this->__font_size_calculated ) { + return $this->_props["font_size"]; + } + + if ( !isset($this->_props["font_size"]) ) { + $fs = self::$_defaults["font_size"]; + } + else { + $fs = $this->_props["font_size"]; + } + + if ( !isset($this->_parent_font_size) ) { + $this->_parent_font_size = self::$default_font_size; + } + + switch ((string)$fs) { + case "xx-small": + case "x-small": + case "small": + case "medium": + case "large": + case "x-large": + case "xx-large": + $fs = self::$default_font_size * self::$font_size_keywords[$fs]; + break; + + case "smaller": + $fs = 8/9 * $this->_parent_font_size; + break; + + case "larger": + $fs = 6/5 * $this->_parent_font_size; + break; + + default: + break; + } + + // Ensure relative sizes resolve to something + if ( ($i = mb_strpos($fs, "em")) !== false ) { + $fs = mb_substr($fs, 0, $i) * $this->_parent_font_size; + } + else if ( ($i = mb_strpos($fs, "ex")) !== false ) { + $fs = mb_substr($fs, 0, $i) * $this->_parent_font_size; + } + else { + $fs = $this->length_in_pt($fs); + } + + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["font_size"] = null; + $this->_props["font_size"] = $fs; + $this->__font_size_calculated = true; + return $this->_props["font_size"]; + + } + + /** + * @link http://www.w3.org/TR/CSS21/text.html#propdef-word-spacing + * @return float + */ + function get_word_spacing() { + if ( $this->_props["word_spacing"] === "normal" ) { + return 0; + } + + return $this->_props["word_spacing"]; + } + + /** + * @link http://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing + * @return float + */ + function get_letter_spacing() { + if ( $this->_props["letter_spacing"] === "normal" ) { + return 0; + } + + return $this->_props["letter_spacing"]; + } + + /** + * @link http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height + * @return float + */ + function get_line_height() { + $line_height = $this->_props["line_height"]; + + if ( $line_height === "normal" ) { + return self::$default_line_height * $this->get_font_size(); + } + + if ( is_numeric($line_height) ) { + return $this->length_in_pt( $line_height . "em", $this->get_font_size()); + } + + return $this->length_in_pt( $line_height, $this->_parent_font_size ); + } + + /** + * Returns the color as an array + * + * The array has the following format: + * array(r,g,b, "r" => r, "g" => g, "b" => b, "hex" => "#rrggbb") + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-color + * @return array + */ + function get_color() { + return $this->munge_color( $this->_props["color"] ); + } + + /** + * Returns the background color as an array + * + * The returned array has the same format as {@link Style::get_color()} + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-color + * @return array + */ + function get_background_color() { + return $this->munge_color( $this->_props["background_color"] ); + } + + /** + * Returns the background position as an array + * + * The returned array has the following format: + * array(x,y, "x" => x, "y" => y) + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-position + * @return array + */ + function get_background_position() { + $tmp = explode(" ", $this->_props["background_position"]); + + switch ($tmp[0]) { + case "left": + $x = "0%"; + break; + + case "right": + $x = "100%"; + break; + + case "top": + $y = "0%"; + break; + + case "bottom": + $y = "100%"; + break; + + case "center": + $x = "50%"; + $y = "50%"; + break; + + default: + $x = $tmp[0]; + break; + } + + if ( isset($tmp[1]) ) { + + switch ($tmp[1]) { + case "left": + $x = "0%"; + break; + + case "right": + $x = "100%"; + break; + + case "top": + $y = "0%"; + break; + + case "bottom": + $y = "100%"; + break; + + case "center": + if ( $tmp[0] === "left" || $tmp[0] === "right" || $tmp[0] === "center" ) { + $y = "50%"; + } + else { + $x = "50%"; + } + break; + + default: + $y = $tmp[1]; + break; + } + + } + else { + $y = "50%"; + } + + if ( !isset($x) ) { + $x = "0%"; + } + + if ( !isset($y) ) { + $y = "0%"; + } + + return array( + 0 => $x, "x" => $x, + 1 => $y, "y" => $y, + ); + } + + + /** + * Returns the background as it is currently stored + * + * (currently anyway only for completeness. + * not used for further processing) + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment + * @return string + */ + function get_background_attachment() { + return $this->_props["background_attachment"]; + } + + + /** + * Returns the background_repeat as it is currently stored + * + * (currently anyway only for completeness. + * not used for further processing) + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat + * @return string + */ + function get_background_repeat() { + return $this->_props["background_repeat"]; + } + + + /** + * Returns the background as it is currently stored + * + * (currently anyway only for completeness. + * not used for further processing, but the individual get_background_xxx) + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background + * @return string + */ + function get_background() { + return $this->_props["background"]; + } + + + /**#@+ + * Returns the border color as an array + * + * See {@link Style::get_color()} + * + * @link http://www.w3.org/TR/CSS21/box.html#border-color-properties + * @return array + */ + function get_border_top_color() { + if ( $this->_props["border_top_color"] === "" ) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["border_top_color"] = null; + $this->_props["border_top_color"] = $this->__get("color"); + } + + return $this->munge_color($this->_props["border_top_color"]); + } + + function get_border_right_color() { + if ( $this->_props["border_right_color"] === "" ) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["border_right_color"] = null; + $this->_props["border_right_color"] = $this->__get("color"); + } + + return $this->munge_color($this->_props["border_right_color"]); + } + + function get_border_bottom_color() { + if ( $this->_props["border_bottom_color"] === "" ) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["border_bottom_color"] = null; + $this->_props["border_bottom_color"] = $this->__get("color"); + } + + return $this->munge_color($this->_props["border_bottom_color"]); + } + + function get_border_left_color() { + if ( $this->_props["border_left_color"] === "" ) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["border_left_color"] = null; + $this->_props["border_left_color"] = $this->__get("color"); + } + + return $this->munge_color($this->_props["border_left_color"]); + } + + /**#@-*/ + + /**#@+ + * Returns the border width, as it is currently stored + * + * @link http://www.w3.org/TR/CSS21/box.html#border-width-properties + * @return float|string + */ + function get_border_top_width() { + $style = $this->__get("border_top_style"); + return $style !== "none" && $style !== "hidden" ? $this->length_in_pt($this->_props["border_top_width"]) : 0; + } + + function get_border_right_width() { + $style = $this->__get("border_right_style"); + return $style !== "none" && $style !== "hidden" ? $this->length_in_pt($this->_props["border_right_width"]) : 0; + } + + function get_border_bottom_width() { + $style = $this->__get("border_bottom_style"); + return $style !== "none" && $style !== "hidden" ? $this->length_in_pt($this->_props["border_bottom_width"]) : 0; + } + + function get_border_left_width() { + $style = $this->__get("border_left_style"); + return $style !== "none" && $style !== "hidden" ? $this->length_in_pt($this->_props["border_left_width"]) : 0; + } + /**#@-*/ + + /** + * Return an array of all border properties. + * + * The returned array has the following structure: + * + * array("top" => array("width" => [border-width], + * "style" => [border-style], + * "color" => [border-color (array)]), + * "bottom" ... ) + * + * + * @return array + */ + function get_border_properties() { + return array( + "top" => array( + "width" => $this->__get("border_top_width"), + "style" => $this->__get("border_top_style"), + "color" => $this->__get("border_top_color"), + ), + "bottom" => array( + "width" => $this->__get("border_bottom_width"), + "style" => $this->__get("border_bottom_style"), + "color" => $this->__get("border_bottom_color"), + ), + "right" => array( + "width" => $this->__get("border_right_width"), + "style" => $this->__get("border_right_style"), + "color" => $this->__get("border_right_color"), + ), + "left" => array( + "width" => $this->__get("border_left_width"), + "style" => $this->__get("border_left_style"), + "color" => $this->__get("border_left_color"), + ), + ); + } + + /** + * Return a single border property + * + * @param string $side + * + * @return mixed + */ + protected function _get_border($side) { + $color = $this->__get("border_" . $side . "_color"); + + return $this->__get("border_" . $side . "_width") . " " . + $this->__get("border_" . $side . "_style") . " " . $color["hex"]; + } + + /**#@+ + * Return full border properties as a string + * + * Border properties are returned just as specified in CSS: + *
      [width] [style] [color]
      + * e.g. "1px solid blue" + * + * @link http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties + * @return string + */ + function get_border_top() { + return $this->_get_border("top"); + } + + function get_border_right() { + return $this->_get_border("right"); + } + + function get_border_bottom() { + return $this->_get_border("bottom"); + } + + function get_border_left() { + return $this->_get_border("left"); + } + /**#@-*/ + + function get_computed_border_radius($w, $h) { + if ( !empty($this->_computed_border_radius) ) { + return $this->_computed_border_radius; + } + + $rTL = $this->__get("border_top_left_radius"); + $rTR = $this->__get("border_top_right_radius"); + $rBL = $this->__get("border_bottom_left_radius"); + $rBR = $this->__get("border_bottom_right_radius"); + + if ( $rTL + $rTR + $rBL + $rBR == 0 ) { + return $this->_computed_border_radius = array( + 0, 0, 0, 0, + "top-left" => 0, + "top-right" => 0, + "bottom-right" => 0, + "bottom-left" => 0, + ); + } + + $t = $this->__get("border_top_width"); + $r = $this->__get("border_right_width"); + $b = $this->__get("border_bottom_width"); + $l = $this->__get("border_left_width"); + + $rTL = min($rTL, $h - $rBL - $t/2 - $b/2, $w - $rTR - $l/2 - $r/2); + $rTR = min($rTR, $h - $rBR - $t/2 - $b/2, $w - $rTL - $l/2 - $r/2); + $rBL = min($rBL, $h - $rTL - $t/2 - $b/2, $w - $rBR - $l/2 - $r/2); + $rBR = min($rBR, $h - $rTR - $t/2 - $b/2, $w - $rBL - $l/2 - $r/2); + + return $this->_computed_border_radius = array( + $rTL, $rTR, $rBR, $rBL, + "top-left" => $rTL, + "top-right" => $rTR, + "bottom-right" => $rBR, + "bottom-left" => $rBL, + ); + } + /**#@-*/ + + + /** + * Returns the outline color as an array + * + * See {@link Style::get_color()} + * + * @link http://www.w3.org/TR/CSS21/box.html#border-color-properties + * @return array + */ + function get_outline_color() { + if ( $this->_props["outline_color"] === "" ) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["outline_color"] = null; + $this->_props["outline_color"] = $this->__get("color"); + } + + return $this->munge_color($this->_props["outline_color"]); + } + + /**#@+ + * Returns the outline width, as it is currently stored + * @return float|string + */ + function get_outline_width() { + $style = $this->__get("outline_style"); + return $style !== "none" && $style !== "hidden" ? $this->length_in_pt($this->_props["outline_width"]) : 0; + } + + /**#@+ + * Return full outline properties as a string + * + * Outline properties are returned just as specified in CSS: + *
      [width] [style] [color]
      + * e.g. "1px solid blue" + * + * @link http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties + * @return string + */ + function get_outline() { + $color = $this->__get("outline_color"); + return + $this->__get("outline_width") . " " . + $this->__get("outline_style") . " " . + $color["hex"]; + } + /**#@-*/ + + /** + * Returns border spacing as an array + * + * The array has the format (h_space,v_space) + * + * @link http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing + * @return array + */ + function get_border_spacing() { + $arr = explode(" ", $this->_props["border_spacing"]); + if ( count($arr) == 1 ) { + $arr[1] = $arr[0]; + } + return $arr; + } + +/*==============================*/ + + /* + !important attribute + For basic functionality of the !important attribute with overloading + of several styles of an element, changes in inherit(), merge() and _parse_properties() + are sufficient [helpers var $_important_props, __construct(), important_set(), important_get()] + + Only for combined attributes extra treatment needed. See below. + + div { border: 1px red; } + div { border: solid; } // Not combined! Only one occurence of same style per context + // + div { border: 1px red; } + div a { border: solid; } // Adding to border style ok by inheritance + // + div { border-style: solid; } // Adding to border style ok because of different styles + div { border: 1px red; } + // + div { border-style: solid; !important} // border: overrides, even though not !important + div { border: 1px dashed red; } + // + div { border: 1px red; !important } + div a { border-style: solid; } // Need to override because not set + + Special treatment: + At individual property like border-top-width need to check whether overriding value is also !important. + Also store the !important condition for later overrides. + Since not known who is initiating the override, need to get passed !important as parameter. + !important Paramter taken as in the original style in the css file. + When property border !important given, do not mark subsets like border_style as important. Only + individual properties. + + Note: + Setting individual property directly from css with e.g. set_border_top_style() is not needed, because + missing set funcions handled by a generic handler __set(), including the !important. + Setting individual property of as sub-property is handled below. + + Implementation see at _set_style_side_type() + Callers _set_style_sides_type(), _set_style_type, _set_style_type_important() + + Related functionality for background, padding, margin, font, list_style + */ + + /* Generalized set function for individual attribute of combined style. + * With check for !important + * Applicable for background, border, padding, margin, font, list_style + * Note: $type has a leading underscore (or is empty), the others not. + */ + protected function _set_style_side_type($style, $side, $type, $val, $important) { + $prop = $style.'_'.$side.$type; + + if ( !isset($this->_important_props[$prop]) || $important) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$prop] = null; + if ( $important ) { + $this->_important_props[$prop] = true; + } + $this->_props[$prop] = $val; + } + } + + protected function _set_style_sides_type($style,$top,$right,$bottom,$left,$type,$important) { + $this->_set_style_side_type($style,'top',$type,$top,$important); + $this->_set_style_side_type($style,'right',$type,$right,$important); + $this->_set_style_side_type($style,'bottom',$type,$bottom,$important); + $this->_set_style_side_type($style,'left',$type,$left,$important); + } + + protected function _set_style_type($style,$type,$val,$important) { + $val = preg_replace("/\s*\,\s*/", ",", $val); // when rgb() has spaces + $arr = explode(" ", $val); + + switch (count($arr)) { + case 1: $this->_set_style_sides_type($style,$arr[0],$arr[0],$arr[0],$arr[0],$type,$important); break; + case 2: $this->_set_style_sides_type($style,$arr[0],$arr[1],$arr[0],$arr[1],$type,$important); break; + case 3: $this->_set_style_sides_type($style,$arr[0],$arr[1],$arr[2],$arr[1],$type,$important); break; + case 4: $this->_set_style_sides_type($style,$arr[0],$arr[1],$arr[2],$arr[3],$type,$important); break; + } + + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$style.$type] = null; + $this->_props[$style.$type] = $val; + } + + protected function _set_style_type_important($style,$type,$val) { + $this->_set_style_type($style,$type,$val,isset($this->_important_props[$style.$type])); + } + + /* Anyway only called if _important matches and is assigned + * E.g. _set_style_side_type($style,$side,'',str_replace("none", "0px", $val),isset($this->_important_props[$style.'_'.$side])); + */ + protected function _set_style_side_width_important($style,$side,$val) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$style.'_'.$side] = null; + $this->_props[$style.'_'.$side] = str_replace("none", "0px", $val); + } + + protected function _set_style($style,$val,$important) { + if ( !isset($this->_important_props[$style]) || $important) { + if ( $important ) { + $this->_important_props[$style] = true; + } + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$style] = null; + $this->_props[$style] = $val; + } + } + + protected function _image($val) { + $DEBUGCSS=DEBUGCSS; + $parsed_url = "none"; + + if ( mb_strpos($val, "url") === false ) { + $path = "none"; //Don't resolve no image -> otherwise would prefix path and no longer recognize as none + } + else { + $val = preg_replace("/url\(['\"]?([^'\")]+)['\"]?\)/","\\1", trim($val)); + + // Resolve the url now in the context of the current stylesheet + $parsed_url = explode_url($val); + if ( $parsed_url["protocol"] == "" && $this->_stylesheet->get_protocol() == "" ) { + if ($parsed_url["path"][0] === '/' || $parsed_url["path"][0] === '\\' ) { + $path = $_SERVER["DOCUMENT_ROOT"].'/'; + } + else { + $path = $this->_stylesheet->get_base_path(); + } + + $path .= $parsed_url["path"] . $parsed_url["file"]; + $path = realpath($path); + // If realpath returns FALSE then specifically state that there is no background image + if ( !$path ) { + $path = 'none'; + } + } + else { + $path = build_url($this->_stylesheet->get_protocol(), + $this->_stylesheet->get_host(), + $this->_stylesheet->get_base_path(), + $val); + } + } + if ($DEBUGCSS) { + print "
      [_image\n";
      +      print_r($parsed_url);
      +      print $this->_stylesheet->get_protocol()."\n".$this->_stylesheet->get_base_path()."\n".$path."\n";
      +      print "_image]
      ";; + } + return $path; + } + +/*======================*/ + + /** + * Sets color + * + * The color parameter can be any valid CSS color value + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-color + * @param string $color + */ + function set_color($color) { + $col = $this->munge_color($color); + + if ( is_null($col) || !isset($col["hex"]) ) { + $color = "inherit"; + } + else { + $color = $col["hex"]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["color"] = null; + $this->_props["color"] = $color; + } + + /** + * Sets the background color + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-color + * @param string $color + */ + function set_background_color($color) { + $col = $this->munge_color($color); + + if ( is_null($col) ) { + return; + //$col = self::$_defaults["background_color"]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["background_color"] = null; + $this->_props["background_color"] = is_array($col) ? $col["hex"] : $col; + } + + /** + * Set the background image url + * @link http://www.w3.org/TR/CSS21/colors.html#background-properties + * + * @param string $val + */ + function set_background_image($val) { + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["background_image"] = null; + $this->_props["background_image"] = $this->_image($val); + } + + /** + * Sets the background repeat + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat + * @param string $val + */ + function set_background_repeat($val) { + if ( is_null($val) ) { + $val = self::$_defaults["background_repeat"]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["background_repeat"] = null; + $this->_props["background_repeat"] = $val; + } + + /** + * Sets the background attachment + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment + * @param string $val + */ + function set_background_attachment($val) { + if ( is_null($val) ) { + $val = self::$_defaults["background_attachment"]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["background_attachment"] = null; + $this->_props["background_attachment"] = $val; + } + + /** + * Sets the background position + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-position + * @param string $val + */ + function set_background_position($val) { + if ( is_null($val) ) { + $val = self::$_defaults["background_position"]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["background_position"] = null; + $this->_props["background_position"] = $val; + } + + /** + * Sets the background - combined options + * + * @link http://www.w3.org/TR/CSS21/colors.html#propdef-background + * @param string $val + */ + function set_background($val) { + $val = trim($val); + $important = isset($this->_important_props["background"]); + + if ( $val === "none" ) { + $this->_set_style("background_image", "none", $important); + $this->_set_style("background_color", "transparent", $important); + } + else { + $pos = array(); + $tmp = preg_replace("/\s*\,\s*/", ",", $val); // when rgb() has spaces + $tmp = preg_split("/\s+/", $tmp); + + foreach($tmp as $attr) { + if ( mb_substr($attr, 0, 3) === "url" || $attr === "none" ) { + $this->_set_style("background_image", $this->_image($attr), $important); + } + elseif ( $attr === "fixed" || $attr === "scroll" ) { + $this->_set_style("background_attachment", $attr, $important); + } + elseif ( $attr === "repeat" || $attr === "repeat-x" || $attr === "repeat-y" || $attr === "no-repeat" ) { + $this->_set_style("background_repeat", $attr, $important); + } + elseif ( ($col = $this->munge_color($attr)) != null ) { + $this->_set_style("background_color", is_array($col) ? $col["hex"] : $col, $important); + } + else { + $pos[] = $attr; + } + } + + if (count($pos)) { + $this->_set_style("background_position", implode(" ", $pos), $important); + } + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["background"] = null; + $this->_props["background"] = $val; + } + + /** + * Sets the font size + * + * $size can be any acceptable CSS size + * + * @link http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size + * @param string|float $size + */ + function set_font_size($size) { + $this->__font_size_calculated = false; + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["font_size"] = null; + $this->_props["font_size"] = $size; + } + + /** + * Sets the font style + * + * combined attributes + * set individual attributes also, respecting !important mark + * exactly this order, separate by space. Multiple fonts separated by comma: + * font-style, font-variant, font-weight, font-size, line-height, font-family + * + * Other than with border and list, existing partial attributes should + * reset when starting here, even when not mentioned. + * If individual attribute is !important and explicite or implicite replacement is not, + * keep individual attribute + * + * require whitespace as delimiters for single value attributes + * On delimiter "/" treat first as font height, second as line height + * treat all remaining at the end of line as font + * font-style, font-variant, font-weight, font-size, line-height, font-family + * + * missing font-size and font-family might be not allowed, but accept it here and + * use default (medium size, enpty font name) + * + * @link http://www.w3.org/TR/CSS21/generate.html#propdef-list-style + * @param $val + */ + function set_font($val) { + $this->__font_size_calculated = false; + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["font"] = null; + $this->_props["font"] = $val; + + $important = isset($this->_important_props["font"]); + + if ( preg_match("/^(italic|oblique|normal)\s*(.*)$/i",$val,$match) ) { + $this->_set_style("font_style", $match[1], $important); + $val = $match[2]; + } + else { + $this->_set_style("font_style", self::$_defaults["font_style"], $important); + } + + if ( preg_match("/^(small-caps|normal)\s*(.*)$/i",$val,$match) ) { + $this->_set_style("font_variant", $match[1], $important); + $val = $match[2]; + } + else { + $this->_set_style("font_variant", self::$_defaults["font_variant"], $important); + } + + //matching numeric value followed by unit -> this is indeed a subsequent font size. Skip! + if ( preg_match("/^(bold|bolder|lighter|100|200|300|400|500|600|700|800|900|normal)\s*(.*)$/i", $val, $match) && + !preg_match("/^(?:pt|px|pc|em|ex|in|cm|mm|%)/",$match[2]) + ) { + $this->_set_style("font_weight", $match[1], $important); + $val = $match[2]; + } + else { + $this->_set_style("font_weight", self::$_defaults["font_weight"], $important); + } + + if ( preg_match("/^(xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger|\d+\s*(?:pt|px|pc|em|ex|in|cm|mm|%))\s*(.*)$/i",$val,$match) ) { + $this->_set_style("font_size", $match[1], $important); + $val = $match[2]; + if ( preg_match("/^\/\s*(\d+\s*(?:pt|px|pc|em|ex|in|cm|mm|%))\s*(.*)$/i", $val, $match ) ) { + $this->_set_style("line_height", $match[1], $important); + $val = $match[2]; + } + else { + $this->_set_style("line_height", self::$_defaults["line_height"], $important); + } + } + else { + $this->_set_style("font_size", self::$_defaults["font_size"], $important); + $this->_set_style("line_height", self::$_defaults["line_height"], $important); + } + + if( strlen($val) != 0 ) { + $this->_set_style("font_family", $val, $important); + } + else { + $this->_set_style("font_family", self::$_defaults["font_family"], $important); + } + } + + /**#@+ + * Sets page break properties + * + * @link http://www.w3.org/TR/CSS21/page.html#page-breaks + * @param string $break + */ + function set_page_break_before($break) { + if ( $break === "left" || $break === "right" ) { + $break = "always"; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["page_break_before"] = null; + $this->_props["page_break_before"] = $break; + } + + function set_page_break_after($break) { + if ( $break === "left" || $break === "right" ) { + $break = "always"; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["page_break_after"] = null; + $this->_props["page_break_after"] = $break; + } + /**#@-*/ + + //........................................................................ + + /**#@+ + * Sets the margin size + * + * @link http://www.w3.org/TR/CSS21/box.html#margin-properties + * @param $val + */ + function set_margin_top($val) { + $this->_set_style_side_width_important('margin','top',$val); + } + + function set_margin_right($val) { + $this->_set_style_side_width_important('margin','right',$val); + } + + function set_margin_bottom($val) { + $this->_set_style_side_width_important('margin','bottom',$val); + } + + function set_margin_left($val) { + $this->_set_style_side_width_important('margin','left',$val); + } + + function set_margin($val) { + $val = str_replace("none", "0px", $val); + $this->_set_style_type_important('margin','',$val); + } + /**#@-*/ + + /**#@+ + * Sets the padding size + * + * @link http://www.w3.org/TR/CSS21/box.html#padding-properties + * @param $val + */ + function set_padding_top($val) { + $this->_set_style_side_width_important('padding','top',$val); + } + + function set_padding_right($val) { + $this->_set_style_side_width_important('padding','right',$val); + } + + function set_padding_bottom($val) { + $this->_set_style_side_width_important('padding','bottom',$val); + } + + function set_padding_left($val) { + $this->_set_style_side_width_important('padding','left',$val); + } + + function set_padding($val) { + $val = str_replace("none", "0px", $val); + $this->_set_style_type_important('padding','',$val); + } + /**#@-*/ + + /** + * Sets a single border + * + * @param string $side + * @param string $border_spec ([width] [style] [color]) + * @param boolean $important + */ + protected function _set_border($side, $border_spec, $important) { + $border_spec = preg_replace("/\s*\,\s*/", ",", $border_spec); + //$border_spec = str_replace(",", " ", $border_spec); // Why did we have this ?? rbg(10, 102, 10) > rgb(10 102 10) + $arr = explode(" ", $border_spec); + + // FIXME: handle partial values + + //For consistency of individal and combined properties, and with ie8 and firefox3 + //reset all attributes, even if only partially given + $this->_set_style_side_type('border',$side,'_style',self::$_defaults['border_'.$side.'_style'],$important); + $this->_set_style_side_type('border',$side,'_width',self::$_defaults['border_'.$side.'_width'],$important); + $this->_set_style_side_type('border',$side,'_color',self::$_defaults['border_'.$side.'_color'],$important); + + foreach ($arr as $value) { + $value = trim($value); + if ( in_array($value, self::$BORDER_STYLES) ) { + $this->_set_style_side_type('border',$side,'_style',$value,$important); + } + else if ( preg_match("/[.0-9]+(?:px|pt|pc|em|ex|%|in|mm|cm)|(?:thin|medium|thick)/", $value ) ) { + $this->_set_style_side_type('border',$side,'_width',$value,$important); + } + else { + // must be color + $this->_set_style_side_type('border',$side,'_color',$value,$important); + } + } + + //see __set and __get, on all assignments clear cache! + $this->_prop_cache['border_'.$side] = null; + $this->_props['border_'.$side] = $border_spec; + } + + /** + * Sets the border styles + * + * @link http://www.w3.org/TR/CSS21/box.html#border-properties + * @param string $val + */ + function set_border_top($val) { + $this->_set_border("top", $val, isset($this->_important_props['border_top'])); + } + + function set_border_right($val) { + $this->_set_border("right", $val, isset($this->_important_props['border_right'])); + } + + function set_border_bottom($val) { + $this->_set_border("bottom", $val, isset($this->_important_props['border_bottom'])); + } + + function set_border_left($val) { + $this->_set_border("left", $val, isset($this->_important_props['border_left'])); + } + + function set_border($val) { + $important = isset($this->_important_props["border"]); + $this->_set_border("top", $val, $important); + $this->_set_border("right", $val, $important); + $this->_set_border("bottom", $val, $important); + $this->_set_border("left", $val, $important); + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["border"] = null; + $this->_props["border"] = $val; + } + + function set_border_width($val) { + $this->_set_style_type_important('border','_width',$val); + } + + function set_border_color($val) { + $this->_set_style_type_important('border','_color',$val); + } + + function set_border_style($val) { + $this->_set_style_type_important('border','_style',$val); + } + + /** + * Sets the border radius size + * + * http://www.w3.org/TR/css3-background/#corners + */ + function set_border_top_left_radius($val) { + $this->_set_border_radius_corner($val, "top_left"); + } + + function set_border_top_right_radius($val) { + $this->_set_border_radius_corner($val, "top_right"); + } + + function set_border_bottom_left_radius($val) { + $this->_set_border_radius_corner($val, "bottom_left"); + } + + function set_border_bottom_right_radius($val) { + $this->_set_border_radius_corner($val, "bottom_right"); + } + + function set_border_radius($val) { + $val = preg_replace("/\s*\,\s*/", ",", $val); // when border-radius has spaces + $arr = explode(" ", $val); + + switch (count($arr)) { + case 1: $this->_set_border_radii($arr[0],$arr[0],$arr[0],$arr[0]); break; + case 2: $this->_set_border_radii($arr[0],$arr[1],$arr[0],$arr[1]); break; + case 3: $this->_set_border_radii($arr[0],$arr[1],$arr[2],$arr[1]); break; + case 4: $this->_set_border_radii($arr[0],$arr[1],$arr[2],$arr[3]); break; + } + } + + protected function _set_border_radii($val1, $val2, $val3, $val4) { + $this->_set_border_radius_corner($val1, "top_left"); + $this->_set_border_radius_corner($val2, "top_right"); + $this->_set_border_radius_corner($val3, "bottom_right"); + $this->_set_border_radius_corner($val4, "bottom_left"); + } + + protected function _set_border_radius_corner($val, $corner) { + $this->_has_border_radius = true; + + //see __set and __get, on all assignments clear cache! + $this->_prop_cache["border_" . $corner . "_radius"] = null; + + $this->_props["border_" . $corner . "_radius"] = $this->length_in_pt($val); + } + + /** + * Sets the outline styles + * + * @link http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines + * @param string $val + */ + function set_outline($val) { + $important = isset($this->_important_props["outline"]); + + $props = array( + "outline_style", + "outline_width", + "outline_color", + ); + + foreach($props as $prop) { + $_val = self::$_defaults[$prop]; + + if ( !isset($this->_important_props[$prop]) || $important) { + //see __set and __get, on all assignments clear cache! + $this->_prop_cache[$prop] = null; + if ( $important ) { + $this->_important_props[$prop] = true; + } + $this->_props[$prop] = $_val; + } + } + + $val = preg_replace("/\s*\,\s*/", ",", $val); // when rgb() has spaces + $arr = explode(" ", $val); + foreach ($arr as $value) { + $value = trim($value); + + if ( in_array($value, self::$BORDER_STYLES) ) { + $this->set_outline_style($value); + } + else if ( preg_match("/[.0-9]+(?:px|pt|pc|em|ex|%|in|mm|cm)|(?:thin|medium|thick)/", $value ) ) { + $this->set_outline_width($value); + } + else { + // must be color + $this->set_outline_color($value); + } + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["outline"] = null; + $this->_props["outline"] = $val; + } + + function set_outline_width($val) { + $this->_set_style_type_important('outline','_width',$val); + } + + function set_outline_color($val) { + $this->_set_style_type_important('outline','_color',$val); + } + + function set_outline_style($val) { + $this->_set_style_type_important('outline','_style',$val); + } + + /** + * Sets the border spacing + * + * @link http://www.w3.org/TR/CSS21/box.html#border-properties + * @param float $val + */ + function set_border_spacing($val) { + $arr = explode(" ", $val); + + if ( count($arr) == 1 ) { + $arr[1] = $arr[0]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["border_spacing"] = null; + $this->_props["border_spacing"] = "$arr[0] $arr[1]"; + } + + /** + * Sets the list style image + * + * @link http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image + * @param $val + */ + function set_list_style_image($val) { + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["list_style_image"] = null; + $this->_props["list_style_image"] = $this->_image($val); + } + + /** + * Sets the list style + * + * @link http://www.w3.org/TR/CSS21/generate.html#propdef-list-style + * @param $val + */ + function set_list_style($val) { + $important = isset($this->_important_props["list_style"]); + $arr = explode(" ", str_replace(",", " ", $val)); + + static $types = array( + "disc", "circle", "square", + "decimal-leading-zero", "decimal", "1", + "lower-roman", "upper-roman", "a", "A", + "lower-greek", + "lower-latin", "upper-latin", + "lower-alpha", "upper-alpha", + "armenian", "georgian", "hebrew", + "cjk-ideographic", "hiragana", "katakana", + "hiragana-iroha", "katakana-iroha", "none" + ); + + static $positions = array("inside", "outside"); + + foreach ($arr as $value) { + /* http://www.w3.org/TR/CSS21/generate.html#list-style + * A value of 'none' for the 'list-style' property sets both 'list-style-type' and 'list-style-image' to 'none' + */ + if ( $value === "none" ) { + $this->_set_style("list_style_type", $value, $important); + $this->_set_style("list_style_image", $value, $important); + continue; + } + + //On setting or merging or inheriting list_style_image as well as list_style_type, + //and url exists, then url has precedence, otherwise fall back to list_style_type + //Firefox is wrong here (list_style_image gets overwritten on explicite list_style_type) + //Internet Explorer 7/8 and dompdf is right. + + if ( mb_substr($value, 0, 3) === "url" ) { + $this->_set_style("list_style_image", $this->_image($value), $important); + continue; + } + + if ( in_array($value, $types) ) { + $this->_set_style("list_style_type", $value, $important); + } + else if ( in_array($value, $positions) ) { + $this->_set_style("list_style_position", $value, $important); + } + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["list_style"] = null; + $this->_props["list_style"] = $val; + } + + function set_size($val) { + $length_re = "/(\d+\s*(?:pt|px|pc|em|ex|in|cm|mm|%))/"; + + $val = mb_strtolower($val); + + if ( $val === "auto" ) { + return; + } + + $parts = preg_split("/\s+/", $val); + + $computed = array(); + if ( preg_match($length_re, $parts[0]) ) { + $computed[] = $this->length_in_pt($parts[0]); + + if ( isset($parts[1]) && preg_match($length_re, $parts[1]) ) { + $computed[] = $this->length_in_pt($parts[1]); + } + else { + $computed[] = $computed[0]; + } + } + elseif ( isset(CPDF_Adapter::$PAPER_SIZES[$parts[0]]) ) { + $computed = array_slice(CPDF_Adapter::$PAPER_SIZES[$parts[0]], 2, 2); + + if ( isset($parts[1]) && $parts[1] === "landscape" ) { + $computed = array_reverse($computed); + } + } + else { + return; + } + + $this->_props["size"] = $computed; + } + + /** + * Sets the CSS3 transform property + * + * @link http://www.w3.org/TR/css3-2d-transforms/#transform-property + * @param string $val + */ + function set_transform($val) { + $number = "\s*([^,\s]+)\s*"; + $tr_value = "\s*([^,\s]+)\s*"; + $angle = "\s*([^,\s]+(?:deg|rad)?)\s*"; + + if ( !preg_match_all("/[a-z]+\([^\)]+\)/i", $val, $parts, PREG_SET_ORDER) ) { + return; + } + + $functions = array( + //"matrix" => "\($number,$number,$number,$number,$number,$number\)", + + "translate" => "\($tr_value(?:,$tr_value)?\)", + "translateX" => "\($tr_value\)", + "translateY" => "\($tr_value\)", + + "scale" => "\($number(?:,$number)?\)", + "scaleX" => "\($number\)", + "scaleY" => "\($number\)", + + "rotate" => "\($angle\)", + + "skew" => "\($angle(?:,$angle)?\)", + "skewX" => "\($angle\)", + "skewY" => "\($angle\)", + ); + + $transforms = array(); + + foreach($parts as $part) { + $t = $part[0]; + + foreach($functions as $name => $pattern) { + if ( preg_match("/$name\s*$pattern/i", $t, $matches) ) { + $values = array_slice($matches, 1); + + switch($name) { + // units + case "rotate": + case "skew": + case "skewX": + case "skewY": + + foreach($values as $i => $value) { + if ( strpos($value, "rad") ) { + $values[$i] = rad2deg(floatval($value)); + } + else { + $values[$i] = floatval($value); + } + } + + switch($name) { + case "skew": + if ( !isset($values[1]) ) { + $values[1] = 0; + } + break; + case "skewX": + $name = "skew"; + $values = array($values[0], 0); + break; + case "skewY": + $name = "skew"; + $values = array(0, $values[0]); + break; + } + break; + + // units + case "translate": + $values[0] = $this->length_in_pt($values[0], $this->width); + + if ( isset($values[1]) ) { + $values[1] = $this->length_in_pt($values[1], $this->height); + } + else { + $values[1] = 0; + } + break; + + case "translateX": + $name = "translate"; + $values = array($this->length_in_pt($values[0], $this->width), 0); + break; + + case "translateY": + $name = "translate"; + $values = array(0, $this->length_in_pt($values[0], $this->height)); + break; + + // units + case "scale": + if ( !isset($values[1]) ) { + $values[1] = $values[0]; + } + break; + + case "scaleX": + $name = "scale"; + $values = array($values[0], 1.0); + break; + + case "scaleY": + $name = "scale"; + $values = array(1.0, $values[0]); + break; + } + + $transforms[] = array( + $name, + $values, + ); + } + } + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["transform"] = null; + $this->_props["transform"] = $transforms; + } + + function set__webkit_transform($val) { + $this->set_transform($val); + } + + function set__webkit_transform_origin($val) { + $this->set_transform_origin($val); + } + + /** + * Sets the CSS3 transform-origin property + * + * @link http://www.w3.org/TR/css3-2d-transforms/#transform-origin + * @param string $val + */ + function set_transform_origin($val) { + $values = preg_split("/\s+/", $val); + + if ( count($values) === 0) { + return; + } + + foreach($values as &$value) { + if ( in_array($value, array("top", "left")) ) { + $value = 0; + } + + if ( in_array($value, array("bottom", "right")) ) { + $value = "100%"; + } + } + + if ( !isset($values[1]) ) { + $values[1] = $values[0]; + } + + //see __set and __get, on all assignments clear cache, not needed on direct set through __set + $this->_prop_cache["transform_origin"] = null; + $this->_props["transform_origin"] = $values; + } + + protected function parse_image_resolution($val) { + // If exif data could be get: + // $re = '/^\s*(\d+|normal|auto)(?:\s*,\s*(\d+|normal))?\s*$/'; + + $re = '/^\s*(\d+|normal|auto)\s*$/'; + + if ( !preg_match($re, $val, $matches) ) { + return null; + } + + return $matches[1]; + } + + // auto | normal | dpi + function set_background_image_resolution($val) { + $parsed = $this->parse_image_resolution($val); + + $this->_prop_cache["background_image_resolution"] = null; + $this->_props["background_image_resolution"] = $parsed; + } + + // auto | normal | dpi + function set_image_resolution($val) { + $parsed = $this->parse_image_resolution($val); + + $this->_prop_cache["image_resolution"] = null; + $this->_props["image_resolution"] = $parsed; + } + + function set__dompdf_background_image_resolution($val) { + $this->set_background_image_resolution($val); + } + + function set__dompdf_image_resolution($val) { + $this->set_image_resolution($val); + } + + function set_z_index($val) { + if ( round($val) != $val && $val !== "auto" ) { + return; + } + + $this->_prop_cache["z_index"] = null; + $this->_props["z_index"] = $val; + } + + function set_counter_increment($val) { + $val = trim($val); + $value = null; + + if ( in_array($val, array("none", "inherit")) ) { + $value = $val; + } + else { + if ( preg_match_all("/(".self::CSS_IDENTIFIER.")(?:\s+(".self::CSS_INTEGER."))?/", $val, $matches, PREG_SET_ORDER) ){ + $value = array(); + foreach($matches as $match) { + $value[$match[1]] = isset($match[2]) ? $match[2] : 1; + } + } + } + + $this->_prop_cache["counter_increment"] = null; + $this->_props["counter_increment"] = $value; + } + + /** + * Generate a string representation of the Style + * + * This dumps the entire property array into a string via print_r. Useful + * for debugging. + * + * @return string + */ + /*DEBUGCSS print: see below additional debugging util*/ + function __toString() { + return print_r(array_merge(array("parent_font_size" => $this->_parent_font_size), + $this->_props), true); + } + +/*DEBUGCSS*/ function debug_print() { +/*DEBUGCSS*/ print "parent_font_size:".$this->_parent_font_size . ";\n"; +/*DEBUGCSS*/ foreach($this->_props as $prop => $val ) { +/*DEBUGCSS*/ print $prop.':'.$val; +/*DEBUGCSS*/ if (isset($this->_important_props[$prop])) { +/*DEBUGCSS*/ print '!important'; +/*DEBUGCSS*/ } +/*DEBUGCSS*/ print ";\n"; +/*DEBUGCSS*/ } +/*DEBUGCSS*/ } +} diff --git a/htdocs/dompdf/include/stylesheet.cls.php b/htdocs/dompdf/include/stylesheet.cls.php new file mode 100644 index 000000000..3b2ba3180 --- /dev/null +++ b/htdocs/dompdf/include/stylesheet.cls.php @@ -0,0 +1,1418 @@ + + * @author Helmut Tischer + * @author Fabien Ménager + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + */ + +/** + * The location of the default built-in CSS file. + * {@link Stylesheet::DEFAULT_STYLESHEET} + */ +define('__DEFAULT_STYLESHEET', DOMPDF_LIB_DIR . DIRECTORY_SEPARATOR . "res" . DIRECTORY_SEPARATOR . "html.css"); + +/** + * The master stylesheet class + * + * The Stylesheet class is responsible for parsing stylesheets and style + * tags/attributes. It also acts as a registry of the individual Style + * objects generated by the current set of loaded CSS files and style + * elements. + * + * @see Style + * @package dompdf + */ +class Stylesheet { + + /** + * The location of the default built-in CSS file. + */ + const DEFAULT_STYLESHEET = __DEFAULT_STYLESHEET; + + /** + * User agent stylesheet origin + * + * @var int + */ + const ORIG_UA = 1; + + /** + * User normal stylesheet origin + * + * @var int + */ + const ORIG_USER = 2; + + /** + * Author normal stylesheet origin + * + * @var int + */ + const ORIG_AUTHOR = 3; + + private static $_stylesheet_origins = array( + self::ORIG_UA => -0x0FFFFFFF, // user agent style sheets + self::ORIG_USER => -0x0000FFFF, // user normal style sheets + self::ORIG_AUTHOR => 0x00000000, // author normal style sheets + ); + + /** + * Current dompdf instance + * + * @var DOMPDF + */ + private $_dompdf; + + /** + * Array of currently defined styles + * + * @var Style[] + */ + private $_styles; + + /** + * Base protocol of the document being parsed + * Used to handle relative urls. + * + * @var string + */ + private $_protocol; + + /** + * Base hostname of the document being parsed + * Used to handle relative urls. + * + * @var string + */ + private $_base_host; + + /** + * Base path of the document being parsed + * Used to handle relative urls. + * + * @var string + */ + private $_base_path; + + /** + * The styles defined by @page rules + * + * @var array'); + + + +EventHelpers.addPageLoadEvent('cssSandpaper.init') + diff --git a/htdocs/dompdf/www/debugger.php b/htdocs/dompdf/www/debugger.php new file mode 100644 index 000000000..a3417116d --- /dev/null +++ b/htdocs/dompdf/www/debugger.php @@ -0,0 +1,168 @@ + + + + + + dompdf debugger + + + + + + + + + + + + + + + + + + +
      + + + + + + + + +
      + + + + +
      +
      diff --git a/htdocs/dompdf/www/demo.php b/htdocs/dompdf/www/demo.php new file mode 100644 index 000000000..6d07acc29 --- /dev/null +++ b/htdocs/dompdf/www/demo.php @@ -0,0 +1,84 @@ +load_html($_POST["html"]); + $dompdf->set_paper($_POST["paper"], $_POST["orientation"]); + $dompdf->render(); + + $dompdf->stream("dompdf_out.pdf", array("Attachment" => false)); + + exit(0); +} + +?> + + + +

      Demo

      + + + +

      Enter your html snippet in the text box below to see it rendered as a +PDF: (Note by default, remote stylesheets, images & inline PHP are disabled.)

      + +
      " method="post"> +

      Paper size and orientation: + + +

      + + + +
      + +
      + +
      +

      (Note: if you use a KHTML +based browser and are having difficulties loading the sample output, try +saving it to a file first.)

      + + + +

      + User input has been disabled for remote connections. +

      + + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/examples.php b/htdocs/dompdf/www/examples.php new file mode 100644 index 000000000..91a2f4c7d --- /dev/null +++ b/htdocs/dompdf/www/examples.php @@ -0,0 +1,134 @@ + + + + + + +

      Samples

      + +

      Below are some sample files. The PDF version is generated on the fly by dompdf. (The source HTML & CSS for +these files is included in the test/ directory of the distribution +package.)

      + + array(), + "css" => array(), + "dom" => array(), + "image" => array(), + "page" => array(), + "encoding" => array(), + "script" => array(), + "quirks" => array(), + "other" => array(), +); + +foreach ( $test_files as $file ) { + preg_match("@[\\/](([^_]+)_?(.*))\.(".implode("|", $extensions).")$@i", $file, $matches); + $prefix = $matches[2]; + + if ( array_key_exists($prefix, $sections) ) { + $sections[$prefix][] = array($file, $matches[3]); + } + else { + $sections["other"][] = array($file, $matches[1]); + } +} + +foreach ( $sections as $section => $files ) { + echo "

      $section

      "; + + echo "
        "; + foreach ( $files as $file ) { + $filename = basename($file[0]); + $title = $file[1]; + $arrow = "images/arrow_0" . rand(1, 6) . ".gif"; + echo "
      • \n"; + echo " + [HTML] + [PDF] "; + echo $title; + echo "
      • \n"; + } + echo "
      "; +} + +include "foot.inc"; diff --git a/htdocs/dompdf/www/fonts.php b/htdocs/dompdf/www/fonts.php new file mode 100644 index 000000000..6b1c4ae3c --- /dev/null +++ b/htdocs/dompdf/www/fonts.php @@ -0,0 +1,200 @@ + + + +

      Font manager

      + + + +

      Installed fonts

      + + + + + + + + + + + + + + + + + + + + $variants) { ?> + + + $path) { + if ($i > 0) { + echo ""; + } + + echo " + "; + + foreach ($extensions as $ext) { + $v = ""; + $class = ""; + + if (is_readable("$path.$ext")) { + // if not cache file + if (strpos($ext, ".php") === false) { + $class = "ok"; + $v = $ext; + } + + // cache file + else { + // check if old cache format + $content = file_get_contents("$path.$ext", null, null, null, 50); + if (strpos($content, '$this->')) { + $v = "DEPREC."; + } + else { + ob_start(); + $d = include "$path.$ext"; + ob_end_clean(); + + if ($d == 1) + $v = "DEPREC."; + else { + $class = "ok"; + $v = $d["_version_"]; + } + } + } + } + + echo ""; + } + + echo ""; + $i++; + } + ?> + + +
      Font familyVariantsFile versions
      TTFAFMAFM cacheUFMUFM cache
      + (default)'; + } + ?> +
      + ".htmlentities($name)." : ".htmlentities($path)."
      +
      $v
      + +

      Install new fonts

      + + + + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Name
      Normal
      Bold
      Bold italic
      Italic
      +
      + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/foot.inc b/htdocs/dompdf/www/foot.inc new file mode 100644 index 000000000..81b1819f7 --- /dev/null +++ b/htdocs/dompdf/www/foot.inc @@ -0,0 +1,10 @@ +
      + + + diff --git a/htdocs/dompdf/www/functions.inc.php b/htdocs/dompdf/www/functions.inc.php new file mode 100644 index 000000000..5c67b96e4 --- /dev/null +++ b/htdocs/dompdf/www/functions.inc.php @@ -0,0 +1,53 @@ +Authenticate to access this section'; +} + +function get_php_self(){ + return isset($_SERVER['PHP_SELF']) ? htmlentities(strip_tags($_SERVER['PHP_SELF'],''), ENT_QUOTES, 'UTF-8') : ''; +} + +// From apc.php +function auth_check() { + if ( isset($_GET["login"]) && DOMPDF_ADMIN_PASSWORD == "password" ) { + $_SESSION["auth_message"] = "The password must be changed in 'dompdf_config.custom.inc.php'"; + return false; + } + else { + $_SESSION["auth_message"] = null; + } + + if ( isset($_GET["login"]) || isset($_SERVER["PHP_AUTH_USER"]) ) { + + if (!isset($_SERVER["PHP_AUTH_USER"]) || + !isset($_SERVER["PHP_AUTH_PW"]) || + $_SERVER["PHP_AUTH_USER"] != DOMPDF_ADMIN_USERNAME || + $_SERVER["PHP_AUTH_PW"] != DOMPDF_ADMIN_PASSWORD) { + + $PHP_SELF = get_php_self(); + + header('WWW-Authenticate: Basic realm="DOMPDF Login"'); + header('HTTP/1.0 401 Unauthorized'); + + echo << +

      Rejected!

      + Wrong Username or Password!
       
        + Continue... + +EOB; + exit; + } + + else { + $_SESSION["auth_message"] = null; + $_SESSION["authenticated"] = true; + return true; + } + } +} \ No newline at end of file diff --git a/htdocs/dompdf/www/head.inc b/htdocs/dompdf/www/head.inc new file mode 100644 index 000000000..ebb021c97 --- /dev/null +++ b/htdocs/dompdf/www/head.inc @@ -0,0 +1,54 @@ +'; +} + +function li_star() { + return '
    3. '; +} + +auth_check(); + +?> + + + + dompdf - The PHP 5 HTML to PDF Converter + + + + + + + + + + + + + + + +
      diff --git a/htdocs/dompdf/www/images/arrow_01.gif b/htdocs/dompdf/www/images/arrow_01.gif new file mode 100644 index 000000000..0a49fe88f Binary files /dev/null and b/htdocs/dompdf/www/images/arrow_01.gif differ diff --git a/htdocs/dompdf/www/images/arrow_02.gif b/htdocs/dompdf/www/images/arrow_02.gif new file mode 100644 index 000000000..d5f3c378e Binary files /dev/null and b/htdocs/dompdf/www/images/arrow_02.gif differ diff --git a/htdocs/dompdf/www/images/arrow_03.gif b/htdocs/dompdf/www/images/arrow_03.gif new file mode 100644 index 000000000..66ce13e86 Binary files /dev/null and b/htdocs/dompdf/www/images/arrow_03.gif differ diff --git a/htdocs/dompdf/www/images/arrow_04.gif b/htdocs/dompdf/www/images/arrow_04.gif new file mode 100644 index 000000000..a48984075 Binary files /dev/null and b/htdocs/dompdf/www/images/arrow_04.gif differ diff --git a/htdocs/dompdf/www/images/arrow_05.gif b/htdocs/dompdf/www/images/arrow_05.gif new file mode 100644 index 000000000..f5a62cf0c Binary files /dev/null and b/htdocs/dompdf/www/images/arrow_05.gif differ diff --git a/htdocs/dompdf/www/images/arrow_06.gif b/htdocs/dompdf/www/images/arrow_06.gif new file mode 100644 index 000000000..7ccdf5ce7 Binary files /dev/null and b/htdocs/dompdf/www/images/arrow_06.gif differ diff --git a/htdocs/dompdf/www/images/css2.png b/htdocs/dompdf/www/images/css2.png new file mode 100644 index 000000000..9fcaead5c Binary files /dev/null and b/htdocs/dompdf/www/images/css2.png differ diff --git a/htdocs/dompdf/www/images/dompdf_simple.png b/htdocs/dompdf/www/images/dompdf_simple.png new file mode 100644 index 000000000..1362ba0eb Binary files /dev/null and b/htdocs/dompdf/www/images/dompdf_simple.png differ diff --git a/htdocs/dompdf/www/images/favicon.ico b/htdocs/dompdf/www/images/favicon.ico new file mode 100644 index 000000000..4c4c7c290 Binary files /dev/null and b/htdocs/dompdf/www/images/favicon.ico differ diff --git a/htdocs/dompdf/www/images/favicon.png b/htdocs/dompdf/www/images/favicon.png new file mode 100644 index 000000000..a6de7bdbd Binary files /dev/null and b/htdocs/dompdf/www/images/favicon.png differ diff --git a/htdocs/dompdf/www/images/h_bar.gif b/htdocs/dompdf/www/images/h_bar.gif new file mode 100644 index 000000000..a55e2f1c2 Binary files /dev/null and b/htdocs/dompdf/www/images/h_bar.gif differ diff --git a/htdocs/dompdf/www/images/left_arrow.gif b/htdocs/dompdf/www/images/left_arrow.gif new file mode 100644 index 000000000..ecfae80fb Binary files /dev/null and b/htdocs/dompdf/www/images/left_arrow.gif differ diff --git a/htdocs/dompdf/www/images/logo.png b/htdocs/dompdf/www/images/logo.png new file mode 100644 index 000000000..3fb7ad67a Binary files /dev/null and b/htdocs/dompdf/www/images/logo.png differ diff --git a/htdocs/dompdf/www/images/logo.xcf b/htdocs/dompdf/www/images/logo.xcf new file mode 100644 index 000000000..f78f35fcc Binary files /dev/null and b/htdocs/dompdf/www/images/logo.xcf differ diff --git a/htdocs/dompdf/www/images/php5-power-micro.png b/htdocs/dompdf/www/images/php5-power-micro.png new file mode 100644 index 000000000..19c4953b5 Binary files /dev/null and b/htdocs/dompdf/www/images/php5-power-micro.png differ diff --git a/htdocs/dompdf/www/images/small_logo.png b/htdocs/dompdf/www/images/small_logo.png new file mode 100644 index 000000000..0b8517dce Binary files /dev/null and b/htdocs/dompdf/www/images/small_logo.png differ diff --git a/htdocs/dompdf/www/images/star_01.gif b/htdocs/dompdf/www/images/star_01.gif new file mode 100644 index 000000000..e110f505e Binary files /dev/null and b/htdocs/dompdf/www/images/star_01.gif differ diff --git a/htdocs/dompdf/www/images/star_02.gif b/htdocs/dompdf/www/images/star_02.gif new file mode 100644 index 000000000..75de46008 Binary files /dev/null and b/htdocs/dompdf/www/images/star_02.gif differ diff --git a/htdocs/dompdf/www/images/star_03.gif b/htdocs/dompdf/www/images/star_03.gif new file mode 100644 index 000000000..b3733cd87 Binary files /dev/null and b/htdocs/dompdf/www/images/star_03.gif differ diff --git a/htdocs/dompdf/www/images/star_04.gif b/htdocs/dompdf/www/images/star_04.gif new file mode 100644 index 000000000..3735525c6 Binary files /dev/null and b/htdocs/dompdf/www/images/star_04.gif differ diff --git a/htdocs/dompdf/www/images/star_05.gif b/htdocs/dompdf/www/images/star_05.gif new file mode 100644 index 000000000..4983634da Binary files /dev/null and b/htdocs/dompdf/www/images/star_05.gif differ diff --git a/htdocs/dompdf/www/images/title.gif b/htdocs/dompdf/www/images/title.gif new file mode 100644 index 000000000..9d2574e89 Binary files /dev/null and b/htdocs/dompdf/www/images/title.gif differ diff --git a/htdocs/dompdf/www/images/v_bar.gif b/htdocs/dompdf/www/images/v_bar.gif new file mode 100644 index 000000000..ccbc3fe33 Binary files /dev/null and b/htdocs/dompdf/www/images/v_bar.gif differ diff --git a/htdocs/dompdf/www/images/xhtml10.png b/htdocs/dompdf/www/images/xhtml10.png new file mode 100644 index 000000000..30f1e8e6e Binary files /dev/null and b/htdocs/dompdf/www/images/xhtml10.png differ diff --git a/htdocs/dompdf/www/index.php b/htdocs/dompdf/www/index.php new file mode 100644 index 000000000..059a9b1a4 --- /dev/null +++ b/htdocs/dompdf/www/index.php @@ -0,0 +1,20 @@ + + +

      Overview

      + +

      dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 +compliant HTML layout and rendering engine written in PHP. It is a style-driven +renderer: it will download and read external stylesheets, inline style tags, and +the style attributes of individual HTML elements. It also supports most +presentational HTML attributes.

      + +

      PDF rendering is currently provided either by PDFLib (www.pdflib.com) or by a bundled version the +CPDF class, originally R&OS CPDF written by Wayne Munro but customized by +the dompdf team to improve performance and add features. In order to use PDFLib +with dompdf the PDFLib PHP extension is required (available from PDFLib). Using +PDFLib improves performance and reduces the memory requirements of dompdf +somewhat, while the CPDF class, though slightly slower, eliminates any +dependencies on external PDF libraries.

      + + diff --git a/htdocs/dompdf/www/jquery-1.4.2.js b/htdocs/dompdf/www/jquery-1.4.2.js new file mode 100644 index 000000000..48a88b8f4 --- /dev/null +++ b/htdocs/dompdf/www/jquery-1.4.2.js @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
      a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

      ";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
      ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
      ","
      "],thead:[1,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],col:[2,"","
      "],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
      ","
      "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
      ").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
      "; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); \ No newline at end of file diff --git a/htdocs/dompdf/www/setup.php b/htdocs/dompdf/www/setup.php new file mode 100644 index 000000000..27934ff1a --- /dev/null +++ b/htdocs/dompdf/www/setup.php @@ -0,0 +1,300 @@ + + + +

      Setup

      + + + +

      System Configuration

      + + array( + "required" => "5.0", + "value" => phpversion(), + "result" => version_compare(phpversion(), "5.0"), + ), + "DOMDocument extension" => array( + "required" => true, + "value" => phpversion("DOM"), + "result" => class_exists("DOMDocument"), + ), + "PCRE" => array( + "required" => true, + "value" => phpversion("pcre"), + "result" => function_exists("preg_match") && @preg_match("/./u", "a"), + "failure" => "PCRE is required with Unicode support (the \"u\" modifier)", + ), + "Zlib" => array( + "required" => true, + "value" => phpversion("zlib"), + "result" => function_exists("gzcompress"), + "fallback" => "Recommended to compress PDF documents", + ), + "MBString extension" => array( + "required" => true, + "value" => phpversion("mbstring"), + "result" => function_exists("mb_send_mail"), // Should never be reimplemented in dompdf + "fallback" => "Recommended, will use fallback functions", + ), + "GD" => array( + "required" => true, + "value" => phpversion("gd"), + "result" => function_exists("imagecreate"), + "fallback" => "Required if you have images in your documents", + ), + "opcache" => array( + "required" => "For better performances", + "value" => null, + "result" => false, + "fallback" => "Recommended for better performances", + ), + "GMagick or IMagick" => array( + "required" => "Better with transparent PNG images", + "value" => null, + "result" => extension_loaded("gmagick") || extension_loaded("imagick"), + "fallback" => "Recommended for better performances", + ), +); + +if (($xc = extension_loaded("xcache")) || ($apc = extension_loaded("apc")) || ($zop = extension_loaded("Zend OPcache")) || ($op = extension_loaded("opcache"))) { + $server_configs["opcache"]["result"] = true; + $server_configs["opcache"]["value"] = ( + $xc ? "XCache ".phpversion("xcache") : ( + $apc ? "APC ".phpversion("apc") : ( + $zop ? "Zend OPCache ".phpversion("Zend OPcache") : "PHP OPCache ".phpversion("opcache") + ) + ) + ); +} +if (($gm = extension_loaded("gmagick")) || ($im = extension_loaded("imagick"))) { + $server_configs["GMagick or IMagick"]["value"] = ($im ? "IMagick ".phpversion("imagick") : "GMagick ".phpversion("gmagick")); +} + +?> + + + + + + + + + $server_config) { ?> + + + + + + + +
      RequiredPresent
      "> + No. ".$server_config["fallback"].""; + } + if (isset($server_config["failure"])) { + echo "
      ".$server_config["failure"]."
      "; + } + } + ?> +
      + +

      DOMPDF Configuration

      + + array( + "desc" => "Root directory of DOMPDF", + "success" => "read", + ), + "DOMPDF_INC_DIR" => array( + "desc" => "Include directory of DOMPDF", + "success" => "read", + ), + "DOMPDF_LIB_DIR" => array( + "desc" => "Third-party libraries directory of DOMPDF", + "success" => "read", + ), + "DOMPDF_FONT_DIR" => array( + "desc" => "Directory containing fonts loaded into DOMPDF", + "success" => "write", + ), + "DOMPDF_FONT_CACHE" => array( + "desc" => "Font metrics cache (used mainly by CPDF)", + "success" => "write", + ), + "DOMPDF_TEMP_DIR" => array( + "desc" => "Temporary folder", + "success" => "write", + ), + "DOMPDF_CHROOT" => array( + "desc" => "Restricted path", + "success" => "read", + ), + "DOMPDF_UNICODE_ENABLED" => array( + "desc" => "Unicode support (with supporting fonts)", + ), + "DOMPDF_ENABLE_FONTSUBSETTING" => array( + "desc" => "Enable font subsetting, will make smaller documents when using Unicode fonts", + ), + "DOMPDF_PDF_BACKEND" => array( + "desc" => "Backend library that renders the output (PDF, image)", + "success" => "backend", + ), + "DOMPDF_DEFAULT_MEDIA_TYPE" => array( + "desc" => "Default media type (print, screen, ...)", + ), + "DOMPDF_DEFAULT_PAPER_SIZE" => array( + "desc" => "Default paper size (A4, letter, ...)", + ), + "DOMPDF_DEFAULT_FONT" => array( + "desc" => "Default font, used if the specified font in the CSS stylesheet was not found", + ), + "DOMPDF_DPI" => array( + "desc" => "DPI scale of the document", + ), + "DOMPDF_ENABLE_PHP" => array( + "desc" => "Inline PHP support", + ), + "DOMPDF_ENABLE_JAVASCRIPT" => array( + "desc" => "Inline JavaScript support", + ), + "DOMPDF_ENABLE_REMOTE" => array( + "desc" => "Allow remote stylesheets and images", + "success" => "remote", + ), + "DOMPDF_ENABLE_CSS_FLOAT" => array( + "desc" => "Enable CSS float support (experimental)", + ), + "DOMPDF_ENABLE_HTML5PARSER" => array( + "desc" => "Enable the HTML5 parser (experimental)", + ), + "DEBUGPNG" => array( + "desc" => "Debug PNG images", + ), + "DEBUGKEEPTEMP" => array( + "desc" => "Keep temporary image files", + ), + "DEBUGCSS" => array( + "desc" => "Debug CSS", + ), + "DEBUG_LAYOUT" => array( + "desc" => "Debug layout", + ), + "DEBUG_LAYOUT_LINES" => array( + "desc" => "Debug text lines layout", + ), + "DEBUG_LAYOUT_BLOCKS" => array( + "desc" => "Debug block elements layout", + ), + "DEBUG_LAYOUT_INLINE" => array( + "desc" => "Debug inline elements layout", + ), + "DEBUG_LAYOUT_PADDINGBOX" => array( + "desc" => "Debug padding boxes layout", + ), + "DOMPDF_LOG_OUTPUT_FILE" => array( + "desc" => "The file in which dompdf will write warnings and messages", + "success" => "write", + ), + "DOMPDF_FONT_HEIGHT_RATIO" => array( + "desc" => "The line height ratio to apply to get a render like web browsers", + ), + "DOMPDF_ENABLE_AUTOLOAD" => array( + "desc" => "Enable the DOMPDF autoloader", + ), + "DOMPDF_AUTOLOAD_PREPEND" => array( + "desc" => "Prepend the dompdf autoload function to the SPL autoload functions already registered instead of appending it", + ), + "DOMPDF_ADMIN_USERNAME" => array( + "desc" => "The username required to access restricted sections", + "secret" => true, + ), + "DOMPDF_ADMIN_PASSWORD" => array( + "desc" => "The password required to access restricted sections", + "secret" => true, + "success" => "auth", + ), +); +?> + + + + + + + + + + $value) { ?> + + + + + + + + +
      Config nameValueDescriptionStatus
      + + >
      + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/style.css b/htdocs/dompdf/www/style.css new file mode 100644 index 000000000..ea6e57063 --- /dev/null +++ b/htdocs/dompdf/www/style.css @@ -0,0 +1,255 @@ +body, select { + color: #7d7a7a; + font-family: 'trebuchet ms', verdana, sans-serif; + font-size: 13px; +} + +a:link, a:visited, a:active { + color: #5F83BA; + text-decoration: none; +} + +a:hover { + color: #5f83ba; + text-decoration: underline; +} + +img { + border: none; +} + +pre, +code { + font-size: 0.8em; + font-family: "lucida console", monospace; +} + +pre { + background-color: #f8f8f8; + padding: 10px; +} + +select { + font-weight: bold; +} + +h2 { + margin: 0.3em 0; +} + +.bar { + background-image: url('images/h_bar.gif'); + background-repeat: repeat-x; + background-position: bottom right; +} + +#header { + height: 50px; + line-height: 30px; +} + +#footer { + font-size: 0.75em; + padding-top: 12px; + background-image: url('images/h_bar.gif'); + background-repeat: repeat-x; + background-position: top left; + height: 35px; + vertical-align: middle; + clear: both; +} + +#logo { + position: absolute; + top: 0px; + right: 0px; + border: none; +} + +.badges { + float: right; +} + +#left_col, #content { + vertical-align: top; +} +/* +#left_col { + padding: 3px 3px 2em 3px; + margin-top: 2px; + width: 210px; + padding-right: 10px; + background-image: url('images/v_bar.gif'); + background-repeat: repeat-y; + background-position: top right; +} +*/ + +#left_col { + padding: 3px 3px 3em 3px; + margin-top: 2px; + width: 120px; + padding-right: 10px; + float: left; +} + +#left_col h2 { + font-size: 1.0em; + margin-top: 0.5em; + margin-bottom: 0.25em; +} + +#left_col ul { + margin-top: 0.25em; + padding-left: 0px; + margin-left: 0px; + position: fixed; +} + +#left_col ul li { list-style-position: inside; } + +#left_col iframe { margin-left: 40px; margin-top: 10px; } + +#content { + margin-left: 120px; + padding: 1em 1em 1em 2em; + min-width: 800px; + background-image: url('images/v_bar.gif'); + background-repeat: repeat-y; + background-position: top left; +} + +.message { + margin-top: 1em; + border: 1px dashed #5E83BA; +} + +#content li { + margin-top: 0.3em; + vertical-align: top; +} + +#content>*>li { + margin-right: 40px; /* keep things in line */ +} + +#content h2 { + text-align: left; + color: #4A9166; +} + +#content h3 { + margin-top: 2em; +} + +#content p { + text-align: justify; +} + +#content table td, +#content table th { + padding: 0.3em; +} + +#content table td.input { + white-space: nowrap; + font-family: "lucida console", monospace; + font-size: 0.8em; +} + +#content textarea { + padding: 4px; + width: 100%; + border: 1px dashed #5F83BA; + -moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1); + -webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1); + box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1); +} + +#content button { + color: #6d6a6a; + font-family: 'trebuchet ms', verdana, sans-serif; +} + +#preview { + float: right; + height: 800px; + min-width: 400px; + width: 60%; + border: 1px solid #666; + margin-left: 1em; + -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5); + -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5); + box-shadow: 0px 0px 6px rgba(0,0,0,0.5); +} + +table.setup { + border: 1px solid #ccc; + border-collapse: collapse; +} + +table.setup td, +table.setup th { + border: 1px solid #ccc; +} + +table.setup th { + background-color: #ddd; +} + +table.setup td.title { + background-color: #f6f6f6; +} + +table.setup td.ok, +table.setup tr:hover td.ok { + background-color: #9e4; +} + +table.setup td.failed, +table.setup tr:hover td.failed { + background-color: #f43; + color: white; +} + +table.setup td.warning, +table.setup tr:hover td.warning { + background-color: #FCC612; +} + +table.setup tr:hover td { + background-color: #EBF1F7; +} + +table.setup tr:hover td.title { + background-color: #D0E0F2; +} + +input[type="file"] { + width: 30em; +} + +/* Method definitions from phpdoc */ +.method-definition { + background-image: url('images/h_bar.gif'); + background-position: bottom center; + background-repeat: repeat-x; + padding: 10px 10px 20px 10px; + margin-bottom: 1em; +} + +.method-title { + color: #5F83BA; +} + +.var-name, +.method-name, +.method-title { + font-weight: bold; +} + +.var-type, +.method-result { + color: #4A9166; + font-style: italic; +} diff --git a/htdocs/dompdf/www/test/backgroundcolor_fontdecoration_pageborder.html b/htdocs/dompdf/www/test/backgroundcolor_fontdecoration_pageborder.html new file mode 100644 index 000000000..3b8dfd640 --- /dev/null +++ b/htdocs/dompdf/www/test/backgroundcolor_fontdecoration_pageborder.html @@ -0,0 +1,139 @@ + + + + + + + + +
      +

      Background color, text decoration, page border

      +

      see more testcases with background images in image_variants.html

      + +
      +
      + +

       

      + +

      Text

      +

      Link

      + +

       

      + +

      +block +inline +block +_underlinex +block +_underline stylex +block +_line-through stylex +block +_overline stylex +block +
      + +

       

      + +

      +block +inline +block +_underlinex +block +_underline stylex +block +_line-through stylex +block +_overline stylex +block +
      + +

       

      + +

      +block +inline +block +_underlinex +block +_underline stylex +block +_line-through stylex +block +_overline stylex +block +
      + +

       

      + +

      +block +inline +block +_underlinex +block +_underline stylex +block +_line-through stylex +block +_overline stylex +block +
      +

       

      + +

      +block +inline + +underline sdfjsfh sdfs sfd sf sf sdfsdfasf asdfasdfa asdfasdf asdf asdfas dfasdf afsafasf asdfasdasdf adfasfasdf + +block +
      + +

       

      + +

      +block +inline +block +underline +block +underline style +block +
      + +

       

      + +

      +The PHP 5 HTML to PDF converter +

      + +

      Fill fill fill fill fill fill fill fill

      +

      Fill fill fill fill fill fill fill fill

      +

      Fill fill fill fill fill fill fill fill

      +

      Fill fill fill fill fill fill fill fill

      +

      Fill fill fill fill fill fill fill fill

      +

      Fill fill fill fill fill fill fill fill

      +

      Fill fill fill fill fill fill fill fill

      +
      + diff --git a/htdocs/dompdf/www/test/css/common.css b/htdocs/dompdf/www/test/css/common.css new file mode 100644 index 000000000..eb8c732b5 --- /dev/null +++ b/htdocs/dompdf/www/test/css/common.css @@ -0,0 +1,128 @@ +/* Notes +-----------------------------------------------------------------------*/ +.note_form { + display: none; +} + + +/* Page +-----------------------------------------------------------------------*/ +.page { + background-color: white; + padding: 20px; + font-size: 0.7em; + margin-bottom: 15px; + margin-right: 5px; +} + +.page table.header td h1 { + margin: 0px; +} + +.page table.header { + border-bottom: 1px solid black; +} + +.page h1 { + text-align: center; + color: black; + font-style: normal; + font-size: 2em; +} + +.page h2 { + text-align: center; + color: black; +} + +.page h3 { + color: black; + font-size: 1em; +} + +.page p { + text-align: justify; + font-size: 1em; +} + +.page em { + font-weight: bold; + font-style: normal; + text-decoration: underline; + margin-left: 1%; + margin-right: 1%; + +} + +.money_table { + width: 85%; + margin-left: auto; + margin-right: auto; +} + +.money { + text-align: right; + padding-right: 20px; +} + +.money_field { + text-align: right; + padding: 0px 15px 5px 15px; + font-weight: bold; +} + +.total_label { + border-top: 2px double black; + font-weight: bold; +} + +.total_field { + border-top: 2px double black; + text-align: right; + padding: 0px 15px 5px 15px; + font-weight: bold; +} + +.written_field { + border-bottom: 0.1pt solid black; +} + +.page .indent * { margin-left: 4em; } + +.checkbox { + border: 1px solid black; + padding: 1px 2px; + font-size: 7px; + font-weight: bold; +} + +table.fax_head { + width: 100%; + font-weight: bold; + font-size: 1.1em; + border-bottom: 1px solid black; +} + +/* Sales-agreement specific +-----------------------------------------------------------------------*/ +table.sa_signature_box { + margin: 2em auto 2em auto; +} + +table.sa_signature_box tr td { + padding-top: 1.5em; + vertical-align: top; + white-space: nowrap; +} + +.special_conditions { + font-style: italic; + margin-left: 2em; + white-space: pre; + font-weight: bold; +} + +.page h2 { + text-align: left; +} + diff --git a/htdocs/dompdf/www/test/css/importabs.css b/htdocs/dompdf/www/test/css/importabs.css new file mode 100644 index 000000000..d6cbfb9c7 --- /dev/null +++ b/htdocs/dompdf/www/test/css/importabs.css @@ -0,0 +1,2 @@ +p.importabs {background-color:#ffffc0;} + diff --git a/htdocs/dompdf/www/test/css/importall.css b/htdocs/dompdf/www/test/css/importall.css new file mode 100644 index 000000000..89f4379b1 --- /dev/null +++ b/htdocs/dompdf/www/test/css/importall.css @@ -0,0 +1,2 @@ +li.import {background-color:#ffffc0;} + diff --git a/htdocs/dompdf/www/test/css/importdisplay.css b/htdocs/dompdf/www/test/css/importdisplay.css new file mode 100644 index 000000000..7610d9016 --- /dev/null +++ b/htdocs/dompdf/www/test/css/importdisplay.css @@ -0,0 +1,2 @@ +p.import {background-color:#c0c0ff;} + diff --git a/htdocs/dompdf/www/test/css/importprint.css b/htdocs/dompdf/www/test/css/importprint.css new file mode 100644 index 000000000..cc9e8c5f1 --- /dev/null +++ b/htdocs/dompdf/www/test/css/importprint.css @@ -0,0 +1,2 @@ +p.import {background-color:#eeeeee;} + diff --git a/htdocs/dompdf/www/test/css/importsub.css b/htdocs/dompdf/www/test/css/importsub.css new file mode 100644 index 000000000..96b5338f5 --- /dev/null +++ b/htdocs/dompdf/www/test/css/importsub.css @@ -0,0 +1,2 @@ +p.importsub {background-color:#ffffc0;} + diff --git a/htdocs/dompdf/www/test/css/linkall.css b/htdocs/dompdf/www/test/css/linkall.css new file mode 100644 index 000000000..d3668cfc6 --- /dev/null +++ b/htdocs/dompdf/www/test/css/linkall.css @@ -0,0 +1,2 @@ +li.link {background-color:#ffffc0;} + diff --git a/htdocs/dompdf/www/test/css/linkdefault.css b/htdocs/dompdf/www/test/css/linkdefault.css new file mode 100644 index 000000000..06115010f --- /dev/null +++ b/htdocs/dompdf/www/test/css/linkdefault.css @@ -0,0 +1,2 @@ +li.link {color:#ff0000;} + diff --git a/htdocs/dompdf/www/test/css/linkdisplay.css b/htdocs/dompdf/www/test/css/linkdisplay.css new file mode 100644 index 000000000..77f3d1914 --- /dev/null +++ b/htdocs/dompdf/www/test/css/linkdisplay.css @@ -0,0 +1,2 @@ +p.link {background-color:#c0c0ff;} + diff --git a/htdocs/dompdf/www/test/css/linkprint.css b/htdocs/dompdf/www/test/css/linkprint.css new file mode 100644 index 000000000..dd3f3ca54 --- /dev/null +++ b/htdocs/dompdf/www/test/css/linkprint.css @@ -0,0 +1,2 @@ +p.link {background-color:#eeeeee;} + diff --git a/htdocs/dompdf/www/test/css/print_static.css b/htdocs/dompdf/www/test/css/print_static.css new file mode 100644 index 000000000..5faa61b2d --- /dev/null +++ b/htdocs/dompdf/www/test/css/print_static.css @@ -0,0 +1,701 @@ +/* Default style definitions */ + +@import url(common.css); + +@page { + margin: 0.25in; +} + +/* General +-----------------------------------------------------------------------*/ +body { + background-color: transparent; + color: black; + font-family: "verdana", "sans-serif"; + margin: 0px; + padding-top: 0px; + font-size: 1em; +} + +@media print { + p { margin: 2px; } +} + +h1 { + font-size: 1.1em; + font-style: italic; +} + +h2 { + font-size: 1.05em; +} + +img { + border: none; +} + +pre { + font-family: "verdana", "sans-serif"; + font-size: 0.7em; +} + +ul { + list-style-type: circle; + list-style-position: inside; + margin: 0px; + padding: 3px; +} + +li.alpha { + list-style-type: lower-alpha; + margin-left: 15px; +} + +p { + font-size: 0.8em; +} + +a:link, +a:visited { + /* font-weight: bold; */ + text-decoration: none; + color: black; +} + +a:hover { + text-decoration: underline; +} + +#body { + padding-bottom: 2em; + padding-top: 5px; +} + +#body pre { +} + +.center { + text-align: center; +} + +.right { + text-align: right; +} + +#money { + text-align: right; + padding-right: 20px; +} + +/* Footer +-----------------------------------------------------------------------*/ +#footer { + color: black; +} + +#copyright { + padding: 5px; + font-size: 0.6em; + background-color: white; +} + +#footer_spacer_row { + width: 100%; +} + +#footer_spacer_row td { + padding: 0px; + border-bottom: 1px solid #000033; + background-color: #F7CF07; + height: 2px; + font-size: 2px; + line-height: 2px; +} + +#logos { + padding: 5px; + float: right; +} + +/* Section Header +-----------------------------------------------------------------------*/ +#section_header { + text-align: center; +} + +#job_header { + text-align: left; + background-color: white; + margin-left: 5px; + padding: 5px; + border: 1px dashed black; +} + +#job_info { + font-weight: bold; +} + +.header_details td { + font-size: 0.6em; +} + +.header_label { + padding-left: 20px; +} + +.header_field { + padding-left: 5px; + font-weight: bold; +} + +/* Content +-----------------------------------------------------------------------*/ +#content { + padding: 0.2em 1% 0.2em 1%; + min-height: 15em; +} + +.page_buttons { + text-align: center; + margin: 3px; + font-size: 0.7em; + white-space: nowrap; + font-weight: bold; + width: 74%; +} + +.link_bar { + font-size: 0.7em; + text-align: center; + margin: auto; +/* white-space: nowrap; */ +} + +.link_bar a { + white-space: nowrap; + font-weight: bold; +} + +.page_menu li { + margin: 5px; + font-size: 0.8em; +} + +/* Detail +-----------------------------------------------------------------------*/ +.detail_table { + border-top: 1px solid black; + border-bottom: 1px solid black; + padding: 3px; + margin: 15px; +} + +.detail_head td { + background-color: #ddd; + color: black; + font-weight: bold; + padding: 3px; + font-size: 0.75em; + text-align: center; +} + +.detail_label { + padding: 3px; + font-size: 0.75em; + width: 16%; + border-top: 1px solid #fff; + border-bottom: 1px solid #fff; + background-color: #ddd; +} + +.detail_field { + width: 33%; + font-size: 0.8em; + color: ; + text-align: center; + padding: 3px; +} + +.detail_sub_table { + font-size: 1em; +} + +.detail_spacer_row td { + border-top: 1px solid white; + border-bottom: 1px solid white; + background-color: #999; + font-size: 2px; + line-height: 2px; +} + +#narrow { + width: 50%; +} + +.operation { + width: 1%; +} + +.summary_spacer_row { + font-size: 0.1em; +} + +.bar { + border-top: 1px solid black; +} + +/* Forms +-----------------------------------------------------------------------*/ +.form { + border-top: 1px solid black; + border-bottom: 1px solid black; + margin-top: 10px; +} + +.form td { + padding: 3px; +} + +.form th, .form_head td { + background-color: #ddd; + border-bottom: 1px solid black; + color: black; + padding: 3px; + text-align: center; + font-size: 0.65em; + font-weight: bold; +} + +.form_head a:link, +.form_head a:visited { + color: black; +} + +.form_head a:hover { +} + +.sub_form_head td { + border: none; + font-size: 0.9em; + white-space: nowrap; +} + +.form input { + color: black; + background-color: white; + border: 1px solid black; + padding: 1px 2px 1px 2px; + text-decoration: none; + font-size: 1em; +} + +.form textarea { + color: black; + background-color: white; + border: 1px solid black; + font-size: 1em; +} + +.form select { + color: black; + background-color: white; + font-size: 1em; +} + +.button, a.button { + color: black; + background-color: white; + border: 1px solid black; + font-weight: normal; + white-space: nowrap; + text-decoration: none; +} + +a.button { + display: inline-block; + text-align: center; + padding: 2px; +} + +a.button:hover { + text-decoration: none; + color: black; +} + +.form_field { + color: black; + background-color: white; + font-size: 0.7em; +} + +.form_label { + color: black; + background-color: #ddd; + font-size: 0.7em; + padding: 3px; +} + +/* +.form_foot { + background-color: #E5D9C3; + font-size: 0.6em; +} +*/ + +.form_foot td { + background-color: #ddd; + border-bottom: 1px solid black; + color: black; + padding: 3px; + text-align: center; + font-size: 0.65em; + font-weight: bold; +} + +.form_foot a:link, +.form_foot a:visited { + color: black; +} + +.form_foot a:hover { + color: black; +} + +.no_border_input input { + border: none; +} + +.no_wrap { + white-space: nowrap; +} + +tr.row_form td { + white-space: nowrap; +} + +/* Wizards +-----------------------------------------------------------------------*/ +.wizard { + font-size: 0.8em; + border-top: 1px solid black; +} + +#no_border { + border: none; +} + +.wizard p { + text-indent: 2%; +} + +.wizard td { + padding: 3px; +/* padding-left: 3px; + padding-right: 3px; + padding-bottom: 3px;*/ +} + +.wizard input { + color: black; + background-color: white; + border: 1px solid black; + padding: 1px 2px 1px 2px; + text-decoration: none; +} + +.wizard textarea { + color: black; + background-color: white; + border: 1px solid black; +} + +.wizard select { + color: black; + background-color: white; + border: 1px solid black; +} + +.wizard_head { + color: black; + font-weight: bold; +} + +.wizard_buttons { + border-top: 1px solid black; + padding-top: 3px; +} + +.wizard_buttons a { + background-color: white; + border: 1px solid black; + padding: 2px 3px 2px 3px; +} + +/* List +-----------------------------------------------------------------------*/ +.list_table, +.notif_list_table { + color: black; + padding-bottom: 4px; + background-color: white; +} + +.list_table td, +.notif_list_table td { + padding: 3px 5px 3px 5px; +} + +.list_table input { + color: black; + background-color: white; + border: 1px solid black; + padding: 1px 2px 1px 2px; + text-decoration: none; +} + +.list_head, +.notif_list_head { + font-weight: bold; + background-color: #ddd; + font-size: 0.65em; +} + +.list_head td, +.notif_list_head td { + border-top: 1px solid black; + border-bottom: 1px solid black; + color: black; + text-align: center; + white-space: nowrap; +} + +.list_head a:link, +.list_head a:visited, +.notif_list_head a:link, +.notif_list_head a:visited { + color: black; +} + +.list_head a:hover, +.notif_list_head a:hover { +} + +.list_foot { + font-weight: bold; + background-color: #ddd; + font-size: 0.65em; +} + +.list_foot td { + border-top: 1px solid black; + border-bottom: 1px solid black; + color: black; + text-align: right; + white-space: nowrap; +} + +.sub_list_head td { + border: none; + font-size: 0.7em; +} + +.odd_row td { +/* background-color: #EDF2F7; + border-top: 2px solid #FFFFff;*/ + background-color: transparent; + border-bottom: 0.9px solid #ddd; /* 0.9 so table borders take precedence */ +} + +.even_row td { +/* background-color: #F8EEE4; + border-top: 3px solid #FFFFff;*/ + background-color: #f6f6f6; + border-bottom: 0.9px solid #ddd; +} + +.spacer_row td { + line-height: 2px; + font-size: 2px; +} + +.phone_table td { + border: none; + font-size: 0.8em; +} + +div.notif_list_text { + margin-bottom: 1px; + font-size: 1.1em; +} + +.notif_list_row td.notif_list_job { + text-align: center; + font-weight: bold; + font-size: 0.65em; +} + +.notif_list_row td.notif_list_dismiss table td { + text-align: center; + font-size: 1em; + border: none; + padding: 0px 2px 0px 2px; +} + +.notif_list_row td { + padding: 5px 5px 7px 5px; + border-bottom: 1px dotted #ddd; + background-color: white; + font-size: 0.6em; +} + +.notif_list_row:hover td { + background-color: #ddd; +} + +/* Page +-----------------------------------------------------------------------*/ +.page { + border: none; + padding: 0in; + margin-right: 0.1in; + margin-left: 0.1in; + /*margin: 0.33in 0.33in 0.4in 0.33in; */ + background-color: transparent; +} + +.page table.header h1{ + font-size: 12pt; +} + +.page>h2, +.page>p { + margin-top: 2pt; + margin-bottom: 2pt; +} + +.page h2 { + page-break-after: avoid; +} + +.money_table { + border-collapse: collapse; + font-size: 6pt; +} + +/* Tree +-----------------------------------------------------------------------*/ +.tree_div { + display: none; + background-color: #ddd; + border: 1px solid #333; +} + +.tree_div .tree_step_bottom_border { + border-bottom: 1px dashed #8B9DBE; +} + +.tree_div .button, .tree_row_table .button, +.tree_div .no_button { + width: 110px; + font-size: 0.7em; + padding: 3px; + text-align: center; +} + +/* +.tree_div .button a, .tree_row_table .button a { + text-decoration: none; + color: #114C8D; +} +*/ + +.tree_row_desc { + font-weight: bold; + font-size: 0.7em; + text-indent: -10px; +} + +.tree_row_info { + font-size: 0.7em; + width: 200px; +} + +.tree_div_head a, +.tree_row_desc a { + color: #000033; + text-decoration: none; +} + +.tree_div_head { + font-weight: bold; + font-size: 0.7em; +} + +/* Summaries +-----------------------------------------------------------------------*/ +.summary { + border: 1px solid black; + background-color: white; + padding: 1%; + font-size: 0.8em; +} + +.summary h1 { + color: black; + font-style: normal; +} + +/* Sales-agreement specific +-----------------------------------------------------------------------*/ +table.sa_signature_box { + margin: 2em auto 2em auto; +} + +table.sa_signature_box tr td { + padding-top: 1.25em; + vertical-align: top; + white-space: nowrap; +} + +.special_conditions { + font-style: italic; + margin-left: 2em; + white-space: pre; +} + +.sa_head * { + font-size: 7pt; +} + +/* Change order specific +-----------------------------------------------------------------------*/ +table.change_order_items { + font-size: 8pt; + width: 100%; + border-collapse: collapse; + margin-top: 2em; + margin-bottom: 2em; +} + +table.change_order_items>tbody { + border: 1px solid black; +} + +table.change_order_items>tbody>tr>th { + border-bottom: 1px solid black; +} + +table.change_order_items>tbody>tr>td { + border-right: 1px solid black; + padding: 0.5em; +} + +td.change_order_total_col { + padding-right: 4pt; + text-align: right; +} + +td.change_order_unit_col { + padding-left: 2pt; + text-align: left; +} diff --git a/htdocs/dompdf/www/test/css_2d_transforms.html b/htdocs/dompdf/www/test/css_2d_transforms.html new file mode 100644 index 000000000..c0820cbef --- /dev/null +++ b/htdocs/dompdf/www/test/css_2d_transforms.html @@ -0,0 +1,87 @@ + + + + + + + + + + + + +

      none

      +
       
      + +

      rotate

      +
       
      + +

      scale

      +
       
      +
       
      +
       
      +
       
      + +

      translate

      +
       
      +
       
      +
       
      +
       
      + +

      skew

      +
       
      +
       
      +
       
      +
       
      + +

      mixed

      +
       
      + + + diff --git a/htdocs/dompdf/www/test/css_at_font_face.html b/htdocs/dompdf/www/test/css_at_font_face.html new file mode 100644 index 000000000..5b4ad485e --- /dev/null +++ b/htdocs/dompdf/www/test/css_at_font_face.html @@ -0,0 +1,41 @@ + + + + + + + + + + + +

      Give You Glory

      +

      + Grumpy wizards make toxic brew for the evil Queen and Jack +

      + +

      Wallpoet

      +

      + Grumpy wizards make toxic brew for the evil Queen and Jack +

      + +

      Love Ya Like A Sister

      +

      + Grumpy wizards make toxic brew for the evil Queen and Jack +

      + + + diff --git a/htdocs/dompdf/www/test/css_baseline.html b/htdocs/dompdf/www/test/css_baseline.html new file mode 100644 index 000000000..af8bfb512 --- /dev/null +++ b/htdocs/dompdf/www/test/css_baseline.html @@ -0,0 +1,53 @@ + + + + + + + + +

      +(enter your text here) +

      + +

      +suptestsub +

      + + + diff --git a/htdocs/dompdf/www/test/css_border.html b/htdocs/dompdf/www/test/css_border.html new file mode 100644 index 000000000..f08086ef3 --- /dev/null +++ b/htdocs/dompdf/www/test/css_border.html @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + +
      dotteddashedsoliddouble
      grooveridgeinsetoutset
      + +

      partial attributes merged

      + +
      border:thin solid red;
      +
      border:red thin solid;
      +
      { border:thin solid; }{border:blue; } (merged, reset all - color has no effect)
      +
      { border:thin solid; }{border-color:green; } (merged, overwrite only color)
      +
      { border:thin solid; }{border:blue; } (merged, reset all - color has no effect)
      +
      { border:thin solid; }{border-color:green; } (merged, overwrite only color)
      +
      { border:thin blue solid; }{border-color:green; } (merged, overwrite only color)
      +
      { border:thin blue solid; }{border-style:dashed; } (merged, overwrite only style)
      +
      { border:thin blue solid; }{border-width:thick; } (merged, overwrite only width)
      +
      { border:thin blue solid; }{border-width:medium; } (merged, overwrite only width)
      +
      { border:thin blue solid; }{border-width:3pt; } (merged, overwrite only width)
      + +

      top:

      + +
      border-top:thin solid red;
      +
      border-top:red thin solid;
      +
      { border-top:thin solid; }{border-top-color:green; } (merged, overwrite only color)
      +
      { border-top:thin solid; }{border-top:blue; } (merged, reset all - color has no effect)
      + +

      right left bottom:

      + +
      border-right:thin solid red;
      +
      border-left:thin solid red;
      +
      border-bottom:thin solid red;
      + +

      Individual Attributes

      +
      {border:thin blue solid;}{border-top-color:red;}
      +
      {border:thin blue solid;}{border-right-color:red;}
      +
      {border:thin blue solid;}{border-bottom-color:red;}
      +
      {border:thin blue solid;}{border-left-color:red;}
      + +
      {border:thin blue solid;}{border-top-style:dashed;}
      +
      {border:thin blue solid;}{border-right-style:dashed;}
      +
      {border:thin blue solid;}{border-bottom-style:dashed;}
      +
      {border:thin blue solid;}{border-left-style:dashed;}
      + +
      {border:thin blue solid;}{border-top-width:medium;}
      +
      {border:thin blue solid;}{border-right-width:medium;}
      +
      {border:thin blue solid;}{border-bottom-width:medium;}
      +
      {border:thin blue solid;}{border-left-width:medium;}
      + +

      Individual side specific Attributes

      + +
      {border:thin blue solid;}{border-color:red;}
      +
      {border:thin blue solid;}{border-color:red green;}
      +
      {border:thin blue solid;}{border-color:red green blue;}
      +
      {border:thin blue solid;}{border-color:red green blue gray;}
      + +
      {border:thin blue solid;}{border-style:dashed;}
      +
      {border:thin blue solid;}{border-style:dashed dotted;}
      +
      {border:thin blue solid;}{border-style:dashed dotted double;}
      +
      {border:thin blue solid;}{border-style:dashed dotted double groove;}
      + +
      {border:thin blue solid;}{border-width:1pt;}
      +
      {border:thin blue solid;}{border-width:1pt 2pt;}
      +
      {border:thin blue solid;}{border-width:1pt 2pt 3pt;}
      +
      {border:thin blue solid;}{border-width:1pt 2pt 3pt 4pt;}
      + +
      +

      Misc. values

      + +
      +
      +
      +
      +
      +
      + diff --git a/htdocs/dompdf/www/test/css_border_radius.html b/htdocs/dompdf/www/test/css_border_radius.html new file mode 100644 index 000000000..eac599739 --- /dev/null +++ b/htdocs/dompdf/www/test/css_border_radius.html @@ -0,0 +1,55 @@ + + + + + + + + + + +
      +
      +
      +
      +
      +
      +
      + diff --git a/htdocs/dompdf/www/test/css_color_cmyk.html b/htdocs/dompdf/www/test/css_color_cmyk.html new file mode 100644 index 000000000..46a719e64 --- /dev/null +++ b/htdocs/dompdf/www/test/css_color_cmyk.html @@ -0,0 +1,51 @@ + + + + + + + + + + +All these rectangles should look red: + +
      + +
      + +
      + +
      + +
      + +
      +
      +
      + +CMYK JPEG:
      + + +

      +CMYK: +
      + +
      + +
      + +
      + + + diff --git a/htdocs/dompdf/www/test/css_content.html b/htdocs/dompdf/www/test/css_content.html new file mode 100644 index 000000000..4558df51a --- /dev/null +++ b/htdocs/dompdf/www/test/css_content.html @@ -0,0 +1,47 @@ + + + + + + + + + Look at the HTML source ! + +

      quote <q>

      +

      to

      + +

      +

      +

      + + + + diff --git a/htdocs/dompdf/www/test/css_counter.html b/htdocs/dompdf/www/test/css_counter.html new file mode 100644 index 000000000..8eb244e1e --- /dev/null +++ b/htdocs/dompdf/www/test/css_counter.html @@ -0,0 +1,62 @@ + + + + + +12.5b counter-increment + + + + + +

      CSS2 Test Suite: 12.5 counter-increment

      +[index page] [section] [Previous] [Next] [Specification] +
      +

      The style declarations contained within this page:

      +
      span:before {content: counter(ct1) "|" counter(ct2) "|" counter(ct3) "... ";}
      +li span:before {counter-increment: ct1;}
      +li li span:before {counter-increment: ct2 2;}
      +li li li span:before {counter-increment: ct3 -3;}
      +
      +
      +
      +

      +The list items in the following set of lists all have 'span' elements, and each 'span' should be preceded with generated content in the form "a|b|c... " where the letters are incremented numbers. "a" numbers increment in ones, "b" in twos, and "c" in negative threes. Note that counters are not reset for each sublist, or at any point, and so should use the default '0' as their base point. +

      +
        +
      • list item
      • +
      • list item
      • +
      • list item +
          +
        • list item
        • +
        • list item
        • +
        • list item +
            +
          • list item
          • +
          +
        • +
        • list item
        • +
        • list item +
            +
          • list item
          • +
          • list item
          • +
          • list item
          • +
          • list item
          • +
          +
        • +
        • list item
        • +
        • list item
        • +
        +
      • +
      • list item
      • +
      • list item
      • +
      +
      [index page] [section] [Previous] [Next] [Specification] +
      + + diff --git a/htdocs/dompdf/www/test/css_float.html b/htdocs/dompdf/www/test/css_float.html new file mode 100644 index 000000000..55db46f74 --- /dev/null +++ b/htdocs/dompdf/www/test/css_float.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + +
      fooo + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. + Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. + + + Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. + Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. + Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. + Praesent egestas leo in pede. Praesent blandit odio eu enim. + + + + + + +
      testfoo
      + +
      + Pellentesque sed dui ut augue blandit sodales. + Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. + Mauris ac mauris sed pede pellentesque fermentum. +
      fooo
      + + + + diff --git a/htdocs/dompdf/www/test/css_font_selection.html b/htdocs/dompdf/www/test/css_font_selection.html new file mode 100644 index 000000000..4067cac52 --- /dev/null +++ b/htdocs/dompdf/www/test/css_font_selection.html @@ -0,0 +1,115 @@ + + + + + + + +

      Font Selection

      + +

      Available font-family:

      +
        +
      • serif (default) (Aliases: times, times-roman)
      • +
      • sans-serif (Aliases: helvetica)
      • +
      • monospace (Aliases: fixed, courier)
      • +
      +

      Available font-style:

      +
        +
      • normal (default)
      • +
      • italic
      • +
      +

      Available font-weight:

      +
        +
      • normal (default)
      • +
      • bold
      • +
      +

      Other variations are falling back to a combination of the above

      +

      Special fonts

      +
        +
      • symbol
      • +
      • zapfdingbats
      • +
      + +

      Font selection

      + +

      abcdefghijk ABCDEFGHIJK - (Helvetica) - (sans-serif) - sans-serif

      +

      abcdefghijk ABCDEFGHIJK - (Helvetica) - (sans-serif) - helvetica

      +

      abcdefghijk ABCDEFGHIJK - (Times-Roman) - (serif) - serif

      +

      abcdefghijk ABCDEFGHIJK - (Times-Roman) - (serif) - times

      +

      abcdefghijk ABCDEFGHIJK - (Times-Roman) - (serif) - times-roman

      +

      abcdefghijk ABCDEFGHIJK - (Courier)- (monospace) - mononospace

      +

      abcdefghijk ABCDEFGHIJK - (Courier)- (monospace) - fixed

      +

      abcdefghijk ABCDEFGHIJK - (Courier)- (monospace) - courier

      + +

      Font search path

      + +

      abcdefghijk ABCDEFGHIJK - serif - "font-family:dummy1,dummy2;"

      +

      abcdefghijk ABCDEFGHIJK - sans-serif - "font-family:dummy1,dummy2,sans-serif;"

      +

      abcdefghijk ABCDEFGHIJK - sans-serif - "font-family:sans-serif,dummy1,dummy2;"

      +

      abcdefghijk ABCDEFGHIJK - sans-serif - "font-family:sans-serif,courier;"

      + +

      Font variations

      + +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:normal;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:lighter;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:100;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:200;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:300;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:400;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-style:normal; font-weight:500;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold - "font-style:normal; font-weight:600;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold - "font-style:normal; font-weight:700;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold - "font-style:normal; font-weight:800;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold - "font-style:normal; font-weight:900;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold - "font-style:normal; font-weight:bold;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold - "font-style:normal; font-weight:bolder;"

      +

      abcdefghijk ABCDEFGHIJK - serif - italic - "font-style:italic; font-weight:normal;"

      +

      abcdefghijk ABCDEFGHIJK - serif - italic - "font-style:oblique; font-weight:normal;"

      +

      abcdefghijk ABCDEFGHIJK - serif - bold_italic - "font-style:italic; font-weight:bold;"

      +

      abcdefghijk ABCDEFGHIJK - serif - normal - "font-variant:small-caps; font-style:normal; font-weight:normal;"

      + +

      Font size

      +

      abcdefghijk ABCDEFGHIJK - xx-small

      +

      abcdefghijk ABCDEFGHIJK - x-small

      +

      abcdefghijk ABCDEFGHIJK - small

      +

      abcdefghijk ABCDEFGHIJK - medium

      +

      abcdefghijk ABCDEFGHIJK - large

      +

      abcdefghijk ABCDEFGHIJK - x-large

      +

      abcdefghijk ABCDEFGHIJK - xx-large

      +

      abcdefghijk ABCDEFGHIJK - 10pt

      +

      abcdefghijk ABCDEFGHIJK - 12pt

      +

      abcdefghijk ABCDEFGHIJK - l4pt

      +

      abcdefghijk ABCDEFGHIJK - smaller

      +

      abcdefghijk ABCDEFGHIJK - larger

      + +

      Line height

      +

      abcdefghijk ABCDEFGHIJK
      abcdefghijk ABCDEFGHIJK 100%

      +

      abcdefghijk ABCDEFGHIJK
      abcdefghijk ABCDEFGHIJK 120%

      +

      abcdefghijk ABCDEFGHIJK
      abcdefghijk ABCDEFGHIJK 140%

      +

      abcdefghijk ABCDEFGHIJK
      abcdefghijk ABCDEFGHIJK 100%

      +

      abcdefghijk ABCDEFGHIJK
      abcdefghijk ABCDEFGHIJK 120%

      +

      abcdefghijk ABCDEFGHIJK
      abcdefghijk ABCDEFGHIJK 140%

      + +

      Font combined setting

      +

      style="font:italic small-caps bold 14pt/160% sans-serif;"
      (all attributes)

      +

      style="font:normal 10pt/160% sans-serif;"
      (partial attributes)

      +

      style="font:700 10pt/160% sans-serif;"
      (partial attributes)

      +

      style="font:small sans-serif;"
      (partial attributes)

      +
      + +

      inherit style="font:italic small-caps bold 14pt/160% sans-serif;" :

      + +

      +style="font:small sans-serif;"
      +(partial attributes - reset inherited)
      +style="font-weight:bold;"
      +(partial overwrite)

      +(resume partial attributes) +

      + +

      continue inherited

      + +
      + + + diff --git a/htdocs/dompdf/www/test/css_important_flag.html b/htdocs/dompdf/www/test/css_important_flag.html new file mode 100644 index 000000000..76751f13b --- /dev/null +++ b/htdocs/dompdf/www/test/css_important_flag.html @@ -0,0 +1,54 @@ + + + + + + + + +

      Handling of "!important" property flag

      +

      +Normally later css style properties defined later are overriding earlier ones.
      +Except if they are marked with the flag "!important".
      +Those can only be overridden by style properties which are also marked "!important". +

      + +

      There are two classes of property overriding

      +
        +
      • inherit (nested html tags)
      • +
      • merging (more css properties to the same html tag)
      • +
      +

      This is handled similarly for all styles, so we check only examples here

      + +

      ul { line-height:160% }

      + +

      merge a { border-bottom:dashed 1pt red !important; text-decoration:none !important; }

      + +

      dummy links, text decoration/border bottom:

      + + + +

      Inherit .monospace { font-family:monospace !important; }

      +

      font family selection:

      +
        +
      • (default)
      • +
      • font-family:sans-serif; (ignored)
      • +
      • font-family:sans-serif!important; (override)
      • +
      + + + diff --git a/htdocs/dompdf/www/test/css_letter_spacing.html b/htdocs/dompdf/www/test/css_letter_spacing.html new file mode 100644 index 000000000..fb813cbbd --- /dev/null +++ b/htdocs/dompdf/www/test/css_letter_spacing.html @@ -0,0 +1,102 @@ + + + + + + + + +
      +

      This has letter spacing of 5px

      +

      This has letter spacing of 4px

      +

      This has letter spacing of 3px

      +

      This has letter spacing of 2px

      +

      This has letter spacing of 1px

      +

      This has normal letter spacing

      +

      This has letter spacing of -1px

      +

      This has letter spacing of -2px

      +

      This has letter spacing of -3px

      +

      This has letter spacing of -4px

      +

      This has letter spacing of -5px

      +
      + +
      +

      This has letter spacing of 5px

      +

      This has letter spacing of 4px

      +

      This has letter spacing of 3px

      +

      This has letter spacing of 2px

      +

      This has letter spacing of 1px

      +

      This has normal letter spacing

      +

      This has letter spacing of -1px

      +

      This has letter spacing of -2px

      +

      This has letter spacing of -3px

      +

      This has letter spacing of -4px

      +

      This has letter spacing of -5px

      +
      + +
      +

      This has letter spacing of 5px

      +

      This has letter spacing of 4px

      +

      This has letter spacing of 3px

      +

      This has letter spacing of 2px

      +

      This has letter spacing of 1px

      +

      This has normal letter spacing

      +

      This has letter spacing of -1px

      +

      This has letter spacing of -2px

      +

      This has letter spacing of -3px

      +

      This has letter spacing of -4px

      +

      This has letter spacing of -5px

      +
      + +
      +

      This has letter spacing of 5px. This has letter spacing of 5px. This has letter spacing of 5px.

      +

      This has letter spacing of 4px. This has letter spacing of 4px. This has letter spacing of 4px.

      +

      This has letter spacing of 3px. This has letter spacing of 3px. This has letter spacing of 3px.

      +

      This has letter spacing of 2px. This has letter spacing of 2px. This has letter spacing of 2px.

      +

      This has letter spacing of 1px. This has letter spacing of 1px. This has letter spacing of 1px.

      +

      This has normal letter spacing. This has normal letter spacing. This has normal letter spacing.

      +

      This has letter spacing of -1px. This has letter spacing of -1px. This has letter spacing of -1px.

      +

      This has letter spacing of -2px. This has letter spacing of -2px. This has letter spacing of -2px.

      +

      This has letter spacing of -3px. This has letter spacing of -3px. This has letter spacing of -3px.

      +

      This has letter spacing of -4px. This has letter spacing of -4px. This has letter spacing of -4px.

      +

      This has letter spacing of -5px. This has letter spacing of -5px. This has letter spacing of -5px.

      +
      + + diff --git a/htdocs/dompdf/www/test/css_line_height.html b/htdocs/dompdf/www/test/css_line_height.html new file mode 100644 index 000000000..7589b7952 --- /dev/null +++ b/htdocs/dompdf/www/test/css_line_height.html @@ -0,0 +1,63 @@ + + + + +CSS Line Height Inheritance + + + +

      Use only <number> for line-height

      +

      unless you like solving inexplicable inheritance problems or setting an explicit line-height on every element

      +

      div {line-height: 1}; div div {font-size: 200%}

      +
      The quick brown fox
      jumps over the crazy +
      The quick brown fox
      jumps over the crazy
      +

      div {line-height: 1em}; div div {font-size: 200%}

      +
      The quick brown fox
      jumps over the crazy +
      The quick brown fox
      jumps over the crazy
      +

      div {line-height: 100%}; div div {font-size: 200%}

      +
      The quick brown fox
      jumps over the crazy +
      The quick brown fox
      jumps over the crazy
      +
      +

      When rendered according to the +css 2.1 spec, +the 200% text in the second two div divs, those for which line-height of the parent +are specified in em or %, will overlap, the child divs being 1/2 the height of their containing +divs; while the first div div will be 2/3 the height of its containing div, +and its text won't overlap. The overlapping text in the latter div divs is because the spec requires the calculated +line-height specified in em or % be inherited by the children. In contrast, it is <number> itself that is inherited by +the children, which allows the line-height specified to be applied in reference to the font-size of the child div instead of +the ancestor.

      +
      +IE has an additional problem with line-height. +
      +
      + +
      + +Valid HTML 4.01! +
      +Last Modified
      2005.11.29
      © Felix Miata
      +Felix's Home +
      + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/css_margin.html b/htdocs/dompdf/www/test/css_margin.html new file mode 100644 index 000000000..0efdc932a --- /dev/null +++ b/htdocs/dompdf/www/test/css_margin.html @@ -0,0 +1,38 @@ + + + + + + + + +

      (margin: 1em;) The PHP Development +Team would like to announce the immediate availability of PHP 5.0.1. This is +a maintenance release that in addition to many non-critical bug fixes also +includes new UNIX and Windows installation docs which are now auto-generated +from the PHP Manual.

      + +

      (margin: 1em 1em 1em +50%;) PHP 4.3.9RC1 has been released for testing. This is the first +release candidate and should have a very low number of problems and/or +bugs. Nevertheless, please download and test it as much as possible on +real-life applications to uncover any remaining issues.

      + +

      (margin: 4em 1em 4em +1em;) PHP Tunisie has just released the second issue of its monthly +french PHP Magazine. In this issue you'll find a large plan on PostgreSQL, +Databases abstractions with PHP, your mini template engine, an article on +images generation with PHP, the migration towards PHP5 with +EasyPHP1.7... And many other articles and latests PHP news.

      + +

      (margin: 1em auto 1em +auto;) The traditional International PHP Conference 2004 will be +taking place from 7th November to 10th November in Frankfurt (FFM). The Call +for Papers has been issued, so if you have an interesting talk, the +organizers would love to hear about it! You can expect a gathering of PHP +experts and core developers.

      + + + diff --git a/htdocs/dompdf/www/test/css_media.html b/htdocs/dompdf/www/test/css_media.html new file mode 100644 index 000000000..d01cd732c --- /dev/null +++ b/htdocs/dompdf/www/test/css_media.html @@ -0,0 +1,150 @@ + + + + + + + + + +

      css @media media types

      +

      +Depending on dompdf_config.inc.php setting DOMPDF_DEFAULT_MEDIA_TYPE here the +background color appeares different: +

      +
        +
      • print: light gray
      • +
      • screen: light blue
      • +
      • projection: light yellow
      • +
      + +

      css @import media types

      +

      +Depending on dompdf_config.inc.php setting DOMPDF_DEFAULT_MEDIA_TYPE here the +background color appeares different: +

      +
        +
      • print: light gray
      • +
      • screen or projection: light blue
      • +
      • all: this line yellow
      • +
      + +

      yellow by import css from subfolder

      + +

      yellow by import css from absolute local folder. +Note: Only works if www\test\images/importabs.css was copied to /absimagetest/importabs.css +

      + + +

      css link media types

      + +
        +
      • print: light gray
      • +
      • screen or projection: light blue
      • + +
      + + +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      +

      x

      + diff --git a/htdocs/dompdf/www/test/css_multiple_class.html b/htdocs/dompdf/www/test/css_multiple_class.html new file mode 100644 index 000000000..c4f68d5dd --- /dev/null +++ b/htdocs/dompdf/www/test/css_multiple_class.html @@ -0,0 +1,18 @@ + + + + + + +

      class="a"

      +

      class="b"

      +

      class="c"

      +

      class="a b"

      +

      class="a b c"

      + + diff --git a/htdocs/dompdf/www/test/css_nth_child.html b/htdocs/dompdf/www/test/css_nth_child.html new file mode 100644 index 000000000..1d4e48731 --- /dev/null +++ b/htdocs/dompdf/www/test/css_nth_child.html @@ -0,0 +1,121 @@ + + + + +CSS Selector :nth-child + + + + + + + +

      nth-child(1)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(3)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(odd)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(even)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(n)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(3n)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(n+2)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(2n+1)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + +

      nth-child(3n-2)

      +
      +

      1

      +

      2

      +

      3

      +

      4

      +

      5

      +
      + + + diff --git a/htdocs/dompdf/www/test/css_opacity.html b/htdocs/dompdf/www/test/css_opacity.html new file mode 100644 index 000000000..733e568a3 --- /dev/null +++ b/htdocs/dompdf/www/test/css_opacity.html @@ -0,0 +1,107 @@ + + + + + + + +

      Nested block elements

      + +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      + +
      +
      +
      +
      +
      +
      +
      +
      +
      + +

      Inline elements

      + + + ab + cb + ef + gh + ij + kl + mn + op + qr + st + + +
      + + + ab + cb + ef + gh + ij + kl + mn + op + qr + st + + +
      0.1
      +
      0.2
      +
      0.3
      +
      0.4
      +
      0.5
      +
      0.6
      +
      0.7
      +
      0.8
      +
      0.9
      +
      1.0
      + +
      1.0 opacity
      +
      No opacity
      + +
      +
      +
      +
      +
      +
      +
      + + diff --git a/htdocs/dompdf/www/test/css_outline.html b/htdocs/dompdf/www/test/css_outline.html new file mode 100644 index 000000000..00ce313e0 --- /dev/null +++ b/htdocs/dompdf/www/test/css_outline.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
      The dotted gray line is the border box
      dotteddashedsoliddouble
      grooveridgeinsetoutset
      + +

      partial attributes merged

      + +
      outline:thin solid red;
      +
      outline:red thin solid;
      +
      { outline:thin solid; }{outline:blue; } (merged, reset all - color has no effect)
      +
      { outline:thin solid; }{outline-color:green; } (merged, overwrite only color)
      +
      { outline:thin solid; }{outline:blue; } (merged, reset all - color has no effect)
      +
      { outline:thin solid; }{outline-color:green; } (merged, overwrite only color)
      +
      { outline:thin blue solid; }{outline-color:green; } (merged, overwrite only color)
      +
      { outline:thin blue solid; }{outline-style:dashed; } (merged, overwrite only style)
      +
      { outline:thin blue solid; }{outline-width:thick; } (merged, overwrite only width)
      +
      { outline:thin blue solid; }{outline-width:medium; } (merged, overwrite only width)
      +
      { outline:thin blue solid; }{outline-width:3pt; } (merged, overwrite only width)
      + + diff --git a/htdocs/dompdf/www/test/css_overflow_hidden.html b/htdocs/dompdf/www/test/css_overflow_hidden.html new file mode 100644 index 000000000..a2bd29155 --- /dev/null +++ b/htdocs/dompdf/www/test/css_overflow_hidden.html @@ -0,0 +1,38 @@ + + + + + + + +

      overflow: hidden

      +
      + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non risus. + Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. +
      + +

      overflow: visible

      +
      + + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non risus. + Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. +
      + + + diff --git a/htdocs/dompdf/www/test/css_position_absolute.html b/htdocs/dompdf/www/test/css_position_absolute.html new file mode 100644 index 000000000..dafdc4391 --- /dev/null +++ b/htdocs/dompdf/www/test/css_position_absolute.html @@ -0,0 +1,60 @@ + + + + + +Printed document + + + + + + + + +
      + top/left +
      +
      + top/right +
      +
      + top/left/right +
      + +
      + top/left/right/bottom +
      + +
      + bottom/right +
      +
      + bottom/left +
      +
      + bottom/left/right +
      + + + + diff --git a/htdocs/dompdf/www/test/css_position_all.html b/htdocs/dompdf/www/test/css_position_all.html new file mode 100644 index 000000000..0007c6d7d --- /dev/null +++ b/htdocs/dompdf/www/test/css_position_all.html @@ -0,0 +1,379 @@ + + + + + +Printed document + + + + + + + +

      Examples from
      http://www.barelyfitz.com/screencast/html-training/css/positioning/

      + +position: static +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +position: relative +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +position: absolute +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +position: relative + position: absolute +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +two column absolute +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +two column absolute height +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +float +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +float columns +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + +float columns with clear +
      +

      div-before

      + +
      +
      +

      div-1

      + +
      +

      div-1a

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit.

      +
      + +
      +

      div-1b

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer pretium dui sit amet felis. Integer sit amet diam. Phasellus ultrices viverra velit. Nam mattis, arcu ut bibendum commodo, magna nisi tincidunt tortor, quis accumsan augue ipsum id lorem.

      +
      + +

      div-1c

      +
      +
      + +

      div-after

      +
      + + + + diff --git a/htdocs/dompdf/www/test/css_position_fixed.html b/htdocs/dompdf/www/test/css_position_fixed.html new file mode 100644 index 000000000..6e12e0ca5 --- /dev/null +++ b/htdocs/dompdf/www/test/css_position_fixed.html @@ -0,0 +1,216 @@ + + + + + + Printed document + + + + + + + +
      +
      + Header line 1
      + Header line 2
      + Header line 3
      + Header line 4
      +
      +
      + + + +
      +
      + +
      +
      + +

      Section 1

      + +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non +risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, +ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula +massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci +nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit +amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat +in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero +pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo +in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue +blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus +et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed +pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales +hendrerit.

      + +
      + +

      Section 2

      + +

      Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut +orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, +ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus +sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer +id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae +elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et +sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue +eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non +elementum posuere, metus purus iaculis lectus, et tristique ligula +justo vitae magna.

      + +
      + +

      Section 3

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + + diff --git a/htdocs/dompdf/www/test/css_selectors.html b/htdocs/dompdf/www/test/css_selectors.html new file mode 100644 index 000000000..baa7b8feb --- /dev/null +++ b/htdocs/dompdf/www/test/css_selectors.html @@ -0,0 +1,53 @@ + + + + + + + +a[target=equal_1] +a[target='equal_2'] +a[target="equal_3"] + +a[href$=ends_1] +a[href$='ends_2'] +a[href$="ends_3"] + +

      +a[href*=contains_1] +a[href*='contains_2'] +a[href*="contains_3"] +

      + +a[href^=starts_1] +a[href^='starts_2'] +a[href^="starts_3"] + + + diff --git a/htdocs/dompdf/www/test/css_table_height.html b/htdocs/dompdf/www/test/css_table_height.html new file mode 100644 index 000000000..ec638b0a3 --- /dev/null +++ b/htdocs/dompdf/www/test/css_table_height.html @@ -0,0 +1,15 @@ + + + + + + + + + + + +
      Some text
      + + diff --git a/htdocs/dompdf/www/test/css_table_layout_fixed.html b/htdocs/dompdf/www/test/css_table_layout_fixed.html new file mode 100644 index 000000000..d8a74691e --- /dev/null +++ b/htdocs/dompdf/www/test/css_table_layout_fixed.html @@ -0,0 +1,483 @@ + + + + +Insert title here + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      Reallyyyyyyyyyy Looooooong cell conteeeentshortNormal cell content
      shortReallyyyyyyyyyyLooooooong cell conteeeentNormal cell content
      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/css_text_align.html b/htdocs/dompdf/www/test/css_text_align.html new file mode 100644 index 000000000..c795af25d --- /dev/null +++ b/htdocs/dompdf/www/test/css_text_align.html @@ -0,0 +1,61 @@ + + + + + + + +

      text-align: left

      +
      +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at odio vitae libero tempus +convallis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus +mus. Vestibulum purus mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, adipiscing nec, massa. +
      +Phasellus vitae felis sed lectus dapibus facilisis. In ultrices sagittis ipsum. In at est. Integer +iaculis turpis vel magna. Cras eu est. Integer porttitor ligula a tellus. Curabitur accumsan ipsum +a velit. Sed laoreet lectus quis leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque. +
      + +

      text-align: center

      +
      +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at odio vitae libero tempus +convallis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus +mus. Vestibulum purus mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, adipiscing nec, massa. +
      +Phasellus vitae felis sed lectus dapibus facilisis. In ultrices sagittis ipsum. In at est. Integer +iaculis turpis vel magna. Cras eu est. Integer porttitor ligula a tellus. Curabitur accumsan ipsum +a velit. Sed laoreet lectus quis leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque. +
      + +

      text-align: right

      +
      +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at odio vitae libero tempus +convallis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus +mus. Vestibulum purus mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, adipiscing nec, massa. +
      +Phasellus vitae felis sed lectus dapibus facilisis. In ultrices sagittis ipsum. In at est. Integer +iaculis turpis vel magna. Cras eu est. Integer porttitor ligula a tellus. Curabitur accumsan ipsum +a velit. Sed laoreet lectus quis leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque. +
      + +

      text-align: justify

      +
      +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at odio vitae libero tempus +convallis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus +mus. Vestibulum purus mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, adipiscing nec, massa. +
      +Phasellus vitae felis sed lectus dapibus facilisis. In ultrices sagittis ipsum. In at est. Integer +iaculis turpis vel magna. Cras eu est. Integer porttitor ligula a tellus. Curabitur accumsan ipsum +a velit. Sed laoreet lectus quis leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque. +
      + + + diff --git a/htdocs/dompdf/www/test/css_text_decoration.html b/htdocs/dompdf/www/test/css_text_decoration.html new file mode 100644 index 000000000..11015bf82 --- /dev/null +++ b/htdocs/dompdf/www/test/css_text_decoration.html @@ -0,0 +1,94 @@ + + + + + + + + +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      + +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      + +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      + +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      + +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      +

      + underline line-through overline +

      + + + diff --git a/htdocs/dompdf/www/test/css_vertical_align.html b/htdocs/dompdf/www/test/css_vertical_align.html new file mode 100644 index 000000000..ac447a68c --- /dev/null +++ b/htdocs/dompdf/www/test/css_vertical_align.html @@ -0,0 +1,34 @@ + + + + + + + + +

      [Image]test

      +

      [Image]test

      +

      [Image]test

      +

      [Image]test

      +

      [Image]test

      +

      [Image]test

      +

      [Image]test

      +

      [Image]test

      + + + diff --git a/htdocs/dompdf/www/test/css_vertical_align_w3.html b/htdocs/dompdf/www/test/css_vertical_align_w3.html new file mode 100644 index 000000000..d1e426bce --- /dev/null +++ b/htdocs/dompdf/www/test/css_vertical_align_w3.html @@ -0,0 +1,286 @@ + + + +CSS1 Test Suite: 5.4.4 vertical-align + + + + + + + +

      The style declarations which apply to the text below are:

      +
      P {font-size: 12pt;}
      +.one {vertical-align: sub;}
      +.two {vertical-align: super;}
      +.three {vertical-align: top; font-size: 12pt;}
      +.four {vertical-align: text-top; font-size: 12pt;}
      +.five {vertical-align: middle; font-size: 12pt;}
      +.six {vertical-align: bottom; font-size: 12pt;}
      +.seven {vertical-align: text-bottom; font-size: 12pt;}
      +.eight {vertical-align: baseline; font-size: 12pt;}
      +.nine {vertical-align: 50%; font-size: 12px; line-height: 16px;}
      +
      +P.example {font-size: 14pt;}
      +BIG {font-size: 16pt;}
      +SMALL {font-size: 12pt;}
      +.ttopalign {vertical-align: text-top;}
      +.topalign {vertical-align: top;}
      +.midalign {vertical-align: middle;}
      +
      +
      +
      +

      +[Image]The first four words in this sentence should be subscript-aligned. The font size of the superscripted text should not be different from that of the parent element. +

      +

      +[Image]The first four words in this sentence should be superscript-aligned. The font size of the subscripted text should not be different from that of the parent element. +

      +

      +[Image]The first four words in this sentence should be top-aligned, which will align their tops with the top of the tallest element in the line (probably the orange rectangle). +

      +

      +[Image] + +The first four words in this sentence should be text-top-aligned, which should align their tops with the top of the tallest text in the line. + +

      +

      +[Image] +The image at the beginning of this sentence should be middle-aligned, which should align its middle with the point defined as the text baseline plus half the x-height. +

      +

      +[Image] + +The first four words in this sentence should be 12pt in size and bottom-aligned, which should align their bottom with the bottom of the lowest element in the line. + +

      +

      +[Image] + +The first eight words ("eight" has a descender) in this sentence should be 12pt in size and text-bottom-aligned, which should align their bottom with the bottom of the lowest text (including descenders) in the line. + +

      +

      +[Image] + +The first four words in this sentence should be 12pt in size and baseline-aligned, which should align their baseline with the baseline of the rest of the text in the line. + +

      +

      +[Image]The first four words in this sentence should have a font-size of 12px and a line-height of 16px; they are also 50%-aligned, which should raise them 8px relative to the natural baseline. +

      +

      +In the following paragraph, all images should be aligned with the top of the 14-point text, which is identical to the first section of text, whereas any size text should be aligned with the text baseline (which is the default value). +

      +

      +This paragraph +[Image] +contains many images +[Image] +of varying heights +[Image] +and widths +[Image] +all of which +[Image] +should be aligned +[Image] +with the top of +[Image] +a 14-point text element +[Image] +regardless of the line in which +[Image] +the images appear. +[Image] +

      +

      +In the following paragraph, all images should be aligned with the middle of the default text, whereas any text should be aligned with the text baseline (which is the default value). +

      +

      +This paragraph +[Image] +contains many images +[Image] +of varying heights +[Image] +and widths +[Image] +all of which +[Image] +should be aligned +[Image] +with the middle of +[Image] +a 14-point text element +[Image] +regardless of the line in which +[Image] +the images appear. +[Image] +

      +

      +In the following paragraph, all elements should be aligned with the top of the tallest element on the line, whether that element is an image or not. Each fragment of text has been SPANned appropriately in order to cause this to happen. +

      +

      +This paragraph +[Image] +contains many images +[Image] +and some text +[Image] +of varying heights +[Image] +and widths +[Image] +all of which +[Image] +should be aligned +[Image] +with the top of +[Image] +the tallest element in +[Image] +whichever line the elements appear. +[Image] +

      + + +TABLE Testing Section + +

      +[Image]The first four words in this sentence should be subscript-aligned. The font size of the superscripted text should not be different from that of the parent element. +

      +

      +[Image]The first four words in this sentence should be superscript-aligned. The font size of the subscripted text should not be different from that of the parent element. +

      +

      +[Image]The first four words in this sentence should be top-aligned, which will align their tops with the top of the tallest element in the line (probably the orange rectangle). +

      +

      +[Image] + +The first four words in this sentence should be text-top-aligned, which should align their tops with the top of the tallest text in the line. + +

      +

      +[Image] +The image at the beginning of this sentence should be middle-aligned, which should align its middle with the point defined as the text baseline plus half the x-height. +

      +

      +[Image] + +The first four words in this sentence should be 12pt in size and bottom-aligned, which should align their bottom with the bottom of the lowest element in the line. + +

      +

      +[Image] + +The first eight words ("eight" has a descender) in this sentence should be 12pt in size and text-bottom-aligned, which should align their bottom with the bottom of the lowest text (including descenders) in the line. + +

      +

      +[Image] + +The first four words in this sentence should be 12pt in size and baseline-aligned, which should align their baseline with the baseline of the rest of the text in the line. + +

      +

      +[Image]The first four words in this sentence should have a font-size of 12px and a line-height of 16px; they are also 50%-aligned, which should raise them 8px relative to the natural baseline. +

      +

      +In the following paragraph, all images should be aligned with the top of the 14-point text, which is identical to the first section of text, whereas any size text should be aligned with the text baseline (which is the default value). +

      +

      +This paragraph +[Image] +contains many images +[Image] +of varying heights +[Image] +and widths +[Image] +all of which +[Image] +should be aligned +[Image] +with the top of +[Image] +a 14-point text element +[Image] +regardless of the line in which +[Image] +the images appear. +[Image] +

      +

      +In the following paragraph, all images should be aligned with the middle of the default text, whereas any text should be aligned with the text baseline (which is the default value). +

      +

      +This paragraph +[Image] +contains many images +[Image] +of varying heights +[Image] +and widths +[Image] +all of which +[Image] +should be aligned +[Image] +with the middle of +[Image] +a 14-point text element +[Image] +regardless of the line in which +[Image] +the images appear. +[Image] +

      +

      +In the following paragraph, all elements should be aligned with the top of the tallest element on the line, whether that element is an image or not. Each fragment of text has been SPANned appropriately in order to cause this to happen. +

      +

      +This paragraph +[Image] +contains many images +[Image] +and some text +[Image] +of varying heights +[Image] +and widths +[Image] +all of which +[Image] +should be aligned +[Image] +with the top of +[Image] +the tallest element in +[Image] +whichever line the elements appear. +[Image] +

      + + diff --git a/htdocs/dompdf/www/test/css_whitespace.html b/htdocs/dompdf/www/test/css_whitespace.html new file mode 100644 index 000000000..5d9ef8882 --- /dev/null +++ b/htdocs/dompdf/www/test/css_whitespace.html @@ -0,0 +1,113 @@ + + + + + + CSS white-space property + + + + + + +
      +

      CSS white-space property

      +

      Given this CSS code:

      +
      +p {
      +  width:100px;
      +  background-color:orange;
      +  margin:10px 0;
      +  font-family:monospace;
      +}
      +
      +

      and this HTML code:

      +
      +<p>
      +P
      +  A
      +    R
      +      A
      +        G
      +          R
      +            A
      +              P
      +                H
      +</p>
      +
      +

      Depending on the white-space property, the resulting presentation will be:

      +
      +

      normal

      +

      +P + A + R + A + G + R + A + P + H +

      +
      +

      nowrap

      +

      +P + A + R + A + G + R + A + P + H +

      +
      +

      pre

      +

      +P + A + R + A + G + R + A + P + H +

      +
      +

      pre-wrap

      +

      +P + A + R + A + G + R + A + P + H +

      +
      +

      pre-line

      +

      +P + A + R + A + G + R + A + P + H +

      + +
      + + + diff --git a/htdocs/dompdf/www/test/css_word_wrap.html b/htdocs/dompdf/www/test/css_word_wrap.html new file mode 100644 index 000000000..b0b1853d8 --- /dev/null +++ b/htdocs/dompdf/www/test/css_word_wrap.html @@ -0,0 +1,36 @@ + + + + + + + + +

      break-word

      +
      +

      I'm a veeeeeeeerryyyyyy loooooooonggggggg teeeeexxxtttt

      +

      http://www.w3.org/TR/2011/WD-css3-text-20110412/

      +
      + +

      normal

      +
      +

      I'm a veeeeeeeerryyyyyy loooooooonggggggg teeeeexxxtttt

      +

      http://www.w3.org/TR/2011/WD-css3-text-20110412/

      +
      + + + diff --git a/htdocs/dompdf/www/test/css_z_index.html b/htdocs/dompdf/www/test/css_z_index.html new file mode 100644 index 000000000..0c097ae0e --- /dev/null +++ b/htdocs/dompdf/www/test/css_z_index.html @@ -0,0 +1,40 @@ + + + + + z-index + + + + +
      + z-index: 3, order: 1 +
      + +
      + z-index: 2, order: 2 +
      + +
      + z-index: 1, order: 3 +
      + +
      + z-index: auto, order: 1 +
      + +
      + z-index: auto, order: 2 +
      + +
      + z-index: auto, order: 3 +
      + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/demo_01.html b/htdocs/dompdf/www/test/demo_01.html new file mode 100644 index 000000000..d4696381a --- /dev/null +++ b/htdocs/dompdf/www/test/demo_01.html @@ -0,0 +1,214 @@ + + + + + + + + +
      + +
      +
      + +
      + +
      + + + + + +

      SCHEDULE A

      Job: 132-003

      + + + + + + + + + + + + + + + + +
      Job: 132-003Purchasers(s): Palmer
      Created: 2004-08-13Last Change: 2004-08-16 9:28 AM
      Address: 667 Pine Lodge Dr.Legal: N/A
      + + + + + + + + + + +
      Model: FranklinElevation: BSize: 1160 Cu. Ft.Style: Reciprocating
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Standard Items:

      ItemDescriptionQuantityUnit CostTotal
      1Sprockets (13 tooth)50$10.00Ea.$5,000.00
      2Cogs (Cylindrical)45$25.00Ea.$1125.00
      3Gears (15 tooth)32$19.00Ea.$608.00
      4Leaf springs (13 N/m)6$125.00Ea.$750.00
      5Coil springs (6 N/deg)7$11.00Ea.$77.00
      (Tax is not included; it will be collected on closing.)GRAND TOTAL:$7560.00
      + + + + + + + + + + + + + + + + + + + + +
      WITNESS: PURCHASER:X
       Mr. Leland Palmer
      +This change order shall have no force or effect until approved and signed +by an authorizing signing officer of the supplier. Any change or special +request not noted on this document is not contractual. +
      ACCEPTED THIS +  +DAY OF  , +20 . +TWIN PEAKS SUPPLY LTD.

      +PER: +  +
      + +
      + +
      +
      + + + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/dom_anchor_link.html b/htdocs/dompdf/www/test/dom_anchor_link.html new file mode 100644 index 000000000..bc9399ab5 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_anchor_link.html @@ -0,0 +1,210 @@ + + + + + + + + + +

      Lorem ipsum dolor sit amet

      +

      Anchor 1

      + +

      link to anchor3

      +

      dompdf.github.com

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at +odio vitae libero tempus convallis. Cum sociis natoque penatibus et +magnis dis parturient montes, nascetur ridiculus mus. Vestibulum purus +mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, +adipiscing nec, massa. Phasellus vitae felis sed lectus dapibus +facilisis. In ultrices sagittis ipsum. In at est. Integer iaculis +turpis vel magna. Cras eu est. Integer porttitor ligula a +tellus. Curabitur accumsan ipsum a velit. Sed laoreet lectus quis +leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque.

      + +

      Curabitur ut diam eu dui vestibulum pharetra. Nam pellentesque, justo +non hendrerit venenatis, mi orci pretium mi, et vehicula leo arcu quis +diam. Nullam mattis laoreet quam. Morbi mollis sem ut tellus. Nam mi +massa, lobortis eu, sollicitudin et, iaculis et, massa. Maecenas purus +mauris, luctus sit amet, pharetra in, facilisis sit amet, elit. Nullam +vel erat tempus purus molestie suscipit. Vestibulum odio lorem, +sollicitudin non, volutpat sit amet, tincidunt vel, nunc. Nulla quis +ante vestibulum odio feugiat facilisis. Proin lorem nisl, viverra at, +rhoncus quis, semper nec, mi. Donec euismod enim vitae velit. Nulla +sed lectus. Vivamus placerat, lacus sed vehicula sagittis, arcu massa +adipiscing lorem, bibendum luctus nisl tortor vitae leo.

      + +

      Etiam a mauris. Proin justo elit, accumsan sit amet, tempus et, +blandit id, tellus. Morbi varius, nisi id iaculis aliquam, lacus +ligula facilisis velit, ac pharetra ipsum augue a massa. Etiam rhoncus +commodo orci. Mauris ullamcorper sagittis turpis. Nullam magna libero, +sagittis sed, auctor faucibus, accumsan vitae, urna. Pellentesque +volutpat. Aliquam sapien ipsum, eleifend nec, imperdiet vitae, +consectetuer id, quam. Donec a urna. Suspendisse sit amet +velit. Curabitur quis nisi id dui viverra ornare. Sed condimentum enim +quis tortor. Ut condimentum, magna non tempus tincidunt, leo nibh +molestie tellus, vitae convallis dolor ante sed ante. Nunc et +metus. Phasellus ultricies. Fusce faucibus tortor sit amet mauris.

      + +

      Aliquam enim. Duis et diam. Praesent porta, mauris quis pellentesque +volutpat, erat elit vulputate eros, vitae pulvinar augue velit sit +amet sem. Fusce eu urna eu nisi condimentum posuere. Vivamus sed +felis. Duis eget urna vitae eros interdum dignissim. Proin justo eros, +eleifend in, porttitor in, malesuada non, neque. Etiam sed +augue. Nulla sit amet magna. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit. Mauris facilisis. Curabitur massa magna, pulvinar a, +nonummy eget, egestas vitae, mauris. Quisque vel elit sit amet lorem +malesuada facilisis. Vestibulum porta, metus sit amet egestas +interdum, urna justo euismod erat, id tristique urna leo quis +nibh. Morbi non erat.

      + +

      Cras fringilla, nulla id egestas elementum, augue nunc iaculis nibh, +ac adipiscing nibh justo id tortor. Donec vel orci a nisi ultricies +aliquet. Nunc urna quam, adipiscing molestie, vehicula non, +condimentum non, magna. Integer magna. Donec quam metus, pulvinar id, +suscipit eget, euismod ac, orci. Nulla facilisi. Nullam nec +mauris. Morbi in mi. Etiam urna lectus, pulvinar ac, sollicitudin eu, +euismod ac, lectus. Fusce elit. Sed ultricies odio ac felis.

      + +

      Cras iaculis. Nulla facilisi.

      +

      Anchor 2

      +

      link to anchor1

      +

      Cras iaculis. Nulla facilisi. Fusce vitae arcu. Integer lectus mauris, +ornare vel, accumsan eget, scelerisque vel, nunc. Maecenas justo urna, +volutpat vel, vehicula vel, ullamcorper nec, odio. Suspendisse laoreet +nisi sed erat. Cras convallis sollicitudin sapien. Phasellus ac erat +eu mi rutrum rhoncus. Morbi et velit. Morbi odio nisi, pharetra eget, +sollicitudin sed, aliquam at, nisl. Quisque euismod diam in +sapien. Integer accumsan urna in risus.

      + +

      Proin sit amet nisl. Phasellus dui ipsum, laoreet a, pulvinar id, +fringilla ut, libero. In hac habitasse platea dictumst. Maecenas mi +magna, cursus sed, rutrum eget, molestie nec, dui. Suspendisse +lacus. Vivamus nibh urna, accumsan sit amet, gravida sed, convallis a, +leo. Cras sollicitudin orci sit amet eros. Pellentesque eu odio et +velit tempor dignissim. Morbi vehicula malesuada enim. Pellentesque +tincidunt, tellus ac fringilla tempor, justo libero interdum nunc, eu +sollicitudin tortor augue nec tellus. Nullam eget leo quis tellus +gravida faucibus. Nam gravida. Curabitur rhoncus egestas +nunc. Curabitur mollis, nisi sed suscipit gravida, enim felis interdum +justo, vel accumsan magna nunc ut libero. Ut fermentum. Fusce luctus, +est sit amet feugiat lobortis, nisl eros bibendum libero, ut suscipit +felis ligula in massa. Proin congue elit et nisi. Cras ac nisl. Nunc +ullamcorper neque vel diam.

      + +

      Ut pellentesque arcu ac lectus.

      +

      Sed ac lorem. Ut pellentesque arcu ac lectus. Cum sociis natoque +penatibus et magnis dis parturient montes, nascetur ridiculus +mus. Pellentesque ultrices metus sollicitudin pede. Donec fermentum +est a velit fringilla mollis. Duis ligula. Fusce viverra laoreet +odio. Suspendisse sit amet ligula. Maecenas nunc velit, sagittis eu, +bibendum eu, placerat at, nibh. Praesent ut erat eget nisi gravida +imperdiet. Quisque vitae sapien. Ut eros.

      + +

      Donec eros ligula, dignissim vel, ultricies id, mattis in, massa. Duis +lobortis dui nec orci. Sed ullamcorper metus non massa. Aliquam eget +mauris ac nulla elementum posuere. Sed porta, augue vitae rhoncus +aliquet, felis quam eleifend est, vitae rutrum metus arcu vel +lorem. Proin laoreet, mauris sit amet aliquet eleifend, nisl sem +molestie nisi, eu varius eros ligula non erat. Integer ac +sem. Suspendisse lectus. Aliquam erat volutpat. Fusce sit amet leo +faucibus erat molestie ultrices. Maecenas lacinia lectus eget +dui. Etiam porta porttitor ante. Phasellus sit amet lacus adipiscing +enim mollis iaculis. Fusce congue, nulla a commodo aliquam, erat dui +fermentum dui, pellentesque faucibus orci enim at mauris. Pellentesque +a diam porta magna tempor posuere. Donec lorem.

      + +

      Sed viverra aliquam turpis. Aliquam lacus. Duis id massa. Nullam +ante. Suspendisse condimentum. Donec adipiscing, felis vel semper +sollicitudin, lacus justo pretium est, sed blandit pede risus eu +ante. Praesent ante nulla, fringilla id, ultrices et, feugiat a, +metus. Proin ac velit a metus suscipit fermentum. Integer aliquet. Sed +sapien nulla, placerat at, rutrum at, condimentum quis, libero. In +accumsan, tellus nec tincidunt malesuada, pede arcu commodo ipsum, ac +mattis tortor urna vitae enim. Aenean nonummy, mauris eget commodo +bibendum, augue sem ultrices nunc, eget rhoncus metus erat placerat +lectus. Aliquam mollis lectus in justo. Vivamus iaculis lacus sit amet +ligula. Etiam consectetuer convallis diam. Curabitur sollicitudin, +felis eu vehicula scelerisque, nisl urna aliquam orci, sit amet +laoreet mi turpis id ligula. Donec at enim non nulla adipiscing +dapibus. Aenean nisl.

      + +

      Ut in lacus nec enim volutpat pellentesque. Integer euismod. In odio +eros, malesuada in, mattis vel, tempor nec, sem. In libero tellus, +varius vitae, bibendum in, elementum quis, nisl. Duis tortor. Etiam at +justo. Pellentesque facilisis mauris non nunc. Praesent eros mi, +dapibus eget, placerat ac, lobortis quis, sem. Nulla rhoncus +turpis. Nulla vitae mi. Proin id massa. Nunc eros.

      + +

      Aliquam molestie pulvinar ligula.

      +

      Anchor 3

      +

      link to anchor2

      +

      Vestibulum dui risus, varius ut, semper et, consequat ultrices, +felis. Pellentesque iaculis urna in velit. Ut pharetra. Nunc +fringilla, nisi vitae fringilla placerat, enim justo semper erat, +mollis feugiat leo neque eu sem. Vestibulum orci urna, suscipit a, +accumsan nec, fringilla in, risus. Nullam ante. Nullam nec +eros. Nullam varius. Nulla facilisi. In auctor libero in +metus. Aliquam porttitor congue eros. Nulla facilisi. Mauris euismod +turpis ut felis. Ut nunc nisl, cursus quis, eleifend at, viverra +bibendum, lacus. Donec consequat lacus eu sapien. Fusce pulvinar +lectus quis nunc. In hac habitasse platea dictumst.

      + +

      Aliquam molestie pulvinar ligula. Maecenas imperdiet, urna eget +ultrices adipiscing, nibh ante elementum neque, id molestie massa quam +ut nunc. Nullam porta. Phasellus a magna in sem volutpat +viverra. Quisque aliquet nunc ac turpis. Mauris dolor enim, viverra +rutrum, placerat et, laoreet et, justo. In id nulla. Donec +erat. Phasellus nec mi sed velit mollis cursus. Vestibulum +tincidunt. Praesent dui libero, facilisis eu, vulputate eget, aliquet +nec, ipsum. Pellentesque in nisl in mauris pretium euismod.

      + + diff --git a/htdocs/dompdf/www/test/dom_br.html b/htdocs/dompdf/www/test/dom_br.html new file mode 100644 index 000000000..2402bf858 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_br.html @@ -0,0 +1,46 @@ + + + + + +

      Line break test

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at +odio vitae libero tempus convallis. Cum sociis natoque penatibus et +magnis dis parturient montes, nascetur ridiculus mus. Vestibulum purus +mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel,
      +adipiscing nec, massa. Phasellus vitae felis sed lectus dapibus +facilisis. In ultrices sagittis ipsum. In at est. Integer iaculis +turpis vel magna. Cras eu est. Integer porttitor ligula a +
      +
      +tellus. Curabitur accumsan ipsum a velit. Sed laoreet lectus quis +leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque.

      + +

      Line break at beginning of next paragraph:

      +


      +Line 2

      + +

      Line break within a font tag: +ABCDE
      FGHIJK

      + +

      Line break within two nested spans: span 1 2
      break

      + +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at +odio vitae libero tempus convallis. Cum sociis natoque penatibus et +magnis dis parturient montes, nascetur ridiculus mus. Vestibulum purus +mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel,
      +adipiscing nec, massa. Phasellus vitae felis sed lectus dapibus +facilisis. In ultrices sagittis ipsum. In at est. Integer iaculis +turpis vel magna. Cras eu est. Integer porttitor ligula a +
      +
      +tellus. Curabitur accumsan ipsum a velit. Sed laoreet lectus quis +leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque.

      + + + diff --git a/htdocs/dompdf/www/test/dom_form_fieldset.html b/htdocs/dompdf/www/test/dom_form_fieldset.html new file mode 100644 index 000000000..7df43970c --- /dev/null +++ b/htdocs/dompdf/www/test/dom_form_fieldset.html @@ -0,0 +1,34 @@ + + + + +Insert title here + + +
      + legend +
      +
      +
      +
      +
      +
      +
      +
      +
      + << input type hidden
      + << input type image
      +
      +
      +
      +
      +
      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/dom_large_table.html b/htdocs/dompdf/www/test/dom_large_table.html new file mode 100644 index 000000000..0bf544970 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_large_table.html @@ -0,0 +1,2198 @@ + + + + + + + + + + + + + + + +
      +

      SCHEDULE A

      +
      +

      404-135 - Schedule A

      +APPROVED: 2004-11-18 +
      + + + + + + + + + + + + + + + + + + + + + + + + +
      Job:404-135Purchasers: +Komant
      Created:2004-09-28Last change:2004-11-18
      Job address:2904-26 StreetLegal:28B/22/032-5210
      + + + + + + + + + + + + + +
      Model:Elevation:Size:Style:
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      ItemDescriptionQuantityUnit CostTotal
      Standard items:
      1add bank of drawers - to bathroom vanity2$125.00Ea.$250.00
      2add sweep outlet - central vac1$100.00Ea.$100.00
      3run central vac rough in to attached garage c/w separate circuit1$120.00Ea.$120.00
      4add fan to FIREPLACE1$195.00Ea.$195.00
      5upgrade to laminate flooring - Entire Main Floor1$2,400.00Ea.$2,400.00
      6upgrade oh door to insulated (9ft)1$95.00Ea.$95.00
      7change upper stairwell ledge to painted MDF1$45.00Ea.$45.00
      8upgrade standard door to pocket door1$145.00Ea.$145.00
      9add RIDP1$400.00Ea.$400.00
      Standard items:
      1add bank of drawers - to bathroom vanity2$125.00Ea.$250.00
      2add sweep outlet - central vac1$100.00Ea.$100.00
      3run central vac rough in to attached garage c/w separate circuit1$120.00Ea.$120.00
      4add fan to FIREPLACE1$195.00Ea.$195.00
      5upgrade to laminate flooring - Entire Main Floor1$2,400.00Ea.$2,400.00
      6upgrade oh door to insulated (9ft)1$95.00Ea.$95.00
      7change upper stairwell ledge to painted MDF1$45.00Ea.$45.00
      8upgrade standard door to pocket door1$145.00Ea.$145.00
      9add RIDP1$400.00Ea.$400.00
      Custom items:
      1upgrade to brushed chrome hardware 1$195.00Ea.$195.00
      2box out FIREPLACE as per plan attached1$250.00Ea.$250.00
      3reduce WIC size by 6" to 8" to allow for large vanity ensuite1$0.00Ea.$0.00
      4add gas line to basement for future gas FP1$300.00Ea.$300.00
      5add pocket dorr to ensuite joining WIC and Ensuite. Delete 2 existing doors1$0.00Ea.$0.00
      6Main floor to be ISLAND Kitchen design1$0.00Ea.$0.00
      7price adjustment1($0.37)Ea.($0.37)
      Custom items:
      1upgrade to brushed chrome hardware 1$195.00Ea.$195.00
      2box out FIREPLACE as per plan attached1$250.00Ea.$250.00
      3reduce WIC size by 6" to 8" to allow for large vanity ensuite1$0.00Ea.$0.00
      4add gas line to basement for future gas FP1$300.00Ea.$300.00
      5add pocket dorr to ensuite joining WIC and Ensuite. Delete 2 existing doors1$0.00Ea.$0.00
      (GST is not included)   +Grand total:$4,494.63
      + + + + + + + + + + + +
      WITNESS: PURCHASER:X
        + Tammy Komant
      +

      This change order shall have no force or effect until approved and signed +by an authorizing signing officer of the Builder. Any change or special +request not noted on this document is not contractual.

      + + + + + + + + +
      ACCEPTED THIS +18 DAY OF NOVEMBER, 2004 +LINCOLNBERG COMMUNITIES

      +PER: +Keith Jansen +
      +
      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/dom_long_table.php b/htdocs/dompdf/www/test/dom_long_table.php new file mode 100644 index 000000000..86cf2391c --- /dev/null +++ b/htdocs/dompdf/www/test/dom_long_table.php @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + +" . ($i * $j) . "\n"; +} +?> + + +
      Header
      Footer
      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/dom_nbsp.html b/htdocs/dompdf/www/test/dom_nbsp.html new file mode 100644 index 000000000..a47a29493 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_nbsp.html @@ -0,0 +1,29 @@ + + + + Non-breaking space + + + +

      Non-breaking space representations:

      + + + + + +
      Non-breaking space character 
      &nbsp; 
      &#160; 
      &#xA0; 
      +

      With non-breaking space:  a  b  c 

      +

      Without non-breaking space: a b c

      +
      + no wrap + no wrap + no wrap + no wrap + no wrap + no wrap + no wrap + no wrap +
      + + diff --git a/htdocs/dompdf/www/test/dom_nested_table.html b/htdocs/dompdf/www/test/dom_nested_table.html new file mode 100644 index 000000000..c141ad283 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_nested_table.html @@ -0,0 +1,62 @@ + + + + + + + + + + + +
      + + + + + + + +
      foo
      bar
      +
      + + + + + + + + + + +
      + + + + + + + + +
      + + + + + + + + +
      a
      bc
      +
      d
      e
      +
      f
      gh
      + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/dom_ol.html b/htdocs/dompdf/www/test/dom_ol.html new file mode 100644 index 000000000..2957cb80a --- /dev/null +++ b/htdocs/dompdf/www/test/dom_ol.html @@ -0,0 +1,162 @@ + + + + + + + + + +

      none

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      decimal

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      lower-alpha

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      lower-latin

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      lower-roman

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      lower-greek

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      upper-alpha

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      upper-latin

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      upper-roman

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      Advanced

      +
        +
      1. Item 1
      2. +
      3. Item 2 +
          +
        1. Item 1 +
            +
          1. Item 1
          2. +
          3. Item 2
          4. +
          5. Item 3
          6. +
          +
        2. +
        3. Item 2
        4. +
        5. Item 3 +
            +
          1. Item 1
          2. +
          3. Item 2
          4. +
          5. Item 3
          6. +
          +
        6. +
        +
      4. +
      5. Item 3
      6. +
      + +

      "start" attribute (8)

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      "value" attributes (1, 5, none)

      +
        +
      1. Item 1
      2. +
      3. Item 2
      4. +
      5. Item 3
      6. +
      + +

      decimal-leading-zero

      +
        +
      1. Item #
      2. +
      3. Item #
      4. +
      5. Item #
      6. +
      7. Item #
      8. +
      9. Item #
      10. +
      11. Item #
      12. +
      13. Item #
      14. +
      15. Item #
      16. +
      17. Item #
      18. +
      19. Item #
      20. +
      21. Item #
      22. +
      23. Item #
      24. +
      25. Item #
      26. +
      27. Item #
      28. +
      29. Item #
      30. +
      31. Item #
      32. +
      33. Item #
      34. +
      35. Item #
      36. +
      37. Item #
      38. +
      39. Item #
      40. +
      41. Item #
      42. +
      43. Item #
      44. +
      45. Item #
      46. +
      47. Item #
      48. +
      49. Item #
      50. +
      51. Item #
      52. +
      + + + diff --git a/htdocs/dompdf/www/test/dom_simple_ul.html b/htdocs/dompdf/www/test/dom_simple_ul.html new file mode 100644 index 000000000..1d6bd9598 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_simple_ul.html @@ -0,0 +1,39 @@ + + + + + + + + +

      Here's a simple list from my favourite website:

      + +
        +
      • The Zend Engine II with a new object model and dozens of new features.
      • + +
      • XML support has been completely redone in PHP 5, all extensions are + now focused around the excellent libxml2 library + (http://www.xmlsoft.org/).
      • + +
      • A new SimpleXML extension for easily accessing and manipulating XML + as PHP objects. It can also interface with the DOM extension and + vice-versa.
      • + +
      • A brand new built-in SOAP extension for interoperability with Web Services.
      • + +
      • A new MySQL extension named MySQLi for developers using MySQL 4.1 and + later. This new extension includes an object-oriented interface in + addition to a traditional interface; as well as support for many of + MySQL's new features, such as prepared statements.
      • + +
      • SQLite has been bundled with PHP. For more information on SQLite, + please visit their website.
      • + +
      • Streams have been greatly improved, including the ability to access low-level socket operations on streams.
      • + +
      • And lots more...
      • + +
        • Sublists
        • work
        • too!
        +
      + + diff --git a/htdocs/dompdf/www/test/dom_table.html b/htdocs/dompdf/www/test/dom_table.html new file mode 100644 index 000000000..1997cbd2e --- /dev/null +++ b/htdocs/dompdf/www/test/dom_table.html @@ -0,0 +1,108 @@ + + + + + + + + + + +border-collapse: separate + + + + + + + + + + + + + + + + + + + + + + + + +
      head 1head 2head 3head 4
      cell 1cell 2cell 3
      cell 4cell 5
      cell 6
      cell 7
      + +border-collapse: collapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      head 1head 2head 3head 4
      cell 1cell 2cell 3cell 4
      cell 5cell 6cell 7
      cell 8cell 9cell 10
      cell 11
      + + + diff --git a/htdocs/dompdf/www/test/dom_table_image.html b/htdocs/dompdf/www/test/dom_table_image.html new file mode 100644 index 000000000..f563a3805 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_table_image.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + +
      Some Text
      More TextBlah
      + + + diff --git a/htdocs/dompdf/www/test/dom_ul.html b/htdocs/dompdf/www/test/dom_ul.html new file mode 100644 index 000000000..7d64ec732 --- /dev/null +++ b/htdocs/dompdf/www/test/dom_ul.html @@ -0,0 +1,312 @@ + + + + + + + + +
        +
      • Item 1
      • +
      • Item 2
      • +
      • Item 3
      • +
        • Sub 1
        • +
        • Sub 2
        • +
        • Sub 3
        • +
        +
      + +
        +
      • Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at +odio vitae libero tempus convallis. Cum sociis natoque penatibus et +magnis dis parturient montes, nascetur ridiculus mus. Vestibulum purus +mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, +adipiscing nec, massa. Phasellus vitae felis sed lectus dapibus +facilisis. In ultrices sagittis ipsum. In at est. Integer iaculis +turpis vel magna. Cras eu est. Integer porttitor ligula a +tellus. Curabitur accumsan ipsum a velit. Sed laoreet lectus quis +leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque.
      • +
      • Curabitur ut diam eu dui vestibulum pharetra. Nam pellentesque, justo +non hendrerit venenatis, mi orci pretium mi, et vehicula leo arcu quis +diam. Nullam mattis laoreet quam. Morbi mollis sem ut tellus. Nam mi +massa, lobortis eu, sollicitudin et, iaculis et, massa. Maecenas purus +mauris, luctus sit amet, pharetra in, facilisis sit amet, elit. Nullam +vel erat tempus purus molestie suscipit. Vestibulum odio lorem, +sollicitudin non, volutpat sit amet, tincidunt vel, nunc. Nulla quis +ante vestibulum odio feugiat facilisis. Proin lorem nisl, viverra at, +rhoncus quis, semper nec, mi. Donec euismod enim vitae velit. Nulla +sed lectus. Vivamus placerat, lacus sed vehicula sagittis, arcu massa +adipiscing lorem, bibendum luctus nisl tortor vitae leo.
      • +
      • Inside. Aliquam enim. Duis et diam. Praesent porta, mauris quis pellentesque +volutpat, erat elit vulputate eros, vitae pulvinar augue velit sit +amet sem. Fusce eu urna eu nisi condimentum posuere. Vivamus sed +felis. Duis eget urna vitae eros interdum dignissim. Proin justo eros, +eleifend in, porttitor in, malesuada non, neque. Etiam sed +augue. Nulla sit amet magna. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit. Mauris facilisis. Curabitur massa magna, pulvinar a, +nonummy eget, egestas vitae, mauris. Quisque vel elit sit amet lorem +malesuada facilisis. Vestibulum porta, metus sit amet egestas +interdum, urna justo euismod erat, id tristique urna leo quis +nibh. Morbi non erat.
      • +
      + +
        +
      • Item 1 disc
      • +
      • Item 2 disc
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 disc
      • +
      + +
        +
      • Item 1 circle
      • +
      • Item 2 circle
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 circle
      • +
      + +
        +
      • Item 1 square
      • +
      • Item 2 square
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 square
      • +
      + +
        +
      • Item 1 image
      • +
      • Item 2 image
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 image
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Outside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 7 noimage
      • + +
          +
        • sub Item 1 image
        • +
        • sub Item 2 image
        • +
        • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        • Outside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        • sub Item 5 noimage
        • +
        + +
      + +
        +
      • Item 1 missing image - fallback square
      • +
      • Item 2 missing image - fallback square
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 missing image - fallback square
      • +
      + +
        +
      • Item 1 nobullet
      • +
      • Item 2 nobullet
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 nobullet
      • +
      + +
        +
      • Item 1 missing image - fallback none
      • +
      • Item 2 missing image - fallback none
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 missing image - fallback none
      • +
      + +
        +
      • Item 1 bigimage
      • +
      • Item 2 bigimage
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Item 4 bigimage
      • +
      + +
        +
      • margin Item 1 image
      • +
      • margin Item 2 image
      • +
      • Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • margin Item 4 image
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • Outside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
      • margin Item 7 noimage
      • + +
          +
        • margin sub Item 1 image
        • +
        • margin sub Item 2 image
        • +
        • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        • Outside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        • margin sub Item 5 noimage
        • +
        + +
      + +
        +
      • padding Item 1 image
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
          +
        • padding sub Item 1 image
        • +
        • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        +
      + +
        +
      • margin Item 1 square
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
          +
        • margin sub Item 1 square
        • +
        • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        +
      + +
        +
      • padding Item 1 square
      • +
      • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
      • +
          +
        • padding sub Item 1 square
        • +
        • Inside. Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, +sed diam nonumy eirmod tempor invidunt ut labore et dolore magna +aliquyam erat, sed diam voluptua. At vero eos et accusam et justo +duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata +sanctus est Lorem ipsum dolor sit amet.
        • +
        +
      + +

      combined list attributes list-style

      + +
        +
      • list-style:square inside url(dummy.png);
      • +
      • list-style:outside;[overwrites only position]
      • +
      +
        +
      • list-style:square inside url(images/png.png);
      • +
      • list-style-position:outside;[overwrites only position]
      • +
      • list-style-position:outside;[overwrite attributes - firefox3: all; dompdf, internet explorer 8: only position]
      • +
      • list-style:none; [resets both, bullet and image]
      • +
      + + + diff --git a/htdocs/dompdf/www/test/encoding_entities.html b/htdocs/dompdf/www/test/encoding_entities.html new file mode 100644 index 000000000..1b7fc6b37 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_entities.html @@ -0,0 +1,14 @@ + + + + + + +

      é © « avoir et être α β

      +

      é © « avoir et être α β

      + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/encoding_latin1.html b/htdocs/dompdf/www/test/encoding_latin1.html new file mode 100644 index 000000000..a0468db1d --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_latin1.html @@ -0,0 +1,1162 @@ + + + + +HTML 4.0 Latin-1 Entities + + + + + + +

      Latin-1 Entities

      + +

      The following table gives the character entity reference, decimal +character reference, and hexadecimal character reference for 8-bit +characters in the Latin-1 (ISO-8859-1) character set, as well as the +rendering of each in your browser. Glyphs of the characters are +available at the Unicode +Consortium.

      + +

      Browser support is generally best for the decimal character +references, except for the accented characters (decimal 192-214, +216-246, 248-255), where the character entity references hold a slight +edge.

      + +

      Note that most Mac browsers will render fourteen Latin-1 characters +incorrectly. These characters are decimal 166, 178, 179, 185, 188, +189, 190, 208, 215, 221, 222, 240, 253, and 254. See ISO-8859-1 +and the Mac platform for more information.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CharacterEntityDecimalHexRendering in Your Browser
      EntityDecimalHex
      no-break space = non-breaking space&nbsp;&#160;&#xA0;   
      inverted exclamation mark&iexcl;&#161;&#xA1;¡¡¡
      cent sign&cent;&#162;&#xA2;¢¢¢
      pound sign&pound;&#163;&#xA3;£££
      currency sign&curren;&#164;&#xA4;¤¤¤
      yen sign = yuan sign&yen;&#165;&#xA5;¥¥¥
      broken bar = broken vertical bar&brvbar;&#166;&#xA6;¦¦¦
      section sign&sect;&#167;&#xA7;§§§
      diaeresis = spacing diaeresis&uml;&#168;&#xA8;¨¨¨
      copyright sign&copy;&#169;&#xA9;©©©
      feminine ordinal indicator&ordf;&#170;&#xAA;ªªª
      left-pointing double angle quotation mark = left pointing guillemet&laquo;&#171;&#xAB;«««
      not sign&not;&#172;&#xAC;¬¬¬
      soft hyphen = discretionary hyphen&shy;&#173;&#xAD;­­­
      registered sign = registered trade mark sign&reg;&#174;&#xAE;®®®
      macron = spacing macron = overline = APL overbar&macr;&#175;&#xAF;¯¯¯
      degree sign&deg;&#176;&#xB0;°°°
      plus-minus sign = plus-or-minus sign&plusmn;&#177;&#xB1;±±±
      superscript two = superscript digit two = squared&sup2;&#178;&#xB2;²²²
      superscript three = superscript digit three = cubed&sup3;&#179;&#xB3;³³³
      acute accent = spacing acute&acute;&#180;&#xB4;´´´
      micro sign&micro;&#181;&#xB5;µµµ
      pilcrow sign = paragraph sign&para;&#182;&#xB6;
      middle dot = Georgian comma = Greek middle dot&middot;&#183;&#xB7;···
      cedilla = spacing cedilla&cedil;&#184;&#xB8;¸¸¸
      superscript one = superscript digit one&sup1;&#185;&#xB9;¹¹¹
      masculine ordinal indicator&ordm;&#186;&#xBA;ººº
      right-pointing double angle quotation mark = right pointing guillemet&raquo;&#187;&#xBB;»»»
      vulgar fraction one quarter = fraction one quarter&frac14;&#188;&#xBC;¼¼¼
      vulgar fraction one half = fraction one half&frac12;&#189;&#xBD;½½½
      vulgar fraction three quarters = fraction three quarters&frac34;&#190;&#xBE;¾¾¾
      inverted question mark = turned question mark&iquest;&#191;&#xBF;¿¿¿
      Latin capital letter A with grave = Latin capital letter A grave&Agrave;&#192;&#xC0;ÀÀÀ
      Latin capital letter A with acute&Aacute;&#193;&#xC1;ÁÁÁ
      Latin capital letter A with circumflex&Acirc;&#194;&#xC2;ÂÂÂ
      Latin capital letter A with tilde&Atilde;&#195;&#xC3;ÃÃÃ
      Latin capital letter A with diaeresis&Auml;&#196;&#xC4;ÄÄÄ
      Latin capital letter A with ring above = Latin capital letter A ring&Aring;&#197;&#xC5;ÅÅÅ
      Latin capital letter AE = Latin capital ligature AE&AElig;&#198;&#xC6;ÆÆÆ
      Latin capital letter C with cedilla&Ccedil;&#199;&#xC7;ÇÇÇ
      Latin capital letter E with grave&Egrave;&#200;&#xC8;ÈÈÈ
      Latin capital letter E with acute&Eacute;&#201;&#xC9;ÉÉÉ
      Latin capital letter E with circumflex&Ecirc;&#202;&#xCA;ÊÊÊ
      Latin capital letter E with diaeresis&Euml;&#203;&#xCB;ËËË
      Latin capital letter I with grave&Igrave;&#204;&#xCC;ÌÌÌ
      Latin capital letter I with acute&Iacute;&#205;&#xCD;ÍÍÍ
      Latin capital letter I with circumflex&Icirc;&#206;&#xCE;ÎÎÎ
      Latin capital letter I with diaeresis&Iuml;&#207;&#xCF;ÏÏÏ
      Latin capital letter ETH&ETH;&#208;&#xD0;ÐÐÐ
      Latin capital letter N with tilde&Ntilde;&#209;&#xD1;ÑÑÑ
      Latin capital letter O with grave&Ograve;&#210;&#xD2;ÒÒÒ
      Latin capital letter O with acute&Oacute;&#211;&#xD3;ÓÓÓ
      Latin capital letter O with circumflex&Ocirc;&#212;&#xD4;ÔÔÔ
      Latin capital letter O with tilde&Otilde;&#213;&#xD5;ÕÕÕ
      Latin capital letter O with diaeresis&Ouml;&#214;&#xD6;ÖÖÖ
      multiplication sign&times;&#215;&#xD7;×××
      Latin capital letter O with stroke = Latin capital letter O slash&Oslash;&#216;&#xD8;ØØØ
      Latin capital letter U with grave&Ugrave;&#217;&#xD9;ÙÙÙ
      Latin capital letter U with acute&Uacute;&#218;&#xDA;ÚÚÚ
      Latin capital letter U with circumflex&Ucirc;&#219;&#xDB;ÛÛÛ
      Latin capital letter U with diaeresis&Uuml;&#220;&#xDC;ÜÜÜ
      Latin capital letter Y with acute&Yacute;&#221;&#xDD;ÝÝÝ
      Latin capital letter THORN&THORN;&#222;&#xDE;ÞÞÞ
      Latin small letter sharp s = ess-zed&szlig;&#223;&#xDF;ßßß
      Latin small letter a with grave = Latin small letter a grave&agrave;&#224;&#xE0;ààà
      Latin small letter a with acute&aacute;&#225;&#xE1;ááá
      Latin small letter a with circumflex&acirc;&#226;&#xE2;âââ
      Latin small letter a with tilde&atilde;&#227;&#xE3;ããã
      Latin small letter a with diaeresis&auml;&#228;&#xE4;äää
      Latin small letter a with ring above = Latin small letter a ring&aring;&#229;&#xE5;ååå
      Latin small letter ae = Latin small ligature ae&aelig;&#230;&#xE6;æææ
      Latin small letter c with cedilla&ccedil;&#231;&#xE7;ççç
      Latin small letter e with grave&egrave;&#232;&#xE8;èèè
      Latin small letter e with acute&eacute;&#233;&#xE9;ééé
      Latin small letter e with circumflex&ecirc;&#234;&#xEA;êêê
      Latin small letter e with diaeresis&euml;&#235;&#xEB;ëëë
      Latin small letter i with grave&igrave;&#236;&#xEC;ììì
      Latin small letter i with acute&iacute;&#237;&#xED;ííí
      Latin small letter i with circumflex&icirc;&#238;&#xEE;îîî
      Latin small letter i with diaeresis&iuml;&#239;&#xEF;ïïï
      Latin small letter eth&eth;&#240;&#xF0;ððð
      Latin small letter n with tilde&ntilde;&#241;&#xF1;ñññ
      Latin small letter o with grave&ograve;&#242;&#xF2;òòò
      Latin small letter o with acute&oacute;&#243;&#xF3;óóó
      Latin small letter o with circumflex&ocirc;&#244;&#xF4;ôôô
      Latin small letter o with tilde&otilde;&#245;&#xF5;õõõ
      Latin small letter o with diaeresis&ouml;&#246;&#xF6;ööö
      division sign&divide;&#247;&#xF7;÷÷÷
      Latin small letter o with stroke = Latin small letter o slash&oslash;&#248;&#xF8;øøø
      Latin small letter u with grave&ugrave;&#249;&#xF9;ùùù
      Latin small letter u with acute&uacute;&#250;&#xFA;úúú
      Latin small letter u with circumflex&ucirc;&#251;&#xFB;ûûû
      Latin small letter u with diaeresis&uuml;&#252;&#xFC;üüü
      Latin small letter y with acute&yacute;&#253;&#xFD;ýýý
      Latin small letter thorn&thorn;&#254;&#xFE;þþþ
      Latin small letter y with diaeresis&yuml;&#255;&#xFF;ÿÿÿ
      + + + + diff --git a/htdocs/dompdf/www/test/encoding_special.html b/htdocs/dompdf/www/test/encoding_special.html new file mode 100644 index 000000000..5f9b42d10 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_special.html @@ -0,0 +1,570 @@ + + + + +HTML 4.0 Special Entities + + + + + + + + +

      Special Entities

      +

      The following table gives the character entity reference, decimal character reference, and hexadecimal character reference for markup-significant and internationalization characters, as well as the rendering of each in your browser. Glyphs of the characters are available at the Unicode Consortium.

      +

      With the exception of HTML 2.0's &quot;, &amp;, &lt;, and &gt;, browser support for these entities is generally quite poor, but recent browsers support some of the character entity references and decimal character references.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CharacterEntityDecimalHexRendering in Your Browser
      EntityDecimalHex
      quotation mark = APL quote&quot;&#34;&#x22;"""
      ampersand&amp;&#38;&#x26;&&&
      less-than sign&lt;&#60;&#x3C;<<<
      greater-than sign&gt;&#62;&#x3E;>>>
      Latin capital ligature OE&OElig;&#338;&#x152;ŒŒŒ
      Latin small ligature oe&oelig;&#339;&#x153;œœœ
      Latin capital letter S with caron&Scaron;&#352;&#x160;ŠŠŠ
      Latin small letter s with caron&scaron;&#353;&#x161;ššš
      Latin capital letter Y with diaeresis&Yuml;&#376;&#x178;ŸŸŸ
      modifier letter circumflex accent&circ;&#710;&#x2C6;ˆˆˆ
      small tilde&tilde;&#732;&#x2DC;˜˜˜
      en space&ensp;&#8194;&#x2002;
      em space&emsp;&#8195;&#x2003;
      thin space&thinsp;&#8201;&#x2009;
      zero width non-joiner&zwnj;&#8204;&#x200C;
      zero width joiner&zwj;&#8205;&#x200D;
      left-to-right mark&lrm;&#8206;&#x200E;
      right-to-left mark&rlm;&#8207;&#x200F;
      en dash&ndash;&#8211;&#x2013;
      em dash&mdash;&#8212;&#x2014;
      left single quotation mark&lsquo;&#8216;&#x2018;
      right single quotation mark&rsquo;&#8217;&#x2019;
      single low-9 quotation mark&sbquo;&#8218;&#x201A;
      left double quotation mark&ldquo;&#8220;&#x201C;
      right double quotation mark&rdquo;&#8221;&#x201D;
      double low-9 quotation mark&bdquo;&#8222;&#x201E;
      dagger&dagger;&#8224;&#x2020;
      double dagger&Dagger;&#8225;&#x2021;
      per mille sign&permil;&#8240;&#x2030;
      single left-pointing angle quotation mark&lsaquo;&#8249;&#x2039;
      single right-pointing angle quotation mark&rsaquo;&#8250;&#x203A;
      euro sign&euro;&#8364;&#x20AC;
      + + + + diff --git a/htdocs/dompdf/www/test/encoding_symbols.html b/htdocs/dompdf/www/test/encoding_symbols.html new file mode 100644 index 000000000..381cbe444 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_symbols.html @@ -0,0 +1,1400 @@ + + + + +HTML 4.0 Entities for Symbols and Greek Letters + + + + + + + + + +

      Entities for Symbols and Greek Letters

      +

      The following table gives the character entity reference, decimal character reference, and hexadecimal character reference for symbols and Greek letters, as well as the rendering of each in your browser. Glyphs of the characters are available at the Unicode Consortium.

      +

      Browser support for these entities is generally quite poor, but recent browsers support some of the character entity references and decimal character references.

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      CharacterEntityDecimalHexRendering in Your Browser
      EntityDecimalHex
      Latin small f with hook = function = florin&fnof;&#402;&#x192;ƒƒƒ
      Greek capital letter alpha&Alpha;&#913;&#x391;ΑΑΑ
      Greek capital letter beta&Beta;&#914;&#x392;ΒΒΒ
      Greek capital letter gamma&Gamma;&#915;&#x393;ΓΓΓ
      Greek capital letter delta&Delta;&#916;&#x394;ΔΔΔ
      Greek capital letter epsilon&Epsilon;&#917;&#x395;ΕΕΕ
      Greek capital letter zeta&Zeta;&#918;&#x396;ΖΖΖ
      Greek capital letter eta&Eta;&#919;&#x397;ΗΗΗ
      Greek capital letter theta&Theta;&#920;&#x398;ΘΘΘ
      Greek capital letter iota&Iota;&#921;&#x399;ΙΙΙ
      Greek capital letter kappa&Kappa;&#922;&#x39A;ΚΚΚ
      Greek capital letter lambda&Lambda;&#923;&#x39B;ΛΛΛ
      Greek capital letter mu&Mu;&#924;&#x39C;ΜΜΜ
      Greek capital letter nu&Nu;&#925;&#x39D;ΝΝΝ
      Greek capital letter xi&Xi;&#926;&#x39E;ΞΞΞ
      Greek capital letter omicron&Omicron;&#927;&#x39F;ΟΟΟ
      Greek capital letter pi&Pi;&#928;&#x3A0;ΠΠΠ
      Greek capital letter rho&Rho;&#929;&#x3A1;ΡΡΡ
      Greek capital letter sigma&Sigma;&#931;&#x3A3;ΣΣΣ
      Greek capital letter tau&Tau;&#932;&#x3A4;ΤΤΤ
      Greek capital letter upsilon&Upsilon;&#933;&#x3A5;ΥΥΥ
      Greek capital letter phi&Phi;&#934;&#x3A6;ΦΦΦ
      Greek capital letter chi&Chi;&#935;&#x3A7;ΧΧΧ
      Greek capital letter psi&Psi;&#936;&#x3A8;ΨΨΨ
      Greek capital letter omega&Omega;&#937;&#x3A9;ΩΩΩ
      Greek small letter alpha&alpha;&#945;&#x3B1;ααα
      Greek small letter beta&beta;&#946;&#x3B2;βββ
      Greek small letter gamma&gamma;&#947;&#x3B3;γγγ
      Greek small letter delta&delta;&#948;&#x3B4;δδδ
      Greek small letter epsilon&epsilon;&#949;&#x3B5;εεε
      Greek small letter zeta&zeta;&#950;&#x3B6;ζζζ
      Greek small letter eta&eta;&#951;&#x3B7;ηηη
      Greek small letter theta&theta;&#952;&#x3B8;θθθ
      Greek small letter iota&iota;&#953;&#x3B9;ιιι
      Greek small letter kappa&kappa;&#954;&#x3BA;κκκ
      Greek small letter lambda&lambda;&#955;&#x3BB;λλλ
      Greek small letter mu&mu;&#956;&#x3BC;μμμ
      Greek small letter nu&nu;&#957;&#x3BD;ννν
      Greek small letter xi&xi;&#958;&#x3BE;ξξξ
      Greek small letter omicron&omicron;&#959;&#x3BF;οοο
      Greek small letter pi&pi;&#960;&#x3C0;πππ
      Greek small letter rho&rho;&#961;&#x3C1;ρρρ
      Greek small letter final sigma&sigmaf;&#962;&#x3C2;ςςς
      Greek small letter sigma&sigma;&#963;&#x3C3;σσσ
      Greek small letter tau&tau;&#964;&#x3C4;τττ
      Greek small letter upsilon&upsilon;&#965;&#x3C5;υυυ
      Greek small letter phi&phi;&#966;&#x3C6;φφφ
      Greek small letter chi&chi;&#967;&#x3C7;χχχ
      Greek small letter psi&psi;&#968;&#x3C8;ψψψ
      Greek small letter omega&omega;&#969;&#x3C9;ωωω
      Greek small letter theta symbol&thetasym;&#977;&#x3D1;ϑϑϑ
      Greek upsilon with hook symbol&upsih;&#978;&#x3D2;ϒϒϒ
      Greek pi symbol&piv;&#982;&#x3D6;ϖϖϖ
      bullet = black small circle&bull;&#8226;&#x2022;
      horizontal ellipsis = three dot leader&hellip;&#8230;&#x2026;
      prime = minutes = feet&prime;&#8242;&#x2032;
      double prime = seconds = inches&Prime;&#8243;&#x2033;
      overline = spacing overscore&oline;&#8254;&#x203E;
      fraction slash&frasl;&#8260;&#x2044;
      script capital P = power set = Weierstrass p&weierp;&#8472;&#x2118;
      blackletter capital I = imaginary part&image;&#8465;&#x2111;
      blackletter capital R = real part symbol&real;&#8476;&#x211C;
      trade mark sign&trade;&#8482;&#x2122;
      alef symbol = first transfinite cardinal&alefsym;&#8501;&#x2135;
      leftwards arrow&larr;&#8592;&#x2190;
      upwards arrow&uarr;&#8593;&#x2191;
      rightwards arrow&rarr;&#8594;&#x2192;
      downwards arrow&darr;&#8595;&#x2193;
      left right arrow&harr;&#8596;&#x2194;
      downwards arrow with corner leftwards = carriage return&crarr;&#8629;&#x21B5;
      leftwards double arrow&lArr;&#8656;&#x21D0;
      upwards double arrow&uArr;&#8657;&#x21D1;
      rightwards double arrow&rArr;&#8658;&#x21D2;
      downwards double arrow&dArr;&#8659;&#x21D3;
      left right double arrow&hArr;&#8660;&#x21D4;
      for all&forall;&#8704;&#x2200;
      partial differential&part;&#8706;&#x2202;
      there exists&exist;&#8707;&#x2203;
      empty set = null set = diameter&empty;&#8709;&#x2205;
      nabla = backward difference&nabla;&#8711;&#x2207;
      element of&isin;&#8712;&#x2208;
      not an element of&notin;&#8713;&#x2209;
      contains as member&ni;&#8715;&#x220B;
      n-ary product = product sign&prod;&#8719;&#x220F;
      n-ary sumation&sum;&#8721;&#x2211;
      minus sign&minus;&#8722;&#x2212;
      asterisk operator&lowast;&#8727;&#x2217;
      square root = radical sign&radic;&#8730;&#x221A;
      proportional to&prop;&#8733;&#x221D;
      infinity&infin;&#8734;&#x221E;
      angle&ang;&#8736;&#x2220;
      logical and = wedge&and;&#8743;&#x2227;
      logical or = vee&or;&#8744;&#x2228;
      intersection = cap&cap;&#8745;&#x2229;
      union = cup&cup;&#8746;&#x222A;
      integral&int;&#8747;&#x222B;
      therefore&there4;&#8756;&#x2234;
      tilde operator = varies with = similar to&sim;&#8764;&#x223C;
      approximately equal to&cong;&#8773;&#x2245;
      almost equal to = asymptotic to&asymp;&#8776;&#x2248;
      not equal to&ne;&#8800;&#x2260;
      identical to&equiv;&#8801;&#x2261;
      less-than or equal to&le;&#8804;&#x2264;
      greater-than or equal to&ge;&#8805;&#x2265;
      subset of&sub;&#8834;&#x2282;
      superset of&sup;&#8835;&#x2283;
      not a subset of&nsub;&#8836;&#x2284;
      subset of or equal to&sube;&#8838;&#x2286;
      superset of or equal to&supe;&#8839;&#x2287;
      circled plus = direct sum&oplus;&#8853;&#x2295;
      circled times = vector product&otimes;&#8855;&#x2297;
      up tack = orthogonal to = perpendicular&perp;&#8869;&#x22A5;
      dot operator&sdot;&#8901;&#x22C5;
      left ceiling = APL upstile&lceil;&#8968;&#x2308;
      right ceiling&rceil;&#8969;&#x2309;
      left floor = APL downstile&lfloor;&#8970;&#x230A;
      right floor&rfloor;&#8971;&#x230B;
      left-pointing angle bracket = bra&lang;&#9001;&#x2329;
      right-pointing angle bracket = ket&rang;&#9002;&#x232A;
      lozenge&loz;&#9674;&#x25CA;
      black spade suit&spades;&#9824;&#x2660;
      black club suit = shamrock&clubs;&#9827;&#x2663;
      black heart suit = valentine&hearts;&#9829;&#x2665;
      black diamond suit&diams;&#9830;&#x2666;
      + + + + diff --git a/htdocs/dompdf/www/test/encoding_unicode.html b/htdocs/dompdf/www/test/encoding_unicode.html new file mode 100644 index 000000000..90c210445 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_unicode.html @@ -0,0 +1,8 @@ + + + + + +献给母亲的爱 + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/encoding_unicode_wrapping.html b/htdocs/dompdf/www/test/encoding_unicode_wrapping.html new file mode 100644 index 000000000..8c964d326 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_unicode_wrapping.html @@ -0,0 +1,13 @@ + + + + +Wrapping of non-ANSI characters + + + +No se tendrá en cuenta el hecho de que las partes tengan sus establecimientos en Estados diferentes +cuando ello no resulte del contrato, ni de los tratos entre ellas, ni de información revelada por +las partes en cualquier momento antes de la celebración del contrato o en el momento de su celebración. + + diff --git a/htdocs/dompdf/www/test/encoding_utf-8.html b/htdocs/dompdf/www/test/encoding_utf-8.html new file mode 100644 index 000000000..78aef0949 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_utf-8.html @@ -0,0 +1,793 @@ + + + + + +Unicode (UTF-8) Test + + + + +

      Unicode (UTF-8) test

      + +

      You can use this document to check if your browser and your installed fonts display multilingual HTML documents in Unicode (UTF-8) correctly.

      + +
      + +

      Latin extended

      + +
      +
      Letters with acute
      +
      AÁ aá   CĆ cć   EÉ eé   IÍ ií   LĹ lĺ   NŃ nń   OÓ oó   RŔ rŕ   SŚ sś   UÚ uú   YÝ yý   ZŹ zź
      + +
      Letters with apostrophe (hacek)
      +
      dď   LĽ lľ   tť
      + +
      Letters with breve
      +
      AĂ aă   GĞ gğ   UŬ uŭ
      + +
      Letters with caron (hacek)
      +
      CČ cč   DĎ   EĚ eě   NŇ nň   RŘ rř   SŠ sš   TŤ   ZŽ zž
      + +
      Letters with cedilla (comma)
      +
      CÇ cç   GĢ gģ   KĶ kķ   LĻ lļ   NŅ nņ   RŖ rŗ   SŞ sş   TŢ tţ
      + +
      Letters with circumflex
      +
      AÂ aâ   CĈ cĉ   EÊ eê   GĜ gĝ   HĤ hĥ   IÎ iî   JĴ jĵ   OÔ oô   SŜ sŝ   UÛ uû   WŴ wŵ   YŶ yŷ
      + +
      Letters with diaeresis (umlaut)
      +
      AÄ aä   EË eë   IÏ iï   OÖ oö   UÜ uü   YŸ yÿ
      + +
      Letters with/without dot above
      +
      CĊ cċ   EĖ eė   GĠ gġ   Iİ iı   ZŻ zż
      + +
      Letters with double acute
      +
      OŐ oő   UŰ uű
      + +
      Letters with grave
      +
      AÀ aà   EÈ eè   IÌ iì   OÒ oò   UÙ uù
      + +
      Letters with horn
      +
      OƠ oơ   UƯ uư
      + +
      Letters with macron
      +
      AĀ aā   EĒ eē   IĪ iī   OŌ oō   UŪ uū
      + +
      Letters with ogonek
      +
      AĄ aą   EĘ eę   IĮ iį   UŲ uų
      + +
      Letters with ring above
      +
      AÅ aå   UŮ uů
      + +
      Letters with stroke
      +
      DĐ dđ   HĦ hħ   LŁ lł   OØ oø
      + +
      Letters with tilde
      +
      AÃ aã   NÑ nñ   OÕ oõ
      + +
      Ligatures
      +
      AEÆ aeæ   OEŒ oeœ
      + +
      Eth & Thorn
      +
      DÐ dð   THÞ thþ
      + +
      German sharp s & long s
      +
      ß   ſ
      +
      + +

      Combining diacritical marks
       

      + +
      + +

      Greek

      + +
      +
      Capital letters
      +
      Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω
      + +
      Capital letters with tonos
      +
      Ά   Έ   Ή   Ί   Ό   Ύ   Ώ
      + +
      Capital letters with dialytika
      +
      Ϊ   Ϋ
      + +
      Small letters
      +
      α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σς τ υ φ χ ψ ω
      + +
      Small letters with tonos
      +
      ά   έ   ή   ί   ό   ύ   ώ
      + +
      Small letters with dialytika
      +
      ϊ   ϋ
      + +
      Small letters with dialytika and tonos
      +
      ΐ   ΰ
      +
      + +
      + +

      Cyrillic

      + +
      +
      Russian alphabet
      + +
      А Б В Г Д Е Ё Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я +
      а б в г д е ё ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я
      + +
      Belarussian alphabet
      + +
      А Б В Г Д Е Ё Ж З І Й К Л М Н О П Р С Т У Ў Ф Х Ц Ч Ш Ы Ь Э Ю Я +
      а б в г д е ё ж з і й к л м н о п р с т у ў ф х ц ч ш ы ь э ю я
      + +
      Ukrainian alphabet
      + +
      А Б В Г Ґ Д Е Є Ж З И І Ї Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ь Ю Я +
      а б в г ґ д е є ж з и і ї й к л м н о п р с т у ф х ц ч ш щ ь ю я
      + +
      Bulgarian alphabet
      + +
      А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ь Ю Я +
      а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ь ю я
      + +
      Macedonian alphabet
      + +
      А Б В Г Д Ѓ Е Ж З Ѕ И Ј К Л Љ М Н Њ О П Р С Т Ќ У Ф Х Ц Ч Џ Ш +
      а б в г д ѓ е ж з ѕ и ј к л љ м н њ о п р с т ќ у ф х ц ч џ ш
      + +
      Serbian alphabet
      + +
      А Б В Г Д Ђ Е Ж З И Ј К Л Љ М Н Њ О П Р С Т Ћ У Ф Х Ц Ч Џ Ш +
      а б в г д ђ е ж з и ј к л љ м н њ о п р с т ћ у ф х ц ч џ ш
      + +
      Mongolian alphabet
      + +
      +A B V G D E Ë Zh Z I J K L M N O Ö P R S T U Ü F X C Ch Sh Shh " Y ' E Ju Ja
      +
      А Б В Г Д Е Ё Ж З И Й К Л М Н О Ө П Р С Т У Ү Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я +
      а б в г д е ё ж з и й к л м н о ө п р с т у ү ф х ц ч ш щ ъ ы ь э ю я
      +
      + +
      + +

      Armenian

      + +
      +
      Capital letters
      + +
      a b g d e z ê ă th +  ž i l x c’ k’ h dz ğ +  č’ m j n š o č p’ dž +  rr s v t’ r c w ph kh +  ô f
      +
      +Ա +Բ +Գ +Դ +Ե +Զ +Է +Ը +Թ   +Ժ +Ի +Լ +Խ +Ծ +Կ +Հ +Ձ +Ղ   +Ճ +Մ +Յ +Ն +Շ +Ո +Չ +Պ +Ջ   +Ռ +Ս +Վ +Տ +Ր +Ց +Ւ +Փ +Ք   +Օ +Ֆ +
      + +
      Small letters
      + +
      a b g d e z ê ă th +  ž i l x c’ k’ h dz ğ +  č’ m j n š o č p’ dž +  rr s v t’ r c w ph kh +  ew ô f
      +
      +ա +բ +գ +դ +ե +զ +է +ը +թ   +ժ +ի +լ +խ +ծ +կ +հ +ձ +ղ   +ճ +մ +յ +ն +շ +ո +չ +պ +ջ   +ռ +ս +վ +տ +ր +ց +ւ +փ +ք   +և +օ +ֆ +
      +
      + +
      + +

      Georgian

      + +
      +
      Mxedruli (Mkhedruli) script
      + +
      a b g d e v z th +  i k’ l m n o p’ ž +  r s t’ u ph kh ğ q’ š +  č c dz c’ č’ x dž h
      +
      + + + + + + + +   + + + + + + + +   + + + + + + + + +   + + + + + + + + +
      +
      + +
      + +

      Hebrew

      + +
      +
      Hebrew alphabet
      + +
      ’ v g d h w z H T y xx l mm nn s ‘ ff cc q r S ( š ś ) t
      +
        +א ב ג ד ה ו ז ח ט י כך ל מם נן ס ע פף צץ ק ר ש ( שׁ שׂ ) ת +
      + +
      Letters with dagesh (mappiq)
      + +
      ’ b g d h w z   T y kk l m  n  s   pp c  q r S ( š ś ) t
      +
        +אּ בּ גּ דּ הּ וּ זּ טּ יּ כּךּ לּ מּ נּ סּ פּףּ צּ קּ רּ שּ ( שּׁ שּׂ ) תּ +
      + +
      Yiddish digraphs
      + +
      ww   wy   yy
      +
        +װ ױ ײ +
      + +
      Letters with rafe
      + +
      v   x   f
      +
        +בֿ   +כֿ   +פֿ
      + +
      Vowels with points
      + +
      a   å   o   u   i   ai
      +
        +אַ   +אָ   +וֹ   +וּ   +יִ   +ײַ
      +
      + +
      + +

      Arabic

      + +
      +
      Arabic alphabet
      + +
      ’a a b t þ j H x d ð r z s š S D T Z ‘ ğ f v q k l m n h -t w ÿ y -a
      +
      ـآ آ  + ـا ا  + بـبـب ب  + تـتـت ت  + ثـثـث ث  + جـجـج ج  + حـحـح ح  + خـخـخ خ  + ـد د  + ـذ ذ  + ـر ر  + ـز ز  + سـسـس س  + شـشـش ش  + صـصـص ص  + ضـضـض ض  + طـطـط ط  + ظـظـظ ظ  + عـعـع ع  + غـغـغ غ  + فـفـف ف  + ڤـڤـڤ ڤ  + قـقـق ق  + كـكـك ك  + لـلـل ل  + مـمـم م  + نـنـن ن  + هـهـه ه  + ـة ة  + ـو و  + يـيـي ي  + یـیـی ی  + ـى ى  +
      + +
      Letters with hamzah  
      + +
      ء  + ـإ إ  + ـأ أ  + ـؤ ؤ  + ئـئـئ ئ  +
      + +
      Persian alphabet  
      + +
      ’a a b p t s j c H x d z r z ž s š S Z T Z ‘ ğ f q k g l m n v h y
      +
      ـآ آ  + ـا ا  + بـبـب ب  + پـپـپ پ  + تـتـت ت  + ثـثـث ث  + جـجـج ج  + چـچـچ چ  + حـحـح ح  + خـخـخ خ  + ـد د  + ـذ ذ  + ـر ر  + ـز ز  + ـژ ژ  + سـسـس س  + شـشـش ش  + صـصـص ص  + ضـضـض ض  + طـطـط ط  + ظـظـظ ظ  + عـعـع ع  + غـغـغ غ  + فـفـف ف  + قـقـق ق  + کـکـک ک  + گـگـگ گ  + لـلـل ل  + مـمـم م  + نـنـن ن  + ـو و  + هـهـه ه  + یـیـی ی  +
      + +
      Urdu alphabet  
      + +
      ’a a b p t t. s j c H x d d. z r r. z ž s š S Z T Z ‘ ğ f q k g l m n -n v h h y -e
      +
      ـآ آ  + ـا ا  + بـبـب ب  + پـپـپ پ  + تـتـت ت  + ٹـٹـٹ ٹ  + ثـثـث ث  + جـجـج ج  + چـچـچ چ  + حـحـح ح  + خـخـخ خ  + ـد د  + ـڈ ڈ  + ـذ ذ  + ـر ر  + ـڑ ڑ  + ـز ز  + ـژ ژ  + سـسـس س  + شـشـش ش  + صـصـص ص  + ضـضـض ض  + طـطـط ط  + ظـظـظ ظ  + عـعـع ع  + غـغـغ غ  + فـفـف ف  + قـقـق ق  + کـکـک ک  + گـگـگ گ  + لـلـل ل  + مـمـم م  + نـنـن ن  + ـں ں  + ـو و  + ہـہـہ ہ  + ھـھـھ ھ  + یـیـی ی  + ـے ے  +
      + +
      Arabic-Indic digits  
      + +
      +0 1 2 3 4 5 6 7 8 9 10 11 12
      +
      + 0 1 2 3 4 5 6 7 8 9 10 11 12
      + ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ١٠ ١١ ١٢
      + ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۱۰ ۱۱ ۱۲ +
      +
      + +
      + +

      Devanagari

      + +
      +
      Sanskrit alphabet
      + +
      a aa i ii u uu   r rr l   e ai o au
      +
      +अ आ इ ई उ ऊ   +ऋ ॠ ऌ   +ए ऐ ओ औ +
      + +
      kaa ki kii ku kuu   kr krr kl   ke kai ko kau
      +
      +का कि की कु कू   +कृ कॄ कॢ   +के कै को कौ +
      + +
      k kh g gh ng   +c ch j jh ñ   +t. t.h d. d.h n.   +t th d dh n   +p ph b bh m   +y r l. l v   +ś s. s h
      +
      +क ख ग घ ङ   +च छ ज झ ञ   +ट ठ ड ढ ण   +त थ द ध न   +प फ ब भ म   +य र ळ ल व   +श ष स ह +
      + +
      Hindi/Urdu letters with nuqta
      + +
      q x ğ z r. r.h f
      +
      +क़ ख़ ग़ ज़ +ड़ ढ़ फ़ +
      + +
      Sample conjuncts
      + +
      ks. jñ tt tr rt
      +
      +क्ष ज्ञ त्त त्र र्त +
      + +
      Devanagari digits
      + +
      +0 1 2 3 4 5 6 7 8 9 10
      +
      +० १ २ ३ ४ ५ ६ ७ ८ ९ १०
      +
      + +
      + +

      Gujarati

      + +
      +
      Sanskrit alphabet
      + +
      a aa i ii u uu   r rr   e ai o au
      +
      +અ આ ઇ ઈ ઉ ઊ   +ઋ ૠ   +એ ઐ ઓ ઔ +
      + +
      kaa ki kii ku kuu   kr krr   ke kai ko kau
      +
      +કા કિ કી કુ કૂ   +કૃ કૄ   +કે કૈ કો કૌ +
      + +
      k kh g gh ng   +c ch j jh ñ   +t. t.h d. d.h n.   +t th d dh n   +p ph b bh m   +y r l. l v   +ś s. s h
      +
      +ક ખ ગ ઘ ઙ   +ચ છ જ ઝ ઞ   +ટ ઠ ડ ઢ ણ   +ત થ દ ધ ન   +પ ફ બ ભ મ   +ય ર ળ લ વ   +શ ષ સ હ +
      + +
      Sample conjuncts
      + +
      ks. jñ tt tr rt
      +
      +ક્ષ જ્ઞ ત્ત ત્ર ર્ત +
      + +
      Gujarati digits
      + +
      +0 1 2 3 4 5 6 7 8 9 10
      +
      +૦ ૧ ૨ ૩ ૪ ૫ ૬ ૭ ૮ ૯ ૧૦
      +
      + +
      + +

      Bengali

      + +
      +
      Sanskrit alphabet
      + +
      a aa i ii u uu   r rr l   e ai o au
      +
      +অ আ ই ঈ উ ঊ   +ঋ ৠ ঌ   +এ ঐ ও ঔ +
      + +
      kaa ki kii ku kuu   kr krr kl   ke kai ko kau
      +
      +কা কি কী কু কূ   +কৃ কৄ কৢ   +কে কৈ কো কো +
      + +
      k kh g gh ng   +c ch j jh ñ   +t. t.h d. d.h n.   +t th d dh n   +p ph b bh m   +y r l v   +ś s. s h
      +
      +ক খ গ ঘ ঙ   +চ ছ জ ঝ ঞ   +ট ঠ ড ঢ ণ   +ত থ দ ধ ন   +প ফ ব ভ ম   +য র ল ব   +শ ষ স হ +
      + +
      Letters with nukta & Assamese letters
      + +
      r. r.h y.   r v
      +
      +ড় ঢ় য়   +ৰ ৱ +
      + +
      Sample conjuncts
      + +
      ks. jñ tt tr rt
      +
      +ক্ষ জ্ঞ ত্ত ত্র র্ত +
      + +
      Bengali digits
      + +
      +0 1 2 3 4 5 6 7 8 9 10
      +
      +০ ১ ২ ৩ ৪ ৫ ৬ ৭ ৮ ৯ ১০
      +
      + +
      + +

      Gurmukhi

      + +
      +
      Panjabi alphabet
      + +
      a aa i ii u uu   e ai o au
      +
      +ਅ ਆ ਇ ਈ ਉ ਊ   +ਏ ਐ ਓ ਔ +
      + +
      kaa ki kii ku kuu   ke kai ko kau
      +
      +ਕਾ ਕਿ ਕੀ ਕੁ ਕੂ   +ਕੇ ਕੈ ਕੋ ਕੌ +
      + +
      k kh g gh ng   +c ch j jh ñ   +t. t.h d. d.h n.   +t th d dh n   +p ph b bh m   +y r l v r.   +s h
      +
      +ਕ ਖ ਗ ਘ ਙ   +ਚ ਛ ਜ ਝ ਞ   +ਟ ਠ ਡ ਢ ਣ   +ਤ ਥ ਦ ਧ ਨ   +ਪ ਫ ਬ ਭ ਮ   +ਯ ਰ ਲ ਵ ੜ   +ਸ ਹ +
      + +
      Letters with nukta
      + +
      x ğ z f l. š
      +
      +ਖ਼ ਗ਼ ਜ਼ +ਫ਼ ਲ਼ ਸ਼ +
      + +
      Gurmukhi digits
      + +
      +0 1 2 3 4 5 6 7 8 9 10
      +
      +੦ ੧ ੨ ੩ ੪ ੫ ੬ ੭ ੮ ੯ ੧੦
      +
      + +
      + +

      Symbols

      + + ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      bullet
      ¢cent sign
      ©copyright sign
      ¤currency sign
      dagger
      °degree sign
      ÷division sign
      «double angle quotation mark (guillemet) <<
      »double angle quotation mark (guillemet) >>
      double quotation mark 66
      double quotation mark 99
      double quotation mark low-99
      ellipsis
      em dash
      en dash
      euro sign
      horizontal bar (quotation dash)
      µmicro sign
      ·middle dot (centered period)
      ·middle dot (centered period, Greek ano teleia)
      ×multiplication sign
      ¬not sign
      numero sign
      per mille (per thousand) sign
      pilcrow (paragraph) sign
      ±plus-minus sign
      £pound sterling sign
      ®registered sign
      §section sign
      sheqel sign
      single angle quotation mark (guillemet) <
      single angle quotation mark (guillemet) >
      single quotation mark 6
      single quotation mark 9 (apostrophe)
      ¹superscript 1
      ²superscript 2
      ³superscript 3
      trademark sign
      ¥yen sign
      ،Arabic comma
      ٫Arabic decimal separator
      ٪Arabic percent sign
      ؟Arabic question mark
      ؛Arabic semicolon
      ۔Arabic-Urdu full stop (Arabic-Urdu period)
      ־Hebrew hyphen (maqaf)
      ׳Hebrew prime (geresh)
      ״Hebrew double prime (gershayim)
      Indic abbreviation sign
      Indic danda
      Indic double danda
      + +
      + +


      19 February 2010

      + + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/encoding_utf-8_all.html b/htdocs/dompdf/www/test/encoding_utf-8_all.html new file mode 100644 index 000000000..4707eb62a --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_utf-8_all.html @@ -0,0 +1,2064 @@ + + + + + + + + + + + +
      0020 !"#$%&'()*+,-./0123456789:;<=>? +
      0040 @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ +
      0060 `abcdefghijklmnopqrstuvwxyz{|}~ +
      0080 €‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ +
      00A0  ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ +
      00C0 ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞß +
      00E0 àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ +
      0100 ĀāĂ㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğ +
      0120 ĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľĿ +
      0140 ŀŁłŃńŅņŇňʼnŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞş +
      0160 ŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽžſ +
      0180 ƀƁƂƃƄƅƆƇƈƉƊƋƌƍƎƏƐƑƒƓƔƕƖƗƘƙƚƛƜƝƞƟ +
      01A0 ƠơƢƣƤƥƦƧƨƩƪƫƬƭƮƯưƱƲƳƴƵƶƷƸƹƺƻƼƽƾƿ +
      01C0 ǀǁǂǃDŽDždžLJLjljNJNjnjǍǎǏǐǑǒǓǔǕǖǗǘǙǚǛǜǝǞǟ +
      01E0 ǠǡǢǣǤǥǦǧǨǩǪǫǬǭǮǯǰDZDzdzǴǵǶǷǸǹǺǻǼǽǾǿ +
      0200 ȀȁȂȃȄȅȆȇȈȉȊȋȌȍȎȏȐȑȒȓȔȕȖȗȘșȚțȜȝȞȟ +
      0220 ȠȡȢȣȤȥȦȧȨȩȪȫȬȭȮȯȰȱȲȳȴȵȶȷȸȹȺȻȼȽȾȿ +
      0240 ɀɁɂɃɄɅɆɇɈɉɊɋɌɍɎɏɐɑɒɓɔɕɖɗɘəɚɛɜɝɞɟ +
      0260 ɠɡɢɣɤɥɦɧɨɩɪɫɬɭɮɯɰɱɲɳɴɵɶɷɸɹɺɻɼɽɾɿ +
      0280 ʀʁʂʃʄʅʆʇʈʉʊʋʌʍʎʏʐʑʒʓʔʕʖʗʘʙʚʛʜʝʞʟ +
      02A0 ʠʡʢʣʤʥʦʧʨʩʪʫʬʭʮʯʰʱʲʳʴʵʶʷʸʹʺʻʼʽʾʿ +
      02C0 ˀˁ˂˃˄˅ˆˇˈˉˊˋˌˍˎˏːˑ˒˓˔˕˖˗˘˙˚˛˜˝˞˟ +
      02E0 ˠˡˢˣˤ˥˦˧˨˩˪˫ˬ˭ˮ˯˰˱˲˳˴˵˶˷˸˹˺˻˼˽˾˿ +
      0300 ̛̖̗̘̙̜̝̞̟̀́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̒̓̔̕̚ +
      0320 ̴̵̶̷̸̡̢̧̨̠̣̤̥̦̩̪̫̬̭̮̯̰̱̲̳̹̺̻̼̽̾̿ +
      0340 ͇͈͉͍͎̀́͂̓̈́͆͊͋͌ͅ͏͓͔͕͖͙͚͐͑͒͗͛͘͜͟͝͞ +
      0360 ͣͤͥͦͧͨͩͪͫͬͭͮͯ͢͠͡ͰͱͲͳʹ͵Ͷͷ͸͹ͺͻͼͽ;Ϳ +
      0380 ΀΁΂΃΄΅Ά·ΈΉΊ΋Ό΍ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟ +
      03A0 ΠΡ΢ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξο +
      03C0 πρςστυφχψωϊϋόύώϏϐϑϒϓϔϕϖϗϘϙϚϛϜϝϞϟ +
      03E0 ϠϡϢϣϤϥϦϧϨϩϪϫϬϭϮϯϰϱϲϳϴϵ϶ϷϸϹϺϻϼϽϾϿ +
      0400 ЀЁЂЃЄЅІЇЈЉЊЋЌЍЎЏАБВГДЕЖЗИЙКЛМНОП +
      0420 РСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп +
      0440 рстуфхцчшщъыьэюяѐёђѓєѕіїјљњћќѝўџ +
      0460 ѠѡѢѣѤѥѦѧѨѩѪѫѬѭѮѯѰѱѲѳѴѵѶѷѸѹѺѻѼѽѾѿ +
      0480 Ҁҁ҂҃҄҅҆҇҈҉ҊҋҌҍҎҏҐґҒғҔҕҖҗҘҙҚқҜҝҞҟ +
      04A0 ҠҡҢңҤҥҦҧҨҩҪҫҬҭҮүҰұҲҳҴҵҶҷҸҹҺһҼҽҾҿ +
      04C0 ӀӁӂӃӄӅӆӇӈӉӊӋӌӍӎӏӐӑӒӓӔӕӖӗӘәӚӛӜӝӞӟ +
      04E0 ӠӡӢӣӤӥӦӧӨөӪӫӬӭӮӯӰӱӲӳӴӵӶӷӸӹӺӻӼӽӾӿ +
      0500 ԀԁԂԃԄԅԆԇԈԉԊԋԌԍԎԏԐԑԒԓԔԕԖԗԘԙԚԛԜԝԞԟ +
      0520 ԠԡԢԣԤԥԦԧԨԩԪԫԬԭԮԯ԰ԱԲԳԴԵԶԷԸԹԺԻԼԽԾԿ +
      0540 ՀՁՂՃՄՅՆՇՈՉՊՋՌՍՎՏՐՑՒՓՔՕՖ՗՘ՙ՚՛՜՝՞՟ +
      0560 ՠաբգդեզէըթժիլխծկհձղճմյնշոչպջռսվտ +
      0580 րցւփքօֆևֈ։֊֋֌֍֎֏֐֑֖֛֚֒֓֔֕֗֘֙֜֝֞֟ +
      05A0 ְֱֲֳִֵֶַָֹֺֻּֽ֢֣֤֥֦֧֪֭֮֠֡֨֩֫֬֯־ֿ +
      05C0 ׀ׁׂ׃ׅׄ׆ׇ׈׉׊׋׌׍׎׏אבגדהוזחטיךכלםמן +
      05E0 נסעףפץצקרשת׫׬׭׮ׯװױײ׳״׵׶׷׸׹׺׻׼׽׾׿ +
      0600 ؀؁؂؃؄؅؆؇؈؉؊؋،؍؎؏ؘؙؚؐؑؒؓؔؕؖؗ؛؜؝؞؟ +
      0620 ؠءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿ +
      0640 ـفقكلمنهوىيًٌٍَُِّْٕٖٜٟٓٔٗ٘ٙٚٛٝٞ +
      0660 ٠١٢٣٤٥٦٧٨٩٪٫٬٭ٮٯٰٱٲٳٴٵٶٷٸٹٺٻټٽپٿ +
      0680 ڀځڂڃڄڅچڇڈډڊڋڌڍڎڏڐڑڒړڔڕږڗژڙښڛڜڝڞڟ +
      06A0 ڠڡڢڣڤڥڦڧڨکڪګڬڭڮگڰڱڲڳڴڵڶڷڸڹںڻڼڽھڿ +
      06C0 ۀہۂۃۄۅۆۇۈۉۊۋیۍێۏېۑےۓ۔ەۖۗۘۙۚۛۜ۝۞۟ +
      06E0 ۣ۠ۡۢۤۥۦۧۨ۩۪ۭ۫۬ۮۯ۰۱۲۳۴۵۶۷۸۹ۺۻۼ۽۾ۿ +
      0700 ܀܁܂܃܄܅܆܇܈܉܊܋܌܍܎܏ܐܑܒܓܔܕܖܗܘܙܚܛܜܝܞܟ +
      0720 ܠܡܢܣܤܥܦܧܨܩܪܫܬܭܮܯܱܴܷܸܹܻܼܾܰܲܳܵܶܺܽܿ +
      0740 ݂݄݆݈݀݁݃݅݇݉݊݋݌ݍݎݏݐݑݒݓݔݕݖݗݘݙݚݛݜݝݞݟ +
      0760 ݠݡݢݣݤݥݦݧݨݩݪݫݬݭݮݯݰݱݲݳݴݵݶݷݸݹݺݻݼݽݾݿ +
      0780 ހށނރބޅކއވމފދތލގޏސޑޒޓޔޕޖޗޘޙޚޛޜޝޞޟ +
      07A0 ޠޡޢޣޤޥަާިީުޫެޭޮޯްޱ޲޳޴޵޶޷޸޹޺޻޼޽޾޿ +
      07C0 ߀߁߂߃߄߅߆߇߈߉ߊߋߌߍߎߏߐߑߒߓߔߕߖߗߘߙߚߛߜߝߞߟ +
      07E0 ߠߡߢߣߤߥߦߧߨߩߪ߲߫߬߭߮߯߰߱߳ߴߵ߶߷߸߹ߺ߻߼߽߾߿ +
      0800 ࠀࠁࠂࠃࠄࠅࠆࠇࠈࠉࠊࠋࠌࠍࠎࠏࠐࠑࠒࠓࠔࠕࠖࠗ࠘࠙ࠚࠛࠜࠝࠞࠟ +
      0820 ࠠࠡࠢࠣࠤࠥࠦࠧࠨࠩࠪࠫࠬ࠭࠮࠯࠰࠱࠲࠳࠴࠵࠶࠷࠸࠹࠺࠻࠼࠽࠾࠿ +
      0840 ࡀࡁࡂࡃࡄࡅࡆࡇࡈࡉࡊࡋࡌࡍࡎࡏࡐࡑࡒࡓࡔࡕࡖࡗࡘ࡙࡚࡛࡜࡝࡞࡟ +
      0860 ࡠࡡࡢࡣࡤࡥࡦࡧࡨࡩࡪ࡫࡬࡭࡮࡯ࡰࡱࡲࡳࡴࡵࡶࡷࡸࡹࡺࡻࡼࡽࡾࡿ +
      0880 ࢀࢁࢂࢃࢄࢅࢆࢇ࢈ࢉࢊࢋࢌࢍࢎ࢏࢐࢑࢒࢓࢔࢕࢖࢙࢚࢛ࢗ࢘࢜࢝࢞࢟ +
      08A0 ࢠࢡࢢࢣࢤࢥࢦࢧࢨࢩࢪࢫࢬࢭࢮࢯࢰࢱࢲࢳࢴࢵࢶࢷࢸࢹࢺࢻࢼࢽࢾࢿ +
      08C0 ࣀࣁࣂࣃࣄࣅࣆࣇࣈࣉ࣏࣐࣑࣒࣓࣊࣋࣌࣍࣎ࣔࣕࣖࣗࣘࣙࣚࣛࣜࣝࣞࣟ +
      08E0 ࣠࣡࣢ࣰࣱࣲࣣࣦࣩ࣭࣮࣯ࣶࣹࣺࣤࣥࣧࣨ࣪࣫࣬ࣳࣴࣵࣷࣸࣻࣼࣽࣾࣿ +
      0900 ऀँंःऄअआइईउऊऋऌऍऎएऐऑऒओऔकखगघङचछजझञट +
      0920 ठडढणतथदधनऩपफबभमयरऱलळऴवशषसहऺऻ़ऽाि +
      0940 ीुूृॄॅॆेैॉॊोौ्ॎॏॐ॒॑॓॔ॕॖॗक़ख़ग़ज़ड़ढ़फ़य़ +
      0960 ॠॡॢॣ।॥०१२३४५६७८९॰ॱॲॳॴॵॶॷॸॹॺॻॼॽॾॿ +
      0980 ঀঁংঃ঄অআইঈউঊঋঌ঍঎এঐ঑঒ওঔকখগঘঙচছজঝঞট +
      09A0 ঠডঢণতথদধন঩পফবভমযর঱ল঳঴঵শষসহ঺঻়ঽাি +
      09C0 ীুূৃৄ৅৆েৈ৉৊োৌ্ৎ৏৐৑৒৓৔৕৖ৗ৘৙৚৛ড়ঢ়৞য় +
      09E0 ৠৡৢৣ৤৥০১২৩৪৫৬৭৮৯ৰৱ৲৳৴৵৶৷৸৹৺৻ৼ৽৾৿ +
      0A00 ਀ਁਂਃ਄ਅਆਇਈਉਊ਋਌਍਎ਏਐ਑਒ਓਔਕਖਗਘਙਚਛਜਝਞਟ +
      0A20 ਠਡਢਣਤਥਦਧਨ਩ਪਫਬਭਮਯਰ਱ਲਲ਼਴ਵਸ਼਷ਸਹ਺਻਼਽ਾਿ +
      0A40 ੀੁੂ੃੄੅੆ੇੈ੉੊ੋੌ੍੎੏੐ੑ੒੓੔੕੖੗੘ਖ਼ਗ਼ਜ਼ੜ੝ਫ਼੟ +
      0A60 ੠੡੢੣੤੥੦੧੨੩੪੫੬੭੮੯ੰੱੲੳੴੵ੶੷੸੹੺੻੼੽੾੿ +
      0A80 ઀ઁંઃ઄અઆઇઈઉઊઋઌઍ઎એઐઑ઒ઓઔકખગઘઙચછજઝઞટ +
      0AA0 ઠડઢણતથદધન઩પફબભમયર઱લળ઴વશષસહ઺઻઼ઽાિ +
      0AC0 ીુૂૃૄૅ૆ેૈૉ૊ોૌ્૎૏ૐ૑૒૓૔૕૖૗૘૙૚૛૜૝૞૟ +
      0AE0 ૠૡૢૣ૤૥૦૧૨૩૪૫૬૭૮૯૰૱૲૳૴૵૶૷૸ૹૺૻૼ૽૾૿ +
      0B00 ଀ଁଂଃ଄ଅଆଇଈଉଊଋଌ଍଎ଏଐ଑଒ଓଔକଖଗଘଙଚଛଜଝଞଟ +
      0B20 ଠଡଢଣତଥଦଧନ଩ପଫବଭମଯର଱ଲଳ଴ଵଶଷସହ଺଻଼ଽାି +
      0B40 ୀୁୂୃୄ୅୆େୈ୉୊ୋୌ୍୎୏୐୑୒୓୔୕ୖୗ୘୙୚୛ଡ଼ଢ଼୞ୟ +
      0B60 ୠୡୢୣ୤୥୦୧୨୩୪୫୬୭୮୯୰ୱ୲୳୴୵୶୷୸୹୺୻୼୽୾୿ +
      0B80 ஀஁ஂஃ஄அஆஇஈஉஊ஋஌஍எஏஐ஑ஒஓஔக஖஗஘ஙச஛ஜ஝ஞட +
      0BA0 ஠஡஢ணத஥஦஧நனப஫஬஭மயரறலளழவஶஷஸஹ஺஻஼஽ாி +
      0BC0 ீுூ௃௄௅ெேை௉ொோௌ்௎௏ௐ௑௒௓௔௕௖ௗ௘௙௚௛௜௝௞௟ +
      0BE0 ௠௡௢௣௤௥௦௧௨௩௪௫௬௭௮௯௰௱௲௳௴௵௶௷௸௹௺௻௼௽௾௿ +
      0C00 ఀఁంఃఄఅఆఇఈఉఊఋఌ఍ఎఏఐ఑ఒఓఔకఖగఘఙచఛజఝఞట +
      0C20 ఠడఢణతథదధన఩పఫబభమయరఱలళఴవశషసహ఺఻఼ఽాి +
      0C40 ీుూృౄ౅ెేై౉ొోౌ్౎౏౐౑౒౓౔ౕౖ౗ౘౙౚ౛౜ౝ౞౟ +
      0C60 ౠౡౢౣ౤౥౦౧౨౩౪౫౬౭౮౯౰౱౲౳౴౵౶౷౸౹౺౻౼౽౾౿ +
      0C80 ಀಁಂಃ಄ಅಆಇಈಉಊಋಌ಍ಎಏಐ಑ಒಓಔಕಖಗಘಙಚಛಜಝಞಟ +
      0CA0 ಠಡಢಣತಥದಧನ಩ಪಫಬಭಮಯರಱಲಳ಴ವಶಷಸಹ಺಻಼ಽಾಿ +
      0CC0 ೀುೂೃೄ೅ೆೇೈ೉ೊೋೌ್೎೏೐೑೒೓೔ೕೖ೗೘೙೚೛೜ೝೞ೟ +
      0CE0 ೠೡೢೣ೤೥೦೧೨೩೪೫೬೭೮೯೰ೱೲೳ೴೵೶೷೸೹೺೻೼೽೾೿ +
      0D00 ഀഁംഃഄഅആഇഈഉഊഋഌ഍എഏഐ഑ഒഓഔകഖഗഘങചഛജഝഞട +
      0D20 ഠഡഢണതഥദധനഩപഫബഭമയരറലളഴവശഷസഹഺ഻഼ഽാി +
      0D40 ീുൂൃൄ൅െേൈ൉ൊോൌ്ൎ൏൐൑൒൓ൔൕൖൗ൘൙൚൛൜൝൞ൟ +
      0D60 ൠൡൢൣ൤൥൦൧൨൩൪൫൬൭൮൯൰൱൲൳൴൵൶൷൸൹ൺൻർൽൾൿ +
      0D80 ඀ඁංඃ඄අආඇඈඉඊඋඌඍඎඏඐඑඒඓඔඕඖ඗඘඙කඛගඝඞඟ +
      0DA0 චඡජඣඤඥඦටඨඩඪණඬතථදධන඲ඳපඵබභමඹයර඼ල඾඿ +
      0DC0 වශෂසහළෆ෇෈෉්෋෌෍෎ාැෑිීු෕ූ෗ෘෙේෛොෝෞෟ +
      0DE0 ෠෡෢෣෤෥෦෧෨෩෪෫෬෭෮෯෰෱ෲෳ෴෵෶෷෸෹෺෻෼෽෾෿ +
      0E00 ฀กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟ +
      0E20 ภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฻฼฽฾฿ +
      0E40 เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛๜๝๞๟ +
      0E60 ๠๡๢๣๤๥๦๧๨๩๪๫๬๭๮๯๰๱๲๳๴๵๶๷๸๹๺๻๼๽๾๿ +
      0E80 ຀ກຂ຃ຄ຅ຆງຈຉຊ຋ຌຍຎຏຐຑຒຓດຕຖທຘນບປຜຝພຟ +
      0EA0 ຠມຢຣ຤ລ຦ວຨຩສຫຬອຮຯະັາຳິີຶື຺ຸູົຼຽ຾຿ +
      0EC0 ເແໂໃໄ໅ໆ໇່້໊໋໌ໍ໎໏໐໑໒໓໔໕໖໗໘໙໚໛ໜໝໞໟ +
      0EE0 ໠໡໢໣໤໥໦໧໨໩໪໫໬໭໮໯໰໱໲໳໴໵໶໷໸໹໺໻໼໽໾໿ +
      0F00 ༀ༁༂༃༄༅༆༇༈༉༊་༌།༎༏༐༑༒༓༔༕༖༗༘༙༚༛༜༝༞༟ +
      0F20 ༠༡༢༣༤༥༦༧༨༩༪༫༬༭༮༯༰༱༲༳༴༵༶༷༸༹༺༻༼༽༾༿ +
      0F40 ཀཁགགྷངཅཆཇ཈ཉཊཋཌཌྷཎཏཐདདྷནཔཕབབྷམཙཚཛཛྷཝཞཟ +
      0F60 འཡརལཤཥསཧཨཀྵཪཫཬ཭཮཯཰ཱཱཱིིུུྲྀཷླྀཹེཻོཽཾཿ +
      0F80 ྄ཱྀྀྂྃ྅྆྇ྈྉྊྋྌྍྎྏྐྑྒྒྷྔྕྖྗ྘ྙྚྛྜྜྷྞྟ +
      0FA0 ྠྡྡྷྣྤྥྦྦྷྨྩྪྫྫྷྭྮྯྰྱྲླྴྵྶྷྸྐྵྺྻྼ྽྾྿ +
      0FC0 ࿀࿁࿂࿃࿄࿅࿆࿇࿈࿉࿊࿋࿌࿍࿎࿏࿐࿑࿒࿓࿔࿕࿖࿗࿘࿙࿚࿛࿜࿝࿞࿟ +
      0FE0 ࿠࿡࿢࿣࿤࿥࿦࿧࿨࿩࿪࿫࿬࿭࿮࿯࿰࿱࿲࿳࿴࿵࿶࿷࿸࿹࿺࿻࿼࿽࿾࿿ +
      1000 ကခဂဃငစဆဇဈဉညဋဌဍဎဏတထဒဓနပဖဗဘမယရလဝသဟ +
      1020 ဠအဢဣဤဥဦဧဨဩဪါာိီုူေဲဳဴဵံ့း္်ျြွှဿ +
      1040 ၀၁၂၃၄၅၆၇၈၉၊။၌၍၎၏ၐၑၒၓၔၕၖၗၘၙၚၛၜၝၞၟ +
      1060 ၠၡၢၣၤၥၦၧၨၩၪၫၬၭၮၯၰၱၲၳၴၵၶၷၸၹၺၻၼၽၾၿ +
      1080 ႀႁႂႃႄႅႆႇႈႉႊႋႌႍႎႏ႐႑႒႓႔႕႖႗႘႙ႚႛႜႝ႞႟ +
      10A0 ႠႡႢႣႤႥႦႧႨႩႪႫႬႭႮႯႰႱႲႳႴႵႶႷႸႹႺႻႼႽႾႿ +
      10C0 ჀჁჂჃჄჅ჆Ⴧ჈჉჊჋჌Ⴭ჎჏აბგდევზთიკლმნოპჟ +
      10E0 რსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶჷჸჹჺ჻ჼჽჾჿ +
      1100 ᄀᄁᄂᄃᄄᄅᄆᄇᄈᄉᄊᄋᄌᄍᄎᄏᄐᄑᄒᄓᄔᄕᄖᄗᄘᄙᄚᄛᄜᄝᄞᄟ +
      1120 ᄠᄡᄢᄣᄤᄥᄦᄧᄨᄩᄪᄫᄬᄭᄮᄯᄰᄱᄲᄳᄴᄵᄶᄷᄸᄹᄺᄻᄼᄽᄾᄿ +
      1140 ᅀᅁᅂᅃᅄᅅᅆᅇᅈᅉᅊᅋᅌᅍᅎᅏᅐᅑᅒᅓᅔᅕᅖᅗᅘᅙᅚᅛᅜᅝᅞᅟ +
      1160 ᅠᅡᅢᅣᅤᅥᅦᅧᅨᅩᅪᅫᅬᅭᅮᅯᅰᅱᅲᅳᅴᅵᅶᅷᅸᅹᅺᅻᅼᅽᅾᅿ +
      1180 ᆀᆁᆂᆃᆄᆅᆆᆇᆈᆉᆊᆋᆌᆍᆎᆏᆐᆑᆒᆓᆔᆕᆖᆗᆘᆙᆚᆛᆜᆝᆞᆟ +
      11A0 ᆠᆡᆢᆣᆤᆥᆦᆧᆨᆩᆪᆫᆬᆭᆮᆯᆰᆱᆲᆳᆴᆵᆶᆷᆸᆹᆺᆻᆼᆽᆾᆿ +
      11C0 ᇀᇁᇂᇃᇄᇅᇆᇇᇈᇉᇊᇋᇌᇍᇎᇏᇐᇑᇒᇓᇔᇕᇖᇗᇘᇙᇚᇛᇜᇝᇞᇟ +
      11E0 ᇠᇡᇢᇣᇤᇥᇦᇧᇨᇩᇪᇫᇬᇭᇮᇯᇰᇱᇲᇳᇴᇵᇶᇷᇸᇹᇺᇻᇼᇽᇾᇿ +
      1200 ሀሁሂሃሄህሆሇለሉሊላሌልሎሏሐሑሒሓሔሕሖሗመሙሚማሜምሞሟ +
      1220 ሠሡሢሣሤሥሦሧረሩሪራሬርሮሯሰሱሲሳሴስሶሷሸሹሺሻሼሽሾሿ +
      1240 ቀቁቂቃቄቅቆቇቈ቉ቊቋቌቍ቎቏ቐቑቒቓቔቕቖ቗ቘ቙ቚቛቜቝ቞቟ +
      1260 በቡቢባቤብቦቧቨቩቪቫቬቭቮቯተቱቲታቴትቶቷቸቹቺቻቼችቾቿ +
      1280 ኀኁኂኃኄኅኆኇኈ኉ኊኋኌኍ኎኏ነኑኒናኔንኖኗኘኙኚኛኜኝኞኟ +
      12A0 አኡኢኣኤእኦኧከኩኪካኬክኮኯኰ኱ኲኳኴኵ኶኷ኸኹኺኻኼኽኾ኿ +
      12C0 ዀ዁ዂዃዄዅ዆዇ወዉዊዋዌውዎዏዐዑዒዓዔዕዖ዗ዘዙዚዛዜዝዞዟ +
      12E0 ዠዡዢዣዤዥዦዧየዩዪያዬይዮዯደዱዲዳዴድዶዷዸዹዺዻዼዽዾዿ +
      1300 ጀጁጂጃጄጅጆጇገጉጊጋጌግጎጏጐ጑ጒጓጔጕ጖጗ጘጙጚጛጜጝጞጟ +
      1320 ጠጡጢጣጤጥጦጧጨጩጪጫጬጭጮጯጰጱጲጳጴጵጶጷጸጹጺጻጼጽጾጿ +
      1340 ፀፁፂፃፄፅፆፇፈፉፊፋፌፍፎፏፐፑፒፓፔፕፖፗፘፙፚ፛፜፝፞፟ +
      1360 ፠፡።፣፤፥፦፧፨፩፪፫፬፭፮፯፰፱፲፳፴፵፶፷፸፹፺፻፼፽፾፿ +
      1380 ᎀᎁᎂᎃᎄᎅᎆᎇᎈᎉᎊᎋᎌᎍᎎᎏ᎐᎑᎒᎓᎔᎕᎖᎗᎘᎙᎚᎛᎜᎝᎞᎟ +
      13A0 ᎠᎡᎢᎣᎤᎥᎦᎧᎨᎩᎪᎫᎬᎭᎮᎯᎰᎱᎲᎳᎴᎵᎶᎷᎸᎹᎺᎻᎼᎽᎾᎿ +
      13C0 ᏀᏁᏂᏃᏄᏅᏆᏇᏈᏉᏊᏋᏌᏍᏎᏏᏐᏑᏒᏓᏔᏕᏖᏗᏘᏙᏚᏛᏜᏝᏞᏟ +
      13E0 ᏠᏡᏢᏣᏤᏥᏦᏧᏨᏩᏪᏫᏬᏭᏮᏯᏰᏱᏲᏳᏴᏵ᏶᏷ᏸᏹᏺᏻᏼᏽ᏾᏿ +
      1400 ᐀ᐁᐂᐃᐄᐅᐆᐇᐈᐉᐊᐋᐌᐍᐎᐏᐐᐑᐒᐓᐔᐕᐖᐗᐘᐙᐚᐛᐜᐝᐞᐟ +
      1420 ᐠᐡᐢᐣᐤᐥᐦᐧᐨᐩᐪᐫᐬᐭᐮᐯᐰᐱᐲᐳᐴᐵᐶᐷᐸᐹᐺᐻᐼᐽᐾᐿ +
      1440 ᑀᑁᑂᑃᑄᑅᑆᑇᑈᑉᑊᑋᑌᑍᑎᑏᑐᑑᑒᑓᑔᑕᑖᑗᑘᑙᑚᑛᑜᑝᑞᑟ +
      1460 ᑠᑡᑢᑣᑤᑥᑦᑧᑨᑩᑪᑫᑬᑭᑮᑯᑰᑱᑲᑳᑴᑵᑶᑷᑸᑹᑺᑻᑼᑽᑾᑿ +
      1480 ᒀᒁᒂᒃᒄᒅᒆᒇᒈᒉᒊᒋᒌᒍᒎᒏᒐᒑᒒᒓᒔᒕᒖᒗᒘᒙᒚᒛᒜᒝᒞᒟ +
      14A0 ᒠᒡᒢᒣᒤᒥᒦᒧᒨᒩᒪᒫᒬᒭᒮᒯᒰᒱᒲᒳᒴᒵᒶᒷᒸᒹᒺᒻᒼᒽᒾᒿ +
      14C0 ᓀᓁᓂᓃᓄᓅᓆᓇᓈᓉᓊᓋᓌᓍᓎᓏᓐᓑᓒᓓᓔᓕᓖᓗᓘᓙᓚᓛᓜᓝᓞᓟ +
      14E0 ᓠᓡᓢᓣᓤᓥᓦᓧᓨᓩᓪᓫᓬᓭᓮᓯᓰᓱᓲᓳᓴᓵᓶᓷᓸᓹᓺᓻᓼᓽᓾᓿ +
      1500 ᔀᔁᔂᔃᔄᔅᔆᔇᔈᔉᔊᔋᔌᔍᔎᔏᔐᔑᔒᔓᔔᔕᔖᔗᔘᔙᔚᔛᔜᔝᔞᔟ +
      1520 ᔠᔡᔢᔣᔤᔥᔦᔧᔨᔩᔪᔫᔬᔭᔮᔯᔰᔱᔲᔳᔴᔵᔶᔷᔸᔹᔺᔻᔼᔽᔾᔿ +
      1540 ᕀᕁᕂᕃᕄᕅᕆᕇᕈᕉᕊᕋᕌᕍᕎᕏᕐᕑᕒᕓᕔᕕᕖᕗᕘᕙᕚᕛᕜᕝᕞᕟ +
      1560 ᕠᕡᕢᕣᕤᕥᕦᕧᕨᕩᕪᕫᕬᕭᕮᕯᕰᕱᕲᕳᕴᕵᕶᕷᕸᕹᕺᕻᕼᕽᕾᕿ +
      1580 ᖀᖁᖂᖃᖄᖅᖆᖇᖈᖉᖊᖋᖌᖍᖎᖏᖐᖑᖒᖓᖔᖕᖖᖗᖘᖙᖚᖛᖜᖝᖞᖟ +
      15A0 ᖠᖡᖢᖣᖤᖥᖦᖧᖨᖩᖪᖫᖬᖭᖮᖯᖰᖱᖲᖳᖴᖵᖶᖷᖸᖹᖺᖻᖼᖽᖾᖿ +
      15C0 ᗀᗁᗂᗃᗄᗅᗆᗇᗈᗉᗊᗋᗌᗍᗎᗏᗐᗑᗒᗓᗔᗕᗖᗗᗘᗙᗚᗛᗜᗝᗞᗟ +
      15E0 ᗠᗡᗢᗣᗤᗥᗦᗧᗨᗩᗪᗫᗬᗭᗮᗯᗰᗱᗲᗳᗴᗵᗶᗷᗸᗹᗺᗻᗼᗽᗾᗿ +
      1600 ᘀᘁᘂᘃᘄᘅᘆᘇᘈᘉᘊᘋᘌᘍᘎᘏᘐᘑᘒᘓᘔᘕᘖᘗᘘᘙᘚᘛᘜᘝᘞᘟ +
      1620 ᘠᘡᘢᘣᘤᘥᘦᘧᘨᘩᘪᘫᘬᘭᘮᘯᘰᘱᘲᘳᘴᘵᘶᘷᘸᘹᘺᘻᘼᘽᘾᘿ +
      1640 ᙀᙁᙂᙃᙄᙅᙆᙇᙈᙉᙊᙋᙌᙍᙎᙏᙐᙑᙒᙓᙔᙕᙖᙗᙘᙙᙚᙛᙜᙝᙞᙟ +
      1660 ᙠᙡᙢᙣᙤᙥᙦᙧᙨᙩᙪᙫᙬ᙭᙮ᙯᙰᙱᙲᙳᙴᙵᙶᙷᙸᙹᙺᙻᙼᙽᙾᙿ +
      1680  ᚁᚂᚃᚄᚅᚆᚇᚈᚉᚊᚋᚌᚍᚎᚏᚐᚑᚒᚓᚔᚕᚖᚗᚘᚙᚚ᚛᚜᚝᚞᚟ +
      16A0 ᚠᚡᚢᚣᚤᚥᚦᚧᚨᚩᚪᚫᚬᚭᚮᚯᚰᚱᚲᚳᚴᚵᚶᚷᚸᚹᚺᚻᚼᚽᚾᚿ +
      16C0 ᛀᛁᛂᛃᛄᛅᛆᛇᛈᛉᛊᛋᛌᛍᛎᛏᛐᛑᛒᛓᛔᛕᛖᛗᛘᛙᛚᛛᛜᛝᛞᛟ +
      16E0 ᛠᛡᛢᛣᛤᛥᛦᛧᛨᛩᛪ᛫᛬᛭ᛮᛯᛰᛱᛲᛳᛴᛵᛶᛷᛸ᛹᛺᛻᛼᛽᛾᛿ +
      1700 ᜀᜁᜂᜃᜄᜅᜆᜇᜈᜉᜊᜋᜌᜍᜎᜏᜐᜑᜒᜓ᜔᜕᜖᜗᜘᜙᜚᜛᜜᜝᜞ᜟ +
      1720 ᜠᜡᜢᜣᜤᜥᜦᜧᜨᜩᜪᜫᜬᜭᜮᜯᜰᜱᜲᜳ᜴᜵᜶᜷᜸᜹᜺᜻᜼᜽᜾᜿ +
      1740 ᝀᝁᝂᝃᝄᝅᝆᝇᝈᝉᝊᝋᝌᝍᝎᝏᝐᝑᝒᝓ᝔᝕᝖᝗᝘᝙᝚᝛᝜᝝᝞᝟ +
      1760 ᝠᝡᝢᝣᝤᝥᝦᝧᝨᝩᝪᝫᝬ᝭ᝮᝯᝰ᝱ᝲᝳ᝴᝵᝶᝷᝸᝹᝺᝻᝼᝽᝾᝿ +
      1780 កខគឃងចឆជឈញដឋឌឍណតថទធនបផពភមយរលវឝឞស +
      17A0 ហឡអឣឤឥឦឧឨឩឪឫឬឭឮឯឰឱឲឳ឴឵ាិីឹឺុូួើឿ +
      17C0 ៀេែៃោៅំះៈ៉៊់៌៍៎៏័៑្៓។៕៖ៗ៘៙៚៛ៜ៝៞៟ +
      17E0 ០១២៣៤៥៦៧៨៩៪៫៬៭៮៯៰៱៲៳៴៵៶៷៸៹៺៻៼៽៾៿ +
      1800 ᠀᠁᠂᠃᠄᠅᠆᠇᠈᠉᠊᠋᠌᠍᠎᠏᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙᠚᠛᠜᠝᠞᠟ +
      1820 ᠠᠡᠢᠣᠤᠥᠦᠧᠨᠩᠪᠫᠬᠭᠮᠯᠰᠱᠲᠳᠴᠵᠶᠷᠸᠹᠺᠻᠼᠽᠾᠿ +
      1840 ᡀᡁᡂᡃᡄᡅᡆᡇᡈᡉᡊᡋᡌᡍᡎᡏᡐᡑᡒᡓᡔᡕᡖᡗᡘᡙᡚᡛᡜᡝᡞᡟ +
      1860 ᡠᡡᡢᡣᡤᡥᡦᡧᡨᡩᡪᡫᡬᡭᡮᡯᡰᡱᡲᡳᡴᡵᡶᡷᡸ᡹᡺᡻᡼᡽᡾᡿ +
      1880 ᢀᢁᢂᢃᢄᢅᢆᢇᢈᢉᢊᢋᢌᢍᢎᢏᢐᢑᢒᢓᢔᢕᢖᢗᢘᢙᢚᢛᢜᢝᢞᢟ +
      18A0 ᢠᢡᢢᢣᢤᢥᢦᢧᢨᢩᢪ᢫᢬᢭᢮᢯ᢰᢱᢲᢳᢴᢵᢶᢷᢸᢹᢺᢻᢼᢽᢾᢿ +
      18C0 ᣀᣁᣂᣃᣄᣅᣆᣇᣈᣉᣊᣋᣌᣍᣎᣏᣐᣑᣒᣓᣔᣕᣖᣗᣘᣙᣚᣛᣜᣝᣞᣟ +
      18E0 ᣠᣡᣢᣣᣤᣥᣦᣧᣨᣩᣪᣫᣬᣭᣮᣯᣰᣱᣲᣳᣴᣵ᣶᣷᣸᣹᣺᣻᣼᣽᣾᣿ +
      1900 ᤀᤁᤂᤃᤄᤅᤆᤇᤈᤉᤊᤋᤌᤍᤎᤏᤐᤑᤒᤓᤔᤕᤖᤗᤘᤙᤚᤛᤜᤝᤞ᤟ +
      1920 ᤠᤡᤢᤣᤤᤥᤦᤧᤨᤩᤪᤫ᤬᤭᤮᤯ᤰᤱᤲᤳᤴᤵᤶᤷᤸ᤻᤹᤺᤼᤽᤾᤿ +
      1940 ᥀᥁᥂᥃᥄᥅᥆᥇᥈᥉᥊᥋᥌᥍᥎᥏ᥐᥑᥒᥓᥔᥕᥖᥗᥘᥙᥚᥛᥜᥝᥞᥟ +
      1960 ᥠᥡᥢᥣᥤᥥᥦᥧᥨᥩᥪᥫᥬᥭ᥮᥯ᥰᥱᥲᥳᥴ᥵᥶᥷᥸᥹᥺᥻᥼᥽᥾᥿ +
      1980 ᦀᦁᦂᦃᦄᦅᦆᦇᦈᦉᦊᦋᦌᦍᦎᦏᦐᦑᦒᦓᦔᦕᦖᦗᦘᦙᦚᦛᦜᦝᦞᦟ +
      19A0 ᦠᦡᦢᦣᦤᦥᦦᦧᦨᦩᦪᦫ᦬᦭᦮᦯ᦰᦱᦲᦳᦴᦵᦶᦷᦸᦹᦺᦻᦼᦽᦾᦿ +
      19C0 ᧀᧁᧂᧃᧄᧅᧆᧇᧈᧉ᧊᧋᧌᧍᧎᧏᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙᧚᧛᧜᧝᧞᧟ +
      19E0 ᧠᧡᧢᧣᧤᧥᧦᧧᧨᧩᧪᧫᧬᧭᧮᧯᧰᧱᧲᧳᧴᧵᧶᧷᧸᧹᧺᧻᧼᧽᧾᧿ +
      1A00 ᨀᨁᨂᨃᨄᨅᨆᨇᨈᨉᨊᨋᨌᨍᨎᨏᨐᨑᨒᨓᨔᨕᨖᨘᨗᨙᨚᨛ᨜᨝᨞᨟ +
      1A20 ᨠᨡᨢᨣᨤᨥᨦᨧᨨᨩᨪᨫᨬᨭᨮᨯᨰᨱᨲᨳᨴᨵᨶᨷᨸᨹᨺᨻᨼᨽᨾᨿ +
      1A40 ᩀᩁᩂᩃᩄᩅᩆᩇᩈᩉᩊᩋᩌᩍᩎᩏᩐᩑᩒᩓᩔᩕᩖᩗᩘᩙᩚᩛᩜᩝᩞ᩟ +
      1A60 ᩠ᩡᩢᩣᩤᩥᩦᩧᩨᩩᩪᩫᩬᩭᩮᩯᩰᩱᩲᩳᩴ᩵᩶᩷᩸᩹᩺᩻᩼᩽᩾᩿ +
      1A80 ᪀᪁᪂᪃᪄᪅᪆᪇᪈᪉᪊᪋᪌᪍᪎᪏᪐᪑᪒᪓᪔᪕᪖᪗᪘᪙᪚᪛᪜᪝᪞᪟ +
      1AA0 ᪠᪡᪢᪣᪤᪥᪦ᪧ᪨᪩᪪᪫᪬᪭᪮᪯᪵᪶᪷᪸᪹᪺᪽᪰᪱᪲᪳᪴᪻᪼᪾ᪿ +
      1AC0 ᫀ᫃᫄᫊᫁᫂᫅᫆᫇᫈᫉᫋ᫌᫍᫎ᫏᫐᫑᫒᫓᫔᫕᫖᫗᫘᫙᫚᫛᫜᫝᫞᫟ +
      1AE0 ᫠᫡᫢᫣᫤᫥᫦᫧᫨᫩᫪᫫᫬᫭᫮᫯᫰᫱᫲᫳᫴᫵᫶᫷᫸᫹᫺᫻᫼᫽᫾᫿ +
      1B00 ᬀᬁᬂᬃᬄᬅᬆᬇᬈᬉᬊᬋᬌᬍᬎᬏᬐᬑᬒᬓᬔᬕᬖᬗᬘᬙᬚᬛᬜᬝᬞᬟ +
      1B20 ᬠᬡᬢᬣᬤᬥᬦᬧᬨᬩᬪᬫᬬᬭᬮᬯᬰᬱᬲᬳ᬴ᬵᬶᬷᬸᬹᬺᬻᬼᬽᬾᬿ +
      1B40 ᭀᭁᭂᭃ᭄ᭅᭆᭇᭈᭉᭊᭋᭌ᭍᭎᭏᭐᭑᭒᭓᭔᭕᭖᭗᭘᭙᭚᭛᭜᭝᭞᭟ +
      1B60 ᭠᭡᭢᭣᭤᭥᭦᭧᭨᭩᭪᭬᭫᭭᭮᭯᭰᭱᭲᭳᭴᭵᭶᭷᭸᭹᭺᭻᭼᭽᭾᭿ +
      1B80 ᮀᮁᮂᮃᮄᮅᮆᮇᮈᮉᮊᮋᮌᮍᮎᮏᮐᮑᮒᮓᮔᮕᮖᮗᮘᮙᮚᮛᮜᮝᮞᮟ +
      1BA0 ᮠᮡᮢᮣᮤᮥᮦᮧᮨᮩ᮪᮫ᮬᮭᮮᮯ᮰᮱᮲᮳᮴᮵᮶᮷᮸᮹ᮺᮻᮼᮽᮾᮿ +
      1BC0 ᯀᯁᯂᯃᯄᯅᯆᯇᯈᯉᯊᯋᯌᯍᯎᯏᯐᯑᯒᯓᯔᯕᯖᯗᯘᯙᯚᯛᯜᯝᯞᯟ +
      1BE0 ᯠᯡᯢᯣᯤᯥ᯦ᯧᯨᯩᯪᯫᯬᯭᯮᯯᯰᯱ᯲᯳᯴᯵᯶᯷᯸᯹᯺᯻᯼᯽᯾᯿ +
      1C00 ᰀᰁᰂᰃᰄᰅᰆᰇᰈᰉᰊᰋᰌᰍᰎᰏᰐᰑᰒᰓᰔᰕᰖᰗᰘᰙᰚᰛᰜᰝᰞᰟ +
      1C20 ᰠᰡᰢᰣᰤᰥᰦᰧᰨᰩᰪᰫᰬᰭᰮᰯᰰᰱᰲᰳᰴᰵᰶ᰷᰸᰹᰺᰻᰼᰽᰾᰿ +
      1C40 ᱀᱁᱂᱃᱄᱅᱆᱇᱈᱉᱊᱋᱌ᱍᱎᱏ᱐᱑᱒᱓᱔᱕᱖᱗᱘᱙ᱚᱛᱜᱝᱞᱟ +
      1C60 ᱠᱡᱢᱣᱤᱥᱦᱧᱨᱩᱪᱫᱬᱭᱮᱯᱰᱱᱲᱳᱴᱵᱶᱷᱸᱹᱺᱻᱼᱽ᱾᱿ +
      1C80 ᲀᲁᲂᲃᲄᲅᲆᲇᲈᲉᲊ᲋᲌᲍᲎᲏ᲐᲑᲒᲓᲔᲕᲖᲗᲘᲙᲚᲛᲜᲝᲞᲟ +
      1CA0 ᲠᲡᲢᲣᲤᲥᲦᲧᲨᲩᲪᲫᲬᲭᲮᲯᲰᲱᲲᲳᲴᲵᲶᲷᲸᲹᲺ᲻᲼ᲽᲾᲿ +
      1CC0 ᳀᳁᳂᳃᳄᳅᳆᳇᳈᳉᳊᳋᳌᳍᳎᳏᳐᳑᳒᳓᳔᳕᳖᳗᳘᳙᳜᳝᳞᳟᳚᳛ +
      1CE0 ᳠᳡᳢᳣᳤᳥᳦᳧᳨ᳩᳪᳫᳬ᳭ᳮᳯᳰᳱᳲᳳ᳴ᳵᳶ᳷᳸᳹ᳺ᳻᳼᳽᳾᳿ +
      1D00 ᴀᴁᴂᴃᴄᴅᴆᴇᴈᴉᴊᴋᴌᴍᴎᴏᴐᴑᴒᴓᴔᴕᴖᴗᴘᴙᴚᴛᴜᴝᴞᴟ +
      1D20 ᴠᴡᴢᴣᴤᴥᴦᴧᴨᴩᴪᴫᴬᴭᴮᴯᴰᴱᴲᴳᴴᴵᴶᴷᴸᴹᴺᴻᴼᴽᴾᴿ +
      1D40 ᵀᵁᵂᵃᵄᵅᵆᵇᵈᵉᵊᵋᵌᵍᵎᵏᵐᵑᵒᵓᵔᵕᵖᵗᵘᵙᵚᵛᵜᵝᵞᵟ +
      1D60 ᵠᵡᵢᵣᵤᵥᵦᵧᵨᵩᵪᵫᵬᵭᵮᵯᵰᵱᵲᵳᵴᵵᵶᵷᵸᵹᵺᵻᵼᵽᵾᵿ +
      1D80 ᶀᶁᶂᶃᶄᶅᶆᶇᶈᶉᶊᶋᶌᶍᶎᶏᶐᶑᶒᶓᶔᶕᶖᶗᶘᶙᶚᶛᶜᶝᶞᶟ +
      1DA0 ᶠᶡᶢᶣᶤᶥᶦᶧᶨᶩᶪᶫᶬᶭᶮᶯᶰᶱᶲᶳᶴᶵᶶᶷᶸᶹᶺᶻᶼᶽᶾᶿ +
      1DC0 ᷐᷎᷂᷊᷏᷀᷁᷃᷄᷅᷆᷇᷈᷉᷋᷌᷑᷒ᷓᷔᷕᷖᷗᷘᷙᷚᷛᷜᷝᷞᷟ᷍ +
      1DE0 ᷺᷹᷽᷿᷷᷸ᷠᷡᷢᷣᷤᷥᷦᷧᷨᷩᷪᷫᷬᷭᷮᷯᷰᷱᷲᷳᷴ᷵᷻᷾᷶᷼ +
      1E00 ḀḁḂḃḄḅḆḇḈḉḊḋḌḍḎḏḐḑḒḓḔḕḖḗḘḙḚḛḜḝḞḟ +
      1E20 ḠḡḢḣḤḥḦḧḨḩḪḫḬḭḮḯḰḱḲḳḴḵḶḷḸḹḺḻḼḽḾḿ +
      1E40 ṀṁṂṃṄṅṆṇṈṉṊṋṌṍṎṏṐṑṒṓṔṕṖṗṘṙṚṛṜṝṞṟ +
      1E60 ṠṡṢṣṤṥṦṧṨṩṪṫṬṭṮṯṰṱṲṳṴṵṶṷṸṹṺṻṼṽṾṿ +
      1E80 ẀẁẂẃẄẅẆẇẈẉẊẋẌẍẎẏẐẑẒẓẔẕẖẗẘẙẚẛẜẝẞẟ +
      1EA0 ẠạẢảẤấẦầẨẩẪẫẬậẮắẰằẲẳẴẵẶặẸẹẺẻẼẽẾế +
      1EC0 ỀềỂểỄễỆệỈỉỊịỌọỎỏỐốỒồỔổỖỗỘộỚớỜờỞở +
      1EE0 ỠỡỢợỤụỦủỨứỪừỬửỮữỰựỲỳỴỵỶỷỸỹỺỻỼỽỾỿ +
      1F00 ἀἁἂἃἄἅἆἇἈἉἊἋἌἍἎἏἐἑἒἓἔἕ἖἗ἘἙἚἛἜἝ἞἟ +
      1F20 ἠἡἢἣἤἥἦἧἨἩἪἫἬἭἮἯἰἱἲἳἴἵἶἷἸἹἺἻἼἽἾἿ +
      1F40 ὀὁὂὃὄὅ὆὇ὈὉὊὋὌὍ὎὏ὐὑὒὓὔὕὖὗ὘Ὑ὚Ὓ὜Ὕ὞Ὗ +
      1F60 ὠὡὢὣὤὥὦὧὨὩὪὫὬὭὮὯὰάὲέὴήὶίὸόὺύὼώ὾὿ +
      1F80 ᾀᾁᾂᾃᾄᾅᾆᾇᾈᾉᾊᾋᾌᾍᾎᾏᾐᾑᾒᾓᾔᾕᾖᾗᾘᾙᾚᾛᾜᾝᾞᾟ +
      1FA0 ᾠᾡᾢᾣᾤᾥᾦᾧᾨᾩᾪᾫᾬᾭᾮᾯᾰᾱᾲᾳᾴ᾵ᾶᾷᾸᾹᾺΆᾼ᾽ι᾿ +
      1FC0 ῀῁ῂῃῄ῅ῆῇῈΈῊΉῌ῍῎῏ῐῑῒΐ῔῕ῖῗῘῙῚΊ῜῝῞῟ +
      1FE0 ῠῡῢΰῤῥῦῧῨῩῪΎῬ῭΅`῰῱ῲῳῴ῵ῶῷῸΌῺΏῼ´῾῿ +
      2000            ​‌‍‎‏‐‑‒–—―‖‗‘’‚‛“”„‟ +
      2020 †‡•‣․‥…‧

‪‫‬‭‮ ‰‱′″‴‵‶‷‸‹›※‼‽‾‿ +
      2040 ⁀⁁⁂⁃⁄⁅⁆⁇⁈⁉⁊⁋⁌⁍⁎⁏⁐⁑⁒⁓⁔⁕⁖⁗⁘⁙⁚⁛⁜⁝⁞  +
      2060 ⁠⁡⁢⁣⁤⁥⁦⁧⁨⁩⁰ⁱ⁲⁳⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽⁾ⁿ +
      2080 ₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎₏ₐₑₒₓₔₕₖₗₘₙₚₛₜ₝₞₟ +
      20A0 ₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₰₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿ +
      20C0 ⃀⃁⃂⃃⃄⃅⃆⃇⃈⃉⃊⃋⃌⃍⃎⃏⃒⃓⃘⃙⃚⃐⃑⃔⃕⃖⃗⃛⃜⃝⃞⃟ +
      20E0 ⃠⃡⃢⃣⃤⃥⃦⃪⃫⃨⃬⃭⃮⃯⃧⃩⃰⃱⃲⃳⃴⃵⃶⃷⃸⃹⃺⃻⃼⃽⃾⃿ +
      2100 ℀℁ℂ℃℄℅℆ℇ℈℉ℊℋℌℍℎℏℐℑℒℓ℔ℕ№℗℘ℙℚℛℜℝ℞℟ +
      2120 ℠℡™℣ℤ℥Ω℧ℨ℩KÅℬℭ℮ℯℰℱℲℳℴℵℶℷℸℹ℺℻ℼℽℾℿ +
      2140 ⅀⅁⅂⅃⅄ⅅⅆⅇⅈⅉ⅊⅋⅌⅍ⅎ⅏⅐⅑⅒⅓⅔⅕⅖⅗⅘⅙⅚⅛⅜⅝⅞⅟ +
      2160 ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫⅬⅭⅮⅯⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹⅺⅻⅼⅽⅾⅿ +
      2180 ↀↁↂↃↄↅↆↇↈ↉↊↋↌↍↎↏←↑→↓↔↕↖↗↘↙↚↛↜↝↞↟ +
      21A0 ↠↡↢↣↤↥↦↧↨↩↪↫↬↭↮↯↰↱↲↳↴↵↶↷↸↹↺↻↼↽↾↿ +
      21C0 ⇀⇁⇂⇃⇄⇅⇆⇇⇈⇉⇊⇋⇌⇍⇎⇏⇐⇑⇒⇓⇔⇕⇖⇗⇘⇙⇚⇛⇜⇝⇞⇟ +
      21E0 ⇠⇡⇢⇣⇤⇥⇦⇧⇨⇩⇪⇫⇬⇭⇮⇯⇰⇱⇲⇳⇴⇵⇶⇷⇸⇹⇺⇻⇼⇽⇾⇿ +
      2200 ∀∁∂∃∄∅∆∇∈∉∊∋∌∍∎∏∐∑−∓∔∕∖∗∘∙√∛∜∝∞∟ +
      2220 ∠∡∢∣∤∥∦∧∨∩∪∫∬∭∮∯∰∱∲∳∴∵∶∷∸∹∺∻∼∽∾∿ +
      2240 ≀≁≂≃≄≅≆≇≈≉≊≋≌≍≎≏≐≑≒≓≔≕≖≗≘≙≚≛≜≝≞≟ +
      2260 ≠≡≢≣≤≥≦≧≨≩≪≫≬≭≮≯≰≱≲≳≴≵≶≷≸≹≺≻≼≽≾≿ +
      2280 ⊀⊁⊂⊃⊄⊅⊆⊇⊈⊉⊊⊋⊌⊍⊎⊏⊐⊑⊒⊓⊔⊕⊖⊗⊘⊙⊚⊛⊜⊝⊞⊟ +
      22A0 ⊠⊡⊢⊣⊤⊥⊦⊧⊨⊩⊪⊫⊬⊭⊮⊯⊰⊱⊲⊳⊴⊵⊶⊷⊸⊹⊺⊻⊼⊽⊾⊿ +
      22C0 ⋀⋁⋂⋃⋄⋅⋆⋇⋈⋉⋊⋋⋌⋍⋎⋏⋐⋑⋒⋓⋔⋕⋖⋗⋘⋙⋚⋛⋜⋝⋞⋟ +
      22E0 ⋠⋡⋢⋣⋤⋥⋦⋧⋨⋩⋪⋫⋬⋭⋮⋯⋰⋱⋲⋳⋴⋵⋶⋷⋸⋹⋺⋻⋼⋽⋾⋿ +
      2300 ⌀⌁⌂⌃⌄⌅⌆⌇⌈⌉⌊⌋⌌⌍⌎⌏⌐⌑⌒⌓⌔⌕⌖⌗⌘⌙⌚⌛⌜⌝⌞⌟ +
      2320 ⌠⌡⌢⌣⌤⌥⌦⌧⌨〈〉⌫⌬⌭⌮⌯⌰⌱⌲⌳⌴⌵⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿ +
      2340 ⍀⍁⍂⍃⍄⍅⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏⍐⍑⍒⍓⍔⍕⍖⍗⍘⍙⍚⍛⍜⍝⍞⍟ +
      2360 ⍠⍡⍢⍣⍤⍥⍦⍧⍨⍩⍪⍫⍬⍭⍮⍯⍰⍱⍲⍳⍴⍵⍶⍷⍸⍹⍺⍻⍼⍽⍾⍿ +
      2380 ⎀⎁⎂⎃⎄⎅⎆⎇⎈⎉⎊⎋⎌⎍⎎⎏⎐⎑⎒⎓⎔⎕⎖⎗⎘⎙⎚⎛⎜⎝⎞⎟ +
      23A0 ⎠⎡⎢⎣⎤⎥⎦⎧⎨⎩⎪⎫⎬⎭⎮⎯⎰⎱⎲⎳⎴⎵⎶⎷⎸⎹⎺⎻⎼⎽⎾⎿ +
      23C0 ⏀⏁⏂⏃⏄⏅⏆⏇⏈⏉⏊⏋⏌⏍⏎⏏⏐⏑⏒⏓⏔⏕⏖⏗⏘⏙⏚⏛⏜⏝⏞⏟ +
      23E0 ⏠⏡⏢⏣⏤⏥⏦⏧⏨⏩⏪⏫⏬⏭⏮⏯⏰⏱⏲⏳⏴⏵⏶⏷⏸⏹⏺⏻⏼⏽⏾⏿ +
      2400 ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟ +
      2420 ␠␡␢␣␤␥␦␧␨␩␪␫␬␭␮␯␰␱␲␳␴␵␶␷␸␹␺␻␼␽␾␿ +
      2440 ⑀⑁⑂⑃⑄⑅⑆⑇⑈⑉⑊⑋⑌⑍⑎⑏⑐⑑⑒⑓⑔⑕⑖⑗⑘⑙⑚⑛⑜⑝⑞⑟ +
      2460 ①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿ +
      2480 ⒀⒁⒂⒃⒄⒅⒆⒇⒈⒉⒊⒋⒌⒍⒎⒏⒐⒑⒒⒓⒔⒕⒖⒗⒘⒙⒚⒛⒜⒝⒞⒟ +
      24A0 ⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿ +
      24C0 ⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟ +
      24E0 ⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ⓪⓫⓬⓭⓮⓯⓰⓱⓲⓳⓴⓵⓶⓷⓸⓹⓺⓻⓼⓽⓾⓿ +
      2500 ─━│┃┄┅┆┇┈┉┊┋┌┍┎┏┐┑┒┓└┕┖┗┘┙┚┛├┝┞┟ +
      2520 ┠┡┢┣┤┥┦┧┨┩┪┫┬┭┮┯┰┱┲┳┴┵┶┷┸┹┺┻┼┽┾┿ +
      2540 ╀╁╂╃╄╅╆╇╈╉╊╋╌╍╎╏═║╒╓╔╕╖╗╘╙╚╛╜╝╞╟ +
      2560 ╠╡╢╣╤╥╦╧╨╩╪╫╬╭╮╯╰╱╲╳╴╵╶╷╸╹╺╻╼╽╾╿ +
      2580 ▀▁▂▃▄▅▆▇█▉▊▋▌▍▎▏▐░▒▓▔▕▖▗▘▙▚▛▜▝▞▟ +
      25A0 ■□▢▣▤▥▦▧▨▩▪▫▬▭▮▯▰▱▲△▴▵▶▷▸▹►▻▼▽▾▿ +
      25C0 ◀◁◂◃◄◅◆◇◈◉◊○◌◍◎●◐◑◒◓◔◕◖◗◘◙◚◛◜◝◞◟ +
      25E0 ◠◡◢◣◤◥◦◧◨◩◪◫◬◭◮◯◰◱◲◳◴◵◶◷◸◹◺◻◼◽◾◿ +
      2600 ☀☁☂☃☄★☆☇☈☉☊☋☌☍☎☏☐☑☒☓☔☕☖☗☘☙☚☛☜☝☞☟ +
      2620 ☠☡☢☣☤☥☦☧☨☩☪☫☬☭☮☯☰☱☲☳☴☵☶☷☸☹☺☻☼☽☾☿ +
      2640 ♀♁♂♃♄♅♆♇♈♉♊♋♌♍♎♏♐♑♒♓♔♕♖♗♘♙♚♛♜♝♞♟ +
      2660 ♠♡♢♣♤♥♦♧♨♩♪♫♬♭♮♯♰♱♲♳♴♵♶♷♸♹♺♻♼♽♾♿ +
      2680 ⚀⚁⚂⚃⚄⚅⚆⚇⚈⚉⚊⚋⚌⚍⚎⚏⚐⚑⚒⚓⚔⚕⚖⚗⚘⚙⚚⚛⚜⚝⚞⚟ +
      26A0 ⚠⚡⚢⚣⚤⚥⚦⚧⚨⚩⚪⚫⚬⚭⚮⚯⚰⚱⚲⚳⚴⚵⚶⚷⚸⚹⚺⚻⚼⚽⚾⚿ +
      26C0 ⛀⛁⛂⛃⛄⛅⛆⛇⛈⛉⛊⛋⛌⛍⛎⛏⛐⛑⛒⛓⛔⛕⛖⛗⛘⛙⛚⛛⛜⛝⛞⛟ +
      26E0 ⛠⛡⛢⛣⛤⛥⛦⛧⛨⛩⛪⛫⛬⛭⛮⛯⛰⛱⛲⛳⛴⛵⛶⛷⛸⛹⛺⛻⛼⛽⛾⛿ +
      2700 ✀✁✂✃✄✅✆✇✈✉✊✋✌✍✎✏✐✑✒✓✔✕✖✗✘✙✚✛✜✝✞✟ +
      2720 ✠✡✢✣✤✥✦✧✨✩✪✫✬✭✮✯✰✱✲✳✴✵✶✷✸✹✺✻✼✽✾✿ +
      2740 ❀❁❂❃❄❅❆❇❈❉❊❋❌❍❎❏❐❑❒❓❔❕❖❗❘❙❚❛❜❝❞❟ +
      2760 ❠❡❢❣❤❥❦❧❨❩❪❫❬❭❮❯❰❱❲❳❴❵❶❷❸❹❺❻❼❽❾❿ +
      2780 ➀➁➂➃➄➅➆➇➈➉➊➋➌➍➎➏➐➑➒➓➔➕➖➗➘➙➚➛➜➝➞➟ +
      27A0 ➠➡➢➣➤➥➦➧➨➩➪➫➬➭➮➯➰➱➲➳➴➵➶➷➸➹➺➻➼➽➾➿ +
      27C0 ⟀⟁⟂⟃⟄⟅⟆⟇⟈⟉⟊⟋⟌⟍⟎⟏⟐⟑⟒⟓⟔⟕⟖⟗⟘⟙⟚⟛⟜⟝⟞⟟ +
      27E0 ⟠⟡⟢⟣⟤⟥⟦⟧⟨⟩⟪⟫⟬⟭⟮⟯⟰⟱⟲⟳⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿ +
      2800 ⠀⠁⠂⠃⠄⠅⠆⠇⠈⠉⠊⠋⠌⠍⠎⠏⠐⠑⠒⠓⠔⠕⠖⠗⠘⠙⠚⠛⠜⠝⠞⠟ +
      2820 ⠠⠡⠢⠣⠤⠥⠦⠧⠨⠩⠪⠫⠬⠭⠮⠯⠰⠱⠲⠳⠴⠵⠶⠷⠸⠹⠺⠻⠼⠽⠾⠿ +
      2840 ⡀⡁⡂⡃⡄⡅⡆⡇⡈⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒⡓⡔⡕⡖⡗⡘⡙⡚⡛⡜⡝⡞⡟ +
      2860 ⡠⡡⡢⡣⡤⡥⡦⡧⡨⡩⡪⡫⡬⡭⡮⡯⡰⡱⡲⡳⡴⡵⡶⡷⡸⡹⡺⡻⡼⡽⡾⡿ +
      2880 ⢀⢁⢂⢃⢄⢅⢆⢇⢈⢉⢊⢋⢌⢍⢎⢏⢐⢑⢒⢓⢔⢕⢖⢗⢘⢙⢚⢛⢜⢝⢞⢟ +
      28A0 ⢠⢡⢢⢣⢤⢥⢦⢧⢨⢩⢪⢫⢬⢭⢮⢯⢰⢱⢲⢳⢴⢵⢶⢷⢸⢹⢺⢻⢼⢽⢾⢿ +
      28C0 ⣀⣁⣂⣃⣄⣅⣆⣇⣈⣉⣊⣋⣌⣍⣎⣏⣐⣑⣒⣓⣔⣕⣖⣗⣘⣙⣚⣛⣜⣝⣞⣟ +
      28E0 ⣠⣡⣢⣣⣤⣥⣦⣧⣨⣩⣪⣫⣬⣭⣮⣯⣰⣱⣲⣳⣴⣵⣶⣷⣸⣹⣺⣻⣼⣽⣾⣿ +
      2900 ⤀⤁⤂⤃⤄⤅⤆⤇⤈⤉⤊⤋⤌⤍⤎⤏⤐⤑⤒⤓⤔⤕⤖⤗⤘⤙⤚⤛⤜⤝⤞⤟ +
      2920 ⤠⤡⤢⤣⤤⤥⤦⤧⤨⤩⤪⤫⤬⤭⤮⤯⤰⤱⤲⤳⤴⤵⤶⤷⤸⤹⤺⤻⤼⤽⤾⤿ +
      2940 ⥀⥁⥂⥃⥄⥅⥆⥇⥈⥉⥊⥋⥌⥍⥎⥏⥐⥑⥒⥓⥔⥕⥖⥗⥘⥙⥚⥛⥜⥝⥞⥟ +
      2960 ⥠⥡⥢⥣⥤⥥⥦⥧⥨⥩⥪⥫⥬⥭⥮⥯⥰⥱⥲⥳⥴⥵⥶⥷⥸⥹⥺⥻⥼⥽⥾⥿ +
      2980 ⦀⦁⦂⦃⦄⦅⦆⦇⦈⦉⦊⦋⦌⦍⦎⦏⦐⦑⦒⦓⦔⦕⦖⦗⦘⦙⦚⦛⦜⦝⦞⦟ +
      29A0 ⦠⦡⦢⦣⦤⦥⦦⦧⦨⦩⦪⦫⦬⦭⦮⦯⦰⦱⦲⦳⦴⦵⦶⦷⦸⦹⦺⦻⦼⦽⦾⦿ +
      29C0 ⧀⧁⧂⧃⧄⧅⧆⧇⧈⧉⧊⧋⧌⧍⧎⧏⧐⧑⧒⧓⧔⧕⧖⧗⧘⧙⧚⧛⧜⧝⧞⧟ +
      29E0 ⧠⧡⧢⧣⧤⧥⧦⧧⧨⧩⧪⧫⧬⧭⧮⧯⧰⧱⧲⧳⧴⧵⧶⧷⧸⧹⧺⧻⧼⧽⧾⧿ +
      2A00 ⨀⨁⨂⨃⨄⨅⨆⨇⨈⨉⨊⨋⨌⨍⨎⨏⨐⨑⨒⨓⨔⨕⨖⨗⨘⨙⨚⨛⨜⨝⨞⨟ +
      2A20 ⨠⨡⨢⨣⨤⨥⨦⨧⨨⨩⨪⨫⨬⨭⨮⨯⨰⨱⨲⨳⨴⨵⨶⨷⨸⨹⨺⨻⨼⨽⨾⨿ +
      2A40 ⩀⩁⩂⩃⩄⩅⩆⩇⩈⩉⩊⩋⩌⩍⩎⩏⩐⩑⩒⩓⩔⩕⩖⩗⩘⩙⩚⩛⩜⩝⩞⩟ +
      2A60 ⩠⩡⩢⩣⩤⩥⩦⩧⩨⩩⩪⩫⩬⩭⩮⩯⩰⩱⩲⩳⩴⩵⩶⩷⩸⩹⩺⩻⩼⩽⩾⩿ +
      2A80 ⪀⪁⪂⪃⪄⪅⪆⪇⪈⪉⪊⪋⪌⪍⪎⪏⪐⪑⪒⪓⪔⪕⪖⪗⪘⪙⪚⪛⪜⪝⪞⪟ +
      2AA0 ⪠⪡⪢⪣⪤⪥⪦⪧⪨⪩⪪⪫⪬⪭⪮⪯⪰⪱⪲⪳⪴⪵⪶⪷⪸⪹⪺⪻⪼⪽⪾⪿ +
      2AC0 ⫀⫁⫂⫃⫄⫅⫆⫇⫈⫉⫊⫋⫌⫍⫎⫏⫐⫑⫒⫓⫔⫕⫖⫗⫘⫙⫚⫛⫝̸⫝⫞⫟ +
      2AE0 ⫠⫡⫢⫣⫤⫥⫦⫧⫨⫩⫪⫫⫬⫭⫮⫯⫰⫱⫲⫳⫴⫵⫶⫷⫸⫹⫺⫻⫼⫽⫾⫿ +
      2B00 ⬀⬁⬂⬃⬄⬅⬆⬇⬈⬉⬊⬋⬌⬍⬎⬏⬐⬑⬒⬓⬔⬕⬖⬗⬘⬙⬚⬛⬜⬝⬞⬟ +
      2B20 ⬠⬡⬢⬣⬤⬥⬦⬧⬨⬩⬪⬫⬬⬭⬮⬯⬰⬱⬲⬳⬴⬵⬶⬷⬸⬹⬺⬻⬼⬽⬾⬿ +
      2B40 ⭀⭁⭂⭃⭄⭅⭆⭇⭈⭉⭊⭋⭌⭍⭎⭏⭐⭑⭒⭓⭔⭕⭖⭗⭘⭙⭚⭛⭜⭝⭞⭟ +
      2B60 ⭠⭡⭢⭣⭤⭥⭦⭧⭨⭩⭪⭫⭬⭭⭮⭯⭰⭱⭲⭳⭴⭵⭶⭷⭸⭹⭺⭻⭼⭽⭾⭿ +
      2B80 ⮀⮁⮂⮃⮄⮅⮆⮇⮈⮉⮊⮋⮌⮍⮎⮏⮐⮑⮒⮓⮔⮕⮖⮗⮘⮙⮚⮛⮜⮝⮞⮟ +
      2BA0 ⮠⮡⮢⮣⮤⮥⮦⮧⮨⮩⮪⮫⮬⮭⮮⮯⮰⮱⮲⮳⮴⮵⮶⮷⮸⮹⮺⮻⮼⮽⮾⮿ +
      2BC0 ⯀⯁⯂⯃⯄⯅⯆⯇⯈⯉⯊⯋⯌⯍⯎⯏⯐⯑⯒⯓⯔⯕⯖⯗⯘⯙⯚⯛⯜⯝⯞⯟ +
      2BE0 ⯠⯡⯢⯣⯤⯥⯦⯧⯨⯩⯪⯫⯬⯭⯮⯯⯰⯱⯲⯳⯴⯵⯶⯷⯸⯹⯺⯻⯼⯽⯾⯿ +
      2C00 ⰀⰁⰂⰃⰄⰅⰆⰇⰈⰉⰊⰋⰌⰍⰎⰏⰐⰑⰒⰓⰔⰕⰖⰗⰘⰙⰚⰛⰜⰝⰞⰟ +
      2C20 ⰠⰡⰢⰣⰤⰥⰦⰧⰨⰩⰪⰫⰬⰭⰮⰯⰰⰱⰲⰳⰴⰵⰶⰷⰸⰹⰺⰻⰼⰽⰾⰿ +
      2C40 ⱀⱁⱂⱃⱄⱅⱆⱇⱈⱉⱊⱋⱌⱍⱎⱏⱐⱑⱒⱓⱔⱕⱖⱗⱘⱙⱚⱛⱜⱝⱞⱟ +
      2C60 ⱠⱡⱢⱣⱤⱥⱦⱧⱨⱩⱪⱫⱬⱭⱮⱯⱰⱱⱲⱳⱴⱵⱶⱷⱸⱹⱺⱻⱼⱽⱾⱿ +
      2C80 ⲀⲁⲂⲃⲄⲅⲆⲇⲈⲉⲊⲋⲌⲍⲎⲏⲐⲑⲒⲓⲔⲕⲖⲗⲘⲙⲚⲛⲜⲝⲞⲟ +
      2CA0 ⲠⲡⲢⲣⲤⲥⲦⲧⲨⲩⲪⲫⲬⲭⲮⲯⲰⲱⲲⲳⲴⲵⲶⲷⲸⲹⲺⲻⲼⲽⲾⲿ +
      2CC0 ⳀⳁⳂⳃⳄⳅⳆⳇⳈⳉⳊⳋⳌⳍⳎⳏⳐⳑⳒⳓⳔⳕⳖⳗⳘⳙⳚⳛⳜⳝⳞⳟ +
      2CE0 ⳠⳡⳢⳣⳤ⳥⳦⳧⳨⳩⳪ⳫⳬⳭⳮ⳯⳰⳱Ⳳⳳ⳴⳵⳶⳷⳸⳹⳺⳻⳼⳽⳾⳿ +
      2D00 ⴀⴁⴂⴃⴄⴅⴆⴇⴈⴉⴊⴋⴌⴍⴎⴏⴐⴑⴒⴓⴔⴕⴖⴗⴘⴙⴚⴛⴜⴝⴞⴟ +
      2D20 ⴠⴡⴢⴣⴤⴥ⴦ⴧ⴨⴩⴪⴫⴬ⴭ⴮⴯ⴰⴱⴲⴳⴴⴵⴶⴷⴸⴹⴺⴻⴼⴽⴾⴿ +
      2D40 ⵀⵁⵂⵃⵄⵅⵆⵇⵈⵉⵊⵋⵌⵍⵎⵏⵐⵑⵒⵓⵔⵕⵖⵗⵘⵙⵚⵛⵜⵝⵞⵟ +
      2D60 ⵠⵡⵢⵣⵤⵥⵦⵧ⵨⵩⵪⵫⵬⵭⵮ⵯ⵰⵱⵲⵳⵴⵵⵶⵷⵸⵹⵺⵻⵼⵽⵾⵿ +
      2D80 ⶀⶁⶂⶃⶄⶅⶆⶇⶈⶉⶊⶋⶌⶍⶎⶏⶐⶑⶒⶓⶔⶕⶖ⶗⶘⶙⶚⶛⶜⶝⶞⶟ +
      2DA0 ⶠⶡⶢⶣⶤⶥⶦ⶧ⶨⶩⶪⶫⶬⶭⶮ⶯ⶰⶱⶲⶳⶴⶵⶶ⶷ⶸⶹⶺⶻⶼⶽⶾ⶿ +
      2DC0 ⷀⷁⷂⷃⷄⷅⷆ⷇ⷈⷉⷊⷋⷌⷍⷎ⷏ⷐⷑⷒⷓⷔⷕⷖ⷗ⷘⷙⷚⷛⷜⷝⷞ⷟ +
      2DE0 ⷠⷡⷢⷣⷤⷥⷦⷧⷨⷩⷪⷫⷬⷭⷮⷯⷰⷱⷲⷳⷴⷵⷶⷷⷸⷹⷺⷻⷼⷽⷾⷿ +
      2E00 ⸀⸁⸂⸃⸄⸅⸆⸇⸈⸉⸊⸋⸌⸍⸎⸏⸐⸑⸒⸓⸔⸕⸖⸗⸘⸙⸚⸛⸜⸝⸞⸟ +
      2E20 ⸠⸡⸢⸣⸤⸥⸦⸧⸨⸩⸪⸫⸬⸭⸮ⸯ⸰⸱⸲⸳⸴⸵⸶⸷⸸⸹⸺⸻⸼⸽⸾⸿ +
      2E40 ⹀⹁⹂⹃⹄⹅⹆⹇⹈⹉⹊⹋⹌⹍⹎⹏⹐⹑⹒⹓⹔⹕⹖⹗⹘⹙⹚⹛⹜⹝⹞⹟ +
      2E60 ⹠⹡⹢⹣⹤⹥⹦⹧⹨⹩⹪⹫⹬⹭⹮⹯⹰⹱⹲⹳⹴⹵⹶⹷⹸⹹⹺⹻⹼⹽⹾⹿ +
      2E80 ⺀⺁⺂⺃⺄⺅⺆⺇⺈⺉⺊⺋⺌⺍⺎⺏⺐⺑⺒⺓⺔⺕⺖⺗⺘⺙⺚⺛⺜⺝⺞⺟ +
      2EA0 ⺠⺡⺢⺣⺤⺥⺦⺧⺨⺩⺪⺫⺬⺭⺮⺯⺰⺱⺲⺳⺴⺵⺶⺷⺸⺹⺺⺻⺼⺽⺾⺿ +
      2EC0 ⻀⻁⻂⻃⻄⻅⻆⻇⻈⻉⻊⻋⻌⻍⻎⻏⻐⻑⻒⻓⻔⻕⻖⻗⻘⻙⻚⻛⻜⻝⻞⻟ +
      2EE0 ⻠⻡⻢⻣⻤⻥⻦⻧⻨⻩⻪⻫⻬⻭⻮⻯⻰⻱⻲⻳⻴⻵⻶⻷⻸⻹⻺⻻⻼⻽⻾⻿ +
      2F00 ⼀⼁⼂⼃⼄⼅⼆⼇⼈⼉⼊⼋⼌⼍⼎⼏⼐⼑⼒⼓⼔⼕⼖⼗⼘⼙⼚⼛⼜⼝⼞⼟ +
      2F20 ⼠⼡⼢⼣⼤⼥⼦⼧⼨⼩⼪⼫⼬⼭⼮⼯⼰⼱⼲⼳⼴⼵⼶⼷⼸⼹⼺⼻⼼⼽⼾⼿ +
      2F40 ⽀⽁⽂⽃⽄⽅⽆⽇⽈⽉⽊⽋⽌⽍⽎⽏⽐⽑⽒⽓⽔⽕⽖⽗⽘⽙⽚⽛⽜⽝⽞⽟ +
      2F60 ⽠⽡⽢⽣⽤⽥⽦⽧⽨⽩⽪⽫⽬⽭⽮⽯⽰⽱⽲⽳⽴⽵⽶⽷⽸⽹⽺⽻⽼⽽⽾⽿ +
      2F80 ⾀⾁⾂⾃⾄⾅⾆⾇⾈⾉⾊⾋⾌⾍⾎⾏⾐⾑⾒⾓⾔⾕⾖⾗⾘⾙⾚⾛⾜⾝⾞⾟ +
      2FA0 ⾠⾡⾢⾣⾤⾥⾦⾧⾨⾩⾪⾫⾬⾭⾮⾯⾰⾱⾲⾳⾴⾵⾶⾷⾸⾹⾺⾻⾼⾽⾾⾿ +
      2FC0 ⿀⿁⿂⿃⿄⿅⿆⿇⿈⿉⿊⿋⿌⿍⿎⿏⿐⿑⿒⿓⿔⿕⿖⿗⿘⿙⿚⿛⿜⿝⿞⿟ +
      2FE0 ⿠⿡⿢⿣⿤⿥⿦⿧⿨⿩⿪⿫⿬⿭⿮⿯⿰⿱⿲⿳⿴⿵⿶⿷⿸⿹⿺⿻⿼⿽⿾⿿ +
      3000  、。〃〄々〆〇〈〉《》「」『』【】〒〓〔〕〖〗〘〙〚〛〜〝〞〟 +
      3020 〠〡〢〣〤〥〦〧〨〩〪〭〮〯〫〬〰〱〲〳〴〵〶〷〸〹〺〻〼〽〾〿 +
      3040 ぀ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞた +
      3060 だちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみ +
      3080 むめもゃやゅゆょよらりるれろゎわゐゑをんゔゕゖ゗゘゙゚゛゜ゝゞゟ +
      30A0 ゠ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタ +
      30C0 ダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミ +
      30E0 ムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶヷヸヹヺ・ーヽヾヿ +
      3100 ㄀㄁㄂㄃㄄ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄚㄛㄜㄝㄞㄟ +
      3120 ㄠㄡㄢㄣㄤㄥㄦㄧㄨㄩㄪㄫㄬㄭㄮㄯ㄰ㄱㄲㄳㄴㄵㄶㄷㄸㄹㄺㄻㄼㄽㄾㄿ +
      3140 ㅀㅁㅂㅃㅄㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎㅏㅐㅑㅒㅓㅔㅕㅖㅗㅘㅙㅚㅛㅜㅝㅞㅟ +
      3160 ㅠㅡㅢㅣㅤㅥㅦㅧㅨㅩㅪㅫㅬㅭㅮㅯㅰㅱㅲㅳㅴㅵㅶㅷㅸㅹㅺㅻㅼㅽㅾㅿ +
      3180 ㆀㆁㆂㆃㆄㆅㆆㆇㆈㆉㆊㆋㆌㆍㆎ㆏㆐㆑㆒㆓㆔㆕㆖㆗㆘㆙㆚㆛㆜㆝㆞㆟ +
      31A0 ㆠㆡㆢㆣㆤㆥㆦㆧㆨㆩㆪㆫㆬㆭㆮㆯㆰㆱㆲㆳㆴㆵㆶㆷㆸㆹㆺㆻㆼㆽㆾㆿ +
      31C0 ㇀㇁㇂㇃㇄㇅㇆㇇㇈㇉㇊㇋㇌㇍㇎㇏㇐㇑㇒㇓㇔㇕㇖㇗㇘㇙㇚㇛㇜㇝㇞㇟ +
      31E0 ㇠㇡㇢㇣㇤㇥㇦㇧㇨㇩㇪㇫㇬㇭㇮㇯ㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ +
      3200 ㈀㈁㈂㈃㈄㈅㈆㈇㈈㈉㈊㈋㈌㈍㈎㈏㈐㈑㈒㈓㈔㈕㈖㈗㈘㈙㈚㈛㈜㈝㈞㈟ +
      3220 ㈠㈡㈢㈣㈤㈥㈦㈧㈨㈩㈪㈫㈬㈭㈮㈯㈰㈱㈲㈳㈴㈵㈶㈷㈸㈹㈺㈻㈼㈽㈾㈿ +
      3240 ㉀㉁㉂㉃㉄㉅㉆㉇㉈㉉㉊㉋㉌㉍㉎㉏㉐㉑㉒㉓㉔㉕㉖㉗㉘㉙㉚㉛㉜㉝㉞㉟ +
      3260 ㉠㉡㉢㉣㉤㉥㉦㉧㉨㉩㉪㉫㉬㉭㉮㉯㉰㉱㉲㉳㉴㉵㉶㉷㉸㉹㉺㉻㉼㉽㉾㉿ +
      3280 ㊀㊁㊂㊃㊄㊅㊆㊇㊈㊉㊊㊋㊌㊍㊎㊏㊐㊑㊒㊓㊔㊕㊖㊗㊘㊙㊚㊛㊜㊝㊞㊟ +
      32A0 ㊠㊡㊢㊣㊤㊥㊦㊧㊨㊩㊪㊫㊬㊭㊮㊯㊰㊱㊲㊳㊴㊵㊶㊷㊸㊹㊺㊻㊼㊽㊾㊿ +
      32C0 ㋀㋁㋂㋃㋄㋅㋆㋇㋈㋉㋊㋋㋌㋍㋎㋏㋐㋑㋒㋓㋔㋕㋖㋗㋘㋙㋚㋛㋜㋝㋞㋟ +
      32E0 ㋠㋡㋢㋣㋤㋥㋦㋧㋨㋩㋪㋫㋬㋭㋮㋯㋰㋱㋲㋳㋴㋵㋶㋷㋸㋹㋺㋻㋼㋽㋾㋿ +
      3300 ㌀㌁㌂㌃㌄㌅㌆㌇㌈㌉㌊㌋㌌㌍㌎㌏㌐㌑㌒㌓㌔㌕㌖㌗㌘㌙㌚㌛㌜㌝㌞㌟ +
      3320 ㌠㌡㌢㌣㌤㌥㌦㌧㌨㌩㌪㌫㌬㌭㌮㌯㌰㌱㌲㌳㌴㌵㌶㌷㌸㌹㌺㌻㌼㌽㌾㌿ +
      3340 ㍀㍁㍂㍃㍄㍅㍆㍇㍈㍉㍊㍋㍌㍍㍎㍏㍐㍑㍒㍓㍔㍕㍖㍗㍘㍙㍚㍛㍜㍝㍞㍟ +
      3360 ㍠㍡㍢㍣㍤㍥㍦㍧㍨㍩㍪㍫㍬㍭㍮㍯㍰㍱㍲㍳㍴㍵㍶㍷㍸㍹㍺㍻㍼㍽㍾㍿ +
      3380 ㎀㎁㎂㎃㎄㎅㎆㎇㎈㎉㎊㎋㎌㎍㎎㎏㎐㎑㎒㎓㎔㎕㎖㎗㎘㎙㎚㎛㎜㎝㎞㎟ +
      33A0 ㎠㎡㎢㎣㎤㎥㎦㎧㎨㎩㎪㎫㎬㎭㎮㎯㎰㎱㎲㎳㎴㎵㎶㎷㎸㎹㎺㎻㎼㎽㎾㎿ +
      33C0 ㏀㏁㏂㏃㏄㏅㏆㏇㏈㏉㏊㏋㏌㏍㏎㏏㏐㏑㏒㏓㏔㏕㏖㏗㏘㏙㏚㏛㏜㏝㏞㏟ +
      33E0 ㏠㏡㏢㏣㏤㏥㏦㏧㏨㏩㏪㏫㏬㏭㏮㏯㏰㏱㏲㏳㏴㏵㏶㏷㏸㏹㏺㏻㏼㏽㏾㏿ +
      3400 㐀㐁㐂㐃㐄㐅㐆㐇㐈㐉㐊㐋㐌㐍㐎㐏㐐㐑㐒㐓㐔㐕㐖㐗㐘㐙㐚㐛㐜㐝㐞㐟 +
      3420 㐠㐡㐢㐣㐤㐥㐦㐧㐨㐩㐪㐫㐬㐭㐮㐯㐰㐱㐲㐳㐴㐵㐶㐷㐸㐹㐺㐻㐼㐽㐾㐿 +
      3440 㑀㑁㑂㑃㑄㑅㑆㑇㑈㑉㑊㑋㑌㑍㑎㑏㑐㑑㑒㑓㑔㑕㑖㑗㑘㑙㑚㑛㑜㑝㑞㑟 +
      3460 㑠㑡㑢㑣㑤㑥㑦㑧㑨㑩㑪㑫㑬㑭㑮㑯㑰㑱㑲㑳㑴㑵㑶㑷㑸㑹㑺㑻㑼㑽㑾㑿 +
      3480 㒀㒁㒂㒃㒄㒅㒆㒇㒈㒉㒊㒋㒌㒍㒎㒏㒐㒑㒒㒓㒔㒕㒖㒗㒘㒙㒚㒛㒜㒝㒞㒟 +
      34A0 㒠㒡㒢㒣㒤㒥㒦㒧㒨㒩㒪㒫㒬㒭㒮㒯㒰㒱㒲㒳㒴㒵㒶㒷㒸㒹㒺㒻㒼㒽㒾㒿 +
      34C0 㓀㓁㓂㓃㓄㓅㓆㓇㓈㓉㓊㓋㓌㓍㓎㓏㓐㓑㓒㓓㓔㓕㓖㓗㓘㓙㓚㓛㓜㓝㓞㓟 +
      34E0 㓠㓡㓢㓣㓤㓥㓦㓧㓨㓩㓪㓫㓬㓭㓮㓯㓰㓱㓲㓳㓴㓵㓶㓷㓸㓹㓺㓻㓼㓽㓾㓿 +
      3500 㔀㔁㔂㔃㔄㔅㔆㔇㔈㔉㔊㔋㔌㔍㔎㔏㔐㔑㔒㔓㔔㔕㔖㔗㔘㔙㔚㔛㔜㔝㔞㔟 +
      3520 㔠㔡㔢㔣㔤㔥㔦㔧㔨㔩㔪㔫㔬㔭㔮㔯㔰㔱㔲㔳㔴㔵㔶㔷㔸㔹㔺㔻㔼㔽㔾㔿 +
      3540 㕀㕁㕂㕃㕄㕅㕆㕇㕈㕉㕊㕋㕌㕍㕎㕏㕐㕑㕒㕓㕔㕕㕖㕗㕘㕙㕚㕛㕜㕝㕞㕟 +
      3560 㕠㕡㕢㕣㕤㕥㕦㕧㕨㕩㕪㕫㕬㕭㕮㕯㕰㕱㕲㕳㕴㕵㕶㕷㕸㕹㕺㕻㕼㕽㕾㕿 +
      3580 㖀㖁㖂㖃㖄㖅㖆㖇㖈㖉㖊㖋㖌㖍㖎㖏㖐㖑㖒㖓㖔㖕㖖㖗㖘㖙㖚㖛㖜㖝㖞㖟 +
      35A0 㖠㖡㖢㖣㖤㖥㖦㖧㖨㖩㖪㖫㖬㖭㖮㖯㖰㖱㖲㖳㖴㖵㖶㖷㖸㖹㖺㖻㖼㖽㖾㖿 +
      35C0 㗀㗁㗂㗃㗄㗅㗆㗇㗈㗉㗊㗋㗌㗍㗎㗏㗐㗑㗒㗓㗔㗕㗖㗗㗘㗙㗚㗛㗜㗝㗞㗟 +
      35E0 㗠㗡㗢㗣㗤㗥㗦㗧㗨㗩㗪㗫㗬㗭㗮㗯㗰㗱㗲㗳㗴㗵㗶㗷㗸㗹㗺㗻㗼㗽㗾㗿 +
      3600 㘀㘁㘂㘃㘄㘅㘆㘇㘈㘉㘊㘋㘌㘍㘎㘏㘐㘑㘒㘓㘔㘕㘖㘗㘘㘙㘚㘛㘜㘝㘞㘟 +
      3620 㘠㘡㘢㘣㘤㘥㘦㘧㘨㘩㘪㘫㘬㘭㘮㘯㘰㘱㘲㘳㘴㘵㘶㘷㘸㘹㘺㘻㘼㘽㘾㘿 +
      3640 㙀㙁㙂㙃㙄㙅㙆㙇㙈㙉㙊㙋㙌㙍㙎㙏㙐㙑㙒㙓㙔㙕㙖㙗㙘㙙㙚㙛㙜㙝㙞㙟 +
      3660 㙠㙡㙢㙣㙤㙥㙦㙧㙨㙩㙪㙫㙬㙭㙮㙯㙰㙱㙲㙳㙴㙵㙶㙷㙸㙹㙺㙻㙼㙽㙾㙿 +
      3680 㚀㚁㚂㚃㚄㚅㚆㚇㚈㚉㚊㚋㚌㚍㚎㚏㚐㚑㚒㚓㚔㚕㚖㚗㚘㚙㚚㚛㚜㚝㚞㚟 +
      36A0 㚠㚡㚢㚣㚤㚥㚦㚧㚨㚩㚪㚫㚬㚭㚮㚯㚰㚱㚲㚳㚴㚵㚶㚷㚸㚹㚺㚻㚼㚽㚾㚿 +
      36C0 㛀㛁㛂㛃㛄㛅㛆㛇㛈㛉㛊㛋㛌㛍㛎㛏㛐㛑㛒㛓㛔㛕㛖㛗㛘㛙㛚㛛㛜㛝㛞㛟 +
      36E0 㛠㛡㛢㛣㛤㛥㛦㛧㛨㛩㛪㛫㛬㛭㛮㛯㛰㛱㛲㛳㛴㛵㛶㛷㛸㛹㛺㛻㛼㛽㛾㛿 +
      3700 㜀㜁㜂㜃㜄㜅㜆㜇㜈㜉㜊㜋㜌㜍㜎㜏㜐㜑㜒㜓㜔㜕㜖㜗㜘㜙㜚㜛㜜㜝㜞㜟 +
      3720 㜠㜡㜢㜣㜤㜥㜦㜧㜨㜩㜪㜫㜬㜭㜮㜯㜰㜱㜲㜳㜴㜵㜶㜷㜸㜹㜺㜻㜼㜽㜾㜿 +
      3740 㝀㝁㝂㝃㝄㝅㝆㝇㝈㝉㝊㝋㝌㝍㝎㝏㝐㝑㝒㝓㝔㝕㝖㝗㝘㝙㝚㝛㝜㝝㝞㝟 +
      3760 㝠㝡㝢㝣㝤㝥㝦㝧㝨㝩㝪㝫㝬㝭㝮㝯㝰㝱㝲㝳㝴㝵㝶㝷㝸㝹㝺㝻㝼㝽㝾㝿 +
      3780 㞀㞁㞂㞃㞄㞅㞆㞇㞈㞉㞊㞋㞌㞍㞎㞏㞐㞑㞒㞓㞔㞕㞖㞗㞘㞙㞚㞛㞜㞝㞞㞟 +
      37A0 㞠㞡㞢㞣㞤㞥㞦㞧㞨㞩㞪㞫㞬㞭㞮㞯㞰㞱㞲㞳㞴㞵㞶㞷㞸㞹㞺㞻㞼㞽㞾㞿 +
      37C0 㟀㟁㟂㟃㟄㟅㟆㟇㟈㟉㟊㟋㟌㟍㟎㟏㟐㟑㟒㟓㟔㟕㟖㟗㟘㟙㟚㟛㟜㟝㟞㟟 +
      37E0 㟠㟡㟢㟣㟤㟥㟦㟧㟨㟩㟪㟫㟬㟭㟮㟯㟰㟱㟲㟳㟴㟵㟶㟷㟸㟹㟺㟻㟼㟽㟾㟿 +
      3800 㠀㠁㠂㠃㠄㠅㠆㠇㠈㠉㠊㠋㠌㠍㠎㠏㠐㠑㠒㠓㠔㠕㠖㠗㠘㠙㠚㠛㠜㠝㠞㠟 +
      3820 㠠㠡㠢㠣㠤㠥㠦㠧㠨㠩㠪㠫㠬㠭㠮㠯㠰㠱㠲㠳㠴㠵㠶㠷㠸㠹㠺㠻㠼㠽㠾㠿 +
      3840 㡀㡁㡂㡃㡄㡅㡆㡇㡈㡉㡊㡋㡌㡍㡎㡏㡐㡑㡒㡓㡔㡕㡖㡗㡘㡙㡚㡛㡜㡝㡞㡟 +
      3860 㡠㡡㡢㡣㡤㡥㡦㡧㡨㡩㡪㡫㡬㡭㡮㡯㡰㡱㡲㡳㡴㡵㡶㡷㡸㡹㡺㡻㡼㡽㡾㡿 +
      3880 㢀㢁㢂㢃㢄㢅㢆㢇㢈㢉㢊㢋㢌㢍㢎㢏㢐㢑㢒㢓㢔㢕㢖㢗㢘㢙㢚㢛㢜㢝㢞㢟 +
      38A0 㢠㢡㢢㢣㢤㢥㢦㢧㢨㢩㢪㢫㢬㢭㢮㢯㢰㢱㢲㢳㢴㢵㢶㢷㢸㢹㢺㢻㢼㢽㢾㢿 +
      38C0 㣀㣁㣂㣃㣄㣅㣆㣇㣈㣉㣊㣋㣌㣍㣎㣏㣐㣑㣒㣓㣔㣕㣖㣗㣘㣙㣚㣛㣜㣝㣞㣟 +
      38E0 㣠㣡㣢㣣㣤㣥㣦㣧㣨㣩㣪㣫㣬㣭㣮㣯㣰㣱㣲㣳㣴㣵㣶㣷㣸㣹㣺㣻㣼㣽㣾㣿 +
      3900 㤀㤁㤂㤃㤄㤅㤆㤇㤈㤉㤊㤋㤌㤍㤎㤏㤐㤑㤒㤓㤔㤕㤖㤗㤘㤙㤚㤛㤜㤝㤞㤟 +
      3920 㤠㤡㤢㤣㤤㤥㤦㤧㤨㤩㤪㤫㤬㤭㤮㤯㤰㤱㤲㤳㤴㤵㤶㤷㤸㤹㤺㤻㤼㤽㤾㤿 +
      3940 㥀㥁㥂㥃㥄㥅㥆㥇㥈㥉㥊㥋㥌㥍㥎㥏㥐㥑㥒㥓㥔㥕㥖㥗㥘㥙㥚㥛㥜㥝㥞㥟 +
      3960 㥠㥡㥢㥣㥤㥥㥦㥧㥨㥩㥪㥫㥬㥭㥮㥯㥰㥱㥲㥳㥴㥵㥶㥷㥸㥹㥺㥻㥼㥽㥾㥿 +
      3980 㦀㦁㦂㦃㦄㦅㦆㦇㦈㦉㦊㦋㦌㦍㦎㦏㦐㦑㦒㦓㦔㦕㦖㦗㦘㦙㦚㦛㦜㦝㦞㦟 +
      39A0 㦠㦡㦢㦣㦤㦥㦦㦧㦨㦩㦪㦫㦬㦭㦮㦯㦰㦱㦲㦳㦴㦵㦶㦷㦸㦹㦺㦻㦼㦽㦾㦿 +
      39C0 㧀㧁㧂㧃㧄㧅㧆㧇㧈㧉㧊㧋㧌㧍㧎㧏㧐㧑㧒㧓㧔㧕㧖㧗㧘㧙㧚㧛㧜㧝㧞㧟 +
      39E0 㧠㧡㧢㧣㧤㧥㧦㧧㧨㧩㧪㧫㧬㧭㧮㧯㧰㧱㧲㧳㧴㧵㧶㧷㧸㧹㧺㧻㧼㧽㧾㧿 +
      3A00 㨀㨁㨂㨃㨄㨅㨆㨇㨈㨉㨊㨋㨌㨍㨎㨏㨐㨑㨒㨓㨔㨕㨖㨗㨘㨙㨚㨛㨜㨝㨞㨟 +
      3A20 㨠㨡㨢㨣㨤㨥㨦㨧㨨㨩㨪㨫㨬㨭㨮㨯㨰㨱㨲㨳㨴㨵㨶㨷㨸㨹㨺㨻㨼㨽㨾㨿 +
      3A40 㩀㩁㩂㩃㩄㩅㩆㩇㩈㩉㩊㩋㩌㩍㩎㩏㩐㩑㩒㩓㩔㩕㩖㩗㩘㩙㩚㩛㩜㩝㩞㩟 +
      3A60 㩠㩡㩢㩣㩤㩥㩦㩧㩨㩩㩪㩫㩬㩭㩮㩯㩰㩱㩲㩳㩴㩵㩶㩷㩸㩹㩺㩻㩼㩽㩾㩿 +
      3A80 㪀㪁㪂㪃㪄㪅㪆㪇㪈㪉㪊㪋㪌㪍㪎㪏㪐㪑㪒㪓㪔㪕㪖㪗㪘㪙㪚㪛㪜㪝㪞㪟 +
      3AA0 㪠㪡㪢㪣㪤㪥㪦㪧㪨㪩㪪㪫㪬㪭㪮㪯㪰㪱㪲㪳㪴㪵㪶㪷㪸㪹㪺㪻㪼㪽㪾㪿 +
      3AC0 㫀㫁㫂㫃㫄㫅㫆㫇㫈㫉㫊㫋㫌㫍㫎㫏㫐㫑㫒㫓㫔㫕㫖㫗㫘㫙㫚㫛㫜㫝㫞㫟 +
      3AE0 㫠㫡㫢㫣㫤㫥㫦㫧㫨㫩㫪㫫㫬㫭㫮㫯㫰㫱㫲㫳㫴㫵㫶㫷㫸㫹㫺㫻㫼㫽㫾㫿 +
      3B00 㬀㬁㬂㬃㬄㬅㬆㬇㬈㬉㬊㬋㬌㬍㬎㬏㬐㬑㬒㬓㬔㬕㬖㬗㬘㬙㬚㬛㬜㬝㬞㬟 +
      3B20 㬠㬡㬢㬣㬤㬥㬦㬧㬨㬩㬪㬫㬬㬭㬮㬯㬰㬱㬲㬳㬴㬵㬶㬷㬸㬹㬺㬻㬼㬽㬾㬿 +
      3B40 㭀㭁㭂㭃㭄㭅㭆㭇㭈㭉㭊㭋㭌㭍㭎㭏㭐㭑㭒㭓㭔㭕㭖㭗㭘㭙㭚㭛㭜㭝㭞㭟 +
      3B60 㭠㭡㭢㭣㭤㭥㭦㭧㭨㭩㭪㭫㭬㭭㭮㭯㭰㭱㭲㭳㭴㭵㭶㭷㭸㭹㭺㭻㭼㭽㭾㭿 +
      3B80 㮀㮁㮂㮃㮄㮅㮆㮇㮈㮉㮊㮋㮌㮍㮎㮏㮐㮑㮒㮓㮔㮕㮖㮗㮘㮙㮚㮛㮜㮝㮞㮟 +
      3BA0 㮠㮡㮢㮣㮤㮥㮦㮧㮨㮩㮪㮫㮬㮭㮮㮯㮰㮱㮲㮳㮴㮵㮶㮷㮸㮹㮺㮻㮼㮽㮾㮿 +
      3BC0 㯀㯁㯂㯃㯄㯅㯆㯇㯈㯉㯊㯋㯌㯍㯎㯏㯐㯑㯒㯓㯔㯕㯖㯗㯘㯙㯚㯛㯜㯝㯞㯟 +
      3BE0 㯠㯡㯢㯣㯤㯥㯦㯧㯨㯩㯪㯫㯬㯭㯮㯯㯰㯱㯲㯳㯴㯵㯶㯷㯸㯹㯺㯻㯼㯽㯾㯿 +
      3C00 㰀㰁㰂㰃㰄㰅㰆㰇㰈㰉㰊㰋㰌㰍㰎㰏㰐㰑㰒㰓㰔㰕㰖㰗㰘㰙㰚㰛㰜㰝㰞㰟 +
      3C20 㰠㰡㰢㰣㰤㰥㰦㰧㰨㰩㰪㰫㰬㰭㰮㰯㰰㰱㰲㰳㰴㰵㰶㰷㰸㰹㰺㰻㰼㰽㰾㰿 +
      3C40 㱀㱁㱂㱃㱄㱅㱆㱇㱈㱉㱊㱋㱌㱍㱎㱏㱐㱑㱒㱓㱔㱕㱖㱗㱘㱙㱚㱛㱜㱝㱞㱟 +
      3C60 㱠㱡㱢㱣㱤㱥㱦㱧㱨㱩㱪㱫㱬㱭㱮㱯㱰㱱㱲㱳㱴㱵㱶㱷㱸㱹㱺㱻㱼㱽㱾㱿 +
      3C80 㲀㲁㲂㲃㲄㲅㲆㲇㲈㲉㲊㲋㲌㲍㲎㲏㲐㲑㲒㲓㲔㲕㲖㲗㲘㲙㲚㲛㲜㲝㲞㲟 +
      3CA0 㲠㲡㲢㲣㲤㲥㲦㲧㲨㲩㲪㲫㲬㲭㲮㲯㲰㲱㲲㲳㲴㲵㲶㲷㲸㲹㲺㲻㲼㲽㲾㲿 +
      3CC0 㳀㳁㳂㳃㳄㳅㳆㳇㳈㳉㳊㳋㳌㳍㳎㳏㳐㳑㳒㳓㳔㳕㳖㳗㳘㳙㳚㳛㳜㳝㳞㳟 +
      3CE0 㳠㳡㳢㳣㳤㳥㳦㳧㳨㳩㳪㳫㳬㳭㳮㳯㳰㳱㳲㳳㳴㳵㳶㳷㳸㳹㳺㳻㳼㳽㳾㳿 +
      3D00 㴀㴁㴂㴃㴄㴅㴆㴇㴈㴉㴊㴋㴌㴍㴎㴏㴐㴑㴒㴓㴔㴕㴖㴗㴘㴙㴚㴛㴜㴝㴞㴟 +
      3D20 㴠㴡㴢㴣㴤㴥㴦㴧㴨㴩㴪㴫㴬㴭㴮㴯㴰㴱㴲㴳㴴㴵㴶㴷㴸㴹㴺㴻㴼㴽㴾㴿 +
      3D40 㵀㵁㵂㵃㵄㵅㵆㵇㵈㵉㵊㵋㵌㵍㵎㵏㵐㵑㵒㵓㵔㵕㵖㵗㵘㵙㵚㵛㵜㵝㵞㵟 +
      3D60 㵠㵡㵢㵣㵤㵥㵦㵧㵨㵩㵪㵫㵬㵭㵮㵯㵰㵱㵲㵳㵴㵵㵶㵷㵸㵹㵺㵻㵼㵽㵾㵿 +
      3D80 㶀㶁㶂㶃㶄㶅㶆㶇㶈㶉㶊㶋㶌㶍㶎㶏㶐㶑㶒㶓㶔㶕㶖㶗㶘㶙㶚㶛㶜㶝㶞㶟 +
      3DA0 㶠㶡㶢㶣㶤㶥㶦㶧㶨㶩㶪㶫㶬㶭㶮㶯㶰㶱㶲㶳㶴㶵㶶㶷㶸㶹㶺㶻㶼㶽㶾㶿 +
      3DC0 㷀㷁㷂㷃㷄㷅㷆㷇㷈㷉㷊㷋㷌㷍㷎㷏㷐㷑㷒㷓㷔㷕㷖㷗㷘㷙㷚㷛㷜㷝㷞㷟 +
      3DE0 㷠㷡㷢㷣㷤㷥㷦㷧㷨㷩㷪㷫㷬㷭㷮㷯㷰㷱㷲㷳㷴㷵㷶㷷㷸㷹㷺㷻㷼㷽㷾㷿 +
      3E00 㸀㸁㸂㸃㸄㸅㸆㸇㸈㸉㸊㸋㸌㸍㸎㸏㸐㸑㸒㸓㸔㸕㸖㸗㸘㸙㸚㸛㸜㸝㸞㸟 +
      3E20 㸠㸡㸢㸣㸤㸥㸦㸧㸨㸩㸪㸫㸬㸭㸮㸯㸰㸱㸲㸳㸴㸵㸶㸷㸸㸹㸺㸻㸼㸽㸾㸿 +
      3E40 㹀㹁㹂㹃㹄㹅㹆㹇㹈㹉㹊㹋㹌㹍㹎㹏㹐㹑㹒㹓㹔㹕㹖㹗㹘㹙㹚㹛㹜㹝㹞㹟 +
      3E60 㹠㹡㹢㹣㹤㹥㹦㹧㹨㹩㹪㹫㹬㹭㹮㹯㹰㹱㹲㹳㹴㹵㹶㹷㹸㹹㹺㹻㹼㹽㹾㹿 +
      3E80 㺀㺁㺂㺃㺄㺅㺆㺇㺈㺉㺊㺋㺌㺍㺎㺏㺐㺑㺒㺓㺔㺕㺖㺗㺘㺙㺚㺛㺜㺝㺞㺟 +
      3EA0 㺠㺡㺢㺣㺤㺥㺦㺧㺨㺩㺪㺫㺬㺭㺮㺯㺰㺱㺲㺳㺴㺵㺶㺷㺸㺹㺺㺻㺼㺽㺾㺿 +
      3EC0 㻀㻁㻂㻃㻄㻅㻆㻇㻈㻉㻊㻋㻌㻍㻎㻏㻐㻑㻒㻓㻔㻕㻖㻗㻘㻙㻚㻛㻜㻝㻞㻟 +
      3EE0 㻠㻡㻢㻣㻤㻥㻦㻧㻨㻩㻪㻫㻬㻭㻮㻯㻰㻱㻲㻳㻴㻵㻶㻷㻸㻹㻺㻻㻼㻽㻾㻿 +
      3F00 㼀㼁㼂㼃㼄㼅㼆㼇㼈㼉㼊㼋㼌㼍㼎㼏㼐㼑㼒㼓㼔㼕㼖㼗㼘㼙㼚㼛㼜㼝㼞㼟 +
      3F20 㼠㼡㼢㼣㼤㼥㼦㼧㼨㼩㼪㼫㼬㼭㼮㼯㼰㼱㼲㼳㼴㼵㼶㼷㼸㼹㼺㼻㼼㼽㼾㼿 +
      3F40 㽀㽁㽂㽃㽄㽅㽆㽇㽈㽉㽊㽋㽌㽍㽎㽏㽐㽑㽒㽓㽔㽕㽖㽗㽘㽙㽚㽛㽜㽝㽞㽟 +
      3F60 㽠㽡㽢㽣㽤㽥㽦㽧㽨㽩㽪㽫㽬㽭㽮㽯㽰㽱㽲㽳㽴㽵㽶㽷㽸㽹㽺㽻㽼㽽㽾㽿 +
      3F80 㾀㾁㾂㾃㾄㾅㾆㾇㾈㾉㾊㾋㾌㾍㾎㾏㾐㾑㾒㾓㾔㾕㾖㾗㾘㾙㾚㾛㾜㾝㾞㾟 +
      3FA0 㾠㾡㾢㾣㾤㾥㾦㾧㾨㾩㾪㾫㾬㾭㾮㾯㾰㾱㾲㾳㾴㾵㾶㾷㾸㾹㾺㾻㾼㾽㾾㾿 +
      3FC0 㿀㿁㿂㿃㿄㿅㿆㿇㿈㿉㿊㿋㿌㿍㿎㿏㿐㿑㿒㿓㿔㿕㿖㿗㿘㿙㿚㿛㿜㿝㿞㿟 +
      3FE0 㿠㿡㿢㿣㿤㿥㿦㿧㿨㿩㿪㿫㿬㿭㿮㿯㿰㿱㿲㿳㿴㿵㿶㿷㿸㿹㿺㿻㿼㿽㿾㿿 +
      4000 䀀䀁䀂䀃䀄䀅䀆䀇䀈䀉䀊䀋䀌䀍䀎䀏䀐䀑䀒䀓䀔䀕䀖䀗䀘䀙䀚䀛䀜䀝䀞䀟 +
      4020 䀠䀡䀢䀣䀤䀥䀦䀧䀨䀩䀪䀫䀬䀭䀮䀯䀰䀱䀲䀳䀴䀵䀶䀷䀸䀹䀺䀻䀼䀽䀾䀿 +
      4040 䁀䁁䁂䁃䁄䁅䁆䁇䁈䁉䁊䁋䁌䁍䁎䁏䁐䁑䁒䁓䁔䁕䁖䁗䁘䁙䁚䁛䁜䁝䁞䁟 +
      4060 䁠䁡䁢䁣䁤䁥䁦䁧䁨䁩䁪䁫䁬䁭䁮䁯䁰䁱䁲䁳䁴䁵䁶䁷䁸䁹䁺䁻䁼䁽䁾䁿 +
      4080 䂀䂁䂂䂃䂄䂅䂆䂇䂈䂉䂊䂋䂌䂍䂎䂏䂐䂑䂒䂓䂔䂕䂖䂗䂘䂙䂚䂛䂜䂝䂞䂟 +
      40A0 䂠䂡䂢䂣䂤䂥䂦䂧䂨䂩䂪䂫䂬䂭䂮䂯䂰䂱䂲䂳䂴䂵䂶䂷䂸䂹䂺䂻䂼䂽䂾䂿 +
      40C0 䃀䃁䃂䃃䃄䃅䃆䃇䃈䃉䃊䃋䃌䃍䃎䃏䃐䃑䃒䃓䃔䃕䃖䃗䃘䃙䃚䃛䃜䃝䃞䃟 +
      40E0 䃠䃡䃢䃣䃤䃥䃦䃧䃨䃩䃪䃫䃬䃭䃮䃯䃰䃱䃲䃳䃴䃵䃶䃷䃸䃹䃺䃻䃼䃽䃾䃿 +
      4100 䄀䄁䄂䄃䄄䄅䄆䄇䄈䄉䄊䄋䄌䄍䄎䄏䄐䄑䄒䄓䄔䄕䄖䄗䄘䄙䄚䄛䄜䄝䄞䄟 +
      4120 䄠䄡䄢䄣䄤䄥䄦䄧䄨䄩䄪䄫䄬䄭䄮䄯䄰䄱䄲䄳䄴䄵䄶䄷䄸䄹䄺䄻䄼䄽䄾䄿 +
      4140 䅀䅁䅂䅃䅄䅅䅆䅇䅈䅉䅊䅋䅌䅍䅎䅏䅐䅑䅒䅓䅔䅕䅖䅗䅘䅙䅚䅛䅜䅝䅞䅟 +
      4160 䅠䅡䅢䅣䅤䅥䅦䅧䅨䅩䅪䅫䅬䅭䅮䅯䅰䅱䅲䅳䅴䅵䅶䅷䅸䅹䅺䅻䅼䅽䅾䅿 +
      4180 䆀䆁䆂䆃䆄䆅䆆䆇䆈䆉䆊䆋䆌䆍䆎䆏䆐䆑䆒䆓䆔䆕䆖䆗䆘䆙䆚䆛䆜䆝䆞䆟 +
      41A0 䆠䆡䆢䆣䆤䆥䆦䆧䆨䆩䆪䆫䆬䆭䆮䆯䆰䆱䆲䆳䆴䆵䆶䆷䆸䆹䆺䆻䆼䆽䆾䆿 +
      41C0 䇀䇁䇂䇃䇄䇅䇆䇇䇈䇉䇊䇋䇌䇍䇎䇏䇐䇑䇒䇓䇔䇕䇖䇗䇘䇙䇚䇛䇜䇝䇞䇟 +
      41E0 䇠䇡䇢䇣䇤䇥䇦䇧䇨䇩䇪䇫䇬䇭䇮䇯䇰䇱䇲䇳䇴䇵䇶䇷䇸䇹䇺䇻䇼䇽䇾䇿 +
      4200 䈀䈁䈂䈃䈄䈅䈆䈇䈈䈉䈊䈋䈌䈍䈎䈏䈐䈑䈒䈓䈔䈕䈖䈗䈘䈙䈚䈛䈜䈝䈞䈟 +
      4220 䈠䈡䈢䈣䈤䈥䈦䈧䈨䈩䈪䈫䈬䈭䈮䈯䈰䈱䈲䈳䈴䈵䈶䈷䈸䈹䈺䈻䈼䈽䈾䈿 +
      4240 䉀䉁䉂䉃䉄䉅䉆䉇䉈䉉䉊䉋䉌䉍䉎䉏䉐䉑䉒䉓䉔䉕䉖䉗䉘䉙䉚䉛䉜䉝䉞䉟 +
      4260 䉠䉡䉢䉣䉤䉥䉦䉧䉨䉩䉪䉫䉬䉭䉮䉯䉰䉱䉲䉳䉴䉵䉶䉷䉸䉹䉺䉻䉼䉽䉾䉿 +
      4280 䊀䊁䊂䊃䊄䊅䊆䊇䊈䊉䊊䊋䊌䊍䊎䊏䊐䊑䊒䊓䊔䊕䊖䊗䊘䊙䊚䊛䊜䊝䊞䊟 +
      42A0 䊠䊡䊢䊣䊤䊥䊦䊧䊨䊩䊪䊫䊬䊭䊮䊯䊰䊱䊲䊳䊴䊵䊶䊷䊸䊹䊺䊻䊼䊽䊾䊿 +
      42C0 䋀䋁䋂䋃䋄䋅䋆䋇䋈䋉䋊䋋䋌䋍䋎䋏䋐䋑䋒䋓䋔䋕䋖䋗䋘䋙䋚䋛䋜䋝䋞䋟 +
      42E0 䋠䋡䋢䋣䋤䋥䋦䋧䋨䋩䋪䋫䋬䋭䋮䋯䋰䋱䋲䋳䋴䋵䋶䋷䋸䋹䋺䋻䋼䋽䋾䋿 +
      4300 䌀䌁䌂䌃䌄䌅䌆䌇䌈䌉䌊䌋䌌䌍䌎䌏䌐䌑䌒䌓䌔䌕䌖䌗䌘䌙䌚䌛䌜䌝䌞䌟 +
      4320 䌠䌡䌢䌣䌤䌥䌦䌧䌨䌩䌪䌫䌬䌭䌮䌯䌰䌱䌲䌳䌴䌵䌶䌷䌸䌹䌺䌻䌼䌽䌾䌿 +
      4340 䍀䍁䍂䍃䍄䍅䍆䍇䍈䍉䍊䍋䍌䍍䍎䍏䍐䍑䍒䍓䍔䍕䍖䍗䍘䍙䍚䍛䍜䍝䍞䍟 +
      4360 䍠䍡䍢䍣䍤䍥䍦䍧䍨䍩䍪䍫䍬䍭䍮䍯䍰䍱䍲䍳䍴䍵䍶䍷䍸䍹䍺䍻䍼䍽䍾䍿 +
      4380 䎀䎁䎂䎃䎄䎅䎆䎇䎈䎉䎊䎋䎌䎍䎎䎏䎐䎑䎒䎓䎔䎕䎖䎗䎘䎙䎚䎛䎜䎝䎞䎟 +
      43A0 䎠䎡䎢䎣䎤䎥䎦䎧䎨䎩䎪䎫䎬䎭䎮䎯䎰䎱䎲䎳䎴䎵䎶䎷䎸䎹䎺䎻䎼䎽䎾䎿 +
      43C0 䏀䏁䏂䏃䏄䏅䏆䏇䏈䏉䏊䏋䏌䏍䏎䏏䏐䏑䏒䏓䏔䏕䏖䏗䏘䏙䏚䏛䏜䏝䏞䏟 +
      43E0 䏠䏡䏢䏣䏤䏥䏦䏧䏨䏩䏪䏫䏬䏭䏮䏯䏰䏱䏲䏳䏴䏵䏶䏷䏸䏹䏺䏻䏼䏽䏾䏿 +
      4400 䐀䐁䐂䐃䐄䐅䐆䐇䐈䐉䐊䐋䐌䐍䐎䐏䐐䐑䐒䐓䐔䐕䐖䐗䐘䐙䐚䐛䐜䐝䐞䐟 +
      4420 䐠䐡䐢䐣䐤䐥䐦䐧䐨䐩䐪䐫䐬䐭䐮䐯䐰䐱䐲䐳䐴䐵䐶䐷䐸䐹䐺䐻䐼䐽䐾䐿 +
      4440 䑀䑁䑂䑃䑄䑅䑆䑇䑈䑉䑊䑋䑌䑍䑎䑏䑐䑑䑒䑓䑔䑕䑖䑗䑘䑙䑚䑛䑜䑝䑞䑟 +
      4460 䑠䑡䑢䑣䑤䑥䑦䑧䑨䑩䑪䑫䑬䑭䑮䑯䑰䑱䑲䑳䑴䑵䑶䑷䑸䑹䑺䑻䑼䑽䑾䑿 +
      4480 䒀䒁䒂䒃䒄䒅䒆䒇䒈䒉䒊䒋䒌䒍䒎䒏䒐䒑䒒䒓䒔䒕䒖䒗䒘䒙䒚䒛䒜䒝䒞䒟 +
      44A0 䒠䒡䒢䒣䒤䒥䒦䒧䒨䒩䒪䒫䒬䒭䒮䒯䒰䒱䒲䒳䒴䒵䒶䒷䒸䒹䒺䒻䒼䒽䒾䒿 +
      44C0 䓀䓁䓂䓃䓄䓅䓆䓇䓈䓉䓊䓋䓌䓍䓎䓏䓐䓑䓒䓓䓔䓕䓖䓗䓘䓙䓚䓛䓜䓝䓞䓟 +
      44E0 䓠䓡䓢䓣䓤䓥䓦䓧䓨䓩䓪䓫䓬䓭䓮䓯䓰䓱䓲䓳䓴䓵䓶䓷䓸䓹䓺䓻䓼䓽䓾䓿 +
      4500 䔀䔁䔂䔃䔄䔅䔆䔇䔈䔉䔊䔋䔌䔍䔎䔏䔐䔑䔒䔓䔔䔕䔖䔗䔘䔙䔚䔛䔜䔝䔞䔟 +
      4520 䔠䔡䔢䔣䔤䔥䔦䔧䔨䔩䔪䔫䔬䔭䔮䔯䔰䔱䔲䔳䔴䔵䔶䔷䔸䔹䔺䔻䔼䔽䔾䔿 +
      4540 䕀䕁䕂䕃䕄䕅䕆䕇䕈䕉䕊䕋䕌䕍䕎䕏䕐䕑䕒䕓䕔䕕䕖䕗䕘䕙䕚䕛䕜䕝䕞䕟 +
      4560 䕠䕡䕢䕣䕤䕥䕦䕧䕨䕩䕪䕫䕬䕭䕮䕯䕰䕱䕲䕳䕴䕵䕶䕷䕸䕹䕺䕻䕼䕽䕾䕿 +
      4580 䖀䖁䖂䖃䖄䖅䖆䖇䖈䖉䖊䖋䖌䖍䖎䖏䖐䖑䖒䖓䖔䖕䖖䖗䖘䖙䖚䖛䖜䖝䖞䖟 +
      45A0 䖠䖡䖢䖣䖤䖥䖦䖧䖨䖩䖪䖫䖬䖭䖮䖯䖰䖱䖲䖳䖴䖵䖶䖷䖸䖹䖺䖻䖼䖽䖾䖿 +
      45C0 䗀䗁䗂䗃䗄䗅䗆䗇䗈䗉䗊䗋䗌䗍䗎䗏䗐䗑䗒䗓䗔䗕䗖䗗䗘䗙䗚䗛䗜䗝䗞䗟 +
      45E0 䗠䗡䗢䗣䗤䗥䗦䗧䗨䗩䗪䗫䗬䗭䗮䗯䗰䗱䗲䗳䗴䗵䗶䗷䗸䗹䗺䗻䗼䗽䗾䗿 +
      4600 䘀䘁䘂䘃䘄䘅䘆䘇䘈䘉䘊䘋䘌䘍䘎䘏䘐䘑䘒䘓䘔䘕䘖䘗䘘䘙䘚䘛䘜䘝䘞䘟 +
      4620 䘠䘡䘢䘣䘤䘥䘦䘧䘨䘩䘪䘫䘬䘭䘮䘯䘰䘱䘲䘳䘴䘵䘶䘷䘸䘹䘺䘻䘼䘽䘾䘿 +
      4640 䙀䙁䙂䙃䙄䙅䙆䙇䙈䙉䙊䙋䙌䙍䙎䙏䙐䙑䙒䙓䙔䙕䙖䙗䙘䙙䙚䙛䙜䙝䙞䙟 +
      4660 䙠䙡䙢䙣䙤䙥䙦䙧䙨䙩䙪䙫䙬䙭䙮䙯䙰䙱䙲䙳䙴䙵䙶䙷䙸䙹䙺䙻䙼䙽䙾䙿 +
      4680 䚀䚁䚂䚃䚄䚅䚆䚇䚈䚉䚊䚋䚌䚍䚎䚏䚐䚑䚒䚓䚔䚕䚖䚗䚘䚙䚚䚛䚜䚝䚞䚟 +
      46A0 䚠䚡䚢䚣䚤䚥䚦䚧䚨䚩䚪䚫䚬䚭䚮䚯䚰䚱䚲䚳䚴䚵䚶䚷䚸䚹䚺䚻䚼䚽䚾䚿 +
      46C0 䛀䛁䛂䛃䛄䛅䛆䛇䛈䛉䛊䛋䛌䛍䛎䛏䛐䛑䛒䛓䛔䛕䛖䛗䛘䛙䛚䛛䛜䛝䛞䛟 +
      46E0 䛠䛡䛢䛣䛤䛥䛦䛧䛨䛩䛪䛫䛬䛭䛮䛯䛰䛱䛲䛳䛴䛵䛶䛷䛸䛹䛺䛻䛼䛽䛾䛿 +
      4700 䜀䜁䜂䜃䜄䜅䜆䜇䜈䜉䜊䜋䜌䜍䜎䜏䜐䜑䜒䜓䜔䜕䜖䜗䜘䜙䜚䜛䜜䜝䜞䜟 +
      4720 䜠䜡䜢䜣䜤䜥䜦䜧䜨䜩䜪䜫䜬䜭䜮䜯䜰䜱䜲䜳䜴䜵䜶䜷䜸䜹䜺䜻䜼䜽䜾䜿 +
      4740 䝀䝁䝂䝃䝄䝅䝆䝇䝈䝉䝊䝋䝌䝍䝎䝏䝐䝑䝒䝓䝔䝕䝖䝗䝘䝙䝚䝛䝜䝝䝞䝟 +
      4760 䝠䝡䝢䝣䝤䝥䝦䝧䝨䝩䝪䝫䝬䝭䝮䝯䝰䝱䝲䝳䝴䝵䝶䝷䝸䝹䝺䝻䝼䝽䝾䝿 +
      4780 䞀䞁䞂䞃䞄䞅䞆䞇䞈䞉䞊䞋䞌䞍䞎䞏䞐䞑䞒䞓䞔䞕䞖䞗䞘䞙䞚䞛䞜䞝䞞䞟 +
      47A0 䞠䞡䞢䞣䞤䞥䞦䞧䞨䞩䞪䞫䞬䞭䞮䞯䞰䞱䞲䞳䞴䞵䞶䞷䞸䞹䞺䞻䞼䞽䞾䞿 +
      47C0 䟀䟁䟂䟃䟄䟅䟆䟇䟈䟉䟊䟋䟌䟍䟎䟏䟐䟑䟒䟓䟔䟕䟖䟗䟘䟙䟚䟛䟜䟝䟞䟟 +
      47E0 䟠䟡䟢䟣䟤䟥䟦䟧䟨䟩䟪䟫䟬䟭䟮䟯䟰䟱䟲䟳䟴䟵䟶䟷䟸䟹䟺䟻䟼䟽䟾䟿 +
      4800 䠀䠁䠂䠃䠄䠅䠆䠇䠈䠉䠊䠋䠌䠍䠎䠏䠐䠑䠒䠓䠔䠕䠖䠗䠘䠙䠚䠛䠜䠝䠞䠟 +
      4820 䠠䠡䠢䠣䠤䠥䠦䠧䠨䠩䠪䠫䠬䠭䠮䠯䠰䠱䠲䠳䠴䠵䠶䠷䠸䠹䠺䠻䠼䠽䠾䠿 +
      4840 䡀䡁䡂䡃䡄䡅䡆䡇䡈䡉䡊䡋䡌䡍䡎䡏䡐䡑䡒䡓䡔䡕䡖䡗䡘䡙䡚䡛䡜䡝䡞䡟 +
      4860 䡠䡡䡢䡣䡤䡥䡦䡧䡨䡩䡪䡫䡬䡭䡮䡯䡰䡱䡲䡳䡴䡵䡶䡷䡸䡹䡺䡻䡼䡽䡾䡿 +
      4880 䢀䢁䢂䢃䢄䢅䢆䢇䢈䢉䢊䢋䢌䢍䢎䢏䢐䢑䢒䢓䢔䢕䢖䢗䢘䢙䢚䢛䢜䢝䢞䢟 +
      48A0 䢠䢡䢢䢣䢤䢥䢦䢧䢨䢩䢪䢫䢬䢭䢮䢯䢰䢱䢲䢳䢴䢵䢶䢷䢸䢹䢺䢻䢼䢽䢾䢿 +
      48C0 䣀䣁䣂䣃䣄䣅䣆䣇䣈䣉䣊䣋䣌䣍䣎䣏䣐䣑䣒䣓䣔䣕䣖䣗䣘䣙䣚䣛䣜䣝䣞䣟 +
      48E0 䣠䣡䣢䣣䣤䣥䣦䣧䣨䣩䣪䣫䣬䣭䣮䣯䣰䣱䣲䣳䣴䣵䣶䣷䣸䣹䣺䣻䣼䣽䣾䣿 +
      4900 䤀䤁䤂䤃䤄䤅䤆䤇䤈䤉䤊䤋䤌䤍䤎䤏䤐䤑䤒䤓䤔䤕䤖䤗䤘䤙䤚䤛䤜䤝䤞䤟 +
      4920 䤠䤡䤢䤣䤤䤥䤦䤧䤨䤩䤪䤫䤬䤭䤮䤯䤰䤱䤲䤳䤴䤵䤶䤷䤸䤹䤺䤻䤼䤽䤾䤿 +
      4940 䥀䥁䥂䥃䥄䥅䥆䥇䥈䥉䥊䥋䥌䥍䥎䥏䥐䥑䥒䥓䥔䥕䥖䥗䥘䥙䥚䥛䥜䥝䥞䥟 +
      4960 䥠䥡䥢䥣䥤䥥䥦䥧䥨䥩䥪䥫䥬䥭䥮䥯䥰䥱䥲䥳䥴䥵䥶䥷䥸䥹䥺䥻䥼䥽䥾䥿 +
      4980 䦀䦁䦂䦃䦄䦅䦆䦇䦈䦉䦊䦋䦌䦍䦎䦏䦐䦑䦒䦓䦔䦕䦖䦗䦘䦙䦚䦛䦜䦝䦞䦟 +
      49A0 䦠䦡䦢䦣䦤䦥䦦䦧䦨䦩䦪䦫䦬䦭䦮䦯䦰䦱䦲䦳䦴䦵䦶䦷䦸䦹䦺䦻䦼䦽䦾䦿 +
      49C0 䧀䧁䧂䧃䧄䧅䧆䧇䧈䧉䧊䧋䧌䧍䧎䧏䧐䧑䧒䧓䧔䧕䧖䧗䧘䧙䧚䧛䧜䧝䧞䧟 +
      49E0 䧠䧡䧢䧣䧤䧥䧦䧧䧨䧩䧪䧫䧬䧭䧮䧯䧰䧱䧲䧳䧴䧵䧶䧷䧸䧹䧺䧻䧼䧽䧾䧿 +
      4A00 䨀䨁䨂䨃䨄䨅䨆䨇䨈䨉䨊䨋䨌䨍䨎䨏䨐䨑䨒䨓䨔䨕䨖䨗䨘䨙䨚䨛䨜䨝䨞䨟 +
      4A20 䨠䨡䨢䨣䨤䨥䨦䨧䨨䨩䨪䨫䨬䨭䨮䨯䨰䨱䨲䨳䨴䨵䨶䨷䨸䨹䨺䨻䨼䨽䨾䨿 +
      4A40 䩀䩁䩂䩃䩄䩅䩆䩇䩈䩉䩊䩋䩌䩍䩎䩏䩐䩑䩒䩓䩔䩕䩖䩗䩘䩙䩚䩛䩜䩝䩞䩟 +
      4A60 䩠䩡䩢䩣䩤䩥䩦䩧䩨䩩䩪䩫䩬䩭䩮䩯䩰䩱䩲䩳䩴䩵䩶䩷䩸䩹䩺䩻䩼䩽䩾䩿 +
      4A80 䪀䪁䪂䪃䪄䪅䪆䪇䪈䪉䪊䪋䪌䪍䪎䪏䪐䪑䪒䪓䪔䪕䪖䪗䪘䪙䪚䪛䪜䪝䪞䪟 +
      4AA0 䪠䪡䪢䪣䪤䪥䪦䪧䪨䪩䪪䪫䪬䪭䪮䪯䪰䪱䪲䪳䪴䪵䪶䪷䪸䪹䪺䪻䪼䪽䪾䪿 +
      4AC0 䫀䫁䫂䫃䫄䫅䫆䫇䫈䫉䫊䫋䫌䫍䫎䫏䫐䫑䫒䫓䫔䫕䫖䫗䫘䫙䫚䫛䫜䫝䫞䫟 +
      4AE0 䫠䫡䫢䫣䫤䫥䫦䫧䫨䫩䫪䫫䫬䫭䫮䫯䫰䫱䫲䫳䫴䫵䫶䫷䫸䫹䫺䫻䫼䫽䫾䫿 +
      4B00 䬀䬁䬂䬃䬄䬅䬆䬇䬈䬉䬊䬋䬌䬍䬎䬏䬐䬑䬒䬓䬔䬕䬖䬗䬘䬙䬚䬛䬜䬝䬞䬟 +
      4B20 䬠䬡䬢䬣䬤䬥䬦䬧䬨䬩䬪䬫䬬䬭䬮䬯䬰䬱䬲䬳䬴䬵䬶䬷䬸䬹䬺䬻䬼䬽䬾䬿 +
      4B40 䭀䭁䭂䭃䭄䭅䭆䭇䭈䭉䭊䭋䭌䭍䭎䭏䭐䭑䭒䭓䭔䭕䭖䭗䭘䭙䭚䭛䭜䭝䭞䭟 +
      4B60 䭠䭡䭢䭣䭤䭥䭦䭧䭨䭩䭪䭫䭬䭭䭮䭯䭰䭱䭲䭳䭴䭵䭶䭷䭸䭹䭺䭻䭼䭽䭾䭿 +
      4B80 䮀䮁䮂䮃䮄䮅䮆䮇䮈䮉䮊䮋䮌䮍䮎䮏䮐䮑䮒䮓䮔䮕䮖䮗䮘䮙䮚䮛䮜䮝䮞䮟 +
      4BA0 䮠䮡䮢䮣䮤䮥䮦䮧䮨䮩䮪䮫䮬䮭䮮䮯䮰䮱䮲䮳䮴䮵䮶䮷䮸䮹䮺䮻䮼䮽䮾䮿 +
      4BC0 䯀䯁䯂䯃䯄䯅䯆䯇䯈䯉䯊䯋䯌䯍䯎䯏䯐䯑䯒䯓䯔䯕䯖䯗䯘䯙䯚䯛䯜䯝䯞䯟 +
      4BE0 䯠䯡䯢䯣䯤䯥䯦䯧䯨䯩䯪䯫䯬䯭䯮䯯䯰䯱䯲䯳䯴䯵䯶䯷䯸䯹䯺䯻䯼䯽䯾䯿 +
      4C00 䰀䰁䰂䰃䰄䰅䰆䰇䰈䰉䰊䰋䰌䰍䰎䰏䰐䰑䰒䰓䰔䰕䰖䰗䰘䰙䰚䰛䰜䰝䰞䰟 +
      4C20 䰠䰡䰢䰣䰤䰥䰦䰧䰨䰩䰪䰫䰬䰭䰮䰯䰰䰱䰲䰳䰴䰵䰶䰷䰸䰹䰺䰻䰼䰽䰾䰿 +
      4C40 䱀䱁䱂䱃䱄䱅䱆䱇䱈䱉䱊䱋䱌䱍䱎䱏䱐䱑䱒䱓䱔䱕䱖䱗䱘䱙䱚䱛䱜䱝䱞䱟 +
      4C60 䱠䱡䱢䱣䱤䱥䱦䱧䱨䱩䱪䱫䱬䱭䱮䱯䱰䱱䱲䱳䱴䱵䱶䱷䱸䱹䱺䱻䱼䱽䱾䱿 +
      4C80 䲀䲁䲂䲃䲄䲅䲆䲇䲈䲉䲊䲋䲌䲍䲎䲏䲐䲑䲒䲓䲔䲕䲖䲗䲘䲙䲚䲛䲜䲝䲞䲟 +
      4CA0 䲠䲡䲢䲣䲤䲥䲦䲧䲨䲩䲪䲫䲬䲭䲮䲯䲰䲱䲲䲳䲴䲵䲶䲷䲸䲹䲺䲻䲼䲽䲾䲿 +
      4CC0 䳀䳁䳂䳃䳄䳅䳆䳇䳈䳉䳊䳋䳌䳍䳎䳏䳐䳑䳒䳓䳔䳕䳖䳗䳘䳙䳚䳛䳜䳝䳞䳟 +
      4CE0 䳠䳡䳢䳣䳤䳥䳦䳧䳨䳩䳪䳫䳬䳭䳮䳯䳰䳱䳲䳳䳴䳵䳶䳷䳸䳹䳺䳻䳼䳽䳾䳿 +
      4D00 䴀䴁䴂䴃䴄䴅䴆䴇䴈䴉䴊䴋䴌䴍䴎䴏䴐䴑䴒䴓䴔䴕䴖䴗䴘䴙䴚䴛䴜䴝䴞䴟 +
      4D20 䴠䴡䴢䴣䴤䴥䴦䴧䴨䴩䴪䴫䴬䴭䴮䴯䴰䴱䴲䴳䴴䴵䴶䴷䴸䴹䴺䴻䴼䴽䴾䴿 +
      4D40 䵀䵁䵂䵃䵄䵅䵆䵇䵈䵉䵊䵋䵌䵍䵎䵏䵐䵑䵒䵓䵔䵕䵖䵗䵘䵙䵚䵛䵜䵝䵞䵟 +
      4D60 䵠䵡䵢䵣䵤䵥䵦䵧䵨䵩䵪䵫䵬䵭䵮䵯䵰䵱䵲䵳䵴䵵䵶䵷䵸䵹䵺䵻䵼䵽䵾䵿 +
      4D80 䶀䶁䶂䶃䶄䶅䶆䶇䶈䶉䶊䶋䶌䶍䶎䶏䶐䶑䶒䶓䶔䶕䶖䶗䶘䶙䶚䶛䶜䶝䶞䶟 +
      4DA0 䶠䶡䶢䶣䶤䶥䶦䶧䶨䶩䶪䶫䶬䶭䶮䶯䶰䶱䶲䶳䶴䶵䶶䶷䶸䶹䶺䶻䶼䶽䶾䶿 +
      4DC0 ䷀䷁䷂䷃䷄䷅䷆䷇䷈䷉䷊䷋䷌䷍䷎䷏䷐䷑䷒䷓䷔䷕䷖䷗䷘䷙䷚䷛䷜䷝䷞䷟ +
      4DE0 ䷠䷡䷢䷣䷤䷥䷦䷧䷨䷩䷪䷫䷬䷭䷮䷯䷰䷱䷲䷳䷴䷵䷶䷷䷸䷹䷺䷻䷼䷽䷾䷿ +
      4E00 一丁丂七丄丅丆万丈三上下丌不与丏丐丑丒专且丕世丗丘丙业丛东丝丞丟 +
      4E20 丠両丢丣两严並丧丨丩个丫丬中丮丯丰丱串丳临丵丶丷丸丹为主丼丽举丿 +
      4E40 乀乁乂乃乄久乆乇么义乊之乌乍乎乏乐乑乒乓乔乕乖乗乘乙乚乛乜九乞也 +
      4E60 习乡乢乣乤乥书乧乨乩乪乫乬乭乮乯买乱乲乳乴乵乶乷乸乹乺乻乼乽乾乿 +
      4E80 亀亁亂亃亄亅了亇予争亊事二亍于亏亐云互亓五井亖亗亘亙亚些亜亝亞亟 +
      4EA0 亠亡亢亣交亥亦产亨亩亪享京亭亮亯亰亱亲亳亴亵亶亷亸亹人亻亼亽亾亿 +
      4EC0 什仁仂仃仄仅仆仇仈仉今介仌仍从仏仐仑仒仓仔仕他仗付仙仚仛仜仝仞仟 +
      4EE0 仠仡仢代令以仦仧仨仩仪仫们仭仮仯仰仱仲仳仴仵件价仸仹仺任仼份仾仿 +
      4F00 伀企伂伃伄伅伆伇伈伉伊伋伌伍伎伏伐休伒伓伔伕伖众优伙会伛伜伝伞伟 +
      4F20 传伡伢伣伤伥伦伧伨伩伪伫伬伭伮伯估伱伲伳伴伵伶伷伸伹伺伻似伽伾伿 +
      4F40 佀佁佂佃佄佅但佇佈佉佊佋佌位低住佐佑佒体佔何佖佗佘余佚佛作佝佞佟 +
      4F60 你佡佢佣佤佥佦佧佨佩佪佫佬佭佮佯佰佱佲佳佴併佶佷佸佹佺佻佼佽佾使 +
      4F80 侀侁侂侃侄侅來侇侈侉侊例侌侍侎侏侐侑侒侓侔侕侖侗侘侙侚供侜依侞侟 +
      4FA0 侠価侢侣侤侥侦侧侨侩侪侫侬侭侮侯侰侱侲侳侴侵侶侷侸侹侺侻侼侽侾便 +
      4FC0 俀俁係促俄俅俆俇俈俉俊俋俌俍俎俏俐俑俒俓俔俕俖俗俘俙俚俛俜保俞俟 +
      4FE0 俠信俢俣俤俥俦俧俨俩俪俫俬俭修俯俰俱俲俳俴俵俶俷俸俹俺俻俼俽俾俿 +
      5000 倀倁倂倃倄倅倆倇倈倉倊個倌倍倎倏倐們倒倓倔倕倖倗倘候倚倛倜倝倞借 +
      5020 倠倡倢倣値倥倦倧倨倩倪倫倬倭倮倯倰倱倲倳倴倵倶倷倸倹债倻值倽倾倿 +
      5040 偀偁偂偃偄偅偆假偈偉偊偋偌偍偎偏偐偑偒偓偔偕偖偗偘偙做偛停偝偞偟 +
      5060 偠偡偢偣偤健偦偧偨偩偪偫偬偭偮偯偰偱偲偳側偵偶偷偸偹偺偻偼偽偾偿 +
      5080 傀傁傂傃傄傅傆傇傈傉傊傋傌傍傎傏傐傑傒傓傔傕傖傗傘備傚傛傜傝傞傟 +
      50A0 傠傡傢傣傤傥傦傧储傩傪傫催傭傮傯傰傱傲傳傴債傶傷傸傹傺傻傼傽傾傿 +
      50C0 僀僁僂僃僄僅僆僇僈僉僊僋僌働僎像僐僑僒僓僔僕僖僗僘僙僚僛僜僝僞僟 +
      50E0 僠僡僢僣僤僥僦僧僨僩僪僫僬僭僮僯僰僱僲僳僴僵僶僷僸價僺僻僼僽僾僿 +
      5100 儀儁儂儃億儅儆儇儈儉儊儋儌儍儎儏儐儑儒儓儔儕儖儗儘儙儚儛儜儝儞償 +
      5120 儠儡儢儣儤儥儦儧儨儩優儫儬儭儮儯儰儱儲儳儴儵儶儷儸儹儺儻儼儽儾儿 +
      5140 兀允兂元兄充兆兇先光兊克兌免兎兏児兑兒兓兔兕兖兗兘兙党兛兜兝兞兟 +
      5160 兠兡兢兣兤入兦內全兩兪八公六兮兯兰共兲关兴兵其具典兹兺养兼兽兾兿 +
      5180 冀冁冂冃冄内円冇冈冉冊冋册再冎冏冐冑冒冓冔冕冖冗冘写冚军农冝冞冟 +
      51A0 冠冡冢冣冤冥冦冧冨冩冪冫冬冭冮冯冰冱冲决冴况冶冷冸冹冺冻冼冽冾冿 +
      51C0 净凁凂凃凄凅准凇凈凉凊凋凌凍凎减凐凑凒凓凔凕凖凗凘凙凚凛凜凝凞凟 +
      51E0 几凡凢凣凤凥処凧凨凩凪凫凬凭凮凯凰凱凲凳凴凵凶凷凸凹出击凼函凾凿 +
      5200 刀刁刂刃刄刅分切刈刉刊刋刌刍刎刏刐刑划刓刔刕刖列刘则刚创刜初刞刟 +
      5220 删刡刢刣判別刦刧刨利刪别刬刭刮刯到刱刲刳刴刵制刷券刹刺刻刼刽刾刿 +
      5240 剀剁剂剃剄剅剆則剈剉削剋剌前剎剏剐剑剒剓剔剕剖剗剘剙剚剛剜剝剞剟 +
      5260 剠剡剢剣剤剥剦剧剨剩剪剫剬剭剮副剰剱割剳剴創剶剷剸剹剺剻剼剽剾剿 +
      5280 劀劁劂劃劄劅劆劇劈劉劊劋劌劍劎劏劐劑劒劓劔劕劖劗劘劙劚力劜劝办功 +
      52A0 加务劢劣劤劥劦劧动助努劫劬劭劮劯劰励劲劳労劵劶劷劸効劺劻劼劽劾势 +
      52C0 勀勁勂勃勄勅勆勇勈勉勊勋勌勍勎勏勐勑勒勓勔動勖勗勘務勚勛勜勝勞募 +
      52E0 勠勡勢勣勤勥勦勧勨勩勪勫勬勭勮勯勰勱勲勳勴勵勶勷勸勹勺勻勼勽勾勿 +
      5300 匀匁匂匃匄包匆匇匈匉匊匋匌匍匎匏匐匑匒匓匔匕化北匘匙匚匛匜匝匞匟 +
      5320 匠匡匢匣匤匥匦匧匨匩匪匫匬匭匮匯匰匱匲匳匴匵匶匷匸匹区医匼匽匾匿 +
      5340 區十卂千卄卅卆升午卉半卋卌卍华协卐卑卒卓協单卖南単卙博卛卜卝卞卟 +
      5360 占卡卢卣卤卥卦卧卨卩卪卫卬卭卮卯印危卲即却卵卶卷卸卹卺卻卼卽卾卿 +
      5380 厀厁厂厃厄厅历厇厈厉厊压厌厍厎厏厐厑厒厓厔厕厖厗厘厙厚厛厜厝厞原 +
      53A0 厠厡厢厣厤厥厦厧厨厩厪厫厬厭厮厯厰厱厲厳厴厵厶厷厸厹厺去厼厽厾县 +
      53C0 叀叁参參叄叅叆叇又叉及友双反収叏叐发叒叓叔叕取受变叙叚叛叜叝叞叟 +
      53E0 叠叡叢口古句另叧叨叩只叫召叭叮可台叱史右叴叵叶号司叹叺叻叼叽叾叿 +
      5400 吀吁吂吃各吅吆吇合吉吊吋同名后吏吐向吒吓吔吕吖吗吘吙吚君吜吝吞吟 +
      5420 吠吡吢吣吤吥否吧吨吩吪含听吭吮启吰吱吲吳吴吵吶吷吸吹吺吻吼吽吾吿 +
      5440 呀呁呂呃呄呅呆呇呈呉告呋呌呍呎呏呐呑呒呓呔呕呖呗员呙呚呛呜呝呞呟 +
      5460 呠呡呢呣呤呥呦呧周呩呪呫呬呭呮呯呰呱呲味呴呵呶呷呸呹呺呻呼命呾呿 +
      5480 咀咁咂咃咄咅咆咇咈咉咊咋和咍咎咏咐咑咒咓咔咕咖咗咘咙咚咛咜咝咞咟 +
      54A0 咠咡咢咣咤咥咦咧咨咩咪咫咬咭咮咯咰咱咲咳咴咵咶咷咸咹咺咻咼咽咾咿 +
      54C0 哀品哂哃哄哅哆哇哈哉哊哋哌响哎哏哐哑哒哓哔哕哖哗哘哙哚哛哜哝哞哟 +
      54E0 哠員哢哣哤哥哦哧哨哩哪哫哬哭哮哯哰哱哲哳哴哵哶哷哸哹哺哻哼哽哾哿 +
      5500 唀唁唂唃唄唅唆唇唈唉唊唋唌唍唎唏唐唑唒唓唔唕唖唗唘唙唚唛唜唝唞唟 +
      5520 唠唡唢唣唤唥唦唧唨唩唪唫唬唭售唯唰唱唲唳唴唵唶唷唸唹唺唻唼唽唾唿 +
      5540 啀啁啂啃啄啅商啇啈啉啊啋啌啍啎問啐啑啒啓啔啕啖啗啘啙啚啛啜啝啞啟 +
      5560 啠啡啢啣啤啥啦啧啨啩啪啫啬啭啮啯啰啱啲啳啴啵啶啷啸啹啺啻啼啽啾啿 +
      5580 喀喁喂喃善喅喆喇喈喉喊喋喌喍喎喏喐喑喒喓喔喕喖喗喘喙喚喛喜喝喞喟 +
      55A0 喠喡喢喣喤喥喦喧喨喩喪喫喬喭單喯喰喱喲喳喴喵営喷喸喹喺喻喼喽喾喿 +
      55C0 嗀嗁嗂嗃嗄嗅嗆嗇嗈嗉嗊嗋嗌嗍嗎嗏嗐嗑嗒嗓嗔嗕嗖嗗嗘嗙嗚嗛嗜嗝嗞嗟 +
      55E0 嗠嗡嗢嗣嗤嗥嗦嗧嗨嗩嗪嗫嗬嗭嗮嗯嗰嗱嗲嗳嗴嗵嗶嗷嗸嗹嗺嗻嗼嗽嗾嗿 +
      5600 嘀嘁嘂嘃嘄嘅嘆嘇嘈嘉嘊嘋嘌嘍嘎嘏嘐嘑嘒嘓嘔嘕嘖嘗嘘嘙嘚嘛嘜嘝嘞嘟 +
      5620 嘠嘡嘢嘣嘤嘥嘦嘧嘨嘩嘪嘫嘬嘭嘮嘯嘰嘱嘲嘳嘴嘵嘶嘷嘸嘹嘺嘻嘼嘽嘾嘿 +
      5640 噀噁噂噃噄噅噆噇噈噉噊噋噌噍噎噏噐噑噒噓噔噕噖噗噘噙噚噛噜噝噞噟 +
      5660 噠噡噢噣噤噥噦噧器噩噪噫噬噭噮噯噰噱噲噳噴噵噶噷噸噹噺噻噼噽噾噿 +
      5680 嚀嚁嚂嚃嚄嚅嚆嚇嚈嚉嚊嚋嚌嚍嚎嚏嚐嚑嚒嚓嚔嚕嚖嚗嚘嚙嚚嚛嚜嚝嚞嚟 +
      56A0 嚠嚡嚢嚣嚤嚥嚦嚧嚨嚩嚪嚫嚬嚭嚮嚯嚰嚱嚲嚳嚴嚵嚶嚷嚸嚹嚺嚻嚼嚽嚾嚿 +
      56C0 囀囁囂囃囄囅囆囇囈囉囊囋囌囍囎囏囐囑囒囓囔囕囖囗囘囙囚四囜囝回囟 +
      56E0 因囡团団囤囥囦囧囨囩囪囫囬园囮囯困囱囲図围囵囶囷囸囹固囻囼国图囿 +
      5700 圀圁圂圃圄圅圆圇圈圉圊國圌圍圎圏圐圑園圓圔圕圖圗團圙圚圛圜圝圞土 +
      5720 圠圡圢圣圤圥圦圧在圩圪圫圬圭圮圯地圱圲圳圴圵圶圷圸圹场圻圼圽圾圿 +
      5740 址坁坂坃坄坅坆均坈坉坊坋坌坍坎坏坐坑坒坓坔坕坖块坘坙坚坛坜坝坞坟 +
      5760 坠坡坢坣坤坥坦坧坨坩坪坫坬坭坮坯坰坱坲坳坴坵坶坷坸坹坺坻坼坽坾坿 +
      5780 垀垁垂垃垄垅垆垇垈垉垊型垌垍垎垏垐垑垒垓垔垕垖垗垘垙垚垛垜垝垞垟 +
      57A0 垠垡垢垣垤垥垦垧垨垩垪垫垬垭垮垯垰垱垲垳垴垵垶垷垸垹垺垻垼垽垾垿 +
      57C0 埀埁埂埃埄埅埆埇埈埉埊埋埌埍城埏埐埑埒埓埔埕埖埗埘埙埚埛埜埝埞域 +
      57E0 埠埡埢埣埤埥埦埧埨埩埪埫埬埭埮埯埰埱埲埳埴埵埶執埸培基埻埼埽埾埿 +
      5800 堀堁堂堃堄堅堆堇堈堉堊堋堌堍堎堏堐堑堒堓堔堕堖堗堘堙堚堛堜堝堞堟 +
      5820 堠堡堢堣堤堥堦堧堨堩堪堫堬堭堮堯堰報堲堳場堵堶堷堸堹堺堻堼堽堾堿 +
      5840 塀塁塂塃塄塅塆塇塈塉塊塋塌塍塎塏塐塑塒塓塔塕塖塗塘塙塚塛塜塝塞塟 +
      5860 塠塡塢塣塤塥塦塧塨塩塪填塬塭塮塯塰塱塲塳塴塵塶塷塸塹塺塻塼塽塾塿 +
      5880 墀墁墂境墄墅墆墇墈墉墊墋墌墍墎墏墐墑墒墓墔墕墖増墘墙墚墛墜墝增墟 +
      58A0 墠墡墢墣墤墥墦墧墨墩墪墫墬墭墮墯墰墱墲墳墴墵墶墷墸墹墺墻墼墽墾墿 +
      58C0 壀壁壂壃壄壅壆壇壈壉壊壋壌壍壎壏壐壑壒壓壔壕壖壗壘壙壚壛壜壝壞壟 +
      58E0 壠壡壢壣壤壥壦壧壨壩壪士壬壭壮壯声壱売壳壴壵壶壷壸壹壺壻壼壽壾壿 +
      5900 夀夁夂夃处夅夆备夈変夊夋夌复夎夏夐夑夒夓夔夕外夗夘夙多夛夜夝夞够 +
      5920 夠夡夢夣夤夥夦大夨天太夫夬夭央夯夰失夲夳头夵夶夷夸夹夺夻夼夽夾夿 +
      5940 奀奁奂奃奄奅奆奇奈奉奊奋奌奍奎奏奐契奒奓奔奕奖套奘奙奚奛奜奝奞奟 +
      5960 奠奡奢奣奤奥奦奧奨奩奪奫奬奭奮奯奰奱奲女奴奵奶奷奸她奺奻奼好奾奿 +
      5980 妀妁如妃妄妅妆妇妈妉妊妋妌妍妎妏妐妑妒妓妔妕妖妗妘妙妚妛妜妝妞妟 +
      59A0 妠妡妢妣妤妥妦妧妨妩妪妫妬妭妮妯妰妱妲妳妴妵妶妷妸妹妺妻妼妽妾妿 +
      59C0 姀姁姂姃姄姅姆姇姈姉姊始姌姍姎姏姐姑姒姓委姕姖姗姘姙姚姛姜姝姞姟 +
      59E0 姠姡姢姣姤姥姦姧姨姩姪姫姬姭姮姯姰姱姲姳姴姵姶姷姸姹姺姻姼姽姾姿 +
      5A00 娀威娂娃娄娅娆娇娈娉娊娋娌娍娎娏娐娑娒娓娔娕娖娗娘娙娚娛娜娝娞娟 +
      5A20 娠娡娢娣娤娥娦娧娨娩娪娫娬娭娮娯娰娱娲娳娴娵娶娷娸娹娺娻娼娽娾娿 +
      5A40 婀婁婂婃婄婅婆婇婈婉婊婋婌婍婎婏婐婑婒婓婔婕婖婗婘婙婚婛婜婝婞婟 +
      5A60 婠婡婢婣婤婥婦婧婨婩婪婫婬婭婮婯婰婱婲婳婴婵婶婷婸婹婺婻婼婽婾婿 +
      5A80 媀媁媂媃媄媅媆媇媈媉媊媋媌媍媎媏媐媑媒媓媔媕媖媗媘媙媚媛媜媝媞媟 +
      5AA0 媠媡媢媣媤媥媦媧媨媩媪媫媬媭媮媯媰媱媲媳媴媵媶媷媸媹媺媻媼媽媾媿 +
      5AC0 嫀嫁嫂嫃嫄嫅嫆嫇嫈嫉嫊嫋嫌嫍嫎嫏嫐嫑嫒嫓嫔嫕嫖嫗嫘嫙嫚嫛嫜嫝嫞嫟 +
      5AE0 嫠嫡嫢嫣嫤嫥嫦嫧嫨嫩嫪嫫嫬嫭嫮嫯嫰嫱嫲嫳嫴嫵嫶嫷嫸嫹嫺嫻嫼嫽嫾嫿 +
      5B00 嬀嬁嬂嬃嬄嬅嬆嬇嬈嬉嬊嬋嬌嬍嬎嬏嬐嬑嬒嬓嬔嬕嬖嬗嬘嬙嬚嬛嬜嬝嬞嬟 +
      5B20 嬠嬡嬢嬣嬤嬥嬦嬧嬨嬩嬪嬫嬬嬭嬮嬯嬰嬱嬲嬳嬴嬵嬶嬷嬸嬹嬺嬻嬼嬽嬾嬿 +
      5B40 孀孁孂孃孄孅孆孇孈孉孊孋孌孍孎孏子孑孒孓孔孕孖字存孙孚孛孜孝孞孟 +
      5B60 孠孡孢季孤孥学孧孨孩孪孫孬孭孮孯孰孱孲孳孴孵孶孷學孹孺孻孼孽孾孿 +
      5B80 宀宁宂它宄宅宆宇守安宊宋完宍宎宏宐宑宒宓宔宕宖宗官宙定宛宜宝实実 +
      5BA0 宠审客宣室宥宦宧宨宩宪宫宬宭宮宯宰宱宲害宴宵家宷宸容宺宻宼宽宾宿 +
      5BC0 寀寁寂寃寄寅密寇寈寉寊寋富寍寎寏寐寑寒寓寔寕寖寗寘寙寚寛寜寝寞察 +
      5BE0 寠寡寢寣寤寥實寧寨審寪寫寬寭寮寯寰寱寲寳寴寵寶寷寸对寺寻导寽対寿 +
      5C00 尀封専尃射尅将將專尉尊尋尌對導小尐少尒尓尔尕尖尗尘尙尚尛尜尝尞尟 +
      5C20 尠尡尢尣尤尥尦尧尨尩尪尫尬尭尮尯尰就尲尳尴尵尶尷尸尹尺尻尼尽尾尿 +
      5C40 局屁层屃屄居屆屇屈屉届屋屌屍屎屏屐屑屒屓屔展屖屗屘屙屚屛屜屝属屟 +
      5C60 屠屡屢屣層履屦屧屨屩屪屫屬屭屮屯屰山屲屳屴屵屶屷屸屹屺屻屼屽屾屿 +
      5C80 岀岁岂岃岄岅岆岇岈岉岊岋岌岍岎岏岐岑岒岓岔岕岖岗岘岙岚岛岜岝岞岟 +
      5CA0 岠岡岢岣岤岥岦岧岨岩岪岫岬岭岮岯岰岱岲岳岴岵岶岷岸岹岺岻岼岽岾岿 +
      5CC0 峀峁峂峃峄峅峆峇峈峉峊峋峌峍峎峏峐峑峒峓峔峕峖峗峘峙峚峛峜峝峞峟 +
      5CE0 峠峡峢峣峤峥峦峧峨峩峪峫峬峭峮峯峰峱峲峳峴峵島峷峸峹峺峻峼峽峾峿 +
      5D00 崀崁崂崃崄崅崆崇崈崉崊崋崌崍崎崏崐崑崒崓崔崕崖崗崘崙崚崛崜崝崞崟 +
      5D20 崠崡崢崣崤崥崦崧崨崩崪崫崬崭崮崯崰崱崲崳崴崵崶崷崸崹崺崻崼崽崾崿 +
      5D40 嵀嵁嵂嵃嵄嵅嵆嵇嵈嵉嵊嵋嵌嵍嵎嵏嵐嵑嵒嵓嵔嵕嵖嵗嵘嵙嵚嵛嵜嵝嵞嵟 +
      5D60 嵠嵡嵢嵣嵤嵥嵦嵧嵨嵩嵪嵫嵬嵭嵮嵯嵰嵱嵲嵳嵴嵵嵶嵷嵸嵹嵺嵻嵼嵽嵾嵿 +
      5D80 嶀嶁嶂嶃嶄嶅嶆嶇嶈嶉嶊嶋嶌嶍嶎嶏嶐嶑嶒嶓嶔嶕嶖嶗嶘嶙嶚嶛嶜嶝嶞嶟 +
      5DA0 嶠嶡嶢嶣嶤嶥嶦嶧嶨嶩嶪嶫嶬嶭嶮嶯嶰嶱嶲嶳嶴嶵嶶嶷嶸嶹嶺嶻嶼嶽嶾嶿 +
      5DC0 巀巁巂巃巄巅巆巇巈巉巊巋巌巍巎巏巐巑巒巓巔巕巖巗巘巙巚巛巜川州巟 +
      5DE0 巠巡巢巣巤工左巧巨巩巪巫巬巭差巯巰己已巳巴巵巶巷巸巹巺巻巼巽巾巿 +
      5E00 帀币市布帄帅帆帇师帉帊帋希帍帎帏帐帑帒帓帔帕帖帗帘帙帚帛帜帝帞帟 +
      5E20 帠帡帢帣帤帥带帧帨帩帪師帬席帮帯帰帱帲帳帴帵帶帷常帹帺帻帼帽帾帿 +
      5E40 幀幁幂幃幄幅幆幇幈幉幊幋幌幍幎幏幐幑幒幓幔幕幖幗幘幙幚幛幜幝幞幟 +
      5E60 幠幡幢幣幤幥幦幧幨幩幪幫幬幭幮幯幰幱干平年幵并幷幸幹幺幻幼幽幾广 +
      5E80 庀庁庂広庄庅庆庇庈庉床庋庌庍庎序庐庑庒库应底庖店庘庙庚庛府庝庞废 +
      5EA0 庠庡庢庣庤庥度座庨庩庪庫庬庭庮庯庰庱庲庳庴庵庶康庸庹庺庻庼庽庾庿 +
      5EC0 廀廁廂廃廄廅廆廇廈廉廊廋廌廍廎廏廐廑廒廓廔廕廖廗廘廙廚廛廜廝廞廟 +
      5EE0 廠廡廢廣廤廥廦廧廨廩廪廫廬廭廮廯廰廱廲廳廴廵延廷廸廹建廻廼廽廾廿 +
      5F00 开弁异弃弄弅弆弇弈弉弊弋弌弍弎式弐弑弒弓弔引弖弗弘弙弚弛弜弝弞弟 +
      5F20 张弡弢弣弤弥弦弧弨弩弪弫弬弭弮弯弰弱弲弳弴張弶強弸弹强弻弼弽弾弿 +
      5F40 彀彁彂彃彄彅彆彇彈彉彊彋彌彍彎彏彐彑归当彔录彖彗彘彙彚彛彜彝彞彟 +
      5F60 彠彡形彣彤彥彦彧彨彩彪彫彬彭彮彯彰影彲彳彴彵彶彷彸役彺彻彼彽彾彿 +
      5F80 往征徂徃径待徆徇很徉徊律後徍徎徏徐徑徒従徔徕徖得徘徙徚徛徜徝從徟 +
      5FA0 徠御徢徣徤徥徦徧徨復循徫徬徭微徯徰徱徲徳徴徵徶德徸徹徺徻徼徽徾徿 +
      5FC0 忀忁忂心忄必忆忇忈忉忊忋忌忍忎忏忐忑忒忓忔忕忖志忘忙忚忛応忝忞忟 +
      5FE0 忠忡忢忣忤忥忦忧忨忩忪快忬忭忮忯忰忱忲忳忴念忶忷忸忹忺忻忼忽忾忿 +
      6000 怀态怂怃怄怅怆怇怈怉怊怋怌怍怎怏怐怑怒怓怔怕怖怗怘怙怚怛怜思怞怟 +
      6020 怠怡怢怣怤急怦性怨怩怪怫怬怭怮怯怰怱怲怳怴怵怶怷怸怹怺总怼怽怾怿 +
      6040 恀恁恂恃恄恅恆恇恈恉恊恋恌恍恎恏恐恑恒恓恔恕恖恗恘恙恚恛恜恝恞恟 +
      6060 恠恡恢恣恤恥恦恧恨恩恪恫恬恭恮息恰恱恲恳恴恵恶恷恸恹恺恻恼恽恾恿 +
      6080 悀悁悂悃悄悅悆悇悈悉悊悋悌悍悎悏悐悑悒悓悔悕悖悗悘悙悚悛悜悝悞悟 +
      60A0 悠悡悢患悤悥悦悧您悩悪悫悬悭悮悯悰悱悲悳悴悵悶悷悸悹悺悻悼悽悾悿 +
      60C0 惀惁惂惃惄情惆惇惈惉惊惋惌惍惎惏惐惑惒惓惔惕惖惗惘惙惚惛惜惝惞惟 +
      60E0 惠惡惢惣惤惥惦惧惨惩惪惫惬惭惮惯惰惱惲想惴惵惶惷惸惹惺惻惼惽惾惿 +
      6100 愀愁愂愃愄愅愆愇愈愉愊愋愌愍愎意愐愑愒愓愔愕愖愗愘愙愚愛愜愝愞感 +
      6120 愠愡愢愣愤愥愦愧愨愩愪愫愬愭愮愯愰愱愲愳愴愵愶愷愸愹愺愻愼愽愾愿 +
      6140 慀慁慂慃慄慅慆慇慈慉慊態慌慍慎慏慐慑慒慓慔慕慖慗慘慙慚慛慜慝慞慟 +
      6160 慠慡慢慣慤慥慦慧慨慩慪慫慬慭慮慯慰慱慲慳慴慵慶慷慸慹慺慻慼慽慾慿 +
      6180 憀憁憂憃憄憅憆憇憈憉憊憋憌憍憎憏憐憑憒憓憔憕憖憗憘憙憚憛憜憝憞憟 +
      61A0 憠憡憢憣憤憥憦憧憨憩憪憫憬憭憮憯憰憱憲憳憴憵憶憷憸憹憺憻憼憽憾憿 +
      61C0 懀懁懂懃懄懅懆懇懈應懊懋懌懍懎懏懐懑懒懓懔懕懖懗懘懙懚懛懜懝懞懟 +
      61E0 懠懡懢懣懤懥懦懧懨懩懪懫懬懭懮懯懰懱懲懳懴懵懶懷懸懹懺懻懼懽懾懿 +
      6200 戀戁戂戃戄戅戆戇戈戉戊戋戌戍戎戏成我戒戓戔戕或戗战戙戚戛戜戝戞戟 +
      6220 戠戡戢戣戤戥戦戧戨戩截戫戬戭戮戯戰戱戲戳戴戵戶户戸戹戺戻戼戽戾房 +
      6240 所扁扂扃扄扅扆扇扈扉扊手扌才扎扏扐扑扒打扔払扖扗托扙扚扛扜扝扞扟 +
      6260 扠扡扢扣扤扥扦执扨扩扪扫扬扭扮扯扰扱扲扳扴扵扶扷扸批扺扻扼扽找承 +
      6280 技抁抂抃抄抅抆抇抈抉把抋抌抍抎抏抐抑抒抓抔投抖抗折抙抚抛抜抝択抟 +
      62A0 抠抡抢抣护报抦抧抨抩抪披抬抭抮抯抰抱抲抳抴抵抶抷抸抹抺抻押抽抾抿 +
      62C0 拀拁拂拃拄担拆拇拈拉拊拋拌拍拎拏拐拑拒拓拔拕拖拗拘拙拚招拜拝拞拟 +
      62E0 拠拡拢拣拤拥拦拧拨择拪拫括拭拮拯拰拱拲拳拴拵拶拷拸拹拺拻拼拽拾拿 +
      6300 挀持挂挃挄挅挆指挈按挊挋挌挍挎挏挐挑挒挓挔挕挖挗挘挙挚挛挜挝挞挟 +
      6320 挠挡挢挣挤挥挦挧挨挩挪挫挬挭挮振挰挱挲挳挴挵挶挷挸挹挺挻挼挽挾挿 +
      6340 捀捁捂捃捄捅捆捇捈捉捊捋捌捍捎捏捐捑捒捓捔捕捖捗捘捙捚捛捜捝捞损 +
      6360 捠捡换捣捤捥捦捧捨捩捪捫捬捭据捯捰捱捲捳捴捵捶捷捸捹捺捻捼捽捾捿 +
      6380 掀掁掂掃掄掅掆掇授掉掊掋掌掍掎掏掐掑排掓掔掕掖掗掘掙掚掛掜掝掞掟 +
      63A0 掠採探掣掤接掦控推掩措掫掬掭掮掯掰掱掲掳掴掵掶掷掸掹掺掻掼掽掾掿 +
      63C0 揀揁揂揃揄揅揆揇揈揉揊揋揌揍揎描提揑插揓揔揕揖揗揘揙揚換揜揝揞揟 +
      63E0 揠握揢揣揤揥揦揧揨揩揪揫揬揭揮揯揰揱揲揳援揵揶揷揸揹揺揻揼揽揾揿 +
      6400 搀搁搂搃搄搅搆搇搈搉搊搋搌損搎搏搐搑搒搓搔搕搖搗搘搙搚搛搜搝搞搟 +
      6420 搠搡搢搣搤搥搦搧搨搩搪搫搬搭搮搯搰搱搲搳搴搵搶搷搸搹携搻搼搽搾搿 +
      6440 摀摁摂摃摄摅摆摇摈摉摊摋摌摍摎摏摐摑摒摓摔摕摖摗摘摙摚摛摜摝摞摟 +
      6460 摠摡摢摣摤摥摦摧摨摩摪摫摬摭摮摯摰摱摲摳摴摵摶摷摸摹摺摻摼摽摾摿 +
      6480 撀撁撂撃撄撅撆撇撈撉撊撋撌撍撎撏撐撑撒撓撔撕撖撗撘撙撚撛撜撝撞撟 +
      64A0 撠撡撢撣撤撥撦撧撨撩撪撫撬播撮撯撰撱撲撳撴撵撶撷撸撹撺撻撼撽撾撿 +
      64C0 擀擁擂擃擄擅擆擇擈擉擊擋擌操擎擏擐擑擒擓擔擕擖擗擘擙據擛擜擝擞擟 +
      64E0 擠擡擢擣擤擥擦擧擨擩擪擫擬擭擮擯擰擱擲擳擴擵擶擷擸擹擺擻擼擽擾擿 +
      6500 攀攁攂攃攄攅攆攇攈攉攊攋攌攍攎攏攐攑攒攓攔攕攖攗攘攙攚攛攜攝攞攟 +
      6520 攠攡攢攣攤攥攦攧攨攩攪攫攬攭攮支攰攱攲攳攴攵收攷攸改攺攻攼攽放政 +
      6540 敀敁敂敃敄故敆敇效敉敊敋敌敍敎敏敐救敒敓敔敕敖敗敘教敚敛敜敝敞敟 +
      6560 敠敡敢散敤敥敦敧敨敩敪敫敬敭敮敯数敱敲敳整敵敶敷數敹敺敻敼敽敾敿 +
      6580 斀斁斂斃斄斅斆文斈斉斊斋斌斍斎斏斐斑斒斓斔斕斖斗斘料斚斛斜斝斞斟 +
      65A0 斠斡斢斣斤斥斦斧斨斩斪斫斬断斮斯新斱斲斳斴斵斶斷斸方斺斻於施斾斿 +
      65C0 旀旁旂旃旄旅旆旇旈旉旊旋旌旍旎族旐旑旒旓旔旕旖旗旘旙旚旛旜旝旞旟 +
      65E0 无旡既旣旤日旦旧旨早旪旫旬旭旮旯旰旱旲旳旴旵时旷旸旹旺旻旼旽旾旿 +
      6600 昀昁昂昃昄昅昆昇昈昉昊昋昌昍明昏昐昑昒易昔昕昖昗昘昙昚昛昜昝昞星 +
      6620 映昡昢昣昤春昦昧昨昩昪昫昬昭昮是昰昱昲昳昴昵昶昷昸昹昺昻昼昽显昿 +
      6640 晀晁時晃晄晅晆晇晈晉晊晋晌晍晎晏晐晑晒晓晔晕晖晗晘晙晚晛晜晝晞晟 +
      6660 晠晡晢晣晤晥晦晧晨晩晪晫晬晭普景晰晱晲晳晴晵晶晷晸晹智晻晼晽晾晿 +
      6680 暀暁暂暃暄暅暆暇暈暉暊暋暌暍暎暏暐暑暒暓暔暕暖暗暘暙暚暛暜暝暞暟 +
      66A0 暠暡暢暣暤暥暦暧暨暩暪暫暬暭暮暯暰暱暲暳暴暵暶暷暸暹暺暻暼暽暾暿 +
      66C0 曀曁曂曃曄曅曆曇曈曉曊曋曌曍曎曏曐曑曒曓曔曕曖曗曘曙曚曛曜曝曞曟 +
      66E0 曠曡曢曣曤曥曦曧曨曩曪曫曬曭曮曯曰曱曲曳更曵曶曷書曹曺曻曼曽曾替 +
      6700 最朁朂會朄朅朆朇月有朊朋朌服朎朏朐朑朒朓朔朕朖朗朘朙朚望朜朝朞期 +
      6720 朠朡朢朣朤朥朦朧木朩未末本札朮术朰朱朲朳朴朵朶朷朸朹机朻朼朽朾朿 +
      6740 杀杁杂权杄杅杆杇杈杉杊杋杌杍李杏材村杒杓杔杕杖杗杘杙杚杛杜杝杞束 +
      6760 杠条杢杣杤来杦杧杨杩杪杫杬杭杮杯杰東杲杳杴杵杶杷杸杹杺杻杼杽松板 +
      6780 枀极枂枃构枅枆枇枈枉枊枋枌枍枎枏析枑枒枓枔枕枖林枘枙枚枛果枝枞枟 +
      67A0 枠枡枢枣枤枥枦枧枨枩枪枫枬枭枮枯枰枱枲枳枴枵架枷枸枹枺枻枼枽枾枿 +
      67C0 柀柁柂柃柄柅柆柇柈柉柊柋柌柍柎柏某柑柒染柔柕柖柗柘柙柚柛柜柝柞柟 +
      67E0 柠柡柢柣柤查柦柧柨柩柪柫柬柭柮柯柰柱柲柳柴柵柶柷柸柹柺査柼柽柾柿 +
      6800 栀栁栂栃栄栅栆标栈栉栊栋栌栍栎栏栐树栒栓栔栕栖栗栘栙栚栛栜栝栞栟 +
      6820 栠校栢栣栤栥栦栧栨栩株栫栬栭栮栯栰栱栲栳栴栵栶样核根栺栻格栽栾栿 +
      6840 桀桁桂桃桄桅框桇案桉桊桋桌桍桎桏桐桑桒桓桔桕桖桗桘桙桚桛桜桝桞桟 +
      6860 桠桡桢档桤桥桦桧桨桩桪桫桬桭桮桯桰桱桲桳桴桵桶桷桸桹桺桻桼桽桾桿 +
      6880 梀梁梂梃梄梅梆梇梈梉梊梋梌梍梎梏梐梑梒梓梔梕梖梗梘梙梚梛梜條梞梟 +
      68A0 梠梡梢梣梤梥梦梧梨梩梪梫梬梭梮梯械梱梲梳梴梵梶梷梸梹梺梻梼梽梾梿 +
      68C0 检棁棂棃棄棅棆棇棈棉棊棋棌棍棎棏棐棑棒棓棔棕棖棗棘棙棚棛棜棝棞棟 +
      68E0 棠棡棢棣棤棥棦棧棨棩棪棫棬棭森棯棰棱棲棳棴棵棶棷棸棹棺棻棼棽棾棿 +
      6900 椀椁椂椃椄椅椆椇椈椉椊椋椌植椎椏椐椑椒椓椔椕椖椗椘椙椚椛検椝椞椟 +
      6920 椠椡椢椣椤椥椦椧椨椩椪椫椬椭椮椯椰椱椲椳椴椵椶椷椸椹椺椻椼椽椾椿 +
      6940 楀楁楂楃楄楅楆楇楈楉楊楋楌楍楎楏楐楑楒楓楔楕楖楗楘楙楚楛楜楝楞楟 +
      6960 楠楡楢楣楤楥楦楧楨楩楪楫楬業楮楯楰楱楲楳楴極楶楷楸楹楺楻楼楽楾楿 +
      6980 榀榁概榃榄榅榆榇榈榉榊榋榌榍榎榏榐榑榒榓榔榕榖榗榘榙榚榛榜榝榞榟 +
      69A0 榠榡榢榣榤榥榦榧榨榩榪榫榬榭榮榯榰榱榲榳榴榵榶榷榸榹榺榻榼榽榾榿 +
      69C0 槀槁槂槃槄槅槆槇槈槉槊構槌槍槎槏槐槑槒槓槔槕槖槗様槙槚槛槜槝槞槟 +
      69E0 槠槡槢槣槤槥槦槧槨槩槪槫槬槭槮槯槰槱槲槳槴槵槶槷槸槹槺槻槼槽槾槿 +
      6A00 樀樁樂樃樄樅樆樇樈樉樊樋樌樍樎樏樐樑樒樓樔樕樖樗樘標樚樛樜樝樞樟 +
      6A20 樠模樢樣樤樥樦樧樨権横樫樬樭樮樯樰樱樲樳樴樵樶樷樸樹樺樻樼樽樾樿 +
      6A40 橀橁橂橃橄橅橆橇橈橉橊橋橌橍橎橏橐橑橒橓橔橕橖橗橘橙橚橛橜橝橞機 +
      6A60 橠橡橢橣橤橥橦橧橨橩橪橫橬橭橮橯橰橱橲橳橴橵橶橷橸橹橺橻橼橽橾橿 +
      6A80 檀檁檂檃檄檅檆檇檈檉檊檋檌檍檎檏檐檑檒檓檔檕檖檗檘檙檚檛檜檝檞檟 +
      6AA0 檠檡檢檣檤檥檦檧檨檩檪檫檬檭檮檯檰檱檲檳檴檵檶檷檸檹檺檻檼檽檾檿 +
      6AC0 櫀櫁櫂櫃櫄櫅櫆櫇櫈櫉櫊櫋櫌櫍櫎櫏櫐櫑櫒櫓櫔櫕櫖櫗櫘櫙櫚櫛櫜櫝櫞櫟 +
      6AE0 櫠櫡櫢櫣櫤櫥櫦櫧櫨櫩櫪櫫櫬櫭櫮櫯櫰櫱櫲櫳櫴櫵櫶櫷櫸櫹櫺櫻櫼櫽櫾櫿 +
      6B00 欀欁欂欃欄欅欆欇欈欉權欋欌欍欎欏欐欑欒欓欔欕欖欗欘欙欚欛欜欝欞欟 +
      6B20 欠次欢欣欤欥欦欧欨欩欪欫欬欭欮欯欰欱欲欳欴欵欶欷欸欹欺欻欼欽款欿 +
      6B40 歀歁歂歃歄歅歆歇歈歉歊歋歌歍歎歏歐歑歒歓歔歕歖歗歘歙歚歛歜歝歞歟 +
      6B60 歠歡止正此步武歧歨歩歪歫歬歭歮歯歰歱歲歳歴歵歶歷歸歹歺死歼歽歾歿 +
      6B80 殀殁殂殃殄殅殆殇殈殉殊残殌殍殎殏殐殑殒殓殔殕殖殗殘殙殚殛殜殝殞殟 +
      6BA0 殠殡殢殣殤殥殦殧殨殩殪殫殬殭殮殯殰殱殲殳殴段殶殷殸殹殺殻殼殽殾殿 +
      6BC0 毀毁毂毃毄毅毆毇毈毉毊毋毌母毎每毐毑毒毓比毕毖毗毘毙毚毛毜毝毞毟 +
      6BE0 毠毡毢毣毤毥毦毧毨毩毪毫毬毭毮毯毰毱毲毳毴毵毶毷毸毹毺毻毼毽毾毿 +
      6C00 氀氁氂氃氄氅氆氇氈氉氊氋氌氍氎氏氐民氒氓气氕氖気氘氙氚氛氜氝氞氟 +
      6C20 氠氡氢氣氤氥氦氧氨氩氪氫氬氭氮氯氰氱氲氳水氵氶氷永氹氺氻氼氽氾氿 +
      6C40 汀汁求汃汄汅汆汇汈汉汊汋汌汍汎汏汐汑汒汓汔汕汖汗汘汙汚汛汜汝汞江 +
      6C60 池污汢汣汤汥汦汧汨汩汪汫汬汭汮汯汰汱汲汳汴汵汶汷汸汹決汻汼汽汾汿 +
      6C80 沀沁沂沃沄沅沆沇沈沉沊沋沌沍沎沏沐沑沒沓沔沕沖沗沘沙沚沛沜沝沞沟 +
      6CA0 沠没沢沣沤沥沦沧沨沩沪沫沬沭沮沯沰沱沲河沴沵沶沷沸油沺治沼沽沾沿 +
      6CC0 泀況泂泃泄泅泆泇泈泉泊泋泌泍泎泏泐泑泒泓泔法泖泗泘泙泚泛泜泝泞泟 +
      6CE0 泠泡波泣泤泥泦泧注泩泪泫泬泭泮泯泰泱泲泳泴泵泶泷泸泹泺泻泼泽泾泿 +
      6D00 洀洁洂洃洄洅洆洇洈洉洊洋洌洍洎洏洐洑洒洓洔洕洖洗洘洙洚洛洜洝洞洟 +
      6D20 洠洡洢洣洤津洦洧洨洩洪洫洬洭洮洯洰洱洲洳洴洵洶洷洸洹洺活洼洽派洿 +
      6D40 浀流浂浃浄浅浆浇浈浉浊测浌浍济浏浐浑浒浓浔浕浖浗浘浙浚浛浜浝浞浟 +
      6D60 浠浡浢浣浤浥浦浧浨浩浪浫浬浭浮浯浰浱浲浳浴浵浶海浸浹浺浻浼浽浾浿 +
      6D80 涀涁涂涃涄涅涆涇消涉涊涋涌涍涎涏涐涑涒涓涔涕涖涗涘涙涚涛涜涝涞涟 +
      6DA0 涠涡涢涣涤涥润涧涨涩涪涫涬涭涮涯涰涱液涳涴涵涶涷涸涹涺涻涼涽涾涿 +
      6DC0 淀淁淂淃淄淅淆淇淈淉淊淋淌淍淎淏淐淑淒淓淔淕淖淗淘淙淚淛淜淝淞淟 +
      6DE0 淠淡淢淣淤淥淦淧淨淩淪淫淬淭淮淯淰深淲淳淴淵淶混淸淹淺添淼淽淾淿 +
      6E00 渀渁渂渃渄清渆渇済渉渊渋渌渍渎渏渐渑渒渓渔渕渖渗渘渙渚減渜渝渞渟 +
      6E20 渠渡渢渣渤渥渦渧渨温渪渫測渭渮港渰渱渲渳渴渵渶渷游渹渺渻渼渽渾渿 +
      6E40 湀湁湂湃湄湅湆湇湈湉湊湋湌湍湎湏湐湑湒湓湔湕湖湗湘湙湚湛湜湝湞湟 +
      6E60 湠湡湢湣湤湥湦湧湨湩湪湫湬湭湮湯湰湱湲湳湴湵湶湷湸湹湺湻湼湽湾湿 +
      6E80 満溁溂溃溄溅溆溇溈溉溊溋溌溍溎溏源溑溒溓溔溕準溗溘溙溚溛溜溝溞溟 +
      6EA0 溠溡溢溣溤溥溦溧溨溩溪溫溬溭溮溯溰溱溲溳溴溵溶溷溸溹溺溻溼溽溾溿 +
      6EC0 滀滁滂滃滄滅滆滇滈滉滊滋滌滍滎滏滐滑滒滓滔滕滖滗滘滙滚滛滜滝滞滟 +
      6EE0 滠满滢滣滤滥滦滧滨滩滪滫滬滭滮滯滰滱滲滳滴滵滶滷滸滹滺滻滼滽滾滿 +
      6F00 漀漁漂漃漄漅漆漇漈漉漊漋漌漍漎漏漐漑漒漓演漕漖漗漘漙漚漛漜漝漞漟 +
      6F20 漠漡漢漣漤漥漦漧漨漩漪漫漬漭漮漯漰漱漲漳漴漵漶漷漸漹漺漻漼漽漾漿 +
      6F40 潀潁潂潃潄潅潆潇潈潉潊潋潌潍潎潏潐潑潒潓潔潕潖潗潘潙潚潛潜潝潞潟 +
      6F60 潠潡潢潣潤潥潦潧潨潩潪潫潬潭潮潯潰潱潲潳潴潵潶潷潸潹潺潻潼潽潾潿 +
      6F80 澀澁澂澃澄澅澆澇澈澉澊澋澌澍澎澏澐澑澒澓澔澕澖澗澘澙澚澛澜澝澞澟 +
      6FA0 澠澡澢澣澤澥澦澧澨澩澪澫澬澭澮澯澰澱澲澳澴澵澶澷澸澹澺澻澼澽澾澿 +
      6FC0 激濁濂濃濄濅濆濇濈濉濊濋濌濍濎濏濐濑濒濓濔濕濖濗濘濙濚濛濜濝濞濟 +
      6FE0 濠濡濢濣濤濥濦濧濨濩濪濫濬濭濮濯濰濱濲濳濴濵濶濷濸濹濺濻濼濽濾濿 +
      7000 瀀瀁瀂瀃瀄瀅瀆瀇瀈瀉瀊瀋瀌瀍瀎瀏瀐瀑瀒瀓瀔瀕瀖瀗瀘瀙瀚瀛瀜瀝瀞瀟 +
      7020 瀠瀡瀢瀣瀤瀥瀦瀧瀨瀩瀪瀫瀬瀭瀮瀯瀰瀱瀲瀳瀴瀵瀶瀷瀸瀹瀺瀻瀼瀽瀾瀿 +
      7040 灀灁灂灃灄灅灆灇灈灉灊灋灌灍灎灏灐灑灒灓灔灕灖灗灘灙灚灛灜灝灞灟 +
      7060 灠灡灢灣灤灥灦灧灨灩灪火灬灭灮灯灰灱灲灳灴灵灶灷灸灹灺灻灼災灾灿 +
      7080 炀炁炂炃炄炅炆炇炈炉炊炋炌炍炎炏炐炑炒炓炔炕炖炗炘炙炚炛炜炝炞炟 +
      70A0 炠炡炢炣炤炥炦炧炨炩炪炫炬炭炮炯炰炱炲炳炴炵炶炷炸点為炻炼炽炾炿 +
      70C0 烀烁烂烃烄烅烆烇烈烉烊烋烌烍烎烏烐烑烒烓烔烕烖烗烘烙烚烛烜烝烞烟 +
      70E0 烠烡烢烣烤烥烦烧烨烩烪烫烬热烮烯烰烱烲烳烴烵烶烷烸烹烺烻烼烽烾烿 +
      7100 焀焁焂焃焄焅焆焇焈焉焊焋焌焍焎焏焐焑焒焓焔焕焖焗焘焙焚焛焜焝焞焟 +
      7120 焠無焢焣焤焥焦焧焨焩焪焫焬焭焮焯焰焱焲焳焴焵然焷焸焹焺焻焼焽焾焿 +
      7140 煀煁煂煃煄煅煆煇煈煉煊煋煌煍煎煏煐煑煒煓煔煕煖煗煘煙煚煛煜煝煞煟 +
      7160 煠煡煢煣煤煥煦照煨煩煪煫煬煭煮煯煰煱煲煳煴煵煶煷煸煹煺煻煼煽煾煿 +
      7180 熀熁熂熃熄熅熆熇熈熉熊熋熌熍熎熏熐熑熒熓熔熕熖熗熘熙熚熛熜熝熞熟 +
      71A0 熠熡熢熣熤熥熦熧熨熩熪熫熬熭熮熯熰熱熲熳熴熵熶熷熸熹熺熻熼熽熾熿 +
      71C0 燀燁燂燃燄燅燆燇燈燉燊燋燌燍燎燏燐燑燒燓燔燕燖燗燘燙燚燛燜燝燞營 +
      71E0 燠燡燢燣燤燥燦燧燨燩燪燫燬燭燮燯燰燱燲燳燴燵燶燷燸燹燺燻燼燽燾燿 +
      7200 爀爁爂爃爄爅爆爇爈爉爊爋爌爍爎爏爐爑爒爓爔爕爖爗爘爙爚爛爜爝爞爟 +
      7220 爠爡爢爣爤爥爦爧爨爩爪爫爬爭爮爯爰爱爲爳爴爵父爷爸爹爺爻爼爽爾爿 +
      7240 牀牁牂牃牄牅牆片版牉牊牋牌牍牎牏牐牑牒牓牔牕牖牗牘牙牚牛牜牝牞牟 +
      7260 牠牡牢牣牤牥牦牧牨物牪牫牬牭牮牯牰牱牲牳牴牵牶牷牸特牺牻牼牽牾牿 +
      7280 犀犁犂犃犄犅犆犇犈犉犊犋犌犍犎犏犐犑犒犓犔犕犖犗犘犙犚犛犜犝犞犟 +
      72A0 犠犡犢犣犤犥犦犧犨犩犪犫犬犭犮犯犰犱犲犳犴犵状犷犸犹犺犻犼犽犾犿 +
      72C0 狀狁狂狃狄狅狆狇狈狉狊狋狌狍狎狏狐狑狒狓狔狕狖狗狘狙狚狛狜狝狞狟 +
      72E0 狠狡狢狣狤狥狦狧狨狩狪狫独狭狮狯狰狱狲狳狴狵狶狷狸狹狺狻狼狽狾狿 +
      7300 猀猁猂猃猄猅猆猇猈猉猊猋猌猍猎猏猐猑猒猓猔猕猖猗猘猙猚猛猜猝猞猟 +
      7320 猠猡猢猣猤猥猦猧猨猩猪猫猬猭献猯猰猱猲猳猴猵猶猷猸猹猺猻猼猽猾猿 +
      7340 獀獁獂獃獄獅獆獇獈獉獊獋獌獍獎獏獐獑獒獓獔獕獖獗獘獙獚獛獜獝獞獟 +
      7360 獠獡獢獣獤獥獦獧獨獩獪獫獬獭獮獯獰獱獲獳獴獵獶獷獸獹獺獻獼獽獾獿 +
      7380 玀玁玂玃玄玅玆率玈玉玊王玌玍玎玏玐玑玒玓玔玕玖玗玘玙玚玛玜玝玞玟 +
      73A0 玠玡玢玣玤玥玦玧玨玩玪玫玬玭玮环现玱玲玳玴玵玶玷玸玹玺玻玼玽玾玿 +
      73C0 珀珁珂珃珄珅珆珇珈珉珊珋珌珍珎珏珐珑珒珓珔珕珖珗珘珙珚珛珜珝珞珟 +
      73E0 珠珡珢珣珤珥珦珧珨珩珪珫珬班珮珯珰珱珲珳珴珵珶珷珸珹珺珻珼珽現珿 +
      7400 琀琁琂球琄琅理琇琈琉琊琋琌琍琎琏琐琑琒琓琔琕琖琗琘琙琚琛琜琝琞琟 +
      7420 琠琡琢琣琤琥琦琧琨琩琪琫琬琭琮琯琰琱琲琳琴琵琶琷琸琹琺琻琼琽琾琿 +
      7440 瑀瑁瑂瑃瑄瑅瑆瑇瑈瑉瑊瑋瑌瑍瑎瑏瑐瑑瑒瑓瑔瑕瑖瑗瑘瑙瑚瑛瑜瑝瑞瑟 +
      7460 瑠瑡瑢瑣瑤瑥瑦瑧瑨瑩瑪瑫瑬瑭瑮瑯瑰瑱瑲瑳瑴瑵瑶瑷瑸瑹瑺瑻瑼瑽瑾瑿 +
      7480 璀璁璂璃璄璅璆璇璈璉璊璋璌璍璎璏璐璑璒璓璔璕璖璗璘璙璚璛璜璝璞璟 +
      74A0 璠璡璢璣璤璥璦璧璨璩璪璫璬璭璮璯環璱璲璳璴璵璶璷璸璹璺璻璼璽璾璿 +
      74C0 瓀瓁瓂瓃瓄瓅瓆瓇瓈瓉瓊瓋瓌瓍瓎瓏瓐瓑瓒瓓瓔瓕瓖瓗瓘瓙瓚瓛瓜瓝瓞瓟 +
      74E0 瓠瓡瓢瓣瓤瓥瓦瓧瓨瓩瓪瓫瓬瓭瓮瓯瓰瓱瓲瓳瓴瓵瓶瓷瓸瓹瓺瓻瓼瓽瓾瓿 +
      7500 甀甁甂甃甄甅甆甇甈甉甊甋甌甍甎甏甐甑甒甓甔甕甖甗甘甙甚甛甜甝甞生 +
      7520 甠甡產産甤甥甦甧用甩甪甫甬甭甮甯田由甲申甴电甶男甸甹町画甼甽甾甿 +
      7540 畀畁畂畃畄畅畆畇畈畉畊畋界畍畎畏畐畑畒畓畔畕畖畗畘留畚畛畜畝畞畟 +
      7560 畠畡畢畣畤略畦畧畨畩番畫畬畭畮畯異畱畲畳畴畵當畷畸畹畺畻畼畽畾畿 +
      7580 疀疁疂疃疄疅疆疇疈疉疊疋疌疍疎疏疐疑疒疓疔疕疖疗疘疙疚疛疜疝疞疟 +
      75A0 疠疡疢疣疤疥疦疧疨疩疪疫疬疭疮疯疰疱疲疳疴疵疶疷疸疹疺疻疼疽疾疿 +
      75C0 痀痁痂痃痄病痆症痈痉痊痋痌痍痎痏痐痑痒痓痔痕痖痗痘痙痚痛痜痝痞痟 +
      75E0 痠痡痢痣痤痥痦痧痨痩痪痫痬痭痮痯痰痱痲痳痴痵痶痷痸痹痺痻痼痽痾痿 +
      7600 瘀瘁瘂瘃瘄瘅瘆瘇瘈瘉瘊瘋瘌瘍瘎瘏瘐瘑瘒瘓瘔瘕瘖瘗瘘瘙瘚瘛瘜瘝瘞瘟 +
      7620 瘠瘡瘢瘣瘤瘥瘦瘧瘨瘩瘪瘫瘬瘭瘮瘯瘰瘱瘲瘳瘴瘵瘶瘷瘸瘹瘺瘻瘼瘽瘾瘿 +
      7640 癀癁療癃癄癅癆癇癈癉癊癋癌癍癎癏癐癑癒癓癔癕癖癗癘癙癚癛癜癝癞癟 +
      7660 癠癡癢癣癤癥癦癧癨癩癪癫癬癭癮癯癰癱癲癳癴癵癶癷癸癹発登發白百癿 +
      7680 皀皁皂皃的皅皆皇皈皉皊皋皌皍皎皏皐皑皒皓皔皕皖皗皘皙皚皛皜皝皞皟 +
      76A0 皠皡皢皣皤皥皦皧皨皩皪皫皬皭皮皯皰皱皲皳皴皵皶皷皸皹皺皻皼皽皾皿 +
      76C0 盀盁盂盃盄盅盆盇盈盉益盋盌盍盎盏盐监盒盓盔盕盖盗盘盙盚盛盜盝盞盟 +
      76E0 盠盡盢監盤盥盦盧盨盩盪盫盬盭目盯盰盱盲盳直盵盶盷相盹盺盻盼盽盾盿 +
      7700 眀省眂眃眄眅眆眇眈眉眊看県眍眎眏眐眑眒眓眔眕眖眗眘眙眚眛眜眝眞真 +
      7720 眠眡眢眣眤眥眦眧眨眩眪眫眬眭眮眯眰眱眲眳眴眵眶眷眸眹眺眻眼眽眾眿 +
      7740 着睁睂睃睄睅睆睇睈睉睊睋睌睍睎睏睐睑睒睓睔睕睖睗睘睙睚睛睜睝睞睟 +
      7760 睠睡睢督睤睥睦睧睨睩睪睫睬睭睮睯睰睱睲睳睴睵睶睷睸睹睺睻睼睽睾睿 +
      7780 瞀瞁瞂瞃瞄瞅瞆瞇瞈瞉瞊瞋瞌瞍瞎瞏瞐瞑瞒瞓瞔瞕瞖瞗瞘瞙瞚瞛瞜瞝瞞瞟 +
      77A0 瞠瞡瞢瞣瞤瞥瞦瞧瞨瞩瞪瞫瞬瞭瞮瞯瞰瞱瞲瞳瞴瞵瞶瞷瞸瞹瞺瞻瞼瞽瞾瞿 +
      77C0 矀矁矂矃矄矅矆矇矈矉矊矋矌矍矎矏矐矑矒矓矔矕矖矗矘矙矚矛矜矝矞矟 +
      77E0 矠矡矢矣矤知矦矧矨矩矪矫矬短矮矯矰矱矲石矴矵矶矷矸矹矺矻矼矽矾矿 +
      7800 砀码砂砃砄砅砆砇砈砉砊砋砌砍砎砏砐砑砒砓研砕砖砗砘砙砚砛砜砝砞砟 +
      7820 砠砡砢砣砤砥砦砧砨砩砪砫砬砭砮砯砰砱砲砳破砵砶砷砸砹砺砻砼砽砾砿 +
      7840 础硁硂硃硄硅硆硇硈硉硊硋硌硍硎硏硐硑硒硓硔硕硖硗硘硙硚硛硜硝硞硟 +
      7860 硠硡硢硣硤硥硦硧硨硩硪硫硬硭确硯硰硱硲硳硴硵硶硷硸硹硺硻硼硽硾硿 +
      7880 碀碁碂碃碄碅碆碇碈碉碊碋碌碍碎碏碐碑碒碓碔碕碖碗碘碙碚碛碜碝碞碟 +
      78A0 碠碡碢碣碤碥碦碧碨碩碪碫碬碭碮碯碰碱碲碳碴碵碶碷碸碹確碻碼碽碾碿 +
      78C0 磀磁磂磃磄磅磆磇磈磉磊磋磌磍磎磏磐磑磒磓磔磕磖磗磘磙磚磛磜磝磞磟 +
      78E0 磠磡磢磣磤磥磦磧磨磩磪磫磬磭磮磯磰磱磲磳磴磵磶磷磸磹磺磻磼磽磾磿 +
      7900 礀礁礂礃礄礅礆礇礈礉礊礋礌礍礎礏礐礑礒礓礔礕礖礗礘礙礚礛礜礝礞礟 +
      7920 礠礡礢礣礤礥礦礧礨礩礪礫礬礭礮礯礰礱礲礳礴礵礶礷礸礹示礻礼礽社礿 +
      7940 祀祁祂祃祄祅祆祇祈祉祊祋祌祍祎祏祐祑祒祓祔祕祖祗祘祙祚祛祜祝神祟 +
      7960 祠祡祢祣祤祥祦祧票祩祪祫祬祭祮祯祰祱祲祳祴祵祶祷祸祹祺祻祼祽祾祿 +
      7980 禀禁禂禃禄禅禆禇禈禉禊禋禌禍禎福禐禑禒禓禔禕禖禗禘禙禚禛禜禝禞禟 +
      79A0 禠禡禢禣禤禥禦禧禨禩禪禫禬禭禮禯禰禱禲禳禴禵禶禷禸禹禺离禼禽禾禿 +
      79C0 秀私秂秃秄秅秆秇秈秉秊秋秌种秎秏秐科秒秓秔秕秖秗秘秙秚秛秜秝秞租 +
      79E0 秠秡秢秣秤秥秦秧秨秩秪秫秬秭秮积称秱秲秳秴秵秶秷秸秹秺移秼秽秾秿 +
      7A00 稀稁稂稃稄稅稆稇稈稉稊程稌稍税稏稐稑稒稓稔稕稖稗稘稙稚稛稜稝稞稟 +
      7A20 稠稡稢稣稤稥稦稧稨稩稪稫稬稭種稯稰稱稲稳稴稵稶稷稸稹稺稻稼稽稾稿 +
      7A40 穀穁穂穃穄穅穆穇穈穉穊穋穌積穎穏穐穑穒穓穔穕穖穗穘穙穚穛穜穝穞穟 +
      7A60 穠穡穢穣穤穥穦穧穨穩穪穫穬穭穮穯穰穱穲穳穴穵究穷穸穹空穻穼穽穾穿 +
      7A80 窀突窂窃窄窅窆窇窈窉窊窋窌窍窎窏窐窑窒窓窔窕窖窗窘窙窚窛窜窝窞窟 +
      7AA0 窠窡窢窣窤窥窦窧窨窩窪窫窬窭窮窯窰窱窲窳窴窵窶窷窸窹窺窻窼窽窾窿 +
      7AC0 竀竁竂竃竄竅竆竇竈竉竊立竌竍竎竏竐竑竒竓竔竕竖竗竘站竚竛竜竝竞竟 +
      7AE0 章竡竢竣竤童竦竧竨竩竪竫竬竭竮端竰竱竲竳竴竵競竷竸竹竺竻竼竽竾竿 +
      7B00 笀笁笂笃笄笅笆笇笈笉笊笋笌笍笎笏笐笑笒笓笔笕笖笗笘笙笚笛笜笝笞笟 +
      7B20 笠笡笢笣笤笥符笧笨笩笪笫第笭笮笯笰笱笲笳笴笵笶笷笸笹笺笻笼笽笾笿 +
      7B40 筀筁筂筃筄筅筆筇筈等筊筋筌筍筎筏筐筑筒筓答筕策筗筘筙筚筛筜筝筞筟 +
      7B60 筠筡筢筣筤筥筦筧筨筩筪筫筬筭筮筯筰筱筲筳筴筵筶筷筸筹筺筻筼筽签筿 +
      7B80 简箁箂箃箄箅箆箇箈箉箊箋箌箍箎箏箐箑箒箓箔箕箖算箘箙箚箛箜箝箞箟 +
      7BA0 箠管箢箣箤箥箦箧箨箩箪箫箬箭箮箯箰箱箲箳箴箵箶箷箸箹箺箻箼箽箾箿 +
      7BC0 節篁篂篃範篅篆篇篈築篊篋篌篍篎篏篐篑篒篓篔篕篖篗篘篙篚篛篜篝篞篟 +
      7BE0 篠篡篢篣篤篥篦篧篨篩篪篫篬篭篮篯篰篱篲篳篴篵篶篷篸篹篺篻篼篽篾篿 +
      7C00 簀簁簂簃簄簅簆簇簈簉簊簋簌簍簎簏簐簑簒簓簔簕簖簗簘簙簚簛簜簝簞簟 +
      7C20 簠簡簢簣簤簥簦簧簨簩簪簫簬簭簮簯簰簱簲簳簴簵簶簷簸簹簺簻簼簽簾簿 +
      7C40 籀籁籂籃籄籅籆籇籈籉籊籋籌籍籎籏籐籑籒籓籔籕籖籗籘籙籚籛籜籝籞籟 +
      7C60 籠籡籢籣籤籥籦籧籨籩籪籫籬籭籮籯籰籱籲米籴籵籶籷籸籹籺类籼籽籾籿 +
      7C80 粀粁粂粃粄粅粆粇粈粉粊粋粌粍粎粏粐粑粒粓粔粕粖粗粘粙粚粛粜粝粞粟 +
      7CA0 粠粡粢粣粤粥粦粧粨粩粪粫粬粭粮粯粰粱粲粳粴粵粶粷粸粹粺粻粼粽精粿 +
      7CC0 糀糁糂糃糄糅糆糇糈糉糊糋糌糍糎糏糐糑糒糓糔糕糖糗糘糙糚糛糜糝糞糟 +
      7CE0 糠糡糢糣糤糥糦糧糨糩糪糫糬糭糮糯糰糱糲糳糴糵糶糷糸糹糺系糼糽糾糿 +
      7D00 紀紁紂紃約紅紆紇紈紉紊紋紌納紎紏紐紑紒紓純紕紖紗紘紙級紛紜紝紞紟 +
      7D20 素紡索紣紤紥紦紧紨紩紪紫紬紭紮累細紱紲紳紴紵紶紷紸紹紺紻紼紽紾紿 +
      7D40 絀絁終絃組絅絆絇絈絉絊絋経絍絎絏結絑絒絓絔絕絖絗絘絙絚絛絜絝絞絟 +
      7D60 絠絡絢絣絤絥給絧絨絩絪絫絬絭絮絯絰統絲絳絴絵絶絷絸絹絺絻絼絽絾絿 +
      7D80 綀綁綂綃綄綅綆綇綈綉綊綋綌綍綎綏綐綑綒經綔綕綖綗綘継続綛綜綝綞綟 +
      7DA0 綠綡綢綣綤綥綦綧綨綩綪綫綬維綮綯綰綱網綳綴綵綶綷綸綹綺綻綼綽綾綿 +
      7DC0 緀緁緂緃緄緅緆緇緈緉緊緋緌緍緎総緐緑緒緓緔緕緖緗緘緙線緛緜緝緞緟 +
      7DE0 締緡緢緣緤緥緦緧編緩緪緫緬緭緮緯緰緱緲緳練緵緶緷緸緹緺緻緼緽緾緿 +
      7E00 縀縁縂縃縄縅縆縇縈縉縊縋縌縍縎縏縐縑縒縓縔縕縖縗縘縙縚縛縜縝縞縟 +
      7E20 縠縡縢縣縤縥縦縧縨縩縪縫縬縭縮縯縰縱縲縳縴縵縶縷縸縹縺縻縼總績縿 +
      7E40 繀繁繂繃繄繅繆繇繈繉繊繋繌繍繎繏繐繑繒繓織繕繖繗繘繙繚繛繜繝繞繟 +
      7E60 繠繡繢繣繤繥繦繧繨繩繪繫繬繭繮繯繰繱繲繳繴繵繶繷繸繹繺繻繼繽繾繿 +
      7E80 纀纁纂纃纄纅纆纇纈纉纊纋續纍纎纏纐纑纒纓纔纕纖纗纘纙纚纛纜纝纞纟 +
      7EA0 纠纡红纣纤纥约级纨纩纪纫纬纭纮纯纰纱纲纳纴纵纶纷纸纹纺纻纼纽纾线 +
      7EC0 绀绁绂练组绅细织终绉绊绋绌绍绎经绐绑绒结绔绕绖绗绘给绚绛络绝绞统 +
      7EE0 绠绡绢绣绤绥绦继绨绩绪绫绬续绮绯绰绱绲绳维绵绶绷绸绹绺绻综绽绾绿 +
      7F00 缀缁缂缃缄缅缆缇缈缉缊缋缌缍缎缏缐缑缒缓缔缕编缗缘缙缚缛缜缝缞缟 +
      7F20 缠缡缢缣缤缥缦缧缨缩缪缫缬缭缮缯缰缱缲缳缴缵缶缷缸缹缺缻缼缽缾缿 +
      7F40 罀罁罂罃罄罅罆罇罈罉罊罋罌罍罎罏罐网罒罓罔罕罖罗罘罙罚罛罜罝罞罟 +
      7F60 罠罡罢罣罤罥罦罧罨罩罪罫罬罭置罯罰罱署罳罴罵罶罷罸罹罺罻罼罽罾罿 +
      7F80 羀羁羂羃羄羅羆羇羈羉羊羋羌羍美羏羐羑羒羓羔羕羖羗羘羙羚羛羜羝羞羟 +
      7FA0 羠羡羢羣群羥羦羧羨義羪羫羬羭羮羯羰羱羲羳羴羵羶羷羸羹羺羻羼羽羾羿 +
      7FC0 翀翁翂翃翄翅翆翇翈翉翊翋翌翍翎翏翐翑習翓翔翕翖翗翘翙翚翛翜翝翞翟 +
      7FE0 翠翡翢翣翤翥翦翧翨翩翪翫翬翭翮翯翰翱翲翳翴翵翶翷翸翹翺翻翼翽翾翿 +
      8000 耀老耂考耄者耆耇耈耉耊耋而耍耎耏耐耑耒耓耔耕耖耗耘耙耚耛耜耝耞耟 +
      8020 耠耡耢耣耤耥耦耧耨耩耪耫耬耭耮耯耰耱耲耳耴耵耶耷耸耹耺耻耼耽耾耿 +
      8040 聀聁聂聃聄聅聆聇聈聉聊聋职聍聎聏聐聑聒聓联聕聖聗聘聙聚聛聜聝聞聟 +
      8060 聠聡聢聣聤聥聦聧聨聩聪聫聬聭聮聯聰聱聲聳聴聵聶職聸聹聺聻聼聽聾聿 +
      8080 肀肁肂肃肄肅肆肇肈肉肊肋肌肍肎肏肐肑肒肓肔肕肖肗肘肙肚肛肜肝肞肟 +
      80A0 肠股肢肣肤肥肦肧肨肩肪肫肬肭肮肯肰肱育肳肴肵肶肷肸肹肺肻肼肽肾肿 +
      80C0 胀胁胂胃胄胅胆胇胈胉胊胋背胍胎胏胐胑胒胓胔胕胖胗胘胙胚胛胜胝胞胟 +
      80E0 胠胡胢胣胤胥胦胧胨胩胪胫胬胭胮胯胰胱胲胳胴胵胶胷胸胹胺胻胼能胾胿 +
      8100 脀脁脂脃脄脅脆脇脈脉脊脋脌脍脎脏脐脑脒脓脔脕脖脗脘脙脚脛脜脝脞脟 +
      8120 脠脡脢脣脤脥脦脧脨脩脪脫脬脭脮脯脰脱脲脳脴脵脶脷脸脹脺脻脼脽脾脿 +
      8140 腀腁腂腃腄腅腆腇腈腉腊腋腌腍腎腏腐腑腒腓腔腕腖腗腘腙腚腛腜腝腞腟 +
      8160 腠腡腢腣腤腥腦腧腨腩腪腫腬腭腮腯腰腱腲腳腴腵腶腷腸腹腺腻腼腽腾腿 +
      8180 膀膁膂膃膄膅膆膇膈膉膊膋膌膍膎膏膐膑膒膓膔膕膖膗膘膙膚膛膜膝膞膟 +
      81A0 膠膡膢膣膤膥膦膧膨膩膪膫膬膭膮膯膰膱膲膳膴膵膶膷膸膹膺膻膼膽膾膿 +
      81C0 臀臁臂臃臄臅臆臇臈臉臊臋臌臍臎臏臐臑臒臓臔臕臖臗臘臙臚臛臜臝臞臟 +
      81E0 臠臡臢臣臤臥臦臧臨臩自臫臬臭臮臯臰臱臲至致臵臶臷臸臹臺臻臼臽臾臿 +
      8200 舀舁舂舃舄舅舆與興舉舊舋舌舍舎舏舐舑舒舓舔舕舖舗舘舙舚舛舜舝舞舟 +
      8220 舠舡舢舣舤舥舦舧舨舩航舫般舭舮舯舰舱舲舳舴舵舶舷舸船舺舻舼舽舾舿 +
      8240 艀艁艂艃艄艅艆艇艈艉艊艋艌艍艎艏艐艑艒艓艔艕艖艗艘艙艚艛艜艝艞艟 +
      8260 艠艡艢艣艤艥艦艧艨艩艪艫艬艭艮良艰艱色艳艴艵艶艷艸艹艺艻艼艽艾艿 +
      8280 芀芁节芃芄芅芆芇芈芉芊芋芌芍芎芏芐芑芒芓芔芕芖芗芘芙芚芛芜芝芞芟 +
      82A0 芠芡芢芣芤芥芦芧芨芩芪芫芬芭芮芯芰花芲芳芴芵芶芷芸芹芺芻芼芽芾芿 +
      82C0 苀苁苂苃苄苅苆苇苈苉苊苋苌苍苎苏苐苑苒苓苔苕苖苗苘苙苚苛苜苝苞苟 +
      82E0 苠苡苢苣苤若苦苧苨苩苪苫苬苭苮苯苰英苲苳苴苵苶苷苸苹苺苻苼苽苾苿 +
      8300 茀茁茂范茄茅茆茇茈茉茊茋茌茍茎茏茐茑茒茓茔茕茖茗茘茙茚茛茜茝茞茟 +
      8320 茠茡茢茣茤茥茦茧茨茩茪茫茬茭茮茯茰茱茲茳茴茵茶茷茸茹茺茻茼茽茾茿 +
      8340 荀荁荂荃荄荅荆荇荈草荊荋荌荍荎荏荐荑荒荓荔荕荖荗荘荙荚荛荜荝荞荟 +
      8360 荠荡荢荣荤荥荦荧荨荩荪荫荬荭荮药荰荱荲荳荴荵荶荷荸荹荺荻荼荽荾荿 +
      8380 莀莁莂莃莄莅莆莇莈莉莊莋莌莍莎莏莐莑莒莓莔莕莖莗莘莙莚莛莜莝莞莟 +
      83A0 莠莡莢莣莤莥莦莧莨莩莪莫莬莭莮莯莰莱莲莳莴莵莶获莸莹莺莻莼莽莾莿 +
      83C0 菀菁菂菃菄菅菆菇菈菉菊菋菌菍菎菏菐菑菒菓菔菕菖菗菘菙菚菛菜菝菞菟 +
      83E0 菠菡菢菣菤菥菦菧菨菩菪菫菬菭菮華菰菱菲菳菴菵菶菷菸菹菺菻菼菽菾菿 +
      8400 萀萁萂萃萄萅萆萇萈萉萊萋萌萍萎萏萐萑萒萓萔萕萖萗萘萙萚萛萜萝萞萟 +
      8420 萠萡萢萣萤营萦萧萨萩萪萫萬萭萮萯萰萱萲萳萴萵萶萷萸萹萺萻萼落萾萿 +
      8440 葀葁葂葃葄葅葆葇葈葉葊葋葌葍葎葏葐葑葒葓葔葕葖著葘葙葚葛葜葝葞葟 +
      8460 葠葡葢董葤葥葦葧葨葩葪葫葬葭葮葯葰葱葲葳葴葵葶葷葸葹葺葻葼葽葾葿 +
      8480 蒀蒁蒂蒃蒄蒅蒆蒇蒈蒉蒊蒋蒌蒍蒎蒏蒐蒑蒒蒓蒔蒕蒖蒗蒘蒙蒚蒛蒜蒝蒞蒟 +
      84A0 蒠蒡蒢蒣蒤蒥蒦蒧蒨蒩蒪蒫蒬蒭蒮蒯蒰蒱蒲蒳蒴蒵蒶蒷蒸蒹蒺蒻蒼蒽蒾蒿 +
      84C0 蓀蓁蓂蓃蓄蓅蓆蓇蓈蓉蓊蓋蓌蓍蓎蓏蓐蓑蓒蓓蓔蓕蓖蓗蓘蓙蓚蓛蓜蓝蓞蓟 +
      84E0 蓠蓡蓢蓣蓤蓥蓦蓧蓨蓩蓪蓫蓬蓭蓮蓯蓰蓱蓲蓳蓴蓵蓶蓷蓸蓹蓺蓻蓼蓽蓾蓿 +
      8500 蔀蔁蔂蔃蔄蔅蔆蔇蔈蔉蔊蔋蔌蔍蔎蔏蔐蔑蔒蔓蔔蔕蔖蔗蔘蔙蔚蔛蔜蔝蔞蔟 +
      8520 蔠蔡蔢蔣蔤蔥蔦蔧蔨蔩蔪蔫蔬蔭蔮蔯蔰蔱蔲蔳蔴蔵蔶蔷蔸蔹蔺蔻蔼蔽蔾蔿 +
      8540 蕀蕁蕂蕃蕄蕅蕆蕇蕈蕉蕊蕋蕌蕍蕎蕏蕐蕑蕒蕓蕔蕕蕖蕗蕘蕙蕚蕛蕜蕝蕞蕟 +
      8560 蕠蕡蕢蕣蕤蕥蕦蕧蕨蕩蕪蕫蕬蕭蕮蕯蕰蕱蕲蕳蕴蕵蕶蕷蕸蕹蕺蕻蕼蕽蕾蕿 +
      8580 薀薁薂薃薄薅薆薇薈薉薊薋薌薍薎薏薐薑薒薓薔薕薖薗薘薙薚薛薜薝薞薟 +
      85A0 薠薡薢薣薤薥薦薧薨薩薪薫薬薭薮薯薰薱薲薳薴薵薶薷薸薹薺薻薼薽薾薿 +
      85C0 藀藁藂藃藄藅藆藇藈藉藊藋藌藍藎藏藐藑藒藓藔藕藖藗藘藙藚藛藜藝藞藟 +
      85E0 藠藡藢藣藤藥藦藧藨藩藪藫藬藭藮藯藰藱藲藳藴藵藶藷藸藹藺藻藼藽藾藿 +
      8600 蘀蘁蘂蘃蘄蘅蘆蘇蘈蘉蘊蘋蘌蘍蘎蘏蘐蘑蘒蘓蘔蘕蘖蘗蘘蘙蘚蘛蘜蘝蘞蘟 +
      8620 蘠蘡蘢蘣蘤蘥蘦蘧蘨蘩蘪蘫蘬蘭蘮蘯蘰蘱蘲蘳蘴蘵蘶蘷蘸蘹蘺蘻蘼蘽蘾蘿 +
      8640 虀虁虂虃虄虅虆虇虈虉虊虋虌虍虎虏虐虑虒虓虔處虖虗虘虙虚虛虜虝虞號 +
      8660 虠虡虢虣虤虥虦虧虨虩虪虫虬虭虮虯虰虱虲虳虴虵虶虷虸虹虺虻虼虽虾虿 +
      8680 蚀蚁蚂蚃蚄蚅蚆蚇蚈蚉蚊蚋蚌蚍蚎蚏蚐蚑蚒蚓蚔蚕蚖蚗蚘蚙蚚蚛蚜蚝蚞蚟 +
      86A0 蚠蚡蚢蚣蚤蚥蚦蚧蚨蚩蚪蚫蚬蚭蚮蚯蚰蚱蚲蚳蚴蚵蚶蚷蚸蚹蚺蚻蚼蚽蚾蚿 +
      86C0 蛀蛁蛂蛃蛄蛅蛆蛇蛈蛉蛊蛋蛌蛍蛎蛏蛐蛑蛒蛓蛔蛕蛖蛗蛘蛙蛚蛛蛜蛝蛞蛟 +
      86E0 蛠蛡蛢蛣蛤蛥蛦蛧蛨蛩蛪蛫蛬蛭蛮蛯蛰蛱蛲蛳蛴蛵蛶蛷蛸蛹蛺蛻蛼蛽蛾蛿 +
      8700 蜀蜁蜂蜃蜄蜅蜆蜇蜈蜉蜊蜋蜌蜍蜎蜏蜐蜑蜒蜓蜔蜕蜖蜗蜘蜙蜚蜛蜜蜝蜞蜟 +
      8720 蜠蜡蜢蜣蜤蜥蜦蜧蜨蜩蜪蜫蜬蜭蜮蜯蜰蜱蜲蜳蜴蜵蜶蜷蜸蜹蜺蜻蜼蜽蜾蜿 +
      8740 蝀蝁蝂蝃蝄蝅蝆蝇蝈蝉蝊蝋蝌蝍蝎蝏蝐蝑蝒蝓蝔蝕蝖蝗蝘蝙蝚蝛蝜蝝蝞蝟 +
      8760 蝠蝡蝢蝣蝤蝥蝦蝧蝨蝩蝪蝫蝬蝭蝮蝯蝰蝱蝲蝳蝴蝵蝶蝷蝸蝹蝺蝻蝼蝽蝾蝿 +
      8780 螀螁螂螃螄螅螆螇螈螉螊螋螌融螎螏螐螑螒螓螔螕螖螗螘螙螚螛螜螝螞螟 +
      87A0 螠螡螢螣螤螥螦螧螨螩螪螫螬螭螮螯螰螱螲螳螴螵螶螷螸螹螺螻螼螽螾螿 +
      87C0 蟀蟁蟂蟃蟄蟅蟆蟇蟈蟉蟊蟋蟌蟍蟎蟏蟐蟑蟒蟓蟔蟕蟖蟗蟘蟙蟚蟛蟜蟝蟞蟟 +
      87E0 蟠蟡蟢蟣蟤蟥蟦蟧蟨蟩蟪蟫蟬蟭蟮蟯蟰蟱蟲蟳蟴蟵蟶蟷蟸蟹蟺蟻蟼蟽蟾蟿 +
      8800 蠀蠁蠂蠃蠄蠅蠆蠇蠈蠉蠊蠋蠌蠍蠎蠏蠐蠑蠒蠓蠔蠕蠖蠗蠘蠙蠚蠛蠜蠝蠞蠟 +
      8820 蠠蠡蠢蠣蠤蠥蠦蠧蠨蠩蠪蠫蠬蠭蠮蠯蠰蠱蠲蠳蠴蠵蠶蠷蠸蠹蠺蠻蠼蠽蠾蠿 +
      8840 血衁衂衃衄衅衆衇衈衉衊衋行衍衎衏衐衑衒術衔衕衖街衘衙衚衛衜衝衞衟 +
      8860 衠衡衢衣衤补衦衧表衩衪衫衬衭衮衯衰衱衲衳衴衵衶衷衸衹衺衻衼衽衾衿 +
      8880 袀袁袂袃袄袅袆袇袈袉袊袋袌袍袎袏袐袑袒袓袔袕袖袗袘袙袚袛袜袝袞袟 +
      88A0 袠袡袢袣袤袥袦袧袨袩袪被袬袭袮袯袰袱袲袳袴袵袶袷袸袹袺袻袼袽袾袿 +
      88C0 裀裁裂裃裄装裆裇裈裉裊裋裌裍裎裏裐裑裒裓裔裕裖裗裘裙裚裛補裝裞裟 +
      88E0 裠裡裢裣裤裥裦裧裨裩裪裫裬裭裮裯裰裱裲裳裴裵裶裷裸裹裺裻裼製裾裿 +
      8900 褀褁褂褃褄褅褆複褈褉褊褋褌褍褎褏褐褑褒褓褔褕褖褗褘褙褚褛褜褝褞褟 +
      8920 褠褡褢褣褤褥褦褧褨褩褪褫褬褭褮褯褰褱褲褳褴褵褶褷褸褹褺褻褼褽褾褿 +
      8940 襀襁襂襃襄襅襆襇襈襉襊襋襌襍襎襏襐襑襒襓襔襕襖襗襘襙襚襛襜襝襞襟 +
      8960 襠襡襢襣襤襥襦襧襨襩襪襫襬襭襮襯襰襱襲襳襴襵襶襷襸襹襺襻襼襽襾西 +
      8980 覀要覂覃覄覅覆覇覈覉覊見覌覍覎規覐覑覒覓覔覕視覗覘覙覚覛覜覝覞覟 +
      89A0 覠覡覢覣覤覥覦覧覨覩親覫覬覭覮覯覰覱覲観覴覵覶覷覸覹覺覻覼覽覾覿 +
      89C0 觀见观觃规觅视觇览觉觊觋觌觍觎觏觐觑角觓觔觕觖觗觘觙觚觛觜觝觞觟 +
      89E0 觠觡觢解觤觥触觧觨觩觪觫觬觭觮觯觰觱觲觳觴觵觶觷觸觹觺觻觼觽觾觿 +
      8A00 言訁訂訃訄訅訆訇計訉訊訋訌訍討訏訐訑訒訓訔訕訖託記訙訚訛訜訝訞訟 +
      8A20 訠訡訢訣訤訥訦訧訨訩訪訫訬設訮訯訰許訲訳訴訵訶訷訸訹診註証訽訾訿 +
      8A40 詀詁詂詃詄詅詆詇詈詉詊詋詌詍詎詏詐詑詒詓詔評詖詗詘詙詚詛詜詝詞詟 +
      8A60 詠詡詢詣詤詥試詧詨詩詪詫詬詭詮詯詰話該詳詴詵詶詷詸詹詺詻詼詽詾詿 +
      8A80 誀誁誂誃誄誅誆誇誈誉誊誋誌認誎誏誐誑誒誓誔誕誖誗誘誙誚誛誜誝語誟 +
      8AA0 誠誡誢誣誤誥誦誧誨誩說誫説読誮誯誰誱課誳誴誵誶誷誸誹誺誻誼誽誾調 +
      8AC0 諀諁諂諃諄諅諆談諈諉諊請諌諍諎諏諐諑諒諓諔諕論諗諘諙諚諛諜諝諞諟 +
      8AE0 諠諡諢諣諤諥諦諧諨諩諪諫諬諭諮諯諰諱諲諳諴諵諶諷諸諹諺諻諼諽諾諿 +
      8B00 謀謁謂謃謄謅謆謇謈謉謊謋謌謍謎謏謐謑謒謓謔謕謖謗謘謙謚講謜謝謞謟 +
      8B20 謠謡謢謣謤謥謦謧謨謩謪謫謬謭謮謯謰謱謲謳謴謵謶謷謸謹謺謻謼謽謾謿 +
      8B40 譀譁譂譃譄譅譆譇譈證譊譋譌譍譎譏譐譑譒譓譔譕譖譗識譙譚譛譜譝譞譟 +
      8B60 譠譡譢譣譤譥警譧譨譩譪譫譬譭譮譯議譱譲譳譴譵譶護譸譹譺譻譼譽譾譿 +
      8B80 讀讁讂讃讄讅讆讇讈讉變讋讌讍讎讏讐讑讒讓讔讕讖讗讘讙讚讛讜讝讞讟 +
      8BA0 讠计订讣认讥讦讧讨让讪讫讬训议讯记讱讲讳讴讵讶讷许讹论讻讼讽设访 +
      8BC0 诀证诂诃评诅识诇诈诉诊诋诌词诎诏诐译诒诓诔试诖诗诘诙诚诛诜话诞诟 +
      8BE0 诠诡询诣诤该详诧诨诩诪诫诬语诮误诰诱诲诳说诵诶请诸诹诺读诼诽课诿 +
      8C00 谀谁谂调谄谅谆谇谈谉谊谋谌谍谎谏谐谑谒谓谔谕谖谗谘谙谚谛谜谝谞谟 +
      8C20 谠谡谢谣谤谥谦谧谨谩谪谫谬谭谮谯谰谱谲谳谴谵谶谷谸谹谺谻谼谽谾谿 +
      8C40 豀豁豂豃豄豅豆豇豈豉豊豋豌豍豎豏豐豑豒豓豔豕豖豗豘豙豚豛豜豝豞豟 +
      8C60 豠象豢豣豤豥豦豧豨豩豪豫豬豭豮豯豰豱豲豳豴豵豶豷豸豹豺豻豼豽豾豿 +
      8C80 貀貁貂貃貄貅貆貇貈貉貊貋貌貍貎貏貐貑貒貓貔貕貖貗貘貙貚貛貜貝貞貟 +
      8CA0 負財貢貣貤貥貦貧貨販貪貫責貭貮貯貰貱貲貳貴貵貶買貸貹貺費貼貽貾貿 +
      8CC0 賀賁賂賃賄賅賆資賈賉賊賋賌賍賎賏賐賑賒賓賔賕賖賗賘賙賚賛賜賝賞賟 +
      8CE0 賠賡賢賣賤賥賦賧賨賩質賫賬賭賮賯賰賱賲賳賴賵賶賷賸賹賺賻購賽賾賿 +
      8D00 贀贁贂贃贄贅贆贇贈贉贊贋贌贍贎贏贐贑贒贓贔贕贖贗贘贙贚贛贜贝贞负 +
      8D20 贠贡财责贤败账货质贩贪贫贬购贮贯贰贱贲贳贴贵贶贷贸费贺贻贼贽贾贿 +
      8D40 赀赁赂赃资赅赆赇赈赉赊赋赌赍赎赏赐赑赒赓赔赕赖赗赘赙赚赛赜赝赞赟 +
      8D60 赠赡赢赣赤赥赦赧赨赩赪赫赬赭赮赯走赱赲赳赴赵赶起赸赹赺赻赼赽赾赿 +
      8D80 趀趁趂趃趄超趆趇趈趉越趋趌趍趎趏趐趑趒趓趔趕趖趗趘趙趚趛趜趝趞趟 +
      8DA0 趠趡趢趣趤趥趦趧趨趩趪趫趬趭趮趯趰趱趲足趴趵趶趷趸趹趺趻趼趽趾趿 +
      8DC0 跀跁跂跃跄跅跆跇跈跉跊跋跌跍跎跏跐跑跒跓跔跕跖跗跘跙跚跛跜距跞跟 +
      8DE0 跠跡跢跣跤跥跦跧跨跩跪跫跬跭跮路跰跱跲跳跴践跶跷跸跹跺跻跼跽跾跿 +
      8E00 踀踁踂踃踄踅踆踇踈踉踊踋踌踍踎踏踐踑踒踓踔踕踖踗踘踙踚踛踜踝踞踟 +
      8E20 踠踡踢踣踤踥踦踧踨踩踪踫踬踭踮踯踰踱踲踳踴踵踶踷踸踹踺踻踼踽踾踿 +
      8E40 蹀蹁蹂蹃蹄蹅蹆蹇蹈蹉蹊蹋蹌蹍蹎蹏蹐蹑蹒蹓蹔蹕蹖蹗蹘蹙蹚蹛蹜蹝蹞蹟 +
      8E60 蹠蹡蹢蹣蹤蹥蹦蹧蹨蹩蹪蹫蹬蹭蹮蹯蹰蹱蹲蹳蹴蹵蹶蹷蹸蹹蹺蹻蹼蹽蹾蹿 +
      8E80 躀躁躂躃躄躅躆躇躈躉躊躋躌躍躎躏躐躑躒躓躔躕躖躗躘躙躚躛躜躝躞躟 +
      8EA0 躠躡躢躣躤躥躦躧躨躩躪身躬躭躮躯躰躱躲躳躴躵躶躷躸躹躺躻躼躽躾躿 +
      8EC0 軀軁軂軃軄軅軆軇軈軉車軋軌軍軎軏軐軑軒軓軔軕軖軗軘軙軚軛軜軝軞軟 +
      8EE0 軠軡転軣軤軥軦軧軨軩軪軫軬軭軮軯軰軱軲軳軴軵軶軷軸軹軺軻軼軽軾軿 +
      8F00 輀輁輂較輄輅輆輇輈載輊輋輌輍輎輏輐輑輒輓輔輕輖輗輘輙輚輛輜輝輞輟 +
      8F20 輠輡輢輣輤輥輦輧輨輩輪輫輬輭輮輯輰輱輲輳輴輵輶輷輸輹輺輻輼輽輾輿 +
      8F40 轀轁轂轃轄轅轆轇轈轉轊轋轌轍轎轏轐轑轒轓轔轕轖轗轘轙轚轛轜轝轞轟 +
      8F60 轠轡轢轣轤轥车轧轨轩轪轫转轭轮软轰轱轲轳轴轵轶轷轸轹轺轻轼载轾轿 +
      8F80 辀辁辂较辄辅辆辇辈辉辊辋辌辍辎辏辐辑辒输辔辕辖辗辘辙辚辛辜辝辞辟 +
      8FA0 辠辡辢辣辤辥辦辧辨辩辪辫辬辭辮辯辰辱農辳辴辵辶辷辸边辺辻込辽达辿 +
      8FC0 迀迁迂迃迄迅迆过迈迉迊迋迌迍迎迏运近迒迓返迕迖迗还这迚进远违连迟 +
      8FE0 迠迡迢迣迤迥迦迧迨迩迪迫迬迭迮迯述迱迲迳迴迵迶迷迸迹迺迻迼追迾迿 +
      9000 退送适逃逄逅逆逇逈选逊逋逌逍逎透逐逑递逓途逕逖逗逘這通逛逜逝逞速 +
      9020 造逡逢連逤逥逦逧逨逩逪逫逬逭逮逯逰週進逳逴逵逶逷逸逹逺逻逼逽逾逿 +
      9040 遀遁遂遃遄遅遆遇遈遉遊運遌遍過遏遐遑遒道達違遖遗遘遙遚遛遜遝遞遟 +
      9060 遠遡遢遣遤遥遦遧遨適遪遫遬遭遮遯遰遱遲遳遴遵遶遷選遹遺遻遼遽遾避 +
      9080 邀邁邂邃還邅邆邇邈邉邊邋邌邍邎邏邐邑邒邓邔邕邖邗邘邙邚邛邜邝邞邟 +
      90A0 邠邡邢那邤邥邦邧邨邩邪邫邬邭邮邯邰邱邲邳邴邵邶邷邸邹邺邻邼邽邾邿 +
      90C0 郀郁郂郃郄郅郆郇郈郉郊郋郌郍郎郏郐郑郒郓郔郕郖郗郘郙郚郛郜郝郞郟 +
      90E0 郠郡郢郣郤郥郦郧部郩郪郫郬郭郮郯郰郱郲郳郴郵郶郷郸郹郺郻郼都郾郿 +
      9100 鄀鄁鄂鄃鄄鄅鄆鄇鄈鄉鄊鄋鄌鄍鄎鄏鄐鄑鄒鄓鄔鄕鄖鄗鄘鄙鄚鄛鄜鄝鄞鄟 +
      9120 鄠鄡鄢鄣鄤鄥鄦鄧鄨鄩鄪鄫鄬鄭鄮鄯鄰鄱鄲鄳鄴鄵鄶鄷鄸鄹鄺鄻鄼鄽鄾鄿 +
      9140 酀酁酂酃酄酅酆酇酈酉酊酋酌配酎酏酐酑酒酓酔酕酖酗酘酙酚酛酜酝酞酟 +
      9160 酠酡酢酣酤酥酦酧酨酩酪酫酬酭酮酯酰酱酲酳酴酵酶酷酸酹酺酻酼酽酾酿 +
      9180 醀醁醂醃醄醅醆醇醈醉醊醋醌醍醎醏醐醑醒醓醔醕醖醗醘醙醚醛醜醝醞醟 +
      91A0 醠醡醢醣醤醥醦醧醨醩醪醫醬醭醮醯醰醱醲醳醴醵醶醷醸醹醺醻醼醽醾醿 +
      91C0 釀釁釂釃釄釅釆采釈釉释釋里重野量釐金釒釓釔釕釖釗釘釙釚釛釜針釞釟 +
      91E0 釠釡釢釣釤釥釦釧釨釩釪釫釬釭釮釯釰釱釲釳釴釵釶釷釸釹釺釻釼釽釾釿 +
      9200 鈀鈁鈂鈃鈄鈅鈆鈇鈈鈉鈊鈋鈌鈍鈎鈏鈐鈑鈒鈓鈔鈕鈖鈗鈘鈙鈚鈛鈜鈝鈞鈟 +
      9220 鈠鈡鈢鈣鈤鈥鈦鈧鈨鈩鈪鈫鈬鈭鈮鈯鈰鈱鈲鈳鈴鈵鈶鈷鈸鈹鈺鈻鈼鈽鈾鈿 +
      9240 鉀鉁鉂鉃鉄鉅鉆鉇鉈鉉鉊鉋鉌鉍鉎鉏鉐鉑鉒鉓鉔鉕鉖鉗鉘鉙鉚鉛鉜鉝鉞鉟 +
      9260 鉠鉡鉢鉣鉤鉥鉦鉧鉨鉩鉪鉫鉬鉭鉮鉯鉰鉱鉲鉳鉴鉵鉶鉷鉸鉹鉺鉻鉼鉽鉾鉿 +
      9280 銀銁銂銃銄銅銆銇銈銉銊銋銌銍銎銏銐銑銒銓銔銕銖銗銘銙銚銛銜銝銞銟 +
      92A0 銠銡銢銣銤銥銦銧銨銩銪銫銬銭銮銯銰銱銲銳銴銵銶銷銸銹銺銻銼銽銾銿 +
      92C0 鋀鋁鋂鋃鋄鋅鋆鋇鋈鋉鋊鋋鋌鋍鋎鋏鋐鋑鋒鋓鋔鋕鋖鋗鋘鋙鋚鋛鋜鋝鋞鋟 +
      92E0 鋠鋡鋢鋣鋤鋥鋦鋧鋨鋩鋪鋫鋬鋭鋮鋯鋰鋱鋲鋳鋴鋵鋶鋷鋸鋹鋺鋻鋼鋽鋾鋿 +
      9300 錀錁錂錃錄錅錆錇錈錉錊錋錌錍錎錏錐錑錒錓錔錕錖錗錘錙錚錛錜錝錞錟 +
      9320 錠錡錢錣錤錥錦錧錨錩錪錫錬錭錮錯錰錱録錳錴錵錶錷錸錹錺錻錼錽錾錿 +
      9340 鍀鍁鍂鍃鍄鍅鍆鍇鍈鍉鍊鍋鍌鍍鍎鍏鍐鍑鍒鍓鍔鍕鍖鍗鍘鍙鍚鍛鍜鍝鍞鍟 +
      9360 鍠鍡鍢鍣鍤鍥鍦鍧鍨鍩鍪鍫鍬鍭鍮鍯鍰鍱鍲鍳鍴鍵鍶鍷鍸鍹鍺鍻鍼鍽鍾鍿 +
      9380 鎀鎁鎂鎃鎄鎅鎆鎇鎈鎉鎊鎋鎌鎍鎎鎏鎐鎑鎒鎓鎔鎕鎖鎗鎘鎙鎚鎛鎜鎝鎞鎟 +
      93A0 鎠鎡鎢鎣鎤鎥鎦鎧鎨鎩鎪鎫鎬鎭鎮鎯鎰鎱鎲鎳鎴鎵鎶鎷鎸鎹鎺鎻鎼鎽鎾鎿 +
      93C0 鏀鏁鏂鏃鏄鏅鏆鏇鏈鏉鏊鏋鏌鏍鏎鏏鏐鏑鏒鏓鏔鏕鏖鏗鏘鏙鏚鏛鏜鏝鏞鏟 +
      93E0 鏠鏡鏢鏣鏤鏥鏦鏧鏨鏩鏪鏫鏬鏭鏮鏯鏰鏱鏲鏳鏴鏵鏶鏷鏸鏹鏺鏻鏼鏽鏾鏿 +
      9400 鐀鐁鐂鐃鐄鐅鐆鐇鐈鐉鐊鐋鐌鐍鐎鐏鐐鐑鐒鐓鐔鐕鐖鐗鐘鐙鐚鐛鐜鐝鐞鐟 +
      9420 鐠鐡鐢鐣鐤鐥鐦鐧鐨鐩鐪鐫鐬鐭鐮鐯鐰鐱鐲鐳鐴鐵鐶鐷鐸鐹鐺鐻鐼鐽鐾鐿 +
      9440 鑀鑁鑂鑃鑄鑅鑆鑇鑈鑉鑊鑋鑌鑍鑎鑏鑐鑑鑒鑓鑔鑕鑖鑗鑘鑙鑚鑛鑜鑝鑞鑟 +
      9460 鑠鑡鑢鑣鑤鑥鑦鑧鑨鑩鑪鑫鑬鑭鑮鑯鑰鑱鑲鑳鑴鑵鑶鑷鑸鑹鑺鑻鑼鑽鑾鑿 +
      9480 钀钁钂钃钄钅钆钇针钉钊钋钌钍钎钏钐钑钒钓钔钕钖钗钘钙钚钛钜钝钞钟 +
      94A0 钠钡钢钣钤钥钦钧钨钩钪钫钬钭钮钯钰钱钲钳钴钵钶钷钸钹钺钻钼钽钾钿 +
      94C0 铀铁铂铃铄铅铆铇铈铉铊铋铌铍铎铏铐铑铒铓铔铕铖铗铘铙铚铛铜铝铞铟 +
      94E0 铠铡铢铣铤铥铦铧铨铩铪铫铬铭铮铯铰铱铲铳铴铵银铷铸铹铺铻铼铽链铿 +
      9500 销锁锂锃锄锅锆锇锈锉锊锋锌锍锎锏锐锑锒锓锔锕锖锗锘错锚锛锜锝锞锟 +
      9520 锠锡锢锣锤锥锦锧锨锩锪锫锬锭键锯锰锱锲锳锴锵锶锷锸锹锺锻锼锽锾锿 +
      9540 镀镁镂镃镄镅镆镇镈镉镊镋镌镍镎镏镐镑镒镓镔镕镖镗镘镙镚镛镜镝镞镟 +
      9560 镠镡镢镣镤镥镦镧镨镩镪镫镬镭镮镯镰镱镲镳镴镵镶長镸镹镺镻镼镽镾长 +
      9580 門閁閂閃閄閅閆閇閈閉閊開閌閍閎閏閐閑閒間閔閕閖閗閘閙閚閛閜閝閞閟 +
      95A0 閠閡関閣閤閥閦閧閨閩閪閫閬閭閮閯閰閱閲閳閴閵閶閷閸閹閺閻閼閽閾閿 +
      95C0 闀闁闂闃闄闅闆闇闈闉闊闋闌闍闎闏闐闑闒闓闔闕闖闗闘闙闚闛關闝闞闟 +
      95E0 闠闡闢闣闤闥闦闧门闩闪闫闬闭问闯闰闱闲闳间闵闶闷闸闹闺闻闼闽闾闿 +
      9600 阀阁阂阃阄阅阆阇阈阉阊阋阌阍阎阏阐阑阒阓阔阕阖阗阘阙阚阛阜阝阞队 +
      9620 阠阡阢阣阤阥阦阧阨阩阪阫阬阭阮阯阰阱防阳阴阵阶阷阸阹阺阻阼阽阾阿 +
      9640 陀陁陂陃附际陆陇陈陉陊陋陌降陎陏限陑陒陓陔陕陖陗陘陙陚陛陜陝陞陟 +
      9660 陠陡院陣除陥陦陧陨险陪陫陬陭陮陯陰陱陲陳陴陵陶陷陸陹険陻陼陽陾陿 +
      9680 隀隁隂隃隄隅隆隇隈隉隊隋隌隍階随隐隑隒隓隔隕隖隗隘隙隚際障隝隞隟 +
      96A0 隠隡隢隣隤隥隦隧隨隩險隫隬隭隮隯隰隱隲隳隴隵隶隷隸隹隺隻隼隽难隿 +
      96C0 雀雁雂雃雄雅集雇雈雉雊雋雌雍雎雏雐雑雒雓雔雕雖雗雘雙雚雛雜雝雞雟 +
      96E0 雠雡離難雤雥雦雧雨雩雪雫雬雭雮雯雰雱雲雳雴雵零雷雸雹雺電雼雽雾雿 +
      9700 需霁霂霃霄霅霆震霈霉霊霋霌霍霎霏霐霑霒霓霔霕霖霗霘霙霚霛霜霝霞霟 +
      9720 霠霡霢霣霤霥霦霧霨霩霪霫霬霭霮霯霰霱露霳霴霵霶霷霸霹霺霻霼霽霾霿 +
      9740 靀靁靂靃靄靅靆靇靈靉靊靋靌靍靎靏靐靑青靓靔靕靖靗靘静靚靛靜靝非靟 +
      9760 靠靡面靣靤靥靦靧靨革靪靫靬靭靮靯靰靱靲靳靴靵靶靷靸靹靺靻靼靽靾靿 +
      9780 鞀鞁鞂鞃鞄鞅鞆鞇鞈鞉鞊鞋鞌鞍鞎鞏鞐鞑鞒鞓鞔鞕鞖鞗鞘鞙鞚鞛鞜鞝鞞鞟 +
      97A0 鞠鞡鞢鞣鞤鞥鞦鞧鞨鞩鞪鞫鞬鞭鞮鞯鞰鞱鞲鞳鞴鞵鞶鞷鞸鞹鞺鞻鞼鞽鞾鞿 +
      97C0 韀韁韂韃韄韅韆韇韈韉韊韋韌韍韎韏韐韑韒韓韔韕韖韗韘韙韚韛韜韝韞韟 +
      97E0 韠韡韢韣韤韥韦韧韨韩韪韫韬韭韮韯韰韱韲音韴韵韶韷韸韹韺韻韼韽韾響 +
      9800 頀頁頂頃頄項順頇須頉頊頋頌頍頎頏預頑頒頓頔頕頖頗領頙頚頛頜頝頞頟 +
      9820 頠頡頢頣頤頥頦頧頨頩頪頫頬頭頮頯頰頱頲頳頴頵頶頷頸頹頺頻頼頽頾頿 +
      9840 顀顁顂顃顄顅顆顇顈顉顊顋題額顎顏顐顑顒顓顔顕顖顗願顙顚顛顜顝類顟 +
      9860 顠顡顢顣顤顥顦顧顨顩顪顫顬顭顮顯顰顱顲顳顴页顶顷顸项顺须顼顽顾顿 +
      9880 颀颁颂颃预颅领颇颈颉颊颋颌颍颎颏颐频颒颓颔颕颖颗题颙颚颛颜额颞颟 +
      98A0 颠颡颢颣颤颥颦颧風颩颪颫颬颭颮颯颰颱颲颳颴颵颶颷颸颹颺颻颼颽颾颿 +
      98C0 飀飁飂飃飄飅飆飇飈飉飊飋飌飍风飏飐飑飒飓飔飕飖飗飘飙飚飛飜飝飞食 +
      98E0 飠飡飢飣飤飥飦飧飨飩飪飫飬飭飮飯飰飱飲飳飴飵飶飷飸飹飺飻飼飽飾飿 +
      9900 餀餁餂餃餄餅餆餇餈餉養餋餌餍餎餏餐餑餒餓餔餕餖餗餘餙餚餛餜餝餞餟 +
      9920 餠餡餢餣餤餥餦餧館餩餪餫餬餭餮餯餰餱餲餳餴餵餶餷餸餹餺餻餼餽餾餿 +
      9940 饀饁饂饃饄饅饆饇饈饉饊饋饌饍饎饏饐饑饒饓饔饕饖饗饘饙饚饛饜饝饞饟 +
      9960 饠饡饢饣饤饥饦饧饨饩饪饫饬饭饮饯饰饱饲饳饴饵饶饷饸饹饺饻饼饽饾饿 +
      9980 馀馁馂馃馄馅馆馇馈馉馊馋馌馍馎馏馐馑馒馓馔馕首馗馘香馚馛馜馝馞馟 +
      99A0 馠馡馢馣馤馥馦馧馨馩馪馫馬馭馮馯馰馱馲馳馴馵馶馷馸馹馺馻馼馽馾馿 +
      99C0 駀駁駂駃駄駅駆駇駈駉駊駋駌駍駎駏駐駑駒駓駔駕駖駗駘駙駚駛駜駝駞駟 +
      99E0 駠駡駢駣駤駥駦駧駨駩駪駫駬駭駮駯駰駱駲駳駴駵駶駷駸駹駺駻駼駽駾駿 +
      9A00 騀騁騂騃騄騅騆騇騈騉騊騋騌騍騎騏騐騑騒験騔騕騖騗騘騙騚騛騜騝騞騟 +
      9A20 騠騡騢騣騤騥騦騧騨騩騪騫騬騭騮騯騰騱騲騳騴騵騶騷騸騹騺騻騼騽騾騿 +
      9A40 驀驁驂驃驄驅驆驇驈驉驊驋驌驍驎驏驐驑驒驓驔驕驖驗驘驙驚驛驜驝驞驟 +
      9A60 驠驡驢驣驤驥驦驧驨驩驪驫马驭驮驯驰驱驲驳驴驵驶驷驸驹驺驻驼驽驾驿 +
      9A80 骀骁骂骃骄骅骆骇骈骉骊骋验骍骎骏骐骑骒骓骔骕骖骗骘骙骚骛骜骝骞骟 +
      9AA0 骠骡骢骣骤骥骦骧骨骩骪骫骬骭骮骯骰骱骲骳骴骵骶骷骸骹骺骻骼骽骾骿 +
      9AC0 髀髁髂髃髄髅髆髇髈髉髊髋髌髍髎髏髐髑髒髓體髕髖髗高髙髚髛髜髝髞髟 +
      9AE0 髠髡髢髣髤髥髦髧髨髩髪髫髬髭髮髯髰髱髲髳髴髵髶髷髸髹髺髻髼髽髾髿 +
      9B00 鬀鬁鬂鬃鬄鬅鬆鬇鬈鬉鬊鬋鬌鬍鬎鬏鬐鬑鬒鬓鬔鬕鬖鬗鬘鬙鬚鬛鬜鬝鬞鬟 +
      9B20 鬠鬡鬢鬣鬤鬥鬦鬧鬨鬩鬪鬫鬬鬭鬮鬯鬰鬱鬲鬳鬴鬵鬶鬷鬸鬹鬺鬻鬼鬽鬾鬿 +
      9B40 魀魁魂魃魄魅魆魇魈魉魊魋魌魍魎魏魐魑魒魓魔魕魖魗魘魙魚魛魜魝魞魟 +
      9B60 魠魡魢魣魤魥魦魧魨魩魪魫魬魭魮魯魰魱魲魳魴魵魶魷魸魹魺魻魼魽魾魿 +
      9B80 鮀鮁鮂鮃鮄鮅鮆鮇鮈鮉鮊鮋鮌鮍鮎鮏鮐鮑鮒鮓鮔鮕鮖鮗鮘鮙鮚鮛鮜鮝鮞鮟 +
      9BA0 鮠鮡鮢鮣鮤鮥鮦鮧鮨鮩鮪鮫鮬鮭鮮鮯鮰鮱鮲鮳鮴鮵鮶鮷鮸鮹鮺鮻鮼鮽鮾鮿 +
      9BC0 鯀鯁鯂鯃鯄鯅鯆鯇鯈鯉鯊鯋鯌鯍鯎鯏鯐鯑鯒鯓鯔鯕鯖鯗鯘鯙鯚鯛鯜鯝鯞鯟 +
      9BE0 鯠鯡鯢鯣鯤鯥鯦鯧鯨鯩鯪鯫鯬鯭鯮鯯鯰鯱鯲鯳鯴鯵鯶鯷鯸鯹鯺鯻鯼鯽鯾鯿 +
      9C00 鰀鰁鰂鰃鰄鰅鰆鰇鰈鰉鰊鰋鰌鰍鰎鰏鰐鰑鰒鰓鰔鰕鰖鰗鰘鰙鰚鰛鰜鰝鰞鰟 +
      9C20 鰠鰡鰢鰣鰤鰥鰦鰧鰨鰩鰪鰫鰬鰭鰮鰯鰰鰱鰲鰳鰴鰵鰶鰷鰸鰹鰺鰻鰼鰽鰾鰿 +
      9C40 鱀鱁鱂鱃鱄鱅鱆鱇鱈鱉鱊鱋鱌鱍鱎鱏鱐鱑鱒鱓鱔鱕鱖鱗鱘鱙鱚鱛鱜鱝鱞鱟 +
      9C60 鱠鱡鱢鱣鱤鱥鱦鱧鱨鱩鱪鱫鱬鱭鱮鱯鱰鱱鱲鱳鱴鱵鱶鱷鱸鱹鱺鱻鱼鱽鱾鱿 +
      9C80 鲀鲁鲂鲃鲄鲅鲆鲇鲈鲉鲊鲋鲌鲍鲎鲏鲐鲑鲒鲓鲔鲕鲖鲗鲘鲙鲚鲛鲜鲝鲞鲟 +
      9CA0 鲠鲡鲢鲣鲤鲥鲦鲧鲨鲩鲪鲫鲬鲭鲮鲯鲰鲱鲲鲳鲴鲵鲶鲷鲸鲹鲺鲻鲼鲽鲾鲿 +
      9CC0 鳀鳁鳂鳃鳄鳅鳆鳇鳈鳉鳊鳋鳌鳍鳎鳏鳐鳑鳒鳓鳔鳕鳖鳗鳘鳙鳚鳛鳜鳝鳞鳟 +
      9CE0 鳠鳡鳢鳣鳤鳥鳦鳧鳨鳩鳪鳫鳬鳭鳮鳯鳰鳱鳲鳳鳴鳵鳶鳷鳸鳹鳺鳻鳼鳽鳾鳿 +
      9D00 鴀鴁鴂鴃鴄鴅鴆鴇鴈鴉鴊鴋鴌鴍鴎鴏鴐鴑鴒鴓鴔鴕鴖鴗鴘鴙鴚鴛鴜鴝鴞鴟 +
      9D20 鴠鴡鴢鴣鴤鴥鴦鴧鴨鴩鴪鴫鴬鴭鴮鴯鴰鴱鴲鴳鴴鴵鴶鴷鴸鴹鴺鴻鴼鴽鴾鴿 +
      9D40 鵀鵁鵂鵃鵄鵅鵆鵇鵈鵉鵊鵋鵌鵍鵎鵏鵐鵑鵒鵓鵔鵕鵖鵗鵘鵙鵚鵛鵜鵝鵞鵟 +
      9D60 鵠鵡鵢鵣鵤鵥鵦鵧鵨鵩鵪鵫鵬鵭鵮鵯鵰鵱鵲鵳鵴鵵鵶鵷鵸鵹鵺鵻鵼鵽鵾鵿 +
      9D80 鶀鶁鶂鶃鶄鶅鶆鶇鶈鶉鶊鶋鶌鶍鶎鶏鶐鶑鶒鶓鶔鶕鶖鶗鶘鶙鶚鶛鶜鶝鶞鶟 +
      9DA0 鶠鶡鶢鶣鶤鶥鶦鶧鶨鶩鶪鶫鶬鶭鶮鶯鶰鶱鶲鶳鶴鶵鶶鶷鶸鶹鶺鶻鶼鶽鶾鶿 +
      9DC0 鷀鷁鷂鷃鷄鷅鷆鷇鷈鷉鷊鷋鷌鷍鷎鷏鷐鷑鷒鷓鷔鷕鷖鷗鷘鷙鷚鷛鷜鷝鷞鷟 +
      9DE0 鷠鷡鷢鷣鷤鷥鷦鷧鷨鷩鷪鷫鷬鷭鷮鷯鷰鷱鷲鷳鷴鷵鷶鷷鷸鷹鷺鷻鷼鷽鷾鷿 +
      9E00 鸀鸁鸂鸃鸄鸅鸆鸇鸈鸉鸊鸋鸌鸍鸎鸏鸐鸑鸒鸓鸔鸕鸖鸗鸘鸙鸚鸛鸜鸝鸞鸟 +
      9E20 鸠鸡鸢鸣鸤鸥鸦鸧鸨鸩鸪鸫鸬鸭鸮鸯鸰鸱鸲鸳鸴鸵鸶鸷鸸鸹鸺鸻鸼鸽鸾鸿 +
      9E40 鹀鹁鹂鹃鹄鹅鹆鹇鹈鹉鹊鹋鹌鹍鹎鹏鹐鹑鹒鹓鹔鹕鹖鹗鹘鹙鹚鹛鹜鹝鹞鹟 +
      9E60 鹠鹡鹢鹣鹤鹥鹦鹧鹨鹩鹪鹫鹬鹭鹮鹯鹰鹱鹲鹳鹴鹵鹶鹷鹸鹹鹺鹻鹼鹽鹾鹿 +
      9E80 麀麁麂麃麄麅麆麇麈麉麊麋麌麍麎麏麐麑麒麓麔麕麖麗麘麙麚麛麜麝麞麟 +
      9EA0 麠麡麢麣麤麥麦麧麨麩麪麫麬麭麮麯麰麱麲麳麴麵麶麷麸麹麺麻麼麽麾麿 +
      9EC0 黀黁黂黃黄黅黆黇黈黉黊黋黌黍黎黏黐黑黒黓黔黕黖黗默黙黚黛黜黝點黟 +
      9EE0 黠黡黢黣黤黥黦黧黨黩黪黫黬黭黮黯黰黱黲黳黴黵黶黷黸黹黺黻黼黽黾黿 +
      9F00 鼀鼁鼂鼃鼄鼅鼆鼇鼈鼉鼊鼋鼌鼍鼎鼏鼐鼑鼒鼓鼔鼕鼖鼗鼘鼙鼚鼛鼜鼝鼞鼟 +
      9F20 鼠鼡鼢鼣鼤鼥鼦鼧鼨鼩鼪鼫鼬鼭鼮鼯鼰鼱鼲鼳鼴鼵鼶鼷鼸鼹鼺鼻鼼鼽鼾鼿 +
      9F40 齀齁齂齃齄齅齆齇齈齉齊齋齌齍齎齏齐齑齒齓齔齕齖齗齘齙齚齛齜齝齞齟 +
      9F60 齠齡齢齣齤齥齦齧齨齩齪齫齬齭齮齯齰齱齲齳齴齵齶齷齸齹齺齻齼齽齾齿 +
      9F80 龀龁龂龃龄龅龆龇龈龉龊龋龌龍龎龏龐龑龒龓龔龕龖龗龘龙龚龛龜龝龞龟 +
      9FA0 龠龡龢龣龤龥龦龧龨龩龪龫龬龭龮龯龰龱龲龳龴龵龶龷龸龹龺龻龼龽龾龿 +
      9FC0 鿀鿁鿂鿃鿄鿅鿆鿇鿈鿉鿊鿋鿌鿍鿎鿏鿐鿑鿒鿓鿔鿕鿖鿗鿘鿙鿚鿛鿜鿝鿞鿟 +
      9FE0 鿠鿡鿢鿣鿤鿥鿦鿧鿨鿩鿪鿫鿬鿭鿮鿯鿰鿱鿲鿳鿴鿵鿶鿷鿸鿹鿺鿻鿼鿽鿾鿿 +
      A000 ꀀꀁꀂꀃꀄꀅꀆꀇꀈꀉꀊꀋꀌꀍꀎꀏꀐꀑꀒꀓꀔꀕꀖꀗꀘꀙꀚꀛꀜꀝꀞꀟ +
      A020 ꀠꀡꀢꀣꀤꀥꀦꀧꀨꀩꀪꀫꀬꀭꀮꀯꀰꀱꀲꀳꀴꀵꀶꀷꀸꀹꀺꀻꀼꀽꀾꀿ +
      A040 ꁀꁁꁂꁃꁄꁅꁆꁇꁈꁉꁊꁋꁌꁍꁎꁏꁐꁑꁒꁓꁔꁕꁖꁗꁘꁙꁚꁛꁜꁝꁞꁟ +
      A060 ꁠꁡꁢꁣꁤꁥꁦꁧꁨꁩꁪꁫꁬꁭꁮꁯꁰꁱꁲꁳꁴꁵꁶꁷꁸꁹꁺꁻꁼꁽꁾꁿ +
      A080 ꂀꂁꂂꂃꂄꂅꂆꂇꂈꂉꂊꂋꂌꂍꂎꂏꂐꂑꂒꂓꂔꂕꂖꂗꂘꂙꂚꂛꂜꂝꂞꂟ +
      A0A0 ꂠꂡꂢꂣꂤꂥꂦꂧꂨꂩꂪꂫꂬꂭꂮꂯꂰꂱꂲꂳꂴꂵꂶꂷꂸꂹꂺꂻꂼꂽꂾꂿ +
      A0C0 ꃀꃁꃂꃃꃄꃅꃆꃇꃈꃉꃊꃋꃌꃍꃎꃏꃐꃑꃒꃓꃔꃕꃖꃗꃘꃙꃚꃛꃜꃝꃞꃟ +
      A0E0 ꃠꃡꃢꃣꃤꃥꃦꃧꃨꃩꃪꃫꃬꃭꃮꃯꃰꃱꃲꃳꃴꃵꃶꃷꃸꃹꃺꃻꃼꃽꃾꃿ +
      A100 ꄀꄁꄂꄃꄄꄅꄆꄇꄈꄉꄊꄋꄌꄍꄎꄏꄐꄑꄒꄓꄔꄕꄖꄗꄘꄙꄚꄛꄜꄝꄞꄟ +
      A120 ꄠꄡꄢꄣꄤꄥꄦꄧꄨꄩꄪꄫꄬꄭꄮꄯꄰꄱꄲꄳꄴꄵꄶꄷꄸꄹꄺꄻꄼꄽꄾꄿ +
      A140 ꅀꅁꅂꅃꅄꅅꅆꅇꅈꅉꅊꅋꅌꅍꅎꅏꅐꅑꅒꅓꅔꅕꅖꅗꅘꅙꅚꅛꅜꅝꅞꅟ +
      A160 ꅠꅡꅢꅣꅤꅥꅦꅧꅨꅩꅪꅫꅬꅭꅮꅯꅰꅱꅲꅳꅴꅵꅶꅷꅸꅹꅺꅻꅼꅽꅾꅿ +
      A180 ꆀꆁꆂꆃꆄꆅꆆꆇꆈꆉꆊꆋꆌꆍꆎꆏꆐꆑꆒꆓꆔꆕꆖꆗꆘꆙꆚꆛꆜꆝꆞꆟ +
      A1A0 ꆠꆡꆢꆣꆤꆥꆦꆧꆨꆩꆪꆫꆬꆭꆮꆯꆰꆱꆲꆳꆴꆵꆶꆷꆸꆹꆺꆻꆼꆽꆾꆿ +
      A1C0 ꇀꇁꇂꇃꇄꇅꇆꇇꇈꇉꇊꇋꇌꇍꇎꇏꇐꇑꇒꇓꇔꇕꇖꇗꇘꇙꇚꇛꇜꇝꇞꇟ +
      A1E0 ꇠꇡꇢꇣꇤꇥꇦꇧꇨꇩꇪꇫꇬꇭꇮꇯꇰꇱꇲꇳꇴꇵꇶꇷꇸꇹꇺꇻꇼꇽꇾꇿ +
      A200 ꈀꈁꈂꈃꈄꈅꈆꈇꈈꈉꈊꈋꈌꈍꈎꈏꈐꈑꈒꈓꈔꈕꈖꈗꈘꈙꈚꈛꈜꈝꈞꈟ +
      A220 ꈠꈡꈢꈣꈤꈥꈦꈧꈨꈩꈪꈫꈬꈭꈮꈯꈰꈱꈲꈳꈴꈵꈶꈷꈸꈹꈺꈻꈼꈽꈾꈿ +
      A240 ꉀꉁꉂꉃꉄꉅꉆꉇꉈꉉꉊꉋꉌꉍꉎꉏꉐꉑꉒꉓꉔꉕꉖꉗꉘꉙꉚꉛꉜꉝꉞꉟ +
      A260 ꉠꉡꉢꉣꉤꉥꉦꉧꉨꉩꉪꉫꉬꉭꉮꉯꉰꉱꉲꉳꉴꉵꉶꉷꉸꉹꉺꉻꉼꉽꉾꉿ +
      A280 ꊀꊁꊂꊃꊄꊅꊆꊇꊈꊉꊊꊋꊌꊍꊎꊏꊐꊑꊒꊓꊔꊕꊖꊗꊘꊙꊚꊛꊜꊝꊞꊟ +
      A2A0 ꊠꊡꊢꊣꊤꊥꊦꊧꊨꊩꊪꊫꊬꊭꊮꊯꊰꊱꊲꊳꊴꊵꊶꊷꊸꊹꊺꊻꊼꊽꊾꊿ +
      A2C0 ꋀꋁꋂꋃꋄꋅꋆꋇꋈꋉꋊꋋꋌꋍꋎꋏꋐꋑꋒꋓꋔꋕꋖꋗꋘꋙꋚꋛꋜꋝꋞꋟ +
      A2E0 ꋠꋡꋢꋣꋤꋥꋦꋧꋨꋩꋪꋫꋬꋭꋮꋯꋰꋱꋲꋳꋴꋵꋶꋷꋸꋹꋺꋻꋼꋽꋾꋿ +
      A300 ꌀꌁꌂꌃꌄꌅꌆꌇꌈꌉꌊꌋꌌꌍꌎꌏꌐꌑꌒꌓꌔꌕꌖꌗꌘꌙꌚꌛꌜꌝꌞꌟ +
      A320 ꌠꌡꌢꌣꌤꌥꌦꌧꌨꌩꌪꌫꌬꌭꌮꌯꌰꌱꌲꌳꌴꌵꌶꌷꌸꌹꌺꌻꌼꌽꌾꌿ +
      A340 ꍀꍁꍂꍃꍄꍅꍆꍇꍈꍉꍊꍋꍌꍍꍎꍏꍐꍑꍒꍓꍔꍕꍖꍗꍘꍙꍚꍛꍜꍝꍞꍟ +
      A360 ꍠꍡꍢꍣꍤꍥꍦꍧꍨꍩꍪꍫꍬꍭꍮꍯꍰꍱꍲꍳꍴꍵꍶꍷꍸꍹꍺꍻꍼꍽꍾꍿ +
      A380 ꎀꎁꎂꎃꎄꎅꎆꎇꎈꎉꎊꎋꎌꎍꎎꎏꎐꎑꎒꎓꎔꎕꎖꎗꎘꎙꎚꎛꎜꎝꎞꎟ +
      A3A0 ꎠꎡꎢꎣꎤꎥꎦꎧꎨꎩꎪꎫꎬꎭꎮꎯꎰꎱꎲꎳꎴꎵꎶꎷꎸꎹꎺꎻꎼꎽꎾꎿ +
      A3C0 ꏀꏁꏂꏃꏄꏅꏆꏇꏈꏉꏊꏋꏌꏍꏎꏏꏐꏑꏒꏓꏔꏕꏖꏗꏘꏙꏚꏛꏜꏝꏞꏟ +
      A3E0 ꏠꏡꏢꏣꏤꏥꏦꏧꏨꏩꏪꏫꏬꏭꏮꏯꏰꏱꏲꏳꏴꏵꏶꏷꏸꏹꏺꏻꏼꏽꏾꏿ +
      A400 ꐀꐁꐂꐃꐄꐅꐆꐇꐈꐉꐊꐋꐌꐍꐎꐏꐐꐑꐒꐓꐔꐕꐖꐗꐘꐙꐚꐛꐜꐝꐞꐟ +
      A420 ꐠꐡꐢꐣꐤꐥꐦꐧꐨꐩꐪꐫꐬꐭꐮꐯꐰꐱꐲꐳꐴꐵꐶꐷꐸꐹꐺꐻꐼꐽꐾꐿ +
      A440 ꑀꑁꑂꑃꑄꑅꑆꑇꑈꑉꑊꑋꑌꑍꑎꑏꑐꑑꑒꑓꑔꑕꑖꑗꑘꑙꑚꑛꑜꑝꑞꑟ +
      A460 ꑠꑡꑢꑣꑤꑥꑦꑧꑨꑩꑪꑫꑬꑭꑮꑯꑰꑱꑲꑳꑴꑵꑶꑷꑸꑹꑺꑻꑼꑽꑾꑿ +
      A480 ꒀꒁꒂꒃꒄꒅꒆꒇꒈꒉꒊꒋꒌ꒍꒎꒏꒐꒑꒒꒓꒔꒕꒖꒗꒘꒙꒚꒛꒜꒝꒞꒟ +
      A4A0 ꒠꒡꒢꒣꒤꒥꒦꒧꒨꒩꒪꒫꒬꒭꒮꒯꒰꒱꒲꒳꒴꒵꒶꒷꒸꒹꒺꒻꒼꒽꒾꒿ +
      A4C0 ꓀꓁꓂꓃꓄꓅꓆꓇꓈꓉꓊꓋꓌꓍꓎꓏ꓐꓑꓒꓓꓔꓕꓖꓗꓘꓙꓚꓛꓜꓝꓞꓟ +
      A4E0 ꓠꓡꓢꓣꓤꓥꓦꓧꓨꓩꓪꓫꓬꓭꓮꓯꓰꓱꓲꓳꓴꓵꓶꓷꓸꓹꓺꓻꓼꓽ꓾꓿ +
      A500 ꔀꔁꔂꔃꔄꔅꔆꔇꔈꔉꔊꔋꔌꔍꔎꔏꔐꔑꔒꔓꔔꔕꔖꔗꔘꔙꔚꔛꔜꔝꔞꔟ +
      A520 ꔠꔡꔢꔣꔤꔥꔦꔧꔨꔩꔪꔫꔬꔭꔮꔯꔰꔱꔲꔳꔴꔵꔶꔷꔸꔹꔺꔻꔼꔽꔾꔿ +
      A540 ꕀꕁꕂꕃꕄꕅꕆꕇꕈꕉꕊꕋꕌꕍꕎꕏꕐꕑꕒꕓꕔꕕꕖꕗꕘꕙꕚꕛꕜꕝꕞꕟ +
      A560 ꕠꕡꕢꕣꕤꕥꕦꕧꕨꕩꕪꕫꕬꕭꕮꕯꕰꕱꕲꕳꕴꕵꕶꕷꕸꕹꕺꕻꕼꕽꕾꕿ +
      A580 ꖀꖁꖂꖃꖄꖅꖆꖇꖈꖉꖊꖋꖌꖍꖎꖏꖐꖑꖒꖓꖔꖕꖖꖗꖘꖙꖚꖛꖜꖝꖞꖟ +
      A5A0 ꖠꖡꖢꖣꖤꖥꖦꖧꖨꖩꖪꖫꖬꖭꖮꖯꖰꖱꖲꖳꖴꖵꖶꖷꖸꖹꖺꖻꖼꖽꖾꖿ +
      A5C0 ꗀꗁꗂꗃꗄꗅꗆꗇꗈꗉꗊꗋꗌꗍꗎꗏꗐꗑꗒꗓꗔꗕꗖꗗꗘꗙꗚꗛꗜꗝꗞꗟ +
      A5E0 ꗠꗡꗢꗣꗤꗥꗦꗧꗨꗩꗪꗫꗬꗭꗮꗯꗰꗱꗲꗳꗴꗵꗶꗷꗸꗹꗺꗻꗼꗽꗾꗿ +
      A600 ꘀꘁꘂꘃꘄꘅꘆꘇꘈꘉꘊꘋꘌ꘍꘎꘏ꘐꘑꘒꘓꘔꘕꘖꘗꘘꘙꘚꘛꘜꘝꘞꘟ +
      A620 ꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩ꘪꘫ꘬꘭꘮꘯꘰꘱꘲꘳꘴꘵꘶꘷꘸꘹꘺꘻꘼꘽꘾꘿ +
      A640 ꙀꙁꙂꙃꙄꙅꙆꙇꙈꙉꙊꙋꙌꙍꙎꙏꙐꙑꙒꙓꙔꙕꙖꙗꙘꙙꙚꙛꙜꙝꙞꙟ +
      A660 ꙠꙡꙢꙣꙤꙥꙦꙧꙨꙩꙪꙫꙬꙭꙮ꙯꙰꙱꙲꙳ꙴꙵꙶꙷꙸꙹꙺꙻ꙼꙽꙾ꙿ +
      A680 ꚀꚁꚂꚃꚄꚅꚆꚇꚈꚉꚊꚋꚌꚍꚎꚏꚐꚑꚒꚓꚔꚕꚖꚗꚘꚙꚚꚛꚜꚝꚞꚟ +
      A6A0 ꚠꚡꚢꚣꚤꚥꚦꚧꚨꚩꚪꚫꚬꚭꚮꚯꚰꚱꚲꚳꚴꚵꚶꚷꚸꚹꚺꚻꚼꚽꚾꚿ +
      A6C0 ꛀꛁꛂꛃꛄꛅꛆꛇꛈꛉꛊꛋꛌꛍꛎꛏꛐꛑꛒꛓꛔꛕꛖꛗꛘꛙꛚꛛꛜꛝꛞꛟ +
      A6E0 ꛠꛡꛢꛣꛤꛥꛦꛧꛨꛩꛪꛫꛬꛭꛮꛯ꛰꛱꛲꛳꛴꛵꛶꛷꛸꛹꛺꛻꛼꛽꛾꛿ +
      A700 ꜀꜁꜂꜃꜄꜅꜆꜇꜈꜉꜊꜋꜌꜍꜎꜏꜐꜑꜒꜓꜔꜕꜖ꜗꜘꜙꜚꜛꜜꜝꜞꜟ +
      A720 ꜠꜡ꜢꜣꜤꜥꜦꜧꜨꜩꜪꜫꜬꜭꜮꜯꜰꜱꜲꜳꜴꜵꜶꜷꜸꜹꜺꜻꜼꜽꜾꜿ +
      A740 ꝀꝁꝂꝃꝄꝅꝆꝇꝈꝉꝊꝋꝌꝍꝎꝏꝐꝑꝒꝓꝔꝕꝖꝗꝘꝙꝚꝛꝜꝝꝞꝟ +
      A760 ꝠꝡꝢꝣꝤꝥꝦꝧꝨꝩꝪꝫꝬꝭꝮꝯꝰꝱꝲꝳꝴꝵꝶꝷꝸꝹꝺꝻꝼꝽꝾꝿ +
      A780 ꞀꞁꞂꞃꞄꞅꞆꞇꞈ꞉꞊ꞋꞌꞍꞎꞏꞐꞑꞒꞓꞔꞕꞖꞗꞘꞙꞚꞛꞜꞝꞞꞟ +
      A7A0 ꞠꞡꞢꞣꞤꞥꞦꞧꞨꞩꞪꞫꞬꞭꞮꞯꞰꞱꞲꞳꞴꞵꞶꞷꞸꞹꞺꞻꞼꞽꞾꞿ +
      A7C0 ꟀꟁꟂꟃꟄꟅꟆꟇꟈꟉꟊꟋꟌꟍ꟎꟏Ꟑꟑ꟒ꟓ꟔ꟕꟖꟗꟘꟙꟚꟛꟜ꟝꟞꟟ +
      A7E0 ꟠꟡꟢꟣꟤꟥꟦꟧꟨꟩꟪꟫꟬꟭꟮꟯꟰꟱ꟲꟳꟴꟵꟶꟷꟸꟹꟺꟻꟼꟽꟾꟿ +
      A800 ꠀꠁꠂꠃꠄꠅ꠆ꠇꠈꠉꠊꠋꠌꠍꠎꠏꠐꠑꠒꠓꠔꠕꠖꠗꠘꠙꠚꠛꠜꠝꠞꠟ +
      A820 ꠠꠡꠢꠣꠤꠥꠦꠧ꠨꠩꠪꠫꠬꠭꠮꠯꠰꠱꠲꠳꠴꠵꠶꠷꠸꠹꠺꠻꠼꠽꠾꠿ +
      A840 ꡀꡁꡂꡃꡄꡅꡆꡇꡈꡉꡊꡋꡌꡍꡎꡏꡐꡑꡒꡓꡔꡕꡖꡗꡘꡙꡚꡛꡜꡝꡞꡟ +
      A860 ꡠꡡꡢꡣꡤꡥꡦꡧꡨꡩꡪꡫꡬꡭꡮꡯꡰꡱꡲꡳ꡴꡵꡶꡷꡸꡹꡺꡻꡼꡽꡾꡿ +
      A880 ꢀꢁꢂꢃꢄꢅꢆꢇꢈꢉꢊꢋꢌꢍꢎꢏꢐꢑꢒꢓꢔꢕꢖꢗꢘꢙꢚꢛꢜꢝꢞꢟ +
      A8A0 ꢠꢡꢢꢣꢤꢥꢦꢧꢨꢩꢪꢫꢬꢭꢮꢯꢰꢱꢲꢳꢴꢵꢶꢷꢸꢹꢺꢻꢼꢽꢾꢿ +
      A8C0 ꣀꣁꣂꣃ꣄ꣅ꣆꣇꣈꣉꣊꣋꣌꣍꣎꣏꣐꣑꣒꣓꣔꣕꣖꣗꣘꣙꣚꣛꣜꣝꣞꣟ +
      A8E0 ꣠꣡꣢꣣꣤꣥꣦꣧꣨꣩꣪꣫꣬꣭꣮꣯꣰꣱ꣲꣳꣴꣵꣶꣷ꣸꣹꣺ꣻ꣼ꣽꣾꣿ +
      A900 ꤀꤁꤂꤃꤄꤅꤆꤇꤈꤉ꤊꤋꤌꤍꤎꤏꤐꤑꤒꤓꤔꤕꤖꤗꤘꤙꤚꤛꤜꤝꤞꤟ +
      A920 ꤠꤡꤢꤣꤤꤥꤦꤧꤨꤩꤪ꤫꤬꤭꤮꤯ꤰꤱꤲꤳꤴꤵꤶꤷꤸꤹꤺꤻꤼꤽꤾꤿ +
      A940 ꥀꥁꥂꥃꥄꥅꥆꥇꥈꥉꥊꥋꥌꥍꥎꥏꥐꥑꥒ꥓꥔꥕꥖꥗꥘꥙꥚꥛꥜꥝꥞꥟ +
      A960 ꥠꥡꥢꥣꥤꥥꥦꥧꥨꥩꥪꥫꥬꥭꥮꥯꥰꥱꥲꥳꥴꥵꥶꥷꥸꥹꥺꥻꥼ꥽꥾꥿ +
      A980 ꦀꦁꦂꦃꦄꦅꦆꦇꦈꦉꦊꦋꦌꦍꦎꦏꦐꦑꦒꦓꦔꦕꦖꦗꦘꦙꦚꦛꦜꦝꦞꦟ +
      A9A0 ꦠꦡꦢꦣꦤꦥꦦꦧꦨꦩꦪꦫꦬꦭꦮꦯꦰꦱꦲ꦳ꦴꦵꦶꦷꦸꦹꦺꦻꦼꦽꦾꦿ +
      A9C0 ꧀꧁꧂꧃꧄꧅꧆꧇꧈꧉꧊꧋꧌꧍꧎ꧏ꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙꧚꧛꧜꧝꧞꧟ +
      A9E0 ꧠꧡꧢꧣꧤꧥꧦꧧꧨꧩꧪꧫꧬꧭꧮꧯ꧰꧱꧲꧳꧴꧵꧶꧷꧸꧹ꧺꧻꧼꧽꧾ꧿ +
      AA00 ꨀꨁꨂꨃꨄꨅꨆꨇꨈꨉꨊꨋꨌꨍꨎꨏꨐꨑꨒꨓꨔꨕꨖꨗꨘꨙꨚꨛꨜꨝꨞꨟ +
      AA20 ꨠꨡꨢꨣꨤꨥꨦꨧꨨꨩꨪꨫꨬꨭꨮꨯꨰꨱꨲꨳꨴꨵꨶ꨷꨸꨹꨺꨻꨼꨽꨾꨿ +
      AA40 ꩀꩁꩂꩃꩄꩅꩆꩇꩈꩉꩊꩋꩌꩍ꩎꩏꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙꩚꩛꩜꩝꩞꩟ +
      AA60 ꩠꩡꩢꩣꩤꩥꩦꩧꩨꩩꩪꩫꩬꩭꩮꩯꩰꩱꩲꩳꩴꩵꩶ꩷꩸꩹ꩺꩻꩼꩽꩾꩿ +
      AA80 ꪀꪁꪂꪃꪄꪅꪆꪇꪈꪉꪊꪋꪌꪍꪎꪏꪐꪑꪒꪓꪔꪕꪖꪗꪘꪙꪚꪛꪜꪝꪞꪟ +
      AAA0 ꪠꪡꪢꪣꪤꪥꪦꪧꪨꪩꪪꪫꪬꪭꪮꪯꪰꪱꪴꪲꪳꪵꪶꪷꪸꪹꪺꪻꪼꪽꪾ꪿ +
      AAC0 ꫀ꫁ꫂ꫃꫄꫅꫆꫇꫈꫉꫊꫋꫌꫍꫎꫏꫐꫑꫒꫓꫔꫕꫖꫗꫘꫙꫚ꫛꫜꫝ꫞꫟ +
      AAE0 ꫠꫡꫢꫣꫤꫥꫦꫧꫨꫩꫪꫫꫬꫭꫮꫯ꫰꫱ꫲꫳꫴꫵ꫶꫷꫸꫹꫺꫻꫼꫽꫾꫿ +
      AB00 ꬀ꬁꬂꬃꬄꬅꬆ꬇꬈ꬉꬊꬋꬌꬍꬎ꬏꬐ꬑꬒꬓꬔꬕꬖ꬗꬘꬙꬚꬛꬜꬝꬞꬟ +
      AB20 ꬠꬡꬢꬣꬤꬥꬦ꬧ꬨꬩꬪꬫꬬꬭꬮ꬯ꬰꬱꬲꬳꬴꬵꬶꬷꬸꬹꬺꬻꬼꬽꬾꬿ +
      AB40 ꭀꭁꭂꭃꭄꭅꭆꭇꭈꭉꭊꭋꭌꭍꭎꭏꭐꭑꭒꭓꭔꭕꭖꭗꭘꭙꭚ꭛ꭜꭝꭞꭟ +
      AB60 ꭠꭡꭢꭣꭤꭥꭦꭧꭨꭩ꭪꭫꭬꭭꭮꭯ꭰꭱꭲꭳꭴꭵꭶꭷꭸꭹꭺꭻꭼꭽꭾꭿ +
      AB80 ꮀꮁꮂꮃꮄꮅꮆꮇꮈꮉꮊꮋꮌꮍꮎꮏꮐꮑꮒꮓꮔꮕꮖꮗꮘꮙꮚꮛꮜꮝꮞꮟ +
      ABA0 ꮠꮡꮢꮣꮤꮥꮦꮧꮨꮩꮪꮫꮬꮭꮮꮯꮰꮱꮲꮳꮴꮵꮶꮷꮸꮹꮺꮻꮼꮽꮾꮿ +
      ABC0 ꯀꯁꯂꯃꯄꯅꯆꯇꯈꯉꯊꯋꯌꯍꯎꯏꯐꯑꯒꯓꯔꯕꯖꯗꯘꯙꯚꯛꯜꯝꯞꯟ +
      ABE0 ꯠꯡꯢꯣꯤꯥꯦꯧꯨꯩꯪ꯫꯬꯭꯮꯯꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹꯺꯻꯼꯽꯾꯿ +
      AC00 가각갂갃간갅갆갇갈갉갊갋갌갍갎갏감갑값갓갔강갖갗갘같갚갛개객갞갟 +
      AC20 갠갡갢갣갤갥갦갧갨갩갪갫갬갭갮갯갰갱갲갳갴갵갶갷갸갹갺갻갼갽갾갿 +
      AC40 걀걁걂걃걄걅걆걇걈걉걊걋걌걍걎걏걐걑걒걓걔걕걖걗걘걙걚걛걜걝걞걟 +
      AC60 걠걡걢걣걤걥걦걧걨걩걪걫걬걭걮걯거걱걲걳건걵걶걷걸걹걺걻걼걽걾걿 +
      AC80 검겁겂것겄겅겆겇겈겉겊겋게겍겎겏겐겑겒겓겔겕겖겗겘겙겚겛겜겝겞겟 +
      ACA0 겠겡겢겣겤겥겦겧겨격겪겫견겭겮겯결겱겲겳겴겵겶겷겸겹겺겻겼경겾겿 +
      ACC0 곀곁곂곃계곅곆곇곈곉곊곋곌곍곎곏곐곑곒곓곔곕곖곗곘곙곚곛곜곝곞곟 +
      ACE0 고곡곢곣곤곥곦곧골곩곪곫곬곭곮곯곰곱곲곳곴공곶곷곸곹곺곻과곽곾곿 +
      AD00 관괁괂괃괄괅괆괇괈괉괊괋괌괍괎괏괐광괒괓괔괕괖괗괘괙괚괛괜괝괞괟 +
      AD20 괠괡괢괣괤괥괦괧괨괩괪괫괬괭괮괯괰괱괲괳괴괵괶괷괸괹괺괻괼괽괾괿 +
      AD40 굀굁굂굃굄굅굆굇굈굉굊굋굌굍굎굏교굑굒굓굔굕굖굗굘굙굚굛굜굝굞굟 +
      AD60 굠굡굢굣굤굥굦굧굨굩굪굫구국굮굯군굱굲굳굴굵굶굷굸굹굺굻굼굽굾굿 +
      AD80 궀궁궂궃궄궅궆궇궈궉궊궋권궍궎궏궐궑궒궓궔궕궖궗궘궙궚궛궜궝궞궟 +
      ADA0 궠궡궢궣궤궥궦궧궨궩궪궫궬궭궮궯궰궱궲궳궴궵궶궷궸궹궺궻궼궽궾궿 +
      ADC0 귀귁귂귃귄귅귆귇귈귉귊귋귌귍귎귏귐귑귒귓귔귕귖귗귘귙귚귛규귝귞귟 +
      ADE0 균귡귢귣귤귥귦귧귨귩귪귫귬귭귮귯귰귱귲귳귴귵귶귷그극귺귻근귽귾귿 +
      AE00 글긁긂긃긄긅긆긇금급긊긋긌긍긎긏긐긑긒긓긔긕긖긗긘긙긚긛긜긝긞긟 +
      AE20 긠긡긢긣긤긥긦긧긨긩긪긫긬긭긮긯기긱긲긳긴긵긶긷길긹긺긻긼긽긾긿 +
      AE40 김깁깂깃깄깅깆깇깈깉깊깋까깍깎깏깐깑깒깓깔깕깖깗깘깙깚깛깜깝깞깟 +
      AE60 깠깡깢깣깤깥깦깧깨깩깪깫깬깭깮깯깰깱깲깳깴깵깶깷깸깹깺깻깼깽깾깿 +
      AE80 꺀꺁꺂꺃꺄꺅꺆꺇꺈꺉꺊꺋꺌꺍꺎꺏꺐꺑꺒꺓꺔꺕꺖꺗꺘꺙꺚꺛꺜꺝꺞꺟 +
      AEA0 꺠꺡꺢꺣꺤꺥꺦꺧꺨꺩꺪꺫꺬꺭꺮꺯꺰꺱꺲꺳꺴꺵꺶꺷꺸꺹꺺꺻꺼꺽꺾꺿 +
      AEC0 껀껁껂껃껄껅껆껇껈껉껊껋껌껍껎껏껐껑껒껓껔껕껖껗께껙껚껛껜껝껞껟 +
      AEE0 껠껡껢껣껤껥껦껧껨껩껪껫껬껭껮껯껰껱껲껳껴껵껶껷껸껹껺껻껼껽껾껿 +
      AF00 꼀꼁꼂꼃꼄꼅꼆꼇꼈꼉꼊꼋꼌꼍꼎꼏꼐꼑꼒꼓꼔꼕꼖꼗꼘꼙꼚꼛꼜꼝꼞꼟 +
      AF20 꼠꼡꼢꼣꼤꼥꼦꼧꼨꼩꼪꼫꼬꼭꼮꼯꼰꼱꼲꼳꼴꼵꼶꼷꼸꼹꼺꼻꼼꼽꼾꼿 +
      AF40 꽀꽁꽂꽃꽄꽅꽆꽇꽈꽉꽊꽋꽌꽍꽎꽏꽐꽑꽒꽓꽔꽕꽖꽗꽘꽙꽚꽛꽜꽝꽞꽟 +
      AF60 꽠꽡꽢꽣꽤꽥꽦꽧꽨꽩꽪꽫꽬꽭꽮꽯꽰꽱꽲꽳꽴꽵꽶꽷꽸꽹꽺꽻꽼꽽꽾꽿 +
      AF80 꾀꾁꾂꾃꾄꾅꾆꾇꾈꾉꾊꾋꾌꾍꾎꾏꾐꾑꾒꾓꾔꾕꾖꾗꾘꾙꾚꾛꾜꾝꾞꾟 +
      AFA0 꾠꾡꾢꾣꾤꾥꾦꾧꾨꾩꾪꾫꾬꾭꾮꾯꾰꾱꾲꾳꾴꾵꾶꾷꾸꾹꾺꾻꾼꾽꾾꾿 +
      AFC0 꿀꿁꿂꿃꿄꿅꿆꿇꿈꿉꿊꿋꿌꿍꿎꿏꿐꿑꿒꿓꿔꿕꿖꿗꿘꿙꿚꿛꿜꿝꿞꿟 +
      AFE0 꿠꿡꿢꿣꿤꿥꿦꿧꿨꿩꿪꿫꿬꿭꿮꿯꿰꿱꿲꿳꿴꿵꿶꿷꿸꿹꿺꿻꿼꿽꿾꿿 +
      B000 뀀뀁뀂뀃뀄뀅뀆뀇뀈뀉뀊뀋뀌뀍뀎뀏뀐뀑뀒뀓뀔뀕뀖뀗뀘뀙뀚뀛뀜뀝뀞뀟 +
      B020 뀠뀡뀢뀣뀤뀥뀦뀧뀨뀩뀪뀫뀬뀭뀮뀯뀰뀱뀲뀳뀴뀵뀶뀷뀸뀹뀺뀻뀼뀽뀾뀿 +
      B040 끀끁끂끃끄끅끆끇끈끉끊끋끌끍끎끏끐끑끒끓끔끕끖끗끘끙끚끛끜끝끞끟 +
      B060 끠끡끢끣끤끥끦끧끨끩끪끫끬끭끮끯끰끱끲끳끴끵끶끷끸끹끺끻끼끽끾끿 +
      B080 낀낁낂낃낄낅낆낇낈낉낊낋낌낍낎낏낐낑낒낓낔낕낖낗나낙낚낛난낝낞낟 +
      B0A0 날낡낢낣낤낥낦낧남납낪낫났낭낮낯낰낱낲낳내낵낶낷낸낹낺낻낼낽낾낿 +
      B0C0 냀냁냂냃냄냅냆냇냈냉냊냋냌냍냎냏냐냑냒냓냔냕냖냗냘냙냚냛냜냝냞냟 +
      B0E0 냠냡냢냣냤냥냦냧냨냩냪냫냬냭냮냯냰냱냲냳냴냵냶냷냸냹냺냻냼냽냾냿 +
      B100 넀넁넂넃넄넅넆넇너넉넊넋넌넍넎넏널넑넒넓넔넕넖넗넘넙넚넛넜넝넞넟 +
      B120 넠넡넢넣네넥넦넧넨넩넪넫넬넭넮넯넰넱넲넳넴넵넶넷넸넹넺넻넼넽넾넿 +
      B140 녀녁녂녃년녅녆녇녈녉녊녋녌녍녎녏념녑녒녓녔녕녖녗녘녙녚녛녜녝녞녟 +
      B160 녠녡녢녣녤녥녦녧녨녩녪녫녬녭녮녯녰녱녲녳녴녵녶녷노녹녺녻논녽녾녿 +
      B180 놀놁놂놃놄놅놆놇놈놉놊놋놌농놎놏놐놑높놓놔놕놖놗놘놙놚놛놜놝놞놟 +
      B1A0 놠놡놢놣놤놥놦놧놨놩놪놫놬놭놮놯놰놱놲놳놴놵놶놷놸놹놺놻놼놽놾놿 +
      B1C0 뇀뇁뇂뇃뇄뇅뇆뇇뇈뇉뇊뇋뇌뇍뇎뇏뇐뇑뇒뇓뇔뇕뇖뇗뇘뇙뇚뇛뇜뇝뇞뇟 +
      B1E0 뇠뇡뇢뇣뇤뇥뇦뇧뇨뇩뇪뇫뇬뇭뇮뇯뇰뇱뇲뇳뇴뇵뇶뇷뇸뇹뇺뇻뇼뇽뇾뇿 +
      B200 눀눁눂눃누눅눆눇눈눉눊눋눌눍눎눏눐눑눒눓눔눕눖눗눘눙눚눛눜눝눞눟 +
      B220 눠눡눢눣눤눥눦눧눨눩눪눫눬눭눮눯눰눱눲눳눴눵눶눷눸눹눺눻눼눽눾눿 +
      B240 뉀뉁뉂뉃뉄뉅뉆뉇뉈뉉뉊뉋뉌뉍뉎뉏뉐뉑뉒뉓뉔뉕뉖뉗뉘뉙뉚뉛뉜뉝뉞뉟 +
      B260 뉠뉡뉢뉣뉤뉥뉦뉧뉨뉩뉪뉫뉬뉭뉮뉯뉰뉱뉲뉳뉴뉵뉶뉷뉸뉹뉺뉻뉼뉽뉾뉿 +
      B280 늀늁늂늃늄늅늆늇늈늉늊늋늌늍늎늏느늑늒늓는늕늖늗늘늙늚늛늜늝늞늟 +
      B2A0 늠늡늢늣늤능늦늧늨늩늪늫늬늭늮늯늰늱늲늳늴늵늶늷늸늹늺늻늼늽늾늿 +
      B2C0 닀닁닂닃닄닅닆닇니닉닊닋닌닍닎닏닐닑닒닓닔닕닖닗님닙닚닛닜닝닞닟 +
      B2E0 닠닡닢닣다닥닦닧단닩닪닫달닭닮닯닰닱닲닳담답닶닷닸당닺닻닼닽닾닿 +
      B300 대댁댂댃댄댅댆댇댈댉댊댋댌댍댎댏댐댑댒댓댔댕댖댗댘댙댚댛댜댝댞댟 +
      B320 댠댡댢댣댤댥댦댧댨댩댪댫댬댭댮댯댰댱댲댳댴댵댶댷댸댹댺댻댼댽댾댿 +
      B340 덀덁덂덃덄덅덆덇덈덉덊덋덌덍덎덏덐덑덒덓더덕덖덗던덙덚덛덜덝덞덟 +
      B360 덠덡덢덣덤덥덦덧덨덩덪덫덬덭덮덯데덱덲덳덴덵덶덷델덹덺덻덼덽덾덿 +
      B380 뎀뎁뎂뎃뎄뎅뎆뎇뎈뎉뎊뎋뎌뎍뎎뎏뎐뎑뎒뎓뎔뎕뎖뎗뎘뎙뎚뎛뎜뎝뎞뎟 +
      B3A0 뎠뎡뎢뎣뎤뎥뎦뎧뎨뎩뎪뎫뎬뎭뎮뎯뎰뎱뎲뎳뎴뎵뎶뎷뎸뎹뎺뎻뎼뎽뎾뎿 +
      B3C0 돀돁돂돃도독돆돇돈돉돊돋돌돍돎돏돐돑돒돓돔돕돖돗돘동돚돛돜돝돞돟 +
      B3E0 돠돡돢돣돤돥돦돧돨돩돪돫돬돭돮돯돰돱돲돳돴돵돶돷돸돹돺돻돼돽돾돿 +
      B400 됀됁됂됃됄됅됆됇됈됉됊됋됌됍됎됏됐됑됒됓됔됕됖됗되됙됚됛된됝됞됟 +
      B420 될됡됢됣됤됥됦됧됨됩됪됫됬됭됮됯됰됱됲됳됴됵됶됷됸됹됺됻됼됽됾됿 +
      B440 둀둁둂둃둄둅둆둇둈둉둊둋둌둍둎둏두둑둒둓둔둕둖둗둘둙둚둛둜둝둞둟 +
      B460 둠둡둢둣둤둥둦둧둨둩둪둫둬둭둮둯둰둱둲둳둴둵둶둷둸둹둺둻둼둽둾둿 +
      B480 뒀뒁뒂뒃뒄뒅뒆뒇뒈뒉뒊뒋뒌뒍뒎뒏뒐뒑뒒뒓뒔뒕뒖뒗뒘뒙뒚뒛뒜뒝뒞뒟 +
      B4A0 뒠뒡뒢뒣뒤뒥뒦뒧뒨뒩뒪뒫뒬뒭뒮뒯뒰뒱뒲뒳뒴뒵뒶뒷뒸뒹뒺뒻뒼뒽뒾뒿 +
      B4C0 듀듁듂듃듄듅듆듇듈듉듊듋듌듍듎듏듐듑듒듓듔듕듖듗듘듙듚듛드득듞듟 +
      B4E0 든듡듢듣들듥듦듧듨듩듪듫듬듭듮듯듰등듲듳듴듵듶듷듸듹듺듻듼듽듾듿 +
      B500 딀딁딂딃딄딅딆딇딈딉딊딋딌딍딎딏딐딑딒딓디딕딖딗딘딙딚딛딜딝딞딟 +
      B520 딠딡딢딣딤딥딦딧딨딩딪딫딬딭딮딯따딱딲딳딴딵딶딷딸딹딺딻딼딽딾딿 +
      B540 땀땁땂땃땄땅땆땇땈땉땊땋때땍땎땏땐땑땒땓땔땕땖땗땘땙땚땛땜땝땞땟 +
      B560 땠땡땢땣땤땥땦땧땨땩땪땫땬땭땮땯땰땱땲땳땴땵땶땷땸땹땺땻땼땽땾땿 +
      B580 떀떁떂떃떄떅떆떇떈떉떊떋떌떍떎떏떐떑떒떓떔떕떖떗떘떙떚떛떜떝떞떟 +
      B5A0 떠떡떢떣떤떥떦떧떨떩떪떫떬떭떮떯떰떱떲떳떴떵떶떷떸떹떺떻떼떽떾떿 +
      B5C0 뗀뗁뗂뗃뗄뗅뗆뗇뗈뗉뗊뗋뗌뗍뗎뗏뗐뗑뗒뗓뗔뗕뗖뗗뗘뗙뗚뗛뗜뗝뗞뗟 +
      B5E0 뗠뗡뗢뗣뗤뗥뗦뗧뗨뗩뗪뗫뗬뗭뗮뗯뗰뗱뗲뗳뗴뗵뗶뗷뗸뗹뗺뗻뗼뗽뗾뗿 +
      B600 똀똁똂똃똄똅똆똇똈똉똊똋똌똍똎똏또똑똒똓똔똕똖똗똘똙똚똛똜똝똞똟 +
      B620 똠똡똢똣똤똥똦똧똨똩똪똫똬똭똮똯똰똱똲똳똴똵똶똷똸똹똺똻똼똽똾똿 +
      B640 뙀뙁뙂뙃뙄뙅뙆뙇뙈뙉뙊뙋뙌뙍뙎뙏뙐뙑뙒뙓뙔뙕뙖뙗뙘뙙뙚뙛뙜뙝뙞뙟 +
      B660 뙠뙡뙢뙣뙤뙥뙦뙧뙨뙩뙪뙫뙬뙭뙮뙯뙰뙱뙲뙳뙴뙵뙶뙷뙸뙹뙺뙻뙼뙽뙾뙿 +
      B680 뚀뚁뚂뚃뚄뚅뚆뚇뚈뚉뚊뚋뚌뚍뚎뚏뚐뚑뚒뚓뚔뚕뚖뚗뚘뚙뚚뚛뚜뚝뚞뚟 +
      B6A0 뚠뚡뚢뚣뚤뚥뚦뚧뚨뚩뚪뚫뚬뚭뚮뚯뚰뚱뚲뚳뚴뚵뚶뚷뚸뚹뚺뚻뚼뚽뚾뚿 +
      B6C0 뛀뛁뛂뛃뛄뛅뛆뛇뛈뛉뛊뛋뛌뛍뛎뛏뛐뛑뛒뛓뛔뛕뛖뛗뛘뛙뛚뛛뛜뛝뛞뛟 +
      B6E0 뛠뛡뛢뛣뛤뛥뛦뛧뛨뛩뛪뛫뛬뛭뛮뛯뛰뛱뛲뛳뛴뛵뛶뛷뛸뛹뛺뛻뛼뛽뛾뛿 +
      B700 뜀뜁뜂뜃뜄뜅뜆뜇뜈뜉뜊뜋뜌뜍뜎뜏뜐뜑뜒뜓뜔뜕뜖뜗뜘뜙뜚뜛뜜뜝뜞뜟 +
      B720 뜠뜡뜢뜣뜤뜥뜦뜧뜨뜩뜪뜫뜬뜭뜮뜯뜰뜱뜲뜳뜴뜵뜶뜷뜸뜹뜺뜻뜼뜽뜾뜿 +
      B740 띀띁띂띃띄띅띆띇띈띉띊띋띌띍띎띏띐띑띒띓띔띕띖띗띘띙띚띛띜띝띞띟 +
      B760 띠띡띢띣띤띥띦띧띨띩띪띫띬띭띮띯띰띱띲띳띴띵띶띷띸띹띺띻라락띾띿 +
      B780 란랁랂랃랄랅랆랇랈랉랊랋람랍랎랏랐랑랒랓랔랕랖랗래랙랚랛랜랝랞랟 +
      B7A0 랠랡랢랣랤랥랦랧램랩랪랫랬랭랮랯랰랱랲랳랴략랶랷랸랹랺랻랼랽랾랿 +
      B7C0 럀럁럂럃럄럅럆럇럈량럊럋럌럍럎럏럐럑럒럓럔럕럖럗럘럙럚럛럜럝럞럟 +
      B7E0 럠럡럢럣럤럥럦럧럨럩럪럫러럭럮럯런럱럲럳럴럵럶럷럸럹럺럻럼럽럾럿 +
      B800 렀렁렂렃렄렅렆렇레렉렊렋렌렍렎렏렐렑렒렓렔렕렖렗렘렙렚렛렜렝렞렟 +
      B820 렠렡렢렣려력렦렧련렩렪렫렬렭렮렯렰렱렲렳렴렵렶렷렸령렺렻렼렽렾렿 +
      B840 례롁롂롃롄롅롆롇롈롉롊롋롌롍롎롏롐롑롒롓롔롕롖롗롘롙롚롛로록롞롟 +
      B860 론롡롢롣롤롥롦롧롨롩롪롫롬롭롮롯롰롱롲롳롴롵롶롷롸롹롺롻롼롽롾롿 +
      B880 뢀뢁뢂뢃뢄뢅뢆뢇뢈뢉뢊뢋뢌뢍뢎뢏뢐뢑뢒뢓뢔뢕뢖뢗뢘뢙뢚뢛뢜뢝뢞뢟 +
      B8A0 뢠뢡뢢뢣뢤뢥뢦뢧뢨뢩뢪뢫뢬뢭뢮뢯뢰뢱뢲뢳뢴뢵뢶뢷뢸뢹뢺뢻뢼뢽뢾뢿 +
      B8C0 룀룁룂룃룄룅룆룇룈룉룊룋료룍룎룏룐룑룒룓룔룕룖룗룘룙룚룛룜룝룞룟 +
      B8E0 룠룡룢룣룤룥룦룧루룩룪룫룬룭룮룯룰룱룲룳룴룵룶룷룸룹룺룻룼룽룾룿 +
      B900 뤀뤁뤂뤃뤄뤅뤆뤇뤈뤉뤊뤋뤌뤍뤎뤏뤐뤑뤒뤓뤔뤕뤖뤗뤘뤙뤚뤛뤜뤝뤞뤟 +
      B920 뤠뤡뤢뤣뤤뤥뤦뤧뤨뤩뤪뤫뤬뤭뤮뤯뤰뤱뤲뤳뤴뤵뤶뤷뤸뤹뤺뤻뤼뤽뤾뤿 +
      B940 륀륁륂륃륄륅륆륇륈륉륊륋륌륍륎륏륐륑륒륓륔륕륖륗류륙륚륛륜륝륞륟 +
      B960 률륡륢륣륤륥륦륧륨륩륪륫륬륭륮륯륰륱륲륳르륵륶륷른륹륺륻를륽륾륿 +
      B980 릀릁릂릃름릅릆릇릈릉릊릋릌릍릎릏릐릑릒릓릔릕릖릗릘릙릚릛릜릝릞릟 +
      B9A0 릠릡릢릣릤릥릦릧릨릩릪릫리릭릮릯린릱릲릳릴릵릶릷릸릹릺릻림립릾릿 +
      B9C0 맀링맂맃맄맅맆맇마막맊맋만맍많맏말맑맒맓맔맕맖맗맘맙맚맛맜망맞맟 +
      B9E0 맠맡맢맣매맥맦맧맨맩맪맫맬맭맮맯맰맱맲맳맴맵맶맷맸맹맺맻맼맽맾맿 +
      BA00 먀먁먂먃먄먅먆먇먈먉먊먋먌먍먎먏먐먑먒먓먔먕먖먗먘먙먚먛먜먝먞먟 +
      BA20 먠먡먢먣먤먥먦먧먨먩먪먫먬먭먮먯먰먱먲먳먴먵먶먷머먹먺먻먼먽먾먿 +
      BA40 멀멁멂멃멄멅멆멇멈멉멊멋멌멍멎멏멐멑멒멓메멕멖멗멘멙멚멛멜멝멞멟 +
      BA60 멠멡멢멣멤멥멦멧멨멩멪멫멬멭멮멯며멱멲멳면멵멶멷멸멹멺멻멼멽멾멿 +
      BA80 몀몁몂몃몄명몆몇몈몉몊몋몌몍몎몏몐몑몒몓몔몕몖몗몘몙몚몛몜몝몞몟 +
      BAA0 몠몡몢몣몤몥몦몧모목몪몫몬몭몮몯몰몱몲몳몴몵몶몷몸몹몺못몼몽몾몿 +
      BAC0 뫀뫁뫂뫃뫄뫅뫆뫇뫈뫉뫊뫋뫌뫍뫎뫏뫐뫑뫒뫓뫔뫕뫖뫗뫘뫙뫚뫛뫜뫝뫞뫟 +
      BAE0 뫠뫡뫢뫣뫤뫥뫦뫧뫨뫩뫪뫫뫬뫭뫮뫯뫰뫱뫲뫳뫴뫵뫶뫷뫸뫹뫺뫻뫼뫽뫾뫿 +
      BB00 묀묁묂묃묄묅묆묇묈묉묊묋묌묍묎묏묐묑묒묓묔묕묖묗묘묙묚묛묜묝묞묟 +
      BB20 묠묡묢묣묤묥묦묧묨묩묪묫묬묭묮묯묰묱묲묳무묵묶묷문묹묺묻물묽묾묿 +
      BB40 뭀뭁뭂뭃뭄뭅뭆뭇뭈뭉뭊뭋뭌뭍뭎뭏뭐뭑뭒뭓뭔뭕뭖뭗뭘뭙뭚뭛뭜뭝뭞뭟 +
      BB60 뭠뭡뭢뭣뭤뭥뭦뭧뭨뭩뭪뭫뭬뭭뭮뭯뭰뭱뭲뭳뭴뭵뭶뭷뭸뭹뭺뭻뭼뭽뭾뭿 +
      BB80 뮀뮁뮂뮃뮄뮅뮆뮇뮈뮉뮊뮋뮌뮍뮎뮏뮐뮑뮒뮓뮔뮕뮖뮗뮘뮙뮚뮛뮜뮝뮞뮟 +
      BBA0 뮠뮡뮢뮣뮤뮥뮦뮧뮨뮩뮪뮫뮬뮭뮮뮯뮰뮱뮲뮳뮴뮵뮶뮷뮸뮹뮺뮻뮼뮽뮾뮿 +
      BBC0 므믁믂믃믄믅믆믇믈믉믊믋믌믍믎믏믐믑믒믓믔믕믖믗믘믙믚믛믜믝믞믟 +
      BBE0 믠믡믢믣믤믥믦믧믨믩믪믫믬믭믮믯믰믱믲믳믴믵믶믷미믹믺믻민믽믾믿 +
      BC00 밀밁밂밃밄밅밆밇밈밉밊밋밌밍밎및밐밑밒밓바박밖밗반밙밚받발밝밞밟 +
      BC20 밠밡밢밣밤밥밦밧밨방밪밫밬밭밮밯배백밲밳밴밵밶밷밸밹밺밻밼밽밾밿 +
      BC40 뱀뱁뱂뱃뱄뱅뱆뱇뱈뱉뱊뱋뱌뱍뱎뱏뱐뱑뱒뱓뱔뱕뱖뱗뱘뱙뱚뱛뱜뱝뱞뱟 +
      BC60 뱠뱡뱢뱣뱤뱥뱦뱧뱨뱩뱪뱫뱬뱭뱮뱯뱰뱱뱲뱳뱴뱵뱶뱷뱸뱹뱺뱻뱼뱽뱾뱿 +
      BC80 벀벁벂벃버벅벆벇번벉벊벋벌벍벎벏벐벑벒벓범법벖벗벘벙벚벛벜벝벞벟 +
      BCA0 베벡벢벣벤벥벦벧벨벩벪벫벬벭벮벯벰벱벲벳벴벵벶벷벸벹벺벻벼벽벾벿 +
      BCC0 변볁볂볃별볅볆볇볈볉볊볋볌볍볎볏볐병볒볓볔볕볖볗볘볙볚볛볜볝볞볟 +
      BCE0 볠볡볢볣볤볥볦볧볨볩볪볫볬볭볮볯볰볱볲볳보복볶볷본볹볺볻볼볽볾볿 +
      BD00 봀봁봂봃봄봅봆봇봈봉봊봋봌봍봎봏봐봑봒봓봔봕봖봗봘봙봚봛봜봝봞봟 +
      BD20 봠봡봢봣봤봥봦봧봨봩봪봫봬봭봮봯봰봱봲봳봴봵봶봷봸봹봺봻봼봽봾봿 +
      BD40 뵀뵁뵂뵃뵄뵅뵆뵇뵈뵉뵊뵋뵌뵍뵎뵏뵐뵑뵒뵓뵔뵕뵖뵗뵘뵙뵚뵛뵜뵝뵞뵟 +
      BD60 뵠뵡뵢뵣뵤뵥뵦뵧뵨뵩뵪뵫뵬뵭뵮뵯뵰뵱뵲뵳뵴뵵뵶뵷뵸뵹뵺뵻뵼뵽뵾뵿 +
      BD80 부북붂붃분붅붆붇불붉붊붋붌붍붎붏붐붑붒붓붔붕붖붗붘붙붚붛붜붝붞붟 +
      BDA0 붠붡붢붣붤붥붦붧붨붩붪붫붬붭붮붯붰붱붲붳붴붵붶붷붸붹붺붻붼붽붾붿 +
      BDC0 뷀뷁뷂뷃뷄뷅뷆뷇뷈뷉뷊뷋뷌뷍뷎뷏뷐뷑뷒뷓뷔뷕뷖뷗뷘뷙뷚뷛뷜뷝뷞뷟 +
      BDE0 뷠뷡뷢뷣뷤뷥뷦뷧뷨뷩뷪뷫뷬뷭뷮뷯뷰뷱뷲뷳뷴뷵뷶뷷뷸뷹뷺뷻뷼뷽뷾뷿 +
      BE00 븀븁븂븃븄븅븆븇븈븉븊븋브븍븎븏븐븑븒븓블븕븖븗븘븙븚븛븜븝븞븟 +
      BE20 븠븡븢븣븤븥븦븧븨븩븪븫븬븭븮븯븰븱븲븳븴븵븶븷븸븹븺븻븼븽븾븿 +
      BE40 빀빁빂빃비빅빆빇빈빉빊빋빌빍빎빏빐빑빒빓빔빕빖빗빘빙빚빛빜빝빞빟 +
      BE60 빠빡빢빣빤빥빦빧빨빩빪빫빬빭빮빯빰빱빲빳빴빵빶빷빸빹빺빻빼빽빾빿 +
      BE80 뺀뺁뺂뺃뺄뺅뺆뺇뺈뺉뺊뺋뺌뺍뺎뺏뺐뺑뺒뺓뺔뺕뺖뺗뺘뺙뺚뺛뺜뺝뺞뺟 +
      BEA0 뺠뺡뺢뺣뺤뺥뺦뺧뺨뺩뺪뺫뺬뺭뺮뺯뺰뺱뺲뺳뺴뺵뺶뺷뺸뺹뺺뺻뺼뺽뺾뺿 +
      BEC0 뻀뻁뻂뻃뻄뻅뻆뻇뻈뻉뻊뻋뻌뻍뻎뻏뻐뻑뻒뻓뻔뻕뻖뻗뻘뻙뻚뻛뻜뻝뻞뻟 +
      BEE0 뻠뻡뻢뻣뻤뻥뻦뻧뻨뻩뻪뻫뻬뻭뻮뻯뻰뻱뻲뻳뻴뻵뻶뻷뻸뻹뻺뻻뻼뻽뻾뻿 +
      BF00 뼀뼁뼂뼃뼄뼅뼆뼇뼈뼉뼊뼋뼌뼍뼎뼏뼐뼑뼒뼓뼔뼕뼖뼗뼘뼙뼚뼛뼜뼝뼞뼟 +
      BF20 뼠뼡뼢뼣뼤뼥뼦뼧뼨뼩뼪뼫뼬뼭뼮뼯뼰뼱뼲뼳뼴뼵뼶뼷뼸뼹뼺뼻뼼뼽뼾뼿 +
      BF40 뽀뽁뽂뽃뽄뽅뽆뽇뽈뽉뽊뽋뽌뽍뽎뽏뽐뽑뽒뽓뽔뽕뽖뽗뽘뽙뽚뽛뽜뽝뽞뽟 +
      BF60 뽠뽡뽢뽣뽤뽥뽦뽧뽨뽩뽪뽫뽬뽭뽮뽯뽰뽱뽲뽳뽴뽵뽶뽷뽸뽹뽺뽻뽼뽽뽾뽿 +
      BF80 뾀뾁뾂뾃뾄뾅뾆뾇뾈뾉뾊뾋뾌뾍뾎뾏뾐뾑뾒뾓뾔뾕뾖뾗뾘뾙뾚뾛뾜뾝뾞뾟 +
      BFA0 뾠뾡뾢뾣뾤뾥뾦뾧뾨뾩뾪뾫뾬뾭뾮뾯뾰뾱뾲뾳뾴뾵뾶뾷뾸뾹뾺뾻뾼뾽뾾뾿 +
      BFC0 뿀뿁뿂뿃뿄뿅뿆뿇뿈뿉뿊뿋뿌뿍뿎뿏뿐뿑뿒뿓뿔뿕뿖뿗뿘뿙뿚뿛뿜뿝뿞뿟 +
      BFE0 뿠뿡뿢뿣뿤뿥뿦뿧뿨뿩뿪뿫뿬뿭뿮뿯뿰뿱뿲뿳뿴뿵뿶뿷뿸뿹뿺뿻뿼뿽뿾뿿 +
      C000 쀀쀁쀂쀃쀄쀅쀆쀇쀈쀉쀊쀋쀌쀍쀎쀏쀐쀑쀒쀓쀔쀕쀖쀗쀘쀙쀚쀛쀜쀝쀞쀟 +
      C020 쀠쀡쀢쀣쀤쀥쀦쀧쀨쀩쀪쀫쀬쀭쀮쀯쀰쀱쀲쀳쀴쀵쀶쀷쀸쀹쀺쀻쀼쀽쀾쀿 +
      C040 쁀쁁쁂쁃쁄쁅쁆쁇쁈쁉쁊쁋쁌쁍쁎쁏쁐쁑쁒쁓쁔쁕쁖쁗쁘쁙쁚쁛쁜쁝쁞쁟 +
      C060 쁠쁡쁢쁣쁤쁥쁦쁧쁨쁩쁪쁫쁬쁭쁮쁯쁰쁱쁲쁳쁴쁵쁶쁷쁸쁹쁺쁻쁼쁽쁾쁿 +
      C080 삀삁삂삃삄삅삆삇삈삉삊삋삌삍삎삏삐삑삒삓삔삕삖삗삘삙삚삛삜삝삞삟 +
      C0A0 삠삡삢삣삤삥삦삧삨삩삪삫사삭삮삯산삱삲삳살삵삶삷삸삹삺삻삼삽삾삿 +
      C0C0 샀상샂샃샄샅샆샇새색샊샋샌샍샎샏샐샑샒샓샔샕샖샗샘샙샚샛샜생샞샟 +
      C0E0 샠샡샢샣샤샥샦샧샨샩샪샫샬샭샮샯샰샱샲샳샴샵샶샷샸샹샺샻샼샽샾샿 +
      C100 섀섁섂섃섄섅섆섇섈섉섊섋섌섍섎섏섐섑섒섓섔섕섖섗섘섙섚섛서석섞섟 +
      C120 선섡섢섣설섥섦섧섨섩섪섫섬섭섮섯섰성섲섳섴섵섶섷세섹섺섻센섽섾섿 +
      C140 셀셁셂셃셄셅셆셇셈셉셊셋셌셍셎셏셐셑셒셓셔셕셖셗션셙셚셛셜셝셞셟 +
      C160 셠셡셢셣셤셥셦셧셨셩셪셫셬셭셮셯셰셱셲셳셴셵셶셷셸셹셺셻셼셽셾셿 +
      C180 솀솁솂솃솄솅솆솇솈솉솊솋소속솎솏손솑솒솓솔솕솖솗솘솙솚솛솜솝솞솟 +
      C1A0 솠송솢솣솤솥솦솧솨솩솪솫솬솭솮솯솰솱솲솳솴솵솶솷솸솹솺솻솼솽솾솿 +
      C1C0 쇀쇁쇂쇃쇄쇅쇆쇇쇈쇉쇊쇋쇌쇍쇎쇏쇐쇑쇒쇓쇔쇕쇖쇗쇘쇙쇚쇛쇜쇝쇞쇟 +
      C1E0 쇠쇡쇢쇣쇤쇥쇦쇧쇨쇩쇪쇫쇬쇭쇮쇯쇰쇱쇲쇳쇴쇵쇶쇷쇸쇹쇺쇻쇼쇽쇾쇿 +
      C200 숀숁숂숃숄숅숆숇숈숉숊숋숌숍숎숏숐숑숒숓숔숕숖숗수숙숚숛순숝숞숟 +
      C220 술숡숢숣숤숥숦숧숨숩숪숫숬숭숮숯숰숱숲숳숴숵숶숷숸숹숺숻숼숽숾숿 +
      C240 쉀쉁쉂쉃쉄쉅쉆쉇쉈쉉쉊쉋쉌쉍쉎쉏쉐쉑쉒쉓쉔쉕쉖쉗쉘쉙쉚쉛쉜쉝쉞쉟 +
      C260 쉠쉡쉢쉣쉤쉥쉦쉧쉨쉩쉪쉫쉬쉭쉮쉯쉰쉱쉲쉳쉴쉵쉶쉷쉸쉹쉺쉻쉼쉽쉾쉿 +
      C280 슀슁슂슃슄슅슆슇슈슉슊슋슌슍슎슏슐슑슒슓슔슕슖슗슘슙슚슛슜슝슞슟 +
      C2A0 슠슡슢슣스슥슦슧슨슩슪슫슬슭슮슯슰슱슲슳슴습슶슷슸승슺슻슼슽슾슿 +
      C2C0 싀싁싂싃싄싅싆싇싈싉싊싋싌싍싎싏싐싑싒싓싔싕싖싗싘싙싚싛시식싞싟 +
      C2E0 신싡싢싣실싥싦싧싨싩싪싫심십싮싯싰싱싲싳싴싵싶싷싸싹싺싻싼싽싾싿 +
      C300 쌀쌁쌂쌃쌄쌅쌆쌇쌈쌉쌊쌋쌌쌍쌎쌏쌐쌑쌒쌓쌔쌕쌖쌗쌘쌙쌚쌛쌜쌝쌞쌟 +
      C320 쌠쌡쌢쌣쌤쌥쌦쌧쌨쌩쌪쌫쌬쌭쌮쌯쌰쌱쌲쌳쌴쌵쌶쌷쌸쌹쌺쌻쌼쌽쌾쌿 +
      C340 썀썁썂썃썄썅썆썇썈썉썊썋썌썍썎썏썐썑썒썓썔썕썖썗썘썙썚썛썜썝썞썟 +
      C360 썠썡썢썣썤썥썦썧써썩썪썫썬썭썮썯썰썱썲썳썴썵썶썷썸썹썺썻썼썽썾썿 +
      C380 쎀쎁쎂쎃쎄쎅쎆쎇쎈쎉쎊쎋쎌쎍쎎쎏쎐쎑쎒쎓쎔쎕쎖쎗쎘쎙쎚쎛쎜쎝쎞쎟 +
      C3A0 쎠쎡쎢쎣쎤쎥쎦쎧쎨쎩쎪쎫쎬쎭쎮쎯쎰쎱쎲쎳쎴쎵쎶쎷쎸쎹쎺쎻쎼쎽쎾쎿 +
      C3C0 쏀쏁쏂쏃쏄쏅쏆쏇쏈쏉쏊쏋쏌쏍쏎쏏쏐쏑쏒쏓쏔쏕쏖쏗쏘쏙쏚쏛쏜쏝쏞쏟 +
      C3E0 쏠쏡쏢쏣쏤쏥쏦쏧쏨쏩쏪쏫쏬쏭쏮쏯쏰쏱쏲쏳쏴쏵쏶쏷쏸쏹쏺쏻쏼쏽쏾쏿 +
      C400 쐀쐁쐂쐃쐄쐅쐆쐇쐈쐉쐊쐋쐌쐍쐎쐏쐐쐑쐒쐓쐔쐕쐖쐗쐘쐙쐚쐛쐜쐝쐞쐟 +
      C420 쐠쐡쐢쐣쐤쐥쐦쐧쐨쐩쐪쐫쐬쐭쐮쐯쐰쐱쐲쐳쐴쐵쐶쐷쐸쐹쐺쐻쐼쐽쐾쐿 +
      C440 쑀쑁쑂쑃쑄쑅쑆쑇쑈쑉쑊쑋쑌쑍쑎쑏쑐쑑쑒쑓쑔쑕쑖쑗쑘쑙쑚쑛쑜쑝쑞쑟 +
      C460 쑠쑡쑢쑣쑤쑥쑦쑧쑨쑩쑪쑫쑬쑭쑮쑯쑰쑱쑲쑳쑴쑵쑶쑷쑸쑹쑺쑻쑼쑽쑾쑿 +
      C480 쒀쒁쒂쒃쒄쒅쒆쒇쒈쒉쒊쒋쒌쒍쒎쒏쒐쒑쒒쒓쒔쒕쒖쒗쒘쒙쒚쒛쒜쒝쒞쒟 +
      C4A0 쒠쒡쒢쒣쒤쒥쒦쒧쒨쒩쒪쒫쒬쒭쒮쒯쒰쒱쒲쒳쒴쒵쒶쒷쒸쒹쒺쒻쒼쒽쒾쒿 +
      C4C0 쓀쓁쓂쓃쓄쓅쓆쓇쓈쓉쓊쓋쓌쓍쓎쓏쓐쓑쓒쓓쓔쓕쓖쓗쓘쓙쓚쓛쓜쓝쓞쓟 +
      C4E0 쓠쓡쓢쓣쓤쓥쓦쓧쓨쓩쓪쓫쓬쓭쓮쓯쓰쓱쓲쓳쓴쓵쓶쓷쓸쓹쓺쓻쓼쓽쓾쓿 +
      C500 씀씁씂씃씄씅씆씇씈씉씊씋씌씍씎씏씐씑씒씓씔씕씖씗씘씙씚씛씜씝씞씟 +
      C520 씠씡씢씣씤씥씦씧씨씩씪씫씬씭씮씯씰씱씲씳씴씵씶씷씸씹씺씻씼씽씾씿 +
      C540 앀앁앂앃아악앆앇안앉않앋알앍앎앏앐앑앒앓암압앖앗았앙앚앛앜앝앞앟 +
      C560 애액앢앣앤앥앦앧앨앩앪앫앬앭앮앯앰앱앲앳앴앵앶앷앸앹앺앻야약앾앿 +
      C580 얀얁얂얃얄얅얆얇얈얉얊얋얌얍얎얏얐양얒얓얔얕얖얗얘얙얚얛얜얝얞얟 +
      C5A0 얠얡얢얣얤얥얦얧얨얩얪얫얬얭얮얯얰얱얲얳어억얶얷언얹얺얻얼얽얾얿 +
      C5C0 엀엁엂엃엄업없엇었엉엊엋엌엍엎엏에엑엒엓엔엕엖엗엘엙엚엛엜엝엞엟 +
      C5E0 엠엡엢엣엤엥엦엧엨엩엪엫여역엮엯연엱엲엳열엵엶엷엸엹엺엻염엽엾엿 +
      C600 였영옂옃옄옅옆옇예옉옊옋옌옍옎옏옐옑옒옓옔옕옖옗옘옙옚옛옜옝옞옟 +
      C620 옠옡옢옣오옥옦옧온옩옪옫올옭옮옯옰옱옲옳옴옵옶옷옸옹옺옻옼옽옾옿 +
      C640 와왁왂왃완왅왆왇왈왉왊왋왌왍왎왏왐왑왒왓왔왕왖왗왘왙왚왛왜왝왞왟 +
      C660 왠왡왢왣왤왥왦왧왨왩왪왫왬왭왮왯왰왱왲왳왴왵왶왷외왹왺왻왼왽왾왿 +
      C680 욀욁욂욃욄욅욆욇욈욉욊욋욌욍욎욏욐욑욒욓요욕욖욗욘욙욚욛욜욝욞욟 +
      C6A0 욠욡욢욣욤욥욦욧욨용욪욫욬욭욮욯우욱욲욳운욵욶욷울욹욺욻욼욽욾욿 +
      C6C0 움웁웂웃웄웅웆웇웈웉웊웋워웍웎웏원웑웒웓월웕웖웗웘웙웚웛웜웝웞웟 +
      C6E0 웠웡웢웣웤웥웦웧웨웩웪웫웬웭웮웯웰웱웲웳웴웵웶웷웸웹웺웻웼웽웾웿 +
      C700 윀윁윂윃위윅윆윇윈윉윊윋윌윍윎윏윐윑윒윓윔윕윖윗윘윙윚윛윜윝윞윟 +
      C720 유육윢윣윤윥윦윧율윩윪윫윬윭윮윯윰윱윲윳윴융윶윷윸윹윺윻으윽윾윿 +
      C740 은읁읂읃을읅읆읇읈읉읊읋음읍읎읏읐응읒읓읔읕읖읗의읙읚읛읜읝읞읟 +
      C760 읠읡읢읣읤읥읦읧읨읩읪읫읬읭읮읯읰읱읲읳이익읶읷인읹읺읻일읽읾읿 +
      C780 잀잁잂잃임입잆잇있잉잊잋잌잍잎잏자작잒잓잔잕잖잗잘잙잚잛잜잝잞잟 +
      C7A0 잠잡잢잣잤장잦잧잨잩잪잫재잭잮잯잰잱잲잳잴잵잶잷잸잹잺잻잼잽잾잿 +
      C7C0 쟀쟁쟂쟃쟄쟅쟆쟇쟈쟉쟊쟋쟌쟍쟎쟏쟐쟑쟒쟓쟔쟕쟖쟗쟘쟙쟚쟛쟜쟝쟞쟟 +
      C7E0 쟠쟡쟢쟣쟤쟥쟦쟧쟨쟩쟪쟫쟬쟭쟮쟯쟰쟱쟲쟳쟴쟵쟶쟷쟸쟹쟺쟻쟼쟽쟾쟿 +
      C800 저적젂젃전젅젆젇절젉젊젋젌젍젎젏점접젒젓젔정젖젗젘젙젚젛제젝젞젟 +
      C820 젠젡젢젣젤젥젦젧젨젩젪젫젬젭젮젯젰젱젲젳젴젵젶젷져젹젺젻젼젽젾젿 +
      C840 졀졁졂졃졄졅졆졇졈졉졊졋졌졍졎졏졐졑졒졓졔졕졖졗졘졙졚졛졜졝졞졟 +
      C860 졠졡졢졣졤졥졦졧졨졩졪졫졬졭졮졯조족졲졳존졵졶졷졸졹졺졻졼졽졾졿 +
      C880 좀좁좂좃좄종좆좇좈좉좊좋좌좍좎좏좐좑좒좓좔좕좖좗좘좙좚좛좜좝좞좟 +
      C8A0 좠좡좢좣좤좥좦좧좨좩좪좫좬좭좮좯좰좱좲좳좴좵좶좷좸좹좺좻좼좽좾좿 +
      C8C0 죀죁죂죃죄죅죆죇죈죉죊죋죌죍죎죏죐죑죒죓죔죕죖죗죘죙죚죛죜죝죞죟 +
      C8E0 죠죡죢죣죤죥죦죧죨죩죪죫죬죭죮죯죰죱죲죳죴죵죶죷죸죹죺죻주죽죾죿 +
      C900 준줁줂줃줄줅줆줇줈줉줊줋줌줍줎줏줐중줒줓줔줕줖줗줘줙줚줛줜줝줞줟 +
      C920 줠줡줢줣줤줥줦줧줨줩줪줫줬줭줮줯줰줱줲줳줴줵줶줷줸줹줺줻줼줽줾줿 +
      C940 쥀쥁쥂쥃쥄쥅쥆쥇쥈쥉쥊쥋쥌쥍쥎쥏쥐쥑쥒쥓쥔쥕쥖쥗쥘쥙쥚쥛쥜쥝쥞쥟 +
      C960 쥠쥡쥢쥣쥤쥥쥦쥧쥨쥩쥪쥫쥬쥭쥮쥯쥰쥱쥲쥳쥴쥵쥶쥷쥸쥹쥺쥻쥼쥽쥾쥿 +
      C980 즀즁즂즃즄즅즆즇즈즉즊즋즌즍즎즏즐즑즒즓즔즕즖즗즘즙즚즛즜증즞즟 +
      C9A0 즠즡즢즣즤즥즦즧즨즩즪즫즬즭즮즯즰즱즲즳즴즵즶즷즸즹즺즻즼즽즾즿 +
      C9C0 지직짂짃진짅짆짇질짉짊짋짌짍짎짏짐집짒짓짔징짖짗짘짙짚짛짜짝짞짟 +
      C9E0 짠짡짢짣짤짥짦짧짨짩짪짫짬짭짮짯짰짱짲짳짴짵짶짷째짹짺짻짼짽짾짿 +
      CA00 쨀쨁쨂쨃쨄쨅쨆쨇쨈쨉쨊쨋쨌쨍쨎쨏쨐쨑쨒쨓쨔쨕쨖쨗쨘쨙쨚쨛쨜쨝쨞쨟 +
      CA20 쨠쨡쨢쨣쨤쨥쨦쨧쨨쨩쨪쨫쨬쨭쨮쨯쨰쨱쨲쨳쨴쨵쨶쨷쨸쨹쨺쨻쨼쨽쨾쨿 +
      CA40 쩀쩁쩂쩃쩄쩅쩆쩇쩈쩉쩊쩋쩌쩍쩎쩏쩐쩑쩒쩓쩔쩕쩖쩗쩘쩙쩚쩛쩜쩝쩞쩟 +
      CA60 쩠쩡쩢쩣쩤쩥쩦쩧쩨쩩쩪쩫쩬쩭쩮쩯쩰쩱쩲쩳쩴쩵쩶쩷쩸쩹쩺쩻쩼쩽쩾쩿 +
      CA80 쪀쪁쪂쪃쪄쪅쪆쪇쪈쪉쪊쪋쪌쪍쪎쪏쪐쪑쪒쪓쪔쪕쪖쪗쪘쪙쪚쪛쪜쪝쪞쪟 +
      CAA0 쪠쪡쪢쪣쪤쪥쪦쪧쪨쪩쪪쪫쪬쪭쪮쪯쪰쪱쪲쪳쪴쪵쪶쪷쪸쪹쪺쪻쪼쪽쪾쪿 +
      CAC0 쫀쫁쫂쫃쫄쫅쫆쫇쫈쫉쫊쫋쫌쫍쫎쫏쫐쫑쫒쫓쫔쫕쫖쫗쫘쫙쫚쫛쫜쫝쫞쫟 +
      CAE0 쫠쫡쫢쫣쫤쫥쫦쫧쫨쫩쫪쫫쫬쫭쫮쫯쫰쫱쫲쫳쫴쫵쫶쫷쫸쫹쫺쫻쫼쫽쫾쫿 +
      CB00 쬀쬁쬂쬃쬄쬅쬆쬇쬈쬉쬊쬋쬌쬍쬎쬏쬐쬑쬒쬓쬔쬕쬖쬗쬘쬙쬚쬛쬜쬝쬞쬟 +
      CB20 쬠쬡쬢쬣쬤쬥쬦쬧쬨쬩쬪쬫쬬쬭쬮쬯쬰쬱쬲쬳쬴쬵쬶쬷쬸쬹쬺쬻쬼쬽쬾쬿 +
      CB40 쭀쭁쭂쭃쭄쭅쭆쭇쭈쭉쭊쭋쭌쭍쭎쭏쭐쭑쭒쭓쭔쭕쭖쭗쭘쭙쭚쭛쭜쭝쭞쭟 +
      CB60 쭠쭡쭢쭣쭤쭥쭦쭧쭨쭩쭪쭫쭬쭭쭮쭯쭰쭱쭲쭳쭴쭵쭶쭷쭸쭹쭺쭻쭼쭽쭾쭿 +
      CB80 쮀쮁쮂쮃쮄쮅쮆쮇쮈쮉쮊쮋쮌쮍쮎쮏쮐쮑쮒쮓쮔쮕쮖쮗쮘쮙쮚쮛쮜쮝쮞쮟 +
      CBA0 쮠쮡쮢쮣쮤쮥쮦쮧쮨쮩쮪쮫쮬쮭쮮쮯쮰쮱쮲쮳쮴쮵쮶쮷쮸쮹쮺쮻쮼쮽쮾쮿 +
      CBC0 쯀쯁쯂쯃쯄쯅쯆쯇쯈쯉쯊쯋쯌쯍쯎쯏쯐쯑쯒쯓쯔쯕쯖쯗쯘쯙쯚쯛쯜쯝쯞쯟 +
      CBE0 쯠쯡쯢쯣쯤쯥쯦쯧쯨쯩쯪쯫쯬쯭쯮쯯쯰쯱쯲쯳쯴쯵쯶쯷쯸쯹쯺쯻쯼쯽쯾쯿 +
      CC00 찀찁찂찃찄찅찆찇찈찉찊찋찌찍찎찏찐찑찒찓찔찕찖찗찘찙찚찛찜찝찞찟 +
      CC20 찠찡찢찣찤찥찦찧차착찪찫찬찭찮찯찰찱찲찳찴찵찶찷참찹찺찻찼창찾찿 +
      CC40 챀챁챂챃채책챆챇챈챉챊챋챌챍챎챏챐챑챒챓챔챕챖챗챘챙챚챛챜챝챞챟 +
      CC60 챠챡챢챣챤챥챦챧챨챩챪챫챬챭챮챯챰챱챲챳챴챵챶챷챸챹챺챻챼챽챾챿 +
      CC80 첀첁첂첃첄첅첆첇첈첉첊첋첌첍첎첏첐첑첒첓첔첕첖첗처척첚첛천첝첞첟 +
      CCA0 철첡첢첣첤첥첦첧첨첩첪첫첬청첮첯첰첱첲첳체첵첶첷첸첹첺첻첼첽첾첿 +
      CCC0 쳀쳁쳂쳃쳄쳅쳆쳇쳈쳉쳊쳋쳌쳍쳎쳏쳐쳑쳒쳓쳔쳕쳖쳗쳘쳙쳚쳛쳜쳝쳞쳟 +
      CCE0 쳠쳡쳢쳣쳤쳥쳦쳧쳨쳩쳪쳫쳬쳭쳮쳯쳰쳱쳲쳳쳴쳵쳶쳷쳸쳹쳺쳻쳼쳽쳾쳿 +
      CD00 촀촁촂촃촄촅촆촇초촉촊촋촌촍촎촏촐촑촒촓촔촕촖촗촘촙촚촛촜총촞촟 +
      CD20 촠촡촢촣촤촥촦촧촨촩촪촫촬촭촮촯촰촱촲촳촴촵촶촷촸촹촺촻촼촽촾촿 +
      CD40 쵀쵁쵂쵃쵄쵅쵆쵇쵈쵉쵊쵋쵌쵍쵎쵏쵐쵑쵒쵓쵔쵕쵖쵗쵘쵙쵚쵛최쵝쵞쵟 +
      CD60 쵠쵡쵢쵣쵤쵥쵦쵧쵨쵩쵪쵫쵬쵭쵮쵯쵰쵱쵲쵳쵴쵵쵶쵷쵸쵹쵺쵻쵼쵽쵾쵿 +
      CD80 춀춁춂춃춄춅춆춇춈춉춊춋춌춍춎춏춐춑춒춓추축춖춗춘춙춚춛출춝춞춟 +
      CDA0 춠춡춢춣춤춥춦춧춨충춪춫춬춭춮춯춰춱춲춳춴춵춶춷춸춹춺춻춼춽춾춿 +
      CDC0 췀췁췂췃췄췅췆췇췈췉췊췋췌췍췎췏췐췑췒췓췔췕췖췗췘췙췚췛췜췝췞췟 +
      CDE0 췠췡췢췣췤췥췦췧취췩췪췫췬췭췮췯췰췱췲췳췴췵췶췷췸췹췺췻췼췽췾췿 +
      CE00 츀츁츂츃츄츅츆츇츈츉츊츋츌츍츎츏츐츑츒츓츔츕츖츗츘츙츚츛츜츝츞츟 +
      CE20 츠측츢츣츤츥츦츧츨츩츪츫츬츭츮츯츰츱츲츳츴층츶츷츸츹츺츻츼츽츾츿 +
      CE40 칀칁칂칃칄칅칆칇칈칉칊칋칌칍칎칏칐칑칒칓칔칕칖칗치칙칚칛친칝칞칟 +
      CE60 칠칡칢칣칤칥칦칧침칩칪칫칬칭칮칯칰칱칲칳카칵칶칷칸칹칺칻칼칽칾칿 +
      CE80 캀캁캂캃캄캅캆캇캈캉캊캋캌캍캎캏캐캑캒캓캔캕캖캗캘캙캚캛캜캝캞캟 +
      CEA0 캠캡캢캣캤캥캦캧캨캩캪캫캬캭캮캯캰캱캲캳캴캵캶캷캸캹캺캻캼캽캾캿 +
      CEC0 컀컁컂컃컄컅컆컇컈컉컊컋컌컍컎컏컐컑컒컓컔컕컖컗컘컙컚컛컜컝컞컟 +
      CEE0 컠컡컢컣커컥컦컧컨컩컪컫컬컭컮컯컰컱컲컳컴컵컶컷컸컹컺컻컼컽컾컿 +
      CF00 케켁켂켃켄켅켆켇켈켉켊켋켌켍켎켏켐켑켒켓켔켕켖켗켘켙켚켛켜켝켞켟 +
      CF20 켠켡켢켣켤켥켦켧켨켩켪켫켬켭켮켯켰켱켲켳켴켵켶켷켸켹켺켻켼켽켾켿 +
      CF40 콀콁콂콃콄콅콆콇콈콉콊콋콌콍콎콏콐콑콒콓코콕콖콗콘콙콚콛콜콝콞콟 +
      CF60 콠콡콢콣콤콥콦콧콨콩콪콫콬콭콮콯콰콱콲콳콴콵콶콷콸콹콺콻콼콽콾콿 +
      CF80 쾀쾁쾂쾃쾄쾅쾆쾇쾈쾉쾊쾋쾌쾍쾎쾏쾐쾑쾒쾓쾔쾕쾖쾗쾘쾙쾚쾛쾜쾝쾞쾟 +
      CFA0 쾠쾡쾢쾣쾤쾥쾦쾧쾨쾩쾪쾫쾬쾭쾮쾯쾰쾱쾲쾳쾴쾵쾶쾷쾸쾹쾺쾻쾼쾽쾾쾿 +
      CFC0 쿀쿁쿂쿃쿄쿅쿆쿇쿈쿉쿊쿋쿌쿍쿎쿏쿐쿑쿒쿓쿔쿕쿖쿗쿘쿙쿚쿛쿜쿝쿞쿟 +
      CFE0 쿠쿡쿢쿣쿤쿥쿦쿧쿨쿩쿪쿫쿬쿭쿮쿯쿰쿱쿲쿳쿴쿵쿶쿷쿸쿹쿺쿻쿼쿽쿾쿿 +
      D000 퀀퀁퀂퀃퀄퀅퀆퀇퀈퀉퀊퀋퀌퀍퀎퀏퀐퀑퀒퀓퀔퀕퀖퀗퀘퀙퀚퀛퀜퀝퀞퀟 +
      D020 퀠퀡퀢퀣퀤퀥퀦퀧퀨퀩퀪퀫퀬퀭퀮퀯퀰퀱퀲퀳퀴퀵퀶퀷퀸퀹퀺퀻퀼퀽퀾퀿 +
      D040 큀큁큂큃큄큅큆큇큈큉큊큋큌큍큎큏큐큑큒큓큔큕큖큗큘큙큚큛큜큝큞큟 +
      D060 큠큡큢큣큤큥큦큧큨큩큪큫크큭큮큯큰큱큲큳클큵큶큷큸큹큺큻큼큽큾큿 +
      D080 킀킁킂킃킄킅킆킇킈킉킊킋킌킍킎킏킐킑킒킓킔킕킖킗킘킙킚킛킜킝킞킟 +
      D0A0 킠킡킢킣키킥킦킧킨킩킪킫킬킭킮킯킰킱킲킳킴킵킶킷킸킹킺킻킼킽킾킿 +
      D0C0 타탁탂탃탄탅탆탇탈탉탊탋탌탍탎탏탐탑탒탓탔탕탖탗탘탙탚탛태택탞탟 +
      D0E0 탠탡탢탣탤탥탦탧탨탩탪탫탬탭탮탯탰탱탲탳탴탵탶탷탸탹탺탻탼탽탾탿 +
      D100 턀턁턂턃턄턅턆턇턈턉턊턋턌턍턎턏턐턑턒턓턔턕턖턗턘턙턚턛턜턝턞턟 +
      D120 턠턡턢턣턤턥턦턧턨턩턪턫턬턭턮턯터턱턲턳턴턵턶턷털턹턺턻턼턽턾턿 +
      D140 텀텁텂텃텄텅텆텇텈텉텊텋테텍텎텏텐텑텒텓텔텕텖텗텘텙텚텛템텝텞텟 +
      D160 텠텡텢텣텤텥텦텧텨텩텪텫텬텭텮텯텰텱텲텳텴텵텶텷텸텹텺텻텼텽텾텿 +
      D180 톀톁톂톃톄톅톆톇톈톉톊톋톌톍톎톏톐톑톒톓톔톕톖톗톘톙톚톛톜톝톞톟 +
      D1A0 토톡톢톣톤톥톦톧톨톩톪톫톬톭톮톯톰톱톲톳톴통톶톷톸톹톺톻톼톽톾톿 +
      D1C0 퇀퇁퇂퇃퇄퇅퇆퇇퇈퇉퇊퇋퇌퇍퇎퇏퇐퇑퇒퇓퇔퇕퇖퇗퇘퇙퇚퇛퇜퇝퇞퇟 +
      D1E0 퇠퇡퇢퇣퇤퇥퇦퇧퇨퇩퇪퇫퇬퇭퇮퇯퇰퇱퇲퇳퇴퇵퇶퇷퇸퇹퇺퇻퇼퇽퇾퇿 +
      D200 툀툁툂툃툄툅툆툇툈툉툊툋툌툍툎툏툐툑툒툓툔툕툖툗툘툙툚툛툜툝툞툟 +
      D220 툠툡툢툣툤툥툦툧툨툩툪툫투툭툮툯툰툱툲툳툴툵툶툷툸툹툺툻툼툽툾툿 +
      D240 퉀퉁퉂퉃퉄퉅퉆퉇퉈퉉퉊퉋퉌퉍퉎퉏퉐퉑퉒퉓퉔퉕퉖퉗퉘퉙퉚퉛퉜퉝퉞퉟 +
      D260 퉠퉡퉢퉣퉤퉥퉦퉧퉨퉩퉪퉫퉬퉭퉮퉯퉰퉱퉲퉳퉴퉵퉶퉷퉸퉹퉺퉻퉼퉽퉾퉿 +
      D280 튀튁튂튃튄튅튆튇튈튉튊튋튌튍튎튏튐튑튒튓튔튕튖튗튘튙튚튛튜튝튞튟 +
      D2A0 튠튡튢튣튤튥튦튧튨튩튪튫튬튭튮튯튰튱튲튳튴튵튶튷트특튺튻튼튽튾튿 +
      D2C0 틀틁틂틃틄틅틆틇틈틉틊틋틌틍틎틏틐틑틒틓틔틕틖틗틘틙틚틛틜틝틞틟 +
      D2E0 틠틡틢틣틤틥틦틧틨틩틪틫틬틭틮틯티틱틲틳틴틵틶틷틸틹틺틻틼틽틾틿 +
      D300 팀팁팂팃팄팅팆팇팈팉팊팋파팍팎팏판팑팒팓팔팕팖팗팘팙팚팛팜팝팞팟 +
      D320 팠팡팢팣팤팥팦팧패팩팪팫팬팭팮팯팰팱팲팳팴팵팶팷팸팹팺팻팼팽팾팿 +
      D340 퍀퍁퍂퍃퍄퍅퍆퍇퍈퍉퍊퍋퍌퍍퍎퍏퍐퍑퍒퍓퍔퍕퍖퍗퍘퍙퍚퍛퍜퍝퍞퍟 +
      D360 퍠퍡퍢퍣퍤퍥퍦퍧퍨퍩퍪퍫퍬퍭퍮퍯퍰퍱퍲퍳퍴퍵퍶퍷퍸퍹퍺퍻퍼퍽퍾퍿 +
      D380 펀펁펂펃펄펅펆펇펈펉펊펋펌펍펎펏펐펑펒펓펔펕펖펗페펙펚펛펜펝펞펟 +
      D3A0 펠펡펢펣펤펥펦펧펨펩펪펫펬펭펮펯펰펱펲펳펴펵펶펷편펹펺펻펼펽펾펿 +
      D3C0 폀폁폂폃폄폅폆폇폈평폊폋폌폍폎폏폐폑폒폓폔폕폖폗폘폙폚폛폜폝폞폟 +
      D3E0 폠폡폢폣폤폥폦폧폨폩폪폫포폭폮폯폰폱폲폳폴폵폶폷폸폹폺폻폼폽폾폿 +
      D400 퐀퐁퐂퐃퐄퐅퐆퐇퐈퐉퐊퐋퐌퐍퐎퐏퐐퐑퐒퐓퐔퐕퐖퐗퐘퐙퐚퐛퐜퐝퐞퐟 +
      D420 퐠퐡퐢퐣퐤퐥퐦퐧퐨퐩퐪퐫퐬퐭퐮퐯퐰퐱퐲퐳퐴퐵퐶퐷퐸퐹퐺퐻퐼퐽퐾퐿 +
      D440 푀푁푂푃푄푅푆푇푈푉푊푋푌푍푎푏푐푑푒푓푔푕푖푗푘푙푚푛표푝푞푟 +
      D460 푠푡푢푣푤푥푦푧푨푩푪푫푬푭푮푯푰푱푲푳푴푵푶푷푸푹푺푻푼푽푾푿 +
      D480 풀풁풂풃풄풅풆풇품풉풊풋풌풍풎풏풐풑풒풓풔풕풖풗풘풙풚풛풜풝풞풟 +
      D4A0 풠풡풢풣풤풥풦풧풨풩풪풫풬풭풮풯풰풱풲풳풴풵풶풷풸풹풺풻풼풽풾풿 +
      D4C0 퓀퓁퓂퓃퓄퓅퓆퓇퓈퓉퓊퓋퓌퓍퓎퓏퓐퓑퓒퓓퓔퓕퓖퓗퓘퓙퓚퓛퓜퓝퓞퓟 +
      D4E0 퓠퓡퓢퓣퓤퓥퓦퓧퓨퓩퓪퓫퓬퓭퓮퓯퓰퓱퓲퓳퓴퓵퓶퓷퓸퓹퓺퓻퓼퓽퓾퓿 +
      D500 픀픁픂픃프픅픆픇픈픉픊픋플픍픎픏픐픑픒픓픔픕픖픗픘픙픚픛픜픝픞픟 +
      D520 픠픡픢픣픤픥픦픧픨픩픪픫픬픭픮픯픰픱픲픳픴픵픶픷픸픹픺픻피픽픾픿 +
      D540 핀핁핂핃필핅핆핇핈핉핊핋핌핍핎핏핐핑핒핓핔핕핖핗하학핚핛한핝핞핟 +
      D560 할핡핢핣핤핥핦핧함합핪핫핬항핮핯핰핱핲핳해핵핶핷핸핹핺핻핼핽핾핿 +
      D580 햀햁햂햃햄햅햆햇했행햊햋햌햍햎햏햐햑햒햓햔햕햖햗햘햙햚햛햜햝햞햟 +
      D5A0 햠햡햢햣햤향햦햧햨햩햪햫햬햭햮햯햰햱햲햳햴햵햶햷햸햹햺햻햼햽햾햿 +
      D5C0 헀헁헂헃헄헅헆헇허헉헊헋헌헍헎헏헐헑헒헓헔헕헖헗험헙헚헛헜헝헞헟 +
      D5E0 헠헡헢헣헤헥헦헧헨헩헪헫헬헭헮헯헰헱헲헳헴헵헶헷헸헹헺헻헼헽헾헿 +
      D600 혀혁혂혃현혅혆혇혈혉혊혋혌혍혎혏혐협혒혓혔형혖혗혘혙혚혛혜혝혞혟 +
      D620 혠혡혢혣혤혥혦혧혨혩혪혫혬혭혮혯혰혱혲혳혴혵혶혷호혹혺혻혼혽혾혿 +
      D640 홀홁홂홃홄홅홆홇홈홉홊홋홌홍홎홏홐홑홒홓화확홖홗환홙홚홛활홝홞홟 +
      D660 홠홡홢홣홤홥홦홧홨황홪홫홬홭홮홯홰홱홲홳홴홵홶홷홸홹홺홻홼홽홾홿 +
      D680 횀횁횂횃횄횅횆횇횈횉횊횋회획횎횏횐횑횒횓횔횕횖횗횘횙횚횛횜횝횞횟 +
      D6A0 횠횡횢횣횤횥횦횧효횩횪횫횬횭횮횯횰횱횲횳횴횵횶횷횸횹횺횻횼횽횾횿 +
      D6C0 훀훁훂훃후훅훆훇훈훉훊훋훌훍훎훏훐훑훒훓훔훕훖훗훘훙훚훛훜훝훞훟 +
      D6E0 훠훡훢훣훤훥훦훧훨훩훪훫훬훭훮훯훰훱훲훳훴훵훶훷훸훹훺훻훼훽훾훿 +
      D700 휀휁휂휃휄휅휆휇휈휉휊휋휌휍휎휏휐휑휒휓휔휕휖휗휘휙휚휛휜휝휞휟 +
      D720 휠휡휢휣휤휥휦휧휨휩휪휫휬휭휮휯휰휱휲휳휴휵휶휷휸휹휺휻휼휽휾휿 +
      D740 흀흁흂흃흄흅흆흇흈흉흊흋흌흍흎흏흐흑흒흓흔흕흖흗흘흙흚흛흜흝흞흟 +
      D760 흠흡흢흣흤흥흦흧흨흩흪흫희흭흮흯흰흱흲흳흴흵흶흷흸흹흺흻흼흽흾흿 +
      D780 힀힁힂힃힄힅힆힇히힉힊힋힌힍힎힏힐힑힒힓힔힕힖힗힘힙힚힛힜힝힞힟 +
      D7A0 힠힡힢힣힤힥힦힧힨힩힪힫힬힭힮힯ힰힱힲힳힴힵힶힷힸힹힺힻힼힽힾힿ +
      D7C0 ퟀퟁퟂퟃퟄퟅퟆ퟇퟈퟉퟊ퟋퟌퟍퟎퟏퟐퟑퟒퟓퟔퟕퟖퟗퟘퟙퟚퟛퟜퟝퟞퟟ +
      D7E0 ퟠퟡퟢퟣퟤퟥퟦퟧퟨퟩퟪퟫퟬퟭퟮퟯퟰퟱퟲퟳퟴퟵퟶퟷퟸퟹퟺퟻ퟼퟽퟾퟿ +
      D800 �������������������������������� +
      D820 �������������������������������� +
      D840 �������������������������������� +
      D860 �������������������������������� +
      D880 �������������������������������� +
      D8A0 �������������������������������� +
      D8C0 �������������������������������� +
      D8E0 �������������������������������� +
      D900 �������������������������������� +
      D920 �������������������������������� +
      D940 �������������������������������� +br />D960 �������������������������������� +
      D980 �������������������������������� +
      D9A0 �������������������������������� +
      D9C0 �������������������������������� +
      D9E0 �������������������������������� +
      DA00 �������������������������������� +
      DA20 �������������������������������� +
      DA40 �������������������������������� +
      DA60 �������������������������������� +
      DA80 �������������������������������� +
      DAA0 �������������������������������� +
      DAC0 �������������������������������� +
      DAE0 �������������������������������� +
      DB00 �������������������������������� +
      DB20 �������������������������������� +
      DB40 �������������������������������� +
      DB60 �������������������������������� +
      DB80 �������������������������������� +
      DBA0 �������������������������������� +
      DBC0 �������������������������������� +
      DBE0 �������������������������������� +
      DC00 �������������������������������� +
      DC20 �������������������������������� +
      DC40 �������������������������������� +
      DC60 �������������������������������� +
      DC80 �������������������������������� +
      DCA0 �������������������������������� +
      DCC0 �������������������������������� +
      DCE0 �������������������������������� +
      DD00 �������������������������������� +
      DD20 �������������������������������� +
      DD40 �������������������������������� +
      DD60 �������������������������������� +
      DD80 �������������������������������� +
      DDA0 �������������������������������� +
      DDC0 �������������������������������� +
      DDE0 �������������������������������� +
      DE00 �������������������������������� +
      DE20 �������������������������������� +
      DE40 �������������������������������� +
      DE60 �������������������������������� +
      DE80 �������������������������������� +
      DEA0 �������������������������������� +
      DEC0 �������������������������������� +
      DEE0 �������������������������������� +
      DF00 �������������������������������� +
      DF20 �������������������������������� +
      DF40 �������������������������������� +
      DF60 �������������������������������� +
      DF80 �������������������������������� +
      DFA0 �������������������������������� +
      DFC0 �������������������������������� +
      DFE0 �������������������������������� +
      E000  +
      E020  +
      E040  +
      E060  +
      E080  +
      E0A0  +
      E0C0  +
      E0E0  +
      E100  +
      E120  +
      E140  +
      E160  +
      E180  +
      E1A0  +
      E1C0  +
      E1E0  +
      E200  +
      E220  +
      E240  +
      E260  +
      E280  +
      E2A0  +
      E2C0  +
      E2E0  +
      E300  +
      E320  +
      E340  +
      E360  +
      E380  +
      E3A0  +
      E3C0  +
      E3E0  +
      E400  +
      E420  +
      E440  +
      E460  +
      E480  +
      E4A0  +
      E4C0  +
      E4E0  +
      E500  +
      E520  +
      E540  +
      E560  +
      E580  +
      E5A0  +
      E5C0  +
      E5E0  +
      E600  +
      E620  +
      E640  +
      E660  +
      E680  +
      E6A0  +
      E6C0  +
      E6E0  +
      E700  +
      E720  +
      E740  +
      E760  +
      E780  +
      E7A0  +
      E7C0  +
      E7E0  +
      E800  +
      E820  +
      E840  +
      E860  +
      E880  +
      E8A0  +
      E8C0  +
      E8E0  +
      E900  +
      E920  +
      E940  +
      E960  +
      E980  +
      E9A0  +
      E9C0  +
      E9E0  +
      EA00  +
      EA20  +
      EA40  +
      EA60  +
      EA80  +
      EAA0  +
      EAC0  +
      EAE0  +
      EB00  +
      EB20  +
      EB40  +
      EB60  +
      EB80  +
      EBA0  +
      EBC0  +
      EBE0  +
      EC00  +
      EC20  +
      EC40  +
      EC60  +
      EC80  +
      ECA0  +
      ECC0  +
      ECE0  +
      ED00  +
      ED20  +
      ED40  +
      ED60  +
      ED80  +
      EDA0  +
      EDC0  +
      EDE0  +
      EE00  +
      EE20  +
      EE40  +
      EE60  +
      EE80  +
      EEA0  +
      EEC0  +
      EEE0  +
      EF00  +
      EF20  +
      EF40  +
      EF60  +
      EF80  +
      EFA0  +
      EFC0  +
      EFE0  +
      F000  +
      F020  +
      F040  +
      F060  +
      F080  +
      F0A0  +
      F0C0  +
      F0E0  +
      F100  +
      F120  +
      F140  +
      F160  +
      F180  +
      F1A0  +
      F1C0  +
      F1E0  +
      F200  +
      F220  +
      F240  +
      F260  +
      F280  +
      F2A0  +
      F2C0  +
      F2E0  +
      F300  +
      F320  +
      F340  +
      F360  +
      F380  +
      F3A0  +
      F3C0  +
      F3E0  +
      F400  +
      F420  +
      F440  +
      F460  +
      F480  +
      F4A0  +
      F4C0  +
      F4E0  +
      F500  +
      F520  +
      F540  +
      F560  +
      F580  +
      F5A0  +
      F5C0  +
      F5E0  +
      F600  +
      F620  +
      F640  +
      F660  +
      F680  +
      F6A0  +
      F6C0  +
      F6E0  +
      F700  +
      F720  +
      F740  +
      F760  +
      F780  +
      F7A0  +
      F7C0  +
      F7E0  +
      F800  +
      F820  +
      F840  +
      F860  +
      F880  +
      F8A0  +
      F8C0  +
      F8E0  +
      F900 豈更車賈滑串句龜龜契金喇奈懶癩羅蘿螺裸邏樂洛烙珞落酪駱亂卵欄爛蘭 +
      F920 鸞嵐濫藍襤拉臘蠟廊朗浪狼郎來冷勞擄櫓爐盧老蘆虜路露魯鷺碌祿綠菉錄 +
      F940 鹿論壟弄籠聾牢磊賂雷壘屢樓淚漏累縷陋勒肋凜凌稜綾菱陵讀拏樂諾丹寧 +
      F960 怒率異北磻便復不泌數索參塞省葉說殺辰沈拾若掠略亮兩凉梁糧良諒量勵 +
      F980 呂女廬旅濾礪閭驪麗黎力曆歷轢年憐戀撚漣煉璉秊練聯輦蓮連鍊列劣咽烈 +
      F9A0 裂說廉念捻殮簾獵令囹寧嶺怜玲瑩羚聆鈴零靈領例禮醴隸惡了僚寮尿料樂 +
      F9C0 燎療蓼遼龍暈阮劉杻柳流溜琉留硫紐類六戮陸倫崙淪輪律慄栗率隆利吏履 +
      F9E0 易李梨泥理痢罹裏裡里離匿溺吝燐璘藺隣鱗麟林淋臨立笠粒狀炙識什茶刺 +
      FA00 切度拓糖宅洞暴輻行降見廓兀嗀﨎﨏塚﨑晴﨓﨔凞猪益礼神祥福靖精羽﨟 +
      FA20 蘒﨡諸﨣﨤逸都﨧﨨﨩飯飼館鶴郞隷侮僧免勉勤卑喝嘆器塀墨層屮悔慨憎 +
      FA40 懲敏既暑梅海渚漢煮爫琢碑社祉祈祐祖祝禍禎穀突節練縉繁署者臭艹艹著 +
      FA60 褐視謁謹賓贈辶逸難響頻恵𤋮舘﩮﩯並况全侀充冀勇勺喝啕喙嗢塚墳奄奔 +
      FA80 婢嬨廒廙彩徭惘慎愈憎慠懲戴揄搜摒敖晴朗望杖歹殺流滛滋漢瀞煮瞧爵犯 +
      FAA0 猪瑱甆画瘝瘟益盛直睊着磌窱節类絛練缾者荒華蝹襁覆視調諸請謁諾諭謹 +
      FAC0 變贈輸遲醙鉶陼難靖韛響頋頻鬒龜𢡊𢡄𣏕㮝䀘䀹𥉉𥳐𧻓齃龎﫚﫛﫜﫝﫞﫟 +
      FAE0 﫠﫡﫢﫣﫤﫥﫦﫧﫨﫩﫪﫫﫬﫭﫮﫯﫰﫱﫲﫳﫴﫵﫶﫷﫸﫹﫺﫻﫼﫽﫾﫿 +
      FB00 fffiflffifflſtst﬇﬈﬉﬊﬋﬌﬍﬎﬏﬐﬑﬒ﬓﬔﬕﬖﬗ﬘﬙﬚﬛﬜יִﬞײַ +
      FB20 ﬠﬡﬢﬣﬤﬥﬦﬧﬨ﬩שׁשׂשּׁשּׂאַאָאּבּגּדּהּוּזּ﬷טּיּךּכּלּ﬽מּ﬿ +
      FB40 נּסּ﭂ףּפּ﭅צּקּרּשּתּוֹבֿכֿפֿﭏﭐﭑﭒﭓﭔﭕﭖﭗﭘﭙﭚﭛﭜﭝﭞﭟ +
      FB60 ﭠﭡﭢﭣﭤﭥﭦﭧﭨﭩﭪﭫﭬﭭﭮﭯﭰﭱﭲﭳﭴﭵﭶﭷﭸﭹﭺﭻﭼﭽﭾﭿ +
      FB80 ﮀﮁﮂﮃﮄﮅﮆﮇﮈﮉﮊﮋﮌﮍﮎﮏﮐﮑﮒﮓﮔﮕﮖﮗﮘﮙﮚﮛﮜﮝﮞﮟ +
      FBA0 ﮠﮡﮢﮣﮤﮥﮦﮧﮨﮩﮪﮫﮬﮭﮮﮯﮰﮱ﮲﮳﮴﮵﮶﮷﮸﮹﮺﮻﮼﮽﮾﮿ +
      FBC0 ﯀﯁﯂﯃﯄﯅﯆﯇﯈﯉﯊﯋﯌﯍﯎﯏﯐﯑﯒ﯓﯔﯕﯖﯗﯘﯙﯚﯛﯜﯝﯞﯟ +
      FBE0 ﯠﯡﯢﯣﯤﯥﯦﯧﯨﯩﯪﯫﯬﯭﯮﯯﯰﯱﯲﯳﯴﯵﯶﯷﯸﯹﯺﯻﯼﯽﯾﯿ +
      FC00 ﰀﰁﰂﰃﰄﰅﰆﰇﰈﰉﰊﰋﰌﰍﰎﰏﰐﰑﰒﰓﰔﰕﰖﰗﰘﰙﰚﰛﰜﰝﰞﰟ +
      FC20 ﰠﰡﰢﰣﰤﰥﰦﰧﰨﰩﰪﰫﰬﰭﰮﰯﰰﰱﰲﰳﰴﰵﰶﰷﰸﰹﰺﰻﰼﰽﰾﰿ +
      FC40 ﱀﱁﱂﱃﱄﱅﱆﱇﱈﱉﱊﱋﱌﱍﱎﱏﱐﱑﱒﱓﱔﱕﱖﱗﱘﱙﱚﱛﱜﱝﱞﱟ +
      FC60 ﱠﱡﱢﱣﱤﱥﱦﱧﱨﱩﱪﱫﱬﱭﱮﱯﱰﱱﱲﱳﱴﱵﱶﱷﱸﱹﱺﱻﱼﱽﱾﱿ +
      FC80 ﲀﲁﲂﲃﲄﲅﲆﲇﲈﲉﲊﲋﲌﲍﲎﲏﲐﲑﲒﲓﲔﲕﲖﲗﲘﲙﲚﲛﲜﲝﲞﲟ +
      FCA0 ﲠﲡﲢﲣﲤﲥﲦﲧﲨﲩﲪﲫﲬﲭﲮﲯﲰﲱﲲﲳﲴﲵﲶﲷﲸﲹﲺﲻﲼﲽﲾﲿ +
      FCC0 ﳀﳁﳂﳃﳄﳅﳆﳇﳈﳉﳊﳋﳌﳍﳎﳏﳐﳑﳒﳓﳔﳕﳖﳗﳘﳙﳚﳛﳜﳝﳞﳟ +
      FCE0 ﳠﳡﳢﳣﳤﳥﳦﳧﳨﳩﳪﳫﳬﳭﳮﳯﳰﳱﳲﳳﳴﳵﳶﳷﳸﳹﳺﳻﳼﳽﳾﳿ +
      FD00 ﴀﴁﴂﴃﴄﴅﴆﴇﴈﴉﴊﴋﴌﴍﴎﴏﴐﴑﴒﴓﴔﴕﴖﴗﴘﴙﴚﴛﴜﴝﴞﴟ +
      FD20 ﴠﴡﴢﴣﴤﴥﴦﴧﴨﴩﴪﴫﴬﴭﴮﴯﴰﴱﴲﴳﴴﴵﴶﴷﴸﴹﴺﴻﴼﴽ﴾﴿ +
      FD40 ﵀﵁﵂﵃﵄﵅﵆﵇﵈﵉﵊﵋﵌﵍﵎﵏ﵐﵑﵒﵓﵔﵕﵖﵗﵘﵙﵚﵛﵜﵝﵞﵟ +
      FD60 ﵠﵡﵢﵣﵤﵥﵦﵧﵨﵩﵪﵫﵬﵭﵮﵯﵰﵱﵲﵳﵴﵵﵶﵷﵸﵹﵺﵻﵼﵽﵾﵿ +
      FD80 ﶀﶁﶂﶃﶄﶅﶆﶇﶈﶉﶊﶋﶌﶍﶎﶏ﶐﶑ﶒﶓﶔﶕﶖﶗﶘﶙﶚﶛﶜﶝﶞﶟ +
      FDA0 ﶠﶡﶢﶣﶤﶥﶦﶧﶨﶩﶪﶫﶬﶭﶮﶯﶰﶱﶲﶳﶴﶵﶶﶷﶸﶹﶺﶻﶼﶽﶾﶿ +
      FDC0 ﷀﷁﷂﷃﷄﷅﷆﷇ﷈﷉﷊﷋﷌﷍﷎﷏﷐﷑﷒﷓﷔﷕﷖﷗﷘﷙﷚﷛﷜﷝﷞﷟ +
      FDE0 ﷠﷡﷢﷣﷤﷥﷦﷧﷨﷩﷪﷫﷬﷭﷮﷯ﷰﷱﷲﷳﷴﷵﷶﷷﷸﷹﷺﷻ﷼﷽﷾﷿ +
      FE00 ︀︁︂︃︄︅︆︇︈︉︊︋︌︍︎️︐︑︒︓︔︕︖︗︘︙︚︛︜︝︞︟ +
      FE20 ︧︨︩︪︫︬︭︠︡︢︣︤︥︦︮︯︰︱︲︳︴︵︶︷︸︹︺︻︼︽︾︿ +
      FE40 ﹀﹁﹂﹃﹄﹅﹆﹇﹈﹉﹊﹋﹌﹍﹎﹏﹐﹑﹒﹓﹔﹕﹖﹗﹘﹙﹚﹛﹜﹝﹞﹟ +
      FE60 ﹠﹡﹢﹣﹤﹥﹦﹧﹨﹩﹪﹫﹬﹭﹮﹯ﹰﹱﹲﹳﹴ﹵ﹶﹷﹸﹹﹺﹻﹼﹽﹾﹿ +
      FE80 ﺀﺁﺂﺃﺄﺅﺆﺇﺈﺉﺊﺋﺌﺍﺎﺏﺐﺑﺒﺓﺔﺕﺖﺗﺘﺙﺚﺛﺜﺝﺞﺟ +
      FEA0 ﺠﺡﺢﺣﺤﺥﺦﺧﺨﺩﺪﺫﺬﺭﺮﺯﺰﺱﺲﺳﺴﺵﺶﺷﺸﺹﺺﺻﺼﺽﺾﺿ +
      FEC0 ﻀﻁﻂﻃﻄﻅﻆﻇﻈﻉﻊﻋﻌﻍﻎﻏﻐﻑﻒﻓﻔﻕﻖﻗﻘﻙﻚﻛﻜﻝﻞﻟ +
      FEE0 ﻠﻡﻢﻣﻤﻥﻦﻧﻨﻩﻪﻫﻬﻭﻮﻯﻰﻱﻲﻳﻴﻵﻶﻷﻸﻹﻺﻻﻼ﻽﻾ +
      FF00 ＀!"#$%&'()*+,-./0123456789:;<=>? +
      FF20 @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ +
      FF40 `abcdefghijklmnopqrstuvwxyz{|}~⦅ +
      FF60 ⦆。「」、・ヲァィゥェォャュョッーアイウエオカキクケコサシスセソ +
      FF80 タチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン゙゚ +
      FFA0 ᅠᄀᄁᆪᄂᆬᆭᄃᄄᄅᆰᆱᆲᆳᆴᆵᄚᄆᄇᄈᄡᄉᄊᄋᄌᄍᄎᄏᄐᄑᄒ﾿ +
      FFC0 ￀￁ᅡᅢᅣᅤᅥᅦ￈￉ᅧᅨᅩᅪᅫᅬ￐￑ᅭᅮᅯᅰᅱᅲ￘￙ᅳᅴᅵ￝￞￟ +
      FFE0 ¢£¬ ̄¦¥₩￧│←↑→↓■○￯￰￱￲￳￴￵￶￷￸� + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/encoding_utf-8_w3.html b/htdocs/dompdf/www/test/encoding_utf-8_w3.html new file mode 100644 index 000000000..568e6bc35 --- /dev/null +++ b/htdocs/dompdf/www/test/encoding_utf-8_w3.html @@ -0,0 +1,220 @@ + + + + UTF-8 test file + + + +

      Original by Markus Kuhn, adapted for HTML by Martin Dürst.

      +
       
      +UTF-8 encoded sample plain-text file
      +‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
      + 
      +Markus Kuhn [ˈmaʳkʊs kuːn] <mkuhn@acm.org> — 1999-08-20
      + 
      + 
      +The ASCII compatible UTF-8 encoding of ISO 10646 and Unicode
      +plain-text files is defined in RFC 2279 and in ISO 10646-1 Annex R.
      + 
      + 
      +Using Unicode/UTF-8, you can write in emails and source code things such as
      + 
      +Mathematics and Sciences:
      + 
      +  ∮ E⋅da = Q,  n → ∞, ∑ f(i) = ∏ g(i), ∀x∈ℝ: ⌈x⌉ = −⌊−x⌋, α ∧ ¬β = ¬(¬α ∨ β),
      + 
      +  ℕ ⊆ ℕ₀ ⊂ ℤ ⊂ ℚ ⊂ ℝ ⊂ ℂ, ⊥ < a ≠ b ≡ c ≤ d ≪ ⊤ ⇒ (A ⇔ B),
      + 
      +  2H₂ + O₂ ⇌ 2H₂O, R = 4.7 kΩ, ⌀ 200 mm
      + 
      +Linguistics and dictionaries:
      + 
      +  ði ıntəˈnæʃənəl fəˈnɛtık əsoʊsiˈeıʃn
      +  Y [ˈʏpsilɔn], Yen [jɛn], Yoga [ˈjoːgɑ]
      + 
      +APL:
      + 
      +  ((V⍳V)=⍳⍴V)/V←,V    ⌷←⍳→⍴∆∇⊃‾⍎⍕⌈
      + 
      +Nicer typography in plain text files:
      + 
      +  ╔══════════════════════════════════════════╗
      +  ║                                          ║
      +  ║   • ‘single’ and “double” quotes         ║
      +  ║                                          ║
      +  ║   • Curly apostrophes: “We’ve been here” ║
      +  ║                                          ║
      +  ║   • Latin-1 apostrophe and accents: '´`  ║
      +  ║                                          ║
      +  ║   • ‚deutsche‘ „Anführungszeichen“       ║
      +  ║                                          ║
      +  ║   • †, ‡, ‰, •, 3–4, —, −5/+5, ™, …      ║
      +  ║                                          ║
      +  ║   • ASCII safety test: 1lI|, 0OD, 8B     ║
      +  ║                      ╭─────────╮         ║
      +  ║   • the euro symbol: │ 14.95 € │         ║
      +  ║                      ╰─────────╯         ║
      +  ╚══════════════════════════════════════════╝
      + 
      +Greek (in Polytonic):
      + 
      +  The Greek anthem:
      + 
      +  Σὲ γνωρίζω ἀπὸ τὴν κόψη
      +  τοῦ σπαθιοῦ τὴν τρομερή,
      +  σὲ γνωρίζω ἀπὸ τὴν ὄψη
      +  ποὺ μὲ βία μετράει τὴ γῆ.
      + 
      +  ᾿Απ᾿ τὰ κόκκαλα βγαλμένη
      +  τῶν ῾Ελλήνων τὰ ἱερά
      +  καὶ σὰν πρῶτα ἀνδρειωμένη
      +  χαῖρε, ὦ χαῖρε, ᾿Ελευθεριά!
      + 
      +  From a speech of Demosthenes in the 4th century BC:
      + 
      +  Οὐχὶ ταὐτὰ παρίσταταί μοι γιγνώσκειν, ὦ ἄνδρες ᾿Αθηναῖοι,
      +  ὅταν τ᾿ εἰς τὰ πράγματα ἀποβλέψω καὶ ὅταν πρὸς τοὺς
      +  λόγους οὓς ἀκούω· τοὺς μὲν γὰρ λόγους περὶ τοῦ
      +  τιμωρήσασθαι Φίλιππον ὁρῶ γιγνομένους, τὰ δὲ πράγματ᾿ 
      +  εἰς τοῦτο προήκοντα,  ὥσθ᾿ ὅπως μὴ πεισόμεθ᾿ αὐτοὶ
      +  πρότερον κακῶς σκέψασθαι δέον. οὐδέν οὖν ἄλλο μοι δοκοῦσιν
      +  οἱ τὰ τοιαῦτα λέγοντες ἢ τὴν ὑπόθεσιν, περὶ ἧς βουλεύεσθαι,
      +  οὐχὶ τὴν οὖσαν παριστάντες ὑμῖν ἁμαρτάνειν. ἐγὼ δέ, ὅτι μέν
      +  ποτ᾿ ἐξῆν τῇ πόλει καὶ τὰ αὑτῆς ἔχειν ἀσφαλῶς καὶ Φίλιππον
      +  τιμωρήσασθαι, καὶ μάλ᾿ ἀκριβῶς οἶδα· ἐπ᾿ ἐμοῦ γάρ, οὐ πάλαι
      +  γέγονεν ταῦτ᾿ ἀμφότερα· νῦν μέντοι πέπεισμαι τοῦθ᾿ ἱκανὸν
      +  προλαβεῖν ἡμῖν εἶναι τὴν πρώτην, ὅπως τοὺς συμμάχους
      +  σώσομεν. ἐὰν γὰρ τοῦτο βεβαίως ὑπάρξῃ, τότε καὶ περὶ τοῦ
      +  τίνα τιμωρήσεταί τις καὶ ὃν τρόπον ἐξέσται σκοπεῖν· πρὶν δὲ
      +  τὴν ἀρχὴν ὀρθῶς ὑποθέσθαι, μάταιον ἡγοῦμαι περὶ τῆς
      +  τελευτῆς ὁντινοῦν ποιεῖσθαι λόγον.
      + 
      +  Δημοσθένους, Γ´ ᾿Ολυνθιακὸς
      + 
      +Georgian:
      + 
      +  From a Unicode conference invitation:
      + 
      +  გთხოვთ ახლავე გაიაროთ რეგისტრაცია Unicode-ის მეათე საერთაშორისო
      +  კონფერენციაზე დასასწრებად, რომელიც გაიმართება 10-12 მარტს,
      +  ქ. მაინცში, გერმანიაში. კონფერენცია შეჰკრებს ერთად მსოფლიოს
      +  ექსპერტებს ისეთ დარგებში როგორიცაა ინტერნეტი და Unicode-ი,
      +  ინტერნაციონალიზაცია და ლოკალიზაცია, Unicode-ის გამოყენება
      +  ოპერაციულ სისტემებსა, და გამოყენებით პროგრამებში, შრიფტებში,
      +  ტექსტების დამუშავებასა და მრავალენოვან კომპიუტერულ სისტემებში.
      + 
      +Russian:
      + 
      +  From a Unicode conference invitation:
      + 
      +  Зарегистрируйтесь сейчас на Десятую Международную Конференцию по
      +  Unicode, которая состоится 10-12 марта 1997 года в Майнце в Германии.
      +  Конференция соберет широкий круг экспертов по  вопросам глобального
      +  Интернета и Unicode, локализации и интернационализации, воплощению и
      +  применению Unicode в различных операционных системах и программных
      +  приложениях, шрифтах, верстке и многоязычных компьютерных системах.
      + 
      +Thai (UCS Level 2):
      + 
      +  Excerpt from a poetry on The Romance of The Three Kingdoms (a Chinese
      +  classic 'San Gua'):
      + 
      +  [----------------------------|------------------------]
      +    ๏ แผ่นดินฮั่นเสื่อมโทรมแสนสังเวช  พระปกเกศกองบู๊กู้ขึ้นใหม่
      +  สิบสองกษัตริย์ก่อนหน้าแลถัดไป       สององค์ไซร้โง่เขลาเบาปัญญา
      +    ทรงนับถือขันทีเป็นที่พึ่ง           บ้านเมืองจึงวิปริตเป็นนักหนา
      +  โฮจิ๋นเรียกทัพทั่วหัวเมืองมา         หมายจะฆ่ามดชั่วตัวสำคัญ
      +    เหมือนขับไสไล่เสือจากเคหา      รับหมาป่าเข้ามาเลยอาสัญ
      +  ฝ่ายอ้องอุ้นยุแยกให้แตกกัน          ใช้สาวนั้นเป็นชนวนชื่นชวนใจ
      +    พลันลิฉุยกุยกีกลับก่อเหตุ          ช่างอาเพศจริงหนาฟ้าร้องไห้
      +  ต้องรบราฆ่าฟันจนบรรลัย           ฤๅหาใครค้ำชูกู้บรรลังก์ ฯ
      + 
      +  (The above is a two-column text. If combining characters are handled
      +  correctly, the lines of the second column should be aligned with the
      +  | character above.)
      + 
      +Ethiopian:
      + 
      +  Proverbs in the Amharic language:
      + 
      +  ሰማይ አይታረስ ንጉሥ አይከሰስ።
      +  ብላ ካለኝ እንደአባቴ በቆመጠኝ።
      +  ጌጥ ያለቤቱ ቁምጥና ነው።
      +  ደሀ በሕልሙ ቅቤ ባይጠጣ ንጣት በገደለው።
      +  የአፍ ወለምታ በቅቤ አይታሽም።
      +  አይጥ በበላ ዳዋ ተመታ።
      +  ሲተረጉሙ ይደረግሙ።
      +  ቀስ በቀስ፥ ዕንቁላል በእግሩ ይሄዳል።
      +  ድር ቢያብር አንበሳ ያስር።
      +  ሰው እንደቤቱ እንጅ እንደ ጉረቤቱ አይተዳደርም።
      +  እግዜር የከፈተውን ጉሮሮ ሳይዘጋው አይድርም።
      +  የጎረቤት ሌባ፥ ቢያዩት ይስቅ ባያዩት ያጠልቅ።
      +  ሥራ ከመፍታት ልጄን ላፋታት።
      +  ዓባይ ማደሪያ የለው፥ ግንድ ይዞ ይዞራል።
      +  የእስላም አገሩ መካ የአሞራ አገሩ ዋርካ።
      +  ተንጋሎ ቢተፉ ተመልሶ ባፉ።
      +  ወዳጅህ ማር ቢሆን ጨርስህ አትላሰው።
      +  እግርህን በፍራሽህ ልክ ዘርጋ።
      + 
      +Runes:
      + 
      +  ᚻᛖ ᚳᚹᚫᚦ ᚦᚫᛏ ᚻᛖ ᛒᚢᛞᛖ ᚩᚾ ᚦᚫᛗ ᛚᚪᚾᛞᛖ ᚾᚩᚱᚦᚹᛖᚪᚱᛞᚢᛗ ᚹᛁᚦ ᚦᚪ ᚹᛖᛥᚫ
      + 
      +  (Old English, which transcribed into Latin reads 'He cwaeth that he
      +  bude thaem lande northweardum with tha Westsae.' and means 'He said
      +  that he lived in the northern land near the Western Sea.')
      + 
      +Braille:
      + 
      +  ⡌⠁⠧⠑ ⠼⠁⠒  ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌
      + 
      +  ⡍⠜⠇⠑⠹ ⠺⠁⠎ ⠙⠑⠁⠙⠒ ⠞⠕ ⠃⠑⠛⠔ ⠺⠊⠹⠲ ⡹⠻⠑ ⠊⠎ ⠝⠕ ⠙⠳⠃⠞
      +  ⠱⠁⠞⠑⠧⠻ ⠁⠃⠳⠞ ⠹⠁⠞⠲ ⡹⠑ ⠗⠑⠛⠊⠌⠻ ⠕⠋ ⠙⠊⠎ ⠃⠥⠗⠊⠁⠇ ⠺⠁⠎
      +  ⠎⠊⠛⠝⠫ ⠃⠹ ⠹⠑ ⠊⠇⠻⠛⠹⠍⠁⠝⠂ ⠹⠑ ⠊⠇⠻⠅⠂ ⠹⠑ ⠥⠝⠙⠻⠞⠁⠅⠻⠂
      +  ⠁⠝⠙ ⠹⠑ ⠡⠊⠑⠋ ⠍⠳⠗⠝⠻⠲ ⡎⠊⠗⠕⠕⠛⠑ ⠎⠊⠛⠝⠫ ⠊⠞⠲ ⡁⠝⠙
      +  ⡎⠊⠗⠕⠕⠛⠑⠰⠎ ⠝⠁⠍⠑ ⠺⠁⠎ ⠛⠕⠕⠙ ⠥⠏⠕⠝ ⠰⡡⠁⠝⠛⠑⠂ ⠋⠕⠗ ⠁⠝⠹⠹⠔⠛ ⠙⠑ 
      +  ⠡⠕⠎⠑ ⠞⠕ ⠏⠥⠞ ⠙⠊⠎ ⠙⠁⠝⠙ ⠞⠕⠲
      + 
      +  ⡕⠇⠙ ⡍⠜⠇⠑⠹ ⠺⠁⠎ ⠁⠎ ⠙⠑⠁⠙ ⠁⠎ ⠁ ⠙⠕⠕⠗⠤⠝⠁⠊⠇⠲
      + 
      +  ⡍⠔⠙⠖ ⡊ ⠙⠕⠝⠰⠞ ⠍⠑⠁⠝ ⠞⠕ ⠎⠁⠹ ⠹⠁⠞ ⡊ ⠅⠝⠪⠂ ⠕⠋ ⠍⠹
      +  ⠪⠝ ⠅⠝⠪⠇⠫⠛⠑⠂ ⠱⠁⠞ ⠹⠻⠑ ⠊⠎ ⠏⠜⠞⠊⠊⠥⠇⠜⠇⠹ ⠙⠑⠁⠙ ⠁⠃⠳⠞
      +  ⠁ ⠙⠕⠕⠗⠤⠝⠁⠊⠇⠲ ⡊ ⠍⠊⠣⠞ ⠙⠁⠧⠑ ⠃⠑⠲ ⠔⠊⠇⠔⠫⠂ ⠍⠹⠎⠑⠇⠋⠂ ⠞⠕
      +  ⠗⠑⠛⠜⠙ ⠁ ⠊⠕⠋⠋⠔⠤⠝⠁⠊⠇ ⠁⠎ ⠹⠑ ⠙⠑⠁⠙⠑⠌ ⠏⠊⠑⠊⠑ ⠕⠋ ⠊⠗⠕⠝⠍⠕⠝⠛⠻⠹ 
      +  ⠔ ⠹⠑ ⠞⠗⠁⠙⠑⠲ ⡃⠥⠞ ⠹⠑ ⠺⠊⠎⠙⠕⠍ ⠕⠋ ⠳⠗ ⠁⠝⠊⠑⠌⠕⠗⠎ 
      +  ⠊⠎ ⠔ ⠹⠑ ⠎⠊⠍⠊⠇⠑⠆ ⠁⠝⠙ ⠍⠹ ⠥⠝⠙⠁⠇⠇⠪⠫ ⠙⠁⠝⠙⠎
      +  ⠩⠁⠇⠇ ⠝⠕⠞ ⠙⠊⠌⠥⠗⠃ ⠊⠞⠂ ⠕⠗ ⠹⠑ ⡊⠳⠝⠞⠗⠹⠰⠎ ⠙⠕⠝⠑ ⠋⠕⠗⠲ ⡹⠳
      +  ⠺⠊⠇⠇ ⠹⠻⠑⠋⠕⠗⠑ ⠏⠻⠍⠊⠞ ⠍⠑ ⠞⠕ ⠗⠑⠏⠑⠁⠞⠂ ⠑⠍⠏⠙⠁⠞⠊⠊⠁⠇⠇⠹⠂ ⠹⠁⠞
      +  ⡍⠜⠇⠑⠹ ⠺⠁⠎ ⠁⠎ ⠙⠑⠁⠙ ⠁⠎ ⠁ ⠙⠕⠕⠗⠤⠝⠁⠊⠇⠲
      + 
      +  (The first couple of paragraphs of "A Christmas Carol" by Dickens)
      + 
      +Compact font selection example text:
      + 
      +  ABCDEFGHIJKLMNOPQRSTUVWXYZ /0123456789
      +  abcdefghijklmnopqrstuvwxyz £©µÀÆÖÞßéöÿ
      +  –—‘“”„†•…‰™œŠŸž€ ΑΒΓΔΩαβγδω АБВГДабвгд
      +  ∀∂∈ℝ∧∪≡∞ ↑↗↨↻⇣ ┐┼╔╘░►☺♀ fi�⑀₂ἠḂӥẄɐː⍎אԱა
      + 
      +Greetings in various languages:
      + 
      +  Hello world, Καλημέρα κόσμε, コンニチハ
      + 
      +Box drawing alignment tests:                                          █
      +                                                                      ▉
      +  ╔══╦══╗  ┌──┬──┐  ╭──┬──╮  ╭──┬──╮  ┏━━┳━━┓  ┎┒┏┑   ╷  ╻ ┏┯┓ ┌┰┐    ▊ ╱╲╱╲╳╳╳
      +  ║┌─╨─┐║  │╔═╧═╗│  │╒═╪═╕│  │╓─╁─╖│  ┃┌─╂─┐┃  ┗╃╄┙  ╶┼╴╺╋╸┠┼┨ ┝╋┥    ▋ ╲╱╲╱╳╳╳
      +  ║│╲ ╱│║  │║   ║│  ││ │ ││  │║ ┃ ║│  ┃│ ╿ │┃  ┍╅╆┓   ╵  ╹ ┗┷┛ └┸┘    ▌ ╱╲╱╲╳╳╳
      +  ╠╡ ╳ ╞╣  ├╢   ╟┤  ├┼─┼─┼┤  ├╫─╂─╫┤  ┣┿╾┼╼┿┫  ┕┛┖┚     ┌┄┄┐ ╎ ┏┅┅┓ ┋ ▍ ╲╱╲╱╳╳╳
      +  ║│╱ ╲│║  │║   ║│  ││ │ ││  │║ ┃ ║│  ┃│ ╽ │┃  ░░▒▒▓▓██ ┊  ┆ ╎ ╏  ┇ ┋ ▎
      +  ║└─╥─┘║  │╚═╤═╝│  │╘═╪═╛│  │╙─╀─╜│  ┃└─╂─┘┃  ░░▒▒▓▓██ ┊  ┆ ╎ ╏  ┇ ┋ ▏
      +  ╚══╩══╝  └──┴──┘  ╰──┴──╯  ╰──┴──╯  ┗━━┻━━┛           └╌╌┘ ╎ ┗╍╍┛ ┋  ▁▂▃▄▅▆▇█
      + 
      +
      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/image_background.html b/htdocs/dompdf/www/test/image_background.html new file mode 100644 index 000000000..a3b2e3fd8 --- /dev/null +++ b/htdocs/dompdf/www/test/image_background.html @@ -0,0 +1,87 @@ + + + + + + Images with background-color, background-image, border, margin and padding + + + + + +

      Lorem ipsum dolor sit amet

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at +odio vitae libero tempus convallis. Cum sociis natoque penatibus et +magnis dis parturient montes, nascetur ridiculus mus. Vestibulum purus +mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, +adipiscing nec, massa. Phasellus vitae felis sed lectus dapibus +facilisis. In ultrices sagittis ipsum. In at est. Integer iaculis +turpis vel magna. Cras eu est. Integer porttitor ligula a +tellus. Curabitur accumsan ipsum a velit. Sed laoreet lectus quis +leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque.

      + +

      Curabitur ut diam eu dui vestibulum pharetra. Nam pellentesque, justo +non hendrerit venenatis, mi orci pretium mi, et vehicula leo arcu quis +diam. Nullam mattis laoreet quam. Morbi mollis sem ut tellus. Nam mi +massa, lobortis eu, sollicitudin et, iaculis et, massa. Maecenas purus +mauris, luctus sit amet, pharetra in, facilisis sit amet, elit. Nullam +vel erat tempus purus molestie suscipit. Vestibulum odio lorem, +sollicitudin non, volutpat sit amet, tincidunt vel, nunc. Nulla quis +ante vestibulum odio feugiat facilisis. Proin lorem nisl, viverra at, +rhoncus quis, semper nec, mi. Donec euismod enim vitae velit. Nulla +sed lectus. Vivamus placerat, lacus sed vehicula sagittis, arcu massa +adipiscing lorem, bibendum luctus nisl tortor vitae leo.

      + +

      Etiam a mauris. Proin justo elit, accumsan sit amet, tempus et, +blandit id, tellus. Morbi varius, nisi id iaculis aliquam, lacus +ligula facilisis velit, ac pharetra ipsum augue a massa. Etiam rhoncus +commodo orci. Mauris ullamcorper sagittis turpis. Nullam magna libero, +sagittis sed, auctor faucibus, accumsan vitae, urna. Pellentesque +volutpat. Aliquam sapien ipsum, eleifend nec, imperdiet vitae, +consectetuer id, quam. Donec a urna. Suspendisse sit amet +velit. Curabitur quis nisi id dui viverra ornare. Sed condimentum enim +quis tortor. Ut condimentum, magna non tempus tincidunt, leo nibh +molestie tellus, vitae convallis dolor ante sed ante. Nunc et +metus. Phasellus ultricies. Fusce faucibus tortor sit amet mauris.

      + +

      Aliquam enim. Duis et diam. Praesent porta, mauris quis pellentesque +volutpat, erat elit vulputate eros, vitae pulvinar augue velit sit +amet sem. Fusce eu urna eu nisi condimentum posuere. Vivamus sed +felis. Duis eget urna vitae eros interdum dignissim. Proin justo eros, +eleifend in, porttitor in, malesuada non, neque. Etiam sed +augue. Nulla sit amet magna. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit. Mauris facilisis. Curabitur massa magna, pulvinar a, +nonummy eget, egestas vitae, mauris. Quisque vel elit sit amet lorem +malesuada facilisis. Vestibulum porta, metus sit amet egestas +interdum, urna justo euismod erat, id tristique urna leo quis +nibh. Morbi non erat.

      + +

      Cras fringilla, nulla id egestas elementum, augue nunc iaculis nibh, +ac adipiscing nibh justo id tortor. Donec vel orci a nisi ultricies +aliquet. Nunc urna quam, adipiscing molestie, vehicula non, +condimentum non, magna. Integer magna. Donec quam metus, pulvinar id, +suscipit eget, euismod ac, orci. Nulla facilisi. Nullam nec +mauris. Morbi in mi. Etiam urna lectus, pulvinar ac, sollicitudin eu, +euismod ac, lectus. Fusce elit. Sed ultricies odio ac felis.

      + + + diff --git a/htdocs/dompdf/www/test/image_basic.html b/htdocs/dompdf/www/test/image_basic.html new file mode 100644 index 000000000..30b071b9c --- /dev/null +++ b/htdocs/dompdf/www/test/image_basic.html @@ -0,0 +1,20 @@ + + + + + + + + +
      + +
      +The PHP 5 HTML to PDF converter +
      + + diff --git a/htdocs/dompdf/www/test/image_bmp.html b/htdocs/dompdf/www/test/image_bmp.html new file mode 100644 index 000000000..349674091 --- /dev/null +++ b/htdocs/dompdf/www/test/image_bmp.html @@ -0,0 +1,128 @@ + + + + + BMP image test suite + + + + + +

      + This test suite was grabbed from http://wvnvaxa.wvnet.edu/vmswww/bmp.html. +

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      BMPPNG
      1 bit (2 color)
      4 bit
      8 bit
      16 bit
      24 bit
      32 bit
      4 bit compressed
      8 bit compressed
      16 bit 555 bitfield
      16 bit 565 bitfield
      32 bit 888 bitfield
      32 bit 888 bitfield version 4
      32 bit version 5
      32 bit transparent version 4
      + +

      +Note that as of December 2005, Mozilla and Internet Explorer +do not support transparent BMP images. +

      + +

      +The images (except for the last three and the OS/2 version 2 image) +are from Jason Summer's BMP Suite. +

      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/image_datauri.html b/htdocs/dompdf/www/test/image_datauri.html new file mode 100644 index 000000000..513c4e1db --- /dev/null +++ b/htdocs/dompdf/www/test/image_datauri.html @@ -0,0 +1,35 @@ + + + + + + + +

      + Embedded <img> :
      + +

      + +

      + Normal <img> :
      + +

      + +

      + Embedded background image +

      + +

      + Normal background image +

      + + + + diff --git a/htdocs/dompdf/www/test/image_dimensions.html b/htdocs/dompdf/www/test/image_dimensions.html new file mode 100644 index 000000000..83a9f307f --- /dev/null +++ b/htdocs/dompdf/www/test/image_dimensions.html @@ -0,0 +1,50 @@ + + + + + + + + + +

      All these images should be nearly of the same size

      + +width=150 +
      + +
      + +width: 40mm +
      + +
      + +width: 4cm +
      + +
      + +width: 21% +
      + +
      + +width: 150px +
      + +
      + +width: 110pt +
      + +
      + + diff --git a/htdocs/dompdf/www/test/image_gif.html b/htdocs/dompdf/www/test/image_gif.html new file mode 100644 index 000000000..52845b7a8 --- /dev/null +++ b/htdocs/dompdf/www/test/image_gif.html @@ -0,0 +1,9 @@ + + + + + + + +

      + diff --git a/htdocs/dompdf/www/test/image_remote.html b/htdocs/dompdf/www/test/image_remote.html new file mode 100644 index 000000000..106d13854 --- /dev/null +++ b/htdocs/dompdf/www/test/image_remote.html @@ -0,0 +1,41 @@ + + + + + + + +
      +

      Remote CSS & Image Test

      +

      Note: DOMPDF_ENABLE_REMOTE must be enabled for this test to work.

      + +

      CSS: https://github.com/dompdf/dompdf/raw/master/www/style.css

      +

      + Remote image with extension:
      + +

      +

      + Remote image without extension:
      + +

      +

      + Remote image with unknown extension:
      + +

      +

      + Remote image with unknown extension and params:
      + +

      +

      + Remote image with unknown extension and advanced params:
      + +

      +
      + + diff --git a/htdocs/dompdf/www/test/image_transparent_gif.html b/htdocs/dompdf/www/test/image_transparent_gif.html new file mode 100644 index 000000000..145d687b4 --- /dev/null +++ b/htdocs/dompdf/www/test/image_transparent_gif.html @@ -0,0 +1,23 @@ + + + + + + + + + +
      + +
      + +
      + +
      + + diff --git a/htdocs/dompdf/www/test/image_transparent_png.html b/htdocs/dompdf/www/test/image_transparent_png.html new file mode 100644 index 000000000..686f5548f --- /dev/null +++ b/htdocs/dompdf/www/test/image_transparent_png.html @@ -0,0 +1,189 @@ + + + + + PNG transparency test + + + + + +

      PNG transparency test

      + +Examples from http://entropymine.com/jason/testbed/pngtrans/ + +

      +Not all possible results are shown; there are too many combinations +of background colors and shapes of the opaque region. However, I +intend to include every result that actually occurs in a mainstream +browser. If I am missing any, please +let me know. + +

      It's come to my attention that my images which show how +alpha transparency should look are not quite perfect +in regard to precisely how transparent they are at various points. +Rather than try to modify this page to test gamma +correction issues as well, I've created a +separate test page for that. + +

      +This test page was constructed by +Jason Summers. +Comments may be emailed to jason1@pobox.com.
      +There are +other test +pages listed at the PNG web site. + + + + + +

      + +

      Alpha and palette transparency

      + +

      Expected result:
      +[Test image] +

      + +

      (T1) 8-bit palette, includes background color:
      +[Test image] +

      + +

      (T2) 8-bit palette, no background color:
      +[Test image] +

      + +

      (T3) 32-bit RGBA, includes background color:
      +[Test image] +

      + +

      (T4) 32-bit RGBA, no background color:
      +[Test image] +

      + +

      (T5) 64-bit RGBA, includes background color:
      +[Test image] +

      + +

      (T6) 64-bit RGBA, no background color:
      +[Test image] +

      + +

      RGB binary transparency

      + +

      Expected result:
      +[Test image] +

      + +

      (T7) 24-bit RGB, binary transparency, includes background color:
      +[Test image] +

      + +

      (T8) 24-bit RGB, binary transparency, no background color:
      +[Test image] +

      + +

      (T9) 48-bit RGB, binary transparency, includes background color:
      +[Test image] +

      + +

      (T10) 48-bit RGB, binary transparency, no background color:
      +[Test image] +

      + + +

      Grayscale alpha transparency

      + +

      Expected result:
      +[Test image] +

      + +

      (G1) 16 bpp grayscale (8 gray + 8 alpha), includes background color:
      +[Test image] +

      + +

      (G2) 16 bpp grayscale (8 gray + 8 alpha), no background color:
      +[Test image] +

      + +

      (G3) 32 bpp grayscale (16 gray + 16 alpha), includes background color:
      +[Test image] +

      + +

      (G4) 32 bpp grayscale (16 gray + 16 alpha), no background color:
      +[Test image] + + +

      Grayscale binary transparency

      + +

      Expected result:
      +[Test image] +

      + +

      (G5) 8 bpp grayscale (8 gray), includes background color:
      +[Test image] +

      + +

      (G6) 8 bpp grayscale (8 gray), no background color:
      +[Test image] +

      + +

      (G7) 16 bpp grayscale (16 gray), includes background color:
      +[Test image] +

      + +

      (G8) 16 bpp grayscale (16 gray), no background color:
      +[Test image] + +

      Miscellaneous

      + +

      (M1) 8-bit palette, no transparency, includes background color:
      +Expected result:
      +[Test image]
      +[Test image] +

      + +

      (M2) (4-bit) palette, binary transparency only, no background color:
      +Expected result:
      +[Test image]
      +[Test image]
      +(This tests a few things that may have slipped through the cracks.) +

      + + \ No newline at end of file diff --git a/htdocs/dompdf/www/test/image_variants.html b/htdocs/dompdf/www/test/image_variants.html new file mode 100644 index 000000000..e91d42dc4 --- /dev/null +++ b/htdocs/dompdf/www/test/image_variants.html @@ -0,0 +1,149 @@ + + + + + + + + +
      + +

      40% of box width:

      +
      + +
      + +

      multiple identical images jpg:

      + + + + +

      multiple identical images gif (will be recoded to png by dompdf):

      + + + + +

      multiple identical images png:

      + + + + +

      local png image with alpha channel:

      + + +

      Attention!

      + +

      For external images to work, the following configuration is required:

      +
      dompdf_config.inc.php :
      + +
      define("DOMPDF_ENABLE_REMOTE", true);
      + +

      external png Image with alpha channel:

      + + +

      external image, dynamically created with id in url parameter at end of parameter(.jpg):

      + + +

      external image, dynamically created with id in url parameter not at end of parameter (.jpg):

      + + +

      external Image without file extension (.jpg):

      + + +

      Background images

      +
      + + + + + + +
      +

      paragraph link no-repeat position:default

      +

      paragraph text no-repeat position:left-top; more text text more text text bla bla sdfjkhs sdfsjksdfks sdfkjsfsf skjfh ksjdfhsd

      +

      paragraph text no-repeat position:left-center; more text text more text text bla bla sdfjkhs sdfsjksdfks sdfkjsfsf skjfh ksjdfhsd

      +

      +The PHP 5 HTML to PDF converter +

      + +
      + + diff --git a/htdocs/dompdf/www/test/images/bmp/test1.bmp b/htdocs/dompdf/www/test/images/bmp/test1.bmp new file mode 100644 index 000000000..a72034764 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test1.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test1.png b/htdocs/dompdf/www/test/images/bmp/test1.png new file mode 100644 index 000000000..3cdc49815 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test1.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test16.bmp b/htdocs/dompdf/www/test/images/bmp/test16.bmp new file mode 100644 index 000000000..a5a3195cc Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test16.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test16.png b/htdocs/dompdf/www/test/images/bmp/test16.png new file mode 100644 index 000000000..32a1cb30e Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test16.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test16bf555.bmp b/htdocs/dompdf/www/test/images/bmp/test16bf555.bmp new file mode 100644 index 000000000..639a57f87 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test16bf555.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test16bf555.png b/htdocs/dompdf/www/test/images/bmp/test16bf555.png new file mode 100644 index 000000000..32a1cb30e Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test16bf555.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test16bf565.bmp b/htdocs/dompdf/www/test/images/bmp/test16bf565.bmp new file mode 100644 index 000000000..cb0ea24f5 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test16bf565.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test16bf565.png b/htdocs/dompdf/www/test/images/bmp/test16bf565.png new file mode 100644 index 000000000..622379071 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test16bf565.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test24.bmp b/htdocs/dompdf/www/test/images/bmp/test24.bmp new file mode 100644 index 000000000..d6d9e6afa Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test24.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test24.png b/htdocs/dompdf/www/test/images/bmp/test24.png new file mode 100644 index 000000000..46211a8ca Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test24.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32.bmp b/htdocs/dompdf/www/test/images/bmp/test32.bmp new file mode 100644 index 000000000..9524f765b Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32.png b/htdocs/dompdf/www/test/images/bmp/test32.png new file mode 100644 index 000000000..46211a8ca Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32bf.bmp b/htdocs/dompdf/www/test/images/bmp/test32bf.bmp new file mode 100644 index 000000000..0f41534e1 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32bf.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32bf.png b/htdocs/dompdf/www/test/images/bmp/test32bf.png new file mode 100644 index 000000000..46211a8ca Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32bf.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32bfv4.bmp b/htdocs/dompdf/www/test/images/bmp/test32bfv4.bmp new file mode 100644 index 000000000..37060373e Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32bfv4.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32bfv4.png b/htdocs/dompdf/www/test/images/bmp/test32bfv4.png new file mode 100644 index 000000000..0525bc743 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32bfv4.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32v5.bmp b/htdocs/dompdf/www/test/images/bmp/test32v5.bmp new file mode 100644 index 000000000..8ad3cfa60 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32v5.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test32v5.png b/htdocs/dompdf/www/test/images/bmp/test32v5.png new file mode 100644 index 000000000..659164e8e Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test32v5.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test4.bmp b/htdocs/dompdf/www/test/images/bmp/test4.bmp new file mode 100644 index 000000000..a064f66a7 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test4.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test4.png b/htdocs/dompdf/www/test/images/bmp/test4.png new file mode 100644 index 000000000..29f1c3431 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test4.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test4os2v2.bmp b/htdocs/dompdf/www/test/images/bmp/test4os2v2.bmp new file mode 100644 index 000000000..874a277fb Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test4os2v2.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test4os2v2.png b/htdocs/dompdf/www/test/images/bmp/test4os2v2.png new file mode 100644 index 000000000..a939a515a Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test4os2v2.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test8.bmp b/htdocs/dompdf/www/test/images/bmp/test8.bmp new file mode 100644 index 000000000..3be9a2066 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test8.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test8.png b/htdocs/dompdf/www/test/images/bmp/test8.png new file mode 100644 index 000000000..478703138 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test8.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/test8os2.bmp b/htdocs/dompdf/www/test/images/bmp/test8os2.bmp new file mode 100644 index 000000000..f7f9f5795 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test8os2.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/test8os2.png b/htdocs/dompdf/www/test/images/bmp/test8os2.png new file mode 100644 index 000000000..478703138 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/test8os2.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/testcompress4.bmp b/htdocs/dompdf/www/test/images/bmp/testcompress4.bmp new file mode 100644 index 000000000..7239fa668 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/testcompress4.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/testcompress4.png b/htdocs/dompdf/www/test/images/bmp/testcompress4.png new file mode 100644 index 000000000..29f1c3431 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/testcompress4.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/testcompress8.bmp b/htdocs/dompdf/www/test/images/bmp/testcompress8.bmp new file mode 100644 index 000000000..082f7f481 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/testcompress8.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/testcompress8.png b/htdocs/dompdf/www/test/images/bmp/testcompress8.png new file mode 100644 index 000000000..478703138 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/testcompress8.png differ diff --git a/htdocs/dompdf/www/test/images/bmp/trans.bmp b/htdocs/dompdf/www/test/images/bmp/trans.bmp new file mode 100644 index 000000000..edd5ed812 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/trans.bmp differ diff --git a/htdocs/dompdf/www/test/images/bmp/trans.png b/htdocs/dompdf/www/test/images/bmp/trans.png new file mode 100644 index 000000000..653d44af5 Binary files /dev/null and b/htdocs/dompdf/www/test/images/bmp/trans.png differ diff --git a/htdocs/dompdf/www/test/images/cmyk_test2.jpg b/htdocs/dompdf/www/test/images/cmyk_test2.jpg new file mode 100644 index 000000000..9b9822951 Binary files /dev/null and b/htdocs/dompdf/www/test/images/cmyk_test2.jpg differ diff --git a/htdocs/dompdf/www/test/images/dokuwiki-128.png b/htdocs/dompdf/www/test/images/dokuwiki-128.png new file mode 100644 index 000000000..b2306ac95 Binary files /dev/null and b/htdocs/dompdf/www/test/images/dokuwiki-128.png differ diff --git a/htdocs/dompdf/www/test/images/dompdf_simple.png b/htdocs/dompdf/www/test/images/dompdf_simple.png new file mode 100644 index 000000000..fd3265e54 Binary files /dev/null and b/htdocs/dompdf/www/test/images/dompdf_simple.png differ diff --git a/htdocs/dompdf/www/test/images/goldengate.jpg b/htdocs/dompdf/www/test/images/goldengate.jpg new file mode 100644 index 000000000..42802744d Binary files /dev/null and b/htdocs/dompdf/www/test/images/goldengate.jpg differ diff --git a/htdocs/dompdf/www/test/images/green.gif b/htdocs/dompdf/www/test/images/green.gif new file mode 100644 index 000000000..151a83c07 Binary files /dev/null and b/htdocs/dompdf/www/test/images/green.gif differ diff --git a/htdocs/dompdf/www/test/images/grid-36.gif b/htdocs/dompdf/www/test/images/grid-36.gif new file mode 100644 index 000000000..4bf1e2cfd Binary files /dev/null and b/htdocs/dompdf/www/test/images/grid-36.gif differ diff --git a/htdocs/dompdf/www/test/images/html.png b/htdocs/dompdf/www/test/images/html.png new file mode 100644 index 000000000..672cbce42 Binary files /dev/null and b/htdocs/dompdf/www/test/images/html.png differ diff --git a/htdocs/dompdf/www/test/images/no_extension b/htdocs/dompdf/www/test/images/no_extension new file mode 100644 index 000000000..fd3265e54 Binary files /dev/null and b/htdocs/dompdf/www/test/images/no_extension differ diff --git a/htdocs/dompdf/www/test/images/pdf.png b/htdocs/dompdf/www/test/images/pdf.png new file mode 100644 index 000000000..638066dea Binary files /dev/null and b/htdocs/dompdf/www/test/images/pdf.png differ diff --git a/htdocs/dompdf/www/test/images/php.gif b/htdocs/dompdf/www/test/images/php.gif new file mode 100644 index 000000000..f352c7308 Binary files /dev/null and b/htdocs/dompdf/www/test/images/php.gif differ diff --git a/htdocs/dompdf/www/test/images/png.png b/htdocs/dompdf/www/test/images/png.png new file mode 100644 index 000000000..f0b5b00ee Binary files /dev/null and b/htdocs/dompdf/www/test/images/png.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray16a.png b/htdocs/dompdf/www/test/images/png/gray16a.png new file mode 100644 index 000000000..946006b12 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray16a.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray16a_bk.png b/htdocs/dompdf/www/test/images/png/gray16a_bk.png new file mode 100644 index 000000000..afbb9c86c Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray16a_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray16b.png b/htdocs/dompdf/www/test/images/png/gray16b.png new file mode 100644 index 000000000..46aca9ce8 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray16b.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray16b_bk.png b/htdocs/dompdf/www/test/images/png/gray16b_bk.png new file mode 100644 index 000000000..67977083c Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray16b_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray8a.png b/htdocs/dompdf/www/test/images/png/gray8a.png new file mode 100644 index 000000000..df7cefcdd Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray8a.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray8a_bk.png b/htdocs/dompdf/www/test/images/png/gray8a_bk.png new file mode 100644 index 000000000..fcb8483a4 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray8a_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray8b.png b/htdocs/dompdf/www/test/images/png/gray8b.png new file mode 100644 index 000000000..9ad1ab257 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray8b.png differ diff --git a/htdocs/dompdf/www/test/images/png/gray8b_bk.png b/htdocs/dompdf/www/test/images/png/gray8b_bk.png new file mode 100644 index 000000000..ca246e81d Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/gray8b_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/pal.png b/htdocs/dompdf/www/test/images/png/pal.png new file mode 100644 index 000000000..7fec549c9 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/pal.png differ diff --git a/htdocs/dompdf/www/test/images/png/pal_bk.png b/htdocs/dompdf/www/test/images/png/pal_bk.png new file mode 100644 index 000000000..1923b0381 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/pal_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/pal_bk_notrns.png b/htdocs/dompdf/www/test/images/png/pal_bk_notrns.png new file mode 100644 index 000000000..b89efae6b Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/pal_bk_notrns.png differ diff --git a/htdocs/dompdf/www/test/images/png/palb.png b/htdocs/dompdf/www/test/images/png/palb.png new file mode 100644 index 000000000..65a8351c3 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/palb.png differ diff --git a/htdocs/dompdf/www/test/images/png/result_16ns.gif b/htdocs/dompdf/www/test/images/png/result_16ns.gif new file mode 100644 index 000000000..55c4a396b Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_16ns.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_1trns.gif b/htdocs/dompdf/www/test/images/png/result_1trns.gif new file mode 100644 index 000000000..8a9813092 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_1trns.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_bla.gif b/htdocs/dompdf/www/test/images/png/result_bla.gif new file mode 100644 index 000000000..c29b13f52 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_bla.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_dith.gif b/htdocs/dompdf/www/test/images/png/result_dith.gif new file mode 100644 index 000000000..b76f48475 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_dith.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_gra.gif b/htdocs/dompdf/www/test/images/png/result_gra.gif new file mode 100644 index 000000000..fb348ff9f Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_gra.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_mag.gif b/htdocs/dompdf/www/test/images/png/result_mag.gif new file mode 100644 index 000000000..fa72b5275 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_mag.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_magthr1.gif b/htdocs/dompdf/www/test/images/png/result_magthr1.gif new file mode 100644 index 000000000..478250fd4 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_magthr1.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_no.gif b/htdocs/dompdf/www/test/images/png/result_no.gif new file mode 100644 index 000000000..e64739a4d Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_no.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_nsbug.gif b/htdocs/dompdf/www/test/images/png/result_nsbug.gif new file mode 100644 index 000000000..52a87b3fb Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_nsbug.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_ok.gif b/htdocs/dompdf/www/test/images/png/result_ok.gif new file mode 100644 index 000000000..f86998839 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_ok.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_oprbug.gif b/htdocs/dompdf/www/test/images/png/result_oprbug.gif new file mode 100644 index 000000000..5fac687a4 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_oprbug.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_thr1.gif b/htdocs/dompdf/www/test/images/png/result_thr1.gif new file mode 100644 index 000000000..66ee0f62a Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_thr1.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_thr128.gif b/htdocs/dompdf/www/test/images/png/result_thr128.gif new file mode 100644 index 000000000..998fb74e2 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_thr128.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_thr255.gif b/htdocs/dompdf/www/test/images/png/result_thr255.gif new file mode 100644 index 000000000..a7b719ce5 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_thr255.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_whi.gif b/htdocs/dompdf/www/test/images/png/result_whi.gif new file mode 100644 index 000000000..74ddabc0c Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_whi.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_yel.gif b/htdocs/dompdf/www/test/images/png/result_yel.gif new file mode 100644 index 000000000..681d0883d Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_yel.gif differ diff --git a/htdocs/dompdf/www/test/images/png/result_yelthr1.gif b/htdocs/dompdf/www/test/images/png/result_yelthr1.gif new file mode 100644 index 000000000..6049157b0 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/result_yelthr1.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_bla.gif b/htdocs/dompdf/www/test/images/png/resultb_bla.gif new file mode 100644 index 000000000..bcbd4d96c Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_bla.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_bug.gif b/htdocs/dompdf/www/test/images/png/resultb_bug.gif new file mode 100644 index 000000000..3789f2b02 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_bug.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_mag.gif b/htdocs/dompdf/www/test/images/png/resultb_mag.gif new file mode 100644 index 000000000..f051aa46d Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_mag.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_moz2.gif b/htdocs/dompdf/www/test/images/png/resultb_moz2.gif new file mode 100644 index 000000000..312f73457 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_moz2.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_no.gif b/htdocs/dompdf/www/test/images/png/resultb_no.gif new file mode 100644 index 000000000..9cb7801e9 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_no.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_ok.gif b/htdocs/dompdf/www/test/images/png/resultb_ok.gif new file mode 100644 index 000000000..239812559 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_ok.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_whi.gif b/htdocs/dompdf/www/test/images/png/resultb_whi.gif new file mode 100644 index 000000000..a21af08bc Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_whi.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultb_yel.gif b/htdocs/dompdf/www/test/images/png/resultb_yel.gif new file mode 100644 index 000000000..969db3d18 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultb_yel.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultg_bla.gif b/htdocs/dompdf/www/test/images/png/resultg_bla.gif new file mode 100644 index 000000000..c4ecc4e05 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultg_bla.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultg_dgr.gif b/htdocs/dompdf/www/test/images/png/resultg_dgr.gif new file mode 100644 index 000000000..17fbb6c82 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultg_dgr.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultg_lgr.gif b/htdocs/dompdf/www/test/images/png/resultg_lgr.gif new file mode 100644 index 000000000..68914a2fb Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultg_lgr.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultg_no.gif b/htdocs/dompdf/www/test/images/png/resultg_no.gif new file mode 100644 index 000000000..3e3619a01 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultg_no.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultga.gif b/htdocs/dompdf/www/test/images/png/resultga.gif new file mode 100644 index 000000000..33ce2f883 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultga.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultgb.gif b/htdocs/dompdf/www/test/images/png/resultgb.gif new file mode 100644 index 000000000..76ecb5458 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultgb.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultgb_dgr.gif b/htdocs/dompdf/www/test/images/png/resultgb_dgr.gif new file mode 100644 index 000000000..06413c538 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultgb_dgr.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultgb_no.gif b/htdocs/dompdf/www/test/images/png/resultgb_no.gif new file mode 100644 index 000000000..a2453e424 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultgb_no.gif differ diff --git a/htdocs/dompdf/www/test/images/png/resultpb_no.gif b/htdocs/dompdf/www/test/images/png/resultpb_no.gif new file mode 100644 index 000000000..72e61f8c6 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/resultpb_no.gif differ diff --git a/htdocs/dompdf/www/test/images/png/rgb16_t.png b/htdocs/dompdf/www/test/images/png/rgb16_t.png new file mode 100644 index 000000000..37682e9b3 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgb16_t.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgb16_t_bk.png b/htdocs/dompdf/www/test/images/png/rgb16_t_bk.png new file mode 100644 index 000000000..0505b2f6f Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgb16_t_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgb8_t.png b/htdocs/dompdf/www/test/images/png/rgb8_t.png new file mode 100644 index 000000000..3fd10c858 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgb8_t.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgb8_t_bk.png b/htdocs/dompdf/www/test/images/png/rgb8_t_bk.png new file mode 100644 index 000000000..89ce912b1 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgb8_t_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgba16.png b/htdocs/dompdf/www/test/images/png/rgba16.png new file mode 100644 index 000000000..8a10587c5 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgba16.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgba16_bk.png b/htdocs/dompdf/www/test/images/png/rgba16_bk.png new file mode 100644 index 000000000..05a6db1e2 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgba16_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgba8.png b/htdocs/dompdf/www/test/images/png/rgba8.png new file mode 100644 index 000000000..495d8c329 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgba8.png differ diff --git a/htdocs/dompdf/www/test/images/png/rgba8_bk.png b/htdocs/dompdf/www/test/images/png/rgba8_bk.png new file mode 100644 index 000000000..10a1ee508 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/rgba8_bk.png differ diff --git a/htdocs/dompdf/www/test/images/png/stripe.gif b/htdocs/dompdf/www/test/images/png/stripe.gif new file mode 100644 index 000000000..e3fa3b331 Binary files /dev/null and b/htdocs/dompdf/www/test/images/png/stripe.gif differ diff --git a/htdocs/dompdf/www/test/images/smiley.png b/htdocs/dompdf/www/test/images/smiley.png new file mode 100644 index 000000000..f5d3a0a94 Binary files /dev/null and b/htdocs/dompdf/www/test/images/smiley.png differ diff --git a/htdocs/dompdf/www/test/images/unknown_extension.foo b/htdocs/dompdf/www/test/images/unknown_extension.foo new file mode 100644 index 000000000..fd3265e54 Binary files /dev/null and b/htdocs/dompdf/www/test/images/unknown_extension.foo differ diff --git a/htdocs/dompdf/www/test/images/vblank.gif b/htdocs/dompdf/www/test/images/vblank.gif new file mode 100644 index 000000000..332034b89 Binary files /dev/null and b/htdocs/dompdf/www/test/images/vblank.gif differ diff --git a/htdocs/dompdf/www/test/images/what_ordered.gif b/htdocs/dompdf/www/test/images/what_ordered.gif new file mode 100644 index 000000000..63de445a3 Binary files /dev/null and b/htdocs/dompdf/www/test/images/what_ordered.gif differ diff --git a/htdocs/dompdf/www/test/page_pages.html b/htdocs/dompdf/www/test/page_pages.html new file mode 100644 index 000000000..a9f2fe028 --- /dev/null +++ b/htdocs/dompdf/www/test/page_pages.html @@ -0,0 +1,201 @@ + + + + + + + + + +

      Lorem ipsum dolor sit amet

      +

      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at +odio vitae libero tempus convallis. Cum sociis natoque penatibus et +magnis dis parturient montes, nascetur ridiculus mus. Vestibulum purus +mauris, dapibus eu, sagittis quis, sagittis quis, mi. Morbi fringilla +massa quis velit. Curabitur metus massa, semper mollis, molestie vel, +adipiscing nec, massa. Phasellus vitae felis sed lectus dapibus +facilisis. In ultrices sagittis ipsum. In at est. Integer iaculis +turpis vel magna. Cras eu est. Integer porttitor ligula a +tellus. Curabitur accumsan ipsum a velit. Sed laoreet lectus quis +leo. Nulla pellentesque molestie ante. Quisque vestibulum est id +justo. Ut pellentesque ante in neque.

      + +

      Curabitur ut diam eu dui vestibulum pharetra. Nam pellentesque, justo +non hendrerit venenatis, mi orci pretium mi, et vehicula leo arcu quis +diam. Nullam mattis laoreet quam. Morbi mollis sem ut tellus. Nam mi +massa, lobortis eu, sollicitudin et, iaculis et, massa. Maecenas purus +mauris, luctus sit amet, pharetra in, facilisis sit amet, elit. Nullam +vel erat tempus purus molestie suscipit. Vestibulum odio lorem, +sollicitudin non, volutpat sit amet, tincidunt vel, nunc. Nulla quis +ante vestibulum odio feugiat facilisis. Proin lorem nisl, viverra at, +rhoncus quis, semper nec, mi. Donec euismod enim vitae velit. Nulla +sed lectus. Vivamus placerat, lacus sed vehicula sagittis, arcu massa +adipiscing lorem, bibendum luctus nisl tortor vitae leo.

      + +

      Etiam a mauris. Proin justo elit, accumsan sit amet, tempus et, +blandit id, tellus. Morbi varius, nisi id iaculis aliquam, lacus +ligula facilisis velit, ac pharetra ipsum augue a massa. Etiam rhoncus +commodo orci. Mauris ullamcorper sagittis turpis. Nullam magna libero, +sagittis sed, auctor faucibus, accumsan vitae, urna. Pellentesque +volutpat. Aliquam sapien ipsum, eleifend nec, imperdiet vitae, +consectetuer id, quam. Donec a urna. Suspendisse sit amet +velit. Curabitur quis nisi id dui viverra ornare. Sed condimentum enim +quis tortor. Ut condimentum, magna non tempus tincidunt, leo nibh +molestie tellus, vitae convallis dolor ante sed ante. Nunc et +metus. Phasellus ultricies. Fusce faucibus tortor sit amet mauris.

      + +

      Aliquam enim. Duis et diam. Praesent porta, mauris quis pellentesque +volutpat, erat elit vulputate eros, vitae pulvinar augue velit sit +amet sem. Fusce eu urna eu nisi condimentum posuere. Vivamus sed +felis. Duis eget urna vitae eros interdum dignissim. Proin justo eros, +eleifend in, porttitor in, malesuada non, neque. Etiam sed +augue. Nulla sit amet magna. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit. Mauris facilisis. Curabitur massa magna, pulvinar a, +nonummy eget, egestas vitae, mauris. Quisque vel elit sit amet lorem +malesuada facilisis. Vestibulum porta, metus sit amet egestas +interdum, urna justo euismod erat, id tristique urna leo quis +nibh. Morbi non erat.

      + +

      Cras fringilla, nulla id egestas elementum, augue nunc iaculis nibh, +ac adipiscing nibh justo id tortor. Donec vel orci a nisi ultricies +aliquet. Nunc urna quam, adipiscing molestie, vehicula non, +condimentum non, magna. Integer magna. Donec quam metus, pulvinar id, +suscipit eget, euismod ac, orci. Nulla facilisi. Nullam nec +mauris. Morbi in mi. Etiam urna lectus, pulvinar ac, sollicitudin eu, +euismod ac, lectus. Fusce elit. Sed ultricies odio ac felis.

      + +

      Cras iaculis. Nulla facilisi.

      +

      Cras iaculis. Nulla facilisi. Fusce vitae arcu. Integer lectus mauris, +ornare vel, accumsan eget, scelerisque vel, nunc. Maecenas justo urna, +volutpat vel, vehicula vel, ullamcorper nec, odio. Suspendisse laoreet +nisi sed erat. Cras convallis sollicitudin sapien. Phasellus ac erat +eu mi rutrum rhoncus. Morbi et velit. Morbi odio nisi, pharetra eget, +sollicitudin sed, aliquam at, nisl. Quisque euismod diam in +sapien. Integer accumsan urna in risus.

      + +

      Proin sit amet nisl. Phasellus dui ipsum, laoreet a, pulvinar id, +fringilla ut, libero. In hac habitasse platea dictumst. Maecenas mi +magna, cursus sed, rutrum eget, molestie nec, dui. Suspendisse +lacus. Vivamus nibh urna, accumsan sit amet, gravida sed, convallis a, +leo. Cras sollicitudin orci sit amet eros. Pellentesque eu odio et +velit tempor dignissim. Morbi vehicula malesuada enim. Pellentesque +tincidunt, tellus ac fringilla tempor, justo libero interdum nunc, eu +sollicitudin tortor augue nec tellus. Nullam eget leo quis tellus +gravida faucibus. Nam gravida. Curabitur rhoncus egestas +nunc. Curabitur mollis, nisi sed suscipit gravida, enim felis interdum +justo, vel accumsan magna nunc ut libero. Ut fermentum. Fusce luctus, +est sit amet feugiat lobortis, nisl eros bibendum libero, ut suscipit +felis ligula in massa. Proin congue elit et nisi. Cras ac nisl. Nunc +ullamcorper neque vel diam.

      + +

      Ut pellentesque arcu ac lectus.

      +

      Sed ac lorem. Ut pellentesque arcu ac lectus. Cum sociis natoque +penatibus et magnis dis parturient montes, nascetur ridiculus +mus. Pellentesque ultrices metus sollicitudin pede. Donec fermentum +est a velit fringilla mollis. Duis ligula. Fusce viverra laoreet +odio. Suspendisse sit amet ligula. Maecenas nunc velit, sagittis eu, +bibendum eu, placerat at, nibh. Praesent ut erat eget nisi gravida +imperdiet. Quisque vitae sapien. Ut eros.

      + +

      Donec eros ligula, dignissim vel, ultricies id, mattis in, massa. Duis +lobortis dui nec orci. Sed ullamcorper metus non massa. Aliquam eget +mauris ac nulla elementum posuere. Sed porta, augue vitae rhoncus +aliquet, felis quam eleifend est, vitae rutrum metus arcu vel +lorem. Proin laoreet, mauris sit amet aliquet eleifend, nisl sem +molestie nisi, eu varius eros ligula non erat. Integer ac +sem. Suspendisse lectus. Aliquam erat volutpat. Fusce sit amet leo +faucibus erat molestie ultrices. Maecenas lacinia lectus eget +dui. Etiam porta porttitor ante. Phasellus sit amet lacus adipiscing +enim mollis iaculis. Fusce congue, nulla a commodo aliquam, erat dui +fermentum dui, pellentesque faucibus orci enim at mauris. Pellentesque +a diam porta magna tempor posuere. Donec lorem.

      + +

      Sed viverra aliquam turpis. Aliquam lacus. Duis id massa. Nullam +ante. Suspendisse condimentum. Donec adipiscing, felis vel semper +sollicitudin, lacus justo pretium est, sed blandit pede risus eu +ante. Praesent ante nulla, fringilla id, ultrices et, feugiat a, +metus. Proin ac velit a metus suscipit fermentum. Integer aliquet. Sed +sapien nulla, placerat at, rutrum at, condimentum quis, libero. In +accumsan, tellus nec tincidunt malesuada, pede arcu commodo ipsum, ac +mattis tortor urna vitae enim. Aenean nonummy, mauris eget commodo +bibendum, augue sem ultrices nunc, eget rhoncus metus erat placerat +lectus. Aliquam mollis lectus in justo. Vivamus iaculis lacus sit amet +ligula. Etiam consectetuer convallis diam. Curabitur sollicitudin, +felis eu vehicula scelerisque, nisl urna aliquam orci, sit amet +laoreet mi turpis id ligula. Donec at enim non nulla adipiscing +dapibus. Aenean nisl.

      + +

      Ut in lacus nec enim volutpat pellentesque. Integer euismod. In odio +eros, malesuada in, mattis vel, tempor nec, sem. In libero tellus, +varius vitae, bibendum in, elementum quis, nisl. Duis tortor. Etiam at +justo. Pellentesque facilisis mauris non nunc. Praesent eros mi, +dapibus eget, placerat ac, lobortis quis, sem. Nulla rhoncus +turpis. Nulla vitae mi. Proin id massa. Nunc eros.

      + +

      Aliquam molestie pulvinar ligula.

      +

      Vestibulum dui risus, varius ut, semper et, consequat ultrices, +felis. Pellentesque iaculis urna in velit. Ut pharetra. Nunc +fringilla, nisi vitae fringilla placerat, enim justo semper erat, +mollis feugiat leo neque eu sem. Vestibulum orci urna, suscipit a, +accumsan nec, fringilla in, risus. Nullam ante. Nullam nec +eros. Nullam varius. Nulla facilisi. In auctor libero in +metus. Aliquam porttitor congue eros. Nulla facilisi. Mauris euismod +turpis ut felis. Ut nunc nisl, cursus quis, eleifend at, viverra +bibendum, lacus. Donec consequat lacus eu sapien. Fusce pulvinar +lectus quis nunc. In hac habitasse platea dictumst.

      + +

      Aliquam molestie pulvinar ligula. Maecenas imperdiet, urna eget +ultrices adipiscing, nibh ante elementum neque, id molestie massa quam +ut nunc. Nullam porta. Phasellus a magna in sem volutpat +viverra. Quisque aliquet nunc ac turpis. Mauris dolor enim, viverra +rutrum, placerat et, laoreet et, justo. In id nulla. Donec +erat. Phasellus nec mi sed velit mollis cursus. Vestibulum +tincidunt. Praesent dui libero, facilisis eu, vulputate eget, aliquet +nec, ipsum. Pellentesque in nisl in mauris pretium euismod.

      + + diff --git a/htdocs/dompdf/www/test/print_header_footer.html b/htdocs/dompdf/www/test/print_header_footer.html new file mode 100644 index 000000000..e74d4e38c --- /dev/null +++ b/htdocs/dompdf/www/test/print_header_footer.html @@ -0,0 +1,218 @@ + + + + + +Header and Footer example + + + + + + + + + + +

      Section 1

      + +

      + +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non +risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, +ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula +massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci +nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit +amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat +in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero +pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo +in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue +blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus +et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed +pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales +hendrerit.

      + +
      + +

      Section 2

      + +

      + + Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut +orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, +ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus +sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer +id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae +elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et +sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue +eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non +elementum posuere, metus purus iaculis lectus, et tristique ligula +justo vitae magna. Morbi vel erat non mauris convallis vehicula. Nulla et +sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue +eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non +elementum posuere, metus purus iaculis lectus, et tristique ligula +justo vitae magna.

      + +
      + +

      Section 3

      + + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + +

      Aliquam convallis sollicitudin purus. Praesent aliquam, enim at +fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu +lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod +libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean +suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla +tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, +felis magna fermentum augue, et ultricies lacus lorem varius purus. +Curabitur eu amet.

      + + diff --git a/htdocs/dompdf/www/test/quirks_center_table.html b/htdocs/dompdf/www/test/quirks_center_table.html new file mode 100644 index 000000000..d0a453666 --- /dev/null +++ b/htdocs/dompdf/www/test/quirks_center_table.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + +
      ab
      cd
      + + + diff --git a/htdocs/dompdf/www/test/quirks_font_tag.html b/htdocs/dompdf/www/test/quirks_font_tag.html new file mode 100644 index 000000000..6b0812f77 --- /dev/null +++ b/htdocs/dompdf/www/test/quirks_font_tag.html @@ -0,0 +1,70 @@ + + + + + + + +

      Font tags with absolute size

      + +size=1 +size=2 +size=3 +size=4 +size=5 +size=6 +size=7 + +

      Span tags with absolute CSS size

      + +size=1 +size=2 +size=3 +size=4 +size=5 +size=6 +size=7 + +

      Font tags with relative size

      + +size=-4 +size=-3 +size=-2 +size=-1 +size=+1 +size=+2 +size=+3 +size=+4 + +

      Span tags with relative CSS size

      + +size=-4 +size=-3 +size=-2 +size=-1 +size=+1 +size=+2 +size=+3 +size=+4 + +

      Nested font tags

      + +size=2 + size=4 + size=2 + size=4 + size=2 + size=4 + size=2 + size=4 + + + + + + + + + + + diff --git a/htdocs/dompdf/www/test/quirks_html_attributes.html b/htdocs/dompdf/www/test/quirks_html_attributes.html new file mode 100644 index 000000000..efb6b2641 --- /dev/null +++ b/htdocs/dompdf/www/test/quirks_html_attributes.html @@ -0,0 +1,55 @@ + + + + + + +
      + +Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet +doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit +amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt +ut laoreet dolore magna aliquam erat volutpat.
      +Ut wisi enim ad minim veniam, +quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex +ea commodo consequat. + +
      +
      + + + + + + + + + + + + + + + + + + + + +
      Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper + suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem + vel eum iriure dolor in hendrerit in vulputate velit esse molestie + consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et + accumsan et iusto odio dignissim qui blandit praesent luptatum zzril + delenit augue duis dolore te feugait nulla facilisi.table testLorem ipsum dolor sit amet, consetetur sadipscing elitr, + sed diam nonumy eirmod tempor invidunt ut labore et dolore magna + aliquyam erat, sed diam voluptua.Duis autem vel eum iriure dolor in hendrerit in + vulputate velit esse molestie consequat, vel illum dolore eu feugiat + nulla facilisis at vero eros et accumsan et iusto odio dignissim qui + blandit praesent luptatum zzril delenit augue duis dolore te feugait + nulla facilisi.
      table testNam liber tempor cum soluta nobis eleifend option congue nihil + imperdiet doming id quod mazim placerat facer possim assum.
      + Lorem ipsum dolor sit amet.
      table testtable test
      table testtable testtable testtable test
      + + + diff --git a/htdocs/dompdf/www/test/script_javascript.html b/htdocs/dompdf/www/test/script_javascript.html new file mode 100644 index 000000000..84efb467a --- /dev/null +++ b/htdocs/dompdf/www/test/script_javascript.html @@ -0,0 +1,24 @@ + + + + Javascript test + + + + +This page will be printed automatically + +

      A title

      + + + + + diff --git a/htdocs/dompdf/www/test/script_php.php b/htdocs/dompdf/www/test/script_php.php new file mode 100644 index 000000000..ad75b6ed7 --- /dev/null +++ b/htdocs/dompdf/www/test/script_php.php @@ -0,0 +1,28 @@ + + + + + + + + + +Here's some dynamically generated text and some random circles...

      "; +?> + + +Current PHP version: " . phpversion() . ". "; +echo "Today is " . strftime("%A") . " the " . strftime("%e").date("S").strftime(" of %B, %Y %T") . "

      "; + +?> + diff --git a/htdocs/export/blis_1005_backup.sql b/htdocs/export/blis_1005_backup.sql new file mode 100644 index 000000000..cb43165b9 --- /dev/null +++ b/htdocs/export/blis_1005_backup.sql @@ -0,0 +1,1352 @@ +-- MySQL dump 10.11 +-- +-- Host: localhost Database: blis_1005 +-- ------------------------------------------------------ +-- Server version 5.0.41-community-nt + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Current Database: `blis_1005` +-- + +CREATE DATABASE /*!32312 IF NOT EXISTS*/ `blis_1005` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci */; + +USE `blis_1005`; + +-- +-- Table structure for table `bills` +-- + +DROP TABLE IF EXISTS `bills`; +CREATE TABLE `bills` ( + `id` int(11) unsigned NOT NULL auto_increment, + `patient_id` int(11) unsigned NOT NULL, + `paid_in_full` bit(1) NOT NULL default '\0', + PRIMARY KEY (`id`), + UNIQUE KEY `id_UNIQUE` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `bills` +-- + +LOCK TABLES `bills` WRITE; +/*!40000 ALTER TABLE `bills` DISABLE KEYS */; +INSERT INTO `bills` VALUES (1,1,'\0'); +/*!40000 ALTER TABLE `bills` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bills_test_association` +-- + +DROP TABLE IF EXISTS `bills_test_association`; +CREATE TABLE `bills_test_association` ( + `id` int(11) unsigned NOT NULL auto_increment, + `bill_id` int(11) unsigned NOT NULL, + `test_id` int(11) unsigned NOT NULL, + `discount_type` int(4) unsigned NOT NULL default '1000', + `discount_amount` decimal(10,2) unsigned NOT NULL default '0.00', + PRIMARY KEY (`id`), + UNIQUE KEY `id_UNIQUE` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `bills_test_association` +-- + +LOCK TABLES `bills_test_association` WRITE; +/*!40000 ALTER TABLE `bills_test_association` DISABLE KEYS */; +INSERT INTO `bills_test_association` VALUES (1,1,1,1000,'0.00'),(2,1,2,1000,'0.00'); +/*!40000 ALTER TABLE `bills_test_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `comment` +-- + +DROP TABLE IF EXISTS `comment`; +CREATE TABLE `comment` ( + `id` int(10) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL default '', + `page` varchar(45) NOT NULL default '', + `comment` varchar(150) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `comment` +-- + +LOCK TABLES `comment` WRITE; +/*!40000 ALTER TABLE `comment` DISABLE KEYS */; +/*!40000 ALTER TABLE `comment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `currency_conversion` +-- + +DROP TABLE IF EXISTS `currency_conversion`; +CREATE TABLE `currency_conversion` ( + `currencya` varchar(200) NOT NULL, + `currencyb` varchar(200) NOT NULL, + `exchangerate` float(5,2) default NULL, + `updatedts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `flag1` int(11) default NULL, + `flag2` int(11) default NULL, + `setting1` varchar(200) default NULL, + `setting2` varchar(200) default NULL, + PRIMARY KEY (`currencya`,`currencyb`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `currency_conversion` +-- + +LOCK TABLES `currency_conversion` WRITE; +/*!40000 ALTER TABLE `currency_conversion` DISABLE KEYS */; +INSERT INTO `currency_conversion` VALUES ('GHS','GHS',1.00,'2013-11-11 14:07:02',1,NULL,NULL,NULL); +/*!40000 ALTER TABLE `currency_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `custom_field_type` +-- + +DROP TABLE IF EXISTS `custom_field_type`; +CREATE TABLE `custom_field_type` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_type` varchar(45) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `custom_field_type` +-- + +LOCK TABLES `custom_field_type` WRITE; +/*!40000 ALTER TABLE `custom_field_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `custom_field_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `delay_measures` +-- + +DROP TABLE IF EXISTS `delay_measures`; +CREATE TABLE `delay_measures` ( + `User_Id` varchar(50) NOT NULL default '', + `IP_Address` varchar(16) NOT NULL default '', + `Latency` int(11) NOT NULL default '0', + `Recorded_At` datetime NOT NULL default '0000-00-00 00:00:00', + `Page_Name` varchar(45) default NULL, + `Request_URI` varchar(100) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `delay_measures` +-- + +LOCK TABLES `delay_measures` WRITE; +/*!40000 ALTER TABLE `delay_measures` DISABLE KEYS */; +/*!40000 ALTER TABLE `delay_measures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `field_order` +-- + +DROP TABLE IF EXISTS `field_order`; +CREATE TABLE `field_order` ( + `id` int(11) NOT NULL auto_increment, + `lab_config_id` int(11) unsigned default NULL, + `form_id` int(11) default NULL, + `field_order` varchar(2000) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `field_order` +-- + +LOCK TABLES `field_order` WRITE; +/*!40000 ALTER TABLE `field_order` DISABLE KEYS */; +INSERT INTO `field_order` VALUES (22,1005,1,'Patient ID,Daily Number,Patient Name,Sex,Date of Birth,Age,Phone Number,Email'),(20,1005,2,'Specimen ID,Comments,Lab Reciept Date,Referred Out,Physician'); +/*!40000 ALTER TABLE `field_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_reagent` +-- + +DROP TABLE IF EXISTS `inv_reagent`; +CREATE TABLE `inv_reagent` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(100) collate latin1_general_ci NOT NULL, + `unit` varchar(45) collate latin1_general_ci NOT NULL default 'units', + `remarks` varchar(245) collate latin1_general_ci default NULL, + `created_by` varchar(10) collate latin1_general_ci NOT NULL default '0', + `assocation` varchar(10) collate latin1_general_ci default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_reagent` +-- + +LOCK TABLES `inv_reagent` WRITE; +/*!40000 ALTER TABLE `inv_reagent` DISABLE KEYS */; +/*!40000 ALTER TABLE `inv_reagent` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_supply` +-- + +DROP TABLE IF EXISTS `inv_supply`; +CREATE TABLE `inv_supply` ( + `id` int(11) NOT NULL auto_increment, + `reagent_id` int(11) NOT NULL, + `lot` varchar(100) collate latin1_general_ci NOT NULL, + `expiry_date` date default NULL, + `manufacturer` varchar(100) collate latin1_general_ci default NULL, + `supplier` varchar(100) collate latin1_general_ci default NULL, + `quantity_ordered` int(11) NOT NULL default '0', + `quantity_supplied` int(11) NOT NULL default '0', + `cost_per_unit` decimal(10,0) default NULL, + `user_id` int(11) NOT NULL default '0', + `date_of_order` date default NULL, + `date_of_supply` date default NULL, + `date_of_reception` date default NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `reagent_id` (`reagent_id`), + CONSTRAINT `reagent_id` FOREIGN KEY (`reagent_id`) REFERENCES `inv_reagent` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_supply` +-- + +LOCK TABLES `inv_supply` WRITE; +/*!40000 ALTER TABLE `inv_supply` DISABLE KEYS */; +/*!40000 ALTER TABLE `inv_supply` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_usage` +-- + +DROP TABLE IF EXISTS `inv_usage`; +CREATE TABLE `inv_usage` ( + `id` int(11) NOT NULL auto_increment, + `reagent_id` int(11) NOT NULL, + `lot` varchar(100) collate latin1_general_ci NOT NULL, + `quantity_used` int(11) NOT NULL default '0', + `date_of_use` date NOT NULL, + `user_id` int(11) NOT NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `reagent_id` (`reagent_id`), + KEY `reagent_id2` (`reagent_id`), + CONSTRAINT `reagent_id2` FOREIGN KEY (`reagent_id`) REFERENCES `inv_reagent` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_usage` +-- + +LOCK TABLES `inv_usage` WRITE; +/*!40000 ALTER TABLE `inv_usage` DISABLE KEYS */; +/*!40000 ALTER TABLE `inv_usage` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config` +-- + +DROP TABLE IF EXISTS `lab_config`; +CREATE TABLE `lab_config` ( + `lab_config_id` int(10) unsigned NOT NULL auto_increment, + `name` char(45) NOT NULL default '', + `location` char(45) NOT NULL default '', + `admin_user_id` int(10) unsigned NOT NULL default '0', + `db_name` char(45) NOT NULL default '', + `id_mode` int(10) unsigned NOT NULL default '2', + `p_addl` int(10) unsigned NOT NULL default '0', + `s_addl` int(10) unsigned NOT NULL default '0', + `daily_num` int(10) unsigned NOT NULL default '1', + `pid` int(10) unsigned NOT NULL default '2', + `pname` int(10) unsigned NOT NULL default '1', + `sex` int(10) unsigned NOT NULL default '2', + `age` int(10) unsigned NOT NULL default '1', + `dob` int(10) unsigned NOT NULL default '1', + `sid` int(10) unsigned NOT NULL default '2', + `refout` int(10) unsigned NOT NULL default '1', + `rdate` int(10) unsigned NOT NULL default '2', + `comm` int(10) unsigned NOT NULL default '1', + `dformat` varchar(45) NOT NULL default 'd-m-Y', + `dnum_reset` int(10) unsigned NOT NULL default '1', + `doctor` int(10) unsigned NOT NULL default '1', + PRIMARY KEY (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; + +-- +-- Dumping data for table `lab_config` +-- + +LOCK TABLES `lab_config` WRITE; +/*!40000 ALTER TABLE `lab_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_access` +-- + +DROP TABLE IF EXISTS `lab_config_access`; +CREATE TABLE `lab_config_access` ( + `user_id` int(10) unsigned NOT NULL default '0', + `lab_config_id` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`user_id`,`lab_config_id`), + KEY `lab_config_id` (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_access` +-- + +LOCK TABLES `lab_config_access` WRITE; +/*!40000 ALTER TABLE `lab_config_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_settings` +-- + +DROP TABLE IF EXISTS `lab_config_settings`; +CREATE TABLE `lab_config_settings` ( + `id` int(11) NOT NULL, + `flag1` int(11) default NULL, + `flag2` int(11) default NULL, + `flag3` int(11) default NULL, + `flag4` int(11) default NULL, + `setting1` varchar(200) collate latin1_general_ci default NULL, + `setting2` varchar(200) collate latin1_general_ci default NULL, + `setting3` varchar(200) collate latin1_general_ci default NULL, + `setting4` varchar(200) collate latin1_general_ci default NULL, + `misc` varchar(500) collate latin1_general_ci default NULL, + `remarks` varchar(500) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `lab_config_settings` +-- + +LOCK TABLES `lab_config_settings` WRITE; +/*!40000 ALTER TABLE `lab_config_settings` DISABLE KEYS */; +INSERT INTO `lab_config_settings` VALUES (1,0,3,30,11,'code39',NULL,NULL,NULL,NULL,'Barcode Settings','2013-11-07 11:48:01'),(2,20,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Search Settings','2013-11-07 11:48:00'),(3,1,NULL,NULL,NULL,'GHS','.',NULL,NULL,NULL,'Billing Settings','2013-11-11 13:55:22'); +/*!40000 ALTER TABLE `lab_config_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_specimen_type` +-- + +DROP TABLE IF EXISTS `lab_config_specimen_type`; +CREATE TABLE `lab_config_specimen_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `specimen_type_id` int(10) unsigned NOT NULL default '0', + KEY `lab_config_id` (`lab_config_id`), + KEY `specimen_type_id` (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_specimen_type` +-- + +LOCK TABLES `lab_config_specimen_type` WRITE; +/*!40000 ALTER TABLE `lab_config_specimen_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config_specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_test_type` +-- + +DROP TABLE IF EXISTS `lab_config_test_type`; +CREATE TABLE `lab_config_test_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `test_type_id` int(10) unsigned NOT NULL default '0', + KEY `lab_config_id` (`lab_config_id`), + KEY `test_type_id` (`test_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_test_type` +-- + +LOCK TABLES `lab_config_test_type` WRITE; +/*!40000 ALTER TABLE `lab_config_test_type` DISABLE KEYS */; +INSERT INTO `lab_config_test_type` VALUES (1005,1),(1005,2); +/*!40000 ALTER TABLE `lab_config_test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `labtitle_custom_field` +-- + +DROP TABLE IF EXISTS `labtitle_custom_field`; +CREATE TABLE `labtitle_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL, + `field_options` varchar(200) NOT NULL, + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `labtitle_custom_field` +-- + +LOCK TABLES `labtitle_custom_field` WRITE; +/*!40000 ALTER TABLE `labtitle_custom_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `labtitle_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `measure` +-- + +DROP TABLE IF EXISTS `measure`; +CREATE TABLE `measure` ( + `measure_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `unit_id` int(10) unsigned default NULL, + `range` varchar(500) default NULL, + `description` varchar(500) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `unit` varchar(30) default NULL, + PRIMARY KEY (`measure_id`), + KEY `unit_id` (`unit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `measure` +-- + +LOCK TABLES `measure` WRITE; +/*!40000 ALTER TABLE `measure` DISABLE KEYS */; +INSERT INTO `measure` VALUES (1,'Blood 1',NULL,':',NULL,'2013-11-12 09:04:34',''),(2,'BF1',NULL,'NP1_NOP_NO1_NOO1',NULL,'2013-12-18 10:16:28',''),(3,'DG',NULL,'NN1_LKO_OPU',NULL,'2013-12-18 10:16:29',''); +/*!40000 ALTER TABLE `measure` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `misc` +-- + +DROP TABLE IF EXISTS `misc`; +CREATE TABLE `misc` ( + `id` int(11) NOT NULL auto_increment, + `r_id` int(11) NOT NULL default '0', + `vr_id` varchar(45) collate latin1_general_ci NOT NULL default '0', + `i1` int(11) NOT NULL default '0', + `i2` int(11) NOT NULL default '0', + `i3` int(11) NOT NULL default '0', + `i4` int(11) NOT NULL default '0', + `i5` int(11) NOT NULL default '0', + `v1` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v2` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v3` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v4` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v5` varchar(500) collate latin1_general_ci NOT NULL default '0', + `dt1` datetime default NULL, + `dt2` datetime default NULL, + `dt3` datetime default NULL, + `d1` date default NULL, + `d2` date default NULL, + `d3` date default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `misc` +-- + +LOCK TABLES `misc` WRITE; +/*!40000 ALTER TABLE `misc` DISABLE KEYS */; +/*!40000 ALTER TABLE `misc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `numeric_interpretation` +-- + +DROP TABLE IF EXISTS `numeric_interpretation`; +CREATE TABLE `numeric_interpretation` ( + `range_u` int(10) default NULL, + `range_l` int(10) default NULL, + `age_u` int(10) default NULL, + `age_l` int(10) default NULL, + `gender` varchar(40) default NULL, + `description` varchar(40) default NULL, + `measure_id` int(10) unsigned NOT NULL, + `id` int(10) NOT NULL auto_increment, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `numeric_interpretation` +-- + +LOCK TABLES `numeric_interpretation` WRITE; +/*!40000 ALTER TABLE `numeric_interpretation` DISABLE KEYS */; +/*!40000 ALTER TABLE `numeric_interpretation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient` +-- + +DROP TABLE IF EXISTS `patient`; +CREATE TABLE `patient` ( + `patient_id` int(11) unsigned NOT NULL default '0', + `addl_id` varchar(40) default NULL, + `name` varchar(45) default NULL, + `sex` char(1) NOT NULL default '', + `age` decimal(10,0) default NULL, + `dob` date default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `partial_dob` varchar(45) default NULL, + `surr_id` varchar(45) default NULL, + `hash_value` varchar(100) default NULL, + PRIMARY KEY (`patient_id`), + KEY `created_by` (`created_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient` +-- + +LOCK TABLES `patient` WRITE; +/*!40000 ALTER TABLE `patient` DISABLE KEYS */; +INSERT INTO `patient` VALUES (1,'','Kwamena Ahoi','M','0','1985-07-04',505,'2013-11-12 00:00:00','','P12345','e15b27b1f6755ca9f042b04df474a9b80b9a0398'),(2,'undefined','Pname Nice','M','0','2014-01-08',505,'2014-01-08 00:00:00',NULL,'P123455','0316e4f654a1514037297089a98bc209c3992e1c'),(3,'undefined','Dddffd','M','0','2014-01-08',505,'2014-01-08 00:00:00',NULL,'43343443','f9324d875dc85d2c48515f633da9d957580638c5'),(4,'undefined','Kghgh','M','0',NULL,505,'2014-01-08 00:00:00','2011-01-08','P1234555-1','aa6b6fba1e4264a9efa94570f2697d0c5d040d6c'),(5,'undefined','Emmanuel Otu','M','0','2014-01-13',559,'2014-01-13 00:00:00',NULL,'P12345-878','2bdbe9afd944d00a3afeb6a61f4ef15ab9f36dd9'); +/*!40000 ALTER TABLE `patient` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_custom_data` +-- + +DROP TABLE IF EXISTS `patient_custom_data`; +CREATE TABLE `patient_custom_data` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_id` int(11) unsigned NOT NULL default '0', + `patient_id` int(11) unsigned NOT NULL default '0', + `field_value` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_id` (`field_id`), + KEY `patient_id` (`patient_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_custom_data` +-- + +LOCK TABLES `patient_custom_data` WRITE; +/*!40000 ALTER TABLE `patient_custom_data` DISABLE KEYS */; +INSERT INTO `patient_custom_data` VALUES (1,1,5,'otu@yahoo.com','2014-01-13 10:12:42'),(2,2,5,'024791258','2014-01-13 10:12:42'); +/*!40000 ALTER TABLE `patient_custom_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_custom_field` +-- + +DROP TABLE IF EXISTS `patient_custom_field`; +CREATE TABLE `patient_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL default '', + `field_options` varchar(45) NOT NULL default '', + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_custom_field` +-- + +LOCK TABLES `patient_custom_field` WRITE; +/*!40000 ALTER TABLE `patient_custom_field` DISABLE KEYS */; +INSERT INTO `patient_custom_field` VALUES (1,'Email','',1,'2013-11-27 10:13:11'),(2,'Phone Number','',1,'2013-11-27 10:13:31'); +/*!40000 ALTER TABLE `patient_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_daily` +-- + +DROP TABLE IF EXISTS `patient_daily`; +CREATE TABLE `patient_daily` ( + `datestring` varchar(45) NOT NULL, + `count` int(10) unsigned NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_daily` +-- + +LOCK TABLES `patient_daily` WRITE; +/*!40000 ALTER TABLE `patient_daily` DISABLE KEYS */; +INSERT INTO `patient_daily` VALUES ('20131111',1),('20131112',3),('20131115',20),('20131117',38),('20131118',4),('20131127',88),('20131129',1),('20131218',1),('20140108',137),('20140113',8); +/*!40000 ALTER TABLE `patient_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_report_fields_order` +-- + +DROP TABLE IF EXISTS `patient_report_fields_order`; +CREATE TABLE `patient_report_fields_order` ( + `id` int(10) unsigned NOT NULL auto_increment, + `p_fields` varchar(500) collate latin1_general_ci NOT NULL, + `o_fields` varchar(500) collate latin1_general_ci NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `patient_report_fields_order` +-- + +LOCK TABLES `patient_report_fields_order` WRITE; +/*!40000 ALTER TABLE `patient_report_fields_order` DISABLE KEYS */; +INSERT INTO `patient_report_fields_order` VALUES (1,'','p_field_0,p_field_1,p_field_6,p_field_4,p_field_3,p_field_2,p_field_7,p_custom_1,p_custom_2,p_field_5,p_field_10,p_field_9,p_field_8'); +/*!40000 ALTER TABLE `patient_report_fields_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `payments` +-- + +DROP TABLE IF EXISTS `payments`; +CREATE TABLE `payments` ( + `id` int(11) NOT NULL auto_increment, + `amount` decimal(10,2) NOT NULL default '0.00', + `bill_id` int(11) unsigned NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `payments` +-- + +LOCK TABLES `payments` WRITE; +/*!40000 ALTER TABLE `payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reference_range` +-- + +DROP TABLE IF EXISTS `reference_range`; +CREATE TABLE `reference_range` ( + `id` int(10) unsigned NOT NULL auto_increment, + `measure_id` int(10) unsigned NOT NULL, + `age_min` varchar(45) default NULL, + `age_max` varchar(45) default NULL, + `sex` varchar(10) default NULL, + `range_lower` varchar(45) NOT NULL, + `range_upper` varchar(45) NOT NULL, + PRIMARY KEY (`id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `reference_range` +-- + +LOCK TABLES `reference_range` WRITE; +/*!40000 ALTER TABLE `reference_range` DISABLE KEYS */; +INSERT INTO `reference_range` VALUES (1,1,'0','100','B','1','5'); +/*!40000 ALTER TABLE `reference_range` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `removal_record` +-- + +DROP TABLE IF EXISTS `removal_record`; +CREATE TABLE `removal_record` ( + `id` int(11) NOT NULL auto_increment, + `r_id` int(11) NOT NULL default '0', + `vr_id` varchar(45) collate latin1_general_ci NOT NULL default '0', + `type` int(11) default NULL, + `user_id` int(11) default '0', + `remarks` varchar(500) collate latin1_general_ci default NULL, + `status` int(11) NOT NULL default '1', + `ts` timestamp NULL default CURRENT_TIMESTAMP, + `category` varchar(20) collate latin1_general_ci default 'test', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `removal_record` +-- + +LOCK TABLES `removal_record` WRITE; +/*!40000 ALTER TABLE `removal_record` DISABLE KEYS */; +/*!40000 ALTER TABLE `removal_record` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_config` +-- + +DROP TABLE IF EXISTS `report_config`; +CREATE TABLE `report_config` ( + `report_id` int(10) unsigned NOT NULL auto_increment, + `header` varchar(500) NOT NULL default '', + `footer` varchar(500) NOT NULL default '-End-', + `margins` varchar(45) NOT NULL default '2,0,10,0', + `p_fields` varchar(45) NOT NULL default '1,1,1,1,1,1,1', + `s_fields` varchar(45) NOT NULL default '1,1,1,1,1,1', + `t_fields` varchar(45) NOT NULL default '1,0,1,1,1,0,1,1', + `p_custom_fields` varchar(45) NOT NULL default '', + `s_custom_fields` varchar(45) NOT NULL default '', + `test_type_id` varchar(45) NOT NULL default '0', + `title` varchar(500) NOT NULL default '', + `landscape` int(10) unsigned NOT NULL default '0', + `row_items` int(10) unsigned NOT NULL default '3', + `show_border` int(10) unsigned NOT NULL default '1', + `show_result_border` int(10) unsigned NOT NULL default '1', + `result_border_horizontal` int(10) unsigned NOT NULL default '0', + `result_border_vertical` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`report_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `report_config` +-- + +LOCK TABLES `report_config` WRITE; +/*!40000 ALTER TABLE `report_config` DISABLE KEYS */; +INSERT INTO `report_config` VALUES (1,'Patient Report??left','#','2,0,0,0','1,1,0,1,1,0,1,0,1,0,0,0,0','1,1,1,1,1,1,0','1,1,1,1,1,0,1,1,1,0','1,2','','0','',0,4,1,0,1,1),(2,'Specimen Report','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,1,1),(3,'Test Records','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,1,1),(4,'Daily Log - Specimens??left','#','2,0,10,0','1,1,1,1,1,1,1,0,0,0,0','1,1,1,1,1,1,0','1,0,1,1,1,0,1,1,0,0','','','0','',0,2,0,1,1,1),(5,'Worksheet','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,1,1),(6,'Daily Log - Patients??left','#','2,0,10,0','1,1,1,1,1,1,1,0,0,0,0','1,1,1,1,1,1,0','1,0,1,1,1,0,1,1,0,0','','','0','',0,3,1,1,1,1),(7,'Grouped Test Count Report Configuration','0:4,4:9,9:14,14:19,19:24,24:29,29:34,34:39,39:44,44:49,49:54,54:59,59:64,64:+','0','1','1','1','1','0','9999009','0',9999009,3,1,1,1,1),(8,'Grouped Specimen Count Report Configuration','0:4,4:9,9:14,14:19,19:24,24:29,29:34,34:39,39:44,44:49,49:54,54:59,59:64,64:+','0','1','1','1','1','0','9999019','0',9999019,3,1,1,1,1); +/*!40000 ALTER TABLE `report_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_disease` +-- + +DROP TABLE IF EXISTS `report_disease`; +CREATE TABLE `report_disease` ( + `id` int(10) unsigned NOT NULL auto_increment, + `group_by_age` int(10) unsigned NOT NULL, + `group_by_gender` int(10) unsigned NOT NULL, + `age_groups` varchar(500) default NULL, + `measure_groups` varchar(500) default NULL, + `measure_id` int(10) unsigned NOT NULL, + `lab_config_id` int(10) unsigned NOT NULL, + `test_type_id` int(10) unsigned NOT NULL, + PRIMARY KEY USING BTREE (`id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `report_disease` +-- + +LOCK TABLES `report_disease` WRITE; +/*!40000 ALTER TABLE `report_disease` DISABLE KEYS */; +/*!40000 ALTER TABLE `report_disease` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen` +-- + +DROP TABLE IF EXISTS `specimen`; +CREATE TABLE `specimen` ( + `specimen_id` int(10) unsigned NOT NULL default '0', + `patient_id` int(11) unsigned NOT NULL default '0', + `specimen_type_id` int(11) unsigned NOT NULL default '0', + `user_id` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `status_code_id` int(11) unsigned default NULL, + `referred_to` int(11) unsigned default NULL, + `comments` text, + `aux_id` varchar(45) default NULL, + `date_collected` date NOT NULL default '0000-00-00', + `date_recvd` date default NULL, + `session_num` varchar(45) default NULL, + `time_collected` varchar(45) default NULL, + `report_to` int(10) unsigned default NULL, + `doctor` varchar(45) default NULL, + `date_reported` datetime default NULL, + `referred_to_name` varchar(70) default NULL, + `daily_num` varchar(45) NOT NULL default '', + `referred_from_name` varchar(20) default NULL, + PRIMARY KEY (`specimen_id`), + KEY `patient_id` (`patient_id`), + KEY `specimen_type_id` (`specimen_type_id`), + KEY `user_id` (`user_id`), + KEY `IDX_DATE` (`date_collected`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen` +-- + +LOCK TABLES `specimen` WRITE; +/*!40000 ALTER TABLE `specimen` DISABLE KEYS */; +INSERT INTO `specimen` VALUES (1,1,1,505,'2013-11-12 15:38:26',1,0,'','','2013-11-12','2013-11-12','20131112-1','15:32',1,'',NULL,'','20131112-1',NULL),(2,1,1,508,'2013-11-18 09:57:54',1,0,'','','2013-11-18','2013-11-18','20131118-4','09:56',1,'jhgs',NULL,'','20131118-4',NULL),(3,1,1,505,'2013-12-18 10:19:56',1,0,'','','2013-12-18','2013-12-18','20131218-1','10:19',1,'',NULL,'','20131218-1',''); +/*!40000 ALTER TABLE `specimen` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_custom_data` +-- + +DROP TABLE IF EXISTS `specimen_custom_data`; +CREATE TABLE `specimen_custom_data` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_id` int(11) unsigned NOT NULL default '0', + `specimen_id` int(10) unsigned NOT NULL default '0', + `field_value` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_id` (`field_id`), + KEY `specimen_id` (`specimen_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_custom_data` +-- + +LOCK TABLES `specimen_custom_data` WRITE; +/*!40000 ALTER TABLE `specimen_custom_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `specimen_custom_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_custom_field` +-- + +DROP TABLE IF EXISTS `specimen_custom_field`; +CREATE TABLE `specimen_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL default '', + `field_options` varchar(45) NOT NULL default '', + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_custom_field` +-- + +LOCK TABLES `specimen_custom_field` WRITE; +/*!40000 ALTER TABLE `specimen_custom_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `specimen_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_session` +-- + +DROP TABLE IF EXISTS `specimen_session`; +CREATE TABLE `specimen_session` ( + `session_num` varchar(45) NOT NULL default '', + `count` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`session_num`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_session` +-- + +LOCK TABLES `specimen_session` WRITE; +/*!40000 ALTER TABLE `specimen_session` DISABLE KEYS */; +INSERT INTO `specimen_session` VALUES ('20131111',1),('20131112',3),('20131115',20),('20131117',38),('20131118',4),('20131127',88),('20131129',1),('20131218',1),('20140108',69),('20140113',4); +/*!40000 ALTER TABLE `specimen_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_test` +-- + +DROP TABLE IF EXISTS `specimen_test`; +CREATE TABLE `specimen_test` ( + `test_type_id` int(11) unsigned NOT NULL default '0', + `specimen_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `test_type_id` (`test_type_id`), + KEY `specimen_type_id` (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Relates tests to the specimens that are compatible with thos'; + +-- +-- Dumping data for table `specimen_test` +-- + +LOCK TABLES `specimen_test` WRITE; +/*!40000 ALTER TABLE `specimen_test` DISABLE KEYS */; +INSERT INTO `specimen_test` VALUES (1,1,'2013-11-12 09:04:35'),(2,1,'2013-12-18 10:16:29'); +/*!40000 ALTER TABLE `specimen_test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_type` +-- + +DROP TABLE IF EXISTS `specimen_type`; +CREATE TABLE `specimen_type` ( + `specimen_type_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `disabled` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_type` +-- + +LOCK TABLES `specimen_type` WRITE; +/*!40000 ALTER TABLE `specimen_type` DISABLE KEYS */; +INSERT INTO `specimen_type` VALUES (1,'Blood','','2013-11-11 12:04:30',0); +/*!40000 ALTER TABLE `specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `stock_content` +-- + +DROP TABLE IF EXISTS `stock_content`; +CREATE TABLE `stock_content` ( + `name` varchar(40) default NULL, + `current_quantity` int(11) default NULL, + `date_of_use` date NOT NULL, + `receiver` varchar(40) default NULL, + `remarks` text, + `lot_number` varchar(40) default NULL, + `new_balance` int(11) default NULL, + `user_name` varchar(40) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stock_content` +-- + +LOCK TABLES `stock_content` WRITE; +/*!40000 ALTER TABLE `stock_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `stock_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `stock_details` +-- + +DROP TABLE IF EXISTS `stock_details`; +CREATE TABLE `stock_details` ( + `name` varchar(40) default NULL, + `lot_number` varchar(40) default NULL, + `expiry_date` varchar(40) default NULL, + `manufacturer` varchar(40) default NULL, + `quantity_ordered` int(11) default NULL, + `supplier` varchar(40) default NULL, + `date_of_reception` timestamp NOT NULL default CURRENT_TIMESTAMP, + `current_quantity` int(11) default NULL, + `date_of_supply` timestamp NOT NULL default '0000-00-00 00:00:00', + `quantity_supplied` int(11) default NULL, + `unit` varchar(10) default NULL, + `entry_id` int(11) default NULL, + `cost_per_unit` decimal(10,0) default '0', + `quantity_used` int(10) default '0', + UNIQUE KEY `entry_id` (`entry_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stock_details` +-- + +LOCK TABLES `stock_details` WRITE; +/*!40000 ALTER TABLE `stock_details` DISABLE KEYS */; +/*!40000 ALTER TABLE `stock_details` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test` +-- + +DROP TABLE IF EXISTS `test`; +CREATE TABLE `test` ( + `test_id` int(10) unsigned NOT NULL auto_increment, + `test_type_id` int(11) unsigned NOT NULL default '0', + `result` varchar(201) default NULL, + `comments` varchar(200) default NULL, + `user_id` int(11) unsigned default NULL, + `verified_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `specimen_id` int(11) unsigned default NULL, + `date_verified` datetime default NULL, + PRIMARY KEY (`test_id`), + KEY `test_type_id` (`test_type_id`), + KEY `user_id` (`user_id`), + KEY `specimen_id` (`specimen_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test` +-- + +LOCK TABLES `test` WRITE; +/*!40000 ALTER TABLE `test` DISABLE KEYS */; +INSERT INTO `test` VALUES (1,1,'3,,e15b27b1f6755ca9f042b04df474a9b80b9a0398','',505,505,'2013-11-18 00:00:00',1,'2013-11-18 09:53:14'),(2,1,',e15b27b1f6755ca9f042b04df474a9b80b9a0398','',505,505,'2013-12-03 10:15:06',2,'2013-12-03 10:15:43'),(3,2,'NP1_NP1_NP1,NN1_NN1_NN1,##POPQ_POPQ_POPQ,,e15b27b1f6755ca9f042b04df474a9b80b9a0398','',505,0,'2013-12-18 00:00:00',3,NULL); +/*!40000 ALTER TABLE `test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_category` +-- + +DROP TABLE IF EXISTS `test_category`; +CREATE TABLE `test_category` ( + `test_category_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`test_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_category` +-- + +LOCK TABLES `test_category` WRITE; +/*!40000 ALTER TABLE `test_category` DISABLE KEYS */; +INSERT INTO `test_category` VALUES (1,'Basic Tests','','2013-11-12 09:04:34'); +/*!40000 ALTER TABLE `test_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type` +-- + +DROP TABLE IF EXISTS `test_type`; +CREATE TABLE `test_type` ( + `test_type_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `test_category_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `is_panel` int(10) unsigned default NULL, + `disabled` int(10) unsigned NOT NULL default '0', + `clinical_data` longtext, + `hide_patient_name` int(1) default NULL, + `prevalence_threshold` int(3) default '70', + `target_tat` int(3) default '24', + PRIMARY KEY (`test_type_id`), + KEY `test_category_id` (`test_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_type` +-- + +LOCK TABLES `test_type` WRITE; +/*!40000 ALTER TABLE `test_type` DISABLE KEYS */; +INSERT INTO `test_type` VALUES (1,'Maleria','',1,'2013-11-12 09:04:34',0,0,NULL,0,70,24),(2,'BF','',1,'2014-01-09 15:51:47',0,0,'',0,70,24); +/*!40000 ALTER TABLE `test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type_costs` +-- + +DROP TABLE IF EXISTS `test_type_costs`; +CREATE TABLE `test_type_costs` ( + `earliest_date_valid` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `test_type_id` int(11) NOT NULL, + `amount` decimal(10,2) NOT NULL default '0.00' +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `test_type_costs` +-- + +LOCK TABLES `test_type_costs` WRITE; +/*!40000 ALTER TABLE `test_type_costs` DISABLE KEYS */; +INSERT INTO `test_type_costs` VALUES ('2013-11-12 09:04:35',1,'10.00'),('2013-12-18 10:16:29',2,'0.00'); +/*!40000 ALTER TABLE `test_type_costs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type_measure` +-- + +DROP TABLE IF EXISTS `test_type_measure`; +CREATE TABLE `test_type_measure` ( + `test_type_id` int(11) unsigned NOT NULL default '0', + `measure_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `test_type_id` (`test_type_id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_type_measure` +-- + +LOCK TABLES `test_type_measure` WRITE; +/*!40000 ALTER TABLE `test_type_measure` DISABLE KEYS */; +INSERT INTO `test_type_measure` VALUES (1,1,'2013-11-12 09:04:35'),(2,2,'2013-12-18 10:16:29'),(2,3,'2013-12-18 10:16:29'); +/*!40000 ALTER TABLE `test_type_measure` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `unit` +-- + +DROP TABLE IF EXISTS `unit`; +CREATE TABLE `unit` ( + `unit_id` int(11) unsigned NOT NULL auto_increment, + `unit` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`unit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `unit` +-- + +LOCK TABLES `unit` WRITE; +/*!40000 ALTER TABLE `unit` DISABLE KEYS */; +/*!40000 ALTER TABLE `unit` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user` +-- + +DROP TABLE IF EXISTS `user`; +CREATE TABLE `user` ( + `user_id` int(11) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL default '', + `password` varchar(45) NOT NULL default '', + `actualname` varchar(45) default NULL, + `email` varchar(45) default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `lab_config_id` int(10) unsigned NOT NULL, + `level` int(10) unsigned default NULL, + `phone` varchar(45) default NULL, + `lang_id` varchar(45) NOT NULL default 'default', + PRIMARY KEY (`user_id`), + KEY `user_id_index` USING BTREE (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Users are anybody that works in the lab.'; + +-- +-- Dumping data for table `user` +-- + +LOCK TABLES `user` WRITE; +/*!40000 ALTER TABLE `user` DISABLE KEYS */; +/*!40000 ALTER TABLE `user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_feedback` +-- + +DROP TABLE IF EXISTS `user_feedback`; +CREATE TABLE `user_feedback` ( + `id` int(11) NOT NULL auto_increment, + `user_id` int(11) default NULL, + `rating` int(3) default NULL, + `comments` varchar(500) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `user_feedback` +-- + +LOCK TABLES `user_feedback` WRITE; +/*!40000 ALTER TABLE `user_feedback` DISABLE KEYS */; +INSERT INTO `user_feedback` VALUES (1,505,6,'','2013-11-07 11:51:07'),(2,505,6,'','2013-11-11 12:02:20'),(3,505,6,'','2013-11-11 13:30:01'),(4,505,6,'','2013-11-12 15:39:05'),(5,505,6,'','2013-11-15 13:41:49'),(6,505,6,'','2013-11-15 14:01:33'),(7,505,6,'','2013-11-15 14:10:52'),(8,505,6,'','2013-11-15 14:32:36'),(9,505,6,'','2013-11-15 15:33:27'),(10,505,6,'','2013-11-15 15:38:28'),(11,508,6,'','2013-11-15 15:40:03'),(12,505,6,'','2013-11-17 11:36:32'),(13,505,6,'','2013-11-17 12:12:39'),(14,505,6,'','2013-11-17 12:14:59'),(15,505,6,'','2013-11-17 12:20:05'),(16,505,6,'','2013-11-18 09:55:24'),(17,508,6,'','2013-11-18 10:42:37'),(18,505,6,'','2013-11-20 08:54:57'),(19,505,6,'','2013-11-20 17:33:25'),(20,505,6,'','2013-11-27 09:24:16'),(21,505,6,'','2013-11-27 09:24:46'),(22,505,6,'','2013-11-29 11:13:27'),(23,505,6,'','2013-11-29 15:32:30'),(24,505,6,'','2013-11-29 15:54:16'),(25,505,6,'','2013-11-30 16:55:35'),(26,505,6,'','2013-12-05 15:11:42'),(27,505,6,'','2013-12-17 09:42:22'),(28,505,6,'','2013-12-19 11:05:20'),(29,505,6,'','2014-01-08 16:23:41'),(30,505,6,'','2014-01-10 09:55:18'),(31,559,6,'','2014-01-10 12:16:38'),(32,559,6,'','2014-01-10 16:06:36'),(33,559,6,'','2014-01-13 09:18:35'),(34,559,6,'','2014-01-13 10:29:34'),(35,559,6,'','2014-01-13 10:53:36'),(36,559,6,'','2014-01-13 11:50:51'),(37,559,6,'','2014-01-13 13:40:00'); +/*!40000 ALTER TABLE `user_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_props` +-- + +DROP TABLE IF EXISTS `user_props`; +CREATE TABLE `user_props` ( + `User_Id` varchar(50) NOT NULL default '', + `AppCodeName` varchar(25) NOT NULL default '', + `AppName` varchar(25) NOT NULL default '', + `AppVersion` varchar(25) NOT NULL default '', + `CookieEnabled` tinyint(1) NOT NULL default '0', + `Platform` varchar(20) NOT NULL default '', + `UserAgent` varchar(200) NOT NULL default '', + `SystemLanguage` varchar(15) NOT NULL default '', + `UserLanguage` varchar(15) NOT NULL default '', + `Language` varchar(15) NOT NULL default '', + `ScreenAvailHeight` int(11) NOT NULL default '0', + `ScreenAvailWidth` int(11) NOT NULL default '0', + `ScreenColorDepth` int(11) NOT NULL default '0', + `ScreenHeight` int(11) NOT NULL default '0', + `ScreenWidth` int(11) NOT NULL default '0', + `Recorded_At` datetime NOT NULL default '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user_props` +-- + +LOCK TABLES `user_props` WRITE; +/*!40000 ALTER TABLE `user_props` DISABLE KEYS */; +/*!40000 ALTER TABLE `user_props` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_rating` +-- + +DROP TABLE IF EXISTS `user_rating`; +CREATE TABLE `user_rating` ( + `user_id` int(10) unsigned NOT NULL, + `rating` int(10) unsigned NOT NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`user_id`,`ts`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user_rating` +-- + +LOCK TABLES `user_rating` WRITE; +/*!40000 ALTER TABLE `user_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `user_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom` +-- + +DROP TABLE IF EXISTS `worksheet_custom`; +CREATE TABLE `worksheet_custom` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name` varchar(100) NOT NULL, + `header` varchar(500) NOT NULL, + `footer` varchar(500) NOT NULL, + `title` varchar(500) NOT NULL, + `p_fields` varchar(100) NOT NULL, + `s_fields` varchar(100) NOT NULL, + `t_fields` varchar(100) NOT NULL, + `p_custom` varchar(100) NOT NULL, + `s_custom` varchar(100) NOT NULL, + `margins` varchar(50) NOT NULL, + `id_fields` varchar(45) NOT NULL default '0,0,0', + `landscape` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom` +-- + +LOCK TABLES `worksheet_custom` WRITE; +/*!40000 ALTER TABLE `worksheet_custom` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom_test` +-- + +DROP TABLE IF EXISTS `worksheet_custom_test`; +CREATE TABLE `worksheet_custom_test` ( + `worksheet_id` int(10) unsigned NOT NULL, + `test_type_id` int(10) unsigned NOT NULL, + `measure_id` int(10) unsigned NOT NULL, + `width` varchar(45) NOT NULL, + KEY `worksheet_id` (`worksheet_id`), + KEY `test_type_id` (`test_type_id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom_test` +-- + +LOCK TABLES `worksheet_custom_test` WRITE; +/*!40000 ALTER TABLE `worksheet_custom_test` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom_test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom_userfield` +-- + +DROP TABLE IF EXISTS `worksheet_custom_userfield`; +CREATE TABLE `worksheet_custom_userfield` ( + `worksheet_id` int(10) unsigned NOT NULL, + `name` varchar(70) NOT NULL default '', + `width` int(10) unsigned NOT NULL default '10', + `field_id` int(10) unsigned NOT NULL auto_increment, + KEY `Primary Key` (`field_id`), + KEY `worksheet_id` (`worksheet_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom_userfield` +-- + +LOCK TABLES `worksheet_custom_userfield` WRITE; +/*!40000 ALTER TABLE `worksheet_custom_userfield` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom_userfield` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2014-01-13 14:45:47 diff --git a/htdocs/export/blis_1006_backup.sql b/htdocs/export/blis_1006_backup.sql new file mode 100644 index 000000000..f6e55123f --- /dev/null +++ b/htdocs/export/blis_1006_backup.sql @@ -0,0 +1,1366 @@ +-- MySQL dump 10.11 +-- +-- Host: localhost Database: blis_1006 +-- ------------------------------------------------------ +-- Server version 5.0.41-community-nt + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Current Database: `blis_1006` +-- + +CREATE DATABASE /*!32312 IF NOT EXISTS*/ `blis_1006` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci */; + +USE `blis_1006`; + +-- +-- Table structure for table `bills` +-- + +DROP TABLE IF EXISTS `bills`; +CREATE TABLE `bills` ( + `id` int(11) unsigned NOT NULL auto_increment, + `patient_id` int(11) unsigned NOT NULL, + `paid_in_full` bit(1) NOT NULL default '\0', + PRIMARY KEY (`id`), + UNIQUE KEY `id_UNIQUE` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `bills` +-- + +LOCK TABLES `bills` WRITE; +/*!40000 ALTER TABLE `bills` DISABLE KEYS */; +INSERT INTO `bills` VALUES (1,922,'\0'); +/*!40000 ALTER TABLE `bills` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bills_test_association` +-- + +DROP TABLE IF EXISTS `bills_test_association`; +CREATE TABLE `bills_test_association` ( + `id` int(11) unsigned NOT NULL auto_increment, + `bill_id` int(11) unsigned NOT NULL, + `test_id` int(11) unsigned NOT NULL, + `discount_type` int(4) unsigned NOT NULL default '1000', + `discount_amount` decimal(10,2) unsigned NOT NULL default '0.00', + PRIMARY KEY (`id`), + UNIQUE KEY `id_UNIQUE` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `bills_test_association` +-- + +LOCK TABLES `bills_test_association` WRITE; +/*!40000 ALTER TABLE `bills_test_association` DISABLE KEYS */; +INSERT INTO `bills_test_association` VALUES (1,1,2875,1000,'0.00'),(2,1,2876,1000,'0.00'),(3,1,2877,1000,'0.00'); +/*!40000 ALTER TABLE `bills_test_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `comment` +-- + +DROP TABLE IF EXISTS `comment`; +CREATE TABLE `comment` ( + `id` int(10) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL default '', + `page` varchar(45) NOT NULL default '', + `comment` varchar(150) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `comment` +-- + +LOCK TABLES `comment` WRITE; +/*!40000 ALTER TABLE `comment` DISABLE KEYS */; +/*!40000 ALTER TABLE `comment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `currency_conversion` +-- + +DROP TABLE IF EXISTS `currency_conversion`; +CREATE TABLE `currency_conversion` ( + `currencya` varchar(200) NOT NULL, + `currencyb` varchar(200) NOT NULL, + `exchangerate` float(5,2) default NULL, + `updatedts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `flag1` int(11) default NULL, + `flag2` int(11) default NULL, + `setting1` varchar(200) default NULL, + `setting2` varchar(200) default NULL, + PRIMARY KEY (`currencya`,`currencyb`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `currency_conversion` +-- + +LOCK TABLES `currency_conversion` WRITE; +/*!40000 ALTER TABLE `currency_conversion` DISABLE KEYS */; +INSERT INTO `currency_conversion` VALUES ('','',1.00,'2014-01-14 09:39:37',1,NULL,NULL,NULL); +/*!40000 ALTER TABLE `currency_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `custom_field_type` +-- + +DROP TABLE IF EXISTS `custom_field_type`; +CREATE TABLE `custom_field_type` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_type` varchar(45) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `custom_field_type` +-- + +LOCK TABLES `custom_field_type` WRITE; +/*!40000 ALTER TABLE `custom_field_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `custom_field_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `delay_measures` +-- + +DROP TABLE IF EXISTS `delay_measures`; +CREATE TABLE `delay_measures` ( + `User_Id` varchar(50) NOT NULL default '', + `IP_Address` varchar(16) NOT NULL default '', + `Latency` int(11) NOT NULL default '0', + `Recorded_At` datetime NOT NULL default '0000-00-00 00:00:00', + `Page_Name` varchar(45) default NULL, + `Request_URI` varchar(100) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `delay_measures` +-- + +LOCK TABLES `delay_measures` WRITE; +/*!40000 ALTER TABLE `delay_measures` DISABLE KEYS */; +/*!40000 ALTER TABLE `delay_measures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `field_order` +-- + +DROP TABLE IF EXISTS `field_order`; +CREATE TABLE `field_order` ( + `id` int(11) NOT NULL auto_increment, + `lab_config_id` int(11) unsigned default NULL, + `form_id` int(11) default NULL, + `field_order` varchar(2000) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `field_order` +-- + +LOCK TABLES `field_order` WRITE; +/*!40000 ALTER TABLE `field_order` DISABLE KEYS */; +INSERT INTO `field_order` VALUES (28,1006,1,'Patient ID,Daily Number,Patient Name,Sex,Age,Date of Birth,Account Number,Program Name'),(29,1006,2,'Specimen ID,Specimen Additional ID,Comments,Lab Reciept Date,Physician,Invoice Number,Reciept Number,Diagnosis,Amount,SHIFT,Place,BROUGHT IN BY'); +/*!40000 ALTER TABLE `field_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_reagent` +-- + +DROP TABLE IF EXISTS `inv_reagent`; +CREATE TABLE `inv_reagent` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(100) collate latin1_general_ci NOT NULL, + `unit` varchar(45) collate latin1_general_ci NOT NULL default 'units', + `remarks` varchar(245) collate latin1_general_ci default NULL, + `created_by` varchar(10) collate latin1_general_ci NOT NULL default '0', + `assocation` varchar(10) collate latin1_general_ci default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_reagent` +-- + +LOCK TABLES `inv_reagent` WRITE; +/*!40000 ALTER TABLE `inv_reagent` DISABLE KEYS */; +INSERT INTO `inv_reagent` VALUES (1,'SYRINGE 5CC','CC','','504','0','2013-10-04 12:59:43'),(2,'SYRINGE 10CC','CC','','504','0','2013-10-04 13:00:36'),(3,'STOOL CONTAINERS','','','504','0','2013-10-04 13:02:31'),(4,'URINE CONTAINER','','','504','0','2013-10-04 13:03:15'),(5,'VACUTAINER NEEDLE','','','504','0','2013-10-04 13:04:06'),(6,'MAT','','','504','0','2013-10-04 13:05:13'),(7,'H. PYLORI Ab','','','504','0','2013-10-04 13:05:57'),(8,'H. PYLORI Ag','','','504','0','2013-10-04 13:06:34'),(9,'URINE STRIPS','','','504','0','2013-10-04 13:07:10'),(10,'GLUCOSTIX','','','504','0','2013-10-04 13:07:58'),(11,'GLUCOSE D','','','504','0','2013-10-04 13:08:57'),(12,'HBV PANEL','','','504','0','2013-10-04 13:10:09'),(13,'EOSINOFIX ','','','504','0','2013-10-04 13:11:40'),(14,'ALPHALYSE','','','504','0','2013-10-04 13:12:21'),(15,'EDTA','','','504','0','2013-10-04 13:13:03'),(16,'SST VACUTAINER','','','504','0','2013-10-04 13:14:21'),(17,'AUTO PIPETTE 20 - 200 ML','ML','','504','0','2013-10-04 13:15:53'),(18,'DIGITAL TIMER','','','504','0','2013-10-04 13:16:52'),(19,'LAN CET','','','504','0','2013-10-04 13:24:45'),(20,'SYSMEX PAPER','','','504','0','2013-10-04 13:25:36'),(21,'SANITIZER','','','504','0','2013-10-04 13:27:52'),(22,'COVER SLIP','','','504','0','2013-10-04 13:28:51'),(23,'A4 ','','','504','0','2013-10-04 13:29:39'),(24,'DISPOSABLE GLOVES','','','504','0','2013-10-04 13:36:19'),(25,'MENTHYLATED SPIRIT','litre','','504','0','2013-10-04 13:37:25'),(26,'SAVLON ','','','504','0','2013-10-04 13:38:22'),(27,'WHITE TIP 2 - 20 uL','packet','','504','0','2013-10-04 13:39:39'),(28,'POLY BAG','','','504','0','2013-10-04 13:40:25'),(29,'LAB REQUEST FORM','','','504','0','2013-10-04 13:40:40'),(30,'FT3','','','504','0','2013-10-04 13:41:59'),(31,'FT4','','','504','0','2013-10-04 13:42:09'),(32,'MULTI CONTROL','','','504','0','2013-10-04 13:42:24'),(33,'MULTI CALIBRATOR','','','504','0','2013-10-04 13:42:55'),(34,'HUMATROL','','','504','0','2013-10-04 13:43:11'),(35,'LIPID CONTROL','','','504','0','2013-10-04 13:43:24'),(36,'CK - MB CONTROL','','','504','0','2013-10-04 13:43:45'),(37,'PT (INR)','','','504','0','2013-10-04 13:44:05'),(38,'BAND AID','','','504','0','2013-10-04 13:44:20'),(39,'T - ROLL','','','504','0','2013-10-04 13:44:32'),(40,'COTTON','','','504','0','2013-10-04 13:44:40'),(41,'OFFICE TRAY','','','504','0','2013-10-04 13:44:55'),(42,'UREA','','','504','0','2013-10-04 13:45:03'),(43,'AHG','','','504','0','2013-10-04 13:45:23'),(44,'HP 61 BLACK','','','504','0','2013-10-04 13:45:49'),(45,'HB 61 COLOUR','','','504','0','2013-10-04 13:46:04'),(46,'BASOLYSE','','','504','0','2013-10-04 13:46:18'),(47,'CELL PACK','','','504','0','2013-10-04 13:46:34'); +/*!40000 ALTER TABLE `inv_reagent` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_supply` +-- + +DROP TABLE IF EXISTS `inv_supply`; +CREATE TABLE `inv_supply` ( + `id` int(11) NOT NULL auto_increment, + `reagent_id` int(11) NOT NULL, + `lot` varchar(100) collate latin1_general_ci NOT NULL, + `expiry_date` date default NULL, + `manufacturer` varchar(100) collate latin1_general_ci default NULL, + `supplier` varchar(100) collate latin1_general_ci default NULL, + `quantity_ordered` int(11) NOT NULL default '0', + `quantity_supplied` int(11) NOT NULL default '0', + `cost_per_unit` decimal(10,0) default NULL, + `user_id` int(11) NOT NULL default '0', + `date_of_order` date default NULL, + `date_of_supply` date default NULL, + `date_of_reception` date default NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `reagent_id` (`reagent_id`), + CONSTRAINT `reagent_id` FOREIGN KEY (`reagent_id`) REFERENCES `inv_reagent` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_supply` +-- + +LOCK TABLES `inv_supply` WRITE; +/*!40000 ALTER TABLE `inv_supply` DISABLE KEYS */; +INSERT INTO `inv_supply` VALUES (1,1,'0','0000-00-00','','',0,400,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:00:17'),(2,2,'0','0000-00-00','','',0,200,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:01:15'),(3,3,'0','0000-00-00','','',0,200,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:02:58'),(4,4,'0','0000-00-00','','',0,300,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:03:41'),(5,5,'0','0000-00-00','','',0,6,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:04:49'),(6,6,'0','0000-00-00','','',0,6,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:05:36'),(7,7,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:06:18'),(8,8,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:06:54'),(9,9,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:07:29'),(10,10,'0','0000-00-00','','',0,3,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:08:38'),(11,11,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:09:25'),(12,12,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:11:08'),(13,13,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:12:00'),(14,14,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:12:46'),(15,15,'0','0000-00-00','','',0,500,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:13:24'),(16,16,'0','0000-00-00','','',0,400,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:15:14'),(17,17,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:16:22'),(18,18,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:17:20'),(19,19,'0','0000-00-00','','',0,200,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:25:11'),(20,20,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:26:20'),(21,21,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:28:32'),(22,22,'0','0000-00-00','','',0,4,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:29:16'),(23,23,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:30:27'),(24,24,'0','0000-00-00','','',0,20,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:36:44'),(25,25,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:38:04'),(26,26,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:38:58'),(27,27,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:40:00'),(28,28,'0','0000-00-00','','',0,4,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:41:04'),(29,29,'0','0000-00-00','','',0,4,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:41:28'),(30,47,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:46:57'),(31,46,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:47:24'),(32,45,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:47:51'),(33,44,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:48:14'),(34,43,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:48:38'),(35,30,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:49:13'),(36,31,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:49:39'),(37,32,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:50:05'),(38,33,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:50:42'),(39,34,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:51:06'),(40,35,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:51:33'),(41,36,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:52:00'),(42,37,'0','0000-00-00','','',0,3,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:52:30'),(43,38,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:53:39'),(44,39,'0','0000-00-00','','',0,10,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:54:49'),(45,40,'0','0000-00-00','','',0,2,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:55:15'),(46,41,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:56:21'),(47,42,'0','0000-00-00','','',0,1,'0',504,'2013-10-03','2013-10-03','2013-10-03','','2013-10-04 13:56:44'),(48,1,'e34566rc','0000-00-00','','stores',0,400,'0',504,'2013-10-09','2013-10-09','2013-10-09','','2013-11-05 18:28:50'); +/*!40000 ALTER TABLE `inv_supply` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_usage` +-- + +DROP TABLE IF EXISTS `inv_usage`; +CREATE TABLE `inv_usage` ( + `id` int(11) NOT NULL auto_increment, + `reagent_id` int(11) NOT NULL, + `lot` varchar(100) collate latin1_general_ci NOT NULL, + `quantity_used` int(11) NOT NULL default '0', + `date_of_use` date NOT NULL, + `user_id` int(11) NOT NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `reagent_id` (`reagent_id`), + KEY `reagent_id2` (`reagent_id`), + CONSTRAINT `reagent_id2` FOREIGN KEY (`reagent_id`) REFERENCES `inv_reagent` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_usage` +-- + +LOCK TABLES `inv_usage` WRITE; +/*!40000 ALTER TABLE `inv_usage` DISABLE KEYS */; +INSERT INTO `inv_usage` VALUES (1,1,'0',400,'2013-10-09',504,'','2013-11-05 18:25:49'); +/*!40000 ALTER TABLE `inv_usage` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config` +-- + +DROP TABLE IF EXISTS `lab_config`; +CREATE TABLE `lab_config` ( + `lab_config_id` int(10) unsigned NOT NULL auto_increment, + `name` char(45) NOT NULL default '', + `location` char(45) NOT NULL default '', + `admin_user_id` int(10) unsigned NOT NULL default '0', + `db_name` char(45) NOT NULL default '', + `id_mode` int(10) unsigned NOT NULL default '2', + `p_addl` int(10) unsigned NOT NULL default '0', + `s_addl` int(10) unsigned NOT NULL default '0', + `daily_num` int(10) unsigned NOT NULL default '1', + `pid` int(10) unsigned NOT NULL default '2', + `pname` int(10) unsigned NOT NULL default '1', + `sex` int(10) unsigned NOT NULL default '2', + `age` int(10) unsigned NOT NULL default '1', + `dob` int(10) unsigned NOT NULL default '1', + `sid` int(10) unsigned NOT NULL default '2', + `refout` int(10) unsigned NOT NULL default '1', + `rdate` int(10) unsigned NOT NULL default '2', + `comm` int(10) unsigned NOT NULL default '1', + `dformat` varchar(45) NOT NULL default 'd-m-Y', + `dnum_reset` int(10) unsigned NOT NULL default '1', + `doctor` int(10) unsigned NOT NULL default '1', + PRIMARY KEY (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; + +-- +-- Dumping data for table `lab_config` +-- + +LOCK TABLES `lab_config` WRITE; +/*!40000 ALTER TABLE `lab_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_access` +-- + +DROP TABLE IF EXISTS `lab_config_access`; +CREATE TABLE `lab_config_access` ( + `user_id` int(10) unsigned NOT NULL default '0', + `lab_config_id` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`user_id`,`lab_config_id`), + KEY `lab_config_id` (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_access` +-- + +LOCK TABLES `lab_config_access` WRITE; +/*!40000 ALTER TABLE `lab_config_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_settings` +-- + +DROP TABLE IF EXISTS `lab_config_settings`; +CREATE TABLE `lab_config_settings` ( + `id` int(11) NOT NULL, + `flag1` int(11) default NULL, + `flag2` int(11) default NULL, + `flag3` int(11) default NULL, + `flag4` int(11) default NULL, + `setting1` varchar(200) collate latin1_general_ci default NULL, + `setting2` varchar(200) collate latin1_general_ci default NULL, + `setting3` varchar(200) collate latin1_general_ci default NULL, + `setting4` varchar(200) collate latin1_general_ci default NULL, + `misc` varchar(500) collate latin1_general_ci default NULL, + `remarks` varchar(500) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `lab_config_settings` +-- + +LOCK TABLES `lab_config_settings` WRITE; +/*!40000 ALTER TABLE `lab_config_settings` DISABLE KEYS */; +INSERT INTO `lab_config_settings` VALUES (1,1,2,30,11,'code39',NULL,NULL,NULL,NULL,'Barcode Settings','2013-09-25 07:50:35'),(2,20,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Search Settings','2013-09-25 07:50:35'),(3,0,NULL,NULL,NULL,'','.',NULL,NULL,NULL,'Billing Settings','2013-09-25 07:50:35'); +/*!40000 ALTER TABLE `lab_config_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_specimen_type` +-- + +DROP TABLE IF EXISTS `lab_config_specimen_type`; +CREATE TABLE `lab_config_specimen_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `specimen_type_id` int(10) unsigned NOT NULL default '0', + KEY `lab_config_id` (`lab_config_id`), + KEY `specimen_type_id` (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_specimen_type` +-- + +LOCK TABLES `lab_config_specimen_type` WRITE; +/*!40000 ALTER TABLE `lab_config_specimen_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config_specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_test_type` +-- + +DROP TABLE IF EXISTS `lab_config_test_type`; +CREATE TABLE `lab_config_test_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `test_type_id` int(10) unsigned NOT NULL default '0', + KEY `lab_config_id` (`lab_config_id`), + KEY `test_type_id` (`test_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_test_type` +-- + +LOCK TABLES `lab_config_test_type` WRITE; +/*!40000 ALTER TABLE `lab_config_test_type` DISABLE KEYS */; +INSERT INTO `lab_config_test_type` VALUES (1006,1),(1006,2),(1006,3),(1006,4),(1006,5),(1006,6),(1006,7),(1006,8),(1006,9),(1006,10),(1006,11),(1006,12),(1006,13),(1006,14),(1006,15),(1006,16),(1006,17),(1006,18),(1006,19),(1006,20),(1006,21),(1006,22),(1006,23),(1006,24),(1006,25),(1006,26),(1006,27),(1006,28),(1006,29),(1006,30),(1006,31),(1006,32),(1006,33),(1006,34),(1006,35),(1006,36),(1006,37),(1006,38),(1006,39),(1006,40),(1006,41),(1006,42),(1006,43),(1006,44),(1006,45),(1006,46),(1006,47),(1006,48),(1006,49),(1006,50),(1006,51),(1006,52),(1006,53),(1006,54),(1006,55),(1006,56),(1006,57),(1006,58),(1006,59),(1006,60),(1006,61),(1006,62),(1006,63),(1006,64),(1006,65),(1006,66),(1006,67),(1006,68),(1006,69),(1006,70),(1006,71),(1006,72),(1006,73),(1006,74),(1006,75),(1006,76),(1006,77),(1006,78),(1006,79),(1006,80),(1006,81),(1006,82),(1006,83),(1006,84),(1006,85),(1006,86),(1006,87),(1006,88),(1006,89),(1006,90),(1006,91),(1006,92),(1006,93),(1006,94),(1006,95),(1006,96),(1006,97),(1006,98),(1006,99),(1006,100),(1006,101),(1006,102),(1006,103),(1006,104),(1006,105),(1006,106),(1006,107),(1006,108),(1006,109),(1006,110),(1006,111),(1006,112),(1006,113),(1006,114),(1006,115),(1006,116),(1006,117),(1006,118),(1006,119),(1006,120),(1006,121),(1006,122),(1006,123),(1006,124),(1006,125),(1006,126),(1006,127),(1006,128),(1006,129),(1006,130),(1006,131),(1006,132),(1006,133),(1006,134),(1006,135),(1006,136),(1006,137),(1006,138),(1006,139),(1006,140),(1006,141),(1006,142),(1006,143),(1006,144),(1006,145),(1006,146),(1006,147),(1006,148),(1006,149),(1006,150),(1006,151),(1006,152),(1006,153),(1006,154),(1006,155),(1006,156),(1006,157),(1006,158),(1006,159),(1006,160),(1006,161),(1006,162),(1006,163),(1006,164),(1006,165),(1006,166),(1006,167),(1006,168),(1006,169),(1006,170),(1006,171),(1006,172),(1006,173),(1006,174),(1006,175),(1006,176),(1006,177),(1006,178),(1006,179),(1006,180),(1006,181),(1006,182),(1006,183),(1006,184),(1006,185),(1006,186),(1006,187),(1006,188),(1006,189),(1006,190),(1006,191),(1006,192),(1006,193),(1006,194),(1006,195),(1006,196),(1006,197),(1006,198),(1006,199),(1006,200),(1006,201),(1006,202),(1006,203),(1006,204),(1006,205),(1006,206),(1006,207),(1006,208),(1006,209),(1006,210),(1006,211),(1006,212),(1006,213),(1006,214),(1006,215),(1006,216),(1006,217),(1006,218),(1006,219),(1006,220),(1006,221),(1006,222),(1006,223),(1006,224),(1006,225),(1006,226),(1006,227),(1006,228),(1006,229),(1006,230),(1006,231),(1006,232),(1006,233),(1006,234),(1006,235),(1006,236),(1006,237),(1006,238),(1006,239),(1006,240); +/*!40000 ALTER TABLE `lab_config_test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `labtitle_custom_field` +-- + +DROP TABLE IF EXISTS `labtitle_custom_field`; +CREATE TABLE `labtitle_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL, + `field_options` varchar(200) NOT NULL, + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `labtitle_custom_field` +-- + +LOCK TABLES `labtitle_custom_field` WRITE; +/*!40000 ALTER TABLE `labtitle_custom_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `labtitle_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `measure` +-- + +DROP TABLE IF EXISTS `measure`; +CREATE TABLE `measure` ( + `measure_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `unit_id` int(10) unsigned default NULL, + `range` varchar(500) default NULL, + `description` varchar(500) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `unit` varchar(30) default NULL, + PRIMARY KEY (`measure_id`), + KEY `unit_id` (`unit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `measure` +-- + +LOCK TABLES `measure` WRITE; +/*!40000 ALTER TABLE `measure` DISABLE KEYS */; +INSERT INTO `measure` VALUES (1,'S. PREGNANCY TEST',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 11:49:29',''),(2,'ANTI - ds DNA',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 11:51:21',''),(5,'FREE T3 (FT3)',NULL,':',NULL,'2013-09-25 11:56:56','pg/mL'),(8,'BLEEDING TIME',NULL,':',NULL,'2013-09-25 11:59:18','mins'),(9,'CLOTTING TIME',NULL,':',NULL,'2013-09-25 12:01:28','mins'),(10,'D - DIMER',NULL,':',NULL,'2013-09-25 12:04:02','ug/mL'),(11,'S - al FETOPROTEIN',NULL,':',NULL,'2013-09-25 12:08:01','KU/l'),(12,'HBV DNA COPIES',NULL,'$freetext$$',NULL,'2013-09-25 12:16:16','cp/mL'),(13,'Hepatitis B VIRUS DNA',NULL,'$freetext$$',NULL,'2013-09-25 12:16:16','IU/mL'),(14,'COMMENTS',NULL,'$freetext$$',NULL,'2013-09-25 12:16:16',''),(15,'WBC',NULL,':',NULL,'2013-09-25 12:30:20','× 10³µL'),(16,'RBC',NULL,':',NULL,'2013-09-25 12:30:20','× 10⁶µL'),(17,'HGB',NULL,':',NULL,'2013-10-08 09:01:01','g/dL'),(18,'HCT',NULL,':',NULL,'2013-09-25 12:30:20','%'),(19,'MCV',NULL,':',NULL,'2013-09-25 12:30:20','fL'),(20,'MCH',NULL,':',NULL,'2013-09-25 12:30:20','pg'),(21,'MCHC',NULL,':',NULL,'2013-09-25 12:30:20','g/dL'),(22,'PLT',NULL,':',NULL,'2013-09-25 12:30:20','× 10³µL'),(23,'% LYMPHOCYTES',NULL,':',NULL,'2013-09-25 12:34:46','%'),(24,'% MONOCYTES',NULL,':',NULL,'2013-09-25 12:34:46','%'),(25,'% NEUTROPHILS',NULL,':',NULL,'2013-09-25 12:34:46','%'),(26,'% EOSINOPHILS',NULL,':',NULL,'2013-09-25 12:34:46','%'),(27,'% BASOPHIL',NULL,':',NULL,'2013-09-25 12:34:46','%'),(28,'HEPATITIS B CORE IgM',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 13:23:49',''),(29,'PATIENT TIME',NULL,':',NULL,'2013-10-18 09:51:27','secs'),(30,'CONTROL TIME (CT)',NULL,'$freetext$$',NULL,'2013-09-25 13:35:20','secs'),(31,'RATIO (PT/CT)',NULL,'$freetext$$',NULL,'2013-09-25 13:35:20',''),(33,'APTT',NULL,':',NULL,'2013-09-25 13:36:37','Secs'),(34,'PROGESTERONE',NULL,':',NULL,'2013-09-27 08:06:55','nmol/I'),(35,'$sub*34/$INTERPRETATION',NULL,'MID - FOLLUCILAR PHASE (2.87 - 4.83)/MID - LUTEAL PHASE (16.41 - 59.02)/POST MENOPAUSAL ( <0.25 - 2.48)','//MID - FOLLUCILAR PHASE (2.87 - 4.83)//MID - LUTEAL PHASE (16.41 - 59.02)//POST MENOPAUSAL ( <0.25 - 2.48)','2013-10-10 09:30:07',''),(36,'HELOCOBACTER PYLORI (STOOL) ANTIGEN',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 13:50:42',''),(37,'OESTRADIOL(E2)',NULL,':',NULL,'2013-11-04 17:08:07','pMol/L'),(39,'HELICOBACTER PYLORI (BLOOD) ANTIBODY',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 13:54:12',''),(40,'TESTOSTERONE',NULL,':',NULL,'2013-09-25 13:55:03','nmoI/L'),(41,'BLOOD FILM',NULL,'$freetext$$',NULL,'2013-10-24 10:48:16','mps/µL'),(43,'MAT',NULL,'NEGATIVE/POSITIVE',NULL,'2013-12-05 06:53:10',''),(44,'SICKLING',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 14:11:40',''),(45,'BLOOD GROUP (ABO)',NULL,'A/B/O/AB',NULL,'2013-09-25 14:14:33',''),(46,'RHESUS \'D\'',NULL,'POSITIVE/NEGATIVE',NULL,'2013-09-25 15:13:55',''),(47,'ESR',NULL,':',NULL,'2013-09-25 15:04:57','mm/hr'),(48,'Reticulocytes',NULL,':',NULL,'2013-10-31 22:05:16','%'),(49,'HBA',NULL,':',NULL,'2013-09-25 15:04:14','%'),(50,'G6PD',NULL,'NO DEFECT/FULL DEFECT/PARTIAL DEFECT',NULL,'2013-12-05 06:51:00',''),(51,'FACTOR VIII ASSAY',NULL,'$freetext$$',NULL,'2013-09-25 14:36:12',''),(52,'HIV (FIRST RESPONSE)',NULL,'Type 1 Ab REACTIVE/Type 2 Ab REACTIVE/Type 1&2 Ab REACTIVE/NON-REACTIVE',NULL,'2013-09-25 14:36:25',''),(53,'HIV (ORA QUICK)',NULL,'NON-REACTIVE/REACTIVE/-',NULL,'2013-10-08 08:42:48',''),(54,'FINAL RESULT',NULL,'NEGATIVE/POSITIVE/INDETERMINATE',NULL,'2013-09-25 14:36:26',''),(55,'Sickling',NULL,'NEGATIVE/POSITIVE',NULL,'2013-10-17 10:39:31',''),(56,'DIRECT COOMBS',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 15:07:01',''),(57,'IRON',NULL,':',NULL,'2013-09-26 12:49:26','lumol/L'),(58,'TIBC',NULL,':',NULL,'2013-09-26 12:48:29','umol/L'),(59,'FERRITIN',NULL,':',NULL,'2013-09-26 12:47:23','ug/L'),(60,'S - VITAMIN B12',NULL,':',NULL,'2013-09-26 12:44:25','pmol/L'),(61,'S - FOLATE',NULL,'$freetext$$',NULL,'2013-09-26 12:41:59','mmol/L'),(62,'CLARITY',NULL,'CLEAR/HAZY/CLOUDY/BLOODY',NULL,'2013-12-05 08:13:38',''),(63,'ISOLATES',NULL,'No Bacteria Growth/No Pathogen Isolated/No Significant Bacteria Growth/Mixed Growth, Please repeat/Escherichia coli/Salmonella species/Salmonella tyhi/Shigella species/Shigella sonnei/Citrobacter species/Coliforms/Klebsiella species/Klebsiella oxytoca (1 & 2)/Enterobacter species/Morganella morgani/Morganella catarrhalis/Proteus mirabilis/Proteus vulgaris/Providencia species/Providencia rettgeri/Pseudomonas aeruginosae/Salmonella paratyphi A/Staphylococcus aureus/Streptococcus pyogene/Candida sp',NULL,'2013-11-18 21:25:22',''),(64,'MACROSCOPY : COLOUR',NULL,'BROWN/YELLOWISH/DARK BROWN/GREENISH/PALE',NULL,'2013-12-06 21:25:57',''),(65,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 07:29:13',''),(66,'OCCULT BLOOD',NULL,'NEGATIVE/POSITIVE',NULL,'2013-12-06 21:27:07',''),(67,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:20:45',''),(68,'TIME PRODUCED',NULL,'$freetext$$',NULL,'2013-09-25 15:21:21',''),(69,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:00:23',''),(70,'ONCHOCERCA VULVOLUS',NULL,'NO MICROFILARAE SEEN/SEEN',NULL,'2013-09-26 09:38:10',''),(71,'SKIN SCRAPPING',NULL,'NO FUNGAL ELEMENTS SEEN/FUNGAL ELEMENTS SEEN',NULL,'2013-09-25 15:44:46',''),(72,'HBA₂',NULL,':',NULL,'2013-09-25 15:04:14','%'),(73,'HBF',NULL,':',NULL,'2013-09-25 15:04:14','%'),(74,'INDIRECT COOMBS',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-25 15:08:03',''),(75,'TIME RECEIVED',NULL,'$freetext$$',NULL,'2013-09-25 15:21:21',''),(76,'TIME EXAMINED',NULL,'$freetext$$',NULL,'2013-09-25 15:21:21',''),(77,'MODE OF PRODUCTION',NULL,'MASTURBATION/COITUS INTERUPTUS',NULL,'2013-09-25 15:21:21',''),(78,'COLOUR',NULL,'GREY/-',NULL,'2013-09-25 15:21:21',''),(79,'CONSISTENCY',NULL,'COMPLETE LIQUEFACTION/INCOMPLETE LIQUEFACTION',NULL,'2013-09-25 15:21:21',''),(80,'TURBIDITY',NULL,'OPAQUE/TRANSLUCENT/TRANSPARENT',NULL,'2013-09-25 15:21:21',''),(81,'VOLUME',NULL,'$freetext$$',NULL,'2013-09-25 15:21:21','mls'),(82,'pH',NULL,'$freetext$$',NULL,'2013-09-25 15:21:21',''),(83,'MOTILITY',NULL,'$freetext$$',NULL,'2013-09-25 15:25:10',''),(84,'VIABILITY',NULL,'$freetext$$',NULL,'2013-09-25 15:25:10',''),(85,'COUNT',NULL,'$freetext$$',NULL,'2013-09-25 15:25:10',''),(86,'MORPHOLOGY',NULL,'$freetext$$',NULL,'2013-09-25 15:25:10',''),(87,'WBC',NULL,'NOT SEEN/PRESENT (+)/PRESENT (++)/PRESENT (+++)',NULL,'2013-09-25 15:25:10',''),(88,'RBC',NULL,'NOT SEEN/PRESENT (+)/PRESENT (++)/PRESENT (+++)',NULL,'2013-09-25 15:25:10',''),(89,'COMMENT',NULL,'$freetext$$',NULL,'2013-09-25 15:26:03',''),(90,'COLOUR',NULL,'STRAW/AMBER/LIGHT AMBER/DEEP AMBER/BLOODY',NULL,'2013-11-12 05:43:43',''),(91,'pH',NULL,'5.0/5.5/6.0/6.5/7.0/7.5/8.0/8.5/9.0',NULL,'2013-09-25 15:36:24',''),(92,'SG',NULL,'1.000/1.005/1.010/1.015/1.020/1.025/1.030',NULL,'2013-12-05 08:13:38',''),(93,'PRO',NULL,'NEGATIVE/TRACE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)',NULL,'2013-12-05 08:13:38',''),(94,'GLU',NULL,'NEGATIVE/TRACE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)',NULL,'2013-12-05 08:13:38',''),(95,'KET',NULL,'NEGATIVE/TRACE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)',NULL,'2013-12-05 08:13:38',''),(96,'BLD',NULL,'NEGATIVE/TRACE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)',NULL,'2013-12-05 08:13:38',''),(97,'NIT',NULL,'NEGATIVE/POSITIVE',NULL,'2013-12-05 08:13:38',''),(98,'BIL',NULL,'NEGATIVE/TRACE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)',NULL,'2013-12-05 08:13:38',''),(99,'LEU',NULL,'NEGATIVE/TRACE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)',NULL,'2013-12-05 08:13:38',''),(100,'URO',NULL,'NORMAL/INCREASED',NULL,'2013-12-05 08:13:38',''),(109,'TOTAL BILIRUBIN',NULL,':',NULL,'2013-09-26 08:05:24','µmol/L'),(110,'DIRECT BILIRUBIN',NULL,':',NULL,'2013-09-26 08:08:26','µmol/L'),(111,'INDIRECT BILIRUBIN',NULL,'$freetext$$',NULL,'2013-09-26 07:02:34',''),(112,'TOTAL PROTEIN',NULL,':',NULL,'2013-09-26 08:11:39','g/L'),(113,'ALBUMIN',NULL,':',NULL,'2013-09-26 08:12:28','g/L'),(114,'GLOBULIN',NULL,'$freetext$$',NULL,'2013-09-26 07:06:36',''),(115,'ALANINE AMINOTRANSFERASE',NULL,':',NULL,'2013-09-26 08:13:30','U/L'),(116,'ASPARTATE AMINOTRANSFERASE',NULL,':',NULL,'2013-09-26 08:14:20','U/L'),(117,'Gamma GT',NULL,':',NULL,'2013-09-26 08:15:27','U/L'),(118,'ALKALINE PHOSPHATE',NULL,':',NULL,'2013-09-26 08:17:21','U/L'),(119,'UREA',NULL,':',NULL,'2013-09-26 08:19:32','mmol/L'),(120,'CREATININE',NULL,':',NULL,'2013-09-26 08:20:35','µmol/L'),(121,'SODIUM',NULL,'$freetext$$',NULL,'2013-09-26 07:12:48',''),(122,'POTASSIUM',NULL,'$freetext$$',NULL,'2013-09-26 07:14:03',''),(123,'CHLORIDE',NULL,':',NULL,'2013-09-26 09:05:46','mmol/L'),(124,'TOTAL CHOLESTEROL',NULL,':',NULL,'2013-09-26 08:22:04','mmol/L'),(125,'TRIGLYCERIDES',NULL,':',NULL,'2013-09-26 08:23:25','mmol/L'),(126,'HDL CHOLESTEROL',NULL,':',NULL,'2013-09-26 08:24:35','mmol/L'),(127,'LDL CHOLESTEROL',NULL,'$freetext$$',NULL,'2013-09-26 07:18:26',''),(128,'URIC ACID',NULL,':',NULL,'2013-09-26 08:26:33','µmol/L'),(129,'CALCIUM',NULL,':',NULL,'2013-09-26 08:57:33','mmol/L'),(130,'CORRECTED CALCIUM',NULL,'$freetext$$',NULL,'2013-09-26 07:20:12',''),(131,'FBG',NULL,':',NULL,'2013-12-05 06:47:49','mmol/L'),(133,'RANDOM BLOOD GLUCOSE',NULL,':',NULL,'2013-11-12 17:46:38','mmol/L'),(134,'U -PT(HCG)',NULL,'NEGATIVE/POSITIVE',NULL,'2013-12-05 08:14:56',''),(135,'PHOSPHORUS',NULL,':',NULL,'2013-09-26 09:03:00','mmol/L'),(136,'CREATININE KINASE',NULL,':',NULL,'2013-09-26 08:35:41',''),(137,'ALPHA AMYLASE',NULL,':',NULL,'2013-09-26 08:55:30','mmol/L'),(138,'LACTATE DEHYDROGENASE',NULL,':',NULL,'2013-09-26 09:25:28','U/L'),(139,'MAGNESIUM',NULL,':',NULL,'2013-09-26 08:51:28','mmol/L'),(140,'GLYCATED HAEMOGLOBIN',NULL,'$freetext$$',NULL,'2013-09-26 07:47:25',''),(141,'CK - MB',NULL,':',NULL,'2013-09-26 09:01:10','mmol/L'),(142,'URINE CALCIUM',NULL,'$freetext$$',NULL,'2013-09-26 07:49:02',''),(143,'URINE PHOSPHORUS',NULL,'$freetext$$',NULL,'2013-09-26 07:49:56',''),(144,'URINE URIC ACID',NULL,'$freetext$$',NULL,'2013-09-26 07:52:16',''),(145,'NON DIABETIC',NULL,':',NULL,'2013-09-26 08:50:01','%'),(146,'GOOD DIABETIC CONTROL',NULL,':',NULL,'2013-09-26 08:50:01','%'),(147,'FAIR DIABETIC CONTROL',NULL,':',NULL,'2013-09-26 08:50:01','%'),(148,'POOR DIABETIC CONTROL',NULL,':',NULL,'2013-09-26 08:50:01','%'),(150,'MANSONELLA STREPTOCERCA',NULL,'NO MICROFILARAE SEEN/SEEN',NULL,'2013-09-26 09:38:10',''),(151,'MANSONELLA PERTONS',NULL,'NO MICROFILARAE SEEN/SEEN',NULL,'2013-09-26 09:38:10',''),(152,'RAPID TROPONIN I',NULL,'POSITIVE/NEGATIVE/INTERMEDIATE',NULL,'2013-11-06 22:07:52','ng/mL'),(156,'ANTI - NUCLEAR FACTOR',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-26 12:54:51',''),(157,'S - C- REACTIVE PROTEIN',NULL,':',NULL,'2013-09-26 12:56:12','mg/L'),(158,'RUBELLA IgM',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-26 12:57:55',''),(159,'LIPASE',NULL,':',NULL,'2013-09-26 13:00:04','U/L'),(160,'24hr URINE PROTEIN',NULL,':',NULL,'2013-09-26 13:02:51','L'),(161,'FOLLICULE STIM HORM',NULL,':',NULL,'2013-09-26 13:09:42','mIU/mL'),(163,'LUTENISING HORMONE',NULL,':',NULL,'2013-09-26 13:16:58','mIU/mL'),(165,'PROLACTIN',NULL,':',NULL,'2013-09-26 13:21:06','ng/mL'),(167,'PSA',NULL,':',NULL,'2013-09-26 13:23:00','ng/mL'),(168,' TROPONIN T',NULL,':',NULL,'2013-11-06 22:06:16','ng/mL'),(169,'CARCINO - EMBRYONIC ANTIGEN',NULL,':',NULL,'2013-09-26 13:31:11','ug/L'),(170,'COMMENTS',NULL,'$freetext$$',NULL,'2013-09-26 13:31:11',''),(171,'TOXOPLASMA IgG',NULL,':',NULL,'2013-09-26 13:32:59','IU/mL'),(172,'TOXOPLASMA IgM',NULL,'NON - REACTIVE/REACTIVE',NULL,'2013-09-26 13:34:38',''),(173,'$sub*172/$INTERPRETATION',NULL,':',NULL,'2013-09-26 13:34:38',''),(174,'SPECIMEN 1 : APPEARANCE',NULL,'MUCO - PRURULENT/BLOOD STAINED/MUCO SALIVARY/SALIVA',NULL,'2013-09-27 07:11:04',''),(175,'GRAM',NULL,'NO GRAM REACTION/GRAM POSITIVE COCCI/GRAM POSITIVE STREPTOCOCCI/GRAM POSITIVE RODS/GRAM NEGATIVE COCCI/GRAM NEGATIVE INTRACELLULAR DIPLOCOCCI PRESENT/NO GRAM NEGATIVE INTRACELLULAR DIPLOCOCCI SEEN/GRAM NEGATIVE DIPLOCOCCI',NULL,'2013-10-14 11:57:21',''),(176,'ZN STAIN FOR AFB',NULL,'NEGATIVE/SCANTY/PRESENT (+)/PRESENT (++)/PRESENT (++)',NULL,'2013-09-27 07:11:04',''),(177,'SPECIMEN 2 : APPEARANCE',NULL,'MUCO - PRURULENT/BLOOD STAINED/MUCO - SALIVARY/SALIVA',NULL,'2013-09-27 07:11:04',''),(178,'ZN STAIN FOR AFB',NULL,'NEGATIVE/SCANTY/PRESENT (+)/PRESENT (++)/PRESENT (+++)/-',NULL,'2013-11-26 18:08:02',''),(179,'FREE T3',NULL,':',NULL,'2013-09-27 07:14:07','pg/mL'),(181,'FREE T4',NULL,':',NULL,'2013-09-27 07:15:49','ng/dL'),(183,'THYROID STIM HORM.',NULL,':',NULL,'2013-09-27 07:17:04','mIU/L'),(184,'CA 125',NULL,':',NULL,'2013-09-27 07:19:00','U/mL'),(185,'COMPLEMENT 3 (C3) ',NULL,':',NULL,'2013-09-27 07:40:22','g/L'),(186,'COMPLEMENT 4 (C4)',NULL,':',NULL,'2013-09-27 07:41:11','g/L'),(187,'AMPICILLIN/SULBACTAM (AS)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:32',''),(188,'TETRACYCLINE (TE)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:32',''),(189,'CO-TRIMOXAZOLE (BA) ',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(191,'GENTAMICIN (GM)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(192,'CHLORAMPHENICOL (CH)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(193,'CEFOTAXIME (CF)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(195,'AMIKACIN (AK)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(197,'LEVOFLOXACIN (LE)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(205,'CEFTIZOXIME (CI)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(206,'TAZOBACTAM/PIPERACILLIN (TZP)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(207,'HIV LOAD',NULL,'$freetext$$',NULL,'2013-09-27 07:55:00','cps/mL'),(208,'LOG UNITS',NULL,'$freetext$$',NULL,'2013-09-27 07:55:00',''),(209,'S. typhi O',NULL,'1#20/1#40/1#80/1#160/1#320/1#640/1#1280',NULL,'2013-10-07 11:15:42',''),(210,'S. typhi H',NULL,'1#20/1#40/1#80/1#160/1#320/1#640/1#1280',NULL,'2013-10-07 11:15:42',''),(211,'VDRL / RPR',NULL,'NON - REACTIVE/REACTIVE',NULL,'2013-09-27 08:25:28',''),(212,'RHEUMATIOD FACTOR',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:26:15',''),(213,'HEPATITIS A lgG ANTIBODY',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:28:02',''),(214,'HEPATITIS A lgM ANTIBODY',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:28:48',''),(215,'HEPATITIS Bs ANTIGEN',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:29:43',''),(216,'HEPATITIS Bs ANTIBODY',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:30:46',''),(217,'HEPATITIS Bc lgG Ab',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:31:53',''),(218,'HEPATITIS Be Ag',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:35:27',''),(219,'HEPATITIS Be Ab',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:36:20',''),(220,'HEPATITIS C',NULL,'NEGATIVE/POSITIVE',NULL,'2013-09-27 08:37:01',''),(221,'THYROID ANTIBODIES',NULL,'$freetext$$',NULL,'2013-09-27 08:37:41',''),(222,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:39:23',''),(223,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:39:54',''),(224,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:40:30',''),(225,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:40:57',''),(226,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:42:48',''),(227,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 08:43:44',''),(228,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 09:05:07',''),(229,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 09:05:50',''),(230,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 09:09:01',''),(231,'ALBUMIN',NULL,':',NULL,'2013-09-27 09:35:55','g/L'),(232,'AKL. PHOS',NULL,':',NULL,'2013-09-27 09:35:55','U/L'),(233,'ALT',NULL,':',NULL,'2013-09-27 09:35:55','U/L'),(234,'AST',NULL,':',NULL,'2013-09-27 09:35:55','U/L'),(235,'DIRECT BILIRUBIN',NULL,':',NULL,'2013-09-27 09:35:55','µmol/L'),(236,'TOTAL BILIRUBIN',NULL,':',NULL,'2013-09-27 09:35:55','µmol/L'),(237,'BUN (Urea)',NULL,':',NULL,'2013-09-27 09:35:55','mmol/L'),(238,'CHOLESTEROL',NULL,':',NULL,'2013-09-27 09:35:55','mmol/L'),(239,'CREATININE',NULL,':',NULL,'2013-09-27 09:35:55','µmol/L'),(240,'GGT',NULL,':',NULL,'2013-09-27 09:35:55','U/L'),(241,'GLUCOSE',NULL,':',NULL,'2013-09-27 09:42:40','mmol/L'),(242,'TOTAL PROTEIN',NULL,':',NULL,'2013-09-27 09:35:55','g/L'),(243,'TRIGLYCERIDES',NULL,':',NULL,'2013-09-27 09:35:55','mmol/L'),(244,'URIC ACID',NULL,':',NULL,'2013-09-27 09:35:55','µmol/L'),(245,'ALT',NULL,':',NULL,'2013-09-27 09:39:42','µmol/L'),(246,'AST',NULL,':',NULL,'2013-09-27 09:39:42','µmol/L'),(247,'CHOLESTEROL',NULL,':',NULL,'2013-09-27 09:39:42','mmol/L'),(248,'CREATININE KINASE (CK)',NULL,':',NULL,'2013-09-27 09:40:51',''),(249,'LDH',NULL,':',NULL,'2013-09-27 09:39:42','µmol/L'),(250,'TRIGLYCERIDES',NULL,':',NULL,'2013-09-27 09:39:42','mmol/L'),(251,'BUN (Urea)',NULL,':',NULL,'2013-09-27 09:50:29','mmol/L'),(252,'CHOLESTEROL',NULL,':',NULL,'2013-09-27 09:50:29','mmol/L'),(253,'CREATININE',NULL,':',NULL,'2013-09-27 09:50:29','µmol/L'),(254,'GLUCOSE',NULL,':',NULL,'2013-09-27 09:50:29','mmol/L'),(255,'URIC ACID',NULL,':',NULL,'2013-09-27 09:50:29','µmol/L'),(256,'ELECTROLYTES',NULL,':',NULL,'2013-09-27 09:50:29','mmol/L'),(257,'ALBUMIN',NULL,':',NULL,'2013-09-27 09:54:38','g/L'),(258,'AKL. PHOS',NULL,':',NULL,'2013-09-27 09:54:38','U/L'),(259,'ALT',NULL,':',NULL,'2013-09-27 09:54:38','U/L'),(260,'AST',NULL,':',NULL,'2013-09-27 09:54:38','µmol/L'),(261,'DIRECT BILIRUBIN',NULL,':',NULL,'2013-09-27 09:54:38','µmol/L'),(262,'TOTAL BILIRUBIN',NULL,':',NULL,'2013-09-27 09:54:38','µmol/L'),(263,'GGT',NULL,':',NULL,'2013-09-27 09:54:38','U/L'),(264,'TOTAL PROTEIN',NULL,':',NULL,'2013-09-27 09:54:38','g/L'),(265,'CHOLESTEROL',NULL,':',NULL,'2013-09-27 09:57:37','mmol/L'),(266,'TRIGLYCERIDES',NULL,':',NULL,'2013-09-27 09:57:37','mmol/L'),(267,'HDL CHOLESTEROL',NULL,':',NULL,'2013-09-27 09:57:38','mmol/L'),(268,'SODIUM',NULL,':',NULL,'2013-10-18 11:08:58',''),(269,'POTASSIUM',NULL,':',NULL,'2013-10-18 11:08:58',''),(270,'CHLORIDE',NULL,':',NULL,'2013-09-27 09:59:00','mmol/L'),(271,'PUS CELLS',NULL,'FEW/MODERATE/MANY/NOT SEEN/SCANTY',NULL,'2013-10-18 19:06:45',''),(272,'EPITHELIAL CELLS',NULL,'FEW/MODERATE/MANY/NOT SEEN',NULL,'2013-10-07 13:03:26',''),(273,'Trichomonas vaginalis',NULL,'NOT SEEN/PRESENT (+)/PRESENT (++)/PRESENT (++)',NULL,'2013-09-27 11:09:25',''),(274,'YEAST - LIKE CELLS',NULL,'NOT SEEN/PRESENT (+)/PRESENT (++)/PRESENT (+++)',NULL,'2013-12-17 20:41:35',''),(275,'ISOLATE',NULL,'$freetext$$',NULL,'2013-09-27 11:10:43',''),(276,'CONSISTENCY',NULL,'SEMI FORMED/FORMED/LOOSE/WATERY/SLIMY',NULL,'2013-10-22 16:37:57',''),(277,'CONTENT',NULL,'MUCOID/BLOODY # BLOOD STAINED/-',NULL,'2013-10-02 11:37:51',''),(278,'MICROSCOPY : OVA',NULL,'Not Seen/Ascaris lumbricoides/Clonirchis sinensis/Diphyllobothrium latum/Fasciola hepatica/Hookworm/Hymenolepis diminuta/Hymenolepis nana/Metagonimus westermani/Paragonimus yokogawa/Schistosoma japonicum/Schistosoma mansoni/Taemia spp/Taenia spp/Ternidens deminutus/Trichostrongyle/Trichurisn truchiura',NULL,'2013-09-27 11:34:37',''),(279,'LARVAE',NULL,'Not Seen/Strongyloides sterocoralis',NULL,'2013-09-27 11:34:37',''),(280,'CYST',NULL,'Not Seen/Endolomax nana/Entamoeba coli/Entamoeba hartmanni/Entamoeba histolytica/Enteromonas lominis/Goardia lamblia/Retrotamonas intestinalis',NULL,'2013-09-27 11:34:37',''),(281,'VEGETATIVE FORM',NULL,'Not Seen/Intestinal flagellates/Yeast - like cells',NULL,'2013-09-27 11:34:37',''),(282,'RBC',NULL,'Not Seen/present (+)/present (++)/present (+++)/present (++++)',NULL,'2013-09-27 11:34:37',''),(283,'WBC',NULL,'Not Seen/present (+)/present (++)/present (+++)/present (++++)',NULL,'2013-09-27 11:34:37',''),(284,'24hr URINE AMYLASE',NULL,':',NULL,'2013-09-27 13:45:07','U/L/24Hrs'),(285,'URINE VOLUME',NULL,'$freetext$$',NULL,'2013-09-27 13:50:17','mL/24Hr'),(286,'24 U CREATININE',NULL,':',NULL,'2013-09-27 13:50:17','mmol/24h'),(287,'NORMENTANEPHRINES',NULL,':',NULL,'2013-09-27 13:50:17','nmol/24H'),(288,'NORMET / CREAT RAT',NULL,':',NULL,'2013-09-27 13:50:17',''),(289,'METANEPHRINE',NULL,':',NULL,'2013-09-27 13:50:17','nmol/24H'),(290,'COLLECTION TIME',NULL,'$freetext$$',NULL,'2013-09-27 13:50:17','HR'),(291,'COMMENTS',NULL,'$freetext$$',NULL,'2013-09-27 13:50:17',''),(292,'URINE VOLUME',NULL,':',NULL,'2013-12-09 01:03:40','ml'),(293,'SERUM CREATININE',NULL,':',NULL,'2013-12-09 01:03:40','mg/dl'),(294,'24HR URINE CREATININE',NULL,':',NULL,'2013-12-09 01:03:40','mg/dl'),(295,'TIME',NULL,':',NULL,'2013-12-09 01:03:41','mins'),(296,'CREATININE CLEARANCE (Ccr)',NULL,':',NULL,'2013-12-09 01:10:33','mL/min/1.73m²'),(297,'CORRECTED Ccr',NULL,':',NULL,'2013-12-09 01:10:33','mL/min/1.73m²'),(298,'ABDOMEN PLAIN',NULL,'$freetext$$',NULL,'2013-09-30 10:14:46',''),(299,'ABDOMEN ERECT & SPINE',NULL,'$freetext$$',NULL,'2013-09-30 10:15:45',''),(300,'ANKLE (LAT & AP)',NULL,'$freetext$$',NULL,'2013-09-30 10:17:04',''),(301,'CERVICAL SPINE',NULL,'$freetext$$',NULL,'2013-09-30 10:17:54',''),(302,'CERVICAL SPINE (OBLIQUES)',NULL,'$freetext$$',NULL,'2013-09-30 10:18:44',''),(303,'CHEST',NULL,'$freetext$$',NULL,'2013-09-30 10:19:18',''),(304,'CHEST (PA & LAT)',NULL,'$freetext$$',NULL,'2013-09-30 10:20:02',''),(305,'CLAVICE',NULL,'$freetext$$',NULL,'2013-09-30 10:20:58',''),(306,'ELBOW JOINT',NULL,'$freetext$$',NULL,'2013-09-30 10:22:05',''),(307,'FEMUR',NULL,'$freetext$$',NULL,'2013-09-30 10:22:53',''),(308,'FOREARM',NULL,'$freetext$$',NULL,'2013-09-30 10:23:39',''),(309,'HAND',NULL,'$freetext$$',NULL,'2013-09-30 10:24:14',''),(310,'FOOT',NULL,'$freetext$$',NULL,'2013-09-30 10:24:45',''),(311,'HIP JOINT',NULL,'$freetext$$',NULL,'2013-09-30 10:25:17',''),(312,'HSG',NULL,'$freetext$$',NULL,'2013-09-30 10:25:52',''),(313,'HUMERUS',NULL,'$freetext$$',NULL,'2013-09-30 10:27:55',''),(314,'IVU',NULL,'$freetext$$',NULL,'2013-09-30 10:28:32',''),(315,'KNEE',NULL,'$freetext$$',NULL,'2013-09-30 10:28:59',''),(316,'LUMBER SPINE',NULL,'$freetext$$',NULL,'2013-09-30 10:29:59',''),(317,'MANDIBLE (PA & OBL)',NULL,'$freetext$$',NULL,'2013-09-30 10:30:52',''),(318,'MANDIBLE (OBL)',NULL,'$freetext$$',NULL,'2013-09-30 10:32:39',''),(319,'PELVIS',NULL,'$freetext$$',NULL,'2013-09-30 10:33:30',''),(320,'RETROGRADE',NULL,'$freetext$$',NULL,'2013-09-30 10:34:26',''),(321,'SHOULDER',NULL,'$freetext$$',NULL,'2013-09-30 10:35:04',''),(322,'SINUSES',NULL,'$freetext$$',NULL,'2013-09-30 10:36:36',''),(323,'SKULL',NULL,'$freetext$$',NULL,'2013-09-30 10:37:34',''),(324,'THORACIC SPINE',NULL,'$freetext$$',NULL,'2013-09-30 10:38:42',''),(325,'THORACO - LUMBAR SP',NULL,'$freetext$$',NULL,'2013-09-30 10:39:34',''),(326,'URETHROGRAM',NULL,'$freetext$$',NULL,'2013-09-30 10:40:18',''),(327,'WRIST',NULL,'$freetext$$',NULL,'2013-09-30 10:40:52',''),(328,'TIB & FIB',NULL,'$freetext$$',NULL,'2013-09-30 10:41:28',''),(329,'THYROID',NULL,'$freetext$$',NULL,'2013-09-30 10:42:27',''),(330,'UPPER ABDOMEN',NULL,'$freetext$$',NULL,'2013-09-30 10:43:57',''),(331,'AMDOMEN & PELVIS',NULL,'$freetext$$',NULL,'2013-09-30 10:44:46',''),(332,'BREAST',NULL,'$freetext$$',NULL,'2013-09-30 10:46:05',''),(333,'DOPPLER (ONE SIDE)',NULL,'$freetext$$',NULL,'2013-09-30 10:46:41',''),(334,'DOPPLER (TWO SIDES)',NULL,'$freetext$$',NULL,'2013-09-30 10:47:41',''),(335,'OTHERS',NULL,'$freetext$$',NULL,'2013-09-30 10:48:24',''),(336,'HEAD (CVD)',NULL,'$freetext$$',NULL,'2013-09-30 10:49:27',''),(337,'HEAD (BRAIN)',NULL,'$freetext$$',NULL,'2013-09-30 10:50:18',''),(338,'HEAD (WITH CONSTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 10:51:33',''),(339,'HEAD (RTA / TRAUMA)',NULL,'$freetext$$',NULL,'2013-09-30 10:52:16',''),(340,'BRAIN AND SINUSES (WITH CONTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 10:54:15',''),(341,'BRAIN AND ORBITS (WITH CONTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 10:55:10',''),(342,'BRAIN AND I A M (WITH CONTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 10:55:55',''),(343,'SPINE (WITH CONTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 10:57:32',''),(344,'ABDOMEN',NULL,'$freetext$$',NULL,'2013-09-30 11:00:54',''),(345,'ABDOMEN & PELVIS',NULL,'$freetext$$',NULL,'2013-09-30 11:01:32',''),(346,'PELVIS (WITH CONTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 11:02:53',''),(347,'EXTREMITES',NULL,'$freetext$$',NULL,'2013-09-30 11:04:14',''),(348,'EXTREMITES (WITH CONTRAST)',NULL,'$freetext$$',NULL,'2013-09-30 11:05:04',''),(349,'LARYNX',NULL,'$freetext$$',NULL,'2013-09-30 11:06:21',''),(350,'STRESS ECG',NULL,'$freetext$$',NULL,'2013-09-30 11:36:55',''),(351,'ECG',NULL,'$freetext$$',NULL,'2013-09-30 11:37:20',''),(352,'CHLAMYDIA',NULL,'NEGATIVE/POSITIVE',NULL,'2013-10-31 22:50:43',''),(353,'PELVIS + OBSTETRICS',NULL,'$freetext$$',NULL,'2013-10-01 09:17:04',''),(354,'XY STATIN',NULL,'$freetext$$',NULL,'2013-10-01 09:17:43',''),(355,'T LYMPHS % OF LYMPHS (CD3+ / CD45+)',NULL,':',NULL,'2013-10-02 08:57:45','%'),(356,'T LYMPHS (CD3+) Abs Cnt',NULL,':',NULL,'2013-10-02 08:57:45','cells/µL'),(357,'T SUPPRESSER % OF LYMPHS (CD3+CD8+ / CD45+) ',NULL,':',NULL,'2013-10-02 09:00:53','%'),(358,'T SUPPRESSER LYMPHS CD3+CD8+) Abs Cnt',NULL,':',NULL,'2013-10-02 09:00:53','cells/µL'),(359,'T HELPER % OF LYPHS (CD3+CD4+ / CD45+)',NULL,':',NULL,'2013-10-02 08:57:45','%'),(360,'T HELPER LYPHS (CD3+CD4+) Abs Cnt',NULL,':',NULL,'2013-10-02 08:57:45','cells/µL'),(361,'CD3+CD4+CD8+ % OF LYMPHS (CD3+CD4+CD8+ / CD45',NULL,'$freetext$$',NULL,'2013-10-02 08:57:45','%'),(362,'CD3+CD4+CD8+ Abs Cnt',NULL,'$freetext$$',NULL,'2013-10-02 08:57:45','cells/µL'),(363,'LYMPHOCYTE (CD45+) Abs Cnt',NULL,'$freetext$$',NULL,'2013-10-02 09:00:53','cells/µL'),(364,'T HELPER / SUPPRESSOR RATIO:',NULL,'$freetext$$',NULL,'2013-10-02 08:57:46',''),(365,'S - PTH',NULL,':',NULL,'2013-10-02 12:07:24','pg/ml'),(366,'Sa - Vit D (25 - Hydroxy)',NULL,'$freetext$$',NULL,'2013-10-02 12:08:40',''),(367,'ISOLATE',NULL,'$freetext$$',NULL,'2013-10-02 14:25:57',''),(368,'SEMEN Ab',NULL,'NEGATIVE/POSITIVE',NULL,'2013-10-03 16:08:49',''),(369,'DESCRIPTION',NULL,'HEAD-HEAD/HEAD-TAIL/TAIL-HEAD',NULL,'2013-10-03 16:08:49',''),(370,'$sub*369/$TITRES',NULL,'1/16/1/32/1/64/1/128/1/256',NULL,'2013-10-03 16:08:49',''),(371,'PAP SMEAR',NULL,'$freetext$$',NULL,'2013-10-03 16:35:29',''),(372,'MANTOUX',NULL,':',NULL,'2013-11-07 17:42:10','mm'),(373,'FNAC',NULL,'$freetext$$',NULL,'2013-10-03 16:37:25',''),(374,'URINE CYTOLOGY',NULL,'$freetext$$',NULL,'2013-10-03 16:38:17',''),(375,'eGFR',NULL,'$freetext$$',NULL,'2013-10-24 09:58:12','mL/min/1.73m²'),(376,'TRU - CUT / CORE BIOPSY',NULL,'$freetext$$',NULL,'2013-10-03 16:50:37',''),(377,'SEMEN ANTIBODIES',NULL,'NEGATIVE/POSITIVE',NULL,'2013-10-10 14:32:01',''),(378,'C - REACTIVE PROTEIN (CRP)',NULL,':',NULL,'2013-11-26 18:18:37','mg/L'),(379,'LITHIUM',NULL,'$freetext$$',NULL,'2013-10-22 12:30:42','/HPF'),(380,'UTERINE FIBROIDS NODULES',NULL,'$freetext$$',NULL,'2013-10-03 16:57:43',''),(381,'BICARBONATE',NULL,'$freetext$$',NULL,'2013-10-10 11:14:19',''),(382,'SKIN',NULL,'$freetext$$',NULL,'2013-10-03 17:00:04',''),(383,'AMPICILLIN/SUBACTAM (AS)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(384,'URINE SUGAR',NULL,'NEGATIVE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)/POSITIVE ++++/TRACE',NULL,'2013-11-28 20:38:16',''),(385,'WHOLE ORGAN',NULL,'$freetext$$',NULL,'2013-10-03 17:03:07',''),(386,'URETHRAL SWAB C/S',NULL,'$freetext$$',NULL,'2013-10-09 16:49:03',''),(387,'URINE KETONES',NULL,'NEGATIVE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)/TRACE/-',NULL,'2013-10-21 15:12:20',''),(388,'FASTING BLOOD GLUCOSE',NULL,':',NULL,'2013-11-10 22:24:28','mmol/L'),(389,'GIT',NULL,'$freetext$$',NULL,'2013-10-03 17:07:38',''),(390,'TINY BIOPSY',NULL,'$freetext$$',NULL,'2013-10-03 17:08:49',''),(391,'STONE ANALYSIS',NULL,'$freetext$$',NULL,'2013-10-07 08:41:13',''),(392,'WBC',NULL,':',NULL,'2013-10-08 08:37:17','× 10³µL'),(393,'RBC',NULL,':',NULL,'2013-10-08 08:37:17','× 10⁶µL'),(394,'HGB',NULL,':',NULL,'2013-10-08 08:37:17','g/dL '),(395,'HCT',NULL,':',NULL,'2013-10-08 08:37:17','%'),(396,'MCV',NULL,':',NULL,'2013-10-08 08:37:17','fL'),(397,'MCH',NULL,':',NULL,'2013-10-09 07:48:03','pg'),(398,'MCHC',NULL,':',NULL,'2013-10-09 07:48:03','g/dL '),(399,'PLT',NULL,':',NULL,'2013-10-09 07:48:03','× 10³µL '),(400,'LYM%',NULL,':',NULL,'2013-10-09 07:48:04','%'),(401,'MXD%',NULL,':',NULL,'2013-10-09 07:48:04','%'),(402,'NEUT%',NULL,':',NULL,'2013-10-09 07:48:04','%'),(403,'LYM#',NULL,':',NULL,'2013-10-09 07:48:04','× 10³µL '),(404,'MXD#',NULL,':',NULL,'2013-10-09 07:48:04','× 10³µL '),(405,'NEUT#',NULL,':',NULL,'2013-10-09 07:48:04','× 10³µL '),(406,'RDW',NULL,':',NULL,'2013-10-09 07:48:04','%'),(409,'FILM COMMENT',NULL,'$freetext$$',NULL,'2013-10-08 08:41:38',''),(410,'MPV',NULL,':',NULL,'2013-10-09 07:48:04','fL'),(411,'CROSSMATCH',NULL,'$freetext$$',NULL,'2013-10-09 08:00:22',''),(412,'HISTOLOGY',NULL,'$freetext$$',NULL,'2013-10-09 16:41:17',''),(413,'CYTOLOGY',NULL,'$freetext$$',NULL,'2013-10-09 16:41:51',''),(414,'URINE GLUCOSE ',NULL,'NEGATIVE_TRACE_POSITIVE (+)_POSITIVE (++)_POSITIVE (+++)',NULL,'2013-11-11 20:01:22',''),(415,'FBG AFTER 1 HR',NULL,':',NULL,'2013-11-10 21:31:44','mmol/L'),(416,'URINE GLUCOSE AFTER 1HR',NULL,'NEGATIVE_TRACE_POSITIVE (+)_POSITIVE (++)_POSITIVE (+++)',NULL,'2013-11-10 21:31:44',''),(417,'OFLOXACIN (OF)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(418,'CIPROFLOXACIN (CP)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:32:33',''),(419,'2HPP',NULL,':',NULL,'2013-10-15 13:01:44','mmol/L'),(426,'Hb Genotype',NULL,'$freetext$$',NULL,'2013-10-17 10:39:31',''),(429,'URINE GLUCOSE',NULL,'NEGATIVE/POSITIVE(+)/POSITIVE(++)/POSITIVE(+++)',NULL,'2013-10-17 13:18:09',''),(430,'URINE KETONES',NULL,'NEGATIVE/POSITIVE(+)/POSITIVE(++)/POSITIVE(+++)',NULL,'2013-10-17 13:18:09',''),(431,'URINE SUGAR',NULL,'NEGATIVE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)/POSITIVE (++++)/TRACE/-',NULL,'2013-10-21 14:54:53',''),(432,'URINE KETONES',NULL,'NEGATIVE/POSITIVE (+)/POSITIVE (++)/POSITIVE (+++)/POSITIVE (++++)/TRACE/-',NULL,'2013-10-21 14:54:53',''),(433,'CO-TRIMOXAZOLE (BA)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(434,'CEPHALEXIN (PR)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(435,'TETRACYCLINE (TE)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(436,'CEFOTAXIME (CF)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(437,'CIPROFLOXACIN (CP)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(438,'LEVOFLOXACIN (LE)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(439,'LINEZOLID (LZ)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(446,'PUS CELLS',NULL,'1/2/4/6/8/10/12/14/16/18/20/22/24/26/28/>30',NULL,'2013-10-22 16:44:27','/HPF'),(447,'EPITH. CELLS',NULL,'1/2/4/6/8/10/12/14/16/18/20/22/24/26/28/>30',NULL,'2013-12-05 08:13:38','/HPF'),(448,'RBC',NULL,'0/2/4/6/8/10/12/14/16/18/20/22/24/26/28/>30',NULL,'2013-12-05 08:13:38','/HPF'),(449,'CAST',NULL,'$freetext$$',NULL,'2013-12-05 09:37:26',''),(450,'OVA',NULL,'$freetext$$',NULL,'2013-12-05 09:37:26',''),(451,'CRYSTAL',NULL,'URIC ACID (+)_URIC ACID (++)_URIC ACID (+++)_CALCIUM OXALATE (+)_CALCIUM OXALATE (++)_CALCIUM OXALATE (+++)_TRIPPLE PHOSPHATE (+)_TRIPPLE PHOSPHATE (++)_TRIPPLE PHOSPHATE (+++)_AMORPHOUS PHOSPHATE (+)_AMORPHOUS PHOSPHATE (++)_AMORPHOUS PHOSPHATE (+++)_CYSTINE (+)_CYSTINE (++)_CYSTINE (++)_CHOLESTEROL (+)_CHOLESTEROL (++)_CHOLESTEROL (++)_BILIRUBIN (+)_BILIRUBIN (++)_BILIRUBIN (+++)_AMORPHOUS URATES (+)_AMORPHOUS URATES (++)_AMORPHOUS URATES(+++)_NOT SEEN',NULL,'2013-12-05 08:13:38',''),(452,'YEAST CELLS',NULL,'NOT SEEN/PRESENT (+)/PRESENT (++)/PRESENT (+++)',NULL,'2013-10-22 17:05:40',''),(461,'SERUM β-HCG',NULL,':',NULL,'2013-10-24 09:39:52','mIU/mL'),(467,'T. VAGINALIS',NULL,'NOT SEEN/PRESENT (+)/PRESENT (++)/PRESENT (+++)',NULL,'2013-10-22 17:05:40',''),(468,'STAGES',NULL,'TROPHOZOITES_GAMETOCYTES_SCHIZONTS_-',NULL,'2013-10-23 13:16:26',''),(469,'INTERPRETATION',NULL,'0.2 - 1 WEEK (5 - 50)_1 - 2 WEEKS (50 - 500)_2 - 3 WEEKS (100 - 5000)_3 - 4 WEEKS (500 - 10000)_4 - 5 WEEKS (1000 - 50000)_5 - 6 WEEKS (10000 - 100000)_6 - 8 WEEKS (150000 - 200000)_8 - 12 WEEKS (10000 - 100000)',NULL,'2013-10-24 09:27:06',''),(470,'INTERPRETATION',NULL,'Normal kidney fuction - GFR above 90 and no proteinuria_CKD1 - GFR of 90 with evidence of kidney damage_CKD2 (Mild) - GFR of 60 to 89 with evidence of kidney damage_CKD3 (Moderate) - GFR of 30 - 59_CKD4 (Severe) - GFR of 15 to 29_CKD5 Kidney failure - GFR less than 15',NULL,'2013-10-24 10:12:28',''),(473,'INTERPRETATION',NULL,'Male : 2.0 - 15.0_Follicular/Luteal phase 2.0 - 10.0_Mid Cycle: 2.0 - 20.0_Pregnant < 2.0_Post Menopausal > 15.0',NULL,'2013-11-27 21:21:25','mIU/mL'),(474,'INTERPRETATION',NULL,'MALE (2.4 - 5.9)_Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0)',NULL,'2013-10-24 10:28:40',''),(475,'INTERPRETATION',NULL,'MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0)',NULL,'2013-10-24 10:31:24',''),(476,'INR',NULL,':',NULL,'2013-10-24 10:36:20',''),(477,'$sub*476/$INTERPRETATION',NULL,'REFERENCE : 0.9 - 1.2_THERAPEUTIC : 2.0 - 4.0',NULL,'2013-10-24 10:36:20',''),(478,'INTERPRETATION',NULL,'Normal kidney function - GFR above 90 and no proteinuria_CKD1 - GFR of 90 with evidence of kidney damage_CKD2 - (Mild) - GFR of 60 to 89 with evidence of kidney damage_CKD3 (Moderate) - GFR of 30 to 59_CKD4 (Severe) - GFR of 15 to 29_CKD5 Kidney failure - GFR less than 15',NULL,'2013-10-24 10:41:21',''),(479,'INTERPRETATION',NULL,'NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50)',NULL,'2013-10-24 13:01:53',''),(481,'U-ALB',NULL,':',NULL,'2013-10-29 05:22:20','mg/L'),(482,'U-ALB/CR',NULL,':',NULL,'2013-10-29 06:03:18','mg/mmol'),(483,'U-CR',NULL,':',NULL,'2013-10-29 06:08:03',''),(484,'HSV 1&2',NULL,'NEGATIVE/POSITIVE',NULL,'2013-10-29 01:56:53',''),(485,'HEPATITIS Bs ANTIBODY',NULL,':',NULL,'2013-11-01 19:15:32','mIU/mL'),(486,'PROTEIN ELECTROPHORESIS',NULL,':',NULL,'2013-11-08 19:59:59','mmol/L'),(488,'FREE T4 (FT4)',NULL,':',NULL,'2013-11-15 21:22:44','ng/dL'),(489,'FBG AFTER 2 HRS',NULL,':',NULL,'2013-11-10 21:31:44','mmol/L'),(490,'URINE GLUCOSE AFTER 2HRS',NULL,'NEGATIVE_TRACE_POSITIVE (+)_POSITIVE (++)_POSITIVE (+++)',NULL,'2013-11-10 21:31:44',''),(491,'FBG AFTER 3 HRS',NULL,':',NULL,'2013-11-10 21:31:44','mmol/L'),(492,'URINE GLUCOSE AFTER 3HRS',NULL,'NEGATIVE_TRACE_POSITIVE (+)_POSITIVE (++)_POSITIVE (+++)',NULL,'2013-11-10 21:31:44',''),(493,'CLOXACILLIN (CX)',NULL,'SENSITIVE/RESISTANT/-',NULL,'2013-11-17 23:34:55',''),(494,'RUBELLA IgG',NULL,':',NULL,'2013-11-15 20:34:28','IU/mL'),(496,'THYROID STI HORM (TSH)',NULL,':',NULL,'2013-11-15 21:22:44','mIU/L'),(497,'ROXITHROMYCIN (RF)',NULL,'SENSITIVE/RESISTANT',NULL,'2013-11-17 23:34:55',''),(498,'LINCOMYCIN (LM)',NULL,'SENSITIVE/RESISTANT',NULL,'2013-11-17 23:34:55',''),(499,'GENTAMICIN (GM)',NULL,'SENSITIVE/RESISTANT',NULL,'2013-11-17 23:34:55',''),(500,'FEACAL PANCREATIC ELASTASE',NULL,'$freetext$$',NULL,'2013-11-22 01:08:44',''),(501,'CA 19.9',NULL,':',NULL,'2013-11-25 16:56:13','U/mL'),(502,'R/E',NULL,'$freetext$$',NULL,'2013-11-25 22:51:59',''),(503,'LE CELLS',NULL,'NEGATIVE/POSITIVE',NULL,'2013-11-27 20:32:04',''),(504,'S-ALDOSTERONE',NULL,':',NULL,'2013-12-16 03:18:18','pmol/L'),(505,'FUNGAL',NULL,'$freetext$$',NULL,'2013-12-02 00:38:58',''),(506,'ASOT',NULL,'$freetext$$',NULL,'2013-12-13 01:30:35',''),(507,'P-RENIN',NULL,':',NULL,'2013-12-16 03:26:24','ng/L'),(508,'$sub*507/$UPRIGHT',NULL,'5.0 - 38.7 (AGE (20 - 40))_5.0 - 59.4 (AGE (40 -60))',NULL,'2013-12-16 03:18:18',''),(509,'$sub*507/$SUPINE',NULL,'5.0 - 20.1 (AGE (20 - 40))_5.0 - 20.2 (AGE (40 - 60))',NULL,'2013-12-16 03:18:18',''),(510,'ALDOSTERONE RENIN RATIO',NULL,':',NULL,'2013-12-16 03:26:24','pmol/ng'),(511,'$sub*510/$NORMAL',NULL,'<100',NULL,'2013-12-16 03:18:18',''),(512,'$sub*510/$Equivocal -Suggest repeat test',NULL,'100 - 140',NULL,'2013-12-16 03:29:03',''),(513,'$sub*510/$Primary hyperaldosteronism',NULL,'>140',NULL,'2013-12-16 03:18:18',''); +/*!40000 ALTER TABLE `measure` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `misc` +-- + +DROP TABLE IF EXISTS `misc`; +CREATE TABLE `misc` ( + `id` int(11) NOT NULL auto_increment, + `r_id` int(11) NOT NULL default '0', + `vr_id` varchar(45) collate latin1_general_ci NOT NULL default '0', + `i1` int(11) NOT NULL default '0', + `i2` int(11) NOT NULL default '0', + `i3` int(11) NOT NULL default '0', + `i4` int(11) NOT NULL default '0', + `i5` int(11) NOT NULL default '0', + `v1` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v2` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v3` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v4` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v5` varchar(500) collate latin1_general_ci NOT NULL default '0', + `dt1` datetime default NULL, + `dt2` datetime default NULL, + `dt3` datetime default NULL, + `d1` date default NULL, + `d2` date default NULL, + `d3` date default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `misc` +-- + +LOCK TABLES `misc` WRITE; +/*!40000 ALTER TABLE `misc` DISABLE KEYS */; +/*!40000 ALTER TABLE `misc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `numeric_interpretation` +-- + +DROP TABLE IF EXISTS `numeric_interpretation`; +CREATE TABLE `numeric_interpretation` ( + `range_u` int(10) default NULL, + `range_l` int(10) default NULL, + `age_u` int(10) default NULL, + `age_l` int(10) default NULL, + `gender` varchar(40) default NULL, + `description` varchar(40) default NULL, + `measure_id` int(10) unsigned NOT NULL, + `id` int(10) NOT NULL auto_increment, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `numeric_interpretation` +-- + +LOCK TABLES `numeric_interpretation` WRITE; +/*!40000 ALTER TABLE `numeric_interpretation` DISABLE KEYS */; +INSERT INTO `numeric_interpretation` VALUES (5,3,100,0,'F','MID - FOLLUCULAR PHASE',34,1),(59,16,100,0,'F','MID - LUTEAL PHASE',34,2),(2,0,100,0,'','POST MENOPAUSAL',34,3),(6,4,100,0,'M','NON DIABETIC',131,4),(6,4,100,0,'F','NON DIABETIC',131,5),(150,135,100,0,'M','NORMAL',268,6),(150,135,100,0,'F','NORMAL',268,7),(5,3,100,0,'M','NORMAL',269,8),(5,3,100,0,'F','NORMAL',269,9),(110,97,100,0,'M','NORMAL',270,10),(110,97,100,0,'F','NORMAL',270,11),(6,4,100,0,'B','NORMAL',388,12),(7,6,100,0,'B','PREDIABETES',388,13); +/*!40000 ALTER TABLE `numeric_interpretation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient` +-- + +DROP TABLE IF EXISTS `patient`; +CREATE TABLE `patient` ( + `patient_id` int(11) unsigned NOT NULL default '0', + `addl_id` varchar(40) default NULL, + `name` varchar(45) default NULL, + `sex` char(1) NOT NULL default '', + `age` decimal(10,0) default NULL, + `dob` date default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `partial_dob` varchar(45) default NULL, + `surr_id` varchar(45) default NULL, + `hash_value` varchar(100) default NULL, + PRIMARY KEY (`patient_id`), + KEY `created_by` (`created_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient` +-- + +LOCK TABLES `patient` WRITE; +/*!40000 ALTER TABLE `patient` DISABLE KEYS */; +INSERT INTO `patient` VALUES (1,'','Kayla Forson','F','0','1986-11-05',504,'2013-09-30 00:00:00',NULL,'99999/13','859b60edef8ad6f87988e60a1e97fba6031e26a4'),(2,'','Tetteh Richard','M','0',NULL,531,'2013-10-01 00:00:00','1983-10-01','87574','3068d9eece9bb14b16bd712917fcf4866ea74144'),(3,'','Azam Salma','F','0',NULL,531,'2013-10-01 00:00:00','1989-10-01','128028','b8c99f90cd37192ee4c697a695176722a051026c'),(4,'','Faye Hadjaratou S','F','0',NULL,531,'2013-10-01 00:00:00','2010-10-01','102977','e1221ee4f5697453d4c9b5b8d60ec758178ad19a'),(5,'','Ayisi Yaa Safoa','F','0',NULL,531,'2013-10-01 00:00:00','1986-10-01','126146','792e9d705045a68c934d0c98fd6cfa3003f4a84b'),(6,'','Osafo Edward','M','0',NULL,530,'2013-10-01 00:00:00','1977-10-01','110707','48ddd10e9c29a4dbeedea21b69182033af4dc043'),(7,'','Adamah Leon','M','0',NULL,530,'2013-10-01 00:00:00','1980-10-01','128029','89560c9346e64152efc6173d32428fa75f79acec'),(8,'','Ayila Kadija','F','0',NULL,530,'2013-10-01 00:00:00','2012-10-01','128026','979acfcb68d5502cbbe68bc4fe008a18c072be32'),(9,'','Bekyierya Michelle','F','0',NULL,530,'2013-10-01 00:00:00','2009-10-01','121750','4d2afc851b5a2ec01d787e29fd0bb56ac1f9a34d'),(10,'','Mensah Kwabena B','M','0',NULL,530,'2013-10-01 00:00:00','1986-10-01','25259','e07ad767a4a86490608ccf8aa180c95382ed5c0f'),(11,'','Otoo Florence','F','0',NULL,530,'2013-10-01 00:00:00','1941-10-01','108122','b5ab26063ce87452b19b0ac0d5ea5a45b5b220df'),(12,'','Gikunoo Kate','F','0',NULL,530,'2013-10-01 00:00:00','1948-10-01','19357','ff002b912f87db0af8f1187a4da48f966738e932'),(13,'','Zaid Salihu','M','0',NULL,530,'2013-10-01 00:00:00','2007-10-01','74825','fab4ad09e769cda151ab5abe5144b07fd212038e'),(14,'','Morttey Eric S','M','0',NULL,530,'2013-10-01 00:00:00','1982-10-01','81909','0805d03d1d3f8df7343780697b3aad9bc9e760c1'),(15,'','Owusu Yeboah Vivian','F','0',NULL,530,'2013-10-01 00:00:00','1977-10-01','128033','6c86d3323e74f6337003f46197326b672885e31c'),(16,'','Bediako Hydriana ','F','0','1952-11-09',530,'2013-10-01 00:00:00',NULL,'','b12cb8512ae0380d024350d66edc2c30b206d162'),(17,'','Mensah Martha','F','0','1976-07-27',530,'2013-10-01 00:00:00',NULL,'47653','271ddf99fcc105f0c1ebc8389f82dfbc682fbe7e'),(18,'','Agyekum Genevive','F','0',NULL,530,'2013-10-01 00:00:00','1968-10-01','1761','51780fc2808ad88fdf070c5203824ce975cfb782'),(19,'','Nura Hussein','F','0',NULL,530,'2013-10-01 00:00:00','1974-10-01','52325','0f4fb2c289465274cd3b489439b5372e9d94bcbc'),(20,'','Tetteh Lily','F','0',NULL,530,'2013-10-01 00:00:00','1968-10-01','','c9fa7751c320489e51965dd9392b4e9624e6c678'),(21,'','Heneku Ann','F','0',NULL,530,'2013-10-01 00:00:00','1986-10-01','','8235685dc423d9e306c48830aa486b1a231c9572'),(22,'','Arkhurst Eric Don','M','0',NULL,530,'2013-10-01 00:00:00','1939-10-01','','b0d4882917dc5b7bb8b0e92fbf503d031aca8ff0'),(23,'','Gbambila David','M','0',NULL,530,'2013-10-01 00:00:00','2012-10-01','114337','c16373f66a117d381d7010f582b8e989afc087e3'),(24,'','Donkor Akosua','F','0',NULL,530,'2013-10-01 00:00:00','1933-10-01','19713','fbf9e837857bc9c5e403d847cd421dbb07db35de'),(25,'','Banya Moiyattu','F','0',NULL,530,'2013-10-01 00:00:00','1984-10-01','117986','398bc5b6c0e830e42b0bcb7d1c421574831dc75a'),(26,'','Bani Yawa E','F','0',NULL,530,'2013-10-01 00:00:00','2012-10-01','117555','4a3ce20f9c807a5d4b49983fd7b8d0b09e63c8af'),(27,'','Quartey Vera','F','0',NULL,530,'2013-10-01 00:00:00','1985-10-01','127985','8fc8b15c4d9339203791b182dd24c49d96e02ad4'),(28,'','Akoto Osei Indira','F','0','1977-06-25',530,'2013-10-01 00:00:00',NULL,'125100','b27da99af41385323882a45c0da5f0fd5e2c7f69'),(29,'','Awaah Stephen','M','0',NULL,530,'2013-10-01 00:00:00','1971-10-01','10660','a4cdfd1941b173b5d82954725bd98ff3b82dc633'),(30,'','Aryeetey Nathaniel','M','0',NULL,530,'2013-10-01 00:00:00','1986-10-01','101282','114f28053054d374d9ecd09ec07209de307be82c'),(31,'','Batidam Daniel','M','0',NULL,530,'2013-10-01 00:00:00','1966-10-01','56885','7a58e97d1cdab1b09f689661b8bc1777119051ef'),(32,'','Alido Comfort','F','0','1973-10-18',530,'2013-10-01 00:00:00',NULL,'127860','6cbe220e9dc1ff66e8b324e385b15826f2b43b6e'),(33,'','Tette Robert','M','0',NULL,530,'2013-10-01 00:00:00','1925-10-01','','3abcbf529a6414bc3404733e313433a3dfb7caaf'),(34,'','Sevor Godwin','M','0',NULL,530,'2013-10-01 00:00:00','1983-10-01','125104','e73ce4ee8ccccbf8a920279e3905f844eb97064b'),(35,'','Quayson Ebow','M','0',NULL,530,'2013-10-01 00:00:00','1973-10-01','45536','8da6f2751864991e3377d69356de7e739e970ae8'),(36,'','Kumi Nicholas','M','0',NULL,530,'2013-10-01 00:00:00','1968-10-01','58389','39a66fb941087c1eca0c56471988477fc323ebc3'),(37,'','Salif Sow','M','0',NULL,530,'2013-10-02 00:00:00','1963-10-02','128066','351a28a6e1f6094b7e270e8bb580d993226074ca'),(38,'','Ajeigbe Omotola Ademefi','F','0','1970-04-08',530,'2013-10-02 00:00:00',NULL,'177883','143af1488fb53ef08bcf95a0fc754e242f0b9a4a'),(39,'','Adoteye Jemima','F','0',NULL,530,'2013-10-02 00:00:00','1924-10','128063','0593a1c46bd66c31fa8791a2f4f62e67a2424e48'),(40,'','Annor Frimpong Iren','M','0',NULL,530,'2013-10-02 00:00:00','1958-10-02','15604','2de3919b08cd5e2b7aaa6353c6dbb8b1576f6ae7'),(41,'','Sylla Tidiane','M','0',NULL,530,'2013-10-02 00:00:00','1961-10-02','78222','d86584aab09e8a37eb9281707271a929cc2c0fb5'),(42,'','Frimpong A Benetta','M','0',NULL,530,'2013-10-02 00:00:00','2013-03-02','126422','533e62f7770dee0da7367e23d2f581d432fc6780'),(43,'','Owiredu Benjamin','M','0',NULL,530,'2013-10-02 00:00:00','1980-10-02','41998','c8c6823c5956c4c4f4b50c8454bd33d1348f7516'),(44,'','Dos Santos Inez R','M','0',NULL,530,'2013-10-02 00:00:00','1975-10-02','128074','12753d8a60eb5daff7accecb9e927aff0bd1263a'),(45,'','Bonaparte Elizabeth','M','0',NULL,530,'2013-10-02 00:00:00','1977-10-02','123421','ff7dcd72032d04dc3ed57757e9b1f63ff97ad277'),(46,'','Adjie Mary Naa Amakai','M','0',NULL,530,'2013-10-02 00:00:00','1983-10-02','122328','c5200e654b2eff2d2e42d4ef8a45c2f5b2ceb3fe'),(47,'','Owiredu Benjamin','M','0',NULL,530,'2013-10-02 00:00:00','1980-10-02','','c8c6823c5956c4c4f4b50c8454bd33d1348f7516'),(48,'','Ofosu Patrick','M','0','1966-07-05',530,'2013-10-02 00:00:00',NULL,'68796','97c6e428ad45a97c98054aeef7b913f3ac5e70a7'),(49,'','Rashida Mashood','F','0','1982-02-25',530,'2013-10-02 00:00:00','','106807','3bff6720eaa56076d38e9b002dbe91ace7fe0fea'),(50,'','Adjigbu Mawunyo','M','0',NULL,530,'2013-10-02 00:00:00','2012-10-02','11770','0d48c24e5c73a7e60a902363042868dbdc76726e'),(51,'','Charwey David','M','0',NULL,530,'2013-10-02 00:00:00','1992-10-02','','421e346be872088de4ca0503bba7d9edf20d47de'),(52,'','Mensah Bridget Muriel','F','0',NULL,530,'2013-10-02 00:00:00','1988-10-02','125537','4436b1a902da6cdf3fc3fd3749da3984fb823057'),(53,'','Okanta Henrietta','F','0',NULL,530,'2013-10-02 00:00:00','1987-10-02','','5cbd9f5756aa70142fa8413569ecb0ea31aa7dde'),(54,'','Opoku Duro Peter','M','0',NULL,530,'2013-10-02 00:00:00','1972-10-02','82465','00e5f43b533b4b95ad65479f510d63bf10db3b35'),(55,'','Zanyah Charity O','F','0',NULL,530,'2013-10-02 00:00:00','1946-10-02','62807','7066980005a1e31244ab96c3d81f405c209ab391'),(56,'','Amoo Yankey Spencer','M','0',NULL,530,'2013-10-02 00:00:00','2007-10-02','83128','ec345c4d56485cf45acdf6adca0aff0aaf6747c7'),(57,'','Senaya Delali','F','0',NULL,530,'2013-10-02 00:00:00','1960-10-02','3558877','a4299ba5087035292f2812e4217056e19efc7ac8'),(58,'','Simone Hadjaton','F','0',NULL,530,'2013-10-02 00:00:00','2009-10-02','1029377','430b949ec59428e8775644f9eb232ddaeca21024'),(59,'','Boaa Pearl','F','0',NULL,530,'2013-10-02 00:00:00','1989-10-02','124634','7ba5b59b5ea549b5ad08276a9f527ddaffaeca78'),(60,'','Adams Sarah','M','0',NULL,530,'2013-10-02 00:00:00','1957-10-02','92082','47b09fa179fb103ffe0cfdc3dae11a2b2cbb25a4'),(61,'','Odura Samuel','M','0',NULL,530,'2013-10-02 00:00:00','1963-10-02','OUT','f8ea1af82265d4fb87c0413ea244694e76f80ecb'),(62,'','Mensah Emmanuel','M','0',NULL,530,'2013-10-02 00:00:00','1973-10','18584','2a1fe378595fd3f8d6e9fb4efc25eee9fbd4a9d1'),(63,'','Osae Doris','M','0',NULL,530,'2013-10-02 00:00:00','1970-10-02','82012','bc41f1d71382a0e401cd38606fd49ac7b96de36b'),(64,'','Aseidu Angelina','M','0','1942-08-22',530,'2013-10-02 00:00:00',NULL,'128078','98c6c881ee4aeaa0901780956555f208f1515f59'),(65,'','Quayson Breda','F','0',NULL,504,'2013-10-02 00:00:00','1987-10-02','122921','abe433340b136fa1942182b112369b0e1d82913b'),(66,'','Ocnsey Kezia K O','F','0',NULL,530,'2013-10-02 00:00:00','2000-10-02','112127','a3ec44a3e200f999545dd9a3ace480b3d377b049'),(67,'','Mavis O Antwi','F','0',NULL,530,'2013-10-02 00:00:00','1995-10-02','33821','3d7ea9984ab28f807ff969b84c3c0ce35be5061a'),(68,'','Celestine Baako','M','0',NULL,530,'2013-10-02 00:00:00','1960-10-02','28061','d314a6011d9a7cce9836aff13508ea5fd55f5ab8'),(69,'','Daniel Ankrah','M','0',NULL,530,'2013-10-02 00:00:00','2002-10-02','','fedc966d8f6da10a463055ab6e267793a7044ecd'),(70,'','Danu Cynthia','F','0',NULL,530,'2013-10-02 00:00:00','1985-10-02','126965','4910e74e0b9d1238f457cf02a2fc79faa8ec6831'),(71,'','Faye Hadjatou Simone','F','0',NULL,530,'2013-10-02 00:00:00','1986-10-02','102997','961e9e93c1d7a1bfac4d22590a976da6a8b89a07'),(72,'','Mohammed Fauzia','F','0',NULL,530,'2013-10-02 00:00:00','1986-10-02','123589','a41e0bf20f76016b213f757056a25bb04bf0d366'),(73,'','Abakwam James K','M','0',NULL,530,'2013-10-02 00:00:00','1984-10-02','128080','fed500dcceea5c6aa6655aade2d4fe0e27583921'),(74,'','Oware Ophelia','M','0',NULL,530,'2013-10-02 00:00:00','1946-10-02','9481','cf53c65e80affa699d4f8dbb57e18e1250a3d562'),(75,'','Bosomtwe Delma','F','0',NULL,530,'2013-10-02 00:00:00','1978-10-02','68164','9cfd6866dbc191a05e3ba018d125869196bdbfcb'),(76,'','Sarpong Jessica','M','0',NULL,530,'2013-10-02 00:00:00','1996-10-02','128083','b94f27a751a312f32870a04e2b6ea63666b49323'),(77,'','Rakaya Abdallah','F','0',NULL,530,'2013-10-02 00:00:00','2009-10-02','96113','baef5a2a81313567cc3e195f73f3dace8a211e20'),(78,'','Adams Zainab','M','0',NULL,530,'2013-10-02 00:00:00','1988-10-02','121568','967d1a88105fde25241b33ca77f2b1d3aa1fc8bc'),(79,'','Otse Osira Okojolaru','M','0',NULL,530,'2013-10-02 00:00:00','2005-10-02','69943','3e2a28c0f5081e0b55cda5e4b0bed84343d00ae0'),(80,'','John Awoonor Williams','M','0',NULL,530,'2013-10-02 00:00:00','1960-10-02','128041','41c5484334676ff488451155b4d58e36ad998d0f'),(81,'','Opata Susana','F','0',NULL,530,'2013-10-02 00:00:00','1979-10-02','73187','56da60790e735d7e8b036629ca8f335277ef12cb'),(82,'','Nillehaugen Roar','M','0','1965-04-03',530,'2013-10-02 00:00:00',NULL,'128086','9a0f5cf6b6bdc24e56191d39c228d93b08a94864'),(83,'','Okine Joseph','M','0',NULL,530,'2013-10-02 00:00:00','1990-10-02','126251','7a69fe0eed6298705600884077e71ecb6a368976'),(84,'','Afedzie Kwamina','M','0',NULL,530,'2013-10-02 00:00:00','1952-10-02','118669','c8a12414d5c7a1e77d954b10f574c83c6b225561'),(85,'','Georgina Boateng','F','0',NULL,530,'2013-10-02 00:00:00','1981-10-02','124718','3e1baeeef38d8503a8f2659913dfe35c18bd5d1f'),(86,'','Howson Boris K','M','0',NULL,530,'2013-10-02 00:00:00','1991-10-02','128039','24f5dfa74d92e892eff18071135973f680e36f09'),(87,'','Bernard Nsiah','M','0',NULL,530,'2013-10-02 00:00:00','1975-10-02','128036','f99c1ff3a8d8dd2ecfe2acc72049518db611a600'),(88,'','Faustina Adjei','F','0',NULL,530,'2013-10-02 00:00:00','1971-10-02','7245','d3eaa0b3fb57760dc0bd1688f692eb5fab506d14'),(89,'','Adai Sai Yamoah','F','0',NULL,530,'2013-10-02 00:00:00','1950-10-02','','ca7f854f39ac972065b3eeb3da20d44abdfd3ca1'),(90,'','Desbor Louis B A','M','0',NULL,530,'2013-10-02 00:00:00','1941-10-02','86583','0002d8f1e4b70497f659219d9bf385eeabdf9d85'),(91,'','Yawson Ato Kwamena','M','0',NULL,530,'2013-10-02 00:00:00','2009-10-02','115277','875086422f2f8873a6aedc5e4cec252f165ff3cd'),(92,'','Exornam Agudze Larbi','M','0',NULL,530,'2013-10-02 00:00:00','1995-10-02','28982','e583781b72e88b78f684cb3f87a4e1ade8a2dedd'),(93,'','Mensah Albert','M','0',NULL,530,'2013-10-02 00:00:00','1976-10-02','','205d574198c80c9968e51a0b0fc3849060c50ba9'),(94,'','Ilhaam Osumanu Tankari','M','0',NULL,530,'2013-10-02 00:00:00','2005-10-02','116660','83f2f3c64393870f8f136f4c195000e30e4d4a1f'),(95,'','Addy Joyce','F','0',NULL,530,'2013-10-02 00:00:00','1974-10-02','48671','b924f28b3aa17da0fe34d09e963db9f8434452d0'),(96,'','Komla Gobindram','M','0',NULL,530,'2013-10-02 00:00:00','1936-10-02','127946','426a56edf524be18e0bbd4be5662c0c4bba6b82a'),(97,'','FRIMPONG FLORA','F','0','1980-06-14',530,'2013-10-02 00:00:00','','115397','cea54f377506762a1158639e37f23c3105589120'),(98,'','Blue Desiree Angel','M','0',NULL,530,'2013-10-02 00:00:00','1993-10-02','128091','94ebc6c89bf0d0c23834928b569d6d6835c53a0a'),(99,'','Adams David','M','0',NULL,530,'2013-10-02 00:00:00','1961-10-02','','08f7aa866384379371852b9077d17e9336a77a29'),(100,'','Opoku Nana Pomaa','M','0',NULL,530,'2013-10-02 00:00:00','1983-10-02','','cdaa43e323a3263958ecc572be11584cd9cd6753'),(101,'','Arjun Arun Patil','M','0',NULL,530,'2013-10-02 00:00:00','2010-10-02','128089','3091c537b3a41356f1b5f82542f4bf5645525536'),(102,'','Abakwam James Kudjoe','M','0',NULL,530,'2013-10-02 00:00:00','1984-10-02','128080','aa1fe7621e3f3661274d74f310161b02854cc128'),(103,'','Torto Emmanuel','M','0',NULL,530,'2013-10-02 00:00:00','1987-10-02','116015','3f2074b4027d044b4bbfe2508f2173640dca9be5'),(104,'','Kadey Cynthia Gasper','M','0',NULL,530,'2013-10-02 00:00:00','1977-10-02','118812','0941f0755cf8e23b72ad65e5c6bbb7b0c374385b'),(105,'','Vickers Nicole','M','0',NULL,530,'2013-10-02 00:00:00','1992-10-02','128092','28aa83a2f58109ce12cb9e573b5ceab1800453bb'),(106,'','Tetteh Nicholas','M','0',NULL,530,'2013-10-02 00:00:00','1968-10-02','52385','2701dcd52e4641280a0b7d7f80fce05b15f3d334'),(107,'','Mensajh Nusratu','M','0',NULL,530,'2013-10-02 00:00:00','1993-10-02','128093','f1bded87ecde352fa824ae599455e44f199c304b'),(108,'','Muyjama Victor','M','0','1980-02-29',530,'2013-10-02 00:00:00',NULL,'12050','05d9c42cec41df23e0fdca8eb96a82057bcae0cf'),(109,'','Agbasi Richmond','M','0',NULL,530,'2013-10-02 00:00:00','1978-10-02','98143','82bd1f3462b26f46f991a3a66fc8ecbb615958cc'),(110,'','Amarh Eugene A','M','0',NULL,530,'2013-10-02 00:00:00','1984-10-02','101998','54e270515b1d0321d0070e3fc743e3ac1288caba'),(111,'','Boetey Patricia E','M','0',NULL,530,'2013-10-02 00:00:00','1980-10-02','128055','eeca3e877799c1ffb8ca14af2aaa997c385739aa'),(112,'','Dzesakumah Akutey','M','0',NULL,530,'2013-10-02 00:00:00','1967-10-02','109876','49ec1eb3aa6503a878f0410aaa790f83c9877467'),(113,'','Adinyira Hilda','M','0',NULL,530,'2013-10-02 00:00:00','1970-01-01','112562','6fdba9859dc6b3039f3485df8dcb6c462b66ff08'),(114,'','Abubakar Fauzia','M','0',NULL,530,'2013-10-02 00:00:00','1992-10-02','110843','07d1e215e825b9e09056fc24e94c932c20785365'),(115,'','Gother Wisdom','M','0',NULL,530,'2013-10-02 00:00:00','1974-10-02','128065','41da224eef5cde255b2dd107c6e37e5a5501f745'),(116,'','Baapa Christabel Affie','M','0','2012-10-23',530,'2013-10-02 00:00:00',NULL,'128095','325ecd8c0dc68a4051512b78f3014fed9c2671e8'),(117,'','Janine Andrews','M','0',NULL,530,'2013-10-02 00:00:00','2013-09-29','128096','c2eae6b8920270d02a7a187ce9fdbbf6aa0ff541'),(118,'','Morrison Carlos','M','0',NULL,530,'2013-10-02 00:00:00','1978-10-02','','bb79b32312c2f6d2856164fac5331b519df2e182'),(119,'','Laryea Edqard Armah','M','0','1977-01-21',530,'2013-10-02 00:00:00',NULL,'114898','95a70258607f6944b64313533d470d70562dbb10'),(120,'','Kingsley Bennett','M','0',NULL,531,'2013-10-02 00:00:00','2010-10-02','95890','41ca8986849130a9c87309aa38abf60d11bd7380'),(121,'','Agbedoawu Josephine','F','0',NULL,531,'2013-10-02 00:00:00','1980-10-02','64291','fbf23b2cb350bc98d095e618791db5fe6d773782'),(122,'','Akrofi Rebecca','M','0',NULL,531,'2013-10-02 00:00:00','1975-10-02','63607','726435abbf9517a6982f2d6c7b5d0eb7a54a09dc'),(123,'','Dzade Martin','M','0',NULL,531,'2013-10-02 00:00:00','1973-10-02','127858','83dcaef3fb0dd4620da5094b5468b29c754a1f92'),(124,'','Ansah Solomon J','M','0',NULL,531,'2013-10-02 00:00:00','1968-10-02','62995','dc8880d1e7dcbaca4ce8e15044e85cf0bbaf898f'),(125,'','Nanah K Emmanuel','M','0',NULL,531,'2013-10-02 00:00:00','1936-10-02','127494','6b573b937be12f9bd0758a4c996b7ddbedf5c412'),(126,'','Nuamah Josephine','F','0',NULL,531,'2013-10-02 00:00:00','1986-10-02','94872','6e027b2bb3a0f6c360e4432543075ede145767d8'),(127,'','Addo Mensah E A','M','0',NULL,531,'2013-10-02 00:00:00','1999-10-02','51861','ba9a54e341949756542568a093b44ad203d00206'),(128,'','Agyemang A Joyce','F','0',NULL,531,'2013-10-02 00:00:00','1983-10-02','63763','5ef4f0d53fc7657d071a9a48d170edd0f8775541'),(129,'','Ansah Arthur Cheryl','F','0',NULL,531,'2013-10-02 00:00:00','2007-10-02','72512','edc1dd815d7466682a0de55e1ac3c1c7dc26cfa5'),(130,'','Edmond Gloria','F','0',NULL,531,'2013-10-03 00:00:00','1980-10-03','72249','e06f09dae1e144f29cbc55a063c88c1decf26a6d'),(131,'','Mackenzie Michelle','F','0',NULL,531,'2013-10-03 00:00:00','2006-10-03','73134','31e3e5d4329602b2caf7f9b3fad7f772f829c09f'),(132,'','Akpakli E Kelvin','M','0',NULL,531,'2013-10-03 00:00:00','2010-10-03','128097','5a0283fd95fbc6db0c0d302e3af237f6877e9144'),(133,'','Gobindram Kamla','F','0',NULL,531,'2013-10-03 00:00:00','1936-10-03','127946','50319e9f370a6a0953d22793b41b26973665ccd5'),(134,'','Amoah John Mark','M','0',NULL,531,'2013-10-03 00:00:00','1966-10-03','126011','802d978143c32abcab6f5745a9a4dc15c9a077f3'),(135,'','Adjei Joel Adom Ntumy','M','0',NULL,531,'2013-10-03 00:00:00','2006-10-03','78550','7a3a79d1496e47e53e8b6dd9f0c4efb38b7d391e'),(136,'','Hlodze Eric','M','0',NULL,531,'2013-10-03 00:00:00','2006-10-03','94402','324939bd04aa0d5f011a70180876c53396a4e1f4'),(137,'','Charlotte A Badoe','F','0',NULL,530,'2013-10-03 00:00:00','1971-10-03','128064','29fc31abf3ce5ba79399ea73287b49c61ceeacae'),(138,'','Roland Mwansa','M','0',NULL,530,'2013-10-03 00:00:00','1959-10-03','125883','5a07428af8146d2bc10965f516792face0dbc123'),(139,'','Daniel Amoah','M','0',NULL,530,'2013-10-03 00:00:00','1976-10-03','128060','d9af0ac86650ff64befe825b4183aa8464c511d3'),(140,'','Amoo Williams Nhyira','M','0',NULL,530,'2013-10-03 00:00:00','1987-10-03','127537','6ebe0b4fe32bdaf3737e5ddceb2e7cd8a56f756a'),(141,'','Asamoah Augustus','M','0',NULL,551,'2013-10-03 00:00:00','1971-10-03','128068','96f7b7bfed0f76df58fa35169c910578d733f28a'),(142,'','Archampon Catherine','F','0',NULL,551,'2013-10-03 00:00:00','1944-10-03','','e5c49ce9a047f1ebff9d1e08a42b2c3f7c54092c'),(143,'','Irene Annor Frimpong','F','0',NULL,551,'2013-10-03 00:00:00','1958-10-03','15604','e7f4e9e1392540cde43bbff17b844c35c6a4c6cd'),(144,'','Adu Mildred Adobea','F','0',NULL,551,'2013-10-03 00:00:00','2012-10-03','118573','dc6768ae814e160a72aa467cfc361fa5a2719c1e'),(145,'','Patrick Nathan Ofosu','M','0',NULL,551,'2013-10-03 00:00:00','2005','78796','9185beb1ab68f29837ff8706e3f1b3ad1a8f3ca8'),(146,'','Irene Schandorf Entsi','F','0','1982-02-02',551,'2013-10-03 00:00:00',NULL,'77531','f1db2ddabae636ad029f63dcd7520c6d941c1959'),(147,'','Aperrigere Clement A','M','0',NULL,551,'2013-10-03 00:00:00','2007-10-03','55453','145aa45e823e61b8c90f9baa4618a193229b1c1b'),(148,'','Boakye Theresa','F','0',NULL,551,'2013-10-03 00:00:00','1995-10-03','127475','07359b8f1515e190924262da4a419c83799253df'),(149,'','Commey Ernest','M','0',NULL,551,'2013-10-03 00:00:00','1929','39302','085bb341b7b7b1cba0755aca81bf3b59bf6d644a'),(150,'','Francis Antwi','M','0','1992-03-23',551,'2013-10-03 00:00:00',NULL,'','a04d86819a6ff9b1cae751074ef02b20364c5118'),(151,'','Boateng Marie Akua','F','0',NULL,551,'2013-10-03 00:00:00','1974-10-03','85848','3d9e544167b56d595a3bc5f6278aa7a497ac9981'),(152,'','Ayin Janet','F','0',NULL,551,'2013-10-03 00:00:00','1944-10-03','20114','046256cb0f3d7c008af1804d5820b31cfc68f910'),(153,'','Adanu Beatrice','F','0',NULL,551,'2013-10-03 00:00:00','1954-10-03','70569','370b3a48ed650ca55034de6ca78c02aab4865709'),(154,'','Adanu Beatrice','F','0',NULL,551,'2013-10-03 00:00:00','1954-10-03','70569','370b3a48ed650ca55034de6ca78c02aab4865709'),(155,'','Bukari Evelyn','F','0',NULL,551,'2013-10-03 00:00:00','1971-10-03','121993','99aace1e3a5c094bab83a4f5eff53180a4596f84'),(156,'','Yeri Etornam Peace','F','0',NULL,531,'2013-10-03 00:00:00','1976-10-03','39567','e61dffa264b7d7a4e17b8775312c43be90020fc8'),(157,'','Bedele Sarah Ewura Esi','F','0',NULL,531,'2013-10-03 00:00:00','2006-10-03','61885','94d15985364d1d93e275fb66e02a97806fb56753'),(158,'','Adjebu Peter','M','0',NULL,531,'2013-10-03 00:00:00','1976-10-03','120441','97e21b2c4fa78ebd98b2a3ad9e61319c127cc3f3'),(159,'','Sarpomah Beatrice','F','0',NULL,531,'2013-10-03 00:00:00','1941-10-03','11017','290eca6ed971eb386cd7544b85f0ec86db50d3f4'),(160,'','Adjei Felicia','F','0',NULL,531,'2013-10-03 00:00:00','1948-10-03','24404','0d9d1cd2280fd378b59eb35323da785d39359ffb'),(161,'','Adjei Ashley Naa','F','0',NULL,531,'2013-10-03 00:00:00','1998-10-03','119994','7c5b28433b58b0b1deea9f15802114e37c3b8731'),(162,'','Ativui Moses','M','0',NULL,531,'2013-10-03 00:00:00','1974-10-03','29663','c0bd55b25a0bf5244f5f0b5fa0e4ee28372a96d0'),(163,'','Adu Anokye Serwaa','F','0',NULL,531,'2013-10-03 00:00:00','1977-10-03','128099','41f47bf64234823796d4c4828cb44ce142ffc3a6'),(164,'','Berenger Joseph','M','0',NULL,531,'2013-10-03 00:00:00','2010-10-03','119722','4a74b815a40821459cd4b69d02d1a20fbb80e4bd'),(165,'','Okae Senyo Samuel','M','0',NULL,531,'2013-10-03 00:00:00','1976-10-03','128098','c0d9c13e8f1bcfbadc9c3d8ff940d8aa99ee0ccc'),(166,'','Benson Peggy','F','0',NULL,531,'2013-10-03 00:00:00','1982-10-03','69009','54b14b55f10dcc1ea4a05040e9cadb2bfd2ba98b'),(167,'','Simone E Getrude','F','0',NULL,531,'2013-10-03 00:00:00','1996-10-03','116754','6b7ff19db02cbd9cb07881bfdacb0a24ecd777a1'),(168,'','Opoku Ankomah Diana','F','0',NULL,531,'2013-10-03 00:00:00','2013-10-03','128051','c2a69cb34cbbf91fd488bc7963fe2c7d6d286c52'),(169,'','Darko Dora','F','0',NULL,531,'2013-10-04 00:00:00','2013-10-04','39848','f703ea1576f303290efd00fa8803780af4655a14'),(170,'','Fynn Kweku','F','0',NULL,531,'2013-10-04 00:00:00','1986-10-04','5855','f9e37f0d646111aa3c41096ef2fb727b7915d52e'),(171,'','Dzramedo Kekeli K','M','0',NULL,531,'2013-10-04 00:00:00','2011-10-04','116257','97fd42f2c7b64da8e5bb40f9424cff4714abeee9'),(172,'','Idun Sam Evelyn Darlina','F','0',NULL,531,'2013-10-04 00:00:00','2013-10-04','122112','eeb43a890aa1730e1dd9b1e4a3fdd3773649f5e4'),(173,'','Abusah Soroda','F','0',NULL,531,'2013-10-04 00:00:00','1979-10-04','90322','32b06052acc7d8d223dc5fae5e1a907ab92d98ca'),(174,'','Nifa Kofi','M','0','1924-10-15',531,'2013-10-04 00:00:00',NULL,'128100','a59bead9f5fdbf464088f9cbb5b715d8a3c40720'),(175,'','Eyeson Janell','F','0',NULL,531,'2013-10-04 00:00:00','2008-10-04','104314','86f5d804f354dedc2ffa987fb04d2e789da305ee'),(176,'','Amposah Frimpong Josephine','F','0',NULL,531,'2013-10-04 00:00:00','1974-10-04','85911','f15fc47d5643af5fae11630cd69d5f4690bee6b5'),(177,'','Pratt Rita Duku','F','0',NULL,531,'2013-10-04 00:00:00','1986-10-04','11679','084e947e077643c103635284355983135af4864a'),(178,'','Al Syyed Hussein','M','0',NULL,531,'2013-10-04 00:00:00','2002-10-04','128122','d795bc0cd70517b1c5f3db872bd4242ffcfc1371'),(179,'','Yawson Yusuf','M','68','0000-00-00',531,'2013-10-04 00:00:00',NULL,'128132','e01980f532f49cca29e94ac8b82b7916a4b73841'),(180,'','Baidoo Emelia','F','0',NULL,531,'2013-10-04 00:00:00','1974-10-04','124051','cd0b0759d4f40273721e0a1817317071b454006e'),(181,'','Misonu Amu','F','0',NULL,551,'2013-10-04 00:00:00','1949-10-04','112419','e15a994300b17f11790bad90dcc9c8da9f7a2217'),(182,'','Hassan Juliana','F','0',NULL,551,'2013-10-04 00:00:00','1983-10-04','127909','b26e9b0d95c80aca60dffec4b0251423261e869e'),(183,'','Quainoo Anthony','M','0',NULL,551,'2013-10-04 00:00:00','1966-10-04','108118','4aab5e39392639b62a9c60b6d14fbc59bc480478'),(184,'','Kram Mohammed','M','0',NULL,551,'2013-10-04 00:00:00','1976-10-04','128135','f0ca669aa852cfb3dc051c1bec013bc2e7d4040f'),(185,'','Mary Lazet','F','0',NULL,551,'2013-10-04 00:00:00','1951-10-04','127816','193eb6e7fd41c9e092a45c861b7f747664ae5f03'),(186,'','Mercy Nani','F','0',NULL,551,'2013-10-04 00:00:00','1953-10-04','128136','137596cff154c238998ae87c6017bd16b9d4ea3e'),(187,'','George Askan','M','0',NULL,551,'2013-10-04 00:00:00','1959-10-04','','884a2e36fc55cc1975938bc1e1e5dcf10393d8fe'),(188,'','Seth Asare','M','0',NULL,551,'2013-10-04 00:00:00','1959-10-04','87989','9dba18a33b49ccc7c19257e286733c01e7886696'),(189,'','Dzikunu Mabel','F','0',NULL,551,'2013-10-04 00:00:00','1984-10-04','115973','4fee88b4fac157c12f5d1c2909a83e587946b44d'),(190,'','Susan Gaisie','F','0','1973-08-06',551,'2013-10-04 00:00:00',NULL,'81013','129e6ab52794d6f5f621a8c848fa3327196daaab'),(191,'','Maame Safowaa Bonsu','F','0',NULL,551,'2013-10-04 00:00:00','2003-10-04','57610','b8f1a7b7aa3d7bfa7cd645b3144a51c889f38930'),(192,'','George Brakoh','M','0',NULL,551,'2013-10-04 00:00:00','1967-10-04','59603','417a8fbb6303b28603015fc160008c012e8aa1ad'),(193,'','Frank Konadu Acheampong','M','0',NULL,551,'2013-10-04 00:00:00','1981-10-04','113545','f7e234b173071c03d72d514f77046ed2517cf81a'),(194,'','Faisal Ibrahim Bakama','M','0',NULL,551,'2013-10-04 00:00:00','2012-10-04','128133','f7acef7ed0d9942b296527bf341c1bf5775cb48c'),(195,'','Linda Asabea Fordjor','F','0','1983-07-24',551,'2013-10-04 00:00:00',NULL,'','7411426b5efe09e3a186493519255df74d6bf8af'),(196,'','Larbi Armstrong','M','0',NULL,551,'2013-10-04 00:00:00','1944-10-04','43479','39f49d6ce0b8e76c75f2068ccd7c4d7cb0846159'),(197,'','James Cammock','M','0',NULL,551,'2013-10-04 00:00:00','1951-10-04','98288','38cca8dee897797adab3a3036dc97865b80d14b5'),(198,'','Addo Jennifer','F','0','1985-05-27',551,'2013-10-04 00:00:00','','79454','bd40e666d75716bb465747b89806bd53ede5d9eb'),(199,'','Nussen Zein','M','0',NULL,551,'2013-10-04 00:00:00','1975-10-04','186755','eb139768c064fca0ae44fb352709bff693ea9fbb'),(200,'','Amoako Danso Abigail','F','0',NULL,551,'2013-10-04 00:00:00','2001-10-04','55708','945624bb1d035490a2c65eb2b807331c5f3c2c4a'),(201,'','Quarcoo Rebecca','F','0',NULL,551,'2013-10-04 00:00:00','1969-10-04','35236','23db466738ed49addcfd7c645a24d53f906e4c14'),(202,'','Kesewa Comfort','F','0',NULL,551,'2013-10-04 00:00:00','1938-10-04','82430','564fd3a05f3184e177a8160e4eced970d1ffd057'),(203,'','Bortey Fred','M','0',NULL,551,'2013-10-04 00:00:00','1951-10-04','21096','730864fe35712de81e438df05c8a0b3f554c3a7e'),(204,'','Yaw Sreku Adjei','M','0',NULL,551,'2013-10-04 00:00:00','1998-10-04','','11e3265aae33985f863003de1129acc85b28f870'),(205,'','Chukwuma Okereke','M','0',NULL,551,'2013-10-04 00:00:00','1972-10-04','120113','e42d5eee1fcb676d2717eca8bd90f60c2d940820'),(206,'','Daniels Paul','M','0','1977-07-25',530,'2013-10-05 00:00:00',NULL,'69141','b034c6f69a79330c09b62c4557da83b8c52c91c9'),(207,'','Twumasi Elijah','M','0',NULL,530,'2013-10-05 00:00:00','1989-10-05','128185','ab8c11d99a48ad3bd9deb567b7456479432bd0eb'),(208,'','Sarfowaa Joyce','M','0',NULL,530,'2013-10-05 00:00:00','1984-10-05','90674','67a9e596146acc3190cbdd513633c56f5bee0625'),(209,'','Okyere Richard','M','0',NULL,530,'2013-10-05 00:00:00','1968-10-05','118879','105faab6320f6986f3916c4b67734977d2160036'),(210,'','Amaning Charles Ofosu','M','0',NULL,530,'2013-10-05 00:00:00','1935-10-05','115530','195c13066cc75601b903b6053981e318a1e8c1e1'),(211,'','Nkrumah Gashon','M','0',NULL,530,'2013-10-05 00:00:00','1946-10-05','66965','3fa5c24f5b302b4546473db727417db936f77f60'),(212,'','Amenyah Anita','M','0',NULL,530,'2013-10-05 00:00:00','1992-10-05','128047','0b9f48e4c2c3a4e5d166efa093b1840935e61c9c'),(213,'','Charway Yvonne Addy','M','0',NULL,530,'2013-10-05 00:00:00','1976-10-05','126144','b932c64f176d6bed8cdc6bf3572b0e4afb001e42'),(214,'','Jacobs Emmanuella','M','0',NULL,530,'2013-10-05 00:00:00','2005-10-05','128048','01243e03649ac5b7d0116a3ac644ed28e28a26e8'),(215,'','Agyapong Emmanuel','M','0',NULL,530,'2013-10-05 00:00:00','1987-10-05','128050','5a694130518254566d99a2f24b75656b73712cb3'),(216,'','Kazim Kinza','M','0',NULL,530,'2013-10-05 00:00:00','1984-10-05','','b13d57c6ca19c4fcf960af4fd8602f1b188582c5'),(217,'','Gyakari Martha','M','0',NULL,530,'2013-10-05 00:00:00','1985-10-05','126915','6deb2ef9f19c5b67968234cdeabe301019a8e477'),(218,'','Ansah Rebecca S','M','0',NULL,530,'2013-10-05 00:00:00','1988-10-05','123409','7b734d1ffc1f8f3d3183670a96c10c9ebf8beb50'),(219,'','Charway Kevin','M','0',NULL,530,'2013-10-05 00:00:00','2005-10-05','104392','80cc7a2383f66d415940a493ba30cd2446dce223'),(220,'','Charway Rosemond','M','0',NULL,530,'2013-10-05 00:00:00','1981-10-05','104393','a143579ea98a07a516037d04c4099788d01b2607'),(221,'','Danso Maame Konadu','M','0',NULL,530,'2013-10-05 00:00:00','2009-10-05','88705','b7da6e58cc697d95521ce6b6ebf5759d8112c2e9'),(222,'','Yang Tony','M','0',NULL,530,'2013-10-06 00:00:00','1985-10-06','88958','7e4bd5d492c6404a18df77f695e5ddd7c6618ee3'),(223,'','Gbrnesola Temisopa','M','0',NULL,530,'2013-10-06 00:00:00','1977-10-06','125864','338e3fa4fb1df69705d98c459ffcbbb028a08970'),(224,'','Gbrnesola Temisop','M','0',NULL,530,'2013-10-06 00:00:00','1977-10-06','125864','b2ce04d60965e105aed52a095ea13f7df6a1ef5b'),(225,'','Yahya Ramatu','M','0',NULL,530,'2013-10-06 00:00:00','1992-10-06','122913','470037d48e76835a463318c7052806ea8031a2d0'),(226,'','Adugyamfi Bismark','M','0',NULL,530,'2013-10-06 00:00:00','1982-10-06','128054','eb83457821f9be40b78786720164c864cc05414c'),(227,'','Dramani Mamatu','M','0',NULL,530,'2013-10-06 00:00:00','1948-10-06','113798','e142f6392b68a74e01c36a2beeeb5bf5e40c18f6'),(228,'','Amanor Patience','M','0',NULL,530,'2013-10-06 00:00:00','1969-10-06','128056','e422a5d38f79f9dbc28c7863c9879b20dcb01d7e'),(229,'','Laryea Mary','M','0',NULL,530,'2013-10-06 00:00:00','1984-10-06','','b93e8f8de34873e14b2f0fd0ec0c1fab16b2bd24'),(230,'','Thomsen Mai D','M','0',NULL,530,'2013-10-06 00:00:00','1993-10-06','128052','b1ecb1066d338ab04575a52e587e7941604aeec1'),(231,'','Ampong Kofi','M','0',NULL,530,'2013-10-06 00:00:00','1956-10-06','121176','65aed8ff0f6c424b9ddbc9929c688deca7e8bb92'),(232,'','Boateng Akosua N','M','0',NULL,530,'2013-10-06 00:00:00','1984-10-06','121089','30a08ff606384660738f657f523b362145e395f1'),(233,'','Addy Sandra Ohene','M','0',NULL,530,'2013-10-06 00:00:00','1981-10-06','119956','9f4efdbbde1c6282745af73a22788ff2e6a828cf'),(234,'','Obeng Antwi Emmanuel','M','0',NULL,530,'2013-10-06 00:00:00','1983-10-06','78182','eb0591b655a2239a60c330bedfdd1ac42c685fce'),(235,'','Terryson Mark Gaskin','M','0',NULL,530,'2013-10-06 00:00:00','1969-10-06','114070','ff526431e895a14e988c59173a364b019350ea59'),(236,'','Attiogbe Naomesh S','M','0',NULL,530,'2013-10-06 00:00:00','1982-10-06','126196','56c208d94b7611cc07394809c1d58fa60e9e4c8e'),(237,'','Hudson Odoi Emmanuel','M','0',NULL,530,'2013-10-06 00:00:00','1970-10-06','83480','4daa33c75176d90a0921d6116a063e722ccc1bd0'),(238,'','Agjei Grace','M','0',NULL,530,'2013-10-06 00:00:00','1983-10-06','122754','cd55aee283fba7d83d4115840702b0c63ac750f9'),(239,'','Tueefowe Foster','M','0',NULL,530,'2013-10-06 00:00:00','1986-10-06','115348','4ba247367337db87177b01f1db5c6e0ec10f0117'),(240,'','Idonnawi Yarek','M','0',NULL,530,'2013-10-06 00:00:00','2008-10-06','128061','94d63102dd2b529e974cb5155f33dcf9f9d136bb'),(241,'','Huidi Zafer','M','0',NULL,530,'2013-10-06 00:00:00','1985-10-06','128053','bfd57fe05906e8c4b0cc18b1209bd795bcf44055'),(242,'','Banson Solange N A','F','0',NULL,530,'2013-10-06 00:00:00','1960-10-06','108623','dc45d42bcc7ae6b60bb31ae66855c6c59933299b'),(243,'','Nanah Emmanuel K','M','0',NULL,530,'2013-10-06 00:00:00','1936-10-06','127494','cddb85709cca0296393bb1b070e4b000f3ec10e0'),(244,'','Kunyim Nana Otoo','M','0',NULL,530,'2013-10-06 00:00:00','2013-06-06','119094','3ccd1d4950fe19f38b728b2f8cc0c0e6802b6293'),(245,'','Awuah Sarah','M','0',NULL,530,'2013-10-06 00:00:00','1978-10-06','','9b805e3d34c4ec49ba81b54566fc820682888b2d'),(246,'','Atitsgbui Innocentia','M','0',NULL,530,'2013-10-06 00:00:00','1986-10-06','128075','c304d7d67953efedd720ef3dccfa71ed27b6155a'),(247,'','Twerefour Antwi Diana','M','0',NULL,530,'2013-10-06 00:00:00','1979-10-06','81401','5dfdf2c8c7e26e00383e2fcfaa37e2a40c552103'),(248,'','Lim Joysuk Scan','M','0',NULL,530,'2013-10-06 00:00:00','1978-10-06','128073','550f8caaf3cc095a71510d4e6345caf36922a78e'),(249,'','William Kwesi N','M','0',NULL,530,'2013-10-06 00:00:00','2011-08-06','127837','8d511c90ad683d959c2a8af2661ea650f94d3f14'),(250,'','Allan Kommy Mackenzie','M','0',NULL,530,'2013-10-06 00:00:00','2011-10-06','704491','75e8d325660149480d99d374f1e52411278988ce'),(251,'','Kpone Maimouna','M','0',NULL,530,'2013-10-06 00:00:00','1982-10-06','127198','bec027de8865e08130d06d8be3b0bd6ff3a91200'),(252,'','Cheetham Enoch','M','0',NULL,530,'2013-10-06 00:00:00','1990-10-06','124862','4fca2b45e6ecd33c2a8e83127e90d0309ed4e3c4'),(253,'','Andah Edward','M','0',NULL,530,'2013-10-06 00:00:00','1974-10-06','','d3caae681537408a625a38b4e2183167e844602c'),(254,'','Yayah Abdul Razak','M','0',NULL,530,'2013-10-06 00:00:00','1978-10-06','','7953b4aeca16f2557e79c2fae8675907427fd3c6'),(255,'','Asmah Lois','M','0',NULL,530,'2013-10-06 00:00:00','2005-10-06','101247','2ba276676eb42a6fbd164e487515c4af34ae3173'),(256,'','Kpogh Nelson Yao','M','0',NULL,530,'2013-10-06 00:00:00','2012-01-06','','f87c0ee989ddeccde9fd9d758a62379c1a895036'),(257,'','Welbeck Leslie N A','M','0',NULL,530,'2013-10-06 00:00:00','1996-10-06','45731','3461942983beb39e8d8ba80c309eff1862548a32'),(258,'','Amankurah Sarah','M','0',NULL,530,'2013-10-06 00:00:00','1990-10-06','128077','ec1367e76ce203177b61d02e29e5c29337a467a6'),(259,'','Offie Kweku Larbi','M','0',NULL,530,'2013-10-06 00:00:00','1997-10-06','112063','07916438105fd93554630d113495e19bc304df30'),(260,'','Lokko Margaret','M','0',NULL,530,'2013-10-06 00:00:00','1947-10-06','','12cd4047e07fa382f31b117244d8e1fb0bdc0f41'),(261,'','Chegu Julius Murigi','F','0',NULL,530,'2013-10-06 00:00:00','1986-10-06','128079','69795f2b0e71d06770f1eea01abf8365474352b0'),(262,'','Deku Christian Y S','F','0',NULL,530,'2013-10-06 00:00:00','1967-10-06','25448','f9d413645dc8218bfe8d645ba7168f0649d683bc'),(263,'','Da Costa Christiana','F','0',NULL,530,'2013-10-06 00:00:00','1964-10-06','98016','380420fe49ec300efba6788aff08037f2056c5a9'),(264,'','Gyamfi Daniel','M','0',NULL,530,'2013-10-06 00:00:00','1976-10-06','88595','5c815ce08b223b613409f3bccbc68daa3c6e35d6'),(265,'','Agyekum Afua','F','0',NULL,530,'2013-10-06 00:00:00','1995-10-06','32507','0bd4d35d376d121acea704d774dfa5bc27af60e8'),(266,'','Ogun Olubunmi','M','0',NULL,530,'2013-10-06 00:00:00','1969-10-06','128032','f9f9509e28c4226d6d49d8df17460941f2fd63dd'),(267,'','Kinde Holase','F','0',NULL,530,'2013-10-06 00:00:00','1983-10-06','','ed6fec826f0acf51341351f414f0383b8b695002'),(268,'','Anywi Francis','M','0',NULL,530,'2013-10-06 00:00:00','1970-10-06','81872','9aa08d60c6af46b3e8c75fa48a32afbd602ebe69'),(269,'','Ada Edna','M','0',NULL,530,'2013-10-06 00:00:00','1988-10-06','115861','3265677ce6bf8ad86ecbd4694ad15df231ed8163'),(270,'','Duah Mensah Alberta','F','0',NULL,530,'2013-10-06 00:00:00','1976-10-06','107586','3c63d07b0e51812c92817a38e0a7ee79e1d93efb'),(271,'','Entsua Eddy','M','0',NULL,530,'2013-10-06 00:00:00','1940-10-06','34788','aa3bb35e67bed25be3f66dde1f8e0fa83c0dc82a'),(272,'','Welbeck Monica','M','0',NULL,530,'2013-10-06 00:00:00','1977-10-06','12808','f9fefb630db062dc2bf15b8e255e0771f4208cd7'),(273,'','Bonsu Charles Agyeman','M','0',NULL,530,'2013-10-06 00:00:00','1958-10-06','127953','173d0b91f58c7c74180690f4ee51dabea84e5741'),(274,'','Koffie Eyongegbe','F','0',NULL,551,'2013-10-06 00:00:00','1993-10-06','120340','9dd8aa96708e23591882ac45e6977ac0b34dc190'),(275,'','Koffie Eyongegbe','F','0',NULL,551,'2013-10-06 00:00:00','1993-10-06','120340','9dd8aa96708e23591882ac45e6977ac0b34dc190'),(276,'','Koffie Eyongegbe','F','0',NULL,551,'2013-10-06 00:00:00','1993-10-06','120340','9dd8aa96708e23591882ac45e6977ac0b34dc190'),(277,'','El Hussein Jawaid Osborn','M','0',NULL,530,'2013-10-06 00:00:00','2007-10-06','84874','74772efd9f017b731d5df561466c3da6e4394749'),(278,'','Schandat Irene Entsi','M','0',NULL,530,'2013-10-06 00:00:00','1982-10-06','77531','662f80e10124bcf1e1dfb341cef87153126e8f5d'),(279,'','Agyekun Boateng Tracy','M','0',NULL,530,'2013-10-06 00:00:00','1984-10-06','','5425fc56ad351ca1436303df4cc4442260a9c79d'),(280,'','Newman Andrews','M','0',NULL,530,'2013-10-06 00:00:00','2002-10-06','57875','6090010320eececc4bd11c2412cccc8034cd929c'),(281,'','Tawiah Frederica Elorm','M','0',NULL,530,'2013-10-06 00:00:00','1977-10-06','667446','c8cb3fb832d8c76e32b0ab8a5e24b05cbec2c35c'),(282,'','Amegashie Jean Paul','M','0',NULL,530,'2013-10-06 00:00:00','1983-10-06','','e806f270edc8ccbc8ff90675e0ae5c0526eacabe'),(283,'','Boateng Bright','M','0',NULL,530,'2013-10-06 00:00:00','1994-10-06','','34452b2f25e1bf0d3509fdbc547d96634ebf1727'),(284,'','Boateng Bright','M','0',NULL,530,'2013-10-06 00:00:00','1996-10-06','','bcc31a98c384c16031df71183023f39ffdf77b23'),(285,'','Wellinton Elikem','M','0',NULL,530,'2013-10-06 00:00:00','1996-10-06','128040','e18797502e8975cf787622b9801bbefc7fade536'),(286,'','Danso Kwame Kyere','M','0',NULL,530,'2013-10-06 00:00:00','2012-02-06','','34da13f01b2a2b2479623050f0f813b90e5c8700'),(287,'','Baffoe Rebecca','F','0',NULL,530,'2013-10-06 00:00:00','1977-10-06','','4258b26658c1066f4c860954e9222507ec0177ce'),(288,'','Kassari Ango','M','0',NULL,530,'2013-10-06 00:00:00','1976-10-06','21287','20934018ed098779d4583d48fd0b3fa19e0397b4'),(289,'','Kwade Mabel','F','0',NULL,530,'2013-10-06 00:00:00','1957-10-06','94546','edb06e50f116c3fc50531a585f7e976a5fa25b71'),(290,'','Alorbi Selorm','M','0',NULL,530,'2013-10-06 00:00:00','2011-10-06','11594','2895df7295a1c0b27b9acb7a692b3f43fce1a007'),(291,'','Ampah Nkrumah John','M','0',NULL,530,'2013-10-06 00:00:00','1971-10-06','56558','6276b2259fb636f4a2e701068e08e19c718aa0a2'),(292,'','Kyeremanteng Juliana','F','0',NULL,530,'2013-10-06 00:00:00','1992-10-06','126195','47ece863490704feeb88ae9fe254b29891071cd7'),(293,'','Kwashie Annan David','M','0',NULL,530,'2013-10-06 00:00:00','1983-10-06','128139','9440d1080a6bc53575c8761e31318060abafeeb5'),(294,'','Aggrey Emmanuel','M','0',NULL,530,'2013-10-06 00:00:00','1985-10-06','123867','29fc704d28bafb94f7d0318cb5664812c8c6946a'),(295,'','Aggrey Emmanuel','M','0',NULL,530,'2013-10-06 00:00:00','1985-10-06','123867','29fc704d28bafb94f7d0318cb5664812c8c6946a'),(296,'','Owusu Venessa Pokua','F','0',NULL,530,'2013-10-06 00:00:00','2001-10-06','44488','96b5899f6530ad3b62e28f40df8ca98f9597b396'),(297,'','Nortey Sussiana','M','0',NULL,530,'2013-10-07 00:00:00','1978-10-07','116972','ce378d913cca8ef6b8a3d4ec7a5de0156f25a5c5'),(298,'','Duah Nana Kwaku','M','0',NULL,530,'2013-10-07 00:00:00','1988-10-07','5421','661a66da3f3b99101714736cd8601a64a4e51a11'),(299,'','Konlaa Kate','F','0',NULL,530,'2013-10-07 00:00:00','1981-10-07','','42274b73b192cc11a242e1e1ef79eba0025f57ce'),(300,'','Sarckey Jane A','F','0',NULL,530,'2013-10-07 00:00:00','1983-10-07','125981','ff993cd119362217411db5daa95f1a63d0f6806e'),(301,'','Mensah Andy','M','0',NULL,530,'2013-10-07 00:00:00','1979-10-07','104434','fcf1bb9d22690d81821ce794512bb1b08c444ee8'),(302,'','Mensah Tabil Magdaline','M','0',NULL,530,'2013-10-07 00:00:00','1978-10-07','92757','8a2449de4b2cbf1c7b66dda002b8ba763d55b845'),(303,'','Briann Gabriel','M','0',NULL,530,'2013-10-07 00:00:00','1992-10-07','128145','31b54012cd6ef6eca61b1b90bed343d7873713d3'),(304,'','Apalanoino Pearl','M','0',NULL,530,'2013-10-07 00:00:00','2011-10-07','128142','48a5124d61858619ab6d994b7c1d32e181a11e15'),(305,'','Radie Stephen Richard','M','0',NULL,530,'2013-10-07 00:00:00','1956-10-07','128141','afd0c3e45f921498ee595070b8f9437a3e0f49a7'),(306,'','Akoto Prosper','M','0',NULL,530,'2013-10-07 00:00:00','1965-10-07','71210','11135ac9519c9419e74679210908f1713f3e746d'),(307,'','Sowyer Judith','M','0',NULL,530,'2013-10-07 00:00:00','1942-10-07','1468','d2414808af3868bd6c224e05c8b14a329165062c'),(308,'','Owusu Ansah Kwesi','M','0',NULL,530,'2013-10-07 00:00:00','1983-10-07','28005','101d196b89f04b6b6fe3d29b5ae7bd0a7293f594'),(309,'','Essel Taylor Phelomina','F','0',NULL,530,'2013-10-07 00:00:00','1977-10-07','97827','990cae19d523ccb603441966478170284638aebb'),(310,'','Essel Taylor Phelomina','F','0',NULL,530,'2013-10-07 00:00:00','1977-10-07','97827','990cae19d523ccb603441966478170284638aebb'),(311,'','Kumah Joyce','M','0',NULL,530,'2013-10-07 00:00:00','1963-10-07','','66c9b199ee700628a669695032890cdd5ce1b2d6'),(312,'','Adam Keziah','F','0',NULL,530,'2013-10-07 00:00:00','2007-10-07','110100','946af59b949e5120fb90768ba350c9d4c3bf45f9'),(313,'','Ocran Alberta Afua','F','0',NULL,530,'2013-10-07 00:00:00','1982-10-07','','10d500535075407799ce82101c80e52e92d4ce11'),(314,'','Acquah Priscilla','M','0',NULL,530,'2013-10-07 00:00:00','1986-10-07','123571','60ea3683cb23a667aa2b4eb90bbbac9a625703f9'),(315,'','Bohan Sally','M','0',NULL,530,'2013-10-07 00:00:00','1986-10-07','88896','65cbd39aa6f361579a60790de40c303b813388d4'),(316,'','Bohan Sally','F','0',NULL,530,'2013-10-07 00:00:00','1986-10-07','88896','0016b2f9299445ff6f38637724681ffe5d6ef99d'),(317,'','Owusu Mireku Daniel','M','0',NULL,530,'2013-10-07 00:00:00','1936-10-07','55398','91c7c43984b87f1497fe11bdec5aa7d0a53b1468'),(318,'','Etsuah Eddy','M','0',NULL,530,'2013-10-07 00:00:00','1936-10-07','','7b68d040e7a305d339606fc87579ddfdd8a78da8'),(319,'','Quarshie Anita','F','0',NULL,530,'2013-10-07 00:00:00','1984-10-07','50541','de9116219ec384ac35261782bc7ac7cde3d87c8c'),(320,'','Agyemang Joyce Baby','F','0',NULL,530,'2013-10-07 00:00:00','2013-10-06','63763','ca653952f7d2be518d94fed302ec07916a45bd9f'),(321,'','Bart Plange Joseph','M','0',NULL,530,'2013-10-07 00:00:00','1936-10-07','108811','1000d0b51e564d5b41a67d5864d0160be33e0e62'),(322,'','Osei Sarfo Lilian','F','0',NULL,530,'2013-10-07 00:00:00','1973-10-07','24747','b0d79aa11619eaeceacd1aeb958930c0f33ba774'),(323,'','Quattara Kosssia','F','0','1988-11-24',530,'2013-10-07 00:00:00',NULL,'128149','2fe778f1fc2e9cbb8e39c33cda1193df418328f0'),(324,'','Sakyiamah Nana Victor','M','0',NULL,530,'2013-10-07 00:00:00','1941-10-07','28106','5cbd4976418217bbcde0da735a144dcdc941ea9a'),(325,'','Quartey Celes','F','0',NULL,530,'2013-10-07 00:00:00','1989-10-07','121111','75a26903d284deab3ca9e34efebad13048676dc8'),(326,'','Agyemang Kwesi Fredua','M','0',NULL,530,'2013-10-07 00:00:00','2001-10-07','123806','c034dd892b1b284985514b162d5481682643a182'),(327,'','Gyimah Godwin','M','0',NULL,530,'2013-10-07 00:00:00','1986-10-07','128152','a38fa75e9eef6ce4dee8abc8077ee094229d4866'),(328,'','Abban Okoampah Eunice','F','0',NULL,530,'2013-10-07 00:00:00','1985-10-07','103051','10e90fb25b978364bbbfc72cdd93f85300101838'),(329,'','Okrah Afua Agyemang','M','0',NULL,530,'2013-10-07 00:00:00','1985-10-07','128110','5b8db6f42df0c8abb19f16046f25ad777752c39d'),(330,'','Klu Eleazar Agbemor','M','0',NULL,530,'2013-10-07 00:00:00','1978-10-07','92536','8f1ceb528d71ddcd1fe995897e903085518ac6b5'),(331,'','Abugboupoka Amina K','F','0',NULL,530,'2013-10-07 00:00:00','1970-10-07','69714','565461c2d016015c48489a1840e3c26cd4992dc7'),(332,'','Sumaila Zenabu','M','0',NULL,530,'2013-10-07 00:00:00','1941-10-07','128143','50d505c66e7715a821596b1e13bfb14a6c7f98d0'),(333,'','Antwi Agatha','F','0',NULL,530,'2013-10-07 00:00:00','1979-10-07','92315','97ec95f9ed1eb20661b149248a99ae868e583677'),(334,'','Sam Amarissa','F','0',NULL,530,'2013-10-07 00:00:00','2007-10-07','78138','23d37a4284fe72b922cdd3e2e9ff6049512e1ea1'),(335,'','Boakye Nikita A','F','0',NULL,530,'2013-10-07 00:00:00','2011-10-07','121226','1ee6a1b4354da0f3aab3d00aad6d28f0f26c0169'),(336,'','Agyemang Joyce A','F','0',NULL,530,'2013-10-07 00:00:00','1967-10-07','63763','524e756b3f618c3d3d58cb8695467537f4d43b04'),(337,'','Bonny Godfred','M','0',NULL,530,'2013-10-07 00:00:00','1983-10-07','103719','62a1a9cb3673fc2a8cd2d499ddc0b86baf698338'),(338,'','Sonna Paul Richard','M','0',NULL,530,'2013-10-07 00:00:00','1980-10-07','124554','8266b62913209ea9eefd14147389d2c81b7a0f43'),(339,'','Duodu Leo Carlos','M','0',NULL,530,'2013-10-07 00:00:00','2012-08-07','128154','c0948a463b4608625a8e076b1e025a148b759761'),(340,'','Nettey Sarah Akunsah','F','0',NULL,530,'2013-10-07 00:00:00','1938-10-07','128156','a36d92d2f6838d1f09e0dd7786618cfa66d468ef'),(341,'','Quashie Joseph Ebo','M','0',NULL,530,'2013-10-07 00:00:00','1943-10-07','128158','0916840c9232b54b30fd5db93b0be61689cf6ba2'),(342,'','Yusif Alhaji','M','0',NULL,530,'2013-10-07 00:00:00','1931-10-07','125466','29d9a5dfd51ed19da7558b5955a80d0d6dee7596'),(343,'','Otoo Justice','M','0','1974-10-16',530,'2013-10-07 00:00:00',NULL,'128104','85d972645712c2d7b2713c71cf4a2dedc50ec6c2'),(344,'','Akosu Linda J','F','0',NULL,530,'2013-10-07 00:00:00','1988-10-07','11280105','f304655fd84a0ef4bc731bfcdc9a743b44ed5bc5'),(345,'','Saoulomox Say C','F','0',NULL,530,'2013-10-07 00:00:00','2012-03-07','125199','5845c4775e93619a196c8e60ea27b12207846562'),(346,'','Gyamfi Alice','F','0',NULL,530,'2013-10-07 00:00:00','1954-10-07','128132','444d4e6b1287c985ccb398b64017f611d42d1b64'),(347,'','Akpo Charity','F','0',NULL,530,'2013-10-07 00:00:00','1986-10-07','24576','2fa4a5218837159ced4008c3d37420c160783852'),(348,'','Commy Ernest','M','0',NULL,530,'2013-10-07 00:00:00','1931-10-07','39302','3e89221f4c104f5cdf8f8b4ffe0866a7266c2a15'),(349,'','Taiwo Tigane','M','0',NULL,530,'2013-10-07 00:00:00','1974-10-07','125133','837f1706d14175769a5dc6eb7d56942c1ce20831'),(350,'','Agodzie Elizabeth','F','0',NULL,530,'2013-10-07 00:00:00','1982-10-07','120906','7bd14ddb3174a47a2b57563a9ccc649d59f6976d'),(351,'','Queenesther Eka','F','0',NULL,531,'2013-10-07 00:00:00','1991-10-07','128202','1f2e02503ba0969d3f8f1934af64f5b8dc345838'),(352,'','Asana Mutawakil','F','0',NULL,531,'2013-10-07 00:00:00','1980-10-07','85721','0bfe008a3716bd0e04e46cb305c26cfe84bd705d'),(353,'','Elizabeth Coffey','F','0',NULL,531,'2013-10-07 00:00:00','1979-10-07','128173','6a55cfe01038c3a8ecb067e8965c4eac1e43b8ad'),(354,'','Felix Kwashie Tetteh','M','0',NULL,531,'2013-10-07 00:00:00','1973-10-07','74733','ea0e484fdd7b782a4cab0942cebb5b1eb7986edb'),(355,'','Kwawu Joyce','F','0',NULL,531,'2013-10-07 00:00:00','1968-10-07','1532','b57b0ee649ff4c5cce6e2eb09897ca83f0158be2'),(356,'','Kofi Akuamoah A','M','0',NULL,531,'2013-10-07 00:00:00','2012-10-07','115330','88893fb408a9f5e96e14c3f3340d24ae207cb7dc'),(357,'','Quarm Ruth E K','F','0',NULL,531,'2013-10-07 00:00:00','1987-10-07','95655','e59da8af87a5208c51316db6e36e49421473b6b6'),(358,'','Moses Forson','M','0',NULL,531,'2013-10-07 00:00:00','1970-10-07','127391','1bb56c238a65f86ae230aa4f0a238744e6be37f0'),(359,'','Daniel Adams','M','0',NULL,531,'2013-10-07 00:00:00','1961-10-07','124402','6d70364db850ec8b0c3205461817e3219d2d9c84'),(360,'','Daniel Adams','M','0',NULL,531,'2013-10-07 00:00:00','1961-10-07','124402','6d70364db850ec8b0c3205461817e3219d2d9c84'),(361,'','Hanna Owusu','F','0',NULL,531,'2013-10-07 00:00:00','1935-10-07','66794','4477a8eeab12f37874c867df1d4493f1f714caa0'),(362,'','Gogoe Ruth Mamle','F','0',NULL,531,'2013-10-07 00:00:00','1961-10-07','128108','d839f93ac4197c2b183a84b16eda9dc64d7d29f4'),(363,'','Hagan Comfort ','F','0',NULL,531,'2013-10-07 00:00:00','1991-10-07','OUTSIDE','e3e424991e1ee6c85dc3b0d76c557a6303181c6d'),(364,'','Abdul Jawad T Issah','M','0',NULL,531,'2013-10-07 00:00:00','2012-10-07','119461','93611aef482ac4b4592ef7828ee8c83668a92943'),(365,'','Raymond Okocha','M','0',NULL,531,'2013-10-07 00:00:00','1989-10-07','','427a344dc5414d8e1e3d7e7f1c5e4d9962f3336c'),(366,'','Zibrim Yamusah','M','0',NULL,531,'2013-10-07 00:00:00','1953-10-07','','4105bddfc3d1dcff16bc55ddb92b3179a5745ade'),(367,'','Adu Anthony Sarkodie','M','0',NULL,531,'2013-10-07 00:00:00','1978-10-07','','cb92213f6743e0a85a47a62c118f4dd4ea203e38'),(368,'','Asubonteng Cynthia','F','0',NULL,531,'2013-10-07 00:00:00','1978-10-07','125730','d7c62a9d492c078a3545eaa44fed3a9d9bee34e7'),(369,'','Mustafah Kudus','M','0',NULL,531,'2013-10-07 00:00:00','1975-10-07','127493','b17b5ee4d035d0059c535f704e4028153a97d0c2'),(370,'','Dzitse Awuku David','M','0',NULL,531,'2013-10-07 00:00:00','1975-10-07','83963','99c76fd4adda14ed056f1fe73e73df48762e95c6'),(371,'','Adum Anthony Kwabena','M','0',NULL,531,'2013-10-07 00:00:00','1978-10-07','91847','e3a6a0d93d7bac72c54087227d252cdc8136fa9e'),(372,'','Abdul Raman Mohammed Babs','M','0','1953-12-21',531,'2013-10-07 00:00:00',NULL,'83087','c8bdc8d84ac37b29e8ca3b630cfab1c482c4e0f5'),(373,'','Nsaih Ohenewaa Nana','F','0',NULL,531,'2013-10-07 00:00:00','2005-10-07','80209','892a7909c198b89a566cc27af9f4a15a7bc72808'),(374,'','Maxwell Agyei A','M','0',NULL,531,'2013-10-07 00:00:00','1986-10-07','102183','8798fb5a5d66335ddb759a5514f4dd44d17a87cb'),(375,'','Addey Deborah','F','0',NULL,531,'2013-10-07 00:00:00','1987-10-07','123310','807a50e01aeea161811e8b86911babd4452b6256'),(376,'','Yusif Hamdalatu','F','0',NULL,531,'2013-10-07 00:00:00','1981-10-07','122827','40d1374958bf7b6588a0a99974da801237bc6cd9'),(377,'','Amobila Louisa','F','0',NULL,531,'2013-10-07 00:00:00','1998-10-07','78518','e8f1d49cabeb91282e17b135ef74614755d74cc7'),(378,'','Rym Soussi','F','0',NULL,531,'2013-10-07 00:00:00','1981-10-07','128179','6a422bec959d75ec9fcf1bcb9a5ac7374a2eed50'),(379,'','Quarcoo Genevieve','F','0',NULL,531,'2013-10-07 00:00:00','1987-10-07','128174','67a6659db990acd4adc266403c5838cda436dca9'),(380,'','Lamptey Marian','F','0',NULL,531,'2013-10-07 00:00:00','1984-10-07','100640','b4cab288d12de5dc408d8bc9dc51d15d3a62c90b'),(381,'','Salma Azanu','F','0',NULL,531,'2013-10-07 00:00:00','1989-10-07','128028','c8e0dd89194c8b4cddc28ae35d9583d31b0aea79'),(382,'','Aggrey Ampiah Theophilus','M','0',NULL,531,'2013-10-07 00:00:00','1983-10-07','109043','43757e3ec200102f8c62758ff5395238e95b140a'),(383,'','Amevenu Elvis Eli','M','0',NULL,531,'2013-10-07 00:00:00','1987-10-07','128206','11837916fe39f68c9b99e4fb72bd4978605b668f'),(384,'','Boateng Agyekum Princess','F','0',NULL,531,'2013-10-07 00:00:00','1987-10-07','128175','9423e96151c7ed4a53334930b18521673ef5166f'),(385,'','Ankomah Mercy','F','0',NULL,531,'2013-10-07 00:00:00','1971-10-07','94921','7ff69b0b1a0912858ad6267868e60abd96b95c30'),(386,'','Nartey Ahulu Irene','F','0',NULL,531,'2013-10-07 00:00:00','1976-10-07','123313','2d001efa046a11ac69646e83ed72c7868fd07221'),(387,'','Otoo Nana Ama','F','0',NULL,531,'2013-10-07 00:00:00','1984-10-07','122690','1202c66402035fdfbeb14cf1db7843683e607343'),(388,'','Amina Sulemana Sappor','F','0',NULL,531,'2013-10-07 00:00:00','1974-10-07','128182','912a7888054e6503684ff097788e903200c1cb38'),(389,'','Obeng Evelyn','F','0',NULL,531,'2013-10-07 00:00:00','1973-10-07','42460','25c36ffb139302b08efc68a9e81b00db9733ca88'),(390,'','Equagoo Placca Felicia','F','0',NULL,531,'2013-10-07 00:00:00','1929-10-07','38541','73bda9a51767feae6cb33660881ee597615f7cc7'),(391,'','Kaba Francine','F','0',NULL,531,'2013-10-07 00:00:00','2012-10-07','118293','14aa092ae2ab4c04d99fd2c51a28631077557b91'),(392,'','Mills Karen','F','0',NULL,531,'2013-10-07 00:00:00','2000-10-07','41102','551109f114b2b6e77656258d8461efdfbb1960d8'),(393,'','Mills Kirsten','F','0',NULL,531,'2013-10-07 00:00:00','2003-10-07','41713','6ef80a62e630c95157c00b1ae700e586d72ed0b6'),(394,'','Mills Kendi Cheslyn','F','0',NULL,531,'2013-10-07 00:00:00','2005-10','51400','ea771c54d245457592ba0be29ca14d6596e5226e'),(395,'','Abah Enechojo Ruth','F','0',NULL,531,'2013-10-07 00:00:00','1968-10-07','77836','bcadf5ead2f5d36f1e80ad37022c946df8349d9a'),(396,'','Appiah Kofi Isaac','M','0',NULL,531,'2013-10-07 00:00:00','1992-10-07','128204','a63da83b50f207e7a26e7993b6ef2b4a622bcc1d'),(397,'','Griffiths Abraham','M','0',NULL,531,'2013-10-07 00:00:00','1974-10-07','113523','efb7138ba015a7791cf08ccceeb8726f4d2d85eb'),(398,'','Keba Cisse','M','0',NULL,531,'2013-10-07 00:00:00','2010-10-07','104184','53843f12c5872a7973b55d1b3b3c5123e2b181ba'),(399,'','Mamattah Afi Dede','F','0',NULL,531,'2013-10-07 00:00:00','1997-10-07','128209','a5705df69261454c26c5ef1ae034c54c4550f7b6'),(400,'','Aidoo Victor','M','0','1980-03-26',531,'2013-10-07 00:00:00',NULL,'69491','a9aa475ab052af4f5b9f71d92000e9ac94a2e70a'),(401,'','Borteith Pamela','F','0',NULL,531,'2013-10-07 00:00:00','1991-10-07','128210','a1ebacfc1341042524955fbab1fb8906c7e49afd'),(402,'','Maame Ama Agyemang','F','0',NULL,531,'2013-10-07 00:00:00','1986-10-07','82169','56c42f4c4a23246f1c7c1fdeb78d422200679f9d'),(403,'','Edzeame Chloe Lily','F','0','2008-12-21',531,'2013-10-07 00:00:00',NULL,'103184','a6a6c62afae2775ae2760025c40c8ffe85d02615'),(404,'','Hawa Nibi Amenga','F','0',NULL,531,'2013-10-07 00:00:00','1963-10-07','OUTSIDE','7db43b4b3ab889fb0dbabd2a4da5842f33568c1c'),(405,'','Boamah Derrick Asante','M','0',NULL,531,'2013-10-07 00:00:00','1973-10-07','123728','3dbfab71eed105b601b43649aec51e69f68da9f8'),(406,'','Osafo Doreen Yeboaa','F','0',NULL,531,'2013-10-07 00:00:00','1985-10-07','105552','17652b8ad775417014c33b856dc1ea743c327512'),(407,'','Katherine Copeland','F','0',NULL,531,'2013-10-07 00:00:00','1994-10-07','38483','01cd0a3329da8e5cf16a0f91877452132bea3fe0'),(408,'','Egya Mensah Daniel','M','0','1965-08-27',531,'2013-10-07 00:00:00',NULL,'110373','795826b1da397c0a2ffbb7428c6a4af3a7055ab3'),(409,'','Kaye Gold Linda','F','0','1985-12-04',531,'2013-10-07 00:00:00',NULL,'82566','10a2941e90199d913a26b188064021f6de4fff0d'),(410,'','Hewlette Dahlia Mavis','F','0',NULL,531,'2013-10-07 00:00:00','1965-10-07','30674','776b50eb36e0e9c8e2a6abc9626037f9f49ecb4f'),(411,'','Damptey Nadia Abena','F','0',NULL,531,'2013-10-07 00:00:00','2012-10-07','122933','9bc1004d0a9556fdb4533e6de90cadad15d4b554'),(412,'','Obeng Gifty','F','0',NULL,531,'2013-10-07 00:00:00','1979-10-07','128212','19c7722149f1d52cf49c1a333df09f6d85d2b924'),(413,'','Suleyman Rukaya N','F','0',NULL,531,'2013-10-07 00:00:00','2013-05-07','128211','23ffc669ab6e6e290d98925de41eff17aa742437'),(414,'','Opeku Joshua Kweku','M','0','1986-06-15',531,'2013-10-07 00:00:00',NULL,'119074','642f7dcf276b05f2a4a6ff8d2b375962cb5f2fba'),(415,'','Mireku Eunice','F','0',NULL,531,'2013-10-07 00:00:00','1980-10-07','SELF REQUEST','1ddc4e41a2dcc62bc617ca594f571acd1b79505c'),(416,'','Adu Nana Ampomah','M','0','2002-10-22',531,'2013-10-07 00:00:00',NULL,'101135','4962e2422a6adb0dd26f132c93c050359f95f51c'),(417,'','Ossom Mark K','M','0',NULL,531,'2013-10-07 00:00:00','1980-10-07','105855','601f88ca64c06ce80153ce1555ceb867c1b4e1e1'),(418,'','Owusu Banahene Asante Emmanuel','M','0','1977-04-09',531,'2013-10-07 00:00:00',NULL,'60126','793de6d5c53695c4c61c310b96d628c4470ce926'),(419,'','Owusu Banahene Asante Emmanuel','M','0','1977-04-09',531,'2013-10-07 00:00:00',NULL,'60126','793de6d5c53695c4c61c310b96d628c4470ce926'),(420,'','Segun Isijola Jacob','M','0','1978-07-26',531,'2013-10-07 00:00:00',NULL,'116116','e1a1679fb212ae2b6a9d035d80d0a3efc3e91322'),(421,'','Sayed Daniel','M','0',NULL,531,'2013-10-07 00:00:00','2010-10-07','128222','40bd838bc1ae94b07ee9aa7e6f5fc0de0beda39d'),(422,'','Kelita K Kpedzroku','M','0',NULL,531,'2013-10-07 00:00:00','2012-10-07','121369','32d2a6116e5a1bc4be0b4577c2b4d38501a5f9c0'),(423,'','Chang Li','M','0',NULL,531,'2013-10-07 00:00:00','2000-10-07','128217','a4637d074c67c8ef133e9757a82fd853c7e74bbd'),(424,'','Boadi Constance','F','0','1966-03-21',531,'2013-10-07 00:00:00',NULL,'2603','f2081ae8322fabdc640757eb0da60ff12f8c3dc0'),(425,'','Abubakari Mahama','M','0','1976-05-01',531,'2013-10-07 00:00:00',NULL,'127173','4540337e5678c65e07e648794fe4a60b9072c025'),(426,'','Lartey Barbara','F','0',NULL,531,'2013-10-07 00:00:00','2001-10-07','127930','c497fd0c0ffdba4109d9bb81c13eff0772471467'),(427,'','Lartey Michael S','M','0',NULL,531,'2013-10-07 00:00:00','2005-10-07','95607','f48104dfe0be6945dca49b35ae80f14f07183133'),(428,'','Koyei Adjei Adelaide','F','0','1958-05-30',531,'2013-10-07 00:00:00',NULL,'2044','2f1ea5caecd73119c77c342c282970f5034f5743'),(429,'','Martey Gifty','F','0','1983-10-23',531,'2013-10-07 00:00:00',NULL,'121489','5045bc7480145aac51dae08e73b35f8b4327f1ab'),(430,'','Yahoda Joy Abode S','F','0',NULL,531,'2013-10-07 00:00:00','2002-10-07','128223','6f2e0faf8c9eca222de15e63767ce2bf13e8679b'),(431,'','Ackah Nyamike Juliet','F','0',NULL,531,'2013-10-07 00:00:00','1976-10-07','38483','c1acc280fcb24dd00caf9dbbf92368e19bbda678'),(432,'','Aguda Jemima','F','0','1984-05-11',531,'2013-10-07 00:00:00',NULL,'89264','254262f5847433a680a2f154fe05d0409cadf55b'),(433,'','Asante Mike Koranchie','M','0','1980-12-21',531,'2013-10-07 00:00:00',NULL,'96859','4b64345766b8a6e9fc65bff3612ba67b480d6d23'),(434,'','Savi Agnes Yvonne','F','0','1981-08-14',531,'2013-10-07 00:00:00',NULL,'103669','8a9c72569a3fe244d389e13a2d160736cc9ccfba'),(435,'','Farood Barkat Ali','M','0','1971-01-21',531,'2013-10-07 00:00:00',NULL,'128226','61159f27ec1d4be4c18785d85d81f200ae4c2fdd'),(436,'','Nyarko Evelyn','F','0','1985-12-17',531,'2013-10-07 00:00:00',NULL,'128227','5aa430e5048acc57a3175745ac5eab7bf4d9b032'),(437,'','Aggrey Rebecca','F','0','1980-06-27',531,'2013-10-07 00:00:00',NULL,'99100','b98a69cf1c730bb62979d1996fc9c33547aa94ce'),(438,'','Aminat Mojisola Fasasi','F','0',NULL,531,'2013-10-07 00:00:00','1986-10-07','81985','d0904bca282b233844ba1e606387a70bd229ee01'),(439,'','Omari Nyarko Prince','M','0','1985-07-30',531,'2013-10-07 00:00:00',NULL,'115329','c33fa1b6144639b177e1ea4936f611dbec20864d'),(440,'','Armah Afful Matthew','M','0','2011-12-21',531,'2013-10-07 00:00:00',NULL,'128228','9b33189b7f4ffa2d1c1efc2dddf110ab2298d983'),(441,'','Sofo Akpene Eunice','F','0',NULL,531,'2013-10-07 00:00:00','1983-10-07','69919','a7fcff616894865a2aa63a97078b5c5e4a0ff705'),(442,'','Ahiakpa Theresa','F','0','1971-05-28',531,'2013-10-07 00:00:00',NULL,'105345','87200f5ed0c44557d521b832d20482f238680624'),(443,'','Elsayed Dani','M','0',NULL,531,'2013-10-07 00:00:00','2010-10-07','','c581a94c0a62cfc53e98ca1db74387e285c0da3c'),(444,'','Seku Delali Juliet','F','0',NULL,531,'2013-10-07 00:00:00','1987-10-07','105499','df882022370f80635213e131bf552ddfb65e7e7a'),(445,'','Ahiamed Micheal Kodzo','M','0',NULL,530,'2013-10-07 00:00:00','1978-10-07','128229','fd7bdf9a11bf24c76e1275fc2a808961b6ae4ff6'),(446,'','Alon Boaz','M','0','1980-08-01',530,'2013-10-07 00:00:00',NULL,'104606','46a1c6faec8bda2bc1e0ac3e8377f47a1d28764b'),(447,'','Opoku Jadon Afriye','M','0','2007-09-27',530,'2013-10-07 00:00:00',NULL,'100110','094f02f29d698ccf0c66264339b218624c5e505f'),(448,'','Aare Lilian','F','0','1986-04-26',530,'2013-10-07 00:00:00',NULL,'121749','7999b3aa6a790a77edf9bccb3642ad2de9001e14'),(449,'','Kumaji Eliane','F','0','1979-07-14',530,'2013-10-07 00:00:00',NULL,'128230','d25fd869f1e19b080846c8ffa1da50fd4a559d6c'),(450,'','Akin Olugbade Oyinkansola','M','0','2004-02-10',530,'2013-10-07 00:00:00',NULL,'1000076','be37fab25f87447238463d0b5d704232ba12659d'),(451,'','Tetteh Naa Asheley Afi','F','0',NULL,530,'2013-10-07 00:00:00','1986-10-07','105931','0dde1d836f118a4f169450f40fe2849665eb2007'),(452,'','Seidu Rashidatu','F','0','1984-07-23',530,'2013-10-07 00:00:00',NULL,'106272','b2b64b8a6ff72de17340cfe3f01323a4ac5522e9'),(453,'','Asare Agnes','F','0',NULL,530,'2013-10-08 00:00:00','1937-10-08','128205','5bf122c66938027aa47cc4f89aeac0cf81878e50'),(454,'','Asare Agnes','F','0',NULL,530,'2013-10-07 00:00:00','1937-10-08','128205','5bf122c66938027aa47cc4f89aeac0cf81878e50'),(455,'','Asare Agnes','F','0',NULL,530,'2013-10-07 00:00:00','1937-10-08','128205','5bf122c66938027aa47cc4f89aeac0cf81878e50'),(456,'','Epozi Togbui','M','0',NULL,530,'2013-10-07 00:00:00','1970-10-08','38483','ca8a1d1e3d5deaae7b561fec956979e5a99e3c2b'),(457,'','Togbui Epozi','M','0',NULL,530,'2013-10-08 00:00:00','1970-10-08','38483','14024ed8366237f5027085e1d1a7b24d70ef6fff'),(458,'','Samudeen Sherifa','F','0',NULL,530,'2013-10-08 00:00:00','1969-10-08','128207','1dfa58e3c512812b34d13eca1cc4f7d4ce8f1215'),(459,'','Robinso Okoe Felicia','F','0',NULL,530,'2013-10-08 00:00:00','1980-10-08','','e9a1b790f2b9d1013ba6bcf65f5f0b1b761cde2a'),(460,'','Bonapark Elizabeth','F','0',NULL,530,'2013-10-08 00:00:00','1987-10-08','123421','ec1b3d85cbabd2a75b357768717d5a4360347931'),(461,'','Frimpong Asante Kofi','M','0',NULL,530,'2013-10-08 00:00:00','1927-10-08','115015','c63d14c5856bd258ddce596ffe1a06a616ac4227'),(462,'','Mahama Thomas','M','0',NULL,530,'2013-10-08 00:00:00','1969-10-08','113205','2a162e0aa416f4d94aab0ae47e2bf8a4f119c73d'),(463,'','Elie Saad','M','0',NULL,530,'2013-10-08 00:00:00','1967-10-08','12447','7a7fc5c0ac767271c9dbee06ff8660e88c424a60'),(464,'','Opare Asiedu Adjoa','F','0',NULL,530,'2013-10-08 00:00:00','1986-10-08','126238','59c4f929be0f17cb248f166e94be9b771ce3da9f'),(465,'','Zhang Lin Yi','M','0',NULL,530,'2013-10-08 00:00:00','1978-10-08','111982','91602dee023127e9466a6be45b4c6a0cc0f0907d'),(466,'','Kamassah Queensfor Yaa','F','0','1982-07-09',530,'2013-10-08 00:00:00',NULL,'111208','ec13da53309763e4d1fab848f71aca3a96157a54'),(467,'','Frimpong Juliana','F','0',NULL,530,'2013-10-08 00:00:00','1936-10-08','','ec635c226a68532678414ef8707135ed1c5501e6'),(468,'','Tagbor Victoria','F','0',NULL,530,'2013-10-08 00:00:00','1930-10-08','115791','e61b413f0ea99f8b127575c84b8bd379ca05c4e0'),(469,'','Foster Alesia','F','0',NULL,530,'2013-10-08 00:00:00','1991-10-08','163960','1064e4e41cae97e35cfc6fd7c0df5f1b053e46ad'),(470,'','Mensah Kafui Ami','F','0',NULL,530,'2013-10-08 00:00:00','1973-10-08','109401','7a3299c76c45610d80d4a1543d3f3aa09ffceb24'),(471,'','White Loloh Rita','F','0',NULL,530,'2013-10-08 00:00:00','1979-10-08','72052','40ecbcdc5270b8c7c73f2a198364ee209ff47513'),(472,'','Forson Elizabeth Ama','F','0',NULL,530,'2013-10-08 00:00:00','2012-10-08','114422','8a4464568f9241fbc6c2f8a667c140a2e3515508'),(473,'','Anima Roselyn Afua','F','0','1987-12-14',530,'2013-10-08 00:00:00',NULL,'123241','5d4f61cb32a8849284e14364da55ff84d9eb2aa5'),(474,'','Agbattor Elikem','M','0',NULL,530,'2013-10-08 00:00:00','2011-10-08','122904','7af20f18c0894e44dfc224ac399ac2a861e5167a'),(475,'','Amanwy Charles Ofosu','M','0',NULL,530,'2013-10-08 00:00:00','1935-10-08','116530','46313ed97a6e9e96c6065c7fb909396acb799775'),(476,'','Paddy Rosent Edward','M','0',NULL,530,'2013-10-08 00:00:00','1961-10-08','128117','588a86aa16f50278b6a5938382f6d6f59c6970ad'),(477,'','Koranteng Emmanuel','M','0',NULL,530,'2013-10-08 00:00:00','1983-10-08','47455','540704fb1d1d4d5cbdecb8fe6dc15ab721c5955a'),(478,'','Okrah Afua A','F','0','1985-03-29',530,'2013-10-08 00:00:00',NULL,'128110','6df5094a5f526e5b605a94909e20006fd03d9bfd'),(479,'','Plasila Micah Casperi','M','0',NULL,530,'2013-10-08 00:00:00','2012-04-08','','50bca208232e66e65ffd55cababe7a01d2f5f30e'),(480,'','Amedoku Raymond S','M','0',NULL,530,'2013-10-08 00:00:00','2010-10-08','10865','c6eb7ad4260dcf61666d74b92f2df5785608382b'),(481,'','Neequaye Harriet','F','0','1985-09-14',530,'2013-10-08 00:00:00',NULL,'115338','ec0e53a17ab16bbc999749cfd98ae3b647b05731'),(482,'','Kusi Attah Natifafa','M','0',NULL,530,'2013-10-08 00:00:00','1984-10-08','96012','5ac7ecd704377e8115787263877df1dd71062a34'),(483,'','Sokhna Niang','F','0',NULL,530,'2013-10-08 00:00:00','1978-10-08','111915','a1694570d3b5ddcb469b70383c09293b953a6d08'),(484,'','Mottey Irene','F','0',NULL,530,'2013-10-08 00:00:00','1980-10-08','75952','eada9c42e14634f7f5b76760824a11aa2df92ccf'),(485,'','Mottey Irene','F','0',NULL,530,'2013-10-08 00:00:00','1980-10-08','75952','eada9c42e14634f7f5b76760824a11aa2df92ccf'),(486,'','Atinga Edem Aku','F','0',NULL,530,'2013-10-08 00:00:00','1980-10-08','128118','cadc737c695a92f31ca68692b513bd9da41dc672'),(487,'','Kpogbe Nelson Yaw','M','0',NULL,530,'2013-10-08 00:00:00','2012-03-08','119134','b045c2e45f4a8cfff129a5195921f23ac6fdb804'),(488,'','Sackey Stephen','M','0','1981-09-21',530,'2013-10-08 00:00:00',NULL,'127732','880759f3c1df9e0b35a41556c45b0f7f37c7c09b'),(489,'','Prempeh Isabel','F','0',NULL,530,'2013-10-08 00:00:00','2002-10-08','128120','ddc8c3448e3305756406f3511ce727aa312f59a6'),(490,'','Sackey Daniel N','M','0',NULL,530,'2013-10-08 00:00:00','2002-10-08','128116','2858ea80b517ccdce1fc912a9dbeaa590e989afd'),(491,'','Ohene Yeboah','M','0',NULL,530,'2013-10-08 00:00:00','1989-10-08','94075','fc4222e877796c166fcd05dc4175990775f8bcd7'),(492,'','Bantanvil Raymond','M','0',NULL,530,'2013-10-08 00:00:00','1934-10-08','126350','b80fd31707fe63323538e591f09617e0d8b5e7e9'),(493,'','Acheampong Otou Bernard','M','0',NULL,530,'2013-10-08 00:00:00','1966-10-08','','0affdf99dfddc4b01023087bac8bbbc0f510c7e5'),(494,'','Die Oppong Nyiraba','M','0',NULL,530,'2013-10-08 00:00:00','2009-10-08','118685','d06ddad515d22e4d282847c02d88d5d5abd5da1e'),(495,'','Hanson Rosemary','F','0',NULL,530,'2013-10-08 00:00:00','1961-10-08','','c4ae7ab5f4cc89099c9a762581216011a2141a6b'),(496,'','Mills Lamptey Emmanuel','M','0',NULL,530,'2013-10-08 00:00:00','1990-10-08','128234','ccf8c1ee9c24b1fe61c4b3d7596472b055957205'),(497,'','Dowuona Hammond Belinda','M','0',NULL,530,'2013-10-08 00:00:00','1978-10-08','40740','ed05c33904cd41d87ee6bbecf449db8b95b7feab'),(498,'','Tieku Anokye Irene','M','0',NULL,530,'2013-10-08 00:00:00','1992-10-08','50757','144baae6bafa8a8c9781e845bb172bf06041035c'),(499,'','Kantchie Marcel','M','0',NULL,530,'2013-10-08 00:00:00','2011-10-08','128124','bd8eb79fe2aeb0965144fd7b9ebc6a57b82eaa9b'),(500,'','Ahiamadi Micheal Kodzo','M','0',NULL,530,'2013-10-08 00:00:00','1978-10-08','128229','556b1525a76e183d911510dfa5c765a84e053963'),(501,'','Awuah Mark','M','0',NULL,530,'2013-10-08 00:00:00','1973-10-08','52674','2fd6e3ec578b8fd9564b44ebae5585939aea293b'),(502,'','Awuah Austin','M','0',NULL,530,'2013-10-08 00:00:00','2006-10-08','64333','e754c71601209c8e5d4c3f509beaa7caa5b99765'),(503,'','Lamptey Evelyn','M','0',NULL,530,'2013-10-08 00:00:00','1980-10-08','127947','d5403534740fc9a5e9735ea1c0cba49945b5835c'),(504,'','Nyarko Nicholina','M','0',NULL,530,'2013-10-08 00:00:00','1984-10-08','118968','cf17239e0af6a5351aa9f972bfe188a5f7e89edc'),(505,'','Kufogbe Bella','F','0','1982-12-09',530,'2013-10-08 00:00:00',NULL,'111279','3b88fb5b06bea7a96ce9f56bc92cbef188171c07'),(506,'','Kodom Tori','F','0',NULL,531,'2013-10-08 00:00:00','2000-10-08','39775','9abe454429e99042f63fda5224e0bb2fee7d3c04'),(507,'','Chiemeka N Antoine Bossman','M','0',NULL,531,'2013-10-08 00:00:00','2006-10-08','111086','9eb5b15ae5fe398b2ce94b35f7f3efab4125db24'),(508,'','Yarboi Lucy','F','0',NULL,531,'2013-10-08 00:00:00','1926-10-08','8123','d65c0125d5761fec233b604dd479d1a36367ffa3'),(509,'','Adjei Seth Asiedu','M','0',NULL,531,'2013-10-08 00:00:00','1986-10-08','128235','ec42ff886bec1c278e3b36caf68ff96b7b68a479'),(510,'','Okai Robert','M','0',NULL,531,'2013-10-08 00:00:00','1938-10-08','45992','803ab7df652a913e7e166eb3d58b88f9652684ac'),(511,'','Boachie M Rose','F','0',NULL,531,'2013-10-08 00:00:00','1942-10-08','1824','4d04d55aaa43fa5f7c520ddf6aba24b6fbd1ace0'),(512,'','Faggye Akosua','F','0',NULL,531,'2013-10-08 00:00:00','1939-10-08','127746','dfe11b0499da115b32dd9e705db51e08750d8412'),(513,'','Namadou C Adama','F','0',NULL,531,'2013-10-08 00:00:00','1975-10-08','82118','90ab2f6ecdd75e580fdb2e8e092b59298c4d04df'),(514,'','Tabi Aaron Adomako','M','0',NULL,531,'2013-10-08 00:00:00','1993-10-08','82376','101fdac3db8d7a33890394bf10666090853af505'),(515,'','Anderson Mariama','F','0',NULL,531,'2013-10-08 00:00:00','1980-10-08','77631','40dbac54a4f59a8ed71a4aa3c5fe722f8bf1702c'),(516,'','Amaah Franklin','M','0',NULL,531,'2013-10-08 00:00:00','1970-10-08','64819','326e5b19de87d2ee1e5e6ad934bd1cee85b670e8'),(517,'','Gadzekpo Angela','F','0',NULL,531,'2013-10-08 00:00:00','1959-10-08','26760','89f0d99aa3a58c1d9e2d27027af4f8dd5ca69420'),(518,'','Felix Baalaboore','M','0',NULL,531,'2013-10-08 00:00:00','1961-10-08','66817','d01e90cb14dd486625991c12d20db3edd3e95d30'),(519,'','Aduamah George A','M','0',NULL,531,'2013-10-08 00:00:00','1943-10-08','53936','749da7e2f1ed30a041f6eb5b82f53e22c16ff9be'),(520,'','Menlah Emelia','F','0',NULL,531,'2013-10-08 00:00:00','1981-10-08','','4d0333d94ddb2aea59062abdb5e37aaaf3ce879e'),(521,'','Raul Dediego Brako','M','0',NULL,531,'2013-10-08 00:00:00','1982-10-08','','f5ffe2cd01c5613822c7511f29e8b823115c2601'),(522,'','Nyantakyi Adjei Kwabena','M','0',NULL,531,'2013-10-08 00:00:00','1981-10-08','128150','b66371313fea4e57354977dccb2f94c5481d67e3'),(523,'','Abdul Jabel Inusah','M','0',NULL,531,'2013-10-08 00:00:00','2006-10-08','64982','4b74df70b2894cd544baaa5e24fffe0ada52451a'),(524,'','Jian Rong Wu','M','0','1977-02-21',531,'2013-10-08 00:00:00',NULL,'128237','f7049a23fa3d25ac09c27b644d285cf1dca25e96'),(525,'','Maleka Gladys','F','0',NULL,531,'2013-10-08 00:00:00','1977-10-08','104648','f73853bdd363a7e372ac30933b65f8d5043b3096'),(526,'','Asiedu Brioney','F','0',NULL,531,'2013-10-08 00:00:00','1977-10-08','88878','5c95cd9e9e8776c90409babb6f34091e6088eeaf'),(527,'','Abebrese Samuel Oppong','M','0','1984-05-25',531,'2013-10-08 00:00:00',NULL,'117405','277e0a0fa0072c9d333afb7c2916767795d39cce'),(528,'','Kuditey Maud','F','0',NULL,531,'2013-10-08 00:00:00','1983-10-08','128238','9e3dae4802317d4b2f353db459394e1ce90b44b2'),(529,'','Williams Jeremiah','M','0',NULL,531,'2013-10-08 00:00:00','2011-10-08','101122','9d0f93c9bef9255f768f4b691ea06b808761ce3d'),(530,'','Kutin Duah Doris','F','0',NULL,531,'2013-10-08 00:00:00','1991-10-08','110714','67bf8d742a09f4bdaa821e882569353e9efdd9af'),(531,'','Dakore Serwaa Comfort','F','0',NULL,531,'2013-10-08 00:00:00','1988-10-08','','ae179ed99388aa42e7d67e5fc5640cf3a766d10f'),(532,'','Jesse Kweku Addo Koranteng','M','0',NULL,531,'2013-10-08 00:00:00','2013-07-08','','f42b878bc7bae2b8818d5fff58a880afd2e23d69'),(533,'','Adzimah Frederick B','M','0',NULL,531,'2013-10-08 00:00:00','2011-10-08','128246','9695da3482b58331317490e36cecc047f4985c9c'),(534,'','Wireku Grace','F','0',NULL,531,'2013-10-08 00:00:00','1961-10-08','','e7b39e4129850f7cc8239d27bd9dff5990a51bd5'),(535,'','Quintero Erick Isaac','M','0',NULL,531,'2013-10-08 00:00:00','1960-10-08','128220','a80a63fe645cb156df4389f2c44a49e4616b2aab'),(536,'','Oppong Nkrumah Jordan','M','0',NULL,531,'2013-10-08 00:00:00','2009-10-08','8499','ced28d67b06b73cef37fc576168ca638aea85a4b'),(537,'','Amoh Florence','F','0',NULL,531,'2013-10-08 00:00:00','1984-10-08','126662','47cf624cd84c5910fd6d6bee7301bf3a619dde22'),(538,'','Mate Korle Isobel A','F','0','2009-09-29',531,'2013-10-08 00:00:00',NULL,'128245','66e4858010390331af2cd976e5a12d1bc6951786'),(539,'','Agyemeang Nana Akua','F','0',NULL,531,'2013-10-08 00:00:00','1989-10-08','23243','51275eafa8e89c245aed714e8317b89eaac58cda'),(540,'','Adana Rose','F','0',NULL,531,'2013-10-08 00:00:00','1960-10-08','128243','a78e299d4e04ce77ca25bdff8e3b14905b6a2b17'),(541,'','Atayero Christopher','M','0',NULL,531,'2013-10-08 00:00:00','1975-10-08','128253','050530ceb03e1f650c7d705910fb74c7fd5114aa'),(542,'','Samuel Ogechi Nwaokpani','M','0',NULL,531,'2013-10-08 00:00:00','1994-10-08','128244','e72054e6713646f6deb71b653f92af4e8ae36b96'),(543,'','Owusu Mercy','F','0',NULL,531,'2013-10-08 00:00:00','1942-10-08','55031','8d9661742a655c6b15c91e2c9dac0cf81b63e982'),(544,'','Larnyoh Yemoley','F','0',NULL,531,'2013-10-08 00:00:00','1986-10-08','128247','7bbf9dad1342f0b4dde080dc6f184400ad823072'),(545,'','Vanghan Christopher','M','0',NULL,531,'2013-10-08 00:00:00','1980-10-08','122653','149a3056ff0e8b3b5487c99a36124cc9d320fde2'),(546,'','Gonne Sobda','M','0',NULL,531,'2013-10-08 00:00:00','1964-10-08','121269','de7611d4415fecfb92f19fdf2f55dad54b829b33'),(547,'','Adasi Grace','M','0',NULL,531,'2013-10-08 00:00:00','1968-10-08','','87c02704c5ef58715db84def5334c428245bb0ad'),(548,'','Segbawu Hannah Stella','F','0',NULL,531,'2013-10-08 00:00:00','1968-10-08','74682','fde2b0a8649d0f1a5b532e736913c906ba471a1c'),(549,'','Allotey George','M','0',NULL,531,'2013-10-08 00:00:00','1952-10-08','128255','189d032c177219cf7883880bdc079a0318d4223c'),(550,'','Wede Seyram Cindy','F','0','2011-05-09',531,'2013-10-08 00:00:00',NULL,'104911','bd398e923bfc95b54ec466a911771c72aa6d4ed4'),(551,'','Baagyere Batieka Isaac','M','0','1975-09-20',531,'2013-10-08 00:00:00',NULL,'118996','64905f237cc6f6fcb459e5a5c6d0c600a032ac93'),(552,'','Adams Hannah','F','0',NULL,531,'2013-10-08 00:00:00','1971-10-08','69719','4ead74434805775390f47c1202e5ccbcf8b8e0f3'),(553,'','Biga Patrick Gak','M','0',NULL,531,'2013-10-08 00:00:00','1939-10-08','84281','2d1565268eb2f4e2a0f0534675e6f4ce03e25c4c'),(554,'','Asiedu Bodhaine Larry','M','0',NULL,531,'2013-10-08 00:00:00','2000-10-08','128245','346d59bc854e1f14e32ef28049ccb401551f1ab7'),(555,'','Jee Sukn Ram Khedar','M','0','1978-11-06',531,'2013-10-08 00:00:00',NULL,'114488','d0c047fe274468eb25039b966aa943de52f43f79'),(556,'','Oficialdegui Gorka','M','0','1979-10-19',531,'2013-10-08 00:00:00',NULL,'128260','8b23399b6926f335f8b1d22cabae5707b41692b1'),(557,'','Rodriguez Maria','F','0','1979-06-26',531,'2013-10-08 00:00:00',NULL,'128259','a6c0d6909def0aaab621e37a41876a0a19c1b596'),(558,'','Boateng Racheal','F','0',NULL,531,'2013-10-08 00:00:00','2009-10-08','128257','20437becb00a584b5bb7cb00f78290ff21a0dbce'),(559,'','Amoako Alberta','F','0',NULL,531,'2013-10-08 00:00:00','1991-10-08','48960','376df0d14f7424b983b602ee6c3fc88e5d8c1923'),(560,'','Adu Evelyn','F','0','1981-11-27',531,'2013-10-08 00:00:00',NULL,'128251','5384ed53fc32e4b23c889fc64214f52eb1d55a89'),(561,'','Augustina Arhin G','F','0',NULL,531,'2013-10-08 00:00:00','1998-10-08','127336','edc480fdd1b412b3da0e41e7dd5285ff4e6a0fc8'),(562,'','Konan Leon Ndri','M','0',NULL,531,'2013-10-08 00:00:00','1964-10-08','119304','2cac7245d956e2d3c9ddc6862dec85ae81fd8a2b'),(563,'','Feli Andrew Selorm','M','0',NULL,531,'2013-10-08 00:00:00','2011-10-08','120683','359bb2096bc616b5308245eb87aaecb7e895d0a5'),(564,'','Uzeru Katari Ilham','F','0','2012-06-10',531,'2013-10-08 00:00:00',NULL,'128252','239eb156077dce7171cdcb6951634bc55e11028b'),(565,'','Bamiebu James','M','0',NULL,531,'2013-10-08 00:00:00','1992-10-08','124175','0f42b0c80d3e5e4d1529dbbcd15617e9bc75ec21'),(566,'','Jude Osafo Opoku Amponsah','M','0','2001-04-18',535,'2013-10-08 00:00:00',NULL,'90314','d02d65d7b5bf193ec9e59905de0c0a0ca2b99fb4'),(567,'','Amewu Sena','M','0',NULL,535,'2013-10-08 00:00:00','1983-10-08','128262','0863c7761645a2a747dd9c166fb52f203badd92e'),(568,'','Felicia Equago Placca','F','0',NULL,535,'2013-10-08 00:00:00','1929-10-08','','dcd5123d4350e654b1793855be38b532c4f8fb31'),(569,'','Faustina Appiah','F','0',NULL,535,'2013-10-08 00:00:00','1970-10-08','120842','ae66bdd951cc33d7b9f2a054d37155bdc2c230d6'),(570,'','Sackey Harry','M','0',NULL,535,'2013-10-08 00:00:00','1986-10-08','111622','a525ee0d065e954a96197da52618daf45938f855'),(571,'','Essah Lydia','F','0',NULL,535,'2013-10-08 00:00:00','2001-10-08','107235','0f3d1658a8342db7282a83e55d221e3c23049e63'),(572,'','Abigail Nyarte Kyiwaa','F','0',NULL,535,'2013-10-08 00:00:00','1985-10-08','176754','409d0ea65f24c2547c583cc2bf57a71cf466a1b9'),(573,'','Nsafoah Owusu Richard','M','0',NULL,535,'2013-10-08 00:00:00','1980-10-08','126841','8406d7a6502a1d4c77c6d16f277e2d449bfb7390'),(574,'','Belinda Bowuona Hammond','F','0',NULL,535,'2013-10-08 00:00:00','1978-10-08','40740','4effccd66d14d330f4c69c4b38d7b98d84ff0f95'),(575,'','Awuku Mavis','F','0',NULL,535,'2013-10-08 00:00:00','1986-10-08','100880','814c202bffd54546d8620b8da2d4e5cf24390a78'),(576,'','Adjedu Peter','M','0',NULL,535,'2013-10-08 00:00:00','1976-10-08','120441','99c4e8880ebedfe9479b9d56a64f291b9d8148a5'),(577,'','Twum Tawiah Vida','F','0',NULL,535,'2013-10-08 00:00:00','2008-10-08','113872','0c2e1a8d67a73183d396ffe016197d7db5f39bf8'),(578,'','Olivia Edem Dotse','F','0',NULL,535,'2013-10-08 00:00:00','1993-10-08','75643','a97fb1698ea63408fc6eb3dfd52fcb09411f2607'),(579,'','Jacob Sam Calvin','M','0',NULL,535,'2013-10-08 00:00:00','1969-10-08','18097','4dfd46f71ceb7267b6c7de3a253bd816fb1d2564'),(580,'','Marenah Awa','M','0','1960-02-06',535,'2013-10-08 00:00:00',NULL,'102371','dbde89d28cb56529209f505cb847efb24c51f99c'),(581,'','Nyarko Obeng Love','F','0','1985-09-13',535,'2013-10-08 00:00:00',NULL,'121726','cc9f536aac1ff1384329e8da51eaa734653b471c'),(582,'','Suraqah Mohammed J','M','0',NULL,535,'2013-10-08 00:00:00','1975-10-08','56960','32425440ac5d58c2c673121263a27c725c31c5a3'),(583,'','Davis Okpoti','M','0',NULL,535,'2013-10-08 00:00:00','1986-10-08','124152','56d96f7045cb7c812d9000175f0ab625b3037200'),(584,'','Akwetey Odatey','M','0',NULL,535,'2013-10-08 00:00:00','1986-10-08','128266','63c0f698c086e9fca2f6dbc36a28401e71c35155'),(585,'','Jonathan Assane','M','0',NULL,535,'2013-10-08 00:00:00','1975-10-08','94429','8ed94f45376fe6400688d6d9a3880d52d6157ead'),(586,'','Asiamah Bertha Afriyie','F','0',NULL,535,'2013-10-08 00:00:00','1976-10-08','29154','e7f6ace1d3c142dcd2fe8659c7d9b1b9fb99e116'),(587,'','Azuma Zenas Abugbil','M','0',NULL,535,'2013-10-08 00:00:00','1991-10-08','66854','2643747bff0df6280b163ac8acdc972ee4b0480b'),(588,'','Edith Laari','F','0',NULL,535,'2013-10-08 00:00:00','1986-10-08','85238','002b45ba45518be7f82573897d25aeb15115c1e1'),(589,'','Ben Tamakloe','M','0',NULL,535,'2013-10-08 00:00:00','1932-10-08','','42446932290c8023f903c8b0540a17f4ab7d3bae'),(590,'','Mary Annang','F','28','1985-05-04',535,'2013-10-08 00:00:00',NULL,'109847','66fa64d104c70e35969e5142d81d376266b2a5ae'),(591,'','Christopher Kpene','M','0',NULL,535,'2013-10-08 00:00:00','1931-10-08','','2c7b54dd007831b1ad0b78086c46dea477dd7d11'),(592,'','Emmanuel Anthony','M','0',NULL,535,'2013-10-08 00:00:00','1940-10-08','','87efa159a0ff6af364b2337205d9c4970eb503e3'),(593,'','Adu Kwabena Anthony','M','0',NULL,535,'2013-10-08 00:00:00','1978-10-08','91847','09d1b5660d152ed1d471a567e8272ffef77acf39'),(594,'','Abdul Latif Ayesha','F','0',NULL,535,'2013-10-08 00:00:00','1991-10-08','127435','ec509a0104c2d37e42215265f4881a70506d2ba1'),(595,'','Biney Adwoa Kwamsema','F','2','2011-09-26',535,'2013-10-08 00:00:00',NULL,'109260','1a37fc58150bb33a8929ec8e90c8b2ec2539b46c'),(596,'','Okutui Aryee Israel','M','0',NULL,535,'2013-10-08 00:00:00','2003-10-08','116630','fad299ac291e93a11d3aba1d8821ecd6c6305af6'),(597,'','Elly Choi','F','0','2001-08-13',551,'2013-10-09 00:00:00',NULL,'128267','452b672d0cb3348c822b7ed489ef0d297ab869e1'),(598,'','Elly Choi','F','0','2001-08-13',551,'2013-10-08 00:00:00',NULL,'128267','452b672d0cb3348c822b7ed489ef0d297ab869e1'),(599,'','Akanlu George Bruno','M','4111973','1973-11-04',551,'2013-10-09 00:00:00',NULL,'68808','21c67007a32331544f0220b8d5ae4a4175fbe8af'),(600,'','Godfrey Asiedu','M','0',NULL,551,'2013-10-09 00:00:00','1957-10-09','30453','ab685bb6fcf6019e882867b130020525d5acdb3d'),(601,'','Akosua Nyarko','F','0',NULL,551,'2013-10-09 00:00:00','1984-10-09','121089','ad977f7486d56bcd9acd2125ae1f3968651ed95d'),(602,'','Tontoh Vivian','F','0',NULL,531,'2013-10-09 00:00:00','2005-10-09','111702','6d55f568b0ba5f1b52cbc95206745145d5b5e1c5'),(603,'','Kuubar Joyce','F','0','1975-01-14',534,'2013-10-09 00:00:00',NULL,'','f0b450a80d05eecaabaa43ccee91fb5ea8fe51b3'),(604,'','Osei Kojo','M','0',NULL,534,'2013-10-09 00:00:00','1994-10-09','128269','f321fc4a90de86a910231df4cc044db60a6374fd'),(605,'','Dayour Beatrice','F','0',NULL,534,'2013-10-09 00:00:00','1967-10-09','117121','43874a44a36635e891645cede448a926dccba341'),(606,'','Amoah Sheila','F','0',NULL,534,'2013-10-09 00:00:00','1984-10-09','125274','2685614738accc1850b58877959726787e6e7eba'),(607,'','Adiasam Francis','M','0',NULL,534,'2013-10-09 00:00:00','1968-10-09','','77f9f413c2886ea62c23ed8063d3c6151114f9c4'),(608,'','Quayson Richard','M','0',NULL,534,'2013-10-09 00:00:00','1969-10-09','','0a86304029e111a11d997a1a3fb05f7423d18d19'),(609,'','Adasi Ernestina A','F','0',NULL,534,'2013-10-09 00:00:00','2000-10-09','OUTSIDE','9958bea684bead7fe301193e7fcf65910e082b3d'),(610,'','Amoah Kwame','M','0','1986-10-04',534,'2013-10-09 00:00:00',NULL,'128271','9d10b15ce80b2e49d7699c3b93b17b83f5a2b8d5'),(611,'','Agbeyebiawo Samuel','M','0','1967-02-01',534,'2013-10-09 00:00:00',NULL,'','746a077083e3b368aa5402c18d65986cc3686251'),(612,'','Tetteh Emelia','F','0',NULL,534,'2013-10-09 00:00:00','1976-10-09','3476','a4dee752a201c83cfaf584bbc089d89f971cf638'),(613,'','Quaye David','M','0',NULL,534,'2013-10-09 00:00:00','1965-10-09','','5a2d302884a55c65fc39ffcb40be38631d1a6a79'),(614,'','Aboagye Hayfron','M','0',NULL,534,'2013-10-09 00:00:00','1978-10-09','','0943822e41c694c16ed502e02717f7adfd3a90ee'),(615,'','Armah Isadore Attoh','F','0',NULL,534,'2013-10-09 00:00:00','1984-10-09','','9cfbb4a2f50767f60574ffd6d6b03830225c94b6'),(616,'','Hodasi Richard Ata','M','0',NULL,534,'2013-10-09 00:00:00','1973-10-09','','9ea882ab7cf91e0d017ffa85d6a28e2c5d54f9a1'),(617,'','Klobodu Michael','M','0',NULL,534,'2013-10-09 00:00:00','1967-10-09','','7e7d9e860b358c853640648f6889d9de476184c1'),(618,'','Oheneba Amening Nana','F','0',NULL,534,'2013-10-09 00:00:00','1949-10-09','','4c3c1a55873c87537f1b71e305100030a2858f33'),(619,'','Rapovich Natalia','F','0',NULL,534,'2013-10-09 00:00:00','1966-10-09','','6a9668ded6db959081029f5e20ef5a963bc697c3'),(620,'','Kehdy George','M','0',NULL,534,'2013-10-09 00:00:00','1987-10','','06536786070675c3650938bf336f0445f8ef6269'),(621,'','Oppong Salomey','F','0',NULL,534,'2013-10-09 00:00:00','1936-10-09','116051','17edafe9631284b92a25b4491bfbcc87ca316d82'),(622,'','Osae Addo Eddie W','M','0','1954-10-29',534,'2013-10-09 00:00:00',NULL,'OUTSIDE','13c13ffa080c6bf4fee80ba9ee22c9cc69897670'),(623,'','Turkson Joseph','M','0',NULL,534,'2013-10-09 00:00:00','1973-10-09','','6d1c5d7ec608e5eccc05eb35e3cf24f01b93fadb'),(624,'','Biney Nana Amma','F','0',NULL,534,'2013-10-09 00:00:00','1980-10-09','100084','c9780b957f079f7ae6d64c4103e10d6a83860bb4'),(625,'','Adjepon Yamoah Amelia','F','0',NULL,534,'2013-10-09 00:00:00','1944-10-09','','126c90f3110bdc9c035c33de781e6123c4bc8695'),(626,'','Ayibotelle Mensah','F','0',NULL,534,'2013-10-09 00:00:00','1966-10-09','','739e1ccdfdaa1031b2212cd258367330033c3d9e'),(627,'','Aina Emmanuel','M','0',NULL,534,'2013-10-09 00:00:00','1971-10-09','128274','21de6cf54a1e4a6e94861b248da9da3386935a15'),(628,'','Opoku Sandra','F','0',NULL,534,'2013-10-09 00:00:00','1985-10-09','122692','a7706f11abc6a5c3e8076102290292944832b9fe'),(629,'','Eduful Augusta','F','0',NULL,534,'2013-10-09 00:00:00','1985-10-09','32883','48defbf642094cadd9d13abe37725140cc8d8f03'),(630,'','Attah Nutifafa','M','0','1983-10-30',534,'2013-10-09 00:00:00',NULL,'96015','cac2d9fc4c967d5c4436529ed3d68005a33af168'),(631,'','Delmwin Selma L','F','0',NULL,534,'2013-10-09 00:00:00','2004-10-09','92461','cc45e60e5c0ba7787afcb5ccb80790fa94c84acb'),(632,'','Dadzie Prosper','M','0',NULL,534,'2013-10-09 00:00:00','1979-10-09','120519','85815243f1d2bdf24f725a7ee26a955473604e57'),(633,'','Karanja James','M','0',NULL,534,'2013-10-09 00:00:00','1974-10-09','','ebfa7e1f70346c59c76a2596d00cef03504ce7dc'),(634,'','Guribie A Stella','F','0',NULL,534,'2013-10-09 00:00:00','1980-10-09','190342','69098c1ff35c1d33273c3d9db1d63c78bbbbfae1'),(635,'','Nartey Mary','F','0',NULL,534,'2013-10-09 00:00:00','1980-10-09','119328','2c502b44f8410bc4eb9cb6b4b121cbff40f42976'),(636,'','Otoo Richard Ekem','M','0','1980-02-07',534,'2013-10-09 00:00:00',NULL,'59704','efe8f4dd177c86a1e7551fe7418981b76c8cd82c'),(637,'','Welbeck Walter Nana K','M','0',NULL,534,'2013-10-09 00:00:00','1991-10-09','','6c92df381d48f5068f912e938464f4c3e3af353e'),(638,'','Ofosu Robert Appiah','M','0','1957-04-13',534,'2013-10-09 00:00:00',NULL,'123015','f4bf395dc5c9eea65deb919dba4085b854ad7feb'),(639,'','Brocke David','M','0',NULL,534,'2013-10-09 00:00:00','1969-10-09','','0ef90891689a8ac9ec3982dcf206157167891650'),(640,'','Agyeman Richmond','M','0',NULL,534,'2013-10-09 00:00:00','1980-10-09','111546','653bfcfda23a860db3ecd9afbb744b8649673a87'),(641,'','Afedi Benjamin Yaw','M','0',NULL,534,'2013-10-09 00:00:00','2008-10-09','87788','584cb6bda1f2305b0fe0126046293fb69625dfec'),(642,'','Simpson Andrew','M','0',NULL,534,'2013-10-09 00:00:00','1933-10-09','3104','6ecfdef6251e381fac3661e0fd2937ede07d337f'),(643,'','Abass Samira','F','0','1987-06-15',534,'2013-10-09 00:00:00',NULL,'128224','cec725b266f5678165eef53514800419f1cb1cdb'),(644,'','Asuru Ibrahim','M','0',NULL,534,'2013-10-09 00:00:00','1983-10-09','128275','3bd29cda0aa65fdfca23ae073693eeecbaa30ff6'),(645,'','Manley Malkia','F','0',NULL,534,'2013-10-09 00:00:00','2007-10-09','196595','61b516fdbc2cf5996f12c10540f0d79f4cc96a4a'),(646,'','Nyame Josephine','F','0',NULL,534,'2013-10-09 00:00:00','2001-10-09','49583','12d3798bfb0042fed0fb2c79c8fcbeff1e4348ce'),(647,'','Twum Rebecca E','F','0',NULL,534,'2013-10-09 00:00:00','1987-10-09','128282','30758e7c6329b7db3860a749c10545b7ad3cfe8d'),(648,'','Tettey Theresa','F','0',NULL,534,'2013-10-09 00:00:00','1981-10-09','83098','8237aa61e9c396db22458d65a05088d7fe89804f'),(649,'','Nani Tome Joseph','M','0',NULL,534,'2013-10-09 00:00:00','1928-10-09','41444','e916ec78455a6199a71e5f3f28f6913768e24b3b'),(650,'','Bart Joseph Plange','M','0',NULL,534,'2013-10-09 00:00:00','1937-10-09','108811','d366a75ce79b5867ea1b1502c9b7f7cde5b5b78a'),(651,'','Awa Marenah','F','0',NULL,534,'2013-10-09 00:00:00','1960-10-09','102371','d6723659aad8f92d571f9b3ba02d84ed6e6b3d75'),(652,'','Nkosiphile Antoine Bossman','F','0',NULL,534,'2013-10-09 00:00:00','2011-10-09','128273','731b3063e2a87c4218deecc5fdfae4d1ed32c84e'),(653,'','Montgomeru Renee Elizabeth','F','0',NULL,534,'2013-10-09 00:00:00','1986-10-09','123263','dd2c1751508afdcced3665ab5bd02050738fbdf2'),(654,'','Ampofo Regina','F','0',NULL,534,'2013-10-09 00:00:00','1984-10-09','88459','cd2d6a316e606b6613be448b2fbd181e3e505a9c'),(655,'','Sai Stephen Nll','M','0',NULL,534,'2013-10-09 00:00:00','1991-10-09','128127','90c7dce1c310cdeea3359f9e202cfbf18b0b3ab5'),(656,'','Iddrisu Sungsori','F','0',NULL,534,'2013-10-09 00:00:00','2011-10-09','110826','a1dff93cbbe0835bed8f77564b3234eae9bcbb48'),(657,'','Asuliwonnu Raphael','M','0','1975-07-20',534,'2013-10-09 00:00:00',NULL,'128287','5a36193e77901594e78f6026afd9d4089788d8ed'),(658,'','Nutakor Robert Steele','M','0',NULL,534,'2013-10-09 00:00:00','1945-10-09','127037','477321f4cb67282cfe90e7735d5c3a2da24fae8f'),(659,'','Yussuf Hikimatu','F','0','1985-10-04',537,'2013-10-09 00:00:00',NULL,'','e9dbaee831dd242d1d2e96051c6652b76d9ea601'),(660,'','Opare Addo Faustina','F','0',NULL,534,'2013-10-09 00:00:00','1976-10-09','40018','0a0badcb1e66199366af9b68077ab6996a304702'),(661,'','Kesewaa Comfort','F','0',NULL,534,'2013-10-09 00:00:00','1938-10-09','82430','f66f51261dd6396fc9fa673f94572524a84f85e9'),(662,'','Awuku Isaac Otoo','M','0',NULL,534,'2013-10-09 00:00:00','2010-10-09','115090','85dfb1e1ec6f1622502b29cdd21b43775e952de9'),(663,'','Kanbellum Franklin','M','0',NULL,534,'2013-10-09 00:00:00','1995-10-09','120381','aaa7fd6e571ae508d46b28378b6f7074e132fa3b'),(664,'','Omar K Hamoui','M','0',NULL,534,'2013-10-09 00:00:00','1963-10-09','27138','9d5a91bfb73b093ff983ab0fadadecc6ab839802'),(665,'','Agyen Abigail','F','0','1979-06-14',534,'2013-10-09 00:00:00',NULL,'89982','ccc20346850b0e4562f181c22282a8cb30e2cba5'),(666,'','Fordjour Ntim John','M','0','1986-05-28',534,'2013-10-09 00:00:00',NULL,'89447','46ffccb7a50898013cd3c1bc15f912bb7bcee007'),(667,'','Brigitte Ibrahim','F','0',NULL,534,'2013-10-09 00:00:00','1977-10-09','23943','ea67ea7f8ec5982e8e52beef19bab34e0f5bbbae'),(668,'','Nyame Samuel Sasu','M','0',NULL,534,'2013-10-09 00:00:00','1982-10-09','55767','e32766418ad93a5c125de4a536e9ec679fba9a54'),(669,'','Hountondji Kafui','F','0','1984-09-24',534,'2013-10-09 00:00:00','','88586','5b7c438104dd4c6366d1cde4e2368fe22951a199'),(670,'','Ibrahima Zan Doumbia','M','0','1976-06-01',534,'2013-10-09 00:00:00',NULL,'118094','7e18a46ddd4c47329ba2432c7eaba5b253ca08b5'),(671,'','Agasiba Portia','F','0',NULL,534,'2013-10-09 00:00:00','1987-10-09','128284','8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca'),(672,'','Doe Francesca','F','0',NULL,534,'2013-10-09 00:00:00','1980-10-09','66004','5e323a0b8fc86825dd62660ce960efd06a8e9449'),(673,'','Quainoo Siisi Emmanuel','M','0',NULL,541,'2013-10-09 00:00:00','1962-10-09','SELF REQUEST','18828fe443abe2d2e105598f5d0cbfa296350e0e'),(674,'','Bristill Quartey Francisca','F','0',NULL,534,'2013-10-09 00:00:00','1979-10-09','87474','0029f669cd54e93f22bc839caa6c95ba647c2a85'),(675,'','Mensah Mary E','F','0',NULL,534,'2013-10-09 00:00:00','1994-10-09','45387','01220ad6ef283a9c49a7e0d41fabefd034a36928'),(676,'','Opoku Juliana A','F','0',NULL,534,'2013-10-09 00:00:00','1971-10-09','128288','65a7387b8d3b2dc29af7aa9ec759243346885739'),(677,'','Kotah Irene','F','0',NULL,534,'2013-10-09 00:00:00','1984-10-09','128281','dae6b25800a78b5af823b582f1b37a55e5c491c9'),(678,'','Kpotor Pearl','F','0',NULL,534,'2013-10-09 00:00:00','1986-10-09','128290','43db41053475457e7252f7f0df250f933d5f28e5'),(679,'','Quayeson Brenda','F','0',NULL,534,'2013-10-09 00:00:00','1987-10-09','122921','a9fa9c4ada49440841514327310c56e1f3bc5988'),(680,'','Marian Idun','F','0',NULL,534,'2013-10-09 00:00:00','1996-10-09','127760','ebb0ee79f785739c4fe31332d2bcb54f0f48a741'),(681,'','Lawson David A L','M','0',NULL,534,'2013-10-09 00:00:00','1923-10-09','120709','665a0add191f63ba3bc9b89fd9c40748dd018b6b'),(682,'','Tsaku Ametor Kofi','M','0',NULL,534,'2013-10-09 00:00:00','1975-10-09','107979','1845cbd89a7718372874f9d75ccc464a80314a0e'),(683,'','Ashkar Nada','F','0',NULL,534,'2013-10-09 00:00:00','1971-10-09','','722f42693d5f68ae0970b8905b9bce81943534a5'),(684,'','Ansah Arthur Yvonne','F','0',NULL,534,'2013-10-09 00:00:00','1978-10-09','39948','ad87f4a29ded65e07d1a458cf5ad36a6850749d8'),(685,'','Lewis Johnson','M','0',NULL,534,'2013-10-09 00:00:00','1974-10-09','67593','cd87e9f8e5059703f2885b1fac1f1871244ae5e6'),(686,'','Afriyie Martha','F','0',NULL,531,'2013-10-09 00:00:00','1980-10-09','99239','a15eaf12852d42c864b97a1f25b76d908b40a4ea'),(687,'','Addo Osei Gladys','F','0',NULL,531,'2013-10-09 00:00:00','1977-10-09','10692','6240cc4b099110a6063a217d0b1e71de97ed1c3a'),(688,'','Tandor Korkor Linda','F','0',NULL,531,'2013-10-09 00:00:00','1983-10-09','112469','756266ce117ee9717962a5cf094a3ea8321c0199'),(689,'','Ayodele Assata Bond','F','0',NULL,531,'2013-10-09 00:00:00','1993-10-09','128126','cc53e1065a5ef451668d1ca13840daa4f866a5a2'),(690,'','Amoah Andrews','M','0',NULL,531,'2013-10-09 00:00:00','1980-10-09','126516','7ebf96fc88cfc25380b6eb4011a6ea1e422ef312'),(691,'','Amartey Awo Mangwei A','F','0',NULL,531,'2013-10-09 00:00:00','1968-10-09','84768','4ae8b2467e64c6cb255e4df5896b52fae8f64a32'),(692,'','Adomako Adwoa Opokua','F','0',NULL,531,'2013-10-09 00:00:00','2007-10','67152','1dcd2155b98ef0ddfac2dcea10cfa96e1fbe7208'),(693,'','Osei Jael Naa Nyeley','F','0',NULL,531,'2013-10-09 00:00:00','1986-10-09','128292','c5e08266b565befa69c70c8b4bc7d031ff989a57'),(694,'','Antoine Bossman Lui Oduro','M','0',NULL,531,'2013-10-09 00:00:00','2009-10-09','128291','d0e9d7fbbffdfaf79ffa2906052e00874f583fb2'),(695,'','Ofosuhene Sarah Nana Yaa','F','0',NULL,531,'2013-10-09 00:00:00','1983-10-09','81383','d31dc30c8c09449e030e7ce970cf91ab4cf9c18f'),(696,'','Danso Darkwah Nana Kwabena','M','0',NULL,551,'2013-10-09 00:00:00','2011-10-09','101820','6a863d7c921924fa45495f75707e8c0584b96db7'),(697,'','Narh Nii N','M','0',NULL,551,'2013-10-09 00:00:00','1972-10-09','','ae903f0bed49e7506a8a711960bad2227c7e8d0e'),(698,'','Atibila','M','0',NULL,551,'2013-10-09 00:00:00','2006-10-09','59597','356166f1470aa23ec4bf08312cfbae78022a8fa3'),(699,'','Akabuti Evelyn','F','35','1977-11-29',551,'2013-10-09 00:00:00',NULL,'18561','ba926bdadd8b65222daee3e2a7164c8716558b46'),(700,'','Tameklo Patricia','F','0',NULL,551,'2013-10-09 00:00:00','1927-10-09','122853','d6d6b26ee3154d17428cf1d96c88926df11faf3e'),(701,'','Bobah Patrick','M','0',NULL,551,'2013-10-09 00:00:00','1988-10','128295','da7f36d0f31a97d26b46367e75c97fe32b1d434f'),(702,'','Kagbetor Rebecca','F','0',NULL,551,'2013-10-09 00:00:00','1985-10-09','54074','3e6a7b3683534e1efeb44618c92e52def4f8918e'),(703,'','Prince T E Siaw','M','0','2005-07-08',551,'2013-10-09 00:00:00',NULL,'74797','4bd3076e6ced13c4708d87fb0f30062e2df9708a'),(704,'','Bekyieriya Michelle','F','0',NULL,551,'2013-10-09 00:00:00','2009-10-09','121750','12895e9059d5471fc1f385b2dd1422adfbc1736a'),(705,'','Amani Boukhany','M','0',NULL,551,'2013-10-09 00:00:00','2007-10-09','128297','29cbe282b11f3a3fb68f06e7fe3e6c0b2aae0e1a'),(706,'','Okyre Emmanuel Frimpong','M','0',NULL,551,'2013-10-09 00:00:00','1974-10-09','120046','89c5a756d4ce718369854ebc37d5b1882e94db80'),(707,'','Dror Tahar','M','0',NULL,551,'2013-10-09 00:00:00','1975-10-09','128298','736202e930c2c06771a5c2bc095846f03df9d00e'),(708,'','Runi Nii Adu','M','0',NULL,551,'2013-10-09 00:00:00','2005-10-09','128299','d076529da312c18e89a51c7e175cacf54442e2ff'),(709,'','Kirk Mensah Jacqueline','F','0',NULL,551,'2013-10-10 00:00:00','1994-10-10','9301','58c842a84db156c40fd71f7f5dd949aa62ef3be1'),(710,'','Elizabeth Amoako','F','0',NULL,551,'2013-10-10 00:00:00','1948-10-10','80851','620a9ee0fdd276c00de1a5b15cbea836eee40030'),(711,'','Appiah Regina','F','0',NULL,551,'2013-10-10 00:00:00','1971-10-10','19064','2f119c0d4d78bea087a77e5aaee0e00fc526439f'),(712,'','Ji Liang Xiao','M','0',NULL,551,'2013-10-10 00:00:00','1987-10-10','128300','094cf5f5a5fd8b2dd9b85bcc6f09a08b0dc2d0fe'),(713,'','Sarah Nettey','F','0',NULL,551,'2013-10-10 00:00:00','1936-10-10','','cd4d8d4e5d78c96fedffeecfabbc4cea00e36fc7'),(714,'','Ankamah Mary Ekua','F','0','1967-05-01',551,'2013-10-10 00:00:00','','94921','2c648240fb3cc5d6c318babc9e160eda531237af'),(715,'','Joseph Bart Plange','M','0',NULL,551,'2013-10-10 00:00:00','1937-10-10','108811','a138ace5cf074389540f0c70456e78a448b71ead'),(716,'','Holt Sarah','F','0',NULL,551,'2013-10-10 00:00:00','1994-10-10','128302','1188678da19826d806c9f254b48fc815bff5ec4d'),(717,'','Mante Florence','F','0',NULL,551,'2013-10-10 00:00:00','1956-10-10','10582','66885f39f331d64ee5097691dbb36af196574c8b'),(718,'','Kpodo Wisdom','M','0',NULL,551,'2013-10-10 00:00:00','1969-10-10','128285','f44b5fd955923b905c59aef307f627090faafc98'),(719,'','Goli Kodzo John','M','0',NULL,531,'2013-10-10 00:00:00','1963-10-10','122035','2d34edcbfad27918fb988848066f9ff5a5f8cc04'),(720,'','Seisie Isabella','F','0',NULL,531,'2013-10-10 00:00:00','1978-10-10','114024','5d7c47f8b2f5d746e5531e5e84bb38c09c77fe63'),(721,'','Tetteh Naa Dedei','F','0',NULL,531,'2013-10-10 00:00:00','2007-10-10','66966','5f64c9960be7cace65e96e700b76c09c11bc5693'),(722,'','Omar Mbassidje','M','0',NULL,531,'2013-10-10 00:00:00','1969-10-10','123771','a4ad089b81da2d667ebe25a066df5af6a728b32f'),(723,'','Ansong Richard','M','0',NULL,531,'2013-10-10 00:00:00','1981-10-10','','9a978c0eed36a25b336ebc852aab73cab29c9006'),(724,'','Attatsitsey Destiny Selorm','M','0',NULL,531,'2013-10-10 00:00:00','1978-10-10','','bd3f161b8941556fa4fd120bd6fbf45d4b48e232'),(725,'','Asampana Victor','M','0',NULL,531,'2013-10-10 00:00:00','1977-10-10','34697','974a7e87aa50eb477cb100f8e8683a402f31089a'),(726,'','Debrah Patricia','F','0',NULL,531,'2013-10-10 00:00:00','1983-10-10','61859','6acbd3cfd8a11943332d86718bf452a8e8c7a984'),(727,'','Ofori Benjamin','M','0',NULL,531,'2013-10-10 00:00:00','1975-10-10','123769','291cf92bef86eaddda5c69f548bc2ac7cf24ef74'),(728,'','Okutui Ayee Israel','M','0',NULL,531,'2013-10-10 00:00:00','2003-10-10','116630','a3a9d34d3491bf20c6afc7cac3595c8868e8040c'),(729,'','Asante Rebecca','F','0',NULL,531,'2013-10-10 00:00:00','1998-10-10','88258','2eec7308ab991a24b6db5eadda885184b27c1070'),(730,'','Jacobson Sam Calvin','M','0',NULL,531,'2013-10-10 00:00:00','1969-10-10','18097','d72f275ab582d3e780e34be2687ca3be70d4a65f'),(731,'','Owusu Poku Georgiette','F','0',NULL,531,'2013-10-10 00:00:00','1989-10-10','118555','b34812e6f302a48836edffafd9180bcb4e0221e5'),(732,'','Jamilatu Adam Iddrisu','F','0',NULL,531,'2013-10-10 00:00:00','1982-10-10','70807','74e6fc8848b1269228c2281f42b5aa639a77f866'),(733,'','Teye Agatha','F','0',NULL,531,'2013-10-10 00:00:00','1962-10-10','41818','7ee2e7e9b58f39e9f9ea870dfa7877a52081fbe9'),(734,'','Sanni Thomas John','M','0',NULL,531,'2013-10-10 00:00:00','1965-10-10','127941','f04ef3b541eb7dc0fb63de8129b491eecf87e752'),(735,'','Yassir Hussein Abdalla','M','0',NULL,531,'2013-10-10 00:00:00','1960-10-10','60315','207ee1a29973cd8948720415edebaca069646dc7'),(736,'','Mensah David Awuah','M','0',NULL,531,'2013-10-10 00:00:00','1980-10-10','','876cf668fc8bfc97afffdb622f7466d318930db7'),(737,'','Suwuli Matilda','F','0',NULL,531,'2013-10-10 00:00:00','1945-10-10','54104','8fd7173fa5f6874789c4bbf1a7e6835c4255526d'),(738,'','Boah Diana Abena','F','0',NULL,531,'2013-10-10 00:00:00','1983-10-10','123065','7884303239421909ed3677cae299fa51befd67c7'),(739,'','Donkor Nelson A','F','0',NULL,531,'2013-10-10 00:00:00','1981-10-10','98814','f5c73f993317704d975b3a81620d63b50af8cdca'),(740,'','Wonderful Williams','M','0','2010-05-01',531,'2013-10-10 00:00:00',NULL,'128306','7c448bb05376d57a66e05ed013650b4adfb4d7a9'),(741,'','Alemiya Patricia','F','0','1987-08-18',531,'2013-10-10 00:00:00','','117257','3eb00b539f01d66a36688f7e12056ea1f1f6289f'),(742,'','Kwansah Sophia','F','0',NULL,531,'2013-10-10 00:00:00','1956-10-10','128307','00e56eed466e253fcc505d4a13c91f0fadab8332'),(743,'','Anangfio Victoria','F','0',NULL,531,'2013-10-10 00:00:00','1966-10-10','58732','b565dc70a00f94a3ee413e85357bb5d7d254fbb6'),(744,'','Atta Kesson Reginald','M','0',NULL,531,'2013-10-10 00:00:00','1973-10-10','','7d06f5e92cad8852ef0b4251116a85618301bf33'),(745,'','Abdulai Adamu','M','0',NULL,531,'2013-10-10 00:00:00','1976-10-10','','c703f621a316b3acfa75efd0dd7e6faeaa98d353'),(746,'','Abutiate Kelvin Keith','M','0',NULL,531,'2013-10-10 00:00:00','2005-10-10','107409','b6c562160e6f587f56cdda5d8eb45f0b2dbb01f9'),(747,'','Akanlig Pare Rueben','M','0',NULL,531,'2013-10-10 00:00:00','1999-10-10','128304','6d00c6dbe77be21b7b92acd65e54afd33b97403c'),(748,'','Bonsu Eric Kofi','M','0',NULL,531,'2013-10-10 00:00:00','1975-10-10','91040','16ba3d2c85948dc16ca7e4aae6b11527aa841101'),(749,'','Dushie Emmanuel','M','0','1972-09-21',531,'2013-10-10 00:00:00',NULL,'','d08b427e6bcf801ff51c9787b3b4c5dcdf3e26c9'),(750,'','Akuffo Roseline Owusua','F','0',NULL,531,'2013-10-10 00:00:00','1981-10-10','121379','3d2909ea3666633bd54c785903c386cf440389d3'),(751,'','Agyiri Shirley','F','0','1980-09-19',531,'2013-10-10 00:00:00',NULL,'128311','7700375e7eea0ec825b000edbe6b4c9ee5a087f9'),(752,'','Masoperh Kwei Joshua','M','0','2006-08-24',531,'2013-10-10 00:00:00',NULL,'128309','12c25fde63387268102b2868803ce91671910701'),(753,'','Ossei Mensah Joyce','F','0','1962-03-06',531,'2013-10-10 00:00:00',NULL,'39911','c08d661831d2beca6cefe6531f833f60f273c864'),(754,'','Angwubuitoge Awuni','M','0','1959-04-07',531,'2013-10-10 00:00:00',NULL,'128305','4d74d50103f6d06889c1205f17e7b63d50df10ef'),(755,'','Avdhoot Yadav','M','0','1990-04-19',531,'2013-10-10 00:00:00',NULL,'','aca3021b3cd876e4a7a6eba69590fcdf47456e44'),(756,'','Hinneh Ama','F','0','1981-01-01',531,'2013-10-10 00:00:00',NULL,'128317','bc932eb0781816bafc46db38061cba7f59b0c92d'),(757,'','Ewusi Ansah Kwaku','M','0','1962-05-23',531,'2013-10-10 00:00:00',NULL,'118550','cb347726a3829c46979b14684c3534c2069a5ffe'),(758,'','Bolagi Fatima','F','0','1968-03-27',531,'2013-10-10 00:00:00',NULL,'128319','2ee38398aa4fd1b70a1889a411dcd4420e05caea'),(759,'','Mba David Adom','M','0','2011-12-21',531,'2013-10-10 00:00:00',NULL,'122800','ea8bd93e2c50090c4684c657794400fdc18ef996'),(760,'','Samlafo Karlen Selinam','F','0','2010-09-22',531,'2013-10-10 00:00:00',NULL,'107148','f329d47101765544d1b83e82c2f5a03aa2caa5ae'),(761,'','Lencioni Fabrizio','M','0','1962-05-21',531,'2013-10-10 00:00:00',NULL,'128327','b634dcff152bf6e56933973f6f1783c5266762db'),(762,'','Adjei Emmanuella','F','0','1983-08-10',531,'2013-10-10 00:00:00',NULL,'','d11deb36dcc15b647381f8c028b48ac2948b7979'),(763,'','Obour Patience','M','0','1982-10-01',531,'2013-10-10 00:00:00',NULL,'77403','df05245020b55d16c0854ab9e132b6e6a53d3e6b'),(764,'','Lei Ju Fang','F','0',NULL,531,'2013-10-10 00:00:00','1987-10-10','128272','1f627d297f9f9c2e7f0307893ecbf294864a17f7'),(765,'','Nartey Sally','F','0',NULL,531,'2013-10-10 00:00:00','1983-10-10','27051','51877bc542aa0efed3aeda32707b43b7e86bc8b8'),(766,'','Baby Sally Nartey','M','0',NULL,531,'2013-10-10 00:00:00','2013-10-07','27051','1cf718daf45bac810333a6a4949184b2f57c3779'),(767,'','Asante Sandra','M','0',NULL,531,'2013-10-10 00:00:00','1988-10-10','89599','e37fa9ef2a2be0dceabd14c874f4838eddc0ddee'),(768,'','Djiba Mariama','F','0',NULL,531,'2013-10-10 00:00:00','1986-10-10','123076','5ac9a866cb8493191c7f93d008640ccc3240eda6'),(769,'','Akweh Nicholas','M','0','1987-09-23',531,'2013-10-10 00:00:00','','107873','4c6d05fd964d016a927e8fc6b9c334aed84ef48e'),(770,'','Acheampong Esther Achiaa','F','0','1986-11-19',531,'2013-10-10 00:00:00',NULL,'106378','e651ed48ef53bdd9963bc0ef6ab9c613dbcabe6a'),(771,'','Vortia Jaden Fafa','M','0',NULL,531,'2013-10-10 00:00:00','2013-05-10','124105','9331b7c31e0288e383aacd2159962309b7314890'),(772,'','Yinebono Amaleboba','F','0','2007-07-04',531,'2013-10-10 00:00:00',NULL,'128313','1b1dd0022f1dfd4c09c48989211edf7b9a47cf49'),(773,'','Yerbo Amelebola','F','0','2004-10-20',531,'2013-10-10 00:00:00',NULL,'128314','4b1a1888cfc0c758811bb5a400f5033af4027f74'),(774,'','Odoom Emmanuel Owusu Boakye','M','0','1987-04-21',531,'2013-10-10 00:00:00',NULL,'102633','8db0dd48d02a630ded6fe34604559c878115b386'),(775,'','Badza Stephen Wellinton K','M','0','1929-09-15',531,'2013-10-10 00:00:00',NULL,'128326','342afb0f86a2d1ab882285526e9013ff7928bec1'),(776,'','Houtekma Sarh','M','0',NULL,531,'2013-10-10 00:00:00','2008-10-10','','4c85fbdacc7d33929192a606252b848aa59bf354'),(777,'','Botwe Isaac','M','0','1954-10-15',531,'2013-10-10 00:00:00',NULL,'128318','f080d8a5350bcf87fa1c3a2a9d58811d3f9c3a87'),(778,'','Kabore Lucienne','F','0',NULL,531,'2013-10-10 00:00:00','1993-10-10','128322','ae259258beb35242c5ae31bdbb6b7aa8e7a9c55b'),(779,'','Obeng Darko Tabitha','F','0','1987-05-21',531,'2013-10-10 00:00:00',NULL,'128316','bd6953edbeaa2acbbea31d5403d6bbea7ccd4a00'),(780,'','Quarety Andrew Nii Kwartei','M','0','2013-01-09',531,'2013-10-10 00:00:00',NULL,'124486','002815e43111409da1402f56503df599e6508b41'),(781,'','Kumi Bernice','F','0',NULL,531,'2013-10-10 00:00:00','2000-10-10','99791','de9990151f1db663dd5fd502cfb797ff686e70f2'),(782,'','Asaaba Awinnongti Ann','F','0',NULL,531,'2013-10-10 00:00:00','1987-10-10','86231','d4a6281d3822ef6586c5927a1653da587e356e3f'),(783,'','Obimpe Edem Thelma','F','0',NULL,531,'2013-10-10 00:00:00','1982-10-10','71766','874d0bd5c6f109b8d8576e553ab88993c07426f1'),(784,'','Oware Tano Maa Efia Nipaa','F','0','2012-05-11',531,'2013-10-10 00:00:00',NULL,'118937','9e6824266fc70fa2fb4bd5ec1561db9bc91a2fbe'),(785,'','Sagoe Anita','F','0',NULL,531,'2013-10-10 00:00:00','1981-10-10','121316','284729c8234724dbf0d9ecf647bff94d6a6d5942'),(786,'','Abuttate Kelvin K','M','0',NULL,531,'2013-10-10 00:00:00','2005-10-10','107409','57361feb9f059a3669044f0dd1e96fafc779a1fa'),(787,'','Sitsofe K Ahorklo','F','0',NULL,531,'2013-10-10 00:00:00','1974-10-10','106941','f84c83f35d40e05105060233b552b57667522f6a'),(788,'','Govara Dama','M','0','1981-10-08',531,'2013-10-10 00:00:00',NULL,'128394','447960e93f97c393f2b8c3aea2aa54658285f7cb'),(789,'','Awuye Mary Kuorkor','F','0',NULL,531,'2013-10-10 00:00:00','1970-10-10','124480','4ac3fb2b24fc2ac88fe2ca8fe14336f90359d997'),(790,'','Kwame Cyril Wright','M','0',NULL,531,'2013-10-10 00:00:00','1975-10-10','123372','ca2cfe0cbb8f60537a526dc7063767b4f2e876ad'),(791,'','Adjei Akosua Barbara','F','0',NULL,531,'2013-10-10 00:00:00','1979-10-10','86664','465d3e85e41f46d7d9147a9eb8dfea94eded8642'),(792,'','Gunu Sika','F','0',NULL,536,'2013-10-10 00:00:00','1983-10-10','128183','eb9e81d7d9ff07ebcd24e89550745967376a3cf1'),(793,'','Lehunte Robert','M','0',NULL,531,'2013-10-10 00:00:00','1962-10-10','127710','0569b969c9d7e7be725dfe9d411c5571426dcf0c'),(794,'','Baiden Kwaku Pierre','M','0',NULL,531,'2013-10-10 00:00:00','1983-10-10','100971','21cd223e93a36751f0f61708f3df9341703346a1'),(795,'','Akonai Otoo Elijah Yeboah','M','0',NULL,531,'2013-10-10 00:00:00','1984-10-10','87179','9e2d8af85d65b3bf7a3c4f2ba3699a8fc4ddc280'),(796,'','Adamah Patrick','M','0','1948-11-23',531,'2013-10-10 00:00:00',NULL,'23382','7a977628df390c9b7658e4878a474dafda972874'),(797,'','Yindou Seth','M','0',NULL,531,'2013-10-10 00:00:00','1958-10-10','43100','72b4830a2d586bbda2135654d633a7d4e3b9114a'),(798,'','Obeng Amoako Gloria A','F','0',NULL,531,'2013-10-10 00:00:00','1975-10-10','123142','40d36732322569ccf64164c3d61666b7c16a3c31'),(799,'','Bawuah Ruth','F','0',NULL,531,'2013-10-10 00:00:00','1986-10-10','117212','8c904d37020015eab1a53e3b470452c8de35bd75'),(800,'','Carlos Alvarez Moreno','M','0',NULL,531,'2013-10-10 00:00:00','1982-10-10','125526','3a0072a92c36f677593648fa7af5f285dcbe1ece'),(801,'','Obeng Richard','M','0','1976-06-15',531,'2013-10-10 00:00:00',NULL,'128338','58193c99d0b2e7e9abcb39733c40620fb022e0db'),(802,'','Ding Hongye','F','0',NULL,531,'2013-10-10 00:00:00','1986-10-10','121174','daa8c7a6863a17447630a67679c92b26ba7e85dd'),(803,'','Biney Kwansema','F','0',NULL,531,'2013-10-10 00:00:00','2011-10-10','109260','f5ef7cd9e6a4a73919842e9e57ded207c75ce16d'),(804,'','Jens Koepke','M','0','1968-02-23',531,'2013-10-10 00:00:00',NULL,'128339','8d017b6f824b2cc385558ad71f35c0f47f6e0bdd'),(805,'','Dwummah Adu Gloria','F','0',NULL,531,'2013-10-10 00:00:00','1978-10-10','56769','93997095a52f3bfe257827143737735671d45715'),(806,'','Aziamor Matilda','F','0','1961-06-23',531,'2013-10-10 00:00:00',NULL,'28344','8cc7f9a2d63e5b82619cf6dbd8830830662627c8'),(807,'','Osei Konadu Mercy','F','0',NULL,531,'2013-10-10 00:00:00','1958-10-10','109065','c049f82af6057c545866bb7a499e4ab83333df80'),(808,'','Philips Thomas','M','0','1982-01-26',531,'2013-10-10 00:00:00',NULL,'60315','12a721d2f66b5f115fd7b1cea16a9ad157fa6e79'),(809,'','Asamenu Esther','F','0',NULL,531,'2013-10-10 00:00:00','1979-10-10','104370','89dead0895abda0945ae598199d784d3c2e3f629'),(810,'','Mongbo Setcheme','F','0',NULL,531,'2013-10-10 00:00:00','1969-10-10','111722','02993b7ee5170bd859f18c2cbe65c01695980bb8'),(811,'','Agyadu Kwaku Godwin','M','0',NULL,531,'2013-10-10 00:00:00','1980-10-10','122980','4a844234d4cb4e39f9b54670cc1edc58fdc754d2'),(812,'','Dadlani Vashi Leena','F','0',NULL,531,'2013-10-10 00:00:00','1979-10-10','128344','61f512ac0edd40f04a7d2f5cb4f07bf9b77d7f17'),(813,'','Attiogbe Abigail','F','0',NULL,551,'2013-10-10 00:00:00','1978-10-10','64427','51d6ee3eeb4f824fb350ee1e911599653ee38506'),(814,'','Asamoah Kofi','M','0',NULL,551,'2013-10-10 00:00:00','1977-10-10','121305','b25a2084a1844cbcb6584b0bfc5353b83cb52979'),(815,'','Emmanuel Akrong','M','12','2001-09-22',551,'2013-10-10 00:00:00',NULL,'101633','05dc9504143b01186ac50b358208d0a4300db17b'),(816,'','Afflu Lawra','M','37','2976-02-11',551,'2013-10-11 00:00:00',NULL,'','ee6a211b36aa20c287a8b179e17a94597df1f71c'),(817,'','Antwi Adjei Emmanuel','M','0',NULL,530,'2013-10-11 00:00:00','1932-10-11','125262','b330b164f7620dc9ef4576ad6cd22d73699140a5'),(818,'','Adobea Theodora','M','0',NULL,530,'2013-10-11 00:00:00','1975-10-11','118787','272591d17e8de8df9a9e542e21a5487bf4ace5cb'),(819,'','Antwi Adjei Emmanuel','M','0',NULL,530,'2013-10-11 00:00:00','1985-10-11','125262','2b6ad8d5f736f3cb04f69ebb290b9dc87e1b4690'),(820,'','Milah Nolan Josiah K','M','0',NULL,530,'2013-10-11 00:00:00','2012-10-11','','d642bde80fe7d18e6175ba1f5f39bb25c9d2821b'),(821,'','Uzera Ilham Katari','M','0',NULL,530,'2013-10-11 00:00:00','2012-10-11','128252','bb214aba3e57f71f17be96e201eeb094a6933802'),(822,'','Hachowa Gifty','M','0',NULL,530,'2013-10-11 00:00:00','1990-10-11','128348','09664f5a666c70138bb8b5ce8b90413bea4ad1e3'),(823,'','Adu Mildred Adubea','M','0',NULL,530,'2013-10-11 00:00:00','2012-05-11','118573','15a7db790c268c61fd96d4f05f7953cd1269cc97'),(824,'','Anim Dankwa Esther','M','0',NULL,530,'2013-10-11 00:00:00','1991-10-11','118612','d28f3b695128440d872eb3024560d37d88407d1b'),(825,'','Bema Sylvia Afriyie','M','0',NULL,530,'2013-10-11 00:00:00','1979-10-11','','e3d81b7d89ca9b81e5c953f322fe8a7bdec6e16a'),(826,'','Tettey Mabel','M','0',NULL,530,'2013-10-11 00:00:00','1987-10-11','128349','d3e531b570d45a942fd45326f00efe8c33feb61d'),(827,'','Ashong Sarah Kai','M','0',NULL,530,'2013-10-11 00:00:00','1979-10-11','','9a688cc0d5e88f075785f585a3b3bbca191dad45'),(828,'','Avudvivi Rose','M','0',NULL,530,'2013-10-11 00:00:00','1942-10-11','18652','bc6797a98f4b8a81a779bc61b6790452187a2114'),(829,'','Osei Mensah Angella','M','0',NULL,530,'2013-10-11 00:00:00','1983-10-11','','30351f43dfd2c6703e4e8e65f6f4fffcd3961678'),(830,'','Nkrumah Desire','M','0',NULL,530,'2013-10-11 00:00:00','1989-10-11','','e3c5a9fe34ac44467104ff25e250e427a2e4ff95'),(831,'','Sepenoo Godwill Swanzy','M','0',NULL,530,'2013-10-11 00:00:00','1969-10-11','123260','7fd5a3f04792bdbc0d3cf912f56a2922f070ad22'),(832,'','Brown Ato','M','0',NULL,530,'2013-10-11 00:00:00','1996-10-11','151704','aac779bde7c526468552491f7d2938c57f9c100c'),(833,'','Gaba Stela Akpone','M','0','1985-12-30',530,'2013-10-11 00:00:00',NULL,'','2dff574b7bdd0bf7bdbbda69e02a19f6006a23ce'),(834,'','Dawson Suzzanne','M','0',NULL,530,'2013-10-11 00:00:00','1952-10-11','128353','61045620e0db68bd67c6744f60fd5ffc10bf6f47'),(835,'','Bonny Emelia','M','0',NULL,530,'2013-10-11 00:00:00','1975-10-11','121655','e826bc6f67a6c0ee638107293ca64f9a9353317f'),(836,'','Beckley Centeria','M','0',NULL,530,'2013-10-11 00:00:00','1983-10-11','','9f485472d9359b4b5666cf62404832b27df4fae0'),(837,'','Issac Philips','M','0',NULL,530,'2013-10-11 00:00:00','1982-10-11','89941','e761589946cc995bb73b4804b40fb173fa7bd397'),(838,'','Afidemeyo Sandra','M','0',NULL,530,'2013-10-11 00:00:00','1985-10-11','123556','d5c688832375d9a662d6d5ce1d9336a491e71ca4'),(839,'','Adu Evans Adjei','M','0','1979-06-16',530,'2013-10-11 00:00:00',NULL,'126207','525bcb400bd0815c86e7d3009d9c8c3e76d57cfd'),(840,'','Faakang Dominic','M','0',NULL,530,'2013-10-11 00:00:00','1988-10-11','118426','bf57e4c0c0a08343e079709ec584f52251f56ca3'),(841,'','Quayson Brada','M','0',NULL,530,'2013-10-11 00:00:00','1987-10-11','122921','ca3e0718edc9fbed53ea5947e0555ed0c63e5f15'),(842,'','Hukportie Felicia','M','0',NULL,530,'2013-10-11 00:00:00','1967-10-11','118830','71e1c0a97847e944c9b52df45cfe3943cc6c7846'),(843,'','Dzobrenuku Serwaa Atiase','M','0',NULL,530,'2013-10-11 00:00:00','1968-10-11','','8be9f3370800b5e79ad8cfcde0fb70cd5c5c5302'),(844,'','Awiah Mark','M','0',NULL,530,'2013-10-11 00:00:00','1971-10-11','52674','7bccbe0fb76857309d9ce7e9166d927fdb41b97c'),(845,'','Adusie Yaw Seheneba','M','0',NULL,530,'2013-10-11 00:00:00','2000-10-11','105072','3e8517c2e8840905ddb3e26c047d519e1d049479'),(846,'','Afolabi Bilikis','M','0',NULL,530,'2013-10-11 00:00:00','1974-10-11','128355','2f0a29011ac4540b843d3919ffaf5159c9622e6f'),(847,'','Afolabi Felicia A','M','0',NULL,530,'2013-10-11 00:00:00','2009-10-11','118936','5b37677fcac57830dd9544ba1bca939d9992a419'),(848,'','Mensah Kate','M','0',NULL,530,'2013-10-11 00:00:00','1985-10-11','104222','6338ef85e28e0ae68058b8565f457cf3c55b034e'),(849,'','Adu Poku Shirley','M','0',NULL,530,'2013-10-11 00:00:00','1983-10-11','128256','69f575215c648837d32ed5e6d93d13caef7ef331'),(850,'','Aikens Elsie','M','0',NULL,530,'2013-10-11 00:00:00','1971-10-11','','e375abac62b61d2b52b9b7f69f0cc609bfd6e290'),(851,'','Nelson Abiana','M','0',NULL,530,'2013-10-11 00:00:00','1971-10-11','','e08a2629779284ed591c817b51d1bcf1faebbca3'),(852,'','Aboagye Mariam','M','0','1964-06-29',530,'2013-10-11 00:00:00',NULL,'','1601c273bb852115c99c5217999e3a0e93b9adca'),(853,'','Coleman Barbara','M','0',NULL,530,'2013-10-11 00:00:00','1957-10-11','','fa8e9ea3af4f430dfdc983f80286f77b63ebbb6f'),(854,'','Coleman Baebara','M','0',NULL,530,'2013-10-11 00:00:00','1957-10-11','','db215df4bbedc21311d5eca77366fe532a862627'),(855,'','Offie Majorie Tamaa','M','0','2004-02-06',530,'2013-10-11 00:00:00',NULL,'45705','6a558fd94ae67ccf6a6080d5541e084137e2aa21'),(856,'','Nelson Cofie Eunice','M','0',NULL,530,'2013-10-11 00:00:00','1971-10-11','30688','ad7372fa70dec92183ef4c9f33fade52b6bdf1e3'),(857,'','Nyale Selorm Solomon','M','0',NULL,530,'2013-10-11 00:00:00','1986-10-11','106042','5bf19709343586ecdd903609ad3f203180cc79d8'),(858,'','Sanusi Ruka','F','43','1970-10-11',556,'2013-10-11 00:00:00',NULL,'MEDICAL EXAMS','21e1b236f67765014b7a5f07947797972b3764a9'),(859,'','Ardayfio Samuel','M','0','1968-05-31',530,'2013-10-11 00:00:00',NULL,'94854','7ce8e607b3aaaf813d4b1aa7a7803cb693adae56'),(860,'','Nelson Naa Norkor','F','0',NULL,530,'2013-10-11 00:00:00','1973-10-11','MEDICAL EXAMS','30b0685758c8d1bb4b1b559c6d5d5b8d71f574df'),(861,'','Amonoo Maame Twumwaa','F','0','1983-04-24',530,'2013-10-11 00:00:00',NULL,'SELF REQUEST','866292321c3ed6d2280ab2cd457164bc615d7ae3'),(862,'','Tony Shirley Modester Efua','F','0',NULL,530,'2013-10-11 00:00:00','1983-10-11','69501','da0833223eb718621ed333ee71d399d0e5f64dc3'),(863,'','Dweben Christiana','F','0','1976-12-15',530,'2013-10-11 00:00:00',NULL,'92760','0c286c4a2ae3677ae4ed945694a0011091f33c68'),(864,'','Konama Precious','F','0',NULL,530,'2013-10-11 00:00:00','1970-10-11','105794','198a7caf80c943e2655e14598c1deaef795c19ac'),(865,'','Amoyaw Nenek','M','0',NULL,530,'2013-10-11 00:00:00','2013-03-11','124722','17fcecda82aa97d0c28141207104b2cec11bb5f3'),(866,'','Grillo Fernando','M','0','1964-10-22',530,'2013-10-11 00:00:00',NULL,'','876fe159d3cf2906987d278df7ecf3a378b41348'),(867,'','Grillo Felipe','M','0','1995-10-10',530,'2013-10-11 00:00:00',NULL,'','39ea86f0aa06aa9b1597140f8a2cf71e78e07012'),(868,'','Murillo Jacquelin','M','0','1964-08-13',530,'2013-10-11 00:00:00',NULL,'','1cfaef867cc258c4ded2b0bb84ff464f82c13c50'),(869,'','Botwe Samuel','M','0','1985-08-28',530,'2013-10-11 00:00:00',NULL,'128293','f56f3f8b72540fa02e42edb819aad99f887f040a'),(870,'','Tachie Margaret','F','0','1953-03-26',530,'2013-10-11 00:00:00',NULL,'69584','dc54978ec2ba91faaba8f1e02d2bc3d5df66a723'),(871,'','Oussali Apora Miriam','F','0','1983-08-21',530,'2013-10-11 00:00:00',NULL,'128359','3c6c98a14027b4531de42da8c3a739f62c7ecca2'),(872,'','Annan Bentum George','M','0',NULL,530,'2013-10-11 00:00:00','1987-10-11','128357','dc0be63468e9e59b687e0173cab492d555ac78d9'),(873,'','Katasu Abednego Diguemta','M','0',NULL,530,'2013-10-11 00:00:00','2012-10-11','121433','08e5b553f506be59c4ba4f5d4d3f60cf47100149'),(874,'','Amoah Larbi Eugenia','F','0','2009-04-28',530,'2013-10-11 00:00:00',NULL,'OUTSIDE','fc7cba9ddcba56cdd4e55cd98a19badad988a963'),(875,'','Osei Mensah Angelina','M','0',NULL,530,'2013-10-11 00:00:00','1983-10-11','128350','5de4f1edf7a7ab8dcbc3e2d4143bc47083b80549'),(876,'','Owusu Ansah Sarah','M','0',NULL,530,'2013-10-11 00:00:00','1986-10-11','122865','ccac103359340f15bde362159592ed1876234a34'),(877,'','Eshun Joycelyn','M','0',NULL,530,'2013-10-11 00:00:00','2000-10-11','80742','c3a5af81da701a9814bab47209493b86dc588d22'),(878,'','Dom Samiel Beattie','M','0','1982-05-07',530,'2013-10-11 00:00:00',NULL,'111523','848fcd1d03eb08becb38e86474fee909dd79d8b0'),(879,'','Oppong Patrick','M','0',NULL,530,'2013-10-11 00:00:00','1975-10-11','128368','5f6e15238bfc1b565a667c297c860f138440d5af'),(880,'','Anderson Matthew','M','0',NULL,530,'2013-10-11 00:00:00','2013-02-11','123000','5cdf636f187ee9588cb5040c7f526a12a264506b'),(881,'','Mireku Loreen A','M','0',NULL,530,'2013-10-11 00:00:00','2004-10-11','93638','b6aca091ab61054db1e5a6f7ca715388a84e4397'),(882,'','Odamtten Micheal','M','0',NULL,530,'2013-10-11 00:00:00','2012-11-11','123216','3c9435983ca945f168fa5e8fe2aca34adb2c5e39'),(883,'','Boateng Isaac Osei','M','0',NULL,530,'2013-10-11 00:00:00','1961-10-11','51611','f154ca0f31f6fd7faeaa46a149f34257995ca9f7'),(884,'','Dzamasi Truimph D K','M','0',NULL,530,'2013-10-11 00:00:00','2012-10-11','128365','f5ccd1da190dc55013f33eb4b1e9f0223b170871'),(885,'','Dzamasi Edith Eyiram','M','0',NULL,530,'2013-10-11 00:00:00','2010-10-11','76052','f78d82ec3f0967ce659bd55fa0ee7abb7fdd63be'),(886,'','Aflu Laura','M','0',NULL,530,'2013-10-11 00:00:00','1976-10-11','','a3c84cdbe07434f145079e8e058d019d568b43a2'),(887,'','Allem Dorithy A','M','0',NULL,530,'2013-10-11 00:00:00','1986-10-11','127838','0cf0263e6aff4a17431f7ea8e78a9868e12e565d'),(888,'','Enim Nyarko Victoria','M','0',NULL,530,'2013-10-11 00:00:00','1976-10-11','','ed6a0a1be73edb1b532609686fa3083c73c5422d'),(889,'','Kelly Pearl','M','0',NULL,530,'2013-10-11 00:00:00','1978-10-11','38758','6074c6952473d0b7391c7922ac1009bd3bdb3330'),(890,'','Ekallam Amuriat Stella','F','0',NULL,530,'2013-10-11 00:00:00','1974-10-11','126355','8c1593a9e800508d8b9d90724cd10832539524e0'),(891,'','Lundt Beatrice','M','0',NULL,530,'2013-10-11 00:00:00','1947-10-11','128368','9fd1e6e1805fd844e84fbf0269c4060a8d16f40b'),(892,'','Dzogbenuku Serwa','F','0','1968-04-08',530,'2013-10-11 00:00:00',NULL,'81326','62606595c9e4e1bd471b3b5807b9bf2345a397bc'),(893,'','Osei Ruth','F','0',NULL,530,'2013-10-11 00:00:00','1985-10-11','110334','a5cf8df332896d9504fbd43117a5c0e28749e6c8'),(894,'','Owusu Kwarteng Sussana','F','0',NULL,530,'2013-10-11 00:00:00','1985-10-11','96019','844e2aa64e157e65ea6c237c152164b2c0e9a7ba'),(895,'','Adade Jonathan Jao','M','0',NULL,530,'2013-10-11 00:00:00','1945-10-11','82697','8eb91ad6d7bac746cd35080c695a25721ceb45b9'),(896,'','Akrobotu Vincent Sefenu','M','0','1986-10-31',530,'2013-10-11 00:00:00',NULL,'126993','887ada7773d383555c6da0805475ac594f280bd3'),(897,'','Lamptey Wilhemena O','M','0',NULL,530,'2013-10-11 00:00:00','1996-10-11','','339141e05342ee85ef1ae297c8c8b7adb9625b73'),(898,'','JANAR JAN BEL WAL','M','0',NULL,530,'2013-10-11 00:00:00','1973-10','128376','ee7be03e10be1e66c752724ea42028a2c9c468a8'),(899,'','Asamoah Petra','M','0',NULL,530,'2013-10-11 00:00:00','1983-10-11','','0cc79dbb79920095d1443d4a6f08800dad584cc1'),(900,'','Okantey Stephenie N O','M','0',NULL,530,'2013-10-11 00:00:00','1981-10-11','','8b5b1095cc5a6f4756930ccb55db1799f78e3df7'),(901,'','Ohene Bediako Paul','M','0',NULL,530,'2013-10-11 00:00:00','1975-10-11','46773','3f7b9618d52f955058edb9ae8808a59cff3fc582'),(902,'','Sosu Peter Mawutor','M','0',NULL,530,'2013-10-11 00:00:00','2007-10-11','','82a825b6f445d764c2a89b8f717d7cd45aa8f2d8'),(903,'','Kantchie Marcel Thibaut','M','0',NULL,530,'2013-10-11 00:00:00','2011-10-11','128124','4df44333299078012b33f97cebf644d84c659ddf'),(904,'','Sosu Christiana K','M','0',NULL,530,'2013-10-11 00:00:00','1980-10-11','','dca46e572e6b2ee397721354a575709c315b5ac8'),(905,'','Sowah Benedicta Godwin','M','0',NULL,530,'2013-10-11 00:00:00','1982-10-11','110334','6e0c6b1eff7a19851727102e5674fad3b0907ad4'),(906,'','Godigbe Jackline','M','0',NULL,530,'2013-10-11 00:00:00','2013-10-06','120328','310834f1a9981a4de6e3636ff57e290664e5de69'),(907,'','Owusu Bempah Bright','M','0',NULL,530,'2013-10-11 00:00:00','1981-10-11','83037','cdaa5454f78141ecd490cdb89e2e06e284d59bdb'),(908,'','Karbo Alberta','M','0',NULL,530,'2013-10-11 00:00:00','1988-10-11','','9dd80d4e3d5aa83f324bc589e1e4564cdee4b4a5'),(909,'','Nlewedim Helen Omorwa','M','0',NULL,530,'2013-10-11 00:00:00','1967-10-11','','9b76d4944a4d8ff46255ae15b6bd88b1a8bc921e'),(910,'','Nlewedim Chioma Precious','M','0',NULL,530,'2013-10-11 00:00:00','2001-10-11','115088','a9fd9e8b0d601515070d662e6953be2a5d473bca'),(911,'','Sarah A Nettey','F','0',NULL,551,'2013-10-11 00:00:00','1936-10-11','128156','4afb3e5cdd47d3d7ac98e6036cee9dc5510787f3'),(912,'','Ivan Yaw Cosmos','M','0',NULL,551,'2013-10-11 00:00:00','2008-10-11','89819','686717212b95830042fe97b20cae767f72883572'),(913,'','Manuel Nii Adjei Mohenu','M','0',NULL,551,'2013-10-11 00:00:00','1970-01-01','126411','35c305c917364bf7a70bbb4153ce2a6e2d55475b'),(914,'','Emmanuel Adjrlolo','M','0','1955-07-15',551,'2013-10-11 00:00:00',NULL,'125605','9defa36fd87922c17732326e7faaac3caec66a65'),(915,'','Ayirebi Acquah N A Sakyiwah','F','0',NULL,551,'2013-10-11 00:00:00','1987-10-11','128384','d3123a642480f192ddd1f396a95c6a2b7bde630d'),(916,'','David Shao','M','0',NULL,551,'2013-10-11 00:00:00','1984-10-11','60315','9ec1ba7034bccf63c930114dfcf5d6aa345e1a49'),(917,'','Danso Appiah Emmanuel','M','0','1977-10-27',551,'2013-10-11 00:00:00',NULL,'80322','239166b5b180b93fc607202a3b2e30da5a7b988c'),(918,'','Savio Magalhaes Simoes','M','0',NULL,551,'2013-10-11 00:00:00','1976-10-11','106554','3dc796b352d0c2b72c26e1493d7b2d7afec203d8'),(919,'','Aimal Adama Abdul Kadir','F','0','2012-06-13',551,'2013-10-11 00:00:00',NULL,'117462','08efc642c752257c2df5a6f9407a75ae65d7ae02'),(920,'','Insaan Osumanu Tankari','F','0','2009-12-09',551,'2013-10-11 00:00:00',NULL,'','430fddc908e790c59d20d356223c70ed873914a0'),(921,'','Asante Sandra','F','0','1982-10-14',551,'2013-10-12 00:00:00',NULL,'89599','02aea35b35569a7fad1432adbd554ce3440e5f52'),(922,'','Cobbinah George Kwesi','M','0','2013-03-14',551,'2013-10-12 00:00:00',NULL,'128385','ef1df60ff53cb96b5c44b11ce4b99a77cb4ea4fd'),(923,'','Boateng Mikayla Boahemaa Codjoe','F','0','2012-08-04',551,'2013-10-12 00:00:00',NULL,'119285','b6e5a83079bb054b1945cbbc4be9f577827bcf5a'),(924,'','Ismaila Alimatu','F','0','1957-07-11',551,'2013-10-12 00:00:00',NULL,'13458','bac952ebe647865b84d240601eb6abe175a6ea17'),(925,'','Amoako Elnathan K','M','0','2012-11-18',551,'2013-10-12 00:00:00',NULL,'124944','941644bcfba7e4a050a455978f12451715ef8008'),(926,'','Abba Bernice','M','0',NULL,551,'2013-10-12 00:00:00','1948-10-12','119982','5a5055cedd9eaf9bb3591063ee17673d8c02adeb'),(927,'','Biney Ewusie Ato','M','0','1997-05-03',551,'2013-10-12 00:00:00',NULL,'55068','0afe930095505d4020ff298f8f840cf444dc76db'),(928,'','Turkson Abena Mavis','F','0','2013-01-29',551,'2013-10-12 00:00:00',NULL,'124977','8a81802c1080a654a37f17a7ddba179755c2f05d'),(929,'','Koulibaly Adama','M','0','1975-03-23',530,'2013-10-12 00:00:00',NULL,'82118','69ac5c2892680b9427bfacd446ace4df3a1c3e64'),(930,'','Ahortor Godsway','M','0',NULL,530,'2013-10-12 00:00:00','2005-10-12','96107','c6c0287642df2d89723d4d0b2508777f39de563c'),(931,'','Donkor Afia Konadu','F','0',NULL,530,'2013-10-12 00:00:00','1968-10-12','2221','e423a9f945016849ff88a87cf1dc1991f370775e'),(932,'','Ampiah Augustine','M','0',NULL,530,'2013-10-12 00:00:00','1974-10-12','','a1edf2ae5d1a962e4bcf3e43b1e1c76cfca004d7'),(933,'','Sefah Ernestina','F','0',NULL,530,'2013-10-12 00:00:00','1956-10-12','127756','3fce13c0b415b9d99cf2dfc760a9e97621630a31'),(934,'','Amponsah Owusu Mary','F','0',NULL,530,'2013-10-12 00:00:00','1939-10-12','','f871ef0d895d275c082773f32f43cefbef962a0a'),(935,'','Muktar Zamatu','F','0',NULL,530,'2013-10-12 00:00:00','1947-10-12','117720','ce21ceacc5353db0e6bd1006a4d37dd64e78c8c1'),(936,'','Offei Bernice','F','0','1963-02-25',530,'2013-10-12 00:00:00','','39159','ef739389b5bc6283e4ea09f5c9794df683230c68'),(937,'','Forson Nicholas Andy','M','0','2007-02-26',530,'2013-10-12 00:00:00',NULL,'128387','0e4b75963d966991bcea4524382458004ef2f077'),(938,'','Adu Linda Folikuma','F','0',NULL,530,'2013-10-12 00:00:00','1959-10-12','92879','8f50bd76010e0ff3f3d992a5d0d94a311394e1d7'),(939,'','Baiden Sarah','F','0','1937-11-17',530,'2013-10-12 00:00:00',NULL,'128144','121c937c8af120ec2eee091efc16bbe6f1ece4b3'),(940,'','Amoah Gladys','F','0',NULL,530,'2013-10-12 00:00:00','1981-10-12','124908','944c9b2e1ea80109d378dfe438bf2249cabc61d6'),(941,'','Nyinaku Yaw','M','0',NULL,530,'2013-10-12 00:00:00','1996-10-12','','b5801d539913cd96e9a6b866a8e06daba060f44e'),(942,'','Ameteku Daniel','M','0',NULL,530,'2013-10-12 00:00:00','1975-10-12','59676','6a26a96c88594ff232e7f88f4d24a66d8a6d3cdb'),(943,'','Gbadago Comfort','F','0',NULL,530,'2013-10-12 00:00:00','1968-10-12','13449','31ebd54dc5fc4a1a527bc5c6e9096cfda8b6ce9a'),(944,'','Brantuo Christopher','M','0',NULL,530,'2013-10-12 00:00:00','1984-10-12','58564','2d60eb9b608a90539dd90e61de8a0054023f9033'),(945,'','Asante Jean Maame Adobea','F','0',NULL,530,'2013-10-12 00:00:00','2010-10-12','','60bd0f93c78c64c3e98e302d351d37d99e16e776'),(946,'','Asah Addo Frances Victoria','F','0',NULL,530,'2013-10-12 00:00:00','1965-10-12','103049','7c69a96b147901be6ead8ada010abd6aaf7aeba0'),(947,'','Raphiel Agnes','F','0',NULL,530,'2013-10-12 00:00:00','1975-10-12','125542','071478e1048e526782b36d625b8eeb0d04e72a1a'),(948,'','Commy Victoria','F','0',NULL,530,'2013-10-12 00:00:00','1945-10-12','','af4c1a0e13f3d6ee901a16e56aa77d4858e8764e'),(949,'','Kodie Regina','F','0',NULL,530,'2013-10-12 00:00:00','1993-10-12','128246','51bf5394e78f0f1d666bf65e7410588a98ee5d20'),(950,'','Yeboah Rosemond Appau','M','0',NULL,530,'2013-10-12 00:00:00','1974-10-12','','bd7ba4201bbec3aeab295ea20686311c2be2bb60'),(951,'','Essel Taylor Philomina','F','0',NULL,530,'2013-10-12 00:00:00','1977-10-12','97827','82f24b58901d61df0a06ec4153a6bbfe08b05210'),(952,'','Awinzelgo Hanson','M','0',NULL,530,'2013-10-12 00:00:00','2007-10-12','77761','78b624dd4a28e3b046af959e70ef7f03818bb579'),(953,'','Adu Anthony Kwabena S','M','0',NULL,530,'2013-10-12 00:00:00','1981-10-12','91847','5306964cf9b011903d41f2807fe5c708baa85314'),(954,'','Sai Vincebtia Oboshhie','F','0',NULL,530,'2013-10-12 00:00:00','1986-10-12','106804','72e96200dd6dcdd39edc78936512dd92952456b5'),(955,'','Kone Hounsuo Blanche','F','0',NULL,530,'2013-10-12 00:00:00','1983-10-12','74257','680233d2b7dc246c18dff9f7951fd949f1a2e5c0'),(956,'','Nyammasem Sarah','F','0','1978-05-23',530,'2013-10-12 00:00:00',NULL,'128392','127e27777fcb2801f9e4ba1d129adbb6eccbd829'),(957,'','Eshun Paul K','M','0',NULL,530,'2013-10-12 00:00:00','1966-10-12','121954','a42485e7670a257e73d291677d918353fb00aa9a'),(958,'','Sam Brew Nana','M','0',NULL,530,'2013-10-12 00:00:00','1969-10-12','76944','a6af556cc7592025e2a8e15f792faa66b1065e16'),(959,'','Boadu Evelyn','F','0',NULL,530,'2013-10-12 00:00:00','1936-10-12','46603','f9bb62d08eb9f8654da6b7f10356157bc38adf15'),(960,'','Appiah Benediicta Naana','F','0',NULL,530,'2013-10-12 00:00:00','1980-10-12','97360','ccd34363f38ce333ccb58965e705296b623b6388'),(961,'','Kwakye James','M','0',NULL,530,'2013-10-12 00:00:00','2010-10-12','128090','9e38edf85bc69a03fe0fdfa37b2fa5b494f31291'),(962,'','Hendrickson Kareen Andrea','M','0',NULL,530,'2013-10-12 00:00:00','1960-10-12','','ee1b6fab0d08eb997f87cd8e0c3918ecb0d75df7'),(963,'','Owusu Asante Maame A K','M','0',NULL,530,'2013-10-12 00:00:00','2007-10-12','','772074403cf925e7cf610f86874576cf6b5f2a08'),(964,'','Kadalem Amer','M','0',NULL,530,'2013-10-12 00:00:00','1977-10-12','','5e2a0cab809367f8ff52c3c8de799f7cb90f6ded'),(965,'','Ampratwun David','M','0',NULL,530,'2013-10-12 00:00:00','1936-10-12','102659','25af5c35d9d6ac2114c1bdad11e888385c2bb0ea'),(966,'','Yakubu Mariatu','M','0',NULL,530,'2013-10-12 00:00:00','1984-10-12','128396','74ce09b4ed82b3c1dbcd8881a20cbe59d28f1aca'),(967,'','Yeboah Affum Caroline','F','0',NULL,530,'2013-10-12 00:00:00','1985-10-12','73303','cc2e406c990d9b34b9dae7fc57c1a15bed3d8bc6'),(968,'','Koumodui Luna Sophia','M','0',NULL,530,'2013-10-12 00:00:00','2003-10-12','80397','e674534b77148640b7c6bd6fb86c8b522719a486'),(969,'','Yeboako Louisa','M','0',NULL,530,'2013-10-12 00:00:00','1985-10-12','120368','332dcfd78df5102e9ad63f2e60ccf1c2e3495e7a'),(970,'','Gockah Augustina','M','0',NULL,530,'2013-10-12 00:00:00','1936-10-12','126272','f3009d4761ac764b299a14adfb2f5c5e609dbf60'),(971,'','Kwasi Mercy','M','0',NULL,530,'2013-10-12 00:00:00','1981-10-12','128357','1b0f04f52406bf376f91e57724aa20179c9c86f7'),(972,'','Lartey Lawrencia','M','0',NULL,530,'2013-10-12 00:00:00','1979-10-12','944589','b8125ed018a14c35a1b05ba57dada75371398632'),(973,'','Fackong Dominic','M','0',NULL,530,'2013-10-12 00:00:00','1988-10-12','118426','5ddea78fb0cd8d6b1c14db4b9877eaff066db3c0'),(974,'','Boamah Xornam','M','0',NULL,530,'2013-10-12 00:00:00','1986-10-12','128398','311b4c82ace863e5e6eca1dc478a1a478e2c3941'),(975,'','Agyin Fosu Morgan','M','0','2011-04-12',530,'2013-10-12 00:00:00',NULL,'127430','1062a5cdfce682ede2596ea2ff5f6a6aa3880033'),(976,'','Boampong Danso Frank','M','0',NULL,530,'2013-10-12 00:00:00','1984-10-12','84432','b88833ad720fbdf1689cf2ddfa92ad608e300c26'),(977,'','Afriyie Diana Owusuaa','F','0','1993-08-10',530,'2013-10-12 00:00:00','1993','128021','914004bab26f35c241a09838163098654351c824'),(978,'','Saad Kotb','M','0',NULL,530,'2013-10-12 00:00:00','1958-10-12','128407','d2ece426db206f10af7618feb8e1633812907985'),(979,'','Boateng Kwaku','M','0',NULL,530,'2013-10-12 00:00:00','1985-10-12','128399','d04ae59d615a56e0d767c93dfa1a99a6cf0246cf'),(980,'','Dawuda Ayisha','M','0',NULL,530,'2013-10-12 00:00:00','1986-10-12','128400','2a467d23d88238ad8b246aa236886efd7531904a'),(981,'','Ajubele Elizabeth','M','0',NULL,530,'2013-10-12 00:00:00','1991-10-12','','f14a403e7f751c58978fb73aafad54ce2766303a'),(982,'','Diallo Mariama Baby','M','0',NULL,530,'2013-10-12 00:00:00','2013-10-08','12576','526ac3f203f5b5275068b76930c8d2d42023eb27'),(983,'','Agyeman Duah Josephine','M','0',NULL,530,'2013-10-12 00:00:00','1985-10-12','112090','e7cf0e1cf6b587263ce576fb1323fdcda9d9fb16'),(984,'','Mensah Karen Katumi','M','0',NULL,530,'2013-10-12 00:00:00','1976-10-12','','8e9b467559c30b9d9515b4a070cbdec9df27e27c'),(985,'','Asare Cludia Pearl','F','0','2003-01-24',530,'2013-10-12 00:00:00',NULL,'121725','7d3c8d375a25f2b27f356355bd3bb2dc18b84362'),(986,'','Harrison Isaiah','M','0','1984-12-25',530,'2013-10-12 00:00:00',NULL,'128404','058942710f7d3da583e5a8988ac3d17b9c42dadf'),(987,'','Sarpong Eunice A A','M','0',NULL,530,'2013-10-12 00:00:00','1977-10-12','128393','1cb2282a9aa3765a7d84379c2413d537f1ccdf9a'),(988,'','Camara Mamadu S','M','0',NULL,530,'2013-10-12 00:00:00','1972-10-12','97194','ea3162498d655e59b6a1a23b89eeca7a924d7c77'),(989,'','Macbruce Alice','M','0',NULL,530,'2013-10-12 00:00:00','1960-10-12','','f866e6a8b1151ef50e0ddbdff3e62170ead5319d'),(990,'','Boapong Asare Ethan','M','0',NULL,530,'2013-10-12 00:00:00','2008-11-12','121535','c09df89663ae0b4b8b6bea0dbd1878c201505b4f'),(991,'','Boampong Asare Evan','M','0',NULL,530,'2013-10-12 00:00:00','2008-11-12','118116','d6c79a961b5d9aa796ca950480cfacd31d922f5a'),(992,'','Henz Habada Nessie','M','0',NULL,530,'2013-10-12 00:00:00','2003-10-12','75009','eb067c07a422469049ac4ebe46685b31a80f7a51'),(993,'','Odorkor Ivy Alima','M','0',NULL,530,'2013-10-12 00:00:00','1978-10-12','120967','cf84a1561f09892890e706a1fc6e1d2a6ff03893'),(994,'','Tandor Cynthia O','M','0',NULL,530,'2013-10-12 00:00:00','1977-10-12','128408','bd73329730200a58e7df1480076f397037779541'),(995,'','Agbobli Lovelace','M','0',NULL,530,'2013-10-12 00:00:00','1998-10-12','75570','9bd70a77e673942b40876999a09fb4bfaa9b7498'),(996,'','Okae Jennifer Asantewaa','M','0',NULL,530,'2013-10-12 00:00:00','1986-10-12','109334','8571d4c33f1eed93b7100164ea7fdcd3934918a8'),(997,'','Offei Patience Ashami','F','0',NULL,530,'2013-10-12 00:00:00','1987-10-12','128402','b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3'),(998,'','Williams Gertrude','M','0','2008-02-02',530,'2013-10-12 00:00:00',NULL,'85520','dcdb1c51e0fbaad16767a8c12c13e8361f47d0c3'),(999,'','Deynu Wonder Kwasi','M','0','1962-02-04',531,'2013-10-12 00:00:00',NULL,'16832','8d446ab9ecf051b6081e862800816aa50fd8a53a'),(1000,'','Kpogo Sedem Ziv','M','0',NULL,531,'2013-10-12 00:00:00','2010-10-12','116731','12334723f528aabfe8c8303a6d1cee2dcfd90b9c'),(1001,'','Andoh Ephraim Peter','M','0',NULL,531,'2013-10-12 00:00:00','1981-10-12','90353','dcda6192f00db25c4a5284436a8b90eadf755110'),(1002,'','Brian Siaw','M','0',NULL,531,'2013-10-12 00:00:00','1998-10-12','119764','13ff4a3b810d0ea7dd3ac1f91065b302845c9169'),(1003,'','Jackson Anthony','M','0',NULL,531,'2013-10-12 00:00:00','1991-10-12','S/R','69f1dcf6786d4070b9d8c6098d895dee1e5adc4c'),(1004,'','Erikat Linda Aied','F','0',NULL,531,'2013-10-12 00:00:00','1990-10-12','S/R','4f78143d68e4ff94c06c649a6d70960a642d19e5'),(1005,'','Tetteh David','M','0',NULL,531,'2013-10-12 00:00:00','2009-10-12','113894','63d51cad11a86aba1cee7400e54c71ac0ccce582'),(1006,'','Safoah Augustina','F','0',NULL,531,'2013-10-13 00:00:00','1986-10-13','127943','1a52ec714ce966c77563e7d49738652fe8a59ab6'),(1007,'','Sonia Morton','F','0',NULL,531,'2013-10-13 00:00:00','2011-10-13','128410','16c99c05830fbb3b5c123f4336c0c8be9a5e2abe'),(1008,'','Baffoe Eghan Ato Kwamena','M','3','2010-05-29',531,'2013-10-13 00:00:00',NULL,'114513','bc688986596b2975ed0abea5bfca37549221fb34'),(1009,'','Kazmi Sahil Ali','M','0',NULL,531,'2013-10-13 00:00:00','2008-10-13','1128411','944d1128e77677328923085cb03edb26dbdf6ab5'),(1010,'','Laniyan Eliana','F','0',NULL,531,'2013-10-13 00:00:00','2011-10-13','110845','57b7ea844419221911fb7d7b1e096d2957813a79'),(1011,'','Amoakoa Sarah','F','0',NULL,531,'2013-10-13 00:00:00','1998-10-13','94337','0d1eb007b758dd001e1a34b8e3b2b21f3137295d'),(1012,'','Ayisi Yirenkyi Phinephas','M','0',NULL,531,'2013-10-13 00:00:00','2011-10-13','107973','928282fc05061ca0b6b3b7a0ef54173bf53d3808'),(1013,'','Okae Cecilai','M','0',NULL,530,'2013-10-13 00:00:00','1950-10-13','128413','dbb11ed1bac30d10daa9d0dc3ea383f5e1fefa0b'),(1014,'','Nyakotey Nigel Tetteh','M','0',NULL,530,'2013-10-13 00:00:00','2012-10-13','111611','ece22c82b1906fa3752aa36099ba24883910057b'),(1015,'','Nyakotey Albert Djada J','M','0',NULL,530,'2013-10-13 00:00:00','2003-10-13','192335','5ece5172025f990b0fd83efb87e8ea8efe578bfe'),(1016,'','Otada Goodluck Mba','M','0',NULL,530,'2013-10-13 00:00:00','1985-10-13','125695','ab87ff8fea59eb3f7517fa76cddd761163f5f470'),(1017,'','Ofosuhene Cynthia','M','0',NULL,530,'2013-10-13 00:00:00','1971-10-13','115806','cfeb05e59ed9ef5f977229ac88317084a9676fd7'),(1018,'','Ofosuhene Kwaku N','M','0',NULL,530,'2013-10-13 00:00:00','2005-10-13','119078','5f5e69301684f3da6d8e12a9eaea2941db5a47aa'),(1019,'','Ofosuhene Aba Eduafua','M','0',NULL,530,'2013-10-13 00:00:00','2008-10-13','119079','1a4bc706238ec125f028e749f6cd5f70eb861079'),(1020,'','Ofosuhene Kwaku','M','0',NULL,530,'2013-10-13 00:00:00','1972-10-13','116769','83c26c7482013acf6a3fabaf257696c7d64cb964'),(1021,'','Kuse Abena','M','0',NULL,530,'2013-10-13 00:00:00','1963-10-13','5681','855a3e7dead349019159d95529d1f9826bf2b0ca'),(1022,'','Adjah Cynthia','M','0',NULL,530,'2013-10-13 00:00:00','1984-10-13','106049','c3902748bc7e262950679428a95ec3d60a599ebc'),(1023,'','Akoto Benjamin','M','0',NULL,530,'2013-10-13 00:00:00','1978-10-13','72310','2f3d49b13702fc161c87b4e9e4bb19e6610f9509'),(1024,'','Fahim Mageed Ezzat','M','0',NULL,530,'2013-10-13 00:00:00','1986-10-13','92695','ec819069ad0229d1a94bdd32835ff0eb18040f46'),(1025,'','Bonsu Kwaku Ohene','M','0',NULL,530,'2013-10-13 00:00:00','1959-10-13','89889','8d2392d7da95c7fec12b52f238005481eff9278b'),(1026,'','Krah Cyril Kwame','M','0',NULL,530,'2013-10-13 00:00:00','1957-10-13','125426','6cfa2433e5b774c599070462d42e726ca82fb297'),(1027,'','Totanou Djidjoho M K','M','0',NULL,530,'2013-10-13 00:00:00','1983-10-13','119251','3958d2b66351edef1fba63226626076bfdbea4dd'),(1028,'','Ahiabu Bernice','M','0',NULL,530,'2013-10-13 00:00:00','1987-10-13','128425','f3fad281a90c79c2dca756cf31a0e4ab86bff418'),(1029,'','Tandor Frederick','M','0',NULL,530,'2013-10-13 00:00:00','1974-10-13','112341','20b19dfcce8390b52641c81d17babddc69cc3b9a'),(1030,'','Nuuquaye Salomy Adei','M','0',NULL,530,'2013-10-13 00:00:00','1973-10-13','51497','919717e0a7a894affc173a2f7aca7eab31b801a8'),(1031,'','Ofori Anti Emmanuel','M','0','2012-04-25',530,'2013-10-13 00:00:00',NULL,'124829','0ebffd378315f4c1281f446fd47743a68bd8ae36'),(1032,'','Mensah Mary Magdalene','M','0',NULL,530,'2013-10-13 00:00:00','1981-10-13','80355','eecd875b6edfcbf708d6de9315e2d25c104ea1d8'),(1033,'','Glover Meni Nathaniel','M','0',NULL,530,'2013-10-13 00:00:00','1974-10-13','107294','e066055557028a96efbd5f968dc96b3d7ec43d3a'),(1034,'','Akuude Bina Akua Dziedzom','M','0',NULL,530,'2013-10-13 00:00:00','2011-10-13','122334','797b921efdd390376aa7b5f3c8f9581c5e92474c'),(1035,'','Kito Komoko','M','0',NULL,530,'2013-10-13 00:00:00','1962-10-13','128431','75bf63e947153d652343cf6942e01e94cb792a6f'),(1036,'','Boateng Nana Yaa Obiri','M','0',NULL,530,'2013-10-13 00:00:00','2010-10-13','104365','e3bbcc09d2c494dc45e43b4ec19da8f613c1041c'),(1037,'','Kporsu Evans','M','0',NULL,530,'2013-10-13 00:00:00','1986-10-13','128432','48764ab658e38588b209fcdb3405071afaac4865'),(1038,'','Asante Sandra J','F','0',NULL,531,'2013-10-13 00:00:00','1982-10-13','89599','9b65e2186cb581e90b4e98f77355cb1c3ad4467c'),(1039,'','Abdul Rahaman Shaibu','M','0',NULL,531,'2013-10-13 00:00:00','2008-10-13','87566','cf22bc5619f263a81ccb039d3583bee2bec3ec7f'),(1040,'','Frimpong Fuachie Jerell','M','0','2012-04-19',531,'2013-10-13 00:00:00',NULL,'1222276','73718fc85e4bc8a51878eccc15e901933712776e'),(1041,'','Asare Robert Paa Kwasi','M','0','2011-02-13',531,'2013-10-13 00:00:00',NULL,'125002','ea5c11ee9b40ace877e00c2b7bf7da6a2375bbf1'),(1042,'','Tankari Osumanu Ilhaam','F','0',NULL,531,'2013-10-13 00:00:00','2005-10-13','116660','a3ebaaf0dc97ba912a584e4a632bd75e1f3bb03d'),(1043,'','Tankari Osumanu Ilhaam','M','0',NULL,531,'2013-10-13 00:00:00','1972-10-13','49831','157aaf213f64a7b09bf5e7930029d008dc2d716e'),(1044,'','Eshun Catherine','F','0',NULL,531,'2013-10-13 00:00:00','1972-10-13','4649','842663bd5c8b563d8ab61336e7652ce61847d196'),(1045,'','Awinzelgo Fedora W','F','0','2012-05-24',531,'2013-10-13 00:00:00',NULL,'116443','7d867afc98719c4b335c3c8e521e28cfa394b304'),(1046,'','Ankamah Huldah','F','0',NULL,531,'2013-10-13 00:00:00','2002-10-13','96944','6bd038644ab8852f73d0cd89cb30300c4cb0b243'),(1047,'','Adu Nyala Koku','M','0',NULL,531,'2013-10-13 00:00:00','2011-10-14','125450','608b060b13ef080c5ebf04a2ba92194e319aa3e2'),(1048,'','Dadzie Joyce','F','0',NULL,531,'2013-10-14 00:00:00','1983-10-14','100434','40ab75458ec2bb7cdd2b146d962fd532648279e3'),(1049,'','Fefoame Vital','M','0',NULL,531,'2013-10-14 00:00:00','1944-10-14','40842','e2c671f8a1ef0e4935570fa50947115837c471c0'),(1050,'','Asante Edward Boateng','M','0',NULL,531,'2013-10-14 00:00:00','1980-10-14','119571','b7464773e366f846383d6f6276c8e5a9586cd609'),(1051,'','Apenteng Margaret','M','0',NULL,530,'2013-10-14 00:00:00','1961-10-14','128436','ed16a7628201c67484b5c3fe8b60efe2bdcbf265'),(1052,'','Thompson Joyce','F','0',NULL,530,'2013-10-14 00:00:00','1961-10','3555','eaa48a50e3935d1d9915e60c9f89d880506a3153'),(1053,'','Ofosuhene Kwadwo Ntori','M','0',NULL,530,'2013-10-14 00:00:00','1981-10-14','126970','b9018a3da0fd6b820b116ae8c54c23214a4946a8'),(1054,'','Ackuaku Dela Edem','M','0',NULL,530,'2013-10-14 00:00:00','1968-10-14','3624','c096a4711906ce73d82207b048467ef914ba574c'),(1055,'','Botwe Daniel Reynold K','M','0',NULL,530,'2013-10-14 00:00:00','1969-10-14','95074','f063fca8525dd3eb106f828761b367fe13d1f640'),(1056,'','Asare Akosua Baah','M','0',NULL,530,'2013-10-14 00:00:00','2010-10-14','100976','63e7d71f191f099d74d86d091ae07b731b2cf3bc'),(1057,'','Kissiedu Sedem Peniel','M','0',NULL,530,'2013-10-14 00:00:00','2011-10-14','126683','cda29d86dbe7dabbe2a5a5230dfd20b9ae9e55c8'),(1058,'','Kaba Walter','M','0',NULL,530,'2013-10-14 00:00:00','1973-10-14','','0538fef83ba1396c01e8cecffabccda6a2d4e8a6'),(1059,'','Ankuma Elsie','F','0',NULL,530,'2013-10-14 00:00:00','1975-10-14','','f7062b42ac6932877efc9d91c616b154252c3f74'),(1060,'','Arthur George W','M','0',NULL,530,'2013-10-14 00:00:00','1948-10-14','26675','5dc806b2ac86046093ad69aaef374f6030dc5714'),(1061,'','Nkulenu Annie Owusua','F','0',NULL,530,'2013-10-14 00:00:00','1982-10-14','122061','e714d961e4c1fb932a2f730db5469dc6332aa826'),(1062,'','Anney Marie Eve S','F','0',NULL,530,'2013-10-14 00:00:00','2010-10-14','75175','c01e97f14943bf628dbd6fa7283bc705b1580746'),(1063,'','Addo Edith Theresa','F','0',NULL,530,'2013-10-14 00:00:00','1944-10-14','59612','9d1329626a9658875f855d9dbd234e8aed132e80'),(1064,'','Adomah Dwumah Rejoice','F','0',NULL,530,'2013-10-14 00:00:00','1988-10-14','127071','ce52dabaa9f2f858cd96323215d163c12a186006'),(1065,'','Forson Doris','F','0','1963-06-03',530,'2013-10-14 00:00:00',NULL,'69704','0f11780b46a0984ef1f95b5ecfbfc4327d0a25fe'),(1066,'','Kunz Sandra Costen','F','0',NULL,530,'2013-10-14 00:00:00','1952-10-14','127988','4d3c40e1bf54e1e23fa9aa1bdf599adf52c65999'),(1067,'','Matrevi Abraham Eli','M','0',NULL,530,'2013-10-14 00:00:00','2010-10-14','116564','5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc'),(1068,'','Ojo Olufumilola Titilola','M','0','1983-05-19',530,'2013-10-14 00:00:00',NULL,'126420','d4b13b83ad86f48fd3721676105c333d55b1c34e'),(1069,'','Asante Twum Mekelle Karl','M','0','2008-05-11',530,'2013-10-14 00:00:00',NULL,'79329','ad3b07d370e0ea0957e0c26d80ea749cfe25dc5e'),(1070,'','Doe Marian','F','0',NULL,530,'2013-10-14 00:00:00','1981-10-14','','c8e0f5c067dc34336e8564b6dabd94d816edd6f5'),(1071,'','Quartey Papafio Jacob B','M','0',NULL,530,'2013-10-14 00:00:00','1936-10-14','127951','e684998c5e2c2ce5468b9825f4b76e1069f0d592'),(1072,'','Thompson Dwumah','M','0',NULL,530,'2013-10-14 00:00:00','1971-10-14','','16c6130f0c70b550098dc8a36db521c0fcc6b8f2'),(1073,'','Wanye Dora','F','0',NULL,530,'2013-10-14 00:00:00','1960-10-14','112373','d5c2bea4d6b8a14c5b615bd87eb2a82a17e89694'),(1074,'','Brefo Nimo Kwabena','M','0','1991-06-25',530,'2013-10-14 00:00:00',NULL,'128437','ad31157deddb5f6f66ae0035fcb5ff8ae52e796d'),(1075,'','Nyanku Angela A','M','0',NULL,530,'2013-10-14 00:00:00','1980-10-14','','798f002a52578b2933b0f123cfc600d55dd39354'),(1076,'','Philips Isaac','M','0',NULL,530,'2013-10-14 00:00:00','1982-10-14','89541','b109fb21eeafff78c9268991e5b822d9faf29c89'),(1077,'','Whiye Loloh Rita','F','0',NULL,530,'2013-10-14 00:00:00','1979-10-14','73052','8064eadf7f155425db898e81e1d779153d53e823'),(1078,'','Anang Marian','M','0',NULL,530,'2013-10-14 00:00:00','1946-10-14','127590','081ed436250de9d499884f46cd58124c590c95e3'),(1079,'','Normeshie Godsway','M','0',NULL,530,'2013-10-14 00:00:00','1976-10-14','62913','aa3865c98014c7ce4f85fb3398ede1b8afa35575'),(1080,'','Kumordzi Daniel K','M','0',NULL,530,'2013-10-14 00:00:00','1965-10-14','98741','d35f7d9e0eda6c67203636cd2c75f78620b91b8a'),(1081,'','Ledlun Victoria','F','0','1946-08-11',530,'2013-10-14 00:00:00','','100063','0ea2d460e5378c4d9cf82cbc7189400d1e94071f'),(1082,'','Korley Caleb Kobla','M','0',NULL,530,'2013-10-14 00:00:00','2003-10-14','43437','0a0527cb591f0d88bb3b59ab62ef66fb72cbe8c1'),(1083,'','Dadzie Pious B','M','0',NULL,530,'2013-10-14 00:00:00','1984-10-14','113558','4779d596bca96be7d010d4cfd857f5449a56bb83'),(1084,'','Quayenortey Nene','M','0','2003-10-23',530,'2013-10-14 00:00:00',NULL,'128438','35ddb38a65497b22f896e07d8da99335746a915c'),(1085,'','Boateng Sampomaa','M','0',NULL,530,'2013-10-14 00:00:00','1990-10-14','39346','35d4745d317d70c50525e4646c288a13fe6fcdc2'),(1086,'','Ansah Ntow','M','0','1985-05-08',530,'2013-10-14 00:00:00',NULL,'108977','159233e8fd65c8b4592068e70f7c13a2ae0a229f'),(1087,'','Boadi Comfort Benewaa','F','0',NULL,530,'2013-10-14 00:00:00','1947-10-14','85455','236aa94fbc4d45e2a446bcb15b8f4eae596637c0'),(1088,'','Umar Memunatu','F','0',NULL,530,'2013-10-14 00:00:00','1971-10-14','101346','9d1a095005b961cd1b0d02ddb3a66b8720015997'),(1089,'','Obimpeh Attiana Simon','M','0','1959-07-17',530,'2013-10-14 00:00:00',NULL,'110803','3b2dcebcf5373b57a7e234ccb0589cc56ef14d1d'),(1090,'','Sogbey Forgive','F','0','1991-07-31',530,'2013-10-14 00:00:00',NULL,'96585','7ee836e0aab31e75a8ad1c654c3c216aea7bcebe'),(1091,'','Lamptey Ernestina','F','0',NULL,530,'2013-10-14 00:00:00','1985-10-14','128440','c183605cca23c535419eb039eec9ebace3091b01'),(1092,'','Ayeh Gifty','M','0','1976-07-14',530,'2013-10-14 00:00:00',NULL,'86148','e962edcd61814594c3a383294a59c54e29ed7712'),(1093,'','Sekyi Appiah Hilda','F','0','1960-10-19',530,'2013-10-14 00:00:00',NULL,'40484','166a655e6520b681acd9ac43ec1e22c915f1bc45'),(1094,'','Afflu Laura','F','0','1976-02-11',530,'2013-10-14 00:00:00',NULL,'74778','b4c3b442bcade7a5ad7c643e7e5ae4d4b59bf9b5'),(1095,'','Mashood Rashida','F','0','1982-02-25',530,'2013-10-14 00:00:00',NULL,'106807','1e9346e3dcc98a49309aee7db7065d8ced3288c7'),(1096,'','Basten Nicholas De Y','M','0',NULL,530,'2013-10-14 00:00:00','2012-06-14','','98c28a7c70ce02ca853e25efd66278246541a8b9'),(1097,'','Quaye Robert','M','0','1968-01-18',530,'2013-10-14 00:00:00',NULL,'','92cff3dd38a0abfcd79755e6106685a35e59486b'),(1098,'','Opoku Mensah Hudson E','M','0',NULL,530,'2013-10-14 00:00:00','1961-10-14','19753','ba745905d7bf1ca1dd72b3951a8e261af6861a13'),(1099,'','Ebang Presentation Nsuru','M','0',NULL,530,'2013-10-14 00:00:00','1979-10-14','123635','1e7290f9d104b3f4656e0ee619a15feab90240e1'),(1100,'','Baidoo Emilia','M','0',NULL,530,'2013-10-14 00:00:00','1974-10-14','124051','fbec656ccea9f4f05727473b3973a2f4edcd6b09'),(1101,'','Wiafe Faustina','M','28','1979-05-19',530,'2013-10-14 00:00:00',NULL,'128444','5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e'),(1102,'','Dadet Samuel','M','0','1996-04-02',530,'2013-10-14 00:00:00',NULL,'128443','9301a1dd550fa8e8556a812ef69a7170508528ad'),(1103,'','Ntow Gyan Linda','M','0',NULL,530,'2013-10-14 00:00:00','1986-10-14','128442','a7a2fe99d1bdaaf32a7714a723d002f47e97530e'),(1104,'','Allotey Nii Kwashie','M','0','1970-09-20',530,'2013-10-14 00:00:00',NULL,'','17369e277ea179948d8a8e9a58fe6c46d2f40767'),(1105,'','Dogbo William','M','0','1984-08-16',530,'2013-10-14 00:00:00',NULL,'128447','44a1e5936089aa31d005cdf89b72762e996de71f'),(1106,'','Appiah Kubi Regina','M','0',NULL,530,'2013-10-14 00:00:00','1989-10-14','107535','67e23a0881d1234323d4106c4fced2c086176792'),(1107,'','Parker Nana Ama S','M','0',NULL,530,'2013-10-14 00:00:00','1998-10-14','11367','3ff4f3380be88f7adf24dd9c03945a20a402e975'),(1108,'','Doddy Osae Jennifer','M','0','1980-12-07',530,'2013-10-14 00:00:00',NULL,'1284460','4f3b5ca0396d9aed54940cd6aa4e1bf1c73c2bdf'),(1109,'','Owusu Grace','M','0',NULL,530,'2013-10-14 00:00:00','1972-10-14','78577','e09e9270c500534794c3bace3d53829e7ba0f214'),(1110,'','Opoku Eunice Yaa','M','0','1985-04-11',530,'2013-10-14 00:00:00',NULL,'128454','eda2a1eb83f5185f9b0df5ca8ec39369bc27c378'),(1111,'','Reindorf Lady Frederica','M','0','1980-05-15',530,'0000-00-00 00:00:00',NULL,'6641315','9170f7c2dc43976ee8e32840a7582d4021f6e932'),(1112,'','Odei Daniel Adu','M','0','1972-11-11',530,'2013-10-14 00:00:00',NULL,'128448','990bd47bb86b12eae7a2283bc35931765722766f'),(1113,'','Boakye Stephen K','M','0','1975-05-25',530,'2013-10-14 00:00:00',NULL,'97560','7381428b075476bcf18268ac7c22f0fa1935a6fa'),(1114,'','Mensah Pamela Sika','M','0','1974-07-13',530,'2013-10-07 00:00:00',NULL,'13','868b9304ffc0b92b55beaec068fb78b76af84317'),(1115,'','Abubakar Barira','F','0','1986-10-06',530,'2013-10-14 00:00:00',NULL,'118287','9ff9ceebdb15f1b62724d776b7e34688ba678be5'),(1116,'','Fahim Ezzat Maged','M','0',NULL,530,'2013-10-14 00:00:00','1985-10-14','92695','88682bf24f0de746ad9da45eb4ed185796e55a27'),(1117,'','Ali Efua Habiba','M','0','1989-06-23',530,'2013-10-14 00:00:00',NULL,'126680','32c4e82a0a251b326eccfa685604be83c0154794'),(1118,'','Boateng Emmanuel Boakye','M','0',NULL,530,'2013-10-14 00:00:00','1970-10-14','','0fe228f9c92503a4c63ff41a325dd198fe34565c'),(1119,'','Danklu Samuel Jerry','M','0','1995-04-02',530,'2013-10-14 00:00:00',NULL,'128430','dca31a6bfb1ceef9d327587ef57fbd1c54e27ea1'),(1120,'','Musah Abdul Hamid','M','0','1977-11-29',530,'2013-10-14 00:00:00',NULL,'103796','3fac634400bfc6f757c3973459fdf59abe098185'),(1121,'','Woko Chioma Laura','M','0','1994-07-14',530,'2013-10-14 00:00:00',NULL,'127655','2df1821573983261cb8476b32e2fb7d611447005'),(1122,'','Laryea Elizabeth','F','0','1984-01-12',530,'2013-10-14 00:00:00',NULL,'117180','19bb48a389ec27db06ef9e913df845fb743cbc2a'),(1123,'','Sackey Racheal','F','0','1985-06-29',530,'2013-10-14 00:00:00',NULL,'128457','34de49c581b50907902ac5eb58be5dd5f6104e79'),(1124,'','Boafo Bekoe Bernard','M','0','1978-08-20',530,'2013-10-14 00:00:00',NULL,'127227','229cb3f68f9f3be0772c1e50723952a2c623d228'),(1125,'','Mensah Stephen','M','0','1955-01-28',530,'2013-10-14 00:00:00',NULL,'49360','b04813bd87adcd7ef7344083413f3c5b73bf3c00'),(1126,'','Diop Rokhaya Ann','M','0','1984-06-25',530,'2013-10-14 00:00:00',NULL,'128403','41990624393844fb7f24c80eac12da7d7f8d8095'),(1127,'','Ooku Nelson Bright','M','0','1968-02-12',530,'2013-10-14 00:00:00',NULL,'38495','9173240cfa0ec17e674f84a57947b1d414c5c939'),(1128,'','Yeboah Appau Rosemond','F','0','1983-10-24',531,'2013-10-14 00:00:00',NULL,'125234','47b951d988afd390b0ea33cffc50909f49c1aa51'),(1129,'','Kwasi Zigah','M','0','1978-06-18',531,'2013-10-14 00:00:00',NULL,'117608','b01afd6e199ae5e1fd91098171ffae90213ee87b'),(1130,'','Yeboah Isaac','M','0',NULL,531,'2013-10-14 00:00:00','1982-10-14','128459','c4bf17ebf60f31156bd879feccce52a1b122ca50'),(1131,'','Biney Sam Kwame','M','0',NULL,531,'2013-10-14 00:00:00','1983-10-14','28494','1a436f6fbfd13a54dffd8d5ac31fb46a867d8bcb'),(1132,'','Phillips Frederick','M','0',NULL,531,'2013-10-14 00:00:00','1974-10-14','40341','fe3a213dbab5d067be0fa2838229b6361a60ebda'),(1133,'','Biney Millicent Akosua','F','0',NULL,531,'2013-10-14 00:00:00','1984-10-14','100456','5c4e9740cb87d02e59a7f27beee904b9a2947534'),(1134,'','Bimpong Enoch','M','0',NULL,531,'2013-10-14 00:00:00','1974-10-14','774553','783431b90c430aab0cf3c9f305b2d49b6cb0f90d'),(1135,'','Tsike Gideon Seyram','M','0',NULL,531,'2013-10-14 00:00:00','1983-10-14','88012','945605a0966fdf5cf87a08a453564a8a317e7ec4'),(1136,'','Asare Gabriel','M','0',NULL,531,'2013-10-15 00:00:00','1975-10-15','OUTSIDE REQUEST','adef2a45bdb9030d1775f17147b6b2e6354d807b'),(1137,'','Schandorf Irene Entsi','F','0',NULL,531,'2013-10-15 00:00:00','1982-10-15','77531','51e734311cccaacc4b0b3f0405471d3ceae9b84b'),(1138,'','Dorgbadzi Kenneth','M','0',NULL,531,'2013-10-15 00:00:00','1964-10-15','67848','2310bb9862cd5efc69dae48d2a87121f746ac658'),(1139,'','Cudjoe Ramona','F','0','1964-06-10',530,'2013-10-15 00:00:00',NULL,'57924','29a182f1d535494fe934b32176d6efde932c932e'),(1140,'','Twumasi Maxwell Amponsah','M','0',NULL,530,'2013-10-15 00:00:00','1984-10-15','64848','c62404681df79db90d05a853a68e41ee88abbd18'),(1141,'','Dzomeku Bernce','F','0','1962-11-05',530,'2013-10-15 00:00:00',NULL,'98846','c2982e7c7ccf1bc5f3305e1d6ec8613924ee017d'),(1142,'','Kantchie Delphie','F','0','1981-01-06',530,'2013-10-15 00:00:00',NULL,'128394','b4da998f165fbe5cb1f80644f2d55fba78692508'),(1143,'','Bremang Joshua Asante','M','0','1989-06-15',530,'2013-10-15 00:00:00',NULL,'50408','e009c4e77dbe703408b21451588ea46a7978c504'),(1144,'','Gyimah Emily','F','0','1985-04-20',530,'2013-10-15 00:00:00',NULL,'128464','3f416c56aab9ae0ff9d686aba21f4136af2a1219'),(1145,'','Odai Addo Bernard','M','0','1968-08-20',530,'2013-10-15 00:00:00',NULL,'128465','d27a63d857dc6a99a8d63636cf8144e4f4b94053'),(1146,'','Fares Ahmed','M','0','1979-02-04',530,'2013-10-15 00:00:00',NULL,'12087','3bc5fd2dc3e847bab356ab450b6339d8a9de3fdf'),(1147,'','Norris Ezekiel Teye','M','0','1972-09-15',530,'2013-10-15 00:00:00',NULL,'','c1a193a005b8374a7e2270c3c95a6027fd68f818'),(1148,'','Ohene Darko Vera','M','0',NULL,530,'2013-10-15 00:00:00','2011-10-15','109277','6459e51672ffb2f96bb4b22c1cd9e384e859abbf'),(1149,'','Ohene Darko Jason K','M','0',NULL,530,'2013-10-15 00:00:00','2010-10-15','109276','6b145bdd5047f668b33d8f76ac7d00d1fef9ca58'),(1150,'','Anomah Faustina K','M','0','1980-01-29',530,'2013-10-15 00:00:00',NULL,'59273','6a702fce499cf9c8326c578cd31b6ab52b0189e6'),(1151,'','Quayson David K','M','0','1970-05-11',530,'2013-10-15 00:00:00','','72157','cb94d668dc9ad1174522d7c3e4076bb6ae0532b3'),(1152,'','Lowe Steven','M','0',NULL,530,'2013-10-15 00:00:00','1957-10-15','38483','5f0b82d600cf88976929dd6e81d8e678538d7a67'),(1153,'','Tawiah John','M','0','1980-01-14',530,'2013-10-15 00:00:00',NULL,'8664','e6c91ebf7a1558f32cf060320cfbcb220f288b84'),(1154,'','Nkulenu Divine D','M','0','1980-08-19',530,'2013-10-15 00:00:00',NULL,'128468','6bbf011653a0ff5dc2e892c4a539d49acb6d2195'),(1155,'','Hagan Aba Mbroba','M','0','1987-08-20',530,'2013-10-15 00:00:00',NULL,'128453','1aa46c430c5a7872152593ba9863f082b2986fff'),(1156,'','Romao Daniel Filipe','M','0','1983-04-11',530,'2013-10-15 00:00:00',NULL,'128459','04a216e8dd3bf11e5d9512ecdad79267b4f7ced3'),(1157,'','Nhyira Richard K','M','0',NULL,530,'2013-10-15 00:00:00','2011-04-15','','9625090206bdcf4dfb14fd20d62887879d4badf6'),(1158,'','Cudjoe Senahey Samuel','M','0','2001-06-11',530,'2013-10-15 00:00:00',NULL,'107338','e3df9fe2442893086e0da0f846f8a0c54c68adda'),(1159,'','Arthur Erica','M','0',NULL,530,'2013-10-15 00:00:00','1977-10-15','91525','b47be5dcc6bde5ddfe8cc923cd5893baf6260fce'),(1160,'','Mecha Thomas','M','0',NULL,530,'2013-10-15 00:00:00','1987-10-15','','fd6a819719441c21d453fde8a130fb64e389ca21'),(1161,'','Kwateng Eva','F','0',NULL,530,'2013-10-15 00:00:00','1977-10-15','98650','6b885f28b7ed9263ba432292a52fecd98336d54d'),(1162,'','Yeboah Nancy Assor','M','0',NULL,530,'2013-10-15 00:00:00','1984-10-15','84283','ed7c3c32988171ac57dd1b5bd289270f31dc743f'),(1163,'','Ablordeppey Elizabeth','M','0','1992-05-06',530,'2013-10-15 00:00:00',NULL,'79132','65780da250630da5898db5fd30f194cd56108b2d'),(1164,'','Laryea Edward Armah','M','0','1973-01-21',530,'2013-10-15 00:00:00',NULL,'114898','64d150e2318b2185ab4b72ea6a1b885d41c0c26f'),(1165,'','Adjei Juliana','M','0','1960-09-27',530,'2013-10-15 00:00:00',NULL,'128423','2c8a01450c4162bedc8d606bf51370c3cfcdd173'),(1166,'','Sscot Lindi Diane','M','0','1977-06-30',530,'2013-10-15 00:00:00',NULL,'128463','1a069e21faeed0f8846fb65a689d38b3e8def822'),(1167,'','Quarcoo Samuel Nii Odai','M','0','1998-12-27',530,'2013-10-15 00:00:00',NULL,'41674','d74befb3d02b38525c11719d4e78ac51cc73354a'),(1168,'','Ezudike Sophia Chioma','F','0',NULL,530,'2013-10-15 00:00:00','2010-10-15','119883','1e568a6b09e0c25a049761150da907136343f483'),(1169,'','Abban Golda','M','0','1989-07-03',530,'2013-10-15 00:00:00',NULL,'127107','8dadc3ed02716d990c124a5d5ef24b7421d2e1d3'),(1170,'','Kessie Emil Ellis','F','0','2013-02-09',530,'2013-10-15 00:00:00',NULL,'124292','9b6f3946f9680d468331f6e18a303e462de6bb5c'),(1171,'','Dhami Narinder','M','0','1982-06-21',530,'2013-10-15 00:00:00',NULL,'128475','b1397ea76e3ec94e137a3cfd65b0e0478e9308ac'),(1172,'','Sidibe Salimatu','M','0','1999-04-04',530,'2013-10-15 00:00:00',NULL,'','70cccfc3c2973755c61eb91b2ee41fda88438ff5'),(1173,'','Traore Isaac','M','0','2003-10-03',530,'2013-10-15 00:00:00',NULL,'','7c5c52306ff11646297d778c588c2dbc4860b5fc'),(1174,'','Kone Maimouna','F','0','1982-03-28',530,'2013-10-15 00:00:00',NULL,'','0ab9379f3d6a992de0b3db347dc8cbe208d1265e'),(1175,'','Adjovor Rejoice','F','0',NULL,530,'2013-10-15 00:00:00','1975-10-15','80400','72926942c187a67760066fe0147d4ca78fd6d942'),(1176,'','Denteh Jessica','F','0',NULL,530,'2013-10-15 00:00:00','2002-10-15','107254','67c9286224123d8abbd31332560617f6a2e49694'),(1177,'','Nyamekye Angela A','F','0',NULL,530,'2013-10-15 00:00:00','1980-10-15','','3990d6b15574657ca4923a2ed8a8300f0b0f033c'),(1178,'','Adjovor Caleb','M','0',NULL,530,'2013-10-15 00:00:00','2005-10-15','86374','44cee819ba0ec82a25f0c1e00a918c8bf9bb50f9'),(1179,'','Abbew Clifford K','M','0','1999-05-12',530,'2013-10-15 00:00:00',NULL,'128451','974c644753c98385772bb66132e7632f6c1ad3da'),(1180,'','Papanyan Andoh','M','0',NULL,530,'2013-10-15 00:00:00','2000-10-15','26540','44824779280f10e473e5f0ed2d9884c0cf9a9404'),(1181,'','Fassinnou Louane','F','0','2010-05-11',530,'2013-10-15 00:00:00',NULL,'128478','debd54d08ff97d26b61e5b70673acfd405df25d0'),(1182,'','Nyamekye Angela A','F','0',NULL,530,'2013-10-15 00:00:00','1980-10-15','','3990d6b15574657ca4923a2ed8a8300f0b0f033c'),(1183,'','Gao Kwabena','M','0','1972-11-07',530,'2013-10-15 00:00:00',NULL,'128480','579f663ed670d17ce73dfa7f8606128f53450095'),(1184,'','Seshie Ivy Pearl','M','0','1984-06-09',530,'2013-10-15 00:00:00',NULL,'128486','b37cb0b9e5e49c9e0121dca3c8d7681b2629e605'),(1185,'','Dwumfuoh Robert K','M','0','1989-01-01',530,'2013-10-15 00:00:00',NULL,'','77382ec5f7d32f9431753717379f512ce6ec3a82'),(1186,'','Ayamga Ebenezer','M','0','1992-03-11',530,'2013-10-15 00:00:00',NULL,'40430','ab3d07d8fe1434a1a53d92321c1555e1a1aad645'),(1187,'','Kally Nicole Emefa','F','0','2011-08-08',530,'2013-10-15 00:00:00',NULL,'121084','44210f56fd4e58c8e3d24bef22b8714dbf7d9321'),(1188,'','Kally Nicole Emefa','F','0','2011-08-08',530,'2013-10-15 00:00:00',NULL,'121084','44210f56fd4e58c8e3d24bef22b8714dbf7d9321'),(1189,'','Dedoo Seyram Kwame','M','0','2005-09-30',530,'2013-10-15 00:00:00',NULL,'54308','73cd1dba5a4bae3e361ac60156cfc9a984e146e1'),(1190,'','Betanyio Beatrice','F','0','1985-02-15',530,'2013-10-15 00:00:00',NULL,'115216','c4964ce13953dbf556c9a83a2d37a21574a43f7e'),(1191,'','Koranteng Nana Adwoa S','F','0','2011-01-03',530,'2013-10-15 00:00:00',NULL,'103970','b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9'),(1192,'','Tornu Benedicta E','M','0',NULL,530,'2013-10-15 00:00:00','2012-07-15','122470','5ca6237ed250712fbb302c4389259e64e5df545b'),(1193,'','Gbenusola Temitope','M','0','1980-01-31',530,'2013-10-15 00:00:00',NULL,'125864','d38fcaa627502598978f81e3a03f916c23b81b5d'),(1194,'','Fassinou Florent','M','0','1982-07-02',530,'2013-10-15 00:00:00',NULL,'','0da109dc4d60e60648e32b095c1db8f573aaa1cd'),(1195,'','Emelia Baidoo','F','0',NULL,546,'2013-10-15 00:00:00','1974-10-15','124051','b4dbf73dabb857988a23ab53b300f9cf7d0ec13f'),(1196,'','Owusu Mintah Kwesi Darko','M','0','1996-09-15',530,'2013-10-15 00:00:00',NULL,'62806','3420bbd613336270397caedbde226edcbb1bd982'),(1197,'','Somoye Olukemi','F','0',NULL,530,'2013-10-15 00:00:00','1967-10-15','70516','d06afe06c0da377261de8bb8d4f431056abcfcde'),(1198,'','Rose Owusuaa Gyambrah','F','0','1984-08-09',535,'2013-10-15 00:00:00',NULL,'120297','6426d1e603036bbfc54b28c6b7172fd1b2d467a6'),(1199,'','Cale Laurie','F','0',NULL,530,'2013-10-15 00:00:00','1992-10-15','3568362','8a6d3da9f79eff2606986e62e5fe6a342b685281'),(1200,'','Hogan Peggy Ama','F','0','1979-01-19',530,'2013-10-15 00:00:00',NULL,'89057','c7d4e0f221efab43fa99be35566baa5503f60c8a'),(1201,'','Akpakah Nelson','M','0','1985-07-16',530,'2013-10-15 00:00:00',NULL,'122834','2de11f09c8569a8d60712039a918f510b310d94d'),(1202,'','Boni Franklin Kwame','M','0','1970-09-09',530,'2013-10-15 00:00:00',NULL,'128494','bec83830180a726a13dffc59f0b362aea8a8cb9b'),(1203,'','Quarshie Jennifer Katuni','F','0',NULL,530,'2013-10-15 00:00:00','1981-10-15','52558','fcf370bd2eee162cdcfd45dfb3389f24e30e741d'),(1204,'','Adam Mohammed','M','0','1950-10-17',530,'2013-10-15 00:00:00',NULL,'128496','edec1cca3d484cfc637f772387cbe7c16c1ba09a'),(1205,'','Williams Susana','F','0','1984-12-25',530,'2013-10-15 00:00:00',NULL,'','75e7d79abef83e3c3edda72f608b9d37d9d6195a'),(1206,'','Usane Grace','F','0','1979-08-21',530,'2013-10-15 00:00:00',NULL,'71787','b661c086a53c9437063babacb4dfdeb5b133a04f'),(1207,'','Fosu Collins A','M','0',NULL,530,'2013-10-15 00:00:00','1957-10-15','','3a46304c93b80156ac3aa5490c4c82ccf94ced75'),(1208,'','Ahiase Famous','M','0','1980-02-27',530,'2013-10-15 00:00:00',NULL,'72580','7e77af4b4add2465a1fdcc9c6fe595387a0d384a'),(1209,'','Akrofi Emmanuel Owusu','M','0','1974-02-27',530,'2013-10-15 00:00:00',NULL,'120770','5d9f1e4c734119156de341431b77416e0c006687'),(1210,'','Ameyaw Stephen','M','0','2002-11-10',530,'2013-10-15 00:00:00',NULL,'127143','292e247bdc74d049ef969eb65178ca5b5cbdd2cb'),(1211,'','Parry Jarvis','M','0','2010-05-04',531,'2013-10-15 00:00:00',NULL,'93919','8f37384d81b810fb77ab9401b34d62e2fb8111f6'),(1212,'','Donkor Vincent Leonard','M','0',NULL,531,'2013-10-15 00:00:00','1985-10-15','99978','d4e0dd68e08dd848677127c54c49c9c31b16bb9e'),(1213,'','Afetsrom Ewoenam Rockson','M','0',NULL,531,'2013-10-15 00:00:00','2012-10-15','114345','df56c5e1b2e7c510251468daa5a45cd62516a9fd'),(1214,'','Afetsrom Elorm Eunice','M','0',NULL,531,'2013-10-15 00:00:00','2009-10-15','91779','a7c6bfe7520fefadc97577625ac776c8673b27e5'),(1215,'','Dianijer Lif','F','0',NULL,531,'2013-10-15 00:00:00','2010-10-15','S/R','d25982acdde8e376955a748f58a51f042c54b7aa'),(1216,'','Asamoah Gyamah Cassia','F','0','2009-10-09',531,'2013-10-15 00:00:00',NULL,'89726','e021103246e2f67599d95ddc302473a75baf192c'),(1217,'','Sarpong Marcia','F','0',NULL,531,'2013-10-16 00:00:00','2006-10-16','104680','62ba76d01a5cce25eb235a97bb8a59b4f7de268c'),(1218,'','Adjei Mary Naa Amakai','F','0',NULL,531,'2013-10-16 00:00:00','1983-10-16','122328','c9d419c9607fb9cb4c8ccf76584998ab23556ade'),(1219,'','Adoma Afua','F','0','1926-02-01',531,'2013-10-16 00:00:00',NULL,'','0d8f1756d5cf9e2d7dbee6b6482f38edbddb9ed1'),(1220,'','Bremang Asante Joshua','M','0',NULL,531,'2013-10-16 00:00:00','1989-10-16','50408','5fa3402507c17d715a8c2dc2db958cb843bcedbf'),(1221,'','Churchill Cystal','F','0',NULL,531,'2013-10-16 00:00:00','1948-10-16','102048','4c9186c5a036619b020440df31fba5fc0568fe5a'),(1222,'','Darkwa Maxwell','M','0',NULL,531,'2013-10-16 00:00:00','1967-10-16','','3a3f333a4a69c04b7088a15a95383a94c8438393'),(1223,'','Bentil Anthony Fiifi','M','0',NULL,531,'2013-10-16 00:00:00','1983-10-16','','fb8dde1c2afd577033d12fb6520e255c72ef85ec'),(1224,'','Bentil Anthony Fiifi','M','0',NULL,531,'2013-10-16 00:00:00','1983-10-16','','fb8dde1c2afd577033d12fb6520e255c72ef85ec'),(1225,'','Sako Dramane','M','0','1979-03-11',531,'2013-10-16 00:00:00',NULL,'82286','39fd855dbe38a66837cff3ef48ee06e10a698e80'),(1226,'','Lamptey Christiana','F','0','1968-04-20',530,'2013-10-16 00:00:00',NULL,'15118','bb6c45c474641eb8c120a8f367bdce6aaf976e26'),(1227,'','Adufutse Prince','M','0','1983-03-01',530,'2013-10-16 00:00:00',NULL,'','6c68f935ce59cc4a4807e306296dfa42da3e1f0c'),(1228,'','Sackey Rebecca Bawa A','F','0','1981-10-28',530,'2013-10-16 00:00:00',NULL,'','bf8fe251253288ac8898d6c590c671956541e28b'),(1229,'','Owusu Ansah Janet','F','0','1972-12-22',530,'2013-10-16 00:00:00',NULL,'','5e75f7a916688b5a0495f2809637c34b13abbdd6'),(1230,'','Dowuona Hammond Belinda','F','0',NULL,530,'2013-10-16 00:00:00','1978-10-16','40740','ba83eba84eb7c3a596530a01ba65faaa4965214e'),(1231,'','Arthur Nana Afia','F','0','1984-08-24',530,'2013-10-16 00:00:00',NULL,'127465','c0042e98717cb7aff44af6a4621e0065906648e4'),(1232,'','Allotey Pappoe Jonathan','M','0','1980-09-14',530,'2013-10-16 00:00:00',NULL,'','3a1586140c5c90c162eac224547f263de37179a1'),(1233,'','Agyeman Duah Augustina','M','0','1980-06-06',530,'2013-10-16 00:00:00',NULL,'','7dd70ab5de9f68da46650a5333fe40d5676a0d81'),(1234,'','Lumor Happy Afi','F','0','1970-01-01',530,'2013-10-16 00:00:00',NULL,'126793','cb70311ea60fd56095ee69a3b097c22584873ca3'),(1235,'','Traore Fatuo','F','0','1972-06-11',530,'2013-10-16 00:00:00',NULL,'128502','84b7e02ef8040ca9a0f0bf1de8b3e50fcfc60c93'),(1236,'','Macauley Mustafa','M','0',NULL,530,'2013-10-16 00:00:00','1949-10-16','20120','3b69a1d620800d9ab1d03e51ed14f6263ee19b28'),(1237,'','Bentil Antoinette A','F','0','2012-08-03',530,'2013-10-16 00:00:00',NULL,'128501','348f32d73a707c43fb2e994eea5232d6a7e80221'),(1238,'','Vandyke Sharon','F','0','1986-06-02',530,'2013-10-16 00:00:00',NULL,'127117','a8da1aeeb83947ca7b653cfd3553533ad5ae6a35'),(1239,'','Cobbina Catherine','F','0','1969-08-16',530,'2013-10-16 00:00:00',NULL,'116035','f11d22f0f80671eba088cb36b3ca256feec19826'),(1240,'','Cobbina Catherine','F','0','1969-08-16',530,'2013-10-16 00:00:00',NULL,'116035','f11d22f0f80671eba088cb36b3ca256feec19826'),(1241,'','Odentten Shaddrack','M','0','2007-06-01',530,'2013-10-16 00:00:00',NULL,'128500','624037e55b390058352c743a28bdcca6941defa6'),(1242,'','Quam Bethline','F','0','1984-08-14',530,'2013-10-16 00:00:00',NULL,'94711','3b4e65c09b8bce02ba859911aed85c99767f514c'),(1243,'','Gaveh Marylinn D','F','0','2004-08-04',530,'2013-10-16 00:00:00',NULL,'','b217d9c2a232255a24b9ffd78c9d394f74f690a3'),(1244,'','Gyamfi Angela','F','0','1987-02-04',530,'2013-10-16 00:00:00',NULL,'125857','ca65f0b97bbcf8e2da565c38ec8b037f8711e05a'),(1245,'','Dadzie Irene','F','0','1994-09-22',530,'2013-10-16 00:00:00',NULL,'','e7eedd4f8b3f1ccb9cd2229cd24771cd80a48ddd'),(1246,'','Kwame Jerry Johson','M','0','1984-04-28',530,'2013-10-16 00:00:00',NULL,'','c459849acfd52a9ba467e4987187257f50e34152'),(1247,'','Karikari Charles','M','0','1977-04-10',530,'2013-10-16 00:00:00','','128506','165178cd33715faa9006602bff96e3a4c63342ba'),(1248,'','Oduro Brako Nancy','F','0','1981-06-06',530,'2013-10-16 00:00:00',NULL,'','31a5b0e3bc42213460564da6d7a0511d5821a102'),(1249,'','Osei Mensah Augustina','F','0','1982-11-05',530,'2013-10-16 00:00:00',NULL,'91570','51d106df90d5efa24e620e66c75e2e31e40ccf2c'),(1250,'','Darrah Geogina Mensah','F','0','1957-11-14',530,'2013-10-16 00:00:00',NULL,'10859','8506519a27a1841194f11e4ea395978109206a91'),(1251,'','Ayim Dela','F','0','1989-05-16',530,'2013-10-16 00:00:00',NULL,'128509','e9105a47c7f5c8f5eac5813e00d79275d2bfce0a'),(1252,'','Narh Millicent Teye','F','0','1983-09-14',530,'2013-10-16 00:00:00',NULL,'104865','b08434516fdc71a7ca729415daa66e24e7cd66f8'),(1253,'','Owusu Minta Akua A','M','0','1999-09-08',530,'2013-10-16 00:00:00',NULL,'82029','68fa05e3e0a0e16b6927f9c9b74b2968c7c7041e'),(1254,'','Opare Christabel','F','0','2008-08-17',530,'2013-10-16 00:00:00',NULL,'83307','fee26dcd4dae7c52fe292c29b326ce70d5ed1eba'),(1255,'','Asiedu Solomon','M','0',NULL,530,'2013-10-16 00:00:00','1967-10-16','128094','453e88174c79215bc22afd336cd60039d898b9c6'),(1256,'','Quaicoe Grace','F','0',NULL,530,'2013-10-16 00:00:00','1981-10-16','90040','d6d99a0aaa199f1ce6182a57358ac1474203ec5a'),(1257,'','Donkor Oeorgina','F','0','1988-11-08',530,'2013-10-16 00:00:00',NULL,'128498','105115c36912eca2870051f38cc5edd3915d2629'),(1258,'','Domenya Delali G','F','0',NULL,530,'2013-10-16 00:00:00','1974-10-16','26215','1b29b1df0ce1f9cfac39d1c60bd0afcc3375b618'),(1259,'','Tigudance Bah','M','0','1985-09-25',530,'2013-10-16 00:00:00',NULL,'110197','1dc1113fb9f1cb212e63bf1be4310cbc7f6ff0c3'),(1260,'','Yamb Patrick','M','0','1976-02-27',530,'2013-10-16 00:00:00',NULL,'118681','1a3ce530751ab17c51933a2ab8d43e2cbe4bee59'),(1261,'','Appiah Kubi Johnny','M','0','1970-05-20',530,'2013-10-16 00:00:00','','40227','37b08adb0be25ed8e7a8eeef45655d05d5de8455'),(1262,'','Addo Abigal E','M','0','1990-04-04',530,'2013-10-16 00:00:00',NULL,'87579','fb3d8034c321ee9e53594809259259f63f1ae907'),(1263,'','Oppong Felicia','F','0','1979-04-09',530,'2013-10-16 00:00:00',NULL,'128513','67f681c4a9476c6c6235e2ed619a5820591ebc05'),(1264,'','Oppong Felicia','F','0','1979-04-09',530,'2013-10-16 00:00:00',NULL,'128513','67f681c4a9476c6c6235e2ed619a5820591ebc05'),(1265,'','Mensah Dotsey Lois','M','0',NULL,530,'2013-10-16 00:00:00','1986-10-16','103797','a2b09330f1f3057e8b08412d25656a42c0bdffbe'),(1266,'','Danso Linda E','F','0','1986-03-30',530,'2013-10-16 00:00:00',NULL,'99438','de78240c40e4c6abb901585b8d07fb481189cca3'),(1267,'','Talhatu Musah','F','0',NULL,530,'2013-10-16 00:00:00','1980-10-16','','312474aeabcb0fb9358dd17014501caa9c9346bc'),(1268,'','Osie Mensah Dinah','M','0',NULL,530,'2013-10-16 00:00:00','2010-10-16','99605','7c279a87e75d37e8c3b82d375d413ef8a785b004'),(1269,'','Gawu Young Rudolph','M','0','2004-04-27',530,'2013-10-16 00:00:00',NULL,'102453','08b12f925d7b5743560e201673ab7951c09b6e7f'),(1270,'','Ansah Samuel','M','0','1983-11-08',530,'2013-10-16 00:00:00',NULL,'128517','1eb8444c135cb6f672cd0be82f6a0242d2fa05bc'),(1271,'','Otoo Annie','F','0',NULL,530,'2013-10-16 00:00:00','1961-10-16','59381','cddc5bfb8e36a3261f486e3a70b46ceba244c1f5'),(1272,'','Kaliyammorthy Sathish','M','0','1987-06-13',530,'2013-10-16 00:00:00',NULL,'128515','ef09dd2af9ba99c6ce40a5373ddbfb79e1a74b45'),(1273,'','Sarpong Isla Elizabeth','F','0','2012-06-16',530,'2013-10-16 00:00:00',NULL,'121429','d01830bea90c2ebfc2dd1561198eec4c63865899'),(1274,'','Fosuah Mary','F','0','1978-07-28',530,'2013-10-16 00:00:00',NULL,'87493','49351c1c3b9f07df9fc83b3fe82e8cc758c73a2a'),(1275,'','Owusu Hannah','F','0',NULL,530,'2013-10-16 00:00:00','1990-10-16','125773','4556e093c3e841c6d9f0b5946b09493abca79518'),(1276,'','Seth Clottey','M','0',NULL,530,'2013-10-16 00:00:00','1964-10-16','','239bcd752d51975fadbcd905568d9e4b588b57cb'),(1277,'','Yamb Patrick Daniel','M','0',NULL,530,'2013-10-16 00:00:00','1976-10-16','118691','749f59bf5f7c2f9b0a40c0fae7c883695dc09481'),(1278,'','Afful Mohammed F','M','0','2008-09-03',530,'2013-10-16 00:00:00',NULL,'80800','f454407397d53d52d1635e7f14f44c95a9e548d1'),(1279,'','Bonney Susan','F','0','1976-08-22',530,'2013-10-16 00:00:00',NULL,'34291','9450447c51859ccfeb30f7c3e652e48528cf0264'),(1280,'','Laryea Rosemary S','F','0','1983-12-19',530,'2013-10-16 00:00:00',NULL,'74903','d46eb17d26b3d677a1b77c47ab33342c927fee49'),(1281,'','Quartey Celestine','F','0',NULL,530,'2013-10-16 00:00:00','1989-10-16','12111','a9fec111e82be0284e39e09a1a2f837db15fee9f'),(1282,'','Ayim Angela','F','0',NULL,530,'2013-10-16 00:00:00','1987-10-16','128519','b7b74fb423056539f17d4221f5508aa44d95ffe7'),(1283,'','Fumanti Luca','F','0',NULL,530,'2013-10-16 00:00:00','2013-01-16','128510','e4619580fb3c75e249df8ca006b9ad7048bbdfb2'),(1284,'','Bimpong Elvis','M','0','1992-11-14',530,'2013-10-16 00:00:00',NULL,'128523','6cc7769929d6c12b3c0587c65826d3ddf8fa402f'),(1285,'','Temanu Josephine Nkansah','F','0','1968-05-12',530,'2013-10-16 00:00:00',NULL,'97752','b235e03084f067b87744dfcb88b435e7b3f7f171'),(1286,'','Gbadago Micheal','M','0','1984-02-23',530,'2013-10-16 00:00:00',NULL,'91526','97d1afd668057b4efacb35c12e0d6ba1b7a24614'),(1287,'','Brite Blankson Rita','F','0','1987-01-14',530,'2013-10-16 00:00:00',NULL,'126066','9062497ca0c776f9ff83f59f9702c4695c6ccecb'),(1288,'','Sarpong Kofi Abraham','M','0',NULL,530,'2013-10-16 00:00:00','1942-10-16','84726','8728c1d85d6db3a8bc7f196da6c8929661eefd37'),(1289,'','Nortey Francisca','F','0',NULL,530,'2013-10-16 00:00:00','1977-10-16','107941','37279756bf6457ce0be9a199c868ec78f803220d'),(1290,'','Owusu Ampiaw Agua','M','0',NULL,530,'2013-10-16 00:00:00','2013-08-16','120228','6696024e36a261c88db0e2603f88711c88474a6a'),(1291,'','Trekpah Eric Kwame O','M','0','1987-03-16',530,'2013-10-16 00:00:00',NULL,'128528','f1c81f27d9dd89fcc2b6611ffb028f1abfe50e7f'),(1292,'','Akusah Margaret','M','0','1966-01-15',530,'2013-10-16 00:00:00',NULL,'59660','0e60f71bcdbc3b3917488ba64000139677987bf8'),(1293,'','Oletey Grace Joy','F','0','1986-05-15',530,'2013-10-16 00:00:00',NULL,'116420','19655aaa24d3e9d5e12515e70e2c4f16c1300fa6'),(1294,'','Abban Okoampah Benjamin','M','0',NULL,530,'2013-10-16 00:00:00','1981-10-16','','90793c42f3f484c072c0f99aa58e76980393da16'),(1295,'','Darko Derek Kwapong','M','0','1988-03-14',530,'2013-10-16 00:00:00',NULL,'119824','a1067fb78d02e4d57e6cf1f4c20445f33010d98f'),(1296,'','Ayipah Abigail Yaa','F','0','1986-10-16',530,'2013-10-16 00:00:00',NULL,'122147','3fb0d2d1929fe8c96b4c05ad61d5ab102a54e38f'),(1297,'','Issah Fuseini','M','0','1975-02-02',530,'2013-10-16 00:00:00',NULL,'120658','c3aa6868a5feb26ab24aa9337318023e725cfafc'),(1298,'','Pepprah Kofi','M','0',NULL,551,'2013-10-16 00:00:00','1997-10-16','117976','378ee4564587da1102429745a9bcd03d453e5430'),(1299,'','Kevin Gyeabour Domfeh','M','0','2006-07-07',551,'2013-10-16 00:00:00',NULL,'','a8e5098f3a7ad67c6ca61948dc404bcc79c988df'),(1300,'','Edith Adotey','F','0','1968-12-24',551,'2013-10-16 00:00:00',NULL,'','d2b3df9a122ba7fe689859d86456b86c8254a300'),(1301,'','Eric Kwabla Adotey','M','0','1975-08-02',551,'2013-10-17 00:00:00',NULL,'','6cab17e628c594ba17c5548f6989d4d063b04c3f'),(1302,'','Allana Gohori','M','0',NULL,551,'2013-10-16 00:00:00','1970-01-01','','461f32defafb5d539f76eb0237d1e049456bffa7'),(1303,'','Allana Gohori','M','0',NULL,551,'2013-10-16 00:00:00','2012-10-17','','0b31c141b196b554f084a7aa38b83e92a3d51dfb'),(1304,'','Akua Afriyie Boadu','F','0',NULL,551,'2013-10-16 00:00:00','1955-10-17','','343ee0497e024426a9c01d3eb1d6fbf7b879df8f'),(1305,'','Lawal Tracy Kemi','F','0','1984-03-24',551,'2013-10-16 00:00:00',NULL,'','3c3694b3bdb3e0fde9899ae9e87d899abaebee5f'),(1306,'','Domfeh Sylvester','M','0',NULL,551,'2013-10-16 00:00:00','2001-10-17','','9bf7bdb3ff7d83b1f62a6e2e89b839f67019661a'),(1307,'','Iddrisu Khadijah','F','0',NULL,551,'2013-10-16 00:00:00','1987-10-17','','35c7e9c0bb27bc1800c7391c6ef08803561e8fb1'),(1308,'','Mawuku Anan Ivy Enyonam','F','0','1975-01-01',551,'2013-10-16 00:00:00',NULL,'','27eb987b17f3af29e283a8fe52779c13a7d1a061'),(1309,'','Crabbe Abigail','F','0',NULL,551,'2013-10-17 00:00:00','1975-10-17','93357','8d23efca4adc7e683823c82b058e15d4f2c358b8'),(1310,'','Crabbe Abigail','F','0',NULL,536,'2013-10-17 00:00:00','1975-10-17','','8d23efca4adc7e683823c82b058e15d4f2c358b8'),(1311,'','Adam Mohammed','M','0',NULL,536,'2013-10-17 00:00:00','1950-10-17','','edec1cca3d484cfc637f772387cbe7c16c1ba09a'),(1312,'','Okai Cecilia','F','0',NULL,536,'2013-10-17 00:00:00','1948-10-17','','0c502b45be99997cf43be3a1f8ac7cc7be729621'),(1313,'','Amoah Enoch Kojo','M','0',NULL,536,'2013-10-17 00:00:00','1967-10-17','','c3a44fde3c288dab0ad55deb198310813bb7a9fd'),(1314,'','Biney Richard B','M','0','1960-12-28',536,'2013-10-17 00:00:00',NULL,'','900ea7253d6f7fd0e0907dfa670abd14af8c6449'),(1315,'','Kwashie Yvonne','F','0','1957-09-23',530,'2013-10-17 00:00:00',NULL,'50320','bfe386be2d5bbe33e5347ac8666e43ecc59a75d4'),(1316,'','Quainoo Vincent De Paul','M','0',NULL,536,'2013-10-17 00:00:00','1966-10-17','','e6887cdfb5df4bcff6afed40b1c7b793bf5c0780'),(1317,'','Dzidzedze Fiadjoe','M','0','1983-12-02',530,'2013-10-17 00:00:00',NULL,'','ec87cea92c1b36d5631d8c019d34493397c22431'),(1318,'','Adu Darko Nana E','M','0','1985-03-26',530,'2013-10-17 00:00:00',NULL,'122823','0b2cc3bea6e7dde0d27cd68076c17b3be7cc3745'),(1319,'','Ekem Samuel David','M','0','1949-10-19',530,'2013-10-17 00:00:00',NULL,'12854','b8bd654b2172ebd16f33df9eb1a4336cceee54d2'),(1320,'','Blay Becca Addo','F','0','2011-10-10',530,'2013-10-17 00:00:00',NULL,'121312','79023634475c6b5619789b5319f3dcc97d019dc8'),(1321,'','Abraham Juliana','F','0','1980-11-22',530,'2013-10-17 00:00:00',NULL,'','129bfc76cb747d44eb437ee167020d4e2a1a676f'),(1322,'','Mohammed Ramatu','F','0','1985-04-08',530,'2013-10-17 00:00:00',NULL,'86968','e8007251713f9946fd3d3e7eb6b891dc06380635'),(1323,'','Osei Nana Kwasi','M','0','1978-07-27',530,'2013-10-17 00:00:00',NULL,'','0766b34b443856050f0dcdb12b328eec37d6eb69'),(1324,'','Osei Josephine Charlene','F','0','1986-02-04',530,'2013-10-17 00:00:00',NULL,'','72b0e77d146c5752a2389b5592835b2afbbee279'),(1325,'','Agyie Hemaa Opoku Victoria','F','0','1984-04-22',530,'2013-10-17 00:00:00',NULL,'','a124462ae7544a7f2d82ebfd0007dc80360644b4'),(1326,'','Osei Egbert','M','0','2003-07-07',530,'2013-10-17 00:00:00',NULL,'125','17bda52f57399a43d458ef4313126e56fca393a7'),(1327,'','Mills Augustina Ekua','F','0','1979-08-19',530,'2013-10-17 00:00:00',NULL,'','585fc8a89d9250173445459b982040e22c697c26'),(1328,'','Gomado Edward','M','0','1979-08-11',530,'2013-10-17 00:00:00',NULL,'','32b7c9b9fdb49e79699071e95bf71f40264d9a34'),(1329,'','Abban Emmanuel','M','0','1984-06-16',530,'2013-10-17 00:00:00',NULL,'101385','107256bcc63148cf10d5ac958d93422de8434da8'),(1330,'','Kpodo Benjamin','M','0','1977-03-12',530,'2013-10-17 00:00:00',NULL,'','9331eadb18fdf44a7c267ca9035b87790af1e66a'),(1331,'','Faciann Jallah','M','0','1969-11-17',530,'2013-10-17 00:00:00',NULL,'','4d19c48117a16b040eaa2b9a2c1ef372a84c83f7'),(1332,'','Arthur Comfort','F','0',NULL,530,'2013-10-17 00:00:00','1969-10-17','128537','2b07e264b0fe2956e0ed8e16812191e4170398b2'),(1333,'','Osei Dominic','M','0','1980-07-01',530,'2013-10-17 00:00:00',NULL,'90061','7bf2a61eaadab0b130cb2fcc5099b3aa4458490b'),(1334,'','Agyei Twum Boateng','F','0',NULL,530,'2013-10-17 00:00:00','1970-10-17','71242','18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a'),(1335,'','Faidoo Paul Kwamina','M','0',NULL,530,'2013-10-17 00:00:00','1981-10-17','109251','e58bcc0012debbf20fffb3bf7b9fd1e7cec24edb'),(1336,'','Adoboe Jacob','M','0',NULL,530,'2013-10-17 00:00:00','1971-10-17','55902','ac325798666c62da2175fe93eb961708bb3c9db1'),(1337,'','Beatrice Kwaffo','F','0','1957-09-10',530,'2013-10-17 00:00:00',NULL,'SELF REQUEST','5c11de36766e8f08adbc843add3ad6117082de72'),(1338,'','Butsormekpor Rosemond Yayra','F','0',NULL,530,'2013-10-17 00:00:00','1986','110767','1135636c9619b227e32f25435eddb454bd9b5a3a'),(1339,'','Dena Benson','F','0',NULL,530,'2013-10-17 00:00:00','1989-10-17','SELF REQUEST','6ed6d5759878f6ed9d0321acd3f70b2cd15d6b6a'),(1340,'','Akordor Christiana Dzifa','F','0','1954-05-11',530,'2013-10-17 00:00:00',NULL,'122768','3ac0b2d8741f724856fbdca6e88cf394d14dc174'),(1341,'','Mumuni Amadu','M','0',NULL,530,'2013-10-17 00:00:00','1960-10-17','124412','8b0b3570c4267d2c6b776c10101a1bbf94949518'),(1342,'','Burgesson Abigail','F','0','1964-05-13',530,'2013-10-17 00:00:00',NULL,'32632','2e452a3a88138d6c9437a71771c2f8dd8000860d'),(1343,'','Hammond Caroline Naa Adjei','F','0','1984-06-29',530,'2013-10-17 00:00:00',NULL,'MEDICALS','fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed'),(1344,'','Nti Appiah Theodora','F','0',NULL,530,'2013-10-17 00:00:00','1969-10-17','MEDICALS','b47f8de96ba4ce2ca596644c15054e727d6230b4'),(1345,'','Ahadzi Godwin','M','0',NULL,530,'2013-10-17 00:00:00','1947-10-17','4219','021b5b266131df80d80018dc1e9f0df7ce942659'),(1346,'','Esantsi Selina','F','0','1974-11-07',530,'2013-10-17 00:00:00',NULL,'100279','5846c1407dd0d4f30316a884f3fbf1be44e0d23a'),(1347,'','Boamah Samantha','F','0','2008-07-23',530,'2013-10-17 00:00:00',NULL,'80092','3aad5f3678f8015eef2b7eab7aab288f39a3fc58'),(1348,'','Ackah Eyome','M','0','1978-01-23',530,'2013-10-17 00:00:00',NULL,'72433','04c1382f66f070a0f042c0aeb1e7dc56567680d5'),(1349,'','Sowah Portia','F','0','1985-05-14',530,'2013-10-17 00:00:00',NULL,'91853','cc45cca49d0079b0a21fa197b02c875384cec0f4'),(1350,'','Cooper Boimah Gorto','M','0','1970-05-11',530,'2013-10-17 00:00:00',NULL,'128540','09b89cb83abda13322820e1dc83d67135b4d75b5'),(1351,'','Lartey Mavis','F','0','1976-02-28',530,'2013-10-17 00:00:00',NULL,'47767','cfae25ddcdd1eadd6df00e35eda63c6ec56c8366'),(1352,'','Samiru Mohammed Ayine','M','0','1985-12-16',530,'2013-10-17 00:00:00',NULL,'122999','c6b3faf0c804be7a62925917ec2be1d6ddc1e308'),(1353,'','Adjei Kodie Gyamfuah A','F','0','2013-02-22',530,'2013-10-17 00:00:00',NULL,'125446','15b890b9a8ca7fbea096ac91b9b870e8f812bfc7'),(1354,'','Attah Gertrude Amayidor','F','0','1944-02-25',530,'2013-10-17 00:00:00',NULL,'101134','18a7c480500d0ee651c844c86079e30cce3ca8f2'),(1355,'','Mensah Grace S','F','0',NULL,530,'2013-10-17 00:00:00','1981-10-17','128541','7784e427c1ef06e0f04ce2e107f662116a0fe417'),(1356,'','Otoo Salomey','F','0','1982-12-30',530,'2013-10-17 00:00:00',NULL,'10290','d23275b84bf71110eec889a51ce5d1f79ce1fe68'),(1357,'','Ahola Evelyn','F','0','1984-10-22',530,'2013-10-17 00:00:00',NULL,'124991','f719b7d1cd68145bcffa0d8b4bbdd1699e27524f'),(1358,'','Karikari Mensah Marian','F','0','1978-05-19',530,'2013-10-17 00:00:00','','88944','290bd126d8677d8c894595a770a385757a40e0dd'),(1359,'','Awuku Lokko Kwadwo Kwakye','M','0',NULL,530,'2013-10-17 00:00:00','1936','127420','a46caa353387ce92db5dbfb838ad778bd146ba18'),(1360,'','Karikari Patricia','F','0','1980-06-14',530,'2013-10-17 00:00:00','','198565','9336c8dc23806fc93d218935bd5c8208f7bf39e7'),(1361,'','Akoto Millicent','F','0',NULL,530,'2013-10-17 00:00:00','1981-10-17','126688','1d6abc3a19a400c5105416f38c21dab5e13f7d2e'),(1362,'','Kilic Emre','M','0',NULL,530,'2013-10-17 00:00:00','1983-10-17','128552','31d37210a488441e1f12f9b3d63eef2fa1506cef'),(1363,'','Aguidissou Jonas','F','0',NULL,530,'2013-10-17 00:00:00','2004-10-17','49179','3d2e8238117bd89adfcddbf85991cc13b974e81a'),(1364,'','Jacobson Sam Carlin','F','0',NULL,530,'2013-10-17 00:00:00','2004-10-17','49179','85f52593dc162bbcf2034dcbe0e5aca1e48425f1'),(1365,'','Aguidissou Janas','M','0','1959-08-21',530,'2013-10-17 00:00:00',NULL,'','5852fb7e12d04fa57437c9ad22518ffd841b4592'),(1366,'','Sabin Tandukar','M','0','1998-10-28',530,'2013-10-17 00:00:00',NULL,'','d0a397640cc1f7e6c2351c5ede251fde5c5387ea'),(1367,'','Taitt George','M','0',NULL,530,'2013-10-17 00:00:00','1938-10-17','','d031e81515d966b0b8e7246ee7e00c3eab446d17'),(1368,'','Ohene Bestina Adjeley','M','0',NULL,530,'2013-10-17 00:00:00','1985-10-17','125022','f6935ae5ee9f971fb875cc59ce4e88691923332a'),(1369,'','Kissiedu Genius S','M','0',NULL,530,'2013-10-17 00:00:00','1974-10-17','126686','e9f66cdb5766b91a8e002147c2d8797cc24cac98'),(1370,'','Tawiah Kissien Rejoice','F','0',NULL,530,'2013-10-17 00:00:00','1975-10-17','84951','058c5187f6d6960b4848546eb90c26565dd55b4a'),(1371,'','Kyei Ahadzi Stella','F','0','1955-07-27',530,'2013-10-17 00:00:00',NULL,'12215','97848e5eaa9b2506db81fa3635b8ba02128d9783'),(1372,'','Oduro Boakye Peter','M','0','1966-06-25',530,'2013-10-17 00:00:00',NULL,'97487','7a50a2ec45525cf04ec05996838091cbfd9b7e61'),(1373,'','Fordjour Agyemang K','F','0','2009-08-15',530,'2013-10-17 00:00:00',NULL,'96974','9ea8869f25c46ddbed3cf9152622f898e6546d4d'),(1374,'','Fordjour Agyemang K','F','0','2009-08-15',530,'2013-10-17 00:00:00',NULL,'96974','9ea8869f25c46ddbed3cf9152622f898e6546d4d'),(1375,'','Hussein Belli','M','0','1992-08-25',530,'2013-10-17 00:00:00',NULL,'128555','b8e77e4e38456ab01d878e1a4013a8511bd552ff'),(1376,'','Ahorklo Sitsofe','F','0','1972-07-23',530,'2013-10-17 00:00:00',NULL,'128941','f91bf4afd53b78260c96e40dd609b202cd75756f'),(1377,'','Amoaku Alex Kwasi','M','0','1957-12-11',530,'2013-10-17 00:00:00',NULL,'12634','d1c8c8864745bc48fbcbd916d8b542940fbb1c7b'),(1378,'','Jaraad Pretty','M','0',NULL,535,'2013-10-17 00:00:00','1986-10-17','1120008','21dcfdfa5161ba0143273480386b36f363e81e01'),(1379,'','Owusu Akrofi','F','0','2007-06-10',535,'2013-10-17 00:00:00',NULL,'125811','deaa02db5a85914e7aaa6a5127f4a5a57602deaa'),(1380,'','Deseze Gabriel','M','0',NULL,535,'2013-10-17 00:00:00','1991-10-17','SR','fce6bca2408ad35ddbdc7104e30c4dd2b2d47084'),(1381,'','Abdulai Iddrisu Alhaji','M','0',NULL,530,'2013-10-17 00:00:00','1959-10-17','4800','5faa6ce75c388a8fbd154beaa1cb870a437a085e'),(1382,'','Issaka Aziz','M','0',NULL,530,'2013-10-17 00:00:00','1981-10-17','127929','c8f048c7733829a3f971c81dd060f765c95f0c32'),(1383,'','Nti Sylvester','M','0',NULL,530,'2013-10-17 00:00:00','1977-10-17','84953','59b1f4348bf66e272eb39471e428dae64218b764'),(1384,'','Aidoo Daniel','M','0','1983-03-20',530,'2013-10-17 00:00:00',NULL,'128286','9396528e008f7a5fba831de738b7800f313d4ecd'),(1385,'','Addo Evelyn','M','0','1994-11-02',530,'2013-10-17 00:00:00',NULL,'128559','9a27c27c5d763515b2af4c82f740dd1684d3c1b3'),(1386,'','Ejere Idowu Okheren','M','0','1983-10-18',530,'2013-10-17 00:00:00',NULL,'113668','93dc5a2813d1693c7c4f91b88e391e526729ea10'),(1387,'','Ejere Idowu Okheren','M','0','1983-10-18',530,'2013-10-17 00:00:00',NULL,'113668','93dc5a2813d1693c7c4f91b88e391e526729ea10'),(1388,'','Suleman Hawudu Abdulaye','M','0',NULL,530,'2013-10-17 00:00:00','1962-10-17','123549','a36e11d78cae6e717385720b7980bc6cd3bc6b93'),(1389,'','Intim Murray','M','0','2011-08-08',530,'2013-10-17 00:00:00',NULL,'106145','985548a529fb9105d3ba606e76263dcb8a4f34d0'),(1390,'','Verma Vinod Kumar','M','0',NULL,530,'2013-10-17 00:00:00','1955-10-17','120332','6b40a8e301f086fa9e62554851d11d61ee478a8d'),(1391,'','Osae Jennifer Doddy','F','0','1985-12-07',530,'2013-10-17 00:00:00',NULL,'128446','0941d5a019eed91d10264940d8c0cc3c13548e6c'),(1392,'','Karina Mandal','F','0',NULL,530,'2013-10-17 00:00:00','1986-10-17','119679','6f033f72532d8e38321268176b0707860166b9a2'),(1393,'','Ankrah Esther','F','0',NULL,530,'2013-10-17 00:00:00','1986-10-17','89715','122a584c1724ed32b482cc046c375872d18fc84c'),(1394,'','Asmau Ayub','F','0',NULL,530,'2013-10-17 00:00:00','1986-10-17','86185','c73761f2d01c464de6f70f4c93407ba2f071ed3c'),(1395,'','Foster Yomba Biba','F','0','1990-01-05',530,'2013-10-17 00:00:00',NULL,'38489','8ee6ca42daf3370f61f12de7107d91794a67a404'),(1396,'','Vulley Gifty Dufie','F','0','1979-09-16',530,'2013-10-17 00:00:00',NULL,'77119','82c8b70ced2ceabf546f393cff952233ff1c1c67'),(1397,'','Musah Diana','F','0','1975-12-16',530,'2013-10-17 00:00:00',NULL,'128560','db471a6f3bea9ab2d29c774840defae2c2373b1d'),(1398,'','Ampomah Hanna','F','0','1996-04-16',530,'2013-10-17 00:00:00',NULL,'128559','e80a82b71ebee1f4a2943dd4d3a0510002857c64'),(1399,'','Darko Dora','F','0','1970-02-10',530,'2013-10-17 00:00:00',NULL,'39848','b03fa73f45fc6e30a209b99da367dcc5da541814'),(1400,'','Jones Adrian','F','0','1975-06-13',530,'2013-10-17 00:00:00',NULL,'128090','0da118da0552b8b4f0f266498f3157aae9943598'),(1401,'','Suraju Inusah','M','0','1979-02-17',530,'2013-10-17 00:00:00',NULL,'121311','882dd2ca9d1b8fb1e0184cd4047bf6a3b34c7ddd'),(1402,'','Kwakye Adwoa Boatemaa','F','0','2012-10-29',530,'2013-10-17 00:00:00',NULL,'122420','617463776f13cc0c9302a6751680c76c722e9946'),(1403,'','Kwakye Adwoa Kwartemaa','F','0','2012-10-29',530,'2013-10-17 00:00:00',NULL,'122419','371040f9c4f7d627a79c6d463225ec9af17a40e6'),(1404,'','Frempomaa Keren Nhyira','F','0','2012-03-28',530,'2013-10-17 00:00:00',NULL,'113348','e8ee6ab383e1ef0bf34a54b442549a39051e6118'),(1405,'','Okantey Samuel Tawiah','M','72','0000-00-00',530,'2013-10-18 00:00:00',NULL,'50871','c9472602e7ec6db2fdc3a4b77f7f4146544726ff'),(1406,'','Okantey Samuel Tawiah','M','0','1941-09-21',530,'2013-10-18 00:00:00',NULL,'','fbd204ea5ee4a88c3f3f8cbfe8778cd6c02a3341'),(1407,'','Okantey Samuel Tawiah','M','0','1941-09-21',530,'2013-10-18 00:00:00',NULL,'50871','fbd204ea5ee4a88c3f3f8cbfe8778cd6c02a3341'),(1408,'','Gyimah Macgeorge G','M','0','1959-03-31',530,'2013-10-18 00:00:00',NULL,'83663','0f5c48c46f601fc86c0d8e787d7abb81ab4efd13'),(1409,'','Amissah Brookman','M','0','1974-03-20',530,'2013-10-18 00:00:00',NULL,'127778','8fa5e3bd5ca23a871122c7ead60e1fc60b37ce73'),(1410,'','Nyarko Catherine','F','0','1987-08-10',530,'2013-10-18 00:00:00',NULL,'125421','de95018aac57e82d6f037a0d76558447c9c83c1d'),(1411,'','Adamtey Gilbert','M','0','1981-06-26',530,'2013-10-18 00:00:00',NULL,'128535','70606d0351e5242816573da87bcea11dccd7d632'),(1412,'','Thomasi Hussein','M','0','1995-01-25',530,'2013-10-18 00:00:00',NULL,'102669','1b28bb24ba4af00666cefb38b1afa55bb18adc64'),(1413,'','Ofori Esther Konadu','F','0','1980-02-25',530,'2013-10-18 00:00:00',NULL,'76344','38cd0fd06730fa9e917bc3674364419dbfbe54c5'),(1414,'','Ashigbey Joyce','F','0','1967-12-03',530,'2013-10-18 00:00:00',NULL,'95061','71e146226ceb293ce81a33fd3db39178f6498354'),(1415,'','Quarmson Christine','F','0','1982-09-14',530,'2013-10-18 00:00:00',NULL,'122265','882bc88df718733aa5181a9297f0068e8e2cb31b'),(1416,'','Arthur Kingsford','M','0','1968-11-16',530,'2013-10-18 00:00:00',NULL,'','746f5001a377f0afc745ebe464265acc8bab2b94'),(1417,'','Kwatia George','M','0','1961-01-24',530,'2013-10-18 00:00:00',NULL,'','2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9'),(1418,'','Bekoe Josephine','F','0','1971-09-07',530,'2013-10-18 00:00:00',NULL,'90360','042d6ab4a492a759090ff9529e9887425be22d97'),(1419,'','Awatey Margaret','F','0','1965-07-20',530,'2013-10-18 00:00:00',NULL,'106813','2568608d39d10531eeb6db3cb272d17f18b66a4a'),(1420,'','Ohene Afoakwa Akua','F','0',NULL,530,'2013-10-18 00:00:00','2006-10-18','60718','7e7cccdc9bf407d355b67af0081a32a7410e1459'),(1421,'','Adu Agyemang Obadiah','F','0','1987-02-17',530,'2013-10-18 00:00:00',NULL,'','68eefa2aff9c32ce2ea5b825c95e8f1c60008c2e'),(1422,'','Acheampong Collins','M','0','1983-11-03',530,'2013-10-18 00:00:00','','','6467e2c39f2478027c68f149657fc899fa10cdc2'),(1423,'','Amoah Hannah','F','0','1967-01-01',530,'2013-10-18 00:00:00','','128564','664d5cfe118c696786463f96c2af97bf3d0937d0'),(1424,'','Appiah Lartey Yaw','M','0','1981-06-25',530,'2013-10-18 00:00:00',NULL,'','0309f8686a4556ce56435bdd24539438080a2cf5'),(1425,'','Appiah Lartey Yaw','M','0','1981-06-25',530,'2013-10-18 00:00:00',NULL,'','0309f8686a4556ce56435bdd24539438080a2cf5'),(1426,'','De Ruyter Brother Tarcisius','M','0','1925-12-04',530,'2013-10-18 00:00:00',NULL,'128567','f5a8641c8532991a7b474b0571cb749c2b469a89'),(1427,'','Lawoe Yaa','F','0',NULL,530,'2013-10-18 00:00:00','1984-10-18','127257','4f888d0a6e46cddddb3a798451ddc6684f607430'),(1428,'','Kingsley Nyinah Georgina','F','0',NULL,530,'2013-10-18 00:00:00','1933-10-18','','543a50884b5ce6f8f4355eb9ea10c09227a792d4'),(1429,'','Tetteh Esther Dede','F','0','1984-08-25',530,'2013-10-18 00:00:00',NULL,'115343','173742b65708db0f0dc5c04d8d208fefcd745be4'),(1430,'','Jerry Kanfira Enoch','M','0',NULL,530,'2013-10-18 00:00:00','1944-10-18','','88e1c6efbc0178006f40fec4613af5dd629a50c5'),(1431,'','Tachie Patience','F','0','1960-10-28',530,'2013-10-18 00:00:00',NULL,'24523','4fb30832867bb322c05cc54d16e54181d1c6692d'),(1432,'','Duh Gladys','F','0','1965-12-15',530,'2013-10-18 00:00:00',NULL,'34615','20fc32748ddf90674a2e90d562025b2cda0c770d'),(1433,'','Agborh Christina Ama','F','0','1975-12-20',530,'2013-10-18 00:00:00',NULL,'123094','a2bfe1eabe5734796d3f3d02832d13a1ad292cbf'),(1434,'','Kumi Enoch','M','0','1980-01-15',530,'2013-10-18 00:00:00',NULL,'','be485e00fb6bb36592402f08532f0a5442c6b4ae'),(1435,'','Danquah Margaret','M','0','1985-12-27',530,'2013-10-18 00:00:00',NULL,'','358b91206064f8d8d87a3796b8ebb2388ee5fe83'),(1436,'','Eman Jahjah','F','0','1985-11-21',530,'2013-10-18 00:00:00',NULL,'54548','03abeed09e6d9ab033d1ff56a11aa32d67299aec'),(1437,'','Ayiku Lisa Maa Adjoa','F','0','1984-04-12',530,'2013-10-18 00:00:00',NULL,'118818','d4c40e9fb78dc4a572cd234d28dfa8507ba79d9b'),(1438,'','Ashdjian Mikhael','M','0','1931-08-01',530,'2013-10-18 00:00:00',NULL,'32556','2e779e72b043510939486b4483bd182f1699c4df'),(1439,'','Abdulai Nuruden','M','0','1979-12-25',530,'2013-10-18 00:00:00',NULL,'','442bc792a8a0ef0ec648fe7a5feb230bd6ba5479'),(1440,'','Bessie Christian','F','0',NULL,530,'2013-10-18 00:00:00','1933-10-18','5959','f2dac9ea3d3d364b98224beb44a8adaf1b2d6198'),(1441,'','Seidu Salihu','M','0',NULL,530,'2013-10-18 00:00:00','1926-10-18','127891','ffb274e9d0980254c8e382cbab3f3da60244cf45'),(1442,'','Gadzekpo Delali','M','0',NULL,530,'2013-10-18 00:00:00','1956-10-18','105770','863b8bd054d746e90fa4c6578c434db3ad2ed30f'),(1443,'','Issah Abdul Rahaman','M','0','1976-11-25',530,'2013-10-18 00:00:00',NULL,'74794','a89657648aaf6476460938a9f76aaff70b0ad6b6'),(1444,'','Forson Gladys Amoah','M','0',NULL,530,'2013-10-18 00:00:00','1980-10-18','124908','f6829c12ade31c9aa286efe974a63163b444fadb'),(1445,'','Bakudie Sophia','F','0',NULL,530,'2013-10-18 00:00:00','1983-10-18','107760','d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131'),(1446,'','Agbevivi Patience Akua Sika','F','0',NULL,530,'2013-10-18 00:00:00','1986-10-18','128566','32e47975f725eefa41df6a77ec72d2e77ca8fa14'),(1447,'','Yeboah Anita Frema','F','0','1983-01-20',530,'2013-10-18 00:00:00',NULL,'104416','e3f0d24e7583c18c2de0e9beaa39cfa351460ea0'),(1448,'','Klerk Caleb Paul','M','0','2012-11-09',530,'2013-10-18 00:00:00',NULL,'121832','d745a0ff4c1b5ce96e0be1a9c8e1c9578cdc058e'),(1449,'','Osei Josephine','M','0','1981-04-08',530,'2013-10-18 00:00:00',NULL,'75727','0f2691a2ccef670f94780c3908117fa7a5a33470'),(1450,'','Baah Adelaide Frempomaa','F','0','1985-03-24',530,'2013-10-18 00:00:00',NULL,'128575','12054e07fd2d942797e7bf918bc08fb29a687377'),(1451,'','Darkwa Nadia','F','0','2013-08-22',530,'2013-10-18 00:00:00',NULL,'','9183838005269a4acdc04e7437f71d9284c91b57'),(1452,'','Gyapong Elvis K','M','0',NULL,530,'2013-10-18 00:00:00','1984-10-18','88440','9ad2de19085a6a17ac37920fd7371ccd958a76e9'),(1453,'','Seidu Ramatu','F','0','1982-06-19',530,'2013-10-18 00:00:00',NULL,'102663','809a7a5e20aef7dd80e4e77d95729a5e59a25ef6'),(1454,'','Amuzu Vivian','F','0',NULL,530,'2013-10-18 00:00:00','1983-10-18','128572','5bff56e422cebf8f9bccb45c762bff24071252bd'),(1455,'','Yeboah Prince Obiri','M','0','2007-06-08',530,'2013-10-18 00:00:00',NULL,'98352','5bf85036cd6af33591429ff3560623c42d2ee532'),(1456,'','Saka Fatima','F','0',NULL,530,'2013-10-18 00:00:00','1966-10-18','122310','82a119ab8239effbaba840f2eb5682cc2f710cbd'),(1457,'','Saka Fatima','F','0',NULL,530,'2013-10-18 00:00:00','1966-10-18','122310','82a119ab8239effbaba840f2eb5682cc2f710cbd'),(1458,'','Suresh Thuruthiyil','M','0','1961-01-28',530,'2013-10-18 00:00:00',NULL,'','5db15fde5f50af69bf648d9988edeed3513b8cf5'),(1459,'','Mensah Abban Mark','M','0',NULL,530,'2013-10-18 00:00:00','1977-10-18','128576','8b6b138cf67e5ca967b4fd440ddf9e862858f82c'),(1460,'','Tachie Menson Charles','M','0','1990-07-28',530,'2013-10-18 00:00:00',NULL,'105929','9ed0a9fd53e84bd2da370b9616fb338563e1a3e0'),(1461,'','Yaacoub Jean Leonel','M','0','2011-07-29',530,'2013-10-18 00:00:00',NULL,'111507','613add8495e2607e0895f0e94bdc55686e1b1137'),(1462,'','Barnor Lawrecia','F','0',NULL,530,'2013-10-18 00:00:00','1987-10-18','84290','1081b80355c833a97eab7aba2ff8f05417638444'),(1463,'','Rop Benta Cherono','F','0','1985-10-28',530,'2013-10-18 00:00:00',NULL,'128579','a874a7c028847640d7cd2d866373f0079c0dc326'),(1464,'','Baba Zaah Rebecca','F','0',NULL,530,'2013-10-18 00:00:00','1985-10-18','128569','380a910793d85ae5215d704c572514ec3b9d7a89'),(1465,'','Oluwatoyin Olubunmi','F','0',NULL,530,'2013-10-18 00:00:00','1972-10-18','128570','ee6ad7f3747b8bcb94e1bc0ce922c1a4a57cc9ca'),(1466,'','Adu Millicent','M','0',NULL,530,'2013-10-18 00:00:00','1983-10-18','124758','bc7345146e214431e372a4b2fdd183d09c3ac12b'),(1467,'','Asihene Lititia','F','0',NULL,530,'2013-10-18 00:00:00','1980-10-18','122373','6c3206ae3a39abf40d4effece733f87309e8560f'),(1468,'','Kafui Folikomah','M','0',NULL,530,'2013-10-18 00:00:00','1983-10-18','128577','b0169738622aeff2bfa7f8a5c561321a7279014d'),(1469,'','Ayiku Thomas H','M','0',NULL,530,'2013-10-18 00:00:00','2012-03-18','123902','8d5d217e727d9fc1fba4eb1e4a431492b37d2775'),(1470,'','Damoah Betty','F','0',NULL,530,'2013-10-18 00:00:00','1977-10-18','','be3b1f5fbdc958a4b9676277805449d6fef19d87'),(1471,'','Gyampoh Hebry Opoku','M','0','1969-09-30',530,'2013-10-18 00:00:00',NULL,'127730','52c358388166e7a2917da8e16f938c0252a3e70b'),(1472,'','Osei Henrietta','F','0','1984-10-20',530,'2013-10-18 00:00:00',NULL,'120394','2d8096b9d68f2206733feda5ee775d6e9cef6e28'),(1473,'','Avevor Theresa','F','0','1987-09-10',530,'2013-10-18 00:00:00',NULL,'109828','7fa7ea95b7b80da3531118fe14a992c4ebca9cd7'),(1474,'','Ainsoh Richard Ofori','M','0',NULL,530,'2013-10-18 00:00:00','1984-10-18','122092','60d2ea9da80dbdbeb888a3af19009fd6219a777b'),(1475,'','Somuah Ebenezer','M','0','1976-11-13',530,'2013-10-18 00:00:00',NULL,'20515','c576dc2d552a792dc346485df5d2acaba0fdb5ce'),(1476,'','Osafo Sabina','F','0','1988-09-13',530,'2013-10-18 00:00:00',NULL,'118861','c9bf679ba9e02610e04cecdfef22896f13ea9c04'),(1477,'','Boaten James','M','0','1984-04-20',530,'2013-10-18 00:00:00',NULL,'128588','e91ca87d174b32307da0cd99811f57e55f0d67c4'),(1478,'','Kanyi Gifty Foli','F','0','1976-10-20',530,'2013-10-18 00:00:00',NULL,'100512','33689adc2036f4bb54a1735596d05cc01bc0066b'),(1479,'','Owusu Kofi','M','0',NULL,558,'2013-10-18 00:00:00','1970-10-18','128587','e6ffe955f6809539b5abb5e3eec12d7399c8a832'),(1480,'','Appiah Kubi Josephine','F','0','1970-05-20',558,'2013-10-18 00:00:00',NULL,'77205','7e756c38dd3bb918da695889cc1def484ada8a75'),(1481,'','Tay Maxine','F','0','1987-05-05',558,'2013-10-18 00:00:00',NULL,'128591','ba295cb7cb177c5d007d0a598a546ceb4188ffed'),(1482,'','Wozney Jason','M','0',NULL,558,'2013-10-18 00:00:00','1996-10-18','128590','67af8480a2f780ee6f6a251d4d54ab791154dd8c'),(1483,'','Larbi Kenani Addo','M','0','2011-09-22',558,'2013-10-18 00:00:00',NULL,'117706','9a56119653ff9d8a8aad5c4292dc76fb4b41754f'),(1484,'','Segbawu Esinam Akosua','F','0','1995-10-01',557,'2013-10-19 00:00:00',NULL,'104277','0a8f8e572046e48028dbf3621351ffec4b232ded'),(1485,'','Ronke','F','0','1995-09-27',558,'2013-10-19 00:00:00',NULL,'128594','2427b87ad8d45892f87d770e04805f6aa7d3211a'),(1486,'','Segbawu Elike Kwame','M','0','2000-03-04',558,'2013-10-19 00:00:00',NULL,'104276','d63a7fe25e215609519cded3d339e85ab784ea28'),(1487,'','John Akpan Ronke Eno','F','0','1995-09-27',558,'2013-10-19 00:00:00',NULL,'128594','351286a5f4bfa9dba54802a2f75707ccff1d0fb6'),(1488,'','Osei Owusu Irene','F','0','1980-04-11',558,'2013-10-19 00:00:00',NULL,'128595','78af31ba86d91306b9c0e70196fb9cd43dd80299'),(1489,'','Kudajwu Norbert','M','0','1928-12-09',558,'2013-10-19 00:00:00',NULL,'3378','c5f17920e64477a6fef7ee0ead37ef70eff73b5a'),(1490,'','Awusu Seyram','M','0','2008-12-25',558,'2013-10-19 00:00:00',NULL,'128596','9a26978101e0b6184b7a51bc3fd0e95606c687d1'),(1491,'','Kpabitey Soumobi Joy','F','0','2008-10-29',558,'2013-10-19 00:00:00',NULL,'100062','2b82a58f1029f401b0ad93859195b8dec2dd9f01'),(1492,'','Amissah Lydia Kate','F','0','1944-11-15',558,'2013-10-19 00:00:00',NULL,'5848','45257519e8876e5c2bde74673c42d4051ec10fe4'),(1493,'','Agbezudor Naniga','M','0',NULL,558,'2013-10-19 00:00:00','1930-10-19','2040','9830833c2cb1c911f5a564744536f127d86487ed'),(1494,'','Sosan Oluseyi O','M','0','1942-04-19',558,'2013-10-19 00:00:00',NULL,'100550','f79e7c13b8df65f7aa6bbd07344f98fd83897240'),(1495,'','Aryee Salomey','F','0','1979-01-01',558,'2013-10-19 00:00:00',NULL,'','d802caec856eba94a1802522c6a61f726e96500e'),(1496,'','Kwabi Evelyn','F','0','1979-01-01',558,'2013-10-19 00:00:00',NULL,'','726e73d378c2fbacb96412e22ffe64dc546a325f'),(1497,'','Tetteh Joyce Nartey','F','0','1977-06-19',558,'2013-10-19 00:00:00',NULL,'123332','4d22be1699a600298478fb492115caaf91586a0e'),(1498,'','Namadou Coulibaly Adama','M','0','1975-03-23',531,'2013-10-19 00:00:00',NULL,'82118','1ce1ac8a2a0323ee58a76f510a4a1b80c7d9f8a0'),(1499,'','Nyemasem Sarah B','F','0','1978-05-23',531,'2013-10-19 00:00:00','','128392','485e5a0eaab41e6a917b24c397740f759deb6c4f'),(1500,'','Baine Andrew Fiifi','M','0','1986-03-28',531,'2013-10-19 00:00:00',NULL,'128597','b36f034a42fbe0c9b0efa9497bdf22304ef7c1f1'),(1501,'','Blevi Delphine','F','0','1983-11-26',531,'2013-10-19 00:00:00',NULL,'S/R','15dc912469f300f63857c71aa247afe4251186e6'),(1502,'','Sepenoo Godwill Swanza','M','0',NULL,531,'2013-10-19 00:00:00','1970-10-19','123260','3e71640ef9b608a6629ee259da4746035cc0fbea'),(1503,'','Agboh Edmund Kwame','M','0',NULL,531,'2013-10-19 00:00:00','1971-10-19','123095','6d0051cc5a5d2a37ef574c4ed951ebb1c139c5fd'),(1504,'','Agbenyoh Oliver','M','0',NULL,531,'2013-10-19 00:00:00','1984-10-19','116113','c1f508a4399812433c974a8d2b123eeb5a72a05b'),(1505,'','Tamakloe Adodo Can','M','0',NULL,531,'2013-10-19 00:00:00','1947-10-19','3349','2c4ef362a6015ae41ad8d502cbaa2e1d49089068'),(1506,'','Lamptey Fredrick','M','0',NULL,531,'2013-10-19 00:00:00','1935-10-19','7052','70f28e085a7d3eba088d09a4e110ef4369efc844'),(1507,'','Gyampoh Henry Opoku','M','0','1969-09-30',531,'2013-10-19 00:00:00',NULL,'127730','6dcc97a9a288699592bb230b740665657ba8b3d6'),(1508,'','Fianu Josephine','F','0',NULL,531,'2013-10-19 00:00:00','2000-10-19','104948','939ba25c949c5f86342aaf9516a95a7256a7abad'),(1509,'','Darko Esther','F','0',NULL,531,'2013-10-19 00:00:00','1960-10-19','1596','42794a4d46f78634cdf346912b6c097a72c4da81'),(1510,'','Amparbeng Evelyn','F','0',NULL,531,'2013-10-19 00:00:00','1987-10-19','122539','b0a058fa14a6ab8b41ffc65ddedc1cc95f67ceb4'),(1511,'','Beyou Charles','M','0',NULL,531,'2013-10-19 00:00:00','1969-10-19','122912','f92996a60756b63f3972d70497833ab60ff03c2e'),(1512,'','Adjeley Obene Bestina','F','0',NULL,531,'2013-10-19 00:00:00','1985-10-19','125022','fb1d91437b32b7201cc8e0fe9ecc91cc458a1b6e'),(1513,'','Donkers Zoe','F','0',NULL,531,'2013-10-19 00:00:00','2007-10-19','128599','bff96cfa78915739ef20381ed062b239b1aaaef3'),(1514,'','Essuman Mensah Bedina','F','0',NULL,531,'2013-10-19 00:00:00','1936-10-19','31839','9a63ddc75a09bad4f7e110add3932bbaca536847'),(1515,'','Ameyaw Simon Nyarko','M','0',NULL,531,'2013-10-19 00:00:00','1995-10-19','75373','1d0dbd247bf1bc924877ce6eed2a050e6e6aa75d'),(1516,'','Ameyaw Hannah','F','0',NULL,531,'2013-10-19 00:00:00','1960-10-19','75197','a0147513c6395b7ba934b758d34c8fbf33d2f17d'),(1517,'','Nyamadzi Edudzi Kwao','M','0','2009-01-01',531,'2013-10-19 00:00:00',NULL,'117946','5c460dd3fece753569d945da6f2e091dbace1a0b'),(1518,'','Larbi Jacob','M','0','1981-06-06',531,'2013-10-19 00:00:00',NULL,'64359','284241cbb27c863dc3b9089d5154c6e959f458bb'),(1519,'','Claire Onyekachukwu Nwoye','F','0',NULL,531,'2013-10-19 00:00:00','1996-10-19','127905','599f23d83a08d4886093abf9d333362dffece2d8'),(1520,'','Attianah Priscilla Korkor','F','0',NULL,531,'2013-10-19 00:00:00','1988-10-19','126326','1b03f21a3ca8f9b7f5a63b031c7774a84bee1338'),(1521,'','Abdallah Khaled Abdelraouf','M','0','1966-03-12',531,'2013-10-19 00:00:00',NULL,'128600','1d4fed6b4203f75171fa7437bfc3d77b9ba0a499'),(1522,'','De Ruyter Tarcisius','M','0',NULL,531,'2013-10-19 00:00:00','1925-10-19','128567','cbc6e9d7f07593520dd3dce9979b8ccf82864059'),(1523,'','Blanchard Lucie','F','0',NULL,531,'2013-10-19 00:00:00','1987-10-19','S/R','df660cbb8872b59a1b22a85d30b71be2f643e825'),(1524,'','Osinuei Samuel','M','0',NULL,531,'2013-10-19 00:00:00','1980-10-19','S/R','84c76ca940cfc8bac290b83833fb9912d1c99872'),(1525,'','Butah Kwadjo Adunkwa ','M','0',NULL,531,'2013-10-19 00:00:00','1941-10-19','S/R','ba5628964bf985be7ba7a48f5e370f32a51fa033'),(1526,'','Fatoumata Cisse','F','0',NULL,531,'2013-10-19 00:00:00','1989-10-19','124211','af885d1bd622d9be43f6a7563ab7442513c6051c'),(1527,'','Odai Aidoo Bernard','M','0','1968-08-20',531,'2013-10-19 00:00:00',NULL,'128465','0901a06e487ec2303bbb60ecd1f05365ccecf75e'),(1528,'','Kudjawu Norbert','M','0',NULL,531,'2013-10-19 00:00:00','1925-10-19','3378','50090be851da4b629ddd82844e0d0b9ab5e379ef'),(1529,'','Abubakari Krotum','F','0','1992-06-13',531,'2013-10-19 00:00:00',NULL,'128568','e87b88cc7eba368f0e09ca37f0ba5e0b0e04cf66'),(1530,'','Dzeble Felicity','F','0',NULL,531,'2013-10-19 00:00:00','1935-10-19','5872','c37a670b4659d65dfc50e161ff65b4e12c4f19ed'),(1531,'','Dzedle Emmanuel','M','0',NULL,531,'2013-10-19 00:00:00','1933-10-19','2345','ee46d4bd14453cc6e47e1dd3ec62d5de673bf4a5'),(1532,'','Akuamoah Helen Baby','F','0',NULL,531,'2013-10-19 00:00:00','1985-10-19','122058','64aa752f336212f29c7f71d842c42d8c5cc5830f'),(1533,'','Akuamoah Helen','F','0',NULL,531,'2013-10-19 00:00:00','1985-10-19','122058','5ac28492ab3eb7b1cd0f73b3f139cf5334271c3b'),(1534,'','Musah Talhatu','F','0',NULL,531,'2013-10-19 00:00:00','1980-10-19','128512','ff74c62ac0ac604f9b139aa7065a740bac409b76'),(1535,'','Jacobson Samcarlin ','M','0',NULL,531,'2013-10-19 00:00:00','2004-10-19','','0584cbd1585a8f4d5b8cea51ef5b8cec25773450'),(1536,'','Okantey Hellen','F','0','1984-07-25',531,'2013-10-19 00:00:00',NULL,'126855','76cbbd51362b42efe55dc6a526faa9260ae2c8d1'),(1537,'','Mensah Richard','M','0',NULL,531,'2013-10-19 00:00:00','1985-10-19','127727','f3df2f1011caab989114dee7dd1102fd08a14867'),(1538,'','Gyampa Kofi Amoako Apenten','M','0',NULL,531,'2013-10-19 00:00:00','1956-10-19','106926','58340b4a148d1976c212a0d8e9bd5b681c4df600'),(1539,'','Nnoma Addision Bernice','F','0',NULL,531,'2013-10-19 00:00:00','2009-10-19','95449','2f9d62bff5d5b658b5f85cb948cda296e01b30a0'),(1540,'','Aleeno Sai Florence','F','0',NULL,531,'2013-10-19 00:00:00','1929-10-19','9222','ae81f7647738da4298354c7f93dcbdf7bfc112c3'),(1541,'','Boakye Lucy Naa','F','0',NULL,531,'2013-10-19 00:00:00','1989-10-19','126629','41cee0b3b59f65bbf2f047d03d9023d56bc72cfa'),(1542,'','Adotey Shirley','F','0',NULL,531,'2013-10-19 00:00:00','1983-10-19','80520','59c9b5271962639be25edc5eab69a399e5c51a5a'),(1543,'','Laryea Eben Adzei','M','0',NULL,531,'2013-10-19 00:00:00','1948-10-19','127513','2cd5d5e1a661358fde1e409ff90d35dfbbc49203'),(1544,'','Odei Stephanie','F','0','1994-05-06',531,'2013-10-19 00:00:00','','99547','135bb2417712deb13b458b81f34741c74ff2d9d9'),(1545,'','Bonto Etornam Paulina','F','0',NULL,531,'2013-10-19 00:00:00','1983-10-19','104644','406c65dbd9cb704b8132b3aad1a998d78ff01264'),(1546,'','Vaernes Marie Trine','F','0','1985-12-26',531,'2013-10-19 00:00:00',NULL,'128558','41f8247348215314c5479919c4f6c4ed44a6b7d8'),(1547,'','Kanyi Michelle Samantha','F','0',NULL,531,'2013-10-19 00:00:00','1999-10-19','126833','36c19789aa5a4688412336c3b84137b451ffaa8b'),(1548,'','Rabah Aboudiab','M','0',NULL,531,'2013-10-19 00:00:00','1971-10-19','S/R','3a1208912ae47f72252a3821de633292c100d2f4'),(1549,'','Hammond Acquah Comfort','F','0',NULL,531,'2013-10-19 00:00:00','1929-10-19','103173','3500e0312954c4d0d6b86c775a344ad7b4d506dc'),(1550,'','Amediavor Jennifer','F','0',NULL,531,'2013-10-19 00:00:00','1984-10-19','96201','993ab300b14b885bfbbd8a8feadf082289623410'),(1551,'','Mensah Debora Naa Adjeley','F','0','1994-01-26',531,'2013-10-19 00:00:00',NULL,'66103','0618c8c4318d0a65802901649bc90e6989ed0d0b'),(1552,'','Aydin Cigdem','F','0',NULL,531,'2013-10-19 00:00:00','1988-10-19','128605','bc38ef12497c8716cb588ececbf33ad5505ac22b'),(1553,'','Adu Odei Daniel','M','0',NULL,531,'2013-10-19 00:00:00','1971-10-19','128448','6a883cdbeb9274625dea4f77fff750a6782fc2f0'),(1554,'','El Badaoui Lama','F','0','2012-12-18',558,'2013-10-19 00:00:00',NULL,'128606','8b8260567b8f8dd408fbdc1d82ffab559dab7961'),(1555,'','Agbesi Mawuena','F','0','2003-05-09',558,'2013-10-19 00:00:00',NULL,'79806','b172f9cf74e91ddf39ff087b30b5d8213a12f219'),(1556,'','Ankora Sylvia','F','0','1976-11-14',558,'2013-10-19 00:00:00',NULL,'126253','7611807ca80a8c8394f2080430fb5b92a193d332'),(1557,'','Eshun Patience Araba','F','0','1991-12-03',558,'2013-10-20 00:00:00',NULL,'128609','bb08a45974ae6ab2eb607d888d3e69285831a870'),(1558,'','Akoto Nana Akua Ode','F','0','2012-09-19',558,'2013-10-20 00:00:00',NULL,'128608','21c2136230b1b38d4e8e9065d3a3736d0d9e85a8'),(1559,'','Alamu Richmond Kabiru','M','0','1983-08-22',558,'2013-10-20 00:00:00',NULL,'116700','9584792cb577840f555797000bcf72d26b0e702c'),(1560,'','Amissah John E V','M','0','1943-01-04',558,'2013-10-20 00:00:00',NULL,'5860','5c94d89b64ccfe772ba946d918ce4b3c5d2d573d'),(1561,'','Ansre Edith Beatrice','F','0','1959-06-11',531,'2013-10-20 00:00:00',NULL,'6171','1e61e4092672502efdb3834b6a94c98bdab967b9'),(1562,'','Afrifa Afari Michael','M','0',NULL,531,'2013-10-20 00:00:00','1979-10-20','67095','0afef030a9d4c3dc65175b82d29af148788a5536'),(1563,'','Adjei Patience','F','0',NULL,531,'2013-10-20 00:00:00','1958-10-20','2843','0efa4c1ad2df591c4a6a2f01123d5c811c168d5c'),(1564,'','Fiagbe Aseye','F','0',NULL,531,'2013-10-20 00:00:00','2013-02-10','112882','ab1207c122dd174ac2968c171e9291ae51dcd657'),(1565,'','Appiah Kubi Josephine Bright','F','0',NULL,531,'2013-10-20 00:00:00','1970-10-20','77205','edff3af37caf751bb4f20f83638b75317531fa60'),(1566,'','Ntow Martin Juliet','F','0',NULL,531,'2013-10-20 00:00:00','1981-10-20','86783','005ec835c8a7ae42914ae23625c07629805b634c'),(1567,'','Abban Mensah Margaret','F','0',NULL,531,'2013-10-20 00:00:00','1960-10-20','1462','73935d6f9a060399161ebac0a30c7adcac10a375'),(1568,'','Anney Kouame Antoine Emmanuel ','M','0','2011-04-27',531,'2013-10-20 00:00:00',NULL,'107002','98da674c801a4e53f191c331411c78814a7ae5c5'),(1569,'','Yawson Christiana','F','0',NULL,531,'2013-10-20 00:00:00','1987-10-20','122160','f2fc2265d190675ff85addccef67359a27509065'),(1570,'','Morrison Kelvin','M','0',NULL,531,'2013-10-20 00:00:00','2006-10-20','56342','47cc5a0a271d5d9adb36d18af55305e2e456fbda'),(1571,'','Umutoni Agnes','F','0',NULL,531,'2013-10-20 00:00:00','1982-10-20','128611','c73ed430ce587272faf25139bf17c354e793d68e'),(1572,'','Kwakye Fosu Jemimah','F','0',NULL,531,'2013-10-20 00:00:00','1986-10-20','S/R','362b9bab2d6700a32e02ba9006aa87d9db39dbe8'),(1573,'','Okosun Susan','F','0',NULL,531,'2013-10-20 00:00:00','1963-10-20','S/R','463cdbb93eef3185d83526a824d634cb027d4a04'),(1574,'','Okosun Kennedy','M','0',NULL,531,'2013-10-20 00:00:00','1963-10-20','S/R','be704c7bdf567bf341898441cf28eac920853c15'),(1575,'','Mosi Loydian','M','0',NULL,531,'2013-10-20 00:00:00','1969-10-20','89390','0d0fa7add7ba85700b3c90ee987fabbfb774c632'),(1576,'','Tchamba Marceline Pulcher','F','0',NULL,531,'2013-10-20 00:00:00','1961-10-20','122264','6a797dd6c86822f50d9d7937f9ebf1afbb56ff67'),(1577,'','Tchamba Lowa Loko Juls','M','0',NULL,531,'2013-10-20 00:00:00','1958-10-20','121674','2516e9f3a79fd164877d88b94e5d04f8ff8cfd1b'),(1578,'','Agyekum Agyeman Duah','M','0','1983-03-10',531,'2013-10-20 00:00:00',NULL,'51574','e3858a1d8eff807438960468f60dc8f4ede87182'),(1579,'','Thompson Alexander Samuel','M','0',NULL,531,'2013-10-20 00:00:00','1975-10-20','82800','0f3d290cbae2d7371d653f7c0f0d2e15338d9fe3'),(1580,'','De Ruyter Tarcisius','M','0',NULL,531,'2013-10-20 00:00:00','1926-10-20','128567','e571e59782e431b85a17ce071172dd38af4a959f'),(1581,'','Nunekpeku Sandrah Baby','F','0',NULL,531,'2013-10-20 00:00:00','2013-10-19','87512','d5cf0dbd72599cc9b15e81718c178d6214839a1e'),(1582,'','Velikanov Oleg','M','0',NULL,531,'2013-10-20 00:00:00','1989-10-20','128612','2540869f7a6ccb5282172a45a8bc7509ea465650'),(1583,'','Parker Thomas K','M','0',NULL,531,'2013-10-20 00:00:00','2004-10-20','89139','deec9b9eb21e0e2fdc2284689cbc2ac5ec63585d'),(1584,'','Avuyi Betty Awoenam','F','0',NULL,531,'2013-10-20 00:00:00','1979-10-20','75138','6222740349b7b8410622cffa92dd5db45624145b'),(1585,'','Mensah Enyonam','F','0',NULL,531,'2013-10-20 00:00:00','1972-10-20','93153','b5d011fb4138217692a86b3e851581a0249bc479'),(1586,'','Cori Deterding','F','0',NULL,531,'2013-10-20 00:00:00','1981-10-20','128613','96655e237d06d4d85389e8382483f7e66f685d1e'),(1587,'','Bukari Adiza','F','0',NULL,531,'2013-10-20 00:00:00','1943-10-20','100756','28782aa7c1d922f9e2e780c1f781454e0ac60585'),(1588,'','Mate Kole Isobel','F','0',NULL,531,'2013-10-20 00:00:00','2009-10-20','128245','71614424dc83d83dac5d01ffab56413a4a9aa379'),(1589,'','Waja Bright','M','0',NULL,531,'2013-10-20 00:00:00','2007-10-20','79958','95b7cdcc85322389e34e9ab9a4cf32f219826243'),(1590,'','Elder Crotz','M','0',NULL,531,'2013-10-20 00:00:00','1992-10-20','S/R','82458fdc733c4ff597ac748a5a4383cabb9b6b14'),(1591,'','Boakye Georgina','F','0',NULL,531,'2013-10-20 00:00:00','1983-10-20','107040','2489a0075038d3e425a047adfa2f3e74f0f82a86'),(1592,'','Asamoah Adwoa Aboagyewaa','F','0',NULL,531,'2013-10-20 00:00:00','1987-10-20','126179','edc2b05bd025cb2e1e21d4247d371b51afcf47d5'),(1593,'','Clark Terry Nathan','M','0',NULL,531,'2013-10-20 00:00:00','1994-10-20','128646','6060326d2fce810ba86dc57e6a03b2c1f2731d30'),(1594,'','Yakubu Kramo','M','0',NULL,531,'2013-10-20 00:00:00','1940-10-20','67035','6767f2c068078c2706687f35a0e9c2f619dd06f0'),(1595,'','Kyei Baffour Birago','F','0','2000-02-19',531,'2013-10-20 00:00:00',NULL,'38604','9ac4d633c01684186e0d08cea90ce1698d18275b'),(1596,'','Osafo Adu Pearl','F','0',NULL,531,'2013-10-20 00:00:00','1945-10-20','125083','a0066a391feb63e007aeed989e15d1ce780238ba'),(1597,'','Abdullahi Adull Hammid','M','0','2009-07-21',531,'2013-10-20 00:00:00',NULL,'117338','7f7c070d41c2562834969eda0c05826652c13959'),(1598,'','Twerefour Antwi Sandra','F','0','2007-05-29',531,'2013-10-20 00:00:00',NULL,'7060','664a72e0f3ccab2298e7d61a16819dec6b85692c'),(1599,'','Mark Joseph','M','0','1978-09-21',531,'2013-10-20 00:00:00',NULL,'128620','1553e6150594ec0711b39f23b0e5fe5325867b10'),(1600,'','Boampong Vivian','F','0',NULL,531,'2013-10-20 00:00:00','1978-10-20','47738','528e80e0c852bd00a86e0ab73ed7a1f7e2db36db'),(1601,'','Anas Aaaya','F','0','2010-05-13',531,'2013-10-20 00:00:00',NULL,'128618','b5498a5eb59ffba7882da169641148ac3d6db69c'),(1602,'','Anas Suratul','M','0','2010-05-13',531,'2013-10-20 00:00:00',NULL,'128619','794f003742023afaead427448902d8d57ffa889c'),(1603,'','Frimpong Vivian Agyeiwaa','F','0','1988-08-01',531,'2013-10-20 00:00:00',NULL,'128621','d811e31daf1b29020e316c6ae39d1d086d1ae9be'),(1604,'','Turkson Audrey','F','0',NULL,531,'2013-10-20 00:00:00','2011-10-20','106069','574afa1550c0b9c33a30301950232fe99ff2db2b'),(1605,'','Turkson Jayden Johan Kojo','M','0','2012-10-15',531,'2013-10-20 00:00:00',NULL,'123764','f8913de09aabdb09a57ea2fbf816e7a3e5f3695f'),(1606,'','Tabi Priscilla','F','0',NULL,531,'2013-10-20 00:00:00','1991-10-20','83615','a67530346469cc4bcdafceaa6b2b07a159c620b9'),(1607,'','Kuku Benson Ronald Morris','M','0','2010-09-22',530,'2013-10-20 00:00:00',NULL,'98792','4f76734c6320062c948829347e97752d5ae43fe5'),(1608,'','Topanou Djojoho Mayes Kareen','F','0','1975-03-24',530,'2013-10-20 00:00:00',NULL,'49359','cecbaf88ee4f6739798b73cfdd49384902a192ad'),(1609,'','Topanou Djojoho Mayes Kareen','F','0','1975-03-24',530,'2013-10-20 00:00:00',NULL,'49359','cecbaf88ee4f6739798b73cfdd49384902a192ad'),(1610,'','Guribie Wononuo Irma','F','0','2013-10-21',530,'2013-10-21 00:00:00',NULL,'104304','2bf16de48df0b4a4398ace8a11663ad5d80cdf48'),(1611,'','Lotsu Sandra Edinam','F','0','1993-02-21',530,'2013-10-21 00:00:00',NULL,'','e6e9a9507ee48406ea909c4c81dc64f144e116a2'),(1612,'','Sefa Frederick Kwadwo','M','0','2008-04-14',530,'2013-10-21 00:00:00','2008','98195','f48a3ccb2bcfc2d72b5eb15243dd07f308a98cf0'),(1613,'','Ofoe Victor','M','0','1963-08-10',530,'2013-10-21 00:00:00',NULL,'105398','10419b57f94d8d4dec1802833b874ec96602d361'),(1614,'','De Souza Valerie Gregorio','M','0','1961-06-02',530,'2013-10-21 00:00:00',NULL,'24582','37738af17369f4cbb1df87f5c8c4f429bce26860'),(1615,'','Okantey Allan Annan','M','0','1947-03-09',530,'2013-10-21 00:00:00',NULL,'4460','1d460ecb36b0b8cb9ed4396e772945c6a5e81176'),(1616,'','Owusu Banahene Thelma','M','0','1980-11-30',530,'2013-10-21 00:00:00',NULL,'','44d2996e2b5ee87c725956a96f684605aab2dbff'),(1617,'','Kemeh Joe','M','0','1956-05-31',531,'2013-10-21 00:00:00',NULL,'87191','479acd2e8ee2a10f0e2dd9adfe3113390b4a88a5'),(1618,'','Dziwornu Jemima','F','0','1975-11-16',531,'2013-10-21 00:00:00',NULL,'122269','6725ff6adec19052183515e88fdc729df1373e5c'),(1619,'','Nettey Rosemary','F','0',NULL,531,'2013-10-21 00:00:00','1969-10-21','111405','75be0c2670634442b411c24949824f6bd5884c01'),(1620,'','Odoi Vivian','F','0',NULL,531,'2013-10-21 00:00:00','2000-10-21','111404','19237ed2330cf311ea694eb2cbb0e57d7b1ccfa1'),(1621,'','Agyemang Juliet','F','0','1984-10-10',531,'2013-10-21 00:00:00',NULL,'32413','171ae3db929710cab65a5330f6734c3e5e171102'),(1622,'','Tsey David','M','0',NULL,531,'2013-10-21 00:00:00','1973-10-21','','9d106dbf05b8d09239218c379ffe51077478d551'),(1623,'','Osei Tuffour Mary','F','0',NULL,531,'2013-10-21 00:00:00','1960-10-21','107638','c8c028e7681fe3ce0c672f9aa3c05b3e25d2f4a1'),(1624,'','Da Silva Jorge Cordeiro','M','0',NULL,531,'2013-10-21 00:00:00','1976-10-21','','07cb38b73f7c90e956573803f6d0a820e89aa1ca'),(1625,'','Asiedu Antwi Michael','M','0',NULL,531,'2013-10-21 00:00:00','1964-10-21','','1765656d707d4e5f29da2e1f8f2e2c4711b120e9'),(1626,'','Agyiri John','M','0',NULL,531,'2013-10-21 00:00:00','1969-10-21','87264','7b391b6b106723572b0d18c2270f4363deb00af0'),(1627,'','Baah Christiana','F','0',NULL,531,'2013-10-21 00:00:00','1982-10-21','','c682ac1386f947468bd2f39ad65a8e899928d513'),(1628,'','Arthur Sherrie','F','0',NULL,531,'2013-10-21 00:00:00','1984-10-21','120611','1aef329be9a79c2d62de5ad07f2abf0f755f9157'),(1629,'','Affuah Elizabeth','F','0',NULL,531,'2013-10-21 00:00:00','1968-10-21','100117','f8e99f93943718b363246c2c5b0aafe96dd95510'),(1630,'','Appoh Nathalie','F','0',NULL,531,'2013-10-21 00:00:00','2011-10-21','111593','7d79bc6bb999932d61fb29add32fd86f69762102'),(1631,'','Brimpong Akosua Konadu','F','0',NULL,531,'2013-10-21 00:00:00','1987-10-21','62624','92056bcbe40db56d203510a001993eeeb181da5e'),(1632,'','Appiah Abena Darkoa','F','0',NULL,531,'2013-10-21 00:00:00','1982-10-21','88599','507a9379ca12276e3e5009268e0f375110e3582a'),(1633,'','Boamah Enestina Ansah','F','0',NULL,531,'2013-10-21 00:00:00','1965-10-21','112723','dfb23260042f988c6db5d16931fa78e84f143a1d'),(1634,'','Akowuah Nana Bredumah','F','0',NULL,531,'2013-10-21 00:00:00','1977-10-21','','2274b856bc81538014d4420d9c645deb385b666d'),(1635,'','Dukuly Habibu','M','0',NULL,531,'2013-10-21 00:00:00','1964-10-21','96715','b2494209d9b5a4b3cfeb81c187f132671662eb1b'),(1636,'','Sade Comfort','F','0',NULL,531,'2013-10-21 00:00:00','1974-10-21','107401','f6fa0f826e2c2ba2726849768d8b2b2e40dc3632'),(1637,'','Nargee Joygold Kwaku','M','0',NULL,531,'2013-10-21 00:00:00','2009-10-21','119293','92b186a5494f096266e0f7e7cbe7d17429734937'),(1638,'','Nargee Christabel','F','0',NULL,531,'2013-10-21 00:00:00','2005-10-21','127258','5eda85d580bb11d535c55e468dc7060953cca748'),(1639,'','Kpotor Stephen','M','0',NULL,531,'2013-10-21 00:00:00','1963-10-21','79314','266bca731738f54be26e0cd236eaececf4c8f2dc'),(1640,'','Adonteng Hannah','F','0',NULL,531,'2013-10-21 00:00:00','1987-10-21','','e7951aa9c276c2d8cb164ed29a045b97901d6de9'),(1641,'','Huang Chengyuan','M','0',NULL,531,'2013-10-21 00:00:00','1989-10-21','S/R','c57ce6be6b7eb3312caee0780ae439a042dd00b6'),(1642,'','Fall Mouhamed','M','0',NULL,531,'2013-10-21 00:00:00','2005-10-21','11399','4214b669f5600c754a24254cd648cfdad366e7c7'),(1643,'','Oppong Kankam Joseph','M','0',NULL,531,'2013-10-21 00:00:00','1965-10-21','65653','148466df9cd45e4ab0c3fc9f54b866d7e06243ba'),(1644,'','Setsoafia Mawuli','M','0',NULL,531,'2013-10-21 00:00:00','1966-10-21','3571641','61bc6726fad8f9384a5b55d6c317af82feb751e3'),(1645,'','Basira Peregrino Ansari','F','0',NULL,531,'2013-10-21 00:00:00','1981-10-21','128623','dd2e1bc52f8bcf9f5bb3e8a8e0cc13ff5675d9f7'),(1646,'','Jorge Alvar','M','0',NULL,531,'2013-10-21 00:00:00','1978-10-21','S/R','af95adfff129d7bc82df107f573a0b49caf02391'),(1647,'','Tchekangoua Jean Pierre','M','0',NULL,531,'2013-10-21 00:00:00','1971-10-21','115011','b15cb6a51f60a743de8e3d5e16ce71fb2d743ffb'),(1648,'','Amekudzi Caleb J M K','M','0',NULL,531,'2013-10-21 00:00:00','2011-04-21','125831','53328ce203796d414fd34965461442444ba56bd7'),(1649,'','Amekudzi John A Y K','M','0',NULL,531,'2013-10-21 00:00:00','2012-07-21','125838','0cf892b907c71899c93d9a64d152d02aa7c41d08'),(1650,'','Chunlei Zhang','M','0',NULL,531,'2013-10-21 00:00:00','1987-10-21','128628','a454e1a482f5f776baf3c6a9089cf327159bbb3b'),(1651,'','Ampomah Akua','F','0','1992-05-09',531,'2013-10-21 00:00:00',NULL,'102300','fe7d7e1c4a03798810d034e942d6481367145d2d'),(1652,'','Mensah Diana','F','0',NULL,531,'2013-10-21 00:00:00','2005-10-21','119820','21e46ee8f456fb70e10b072bc24e6f0e5f59b39d'),(1653,'','Dedume Gladys','F','0',NULL,531,'2013-10-21 00:00:00','1975-10-21','72403','2b3036cc1ec7889a33b4664076ebeb403ab36645'),(1654,'','Agyemang Deborah','F','0',NULL,531,'2013-10-21 00:00:00','1965-10-21','128630','c45da2e7c67c401d69545c378ad228528432f2c5'),(1655,'','Appiah Ernest','M','0','1983-12-25',531,'2013-10-21 00:00:00',NULL,'84936','3a183529aebf0cc3f838308988d2defdf1cd5181'),(1656,'','Addo Yobo Joseph','M','0',NULL,531,'2013-10-21 00:00:00','1988-10-21','128641','976de42a16da436cdcf73bef80a122ca9ab38f7a'),(1657,'','Ebang Nsuru Presentation','F','0',NULL,531,'2013-10-21 00:00:00','1979-10-21','123638','cd638939b3d18e47f236f63101682bf81ed01c6a'),(1658,'','Anim Addo Marian','F','0',NULL,531,'2013-10-21 00:00:00','1982-10-21','94868','b9f6b2956d21c8e5c6ce57e38cab58de9b0e33c8'),(1659,'','Amoah Eugenia Larbi','F','0',NULL,531,'2013-10-21 00:00:00','2009-10-21','OUTSIDE REQ','79984374e65721db7772c45d430030bb3e64c483'),(1660,'','Muhammed Fawwaz','M','0',NULL,531,'2013-10-21 00:00:00','2012-06-21','128631','96633fcaadd8ef6ab4fcb10c62f6e0f183eb15d2'),(1661,'','Thierry Roland Dieu','M','0',NULL,531,'2013-10-21 00:00:00','1967-10-21','118691','92a7b90861453a362b84d8fbd54b43587df61d25'),(1662,'','Amissah Cassell','F','0',NULL,531,'2013-10-21 00:00:00','1955-10-21','11841','996a7dd6a29c7f18f6b48f6ce3a4e7307b957264'),(1663,'','Tijani Mabruk','M','0',NULL,531,'2013-10-21 00:00:00','1993-10-21','128634','a57eafaccd3e823d0e3e5a355e2994278a0a18dd'),(1664,'','De Grave Koen','M','0',NULL,531,'2013-10-21 00:00:00','1972-10-21','S/R','5131bc82d5ca7e120b59b66bb68ab91ebf000eea'),(1665,'','Sackey Isaac','M','0','1971-08-08',531,'2013-10-21 00:00:00',NULL,'99136','dcb29067e2d04e2b02c92ca5b09e6a95075069ac'),(1666,'','Harji Kanji Shiyani','M','0','1964-06-12',531,'2013-10-21 00:00:00',NULL,'128645','56035bb7759082984a4fb3b28eeca1a86aff54e2'),(1667,'','Quansah Shadrack','M','0','1988-06-08',531,'2013-10-21 00:00:00',NULL,'128644','c5f39435eec610757c1fe947666dffa8c56fd48d'),(1668,'','Opoku Gyampoh Henry','M','0',NULL,531,'2013-10-21 00:00:00','1969-10-21','127730','fdb9075deffe814b1533f587badccc0d68bd7d05'),(1669,'','Yuko Yapatsu','F','0','1992-11-20',531,'2013-10-21 00:00:00',NULL,'128647','dc38937ea9db8f838e18148416a477a0014295a2'),(1670,'','Addico Stephanie Naa Dedee','F','0',NULL,531,'2013-10-21 00:00:00','1980-10-21','45185','3fb427065298e520478ef1e0e114c70bfce68d89'),(1671,'','Amo Priscilla','F','0',NULL,531,'2013-10-21 00:00:00','1993-10-21','128643','954ee47478defb598b034c3f9d8f1e7c53047ba5'),(1672,'','Yianbo Ye','M','0','1969-11-04',531,'2013-10-21 00:00:00',NULL,'128651','50a0e8d8fb80be612b97d43f545a3ee1953bd267'),(1673,'','Post Diallo Martine','F','0',NULL,531,'2013-10-21 00:00:00','1974-10-21','S/R','c079bcc269df833aa68bf8dc20c8b736d1dba795'),(1674,'','Baiden Pierre Kwaku','M','0',NULL,531,'2013-10-21 00:00:00','1983-10-21','OUTSIDE REQ','380d5a340512c3fea7b5d1068d5937fa8a8edd5f'),(1675,'','Nketsiah Nana Esi','F','0',NULL,531,'2013-10-21 00:00:00','1988-10-21','87154','2156caa8af3b2ce95e3963261e208c6c36c3675d'),(1676,'','Kamoah Naomi','F','0',NULL,531,'2013-10-21 00:00:00','1974-10-21','91389','e43821682faf4c933fed567dc5378e1486554613'),(1677,'','Williams Theonious','M','0','1992-09-27',531,'2013-10-21 00:00:00',NULL,'S/R','5d4c26b6b5412a38c7960f70dc6cac2f90da82d5'),(1678,'','Osei Owusu Ebenezer','M','0','1983-07-06',531,'2013-10-21 00:00:00',NULL,'114388','7c9fd1f9a13609a500c746ec4a26266ced6c09bf'),(1679,'','Okai Dora','F','0',NULL,531,'2013-10-21 00:00:00','1951-10-21','50138','35a8d36104af0e774ccd4141d96de7e798680f1b'),(1680,'','Osei Paul Francis','M','0',NULL,531,'2013-10-21 00:00:00','1963-10-21','104444','e8e92468dec278376016f539b7e9039ad3d017bc'),(1681,'','Effah Badu Christiana','F','0',NULL,531,'2013-10-21 00:00:00','1987-10-21','82060','a0e277e410560c3321c3a5282c469b254df47c44'),(1682,'','Lalit Mishra','M','0',NULL,531,'2013-10-21 00:00:00','1975-10-21','128654','3081c75a89424f8aa4bfd272e525894533817084'),(1683,'','Amekah Mawuena Patricia','F','0',NULL,531,'2013-10-21 00:00:00','1993-10-21','120481','61f8260e7922adf769ca10cea1678b3ac01e51c7'),(1684,'','Sofo Eunice Akpene','F','0',NULL,531,'2013-10-21 00:00:00','1981-10-21','69919','bbc357ada077e1eb3c3bddbf30625dfab39b8d76'),(1685,'','Zi Zhen Tan','F','0',NULL,531,'2013-10-21 00:00:00','1987-10-21','128655','f8123c3c2ce98463ddfc4b080af3d87e80194847'),(1686,'','Iddi Caroline','F','0',NULL,531,'2013-10-21 00:00:00','1979-10-21','57134','43017ce7fe77a079535ac904910c7c2ecaabf507'),(1687,'','Adimazoya Edward','M','0',NULL,531,'2013-10-21 00:00:00','1963-10-21','54503','eefaef608a2bd8dcc5465e0836e9b9dde7a7e7db'),(1688,'','Kemausuor Henry Raphael','M','0',NULL,531,'2013-10-21 00:00:00','1984-10-21','124765','c56fbc869e822a56cb64a8312132ecc66e10a476'),(1689,'','Omotola Odulole','F','0',NULL,531,'2013-10-21 00:00:00','1983-10-21','121764','c326b8caafaa13557a5f2287512abfffeb4c29be'),(1690,'','Darko Abena M','F','0',NULL,530,'2013-10-21 00:00:00','1998-10-21','44229','c18d00dc1b7cfded6000a4df22efeaa363c8a363'),(1691,'','Osineye Moyosore','F','0','1997-02-16',530,'2013-10-21 00:00:00',NULL,'112829','59f1cba737c1ee26cb23ef851fc85b0f74072bde'),(1692,'','Ibrahim Tijani','M','0','1984-02-10',530,'2013-10-21 00:00:00',NULL,'118051','f952065bef42e72ecda266da93335acdef4930d8'),(1693,'','Akowuah Kwabena D N','M','0',NULL,530,'2013-10-21 00:00:00','2010-04-21','127945','05adff61def86606679a4e6e20e9b1f604ac0882'),(1694,'','Ashiagbor Emma','F','0',NULL,530,'2013-10-21 00:00:00','2011-10-21','100462','d6ceb245d13fd6e12caf42edb44ef1b92a38d881'),(1695,'','Hounou Edward','M','0','1985-04-30',530,'2013-10-21 00:00:00',NULL,'','c81239869aa5277514eba953e42df045059f3871'),(1696,'','Asante Akosua Serwa','F','0','2012-09-08',530,'2013-10-21 00:00:00',NULL,'','7af25b912c44c52661366ab8f31ebab658cf672e'),(1697,'','Agyapong Noami','F','0',NULL,530,'2013-10-22 00:00:00','1977-10-22','','078ae2558c1d100160656e24126e2f70e1dc7785'),(1698,'','Nyakpo Seyram Nina','M','0','2008-11-04',530,'2013-10-22 00:00:00',NULL,'','53883fef0868c185e6de3c316c4ef77867f129ca'),(1699,'','Usman Alhassan','M','0','1969-06-01',530,'2013-10-22 00:00:00',NULL,'128648','8cc37e99ed1d5d71014df19decc1d6f8037efec7'),(1700,'','Ango Issoufou Kassari','M','0','1976-07-02',530,'2013-10-22 00:00:00',NULL,'121287','f65ad4768f55a614961698d17634984f552eca8b'),(1701,'','Aidoo Mary','F','0','1974-04-16',530,'2013-10-22 00:00:00',NULL,'87281','6039927d9b643cb76c0f3bb6d9f973ff32f1ddc3'),(1702,'','Tindy Margaret','F','0',NULL,530,'2013-10-22 00:00:00','2001-10-22','86792','78d37e35b8aa605d63e1df2552d581d3466be212'),(1703,'','Ibrahim Adizatu','F','0',NULL,531,'2013-10-22 00:00:00','1979-10-22','3568817','44582a7ea087cb313f28d2894a4092aecda031e8'),(1704,'','Omer Dal','M','0',NULL,531,'2013-10-22 00:00:00','1979-10-22','123073','25fdb0c874bd13c20b5c943b52505bf716a6aa59'),(1705,'','Aning Cecilia','F','0',NULL,531,'2013-10-22 00:00:00','1968-10-22','OUTSIDE REQ','c88223e53809cc115643b076b3a521fc0edefcf3'),(1706,'','Akosen Comfort','F','0',NULL,531,'2013-10-22 00:00:00','1959-10-22','101756','764cb034cf02b83dd061834baae279ada3fdb8e4'),(1707,'','Fodjo Omodele O','F','0',NULL,531,'2013-10-22 00:00:00','1975-10-22','128650','b443ae8c6c33ca6ad5c96b1a963f64d9b5a2daa8'),(1708,'','Ahiadeke Clement','M','0',NULL,531,'2013-10-22 00:00:00','1955-10-22','S/R','06da22cfd545ff1c014bd123b1eaeb4e005550e4'),(1709,'','Obeng Adofo Kofi','M','0',NULL,531,'2013-10-22 00:00:00','1942-10-22','94612','23dc12d7a39da36695db24363e0d8fce976b318c'),(1710,'','Asiedu Mercy O','F','0',NULL,531,'2013-10-22 00:00:00','1950-10-22','40690','1ec8adc5df1f6bd454f3a4258c64fbee2483311e'),(1711,'','Gorman David','M','0',NULL,531,'2013-10-22 00:00:00','2012-08-22','','768004ac2e593bdb0d3141b3f4bd787eeaf9806b'),(1712,'','Xu Tan','M','0',NULL,531,'2013-10-22 00:00:00','1985-10-22','','355528ac77a4f42acbb8e81ff809ac15ec66d374'),(1713,'','Emikouga Adrienne','F','0',NULL,531,'2013-10-22 00:00:00','1959-10-22','128625','8e9b454582284ac0483d5dac351515f36c6eb5ea'),(1714,'','Adamson Janet','F','0',NULL,531,'2013-10-22 00:00:00','1952-10-22','122929','876835edcb59da86cd0ddd0e7a9abbb6108bbfc6'),(1715,'','Sagoe Paintsil','M','0',NULL,531,'2013-10-22 00:00:00','1987-10-22','','f056af9667bf6d3ebc2025553b0d10159ecaea4d'),(1716,'','Cobbold Alexander G','M','0','1956-02-29',531,'2013-10-22 00:00:00',NULL,'58672','70c9b74f7ec54b49ab0ea3e5ba602923b9c3cc95'),(1717,'','Kwapong Margaret','F','0',NULL,531,'2013-10-22 00:00:00','1955-10-22','123848','9de8c58315993d920e7547413a4215a28d6b3000'),(1718,'','Sedih Maxwell','M','0',NULL,531,'2013-10-22 00:00:00','1975-10-22','128666','e44824866195f9b5a9842358db597a120c8a3650'),(1719,'','Gyan Ransford','M','0',NULL,531,'2013-10-22 00:00:00','1978-10-22','128667','f96adf662fb2c9f6f8f9fb0ab32a7f149841808b'),(1720,'','Ampah Alice','F','0',NULL,531,'2013-10-22 00:00:00','1926-10-22','128638','11c4de0ca48ecae8e55aa304eddb70f8fc3b193a'),(1721,'','Bolanh Olushola Ademetan','F','0',NULL,531,'2013-10-22 00:00:00','1973-10-22','128639','7e7a13e7d56b22e3c637b8b9e0581afa569c68a3'),(1722,'','Barnes Barbara','F','0','1982-04-02',531,'2013-10-22 00:00:00','','120642','5eeeea5aa4d7f2ab3a30c786590083867342bad8'),(1723,'','Asante A Richard','M','0',NULL,531,'2013-10-22 00:00:00','1980-10-22','93930','02c650f9e38b6c15488ec389275a9cafa56ef025'),(1724,'','Forson Charity Love','F','0',NULL,531,'2013-10-22 00:00:00','1946-10-22','56522','c5153716a0791b03861d9cd6a3b81dff764b6670'),(1725,'','Annan Bruce Comfort','F','0','1980-05-19',531,'2013-10-22 00:00:00',NULL,'74118','a2bbccd042464760dd7aca24b4543ba6c8615489'),(1726,'','Okpoti Patience','F','0',NULL,531,'2013-10-22 00:00:00','1977-10-22','113070','cb812b277719fe9904822de7fe1033d0220279b9'),(1727,'','Abrahams Patience','F','0',NULL,531,'2013-10-22 00:00:00','1972-10-22','87471','86aaa01abcb307ca1020f62739ceb2d2abd5b6dc'),(1728,'','Bolley Benedicta Enyonam','F','0',NULL,531,'2013-10-22 00:00:00','2000-10-22','32294','2118a08d14c5990a2fe76967cbb82c6dc590716e'),(1729,'','Akutey Augustina','F','0',NULL,531,'2013-10-22 00:00:00','1956-10-22','','0ea9b47727e8cbc73fd996a0907083947fa8c90b'),(1730,'','Nkrumah Michelle','F','0',NULL,531,'2013-10-22 00:00:00','1978-10-22','124510','5e0856b94b9b4f48f6a9b5efd14c2657d4e3298f'),(1731,'','Mensah Joyce','F','0',NULL,531,'2013-10-22 00:00:00','1977-10-22','98101','b05cd33579022e933870035597ca772f1a6278ed'),(1732,'','Weiving Song','M','0',NULL,531,'2013-10-22 00:00:00','1972-10-22','128671','5c091d5adac709641b3f6365f24c1b81946a5860'),(1733,'','Yapi David','M','0',NULL,531,'2013-10-22 00:00:00','1986-10-22','','f0e33f48bf3e269a3ac611ac9ce7296b4719da56'),(1734,'','Sabutey Victus K','M','0',NULL,531,'2013-10-22 00:00:00','1986-10-22','117672','5fa0b8d1b4f823f2cbf5a304a8d0d4f4129bfc0d'),(1735,'','Asante Afua K','F','0',NULL,531,'2013-10-22 00:00:00','1961-10-22','72862','dc5424cf4a8ed8ff1a1fc7c0fd3312f2eab65c99'),(1736,'','Twum Asante D A','M','0',NULL,531,'2013-10-22 00:00:00','2006-10-22','64342','cb4747e824ef9f6cd53ceb1561b758566a1a2b6b'),(1737,'','Daouda Diarra','M','0',NULL,531,'2013-10-22 00:00:00','1998-10-22','101800','c9a154c6b5337f58b7d731e4d9986609515a552a'),(1738,'','Ntiamoah Victoria','F','0',NULL,531,'2013-10-22 00:00:00','1943-10-22','59226','dbb7d29c453d9786c488824566a6656316ed5703'),(1739,'','Boakye Yiadom Betty','F','0',NULL,531,'2013-10-22 00:00:00','1979-10-22','68218','a61c0589ad14bbe022fa2b1772487ec2d49f6f42'),(1740,'','Tetteh Tetteh Cl','F','0',NULL,531,'2013-10-22 00:00:00','1997-10-22','43468','77d4979d8239018e5c5660b5ecf62a3be9c01fb4'),(1741,'','Obeng Hannah','F','0',NULL,531,'2013-10-22 00:00:00','1984-10-22','123682','0117fd58f39059bcccf777cf50c28fd8863fb733'),(1742,'','Nartey Jacob','M','0',NULL,531,'2013-10-22 00:00:00','1978-10-22','','c2143b876d20e78bee5ce1194964b5cd8d6e3e1d'),(1743,'','Keerthipati Raja Sekhar','M','0',NULL,531,'2013-10-22 00:00:00','1969-10-22','','259efd12ae426b3dc9a9ef4bc103658266469d29'),(1744,'','Gbekie Robert','M','0',NULL,531,'2013-10-22 00:00:00','1986-10-22','74553','bcca6dfd515a04f05cbc77fd408304dd988be5b7'),(1745,'','Owusu Killicks','M','0',NULL,531,'2013-10-22 00:00:00','1985-10-22','122775','e8355423bd6c6080b895bc643e2660e9c1172ba4'),(1746,'','Oduwole Omotola','F','0',NULL,531,'2013-10-22 00:00:00','1983-10-22','121764','141c8bafe5e39c0bab99d1ae8201fb4bae4a6425'),(1747,'','Bonsu Wihelmina Mensah','F','0',NULL,531,'2013-10-22 00:00:00','1975-10-22','117391','d3c07e22ef0c769c589d3620322d1047e42247a0'),(1748,'','Normeshie Ryan Elorm','M','0',NULL,531,'2013-10-22 00:00:00','2009-10-22','87818','077487c7ac4caae4529209c29c4424053885fa8f'),(1749,'','Adams Sulley','M','0',NULL,531,'2013-10-22 00:00:00','1993-10-22','','b056df334f67e89820c2e45c5b727431cda7c357'),(1750,'','Owusu Richmond','M','0',NULL,531,'2013-10-22 00:00:00','2009-10-22','88474','791d48834a38ceb24f6dd20eea34d827c62b3171'),(1751,'','Owusu Lucy','F','0',NULL,531,'2013-10-22 00:00:00','1989-10-22','127027','4b3df3206b03f41a37471a7dbcf754496466c48a'),(1752,'','Akuffo Violette','F','0',NULL,531,'2013-10-22 00:00:00','1976-10-22','128580','5b83059c4d907d75cf784f3acba4d7e35239c32f'),(1753,'','Mensah Mimi Manuella','F','0',NULL,531,'2013-10-22 00:00:00','2008-10-22','94805','91a542fa449bbadc5f11efa7d080194ee388a034'),(1754,'','Camara Hawa','F','0',NULL,531,'2013-10-22 00:00:00','1975-10-22','123661','b6972ec127dea8f627a89f38846d90f49afcc0b9'),(1755,'','Cudjoe Clarence','M','0',NULL,531,'2013-10-22 00:00:00','1936-10-22','S/R','9689ac9fd9979d9061fa25ff66b9d99b86535b57'),(1756,'','Owusu Boadu Kwame','M','0',NULL,531,'2013-10-22 00:00:00','1981-10-22','96155','37e7fd1ab5164b960f06aaba8a90eebb27874f47'),(1757,'','Ahafia Phyllis','F','0',NULL,531,'2013-10-22 00:00:00','1987-10-22','112757','3fac05f667d4f7f95d9634d92fca549b0d2d5037'),(1758,'','Owusu M Joyce','F','0',NULL,531,'2013-10-22 00:00:00','1942-10-22','','7cade577147214202d407e514d4c1d5efff86fa9'),(1759,'','Amu Apomabea Felicia','F','0',NULL,531,'2013-10-22 00:00:00','1976-10-22','71669','c072966cd8832132570017c12df05ab7c1c58fed'),(1760,'','Almiyan Ajara','F','0',NULL,531,'2013-10-22 00:00:00','1975-10-22','112002','e71be404d6a2d5f81b85d18ea8b6921c5b54b48b'),(1761,'','Ofori Konadu Esther','F','0',NULL,531,'2013-10-22 00:00:00','1980-10-22','76344','14afbe1ee46245c84a79137f97f269b77fb74c9f'),(1762,'','Omari Belinda','F','0',NULL,531,'2013-10-22 00:00:00','1987-10-22','127046','6b264369ff53ef3fa9d5d98324fef4bc27a3f0c9'),(1763,'','Durant Nathaniel','M','0',NULL,531,'2013-10-22 00:00:00','1969-10-22','128682','b25772278e0b19d46d231d1ae9e4ba5376973782'),(1764,'','Salamatu Kolie','F','0',NULL,531,'2013-10-22 00:00:00','1989-10-22','83434','bd23a1f1fc42c82e0451e341ca16d9ca71b20282'),(1765,'','Zongo Jessica M A K','F','0',NULL,531,'2013-10-22 00:00:00','1988-10-22','89004','e9c6710a05c7580d015aabed75ded8a44a0baee3'),(1766,'','Asare Ntow Amy','F','0',NULL,531,'2013-10-22 00:00:00','1984-10-22','128602','2860814533a7690c88ce53d06a268cb28b08b30c'),(1767,'','Adjai Joseph Chrisom','M','0',NULL,531,'2013-10-22 00:00:00','2012-07-22','118414','a9d3355dea6d2b83ce16614ecbdef879a210653e'),(1768,'','Djan Florence','F','0',NULL,531,'2013-10-22 00:00:00','1983-10-22','72129','592811d564106a338ae93aceff701e82ee39273b'),(1769,'','Asamoah Daniel','M','0',NULL,531,'2013-10-22 00:00:00','1974-10-22','64167','35793cce9033560062dcdda70e2c44a1684c2c94'),(1770,'','Ayitey Gifty','F','0',NULL,531,'2013-10-22 00:00:00','1970-10-22','66588','33c794df6f1e0729d7acf34fe9f882aa69325cc9'),(1771,'','Sampong Animwaa A','F','0',NULL,531,'2013-10-22 00:00:00','1983-10-22','128676','4347f5db32f5adf16e253a352cded3acbec9cddc'),(1772,'','Agyekum Boakye Nana','M','0',NULL,531,'2013-10-22 00:00:00','1983-10-22','38483','d2f7dd82ad5948f5087fd45a6bc250710d0c0533'),(1773,'','Abdallah Bou Simon','M','0','1974-07-30',531,'2013-10-22 00:00:00',NULL,'121791','c42f214c5883cf3c7e2652ddb26a9204229fc2fb'),(1774,'','Maccauley Bennett','M','0',NULL,531,'2013-10-22 00:00:00','1954-10-22','OUTSIDE REQ','dceca469ccafebb64d371e1f55f5b78e93a7cf05'),(1775,'','Abugdaupoka Kaguah Amina','F','0',NULL,531,'2013-10-22 00:00:00','1970-10-22','69714','c09f6a41536a8da1eb7b5f0f736127efbe734ab5'),(1776,'','Bekoe Nana Kwadwo','F','9','0000-00-00',531,'2013-10-22 00:00:00',NULL,'101319','435e5da36836e14ff8ec2a09c40646a229b64772'),(1777,'','Uwem Thompson','M','0',NULL,531,'2013-10-22 00:00:00','1962-10-22','128686','e0c295306ac62bef9cc8d7ec79368dc10eec72bf'),(1778,'','Akomeah Amoh Evans','M','0',NULL,531,'2013-10-22 00:00:00','1987-10-22','119620','da8de38fc18c945f09a1764da2693b8c31032f32'),(1779,'','Addo Joshua Jonas','M','0',NULL,531,'2013-10-22 00:00:00','1981-10-22','89056','bc0af90c9974d16178624a3895b96fc2cde3cefe'),(1780,'','Cofie Emily','F','0',NULL,531,'2013-10-22 00:00:00','1987-10-22','110992','ed90b66ef0943eefdba02638ab27bd2792ad98fc'),(1781,'','Adetro Theresa','F','0',NULL,531,'2013-10-22 00:00:00','1980-10-22','76974','603b4979fc10d1bbcc0209f194d6b7681b3a1a11'),(1782,'','Kumordzi Korkoe Victor','M','0',NULL,531,'2013-10-22 00:00:00','2011-10-22','107101','7f86c8bff0930d7940b99257e3184568d5fbb2d1'),(1783,'','Lamptey Muniratu','M','0',NULL,531,'2013-10-22 00:00:00','1975-10-22','128660','bb827cbaf72e13c38eb172808bfc1429124fbcc5'),(1784,'','Adu Baffoewa Precious','F','0','2003-11-16',558,'2013-10-22 00:00:00',NULL,'85779','866648e833a6760957f4df9792647929003fdcb7'),(1785,'','Churcher Christine','F','0','1995-05-22',558,'2013-10-22 00:00:00',NULL,'90976','fd2a79e5ed586e422ffc442b3921f650adb4e6d7'),(1786,'','Matrevi Mawuena A','F','0','2004-05-10',558,'2013-10-22 00:00:00',NULL,'128690','7cc3ca61dfbbf72eeb2f6e99d4863f26614eb4f5'),(1787,'','Mensah Abena Ampofoa','F','0','1977-05-10',558,'2013-10-22 00:00:00',NULL,'69016','4cac161f4465a484d953814b20248abec8e3c060'),(1788,'','Matta Gabriele','M','0','2012-03-06',558,'2013-10-22 00:00:00','','127636','e5a218c571764d2667ba4161d7b701f0f4e2b29b'),(1789,'','Dawson Paul','M','0','1968-09-09',558,'2013-10-22 00:00:00',NULL,'128692','b80dbc352b9f222091e19b2471b4f9cd1469eece'),(1790,'','Antwi Agyei Kofi','M','0','1975-11-21',558,'2013-10-22 00:00:00',NULL,'126515','86257d20b5dab133be5e7fd30278822a2ed825fb'),(1791,'','Arhinsah Evelyn','F','0',NULL,558,'2013-10-22 00:00:00','1981-10-22','62332','ba3482a346cc26d2f4f5c36e6cff3fcb4e5d3eed'),(1792,'','Herran Cristina Urbasos','F','0','1981-08-31',558,'2013-10-22 00:00:00',NULL,'128693','a89318c48855eba052f2da88781a2ff9e816b967'),(1793,'','Mensah Ralande Combeley A V','F','0','1993-07-24',558,'2013-10-23 00:00:00',NULL,'128694','cc9f1d415763c4f0cbbf4ae785168047f8219a97'),(1794,'','Naya Adinan','M','0','1988-11-11',558,'2013-10-23 00:00:00',NULL,'96827','7bc51e4693634f0464748b216d36b44e17370da7'),(1795,'','Fenu Abla Sitsofe','F','0','2012-11-27',558,'2013-10-23 00:00:00',NULL,'125342','5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9'),(1796,'','Essah Daniel Ampene','M','0','1971-06-01',558,'2013-10-23 00:00:00',NULL,'103055','24bbcb9461a4f69fd574441e924bc1b2a3123e9d'),(1797,'','Asilevi Mercy Doewayo','F','0',NULL,558,'2013-10-23 00:00:00','1946-10-23','128672','82898315687720afc10d16b9f593e0646e96ea53'),(1798,'','Buckman Ebenezer G','M','0','1988-04-26',558,'2013-10-23 00:00:00',NULL,'128673','d0275fc08e931b9bf52cc130fca236a689a7512a'),(1799,'','Ohemeng Kyei Yaw ','M','0','1980-10-08',558,'2013-10-23 00:00:00',NULL,'128665','8789c2ad2872c34c80c8e7d59e68ecb15cbaccc7'),(1800,'','Boateng Daikie Nancy','F','0','1977-05-23',558,'2013-10-23 00:00:00',NULL,'87783','394d2867bde60fe7a9daa37d8fd501adbce92bbf'),(1801,'','Ocloo Noel K','M','0',NULL,531,'2013-10-23 00:00:00','1966-10-23','128679','c5a122603d8771a9196fa2a62cb188745f75192d'),(1802,'','Ahiamadi Beatrice','F','0',NULL,531,'2013-10-23 00:00:00','1965-10-23','127243','0621152f8ecb2328ca537146d38eea2dead4f2df'),(1803,'','Larbi George','M','0',NULL,531,'2013-10-23 00:00:00','1921-10-23','OUTSIDE REQ','02dbca0a3219708d59148d44b07e68c33b0ce886'),(1804,'','Okraku Casely Hayford','M','0',NULL,531,'2013-10-23 00:00:00','1956-10-23','','d128bfa9dc8ef82608acb7f9eb996bb6d9b3e14e'),(1805,'','Abdullahi Fati','F','0',NULL,531,'2013-10-23 00:00:00','1975-10-23','43426','4799901123eb455d91f2c944fa2df08b9326d833'),(1806,'','Azumah Beatrice','F','0',NULL,531,'2013-10-23 00:00:00','1973-10-23','23671','3091de286a062a41cfdc67a4cb02bc28ad1d78ce'),(1807,'','Akakpo Mawuli Kennedy','M','0',NULL,531,'2013-10-23 00:00:00','1978-10-23','90274','e6219aab95dc931c6fee7643b9239168f1248d8d'),(1808,'','Aidoo Morrison Edward Malcolw','M','0',NULL,531,'2013-10-23 00:00:00','1939-10-23','8277','63c533b41d82ba0e5012b1fe598985771b85f5f8'),(1809,'','Abdulrhfiu Amdalatu','F','0',NULL,531,'2013-10-23 00:00:00','1981-10-23','89969','607ccfd972bb78bb2f21f0e27fd006a7f14c9831'),(1810,'','Osumanu Firdaus','M','0','2013-05-15',531,'2013-10-23 00:00:00',NULL,'127260','871648dcc15ecb2a55997bea352c4781589aaeb0'),(1811,'','Anyasor Badu Emmanuel','M','0',NULL,531,'2013-10-23 00:00:00','1929-10-23','123746','4a73a603799f9ac326b85dc1be40fa2679c92297'),(1812,'','Eduful Aba Augusta','F','0',NULL,531,'2013-10-23 00:00:00','1985-10-23','32883','781c006ee09e61ab6ca15e78dd9a97e80e08f455'),(1813,'','Smart Abbey Paulina','F','0',NULL,531,'2013-10-23 00:00:00','1959-10-23','60417','42c124e2dab447c65de62de873e5140b2ee1b297'),(1814,'','Wononuo Irma Guribie','F','0',NULL,531,'2013-10-23 00:00:00','2011-10-23','104304','7ee91228e37b95f1b79bf3ba99dcb3d36b44a3d3'),(1815,'','Asiamah Nana Abena','F','0',NULL,531,'2013-10-23 00:00:00','2012-05-23','16623','33bc41eadfbec79bb2e3a427676d482f2308e8ad'),(1816,'','Thidgo Matos Pinho','M','0',NULL,531,'2013-10-23 00:00:00','1981-10-23','128700','cb3d14a6b75315c56c32739db6ba18fd8cb1bdc7'),(1817,'','Gyasi Abraham','M','0',NULL,531,'2013-10-23 00:00:00','1990-10-23','128696','e7e59b12f23adf32b8306d5997b907490c9203ef'),(1818,'','Tejada Joaquin Jose','M','0',NULL,531,'2013-10-23 00:00:00','1973-10-23','128699','8e170e66944af69632c86c58388d611eeac125d9'),(1819,'','Foli Kofi Micheal','M','0',NULL,531,'2013-10-23 00:00:00','2010-10-23','97197','aa53fff53771524b77251cd5e3a116a555d8445f'),(1820,'','Quaye David Kwei D','M','0',NULL,531,'2013-10-23 00:00:00','2010-10-23','110832','56620c623ba66c30935740193de20eca415aa87d'),(1821,'','Abban Okompah Benjamin','M','0',NULL,531,'2013-10-23 00:00:00','1981-10-23','71587','7d52239ab041d1996e54501423fbec21da46e078'),(1822,'','Narh Abigail','F','0',NULL,531,'2013-10-23 00:00:00','1986-10-23','91351','c690fe5fb0957aad6f7d41191b8325efea18b297'),(1823,'','Adjigbli Makafui','M','0',NULL,531,'2013-10-23 00:00:00','2009-10-23','115082','5c369f2c48c5b1f5ee133d5af8e9efa9066fa0ea'),(1824,'','Adjigbli Mawunyo','M','0',NULL,531,'2013-10-23 00:00:00','2012-04-23','117790','2cba71c5f918db53b9036f2eebc0cae859022186'),(1825,'','Okoh Thersa','F','0',NULL,531,'2013-10-23 00:00:00','1941-10-23','45850','5a10f5405d40fc723b693e58aca530f2565124ad'),(1826,'','Kabah Walase Joseph','M','0',NULL,531,'2013-10-23 00:00:00','1978-10-23','114188','d17753eb6904a84b183d4ec3839cf0b21b592331'),(1827,'','Abbin Anna Ama','F','0',NULL,531,'2013-10-23 00:00:00','1989-10-23','127015','baa8acb33e2e4e786b2d3dfc8a36e5823c08c5ce'),(1828,'','Gyan Frank','M','0',NULL,531,'2013-10-23 00:00:00','1983-10-23','123519','92ac43069f386905e90054a0b1c62282620a5c29'),(1829,'','Foli Micheal Kofi','M','0',NULL,531,'2013-10-23 00:00:00','2010-10-23','97197','a223bb8ef3480d99719b0e86ad7d1860908ce3a2'),(1830,'','Gockah Abla Augustina','F','0',NULL,531,'2013-10-23 00:00:00','1935-10-23','126272','d2b5e517488e62bf5036caf56282f1989c1b0df5'),(1831,'','Kissi Isaac Gyapong','M','0',NULL,531,'2013-10-23 00:00:00','1999-10-23','128701','4fadea335180b4e93b999a0320b40be42a040846'),(1832,'','Annan Perez Nii','M','0',NULL,531,'2013-10-23 00:00:00','2011-05-23','103194','19f9ed56712083e26c8edc58faa974d35dec7f37'),(1833,'','Dzogbenuku Keli','M','0',NULL,531,'2013-10-23 00:00:00','2004-10-23','81329','27c16e7e21a3bb5aeff940191ac9194dd4b9f052'),(1834,'','Fungura Cathrine','F','0','1983-09-27',531,'2013-10-23 00:00:00','','127326','d32069de9adc69345c6085c18907bb875bf18b3b'),(1835,'','Squire Clement','M','0',NULL,531,'2013-10-23 00:00:00','1970-10-23','23965','880e3cf241e9ee8dc7dfdb2102cecfdb02ac249d'),(1836,'','Asigiri Wenmitiyal','M','0',NULL,531,'2013-10-23 00:00:00','2008-10-23','75387','c429c82acdfa1545fe51671c63106542ad20e1da'),(1837,'','Ampah Helena','F','0',NULL,531,'2013-10-23 00:00:00','1975-10-23','112815','51968254bcafbe615a7e22784aab1ec94f22246a'),(1838,'','Arthur Solomon','M','0',NULL,531,'2013-10-23 00:00:00','1978-10-23','93877','c2d2fe5ad71ba15f147c8e7ac2de4a9bd0700a25'),(1839,'','Issah Baba','M','0',NULL,531,'2013-10-23 00:00:00','2010-10-23','94301','42c5342e71c8f285169f26655b5b89bca495d009'),(1840,'','Asumah Abdul','M','0',NULL,531,'2013-10-23 00:00:00','2006-10-23','91806','0cb1ebb7f54902ab687d4c73448e00950b219e78'),(1841,'','Asumah Mahama','M','0',NULL,531,'2013-10-23 00:00:00','2009-10-23','93868','62be406a40c8fc3aa83a05f4f2232dac31391063'),(1842,'','Annor Asemah Nana','M','0',NULL,531,'2013-10-23 00:00:00','1966-10-23','126424','e776ccca1ed2542fdca69638bc6a2b129a171ab6'),(1843,'','Asiamah Tawiah Animah','F','0',NULL,531,'2013-10-23 00:00:00','2011-12-23','119348','ecbd52bbfcf78e46aba93df7fa063bb832e5fb26'),(1844,'','Akuffo Rebecca','F','0',NULL,531,'2013-10-23 00:00:00','1960-10-23','87292','8241a99e9867d69bededc0e3180b2411478cdd64'),(1845,'','Amuzu Lydia','F','0',NULL,531,'2013-10-23 00:00:00','1995-10-23','128704','d03fc0754ffe1888d7b6cc462edc425e5f45af4d'),(1846,'','Tekpor Yaw Jens Kekeli','M','0',NULL,531,'2013-10-23 00:00:00','2009-10-23','81924','06640ca6c4df5c9cdbcfb385278c08ba4cfbfccd'),(1847,'','Oluwatoyin Lawal','M','0',NULL,531,'2013-10-23 00:00:00','1987-10-23','97755','d2fb8a799845c048fd4d856a4fbdd79eac6180ac'),(1848,'','Aiddou Peter','M','0',NULL,531,'2013-10-23 00:00:00','1930-10-23','102577','b81acf3157b379c1f236fc4198d7d99f7a3ae742'),(1849,'','Asante Priscilla','F','0','1992-10-07',531,'2013-10-23 00:00:00',NULL,'99649','f2219eda90e178c14f07e86b879be359d26e278b'),(1850,'','Ofosu Amaning Charles','M','0',NULL,531,'2013-10-23 00:00:00','1935-10-23','115530','f6d0abd49cacf4cc9f685bba6b3ee5822de2c0e4'),(1851,'','Asare Nana Yaw','M','0',NULL,531,'2013-10-23 00:00:00','2012-06-23','119652','50715f5911e3ac9f63ef98680c0f3215b9d50f1e'),(1852,'','Bawa Fatima','F','0',NULL,531,'2013-10-23 00:00:00','1977-10-23','82150','3adf4fa6e407c970b20d35a90aec6af33caf445e'),(1853,'','Ansong Ernest','M','0',NULL,531,'2013-10-23 00:00:00','1978-10-23','OUTSIDE REQ','ba4ecdb7830aff055afa8e2f4f9bb26f57650eec'),(1854,'','Afrah Akosua Esi','F','0',NULL,531,'2013-10-23 00:00:00','1963-10-23','116957','307e017fb76dba2a5dfffd30e942f7d0951fb61b'),(1855,'','Sarpomaa Koranteng Nana Adwoa','F','0',NULL,531,'2013-10-23 00:00:00','2010-10-23','103970','71acfd2e54f3727d76d2f6e0a4d68a2ef42fb374'),(1856,'','Amekuadi Mimi','F','0',NULL,531,'2013-10-23 00:00:00','1981-10-23','','02f940169de0af042de9cb540a28be33b4811ff6'),(1857,'','Asamoa Mensah N A S','F','0',NULL,531,'2013-10-23 00:00:00','2012-06-23','125619','160347b075b0adbd176b6777274cc06c56214498'),(1858,'','Buah Kodwo John','M','0',NULL,531,'2013-10-23 00:00:00','1958-10-23','1710','cfd8082e859ec024f078f938c10343a7decba3c9'),(1859,'','Hosi Senam Fakor','M','0',NULL,531,'2013-10-23 00:00:00','2012-02-23','114066','8b4acd7d480775d7192daa81ef44ef03437c52aa'),(1860,'','Elewonu Christiana','F','0',NULL,531,'2013-10-23 00:00:00','1980-10-23','128706','4e3ea2c468f3253c813dfd74fa0a6c544980aaa4'),(1861,'','Kaledzie George','M','0',NULL,531,'2013-10-23 00:00:00','1972-10-23','85643','2c00564246d99134fa48c486062e1841c48f03a5'),(1862,'','Dzotefe Samuel','M','0',NULL,531,'2013-10-23 00:00:00','1982-10-23','128707','a60423add37793c7f3216cd54fc6182042bcd3a5'),(1863,'','Bonsu Agyeman Charles','M','0',NULL,531,'2013-10-23 00:00:00','1958-10-23','127953','d034ffc817639f777b427f1c0e6bdb12707d89d6'),(1864,'','Lomo Belinda','F','0',NULL,534,'2013-10-23 00:00:00','1984-10-23','65362','8894f224237d6fca2462200dd4d8fc2e6951d080'),(1865,'','Leeyen Sonia','F','0',NULL,534,'2013-10-23 00:00:00','1992-10-23','111225','b2d44f0006665fdb38e25c25f4f98b3647db01be'),(1866,'','Nora Asamoah Mintah','F','0',NULL,534,'2013-10-23 00:00:00','1980-10-23','73888','616fd77a12b1d2ce26a6c9fedefc6b09352c1fed'),(1867,'','Adjigli John Dela','M','0',NULL,531,'2013-10-23 00:00:00','1977-10-23','116904','281af797f57687391366e021deebc9f3f49e8e51'),(1868,'','Cho Joyel','M','0',NULL,531,'2013-10-23 00:00:00','2009-10-23','115886','929acf3dca414e71e497d3b65ab264ab92e7c85f'),(1869,'','Temitope Adeoye Kingsley','M','0',NULL,531,'2013-10-23 00:00:00','1968-10-23','128709','cae71dc8bebb392790f712c98ced88b92492cb21'),(1870,'','Awotwi Peace Anita','F','0',NULL,531,'2013-10-23 00:00:00','1984-10-23','108891','ca04931b3d9aa9b38e0834934df04acaca57e27e'),(1871,'','Adzogenu Gloria Ayawo','F','0',NULL,531,'2013-10-23 00:00:00','1980-10-23','70416','503098128471c845c1e2b96bc85f50bf47c8867e'),(1872,'','Dernard Akuffo Simpeh','M','0',NULL,531,'2013-10-23 00:00:00','1985-10-23','111522','53d25d943f38b768233acf936cb000191961a966'),(1873,'','Afodanyi Leonard','M','0',NULL,531,'2013-10-23 00:00:00','1969-10-23','128710','e2154d2b5e9b9a9d68a47432689ff2c06a437945'),(1874,'','Carlota Fernandez Tubau','F','0',NULL,531,'2013-10-23 00:00:00','1993-10-23','128711','1edf8a21616ba99d0d372492246bd928b00caac3'),(1875,'','Eyeson Yvonne','F','0',NULL,531,'2013-10-23 00:00:00','1977-10-23','66250','1eaa93568984e74ad2e6f776e6181266aa208d08'),(1876,'','Asare Nicholina Barbuelis','F','0',NULL,531,'2013-10-23 00:00:00','1985-10-23','128713','763c22e60e08affd769872d848d0f3c0112144d4'),(1877,'','Prante Shahreen Zaman','F','0',NULL,558,'2013-10-23 00:00:00','2009-10-23','117219','1d2daf258e3c4e8c5bd568481cb0861cb271e7a8'),(1878,'','Oppong Boateng Adelaide','F','0',NULL,558,'2013-10-23 00:00:00','1979-10','100834','96ebc6a21f8eb1481b983add518301cf2593f709'),(1879,'','Adenso Phamel Nana K','M','0','2010-07-20',558,'2013-10-23 00:00:00',NULL,'115800','9ff5a20b01c1d166b6bef8bc794b97049bdad301'),(1880,'','Casley Hayford Okraku','M','0','1956-02-10',558,'2013-10-23 00:00:00',NULL,'84983','b5ea90337f48c5b642c9cb0bdd3b86fed43e9a22'),(1881,'','Adjei Lynda Naa Adjeley','F','0','1985-01-06',558,'2013-10-23 00:00:00',NULL,'87464','5db6fb7dec8a49b0f8212308ad9cda904700886d'),(1882,'','Formedi Amenuveve Aseye','F','0',NULL,558,'2013-10-23 00:00:00','2013-04-23','128114','3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e'),(1883,'','Williams Christiana','F','0','1993-02-06',558,'2013-10-24 00:00:00',NULL,'128717','aeb90cc4712610f2b5f1e5a50b484c6f594aae92'),(1884,'','Ofosu Bright','M','0','1963-06-04',558,'2013-10-24 00:00:00',NULL,'68841','bc2e90aaff172fac8b5134792dc441095bf5cfe6'),(1885,'','Malm Anna Margaret','F','0',NULL,558,'2013-10-24 00:00:00','1962-10-24','21395','d69a6f28eb36cea74992629af8196e9fa923b48d'),(1886,'','Odoi Sykes Edith','F','0',NULL,558,'2013-10-24 00:00:00','1937-10-24','60095','debcba182de67851deda26c0dd31a0e2922ec319'),(1887,'','Amo Toah Samuel','M','0','1963-12-21',558,'2013-10-24 00:00:00',NULL,'55955','ace2dc10e2b963f47b3fea49fadb1fac8146d268'),(1888,'','Adamtey Hayford Kojo','M','0','1961-08-27',558,'2013-10-24 00:00:00',NULL,'75363','633bdcbebe7c733d3d0da25d050b1317b8b5d8b0'),(1889,'','Dansoa Datey Emmaline','F','0',NULL,558,'2013-10-24 00:00:00','1983-10-24','128708','120e7c6c3af5df0b0edbed86806320d4a29a975f'),(1890,'','Annag Abigail Azu','F','0',NULL,558,'2013-10-24 00:00:00','1980-10-24','114193','fca8ff3896235e3b48bae193ef74227666875255'),(1891,'','Appiah Nkansah Stella Irene','F','0','1962-06-04',558,'2013-10-24 00:00:00',NULL,'128719','2759cc67c6e221d5ab3d8d874de23996d3bbfb78'),(1892,'','Teye Mathew','M','0','1977-01-16',530,'2013-10-24 00:00:00',NULL,'','e8961a8adfe1729d8c6ea1602f543439b933674a'),(1893,'','Ntiri Maxwell','M','0','1984-12-13',530,'2013-10-24 00:00:00',NULL,'','008c9659c6a904bc0801ad16f8b91cbf7f09e0a6'),(1894,'','Bessah Papa Nyamedze','M','0',NULL,530,'2013-10-24 00:00:00','2013-05-24','128699','f10c621d268c839c6958771ffdb5aeddae340c69'),(1895,'','De Heer Stephanie','F','0','1990-04-18',530,'2013-10-24 00:00:00',NULL,'106869','3dcfa2d709e21d46cdee4e2ef2e3f2969fc352b6'),(1896,'','Mireku Margaret Afua','F','0',NULL,530,'2013-10-24 00:00:00','1948-10-24','3106','c13b4769fe6a93d79ae71dde627ba632e56dd6cc'),(1897,'','Sanne Leeuwrik','F','0','1984-05-01',530,'2013-10-24 00:00:00',NULL,'128725','e755745c693f151570971a08b97994a83c1c9d5e'),(1898,'','Akomdo Emmanuel','M','0','1979-04-09',530,'2013-10-24 00:00:00',NULL,'97438','78044d9ec18d86bf3a3df4a7c8aa7481b434521b'),(1899,'','Mahama Fati','F','0',NULL,530,'2013-10-24 00:00:00','1943-10-24','','0727a50eb21aea6cb03f0243803595b3f86298f8'),(1900,'','Bartlett Mingle Joel','M','0',NULL,530,'2013-10-24 00:00:00','2012-04-24','113525','0620d08811b2ce989dbcc9ea0ceb1525ba53910e'),(1901,'','Boateng Jasmine','F','0','1986-12-18',530,'2013-10-24 00:00:00',NULL,'82878','94b32a5debe603d0b3775c7e9f3a2285fec5f853'),(1902,'','Boakye Christiana','F','0',NULL,530,'2013-10-24 00:00:00','1959-10-24','128772','9ec9180e815d2d7d2f4fcf856117fd720506d361'),(1903,'','Awuah Eric Kofi','M','0','1974-03-01',530,'2013-10-24 00:00:00',NULL,'90365','bd1d8e87596c2daf0ec0da2bd144d8920c2a3152'),(1904,'','Opoku Duodu Joyce','F','0',NULL,530,'2013-10-24 00:00:00','1968-10-24','','a18c811d2af22809d9d2db99c0e8ca54190a1289'),(1905,'','Mohammed Karimatu','F','0',NULL,530,'2013-10-24 00:00:00','1986-10-24','128723','e31d938d039a8dbe94dd649954c32976409d59a0'),(1906,'','Sarpong Kofi Baafi','M','0',NULL,530,'2013-10-24 00:00:00','2011-10-24','128724','c41cc0ba97a63ff17bce1977ff2d143c05361ef6'),(1907,'','Anne Marie Hasford','F','0',NULL,530,'2013-10-24 00:00:00','2012-07-24','121143','f7d76341b5fc772464f75f918927e8e49caadc30'),(1908,'','Owusu Awuah Esther','F','0',NULL,530,'2013-10-24 00:00:00','1965-10-24','19489','1727aa1059dc9e1a1deaef5d5ea2a03e3f982320'),(1909,'','Indome Nana Yaa H','F','0',NULL,530,'2013-10-24 00:00:00','1976-10-24','87948','b4951ac50191c3a406ac6ba2c5d2858295e4cac4'),(1910,'','Ackuaku Philip Mawunyo','M','0',NULL,530,'2013-10-24 00:00:00','2002-10-24','29927','12a9edc4f1a9fc376e57d6b475ae53a6f297b026'),(1911,'','Budu David','M','0','1955-05-02',530,'2013-10-24 00:00:00',NULL,'9374','de2c979e176409b14282b4b344da14ccf937926f'),(1912,'','Opare Addo Afua Sabea','F','0',NULL,530,'2013-10-24 00:00:00','2003-10-24','115590','6c1e1f9b2222d6921de5b59d2b90501741f7e046'),(1913,'','Nyinaku Frederick','M','0',NULL,530,'2013-10-24 00:00:00','1980-10-24','64978','649b37b6754e83758649543e6254e1883819affe'),(1914,'','Bieni Obiri Yeboah','M','0',NULL,530,'2013-10-24 00:00:00','1937-10-24','','a97cb3a16414118b2ffbe0a44e23251414fa578e'),(1915,'','Owusu Margaret','F','0',NULL,530,'2013-10-24 00:00:00','1970-10-24','56764','742a57b4dd3be4eaedc76bc70ef0672b3340413b'),(1916,'','Peprah Daniel','M','0','2012-06-01',530,'2013-10-24 00:00:00',NULL,'123915','1520f787de1e0fcba58a9e750d22a4b315575e83'),(1917,'','Chia Eugenie Abe G','F','0',NULL,530,'2013-10-24 00:00:00','1977-10-24','45638','3ca1d6aa6aeed1831ab8159c3dbc552a2d5de692'),(1918,'','Boateng Meria K','F','0',NULL,530,'2013-10-24 00:00:00','1984-10-24','','3fc5c3eef892eff0cb4af7ceeb096728f54b9d5f'),(1919,'','Kportufe Ethan E','M','0','2011-12-30',530,'2013-10-24 00:00:00',NULL,'116398','49381ccef93d4446990b63cacebaf7027707b941'),(1920,'','Widad Adam','F','0',NULL,530,'2013-10-24 00:00:00','2012-09-24','117953','a089a5dc7aceff223265401e39bc71d25ac15ce2'),(1921,'','Kumeko Richard','M','0',NULL,530,'2013-10-24 00:00:00','1999-10-24','114656','0b5288db26721af7fb593b0ddcaa8c4497b08e95'),(1922,'','Kpedzroku Anchor','F','0','2001-03-16',530,'2013-10-24 00:00:00',NULL,'101441','73fb7339003b75cb748a2863e9def3c7761ab898'),(1923,'','Jedidiah Eyram A','M','0','2012-01-18',530,'2013-10-24 00:00:00',NULL,'115721','28836e8b66fbbbb518637d2b6a4722c45e24009b'),(1924,'','Atigah Solomon','M','0','1959-07-16',530,'2013-10-24 00:00:00',NULL,'128731','687b4614aad01fbb8f7645d99b14889fa8326bb0'),(1925,'','Simpson Ebenezer Ato','M','0','1979-09-14',530,'2013-10-24 00:00:00',NULL,'128735','a21c39af7c387c48fef4faf3ec7234769d823777'),(1926,'','Adamu Abiba','F','0','1987-04-14',530,'2013-10-24 00:00:00',NULL,'128733','3090ddd57ea0a4002f76b6b199f14648370a5286'),(1927,'','Owusu Akresu Afia Maxim','M','0','1997-08-22',530,'2013-10-24 00:00:00',NULL,'17773','f91af36c722554d1a10705e4a73b0b211ec5c3ec'),(1928,'','Kodua Theresa Benewaa','F','0','2001-04-02',530,'2013-10-24 00:00:00',NULL,'128729','b91fd7334788cd88e2b1a223ece6031a925b40ce'),(1929,'','Adam Khaled Abdou','M','0','1981-06-18',530,'2013-10-24 00:00:00',NULL,'128730','077a3ae813d37cfdbd1495fcbb6a8e514f3b664c'),(1930,'','Amartey Analiese Amarteley','F','0','2011-11-09',530,'2013-10-24 00:00:00',NULL,'119158','bf0f662c79459e9c27dc8fb781e3616279757606'),(1931,'','Omano Belinda','F','0','1988-11-29',530,'2013-10-24 00:00:00',NULL,'73435','7148bad461a0dbb7c7bd98c8884237dd0ac666ff'),(1932,'','Obeng Maame Aba Nyiraba','F','0','2007-11-22',530,'2013-10-24 00:00:00',NULL,'71285','87037c00ec164bca4789cee31fc28d522d28cc53'),(1933,'','Ayiwah Patience','F','0',NULL,530,'2013-10-24 00:00:00','1974-10-24','18107','28451f149c442e58d64be2c78b6dbfc09ba3faf6'),(1934,'','Gakpa Shimawu Akua','F','0',NULL,530,'2013-10-24 00:00:00','2013-06-24','128727','88745d277d07423a3649c6d39df0bebcade2e44b'),(1935,'','Mfum Maxwell Kofi','M','0','2011-10-21',530,'2013-10-24 00:00:00',NULL,'111923','d03935b03357b8717239d31a0ff302f5b942cb26'),(1936,'','Amegashie R S','M','0',NULL,530,'2013-10-24 00:00:00','1927-10-24','','bd1c4695c1a2de0e93da6fc1f91caf1fc4ccb876'),(1937,'','Arthur Badoo Kingsley Ankama','M','0',NULL,530,'2013-10-24 00:00:00','1979-10-24','128737','bd29ff1fd6a62881a951c9292a9babb15ca2be87'),(1938,'','Anoba Jennifer Ohene','F','0',NULL,530,'2013-10-24 00:00:00','1985-10-24','123146','d746ab6eaab0ff8d51c586cb2baec09f929a45e1'),(1939,'','Tsikata Bright Kojo','M','0',NULL,530,'2013-10-24 00:00:00','1980-10-24','128732','3ddb18edafb9c2e4ea6a372753eb467016d51494'),(1940,'','Okoye Vanessa','F','0',NULL,530,'2013-10-24 00:00:00','1995-10-24','128738','f312d3df0fff7af6c0dc45f491b865ff7c6910c8'),(1941,'','Gyapong Obed','M','0',NULL,530,'2013-10-24 00:00:00','1984-10-24','120921','0724d5f9f95b4e06e54e1e1bc2a81b0beb9b0995'),(1942,'','Mansaray Zanita E','F','0',NULL,530,'2013-10-24 00:00:00','2013-07-24','128736','6d6f5b597def4638dc10c483771f45bdc4486836'),(1943,'','Mansaray Zanita E','F','0',NULL,530,'2013-10-24 00:00:00','2013-07-24','128736','6d6f5b597def4638dc10c483771f45bdc4486836'),(1944,'','Mansaray Zainab','F','0',NULL,530,'2013-10-24 00:00:00','1988-10-24','93288','8683e1fb090e9f74d099a4414b71196dbc86715e'),(1945,'','Dawu Augusta','F','0',NULL,530,'2013-10-24 00:00:00','1981-10-24','111591','082b14f6a112a63e8a2c6087f8d233511cd14165'),(1946,'','Bekoe Lilian Oppong','F','0','1986-09-19',530,'2013-10-24 00:00:00',NULL,'100723','78c6cee35986f59063d980556c4d932ae244adf4'),(1947,'','Avorsay Catherine','F','0',NULL,530,'2013-10-24 00:00:00','1981-10-24','109785','06991311ab410d2814b0571442bc75650fe3d42f'),(1948,'','Baffour Awuah Robert','M','0',NULL,530,'2013-10-24 00:00:00','1986-10-24','119701','a6bde82de8723ee74ae86734e38d7c7726b921aa'),(1949,'','Djimrabeye Rosella Larhidi','F','0','2013-02-09',530,'2013-10-24 00:00:00',NULL,'124136','05510b20f358e41c084109ca5c49beed6dbe975b'),(1950,'','Amankwah Eunice','F','0',NULL,530,'2013-10-24 00:00:00','1981-10-24','123083','7000196982eb5679a9279889b27badd522e61b2c'),(1951,'','Debrah Ebenezer Moses','M','0','1928-07-09',530,'2013-10-24 00:00:00',NULL,'1913','ae169b218ff8a161f396f1aee13d832fc521abdf'),(1952,'','Kumi Jacqueline Asor','F','0','1994-05-28',530,'2013-10-24 00:00:00',NULL,'85879','76418a634eeb5034f4ec3f077f18765f22b6616a'),(1953,'','Fuachie Jerell Frimpong','M','0','2012-04-20',530,'2013-10-24 00:00:00',NULL,'589447','9383640a2dfa99a0acdd46012609cc9d6142fd21'),(1954,'','Abaari Rabi Ali','F','0','1967-11-16',530,'2013-10-24 00:00:00',NULL,'71088','67af7708aefbc0f7921d05af4ed98b682ca31fbd'),(1955,'','Agyeiwa Afia','F','0',NULL,530,'2013-10-24 00:00:00','1964-10-24','114618','74857796555d304ce5eef4efb8a9f4d64da43a36'),(1956,'','Kankam Kwabena Adom','M','31','2006-01-31',530,'2013-10-24 00:00:00',NULL,'57613','aee6f802f517a08eb2933d1290f0ec981bd8a04b'),(1957,'','Sanders Juliana','F','0',NULL,530,'2013-10-24 00:00:00','1937-10-24','53329','7e620d6b6cc3f633839d77577f74ee8ae439138a'),(1958,'','Bobie Zara','F','0','2000-11-21',530,'2013-10-24 00:00:00',NULL,'116096','cc7c4284ec7a376f124c5827acf22a3370f55b3c'),(1959,'','Oikpo Osamede','F','0',NULL,530,'2013-10-24 00:00:00','1985-10-24','128740','3c7dfa0e1cf8bf747130f0ed344978115cfdb4b8'),(1960,'','Twum Ampofo Ebenezer','M','0','1966-08-17',558,'2013-10-24 00:00:00',NULL,'43588','451c2f93e33c8b4f92a5a9a7c3a1580dbb18da89'),(1961,'','Wakaso Salis Amadu','M','0','1977-01-02',558,'2013-10-24 00:00:00',NULL,'57855','d794b750fab6e59c77065a661dd75acb63281b10'),(1962,'','Bengtsson Michael Kofi','M','0','1977-08-26',558,'2013-10-24 00:00:00',NULL,'123546','accccd94f3e9a03fcea124f27bb2dc39f5958306'),(1963,'','Saraki Cornelius','M','0','1962-09-25',558,'2013-10-24 00:00:00',NULL,'96433','8676a2bce2b7216d197af3fd0830f29979e12d7f'),(1964,'','Kwarteng Nhyira','F','0','2011-07-04',558,'2013-10-24 00:00:00',NULL,'111936','d6a8c1b842015c105b9dcd8a711509c9e41033fd'),(1965,'','Mensah Bonsu Hazel Nissi','F','0','2006-03-25',558,'2013-10-24 00:00:00',NULL,'114367','876e3a3bdc62008057d2248aafde05dfbef6a716'),(1966,'','Sarpong Eric Osei','M','0','2003-12-13',558,'2013-10-24 00:00:00',NULL,'104557','377004ab63572ea732c30dcec2115e3354156c33'),(1967,'','Ahlivia Golda Akua','F','0','1982-07-28',558,'2013-10-24 00:00:00',NULL,'100961','0b8da783c8a21cc5bdb88eb4a0c48be7734c2f86'),(1968,'','Bothner Jenna','F','0',NULL,558,'2013-10-24 00:00:00','1989-10-24','127893','415f649fbf01eff2eb96b4bf7c8f3a76048163be'),(1969,'','Junaid Kulsoom','F','0','1980-01-10',558,'2013-10-24 00:00:00',NULL,'128743','7247480c6c98ed6946dab54907a96b3794ed9460'),(1970,'','Ashon Adwoa Awortwe','F','0','2003-04-28',558,'2013-10-24 00:00:00',NULL,'34049','face95fef9a3dbf7d74aa1ff09e5df460dd98fee'),(1971,'','Usochim Epuh A','F','0','2010-04-09',558,'2013-10-24 00:00:00',NULL,'125014','0f047acdd3d552f8bea510bed10b82d9834a3810'),(1972,'','Epuh Uchenna','M','0','1976-05-10',558,'2013-10-24 00:00:00',NULL,'109873','cb7abf55017be83e49a153c3068e018ddc6f142c'),(1973,'','Dankyi Rowland','M','0','1990-11-15',558,'2013-10-25 00:00:00',NULL,'123649','dd61928f3a3f8c21c8186f2e1aedb5308def7212'),(1974,'','Ansre Selasi Anai Tsatsu','M','0','2001-05-05',558,'2013-10-25 00:00:00',NULL,'21454','05b5d577a9a7ce4a26484d9bd1c89654f3df8a25'),(1975,'','Bimpong Gilbert','M','0','1986-01-10',558,'2013-10-25 00:00:00',NULL,'90339','c0e54a719613838f37dc20a61c32654e91a8cfc9'),(1976,'','Poku Joseph Kwadwo','M','0','1941-02-02',558,'2013-10-25 00:00:00',NULL,'91699','bc57efada5d72fe131f1056436b4c54254435781'),(1977,'','Ashong Martin Elsara Ayo','F','0','2012-01-09',558,'2013-10-25 00:00:00',NULL,'113092','66601dacff99e0c47b69df1a1717d1f63db9212b'),(1978,'','Agyena Samuel','M','0',NULL,558,'2013-10-25 00:00:00','1976-10-25','127566','af33e6db395ba389c64b785aa279de919375d65f'),(1979,'','Boakye Boateng Kwasi Ofori','M','0','1977-04-04',558,'2013-10-25 00:00:00',NULL,'82333','d2415d6786572e8f7801422d396ac2a2b89b3252'),(1980,'','Mohammed Fatima','F','0',NULL,558,'2013-10-25 00:00:00','1983-10-25','100449','a02ddd63b8648c1fe0b8f66f8e0d576930a6f78d'),(1981,'','Appiagyei Martha Serwah','F','0',NULL,558,'2013-10-25 00:00:00','1951-10-25','116585','0ada14f1417387b88614b7301293db9bf77c6a49'),(1982,'','Zegbla Regina','F','0','1954-07-13',530,'2013-10-25 00:00:00',NULL,'109816','e644591c07285f7aa8a7f9c75262b79bb067f256'),(1983,'','Kabutey Solomon','M','0',NULL,530,'2013-10-25 00:00:00','1986-10','82900','27e4be5faffc1b3a163c2dec02cc9c0080df0aba'),(1984,'','Tijani Fuseni','M','0','1972-07-01',530,'2013-10-25 00:00:00',NULL,'124535','2e4a974788c09f50062d391e155d9370c03116ff'),(1985,'','Murtala Alhaja Ramatu','F','0','1974-05-31',530,'2013-10-25 00:00:00',NULL,'117603','ac76909330d29397295df26ea281b4d334c12a88'),(1986,'','Apekay Ann Dela','F','0','1966-09-09',530,'2013-10-25 00:00:00',NULL,'49579','e5617a1d887b2c86f5847df0234388bb5a2ea644'),(1987,'','Kudiabor Tsatsu','M','0','1969-03-20',530,'2013-10-25 00:00:00',NULL,'1059','b70704649facff8a129b863ea954cd4d1e4f43a8'),(1988,'','Owusu Clement','M','0','1987-10-10',530,'2013-10-25 00:00:00',NULL,'124957','1c34696e16188167df2a93e46d68ed3f3b7107fd'),(1989,'','Akoma Rose','F','0','1987-11-08',535,'2013-10-25 00:00:00',NULL,'103634','475ed8f783325c5ab1de6f780c26f447e5e7345e'),(1990,'','Bonso Kwabena','M','0','0000-00-00',530,'2013-10-25 00:00:00',NULL,'128747','16ea6c58b2a9386c21cd7c056a634989396e8338'),(1991,'','Broteye Fedora Naa','F','0','2009-08-28',530,'2013-10-25 00:00:00',NULL,'1823','bbe12295f2306f300685b2710cb63f50f3a1451c'),(1992,'','Borteye Stephen','M','0','2011-06-13',530,'2013-10-25 00:00:00',NULL,'105818','d7e6a4772f82b3483cb9aea63106a81a1203545e'),(1993,'','Akota Josephine','F','0','1988-03-28',530,'2013-10-25 00:00:00',NULL,'128749','693e3b80a8c4c04caa173facda98fdc453c2ec0c'),(1994,'','Peprah Akosua','F','0','1988-04-03',530,'2013-10-25 00:00:00',NULL,'128749','6e2298d16bb142abdd363da5ba37bc25727118db'),(1995,'','Kpobi Millicent','F','0','1985-02-10',530,'2013-10-25 00:00:00',NULL,'118064','a8997b453785fc5bdcad8df29babc5afe6571e95'),(1996,'','Anang Emmanuel','M','0',NULL,530,'2013-10-25 00:00:00','1977-10-25','','135657d673203365504fa3e696270fd7ef81b8f3'),(1997,'','Koomson Mirian','F','0','1964-10-23',530,'2013-10-25 00:00:00',NULL,'5648','4d75d2d0b97dbaa9d88d1a17e29fe3ff745a4521'),(1998,'','Gblie Anthony','F','0',NULL,530,'2013-10-25 00:00:00','1983-10-25','123037','12548544690b3b4dcfb466c53a6849889f076048'),(1999,'','Asibi Mary','F','0',NULL,530,'2013-10-25 00:00:00','1968-10-25','103991','04d16238f090eac7f8ff30fb74dddf4aaa301804'),(2000,'','Ofosu Aseda Obeng','F','0',NULL,530,'2013-10-25 00:00:00','2009-10-25','96821','b4624320d24bfef3eb7f5f515fa3a47d0374154e'),(2001,'','Nelson Juliana','F','0',NULL,537,'2013-10-25 00:00:00','1937-10-25','28501','d19917141fc00e21527e731b34c97e96c006e231'),(2002,'','Ye Boi May Ofeley','F','0',NULL,530,'2013-10-25 00:00:00','1966-10-25','99051','d82e49ad078b95b6aeaef86ad50a5c09a3759eb1'),(2003,'','Amoah George','M','0',NULL,537,'2013-10-25 00:00:00','1959-10-25','128744','275ee42d366b7602e844e35d0821e9b36600ca4e'),(2004,'','Addo Emmanuel','M','0',NULL,530,'2013-10-25 00:00:00','1984-10-25','128741','f74f30f9caddc824aea3e95e7e5296d980279aa8'),(2005,'','Mahamah Buipe Wura','M','0','1943-04-06',530,'2013-10-25 00:00:00',NULL,'128755','f9e651e9d5d2c961fdcb13bd451be28b13f112c3'),(2006,'','Tandoh Cynthia O','F','0',NULL,543,'2013-10-25 00:00:00','1978-10-25','128408','60c531f3396d37ecd79d038dba4566c13682963d'),(2007,'','Ahiabli Bernice','F','0',NULL,543,'2013-10-25 00:00:00','1986-10-25','128425','0a8f4cb5c8d2219b700e605d238a303b18a35e7b'),(2008,'','Daouda Traore','M','0',NULL,543,'2013-10-25 00:00:00','1967-10-25','127090','b20938b80e8078f8c97ae37006dd9f489d22db4b'),(2009,'','Williams Alberta','F','0',NULL,543,'2013-10-25 00:00:00','2008-10-25','85517','dae50e8087cc1c2b5ef7e217ab172724bd2c1897'),(2010,'','Boafo Kofi','M','0',NULL,543,'2013-10-25 00:00:00','1976-10-25','128746','07aed385fa7dfd08f1d67ac8f3f9fd8aa9afba21'),(2011,'','Yeboah Korie Akosua','F','0',NULL,543,'2013-10-25 00:00:00','1967-10-25','56174','568708b97fb2d009310440564644f537ca41d307'),(2012,'','Mohmmed Abiba Adamu','F','0',NULL,530,'2013-10-25 00:00:00','2013-04-25','127129','ebf715712ac260a79e866eb029a0fb2147f08148'),(2013,'','Adjei George','M','0','1979-08-14',530,'2013-10-25 00:00:00',NULL,'43819','2bd9bcacfad2a7d3c13c4a9436efdf30dd73ed92'),(2014,'','Nipah George Robert','M','0','1988-10-08',530,'2013-10-25 00:00:00',NULL,'120657','ca54288155a3b98e5bc853fc2e2a674d57251824'),(2015,'','Quayson Stanley Ofori','M','0','2008-04-08',530,'2013-10-25 00:00:00',NULL,'128750','94645ed3e1176b37065635471dd8ed874e372320'),(2016,'','Tipagya Jabari Abdul','M','0',NULL,530,'2013-10-25 00:00:00','2010-11-25','104895','bf670d698b3bada209c2a6723a25672d84b7a611'),(2017,'','Konton Kingsley','M','0','1982-05-20',530,'2013-10-25 00:00:00',NULL,'128753','6f4a583ed231e3ad23c64a043f1563811086057c'),(2018,'','Osei Owusu Eric','M','0',NULL,530,'2013-10-25 00:00:00','1963-10-25','124053','dafe81bd6cb05bbdba6812f006b183290da85650'),(2019,'','Iddi Matilda','F','0',NULL,530,'2013-10-25 00:00:00','2010-11-25','122159','f748c4d747958680da3a5d20f4e46d589b474ec4'),(2020,'','Adu Bediako Joseph','M','0',NULL,530,'2013-10-25 00:00:00','1982-10-25','102038','8130f6e0d662c2fe8550400e62dda13b6c7d8196'),(2021,'','Owusu Francis','M','0','1977-09-20',530,'2013-10-25 00:00:00',NULL,'78741','d5d35a9882fa211de89d39c6fe79af76bc889a66'),(2022,'','Owusu Saba Patricia','F','0','1972-02-03',530,'2013-10-25 00:00:00',NULL,'6435','752dcef459f2bf2aa2df781f3edab514130bfbee'),(2023,'','Owusu Mensah George','M','0',NULL,530,'2013-10-25 00:00:00','1958-10-25','111371','c877ff23e205a943a4afaa076be52b21582bf559'),(2024,'','Asante Josephine','M','0',NULL,530,'2013-10-25 00:00:00','1985-10-25','123215','9fccad4f317b29c5967d138d0b578aaff4973158'),(2025,'','Kaba Francine Wenyim','F','0',NULL,530,'2013-10-25 00:00:00','2012-05-25','118293','3c0a22c0aa5e438a31f07da4354a16a444847e25'),(2026,'','Owusu Caleb O','M','0',NULL,530,'2013-10-25 00:00:00','2010-10-25','97398','d1310397be9ffb03f91e2ea54a6442b75895574f'),(2027,'','Owusu Micheal','M','0',NULL,530,'2013-10-25 00:00:00','2004-10-25','44183','2a3b6b49773a8a70a2fc7d27bafae32bedf34239'),(2028,'','Maccarthy Adeline','F','0',NULL,530,'2013-10-25 00:00:00','2013-01-25','128758','4ef2fbd66daffc995b1e19d2c1323579e23e3aa6'),(2029,'','Abdul Karim Hamida','F','0','2006-03-26',530,'2013-10-25 00:00:00',NULL,'73279','b935296391bec8723369852e898a9f841212f971'),(2030,'','Menka Kofi','M','0',NULL,530,'2013-10-25 00:00:00','1979-10-25','84114','55009510e5929db6bdfbfa23733ef2b5f10867ad'),(2031,'','Appiah Grace Akuba','M','0',NULL,530,'2013-10-25 00:00:00','2013-07-25','73257','f874bc9a8f9129c87adb479b0215d9dd3bcd4705'),(2032,'','Agyemang Ansong Denzel','M','0','2009-08-12',530,'2013-10-25 00:00:00',NULL,'106216','926266c442f315c99c2d5b730ed668fb9524b3fd'),(2033,'','Adjei Beedicta','F','0',NULL,530,'2013-10-25 00:00:00','1985-10-25','84614','f0c178c3c61f91af0445c254c74b42efc740b713'),(2034,'','Antwi Barimah Ernest','M','0','2004-10-12',530,'2013-10-25 00:00:00',NULL,'81240','0d3a953eca8c6035770e4c3f1470161f3a99b9d2'),(2035,'','Deyegbe Felix Kwasi','M','0','1962-03-25',530,'2013-10-25 00:00:00',NULL,'128762','5a31155df7a24d206a0de19ca6362c081834a15c'),(2036,'','Ahwireng Kwame A','M','0',NULL,530,'2013-10-25 00:00:00','2013-07-25','128189','9615d9b8f46805a2f5003e2be5d091ab322cb283'),(2037,'','Ahwireng Mama Oye','F','0',NULL,530,'2013-10-25 00:00:00','2010-10-25','96673','3c2d26c33dc2494cbfcd67f5452b71c747da49f9'),(2038,'','Ahwireng Kwyisibea Ama','F','0',NULL,530,'2013-10-25 00:00:00','2012-02-25','12878','e923b74286d7643980622bbe4168fdfa9d577787'),(2039,'','Lamptey Fitzgerald','F','0',NULL,530,'2013-10-25 00:00:00','2012-01-25','128759','a3449f68d58c6a6a1a72ecafa2c2f58d0d0ad92a'),(2040,'','Lamptey Beatrice','F','0',NULL,530,'2013-10-25 00:00:00','1970-10-25','75036','f155002aad54d43b8dba18965d4785ec97136011'),(2041,'','Osei Sarfo Stephanie','F','0','2006-10-31',530,'2013-10-25 00:00:00',NULL,'126458','c2b255be697b8e5a0a923569f3fdd8603bd05211'),(2042,'','Osei Sarfo Stephanie','F','0','2006-10-31',530,'2013-10-25 00:00:00',NULL,'126458','c2b255be697b8e5a0a923569f3fdd8603bd05211'),(2043,'','Ansah Edward Nana','M','0','2009-06-16',530,'2013-10-25 00:00:00',NULL,'128757','99a7920091eb48d617692583116dd23642da9f96'),(2044,'','Sika Georgina','F','0','1983-05-26',530,'2013-10-26 07:00:00',NULL,'91843','62696987d636df462d82cac8006472d52b8213a4'),(2045,'','Dontonou Oleanov','F','0','1989-11-13',530,'2013-10-25 07:00:00',NULL,'123695','369528db0a596ead41f82376c99b6cfde54b8a5d'),(2046,'','Senyo Hosi','M','0','2008-12-20',530,'2013-10-25 07:00:00','','87473','bfa2963610f049bdafc53289bea316893a305da4'),(2047,'','Eskyi Christian','M','0',NULL,530,'2013-10-25 07:00:00','1987-10-25','','1310dae2605c2f8369a29bc268e9103282e1eda9'),(2048,'','Osamede Oikpo','F','0',NULL,530,'2013-10-25 07:00:00','1985-10-25','128740','676a67553786a6b00f538296c7d15b89de2d09af'),(2049,'','Buaku Joseph Kojo','M','0',NULL,530,'2013-10-25 07:00:00','1979-10-25','121617','8e17f57b26fc02c38f9bf1cc8efba2258662a57d'),(2050,'','Awotwi Frederick Kwesi','M','0',NULL,530,'2013-10-25 07:00:00','1977-10-25','105734','8cc7f90f8742385771b39b921ab63ef73e680f63'),(2051,'','Bawa Rafia','F','0',NULL,530,'2013-10-25 07:00:00','2012-10-25','128769','fa34e6d58cc6eef84cb0fa6d7b68d6aac12383aa'),(2052,'','Dompey Winand','M','0','2010-05-28',530,'2013-10-25 07:00:00',NULL,'97273','98aaae96a24c742503b1fdbdb931b103ff276145'),(2053,'','Boare Nyaaba Freda','F','0','2010-09-14',530,'2013-10-25 07:00:00',NULL,'128763','051a2aa43826226c3783d6c83f37f8cf55d8d093'),(2054,'','Akotey Gordon','M','0',NULL,530,'2013-10-25 07:00:00','1966-10-25','128','c7101505c9cafbbd46aa90873979370aad99fb5d'),(2055,'','Opare Belinda Daa','F','0',NULL,530,'2013-10-25 07:00:00','1976-10-25','197536','48a517209288c682cca6beb45b512e2e7132a49b'),(2056,'','Opoku Ohemaa Acheamponmaa','F','0','2012-09-29',530,'2013-10-25 07:00:00',NULL,'121014','f7466e78a0e4bca8d065b014c7df17db037e8fea'),(2057,'','Opoku Vera','F','0','1984-05-17',530,'2013-10-25 07:00:00',NULL,'97375','6e03e34c209d31da690fd04b3c421c89c517e068'),(2058,'','Nasigiri Mariam','F','0','2003-08-17',530,'2013-10-25 07:00:00',NULL,'195734','dff81b3ec166ae5945b400ee4a2967b86136c624'),(2059,'','Dawuda Azumi','F','0',NULL,530,'2013-10-25 07:00:00','1966-10-25','42927','01264d56f51cd18677f6cdcfb9bc16bbd8616bae'),(2060,'','Lukeman Tanisha','F','0','2011-06-05',530,'2013-10-25 07:00:00',NULL,'106879','5efb9391aa60a6cb9b8136f24da9af92f8b23d6f'),(2061,'','Avero Mariam','F','0','1986-01-25',558,'2013-10-25 07:00:00',NULL,'116276','cdde7627fd9ef6843e053ed41f8b0dc1e7b341b8'),(2062,'','Wayner Doughlas','M','0','1962-11-06',558,'2013-10-25 07:00:00',NULL,'128778','72d64c05532a8ed706bd18d220b57ec60f14704a'),(2063,'','Don Arkhurst Eric','M','0','1939-04-06',558,'2013-10-25 07:00:00',NULL,'126412','36afa9ebb9ec8e1737c6769b9a1d51092f0ca0b7'),(2064,'','Klutse Elaine Elorm','F','0','2011-01-27',558,'2013-10-25 07:00:00',NULL,'105534','3dac95fb2f44811b9212d111bf5444be5cf60bf7'),(2065,'','Hu Zi Shuo','M','0',NULL,558,'2013-10-25 07:00:00','2011-10-25','128780','1142d46c4b5c18ddd9952b340568b103d1b9925c'),(2066,'','Opoku Franzel Atta','M','0','1982-06-01',558,'2013-10-25 07:00:00',NULL,'106285','16fc358d59a74245a4d70a55de27fbf783c0b6a9'),(2067,'','Detty Ambrosia Lynda','F','0','1964-08-07',558,'2013-10-25 07:00:00',NULL,'126308','e209bba3db296c69d3b233e1ea1e0aee2302a226'),(2068,'','Tagoe Grace','F','0','1974-04-02',558,'2013-10-25 07:00:00',NULL,'76214','61b4bc7feeefde604af39a78e63b170d5f531837'),(2069,'','Mate Kole Albert Hugo','M','0','1948-07-11',558,'2013-10-25 07:00:00',NULL,'128781','d3790ef50bae884b767bdc515934ef27acbd7b0c'),(2070,'','Okine Elvis Andy K','M','0','1972-04-30',558,'2013-10-26 07:00:00',NULL,'95478','ac8006b8d860c45bed1bc6c1d16066deec2c3d8e'),(2071,'','Awuku Darko Reginald','M','0',NULL,558,'2013-10-26 07:00:00','1956-10-26','31141','247ce6c029e02f50cf14195c5bce62f5024e0458'),(2072,'','Kwashie Modestus','M','0','1970-10-11',558,'2013-10-26 07:00:00',NULL,'128783','4fc056285b16bf70c3bb00fd896ae644e1cb813a'),(2073,'','Prempeh Kwaku','M','0','1966-03-20',558,'2013-10-26 07:00:00',NULL,'128784','bc2f0e19b27e4c2be476f60c973f3f43f4016f5b'),(2074,'','Mohammed W Amr L Lah','M','0','2011-04-24',558,'2013-10-26 07:00:00',NULL,'110918','e550c036c9356e692d37a81a07fbdd89e42249cd'),(2075,'','Enim Nyarko Erica','F','0','2005-08-04',558,'2013-10-26 07:00:00',NULL,'52214','20a215f523981a056d5788111159a71ee6fc5ba8'),(2076,'','Gyampong Bismark','M','0',NULL,558,'2013-10-26 07:00:00','1986-10-26','','7670b17712742a68b38d035838566d6c70175215'),(2077,'','Ahiable Edith Ama','F','0',NULL,558,'2013-10-26 07:00:00','1955-10-26','126541','94e162e855faacf4f201a7869e5a89da99adeeb2'),(2078,'','Apeagyei Frank','M','0','1977-03-01',558,'2013-10-26 07:00:00',NULL,'88228','c555792848d4cb33e0a2280d03561a52dc4a8a64'),(2079,'','Opare Asante Michael','M','0','1999-03-21',558,'2013-10-26 07:00:00',NULL,'11681','3e45c8ae9f317deb283eca1c084dbd26e4c568b7'),(2080,'','Botchway Roland','M','0','1972-01-06',531,'2013-10-26 07:00:00',NULL,'106303','65f71a6f8297dd9e64fcef4b8fca0881086ed96a'),(2081,'','Venkatesh Nandagopal','M','0',NULL,531,'2013-10-26 07:00:00','1960-10-26','96612','58009fd791fd46f50331c1eb69fbe78412efccbd'),(2082,'','Owusu Mame Pokua','F','0',NULL,531,'2013-10-26 07:00:00','2001-10-26','44188','f53df8b214ce24aa35ea222202789c5cf279cfb6'),(2083,'','Adjei Magdalene Esinam','F','0',NULL,531,'2013-10-26 07:00:00','2012-07-26','117059','f155ff2a78e51d06ac5f2cf01340656b29d14f26'),(2084,'','Obiri Solomon','M','0',NULL,531,'2013-10-26 07:00:00','1982-10-26','44962','71b031af948560e329e8f9d9cb47f248196cda85'),(2085,'','Abdul Rauf Seidu','M','0',NULL,531,'2013-10-26 07:00:00','1979-10-26','194059','d9344b034e9fab6402a50c0900a154ef92c3336c'),(2086,'','Gafatsi Kelvin','M','0','2001-12-03',531,'2013-10-26 07:00:00',NULL,'128785','685e8a70e53d9e739e8f2ee758995b7bac914aad'),(2087,'','Denoo Comfort','F','0',NULL,531,'2013-10-26 07:00:00','1930-10-26','126837','c6e95a1de28cc7e640f8d00cb18279f4fe8fb438'),(2088,'','Dadzie Juliana','F','0',NULL,531,'2013-10-26 07:00:00','1965-10-26','2346','83c0e3e8a33e0647bfdb30f3c1882835eba1491f'),(2089,'','Kimbely Savor','M','0',NULL,531,'2013-10-26 07:00:00','1988-10-26','S/R','1c5d3f724b656e9332d776ac5d415942f0c4eb25'),(2090,'','Okai Margret','F','0',NULL,531,'2013-10-26 07:00:00','1937-10-26','S/R','923ae0932b3b822923ffad908f940462100667ce'),(2091,'','Bosompem Sarah','F','0',NULL,531,'2013-10-26 07:00:00','1984-10-26','128786','050a5f2a47940dca53d04ec8e2434ca08b0c76fc'),(2092,'','Micah Charles Gribble','M','0','1965-03-06',531,'2013-10-26 07:00:00',NULL,'128728','9051ef7fb5bf17061bfe4b8d3e6c549a4bfdc77f'),(2093,'','Donkor Mawena','F','0',NULL,531,'2013-10-26 07:00:00','1986-10-26','128776','630047b1e53256fa6456a62e1ecd64a5299c4424'),(2094,'','Otoo George','M','0',NULL,531,'2013-10-26 07:00:00','1992-10-26','16768','6c63f264c2485d864dbe2e853fc4ff417128c0bb'),(2095,'','Buipe Wura Jinapor','M','0',NULL,531,'2013-10-26 07:00:00','1948-10-26','128755','d83917fb4a7b5cb7741cbfa8f0ef0a3b99564eb7'),(2096,'','Osei Baffah Sylvia','M','0','1974-06-22',531,'2013-10-26 07:00:00',NULL,'OUTSIDE REQ','b157928542ecb48deab58c5ec7f4512a9db9eb5a'),(2097,'','Chaitali Das','F','0',NULL,531,'2013-10-26 07:00:00','1974-10-26','128771','06db8d5dae72971e1d01b9edd7fb7fdd3c2ff167'),(2098,'','Welbeck Wendy','F','0',NULL,531,'2013-10-26 07:00:00','2003-10-26','43271','e31a0ada763606998e86f6624dea115d8bf2eadf'),(2099,'','Awuku Kelvin Ek','M','0',NULL,531,'2013-10-26 07:00:00','2013-03-26','128276','fb4bad9d1041f199f92ba26a8b6b8169676d2e51'),(2100,'','Osei Akua Omono A','F','0',NULL,531,'2013-10-26 07:00:00','2004-10-26','74865','ef22934eeaf1bf9e0b9ab15bcb21e715ad0e57ef'),(2101,'','Mintah Josephine Adjoa','F','0','1967-04-03',531,'2013-10-26 07:00:00',NULL,'123339','129aa24d6b2db2400a0312a3e1d4594a4eebe130'),(2102,'','Boateng Boakye Jutta','F','0','1984-12-17',531,'2013-10-26 07:00:00',NULL,'107752','85186e09cd79d1f951081c29848dc5969bfc5fd0'),(2103,'','Adjiwandu Wendyam J','M','0',NULL,531,'2013-10-26 07:00:00','2012-01-26','115412','53c7d22f2b76e84ca478045866ebe8d1e1eb3839'),(2104,'','Boakye Williams Acheampong','M','0',NULL,531,'2013-10-26 07:00:00','1967-10-26','17877','e8ef753d6a28dd3d77d5ca43442537ffb3be5552'),(2105,'','Arkurst Don Eric','M','0',NULL,531,'2013-10-26 07:00:00','1939-10-26','126412','3e06e6a707e87b37216c01d58e39beb52742d1eb'),(2106,'','Osei Owusu Joseph','M','0',NULL,531,'2013-10-26 07:00:00','2005-10-26','53013','46927091fb599efac22c7e847bbded25c9077e7f'),(2107,'','Yamb Benjamin Johan','M','0','2001-03-13',531,'2013-10-26 07:00:00',NULL,'115091','6eec4b30ee09c11d10947dc060e5feec6f4b6217'),(2108,'','Diakite Roukaya','F','0',NULL,531,'2013-10-26 07:00:00','1993-10-26','134245','8bfbbc0671ab3914d8aee0c1286a08a4f31774b1'),(2109,'','Diakite Alhousseini Moroh','M','0',NULL,531,'2013-10-26 07:00:00','1952-10-26','128792','a0ff0cc42434a6de61ddfd7a7690f03568b38159'),(2110,'','Menkah Yayra Jennifer','F','0','2000-07-23',531,'2013-10-26 07:00:00',NULL,'75571','70e6037dbb222fa4a27b616d1b9e313c07f69413'),(2111,'','Gandah Menkah Eli','F','0','1964-06-13',531,'2013-10-26 07:00:00',NULL,'59596','554a5e0136a43339625db8fcfe85c1edb154d38c'),(2112,'','Doe Vida Abena','F','0',NULL,531,'2013-10-26 07:00:00','1982-10-26','128795','1ff4f1bbed96a8aa354378ab7174feab7e54ac29'),(2113,'','Kuleke Ken Worlanyo','M','0','1973-05-29',531,'2013-10-26 07:00:00',NULL,'103700','575aae86bc168bc58fcec98abc37e12867b70717'),(2114,'','Aabdul Rahaman Fauzia','F','0',NULL,531,'2013-10-26 07:00:00','1986-10-26','102868','19a93d326a277c4651cb9abeee7c8d3aec3fa364'),(2115,'','Hesse Micheal Adukwei','M','0',NULL,531,'2013-10-26 07:00:00','1975-10-26','97478','2ad6df79794cebafa49512e6e66f11ee1186b58e'),(2116,'','Asante Antwi Abigail','F','0',NULL,531,'2013-10-26 07:00:00','1984-10-26','94793','fb27da4c007307bed442d7106e0fb9953878577b'),(2117,'','Ofosu Asante Nana Ama','F','0',NULL,531,'2013-10-26 07:00:00','1956-10-26','','dda1c485ebc23ca6cb84e14ca97073c15e700ab2'),(2118,'','Sablah Jayden Jasper Mawuwoe','M','0',NULL,531,'2013-10-26 07:00:00','2011-02-26','103334','59275ca6cdac95432a40c19ef13655c0dc46febd'),(2119,'','Mensah Adei Samuel','M','0',NULL,531,'2013-10-26 07:00:00','1974-10-26','125255','b2b07fe23a4388669db1aae5cbd3ca70202ba661'),(2120,'','Boampong Kofi Ayeh','M','0',NULL,531,'2013-10-26 07:00:00','2006-10-26','61768','2e459a15adb640c4f7dcc632da365e1c897a1bbd'),(2121,'','Ben Mahmoud Jemila','F','0',NULL,531,'2013-10-26 07:00:00','1973-10-26','54249','d83e17497937e9fff909e29313fee8046a2f4845'),(2122,'','Owusu Nsiah','M','0',NULL,531,'2013-10-26 07:00:00','1998-10-26','97276','15f0b9c313c75869a9de3465c51240092f219c75'),(2123,'','Essandor Joana','F','0',NULL,531,'2013-10-26 07:00:00','1982-10-26','128793','ba68396c24d0fded2799381d14bbcf2e84c05f8a'),(2124,'','Nuhu Shasheen Mwiniboubu','F','0','2010-07-29',531,'2013-10-26 07:00:00',NULL,'108427','4a9835eae63255d890b0850723d1a71157a7540d'),(2125,'','Nurudeen Ibrahim','M','0',NULL,531,'2013-10-26 07:00:00','1988-10-26','128801','526ab2abc3cb89d96424c10aa38b8e62d0f89053'),(2126,'','Manyina Eife Yaa','F','0',NULL,531,'2013-10-26 07:00:00','2010-10-26','128800','bcecf7df849b5600b4044b6203b108bde0732574'),(2127,'','Nyamedie Princess A','F','0',NULL,531,'2013-10-26 07:00:00','1974-10-26','79630','15cb9ab313e0599fdfbfdd7e32f73c11d0b58173'),(2128,'','Quaye Cudjoe Victoria','F','0',NULL,531,'2013-10-26 07:00:00','1981-10-26','91596','8bdac9170f82f95aef6f1d08c472756674a1bf99'),(2129,'','Abdul Rahman Fauzia','F','0',NULL,531,'2013-10-26 07:00:00','1986-10-26','102868','a82306f97326d66ee7593eb8146ab9d815cda6df'),(2130,'','Kumah David Sowah','M','0',NULL,531,'2013-10-26 07:00:00','1991-10-26','91310','97a0b01fb4009cbe26e2259b081207e0404703cd'),(2131,'','Ngmen Laba Princess','F','0',NULL,531,'2013-10-26 07:00:00','2013-03-26','128802','58aa71bf577a2f478b033c96842b263e5699e385'),(2132,'','Atibila Patience','F','0',NULL,531,'2013-10-26 07:00:00','1998-10-26','116800','842143334485be1c5931ed801ee460311cd5e5d2'),(2133,'','Fabian Yinnemi Adimazoya','M','0','2004-04-24',531,'2013-10-26 07:00:00',NULL,'111904','96ddfb2499b0dcb82cc1aa8394547372964ed69f'),(2134,'','Opoku Kweku Sakyi','M','0',NULL,531,'2013-10-26 07:00:00','2006-10-26','73723','f9bf74fdc6a6839b2ae038b70e57640b94fe011e'),(2135,'','Opoku Justina Sakyi','F','0',NULL,531,'2013-10-26 07:00:00','1976-10-26','73720','e633402b1d56d23fa756c0b8a64fabacc8e411be'),(2136,'','Opoku Awura Ama Adomah Sakyi','F','0',NULL,531,'2013-10-26 07:00:00','2003-10-26','113761','51bb41e345f01476372a06c472257c4602d4cff1'),(2137,'','Sassey Perpertual','F','0',NULL,531,'2013-10-26 07:00:00','1982-10-26','94515','b65fbe5a1cd2fbbb8bf08467da1ad0a887427413'),(2138,'','Majdoub Jumana S','F','0',NULL,531,'2013-10-26 07:00:00','1982-10-26','128804','586d7e12fe4d8baf57d7f3a1a2fda1586449c61b'),(2139,'','Awotwi Avia Ewurama M','F','0','2012-07-14',531,'2013-10-26 07:00:00',NULL,'120880','8e9c8e994a9a35e6a1af95c6644750b9c060885a'),(2140,'','Aduhene Nana Kwabena','M','0','1981-03-20',558,'2013-10-26 07:00:00',NULL,'64714','40de14da357e49cee19e933dcad2414f1806f074'),(2141,'','Nyame Gifty Ama','F','0','1970-04-04',558,'2013-10-26 07:00:00',NULL,'73665','5425437d9eaff5345754cbec962a517c708579ef'),(2142,'','Osei Agyekum Henry','M','0','1986-08-18',558,'2013-10-26 07:00:00',NULL,'128808','fe616c653ed0d5c63d86bb6bb429519e11a5fbd3'),(2143,'','Darku Cryst Xorse','M','0','2005-12-07',558,'2013-10-26 07:00:00',NULL,'126305','03bba87d6643b562a0b2a322000b222bd751ae2d'),(2144,'','Kofi Angela Dedo','F','0','1978-06-03',558,'2013-10-26 07:00:00',NULL,'128809','21877d82f3e2a6aebcccea55f6f17f63666a2002'),(2145,'','Newball Caleb Abedi','M','0','2009-12-03',558,'2013-10-26 07:00:00',NULL,'128811','3b39fa52aab8c13ae212cb4a87383d633a10dc30'),(2146,'','Sampah Nana Yaa','F','0','1979-07-20',558,'2013-10-26 07:00:00',NULL,'','935e149da273d4f0fd36df419669a97348a26a74'),(2147,'','Antwi Samuel','M','0',NULL,558,'2013-10-27 07:00:00','1965-10-27','122774','444e075da764e429db8c21864cc533e2ba0a2ac6'),(2148,'','Koosunu Dotse Fafa Eli','F','0','1974-03-28',558,'2013-10-27 07:00:00',NULL,'95019','4b71d1ac8f895c556daab4d07d5361bc267deb9e'),(2149,'','Dei Awuku Iris Nana Akua','F','0',NULL,558,'2013-10-27 07:00:00','2011-10-27','99360','b1bd277c0e9b8528e5b7e4cb041eb8db330033c2'),(2150,'','Moiloa Vincent','M','0','1976-04-10',558,'2013-10-27 07:00:00',NULL,'128812','481a777878ed0cdac5be263270405efb5598b073'),(2151,'','Apora Miriam Oussalli','F','0',NULL,558,'2013-10-27 07:00:00','1984-10-27','128359','44bc5db821d00c5b6995e3f50b0a5074af4a8a5b'),(2152,'','Kumeko Esther','F','0',NULL,558,'2013-10-27 07:00:00','1958-10-27','2358','1b22ff3bedbe2d771055a45e3fe3825bac32641d'),(2153,'','Worlanyo Kuleke Ken ','M','0',NULL,558,'2013-10-27 07:00:00','1973-10-27','124957','326b3a6aa4c711bc051f205cce6f111435e7514c'),(2154,'','Kumah Benedicta','F','0',NULL,558,'2013-10-27 07:00:00','1985-10-27','124957','3e99b8f9bf75970ea080550a06f1127b9b275559'),(2155,'','Mwangu Isaac Doawaazum','M','0','1974-09-23',558,'2013-10-27 07:00:00',NULL,'87354','bb38140e3c0e6d2efd45dea420f4b41a2e8d9b92'),(2156,'','Oduro Mensah Lydia','F','0','1995-06-28',531,'2013-10-27 07:00:00',NULL,'103448','e28f504a0d219907111df4cdd90f936097786cce'),(2157,'','Abdul Razak Sika Huraira','F','0','1966-03-29',531,'2013-10-27 07:00:00',NULL,'104449','8dcc2f159e27701005c7abc6f09fba73b96acf98'),(2158,'','Buschinger Felix Gabriel','M','0',NULL,531,'2013-10-27 07:00:00','1988-10-27','128813','68c4fe7ecd52b333788abecf7b1d47467a665273'),(2159,'','Acotie Shalom Elsa','F','0',NULL,531,'2013-10-27 07:00:00','1981-10-27','85072','ec38159b11a224eb1184057f7eac16d3a1f74c05'),(2160,'','Ohene Asienim Pannin K B','M','0',NULL,531,'2013-10-27 07:00:00','2004-10-27','121745','14857336919e7dc887f8ef5062b69614db402eab'),(2161,'','Mfum Justice','M','0',NULL,531,'2013-10-27 07:00:00','1987-10-27','8077','bd23fc6e82d2bbb5eaa6ee7587db37e4d8bb9b3d'),(2162,'','Okine Ebenezer','M','0',NULL,531,'2013-10-27 07:00:00','1990-10-27','','d1ed10d0927a0a7cc57913dcc06b24b2c3285f66'),(2163,'','Asare Alberta','F','0',NULL,531,'2013-10-27 07:00:00','1983-10-27','S/R','004d5001931b691a9e065ecea40c4f274b986d8a'),(2164,'','Kuffuor Maison George','M','0',NULL,531,'2013-10-27 07:00:00','1974-10-27','S/R','87e04a559e1a0230bbe1e761e781de144f589625'),(2165,'','Khan Asif','M','0',NULL,531,'2013-10-27 07:00:00','1988-10-27','','5091c1d767d1e2bb28c6950e7a85e9fefc3777f0'),(2166,'','Ojo Jabezo','M','0','1970-10-10',531,'2013-10-27 07:00:00',NULL,'','4f2c2137f79514c6f54f8ba11abb77bacd499158'),(2167,'','Agyare Eric','M','0','1984-08-16',531,'2013-10-27 07:00:00',NULL,'116299','241bd6549bfd9a236b4e138bc50819547fe16d7b'),(2168,'','Owusu Fred','M','0',NULL,531,'2013-10-27 07:00:00','1974-10-27','','4e31dc820044be14efda45abcb34ecb971b6fd55'),(2169,'','Gbene Lansana','M','0',NULL,531,'2013-10-27 07:00:00','1971-10-27','','4c83e85c31904089989920210ea00339a2a8392d'),(2170,'','Asafu Adjaye A L A P','M','0',NULL,531,'2013-10-27 07:00:00','1982-10-27','','34712aef5d65485388cd058b9fdb4b2c58ae174b'),(2171,'','Ennim Prince Tony','M','0',NULL,531,'2013-10-27 07:00:00','2005-10-27','74797','b8dd0ec967ef8af53f2b397878dc7ad069a9de26'),(2172,'','Arthure Frederick','M','0',NULL,531,'2013-10-27 07:00:00','1972-10-27','SR','ef78aa57222e3e776d0eec2c650ef98039f238c0'),(2173,'','Susanne James','F','0',NULL,531,'2013-10-27 07:00:00','1958-10-27','128816','15798cf9fd9889760f0291b8d0a746465c3113ec'),(2174,'','Osei Charlene','F','0',NULL,531,'2013-10-27 07:00:00','1986-10-27','OUTSIDE REQ','d01e83ec9ac5fb9f527a9d1846e035d4429a63f9'),(2175,'','Akyianu Kwame','M','0',NULL,531,'2013-10-27 07:00:00','1948-10-27','98663','5dcb4e2b158e2eb41a55105a37f29866114c4c63'),(2176,'','Soedzede Patience','F','0',NULL,531,'2013-10-27 07:00:00','1988-10-27','52468','5227d2998dccd72faa0632f35bbdac918226b1a9'),(2177,'','Joachim Salma','F','0',NULL,531,'2013-10-27 07:00:00','1986-10-27','85874','f409f2bb814fea86a6dfd529556bb8ff8532479d'),(2178,'','Obeng Kwame Richard','M','0','1973-04-28',531,'2013-10-27 07:00:00',NULL,'55269','ae1616e6e957ee77bf3e65c573efca6e640634f0'),(2179,'','Anegadjin Raymond','M','0','1983-07-26',531,'2013-10-27 07:00:00',NULL,'103057','d9dc17c19f8fa10cee02d7447f0f7412f5ab92c8'),(2180,'','Mensah Appiah Gilbert','M','0','2012-05-02',530,'2013-10-27 07:00:00',NULL,'116744','7dfe2f82c5ccd5c15b486bf4abd3660aa6b55e0f'),(2181,'','Agboka Ernest','M','0','2000-08-14',530,'2013-10-27 07:00:00',NULL,'133017','65eb657f46b8d63c2de7a2af9be570cc2ac7dd19'),(2182,'','Atakora Jayden','M','0','2011-04-05',530,'2013-10-27 07:00:00',NULL,'111652','85b96a622446e0cc5e0d39f5fad94b0a586ae0df'),(2183,'','Mensah Elizabeth','F','0','1999-07-15',530,'2013-10-27 07:00:00',NULL,'47368','8d25f3937fd27040c0f203f52ce9e1038d67d414'),(2184,'','Kulekey Dennis','M','0','1972-06-20',530,'2013-10-27 07:00:00',NULL,'75434','9dfeffeb9b888ce44a92cbd4486a71bb36a5b4b4'),(2185,'','Lamptey Jayda Naa Lamilay','F','0','2011-11-02',530,'2013-10-27 07:00:00',NULL,'120285','4b14a018d8c59a185e94fe68b59e55a12230a954'),(2186,'','Mensah Tandoh Nathaniel K S','M','0','2012-09-19',530,'2013-10-27 07:00:00',NULL,'128822','e8dfc9f4b1658a45e412c5ec39a12c3c9e2f4e54'),(2187,'','Suetor Beatrice Delali','F','0','1978-01-20',530,'2013-10-27 07:00:00',NULL,'113638','3c259645b33681100dcda67c83e3e58d094eb536'),(2188,'','Sana Salifu Suafiya','M','0','2011-11-26',530,'2013-10-27 07:00:00',NULL,'114985','fa3a05ba18d74876740bb60c9b54350c65c7549a'),(2189,'','Sana Iman Salifu','F','0','2010-02-14',530,'2013-10-27 07:00:00',NULL,'110269','5e05a7655c233d829fada358eb12b24f989c244e'),(2190,'','Sana Adiza Mohammed','F','0','1980-03-25',530,'2013-10-27 07:00:00',NULL,'110272','382f78cf6e6bec2695ca860c2026237bac071bc1'),(2191,'','Hosi Senyo Jnr','M','0',NULL,530,'2013-10-27 07:00:00','2009-10-27','87473','c0aa01e9c6447927f245abc923c4c3531dada472'),(2192,'','Nketsiah Florence','F','0','1981-05-05',530,'2013-10-27 07:00:00',NULL,'67068','81af785a271e0a76c0f5a2bb0ea07b7672762824'),(2193,'','Oduro John Jural','M','0','1977-09-16',530,'2013-10-27 07:00:00',NULL,'72500','3fa361a2ffea8ffb2d00c1706ebc6654a008b1fb'),(2194,'','Napier','M','0',NULL,530,'2013-10-28 07:00:00','1989-10-28','','186f91c720699eac0a44ead2f790200b67819cbc'),(2195,'','Yussif Hikimatu','F','0','1985-10-04',530,'2013-10-28 07:00:00',NULL,'93185','7d84ff4ac5e6d90305472e56a5a5812bce826390'),(2196,'','Kyeremanteng Kwame Biney','M','0','1980-12-13',530,'2013-10-28 07:00:00',NULL,'122816','cfac2eacc677a0a62380c91279492945902538f6'),(2197,'','Abotsi Nafisa','F','0','1955-01-31',530,'2013-10-28 07:00:00',NULL,'55481','fdbe9ff2d96419e7aafc3308adf3b2f172a7a8cc'),(2198,'','Tetteh Eunice Shasha','F','0','1974-10-10',530,'2013-10-28 07:00:00',NULL,'75652','88bcd7d6bb3156be0ed7ceda8e07941d35465b9f'),(2199,'','Tetteh Joel Tekperty','M','0','2006-04-21',530,'2013-10-28 07:00:00',NULL,'75094','bd4e82c51f49922205e61fbda94e99e1b186b632'),(2200,'','Tetteh Miriam Tekperki','F','0','2001-03-25',530,'2013-10-28 07:00:00',NULL,'74735','561354f78be09724678309417b918a2034f3db1f'),(2201,'','Made Mark Anthony','M','0','1965-10-30',530,'2013-10-28 07:00:00',NULL,'','4c605e9094ad3b46f79a253d3d3a8aa34a128a39'),(2202,'','Kumah Elizabeth Aba','F','0','1970-02-11',530,'2013-10-28 07:00:00',NULL,'93843','92a83f47f4d2b9f1f2a321bde7b0fc1a4437a2d4'),(2203,'','Bani Ibrahim T','M','0','1984-04-10',530,'2013-10-28 07:00:00',NULL,'113057','93fbc6ca28a8316b77b977d978a40817f2f8b0f2'),(2204,'','Omaboe Oko','M','0','1963-01-08',531,'2013-10-28 07:00:00',NULL,'OUTSIDE REQ','9c6dad51db9c0f529528ebf1d8ecb88710c2a0bd'),(2205,'','Adubediako Shirley Janet','F','0',NULL,531,'2013-10-28 07:00:00','1979-10-28','119128','11f918966767ec57f6e4dd76344a2a0559f18cfc'),(2206,'','Yeboah Victor Kweku','M','0',NULL,531,'2013-10-28 07:00:00','1972-10-28','75437','0f44df513e258b5bffe2c606313c397774ec7aa5'),(2207,'','Tetteh Afotey Christian','M','0',NULL,531,'2013-10-28 07:00:00','2011-10-28','106858','e3e482005b280e85e0859c32ea0354505d32922a'),(2208,'','Nsoh James','M','0',NULL,531,'2013-10-28 07:00:00','1969-10-28','87327','2590862e513564cda5068e1808de49e4a5a2297e'),(2209,'','Titus Glover Akua Frimpomaa','F','0',NULL,531,'2013-10-28 07:00:00','1967-10-28','47919','2e188827ba5fb30fe4748164f0d15c2a449d3401'),(2210,'','Ani Rexford','M','0',NULL,531,'2013-10-28 07:00:00','1980-10-28','84034','bc27a04a0a3c7ed41c3ac0538b08632a94225674'),(2211,'','Afful Janet','F','0',NULL,531,'2013-10-28 07:00:00','1962-10-28','128766','98674f4151f974a85ad70f96216c010e8d988b5d'),(2212,'','Obeng Nkrumah Ethan','M','0',NULL,531,'2013-10-28 07:00:00','2009-10-28','98367','c144343bf64b1d50a8987bfe116bfba7bb7218d2'),(2213,'','Adjavon Mary N A','F','0',NULL,531,'2013-10-28 07:00:00','1928-10-28','5779','ddac27fb4850c7d9967aeac509114f61293461c5'),(2214,'','Owusu Emelia','F','0',NULL,531,'2013-10-28 07:00:00','1976-10-28','25264','7d820a271cee65780cb527863c000ab4a04a30a3'),(2215,'','Ndri Konan Leon','M','0',NULL,531,'2013-10-28 07:00:00','1964-10-28','SR','d5e32b602ee8385d4b2d37aac04301a20da15835'),(2216,'','Ayeigasah Afanam Felix','M','0',NULL,531,'2013-10-28 07:00:00','1969-10-28','100647','12bf6044ebbfdbe8a5329aca379a841741e15cf4'),(2217,'','Amory Gorni','M','0',NULL,531,'2013-10-28 07:00:00','2010-10-28','110643','928f7c8c92461ea82cc878a75d23e15a5612d6b3'),(2218,'','Okugo Cheryl','F','0',NULL,531,'2013-10-28 07:00:00','2010-10-28','90116','e3769371382914e37781b3244a5f88886ccc9779'),(2219,'','Boateng Akwesi','M','0',NULL,531,'2013-10-28 07:00:00','2011-10-28','111407','f9d41f2e62b01c5a5cf78962e9419eba15a34abb'),(2220,'','Afari Awuku Nhyira','F','0',NULL,531,'2013-10-28 07:00:00','2010-10-28','106271','cf3d61e318d740dc5a72135252c496b5da0c59a4'),(2221,'','Afari Awuku Nkunim','F','0',NULL,531,'2013-10-28 07:00:00','2010-10-28','106274','0f1cb28b9dd4790e4d9e9d27567a0d6510336fa3'),(2222,'','Dovia Mabel','F','0',NULL,531,'2013-10-28 07:00:00','1986-10-28','126257','a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97'),(2223,'','Ntiamoah Eric Akuoko','M','0',NULL,531,'2013-10-28 07:00:00','1960-10-28','111735','790d4249414476593e48837325541685db4d9f80'),(2224,'','Idun Emmanuel Kwamena','M','0',NULL,531,'2013-10-28 07:00:00','1957-10-28','94732','ddc98c4feebf6d65ac7cecbd73234f22618b0d1f'),(2225,'','Lawal Ben Nafita','F','0',NULL,531,'2013-10-28 07:00:00','1975-10-28','107521','eb984be23efd1294085d1b7af2a5be354bfa6a5c'),(2226,'','Afanam Christiana','M','0',NULL,531,'2013-10-28 07:00:00','2009-10-28','100125','f90a443226e5e1ef2ccb22e2f18d2c1e93917daa'),(2227,'','Afanam Felix Jnr','M','0',NULL,531,'2013-10-28 07:00:00','2002-10-28','100126','523e62e201c7b4491ea2daaf060873c06bb502fc'),(2228,'','Afanam Chrisfel','F','0',NULL,531,'2013-10-28 07:00:00','2000-10-28','100128','c0d27d1615d4489cf89a0c3aff25efcaee334a58'),(2229,'','Afanam Christianamrs','F','0',NULL,531,'2013-10-29 07:00:00','1974-10-29','100963','081a69c108b25458bf0e3386498490f32538c90b'),(2230,'','Afana Christiana','F','0',NULL,534,'2013-10-29 07:00:00','1974-10-29','100963','469fe0cf4005a6dd916598cf9d5c4e4fe6973e25'),(2231,'','Afanam Christiana Mrs','F','0',NULL,531,'2013-10-28 08:00:00','1974-10-28','100963','4879ab7054d7592c0c59ad9b97c429cbdbf2f1a5'),(2232,'','Sangare Sall Safiatou','F','0',NULL,531,'2013-10-28 08:00:00','1973-10-28','121271','e7a2e826997caabaf125d525d85c154217a53571'),(2233,'','Sampah Doris','F','0',NULL,531,'2013-10-28 08:00:00','1983-10-28','128826','ed7e840cb0d0543b5a3489b6faba73c4f02b429e'),(2234,'','Ziba Iddrisu Fuseini','M','0',NULL,531,'2013-10-28 08:00:00','1984-10-28','82483','8640c9cd4a8b76b831c50524ba27456aa4c456aa'),(2235,'','Ali Saudatu','F','0',NULL,531,'2013-10-28 08:00:00','1983-10-28','128765','584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc'),(2236,'','Tetteh Comfort','F','0',NULL,531,'2013-10-28 08:00:00','1948-10-28','OUT','fbc608aedf3c4d6e17a3329c7d91bc1eed008957'),(2237,'','Ploeger Thomas','M','0',NULL,531,'2013-10-28 08:00:00','1990-10-28','126781','425752f4490baba28a62c031825489ecae294876'),(2238,'','Barnor Jernifer','F','0',NULL,531,'2013-10-28 08:00:00','1982-10-28','85110','b800012d6e74a34befa31b795919c9b160028ba1'),(2239,'','Krampah Charlotte','F','0',NULL,531,'2013-10-28 08:00:00','1985-10-28','127536','a551ac157e7730247fb9e6892ded36018703de1e'),(2240,'','Aydin Sarmet','M','0',NULL,531,'2013-10-28 08:00:00','1949-10-28','128837','2b1f83901a29f2efd03a2e261e837e4c2c63b525'),(2241,'','Adufutse Makayla Xorse','F','0',NULL,531,'2013-10-28 08:00:00','2011-08-28','128310','dfe9f484dcb4e5eedc7adfe56aaf42c031771f07'),(2242,'','Adufutse Worlanyo','M','0',NULL,531,'2013-10-28 08:00:00','2013-06-28','128312','9e29533015860d63106074ae35e5412798acdf87'),(2243,'','Kwami Stella S','F','0',NULL,531,'2013-10-28 08:00:00','1981-10-28','128320','101985fc09693640beda051e185624e3dea42629'),(2244,'','Gyamfi Abdul Razak','M','0',NULL,531,'2013-10-28 08:00:00','1965-10-28','76943','db326a43223bbb44cbbaaa0e28efb41b23abd5d3'),(2245,'','Asigbe Yvonne Trena','F','0',NULL,531,'2013-10-28 08:00:00','1973-10-28','74377','a908886ad14400b66f7c7fc5fe6ae5b881ded287'),(2246,'','Sakitey Stephan','M','0',NULL,531,'2013-10-28 08:00:00','2007-10-28','110863','fd918c6abd7c48b9882a78da1f910cffda672175'),(2247,'','Asigbee Melchisedec','M','0',NULL,531,'2013-10-28 08:00:00','2001-10-28','78617','652345c3db9013900e1b1d08232c1f3f49481eda'),(2248,'','Appiah Adwoa Frema','F','0',NULL,531,'2013-10-28 08:00:00','1988-10-28','117500','e94ed0e9cfed733da6d9d5bc34a36a238b70c5a2'),(2249,'','Edusei Patrick','M','0',NULL,531,'2013-10-28 08:00:00','1976-10-28','97485','d2838d67569580589d8e63f04a251a26c484ba02'),(2250,'','Nortey Phyllis','F','0',NULL,531,'2013-10-28 08:00:00','1971-10-28','SR','6f68d51deef704bcd4f57887f677b52f9625def0'),(2251,'','Tandoh Cynthia','F','0',NULL,531,'2013-10-28 08:00:00','1978-10-28','128408','0f15bc4eeb2d93e9cafe427cb150bf5574ea3f05'),(2252,'','Essandoh Joana','F','0',NULL,531,'2013-10-28 08:00:00','1982-10-28','128793','c7264f2a0b3566c49e3de8e93c493165c0cb1d6c'),(2253,'','Annan Janet','F','0',NULL,531,'2013-10-28 08:00:00','1965-10-28','','4d4df001f18ab6d45513e4866576e500f7838f84'),(2254,'','Owusu Manu Peter','M','0','1966-06-25',531,'2013-10-28 08:00:00',NULL,'104244','5c2f840f18ffebc4816d227193e45b1a8888eed9'),(2255,'','Okai Lawrence','M','0',NULL,531,'2013-10-28 08:00:00','1935-10-28','SR','607fc54c757f2f4a4803d27dab1743035e763b1a'),(2256,'','Mintah Asabea Nana Yaa','F','0',NULL,531,'2013-10-28 08:00:00','1986-10-28','45265','f435532f4f509bed3fb01da5b3856f909c8ef4e3'),(2257,'','Fuseini Sule Ramatu','F','0',NULL,531,'2013-10-28 08:00:00','1986-10-28','128833','f18e967e275c34152cffa47ea29b5dddf55b970c'),(2258,'','Abiemo Diana','F','0',NULL,531,'2013-10-28 08:00:00','1982-10-28','84277','519c335d8b803fa1385b489978633cefb15af2cf'),(2259,'','Agosimemmanuel','M','0',NULL,531,'2013-10-28 08:00:00','1990-10-28','100407','a5440f0748ba649f8d5a612d58150350bc48e16d'),(2260,'','Newman Charlotte','F','0',NULL,531,'2013-10-28 08:00:00','1980-10-28','83141','f9f9a4889ab783f20461fa46290d5457a4939eca'),(2261,'','Nortey Patrina','F','0',NULL,531,'2013-10-28 08:00:00','2011-10-28','118282','94193cb09bd5cacb0011868578991b01d3333236'),(2262,'','Loh Martina Akofa','F','0',NULL,531,'2013-10-28 08:00:00','1989-10-28','107572','4be5b688bc04c837edfe964c8a1debddb908b3aa'),(2263,'','Botchway Bright Kojo','M','0','1986-11-24',531,'2013-10-28 08:00:00',NULL,'OUTSIDE REQ','5cecedb07f581e99100645e179873fc21420f241'),(2264,'','Klutse Elorm Elaine','F','0',NULL,531,'2013-10-28 08:00:00','2011-10-28','','ff9d30b0faa4b61acb40fe5e2902d164d4ac8d9a'),(2265,'','Amo Mensah Gifty','F','0',NULL,531,'2013-10-28 08:00:00','1986-10-28','38483','0262cf8d25fdf519719c719cb083361b43df3074'),(2266,'','Tiffany Jo Mac Bruce','F','0',NULL,531,'2013-10-28 08:00:00','1987-10-28','4377','24e56b5d8e335d8f189f24060f6f9e5c2bac51bf'),(2267,'','Essel Isaac Kwame','M','0',NULL,531,'2013-10-28 08:00:00','1978-10-28','44427','6cf7a9c6e0e05f529d9563fee8c28e61222b6311'),(2268,'','Amon Kotey Karine Esinam Kutorkor','F','0',NULL,531,'2013-10-28 08:00:00','1998-10-28','120959','138dd04ceff998c736fd207e68be7559c8699ff0'),(2269,'','Akayesi Millicent','F','0',NULL,531,'2013-10-28 08:00:00','2001-10-28','100748','bc73f439c6a9d4d38c25d364c18c961065986eab'),(2270,'','Sakyi Stephane Akyaw','M','0',NULL,531,'2013-10-28 08:00:00','2013-01-28','110540','be029507d750546e665b117458591da009a39fb8'),(2271,'','Duada Issaka','M','0',NULL,531,'2013-10-28 08:00:00','1992-10-28','128845','23d511176b9fd23d90ebaf2f2cc9c0b7690339ea'),(2272,'','Natt Comfort','F','0',NULL,531,'2013-10-28 08:00:00','1950-10-28','128842','bc30b51d5ca34b1c8232b7cd79f2050b859654f5'),(2273,'','Alvis Charlotte Tanya Janice','F','0',NULL,531,'2013-10-28 08:00:00','1989-10-28','128059','dd0bc7b52eb584e9cab0710ab1a2529cb4c983f2'),(2274,'','Amoah Jesselyn','F','0',NULL,531,'2013-10-28 08:00:00','2011-10-28','128841','5ca1d107bfdb4961a1a97caf1973f0c68dbcb104'),(2275,'','Amoah Jude','M','0',NULL,531,'2013-10-28 08:00:00','2008-10-28','128839','c3163d59c871924d77f4ebf35f98547ee1028f4e'),(2276,'','Agbotse Kekeli','M','0',NULL,531,'2013-10-28 08:00:00','1987-10-28','81929','f380d8e1a8d4bffa527d060312eda400dba34ce2'),(2277,'','Oduro Akuoko Nana A','M','0',NULL,531,'2013-10-28 08:00:00','1980-10-28','116275','dc13491bd627a96b4fb6f884cb989a0c305a748a'),(2278,'','Brian Seth Hooper','M','0',NULL,531,'2013-10-28 08:00:00','1975-10-28','128852','55ebc57bcc9d830d6727abe5bc2b2ec8ca6081a7'),(2279,'','Agyeman Maame Amabrago','F','0',NULL,531,'2013-10-28 08:00:00','1985-10-28','82169','0433569d6daabcd9aecff3c8ba8652079b88d928'),(2280,'','Abduljeleel Najat','F','0','1987-07-22',531,'2013-10-28 08:00:00',NULL,'128848','40a4c0592811c995907465a6e91a3e6eb149c4a5'),(2281,'','Tetteh Jennifer','F','0',NULL,531,'2013-10-28 08:00:00','1972-10-28','91719','fdab32ab681a6832822ae31915b8fdf7a8623c52'),(2282,'','Asante Ibe Betty','F','0',NULL,531,'2013-10-28 08:00:00','1984-10-28','123378','6ae58c2fa27e584006efcdbf16ebe93e236eac80'),(2283,'','Salima Kalmoni','F','0',NULL,531,'2013-10-28 08:00:00','1941-10-28','128840','78d01ccefa86aa93e5317b1614a6ed834933a04a'),(2284,'','Asamoah Boateng Edgar','M','0',NULL,531,'2013-10-28 08:00:00','1983-10-28','128592','733d8a51f1a29acf4e3198e55b36f9903fb59a72'),(2285,'','Doke Rita Eyram','F','0',NULL,531,'2013-10-28 08:00:00','1982-10-28','114082','527b7d034fad728fba1d4b1e41bc9dc47c77d150'),(2286,'','Ameerah Baba Safiano','F','0',NULL,531,'2013-10-28 08:00:00','1985-10-28','97433','f0304b705114045c034bb31e7cae9a80076d6348'),(2287,'','Tetteh Quaye Manye','F','0','1998-06-16',530,'2013-10-28 08:00:00',NULL,'110286','58676d6009bdbff5aa41fd8e0a8fab531a6da801'),(2288,'','Tetteh Quaye Thelma','F','0','1961-04-16',530,'2013-10-28 08:00:00',NULL,'44172','5743b73c192537dacd52d472051b2cd766373f68'),(2289,'','Tetteh Quaye Theophilus','M','0','1949-07-11',530,'2013-10-28 08:00:00',NULL,'109924','f5387bc8f9b84e72737534c8941a893ee248184c'),(2290,'','Ewum Asante Yaa Nsarkor','M','0',NULL,530,'2013-10-28 08:00:00','2009-10-28','108889','7b2ad8d98abd3e64b0b1bc6235fa35396650d424'),(2291,'','Atsyor Leslie','M','0','2008-05-11',530,'2013-10-28 08:00:00',NULL,'108889','06380f8a39a614cb4b08fab73c78eca73f581d2b'),(2292,'','Acquah Samuel','M','0','1976-08-08',530,'2013-10-28 08:00:00',NULL,'','249155182fa08665a1bd2764ad19c96b322b83b7'),(2293,'','Frempong Isaiah Koby Che','M','0','2011-03-01',530,'2013-10-28 08:00:00',NULL,'108968','3a11526399b34a4cd29febb771500bd8cd074cae'),(2294,'','Almeida Ayite Ata','M','0','1985-07-01',530,'2013-10-28 08:00:00',NULL,'114310','0cdf081416aa6e008dd55d44e2cf481f6fb55b3a'),(2295,'','Nyarte Foster','M','0',NULL,530,'2013-10-28 08:00:00','1969-10-28','128856','6211b63dbc02bb86b12d8d996e3bac8410663a95'),(2296,'','Surply Laurent','M','0',NULL,530,'2013-10-29 08:00:00','1971-10-29','128858','4c958244cac9f2d6d25592af62d45555bda5dee6'),(2297,'','Otoo Elizabeth','F','0',NULL,530,'2013-10-29 08:00:00','1935-10-29','128859','7a37c7ee351a65a0cede08d7857227b43738a5a7'),(2298,'','Nillon Salome','F','0','1946-01-16',530,'2013-10-29 08:00:00',NULL,'13133','d79bb7f73fa764d23d05d265035165f82984fb2a'),(2299,'','Dramani Mamayu','M','0',NULL,530,'2013-10-29 08:00:00','1948-10-29','113798','5079d3303673fa7ae88ddbb384d1710903fbf9bf'),(2300,'','Gyimah Joyce Adufah','F','0','1959-06-11',530,'2013-10-29 08:00:00',NULL,'64511','e9c08880799a7891277269a730428f0e0c3648d7'),(2301,'','Issahaku Tiyumtaba Daaima','F','0','2009-09-06',530,'2013-10-29 08:00:00',NULL,'90169','7faca5bab73945a994cb62069f0a30d6ca37010b'),(2302,'','Adama Mamadou Coulibaly','M','0','1975-03-23',530,'2013-10-29 08:00:00',NULL,'82118','26cf5d7713f55a95eb4c4143e0f7febc0aec58b6'),(2303,'','Lawal Shakiru','M','0','1975-03-01',530,'2013-10-29 08:00:00',NULL,'97423','7b0dbb1a80042895a5da861ffe86c59647dc4288'),(2304,'','Kemeh Ella','F','0','1965-03-20',530,'2013-10-29 08:00:00',NULL,'57207','f10921a3748a63430c59a2483e00b729dc99096b'),(2305,'','Asante Emelia Ahima','F','0',NULL,531,'2013-10-29 08:00:00','1951-10-29','4542','624d378e36115cabdb6537a12794429e44771125'),(2306,'','Abdalla Dao','M','0',NULL,531,'2013-10-29 08:00:00','1979-10-29','81837','4d1945e30a198e66c8747df140d5954e34f06042'),(2307,'','William Alberta','F','0',NULL,531,'2013-10-29 08:00:00','2008-10-29','85517','c740d590de30b71e2b1061ff2d4eccc5b89e915a'),(2308,'','Ofori Antwi Margaret','F','0',NULL,531,'2013-10-29 08:00:00','1988-10-29','128830','f9d93b6c453b1cda6b021649b7d28bdfc95fe328'),(2309,'','Ofori Antwi Samuel','M','0',NULL,531,'2013-10-29 08:00:00','1982-10-29','106900','193757d42f041bf73056cc9554a1dfa3bc3bf812'),(2310,'','Hooper Brian Seth','M','0',NULL,531,'2013-10-29 08:00:00','1975-10-29','128852','38e201f1c53fe0560f10913dd14e6ea704486cb0'),(2311,'','Kissi Jernnifer','F','0',NULL,531,'2013-10-29 08:00:00','1986-10-29','128862','77ff07f424b062b56ab606aba89d198ab3a21fcf'),(2312,'','Baafi King S K T','M','0',NULL,531,'2013-10-29 08:00:00','2009-10-29','128794','b094959b5785ac7cb2c54f63f30850a58f579640'),(2313,'','Abrefa Agnes','F','0',NULL,531,'2013-10-29 08:00:00','1943-10-29','27753','f7992d41183592a67227dba3839180184815e362'),(2314,'','Amegah Ishmael Setsoafia','M','0','1980-12-05',531,'2013-10-29 08:00:00',NULL,'128863','63c8b534fca1a3c86948121b6f5af49fd83c2cd4'),(2315,'','Adesanya Kiki Zoe','F','0',NULL,531,'2013-10-29 08:00:00','1988-10-29','128866','ebb573f220e2326f06b99330b80b804969f9ff26'),(2316,'','Owusu Kwarteng Priscilla','F','0','1983-09-02',531,'2013-10-29 08:00:00',NULL,'113003','dd2e098ef92f34f9a57c5e6032968d307d3e0a26'),(2317,'','Chinebuah Eugene Johnson','M','0',NULL,531,'2013-10-29 08:00:00','1982-10-29','128829','8f9a8b4c9830b239e860c1d916958a955845d311'),(2318,'','Asamoah Angelina','F','0',NULL,531,'2013-10-29 08:00:00','1986-10-29','128871','aaf6921be1aea23faf9ef06091af3931cd85cc38'),(2319,'','Ben Coffie Rebecca','F','0',NULL,531,'2013-10-29 08:00:00','1972-10-29','75265','4f39b08b12991a0cb0d1ea0b936da0a4a5736306'),(2320,'','Djan Florence F','F','0',NULL,531,'2013-10-29 08:00:00','1984-10-29','72129','8713c694ae43d1004183af1a29b7e89209c64123'),(2321,'','Howard Thomas','M','0',NULL,531,'2013-10-29 08:00:00','1957-10-29','SR','5f045ad6f37abeabd4572ce10fa8c344d86a6d3c'),(2322,'','Owusu Anita','F','0',NULL,531,'2013-10-29 08:00:00','1980-10-29','95242','a2f44ec46f54bf3c204e26f80196a90a166eee64'),(2323,'','Adjei Beatrice','F','0',NULL,531,'2013-10-29 08:00:00','1966-10-29','1125662','fef8e8b0d5c6a4454c6736480de0092ff57eb2be'),(2324,'','Aribot Youssouf M','M','0',NULL,531,'2013-10-29 08:00:00','1971-10-29','128870','085d041ee8f9e36faaadbab628eb77bb7c18d193'),(2325,'','Abalem Jennifer','F','0',NULL,531,'2013-10-29 08:00:00','1992-10-29','128868','0fccfdf220892c036c32ea568d152137e8b6f19c'),(2326,'','Afari Esi Phiona','F','0',NULL,531,'2013-10-29 08:00:00','1985-10-29','SR','fca85e7b64c17d716f49025b92cce0864123f3dd'),(2327,'','Salman Fatima','F','0',NULL,531,'2013-10-29 08:00:00','1984-10-29','99012','8c7057097f61411c3556e19a68df8a1bdbf1ba65'),(2328,'','Akuoko Doris Adwoa','F','0',NULL,531,'2013-10-29 08:00:00','1960-10-29','128869','56acd8b05c8a5040c3fbbebdb1ba717f48cdebde'),(2329,'','Cofie Olufunke','F','0',NULL,531,'2013-10-29 08:00:00','1966-10-29','48916','a48cabd40225e022725109f6601b0a89c0ecaf42'),(2330,'','Agbaglo Josephine','F','0','1967-03-31',531,'2013-10-29 08:00:00',NULL,'80900','173e0171272055a7a2bfbb21c3ac050b746830bf'),(2331,'','Darius Pancekuaskas','M','0',NULL,531,'2013-10-29 08:00:00','1980-10-29','128876','be6567c784ea8a9e070c157d18a81c3ae5a8729d'),(2332,'','Reindorf Oforiwaa Natasha','F','0',NULL,531,'2013-10-29 08:00:00','2010-10-29','99297','c4e30ed1802fe5b671871ebc1e1d4c220a1cfbf2'),(2333,'','Fosu Kwame','M','0',NULL,531,'2013-10-29 08:00:00','2011-10-29','110457','ca7046f7842e0614f64cf2bc5e7f87aee7a931e0'),(2334,'','Nyante Foster','M','0',NULL,531,'2013-10-29 08:00:00','1969-10-29','128856','fc48f1a990a34f6f09db111a9c2745f493388284'),(2335,'','Agyekumaa Kwakwa Akua','F','0',NULL,531,'2013-10-29 08:00:00','1977-10-29','86310','8e8ebe0630f905be1ec627e956e8b55e4dab6505'),(2336,'','Merson Audrey Dawn','F','0',NULL,531,'2013-10-29 08:00:00','1989-10-29','128879','a0e86a399d0c9b6e3e8bd287b7db59be1014f070'),(2337,'','Ashong Morenike Chayilsha','F','0',NULL,531,'2013-10-29 08:00:00','2012-01','113091','b8f0d8bc152672dde709aac48b8b6bb521efc3d3'),(2338,'','Sam Awotwi Cecilia','F','0',NULL,531,'2013-10-29 08:00:00','1950-10-29','OUT SIDE','aa6213ecd32bc39a1107b8a46bd4d4f84597f27b'),(2339,'','Acquaye Ivy','F','0',NULL,531,'2013-10-29 08:00:00','1979-10-29','104075','b1764d8e0ebd609b21cf942caa1d62063c2a20b4'),(2340,'','Owusu Dartey Phoebe','F','0',NULL,531,'2013-10-29 08:00:00','2008-10-29','125105','08d71ab66fc99ce1de746fcf38fb236fe4381a8e'),(2341,'','Ali Kubura','F','0',NULL,531,'2013-10-29 08:00:00','1989-10-29','78180','982b5e3c88cb44b2597eef97a2b49f138e36ec9c'),(2342,'','Nyarko Cynthia','F','0',NULL,531,'2013-10-29 08:00:00','1979-10-29','66948','3e39fecc964fd4c26c0f65d4fe74755cf8357227'),(2343,'','Amematepor Renee','F','0',NULL,531,'2013-10-29 08:00:00','2011-03-29','109696','cbc01d07b807aaf8201849d8b1396d02760baca8'),(2344,'','Ankrah Millicent','F','0',NULL,531,'2013-10-29 08:00:00','1985-10-29','115981','14a312c52fe718a880237a6897378cfa0d527285'),(2345,'','Broohm Adea Makena','F','0',NULL,531,'2013-10-29 08:00:00','2011-10-29','128865','7b019179d2444b90fdc641fc30df8caa3aa4d887'),(2346,'','Schandorf Philip Nii Obodai','M','0',NULL,531,'2013-10-29 08:00:00','1975-10-29','77532','0580d4cbc6ca6bc1a439dc9de4eeb0b608fcf3e7'),(2347,'','Fung Kim','M','0',NULL,531,'2013-10-29 08:00:00','1986-10-29','96742','f6f41908d5326fc072215b4ed0b996882847b76f'),(2348,'','Mensah Alex K','M','0',NULL,531,'2013-10-29 08:00:00','1960-10-29','128881','5464de947f933d2f4cfb70d82a4bc6e9e6302d66'),(2349,'','Ofori Martin','M','0',NULL,531,'2013-10-29 08:00:00','1967-10-29','121876','60c54b2102b8b03920ca170a3f8ef4983f903cb6'),(2350,'','Owiaba Florence','F','0',NULL,531,'2013-10-29 08:00:00','1950-10-29','55841','df36ecc3fe1bfb39c7b368f93767b9684dc31ebb'),(2351,'','Boateng Rachael','F','0',NULL,531,'2013-10-29 08:00:00','2009-10-29','128257','125cf08acf27c3d933ada668cf7485200d0d6b24'),(2352,'','Koomson Arkoh Robert','M','0','1969-05-24',531,'2013-10-29 08:00:00',NULL,'128880','4c170d54205e52f39187aab2de1d1b442513f764'),(2353,'','Boitey Enyonam','F','0',NULL,531,'2013-10-29 08:00:00','2009-10-29','108037','dd353be824c68a86bbeb58ffa32a1513eb0b836c'),(2354,'','Ossei Yaw Danquah','M','0',NULL,531,'2013-10-29 08:00:00','1985-10-29','128884','1f1986abf549d5bd2c8b4b689436573c8a8a97b5'),(2355,'','Osei Portia Owusu','F','0',NULL,531,'2013-10-29 08:00:00','1991-10-29','123567','add0c31be714df32fa1b2551d3bbf8af7c5d5148'),(2356,'','Asiedu Nhyira Karen','F','0',NULL,531,'2013-10-29 08:00:00','2012-10-29','128886','bd29e4a511469fe6986192de651d5826a15d1857'),(2357,'','Ansah Asiedu Hans','M','0',NULL,531,'2013-10-29 08:00:00','1984-10-29','100693','52629ac0fdcf18c86daff88d1c392637058259d5'),(2358,'','Tetteh Joseph','M','0',NULL,531,'2013-10-29 08:00:00','1982-10-29','106963','9d8a2886190eae2730ff952a7e004c63178161e4'),(2359,'','Mccarthy Dzomo Adeline Naa','F','0',NULL,531,'2013-10-29 08:00:00','2013-01-29','128758','e55c1415a40a77eddd83640c79927f495540041b'),(2360,'','Tetteh Joannita','F','0',NULL,531,'2013-10-29 08:00:00','1982-10-29','111750','18a926aafd0902bfbc36e5857ce71acfac8f10e9'),(2361,'','Djidjoho Maryes Karen T','F','0',NULL,531,'2013-10-29 08:00:00','1975-10-29','49259','6111534c7888884ef42d1e545b7e25406cd2e172'),(2362,'','Foli Godfred','M','0',NULL,531,'2013-10-29 08:00:00','2008-10-29','92207','0999847182667337a6091b30fb489895a39fe595'),(2363,'','Owusu Dankwah Samuel','M','0','2007-02-06',531,'2013-10-29 08:00:00',NULL,'12517','8ec37402261f7cc11f4f55c2e855c458c8a54043'),(2364,'','Abdoulaye Camara','M','0',NULL,531,'2013-10-29 08:00:00','2006-10-29','128890','f49ecfba81669613a6ce87c20270b4710a791a03'),(2365,'','Camara Anne Gloria','F','0',NULL,531,'2013-10-29 08:00:00','2006-10-29','69473','8dba0696f4af2c7be91a115d2c6179c7476d7a04'),(2366,'','Opoku Manwere E','M','0',NULL,531,'2013-10-29 08:00:00','2010-11-29','128889','76f4c59db5d41cc744a79db3f1aa7f0470b0be58'),(2367,'','Koranteng Maame Yaa A','F','0',NULL,531,'2013-10-29 08:00:00','2013-01-29','128877','9fdb12384df6684694375aa98e897fe950a64751'),(2368,'','Armah William O','M','0','1965-06-04',558,'2013-10-29 08:00:00',NULL,'58892','12af8aa834e91d403047943b4bf1a135c2d0041b'),(2369,'','Abubakar Said Munkhtar','M','0','1973-11-24',558,'2013-10-29 08:00:00',NULL,'55123','e5531632ffc8cca1f2376dba021550b166e27875'),(2370,'','Ato Brown Ezra','M','0',NULL,558,'2013-10-29 08:00:00','1996-10-29','51704','86a04c138f83db9d96cfe59d825065acd1ac994c'),(2371,'','Adu Bediako Josephine','F','0','1982-02-24',558,'2013-10-29 08:00:00',NULL,'102038','d61009ac8f206cfe8d34d48a9f826e7edf8f4b78'),(2372,'','Omar Halisa Dauda','F','0','1983-06-13',558,'2013-10-29 08:00:00',NULL,'68206','6a6d61d94f40116dc6ed9c17e10fb3d08af9e173'),(2373,'','Boateng Akosua','F','0',NULL,558,'2013-10-29 08:00:00','1987-10-29','27557','b23de1660548a27d4de6fef0ffeb05950b1044dd'),(2374,'','Nuertey Miriam','F','0',NULL,558,'2013-10-29 08:00:00','1979-10-29','128893','9731db7707d335598c5724cf817e836f0cc9dc40'),(2375,'','Vondee Anokwafo Paulina','F','0','1975-07-07',558,'2013-10-29 08:00:00',NULL,'128894','f9094c210264ae70fc0aa32367171682f3834e73'),(2376,'','Agbobli Samuel','M','0',NULL,558,'2013-10-29 08:00:00','2009-10-29','91907','39b87a90e4149d5b09f230594a609851c6414bef'),(2377,'','Gyasi Amoah Mary Frempomaa','F','0','1975-09-23',558,'2013-10-30 08:00:00',NULL,'78919','8156483eff70cffb33e35944fb96e3d848f34ae5'),(2378,'','Djanyikpor Daniel','M','0',NULL,558,'2013-10-30 08:00:00','1997-10-30','128895','7a02ddcf8763de2b02404b42d0b952a77bf14146'),(2379,'','Afuse Mumuni','F','0',NULL,558,'2013-10-30 08:00:00','1933-10-30','128892','6a6983c056ef6a385702d19299a8c5cce7d2bad7'),(2380,'','Addo Kojo Asare','M','0','2012-08-06',558,'2013-10-30 08:00:00',NULL,'126986','98c2de6b0b8c5196662cd11d1d4bce63fa24dbce'),(2381,'','Ennin Comfort','F','0','1960-11-06',558,'2013-10-30 08:00:00',NULL,'51086','d19ac9a65aa1fd88ba1cfbff65bf586e01da2bb1'),(2382,'','Simpson Florence','F','0',NULL,531,'2013-10-30 08:00:00','1950-10-30','58841','cfc999d6096e62cb5cb673448701388ce02ea5e9'),(2383,'','Magloire Langevin Don','M','0',NULL,531,'2013-10-30 08:00:00','1982-10-30','127100','dc54d94eedcc319541e1425cdaf9b6070c8904a4'),(2384,'','Anku John','M','0',NULL,531,'2013-10-30 08:00:00','1967-10-30','128816','cc1dbf8d739847633a2c9e646d667247fd3b7a31'),(2385,'','Asare Gladys','F','0',NULL,531,'2013-10-30 08:00:00','1933-10-30','128853','d0747f717e599dd5d9a81ef21ec870929b408384'),(2386,'','Adu Safo Otua Baaba','F','0',NULL,531,'2013-10-30 08:00:00','1978-10-30','OUT SIDE','6ffd231d4315354acf275956f5710d9dbc4e8d7f'),(2387,'','Teye Aku Yvonne','F','0',NULL,531,'2013-10-30 08:00:00','1976-10-30','104280','9a9838340fd75c709045ea0f7632110de960c222'),(2388,'','Siamey Doepy Christiana','F','0',NULL,531,'2013-10-30 08:00:00','1967-10-30','103447','93cdceeb4408186126681830fa75b08501d4b6b6'),(2389,'','Adobe Kodzo Elorm','M','0',NULL,531,'2013-10-30 08:00:00','1987-10-30','128883','b18ab1e880129621f73445dda94783a21762a4dc'),(2390,'','Odum Mavis','F','0',NULL,531,'2013-10-30 08:00:00','1985-10-30','106254','a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2'),(2391,'','Adu Danso Mark','M','0',NULL,531,'2013-10-30 08:00:00','1971-10-30','51651','fcd13458ee24dfe0258828af9034b4559d8acf42'),(2392,'','Kotei Robert','M','0',NULL,531,'2013-10-30 08:00:00','1973-10-30','15314','d1e358385aee1dd8d6caf09473548c3698844cfe'),(2393,'','Dedo Kofi Angela','F','0','1978-06-03',531,'2013-10-30 08:00:00',NULL,'128809','4f4777728f7f9481dc7b2f1226424025603daeb0'),(2394,'','Akankpegli Augustina','F','0',NULL,531,'2013-10-30 08:00:00','1986-10-30','126340','0b07b45a1375fed11227a32109c017677b426141'),(2395,'','Boaten Kwame','M','0','1942-06-12',531,'2013-10-30 08:00:00',NULL,'82172','37379c9f3f5608c9e078aa78129cce00c5472d22'),(2396,'','Eduful Comfort','F','0',NULL,531,'2013-10-30 08:00:00','1976-10-30','109217','0c9c5d0feb73336a6ae60ccf106496f923dc6729'),(2397,'','Owusu Ekua Nana Cheryl','F','0',NULL,531,'2013-10-30 08:00:00','1983-10-30','110219','bce7646dbfc87a65ed90f4678c5f585d1bd63e3c'),(2398,'','Dollah Emmanuella S','F','0',NULL,531,'2013-10-30 08:00:00','1986-10-30','128901','f87e23614a116ba5fb08ed9b769c1b5d8fb7be6b'),(2399,'','Gakpetor Grace Aku Sika','F','0',NULL,531,'2013-10-30 08:00:00','1985-10-30','126965','66f504f57e257cca1ac577bfed6816074ddf540f'),(2400,'','Amenyona Christopher','M','0',NULL,531,'2013-10-30 08:00:00','1986-10-30','128897','e2660e73c00191c2fb550f21f0a063e2f7e42a45'),(2401,'','Akuffo Gifty','F','0',NULL,531,'2013-10-30 08:00:00','1982-10-30','118128','4f224e767f87795c27798d9b5caa6682596056fb'),(2402,'','Amoah Wilson Gifty','F','0',NULL,531,'2013-10-30 08:00:00','1999-10-30','128899','383a31711a6ccb4ad8228c5d2b47c16d413154ab'),(2403,'','Quaicoe Vida Yaa','F','0',NULL,531,'2013-10-30 08:00:00','2008-10-30','121223','fade1c7b54658dbbed68801f7c28c12d9cae8002'),(2404,'','Tackie Love','F','0',NULL,531,'2013-10-30 08:00:00','1982-10-30','96025','b09ae1b98b8ba55af215ce30ad3a8b07032d3394'),(2405,'','Asare Godfred Odei','M','0',NULL,531,'2013-10-30 08:00:00','2005-10-30','87577','b1320e8bb915a0b165b9f197ca7ec55d22bd0648'),(2406,'','Twum Anakwa Samuel Nana','M','0',NULL,531,'2013-10-30 08:00:00','1984-10-30','95987','38e3e50b866668c3dc336f0c047051f240a7074c'),(2407,'','Ashiatey Abidan Lawer','M','0',NULL,531,'2013-10-30 08:00:00','2012-03-01','116598','1702b94a6f0fe3ec48c30b185300df0b58aebe7c'),(2408,'','Ashiatey Abidan Atteh','M','0',NULL,531,'2013-10-30 08:00:00','2012-03-01','116598','e6742372eafca73b1db724edc64184f6b3cb1be6'),(2409,'','Owusu Isaac','M','0','1987-11-19',531,'2013-10-30 08:00:00',NULL,'71597','b8a99bbcbdeb653fc1fa79337b84a133eec7c399'),(2410,'','Abdulai Gifty','F','0','1978-12-24',531,'2013-10-30 08:00:00',NULL,'103845','c4d0361b23948bafd701b901b7904abd66e569a6'),(2411,'','Ayeetey Selina O','F','0',NULL,531,'2013-10-30 08:00:00','1955-10-30','2260','ca3be5af51a69ef202743c126ef03d50a61385bb'),(2412,'','Agblevor George','M','0',NULL,531,'2013-10-30 08:00:00','1985-10-30','110837','024d842ffd6e04a466e3e8a898efcee3972bf2a1'),(2413,'','Toure Brun Fatimata','F','0',NULL,531,'2013-10-30 08:00:00','1963-10-30','','aee9e46c0df25f90f5832d22e9bcb1cc47a78c80'),(2414,'','Churcher Joseph Jnr','M','0',NULL,531,'2013-10-30 08:00:00','1992-10-30','111730','b8f55fe97eecb5f41bdf2246009a890ae3feedae'),(2415,'','Obour Ofusuhemaa','F','0',NULL,531,'2013-10-30 08:00:00','2010-10-30','101919','c81c8289a6a12c105f183dbb2f4db91177caf07e'),(2416,'','Mensah Jennifer','F','0',NULL,531,'2013-10-30 08:00:00','1984-10-30','108060','473801745efbbc38b89a42594c384291c4f7513d'),(2417,'','Debrah Thelma','F','0',NULL,531,'2013-10-30 08:00:00','1972-10-30','SR','5de51e2017eac954306fee4e5d9642c52b84f735'),(2418,'','Nyaye Emefa Suzzy','F','0',NULL,531,'2013-10-30 08:00:00','1983-10-30','111137','c1c09f43fd29a0ed0d1b9388cf06536c34065770'),(2419,'','Seil Yoon','M','0',NULL,531,'2013-10-30 08:00:00','1979-10-30','123108','218fd38cf2086d5af59cbfda5a3679fca793e82e'),(2420,'','Yaki Ambrose','M','0',NULL,531,'2013-10-30 08:00:00','2007-10-30','123368','3aee6c6f94b1b91b8d49f214d357ac3c441fbed2'),(2421,'','Agbezuge Mary Efua','F','0',NULL,531,'2013-10-30 08:00:00','1986-10-30','98490','c45f961953a26318f6c38d937530ddbeee3daac1'),(2422,'','Antwi Barima Maame Takyiwaa','F','0',NULL,531,'2013-10-30 08:00:00','1977-10-30','32988','8e7dc582e58086473af6570a2ca338a6f1a3cab5'),(2423,'','Tetteh Vanessa Carol','F','0',NULL,531,'2013-10-30 08:00:00','1995-10-30','128907','89f015adcdd49548b17553d453a200578155fdee'),(2424,'','Yeboah Boateng Mavis','F','0','1976-06-29',531,'2013-10-30 08:00:00',NULL,'52577','41057e5153f943a1cc247c1e153c3b7742090320'),(2425,'','Oppon Victor Collins','F','0',NULL,531,'2013-10-30 08:00:00','1985-10-30','125880','c9d7caf626e726a02d34a2c73f690056374d2381'),(2426,'','Okyereboa Mabel','F','0',NULL,531,'2013-10-30 08:00:00','1982-10-30','104899','7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2'),(2427,'','Sulemana Salamatu','F','0',NULL,531,'2013-10-30 08:00:00','1975-10-30','97809','fe136701211899b173c88e515662b9c2e40a96f8'),(2428,'','Kow Aboadzi Ghunney','M','0',NULL,531,'2013-10-30 08:00:00','1955-10-30','119688','bc1451733032d4a7c185ae4f0bcfda5acba1204c'),(2429,'','Boateng Adjoa Esther','F','0',NULL,531,'2013-10-30 08:00:00','1981-10-30','111946','0603f211697d209826717fa6eec6f11397f8725f'),(2430,'','Sefordzi Thelma','F','0',NULL,531,'2013-10-30 08:00:00','1994-10-30','46090','366d57449c9ee5913efd11828c9650521409ae11'),(2431,'','Elaura Helmans','F','0',NULL,531,'2013-10-30 08:00:00','1994-10-30','128435','bdceb2500d613a4e8e9d68ba458719abbfe10ae6'),(2432,'','Obeng Adofo Sharleen','F','0',NULL,531,'2013-10-30 08:00:00','1979-10-30','104363','b4029a85b1bba71be5961001c0ca831a60f501df'),(2433,'','Sheikh Abdullah H B B','M','0',NULL,531,'2013-10-30 08:00:00','1946-10-30','128914','34c5b7298f0205a8809da0d203f490e7e7427183'),(2434,'','Yakubu Mariam','F','0',NULL,531,'2013-10-30 08:00:00','1977-10-30','123664','8e5fd3183f6e25cae2c2889c3ff230738d6cd378'),(2435,'','Amoakoh Rachel','F','0',NULL,531,'2013-10-30 08:00:00','1989-10-30','SR','76f7145afebcb3b4157adf6b1c6dfd87729e28b8'),(2436,'','Amoak Rose Talata','F','0',NULL,531,'2013-10-30 08:00:00','1978-10-30','62836','43d1003b9ba68e38d2e471c2d9c07c80c3cb7255'),(2437,'','Tony Modesta Shirley','F','0',NULL,531,'2013-10-30 08:00:00','2013-10-16','69501','8e9e5d9b2ecb4855f741b294864a44157d011e3f'),(2438,'','Owusu Osei Portia','F','0',NULL,531,'2013-10-30 08:00:00','1991-10-30','123567','0a0c0feee5976915f76655ade34abdc41d13fb75'),(2439,'','Sai Adja Bismark','M','0','1964-07-18',531,'2013-10-30 08:00:00',NULL,'88934','73bc223983e51d768de45797955dcd3ad54c4b97'),(2440,'','Amakah Odei Godfred','M','0',NULL,531,'2013-10-30 08:00:00','1979-10-30','79238','6fa1d681c5406ab8b2c857cd0c5a442cb27630ca'),(2441,'','Tarko Danquah Chris','M','0',NULL,531,'2013-10-30 08:00:00','1982-10-30','128915','106d7d9cdb75e22f0a401aa648f2f5d70de9e6d8'),(2442,'','Dadzie Lawrence Ebo','M','0','1961-11-28',531,'2013-10-30 08:00:00',NULL,'29103','fc5900c2ad51c05c44c662c32e029eb034ac82ca'),(2443,'','Vondey Cephas','M','0',NULL,531,'2013-10-30 08:00:00','1954-10-30','128913','6716e645a5980364f83d1ca59ff1ed68c2f9a87e'),(2444,'','Yonghong Peng','M','0','1970-03-28',531,'2013-10-30 08:00:00',NULL,'128918','daf703be38caa4c74792c39b88ee4933c24c9074'),(2445,'','Tildirim Celaleddin','M','0','1987-06-13',531,'2013-10-30 08:00:00',NULL,'128921','1503af54a1985497e518db0967e6fae2540af5e3'),(2446,'','Abdul Fuseini M','M','0',NULL,531,'2013-10-30 08:00:00','1986-10-30','128920','051e6f4cc1ffb3d0a5d5fff27ad5e0aa68801d81'),(2447,'','Yesheng Wang','M','0','1964-06-30',531,'2013-10-30 08:00:00',NULL,'128916','337e3838290dd438f4797fc2a728c1a8ffe42037'),(2448,'','Osei Kwame Boateng','M','0',NULL,531,'2013-10-30 08:00:00','1979-10-30','105836','c74453f1f39a652d1adc1c9341b7bf263a9d4fa6'),(2449,'','Valentine Ekwenugo','M','0',NULL,531,'2013-10-30 08:00:00','1995-10-30','128919','44854bcf01af661a0e880fc8e126c1d8731193bc'),(2450,'','Mensah Abigail','F','0',NULL,531,'2013-10-30 08:00:00','1983-10-30','93016','ea667214a46a8e27ee1044b1a32ba6801ef00f1c'),(2451,'','Ofei Dodoo Ismail','M','0','1970-06-10',531,'2013-10-30 08:00:00',NULL,'81653','08f456ebdc09f5d803f64361e0be5e3c776e9587'),(2452,'','Adu Ntoso Fred Yaw','M','0','1979-03-15',531,'2013-10-30 08:00:00',NULL,'64111','d3b496db3ca35e8a11f1cf407d660ca469060bfc'),(2453,'','Borlu Joshua Agbeko','M','0','1981-08-24',558,'2013-10-30 08:00:00',NULL,'108563','fb920c514298e8997bebc3f5d4d5a8d8133c86b3'),(2454,'','Asante Juanetta Asantewah','F','0','2009-07-23',558,'2013-10-30 08:00:00',NULL,'106165','d04180c6f0c667fb9eefcb2415a75f795bb66572'),(2455,'','Sedjro Rose','F','0','1977-06-30',558,'2013-10-30 08:00:00',NULL,'43653','ad220a62737c0d3e3d489bbc7eee453e23394cc8'),(2456,'','Kwakyewa Mary','F','0',NULL,558,'2013-10-30 08:00:00','1940-10-30','51605','51b66a683946068c2732656464cde0dfd37964b3'),(2457,'','Adofo Winston Rodney','M','0','1972-10-04',558,'2013-10-30 08:00:00',NULL,'116395','5cf06d20ae45813c9ed31e210595cf4fe709ee8c'),(2458,'','Ofori Micheal','M','0',NULL,558,'2013-10-30 08:00:00','1996-10-30','20220','e6cdd91c4f995f663b657ba4b45429a9a1aa2454'),(2459,'','Yeboah Regina','F','0','1992-11-18',558,'2013-10-30 08:00:00',NULL,'128925','30662ef34b140837a75721213a1f037e13048b27'),(2460,'','Boateng Daniel','M','0','1970-09-27',558,'2013-10-30 08:00:00',NULL,'99270','a38a9c969f2cee6f7fce09dec7933d7044bafa87'),(2461,'','Adjandeh Jones','M','0',NULL,558,'2013-10-31 08:00:00','1956-10-31','128926','92420ec118d2b00df97a258b52c8ebcd88483436'),(2462,'','Alidu Baraka','F','0',NULL,558,'2013-10-31 08:00:00','1990-10-31','93965','acd1754d0d7fe5eec11fbe74ba915a8b42d41b84'),(2463,'','Andoh Veronica','F','0','1958-03-09',558,'2013-10-31 08:00:00',NULL,'2123','94971fbb4bec8d183318ea74973dba27d3a8a48f'),(2464,'','Asare Gabriel Asumaning','M','0','1985-07-11',558,'2013-10-31 08:00:00',NULL,'87580','f5411578c77ebe0c3812569c668809f15c5b81f8'),(2465,'','Crentsil Ivan Buabeng','M','0','1984-06-01',558,'2013-10-31 08:00:00',NULL,'80342','2f410b3cdbe580cbda50a869b885e07a4a0f56be'),(2466,'','Simpeh Gladys','F','0',NULL,530,'2013-10-31 08:00:00','1979-10-31','123962','74651dbd02e314e9298ccbc4c91e7e07d90a93ea'),(2467,'','Ibrahim Abdul Aziz','F','0','1990-07-23',530,'2013-10-31 08:00:00',NULL,'128909','66ae1ce31beb3ea633685542a92d3d9c91395074'),(2468,'','Fialho Bezerra Deborah','M','0','1983-12-26',530,'2013-10-31 08:00:00',NULL,'128927','9cb62f18161b9b9e86c076ce9a7c572a8a989d98'),(2469,'','Conde Catarina Carvalho','F','0','1983-04-19',530,'2013-10-31 08:00:00',NULL,'128928','6fea0e865e2f0c8223ec16a42a2b404e8f79013e'),(2470,'','Darkwa Adeline','F','0','1984-01-06',530,'2013-10-31 08:00:00','','91624','af4e041c3a931d6f5eb7c6a6cf3450b71b70d859'),(2471,'','Addo Raymond Mensah','M','0',NULL,530,'2013-10-31 08:00:00','1962-10-31','70585','970c40a7a5319308f3335903a5d4280a308df50d'),(2472,'','Brown Frances Dadzie','F','0',NULL,530,'2013-10-31 08:00:00','1975-10-31','122054','bae90cef09abbcddd5b0afa8e593638a5172b498'),(2473,'','Qwusu Agyemang Kwabena','M','0',NULL,530,'2013-10-31 08:00:00','1978-10-31','102202','8a67c269ae89666430b8ace5ba4bfe831dd597cf'),(2474,'','Nikoi Abibath','F','0',NULL,530,'2013-10-31 08:00:00','1983-10-31','104814','40100614cc444d4df1e28a526778a053633c8bab'),(2475,'','Adjei Vinceny','M','0','1977-01-01',530,'2013-10-31 08:00:00',NULL,'','525e19c6296bfd4f4eafa9f3577aa3de39afd650'),(2476,'','Kubi Evelyn','F','0',NULL,530,'2013-10-31 08:00:00','1987-10-31','116406','fcbc9c0cab422156ecd8990ee1ddbabdf91b8120'),(2477,'','Akomeah Peter','M','0',NULL,530,'2013-10-31 08:00:00','1982-10-31','110032','760b1889476677d007621f5fc43f645ad0c1c51d'),(2478,'','Adusei Eugenia','F','0','1979-07-26',530,'2013-10-31 08:00:00',NULL,'103595','507e2e4b4ca44a14ba40c6ee4f12717260823b7b'),(2479,'','Kwaa Samuel Oduro','M','0',NULL,530,'2013-11-01 08:00:00','1960-11-01','122023','b568e6c1e4bf13e4bf97c069ece574c2adec0c11'),(2480,'','Alhassan Mahamadu','M','0','1975-11-27',530,'2013-10-31 08:00:00',NULL,'42591','96575f4eb2e5efdf939bc1e18396291cc33a5b26'),(2481,'','Afenyo Sedem','M','0',NULL,530,'2013-10-31 08:00:00','1980-10-31','128929','220fd4b4f13cdd577f6326b100bd15d4d95a03e4'),(2482,'','Nortey Phinehas Nii Tetteh','M','0','2008-02-24',530,'2013-10-31 08:00:00',NULL,'118955','73ed5d5006ffdb2b45bd76e46155958c157a8de4'),(2483,'','Appiah George','M','0','1967-07-08',530,'2013-10-31 08:00:00',NULL,'128933','e0a919b06f4535a82eb419096bdafe727ebba505'),(2484,'','Ewil Edi Aboe','F','0',NULL,530,'2013-10-31 08:00:00','2012-10-01','121008','6dadbbe17de7a92f84bd29e59672cf897b85dd7c'),(2485,'','Maclean Levis D N K','M','0','2009-06-05',530,'2013-10-31 08:00:00',NULL,'98163','ecde0e6a6433fb841c3a5ee64b41b454fc7420a4'),(2486,'','Agyeman Duah Austin Opoku','M','0','2013-01-11',530,'2013-10-31 08:00:00',NULL,'114350','ba2b2abe450e109b93ab6eda781ac5602e23e64b'),(2487,'','Adjei Priscilla','F','0',NULL,530,'2013-10-31 08:00:00','1995-10-31','75670','98714054ec3eb360175c6e248e6dc16650eeb2b9'),(2488,'','Odame Jennifer','F','0',NULL,530,'2013-10-31 08:00:00','1986-10-31','120098','df4cde2a7e4c21bc1636809d72eb7729ff4a1cae'),(2489,'','Agyapong Berry Kwadwo','M','0',NULL,530,'2013-10-31 08:00:00','1983-10-31','76054','35c7ace9b6cbfdf840e752aab8e6e582b18226fc'),(2490,'','Brakoh Sabina','F','0','1976-09-07',530,'2013-10-31 08:00:00',NULL,'101447','b82714f28b98a75064f024efb5522df2f390a799'),(2491,'','Meynendockx Amelie','M','0','1972-04-25',530,'2013-10-31 08:00:00',NULL,'128941','7a6c5cda4a05e43df396113639b2467d80cec289'),(2492,'','Meynendockx Amelie','F','0','2012-12-01',530,'2013-10-31 08:00:00',NULL,'128957','04415824742f51bfa9480944393aa59f6f0fbb64'),(2493,'','Meynendockx Tim','M','0','1972-04-25',530,'2013-10-31 08:00:00',NULL,'128941','a4f32e6da9881487a1eee740e270170f6f449b8b'),(2494,'','Meynendockx Kester','M','0','2005-11-09',530,'2013-10-31 08:00:00',NULL,'128939','fc4de622caf44faeffd0a384dc38c7d24f1648d5'),(2495,'','Meynendockx Nelson','M','0','2009-03-25',530,'2013-10-31 08:00:00',NULL,'128938','d5734b1257c1cf7ff0d94834b51e6c6834890e6d'),(2496,'','Kayitesi Jeanne','F','0','1978-05-27',530,'2013-10-31 08:00:00',NULL,'128940','98a9cfd655610d05539b452baec57ed2f02519c3'),(2497,'','Oppong Antwi Emmanuel','M','0','1982-08-13',530,'2013-10-31 08:00:00',NULL,'115643','9a8dc6f9095663151318d858da5b261017473d8a'),(2498,'','Yeboah Patricia','F','0','1986-08-26',530,'2013-10-31 08:00:00',NULL,'104823','ac1cef9d5f632b8745409fceed79e3e19cca5a80'),(2499,'','Okae Peniel Osafo','M','0','2012-06-24',530,'2013-10-31 08:00:00',NULL,'120088','79ba93c3770abe1d805fb285cb0657ffd40242f7'),(2500,'','Mensah Felicia','F','0','1978-01-02',530,'2013-10-31 08:00:00',NULL,'42576','adc8d15f35547e52fded8d2f22a2a6d8c0cd075f'),(2501,'','Aboagyewaa Ama','F','0',NULL,530,'2013-10-31 08:00:00','1938-10-31','78344','80bf22232fac55efc197237be90169a7b9acc792'),(2502,'','Dabrah Ivan Kofi T','M','0',NULL,530,'2013-10-31 08:00:00','2003-10-31','48754','2fc378ca35e0f48facb4aea3fd35f753e374b63b'),(2503,'','Kang Min','M','0',NULL,530,'2013-10-31 08:00:00','1988-10-31','119779','cd6eece703eb9856d090a621cab7aa5bf7f4ac09'),(2504,'','Hanson Gunn Irene','F','0',NULL,530,'2013-10-31 08:00:00','1958-10-31','128943','d177f5d36fa260c1891ea434422ffb0ec785c0e4'),(2505,'','Appiah Jasmine Eunice','F','0',NULL,530,'2013-10-31 08:00:00','1999-10-31','128942','fba706ff68e21adb55cc489937690470dd47c1ff'),(2506,'','Oppong Nana Foriwaa','F','0','1988-11-13',530,'2013-10-31 08:00:00',NULL,'83054','1aa8aad9ef3454b403ab7f833a0895431a9897bb'),(2507,'','Ling Zixi Lele','F','0','2011-12-11',530,'2013-10-31 08:00:00',NULL,'128947','3f2c3111b4d577098475791856cee91f957d768d'),(2508,'','Ekyem Mensah Frandyia','F','0','2008-03-21',530,'2013-10-31 08:00:00',NULL,'127307','daed1f8dcd5a7bea752e4ac1be2a07beabb561c1'),(2509,'','Zibrim Mohammed Sani','M','0','2008-09-02',530,'2013-10-31 08:00:00',NULL,'84258','da2f8fba1bf7dc2c44aa916f34db56ca94f63c92'),(2510,'','Dosu Jacqueline D','F','0',NULL,530,'2013-10-31 08:00:00','2011-10-31','128945','18f7b2986b937cfdbea8b5a1bef7127ea7c5dd30'),(2511,'','Afetor Charlotte','F','0',NULL,530,'2013-10-31 08:00:00','1974-10-31','128946','4de75908db49992ee8a393582bfc73d4281c5def'),(2512,'','Gyimah Shirley','F','0',NULL,530,'2013-10-31 08:00:00','1988-10-31','117476','8bc9adc6884243d7162bd4722a93e47abb684650'),(2513,'','Tetteh Ogum Edmund','M','0','2012-01-02',530,'2013-10-31 08:00:00',NULL,'118013','e1dace5f995233f9d57de4806330632cab75eca7'),(2514,'','Ansah Amprofi Felicia','F','0','1961-09-27',530,'2013-10-31 08:00:00',NULL,'128949','126cf7179dfb3e92836ebec3769a5f4af615e511'),(2515,'','Jihad Saab','M','0',NULL,530,'2013-10-31 08:00:00','1973-10-31','111276','bd7e66a0ec9c19d701653e8a52da1e20dded2b8f'),(2516,'','Jedidiah Ayee Eyram','M','0','2012-01-18',530,'2013-10-31 08:00:00',NULL,'115721','89fe1d3f2d665c98afcc0dd26c6127ee9b73e396'),(2517,'','Kukua Margaret Adzo','F','0',NULL,530,'2013-10-31 08:00:00','1979-10-31','98115','def8b2465b7d6127a94f86485aa6431e3ab7913f'),(2518,'','Oheng Danbin','M','0','1979-09-19',530,'2013-10-31 08:00:00',NULL,'128917','0029d26f13e3254891d0651636164c752d2409e0'),(2519,'','Owusu Kusi Pokuaa','M','0',NULL,530,'2013-10-31 08:00:00','2012-10-31','128953','de0e90f94eaf1a601eec8d6e041e23c810846ddc'),(2520,'','Zaney Noah Corcu','M','0','1978-05-03',530,'2013-10-31 08:00:00',NULL,'108895','ac2246b6f40e45f392c6d0a7966efda84ced37d3'),(2521,'','Safo Kojo','M','0','1986-04-28',530,'2013-10-31 08:00:00',NULL,'10406','d7cb8345ba617ce879a992d5fff80ab610afed59'),(2522,'','Abanbiri Barbara','F','0','1980-01-26',530,'2013-10-31 08:00:00',NULL,'119828','fc54cc8a7d22f9643207cd5eb63bcc743222cf74'),(2523,'','Tanya Janice C','F','0','1989-01-21',530,'2013-10-31 08:00:00',NULL,'','022bb453d386f1f501e64b0641e749fda06168f5'),(2524,'','Quist Benedicta','F','0','1985-03-12',530,'2013-10-31 08:00:00',NULL,'97886','9d88dbb829cd3854be2fca7c0e7aada050892e3f'),(2525,'','Mills Sandra','F','0','1987-02-07',530,'2013-10-31 08:00:00',NULL,'91056','37283caff3fe8135114c8838f31cfb224702db3c'),(2526,'','Singh Tanmay','M','0','2000-09-26',530,'2013-10-31 08:00:00',NULL,'121209','70e3fee4b4c1b35d5d60171b6937bc37c33b27f1'),(2527,'','Edoh Belinda','F','0',NULL,530,'2013-10-31 08:00:00','1979-10-31','128958','cd81afc11e410c4e0a80599fad82d2a3ffb51f47'),(2528,'','Annor Veronica','F','0','1982-10-01',530,'2013-10-31 08:00:00',NULL,'122094','ee53c5b0619027de83c6a294774b55ee1d66c261'),(2529,'','Abdul Jeleel Mohammed','M','0','1975-11-29',530,'2013-10-31 08:00:00',NULL,'128849','6e3cea2261820e914a9ff5d04695f66b20f3ff0f'),(2530,'','Akrong Jeremiah','M','0','2011-09-03',530,'2013-10-31 08:00:00',NULL,'125069','cc22bb2384eb0bd5e449f26d022325ccae5f9d9a'),(2531,'','Agyemang Bary','M','0',NULL,558,'2013-10-31 08:00:00','2011-10-31','108353','2f569625eefb1e36a978eb3ce9bf61166ac39f76'),(2532,'','Engleson Selma','F','0',NULL,558,'2013-10-31 08:00:00','2005-10-31','124234','e7d34eb97376d401f120f47fbaf5ca6608246be8'),(2533,'','Hlaing Htun','M','0','1953-01-25',558,'2013-10-31 08:00:00',NULL,'128961','2bac230d71e711660fb9e6a8f130c97795d28df1'),(2534,'','Sai Joshua Nii Obodai','M','0',NULL,558,'2013-10-31 08:00:00','2011-10-31','127547','a920304c8fd150473591a19c41f473f04529c507'),(2535,'','Quander Jacqueline','F','0',NULL,558,'2013-10-31 08:00:00','1992-10-31','127135','a01aadce2734f5c0e3b85d444187c666bb7180c7'),(2536,'','Nyarko David Daryl','M','0','2003-04-23',558,'2013-11-01 08:00:00',NULL,'77177','1f38ed833693e883114ceb3d33961e38063613e1'),(2537,'','Akomdo Alisa','M','0',NULL,558,'2013-10-31 08:00:00','2013-07-31','128960','0316386d9eaab5b876c3b6dc5a02f8e931e5bc33'),(2538,'','Nai Zhi Feng','M','0','1977-03-01',558,'2013-10-31 08:00:00',NULL,'128963','e989ab37f9c3135abbd5fb9dfe5a22329a63ee08'),(2539,'','Nare Pokello','F','0',NULL,558,'2013-11-01 08:00:00','1985-11-01','128964','be2d4f744b9262e21dd5b635f64914cc810cbc7e'),(2540,'','Mouhajer Wafaa','F','0',NULL,558,'2013-11-01 08:00:00','1984-11-01','70374','bd9f3c47d88e3b34df02ed10a5620394f8783263'),(2541,'','Colaric Goran','M','0',NULL,558,'2013-11-01 08:00:00','1958-11-01','128965','18fd45d680920bbed5a8ff8d3f800fbe7e66d4e1'),(2542,'','Sackeytey Edinam','F','0','2012-11-27',558,'2013-11-01 08:00:00',NULL,'126493','1f56d67423e8e712350ddc9d776b43d436124f19'),(2543,'','Odonkor Karen','F','0','2011-06-07',558,'2013-11-01 08:00:00','','112390','f8e68bf3bbd51e6def3949e2bff2241d34c38d81'),(2544,'','Odonkor Christian Oteng Lartey','M','0','2013-03-30',558,'2013-11-01 08:00:00',NULL,'127978','0edb018b979962fabfa4e0171ae8a4f0f5f602bc'),(2545,'','Kombat Moses Langboung','M','0','1973-07-13',558,'2013-11-01 08:00:00',NULL,'122272','16ea8f68826400e00ae1d64e51dc0f6641fa3983'),(2546,'','Konadu Ofori Esther','F','0',NULL,558,'2013-11-01 08:00:00','1980-11-01','76344','bb09fbad9bf08cb24f791f7dcf7d6e097e0023df'),(2547,'','Baafi Daniel Kwaku','M','0','1946-10-22',530,'2013-11-01 08:00:00',NULL,'956641','daaeed52b835ad15be8689ff3d864421ae925fad'),(2548,'','Morrison Felicia','F','0','1960-04-08',530,'2013-11-01 08:00:00',NULL,'61672','68cf29362a1350ee5e7d78965b66b8623bc0c222'),(2549,'','Porter Jesse','M','0','1952-01-14',530,'2013-11-01 08:00:00',NULL,'128966','1f7b13f3ea40582683deeb32a673d5d4053cc024'),(2550,'','Nyamadi Eduzdi','M','0','2009-01-01',530,'2013-11-01 08:00:00',NULL,'117946','661c79d6c346914974e0bf2e38fbee82d90cd207'),(2551,'','Avoka Christian','M','0','2006-10-29',530,'2013-11-01 08:00:00',NULL,'101690','9b1c9ded8038ff3c745db1343ec808df5230ba96'),(2552,'','Grime Miba Bingala','F','0','1980-10-24',530,'2013-11-01 08:00:00',NULL,'128954','440b9f9b3ff20fa908c0b1a6774b3b81874fd3f2'),(2553,'','Grime Timothy Martin','M','0','1954-09-08',530,'2013-11-01 08:00:00',NULL,'12895','82c985898d9d99593cdedf2eea94c7a16a190336'),(2554,'','Ayensua Elizabeth','F','0',NULL,530,'2013-11-01 08:00:00','1996-11-01','34952','7ad3cbae41ada6f9ed32f0a9bf71d66a0dc4e810'),(2555,'','Akakpo Cecilia','F','0',NULL,530,'2013-11-01 08:00:00','1959-11-01','51311','0a44600820133555f7e3d63454f405bf767830cf'),(2556,'','Quartey Samuel K','M','0',NULL,530,'2013-11-01 08:00:00','1938-11-01','51856','6c7ef1b401719c2ccedd6532a28d19c5b9a9742e'),(2557,'','Riad','M','0','1991-01-11',535,'2013-11-01 08:00:00',NULL,'SELF REQUEST','4a10084c4fefb0a953b825468069ece8d3f93bfa'),(2558,'','Torgbor Princess Cecilia','F','0','1981-09-15',535,'2013-11-01 08:00:00',NULL,'117879','1c03afc6469d22639ae0747b4e9dde237382594a'),(2559,'','Torgbor','M','0','1981-09-15',535,'2013-11-02 08:00:00',NULL,'','94b2b5db70902f3e075ad46f1df61b7caf9e2801'),(2560,'','Adzimah Yawo','M','0',NULL,530,'2013-11-01 08:00:00','1961-11-01','52171','89d136b330d4a6a2cff92e8ce31bfdafd25145cd'),(2561,'','Torgbor Princess Cecilia','F','0','1981-09-15',535,'2013-11-01 08:00:00',NULL,'117879','1c03afc6469d22639ae0747b4e9dde237382594a'),(2562,'','Cofie Rita','F','0',NULL,530,'2013-11-01 08:00:00','1962-11-01','128968','47223efe5e86e5a9373af10e299532c26572bb49'),(2563,'','Dodoo Suzzy','F','0',NULL,530,'2013-11-01 08:00:00','1937-11-01','','277f99933ac46e1b0c30cf342b318f5ba6aa51a6'),(2564,'','Oblitey Richard','M','0',NULL,530,'2013-11-01 08:00:00','1956-11-01','','304c46fa8298b449da9d0964c2965df15bab0896'),(2565,'','Akakpo Ahiliba T','F','0',NULL,530,'2013-11-01 08:00:00','1993-11-01','52395','7fb79d5eb29ed9acdb4bd26e7aee71da4494a33e'),(2566,'','Kumordzi Agnes','F','0',NULL,530,'2013-11-01 08:00:00','1981-11-01','99636','0bf94babaa97340428b4d0ba03c90cbb051e7e04'),(2567,'','Kanyi Samantha Michelle','F','0',NULL,530,'2013-11-01 08:00:00','1999-11-01','126833','b3792f84d688ff90e8784bacd4bcb1a2b59aa76f'),(2568,'','Obeng Emmanuel Konadu','M','0',NULL,530,'2013-11-01 08:00:00','1963-11-01','9386','59b0d5b5131401eabc0d66f81cefc08e2cd352c9'),(2569,'','Dogbatse Francis K','M','0',NULL,530,'2013-11-01 08:00:00','1971-11-01','108627','a69fca86ad74e978f60fd87508b789b5af69ef8e'),(2570,'','Johnson Esther Sethina','F','0','1985-05-31',530,'2013-11-01 08:00:00',NULL,'109477','6331bf97d0ef60dd82b21b5bd3e14d34a5c0c593'),(2571,'','Niguessaan Augustine','M','0',NULL,530,'2013-11-01 08:00:00','1984-11-01','116589','77070dd9deeda49c0e476bb54ea10f1d69cb5d64'),(2572,'','Suwala Humu','F','0','1982-05-06',530,'2013-11-01 08:00:00',NULL,'70732','3d14f65edee95b8e83ff9eb5feb05bc0b657d12d'),(2573,'','Thompson Joyce','F','0','1960-12-05',530,'2013-11-01 08:00:00','','3955','11bd78058b407c6db901fca962779ba5088343e1'),(2574,'','Amoani Godfred','M','0','1965-04-13',530,'2013-11-01 08:00:00',NULL,'128970','56a4e41da96327bfe489ad7f573c2f20857a3fcd'),(2575,'','Asare Godfred','M','0',NULL,530,'2013-11-01 08:00:00','2005-11','87577','f1a95f775db926e7827ad43d69900e0572591847'),(2576,'','Kommey Brenda Nelly','F','0',NULL,530,'2013-11-01 08:00:00','1984-11-01','93136','9875c1eb82d8e4615cfc4c25cd14e7ff31bace88'),(2577,'','Akuffo Djabi Edwin','M','0','2011-02-25',530,'2013-11-01 08:00:00',NULL,'116604','17ec199e837bfb6366e241d0f6073c750fff65bb'),(2578,'','Akuffo Djabi Rexford','M','0','2012-02-25',530,'2013-11-01 08:00:00',NULL,'120940','7a326ea635386b9060f847ceb4b68e1440e8d242'),(2579,'','Breckenridge Craig','M','0',NULL,530,'2013-11-01 08:00:00','1993-11-01','','86b887a0cc608a7bf11f0fbae9c406607f7f89fe'),(2580,'','Oppong Prince K','M','0','1982-10-10',530,'2013-11-01 08:00:00',NULL,'128973','531b14a07f3f2d589dbc1929865c54e889acb215'),(2581,'','Sarpong Richard N','M','0',NULL,530,'2013-11-01 08:00:00','1978-11-01','62970','0cf1cb8b38dbd2282c3d7a2b333c3c0bfd0762cb'),(2582,'','Klobodu Joyce','M','0',NULL,530,'2013-11-01 08:00:00','1970-11-01','70884','e65ca150d0c51f5dd90e6286a889957ee6bfe92d'),(2583,'','Anokye Judith Mbah','F','0',NULL,530,'2013-11-01 08:00:00','1984-11-01','72861','57e88670d1559b768a9e415d1605893137dd4380'),(2584,'','Ibrahim Hawa','F','0',NULL,530,'2013-11-01 08:00:00','1957-11-01','101746','03dd552171b025ae87ada728860017b5c5f25078'),(2585,'','Dorgbadzi Fafali J','M','0','2006-03-05',530,'2013-11-01 08:00:00',NULL,'1019926','d4f365d9319e1ca84af93d98327d37aae60eab00'),(2586,'','Yamoah Mina','F','0',NULL,530,'2013-11-01 08:00:00','1977-11-01','93552','94a94eb5efcc62334efc588da953403ea8e7c2f1'),(2587,'','Boateng Bismark Kyei','M','0','2005-04-11',530,'2013-11-01 08:00:00',NULL,'71619','2b77f422663a1512bc1140b3976e7f706f1f47cf'),(2588,'','Ashiagbo Ian Kekeli','M','0',NULL,530,'2013-11-01 08:00:00','2012-03-01','112809','d851d9c67663ce03a49acd47147a7f5e4c3f3908'),(2589,'','Kpormegbey Micheal','M','0',NULL,530,'2013-11-01 08:00:00','2007-11-01','107555','f5ca7c45cde4130277392e41bbb54efeba2e145f'),(2590,'','Chemogoh Maabobra','F','0',NULL,530,'2013-11-01 08:00:00','1982-11-01','','27ff267abc819989b75f660d0bd366fa1208966e'),(2591,'','Amankwah Rejoice','F','0',NULL,530,'2013-11-01 08:00:00','1980-11-01','124557','1468fff6a093a46330201ea7e4e1bdc9ad4728f3'),(2592,'','Benli Richard','M','0',NULL,530,'2013-11-01 08:00:00','1980-11-01','125245','aa1f1515c2f84eae22c78ff04bbe24d5a3ad056c'),(2593,'','Kaguah Cosmos','M','0','1974-12-17',530,'2013-11-01 08:00:00',NULL,'109219','3964c07a78b8031ab7db81b00c22975f8df9be4b'),(2594,'','Mouhamd Fall','M','0','2005-06-17',530,'2013-11-01 08:00:00',NULL,'101134','2e112f811e01127615a3f764ccf06efe970853db'),(2595,'','Idun Emmanuel','M','0','1985-04-20',530,'2013-11-01 08:00:00',NULL,'86375','8bd2de0470a2e13891e7a25394daee7e04aedd3c'),(2596,'','Osie Daniel','M','0','1958-05-24',530,'2013-11-01 08:00:00',NULL,'17879','546f672ca2cd403aece63de8e47426cda079b4da'),(2597,'','Ampratwum Edward','M','0','1981-07-06',530,'2013-11-01 08:00:00',NULL,'','97e3000cd2459d3f210f503762f1a5a388513e15'),(2598,'','Alhaji Ahmad Kemoki','M','0','1977-09-08',504,'2013-11-01 08:00:00',NULL,'102471','3a44492fa1d9419363f76bf3fcf3100c50630db5'),(2599,'','Abalosem Bit','M','0','1985-12-31',504,'2013-11-01 08:00:00',NULL,'128982','eeaa9a712c7505d6994cdbb720bc3699f2404316'),(2600,'','Adadey Augusta','F','0','1959-12-18',504,'2013-11-01 08:00:00',NULL,'120776','82743540024e55700137696203b921df3e4bef47'),(2601,'','Bunyan Samuel Kyerebuah','M','0','1962-07-09',504,'2013-11-01 08:00:00',NULL,'97540','f2efe5ecac39c2412c327d75dc161770fc667581'),(2602,'','Jaarah Mohammed Suraqah','M','0','1975-04-18',504,'2013-11-01 08:00:00',NULL,'56960','d399064684af2d04ae6f352475dc2110cdf498d9'),(2603,'','Mohammed Habiba','F','0',NULL,504,'2013-11-01 08:00:00','1932-11-01','84968','fe4736af3cddfadc85d46c44b76c87e6aff8ff79'),(2604,'','Ukah Henry Kalu','M','0','1991-09-08',530,'2013-11-01 08:00:00',NULL,'128981','bbdc7c545314956f742382e949ad8ece16037f42'),(2605,'','Amonoo Francis','M','0','1973-04-02',530,'2013-11-01 08:00:00',NULL,'109542','56839a22ea5dfcb147ae213586e00dba3596859d'),(2606,'','Chibata Kanako','M','0',NULL,530,'2013-11-01 08:00:00','1982-11-01','128981','a8fe2726709049c056d9dc24fb812dd83aa228d8'),(2607,'','Onochie Antonio','F','0','2012-06-26',530,'2013-11-01 08:00:00',NULL,'128988','30b6be0172b4d0b4fc521868b4dde3128053753c'),(2608,'','Okugo Edward','M','0','2004-09-20',558,'2013-11-01 08:00:00',NULL,'84342','fd2e5d235671e5cd15c5ce0f80aa3b5c524594f1'),(2609,'','Saari Eeva Kaisa','F','0',NULL,558,'2013-11-01 08:00:00','1981-11-01','128990','24bbcb5a259a1c7826b8fcac31001cea2b4428d4'),(2610,'','Dovi Foregive Kudjoe','M','0','1975-09-15',558,'2013-11-01 08:00:00',NULL,'115558','bc425d4a5b9252e3ccd7973401be752f120f653a'),(2611,'','Baby Tony Shirley E','F','0',NULL,558,'2013-11-01 08:00:00','1985-11-01','69501','1f4e9da3486a121e79c6a84d1828e495a193cb57'),(2612,'','Awusu Eunice','F','0','1981-05-03',558,'2013-11-01 08:00:00',NULL,'128993','e4aef8a9c68c4f238d650641ab971065dd23b699'),(2613,'','Ohene Darko Kwabena','M','0','2002-12-03',558,'2013-11-01 08:00:00',NULL,'105214','12d95e8bbd65b11531cb7fc20523017891283c9d'),(2614,'','Ohene Darko Okorewaa','F','0','1999-02-24',558,'2013-11-01 08:00:00',NULL,'106743','2b8d5f050f680dacdf97b558a0a9c65170134234'),(2615,'','Elsokary Said Mohmoud A','M','0','1973-07-01',558,'2013-11-02 08:00:00',NULL,'128995','35c977ad30b0b51c163765cd69f666639fd3aff0'),(2616,'','Abdel Aziz Dalia Emam','F','0','1971-11-24',558,'2013-11-02 08:00:00',NULL,'128994','baf35985e6d6bb1f079167d430b81e298e492cc2'),(2617,'','Agyei Acheampong Alex','M','0',NULL,558,'2013-11-02 08:00:00','1936-11-02','S/R','01f83e89f7c4fd449c1906de0aa0cbf641747ca5'),(2618,'','Dumfeh Emmanuella','F','0',NULL,558,'2013-11-02 08:00:00','2010-11-02','S/R','8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f'),(2619,'','Edu Quansah Augustina','F','0',NULL,558,'2013-11-02 08:00:00','1983-11-02','114078','0a7b662e991ffb848630d06734e78cf48c47fb9e'),(2620,'','Asirifi Catherine','F','0',NULL,558,'2013-11-02 08:00:00','1958-11-02','128996','66506676a44ffc296bf3e660f8d88ab75363e3b5'),(2621,'','Otoo Nana Kunyim','M','0','2012-08-10',558,'2013-11-02 08:00:00',NULL,'119094','7e5a7989145073417b600e424b7b52017a8d8bb0'),(2622,'','Nyarko Prince Kwaku Omari','M','0','2013-01-09',558,'2013-11-02 08:00:00',NULL,'122899','148f179321bb94c6761eea27c4a108ce8aad0e57'),(2623,'','Darko Michael','M','0','1974-07-27',558,'2013-11-02 08:00:00',NULL,'68697','dada8c763d6c03110ae67291a7bfdb0e5d55177c'),(2624,'','Kunutsor Woedem Qlennam','M','0',NULL,558,'2013-11-02 08:00:00','1979-11-02','104069','3020aa5151b2d82a528f28b5ae7807c82fa4994b'),(2625,'','Adusu Isaac','M','0',NULL,558,'2013-11-02 08:00:00','1983-11-02','128969','09972c8a0d6a244f690fb70e3611a295c8911495'),(2626,'','Okai Mame Ama','F','0',NULL,558,'2013-11-02 08:00:00','1992-11-02','121701','3a433279509413355ab7d9d256f9b42169cf66bf'),(2627,'','Ofori Awurama','F','0','1969-10-11',530,'2013-11-02 08:00:00',NULL,'64664','5db930e8938b24b9d745809cec064c467699ebbc'),(2628,'','Morka Emmanuel','M','0',NULL,530,'2013-11-02 08:00:00','1974-11-02','123768','9d464e4de8920b6566ab4ab1232574c1d667d289'),(2629,'','Asante Kwesi','M','0',NULL,530,'2013-11-02 08:00:00','1953-11-02','','b9ca9ad88169bf4c27ef8c2f9fb0aaaee7531e0c'),(2630,'','Hassan Juliana Yeboah','F','0','1983-03-04',530,'2013-11-02 08:00:00',NULL,'127909','fc3b5eb0d12fa1a24b921266393336ae01f8dd03'),(2631,'','Idun Sam George','M','0','1971-07-02',530,'2013-11-02 08:00:00',NULL,'128997','55778ac071402b55b37158bba478fca3486aaedb'),(2632,'','Beyuo Charles','M','0','1969-02-17',530,'2013-11-02 08:00:00',NULL,'122912','317b8b2f6f131ef855ee2b308cf543bcd7f9df70'),(2633,'','Morgan Eshun Alberta','F','0','1953-01-19',530,'2013-11-02 08:00:00',NULL,'99717','8a52f6a93353383dac6567c269b5bc0a8fda33c0'),(2634,'','Atta Getty','F','0',NULL,530,'2013-11-02 08:00:00','2002-11-02','128998','2e684fe0d7df73575c60135802a34e0a1159fcc0'),(2635,'','Siaw Matilda','F','0',NULL,530,'2013-11-02 08:00:00','1930-11-02','11462','5e0724595ff092d999cd585a63f50fbc441526b1'),(2636,'','Williams Norman','M','0',NULL,530,'2013-11-02 08:00:00','1969-11-02','11484','dca6f02e6bf0aa7bea9d8e4fe224052bcf9d9729'),(2637,'','Williams Norman Okai','M','0',NULL,530,'2013-11-02 08:00:00','2005-11-02','116480','5bfed0cce3d747069133c2e9ba5763be99bd7662'),(2638,'','Owusu Godwin','M','0',NULL,530,'2013-11-02 08:00:00','1967-11-02','49539','c95128d09c70fac85f5f5a063ed2814db045fa6e'),(2639,'','Peng Yonghong','M','0',NULL,530,'2013-11-02 08:00:00','1970-11-02','128918','b2e8fadc9f9e63890f490fd28f0bfa32430d3f6f'),(2640,'','Bunyan Elsie','F','0','1964-11-19',530,'2013-11-02 08:00:00',NULL,'105434','ed32a926065bac70722d2f68f0046fc920178c90'),(2641,'','Odoi Veronica','F','0','1964-04-15',530,'2013-11-02 08:00:00',NULL,'39825','d7b9d430634d90b0d04309ea0d685c0f421c2c25'),(2642,'','Odoi Veronica','M','0',NULL,530,'2013-11-02 08:00:00','1964-11-03','','781bbb688ada4ffe8eaa90bedc747248b6092abe'),(2643,'','Osei Samuel K','M','0','1956-11-12',530,'2013-11-02 08:00:00',NULL,'3833','8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd'),(2644,'','Kwaku Wadie Wiafe','M','0',NULL,530,'2013-11-02 08:00:00','2011-07-02','124603','8415176a4a863c154331890444b6f4b06dcb5f93'),(2645,'','Affare Brendan Cassiel','F','0','1981-05-16',530,'2013-11-02 08:00:00','','120573','c0140760d96de1b52c550419401b6de8d8c28369'),(2646,'','Puplampu Edwina','F','0',NULL,530,'2013-11-02 08:00:00','2001-11-02','21242','124979ff8c8116b2d8b3ff276aa1658f3313a92e'),(2647,'','Yangfo Linda','F','0',NULL,530,'2013-11-02 08:00:00','1982-11-02','127579','7522edf7c02fe8506261b3736d5790620f8a4cb0'),(2648,'','Mills Robertson Emmanuel','M','0','2013-10-04',530,'2013-11-02 08:00:00',NULL,'128999','2d69631c3393d26539b513cbbffe62d6300230ef'),(2649,'','Acheampong Alex Adjei','M','0',NULL,530,'2013-11-02 08:00:00','1936-11-02','','9ef6e15a6feae0d0c6b125236d16ad12d24ac713'),(2650,'','Jinapor Alisha','F','0','2012-06-11',530,'2013-11-02 08:00:00',NULL,'116622','3b7c9bede98b3e2e9ae1bd222fa5ebe6d478fcd1'),(2651,'','Thompson Joyce','F','0','1960-12-05',530,'2013-11-02 08:00:00','','3555','e1d9fa113e9009650f0f6947b73a7e8953c2e1b1'),(2652,'','Odoom Jerry Prince','M','0',NULL,530,'2013-11-02 08:00:00','1997-11-02','103322','8106567b67082d41717fc1efebe66fc7f464c40e'),(2653,'','Addotey Selorm','F','0',NULL,530,'2013-11-02 08:00:00','1981-11-02','122002','29fa8945f998a78f05e9e46a5d3b0417f3fc2a45'),(2654,'','Mutawakli Asana','M','0',NULL,530,'2013-11-02 08:00:00','1980-11-02','85721','8802aa60b9e656f747b34ea1b882e694f56b7b27'),(2655,'','Nkouami Tito S','M','0',NULL,530,'2013-11-02 08:00:00','1986-11-02','129004','ec0b2e9dd751c37d5513762e6c1ee06276c6d591'),(2656,'','Ediki Richaid','M','0','2011-08-27',530,'2013-11-02 08:00:00',NULL,'117656','9e59341a476441fffd44b4caa22a0b1f275877bc'),(2657,'','Sall Safiatu','F','0',NULL,530,'2013-11-02 08:00:00','1984-11-02','109129','97f5f968ee2a6aca963a7bf26283e1345ebabe33'),(2658,'','Odenter Patience','F','0',NULL,530,'2013-11-02 08:00:00','1988-11-02','129005','05acfc95422cef2705fc70eb5cf3e1aeb6541a87'),(2659,'','Anipa Berlinda','F','0',NULL,530,'2013-11-02 08:00:00','1988-11-02','129003','59f4ab8d5f53a61b7a9f8b47b535c71789c8e009'),(2660,'','Fabre Angela','M','0',NULL,530,'2013-11-02 08:00:00','1983-11-02','15529','53fd5c557f3c82b6f778236a92961a09359cd33c'),(2661,'','Arthur John S','M','0',NULL,530,'2013-11-02 08:00:00','1987-11-02','109891','d04e8e424327895bad789a7f4c0916de4fe51364'),(2662,'','Anum Tetteh Yvonne','F','0',NULL,530,'2013-11-02 08:00:00','1983-11-02','129007','8442f1f5d0760cef5423a96481cc6f3d9a1c1786'),(2663,'','Matrevi Bernice','F','0',NULL,530,'2013-11-02 08:00:00','1983-11-02','116563','7b721017ffc2257e2b401b6d9b2a0633a5da1a50'),(2664,'','Kyalo Jane Nduma','F','0',NULL,530,'2013-11-02 08:00:00','1978-11-02','129008','9835cb78d0daee6c21c58767322e407e4726259b'),(2665,'','Tetteh Anoi','F','0','1986-10-28',530,'2013-11-02 08:00:00',NULL,'106432','381ecb2af7c36db2b1fd865272405353a79e79d4'),(2666,'','Ennim Maamana','F','0','1984-05-21',530,'2013-11-02 08:00:00',NULL,'129009','10314c68f53a5b6dd790e745079e91f7be73ee47'),(2667,'','Barnes Aziza','F','0',NULL,530,'2013-11-02 08:00:00','1992-11-02','126967','bc316ba46bbe2cc38dde6a188ab69d496f1b4a74'),(2668,'','Allotey Pualina Aku','F','0','1987-09-06',530,'2013-11-02 08:00:00',NULL,'129012','d88dbb95436a4bb4e7345de84c1f11493f635c4b'),(2669,'','Tamakloe Samuel','M','0',NULL,530,'2013-11-02 08:00:00','1962-11-02','129013','9bca6030ced4c1f3168800ffab1bd20a723231ba'),(2670,'','Blackmore Alexis','F','0',NULL,530,'2013-11-02 08:00:00','2010-11-02','','47e764a8793fa35c3403a72c4420dacce8e3357e'),(2671,'','Bambo Kefiloe Kgasha','M','0',NULL,530,'2013-11-02 08:00:00','2005-11-02','129001','b8b83e95de590b83335e8f83f4887802973770c2'),(2672,'','Adamo Gindo Salamatu','F','0','1977-01-06',530,'2013-11-02 08:00:00',NULL,'48091','a505dedb10f6ed4b17ad55d9c6a3a3b59a11c76f'),(2673,'','Oklu Kaelyn','F','0',NULL,530,'2013-11-02 08:00:00','2012-10-02','12195','1bb9b38e615b249f66748c163673ee88c2718474'),(2674,'','Cisse Fatoumata','F','0',NULL,530,'2013-11-02 08:00:00','1989-11-02','124211','89226144c4c416760b3824837a48e14a4b47b66f'),(2675,'','Baku Enam Ruby','F','0',NULL,530,'2013-11-02 08:00:00','1984-11-02','126564','5df70d8d335455ef0af03d483a1318b08346eaf4'),(2676,'','Addo Edith','F','0','1985-03-01',530,'2013-11-02 08:00:00',NULL,'113076','ad610c8db690d190103a414180c53942b2203c8e'),(2677,'','Kenneth A M Kobina Ob Uabassah','M','0','1960-11-15',530,'2013-11-02 08:00:00',NULL,'127453','20e76f7b42b545edb8317cd6dd8fea154a26802c'),(2678,'','Togah Daniel','M','0','1976-07-18',530,'2013-11-02 08:00:00',NULL,'93077','f2254ee5a51c642a06020ec7b51e6eed32b50636'),(2679,'','Musa Hauwa I','F','0','1982-10-10',530,'2013-11-02 08:00:00',NULL,'119885','7d346a29eeee2f3909f5aa064d5222de023d7095'),(2680,'','Anku Janet','F','0','1980-02-05',530,'2013-11-02 08:00:00',NULL,'45345','37245931a72faabedfa9389e9abbe2c81da667d9'),(2681,'','Amankrah Vera','F','0','1985-09-30',530,'2013-11-02 08:00:00',NULL,'127076','577ad73b2b3ce7e42e75c1ecd940478b571a711c'),(2682,'','Apeagyie Catherine','F','0','1983-12-18',530,'2013-11-02 08:00:00',NULL,'88227','795711254bd4d1138b1e9016556b5d22a5b6f123'),(2683,'','Avors Jason Mawuli','M','0','2011-10-13',530,'2013-11-02 08:00:00',NULL,'110848','d10495282778da8e2343f15c606ab1b4454ddb26'),(2684,'','Agbodan Felicia','F','0',NULL,530,'2013-11-02 08:00:00','1983-11-02','91004','533fd12bee12b75d7efda9695ddc4b86dbb0c433'),(2685,'','Razak Mariam','F','0','1984-06-19',530,'2013-11-02 08:00:00',NULL,'88541','07cd36eb7029cdc462e2423af87b5dca1f346491'),(2686,'','Quarshie Josephine','F','0','1993-09-20',530,'2013-11-02 08:00:00',NULL,'','010fa3e5bb39bce9aeee3c1aa8e6186f7fa5da67'),(2687,'','Coryiye Augustina','F','0','1992-12-13',531,'2013-11-02 08:00:00',NULL,'109508','5e2ef16bb60739e8c856b87cd08d5d414c99a270'),(2688,'','Owusu Duodu Samuel J','M','0',NULL,531,'2013-11-02 08:00:00','2001-11-02','14986','8b80a7815ea3a3ce2a8dd284f5892a98a91c2e25'),(2689,'','Deku Lydia','F','0','1983-08-07',531,'2013-11-02 08:00:00',NULL,'78979','c51d4b89a6b6b8495fef958c52a6fd7ae4194313'),(2690,'','Larbi Adumea Afua','F','0','1987-12-04',531,'2013-11-02 08:00:00',NULL,'118990','cb2cfd876cd1ec1ec85c5a913216fd3c96a7e69b'),(2691,'','Anumah Comfort','F','0','1982-01-17',531,'2013-11-02 08:00:00',NULL,'129017','66287a7f2b574bce77602b8231a67e1def1e5111'),(2692,'','Quashie Gideon','M','0','1979-12-23',531,'2013-11-02 08:00:00',NULL,'42151','c8df25b1d3bc086b910c26fab77eba4c049340f0'),(2693,'','Armaan Wadhwani','M','0','2006-11-05',531,'2013-11-02 08:00:00',NULL,'129018','a62ad11dc67bd6108b0fe819c7e0c3f8a5ca577c'),(2694,'','Opoku Kwasi Samuel','M','0','1986-06-29',531,'2013-11-02 08:00:00',NULL,'107874','d3e75103fd6bd71aac61b92707c673af25e1a6bd'),(2695,'','Kwablah Deborah','F','0','1974-09-09',531,'2013-11-02 08:00:00',NULL,'111518','0b92d373ee044f7730d1e541c6b88cf3bbf2916e'),(2696,'','Kommey Allan','M','0',NULL,531,'2013-11-02 08:00:00','1979-11-02','63727','e25525124dacd01dd4534e792df5b81954d33e97'),(2697,'','Partington Karen','F','0',NULL,531,'2013-11-02 08:00:00','1983-11-02','109444','a0727de42f3fd45c73abb31f8c84c8781b310345'),(2698,'','Lartey Daniel','M','0','2012-10-25',531,'2013-11-03 08:00:00',NULL,'129019','3957744453e4252a1af0b7dc2a486969f8f80828'),(2699,'','Burgkor Shanil','M','0',NULL,531,'2013-11-03 08:00:00','2009-11-03','129020','fc9342c94a82bba0e7a3b35615c8b168d0aae743'),(2700,'','Brobey Kofi Karikari','M','0',NULL,531,'2013-11-03 08:00:00','1978-11-03','34990','50167afa3e1306adad292ff0c79813f1dd378f5e'),(2701,'','Diawary Bouare','M','0',NULL,531,'2013-11-03 08:00:00','1959-11-03','126263','352bb856b9f2ec023c5a22de74747e9a4eb34d66'),(2702,'','Tamakloe George','M','0','1964-06-04',530,'2013-11-03 08:00:00',NULL,'129014','fb5218616a74c99a8c0835264e35de90e0a2ca20'),(2703,'','Oben Koranteng Odei','M','0','1956-03-27',530,'2013-11-03 08:00:00',NULL,'75333','9e3ab6d70c46ec4d4e04b817580191f647ea5002'),(2704,'','Mohammed Dawood','M','0','2012-03-26',530,'2013-11-03 08:00:00',NULL,'123050','eeb9413bb307c0bd3b6847468e38c0d160612a67'),(2705,'','Fidel Bright','M','0','1996-06-14',530,'2013-11-03 08:00:00',NULL,'86344','e69db1ba1244af183fec4188b7189e405e601226'),(2706,'','Oppong Sarah','F','0','1945-01-28',530,'2013-11-03 08:00:00',NULL,'18876','8d5a560dd8cf47680d2ff5e381c3e0ab6ed92a4f'),(2707,'','Abdul Gonja','M','0',NULL,530,'2013-11-03 08:00:00','1939-11-03','93236','078308fa29f784891005d1cbcf82a7ff14ba4546'),(2708,'','Akronf Rudolf Nartey','M','0','1981-07-06',530,'2013-11-03 08:00:00',NULL,'55115','71bc44d6c63cf6a9cf1efe5644012de423a2e5b4'),(2709,'','Quaicoe Beatrice','F','0','1996-02-25',530,'2013-11-03 08:00:00',NULL,'116214','9464f44e9b5bd10e36c41a2b47f8da635fad57b6'),(2710,'','Tamakloe Derrick','M','0','1971-07-06',530,'2013-11-03 08:00:00',NULL,'47798','49fc5d5b6dfceb93e8672071bd64f3577b12ce81'),(2711,'','Wilson Cynthia','F','46','1967-06-06',530,'2013-11-03 08:00:00',NULL,'129027','41e763e806cae4dde52a2b78569e565de5bb0cd1'),(2712,'','Biney Theresah','F','0','1954-03-06',530,'2013-11-03 08:00:00',NULL,'129028','43985bff766a03f908128ebe19721d69ddd1ecbb'),(2713,'','Dodoo Comfort','F','0','1952-05-11',530,'2013-11-03 08:00:00',NULL,'75406','10f08474561d8614627ddcf3f4be41a836f255a5'),(2714,'','Ponte Bernardo N','M','0','1995-09-11',530,'2013-11-03 08:00:00',NULL,'129029','d85e6339f4f09e683a0f0a8c9341725c744b3dd6'),(2715,'','Opoku Akosua Kromah','F','0',NULL,530,'2013-11-03 08:00:00','1981-11-03','109125','83198e3f9d1bdd67be9697d2e8b44a4a10ebf4ba'),(2716,'','Oppong Joseph','M','0',NULL,530,'2013-11-03 08:00:00','1931-11-03','129031','6cdd777f0cda0582037be0849c0674ad0983a4c3'),(2717,'','Alabi Idowu Afusat','F','0','1961-10-01',530,'2013-11-03 08:00:00',NULL,'129032','e6082ba3af545a82bbf5242688af12e7d6353054'),(2718,'','Opoku Manwere Ernest','M','0',NULL,530,'2013-11-03 08:00:00','2011-11-03','12889','3856f7b7c69dad56078f9e918822fd376c669bfa'),(2719,'','Kasule Yakubu','M','0',NULL,530,'2013-11-03 08:00:00','1943-11-03','SELF REQUEST','93e21704a58d7d086b921deb0fb66b4d85568fe1'),(2720,'','Tetteh Bernice','F','0','1975-09-04',530,'2013-11-03 08:00:00',NULL,'50690','acfa59d6e6ef8ac23679302bc147f76152d4c498'),(2721,'','Tenkorans Eric','M','0','1980-02-19',530,'2013-11-03 08:00:00',NULL,'129034','0f320dec6309bf48d1ef3fadf3cca1ac3b56206f'),(2722,'','Boaman Frederick','M','0','1968-05-24',530,'2013-11-03 08:00:00',NULL,'129036','6e7665a657790490236d6612a75f67af237e70ec'),(2723,'','Choful Yaw Barima','M','0','2008-05-20',530,'2013-11-03 08:00:00',NULL,'76966','2f598476fff98651a042eabd5779cdf9d9010647'),(2724,'','Tan Shengni','F','0','1984-05-09',530,'2013-11-03 08:00:00',NULL,'129038','ffc5e276abef11f17e556af931fc963b88bd323c'),(2725,'','Laing Amelia G','F','0','1970-01-01',530,'2013-11-03 08:00:00',NULL,'19435','c309391f095f251cd395fc4515544afb28cc7c1f'),(2726,'','Ambing Mathias','M','0','1947-11-25',530,'2013-11-03 08:00:00',NULL,'78174','be227ca9183ffa096bd87c3ba5dddb3a1f187c6b'),(2727,'','Boateng Michael','M','0','1972-07-08',530,'2013-11-03 08:00:00',NULL,'102521','e3bbf436edd5801daadc262564511744e664c5c1'),(2728,'','Bonsu Kwaku','M','0','1955-05-05',530,'2013-11-03 08:00:00',NULL,'21620','cf3b96bc065219cbb06a501586c351f75568eaff'),(2729,'','Ahiase Diana','F','0',NULL,530,'2013-11-03 08:00:00','1982-11-03','114269','4b749d1410da4263d54e243d43dcdff671814a58'),(2730,'','Agyapong Rosetta','F','0',NULL,531,'2013-11-03 08:00:00','1985-11-03','129039','bbe3d5cf91bb8c1fc41bbce733b7ce482c37b0fc'),(2731,'','Kaba Hadja','F','0',NULL,531,'2013-11-03 08:00:00','1952-11-03','34707','7438680acfde5e4505fc41ef0511669e93d3ecf2'),(2732,'','Laryea Charisa Nana Oye','F','0','2010-09-18',531,'2013-11-03 08:00:00',NULL,'110225','8c4c2c5e8de1d2efaede779119945f1dc72229dd'),(2733,'','Otu Comfort','F','0',NULL,531,'2013-11-03 08:00:00','1975-11-03','4915','41872fce921aaca82afc0150494de93c34330ac9'),(2734,'','Korsah Abena Agyeiwah','F','0','1988-06-10',531,'2013-11-03 08:00:00',NULL,'129042','a3a8ea70a26f623a639bbd99f9fdb592b1ead8fa'),(2735,'','Obil John Knoxwell','M','0',NULL,531,'2013-11-04 08:00:00','1957-11-04','127733','211c9ea74f675f870a4196d026de4496e3346db3'),(2736,'','Bentum Philomina','F','0','1978-07-05',531,'2013-11-04 08:00:00',NULL,'109869','7a3caf4614f74cbcc3de8fd1ec18ea648e52e167'),(2737,'','Agbo Fafa Afi','F','0','2004-10-08',558,'2013-11-04 08:00:00',NULL,'126045','6f4f6e4bc0ad33795e518defe235370e685a4fdf'),(2738,'','Anomah Helen','F','0',NULL,558,'2013-11-04 08:00:00','1970-11-04','58963','11dced4de2a9ffef540f5e2ac25b9debd228f722'),(2739,'','Nortey Annie Naa','F','0','1974-08-04',558,'2013-11-04 08:00:00',NULL,'119871','0c17d7443ac707ef9d3757712a64d14688ff6442'),(2740,'','Salifu Hawa','F','0',NULL,558,'2013-11-04 08:00:00','1962-11-04','103737','ada0173e979ec3756ef442fc3c3f1b33082212b3'),(2741,'','Agbobli Jason Mawuena','M','0','1998-09-16',558,'2013-11-04 08:00:00',NULL,'45643','fa08ccdb41d0dec8257bc4c822b51a66ecf98fa5'),(2742,'','Opoku George','M','0','1967-04-22',558,'2013-11-04 08:00:00',NULL,'75433','ee3ea2ba14558a2f4653567d8fb0f91543787cc6'),(2743,'','France Eugenia Adjorkor','F','0',NULL,558,'2013-11-04 08:00:00','1971-11-04','119425','fe3c5ba3cf9b0a7bd2b1c32871cad51f45ea05a7'),(2744,'','Agbeko John Yao','M','0',NULL,558,'2013-11-04 08:00:00','1964-11-04','121582','1c7a2f973d9c5bc0ce872e556502082ca3b7a7e6'),(2745,'','Otu Addo Lord','M','0',NULL,558,'2013-11-04 08:00:00','1946-11-04','117400','0d855500740c7237af3428a426e54e8f12cd8886'),(2746,'','Idun Sam Nyameyeh','F','0',NULL,558,'2013-11-04 08:00:00','2005-11-04','122213','6e59ae41200b5c7465162e2f7a6350ef7c1d9a56'),(2747,'','Azoore Jayson Amalba','M','0','2009-09-27',558,'2013-11-04 08:00:00',NULL,'97357','d532356d291b086ffa614daaaa8cf1794b4ada29'),(2748,'','Addo Sunu Julius','M','0',NULL,558,'2013-11-04 08:00:00','1965-11-04','76443','87c6a596759a747dbeb5a026827d8aac7145a072'),(2749,'','Adansi Elikem Paul','M','0',NULL,558,'2013-11-04 08:00:00','2003-11-04','49164','7bddcc21170d5cd6dec0090e480dc4abfb9f1513'),(2750,'','Aseidu Solomon','M','0','1967-03-24',558,'2013-11-04 08:00:00',NULL,'128094','f9825349891168bd94909963434a61028e197e6e'),(2751,'','Mohammed Victor','M','0','1990-03-18',558,'2013-11-04 08:00:00',NULL,'60315','a64dd341fbfbda64837609e90b8df91eeb379fd0'),(2752,'','Yakawonya Melvern Fafa','F','0','1997-05-05',558,'2013-11-04 08:00:00',NULL,'113573','76e4cfa0a93db340c4abb054354819385166ea0b'),(2753,'','Samani Josephine','F','0','1986-12-13',558,'2013-11-04 08:00:00',NULL,'111196','fbc7c525b0bbe288e00baad19d71cf3723bcad6e'),(2754,'','Dowuona Hammond Stuart','M','0',NULL,558,'2013-11-04 08:00:00','2001-11-04','53720','e1fddfb760a1799cd0ccafadce7c80b90fb953df'),(2755,'','Dowuona Hammond Gregory','M','0',NULL,558,'2013-11-04 08:00:00','2004-11-04','55675','517faa5fe3d7be442a141b2a9b0ad646aef9b345'),(2756,'','Kuyichiana Timothy','M','0','1958-05-15',558,'2013-11-04 08:00:00',NULL,'31240','2926cb3b05ae88e36d0437c6de76634deb6331eb'),(2757,'','Ashong Gloria','F','0',NULL,558,'2013-11-04 08:00:00','1986-11-04','129046','4f8e442001ce11d507565fcbb5dc37582fcc8a9d'),(2758,'','Fummey Gladys','F','0',NULL,558,'2013-11-04 08:00:00','1931-11-04','88738','1d66419056f34ce70f3b9564356382f8593e26fd'),(2759,'','Daraja Kaamil','M','0',NULL,558,'2013-11-04 08:00:00','2012-03-04','129041','1c6176183a50ae895174d6515b72359534971e53'),(2760,'','Broni Mercy Anima','F','0',NULL,558,'2013-11-04 08:00:00','1989-11-04','128843','9de25cd569e80dd7f04f5cce4d51784591fedf2c'),(2761,'','Arthur Shebrie','F','0','1984-09-05',558,'2013-11-04 08:00:00',NULL,'120611','77155fd3fe1003a8051dc2e1438a1188e4ef0e76'),(2762,'','Yamson Theresa','F','0',NULL,558,'2013-11-04 08:00:00','1975-11-04','90450','65bb639dfbbfe04a1e2564433915bca483c77736'),(2763,'','Opare Gloria','F','0','1987-07-07',558,'2013-11-04 08:00:00',NULL,'129051','738745468123773de1525227b325d520a7584fe7'),(2764,'','Taukobong Thoriso','M','0',NULL,558,'2013-11-04 08:00:00','2003-11-04','129057','7eb114999167a1671426e93f67853c76764d9006'),(2765,'','Lindstrom Matilda Kristina','F','0',NULL,558,'2013-11-04 08:00:00','1988-11-04','129047','3520a00330713f1b56787d90858526166ec6d5e0'),(2766,'','Osei Badu Bertha','F','0',NULL,558,'2013-11-04 08:00:00','1985-11-04','93526','ce08004890074b9ddb3da1cd8a5a3d53f8df9072'),(2767,'','Adjei Yvonne Afua Sika','F','0','2000-07-07',558,'2013-11-04 08:00:00',NULL,'95267','e0fcd00f6f1715a4ab8a4240b0a32e92b63ee8b4'),(2768,'','Quarshie George','M','0',NULL,558,'2013-11-04 08:00:00','1955-11-04','128951','ff416045cc9ce107d9d83bdec6aa72c0bd5e0ddf'),(2769,'','Osabutey Theophilus','M','0','1987-09-30',558,'2013-11-04 08:00:00',NULL,'129045','0dbe8817b8df3dc6275059246b8d5244202bc40c'),(2770,'','Bassonon Kay Socrate','F','0',NULL,558,'2013-11-04 08:00:00','2013-02-04','129048','6d6cd1e8a89ac2f5bdef407ba25e60ec9ce3af7e'),(2771,'','Ngamo Jeanne Darc','F','0','1989-03-29',558,'2013-11-04 08:00:00',NULL,'129050','c904bb4231a33200bdabafd43e17206f327967cc'),(2772,'','Mohamed Habiba','F','0',NULL,534,'2013-11-04 08:00:00','1963-11-04','84969','00629a7b5308dc3550d564c58c07d466ae29299d'),(2773,'','Adjei Thelma','F','0',NULL,558,'2013-11-04 08:00:00','1987-11-04','128063','13efe6c164c2769228aac960701b5389407d61a2'),(2774,'','Antwi Nana Asantewaa','F','0',NULL,558,'2013-11-04 08:00:00','1987-11-04','47485','a5686d7de9fabb5064e6ad468ef6967304c13607'),(2775,'','Mari Yaw Asante','M','0',NULL,558,'2013-11-04 08:00:00','2013-04-04','125713','3253682e0b2cf6f873a9439224582b893baf9c9a'),(2776,'','Mari Nunana Kwabena Ansong','M','0',NULL,558,'2013-11-04 08:00:00','2011-11-04','103811','3c5e77e5602ce03eb941714a52294c9103b0d26e'),(2777,'','Ashitey Naa Asheley Eunice','F','0',NULL,558,'2013-11-04 08:00:00','1991-11-04','129056','a802828eeda050c8f2a18fa32f308d02775532cd'),(2778,'','Edeki Richard','M','0',NULL,534,'2013-11-04 08:00:00','2011-11-04','111765','d06e8adaa91647c22f64d96971300579e859003c'),(2779,'','Alhassan Hajia Ajara','F','0',NULL,558,'2013-11-04 08:00:00','1946-11-04','129064','dafac9f1a265be8097ad46cdc408cd8de5905738'),(2780,'','Asare Elizabeth','F','0',NULL,558,'2013-11-04 08:00:00','2012-11-04','129071','ce5338d04c20c1073f2a4a0c2000351799ee6a34'),(2781,'','Avinu Leonard','M','0','1989-11-06',558,'2013-11-04 08:00:00',NULL,'129061','d2d29b524f6397461b24a669cea02153f1248d67'),(2782,'','Lamptey Starfford','M','0',NULL,558,'2013-11-04 08:00:00','1995-11-04','70925','f84804e31f9b422138d654eb7741f179200b8e88'),(2783,'','Oduro Abena Daagye','F','0',NULL,558,'2013-11-04 08:00:00','1959-11-04','6812','2f3d92d3bc638413275869347c62cdb21aab2d8d'),(2784,'','Sakyiwa Ama','F','0','1940-01-01',558,'2013-11-04 08:00:00',NULL,'129062','d10ebad387821f20eb450f468588c9383d541475'),(2785,'','Azuntaaba Joseph','M','0',NULL,558,'2013-11-04 08:00:00','1966-11-04','','0d4c3402ba90fbd9d81317a2124944521088b4b5'),(2786,'','Ahiagbenyoh Akofa Linda','F','0',NULL,558,'2013-11-04 08:00:00','1986-11-04','62473','b26d2316542073044fd5f1d14127e93c7d24a2f1'),(2787,'','Amoateng Agnes Amobea','F','0',NULL,558,'2013-11-04 08:00:00','1980-11-04','129059','593bd0b85cbb0eda49a33e9f1fb19f448dbedf81'),(2788,'','Amoateng Agnes Amobea','F','0',NULL,558,'2013-11-04 08:00:00','1980-11-04','129059','593bd0b85cbb0eda49a33e9f1fb19f448dbedf81'),(2789,'','Adusie Lamptey Reyna','F','0',NULL,558,'2013-11-04 08:00:00','1982-11-04','120777','03b1a73d7ea738333ed851a3471efdacbaf59ecc'),(2790,'','Quarm Ebthline','F','0',NULL,558,'2013-11-04 08:00:00','1984-11-04','94711','7953e1f7f7d60d2c5406d05f68ded309bb246e1c'),(2791,'','Nyako Ruby E','F','0',NULL,534,'2013-11-04 08:00:00','1947-11-04','31108','c5c04f2e65c2ec3e0bb8a6e34113f055b520e9b1'),(2792,'','Opoku Ernest Manwere','M','0',NULL,534,'2013-11-04 08:00:00','2011-11-04','128889','5596c98a9783ebecbc677685fc71a6679e53f314'),(2793,'','Azuma Benita Winbow','F','0',NULL,558,'2013-11-04 08:00:00','2005-11-04','56478','57b06c971fe09a2f0ed56404907cdb9f5f185c54'),(2794,'','Larbi Rosalyn A','F','0','1987-04-10',558,'2013-11-04 08:00:00',NULL,'23241','f0fc9b39896459cada96ae6e52d1c2713f27ab30'),(2795,'','Tefeh Grace','F','0','1982-01-04',558,'2013-11-04 08:00:00',NULL,'95526','f99d269b1714dc44f4d1e656a3c0146ff73d0172'),(2796,'','Atsitsogbui Boni Patience','F','0',NULL,558,'2013-11-04 08:00:00','1986-11-04','118411','3b7c356af294c5f0b4c9bedec57ff2e03824399a'),(2797,'','Boye Nancy Naa Korkoi','F','0','1986-01-18',558,'2013-11-04 08:00:00',NULL,'77771','95f53e18aa7c366ee6ea4233daf97bce4a772cf0'),(2798,'','Fall Aicha','F','0','1998-07-27',558,'2013-11-04 08:00:00',NULL,'110472','9d36b2d3d6b9dce488e21a1e936b12f92c097d31'),(2799,'','Sofo Cedrick K A','M','0',NULL,558,'2013-11-04 08:00:00','2009-11-04','75247','67f0a9ca5c796030c0a746e3b45599646b7910ab'),(2800,'','Odartey Wellington Isabelle','F','0',NULL,531,'2013-11-04 08:00:00','1969-11-04','102504','f74c453b9cd4fc4539811af63ac0b7323b62eedd'),(2801,'','Addy Rowland','M','0',NULL,531,'2013-11-04 08:00:00','1985-11-04','SR','e0cfb9f6e3ed16abb024759b4aa6cd2291460426'),(2802,'','Obeng Esther','F','0','1985-04-06',531,'2013-11-04 08:00:00',NULL,'OUTSIDE','7c6a27c31be73704be410ed14ed2d441d912baa7'),(2803,'','Akrofi Nana Kofi Jnr','M','0','2008-07-04',531,'2013-11-04 08:00:00',NULL,'95619','4fd351de2b530ca413be36134926f7e10bf144b5'),(2804,'','Ashraf Henen Zaki','M','0','1976-10-03',531,'2013-11-04 08:00:00',NULL,'59132','44de3ebbc79d2add00e1658c64a117949d567946'),(2805,'','Hasford Maame Ekua Ainoo','F','0',NULL,531,'2013-11-04 08:00:00','2004-11-04','49187','ea43460bd8b75fbd4fde23cb9c91e735e704e95b'),(2806,'','Baidoo Ava Beatrice','F','0',NULL,531,'2013-11-04 08:00:00','2009-11-04','109184','ef70af3b193ab9b11e5f71763f1859de345eb00b'),(2807,'','Mensah Gertrude E','F','0',NULL,531,'2013-11-04 08:00:00','1985-11-04','120685','958028521c669ad59b5692f49db1ff6fb4478581'),(2808,'','Ali Kazmi Sahil','M','0','2008-08-08',531,'2013-11-04 08:00:00',NULL,'128411','b83f04ea220f3b29e4359f56dfd4cc40f6fe0a5d'),(2809,'','Azinadaka Rhoda','F','0',NULL,531,'2013-11-04 08:00:00','1989-11-04','SR','f4fb7f9dd6d26bfd52afb6feeb8078eff1a7e548'),(2810,'','Karikari Brobbey Kofi','M','0',NULL,531,'2013-11-04 08:00:00','1978-11-04','34990','ec50b59418dc5aad059c1387d7467aa30ea51e48'),(2811,'','Seadzi Joan Sena','F','0','1986-09-06',535,'2013-11-04 08:00:00',NULL,'129081','6ccf39adfacd643d978142c4c4f0295f0b89a25e'),(2812,'','Chofulduku Yaw Barima','M','0',NULL,531,'2013-11-05 08:00:00','2008-11-05','76966','8d7ac7832b4f61c621b6dde5e7617fdeeb1a5cb7'),(2813,'','Chofulduku Yaw Barima','M','0',NULL,531,'2013-11-05 08:00:00','2008-11-05','','8d7ac7832b4f61c621b6dde5e7617fdeeb1a5cb7'),(2814,'','Nyanyovor Lucas Kwadwo','M','0',NULL,531,'2013-11-05 08:00:00','1989-11-05','129082','6454d89c6ebae6803282b9c9ba54bea18fc47197'),(2815,'','Apaliya Felicity','F','0',NULL,531,'2013-11-05 08:00:00','1984-11-05','81962','85613e27eaba160b017d0b1fa7d721a75fb9d4fb'),(2816,'','Lartey Owusu Robert','M','0',NULL,531,'2013-11-05 08:00:00','1959-11-05','64634','05ce086f309bc968707db9b7151f71841e5fa173'),(2817,'','Ayernor','M','0',NULL,531,'2013-11-05 08:00:00','1963-11-05','57336','1b35d413ad5d64ad5ce28cc0438263025a1b44d4'),(2818,'','Kwawu Charles','M','0',NULL,531,'2013-11-05 08:00:00','1959-11-05','6764','139802bd18c3f446753a137fa1e2fbfb8bad0462'),(2819,'','Yakohene Samuel Kobla','M','0','1942-05-05',558,'2013-11-05 08:00:00',NULL,'104859','cb1f9b1a5544f124c08cef131278fb54eebd83a8'),(2820,'','Nankong Patience','F','0','1972-06-24',558,'2013-11-05 08:00:00',NULL,'53545','4257b5768c4ba3f71498977d8fd8b53c99d0c523'),(2821,'','Brobbey George','M','0',NULL,558,'2013-11-05 08:00:00','1985-11-05','98675','da695de89d4caa4fb17acfe5ca7959ac9b155148'),(2822,'','Sokpe Ewoenam','F','0','1926-09-20',558,'2013-11-05 08:00:00',NULL,'129085','bca021c42c6706cd777672444dfda8ca78378353'),(2823,'','Musah Sukena','F','0','1987-09-28',558,'2013-11-05 08:00:00',NULL,'121591','4bcd98a51dd1c63af652a93b02cffc057927c29e'),(2824,'','Agboh Christina Ama','F','0',NULL,558,'2013-11-05 08:00:00','1975-11-05','123094','3a7acca2bf46888c83e09d850c6b9642b07907dd'),(2825,'','Dimitrova Gagriela','F','0',NULL,558,'2013-11-05 08:00:00','1981-11-05','124424','ffbadad46ec25067b1f89ee5179ce8ca5a854918'),(2826,'','Habadah Godfred Mensah','M','0','1974-08-28',558,'2013-11-05 08:00:00',NULL,'129078','ebe421eb9130e799c19a798b6292692b237b8fa7'),(2827,'','Guillaume Debar','M','0',NULL,558,'2013-11-05 08:00:00','1984-11-05','S/R','8c943534c9806be04c67cd784938d126b74dc0ba'),(2828,'','Kotze Louis','M','0',NULL,558,'2013-11-05 08:00:00','1962-11-05','129086','f1d9491591e1e24bd424e81364f7550b30e1c85b'),(2829,'','Akum Mercy','F','0','1981-09-20',558,'2013-11-05 08:00:00',NULL,'91546','ac6087942222d6306b6ecc6c7caebee93b54d628'),(2830,'','Kommey Mackenzie','M','0',NULL,558,'2013-11-05 08:00:00','2011-11-05','104491','ae7204ab0ec1491d7e97d75cb2e6581723258e87'),(2831,'','Essuman Albert Nana','M','0',NULL,558,'2013-11-05 08:00:00','1952-11-05','16995','ae8c9dd891c08b11851892244edf3a9dd47e0c1a'),(2832,'','Engman Frederick','M','0',NULL,558,'2013-11-05 08:00:00','1954-11-05','128380','e7a29102c5767c7492f92e04e0cc3370a96fe7aa'),(2833,'','Agblobi Andrews','M','0',NULL,558,'2013-11-05 08:00:00','1967-11-05','120649','7ef44b25618ef4e00354b389f8e90294b214199e'),(2834,'','Renato Denzel Tettey','M','0',NULL,558,'2013-11-05 08:00:00','2003-11-05','118901','c481268e070a86419dd19341ea438d8fd10b1846'),(2835,'','Peasah Abena Serwaa','F','0',NULL,558,'2013-11-05 08:00:00','1978-11-05','69437','a17b32e02ed34b88d2096054ec0ed409ded61584'),(2836,'','Mottey Ethan','M','0','2013-01-12',558,'2013-11-05 08:00:00',NULL,'124797','2f15a4627e5b05de0cabd2179cc38afb8b56bf70'),(2837,'','Khoury Samih','M','0',NULL,558,'2013-11-05 08:00:00','1947-11-05','64462','811010f3aad91b115eebaccbce0bb0507aeead8f'),(2838,'','Hewman Palmer Esi','F','0',NULL,558,'2013-11-05 08:00:00','2009-11-05','93809','603fe50ddcda9f2388e7524f744cb802f273419f'),(2839,'','Djaba Mavis','F','0',NULL,558,'2013-11-05 08:00:00','1981-11-05','96034','c4eff278b08a7e62f97a868dd2e0ea98538971e6'),(2840,'','Harris Chee M Chan','M','0',NULL,558,'2013-11-05 08:00:00','1955-11-05','129088','d2aff928c4c60ca1adaa84d8ad4202bd781aaf37'),(2841,'','Boitey Comfort','F','0',NULL,558,'2013-11-05 08:00:00','1983-11-05','108035','798ed21c6921ef84fca84265d0bcbd264fedab39'),(2842,'','Adjani Elizabeth M E','F','0',NULL,558,'2013-11-05 08:00:00','1978-11-05','128975','94ffbfb0052ad2db62bb4969b3fe51c39197c7e9'),(2843,'','Quarshie David Rowland','M','0',NULL,558,'2013-11-05 08:00:00','1972-11-05','29089','f95caa79c625f523bcc536341336f46a7853279e'),(2844,'','Boah Eric Kwasi','M','0',NULL,558,'2013-11-05 08:00:00','1981-11-05','','b936aeaf080a7e564c4cf25d8d9231c1eb281c98'),(2845,'','Akporlu Edem Kwasi','M','0',NULL,558,'2013-11-05 08:00:00','1976-11-05','','99e9a295ed23d173ec04559485c255667c11d3a1'),(2846,'','Adjoa Gifty','F','0',NULL,558,'2013-11-05 08:00:00','1987-11-05','','66c5b21d48c11476c1d25dc33a31ccd931be3cb5'),(2847,'','Agbedanu Alex','M','0',NULL,558,'2013-11-05 08:00:00','1969-11-05','','ff3ee2d2246de205192e400621b9c2c8051c8988'),(2848,'','Osei Poku Nana','M','0',NULL,558,'2013-11-05 08:00:00','1979-11-05','','f699efad194f4f3762373342107abc5416d55c6a'),(2849,'','Avudzivi Beryl','F','0',NULL,558,'2013-11-05 08:00:00','1982-11-05','77235','2cd5cbf353f4275f7c97f0129623e0141e7168bf'),(2850,'','Adamkie Dede Snr Banahene','F','0',NULL,558,'2013-11-05 08:00:00','1936-11-05','96762','ffdb6f51fb21b6a67458f2a7f6abf247d3fca8b0'),(2851,'','Hadja Kaba','F','0',NULL,558,'2013-11-05 08:00:00','1952-11-05','54707','4f8c52392a5e84145d12416a53a4f420fe1a02c6'),(2852,'','Annan Dede Mavis','F','0','1975-12-30',558,'2013-11-05 08:00:00',NULL,'104050','87c9340538e7b311df73471b77864c20d0e2c7b4'),(2853,'','Annan Nii Ayi','M','0','2012-06-26',558,'2013-11-05 08:00:00',NULL,'118674','4c46dab0a507e18a382ce7b0fbdddb4791f060b0'),(2854,'','Adabla Bertha D A','F','0',NULL,558,'2013-11-05 08:00:00','1947-11-05','128818','80d9ab84421237826db23acb789cafbf71ac3123'),(2855,'','Tekpor Catherine','F','0','1977-05-28',558,'2013-11-05 08:00:00',NULL,'19122','0a7216d6ce9d3d7cc2397f20f2aae9ed1ce0b646'),(2856,'','Kumi Lord','M','0','2011-06-27',558,'2013-11-05 08:00:00',NULL,'108210','4fa36021fd23d20190de164ffa6f69aab536768a'),(2857,'','Erzah Gifty','F','0',NULL,558,'2013-11-05 08:00:00','1985-11-05','123437','08025bc1a074584f851f39bda520a8b9e026d3ea'),(2858,'','Adzimah Sylvia','F','0','1977-10-12',558,'2013-11-05 08:00:00',NULL,'129097','51136902aa2f7ce0b81fdae63c28503d71b72015'),(2859,'','Chanimbe Margaret','F','0',NULL,558,'2013-11-05 08:00:00','1984-11-05','S/R','40ff33645c359e947798bcc4fac82f1bdd2891fd'),(2860,'','Salamatu Sharrif','F','0',NULL,558,'2013-11-05 08:00:00','1988-11-05','S/R','d513e8f64d99fa654c7c5eb1022770b8249f797c'),(2861,'','Sika Abdul Razak','F','0',NULL,558,'2013-11-05 08:00:00','1976-11-05','104449','d495cc2ad72bada1cb07a13db7628f0bc8db19f1'),(2862,'','Egnanfin Carmen','F','0',NULL,558,'2013-11-05 08:00:00','1986-11-05','87573','d4396d1d73f8b4ebf894f9c80c22c793d08c4ccd'),(2863,'','Mills Beale Jennifer Naa','F','0',NULL,558,'2013-11-05 08:00:00','1988-11-05','129101','26f65b3834bac549daa2aaa18c8def50031ed7db'),(2864,'','Monyo Lemmy','M','0','1969-06-29',558,'2013-11-05 08:00:00',NULL,'2821','4efd4ad0c30108b28505e38b909dccf2d913caa1'),(2865,'','Ampadu Prince Kesse','M','0',NULL,558,'2013-11-05 08:00:00','1984-11-05','129098','f8c63f1051b87021b5518d423778856931cc0045'),(2866,'','Alhassan Maria','F','0',NULL,558,'2013-11-05 08:00:00','1972-11-05','74385','bbb936731ed1e13773ca22d8ead86938bb915200'),(2867,'','Atsu Edward Kofi','M','0',NULL,558,'2013-11-05 08:00:00','1983-11-05','109285','f6872e1d985469263e4d4baf53f1461bfd02635d'),(2868,'','Teiman Bortey Quaye','M','0',NULL,558,'2013-11-05 08:00:00','1969-11-05','96247','820ccc89d4048757b598133cf7150ab527298ad8'),(2869,'','Chapman Florence','F','0',NULL,558,'2013-11-05 08:00:00','1990-11-05','129102','9e92eb42514056cac511cb160f9661cac94d7496'),(2870,'','Ganyo Veronica','F','0',NULL,558,'2013-11-05 08:00:00','1988-11-05','127001','98a681209a3d95e35d4e1e705b18f87b40c263f0'),(2871,'','Appiah Kubi Jake','M','0','2006-05-12',558,'2013-11-05 08:00:00',NULL,'63621','84ea65a6509418f353cc5fbc324642d28be8b77e'),(2872,'','Welbeck Peter Nii Armah','M','0',NULL,558,'2013-11-05 08:00:00','1996-11-05','68836','06dea936bd72593be8b83b04265482983af0f5f4'),(2873,'','Safiano Ameerah Baba','F','0','1985-07-03',558,'2013-11-05 08:00:00','','97433','890b355c3cb16c14616d93a5600200bfe303b578'),(2874,'','Abubakar Ruhiya','F','0','1980-04-17',558,'2013-11-05 08:00:00',NULL,'111749','2d2d09039012752e97499fa26571762e5570d775'),(2875,'','Anokye Bernice Otaa','F','0','1976-02-09',558,'2013-11-05 08:00:00',NULL,'103380','05b11f040055501fb35dbfa5ed2944cba7340211'),(2876,'','Ofori Fakye Governor William','M','0','1966-04-18',558,'2013-11-05 08:00:00',NULL,'44637','5c1c65a900df10cf4c5d0f3cfcce1d28c05965d0'),(2877,'','Yeboah Nana Yaa Gyesiwah','F','0',NULL,558,'2013-11-05 08:00:00','1977-11-05','81879','d27146c6c4f7bbca5108d4cc9b67568da27848ec'),(2878,'','Amuzu Evershed Kwasi','M','0','1967-04-23',558,'2013-11-05 08:00:00',NULL,'66881','4241167385987f3bbb65bc2483f2a6ddab0018a4'),(2879,'','Okai Moses Kwao','M','0',NULL,558,'2013-11-05 08:00:00','1933-11-05','','23049bff8edcd0f964dd545086da346ba0db09c6'),(2880,'','Osei Owusu Emmanuel','M','0',NULL,558,'2013-11-05 08:00:00','1933-11-05','','33a3da3e0fd90f2080c3f3be9d474a58f92ad4a4'),(2881,'','Num John','M','0','1961-05-10',558,'2013-11-05 08:00:00',NULL,'S/R','4e05c036a3b22914d39ba42b40a4ca14550cccc8'),(2882,'','Owusu Bi Akwasi','M','0','1974-11-12',558,'2013-11-05 08:00:00',NULL,'114061','9b6bda4c8ef32f8f76527531ddcb420ef1608d82'),(2883,'','Hudson Aba Amoesiwa','F','0','1969-07-03',558,'2013-11-05 08:00:00',NULL,'S/R','63f2f5a57f31268840e89539aca8c912ab43cba8'),(2884,'','Bigala Princilla B','F','0','1992-02-25',558,'2013-11-05 08:00:00',NULL,'129107','05cde96d4936127190b04579337cd25e20e1a50d'),(2885,'','Lomo Collins Adjetey','M','0','1981-02-18',558,'2013-11-05 08:00:00',NULL,'52459','e75f2644f62a66bb6c667dbe9eca424d13e5d370'),(2886,'','Eghan Kobina Nana','M','0','2001-03-13',558,'2013-11-05 08:00:00',NULL,'123594','1079ce002fffe327e8ab1b324d049d788d8051bf'),(2887,'','Quarshie Catherine','F','0','1988-10-14',558,'2013-11-05 08:00:00',NULL,'111368','d3a58318938d557b689ec158b5e2fcb0faa599d0'),(2888,'','Commy Calya Casteline','F','0','1997-04-05',530,'2013-11-05 08:00:00',NULL,'119380','6b889c83e2cf0a7c4265ff437df4f79ebde6d22d'),(2889,'','Akrobor Francesca','F','0','1979-12-31',530,'2013-11-05 08:00:00',NULL,'182711','6421675098f1688578cc1ec98a072ca599789d2c'),(2890,'','Donkor Kwaku Danso','M','0',NULL,530,'2013-11-05 08:00:00','1981-11-05','129108','027586d49b52a1d052ca647370efcf5f4d559dfe'),(2891,'','Ceasar Naa Sheley','F','0','1983-05-26',530,'2013-11-05 08:00:00',NULL,'124385','248f6367d39be2ee1017539eb43e0e95383aa55b'),(2892,'','Addi Okyere Kwaku','M','0','1999-08-18',530,'2013-11-05 08:00:00',NULL,'60068','079409e580ce8bc6f9cf10f223d48f8fb5379fb6'),(2893,'','Odu Kofi Amoa','M','0','1961-07-04',530,'2013-11-05 08:00:00',NULL,'','24b13d0a12b74a7f934a80347a9a4cfc16138b20'),(2894,'','Dunfeh Arabella','F','0','2008-08-08',530,'2013-11-05 08:00:00',NULL,'','8d3f04c8d5322b8b879ca8609e5dac0278b4ffd2'),(2895,'','Kwabua Adom','F','0','1987-04-16',530,'2013-11-06 08:00:00',NULL,'121838','00e41eb9c906b61502a634268073c37d5ebddb6c'),(2896,'','Otu Acheampong R','M','0','1974-04-16',530,'2013-11-06 08:00:00',NULL,'','654e6eb75d324335e7cc131b52f6cc6e5c596ae5'),(2897,'','Bentum John E','M','0','1962-10-13',530,'2013-11-06 08:00:00',NULL,'56073','3c810b8bf0fdef733e8126d02d7dd5f08425c5f2'),(2898,'','Andoh Vida','F','0','1967-09-17',530,'2013-11-06 08:00:00',NULL,'119459','2108d806851934641e80f28f18f0983a89419052'),(2899,'','Neizer Kow Essuon','M','0','1972-02-17',530,'2013-11-06 08:00:00',NULL,'120309','5020d801eeac44c8a1a4c01b69995d4b30a689ce'),(2900,'','Fuseini Tanko Ibrahim','M','0',NULL,558,'2013-11-06 08:00:00','1973-11-06','121553','c6bbb6d817cc4ed3e80d2cafa3a50339f14ab7d0'),(2901,'','Gumah Michael','M','0',NULL,558,'2013-11-06 08:00:00','1962-11-06','68552','e5d9ac8cd1d56ad6f8d179eb448304142adddf52'),(2902,'','Ofosu Frank','M','0','1974-01-29',558,'2013-11-06 08:00:00',NULL,'66412','a0b85670adcce1200a41bbf0d72c81c31e028353'),(2903,'','Ansah Emmanuel Kofi','M','0',NULL,558,'2013-11-06 08:00:00','1977-11-06','63627','af36b6e2242cd569e8ab7e6204c2361d55456843'),(2904,'','Attoh Miranda','F','0','1939-11-24',558,'2013-11-06 08:00:00',NULL,'59354','b1e05910825a69cf0217d74a222213389898b269'),(2905,'','Azilah Cephas Kuma','M','0',NULL,558,'2013-11-06 08:00:00','1943-11-06','10046','9b9fd158d3d1cc821699685d0c266c0bc09dc517'),(2906,'','Puplampu Christiana Buemor','F','0',NULL,558,'2013-11-06 08:00:00','1951-11-06','129103','6093b7e9f4a5f90c120dd9906a8a87d848cdc968'),(2907,'','Sackey Rosemary','F','0',NULL,558,'2013-11-06 08:00:00','1966-11-06','12886','bb5862532b0f6ab0bd889e9bd71223d9dc71c891'),(2908,'','Asamoah Kwabena','M','0',NULL,558,'2013-11-06 08:00:00','1999-11-06','101985','22e4508346372b1913c82957ac916853bceefeff'),(2909,'','Afenyo Edem Reuel','M','0',NULL,558,'2013-11-06 08:00:00','2001-11-06','62087','c97367ba1359067c82e08522ebfb2745d1267136'),(2910,'','Acquah Stanislaus','M','0',NULL,558,'2013-11-06 08:00:00','1983-11-06','','2f5c6dd580e8b8b642c81e6a4ad231d4d6d75b6d'),(2911,'','Kuuridong Prudence','F','0',NULL,558,'2013-11-06 08:00:00','1987-11-06','','bb3b5fb3df8d65b0179f55ce239671be6c9e9ac5'),(2912,'','Dadjawah Richard','M','0',NULL,558,'2013-11-06 08:00:00','1974-11-06','','833c08b2d5c367d7d3c00f266137df39ec068f71'),(2913,'','Seki Chiharu','F','0',NULL,558,'2013-11-06 08:00:00','1966-11-06','','91de591d40c24be9afca91db317001bef508df9e'),(2914,'','Asante Frimpong Vida','F','0',NULL,558,'2013-11-06 08:00:00','1965-11-06','110910','936677c9095c2182a3fb365ee5d30cd4cb8d3b36'),(2915,'','Adika Gifty','F','0',NULL,534,'2013-11-06 08:00:00','1995-11-06','100986','2566ad2f543fce759bf1d2121cecdd4f33e07ef3'),(2916,'','Adomako Samuel','M','0',NULL,558,'2013-11-06 08:00:00','1964-11-06','','94781a3cca18bb991fe183422a26d7db31e94f58'),(2917,'','Yoshiko Hotta','F','0',NULL,558,'2013-11-06 08:00:00','1971-11-06','','07f3e67f14d98f0beb3e0668ea34afe450a730ea'),(2918,'','Sassraku Daniel','M','0',NULL,534,'2013-11-06 08:00:00','1956-11-06','98388','25cba08e897e83132d9fdea28a4e74dc30ff2ef8'),(2919,'','Newton Patience','F','0',NULL,558,'2013-11-06 08:00:00','1978-11-06','93847','71d7c59363801fe55c10802fc21944ae29044287'),(2920,'','Ayariga Cynthia','F','0',NULL,534,'2013-11-06 08:00:00','1986-11-06','121731','2c7cc8a0a473d575c0ad7dadee889d0a4d6cb091'),(2921,'','Gbedoho Evans Kafui','M','0',NULL,558,'2013-11-06 08:00:00','1978-11-06','98320','4027f1b08686bb57cb2c74b5b12e58e5b2149826'),(2922,'','Baiden Bernard Abeka','M','0',NULL,558,'2013-11-06 08:00:00','1968-11-06','82586','bdfe567e46ae675d31756d5aabba12692c8de9c4'),(2923,'','Torry Susan','F','0',NULL,558,'2013-11-06 08:00:00','1960-11-06','129115','8ce0d78183bd25e8f651b61bec2dfa2397c2e2cc'),(2924,'','Morris Lesa Maria','F','0',NULL,558,'2013-11-06 08:00:00','1976-11-06','129113','84a0beff42416e8c7b00db7438c20e800b2c5e82'),(2925,'','Nyarko Kate','F','0',NULL,558,'2013-11-06 08:00:00','1968-11-06','33721','3c29af39df324d957633c7366b00b5445dfd77a3'),(2926,'','Norgbedzi Hazel','F','0',NULL,558,'2013-11-06 08:00:00','1984-11-06','105242','1622b2456bafd6552164223f3a57d373342b257c'),(2927,'','Owusu Anastasia','F','0',NULL,558,'2013-11-06 08:00:00','1984-11-06','129094','4b8ba7bc296fb46e0db0faa8cbfba204af2c16aa'),(2928,'','Tetteh Beatrice','F','0',NULL,558,'2013-11-06 08:00:00','1975-11-06','50690','4c3891e24e33b28826cbd1694f32e16fa1476669'),(2929,'','Wede Johnson','M','0',NULL,558,'2013-11-06 08:00:00','1972-11-06','28646','cf28401624f360134abe06a3eb0c73f58f1c259a'),(2930,'','Ahadzi Edem Livingston','M','0',NULL,558,'2013-11-06 08:00:00','1980-11-06','62154','8cd9a67b41a454e9b506f541d87a7ad945a8cf4b'),(2931,'','Siabi Vasty Ohui','F','0',NULL,558,'2013-11-06 08:00:00','1976-11-06','34757','976342a1b8d9d1dcf5285f826f4bc994afa2f467'),(2932,'','Mthethwa Makhumuzi','M','0',NULL,558,'2013-11-06 08:00:00','1980-11-06','129116','a25e3f5af18f2b5e4cb6c39de73390ff0f60132b'),(2933,'','Botchwey Maame Adwoa','F','0',NULL,534,'2013-11-06 08:00:00','1980-11-06','65234','8cdbacaf1bf0f0104837abd2beb4230d3162ffbf'),(2934,'','Botchwey Maame Adwoa','F','0',NULL,534,'2013-11-06 08:00:00','1980-11-06','65234','8cdbacaf1bf0f0104837abd2beb4230d3162ffbf'),(2935,'','Gouda Tapana','M','0',NULL,558,'2013-11-06 08:00:00','1985-11-06','104788','784666971b8b7691c0f6f4ec1501fc8352b8bb34'),(2936,'','Amoah Ewurakua Lois','F','0',NULL,558,'2013-11-06 08:00:00','2006-11-06','65108','733edb9e7b90b7b46e1ba96cc442acee013cc5b2'),(2937,'','Atu Mary','F','0',NULL,558,'2013-11-06 08:00:00','1983-11-06','81777','882e1731227cedd9fbcc11630b106ef9cfb413c7'),(2938,'','Commey Humphrey George','M','0',NULL,558,'2013-11-06 08:00:00','1970-11-06','124871','497b0c43694ab5e6585f9fdf89ee347eee660dda'),(2939,'','Otoo Patricia','F','0',NULL,558,'2013-11-06 08:00:00','1982-11-06','113290','a797e2514d669389c71e1c4d9472bb2fef35a170'),(2940,'','Akuse Daniel','M','0',NULL,558,'2013-11-06 08:00:00','1973-11-06','64507','146d480c00eb8b0e0aaf9b1f008ac379aab7a99c'),(2941,'','Ayeh Gyampoh Juliana','F','0',NULL,558,'2013-11-06 08:00:00','1950-11-06','115661','b421b34aed0f419e2221deebd2adf19ae590bfde'),(2942,'','Atuahene Jayden K','M','0',NULL,558,'2013-11-06 08:00:00','2012-11-06','129114','2c1661f0c49961cf3fbad64d9cb74a04272711f5'),(2943,'','Essuman Patience','F','0',NULL,558,'2013-11-06 08:00:00','1967-11-06','124782','c01305ea0eb006fcaebec98d06db764c5d7954b0'),(2944,'','Krah Susan Ekua','F','0',NULL,534,'2013-11-06 08:00:00','2005-11-06','124783','1b6fa66ff775567eb8b297c05a0d5955c52c9b3d'),(2945,'','Akomdo Evana D','F','0',NULL,534,'2013-11-06 08:00:00','2010-11-06','102650','1d931c873d5cdd2fee5aeef194c5c4c2f633b632'),(2946,'','Botsio Emmanuel','M','0',NULL,534,'2013-11-06 08:00:00','1953-11-06','2899','e75c83befe2d5417549579ecda5ca3c2c2b0c1d0'),(2947,'','Tamakloe George K','M','0',NULL,534,'2013-11-06 08:00:00','1964-11-06','129014','f4845e230af074ae4308343afb93721c166d4d0d'),(2948,'','Frimpong Bettina','F','0',NULL,558,'2013-11-06 08:00:00','1988-11-06','128122','2e473922a266913a447f9549a58111a4a54b2706'),(2949,'','Yankson Matilda','M','0',NULL,534,'2013-11-06 08:00:00','1977-11-06','129121','77154bcf23f9aab85bafb64ed7c538663ed55fcb'),(2950,'','Yankson Caleb','M','0','2012-12-29',534,'2013-11-06 08:00:00',NULL,'129120','9b4bbaa4d598d97b6d97f027fa89b5f6f7811eeb'),(2951,'','Bance Muna','F','0',NULL,558,'2013-11-06 08:00:00','1977-11-06','110303','8435fd6ee5ae4be6c7ab0f0381fed8b9c57af857'),(2952,'','Kumah Gifty Fakyewaa','F','0','1988-03-12',558,'2013-11-06 08:00:00',NULL,'64622','d5d7af044609e14b9f302885c625b77e11edfc5a'),(2953,'','Amoah Benedicta','F','0',NULL,534,'2013-11-06 08:00:00','2003-11-06','106513','739624614c3365f57d4c4f93df47954e567beed5'),(2954,'','Tackie Arduah Naa','F','0',NULL,534,'2013-11-06 08:00:00','1998-11-06','31147','870a027b5e2c061c03733232f9dc0cc5c6940ec3'),(2955,'','Addy Ira Apeadu','F','0',NULL,558,'2013-11-06 08:00:00','1986-11-06','124345','d4cf98ccc50a7032fbf0639d465a103680e88c5c'),(2956,'','Musah Mohammadu','F','0',NULL,558,'2013-11-06 08:00:00','1981-11-06','96171','230c049d9cdadd3aff6a656e5a9762b7b56e31de'),(2957,'','Kobena Edith','F','0','1989-09-16',558,'2013-11-06 08:00:00',NULL,'123923','f16b63b05643d0545670c457afaaf65ff8cec04b'),(2958,'','Boso Akorfa Senyo','F','0',NULL,558,'2013-11-06 08:00:00','2012-11-06','119584','412f4eed2da47b8dcaa7931d2d0de98d617c0bcd'),(2959,'','Boso Akorfa Selom','F','0',NULL,558,'2013-11-06 08:00:00','2010-11-06','100531','7fa2afc4da8215c8c20cabe81b76351b50e24ba0'),(2960,'','Okan Adjetey Paul Nii K','M','0',NULL,558,'2013-11-06 08:00:00','1984-11-06','74627','bf065e4674fda7b76e2a05fc4114e8fa2dfc3aa6'),(2961,'','Smart Abbey Agnes','F','0','1983-08-04',558,'2013-11-06 08:00:00',NULL,'92537','04ed5976427a3b0afd75d8a10410e917b4215f9b'),(2962,'','Otoo Kwesi Nkwefi','M','0',NULL,534,'2013-11-06 08:00:00','1997-11-06','50438','94f67be086cc428ef526b423d4ca56b0d85428ef'),(2963,'','Otchere Kate','F','0',NULL,534,'2013-11-06 08:00:00','1983-11-06','81616','f77adb6753d2ebfcd2a5b0734f9377068bd5383d'),(2964,'','Gyan Doreen','F','0',NULL,534,'2013-11-06 08:00:00','1965-11-06','119803','2573186f0c2f3f49364fe3d433a673ad399eb2be'),(2965,'','Gbegbe Walter','M','0',NULL,534,'2013-11-06 08:00:00','1956-11-06','129125','00a2462bee756f5a83f6612ec7f9d38f6a67bda8'),(2966,'','Abdulai Alhassan Wahab','M','0',NULL,534,'2013-11-06 08:00:00','1979-11-06','117958','35ddff92493b70c436ad79b3472598928553280c'),(2967,'','Bannaman Jojo K','M','0',NULL,534,'2013-11-06 08:00:00','1981-11-06','88509','ff5a6c07a05f983ca169845572c25e2c746d04ca'),(2968,'','Tettey Adelaide','F','0',NULL,558,'2013-11-06 08:00:00','1983-11-06','116319','1a52df3bd9edd319aa2505887db9530eeaf809a8'),(2969,'','Acquah Julia','F','0',NULL,558,'2013-11-06 08:00:00','1981-11-06','73662','9cbf00c1b37d09eb1db79f7f76da51baf9c096d5'),(2970,'','Azakpor Gifty','F','0',NULL,534,'2013-11-06 08:00:00','1986-11-06','113774','a3c92cee806e932da75268e418f4e59437f85a64'),(2971,'','Adams Felix','M','0',NULL,558,'2013-11-06 08:00:00','1986-11-06','125437','00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f'),(2972,'','Flamenbaum Rachel','F','0',NULL,558,'2013-11-06 08:00:00','1985-11-06','129128','6ee0c36dbf41272ed55ad37cb7282f93e56f1cee'),(2973,'','Ayih Janet','F','0',NULL,558,'2013-11-06 08:00:00','1940-11-06','20114','e45ca0367fde31164a63d646c53d6cd56a3f4eb9'),(2974,'','Nanatunde Davies','F','0','1986-12-30',558,'2013-11-06 08:00:00',NULL,'117155','33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d'),(2975,'','Alima Daniel','M','0',NULL,558,'2013-11-06 08:00:00','1961-11-06','123143','29ffccf916cddacc5210e9bbeffff7c047328510'),(2976,'','Antwi Frank Kwaku','M','0','1984-10-19',558,'2013-11-06 08:00:00',NULL,'104727','b4080f91acabfdc7a59890eb90d11c10df6c4bd6'),(2977,'','Osae Henrietta','F','0',NULL,558,'2013-11-06 08:00:00','1981-11-06','95847','236e508a1ed7bf7f23dad504fc99b7222e2c5502'),(2978,'','Aikins Shakir','M','0','1971-05-14',558,'2013-11-06 08:00:00',NULL,'32951','74bb259b9b3211a2e3147ba2da42f83f41e623f7'),(2979,'','Dzamesi Triumph','M','0','2012-09-14',558,'2013-11-06 08:00:00',NULL,'128365','d1e3ee85b35d2ce1ad49ea501368dde6011095d6'),(2980,'','Amattey Mildred Amakwo','F','0','1986-03-04',555,'2013-11-06 08:00:00',NULL,'108608','5ed77cc9ed3427f18a9ac19ca5e98eaada24c514'),(2981,'','Nyan Caleb Nyameye','M','0','2011-07-18',558,'2013-11-06 08:00:00',NULL,'129133','89b2b71d6e240b57f2435d5167cf30234e44af7c'),(2982,'','Adjei Eric Osei','M','0','1985-07-19',558,'2013-11-06 08:00:00',NULL,'93306','f1cb40af2646f46d8e096487681dba5a07f07a66'),(2983,'','Odam Benedicta Owusua','F','0','1990-05-28',558,'2013-11-06 08:00:00',NULL,'118655','eedb0f8f9928927a6e7480b5ab0b74e0424cd001'),(2984,'','Seidu Abdul Hafiz','M','0','2007-06-08',558,'2013-11-06 08:00:00',NULL,'68151','7e2c5bb9bd59f955138aefca1e894d0a23369304'),(2985,'','Vondee Seth Amenutsour','M','0',NULL,558,'2013-11-06 08:00:00','1970-11-06','82017','4928c80ee633abad5415569c6c4c63e19d1a6e6f'),(2986,'','Nyampong Janice O','F','0','2013-02-21',558,'2013-11-06 08:00:00',NULL,'126435','1c653a672755b391a3d9f9c4b3e68943907d7328'),(2987,'','Nkrumah Grace Abbey','F','0','1975-02-14',530,'2013-11-06 08:00:00',NULL,'96093','aa248f497b22ddef2a7c8afba70be3d861928886'),(2988,'','Mensah Joseph Yeboah','M','0','1988-04-05',530,'2013-11-06 08:00:00',NULL,'129135','897f435f70f564637e6efae2a228719db17b9cbe'),(2989,'','Boateng Akua Oduraa','F','0','1971-12-22',530,'2013-11-06 08:00:00',NULL,'98195','5f49c8324208cb84deac33880ee85cc6184882c1'),(2990,'','Oduro Kofi Anda','M','0','1961-04-07',530,'2013-11-06 08:00:00',NULL,'44590','b232533ce92a2e1ace92faa643b0ad3e71e83647'),(2991,'','Tankari Ihasaan Osumanu','F','0',NULL,530,'2013-11-06 08:00:00','2010-11-06','116659','8019da5f1d671036c4f01e73d52e28764f0499d3'),(2992,'','Aggrey Rebecca','F','0','1986-07-07',530,'2013-11-06 08:00:00',NULL,'99100','9f5ce682d46e3f587147b0a3f99792931001edbc'),(2993,'','Andrewson Pokolo','M','0',NULL,530,'2013-11-06 08:00:00','1957-11-06','73373','39be1e4b13899fc116592adc577be3a543cd6b8f'),(2994,'','Akwensivie Senyo','M','0','2013-04-12',530,'2013-11-06 08:00:00',NULL,'129136','6e672e31a0ea35842d3dd9ba68b84b9a76294fbb'),(2995,'','Akwensivie Sena George','M','0','2011-08-17',530,'2013-11-06 08:00:00',NULL,'109084','f69af4c312c8fe46c373611f933ca35501a112d6'),(2996,'','Hgh','M','0',NULL,530,'2013-11-07 08:00:00','2010-11-07','','27e1763ace4c3dec41367dda915b9e34b5586a42'),(2997,'','Arthur Jude Kwabena','M','0','1987-05-05',530,'2013-11-07 08:00:00',NULL,'45268','315b6b55ffdcf4e11ae9bee7c669128130384bfb'),(2998,'','Tamakloe Charity','F','0','1937-03-01',531,'2013-11-07 08:00:00',NULL,'129137','47d0b82790d9f17e29ec8933f5c923f949ed4bfd'),(2999,'','Asante B Mary','F','0',NULL,531,'2013-11-07 08:00:00','1983-11-07','SR','d27804b91cb9ace034f706535a9cfb420e2d9e3c'),(3000,'','Owusu Ansah Angela','F','0',NULL,531,'2013-11-07 08:00:00','1973-11-07','119129','284297c8efc5117226d3131dbac4fabe8a8bb5d1'),(3001,'','Simpson Ekuban N Aba','F','0',NULL,531,'2013-11-07 08:00:00','1999-11-07','84036','5faef12fadf2765d607b4cdf30251673ea151ffd'),(3002,'','Simpson Ekuban N Aba','F','0',NULL,531,'2013-11-07 08:00:00','1999-11-07','84036','5faef12fadf2765d607b4cdf30251673ea151ffd'),(3003,'','Peasah Hilda','F','0',NULL,531,'2013-11-07 08:00:00','1972-11-07','48142','3ec6027bbfc2931da7b5ac8466af798ae746ebd3'),(3004,'','Mensah Ellen','F','0',NULL,531,'2013-11-07 08:00:00','1975-11-07','','2a103bfd0a23e22a051305c375453d6584699076'),(3005,'','Nakotey Tetteh Isaac','M','0',NULL,531,'2013-11-07 08:00:00','1976-11-07','MEDICALS','5e51f1b8fe7081dc44b0eaccc0bf002cd36746c8'),(3006,'','Cheiko Hachiya','F','0',NULL,531,'2013-11-07 08:00:00','1968-11-07','MEDICALS','0aadff5b2b44aa7eba395f7de37db7d54527d8a2'),(3007,'','Senayah Ama','F','0',NULL,531,'2013-11-07 08:00:00','1971-11-07','MEDICALS','f6e23f148cd8a8d2a0f5a89f2919778cf275c2ed'),(3008,'','Odum Keiko','F','0',NULL,531,'2013-11-07 08:00:00','1975-11-07','MEDICALS','053806fa040c681dbd70385983ef3fa51366c5fd'),(3009,'','Malekpor Comfort','F','0',NULL,531,'2013-11-07 08:00:00','1964-11-07','109252','702ea8f235017edecbc2e545a3f7ba9c28f92af7'),(3010,'','Ahmed Zeinab','F','0',NULL,531,'2013-11-07 08:00:00','1987-11-07','96751','0d4f6f3447162fbdd7c34f6a8ea659d05ea27ddc'),(3011,'','Anim Akua Serwaa','F','0','1982-04-22',531,'2013-11-07 08:00:00',NULL,'121347','625a5a884d1aa3edf607137a68992bfb5d47a8d6'),(3012,'','Darkwah Janet','F','0',NULL,531,'2013-11-07 08:00:00','1961-11-07','122441','ae1bb48f0f03b4f986b2402afdf9b98034250c1b'),(3013,'','Owuredu Sarah Osei','F','0',NULL,531,'2013-11-07 08:00:00','1971-11-07','75756','a0f7695ff00dfd1379159b8a0766e42ac24c42f7'),(3014,'','Darkwa Eideline','F','0',NULL,534,'2013-11-07 08:00:00','1985-11-07','91524','a75d02ffba63ffd960eb9a96ac51a195de377d3f'),(3015,'','Owuredu Sarah Osei','M','0',NULL,531,'2013-11-07 08:00:00','1971-11-07','75756','51cf5ba23a4abe225ad49c80da095ed3b995b227'),(3016,'','Nillion Salome','F','0',NULL,534,'2013-11-07 08:00:00','1946-11-07','13133','6ddf0413552ffd4c50ebd53ec61bb2f492b00542'),(3017,'','Nyadzro Eunice','F','0',NULL,534,'2013-11-07 08:00:00','1980-11-07','70454','7ce0b71391b280feec359b1168fe77c15a85ca4e'),(3018,'','Abdul Hakeem Kamara','M','0',NULL,534,'2013-11-07 08:00:00','2004-11-07','108693','93e7a876e4739c529eca3fbf7654ef1fca03f838'),(3019,'','Amaning Rose','F','0',NULL,534,'2013-11-07 08:00:00','1978-11-07','68272','b35c83069e3387f35cba87bc20ba5615f2ee7083'),(3020,'','Asante Mary','F','0','1983-09-27',541,'2013-11-07 08:00:00',NULL,'SR','a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b'),(3021,'','Owusu Nsiah Gifty','F','0',NULL,534,'2013-11-07 08:00:00','1970-11-07','110036','1af62d0f24d18f1e922e081323d483e28117e799'),(3022,'','Kpodo Elizabeth','F','0','1983-11-17',531,'2013-11-07 08:00:00',NULL,'121459','f72e61a8879bcfb38604c647550bce44c4696389'),(3023,'','Kpogo Worlasi Adzo','F','0',NULL,534,'2013-11-07 08:00:00','2005-11-07','117402','5e5bccc75a8610a265ff7d41497f9ed59ea00aac'),(3024,'','Issah Salima','F','0',NULL,534,'2013-11-07 08:00:00','1976-11-07','27132','01546e7a6dbce2493f89ea596eb7874becdf3eca'),(3025,'','Hansen Addy Belita','F','0',NULL,534,'2013-11-07 08:00:00','2013-05-07','','a4337d0dd48b411dcba80cde420628297a197dfc'),(3026,'','Asante Constance','F','0',NULL,534,'2013-11-07 08:00:00','1984-11-07','122343','a26ff81e5f232dabd1b8651f5d51101ce2b3fcfb'),(3027,'','Amugi Benedicta N Y','F','0','2010-06-11',531,'2013-11-07 08:00:00',NULL,'96871','a400685ded2c212c299b59564497150f42cadfe2'),(3028,'','Amugi Nana Yaa A','F','0','2009-03-06',531,'2013-11-07 08:00:00',NULL,'83380','ff48c272e2b0a07a1c74a48db4ce526137ee2275'),(3029,'','Akrong David Nii A','M','0',NULL,531,'2013-11-07 08:00:00','2007-11-07','129117','284933d64d0bdffedd0e304f8cefdc42e99a18b3'),(3030,'','Owusu Ansah Marian','F','0','1981-10-11',531,'2013-11-07 08:00:00',NULL,'32731','b4e8140d0e6fda2af71d90d415ff436773e4508d'),(3031,'','Oduro Kofi Amoa','M','0',NULL,531,'2013-11-07 08:00:00','1961-11-07','44590','cbac886e3a8df7e7d25d77506444f9d39d9345d0'),(3032,'','Oduro Gifty','F','0','1978-12-23',534,'2013-11-07 08:00:00',NULL,'85713','3231714bda1c9e31e499eb0fcfde045694833c9b'),(3033,'','Amoah Esi Korama','F','0',NULL,534,'2013-11-07 08:00:00','1989-11-07','129090','a6f5e2d088afcc75031f9f1dd213b20b20b32b5a'),(3034,'','Haruna Ogeh Anna','F','0',NULL,531,'2013-11-07 08:00:00','1979-11-07','129142','ea9678abaaa25de4bac7d6d91a36d1a11a233f39'),(3035,'','Abdallah Chentiwuni','F','0',NULL,531,'2013-11-07 08:00:00','2010-11-07','104949','417b8807dc0e24d217f89df9dbf2a8b356100a0d'),(3036,'','Suhuyini Hafisha Abdallah','F','0',NULL,534,'2013-11-07 08:00:00','2012-11-07','119884','89203cec70acb3cabf8fb3274df841ef07763859'),(3037,'','Faalong Esther Chaachele','F','0',NULL,531,'2013-11-07 08:00:00','1986-11-07','66305','f4d493a8509a6c328cf63b2a3c1a2182cff8e735'),(3038,'','Lartey Grace A','F','0',NULL,534,'2013-11-07 08:00:00','1967-11-07','95606','e9c357511326331c1e9f91dc8f739e9cb641d096'),(3039,'','Kommey Mackenzie Allan','M','0',NULL,534,'2013-11-07 08:00:00','2011-11-07','104491','2d88d92042d2c6a4af2968c783c5d0891e80b573'),(3040,'','Gyamena Atta Reindorf','M','0',NULL,531,'2013-11-07 08:00:00','1982-11-07','93578','31ec3c4542fad18296825af5a9d39f0ee6b65317'),(3041,'','Nyarko Ruby E','F','0','1946-08-05',534,'2013-11-07 08:00:00',NULL,'31108','5fe2a518f6561c364e0440e27a1411c302f85f4b'),(3042,'','Mukhtar Mariam S','F','0',NULL,534,'2013-11-07 08:00:00','2012-07-07','120448','831ddc77ebf44d6697b322c71d84ae91739379db'),(3043,'','Tijani Rahinatu','F','0','1985-01-08',534,'2013-11-07 08:00:00',NULL,'120885','a682a572cc4252f8c668b6b90c9314f0cc91819b'),(3044,'','Nyantakyi Peprah Kwesi','M','0',NULL,531,'2013-11-07 08:00:00','1992-11-07','51385','f3081f3fea507e916c0a550269f12cdd486c70e5'),(3045,'','Ansah Mensah Charles','M','0','1983-03-24',534,'2013-11-07 08:00:00',NULL,'128497','6c75417ccf985ae97a9d8d13eeee5ee2cf46b26f'),(3046,'','Antwi Barimah Maame','F','0',NULL,534,'2013-11-07 08:00:00','1972-11-07','32988','c1cd70dfbfe44cf4142d24abf6c9aa3dff6eab0a'),(3047,'','Afako Victoria','F','0',NULL,531,'2013-11-07 08:00:00','1976-11-07','68874','6d676f448ce242c19a782f433c3f6f942d4f723d'),(3048,'','Counseller Livingstone','M','0',NULL,531,'2013-11-07 08:00:00','2003-11-07','100566','ce4feb8ee4c42789db7b363f4f9d2ae2d222f424'),(3049,'','Awal Salifu Mohammed','M','0',NULL,531,'2013-11-07 08:00:00','1968-11-07','128146','4c6605e7394d93386bc7af4de6088b5869cff853'),(3050,'','Hammond Matilda','F','0',NULL,531,'2013-11-07 08:00:00','1987-11-07','125819','f4e70fc2e892d4e374ca2a6f1476dc554fff708c'),(3051,'','Sarfo Osei Lilian','F','0',NULL,531,'2013-11-07 08:00:00','2010-11-07','126460','468e260aea1dcc36ca8fc1105528a6d7c25982eb'),(3052,'','Sarfo Osei Stephanie','F','0',NULL,531,'2013-11-07 08:00:00','2006-11-07','126458','b85bb1cd0f828b95afea22ce3d63bb5a68be60f8'),(3053,'','El Ali Youness','M','0',NULL,531,'2013-11-07 08:00:00','1960-11-07','125386','5fdf9f2e641400bbb456a749fae4e343a933b82f'),(3054,'','Obeng Adutwum','M','0',NULL,531,'2013-11-07 08:00:00','1957-11-07','88304','886ee7560a6e3e5bffffebfc5a6910074d504f44'),(3055,'','Densu William','M','0',NULL,531,'2013-11-07 08:00:00','1974-11-07','124976','24666b2528822f874fe5de7d7c343e6bf6966559'),(3056,'','Nasir Rejoice Esenam','F','0',NULL,531,'2013-11-07 08:00:00','1979-11-07','70380','a94923009605b5bbba54e82e174be11acf75f67d'),(3057,'','Nortey William','M','0',NULL,531,'2013-11-07 08:00:00','2013-05-07','125249','60b1ab1956548580cf348cc2dd382220d96522e7'),(3058,'','Onumu Asiedua Yaa Lane','F','0',NULL,531,'2013-11-07 08:00:00','1988-11-07','113926','ca397e47fa70045b0f3514c9c3c71ee395fccde6'),(3059,'','Dzamesi Triumph D K','M','0',NULL,531,'2013-11-07 08:00:00','2012-11-07','','3a4470205875aa875a9e979c51cb6754294bb2e2'),(3060,'','Ampofo Abigail A','F','0',NULL,531,'2013-11-07 08:00:00','1985-11-07','114116','6bd356535873498c61af7daf74c42cc221f3fe52'),(3061,'','Kwabena Florence','F','0',NULL,531,'2013-11-07 08:00:00','1976-11-07','110216','0c4165e09032f3d463ef836d2a3a8614f209fc5a'),(3062,'','Agyekum Dorcas','F','0',NULL,531,'2013-11-07 08:00:00','1984-11-07','99735','218250025ff449bc4e69c7f67e5f56517de1b269'),(3063,'','Lamptey Larry O','M','0',NULL,531,'2013-11-07 08:00:00','1988-11-07','129148','512e91cdda3b8d5c42120dd0e207c8057d541cd7'),(3064,'','Nyamedo Brew','M','0',NULL,531,'2013-11-07 08:00:00','2012-12-07','122632','9828ee1187fea2dea87a6ba5fc18982c684b6ce5'),(3065,'','Al Hassan Rebecca','F','0',NULL,531,'2013-11-07 08:00:00','1962-11-07','83258','afb2ea851d9ced0003fefd00432e111188ec435c'),(3066,'','Dauda Abdel','M','0',NULL,531,'2013-11-07 08:00:00','1975-11-07','102174','adc76738906857de3b0a3fd46608043f73a26347'),(3067,'','Bodylawson Linda','F','0',NULL,531,'2013-11-07 08:00:00','1968-11-07','111704','22e4d185283eaa62cd78b0802ded1da1cae192f0'),(3068,'','Asante Stella','F','0',NULL,531,'2013-11-07 08:00:00','1963-11-07','25934','60624cd94a47bfea2a67268b437a0a5ff32692c6'),(3069,'','Yinkorah Rita','F','0',NULL,531,'2013-11-07 08:00:00','2001-11-07','129150','82a2d86ae212f5858008a6d2ff52d47500d64141'),(3070,'','Yinkorah Priscilla','F','0',NULL,531,'2013-11-07 08:00:00','1998-11-07','126020','f15ebf6e827ebf33c8d686b3ae8bbd00d8ad32c1'),(3071,'','Haarrison Adaman Christian','M','0',NULL,531,'2013-11-07 08:00:00','2013-04-07','128308','71e6531b9ceab0a3cf3fa90b0b244db930076a86'),(3072,'','Fuachie Darion','M','0',NULL,531,'2013-11-07 08:00:00','2008-11-07','74987','1b652884cdfebb215e905ba0755189fc0aa2c765'),(3073,'','Tamakloe Salomey','F','0','1983-07-01',531,'2013-11-07 08:00:00',NULL,'SR','5859237af55669b5a3a1e2040169c39f495b3b24'),(3074,'','Addo Naa Ashiley Christabel','F','0',NULL,531,'2013-11-07 08:00:00','2012-05-07','SR','26fca7d77df58d450860aea01f936e47d4271958'),(3075,'','Dafeamekpor Selasi Komla','M','0','2012-02-21',531,'2013-11-07 08:00:00',NULL,'114247','e4865a1842bc5595d01ca060b9401a2cb1b90009'),(3076,'','Oppong Bekoe Liliana','F','0',NULL,531,'2013-11-07 08:00:00','1987-11-07','100723','b7868e9c2034ee874ca7967a9a9c0945dab4ac2a'),(3077,'','Otoo Ewurakua Y','F','0',NULL,531,'2013-11-07 08:00:00','2003-11-07','50032','3f0a68663cbfd0d6ed553b4e002be901e71ecbce'),(3078,'','Ramirez Jorge Garcia','M','0',NULL,531,'2013-11-07 08:00:00','1982-11-07','122981','5e88070671fd0d143691f02c590485321fbc0e98'),(3079,'','Anin Ama Ampofowaa','F','0','1962-07-21',530,'2013-11-07 08:00:00',NULL,'7181','d949f9ae7fa53bb65d15b281ab5bf4b4f048e761'),(3080,'','Botchway Tyler Adotey','M','0',NULL,530,'2013-11-07 08:00:00','2011-12-07','12346823','3bcf3a27136803c37687e5898a9b6c78a736307f'),(3081,'','Gadzekpo Dela Amanda','F','0','1981-05-13',530,'2013-11-07 08:00:00',NULL,'55202','86460343fa2d9cf7a3e9e05a6e20ab907716520f'),(3082,'','Pobee Ruth','F','0','1978-03-06',530,'2013-11-07 08:00:00',NULL,'125085','d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda'),(3083,'','Abubakari Osman','M','0','1978-06-16',530,'2013-11-08 08:00:00',NULL,'129144','7190ee98017da3b8bf8b40485a162f356802d2a1'),(3084,'','Mensah Berhart Phanuel','M','0','1974-04-07',530,'2013-11-08 08:00:00',NULL,'98019','6e6756c3c0c9b9da072a33977b84d43b1880127b'),(3085,'','Andor Mavis','F','0','1977-08-10',546,'2013-11-08 08:00:00',NULL,'75369','7e86bf3a640093c04e986b460e99adf6747ea637'),(3086,'','Akudzi Paul Kwasi','M','0',NULL,531,'2013-11-08 08:00:00','1975-11-08','121441','a2eae5dd44a3f35e82f1d38e27c19c8ac05e3686'),(3087,'','Kadzi Jacinta','F','0',NULL,531,'2013-11-08 08:00:00','1986-11-08','125874','c9b5a66623765475c31ba2a0dd0101d4178c76ff'),(3088,'','Alhassan Adizatu','F','0',NULL,531,'2013-11-08 08:00:00','2013-03-08','129147','5fe6d14be7d9bfce3d052e8378bfb41db00c528c'),(3089,'','Issa Hawa','F','0',NULL,531,'2013-11-08 08:00:00','1981-11-08','116000','b03c99acdffb6cbff40b8f26c43aca82a6d1825d'),(3090,'','Oppong Damoah Georgina','F','0',NULL,531,'2013-11-08 08:00:00','1958-11-08','128874','53b7b579ac435fa3f257bb52731ddeca9e100ad0'),(3091,'','Addo Blay Becca','F','0',NULL,531,'2013-11-08 08:00:00','2011-11-08','121312','0ccc5c8f33d036d7cb7587ffb492691558e28690'),(3092,'','Quansah Trisha','F','0',NULL,531,'2013-11-08 08:00:00','1986-11-08','126012','c2d3f276e7edc588856708de61dec55e16dd32d7'),(3093,'','Peasah Rexford','M','0',NULL,531,'2013-11-08 08:00:00','1968-11-08','45323','febc2fa9ca80019e0c14dc5df11fe9b6507054db'),(3094,'','Lawanson Fauzeeya','F','0','1984-10-23',531,'2013-11-08 08:00:00',NULL,'76017','0a1b497756ecd45f6cbeeae6ffc5003dd0de59fb'),(3095,'','Apaw Eileen','F','0',NULL,531,'2013-11-08 08:00:00','1988-11-08','MEDCALS','bcfe26d66c6a08f76b6cf3c0a94dd80eb56bd40a'),(3096,'','Imoro Fati','F','0',NULL,531,'2013-11-08 08:00:00','1985-11-08','SR','08540ece8e74a4979b54fafaaee4991dd605d222'),(3097,'','Quarshie Ohenewaa Matilda','F','0',NULL,531,'2013-11-08 08:00:00','1990-11-08','118626','b9c3bc2d7de5fbbd9274a2c7a9852411bd9a9dd9'),(3098,'','Akoto Precious','F','0',NULL,531,'2013-11-08 08:00:00','1985-11-08','104504','96a76c7bceb33fa0fa1007af98fbc312aa87570a'),(3099,'','Asiamah Rita','F','0',NULL,531,'2013-11-08 08:00:00','1987-11-08','123522','275875506f1a72e945673bfdaeb065e556539587'),(3100,'','Parker Louisa','F','0',NULL,531,'2013-11-08 08:00:00','1985-11-08','OUTSIDE','d0f42e909689ae7c806eebe256a7caf79b8c31fe'),(3101,'','Bray George Henry','M','0',NULL,531,'2013-11-08 08:00:00','1956-11-08','57914','bcdc662fdf2a34f224c26009b9048e80b9816576'),(3102,'','Smith Elias','M','0',NULL,531,'2013-11-08 08:00:00','1981-11-08','102243','4cb399cf6841cd5cac4ce72184ad183f575dcce8'),(3103,'','Owusu Aduomi Bimpong','M','0',NULL,531,'2013-11-08 08:00:00','2012-08-08','120687','299effb3a6c4bafd491018229bee5f21c88bb043'),(3104,'','Azakpoh Gifty','F','0',NULL,531,'2013-11-08 08:00:00','1986-11-08','101702','add7d9d4d7a5690b4ee05b49a7ebb5a88392a0fb'),(3105,'','Cudjoe Senahey Obed','M','0',NULL,531,'2013-11-08 08:00:00','1967-11-08','81916','83dec5d466a11c2b40c4b6ca2044556d2cfa1c82'),(3106,'','Kankam Boateng Priscilla','F','0',NULL,531,'2013-11-08 08:00:00','1994-11-08','129156','d875392f8e4e5b61257d630013f10caf11e85c37'),(3107,'','Owusu Mireku Anita','F','0',NULL,531,'2013-11-08 08:00:00','1978-11-08','64189','5d7e3a11349532f077454568ebf2393e525b32f0'),(3108,'','Akamba Lovia','F','0',NULL,531,'2013-11-08 08:00:00','1988-11-08','SR','880ba0402d7c51cb068ccd4db3efa256ace98702'),(3109,'','Longdon Barbara A','F','0','1964-12-10',531,'2013-11-08 08:00:00',NULL,'11551','3f6e7bd966ed20afb71ee60a120c9dfa3526d778'),(3110,'','Akanlig Pare Gideon','M','0',NULL,531,'2013-11-08 08:00:00','2007-11-08','74042','4f8767b408f2b4b255e103a58979dd48447fdf5c'),(3111,'','Amadu Mumuni','M','0',NULL,531,'2013-11-08 08:00:00','1960-11-08','','5d4dbc5982bf17a458bedd9f5987efb44e6a4f95'),(3112,'','Nyantakyi Kwabena','M','0',NULL,531,'2013-11-08 08:00:00','1963-11-08','67739','b5b6db393377122f1e7dac1d77f1de5561244bc6'),(3113,'','Buabeng Akuffo Gifty','F','0',NULL,531,'2013-11-08 08:00:00','1983-11-08','118138','2c714b9cedd278e30921edf3c71a63ad614f4b0b'),(3114,'','Konte Momoh','M','0',NULL,531,'2013-11-08 08:00:00','1971-11-08','129162','a43429e795bd16950b855f5c5563c995e07a2c12'),(3115,'','Abeiyel Ruth Kokoih','F','0',NULL,531,'2013-11-08 08:00:00','1989-11-08','129160','dbebfb95f76fd5d2db26487c8b0575fde3daa917'),(3116,'','Narcela Townsend','F','0',NULL,531,'2013-11-08 08:00:00','1957-11-08','SR','63a5fee0a1ec70b5b1d04ba325bf1f4135000f16'),(3117,'','Amesu Belinda D','F','0',NULL,531,'2013-11-08 08:00:00','1986-11-08','124612','a7f3ab3e2aa71fc4250537f4534b002cd8a38fb2'),(3118,'','Koranteng Judith Ofosuhemaa','F','0',NULL,531,'2013-11-08 08:00:00','1986-11-08','25769','09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b'),(3119,'','Neale Nina','F','0',NULL,531,'2013-11-08 08:00:00','1997-11-08','127163','43f7ad933c12c5e5b1cadaf3c1222409bb878265'),(3120,'','Geraldo Janet Emefa','F','0',NULL,531,'2013-11-08 08:00:00','1979-11-08','85949','d7ca5e5fdd4d01a4af0753e34f46de80508531c0'),(3121,'','Mensah Daphine Korleki','F','0',NULL,531,'2013-11-08 08:00:00','1982-11-08','128604','4f4901d1ef87bfd5f28ea79660b79197db2468e7'),(3122,'','Guribie Stella Akusika','F','0',NULL,531,'2013-11-08 08:00:00','1980-11-08','90342','4ce9e457d5c702822cc308b7b44ee6b5ceb5e447'),(3123,'','Adumuah Esther Kai','F','0',NULL,531,'2013-11-08 08:00:00','1951-11-08','129166','9fe6015d6f9444a25fd9148d11bacd60f5764677'),(3124,'','Ofori Koranteng Ben','M','0',NULL,531,'2013-11-08 08:00:00','1964-11-08','26185','5053fbd5e43daf7f0a0be67635fe6ab3fd961d40'),(3125,'','Pratheesh Joseph','M','0',NULL,531,'2013-11-08 08:00:00','1979-11-08','129163','55768eadaf6fbec563d38ec88d2a8d59c888b645'),(3126,'','Essah Prudence','F','0',NULL,531,'2013-11-08 08:00:00','1971-11-08','107233','dd633a9c39053b666e097909e6863ba16fed05c3'),(3127,'','Alidu Issah','M','0',NULL,531,'2013-11-08 08:00:00','1974-11-08','129167','ecddd6cafcbd095c036888d4857f1a4905dd16cd'),(3128,'','Awuetey Eva','F','0',NULL,531,'2013-11-08 08:00:00','1952-11-08','57192','012d47570413f7bb3683800a0a10fc8adf5b764a'),(3129,'','Blamires Ellen','F','0',NULL,531,'2013-11-08 08:00:00','1976-11-08','50249','f0c0bd6264893a69bdba0260b12d2e1b8faf2233'),(3130,'','Agblobi Mawuse','F','0','1977-06-07',531,'2013-11-08 08:00:00',NULL,'115275','bb19aa58a95b332dfbe6cfdbd1e050abacbbb0f4'),(3131,'','Norbi Martha','F','0','1977-03-04',535,'2013-11-08 08:00:00',NULL,'48389','cbb42a105a3cd26c38d24d9ca7d5e3120a11edd0'),(3132,'','Apprey Joseph','M','0',NULL,531,'2013-11-08 08:00:00','1979-11-08','129169','67141121a72dc7630376419d56942cc3851bf260'),(3133,'','Oppong Abebrese Samuel','M','0',NULL,531,'2013-11-08 08:00:00','1984-11-08','117405','0ed14bcaecd73a71987002be4340152877ec69ad'),(3134,'','Impraim Otobong Ama','F','0','1985-06-22',531,'2013-11-08 08:00:00',NULL,'118578','9a28e9474ff9295680b72dc19da29ffe603a097d'),(3135,'','Obro Alfred','M','0',NULL,531,'2013-11-08 08:00:00','1971-11-08','77938','943c7b6f25aedd0fd113006ebe7ff9d7957e3680'),(3136,'','Awotwe Deborah','F','0',NULL,531,'2013-11-08 08:00:00','1975-11-08','115098','37781090768222abd6972a828be07d026137b95b'),(3137,'','Laryea Nana Oye Charisa','F','0',NULL,531,'2013-11-08 08:00:00','2010-11-08','110225','c85ea654457a0808fd4b0fa363c372f1afedd45c'),(3138,'','Obro Naomi','F','0',NULL,531,'2013-11-08 08:00:00','1975-11-08','76862','979d3cbf4509aceda42503f0d6f4291c8aecdd48'),(3139,'','Ehud Avny','M','0','1949-04-04',531,'2013-11-08 08:00:00',NULL,'129172','cead3d8b4721883d77af5f39ea142a820f8a024f'),(3140,'','Ackwerh Peggy Maamle','F','0',NULL,531,'2013-11-08 08:00:00','1999-11-08','120043','5202f1775228ea05a17e877305d0403efd5d1adf'),(3141,'','Toure Malike Aseye','M','0','1981-04-20',531,'2013-11-08 08:00:00',NULL,'129174','3f4c804ff7ebaa112d2a2733cae1b3d93320950a'),(3142,'','Ababio Godson Edem','M','0',NULL,531,'2013-11-08 08:00:00','1981-11-08','82488','90613bf89c5dbbcc3fd5a7e6e2d4c8d6196a0a1f'),(3143,'','Poku Appiah Annabel','F','0','1984-01-12',531,'2013-11-08 08:00:00',NULL,'115127','13a3d83f414129d6a30822d5f7babe19ec3ab38f'),(3144,'','Sakie Mensah Linda','F','0',NULL,531,'2013-11-08 08:00:00','1980-11-08','OUTSIDE REQ','117281de9d51e0895cb418720dd8cede71d85332'),(3145,'','Hasford Nana Aba Adom Krosu','F','0','2012-04-14',531,'2013-11-08 08:00:00',NULL,'121926','f8597a3bcbe38f6e0856a507499a87fa8f33e34a'),(3146,'','Ekem Stephen','M','0','1981-08-16',531,'2013-11-08 08:00:00',NULL,'75122','4199266515e49308cd127d36a8e31625cae880ee'),(3147,'','Quashie Ruth Yayra','F','0','1987-07-06',531,'2013-11-08 08:00:00',NULL,'123334','02873ebba31e31812cf68c2f21475dad16527dbd'),(3148,'','Appiah Sean Ezra Kojo','M','0','2013-10-14',531,'2013-11-08 08:00:00',NULL,'129173','105ae3fff0026661d1292398f4feac5250748ade'),(3149,'','Yang Jia Bing','M','0',NULL,558,'2013-11-08 08:00:00','1968-11-08','129175','717e694137d0902a8bf325287f092997ba66efff'),(3150,'','Amedume Aryanna Seli','F','0','2012-05-09',558,'2013-11-09 08:00:00',NULL,'129176','6d26c686aee5c95ff1db7a1dacac02782557eb45'),(3151,'','Williams Olusesan Oluseun','M','0','1976-04-18',558,'2013-11-09 08:00:00',NULL,'115867','629a3ca4a7f8bf8b19876cd56868d460368530dd'),(3152,'','Yangfo Emmanuel','M','0','2008-01-08',558,'2013-11-09 08:00:00',NULL,'82027','2592766e64d603b231787a9adf58b4fdae043c9c'),(3153,'','Tiko Timothy Kwolam','M','0',NULL,558,'2013-11-09 08:00:00','1972-11-09','114557','bcff4e2b7db26fd39875b3ef6d02abb4e02feb41'),(3154,'','Koroma Michael Dauda','M','0',NULL,558,'2013-11-09 08:00:00','1984-11-09','115047','42b46c54849a360d719457242658de4b3db1b130'),(3155,'','Goita Oumaruo','M','0','1968-02-17',558,'2013-11-09 08:00:00',NULL,'129177','5213e80df66a9e0bcbf2917a319e6753395ca0a5'),(3156,'','Tetteh Frank','M','0',NULL,531,'2013-11-09 08:00:00','1983-11-09','56016','4af493219a1966d389759eba69b0500f4df40b52'),(3157,'','Opoku Kwame','M','0',NULL,531,'2013-11-09 08:00:00','1948-11-09','69499','04d0089da77550f58ace306bc98cc85d3d4782e1'),(3158,'','Asante Isaac','M','0',NULL,531,'2013-11-09 08:00:00','1973-11-09','96407','f325de90153fd2d526f463d22c9234e16a9af52c'),(3159,'','Adanu Rapheal','M','0',NULL,531,'2013-11-09 08:00:00','1940-11-09','25410','8195e1ec4739141b340d782ba5f48911949fb165'),(3160,'','Tetteh Fio Daniel Nii Nar','M','0',NULL,531,'2013-11-09 08:00:00','1989-11-09','124381','3b835f7d2e4a5533a3094678db237ca628eea2fc'),(3161,'','Brown Bondzie Christian','M','0',NULL,531,'2013-11-09 08:00:00','1974-11-09','129178','0db269535103e1981ec5e8c2f6a7d533208c6a50'),(3162,'','Ukpai Okwara','M','0',NULL,531,'2013-11-09 08:00:00','1966-11-09','129181','43425898ee130a69af8e624abe611dd3e4998a4e'),(3163,'','Morrison Hannah','F','0',NULL,531,'2013-11-09 08:00:00','1978-11-09','49176','8dfd401dc481e3c1fc9eb89237b43dafb6f479ab'),(3164,'','Sannidhi Suryanarayana','M','0',NULL,531,'2013-11-09 08:00:00','1974-11-09','126803','e507916bbd33170fd6efcee31324d3981b0a76c6'),(3165,'','Samwine Justine P','M','0',NULL,531,'2013-11-09 08:00:00','1973-11-09','83244','d47a9d9304a108676224161d01e879c9df9bd650'),(3166,'','Prasad Purohit Anoop','M','0',NULL,531,'2013-11-09 08:00:00','1984-11-09','129184','510e2c984e62cfa64d47d63a0c5445f40132bcfd'),(3167,'','Nyame Harriet Adjoa','F','0',NULL,531,'2013-11-09 08:00:00','1989-11-09','110779','9177beab15332631168819a690a2a416f3745159'),(3168,'','Darko Ethel Nukunu','F','0',NULL,531,'2013-11-09 08:00:00','1985-11-09','129188','da870c0fb73a7841f4b823eb160717b9125639cc'),(3169,'','Lamiayi Odarley Ernestina','F','0',NULL,531,'2013-11-09 08:00:00','1981-11-09','129183','386e73f84e4d7f664f1b74bff3edaedeeb24f82c'),(3170,'','Adom Araba Amanda','F','0','2010-04-16',531,'2013-11-09 08:00:00',NULL,'108814','68c4b3dcaaba34c99f44d54a96a412a4c386c348'),(3171,'','Braimah Musah Hikmat','F','0',NULL,531,'2013-11-09 08:00:00','2013-08-09','129084','40fba26116f3467a250ed6b2cdc2f104e41b2de2'),(3172,'','Mohammed Amina Saha','F','0',NULL,531,'2013-11-09 08:00:00','2012-09-09','126123','1f0a65343b86ec6098c885646d930c50a0a27a4c'),(3173,'','Dzandu Anabella','F','0',NULL,531,'2013-11-09 08:00:00','2005-11-09','68771','a10d8e8e63d31e92720e18bad60d7cc7e1fcfa1f'),(3174,'','Dzandu Lawrencia','F','0',NULL,531,'2013-11-09 08:00:00','1997-11-09','84155','fbe7bfdb18cb76b36fc7b83697eab83514ceeab8'),(3175,'','Densu Patience','F','0',NULL,531,'2013-11-09 08:00:00','1980-11-09','100233','46bb7b4ace4c2c271f313044aa3c80e2b98e52dc'),(3176,'','Adu Amoako Kingsley','M','0',NULL,531,'2013-11-09 08:00:00','2011-09-09','112753','d474bd97fb0758a702f87fc956abf3f7614f659b'),(3177,'','Mawunganidze Sydney Matipaishe Z','M','0',NULL,531,'2013-11-09 08:00:00','2000-11-09','127487','19473e6bc9ce1365cefd6fecd19c78c27aa0b6ca'),(3178,'','Densu Richard','M','0',NULL,531,'2013-11-09 08:00:00','1977-11-09','96193','fb6f721cc152114ade89a76279e243c8b9e4551b'),(3179,'','Nyarkoh Grace','F','0',NULL,531,'2013-11-09 08:00:00','1962-11-09','129186','bca04e16a91962067f82739f59082b59e70dfa98'),(3180,'','Boakye Agyekum Nana','M','0',NULL,531,'2013-11-09 08:00:00','1983-11-09','115620','a14c4ed0e2a4ae5f75bc7aed932c2a56fe15fb52'),(3181,'','Mayne Thomas','M','0',NULL,531,'2013-11-09 08:00:00','1956-11-09','38565','56c45c5784bcce8315f903188ac31cdd1a829b35'),(3182,'','Mayne Humphrey','M','0',NULL,531,'2013-11-09 08:00:00','1995-11-09','42446','63a2e25d7f18772731ba08d2e09703c96f3b5a56'),(3183,'','Ali Dabri Salamatu','F','0',NULL,531,'2013-11-09 08:00:00','1938-11-09','52932','371103addddf669b7c0e6cd32844990c58eee819'),(3184,'','Dzator Evelyn','F','0',NULL,531,'2013-11-09 08:00:00','1970-11-09','105479','2a3eeeef59576352e8de705468281b4c8a7321e1'),(3185,'','Owusu Afriyie Diana','F','0',NULL,531,'2013-11-09 08:00:00','1993-11-09','128021','1745253e3c17ed004c107575931d4d1bb4706ce3'),(3186,'','Mensah Paul Kwabena','M','0',NULL,531,'2013-11-09 08:00:00','1967-11-09','115556','8dc56c01e580757c02791286da66ccff2452ab2a'),(3187,'','Zigah Selasie','M','0',NULL,531,'2013-11-09 08:00:00','1982-11-09','127319','d616177dca817db8b7f5b7245a26b183f5d2ea29'),(3188,'','Malhotra Ashish','M','0',NULL,531,'2013-11-09 08:00:00','1977-11-09','129193','c78e26c55016ec0afaa36b065868dca3fc479edc'),(3189,'','Ofosuhene Yvonne K','F','0',NULL,531,'2013-11-09 08:00:00','1983-11-09','109572','c61606a8cf7930a21a769d4df43e8de8243672bb'),(3190,'','Acquah Diana','F','0',NULL,531,'2013-11-09 08:00:00','1988-11-09','129191','825510f5688587eb9a33f4520075a422acd30d4d'),(3191,'','Dagadu Enam Raynard','M','0',NULL,531,'2013-11-09 08:00:00','2005-11-09','109529','73a7755d3afbf63c28df6c33e1a10e7a8ebed09c'),(3192,'','Alplerh Denise','F','5','2008-11-29',555,'2013-11-09 08:00:00',NULL,'1291995','c5d719cbe812c9c6027da20423c2104495ce61dc'),(3193,'','Addai Rosemary','F','26','1986-12-06',555,'2013-11-09 08:00:00',NULL,'116953','b7846e1880982fb86415a2e23e31a1a11f4282d6'),(3194,'','Dawson Richardar','F','38','1975-06-14',555,'2013-11-09 08:00:00',NULL,'129198','ed139678beb2fba887ff3dae6d3efb50db8c3964'),(3195,'','Tetteh Grace','F','30','1983-10-08',555,'2013-11-09 08:00:00',NULL,'122662','2169d7a482863fe1f6408667073963e84584c9c7'),(3196,'','Susana Opata','F','0',NULL,555,'2013-11-09 08:00:00','1979-11-09','73187','77799e580db02267bbf0735dcc267425ccce9a68'),(3197,'','Ankamah Bernice','F','0',NULL,555,'2013-11-09 08:00:00','1997-11-09','6831','96a99d15b722b9fc1ca886150bc36364cffd3aec'),(3198,'','Mugodo Jesca S','F','0',NULL,531,'2013-11-09 08:00:00','1987-11-09','123027','c8dce0b9d74de45ccc980229fffb908ad75afecf'),(3199,'','Deku Kuma Angel Yayra','F','0','2012-02-22',531,'2013-11-09 08:00:00',NULL,'104074','d487e5373d53906de8372041e6bd23ff4e1a2cf2'),(3200,'','Aikins Bernard Kofi','M','0','1986-04-18',531,'2013-11-09 08:00:00',NULL,'111639','73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e'),(3201,'','Abdul Rahman Abdulai','M','0',NULL,531,'2013-11-09 08:00:00','1960-11-09','118759','96418439b7ccb8c1858f538dd23c491320712aba'),(3202,'','Aplerh Doku Alex Broketey','M','0',NULL,531,'2013-11-09 08:00:00','1978-11-09','129196','cc0e3896d28ca9498eedfd7d51c150462feea843'),(3203,'','Opare Errama Eunice','F','0',NULL,531,'2013-11-09 08:00:00','2002-11-09','96412','f861f5b8a1eecd410a2230e75df229dec5535d35'),(3204,'','Amah Tutu Victoria','F','0','1984-12-05',531,'2013-11-09 08:00:00',NULL,'98413','2f7af3a3a9642fd993c91a8b548fa5bc28aa2704'),(3205,'','Yeboah Lilian','F','3','2010-08-19',531,'2013-11-09 08:00:00',NULL,'126554','ed093c7ddb927a2b7d152016dfdff5bfa180856d'),(3206,'','Nsafoah Gifty','F','0','1972-11-02',531,'2013-11-09 08:00:00',NULL,'126840','e8af73db425c769c009d8fe80f049320150ed9c3'),(3207,'','Best J Clifton','M','0',NULL,531,'2013-11-09 08:00:00','1945-11-09','129189','f23554ac87d36ccb598966d55fcfac9a1b5052f8'),(3208,'','Crabbe Ababio Alberta','F','0','1981-04-22',558,'2013-11-09 08:00:00',NULL,'111055','b8537573021754ea73152895123b531c6d0629bc'),(3209,'','Offei Ofori Bright','M','0','1972-08-24',558,'2013-11-09 08:00:00',NULL,'129204','4ad2888f21962fd18d11573c1982d4dd8cee47f4'),(3210,'','Darko Joycelyn','F','0','1982-03-29',558,'2013-11-09 08:00:00',NULL,'129203','24c3ab8093f464c2a421b6db53dc90615ecd92e4'),(3211,'','Osei Ebenezer Kwaku','M','0','1983-07-06',558,'2013-11-09 08:00:00',NULL,'114388','4479ebc8d62dc9f759f4ebd59719445650f852b8'),(3212,'','Odoom Ama Obema','F','0','2011-02-26',558,'2013-11-09 08:00:00',NULL,'105274','e42d0adf9f9f3c66bd54206120bc7b82f70e00cb'),(3213,'','Adam Nasiru','M','0','1949-12-21',558,'2013-11-09 08:00:00',NULL,'129206','7da032f85d6b5410735a23a7cddde0d8bda67e41'),(3214,'','Ajei Amponsah Danso','M','0','2011-07-23',558,'2013-11-09 08:00:00',NULL,'129205','c21224d85bdcbf44f1667eac09bd00df32373aaf'),(3215,'','Yankey Kosi Antwiwaa','F','0','1981-05-12',558,'2013-11-09 08:00:00',NULL,'13697','4ccc762c0a2cf189a79c96183df698892c1027ea'),(3216,'','Acquah Ivy','F','0',NULL,558,'2013-11-09 08:00:00','1979-11-09','104075','a3ae9e68a7e1fc1c9684f7311945d88464d58f6a'),(3217,'','Schaitza Erich Gomes','M','0',NULL,558,'2013-11-10 08:00:00','1961-11-10','129207','c9269c89aba81e4832ad97e1dc8018a0ed25bbfe'),(3218,'','Konadu Acheampong Frank','M','0','1981-05-12',558,'2013-11-10 08:00:00',NULL,'113545','24147bfe390051d94e083cb0e701d360723e7c73'),(3219,'','Feli Jesse Selasi','M','0','2009-12-23',558,'2013-11-10 08:00:00',NULL,'101348','e24024776fe8ce9972720ca1061673bb2c767466'),(3220,'','Nsafoa Kate','F','0',NULL,558,'2013-11-10 08:00:00','1962-11-10','108868','0e41dab7f8bdb90d6d89904cc42d44f96ba38b21'),(3221,'','Gayathri Kujulwa','F','0',NULL,558,'2013-11-10 08:00:00','1970-11-10','27569','f1b2534be10a116ce2454373e8babd71b8c402fe'),(3222,'','Ramesh Kujulwa Sathyamurty','M','0',NULL,558,'2013-11-10 08:00:00','1967-11-10','27568','ee19bd76057a0c93a76f54f088b51f4550a28466'),(3223,'','Agodzo Lydia','F','0','1957-08-27',530,'2013-11-10 08:00:00',NULL,'129209','fb9c89bba8f786b617d35e8b83e2a841b304efc7'),(3224,'','Odoom Evans','M','0','1964-01-28',530,'2013-11-10 08:00:00',NULL,'83016','a63860da4b9b5d4b0515ecfeb026b773784b1208'),(3225,'','Afful Edith N','F','0','1958-11-17',530,'2013-11-10 08:00:00',NULL,'64838','724f30ec1a87a2323ff8bb2139425ac86b5e27f5'),(3226,'','Ntiamoah Tracy','F','0','2008-07-26',530,'2013-11-10 08:00:00',NULL,'81967','b3c6c1f89e125793eb2ad003e9a08f3e3dd66d91'),(3227,'','Amedu Alfari Fathima','F','0','1977-07-22',530,'2013-11-10 08:00:00',NULL,'53988','5344049fea52feb73927425ef0d95d22e525e15d'),(3228,'','Thapa Amit Kumar','M','0','1980-11-11',530,'2013-11-10 08:00:00',NULL,'108479','7444909e7e7db436cdb5b2da8f4039521fda0baa'),(3229,'','Mang Thura Gloire','F','0','2011-06-18',530,'2013-11-10 08:00:00',NULL,'125084','92d0c4568abf8896e270eb3612454ac2df4b6032'),(3230,'','Duncan Chobice','F','0','1966-01-13',530,'2013-11-10 08:00:00',NULL,'34698','d9fc1f2db70fdb7a12fde55635c2dd747068384d'),(3231,'','Cronze Ivan Denny','M','0','1981-05-09',530,'2013-11-10 08:00:00',NULL,'103559','4644ac836f5eebe305c87a12898668cc04e63f01'),(3232,'','Cofie Emelia','F','0','1970-09-26',530,'2013-11-10 08:00:00',NULL,'11270','3009df11857210e007d4eb8742364cb76969a92d'),(3233,'','Dotse Olivia Edem','F','0','1968-10-17',530,'2013-11-10 08:00:00',NULL,'','be40934db6c98acdb21ea3e24ffe253aabc61bc0'),(3234,'','Aidoo Nana Ama','F','0','1999-05-22',530,'2013-11-10 08:00:00',NULL,'81824','eaeb9377cd4e27ad1e1e948d95d7139960a0a7b6'),(3235,'','Kumi Bernice','F','0','1999-04-23',530,'2013-11-10 08:00:00',NULL,'99797','d966e6bdb532c76ce21d92d25584cca8caf52371'),(3236,'','Alphonso Eyram Kodjo','M','0','2004-06-28',530,'2013-11-10 08:00:00',NULL,'81422','e454cf6a0dbcc178e49c4d4df10c55c022dedc26'),(3237,'','Hadjor Sam Andre','M','0','2010-10-30',535,'2013-11-10 08:00:00',NULL,'101124','da5c83fbc0aad3da435e06a00cc50a926327f828'),(3238,'','Owusu Gladys','F','0','1981-09-19',530,'2013-11-10 08:00:00',NULL,'127892','78498147d180d9d4737c90a5ba88de41a7bf3a67'),(3239,'','Demedeiros Julio','M','0','1973-12-16',530,'2013-11-10 08:00:00',NULL,'','e43ba9a97862cce25b0bc4be02d3daf59d8d123b'),(3240,'','Agbetor Yahya Adzo','F','0','2005-04-18',530,'2013-11-10 08:00:00',NULL,'50181','e316b1875bbf3c3246f3372e77f629b2d3ec7187'),(3241,'','Gaveh Raymond Moses','M','0','2009-05-13',530,'2013-11-10 08:00:00',NULL,'92934','d5447d270010bdf40d0bbcf43d4397cedaf89187'),(3242,'','Copeland Katherine','F','0','1994-03-22',530,'2013-11-10 08:00:00',NULL,'128131','69f338f18daafbf8670514f9d1e86463aeb26c5b'),(3243,'','Languon Delmwin Salma','F','0','2004-03-08',530,'2013-11-10 08:00:00',NULL,'92461','87191c92db7fb76e8ad97fe65c367f671366cf2d'),(3244,'','Kpakpah Marian','F','0','1969-05-23',530,'2013-11-10 08:00:00',NULL,'129214','117085ab15f3f8bb27e95de3db8f7750b5336a3d'),(3245,'','Ataarem Rebecca','F','0','1966-05-05',530,'2013-11-10 08:00:00',NULL,'59409','750891152742c2bf666b667424efa692a3a73e3c'),(3246,'','Asante Koranchie Nana Afua','F','0','2010-12-03',530,'2013-11-10 08:00:00',NULL,'112986','3847b4e0949342f8ce62fbc03cf8697cba4c829a'),(3247,'','Collison Sean Korlai','F','0','2012-01-23',530,'2013-11-10 08:00:00',NULL,'115763','4f0f05dd833861c0386e607cd531f21a23e5bf31'),(3248,'','Hobin Jenna Ann','F','0','1988-08-03',558,'2013-11-10 08:00:00',NULL,'129216','276d835b86b0e61373d194740c2c5d7cadb9523c'),(3249,'','Adofo Addo Kingsley','M','0','1979-07-14',558,'2013-11-10 08:00:00',NULL,'93165','8f492b80b2872bc251934b48b8c3d161ac999bab'),(3250,'','Avorkpoh Johnson Kofi','M','0','1969-12-20',558,'2013-11-10 08:00:00',NULL,'9682','b5764f05638d6b9d5c795684db6620ba3e7012d3'),(3251,'','Casely Hayford Michael Riley','M','0','1988-03-26',558,'2013-11-10 08:00:00',NULL,'104820','03f660e849967b83a8641b6bc73ccc8ac8fd4a7d'),(3252,'','Awuku Ruth','F','0','1976-09-01',558,'2013-11-10 08:00:00',NULL,'98716','e22cad471c6225ac8dcf1aaa5876fb5731c3e833'),(3253,'','Lartey Ivy','F','0',NULL,558,'2013-11-10 08:00:00','1966-11-10','121372','00b69d8c10e7695fcc4b606cd9d7bd601d587f4f'),(3254,'','Achel Mark','M','0',NULL,558,'2013-11-10 08:00:00','1970-11-10','75224','55069001e347758880c331a998cd5a0ee6b610ee'),(3255,'','Tetteh Kwao Linda','F','0','1978-02-22',558,'2013-11-10 08:00:00',NULL,'103270','73c52f9ed4b5e797d59b969a9706b243414c55ed'),(3256,'','Asare Alberta','F','0','1980-03-18',558,'2013-11-10 08:00:00',NULL,'90399','cf02a67bf67d90f7dd0f6c675b62f4f2f0952a1e'),(3257,'','Sarkodee Carol','F','0','1985-09-03',558,'2013-11-11 08:00:00',NULL,'53231','da1321de8c3e0c14350e776273781f6562d191e4'),(3258,'','Yu Ruiguo','M','0',NULL,558,'2013-11-11 08:00:00','1967-11-11','129219','1b69f935e265866d1fa8f0e43176aaa692ba36c3'),(3259,'','Tagoe Dora','F','0',NULL,558,'2013-11-11 08:00:00','1973-11-11','41737','b2b8f28b05074ee963be0f5de66eb10ec2b601ea'),(3260,'','Broni David Nkasah','M','0','2006-07-18',558,'2013-11-11 08:00:00',NULL,'118779','1ea3bd827bad065bbbb8c4afb637821bb677f7dc'),(3261,'','Wentum Clarice','F','0',NULL,558,'2013-11-11 08:00:00','1965-11-11','70312','bc403b644b09ced150b9855a224de86669d2b0aa'),(3262,'','Appea Oteng Betty','F','0',NULL,530,'2013-11-11 08:00:00','1979-11-11','127452','c50233e984da2f0ff41b4fab99d4be9bc6dfeed6'),(3263,'','Haruna Anna Ogeh','F','0','1979-06-25',530,'2013-11-11 08:00:00',NULL,'129142','a20d0b0ddc5c3a5858ebfcd799ff7a86137945fb'),(3264,'','Manu Benjamin Yaw','M','0','1978-05-11',530,'2013-11-11 08:00:00',NULL,'100863','7576f3126273838e51ee1b0f14f7d169f3802b1d'),(3265,'','Johnson Loelia S','F','0','2012-01-28',530,'2013-11-11 08:00:00',NULL,'129626','3858eeb87a2950747e0b1e0b697c72dc4369059b'),(3266,'','Kpelim Etime Gilbert','M','0','1979-11-09',530,'2013-11-11 08:00:00',NULL,'129221','7d935bea3124157bcfb2e333b2d69acdb7cb8b65'),(3267,'','Ohemeng Kwabena Adom','M','0','2012-03-06',530,'2013-11-11 08:00:00',NULL,'126373','754a084039499f45b819d0102c6c61233c79f327'),(3268,'','Kuffour Mabel Adjei','F','0','1988-09-23',530,'2013-11-11 08:00:00',NULL,'107588','abb32e3d2854aeb69a033c5f28a9f800693bd13b'),(3269,'','Nyaho Tamakloe Nyaho','M','0',NULL,530,'2013-11-11 08:00:00','1942-11-11','129228','1b872021db884dd4f055d5fc27777be5bda694e5'),(3270,'','Bashiru Leila Wuntia','F','0',NULL,530,'2013-11-11 08:00:00','2010-11-11','91392','8eda843b56245bc0c83087ed80558023fb231c63'),(3271,'','Folowosele Adesayo','F','0',NULL,530,'2013-11-11 08:00:00','2010-03-11','129226','3d038b959f818ab9d37e60ad252e33961ffff678'),(3272,'','Allotey Paulina','F','0','1987-09-06',530,'2013-11-11 08:00:00',NULL,'129012','2106b15f8d5689f7f01a5419be7c809552e577d0'),(3273,'','Ametsiadzah Mary','F','0','1986-05-05',530,'2013-11-11 08:00:00',NULL,'129022','a6c6a984580d2b06efa99ee91bde56354a552170'),(3274,'','Atimba Rosemary','F','0',NULL,530,'2013-11-11 08:00:00','1983-11-11','122793','662fba4e54f0df049a9d8885091bccc8770fa11e'),(3275,'','Atimba Rosemary Baby','M','0',NULL,530,'2013-11-11 08:00:00','2013-08-11','122293','e1b481a5b05c5a298a3e9b6d000eae94e740efe8'),(3276,'','Johnson Rona Narkie','M','0',NULL,530,'2013-11-11 08:00:00','1981-11-11','','8efaa76d1bd4650d99adda34ec48c87857ba4544'),(3277,'','Kportor Stephen','M','0','1961-02-23',530,'2013-11-11 08:00:00',NULL,'79314','2054e822476abd9ad90f1a816e22399d5d7a8d4d'),(3278,'','Horton Samuel','M','0',NULL,530,'2013-11-11 08:00:00','1982-11-11','115894','6d247ad416f722ced2b1f3102ae9df6519d798d0'),(3279,'','Oduro Mensah Sheila','F','0',NULL,530,'2013-11-11 08:00:00','1993-11-11','109882','5f12331415bd96c03855718a0aaa07f7cdd051d9'),(3280,'','Ibrahim Sarata','F','0',NULL,530,'2013-11-11 08:00:00','1964-11-11','104053','3d41614a89b7e06dec904c4e259696078a3b5f2f'),(3281,'','Adjai Gloria Chidera','F','0',NULL,530,'2013-11-11 08:00:00','2010-11-11','113879','30055da13b680e5f98d5c853fab3cf248d97c9dd'),(3282,'','Hiagbe Josephine Ama','F','0',NULL,530,'2013-11-11 08:00:00','1988-11-11','114509','501d97bd2098c42236593f54e63e05661af7d743'),(3283,'','Agyeman Priscilla K','F','0',NULL,530,'2013-11-11 08:00:00','1985-11-11','125344','813f8e890a75ce0c4843bb718961cf638aa671d9'),(3284,'','Antwi Twerefour Isaac','M','0',NULL,530,'2013-11-11 08:00:00','1975-11-11','84222','5e8cd4685a4be70c73ffabfbf182cf58907e2ea8'),(3285,'','Asare Abu Justice','M','0',NULL,530,'2013-11-11 08:00:00','1978-11-11','111595','0755f45c17e8db2318ce0a02ab1fe1447c1a79ab'),(3286,'','Manu Gwendolyn','F','0',NULL,530,'2013-11-11 08:00:00','1976-11-11','129220','aa4e791e7b21ed1373db371e87883345d6dd95c0'),(3287,'','Asante Riddick','M','0','1998-01-02',530,'2013-11-11 08:00:00',NULL,'192585','1e1af68544523c8984ba4e715ca733dc34d44876'),(3288,'','Koffi Chia Nelly Marie','M','0',NULL,530,'2013-11-11 08:00:00','2005-11-11','129235','b86730aadb447cb4bbb47a63a9f7461f3415b7ab'),(3289,'','Koffi Chia Nelly Marie','M','0',NULL,530,'2013-11-11 08:00:00','2005-11-11','129235','b86730aadb447cb4bbb47a63a9f7461f3415b7ab'),(3290,'','Cudjoe Alice Dede','F','0',NULL,530,'2013-11-11 08:00:00','1960-11-11','29505','7d3e5cc381e9a790841d48366391bec926b9033f'),(3291,'','Akabutu Janet Hornam','F','0','1978-05-29',530,'2013-11-11 08:00:00',NULL,'129231','94cdce611e05a187545a912d319f388ce282cd3b'),(3292,'','Bedinkunim Owusu Bempeh','M','0',NULL,530,'2013-11-11 08:00:00','2013-01-11','123137','bb11c0971f8c26e8dc35f8af5d104ed395fb7dda'),(3293,'','Apua Sebastian','M','0',NULL,530,'2013-11-11 08:00:00','1988-11-11','125798','5a744a677ac541837e4b0769435e1565f6ca69e0'),(3294,'','Tamakloe Senyo','M','0',NULL,530,'2013-11-11 08:00:00','1983-11-11','121684','90323e99da3ee61e87cea6b0b9bf60233fcca459'),(3295,'','Nyarko Conrad David','M','0',NULL,530,'2013-11-11 08:00:00','2013-01-11','125975','0bb3480cef76949c55edc60db692b3f0ebedd5bf'),(3296,'','Osae Addo Gertrude','F','0','1986-09-05',530,'2013-11-11 08:00:00',NULL,'72845','69ab2ce7ea5727d47830ef4f27fb94cff13508f7'),(3297,'','Nasil Mohammed','M','0',NULL,530,'2013-11-11 08:00:00','1986-11-11','127474','0e0579440957cc12ac923b42e99e49cbc200549a'),(3298,'','Owusu Kwateng Pricsilla','F','0',NULL,530,'2013-11-11 08:00:00','1986-11-11','113003','c444035e6012a620ea5a25702591416e8c76f29d'),(3299,'','Ashie Ebenezer','M','0',NULL,530,'2013-11-11 08:00:00','1983-11-11','123369','6774fbf7f49e6fc1fa14a14955281bb207f7e6d2'),(3300,'','Bankas Cynthia','F','0','1986-06-09',530,'2013-11-11 08:00:00',NULL,'84567','72dafd657931eee2e8240a3770e01f8cbdcf59cc'),(3301,'','Akibu Salia','M','0',NULL,530,'2013-11-11 08:00:00','1969-11-11','129239','b493db319f91683d79cb771a3230e70856b78743'),(3302,'','Adam Samdi Saaba','M','0',NULL,530,'2013-11-11 08:00:00','2013-02-11','129234','027beff6ce0163c08ca89742b797c1e6b0809764'),(3303,'','Adam Jilma Maazin','M','0',NULL,530,'2013-11-11 08:00:00','2011-06-11','111402','68a1b6e40ec69905e2e2dab2e759500966b4778b'),(3304,'','Banabensu Enam M A','F','0',NULL,530,'2013-11-11 08:00:00','2011-12-11','112218','4067b2966acd3b918b7a636648bf7cb9a3003829'),(3305,'','Osman Abdul Razak','M','0',NULL,530,'2013-11-11 08:00:00','1993-11-11','109188','7f44f38ceb00734bbe73e08317dfd9e2d777acc0'),(3306,'','Adzoyi Vanessa Yayra','F','0',NULL,530,'2013-11-11 08:00:00','2011-12-11','113598','8d07ffd085ad26db0c1cb9d90cb19481f639b0d7'),(3307,'','Sabutey Victus Kwabla','M','0',NULL,530,'2013-11-11 08:00:00','1986-11-11','117672','2a2e4f9110a4353a61764e70c60201aba07fcc74'),(3308,'','Musa Alhassan','M','0',NULL,530,'2013-11-11 08:00:00','1953-11-11','129241','d1a05834c6a325457b3545b3ab9f124fe884d18d'),(3309,'','Nortey Naa Dromo N','F','0',NULL,530,'2013-11-11 08:00:00','2010-11-11','129228','fecc3682611991aedd412996c0eb089e9889aa1f'),(3310,'','Nortey Ebenezer N','M','0',NULL,530,'2013-11-11 08:00:00','2008-11-11','129237','f0091f7e43e52453828ef57fa62851472422e249'),(3311,'','Abaloo Samuel','M','0','1980-09-13',530,'2013-11-11 08:00:00',NULL,'38483','717d2b47c23d20a56d3e0d66e1b218bb9c37a6f2'),(3312,'','Eshun Aba Sama','F','0',NULL,530,'2013-11-11 08:00:00','2011-11-11','113637','aa52e437635580c6b94e5ad4dc32def522188343'),(3313,'','Kamal Somsom','M','0',NULL,530,'2013-11-11 08:00:00','1990-11-11','','ab625df14926d6f780c69e730ade5d42aed2868e'),(3314,'','Hassana Umar Sadiq','F','0',NULL,530,'2013-11-11 08:00:00','1991-11-11','','3e86208c292a6f8029e61a22e1b179b6e4a6e20d'),(3315,'','Prah Beryl Ann','M','0',NULL,530,'2013-11-11 08:00:00','2007-11-11','98672','4fb744f67b964118ef8061e98b4f0014df04213c'),(3316,'','Nyarko Richard S','M','0','1982-03-18',530,'2013-11-11 08:00:00',NULL,'97356','b9f291a11f9e53c84e6f97cc41ed411c7c1c91be'),(3317,'','Ossom Mark Kwame','M','0','1979-11-11',530,'2013-11-11 08:00:00',NULL,'109855','e5ba945fb642056866c9c54f91fdb1f9416796a8'),(3318,'','Adaam Mercy','F','0',NULL,530,'2013-11-11 08:00:00','1990-11-11','129068','deea7a4c200fa9bfa6ea076c3b3c7fddf24cab26'),(3319,'','Dzorvakpor Justine','F','0','1987-06-03',530,'2013-11-11 08:00:00',NULL,'99650','b8526e52e3e11fe0a8559f3b2c3dd28957fb4f78'),(3320,'','Newman Mercy Adi','F','0','1984-07-03',530,'2013-11-11 08:00:00',NULL,'115991','0c955b7af294220a63b9ee0b845a46cdd5ae4cf6'),(3321,'','Newsome Sarah','F','0','1993-05-28',530,'2013-11-11 08:00:00',NULL,'129244','1a30bb06f3b944a9c38fa0263b3a75dd73482428'),(3322,'','Asante Medjon Marcus','M','0',NULL,530,'2013-11-11 08:00:00','1969-11-11','129243','09e523c4167da54f49d6e72ba6aea4853684c110'),(3323,'','Quartey Rebecca','F','0','1985-10-28',530,'2013-11-11 08:00:00',NULL,'','0dbda19bb4d64b43ece0d6a79014d9f8c416d046'),(3324,'','Koranteng Albert Kyei','M','0','1983-02-26',530,'2013-11-11 08:00:00',NULL,'','443926ce601834de7a3a626963c58d825caa1ef4'),(3325,'','Addo Christabel Naa','F','0',NULL,530,'2013-11-11 08:00:00','2012-05-11','120329','469230a94fd211faf681be42ae362d38a037ab6c'),(3326,'','Asubonteng Suzie','F','0',NULL,530,'2013-11-11 08:00:00','1967-11-11','76487','ab46b15f46aa2f0ba751f9dcfa8e94cf0c2dc86e'),(3327,'','Senayah Elikem K','M','0',NULL,530,'2013-11-11 08:00:00','2011-11-11','116417','c0d6214fa419a206ee61e71d8ded360324071c6c'),(3328,'','Djanie Reginald','M','0','1982-06-20',530,'2013-11-11 08:00:00',NULL,'119216','c3b943519077fd8ae820efa1532970520e80a127'),(3329,'','Baagyere Isaac Batieka','M','0','1975-09-20',530,'2013-11-11 08:00:00',NULL,'','e0ff295f72be6f4de4f8a10cb6a55b38cab69e47'),(3330,'','Alves Telicaa Casimiro','M','0',NULL,530,'2013-11-11 08:00:00','2010-11-11','97967','e75f4edabde0015b16a51208f7560944b6fa1c5e'),(3331,'','Momodou Sissiho S','M','0',NULL,530,'2013-11-11 08:00:00','1955-11-11','','c1d2b2091ae9ecb557534123d116f88f2d4b8cc2'),(3332,'','Nkum Priscilla','F','0','1984-03-14',530,'2013-11-11 08:00:00',NULL,'68740','5062aec6e03b12282da11e84bc0134007c5ba1a8'),(3333,'','Adamu Adiatu','F','0',NULL,530,'2013-11-11 08:00:00','1948-11-11','42124','20289f6d1879f3b53ebdb8f25c8400ecb17e3fd5'),(3334,'','Adjetey Naomi','F','0','1972-09-21',530,'2013-11-11 08:00:00',NULL,'52920','a4c9a25dd5dda4cfc28ff88f5e5b9877327e9811'),(3335,'','Agyeman Maximus','M','0','2010-04-26',558,'2013-11-11 08:00:00',NULL,'128382','b56ce6573b071628a70ba0b5d1415b71797e6f82'),(3336,'','Adjei Ibrahim Alhaji','M','0',NULL,558,'2013-11-11 08:00:00','1941-11-11','83201','d2d2ec903147483260fe7d8173630101873a3b37'),(3337,'','Solomon Ruth','F','0',NULL,558,'2013-11-11 08:00:00','1965-11-11','119108','8a475668f438970ef06ac58cb968f271e85a3a23'),(3338,'','Akomaning Lucy','F','0',NULL,558,'2013-11-11 08:00:00','1944-11-11','16861','8001b301511918ae97650c1d2d63052de58c93a9'),(3339,'','Anim Stephen','M','0','1994-06-06',558,'2013-11-11 08:00:00',NULL,'129250','2c324821acfac2c07e4824e79a91123dcd27fa46'),(3340,'','Arkutu Nathaniel Yeboah','M','0','2009-11-20',558,'2013-11-12 08:00:00',NULL,'96622','fe2a573cb15161f2cd4638f31e64ac3375ff1b1b'),(3341,'','Agyapong Francis','M','0',NULL,558,'2013-11-12 08:00:00','1931-11-12','S/R','bd81d2f1e05b41de703f326399c8a6addda9172b'),(3342,'','Newman Edmund Neequaye','M','0','1981-01-01',558,'2013-11-12 08:00:00',NULL,'9075201','e190d6e6874a3d2581298f2ef364c7adc2f58f87'),(3343,'','Darko George','M','0',NULL,558,'2013-11-12 08:00:00','1955-11-12','90935','4e9cd21aae400d58cd4c9c1fa593408b42d54383'),(3344,'','Simons Jacob Kwasi','M','0',NULL,558,'2013-11-12 08:00:00','1936-11-12','16219','88a7aba42deaa157f8864e85183b9672997a742e'),(3345,'','Boakye Theresa Demedi','F','0',NULL,558,'2013-11-12 08:00:00','1986-11-12','100656','084f87f8d746233101052804ca209b6fdf2a3a1c'),(3346,'','Akumaning Lucy','F','0',NULL,558,'2013-11-12 08:00:00','1944-11-12','88792','a71d9192283895544ceeaee64041b1eeaa45e29a'),(3347,'','Amoonarquah James','M','0','1948-07-04',558,'2013-11-12 08:00:00',NULL,'118848','0f4592b1f58a69c0531eb252cbe94a6b9a6177a0'),(3348,'','Tamimu Hamdia','F','0','1984-10-27',530,'2013-11-12 08:00:00',NULL,'109758','5ead1d1d383d5ba9833b1bb1e11ff80d7510dd14'),(3349,'','Asirifi Yaw','M','0',NULL,530,'2013-11-12 08:00:00','1927-11-12','','d90236c36ac7b3ba239d2a0c340c64942cc7514f'),(3350,'','Mamathah Afi Dede','F','0','1997-06-13',530,'2013-11-12 08:00:00',NULL,'128209','d1db677cdcff398dfdba70a6a689c3f2802c58b2'),(3351,'','Saka Daniel','M','0',NULL,530,'2013-11-12 08:00:00','2000-11-12','49728','426a5282b257f55263b170b1232e8414731985e9'),(3352,'','Opoku Grace','F','0',NULL,530,'2013-11-12 08:00:00','1988-11-12','129124','e25e48459d8129814a4006782202b3dabb733cb6'),(3353,'','Gardiner Linda Charlotte','F','0',NULL,530,'2013-11-12 08:00:00','1918-11-12','115731','ec29ecfc35ff9ae072bc27a336ac8bc4b3d90033'),(3354,'','Baffour Eleanora Portia','F','0','1980-06-29',530,'2013-11-12 08:00:00',NULL,'','f5245b41194bafbcf6460c2eb7b3ece3d55020e1'),(3355,'','Riberio Ishmeal','M','0','1978-05-12',530,'2013-11-12 08:00:00',NULL,'','16ce347969b209ed0e48d2e0f9e70dd8f37b4988'),(3356,'','Botchway Samuel Nii Okai','M','0','1973-05-13',530,'2013-11-12 08:00:00',NULL,'','6e8045cb9d059b1f2c79734db8c5da2407d822fe'),(3357,'','Agblenodie Patience','F','0','1966-09-25',530,'2013-11-12 08:00:00',NULL,'','3da3886caea5e8d2b49e154ee5cd7ce7d5516a51'),(3358,'','Hagan Maria','F','0','1940-06-21',530,'2013-11-12 08:00:00',NULL,'','c113d9f8a402df026bebfd5ec1dfc5211f6ece00'),(3359,'','Akermann Frank','M','0',NULL,530,'2013-11-12 08:00:00','1964-11-12','129252','f0f24041df6b01e5942df35bc806e0950a676039'),(3360,'','Dennis Tsakaka','M','0','1959-06-06',530,'2013-11-12 08:00:00',NULL,'129254','69b4199ecc4de67dcd8ccb89c7ea6564e6fb2b0e'),(3361,'','Asamoah Janet Antwi','F','0',NULL,530,'2013-11-12 08:00:00','1972-11-12','119095','7484b5fd4de98339570cb4f7e4257a76b0bee0e5'),(3362,'','Amardi Evans','M','0',NULL,530,'2013-11-12 08:00:00','1990-11-12','','860a133eafe7c5a431861084c72ac7ea4ae8a088'),(3363,'','Dotse Christlove','M','0',NULL,530,'2013-11-12 08:00:00','2000-11-12','46790','dbb5f99a059fe445889f3b748fb766fc833a134f'),(3364,'','Akpatsu Isaac','M','0','1979-08-07',530,'2013-11-12 08:00:00',NULL,'105444','69a3337217bf3c8444dcdefec3b23608a2c12410'),(3365,'','Kyei Boateng Anna','F','0','1977-02-05',530,'2013-11-12 08:00:00',NULL,'68408','44b3a6c75d987abd983071f5df19568017005f1d'),(3366,'','Amoah Theresah','F','0',NULL,530,'2013-11-12 08:00:00','1979-11-12','75716','0c3a72234538144f2c6271121f4343467c58885a'),(3367,'','Okrah Isaac','M','0',NULL,530,'2013-11-12 08:00:00','2003-11-12','','2cd727a7b9dc88d3b9b85945ec7f7ba195cb580b'),(3368,'','Mordedzi Yvonne','F','0',NULL,530,'2013-11-12 08:00:00','2009-11-12','104407','07accb15bcd8993c3582aaed6f822e0f57023780'),(3369,'','Asare Theresa','F','0',NULL,530,'2013-11-12 08:00:00','1982-11-12','','900d641f02d33e8c74c68ae22dc3dba3ddf52b92'),(3370,'','Anani Korba Kwami','M','0','1972-02-12',530,'2013-11-12 08:00:00',NULL,'100609','87c2f5ddeea43de4ce03b096155f367291813824'),(3371,'','Tijadeen Nadine','F','0','1986-04-17',530,'2013-11-12 08:00:00',NULL,'129259','b1b330cf195e1a2a9b2879cd521c829caa650738'),(3372,'','Ali Norman Mumuni','F','0','1975-09-04',530,'2013-11-12 08:00:00',NULL,'129235','4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f'),(3373,'','Koema Melody','F','0',NULL,530,'2013-11-12 08:00:00','1967-11-12','88713','566b80b104f94e7f8625a999a679f0e4df0880d2'),(3374,'','Ansah Solomon E','M','0',NULL,530,'2013-11-12 08:00:00','1988-11-12','129256','023327936a79572ec788a46c41545594c8c3b5f1'),(3375,'','Bentil Quainoo Nana','M','0',NULL,530,'2013-11-12 08:00:00','2011-11-12','117771','8e7e52a0628d53c0b1de8b26f45fda20177975ad'),(3376,'','Gbana Jammel Kwesi','M','0','2006-02-19',530,'2013-11-12 08:00:00',NULL,'62404','11a65e3c9482a54fadaf72e24552ff12784cf17e'),(3377,'','Amakye Kojo','M','0','1994-04-09',530,'2013-11-12 08:00:00',NULL,'4001','d3f83bf6fc6427fac7f6141b759595c539bd01d2'),(3378,'','Abba Kafui','M','0','1974-06-12',530,'2013-11-12 08:00:00',NULL,'128289','26394aab2de24f166eb653bf565d169c962497d6'),(3379,'','Boafo David','M','0',NULL,530,'2013-11-12 08:00:00','1992-11-12','','ed2c394eb26e9b2d1aa4cc08f6a84cbfb28706ba'),(3380,'','Korley Nii Omani','F','0',NULL,530,'2013-11-12 08:00:00','1929-11-12','16625','d3e3ba0cde94f76635983bc0d713cb0ce7fc26cd'),(3381,'','Thompson Barbara E','F','0','1979-06-08',530,'2013-11-12 08:00:00',NULL,'109832','a0174d26f084e09fcfeed09fa7dbe9e058f1d418'),(3382,'','Boaduwa Esther','F','0','1969-02-14',530,'2013-11-12 08:00:00',NULL,'129261','0f06d4366b2372d8905bb38b7879ebb1bda8515b'),(3383,'','Buckman Pharrel C','F','0',NULL,530,'2013-11-12 08:00:00','2003-11-12','123931','25b397359cc79ea28bc9f74a337cbaedb4ca3683'),(3384,'','Seidel Jennifer','F','0',NULL,530,'2013-11-12 08:00:00','1993-11-12','127335','7541a19cb7be7391a86c4d2b43d30bf23be355ca'),(3385,'','Ji Guo','M','0',NULL,534,'2013-11-12 08:00:00','2012-11-12','123259','3a5354d7164db6eaa21688074b4f735fd2d3c421'),(3386,'','Kwakye Robert','M','0',NULL,534,'2013-11-12 08:00:00','1983-11-12','129265','627a3b23d854630dc13008b3c17f2b3649299f33'),(3387,'','Letsyo Eyram E','M','0','2010-07-09',534,'2013-11-12 08:00:00',NULL,'117631','1965535e92da217a7af530ca7c71e62e36ef6f6f'),(3388,'','Zigah Kwaku','M','0','1963-02-10',530,'2013-11-12 08:00:00',NULL,'129262','7f555f77b5bdbbe27281b375eff305dfdd3d340c'),(3389,'','Mansaray Zenita E K','F','0','2013-07-22',530,'2013-11-12 08:00:00',NULL,'128736','c6e57f4f78a5fd7124ef8e5b6b661e2c113bda45'),(3390,'','Obudai Juanita','F','0','1993-11-21',530,'2013-11-12 08:00:00',NULL,'129263','f009b405044d6705103c7ae883987db69583c27f'),(3391,'','Arthure Blay Hilda','F','0',NULL,530,'2013-11-12 08:00:00','1985-11-12','110936','87de708b6aed56bec9e58f60418ce3eb40e105b9'),(3392,'','Quayner William','M','0',NULL,530,'2013-11-12 08:00:00','2013-09-12','128102','807a42c7de7c2e2323719e454a9d3d3f446eb1bf'),(3393,'','Quartey Papafio Alison','F','0',NULL,530,'2013-11-12 08:00:00','1936-11-12','','fc06d87654e741b7dd4544df2634882370680694'),(3394,'','Quartey Papafio Alison','F','0',NULL,530,'2013-11-12 08:00:00','1988-11-12','','b09f7933144ae1ddd552530ab0c9461fde5d928a'),(3395,'','Quartey Papafio J B','M','0',NULL,530,'2013-11-12 08:00:00','1936-11-12','','09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe'),(3396,'','Mantey Eugenia','F','0','1992-10-16',530,'2013-11-12 08:00:00',NULL,'128334','01370d0c1b7d80b8c6c9411092f524163d16676d'),(3397,'','Ackom Mensah Ritchel','F','0','1993-12-21',530,'2013-11-12 08:00:00',NULL,'44041','aed178ae0113806fcada63320977f5b31d83a951'),(3398,'','Ababilla Pualina','F','0',NULL,530,'2013-11-12 08:00:00','1986-11-12','129268','59b3e42d4945a72eaf4e6291a30a60c002b66649'),(3399,'','Kudiabor Seorm Bryan','M','0','2007-01-29',530,'2013-11-12 08:00:00',NULL,'70590','700aec17e2ee43a847d8c11d14bed4fddbbc61c2'),(3400,'','Bludo Samuel Kofi','M','0','1964-03-21',530,'2013-11-12 08:00:00',NULL,'79085','3acd11a2cdc222e07db39b386e7dd6dfd35ba1f3'),(3401,'','Abba Anna M','F','0',NULL,530,'2013-11-12 08:00:00','2009-11-12','128388','6d731750d1d5a519ce418e3d4df8923267a3bcb8'),(3402,'','Yeboah Ivy Owusu','F','0',NULL,530,'2013-11-12 08:00:00','1993-11-12','97337','0c7784b76703af6087d8b608419d3a7cec6bd7fd'),(3403,'','Lartey Felix','M','0',NULL,530,'2013-11-12 08:00:00','1965-11-12','46653','838753c96490b87f3e1adbd7aeafdef249b01b5e'),(3404,'','Lawson Joel','M','0','1965-11-11',530,'2013-11-12 08:00:00',NULL,'60275','efebb4c9f503145fa5ad3edd07dea4e87547e492'),(3405,'','Agbotui Arlene Emefa','F','0',NULL,530,'2013-11-12 08:00:00','2011-05-12','63261','9afdc3103caa5335c6161f5c040ef9838d87e18f'),(3406,'','Yawson Antoinette','F','0',NULL,530,'2013-11-12 08:00:00','1984-11-12','117065','22eb85fef2f85c98c28921249bf5864d0dc71185'),(3407,'','Wisner Wilter Seth','M','0','2011-05-17',530,'2013-11-12 08:00:00',NULL,'122245','25924878fdedd1acfeca913eb3851a382a2b8ebf'),(3408,'','Adofo Addo Nhyira','F','0',NULL,530,'2013-11-12 08:00:00','1977-11-12','93166','f83099e845c3408e407a95dc59ac7036b4a97935'),(3409,'','Ofori Kelvin Lovely','M','0',NULL,531,'2013-11-12 08:00:00','2006-11-12','62460','676e8d6200115bd5f970048c9a155b43fc4e2418'),(3410,'','Doe Eric','M','0',NULL,531,'2013-11-12 08:00:00','1975-11-12','110231','9fe6f8ab059b5af20e7799b9db8814f5268c7599'),(3411,'','Alhassan Mohammed Saani','M','0',NULL,531,'2013-11-12 08:00:00','1965-11-12','77344','f4d58a5500e1f551dcf8cd833161564560145995'),(3412,'','Asante Mcdjan Marcus','M','0',NULL,531,'2013-11-12 08:00:00','1969-11-12','129243','de967727d43f2dbbfa63d16fcc22c4e60da5cd8b'),(3413,'','Osae Clarence Sowah','M','0',NULL,531,'2013-11-12 08:00:00','1999-11-12','67083','649039709964ac326cd5f94c85154275df8c8ae1'),(3414,'','Brew Franklin','M','0',NULL,531,'2013-11-12 08:00:00','1989-11-12','129270','475bb5cd060c4e45bf3139fc2c7284ba2a8709a7'),(3415,'','Bishop Obbin M','M','0',NULL,531,'2013-11-12 08:00:00','1964-11-12','72809','0020696d91f53587229479020394a84715f46268'),(3416,'','Nartey William','M','0',NULL,531,'2013-11-12 08:00:00','2013-05-12','125249','53a1d2d748affea74f441d7cd916ab3962cecf5d'),(3417,'','Tetteh Priscilla','F','0',NULL,531,'2013-11-12 08:00:00','1986-11-12','129272','10e1fde1b400d3cc3bcfde7dc22513965c6dab6a'),(3418,'','Anim Boateng Yaw','M','0',NULL,531,'2013-11-12 08:00:00','2007-11-12','129273','960fabf58b71c505ed1def963cb5c4c4f043cc7c'),(3419,'','Caleb John William Vinson','M','0',NULL,531,'2013-11-12 08:00:00','1996-11-12','129274','ed3760083aadbf22f3ef0acde8ef35be0b179858'),(3420,'','Osei Asare Nana Ama L','F','0','2011-04-09',531,'2013-11-12 08:00:00',NULL,'105851','8be1b9ab991972adcebd90cbf8ec710ca01aad93'),(3421,'','Nadine Tajideen','F','0',NULL,531,'2013-11-13 08:00:00','1984-11-13','129259','39704abb8e0f920d3cfe376e7b1d2c902a38c76f'),(3422,'','Cherif Aliou Mamadou','M','0',NULL,531,'2013-11-13 08:00:00','1991-11-13','123960','b20da62382e75bdbe1fd28a80305080bbbf52ab1'),(3423,'','Mfum Bithiah','F','0',NULL,531,'2013-11-13 08:00:00','1991-11-13','122845','bf096a6ea72f344ef02f1d6feba4325ba81e036b'),(3424,'','Kufuor Mary Lillian','F','0','1957-10-21',531,'2013-11-13 08:00:00',NULL,'99412','8d8a1ad5f26ba587dc70f53f387af0f0f6b0b2e5'),(3425,'','Lamptey Isaac','M','0','1964-07-16',531,'2013-11-13 08:00:00',NULL,'95240','c9675a221af275c35b5bdfd473bc68f04206d549'),(3426,'','Ommar Jibrilla Sesey','M','0',NULL,531,'2013-11-13 08:00:00','1956-11-13','129276','eb8ec7cae0c3935721f6382e094467a18d5d0d0a'),(3427,'','Baradhi Richard','M','0','1975-10-20',531,'2013-11-13 08:00:00',NULL,'129277','8fbb4312a2f7b9d30f75a4852229653256abdcf6'),(3428,'','Pax Geraldo','M','0','1970-12-09',531,'2013-11-13 08:00:00',NULL,'92421','e19fff347cd5194b4c29754d0fd0db8bc8d17b75'),(3429,'','Antwi Patrick N','M','0','1985-06-27',531,'2013-11-13 08:00:00',NULL,'129271','43acf80a855b381c15aca1be0b40e0573ee140f8'),(3430,'','Afflu David Kafui','M','0','2006-12-22',531,'2013-11-13 08:00:00',NULL,'75059','299b15409fd4a3fe752478c87d4461c6f0089755'),(3431,'','Adeniji Judith','F','0','1984-09-23',531,'2013-11-13 08:00:00',NULL,'121057','5df98fa71ff410b6ba4e94318e2305f26c815f55'),(3432,'','Fofie Emmanuel','M','0','1981-04-29',531,'2013-11-13 08:00:00',NULL,'111843','800d1858d2f6b50d3ea226d843c05f7920964488'),(3433,'','Tarawalie Abu Bakaar','M','0','1972-07-18',530,'2013-11-13 08:00:00',NULL,'88072','d02fd8c4702f793fce6e505592dee03b098c208a'),(3434,'','Peprah Alice','F','0','1941-07-11',530,'2013-11-13 08:00:00',NULL,'2063','4566892d57cc0dad41e3067362d0a961b6525f25'),(3435,'','Poku Fred Nana','M','0','1971-06-01',530,'2013-11-13 08:00:00',NULL,'90289','ce2c5081d2e6cde117632bc35274ff172dd64efb'),(3436,'','Kwashie Alex','M','0','1983-11-16',530,'2013-11-13 08:00:00',NULL,'103499','da747eca7249771644adc5a04be2a259372dac23'),(3437,'','Mensah Nana Yaa N','F','0','1988-04-23',530,'2013-11-13 08:00:00',NULL,'118856','e141ea676d52a3b83aa6ac4759885c03fa983b82'),(3438,'','Fourie Gert Johannes','M','0','1981-08-27',530,'2013-11-13 08:00:00',NULL,'129250','ee8aafd5e3391aedd8b94e97b5b027c72a2cfc5e'),(3439,'','Fourie Gert Johannes','M','0','1987-08-27',530,'2013-11-13 08:00:00',NULL,'129250','5f41ed46dcd773b33599251e25846091865c51dc'),(3440,'','Awatey Gideon','M','0','1966-01-22',530,'2013-11-13 08:00:00',NULL,'78547','a66f98aae9951498c6fd78c36899fbef1b4e3282'),(3441,'','Kandilige Adriana','F','0','1954-07-04',530,'2013-11-13 08:00:00',NULL,'129233','47233ea443e46231c4270b2f024c8e725d405ae6'),(3442,'','Addy Felicia Dede','F','0','1983-07-03',530,'2013-11-13 08:00:00',NULL,'','1624eaf9ac136bbd290e007c786c592216e8d7a6'),(3443,'','Kwaah Daniel Kwabena','M','0','1979-03-06',530,'2013-11-13 08:00:00',NULL,'','081d4d8e8f540542f39120859cb20827cd0a9c94'),(3444,'','Donkor Maxwell','M','0','1968-07-09',530,'2013-11-13 08:00:00',NULL,'','264286477292a130c3dc3e13d0b33133957580c8'),(3445,'','Anyomi Abra Beatrice','F','0','1978-11-14',530,'2013-11-13 08:00:00',NULL,'','4cdff0dad28f1e03ac7622126db321c291ad9e00'),(3446,'','Saka Esther','F','0',NULL,530,'2013-11-13 08:00:00','1957-11-13','66706','8157becda58a5178abf8a1d50dcddcc482fb3773'),(3447,'','Abedu Joyce','F','0',NULL,530,'2013-11-13 08:00:00','1988-11-13','128067','1b60cb22cd1c3b36a684050f760ac3eea5f8e325'),(3448,'','Amewudah Edith Edinam','F','0',NULL,530,'2013-11-13 08:00:00','2011-04-13','108899','b0ec5c1c87a23ff69399a5eeb2805fc52c329449'),(3449,'','Bartlett Mingle Natania','F','0',NULL,530,'2013-11-13 08:00:00','2002-11-13','56350','574f430f6155596ab21f578a258e1bcc2d72b157'),(3450,'','Kpabil Issaka','M','0','1976-06-02',530,'2013-11-13 08:00:00',NULL,'54487','8c4f73de08cc7b31a4a2d95e909301b0f87831d4'),(3451,'','Agyabeng John K','M','0',NULL,530,'2013-11-13 08:00:00','1946-11-13','81855','6a1d204a15d388cc496db0810617df3e716b59a2'),(3452,'','Mensah Aneble','F','0',NULL,530,'2013-11-13 08:00:00','1960-11-13','','20463fefb339d166b89af8d83cbd8e059291f8b3'),(3453,'','Quaye Emmanuel','M','0','1989-11-09',530,'2013-11-13 08:00:00',NULL,'129285','5e5968401d642df5d2ba35c2f2ee39a8ae45ca43'),(3454,'','Tsikata Rosemary','F','0',NULL,530,'2013-11-13 08:00:00','1988-11-13','4346','7edc2e9e025c6683952760fcdbfc4085187b11d9'),(3455,'','Corrinna Theodora','F','0',NULL,530,'2013-11-13 08:00:00','2013-03-13','128872','c74eb121d7938cb507481dde23dc167470041c52'),(3456,'','Guo Ji','M','0','2012-11-12',530,'2013-11-13 08:00:00',NULL,'123259','082470655b9afb60907b11fa31a6ea345c44cc0d'),(3457,'','Ahoula Browa Charlene','F','0',NULL,534,'2013-11-13 08:00:00','2011-11-13','1111801','6fc75e58de2ee970ed1bf689a1f36e8b91bbfb4c'),(3458,'','Sijnesael Antonio Lara Louise','F','0',NULL,534,'2013-11-13 08:00:00','1995-11-13','129286','4e9a5164ee9a778cafa4170efd57dfb9c392c488'),(3459,'','Yakoutorne Tatoa','F','0',NULL,534,'2013-11-13 08:00:00','1968-11-13','101553','adcf4b97878fc6bafac736ac3c8d9a5067cfab6d'),(3460,'','Saga Cedrio','M','0',NULL,534,'2013-11-13 08:00:00','2000-11-13','105881','d7b36038ff7195491b0cfe2e39363e17a180bc3b'),(3461,'','Boyode Constance','F','0',NULL,530,'2013-11-13 08:00:00','2011-05-13','111590','2cbec6c91e9c6ae83662065f15ce3fde78bbe971'),(3462,'','Frimpong Sampson K','M','0',NULL,530,'2013-11-13 08:00:00','1948-11-13','121010','e83803cb308a87811088f5680a826c1b81b6157a'),(3463,'','Adetumi Adeyami','M','0',NULL,530,'2013-11-13 08:00:00','1962-11-13','19147','c203f0b0c9fbc7acfb6bfda9ebe8c35d3f561cee'),(3464,'','Bitakotou Diallo','F','0',NULL,530,'2013-11-13 08:00:00','1961-11-13','104586','b29b3f5aeacf2f2f978bfbb19872f2dbf3cd9acf'),(3465,'','Tetteh Jocef','M','0','1978-12-27',530,'2013-11-13 08:00:00',NULL,'124717','6ae76938ddfa72052f0f3927f4978aff084ea589'),(3466,'','Antwi Emmanuel','M','0',NULL,534,'2013-11-13 08:00:00','2012-10-13','129126','3b53f249eec066f6012d1a24a15c04f02259c39d'),(3467,'','Bimpong Isaac','M','0',NULL,534,'2013-11-13 08:00:00','2000-11-13','124629','615b190b20ed5420726e0e89bc5b1518f65a02ce'),(3468,'','Afetsrom Linda','F','0','1987-03-06',534,'2013-11-13 08:00:00',NULL,'1033353','f1872d42e1e11b68bc86ecec68a8d5a2fe7bd410'),(3469,'','Asiamah Dorcas','M','0',NULL,530,'2013-11-13 08:00:00','1981-11-13','91786','ffb79a6c198feef6b9f4a7df3755a82c3feb877d'),(3470,'','Osei Akua Omono Asamoah','F','0',NULL,534,'2013-11-13 08:00:00','2004-11-13','74865','aa41ed2ca68c2654f91eea90d50f4a526f6e8017'),(3471,'','Asanatu Ahmed','F','0',NULL,534,'2013-11-13 08:00:00','1976-11-13','23317','dd9b57ad7c1b4446090a80b17d9a6f3149f5a7e7'),(3472,'','Opoku Osei Afua','F','0',NULL,530,'2013-11-13 08:00:00','2011-11-13','112097','201d32db18e4a6468de6110c0496c1a450225141'),(3473,'','Boakye Kwabena Evans','M','0',NULL,530,'2013-11-13 08:00:00','1984-11-13','108208','b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe'),(3474,'','Awuni Lawratu S','M','0','1975-05-31',530,'2013-11-13 08:00:00',NULL,'129289','c1073267cc2320508185b886d81f8e79a151de37'),(3475,'','Amoako Rachel','F','0',NULL,530,'2013-11-13 08:00:00','1989-11-13','32089','918cb72206b436cbaab8596ab9001a6ce7294631'),(3476,'','Tamakloe Cornelius','M','0',NULL,530,'2013-11-13 08:00:00','1983-11-13','129290','b36642c4f9b1d953da1ec2ba1889428fd02c005e'),(3477,'','Adomako Nana Akosua','F','0',NULL,530,'2013-11-13 08:00:00','2012-11-13','124405','b6ed2c478a0600299fe927f53dababc0b642b774'),(3478,'','Adjei Alhaji Ibrahim','M','0','1974-06-01',530,'2013-11-13 08:00:00',NULL,'','a33165a3a4bd8093a100bd5cb4ebd830dca455de'),(3479,'','Koranteng Joyce','F','0',NULL,530,'2013-11-13 08:00:00','1980-11-13','93775','abf4e8756351af53ab4b3e20a38499a73f5eb74f'),(3480,'','Atta Owusu Gyesiwa','F','0',NULL,530,'2013-11-13 08:00:00','2013-01-13','129284','d4e97c552306e523b3fc857c3ff37ecfef4c6109'),(3481,'','Apraku Kojo O P','F','0',NULL,530,'2013-11-13 08:00:00','1986-11-13','84919','11d6a36a1d83fb0bf2bb55329b4d61259d809b52'),(3482,'','Ali Ghazal','M','0',NULL,530,'2013-11-13 08:00:00','1974-11-13','115115','24411a0fd40e5d79f0e836f96870e53a7bb45ed7'),(3483,'','Montes Isabel','F','0',NULL,530,'2013-11-13 08:00:00','1989-11-13','129288','a430e93ed139f5e3d2b6d3073a5042fa8558ad3e'),(3484,'','Addo Boafo','M','0','1981-09-18',530,'2013-11-13 08:00:00',NULL,'38483','de575b06bc2d2abf1abacf79802e286a592961e7'),(3485,'','Cudjoe Esther','M','0',NULL,530,'2013-11-13 08:00:00','1981-11-13','32','c0a096754e7bb1e3297bde2b1f4f408f6bfcd61c'),(3486,'','Barnes Deborah','F','0','2002-01-09',530,'2013-11-13 08:00:00',NULL,'128420','9b2b78a09926665db6a6904fb8236019a3c4f20d'),(3487,'','Coleman Nicole','F','0','2011-08-08',530,'2013-11-13 08:00:00','','121497','7dc06aac4279a76b63539e01cd6babd05fd6b5f5'),(3488,'','Barnes Hagan','F','0',NULL,530,'2013-11-13 08:00:00','1976-11-13','128415','ab3f4f28598c2bcdb251ffb869b89add3170ed6f'),(3489,'','Potyka Christian','M','0',NULL,534,'2013-11-13 08:00:00','1938-11-13','129294','0cc4a8eb81f77dbcf36a4ccac9d0d6eac18fd2c3'),(3490,'','Koranten Maame Yaa','F','0','2013-01-24',534,'2013-11-13 08:00:00',NULL,'128877','408c9388c5d05053ed7ed42b7a8591c31acacf49'),(3491,'','Quaynor Akwetteh Tetteh','M','0',NULL,534,'2013-11-13 08:00:00','1985-11-13','129295','1dfbb139c72d1b4b1b6b8df28eecf442a8f1e272'),(3492,'','Amoh Deborah','F','0',NULL,530,'2013-11-13 08:00:00','2000-11-13','54217','8a896f260c5ac7200fffaf33b54e1b2773054d76'),(3493,'','Barikiss Puplampu','F','0',NULL,534,'2013-11-13 08:00:00','1985-11-13','129292','453842c573f17dc8f53d556d03efdb97d9325c2c'),(3494,'','Suleyman Halima','F','0',NULL,534,'2013-11-13 08:00:00','1989-11-13','87701','bc8506ce9880a14f71a23f10bd5bb8017971a0ca'),(3495,'','Wang Xiao','M','0',NULL,530,'2013-11-13 08:00:00','1981-11-13','129293','ddcdc0acda1fd403b8c7a91dc161f8032aadce12'),(3496,'','Agyah Kwasi Obed','M','0',NULL,534,'2013-11-13 08:00:00','1948-11-13','103495','273dfa701ea2be543f5992c88ff94b93070d74d4'),(3497,'','Asepo Ibronka','F','0','1975-04-07',530,'2013-11-13 08:00:00',NULL,'121554','95785f984064fdfdde390544104b32818f02a305'),(3498,'','Amartey Naa Borteley','F','0',NULL,534,'2013-11-13 08:00:00','1974-11-13','81458','6d9d85c321b6a9d6c56ac5a71f3f9e24c28a068c'),(3499,'','Ofei Rahma Hussein','F','0',NULL,534,'2013-11-13 08:00:00','1968-11-13','17443','4841bdb84c136793800654868fca5242ce4bc03d'),(3500,'','Ofori Sampson','M','0','1937-08-19',530,'2013-11-13 08:00:00',NULL,'124279','0b73c0251fb7e883546f625fc96a7f7ec1a03e1f'),(3501,'','Hussein Ofei Rahma','F','0',NULL,552,'2013-11-13 08:00:00','1968-11-13','17443','b9d29275fbff5bfcd22103da67a51dd39e2f14e0'),(3502,'','Ahiabu Edem Aku','F','0','1980-09-03',530,'2013-11-13 08:00:00',NULL,'64467','d1c9f8ecb45252d908dc7351d8bc27c9015a8757'),(3503,'','Ocanseey Kezia','M','0','2000-03-04',530,'2013-11-13 08:00:00',NULL,'112127','853e608fe184b52025ecd5faf035d4edb81d7cb6'),(3504,'','Bannerman Jojo Kakra','M','0','1981-12-21',530,'2013-11-13 08:00:00',NULL,'88509','f0f469caaca3135b441db3f1c45bd5f01cd68c92'),(3505,'','Obboh David Kobina','M','0','1979-09-10',530,'2013-11-13 08:00:00',NULL,'65167','19f569dad795a52aa713b176029b9ff4a4dd14d4'),(3506,'','Zhan Biwu','M','0',NULL,530,'2013-11-13 08:00:00','1975-11-13','','7ae28156337a7b0d136bde2be86440357a4dc2d9'),(3507,'','Acheampong Theophilus','M','0',NULL,530,'2013-11-13 08:00:00','1980-11-13','128986','0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a'),(3508,'','Klampah Florence','F','0','1976-05-21',530,'2013-11-13 08:00:00',NULL,'95859','6d551431a2a41fc98ce1a950acbabb372bb4777e'),(3509,'','Ndom Eyidey Araba','F','0','1988-11-08',530,'2013-11-13 08:00:00','','','6fcec0edc35e1dbc66344b5aac6a5d7c91dc9ce1'),(3510,'','Donkor Simon','M','0','1990-06-24',530,'2013-11-13 08:00:00',NULL,'129297','e04d7806ce4911b93c45990551365f28f13deb5a'),(3511,'','Hasford Martha A','F','0','1986-03-13',530,'2013-11-13 08:00:00',NULL,'121148','272a4b105dc8270feab7d67347125cfe06855eb7'),(3512,'','Abdulai Jamfaru Jeff','M','0','1983-12-03',530,'2013-11-13 08:00:00',NULL,'117183','c46f2a15a68d56cb591ba4606abfde6eba033fb3'),(3513,'','Fernando Grillo','M','0',NULL,530,'2013-11-13 08:00:00','1964-11-13','','60f44fdcee013e2f8e46c24ca73def222aa881d4'),(3514,'','Ametepe Bright Yaw','M','0','1988-01-07',530,'2013-11-13 08:00:00',NULL,'107407','daf10887897d6e653e816165da4b3313dd03b626'),(3515,'','Denutoui Afua Sedinam','F','0','1977-07-01',530,'2013-11-13 08:00:00',NULL,'5428','3752d5f6220f67280be9c219c5a3a29c33c9f8cc'),(3516,'','Muntala Alhaja Ramatu','F','0',NULL,531,'2013-11-13 08:00:00','1974-11-13','117603','fe408a5cd03562cda4f6cf78f8e91fb325209a5b'),(3517,'','Aggrey Fynn Baaba','F','0',NULL,531,'2013-11-13 08:00:00','2011-11-13','111065','70d02881b33e23d4cc34af2c3a40c40c4337f19b'),(3518,'','Nyewalema Christine','F','0','1970-08-27',531,'2013-11-13 08:00:00',NULL,'80224','67e7f6ae165fd83815d4dd7b735d64fea62840ea'),(3519,'','Poku Duffuor Yaa','F','0',NULL,531,'2013-11-13 08:00:00','1953-11-13','88388','4abc01a34680c895ccacbaac6f6e27516f61008b'),(3520,'','Mahdi Srour','M','0',NULL,531,'2013-11-13 08:00:00','1995-11-13','129299','20c5d0759d4571e0cd1d172521022c955aab835f'),(3521,'','Yankson Mary Figyina','F','0',NULL,531,'2013-11-14 08:00:00','1949-11-14','121979','c1f69bb32cc68869d721edf6aa7e5af766a4df6f'),(3522,'','Codjoe Wisdom','M','0',NULL,531,'2013-11-14 08:00:00','1975-11-14','31105','7b4fd9e40af3f79d007ff684136ad9f2cb62e668'),(3523,'','Wilson Baaba Adriana','F','0','1984-04-19',531,'2013-11-14 08:00:00',NULL,'71098','6af64d79695b1d2ea8d771912e4355b5f8c0c761'),(3524,'','Kerkula Martin Sr','M','0',NULL,558,'2013-11-14 08:00:00','1962-11-14','129278','d5b72b458671cbbc21c87689dfb66159ae450c22'),(3525,'','Sakleshpor Satish Gundurao','M','0','1960-04-07',558,'2013-11-14 08:00:00',NULL,'121942','b6d45333d82d747711a8bf08d274f8e8d7a02bdd'),(3526,'','Ofori Tettey Eugene','M','0',NULL,558,'2013-11-14 08:00:00','1961-11-14','41559','1d5d7e32651a39960063d6dc21113b7ecc22aa58'),(3527,'','Blukoo Allotey Cynthia','F','0','1937-04-07',558,'2013-11-14 08:00:00',NULL,'S/R','cf6a825254ab0a03e645e680c44009dc7cddf2cb'),(3528,'','Nyanku Daniel Deladem','M','0','2012-02-10',558,'2013-11-14 08:00:00',NULL,'125177','58dc66c79d2009d3e525af263c1f4d3b4e6c1ba2'),(3529,'','Winberg Carl Axel','M','0','1969-03-30',558,'2013-11-14 08:00:00',NULL,'129302','a859dfe0f26959a2f027dcfc190caa381024da11'),(3530,'','Odum Esi Tawiah','F','0','1974-07-14',558,'2013-11-14 08:00:00',NULL,'93034','6066ae68e19b6e2551b9568216621911e255c76d'),(3531,'','Mensah Emmanuel Nii Ankrah','M','0',NULL,558,'2013-11-14 08:00:00','1944-11-14','43599','e1760e18ff8fd177181271a55e9fa906e4000b2c'),(3532,'','Pinamang Asabea Adwoa Esther','F','0',NULL,558,'2013-11-14 08:00:00','1987-11-14','128931','b44880683434dd011260370289957be74bed3316'),(3533,'','Mensah Margaret','F','0',NULL,558,'2013-11-14 08:00:00','1954-11-14','111536','e485ff9113e2c1ef8c68f0520bc9c77b25d13459'),(3534,'','Ampofo Peter Atta Kwasi','M','0',NULL,558,'2013-11-14 08:00:00','1979-11-14','89707','cf773e55b29d7efbef3a11b9f0111d1623772bad'),(3535,'','Owusu Baah Adu Malvin','M','0','2009-10-08',558,'2013-11-14 08:00:00',NULL,'91326','dcae2e928755a729641d0e17cb766ddc3bda48c1'),(3536,'','Atilusey Mavis Aku','F','0',NULL,558,'2013-11-14 08:00:00','1984-11-14','129306','93ca103a035590b5d817ac3c378008b1b71165a8'),(3537,'','Fenoo Nuna Kwasi Jaden','M','0','2013-06-09',558,'2013-11-14 08:00:00',NULL,'129159','34c8184b87499392752b4afa3c60304aa27c82c8'),(3538,'','Quaicoe Samuel Egya','M','0','2011-12-18',558,'2013-11-14 08:00:00',NULL,'128198','782df772b5df6f6c50c0c3b2a8433de6def34a6a'),(3539,'','Boafo Jewel Tetteh','M','0','1987-06-29',558,'2013-11-14 08:00:00',NULL,'96175','dc7e26682c2b45c17582f666a68fc463f1115005'),(3540,'','Yendork Joseph Nagbire','M','0','1980-09-20',558,'2013-11-14 08:00:00',NULL,'115840','53c283ff47bf487353c84e111aab9632d85156c3'),(3541,'','Jindal Tanvir','M','0','1983-04-28',558,'2013-11-14 08:00:00',NULL,'123249','2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b'),(3542,'','Obiri Yeboah Bieni','M','0',NULL,558,'2013-11-14 08:00:00','1937-11-14','125528','20bb854e3e34bbbfb95b01a561f02a7086bd0e64'),(3543,'','Tarod Tahrek','M','0',NULL,558,'2013-11-14 08:00:00','1979-11-14','129309','b1e27a2079d7963e45fad9357b31ca842bc13372'),(3544,'','Amarquaye Thelma','F','0',NULL,558,'2013-11-14 08:00:00','1952-11-14','129310','9d4e595479f8f285c233eed91ada2bb7926d2915'),(3545,'','Bani Ernestina','F','0',NULL,558,'2013-11-14 08:00:00','1979-11-14','88828','2962cdc91bd2c027673c78f7f31b0a762b7bf4cc'),(3546,'','Fynn Catherine','F','0','1960-10-20',558,'2013-11-14 08:00:00',NULL,'2862','4baa389df6e32bbadb1371bcea6806d2cf7c660f'),(3547,'','Dzakpasu Raphael Edo','M','0',NULL,558,'2013-11-14 08:00:00','1961-11-14','110368','4925cdae7f47d60ae6c10be7af4a719bfdb1a5c7'),(3548,'','Agyei Kofi Caleb','M','0',NULL,558,'2013-11-14 08:00:00','2012-11-14','129304','c9d1e4d05099ca5752d2bf3b737d734c9ca52b1e'),(3549,'','Sesey Ommar Jibrilla','M','0',NULL,558,'2013-11-14 08:00:00','1965-11-14','129276','f19e534315807438c861bcf83b2fb17512fc2100'),(3550,'','Manu Thomas Sarfo','M','0',NULL,558,'2013-11-14 08:00:00','1983-11-14','124985','6afae10f2c40a0f4e624a12c0b9e786ad064b48d'),(3551,'','Atzame Carmelia','F','0','1986-06-21',558,'2013-11-14 08:00:00',NULL,'118480','88f73eb35445ccfab72149f692f049add3784dcc'),(3552,'','Sitoci Cihan','M','0','1980-01-08',558,'2013-11-14 08:00:00',NULL,'107323','72f25e4194a1e72b8ea89898ce8323760ba124eb'),(3553,'','Srour Mahdi','M','0',NULL,534,'2013-11-14 08:00:00','1995-11-14','129299','d634b39bf0c7666d4775a08f94f191b9667d3df8'),(3554,'','Agyemang Winifred','F','0',NULL,558,'2013-11-14 08:00:00','1982-11-14','113380','b7b9d8d947b0e07cfd3dcfceb2ae78005763fa20'),(3555,'','Osei Joseph Yaw','M','0',NULL,558,'2013-11-14 08:00:00','1968-11-14','125769','70cd31fa9e4c6fe99b9d820986f84cf2bfe534f1'),(3556,'','Ablorh Doris Mensah','F','0',NULL,558,'2013-11-14 08:00:00','1970-11-14','52791','45ee5dafa9cab443380d12a1688ab87f6640dfbe'),(3557,'','Anyimah Ruth','F','0','1984-01-28',504,'2013-11-14 08:00:00','','','7253ad885e44b468882dd0de7951c79b865d646f'),(3558,'','Boakye Agyekum Bernice','F','0',NULL,558,'2013-11-14 08:00:00','1988-11-14','121911','9f1b81ebc30e603435cfc0e5194287677c8c60a5'),(3559,'','Fady Elzeeni','M','0',NULL,558,'2013-11-14 08:00:00','1962-11-14','','456e0b48ad67311be683cb5766d51b6d76f765a0'),(3560,'','Asiedu Akyeamah Ama','F','0',NULL,558,'2013-11-14 08:00:00','1985-11-14','49208','2a10b388f183ba06ddbaaebf6574be5955341e51'),(3561,'','Debrah Delali Akua','F','0','1982-06-09',558,'2013-11-14 08:00:00',NULL,'101608','261ad2124537658de2af2762ddb975fb4adca0b2'),(3562,'','Afful Priscilla','F','0',NULL,558,'2013-11-14 08:00:00','1987-11-14','115736','c3cbdf9d338483dfca5b2e0ec30cc014ffc0befc'),(3563,'','Apau Sebastian','M','0','1987-11-15',558,'2013-11-14 08:00:00',NULL,'125798','547f8027418fb38216f4052156a1cff2775ee044'),(3564,'','Boateng Maria Konadu','F','0',NULL,558,'2013-11-14 08:00:00','1984-11-14','93350','baca8c7a27d84f6fee2928b365c26da463c9e9be'),(3565,'','Akuamoah Eric','M','0',NULL,558,'2013-11-14 08:00:00','1986-11-14','129314','d098a9e4a524d00d2d676023305f759357bccb60'),(3566,'','Appiah Nandi Akua','F','0',NULL,558,'2013-11-14 08:00:00','1984-11-14','126961','7dab032dfc3952d4fc894b7d1ba7c987e08b310b'),(3567,'','Mensah Jacklin Janet','F','0',NULL,558,'2013-11-14 08:00:00','1984-11-14','129315','89a11bff07677fc6424411f1a401d486b1e2632c'),(3568,'','Fofana Jarju Zainab','F','0',NULL,558,'2013-11-14 08:00:00','1980-11-14','97522','32c904661b709781e53c2773f621752fafc874c3'),(3569,'','Jackson Vivian','F','0',NULL,558,'2013-11-14 08:00:00','1983-11-14','129317','72b97b249423b14828c6821c87e42d0734a4b3df'),(3570,'','Mandal Karina','M','0',NULL,534,'2013-11-14 08:00:00','1986-11-14','119679','65d070a48f14080b103f73b9e7762a455f80c030'),(3571,'','Mandal Karina','F','0',NULL,534,'2013-11-14 08:00:00','1986-11-14','119679','14a457d129245cda50ce1f5b547920e238989851'),(3572,'','Acquah Mercy','F','0',NULL,534,'2013-11-14 08:00:00','1954-11-14','77439','75f0218255bd8bde789d5510780bcb5a28639548'),(3573,'','Amoako Ruth Yayra','F','0',NULL,534,'2013-11-14 08:00:00','1988-11-14','45912','51a8c8f4cc697b76ff183d8a2dbbfc62f8d4f0f2'),(3574,'','Biney Araba Georgina','F','0','1968-11-11',534,'2013-11-14 08:00:00',NULL,'112228','a74f461c0d706ef58d8194dce246264e4c4d445c'),(3575,'','Darko Janice','F','0',NULL,534,'2013-11-14 08:00:00','2010-11-14','118758','9c6311e09add9f76580a60ec6ca0dca4f1dbf279'),(3576,'','Klutsey Raphael','M','0',NULL,534,'2013-11-14 08:00:00','1979-11-14','95513','449909a83671b0d986c63af7a225467df96174e1'),(3577,'','Limange Joseph Sineka','M','0',NULL,534,'2013-11-14 08:00:00','1977-11-14','112518','d146c9c10b9496b4e915aace8273057b82cb1252'),(3578,'','Ayernor Dinah Deborah','F','0',NULL,534,'2013-11-14 08:00:00','1972-11-14','57334','204b1d5ac84957bbc7b6dc7307e7d34bd12ee86c'),(3579,'','Ayernor Dinah Deborah','F','0',NULL,534,'2013-11-14 08:00:00','1972-11-14','57334','204b1d5ac84957bbc7b6dc7307e7d34bd12ee86c'),(3580,'','Kumah Donkor Martin','M','0',NULL,534,'2013-11-14 08:00:00','1984-11-14','100591','5902336751eb6d72e63659df841633999b5a1e5a'),(3581,'','Odoi Yvonne Kerziah','F','0',NULL,534,'2013-11-14 08:00:00','2009-11-14','95903','f7992b8b9d71bcd02ec54bb9817d1ebf26a4cb69'),(3582,'','Abdul Malik Tahiru','M','0',NULL,534,'2013-11-14 08:00:00','1987-11-14','129318','2bf2266d06e8e8c4bc8911c22303912749f39499'),(3583,'','Abambiri Barbara','F','0',NULL,534,'2013-11-14 08:00:00','1980-11-14','119828','b8fc3604c1e12bec5241d2cb88a2caea328287cb'),(3584,'','Adeneken Moradeun Arindla','F','0',NULL,558,'2013-11-14 08:00:00','1964-11-14','129316','6f28c483a9725a44cfa9696e6665e88b37e2a2aa'),(3585,'','Kumeko Ernest','M','0',NULL,558,'2013-11-14 08:00:00','1988-11-14','120528','48aa35cedcf4ed59771c2f95d8c61f92de28d5d8'),(3586,'','Sackey Brenda','F','0',NULL,558,'2013-11-14 08:00:00','1984-11-14','87873','5d06f15b51d3bbcee3b4cd07c3ed831aaf944a4d'),(3587,'','Pengfei Li','M','0','1989-12-23',558,'2013-11-14 08:00:00',NULL,'S/R','47c4143cc15e0ca7094a3bcedb249f34650b85b2'),(3588,'','Essoun Ohenemaa Yaa','F','0',NULL,558,'2013-11-14 08:00:00','2012-11-14','125744','184154ebb91dafee65bf6bbf5ef6e0b2e01135aa'),(3589,'','Yarboi Cecilia Adjoa','F','0','1974-05-03',558,'2013-11-14 08:00:00',NULL,'121357','2ff7e30ba2554b77cfb94ab1730ff68d989a8571'),(3590,'','Owusu Ansah Mark','M','0',NULL,558,'2013-11-14 08:00:00','1947-11-14','112394','35371088ddb9d742cc706c38f2755a5f2771a574'),(3591,'','Lamptey Naa Koshie Lydia','F','0',NULL,558,'2013-11-14 08:00:00','1980-11-14','74993','233e4dd44845d3c7432b0a9f37ade5f988bbb5dd'),(3592,'','Agyei Mary Adoma','F','0','1982-09-11',558,'2013-11-14 08:00:00',NULL,'88911','acabef7d77e33416f7eab32aa363d5329f9985d8'),(3593,'','Orfali Zaid','M','0',NULL,558,'2013-11-14 08:00:00','1983-11-14','60315','a7bba4cacda185278062b8c1406c42265de4a385'),(3594,'','Badoo Nathaniel','M','0','1968-05-08',558,'2013-11-14 08:00:00',NULL,'96001','203a522e0e609265a41e2a2b4f84aee067b7c19d'),(3595,'','Achegani Rebecca','F','0',NULL,558,'2013-11-14 08:00:00','1981-11-14','118705','1c639056e526918fb65ca69c1e61c3843116308c'),(3596,'','Koranteng Trudy','F','0','1959-12-10',558,'2013-11-14 08:00:00',NULL,'53697','f2bfab454f41fa6ead237a990ded46da916bf8cc'),(3597,'','Ansong Emmanuel Bamfo','M','0','1962-08-18',558,'2013-11-14 08:00:00',NULL,'53890','3918eba6f8ceb625f3cb934173c4a6e87acb2638'),(3598,'','Vedogbeton Gisele','F','0','1979-05-08',558,'2013-11-14 08:00:00',NULL,'102418','488f1c6005162050b7f398aeaee7fb9e67011ab5'),(3599,'','Xiang Fuyin','M','0',NULL,558,'2013-11-14 08:00:00','1984-11-14','93799','85605266d78a5e6779b043e675b80f4cb115472e'),(3600,'','Asquinazi Floent','M','0',NULL,558,'2013-11-14 08:00:00','1983-11-14','129322','9f6bb6b9ed1e23b014c8a7f35d0c059467a8b989'),(3601,'','Adu Christian','F','0',NULL,558,'2013-11-14 08:00:00','2010-11-14','113574','7d219409e2ffeb1ae6cb93af844c156f47c301a1'),(3602,'','Adu Joy Nhyira Kokoa','F','0','2012-12-25',558,'2013-11-14 08:00:00',NULL,'122482','0c8601ede4226b285dc87b08286fdf4219646bf3'),(3603,'','Martinotti Laura','F','0',NULL,558,'2013-11-14 08:00:00','1950-11-14','','4c92c6dc00a3002f806a0630a336459700a24417'),(3604,'','Ansong Patricia','F','0','1983-07-03',531,'2013-11-14 08:00:00',NULL,'82954','324258bddf8b9be9ad3661979de8ad48f8fdc4af'),(3605,'','Ampofo Akwa Kwasi','M','0','1980-06-22',531,'2013-11-14 08:00:00',NULL,'72253','d643e50444857d254556018d6e1da1518f9621fd'),(3606,'','Asare Paintsil Kwame','M','0',NULL,531,'2013-11-14 08:00:00','2011-10-14','129180','2b762dc0c758f96c21d0dcdcb8052d5129bb6877'),(3607,'','Agyman Opoku Joyce','F','0','1960-07-01',531,'2013-11-14 08:00:00',NULL,'129324','d3db64f6895104dd261a168f5d75a665c037484b'),(3608,'','Fio Rebecca','F','0',NULL,531,'2013-11-14 08:00:00','1970-11-14','65515','41b3d3ebc870aab8422495e36ccab27ab10adca3'),(3609,'','Dodd Maxwell','M','39','0000-00-00',531,'2013-11-14 08:00:00',NULL,'56428','a13930d1b1c0736d576ab9506bbe55d27d4a0e08'),(3610,'','Obrempong Ademai Stephen','M','0',NULL,531,'2013-11-14 08:00:00','2008-11-14','122577','d168f512bbc2b28263c147f14a9e43fcf8ebc09c'),(3611,'','Asante Mensah Eunice','M','0','1979-12-04',531,'2013-11-14 08:00:00',NULL,'64554','65394e4ca650d8f23a2768edf12d5d8b0e910f69'),(3612,'','Asante Mensah Eunice','F','0','1979-12-04',531,'2013-11-14 08:00:00',NULL,'64554','6ea28e7537e9a9906f446ee237e5ae75811ce327'),(3613,'','Ayittey Asiamah Micheal','M','0','1993-12-30',531,'2013-11-15 08:00:00',NULL,'129326','0c27333285a3570abfc6717bd09c8769b6072483'),(3614,'','Ayida David Kofi','M','0',NULL,531,'2013-11-15 08:00:00','1989-11-15','125489','b793e8b66005ffa64220ff2e4108704e81b21032'),(3615,'','Akoto Belinda','F','0','1977-03-19',531,'2013-11-15 08:00:00',NULL,'116316','8df66921542856fa7f96ed29f7d111be065bea51'),(3616,'','Ashibey Joyce','F','0',NULL,531,'2013-11-15 08:00:00','1968-11-15','95061','51f35dfe796ed16f5b5c5826bd320022c5f80712'),(3617,'','Quinoo Vincent Paul','M','0',NULL,531,'2013-11-15 08:00:00','1966-11-15','39053','e4a94ed36423f54545a2f52def21e15869497f97'),(3618,'','Nelson Emmanuel Azumah','M','0','1933-06-27',558,'2013-11-15 08:00:00',NULL,'19876','1821a630951ac4cd0f0d2e50865e1e8edca8d50f'),(3619,'','Agbotui Annalise Adzo Elikem','F','0','2011-04-04',558,'2013-11-15 08:00:00','','102980','f7482f03d16f2b02347f32e84b3f5687ad2af4b6'),(3620,'','Koomson Mercy','F','0',NULL,558,'2013-11-15 08:00:00','1959-11-15','50213','c195238420a572370353e9c24bce94c895191217'),(3621,'','Asonboya Jennifer','F','0','1981-12-05',558,'2013-11-15 08:00:00',NULL,'S/R','e8eb49dfe7963e1c6cd1b27afbf62b0afb7b964d'),(3622,'','Marfo Jesse Kofi Aboagye','M','0',NULL,558,'2013-11-15 08:00:00','2002-11-15','115264','0ebb556f6fbe9ff1ef6063764a61c3486df56bf7'),(3623,'','Soedzede Josephine','F','0',NULL,558,'2013-11-15 08:00:00','1965-11-15','52467','4cd43e09c3408e2736593567d469b028637a8bbb'),(3624,'','Ackom Millicent','F','0',NULL,558,'2013-11-15 08:00:00','1967-11-15','129330','48aae428b4b18cba33ad4159e5b8bde3c9dd1e08'),(3625,'','Tetteh Mary','F','0',NULL,558,'2013-11-15 08:00:00','1970-11-15','103123','74b62d4391e99c28eb0f014716d951ad1c50c685'),(3626,'','Siriboe Chrystabelle','F','0',NULL,558,'2013-11-15 08:00:00','1956-11-15','115854','ddc63d657faa1a092f3735b6e3074548cb28d77c'),(3627,'','Arthur Ronald Esare','M','0',NULL,558,'2013-11-15 08:00:00','1986-11-15','112999','c4a5d540b48423ac385a12093385358cb4f9cebe'),(3628,'','Owusu Rebecca Asabea','F','0','1981-02-12',558,'2013-11-15 08:00:00',NULL,'91301','b149b5ca0f548bf759a75f55aced9a8e37614d3a'),(3629,'','Lartey Robert Kofi','M','0',NULL,558,'2013-11-15 08:00:00','1975-11-15','122825','a5f0ea9542e7af56253353a45a1c5396af7cf7b2'),(3630,'','Adjenah Welbeck Kwesi','M','0','1985-01-20',558,'2013-11-15 08:00:00',NULL,'129331','23ce4f109d28d971d20466f2dd0ca31c0bb60bb5'),(3631,'','Offei Obenewaa Beatrice','F','0',NULL,558,'2013-11-15 08:00:00','2003-11-15','110969','95e115687134b6cecf590a9403bf1b8298f00e4e'),(3632,'','Debrah Victoria','F','0',NULL,558,'2013-11-15 08:00:00','1986-11-15','93033','5dac57aed2307cdb0d2b75daf431d41a3ee55604'),(3633,'','Maira Redempta Moses','M','0',NULL,558,'2013-11-15 08:00:00','1989-11-15','127052','cef3b68bb63a9387ad2af0b2f504c4ade9952ec5'),(3634,'','Adu Franklin','M','0',NULL,558,'2013-11-15 08:00:00','2004-11-15','S/R','945852ee9743938f54f80c8e12180980cfaa6033'),(3635,'','Oduro Christiana','F','0','1972-04-11',558,'2013-11-15 08:00:00',NULL,'70141','35c79e318eedbd54f77a737b9a6054b2ebf364c2'),(3636,'','Quampah Owusua Gifty','F','0',NULL,558,'2013-11-15 08:00:00','1982-11-15','98129','4066a7dc6aa8119df42dc16804c2ab1472cfb3fe'),(3637,'','Afenu Bright','M','0',NULL,558,'2013-11-15 08:00:00','1984-11-15','122673','2ad2c8b9548cdc2ac494892923d581f088cf5717'),(3638,'','Asante Comfort','F','0',NULL,558,'2013-11-15 08:00:00','1965-11-15','13674','31dc05327a2d0d56f9c98307c3b0f352deb2fac4'),(3639,'','Konomou Seny Jeannette','F','0',NULL,558,'2013-11-15 08:00:00','2009-11-15','107241','334233520f433c622bd240f5e6d2cf8cc3f4aa40'),(3640,'','Konomou Gnefrou Jeanne','F','0',NULL,558,'2013-11-15 08:00:00','2006-11-15','107243','bb5c5269b076ed6cca4cb3e92e81d122fdf4e6b6'),(3641,'','Konomou Goa Marie Noelle','F','0',NULL,558,'2013-11-15 08:00:00','1984-11-15','107242','16c0bf53a1b5ebd2bf3816cf29a991d19c1796ac'),(3642,'','Abba Adelaide','F','0',NULL,558,'2013-11-15 08:00:00','2011-11-15','129332','872cf9377b67544de42fc6899e0df2a964909cf2'),(3643,'','Kwarteng Marfowaa Jehel','F','0',NULL,558,'2013-11-15 08:00:00','2010-11-15','103191','27e6dd49bdb717764a68a55044dd3acb52b54717'),(3644,'','Bevrell Monica','F','0',NULL,558,'2013-11-15 08:00:00','1983-11-15','119299','4a5397e2bb2baf342d9278d43883775bdb3b2a72'),(3645,'','Yakubu Salifu','M','0',NULL,558,'2013-11-15 08:00:00','1977-11-15','46346','498158719145a7d118578f72b2861a496cf51660'),(3646,'','Essadjo Hermine Merveille','F','0',NULL,558,'2013-11-15 08:00:00','1999-11-15','116753','7c992a96c96a842266d59afb03eddf9761e30299'),(3647,'','Gariba Portia','F','0','1994-04-19',558,'2013-11-15 08:00:00',NULL,'129339','0143173db5542dbb9fe640dcbccbf40389fe6fd7'),(3648,'','Atagabe Mary Ann','F','0',NULL,558,'2013-11-15 08:00:00','1983-11-15','104937','fa60f6365cb8cf17f7e297c21ff9a747026cf900'),(3649,'','Adjaye Daniel Adjetey','M','0',NULL,558,'2013-11-15 08:00:00','1983-11-15','68683','b213307b8056d4b7fe4204b142bb3c82e50d6c07'),(3650,'','Kuleape Kezia Korkor','F','0',NULL,558,'2013-11-15 08:00:00','1980-11-15','48102','dfcc63dcb8bdc3423a7ba50b441b7437729f1698'),(3651,'','Lilo Hamidu Mohammed Saidu','M','0',NULL,558,'2013-11-15 08:00:00','2005-11-15','129334','e12c17448f9052c5cd396aa2d202e53f00bb2bc1'),(3652,'','Lilo Fati Mohammed Saidu','F','0',NULL,558,'2013-11-15 08:00:00','1999-11-15','129338','83f7c38601f5522976edb087b2e3db1cbf99fe0e'),(3653,'','Lilo Aisha Moham','F','0',NULL,558,'2013-11-15 08:00:00','2010-11-15','129336','f02e0bd0a81e46b1d8955c480612837a90c377e3'),(3654,'','Lilo Mariam Mohammed Saidu','F','0','2013-06-03',558,'2013-11-15 08:00:00',NULL,'129333','3f5fabbb6101c0dd334217bac8b675771a925f46'),(3655,'','Adams Chris Anderson','M','0',NULL,558,'2013-11-15 08:00:00','2011-11-15','118999','8ea79e5ba8828869457285750f916ec6bd909213'),(3656,'','Bruku Esenam Yawa','F','0','1983-07-07',558,'2013-11-15 08:00:00',NULL,'129194','b3efe1f8dedbc60432ed57b1da58adf77f5a615c'),(3657,'','Manu Theophilus Aayem','M','0','1986-07-07',558,'2013-11-15 08:00:00',NULL,'129344','96fb5411b66719d4f3ee4039ca0098aff77e7661'),(3658,'','Morgan Eshun John Franklin','M','0','1951-05-03',558,'2013-11-15 08:00:00',NULL,'93363','96e2ad83eb0c23814da41d73fa2c88c75e7c5d67'),(3659,'','Antobre Rebecca Frimpomaa','F','0',NULL,558,'2013-11-15 08:00:00','2007-11-15','61151','e5e53f1b8a7e351167a3b6178c1a3c7fadb6a584'),(3660,'','Klomegah Augustine','M','0',NULL,558,'2013-11-15 08:00:00','1971-11-15','117461','4c28b5b65f1859f98e26fbff43348bfce4432383'),(3661,'','Darteh Nana Kwame Yeboah','M','0','2012-10-17',558,'2013-11-15 08:00:00',NULL,'129335','4f980753b5d51681de596e01d9859db34481a318'),(3662,'','Pesie Patsy Nirlie','F','0',NULL,558,'2013-11-15 08:00:00','2013-11-12','90651','524a1f81f42a8ab1ac161b0a38ac319a91b3e52f'),(3663,'','Swabiratu Suleman','F','0','1982-02-02',535,'2013-11-15 08:00:00',NULL,'129348','dae49276a38a1c3f2a4752fde992c80d75efa533'),(3664,'','Choful Yram Ami Abui','F','0','1977-06-25',535,'2013-11-15 08:00:00',NULL,'68710','2a9f3328acda12cd2a3a6d700b86b5e1324729c8'),(3665,'','Amaning Ofosu Charles','M','0',NULL,535,'2013-11-15 08:00:00','1934-11-15','115530','bd4610d131c0e39118df2f928dfb3f0996a2505b'),(3666,'','Odemey Mary Lancaster','F','0',NULL,558,'2013-11-15 08:00:00','1984-11-15','89024','86fe90786b3939597c5606b1697401bc925db08b'),(3667,'','Sekyiamah Victor Nana','M','0',NULL,558,'2013-11-15 08:00:00','1941-11-15','128706','81ea33224a4e100b2d19265f6deebc8309ad7f88'),(3668,'','Bonney Obiba Francis','M','0',NULL,558,'2013-11-15 08:00:00','1984-11-15','112318','610758611be58afec27ebed25acdf7402c4ac300'),(3669,'','Nipah George','M','0',NULL,558,'2013-11-15 08:00:00','1934-11-15','41293','30989a756e4124e89e988f053c87bd1a9ba78ac1'),(3670,'','Botchway Ruby','F','0',NULL,558,'2013-11-15 08:00:00','1965-11-15','60580','5bc94b4bfd071a5da566999eb02479862079fc04'),(3671,'','Mensah Charles Ansah','M','0',NULL,558,'2013-11-15 08:00:00','1983-11-15','128497','3b7a2871848147d0cb5be6521dc6bb064faabb44'),(3672,'','Frimpong Precious','F','0',NULL,558,'2013-11-15 08:00:00','2006-11-15','113419','07fcaabd5aff9981a6b530124a64bce7fa3ba8b1'),(3673,'','Tuffour Abigail','F','0',NULL,558,'2013-11-15 08:00:00','1987-11-15','128976','4fbafe5e6e940d961b725c4d9a209a4ff6685f75'),(3674,'','Tei Vivian','F','0',NULL,558,'2013-11-15 08:00:00','1982-11-15','129355','1e627af72e1bc4e73453294c81ca25c6fb0eed17'),(3675,'','Boyle Lindsay','F','0','1990-10-24',558,'2013-11-15 08:00:00',NULL,'129354','17fa3ef0141637dbc3817ad9ecef55370da8b049'),(3676,'','Fujita Emiko','F','0',NULL,558,'2013-11-15 08:00:00','1965-11-15','129356','316276423f95dc1c5406f60057c86d8a69921186'),(3677,'','Tetteh Ina Quamba','F','0',NULL,558,'2013-11-15 08:00:00','1978-11-15','88365','e48e0cc731508ed7201af6a99037ad8c91c44a78'),(3678,'','Akrong Emmanuel','M','0',NULL,531,'2013-11-15 08:00:00','2001-11-15','101633','fac01426cab7878f779567e19d41021188e4caa0'),(3679,'','Akrong Joseph Nii Tetteh','M','0',NULL,531,'2013-11-15 08:00:00','2007-11-15','101606','9a07c34fe3dbedee88fb63084e4e477c88d5607f'),(3680,'','Eastwood Anaba Angus','M','0',NULL,531,'2013-11-15 08:00:00','1998-11-15','129357','a50802c073ac6a0084734642e8668379f158b841'),(3681,'','Gyampoh Florence','F','0',NULL,531,'2013-11-15 08:00:00','1932-11-15','104473','a71e882a5281aa84c4ce2bbe58e6cde1ea31e097'),(3682,'','Yakubu Salih','M','0',NULL,531,'2013-11-15 08:00:00','1979-11-15','126227','0be789fc2e2404749f982736aad497113ea653db'),(3683,'','Adjetey Ruth','F','0',NULL,531,'2013-11-15 08:00:00','2007-11-15','74467','884468393ba135fca31f5665ee7ecb46df9e2650'),(3684,'','Adjetey Emmanuella','F','0',NULL,531,'2013-11-15 08:00:00','2009-11-15','90745','7e4b91167282c590dd63c9d6a4e79933e5147a39'),(3685,'','Nyakotey Barbara','F','0',NULL,531,'2013-11-15 08:00:00','1983-11-15','49138','daf3640095a391c2e7a4abbb76bfcdd37234e254'),(3686,'','Amihere Rita','F','0',NULL,531,'2013-11-15 08:00:00','1960-11-15','44246','b6eb7a843de9ab486f89e32497cd7adcce7f844d'),(3687,'','Nafu Kavuri Martin','M','0',NULL,531,'2013-11-15 08:00:00','1980-11-15','218752','69159916ebcef045903057c8b2edd5612d255f6e'),(3688,'','Akuetteh Benjamin Konney','M','0','1979-08-04',531,'2013-11-15 08:00:00',NULL,'52241','0128c712fbc929ba96643a25925306aae4264f13'),(3689,'','Sookhee Park','M','0','1963-08-20',531,'2013-11-15 08:00:00',NULL,'119792','7d2591a565495d32d3c46dd1ad97ac3ee400612c'),(3690,'','Anemana Anupia Linda','F','0',NULL,531,'2013-11-16 08:00:00','1987-11-16','111868','e7dc5f6e9824b9880ebc1fa5620847b05b3ff8ad'),(3691,'','Addo Boateng Kwaku','M','0',NULL,531,'2013-11-16 08:00:00','1976-11-16','129360','e39f75499f1765066cd2bfffb6a0fe6dff8952cc'),(3692,'','Nii Nortey Isaac','M','0',NULL,531,'2013-11-16 08:00:00','1937-11-16','65089','e4173c4f4adcafa8f7d2df8ceea977d1c5636510'),(3693,'','Ankamah Amanor Noah','M','0',NULL,531,'2013-11-16 08:00:00','1966-11-16','102344','70ca8e11d6a05bd67323994b462ce60490cf6035'),(3694,'','Lumor Godfred Makafui','M','0','1977-05-11',530,'2013-11-16 08:00:00',NULL,'111232','1922b5e21c3e9f77eab03b280eff5c02ed8fd954'),(3695,'','Debrah Julius','M','0','1966-04-24',530,'2013-11-16 08:00:00',NULL,'31024','baea98cc5c2211147ffbbea07f026fbb02faf07c'),(3696,'','Osei Yeboah Ohene','M','0','2010-12-01',530,'2013-11-16 08:00:00',NULL,'112186','86eb916f51c302cd9b4d0a50930ebb85acc2517a'),(3697,'','Lawson Grace','F','0',NULL,530,'2013-11-16 08:00:00','1946-11-16','3156','8d2b02467151f31d7d08952bd6f7a519e124e7c1'),(3698,'','Owusu Comfort','F','0',NULL,530,'2013-11-16 08:00:00','1977-11-16','65713','1f9afcc3152f08f22085bfcc460d0d9c97631b31'),(3699,'','Boadu Amoama Kwasi','F','0',NULL,530,'2013-11-16 08:00:00','2005-11-16','118024','367339e45a51efcf3914d65b7958c35ed42f45df'),(3700,'','Sepenoo Emeri K','M','0','2010-01-04',530,'2013-11-16 08:00:00',NULL,'129364','3cb65f9dabab58e1dd6bb39a87cf520a2813ed57'),(3701,'','Dankwa Regina Dzifa','F','0','1984-10-24',530,'2013-11-16 08:00:00',NULL,'106180','f803a919dd8d93637392e1322c5dafe8fc95afe0'),(3702,'','Madugu Justice K','M','0',NULL,530,'2013-11-16 08:00:00','1973-11-16','58385','cdccecfade5d6af2f8d0c8470610b8d2b52bf769'),(3703,'','Amoako Matilda','F','0',NULL,530,'2013-11-16 08:00:00','1971-11-16','2335','02f5c62de602544c187870375c0fb02a4603120e'),(3704,'','Assad Jana','M','0',NULL,530,'2013-11-16 08:00:00','2002-11-16','78040','2c9da2247c685eb45e67cda3b1cba7861a744224'),(3705,'','Thompson Ngozi','F','0','1979-04-06',530,'2013-11-16 08:00:00','','79084','89d5f9ecf0dd1516b762a7dd73afaa3e37cee6ea'),(3706,'','Kanyi Irene Sunbaka','F','0','1983-08-30',530,'2013-11-16 08:00:00',NULL,'115675','0c61437cbb397f0112d8510f42b4f83162c22bfb'),(3707,'','Madjitey Sammy Truman','M','0',NULL,530,'2013-11-16 08:00:00','1936-11-16','4189','a6ff73bcb22e9ad374e91c23902445126ad46c28'),(3708,'','Park Sookhee','F','0',NULL,530,'2013-11-16 08:00:00','1973-11-16','119792','8fa83bf6e691b039b2869eb3a0bd8b47ee893456'),(3709,'','Abdulai Suleman Abu','M','0','1977-08-20',530,'2013-11-16 08:00:00',NULL,'129368','8022d8607b53cd24c8e20215e5ccd6b6fefbbd7a'),(3710,'','Iddrisu Pearl','F','34','1979-11-01',530,'2013-11-16 08:00:00',NULL,'77759','3e466d56336c9a6feb03d64162ff2956dfa25abb'),(3711,'','Adraku Rejoice','F','0',NULL,530,'2013-11-16 08:00:00','1959-11-16','115127','9bf2ecdbfade473e3557e46c3a5bd0ad2df2a758'),(3712,'','Kanyi Theodore','M','0','1965-06-24',530,'2013-11-16 08:00:00',NULL,'125529','063b0e2dc1647ed4f068c9105c3572a772272b23'),(3713,'','Agyekum Afia Buruwah','F','0',NULL,530,'2013-11-16 08:00:00','1996-11-16','32507','73832dae98f5e95d0e8a4b0eaffb94154e3c0ddb'),(3714,'','Mamah Joyce','F','0','2006-06-20',530,'2013-11-16 08:00:00',NULL,'129369','3fc71c12e0b5ea5b58d907eb9e7241699d0503a4'),(3715,'','Baagyere Emelia','F','0','1976-06-05',530,'2013-11-16 08:00:00',NULL,'112098','ae98281a920cbcc32fca9d56c472d414f9f9276b'),(3716,'','Aboagye Dalglysh','M','0','2000-06-18',530,'2013-11-16 08:00:00',NULL,'191605','7fabe08b605800b46b09c4b99b9c29abb7110f86'),(3717,'','Bolovie Richard Kobla','M','0','1982-06-22',530,'2013-11-16 08:00:00',NULL,'88971','7114fce1b4e0bc5bd23b192b021ce7252fdc043c'),(3718,'','Vaye Vivian','F','0',NULL,530,'2013-11-16 08:00:00','1980-11-16','129376','a9a711adbad8c29e10783c1a18907cb07a2cbc8e'),(3719,'','Adjei Barbara Akosua','F','0',NULL,530,'2013-11-16 08:00:00','1979-11-16','86664','edc9bf3c8f5f24ab231d15cb769a4dcb0f8a7ceb'),(3720,'','Benin Grace','F','0',NULL,530,'2013-11-16 08:00:00','1945-11-16','129346','e47ae47672cb389e1c14b210b87022be04665932'),(3721,'','Eshun Ophelia','F','0','1991-05-12',530,'2013-11-16 08:00:00',NULL,'129373','15f0431c9fe96c86eacc87e6a19961d54d35df63'),(3722,'','Ayipa Emelia','F','0','1981-08-31',530,'2013-11-16 08:00:00',NULL,'112585','4896ccf26b73b1bfdb73e53ac836b26daddd89ac'),(3723,'','Kwao Dennis N','M','0',NULL,530,'2013-11-16 08:00:00','1976-11-16','129375','a2226332aa72f142fe95a15971e87e6297f49d86'),(3724,'','Aborah Wofa','M','0','1995-06-18',530,'2013-11-16 08:00:00',NULL,'129376','fa7d1684124724cc84b15649646437ca3c250a61'),(3725,'','Gonja Abdul Hamil','M','0','1972-03-03',530,'2013-11-16 08:00:00',NULL,'64024','4e7502bd428a161642ab85ef4ebbd38e61c7f189'),(3726,'','Laabi Priscilla','F','0','1980-03-23',530,'2013-11-16 08:00:00',NULL,'','0d0c51f9c6cb02b974fa627fe96c276ed639e642'),(3727,'','Yankson Jeremy Nii A','M','0','2012-12-28',530,'2013-11-16 08:00:00',NULL,'122797','17f48a4072cfd50a39c1a7af17ab10c890e749a6'),(3728,'','Amponsah Evelyn','M','0','1978-03-08',530,'2013-11-16 08:00:00',NULL,'129366','caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4'),(3729,'','Dioume Magatte C','F','0','1981-09-07',530,'2013-11-16 08:00:00',NULL,'129367','478877f1b72e37d4fe7e3b1157d31182c29690a8'),(3730,'','Musah Mohammed Kamil','M','0','1970-01-25',530,'2013-11-16 08:00:00',NULL,'63620','b7ffeff27c113d7eb5deb7126a434cc33872863a'),(3731,'','Asante William','M','0','1974-09-15',530,'2013-11-16 08:00:00',NULL,'72726','3fc8e6e34bc9e65e3b29c0a6f24ca11e1d668ea7'),(3732,'','Sepenoo Jorindel','M','0','1998-01-22',530,'2013-11-16 08:00:00',NULL,'111846','c61882b57e74cbbe0771668cf04e4880f5923833'),(3733,'','Agbosu William Kwashie','M','0',NULL,530,'2013-11-16 08:00:00','1952-11-16','129381','e56cfebd6cd88a7d343f6d12d525629509d3a598'),(3734,'','Boye Gustavia Ano Yeboah','F','0','1983-04-24',530,'2013-11-16 08:00:00',NULL,'57297','3820fbff894735e1149d56d041ecc7856a2bb390'),(3735,'','Alimor Ivy O Addo','F','0',NULL,530,'2013-11-16 08:00:00','1978-11-16','120967','07a09041d59a2a1c415eaf6a6ab49fd7a07ca4c1'),(3736,'','Botchway Olwyn Naa Kodie','F','0',NULL,530,'2013-11-16 08:00:00','2001-11-16','123960','ab9b99c678dd6a9cc3ddfba8d85af767d53b2d58'),(3737,'','Oppong William','M','0','1979-06-15',530,'2013-11-16 08:00:00',NULL,'121378','ae15044f0eafb8d00a5d99834fe5a9cff3926037'),(3738,'','Sam Donna Victoria','F','0',NULL,530,'2013-11-16 08:00:00','1983-11-16','113905','aa29eae6879bebb5b3bc77a21a256fd3ddfa29bd'),(3739,'','Bolley Jemima Holali','F','0','1993-01-15',558,'2013-11-16 08:00:00',NULL,'31946','1dbec3bf32840f88240142368d79f09b8ed01759'),(3740,'','Osei Akosua Princess','F','0','2008-08-17',558,'2013-11-16 08:00:00',NULL,'103023','757090cc4c2cc10f80c4e01da81ad5c1544ba2ce'),(3741,'','Huang Jingshen','M','0',NULL,558,'2013-11-16 08:00:00','1988-11-16','116453','61960ca7691d88889925d1d86ae00878006b4e8e'),(3742,'','Akoto Natasha Delali','F','0','2007-07-29',558,'2013-11-16 08:00:00',NULL,'71155','e531d018f72a1443015f3410ec4390b640ac70de'),(3743,'','Osmanu Sahadatu','F','0',NULL,558,'2013-11-17 08:00:00','1945-11-17','124953','5c0b4d28baf13c5d5756133e7630e30ef69a6782'),(3744,'','Charles Hubert','M','0',NULL,558,'2013-11-17 08:00:00','1961-11-17','115142','00d8351a701e8e93f175670b4cf3f71e9525d62b'),(3745,'','Asamoah Kwame Awuah','M','0','2008-11-01',558,'2013-11-17 08:00:00',NULL,'89033','2ccbe5da2bcd135b7f20b7892da6e6f22beba5ff'),(3746,'','Ayiglo Olivia','F','0','1978-12-04',558,'2013-11-17 08:00:00',NULL,'55461','f50bae980b67b2cee7b601d1084945e9e7942ccb'),(3747,'','Suley Divine Newton','M','0','1954-06-15',530,'2013-11-17 08:00:00',NULL,'13228','35a8cc3c49e17c018a07c5b9b8610e1932b475a2'),(3748,'','Tarek Itani','M','0',NULL,530,'2013-11-17 08:00:00','1987-11-17','52545','60e5436d764bc8118e5660d65a8bd9b18d98c609'),(3749,'','Clottey Joseph Ebenezer','M','0','1955-11-07',530,'2013-11-17 08:00:00',NULL,'28140','1a8821ccb8ef2cf4328d9a78c2f6937dca0cd8e6'),(3750,'','Clottey Joseph Ebenezer Jnr','M','0','1994-11-15',530,'2013-11-17 08:00:00',NULL,'23931','9bce89a03c8b024ad5f13a209bf982bb9419000a'),(3751,'','Acquah Henry Ekow','M','0','2006-05-11',530,'2013-11-17 08:00:00',NULL,'129391','8429179cee101050366a2dd02efad0b5a76c6298'),(3752,'','Owusu Mary Kesse','F','0','1988-08-08',530,'2013-11-17 08:00:00',NULL,'','4ff5893e15788e836c58361f25cb15d3fdfdb558'),(3753,'','France Theodore Odartey','M','0','2009-09-08',530,'2013-11-17 08:00:00',NULL,'119424','5b635341c3dc66c60e4fad306ac297a844aa6f92'),(3754,'','Asiedu Francis Kobena','M','0','1969-04-25',530,'2013-11-17 08:00:00',NULL,'125449','43e861d0bcbb296c2fde502f64b666b91dfbb8b9'),(3755,'','Botchway Senserai','F','0','1974-12-02',530,'2013-11-17 08:00:00',NULL,'129395','715b86732118b11b844a16377191359e85082cb1'),(3756,'','Osei Petrina ','F','0','2008-08-30',530,'2013-11-17 08:00:00',NULL,'80366','4904c63b54bf67da3009e83535f38479507668c0'),(3757,'','Ntow Emmanuella','F','0',NULL,530,'2013-11-17 08:00:00','1975-11-17','67489','51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6'),(3758,'','Owusu Gloria','F','0',NULL,530,'2013-11-17 08:00:00','1985-11-17','100210','dfc7664c5c8abd34a1fcdc7670e8952478ff1203'),(3759,'','Khan Theresa','F','0',NULL,530,'2013-11-17 08:00:00','1982-11-17','109742','b8b05946db991513d317a94663a4e4b5dbdc6f0e'),(3760,'','Oheneba Kwesi Sefa Amaning','M','0','1949-05-25',530,'2013-11-17 08:00:00','','1626','8680ad38b9d6af44f3dcc9fd5adbfa6bb928be74'),(3761,'','Amediavor Jennnifer','F','0',NULL,530,'2013-11-17 08:00:00','1984-11-17','96201','67ccb3d1ba3e557f4bf07ffac6d543f06fb01ccd'),(3762,'','Addo Sena','M','0','1987-02-28',535,'2013-11-17 08:00:00',NULL,'5002','3f985ae31efca059a990c340a7d82fadf08c6923'),(3763,'','Napier Livingstone','M','0','1989-04-04',535,'2013-11-17 08:00:00',NULL,'129396','504e53d452674278dc3a5a55f54493d8d11d5418'),(3764,'','Ibrahim Hamdalatu','F','0','1983-05-01',535,'2013-11-17 08:00:00',NULL,'89025','cc76493a5f8a6d98cd04ff02a3ec5002ac9bce22'),(3765,'','Deme Der Ngentieme Derwin','M','0','2012-12-13',535,'2013-11-17 08:00:00',NULL,'123870','04713af99dd4d54084465afaef72b97cf70d9d9b'),(3766,'','Gicheru Susan Wanjiku','F','0','1971-07-02',530,'2013-11-17 08:00:00',NULL,'129397','ba6091832f395baf1887957be49b7b24df2ef0f8'),(3767,'','Magelund Rasmus Sobaek','M','0','1987-06-30',530,'2013-11-17 08:00:00',NULL,'','c6d3c77a3d915fb70757c3384c9ce83ff68d7c6b'),(3768,'','Acheampong Kate Oti','F','0','1984-09-29',530,'2013-11-17 08:00:00',NULL,'127294','89640f49487da0f72a3a99b1d7cac9b980f6167d'),(3769,'','Tachi Michelle','F','0','2010-07-16',530,'2013-11-17 08:00:00',NULL,'99818','c538e043bb06906c1ae00801fc34749565be8d7c'),(3770,'','Twum Rebecca Effah','F','0','1988-07-11',530,'2013-11-17 08:00:00',NULL,'128282','9c6f49de9b53ecf674cf7d239883304577c3b083'),(3771,'','Olsen Elizabeth Skrahamar','F','0','1981-10-01',530,'2013-11-17 08:00:00',NULL,'129399','c6c1aaaff9d82271bad7fa7f9c63d2894b42bdba'),(3772,'','Danquah Irene M O','F','0','1981-02-27',530,'2013-11-17 08:00:00',NULL,'117574','819c222bc0f6c1a8085de737afaaf71ae932cec8'),(3773,'','Folabi Obembe','M','0','1982-03-22',530,'2013-11-17 08:00:00',NULL,'124119','58b94e09f6e924d3f93e6f0a662a5b4b25651dba'),(3774,'','Danquah Adomaye D','F','0','2013-05-23',530,'2013-11-17 08:00:00',NULL,'129400','27d7bf06a3a067c8c375ba16741b6779bb93ec24'),(3775,'','Washinton Nortey Cedric','M','0','1980-02-20',530,'2013-11-17 08:00:00',NULL,'163416','1ecd0357e1aa3efda74b2779368a48794f503af0'),(3776,'','Sanni Abiba','F','0','1967-05-14',530,'2013-11-17 08:00:00',NULL,'107042','b1b625101c6dbecbaa3a1465d9a8e832cc47577c'),(3777,'','Gomez Aba Kayi','F','0','1994-02-10',530,'2013-11-17 08:00:00',NULL,'92910','30fb9757ffd09aba7e2a38e7ec45ee1ed8b21cbc'),(3778,'','Obu Raymond','M','0','1999-11-02',558,'2013-11-17 08:00:00',NULL,'108958','541cc07ad3ab0fcc0249c752baf5ca968d38b2e4'),(3779,'','Knoote Tim','M','0',NULL,558,'2013-11-17 08:00:00','1993-11-17','129401','e30871340f2bbeb0ca177c7ff540cd1a20dedf74'),(3780,'','Abebrese Asuama Curtis','M','0','2010-03-15',558,'2013-11-17 08:00:00',NULL,'112423','16d3926c74b8672c73ed626c9786ed6e1893e262'),(3781,'','Duncan Reynolds Beatrice','F','0',NULL,558,'2013-11-17 08:00:00','1987-11-17','125567','e5305666ab0daafe84aa61a59df1f20333b08b3a'),(3782,'','Moreno Carlos Alvarez','M','0',NULL,558,'2013-11-17 08:00:00','1982-11-17','125526','b4a1f8fd78cf97d0dc2b806d9927e66d4d486003'),(3783,'','Hamza Angaawmini Kooko Froko','F','0',NULL,558,'2013-11-18 08:00:00','2012-11-18','124968','22b8d77503e80e79ffcdfa7e75a74abeb85b8643'),(3784,'','Damen Barbara Nana Adjoa','F','0',NULL,558,'2013-11-18 08:00:00','1968-11-18','13998','5e89a5efb00b7e8b3d9ab15a3c46d3f4c7a64a09'),(3785,'','Ogbeifun Edith Adesa','F','0','1979-01-23',558,'2013-11-18 08:00:00',NULL,'117071','8007c0f065f14f0cb3062f9620fe4664e16aff85'),(3786,'','Ofori Emmanuella Adubea','F','0','2011-05-31',558,'2013-11-18 08:00:00',NULL,'105916','b195735a2b3bce14092b31fbac0586d5492f48bb'),(3787,'','Abdullahi Madeeha H Y','F','0','2009-05-18',558,'2013-11-18 08:00:00',NULL,'86687','4a06515364de946f88501435ae73271aae570007'),(3788,'','Sai Hans','M','0','2002-01-10',531,'2013-11-18 08:00:00',NULL,'76840','d0052cccbead1b5a3ad606b752213d32205110ba'),(3789,'','Sai Louisa','F','0','1998-05-18',531,'2013-11-18 08:00:00',NULL,'87034','6edf64a821e54e022b22d1f022e43defe54070c6'),(3790,'','Addey Deborah Kabukie','F','0',NULL,531,'2013-11-18 08:00:00','1988-11-18','123310','ad64a5d9bb258723f465b75e5e89e296642ecd42'),(3791,'','Kumi Asor Jacqueline','F','0',NULL,531,'2013-11-18 08:00:00','1994-11-18','85879','d06c749968e93924bab39145b230e4da900ea927'),(3792,'','Dokyi Charles Kojo','M','0',NULL,531,'2013-11-18 08:00:00','1971-11-18','126043','da9528459fc27831342be9b440269f8efb5eda3b'),(3793,'','Abdul Rahaman Aboul Latif','M','0','1989-03-19',531,'2013-11-18 08:00:00',NULL,'127057','800ee272c9c42e7e803d7f13b31709e7ae22de3c'),(3794,'','Nuquaye Rib','F','0',NULL,531,'2013-11-18 08:00:00','2011-11-18','129404','10dba2c2a8a79ef87ae9ffc9a66e8a59afac7cc8'),(3795,'','Nuquaye Ruthtoria','F','0','1973-05-14',531,'2013-11-18 08:00:00',NULL,'129403','022d59083bc8799625b0d5ea3414b90807f609b2'),(3796,'','Dabrah Boahemaa Gifty','F','0',NULL,531,'2013-11-18 08:00:00','1974-11-18','24067','632bf4fccf742f75425250e462af35db372afd7d'),(3797,'','Allotey Akwei','M','0',NULL,531,'2013-11-18 08:00:00','1955-11-18','OUTSIDE REQ','0e6e761e0b05d6a6c021c7ad82d96b6abef3c70a'),(3798,'','Essiaw Comfort','F','0',NULL,531,'2013-11-18 08:00:00','1986-11-18','94422','2d3489fc353d0d280410978b48004a6eef825790'),(3799,'','Sarkodie Bonsu Abigail','F','0',NULL,531,'2013-11-18 08:00:00','1985-11-18','125904','4daf28a82baca006d0971eca4d2ed256ff9e77ab'),(3800,'','Adukpo Monica Esi','F','0',NULL,531,'2013-11-18 08:00:00','1982-11-18','MEDICALS','0d1a16d514eae74968217b0c6c7939fc127515d4'),(3801,'','Apeadu Dankwa Joseph','M','0',NULL,531,'2013-11-18 08:00:00','2001-11-18','98601','e78fc02fa31fc8b8d63973af8deb18d533f60927'),(3802,'','Appiah Nhyiraba A J','F','0',NULL,531,'2013-11-18 08:00:00','2012-07-18','','b837ad92b14aa0caeb6ff4a18ccd4f72e20840ce'),(3803,'','Appiah Maame Efua A','F','0',NULL,531,'2013-11-18 08:00:00','2010-11-18','103226','445b9a5c4a9332bf520955a2669093447aa58953'),(3804,'','Malak Zein','F','0',NULL,531,'2013-11-18 08:00:00','2008-11-18','90247','a8996d79681e9e21102f356d09b04a8a9fd784d5'),(3805,'','Kuffour Maison Eunice','F','0',NULL,531,'2013-11-18 08:00:00','1938-11-18','95237','f702c2bb57ed05a796aea63071dbdaa7bc4893f7'),(3806,'','Kabah Milan Idekam','M','0',NULL,531,'2013-11-18 08:00:00','2012-03-18','115432','b356a05290375238456212efaf4f7c94afa17172'),(3807,'','Osei Yeboa Linda','F','0',NULL,531,'2013-11-18 08:00:00','1985-11-18','112800','a2e96128ca30ccf702f0c81cde37db528a5f0343'),(3808,'','Amoo Lucy','F','0','1958-06-03',531,'2013-11-18 08:00:00',NULL,'16566','3e280f76288b2fdb08f03dea240c8bf9727f6fb9'),(3809,'','Obenewaa Constance','F','0',NULL,531,'2013-11-18 08:00:00','1966-11-18','129410','a19c8b7eaf62f655a74570fb1c85c27ae90a628f'),(3810,'','Bossman Naa Darkwa','F','0','1975-06-24',531,'2013-11-18 08:00:00',NULL,'84434','e91e8280ca9af4a08dbd9dbb353558af7d476f96'),(3811,'','Boamah Jessica','F','0',NULL,531,'2013-11-18 08:00:00','2010-11-18','95498','344763998363af13d708c8297f5cf11bb62eccc9'),(3812,'','Amidu Issaka C','M','0',NULL,531,'2013-11-18 08:00:00','1932-11-18','129413','991914442109ca80a4fdaa9f3419e0f8b5d26681'),(3813,'','Gasper Kadey Cynthia','M','0',NULL,531,'2013-11-18 08:00:00','1977-11-18','118812','833ba9a6391777423ad0ef266c7ae2702dc1b3c7'),(3814,'','Addotey Nii Kpakpo Albert','M','0',NULL,531,'2013-11-18 08:00:00','1985-11-18','122616','5d2dbf11609117354bf372ddabedac9c27ffa1f8'),(3815,'','Ahagbo Ennim','F','0','1974-05-16',531,'2013-11-18 08:00:00',NULL,'129408','10d19f4a5e4228ae905a4a5e6b5cf5f119208919'),(3816,'','Dankwa Josephine A','F','0',NULL,531,'2013-11-18 08:00:00','2001-11-18','97247','05e4f4e88ec56da31b05f1a52ff5703e20d05135'),(3817,'','Oppong Danso Janet','M','0',NULL,531,'2013-11-18 08:00:00','1962-11-18','127153','b5e36351f0d28d309a3bbb03f9907eec1637c6c4'),(3818,'','Bentil Emmanuel Nana Kwesi','M','0',NULL,531,'2013-11-18 08:00:00','2011-11-18','117771','f22247a5b0189f302fb31c27f3b9531060fc1213'),(3819,'','Tsatsu Kofi Agboh','M','0',NULL,531,'2013-11-18 08:00:00','2006-11-18','123082','b95a11264c0b3c2943fe81b48f1ca8c77bf22a91'),(3820,'','Wemegah Marshall','M','0',NULL,531,'2013-11-18 08:00:00','1959-11-18','89914','ef0388e9d67c51cad51fa2872850e3b0dac35f83'),(3821,'','Amoako Sally','F','0',NULL,534,'2013-11-18 08:00:00','1975-11-18','','d04248957a66ecddd45d4d67c051e1a0d94b814a'),(3822,'','Dwumah Henry','M','0',NULL,531,'2013-11-18 08:00:00','1971-11-18','52026','5a97a896cb01535cf0e4cf04a5effe12bb5d8a1b'),(3823,'','Prempeh Nana Akyaa','F','0',NULL,531,'2013-11-18 08:00:00','1956-11-18','126031','933de04335957565cbd8a483383470178bf10366'),(3824,'','Mensah Elizabeth A','F','0',NULL,531,'2013-11-18 08:00:00','2009-11-18','87961','09c6f96c98a8fad5ff6574ec91a936fcce2c8496'),(3825,'','Antwiaa Joyce','F','0',NULL,531,'2013-11-18 08:00:00','1964-11-18','107854','29bd00c89477b78f76bb619322dd2fd95cfeed66'),(3826,'','Boateng Akosua A','F','0',NULL,531,'2013-11-18 08:00:00','1988-11-18','119949','d76b2c3a0eee8d2ed5f51c80c56d0fe4fecd638e'),(3827,'','Yussif Munipah','F','0',NULL,531,'2013-11-18 08:00:00','1988-11-18','129407','90cd7e166df88c263745c277ae8c3f917a6defcc'),(3828,'','Afful K','M','0',NULL,531,'2013-11-18 08:00:00','1990-11-18','129415','3d894acbeaa02e2a01383a15e956439eeb47e57e'),(3829,'','Bonney Beatrice','F','0','1990-10-29',531,'2013-11-18 08:00:00',NULL,'129405','d63dd8665d1e35e4591f454ceab1db4788ff27b3'),(3830,'','Gaisie Nana Bafowa','F','0',NULL,531,'2013-11-18 08:00:00','2011-04-18','111060','d0ca57d931cb3092a6f2ca89aade7b66763ebdf4'),(3831,'','Joshua Jacquaye','M','0',NULL,531,'2013-11-18 08:00:00','2005-11-18','129412','0b3a859382b12d842bdd733dcc8020bc546d8391'),(3832,'','Fynn Philip D','M','0',NULL,531,'2013-11-18 08:00:00','1973-11-18','129417','277c813a29b835d9927dde2e638b3b907a28c825'),(3833,'','Nene Satourou Soumare','F','0',NULL,531,'2013-11-18 08:00:00','1980-11-18','19330','2312304653603af8e75510232c5e103dc66bc45b'),(3834,'','Govendha Raja Chitambara T','M','0',NULL,531,'2013-11-18 08:00:00','1971-11-18','80104','8766577dd6866cdfbb6dd1d3f27dfd9c8ccccced'),(3835,'','Owusu Boateng Lois','F','0',NULL,531,'2013-11-18 08:00:00','1983-11-18','104695','38a7cd807f31a016878d78b87efec6567267e99f'),(3836,'','Sackey Naa Ode Claris','F','0',NULL,531,'2013-11-18 08:00:00','1986-11-18','109826','f1a18147826fdfa4d56e3de63d0c878219033c6d'),(3837,'','Augustine Adamah','M','0',NULL,534,'2013-11-18 08:00:00','1983-11-18','111061','22db741f020ec334fc6edf6431db49de26cabb6b'),(3838,'','Sepenoo Efe Candy','F','0',NULL,534,'2013-11-18 08:00:00','2001-11-18','129390','525e8d0dfd2b0d5854d8f1c9a4ac0942fbfebe6d'),(3839,'','Blukoo Allotey Jacob Amekor','M','0',NULL,531,'2013-11-18 08:00:00','1928-11-18','SR','3e72d5dd51c81711ea5d3085fc4a1e4e82be737d'),(3840,'','Chloe Tania Loada','F','0',NULL,531,'2013-11-18 08:00:00','2012-09-18','129416','0ab4c770d43e75e1ed59afbb1e2acab7844dca24'),(3841,'','Ababilla Paulina','F','0',NULL,531,'2013-11-18 08:00:00','1986-11-18','129268','b29389efd69ff94fd35b6468d75a5a5fe0f88fcf'),(3842,'','Nnoma Addison Michelle','F','0',NULL,531,'2013-11-18 08:00:00','2013-02-18','123886','ce620e68302b4f1abae9ead6b3a9c53623167d30'),(3843,'','Ayuk David','M','0',NULL,531,'2013-11-18 08:00:00','1982-11-18','110653','64f0c2470726ead6b2995894fe942a87837d55ea'),(3844,'','Nunekpeku Sandra','F','0',NULL,531,'2013-11-18 08:00:00','1984-11-18','87512','808facf76a9469e4ffb03be768cb65d464005d00'),(3845,'','Mensah Samuel H K','M','0',NULL,531,'2013-11-18 08:00:00','1972-11-18','','e187b8808ed950bc5a8defbf5a6c27f3bd4bbc0f'),(3846,'','Aryeetey Eva','F','0',NULL,534,'2013-11-18 08:00:00','1976-11-18','129418','fc01131f7ddffa14a7261296c4fdd583315b0498'),(3847,'','Mukasa Sarah','F','0',NULL,534,'2013-11-18 08:00:00','1964-11-18','63067','e2c4a601875455945409eee2ebb9e3de0bbf036d'),(3848,'','Bintou Marenah','F','0',NULL,534,'2013-11-18 08:00:00','1993-11-18','109320','e12eb684977fd9fbdff349a1cb4ccd3ecebc9b98'),(3849,'','Teye Gifty','F','0',NULL,534,'2013-11-18 08:00:00','1986-11-18','128.00','2d8f0592c55b51be3dc91a1729e02c5f52b8cad0'),(3850,'','Seidu Wokuba','M','0',NULL,531,'2013-11-18 08:00:00','1981-11-18','129421','8de9e9c7693b827f231583e24178f5169f4c4112'),(3851,'','Adzidah Rachel Venunye','F','0',NULL,531,'2013-11-18 08:00:00','1987-11-18','125110','c76933c426d542e4d56cb62a09ead4281bf552bd'),(3852,'','Glynn Irene E','F','0',NULL,531,'2013-11-18 08:00:00','1963-11-18','129266','076f4eebbf2f15e90241e655120db6d685a80197'),(3853,'','Atta Williams Kweku','M','0',NULL,531,'2013-11-18 08:00:00','2013-06-18','OUTSIDE REQ','9ef9e5d382a2824d5fcf723beeefe58b432e59e2'),(3854,'','Mensah Rita Bentsiwah','F','0',NULL,531,'2013-11-18 08:00:00','1989-11-18','129422','dd6294b683fcc3b818c0893a00508de7975e6bfa'),(3855,'','Adjetey Patrick Loris','M','0',NULL,531,'2013-11-18 08:00:00','1960-11-18','49754','f3874d42bd1a3e3c820d3c88783fd1fe2aae0678'),(3856,'','Fuachie Oka Kelden','M','0',NULL,531,'2013-11-18 08:00:00','2006-11-18','63662','4c724498b304c7a3ce6bc45e443bb75d4c399821'),(3857,'','Larbi Afua Adumea','F','0',NULL,531,'2013-11-18 08:00:00','1987-11-18','118990','f10950dace938ee85047fd099c7370be060db733'),(3858,'','Acquaye Priscilla Ekua','F','0',NULL,531,'2013-11-18 08:00:00','1986-11-18','123571','20f14538d31bc10059e450c2f6963893ab3846fe'),(3859,'','Remlinger Vivian','F','0',NULL,531,'2013-11-18 08:00:00','1994-11-18','129427','e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4'),(3860,'','Yakubu Bilkiss','F','0',NULL,531,'2013-11-18 08:00:00','1994-11-18','127178','893ac0e101e0b61227c98ec4a8e47325ce42043b'),(3861,'','Ocquaye Lord Nortey','M','0','1983-02-05',531,'2013-11-18 08:00:00',NULL,'','c2d94ad64162ca1182a6bd624e3437acb2b6c744'),(3862,'','Tawiah Kisseth James','M','0',NULL,531,'2013-11-18 08:00:00','1973-11-18','86907','038fd6afdc14ae09d1dfab42962ef8bd222a173f'),(3863,'','Lixing Bai','M','0',NULL,531,'2013-11-18 08:00:00','2013-01-18','129428','e9c35ed74d0a6b520a15b83f42116ba619769a95'),(3864,'','Annoh Quarshie Janice','F','0',NULL,531,'2013-11-18 08:00:00','1991-11-18','21381','ced25174a76ab34b3498e4c20a5df7cafe25f3e8'),(3865,'','Otoo Salamatu Elizabeth','F','0',NULL,531,'2013-11-18 08:00:00','1960-11-18','75929','deab63d8abf38254c10429e1a0b30cff569db3c2'),(3866,'','Asumadu Boatemaa Beatrice','F','0',NULL,531,'2013-11-18 08:00:00','1987-11-18','127762','24acbc8d962677e4fb4943902cdc76b2021b367c'),(3867,'','Brianna Gabriel','F','0','1991-10-29',531,'2013-11-18 08:00:00',NULL,'128145','63d87eb11bdd7601ab4276422df517e1ec52e12b'),(3868,'','Hottor Sheryl Nonudzor','F','0','2003-11-12',531,'2013-11-18 08:00:00',NULL,'69681','93283cb8c723e0877c1cfa9dfbb225f33f5873e7'),(3869,'','Hottor Ewoenyuie Owraku','M','0','2006-09-20',531,'2013-11-18 08:00:00',NULL,'63131','0151e4997d8652ea03065507c96637fdac68df07'),(3870,'','Abaya Jehoshaphat','M','0',NULL,558,'2013-11-18 08:00:00','1983-11-18','84251','4c6e7f882e8f09ae94f9f3166137b963f071b846'),(3871,'','Masri Nadia','F','0',NULL,558,'2013-11-18 08:00:00','1999-11-18','129430','dd31511a69409337775f773f14cd81e29c51ba93'),(3872,'','Baffoe Eghan Kojo Gyan','M','0','1979-04-16',558,'2013-11-18 08:00:00',NULL,'106739','7e73185a90546b2886b38dc770c53895140fc82e'),(3873,'','Dongotey Sarah','F','0',NULL,558,'2013-11-18 08:00:00','1983-11-18','128507','7f457472f2360728502e0ccfa8ccc11c87e20e13'),(3874,'','Asante Jadon Appiakorang','M','0','2012-09-19',558,'2013-11-18 08:00:00',NULL,'129433','90b42e97ef0e3729e053894571ae13b59e875c3f'),(3875,'','Amande Maame Afua Nhyira','F','0','2008-03-08',558,'2013-11-18 08:00:00',NULL,'115131','59d89af3431dd0395a6889fa2289a1a51e8e6596'),(3876,'','Asamoah Nana Kweku','M','0',NULL,558,'2013-11-18 08:00:00','1977-11-18','74034','bfcae3ad41607de0bbed713385b8f6b7096f5ae1'),(3877,'','Fabro Andresa','F','0',NULL,558,'2013-11-19 08:00:00','1978-11-19','129359','8f41e9c37ae0088fc1301462f700c5b9b1cc04bb'),(3878,'','Annan Rose','F','0',NULL,558,'2013-11-19 08:00:00','1970-11-19','49431','d2960d2ba43e1299723c64a82dad911341d4c14b'),(3879,'','Tepe Mensah Fridolin','F','0',NULL,558,'2013-11-19 08:00:00','1953-11-19','10282','39dd882a92b9a6706165f7b01e57d17edf807cb2'),(3880,'','Opoku Addo Juliana','F','0',NULL,558,'2013-11-19 08:00:00','1940-11-19','53578','5c844f0624b6be15e058b0503ac59950b79e600e'),(3881,'','Avudzivi Justice Kwame','M','0',NULL,558,'2013-11-19 08:00:00','1935-11-19','2991','bb6843bc32a734353597b8621701eb0a01244e44'),(3882,'','Agyemang Ashong Denzel','M','0',NULL,558,'2013-11-19 08:00:00','2009-11-19','102216','4dd94b3f5838b3f687dd92767c651294c3bbba24'),(3883,'','Agyekum Catherine','F','0','1985-01-21',531,'2013-11-19 08:00:00',NULL,'116919','9132b4a7d8de49344127942a096691f678538930'),(3884,'','Acheampong Rosemond','F','0',NULL,531,'2013-11-19 08:00:00','1941-11-19','1803','b702cda4a14a4b6e50ac29005d32091e8e99a39f'),(3885,'','Trevor Charles K Simpson','M','0',NULL,531,'2013-11-19 08:00:00','1963-11-19','MEDICALS','ce87fe012002f3357a9d1a8c994b87bf50276454'),(3886,'','Twumasi Ransford','M','0',NULL,531,'2013-11-19 08:00:00','1983-11-19','MEDICALS','0c669698f147ddeb9ecbe106fa470612d7a024f4'),(3887,'','Lamptey Samuel','M','0',NULL,531,'2013-11-19 08:00:00','1958-11-19','52752','1a3128ab0d7904899edc64ad666a62c858c71ff7'),(3888,'','Oddoye Euphemia Naana A','F','0',NULL,531,'2013-11-19 08:00:00','1965-11-19','85964','9d94ece5d1bebfde5454ed2fe415befc2581eab2'),(3889,'','Menkah John D K','M','0',NULL,531,'2013-11-19 08:00:00','1958-11-19','56875','9ef7da69eb6ac3d1b8b508c7e2062eb4d95ec0af'),(3890,'','Menkah Gandah E','F','0',NULL,531,'2013-11-19 08:00:00','1963-11-19','59596','1e41ee1e4f0b318f89f48f32d76c55c6209213e4'),(3891,'','Sai Farouk','M','0',NULL,531,'2013-11-19 08:00:00','1979-11-19','MEDICALS','f44025bfdb9b56cd254be048f276001881571e2c'),(3892,'','Fenuku Charity K','F','0',NULL,531,'2013-11-19 08:00:00','1960-11-19','46624','1d589590387bbcd37eac0d571423ed047ced248a'),(3893,'','Hammond Ebenezer','M','0',NULL,531,'2013-11-19 08:00:00','1956-11-19','96945','695b30b37a70b86e7b8b349d5d53e7dfd4e8f547'),(3894,'','Botchway Leslie A','M','0',NULL,531,'2013-11-19 08:00:00','1978-11-19','103095','e13c334f4d2f2e263d84798a08c3d20fefd90089'),(3895,'','Cudjoe Esther','F','0',NULL,531,'2013-11-19 08:00:00','1981-11-19','111309','9a53dbc500cd3846d9dd6a6dda341ba1eaa77cec'),(3896,'','Aboagye Agnes','F','0',NULL,531,'2013-11-19 08:00:00','1983-11-19','125673','89de1da764e2f5cd4dac453f8c73e0948db94bf9'),(3897,'','Boakye Janice','F','0',NULL,531,'2013-11-19 08:00:00','2005-11-19','28938','9d118804520c93af7dbacf50eed3ae3a6a7f1b71'),(3898,'','Tetteh Gizella','F','0',NULL,531,'2013-11-19 08:00:00','1970-11-19','32733','0b30f82c1f71d17875a3a1631b24b8c2a27db5d1'),(3899,'','Mbakogu Chidera','F','0',NULL,534,'2013-11-19 08:00:00','2007-11-19','82578','b30fa22b66456868010d602f93874fb5ae001b32'),(3900,'','Agyare Fraser','M','0',NULL,531,'2013-11-19 08:00:00','1978-11-19','45204','388a4a78a7ba115f620eebfe52fd7932521bbe21'),(3901,'','Downton Nigel David','M','0',NULL,531,'2013-11-19 08:00:00','1957-11-19','129439','95c9a9924e7a2403b97ff4cd54a01ef8e9282c15'),(3902,'','Da Costa Dave Andre','M','0',NULL,531,'2013-11-19 08:00:00','1974-11-19','126444','ab1d440d6e96e264ca494b4bb6ba3054b84c0d91'),(3903,'','Alhaji Alhassan Yorimah','M','0',NULL,531,'2013-11-19 08:00:00','1941-11-19','129435','dd0f9c5ae15b71434dcf8ce8d713490d1ee59802'),(3904,'','Dansowah Faustina','M','0',NULL,531,'2013-11-19 08:00:00','1980-11-19','129442','1c34ead7c468f666e5aec06d5a3389fc30a5463f'),(3905,'','Boateng Chelsea','F','0',NULL,531,'2013-11-19 08:00:00','2004-11-19','129436','5ac63356835de69b9fcf7138498a6d4d191f511e'),(3906,'','Asafd','M','0',NULL,504,'2013-11-19 08:00:00','1990-11-19','','1793fde349f01fbcf09d34a40f60a378ccaefae3'),(3907,'','Mb Jnbv','M','0',NULL,531,'2013-11-19 08:00:00','1988-11-19','','d712df4321bcf19b1aee86ddb4c908f55994754a'),(3908,'','Kwarteng Baah Simon','M','0',NULL,531,'2013-11-19 08:00:00','2007-11-19','114142','e2a3f1e745a66c1bac2332e3eab8f13fd84dceef'),(3909,'','Adjetey Devine K S','M','0',NULL,531,'2013-11-19 08:00:00','2009-11-19','126335','b011cf483f3cc7ebc42202f92676925bb9e3abf4'),(3910,'','Gyimah Acheampong Mavis','F','0',NULL,531,'2013-11-19 08:00:00','1984-11-19','122636','0f0961d60f804c12c26104d2dd42106917511b4e'),(3911,'','Tengbaar Laaso','F','0',NULL,531,'2013-11-19 08:00:00','1938-11-19','129434','5c21a0dd80572178b91ed5d691b259f1eaaa94c2'),(3912,'','Suleman Bakiyatu Sualihat','F','0',NULL,531,'2013-11-19 08:00:00','1982-11-19','124249','83396dbbadfb79e9f05fab3f558bbab8652eb64f'),(3913,'','Asante Priscilla','F','0','1980-07-07',531,'2013-11-19 08:00:00',NULL,'116772','c8dc9f03ff44a4beb50cbdf67f00d4fd80a130f5'),(3914,'','Frimpong Anane Kofi','M','0',NULL,531,'2013-11-19 08:00:00','1976-11-19','OUTSIDE ','1d7effbc9ba53af08e329d8040960602e91359a4'),(3915,'','Setsoafia Georgina Adom','F','0',NULL,531,'2013-11-19 08:00:00','1950-11-19','52213','6d2fc3336e6c73c561c6c95585a251dde0775c9f'),(3916,'','Owusu Angela A','F','0','1985-02-26',531,'2013-11-19 08:00:00',NULL,'100246','08e0fd2b4cecf2c3c8409cae898cfac2a9d7ce5d'),(3917,'','Amissah Ewuradwa Baby','F','0',NULL,531,'2013-11-19 08:00:00','2013-10-19','129411','edc8845aade23c819dbc310e72bdbc1977a10595'),(3918,'','Gfgfhhkj','M','0',NULL,531,'2013-11-19 08:00:00','1981-11-19','','0cd6f43c1fcad3227519846e3071e0e1b23cafb4'),(3919,'','Boakye Amankwa Kwadwo','M','0',NULL,531,'2013-11-19 08:00:00','2002-11-19','82306','187bdac419eea9dce10ed9304126a7acd37beea3'),(3920,'','Ayiku Kanor Edward','M','0',NULL,531,'2013-11-19 08:00:00','1938-11-19','19441','73933c320f6507ab0ff6044c69a9927bc9765a5f'),(3921,'','Taleh Wissam','M','0',NULL,531,'2013-11-19 08:00:00','1986-11-19','122541','d261edf0d51c6dbfff8d50ae77f7de1d30293b71'),(3922,'','Kedas Ronald','M','0',NULL,531,'2013-11-19 08:00:00','1974-11-19','129445','f8159fb59abab75f02811b26f30bf371b2a60e8d'),(3923,'','Kedas Anuprova','F','0',NULL,531,'2013-11-19 08:00:00','1976-11-19','129444','f80a63afd39ee218eb4ffa11275c24411ed0ea07'),(3924,'','Akurugu Lina','F','0',NULL,531,'2013-11-19 08:00:00','1997-11-19','129440','20c837fa505b87ad1b62f66ffc77c84fef636d48'),(3925,'','Edusei Dasha','F','0','2010-03-10',531,'2013-11-19 08:00:00',NULL,'97484','966b2fbd0ffce9cb3f1e2f90e51689ab42fa0f99'),(3926,'','Boateng Gladys','F','0',NULL,531,'2013-11-19 08:00:00','1959-11-19','124786','996264dc4651a1b7db799bfb349575c6394824c6'),(3927,'','Appenteng Serwaa','F','0',NULL,531,'2013-11-19 08:00:00','1983-11-19','112501','c8bd2aeb8ea46faff2bdf71988da5743e361f81a'),(3928,'','Onadambo Berthold','M','0',NULL,531,'2013-11-19 08:00:00','1986-11-19','23421','324524c60a64a788621c457dfa9503f1ed8c0fb4'),(3929,'','Owusu Verissa M','F','0','1997-06-28',531,'2013-11-19 08:00:00',NULL,'129447','fc04b509f2d12c9ba24773f95efdf0297fe5a98f'),(3930,'','Owusu Eric M','M','0','1961-10-22',531,'2013-11-19 08:00:00',NULL,'129456','08a9b31de09492562771dffb1aa9ce3489812334'),(3931,'','Donkor Peggy','F','0','1986-02-15',531,'2013-11-19 08:00:00',NULL,'86417','27df36a8081b3edaa83885932a2ca31c76ae35cb'),(3932,'','Koranchie Richard','M','0','1979-02-27',531,'2013-11-19 08:00:00',NULL,'86446','b500dcd4185b5e6cf7c89671057e5a544ca8b5de'),(3933,'','Baah Sade Ampomaah','F','0','1982-10-11',531,'2013-11-19 08:00:00',NULL,'124610','55e434ed17a2359b2373d0d0b7416134e4580546'),(3934,'','Asare Samuel','M','0',NULL,531,'2013-11-19 08:00:00','2012-03-19','129446','69ebe53e18195fe1d032fa371fbe7499da302611'),(3935,'','Koomson Ekow Jnr','M','0',NULL,531,'2013-11-19 08:00:00','2001-11-19','124487','c035ca7afebfba46d36a56775e240067c7a0eb1b'),(3936,'','Arkaah Ama Baffuah','F','0','1978-11-26',531,'2013-11-19 08:00:00',NULL,'129456','0c25c4e7eaa47d16a4ad83aaf0655a5f35802ce4'),(3937,'','Sampana Barnabas','M','0','1996-03-09',531,'2013-11-19 08:00:00',NULL,'46000','4075128522d3cbdb669279fee67ec7f111653d79'),(3938,'','Okyere Kissi','M','0',NULL,531,'2013-11-19 08:00:00','2009-11-19','98179','4b9d93364ed8b481c5e18d0547d482aff7194580'),(3939,'','Apea Pokua Angela','F','0',NULL,531,'2013-11-19 08:00:00','2001-11-19','108420','663173f78f342e99c02d20536760842c0f8d91d7'),(3940,'','Kuranchie Richel A','F','0',NULL,531,'2013-11-19 08:00:00','2010-11-19','97592','7eca1675f97ac4343b6ead74a61b7f1a1177315b'),(3941,'','Williams Anastacia Erica','F','0',NULL,531,'2013-11-19 08:00:00','2010-11-19','129458','119f00ca0bf2ca03eae88886d47072aa3a607981'),(3942,'','Kumi Korantema Amma','F','0',NULL,531,'2013-11-19 08:00:00','1989-11-19','25634','63fb037176d7e649e8068711bd43686de8ec29d0'),(3943,'','Offei Labi Richard','M','0',NULL,531,'2013-11-19 08:00:00','2009-11-19','78719','633c675f7797a12b98729e7d29d6d253b646ca65'),(3944,'','Amuyaw Sam Frederick','M','0',NULL,531,'2013-11-19 08:00:00','1963-11-19','48978','aafb2996746fd794babf956d6654af44006387cb'),(3945,'','Anizoba Adanma','F','0',NULL,531,'2013-11-19 08:00:00','1990-11-19','87012','cefc68b5bad0fb821cfee7b563226a5bd2b948c4'),(3946,'','Hammah Delroy Ethan','M','0',NULL,531,'2013-11-19 08:00:00','2004-11-19','106597','2da8e6f08976c95282cb31c53f0b46aed38aa228'),(3947,'','Burrows Emily','F','0','1992-12-27',531,'2013-11-19 08:00:00',NULL,'128130','d93f5960a151a77b9fb0401b358faa1fa9604e14'),(3948,'','Niber Sage Alan M','M','0',NULL,531,'2013-11-19 08:00:00','2012-04-19','125670','19f6db0810b6a4cbe4eb58a41e8cf89891c6862f'),(3949,'','Diomande David','M','0',NULL,531,'2013-11-19 08:00:00','1956-11-19','31650','b945d709408b5b8a5ddf69f04ff1f49b84b3027c'),(3950,'','Patterson Joyce','F','0',NULL,530,'2013-11-19 08:00:00','1975-11-19','97603','848be539fbfe64040f3ae59cdf42bc7c471f95e7'),(3951,'','Osei Akwasi Adom','M','0','2002-04-14',530,'2013-11-19 08:00:00',NULL,'74940','f69ddb1dd1e1723a3b2fcc4159bccccd3b029c6c'),(3952,'','Akude Bina Dziedzom','F','0','2001-08-17',530,'2013-11-19 08:00:00',NULL,'127334','b5e752a153da70447f9a6c77e842c9d3e9c4e147'),(3953,'','Dadzie Sackina','F','0','1999-07-27',530,'2013-11-19 08:00:00',NULL,'111293','1af054b3313ff13ba22a56559cd979358d3d8b67'),(3954,'','Takyi Micah Eden','M','0','1954-10-12',530,'2013-11-19 08:00:00',NULL,'118208','475ff731479ac2c9ba4a9c1b4cc838d0d9581efa'),(3955,'','Ntow Janelle Aseda','F','0','2011-01-26',530,'2013-11-19 08:00:00',NULL,'106704','03cad8817ecd86eff19ce87bdc61f564cb6207fd'),(3956,'','Quainoo Anthony','M','0','1966-06-08',530,'2013-11-20 08:00:00',NULL,'108118','79635c63ef6bd713a10580cbdca6bde11321485e'),(3957,'','Odisho Edward','M','0','1959-07-18',530,'2013-11-20 08:00:00',NULL,'95826','34ccae4855c8acdaac9739b41d5822727092b383'),(3958,'','Achel Elsie','F','0','1980-08-16',530,'2013-11-20 08:00:00',NULL,'121099','b22e56e145cf6cdca4ab581f1f18a75c2273aa85'),(3959,'','Korbieh Francie','M','0','1950-12-20',530,'2013-11-20 08:00:00',NULL,'34651','0629d33b524749fc2855fb3b1fed142bf1295b9f'),(3960,'','Amonoo Agatha','F','0',NULL,531,'2013-11-20 08:00:00','1929-11-20','5440','aeb47de7c82c1332b9b90287fbe87566609f01a8'),(3961,'','Boadi Mensah Faustina','F','0',NULL,531,'2013-11-20 08:00:00','1979-11-20','116240','9185d8789289d511a207f7c4faeb4de60cbd9973'),(3962,'','Akita William','M','0',NULL,531,'2013-11-20 08:00:00','1960-11-20','MEDICALS','ee67cbcf34a212c2eff2bfd6c5802012ad9fecba'),(3963,'','Mensah Esther Naa Kai','F','0',NULL,531,'2013-11-20 08:00:00','1946-11-20','1731','51471ffc4d507c3c603be871ac2a7c385df55db2'),(3964,'','Appiah Obeng','M','0',NULL,531,'2013-11-20 08:00:00','1940-11-20','23101','d053923d30054ce0df2e1a7b230607da74409f95'),(3965,'','Baafi King Solomon','M','0','2009-07-24',531,'2013-11-20 08:00:00',NULL,'128794','0eb1524245987340cda4949d02b4188dffde3304'),(3966,'','Armah Materson','M','0',NULL,531,'2013-11-20 08:00:00','1961-11-20','MEDICALS','5a490cd04b931c57b596b4ac300bb364d0c4207b'),(3967,'','Ibrahim Katumi','F','0',NULL,531,'2013-11-20 08:00:00','1938-11-20','90556','b927009c9c4830a1aa52c7571a23eb2bdc45e1c2'),(3968,'','Mposo Ntumbanzorso','M','0',NULL,531,'2013-11-20 08:00:00','1956-11-20','100869','b68e5d501a64e505dc7d3d5821e7e37921190b2c'),(3969,'','Clottey John','M','0',NULL,531,'2013-11-20 08:00:00','1955-11-20','MEDICALS','0cf9fc82bd7acde12141b67696b3a3d2599bd73b'),(3970,'','Poku Boadu Comfort','F','0','1980-08-15',531,'2013-11-20 08:00:00',NULL,'129466','9876521e66887ed9f8fd7f1d0bcbe411e630295c'),(3971,'','Ofosu Franklin Daniel','M','0','2011-06-27',531,'2013-11-20 08:00:00',NULL,'129467','e7ffadfe86e2f4e3a50ee50d0a6ce548e1d63097'),(3972,'','Ihsaan Osumanu Tankari','F','0','2009-12-09',531,'2013-11-20 08:00:00',NULL,'116659','51ec713944d226e985c16dacc8c7281a777d5b6b'),(3973,'','Amable Mercy','F','0',NULL,531,'2013-11-20 08:00:00','1939-11-20','115613','a186498018106c3596582c0c330d04dbfc981be6'),(3974,'','Akoto Edjeshie','F','0',NULL,531,'2013-11-20 08:00:00','1938-11-20','129441','7fe6e8bfd523684ce56d8b0ce970c5274c573703'),(3975,'','Afful Godwin','M','0',NULL,531,'2013-11-20 08:00:00','1959-11-20','100571','1054136c51a3939564106e7165b92fcdf6ce481b'),(3976,'','Jad Mroue','M','0','1976-05-10',531,'2013-11-20 08:00:00',NULL,'129460','6ffb83bce0eed9f3ce5f82f1a85789ecdc38dff5'),(3977,'','Kodea Elinam','M','0','2010-02-25',531,'2013-11-20 08:00:00',NULL,'94206','780c966925666e9c95964698355581121c8889d0'),(3978,'','Kodea Gratias Exornam','M','0','2012-01-14',531,'2013-11-20 08:00:00',NULL,'114095','5b31ebeb0cbb485ada428fbe7ca70566073496ce'),(3979,'','Dikah Ama Safoa','F','0','1985-10-19',531,'2013-11-20 08:00:00',NULL,'129468','d14e7dd9cb11b985e648ca1ea38f52de49186ce6'),(3980,'','Akoe Dorothy K','F','0','1980-07-03',531,'2013-11-20 08:00:00',NULL,'122088','d3a44637ee3f612c72899a9f6a6575a59a9092d9'),(3981,'','Egerton Idehen Jane','F','0',NULL,531,'2013-11-20 08:00:00','1977-11-20','MEDICALS','98fa8386574c0683fb724d8547192d92e8384bb4'),(3982,'','Serpong Boadi Kweku','M','0',NULL,531,'2013-11-20 08:00:00','2011-09-20','112391','d42ef8a7b551834671e5e2966011af41c51b63a7'),(3983,'','Annor Kwakye Comfort','F','0',NULL,531,'2013-11-20 08:00:00','1958-11-20','15059','4c9295df0c9041070cb749cb85e732e500af0d95'),(3984,'','Boateng Rebecca','F','0','1981-09-09',531,'2013-11-20 08:00:00',NULL,'BOATENG REBECCA','b5c1a5f42b910bc0f0442fa23413cad6d566dd42'),(3985,'','Kissi Akua Valerie','F','0',NULL,531,'2013-11-20 08:00:00','1997-11-20','129420','c1f039309b7a54a52e808d274917202dd6d4f6b4'),(3986,'','Yeboah Emmanuel N K','M','0',NULL,531,'2013-11-20 08:00:00','2011-11-20','112000','e92897ee8ce5b09f107cac578f3cad31c6666ed7'),(3987,'','Gepi Attee Esther','F','0',NULL,531,'2013-11-20 08:00:00','1982-11-20','87498','87ac0586bbf120b4abaac5f60ab5ebd4204d8d31'),(3988,'','Yeboah Ruth Nana','F','0',NULL,531,'2013-11-20 08:00:00','2013-06-20','127213','87b75d0e2ec1c6c80745e423df4237af6648b83f'),(3989,'','Tettey Nii Joseph','M','0',NULL,531,'2013-11-20 08:00:00','2006-11-20','80176','901e72e5e6b141c1157609efc8f3466b4720bfc0'),(3990,'','Kissiedu Ebenezer','M','0',NULL,531,'2013-11-20 08:00:00','2001-11-20','103995','3f5bb0e807cb83abc8a66dbfb3752db8f0956b21'),(3991,'','Braimah Musah Mariam','F','0','2011-09-22',531,'2013-11-20 08:00:00',NULL,'110736','74ea327c10c3c764dca65632a811afd30a643795'),(3992,'','Amatovi Amos','M','0',NULL,531,'2013-11-20 08:00:00','1973-11-20','SR','aea129f3e1652caeafa070c62c415eafaee747e9'),(3993,'','Egwuatu Ebele Chibuzo','F','0',NULL,531,'2013-11-20 08:00:00','1983-11-20','119496','3b589cd224a95ffddbacc1bd12f8bb3f2c7b94ae'),(3994,'','Ahator Mawusinu Joycelyn','F','0',NULL,531,'2013-11-20 08:00:00','1981-11-20','99282','4fa4f1bbd15ae27847ecb39bb3bad15e76db75e5'),(3995,'','Boah Diana Abena Baby','M','0','2013-10-21',531,'2013-11-20 08:00:00',NULL,'123065','5b8e5dc6da567b483916c336e38ee839a0f13a6a'),(3996,'','Alimoh Addo Ivy Odorkor','F','0',NULL,531,'2013-11-20 08:00:00','1978-11-20','120967','088ee342e13633fcbacd6e380e8bc3166ccda039'),(3997,'','Koomson Gyan A','M','0','2012-11-10',531,'2013-11-20 08:00:00',NULL,'124141','98e10adc2d3f9bee3258b6891661a89e6511088d'),(3998,'','Quarshie Ernestina Dedei','F','0','1982-12-23',531,'2013-11-20 08:00:00',NULL,'111994','f8d8cbdd6af7c8b5dc71b2eda52a7d4745e10c64'),(3999,'','Dzansi Eseenam Ama','F','0','1984-06-30',531,'2013-11-20 08:00:00',NULL,'74246','9d04ca0b00f7b130eaacbfb0685d5f28249a5ea0'),(4000,'','Larbi Florence Parkis','F','0',NULL,531,'2013-11-20 08:00:00','1980-11-20','129473','68f1f643620b53214323b7defd5a6a43a226dc95'),(4001,'','Ibrahim Hyran','F','0',NULL,531,'2013-11-20 08:00:00','2012-10-20','125806','9d7e8baa4d1d85494b7bb8a5a6fa3bbcf33a118b'),(4002,'','Nakagir Lydia W','F','0',NULL,531,'2013-11-20 08:00:00','1982-11-20','129374','6359fb37260e42d2c930bbd4f5ccef86d127757c'),(4003,'','Ninfaakang Vitus Otto','M','0',NULL,531,'2013-11-20 08:00:00','1975-11-20','99887','219c5ba26464a6ddab6777d32ac6f6b04430db59'),(4004,'','Amoyaw Nene Kwabena','M','0',NULL,531,'2013-11-20 08:00:00','2013-03-20','124722','8377acfc4bc46aa289e649f221c3ed3709d7f879'),(4005,'','Ametewee Hli Bridget','F','0','1992-04-02',531,'2013-11-20 08:00:00',NULL,'103514','4fbce2fc73b1d81ae3389f61442fadfb116b6058'),(4006,'','Asilevi Patience','F','0',NULL,531,'2013-11-20 08:00:00','1991-11-20','110786','77f39cfc6449dcb8ab3a8bb79780f924ed323de4'),(4007,'','Asilevi Patience','F','0',NULL,531,'2013-11-20 08:00:00','1991-11-20','110786','77f39cfc6449dcb8ab3a8bb79780f924ed323de4'),(4008,'','Ofori Boateng Kwabena','M','0',NULL,531,'2013-11-20 08:00:00','2012-10-20','124720','5b332a5a6d7dc91dfe6ea7d44372a327068a4ac8'),(4009,'','Yussif Musah','M','0',NULL,531,'2013-11-20 08:00:00','1980-11-20','127845','ac4d978ce7c39eb8cf39cb356a7c4096de756928'),(4010,'','Hamza Mustapha','M','0','1983-01-20',531,'2013-11-20 08:00:00',NULL,'111385','7de8d244cc1b910b5387afcf54f37acada56949a'),(4011,'','Nougbegnon Kodzo Honame','M','0','1981-12-14',531,'2013-11-20 08:00:00',NULL,'94860','de09b84dfcc0976364b0e6d82fc6a4e575df9341'),(4012,'','Alhassan Mohammed Zakiya','F','0',NULL,531,'2013-11-20 08:00:00','1985-11-20','99803','e8ada5382a4f86152fffb913b45d2746a7e00194'),(4013,'','Koranteng Pearl','F','0','1979-03-10',531,'2013-11-20 08:00:00',NULL,'77165','a9dda9951d2156366f212e8b8e9e7d4a06f50a6f'),(4014,'','Boateng Francis','M','0',NULL,531,'2013-11-20 08:00:00','1955-11-20','129476','d0a8d171e9bbe53a61b9b0ae63f6d6605d60e58a'),(4015,'','Obeng Francisca','F','0',NULL,531,'2013-11-20 08:00:00','1981-11-20','66444','1272c18c49f25f345b3bc81ebf1f6a0f06a5e60a'),(4016,'','Opare Errama Eunice','F','0',NULL,531,'2013-11-20 08:00:00','1969-11-20','96412','3415b871bc187024a9cfc2d8abebd5f70fb72e85'),(4017,'','Yaya Bahin Robert','M','0',NULL,531,'2013-11-20 08:00:00','1972-11-20','129475','a1f7fd6b472b38ded79fd1692af35b6f0dab0068'),(4018,'','Horton Samuel Benjamin','M','0',NULL,531,'2013-11-20 08:00:00','1982-11-20','115894','57f393108becfa9c1155f2c97cf3e01210deabdc'),(4019,'','Amoako Kwesi Elnathan','M','0',NULL,531,'2013-11-20 08:00:00','2012-11-20','124944','cb9598e32f7b2acd64cbb676a0148497e85532a8'),(4020,'','Tedeka Abigail','F','0',NULL,531,'2013-11-20 08:00:00','1985-11-20','83976','2a83eed8f98e4062cbd48e9b8e765a27773395f5'),(4021,'','Amarh Ashitey Shadrach','M','0',NULL,531,'2013-11-20 08:00:00','1987-11-20','120627','6f59a18807437cdf221666c94661b3b105f2f7df'),(4022,'','Ataazem Rebecca','F','0',NULL,531,'2013-11-20 08:00:00','1966-11-20','59409','1717563a313b650dd32b5e118e3a78c4778dca4c'),(4023,'','Gladzah Edmund','M','0',NULL,531,'2013-11-20 08:00:00','1997-11-20','16945','dcfa1b5a8d28a12081c5766ec34d2b5ca1853d25'),(4024,'','Tweneboah Sedinam','F','0',NULL,531,'2013-11-20 08:00:00','1975-11-20','31106','3ede09c5510e48b061eddedd6408f028a220f353'),(4025,'','Tanno John','M','0',NULL,534,'2013-11-20 08:00:00','1948-11-20','129478','f30f24d79335d80cb412ef43cc580deb8024c2c5'),(4026,'','Asamoah Okyere Linda','M','0',NULL,534,'2013-11-20 08:00:00','1976-11-20','74442','0e37926b497c87e55731d6cd022b7d1f6ed8208d'),(4027,'','Bartlett Mingle Benedict','M','0',NULL,534,'2013-11-20 08:00:00','2004-11-20','56351','0257b5f467025b82b449f44ed2973235578c610c'),(4028,'','Essiem Kingsley Cobby','M','0','2008-05-20',531,'2013-11-20 08:00:00',NULL,'75278','584fc14aacbfb74000a26d25f141c1c739450944'),(4029,'','Amo Hoyte Zenobia','F','0','1972-10-19',531,'2013-11-20 08:00:00',NULL,'125908','bc0a6abef8cff9800e1df63aeb8df7ecba853575'),(4030,'','Amo Hoyto Patience','F','0','2006-01-06',531,'2013-11-20 08:00:00',NULL,'129479','82f84117f28cc070570b5e3e3e7e0240af45776f'),(4031,'','Fiadjoe Ursula Matekour','F','0','1979-04-12',531,'2013-11-20 08:00:00',NULL,'127796','729533ede26dfbc328f8e62335eb06dcc2e23b37'),(4032,'','Akayet Emmanuel','M','0','1973-02-27',530,'2013-11-20 08:00:00',NULL,'94466','ba3eaf5bfc14a6b257ce59a8f206c4f848374841'),(4033,'','Mudunkotunage Sunandasiri','M','0','1974-12-31',530,'2013-11-20 08:00:00',NULL,'82916','e007732a1a20b8e304ed54530b58281af4989643'),(4034,'','Bekoe Nana Apua','M','0','1992-04-13',530,'2013-11-20 08:00:00',NULL,'84599','40cb120956118e2111b2c7d97b6c0d9f5faa1e21'),(4035,'','Wang Rong','F','0','1983-11-27',530,'2013-11-20 08:00:00',NULL,'','870bc4021a0af63b45ef6da21b087622380781c7'),(4036,'','Dose Margaret','F','0','1950-09-16',530,'2013-11-20 08:00:00',NULL,'129483','606e7c8b45f556e6ebaa3f689b6e47cf73c046e4'),(4037,'','Klutse David Kafui','M','0','1968-02-12',530,'2013-11-20 08:00:00',NULL,'115851','1828f6d2d102786d084842fc46cd9b24fa5c8696'),(4038,'','Danso Eric Sarpong','M','0','1967-11-04',530,'2013-11-20 08:00:00',NULL,'76947','b789feab9408a069cb2817beab251367c307f2b6'),(4039,'','Ofori Nkansah Doris','F','0','1982-06-08',530,'2013-11-20 08:00:00',NULL,'104163','4b92803c955975f26e4ec129a2d6e3839c26955c'),(4040,'','Opoku Christiana','F','0','1958-11-01',530,'2013-11-21 08:00:00',NULL,'50066','8d0227c3de39a87814f7edaf2ae1586737ea4e1d'),(4041,'','Akafua Prosper','M','0','1959-11-03',530,'2013-11-21 08:00:00',NULL,'59413','33a24e3b97ce89d8ecdd80d3287a3353bddb35fe'),(4042,'','Drabo Inoussa','M','0','1981-05-04',530,'2013-11-21 08:00:00',NULL,'121270','f36c8b10df798d6a1e70b0868b899c692600d77e'),(4043,'','Commy Naa Komle','F','0','2012-11-27',530,'2013-11-21 08:00:00',NULL,'124339','c52c156c17e98ba1a690235213e8549089f63b0e'),(4044,'','Charles Caroline','F','0','1964-09-18',530,'2013-11-21 08:00:00',NULL,'117057','2118365806083c1daf87bd5084b37709ea7a5b82'),(4045,'','Essuman Francis','M','0',NULL,558,'2013-11-21 08:00:00','1975-11-21','86200','789daf5f9a08849a27c3084e6d9879f472757ea2'),(4046,'','Adofo Sheba','F','0',NULL,558,'2013-11-21 08:00:00','1976-11-21','S/R','eeb5029b706ee255505cffa098f02265371b4b62'),(4047,'','Abdul Salem Abdulai','M','0',NULL,558,'2013-11-21 08:00:00','1986-11-21','87393','5c5e18be82c908c45ced80dee95987e3edc6b73d'),(4048,'','Nartey Ivy','F','0',NULL,558,'2013-11-21 08:00:00','1982-11-21','122860','385a0ed0ee0c35dc09137d362878a02851b95c32'),(4049,'','Jha Indu Shekhar','M','0',NULL,558,'2013-11-21 08:00:00','1980-11-21','129158','74a34b3899a145ec16e9575c5cffecb2ef0b8193'),(4050,'','Rodriquel Erick Isaac Quintero','M','0','1960-02-26',558,'2013-11-21 08:00:00',NULL,'128220','dc857b3e607ef66e22b22438e571b9aa25471c00'),(4051,'','Asamoah Micheal K','M','0',NULL,558,'2013-11-21 08:00:00','1986-11-21','129485','5465885d82e968e575d663e1ff62cbc7d80e2d66'),(4052,'','Akrong Badu Ebenezer','M','0','1956-09-15',558,'2013-11-21 08:00:00',NULL,'87266','a999f2f01751634a120edf2c9d3cce68f4a6add0'),(4053,'','Hukportie John Kwame','M','0',NULL,558,'2013-11-21 08:00:00','1962-11-21','116833','c60fc45ffcf59adcf0dbd7a6f16fdef40d30d6cc'),(4054,'','Ofori Tutu Agnes','F','0','1952-04-27',558,'2013-11-21 08:00:00',NULL,'1992','25976dcae0278d670ea5870765cdc6e57651217d'),(4055,'','Tamakloe Lucy','F','0','1960-10-22',558,'2013-11-21 08:00:00',NULL,'116666','bd86fad860fa9cb8b5dceecb1cdd6bfb9d82afad'),(4056,'','Atuobi Grace Sarfoa','F','0',NULL,558,'2013-11-21 08:00:00','1926-11-21','127329','f6b7c86f03d253a9045cb026ac29ea3ce4f796e3'),(4057,'','Amuzu Foli','M','0',NULL,558,'2013-11-21 08:00:00','1992-11-21','S/R','736a5d516ce0862ee0ef6f238bc7f31cf185a318'),(4058,'','Ofori Jenelle Abrielle Oforiwaa','F','0','2012-09-14',558,'2013-11-21 08:00:00',NULL,'120443','7683fdbbbcbe7104fb3245605ebfc7762e6dc71e'),(4059,'','Gborgbortsi Martina Matilda','F','0','1984-01-18',558,'2013-11-21 08:00:00',NULL,'108277','4efe6551d4064602f202e7376aafa33ae94ee043'),(4060,'','Ahiabu Fred','M','0','1978-07-26',558,'2013-11-21 08:00:00',NULL,'114879','671b12bada03956321330bdfca72e2dbb953aace'),(4061,'','Adjei Manu Nana Kwadwo','M','0',NULL,558,'2013-11-21 08:00:00','1991-11-21','38483','4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d'),(4062,'','Sarpong Wendy Frempomah','F','0',NULL,558,'2013-11-21 08:00:00','1988-11-21','105107','b72dc059a315ff63bcc02a9904feb1d1452c3eaa'),(4063,'','Alipui Adeline','F','0','1952-08-29',558,'2013-11-21 08:00:00',NULL,'52780','d65615b9821c0cbce22866f9c24b202ae3f8e733'),(4064,'','Rong Wang','F','0',NULL,558,'2013-11-21 08:00:00','1983-11-21','S/R','b026e83ba89daa4cecbecc4105525013e20034a5'),(4065,'','Adimado Seth','M','0','1983-11-05',558,'2013-11-21 08:00:00',NULL,'129489','a6a034d72f4a93c936a44d8f6ec6d63a0092d170'),(4066,'','Asare Forjour Mabel','F','0',NULL,558,'2013-11-21 08:00:00','1980-11-21','106412','c363a6cd7bee25a1dc25d5b1a490919540286c8c'),(4067,'','Wakiumu Andrew John','M','0','1969-06-25',558,'2013-11-21 08:00:00',NULL,'117130','a3ba8d2f87a114a56fe08a64ca1ce18a43744faa'),(4068,'','Wayo Ibrahim','M','0','1969-02-28',558,'2013-11-21 08:00:00',NULL,'53789','a8854578b0268e17a5a8bdff01ef83471231c6c2'),(4069,'','Hassan Esmeralda Abena','F','0','2010-01-05',558,'2013-11-21 08:00:00',NULL,'114948','f268f76fdaeb13dd33092d78f91f515338e79ebc'),(4070,'','Baidoo Isaac','M','0','1945-01-23',558,'2013-11-21 08:00:00',NULL,'127712','b2cbaf0dad296d1f40e834f1b5212c55b1742e5e'),(4071,'','Malik Vida','F','0',NULL,558,'2013-11-21 08:00:00','1980-11-21','100560','4dfc9600650aa0060cee995cac929d5a50ff6d20'),(4072,'','Kukuia Christabel Seyram','F','0','2013-01-04',558,'2013-11-21 08:00:00',NULL,'125735','14ba3e30d0009e9a1a60423363c432682d46a765'),(4073,'','Nyamedi Vasco','M','0',NULL,534,'2013-11-21 08:00:00','1968-11-21','120881','991486d95208aee0ca4c7e9885167d588f3f964f'),(4074,'','Sekyiamah Nana Victor','M','0',NULL,534,'2013-11-21 08:00:00','1941-11-21','128106','db2bfa0ecdecf8656c5c7512e5d9258aa97b8862'),(4075,'','Peasah Kirk Darrel Adom','M','0','2006-02-07',558,'2013-11-21 08:00:00',NULL,'56024','c826131335852bc850c146fc58ab9903294e0608'),(4076,'','Baidoo Ato Michael','M','0','1968-09-28',558,'2013-11-21 08:00:00',NULL,'127618','c24fb2199850c076d0216e6a5e64854b36a70cb5'),(4077,'','Ansah Mabel Gyimaah','F','0',NULL,558,'2013-11-21 08:00:00','1981-11-21','129492','ac464809f18cfb5b0d5300f1dd7411c1a2376f0e'),(4078,'','Adomako Adwoa Opokua','F','0','1998-07-13',558,'2013-11-21 08:00:00','','124565','ebf2eb17114de8cf2960899bb577d3f3b490480a'),(4079,'','Oteng Delphine Ded','F','0',NULL,558,'2013-11-21 08:00:00','1924-11-21','3933','c32d419428c17ea2d2b65eac74e2bd67aaeb3d96'),(4080,'','Sackey Mavis Baby','F','0','2013-09-14',558,'2013-11-21 08:00:00',NULL,'84206','b4d265f716c79fd22b2ca0e32b3b770aaf25978c'),(4081,'','Ali Fauziyatu','F','0','1993-01-02',558,'2013-11-21 08:00:00',NULL,'93501','2b5c972657021d253291ff0c6b0f8bd0a3636e43'),(4082,'','Dery Irene','F','0',NULL,558,'2013-11-21 08:00:00','1981-11-21','110712','296cab44f04700710d3330d8ba5863e155f55570'),(4083,'','Borluvie Richard Kobla','M','0','1982-06-22',558,'2013-11-21 08:00:00',NULL,'88971','4e24e59da834c80c9c6ccf27f6dd6096170398f7'),(4084,'','Boapea Dominic Okyere','M','0',NULL,558,'2013-11-21 08:00:00','1990-11-21','11492','519f69a4196795803ec743118fb48d81f288339c'),(4085,'','Issifu Saisu Be Awuribe','M','0','1980-01-15',558,'2013-11-21 08:00:00',NULL,'129455','25aeee3501dbb036d9483d2390bc1eed6e911798'),(4086,'','Boakye Yiadom Cynthia','F','0','1981-01-18',558,'2013-11-21 08:00:00',NULL,'110233','98b2faa3367ba38ed7d4c85a4dcd70030fde9e92'),(4087,'','Siriboe Harriet','F','0','1982-05-17',558,'2013-11-21 08:00:00',NULL,'87949','b3b98ae8f28bc9a940d28adb38be05e23ea1694f'),(4088,'','Seshie Bernadette Adzovi','F','0',NULL,558,'2013-11-21 08:00:00','1968-11-21','117189','17fddc4694481be53cf3d17b108317033f2d8682'),(4089,'','Tometey Anastasia','F','0','1950-03-13',558,'2013-11-21 08:00:00',NULL,'94917','c92d69fbd999450cd24cb81db6cf8de93bd6a467'),(4090,'','Boafo Dorothy','F','0',NULL,558,'2013-11-21 08:00:00','1973-11-21','113974','02dd825dbca743d8adf2282f6d548e8fdbe1adb6'),(4091,'','Beire John Seknar','M','0','1982-12-26',558,'2013-11-21 08:00:00',NULL,'129495','2f725ac911052d75af796b5d2106706440094a6a'),(4092,'','Okyere David','M','0',NULL,558,'2013-11-21 08:00:00','1976-11-21','57393','ef840f4555a351971f2479d3eff6cd11460a005c'),(4093,'','Nyavor Dosi Charity','F','0',NULL,558,'2013-11-21 08:00:00','1978-11-21','77894','8b98aad0fde568314f0b6521dc5425c97fcb45de'),(4094,'','Awuni Rauf F','F','0',NULL,534,'2013-11-21 08:00:00','2010-11-21','129491','6965e30c70a550ff27d482b6f9dfb0d8eab39e90'),(4095,'','Akinsola Olumide','M','0',NULL,534,'2013-11-21 08:00:00','1969-11-21','80388','fca13cdff1c3601bfa94a05e6d8ff0a43b8e07ea'),(4096,'','Asamoah Tracy','F','0',NULL,534,'2013-11-21 08:00:00','1982-11-21','125089','0b166649206ce97f07c6cf77b9afdb5da08944d2'),(4097,'','Gunn Irene Hanson','F','0',NULL,558,'2013-11-21 08:00:00','1958-11-21','128943','ce4476d236bb8f3e4259bb1ab89f97aa1420111f'),(4098,'','Mensah Bemarcel K','M','0','2012-07-31',558,'2013-11-21 08:00:00',NULL,'119499','4d8cb99093c85249923ac3a30e8e4288bff2e35c'),(4099,'','Ocloo Augustina Dieu Donne','F','0','1973-04-06',558,'2013-11-21 08:00:00',NULL,'88144','0eceed1b7c9b94bbad9ea3a8e2b5acc1bad40342'),(4100,'','Chandra Jay','M','0',NULL,558,'2013-11-21 08:00:00','1950-11-21','91597','d03e7fe4071f0e64289ebdc6fc80c0a604a4b646'),(4101,'','Ahmed Mubarak','M','0',NULL,558,'2013-11-21 08:00:00','1982-11-21','129484','90b5903dd019fc816a7ffe4ff65252fdbe320af4'),(4102,'','Issah Salifu','M','0','1978-12-31',558,'2013-11-21 08:00:00',NULL,'73019','5b8c266b3c9daa2f611cbd3588b216d5d9268079'),(4103,'','Boadu Papa Akwasi Marfo','M','0','2013-05-26',558,'2013-11-21 08:00:00',NULL,'129501','ed032630a5a483ab8551769d806ffc06027d0bf2'),(4104,'','Boadu Nana Akwasi Poku','M','0','2010-10-31',558,'2013-11-21 08:00:00',NULL,'129502','051b66e25f7ecd7946901079565722d7736c48cb'),(4105,'','Kugblenu Janet','F','0','1987-12-25',558,'2013-11-21 08:00:00',NULL,'83360','a25ca2192d43afef65c6f12af780fe4dc1be953f'),(4106,'','Dotse Hector Kwame Senam Jnr','M','0','1984-05-12',558,'2013-11-21 08:00:00',NULL,'106579','6a03c6346ee51d2edb515496c8ab1181294839ec'),(4107,'','Nuwati Brooke Starlove','F','0','1983-03-19',558,'2013-11-21 08:00:00',NULL,'113296','a34b6713b35d0debf14da1e26f5fa2f7cb45ac70'),(4108,'','Sam Daniel Ekow','M','0','1974-09-21',558,'2013-11-21 08:00:00',NULL,'105289','e1c1fb3bc46d2424821b08063244830b2f29945b'),(4109,'','Boateng Amma Serwaah','F','0',NULL,558,'2013-11-21 08:00:00','1990-11-21','119347','34474794cd3ea8b62af60dea3cdda83de8e03425'),(4110,'','Koduah Oduro','M','0',NULL,558,'2013-11-21 08:00:00','1985-11-21','74844','89507e74514f964ed817dc4e240dfd72318a1322'),(4111,'','Lin Fen Tang','F','0',NULL,558,'2013-11-21 08:00:00','1982-11-21','129500','309f7266e17f8c0f0164ce93199c5301e07ada12'),(4112,'','Folley Raymond','M','0','1977-03-10',558,'2013-11-21 08:00:00',NULL,'65340','120199d2f2036fa0a58ae5695ac9a4e315c063f5'),(4113,'','Salami Moshood Bello','M','0','1988-01-10',558,'2013-11-21 08:00:00',NULL,'118321','e8bd03aebf6dfe5be215e3a8037f23fd23f69250'),(4114,'','Agadia Simon','M','0',NULL,558,'2013-11-21 08:00:00','1979-11-21','129481','2800dbe3f1447ae82f0b53741cf14f4fb16b44d6'),(4115,'','Obimpe Thelma Edem','F','0',NULL,558,'2013-11-21 08:00:00','1982-11-21','71766','fb901154573f1770f1aa2b5eceb684df1171e99f'),(4116,'','Bagyenda Drake','M','0',NULL,558,'2013-11-21 08:00:00','1978-11-21','S/R','a6ce458ad75f99f934fe3c1bdcdabfd2c8e5ef08'),(4117,'','Kunadu Yaa Asantewaa','F','0',NULL,530,'2013-11-21 08:00:00','1987-11-21','','61a0d98467645f64ac7116f6245284e62985c817'),(4118,'','Mills Ernest Halm','M','0',NULL,530,'2013-11-21 08:00:00','1988-11-21','','ee4fbbfe2addb57368997466548c76785f158202'),(4119,'','Galley Anna','F','0','1981-01-19',530,'2013-11-21 08:00:00',NULL,'77917','cd45b369ba69b6c2a00e36ea3d4b013e8930865b'),(4120,'','Appiah Alexander','M','0','1979-08-17',530,'2013-11-21 08:00:00',NULL,'','2e7a78a77dd7a0a39a32912e173de32afe115034'),(4121,'','Kudu Delali','F','0','1980-11-03',530,'2013-11-21 08:00:00',NULL,'','4ee865be881e74e986dff59d4b467e83e803a87e'),(4122,'','Dankwah Akwasi','M','0','1975-08-24',530,'2013-11-21 08:00:00',NULL,'103563','baed2e0d00f3c0e9405146a48f0b221f5e981963'),(4123,'','Ofosuwaa Grace','F','0','1948-04-15',530,'2013-11-21 08:00:00',NULL,'129505','04823056924a298f8f49dbb010e3352e1b316a77'),(4124,'','Khedar Rishi','M','0','2003-08-04',530,'2013-11-21 08:00:00',NULL,'117635','57dd97d1d8466a97b0474ab934b4561d2734f6c6'),(4125,'','Anane Naomi','F','0','1982-05-02',530,'2013-11-22 08:00:00',NULL,'58842','679b6b5c2221fb6497eb81facf660a4e4b1473b4'),(4126,'','Sarpong John Owusu','M','0','1958-08-12',530,'2013-11-22 08:00:00',NULL,'76680','0a931e056aa727588b2f58d6f392fe9148688209'),(4127,'','Abukari Baba','M','0','1969-04-04',530,'2013-11-22 08:00:00',NULL,'129358','916902d1ea17c7e43ec596f42ec620f72ee13fdc'),(4128,'','Afful James','M','0',NULL,558,'2013-11-22 08:00:00','1963-11-22','','e9924ee4c029a757671070c6cb79fc8ecf087e16'),(4129,'','Iddrisu Fuseini Ziba','M','0',NULL,558,'2013-11-22 08:00:00','1984-11-22','82483','b2c6571ce1e8a0dfd25751f644d5e90cb8ec9125'),(4130,'','Oppong Peprah Emmanuel','M','0','1986-10-17',558,'2013-11-22 08:00:00',NULL,'119749','ea879503bfbd865835deabac28f9babd27fb6319'),(4131,'','Mensah Dora','F','0',NULL,558,'2013-11-22 08:00:00','1969-11-22','127251','055ff92ecf9e8f92792fb9c549405006b82e3b1e'),(4132,'','Korsah Gertrude Ayorkor','F','0','1979-06-24',558,'2013-11-22 08:00:00',NULL,'108189','cef89569c9357a72d35d654a52b2b4d7d30f6193'),(4133,'','Entsuaa Patience','F','0','1938-08-27',558,'2013-11-22 08:00:00',NULL,'9080','1ec6e8852a96c4ffa784f744a9ccfa77c9c67adc'),(4134,'','Boatemah Hajia Abeba','F','0',NULL,558,'2013-11-22 08:00:00','1942-11-22','105096','59c0ef5e10766ca237e31b92836eeb45477009ed'),(4135,'','Goli Akua','F','0',NULL,558,'2013-11-22 08:00:00','1975-11-22','26013','4462d024bfd848b0301f7a69e65adc35988a3a3d'),(4136,'','Nyaabah Phylis','F','0',NULL,558,'2013-11-22 08:00:00','2005-11-22','50827','3728738da0a5d87981b39deb1a289681a67de9c5'),(4137,'','Agbleke John Expensive','M','0','1972-05-25',558,'2013-11-22 08:00:00',NULL,'129508','f854d11d848ecc2740cc5dc3b108d087fa5ec080'),(4138,'','Mohammed Abdul Wahab','M','0',NULL,558,'2013-11-22 08:00:00','2011-11-22','127105','d274ac2ba828081659c3e7aa45ace07faf527f4b'),(4139,'','Saravia Nelsy','F','0',NULL,558,'2013-11-22 08:00:00','1971-11-22','129510','4331400b947ab833dea2d9b51a2d2547e6824e6d'),(4140,'','Korsah Joseph','M','0',NULL,558,'2013-11-22 08:00:00','1978-11-22','117719','1aded414d4be75034e30504c994c1b18e1c692b6'),(4141,'','Appleton Edwina','F','0',NULL,558,'2013-11-22 08:00:00','1980-11-22','S/R','8bf82d50188c2d1c6ee9512283650bed6c30bbc9'),(4142,'','Biney Georgina Araba','F','0',NULL,558,'2013-11-22 08:00:00','1968-11-22','112228','9428b5e1b4403f0a5a746e0dbf3c915d59349d5f'),(4143,'','Yevu Perpetual Dela','F','0',NULL,558,'2013-11-22 08:00:00','1978-11-22','129109','52c000b077454b909972fbd1b9adebbbfe5565ce'),(4144,'','Sessou Christine','F','0',NULL,558,'2013-11-22 08:00:00','1981-11-22','105530','6a6dbe20a0da267f24c28a94f1681de395fbcb00'),(4145,'','Klaye Wisdom','M','0','1976-02-15',558,'2013-11-22 08:00:00',NULL,'127992','742c19c3021e2fb301a130711f5eff5436a7eb40'),(4146,'','Lamptey Joseph Nii','M','0',NULL,558,'2013-11-22 08:00:00','2011-11-22','128441','636bd56f0e85b2288b73645a889937a5c056e4fe'),(4147,'','Aborah Wofa Kofi','M','0',NULL,558,'2013-11-22 08:00:00','1995-11-22','129376','83afc676f96171c5c70043085518b0a0de70ea45'),(4148,'','Quartey Nathaniel','M','0',NULL,558,'2013-11-22 08:00:00','1984-11-22','129517','ac793aa484ed3ad43b204463c9dc9b3cb9691490'),(4149,'','Amankwah Joseph Kofi Manu','M','0',NULL,558,'2013-11-22 08:00:00','2010-11-22','100911','bb4907bfe3e4bee266fd46b292d93c8e57354f1c'),(4150,'','Amenyah Vida Mana','F','0',NULL,558,'2013-11-22 08:00:00','1968-11-22','74527','3e2daff9974a97865e62cd7f52e87b3615c274fe'),(4151,'','Alonu Nelly','F','0',NULL,558,'2013-11-22 08:00:00','1978-11-22','120314','4bbd2076036b5ca35e241fcba821404ae8677cfc'),(4152,'','Boadu Amoama Comfort','F','0',NULL,558,'2013-11-22 08:00:00','1936-11-22','118325','c77d76057381d51c461917bfcc2c92342e19245b'),(4153,'','Agbley Constant Yao','M','0',NULL,558,'2013-11-22 08:00:00','1978-11-22','129515','d4bb1ae3c95c514832586d1b2cd81ceab94f47d5'),(4154,'','Konadu Edith','F','0',NULL,558,'2013-11-22 08:00:00','1979-11-22','92271','a388e8a9f44ec7190ed817e0072e827ff06391cf'),(4155,'','Obeng Sheilla Agyeiwaa','F','0',NULL,558,'2013-11-22 08:00:00','1986-11-22','129518','aff38adeacdec6716014bad0dc99ec102026a762'),(4156,'','Adu Princess Boatemaa','F','0',NULL,558,'2013-11-22 08:00:00','2007-11-22','86150','bc207160fd6eb2b82c7f2925c7315fd13cf1b9e1'),(4157,'','Ametewee Deladem Y','M','0',NULL,558,'2013-11-22 08:00:00','1989-11-22','129512','cc27b8b107504cd76fa8a9e16fbc3e361b4a3799'),(4158,'','Mwansa Hanshell','M','0',NULL,558,'2013-11-22 08:00:00','1960-11-22','129523','6d0f83802e5c24a6839553526a979a8232fe9f7e'),(4159,'','Kokoih Ruth Abeiyel','F','0',NULL,558,'2013-11-22 08:00:00','1989-11-22','129160','5f401a54ffde763484d938dcadd8a8aa7f7e5f7e'),(4160,'','Asante Salih Oti','M','0','1990-05-31',558,'2013-11-22 08:00:00',NULL,'129524','0686e9d8abb2be509c150463c1397cdb911084af'),(4161,'','Skuggen Joseph','M','0',NULL,558,'2013-11-22 08:00:00','1967-11-22','','a451555537baa0978214c8fa3bcc2751d8587f7c'),(4162,'','Ansah Benjamin Yaw','M','0',NULL,558,'2013-11-22 08:00:00','1983-11-22','128221','ea037670864f94bf8b7138ccd966f6a4b2c10e2b'),(4163,'','Agezo Ethan Seyram','M','0','2013-03-29',558,'2013-11-22 08:00:00','','123254','0a3dd0f0bc531447a6ffb9d165e4dbc3cab73223'),(4164,'','Ofori Anti Barbara','F','0',NULL,558,'2013-11-22 08:00:00','1982-11-22','126013','0d13b5cbb347b1869fa715300f120a6cb598f1b3'),(4165,'','Boafo Comfort','F','0',NULL,558,'2013-11-22 08:00:00','1955-11-22','45761','9bdddc09af2072134161942e9bd51d8479c668d7'),(4166,'','Twumasi Godfred','M','0',NULL,558,'2013-11-22 08:00:00','1965-11-22','80183','ecb03a1df8af4c7be7c3ab096b0323a6efe07dac'),(4167,'','Konadu Nana Ama','F','0',NULL,558,'2013-11-22 08:00:00','2010-11-22','101896','8494ca9a80213228b6245111a249cabb296231a1'),(4168,'','Potuka Christian','M','0',NULL,558,'2013-11-22 08:00:00','1937-11-22','S/R','338ecef9aec165faacd5bab0497d57fcb3f8ed38'),(4169,'','Fobi Akosua','F','0',NULL,558,'2013-11-22 08:00:00','1990-11-22','129513','cb6075595d44a76d54f75fed52ecb41739b158d6'),(4170,'','Asamani Rosemond','F','0',NULL,558,'2013-11-22 08:00:00','1985-11-22','129519','4158d049b6528e26b539bd7ca3cefda619b72d6f'),(4171,'','Akuffo Djobi Ophelia','F','0','1983-01-17',558,'2013-11-22 08:00:00',NULL,'101602','24bfd82023009fa869c0482ce339c94e9a1f0444'),(4172,'','Salu Phyllis Sedinam','F','0',NULL,558,'2013-11-22 08:00:00','1984-11-22','80359','8907cc9820bf9728b28af053938003964ce96791'),(4173,'','Yeboah Ida','F','0',NULL,558,'2013-11-22 08:00:00','1978-11-22','129527','6c99f38299a3ac3505d4ef76dc2db32b2456fbd5'),(4174,'','Nii Noi Christian','M','0',NULL,534,'2013-11-22 08:00:00','1955-11-22','120256','7727468a269a1e33f50daca88d804506fbd114f3'),(4175,'','Owusu Yaw Atta I','M','0',NULL,534,'2013-11-22 08:00:00','2003-11-22','57849','1a5ff271abf701b0b68b223f7e8d39cd467b408b'),(4176,'','Alvis Tanya Janice C','F','0',NULL,534,'2013-11-22 08:00:00','1988-11-22','28059','b5e9ee8fc6c7cb86d0bc8f8f84b023f2815105bd'),(4177,'','Martey Michaela','F','0','1995-04-15',534,'2013-11-22 08:00:00',NULL,'129529','72e16b021abae0c860435535f923aebeeb485502'),(4178,'','Agyeman Duah Vera','F','0',NULL,534,'2013-11-22 08:00:00','1976-11-22','129490','76fc8552b602f8e63e58ce60f405ac58ad261508'),(4179,'','Darko Adwoa','F','0','1984-11-19',558,'2013-11-22 08:00:00',NULL,'116219','8c44857fcaf954b8c869b4cfa5a4dac4f8c3e059'),(4180,'','Imoro Lameen','M','0',NULL,558,'2013-11-22 08:00:00','1987-11-22','129525','c683f854857ff778a89aee5361c5c17c0297a74f'),(4181,'','Adzoko Bernice','F','0',NULL,558,'2013-11-22 08:00:00','1983-11-22','59868','edcc48cf9319ec28f98b7a49bb2dc4f22a9f4bf8'),(4182,'','Odei Dorcas','F','0',NULL,558,'2013-11-22 08:00:00','1985-11-22','129531','b87ac124a1f45579679672bc3ac5cf1e6541a927'),(4183,'','Osei Fanny Mpettey','F','0','1986-05-27',558,'2013-11-22 08:00:00',NULL,'115469','48988f71565c768657200bdd81f01b6aa57e2069'),(4184,'','Adusei Jessie Asiama','F','0',NULL,558,'2013-11-22 08:00:00','1986-11-22','100966','8318eaa8b3b732eeea1c4be9b1011bc64ae4200f'),(4185,'','Nkansah Asante Prince David','M','0',NULL,558,'2013-11-22 08:00:00','2008-11-22','93460','d41c90650f0056af8fb1cea22311f424502f929b'),(4186,'','Akomdo Evana Dornukie','F','0',NULL,558,'2013-11-22 08:00:00','2010-11-22','102650','0fc405ccbce34a7fbe860bd2151afd7a4fe4bed4'),(4187,'','Akuetteh Porcia','F','0',NULL,558,'2013-11-22 08:00:00','1990-11-22','129526','1f42516a8e42088e051007031b266daad78d27f9'),(4188,'','Bayagekem Emmanuel','M','0',NULL,558,'2013-11-22 08:00:00','1981-11-22','116885','ef4cdfdf4ff21c530ee09bd84e21af67e524ec84'),(4189,'','Ankora Myron Lloyd','M','0','2012-05-15',530,'2013-11-22 08:00:00',NULL,'126254','e08fbd33abee316d731d7b2aeb5b9435c1f671e6'),(4190,'','Anderson Sophia','F','0','1985-12-30',530,'2013-11-22 08:00:00',NULL,'113465','280b6b49f50d68bf0ebd07f865d5cb6ee82629b8'),(4191,'','Anderson Rebecca','F','0','2011-09-05',530,'2013-11-22 08:00:00',NULL,'111860','7738a6608d138af2e70fcacd61ac555493aadeb3'),(4192,'','Oduro Isaac K','M','0','0000-00-00',530,'2013-11-22 08:00:00',NULL,'129534','21fde2299947d27ecee3196600b92eb3cf2c348c'),(4193,'','Oduro Isaac K','M','0','1978-02-20',530,'2013-11-22 08:00:00',NULL,'129534','a0ef8f4d4b058d75e48935d7719b2dec4391fb62'),(4194,'','Yevu Perpetual D E','F','0','1977-09-23',530,'2013-11-23 08:00:00',NULL,'129509','d8091a970de729d645630eb73e3bb39a36d056fc'),(4195,'','Kumordzie Happy Emefa','F','0','1958-11-23',530,'2013-11-23 08:00:00',NULL,'126588','05574ed2bba60eb1d91c27c5d2ceed57e1b065a2'),(4196,'','Tamattey Felix','M','0','1957-07-07',531,'2013-11-23 08:00:00',NULL,'24802','bfea1bc67443317652acb402e8cbac9a8886b575'),(4197,'','Loriba Pealore Agnes','F','0','1982-08-24',531,'2013-11-23 08:00:00',NULL,'129535','1189958914d344728aa704f3c2f7b628b7bfebfc'),(4198,'','Arthur Elvis','M','0','1974-11-22',531,'2013-11-23 08:00:00',NULL,'129536','43226ad942f2c90f8a996b8a48a9d265c4a1098c'),(4199,'','Asiamah Dorcas Ama','F','0','1981-06-06',531,'2013-11-23 08:00:00',NULL,'91786','c93cdeef171a5a5ba3582f2db2448ddc08ab94d2'),(4200,'','Hadjor','M','0',NULL,531,'2013-11-23 08:00:00','2009-11-23','90392','1bde8545e8c6504fe039dac71a8803d59c732b9e'),(4201,'','Hadjor Georgina E','F','0',NULL,531,'2013-11-23 08:00:00','1980-11-23','92610','1f7d4d16d31a1aa14cd65ccbf61c80a8b983579e'),(4202,'','Addi Samuel','M','0',NULL,531,'2013-11-23 08:00:00','1962-11-23','47091','7746fa9ec5a988729da22deee51e79b3d5da9a98'),(4203,'','Marfo Grace','F','0',NULL,531,'2013-11-23 08:00:00','1988-11-23','118630','54fa10176a599894503fb7c28cc891b99f570447'),(4204,'','Sarpong Yaw Ampadu','M','0','1974-10-17',531,'2013-11-23 08:00:00',NULL,'103296','9c4f517494f7126c236bd3850c13d6d9dcc585b5'),(4205,'','Quartey Cecilia','F','0','1958-11-03',531,'2013-11-23 08:00:00',NULL,'58601','078cba4a9bf3012d3455b7c435a50f21bd468526'),(4206,'','Appiah Charles','M','0',NULL,531,'2013-11-23 08:00:00','1974-11-23','129537','92ae7b9413bcf8725c29ef52f8047d2d08804c62'),(4207,'','Kogue Dominique Wola','M','0',NULL,531,'2013-11-23 08:00:00','1987-11-23','123088','c9e665ff4e716712f9bc0e5968022b129b7df617'),(4208,'','Klobodu Nathaniel','M','0','2002-11-17',531,'2013-11-23 08:00:00',NULL,'134811','6b1d37bb3f8e3b04404872a2af5842908a1d2234'),(4209,'','Even Benjamin','M','0',NULL,531,'2013-11-23 08:00:00','1974-11-23','129538','cbc8a0d512ff7f7666ec2f0f9c4ef1e9e95b1678'),(4210,'','Awudu S','F','0','1984-07-01',531,'2013-11-23 08:00:00',NULL,'81487','ef179102d6bdb2f08f76e6fc37efae922b4b7401'),(4211,'','Mohammed Se','M','0','1963-09-04',531,'2013-11-23 08:00:00',NULL,'97162','b881838a462f44676914d8b58fded784239bc1b9'),(4212,'','Donnir Akua Owusua','F','0','1977-10-05',531,'2013-11-23 08:00:00',NULL,'107880','b3104f12fd125dee055b80f57d45986aa0a992b4'),(4213,'','Boateng Elizabeth','F','0',NULL,531,'2013-11-23 08:00:00','1951-11-23','OUTSIDE REQ','dcdf23d85d6c71a4be751329378bc0c7ad0e8c22'),(4214,'','Kisseih Tawiah James','M','0','1974-04-20',531,'2013-11-23 08:00:00',NULL,'86907','e01ac80ffd17ff703becdfb1e4b978065f231e0c'),(4215,'','Abdallah Asmawu','F','0',NULL,531,'2013-11-23 08:00:00','1984-11-23','71138','8511a082385e4c0fcc4e1007f1e24a7a930edd12'),(4216,'','Takudzwa Murezwa','M','0',NULL,531,'2013-11-23 08:00:00','2010-11-23','129539','f50b6e7a5fc577144956a6d42e168f06ec629008'),(4217,'','Abdul Hag Sumaila Musah','M','0','2012-05-24',531,'2013-11-23 08:00:00',NULL,'124887','1f35851bd5876372131536322585345ecccefb6d'),(4218,'','Abdulai Mohammed','M','0','1978-11-20',531,'2013-11-23 08:00:00',NULL,'98209','ce7d940dc3b97e3bf9c61e36af1d6066b6a8a2ba'),(4219,'','Acquaye Ebenezer','M','0','1974-02-04',531,'2013-11-23 08:00:00',NULL,'74752','d9ba43e43acf161d8f6da9214398a09c3ad35b61'),(4220,'','Gyan Nana Yaa Sarpong','F','0','1971-01-27',531,'2013-11-23 08:00:00',NULL,'122265','a22784b0823f59ce4da26be9ce8bc57610dadc03'),(4221,'','Luqman Ayman W','M','0','2010-06-18',531,'2013-11-23 08:00:00',NULL,'100302','4fa4c56aef3bd7c6dc5b7ec5932acf20b4cdca5f'),(4222,'','Luqman Yakubu Sulemana','M','0','1977-08-05',531,'2013-11-23 08:00:00',NULL,'65796','a841e76d0fac4588db11ce39311eb3888cb20029'),(4223,'','Biney Margaret','F','0',NULL,531,'2013-11-23 08:00:00','1927-11-23','126524','c02e8242963692a8b50617af04bf2dfc361862fc'),(4224,'','Appiah Dwomoh Kofi','M','0',NULL,531,'2013-11-23 08:00:00','1981-11-23','124335','087d04a8c6fcbccd1c69be3af053f8d8aaaaf529'),(4225,'','Odonkor E','F','0',NULL,531,'2013-11-23 08:00:00','1980-11-23','117259','f81c7661a0c43f54925a22292799d1acc74866be'),(4226,'','Arhinful David','M','0',NULL,531,'2013-11-23 08:00:00','1994-11-23','119082','7dc1544849b38bfc9c4eb6df5eae3e958c0427b9'),(4227,'','Djin Yaw','M','0',NULL,531,'2013-11-23 08:00:00','1984-11-23','83217','1461e855792062b8780fc63b9d69596973acc3d9'),(4228,'','Osei Roberta','F','0','1981-05-26',531,'2013-11-23 08:00:00',NULL,'129542','03d4503134d453b2e39aff16b6ec0f74e942993c'),(4229,'','Osei Ernest','M','0','1972-04-14',531,'2013-11-23 08:00:00',NULL,'48710','1784dfc4e5c8f10c5df8073bf8f66dff35542205'),(4230,'','Osei Kofi Tutu','M','0','2009-11-13',531,'2013-11-23 08:00:00',NULL,'123740','16407720e7021114a2a270a28443dbf6d26c8f43'),(4231,'','Bekoe Rexford Ofori','M','0',NULL,531,'2013-11-23 08:00:00','2011-11-23','116857','4f5c52a4ecbe784b9aed71e12e6e066b01f552eb'),(4232,'','Nyarko Wayne','M','0',NULL,531,'2013-11-23 08:00:00','1980-11-23','129544','ae366899085e2afaf78b93dee1581ef2678740af'),(4233,'','Kelimawa Agnes Akosua','F','0','1983-12-13',531,'2013-11-23 08:00:00',NULL,'129547','e5afed331b65968a4040dafa892c219f8dca9bf1'),(4234,'','Ken Tackie','M','0','2005-04-23',531,'2013-11-23 08:00:00',NULL,'52815','01fe320487c1ad56d0aa24f204e18d461aa6b5f2'),(4235,'','Okae Jennifer Asantewaa','F','0',NULL,531,'2013-11-23 08:00:00','1985-11-23','109334','bc2b6dc238ecec8a5df1b5aec71989680e6fbe39'),(4236,'','Ofosu Lucy','F','0','1984-11-27',531,'2013-11-23 08:00:00',NULL,'OUTSIDE REQ','109c6adc95cb8cbf7f283b534eb3e85f25e93122'),(4237,'','Chakri Koustubh Mydur','M','0','2011-09-21',531,'2013-11-23 08:00:00',NULL,'128115','d18a63f92562684ea2e554eff77aa2fa174676d7'),(4238,'','Haruna Jamilatu','F','0',NULL,531,'2013-11-23 08:00:00','1959-11-23','52007','120c6e1df778d03ca7d688fb976a677d4c428bc2'),(4239,'','Amesu Belinda Dziedzorm','F','0',NULL,531,'2013-11-23 08:00:00','1986-11-23','124612','b7f6594eee446e17a9d203d467bf4fd7dfc04b19'),(4240,'','Asihene Nana Ama','F','0','1980-12-23',531,'2013-11-23 08:00:00',NULL,'121225','892d5b90ed8230b31977501446c9968a51f5c9c4'),(4241,'','Sampson Sh','F','0','1979-11-04',531,'2013-11-23 08:00:00',NULL,'86877','4b1c5f1f6b7b81ff87f7761c00d52211f2c4da44'),(4242,'','Mensah Ruth','F','0','1980-10-08',531,'2013-11-23 08:00:00',NULL,'127088','663542bb5425a8c34d196617fd146d58bef07e60'),(4243,'','Osei Kusi Kwasi','M','0','1988-02-07',531,'2013-11-23 08:00:00',NULL,'129552','cfd84f3d194902df9bdf46f0c9c291fee0ffdde0'),(4244,'','Gyasi Kwofie Theresa','F','0',NULL,531,'2013-11-23 08:00:00','1967-11-23','129549','6fc307dcf2b00d6b3293e4f01f461e430cd487e7'),(4245,'','Oseini Berikisu','F','0',NULL,531,'2013-11-23 08:00:00','1995-11-23','93007','866da93563701afd44dc2337eaab576a1b21211c'),(4246,'','Oseini Naomi','F','0',NULL,531,'2013-11-23 08:00:00','1966-11-23','78828','4a5c2e260265e3386e4e261b0a4c63f18e697c0b'),(4247,'','Sampson Adjoa Beatrice','F','0','2006-04-17',531,'2013-11-23 08:00:00',NULL,'86878','34f06db5a13cff23ea9ee5279fb76aa4e273a87f'),(4248,'','Sampson Nancy Ewurabena','F','0','2012-07-31',531,'2013-11-23 08:00:00',NULL,'120416','34f1eee4788748cc307fbf459fefc2d43e192ff1'),(4249,'','Ampah Nkrumah John A','M','0',NULL,531,'2013-11-23 08:00:00','2010-11-23','117931','33d8ea4b37c988a2970b7534142ad907211cd377'),(4250,'','Kuevi Edward','M','0',NULL,531,'2013-11-23 08:00:00','1983-11-23','129554','2389660edc9f1cad3fc0de95fdbb9c93a5517c54'),(4251,'','Govina Deogratias','M','0',NULL,531,'2013-11-23 08:00:00','1974-11-23','23217','d8aaee36a9e8ca33eb60e99dedf8811e00ec6b42'),(4252,'','Mprah Christiana','F','0','1987-03-17',531,'2013-11-23 08:00:00',NULL,'129555','928d9c5e572d0df69f8ee80fa1f7b9d844068bc8'),(4253,'','Okyere Angel Serwaa','F','0',NULL,531,'2013-11-23 08:00:00','2009-11-23','90281','35695eb322f9c8d5efa1af5b8d5856b8cd540d0f'),(4254,'','Mensah Charles Nii Armah','M','0',NULL,558,'2013-11-23 08:00:00','1982-11-23','69739','463f123905eb773c4778f85b15a5901e034ca5a5'),(4255,'','Koomson Dorcas','F','0',NULL,558,'2013-11-23 08:00:00','1982-11-23','69942','90146173ea8af43b8a65318aa4ba0590c671ead9'),(4256,'','Adam Stephen','M','0',NULL,558,'2013-11-23 08:00:00','1979-11-23','129556','a08fc82e91593ea7589a4fc6f81bb4beca7d471e'),(4257,'','Anietey Deborah','F','0',NULL,558,'2013-11-23 08:00:00','1987-11-23','129557','2797d34ce7a7d7897605144a74d638e575512fb7'),(4258,'','Dzitse Awuku Sitsofe Christian','F','0','1981-03-01',558,'2013-11-23 08:00:00',NULL,'75989','be6bcb399888b09d1c5c330b93a3004c4fc9fac5'),(4259,'','Ajeigbe Omotola Adekemi','F','0',NULL,558,'2013-11-24 08:00:00','1971-11-24','77883','ff40a34735709442b9d25da35f24d348855bedf2'),(4260,'','Amande Araba Adom','F','0',NULL,558,'2013-11-24 08:00:00','2010-11-24','108814','5e427476b5f8869df543ba06ad5f76e8f96ab8b9'),(4261,'','Orhin William','M','0',NULL,558,'2013-11-24 08:00:00','1960-11-24','20049','c6df4b534bec274b276940ee32ddde9490a49d1d'),(4262,'','Owusu Martin','M','0',NULL,558,'2013-11-24 08:00:00','1966-11-24','85374','d84a6712bb5462e4c52f0c993c3cd9b4eb593e84'),(4263,'','Dwumah Cynthia','F','0',NULL,558,'2013-11-24 08:00:00','1979-11-24','82746','819096f7476b6aa3d7886629b7bcfb98565f1ded'),(4264,'','Owusu Nyarko Prince','M','0',NULL,558,'2013-11-24 08:00:00','1974-11-24','112619','404fffd4e366621d469d80d6baa321749c4e6681'),(4265,'','Amuzu Rebecca Dzidzogbe','F','0','1971-11-22',531,'2013-11-24 08:00:00',NULL,'85566','6a480a5e9634d8c5ee1a797b955399c99f8014c9'),(4266,'','Tetteh Delali Aklamanu','M','0','2008-07-05',531,'2013-11-24 08:00:00',NULL,'116222','afe48ef847eb2e2f54ae917163abf67406d13e4b'),(4267,'','Addi Matthew','M','0',NULL,531,'2013-11-24 08:00:00','2002-11-24','47089','12ed4e38378481b15fa8e2ddf23f2eded46a4512'),(4268,'','Addi Joshua','M','0',NULL,531,'2013-11-24 08:00:00','1999-11-24','47092','d1bd55a6ca8ae21328b647cf0ea1894cbec2e925'),(4269,'','Dao Abdalla','M','0','1979-03-08',531,'2013-11-24 08:00:00',NULL,'81837','0d2fd9906bae025db1e366d2d4845564d7f2d7ee'),(4270,'','Tawiah Shawan Ahmed','F','0','1977-05-09',531,'2013-11-24 08:00:00',NULL,'123787','dcdfa355a827bd0005c7c487ab996067b32f4a07'),(4271,'','Nillon Joseph Cobblah','M','0','1945-11-23',531,'2013-11-24 08:00:00',NULL,'55326','abca6fba324c1fb47296e93d3e3ba59e5c71b2f6'),(4272,'','Asigbee Mawuli Apanka','M','0','1972-04-10',531,'2013-11-24 08:00:00',NULL,'78620','5ff2c0b78bfb24b1dd0ae963ca3bc324dba7bf80'),(4273,'','Zulu Christopher','M','0',NULL,531,'2013-11-24 08:00:00','1968-11-24','57861','199868a76e705c41ab7ffa6b5e7f1c9012f1fd45'),(4274,'','Agyemang Nana Akua Nyanta','F','0',NULL,531,'2013-11-24 08:00:00','1989-11-24','123243','796292dbe1908d5b9f004e6d3af0e33b50a73dee'),(4275,'','Kumassah Worlanyo','M','0',NULL,531,'2013-11-24 08:00:00','1988-11-24','73036','fe13a08297b6885a76d7ef25dddd73692e5cf8d5'),(4276,'','Opong Boateng Vida','F','0',NULL,531,'2013-11-24 08:00:00','1979-11-24','89734','479698740bac8f3d878ff604ed187590a609eae2'),(4277,'','Gupta Sreemeyee','F','0',NULL,531,'2013-11-24 08:00:00','1980-11-24','116935','18638f4eb2d105f8491a79cfed93e6bd6120f30e'),(4278,'','Qiu Lei','M','0',NULL,531,'2013-11-24 08:00:00','1983-11-24','60315','ed4be23b21943bcf8bb807d027fc973ae807f5d6'),(4279,'','Obeng Ankrah Solomon Nii','M','0','1964-04-25',531,'2013-11-24 08:00:00',NULL,'41184','22ab441b9621973b69e719e7262b55ae2c0cf329'),(4280,'','Nwaoba Bonaventure Kelechi','M','0',NULL,531,'2013-11-24 08:00:00','1969-11-24','119019','998f1914ee69a70f9bec18727042c3b151de6971'),(4281,'','Neguest Petros Dar','F','0',NULL,531,'2013-11-24 08:00:00','1960-11-24','114637','781b712498119e5a24a25c069405159b5bbd8e1e'),(4282,'','Ennin Siaw Prince Tony','M','0',NULL,531,'2013-11-24 08:00:00','2005-11-24','74797','4e8391f533296b8c1c10e84d3466c935b5fa6d2e'),(4283,'','Amoah M','F','0','1963-04-10',531,'2013-11-24 08:00:00',NULL,'11061','51c652a0f5f7b44b77372f9564f84a1d13c4a38f'),(4284,'','Quaye Rhodaline Naa Ayele','F','0','1978-09-12',531,'2013-11-24 08:00:00',NULL,'106526','ab7cd8fb17a0e59d2e525a2b2a2b17a7d43db152'),(4285,'','Abebrese Margaret','F','0','1944-02-07',531,'2013-11-24 08:00:00',NULL,'117186','0189e037c3587785c745c61189ca078d8a62c6af'),(4286,'','Dsane Grace','F','0','1979-08-21',531,'2013-11-24 08:00:00',NULL,'71787','e40070eab2284885174e0acae58b024cc60fb9ee'),(4287,'','Dsane Eunice Yolanda','F','0','1990-01-13',531,'2013-11-24 08:00:00',NULL,'129562','c492f44e28183de48208ce1c046a023e9c75ec61'),(4288,'','Owusu Ampong Kwabena','M','0',NULL,531,'2013-11-24 08:00:00','1978-11-24','OUTSIDE REQ','d739bf5f3608f9b2c758e293936d7bd64940d09f'),(4289,'','Opara Tony George','M','0','1964-12-20',531,'2013-11-24 08:00:00',NULL,'115466','908545104eb5db5958404770d0c87b6eeded1659'),(4290,'','Asare Nana Otibu','M','0',NULL,531,'2013-11-24 08:00:00','1974-11-24','112748','42d605d2d9a1938991bbea7cb196256a1e86ca6d'),(4291,'','Kordie Felicia','F','0',NULL,531,'2013-11-24 08:00:00','1973-11-24','77788','d722f3d06638ce2ff43abab79779a0112101cca5'),(4292,'','Nakib Atef','M','0',NULL,531,'2013-11-24 08:00:00','1975-11-24','53427','dee76769130bbad54c6a5b09497cc9956edc0fc4'),(4293,'','Tham Rosemary','F','0','1981-02-09',531,'2013-11-24 08:00:00',NULL,'83326','ba6f48543266bf73fba6797074bafe3eb9f28cec'),(4294,'','Tackie Welbeck Nii','M','0','1967-06-25',531,'2013-11-24 08:00:00',NULL,'42284','5320f146272a86407cbd281ff456165786fc3b4c'),(4295,'','Torto Timothy','M','0','1962-04-05',531,'2013-11-24 08:00:00',NULL,'69617','3dae15ba120aa27429e3a563e9b1b67482154a02'),(4296,'','Tiffany Oranusi','F','0','1993-10-11',531,'2013-11-24 08:00:00',NULL,'129558','d3878bf94c739c00f674fff709ad647503cae752'),(4297,'','Mohammed Abdul Karim','M','0','2010-04-27',531,'2013-11-24 08:00:00',NULL,'129563','487c97efc776dd210e6d3218fc2fbc3299c92d27'),(4298,'','Agordo Glenn','M','0',NULL,531,'2013-11-24 08:00:00','2001-11-24','129565','c016c5e7c5f22f437eaaf1fff122e1d00af806e3'),(4299,'','Hamza Nahid Sungtaa','M','0','2012-01-18',558,'2013-11-24 08:00:00',NULL,'124966','3af15d9cc2abb6ddd862e4b95965423eef2bbe7f'),(4300,'','Owusu Frank','M','0',NULL,558,'2013-11-24 08:00:00','1991-11-24','S/R','35d9f64562f6f2c69b57e70a045cf0acac94b9e7'),(4301,'','Hayibor Gloria Adjoa','F','0','1983-07-18',558,'2013-11-24 08:00:00',NULL,'80971','89f779a2a6775daab7ce3cf46ce376c81525a288'),(4302,'','Ntow Jessica Nyira Abena','F','0','2007-03-13',558,'2013-11-25 08:00:00',NULL,'86782','6338f4c816c07a53b2ab799019ec0e291f270f5c'),(4303,'','Boateng Jennifer','F','0','1970-01-11',558,'2013-11-25 08:00:00',NULL,'129568','a11e65dd72c0f12da209ac04bd08f8e2ea757213'),(4304,'','Agyei Elizabeth','F','0',NULL,558,'2013-11-25 08:00:00','1949-11-25','116628','36a9b314c59dfff7a0b151d642aab1490c7b9dfc'),(4305,'','Pobee Nathaniel Nii Odotei','M','0','2010-04-17',558,'2013-11-25 08:00:00',NULL,'129569','39f1ba520bc6690ed40b275d199aba37bc82de03'),(4306,'','Ampong Kwabena Owusu','M','0',NULL,558,'2013-11-25 08:00:00','1978-11-25','78285','e0f69b407c9807a1df18cde3d76def620af64fa6'),(4307,'','Kyiiliyang Romulus Viiru','M','0',NULL,558,'2013-11-25 08:00:00','1959-11-25','32045','0842a5d83215d0f132c060524fe9a49b46efbb0d'),(4308,'','Hukportie Daffine Abena','F','0',NULL,558,'2013-11-25 08:00:00','2002-11-25','116831','4574c1c51cb16100a701987b991d43ef6adb032a'),(4309,'','Nartey Nathaniel','M','0','1962-07-10',530,'2013-11-25 08:00:00',NULL,'119572','8592ab107e498923397adcdf9f62ec02c7739ba4'),(4310,'','Zorkot Ali','M','0','1987-05-05',530,'2013-11-25 08:00:00',NULL,'38208','5e0828fadde40cd3b1a7069a1f2c7041aa94056e'),(4311,'','Bristol Catherine L','M','0','1948-10-05',530,'2013-11-25 08:00:00',NULL,'68960','93b7e1f4fe572f0c7024cda9f24caaf86f908205'),(4312,'','Kofie Isaac','M','0','1959-02-10',530,'2013-11-25 08:00:00',NULL,'129573','db0492ce4c9860b9eb487cee1b1449ddf31af133'),(4313,'','Opoku Ankomah Diana','F','0','1952-07-29',530,'2013-11-25 08:00:00',NULL,'128051','0dd1f788f09ff7b816023df537b78945a8a9392f'),(4314,'','Ntumbanzorso Mposo','F','0',NULL,530,'2013-11-25 08:00:00','1956-11-25','100861','9dddb3058aa730038de57b3f9e521a0ac8abd811'),(4315,'','Oman Nancy','F','0','1975-03-04',530,'2013-11-25 08:00:00',NULL,'112988','9fcf131a641a177d921b563282eeed2be7dd1e97'),(4316,'','Ewudzie Odoom Derrick','M','0','1978-08-31',530,'2013-11-25 08:00:00',NULL,'83296','14210ff9710664f448ffd7d8be6f0717b3952a49'),(4317,'','Avenor Lydia M','F','0','1978-12-28',530,'2013-11-25 08:00:00',NULL,'117541','27c492916eeea7a00f838fd7f2bede3e1bd40bd4'),(4318,'','Norman Nils Senam','M','0',NULL,530,'2013-11-25 08:00:00','2010-11-25','122879','679d7c0139d8b037f2bc0efe1a5b4beaf59a372a'),(4319,'','Abdul Salam Jawad','M','0',NULL,530,'2013-11-25 08:00:00','2011-11-25','112304','1381d510dfbdd552f16a9ffd294654867c702fdd'),(4320,'','Hussein Nuria','F','0',NULL,530,'2013-11-25 08:00:00','1978-11-25','52325','c96f17bafc64374ffe6bbeaaf15b84da051ff4b2'),(4321,'','Tetteh Julius','M','0','1986-01-23',530,'2013-11-25 08:00:00',NULL,'127679','683136c3c68b832a0dbd4ec39e1a4bf3a1ac3273'),(4322,'','Owusua Ruth','F','0',NULL,530,'2013-11-25 08:00:00','1985-11-25','92744','e3b37e94c949713d008e9a3ade90fee8fe0d587c'),(4323,'','Koosunu Richard','M','0',NULL,530,'2013-11-25 08:00:00','2011-11-25','95291','2cc79bc054e66dd325ee150ddd73e28225d0dff2'),(4324,'','Boakye Faustina','F','0',NULL,530,'2013-11-25 08:00:00','1980-11-25','109308','6e3dae07a75c6b65522a4bd63ba923fa13c4673d'),(4325,'','Amankwah Ruth','F','0',NULL,530,'2013-11-25 08:00:00','2007-11-25','74362','a1da46c2113485f32782d48aa583dc739d8a5e70'),(4326,'','Asomaniwaa Asi','F','0',NULL,530,'2013-11-25 08:00:00','1928-11-25','68502','d504b51b5a9c49a8ea601ab5d5c8ecf536a6a151'),(4327,'','Suleman Swabiratu','F','0','1982-02-02',530,'2013-11-25 08:00:00',NULL,'129348','57498ee5f760c3e3bdafd7ad4fdf39c437358d2f'),(4328,'','Abdul Wahab Mohammed','M','0','2011-10-27',530,'2013-11-25 08:00:00',NULL,'127105','518cae0455269fcbc7d198d000c3c33284844281'),(4329,'','Nifah Kofi','M','0',NULL,530,'2013-11-25 08:00:00','1924-11-25','128100','b373b54fed3dfcb88636a380703b2c1505834c0b'),(4330,'','Kwarteng Agartha','F','0','1982-03-04',530,'2013-11-25 08:00:00',NULL,'91415','c77de48c86baec02699f8d8e99f514a94ade1318'),(4331,'','Kwarteng Nana Yaw','M','0','2009-08-26',530,'2013-11-25 08:00:00',NULL,'91414','818896994c6406b8d989fdb64c5d0e3804d87ef4'),(4332,'','Osei Owusu William','M','0',NULL,530,'2013-11-25 08:00:00','1971-11-25','81339','03907f22721eaf9faa55e699e856065c7a630165'),(4333,'','Toklo Benjamin','M','0',NULL,530,'2013-11-25 08:00:00','1981-11-25','121974','9ce7e7c3f8b1b0d9384a56feb84dcfc379c4ad74'),(4334,'','Acquah Phillips','F','0',NULL,530,'2013-11-25 08:00:00','1986-11-25','111810','92dc1afb45cc2721373881f283503f6094098f97'),(4335,'','Tetteh Gifty A','F','0','1984-06-04',530,'2013-11-25 08:00:00',NULL,'12483','470b509ac939adf6aede608bacce087829a9c2a0'),(4336,'','Nyame Kusi Vida','F','0',NULL,530,'2013-11-25 08:00:00','1957-11-25','42102','6aeefd23a3a3a967c97490429c6976011b351815'),(4337,'','Boafo Nyam Jnr','M','0',NULL,530,'2013-11-25 08:00:00','2012-11-25','121695','8c409331b5d6f2997a6aca3760640a5829b74cdc'),(4338,'','Komeh Matthew','M','0',NULL,530,'2013-11-25 08:00:00','1980-11-25','','9c82ae5c2f0864ec396081e8e979ce639cec2093'),(4339,'','Sampson Adelaide','F','0',NULL,530,'2013-11-25 08:00:00','1972-11-25','51543','4b667070924a3e94f3304d394654a42e34340031'),(4340,'','Ankamah Abigail N','F','0','1988-05-05',530,'2013-11-25 08:00:00',NULL,'','e03d9347f3cdcb7f3e94657caca898bfbac14d16'),(4341,'','Appiah Helena','M','0',NULL,530,'2013-11-25 08:00:00','1969-11-25','129577','9567725e7c1abcbb3d0a6ff2e78cc59e87f4f216'),(4342,'','Appiah Helena','F','0',NULL,530,'2013-11-25 08:00:00','1969-11-25','129577','da7831d4f4de15d503f15d5c96aecf88437e5334'),(4343,'','Apea Emmanuel Owusu','M','0',NULL,530,'2013-11-25 08:00:00','2005-11-25','110878','562c9786b6526e56c1ad2554a43c4d9496b8426e'),(4344,'','Wede Cindy','F','0',NULL,530,'2013-11-25 08:00:00','2011-11-25','104911','7d4be46b9e1a0b9ad5582d63baf3603421997fd0'),(4345,'','Ansah John','M','0','1974-02-10',530,'2013-11-25 08:00:00',NULL,'96046','be6f6f3d02feea2718156a52eddfc52fbc3b3828'),(4346,'','Ansah John','M','0','1979-02-10',530,'2013-11-25 08:00:00',NULL,'76046','0c5a493caee7b74219fecd916c52a246bf86c590'),(4347,'','Mensah Gloria Aku','F','0','1977-09-07',530,'2013-11-25 08:00:00',NULL,'6458','a84a8b5922767b8c62e99471a40e9f968bd40d3b'),(4348,'','Teye Rosemary','F','0',NULL,530,'2013-11-25 08:00:00','1975-11-25','129581','6e4cdfde25744b62b65cbdca6010193139d57ec0'),(4349,'','Lekey Samuel','M','0','1970-05-23',530,'2013-11-25 08:00:00',NULL,'58822','04a291293b8efe480b3ed6ea0ce6b4e5aec9827f'),(4350,'','King Julius','M','0',NULL,534,'2013-11-25 08:00:00','1965-11-25','122376','9a958b3ee2f48a79b5f4332678a856ef44bc6651'),(4351,'','Biscoff King Edna','F','0',NULL,534,'2013-11-25 08:00:00','1961-11-25','121238','655ffb69ec36660eb0283e6f065ae753ee1f684a'),(4352,'','Kwansa Benjamin Kobina','M','0',NULL,534,'2013-11-25 08:00:00','1979-11-25','119076','34a59ae09bd4628289392b5a6e9c8ac4f222a61f'),(4353,'','Kontoh Paul','M','0',NULL,534,'2013-11-25 08:00:00','1959-11-25','115726','dc4b4e1bfbfe9f19c780c9b775ebff829f42c077'),(4354,'','Issah Nasira','F','0',NULL,530,'2013-11-25 08:00:00','2013-05-25','126198','ac3fb8012e706c304cc9c44b14bf283dc70aa95d'),(4355,'','Poku Jukiana','F','0','1988-08-15',530,'2013-11-25 08:00:00',NULL,'54011','3c4fb63e7de6d7eefb6bb03b5de3f7a8895918f6'),(4356,'','Botchway Nathaniel','M','0','1936-09-15',530,'2013-11-25 08:00:00',NULL,'129583','cc408413491c9d5dae6404f12237dbfaf881299d'),(4357,'','Bebli Richard Selassie','M','0','1979-12-13',530,'2013-11-25 08:00:00',NULL,'125245','830d698d7ba9835fa063e6d9ed7678a54639d1cb'),(4358,'','Ali Mihinu Mohammed','M','0','1944-03-21',530,'2013-11-25 08:00:00',NULL,'','3b2aa6edcce302243383c38ee0629a73d5b68018'),(4359,'','Yu Liang','M','0',NULL,530,'2013-11-25 08:00:00','1981-11-25','116387','180a1e9e416aec7b3be1714b6578580bd3efe88d'),(4360,'','Idun Emmanuel Kojo','M','0','1952-01-28',530,'2013-11-25 08:00:00',NULL,'22379','0ed4b9ab8a76816c860a470a04e3b42af9edb827'),(4361,'','Dagba Deborah','M','0',NULL,530,'2013-11-25 08:00:00','2009-11-25','129592','e12b7f815c10a2fd690043b30a9feb1c5b89d3d1'),(4362,'','Washinton Nortey Cedric','M','0','1980-08-25',530,'2013-11-25 08:00:00',NULL,'65416','7fd467d327d80516b2b243d049d909e4f32d6cad'),(4363,'','Amanumey Emmanuel','M','0','1982-11-20',530,'2013-11-25 08:00:00',NULL,'129588','1e4e59e0655b2239fc4efc8792f97352160651c0'),(4364,'','Katroudaki Evgenia','F','0','2002-07-20',530,'2013-11-25 08:00:00',NULL,'129591','dc7a05fde7307099c6750a3412f62a2a96f95c1b'),(4365,'','Dickson Dogbe Gabrielle','F','0',NULL,530,'2013-11-25 08:00:00','2013-02-25','129593','3363cca7d3470ab20a883140b5b120609699d0cc'),(4366,'','Beke Andrea K','M','0',NULL,530,'2013-11-25 08:00:00','2013-01-25','129595','4c644756c58aa3df0a036827d4420db25ce3d9ed'),(4367,'','Lamptey Mariam','F','0',NULL,530,'2013-11-25 08:00:00','1984-11-25','100640','121313b1bc2d2bb7970f4537c089fef5ffa0ba71'),(4368,'','Amoh Wilberforce','M','0',NULL,530,'2013-11-25 08:00:00','1983-11-25','124224','43baf51ff890a044abf06b80da2afcca6cb6b264'),(4369,'','Glover Boakyewaa','F','0',NULL,530,'2013-11-25 08:00:00','1979-11-25','41558','46c94ad985d1fb793bdf95b592c6c931b1de193f'),(4370,'','Gyamfi Johnson K','M','0',NULL,530,'2013-11-25 08:00:00','1982-11-25','121563','d5407934ddc4996fee599858fe9a4864586d3250'),(4371,'','Abobasi Samuel','M','0',NULL,530,'2013-11-25 08:00:00','1992-11-25','104736','c33b23f897f4fd515228a6711f5fc5a4b7fefaaf'),(4372,'','Botchway Naa Tsitsor Minsher','F','0',NULL,530,'2013-11-25 08:00:00','2013-06-25','101211','95e1ffb6df02c56f045e248b6e29e61d3d046403'),(4373,'','Tsewu Hannah','F','0',NULL,530,'2013-11-25 08:00:00','1998-11-25','125716','e83d983f1cf23b7d52f47e273ea569befd19ec71'),(4374,'','Tsewu Cecilia','F','0',NULL,530,'2013-11-25 08:00:00','1972-11-25','129598','0d327bfc5c53eca909777ed2242478d580aa8570'),(4375,'','Akoto Micheal','M','0',NULL,530,'2013-11-25 08:00:00','1977-11-25','62172','16dcd42f1f11a054c02bd27f5b1efb4cee1f80e6'),(4376,'','Adjei Belinda','F','0','2002-01-14',530,'2013-11-25 08:00:00',NULL,'69972','4abbe79f61b801918cc2c8a72132e93f658e1d96'),(4377,'','Animuri Ann','F','0','1979-06-04',558,'2013-11-25 08:00:00',NULL,'129603','5871c86feaffc85228bdff90bde570af1b57db96'),(4378,'','Ashinyo Michael Eyiram','M','0','2012-02-16',558,'2013-11-25 08:00:00',NULL,'116066','fc7b6b82aa7370d207899902c345b7255d2c713c'),(4379,'','Mpoke Bigg Nina Siloce','F','0',NULL,558,'2013-11-25 08:00:00','2005-11-25','129607','9b32fec5132dfd37656b4daef7e25f479034c4b4'),(4380,'','Kwarteng Linda','F','0','1961-11-11',558,'2013-11-25 08:00:00',NULL,'116132','bca2aae42361abbe6c9ef20618777439bc3abd58'),(4381,'','Amenyeawu Selasi','F','0',NULL,558,'2013-11-25 08:00:00','1990-11-25','129605','eba64cb7963ba19a82feb8e3bcf935dd820b2a96'),(4382,'','Twum Kwabena Osei','M','0',NULL,558,'2013-11-25 08:00:00','2010-11-25','126690','84bbaf22fdbfdbca9f5b2c89f154504cb3ccbd4a'),(4383,'','Opata Rita','F','0','1952-08-24',558,'2013-11-25 08:00:00',NULL,'129609','9eacd3b8cf260be5e1dad5a81433aaac30cc0eac'),(4384,'','Agha Mary Rose Artin','F','0',NULL,558,'2013-11-26 08:00:00','1960-11-26','129610','9a4080325b8c67731bddf00712420b15fff965ba'),(4385,'','Gikunoo Ben','M','0',NULL,558,'2013-11-26 08:00:00','1937-11-26','19300','dbe81454248dbf5ca25db982a07484f1e4f09b15'),(4386,'','Awuku Valerie Ayebea','F','0',NULL,558,'2013-11-26 08:00:00','2004-11-26','98718','1ce1af9726b5783beb89c6be3ac27c879fdc2ad1'),(4387,'','Awuku Darrel Apau','M','0',NULL,558,'2013-11-26 08:00:00','2007-11-26','98719','7b46e5cd0bfea88fa748b066144dd74c28e37df7'),(4388,'','Forson Moses','M','0',NULL,558,'2013-11-26 08:00:00','1970-11-26','127391','576a2ddf112205e1f0ee3bb1503bbc5db348b6c3'),(4389,'','Ayisi Blessed Rexford','M','0','1952-11-30',558,'2013-11-26 08:00:00',NULL,'34535','b66b5221bb0ebaf6b81237ca0ad57f1e7e145926'),(4390,'','Hetor Dan Koenya','M','0',NULL,530,'2013-11-26 08:00:00','1973-11-26','129601','cb2bafc16b03392198cc09619a2a4bcf275946f3'),(4391,'','Ahiadeke Clement','M','0','1955-07-07',530,'2013-11-26 08:00:00',NULL,'46142','3c580840413e63a2aa9e4af5b2fdc2451118fbe4'),(4392,'','Ivy Duzdu','F','0',NULL,535,'2013-11-26 08:00:00','1987-11-26','SELF REQUEST','bc701a564e0c201e072c3fa6dbd9196f5f052c2e'),(4393,'','Ivy Dzudu','F','0',NULL,535,'2013-11-26 08:00:00','1987-11-26','SELF REQUST','7939aa1b736c6b5678812c4961ec25e2cd5c486d'),(4394,'','Towogbede Theophilus','M','0','1976-05-10',530,'2013-11-26 08:00:00',NULL,'','85c0a2bf9a139e10701206d74ad772f3841a56db'),(4395,'','Nyarko Francis','M','0','1983-08-10',530,'2013-11-26 08:00:00',NULL,'','7c224f81c0bb67954855d0d89a02e5042f6d121f'),(4396,'','Tetteh Irene','F','0','1956-06-28',530,'2013-11-26 08:00:00',NULL,'12060','9f2a558a3c3f0e6ecbf84738426d0bd2be84b929'),(4397,'','Akyea Afua Fosua','F','0','1987-02-20',530,'2013-11-26 08:00:00',NULL,'93833','4f195e057223df548922ff793e9c296e91504897'),(4398,'','Opoku Briandt','M','0','2006-12-22',530,'2013-11-26 08:00:00',NULL,'68407','27114227d9c407963222fb669aec429908e38bb0'),(4399,'','Agblevor James','M','0','1973-10-23',530,'2013-11-26 08:00:00',NULL,'','3c1ff60cc477f028a61d27e549fbbbc5926b0997'),(4400,'','Dut Michael M','M','0','1979-01-01',530,'2013-11-26 08:00:00',NULL,'129611','61d3335d87cad22b9c1967ee2f1bcef4c6654af8'),(4401,'','Bairan El Sayyed','F','0',NULL,530,'2013-11-26 08:00:00','1998-11-26','129613','9dcf2baba49456d954a16dcfddc15b16167f0ad5'),(4402,'','Osei Owusu William','M','0','1969-09-19',530,'2013-11-26 08:00:00',NULL,'','e0da45d4655fed7d5bb1dd97045691554466d250'),(4403,'','Arnold Selasi','M','0',NULL,530,'2013-11-26 08:00:00','2005-11-26','111504','dfb3f1b55cd45c3d078473c2684f00a1142ac4bb'),(4404,'','Nti Christiana Antwiwaa','F','0',NULL,530,'2013-11-26 08:00:00','1958-11-26','48903','bf586014f701047ba73d28d31451c5ee0c31a525'),(4405,'','Minyila Ignatius Bapaki','M','0','1964-11-18',530,'2013-11-26 08:00:00',NULL,'','080854208c1b631b74f265b5de9a3a9a12a2f541'),(4406,'','Banahene Adamkie Snr','M','0',NULL,530,'2013-11-26 08:00:00','1936-11-26','96762','01cae4d4290d53f3a505bfcf2486ebef1c9d0d3a'),(4407,'','Otoo Benjamin','M','0',NULL,530,'2013-11-26 08:00:00','1990-11-26','22580','2f805030fb4eb5d20f19916e6434fdbc9149af93'),(4408,'','Besuro Elizabeth','F','0',NULL,530,'2013-11-26 08:00:00','1972-11-26','116008','2031cfee3bea8e0a21a0ff240a545ddd0325871a'),(4409,'','Opoku Mavis','F','0',NULL,530,'2013-11-26 08:00:00','1981-11-26','129463','eebcffd2ff9adccfdb9e19fa6b7c35a6b718dee9'),(4410,'','Quartey Samuel Kwatei','M','0','1938-04-15',530,'2013-11-26 08:00:00',NULL,'SR','18767f58871a0965ce479295332ff67857a87304'),(4411,'','Ebynn Michael Kwasi','M','0','1989-08-10',530,'2013-11-26 08:00:00',NULL,'116009','88ad789e62292f38cb45cdf3187c56a0586208c0'),(4412,'','Appiah Ofori Priscilla','F','0','1989-08-10',530,'2013-11-26 08:00:00',NULL,'128328','54aeb9475970d823cde22f28774805a9323f7f2a'),(4413,'','Ebynn Michael Kwasi','M','0','2007-11-04',530,'2013-11-26 08:00:00',NULL,'116009','141108afc7a7081dbe0b79bc5e16dd3e3686a3e1'),(4414,'','Eremin Daniil','M','0','2009-08-31',530,'2013-11-26 08:00:00',NULL,'102666','d85295e838ecc71cbf5b71293427fa71ad508915'),(4415,'','Kwashie Judi','F','0',NULL,530,'2013-11-26 08:00:00','1971-11-26','103924','f2c5826f7129708590703f2e5692e6a9829032c3'),(4416,'','Hodo Yaa','F','0','1975-04-10',530,'2013-11-26 08:00:00',NULL,'','5e174b72ffd7fb14d442324e0d2444434fd1b745'),(4417,'','Osae Trudy A','F','0','1967-12-10',530,'2013-11-26 08:00:00',NULL,'67082','819ea532b8a783d1a208e2160c415cd5900d2745'),(4418,'','Sai Felix','M','0',NULL,530,'2013-11-26 08:00:00','1988-11-26','','9c30d4038b54c34932372a7a18384048f8513b41'),(4419,'','Awotwi Ebenezer Kwamina','M','0','2011-06-04',534,'2013-11-26 08:00:00',NULL,'115563','144e3d869efe23f0e1c60741f436ef2c3b289e67'),(4420,'','Owusu Boateng Nana','F','0',NULL,534,'2013-11-26 08:00:00','2012-03-26','113896','d2e6f7b9d5f189868cabd91d19396830abec5d6f'),(4421,'','Hegble Vivian','F','0',NULL,534,'2013-11-26 08:00:00','1979-11-26','129616','2ddd91775ba19d735e7c242dfc69672d18653373'),(4422,'','Nasir Dildar Simli','M','0','2006-09-20',534,'2013-11-26 08:00:00',NULL,'71366','4c586fec38917f943feb028ed5b44aae6d4d0aec'),(4423,'','Boakye Yvonne A A','F','0',NULL,530,'2013-11-26 08:00:00','1960-11-26','86467','2ac7332c22b7229f27ccd4045d246e040d054bf4'),(4424,'','Ackounu Eunice Yacoba Esi','F','0',NULL,530,'2013-11-26 08:00:00','1985-11-26','67132','cff0af7f171ed30f66d8502322c1dc48a341b88f'),(4425,'','Annang Martin','M','0',NULL,530,'2013-11-26 08:00:00','1974-11-26','129621','e9479bdd9c8ee5b8c0da5396c129b3295d1021bb'),(4426,'','Sam Edward K','M','0',NULL,530,'2013-11-26 08:00:00','1979-11-26','SR','9fafccbc49dfd0532a595fb957994a40ec43a719'),(4427,'','Nuamah Lemuel','M','0',NULL,530,'2013-11-26 08:00:00','2013-06-26','OUT','a63ec50165ea156d7516b7e8349ecb59e942bd5e'),(4428,'','Antwi Enima Nyame','F','0',NULL,530,'2013-11-26 08:00:00','2012-11-26','124246','95c7362d193cb34761a4bde97f302267eb26fbc8'),(4429,'','Owusu Appiah Nana Adwoa','F','0','2012-08-27',530,'2013-11-26 08:00:00',NULL,'124956','2605b56a54cceab3e5f2d8195f85f8798b86e862'),(4430,'','Boadi Acheampong Priscilla','F','0','1981-11-12',530,'2013-11-26 08:00:00',NULL,'109271','594cf1cdae3c2a140ba7c08fa724740a0d914e6a'),(4431,'','Ablordeppey Ruth','F','0',NULL,530,'2013-11-26 08:00:00','1992-11-26','79498','c239791fb608a403274d5d66f9872a1c8f50d86f'),(4432,'','Adiata Ziblim','F','0',NULL,530,'2013-11-26 08:00:00','1980-11-26','67457','ee80907258df7386255471d509787ebc4840de18'),(4433,'','Aduum Jean Evelyn','F','0','1967-05-04',530,'2013-11-26 08:00:00',NULL,'','721fb90777e84257facc9a4e77dbc1ad94b8acba'),(4434,'','Adabla Sylvanus Elikplim','M','0',NULL,530,'2013-11-26 08:00:00','1981-11-26','71850','0d3dd73336015c4cbfc4c882895e0085d7cd4051'),(4435,'','Ademetan Bolan O','F','0',NULL,530,'2013-11-26 08:00:00','1974-11-26','128639','1ad025e6f014483e69fda75c352cfc6e0327ce59'),(4436,'','Brown Florence','F','0','1980-08-27',530,'2013-11-26 08:00:00',NULL,'129623','0434a52dba90cc41021207fbada1bcd680b47989'),(4437,'','Yankson Isabella','F','0','1992-10-30',530,'2013-11-26 08:00:00',NULL,'125018','75723a613a3e77df6fc370377a0a31e6988240f6'),(4438,'','Gozah Joseline','F','0',NULL,530,'2013-11-26 08:00:00','1988-11-26','121297','a0248533b7a6ed85bc65a3298a71cb1e9f4656bc'),(4439,'','Crabbe Rhoda','F','0',NULL,530,'2013-11-26 08:00:00','1985-11-26','104246','a5066e7a8bee96a3c8eca131c733e3272041ca8b'),(4440,'','Sackey Samuel Albert','M','0',NULL,530,'2013-11-26 08:00:00','1965-11-26','43338','3deb6f7fd9021a4c9d1ae826df45022da7eebd20'),(4441,'','Nti Appiah Theodora','F','0','1969-10-07',530,'2013-11-26 08:00:00',NULL,'39701','33fd309ea5e5c04f1a30371195fc8af77c1b7350'),(4442,'','Kyalo Amee','F','0','2010-08-20',530,'2013-11-26 08:00:00',NULL,'129625','253c6100e998413d5f0a90bb031ab5d588b5238f'),(4443,'','Ogoe Agatha','F','0','1984-09-16',530,'2013-11-26 08:00:00',NULL,'109082','63d7a81e08dd94db29cbef4e001484ea0f6774db'),(4444,'','Mills Augustina Ekua','F','0','1981-08-19',530,'2013-11-26 08:00:00',NULL,'129622','6f4a4052ea5071197c1e1e99748eb1d06bea6941'),(4445,'','Kumassah Apetsi','M','0','1971-08-16',530,'2013-11-26 08:00:00',NULL,'96069','077125cf9081eef8fccbdc033fd4ca2811c589f8'),(4446,'','Anani Naomi','F','0','1982-05-02',531,'2013-11-26 08:00:00',NULL,'58842','16423e8b86487bb8861df9db3606491b70371c4a'),(4447,'','Tete Rosemary','F','0','1975-07-30',531,'2013-11-26 08:00:00','','129581','09af2baf00a15eba566b3515aa282c217ed0540f'),(4448,'','Obeng Nkrumah Elizabeth Asor','F','0',NULL,531,'2013-11-26 08:00:00','1982-11-26','95789','0fc9032facae22f37821301b1911e4797c41f1a7'),(4449,'','Acquaah Margaret','F','0','1935-06-10',531,'2013-11-26 08:00:00',NULL,'76739','3710abf55fd80c0359e986802ef7305b9c4ca2c1'),(4450,'','Dadzie Kow Ehurong','M','0','2013-01-17',531,'2013-11-26 08:00:00',NULL,'126377','785cd49ba6425255c93ad31b690e85b4154e8386'),(4451,'','Amanor Sylvester','M','0','1967-09-19',531,'2013-11-26 08:00:00',NULL,'78722','82a5688d288746ff273745c12de0ab4cccb03361'),(4452,'','Teyvi Dede','F','0','1988-05-07',531,'2013-11-26 08:00:00',NULL,'117411','2e7a8663870840d330cf0fe389fe1f027c642b80'),(4453,'','Oguta Samuel Eniye','M','0','1971-04-06',531,'2013-11-26 08:00:00',NULL,'127650','1c8959e5ddb894754c20356ed7422b5a8091e0ac'),(4454,'','Anthonio Princess Emefa A','F','0','2011-08-02',531,'2013-11-26 08:00:00',NULL,'127801','d2accb0dd59fef570655cf067f0520e54d9e39ba'),(4455,'','Anthonio Queen E N','F','0','2013-02-19',531,'2013-11-26 08:00:00',NULL,'127914','1dff2733dba12f6e9605fe8e785c35645a5579a7'),(4456,'','Plange Thelma Akweley','F','0',NULL,531,'2013-11-27 08:00:00','1991-11-27','129633','0b9d9649c246d48220d10bc0707ca06ce05acefb'),(4457,'','Penu Paul K','M','0','1945-08-26',531,'2013-11-27 08:00:00',NULL,'46443','ab8d3be5f29477912f377c8dd3e1de86bd8de326'),(4458,'','Owusu Junior Osei','M','0','1999-10-05',531,'2013-11-27 08:00:00',NULL,'88772','f34fc1c342e5a462ba3551317c393bd8745fdcd6'),(4459,'','Tiago Moises Fortes Silva','M','0','2005-10-08',531,'2013-11-27 08:00:00',NULL,'129634','0bf5fb913c9a57fd4c9526c5a8ea6f0f481bbd4e'),(4460,'','Kpelim Etime Gloria','F','0',NULL,530,'2013-11-27 08:00:00','2013-11-06','129632','ec936a68ae1ea35e6b087ae8878b993554714ceb'),(4461,'','Quaye Wilhemina','F','0','1969-07-15',530,'2013-11-27 08:00:00',NULL,'81874','a059f02f13586d53c97a93ae4b707ed3c5bfdff9'),(4462,'','Atyam Agnes','F','0','1970-10-21',530,'2013-11-27 08:00:00',NULL,'100075','01a3e8afd7b733abe0298d8d071854a9baa09c05'),(4463,'','Tachi Francis Jarvis','M','0','1972-08-15',530,'2013-11-27 08:00:00',NULL,'81275','d9450f19e0c279cdd6a4248db81f27ec1e19fa18'),(4464,'','Amu Mabel','F','0','1972-03-08',530,'2013-11-27 08:00:00',NULL,'41592','1df82956b2973988a2cd5fb1c840005413b7ae3c'),(4465,'','Gati Samuel Kwame','M','0',NULL,530,'2013-11-27 08:00:00','1942-11-27','124241','20d5e54c3df8bed368313e5f0758b5246f0d779a'),(4466,'','Hesse Jason Lebrecht','M','0','2004-07-14',530,'2013-11-27 08:00:00',NULL,'110819','b93e1c3ea7ff8a41c7d00128c62a446bbf4b73d1'),(4467,'','Hesse Johann Ludwig','M','0','2007-08-28',530,'2013-11-27 08:00:00',NULL,'104082','ec4f80e0d307102556272037eb9c198b4c7b90d8'),(4468,'','Anim Yeboah Emmanuel','M','0','1968-12-17',530,'2013-11-27 08:00:00',NULL,'68535','f51eda242bcadc2b927dcc2a1fae548d1b7c9860'),(4469,'','Mensah Evans Ofori','M','0','1954-02-26',530,'2013-11-27 08:00:00',NULL,'88479','765652e66cdaab841ae0323a4c265c138ee77c74'),(4470,'','Gnahoua Aka B','M','0','1963-09-05',530,'2013-11-27 08:00:00',NULL,'120981','300ab9f9093c517ced998dcd5aa15a54a89a5c38'),(4471,'','Issaka Ayisha','F','0','1980-01-09',530,'2013-11-27 08:00:00',NULL,'105520','5266be668530ad682c09fd3c03f7fd0562d55f12'),(4472,'','Cacherel Casimiro','F','0',NULL,530,'2013-11-27 08:00:00','1985-11-27','86444','7cc168dc6f4c711083a12920218bc7955fcdad68'),(4473,'','Amila Keerthisihghe','M','0',NULL,530,'2013-11-27 08:00:00','1983-11-27','129629','3786bab1bda508952e8127ad5815752863011d66'),(4474,'','Bhardwaj Nitin','M','0',NULL,530,'2013-11-27 08:00:00','1982-11-27','116882','d12e67bf5c8464949c9165467ba97dee17284927'),(4475,'','Abdul Raman M B','M','0','1953-12-24',530,'2013-11-27 08:00:00',NULL,'83087','54621918732037fbaf11084012b2fb18ccf16c9d'),(4476,'','Nyarkoah Comfort','F','0',NULL,530,'2013-11-27 08:00:00','1939-11-27','87825','e0d268e94f084f67087cd230d84c5083e7acaba3'),(4477,'','Ntim Gyakari Lawrence','F','0',NULL,530,'2013-11-27 08:00:00','1972-11-27','124327','dd1c5fc3a96a572fe7f6dadca55d154d26bf2af4'),(4478,'','Madhur Gera','M','0','1989-05-24',530,'2013-11-27 08:00:00',NULL,'129638','bf0a173016fcc36aa69fd042f177454977f51ea9'),(4479,'','Ampomah Evelyn Kafui','F','0','1985-08-18',530,'2013-11-27 08:00:00',NULL,'100463','928fc06c434c7ba7443a4a875593d0e67829802b'),(4480,'','Abdulai Zynell Selma','F','0',NULL,530,'2013-11-27 08:00:00','2011-11-27','110713','4d395c633fb3d67363d47889eb659dfda4faa5fe'),(4481,'','Opare Addo Nketia Jnr','M','0',NULL,530,'2013-11-27 08:00:00','2005-11-27','62724','65ae63761bbb9dae26006cd91ef6e3491ef12b20'),(4482,'','Gibson Fiona','F','0','1987-06-26',530,'2013-11-27 08:00:00',NULL,'129636','0a26effecac62ddaa1dba5e20e2a000ac9fa4a7c'),(4483,'','Mokbel Awayda','M','0','1937-03-08',530,'2013-11-27 08:00:00',NULL,'','deb28c3e53a901847922cfd3daf82b93af713ad7'),(4484,'','Ampofo Gladys','F','0','1972-04-18',530,'2013-11-27 08:00:00',NULL,'108690','970d04e89cccb4234180dbcca77c335d062902cf'),(4485,'','Li Jin','M','0','1978-02-25',530,'2013-11-27 08:00:00',NULL,'129657','d9d2d26ea422c7a9c9b0caf38f323093486d4920'),(4486,'','Akotey Bernard','M','0','1978-06-02',530,'2013-11-27 08:00:00',NULL,'108808','02109dbc8d8ad2eaf305e9f3f83f359afc4685c4'),(4487,'','Mutawakil Asana','F','0',NULL,530,'2013-11-27 08:00:00','1980-11-27','85721','5d81ed0e9a553844e64cbd890a2ffaa4b0a5a050'),(4488,'','Agbesi Paul D','M','0','1962-05-05',530,'2013-11-27 08:00:00',NULL,'50220','c2467f8e7180ebd3b8657de42bc8eb48337d75d0'),(4489,'','Yayra Adzo Agbeko','F','0',NULL,530,'2013-11-27 08:00:00','2005-11-27','50781','6d03bd7059d8ed77d5770fc989a7c0e6ee0d8ebc'),(4490,'','Anatsui Tonyeli E','F','0','1987-06-21',530,'2013-11-27 08:00:00',NULL,'82935','478a458dad6414e79a645c8bea10232f2cd156da'),(4491,'','Dama Jason','M','0','2011-04-27',530,'2013-11-27 08:00:00',NULL,'102941','8b2cdb53ac2fed1a5e586223c8731873d99b75b5'),(4492,'','Johnson Benjamin','M','0','1972-12-26',530,'2013-11-27 08:00:00',NULL,'75775','ce1781bc7607b0944dc09f7a4d8185b6b860d9d8'),(4493,'','Owusu Afriyie Michael','M','0','1992-03-08',530,'2013-11-27 08:00:00',NULL,'119250','6e1b8c7ce8b16301f40570ea06b36809b358069e'),(4494,'','Yanney Issac','M','0',NULL,530,'2013-11-27 08:00:00','1975-11-27','100029','f7c5ce3037bc4bac95b901b768cfdf1ea3bb9b55'),(4495,'','Aboadzi Ghunny Henry','M','0',NULL,530,'2013-11-27 08:00:00','2009-11-27','122116','e850c8f374148a4eb653b6471815251607de3580'),(4496,'','Adjei Kyle Agyekum','M','0',NULL,530,'2013-11-27 08:00:00','2012-12-27','120666','75da055490a11e65ae40cb40acfef83c0d570328'),(4497,'','Clamonte Valeriano','M','0',NULL,530,'2013-11-27 08:00:00','1972-11-27','129641','8afcd76e9a13acd6decee674a6e507871226a9e1'),(4498,'','Senazah Daniel','M','0','1991-03-29',530,'2013-11-27 08:00:00',NULL,'129643','efa56546b68cd85d2a6383e9b1fed70e4c568ee7'),(4499,'','Berchie Kwaku Duah','M','0','1947-01-18',530,'2013-11-27 08:00:00',NULL,'118858','864caed6cd50f1475d55b670aa6d04f24becce10'),(4500,'','Ghunney Aboadzi','M','0','1955-01-27',530,'2013-11-27 08:00:00',NULL,'119688','9ac0e3674e7679ba34dfc101c25fa569db5d28d3'),(4501,'','Nkansah Ransford Fifi','M','0','1968-12-11',530,'2013-11-27 08:00:00',NULL,'129644','5ba43e3ccccb65780b1b33251b4e72067719b710'),(4502,'','Ablorh M D Doris','F','0',NULL,534,'2013-11-27 08:00:00','1970-11-27','52791','3daf1cfe5d774bb6223154974b28845ec9d2d1cb'),(4503,'','Fuachie Efia Gifty','F','0',NULL,534,'2013-11-27 08:00:00','1982-11-27','63661','d92d35f51b1ad1269bf8410897ab23c683ac21c2'),(4504,'','Abu Abdulai Hajia Mamuna','F','0','1984-06-02',530,'2013-11-27 08:00:00',NULL,'114952','8d3382c4f11bede89f8594cca447cdb3fb50d5b5'),(4505,'','Welbeck Jagdish','M','0','1993-08-13',530,'2013-11-27 08:00:00',NULL,'41605','6b467d183524a7b126ec8926ffa7bb24fcf50842'),(4506,'','Bassabi Ndeye Marie','F','0','1973-04-13',530,'2013-11-27 08:00:00',NULL,'129647','7b9a79736705fbe384a860d4da7723d42af05cc1'),(4507,'','Adamu Ramatu','F','0',NULL,530,'2013-11-27 08:00:00','1985-11-27','68573','2a16c91b88453242a4ab9cd0788436633e349bb7'),(4508,'','Adamu Amanfo Regina','M','0','1997-06-04',530,'2013-11-27 08:00:00',NULL,'14301','810d788b2879487c47066db150993cdd6e72f823'),(4509,'','Asare Ansah David','M','0','1984-11-01',530,'2013-11-27 08:00:00',NULL,'82952','702d2d9d3ccd8c1ea1f95ac77c8c71c9a571f64e'),(4510,'','Nicco Annan Joel Kevin','M','0',NULL,530,'2013-11-27 08:00:00','1977-11-27','68622','dd10aa4f29b435968f91469dff92f076dc43e8ab'),(4511,'','Wang Qingfeng','M','0','1983-08-01',531,'2013-11-27 08:00:00',NULL,'10914','3a93ebc37ffdddc231fb4143c9b5b89b36d97287'),(4512,'','Appiah Jayden Joseph Kofi','M','0','2010-08-20',531,'2013-11-27 08:00:00',NULL,'101288','74db7f5ff24b3008094b181b1138d1b7b41f5a9d'),(4513,'','Frimpong Linda Kwarteng','F','0',NULL,531,'2013-11-27 08:00:00','1960-11-27','129606','3ed654b7041a97c9425e27f0bf2fc97547def85c'),(4514,'','Erskine Roselyn','F','0',NULL,531,'2013-11-27 08:00:00','2004-11-27','99106','d1fc99e79915a847cc79d7dffbc0b3ed021f4dc9'),(4515,'','Mamud Rukeya','F','0','1978-12-21',531,'2013-11-27 08:00:00',NULL,'81303','51b793825193a23f99d4758630ddb6e26466ec2b'),(4516,'','Rodrigo Loepoldo Sanchez','M','0','1978-03-13',531,'2013-11-27 08:00:00',NULL,'SELF REQ','2dc5a391062fe7986906b4f76e3d376812d553ce'),(4517,'','Pan Yan','M','0',NULL,531,'2013-11-27 08:00:00','1990-11-27','129649','0bd979db67441c06e274a512e6b259e3347e2393'),(4518,'','Tetteh Jeremiah','M','0','2009-08-04',531,'2013-11-27 08:00:00',NULL,'87832','d63414e04399dd6af08a375dbc4d2d7cacedc3da'),(4519,'','Larkai Susuana','F','0',NULL,531,'2013-11-27 08:00:00','1980-11-27','45876','018e895ee36ee9963302abde916f89efda2c375f'),(4520,'','Gyau Winfred','M','0','1980-07-26',531,'2013-11-27 08:00:00',NULL,'106612','916be36b1250fad5f6521b22ce5774131a08afa5'),(4521,'','Gaku Fafa Cynthia','F','0','1978-10-22',531,'2013-11-27 08:00:00',NULL,'68462','db0078a4711b7d578c2e23db41573b894f22ffe5'),(4522,'','Hasford Nana Ekua Gyamfuah','F','0',NULL,531,'2013-11-28 08:00:00','2008-11-28','75838','fe325e7319a8c3d147d619ea39a62a740e8b114d'),(4523,'','Baanie Elizabeth','F','0',NULL,558,'2013-11-28 08:00:00','1939-11-28','38615','02fb8ef172fce7cfcaf9948e6db80be77d8d9e5d'),(4524,'','Siamey Samuel','M','0',NULL,558,'2013-11-28 08:00:00','1972-11-28','98972','d956a8b0327780e50515e4dc1babeb810c82791e'),(4525,'','Ibrahim Abdullah Maamor','M','0',NULL,558,'2013-11-28 08:00:00','1976-11-28','119494','c5143a9817650e430136cfb3f7cf770b5115ec53'),(4526,'','Doe Samuel Root','M','0',NULL,558,'2013-11-28 08:00:00','1964-11-28','75785','d6acd0fc9fcb5457de9a2ddc18c46617ab176d14'),(4527,'','Idun Mary','F','0',NULL,558,'2013-11-28 08:00:00','1956-11-28','16142','fbe4c7157fc248377be6e24705904ac4a8cebea1'),(4528,'','Kpene Aku Sika','F','0','1979-11-29',558,'2013-11-28 08:00:00',NULL,'129648','73e8706ae71714e496eb19afdceb35b89bdfc124'),(4529,'','Aryee Nii Teiko','M','0','1967-09-21',558,'2013-11-28 08:00:00',NULL,'21888','b095f9c76e8e4bca50f6cba099fd162f0f4ecd8b'),(4530,'','Antwi Atsu Grace','F','0',NULL,558,'2013-11-28 08:00:00','1975-11-28','52626','f4c0c4bb92dc780294b286d13002f9bb65a7a2eb'),(4531,'','Kwapong Golda Dokuaa','F','0',NULL,558,'2013-11-28 08:00:00','1981-11-28','119846','d7cb476b8ae8ea27ee2859f3a30eef08724cd05a'),(4532,'','Adamou Ridwane','M','0','1980-02-06',558,'2013-11-28 08:00:00',NULL,'105109','26544b327da3ed5d1b8bb314beb451a1a674d04e'),(4533,'','Eli Johannes','M','0',NULL,558,'2013-11-28 08:00:00','1985-11-28','38483','43a524929cdfbb6ff0e3f529162248fad824d4ca'),(4534,'','Atyam Agnes','F','0',NULL,558,'2013-11-28 08:00:00','1970-11-28','100075','8e60a7b35624c9d2b61e73ad63fcab17c462cd37'),(4535,'','Oosthuizen James Barry','M','0',NULL,558,'2013-11-28 08:00:00','1971-11-28','74691','01c529bcb99947cd979098d8eeef57b4d8e7ef2f'),(4536,'','Bosuro Elizabeth','F','0',NULL,558,'2013-11-28 08:00:00','1973-11-28','116008','c7660d75eb65502adb2285de1b094655f1953cff'),(4537,'','Tamakloe Elikplim','M','0',NULL,558,'2013-11-28 08:00:00','1986-11-28','88044','16a9674c608fb5718aa46bbcdc8b84236da4925c'),(4538,'','Dua Agyemang Nana Kwame','M','0',NULL,558,'2013-11-28 08:00:00','1956-11-28','OUTSIDE ','4f1323fc1abe26962c3e9aaac033584b6648bb7c'),(4539,'','Mangilpally Sriniuas','M','0',NULL,558,'2013-11-28 08:00:00','1985-11-28','MEDICALS','d31c7415e56c3fc58edc6e3385c175853e03ac8f'),(4540,'','Essuman Anang Diana','F','0',NULL,558,'2013-11-28 08:00:00','1983-11-28','116696','3fe54a4f7b4a057374484a464be2c71f1e681b3f'),(4541,'','Obeng Samuel','M','0',NULL,558,'2013-11-28 08:00:00','1969-11-28','79369','8ee4912c663cb34af7b2e5338a020d58f48f63f3'),(4542,'','Alifo Newman','M','0',NULL,558,'2013-11-28 08:00:00','1976-11-28','49652','4ca3c8fc15e78dbdecd9f56c97603eb544270b74'),(4543,'','Abdulai Rahman','M','0',NULL,558,'2013-11-28 08:00:00','1962-11-28','114452','e316563020ddb536fc5633c67e44446360dea21a'),(4544,'','Khama Georgeo Palmer','M','0',NULL,558,'2013-11-28 08:00:00','2008-11-28','110648','94c0228d82a752eb70e12a02d74389aa7c9c22a0'),(4545,'','Nketsiah Justin Kwame','M','0',NULL,558,'2013-11-28 08:00:00','2009-11-28','95325','c0e2baf198b95fc433ebbe9757e6bb7e0ce985c4'),(4546,'','Cobbina Emmanuel','M','0',NULL,558,'2013-11-28 08:00:00','1979-11-28','93053','e41097d964a791c0bd825072f4fcb7a018af4088'),(4547,'','Asare Ansah David Nana Yaw','M','0',NULL,558,'2013-11-28 08:00:00','1984-11-28','82952','46b99881bf0986b740ff9630c71bb5bd2ec87b7a'),(4548,'','Nkansah Desire','F','0',NULL,558,'2013-11-28 08:00:00','1988-11-28','125911','e31b3e789d9abae88b88324ccf44748584b35539'),(4549,'','Awumee Raymond Christopher','M','0',NULL,558,'2013-11-28 08:00:00','2002-11-28','94148','913364308d1de42b8ea6e450671faa51b05e5e3e'),(4550,'','Akakpo Augusta','F','0',NULL,558,'2013-11-28 08:00:00','1994-11-28','46424','84cb58fe590308efc9ae427a40c8b69110aad8e5'),(4551,'','Mensah Edmund Seth','M','0',NULL,558,'2013-11-28 08:00:00','1978-11-28','121977','0a711e2efc3a86c2261bdaa09f4e6134d3a34e09'),(4552,'','Normeshie Enam Rina','F','0',NULL,558,'2013-11-28 08:00:00','2013-03-28','124336','7031d39657c0744c00a9e37955f32cdeec82f0ed'),(4553,'','Nartey Jacob Kenney','M','0',NULL,558,'2013-11-28 08:00:00','1977-11-28','128101','8f6cc188729828ec57f60b4cea22c4fc89120742'),(4554,'','Karunanithi Karpagavalli','F','0',NULL,558,'2013-11-28 08:00:00','1985-11-28','129498','2b9f9103cc5aff7e05db65bc677a8f5b7b58718f'),(4555,'','Bleboo Paul Elikplim','M','0',NULL,558,'2013-11-28 08:00:00','1980-11-28','122545','a627c51e97219bc859b5a71f8adc95b7de8b660a'),(4556,'','Ofori Cynthia','F','0',NULL,558,'2013-11-28 08:00:00','1962-11-28','17401','631a6f6d99d1250d658896fa71abb59ee3b85821'),(4557,'','Jambeidu Joyce Apoasaan','F','0','1979-06-25',558,'2013-11-28 08:00:00',NULL,'129666','2add2579d87843bd06709e7d5915985481cb9a93'),(4558,'','Bleboo Eyram','M','0',NULL,558,'2013-11-28 08:00:00','2012-11-28','121453','0305f5e8d9409ab2d7abfc3f111998796120d742'),(4559,'','Adjiwandu Wendyam Jason','M','0',NULL,558,'2013-11-28 08:00:00','2011-11-28','115412','abe2f4811ed03939f4771b8943d4190d3d6a8142'),(4560,'','Alaparthi Srinivas','M','0',NULL,558,'2013-11-28 08:00:00','1972-11-28','129669','dba50170141d59a1097e2d762e75a5abd4f04972'),(4561,'','Barnes Reginald','M','0',NULL,558,'2013-11-28 08:00:00','2012-11-28','128419','f9ea13b54f633dc8a8bff58cbd855ddb111cb527'),(4562,'','Azobli Josephine','F','0',NULL,558,'2013-11-28 08:00:00','1987-11-28','114439','0b204680505e5ef8789bbeff9fbc21c5fa54598c'),(4563,'','Aryee Naa Ayeley Theodora','F','0',NULL,558,'2013-11-28 08:00:00','1989-11-28','110676','59475b9d17b70de59182fb6f2f12b85b71ef6da2'),(4564,'','Domanban Desmond Sugmari','M','0',NULL,558,'2013-11-28 08:00:00','1983-11-28','101782','6ce08d3d8e97593c1721ff2ec139a9131454b43e'),(4565,'','Afedoe Caroline Y','F','0',NULL,558,'2013-11-28 08:00:00','1988-11-28','109688','761dca19edace4de16521dcfb6a315864b16ab50'),(4566,'','Kwatia Sean Nana Kwadwo','M','0',NULL,558,'2013-11-28 08:00:00','2003-11-28','129652','47e47b371bd0b973c9856d2c20fb85dab4811148'),(4567,'','Gbedema Adjo Akpene','F','0',NULL,558,'2013-11-28 08:00:00','1984-11-28','129673','b9c529cf21dd9f82f64c314db806805998a19c51'),(4568,'','Abraham Onyinyecki','F','0','1981-09-12',558,'2013-11-28 08:00:00',NULL,'S/R','363e4fad393a83a7ff5208d0e258900b45a34ada'),(4569,'','Bleboo Harriet Emefa','F','0','1980-06-23',558,'2013-11-28 08:00:00',NULL,'74564','453fb3422f98fe90304b71847d003f9f924d3d86'),(4570,'','Aboagye Sophia Obeng','F','0','1979-06-10',558,'2013-11-28 08:00:00',NULL,'129676','c96f298788499b2b71024da31c6c4d8fb8b8328a'),(4571,'','Opoku Mensah Hudson Emmanuel','M','0','1960-12-29',558,'2013-11-28 08:00:00',NULL,'19753','c4c2002d8a9e862ffbdee9a7d6a27ca84c0a55a9'),(4572,'','Abou Chedid Beryl','F','0',NULL,558,'2013-11-28 08:00:00','1994-11-28','112578','d18530115a3754e538ca3cbfa67b7b024029909d'),(4573,'','Van Percy Hagar','F','0',NULL,558,'2013-11-28 08:00:00','1937-11-28','123297','09ba76da88fa5dfa1bc60458a11beea11a41f22a'),(4574,'','Dapaah Benita','F','0',NULL,558,'2013-11-28 08:00:00','2006-11-28','109214','09177daf56ea3303ec6e2819786d76f77be38eb6'),(4575,'','Dapaah Elizabeth','F','0',NULL,558,'2013-11-28 08:00:00','1974-11-28','101202','a8dbaa090f9e697622d922e675d5d14a008da35c'),(4576,'','Acolor Esther Edem','F','0','1967-04-22',558,'2013-11-28 08:00:00',NULL,'129680','d8905a9d1e2661a9bc2bd3359eeb23563c281ebd'),(4577,'','Daniels Ebow','M','0','1983-05-05',558,'2013-11-28 08:00:00',NULL,'129679','576aa3f976d19a9aa22975b83634a3e2d33ecfc6'),(4578,'','Alabi Ayishatu','F','0',NULL,558,'2013-11-28 08:00:00','1975-11-28','44743','96af9ced2451c92dda02eb900e31652422a568f5'),(4579,'','Zoya Akhtar','F','0','2011-05-30',531,'2013-11-28 08:00:00',NULL,'129681','bd42a0f66c677a3264319f0d3f0254ac17c7e4e7'),(4580,'','Adombiri Anna','F','0','1982-05-10',531,'2013-11-28 08:00:00',NULL,'114682','e8e47063ce2a8099951f6e259a91c1de7fa2b437'),(4581,'','Lamptey Samuel','M','0',NULL,531,'2013-11-28 08:00:00','1964-11-28','72569','d302823be8bf9c73695dba29d8f36747c5536677'),(4582,'','Selormey Esinam','F','0','2009-02-26',531,'2013-11-28 08:00:00',NULL,'113513','fc8bdd47a84e155e08c8d38ca9ce50fe10706909'),(4583,'','Amparbeng Kweku Afrifa','M','0','2011-08-10',531,'2013-11-28 08:00:00',NULL,'109113','ac26aa313161ebd1cc5843d26f45fb85d2b9b8d1'),(4584,'','Awoonor Senu Ethan','M','0','2004-03-14',531,'2013-11-28 08:00:00',NULL,'54611','3d4807e0357983e242038f0701c41722e4aa46b7'),(4585,'','Liu Hao','M','0','1987-01-21',531,'2013-11-28 08:00:00',NULL,'129682','7065ec5daee7202b245c000b421f0c2fd8bae0d0'),(4586,'','Hesse Kenneth Nii Kwao','M','0','1997-12-08',531,'2013-11-28 08:00:00',NULL,'129683','5ef889da060af72652d7a15f7959b63ed922a23b'),(4587,'','Asibi Ayimbotime','M','0','1997-05-21',531,'2013-11-28 08:00:00',NULL,'113597','19564d1c76da18ed7b1d6461a1c9e02796072574'),(4588,'','Sahr Michael Nyumah','M','0','1961-06-13',531,'2013-11-28 08:00:00',NULL,'113476','46dcb5a7362260e44c1564c351181f392b0eae67'),(4589,'','Mensah Bemarcel Komla','M','0','2012-07-31',531,'2013-11-28 08:00:00',NULL,'119499','05ecd0912f519cd23166c79af17cba74c8534c63'),(4590,'','Mensah Anne','F','0','1985-10-18',531,'2013-11-28 08:00:00',NULL,'116456','f8a9f3ebfa971dbf231277de424aab3b50b5d722'),(4591,'','Kuudogrme Bangfudem Barbara','F','0','1987-10-13',531,'2013-11-28 08:00:00',NULL,'129688','86441fcf475199be8f481c22cd853bf72925dd35'),(4592,'','Ghandour Lana','F','0',NULL,531,'2013-11-28 08:00:00','1982-11-28','129686','f6144b9079cb6c2a77fc9eef79f7ff2a9e223d37'),(4593,'','Banson Cheryl Nana','F','0',NULL,531,'2013-11-29 08:00:00','1978-11-29','54849','10c93cc7a9df10675e5939d3485f7f06e6646ce7'),(4594,'','Amoa Abban Kofi','M','0',NULL,531,'2013-11-29 08:00:00','1983-11-29','119491','fbefd2f24647f3d5e809bb383150e368f84e8785'),(4595,'','Opoku Afriye Jadon','M','0','2007-08-27',531,'2013-11-29 08:00:00',NULL,'100110','a899fc82119e28cba43af08604966ce3744c6f0d'),(4596,'','Ankamah Daniel Kwasi','M','0','1960-06-14',531,'2013-11-29 08:00:00',NULL,'10977','446b928d97a159663627f5c31bcdc6eda72cd860'),(4597,'','Arko Linda Serwaa','F','0',NULL,531,'2013-11-29 08:00:00','1983-11-29','108252','88db7921d5a3310b8a33e8632b7917ff8dd09173'),(4598,'','Nkoom Mary','F','0','1974-01-27',531,'2013-11-29 08:00:00',NULL,'129690','91ac9eb8905e382fb8b29e25bb9dc8b161572a37'),(4599,'','Essilfie Mary','F','0','1949-08-09',531,'2013-11-29 08:00:00',NULL,'22433','22b25d2c287e0659e77015f71e71cddd31d36c94'),(4600,'','Yakohene Jennifer Joana','F','0','1956-12-24',558,'2013-11-29 08:00:00',NULL,'128687','5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0'),(4601,'','Nyassor Sayuti Mohammed','M','0','1977-11-30',558,'2013-11-29 08:00:00',NULL,'105809','6f918a696d02ee3c7b75a053b35001d6477cfb5a'),(4602,'','Gyekye Koranteng Kwabena','M','0',NULL,558,'2013-11-29 08:00:00','1984-11-29','129693','6511ca80a570baaf47fa9a0b72773b2870ca09f2'),(4603,'','Achieng Christine','F','0','1968-01-11',558,'2013-11-29 08:00:00',NULL,'106530','e1fa62eb01c5d393ec691b6726bdaa9db91d4932'),(4604,'','Sowah Esther','F','0','1976-04-28',558,'2013-11-29 08:00:00',NULL,'129640','37e54b0f4f73078e1edb6e2a05dde61899eb149c'),(4605,'','Medeiros Gucas Marques','M','0',NULL,558,'2013-11-29 08:00:00','1988-11-29','129698','354bab8abe8cda310e26c631ba2d613869c981cf'),(4606,'','Gama Miguel Alexandre','M','0',NULL,558,'2013-11-29 08:00:00','1975-11-29','129699','4ee23f96f9e706a298995242a7b264ddeaff24a6'),(4607,'','Antwi Abigail Asante','F','0',NULL,558,'2013-11-29 08:00:00','1984-11-29','94793','98638194a8c13f69aa8a17913b6b5fbc2c7c4166'),(4608,'','Brito Valdivan Acves','M','0',NULL,558,'2013-11-29 08:00:00','1988-11-29','129700','305d14a6d649ea62267ac0c4d9bb51726af1af4f'),(4609,'','Ahedor Crencil','F','0',NULL,541,'2013-11-29 08:00:00','1981-11-29','95106','f4ec7ff2e3ca51ff83af00e6e0df9b0de0757cfc'),(4610,'','Mensah Mabel Permy','F','0',NULL,558,'2013-11-29 08:00:00','1990-11-29','118201','0036adab33a30ef2891934154e3a6bf242dae897'),(4611,'','Osafo Salomey','F','0','1986-05-23',558,'2013-11-29 08:00:00',NULL,'129695','cbaeb005104e98c21faa691478c827be5168ded9'),(4612,'','Acquaye Ellen Opokua','F','0',NULL,558,'2013-11-29 08:00:00','1989-11-29','104863','585c404edb5590af369af848dc31c5c852b54982'),(4613,'','Badoo Ruth Anibea','F','0','1979-07-29',558,'2013-11-29 08:00:00',NULL,'87282','f682ee7e5d9b53ce1449dcdd04c25861bae04e01'),(4614,'','Nortey Evelyn N','F','0',NULL,558,'2013-11-29 08:00:00','1991-11-29','125240','1d72f6686975e23e440e1c5d4a40c27f058957e1'),(4615,'','Botchway Godwin Odoi','M','0','1972-12-09',558,'2013-11-29 08:00:00',NULL,'58254','d2b6a92e220602e24bc4f946c9be92a3fdcdaf7a'),(4616,'','Agyakwa Eric Ofori','M','0',NULL,558,'2013-11-29 08:00:00','1975-11-29','49157','8f5a674d69768179e5b30c79571ef9fa1ad38303'),(4617,'','Binsat Monica','F','0',NULL,558,'2013-11-29 08:00:00','1979-11-29','129704','a3612f954ea09cc0f8d73ba85cbd0003f7191e3d'),(4618,'','Sengue Berthe','F','0','1967-12-20',558,'2013-11-29 08:00:00',NULL,'116752','3c4d843a37b830e41bf5f5a32a95dcd3bf43ee5e'),(4619,'','Yussif Adam','M','0',NULL,558,'2013-11-29 08:00:00','1981-11-29','106817','f03640be8a25bacfd88d0de159b44a3c7998be22'),(4620,'','Monclar Gabriel','M','0','1997-03-07',558,'2013-11-29 08:00:00',NULL,'125349','dd016fb9e19e64cd4acf98ca58e382acdd4f912a'),(4621,'','Gadgekpo Elinam Myron','M','0','2013-07-14',558,'2013-11-29 08:00:00',NULL,'129703','1088db3e997df9b8ebb4cf8405b416939a760626'),(4622,'','Boateng Nana Kwaku Agyenim','M','0','2006-05-09',558,'2013-11-29 08:00:00',NULL,'80253','53f1d37136eab55bdcff9a3a95c1ed49efb73565'),(4623,'','Oestensen Martin','M','0',NULL,558,'2013-11-29 08:00:00','1981-11-29','129687','84d90b3dc9f663352e93c94208c00507738b341d'),(4624,'','Atitsogbui Alfred','M','0','1975-06-15',558,'2013-11-29 08:00:00',NULL,'112848','7b2a266d6d3e4a72c215fd35e0c5a450b71830b9'),(4625,'','Ampofo Afua Safoa','F','0',NULL,558,'2013-11-29 08:00:00','1981-11-29','13183','63b1c3615dc44a99fc63d1dfc527b2824f9f15c2'),(4626,'','Awagbe Caesar','M','0','1985-12-21',558,'2013-11-29 08:00:00',NULL,'129705','c8a0d567c2707f12fc551830c6651f4ccbe2927b'),(4627,'','Aidoo Marcia','F','0','1985-02-04',558,'2013-11-29 08:00:00',NULL,'57622','40788039716bcddcd1992e0192168c34c2dbe7ff'),(4628,'','Ayikpa Diana Mawufermor','F','0',NULL,558,'2013-11-29 08:00:00','1982-11-29','113495','07defc007cc1018d8a435313ce872e64d105bd34'),(4629,'','Mohammed Abdul Waheed','M','0','1985-03-26',558,'2013-11-29 08:00:00',NULL,'114959','478fdbcf2d541467829c5175aadfff620fea4110'),(4630,'','Yempew Kelly Aseda','F','0','2012-12-14',558,'2013-11-29 08:00:00',NULL,'129697','516df1ccf158e814cc0f1660cdfadf350b3430e0'),(4631,'','Akporyoe Martha Korkor','F','0',NULL,558,'2013-11-29 08:00:00','1980-11-29','129587','277f092e2ca235cbd00cce8bad340f64b5243b85'),(4632,'','Ofori Sampson Kwame','M','0','1937-08-19',558,'2013-11-29 08:00:00',NULL,'129279','71bc2871eb140b776b8df8976ae27b0ff9db1a9e'),(4633,'','Kyerewah Esther','F','0','1976-02-29',530,'2013-11-29 08:00:00',NULL,'95295','338a57c668541faf7f2b0993a7801ca821b5e0ee'),(4634,'','Tetteh Christian A','M','0',NULL,530,'2013-11-29 08:00:00','2010-11-29','106858','991a02ce6e3d4adcae30a5a87435246108aca66c'),(4635,'','Boateng Richard K','M','0',NULL,530,'2013-11-29 08:00:00','1979-11-29','54234','55cb13bdf02a632915dc32e2d5ac8b3a443d5d02'),(4636,'','Nifahkang Vitus','M','0','1972-11-22',530,'2013-11-29 08:00:00',NULL,'99887','1df11db9c0406b24be074e4e2bd13e1257d66491'),(4637,'','Adjei Sophia','F','0','1982-03-18',530,'2013-11-29 08:00:00',NULL,'119119','3940aae50e12b42c55d8e999bbe7ed6c2f6563d5'),(4638,'','Xiang Wei Wei','M','0','1987-07-14',530,'2013-11-29 08:00:00',NULL,'129713','7fa81b4b2b3efc2e7c13045e199cc1c599fb0771'),(4639,'','Gyambrah Rose O','F','0','1984-08-09',530,'2013-11-29 08:00:00',NULL,'120297','ed3649a4adf58f8861d439aae26ba89c1778eec0'),(4640,'','Haruna Aminu','M','0',NULL,558,'2013-11-29 08:00:00','1979-11-29','94252','7507ed189fd3def0389ec7d00098f7cc34da2a48'),(4641,'','Abebrese Michelle Buama','F','0',NULL,558,'2013-11-29 08:00:00','1998-11-29','127956','e28cd5860b0c27cf6febb1356d1795ec105f70ed'),(4642,'','Ahmed Said A','M','0',NULL,558,'2013-11-29 08:00:00','2006-11-29','S/R','f042cd0f863d97922e3ce73c740ad558d2a68f9e'),(4643,'','Addy Sylvester','M','0','1979-09-01',558,'2013-11-29 08:00:00',NULL,'122261','36a9cc83309dcdd9a610760519336460d1ca7e74'),(4644,'','Aheleh Priscilla','F','0','1975-12-31',531,'2013-11-29 08:00:00',NULL,'25737','cf1c38a4a9f6f1d8ba9ebf8781dbb7a44a2b3172'),(4645,'','Mady Emmanuel','M','0','1985-12-18',531,'2013-11-29 08:00:00',NULL,'125726','189f8f23792422ea855c726f5202924e9101d61f'),(4646,'','Offei Theophilus A A','M','0',NULL,531,'2013-11-29 08:00:00','1936-11-29','64286','00d8f1b0784a3b2a187fba8820a050068c0c079f'),(4647,'','Chukwukachasi Odezue Brian','M','0','2011-07-02',531,'2013-11-29 08:00:00',NULL,'118530','22e9e21f05b1095530f1e73fce2a3764c052bb0d'),(4648,'','Quarshie Belinda','F','0','1979-05-03',531,'2013-11-29 08:00:00',NULL,'126579','067ccbc6502b5e3cd1165307a0ddc2fae52cae1b'),(4649,'','Avor Jeremy','M','0','2011-10-19',531,'2013-11-29 08:00:00',NULL,'117915','b351a578eb48a863040ba1f7d8d172e1c4075e48'),(4650,'','Morttey Gifty','F','0','1981-10-21',531,'2013-11-29 08:00:00',NULL,'90371','d6c599176df7e5c27fc16e6be421432b136a81a4'),(4651,'','Naro Mary Ann','F','0','2009-04-10',531,'2013-11-29 08:00:00',NULL,'105582','d272a32927037788300fca233fe5c925e6096541'),(4652,'','Assan Munira','F','0','1986-05-22',531,'2013-11-29 08:00:00',NULL,'129719','d4383d7ffb0428ede37e9a43b8a7882376f6becb'),(4653,'','Haruna Tetteh Mensah A','M','0',NULL,531,'2013-11-30 08:00:00','1959-11-30','12970','8fac171475780c825258c8d88491e15031810dfd'),(4654,'','Noagbe V','F','0','1979-09-29',531,'2013-11-30 08:00:00',NULL,'116281','c687c07d0b747a5da08bdae03a00f40287ecf853'),(4655,'','Enendu Mike Ogbonna','M','0','1966-11-13',530,'2013-11-30 08:00:00',NULL,'105405','c37742ef2c2e0a461f81062c6d949714a6db85e1'),(4656,'','Desbordes Louis','M','0',NULL,530,'2013-11-30 08:00:00','1941-11-30','86533','8c5fb69794e6efaafece04d226343f8dd85c0a94'),(4657,'','Cofie Samuel','M','0','1968-12-27',530,'2013-11-30 08:00:00',NULL,'99844','c9255adc1ba3d455482ac397038351c77b5a25a5'),(4658,'','Martin Peprah Regina','F','0','1963-02-02',530,'2013-11-30 08:00:00',NULL,'44694','bea20bccbddc38026edeb2d5beb74773a90e1246'),(4659,'','Vandyck Daniel Snr','M','0','1960-09-29',530,'2013-11-30 08:00:00',NULL,'108136','753e5082a56a957686802e9da8d5ef9e765b5974'),(4660,'','Vandyck Louisa','F','0','1970-06-09',530,'2013-11-30 08:00:00',NULL,'97321','64028a86a34658da98616d1aade7c12d02640dc6'),(4661,'','Enendu Amara','F','0',NULL,530,'2013-11-30 08:00:00','1974-11-30','119422','7d304cae4b7a5a91246a65e9145f8434ee1d6e84'),(4662,'','Kufuor Siobhan','F','0',NULL,530,'2013-11-30 08:00:00','2010-11-30','129725','24aa5cbbf96f214377f4a9fdb267514370a3da91'),(4663,'','Ofori Tutu Kwame','M','0',NULL,530,'2013-11-30 08:00:00','1950-11-30','13607','966b578d04e6531cd8a3025655de3e88bb9391d9'),(4664,'','Kabah Milan W','M','0',NULL,530,'2013-11-30 08:00:00','2012-03-30','11543220','a861e549c1d6b83a72cfb4bfd5eb40018c493afb'),(4665,'','Kabah Wekam','M','0',NULL,530,'2013-11-30 08:00:00','2012-03-30','115432','998b9f75d18879feabfc0b549e58b0a9ff68ac3a'),(4666,'','Markham Thoedora','M','0',NULL,530,'2013-11-30 08:00:00','1942-11-30','129701','22293eb3cc5df87654f5a24ced223dceb35353c0'),(4667,'','Enendu Joshua','M','0','2009-12-31',530,'2013-11-30 08:00:00',NULL,'129383','90e84fdf634d65f90db7d592a8809d5c7a05408a'),(4668,'','Buah Kwofie A','M','0',NULL,530,'2013-11-30 08:00:00','1983-11-30','81776','a3991478d5295324d80413ef91c7d112b7fb8da0'),(4669,'','Odezue Tobechukwu','M','0',NULL,530,'2013-11-30 08:00:00','1975-11-30','118205','eb24d3444594ac4b49bd461c22f77be0bd20dcd9'),(4670,'','Du Hae','F','0',NULL,530,'2013-11-30 08:00:00','1984-11-30','129726','bba275aeb2b3eee1d83822b30d7622c4cb6d673c'),(4671,'','Du Hae','M','0',NULL,530,'2013-11-30 08:00:00','1984-11-30','129726','205ff1a0db4a932d3c4076aee9581aca05d8c84c'),(4672,'','Sbaiti Salah','M','0',NULL,530,'2013-11-30 08:00:00','1936-11-30','129727','173aca15dbfdb907647a255df4d804fc203c04d7'),(4673,'','Adzrolo Augustina','F','0',NULL,530,'2013-11-30 08:00:00','1970-11-30','85448','13188a740f85a548f2ca40f829abb9398454bcbb'),(4674,'','Quansah Emelda Naana','F','0',NULL,530,'2013-11-30 08:00:00','1976-11-30','102365','c9cda398785250583fbe958ead47fb83f58de44a'),(4675,'','Eze Chukwuemeka B','F','0','1974-10-09',530,'2013-11-30 08:00:00',NULL,'123415','63488bd4ef7575f9de43e0ee5b7d489d5724a8e4'),(4676,'','Owiredu Juliana','M','0',NULL,530,'2013-11-30 08:00:00','1958-11-30','88114','a61371334dad01510fb3c395e0f9a1b81c4ed8b2'),(4677,'','Nyam Joyce Asiedu','F','0','1991-02-22',530,'2013-11-30 08:00:00',NULL,'129728','1b411db12a3fcc42ff2a57824b3dcc8c304cd547'),(4678,'','Hayibor Emefa','F','0','1992-04-02',530,'2013-11-30 08:00:00',NULL,'129729','d391bf8409fcb726c5f637196548662826d7c51c'),(4679,'','Andoh Nana Anowah','F','0','1999-03-29',530,'2013-11-30 08:00:00',NULL,'105986','40b9fe87797b01367f4ff7e1831e7364dc6724e9'),(4680,'','Issaka Dauda','M','0','1992-03-16',530,'2013-11-30 08:00:00',NULL,'128845','c9eab0bf6f324daf04ad35f73ef5f7eb287b3d8e'),(4681,'','Asimah Samuel R','M','0','1980-02-25',530,'2013-11-30 08:00:00',NULL,'89837','13e2de39a5e551a6ca14324e99c2755ca31d3cd1'),(4682,'','Obeng Emmanuel','M','0',NULL,530,'2013-11-30 08:00:00','1984-11-30','127886','b50e1de5f10059733255b347fa07d3bb01a3c5e6'),(4683,'','Twumasi Yeboah Micheal','M','0',NULL,530,'2013-11-30 08:00:00','1960-11-30','55016','206be1e2ebc7a11bbb2c13b37127100f42bb4fb5'),(4684,'','Quartey Fiifi','M','0','1955-11-13',530,'2013-11-30 08:00:00',NULL,'39086','bc70eb01f92e8a9a18ccc2f3ccb2885248efa786'),(4685,'','Boadu Solomon','M','0','1979-01-28',530,'2013-11-30 08:00:00',NULL,'129723','9c5c29be494f7e1696b8e9317b1fad164023717c'),(4686,'','Sarkodee Florence','F','0',NULL,530,'2013-11-30 08:00:00','1962-11-30','53230','efd0f57daf725ff95c8b63b9000b2ce229863fc1'),(4687,'','Kpobi Pearl Naa Odoley','F','0','1990-07-13',530,'2013-11-30 08:00:00',NULL,'60606','aafdf345bfed834dc9b665c569ea7d8d5e4f25f0'),(4688,'','Dwamena Tina','F','0','1939-08-27',530,'2013-11-30 08:00:00',NULL,'129731','8e49878d5407dd387125439366884be6f5ececbd'),(4689,'','Kpodi Elizabeth','F','0','1983-11-17',530,'2013-11-30 08:00:00',NULL,'121459','056ba1db25c9ea0ffd543d87d7a320151b247bcd'),(4690,'','Ntow Clement A F','M','0','2004-09-23',530,'2013-11-30 08:00:00',NULL,'67491','75a944bbbc022c429630f2debe43d4d98adab188'),(4691,'','Puplampu Veronica','F','0','1964-06-04',530,'2013-11-30 08:00:00',NULL,'8384','adbea4170ffb79ca5513b8ea565d04d855d5a4eb'),(4692,'','Abbas Zain','M','0',NULL,530,'2013-11-30 08:00:00','2010-05-30','84749','294fefff1c02e4ed23eddd00f5c335fa59dd6a10'),(4693,'','Mensah Stephen','M','0','2007-12-14',530,'2013-11-30 08:00:00',NULL,'88579','0022494aadc67b36564bdd6a458873c34cb23457'),(4694,'','Amaning Akosua Afriyie','F','32','1981-11-22',555,'2013-11-30 08:00:00',NULL,'5270','16f911b709896e8f617a2701f5bd0fd5609bc83f'),(4695,'','Mathison Frank','M','42','1971-03-21',555,'2013-11-30 08:00:00',NULL,'112197','770cd0241e4fda2407b3f5ab4fb9ccc415d4bfdd'),(4696,'','Aboagye Nhyiraba Obrempong','M','3','2010-06-03',555,'2013-11-30 08:00:00',NULL,'98720','1b2b227ab33dabb68f998a1a91081bb4d7160c2d'),(4697,'','Boateng Esther Nana Yaa','F','25','1988-10-13',555,'2013-11-30 08:00:00',NULL,'118832','eb81752d492b0e8545f87e439a577a73e47f64eb'),(4698,'','Elmassri Youfic','M','28','1985-02-16',555,'2013-11-30 08:00:00',NULL,'112772','9b249e4551c50e5899fa7840be7677837c6fe380'),(4699,'','Tijani Fuseni Imran','M','0',NULL,530,'2013-11-30 08:00:00','2008-11-30','105888','c5257b243cec231bd6c3a51515e1fed8edd684cc'),(4700,'','Frimpong Kwaku Boakye','M','0',NULL,530,'2013-11-30 08:00:00','1988-11-30','129737','b9e9f47321d3431578a0a6bb63cdd5d45ebcf54d'),(4701,'','Dumfeh Arabella','F','0','2008-08-08',530,'2013-11-30 08:00:00',NULL,'','e66943b3023de281b6b48433696af3718c440019'),(4702,'','Sarpong Kingsley Akuako','M','0',NULL,530,'2013-11-30 08:00:00','1967-11-30','129735','69ec49d9fb9933a46b518405dc627ba263871fc1'),(4703,'','Asare Bismark','M','0','1979-02-08',530,'2013-11-30 08:00:00',NULL,'106382','0ca83c2a9358a11c9081db923caede8747728018'),(4704,'','Opoku Antwi Felicity','F','0','1981-07-11',530,'2013-11-30 08:00:00',NULL,'100428','7e00567c8600f2309bb469f923178cce6935aa78'),(4705,'','Mottey Christian','M','0',NULL,530,'2013-11-30 08:00:00','1974-11-30','75951','52193ee18e72e879485a38a00b07d2175c0c6c8f'),(4706,'','Adufoli Sena Precious','F','0',NULL,558,'2013-11-30 08:00:00','1984-11-30','91133','92d28bb37cbfc267d9c49897a89b2f8a1cf390d3'),(4707,'','Akyea Gladys','F','0',NULL,558,'2013-11-30 08:00:00','1968-11-30','26170','64b7bae390614e449cf8abc1dbe9aeba22521324'),(4708,'','Nyan Joshua','M','0',NULL,558,'2013-12-01 08:00:00','2007-12-01','129241','f94125a819cdf93cd27cbb8088bec5ceb622cca6'),(4709,'','Aminamah Jeannine Maame','F','0',NULL,558,'2013-12-01 08:00:00','2007-12-01','117503','07deb82102bac5f32385314d6e26e5877a87dd4c'),(4710,'','Andoh Uriel','F','0','1968-01-13',530,'2013-12-01 08:00:00',NULL,'38483','5158fbbf1e5effb4e5c91977464e3694d03e27d6'),(4711,'','Gbambila David','M','0','1975-12-22',530,'2013-12-01 08:00:00',NULL,'46958','a325f3ea22fcc7e39ba693d11777f2e09710c6cc'),(4712,'','Sarpong Megan','F','0','2001-05-05',530,'2013-12-01 08:00:00',NULL,'103704','df1ef8ec7aefe658729ee45f0cc4eccdb12b4882'),(4713,'','Ansong Comfort O','F','0','1976-05-20',530,'2013-12-01 08:00:00',NULL,'102302','4ea03f98c54da6d5b46d3312015915fe188fb308'),(4714,'','Ekoue Brigitta Dede','F','0','2001-08-17',530,'2013-12-01 08:00:00',NULL,'94035','ba7a810a7f743fda247d469fa8486fd266eb53cf'),(4715,'','Opare Addo Koranteng','M','0','2004-06-04',530,'2013-12-01 08:00:00',NULL,'62725','e0d9e72672826d58da8198bfaa485c97cd40da2d'),(4716,'','Opare Addo Faustina','F','0','1975-11-05',530,'2013-12-01 08:00:00',NULL,'40018','1676186791ceb8c6bfa579c73710b95e648c2b19'),(4717,'','Kwaw Obeng','M','0','1985-05-23',530,'2013-12-01 08:00:00',NULL,'','bddfe1513539c4c53f06cedc49b60e1f59694616'),(4718,'','Adamtey Berthold','M','0','1995-12-13',530,'2013-12-01 08:00:00',NULL,'82574','83c73a26ad2d5860682285a4b3e4f77719d7a9ff'),(4719,'','Fiamor Cynthia','F','0','1980-08-11',530,'2013-12-01 08:00:00',NULL,'60421','7075db3035196bd318b523274433b1a04d117798'),(4720,'','Askandorou Tairou','M','0','1986-05-25',530,'2013-12-01 08:00:00',NULL,'129738','d82f17c8b9d5fbea69c091cdbafbe7aef70f8f27'),(4721,'','Mensah Taw Nyarko','M','0',NULL,530,'2013-12-01 08:00:00','2000-12-01','108249','434dd77b9e024739bab19a62dbda479487abcc77'),(4722,'','Ofei Maxwell Dei','M','0','1981-04-26',530,'2013-12-01 08:00:00',NULL,'74172','6a8e96d54aa4a29a167ee525c069515af58c1d87'),(4723,'','Elmassri Toufic','M','0','1985-02-16',530,'2013-12-01 08:00:00',NULL,'112772','ecafe041ff50aaedd9d237d4f878bd219cb09743'),(4724,'','Ahela Priscilla','F','0','1975-12-21',530,'2013-12-01 08:00:00',NULL,'25737','f39509e17eb15e4c3e14392d737d20e72033640b'),(4725,'','Giaagge Lorenda A','F','0',NULL,530,'2013-12-01 08:00:00','2012-05-01','119816','62c236475f6efd323d060817c3ed8ac21754b902'),(4726,'','Harrison Neal','M','0','1982-07-26',530,'2013-12-01 08:00:00',NULL,'120485','9e4142617c667952c836a2507e1dc33129f63660'),(4727,'','Ofori Bah Emmanuel','M','0','1958-07-25',530,'2013-12-01 08:00:00',NULL,'81946','5a0f47760cda526396bf07b30be4826ef4f29928'),(4728,'','Banibensu Enam M A','F','0','2011-11-30',530,'2013-12-01 08:00:00',NULL,'112218','8bacdee21fcc77e50d0c6e35e6c7d149d59b13d1'),(4729,'','Koranchie Asante Mike','M','0','1980-12-21',530,'2013-12-01 08:00:00',NULL,'96859','a6b9f0f50b60e4d4f4bb57e617051f48c6eed17b'),(4730,'','Blukoo Allotey Michael','M','0',NULL,530,'2013-12-01 08:00:00','1961-12-01','14381','35f9af6ce199472d549433094438728b96ab9947'),(4731,'','Edjekumhene Ishmael','M','0','1971-02-16',530,'2013-12-01 08:00:00',NULL,'41442','d6e46c8784d6cf40a5c92c67b1adf229aed60ffa'),(4732,'','Ayisi Kwame Heman','M','0','2010-07-31',530,'2013-12-01 08:00:00',NULL,'129746','512c8b48e89fcde4b8060ada54d262e366170805'),(4733,'','Attiogbe Sarah Kekeli','F','0','2013-04-13',530,'2013-12-01 08:00:00',NULL,'118492','2a310c3e36f85e18c82f9f870f85f1f5f4dc049c'),(4734,'','Attiogbe Sarah Kekeli','F','0','2010-04-13',530,'2013-12-01 08:00:00',NULL,'118492','5d7dce168336170b1f82f527ddce78123ee4747f'),(4735,'','Dwomoh Jennifer','F','0','1993-03-22',530,'2013-12-01 08:00:00',NULL,'129747','37d47c2fe26c97e6db250b0ac8944fed308c03ee'),(4736,'','Adetola Sarah Femi','F','0','1984-09-05',530,'2013-12-01 08:00:00',NULL,'90345','7c671749f03c8b1720924478d8fd456a3368743f'),(4737,'','Benson Erwin','M','0',NULL,530,'2013-12-01 08:00:00','2012-12-01','129707','568041c585f0be7a6c881e7acc4804a7f0b846af'),(4738,'','Darko Ethan Kyei','M','0','2012-10-28',530,'2013-12-01 08:00:00',NULL,'122512','428a8789d6a9c3e57a2fc77babdbc5bb00a2ee4e'),(4739,'','Massimo Riyana','F','0',NULL,535,'2013-12-01 08:00:00','1987-12-01','SELF REQUEST','ae9e60d9fc1863c177a063bff66b78b74b9b50b0'),(4740,'','Obeng Annor Rose','F','0','1959-09-29',535,'2013-12-01 08:00:00',NULL,'17128','6a8415f416244992c424658267f5db209b4e36b1'),(4741,'','Laryea Mathias','M','0','1996-12-10',530,'2013-12-01 08:00:00',NULL,'60629','80eaf45ab5321b822bdbbf7cc4903ee9d43fa67a'),(4742,'','Laryea Rachael D','F','0','2007-02-06',530,'2013-12-01 08:00:00',NULL,'68010','bdb38a1656606f3cba9be80941b19ca0da682f56'),(4743,'','Dotse Comfort','F','0',NULL,530,'2013-12-01 08:00:00','1972-12-01','47906','6d104ac7d48b681368af0ca023e26ada1827315f'),(4744,'','Dadzie Kwaku','M','0','1974-12-06',530,'2013-12-01 08:00:00',NULL,'129749','6a0ffb74c584fbf1733165994e827932f459d53e'),(4745,'','Mohammed Sadia','F','0','2011-10-14',558,'2013-12-01 08:00:00',NULL,'129750','647fec5e398cbe5ce82e13f2c13fa736be16f327'),(4746,'','Awadedor Francisca','F','0','1975-10-10',558,'2013-12-01 08:00:00',NULL,'129753','2387fe1757235bdb8bd9e3713d98eb7dd00493dc'),(4747,'','Abrokwa Sandra','F','0',NULL,558,'2013-12-01 08:00:00','1983-12-01','S/R','7ed868875f7dcc2b2a2f250f3df584ce8f8086ad'),(4748,'','Danquah Seth Osafo','M','0','1958-12-01',558,'2013-12-01 08:00:00',NULL,'129754','f9623a198496dc02c98733fabd3e9945fc6bbee3'),(4749,'','Daniels Ebow Austin','M','0','2013-04-30',558,'2013-12-01 08:00:00',NULL,'125507','a48f4b843ec433d423c1b7f8504ea2d36ec9035d'),(4750,'','Mallet Mary Ann','F','0',NULL,558,'2013-12-01 08:00:00','1981-12-01','97961','7dde0bc2f93a670a0332d41cdfc29dc07e725682'),(4751,'','Tengey Kingsley','M','0','2007-01-04',558,'2013-12-01 08:00:00',NULL,'88178','983769e526cf432e2a77d0bca2c72a6822ec6400'),(4752,'','Afriye Opoku Jadon','M','0','2007-08-27',558,'2013-12-01 08:00:00',NULL,'100110','9595474af5c9491c4ac71c6508d8555d49d5379c'),(4753,'','Djan Nana Kwasi','M','0',NULL,558,'2013-12-01 08:00:00','1956-12-01','129755','d7e925d26368626618c5166ac942169d8f426d60'),(4754,'','Caiquo Georgina','F','0',NULL,558,'2013-12-02 08:00:00','1982-12-02','S/R','8ec3e925d8ebc9364c81d26712a9c895871d5c99'),(4755,'','Ahmed Hawa','F','0',NULL,558,'2013-12-02 08:00:00','1939-12-02','101145','693c82b500fecfef64d8c23d6ee07c7da1977008'),(4756,'','Dzikunu Lawrence','M','0',NULL,558,'2013-12-02 08:00:00','1962-12-02','S/R','60359dfff56cc844caa746a55ceeb53804e5cfae'),(4757,'','Tannor Lydia Obeng','F','0',NULL,558,'2013-12-02 08:00:00','1979-12-02','121386','53812bb659d11f59d36d33f0c108b44344579626'),(4758,'','Osei Samuel Frank','M','0','1980-03-25',558,'2013-12-02 08:00:00',NULL,'129757','1e857943698a53b9cb54393bd0719ad39d3391bc'),(4759,'','Awotwe Quaye Hilda','F','0','1987-07-04',531,'2013-12-02 08:00:00',NULL,'84047','d59babdf12e7ef6d742b38e3408eb20966708ea0'),(4760,'','Arday Richard','M','0','1970-02-09',531,'2013-12-02 08:00:00',NULL,'108938','a229db12227b402b5d4b9c4301de8f5deed2d62a'),(4761,'','Dagadu Rita Kafui','F','0','1972-10-03',531,'2013-12-02 08:00:00',NULL,'110965','47a739d1df12f8237a5061eec62d6f748f5375b3'),(4762,'','Ndouffou Kouame','M','0','1987-05-24',531,'2013-12-02 08:00:00',NULL,'129760','a9b1ed179546f149b59a8255cf5efa00fb962bea'),(4763,'','Osei Antobre Godfred','M','0','1963-02-16',531,'2013-12-02 08:00:00',NULL,'34576','91b6ac257b259823c573e4793d07a3231dbd1dee'),(4764,'','Poku Nana Akosua A','F','0','2010-05-16',531,'2013-12-02 08:00:00',NULL,'126269','1b8f974517b272c9dc32868cf83e1d68b83e90de'),(4765,'','Oppong Gladys','F','0',NULL,531,'2013-12-02 08:00:00','1951-12-02','119888','2118cb8a008e102524c96d11514d4ad1c5b98c26'),(4766,'','Muhammed Nawaw Zakariya','M','0',NULL,531,'2013-12-02 08:00:00','1949-12-02','129758','ce6d583aac609d90e4385a3bf156c7035bb38442'),(4767,'','Sam John','M','0','1978-07-17',531,'2013-12-02 08:00:00',NULL,'129575','3490085e7a007210de6a1c277ca9903ab7755d9a'),(4768,'','Kwarteng Angelina','F','0','1956-07-08',531,'2013-12-02 08:00:00',NULL,'28948','e66555dabf70412fd865d10873fa02f58f0da963'),(4769,'','Cezar Batista De Silva','M','0',NULL,531,'2013-12-02 08:00:00','1988-12-02','129765','68d918907ed0e48ceec1cf332f7501bbbd6e9d68'),(4770,'','Poku Kwadwo Owusu','M','0','2013-07-02',531,'2013-12-02 08:00:00',NULL,'126271','316a9d020a7fb00b6696333b46436b9df2dd5031'),(4771,'','Owusu Poku Esther','F','0','1982-12-31',531,'2013-12-02 08:00:00',NULL,'126270','b61c9d06c521e500296882bba015db0f5f0408dc'),(4772,'','Boadi Kwasi Obrempong','M','0','2010-04-04',531,'2013-12-02 08:00:00',NULL,'129761','b7c28af69a22f84b143a2d71c0b5d5821b5028b2'),(4773,'','Boadi Nana Yaw','M','0','2005-08-04',531,'2013-12-02 08:00:00',NULL,'129762','5e404465844f7796754600bf087fd7c006397a6b'),(4774,'','Boafo Maame Abena N','F','0',NULL,531,'2013-12-02 08:00:00','2007-12-02','OUTSIDE REQ','e193be6c4898931d32ebf213cb255a648a9b9896'),(4775,'','Obri Ken','M','0','1973-04-08',531,'2013-12-02 08:00:00','','129711','9d7be0d3dbf1ef4f6efb1d956d6f1be06680d334'),(4776,'','Afful Joana','F','0','1984-03-15',531,'2013-12-02 08:00:00',NULL,'125130','3f10ff1bc4565a5236d566fc56d5f2a29b7f8ef8'),(4777,'','Arthur Sherry','F','0','1984-09-05',531,'2013-12-02 08:00:00',NULL,'120611','9774b48261121012807b0f6df865d7102ab13c8a'),(4778,'','Badu Keelan Kankam','M','0',NULL,531,'2013-12-02 08:00:00','2012-02-02','122446','8f38f938202dd74ee2f23913e14b7f6dfbd7626a'),(4779,'','Owusu Ansah Juliet','F','0',NULL,531,'2013-12-02 08:00:00','2005-12-02','57187','965265872af77226e44dee36b344fb854372e946'),(4780,'','Bray Andrew','M','0',NULL,531,'2013-12-02 08:00:00','1984-12-02','OUTSIDE REQ','683a72eac19551335617631cd2a6c2aa9d12d8e0'),(4781,'','Gyan Christopher Amankwah','M','0','1965-01-05',531,'2013-12-02 08:00:00',NULL,'126100','89fceb232f1159afd6a129b76165aae8d8ca3ad7'),(4782,'','Asante Emmanuel','M','0','1983-03-01',531,'2013-12-02 08:00:00',NULL,'96690','f3aeeaa3016dcfbe8a5692649ba0588892a744f0'),(4783,'','Kumassah Favour Felix','M','0','1980-10-10',531,'2013-12-02 08:00:00',NULL,'73345','f4dfd18c1caf98619732873f8993a79523c1efbf'),(4784,'','Asilevi Emmanuel','M','0','2007-05-06',531,'2013-12-02 08:00:00',NULL,'58237','690232de9e3187cb35e1d8196be728867b65042a'),(4785,'','Abdulai Ramadan Manas','M','0','2011-08-26',531,'2013-12-02 08:00:00',NULL,'108830','e1f4a3cfe12c1ce729c8458c88d650a4f0538dd9'),(4786,'','Afolabi Charles Kofi','M','0',NULL,531,'2013-12-02 08:00:00','1968-12-02','121069','fdb33adc5868956fa75012858625e4b6fbbe318e'),(4787,'','Issifu Saude','F','0','1983-01-09',531,'2013-12-02 08:00:00',NULL,'92020','72e3ad79069fd8b2beec36ea98a6a3115bed1652'),(4788,'','Fiafor Margaret','F','0',NULL,531,'2013-12-02 08:00:00','1967-12-02','124225','88c0ab4888e1c64685d4bdc2bcd01d0187baead1'),(4789,'','Abbas Nada D','F','0',NULL,531,'2013-12-02 08:00:00','1985-12-02','129229','116c6d72bc96612f99102e72668627f411730e7e'),(4790,'','Gbafa Agbesi','M','0','1988-06-04',531,'2013-12-02 08:00:00',NULL,'125071','2f40568b0bd1332f3306b99dc097149ce80dc841'),(4791,'','Yartey Esther Akosua','F','0','1972-07-09',531,'2013-12-02 08:00:00',NULL,'OUTSIDE REQ','2b28c2c1b524c8688dcce7e25b3046d5604ea7c0'),(4792,'','Lavoe Ignatius Jasper','M','0','1955-12-14',531,'2013-12-02 08:00:00',NULL,'129766','04aded55195973f825444ca3923d56d60b107856'),(4793,'','Tettegah Yao','M','0','1959-01-15',531,'2013-12-02 08:00:00',NULL,'56114','700ec50f2bbc29c2d4bcc4bde688aaa7e4a53756'),(4794,'','Fuachie Tory Ewuresi','F','0',NULL,531,'2013-12-02 08:00:00','2010-12-02','97343','ee990996660622a2ca0035c958db7572808fe3b2'),(4795,'','Asare Kenneth K','M','0',NULL,531,'2013-12-02 08:00:00','1976-12-02','108542','bb5b0e71461086c6e7b45671c871302021ffddc2'),(4796,'','Bedjo Benedicta','F','0','1982-03-20',531,'2013-12-02 08:00:00',NULL,'126349','25d133695f1ade8187cc38a33b0741805a8e2946'),(4797,'','Retheesh Reveendran','M','0','1984-05-31',531,'2013-12-02 08:00:00',NULL,'129769','afe35a3aca60ec842ebbdbc6f3c4a0e17894eb29'),(4798,'','Atsupui Rose Adama','F','0',NULL,531,'2013-12-02 08:00:00','1952-12-02','129778','228e9baa179d1e400e22d4bf0bcb3bcf59ebb193'),(4799,'','Amoah Nancy O','F','0','1986-01-16',531,'2013-12-02 08:00:00',NULL,'129770','46946c82c9f02e2505cfc81405b64b90a1f08e47'),(4800,'','Kumago John','M','0','1996-05-04',531,'2013-12-02 08:00:00',NULL,'114657','38a67ba3a42bf27e850ea304fa0da9d91cbf6e03'),(4801,'','Yeboah Vivian','F','0','1953-09-03',531,'2013-12-02 08:00:00',NULL,'129785','72e1a260e41cea2d69e7ad6495cfefcad0b4a9b3'),(4802,'','Bening Evelyn','F','0','1984-02-21',531,'2013-12-02 08:00:00',NULL,'34627','24e3fd20e9038cd06174f60fe26115fbe23baef7'),(4803,'','Obeng Aboagye Sophia','F','0',NULL,531,'2013-12-02 08:00:00','1979-12-02','129676','dbac1482aa64f3d760486efeb0797ace2a212911'),(4804,'','Aboadzi Ghunney','M','0',NULL,531,'2013-12-02 08:00:00','2009-12-02','120116','b81ab38e65a223b317743b9b93418749c6607da5'),(4805,'','Bedu Nana Adjoah','F','0','1986-03-12',531,'2013-12-02 08:00:00',NULL,'123353','0af5d970bbabbf104f058964d1c3158d57acaf72'),(4806,'','Somuah Comfort','F','0',NULL,531,'2013-12-02 08:00:00','1956-12-02','129763','d264938e34451f351657ee741469f0d8af1fed2b'),(4807,'','Marjorie Tigenoah','F','0',NULL,531,'2013-12-02 08:00:00','2013-01-02','129774','d4f5f3627f969af7f9d906413efde29b274d5b43'),(4808,'','Gbewonyo Patience','F','0',NULL,531,'2013-12-02 08:00:00','1973-12-02','102655','7eb543d1ac76d9b78996773cf3c05a78362bbabb'),(4809,'','Azumah Marian','F','0',NULL,531,'2013-12-02 08:00:00','1977-12-02','129780','f597063b329d1752091ad0c6ebccaf97de368d43'),(4810,'','Senu Joshua Blewusi','M','0',NULL,531,'2013-12-02 08:00:00','1979-12-02','118916','1af221dd0472b2788ef55312cebed8142418d521'),(4811,'','Akyena Comfort','F','0','1969-10-15',531,'2013-12-02 08:00:00',NULL,'75738','a164183af563fe2a795f4e4f4401c3ac38c9dfac'),(4812,'','Appiah Maxwell Akwesi','M','0','1985-01-20',531,'2013-12-02 08:00:00',NULL,'129790','8128a44746c7975d8138463d6cb1f24f12e6c159'),(4813,'','Ibrahima Cherif','M','0','1988-01-12',531,'2013-12-02 08:00:00',NULL,'119058','f15ae6cf5ffd1aff9fa4684e9fe9531c01511b27'),(4814,'','Kotei Adelaide A','F','0','1958-03-30',531,'2013-12-02 08:00:00',NULL,'2044','bcb6b6ebfe061b0170a00bcfa48975770321862e'),(4815,'','Mamadou Aliou Cherif','M','0',NULL,534,'2013-12-02 08:00:00','1991-12-02','123960','1d521a04bccf6c594ac18f656ec8827b31b09492'),(4816,'','Dogbatse Senyo','M','0',NULL,534,'2013-12-02 08:00:00','1982-12-02','66510','ec34b85bc79a20eb22f2f50ddabce55970e0232c'),(4817,'','Ofori Asamoah Beulah','F','0',NULL,534,'2013-12-02 08:00:00','1990-12-02','','b1c25154b1d97afb6e443ee826040e4aac306561'),(4818,'','Nyaho Nyaho Tamakloe','M','0',NULL,534,'2013-12-02 08:00:00','1942-12-02','129228','c3ae913894b376cb8b1a474821f9aa6019a427b6'),(4819,'','Sefogbe James Kofi','M','0',NULL,534,'2013-12-02 08:00:00','1970-12-02','119847','761c2a330f065db0a5f2ba1dfed0487707ffe873'),(4820,'','Vmar Rabiatu','F','0',NULL,534,'2013-12-02 08:00:00','1977-12-02','125896','0d6afda3572960c7031c3c2ad2d317477540245e'),(4821,'','James Foster','M','0',NULL,534,'2013-12-02 08:00:00','1990-12-02','S/R','8ddce38d49116d77ce22bc76f463ee6ca5fdb674'),(4822,'','Fenuku Emmanuel','M','0','1994-07-01',531,'2013-12-02 08:00:00','','50864','60da31236355448213c85937cbed70e6267a3ba8'),(4823,'','Kukanu Joseph Y K','M','0','2006-04-20',531,'2013-12-02 08:00:00',NULL,'111099','b5194bc0259e483a70128cb73dcd4d2d2d57ba49'),(4824,'','Rashid Abibatu','F','0','1993-05-26',531,'2013-12-02 08:00:00',NULL,'129793','6762cb70cb9bc4bdf571f948dc85e5d162b105d7'),(4825,'','Kaguah Jaden Atudewe Fiifi','M','0','2011-01-07',531,'2013-12-02 08:00:00',NULL,'111290','f5271d98e66200858e620d59fd8e35706fafaf7c'),(4826,'','Abdul Latif Issahaku','M','0',NULL,531,'2013-12-02 08:00:00','1981-12-02','72186','0dc30c93d42e1d7c1cde7ac64441bbf92cc4f9b3'),(4827,'','Agbo Cica Anielle','M','0',NULL,531,'2013-12-02 08:00:00','1986-12-02','89167','ad0f0a76ecd1e15f86be70a3c7f1d55802f4b1ff'),(4828,'','Agbo Cica Anielle','F','0',NULL,531,'2013-12-02 08:00:00','1986-12-02','89167','dbc76479e4f160e85d54cf3acf985f7086b40c4f'),(4829,'','Kpogli Jason Eyram Kwaku','M','0','2013-06-19',531,'2013-12-02 08:00:00',NULL,'126627','2b563189eea531a5eb50c7a8822b05b2822e5d89'),(4830,'','Gorni Conrad','M','0','2013-01-28',531,'2013-12-02 08:00:00',NULL,'128878','7d0604f8ef868f0ccaf8694d279f5fabff0585dd'),(4831,'','Rana Bikramchand','M','0','1963-03-13',531,'2013-12-02 08:00:00',NULL,'81975','a97669fce3cdaa6b74b0da59c22d22bfc5e6b01b'),(4832,'','Owusu Agyemang Kwabena','M','0','2013-12-02',531,'2013-12-02 08:00:00',NULL,'102202','5111b054226610fa121d015677f04f883e9b59d9'),(4833,'','Cudjoe Rita','F','0','1980-01-14',558,'2013-12-02 08:00:00',NULL,'65646','e76f9a033153bc1d479cfd088b024335ceca9775'),(4834,'','Dandave Keli Apatu Darke','M','0','2007-01-19',535,'2013-12-02 08:00:00',NULL,'102329','e0c941fdaf8f165552f964020c176187db411228'),(4835,'','Akussah Rita Elorm','F','0','1982-06-05',558,'2013-12-02 08:00:00',NULL,'75037','4b8401e15235ef6ab6e2ce8a6c5248264b9dc2d3'),(4836,'','Femi David','M','0',NULL,558,'2013-12-02 08:00:00','1983-12-02','89669','e763a239a38490d61eea2d6640878c69adc2e658'),(4837,'','Onwioduokit Uduakabasi','F','0',NULL,558,'2013-12-02 08:00:00','1993-12-02','81623','d6c43e010959764011654052401bbaab20863a69'),(4838,'','Offe Elaine Nyamekye','F','0',NULL,558,'2013-12-03 08:00:00','1984-12-03','81993','9db945fe05077ff9769f4f443225aa395e43d59a'),(4839,'','Addo David Mensah','M','0',NULL,558,'2013-12-03 08:00:00','1977-12-03','129795','c1dd4065675ae515e727cf6d129da6a9b1dd83e5'),(4840,'','Acheampong Otuo Bernard','M','0','1966-11-11',558,'2013-12-03 08:00:00',NULL,'123987','1922e7b20080fc2e3963c24ff9b35f966b084c21'),(4841,'','Amankwah Akosua Yeboah','F','0',NULL,558,'2013-12-03 08:00:00','1986-12-03','102752','ae23c8a74a7f6772cba262261b18730510176486'),(4842,'','Mills Naomi','F','0','1956-06-23',558,'2013-12-03 08:00:00',NULL,'129471','859beaefc75e99dbf2e006a6c71fd0d361c581df'),(4843,'','Turkson Kofi','M','0',NULL,531,'2013-12-03 08:00:00','1969-12-03','129769','e26cf52355e9689dff132b9eb7f3c339e2261971'),(4844,'','Kuunang Paul M','M','0','1972-05-29',531,'2013-12-03 08:00:00',NULL,'125546','c007d3f2e1f43f14c1cd79433a6426c505d6dcb0'),(4845,'','ADOM KWAKU OWUSU AMPOFO','M','0','2010-09-01',531,'2013-12-03 08:00:00','','98616','c0a327d44a3afe46d196351bf0d8736677a15887'),(4846,'','Adu Bismark','M','0','2012-06-21',531,'2013-12-03 08:00:00',NULL,'OUTSIDE REQ','0c137bdf0158cc3cfdae807835d9dabe00ac346b'),(4847,'','Ohemeng Faustina','F','0','1983-07-07',531,'2013-12-03 08:00:00',NULL,'105058','2e3abffbd3d859f9a6085d2f39e53d4cdfbed41a'),(4848,'','Amuzu Hellen','F','0','1978-08-18',531,'2013-12-03 08:00:00',NULL,'129801','70f029e1669e0539bf5f6740e3bf8a728583f5cb'),(4849,'','Oduro Brako Nana Kofi','M','0','2013-05-29',531,'2013-12-03 08:00:00',NULL,'109723','02f4a0162d516f2687cbeaa8e3a2635629839a2e'),(4850,'','Offei Ansah Matilda','F','0','1981-09-12',531,'2013-12-03 08:00:00',NULL,'112064','42dd20552fd0b11a20aa55cdc7068dfc2ce76d0a'),(4851,'','Adom Asare Dominic','M','0','1982-11-27',531,'2013-12-03 08:00:00',NULL,'121904','e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd'),(4852,'','Amoah Frances','F','0',NULL,531,'2013-12-03 08:00:00','1935-12-03','OUTSIDE REQ','f3279224cadf09574549cdd0625d3202aa3678bc'),(4853,'','Yeboah Felicia','F','0','1956-03-06',531,'2013-12-03 08:00:00',NULL,'97169','3968af5ed1879b2860c6f99a4ec7aa5a7c758156'),(4854,'','Ofosu Gabriel','M','0','1964-09-13',531,'2013-12-03 08:00:00',NULL,'48832','70927636c5e3eadbc0df07a8fab1b18e6817df5a'),(4855,'','Afonso Carlos Silva','M','0','1970-11-16',531,'2013-12-03 08:00:00',NULL,'MEDICALS','ebdb47684c7ea19763c605d155c4b2aa12850d24'),(4856,'','Afonso Carlos Silva','M','0','1970-11-16',531,'2013-12-03 08:00:00',NULL,'MEDICALS','ebdb47684c7ea19763c605d155c4b2aa12850d24'),(4857,'','Denia Sybele Pessoa De Sales','M','0','1982-01-14',531,'2013-12-03 08:00:00',NULL,'MEDICALS','c6d4edbaf7518d801739bf9a076e28ffd4aa8dcf'),(4858,'','Uduakabasi Onwioduokit E','F','0',NULL,531,'2013-12-03 08:00:00','1993-12-03','81623','60b6dbbb80eee8befe05ae5dfabe4ce7a7bfd301'),(4859,'','Thomas Roland Kwaku','M','0',NULL,531,'2013-12-03 08:00:00','1987-12-03','121526','0f0f2cb9a25382e55d5dab23aaf1bc00a9f60989'),(4860,'','Asare Priscilla','F','0',NULL,531,'2013-12-03 08:00:00','1986-12-03','SELF REQ','304c6e5157c37329e7d3aca51a924eec09ff6005'),(4861,'','Ackon Elizabeth','F','0','2011-09-21',531,'2013-12-03 08:00:00',NULL,'112139','4cd91f79b065f8519d6a9e1a9f4406b04eb547ee'),(4862,'','Missoh Kwakou S','M','0',NULL,531,'2013-12-03 08:00:00','1981-12-03','MEDICALS','e55befdd829a1135fbbbc1113907f7536df1c859'),(4863,'','Obiri Vida','F','0','1974-05-15',531,'2013-12-03 08:00:00',NULL,'98353','2d84ec9c2aca2ff2ac58ce605d3c7cfc6717c6b3'),(4864,'','Ahmed Jemila Wuni','F','0','1981-07-06',531,'2013-12-03 08:00:00',NULL,'129806','4ac27e5ba7e51657c13e7fe77660c4d443a0719d'),(4865,'','Cosmos Ramona','F','0','1962-05-31',531,'2013-12-03 08:00:00',NULL,'64984','0ecaebe8190d8967b8f197e5d5f2fcbdae05e080'),(4866,'','Aduamoah Simpson Kobena','M','0','1993-03-16',531,'2013-12-03 08:00:00',NULL,'53575','48120b23a6f1d1f79d8125c733a1bc7a9d50d2f4'),(4867,'','Offei Nana Kwaku O A','M','0','2013-03-22',531,'2013-12-03 08:00:00',NULL,'126895','e10dc5ecd7ddf9f7bbef6ee337d0cb4691637127'),(4868,'','Squire Cecilia','F','0','1941-06-15',531,'2013-12-03 08:00:00',NULL,'72200','b9d54f07afa6e3a656512550d0448de5cfabc2a5'),(4869,'','Owusu Elias K','M','0','2013-03-22',531,'2013-12-03 08:00:00',NULL,'129810','42ec3292c6b8c5ab5aee05d9960f53b711f04ef0'),(4870,'','Gyamfi Bernard','M','0','1964-07-21',531,'2013-12-03 08:00:00',NULL,'124573','958f14e4001a6c232d27c85f35b19352a8976ef4'),(4871,'','Amponsah Nuamah Sophia','F','0','1984-12-02',531,'2013-12-03 08:00:00',NULL,'126097','35fc121f7222750c584b80d66238edd6fe5dd0a3'),(4872,'','Asare Adelaide Twumwah','F','0',NULL,531,'2013-12-03 08:00:00','2006-12-03','89166','f93d5effe57b35cb859540531fa4c1d8576fae97'),(4873,'','Asare Anna N','F','0',NULL,531,'2013-12-03 08:00:00','2009-12-03','95070','7973dfd415d8486d0f891ce1b9c0a5401442b607'),(4874,'','Barko Vida','F','0',NULL,531,'2013-12-03 08:00:00','1985-12-03','98993','82238982953ecda4fab4a497150e1272fcfcb464'),(4875,'','Asare Adeline','F','0',NULL,531,'2013-12-03 08:00:00','2006-12-03','95071','6c9660285df075e4ac6b05979682867a523906e8'),(4876,'','Ansong Lydia','F','0','1967-01-12',531,'2013-12-03 08:00:00',NULL,'58928','47dc7c808bb45ff581d0184a776b0c9f0b01f354'),(4877,'','Eshun Adeline A','F','0','1980-10-15',531,'2013-12-03 08:00:00',NULL,'69685','dedb19b2ac25e7350e55cd5e449bb2a5adcda3ca'),(4878,'','Ashimatey Stanley','M','0','1978-09-20',531,'2013-12-03 08:00:00',NULL,'117666','544b699c914cbcf6bacb6ff7d9dce10c56ecd281'),(4879,'','Nartey Felicia Korkor','F','0','1968-01-12',531,'2013-12-03 08:00:00',NULL,'99011','746e883cdbb86330099f946a650099aba7d42a75'),(4880,'','Omoghene Valentine E','M','0',NULL,531,'2013-12-03 08:00:00','1993-12-03','116594','f688cb65895c724555ef07ae539f41b0975264b1'),(4881,'','Futukpor Mary Ann','F','0',NULL,531,'2013-12-03 08:00:00','1985-12-03','75053','de803eaa5ff975a5f829610f734f8ec6aedd6454'),(4882,'','Nipah Comfort','F','0','1994-05-12',531,'2013-12-03 08:00:00',NULL,'129809','d7d55d24f07efb16deb49cc7a21cbfbab44f522e'),(4883,'','Prah Ernest','M','0',NULL,531,'2013-12-03 08:00:00','1969-12-03','120540','5d254ba6a969a4eef6f115064ea5bc5460c75c5d'),(4884,'','Ayeh Rebecca','F','0','1980-08-19',531,'2013-12-03 08:00:00',NULL,'115902','148c4af129afd367c17f84144a8e6d4e8fbf70aa'),(4885,'','Boateng Linda','F','0','1982-05-02',531,'2013-12-03 08:00:00',NULL,'129812','a4a51a8f2e78e083c1540b9e93904d8769909908'),(4886,'','Asiedu William K','M','0','1986-08-11',531,'2013-12-03 08:00:00',NULL,'129813','03bc307ae0868cba3becf3b7f038fb8b4606d508'),(4887,'','Cudjoe Genevieve','F','0',NULL,534,'2013-12-03 08:00:00','1973-12-03','67952','6848994287ae1f6710c55662e4b84ead06f0c05a'),(4888,'','Aggrey Papa Kofi','M','0',NULL,534,'2013-12-03 08:00:00','1986-12-03','42527','d674734108211982345639dc6bfc28fafd6f616a'),(4889,'','Aggrey Harold','M','0','1988-01-21',531,'2013-12-03 08:00:00',NULL,'OUTSIDE REQ','433c530299111da2ea4725155cd7c0efc45d5f1e'),(4890,'','Dorlah Felicia','F','0','1984-02-13',531,'2013-12-03 08:00:00',NULL,'125284','02547333fa6dc47ac3f05f81380c26d33192f491'),(4891,'','Oteng Arthur Ama','F','0','1998-07-04',531,'2013-12-03 08:00:00',NULL,'65160','72561f48fc9a5a80cecbe83ddda9d3fb2af05c90'),(4892,'','Ibrahim Faisal B','M','0',NULL,534,'2013-12-03 08:00:00','2011-12-03','128133','5adacb44d22706a37b9559a62bd07d69b445e393'),(4893,'','Asiedu Kwame John','M','0','2008-06-12',531,'2013-12-03 08:00:00',NULL,'89438','a378f284f4e695e693e55e643dbdfc7470b33205'),(4894,'','Gomado Etornam Nathaniel','M','0',NULL,531,'2013-12-03 08:00:00','2008-12-03','126363','8240cc94802a2b2a9ddac875ea7309c704f9753f'),(4895,'','Gyambrah Owusuaa Rose','M','0',NULL,531,'2013-12-03 08:00:00','1984-12-03','120297','29fd304749b7632734ef0b93b2acf9bb82a36c46'),(4896,'','Gyambrah Owusuaa Rose','F','0',NULL,531,'2013-12-03 08:00:00','1984-12-03','120297','d3f851ddceaf5f9cfe3f043704555d42063448ce'),(4897,'','Tsatsu Agbenyaegah','M','0','1998-06-27',531,'2013-12-03 08:00:00',NULL,'SELF REQ','407d3398bb9f74e3445b0e4eb3e92432fb73f031'),(4898,'','Nadine Ramona Baier','F','0','1991-10-08',531,'2013-12-03 08:00:00',NULL,'SELF REQ','bebed1017e6c9ef43c2229a07288f0ab2501e83c'),(4899,'','Alhassan Musah Mariam','F','0','1980-04-17',531,'2013-12-03 08:00:00',NULL,'129820','08a5462d7abeec9348702d4ec091a87ef9a617f6'),(4900,'','Akoma Pianim Agnes Akosua','F','0',NULL,531,'2013-12-03 08:00:00','1945-12-03','129821','6190e701b6427bb68cc4255b80f0928a3779bf01'),(4901,'','Gupta Ekta','F','0',NULL,531,'2013-12-03 08:00:00','1987-12-03','129783','6bdf3220672a80272eec5fc1eef7a3196007ed5b'),(4902,'','Anderson Alanda','F','0','1979-07-29',531,'2013-12-03 08:00:00',NULL,'129818','00129cbb5db7627360c2b0a0add31e944e7d4fc3'),(4903,'','Adu Gyamfi Afua Sarpong','F','0','1991-12-06',531,'2013-12-03 08:00:00',NULL,'126573','18adc03fdc548a24c3f48a7d81c9bf06ae601825'),(4904,'','Dwamena Frimpong Papa Kwame','M','0','2007-03-31',531,'2013-12-03 08:00:00',NULL,'66492','ba7a494365ff425aed1f629e9418babfaefe5c09'),(4905,'','Malak Zin','M','0',NULL,531,'2013-12-03 08:00:00','2008-12-03','SELF REQ','6ca3746a00ed641e79ac67f1d8a88aaae7ebcca1'),(4906,'','Aryee Armah Nii','M','0','1946-06-30',531,'2013-12-03 08:00:00',NULL,'129811','3cef52c80ecacd8a70576556693a41143b2ca2d6'),(4907,'','Ogbeifun Edith Aedsua','F','0','1976-01-23',531,'2013-12-03 08:00:00',NULL,'117071','0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff'),(4908,'','Haruna Jamila Tungteeyay','F','0','1983-12-17',531,'2013-12-03 08:00:00',NULL,'122886','d36fcb435a2331402b5db8c67074c996ebb8b427'),(4909,'','Nartey Nii Wayo Ebenezer','M','0','1977-03-19',531,'2013-12-03 08:00:00',NULL,'126069','c964e37b9bc4e94da62a0e2815bb5464a6f2685d'),(4910,'','Tetteh Dennis Abban','M','0','1976-06-28',531,'2013-12-03 08:00:00',NULL,'120759','7dd286404b57a70f1e69c51db18771d42abd3342'),(4911,'','Abugri Issah','M','0','1950-09-25',531,'2013-12-03 08:00:00',NULL,'96638','f5a822d5c65b271a2fda4291805d2676fa81ddd5'),(4912,'','Saadogr Desire','M','0',NULL,531,'2013-12-03 08:00:00','1983-12-03','129824','c34f000e4780d1a16c9cc5362f70df05c92b868e'),(4913,'','Sannie Mariama','F','0',NULL,531,'2013-12-03 08:00:00','1956-12-03','129825','4ca67363726d17680222469653e25abb8799061d'),(4914,'','Sai Bismark Adjah','M','0','1964-07-18',530,'2013-12-03 08:00:00',NULL,'88934','b11382608217eca5523446deac91d85ab2a54054'),(4915,'','Opare Zoey','F','0','2007-12-21',530,'2013-12-03 08:00:00',NULL,'129876','f0478b6b1712e7b276a868b84bed30780b4d6df4'),(4916,'','Owusu Amankrah Evans','M','0','1981-03-31',530,'2013-12-03 08:00:00',NULL,'93097','b9749abbffdfc04442d35882664c684b23d6c943'),(4917,'','Broni David Nkansah','M','0','2006-07-18',530,'2013-12-03 08:00:00',NULL,'118779','4c5d9053a944461839b29c713bef94845a539298'),(4918,'','Ackah Jerry Bright','M','0','2007-09-07',530,'2013-12-03 08:00:00',NULL,'122710','f39c653a980c1895bf4e52787fe8caa5b9783c1e'),(4919,'','Asiedu Suzana','F','0','1979-01-01',530,'2013-12-03 08:00:00',NULL,'122696','26282610f977884c24251ecae64f939a3a9eb43d'),(4920,'','Ackah Richardson','M','0','2005-06-06',530,'2013-12-03 08:00:00',NULL,'126638','3a68542ad5ddd71208fe2a5b9d535c45695bc485'),(4921,'','Mottey Gifty','F','0','1981-10-21',530,'2013-12-03 08:00:00',NULL,'90371','2838b03ef82c7ea0a59b87b85f787cf33da25ead'),(4922,'','Naso Agostino','M','0','1980-07-28',530,'2013-12-03 08:00:00',NULL,'3599054','267f29ddce55c35e5056d91508b6b66ec2621b46'),(4923,'','Mensah Torwoe Elikplim','M','0',NULL,530,'2013-12-03 08:00:00','2008-12-03','49644','20f2356f586051da9e7017c80823e9388922f403'),(4924,'','Mensah Nutifafa Benjamin','M','0','2010-04-25',530,'2013-12-03 08:00:00',NULL,'117460','5e94aa732f92bbb9ef8a254202fc5949417fd391'),(4925,'','Attivor Dela Aubine','F','0','1980-08-01',530,'2013-12-04 08:00:00',NULL,'47999','4897b520dd71819405aa21fdeb61b17656104f83'),(4926,'','Bogora Lionel','M','0','1984-10-07',530,'2013-12-04 08:00:00',NULL,'110414','01cac2a31a51514627bd56c149537711e36b42c2'),(4927,'','Kwarteng Kwame','M','0','1963-07-27',530,'2013-12-04 08:00:00',NULL,'83826','3e18b0974873e43f1f8bbdca26bbc29a788bd161'),(4928,'','Clottey Mary Anyemah','F','0','1950-01-21',530,'2013-12-04 08:00:00',NULL,'43118','447d036cbf69b5e70ef67317f562c95eb783edf9'),(4929,'','Adzebah Charles','M','0','1984-06-15',530,'2013-12-04 08:00:00',NULL,'129833','5edf70efd87670bd7f168b8bd17e3aeb4bf74e00'),(4930,'','Mensah Cyril Agyeman','M','0','1985-07-18',530,'2013-12-04 08:00:00',NULL,'121882','f57e8beaf2ba514293a3e92b276f8fb785d3a8a2'),(4931,'','Abdul Salam Zainab','F','0',NULL,531,'2013-12-04 08:00:00','1993-12-04','129834','555d6e93256cfe534d5a3d751baca2e3316454e2'),(4932,'','Opoku Christian','M','0',NULL,531,'2013-12-04 08:00:00','1970-12-04','MEDICALS','b734635ecbf708f60d46c1a4c0f07159568a4602'),(4933,'','Gaba Victoria','F','0',NULL,531,'2013-12-04 08:00:00','1986-12-04','SELF REQ','cf7e80b92a59e7cfab675ecb949a28451ec5fceb'),(4934,'','Appiah Paul Ato','M','0','1966-12-10',531,'2013-12-04 08:00:00',NULL,'80865','ce76a61d1a87a10cb4f124d05b886222736bc1a0'),(4935,'','Mustapher Sherifa','F','0','1983-03-12',531,'2013-12-04 08:00:00',NULL,'70015','10a565fa9196763e6862456165e6c23c095036ab'),(4936,'','Awudey Charity','F','0',NULL,531,'2013-12-04 08:00:00','1939-12-04','SELF REQ','505bc1dd1a658a19bc993ad28734c49454d2b72d'),(4937,'','Mawiah Haruna','M','0',NULL,531,'2013-12-04 08:00:00','1938-12-04','129836','dbbea9d67de24eb610c491a1d838aadaba0ca4ff'),(4938,'','Amporful Kwabena','M','0','1981-03-31',531,'2013-12-04 08:00:00',NULL,'','775322a2e44e61a85c8f05328c00f9d393322f79'),(4939,'','Tetteh Patricia Dede','F','0','1995-06-10',531,'2013-12-04 08:00:00',NULL,'122454','3670c19746e469d09bdc1ae7b4a5c819271805f3'),(4940,'','Sosu Seyram','F','0',NULL,531,'2013-12-04 08:00:00','2009-12-04','90603','5597198678265a2e30e5d1a5e512a48d02eb90df'),(4941,'','Thompson T','M','0','1975-07-08',531,'2013-12-04 08:00:00',NULL,'126889','a308d75444806223b732ed4df3c2e4f5d0e23b5d'),(4942,'','Dzah Dzareh Victus','M','0','1958-05-05',531,'2013-12-04 08:00:00',NULL,'129835','c46116c600068959e23b7ba940c8769c7cc7cdb6'),(4943,'','Awuetey Andrews','M','0','1937-10-01',531,'2013-12-04 08:00:00',NULL,'OUTSIDE REQ','4f7ef37533acd426c37fde9a81101d750a3350ff'),(4944,'','Kyei Elizabeth','M','0','2013-07-03',531,'2013-12-04 08:00:00',NULL,'128825','8e2566d8f5d5033c2ac87094efeef9ea61353ddd'),(4945,'','Kyei Elizabeth','F','0','2013-07-03',531,'2013-12-04 08:00:00',NULL,'128825','9c97a7de7f27740e3edaa2de9ba88efae72a8cdd'),(4946,'','Pianim Agnes Akoma','F','0',NULL,531,'2013-12-04 08:00:00','1945-12-04','129821','39b7867f319aab39eb20f89b4aebeeb36d817035'),(4947,'','Adjei Gideon','M','0',NULL,531,'2013-12-04 08:00:00','2005-12-04','OUTSIDE REQ','7503d0028a3e083d9b1e42ef015dc231ea5eddad'),(4948,'','Mohammed Hamdiatu','F','0','1989-08-01',531,'2013-12-04 08:00:00',NULL,'77487','666e1a0b4db94d579298c49da220b36d12184b12'),(4949,'','Koomson Eric Odehye','M','0','1976-09-01',531,'2013-12-04 08:00:00',NULL,'127970','6c9a76c2c0fcb0d8c7679465e59ead36467c9465'),(4950,'','Tetteh Israel','M','0',NULL,531,'2013-12-04 08:00:00','1964-12-04','129838','da5cfb1e55d932919ed3ebbcaa8af5ff813e3645'),(4951,'','Twumasi Regina','F','0',NULL,531,'2013-12-04 08:00:00','1967-12-04','53208','9adc9163772333cb6406742ac32e5630c5bea091'),(4952,'','Ayiku G','F','0','1967-05-26',531,'2013-12-04 08:00:00',NULL,'61830','dbade92b7199aadf445d065dd5a194b9d1536056'),(4953,'','Opoku Erika','F','0','1993-02-13',531,'2013-12-04 08:00:00',NULL,'129843','8e05db57f51636d3b1916c39f57ac607c2cfe1a3'),(4954,'','Dagadu Rachel','F','0','1985-05-26',531,'2013-12-04 08:00:00',NULL,'129841','2fc449f569196a011e2bf64615a0ebdba8695c39'),(4955,'','Zakaria Ramatu','F','0','1983-03-01',531,'2013-12-04 08:00:00',NULL,'129842','3cc8e7fb8e946b6ee813efa684ffad6dfd3344f5'),(4956,'','Darko Gifty','F','0','1974-10-23',531,'2013-12-04 08:00:00',NULL,'129846','8db2647fcb89b34c0e7031196490891d0cbb53f4'),(4957,'','Boakyi Darfoor Kwasi','M','0','1951-12-09',531,'2013-12-04 08:00:00',NULL,'10558','f0407f41d748262dac60cff2f7ef526a58a268ec'),(4958,'','Ahdu Kan Dib Judith','F','0','1982-07-01',531,'2013-12-04 08:00:00',NULL,'129721','21a099e5f99403cd6c3f5677fffecce2b6309934'),(4959,'','Nil Yaya','M','0',NULL,531,'2013-12-04 08:00:00','1984-12-04','129847','e4364c7625e2212c123904724184cc4ae57b79a4'),(4960,'','Koranteng Declan Nana Agyei','M','0',NULL,531,'2013-12-04 08:00:00','2008-12-04','98839','75e81f1856e3932a571b2a699ce0207e45408e93'),(4961,'','Dugbenu R','M','0',NULL,531,'2013-12-04 08:00:00','1966-12-04','67538','625938739342b85d5b300aceab67fd34f3b1e879'),(4962,'','Takyi Y','F','0','1978-05-18',531,'2013-12-04 08:00:00',NULL,'129849','5a2bb7d43ed4bc1ffb82af80080a992cdaa4ff0e'),(4963,'','Afidegnon Golda','F','0','1984-02-14',531,'2013-12-04 08:00:00',NULL,'64746','49fe8fa1aefbccdafb31fe93048e3ae667ba9b79'),(4964,'','Eid Nadim','M','0','1967-03-02',531,'2013-12-04 08:00:00',NULL,'6303','bb69ee5b50ec1ba0cf7e663298290de9feea933c'),(4965,'','Odoi Dorcas Akos','F','0','1989-11-19',531,'2013-12-04 08:00:00',NULL,'129845','9dfe57f6a804dee8da749f6e778abbd3f5f0c815'),(4966,'','Bortey Bernice Naa B','F','0',NULL,531,'2013-12-04 08:00:00','1989-12-04','126033','b0c0f41b3703c6b38b7f7aa02fc44eb106d9ac0d'),(4967,'','Yannick Nganyade','M','0','1987-01-15',531,'2013-12-04 08:00:00',NULL,'120551','75a60d9d1f8a3741185a60e872c9dbdd11937642'),(4968,'','Gupta Vivek','M','0','1986-07-13',531,'2013-12-04 08:00:00',NULL,'121620','b8f4c32cf16b38e8285ac0f769a9d5f0443b6ca3'),(4969,'','Agbedor Mary','F','0','1973-04-04',531,'2013-12-04 08:00:00',NULL,'121808','af31eb9da92a61026f58d2da6a52422230764b02'),(4970,'','Baiden Amissah Festus','M','0',NULL,531,'2013-12-04 08:00:00','1985-12-04','85903','6b18bd030770f40f6adb02636301ff6fd881bf9b'),(4971,'','Teye Gama','M','0','1987-05-23',531,'2013-12-04 08:00:00',NULL,'30530','d601e22142e4304ab9d9f95fd9f235b66bfd53f9'),(4972,'','Obiri Christiana Asantewah','M','0','1983-05-12',531,'2013-12-04 08:00:00',NULL,'80381','23cb0c212e0b6036ca6893262cbab1e10d8d43c3'),(4973,'','Ofori Akuamoah Vennesa','F','0','2003-03-23',531,'2013-12-04 08:00:00',NULL,'127103','6e3657867411541da1e6c039e46679ade4ce61e2'),(4974,'','Ekwam Barnor Janet Joana','F','0','1983-12-15',531,'2013-12-04 08:00:00',NULL,'71504','73426a8e08db6cabadb6d495e3536b0d1f7cd479'),(4975,'','Lotsu Doris','F','0','1963-10-09',531,'2013-12-04 08:00:00',NULL,'127494','42b89d95a482a09b02d15d2f4f2c61cd67e10c04'),(4976,'','Ademetan Victoria','F','0','2010-11-05',531,'2013-12-04 08:00:00',NULL,'129752','897ea1a4a166ac1723053b5df051a43d9c553d91'),(4977,'','Ofori Eunice','F','0','1946-04-02',531,'2013-12-04 08:00:00',NULL,'129858','df432ced37f1f7015256a0022081c9ba2a3a166f'),(4978,'','Foster Bernice Abena','F','0','1979-10-28',531,'2013-12-04 08:00:00',NULL,'42539','9f43a0b38893846a690a73d90b5b75421febd1ae'),(4979,'','Fiafor Abui Joana','F','0','1984-05-09',531,'2013-12-04 08:00:00',NULL,'86153','4f4ad75147e69a6db7f0ff0f466bb5960d25ef71'),(4980,'','Dodoo Comfort','F','0','1971-08-17',530,'2013-12-04 08:00:00',NULL,'129860','d8847da503c8796d0bc4f7028db57f9ab5962a84'),(4981,'','Gohi Marc Badou','M','0','1978-01-01',535,'2013-12-04 08:00:00',NULL,'12986','8bea673f7b9a1335428e360d956c3eb1079fa030'),(4982,'','Leckey Mercy Terko','F','0','1981-05-02',530,'2013-12-04 08:00:00',NULL,'129862','ada21dc95fde9790a527f52f31638c04244fb595'),(4983,'','Leckey Samuel S','M','0','1983-05-10',530,'2013-12-04 08:00:00',NULL,'79262','01ff2dae026369e38d575bc8682f233b793d96e6'),(4984,'','Foster David Kwamina','M','0','2009-03-28',530,'2013-12-04 08:00:00',NULL,'129850','369202f1b95b0486e1aaf5cf8be709b6699f525b'),(4985,'','Adomako Mensah Nana Kwame','M','0','2013-02-16',530,'2013-12-04 08:00:00',NULL,'124369','a075d68841dff8cdd13a242cdd25d89bd8897e3f'),(4986,'','Awotwi Ewurama Mansa','F','0','2012-07-14',530,'2013-12-04 08:00:00',NULL,'120880','319b906f24436c7df0d89076a36fff4308dd3d52'),(4987,'','Mensah Doku Nisirine A','F','0','1988-11-24',530,'2013-12-04 08:00:00',NULL,'116046','c4b8a6c52e65c060cab228d2584e694709c97cdd'),(4988,'','Asamoah Renell M A','F','0','2010-12-10',530,'2013-12-05 08:00:00',NULL,'99793','fb206f920fe08eff88e61df2f01063ac82f41275'),(4989,'','Alemanwor Davies','M','0','1983-09-18',530,'2013-12-05 08:00:00',NULL,'129854','7d15706df6fb7a7541e64a6a2b8339f6830caf92'),(4990,'','Toah Samuel Amo','M','0','1963-12-21',530,'2013-12-05 08:00:00',NULL,'55955','72d330b88a5be20a6b9a45b077c14bc86fdfd5fc'),(4991,'','Asare Hannah','F','0','2009-10-16',530,'2013-12-05 08:00:00',NULL,'129864','127859fbdb51ca53e7eae46aa583b43c96ececdc'),(4992,'','Fiagbe Godwin Amenyo','M','0','1975-10-25',530,'2013-12-05 08:00:00',NULL,'113575','a60a53269246dd3b66b120dc4a7a98be15f5d130'),(4993,'','Aniaku Justina','F','0','1944-09-18',530,'2013-12-05 08:00:00',NULL,'122209','b15d4e0c5f14a348390fad94720879530c338a2b'),(4994,'','Danquah Geogina','F','0','1951-07-27',530,'2013-12-05 08:00:00',NULL,'34734','5b8045b9c9c3fff86857a12d65bc8e28aa20e31c'),(4995,'','Gyasi Twum Nancy','F','0','1933-02-04',530,'2013-12-05 08:00:00',NULL,'6803','7b2e6ea6551f809bd2e171f47b26111bf8a85de5'),(4996,'','Lokko Janice','F','0',NULL,558,'2013-12-05 08:00:00','2003-12-05','S/R','29b58cfd337b1d9f4b4d3814cd7be202831027dd'),(4997,'','Akakpo Quashie','M','0',NULL,558,'2013-12-05 08:00:00','1957-12-05','47192','bddca96c75fe6b3bdd4d4ef8394b8b734a1c24e1'),(4998,'','Acquaye Stanley Claudius','M','0',NULL,558,'2013-12-05 08:00:00','1984-12-05','118458','0a1ff10e65ab5ae9cae7b0bf0becc2467ab6e756'),(4999,'','Alalinga Emmanuel','M','0',NULL,558,'2013-12-05 08:00:00','1976-12-05','121833','5fd1034794f55b4c4011c5a4c88b4d39def4a4e4'),(5000,'','Darko Raymond Asiedu','M','0',NULL,558,'2013-12-05 08:00:00','1972-12-05','125550','23a0cd876b55fb414f0c53c4854e32a056ddf905'),(5001,'','Kaye Jochebed','F','0','2013-01-08',558,'2013-12-05 08:00:00',NULL,'123751','36315bb2856df727336f2ee2a3c42542d2676467'),(5002,'','Otoo Reuben Darlington','M','0','1987-07-26',558,'2013-12-05 08:00:00',NULL,'129867','8ebfc01d6a0b6b96a6dc77a40d74cbd2cd918949'),(5003,'','Akintola Olawunmi Omoyeni','F','0',NULL,558,'2013-12-05 08:00:00','1983-12-05','115327','03f35558cd03cc88e4d0465c3d8ac727f743f206'),(5004,'','Boateng Evelyn','F','0',NULL,558,'2013-12-05 08:00:00','1975-12-05','101423','9344a1b2fb16534b1c370f7d4e0583060be016ef'),(5005,'','Ahadzie Eyram Michelle','F','0','2012-01-21',558,'2013-12-05 08:00:00',NULL,'118570','6b988c0162579c34b52084bde28056c0a8b8ab0f'),(5006,'','Ankamah Juliana','F','0',NULL,558,'2013-12-05 08:00:00','1967-12-05','3313','783efb537bc0ed85a3c31db2cf29076aba98e890'),(5007,'','Oduro Ernest','M','0',NULL,558,'2013-12-05 08:00:00','1961-12-05','127308','6e7665ea85cd9eb13a33b20193841c3e8d0ec3a2'),(5008,'','Sakyi Aurelia Serwaa','F','0',NULL,558,'2013-12-05 08:00:00','2008-12-05','110763','28d29901a3b6a855e38fe16aa3a6c8a432f8c2ea'),(5009,'','Larbi Paul Armstrong','M','0',NULL,558,'2013-12-05 08:00:00','1944-12-05','43479','943dd4bc8d59140a0ee0f401e2167b23d4333607'),(5010,'','Gagblezu Michael Selorm','M','0',NULL,558,'2013-12-05 08:00:00','1987-12-05','129499','5c1f1ad8c4e4b10abd5ff695ba607141bb787be5'),(5011,'','Asif Mohammed','M','0',NULL,558,'2013-12-05 08:00:00','1969-12-05','75971','e62d8bbeab33d15858727a56e16d8c7c03934f90'),(5012,'','Akpedonu Evelyn Akos','F','0',NULL,558,'2013-12-05 08:00:00','1977-12-05','91539','1dfd0c9607dbc68c738c95f5ddf1ffc964fa763c'),(5013,'','Hoggar Aquinah Sean','F','0',NULL,558,'2013-12-05 08:00:00','2009-12-05','68527','ac21bcc265ea6272e53c344d5b5b662da44b7a25'),(5014,'','Kemayou Saya Pierre','M','0',NULL,558,'2013-12-05 08:00:00','1963-12-05','129871','9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4'),(5015,'','Simpson Ekuban Effie','F','0',NULL,558,'2013-12-05 08:00:00','1954-12-05','84035','1152f29ed6bd7c24f77269836ecc54c7855e8a64'),(5016,'','Agbaglo Charles','M','0',NULL,558,'2013-12-05 08:00:00','1987-12-05','129875','16b63fbc0899e34d6831357df0cfd0f250bc93d6'),(5017,'','Sakitey Daniel','M','0',NULL,558,'2013-12-05 08:00:00','1981-12-05','S/R','f293b0edf8fa838f55899edc86b1c2d734f7f087'),(5018,'','Atiso Kwashie Emmanuel','M','0',NULL,558,'2013-12-05 08:00:00','1972-12-05','95083','fc0865d414efa70cab7a3d996d161c44634dbd14'),(5019,'','Amoo Lord Nii Otou','M','0',NULL,558,'2013-12-05 08:00:00','1955-12-05','13806','eff1c92b12e6958563bbdd92e1026f6e287241cc'),(5020,'','Bossman Boakye','M','0',NULL,534,'2013-12-05 08:00:00','1981-12-05','38483','bd94acf6f566a04b031c480f88592772aba25a67'),(5021,'','Zulfawu Atchulo','F','0',NULL,534,'2013-12-05 08:00:00','1974-12-05','67983','1e40dbfe989d949c4ccc2fdf95944e15664aeea3'),(5022,'','Agyampong Francis','M','0',NULL,534,'2013-12-05 08:00:00','1931-12-05','OUTSIDE ','e31d7fd0bd0c324d6ddfdde31d3bda75f19f4668'),(5023,'','Neequaye Demund','M','0',NULL,534,'2013-12-05 08:00:00','1990-12-05','122694','26f929a4a54b1a4f7d7d6009da3be50bd7684121'),(5024,'','Agyare Nana Kwame','M','0',NULL,534,'2013-12-05 08:00:00','1985-12-05','129875','344922378cf6c3eab0463f0b86d0f8302561ce0b'),(5025,'','Mensah Durowaa Esher','F','0',NULL,534,'2013-12-05 08:00:00','1988-12-05','128333','4d4e402fbc7065c88e8a7751aa8c7bc1f592cb4e'),(5026,'','Asihene Letitia','F','0','1980-11-06',558,'2013-12-05 08:00:00',NULL,'122373','4af3e976b3eb537a92248a2af0a8e511cc42f2b7'),(5027,'','Yekeen Fatima','F','0',NULL,558,'2013-12-05 08:00:00','1966-12-05','18828','6aefa6d57f0a0bac810531cce989db46248b06bd'),(5028,'','Ameyaw Obeng Rexford','M','0','1985-04-23',558,'2013-12-05 08:00:00',NULL,'106349','00a6ed42a235544842d1a06dc0fcf4d75cc664c9'),(5029,'','Seini Humu Annie','F','0','1975-10-13',558,'2013-12-05 08:00:00',NULL,'124890','f1f6f0b67b4ee2167edfde36948eeb4bda6d299a'),(5030,'','Afriyie Michael Owusu','M','0','1992-03-08',558,'2013-12-05 08:00:00',NULL,'119250','8317fa487a16655ffefcb88122cd101c07b6a08d'),(5031,'','Anokye Charles','M','0','1984-01-24',558,'2013-12-05 08:00:00',NULL,'67786','62b70b3683b8522c025b272ff5097b491dcce744'),(5032,'','Awuni Edith Awotwe','F','0',NULL,558,'2013-12-05 08:00:00','1983-12-05','114193','f0515b11dfa95d8b2f7891c5012fce3f56c1f382'),(5033,'','Idaki Vulimu Kephar','M','0','1975-01-18',558,'2013-12-05 08:00:00',NULL,'125593','ad7a5d857f26a8479754fcc9fa0cd4b6484cb156'),(5034,'','Jegadeesan Nidharsana','F','0',NULL,558,'2013-12-05 08:00:00','2010-12-05','S/R','75c527f9dd0a1782411524ea6e7572e43934df83'),(5035,'','Kwei Comfort Kordey','F','0',NULL,558,'2013-12-05 08:00:00','1946-12-05','129876','0073970cb9b1a2190134c1ad4ef34fb873f97c0a'),(5036,'','Kyalo Aimee Pauline','F','0','2010-08-20',558,'2013-12-05 08:00:00',NULL,'129625','fa36d0dfbf2608d1c4a908123727bfee8a677e12'),(5037,'','Mang Kous Louanges','F','0','1980-05-12',558,'2013-12-05 08:00:00',NULL,'122219','3ae216d46da91b6f43169e8e997d55b55e39767d'),(5038,'','Dapelgo Maryse','F','0',NULL,558,'2013-12-05 08:00:00','2008-12-05','124492','473bbe4d102c2938c598343e5d7b5786cd299a87'),(5039,'','Deku Anthonia','F','0','2012-06-07',530,'2013-12-05 08:00:00',NULL,'114497','e2f3b6f6996cd7ad13f1bcf71be88e965f925c38'),(5040,'','Acheampong Kofi','M','0',NULL,530,'2013-12-05 08:00:00','1970-12-05','52704','dda67329ce93c71b8677662dbd4adf7802a95d0f'),(5041,'','Ariane Alice Georgette','F','0','1957-03-14',530,'2013-12-05 08:00:00',NULL,'','4a5706610d253387cd472bc046b0ec46f128cd4d'),(5042,'','Da Silva Juliana N S','F','0','2007-11-06',530,'2013-12-05 08:00:00',NULL,'122896','abcc86aa7da30165717276714871df37dd97ac2e'),(5043,'','Barnes Jason','M','0','2011-07-30',530,'2013-12-05 08:00:00',NULL,'115892','c312e28a5fddd8fad6c5421cd727dbd508880735'),(5044,'','Plahar Buernor','M','0','1987-06-12',530,'2013-12-05 08:00:00',NULL,'118517','276ce401757f9737eebf77a6742baa75439bfead'),(5045,'','Ayim Anne','F','0','1987-05-30',530,'2013-12-05 08:00:00',NULL,'129880','13af50cd0e4eafc8efc326eed61c18f2eb58da4c'),(5046,'','Senuvilla Mario','M','0','1986-09-27',530,'2013-12-05 08:00:00',NULL,'129881','e19a38dc1a25f56fea7cc79c1f59a9398c8acf0f'),(5047,'','Mantey Acheampomaa Ellen','F','0','1982-11-28',530,'2013-12-05 08:00:00',NULL,'97362','ca946378a50da2ed1a6f995f48e1a3a130d4f0fb'),(5048,'','Mantey Kwaku Ofori','M','0','2011-05-11',530,'2013-12-05 08:00:00',NULL,'106944','1a83d2e19a1e7c462c9c132932c3bb366d47930f'),(5049,'','Amugi Anastasia','F','0','2009-03-06',530,'2013-12-05 08:00:00',NULL,'83380','c88f916f82a47b560875de45acb14dd127075e63'),(5050,'','Dottson Marcus','M','0','1984-10-29',530,'2013-12-06 08:00:00',NULL,'129883','b32754dc2a077217e15db1353b86afa7c1c792d7'),(5051,'','Amponsah Beatrice','F','0',NULL,530,'2013-12-06 08:00:00','1945-12-06','129882','7a5c1317691adc56b56a387305d9af266e08de78'),(5052,'','Inusah Abdul Raqeeb','M','0','2013-05-11',530,'2013-12-06 08:00:00',NULL,'127131','060532ce6d08e5a78f16367b2c1c75c368185377'),(5053,'','Sarkodee Felix','M','0',NULL,558,'2013-12-06 08:00:00','1947-12-06','53232','ed7086f13a7153b8b348c457923fe9373472b485'),(5054,'','Dankwa Comfort','F','0',NULL,558,'2013-12-06 08:00:00','1938-12-06','58706','059e441a45b75952c49e0f395a63f69461d415ca'),(5055,'','Letsa Joshua','M','0',NULL,558,'2013-12-06 08:00:00','1978-12-06','85217','bf170725e1f0c0dfa35a03bf152f83eafae3f02e'),(5056,'','Atiso Paul','M','0',NULL,558,'2013-12-06 08:00:00','1979-12-06','S/R','99ca7a330bfe7aa5a3a77a350870e39f3bb5186b'),(5057,'','Ibrahim Abdulai','M','0',NULL,558,'2013-12-06 08:00:00','1941-12-06','108661','305b9842d23f5d93960fafc909645991f930ed1a'),(5058,'','Letsa Kelvin','M','0',NULL,558,'2013-12-06 08:00:00','2010-12-06','95835','6818a837e58248736b63622213186e88d1487782'),(5059,'','Letsa Tony Chris','M','0',NULL,558,'2013-12-06 08:00:00','2007-12-06','85573','61703b61b4f59529301827beb149c5d2e5c34b5d'),(5060,'','Akakpo Cecilia','F','0',NULL,558,'2013-12-06 08:00:00','1956-12-06','51311','975659f84fc39eac5b1aa32fb77065546bf25081'),(5061,'','Koranteng Ivy Ayebea','F','0',NULL,558,'2013-12-06 08:00:00','1985-12-06','120806','218c44ba8c741731c29997d5e5aa8d20dc0e2802'),(5062,'','Osei Francis Kwaku','M','0',NULL,558,'2013-12-06 08:00:00','1960-12-06','87037','ae581f22bad6d63f4e55582235c661c377a8729f'),(5063,'','Boakye Sefa','M','0',NULL,558,'2013-12-06 08:00:00','1994-12-06','118165','bd5d6afef273df9d1831888d4153daee40e769e0'),(5064,'','Adjakumah Sarah','F','0',NULL,558,'2013-12-06 08:00:00','1937-12-06','50775','46a00acb3f547a703d40366e4697bb396c6ab205'),(5065,'','Kumi Esther','F','0',NULL,558,'2013-12-06 08:00:00','1977-12-06','129885','816e5329569aec331892f1d316a4d9d5655507f0'),(5066,'','Obeng Amoah Fiona','F','0',NULL,558,'2013-12-06 08:00:00','1982-12-06','129660','bd8ba07cba79682189eac708119f05974fb54f0d'),(5067,'','Agbotui Selorm','M','0',NULL,558,'2013-12-06 08:00:00','1969-12-06','33896','0ee2aa187697c6443dbfe3531cb83c6c41a5942c'),(5068,'','Mavoungov Eugenie','F','0',NULL,558,'2013-12-06 08:00:00','1970-12-06','129888','873bb1cee927dca2472223190a2986689b9a300d'),(5069,'','Ferguson Mireku Meghan','F','0','2013-07-05',558,'2013-12-06 08:00:00',NULL,'129799','46ed31e492c7832144f58954b319b134ad96437e'),(5070,'','Camara Nantenen','F','0',NULL,558,'2013-12-06 08:00:00','1991-12-06','129870','8634b4c98e51a5dcd3b0117a305b46907313e40c'),(5071,'','Quartey Papafio Kate','F','0','1956-01-26',558,'2013-12-06 08:00:00',NULL,'124016','da3116ac20d1ee274b3fe2acbe3468e9b970cd6d'),(5072,'','Asamoah Gabriel','M','0',NULL,558,'2013-12-06 08:00:00','2006-12-06','74440','311fb8161fe23b6a9ef8a05f3fbc727230045f90'),(5073,'','Acheampong Kofi Evans','M','0',NULL,558,'2013-12-06 08:00:00','1970-12-06','114333','9959f88873a3c30b738d6877c05b29e3f91fadcb'),(5074,'','Badu Hannah','F','0',NULL,558,'2013-12-06 08:00:00','1991-12-06','S/R','985b12f1f5b799162f7d2b90e49bb0a6c1d00c0c'),(5075,'','Dadzie Emelia','F','0',NULL,558,'2013-12-06 08:00:00','1981-12-06','118329','6ba06a598c406c345a1b59a7cde9308adddd9320'),(5076,'','Opoku Cynthia','F','0',NULL,558,'2013-12-06 08:00:00','1981-12-06','117917','8f7977f6b9f9139c88f077089e6f6faea417360b'),(5077,'','Kiawu Saffi Makayla','F','0','2012-09-28',558,'2013-12-06 08:00:00',NULL,'118090','9fde47655f241e103b3495d1b97e6ee1614f5d8e'),(5078,'','Kemokai Alhaji Ahmad','M','0',NULL,558,'2013-12-06 08:00:00','1976-12-06','S/R','7b9db6e8d42c17b5afa2b5881f2b3c22085abc44'),(5079,'','Quaye Natalie','F','0',NULL,558,'2013-12-06 08:00:00','1986-12-06','126544','94ce178b9531f60f9e74b9ab201965cc1febe495'),(5080,'','Agbogah Michael','M','0',NULL,558,'2013-12-06 08:00:00','1977-12-06','129893','7aadbf58174cf42d3f3d986cf142fbeeaa571eda'),(5081,'','Abbam Ebenezer','M','0',NULL,558,'2013-12-06 08:00:00','1951-12-06','71168','5261fed30e3812f45f7cb50bba02c11d2801a8b0'),(5082,'','Mumin Salma','F','0',NULL,558,'2013-12-06 08:00:00','1988-12-06','129892','e2aa109d879538d4291125ec1e785a0b978b3dcb'),(5083,'','Kwashie Lawerh Ernrit','M','0','2012-10-31',558,'2013-12-06 08:00:00',NULL,'121847','86e59b538eec2cd9266b33f94acc7fc93d870261'),(5084,'','Kwashie Attah Ernrita','F','0','2012-10-31',558,'2013-12-06 08:00:00',NULL,'121846','8f83d7809ebdafbd607d87f043364c45d21e28bf'),(5085,'','Atta Kofi Francisca','F','0',NULL,558,'2013-12-06 08:00:00','2000-12-06','129899','8762e1b0e940a7632e5282e857fe2645330618ac'),(5086,'','Nyan Jerry','M','0',NULL,558,'2013-12-06 08:00:00','1978-12-06','','c9a9228344df96645b97205c1445b7cba9882171'),(5087,'','Nyan Helena','F','0',NULL,558,'2013-12-06 08:00:00','1983-12-06','','8ad97decbc5a6d57bfec701a8a546d63cb620c4e'),(5088,'','Azeeze Kamara','M','0',NULL,558,'2013-12-06 08:00:00','2004-12-06','129898','6c1694e1252e0cfabe77b45c8210d61409fb3ebb'),(5089,'','Appiah Cynthia','F','0',NULL,558,'2013-12-06 08:00:00','1983-12-06','129901','8e3d3eddb60ad254c7169afaaa341618b81e7991'),(5090,'','Appiah Michael','M','0',NULL,558,'2013-12-06 08:00:00','2011-12-06','129900','9ff96be5badc828762b46e58d4b59bc8ac2a9bbd'),(5091,'','Aborgah Judith Kafui','F','0',NULL,558,'2013-12-06 08:00:00','1981-12-06','96079','89d10576f311826af485ea6e68081026794a5104'),(5092,'','Saad George','M','0',NULL,558,'2013-12-06 08:00:00','1983-12-06','129902','71be1eb275352fcb97036b5376b7e6cc4f38635a'),(5093,'','Kettey Catherine','F','0','1954-08-25',558,'2013-12-06 08:00:00',NULL,'102704','d402a050ffd2f3060decbf24dae8ed4e09aea7c6'),(5094,'','Forson Kobina Solomon','M','0','1977-10-04',558,'2013-12-06 08:00:00',NULL,'93425','ffa4a30b05c6325e64b691fec912029ff4eb934d'),(5095,'','Kontor Rebecca Boakye','F','0',NULL,558,'2013-12-06 08:00:00','1979-12-06','122416','1e34e9cf12edc10c6249b94ce7846703c37debf0'),(5096,'','Attipoe Felix','M','0','1976-02-22',558,'2013-12-06 08:00:00',NULL,'86955','dc36e4496f0933d1a0a6c87b974a08b6e9c08321'),(5097,'','Zouk Jamal','M','0','1953-01-12',558,'2013-12-06 08:00:00',NULL,'129905','f8272d723b0b1b52b087f0524360418a3747603d'),(5098,'','Mathavan Munienthiraw','M','0','1983-04-07',558,'2013-12-06 08:00:00',NULL,'101187','b9b064668b38d725f83b3ec90949609e400ad572'),(5099,'','Alhassan Rukaya','F','0',NULL,558,'2013-12-06 08:00:00','1978-12-06','108073','a88052f391c7ea6dc120ce44d0e0da0f6116a0b8'),(5100,'','Akunyili Denise Nkechi','F','0','1973-11-10',558,'2013-12-06 08:00:00',NULL,'83923','529f42795cb03d410a64baa858e668734fa061b0'),(5101,'','Abdul Rahman Sumaya','F','0','1972-05-02',558,'2013-12-06 08:00:00',NULL,'101972','6e4b93bf71ac323e1165cea197d1b3384133b49b'),(5102,'','Kuranchie Richard Atta','M','0','1979-02-27',558,'2013-12-06 08:00:00',NULL,'86446','3ae0eb58762d659a8e9867b5fac912febb71ee29'),(5103,'','Tamakloe Kafui Kwesi','M','0',NULL,558,'2013-12-06 08:00:00','1951-12-06','40487','2a4d0d9455274adb995fb5dd8d7cb598326c852f'),(5104,'','Dadzie Grace N E','F','0','2009-03-13',558,'2013-12-06 08:00:00',NULL,'84642','7056663c2850afd4e58224f6dd4a0456aa9e579a'),(5105,'','Annan Joseph Andy','M','0','1955-04-30',558,'2013-12-06 08:00:00',NULL,'126886','eb46ff38ad42f591219e95413fa8d179d8b7657c'),(5106,'','Arthur Jewel','F','0','1975-09-27',558,'2013-12-06 08:00:00',NULL,'129912','f3cea25308d53b16520110b5d91584df760cda5e'),(5107,'','Addo David','M','0','1976-01-27',558,'2013-12-06 08:00:00',NULL,'99710','f2b2eddc8d7456bad6bbfb7aa4a4cafef2125848'),(5108,'','Osei Owusu Joyceline','F','0','2002-05-07',558,'2013-12-06 08:00:00',NULL,'75729','5b74d70590699b920b97c7244decc8bade2aea34'),(5109,'','Akamboe Godfred','M','0',NULL,558,'2013-12-06 08:00:00','1981-12-06','99467','5b34583837dbfc5e150b3cfeca1dd34cf6a474ff'),(5110,'','Jonah Lexi Rae','M','0',NULL,558,'2013-12-06 08:00:00','2013-06-06','129911','44357383463e8efe56e754d18241178aa47ea889'),(5111,'','Akyea Isaac K','M','0','1962-08-01',558,'2013-12-06 08:00:00',NULL,'129914','88a21ef7a80c342fb04af89a1b2ed76e0441a487'),(5112,'','Attah Nyuiemedi Yvonne','F','0','1983-02-15',530,'2013-12-06 08:00:00',NULL,'90283','90fd5472921ae7276115d8ae89bc3d4f2168bd04'),(5113,'','Ashitey Austin Nii','M','0','2009-10-21',530,'2013-12-06 08:00:00',NULL,'91361','622adb08d49ba4ac4bf2a3d5701e9a2ee24f6b4e'),(5114,'','Siaw Candy','F','0','2008-10-08',530,'2013-12-07 08:00:00',NULL,'110316','e1e5c0d0c5dbf4c482b53903d36acea1151edd43'),(5115,'','Ahmed Asanatu','F','0','1976-11-13',530,'2013-12-07 08:00:00',NULL,'23317','e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4'),(5116,'','Abu Tofik Jamila','F','0','1988-01-03',530,'2013-12-07 08:00:00',NULL,'113326','00f67f73e08ad37fe05bac5be9d5c49954bf652b'),(5117,'','Mohammed Hussein','M','0','1956-11-20',530,'2013-12-07 08:00:00',NULL,'86753','2d56a9b231549d9e36114737eff520b3b433f3ce'),(5118,'','Nyavor Rebecca Ama','F','0',NULL,530,'2013-12-07 08:00:00','1936-12-07','129913','057c615d0d993b193b6e71880529b63e2aff4bdb'),(5119,'','Opoku Nelson Bright','M','0','1968-02-12',531,'2013-12-07 08:00:00',NULL,'38495','9aac26181b34bbce0919aac189cb2158bb87d252'),(5120,'','Donkor Emma','F','0','1975-03-23',531,'2013-12-07 08:00:00',NULL,'123510','d0f3fa3a4490457016a8be0fd50cfcc9d7c77216'),(5121,'','Otoo Nana Ama','F','0','1983-10-29',531,'2013-12-07 08:00:00',NULL,'122690','d1d3e18b98cf3bbc5376dbda726f2bd4a24af7fd'),(5122,'','Katsekpor Precious','F','0','1992-06-15',531,'2013-12-07 08:00:00',NULL,'113107','f186af44c1191f1c1558903bdcaee22ee674612d'),(5123,'','Mavoungou Eugenie','F','0','1970-11-13',531,'2013-12-07 08:00:00',NULL,'129888','11b3bf5ad52bbad440ab6ccca7ef5d301ecfc264'),(5124,'','Tehova Peter Kofi','M','0','1961-05-19',531,'2013-12-07 08:00:00',NULL,'43574','020a04cbc824e5bc4247162991132ac10ea01f8c'),(5125,'','Clement Douglas','M','0','1945-11-01',531,'2013-12-07 08:00:00',NULL,'32029','17cf0537aeebf7236eb827b1b5b8343ffb49ed50'),(5126,'','Mahama Samed','M','0','1990-09-10',531,'2013-12-07 08:00:00',NULL,'73595','f24322af32db22ebaf43fe5c52ace541d2d72851'),(5127,'','Satey Faustina','F','0','1983-05-20',531,'2013-12-07 08:00:00',NULL,'129915','d74c5aff18cc7f7fa06f69c057d61f0889693e37'),(5128,'','Ansah Christiana','F','0','1962-08-10',531,'2013-12-07 08:00:00',NULL,'14012','c0a1a3da3f3149be00f482198cf3f3838bd79959'),(5129,'','Kukanu Kenneth Kwaku','M','0','1963-07-03',531,'2013-12-07 08:00:00',NULL,'100862','4e21968333393925b401b3d6463ba740fcc168ab'),(5130,'','Arko Nana Adwoa','F','0',NULL,531,'2013-12-07 08:00:00','2011-12-07','113585','928e726040059b84eb173ae8870a0d573023546b'),(5131,'','Nidhaersana Jogadesan','F','0',NULL,531,'2013-12-07 08:00:00','2010-12-07','OUTSIDE REQ','f7a698bb9c61c7c9f4efb19e80d4057269646817'),(5132,'','Ashong Nartey Eugenia A','F','0',NULL,531,'2013-12-07 08:00:00','1981-12-07','125328','c8773dda8fffb1df1a1f01f1dd0f178724c31197'),(5133,'','Kordey Kwei Comfort','F','0',NULL,531,'2013-12-07 08:00:00','1946-12-07','129876','4c873ffaeb48f9e4808abaa2223e74ddc85489ee'),(5134,'','Owiredu Juliana','F','0',NULL,531,'2013-12-07 08:00:00','1961-12-07','88114','b4cfeb95bdf2f20eabc9f361d9ea83aa2a401400'),(5135,'','Seshie Herman','M','0',NULL,531,'2013-12-07 08:00:00','1935-12-07','51879','ccc726277fa511a1f2341bdce5c95195d1cce36c'),(5136,'','Akwayena Mawuse','F','0','1993-05-08',531,'2013-12-07 08:00:00',NULL,'100933','70d222614df3506b725bfcded8197c4415bebd58'),(5137,'','Adusei Jerry','M','0','1996-03-09',531,'2013-12-07 08:00:00',NULL,'124955','988b58c3b0a05e247c19a3510bcc07d0995fa45d'),(5138,'','Owusu Robert','M','0','1972-12-11',531,'2013-12-07 08:00:00',NULL,'129179','f48abc3fb066f5f04b9532f999b391b182abad34'),(5139,'','Adomako Michael Frempong','M','0','2002-08-15',531,'2013-12-07 08:00:00',NULL,'128172','fdb68e444dbf388a81e08eae827d4f6d98cd5cbb'),(5140,'','Adomako Loretta','F','0','1973-05-08',531,'2013-12-07 08:00:00',NULL,'88622','b9a49a186d23d6d6462245da00a869b9ed6a2222'),(5141,'','Amoatey Thompson','M','0','1961-04-28',531,'2013-12-07 08:00:00',NULL,'24419','4f514cd12252739e082d001adcad49c6ad156098'),(5142,'','Asante Kelvin Kwakye','M','0','2006-09-26',531,'2013-12-07 08:00:00',NULL,'93355','d6bbcdb9dd0fce6614e98050f26942734b2dd856'),(5143,'','Clotey Emmanuel Kortei','M','0','1973-04-11',531,'2013-12-07 08:00:00',NULL,'119764','ac5e8b69f929f95c4952ca83f7081dc5dcfcae52'),(5144,'','Boateng Obeng Ernest','M','0','1982-08-12',531,'2013-12-07 08:00:00',NULL,'126237','e3ecd8eb1b6b09122b3291a6ba97304d73d8371a'),(5145,'','Boateng Obeng Ernest','M','0','1982-08-12',531,'2013-12-07 08:00:00',NULL,'126237','e3ecd8eb1b6b09122b3291a6ba97304d73d8371a'),(5146,'','Amadu Mari','F','0','1980-04-15',531,'2013-12-07 08:00:00',NULL,'129923','f19f37eb55c346559f96f54470f2d7f41f4862df'),(5147,'','Uhaniz Ayinga','F','0',NULL,531,'2013-12-07 08:00:00','2010-12-07','113715','3861f64f40d1ec421a6855601796cf75a47830b2'),(5148,'','Akwaye','F','0','1999-05-08',531,'2013-12-07 08:00:00',NULL,'100933','259db0fb58eb671e3ebba1219ddf1102e5dcce28'),(5149,'','Akwayena Mawuse','F','0','1999-05-08',555,'2013-12-07 08:00:00',NULL,'100933','a9813059059cc7aa9f2b7a9a2631ec634db46e7c'),(5150,'','Sampson K Frimpong','M','0',NULL,531,'2013-12-07 08:00:00','1948-12-07','','72b054d66e6143ee8fd0791736cefedc3a6a5ff5'),(5151,'','Bekyieriya Jaddidah','F','0','2012-11-04',531,'2013-12-07 08:00:00',NULL,'128903','3175142940d49da920d67d6680b9be48af763cb7'),(5152,'','Desimone Elena','F','0',NULL,531,'2013-12-07 08:00:00','1966-12-07','SELF REQ','548861f82ec7660c8851c2833895f7e020c028eb'),(5153,'','Frimpong Isaac','M','0','1984-08-11',531,'2013-12-07 08:00:00',NULL,'94984','030fc5e808dbab01021cbcce2a7501eeb0710c6e'),(5154,'','Adu Ampoma Letitia','F','0','1930-03-15',531,'2013-12-07 08:00:00',NULL,'48086','4d3fce3e61dbe76403197a728f6c4c22b61b3949'),(5155,'','Adjei Samuel K W','M','0','1983-03-09',531,'2013-12-07 08:00:00',NULL,'118295','82a223b4fb93cb2c3afc446942c8a06f047f0e82'),(5156,'','Quartey Celestina','F','0','1989-03-19',531,'2013-12-07 08:00:00',NULL,'121111','aa1cf9c4ee5690ea0d3df48190be81fde1165a9b'),(5157,'','Adjei Kodie Gyamfuah Aboagye','F','0','2013-02-22',531,'2013-12-07 08:00:00',NULL,'125446','0ebf8ad912e844048d6b9bfaed7ccdaf1df59ec0'),(5158,'','Boamah Linda','F','0','1987-04-08',531,'2013-12-07 08:00:00',NULL,'98459','ed312ab7be7b94757778ebbc08082c50281b645d'),(5159,'','Tetteh Anoi','M','0','1986-10-28',531,'2013-12-07 08:00:00',NULL,'106432','bfb263dbff4af6b1ae7e40e4bb0d5ea26d7b3787'),(5160,'','Kotei Aaron Nikoi','M','0','1985-06-13',531,'2013-12-07 08:00:00',NULL,'118053','02d4bc43c39ef3d85ffc3aedba9a38c807f52772'),(5161,'','Budhwani Sanjay','M','0','1980-12-21',531,'2013-12-07 08:00:00',NULL,'129925','9addb12a282521169b5cb376a4a30592824aa5d6'),(5162,'','Raza Shakeela Mahmood','F','0','1972-07-07',531,'2013-12-07 08:00:00',NULL,'114196','42256cb86d09fa4d32089b24ec369edcdaa557fc'),(5163,'','Ashietey Naa Asheley','F','0','1984-06-26',531,'2013-12-07 08:00:00',NULL,'120337','378edf28c45632cc6d205cfe6787b40b72b11db0'),(5164,'','Owusu Sekyere Anna','F','0','1986-02-24',531,'2013-12-07 08:00:00',NULL,'84998','4c930147acbced8decdd9d7885ac6637c43f860c'),(5165,'','Owusu Yaw','M','0','1985-05-09',531,'2013-12-07 08:00:00',NULL,'113369','c07f24ff62a2591baa11f301ba1d8f181264f1ea'),(5166,'','Tetteh Tettey Edmund Jnr','M','0','1998-06-23',531,'2013-12-07 08:00:00',NULL,'44021','b17a98201c2449fc88c1d084b2841348cc78e78d'),(5167,'','Churcher Rose Matilda','F','0','1992-10-14',558,'2013-12-07 08:00:00',NULL,'90875','ebfaebf378cca926865024acc465c22c3561f923'),(5168,'','Tsetse Rita','F','0',NULL,558,'2013-12-07 08:00:00','1981-12-07','129926','3d99bd0d040d3c6878407a7339a19131d9628d8f'),(5169,'','Nwaoha Ifeanyichukwu','M','0','2013-04-21',558,'2013-12-07 08:00:00',NULL,'129924','3b87bf6a992c7f80d8b571770071852869906c29'),(5170,'','Bernhart Christopher Edward','M','0',NULL,558,'2013-12-07 08:00:00','1993-12-07','129928','1005c2acb519b7dd7c398e67b4cd0e23794c51b0'),(5171,'','Narteh Yoe Isaac Kwetey','M','0','1979-09-22',558,'2013-12-07 08:00:00',NULL,'46206','b49357e5605a4852963151a33073d99ca98e5269'),(5172,'','Blay Juliet Erama','F','0','2010-10-10',558,'2013-12-08 08:00:00',NULL,'127138','16c3c51412212dc5a9b19881453d31483a73740d'),(5173,'','Dodo Ahmed','M','0',NULL,558,'2013-12-08 08:00:00','1979-12-08','104152','9346ffff57aae79288a893fecca51dc240d1e0fd'),(5174,'','Okpoti Mensah Doris','F','0',NULL,558,'2013-12-08 08:00:00','1954-12-08','129886','8e589d309bf2d6bbc089956d3ec49f5e19a608a5'),(5175,'','Nunekpeku Alexander Junior','M','0','2010-05-26',531,'2013-12-08 08:00:00',NULL,'97496','9c6c1b9a92e898ad07289799201251cac655f261'),(5176,'','Owusu Samuel Dankwah','M','0','2007-02-06',531,'2013-12-08 08:00:00',NULL,'120517','950e3360b0bebc0c97e6e61929e8da1cc2c1c29c'),(5177,'','Anaba Racquell Sibylla','F','0','2012-10-03',531,'2013-12-08 08:00:00',NULL,'123827','55123c79c558fb8abf3abd9cabfc68def688781c'),(5178,'','Brew Betty','F','0','1957-08-14',531,'2013-12-08 08:00:00',NULL,'129918','e3673222d4d1cfbc9685f20408326a1087452fd8'),(5179,'','Agyeman Dodoo Timothy Kwame','M','0','2009-09-19',531,'2013-12-08 08:00:00',NULL,'121115','694d5d034c3f887f2c87070186cb269771907426'),(5180,'','Dankwah Dodoo Paul Kwabena','M','0','2011-06-14',531,'2013-12-08 08:00:00',NULL,'120101','8d0a1b3d7480c28725e43f8ec70cf72b1ff62a95'),(5181,'','Ofori Attah Ruth','F','0','2011-06-15',531,'2013-12-08 08:00:00',NULL,'117140','4c43381f683dccc4e8a41b9fd8ad35aa3ef2553d'),(5182,'','Gyedu Frimpong Daniella Daisy','F','0','2005-01-19',531,'2013-12-08 08:00:00',NULL,'75157','d6ab409c72537d39d310e08c43bd34c2e987c5d4'),(5183,'','Tetteh Victor G','M','0','1964-03-28',531,'2013-12-08 08:00:00',NULL,'125600','1ed5df804a37fd8fdd65f4d0b4aba46c4ce353c5'),(5184,'','Bagnabu Ben Rogers Webadoa','M','0',NULL,531,'2013-12-08 08:00:00','2006-12-08','121437','356f58b50546ee529d1b3710ec54edd33d4ead0b'),(5185,'','Terriwiizi Mwangu Donwaazum','M','0','2011-02-16',531,'2013-12-08 08:00:00',NULL,'122703','24a35ab57b7b805f4d44a7bb8c0f25d073e09782'),(5186,'','Ziggah Mawuli','M','0','1981-08-18',531,'2013-12-08 08:00:00',NULL,'100544','e31b017d6331b4e4755d47b58c9e8dfe6688c571'),(5187,'','Martin Anais','F','0',NULL,531,'2013-12-08 08:00:00','2006-12-08','SELF REQ','e04680238c88444036f986b77e7e399e1e45f620'),(5188,'','Dapelgo Francois','M','0','1973-03-09',531,'2013-12-08 08:00:00',NULL,'129930','a3a3c84aa39b50531a31f1c60bf32bf0e3c31900'),(5189,'','Erskine Sackey Kenneth','M','0','1979-11-29',531,'2013-12-08 08:00:00',NULL,'105648','5afe11d52591d5ed788c6bcb59ee89bfe4f6a06a'),(5190,'','Tetteh Sylvia','F','0','1986-05-13',531,'2013-12-08 08:00:00',NULL,'129933','2e80ed3da9cfbb6548b3118b810e8aee11896a6b'),(5191,'','Asare David Kwabena','M','0','1994-09-27',531,'2013-12-08 08:00:00',NULL,'61992','54b26e5a324827cf49477ebd41a974765f8c3fd7'),(5192,'','Kolie Richard','M','0','1983-12-26',531,'2013-12-08 08:00:00',NULL,'78346','f02e4111a33264bb3920c98179b64b859812d4ac'),(5193,'','Avoka Christian','M','0','2008-10-29',531,'2013-12-08 08:00:00',NULL,'101690','425bf4ae77322e12d7c2de237d3f6ecdf4480ea2'),(5194,'','Dedzo Victoria','F','0','1958-04-26',531,'2013-12-08 08:00:00',NULL,'129934','d0238f5bc321b193ce864a22a1db0544c60c5ec7'),(5195,'','Akwei Reagan','M','0','1993-01-08',531,'2013-12-08 08:00:00',NULL,'129937','77be09f815fd3902a5886cb08878a4af0b017908'),(5196,'','Ocansey Kezia Kabuki','F','0','2000-03-04',531,'2013-12-08 08:00:00',NULL,'112127','80ea1ab461bd40ec512aa4cddffb5d01f60ec282'),(5197,'','Sassey Mawufemor Kwaku Gabriel','M','0','2012-04-25',531,'2013-12-08 08:00:00',NULL,'118072','b266885b53b1ebd9857db61cb1d06fd6e0b0f947'),(5198,'','Sassey Stephanie Sedem Afi','F','0','2010-12-03',531,'2013-12-08 08:00:00',NULL,'106325','269e46132bd9f6a4e4cf01deeb53aa40f3ea0edd'),(5199,'','Edwar Odisho','M','0',NULL,531,'2013-12-08 08:00:00','1959-12-08','SELF REQ','9739a534b63acda3cdfdde1a4ddb74c06c2b502b'),(5200,'','Sassey Stephen','M','0','1971-11-05',531,'2013-12-08 08:00:00',NULL,'78742','52892ccdadd756fc40029ceb13582d95732a6251'),(5201,'','Mohammed Teewula Gabriel','M','0','1997-03-19',531,'2013-12-08 08:00:00',NULL,'8270','ed4cb3fd251372d3239c22a451910b2dc0feff2b'),(5202,'','Zikpui Franchesco','M','0','2007-09-26',531,'2013-12-08 08:00:00',NULL,'129939','235c0bd4b191babac4c1b63108e6a2aafc427265'),(5203,'','Yeboah Isaac Kofi','M','0','1950-10-13',531,'2013-12-08 08:00:00',NULL,'118195','2cf1667a661a0ab7a4f430b746264643246b96bc'),(5204,'','Olukayode Olatawura','M','43','1970-11-18',531,'2013-12-08 08:00:00',NULL,'124717','900aacf8e4483f83e2e77a251cc934f751bc0af2'),(5205,'','Mohammed Tipagya','M','0','2007-12-14',531,'2013-12-08 08:00:00',NULL,'108916','e3fe908d0bcc08a57a79ace38044f2bb55785c71'),(5206,'','Mohammed Tamaha H','F','0','2010-09-14',531,'2013-12-08 08:00:00',NULL,'108918','2d4144ebbbb2d362c7ad3a9c78a62acdb4cfeed0'),(5207,'','Crappaton Ruth','F','0','1985-08-09',531,'2013-12-08 08:00:00',NULL,'129941','0ae1d56eddd9201d5a70b6f615cb16192bc2b9ac'),(5208,'','Boateng Rhoda','F','0','2007-12-27',531,'2013-12-08 08:00:00',NULL,'95007','85ad436a9c5959b658736451e062acb4c418a278'),(5209,'','Oppong Eunice','F','0','1983-03-13',531,'2013-12-08 08:00:00',NULL,'95075','851ca36fa4681da8e97f941d9e232085c33ff159'),(5210,'','Enim Nyarko Michael','M','0','1968-03-08',531,'2013-12-08 08:00:00',NULL,'33928','7fd36ca2d526ca78a1de82bda803bfcd752c01e4'),(5211,'','Hailian He','M','0','1986-03-09',531,'2013-12-08 08:00:00',NULL,'129942','27374ebcdcf5c29c5f7ab05f6e85d24cc014a6be'),(5212,'','Appah Ernestina','F','0','1973-03-25',531,'2013-12-08 08:00:00',NULL,'112376','8987583f5ab43d03e2cf45550b2a9c1bfcc7991e'),(5213,'','Quartey Papafio Andrew','M','0','2013-01-09',531,'2013-12-08 08:00:00',NULL,'124486','8e5d7ee1b0ce97ecda8d3867a430925a8a855002'),(5214,'','Enendu Chimdiadi','M','0','2011-11-18',558,'2013-12-08 08:00:00',NULL,'129944','3d170a178760cfb73e68713cae339c4ae1bf405d'),(5215,'','Ayernor Paul Ted','M','0','2005-01-30',558,'2013-12-08 08:00:00',NULL,'57333','8941b85fc016942314a877b014770d30f897650c'),(5216,'','Akuteye Grace Mamley','F','0','1983-12-13',558,'2013-12-08 08:00:00',NULL,'129946','bf0a1765fa1c0a2a33bd9a58c53719f74107e168'),(5217,'','Daniel Adoosey Jeffrey','M','0',NULL,558,'2013-12-08 08:00:00','1997-12-08','129947','33353e2d92345da0e503a86c249bd9008776ddb1'),(5218,'','Schmid Luis','M','0',NULL,558,'2013-12-08 08:00:00','1994-12-08','129948','16fff1a0bcd7b6a95a60893d767354399fe98741'),(5219,'','Amenku Ansbert','M','0','1991-02-09',558,'2013-12-08 08:00:00',NULL,'100829','246e83c057b73951ed50112a9b06702522dbcd12'),(5220,'','Essilfie Grace Afua','F','0',NULL,558,'2013-12-09 08:00:00','2000-12-09','67140','f23ed0a47ec46c471025ffae0d68b5f06e3551bc'),(5221,'','Tahiru Habibatu Billey','F','0',NULL,558,'2013-12-09 08:00:00','2009-12-09','103486','f5245f1af4912882af68c5e0b7118208cf89c78e'),(5222,'','Eppromo Koffi Ettien Bernad','F','0','1986-10-16',558,'2013-12-09 08:00:00',NULL,'127066','b02e89bded649a6a91303144ac272f2b360c596a'),(5223,'','Sangber Dery Gertrude Memuna','F','0',NULL,558,'2013-12-09 08:00:00','1962-12-09','71673','6bb00295bd25ce9d6911efaea72631d86ee596d2'),(5224,'','Aryeequaye Percival Addoquaye','M','0',NULL,558,'2013-12-09 08:00:00','1962-12-09','129952','fcdea1fba9a1921f271622dd237e36384852bf6b'),(5225,'','Agbobli Barbara Akua','F','0','1967-01-11',558,'2013-12-09 08:00:00',NULL,'33517','e5b2e61ec2002a653f045f8f30f65287f78c05ca'),(5226,'','Arthur James Kofi','M','0','1947-09-20',530,'2013-12-09 08:00:00',NULL,'112158','5817a32955eaf2ae728605194865c52e9bb3c31b'),(5227,'','Adu Gyamfi Isaac','M','0','1987-07-05',530,'2013-12-09 08:00:00',NULL,'129949','a52aa9244d5cefdda1f3e79ee826339e1f83aa5d'),(5228,'','Geraldo Felix','M','0','1970-02-27',530,'2013-12-09 08:00:00',NULL,'129954','d8b47e40c21455ed6d96e8eab0af14e2b12ca74b'),(5229,'','Njero Eva','F','0',NULL,530,'2013-12-09 08:00:00','1985-12-09','SR','63b0537c3d4005cc24817580aa56a952564c6046'),(5230,'','Ofosu Franklin Daniel','M','0','2011-06-27',530,'2013-12-09 08:00:00',NULL,'129467','e7ffadfe86e2f4e3a50ee50d0a6ce548e1d63097'),(5231,'','Hirvonen Niina Maria','F','0',NULL,530,'2013-12-09 08:00:00','1972-12-09','SR','0a062b0a8c7059a00acd4fb31f5c5107e72a7c0a'),(5232,'','Asamoah Cassia','F','0','2009-10-09',530,'2013-12-09 08:00:00',NULL,'89726','563fe98763196f979130fb9265b07f6fa030a682'),(5233,'','Asare David A','M','0','1978-10-04',530,'2013-12-09 08:00:00',NULL,'129956','9bf0f9e1e77ede1b11904b5f3f7f73661a7a1703'),(5234,'','Aryee Naomi','F','0',NULL,530,'2013-12-09 08:00:00','1972-12-09','129840','bfc2bccf00da9d1c032c10f34a263273a90ba690'),(5235,'','Donkor Eugenia','F','0',NULL,530,'2013-12-09 08:00:00','1993-12-09','2240','95dfc6a5c1f6f2387a426763b6ea8d7fbd38c1f6'),(5236,'','Dodoo Mary','F','0','1985-01-22',530,'2013-12-09 08:00:00',NULL,'SR','3da6461a81449d9aa6f105486d587b0488260591'),(5237,'','Avemegah Mawuli','M','0','1979-04-14',530,'2013-12-09 08:00:00',NULL,'87128','c75b72df32eeef684bb92aef91b73ad23ef3b897'),(5238,'','Owusu Domfeh K','M','0','1988-04-01',530,'2013-12-09 08:00:00',NULL,'114730','33ee30b2ba2c8301e6a8bdcd23941aa40078583f'),(5239,'','Mendanha Paulo','F','0','1973-10-03',530,'2013-12-09 08:00:00',NULL,'121567','de16c36601ec10ebd7f61801078882747d8ec04f'),(5240,'','Baiden Jireh Kwakye','M','0',NULL,530,'2013-12-09 08:00:00','2003-12-09','115560','bdf57e594c47fe4c2e3a798ddc3e85c907ae7511'),(5241,'','Badza Lucy A','F','0','1940-09-26',530,'2013-12-09 08:00:00',NULL,'129953','9c4f899e4043743cf2179b19279006d200979337'),(5242,'','Shengoong Yang','M','0',NULL,530,'2013-12-09 08:00:00','1981-12-09','SR ','d81f6a45497bbbc46c4bd0ff9799919eb03a948c'),(5243,'','Kissiedu Ebenezer K','M','0','2001-06-18',530,'2013-12-09 08:00:00',NULL,'103995','e4d9fca7cc5ef2c77c00e89fd29166b5ba0b0147'),(5244,'','Sharpe Peters Sharon','F','0',NULL,530,'2013-12-09 08:00:00','1975-12-09','81748','fcf47d516cb72edf34edd7a4f1eee2722057519a'),(5245,'','Obeng Dorcas Brago','F','0','1981-10-12',530,'2013-12-09 08:00:00',NULL,'47649','96ce9b436bd3dd875d775eb9921576d78842a649'),(5246,'','Alhassan Samari','M','0','1962-06-20',530,'2013-12-09 08:00:00',NULL,'6647','0157eca9071c46e46b10003fa940b6c9ae14cbba'),(5247,'','Asare Ernest','M','0','1938-06-09',530,'2013-12-09 08:00:00',NULL,'129959','f5808332236b14330ced4c042718cf4cef3c9938'),(5248,'','Odamea Felicia','F','0',NULL,530,'2013-12-09 08:00:00','1963-12-09','46755','415db7794348bc11b9f3219cf8b61359365c6c69'),(5249,'','Mann Surhjinder Paul','M','0','1972-01-28',530,'2013-12-09 08:00:00',NULL,'129958','b073b6faebbde1a138049409950496cbf60b2af9'),(5250,'','Petrov Kaloyan','M','0',NULL,530,'2013-12-09 08:00:00','1969-12-09','129957','6717bcfe3c70bc16d8d8385dfc6c4464693a779b'),(5251,'','Benneh Bridget','F','0','1982-10-22',530,'2013-12-09 08:00:00',NULL,'80034','181484cd51306fb38366ca8a31b0975ca31297dc'),(5252,'','Penuku Gifty','F','0',NULL,530,'2013-12-09 08:00:00','1987-12-09','102024','7beb8bc63d790b820330bc36f005f15aa8f565c3'),(5253,'','Mensah Betty','F','0',NULL,530,'2013-12-09 08:00:00','1974-12-09','114390','b8c7165b1fb0435e68da80228dc106e76c40c972'),(5254,'','Terkpetey Vida','F','0',NULL,530,'2013-12-09 08:00:00','1978-12-09','71336','bc2fb684db5d5c50f58c7504644c58c7bbb4e25f'),(5255,'','Oduro Charlotte','F','18','1995-04-27',530,'2013-12-09 08:00:00',NULL,'114043','19afa190345e2d21c4193417ea6d5170955c447a'),(5256,'','Pabi Prince','M','0',NULL,530,'2013-12-09 08:00:00','1964-12-09','129964','220e7c45f33507271e209bbf3d663672ab653724'),(5257,'','Mansaray Kemoh','M','0','1979-09-28',530,'2013-12-09 08:00:00',NULL,'96617','1546ff86fcaf776f8d90714f020fb5855b5f0b09'),(5258,'','Quansah Brianna Abena','F','0',NULL,530,'2013-12-09 08:00:00','2012-12-09','122511','5a578e5619b452614a31713d217219d71dc0778f'),(5259,'','Abdul Rahman Gladys','F','0',NULL,530,'2013-12-09 08:00:00','1956-12-09','4290','8552134cd7623e0520bb41ac6250536b539139cd'),(5260,'','Darko Frederick K','M','0',NULL,530,'2013-12-09 08:00:00','1978-12-09','77293','019ceefc549d8482d02b1a1e4abf8b88984be28b'),(5261,'','Bekoe Roxelle Erica','F','0',NULL,530,'2013-12-09 08:00:00','2008-12-09','82903','def2957772447a356edccb167a9e3a9a4ebffa76'),(5262,'','Namatey Eliasha Bompana','M','0','2011-12-08',530,'2013-12-09 08:00:00',NULL,'129968','cb57fd51b13fbf1d77607da12507c1e9db21c9b5'),(5263,'','Dawson Amoah Gregoria','F','0',NULL,530,'2013-12-09 08:00:00','1965-12-09','76850','40908acd8a9ebfdc83b4a88afc109708ae02288a'),(5264,'','Osei Nsafoah Caroline','M','0','1979-03-28',530,'2013-12-09 08:00:00',NULL,'129967','9895081215b43fba5ff73de3530973db69f318f9'),(5265,'','Kota Ernest','M','0',NULL,530,'2013-12-09 08:00:00','1977-12-09','106613','812a39061d861c3a880c97151988ce02de93557c'),(5266,'','Hornsby Odei Albert','M','0',NULL,530,'2013-12-09 08:00:00','1960-12-09','17259','1596963805fa378050fd7cb1c9adb15b5b3d1f33'),(5267,'','Miezah Gabriella Kangah','F','0',NULL,530,'2013-12-09 08:00:00','2012-11-09','126015','cba0dfa13c496c6e0fcb65b0e8612fe03bec7bec'),(5268,'','Oniti Gideon Olusola','M','0',NULL,530,'2013-12-09 08:00:00','1975-12-09','129969','746281b4fb3bc96f9922cc6d16a74890221ab19d'),(5269,'','Kumassah Senyo','M','0','2009-10-06',530,'2013-12-09 08:00:00',NULL,'93693','08d8bfb8cc0ede9d4aa2253194b4f65c0ceae63d'),(5270,'','Languon Sabastian','M','0',NULL,530,'2013-12-09 08:00:00','1974-12-09','91113','6321679169ab17af5c70dfd4123e85d52e91007d'),(5271,'','Zakaria Hamidu','M','0',NULL,530,'2013-12-09 08:00:00','1978-12-09','129971','cd9c6a9cfae5ade1ef636465b23ece3a37240915'),(5272,'','Osei Safo Esther','M','0','1970-03-27',530,'2013-12-09 08:00:00',NULL,'67135','0b45417e422ee712ee9cacdefc4b9c617b85b8af'),(5273,'','Addison Tina','F','0','1969-08-26',530,'2013-12-09 08:00:00',NULL,'46323','03f3a1ef60c599efdf3d2cc5e15a357bc07b1e54'),(5274,'','Abaare Mavis','F','0','1984-01-01',530,'2013-12-09 08:00:00',NULL,'107389','240bc906ff3cf8b05eb017437172057b577400c5'),(5275,'','Asante Mary','F','0','1983-09-27',530,'2013-12-09 08:00:00',NULL,'118868','a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b'),(5276,'','Brown Raymond','M','0','1986-01-05',530,'2013-12-09 08:00:00',NULL,'10563','5fd9fe6da7063f0dc1d575d28fb8cb8d8bc33d71'),(5277,'','Nani Tomi Joseph','M','0',NULL,530,'2013-12-09 08:00:00','1931-12-09','41444','8e48fa2469984a24e74bbe6dba3f64daabf40396'),(5278,'','Jones Gertrude','F','0','1966-10-27',530,'2013-12-09 08:00:00',NULL,'','ccfb484735779cbee26920e72e41ea4f04eab966'),(5279,'','Abdulai Abu Ramata','F','0','1981-10-04',530,'2013-12-09 08:00:00',NULL,'129974','bb75ed693cdbb5fc9e4debbc773cab80d2632213'),(5280,'','Iddrisu Farhan','M','0','2013-05-07',530,'2013-12-09 08:00:00',NULL,'128516','f785b5d308e1c3577a23808dbcd3c4562cd7edfc'),(5281,'','Ouesraogo Moustapha','M','0','1957-10-04',530,'2013-12-09 08:00:00',NULL,'84091','b5497edd3f2bde706d8ffeeedc153ab6646eac7e'),(5282,'','Ohene Afoakwa Emmnuel','M','0','1970-05-05',530,'2013-12-09 08:00:00',NULL,'117695','94922b2929da03d5c9db7aec152576a29b66647a'),(5283,'','Awuah Darko Daniel','M','0','1997-04-21',530,'2013-12-09 08:00:00',NULL,'14825','e857f766eb6c547f87d8a509f183a27bc289dd91'),(5284,'','Amenu Mark Edward','M','0','1954-09-29',530,'2013-12-09 08:00:00',NULL,'20235','23f4435b9ea29316156da947e750f1c090e30222'),(5285,'','Winney Dorothy','F','0',NULL,530,'2013-12-09 08:00:00','1970-12-09','61087','b5d399da3586825500a98f91211bb7bb5ddb3e9c'),(5286,'','Yeboah Rosemond A','F','0','1983-10-24',530,'2013-12-09 08:00:00',NULL,'125234','e8e991c863e89167c7726c666753ae27af7bc00e'),(5287,'','Dimitrijevio Violeta','F','0',NULL,530,'2013-12-09 08:00:00','1968-12-09','SR','9fe251c66d9e2f29948ab6d03d74ac1d4112f704'),(5288,'','Kpogli Nelson Yao','M','0','2011-12-15',530,'2013-12-09 08:00:00',NULL,'117134','b27ea70334101cf4ceec04a3fad5bcb55b3f5843'),(5289,'','Banahene Nene A','M','0','2000-08-29',530,'2013-12-09 08:00:00',NULL,'58355','ecccd5f84bff6db32770193718710188847946b1'),(5290,'','Awotwe Sonia Obeng','F','0','2002-08-20',558,'2013-12-09 08:00:00',NULL,'124644','b5fe92ec8a6b1c1b13ede0f7222d98f3f482e334'),(5291,'','Dinker Aryaman','M','0','2009-10-21',558,'2013-12-09 08:00:00',NULL,'96222','5d5470ac95fd582955257c460dfdbbe096b44aa0'),(5292,'','Anai James','M','0',NULL,558,'2013-12-09 08:00:00','1986-12-09','116366','3a5d3aa28dbad2c6350ea260d4b3fdd3e72740de'),(5293,'','Kamanzi Nigel','M','0',NULL,558,'2013-12-09 08:00:00','2002-12-09','121805','ded1894246abdbdaf2bd9f7186a0e1be96fb8932'),(5294,'','Botwe Akua Agyeiwaa','F','0','1976-04-28',558,'2013-12-09 08:00:00',NULL,'80203','3f539b4062f5fbb2625c087ade12b1468139ffc4'),(5295,'','Abah Dela Koba','F','0',NULL,558,'2013-12-09 08:00:00','1986-12-09','113442','aa466c15e0ecabcff299accd19cc3760c5ac5c2c'),(5296,'','Awuah Darko Dylan','M','0',NULL,558,'2013-12-09 08:00:00','2001-12-09','129976','b0303f10caae709c7a5b5e0eb6c2108f7567078b'),(5297,'','Dedoo Scott Salome','F','0',NULL,558,'2013-12-09 08:00:00','1978-12-09','32745','5f2f6d439f2feaf001a9d460b429060cb0f5a1d3'),(5298,'','Quarshie Botei Samuel','M','0','1980-06-22',558,'2013-12-09 08:00:00',NULL,'58283','9cbb29f5f36de336a6c7a756b961380281d2636b'),(5299,'','Ababio Felix Crabbe','M','0',NULL,558,'2013-12-10 08:00:00','1983-12-10','90628','5a3e109d296e6bb5cc901bd603294c0ee584ee9b'),(5300,'','Quarshie Anyaba','F','0','1957-07-01',530,'2013-12-10 08:00:00',NULL,'OUT','87d58b1aabc443e5ea61ad6af855f5e107baefd4'),(5301,'','Ofori Ivy','F','0','1994-05-18',530,'2013-12-10 08:00:00',NULL,'49224','58fd62a2d33a6c43cbde417419d3be39acd9d6da'),(5302,'','Ekoue Ayikoue','M','0','1969-02-02',530,'2013-12-10 08:00:00',NULL,'65080','439e8fc18ab1346a06ccce993535aae45cee2e4b'),(5303,'','Annoh Quarshie Hetty','F','0',NULL,530,'2013-12-10 08:00:00','1963-12-10','18759','8cdd3678dba7d78d2b6da9caee6947e80db9fb62'),(5304,'','Andoh Mavis','F','0','1977-08-10',530,'2013-12-10 08:00:00',NULL,'75369','3d5c45616fd5d54bb1a5aec8427a8f65958a7ea0'),(5305,'','Boachie Margaret Rose','F','0',NULL,530,'2013-12-10 08:00:00','1943-12-10','','ec9adda18e36fe75dc4948ba1e99518098cdd619'),(5306,'','Owusu Mark Anthony','M','0','1960-05-03',530,'2013-12-10 08:00:00',NULL,'46602','de17da87b4ddee7247b9b35c095ada1238d0bed9'),(5307,'','Dazaam Esther','F','0',NULL,530,'2013-12-10 08:00:00','1988-12-10','','8cb378d108d3521606270ce70457d6679d0f0667'),(5308,'','Duga Victor','M','0','1972-04-05',530,'2013-12-10 08:00:00',NULL,'129980','8365d9af3d2dd970f22c06e75195be5b85141ce3'),(5309,'','Nelson Cofie Ellis','M','0','2006-04-27',530,'2013-12-10 08:00:00',NULL,'57485','cb5ba2b82445ced986b2e377cb69c39823c9808d'),(5310,'','Nelson Cofie Robert E','M','0','2000-03-15',530,'2013-12-10 08:00:00',NULL,'127940','59af4fd5dfe6c96551176c70aa0049d930ab5df7'),(5311,'','Bi Tarek Sarak','M','0',NULL,530,'2013-12-10 08:00:00','1983-12-10','','732fc87fcc402f3c7f56896291a6b36a4a5ff498'),(5312,'','Aduamah Samuel Kwaku','M','0','1959-04-20',530,'2013-12-10 08:00:00',NULL,'127181','c80aa23dfde3248e0a9147b20a8f853379be3f3c'),(5313,'','Opaye Tetteh Genevieve','F','0','1978-07-11',530,'2013-12-10 08:00:00',NULL,'123529','c6439884e25c7deaafc6f300a7e5d3616162d0b3'),(5314,'','Anim Yeboah Grace E','F','0','1975-05-01',530,'2013-12-10 08:00:00',NULL,'63532','26201d707e2fcf25e0c60e0654666978ce7b2d53'),(5315,'','Boator Joseph','M','0','1986-01-20',530,'2013-12-10 08:00:00',NULL,'109745','3961df0446bdf6c577131757ff358d04f9253ae0'),(5316,'','Amoah Abigail Konadu','F','0','1982-04-26',530,'2013-12-10 08:00:00',NULL,'73087','a521cb6cfb650d6170f779ff5aa89d6d38a9b39e'),(5317,'','Bruwer Jacques','M','0','1980-04-19',530,'2013-12-10 08:00:00',NULL,'110687','dcb180828d9de1e97831c24183c207ccf4e854b6'),(5318,'','Boakye Hannah','F','0',NULL,530,'2013-12-10 08:00:00','1942-12-10','118751','69d4324ab752ff15c730350b45c8dc6fdd376c90'),(5319,'','Lamptey Elizabeth','F','0',NULL,530,'2013-12-10 08:00:00','1937-12-10','92985','945abbda67d9034e78e1c8ee96b299562cb1791e'),(5320,'','Anderson Miriam Marly','F','0',NULL,530,'2013-12-10 08:00:00','2007-12-10','198264','a699971d550d8764804cef67aa5ca888b4243def'),(5321,'','Kwao Dennis Narh','M','0',NULL,530,'2013-12-10 08:00:00','1976-12-10','129375','c424eb3507a0bdf2b51295576df67b5f720cf86e'),(5322,'','Tandoh Kelvin','M','0',NULL,530,'2013-12-10 08:00:00','2000-12-10','117809','d51ea5763133560a00f9a63ecfc41ba095f790cf'),(5323,'','Asante Kwame','M','0',NULL,530,'2013-12-10 08:00:00','1983-12-10','129987','46b7a2d66ab690be26b9a664c763dfadd9135666'),(5324,'','Boateng Ellen A F','F','0',NULL,530,'2013-12-10 08:00:00','1990-12-10','129981','271c2bddb3c41be4ddfa13b73fae0c3127209ae7'),(5325,'','Cobbold Harold Reed','M','0','1993-07-14',530,'2013-12-10 08:00:00',NULL,'128710','a6f04561193798d37cb6e0aa31bac9f1aabf2fe0'),(5326,'','Vordzorgbe Clementina','M','0',NULL,530,'2013-12-10 08:00:00','1988-12-10','129982','7bc2fd3b8072f14caf114ad9233a8f4b1891623e'),(5327,'','Lumor Grace Adzo','F','0','1960-08-27',530,'2013-12-10 08:00:00',NULL,'5594','140779df392fce8fb6342f30d21309bb7af19626'),(5328,'','Osei Egbert','M','0',NULL,530,'2013-12-10 08:00:00','2003-12-10','35251','7275a2249e15c4ed480874a1804810e1fbaa2ddd'),(5329,'','Mohammed Tawfiq Wunpini','M','0','2011-07-28',530,'2013-12-10 08:00:00',NULL,'108067','7a2f9261e1ac1412978634358b1e691c78696945'),(5330,'','Appiah Dora','F','0',NULL,530,'2013-12-10 08:00:00','1980-12-10','82494','30709f6578aaf1b43a86843ea2ed87b13b9ac911'),(5331,'','Menyah Gloria','F','0',NULL,534,'2013-12-10 08:00:00','1986-12-10','86834','321633ee85b6c6345c787225c65ae7fcf54d7182'),(5332,'','Ogum Tetteh Edmund','M','0',NULL,534,'2013-12-10 08:00:00','2012-02-10','118013','842378051bc99fde5284f99c05d813e7a659778e'),(5333,'','Hao Wen Yang','M','0',NULL,534,'2013-12-10 08:00:00','1980-12-10','','e074d3110a5d4fa915ef596f46e63ea8ebf9eedd'),(5334,'','Acheamong Venessa B','F','0',NULL,530,'2013-12-10 08:00:00','2009-12-10','129984','a60a3e81618f7fd019a266ca757f930a0fb78ab6'),(5335,'','Acheampong Patrick Opoku','M','0',NULL,530,'2013-12-10 08:00:00','1971-12-10','129983','b144c29ddd2169a7bc6b2a860ec9eb13fa4e544e'),(5336,'','Osei Sarfo Lilian','F','0','2009-01-04',534,'2013-12-10 08:00:00',NULL,'126460','fa59e92e132080e8db012447bbc9126c8047b612'),(5337,'','Osei Sarfo Hillary','F','0',NULL,534,'2013-12-10 08:00:00','2012-06-10','121579','555b11290821fe5dbbfe92656eb2a1cf88a20275'),(5338,'','Mensah Amenda','M','0','2011-03-31',530,'2013-12-10 08:00:00',NULL,'117454','511f13e9434f5cbf0c5a6e1f3bbfa117c4354adf'),(5339,'','Issah Mustapha','M','0',NULL,530,'2013-12-10 08:00:00','1976-12-10','81155','9205f10b8400d968e6d602af946e2183595dd2eb'),(5340,'','Atoubi Andrew Osei','M','0',NULL,530,'2013-12-10 08:00:00','1981-12-10','63726','ec1f5f5ba74fc29a072c37433896e49f521f6a87'),(5341,'','Fianko Felix Asare','M','0','1988-07-12',530,'2013-12-10 08:00:00',NULL,'129986','c55c183e82febebb5d447805cd012a6caf3a216c'),(5342,'','Quampah Alfred','M','0',NULL,530,'2013-12-10 08:00:00','1970-12-10','','c243db26754bcd9d38b1519ebd608a49db763bf2'),(5343,'','Essel Christiana','F','0',NULL,530,'2013-12-10 08:00:00','1989-12-10','63565','d7fced7f693c86af9f78c897f59411fcdfffa82a'),(5344,'','Ludovicus Huysmans','M','0',NULL,530,'2013-12-10 08:00:00','1955-12-10','','426ce2e258af63367385a5b12ac611cff3ee00c3'),(5345,'','Ketse Rita','F','0',NULL,530,'2013-12-10 08:00:00','1981-12-10','129926','227b2eda3273bb1d5ea763cadf548140414a904c'),(5346,'','Akubori Lawrence','M','0',NULL,530,'2013-12-10 08:00:00','1972-12-10','123774','96af0105ac9c424173e4595e4c1d74b11a11bf81'),(5347,'','Tenkorang F','F','0','1988-12-22',530,'2013-12-10 08:00:00',NULL,'129992','4a874c6660e3fc5e03d3c90c2a4085fc1b806b5c'),(5348,'','Bolaji Rauf','M','0',NULL,530,'2013-12-10 08:00:00','1940-12-10','','3f55a025860cc034c47a44fd9ebf737faf17a4f0'),(5349,'','Bonney Emelia','F','0',NULL,530,'2013-12-10 08:00:00','1980-12-10','121685','1ef94281b38ff753ea41876b2719ac2e3741d973'),(5350,'','Koosunu Nhira Kwame','M','0','2013-01-12',530,'2013-12-10 08:00:00',NULL,'124109','87169c975d7aa9703f1e3386dfab7d8f7591db33'),(5351,'','Acheampong Vanessa B','F','0','2009-01-29',530,'2013-12-10 08:00:00',NULL,'129984','c9784593a0a2d7b0044b714976e6899f5517bc2a'),(5352,'','Quainoo George','M','0',NULL,530,'2013-12-10 08:00:00','2009-12-10','918054','26aa9155092a845d6fddac4b3d0bf9a7368d6b2a'),(5353,'','Kulekor Francisca','F','0','1975-12-06',530,'2013-12-10 08:00:00',NULL,'91169','95fed3c713aac8691649a8fef6f6ae44d760ef0e'),(5354,'','Kpodo Anita','F','0','1981-05-16',530,'2013-12-10 08:00:00',NULL,'128176','59c0491282b97972b8843ffd9d17199514291d98'),(5355,'','Adamu Falila','F','0','1977-03-07',530,'2013-12-10 08:00:00',NULL,'129995','b46b5152fada1c151e93562d2d0f7ed18f4e21bb'),(5356,'','Asante Tony Adams','M','0','1990-03-06',530,'2013-12-10 08:00:00',NULL,'129994','61e59d26de6816c8fa97ab6acd772f4644081ea0'),(5357,'','Elliot Whitney A B','F','0','2012-07-15',530,'2013-12-10 08:00:00',NULL,'127373','f9295634e31541ba7bdf5454f055b71bf3c812ee'),(5358,'','Bruku Anthony Kofi','M','0','1980-06-13',530,'2013-12-10 08:00:00',NULL,'79927','479e59a0f4111c82e5f95bb9cee4d2ed8f71659a'),(5359,'','Senayah Victoria Akua','F','0',NULL,530,'2013-12-10 08:00:00','1946-12-10','129732','b4765492aa7cebc0f53844cb663010ad72f1484c'),(5360,'','Aboagye Daniel','M','0',NULL,530,'2013-12-10 08:00:00','1965-12-10','108333','4b97b28cfb65856b9e725f406c81a7ab696d365f'),(5361,'','Adamu Gingo Salamatu','F','0','1977-01-06',530,'2013-12-10 08:00:00',NULL,'48091','fdb22e3df57125ec43da2dea5039e3bceaa28d0e'),(5362,'','Adarkwa Ben','M','0','1959-12-11',530,'2013-12-10 08:00:00',NULL,'125932','fe72c2a1a415a21ccc22cf09a63fa7cd75ead3f6'),(5363,'','Churcher Chribtine','F','0','1995-05-22',530,'2013-12-10 08:00:00',NULL,'90976','e52c5112900278f1e3af0904a7d946eb4727893e'),(5364,'','Suleiman Abdul Samed','M','0','1968-03-06',530,'2013-12-10 08:00:00',NULL,'130003','1ed9bb127cd70dc01dddead4958965c6287edf58'),(5365,'','Zotorglo Lawrence','M','0','1972-10-30',530,'2013-12-10 08:00:00',NULL,'115908','01317e687f0b2c39d77d07e8570c839d71cce60f'),(5366,'','Akpagana Donald','M','0','2005-07-15',530,'2013-12-10 08:00:00',NULL,'130006','3de08d64db6fe50a42ddb520bcd13241294a6a21'),(5367,'','Apeagyei Kissi Daniel','M','0','1965-09-14',530,'2013-12-10 08:00:00',NULL,'117733','95d0b6119780c999f003c1a721b26ae4855c8eb3'),(5368,'','Kpeglo Adzo Faustina','F','0','1985-01-06',530,'2013-12-10 08:00:00',NULL,'117808','80b72827aa22aa849f79db49fa86d6daa44a2eed'),(5369,'','Ngula Irene','F','0','1984-12-26',530,'2013-12-10 08:00:00',NULL,'104612','b718a98094540efd0687b6807bfa050921559e40'),(5370,'','Blankson Samuel Kwame','M','0','2002-02-02',530,'2013-12-10 08:00:00',NULL,'46204','edb57bc9eb60e47101fc1bd67050c7c65b90c507'),(5371,'','Osman Sandra Senatu','F','0','1985-03-04',531,'2013-12-10 08:00:00',NULL,'72232','1ec55e07756361855c9cc9128e3efa7e47a673d6'),(5372,'','Dorkey Angela Akorfa','F','0','1981-10-16',531,'2013-12-10 08:00:00',NULL,'80580','12adfb1f7c95fa6929b1e591648a8533c180e977'),(5373,'','Sappor Christian','M','0','1964-05-17',531,'2013-12-10 08:00:00',NULL,'61590','53557ae86b55ecc9e3cedd02af9594fb6eee2f63'),(5374,'','Ackwerh Triumph Olertey','M','0','2005-02-03',531,'2013-12-10 08:00:00',NULL,'121874','d88ac36727b63929cdb7e88604f02771c13a91d6'),(5375,'','Sablah Korkor','F','0','1981-08-21',531,'2013-12-10 08:00:00',NULL,'130007','25c78263b11843bf9fc6443559d8836a6533530f'),(5376,'','Ambrose Yaki','M','0',NULL,531,'2013-12-10 08:00:00','2008-12-10','123368','f1e1a0238c39db889a23fa3b4bd9b7c69b3d93b7'),(5377,'','Hornsby Odoi Albert','M','0',NULL,531,'2013-12-11 08:00:00','1960-12-11','17259','51aa2f36879ee76c0aaf70e39ad07320d703f8c1'),(5378,'','Anane Elizabeth','F','0',NULL,531,'2013-12-11 08:00:00','1961-12-11','128896','d5539ad9b25057644f8982be315ebebb5ae89c46'),(5379,'','Brimah Raliatu','F','0',NULL,531,'2013-12-11 08:00:00','1974-12-11','65643','1e3890c73e3cde4c55573afd14e97b04f4061fb2'),(5380,'','Daleo Salvatore','M','0',NULL,530,'2013-12-11 08:00:00','1966-12-11','97822','025e903d1ef38c6c8d33d2c51c35bb5ff6d10fc1'),(5381,'','Amaglo Samuel Galileo','M','0','1960-10-10',530,'2013-12-11 08:00:00',NULL,'55108','e206bacff684b1822bc5df8786f06a8f34da78ba'),(5382,'','Horn Ronald Keith','M','0',NULL,530,'2013-12-11 08:00:00','1943-12-11','34530','be6fe57d7ced88a3251e199362ce0d708be0db12'),(5383,'','Bukari Martial Salifu','M','0','1976-04-04',530,'2013-12-11 08:00:00',NULL,'129296','9548cc188c5a4a52e2c854620ce4d1c46d2aee2e'),(5384,'','Koranteng Debora','F','0','1980-04-05',530,'2013-12-11 08:00:00',NULL,'101642','634a3665fa89a21194cb0ba71fa8d3d1d75b4f31'),(5385,'','Dffei Fred','M','0','1979-04-16',530,'2013-12-11 08:00:00',NULL,'105302','24dc586715a27d853767dc6d2a3410c184ec6b95'),(5386,'','Twumasi Ankrah Mavis','F','0','1985-11-28',530,'2013-12-11 08:00:00',NULL,'122833','089ad20b9e7cc6d0262f586d85d31aff523e5e25'),(5387,'','Vaughan Christopher William','M','0',NULL,530,'2013-12-11 08:00:00','1978-12-11','80315','c15f92b18d1ee26221faf388a8cb8544bd21dedc'),(5388,'','Abdul Karim Kafaba Salamatu','F','0',NULL,530,'2013-12-11 08:00:00','1987-12-11','82083','7028a74d9c69235d6ee98f1c47d7d6f428ce1869'),(5389,'','Ayibotele Nana Serwah','F','0','1939-10-25',530,'2013-12-11 08:00:00',NULL,'44245','3f7f49522d7045db70e11a6ceef979c9b77a02e7'),(5390,'','Adamu Shaibu K S A','M','0',NULL,530,'2013-12-11 08:00:00','2011-12-11','113972','42b5c20ea059225337b50ba649129e2beb59f2ec'),(5391,'','Akorley Sandrah','F','0','1988-06-21',530,'2013-12-11 08:00:00',NULL,'130009','ec8d1db61daa77138ac189ef6e96cd7665a99313'),(5392,'','Serwah Hannah Afua','F','0',NULL,530,'2013-12-11 08:00:00','1929-12-11','79801','cffa8598016027ce427d7801a67595639034b200'),(5393,'','Nankong Chegewe','M','0',NULL,530,'2013-12-11 08:00:00','2009-12-11','86585','b1652e3111d5e31d65976eed41d731ecc3e69c0a'),(5394,'','Muniru Sadia','F','0','1972-03-06',530,'2013-12-11 08:00:00',NULL,'40730','89e4bf19c4d68248722b379f388861567fe12bca'),(5395,'','Tettey Joyce Nartey','F','0',NULL,530,'2013-12-11 08:00:00','1977-12-11','123332','08556a9b8b41d30cf50ee2e76c2cbaf39e0f3df8'),(5396,'','Kotey Nii','M','0','1961-11-11',530,'2013-12-11 08:00:00',NULL,'130011','2d90d294e8ac78dae66ccd9d178eab7885cba11f'),(5397,'','Akoto Bamfo Geogette M','F','0','1978-04-23',530,'2013-12-11 08:00:00',NULL,'110857','ce1058de030d9a12a0c369bc37375e109a9d01c7'),(5398,'','Hussey Christiana','F','0','1948-07-29',530,'2013-12-11 08:00:00',NULL,'107887','0275e78bdb64a14ea72ca0dc34bbb98f4f96c755'),(5399,'','Wea Roland Philips','M','0','2008-06-23',530,'2013-12-11 08:00:00',NULL,'130014','f2b05d3568acdb2ec5c1a1701dc11263c44f1914'),(5400,'','Harrison Henry Adaman','M','0',NULL,530,'2013-12-11 08:00:00','1973-12-11','104006','a7f0a8ede0ce0fab3560e133730055a31bad7724'),(5401,'','Doku Wilson','M','0','2008-01-13',530,'2013-12-11 08:00:00',NULL,'86025','72628e7721f20bfff9988f2d5c18372d9af91134'),(5402,'','Amoakoh Anita','F','0','1994-02-10',530,'2013-12-11 08:00:00',NULL,'4315','a5136406d99428e5211cfa5a51bab00bdf10bb1b'),(5403,'','Arieso Zariah Naomi','F','0','1985-09-09',530,'2013-12-11 08:00:00',NULL,'130012','eb64f7e248f487d3a087688c8e68bd03e636b68e'),(5404,'','Afriyie Heli Oseina','M','0','1991-02-02',530,'2013-12-11 08:00:00',NULL,'120170','c920d9bf6bfce15eb02ee58b88fc65b45957e6f1'),(5405,'','Afriyie Heli Oseina','F','0','1991-02-02',530,'2013-12-11 08:00:00',NULL,'126170','d6b3df94324cc7dbfff516b9cd76415cc44e9836'),(5406,'','Kachiga Monica','F','0','1990-08-08',530,'2013-12-11 08:00:00',NULL,'130018','a1fa2b4c4492ace253d1920120ad18da2450b3a0'),(5407,'','Tomino Sylvie','F','0','1970-07-30',530,'2013-12-11 08:00:00',NULL,'130017','c825304267fede5ce02b82147c6dfa50b2589dac'),(5408,'','Mopherson Zimora','F','0',NULL,530,'2013-12-11 08:00:00','2007-12-11','105658','54b88c4c30d3f3c5c48883ef73bd6373071d2629'),(5409,'','Abdul Rahim Fati','F','0',NULL,530,'2013-12-11 08:00:00','1978-12-11','130020','e3c06c28ed5b6db83b3fb350fa06a553fa1f1d49'),(5410,'','Amadu Alhaji A','M','0','1944-02-14',530,'2013-12-11 08:00:00',NULL,'','fdf163d8e6b36409b5060f52017870697ea88d34'),(5411,'','Mobey Helen','F','0','1983-12-31',530,'2013-12-11 08:00:00',NULL,'130019','648621b07d74f763515478e76cd115f8f28cd59e'),(5412,'','Xu Xiaoxuan','F','0','1985-05-24',530,'2013-12-11 08:00:00',NULL,'125473','7cc9a5963d8beaaccccc7a7398e6a56b98fdf826'),(5413,'','Aryee Vanessa N D','F','0','1988-02-23',530,'2013-12-11 08:00:00',NULL,'130023','cc30e48cc73b49cb6155034c2da721f55115a831'),(5414,'','Ametame Livingstone','M','0','1946-01-01',530,'2013-12-11 08:00:00',NULL,'129985','2e6791198c4b3e4abe2e87dadc6a2df5211ae630'),(5415,'','Jonfiah Priscilla Ivy','F','0','1981-04-11',530,'2013-12-11 08:00:00',NULL,'127270','08820a13eedb40e70b3665a7f281232b229c55bc'),(5416,'','Lipede Anavah','F','0','2013-03-21',530,'2013-12-11 08:00:00',NULL,'','dd4561163d70738f8c73382dc5be1582356528e9'),(5417,'','Afari Daniel Boafo','M','0','1993-09-27',530,'2013-12-11 08:00:00',NULL,'119705','f3e39969b867acad36ab47b85cfab4d051532068'),(5418,'','Sahler Caroline K','F','0','1983-11-24',530,'2013-12-11 08:00:00',NULL,'106506','4c49113385cd9b7a410c8cfd9475ae3057b7c3cd'),(5419,'','Nyame Gloria','F','0','1973-04-19',530,'2013-12-11 08:00:00',NULL,'12071','da40457ef4e96866af375937f17418a86aa00ccb'),(5420,'','Asiedu Esther','F','0','1984-10-04',530,'2013-12-11 08:00:00',NULL,'110599','d7ac3529aa35194c5e72269f5c620e88d559c573'),(5421,'','Nunekpeku Sandra','F','0','1984-05-08',530,'2013-12-11 08:00:00',NULL,'87512','627d73ead458fe56df1ee848887a93d7a8436948'),(5422,'','Attoh Samuel Tetteh','M','0',NULL,530,'2013-12-11 08:00:00','1943-12-11','129715','7a022694465a583866c5eade51e8bd091ebfe82b'),(5423,'','Gyamfi Sarah','F','0','1975-02-05',530,'2013-12-11 08:00:00',NULL,'66018','fab90bf010f94b0abd4a084211ba8b25aa2bad1f'),(5424,'','Bell Peter Alexander','M','0','1945-03-09',530,'2013-12-11 08:00:00',NULL,'117722','2354c4b7b61b84d2c0b875e57489fdc38b4aaac4'),(5425,'','Agbeshie Pat','F','0','1969-02-09',530,'2013-12-11 08:00:00',NULL,'15750','450b3332bfaca521ec4f7dc808ac176ad38ef409'),(5426,'','Nyamah Adam','M','0','2007-11-21',530,'2013-12-11 08:00:00',NULL,'130025','4531efd8976f8047708fa7ed43a1420c4fac09e4'),(5427,'','Ahiabor Doris','F','0','1985-08-16',530,'2013-12-11 08:00:00',NULL,'95573','c504627eea8821aa8d0971682553dcdcbe4432d2'),(5428,'','Amoabeng Linda','F','0','1986-09-13',530,'2013-12-11 08:00:00',NULL,'116553','e4282ea044bb7c7a65b18b74b711a1ca99d82143'),(5429,'','Tetteh Delight N','M','0','1980-07-07',530,'2013-12-11 08:00:00',NULL,'102328','65857f6d5c2599cdc92006cb8219b13152685130'),(5430,'','Quarshie Anyaba','F','0',NULL,530,'2013-12-11 08:00:00','1957-12-11','130022','50fc0e56fa5ac745abe25228954016c074357da9'),(5431,'','Larbi Nana Akua','F','0','2001-08-29',530,'2013-12-11 08:00:00',NULL,'104097','5d4b3a65c31eae0d1e626fb8f37e339e31918e4d'),(5432,'','Jones Gertrude Enyonam','F','0',NULL,530,'2013-12-11 08:00:00','1966-12-11','116388','379c95565a6a22dd6ba8d2febfd4de247d7d1d31'),(5433,'','Parry Deborah','F','0','1982-06-18',530,'2013-12-11 08:00:00',NULL,'77008','c54139bc7a01f7dca96c87c60a03f402731b5086'),(5434,'','Boadi Kwaku Koree','M','0','1998-08-12',530,'2013-12-11 08:00:00',NULL,'130026','5570b281ab9d472011986eeec755627bf234e8af'),(5435,'','Ashong Vesta','F','0','1987-08-08',530,'2013-12-11 08:00:00',NULL,'125564','93792f62eda81b68af45b3cf52f40c817351cf2f'),(5436,'','Owusu Mabel','F','0','1984-12-05',530,'2013-12-11 08:00:00',NULL,'159139','2b640d9620b344cbd5cdab88938e3e6e6f247d2a'),(5437,'','Ahiakonu Dadze Christopher','M','0','1977-10-03',530,'2013-12-11 08:00:00',NULL,'10240','9139bdcebb7e150c3e252bbf5f5897a9360a735c'),(5438,'','Anaglate Eyram','M','0','1986-10-29',530,'2013-12-11 08:00:00',NULL,'118387','37564a7edf8fa07bf5b33fbaf9515f6e0162a716'),(5439,'','Sabine Thorsterisen','F','0',NULL,531,'2013-12-11 08:00:00','1955-12-11','SELF REQ','b6d43ed001595b597fb266c64cd0d43a717ceb33'),(5440,'','Osae Teddy','M','0',NULL,531,'2013-12-11 08:00:00','1966-12-11','34751','1fc77c6fce794f33a70c9d2bd2b296f62ecb7c23'),(5441,'','Twumasi Paulina','F','0','1993-02-19',531,'2013-12-11 08:00:00',NULL,'130028','9c161de078fc8e4fa487615cb2227c59b75e4605'),(5442,'','Nyame Kusi Kwame','M','0','1991-01-05',531,'2013-12-11 08:00:00',NULL,'26866','df7bb270096b980311942682e39be323593ea80e'),(5443,'','Abbey Peniel','F','0','1976-04-04',531,'2013-12-11 08:00:00',NULL,'40833','2943f29a2c902e2a506ec1849bd237e693df5bd9'),(5444,'','Anderson Emmanuel','M','0',NULL,531,'2013-12-11 08:00:00','2005-12-11','85586','38df9ddeedc33a24cb5a17194fbb294aa1e21d89'),(5445,'','Osei Poku Kweku Ofosu','M','0','2013-01-10',531,'2013-12-11 08:00:00',NULL,'125777','09320b30ac5cb37acfe893397b840a3e52badb1d'),(5446,'','Fareed Ahmed Tawiah','M','0','2009-04-02',531,'2013-12-11 08:00:00',NULL,'126651','9e5fca95a61599e410ea6d6ab88b515b6360cb2d'),(5447,'','Lubanda Francoise','F','0','1981-02-22',531,'2013-12-12 08:00:00',NULL,'130029','9864057729ee2d48836d2e1abaff852ffd170ce1'),(5448,'','Dama Laura G','F','0','2013-05-14',531,'2013-12-12 08:00:00',NULL,'128323','afb2c1282b364c3dd0ba22681cac9a4ea043e475'),(5449,'','Bedford Isaac','M','0','1972-12-28',531,'2013-12-12 08:00:00',NULL,'130030','78a3484db22cae1f6342e0f4544c51229ca162cf'),(5450,'','Tetteh Christiana','F','0','1970-07-04',531,'2013-12-12 08:00:00',NULL,'57977','d3484b93d3b83bf2ee495eadb166af1e0a619f15'),(5451,'','Lawson Kate','F','0','1956-09-25',531,'2013-12-12 08:00:00',NULL,'126108','4cb66535cc413c4f514124e9509162cd5f392df9'),(5452,'','Anim Yeboah Immanuel Lovell','M','0','1968-12-17',531,'2013-12-12 08:00:00',NULL,'63535','939caa599df5222c4d2a667b1025a955c96537fe'),(5453,'','Amanie Bright Kudjo','M','0','1965-02-22',531,'2013-12-12 08:00:00',NULL,'111131','d94509332471f750d6836335a64fa670a9fb0cd8'),(5454,'','Ackuaku Maame Esi','F','0','1987-05-18',530,'2013-12-12 08:00:00',NULL,'107144','ed696fbf6c7ec6ef60c3d1206033bcc5ece846c9'),(5455,'','Quartey Ama','F','0','1983-02-05',530,'2013-12-12 08:00:00',NULL,'126776','cbbea253b6c91b5d284634918ae52472694190a8'),(5456,'','Boamah Sampson','M','0','1934-08-26',530,'2013-12-12 08:00:00','','84497','e8427d13aaba8fc052a3f28607d7c71cd05d5a7d'),(5457,'','Kwakye Edmund','M','0','1984-10-30',530,'2013-12-12 08:00:00',NULL,'126030','11b9f32793795b2ccf4bc11cccffda29a760efbd'),(5458,'','Sarsah Charles','M','0','1971-06-05',530,'2013-12-12 08:00:00',NULL,'129975','ff2fecbca9821682ea1be0bb35a5a5aca9400cf1'),(5459,'','Horsoo Eyram Ami','F','0','2009-09-12',530,'2013-12-12 08:00:00',NULL,'88779','3e6e0d5e7626de76ef9682bdb1e19bc885da7e38'),(5460,'','Ababio Jesse Nyamekye','M','0','2010-07-15',530,'2013-12-12 08:00:00',NULL,'95918','ad6dfe06eeed89f0fad55e37696e5216ac42ad32'),(5461,'','Danso Nana Ofori','M','0','2005-05-14',530,'2013-12-12 08:00:00',NULL,'65717','5a0768f9760fccaf5ea2845942335a5aea4dcb1e'),(5462,'','Li Lin','F','0','1984-08-26',530,'2013-12-12 08:00:00',NULL,'127003','6a93da43fef408955b7549157619fedbb6bf08a1'),(5463,'','Gawuga Dede Aba','F','0','1981-08-13',530,'2013-12-12 08:00:00',NULL,'103857','7c41a8112023a95f16fb35b7569fe0e4658c8302'),(5464,'','Dogbatse Frncisca Lucky','F','0',NULL,530,'2013-12-12 08:00:00','1978-12-12','104542','653dcf0e436264a89e62c4a5d504cc04fcb4bedc'),(5465,'','Dogbatse Joel Eyram','M','0',NULL,530,'2013-12-12 08:00:00','2012-04-12','114084','20a9bd53846c0e8da42aa384aee2dd10e6e0ae39'),(5466,'','Yeda Nasigiri','F','0',NULL,530,'2013-12-12 08:00:00','2011-09-12','','91271ccf67a76cbcbf205af07127f448797ee274'),(5467,'','Delamou Sophia Daniella','F','0',NULL,530,'2013-12-12 08:00:00','2011-09-12','107531','dc55c47eac3c5a5e562167f58380285585b6d2fe'),(5468,'','Delamou Jean Jacques','M','0',NULL,530,'2013-12-12 08:00:00','2010-03-12','76356','529d44d9a09aaf2899c460c5ba41ed2cd91d0f9b'),(5469,'','Bamfo Valerie B','F','0',NULL,530,'2013-12-12 08:00:00','1988-12-12','129777','7f861e52d5945a78dd1d02cabd1df32ec4b9df29'),(5470,'','Mitchell Findley Patricia','F','0',NULL,530,'2013-12-12 08:00:00','1967-12-12','130033','6a56a59dbb63306a2beab8ac0b02011dc246ae38'),(5471,'','Ameyaw Badu Nanaa Adwoa','M','0',NULL,530,'2013-12-12 08:00:00','2013-04-12','127096','7be307bd01980d3ad4983af38f346c700b2b365b'),(5472,'','Tang Changjiang','M','0','1984-12-07',530,'2013-12-12 08:00:00',NULL,'130036','7712323d7c9ab41a37000982b89431842c139c61'),(5473,'','Abofuor Harrison','M','0',NULL,530,'2013-12-12 08:00:00','1988-12-12','66407','4aa0a769c7dbf6720f95c6f020845ef4cacd844f'),(5474,'','Agbenyoh Oliver','M','0','1984-02-10',530,'2013-12-12 08:00:00',NULL,'116113','42446325f285f6cf374b5726f0793cab121858de'),(5475,'','Laryea Agnes','F','0',NULL,530,'2013-12-12 08:00:00','1951-12-12','130037','e88f048d9c9da5b191f21de5e0e8130326f6e201'),(5476,'','Awal Mohammed','M','0','1978-11-20',530,'2013-12-12 08:00:00',NULL,'91856','c00d00c09ed92bdaa21056e08f8f161bfc3c4aa6'),(5477,'','Adjei Amma Okynebea','F','0','2012-02-18',530,'2013-12-12 08:00:00',NULL,'116638','922931c1dc9b46aaee589e2e8ed2da073f831c0f'),(5478,'','Darkwa Pearl Boaa','F','0','1988-11-09',530,'2013-12-12 08:00:00',NULL,'124934','8a750aef4d309e7b8532b024edfda89da9e7b221'),(5479,'','Mbanefo Kelechie','F','0','1977-05-06',530,'2013-12-12 08:00:00',NULL,'124873','1a89c15a8adcbd150988a7887b3924d7b508d02c'),(5480,'','Ameyaw Bedu Nana Adwoa','F','0',NULL,530,'2013-12-12 08:00:00','2013-04-12','127096','4521d23db3811747a6b16e92468ff48e993cacdc'),(5481,'','Onadambo Berthold','M','0','1949-11-01',530,'2013-12-12 08:00:00',NULL,'23421','1b3229e68677769952816ba286be3846cb5e06fd'),(5482,'','Boateng Maame Afia','F','0','2010-12-17',530,'2013-12-12 08:00:00',NULL,'105218','a41b95a6c45e46c348274c4904451f70387cb995'),(5483,'','Tawa Hussain','F','0',NULL,534,'2013-12-12 08:00:00','1974-12-12','78359','308262836fdbc8c718e0705abda778085f2d1ba3'),(5484,'','Owusu Kissiedu Patience','F','0',NULL,534,'2013-12-12 08:00:00','1979-12-12','71060','2ef87b6325bd936d35788e89305a8841c564b45a'),(5485,'','Amponsah Buabeng Richard','M','0',NULL,534,'2013-12-12 08:00:00','1977-12-12','76914','aa62e6c5eef61d08d3229945eaadeedafa0a30bb'),(5486,'','Anthonio Mildred','F','0','1981-01-10',530,'2013-12-12 08:00:00',NULL,'99057','18ffb337bdac790520adb2a9f6bb0d4903e6767f'),(5487,'','Kelly Jude Awusah','M','0',NULL,530,'2013-12-12 08:00:00','2006-12-12','55855','35f9c75f768e1d56531fe6d4c43dfe608b3f7f72'),(5488,'','Sam Shawn Andrew','M','0','2004-02-13',530,'2013-12-12 08:00:00',NULL,'121493','220400f713dace1daa4c07930bf7f3545d1a77c5'),(5489,'','Appau Bekoe Jemima','F','0','1978-03-28',530,'2013-12-12 08:00:00',NULL,'126047','8f178de3d3ff5030012c869d64039bbd7b4319f3'),(5490,'','Owusu Boabeng Lois','F','0','1983-05-18',530,'2013-12-12 08:00:00',NULL,'104695','1b50e8323ce92e99e8340ffd4ed02d58eee97e4d'),(5491,'','Poku Joel','M','0',NULL,530,'2013-12-12 08:00:00','2010-12-12','118865','ef73a5194b80966e7faad789947101a607c18fb4'),(5492,'','Adams Ameera Kakie','M','0','2011-01-01',530,'2013-12-12 08:00:00',NULL,'108969','73ead11828b5374e4d825ba5a71c1b42806997d0'),(5493,'','Quist Helena','F','0','1974-09-26',530,'2013-12-12 08:00:00',NULL,'84292','0f99bb8a53141b8cdbdf9933d44ee63537446e60'),(5494,'','Zoumbla Yamba Estelle','F','0','1984-10-26',530,'2013-12-12 08:00:00',NULL,'112964','1b3094e90292e4d0c29cedbeaaf29e024644fa17'),(5495,'','Oyontey Esther','F','0',NULL,530,'2013-12-12 08:00:00','1939-12-12','130046','f818c076d8b96e1216ea0a806409f26c52d6e9d5'),(5496,'','Boakye Yiadom','M','0','1986-06-16',530,'2013-12-12 08:00:00',NULL,'129134','6a845e93a67faaedc0ac1465615cbac6f74a4e99'),(5497,'','Djaba Natalie Keziah','F','0','2009-12-23',530,'2013-12-12 08:00:00',NULL,'96035','58cc867dd362e0eeff1716a6c22506c2cefd4f3d'),(5498,'','Domfeh Kevin Gyeabour','M','0','2006-07-27',530,'2013-12-12 08:00:00',NULL,'114190','34195bd9e6ab6005a0a90d7b737df4a21917e8fb'),(5499,'','Anaafi Fordjour Josephine','F','0','1983-03-23',530,'2013-12-12 08:00:00',NULL,'126452','c95da145015ebcf7750818053a219d08cc472676'),(5500,'','Bagigah Abdul Mugith','F','0','1998-02-25',530,'2013-12-12 08:00:00',NULL,'76066','6422b6f04d8483489d395a55e69afedc88dab064'),(5501,'','Bagigah Abdul Mugith','M','0','1998-02-25',530,'2013-12-12 08:00:00',NULL,'76166','ee6ec2aacf9d96a13fbd27cd5c094a9a338e086f'),(5502,'','Bagigah Mustapha','M','0','1956-09-04',530,'2013-12-12 08:00:00',NULL,'29610','07753132cb375577a89e4d6eb99407525c7a6515'),(5503,'','Mensah Baah Jean Phillipe','M','0','2008-12-27',531,'2013-12-12 08:00:00',NULL,'96215','0134346ba2e1c6840a1185e3bd05a7a485f3b7dc'),(5504,'','Wen Ling Xu','F','0','1993-01-30',531,'2013-12-12 08:00:00',NULL,'130049','51a6b26fc8be0adea7c6c1602daddf4cb9d5cca6'),(5505,'','Bandoh Jill','F','0','1989-10-27',531,'2013-12-12 08:00:00',NULL,'130050','1731e8aa42b232b0889dcef6d9a3a481fad074f4'),(5506,'','Operibea Maybel','F','0','1978-03-17',531,'2013-12-12 08:00:00',NULL,'129579','e1b8dd0f9283b2a46a685fa688be252a2ac8ef54'),(5507,'','Ampofo Francis','M','0','1985-10-17',531,'2013-12-12 08:00:00',NULL,'130051','d9c411744901856b725e98b084883d58a38bd9ea'),(5508,'','Okinda Charlotta','F','0',NULL,531,'2013-12-13 08:00:00','2002-12-13','117253','9e2059f099f9733ec9cbee19280e285cd73189ab'),(5509,'','Adu Abigail','F','0','1985-04-04',531,'2013-12-13 08:00:00',NULL,'89933','d13e73d09f79c9f69dd73303cdc0c3d0c1ee804a'),(5510,'','Moro Abass','M','0','1979-06-09',531,'2013-12-13 08:00:00',NULL,'117828','96442b0d89ee1830b2c6e468f5f611f58f6bfed5'),(5511,'','Ashigdey Joyce','F','0','1967-12-03',531,'2013-12-13 08:00:00',NULL,'95061','d757cd239d91739ab6b2f18c3e79566c7db422b6'),(5512,'','Arthur George Jnr','M','0','2011-12-25',531,'2013-12-13 08:00:00',NULL,'121609','b73346ca0427df9caa2a5be3a908f2ea67dbd87c'),(5513,'','Norgbor Clement','M','0',NULL,531,'2013-12-13 08:00:00','1955-12-13','SELF REQ','3df2f2c9c36042ba437fc4a5f0f201ae20b0b01a'),(5514,'','Sesay Umarr Gibrilla','M','0','1965-10-10',530,'2013-12-13 08:00:00',NULL,'129276','84113b60d28d5b87e0f6ff274a32f529043027de'),(5515,'','Tamakloe Godwin Rex','M','0','1954-09-11',530,'2013-12-13 08:00:00',NULL,'122391','4889c2e3ae7c5b1a91ff90592293aa5ffa870519'),(5516,'','Boadi Georgina','F','0','1969-02-09',530,'2013-12-13 08:00:00',NULL,'129895','c2e451409678032c8a11bb4b9a6811bf6debe9d9'),(5517,'','Addae Charles Kofi','M','0','1953-03-20',530,'2013-12-13 08:00:00',NULL,'130031','01e60cc26bd85cd3bf493175ecfe8d24da0cfe34'),(5518,'','Asare Seth','M','0','1958-12-08',530,'2013-12-13 08:00:00',NULL,'87989','f797d5ea2953ea8f60e552c2d626644f6841316b'),(5519,'','Essadjo Thomas Boniface','M','0','1964-11-11',530,'2013-12-13 08:00:00',NULL,'130054','0737bf23af66f7f0df0ae542c672987806c94704'),(5520,'','Ocansey Tetteh','M','0','1964-04-11',530,'2013-12-13 08:00:00',NULL,'108561','fc41ae150e14566a1a72c3a0053e8d7a814074fb'),(5521,'','Korle Morgan Ethan','M','0','2010-12-05',530,'2013-12-13 08:00:00',NULL,'103396','ff7c80ed156d7303e148328e261bfc638956e409'),(5522,'','Addo Samuel Tetteh','M','0','1973-01-09',530,'2013-12-13 08:00:00',NULL,'130056','66003a67dc04f9dac2a374d3357c42aa81414c3e'),(5523,'','Amofa Grace','F','0','1952-04-07',530,'2013-12-13 08:00:00',NULL,'130042','8a4844e2693965231289b6d226020bc281253de4'),(5524,'','Hulete Amevi','F','0',NULL,530,'2013-12-13 08:00:00','1961-12-13','2925','20a2258742b7ae305e4efe1a429fc2e8b60e646f'),(5525,'','Boakye Daniel Kwadwo','M','0','1983-03-21',530,'2013-12-13 08:00:00',NULL,'99662','5cbcd90db5a90637984888fdfd9c0edae15082c9'),(5526,'','Munkaila Humu Hairi','F','0','1988-05-04',530,'2013-12-13 08:00:00',NULL,'119951','92d0ffa2ec0f6d3669679492a17054f5e7997e4b'),(5527,'','Baffoe Newton Lois','F','0','2007-02-25',530,'2013-12-13 08:00:00',NULL,'111064','5fbfe4d16a20fe022eee2478b358c1b40da4c8e4'),(5528,'','Akomea Agyin Kwadwo','M','0','1985-10-29',530,'2013-12-13 08:00:00',NULL,'77291','d92eb2c5a76a80607ed100b1147d5da73c417f8e'),(5529,'','Agbo Sophia','F','0','1979-08-13',530,'2013-12-13 08:00:00',NULL,'114348','50232b2be9f175c112efe22a64a36bf912c3b18d'),(5530,'','Asante Emmanuel','M','0','1961-09-09',530,'2013-12-13 08:00:00',NULL,'868','d34daa8cd3deaab345cc8b8bee99a7542febfdff'),(5531,'','Osei Tutu Enoch','M','0','1964-01-21',530,'2013-12-13 08:00:00',NULL,'70866','b1e378272b6507d0ef2f28c061a5d93c54cf2c0e'),(5532,'','Jinapor Kanyiti','F','0','2006-04-21',530,'2013-12-13 08:00:00',NULL,'130057','48e2117bb8c9d385a101dc6635f92bfca9e42ea5'),(5533,'','Gyamfi Mark','M','0',NULL,530,'2013-12-13 08:00:00','1981-12-13','33561','44912bcc06a24d4a3fadf0c3cf6d45af6b01ad4d'),(5534,'','Binitie Christine','F','0','1959-05-18',530,'2013-12-13 08:00:00',NULL,'3687','f4cf048f6c6c1d9372e5a37f43d0690be07d60fb'),(5535,'','Nyarko Frances K','F','0',NULL,530,'2013-12-13 08:00:00','2013-06-13','127907','a52fad93f9d3ded2c02af0d9e276843c41758323'),(5536,'','Oforiwaa Joyce','F','0','2005-02-23',530,'2013-12-13 08:00:00',NULL,'125799','15fa37031921b96b2c88560475c22fef65b83b45'),(5537,'','Ofori Rhoda','F','0','2007-05-04',530,'2013-12-13 08:00:00',NULL,'125800','dd4de7f4d1564eb8bfff170a01f41a1d1d1a8ff8'),(5538,'','Varfley John','M','0','1999-05-27',530,'2013-12-13 08:00:00',NULL,'130064','8887096b8c72d78704c1a74d3354aa695b148563'),(5539,'','Kanyi Patience','F','0','1968-11-30',530,'2013-12-13 08:00:00',NULL,'130060','31dd12cd3740dd0feb9021a567ba03ad2b7a53a2'),(5540,'','Agbogah Bertha Akofa','F','0','1982-04-24',530,'2013-12-13 08:00:00',NULL,'130061','cb0529e3cbaf69958ddba21d2757e000bbd31d43'),(5541,'','Offei Kate','F','0','1986-08-01',530,'2013-12-13 08:00:00',NULL,'91696','151160a28571a8d03fa157f8aaf34df6b5e03d15'),(5542,'','Andoh Henry','M','0','1979-03-06',530,'0000-00-00 00:00:00',NULL,'130063','68ce7251d7a81928b043064b07715856c6b18918'),(5543,'','Al Hassan Faiza','F','0','1982-11-10',530,'2013-12-13 08:00:00',NULL,'103829','58ae4017138740844fa113ffa51d60625277a677'),(5544,'','Eyessi Ruth Elvie','F','0','1993-04-09',530,'2013-12-13 08:00:00',NULL,'130065','f4b071fd6c53f3b560c5fcc0b3c080201fa30e53'),(5545,'','Korankye Kofi Oppon','M','0',NULL,530,'2013-12-13 08:00:00','1941-12-13','130067','03b223eea2ab5f33b6cc3acc746b849768887e4e'),(5546,'','Lanyoh Delali Eric','M','0',NULL,530,'2013-12-13 08:00:00','1987-12-13','130068','f8d95eb43266054238383c7b1378149bf5ee84c0'),(5547,'','Adjei Nana Kojo','M','0','2013-07-15',530,'2013-12-13 08:00:00',NULL,'127937','86519e86920b33a22d1c8d5c0cb8b9b564a1c773'),(5548,'','Safro Seth','M','0','1989-12-12',530,'2013-12-13 08:00:00',NULL,'122009','8d4968fa93a89c478e9da4f4e9e60ce3ebc108d1'),(5549,'','Mustapha Ibrahim Kulsum','F','0','1987-09-12',530,'2013-12-13 08:00:00',NULL,'118793','7fed537b387cc576ff31d14bffda57bafb40b448'),(5550,'','Chibanda Baldwin','M','0','1966-04-24',530,'2013-12-13 08:00:00',NULL,'129743','00474ba01a3c0ed4f5488820f27c27bf83812168'),(5551,'','Acheampong Bernice Oto','F','0',NULL,530,'2013-12-13 08:00:00','1987-12-13','','bbd7cd91a48839550801a51d3047fb78f6959903'),(5552,'','Kyei Boateng Gifty','F','0','1976-06-02',530,'2013-12-13 08:00:00',NULL,'70498','395c479cbc34f303e07531351a2ce8f52e65e75e'),(5553,'','Nyankson Jenniffer','F','0','1978-01-06',530,'2013-12-13 08:00:00',NULL,'128024','171e461480cd2e056595d36c0b3b72505ec67ad7'),(5554,'','Yankson Rebecca','M','0','1937-11-05',530,'2013-12-13 08:00:00',NULL,'99939','d1340dfb797141484c745de1f2e63952f44b5622'),(5555,'','Kuwornu Michelle D K','F','0','2011-03-09',530,'2013-12-13 08:00:00',NULL,'106550','c88d013107ae573facb1b66d32d8950abe674cfc'),(5556,'','Tetteh Gifty','F','0',NULL,530,'2013-12-13 08:00:00','1987-12-13','130072','f924c89156576760b1d2dcbdc380f1e4e1da9620'),(5557,'','Coleman Kieran','M','0','2009-04-29',530,'2013-12-13 08:00:00',NULL,'110801','6f1beaaa81a2ddb19d2d3a1557417d07b2bbb03d'),(5558,'','Mensah Baah Marie Joanne','F','0','2010-01-24',531,'2013-12-13 08:00:00',NULL,'96217','c9883332797860dcacdea2294445ef021849e8bd'),(5559,'','Ottro Laurent','M','0','1943-01-01',531,'2013-12-13 08:00:00',NULL,'103977','a29fca9dd298f9a96076c3fc1bfc789e5865bd54'),(5560,'','Oware Tano Odeffour','M','0','1975-05-22',531,'2013-12-13 08:00:00',NULL,'100136','d7d8c6fc34aac7c512dfb61c305fc60e9ffe242a'),(5561,'','Mahmood Raza Humayl','M','0','2005-12-05',531,'2013-12-13 08:00:00',NULL,'114198','01f2905e8309d4c2509cc68537db94ac8c25e772'),(5562,'','Arukwe Emmanuella Nneka','F','0','1966-12-25',531,'2013-12-13 08:00:00',NULL,'130074','b460824d6fe3aa508544161b7ec4db90ee1b1527'),(5563,'','Zein Hadi Abbas','M','0','2010-07-18',531,'2013-12-13 08:00:00',NULL,'93528','3a643d72a7f8ffa86023b4ef56335794d0c076af'),(5564,'','Lartey Angelina Lartekai','F','0','1992-03-23',531,'2013-12-13 08:00:00',NULL,'130075','2899134115b7e497d1276138cc2ba321a1d5084c'),(5565,'','Nyan Obaapa Efua Baisiwa','F','0','2011-03-20',531,'2013-12-13 08:00:00',NULL,'128897','047341106b72724d63146defa1f43df75b0c8781'),(5566,'','Nyan Joshua Nhyira','M','0','2007-03-04',531,'2013-12-13 08:00:00',NULL,'129741','6fe75f486f8297427c7562ed787994def9f9da61'),(5567,'','Larbi Samuel','M','0',NULL,531,'2013-12-13 08:00:00','1978-12-13','130077','7127e36154886e1411d5862904a318421cd857a2'),(5568,'','Aryee Jayden','M','0',NULL,531,'2013-12-13 08:00:00','2009-12-13','105239','deaa8ce990f965c49d1cc1b336a2c041a18a63dc'),(5569,'','Twene Nsiah Christodia H','F','0','2010-02-17',531,'2013-12-14 08:00:00',NULL,'97788','a66967282c6bba137d580761b313b5bd179b71a4'),(5570,'','Ipek Haci','M','0',NULL,531,'2013-12-14 08:00:00','1971-12-14','130078','1ac6bef50654a128c8114bb4414d5b91e5f06e62'),(5571,'','Osei Frank Samuel','M','0','1980-03-25',531,'2013-12-14 08:00:00',NULL,'129757','773a409af1e0b804315907c13cd4dca98d5894f6'),(5572,'','Adams Razak','M','0','1982-07-15',531,'2013-12-14 08:00:00',NULL,'106011','b504e2543260d44694bc4581a1bc62e8b8c39edb'),(5573,'','Amoabeng Anthony Kwesi','M','0','1979-12-16',531,'2013-12-14 08:00:00',NULL,'126906','f23b9284ebb864d18a640b12f9f14a0d5fbaa811'),(5574,'','Quaye Comfort Kordey','F','0',NULL,531,'2013-12-14 08:00:00','1945-12-14','129876','11de1a7ad85efcd5157c5c8e8aa4e7a1eaf602c1'),(5575,'','Opata Sazrar','M','0',NULL,530,'2013-12-14 08:00:00','1942-12-14','34602','06a17981338822ede26de7015fc5bb66156cdf4c'),(5576,'','Adjetey Emmanuel Boye','M','0','1972-02-02',530,'2013-12-14 08:00:00',NULL,'74465','d5c510464319f9231cb0e2402f7e45e1f94524f4'),(5577,'','Apenu Suchmann Nelikem','M','0','2010-08-22',530,'2013-12-14 08:00:00',NULL,'101325','4390fcefa7003edd52caf44805ee433f74698793'),(5578,'','Awuah Nana Yaw','M','0','1995-05-18',530,'2013-12-14 08:00:00',NULL,'47808','220d42c9a6ce7d4930da633c48ac47d4de09fa99'),(5579,'','Owusu Bempah Robert','M','0','1984-11-25',530,'2013-12-14 08:00:00',NULL,'126691','1384e761192d7b16d9a7f1122779ac10fa8fcc09'),(5580,'','Idun Sam Evelyn Darlina','F','0','1974-12-02',530,'2013-12-14 08:00:00',NULL,'122112','1030965f37dda3f83be3066f3bf57951d7ee410b'),(5581,'','Kankam Belinda','F','0','1967-03-29',530,'2013-12-14 08:00:00',NULL,'30055','3eb1a1dd44e092ab5a505475d41fcce043739e61'),(5582,'','Gyasi Michael','M','0',NULL,530,'2013-12-14 08:00:00','2008-06-14','','f55281a604ab7a79ce6f59de3e65cd0a13a15445'),(5583,'','Dwamena Chester Owuraku','M','0','2013-06-12',530,'2013-12-14 08:00:00',NULL,'130081','e22f01a374bb57586fdae23b709651832d2dd971'),(5584,'','Dzramedo Glory Kodzo','M','0','1972-03-27',530,'2013-12-14 08:00:00',NULL,'74894','a419b6e2371ae63e90821d3665ae9a9629d14600'),(5585,'','Appiah Obeng','M','0',NULL,530,'2013-12-14 08:00:00','1940-12-14','','168896f687d35428f16d08d76b5d32a63b4461fd'),(5586,'','Addo Martha','F','0','1979-07-17',530,'2013-12-14 08:00:00',NULL,'120163','7d8564459181716ef5b6364f6528f6c0e103af1a'),(5587,'','Bobson Veronica','F','0',NULL,530,'2013-12-14 08:00:00','1936-12-14','120189','b3a3213f53a529c0c3dbe15060a1a318b895e220'),(5588,'','Kissiedu Nana Ama','F','0','1998-12-19',530,'2013-12-14 08:00:00',NULL,'84224','115f74e983435b98f8e93c0541902080344a2434'),(5589,'','Yeboah Yaw','M','0',NULL,530,'2013-12-14 08:00:00','1949-12-14','127212','fea3a061fe457c032d95a5955bf3b801feb4681e'),(5590,'','Joshy Sreenitha','F','0',NULL,530,'2013-12-14 08:00:00','1978-12-14','130083','ffc56b78d37c78af0505f570aa2f3fff4dfb8d1a'),(5591,'','Asumah Nicholina','F','0',NULL,530,'2013-12-14 08:00:00','2002-12-14','','45776c0f474809cc01a5f648ddacf5da9163c035'),(5592,'','Quartey Angela','F','0','1982-03-08',530,'2013-12-14 08:00:00',NULL,'90510','d13be308b93e68cd21c26c24a138967b09702251'),(5593,'','Mensah Isaac','M','0','1981-11-03',530,'2013-12-14 08:00:00',NULL,'117013','d97354a67901b6325f98a5bb988d9ba11f357d19'),(5594,'','Asante Ernestina Ewuradwoa','F','0','1989-04-24',530,'2013-12-14 08:00:00',NULL,'120365','65755f3d40d1c7e659b424b059dc24872fe08e23'),(5595,'','Baffour Nsafoah Belinda','F','0','1983-07-31',530,'2013-12-14 08:00:00',NULL,'125976','f56e98e4c7d26ab351d30b8e45a44ab5d0dccd4c'),(5596,'','Kpobi Priscilla','F','0','1994-10-01',530,'2013-12-14 08:00:00',NULL,'58730','ecca22263a1edc331abb664b4a3c197a18600443'),(5597,'','Amoa Annette','F','0','1998-09-11',530,'2013-12-14 08:00:00',NULL,'122878','fe7683395b71629ec15af857e0912253cf2e23f8'),(5598,'','Opoku Briandt Alan','M','0','2008-10-23',530,'2013-12-14 08:00:00',NULL,'81040','fc2d91086e7b151e89539c9592101c7b3c73f0e6'),(5599,'','Playman Herbert A','M','0',NULL,530,'2013-12-14 08:00:00','1947-12-14','65090','1098796d92e9bac48ddf6225e4964df67ff2f32e'),(5600,'','Bondzie Nana Gracer','M','0','1997-07-13',530,'2013-12-14 08:00:00',NULL,'130089','894ef46075fd50d2ad8e349d2a2f2db7ccdea30e'),(5601,'','Golo Logusu','M','0',NULL,530,'2013-12-14 08:00:00','1973-12-14','','e597b6c019f205cfb617d77740abf94cb1f38604'),(5602,'','Be Ire Andrews','M','0','1976-10-26',530,'2013-12-14 08:00:00',NULL,'110538','65fb403062a34bbef8ca489770322efc9fb97181'),(5603,'','Addah Priscilla','F','0','1999-06-04',530,'2013-12-14 08:00:00',NULL,'56692','97206b7fa5b16fdcc223569fdfb738f1f186c4fa'),(5604,'','Amponsah Evelyn','M','0','1978-03-08',530,'2013-12-14 08:00:00',NULL,'129366','caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4'),(5605,'','Mintah Yeboah Emmanuel','M','0',NULL,530,'2013-12-14 08:00:00','1999-12-14','76122','5cc26e221052406e263ab0579eb080fcd3898351'),(5606,'','Adomako Anita A','F','0','1982-04-17',530,'2013-12-14 08:00:00',NULL,'130047','a113b5bbaa4468bf202f09840980273686dad621'),(5607,'','Ophelius Makaar','M','0','1979-06-30',530,'2013-12-14 08:00:00',NULL,'','4d3117c0def675c0634061e823e16c89b7660f97'),(5608,'','Ampadu Yeboah Nana Yaw','M','0','1994-09-01',530,'2013-12-14 08:00:00',NULL,'65183','772d8f8e9acd78df6473b35e1c1a0cbf5c038a1e'),(5609,'','Mcwood Jacob','M','0','1956-02-21',558,'2013-12-14 08:00:00',NULL,'115267','41354f28212e9ec286bd0cdd070d987217edabde'),(5610,'','Ampofo Jacqueline','F','0',NULL,558,'2013-12-14 08:00:00','1987-12-14','100646','0f81f6a7881616864ef6789328220602fe1ce47c'),(5611,'','Tamakloe Clement Selassie','M','0','1976-07-13',558,'2013-12-14 08:00:00',NULL,'130095','185f5fa83a694507976e54eac7ffbb603773e4f5'),(5612,'','Quansah Jemima Aba','F','0','1988-12-15',558,'2013-12-14 08:00:00',NULL,'130096','4b510ac9a909ce9f8708aae37a4bc3cee7071115'),(5613,'','Mensah Oscar Jnr','M','0','2003-04-19',558,'2013-12-14 08:00:00',NULL,'49451','ec809683af514729097b108c12a0b83fa9b2f27a'),(5614,'','Ntow David Kwadwo','M','0','1970-04-20',558,'2013-12-14 08:00:00',NULL,'76235','ba756f03bfe8ea4207ca2c713f2df4f0916ef004'),(5615,'','Semavor Emily Makafui','F','0','2013-07-02',558,'2013-12-14 08:00:00',NULL,'130098','1a8ff44045bcaf229e95ac7ef5da84347ecb6423'),(5616,'','Afriyie Kwesi Ayeyi','M','0','2005-09-25',558,'2013-12-14 08:00:00',NULL,'122185','a334abd4829a64906603937a1ad87f9f46299f9a'),(5617,'','Asiamah Ginalisa','F','0','2012-11-23',558,'2013-12-14 08:00:00',NULL,'130097','a151a309b2aa627735e62d9e0ecedd40c236d4ee'),(5618,'','Osei Poku Cecilia','F','0','1986-07-26',558,'2013-12-14 08:00:00',NULL,'95942','a1054c3a25812edad281db6e06aa2eb1134eac50'),(5619,'','Botchway Brian','M','0','2012-02-19',558,'2013-12-15 08:00:00',NULL,'112296','b365c09801a3cab864417731ac78492eafb4b4e8'),(5620,'','Coffie Jamil','M','0','2008-04-05',558,'2013-12-15 08:00:00',NULL,'75788','d5120440dfdda642087bfd2e81fdf54c37264e15'),(5621,'','Arthur Emelia','F','0','1966-10-01',558,'2013-12-15 08:00:00',NULL,'12976','4ab47148de07fecee83d34dabefd50b34dbacd6b'),(5622,'','Agbedoawu Lordina','F','0','2010-08-24',558,'2013-12-15 08:00:00',NULL,'99434','4fdfb7f59041eca63aa9ff81e01bdbf31025bca7'),(5623,'','Ackuaku Sika','M','0',NULL,558,'2013-12-15 08:00:00','2009-12-15','127938','193574b286307d30765e4aab0caecdf5975117d9'),(5624,'','Sangys Nyarko','M','0','1976-06-19',530,'2013-12-15 08:00:00',NULL,'66937','1e82a54db6881b2a47a2e4a1354e078dd958a154'),(5625,'','Akoto Rosina','F','0','1977-12-09',530,'2013-12-15 08:00:00',NULL,'72312','a5ebe5180fb3784b8674df178751392f3fed1acd'),(5626,'','Pobee Lorinda Yaha','F','0','1976-12-23',530,'2013-12-15 08:00:00',NULL,'72107','7ffa61b6f5395453170bb3cb09c9108c11bc661a'),(5627,'','Kotey Nikoi','M','0','1978-02-15',530,'2013-12-15 08:00:00',NULL,'3605981','44fd70b8eb6a621845f2ee6dcfd094907cc39c38'),(5628,'','Kotey Nikoi','M','0','1978-02-15',530,'2013-12-15 08:00:00',NULL,'72104','44fd70b8eb6a621845f2ee6dcfd094907cc39c38'),(5629,'','Sam Mary Miranda','F','0','1954-11-22',530,'2013-12-15 08:00:00',NULL,'130102','cadeab8d0fd0ac9802a7f959f6d125d5df282bd0'),(5630,'','Wambuga Lynn Wambui','F','0','2005-08-29',530,'2013-12-15 08:00:00',NULL,'95743','c1b377679215a0a9aeba4512888b756479601932'),(5631,'','Mensah Sandra','F','0','1988-06-25',530,'2013-12-15 08:00:00',NULL,'130101','7ea3d2b2af969d4ad2f1c7331e9b9fa99520d24e'),(5632,'','Brown Adotei','M','0','1951-02-17',530,'2013-12-15 08:00:00',NULL,'89869','1d78b01c202f4deb650ae72f7030d8ad6e206e6d'),(5633,'','Osafo Dennis K','M','0','2009-11-03',530,'2013-12-15 08:00:00',NULL,'90947','7fab314d891d9ed2e11ab5b5691e41b2503ad17b'),(5634,'','Abdul Kadir Aimal A','F','0','2012-06-13',530,'2013-12-15 08:00:00',NULL,'117462','6b5480c3fb1122d47e8ab8615e2e27b144d04f60'),(5635,'','Ansre Selorm Kwami','M','0','1987-01-03',530,'2013-12-15 08:00:00',NULL,'7106','54e7b284287c8fdc5a4cc912456a72fc20d95769'),(5636,'','Owusu Emmanuel','M','0',NULL,530,'2013-12-15 08:00:00','1942-12-15','13826','d1493a0d18a5eddd9ce8472aa8a1fa6cd6300fd3'),(5637,'','Agyekum Nana Boakye','M','0','1983-05-24',530,'2013-12-15 08:00:00',NULL,'115620','1564918eed63c4c8b3abb766021693b2996c49e1'),(5638,'','Budu Isaac','M','0','1977-06-26',530,'2013-12-15 08:00:00',NULL,'125758','f15897fa770a10a5cdba14284b4f266bc51749a2'),(5639,'','Haydt Simone','F','0',NULL,530,'2013-12-15 08:00:00','1999-12-15','130106','a33aaef883a4b170e04bc54617030680b2ae1ebb'),(5640,'','Addy Theresah K','F','0','2009-02-21',530,'2013-12-15 08:00:00',NULL,'130109','4acd92a28f3335b6a3c04fd71328083ac31c2e4c'),(5641,'','Quanine Joana','F','0','1983-06-06',530,'2013-12-15 08:00:00',NULL,'130107','ea8f82632a8d3b687f9606f13a8927d78b4e3d96'),(5642,'','Oppong Felix','M','0','1976-03-25',530,'2013-12-15 08:00:00',NULL,'112700','ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b'),(5643,'','Boateng Comfort Twumwah','F','0',NULL,530,'2013-12-15 08:00:00','1977-12-15','100470','38aa2fa0bbaaa84f49c7246c870a240eee22f517'),(5644,'','Terlabi Grace','F','0','1994-09-18',530,'2013-12-15 08:00:00',NULL,'106864','89305c4b290f8e8b0722bd7949e42e16cee86e6b'),(5645,'','Amamoo Emmanuel Kofi','M','0','1984-05-25',530,'2013-12-15 08:00:00',NULL,'79306','bdfbde3c6e2db20180e0dd58ac38f2d9db820f78'),(5646,'','Vincent Sefenu Akrobotu','M','0','1996-10-31',555,'2013-12-15 08:00:00',NULL,'126993','81c721febe011a8fe16699b7b1674cd4948dadce'),(5647,'','Allotey Gibson','M','0','1986-07-19',555,'2013-12-15 08:00:00',NULL,'123256','79f2495204fd3249f23887e30a6b967e6ec1350b'),(5648,'','Tiwari Jitendra K','M','0','1969-01-20',530,'2013-12-15 08:00:00',NULL,'130113','1c5975d49dd7e070ed1c73c24c4298c0f4052541'),(5649,'','Aacquaah Kweku','M','0','1943-04-21',530,'2013-12-15 08:00:00',NULL,'130111','c8930564b0f3fecee5c3c40a28e38e9fe45a6309'),(5650,'','Kpakpah Sheila','F','0','1966-01-30',530,'2013-12-15 08:00:00',NULL,'5376','f1007c1f1b90660ca00c6ba5e9801d46e3996982'),(5651,'','Agyei Kendys','F','0','2011-12-08',530,'2013-12-15 08:00:00',NULL,'117477','2da2e9486154aa193b9400013003b8f1963d77bb'),(5652,'','Dorgbetor Gloria M','F','0','1979-10-11',530,'2013-12-15 08:00:00',NULL,'130115','1544d07744b8fb04c1d6eecba08a3b306d39bb17'),(5653,'','Awdi Ali Al Reda','M','0',NULL,530,'2013-12-15 08:00:00','2010-12-15','99683','690177a16096517d9e5ae7c2e805100cd13707c8'),(5654,'','Degbor Ama Enam','F','0','2012-04-28',530,'2013-12-15 08:00:00',NULL,'130116','2c86402b66f1824e0f2e634ad7756f28c4caa69e'),(5655,'','Ngula Mari Ann','F','0','2012-04-07',530,'2013-12-15 08:00:00',NULL,'130117','092752d996a067e18ffb58fcaae21a34f34accce'),(5656,'','Tachie Nichole M','F','0','2008-02-21',530,'2013-12-15 08:00:00',NULL,'','25e5f76d292fdee7f4b04dbeebf93b69f271c82a'),(5657,'','Darkuah Eva Nimakou','F','0','2006-05-27',530,'2013-12-15 08:00:00',NULL,'130122','44d9f0035568ad0adc7ac89af63f29619269195e'),(5658,'','Said Alhaji Hussein','M','0',NULL,558,'2013-12-15 08:00:00','1938-12-15','130121','12658d39d249cb6417ddd182b3e79a6728935e88'),(5659,'','Koomson Deborah Kuukua','F','0','2008-10-22',558,'2013-12-15 08:00:00',NULL,'124791','32d7f6b12db852431d9d9a2a7d2ffad820bb7d9d'),(5660,'','Lawson Emmanuel Tetteh','M','0','1979-08-28',558,'2013-12-15 08:00:00',NULL,'114051','b86103e3c515d168e86eed9c7ccb34d1c5332a56'),(5661,'','Akakpo Charelle Ahliba','F','0',NULL,558,'2013-12-15 08:00:00','2007-12-15','84562','5459cad7ba7ba7b7089d471b48c2d42a4d15b335'),(5662,'','Okyere Emmanuel Frimpong','M','0',NULL,558,'2013-12-15 08:00:00','1974-12-15','120046','3cfe2f6ab02270470a411b0e3e560fb2dd171742'),(5663,'','Adu Asare Anna','F','0','1994-11-22',558,'2013-12-15 08:00:00',NULL,'101394','f36d9b5212b7cb77e8f0c3317f2a7b8905d61ca0'),(5664,'','Adu Asare Derick','M','0','2001-06-28',558,'2013-12-15 08:00:00',NULL,'98361','fa18e902f5d93a3a035c5c8b288347aaf7420c1c'),(5665,'','Sefa Dedeh Araba','F','0','1951-02-13',558,'2013-12-15 08:00:00',NULL,'130124','87b6e7ad5732944c2009d00f9b4918e8793a698b'),(5666,'','Ito John Kengo','M','0','2009-10-22',558,'2013-12-15 08:00:00',NULL,'98963','193adfb610759f64efb968870fb2840c0f2e0b6b'),(5667,'','Geraldo Pax','M','0','1970-12-09',558,'2013-12-16 08:00:00',NULL,'92421','3a3a9dd8ede2f7a79051ff5621571d646b4fa682'),(5668,'','Kubi Awurama Abish','F','0','2012-05-12',558,'2013-12-16 08:00:00',NULL,'130127','dd6c621424cff8f0f109f1f0bbc641ef8804e763'),(5669,'','Ashie Richard Nii Amon','M','0',NULL,558,'2013-12-16 08:00:00','1975-12-16','','ca322917628a9ea60276ca6ca612a474291c0ec1'),(5670,'','Danquah Larbi Irene Charity','F','0','1952-07-23',531,'2013-12-16 08:00:00',NULL,'45353','cd60c5f91f81dfb86363eeffe2c992e712f57a7f'),(5671,'','Hagan George Panyin','M','0','1938-08-07',531,'2013-12-16 08:00:00',NULL,'38505','1368a2529d37097225c16f8d068147effaaf2392'),(5672,'','Wami Charles','M','0','1959-10-26',531,'2013-12-16 08:00:00',NULL,'130123','427d82d4afc0dffb0c733c249d926a70934c984d'),(5673,'','Tetteh Frank Nartey','M','0','1985-05-15',531,'2013-12-16 08:00:00',NULL,'99482','a5449ab20da24e640ce52375c3a544758ed6fd3e'),(5674,'','Addo Erica Nyakowa','F','0','2009-03-04',531,'2013-12-16 08:00:00',NULL,'125439','49afda9ec1b731e1035df2dabacc6978d1d476cf'),(5675,'','Konlambigeu Axel Paman','M','0','2012-12-22',531,'2013-12-16 08:00:00',NULL,'121470','ec48d1de66e31854ee6771fcf8b45f81d7b6a726'),(5676,'','Konlambigue Naam Yoan','M','0','2009-03-03',531,'2013-12-16 08:00:00',NULL,'95757','3691ab628138c18fc47fd9442aa583856150686c'),(5677,'','Bawa John Tanko','M','0','1976-05-06',531,'2013-12-16 08:00:00',NULL,'130128','4da0e1f022824d82bd6a1639aab18f3bc1fdfcaf'),(5678,'','Abu Salia','M','0','1969-01-13',531,'2013-12-16 08:00:00',NULL,'87347','a7358b6796ff01c8c630a71a39064b9e21ac2d92'),(5679,'','Appiagyei Maame Akomaa','F','0','2010-10-27',531,'2013-12-16 08:00:00',NULL,'119678','b878fb97eae1f1c90ed966ea9774660d6f55f1f8'),(5680,'','Obodai Samuel Tortor','M','0','1967-05-02',531,'2013-12-16 08:00:00',NULL,'82271','54708e68b1f3e6f9692725a820321188f2a4e6c2'),(5681,'','Brakoh Ofori Atta Angel','F','0','2007-02-08',531,'2013-12-16 08:00:00',NULL,'109456','095467bb0fdade4f0b256365106c8f0748bcad7f'),(5682,'','Acquah Aikins Francis','M','0','1977-12-16',531,'2013-12-16 08:00:00',NULL,'127880','32c4dcb29f0582ff012f0071e8f87e86efd760a5'),(5683,'','Fantodji Raissa Sandrine','F','0','1989-04-01',531,'2013-12-16 08:00:00',NULL,'124636','59d772d6d9c14f75a86827488aed102691dc99c3'),(5684,'','Yahaya Ramatu Antie','F','0','2010-04-11',531,'2013-12-16 08:00:00',NULL,'130134','16d93bcf51703cd4dfdc16854f39f6406d05c184'),(5685,'','Kattah Keziah','F','0','2003-01-03',531,'2013-12-16 08:00:00',NULL,'130130','e9c09edb616ed7641008dfd9ad065a2e784ce925'),(5686,'','Kattah Caleb','M','0','2005-06-18',531,'2013-12-16 08:00:00',NULL,'130137','8548ee8d6d95c9ff3273a29d2d8b277d0392a4aa'),(5687,'','Brefo Nimo Kwabena N','M','0','1991-06-25',531,'2013-12-16 08:00:00',NULL,'128437','11fea844ffa5e0538845de5757b959801fb2e704'),(5688,'','Kuwornu Bernard','M','0','1971-08-04',531,'2013-12-16 08:00:00',NULL,'93209','f266f9e64e003dea546a0cf752ba3423d1ea04dd'),(5689,'','Fattal Ibrahim','M','0',NULL,531,'2013-12-16 08:00:00','1985-12-16','130108','020fe8947423b2ead40de215cbb23a0611321cb2'),(5690,'','Jiayi Zheng','F','0',NULL,531,'2013-12-16 08:00:00','2010-12-16','POTSIDE REQ','e4a8374176c5ba5377bfa5f2ee75f49fa1392861'),(5691,'','Anim Asare Felix','M','0',NULL,531,'2013-12-16 08:00:00','1964-12-16','67300','5777d088ff30a28e32aba3434dacec943e579d45'),(5692,'','Adomako Osahene Kissiedu','M','0',NULL,531,'2013-12-16 08:00:00','2012-12-16','130133','f597eeaf98f36fbad4516160382afe3fe266fddb'),(5693,'','Adomako Oheneba K','M','0',NULL,531,'2013-12-16 08:00:00','2010-12-16','130132','7df8f1f9d9dae044b365eb77cfa9a930604ab3bb'),(5694,'','Messiamenu Destiny','F','0',NULL,531,'2013-12-16 08:00:00','1979-12-16','90807','0804eb1ba6ef1a7ae3fef024c5382120b9efe5ac'),(5695,'','Akins Amira','F','0',NULL,531,'2013-12-16 08:00:00','2003-12-16','52393','10bae18a3ee77a8837aca605d5c67a21dc8b0a47'),(5696,'','Tagoe Augustina Akwele','F','0',NULL,531,'2013-12-16 08:00:00','1943-12-16','130129','d89f4edee2be79a0e33513597089482ac3aabbd9'),(5697,'','Amin Amida','F','0','1987-01-01',531,'2013-12-16 08:00:00',NULL,'130137','8c45cf06d0e6c3dc9f305cb0cbc6a06f788f9792'),(5698,'','Bosomtwe Moore Edward','M','0',NULL,531,'2013-12-16 08:00:00','2009-12','106516','a3591e04d894d6a7d5eef95f97b177cdc6d18d54'),(5699,'','Adams Asana','F','0',NULL,531,'2013-12-16 08:00:00','1987-12-16','126673','55708a676c84f3d846761bf1495780aaf865fa14'),(5700,'','Obeng Antwi Kissiedu','M','0',NULL,531,'2013-12-16 08:00:00','2012-09-16','119690','eaa55d929cd3e0d8d2b216dfd0448ead381173ee'),(5701,'','Agyei Ama Agyewaa','F','0',NULL,531,'2013-12-16 08:00:00','1990-12-16','65086','fcddc0f002220996634bf3889238be182f461fd7'),(5702,'','Ampomah Kofi Boahen Jnr','M','0','2012-02-24',531,'2013-12-16 08:00:00',NULL,'128367','e2c95a9ea2d8abe3057fd187427215b1a470cc5f'),(5703,'','Nyanku Angel Akpene','F','0','1980-08-22',531,'2013-12-16 08:00:00',NULL,'OUTSIDE REQ','01d1e4d89f6ba678bd9dd846220d5358e759f771'),(5704,'','Amartey Mavis','F','0',NULL,531,'2013-12-16 08:00:00','1986-12-16','130135','f9894db1c78d7ddd0a95106ffdb6875e3fed046c'),(5705,'','Anku Jessica E','F','0',NULL,531,'2013-12-16 08:00:00','2003-12-16','45346','f77d4be8d0d171033b1d1f855fef1fda2702b09f'),(5706,'','Agyemang Mary Akua','F','0',NULL,531,'2013-12-16 08:00:00','1959-12-16','130140','476b9e1be131608682a57f1dd004b64599bbcc98'),(5707,'','Walase Joseph Kaba','M','0','1978-09-18',531,'2013-12-16 08:00:00',NULL,'114188','80e771344a26c1e17e0cac1290565e9fcabde42e'),(5708,'','Annan Yaw Fynn','M','0',NULL,531,'2013-12-16 08:00:00','2001-12-16','120169','daf7890f4b492ac2b14e35e7ac70e3007de1e03e'),(5709,'','Aholu Evelyn','F','0',NULL,531,'2013-12-16 08:00:00','1985-12-16','124991','3083730f984479a310cc8106f87e4286c80a2327'),(5710,'','Acquaye Roberta Amortiokor','F','0','1985-11-24',531,'2013-12-16 08:00:00',NULL,'130145','461c5f858fb33e87e29dcaa1ec93ce085e7910ac'),(5711,'','Saunder Blake Lourdes','F','0','2007-01-08',531,'2013-12-16 08:00:00',NULL,'130138','f9649b468532f1320ed7015c05b94c159ff3ceda'),(5712,'','Nyamekye Josephine','M','0',NULL,531,'2013-12-16 08:00:00','1983-12-16','126751','ce57099db4783782f71577d36ff2ab369f6459ad'),(5713,'','Nyamekye Josephine','F','0','1983-03-24',531,'2013-12-16 08:00:00',NULL,'126751','a763b5861d019c8ccd345b3f5e9cb8dc26478824'),(5714,'','Ametame Livingstone Kwabla','M','0',NULL,531,'2013-12-16 08:00:00','1946-12-16','129985','fe994e000ae5a922e94b60dbadcbf675d2e38077'),(5715,'','Armo Kum Gladys O','F','0',NULL,531,'2013-12-16 08:00:00','2012-03-16','118967','06b1ebd326bf16b24d56d416cde831a519fd2d0d'),(5716,'','Asomani Victoria','F','0',NULL,531,'2013-12-16 08:00:00','1984-12-16','130136','fcb60268e016c6ee7dbeabd6dc6fc8340e8b0198'),(5717,'','Ibrahim Abdul Razak','M','0','1976-04-05',531,'2013-12-16 08:00:00',NULL,'72925','33caa676f614cf432c493e1dbf774579f1b23ee3'),(5718,'','Savi Jeriel Sedem','M','0','2010-03-12',531,'2013-12-16 08:00:00',NULL,'103668','90a92ab57783cb180d131c4c55297604668a01b9'),(5719,'','Ouedraogo Moustapha','M','0','1957-10-04',531,'2013-12-16 08:00:00',NULL,'84091','67f408176f0bb8e3c6b28cd6c20306a3efbd614e'),(5720,'','Anku Gladys','F','0',NULL,531,'2013-12-16 08:00:00','1946-12-16','70962','27de36fb60503b198b8a53f354f1f340ae4e65c6'),(5721,'','Tiasu Donnel Evans','M','0',NULL,531,'2013-12-16 08:00:00','2012-01-16','122842','d4048494654f540567592e23bfffa61bd2b67fea'),(5722,'','Osae Kwapong Cecil','M','0','1979-05-27',531,'2013-12-16 08:00:00',NULL,'53954','bc76231905b950cbff321f75220d0c651f8905cc'),(5723,'','Annewetey Mona Sandra','F','0','1983-04-22',531,'2013-12-16 08:00:00',NULL,'96311','e7fc96a99b05728c8175abf2f6e6a0fd7da55dda'),(5724,'','Aboagye George Kwame','M','0','1968-08-24',531,'2013-12-16 08:00:00',NULL,'17646','635f5109603954e70e741e1448dd92b5308f78df'),(5725,'','Addo Marianne Naa Aku','F','0','1977-11-25',531,'2013-12-16 08:00:00',NULL,'110418','163b02635b5f43b6e8f249201c36b4b42a45a1e6'),(5726,'','Lartey Kaziah','F','0','2012-12-21',531,'2013-12-16 08:00:00',NULL,'OUTSIDE REQ','09337ee271a57d1da16c9627751c23850a937dca'),(5727,'','Gyamfi Boateng Marjorie','F','0','1986-10-04',531,'2013-12-16 08:00:00',NULL,'130147','5f16d3e4c9ff96bba997b1478f0ff31363139d54'),(5728,'','Xiao Chuang','M','0',NULL,531,'2013-12-16 08:00:00','1985-12-16','SELF REQ','6f356a738100e3ace0e3e69df59ec1af96a86047'),(5729,'','Otu Acheampong Richard','M','0','1974-01-16',531,'2013-12-16 08:00:00',NULL,'119193','fa868a694dac3df3f571b0412f80b3bb8622565e'),(5730,'','Nkansah Boadu Ohemaa','F','0',NULL,531,'2013-12-16 08:00:00','2013-01-16','130148','9b5b786372a60d994d52b740ca8245d6648da1fe'),(5731,'','Oluwakorede Oyindamola','F','0','2002-04-24',531,'2013-12-16 08:00:00','','130150','5ccb265dc2b0cc01d095a30bc0d23e8ca02c04eb'),(5732,'','Akomaning Kwaku Nhyiraba','M','0','2013-12-16',531,'2013-12-16 08:00:00',NULL,'129990','47527f12087cc2b0a9a731d7e28a0014ba2aedec'),(5733,'','Amihere Hannah Akwanzie','F','0','1990-11-15',531,'2013-12-16 08:00:00',NULL,'130149','bca3e467dd0c4c8d44a885501ead734d3609f0c1'),(5734,'','Kuwornu Gabrielle J S A','F','0',NULL,531,'2013-12-16 08:00:00','2008-12-16','82193','afe547bd5bdfcbf0f1d8868ba410de4bb67ac040'),(5735,'','Darko Afari Papa Yaw Baah','M','0','2007-05-10',531,'2013-12-16 08:00:00',NULL,'84855','48b99181cf2d3c04039600edfe45d237ecf6a04d'),(5736,'','Darko Afari Nana K','M','0','2013-12-16',531,'2013-12-16 08:00:00',NULL,'84850','3e9e6d2bd324173085557008e7477439e1592f50'),(5737,'','Adjani Christiana Ewurama','F','0','1988-09-03',531,'2013-12-16 08:00:00',NULL,'122263','392c9c815c21644f217a883f67edd233f3baf2d7'),(5738,'','Agordjo Bless Sefenu','M','0','1975-10-24',531,'2013-12-16 08:00:00',NULL,'121645','2fdda26454543c61d0be846d0b3bb572452aa1ee'),(5739,'','Aboagye Kwame George','M','0','1968-08-24',531,'2013-12-16 08:00:00',NULL,'7646','467ef82c987c57c42662b3f2cb7180d7cde8507c'),(5740,'','Winful Moses','M','0','1960-01-21',531,'2013-12-16 08:00:00',NULL,'77571','8f82969f54a024dba5681c48ff20a2a766866849'),(5741,'','Shasmeen Snare','F','0',NULL,531,'2013-12-16 08:00:00','2011-04-16','130153','6f435d39101ee169cfd73000e74673e0f13dfcb6'),(5742,'','Boakye Yeboah Emmanuel','M','0','1986-06-01',531,'2013-12-16 08:00:00',NULL,'88729','0c04a508dc22cdc800d6e44439dc30d2bfae8e96'),(5743,'','Tetteh Jason','M','0','2011-06-15',531,'2013-12-16 08:00:00',NULL,'107851','661c54be1aa3742215edace97871edc1a9cb3b81'),(5744,'','Dartey Michael','M','0','1978-07-22',531,'2013-12-16 08:00:00',NULL,'130155','0a04c3d2a2ed9bc7cce0e56b886c38f68663281b'),(5745,'','Ofori Cecilia','F','0','1960-07-20',531,'2013-12-16 08:00:00',NULL,'34595','af47e1e10a53f767025377792288d760443a7764'),(5746,'','Okyere Michael','M','0','1978-08-03',558,'2013-12-16 08:00:00',NULL,'56918','e9779bcb2787e2cf5f31c2fa4a7c07611efe4009'),(5747,'','Asienyo Stella','F','0','1993-09-30',558,'2013-12-16 08:00:00',NULL,'99680','752a0667f272b6d796d7061734d38220823cc160'),(5748,'','Asienyo Wisdom','M','0','1996-04-30',558,'2013-12-16 08:00:00',NULL,'118319','fe635bde29c342070470ee47fe0fdeaee587a443'),(5749,'','Okeze Stephanie','F','0','1991-02-17',558,'2013-12-16 08:00:00',NULL,'130156','f9ffac8ca4631675e7755a2f0615df6741fd9bcf'),(5750,'','Kwakye Solace','F','0',NULL,558,'2013-12-16 08:00:00','1989-12-16','97676','200c623932dc1823bd9353fde3eb419fe12f5fd0'),(5751,'','Effah Thomas Sylvan','M','0','2008-04-04',558,'2013-12-16 08:00:00',NULL,'81964','2c4e8af51d0c508f1d47e72df0607249374b59e5'),(5752,'','Marenait Modou Musa','M','0',NULL,558,'2013-12-16 08:00:00','1997-12-16','111412','ae9bf307578362111cd640efeb5120d8510e11e9'),(5753,'','Saizonow Horace','M','0',NULL,558,'2013-12-16 08:00:00','1984-12-16','52738','620d549537e387940c0000373e400ef06cc0b7b2'),(5754,'','Bongoua Nguessan Justin','F','0',NULL,558,'2013-12-16 08:00:00','1972-12-16','108482','980983aebd236cedecba31dc6b4eb63091503ef8'),(5755,'','Andan Victoria Malyem','F','0','1975-04-13',558,'2013-12-16 08:00:00',NULL,'90538','3b19f55108735e53771de4f97077977c8c5037df'),(5756,'','Inkum Samuel Kwesi','M','0','1966-06-26',558,'2013-12-16 08:00:00',NULL,'48457','589bd0704c479d150bfbac821977f60640cde7a8'),(5757,'','Hottor Emmanuel Reginald','M','0','1971-01-16',558,'2013-12-17 08:00:00',NULL,'14874','06879b732b5091ddd65ea174dd99631d7737abeb'),(5758,'','Opoku Tuffuor Stephen','M','0',NULL,558,'2013-12-17 08:00:00','1955-12-17','85124','c819255c9583385bb51a6ef803c6771f9347466c'),(5759,'','Adzimah Enyonam','F','0',NULL,558,'2013-12-17 08:00:00','1984-12-17','107129','983c21bc545a137217dfd5c8d05cbe01b927b073'),(5760,'','Mohammed Abdulkarim','M','0',NULL,531,'2013-12-17 08:00:00','2010-12-17','129563','c799eb4a56d649b5ea9ce3200dfa3903c9b6ddb8'),(5761,'','Kaye Linda Gold','F','0','1984-12-04',531,'2013-12-17 08:00:00',NULL,'82566','6223fe151710782253a977cbb9dab0f95db9ceb4'),(5762,'','Gumah Micheal','M','0','1962-07-06',531,'2013-12-17 08:00:00',NULL,'68552','f2f929d4ef7521619eb49d16f18f95bf0fa43b6d'),(5763,'','Ntiako Ennin Festus','M','0','1970-11-09',531,'2013-12-17 08:00:00',NULL,'79122','5a3ddb7dacb7c027cb7d9e9cde0ea3c664dffb65'),(5764,'','Nyann Theresa','F','0','1962-11-05',531,'2013-12-17 08:00:00',NULL,'111071','4931fe64a596ae631269d0711db2cef19d3731d2'),(5765,'','Acquah Kweku','M','0',NULL,531,'2013-12-17 08:00:00','1943-12-17','130111','7b49cdbe23a3172f835cd88da7bc1dbc961d95fc'),(5766,'','Botwe Alex Kyeremateng','M','0','1975-01-11',531,'2013-12-17 08:00:00',NULL,'82538','c2228bcd58bf1468ab4b5e94dc7eeb07b8607bca'),(5767,'','Saoulomou Seny Christine','M','0','2012-03-15',531,'2013-12-17 08:00:00',NULL,'125199','c2624a28950aef4a56fe8f4f0ae211bd8a727676'),(5768,'','Opoku Asante Beatrice','F','0','1973-10-24',531,'2013-12-17 08:00:00',NULL,'130010','e86cb757f40a49151b84ac32d9c8bfa662e139de'),(5769,'','Num John','M','0','1961-05-10',531,'2013-12-17 08:00:00',NULL,'106074','4e05c036a3b22914d39ba42b40a4ca14550cccc8'),(5770,'','Ofori Tutu Kwame Dr','M','0','1950-09-23',531,'2013-12-17 08:00:00',NULL,'13607','241614ab3cfc3cd78042ac5ef99ded7703f37d30'),(5771,'','Quarcoopome Eunice Datebea','F','0','1968-07-29',531,'2013-12-17 08:00:00',NULL,'52952','1c11cfcdae68976a9cba25539c11a2fc7840de1d'),(5772,'','Quaye Hesse Emily','F','48','1965-11-18',531,'2013-12-17 08:00:00',NULL,'19456','3b7cb2eb29f99150a7d0252c8986c11cad709998'),(5773,'','Nsiah Michael','M','0','1976-07-27',531,'2013-12-17 08:00:00',NULL,'71685','6cfeb1e7a6f40c1ee424eda31a630eaf6d55b6dc'),(5774,'','Mpae Moses Jnr','M','0','1981-03-06',531,'2013-12-17 08:00:00',NULL,'63042','c3aefbd8d62a99f89c9f3c5d0f24e18e60c194dd'),(5775,'','Odei Amoakoa Debruce','F','0','1972-02-02',531,'2013-12-17 08:00:00',NULL,'130152','57f30dca5eb29a2211eef4affc9bceaedb78737b'),(5776,'','Amadzor Dzikunu','F','0',NULL,531,'2013-12-17 08:00:00','1977-12-17','93987','3c1ad76211c2e21bbd81b2513a1763e1c9917f68'),(5777,'','Boampong Veronica','F','0','1956-06-05',531,'2013-12-17 08:00:00',NULL,'127534','19dffd48b1f22b130d45e847de2722487950668e'),(5778,'','Adam Masharatu','F','0','1984-10-10',531,'2013-12-17 08:00:00',NULL,'55232','c13a38e4b2cc3aaf2826fb545cff8f04bb236f33'),(5779,'','Kpornu Dawson Aida Elikem','F','0','2009-08-06',531,'2013-12-17 08:00:00',NULL,'87470','0d8cfdde81e7552e068cf912b4a9537a297fb076'),(5780,'','Manyah Iris','F','19','1994-02-17',531,'2013-12-17 08:00:00',NULL,'128159','db8331c51d328afe5b6a5166ea79f9b8e00b977a'),(5781,'','Rhule Karlien','F','0','2004-07-12',531,'2013-12-17 08:00:00',NULL,'102890','fa9789fbd2ffcf85fd6a837dd19439f0ee3a3be8'),(5782,'','Amadu Jelilu','M','0','1985-11-30',531,'2013-12-17 08:00:00',NULL,'130164','0d5cd5e114e804ba62914796dd6da60fbbe8f028'),(5783,'','Okai Priscilla Mawutor','F','0','1986-10-21',531,'2013-12-17 08:00:00',NULL,'108873','343756559c3d33f45d687a3f1eac5aec40e904c2'),(5784,'','Segbedzi Christiana','F','0','1980-04-28',531,'2013-12-17 08:00:00',NULL,'129851','e822b4c6bebc49e2e3d32850c25d001837b7fccf'),(5785,'','Dawuni Ajanta','M','0','1985-01-14',531,'2013-12-17 08:00:00','','130165','0db5a8c7bf5dea9c8833618a4cd4c4e747f1a90d'),(5786,'','Graham Zerne','M','0','2007-12-20',531,'2013-12-17 08:00:00',NULL,'OUTSIDE REQ','5bcf2ae8e2ff594d99ea15104578e6e16a7805c7'),(5787,'','Acheampong Annie Lois','F','0','2008-09-20',531,'2013-12-17 08:00:00',NULL,'80305','ebdd6565c1e493c0f12056f000931bb04b14494c'),(5788,'','Adisah Jide Richard','M','0','1981-05-05',531,'2013-12-17 08:00:00',NULL,'12669','25244e9608f754b40730e77d1b3b1f241b4bc33c'),(5789,'','Tsetsey Rita','F','0',NULL,531,'2013-12-17 08:00:00','1981-12-17','129926','cc0250bad3c86a109f2a9120c1d7ff28389a7558'),(5790,'','Appiah Benedicta','F','0','1987-05-13',531,'2013-12-17 08:00:00',NULL,'84414','606f94ec1bb678a50e740b6e7afbd245987b5673'),(5791,'','Dzikunu Claribel M A','F','0','2010-12-27',531,'2013-12-17 08:00:00',NULL,'104786','95b99c50cd2bcb3e6a3d61694053a5dbb73a4fb8'),(5792,'','Dzikunu Clarine Eyram','F','0','2013-07-28',531,'2013-12-17 08:00:00',NULL,'130163','e86645989ae28088108e92f7979abb1e733a82a8'),(5793,'','Addison Naana Afua Owusu','F','0','2007-03-02',531,'2013-12-17 08:00:00',NULL,'67586','d78553e37274409b3e7262b885dcc7ce986eef83'),(5794,'','Abban Okuampah Eunice','F','0','1985-01-20',531,'2013-12-17 08:00:00',NULL,'103051','7a7143cd237c44d27ac4bb6357482cc972203861'),(5795,'','Adjei Kodi Gyamfuah','F','0',NULL,531,'2013-12-17 08:00:00','2013-03-17','125446','d83ca7a2116ac5c091665c2e3c47a6ae690ca92f'),(5796,'','Edwina Puplampu','F','0',NULL,534,'2013-12-17 08:00:00','2000','21247','b893784fe46161474712e6401fbb7ca201120021'),(5797,'','Fobi Alice','F','0',NULL,534,'2013-12-17 08:00:00','1939-12-17','OUTSIDE ','6d37683ac2b75713cc60983774753654f16f03e8'),(5798,'','Annochie Naomi','F','0','1984-11-01',531,'2013-12-17 08:00:00',NULL,'111826','3b2a377275ed86649e49f812aaeabf32400a3063'),(5799,'','Owusu Adams Akua','F','0','1979-06-20',531,'2013-12-17 08:00:00',NULL,'88771','49d4581336600834d7491ac4dbb80f91f93168d7'),(5800,'','Quayson Daphe Amarkai','F','0','1984-09-14',531,'2013-12-17 08:00:00',NULL,'114956','ab29f8b39dbc13b1654534137e64212284d6d299'),(5801,'','Quayson Tracee Ellen','F','0','2012-08-02',531,'2013-12-17 08:00:00',NULL,'121644','ccf9d104ab90e73b0b913231bbfd758b17067f0f'),(5802,'','Boetey Enyonam Patricia','F','0',NULL,531,'2013-12-17 08:00:00','1979-12-17','128055','98880309ff6d8cbfe0996006db707cd6a140cf5e'),(5803,'','Semordzi Kpogli Eunice Edem','F','0','1981-07-29',531,'2013-12-17 08:00:00',NULL,'109587','c76c96cf70735a7387f2f363f76da21f88aa2903'),(5804,'','Wayoe Grace Tetteh','F','0','1975-03-01',531,'2013-12-17 08:00:00',NULL,'130160','cedaf43b923d1e3d030c498ef406bb5c1dec0a63'),(5805,'','Fynn Maya Aseye','F','0','2010-01-25',531,'2013-12-17 08:00:00',NULL,'117386','d904d97239070c2eb91e5e6268828d3a69ff84f1'),(5806,'','Frimpong Appenteng Lynn','F','0','1982-06-19',531,'2013-12-17 08:00:00',NULL,'SELF REQ','981c9240254a7dcc46c42c439d630bd6ee28e4a8'),(5807,'','Akorh Alex Kofi','M','0',NULL,531,'2013-12-17 08:00:00','1959-12-17','49953','bd9d3f84d232f3c80bff7e3612037f917bfa5adc'),(5808,'','Coleman Chelsea','F','0','2004-08-19',531,'2013-12-17 08:00:00',NULL,'120571','0422fdabd83135b14d357779a849db3dd3559dbb'),(5809,'','Coleman Alana Ashiokai','F','0','2010-09-20',531,'2013-12-17 08:00:00',NULL,'106859','ae51d639cf9121ad10700b5a202f2a35217b2b72'),(5810,'','Asmah Ruby','F','0','1967-12-17',531,'2013-12-17 08:00:00',NULL,'101246','03023c982f908c99ba315ae61be3ae70ff813112'),(5811,'','Olawoyin Patience','F','0','1975-05-06',531,'2013-12-17 08:00:00',NULL,'SELF REQ','c98a19bd27813b1f619a0c98202f87db63bc14c9'),(5812,'','Mohammed Khalaquzzaman','M','0','1978-12-31',531,'2013-12-17 08:00:00',NULL,'EX.111206','7cedf20a012f6c15b2a8cf18ad0ded36e4670663'),(5813,'','Okpoti Davis','M','0','1986-04-25',531,'2013-12-17 08:00:00',NULL,'124152','fdb9ebfb5ee708a063f0cf57c7631326f831b883'),(5814,'','Wallace Rakia','F','0','1983-01-27',530,'2013-12-17 08:00:00',NULL,'78203','858d3cb16ef3815448549e904e2da606cb954a15'),(5815,'','Amoako Margaret','F','0',NULL,530,'2013-12-17 08:00:00','1964-12-17','34154','fb56eeefcd0159ae25e2c0fa6c8610833157e95a'),(5816,'','Dei Oppong Nhyiraba','M','0','2009-11-20',530,'2013-12-17 08:00:00',NULL,'118685','8bf0536422d4386ae1b6ef4be48628d2f61aa990'),(5817,'','Sai Bridget','F','0','1981-03-09',530,'2013-12-17 08:00:00',NULL,'130177','9600e17046bebec88aeb7403f83ffcc9102fdf71'),(5818,'','Pappoe Grace','F','0','1993-03-18',530,'2013-12-17 08:00:00',NULL,'106686','d877c4a5cc9ead403e9e1a7bd3ac1e436850bdca'),(5819,'','Amoabeng Samuel','M','0','1975-08-09',530,'2013-12-17 08:00:00',NULL,'130178','1907415a46e12e37baedbba9151ede14751724d5'),(5820,'','Kaska Kerim','M','0',NULL,530,'2013-12-17 08:00:00','1985-12-17','','265bf0c20c70c4e47f1bb289304a79581220e204'),(5821,'','Chaudhari Shruti','F','0','2009-07-26',530,'2013-12-17 08:00:00',NULL,'130180','b1c4ff94d76612b543b4f47d85c2a02e86fd1ba7'),(5822,'','Tettey Shana Senam','F','0','2012-06-11',530,'2013-12-18 08:00:00',NULL,'115004','85ff36f90d995ff78d3560a96686ec68b50f9349'),(5823,'','Tettey Elora Eyram','F','0','2012-06-11',530,'2013-12-18 08:00:00',NULL,'115003','d842b740dbbe3c770de61fc1ee5bd6c2e73d791f'),(5824,'','Ofori Lemuel P K N','M','0','2013-01-20',530,'2013-12-18 08:00:00',NULL,'123725','e07d1eff53d2cd9c1538d0e0d2a6a8faf59d67ab'),(5825,'','Geraldo Kerem Happuch','F','0','2009-11-12',530,'2013-12-18 08:00:00',NULL,'114951','29d9f56f6f7979f9f77c5e356435a7781e88bfa2'),(5826,'','Aidoo Seth','M','0','1971-03-27',530,'2013-12-18 08:00:00',NULL,'104469','2928a4896218c28634316488188e1ecf9e5aebfd'),(5827,'','Ahene Affoh Kweku','M','0','2008-07-23',530,'2013-12-18 08:00:00',NULL,'78143','bdd86e3e12d6193408da8fd90ee939bc53bba177'),(5828,'','Dogah Victor','M','0','1972-04-05',530,'2013-12-18 08:00:00',NULL,'129980','c378d00891bae4590be5540cbd9b2567518fa473'),(5829,'','Shaibu Hussein','M','0','1957-02-08',530,'2013-12-18 08:00:00',NULL,'49373','a932669c8123ded0e5fa1bfbbdbc513403eb62fa'),(5830,'','Nartey Hannah','F','0','1971-02-07',530,'2013-12-18 08:00:00',NULL,'126807','c5551203402e47633fc451c6d57b1c6e356c27ca'),(5831,'','Agbomade Victoria','F','0',NULL,530,'2013-12-18 08:00:00','1979-12-18','','a929dd0cf7bd7d69bccd242eddf3ed8492740e45'),(5832,'','Agbesi Paul Dzigbodi','M','0',NULL,530,'2013-12-18 08:00:00','1962-12-18','','08aef96145228d0b54a09ca621bcf909ecae0555'),(5833,'','Owusu Akrofi Emmanuel','M','0','1974-02-27',530,'2013-12-18 08:00:00',NULL,'120770','02609b473f01a741b743c6d653e7123150a40a2e'),(5834,'undefined','Stephen Adjei-kyei','M','0',NULL,504,'2014-01-23 00:00:00','1986-01-23','P123456','82db2ca65990cae1e07fd332daa82b199685f4c4'),(5835,'undefined','Test Steve','M','0','2014-02-10',504,'2014-02-10 00:00:00',NULL,'128028','4fe6facf69146087d44a73e8c854556066420f7b'),(5836,'undefined','Another Test Person','M','0','2014-02-10',504,'2014-02-10 00:00:00',NULL,'128028','e457a89fca1c8f98b5b8ca466b9d75aa56916d64'); +/*!40000 ALTER TABLE `patient` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_custom_data` +-- + +DROP TABLE IF EXISTS `patient_custom_data`; +CREATE TABLE `patient_custom_data` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_id` int(11) unsigned NOT NULL default '0', + `patient_id` int(11) unsigned NOT NULL default '0', + `field_value` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_id` (`field_id`), + KEY `patient_id` (`patient_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_custom_data` +-- + +LOCK TABLES `patient_custom_data` WRITE; +/*!40000 ALTER TABLE `patient_custom_data` DISABLE KEYS */; +INSERT INTO `patient_custom_data` VALUES (1,1,1,'0243464112','2013-09-30 13:37:25'),(2,2,1,'kuukuwa@live.com','2013-09-30 13:37:25'),(3,3,1,'12345678','2013-09-30 13:37:25'),(4,1,2,'','2013-10-01 07:43:38'),(5,2,2,'','2013-10-01 07:43:38'),(6,3,2,'76043','2013-10-01 07:43:38'),(7,1,3,'','2013-10-01 07:50:18'),(8,2,3,'','2013-10-01 07:50:18'),(9,3,3,'','2013-10-01 07:50:18'),(10,1,4,'','2013-10-01 08:02:17'),(11,2,4,'','2013-10-01 08:02:17'),(12,3,4,'','2013-10-01 08:02:17'),(13,1,5,'','2013-10-01 08:12:37'),(14,2,5,'','2013-10-01 08:12:37'),(15,3,5,'','2013-10-01 08:12:37'),(16,1,6,'','2013-10-01 08:29:54'),(17,2,6,'','2013-10-01 08:29:54'),(18,3,6,'50427','2013-10-01 08:29:54'),(19,1,7,'','2013-10-01 08:42:35'),(20,2,7,'','2013-10-01 08:42:35'),(21,3,7,'','2013-10-01 08:42:35'),(22,1,8,'','2013-10-01 08:44:41'),(23,2,8,'','2013-10-01 08:44:41'),(24,3,8,'','2013-10-01 08:44:41'),(25,1,9,'','2013-10-01 08:50:00'),(26,2,9,'','2013-10-01 08:50:00'),(27,3,9,'76009','2013-10-01 08:50:00'),(28,1,10,'','2013-10-01 08:54:03'),(29,2,10,'','2013-10-01 08:54:03'),(30,3,10,'','2013-10-01 08:54:03'),(31,1,11,'','2013-10-01 09:00:47'),(32,2,11,'','2013-10-01 09:00:47'),(33,3,11,'','2013-10-01 09:00:47'),(34,1,12,'','2013-10-01 09:42:33'),(35,2,12,'','2013-10-01 09:42:33'),(36,3,12,'50427','2013-10-01 09:42:33'),(37,1,13,'','2013-10-01 10:01:47'),(38,2,13,'','2013-10-01 10:01:47'),(39,3,13,'16874','2013-10-01 10:01:47'),(40,1,14,'','2013-10-01 10:17:54'),(41,2,14,'','2013-10-01 10:17:54'),(42,3,14,'76009','2013-10-01 10:17:54'),(43,1,15,'','2013-10-01 10:37:24'),(44,2,15,'','2013-10-01 10:37:24'),(45,3,15,'','2013-10-01 10:37:24'),(46,1,16,'','2013-10-01 10:57:48'),(47,2,16,'','2013-10-01 10:57:48'),(48,3,16,'585151','2013-10-01 10:57:48'),(49,1,17,'','2013-10-01 11:06:45'),(50,2,17,'','2013-10-01 11:06:45'),(51,3,17,'76027','2013-10-01 11:06:45'),(52,1,18,'','2013-10-01 11:10:56'),(53,2,18,'','2013-10-01 11:10:56'),(54,3,18,'17690','2013-10-01 11:10:56'),(55,1,19,'','2013-10-01 11:46:05'),(56,2,19,'','2013-10-01 11:46:05'),(57,3,19,'16874','2013-10-01 11:46:05'),(58,1,20,'','2013-10-01 11:51:17'),(59,2,20,'','2013-10-01 11:51:17'),(60,3,20,'','2013-10-01 11:51:17'),(61,1,21,'','2013-10-01 11:58:38'),(62,2,21,'','2013-10-01 11:58:38'),(63,3,21,'','2013-10-01 11:58:38'),(64,1,22,'','2013-10-01 12:03:10'),(65,2,22,'','2013-10-01 12:03:10'),(66,3,22,'','2013-10-01 12:03:10'),(67,1,23,'','2013-10-01 12:13:09'),(68,2,23,'','2013-10-01 12:13:09'),(69,3,23,'44789','2013-10-01 12:13:09'),(70,1,24,'','2013-10-01 12:51:55'),(71,2,24,'','2013-10-01 12:51:55'),(72,3,24,'','2013-10-01 12:51:55'),(73,1,25,'','2013-10-01 12:58:04'),(74,2,25,'','2013-10-01 12:58:04'),(75,3,25,'','2013-10-01 12:58:04'),(76,1,26,'','2013-10-01 13:04:14'),(77,2,26,'','2013-10-01 13:04:14'),(78,3,26,'16874','2013-10-01 13:04:14'),(79,1,27,'','2013-10-01 13:12:11'),(80,2,27,'','2013-10-01 13:12:11'),(81,3,27,'','2013-10-01 13:12:11'),(82,1,28,'','2013-10-01 13:23:16'),(83,2,28,'','2013-10-01 13:23:16'),(84,3,28,'76005','2013-10-01 13:23:16'),(85,1,29,'','2013-10-01 13:30:29'),(86,2,29,'','2013-10-01 13:30:30'),(87,3,29,'56427','2013-10-01 13:30:30'),(88,1,30,'','2013-10-01 13:40:07'),(89,2,30,'','2013-10-01 13:40:07'),(90,3,30,'76005','2013-10-01 13:40:07'),(91,1,31,'','2013-10-01 13:56:22'),(92,2,31,'','2013-10-01 13:56:22'),(93,3,31,'','2013-10-01 13:56:22'),(94,1,32,'','2013-10-01 14:14:00'),(95,2,32,'','2013-10-01 14:14:00'),(96,3,32,'50427','2013-10-01 14:14:00'),(97,1,33,'','2013-10-01 14:24:12'),(98,2,33,'','2013-10-01 14:24:12'),(99,3,33,'','2013-10-01 14:24:12'),(100,1,34,'','2013-10-01 14:39:35'),(101,2,34,'','2013-10-01 14:39:35'),(102,3,34,'76001','2013-10-01 14:39:35'),(103,1,35,'','2013-10-01 14:49:19'),(104,2,35,'','2013-10-01 14:49:19'),(105,3,35,'76057','2013-10-01 14:49:19'),(106,1,36,'','2013-10-01 18:20:41'),(107,2,36,'','2013-10-01 18:20:41'),(108,3,36,'1525','2013-10-01 18:20:41'),(109,1,37,'','2013-10-02 07:47:54'),(110,2,37,'','2013-10-02 07:47:54'),(111,3,37,'1149','2013-10-02 07:47:54'),(112,1,38,'','2013-10-02 08:01:01'),(113,2,38,'','2013-10-02 08:01:01'),(114,3,38,'76027','2013-10-02 08:01:01'),(115,1,39,'','2013-10-02 08:22:54'),(116,2,39,'','2013-10-02 08:22:54'),(117,3,39,'','2013-10-02 08:22:54'),(118,1,40,'','2013-10-02 09:09:19'),(119,2,40,'','2013-10-02 09:09:19'),(120,3,40,'','2013-10-02 09:09:19'),(121,1,41,'','2013-10-02 09:14:34'),(122,2,41,'','2013-10-02 09:14:34'),(123,3,41,'50427','2013-10-02 09:14:34'),(124,1,42,'','2013-10-02 09:21:44'),(125,2,42,'','2013-10-02 09:21:44'),(126,3,42,'16874','2013-10-02 09:21:44'),(127,1,43,'','2013-10-02 09:24:09'),(128,2,43,'','2013-10-02 09:24:09'),(129,3,43,'76009','2013-10-02 09:24:09'),(130,1,44,'','2013-10-02 09:30:36'),(131,2,44,'','2013-10-02 09:30:36'),(132,3,44,'','2013-10-02 09:30:36'),(133,1,45,'','2013-10-02 09:36:38'),(134,2,45,'','2013-10-02 09:36:38'),(135,3,45,'76009','2013-10-02 09:36:38'),(136,1,46,'','2013-10-02 09:40:31'),(137,2,46,'','2013-10-02 09:40:31'),(138,3,46,'','2013-10-02 09:40:31'),(139,1,47,'','2013-10-02 09:44:50'),(140,2,47,'','2013-10-02 09:44:50'),(141,3,47,'76009','2013-10-02 09:44:50'),(142,1,48,'','2013-10-02 09:49:49'),(143,2,48,'','2013-10-02 09:49:49'),(144,3,48,'50427','2013-10-02 09:49:49'),(145,1,49,'','2013-10-02 09:54:08'),(146,2,49,'','2013-10-02 09:54:08'),(147,3,49,'50427','2013-10-02 09:54:08'),(148,1,50,'','2013-10-02 10:00:13'),(149,2,50,'','2013-10-02 10:00:13'),(150,3,50,'75002','2013-10-02 10:00:13'),(151,1,51,'','2013-10-02 10:47:16'),(152,2,51,'','2013-10-02 10:47:16'),(153,3,51,'1525','2013-10-02 10:47:16'),(154,1,52,'','2013-10-02 10:51:47'),(155,2,52,'','2013-10-02 10:51:47'),(156,3,52,'','2013-10-02 10:51:47'),(157,1,53,'','2013-10-02 10:54:46'),(158,2,53,'','2013-10-02 10:54:46'),(159,3,53,'','2013-10-02 10:54:46'),(160,1,54,'','2013-10-02 10:58:19'),(161,2,54,'','2013-10-02 10:58:19'),(162,3,54,'50427','2013-10-02 10:58:19'),(163,1,55,'','2013-10-02 11:01:00'),(164,2,55,'','2013-10-02 11:01:00'),(165,3,55,'','2013-10-02 11:01:00'),(166,1,56,'','2013-10-02 11:11:22'),(167,2,56,'','2013-10-02 11:11:22'),(168,3,56,'50427','2013-10-02 11:11:22'),(169,1,57,'','2013-10-02 11:19:07'),(170,2,57,'','2013-10-02 11:19:07'),(171,3,57,'','2013-10-02 11:19:07'),(172,1,58,'','2013-10-02 11:23:23'),(173,2,58,'','2013-10-02 11:23:23'),(174,3,58,'','2013-10-02 11:23:23'),(175,1,59,'','2013-10-02 11:28:18'),(176,2,59,'','2013-10-02 11:28:18'),(177,3,59,'50427','2013-10-02 11:28:18'),(178,1,60,'','2013-10-02 11:34:06'),(179,2,60,'','2013-10-02 11:34:06'),(180,3,60,'','2013-10-02 11:34:06'),(181,1,61,'','2013-10-02 11:38:45'),(182,2,61,'','2013-10-02 11:38:45'),(183,3,61,'','2013-10-02 11:38:45'),(184,1,62,'','2013-10-02 11:41:22'),(185,2,62,'','2013-10-02 11:41:22'),(186,3,62,'40514','2013-10-02 11:41:22'),(187,1,63,'','2013-10-02 11:44:04'),(188,2,63,'','2013-10-02 11:44:04'),(189,3,63,'2222','2013-10-02 11:44:04'),(190,1,64,'','2013-10-02 11:50:30'),(191,2,64,'','2013-10-02 11:50:30'),(192,3,64,'78','2013-10-02 11:50:30'),(193,1,65,'','2013-10-02 12:04:05'),(194,2,65,'','2013-10-02 12:04:05'),(195,3,65,'','2013-10-02 12:04:05'),(196,1,66,'','2013-10-02 12:11:35'),(197,2,66,'','2013-10-02 12:11:35'),(198,3,66,'76068','2013-10-02 12:11:35'),(199,1,67,'','2013-10-02 12:14:07'),(200,2,67,'','2013-10-02 12:14:07'),(201,3,67,'50427','2013-10-02 12:14:07'),(202,1,68,'','2013-10-02 12:21:56'),(203,2,68,'','2013-10-02 12:21:56'),(204,3,68,'76009','2013-10-02 12:21:56'),(205,1,69,'','2013-10-02 12:35:04'),(206,2,69,'','2013-10-02 12:35:04'),(207,3,69,'','2013-10-02 12:35:04'),(208,1,70,'','2013-10-02 12:43:36'),(209,2,70,'','2013-10-02 12:43:36'),(210,3,70,'76001','2013-10-02 12:43:36'),(211,1,71,'','2013-10-02 12:46:43'),(212,2,71,'','2013-10-02 12:46:43'),(213,3,71,'76001','2013-10-02 12:46:43'),(214,1,71,'','2013-10-02 12:46:58'),(215,2,71,'','2013-10-02 12:46:58'),(216,3,71,'','2013-10-02 12:46:58'),(217,1,73,'','2013-10-02 12:50:53'),(218,2,73,'','2013-10-02 12:50:53'),(219,3,73,'','2013-10-02 12:50:53'),(220,1,74,'','2013-10-02 12:54:03'),(221,2,74,'','2013-10-02 12:54:03'),(222,3,74,'','2013-10-02 12:54:03'),(223,1,73,'','2013-10-02 12:58:03'),(224,2,73,'','2013-10-02 12:58:03'),(225,3,73,'','2013-10-02 12:58:03'),(226,1,76,'','2013-10-02 13:06:17'),(227,2,76,'','2013-10-02 13:06:17'),(228,3,76,'','2013-10-02 13:06:17'),(229,1,77,'','2013-10-02 13:07:33'),(230,2,77,'','2013-10-02 13:07:33'),(231,3,77,'','2013-10-02 13:07:33'),(232,1,78,'','2013-10-02 13:09:45'),(233,2,78,'','2013-10-02 13:09:45'),(234,3,78,'','2013-10-02 13:09:46'),(235,1,79,'','2013-10-02 13:11:27'),(236,2,79,'','2013-10-02 13:11:27'),(237,3,79,'','2013-10-02 13:11:27'),(238,1,80,'','2013-10-02 13:15:02'),(239,2,80,'','2013-10-02 13:15:02'),(240,3,80,'','2013-10-02 13:15:02'),(241,1,81,'','2013-10-02 13:18:40'),(242,2,81,'','2013-10-02 13:18:40'),(243,3,81,'50427','2013-10-02 13:18:40'),(244,1,82,'','2013-10-02 13:22:20'),(245,2,82,'','2013-10-02 13:22:20'),(246,3,82,'','2013-10-02 13:22:20'),(247,1,82,'','2013-10-02 13:25:30'),(248,2,82,'','2013-10-02 13:25:30'),(249,3,82,'','2013-10-02 13:25:30'),(250,1,84,'','2013-10-02 13:28:00'),(251,2,84,'','2013-10-02 13:28:00'),(252,3,84,'','2013-10-02 13:28:00'),(253,1,85,'','2013-10-02 13:37:54'),(254,2,85,'','2013-10-02 13:37:54'),(255,3,85,'76001','2013-10-02 13:37:54'),(256,1,86,'','2013-10-02 14:10:22'),(257,2,86,'','2013-10-02 14:10:22'),(258,3,86,'','2013-10-02 14:10:22'),(259,1,87,'','2013-10-02 14:17:39'),(260,2,87,'','2013-10-02 14:17:39'),(261,3,87,'16874','2013-10-02 14:17:39'),(262,1,88,'','2013-10-02 14:22:16'),(263,2,88,'','2013-10-02 14:22:16'),(264,3,88,'1115','2013-10-02 14:22:16'),(265,1,89,'','2013-10-02 14:29:42'),(266,2,89,'','2013-10-02 14:29:42'),(267,3,89,'','2013-10-02 14:29:42'),(268,1,90,'','2013-10-02 14:42:20'),(269,2,90,'','2013-10-02 14:42:20'),(270,3,90,'50427','2013-10-02 14:42:20'),(271,1,91,'','2013-10-02 14:50:12'),(272,2,91,'','2013-10-02 14:50:12'),(273,3,91,'1048','2013-10-02 14:50:12'),(274,1,92,'','2013-10-02 14:51:09'),(275,2,92,'','2013-10-02 14:51:09'),(276,3,92,'76071','2013-10-02 14:51:09'),(277,1,93,'','2013-10-02 14:52:59'),(278,2,93,'','2013-10-02 14:52:59'),(279,3,93,'','2013-10-02 14:52:59'),(280,1,93,'','2013-10-02 14:53:21'),(281,2,93,'','2013-10-02 14:53:21'),(282,3,93,'76009','2013-10-02 14:53:21'),(283,1,95,'','2013-10-02 14:54:51'),(284,2,95,'','2013-10-02 14:54:51'),(285,3,95,'44789','2013-10-02 14:54:51'),(286,1,96,'','2013-10-02 14:56:41'),(287,2,96,'','2013-10-02 14:56:41'),(288,3,96,'','2013-10-02 14:56:41'),(289,1,97,'','2013-10-02 14:58:20'),(290,2,97,'','2013-10-02 14:58:20'),(291,3,97,'76009','2013-10-02 14:58:20'),(292,1,98,'','2013-10-02 15:02:38'),(293,2,98,'','2013-10-02 15:02:38'),(294,3,98,'75011','2013-10-02 15:02:38'),(295,1,99,'','2013-10-02 15:05:45'),(296,2,99,'','2013-10-02 15:05:45'),(297,3,99,'','2013-10-02 15:05:45'),(298,1,100,'','2013-10-02 15:08:44'),(299,2,100,'','2013-10-02 15:08:44'),(300,3,100,'','2013-10-02 15:08:44'),(301,1,101,'','2013-10-02 15:13:15'),(302,2,101,'','2013-10-02 15:13:15'),(303,3,101,'','2013-10-02 15:13:15'),(304,1,102,'','2013-10-02 15:18:57'),(305,2,102,'','2013-10-02 15:18:57'),(306,3,102,'','2013-10-02 15:18:57'),(307,1,103,'','2013-10-02 15:21:02'),(308,2,103,'','2013-10-02 15:21:02'),(309,3,103,'76009','2013-10-02 15:21:02'),(310,1,104,'','2013-10-02 15:31:13'),(311,2,104,'','2013-10-02 15:31:13'),(312,3,104,'22514','2013-10-02 15:31:13'),(313,1,105,'','2013-10-02 15:37:46'),(314,2,105,'','2013-10-02 15:37:46'),(315,3,105,'75071','2013-10-02 15:37:46'),(316,1,106,'','2013-10-02 16:00:59'),(317,2,106,'','2013-10-02 16:00:59'),(318,3,106,'50427','2013-10-02 16:00:59'),(319,1,107,'','2013-10-02 16:30:30'),(320,2,107,'','2013-10-02 16:30:30'),(321,3,107,'','2013-10-02 16:30:30'),(322,1,108,'','2013-10-02 16:57:10'),(323,2,108,'','2013-10-02 16:57:10'),(324,3,108,'55555','2013-10-02 16:57:10'),(325,1,109,'','2013-10-02 17:02:35'),(326,2,109,'','2013-10-02 17:02:35'),(327,3,109,'','2013-10-02 17:02:35'),(328,1,110,'','2013-10-02 17:06:29'),(329,2,110,'','2013-10-02 17:06:29'),(330,3,110,'76005','2013-10-02 17:06:29'),(331,1,111,'','2013-10-02 17:08:59'),(332,2,111,'','2013-10-02 17:08:59'),(333,3,111,'76043','2013-10-02 17:08:59'),(334,1,112,'','2013-10-02 17:47:33'),(335,2,112,'','2013-10-02 17:47:33'),(336,3,112,'1525','2013-10-02 17:47:33'),(337,1,113,'','2013-10-02 17:51:06'),(338,2,113,'','2013-10-02 17:51:06'),(339,3,113,'50427','2013-10-02 17:51:06'),(340,1,114,'','2013-10-02 17:58:16'),(341,2,114,'','2013-10-02 17:58:16'),(342,3,114,'','2013-10-02 17:58:16'),(343,1,115,'','2013-10-02 18:08:11'),(344,2,115,'','2013-10-02 18:08:11'),(345,3,115,'','2013-10-02 18:08:11'),(346,1,116,'','2013-10-02 18:32:11'),(347,2,116,'','2013-10-02 18:32:11'),(348,3,116,'15866','2013-10-02 18:32:11'),(349,1,117,'','2013-10-02 18:38:25'),(350,2,117,'','2013-10-02 18:38:25'),(351,3,117,'','2013-10-02 18:38:25'),(352,1,118,'','2013-10-02 18:45:35'),(353,2,118,'','2013-10-02 18:45:35'),(354,3,118,'50427','2013-10-02 18:45:35'),(355,1,119,'','2013-10-02 19:01:59'),(356,2,119,'','2013-10-02 19:01:59'),(357,3,119,'16874','2013-10-02 19:01:59'),(358,1,120,'','2013-10-02 21:22:55'),(359,2,120,'','2013-10-02 21:22:55'),(360,3,120,'76027','2013-10-02 21:22:55'),(361,1,121,'','2013-10-02 21:36:18'),(362,2,121,'','2013-10-02 21:36:18'),(363,3,121,'16874','2013-10-02 21:36:18'),(364,1,122,'','2013-10-02 21:50:43'),(365,2,122,'','2013-10-02 21:50:43'),(366,3,122,'16874','2013-10-02 21:50:43'),(367,1,123,'','2013-10-02 21:59:47'),(368,2,123,'','2013-10-02 21:59:47'),(369,3,123,'','2013-10-02 21:59:47'),(370,1,124,'','2013-10-02 22:09:22'),(371,2,124,'','2013-10-02 22:09:22'),(372,3,124,'16874','2013-10-02 22:09:22'),(373,1,125,'','2013-10-02 22:17:23'),(374,2,125,'','2013-10-02 22:17:23'),(375,3,125,'','2013-10-02 22:17:23'),(376,1,126,'','2013-10-02 22:21:01'),(377,2,126,'','2013-10-02 22:21:01'),(378,3,126,'16874','2013-10-02 22:21:01'),(379,1,127,'','2013-10-02 22:26:35'),(380,2,127,'','2013-10-02 22:26:35'),(381,3,127,'50427','2013-10-02 22:26:35'),(382,1,128,'','2013-10-02 22:31:47'),(383,2,128,'','2013-10-02 22:31:47'),(384,3,128,'','2013-10-02 22:31:48'),(385,1,129,'','2013-10-02 22:57:30'),(386,2,129,'','2013-10-02 22:57:30'),(387,3,129,'76027','2013-10-02 22:57:30'),(388,1,130,'','2013-10-02 23:01:13'),(389,2,130,'','2013-10-02 23:01:13'),(390,3,130,'50427','2013-10-02 23:01:13'),(391,1,131,'','2013-10-02 23:07:50'),(392,2,131,'','2013-10-02 23:07:50'),(393,3,131,'50427','2013-10-02 23:07:50'),(394,1,132,'','2013-10-03 01:29:13'),(395,2,132,'','2013-10-03 01:29:13'),(396,3,132,'','2013-10-03 01:29:14'),(397,1,133,'','2013-10-03 01:34:00'),(398,2,133,'','2013-10-03 01:34:00'),(399,3,133,'','2013-10-03 01:34:00'),(400,1,134,'','2013-10-03 05:54:30'),(401,2,134,'','2013-10-03 05:54:30'),(402,3,134,'1525','2013-10-03 05:54:30'),(403,1,135,'','2013-10-03 06:27:32'),(404,2,135,'','2013-10-03 06:27:32'),(405,3,135,'22514','2013-10-03 06:27:32'),(406,1,136,'','2013-10-03 06:54:50'),(407,2,136,'','2013-10-03 06:54:50'),(408,3,136,'31734','2013-10-03 06:54:50'),(409,1,137,'','2013-10-03 07:26:48'),(410,2,137,'','2013-10-03 07:26:48'),(411,3,137,'50427','2013-10-03 07:26:48'),(412,1,138,'','2013-10-03 07:32:14'),(413,2,138,'','2013-10-03 07:32:14'),(414,3,138,'3000','2013-10-03 07:32:15'),(415,1,139,'','2013-10-03 07:35:12'),(416,2,139,'','2013-10-03 07:35:12'),(417,3,139,'50427','2013-10-03 07:35:12'),(418,1,140,'','2013-10-03 08:04:33'),(419,2,140,'','2013-10-03 08:04:33'),(420,3,140,'80427','2013-10-03 08:04:33'),(421,1,141,'','2013-10-03 08:29:21'),(422,2,141,'','2013-10-03 08:29:21'),(423,3,141,'1689','2013-10-03 08:29:21'),(424,1,142,'','2013-10-03 08:45:18'),(425,2,142,'','2013-10-03 08:45:18'),(426,3,142,'','2013-10-03 08:45:18'),(427,1,143,'','2013-10-03 08:57:37'),(428,2,143,'','2013-10-03 08:57:37'),(429,3,143,'','2013-10-03 08:57:37'),(430,1,144,'','2013-10-03 09:16:33'),(431,2,144,'','2013-10-03 09:16:33'),(432,3,144,'2488','2013-10-03 09:16:33'),(433,1,145,'','2013-10-03 09:31:16'),(434,2,145,'','2013-10-03 09:31:16'),(435,3,145,'80427','2013-10-03 09:31:16'),(436,1,146,'','2013-10-03 10:30:15'),(437,2,146,'','2013-10-03 10:30:15'),(438,3,146,'76005','2013-10-03 10:30:15'),(439,1,147,'','2013-10-03 10:38:16'),(440,2,147,'','2013-10-03 10:38:16'),(441,3,147,'50427','2013-10-03 10:38:16'),(442,1,148,'','2013-10-03 10:49:47'),(443,2,148,'','2013-10-03 10:49:47'),(444,3,148,'14347','2013-10-03 10:49:47'),(445,1,149,'','2013-10-03 11:13:20'),(446,2,149,'','2013-10-03 11:13:20'),(447,3,149,'5585','2013-10-03 11:13:20'),(448,1,150,'','2013-10-03 11:34:08'),(449,2,150,'','2013-10-03 11:34:08'),(450,3,150,'','2013-10-03 11:34:08'),(451,1,151,'','2013-10-03 12:04:41'),(452,2,151,'','2013-10-03 12:04:41'),(453,3,151,'76005','2013-10-03 12:04:41'),(454,1,152,'','2013-10-03 13:34:46'),(455,2,152,'','2013-10-03 13:34:46'),(456,3,152,'','2013-10-03 13:34:46'),(457,1,153,'','2013-10-03 16:21:18'),(458,2,153,'','2013-10-03 16:21:18'),(459,3,153,'1105','2013-10-03 16:21:18'),(460,1,154,'','2013-10-03 16:24:27'),(461,2,154,'','2013-10-03 16:24:27'),(462,3,154,'1105','2013-10-03 16:24:27'),(463,1,155,'','2013-10-03 20:08:08'),(464,2,155,'','2013-10-03 20:08:08'),(465,3,155,'16874','2013-10-03 20:08:08'),(466,1,156,'','2013-10-03 20:24:56'),(467,2,156,'','2013-10-03 20:24:56'),(468,3,156,'76027','2013-10-03 20:24:56'),(469,1,157,'','2013-10-03 20:29:01'),(470,2,157,'','2013-10-03 20:29:01'),(471,3,157,'50427','2013-10-03 20:29:01'),(472,1,158,'','2013-10-03 20:32:03'),(473,2,158,'','2013-10-03 20:32:03'),(474,3,158,'76009','2013-10-03 20:32:03'),(475,1,159,'','2013-10-03 20:48:18'),(476,2,159,'','2013-10-03 20:48:18'),(477,3,159,'','2013-10-03 20:48:18'),(478,1,160,'','2013-10-03 20:52:25'),(479,2,160,'','2013-10-03 20:52:25'),(480,3,160,'50427','2013-10-03 20:52:25'),(481,1,161,'','2013-10-03 20:56:50'),(482,2,161,'','2013-10-03 20:56:50'),(483,3,161,'','2013-10-03 20:56:50'),(484,1,162,'','2013-10-03 20:59:42'),(485,2,162,'','2013-10-03 20:59:42'),(486,3,162,'16874','2013-10-03 20:59:42'),(487,1,163,'','2013-10-03 21:06:16'),(488,2,163,'','2013-10-03 21:06:16'),(489,3,163,'','2013-10-03 21:06:16'),(490,1,164,'','2013-10-03 22:12:01'),(491,2,164,'','2013-10-03 22:12:01'),(492,3,164,'76052','2013-10-03 22:12:01'),(493,1,165,'','2013-10-03 22:15:01'),(494,2,165,'','2013-10-03 22:15:01'),(495,3,165,'','2013-10-03 22:15:01'),(496,1,166,'','2013-10-03 22:18:33'),(497,2,166,'','2013-10-03 22:18:33'),(498,3,166,'','2013-10-03 22:18:33'),(499,1,167,'','2013-10-03 22:24:53'),(500,2,167,'','2013-10-03 22:24:53'),(501,3,167,'76001','2013-10-03 22:24:53'),(502,1,168,'','2013-10-03 22:40:40'),(503,2,168,'','2013-10-03 22:40:40'),(504,3,168,'','2013-10-03 22:40:41'),(505,1,169,'','2013-10-03 23:20:19'),(506,2,169,'','2013-10-03 23:20:19'),(507,3,169,'22514','2013-10-03 23:20:19'),(508,1,170,'','2013-10-04 05:34:55'),(509,2,170,'','2013-10-04 05:34:55'),(510,3,170,'','2013-10-04 05:34:55'),(511,1,171,'','2013-10-04 05:42:26'),(512,2,171,'','2013-10-04 05:42:26'),(513,3,171,'76067','2013-10-04 05:42:26'),(514,1,172,'','2013-10-04 05:48:01'),(515,2,172,'','2013-10-04 05:48:01'),(516,3,172,'75508','2013-10-04 05:48:01'),(517,1,173,'','2013-10-04 05:52:08'),(518,2,173,'','2013-10-04 05:52:08'),(519,3,173,'16874','2013-10-04 05:52:08'),(520,1,174,'','2013-10-04 05:56:46'),(521,2,174,'','2013-10-04 05:56:46'),(522,3,174,'','2013-10-04 05:56:46'),(523,1,175,'','2013-10-04 06:01:42'),(524,2,175,'','2013-10-04 06:01:42'),(525,3,175,'50427','2013-10-04 06:01:42'),(526,1,176,'','2013-10-04 06:06:19'),(527,2,176,'','2013-10-04 06:06:19'),(528,3,176,'66.00','2013-10-04 06:06:19'),(529,1,177,'','2013-10-04 06:14:25'),(530,2,177,'','2013-10-04 06:14:25'),(531,3,177,'76027','2013-10-04 06:14:25'),(532,1,178,'','2013-10-04 06:28:17'),(533,2,178,'','2013-10-04 06:28:17'),(534,3,178,'','2013-10-04 06:28:17'),(535,1,179,'','2013-10-04 06:33:26'),(536,2,179,'','2013-10-04 06:33:26'),(537,3,179,'','2013-10-04 06:33:26'),(538,1,180,'','2013-10-04 06:37:40'),(539,2,180,'','2013-10-04 06:37:40'),(540,3,180,'','2013-10-04 06:37:40'),(541,1,181,'','2013-10-04 08:07:10'),(542,2,181,'','2013-10-04 08:07:10'),(543,3,181,'2488','2013-10-04 08:07:10'),(544,1,182,'','2013-10-04 08:11:19'),(545,2,182,'','2013-10-04 08:11:19'),(546,3,182,'50427','2013-10-04 08:11:19'),(547,1,183,'','2013-10-04 08:15:07'),(548,2,183,'','2013-10-04 08:15:07'),(549,3,183,'2488','2013-10-04 08:15:07'),(550,1,184,'','2013-10-04 08:18:33'),(551,2,184,'','2013-10-04 08:18:33'),(552,3,184,'1152','2013-10-04 08:18:33'),(553,1,185,'','2013-10-04 08:55:43'),(554,2,185,'','2013-10-04 08:55:43'),(555,3,185,'','2013-10-04 08:55:43'),(556,1,186,'','2013-10-04 09:01:44'),(557,2,186,'','2013-10-04 09:01:44'),(558,3,186,'','2013-10-04 09:01:44'),(559,1,187,'','2013-10-04 09:11:07'),(560,2,187,'','2013-10-04 09:11:07'),(561,3,187,'','2013-10-04 09:11:07'),(562,1,188,'','2013-10-04 09:51:06'),(563,2,188,'','2013-10-04 09:51:06'),(564,3,188,'16874','2013-10-04 09:51:06'),(565,1,189,'','2013-10-04 10:43:36'),(566,2,189,'','2013-10-04 10:43:36'),(567,3,189,'76005','2013-10-04 10:43:36'),(568,1,190,'','2013-10-04 10:46:18'),(569,2,190,'','2013-10-04 10:46:18'),(570,3,190,'50427','2013-10-04 10:46:18'),(571,1,191,'','2013-10-04 10:49:48'),(572,2,191,'','2013-10-04 10:49:48'),(573,3,191,'','2013-10-04 10:49:48'),(574,1,192,'','2013-10-04 11:01:42'),(575,2,192,'','2013-10-04 11:01:42'),(576,3,192,'44789','2013-10-04 11:01:42'),(577,1,193,'','2013-10-04 11:08:58'),(578,2,193,'','2013-10-04 11:08:58'),(579,3,193,'1105','2013-10-04 11:08:58'),(580,1,194,'','2013-10-04 11:19:26'),(581,2,194,'','2013-10-04 11:19:26'),(582,3,194,'76027','2013-10-04 11:19:26'),(583,1,195,'','2013-10-04 11:23:14'),(584,2,195,'','2013-10-04 11:23:14'),(585,3,195,'','2013-10-04 11:23:14'),(586,1,196,'','2013-10-04 11:35:15'),(587,2,196,'','2013-10-04 11:35:15'),(588,3,196,'50427','2013-10-04 11:35:15'),(589,1,197,'','2013-10-04 11:37:27'),(590,2,197,'','2013-10-04 11:37:27'),(591,3,197,'','2013-10-04 11:37:27'),(592,1,198,'','2013-10-04 11:42:48'),(593,2,198,'','2013-10-04 11:42:48'),(594,3,198,'76057','2013-10-04 11:42:48'),(595,1,199,'','2013-10-04 11:44:18'),(596,2,199,'','2013-10-04 11:44:18'),(597,3,199,'1152','2013-10-04 11:44:18'),(598,1,200,'','2013-10-04 11:45:59'),(599,2,200,'','2013-10-04 11:45:59'),(600,3,200,'44789','2013-10-04 11:45:59'),(601,1,201,'','2013-10-04 11:47:27'),(602,2,201,'','2013-10-04 11:47:27'),(603,3,201,'50427','2013-10-04 11:47:27'),(604,1,202,'','2013-10-04 11:49:16'),(605,2,202,'','2013-10-04 11:49:16'),(606,3,202,'','2013-10-04 11:49:16'),(607,1,203,'','2013-10-04 11:51:19'),(608,2,203,'','2013-10-04 11:51:19'),(609,3,203,'','2013-10-04 11:51:19'),(610,1,204,'','2013-10-04 11:56:49'),(611,2,204,'','2013-10-04 11:56:49'),(612,3,204,'','2013-10-04 11:56:49'),(613,1,205,'','2013-10-04 12:20:02'),(614,2,205,'','2013-10-04 12:20:02'),(615,3,205,'76001','2013-10-04 12:20:02'),(616,1,206,'','2013-10-05 19:13:24'),(617,2,206,'','2013-10-05 19:13:24'),(618,3,206,'','2013-10-05 19:13:24'),(619,1,207,'','2013-10-05 19:20:59'),(620,2,207,'','2013-10-05 19:20:59'),(621,3,207,'','2013-10-05 19:20:59'),(622,1,208,'','2013-10-05 20:46:54'),(623,2,208,'','2013-10-05 20:46:54'),(624,3,208,'44789','2013-10-05 20:46:54'),(625,1,209,'','2013-10-05 20:49:58'),(626,2,209,'','2013-10-05 20:49:58'),(627,3,209,'43298','2013-10-05 20:49:58'),(628,1,210,'','2013-10-05 20:53:44'),(629,2,210,'','2013-10-05 20:53:44'),(630,3,210,'','2013-10-05 20:53:44'),(631,1,211,'','2013-10-05 20:58:12'),(632,2,211,'','2013-10-05 20:58:12'),(633,3,211,'50427','2013-10-05 20:58:12'),(634,1,212,'','2013-10-05 21:01:54'),(635,2,212,'','2013-10-05 21:01:54'),(636,3,212,'','2013-10-05 21:01:54'),(637,1,213,'','2013-10-05 21:05:22'),(638,2,213,'','2013-10-05 21:05:22'),(639,3,213,'44789','2013-10-05 21:05:22'),(640,1,214,'','2013-10-05 21:16:33'),(641,2,214,'','2013-10-05 21:16:33'),(642,3,214,'76009','2013-10-05 21:16:33'),(643,1,215,'','2013-10-05 21:18:52'),(644,2,215,'','2013-10-05 21:18:52'),(645,3,215,'44789','2013-10-05 21:18:52'),(646,1,216,'','2013-10-05 21:21:59'),(647,2,216,'','2013-10-05 21:21:59'),(648,3,216,'','2013-10-05 21:21:59'),(649,1,217,'','2013-10-05 21:24:50'),(650,2,217,'','2013-10-05 21:24:50'),(651,3,217,'44789','2013-10-05 21:24:50'),(652,1,218,'','2013-10-05 21:46:23'),(653,2,218,'','2013-10-05 21:46:23'),(654,3,218,'44789','2013-10-05 21:46:23'),(655,1,219,'','2013-10-05 22:27:58'),(656,2,219,'','2013-10-05 22:27:58'),(657,3,219,'50427','2013-10-05 22:27:58'),(658,1,220,'','2013-10-05 22:30:09'),(659,2,220,'','2013-10-05 22:30:09'),(660,3,220,'50427','2013-10-05 22:30:09'),(661,1,221,'','2013-10-05 22:32:00'),(662,2,221,'','2013-10-05 22:32:00'),(663,3,221,'','2013-10-05 22:32:00'),(664,1,222,'','2013-10-05 23:04:51'),(665,2,222,'','2013-10-05 23:04:51'),(666,3,222,'','2013-10-05 23:04:51'),(667,1,223,'','2013-10-05 23:14:08'),(668,2,223,'','2013-10-05 23:14:08'),(669,3,223,'76052','2013-10-05 23:14:08'),(670,1,224,'','2013-10-05 23:20:30'),(671,2,224,'','2013-10-05 23:20:30'),(672,3,224,'','2013-10-05 23:20:30'),(673,1,225,'','2013-10-05 23:22:38'),(674,2,225,'','2013-10-05 23:22:38'),(675,3,225,'','2013-10-05 23:22:38'),(676,1,226,'','2013-10-05 23:33:53'),(677,2,226,'','2013-10-05 23:33:53'),(678,3,226,'76044','2013-10-05 23:33:53'),(679,1,227,'','2013-10-05 23:49:46'),(680,2,227,'','2013-10-05 23:49:46'),(681,3,227,'','2013-10-05 23:49:46'),(682,1,228,'','2013-10-06 00:01:37'),(683,2,228,'','2013-10-06 00:01:37'),(684,3,228,'','2013-10-06 00:01:37'),(685,1,229,'','2013-10-06 00:04:30'),(686,2,229,'','2013-10-06 00:04:30'),(687,3,229,'','2013-10-06 00:04:30'),(688,1,230,'','2013-10-06 00:07:31'),(689,2,230,'','2013-10-06 00:07:31'),(690,3,230,'','2013-10-06 00:07:31'),(691,1,231,'','2013-10-06 00:12:21'),(692,2,231,'','2013-10-06 00:12:21'),(693,3,231,'50427','2013-10-06 00:12:21'),(694,1,232,'','2013-10-06 00:45:23'),(695,2,232,'','2013-10-06 00:45:23'),(696,3,232,'16874','2013-10-06 00:45:23'),(697,1,233,'','2013-10-06 00:47:39'),(698,2,233,'','2013-10-06 00:47:39'),(699,3,233,'50427','2013-10-06 00:47:39'),(700,1,234,'','2013-10-06 00:50:42'),(701,2,234,'','2013-10-06 00:50:42'),(702,3,234,'44789','2013-10-06 00:50:42'),(703,1,235,'','2013-10-06 02:41:35'),(704,2,235,'','2013-10-06 02:41:35'),(705,3,235,'','2013-10-06 02:41:35'),(706,1,236,'','2013-10-06 02:47:47'),(707,2,236,'','2013-10-06 02:47:47'),(708,3,236,'50427','2013-10-06 02:47:47'),(709,1,237,'','2013-10-06 02:53:09'),(710,2,237,'','2013-10-06 02:53:09'),(711,3,237,'76070','2013-10-06 02:53:09'),(712,1,238,'','2013-10-06 02:56:08'),(713,2,238,'','2013-10-06 02:56:08'),(714,3,238,'76005','2013-10-06 02:56:08'),(715,1,239,'','2013-10-06 02:58:52'),(716,2,239,'','2013-10-06 02:58:52'),(717,3,239,'','2013-10-06 02:58:52'),(718,1,240,'','2013-10-06 03:01:19'),(719,2,240,'','2013-10-06 03:01:19'),(720,3,240,'','2013-10-06 03:01:19'),(721,1,241,'','2013-10-06 03:05:13'),(722,2,241,'','2013-10-06 03:05:13'),(723,3,241,'','2013-10-06 03:05:13'),(724,1,242,'','2013-10-06 03:09:10'),(725,2,242,'','2013-10-06 03:09:10'),(726,3,242,'15866','2013-10-06 03:09:10'),(727,1,243,'','2013-10-06 03:13:31'),(728,2,243,'','2013-10-06 03:13:31'),(729,3,243,'','2013-10-06 03:13:31'),(730,1,244,'','2013-10-06 04:37:47'),(731,2,244,'','2013-10-06 04:37:47'),(732,3,244,'50427','2013-10-06 04:37:47'),(733,1,245,'','2013-10-06 04:41:45'),(734,2,245,'','2013-10-06 04:41:45'),(735,3,245,'','2013-10-06 04:41:45'),(736,1,246,'','2013-10-06 04:44:36'),(737,2,246,'','2013-10-06 04:44:36'),(738,3,246,'2488','2013-10-06 04:44:36'),(739,1,247,'','2013-10-06 04:48:58'),(740,2,247,'','2013-10-06 04:48:58'),(741,3,247,'44789','2013-10-06 04:48:58'),(742,1,248,'','2013-10-06 04:52:34'),(743,2,248,'','2013-10-06 04:52:34'),(744,3,248,'','2013-10-06 04:52:34'),(745,1,249,'','2013-10-06 04:55:14'),(746,2,249,'','2013-10-06 04:55:14'),(747,3,249,'','2013-10-06 04:55:14'),(748,1,250,'','2013-10-06 04:59:27'),(749,2,250,'','2013-10-06 04:59:27'),(750,3,250,'2488','2013-10-06 04:59:27'),(751,1,251,'','2013-10-06 05:26:11'),(752,2,251,'','2013-10-06 05:26:11'),(753,3,251,'76062','2013-10-06 05:26:11'),(754,1,252,'','2013-10-06 05:28:40'),(755,2,252,'','2013-10-06 05:28:40'),(756,3,252,'76033','2013-10-06 05:28:40'),(757,1,253,'','2013-10-06 05:31:41'),(758,2,253,'','2013-10-06 05:31:41'),(759,3,253,'','2013-10-06 05:31:41'),(760,1,254,'','2013-10-06 05:34:08'),(761,2,254,'','2013-10-06 05:34:08'),(762,3,254,'','2013-10-06 05:34:08'),(763,1,255,'','2013-10-06 05:36:44'),(764,2,255,'','2013-10-06 05:36:44'),(765,3,255,'76065','2013-10-06 05:36:44'),(766,1,256,'','2013-10-06 05:39:41'),(767,2,256,'','2013-10-06 05:39:41'),(768,3,256,'81','2013-10-06 05:39:41'),(769,1,257,'','2013-10-06 05:42:46'),(770,2,257,'','2013-10-06 05:42:46'),(771,3,257,'50427','2013-10-06 05:42:46'),(772,1,258,'','2013-10-06 05:44:40'),(773,2,258,'','2013-10-06 05:44:40'),(774,3,258,'','2013-10-06 05:44:40'),(775,1,259,'','2013-10-06 05:47:04'),(776,2,259,'','2013-10-06 05:47:04'),(777,3,259,'76068','2013-10-06 05:47:04'),(778,1,260,'','2013-10-06 05:48:59'),(779,2,260,'','2013-10-06 05:48:59'),(780,3,260,'16874','2013-10-06 05:48:59'),(781,1,261,'','2013-10-06 05:51:58'),(782,2,261,'','2013-10-06 05:51:58'),(783,3,261,'','2013-10-06 05:51:58'),(784,1,262,'','2013-10-06 05:55:52'),(785,2,262,'','2013-10-06 05:55:52'),(786,3,262,'1013','2013-10-06 05:55:52'),(787,1,263,'','2013-10-06 06:09:22'),(788,2,263,'','2013-10-06 06:09:22'),(789,3,263,'93','2013-10-06 06:09:22'),(790,1,264,'','2013-10-06 06:13:13'),(791,2,264,'','2013-10-06 06:13:13'),(792,3,264,'234','2013-10-06 06:13:13'),(793,1,265,'','2013-10-06 06:23:38'),(794,2,265,'','2013-10-06 06:23:38'),(795,3,265,'1111','2013-10-06 06:23:38'),(796,1,266,'','2013-10-06 06:57:12'),(797,2,266,'','2013-10-06 06:57:12'),(798,3,266,'76001','2013-10-06 06:57:12'),(799,1,267,'','2013-10-06 07:00:31'),(800,2,267,'','2013-10-06 07:00:31'),(801,3,267,'76001','2013-10-06 07:00:31'),(802,1,268,'','2013-10-06 07:06:02'),(803,2,268,'','2013-10-06 07:06:02'),(804,3,268,'44789','2013-10-06 07:06:02'),(805,1,269,'','2013-10-06 07:14:28'),(806,2,269,'','2013-10-06 07:14:28'),(807,3,269,'15866','2013-10-06 07:14:28'),(808,1,270,'','2013-10-06 07:16:35'),(809,2,270,'','2013-10-06 07:16:35'),(810,3,270,'','2013-10-06 07:16:35'),(811,1,271,'','2013-10-06 07:19:42'),(812,2,271,'','2013-10-06 07:19:42'),(813,3,271,'1105','2013-10-06 07:19:42'),(814,1,272,'','2013-10-06 07:24:04'),(815,2,272,'','2013-10-06 07:24:04'),(816,3,272,'','2013-10-06 07:24:04'),(817,1,273,'','2013-10-06 07:27:53'),(818,2,273,'','2013-10-06 07:27:53'),(819,3,273,'50427','2013-10-06 07:27:53'),(820,1,274,'','2013-10-06 07:45:19'),(821,2,274,'','2013-10-06 07:45:19'),(822,3,274,'','2013-10-06 07:45:19'),(823,1,275,'','2013-10-06 07:47:02'),(824,2,275,'','2013-10-06 07:47:02'),(825,3,275,'','2013-10-06 07:47:02'),(826,1,276,'','2013-10-06 07:57:15'),(827,2,276,'','2013-10-06 07:57:15'),(828,3,276,'','2013-10-06 07:57:15'),(829,1,277,'','2013-10-06 18:58:19'),(830,2,277,'','2013-10-06 18:58:19'),(831,3,277,'','2013-10-06 18:58:19'),(832,1,278,'','2013-10-06 19:06:14'),(833,2,278,'','2013-10-06 19:06:14'),(834,3,278,'76005','2013-10-06 19:06:14'),(835,1,279,'','2013-10-06 19:14:59'),(836,2,279,'','2013-10-06 19:14:59'),(837,3,279,'','2013-10-06 19:14:59'),(838,1,280,'','2013-10-06 19:22:41'),(839,2,280,'','2013-10-06 19:22:41'),(840,3,280,'1005','2013-10-06 19:22:41'),(841,1,281,'','2013-10-06 19:24:28'),(842,2,281,'','2013-10-06 19:24:28'),(843,3,281,'','2013-10-06 19:24:28'),(844,1,282,'','2013-10-06 20:46:37'),(845,2,282,'','2013-10-06 20:46:37'),(846,3,282,'','2013-10-06 20:46:37'),(847,1,283,'','2013-10-06 20:49:43'),(848,2,283,'','2013-10-06 20:49:43'),(849,3,283,'','2013-10-06 20:49:43'),(850,1,284,'','2013-10-06 20:49:52'),(851,2,284,'','2013-10-06 20:49:52'),(852,3,284,'','2013-10-06 20:49:52'),(853,1,285,'','2013-10-06 20:53:34'),(854,2,285,'','2013-10-06 20:53:34'),(855,3,285,'','2013-10-06 20:53:34'),(856,1,286,'','2013-10-06 20:57:17'),(857,2,286,'','2013-10-06 20:57:17'),(858,3,286,'16874','2013-10-06 20:57:17'),(859,1,287,'','2013-10-06 21:00:45'),(860,2,287,'','2013-10-06 21:00:45'),(861,3,287,'50427','2013-10-06 21:00:45'),(862,1,288,'','2013-10-06 21:03:23'),(863,2,288,'','2013-10-06 21:03:23'),(864,3,288,'16874','2013-10-06 21:03:23'),(865,1,289,'','2013-10-06 21:06:41'),(866,2,289,'','2013-10-06 21:06:41'),(867,3,289,'50427','2013-10-06 21:06:41'),(868,1,290,'','2013-10-06 21:09:00'),(869,2,290,'16874','2013-10-06 21:09:00'),(870,3,290,'','2013-10-06 21:09:00'),(871,1,291,'','2013-10-06 21:11:15'),(872,2,291,'76074','2013-10-06 21:11:15'),(873,3,291,'','2013-10-06 21:11:15'),(874,1,292,'','2013-10-06 21:42:45'),(875,2,292,'','2013-10-06 21:42:45'),(876,3,292,'16874','2013-10-06 21:42:45'),(877,1,293,'','2013-10-06 21:46:38'),(878,2,293,'','2013-10-06 21:46:38'),(879,3,293,'50427','2013-10-06 21:46:38'),(880,1,294,'','2013-10-06 21:50:17'),(881,2,294,'','2013-10-06 21:50:17'),(882,3,294,'50427','2013-10-06 21:50:17'),(883,1,295,'','2013-10-06 21:50:46'),(884,2,295,'','2013-10-06 21:50:46'),(885,3,295,'50427','2013-10-06 21:50:46'),(886,1,296,'','2013-10-06 21:52:50'),(887,2,296,'','2013-10-06 21:52:50'),(888,3,296,'1105','2013-10-06 21:52:50'),(889,1,297,'','2013-10-07 03:46:01'),(890,2,297,'','2013-10-07 03:46:01'),(891,3,297,'1525','2013-10-07 03:46:01'),(892,1,298,'','2013-10-07 03:47:55'),(893,2,298,'','2013-10-07 03:47:55'),(894,3,298,'76042','2013-10-07 03:47:55'),(895,1,299,'','2013-10-07 03:50:24'),(896,2,299,'','2013-10-07 03:50:24'),(897,3,299,'','2013-10-07 03:50:24'),(898,1,300,'','2013-10-07 03:52:14'),(899,2,300,'','2013-10-07 03:52:14'),(900,3,300,'76063','2013-10-07 03:52:14'),(901,1,301,'','2013-10-07 03:54:16'),(902,2,301,'','2013-10-07 03:54:16'),(903,3,301,'76033','2013-10-07 03:54:16'),(904,1,302,'','2013-10-07 03:56:59'),(905,2,302,'','2013-10-07 03:56:59'),(906,3,302,'44789','2013-10-07 03:56:59'),(907,1,303,'','2013-10-07 03:59:06'),(908,2,303,'','2013-10-07 03:59:06'),(909,3,303,'76002','2013-10-07 03:59:06'),(910,1,304,'','2013-10-07 04:01:20'),(911,2,304,'','2013-10-07 04:01:20'),(912,3,304,'','2013-10-07 04:01:20'),(913,1,305,'','2013-10-07 04:04:32'),(914,2,305,'','2013-10-07 04:04:32'),(915,3,305,'','2013-10-07 04:04:32'),(916,1,306,'','2013-10-07 04:07:23'),(917,2,306,'','2013-10-07 04:07:23'),(918,3,306,'50427','2013-10-07 04:07:23'),(919,1,307,'','2013-10-07 04:10:16'),(920,2,307,'','2013-10-07 04:10:16'),(921,3,307,'','2013-10-07 04:10:16'),(922,1,308,'','2013-10-07 04:12:39'),(923,2,308,'','2013-10-07 04:12:39'),(924,3,308,'76068','2013-10-07 04:12:39'),(925,1,309,'','2013-10-07 04:15:47'),(926,2,309,'','2013-10-07 04:15:47'),(927,3,309,'562','2013-10-07 04:15:47'),(928,1,310,'','2013-10-07 04:16:07'),(929,2,310,'','2013-10-07 04:16:07'),(930,3,310,'43292','2013-10-07 04:16:07'),(931,1,311,'','2013-10-07 04:19:37'),(932,2,311,'','2013-10-07 04:19:37'),(933,3,311,'','2013-10-07 04:19:37'),(934,1,312,'','2013-10-07 04:21:25'),(935,2,312,'','2013-10-07 04:21:25'),(936,3,312,'44789','2013-10-07 04:21:25'),(937,1,313,'','2013-10-07 04:23:28'),(938,2,313,'','2013-10-07 04:23:28'),(939,3,313,'45183','2013-10-07 04:23:28'),(940,1,314,'','2013-10-07 04:25:44'),(941,2,314,'','2013-10-07 04:25:44'),(942,3,314,'76052','2013-10-07 04:25:44'),(943,1,315,'','2013-10-07 04:27:57'),(944,2,315,'','2013-10-07 04:27:57'),(945,3,315,'76009','2013-10-07 04:27:57'),(946,1,316,'','2013-10-07 04:28:11'),(947,2,316,'','2013-10-07 04:28:11'),(948,3,316,'76009','2013-10-07 04:28:11'),(949,1,317,'','2013-10-07 04:45:39'),(950,2,317,'','2013-10-07 04:45:39'),(951,3,317,'','2013-10-07 04:45:39'),(952,1,318,'','2013-10-07 04:49:18'),(953,2,318,'','2013-10-07 04:49:18'),(954,3,318,'','2013-10-07 04:49:18'),(955,1,319,'','2013-10-07 04:52:10'),(956,2,319,'','2013-10-07 04:52:10'),(957,3,319,'76009','2013-10-07 04:52:10'),(958,1,320,'','2013-10-07 04:54:55'),(959,2,320,'','2013-10-07 04:54:55'),(960,3,320,'','2013-10-07 04:54:55'),(961,1,321,'','2013-10-07 04:57:55'),(962,2,321,'','2013-10-07 04:57:55'),(963,3,321,'','2013-10-07 04:57:55'),(964,1,322,'','2013-10-07 05:01:57'),(965,2,322,'','2013-10-07 05:01:57'),(966,3,322,'22514','2013-10-07 05:01:57'),(967,1,323,'','2013-10-07 05:04:25'),(968,2,323,'','2013-10-07 05:04:25'),(969,3,323,'','2013-10-07 05:04:25'),(970,1,324,'','2013-10-07 05:07:13'),(971,2,324,'','2013-10-07 05:07:13'),(972,3,324,'','2013-10-07 05:07:13'),(973,1,325,'','2013-10-07 05:12:56'),(974,2,325,'','2013-10-07 05:12:56'),(975,3,325,'76052','2013-10-07 05:12:56'),(976,1,326,'','2013-10-07 05:16:14'),(977,2,326,'','2013-10-07 05:16:14'),(978,3,326,'76044','2013-10-07 05:16:14'),(979,1,327,'','2013-10-07 05:18:16'),(980,2,327,'','2013-10-07 05:18:16'),(981,3,327,'44789','2013-10-07 05:18:16'),(982,1,328,'','2013-10-07 05:21:09'),(983,2,328,'','2013-10-07 05:21:09'),(984,3,328,'1016','2013-10-07 05:21:09'),(985,1,329,'','2013-10-07 05:23:26'),(986,2,329,'','2013-10-07 05:23:26'),(987,3,329,'22514','2013-10-07 05:23:26'),(988,1,330,'','2013-10-07 05:37:57'),(989,2,330,'','2013-10-07 05:37:57'),(990,3,330,'16874','2013-10-07 05:37:57'),(991,1,331,'','2013-10-07 05:41:03'),(992,2,331,'','2013-10-07 05:41:03'),(993,3,331,'','2013-10-07 05:41:03'),(994,1,332,'','2013-10-07 05:43:31'),(995,2,332,'','2013-10-07 05:43:31'),(996,3,332,'','2013-10-07 05:43:31'),(997,1,333,'','2013-10-07 05:45:25'),(998,2,333,'','2013-10-07 05:45:25'),(999,3,333,'1525','2013-10-07 05:45:25'),(1000,1,334,'','2013-10-07 05:47:31'),(1001,2,334,'','2013-10-07 05:47:31'),(1002,3,334,'','2013-10-07 05:47:31'),(1003,1,335,'','2013-10-07 05:49:24'),(1004,2,335,'','2013-10-07 05:49:24'),(1005,3,335,'76009','2013-10-07 05:49:24'),(1006,1,336,'','2013-10-07 05:51:26'),(1007,2,336,'','2013-10-07 05:51:26'),(1008,3,336,'','2013-10-07 05:51:26'),(1009,1,337,'','2013-10-07 05:53:31'),(1010,2,337,'','2013-10-07 05:53:31'),(1011,3,337,'22514','2013-10-07 05:53:31'),(1012,1,338,'','2013-10-07 05:55:52'),(1013,2,338,'','2013-10-07 05:55:52'),(1014,3,338,'76001','2013-10-07 05:55:52'),(1015,1,339,'','2013-10-07 05:58:26'),(1016,2,339,'','2013-10-07 05:58:26'),(1017,3,339,'','2013-10-07 05:58:26'),(1018,1,340,'','2013-10-07 06:00:51'),(1019,2,340,'','2013-10-07 06:00:51'),(1020,3,340,'','2013-10-07 06:00:51'),(1021,1,341,'','2013-10-07 06:07:17'),(1022,2,341,'','2013-10-07 06:07:17'),(1023,3,341,'','2013-10-07 06:07:17'),(1024,1,342,'','2013-10-07 06:38:35'),(1025,2,342,'','2013-10-07 06:38:35'),(1026,3,342,'','2013-10-07 06:38:35'),(1027,1,343,'','2013-10-07 06:40:40'),(1028,2,343,'','2013-10-07 06:40:40'),(1029,3,343,'','2013-10-07 06:40:40'),(1030,1,344,'','2013-10-07 06:51:50'),(1031,2,344,'','2013-10-07 06:51:50'),(1032,3,344,'','2013-10-07 06:51:50'),(1033,1,345,'','2013-10-07 06:55:22'),(1034,2,345,'','2013-10-07 06:55:22'),(1035,3,345,'760005','2013-10-07 06:55:22'),(1036,1,346,'','2013-10-07 06:58:00'),(1037,2,346,'','2013-10-07 06:58:00'),(1038,3,346,'24660','2013-10-07 06:58:00'),(1039,1,347,'','2013-10-07 07:00:51'),(1040,2,347,'','2013-10-07 07:00:51'),(1041,3,347,'','2013-10-07 07:00:51'),(1042,1,348,'','2013-10-07 07:03:23'),(1043,2,348,'','2013-10-07 07:03:23'),(1044,3,348,'5585','2013-10-07 07:03:23'),(1045,1,349,'','2013-10-07 07:06:47'),(1046,2,349,'','2013-10-07 07:06:47'),(1047,3,349,'76001','2013-10-07 07:06:47'),(1048,1,350,'','2013-10-07 07:10:29'),(1049,2,350,'','2013-10-07 07:10:29'),(1050,3,350,'','2013-10-07 07:10:29'),(1051,1,351,'','2013-10-07 07:23:17'),(1052,2,351,'','2013-10-07 07:23:17'),(1053,3,351,'','2013-10-07 07:23:17'),(1054,1,352,'','2013-10-07 07:27:56'),(1055,2,352,'','2013-10-07 07:27:56'),(1056,3,352,'','2013-10-07 07:27:56'),(1057,1,353,'','2013-10-07 07:55:25'),(1058,2,353,'','2013-10-07 07:55:25'),(1059,3,353,'','2013-10-07 07:55:25'),(1060,1,354,'','2013-10-07 08:18:12'),(1061,2,354,'','2013-10-07 08:18:12'),(1062,3,354,'50427','2013-10-07 08:18:12'),(1063,1,355,'','2013-10-07 08:22:27'),(1064,2,355,'','2013-10-07 08:22:27'),(1065,3,355,'76001','2013-10-07 08:22:27'),(1066,1,356,'','2013-10-07 08:24:33'),(1067,2,356,'','2013-10-07 08:24:33'),(1068,3,356,'43292','2013-10-07 08:24:33'),(1069,1,357,'','2013-10-07 08:28:42'),(1070,2,357,'','2013-10-07 08:28:42'),(1071,3,357,'76005','2013-10-07 08:28:42'),(1072,1,358,'','2013-10-07 08:30:10'),(1073,2,358,'','2013-10-07 08:30:10'),(1074,3,358,'','2013-10-07 08:30:10'),(1075,1,359,'','2013-10-07 08:33:31'),(1076,2,359,'','2013-10-07 08:33:31'),(1077,3,359,'','2013-10-07 08:33:31'),(1078,1,360,'','2013-10-07 08:43:41'),(1079,2,360,'','2013-10-07 08:43:41'),(1080,3,360,'','2013-10-07 08:43:41'),(1081,1,361,'','2013-10-07 08:45:46'),(1082,2,361,'','2013-10-07 08:45:46'),(1083,3,361,'','2013-10-07 08:45:46'),(1084,1,362,'','2013-10-07 08:48:06'),(1085,2,362,'','2013-10-07 08:48:06'),(1086,3,362,'76033','2013-10-07 08:48:06'),(1087,1,363,'','2013-10-07 08:50:55'),(1088,2,363,'','2013-10-07 08:50:55'),(1089,3,363,'','2013-10-07 08:50:55'),(1090,1,364,'','2013-10-07 08:53:15'),(1091,2,364,'','2013-10-07 08:53:15'),(1092,3,364,'','2013-10-07 08:53:15'),(1093,1,365,'','2013-10-07 08:58:19'),(1094,2,365,'','2013-10-07 08:58:19'),(1095,3,365,'','2013-10-07 08:58:19'),(1096,1,366,'','2013-10-07 09:03:43'),(1097,2,366,'','2013-10-07 09:03:43'),(1098,3,366,'20943','2013-10-07 09:03:43'),(1099,1,367,'','2013-10-07 09:09:05'),(1100,2,367,'','2013-10-07 09:09:05'),(1101,3,367,'','2013-10-07 09:09:05'),(1102,1,368,'','2013-10-07 09:13:13'),(1103,2,368,'','2013-10-07 09:13:13'),(1104,3,368,'','2013-10-07 09:13:13'),(1105,1,369,'','2013-10-07 09:18:39'),(1106,2,369,'','2013-10-07 09:18:39'),(1107,3,369,'76065','2013-10-07 09:18:39'),(1108,1,370,'','2013-10-07 09:22:14'),(1109,2,370,'','2013-10-07 09:22:14'),(1110,3,370,'75808','2013-10-07 09:22:14'),(1111,1,371,'','2013-10-07 09:24:25'),(1112,2,371,'','2013-10-07 09:24:25'),(1113,3,371,'76004','2013-10-07 09:24:25'),(1114,1,372,'0541719355','2013-10-07 09:34:37'),(1115,2,372,'','2013-10-07 09:34:37'),(1116,3,372,'43292','2013-10-07 09:34:37'),(1117,1,373,'','2013-10-07 09:37:43'),(1118,2,373,'','2013-10-07 09:37:43'),(1119,3,373,'2488','2013-10-07 09:37:43'),(1120,1,374,'','2013-10-07 09:40:59'),(1121,2,374,'','2013-10-07 09:40:59'),(1122,3,374,'76027','2013-10-07 09:40:59'),(1123,1,375,'','2013-10-07 09:44:15'),(1124,2,375,'','2013-10-07 09:44:15'),(1125,3,375,'50427','2013-10-07 09:44:15'),(1126,1,376,'','2013-10-07 09:47:12'),(1127,2,376,'','2013-10-07 09:47:12'),(1128,3,376,'76052','2013-10-07 09:47:12'),(1129,1,377,'','2013-10-07 09:50:28'),(1130,2,377,'','2013-10-07 09:50:28'),(1131,3,377,'','2013-10-07 09:50:28'),(1132,1,378,'','2013-10-07 09:54:14'),(1133,2,378,'','2013-10-07 09:54:14'),(1134,3,378,'','2013-10-07 09:54:14'),(1135,1,379,'','2013-10-07 09:57:06'),(1136,2,379,'','2013-10-07 09:57:06'),(1137,3,379,'','2013-10-07 09:57:06'),(1138,1,380,'','2013-10-07 09:58:48'),(1139,2,380,'','2013-10-07 09:58:48'),(1140,3,380,'16874','2013-10-07 09:58:48'),(1141,1,381,'','2013-10-07 10:01:28'),(1142,2,381,'','2013-10-07 10:01:28'),(1143,3,381,'','2013-10-07 10:01:28'),(1144,1,382,'','2013-10-07 10:04:44'),(1145,2,382,'','2013-10-07 10:04:44'),(1146,3,382,'76001','2013-10-07 10:04:44'),(1147,1,383,'','2013-10-07 10:07:27'),(1148,2,383,'','2013-10-07 10:07:27'),(1149,3,383,'76033','2013-10-07 10:07:27'),(1150,1,384,'','2013-10-07 10:10:27'),(1151,2,384,'','2013-10-07 10:10:27'),(1152,3,384,'76052','2013-10-07 10:10:27'),(1153,1,385,'','2013-10-07 10:12:37'),(1154,2,385,'','2013-10-07 10:12:37'),(1155,3,385,'76009','2013-10-07 10:12:37'),(1156,1,386,'','2013-10-07 10:15:09'),(1157,2,386,'','2013-10-07 10:15:09'),(1158,3,386,'76052','2013-10-07 10:15:09'),(1159,1,387,'','2013-10-07 10:18:04'),(1160,2,387,'','2013-10-07 10:18:04'),(1161,3,387,'22514','2013-10-07 10:18:04'),(1162,1,388,'','2013-10-07 10:19:15'),(1163,2,388,'','2013-10-07 10:19:15'),(1164,3,388,'','2013-10-07 10:19:15'),(1165,1,389,'','2013-10-07 10:20:26'),(1166,2,389,'','2013-10-07 10:20:26'),(1167,3,389,'1048','2013-10-07 10:20:26'),(1168,1,390,'','2013-10-07 10:23:47'),(1169,2,390,'','2013-10-07 10:23:47'),(1170,3,390,'2488','2013-10-07 10:23:47'),(1171,1,391,'','2013-10-07 10:26:14'),(1172,2,391,'','2013-10-07 10:26:14'),(1173,3,391,'38361','2013-10-07 10:26:14'),(1174,1,392,'','2013-10-07 10:29:02'),(1175,2,392,'','2013-10-07 10:29:02'),(1176,3,392,'1048','2013-10-07 10:29:02'),(1177,1,393,'','2013-10-07 10:31:52'),(1178,2,393,'','2013-10-07 10:31:52'),(1179,3,393,'1048','2013-10-07 10:31:52'),(1180,1,394,'','2013-10-07 10:36:39'),(1181,2,394,'','2013-10-07 10:36:39'),(1182,3,394,'1048','2013-10-07 10:36:39'),(1183,1,395,'','2013-10-07 10:50:54'),(1184,2,395,'','2013-10-07 10:50:54'),(1185,3,395,'','2013-10-07 10:50:54'),(1186,1,396,'','2013-10-07 10:54:26'),(1187,2,396,'','2013-10-07 10:54:26'),(1188,3,396,'','2013-10-07 10:54:26'),(1189,1,397,'','2013-10-07 10:57:46'),(1190,2,397,'','2013-10-07 10:57:46'),(1191,3,397,'50427','2013-10-07 10:57:46'),(1192,1,398,'','2013-10-07 11:01:34'),(1193,2,398,'','2013-10-07 11:01:34'),(1194,3,398,'','2013-10-07 11:01:34'),(1195,1,399,'','2013-10-07 11:29:39'),(1196,2,399,'','2013-10-07 11:29:39'),(1197,3,399,'16874','2013-10-07 11:29:39'),(1198,1,400,'','2013-10-07 11:33:36'),(1199,2,400,'','2013-10-07 11:33:36'),(1200,3,400,'76052','2013-10-07 11:33:36'),(1201,1,401,'','2013-10-07 11:35:42'),(1202,2,401,'','2013-10-07 11:35:42'),(1203,3,401,'44789','2013-10-07 11:35:42'),(1204,1,402,'','2013-10-07 11:38:21'),(1205,2,402,'','2013-10-07 11:38:21'),(1206,3,402,'16874','2013-10-07 11:38:21'),(1207,1,403,'','2013-10-07 11:42:47'),(1208,2,403,'','2013-10-07 11:42:47'),(1209,3,403,'76027','2013-10-07 11:42:47'),(1210,1,404,'','2013-10-07 11:49:42'),(1211,2,404,'','2013-10-07 11:49:42'),(1212,3,404,'','2013-10-07 11:49:42'),(1213,1,405,'','2013-10-07 12:09:27'),(1214,2,405,'','2013-10-07 12:09:27'),(1215,3,405,'','2013-10-07 12:09:27'),(1216,1,406,'','2013-10-07 12:24:23'),(1217,2,406,'','2013-10-07 12:24:23'),(1218,3,406,'76057','2013-10-07 12:24:23'),(1219,1,407,'','2013-10-07 13:07:52'),(1220,2,407,'','2013-10-07 13:07:52'),(1221,3,407,'','2013-10-07 13:07:52'),(1222,1,408,'','2013-10-07 13:16:27'),(1223,2,408,'','2013-10-07 13:16:27'),(1224,3,408,'44789','2013-10-07 13:16:27'),(1225,1,409,'','2013-10-07 13:28:34'),(1226,2,409,'','2013-10-07 13:28:34'),(1227,3,409,'50427','2013-10-07 13:28:34'),(1228,1,410,'','2013-10-07 13:35:58'),(1229,2,410,'','2013-10-07 13:35:58'),(1230,3,410,'1048','2013-10-07 13:35:58'),(1231,1,411,'','2013-10-07 13:47:01'),(1232,2,411,'','2013-10-07 13:47:01'),(1233,3,411,'45183','2013-10-07 13:47:01'),(1234,1,412,'','2013-10-07 14:10:40'),(1235,2,412,'','2013-10-07 14:10:40'),(1236,3,412,'','2013-10-07 14:10:40'),(1237,1,413,'','2013-10-07 14:14:40'),(1238,2,413,'','2013-10-07 14:14:40'),(1239,3,413,'76052','2013-10-07 14:14:40'),(1240,1,414,'0205963562','2013-10-07 14:18:09'),(1241,2,414,'','2013-10-07 14:18:09'),(1242,3,414,'16874','2013-10-07 14:18:09'),(1243,1,415,'','2013-10-07 14:51:24'),(1244,2,415,'','2013-10-07 14:51:24'),(1245,3,415,'','2013-10-07 14:51:24'),(1246,1,416,'','2013-10-07 15:12:48'),(1247,2,416,'','2013-10-07 15:12:48'),(1248,3,416,'43292','2013-10-07 15:12:48'),(1249,1,417,'','2013-10-07 15:20:22'),(1250,2,417,'','2013-10-07 15:20:22'),(1251,3,417,'43292','2013-10-07 15:20:22'),(1252,1,418,'','2013-10-07 15:31:55'),(1253,2,418,'','2013-10-07 15:31:55'),(1254,3,418,'','2013-10-07 15:31:55'),(1255,1,419,'','2013-10-07 15:34:47'),(1256,2,419,'','2013-10-07 15:34:47'),(1257,3,419,'','2013-10-07 15:34:47'),(1258,1,420,'','2013-10-07 16:01:20'),(1259,2,420,'','2013-10-07 16:01:20'),(1260,3,420,'76001','2013-10-07 16:01:20'),(1261,1,421,'','2013-10-07 16:19:03'),(1262,2,421,'','2013-10-07 16:19:03'),(1263,3,421,'','2013-10-07 16:19:03'),(1264,1,422,'','2013-10-07 16:28:24'),(1265,2,422,'','2013-10-07 16:28:24'),(1266,3,422,'','2013-10-07 16:28:24'),(1267,1,423,'','2013-10-07 16:35:13'),(1268,2,423,'','2013-10-07 16:35:13'),(1269,3,423,'','2013-10-07 16:35:13'),(1270,1,424,'','2013-10-07 16:39:40'),(1271,2,424,'','2013-10-07 16:39:40'),(1272,3,424,'76058','2013-10-07 16:39:40'),(1273,1,425,'','2013-10-07 16:44:34'),(1274,2,425,'','2013-10-07 16:44:34'),(1275,3,425,'44789','2013-10-07 16:44:34'),(1276,1,426,'','2013-10-07 17:03:01'),(1277,2,426,'','2013-10-07 17:03:01'),(1278,3,426,'16874','2013-10-07 17:03:01'),(1279,1,427,'','2013-10-07 17:05:54'),(1280,2,427,'','2013-10-07 17:05:54'),(1281,3,427,'16874','2013-10-07 17:05:54'),(1282,1,428,'','2013-10-07 18:10:10'),(1283,2,428,'','2013-10-07 18:10:10'),(1284,3,428,'104','2013-10-07 18:10:10'),(1285,1,429,'','2013-10-07 18:14:12'),(1286,2,429,'','2013-10-07 18:14:12'),(1287,3,429,'38361','2013-10-07 18:14:12'),(1288,1,430,'','2013-10-07 18:17:48'),(1289,2,430,'','2013-10-07 18:17:48'),(1290,3,430,'50427','2013-10-07 18:17:48'),(1291,1,431,'','2013-10-07 18:21:30'),(1292,2,431,'','2013-10-07 18:21:30'),(1293,3,431,'','2013-10-07 18:21:30'),(1294,1,432,'','2013-10-07 18:29:12'),(1295,2,432,'','2013-10-07 18:29:12'),(1296,3,432,'16874','2013-10-07 18:29:12'),(1297,1,433,'','2013-10-07 18:33:54'),(1298,2,433,'','2013-10-07 18:33:54'),(1299,3,433,'16874','2013-10-07 18:33:54'),(1300,1,434,'','2013-10-07 18:36:25'),(1301,2,434,'','2013-10-07 18:36:25'),(1302,3,434,'1525','2013-10-07 18:36:25'),(1303,1,435,'','2013-10-07 18:39:58'),(1304,2,435,'','2013-10-07 18:39:58'),(1305,3,435,'','2013-10-07 18:39:58'),(1306,1,436,'','2013-10-07 18:42:29'),(1307,2,436,'','2013-10-07 18:42:29'),(1308,3,436,'75501','2013-10-07 18:42:29'),(1309,1,437,'','2013-10-07 18:50:51'),(1310,2,437,'','2013-10-07 18:50:51'),(1311,3,437,'145.00','2013-10-07 18:50:51'),(1312,1,438,'','2013-10-07 18:56:57'),(1313,2,438,'','2013-10-07 18:56:57'),(1314,3,438,'50427','2013-10-07 18:56:57'),(1315,1,439,'','2013-10-07 19:05:37'),(1316,2,439,'','2013-10-07 19:05:37'),(1317,3,439,'76001','2013-10-07 19:05:37'),(1318,1,440,'','2013-10-07 19:13:10'),(1319,2,440,'','2013-10-07 19:13:10'),(1320,3,440,'39761','2013-10-07 19:13:10'),(1321,1,441,'','2013-10-07 19:16:41'),(1322,2,441,'','2013-10-07 19:16:41'),(1323,3,441,'50427','2013-10-07 19:16:41'),(1324,1,442,'','2013-10-07 19:22:30'),(1325,2,442,'','2013-10-07 19:22:30'),(1326,3,442,'1160','2013-10-07 19:22:30'),(1327,1,443,'','2013-10-07 19:24:44'),(1328,2,443,'','2013-10-07 19:24:44'),(1329,3,443,'','2013-10-07 19:24:44'),(1330,1,444,'','2013-10-07 19:35:39'),(1331,2,444,'','2013-10-07 19:35:39'),(1332,3,444,'76005','2013-10-07 19:35:39'),(1333,1,445,'','2013-10-07 19:41:44'),(1334,2,445,'','2013-10-07 19:41:44'),(1335,3,445,'','2013-10-07 19:41:44'),(1336,1,446,'','2013-10-07 19:55:39'),(1337,2,446,'','2013-10-07 19:55:39'),(1338,3,446,'38361','2013-10-07 19:55:39'),(1339,1,447,'','2013-10-07 20:18:51'),(1340,2,447,'','2013-10-07 20:18:51'),(1341,3,447,'','2013-10-07 20:18:51'),(1342,1,448,'','2013-10-07 21:11:46'),(1343,2,448,'','2013-10-07 21:11:46'),(1344,3,448,'76009','2013-10-07 21:11:46'),(1345,1,449,'','2013-10-07 21:27:19'),(1346,2,449,'','2013-10-07 21:27:19'),(1347,3,449,'76009','2013-10-07 21:27:19'),(1348,1,450,'','2013-10-07 21:34:22'),(1349,2,450,'','2013-10-07 21:34:22'),(1350,3,450,'1152','2013-10-07 21:34:22'),(1351,1,451,'','2013-10-07 21:40:48'),(1352,2,451,'','2013-10-07 21:40:48'),(1353,3,451,'76005','2013-10-07 21:40:48'),(1354,1,452,'','2013-10-07 22:19:36'),(1355,2,452,'','2013-10-07 22:19:36'),(1356,3,452,'76067','2013-10-07 22:19:36'),(1357,1,453,'','2013-10-07 23:18:15'),(1358,2,453,'','2013-10-07 23:18:15'),(1359,3,453,'','2013-10-07 23:18:15'),(1360,1,454,'','2013-10-07 23:18:50'),(1361,2,454,'','2013-10-07 23:18:50'),(1362,3,454,'','2013-10-07 23:18:50'),(1363,1,455,'','2013-10-07 23:20:01'),(1364,2,455,'','2013-10-07 23:20:01'),(1365,3,455,'','2013-10-07 23:20:01'),(1366,1,456,'','2013-10-07 23:21:58'),(1367,2,456,'','2013-10-07 23:21:58'),(1368,3,456,'','2013-10-07 23:21:58'),(1369,1,457,'','2013-10-08 01:53:41'),(1370,2,457,'','2013-10-08 01:53:41'),(1371,3,457,'','2013-10-08 01:53:41'),(1372,1,458,'','2013-10-08 01:56:36'),(1373,2,458,'','2013-10-08 01:56:36'),(1374,3,458,'','2013-10-08 01:56:36'),(1375,1,459,'','2013-10-08 01:59:18'),(1376,2,459,'','2013-10-08 01:59:18'),(1377,3,459,'76001','2013-10-08 01:59:18'),(1378,1,460,'','2013-10-08 02:05:11'),(1379,2,460,'','2013-10-08 02:05:11'),(1380,3,460,'76009','2013-10-08 02:05:11'),(1381,1,461,'','2013-10-08 02:08:19'),(1382,2,461,'','2013-10-08 02:08:19'),(1383,3,461,'','2013-10-08 02:08:19'),(1384,1,462,'','2013-10-08 04:33:50'),(1385,2,462,'','2013-10-08 04:33:50'),(1386,3,462,'','2013-10-08 04:33:50'),(1387,1,463,'','2013-10-08 04:37:19'),(1388,2,463,'','2013-10-08 04:37:19'),(1389,3,463,'','2013-10-08 04:37:19'),(1390,1,464,'','2013-10-08 04:39:40'),(1391,2,464,'','2013-10-08 04:39:40'),(1392,3,464,'','2013-10-08 04:39:40'),(1393,1,465,'','2013-10-08 04:43:43'),(1394,2,465,'','2013-10-08 04:43:43'),(1395,3,465,'','2013-10-08 04:43:43'),(1396,1,466,'','2013-10-08 04:46:47'),(1397,2,466,'','2013-10-08 04:46:47'),(1398,3,466,'76068','2013-10-08 04:46:47'),(1399,1,467,'','2013-10-08 04:48:45'),(1400,2,467,'','2013-10-08 04:48:45'),(1401,3,467,'','2013-10-08 04:48:45'),(1402,1,468,'','2013-10-08 04:51:42'),(1403,2,468,'','2013-10-08 04:51:42'),(1404,3,468,'','2013-10-08 04:51:42'),(1405,1,469,'','2013-10-08 04:53:56'),(1406,2,469,'','2013-10-08 04:53:56'),(1407,3,469,'','2013-10-08 04:53:56'),(1408,1,470,'','2013-10-08 04:56:28'),(1409,2,470,'','2013-10-08 04:56:28'),(1410,3,470,'48898','2013-10-08 04:56:28'),(1411,1,471,'','2013-10-08 05:01:29'),(1412,2,471,'','2013-10-08 05:01:29'),(1413,3,471,'50427','2013-10-08 05:01:29'),(1414,1,472,'','2013-10-08 05:07:25'),(1415,2,472,'','2013-10-08 05:07:25'),(1416,3,472,'','2013-10-08 05:07:25'),(1417,1,473,'','2013-10-08 05:11:35'),(1418,2,473,'','2013-10-08 05:11:35'),(1419,3,473,'50427','2013-10-08 05:11:35'),(1420,1,474,'','2013-10-08 05:13:27'),(1421,2,474,'','2013-10-08 05:13:27'),(1422,3,474,'50427','2013-10-08 05:13:27'),(1423,1,475,'','2013-10-08 05:15:28'),(1424,2,475,'','2013-10-08 05:15:28'),(1425,3,475,'','2013-10-08 05:15:28'),(1426,1,476,'','2013-10-08 05:18:37'),(1427,2,476,'','2013-10-08 05:18:37'),(1428,3,476,'76001','2013-10-08 05:18:37'),(1429,1,477,'','2013-10-08 05:21:28'),(1430,2,477,'','2013-10-08 05:21:28'),(1431,3,477,'','2013-10-08 05:21:28'),(1432,1,478,'','2013-10-08 05:24:12'),(1433,2,478,'','2013-10-08 05:24:12'),(1434,3,478,'76033','2013-10-08 05:24:12'),(1435,1,479,'','2013-10-08 05:27:48'),(1436,2,479,'','2013-10-08 05:27:48'),(1437,3,479,'','2013-10-08 05:27:48'),(1438,1,480,'','2013-10-08 05:31:09'),(1439,2,480,'','2013-10-08 05:31:09'),(1440,3,480,'44789','2013-10-08 05:31:09'),(1441,1,481,'','2013-10-08 05:33:03'),(1442,2,481,'','2013-10-08 05:33:03'),(1443,3,481,'','2013-10-08 05:33:03'),(1444,1,482,'','2013-10-08 05:36:53'),(1445,2,482,'','2013-10-08 05:36:53'),(1446,3,482,'','2013-10-08 05:36:53'),(1447,1,483,'','2013-10-08 05:40:06'),(1448,2,483,'','2013-10-08 05:40:06'),(1449,3,483,'','2013-10-08 05:40:06'),(1450,1,484,'','2013-10-08 05:45:02'),(1451,2,484,'','2013-10-08 05:45:02'),(1452,3,484,'76067','2013-10-08 05:45:02'),(1453,1,485,'','2013-10-08 05:45:23'),(1454,2,485,'','2013-10-08 05:45:23'),(1455,3,485,'76005','2013-10-08 05:45:23'),(1456,1,486,'','2013-10-08 05:49:27'),(1457,2,486,'','2013-10-08 05:49:27'),(1458,3,486,'76009','2013-10-08 05:49:27'),(1459,1,487,'','2013-10-08 05:51:51'),(1460,2,487,'','2013-10-08 05:51:51'),(1461,3,487,'','2013-10-08 05:51:51'),(1462,1,488,'','2013-10-08 05:54:09'),(1463,2,488,'','2013-10-08 05:54:09'),(1464,3,488,'76009','2013-10-08 05:54:09'),(1465,1,489,'','2013-10-08 05:55:53'),(1466,2,489,'','2013-10-08 05:55:53'),(1467,3,489,'','2013-10-08 05:55:53'),(1468,1,490,'','2013-10-08 05:57:59'),(1469,2,490,'','2013-10-08 05:57:59'),(1470,3,490,'50427','2013-10-08 05:57:59'),(1471,1,491,'','2013-10-08 05:59:55'),(1472,2,491,'','2013-10-08 05:59:55'),(1473,3,491,'15866','2013-10-08 05:59:55'),(1474,1,492,'','2013-10-08 06:03:37'),(1475,2,492,'','2013-10-08 06:03:37'),(1476,3,492,'76068','2013-10-08 06:03:37'),(1477,1,493,'','2013-10-08 06:05:50'),(1478,2,493,'','2013-10-08 06:05:50'),(1479,3,493,'1160','2013-10-08 06:05:50'),(1480,1,494,'','2013-10-08 06:14:20'),(1481,2,494,'','2013-10-08 06:14:20'),(1482,3,494,'76027','2013-10-08 06:14:20'),(1483,1,495,'','2013-10-08 06:16:19'),(1484,2,495,'','2013-10-08 06:16:19'),(1485,3,495,'','2013-10-08 06:16:19'),(1486,1,496,'','2013-10-08 06:19:12'),(1487,2,496,'','2013-10-08 06:19:12'),(1488,3,496,'','2013-10-08 06:19:12'),(1489,1,497,'','2013-10-08 06:33:11'),(1490,2,497,'','2013-10-08 06:33:11'),(1491,3,497,'50427','2013-10-08 06:33:11'),(1492,1,498,'','2013-10-08 06:36:43'),(1493,2,498,'','2013-10-08 06:36:43'),(1494,3,498,'14347','2013-10-08 06:36:43'),(1495,1,499,'','2013-10-08 06:41:12'),(1496,2,499,'','2013-10-08 06:41:12'),(1497,3,499,'76009','2013-10-08 06:41:12'),(1498,1,500,'','2013-10-08 06:43:43'),(1499,2,500,'','2013-10-08 06:43:43'),(1500,3,500,'','2013-10-08 06:43:43'),(1501,1,501,'','2013-10-08 06:48:12'),(1502,2,501,'','2013-10-08 06:48:12'),(1503,3,501,'76052','2013-10-08 06:48:12'),(1504,1,502,'','2013-10-08 06:50:38'),(1505,2,502,'','2013-10-08 06:50:38'),(1506,3,502,'50427','2013-10-08 06:50:38'),(1507,1,503,'','2013-10-08 06:53:13'),(1508,2,503,'','2013-10-08 06:53:13'),(1509,3,503,'39761','2013-10-08 06:53:13'),(1510,1,504,'','2013-10-08 07:02:40'),(1511,2,504,'','2013-10-08 07:02:40'),(1512,3,504,'43282','2013-10-08 07:02:40'),(1513,1,505,'','2013-10-08 07:06:05'),(1514,2,505,'','2013-10-08 07:06:05'),(1515,3,505,'76009','2013-10-08 07:06:05'),(1516,1,506,'','2013-10-08 07:16:46'),(1517,2,506,'','2013-10-08 07:16:46'),(1518,3,506,'24660','2013-10-08 07:16:46'),(1519,1,507,'','2013-10-08 07:40:09'),(1520,2,507,'','2013-10-08 07:40:09'),(1521,3,507,'76052','2013-10-08 07:40:09'),(1522,1,508,'','2013-10-08 07:49:31'),(1523,2,508,'','2013-10-08 07:49:31'),(1524,3,508,'','2013-10-08 07:49:32'),(1525,1,509,'','2013-10-08 07:52:12'),(1526,2,509,'','2013-10-08 07:52:12'),(1527,3,509,'76001','2013-10-08 07:52:12'),(1528,1,510,'','2013-10-08 07:56:50'),(1529,2,510,'','2013-10-08 07:56:50'),(1530,3,510,'30265','2013-10-08 07:56:50'),(1531,1,511,'','2013-10-08 08:50:41'),(1532,2,511,'','2013-10-08 08:50:41'),(1533,3,511,'','2013-10-08 08:50:41'),(1534,1,512,'','2013-10-08 08:54:33'),(1535,2,512,'','2013-10-08 08:54:33'),(1536,3,512,'','2013-10-08 08:54:33'),(1537,1,513,'','2013-10-08 09:16:15'),(1538,2,513,'','2013-10-08 09:16:15'),(1539,3,513,'16874','2013-10-08 09:16:15'),(1540,1,514,'','2013-10-08 09:19:09'),(1541,2,514,'','2013-10-08 09:19:09'),(1542,3,514,'16874','2013-10-08 09:19:09'),(1543,1,515,'','2013-10-08 09:24:54'),(1544,2,515,'','2013-10-08 09:24:54'),(1545,3,515,'50427','2013-10-08 09:24:54'),(1546,1,516,'','2013-10-08 09:27:55'),(1547,2,516,'','2013-10-08 09:27:55'),(1548,3,516,'','2013-10-08 09:27:55'),(1549,1,517,'','2013-10-08 09:29:57'),(1550,2,517,'','2013-10-08 09:29:57'),(1551,3,517,'43292','2013-10-08 09:29:57'),(1552,1,518,'','2013-10-08 09:32:31'),(1553,2,518,'','2013-10-08 09:32:31'),(1554,3,518,'100','2013-10-08 09:32:31'),(1555,1,519,'','2013-10-08 09:36:04'),(1556,2,519,'','2013-10-08 09:36:04'),(1557,3,519,'50427','2013-10-08 09:36:04'),(1558,1,520,'','2013-10-08 09:39:54'),(1559,2,520,'','2013-10-08 09:39:54'),(1560,3,520,'','2013-10-08 09:39:54'),(1561,1,521,'','2013-10-08 09:41:09'),(1562,2,521,'','2013-10-08 09:41:09'),(1563,3,521,'','2013-10-08 09:41:09'),(1564,1,522,'','2013-10-08 10:01:54'),(1565,2,522,'','2013-10-08 10:01:54'),(1566,3,522,'','2013-10-08 10:01:54'),(1567,1,523,'','2013-10-08 10:07:03'),(1568,2,523,'','2013-10-08 10:07:03'),(1569,3,523,'16874','2013-10-08 10:07:03'),(1570,1,524,'','2013-10-08 10:42:46'),(1571,2,524,'','2013-10-08 10:42:46'),(1572,3,524,'','2013-10-08 10:42:46'),(1573,1,525,'','2013-10-08 10:47:35'),(1574,2,525,'','2013-10-08 10:47:35'),(1575,3,525,'50427','2013-10-08 10:47:35'),(1576,1,526,'','2013-10-08 10:53:31'),(1577,2,526,'','2013-10-08 10:53:31'),(1578,3,526,'76009','2013-10-08 10:53:31'),(1579,1,527,'','2013-10-08 11:12:47'),(1580,2,527,'','2013-10-08 11:12:47'),(1581,3,527,'16874','2013-10-08 11:12:47'),(1582,1,528,'','2013-10-08 11:16:05'),(1583,2,528,'','2013-10-08 11:16:05'),(1584,3,528,'76027','2013-10-08 11:16:05'),(1585,1,529,'','2013-10-08 11:22:54'),(1586,2,529,'','2013-10-08 11:22:54'),(1587,3,529,'44789','2013-10-08 11:22:54'),(1588,1,530,'','2013-10-08 11:24:23'),(1589,2,530,'','2013-10-08 11:24:23'),(1590,3,530,'','2013-10-08 11:24:23'),(1591,1,531,'','2013-10-08 12:08:10'),(1592,2,531,'','2013-10-08 12:08:10'),(1593,3,531,'','2013-10-08 12:08:10'),(1594,1,532,'','2013-10-08 12:18:22'),(1595,2,532,'','2013-10-08 12:18:22'),(1596,3,532,'','2013-10-08 12:18:22'),(1597,1,533,'','2013-10-08 12:26:56'),(1598,2,533,'','2013-10-08 12:26:56'),(1599,3,533,'','2013-10-08 12:26:56'),(1600,1,534,'','2013-10-08 12:30:50'),(1601,2,534,'','2013-10-08 12:30:50'),(1602,3,534,'76075','2013-10-08 12:30:50'),(1603,1,535,'','2013-10-08 13:09:23'),(1604,2,535,'','2013-10-08 13:09:23'),(1605,3,535,'76052','2013-10-08 13:09:23'),(1606,1,536,'','2013-10-08 13:27:54'),(1607,2,536,'','2013-10-08 13:27:54'),(1608,3,536,'','2013-10-08 13:27:54'),(1609,1,537,'','2013-10-08 13:32:18'),(1610,2,537,'','2013-10-08 13:32:18'),(1611,3,537,'44789','2013-10-08 13:32:18'),(1612,1,538,'','2013-10-08 13:35:31'),(1613,2,538,'','2013-10-08 13:35:31'),(1614,3,538,'76052','2013-10-08 13:35:31'),(1615,1,539,'','2013-10-08 13:39:00'),(1616,2,539,'','2013-10-08 13:39:00'),(1617,3,539,'76044','2013-10-08 13:39:00'),(1618,1,540,'','2013-10-08 13:50:18'),(1619,2,540,'','2013-10-08 13:50:18'),(1620,3,540,'','2013-10-08 13:50:18'),(1621,1,541,'','2013-10-08 14:22:58'),(1622,2,541,'','2013-10-08 14:22:58'),(1623,3,541,'76001','2013-10-08 14:22:58'),(1624,1,542,'','2013-10-08 14:28:53'),(1625,2,542,'','2013-10-08 14:28:53'),(1626,3,542,'','2013-10-08 14:28:53'),(1627,1,543,'','2013-10-08 14:35:03'),(1628,2,543,'','2013-10-08 14:35:03'),(1629,3,543,'50427','2013-10-08 14:35:03'),(1630,1,544,'','2013-10-08 14:45:18'),(1631,2,544,'','2013-10-08 14:45:18'),(1632,3,544,'76001','2013-10-08 14:45:18'),(1633,1,545,'','2013-10-08 14:49:04'),(1634,2,545,'','2013-10-08 14:49:04'),(1635,3,545,'','2013-10-08 14:49:04'),(1636,1,546,'','2013-10-08 14:51:36'),(1637,2,546,'','2013-10-08 14:51:36'),(1638,3,546,'16874','2013-10-08 14:51:36'),(1639,1,547,'','2013-10-08 14:58:44'),(1640,2,547,'','2013-10-08 14:58:44'),(1641,3,547,'76050','2013-10-08 14:58:44'),(1642,1,548,'','2013-10-08 15:24:16'),(1643,2,548,'','2013-10-08 15:24:16'),(1644,3,548,'16874','2013-10-08 15:24:16'),(1645,1,549,'','2013-10-08 15:30:15'),(1646,2,549,'','2013-10-08 15:30:15'),(1647,3,549,'','2013-10-08 15:30:15'),(1648,1,550,'','2013-10-08 15:45:17'),(1649,2,550,'','2013-10-08 15:45:17'),(1650,3,550,'1105','2013-10-08 15:45:17'),(1651,1,551,'','2013-10-08 16:07:00'),(1652,2,551,'','2013-10-08 16:07:00'),(1653,3,551,'76068','2013-10-08 16:07:00'),(1654,1,552,'','2013-10-08 16:10:41'),(1655,2,552,'','2013-10-08 16:10:41'),(1656,3,552,'1115','2013-10-08 16:10:41'),(1657,1,553,'','2013-10-08 16:13:45'),(1658,2,553,'','2013-10-08 16:13:45'),(1659,3,553,'','2013-10-08 16:13:45'),(1660,1,554,'','2013-10-08 16:19:17'),(1661,2,554,'','2013-10-08 16:19:17'),(1662,3,554,'76027','2013-10-08 16:19:17'),(1663,1,555,'','2013-10-08 16:21:35'),(1664,2,555,'','2013-10-08 16:21:35'),(1665,3,555,'','2013-10-08 16:21:35'),(1666,1,556,'','2013-10-08 16:30:43'),(1667,2,556,'','2013-10-08 16:30:43'),(1668,3,556,'','2013-10-08 16:30:43'),(1669,1,557,'','2013-10-08 16:34:36'),(1670,2,557,'','2013-10-08 16:34:36'),(1671,3,557,'','2013-10-08 16:34:36'),(1672,1,558,'','2013-10-08 16:37:31'),(1673,2,558,'','2013-10-08 16:37:31'),(1674,3,558,'76009','2013-10-08 16:37:31'),(1675,1,559,'','2013-10-08 16:39:34'),(1676,2,559,'','2013-10-08 16:39:34'),(1677,3,559,'44789','2013-10-08 16:39:34'),(1678,1,560,'','2013-10-08 16:43:14'),(1679,2,560,'','2013-10-08 16:43:14'),(1680,3,560,'','2013-10-08 16:43:14'),(1681,1,561,'','2013-10-08 17:34:26'),(1682,2,561,'','2013-10-08 17:34:26'),(1683,3,561,'','2013-10-08 17:34:26'),(1684,1,562,'','2013-10-08 17:39:31'),(1685,2,562,'','2013-10-08 17:39:31'),(1686,3,562,'','2013-10-08 17:39:31'),(1687,1,563,'','2013-10-08 17:44:43'),(1688,2,563,'','2013-10-08 17:44:43'),(1689,3,563,'50427','2013-10-08 17:44:43'),(1690,1,564,'','2013-10-08 17:52:49'),(1691,2,564,'','2013-10-08 17:52:49'),(1692,3,564,'50427','2013-10-08 17:52:49'),(1693,1,565,'','2013-10-08 18:01:45'),(1694,2,565,'','2013-10-08 18:01:45'),(1695,3,565,'43292','2013-10-08 18:01:45'),(1696,1,566,'','2013-10-08 20:37:26'),(1697,2,566,'','2013-10-08 20:37:26'),(1698,3,566,'','2013-10-08 20:37:26'),(1699,1,567,'','2013-10-08 21:36:57'),(1700,2,567,'','2013-10-08 21:36:57'),(1701,3,567,'','2013-10-08 21:36:57'),(1702,1,568,'','2013-10-08 21:41:01'),(1703,2,568,'','2013-10-08 21:41:01'),(1704,3,568,'','2013-10-08 21:41:01'),(1705,1,569,'','2013-10-08 21:42:20'),(1706,2,569,'','2013-10-08 21:42:20'),(1707,3,569,'76033','2013-10-08 21:42:20'),(1708,1,570,'','2013-10-08 21:46:32'),(1709,2,570,'','2013-10-08 21:46:32'),(1710,3,570,'50427','2013-10-08 21:46:32'),(1711,1,571,'','2013-10-08 21:49:38'),(1712,2,571,'','2013-10-08 21:49:38'),(1713,3,571,'50427','2013-10-08 21:49:38'),(1714,1,572,'','2013-10-08 21:51:45'),(1715,2,572,'','2013-10-08 21:51:45'),(1716,3,572,'50427','2013-10-08 21:51:45'),(1717,1,573,'','2013-10-08 21:54:05'),(1718,2,573,'','2013-10-08 21:54:05'),(1719,3,573,'15866','2013-10-08 21:54:05'),(1720,1,574,'','2013-10-08 21:56:48'),(1721,2,574,'','2013-10-08 21:56:48'),(1722,3,574,'50427','2013-10-08 21:56:48'),(1723,1,575,'','2013-10-08 21:58:44'),(1724,2,575,'','2013-10-08 21:58:44'),(1725,3,575,'2488','2013-10-08 21:58:44'),(1726,1,576,'','2013-10-08 22:01:07'),(1727,2,576,'','2013-10-08 22:01:07'),(1728,3,576,'76009','2013-10-08 22:01:07'),(1729,1,577,'','2013-10-08 22:05:18'),(1730,2,577,'','2013-10-08 22:05:18'),(1731,3,577,'1525','2013-10-08 22:05:18'),(1732,1,578,'','2013-10-08 22:07:41'),(1733,2,578,'','2013-10-08 22:07:41'),(1734,3,578,'76068','2013-10-08 22:07:41'),(1735,1,579,'','2013-10-08 22:12:21'),(1736,2,579,'','2013-10-08 22:12:21'),(1737,3,579,'','2013-10-08 22:12:21'),(1738,1,580,'','2013-10-08 22:15:03'),(1739,2,580,'','2013-10-08 22:15:03'),(1740,3,580,'38361','2013-10-08 22:15:03'),(1741,1,581,'','2013-10-08 22:17:25'),(1742,2,581,'','2013-10-08 22:17:25'),(1743,3,581,'50427','2013-10-08 22:17:25'),(1744,1,582,'','2013-10-08 22:19:24'),(1745,2,582,'','2013-10-08 22:19:24'),(1746,3,582,'50427','2013-10-08 22:19:24'),(1747,1,583,'','2013-10-08 22:21:09'),(1748,2,583,'','2013-10-08 22:21:09'),(1749,3,583,'76005','2013-10-08 22:21:09'),(1750,1,584,'','2013-10-08 22:22:57'),(1751,2,584,'','2013-10-08 22:22:57'),(1752,3,584,'16874','2013-10-08 22:22:57'),(1753,1,585,'','2013-10-08 22:25:11'),(1754,2,585,'','2013-10-08 22:25:11'),(1755,3,585,'15866','2013-10-08 22:25:11'),(1756,1,586,'','2013-10-08 22:26:36'),(1757,2,586,'','2013-10-08 22:26:36'),(1758,3,586,'50427','2013-10-08 22:26:36'),(1759,1,587,'','2013-10-08 22:28:33'),(1760,2,587,'','2013-10-08 22:28:33'),(1761,3,587,'586559','2013-10-08 22:28:33'),(1762,1,588,'','2013-10-08 22:30:32'),(1763,2,588,'','2013-10-08 22:30:32'),(1764,3,588,'44724','2013-10-08 22:30:32'),(1765,1,589,'','2013-10-08 22:33:17'),(1766,2,589,'','2013-10-08 22:33:17'),(1767,3,589,'','2013-10-08 22:33:17'),(1768,1,590,'','2013-10-08 22:35:56'),(1769,2,590,'','2013-10-08 22:35:56'),(1770,3,590,'76009','2013-10-08 22:35:56'),(1771,1,591,'','2013-10-08 22:37:55'),(1772,2,591,'','2013-10-08 22:37:55'),(1773,3,591,'','2013-10-08 22:37:55'),(1774,1,592,'','2013-10-08 22:39:00'),(1775,2,592,'','2013-10-08 22:39:00'),(1776,3,592,'','2013-10-08 22:39:00'),(1777,1,593,'','2013-10-08 22:40:07'),(1778,2,593,'','2013-10-08 22:40:07'),(1779,3,593,'76004','2013-10-08 22:40:07'),(1780,1,594,'','2013-10-08 22:41:26'),(1781,2,594,'','2013-10-08 22:41:26'),(1782,3,594,'','2013-10-08 22:41:26'),(1783,1,595,'','2013-10-08 22:43:24'),(1784,2,595,'','2013-10-08 22:43:24'),(1785,3,595,'46644','2013-10-08 22:43:24'),(1786,1,596,'','2013-10-08 22:45:04'),(1787,2,596,'','2013-10-08 22:45:04'),(1788,3,596,'','2013-10-08 22:45:04'),(1789,1,597,'0540840756','2013-10-08 23:52:30'),(1790,2,597,'','2013-10-08 23:52:30'),(1791,3,597,'','2013-10-08 23:52:30'),(1792,1,598,'0540840756','2013-10-08 23:56:14'),(1793,2,598,'','2013-10-08 23:56:14'),(1794,3,598,'','2013-10-08 23:56:14'),(1795,1,599,'','2013-10-09 00:29:04'),(1796,2,599,'','2013-10-09 00:29:04'),(1797,3,599,'76009','2013-10-09 00:29:04'),(1798,1,600,'','2013-10-09 03:27:52'),(1799,2,600,'','2013-10-09 03:27:52'),(1800,3,600,'','2013-10-09 03:27:52'),(1801,1,601,'','2013-10-09 07:27:16'),(1802,2,601,'','2013-10-09 07:27:16'),(1803,3,601,'16874','2013-10-09 07:27:16'),(1804,1,602,'','2013-10-09 07:53:20'),(1805,2,602,'','2013-10-09 07:53:20'),(1806,3,602,'76057','2013-10-09 07:53:20'),(1807,1,603,'','2013-10-09 08:33:08'),(1808,2,603,'','2013-10-09 08:33:08'),(1809,3,603,'50427','2013-10-09 08:33:08'),(1810,1,604,'','2013-10-09 08:35:45'),(1811,2,604,'','2013-10-09 08:35:45'),(1812,3,604,'76044','2013-10-09 08:35:45'),(1813,1,605,'','2013-10-09 08:40:48'),(1814,2,605,'','2013-10-09 08:40:48'),(1815,3,605,'','2013-10-09 08:40:48'),(1816,1,606,'','2013-10-09 08:43:21'),(1817,2,606,'','2013-10-09 08:43:21'),(1818,3,606,'76072','2013-10-09 08:43:21'),(1819,1,607,'','2013-10-09 08:45:29'),(1820,2,607,'','2013-10-09 08:45:29'),(1821,3,607,'','2013-10-09 08:45:29'),(1822,1,608,'','2013-10-09 08:50:01'),(1823,2,608,'','2013-10-09 08:50:01'),(1824,3,608,'','2013-10-09 08:50:01'),(1825,1,609,'','2013-10-09 08:52:13'),(1826,2,609,'','2013-10-09 08:52:13'),(1827,3,609,'76050','2013-10-09 08:52:13'),(1828,1,610,'','2013-10-09 08:56:41'),(1829,2,610,'','2013-10-09 08:56:42'),(1830,3,610,'','2013-10-09 08:56:42'),(1831,1,611,'','2013-10-09 08:59:21'),(1832,2,611,'','2013-10-09 08:59:21'),(1833,3,611,'','2013-10-09 08:59:21'),(1834,1,612,'','2013-10-09 09:02:02'),(1835,2,612,'','2013-10-09 09:02:02'),(1836,3,612,'1139','2013-10-09 09:02:02'),(1837,1,613,'','2013-10-09 09:04:00'),(1838,2,613,'','2013-10-09 09:04:00'),(1839,3,613,'','2013-10-09 09:04:00'),(1840,1,614,'','2013-10-09 09:07:25'),(1841,2,614,'','2013-10-09 09:07:25'),(1842,3,614,'','2013-10-09 09:07:25'),(1843,1,615,'','2013-10-09 09:10:31'),(1844,2,615,'','2013-10-09 09:10:31'),(1845,3,615,'43692','2013-10-09 09:10:31'),(1846,1,616,'','2013-10-09 09:12:44'),(1847,2,616,'','2013-10-09 09:12:44'),(1848,3,616,'','2013-10-09 09:12:44'),(1849,1,617,'','2013-10-09 09:15:38'),(1850,2,617,'','2013-10-09 09:15:38'),(1851,3,617,'','2013-10-09 09:15:38'),(1852,1,618,'','2013-10-09 09:20:03'),(1853,2,618,'','2013-10-09 09:20:03'),(1854,3,618,'1105','2013-10-09 09:20:03'),(1855,1,619,'','2013-10-09 09:25:09'),(1856,2,619,'','2013-10-09 09:25:09'),(1857,3,619,'','2013-10-09 09:25:09'),(1858,1,620,'','2013-10-09 09:29:24'),(1859,2,620,'','2013-10-09 09:29:24'),(1860,3,620,'','2013-10-09 09:29:24'),(1861,1,621,'','2013-10-09 09:30:47'),(1862,2,621,'','2013-10-09 09:30:47'),(1863,3,621,'','2013-10-09 09:30:47'),(1864,1,622,'','2013-10-09 09:32:34'),(1865,2,622,'','2013-10-09 09:32:34'),(1866,3,622,'','2013-10-09 09:32:34'),(1867,1,623,'','2013-10-09 09:34:16'),(1868,2,623,'','2013-10-09 09:34:16'),(1869,3,623,'','2013-10-09 09:34:16'),(1870,1,624,'','2013-10-09 09:36:42'),(1871,2,624,'','2013-10-09 09:36:42'),(1872,3,624,'2488','2013-10-09 09:36:42'),(1873,1,625,'','2013-10-09 09:39:51'),(1874,2,625,'','2013-10-09 09:39:51'),(1875,3,625,'','2013-10-09 09:39:51'),(1876,1,626,'','2013-10-09 10:11:56'),(1877,2,626,'','2013-10-09 10:11:56'),(1878,3,626,'76052','2013-10-09 10:11:56'),(1879,1,627,'','2013-10-09 10:14:38'),(1880,2,627,'','2013-10-09 10:14:38'),(1881,3,627,'76001','2013-10-09 10:14:38'),(1882,1,628,'','2013-10-09 10:17:07'),(1883,2,628,'','2013-10-09 10:17:07'),(1884,3,628,'76058','2013-10-09 10:17:07'),(1885,1,629,'','2013-10-09 10:20:14'),(1886,2,629,'','2013-10-09 10:20:14'),(1887,3,629,'76067','2013-10-09 10:20:14'),(1888,1,630,'','2013-10-09 10:23:01'),(1889,2,630,'','2013-10-09 10:23:01'),(1890,3,630,'','2013-10-09 10:23:01'),(1891,1,631,'','2013-10-09 10:26:08'),(1892,2,631,'','2013-10-09 10:26:08'),(1893,3,631,'76005','2013-10-09 10:26:08'),(1894,1,632,'','2013-10-09 10:27:49'),(1895,2,632,'','2013-10-09 10:27:49'),(1896,3,632,'1525','2013-10-09 10:27:49'),(1897,1,633,'','2013-10-09 10:29:47'),(1898,2,633,'','2013-10-09 10:29:47'),(1899,3,633,'','2013-10-09 10:29:47'),(1900,1,634,'','2013-10-09 10:33:52'),(1901,2,634,'','2013-10-09 10:33:52'),(1902,3,634,'50427','2013-10-09 10:33:52'),(1903,1,635,'','2013-10-09 10:38:49'),(1904,2,635,'','2013-10-09 10:38:49'),(1905,3,635,'','2013-10-09 10:38:49'),(1906,1,636,'','2013-10-09 10:42:36'),(1907,2,636,'','2013-10-09 10:42:36'),(1908,3,636,'50427','2013-10-09 10:42:36'),(1909,1,637,'','2013-10-09 10:45:43'),(1910,2,637,'','2013-10-09 10:45:43'),(1911,3,637,'','2013-10-09 10:45:43'),(1912,1,638,'','2013-10-09 10:47:54'),(1913,2,638,'','2013-10-09 10:47:54'),(1914,3,638,'76027','2013-10-09 10:47:54'),(1915,1,639,'','2013-10-09 10:49:34'),(1916,2,639,'','2013-10-09 10:49:34'),(1917,3,639,'','2013-10-09 10:49:34'),(1918,1,640,'','2013-10-09 10:53:19'),(1919,2,640,'','2013-10-09 10:53:19'),(1920,3,640,'16874','2013-10-09 10:53:19'),(1921,1,641,'','2013-10-09 10:55:21'),(1922,2,641,'','2013-10-09 10:55:21'),(1923,3,641,'15866','2013-10-09 10:55:21'),(1924,1,642,'','2013-10-09 10:57:54'),(1925,2,642,'','2013-10-09 10:57:54'),(1926,3,642,'50427','2013-10-09 10:57:54'),(1927,1,643,'','2013-10-09 11:07:48'),(1928,2,643,'','2013-10-09 11:07:48'),(1929,3,643,'','2013-10-09 11:07:48'),(1930,1,644,'','2013-10-09 11:11:18'),(1931,2,644,'','2013-10-09 11:11:18'),(1932,3,644,'','2013-10-09 11:11:18'),(1933,1,643,'','2013-10-09 11:18:16'),(1934,2,643,'','2013-10-09 11:18:16'),(1935,3,643,'','2013-10-09 11:18:16'),(1936,1,645,'','2013-10-09 11:18:46'),(1937,2,645,'','2013-10-09 11:18:46'),(1938,3,645,'','2013-10-09 11:18:46'),(1939,1,647,'','2013-10-09 11:22:59'),(1940,2,647,'','2013-10-09 11:22:59'),(1941,3,647,'','2013-10-09 11:22:59'),(1942,1,648,'','2013-10-09 11:28:24'),(1943,2,648,'','2013-10-09 11:28:24'),(1944,3,648,'','2013-10-09 11:28:24'),(1945,1,649,'','2013-10-09 11:39:39'),(1946,2,649,'','2013-10-09 11:39:39'),(1947,3,649,'1105','2013-10-09 11:39:39'),(1948,1,650,'','2013-10-09 11:43:47'),(1949,2,650,'','2013-10-09 11:43:47'),(1950,3,650,'','2013-10-09 11:43:47'),(1951,1,651,'','2013-10-09 11:47:06'),(1952,2,651,'','2013-10-09 11:47:06'),(1953,3,651,'38361','2013-10-09 11:47:06'),(1954,1,652,'','2013-10-09 11:50:49'),(1955,2,652,'','2013-10-09 11:50:49'),(1956,3,652,'76052','2013-10-09 11:50:49'),(1957,1,653,'','2013-10-09 11:54:00'),(1958,2,653,'','2013-10-09 11:54:00'),(1959,3,653,'','2013-10-09 11:54:00'),(1960,1,654,'','2013-10-09 11:56:48'),(1961,2,654,'','2013-10-09 11:56:48'),(1962,3,654,'76009','2013-10-09 11:56:48'),(1963,1,655,'','2013-10-09 12:06:43'),(1964,2,655,'','2013-10-09 12:06:43'),(1965,3,655,'','2013-10-09 12:06:43'),(1966,1,656,'','2013-10-09 12:18:58'),(1967,2,656,'','2013-10-09 12:18:58'),(1968,3,656,'76068','2013-10-09 12:18:58'),(1969,1,657,'','2013-10-09 12:23:04'),(1970,2,657,'','2013-10-09 12:23:04'),(1971,3,657,'1689','2013-10-09 12:23:04'),(1972,1,658,'','2013-10-09 12:34:50'),(1973,2,658,'','2013-10-09 12:34:50'),(1974,3,658,'','2013-10-09 12:34:50'),(1975,1,658,'','2013-10-09 12:35:11'),(1976,2,658,'','2013-10-09 12:35:11'),(1977,3,658,'','2013-10-09 12:35:11'),(1978,1,660,'','2013-10-09 12:39:50'),(1979,2,660,'','2013-10-09 12:39:50'),(1980,3,660,'50559','2013-10-09 12:39:50'),(1981,1,661,'','2013-10-09 12:46:18'),(1982,2,661,'','2013-10-09 12:46:18'),(1983,3,661,'','2013-10-09 12:46:18'),(1984,1,662,'','2013-10-09 13:11:20'),(1985,2,662,'','2013-10-09 13:11:20'),(1986,3,662,'50427','2013-10-09 13:11:20'),(1987,1,663,'','2013-10-09 13:14:38'),(1988,2,663,'','2013-10-09 13:14:38'),(1989,3,663,'44789','2013-10-09 13:14:38'),(1990,1,664,'','2013-10-09 13:26:17'),(1991,2,664,'','2013-10-09 13:26:17'),(1992,3,664,'','2013-10-09 13:26:17'),(1993,1,665,'','2013-10-09 13:38:59'),(1994,2,665,'','2013-10-09 13:38:59'),(1995,3,665,'50427','2013-10-09 13:38:59'),(1996,1,666,'','2013-10-09 14:13:01'),(1997,2,666,'','2013-10-09 14:13:01'),(1998,3,666,'','2013-10-09 14:13:01'),(1999,1,667,'','2013-10-09 14:17:54'),(2000,2,667,'','2013-10-09 14:17:54'),(2001,3,667,'','2013-10-09 14:17:54'),(2002,1,668,'','2013-10-09 14:20:57'),(2003,2,668,'','2013-10-09 14:20:57'),(2004,3,668,'50427','2013-10-09 14:20:57'),(2005,1,669,'','2013-10-09 14:26:03'),(2006,2,669,'','2013-10-09 14:26:03'),(2007,3,669,'76009','2013-10-09 14:26:03'),(2008,1,670,'','2013-10-09 14:35:18'),(2009,2,670,'','2013-10-09 14:35:18'),(2010,3,670,'16874','2013-10-09 14:35:18'),(2011,1,671,'','2013-10-09 14:48:59'),(2012,2,671,'','2013-10-09 14:48:59'),(2013,3,671,'16874','2013-10-09 14:48:59'),(2014,1,672,'','2013-10-09 14:52:36'),(2015,2,672,'','2013-10-09 14:52:36'),(2016,3,672,'76068','2013-10-09 14:52:36'),(2017,1,672,'','2013-10-09 14:56:37'),(2018,2,672,'','2013-10-09 14:56:37'),(2019,3,672,'','2013-10-09 14:56:37'),(2020,1,674,'','2013-10-09 14:59:09'),(2021,2,674,'','2013-10-09 14:59:09'),(2022,3,674,'16874','2013-10-09 14:59:09'),(2023,1,675,'','2013-10-09 15:10:55'),(2024,2,675,'','2013-10-09 15:10:55'),(2025,3,675,'','2013-10-09 15:10:55'),(2026,1,676,'','2013-10-09 15:26:58'),(2027,2,676,'','2013-10-09 15:26:58'),(2028,3,676,'76052','2013-10-09 15:26:58'),(2029,1,677,'','2013-10-09 15:31:45'),(2030,2,677,'','2013-10-09 15:31:45'),(2031,3,677,'1525','2013-10-09 15:31:45'),(2032,1,678,'','2013-10-09 15:38:20'),(2033,2,678,'','2013-10-09 15:38:20'),(2034,3,678,'','2013-10-09 15:38:20'),(2035,1,679,'','2013-10-09 15:56:04'),(2036,2,679,'','2013-10-09 15:56:04'),(2037,3,679,'','2013-10-09 15:56:04'),(2038,1,680,'','2013-10-09 16:04:33'),(2039,2,680,'','2013-10-09 16:04:33'),(2040,3,680,'','2013-10-09 16:04:33'),(2041,1,681,'','2013-10-09 16:09:39'),(2042,2,681,'','2013-10-09 16:09:39'),(2043,3,681,'1105','2013-10-09 16:09:39'),(2044,1,682,'','2013-10-09 16:13:36'),(2045,2,682,'','2013-10-09 16:13:36'),(2046,3,682,'50427','2013-10-09 16:13:36'),(2047,1,683,'','2013-10-09 16:41:34'),(2048,2,683,'','2013-10-09 16:41:34'),(2049,3,683,'','2013-10-09 16:41:34'),(2050,1,684,'','2013-10-09 16:50:04'),(2051,2,684,'','2013-10-09 16:50:04'),(2052,3,684,'','2013-10-09 16:50:04'),(2053,1,685,'','2013-10-09 16:54:07'),(2054,2,685,'','2013-10-09 16:54:07'),(2055,3,685,'50427','2013-10-09 16:54:07'),(2056,1,686,'','2013-10-09 17:06:13'),(2057,2,686,'','2013-10-09 17:06:13'),(2058,3,686,'38361','2013-10-09 17:06:13'),(2059,1,687,'','2013-10-09 17:57:34'),(2060,2,687,'','2013-10-09 17:57:34'),(2061,3,687,'73.40','2013-10-09 17:57:34'),(2062,1,688,'','2013-10-09 18:19:13'),(2063,2,688,'','2013-10-09 18:19:13'),(2064,3,688,'43292','2013-10-09 18:19:13'),(2065,1,689,'','2013-10-09 18:24:13'),(2066,2,689,'','2013-10-09 18:24:13'),(2067,3,689,'1175','2013-10-09 18:24:13'),(2068,1,690,'','2013-10-09 18:40:24'),(2069,2,690,'','2013-10-09 18:40:24'),(2070,3,690,'','2013-10-09 18:40:24'),(2071,1,691,'','2013-10-09 18:49:44'),(2072,2,691,'','2013-10-09 18:49:44'),(2073,3,691,'50427','2013-10-09 18:49:44'),(2074,1,692,'','2013-10-09 18:56:32'),(2075,2,692,'','2013-10-09 18:56:32'),(2076,3,692,'44789','2013-10-09 18:56:32'),(2077,1,693,'','2013-10-09 19:06:16'),(2078,2,693,'','2013-10-09 19:06:16'),(2079,3,693,'76027','2013-10-09 19:06:16'),(2080,1,694,'','2013-10-09 19:11:05'),(2081,2,694,'','2013-10-09 19:11:05'),(2082,3,694,'76057','2013-10-09 19:11:05'),(2083,1,695,'','2013-10-09 19:26:00'),(2084,2,695,'','2013-10-09 19:26:00'),(2085,3,695,'','2013-10-09 19:26:00'),(2086,1,696,'','2013-10-09 19:33:23'),(2087,2,696,'','2013-10-09 19:33:23'),(2088,3,696,'','2013-10-09 19:33:23'),(2089,1,697,'','2013-10-09 19:46:54'),(2090,2,697,'','2013-10-09 19:46:54'),(2091,3,697,'76052','2013-10-09 19:46:54'),(2092,1,698,'','2013-10-09 20:38:56'),(2093,2,698,'','2013-10-09 20:38:56'),(2094,3,698,'1016','2013-10-09 20:38:56'),(2095,1,699,'','2013-10-09 21:05:06'),(2096,2,699,'','2013-10-09 21:05:06'),(2097,3,699,'1016','2013-10-09 21:05:06'),(2098,1,700,'','2013-10-09 21:10:24'),(2099,2,700,'','2013-10-09 21:10:24'),(2100,3,700,'','2013-10-09 21:10:24'),(2101,1,701,'','2013-10-09 21:19:23'),(2102,2,701,'','2013-10-09 21:19:23'),(2103,3,701,'16874','2013-10-09 21:19:23'),(2104,1,702,'','2013-10-09 21:33:27'),(2105,2,702,'','2013-10-09 21:33:27'),(2106,3,702,'2488','2013-10-09 21:33:27'),(2107,1,703,'','2013-10-09 21:38:07'),(2108,2,703,'','2013-10-09 21:38:07'),(2109,3,703,'1525','2013-10-09 21:38:07'),(2110,1,704,'','2013-10-09 21:59:09'),(2111,2,704,'','2013-10-09 21:59:09'),(2112,3,704,'76009','2013-10-09 21:59:09'),(2113,1,705,'','2013-10-09 22:08:09'),(2114,2,705,'','2013-10-09 22:08:09'),(2115,3,705,'','2013-10-09 22:08:09'),(2116,1,706,'','2013-10-09 22:15:39'),(2117,2,706,'','2013-10-09 22:15:39'),(2118,3,706,'','2013-10-09 22:15:39'),(2119,1,707,'','2013-10-09 22:19:23'),(2120,2,707,'','2013-10-09 22:19:23'),(2121,3,707,'','2013-10-09 22:19:23'),(2122,1,708,'','2013-10-09 22:52:28'),(2123,2,708,'','2013-10-09 22:52:28'),(2124,3,708,'','2013-10-09 22:52:28'),(2125,1,709,'','2013-10-09 23:08:59'),(2126,2,709,'','2013-10-09 23:08:59'),(2127,3,709,'2488','2013-10-09 23:08:59'),(2128,1,710,'','2013-10-10 00:55:05'),(2129,2,710,'','2013-10-10 00:55:05'),(2130,3,710,'','2013-10-10 00:55:05'),(2131,1,711,'','2013-10-10 01:05:38'),(2132,2,711,'','2013-10-10 01:05:38'),(2133,3,711,'2488','2013-10-10 01:05:38'),(2134,1,712,'','2013-10-10 01:12:23'),(2135,2,712,'','2013-10-10 01:12:23'),(2136,3,712,'','2013-10-10 01:12:23'),(2137,1,713,'','2013-10-10 01:19:22'),(2138,2,713,'','2013-10-10 01:19:22'),(2139,3,713,'','2013-10-10 01:19:22'),(2140,1,714,'','2013-10-10 01:25:40'),(2141,2,714,'','2013-10-10 01:25:40'),(2142,3,714,'','2013-10-10 01:25:40'),(2143,1,715,'','2013-10-10 01:29:56'),(2144,2,715,'','2013-10-10 01:29:56'),(2145,3,715,'','2013-10-10 01:29:56'),(2146,1,716,'','2013-10-10 06:55:00'),(2147,2,716,'','2013-10-10 06:55:00'),(2148,3,716,'','2013-10-10 06:55:00'),(2149,1,717,'','2013-10-10 06:59:24'),(2150,2,717,'','2013-10-10 06:59:24'),(2151,3,717,'','2013-10-10 06:59:24'),(2152,1,718,'','2013-10-10 07:05:16'),(2153,2,718,'','2013-10-10 07:05:16'),(2154,3,718,'1525','2013-10-10 07:05:16'),(2155,1,719,'','2013-10-10 07:26:55'),(2156,2,719,'','2013-10-10 07:26:55'),(2157,3,719,'','2013-10-10 07:26:55'),(2158,1,720,'','2013-10-10 07:59:55'),(2159,2,720,'','2013-10-10 07:59:55'),(2160,3,720,'76009','2013-10-10 07:59:55'),(2161,1,721,'','2013-10-10 08:02:49'),(2162,2,721,'','2013-10-10 08:02:49'),(2163,3,721,'50427','2013-10-10 08:02:49'),(2164,1,722,'','2013-10-10 08:04:57'),(2165,2,722,'','2013-10-10 08:04:57'),(2166,3,722,'','2013-10-10 08:04:57'),(2167,1,723,'','2013-10-10 08:19:22'),(2168,2,723,'','2013-10-10 08:19:22'),(2169,3,723,'','2013-10-10 08:19:22'),(2170,1,724,'','2013-10-10 08:27:16'),(2171,2,724,'','2013-10-10 08:27:16'),(2172,3,724,'','2013-10-10 08:27:16'),(2173,1,725,'','2013-10-10 08:33:56'),(2174,2,725,'','2013-10-10 08:33:56'),(2175,3,725,'16874','2013-10-10 08:33:56'),(2176,1,726,'','2013-10-10 08:38:16'),(2177,2,726,'','2013-10-10 08:38:16'),(2178,3,726,'2488','2013-10-10 08:38:16'),(2179,1,727,'','2013-10-10 08:41:16'),(2180,2,727,'','2013-10-10 08:41:16'),(2181,3,727,'76001','2013-10-10 08:41:16'),(2182,1,728,'','2013-10-10 08:43:03'),(2183,2,728,'','2013-10-10 08:43:03'),(2184,3,728,'','2013-10-10 08:43:03'),(2185,1,729,'','2013-10-10 08:45:07'),(2186,2,729,'','2013-10-10 08:45:07'),(2187,3,729,'37.00','2013-10-10 08:45:07'),(2188,1,730,'','2013-10-10 08:48:27'),(2189,2,730,'','2013-10-10 08:48:27'),(2190,3,730,'','2013-10-10 08:48:27'),(2191,1,731,'','2013-10-10 08:51:58'),(2192,2,731,'','2013-10-10 08:51:58'),(2193,3,731,'16874','2013-10-10 08:51:58'),(2194,1,732,'','2013-10-10 08:55:27'),(2195,2,732,'','2013-10-10 08:55:27'),(2196,3,732,'50427','2013-10-10 08:55:27'),(2197,1,733,'','2013-10-10 09:05:05'),(2198,2,733,'','2013-10-10 09:05:05'),(2199,3,733,'','2013-10-10 09:05:05'),(2200,1,734,'','2013-10-10 09:10:48'),(2201,2,734,'','2013-10-10 09:10:48'),(2202,3,734,'','2013-10-10 09:10:48'),(2203,1,735,'','2013-10-10 09:15:23'),(2204,2,735,'','2013-10-10 09:15:23'),(2205,3,735,'','2013-10-10 09:15:23'),(2206,1,736,'','2013-10-10 09:19:03'),(2207,2,736,'','2013-10-10 09:19:03'),(2208,3,736,'','2013-10-10 09:19:03'),(2209,1,737,'','2013-10-10 09:25:54'),(2210,2,737,'','2013-10-10 09:25:54'),(2211,3,737,'','2013-10-10 09:25:54'),(2212,1,738,'','2013-10-10 09:29:02'),(2213,2,738,'','2013-10-10 09:29:02'),(2214,3,738,'50427','2013-10-10 09:29:02'),(2215,1,739,'','2013-10-10 09:34:58'),(2216,2,739,'','2013-10-10 09:34:58'),(2217,3,739,'76025','2013-10-10 09:34:58'),(2218,1,740,'','2013-10-10 09:38:45'),(2219,2,740,'','2013-10-10 09:38:45'),(2220,3,740,'','2013-10-10 09:38:45'),(2221,1,741,'','2013-10-10 09:42:04'),(2222,2,741,'','2013-10-10 09:42:04'),(2223,3,741,'5042','2013-10-10 09:42:04'),(2224,1,742,'','2013-10-10 09:45:29'),(2225,2,742,'','2013-10-10 09:45:29'),(2226,3,742,'15866','2013-10-10 09:45:29'),(2227,1,743,'','2013-10-10 09:51:39'),(2228,2,743,'','2013-10-10 09:51:39'),(2229,3,743,'43292','2013-10-10 09:51:39'),(2230,1,744,'','2013-10-10 09:55:55'),(2231,2,744,'','2013-10-10 09:55:55'),(2232,3,744,'','2013-10-10 09:55:55'),(2233,1,745,'','2013-10-10 10:01:38'),(2234,2,745,'','2013-10-10 10:01:38'),(2235,3,745,'','2013-10-10 10:01:38'),(2236,1,746,'','2013-10-10 10:06:52'),(2237,2,746,'','2013-10-10 10:06:52'),(2238,3,746,'44789','2013-10-10 10:06:52'),(2239,1,747,'','2013-10-10 10:14:14'),(2240,2,747,'','2013-10-10 10:14:14'),(2241,3,747,'','2013-10-10 10:14:14'),(2242,1,748,'','2013-10-10 10:16:06'),(2243,2,748,'','2013-10-10 10:16:06'),(2244,3,748,'38361','2013-10-10 10:16:06'),(2245,1,749,'','2013-10-10 10:20:54'),(2246,2,749,'','2013-10-10 10:20:54'),(2247,3,749,'76009','2013-10-10 10:20:54'),(2248,1,750,'','2013-10-10 10:23:19'),(2249,2,750,'','2013-10-10 10:23:19'),(2250,3,750,'76070','2013-10-10 10:23:19'),(2251,1,751,'','2013-10-10 10:25:15'),(2252,2,751,'','2013-10-10 10:25:15'),(2253,3,751,'76057','2013-10-10 10:25:15'),(2254,1,752,'','2013-10-10 10:27:44'),(2255,2,752,'','2013-10-10 10:27:44'),(2256,3,752,'1105','2013-10-10 10:27:44'),(2257,1,753,'','2013-10-10 10:41:54'),(2258,2,753,'','2013-10-10 10:41:54'),(2259,3,753,'50427','2013-10-10 10:41:54'),(2260,1,754,'','2013-10-10 10:54:11'),(2261,2,754,'','2013-10-10 10:54:11'),(2262,3,754,'','2013-10-10 10:54:11'),(2263,1,755,'','2013-10-10 10:57:00'),(2264,2,755,'','2013-10-10 10:57:00'),(2265,3,755,'76001','2013-10-10 10:57:00'),(2266,1,756,'','2013-10-10 11:02:28'),(2267,2,756,'','2013-10-10 11:02:28'),(2268,3,756,'','2013-10-10 11:02:28'),(2269,1,757,'','2013-10-10 11:04:41'),(2270,2,757,'','2013-10-10 11:04:41'),(2271,3,757,'','2013-10-10 11:04:41'),(2272,1,758,'','2013-10-10 11:10:37'),(2273,2,758,'','2013-10-10 11:10:37'),(2274,3,758,'','2013-10-10 11:10:37'),(2275,1,759,'','2013-10-10 11:18:12'),(2276,2,759,'','2013-10-10 11:18:12'),(2277,3,759,'44724','2013-10-10 11:18:12'),(2278,1,760,'','2013-10-10 11:28:04'),(2279,2,760,'','2013-10-10 11:28:04'),(2280,3,760,'1105','2013-10-10 11:28:04'),(2281,1,761,'','2013-10-10 11:37:48'),(2282,2,761,'','2013-10-10 11:37:48'),(2283,3,761,'','2013-10-10 11:37:48'),(2284,1,762,'','2013-10-10 11:41:02'),(2285,2,762,'','2013-10-10 11:41:03'),(2286,3,762,'50427','2013-10-10 11:41:03'),(2287,1,763,'','2013-10-10 11:46:13'),(2288,2,763,'','2013-10-10 11:46:13'),(2289,3,763,'1048','2013-10-10 11:46:13'),(2290,1,764,'','2013-10-10 11:57:44'),(2291,2,764,'','2013-10-10 11:57:44'),(2292,3,764,'','2013-10-10 11:57:44'),(2293,1,765,'','2013-10-10 12:00:29'),(2294,2,765,'','2013-10-10 12:00:29'),(2295,3,765,'','2013-10-10 12:00:29'),(2296,1,766,'','2013-10-10 12:03:26'),(2297,2,766,'','2013-10-10 12:03:26'),(2298,3,766,'','2013-10-10 12:03:27'),(2299,1,767,'','2013-10-10 12:04:59'),(2300,2,767,'','2013-10-10 12:04:59'),(2301,3,767,'','2013-10-10 12:04:59'),(2302,1,768,'','2013-10-10 12:06:46'),(2303,2,768,'','2013-10-10 12:06:46'),(2304,3,768,'','2013-10-10 12:06:46'),(2305,1,769,'','2013-10-10 12:08:23'),(2306,2,769,'','2013-10-10 12:08:23'),(2307,3,769,'1152','2013-10-10 12:08:23'),(2308,1,770,'','2013-10-10 12:15:39'),(2309,2,770,'','2013-10-10 12:15:39'),(2310,3,770,'76052','2013-10-10 12:15:39'),(2311,1,771,'','2013-10-10 12:18:52'),(2312,2,771,'','2013-10-10 12:18:52'),(2313,3,771,'2488','2013-10-10 12:18:52'),(2314,1,772,'','2013-10-10 12:24:48'),(2315,2,772,'','2013-10-10 12:24:48'),(2316,3,772,'','2013-10-10 12:24:48'),(2317,1,773,'','2013-10-10 12:26:55'),(2318,2,773,'','2013-10-10 12:26:55'),(2319,3,773,'','2013-10-10 12:26:55'),(2320,1,774,'','2013-10-10 12:29:04'),(2321,2,774,'','2013-10-10 12:29:04'),(2322,3,774,'76052','2013-10-10 12:29:04'),(2323,1,775,'','2013-10-10 12:31:46'),(2324,2,775,'','2013-10-10 12:31:46'),(2325,3,775,'50427','2013-10-10 12:31:46'),(2326,1,776,'','2013-10-10 12:35:17'),(2327,2,776,'','2013-10-10 12:35:17'),(2328,3,776,'','2013-10-10 12:35:17'),(2329,1,777,'','2013-10-10 12:37:09'),(2330,2,777,'','2013-10-10 12:37:09'),(2331,3,777,'','2013-10-10 12:37:09'),(2332,1,778,'','2013-10-10 12:43:08'),(2333,2,778,'','2013-10-10 12:43:08'),(2334,3,778,'','2013-10-10 12:43:08'),(2335,1,779,'','2013-10-10 12:46:49'),(2336,2,779,'','2013-10-10 12:46:49'),(2337,3,779,'16874','2013-10-10 12:46:49'),(2338,1,780,'','2013-10-10 12:50:47'),(2339,2,780,'','2013-10-10 12:50:47'),(2340,3,780,'','2013-10-10 12:50:47'),(2341,1,781,'','2013-10-10 12:52:18'),(2342,2,781,'','2013-10-10 12:52:18'),(2343,3,781,'1525','2013-10-10 12:52:18'),(2344,1,782,'','2013-10-10 13:00:09'),(2345,2,782,'','2013-10-10 13:00:09'),(2346,3,782,'50427','2013-10-10 13:00:09'),(2347,1,783,'','2013-10-10 13:12:00'),(2348,2,783,'','2013-10-10 13:12:00'),(2349,3,783,'50559','2013-10-10 13:12:00'),(2350,1,784,'','2013-10-10 13:16:18'),(2351,2,784,'','2013-10-10 13:16:18'),(2352,3,784,'','2013-10-10 13:16:18'),(2353,1,785,'','2013-10-10 13:24:13'),(2354,2,785,'','2013-10-10 13:24:13'),(2355,3,785,'16874','2013-10-10 13:24:13'),(2356,1,786,'','2013-10-10 13:29:03'),(2357,2,786,'','2013-10-10 13:29:03'),(2358,3,786,'44789','2013-10-10 13:29:03'),(2359,1,787,'','2013-10-10 13:33:49'),(2360,2,787,'','2013-10-10 13:33:49'),(2361,3,787,'50427','2013-10-10 13:33:49'),(2362,1,788,'','2013-10-10 13:36:31'),(2363,2,788,'','2013-10-10 13:36:31'),(2364,3,788,'','2013-10-10 13:36:31'),(2365,1,789,'','2013-10-10 13:42:33'),(2366,2,789,'','2013-10-10 13:42:33'),(2367,3,789,'76062','2013-10-10 13:42:33'),(2368,1,790,'','2013-10-10 13:46:21'),(2369,2,790,'','2013-10-10 13:46:21'),(2370,3,790,'','2013-10-10 13:46:21'),(2371,1,791,'','2013-10-10 14:14:35'),(2372,2,791,'','2013-10-10 14:14:35'),(2373,3,791,'76005','2013-10-10 14:14:35'),(2374,1,792,'','2013-10-10 14:16:20'),(2375,2,792,'','2013-10-10 14:16:20'),(2376,3,792,'','2013-10-10 14:16:20'),(2377,1,793,'','2013-10-10 14:21:01'),(2378,2,793,'','2013-10-10 14:21:01'),(2379,3,793,'','2013-10-10 14:21:01'),(2380,1,794,'','2013-10-10 14:24:38'),(2381,2,794,'','2013-10-10 14:24:38'),(2382,3,794,'16874','2013-10-10 14:24:38'),(2383,1,795,'','2013-10-10 14:38:54'),(2384,2,795,'','2013-10-10 14:38:54'),(2385,3,795,'','2013-10-10 14:38:54'),(2386,1,796,'','2013-10-10 14:48:14'),(2387,2,796,'','2013-10-10 14:48:14'),(2388,3,796,'','2013-10-10 14:48:14'),(2389,1,797,'','2013-10-10 15:05:13'),(2390,2,797,'','2013-10-10 15:05:13'),(2391,3,797,'12756','2013-10-10 15:05:13'),(2392,1,798,'','2013-10-10 15:11:04'),(2393,2,798,'','2013-10-10 15:11:04'),(2394,3,798,'22.00','2013-10-10 15:11:04'),(2395,1,799,'','2013-10-10 15:26:57'),(2396,2,799,'','2013-10-10 15:26:57'),(2397,3,799,'44789','2013-10-10 15:26:57'),(2398,1,800,'','2013-10-10 15:32:17'),(2399,2,800,'','2013-10-10 15:32:17'),(2400,3,800,'34008','2013-10-10 15:32:17'),(2401,1,801,'','2013-10-10 15:38:50'),(2402,2,801,'','2013-10-10 15:38:50'),(2403,3,801,'76043','2013-10-10 15:38:50'),(2404,1,802,'','2013-10-10 15:44:24'),(2405,2,802,'','2013-10-10 15:44:24'),(2406,3,802,'','2013-10-10 15:44:24'),(2407,1,803,'','2013-10-10 16:10:15'),(2408,2,803,'','2013-10-10 16:10:15'),(2409,3,803,'46644','2013-10-10 16:10:15'),(2410,1,804,'','2013-10-10 16:13:12'),(2411,2,804,'','2013-10-10 16:13:12'),(2412,3,804,'','2013-10-10 16:13:12'),(2413,1,805,'','2013-10-10 16:45:16'),(2414,2,805,'','2013-10-10 16:45:16'),(2415,3,805,'44789','2013-10-10 16:45:16'),(2416,1,806,'','2013-10-10 16:55:53'),(2417,2,806,'','2013-10-10 16:55:53'),(2418,3,806,'50427','2013-10-10 16:55:53'),(2419,1,807,'','2013-10-10 17:01:21'),(2420,2,807,'','2013-10-10 17:01:21'),(2421,3,807,'2222','2013-10-10 17:01:21'),(2422,1,808,'','2013-10-10 17:05:30'),(2423,2,808,'','2013-10-10 17:05:30'),(2424,3,808,'','2013-10-10 17:05:30'),(2425,1,809,'','2013-10-10 17:16:18'),(2426,2,809,'','2013-10-10 17:16:18'),(2427,3,809,'76033','2013-10-10 17:16:18'),(2428,1,810,'','2013-10-10 18:14:29'),(2429,2,810,'','2013-10-10 18:14:29'),(2430,3,810,'75508','2013-10-10 18:14:29'),(2431,1,811,'','2013-10-10 18:26:31'),(2432,2,811,'','2013-10-10 18:26:31'),(2433,3,811,'2488','2013-10-10 18:26:31'),(2434,1,812,'','2013-10-10 19:09:08'),(2435,2,812,'','2013-10-10 19:09:08'),(2436,3,812,'','2013-10-10 19:09:08'),(2437,1,813,'','2013-10-10 19:30:01'),(2438,2,813,'','2013-10-10 19:30:01'),(2439,3,813,'76027','2013-10-10 19:30:01'),(2440,1,814,'','2013-10-10 20:55:22'),(2441,2,814,'','2013-10-10 20:55:22'),(2442,3,814,'76009','2013-10-10 20:55:22'),(2443,1,815,'','2013-10-10 21:19:23'),(2444,2,815,'','2013-10-10 21:19:23'),(2445,3,815,'','2013-10-10 21:19:23'),(2446,1,816,'','2013-10-11 06:23:23'),(2447,2,816,'','2013-10-11 06:23:23'),(2448,3,816,'','2013-10-11 06:23:23'),(2449,1,817,'','2013-10-11 07:23:07'),(2450,2,817,'','2013-10-11 07:23:07'),(2451,3,817,'76001','2013-10-11 07:23:07'),(2452,1,818,'','2013-10-11 07:27:43'),(2453,2,818,'','2013-10-11 07:27:43'),(2454,3,818,'50427','2013-10-11 07:27:43'),(2455,1,819,'','2013-10-11 07:30:20'),(2456,2,819,'','2013-10-11 07:30:20'),(2457,3,819,'76001','2013-10-11 07:30:20'),(2458,1,820,'','2013-10-11 07:46:15'),(2459,2,820,'','2013-10-11 07:46:15'),(2460,3,820,'','2013-10-11 07:46:15'),(2461,1,821,'','2013-10-11 08:10:18'),(2462,2,821,'','2013-10-11 08:10:18'),(2463,3,821,'50427','2013-10-11 08:10:18'),(2464,1,822,'','2013-10-11 08:12:58'),(2465,2,822,'','2013-10-11 08:12:58'),(2466,3,822,'','2013-10-11 08:12:58'),(2467,1,823,'','2013-10-11 08:19:39'),(2468,2,823,'','2013-10-11 08:19:39'),(2469,3,823,'2488','2013-10-11 08:19:39'),(2470,1,824,'','2013-10-11 08:38:58'),(2471,2,824,'','2013-10-11 08:38:58'),(2472,3,824,'16874','2013-10-11 08:38:58'),(2473,1,825,'','2013-10-11 08:53:55'),(2474,2,825,'','2013-10-11 08:53:55'),(2475,3,825,'','2013-10-11 08:53:55'),(2476,1,826,'','2013-10-11 09:00:50'),(2477,2,826,'','2013-10-11 09:00:50'),(2478,3,826,'46644','2013-10-11 09:00:50'),(2479,1,827,'','2013-10-11 09:05:01'),(2480,2,827,'','2013-10-11 09:05:01'),(2481,3,827,'','2013-10-11 09:05:01'),(2482,1,828,'','2013-10-11 09:11:46'),(2483,2,828,'','2013-10-11 09:11:46'),(2484,3,828,'1105','2013-10-11 09:11:46'),(2485,1,829,'','2013-10-11 09:14:43'),(2486,2,829,'','2013-10-11 09:14:43'),(2487,3,829,'76052','2013-10-11 09:14:43'),(2488,1,830,'','2013-10-11 09:18:17'),(2489,2,830,'','2013-10-11 09:18:17'),(2490,3,830,'','2013-10-11 09:18:17'),(2491,1,831,'','2013-10-11 09:28:49'),(2492,2,831,'','2013-10-11 09:28:49'),(2493,3,831,'50427','2013-10-11 09:28:49'),(2494,1,832,'','2013-10-11 09:32:26'),(2495,2,832,'','2013-10-11 09:32:26'),(2496,3,832,'76027','2013-10-11 09:32:26'),(2497,1,833,'','2013-10-11 09:35:51'),(2498,2,833,'','2013-10-11 09:35:51'),(2499,3,833,'50427','2013-10-11 09:35:51'),(2500,1,834,'','2013-10-11 09:39:27'),(2501,2,834,'','2013-10-11 09:39:27'),(2502,3,834,'','2013-10-11 09:39:27'),(2503,1,835,'','2013-10-11 09:54:00'),(2504,2,835,'','2013-10-11 09:54:00'),(2505,3,835,'','2013-10-11 09:54:00'),(2506,1,836,'','2013-10-11 10:02:54'),(2507,2,836,'','2013-10-11 10:02:54'),(2508,3,836,'','2013-10-11 10:02:54'),(2509,1,837,'','2013-10-11 10:06:27'),(2510,2,837,'','2013-10-11 10:06:27'),(2511,3,837,'','2013-10-11 10:06:27'),(2512,1,838,'','2013-10-11 10:16:17'),(2513,2,838,'','2013-10-11 10:16:17'),(2514,3,838,'76009','2013-10-11 10:16:17'),(2515,1,839,'','2013-10-11 10:19:01'),(2516,2,839,'','2013-10-11 10:19:01'),(2517,3,839,'76009','2013-10-11 10:19:01'),(2518,1,840,'','2013-10-11 10:22:34'),(2519,2,840,'','2013-10-11 10:22:34'),(2520,3,840,'76001','2013-10-11 10:22:34'),(2521,1,841,'','2013-10-11 10:24:54'),(2522,2,841,'','2013-10-11 10:24:54'),(2523,3,841,'','2013-10-11 10:24:54'),(2524,1,842,'','2013-10-11 10:27:26'),(2525,2,842,'','2013-10-11 10:27:26'),(2526,3,842,'76065','2013-10-11 10:27:26'),(2527,1,843,'','2013-10-11 10:36:24'),(2528,2,843,'','2013-10-11 10:36:24'),(2529,3,843,'','2013-10-11 10:36:24'),(2530,1,844,'','2013-10-11 10:41:47'),(2531,2,844,'','2013-10-11 10:41:47'),(2532,3,844,'76052','2013-10-11 10:41:47'),(2533,1,845,'','2013-10-11 10:51:43'),(2534,2,845,'','2013-10-11 10:51:43'),(2535,3,845,'43292','2013-10-11 10:51:43'),(2536,1,846,'','2013-10-11 11:09:44'),(2537,2,846,'','2013-10-11 11:09:44'),(2538,3,846,'50427','2013-10-11 11:09:44'),(2539,1,847,'','2013-10-11 11:12:40'),(2540,2,847,'','2013-10-11 11:12:40'),(2541,3,847,'50427','2013-10-11 11:12:40'),(2542,1,848,'','2013-10-11 11:14:15'),(2543,2,848,'','2013-10-11 11:14:15'),(2544,3,848,'44789','2013-10-11 11:14:15'),(2545,1,849,'','2013-10-11 11:16:05'),(2546,2,849,'','2013-10-11 11:16:05'),(2547,3,849,'44789','2013-10-11 11:16:05'),(2548,1,850,'','2013-10-11 11:18:41'),(2549,2,850,'','2013-10-11 11:18:41'),(2550,3,850,'','2013-10-11 11:18:41'),(2551,1,851,'','2013-10-11 11:25:37'),(2552,2,851,'','2013-10-11 11:25:37'),(2553,3,851,'','2013-10-11 11:25:37'),(2554,1,852,'','2013-10-11 11:34:46'),(2555,2,852,'','2013-10-11 11:34:46'),(2556,3,852,'','2013-10-11 11:34:46'),(2557,1,853,'','2013-10-11 11:37:24'),(2558,2,853,'','2013-10-11 11:37:24'),(2559,3,853,'','2013-10-11 11:37:24'),(2560,1,854,'','2013-10-11 11:39:44'),(2561,2,854,'','2013-10-11 11:39:44'),(2562,3,854,'','2013-10-11 11:39:44'),(2563,1,855,'','2013-10-11 11:43:38'),(2564,2,855,'','2013-10-11 11:43:38'),(2565,3,855,'50427','2013-10-11 11:43:38'),(2566,1,856,'','2013-10-11 11:46:58'),(2567,2,856,'','2013-10-11 11:46:58'),(2568,3,856,'16874','2013-10-11 11:46:58'),(2569,1,857,'','2013-10-11 11:48:35'),(2570,2,857,'','2013-10-11 11:48:35'),(2571,3,857,'76005','2013-10-11 11:48:35'),(2572,1,858,'','2013-10-11 12:02:00'),(2573,2,858,'','2013-10-11 12:02:00'),(2574,3,858,'','2013-10-11 12:02:00'),(2575,1,859,'','2013-10-11 12:08:16'),(2576,2,859,'','2013-10-11 12:08:16'),(2577,3,859,'76027','2013-10-11 12:08:16'),(2578,1,860,'','2013-10-11 12:15:27'),(2579,2,860,'','2013-10-11 12:15:27'),(2580,3,860,'','2013-10-11 12:15:27'),(2581,1,861,'','2013-10-11 12:22:41'),(2582,2,861,'','2013-10-11 12:22:41'),(2583,3,861,'','2013-10-11 12:22:41'),(2584,1,862,'','2013-10-11 12:26:11'),(2585,2,862,'','2013-10-11 12:26:11'),(2586,3,862,'44789','2013-10-11 12:26:11'),(2587,1,863,'','2013-10-11 12:30:25'),(2588,2,863,'','2013-10-11 12:30:25'),(2589,3,863,'22514','2013-10-11 12:30:25'),(2590,1,864,'','2013-10-11 12:34:31'),(2591,2,864,'','2013-10-11 12:34:31'),(2592,3,864,'','2013-10-11 12:34:31'),(2593,1,865,'','2013-10-11 12:40:21'),(2594,2,865,'','2013-10-11 12:40:21'),(2595,3,865,'1016','2013-10-11 12:40:21'),(2596,1,866,'','2013-10-11 12:44:15'),(2597,2,866,'','2013-10-11 12:44:15'),(2598,3,866,'','2013-10-11 12:44:15'),(2599,1,867,'','2013-10-11 12:46:40'),(2600,2,867,'','2013-10-11 12:46:40'),(2601,3,867,'','2013-10-11 12:46:40'),(2602,1,868,'','2013-10-11 12:49:31'),(2603,2,868,'','2013-10-11 12:49:31'),(2604,3,868,'','2013-10-11 12:49:31'),(2605,1,869,'','2013-10-11 12:55:45'),(2606,2,869,'','2013-10-11 12:55:45'),(2607,3,869,'','2013-10-11 12:55:45'),(2608,1,870,'','2013-10-11 12:59:38'),(2609,2,870,'','2013-10-11 12:59:38'),(2610,3,870,'','2013-10-11 12:59:38'),(2611,1,871,'','2013-10-11 13:03:01'),(2612,2,871,'','2013-10-11 13:03:01'),(2613,3,871,'','2013-10-11 13:03:01'),(2614,1,872,'','2013-10-11 13:06:22'),(2615,2,872,'','2013-10-11 13:06:22'),(2616,3,872,'76005','2013-10-11 13:06:22'),(2617,1,873,'','2013-10-11 13:10:36'),(2618,2,873,'','2013-10-11 13:10:36'),(2619,3,873,'76027','2013-10-11 13:10:36'),(2620,1,874,'','2013-10-11 13:13:10'),(2621,2,874,'','2013-10-11 13:13:10'),(2622,3,874,'','2013-10-11 13:13:10'),(2623,1,875,'','2013-10-11 13:26:11'),(2624,2,875,'','2013-10-11 13:26:11'),(2625,3,875,'76052','2013-10-11 13:26:11'),(2626,1,876,'','2013-10-11 13:31:58'),(2627,2,876,'','2013-10-11 13:31:58'),(2628,3,876,'','2013-10-11 13:31:58'),(2629,1,877,'','2013-10-11 13:42:25'),(2630,2,877,'','2013-10-11 13:42:25'),(2631,3,877,'','2013-10-11 13:42:25'),(2632,1,878,'','2013-10-11 13:53:35'),(2633,2,878,'','2013-10-11 13:53:35'),(2634,3,878,'','2013-10-11 13:53:35'),(2635,1,879,'','2013-10-11 13:56:39'),(2636,2,879,'','2013-10-11 13:56:39'),(2637,3,879,'1525','2013-10-11 13:56:39'),(2638,1,880,'','2013-10-11 13:59:18'),(2639,2,880,'','2013-10-11 13:59:18'),(2640,3,880,'44789','2013-10-11 13:59:18'),(2641,1,881,'','2013-10-11 14:03:07'),(2642,2,881,'','2013-10-11 14:03:07'),(2643,3,881,'','2013-10-11 14:03:07'),(2644,1,882,'','2013-10-11 14:07:35'),(2645,2,882,'','2013-10-11 14:07:35'),(2646,3,882,'76057','2013-10-11 14:07:35'),(2647,1,883,'','2013-10-11 14:23:32'),(2648,2,883,'','2013-10-11 14:23:32'),(2649,3,883,'','2013-10-11 14:23:32'),(2650,1,884,'','2013-10-11 14:36:18'),(2651,2,884,'','2013-10-11 14:36:18'),(2652,3,884,'76052','2013-10-11 14:36:18'),(2653,1,885,'','2013-10-11 14:43:16'),(2654,2,885,'','2013-10-11 14:43:16'),(2655,3,885,'76052','2013-10-11 14:43:16'),(2656,1,886,'','2013-10-11 14:54:18'),(2657,2,886,'','2013-10-11 14:54:18'),(2658,3,886,'50427','2013-10-11 14:54:18'),(2659,1,887,'','2013-10-11 14:56:59'),(2660,2,887,'','2013-10-11 14:56:59'),(2661,3,887,'','2013-10-11 14:56:59'),(2662,1,888,'','2013-10-11 15:07:58'),(2663,2,888,'','2013-10-11 15:07:58'),(2664,3,888,'50427','2013-10-11 15:07:58'),(2665,1,889,'','2013-10-11 15:10:26'),(2666,2,889,'','2013-10-11 15:10:26'),(2667,3,889,'','2013-10-11 15:10:26'),(2668,1,890,'','2013-10-11 15:19:56'),(2669,2,890,'','2013-10-11 15:19:56'),(2670,3,890,'76071','2013-10-11 15:19:56'),(2671,1,891,'','2013-10-11 15:22:52'),(2672,2,891,'','2013-10-11 15:22:52'),(2673,3,891,'','2013-10-11 15:22:52'),(2674,1,892,'','2013-10-11 15:32:28'),(2675,2,892,'','2013-10-11 15:32:28'),(2676,3,892,'38361','2013-10-11 15:32:28'),(2677,1,893,'','2013-10-11 15:44:47'),(2678,2,893,'','2013-10-11 15:44:47'),(2679,3,893,'','2013-10-11 15:44:47'),(2680,1,894,'','2013-10-11 15:49:18'),(2681,2,894,'','2013-10-11 15:49:18'),(2682,3,894,'76065','2013-10-11 15:49:18'),(2683,1,895,'','2013-10-11 15:53:07'),(2684,2,895,'','2013-10-11 15:53:07'),(2685,3,895,'','2013-10-11 15:53:07'),(2686,1,896,'','2013-10-11 16:02:43'),(2687,2,896,'','2013-10-11 16:02:43'),(2688,3,896,'76001','2013-10-11 16:02:43'),(2689,1,897,'','2013-10-11 16:17:40'),(2690,2,897,'','2013-10-11 16:17:40'),(2691,3,897,'45183','2013-10-11 16:17:40'),(2692,1,898,'','2013-10-11 16:43:45'),(2693,2,898,'','2013-10-11 16:43:45'),(2694,3,898,'','2013-10-11 16:43:45'),(2695,1,899,'','2013-10-11 16:48:05'),(2696,2,899,'','2013-10-11 16:48:05'),(2697,3,899,'76052','2013-10-11 16:48:05'),(2698,1,900,'','2013-10-11 16:58:26'),(2699,2,900,'','2013-10-11 16:58:26'),(2700,3,900,'16874','2013-10-11 16:58:26'),(2701,1,901,'','2013-10-11 17:03:56'),(2702,2,901,'','2013-10-11 17:03:56'),(2703,3,901,'44789','2013-10-11 17:03:56'),(2704,1,902,'','2013-10-11 17:22:49'),(2705,2,902,'','2013-10-11 17:22:49'),(2706,3,902,'1152','2013-10-11 17:22:49'),(2707,1,903,'','2013-10-11 18:01:26'),(2708,2,903,'','2013-10-11 18:01:26'),(2709,3,903,'76009','2013-10-11 18:01:26'),(2710,1,904,'','2013-10-11 18:21:59'),(2711,2,904,'','2013-10-11 18:21:59'),(2712,3,904,'1152','2013-10-11 18:21:59'),(2713,1,905,'','2013-10-11 18:26:52'),(2714,2,905,'','2013-10-11 18:26:52'),(2715,3,905,'76027','2013-10-11 18:26:52'),(2716,1,906,'','2013-10-11 18:39:34'),(2717,2,906,'','2013-10-11 18:39:34'),(2718,3,906,'50427','2013-10-11 18:39:34'),(2719,1,907,'','2013-10-11 18:49:48'),(2720,2,907,'','2013-10-11 18:49:48'),(2721,3,907,'76052','2013-10-11 18:49:48'),(2722,1,908,'','2013-10-11 18:56:58'),(2723,2,908,'','2013-10-11 18:56:58'),(2724,3,908,'','2013-10-11 18:56:58'),(2725,1,909,'','2013-10-11 19:22:51'),(2726,2,909,'','2013-10-11 19:22:51'),(2727,3,909,'76009','2013-10-11 19:22:51'),(2728,1,910,'','2013-10-11 19:26:11'),(2729,2,910,'','2013-10-11 19:26:11'),(2730,3,910,'76009','2013-10-11 19:26:11'),(2731,1,911,'','2013-10-11 19:53:19'),(2732,2,911,'','2013-10-11 19:53:19'),(2733,3,911,'WARD','2013-10-11 19:53:19'),(2734,1,912,'','2013-10-11 20:01:14'),(2735,2,912,'','2013-10-11 20:01:14'),(2736,3,912,'','2013-10-11 20:01:14'),(2737,1,913,'','2013-10-11 20:08:02'),(2738,2,913,'','2013-10-11 20:08:02'),(2739,3,913,'16874','2013-10-11 20:08:02'),(2740,1,914,'','2013-10-11 20:39:18'),(2741,2,914,'','2013-10-11 20:39:18'),(2742,3,914,'','2013-10-11 20:39:18'),(2743,1,915,'','2013-10-11 20:49:20'),(2744,2,915,'','2013-10-11 20:49:20'),(2745,3,915,'','2013-10-11 20:49:20'),(2746,1,916,'','2013-10-11 20:53:15'),(2747,2,916,'','2013-10-11 20:53:15'),(2748,3,916,'','2013-10-11 20:53:15'),(2749,1,917,'','2013-10-11 21:04:59'),(2750,2,917,'','2013-10-11 21:04:59'),(2751,3,917,'76027','2013-10-11 21:04:59'),(2752,1,918,'','2013-10-11 21:15:19'),(2753,2,918,'','2013-10-11 21:15:19'),(2754,3,918,'','2013-10-11 21:15:19'),(2755,1,919,'','2013-10-11 21:53:55'),(2756,2,919,'','2013-10-11 21:53:55'),(2757,3,919,'45183','2013-10-11 21:53:55'),(2758,1,920,'','2013-10-11 21:59:07'),(2759,2,920,'','2013-10-11 21:59:07'),(2760,3,920,'76009','2013-10-11 21:59:07'),(2761,1,921,'','2013-10-11 23:06:09'),(2762,2,921,'','2013-10-11 23:06:09'),(2763,3,921,'50427','2013-10-11 23:06:09'),(2764,1,922,'','2013-10-12 00:28:06'),(2765,2,922,'','2013-10-12 00:28:06'),(2766,3,922,'','2013-10-12 00:28:06'),(2767,1,923,'','2013-10-12 06:37:53'),(2768,2,923,'','2013-10-12 06:37:53'),(2769,3,923,'','2013-10-12 06:37:53'),(2770,1,924,'','2013-10-12 06:45:13'),(2771,2,924,'','2013-10-12 06:45:13'),(2772,3,924,'50427','2013-10-12 06:45:13'),(2773,1,925,'','2013-10-12 06:50:13'),(2774,2,925,'','2013-10-12 06:50:13'),(2775,3,925,'50427','2013-10-12 06:50:13'),(2776,1,926,'','2013-10-12 06:56:58'),(2777,2,926,'','2013-10-12 06:56:58'),(2778,3,926,'76052','2013-10-12 06:56:58'),(2779,1,927,'','2013-10-12 07:02:38'),(2780,2,927,'','2013-10-12 07:02:38'),(2781,3,927,'16874','2013-10-12 07:02:38'),(2782,1,928,'','2013-10-12 07:07:29'),(2783,2,928,'','2013-10-12 07:07:29'),(2784,3,928,'76009','2013-10-12 07:07:29'),(2785,1,929,'','2013-10-12 07:17:20'),(2786,2,929,'','2013-10-12 07:17:20'),(2787,3,929,'16874','2013-10-12 07:17:20'),(2788,1,930,'','2013-10-12 07:27:23'),(2789,2,930,'','2013-10-12 07:27:23'),(2790,3,930,'50427','2013-10-12 07:27:23'),(2791,1,931,'','2013-10-12 07:44:06'),(2792,2,931,'','2013-10-12 07:44:06'),(2793,3,931,'76033','2013-10-12 07:44:06'),(2794,1,932,'','2013-10-12 07:54:21'),(2795,2,932,'','2013-10-12 07:54:21'),(2796,3,932,'50427','2013-10-12 07:54:21'),(2797,1,933,'','2013-10-12 07:59:49'),(2798,2,933,'','2013-10-12 07:59:49'),(2799,3,933,'','2013-10-12 07:59:49'),(2800,1,934,'','2013-10-12 08:01:59'),(2801,2,934,'','2013-10-12 08:01:59'),(2802,3,934,'','2013-10-12 08:02:00'),(2803,1,935,'','2013-10-12 08:12:41'),(2804,2,935,'','2013-10-12 08:12:41'),(2805,3,935,'','2013-10-12 08:12:41'),(2806,1,936,'','2013-10-12 08:15:55'),(2807,2,936,'','2013-10-12 08:15:55'),(2808,3,936,'50427','2013-10-12 08:15:55'),(2809,1,937,'','2013-10-12 08:24:49'),(2810,2,937,'','2013-10-12 08:24:49'),(2811,3,937,'76009','2013-10-12 08:24:49'),(2812,1,938,'','2013-10-12 08:39:03'),(2813,2,938,'','2013-10-12 08:39:03'),(2814,3,938,'','2013-10-12 08:39:03'),(2815,1,939,'','2013-10-12 08:45:46'),(2816,2,939,'','2013-10-12 08:45:46'),(2817,3,939,'','2013-10-12 08:45:46'),(2818,1,940,'','2013-10-12 08:48:06'),(2819,2,940,'','2013-10-12 08:48:06'),(2820,3,940,'1525','2013-10-12 08:48:06'),(2821,1,941,'','2013-10-12 08:55:09'),(2822,2,941,'','2013-10-12 08:55:09'),(2823,3,941,'75501','2013-10-12 08:55:09'),(2824,1,942,'','2013-10-12 08:58:40'),(2825,2,942,'','2013-10-12 08:58:40'),(2826,3,942,'','2013-10-12 08:58:40'),(2827,1,943,'','2013-10-12 09:12:31'),(2828,2,943,'','2013-10-12 09:12:31'),(2829,3,943,'','2013-10-12 09:12:31'),(2830,1,944,'','2013-10-12 09:26:32'),(2831,2,944,'','2013-10-12 09:26:32'),(2832,3,944,'288','2013-10-12 09:26:32'),(2833,1,945,'','2013-10-12 09:33:06'),(2834,2,945,'','2013-10-12 09:33:06'),(2835,3,945,'50559','2013-10-12 09:33:06'),(2836,1,946,'','2013-10-12 09:49:41'),(2837,2,946,'','2013-10-12 09:49:41'),(2838,3,946,'76072','2013-10-12 09:49:41'),(2839,1,947,'','2013-10-12 09:57:59'),(2840,2,947,'','2013-10-12 09:57:59'),(2841,3,947,'45183','2013-10-12 09:57:59'),(2842,1,948,'','2013-10-12 10:08:14'),(2843,2,948,'','2013-10-12 10:08:14'),(2844,3,948,'','2013-10-12 10:08:14'),(2845,1,949,'','2013-10-12 10:11:38'),(2846,2,949,'','2013-10-12 10:11:38'),(2847,3,949,'','2013-10-12 10:11:38'),(2848,1,950,'','2013-10-12 10:21:56'),(2849,2,950,'','2013-10-12 10:21:56'),(2850,3,950,'44789','2013-10-12 10:21:56'),(2851,1,951,'','2013-10-12 10:28:10'),(2852,2,951,'','2013-10-12 10:28:10'),(2853,3,951,'43292','2013-10-12 10:28:10'),(2854,1,952,'','2013-10-12 10:42:14'),(2855,2,952,'','2013-10-12 10:42:14'),(2856,3,952,'76009','2013-10-12 10:42:14'),(2857,1,953,'','2013-10-12 10:45:08'),(2858,2,953,'','2013-10-12 10:45:08'),(2859,3,953,'76004','2013-10-12 10:45:08'),(2860,1,954,'','2013-10-12 10:54:14'),(2861,2,954,'','2013-10-12 10:54:14'),(2862,3,954,'76073','2013-10-12 10:54:14'),(2863,1,955,'','2013-10-12 11:15:25'),(2864,2,955,'','2013-10-12 11:15:25'),(2865,3,955,'76052','2013-10-12 11:15:25'),(2866,1,956,'','2013-10-12 11:21:39'),(2867,2,956,'','2013-10-12 11:21:39'),(2868,3,956,'76027','2013-10-12 11:21:39'),(2869,1,957,'','2013-10-12 11:25:47'),(2870,2,957,'','2013-10-12 11:25:47'),(2871,3,957,'50427','2013-10-12 11:25:47'),(2872,1,958,'','2013-10-12 11:30:16'),(2873,2,958,'','2013-10-12 11:30:16'),(2874,3,958,'50427','2013-10-12 11:30:16'),(2875,1,959,'','2013-10-12 11:38:16'),(2876,2,959,'','2013-10-12 11:38:16'),(2877,3,959,'','2013-10-12 11:38:16'),(2878,1,960,'','2013-10-12 11:44:06'),(2879,2,960,'','2013-10-12 11:44:06'),(2880,3,960,'76009','2013-10-12 11:44:06'),(2881,1,961,'','2013-10-12 11:45:51'),(2882,2,961,'','2013-10-12 11:45:51'),(2883,3,961,'76065','2013-10-12 11:45:51'),(2884,1,962,'','2013-10-12 12:05:23'),(2885,2,962,'','2013-10-12 12:05:23'),(2886,3,962,'16874','2013-10-12 12:05:23'),(2887,1,963,'','2013-10-12 12:08:25'),(2888,2,963,'','2013-10-12 12:08:25'),(2889,3,963,'','2013-10-12 12:08:25'),(2890,1,964,'','2013-10-12 12:19:40'),(2891,2,964,'','2013-10-12 12:19:40'),(2892,3,964,'','2013-10-12 12:19:40'),(2893,1,965,'','2013-10-12 12:36:09'),(2894,2,965,'','2013-10-12 12:36:09'),(2895,3,965,'','2013-10-12 12:36:09'),(2896,1,966,'','2013-10-12 12:40:13'),(2897,2,966,'','2013-10-12 12:40:13'),(2898,3,966,'','2013-10-12 12:40:13'),(2899,1,967,'','2013-10-12 12:59:17'),(2900,2,967,'','2013-10-12 12:59:17'),(2901,3,967,'76067','2013-10-12 12:59:17'),(2902,1,968,'','2013-10-12 13:03:02'),(2903,2,968,'','2013-10-12 13:03:02'),(2904,3,968,'','2013-10-12 13:03:02'),(2905,1,969,'','2013-10-12 13:10:43'),(2906,2,969,'','2013-10-12 13:10:43'),(2907,3,969,'44789','2013-10-12 13:10:43'),(2908,1,970,'','2013-10-12 13:19:00'),(2909,2,970,'','2013-10-12 13:19:00'),(2910,3,970,'','2013-10-12 13:19:00'),(2911,1,971,'','2013-10-12 13:43:00'),(2912,2,971,'','2013-10-12 13:43:00'),(2913,3,971,'','2013-10-12 13:43:00'),(2914,1,972,'','2013-10-12 13:47:05'),(2915,2,972,'','2013-10-12 13:47:05'),(2916,3,972,'44789','2013-10-12 13:47:05'),(2917,1,973,'','2013-10-12 13:54:21'),(2918,2,973,'','2013-10-12 13:54:21'),(2919,3,973,'76001','2013-10-12 13:54:21'),(2920,1,974,'','2013-10-12 13:57:38'),(2921,2,974,'','2013-10-12 13:57:38'),(2922,3,974,'16874','2013-10-12 13:57:38'),(2923,1,975,'','2013-10-12 14:09:16'),(2924,2,975,'','2013-10-12 14:09:16'),(2925,3,975,'1525','2013-10-12 14:09:16'),(2926,1,976,'','2013-10-12 14:11:46'),(2927,2,976,'','2013-10-12 14:11:46'),(2928,3,976,'','2013-10-12 14:11:46'),(2929,1,977,'','2013-10-12 14:14:45'),(2930,2,977,'','2013-10-12 14:14:45'),(2931,3,977,'44789','2013-10-12 14:14:45'),(2932,1,978,'','2013-10-12 14:29:07'),(2933,2,978,'','2013-10-12 14:29:07'),(2934,3,978,'','2013-10-12 14:29:07'),(2935,1,979,'','2013-10-12 14:35:30'),(2936,2,979,'','2013-10-12 14:35:30'),(2937,3,979,'','2013-10-12 14:35:30'),(2938,1,980,'','2013-10-12 14:46:23'),(2939,2,980,'','2013-10-12 14:46:23'),(2940,3,980,'','2013-10-12 14:46:23'),(2941,1,981,'','2013-10-12 14:48:41'),(2942,2,981,'','2013-10-12 14:48:41'),(2943,3,981,'','2013-10-12 14:48:41'),(2944,1,982,'','2013-10-12 15:00:58'),(2945,2,982,'','2013-10-12 15:00:58'),(2946,3,982,'50427','2013-10-12 15:00:58'),(2947,1,983,'','2013-10-12 15:06:40'),(2948,2,983,'','2013-10-12 15:06:40'),(2949,3,983,'38361','2013-10-12 15:06:40'),(2950,1,984,'','2013-10-12 15:17:54'),(2951,2,984,'','2013-10-12 15:17:54'),(2952,3,984,'76057','2013-10-12 15:17:54'),(2953,1,985,'','2013-10-12 15:33:35'),(2954,2,985,'','2013-10-12 15:33:35'),(2955,3,985,'76052','2013-10-12 15:33:35'),(2956,1,986,'','2013-10-12 15:36:24'),(2957,2,986,'','2013-10-12 15:36:24'),(2958,3,986,'44789','2013-10-12 15:36:24'),(2959,1,987,'','2013-10-12 15:41:27'),(2960,2,987,'','2013-10-12 15:41:27'),(2961,3,987,'76027','2013-10-12 15:41:27'),(2962,1,988,'','2013-10-12 16:18:07'),(2963,2,988,'','2013-10-12 16:18:07'),(2964,3,988,'76001','2013-10-12 16:18:07'),(2965,1,989,'','2013-10-12 17:37:31'),(2966,2,989,'','2013-10-12 17:37:31'),(2967,3,989,'','2013-10-12 17:37:31'),(2968,1,990,'','2013-10-12 17:45:09'),(2969,2,990,'','2013-10-12 17:45:09'),(2970,3,990,'76001','2013-10-12 17:45:09'),(2971,1,991,'','2013-10-12 17:47:10'),(2972,2,991,'','2013-10-12 17:47:10'),(2973,3,991,'76001','2013-10-12 17:47:10'),(2974,1,992,'','2013-10-12 17:55:28'),(2975,2,992,'','2013-10-12 17:55:28'),(2976,3,992,'','2013-10-12 17:55:28'),(2977,1,993,'','2013-10-12 18:11:31'),(2978,2,993,'','2013-10-12 18:11:31'),(2979,3,993,'50427','2013-10-12 18:11:31'),(2980,1,994,'','2013-10-12 18:16:31'),(2981,2,994,'','2013-10-12 18:16:31'),(2982,3,994,'50427','2013-10-12 18:16:31'),(2983,1,995,'','2013-10-12 18:29:10'),(2984,2,995,'','2013-10-12 18:29:10'),(2985,3,995,'44789','2013-10-12 18:29:10'),(2986,1,996,'','2013-10-12 18:32:15'),(2987,2,996,'','2013-10-12 18:32:15'),(2988,3,996,'76005','2013-10-12 18:32:15'),(2989,1,997,'','2013-10-12 18:40:46'),(2990,2,997,'','2013-10-12 18:40:46'),(2991,3,997,'44789','2013-10-12 18:40:46'),(2992,1,998,'','2013-10-12 18:48:02'),(2993,2,998,'','2013-10-12 18:48:02'),(2994,3,998,'44789','2013-10-12 18:48:02'),(2995,1,999,'','2013-10-12 19:41:27'),(2996,2,999,'','2013-10-12 19:41:27'),(2997,3,999,'1005','2013-10-12 19:41:27'),(2998,1,1000,'','2013-10-12 20:06:25'),(2999,2,1000,'','2013-10-12 20:06:25'),(3000,3,1000,'50427','2013-10-12 20:06:25'),(3001,1,1001,'','2013-10-12 20:25:35'),(3002,2,1001,'','2013-10-12 20:25:35'),(3003,3,1001,'76009','2013-10-12 20:25:35'),(3004,1,1002,'','2013-10-12 21:02:18'),(3005,2,1002,'','2013-10-12 21:02:18'),(3006,3,1002,'','2013-10-12 21:02:18'),(3007,1,1003,'0268634267','2013-10-12 21:27:49'),(3008,2,1003,'','2013-10-12 21:27:49'),(3009,3,1003,'','2013-10-12 21:27:49'),(3010,1,1004,'0201617349','2013-10-12 21:33:11'),(3011,2,1004,'','2013-10-12 21:33:11'),(3012,3,1004,'','2013-10-12 21:33:11'),(3013,1,1005,'','2013-10-12 21:48:35'),(3014,2,1005,'','2013-10-12 21:48:35'),(3015,3,1005,'1525','2013-10-12 21:48:35'),(3016,1,1006,'','2013-10-12 23:25:35'),(3017,2,1006,'','2013-10-12 23:25:35'),(3018,3,1006,'','2013-10-12 23:25:35'),(3019,1,1007,'','2013-10-12 23:34:54'),(3020,2,1007,'','2013-10-12 23:34:54'),(3021,3,1007,'','2013-10-12 23:34:54'),(3022,1,1008,'','2013-10-12 23:55:58'),(3023,2,1008,'','2013-10-12 23:55:58'),(3024,3,1008,'76052','2013-10-12 23:55:58'),(3025,1,1009,'','2013-10-13 00:36:54'),(3026,2,1009,'','2013-10-13 00:36:54'),(3027,3,1009,'','2013-10-13 00:36:54'),(3028,1,1010,'','2013-10-13 00:42:36'),(3029,2,1010,'','2013-10-13 00:42:36'),(3030,3,1010,'','2013-10-13 00:42:36'),(3031,1,1011,'','2013-10-13 07:31:34'),(3032,2,1011,'','2013-10-13 07:31:34'),(3033,3,1011,'76058','2013-10-13 07:31:34'),(3034,1,1012,'','2013-10-13 07:36:32'),(3035,2,1012,'','2013-10-13 07:36:32'),(3036,3,1012,'50427','2013-10-13 07:36:32'),(3037,1,1013,'','2013-10-13 09:37:08'),(3038,2,1013,'','2013-10-13 09:37:08'),(3039,3,1013,'','2013-10-13 09:37:08'),(3040,1,1014,'','2013-10-13 09:43:15'),(3041,2,1014,'','2013-10-13 09:43:15'),(3042,3,1014,'1005','2013-10-13 09:43:15'),(3043,1,1015,'','2013-10-13 09:46:23'),(3044,2,1015,'','2013-10-13 09:46:23'),(3045,3,1015,'1005','2013-10-13 09:46:23'),(3046,1,1016,'','2013-10-13 09:52:39'),(3047,2,1016,'','2013-10-13 09:52:39'),(3048,3,1016,'','2013-10-13 09:52:39'),(3049,1,1017,'','2013-10-13 10:07:42'),(3050,2,1017,'','2013-10-13 10:07:42'),(3051,3,1017,'15866','2013-10-13 10:07:42'),(3052,1,1018,'','2013-10-13 10:10:55'),(3053,2,1018,'','2013-10-13 10:10:55'),(3054,3,1018,'15866','2013-10-13 10:10:55'),(3055,1,1019,'','2013-10-13 10:13:49'),(3056,2,1019,'','2013-10-13 10:13:49'),(3057,3,1019,'15866','2013-10-13 10:13:49'),(3058,1,1020,'','2013-10-13 10:17:08'),(3059,2,1020,'','2013-10-13 10:17:08'),(3060,3,1020,'15866','2013-10-13 10:17:08'),(3061,1,1021,'','2013-10-13 10:19:58'),(3062,2,1021,'','2013-10-13 10:19:58'),(3063,3,1021,'76009','2013-10-13 10:19:58'),(3064,1,1022,'','2013-10-13 10:25:57'),(3065,2,1022,'','2013-10-13 10:25:57'),(3066,3,1022,'50427','2013-10-13 10:25:57'),(3067,1,1023,'','2013-10-13 10:33:16'),(3068,2,1023,'','2013-10-13 10:33:16'),(3069,3,1023,'50559','2013-10-13 10:33:16'),(3070,1,1024,'','2013-10-13 10:42:10'),(3071,2,1024,'','2013-10-13 10:42:10'),(3072,3,1024,'','2013-10-13 10:42:10'),(3073,1,1025,'','2013-10-13 10:50:03'),(3074,2,1025,'','2013-10-13 10:50:03'),(3075,3,1025,'76057','2013-10-13 10:50:03'),(3076,1,1026,'','2013-10-13 11:52:57'),(3077,2,1026,'','2013-10-13 11:52:57'),(3078,3,1026,'','2013-10-13 11:52:57'),(3079,1,1027,'','2013-10-13 12:18:42'),(3080,2,1027,'','2013-10-13 12:18:42'),(3081,3,1027,'76001','2013-10-13 12:18:42'),(3082,1,1028,'','2013-10-13 12:27:10'),(3083,2,1028,'','2013-10-13 12:27:10'),(3084,3,1028,'76052','2013-10-13 12:27:10'),(3085,1,1029,'','2013-10-13 13:16:24'),(3086,2,1029,'','2013-10-13 13:16:24'),(3087,3,1029,'76027','2013-10-13 13:16:24'),(3088,1,1030,'','2013-10-13 14:10:23'),(3089,2,1030,'','2013-10-13 14:10:23'),(3090,3,1030,'50427','2013-10-13 14:10:23'),(3091,1,1031,'','2013-10-13 14:15:58'),(3092,2,1031,'','2013-10-13 14:15:58'),(3093,3,1031,'2488','2013-10-13 14:15:58'),(3094,1,1032,'','2013-10-13 14:47:29'),(3095,2,1032,'','2013-10-13 14:47:29'),(3096,3,1032,'15866','2013-10-13 14:47:29'),(3097,1,1033,'','2013-10-13 16:40:26'),(3098,2,1033,'','2013-10-13 16:40:26'),(3099,3,1033,'76005','2013-10-13 16:40:26'),(3100,1,1034,'','2013-10-13 17:14:57'),(3101,2,1034,'','2013-10-13 17:14:57'),(3102,3,1034,'50427','2013-10-13 17:14:57'),(3103,1,1035,'','2013-10-13 17:51:13'),(3104,2,1035,'','2013-10-13 17:51:13'),(3105,3,1035,'','2013-10-13 17:51:13'),(3106,1,1036,'','2013-10-13 18:05:07'),(3107,2,1036,'','2013-10-13 18:05:07'),(3108,3,1036,'50427','2013-10-13 18:05:07'),(3109,1,1037,'','2013-10-13 18:10:18'),(3110,2,1037,'','2013-10-13 18:10:18'),(3111,3,1037,'','2013-10-13 18:10:18'),(3112,1,1038,'','2013-10-13 19:06:07'),(3113,2,1038,'','2013-10-13 19:06:07'),(3114,3,1038,'50427','2013-10-13 19:06:07'),(3115,1,1039,'','2013-10-13 19:25:19'),(3116,2,1039,'','2013-10-13 19:25:20'),(3117,3,1039,'44789','2013-10-13 19:25:20'),(3118,1,1040,'','2013-10-13 20:13:17'),(3119,2,1040,'','2013-10-13 20:13:17'),(3120,3,1040,'','2013-10-13 20:13:17'),(3121,1,1041,'','2013-10-13 20:45:36'),(3122,2,1041,'','2013-10-13 20:45:37'),(3123,3,1041,'50427','2013-10-13 20:45:37'),(3124,1,1042,'','2013-10-13 21:09:20'),(3125,2,1042,'','2013-10-13 21:09:20'),(3126,3,1042,'76009','2013-10-13 21:09:20'),(3127,1,1043,'','2013-10-13 21:11:40'),(3128,2,1043,'','2013-10-13 21:11:40'),(3129,3,1043,'76009','2013-10-13 21:11:40'),(3130,1,1044,'','2013-10-13 21:13:40'),(3131,2,1044,'','2013-10-13 21:13:40'),(3132,3,1044,'76051','2013-10-13 21:13:40'),(3133,1,1045,'','2013-10-13 21:19:26'),(3134,2,1045,'','2013-10-13 21:19:26'),(3135,3,1045,'76009','2013-10-13 21:19:26'),(3136,1,1046,'','2013-10-13 21:23:00'),(3137,2,1046,'','2013-10-13 21:23:00'),(3138,3,1046,'76009','2013-10-13 21:23:00'),(3139,1,1047,'','2013-10-13 23:00:05'),(3140,2,1047,'','2013-10-13 23:00:05'),(3141,3,1047,'76067','2013-10-13 23:00:05'),(3142,1,1048,'','2013-10-13 23:15:18'),(3143,2,1048,'','2013-10-13 23:15:18'),(3144,3,1048,'66.00','2013-10-13 23:15:18'),(3145,1,1049,'','2013-10-14 07:05:10'),(3146,2,1049,'','2013-10-14 07:05:10'),(3147,3,1049,'50427','2013-10-14 07:05:10'),(3148,1,1050,'','2013-10-14 07:35:53'),(3149,2,1050,'','2013-10-14 07:35:53'),(3150,3,1050,'44789','2013-10-14 07:35:53'),(3151,1,1051,'','2013-10-14 08:01:32'),(3152,2,1051,'','2013-10-14 08:01:32'),(3153,3,1051,'','2013-10-14 08:01:32'),(3154,1,1052,'','2013-10-14 08:16:26'),(3155,2,1052,'','2013-10-14 08:16:26'),(3156,3,1052,'1152','2013-10-14 08:16:26'),(3157,1,1053,'','2013-10-14 08:27:33'),(3158,2,1053,'','2013-10-14 08:27:33'),(3159,3,1053,'76001','2013-10-14 08:27:33'),(3160,1,1054,'','2013-10-14 08:39:46'),(3161,2,1054,'','2013-10-14 08:39:46'),(3162,3,1054,'76052','2013-10-14 08:39:46'),(3163,1,1055,'','2013-10-14 08:43:37'),(3164,2,1055,'','2013-10-14 08:43:37'),(3165,3,1055,'50427','2013-10-14 08:43:37'),(3166,1,1056,'','2013-10-14 08:52:39'),(3167,2,1056,'','2013-10-14 08:52:39'),(3168,3,1056,'44724','2013-10-14 08:52:39'),(3169,1,1057,'','2013-10-14 09:01:47'),(3170,2,1057,'','2013-10-14 09:01:47'),(3171,3,1057,'76067','2013-10-14 09:01:47'),(3172,1,1058,'','2013-10-14 09:15:29'),(3173,2,1058,'','2013-10-14 09:15:29'),(3174,3,1058,'','2013-10-14 09:15:29'),(3175,1,1059,'','2013-10-14 09:22:03'),(3176,2,1059,'','2013-10-14 09:22:03'),(3177,3,1059,'','2013-10-14 09:22:03'),(3178,1,1060,'','2013-10-14 09:26:53'),(3179,2,1060,'','2013-10-14 09:26:53'),(3180,3,1060,'50427','2013-10-14 09:26:53'),(3181,1,1061,'','2013-10-14 09:29:50'),(3182,2,1061,'','2013-10-14 09:29:50'),(3183,3,1061,'50427','2013-10-14 09:29:50'),(3184,1,1062,'','2013-10-14 09:33:02'),(3185,2,1062,'','2013-10-14 09:33:02'),(3186,3,1062,'','2013-10-14 09:33:02'),(3187,1,1063,'','2013-10-14 09:37:48'),(3188,2,1063,'','2013-10-14 09:37:48'),(3189,3,1063,'','2013-10-14 09:37:48'),(3190,1,1064,'','2013-10-14 09:42:48'),(3191,2,1064,'','2013-10-14 09:42:48'),(3192,3,1064,'','2013-10-14 09:42:48'),(3193,1,1065,'','2013-10-14 09:46:28'),(3194,2,1065,'','2013-10-14 09:46:28'),(3195,3,1065,'76052','2013-10-14 09:46:28'),(3196,1,1066,'','2013-10-14 09:49:43'),(3197,2,1066,'','2013-10-14 09:49:43'),(3198,3,1066,'76057','2013-10-14 09:49:43'),(3199,1,1067,'','2013-10-14 09:53:49'),(3200,2,1067,'','2013-10-14 09:53:49'),(3201,3,1067,'76044','2013-10-14 09:53:49'),(3202,1,1068,'','2013-10-14 10:00:51'),(3203,2,1068,'','2013-10-14 10:00:51'),(3204,3,1068,'76001','2013-10-14 10:00:51'),(3205,1,1069,'','2013-10-14 10:03:57'),(3206,2,1069,'','2013-10-14 10:03:57'),(3207,3,1069,'50427','2013-10-14 10:03:57'),(3208,1,1070,'','2013-10-14 10:09:02'),(3209,2,1070,'','2013-10-14 10:09:02'),(3210,3,1070,'','2013-10-14 10:09:02'),(3211,1,1071,'','2013-10-14 10:12:03'),(3212,2,1071,'','2013-10-14 10:12:03'),(3213,3,1071,'','2013-10-14 10:12:03'),(3214,1,1072,'','2013-10-14 10:20:28'),(3215,2,1072,'','2013-10-14 10:20:28'),(3216,3,1072,'','2013-10-14 10:20:28'),(3217,1,1073,'','2013-10-14 10:36:19'),(3218,2,1073,'','2013-10-14 10:36:19'),(3219,3,1073,'50427','2013-10-14 10:36:19'),(3220,1,1074,'','2013-10-14 10:41:34'),(3221,2,1074,'','2013-10-14 10:41:34'),(3222,3,1074,'','2013-10-14 10:41:34'),(3223,1,1075,'','2013-10-14 10:48:35'),(3224,2,1075,'','2013-10-14 10:48:35'),(3225,3,1075,'76068','2013-10-14 10:48:35'),(3226,1,1076,'','2013-10-14 10:53:02'),(3227,2,1076,'','2013-10-14 10:53:02'),(3228,3,1076,'','2013-10-14 10:53:02'),(3229,1,1077,'','2013-10-14 10:55:59'),(3230,2,1077,'','2013-10-14 10:55:59'),(3231,3,1077,'50427','2013-10-14 10:55:59'),(3232,1,1078,'','2013-10-14 11:00:00'),(3233,2,1078,'','2013-10-14 11:00:00'),(3234,3,1078,'','2013-10-14 11:00:00'),(3235,1,1079,'','2013-10-14 11:07:04'),(3236,2,1079,'','2013-10-14 11:07:04'),(3237,3,1079,'50427','2013-10-14 11:07:04'),(3238,1,1080,'','2013-10-14 11:14:40'),(3239,2,1080,'','2013-10-14 11:14:40'),(3240,3,1080,'1525','2013-10-14 11:14:40'),(3241,1,1081,'','2013-10-14 11:19:09'),(3242,2,1081,'','2013-10-14 11:19:09'),(3243,3,1081,'','2013-10-14 11:19:09'),(3244,1,1082,'','2013-10-14 11:22:39'),(3245,2,1082,'','2013-10-14 11:22:39'),(3246,3,1082,'1105','2013-10-14 11:22:39'),(3247,1,1083,'','2013-10-14 11:33:05'),(3248,2,1083,'','2013-10-14 11:33:05'),(3249,3,1083,'','2013-10-14 11:33:05'),(3250,1,1084,'','2013-10-14 11:39:57'),(3251,2,1084,'','2013-10-14 11:39:57'),(3252,3,1084,'','2013-10-14 11:39:57'),(3253,1,1085,'','2013-10-14 11:43:18'),(3254,2,1085,'','2013-10-14 11:43:18'),(3255,3,1085,'','2013-10-14 11:43:18'),(3256,1,1086,'','2013-10-14 11:58:49'),(3257,2,1086,'','2013-10-14 11:58:49'),(3258,3,1086,'76057','2013-10-14 11:58:49'),(3259,1,1087,'','2013-10-14 12:04:27'),(3260,2,1087,'','2013-10-14 12:04:27'),(3261,3,1087,'CASH','2013-10-14 12:04:27'),(3262,1,1088,'','2013-10-14 12:10:10'),(3263,2,1088,'','2013-10-14 12:10:10'),(3264,3,1088,'CASH','2013-10-14 12:10:10'),(3265,1,1089,'','2013-10-14 12:20:08'),(3266,2,1089,'','2013-10-14 12:20:08'),(3267,3,1089,'22514','2013-10-14 12:20:08'),(3268,1,1090,'','2013-10-14 12:26:33'),(3269,2,1090,'','2013-10-14 12:26:33'),(3270,3,1090,'14347','2013-10-14 12:26:33'),(3271,1,1091,'','2013-10-14 12:29:07'),(3272,2,1091,'','2013-10-14 12:29:07'),(3273,3,1091,'45183','2013-10-14 12:29:07'),(3274,1,1092,'','2013-10-14 12:33:03'),(3275,2,1092,'','2013-10-14 12:33:03'),(3276,3,1092,'50427','2013-10-14 12:33:03'),(3277,1,1093,'','2013-10-14 12:37:39'),(3278,2,1093,'','2013-10-14 12:37:39'),(3279,3,1093,'CASH','2013-10-14 12:37:39'),(3280,1,1094,'','2013-10-14 12:41:29'),(3281,2,1094,'','2013-10-14 12:41:29'),(3282,3,1094,'50427','2013-10-14 12:41:29'),(3283,1,1095,'','2013-10-14 12:44:32'),(3284,2,1095,'','2013-10-14 12:44:32'),(3285,3,1095,'50427','2013-10-14 12:44:32'),(3286,1,1096,'','2013-10-14 13:01:28'),(3287,2,1096,'','2013-10-14 13:01:28'),(3288,3,1096,'','2013-10-14 13:01:28'),(3289,1,1097,'','2013-10-14 13:07:28'),(3290,2,1097,'','2013-10-14 13:07:28'),(3291,3,1097,'','2013-10-14 13:07:28'),(3292,1,1098,'','2013-10-14 13:15:02'),(3293,2,1098,'','2013-10-14 13:15:02'),(3294,3,1098,'76009','2013-10-14 13:15:02'),(3295,1,1099,'','2013-10-14 13:19:32'),(3296,2,1099,'','2013-10-14 13:19:32'),(3297,3,1099,'','2013-10-14 13:19:32'),(3298,1,1100,'','2013-10-14 13:21:23'),(3299,2,1100,'','2013-10-14 13:21:23'),(3300,3,1100,'','2013-10-14 13:21:23'),(3301,1,1101,'','2013-10-14 13:47:45'),(3302,2,1101,'','2013-10-14 13:47:45'),(3303,3,1101,'','2013-10-14 13:47:45'),(3304,1,1102,'','2013-10-14 13:53:16'),(3305,2,1102,'','2013-10-14 13:53:16'),(3306,3,1102,'','2013-10-14 13:53:16'),(3307,1,1103,'','2013-10-14 14:06:14'),(3308,2,1103,'','2013-10-14 14:06:14'),(3309,3,1103,'50427','2013-10-14 14:06:14'),(3310,1,1104,'','2013-10-14 14:12:02'),(3311,2,1104,'','2013-10-14 14:12:03'),(3312,3,1104,'1016','2013-10-14 14:12:03'),(3313,1,1105,'','2013-10-14 14:23:11'),(3314,2,1105,'','2013-10-14 14:23:11'),(3315,3,1105,'76075','2013-10-14 14:23:11'),(3316,1,1106,'','2013-10-14 14:25:51'),(3317,2,1106,'','2013-10-14 14:25:51'),(3318,3,1106,'','2013-10-14 14:25:51'),(3319,1,1107,'','2013-10-14 14:31:55'),(3320,2,1107,'','2013-10-14 14:31:55'),(3321,3,1107,'1105','2013-10-14 14:31:55'),(3322,1,1108,'','2013-10-14 14:37:57'),(3323,2,1108,'','2013-10-14 14:37:57'),(3324,3,1108,'','2013-10-14 14:37:57'),(3325,1,1109,'','2013-10-14 14:45:05'),(3326,2,1109,'','2013-10-14 14:45:05'),(3327,3,1109,'','2013-10-14 14:45:05'),(3328,1,1110,'','2013-10-14 14:59:03'),(3329,2,1110,'','2013-10-14 14:59:03'),(3330,3,1110,'50427','2013-10-14 14:59:03'),(3331,1,1111,'','2013-10-14 15:13:46'),(3332,2,1111,'','2013-10-14 15:13:46'),(3333,3,1111,'16874','2013-10-14 15:13:46'),(3334,1,1112,'','2013-10-14 15:26:46'),(3335,2,1112,'','2013-10-14 15:26:46'),(3336,3,1112,'','2013-10-14 15:26:46'),(3337,1,1113,'','2013-10-14 15:35:58'),(3338,2,1113,'','2013-10-14 15:35:58'),(3339,3,1113,'76009','2013-10-14 15:35:58'),(3340,1,1114,'','2013-10-14 15:56:17'),(3341,2,1114,'','2013-10-14 15:56:17'),(3342,3,1114,'76066','2013-10-14 15:56:17'),(3343,1,1115,'','2013-10-14 16:46:03'),(3344,2,1115,'','2013-10-14 16:46:03'),(3345,3,1115,'76052','2013-10-14 16:46:03'),(3346,1,1116,'','2013-10-14 16:51:28'),(3347,2,1116,'','2013-10-14 16:51:28'),(3348,3,1116,'','2013-10-14 16:51:28'),(3349,1,1117,'','2013-10-14 17:09:01'),(3350,2,1117,'','2013-10-14 17:09:01'),(3351,3,1117,'50427','2013-10-14 17:09:01'),(3352,1,1118,'','2013-10-14 17:12:56'),(3353,2,1118,'','2013-10-14 17:12:56'),(3354,3,1118,'','2013-10-14 17:12:56'),(3355,1,1119,'','2013-10-14 17:22:01'),(3356,2,1119,'','2013-10-14 17:22:01'),(3357,3,1119,'2488','2013-10-14 17:22:01'),(3358,1,1120,'','2013-10-14 17:35:02'),(3359,2,1120,'','2013-10-14 17:35:02'),(3360,3,1120,'50427','2013-10-14 17:35:02'),(3361,1,1121,'','2013-10-14 17:38:58'),(3362,2,1121,'','2013-10-14 17:38:58'),(3363,3,1121,'1175','2013-10-14 17:38:58'),(3364,1,1122,'','2013-10-14 17:41:21'),(3365,2,1122,'','2013-10-14 17:41:21'),(3366,3,1122,'76027','2013-10-14 17:41:21'),(3367,1,1123,'','2013-10-14 17:45:13'),(3368,2,1123,'','2013-10-14 17:45:13'),(3369,3,1123,'76027','2013-10-14 17:45:13'),(3370,1,1124,'','2013-10-14 18:05:10'),(3371,2,1124,'','2013-10-14 18:05:10'),(3372,3,1124,'76052','2013-10-14 18:05:10'),(3373,1,1125,'','2013-10-14 18:37:49'),(3374,2,1125,'','2013-10-14 18:37:49'),(3375,3,1125,'50427','2013-10-14 18:37:49'),(3376,1,1126,'','2013-10-14 18:42:02'),(3377,2,1126,'','2013-10-14 18:42:02'),(3378,3,1126,'','2013-10-14 18:42:02'),(3379,1,1127,'','2013-10-14 18:45:26'),(3380,2,1127,'','2013-10-14 18:45:26'),(3381,3,1127,'38361','2013-10-14 18:45:26'),(3382,1,1128,'','2013-10-14 19:20:40'),(3383,2,1128,'','2013-10-14 19:20:40'),(3384,3,1128,'44789','2013-10-14 19:20:40'),(3385,1,1129,'','2013-10-14 19:31:26'),(3386,2,1129,'','2013-10-14 19:31:26'),(3387,3,1129,'50427','2013-10-14 19:31:27'),(3388,1,1130,'','2013-10-14 19:36:45'),(3389,2,1130,'','2013-10-14 19:36:45'),(3390,3,1130,'76057','2013-10-14 19:36:45'),(3391,1,1131,'','2013-10-14 20:19:55'),(3392,2,1131,'','2013-10-14 20:19:55'),(3393,3,1131,'46044','2013-10-14 20:19:55'),(3394,1,1132,'','2013-10-14 20:25:42'),(3395,2,1132,'','2013-10-14 20:25:42'),(3396,3,1132,'12.00','2013-10-14 20:25:42'),(3397,1,1133,'','2013-10-14 20:28:46'),(3398,2,1133,'','2013-10-14 20:28:46'),(3399,3,1133,'46644','2013-10-14 20:28:46'),(3400,1,1134,'','2013-10-14 20:31:20'),(3401,2,1134,'','2013-10-14 20:31:20'),(3402,3,1134,'50427','2013-10-14 20:31:20'),(3403,1,1135,'','2013-10-14 20:55:28'),(3404,2,1135,'','2013-10-14 20:55:28'),(3405,3,1135,'','2013-10-14 20:55:28'),(3406,1,1136,'','2013-10-15 02:55:23'),(3407,2,1136,'','2013-10-15 02:55:23'),(3408,3,1136,'','2013-10-15 02:55:23'),(3409,1,1137,'','2013-10-15 05:41:34'),(3410,2,1137,'','2013-10-15 05:41:34'),(3411,3,1137,'76005','2013-10-15 05:41:34'),(3412,1,1138,'','2013-10-15 05:45:35'),(3413,2,1138,'','2013-10-15 05:45:35'),(3414,3,1138,'44789','2013-10-15 05:45:35'),(3415,1,1139,'','2013-10-15 07:45:08'),(3416,2,1139,'','2013-10-15 07:45:08'),(3417,3,1139,'16874','2013-10-15 07:45:08'),(3418,1,1140,'','2013-10-15 08:07:54'),(3419,2,1140,'','2013-10-15 08:07:54'),(3420,3,1140,'','2013-10-15 08:07:54'),(3421,1,1141,'','2013-10-15 08:32:14'),(3422,2,1141,'','2013-10-15 08:32:14'),(3423,3,1141,'','2013-10-15 08:32:14'),(3424,1,1142,'','2013-10-15 08:40:03'),(3425,2,1142,'','2013-10-15 08:40:03'),(3426,3,1142,'76009','2013-10-15 08:40:03'),(3427,1,1143,'','2013-10-15 08:46:26'),(3428,2,1143,'','2013-10-15 08:46:26'),(3429,3,1143,'76009','2013-10-15 08:46:26'),(3430,1,1144,'','2013-10-15 08:49:49'),(3431,2,1144,'','2013-10-15 08:49:49'),(3432,3,1144,'','2013-10-15 08:49:49'),(3433,1,1145,'','2013-10-15 09:08:46'),(3434,2,1145,'','2013-10-15 09:08:46'),(3435,3,1145,'46644','2013-10-15 09:08:46'),(3436,1,1146,'','2013-10-15 09:14:57'),(3437,2,1146,'','2013-10-15 09:14:57'),(3438,3,1146,'','2013-10-15 09:14:57'),(3439,1,1147,'','2013-10-15 09:19:40'),(3440,2,1147,'','2013-10-15 09:19:40'),(3441,3,1147,'46644','2013-10-15 09:19:40'),(3442,1,1148,'','2013-10-15 09:32:22'),(3443,2,1148,'','2013-10-15 09:32:22'),(3444,3,1148,'76009','2013-10-15 09:32:22'),(3445,1,1149,'','2013-10-15 09:34:11'),(3446,2,1149,'','2013-10-15 09:34:11'),(3447,3,1149,'76009','2013-10-15 09:34:11'),(3448,1,1150,'','2013-10-15 09:37:58'),(3449,2,1150,'','2013-10-15 09:37:58'),(3450,3,1150,'','2013-10-15 09:37:58'),(3451,1,1151,'','2013-10-15 09:41:43'),(3452,2,1151,'','2013-10-15 09:41:43'),(3453,3,1151,'16874','2013-10-15 09:41:43'),(3454,1,1152,'','2013-10-15 09:47:00'),(3455,2,1152,'','2013-10-15 09:47:00'),(3456,3,1152,'','2013-10-15 09:47:00'),(3457,1,1153,'','2013-10-15 09:51:36'),(3458,2,1153,'','2013-10-15 09:51:36'),(3459,3,1153,'16874','2013-10-15 09:51:36'),(3460,1,1154,'','2013-10-15 09:55:04'),(3461,2,1154,'','2013-10-15 09:55:04'),(3462,3,1154,'50427','2013-10-15 09:55:04'),(3463,1,1155,'','2013-10-15 10:07:05'),(3464,2,1155,'','2013-10-15 10:07:05'),(3465,3,1155,'50427','2013-10-15 10:07:05'),(3466,1,1156,'','2013-10-15 10:11:48'),(3467,2,1156,'','2013-10-15 10:11:48'),(3468,3,1156,'','2013-10-15 10:11:48'),(3469,1,1157,'','2013-10-15 10:20:27'),(3470,2,1157,'','2013-10-15 10:20:27'),(3471,3,1157,'','2013-10-15 10:20:27'),(3472,1,1158,'','2013-10-15 10:24:41'),(3473,2,1158,'','2013-10-15 10:24:41'),(3474,3,1158,'1525','2013-10-15 10:24:41'),(3475,1,1159,'','2013-10-15 10:37:18'),(3476,2,1159,'','2013-10-15 10:37:18'),(3477,3,1159,'76044','2013-10-15 10:37:18'),(3478,1,1160,'','2013-10-15 10:42:33'),(3479,2,1160,'','2013-10-15 10:42:33'),(3480,3,1160,'','2013-10-15 10:42:33'),(3481,1,1161,'','2013-10-15 10:48:31'),(3482,2,1161,'','2013-10-15 10:48:31'),(3483,3,1161,'','2013-10-15 10:48:31'),(3484,1,1162,'','2013-10-15 10:52:46'),(3485,2,1162,'','2013-10-15 10:52:46'),(3486,3,1162,'50427','2013-10-15 10:52:47'),(3487,1,1163,'','2013-10-15 11:04:16'),(3488,2,1163,'','2013-10-15 11:04:16'),(3489,3,1163,'44789','2013-10-15 11:04:16'),(3490,1,1164,'','2013-10-15 11:08:03'),(3491,2,1164,'','2013-10-15 11:08:03'),(3492,3,1164,'16874','2013-10-15 11:08:03'),(3493,1,1165,'','2013-10-15 11:10:29'),(3494,2,1165,'','2013-10-15 11:10:29'),(3495,3,1165,'50427','2013-10-15 11:10:29'),(3496,1,1166,'','2013-10-15 11:21:35'),(3497,2,1166,'','2013-10-15 11:21:35'),(3498,3,1166,'','2013-10-15 11:21:35'),(3499,1,1167,'','2013-10-15 11:28:36'),(3500,2,1167,'','2013-10-15 11:28:36'),(3501,3,1167,'50427','2013-10-15 11:28:36'),(3502,1,1168,'','2013-10-15 11:32:50'),(3503,2,1168,'','2013-10-15 11:32:50'),(3504,3,1168,'','2013-10-15 11:32:50'),(3505,1,1169,'','2013-10-15 11:42:01'),(3506,2,1169,'','2013-10-15 11:42:01'),(3507,3,1169,'','2013-10-15 11:42:01'),(3508,1,1170,'','2013-10-15 11:50:16'),(3509,2,1170,'','2013-10-15 11:50:16'),(3510,3,1170,'45183','2013-10-15 11:50:16'),(3511,1,1171,'','2013-10-15 11:55:55'),(3512,2,1171,'','2013-10-15 11:55:55'),(3513,3,1171,'','2013-10-15 11:55:55'),(3514,1,1172,'','2013-10-15 12:21:56'),(3515,2,1172,'','2013-10-15 12:21:56'),(3516,3,1172,'76062','2013-10-15 12:21:56'),(3517,1,1173,'','2013-10-15 12:24:14'),(3518,2,1173,'','2013-10-15 12:24:14'),(3519,3,1173,'76062','2013-10-15 12:24:14'),(3520,1,1174,'','2013-10-15 12:28:49'),(3521,2,1174,'','2013-10-15 12:28:49'),(3522,3,1174,'76062','2013-10-15 12:28:49'),(3523,1,1175,'','2013-10-15 12:41:43'),(3524,2,1175,'','2013-10-15 12:41:43'),(3525,3,1175,'50427','2013-10-15 12:41:43'),(3526,1,1176,'','2013-10-15 12:45:46'),(3527,2,1176,'','2013-10-15 12:45:46'),(3528,3,1176,'76035','2013-10-15 12:45:46'),(3529,1,1177,'','2013-10-15 12:48:51'),(3530,2,1177,'','2013-10-15 12:48:51'),(3531,3,1177,'76068','2013-10-15 12:48:51'),(3532,1,1178,'','2013-10-15 12:53:35'),(3533,2,1178,'','2013-10-15 12:53:35'),(3534,3,1178,'50427','2013-10-15 12:53:35'),(3535,1,1179,'','2013-10-15 12:56:47'),(3536,2,1179,'','2013-10-15 12:56:47'),(3537,3,1179,'76076','2013-10-15 12:56:47'),(3538,1,1180,'','2013-10-15 13:02:19'),(3539,2,1180,'','2013-10-15 13:02:19'),(3540,3,1180,'','2013-10-15 13:02:19'),(3541,1,1181,'','2013-10-15 13:11:07'),(3542,2,1181,'','2013-10-15 13:11:07'),(3543,3,1181,'76001','2013-10-15 13:11:07'),(3544,1,1182,'','2013-10-15 13:13:52'),(3545,2,1182,'','2013-10-15 13:13:52'),(3546,3,1182,'','2013-10-15 13:13:52'),(3547,1,1183,'','2013-10-15 13:30:09'),(3548,2,1183,'','2013-10-15 13:30:09'),(3549,3,1183,'76033','2013-10-15 13:30:09'),(3550,1,1184,'','2013-10-15 13:40:05'),(3551,2,1184,'','2013-10-15 13:40:05'),(3552,3,1184,'1525','2013-10-15 13:40:05'),(3553,1,1185,'','2013-10-15 13:42:59'),(3554,2,1185,'','2013-10-15 13:42:59'),(3555,3,1185,'','2013-10-15 13:42:59'),(3556,1,1186,'','2013-10-15 13:55:26'),(3557,2,1186,'','2013-10-15 13:55:26'),(3558,3,1186,'22514','2013-10-15 13:55:26'),(3559,1,1187,'','2013-10-15 14:08:00'),(3560,2,1187,'','2013-10-15 14:08:00'),(3561,3,1187,'76065','2013-10-15 14:08:00'),(3562,1,1189,'','2013-10-15 14:19:23'),(3563,2,1189,'','2013-10-15 14:19:23'),(3564,3,1189,'1048','2013-10-15 14:19:23'),(3565,1,1190,'','2013-10-15 14:24:41'),(3566,2,1190,'','2013-10-15 14:24:41'),(3567,3,1190,'76061','2013-10-15 14:24:41'),(3568,1,1191,'','2013-10-15 14:36:12'),(3569,2,1191,'','2013-10-15 14:36:12'),(3570,3,1191,'76052','2013-10-15 14:36:12'),(3571,1,1192,'','2013-10-15 14:39:02'),(3572,2,1192,'','2013-10-15 14:39:02'),(3573,3,1192,'22514','2013-10-15 14:39:02'),(3574,1,1193,'','2013-10-15 14:51:06'),(3575,2,1193,'','2013-10-15 14:51:06'),(3576,3,1193,'76052','2013-10-15 14:51:06'),(3577,1,1194,'','2013-10-15 14:54:14'),(3578,2,1194,'','2013-10-15 14:54:14'),(3579,3,1194,'76001','2013-10-15 14:54:14'),(3580,1,1194,'0246976132','2013-10-15 14:56:26'),(3581,2,1194,'','2013-10-15 14:56:26'),(3582,3,1194,'','2013-10-15 14:56:26'),(3583,1,1196,'','2013-10-15 15:04:05'),(3584,2,1196,'','2013-10-15 15:04:05'),(3585,3,1196,'1048','2013-10-15 15:04:05'),(3586,1,1197,'','2013-10-15 15:16:44'),(3587,2,1197,'','2013-10-15 15:16:44'),(3588,3,1197,'50427','2013-10-15 15:16:44'),(3589,1,1198,'0243823513','2013-10-15 16:04:15'),(3590,2,1198,'','2013-10-15 16:04:15'),(3591,3,1198,'44789','2013-10-15 16:04:15'),(3592,1,1199,'','2013-10-15 16:26:59'),(3593,2,1199,'','2013-10-15 16:26:59'),(3594,3,1199,'','2013-10-15 16:26:59'),(3595,1,1200,'','2013-10-15 16:42:24'),(3596,2,1200,'','2013-10-15 16:42:24'),(3597,3,1200,'1152','2013-10-15 16:42:24'),(3598,1,1201,'','2013-10-15 16:56:44'),(3599,2,1201,'','2013-10-15 16:56:44'),(3600,3,1201,'76070','2013-10-15 16:56:44'),(3601,1,1202,'','2013-10-15 17:01:04'),(3602,2,1202,'','2013-10-15 17:01:04'),(3603,3,1202,'76068','2013-10-15 17:01:04'),(3604,1,1203,'','2013-10-15 17:08:34'),(3605,2,1203,'','2013-10-15 17:08:34'),(3606,3,1203,'','2013-10-15 17:08:34'),(3607,1,1204,'','2013-10-15 17:12:43'),(3608,2,1204,'','2013-10-15 17:12:43'),(3609,3,1204,'','2013-10-15 17:12:43'),(3610,1,1205,'','2013-10-15 17:16:42'),(3611,2,1205,'','2013-10-15 17:16:42'),(3612,3,1205,'76052','2013-10-15 17:16:42'),(3613,1,1206,'','2013-10-15 17:20:01'),(3614,2,1206,'','2013-10-15 17:20:01'),(3615,3,1206,'76068','2013-10-15 17:20:01'),(3616,1,1207,'','2013-10-15 17:30:17'),(3617,2,1207,'','2013-10-15 17:30:17'),(3618,3,1207,'','2013-10-15 17:30:17'),(3619,1,1208,'','2013-10-15 18:14:58'),(3620,2,1208,'','2013-10-15 18:14:58'),(3621,3,1208,'2488','2013-10-15 18:14:58'),(3622,1,1209,'','2013-10-15 18:18:29'),(3623,2,1209,'','2013-10-15 18:18:29'),(3624,3,1209,'76009','2013-10-15 18:18:29'),(3625,1,1210,'','2013-10-15 18:25:03'),(3626,2,1210,'','2013-10-15 18:25:03'),(3627,3,1210,'50427','2013-10-15 18:25:03'),(3628,1,1211,'','2013-10-15 19:21:20'),(3629,2,1211,'','2013-10-15 19:21:20'),(3630,3,1211,'76009','2013-10-15 19:21:20'),(3631,1,1212,'','2013-10-15 19:54:56'),(3632,2,1212,'','2013-10-15 19:54:56'),(3633,3,1212,'16874','2013-10-15 19:54:56'),(3634,1,1213,'','2013-10-15 20:19:32'),(3635,2,1213,'','2013-10-15 20:19:32'),(3636,3,1213,'76052','2013-10-15 20:19:32'),(3637,1,1214,'','2013-10-15 20:21:46'),(3638,2,1214,'','2013-10-15 20:21:46'),(3639,3,1214,'76052','2013-10-15 20:21:46'),(3640,1,1215,'','2013-10-15 21:31:15'),(3641,2,1215,'','2013-10-15 21:31:15'),(3642,3,1215,'','2013-10-15 21:31:15'),(3643,1,1216,'','2013-10-15 22:11:34'),(3644,2,1216,'','2013-10-15 22:11:34'),(3645,3,1216,'50427','2013-10-15 22:11:34'),(3646,1,1217,'','2013-10-15 23:18:34'),(3647,2,1217,'','2013-10-15 23:18:34'),(3648,3,1217,'50427','2013-10-15 23:18:34'),(3649,1,1218,'','2013-10-16 04:47:55'),(3650,2,1218,'','2013-10-16 04:47:55'),(3651,3,1218,'','2013-10-16 04:47:55'),(3652,1,1219,'','2013-10-16 05:29:18'),(3653,2,1219,'','2013-10-16 05:29:18'),(3654,3,1219,'','2013-10-16 05:29:18'),(3655,1,1220,'','2013-10-16 06:01:00'),(3656,2,1220,'','2013-10-16 06:01:00'),(3657,3,1220,'76009','2013-10-16 06:01:00'),(3658,1,1221,'','2013-10-16 06:51:04'),(3659,2,1221,'','2013-10-16 06:51:04'),(3660,3,1221,'','2013-10-16 06:51:04'),(3661,1,1222,'','2013-10-16 07:05:25'),(3662,2,1222,'','2013-10-16 07:05:25'),(3663,3,1222,'','2013-10-16 07:05:25'),(3664,1,1223,'','2013-10-16 07:11:46'),(3665,2,1223,'','2013-10-16 07:11:46'),(3666,3,1223,'','2013-10-16 07:11:46'),(3667,1,1225,'','2013-10-16 07:31:56'),(3668,2,1225,'','2013-10-16 07:31:56'),(3669,3,1225,'16874','2013-10-16 07:31:56'),(3670,1,1226,'','2013-10-16 07:47:45'),(3671,2,1226,'','2013-10-16 07:47:45'),(3672,3,1226,'1105','2013-10-16 07:47:45'),(3673,1,1227,'','2013-10-16 07:56:02'),(3674,2,1227,'','2013-10-16 07:56:02'),(3675,3,1227,'','2013-10-16 07:56:02'),(3676,1,1228,'','2013-10-16 08:00:35'),(3677,2,1228,'','2013-10-16 08:00:35'),(3678,3,1228,'','2013-10-16 08:00:35'),(3679,1,1229,'','2013-10-16 08:04:50'),(3680,2,1229,'','2013-10-16 08:04:50'),(3681,3,1229,'','2013-10-16 08:04:50'),(3682,1,1230,'','2013-10-16 08:09:45'),(3683,2,1230,'','2013-10-16 08:09:45'),(3684,3,1230,'50427','2013-10-16 08:09:45'),(3685,1,1231,'','2013-10-16 08:14:19'),(3686,2,1231,'','2013-10-16 08:14:19'),(3687,3,1231,'76005','2013-10-16 08:14:19'),(3688,1,1232,'','2013-10-16 08:17:41'),(3689,2,1232,'','2013-10-16 08:17:41'),(3690,3,1232,'','2013-10-16 08:17:41'),(3691,1,1233,'','2013-10-16 08:32:07'),(3692,2,1233,'','2013-10-16 08:32:07'),(3693,3,1233,'','2013-10-16 08:32:07'),(3694,1,1234,'','2013-10-16 08:43:57'),(3695,2,1234,'','2013-10-16 08:43:57'),(3696,3,1234,'1525','2013-10-16 08:43:57'),(3697,1,1235,'','2013-10-16 08:46:45'),(3698,2,1235,'','2013-10-16 08:46:45'),(3699,3,1235,'','2013-10-16 08:46:45'),(3700,1,1236,'','2013-10-16 08:52:41'),(3701,2,1236,'','2013-10-16 08:52:41'),(3702,3,1236,'50427','2013-10-16 08:52:41'),(3703,1,1237,'','2013-10-16 08:57:22'),(3704,2,1237,'','2013-10-16 08:57:22'),(3705,3,1237,'38361','2013-10-16 08:57:22'),(3706,1,1238,'','2013-10-16 09:00:06'),(3707,2,1238,'','2013-10-16 09:00:06'),(3708,3,1238,'76072','2013-10-16 09:00:06'),(3709,1,1239,'','2013-10-16 09:11:53'),(3710,2,1239,'','2013-10-16 09:11:53'),(3711,3,1239,'1525','2013-10-16 09:11:53'),(3712,1,1241,'','2013-10-16 09:14:57'),(3713,2,1241,'','2013-10-16 09:14:57'),(3714,3,1241,'43292','2013-10-16 09:14:57'),(3715,1,1242,'','2013-10-16 09:18:42'),(3716,2,1242,'','2013-10-16 09:18:42'),(3717,3,1242,'76043','2013-10-16 09:18:42'),(3718,1,1243,'','2013-10-16 09:22:37'),(3719,2,1243,'','2013-10-16 09:22:37'),(3720,3,1243,'50427','2013-10-16 09:22:37'),(3721,1,1244,'','2013-10-16 09:46:09'),(3722,2,1244,'','2013-10-16 09:46:09'),(3723,3,1244,'24660','2013-10-16 09:46:09'),(3724,1,1245,'','2013-10-16 09:50:06'),(3725,2,1245,'','2013-10-16 09:50:06'),(3726,3,1245,'','2013-10-16 09:50:06'),(3727,1,1246,'','2013-10-16 10:04:39'),(3728,2,1246,'','2013-10-16 10:04:39'),(3729,3,1246,'','2013-10-16 10:04:39'),(3730,1,1247,'','2013-10-16 10:29:31'),(3731,2,1247,'','2013-10-16 10:29:31'),(3732,3,1247,'44789','2013-10-16 10:29:31'),(3733,1,1248,'','2013-10-16 10:35:52'),(3734,2,1248,'','2013-10-16 10:35:52'),(3735,3,1248,'','2013-10-16 10:35:52'),(3736,1,1249,'','2013-10-16 10:45:11'),(3737,2,1249,'','2013-10-16 10:45:11'),(3738,3,1249,'50427','2013-10-16 10:45:11'),(3739,1,1250,'','2013-10-16 10:56:42'),(3740,2,1250,'','2013-10-16 10:56:42'),(3741,3,1250,'','2013-10-16 10:56:42'),(3742,1,1251,'','2013-10-16 11:00:38'),(3743,2,1251,'','2013-10-16 11:00:38'),(3744,3,1251,'','2013-10-16 11:00:38'),(3745,1,1252,'','2013-10-16 11:08:35'),(3746,2,1252,'','2013-10-16 11:08:35'),(3747,3,1252,'15866','2013-10-16 11:08:35'),(3748,1,1253,'','2013-10-16 11:13:08'),(3749,2,1253,'','2013-10-16 11:13:08'),(3750,3,1253,'1048','2013-10-16 11:13:08'),(3751,1,1254,'','2013-10-16 11:16:28'),(3752,2,1254,'','2013-10-16 11:16:28'),(3753,3,1254,'44724','2013-10-16 11:16:28'),(3754,1,1255,'','2013-10-16 11:28:31'),(3755,2,1255,'','2013-10-16 11:28:31'),(3756,3,1255,'','2013-10-16 11:28:31'),(3757,1,1256,'','2013-10-16 11:33:18'),(3758,2,1256,'','2013-10-16 11:33:18'),(3759,3,1256,'','2013-10-16 11:33:18'),(3760,1,1257,'','2013-10-16 11:44:47'),(3761,2,1257,'','2013-10-16 11:44:47'),(3762,3,1257,'','2013-10-16 11:44:47'),(3763,1,1258,'','2013-10-16 11:47:53'),(3764,2,1258,'','2013-10-16 11:47:53'),(3765,3,1258,'22514','2013-10-16 11:47:53'),(3766,1,1259,'','2013-10-16 11:52:58'),(3767,2,1259,'','2013-10-16 11:52:58'),(3768,3,1259,'','2013-10-16 11:52:58'),(3769,1,1260,'','2013-10-16 11:56:46'),(3770,2,1260,'','2013-10-16 11:56:46'),(3771,3,1260,'','2013-10-16 11:56:46'),(3772,1,1261,'','2013-10-16 12:14:57'),(3773,2,1261,'','2013-10-16 12:14:57'),(3774,3,1261,'1048','2013-10-16 12:14:57'),(3775,1,1262,'','2013-10-16 12:19:00'),(3776,2,1262,'','2013-10-16 12:19:00'),(3777,3,1262,'76033','2013-10-16 12:19:00'),(3778,1,1263,'','2013-10-16 12:21:58'),(3779,2,1263,'','2013-10-16 12:21:58'),(3780,3,1263,'79761','2013-10-16 12:21:58'),(3781,1,1263,'','2013-10-16 12:21:58'),(3782,2,1263,'','2013-10-16 12:21:58'),(3783,3,1263,'79761','2013-10-16 12:21:58'),(3784,1,1265,'','2013-10-16 12:32:35'),(3785,2,1265,'','2013-10-16 12:32:35'),(3786,3,1265,'76027','2013-10-16 12:32:35'),(3787,1,1266,'','2013-10-16 12:36:25'),(3788,2,1266,'','2013-10-16 12:36:25'),(3789,3,1266,'46183','2013-10-16 12:36:25'),(3790,1,1267,'','2013-10-16 12:41:03'),(3791,2,1267,'','2013-10-16 12:41:03'),(3792,3,1267,'76057','2013-10-16 12:41:03'),(3793,1,1268,'','2013-10-16 12:47:53'),(3794,2,1268,'','2013-10-16 12:47:53'),(3795,3,1268,'50427','2013-10-16 12:47:53'),(3796,1,1269,'','2013-10-16 12:54:20'),(3797,2,1269,'','2013-10-16 12:54:20'),(3798,3,1269,'76072','2013-10-16 12:54:20'),(3799,1,1270,'','2013-10-16 13:01:29'),(3800,2,1270,'','2013-10-16 13:01:29'),(3801,3,1270,'76044','2013-10-16 13:01:29'),(3802,1,1271,'','2013-10-16 13:06:15'),(3803,2,1271,'','2013-10-16 13:06:15'),(3804,3,1271,'76009','2013-10-16 13:06:15'),(3805,1,1272,'','2013-10-16 13:09:33'),(3806,2,1272,'','2013-10-16 13:09:33'),(3807,3,1272,'','2013-10-16 13:09:33'),(3808,1,1273,'','2013-10-16 13:20:14'),(3809,2,1273,'','2013-10-16 13:20:14'),(3810,3,1273,'','2013-10-16 13:20:14'),(3811,1,1274,'','2013-10-16 13:23:31'),(3812,2,1274,'','2013-10-16 13:23:31'),(3813,3,1274,'50559','2013-10-16 13:23:31'),(3814,1,1275,'','2013-10-16 13:29:05'),(3815,2,1275,'','2013-10-16 13:29:05'),(3816,3,1275,'','2013-10-16 13:29:05'),(3817,1,1276,'','2013-10-16 13:36:05'),(3818,2,1276,'','2013-10-16 13:36:05'),(3819,3,1276,'','2013-10-16 13:36:05'),(3820,1,1277,'','2013-10-16 13:46:24'),(3821,2,1277,'','2013-10-16 13:46:24'),(3822,3,1277,'76001','2013-10-16 13:46:24'),(3823,1,1278,'','2013-10-16 14:09:40'),(3824,2,1278,'','2013-10-16 14:09:40'),(3825,3,1278,'50427','2013-10-16 14:09:40'),(3826,1,1279,'','2013-10-16 14:13:42'),(3827,2,1279,'','2013-10-16 14:13:42'),(3828,3,1279,'50427','2013-10-16 14:13:42'),(3829,1,1280,'','2013-10-16 14:24:05'),(3830,2,1280,'','2013-10-16 14:24:05'),(3831,3,1280,'50427','2013-10-16 14:24:05'),(3832,1,1281,'','2013-10-16 15:29:43'),(3833,2,1281,'','2013-10-16 15:29:43'),(3834,3,1281,'','2013-10-16 15:29:43'),(3835,1,1282,'','2013-10-16 15:34:22'),(3836,2,1282,'','2013-10-16 15:34:22'),(3837,3,1282,'','2013-10-16 15:34:22'),(3838,1,1283,'','2013-10-16 15:39:23'),(3839,2,1283,'','2013-10-16 15:39:23'),(3840,3,1283,'','2013-10-16 15:39:23'),(3841,1,1284,'','2013-10-16 16:10:06'),(3842,2,1284,'','2013-10-16 16:10:06'),(3843,3,1284,'15866','2013-10-16 16:10:06'),(3844,1,1285,'','2013-10-16 16:17:38'),(3845,2,1285,'','2013-10-16 16:17:38'),(3846,3,1285,'15866','2013-10-16 16:17:38'),(3847,1,1286,'','2013-10-16 16:34:57'),(3848,2,1286,'','2013-10-16 16:34:57'),(3849,3,1286,'76072','2013-10-16 16:34:57'),(3850,1,1287,'','2013-10-16 16:41:53'),(3851,2,1287,'','2013-10-16 16:41:53'),(3852,3,1287,'1525','2013-10-16 16:41:53'),(3853,1,1288,'','2013-10-16 16:47:49'),(3854,2,1288,'','2013-10-16 16:47:49'),(3855,3,1288,'1105','2013-10-16 16:47:49'),(3856,1,1289,'','2013-10-16 16:58:35'),(3857,2,1289,'','2013-10-16 16:58:35'),(3858,3,1289,'50427','2013-10-16 16:58:35'),(3859,1,1290,'','2013-10-16 17:01:30'),(3860,2,1290,'','2013-10-16 17:01:30'),(3861,3,1290,'16874','2013-10-16 17:01:30'),(3862,1,1291,'','2013-10-16 17:06:25'),(3863,2,1291,'','2013-10-16 17:06:25'),(3864,3,1291,'','2013-10-16 17:06:25'),(3865,1,1292,'','2013-10-16 17:12:33'),(3866,2,1292,'','2013-10-16 17:12:33'),(3867,3,1292,'','2013-10-16 17:12:33'),(3868,1,1293,'','2013-10-16 17:22:37'),(3869,2,1293,'','2013-10-16 17:22:37'),(3870,3,1293,'0001','2013-10-16 17:22:37'),(3871,1,1294,'','2013-10-16 17:37:54'),(3872,2,1294,'','2013-10-16 17:37:54'),(3873,3,1294,'1016','2013-10-16 17:37:54'),(3874,1,1295,'','2013-10-16 18:01:32'),(3875,2,1295,'','2013-10-16 18:01:32'),(3876,3,1295,'','2013-10-16 18:01:32'),(3877,1,1296,'','2013-10-16 18:14:33'),(3878,2,1296,'','2013-10-16 18:14:33'),(3879,3,1296,'16874','2013-10-16 18:14:33'),(3880,1,1297,'','2013-10-16 18:39:59'),(3881,2,1297,'','2013-10-16 18:39:59'),(3882,3,1297,'','2013-10-16 18:39:59'),(3883,1,1298,'','2013-10-16 19:32:55'),(3884,2,1298,'','2013-10-16 19:32:55'),(3885,3,1298,'','2013-10-16 19:32:55'),(3886,1,1299,'','2013-10-16 22:52:02'),(3887,2,1299,'','2013-10-16 22:52:02'),(3888,3,1299,'','2013-10-16 22:52:02'),(3889,1,1300,'','2013-10-16 23:00:46'),(3890,2,1300,'','2013-10-16 23:00:46'),(3891,3,1300,'50427','2013-10-16 23:00:46'),(3892,1,1301,'','2013-10-17 00:10:21'),(3893,2,1301,'','2013-10-17 00:10:21'),(3894,3,1301,'50427','2013-10-17 00:10:21'),(3895,1,1302,'','2013-10-17 00:21:14'),(3896,2,1302,'','2013-10-17 00:21:14'),(3897,3,1302,'','2013-10-17 00:21:14'),(3898,1,1303,'','2013-10-17 00:22:33'),(3899,2,1303,'','2013-10-17 00:22:33'),(3900,3,1303,'','2013-10-17 00:22:33'),(3901,1,1304,'','2013-10-17 00:27:13'),(3902,2,1304,'','2013-10-17 00:27:14'),(3903,3,1304,'','2013-10-17 00:27:14'),(3904,1,1305,'','2013-10-17 00:36:16'),(3905,2,1305,'','2013-10-17 00:36:17'),(3906,3,1305,'','2013-10-17 00:36:17'),(3907,1,1306,'','2013-10-17 00:40:49'),(3908,2,1306,'','2013-10-17 00:40:49'),(3909,3,1306,'','2013-10-17 00:40:49'),(3910,1,1307,'','2013-10-17 00:45:16'),(3911,2,1307,'','2013-10-17 00:45:16'),(3912,3,1307,'','2013-10-17 00:45:16'),(3913,1,1308,'','2013-10-17 00:49:35'),(3914,2,1308,'','2013-10-17 00:49:35'),(3915,3,1308,'','2013-10-17 00:49:35'),(3916,1,1309,'','2013-10-17 01:16:32'),(3917,2,1309,'','2013-10-17 01:16:32'),(3918,3,1309,'','2013-10-17 01:16:32'),(3919,1,1310,'','2013-10-17 05:55:38'),(3920,2,1310,'','2013-10-17 05:55:38'),(3921,3,1310,'','2013-10-17 05:55:38'),(3922,1,1311,'','2013-10-17 06:43:58'),(3923,2,1311,'','2013-10-17 06:43:58'),(3924,3,1311,'','2013-10-17 06:43:58'),(3925,1,1312,'','2013-10-17 06:48:05'),(3926,2,1312,'','2013-10-17 06:48:05'),(3927,3,1312,'','2013-10-17 06:48:05'),(3928,1,1313,'','2013-10-17 07:00:02'),(3929,2,1313,'','2013-10-17 07:00:02'),(3930,3,1313,'','2013-10-17 07:00:02'),(3931,1,1314,'','2013-10-17 07:11:05'),(3932,2,1314,'','2013-10-17 07:11:05'),(3933,3,1314,'','2013-10-17 07:11:05'),(3934,1,1315,'','2013-10-17 07:19:11'),(3935,2,1315,'','2013-10-17 07:19:11'),(3936,3,1315,'','2013-10-17 07:19:11'),(3937,1,1316,'','2013-10-17 07:20:00'),(3938,2,1316,'','2013-10-17 07:20:00'),(3939,3,1316,'','2013-10-17 07:20:00'),(3940,1,1317,'','2013-10-17 07:22:38'),(3941,2,1317,'','2013-10-17 07:22:38'),(3942,3,1317,'','2013-10-17 07:22:38'),(3943,1,1319,'','2013-10-17 07:39:40'),(3944,2,1319,'','2013-10-17 07:39:40'),(3945,3,1319,'','2013-10-17 07:39:40'),(3946,1,1320,'','2013-10-17 07:58:21'),(3947,2,1320,'','2013-10-17 07:58:21'),(3948,3,1320,'1525','2013-10-17 07:58:21'),(3949,1,1321,'','2013-10-17 08:01:37'),(3950,2,1321,'','2013-10-17 08:01:37'),(3951,3,1321,'76061','2013-10-17 08:01:37'),(3952,1,1322,'','2013-10-17 08:05:09'),(3953,2,1322,'','2013-10-17 08:05:09'),(3954,3,1322,'76065','2013-10-17 08:05:09'),(3955,1,1323,'','2013-10-17 08:08:00'),(3956,2,1323,'','2013-10-17 08:08:00'),(3957,3,1323,'','2013-10-17 08:08:00'),(3958,1,1324,'','2013-10-17 08:10:25'),(3959,2,1324,'','2013-10-17 08:10:25'),(3960,3,1324,'','2013-10-17 08:10:25'),(3961,1,1325,'','2013-10-17 08:35:46'),(3962,2,1325,'','2013-10-17 08:35:46'),(3963,3,1325,'','2013-10-17 08:35:46'),(3964,1,1326,'','2013-10-17 08:41:50'),(3965,2,1326,'','2013-10-17 08:41:50'),(3966,3,1326,'50427','2013-10-17 08:41:50'),(3967,1,1327,'','2013-10-17 08:59:23'),(3968,2,1327,'','2013-10-17 08:59:23'),(3969,3,1327,'','2013-10-17 08:59:23'),(3970,1,1328,'','2013-10-17 09:03:53'),(3971,2,1328,'','2013-10-17 09:03:53'),(3972,3,1328,'','2013-10-17 09:03:53'),(3973,1,1329,'','2013-10-17 09:24:01'),(3974,2,1329,'','2013-10-17 09:24:01'),(3975,3,1329,'76001','2013-10-17 09:24:01'),(3976,1,1330,'','2013-10-17 09:25:44'),(3977,2,1330,'','2013-10-17 09:25:44'),(3978,3,1330,'','2013-10-17 09:25:44'),(3979,1,1331,'','2013-10-17 09:35:15'),(3980,2,1331,'','2013-10-17 09:35:15'),(3981,3,1331,'','2013-10-17 09:35:15'),(3982,1,1332,'','2013-10-17 09:48:28'),(3983,2,1332,'','2013-10-17 09:48:28'),(3984,3,1332,'','2013-10-17 09:48:28'),(3985,1,1333,'','2013-10-17 09:51:20'),(3986,2,1333,'','2013-10-17 09:51:20'),(3987,3,1333,'50427','2013-10-17 09:51:20'),(3988,1,1334,'','2013-10-17 09:55:11'),(3989,2,1334,'','2013-10-17 09:55:11'),(3990,3,1334,'50427','2013-10-17 09:55:11'),(3991,1,1335,'','2013-10-17 09:57:56'),(3992,2,1335,'','2013-10-17 09:57:56'),(3993,3,1335,'76005','2013-10-17 09:57:56'),(3994,1,1336,'','2013-10-17 10:00:54'),(3995,2,1336,'','2013-10-17 10:00:54'),(3996,3,1336,'1048','2013-10-17 10:00:54'),(3997,1,1337,'','2013-10-17 10:06:14'),(3998,2,1337,'','2013-10-17 10:06:14'),(3999,3,1337,'','2013-10-17 10:06:14'),(4000,1,1338,'','2013-10-17 10:08:46'),(4001,2,1338,'','2013-10-17 10:08:46'),(4002,3,1338,'76052','2013-10-17 10:08:46'),(4003,1,1339,'','2013-10-17 10:12:39'),(4004,2,1339,'','2013-10-17 10:12:39'),(4005,3,1339,'','2013-10-17 10:12:39'),(4006,1,1340,'0276846502','2013-10-17 10:15:45'),(4007,2,1340,'','2013-10-17 10:15:45'),(4008,3,1340,'50427','2013-10-17 10:15:45'),(4009,1,1341,'0244295276','2013-10-17 10:18:13'),(4010,2,1341,'','2013-10-17 10:18:13'),(4011,3,1341,'','2013-10-17 10:18:13'),(4012,1,1342,'','2013-10-17 10:20:16'),(4013,2,1342,'','2013-10-17 10:20:16'),(4014,3,1342,'23188','2013-10-17 10:20:16'),(4015,1,1343,'','2013-10-17 10:24:48'),(4016,2,1343,'','2013-10-17 10:24:48'),(4017,3,1343,'MEDICALS','2013-10-17 10:24:48'),(4018,1,1344,'','2013-10-17 10:28:35'),(4019,2,1344,'','2013-10-17 10:28:35'),(4020,3,1344,'MEDICALS','2013-10-17 10:28:35'),(4021,1,1345,'','2013-10-17 10:40:14'),(4022,2,1345,'','2013-10-17 10:40:14'),(4023,3,1345,'50427','2013-10-17 10:40:14'),(4024,1,1346,'','2013-10-17 10:47:12'),(4025,2,1346,'','2013-10-17 10:47:12'),(4026,3,1346,'76009','2013-10-17 10:47:12'),(4027,1,1347,'','2013-10-17 10:50:29'),(4028,2,1347,'','2013-10-17 10:50:29'),(4029,3,1347,'','2013-10-17 10:50:29'),(4030,1,1348,'','2013-10-17 10:54:35'),(4031,2,1348,'','2013-10-17 10:54:35'),(4032,3,1348,'MEDICALS','2013-10-17 10:54:35'),(4033,1,1349,'','2013-10-17 10:58:54'),(4034,2,1349,'','2013-10-17 10:58:54'),(4035,3,1349,'50427','2013-10-17 10:58:54'),(4036,1,1350,'','2013-10-17 11:03:43'),(4037,2,1350,'','2013-10-17 11:03:43'),(4038,3,1350,'CASH','2013-10-17 11:03:43'),(4039,1,1351,'','2013-10-17 11:09:16'),(4040,2,1351,'','2013-10-17 11:09:16'),(4041,3,1351,'44789','2013-10-17 11:09:16'),(4042,1,1352,'','2013-10-17 11:27:24'),(4043,2,1352,'','2013-10-17 11:27:24'),(4044,3,1352,'48898','2013-10-17 11:27:24'),(4045,1,1353,'','2013-10-17 11:34:00'),(4046,2,1353,'','2013-10-17 11:34:00'),(4047,3,1353,'76052','2013-10-17 11:34:00'),(4048,1,1354,'','2013-10-17 11:41:58'),(4049,2,1354,'','2013-10-17 11:41:58'),(4050,3,1354,'','2013-10-17 11:41:58'),(4051,1,1355,'','2013-10-17 11:50:44'),(4052,2,1355,'','2013-10-17 11:50:44'),(4053,3,1355,'76063','2013-10-17 11:50:44'),(4054,1,1356,'','2013-10-17 11:55:49'),(4055,2,1356,'','2013-10-17 11:55:49'),(4056,3,1356,'50427','2013-10-17 11:55:49'),(4057,1,1357,'','2013-10-17 12:00:06'),(4058,2,1357,'','2013-10-17 12:00:06'),(4059,3,1357,'50427','2013-10-17 12:00:06'),(4060,1,1358,'','2013-10-17 12:10:17'),(4061,2,1358,'','2013-10-17 12:10:17'),(4062,3,1358,'1048','2013-10-17 12:10:17'),(4063,1,1359,'','2013-10-17 12:15:18'),(4064,2,1359,'','2013-10-17 12:15:18'),(4065,3,1359,'','2013-10-17 12:15:18'),(4066,1,1360,'','2013-10-17 12:19:35'),(4067,2,1360,'','2013-10-17 12:19:35'),(4068,3,1360,'50427','2013-10-17 12:19:35'),(4069,1,1361,'','2013-10-17 12:28:50'),(4070,2,1361,'','2013-10-17 12:28:50'),(4071,3,1361,'','2013-10-17 12:28:50'),(4072,1,1362,'','2013-10-17 12:31:18'),(4073,2,1362,'','2013-10-17 12:31:18'),(4074,3,1362,'','2013-10-17 12:31:18'),(4075,1,1363,'','2013-10-17 12:34:05'),(4076,2,1363,'','2013-10-17 12:34:05'),(4077,3,1363,'','2013-10-17 12:34:05'),(4078,1,1364,'','2013-10-17 12:35:56'),(4079,2,1364,'','2013-10-17 12:35:56'),(4080,3,1364,'','2013-10-17 12:35:56'),(4081,1,1365,'','2013-10-17 12:42:28'),(4082,2,1365,'','2013-10-17 12:42:28'),(4083,3,1365,'','2013-10-17 12:42:28'),(4084,1,1366,'','2013-10-17 12:49:12'),(4085,2,1366,'','2013-10-17 12:49:12'),(4086,3,1366,'','2013-10-17 12:49:12'),(4087,1,1367,'','2013-10-17 12:54:24'),(4088,2,1367,'','2013-10-17 12:54:24'),(4089,3,1367,'CASH','2013-10-17 12:54:24'),(4090,1,1368,'','2013-10-17 13:02:49'),(4091,2,1368,'','2013-10-17 13:02:49'),(4092,3,1368,'76070','2013-10-17 13:02:49'),(4093,1,1369,'','2013-10-17 13:12:28'),(4094,2,1369,'','2013-10-17 13:12:28'),(4095,3,1369,'76067','2013-10-17 13:12:28'),(4096,1,1370,'','2013-10-17 13:30:12'),(4097,2,1370,'','2013-10-17 13:30:12'),(4098,3,1370,'76009','2013-10-17 13:30:12'),(4099,1,1371,'','2013-10-17 13:36:49'),(4100,2,1371,'','2013-10-17 13:36:49'),(4101,3,1371,'50427','2013-10-17 13:36:49'),(4102,1,1372,'','2013-10-17 13:46:56'),(4103,2,1372,'','2013-10-17 13:46:56'),(4104,3,1372,'16874','2013-10-17 13:46:56'),(4105,1,1373,'','2013-10-17 13:50:45'),(4106,2,1373,'','2013-10-17 13:50:45'),(4107,3,1373,'50427','2013-10-17 13:50:45'),(4108,1,1375,'','2013-10-17 13:54:21'),(4109,2,1375,'','2013-10-17 13:54:21'),(4110,3,1375,'','2013-10-17 13:54:21'),(4111,1,1376,'','2013-10-17 14:04:05'),(4112,2,1376,'','2013-10-17 14:04:05'),(4113,3,1376,'50427','2013-10-17 14:04:05'),(4114,1,1377,'','2013-10-17 14:15:02'),(4115,2,1377,'','2013-10-17 14:15:02'),(4116,3,1377,'76009','2013-10-17 14:15:02'),(4117,1,1378,'','2013-10-17 14:40:09'),(4118,2,1378,'','2013-10-17 14:40:09'),(4119,3,1378,'','2013-10-17 14:40:09'),(4120,1,1379,'','2013-10-17 14:42:33'),(4121,2,1379,'','2013-10-17 14:42:33'),(4122,3,1379,'','2013-10-17 14:42:33'),(4123,1,1380,'','2013-10-17 14:45:03'),(4124,2,1380,'','2013-10-17 14:45:03'),(4125,3,1380,'','2013-10-17 14:45:03'),(4126,1,1381,'','2013-10-17 15:08:58'),(4127,2,1381,'','2013-10-17 15:08:58'),(4128,3,1381,'','2013-10-17 15:08:58'),(4129,1,1382,'','2013-10-17 15:12:19'),(4130,2,1382,'','2013-10-17 15:12:19'),(4131,3,1382,'','2013-10-17 15:12:19'),(4132,1,1383,'','2013-10-17 15:14:13'),(4133,2,1383,'','2013-10-17 15:14:13'),(4134,3,1383,'22514','2013-10-17 15:14:13'),(4135,1,1384,'','2013-10-17 15:37:08'),(4136,2,1384,'','2013-10-17 15:37:08'),(4137,3,1384,'76052','2013-10-17 15:37:08'),(4138,1,1385,'','2013-10-17 15:45:01'),(4139,2,1385,'','2013-10-17 15:45:01'),(4140,3,1385,'','2013-10-17 15:45:01'),(4141,1,1386,'','2013-10-17 15:56:28'),(4142,2,1386,'','2013-10-17 15:56:28'),(4143,3,1386,'','2013-10-17 15:56:28'),(4144,1,1388,'','2013-10-17 16:00:52'),(4145,2,1388,'','2013-10-17 16:00:52'),(4146,3,1388,'','2013-10-17 16:00:52'),(4147,1,1389,'','2013-10-17 16:04:56'),(4148,2,1389,'','2013-10-17 16:04:56'),(4149,3,1389,'','2013-10-17 16:04:56'),(4150,1,1390,'','2013-10-17 16:10:30'),(4151,2,1390,'','2013-10-17 16:10:30'),(4152,3,1390,'CASH','2013-10-17 16:10:30'),(4153,1,1391,'','2013-10-17 16:27:14'),(4154,2,1391,'','2013-10-17 16:27:14'),(4155,3,1391,'','2013-10-17 16:27:14'),(4156,1,1392,'','2013-10-17 16:31:00'),(4157,2,1392,'','2013-10-17 16:31:00'),(4158,3,1392,'','2013-10-17 16:31:00'),(4159,1,1393,'','2013-10-17 16:34:01'),(4160,2,1393,'','2013-10-17 16:34:01'),(4161,3,1393,'22.00','2013-10-17 16:34:01'),(4162,1,1394,'','2013-10-17 16:38:49'),(4163,2,1394,'','2013-10-17 16:38:49'),(4164,3,1394,'50427','2013-10-17 16:38:49'),(4165,1,1395,'','2013-10-17 16:58:25'),(4166,2,1395,'','2013-10-17 16:58:25'),(4167,3,1395,'','2013-10-17 16:58:25'),(4168,1,1396,'','2013-10-17 17:04:24'),(4169,2,1396,'','2013-10-17 17:04:24'),(4170,3,1396,'50427','2013-10-17 17:04:24'),(4171,1,1397,'','2013-10-17 17:16:26'),(4172,2,1397,'','2013-10-17 17:16:26'),(4173,3,1397,'CASH','2013-10-17 17:16:26'),(4174,1,1398,'','2013-10-17 17:52:29'),(4175,2,1398,'','2013-10-17 17:52:29'),(4176,3,1398,'CASH','2013-10-17 17:52:29'),(4177,1,1399,'','2013-10-17 18:59:21'),(4178,2,1399,'','2013-10-17 18:59:21'),(4179,3,1399,'22514','2013-10-17 18:59:21'),(4180,1,1400,'','2013-10-17 19:27:57'),(4181,2,1400,'','2013-10-17 19:27:57'),(4182,3,1400,'75011','2013-10-17 19:27:57'),(4183,1,1401,'','2013-10-17 20:50:11'),(4184,2,1401,'','2013-10-17 20:50:11'),(4185,3,1401,'16874','2013-10-17 20:50:11'),(4186,1,1402,'0244377104','2013-10-17 21:06:06'),(4187,2,1402,'','2013-10-17 21:06:06'),(4188,3,1402,'76065','2013-10-17 21:06:06'),(4189,1,1403,'0244377104','2013-10-17 21:10:54'),(4190,2,1403,'','2013-10-17 21:10:54'),(4191,3,1403,'76065','2013-10-17 21:10:54'),(4192,1,1404,'0201293750','2013-10-17 22:08:53'),(4193,2,1404,'','2013-10-17 22:08:53'),(4194,3,1404,'76001','2013-10-17 22:08:53'),(4195,1,1405,'','2013-10-18 05:35:49'),(4196,2,1405,'','2013-10-18 05:35:49'),(4197,3,1405,'','2013-10-18 05:35:49'),(4198,1,1406,'','2013-10-18 05:37:06'),(4199,2,1406,'','2013-10-18 05:37:06'),(4200,3,1406,'','2013-10-18 05:37:06'),(4201,1,1407,'','2013-10-18 05:37:40'),(4202,2,1407,'','2013-10-18 05:37:40'),(4203,3,1407,'','2013-10-18 05:37:40'),(4204,1,1408,'','2013-10-18 06:11:40'),(4205,2,1408,'','2013-10-18 06:11:40'),(4206,3,1408,'50427','2013-10-18 06:11:40'),(4207,1,1409,'','2013-10-18 06:14:38'),(4208,2,1409,'','2013-10-18 06:14:38'),(4209,3,1409,'','2013-10-18 06:14:38'),(4210,1,1410,'','2013-10-18 06:21:11'),(4211,2,1410,'','2013-10-18 06:21:11'),(4212,3,1410,'','2013-10-18 06:21:11'),(4213,1,1411,'','2013-10-18 06:26:35'),(4214,2,1411,'','2013-10-18 06:26:35'),(4215,3,1411,'16874','2013-10-18 06:26:35'),(4216,1,1412,'','2013-10-18 06:34:11'),(4217,2,1412,'','2013-10-18 06:34:11'),(4218,3,1412,'50427','2013-10-18 06:34:11'),(4219,1,1413,'','2013-10-18 06:39:16'),(4220,2,1413,'','2013-10-18 06:39:16'),(4221,3,1413,'76009','2013-10-18 06:39:16'),(4222,1,1414,'','2013-10-18 06:48:18'),(4223,2,1414,'','2013-10-18 06:48:18'),(4224,3,1414,'16874','2013-10-18 06:48:18'),(4225,1,1415,'','2013-10-18 07:19:23'),(4226,2,1415,'','2013-10-18 07:19:23'),(4227,3,1415,'50427','2013-10-18 07:19:23'),(4228,1,1416,'','2013-10-18 07:22:43'),(4229,2,1416,'','2013-10-18 07:22:43'),(4230,3,1416,'','2013-10-18 07:22:43'),(4231,1,1417,'','2013-10-18 07:33:15'),(4232,2,1417,'','2013-10-18 07:33:15'),(4233,3,1417,'','2013-10-18 07:33:15'),(4234,1,1418,'','2013-10-18 07:46:49'),(4235,2,1418,'','2013-10-18 07:46:49'),(4236,3,1418,'45','2013-10-18 07:46:49'),(4237,1,1419,'','2013-10-18 07:51:17'),(4238,2,1419,'','2013-10-18 07:51:17'),(4239,3,1419,'204','2013-10-18 07:51:17'),(4240,1,1420,'','2013-10-18 08:08:09'),(4241,2,1420,'','2013-10-18 08:08:09'),(4242,3,1420,'50427','2013-10-18 08:08:09'),(4243,1,1421,'','2013-10-18 08:16:29'),(4244,2,1421,'','2013-10-18 08:16:29'),(4245,3,1421,'76009','2013-10-18 08:16:29'),(4246,1,1422,'','2013-10-18 08:29:05'),(4247,2,1422,'','2013-10-18 08:29:05'),(4248,3,1422,'','2013-10-18 08:29:05'),(4249,1,1423,'','2013-10-18 08:34:35'),(4250,2,1423,'','2013-10-18 08:34:35'),(4251,3,1423,'16874','2013-10-18 08:34:35'),(4252,1,1424,'','2013-10-18 08:38:27'),(4253,2,1424,'','2013-10-18 08:38:27'),(4254,3,1424,'','2013-10-18 08:38:27'),(4255,1,1426,'','2013-10-18 09:05:37'),(4256,2,1426,'','2013-10-18 09:05:37'),(4257,3,1426,'','2013-10-18 09:05:37'),(4258,1,1427,'','2013-10-18 09:10:46'),(4259,2,1427,'','2013-10-18 09:10:46'),(4260,3,1427,'44789','2013-10-18 09:10:46'),(4261,1,1428,'','2013-10-18 09:13:11'),(4262,2,1428,'','2013-10-18 09:13:11'),(4263,3,1428,'','2013-10-18 09:13:11'),(4264,1,1429,'','2013-10-18 09:27:26'),(4265,2,1429,'','2013-10-18 09:27:26'),(4266,3,1429,'76068','2013-10-18 09:27:26'),(4267,1,1430,'','2013-10-18 09:39:09'),(4268,2,1430,'','2013-10-18 09:39:09'),(4269,3,1430,'CASH','2013-10-18 09:39:09'),(4270,1,1431,'','2013-10-18 09:44:02'),(4271,2,1431,'','2013-10-18 09:44:02'),(4272,3,1431,'','2013-10-18 09:44:02'),(4273,1,1432,'','2013-10-18 09:48:10'),(4274,2,1432,'','2013-10-18 09:48:10'),(4275,3,1432,'','2013-10-18 09:48:10'),(4276,1,1433,'','2013-10-18 09:54:55'),(4277,2,1433,'','2013-10-18 09:54:55'),(4278,3,1433,'','2013-10-18 09:54:55'),(4279,1,1434,'','2013-10-18 10:06:21'),(4280,2,1434,'','2013-10-18 10:06:21'),(4281,3,1434,'','2013-10-18 10:06:22'),(4282,1,1435,'0246803107','2013-10-18 10:10:50'),(4283,2,1435,'','2013-10-18 10:10:50'),(4284,3,1435,'','2013-10-18 10:10:50'),(4285,1,1436,'','2013-10-18 10:21:10'),(4286,2,1436,'','2013-10-18 10:21:10'),(4287,3,1436,'','2013-10-18 10:21:10'),(4288,1,1437,'','2013-10-18 10:25:12'),(4289,2,1437,'','2013-10-18 10:25:12'),(4290,3,1437,'44789','2013-10-18 10:25:12'),(4291,1,1438,'','2013-10-18 10:36:23'),(4292,2,1438,'','2013-10-18 10:36:23'),(4293,3,1438,'','2013-10-18 10:36:23'),(4294,1,1439,'','2013-10-18 10:41:57'),(4295,2,1439,'','2013-10-18 10:41:57'),(4296,3,1439,'2488','2013-10-18 10:41:57'),(4297,1,1440,'','2013-10-18 10:46:25'),(4298,2,1440,'','2013-10-18 10:46:25'),(4299,3,1440,'2488','2013-10-18 10:46:25'),(4300,1,1441,'','2013-10-18 10:49:06'),(4301,2,1441,'','2013-10-18 10:49:06'),(4302,3,1441,'','2013-10-18 10:49:06'),(4303,1,1442,'','2013-10-18 10:56:33'),(4304,2,1442,'','2013-10-18 10:56:33'),(4305,3,1442,'43292','2013-10-18 10:56:33'),(4306,1,1443,'','2013-10-18 11:03:50'),(4307,2,1443,'','2013-10-18 11:03:50'),(4308,3,1443,'50427','2013-10-18 11:03:50'),(4309,1,1444,'','2013-10-18 11:08:32'),(4310,2,1444,'','2013-10-18 11:08:32'),(4311,3,1444,'1525','2013-10-18 11:08:32'),(4312,1,1445,'','2013-10-18 11:18:59'),(4313,2,1445,'','2013-10-18 11:18:59'),(4314,3,1445,'46644','2013-10-18 11:18:59'),(4315,1,1446,'','2013-10-18 11:41:15'),(4316,2,1446,'','2013-10-18 11:41:15'),(4317,3,1446,'','2013-10-18 11:41:15'),(4318,1,1447,'','2013-10-18 11:56:12'),(4319,2,1447,'','2013-10-18 11:56:12'),(4320,3,1447,'16874','2013-10-18 11:56:12'),(4321,1,1448,'','2013-10-18 12:01:33'),(4322,2,1448,'','2013-10-18 12:01:33'),(4323,3,1448,'16874','2013-10-18 12:01:33'),(4324,1,1449,'','2013-10-18 12:04:47'),(4325,2,1449,'','2013-10-18 12:04:47'),(4326,3,1449,'44789','2013-10-18 12:04:47'),(4327,1,1450,'','2013-10-18 12:10:47'),(4328,2,1450,'','2013-10-18 12:10:47'),(4329,3,1450,'','2013-10-18 12:10:47'),(4330,1,1451,'','2013-10-18 12:28:02'),(4331,2,1451,'','2013-10-18 12:28:02'),(4332,3,1451,'','2013-10-18 12:28:02'),(4333,1,1452,'','2013-10-18 12:30:49'),(4334,2,1452,'','2013-10-18 12:30:49'),(4335,3,1452,'','2013-10-18 12:30:49'),(4336,1,1453,'','2013-10-18 12:34:11'),(4337,2,1453,'','2013-10-18 12:34:11'),(4338,3,1453,'','2013-10-18 12:34:11'),(4339,1,1454,'','2013-10-18 12:36:30'),(4340,2,1454,'','2013-10-18 12:36:30'),(4341,3,1454,'','2013-10-18 12:36:30'),(4342,1,1455,'','2013-10-18 12:39:51'),(4343,2,1455,'','2013-10-18 12:39:51'),(4344,3,1455,'44789','2013-10-18 12:39:51'),(4345,1,1456,'','2013-10-18 12:49:33'),(4346,2,1456,'','2013-10-18 12:49:33'),(4347,3,1456,'','2013-10-18 12:49:33'),(4348,1,1458,'','2013-10-18 12:59:02'),(4349,2,1458,'','2013-10-18 12:59:02'),(4350,3,1458,'','2013-10-18 12:59:02'),(4351,1,1459,'','2013-10-18 13:23:53'),(4352,2,1459,'','2013-10-18 13:23:53'),(4353,3,1459,'','2013-10-18 13:23:53'),(4354,1,1460,'','2013-10-18 13:41:50'),(4355,2,1460,'','2013-10-18 13:41:50'),(4356,3,1460,'','2013-10-18 13:41:50'),(4357,1,1461,'','2013-10-18 14:10:30'),(4358,2,1461,'','2013-10-18 14:10:30'),(4359,3,1461,'1152','2013-10-18 14:10:30'),(4360,1,1462,'','2013-10-18 14:15:00'),(4361,2,1462,'','2013-10-18 14:15:00'),(4362,3,1462,'76057','2013-10-18 14:15:00'),(4363,1,1463,'','2013-10-18 14:17:58'),(4364,2,1463,'','2013-10-18 14:17:58'),(4365,3,1463,'','2013-10-18 14:17:58'),(4366,1,1464,'','2013-10-18 14:22:45'),(4367,2,1464,'','2013-10-18 14:22:45'),(4368,3,1464,'','2013-10-18 14:22:45'),(4369,1,1465,'','2013-10-18 14:27:29'),(4370,2,1465,'','2013-10-18 14:27:29'),(4371,3,1465,'','2013-10-18 14:27:29'),(4372,1,1466,'','2013-10-18 14:48:17'),(4373,2,1466,'','2013-10-18 14:48:17'),(4374,3,1466,'76067','2013-10-18 14:48:17'),(4375,1,1467,'','2013-10-18 14:50:49'),(4376,2,1467,'','2013-10-18 14:50:50'),(4377,3,1467,'15866','2013-10-18 14:50:50'),(4378,1,1468,'','2013-10-18 14:53:18'),(4379,2,1468,'','2013-10-18 14:53:18'),(4380,3,1468,'','2013-10-18 14:53:18'),(4381,1,1469,'','2013-10-18 15:00:08'),(4382,2,1469,'','2013-10-18 15:00:08'),(4383,3,1469,'44789','2013-10-18 15:00:08'),(4384,1,1470,'','2013-10-18 15:28:05'),(4385,2,1470,'','2013-10-18 15:28:05'),(4386,3,1470,'','2013-10-18 15:28:05'),(4387,1,1471,'','2013-10-18 16:51:09'),(4388,2,1471,'','2013-10-18 16:51:09'),(4389,3,1471,'76052','2013-10-18 16:51:09'),(4390,1,1472,'','2013-10-18 17:16:02'),(4391,2,1472,'','2013-10-18 17:16:02'),(4392,3,1472,'50427','2013-10-18 17:16:02'),(4393,1,1473,'','2013-10-18 17:22:43'),(4394,2,1473,'','2013-10-18 17:22:43'),(4395,3,1473,'CASH','2013-10-18 17:22:43'),(4396,1,1474,'','2013-10-18 18:12:55'),(4397,2,1474,'','2013-10-18 18:12:55'),(4398,3,1474,'16874','2013-10-18 18:12:55'),(4399,1,1475,'','2013-10-18 18:24:34'),(4400,2,1475,'','2013-10-18 18:24:34'),(4401,3,1475,'76058','2013-10-18 18:24:34'),(4402,1,1476,'','2013-10-18 18:32:38'),(4403,2,1476,'','2013-10-18 18:32:38'),(4404,3,1476,'76058','2013-10-18 18:32:38'),(4405,1,1477,'','2013-10-18 19:26:45'),(4406,2,1477,'','2013-10-18 19:26:45'),(4407,3,1477,'','2013-10-18 19:26:45'),(4408,1,1478,'','2013-10-18 19:44:11'),(4409,2,1478,'','2013-10-18 19:44:11'),(4410,3,1478,'76009','2013-10-18 19:44:11'),(4411,1,1479,'','2013-10-18 20:16:47'),(4412,2,1479,'','2013-10-18 20:16:47'),(4413,3,1479,'','2013-10-18 20:16:47'),(4414,1,1480,'','2013-10-18 20:42:48'),(4415,2,1480,'','2013-10-18 20:42:48'),(4416,3,1480,'50427','2013-10-18 20:42:48'),(4417,1,1481,'','2013-10-18 20:55:52'),(4418,2,1481,'','2013-10-18 20:55:52'),(4419,3,1481,'','2013-10-18 20:55:52'),(4420,1,1482,'','2013-10-18 21:15:23'),(4421,2,1482,'','2013-10-18 21:15:23'),(4422,3,1482,'','2013-10-18 21:15:23'),(4423,1,1483,'','2013-10-18 21:40:22'),(4424,2,1483,'','2013-10-18 21:40:22'),(4425,3,1483,'50427','2013-10-18 21:40:22'),(4426,1,1484,'','2013-10-18 23:44:12'),(4427,2,1484,'','2013-10-18 23:44:12'),(4428,3,1484,'16874','2013-10-18 23:44:12'),(4429,1,1485,'','2013-10-18 23:46:39'),(4430,2,1485,'','2013-10-18 23:46:39'),(4431,3,1485,'','2013-10-18 23:46:39'),(4432,1,1486,'','2013-10-18 23:59:09'),(4433,2,1486,'','2013-10-18 23:59:09'),(4434,3,1486,'16874','2013-10-18 23:59:09'),(4435,1,1487,'','2013-10-19 00:01:41'),(4436,2,1487,'','2013-10-19 00:01:41'),(4437,3,1487,'','2013-10-19 00:01:41'),(4438,1,1488,'','2013-10-19 01:03:09'),(4439,2,1488,'','2013-10-19 01:03:09'),(4440,3,1488,'','2013-10-19 01:03:09'),(4441,1,1489,'','2013-10-19 03:01:16'),(4442,2,1489,'','2013-10-19 03:01:16'),(4443,3,1489,'','2013-10-19 03:01:16'),(4444,1,1490,'','2013-10-19 03:20:57'),(4445,2,1490,'','2013-10-19 03:20:57'),(4446,3,1490,'38361','2013-10-19 03:20:57'),(4447,1,1491,'','2013-10-19 05:13:21'),(4448,2,1491,'','2013-10-19 05:13:21'),(4449,3,1491,'44789','2013-10-19 05:13:21'),(4450,1,1492,'','2013-10-19 06:15:11'),(4451,2,1492,'','2013-10-19 06:15:11'),(4452,3,1492,'1105','2013-10-19 06:15:11'),(4453,1,1493,'','2013-10-19 06:18:49'),(4454,2,1493,'','2013-10-19 06:18:49'),(4455,3,1493,'1105','2013-10-19 06:18:49'),(4456,1,1494,'','2013-10-19 06:26:53'),(4457,2,1494,'','2013-10-19 06:26:53'),(4458,3,1494,'','2013-10-19 06:26:53'),(4459,1,1495,'0247813750','2013-10-19 06:36:16'),(4460,2,1495,'','2013-10-19 06:36:16'),(4461,3,1495,'','2013-10-19 06:36:16'),(4462,1,1496,'0247813750','2013-10-19 06:38:26'),(4463,2,1496,'','2013-10-19 06:38:26'),(4464,3,1496,'','2013-10-19 06:38:26'),(4465,1,1497,'','2013-10-19 06:42:44'),(4466,2,1497,'','2013-10-19 06:42:44'),(4467,3,1497,'16874','2013-10-19 06:42:44'),(4468,1,1498,'','2013-10-19 07:22:44'),(4469,2,1498,'','2013-10-19 07:22:44'),(4470,3,1498,'16874','2013-10-19 07:22:44'),(4471,1,1499,'','2013-10-19 07:27:38'),(4472,2,1499,'','2013-10-19 07:27:38'),(4473,3,1499,'76027','2013-10-19 07:27:38'),(4474,1,1500,'','2013-10-19 07:45:04'),(4475,2,1500,'','2013-10-19 07:45:04'),(4476,3,1500,'76052','2013-10-19 07:45:04'),(4477,1,1501,'','2013-10-19 08:03:15'),(4478,2,1501,'','2013-10-19 08:03:15'),(4479,3,1501,'','2013-10-19 08:03:15'),(4480,1,1502,'','2013-10-19 08:10:18'),(4481,2,1502,'','2013-10-19 08:10:18'),(4482,3,1502,'50427','2013-10-19 08:10:18'),(4483,1,1503,'','2013-10-19 08:14:20'),(4484,2,1503,'','2013-10-19 08:14:20'),(4485,3,1503,'','2013-10-19 08:14:20'),(4486,1,1504,'','2013-10-19 08:17:45'),(4487,2,1504,'','2013-10-19 08:17:45'),(4488,3,1504,'2488','2013-10-19 08:17:45'),(4489,1,1505,'','2013-10-19 08:20:24'),(4490,2,1505,'','2013-10-19 08:20:24'),(4491,3,1505,'76051','2013-10-19 08:20:24'),(4492,1,1506,'','2013-10-19 08:25:08'),(4493,2,1506,'','2013-10-19 08:25:08'),(4494,3,1506,'50427','2013-10-19 08:25:08'),(4495,1,1507,'','2013-10-19 08:29:56'),(4496,2,1507,'','2013-10-19 08:29:56'),(4497,3,1507,'76052','2013-10-19 08:29:56'),(4498,1,1508,'','2013-10-19 08:33:11'),(4499,2,1508,'','2013-10-19 08:33:11'),(4500,3,1508,'76033','2013-10-19 08:33:11'),(4501,1,1509,'','2013-10-19 08:36:35'),(4502,2,1509,'','2013-10-19 08:36:36'),(4503,3,1509,'2488','2013-10-19 08:36:36'),(4504,1,1510,'','2013-10-19 08:41:51'),(4505,2,1510,'','2013-10-19 08:41:51'),(4506,3,1510,'76027','2013-10-19 08:41:51'),(4507,1,1511,'','2013-10-19 08:46:21'),(4508,2,1511,'','2013-10-19 08:46:21'),(4509,3,1511,'50427','2013-10-19 08:46:21'),(4510,1,1512,'','2013-10-19 08:56:39'),(4511,2,1512,'','2013-10-19 08:56:39'),(4512,3,1512,'','2013-10-19 08:56:39'),(4513,1,1513,'','2013-10-19 09:04:20'),(4514,2,1513,'','2013-10-19 09:04:20'),(4515,3,1513,'75508','2013-10-19 09:04:20'),(4516,1,1514,'','2013-10-19 09:11:31'),(4517,2,1514,'','2013-10-19 09:11:31'),(4518,3,1514,'50427','2013-10-19 09:11:31'),(4519,1,1515,'','2013-10-19 09:18:16'),(4520,2,1515,'','2013-10-19 09:18:16'),(4521,3,1515,'76052','2013-10-19 09:18:16'),(4522,1,1516,'','2013-10-19 09:26:47'),(4523,2,1516,'','2013-10-19 09:26:47'),(4524,3,1516,'76052','2013-10-19 09:26:47'),(4525,1,1517,'','2013-10-19 09:40:09'),(4526,2,1517,'','2013-10-19 09:40:09'),(4527,3,1517,'76052','2013-10-19 09:40:09'),(4528,1,1518,'','2013-10-19 09:48:04'),(4529,2,1518,'','2013-10-19 09:48:04'),(4530,3,1518,'50427','2013-10-19 09:48:04'),(4531,1,1519,'','2013-10-19 09:54:34'),(4532,2,1519,'','2013-10-19 09:54:34'),(4533,3,1519,'','2013-10-19 09:54:34'),(4534,1,1520,'','2013-10-19 10:10:38'),(4535,2,1520,'','2013-10-19 10:10:38'),(4536,3,1520,'76005','2013-10-19 10:10:38'),(4537,1,1521,'','2013-10-19 10:17:11'),(4538,2,1521,'','2013-10-19 10:17:11'),(4539,3,1521,'','2013-10-19 10:17:11'),(4540,1,1522,'','2013-10-19 10:22:14'),(4541,2,1522,'','2013-10-19 10:22:14'),(4542,3,1522,'','2013-10-19 10:22:14'),(4543,1,1523,'','2013-10-19 10:26:23'),(4544,2,1523,'','2013-10-19 10:26:23'),(4545,3,1523,'','2013-10-19 10:26:23'),(4546,1,1524,'','2013-10-19 10:28:30'),(4547,2,1524,'','2013-10-19 10:28:30'),(4548,3,1524,'','2013-10-19 10:28:30'),(4549,1,1525,'','2013-10-19 10:32:56'),(4550,2,1525,'','2013-10-19 10:32:56'),(4551,3,1525,'','2013-10-19 10:32:56'),(4552,1,1526,'','2013-10-19 10:53:50'),(4553,2,1526,'','2013-10-19 10:53:50'),(4554,3,1526,'76005','2013-10-19 10:53:50'),(4555,1,1527,'','2013-10-19 11:00:50'),(4556,2,1527,'','2013-10-19 11:00:50'),(4557,3,1527,'46644','2013-10-19 11:00:50'),(4558,1,1528,'','2013-10-19 11:08:54'),(4559,2,1528,'','2013-10-19 11:08:54'),(4560,3,1528,'2488','2013-10-19 11:08:54'),(4561,1,1529,'','2013-10-19 11:53:46'),(4562,2,1529,'','2013-10-19 11:53:46'),(4563,3,1529,'','2013-10-19 11:53:46'),(4564,1,1530,'','2013-10-19 11:56:47'),(4565,2,1530,'','2013-10-19 11:56:47'),(4566,3,1530,'1062','2013-10-19 11:56:47'),(4567,1,1531,'','2013-10-19 12:00:40'),(4568,2,1531,'','2013-10-19 12:00:40'),(4569,3,1531,'1062','2013-10-19 12:00:40'),(4570,1,1532,'','2013-10-19 12:05:23'),(4571,2,1532,'','2013-10-19 12:05:23'),(4572,3,1532,'','2013-10-19 12:05:23'),(4573,1,1533,'','2013-10-19 12:08:13'),(4574,2,1533,'','2013-10-19 12:08:13'),(4575,3,1533,'','2013-10-19 12:08:13'),(4576,1,1534,'','2013-10-19 12:12:23'),(4577,2,1534,'','2013-10-19 12:12:23'),(4578,3,1534,'','2013-10-19 12:12:23'),(4579,1,1535,'','2013-10-19 12:21:22'),(4580,2,1535,'','2013-10-19 12:21:22'),(4581,3,1535,'','2013-10-19 12:21:22'),(4582,1,1536,'','2013-10-19 12:24:30'),(4583,2,1536,'','2013-10-19 12:24:30'),(4584,3,1536,'50427','2013-10-19 12:24:30'),(4585,1,1537,'','2013-10-19 12:27:12'),(4586,2,1537,'','2013-10-19 12:27:12'),(4587,3,1537,'','2013-10-19 12:27:12'),(4588,1,1538,'','2013-10-19 12:30:20'),(4589,2,1538,'','2013-10-19 12:30:20'),(4590,3,1538,'76050','2013-10-19 12:30:20'),(4591,1,1539,'','2013-10-19 12:33:40'),(4592,2,1539,'','2013-10-19 12:33:40'),(4593,3,1539,'76067','2013-10-19 12:33:40'),(4594,1,1540,'','2013-10-19 12:38:18'),(4595,2,1540,'','2013-10-19 12:38:18'),(4596,3,1540,'','2013-10-19 12:38:18'),(4597,1,1541,'','2013-10-19 12:42:19'),(4598,2,1541,'','2013-10-19 12:42:19'),(4599,3,1541,'44789','2013-10-19 12:42:19'),(4600,1,1542,'','2013-10-19 12:52:25'),(4601,2,1542,'','2013-10-19 12:52:25'),(4602,3,1542,'7605','2013-10-19 12:52:25'),(4603,1,1543,'','2013-10-19 13:03:22'),(4604,2,1543,'','2013-10-19 13:03:22'),(4605,3,1543,'','2013-10-19 13:03:22'),(4606,1,1544,'','2013-10-19 13:11:53'),(4607,2,1544,'','2013-10-19 13:11:53'),(4608,3,1544,'','2013-10-19 13:11:53'),(4609,1,1545,'','2013-10-19 13:15:13'),(4610,2,1545,'','2013-10-19 13:15:13'),(4611,3,1545,'76068','2013-10-19 13:15:13'),(4612,1,1546,'','2013-10-19 13:26:58'),(4613,2,1546,'','2013-10-19 13:26:58'),(4614,3,1546,'','2013-10-19 13:26:58'),(4615,1,1547,'','2013-10-19 14:10:21'),(4616,2,1547,'','2013-10-19 14:10:21'),(4617,3,1547,'76009','2013-10-19 14:10:21'),(4618,1,1548,'','2013-10-19 14:39:24'),(4619,2,1548,'','2013-10-19 14:39:24'),(4620,3,1548,'','2013-10-19 14:39:24'),(4621,1,1549,'','2013-10-19 15:50:25'),(4622,2,1549,'','2013-10-19 15:50:25'),(4623,3,1549,'','2013-10-19 15:50:25'),(4624,1,1550,'','2013-10-19 15:59:42'),(4625,2,1550,'','2013-10-19 15:59:42'),(4626,3,1550,'50427','2013-10-19 15:59:42'),(4627,1,1551,'','2013-10-19 16:43:34'),(4628,2,1551,'','2013-10-19 16:43:34'),(4629,3,1551,'48898','2013-10-19 16:43:34'),(4630,1,1552,'','2013-10-19 17:48:49'),(4631,2,1552,'','2013-10-19 17:48:49'),(4632,3,1552,'','2013-10-19 17:48:49'),(4633,1,1553,'','2013-10-19 18:54:04'),(4634,2,1553,'','2013-10-19 18:54:04'),(4635,3,1553,'','2013-10-19 18:54:04'),(4636,1,1554,'','2013-10-19 20:19:36'),(4637,2,1554,'','2013-10-19 20:19:37'),(4638,3,1554,'','2013-10-19 20:19:37'),(4639,1,1555,'','2013-10-19 20:23:09'),(4640,2,1555,'','2013-10-19 20:23:09'),(4641,3,1555,'76067','2013-10-19 20:23:09'),(4642,1,1556,'','2013-10-19 21:54:26'),(4643,2,1556,'','2013-10-19 21:54:26'),(4644,3,1556,'50427','2013-10-19 21:54:26'),(4645,1,1557,'','2013-10-20 00:07:37'),(4646,2,1557,'','2013-10-20 00:07:37'),(4647,3,1557,'','2013-10-20 00:07:37'),(4648,1,1558,'','2013-10-20 00:10:21'),(4649,2,1558,'','2013-10-20 00:10:21'),(4650,3,1558,'76009','2013-10-20 00:10:21'),(4651,1,1559,'','2013-10-20 06:26:35'),(4652,2,1559,'','2013-10-20 06:26:35'),(4653,3,1559,'76065','2013-10-20 06:26:35'),(4654,1,1560,'','2013-10-20 07:03:37'),(4655,2,1560,'','2013-10-20 07:03:37'),(4656,3,1560,'1105','2013-10-20 07:03:37'),(4657,1,1561,'','2013-10-20 07:34:18'),(4658,2,1561,'','2013-10-20 07:34:18'),(4659,3,1561,'50427','2013-10-20 07:34:18'),(4660,1,1562,'','2013-10-20 08:24:15'),(4661,2,1562,'','2013-10-20 08:24:15'),(4662,3,1562,'','2013-10-20 08:24:15'),(4663,1,1563,'','2013-10-20 08:35:55'),(4664,2,1563,'','2013-10-20 08:35:55'),(4665,3,1563,'2488','2013-10-20 08:35:55'),(4666,1,1564,'','2013-10-20 08:59:48'),(4667,2,1564,'','2013-10-20 08:59:48'),(4668,3,1564,'','2013-10-20 08:59:48'),(4669,1,1565,'','2013-10-20 09:20:09'),(4670,2,1565,'','2013-10-20 09:20:09'),(4671,3,1565,'50427','2013-10-20 09:20:09'),(4672,1,1566,'','2013-10-20 09:52:52'),(4673,2,1566,'','2013-10-20 09:52:52'),(4674,3,1566,'16874','2013-10-20 09:52:52'),(4675,1,1567,'','2013-10-20 10:17:39'),(4676,2,1567,'','2013-10-20 10:17:39'),(4677,3,1567,'2488','2013-10-20 10:17:39'),(4678,1,1568,'','2013-10-20 10:22:06'),(4679,2,1568,'','2013-10-20 10:22:06'),(4680,3,1568,'2222','2013-10-20 10:22:06'),(4681,1,1569,'','2013-10-20 10:34:14'),(4682,2,1569,'','2013-10-20 10:34:14'),(4683,3,1569,'','2013-10-20 10:34:14'),(4684,1,1570,'','2013-10-20 10:41:58'),(4685,2,1570,'','2013-10-20 10:41:58'),(4686,3,1570,'','2013-10-20 10:41:58'),(4687,1,1571,'','2013-10-20 10:47:48'),(4688,2,1571,'','2013-10-20 10:47:48'),(4689,3,1571,'','2013-10-20 10:47:48'),(4690,1,1572,'','2013-10-20 10:50:56'),(4691,2,1572,'','2013-10-20 10:50:56'),(4692,3,1572,'','2013-10-20 10:50:56'),(4693,1,1573,'','2013-10-20 10:55:40'),(4694,2,1573,'','2013-10-20 10:55:40'),(4695,3,1573,'','2013-10-20 10:55:40'),(4696,1,1574,'','2013-10-20 10:57:29'),(4697,2,1574,'','2013-10-20 10:57:29'),(4698,3,1574,'','2013-10-20 10:57:29'),(4699,1,1575,'','2013-10-20 11:15:06'),(4700,2,1575,'','2013-10-20 11:15:06'),(4701,3,1575,'2488','2013-10-20 11:15:06'),(4702,1,1576,'','2013-10-20 11:48:31'),(4703,2,1576,'','2013-10-20 11:48:31'),(4704,3,1576,'76052','2013-10-20 11:48:31'),(4705,1,1577,'','2013-10-20 11:51:18'),(4706,2,1577,'','2013-10-20 11:51:18'),(4707,3,1577,'76052','2013-10-20 11:51:18'),(4708,1,1578,'','2013-10-20 12:15:10'),(4709,2,1578,'','2013-10-20 12:15:10'),(4710,3,1578,'76009','2013-10-20 12:15:10'),(4711,1,1579,'','2013-10-20 12:42:47'),(4712,2,1579,'','2013-10-20 12:42:47'),(4713,3,1579,'44789','2013-10-20 12:42:47'),(4714,1,1580,'','2013-10-20 12:53:23'),(4715,2,1580,'','2013-10-20 12:53:23'),(4716,3,1580,'','2013-10-20 12:53:23'),(4717,1,1581,'','2013-10-20 12:56:32'),(4718,2,1581,'','2013-10-20 12:56:32'),(4719,3,1581,'','2013-10-20 12:56:32'),(4720,1,1582,'','2013-10-20 13:38:54'),(4721,2,1582,'','2013-10-20 13:38:54'),(4722,3,1582,'','2013-10-20 13:38:54'),(4723,1,1583,'','2013-10-20 14:00:36'),(4724,2,1583,'','2013-10-20 14:00:36'),(4725,3,1583,'1105','2013-10-20 14:00:36'),(4726,1,1584,'','2013-10-20 14:04:48'),(4727,2,1584,'','2013-10-20 14:04:48'),(4728,3,1584,'2488','2013-10-20 14:04:48'),(4729,1,1585,'','2013-10-20 14:14:13'),(4730,2,1585,'','2013-10-20 14:14:13'),(4731,3,1585,'76068','2013-10-20 14:14:13'),(4732,1,1586,'','2013-10-20 14:22:47'),(4733,2,1586,'','2013-10-20 14:22:47'),(4734,3,1586,'','2013-10-20 14:22:47'),(4735,1,1587,'','2013-10-20 14:27:25'),(4736,2,1587,'','2013-10-20 14:27:25'),(4737,3,1587,'','2013-10-20 14:27:25'),(4738,1,1588,'','2013-10-20 14:36:04'),(4739,2,1588,'','2013-10-20 14:36:04'),(4740,3,1588,'76052','2013-10-20 14:36:04'),(4741,1,1589,'','2013-10-20 14:59:21'),(4742,2,1589,'','2013-10-20 14:59:21'),(4743,3,1589,'2488','2013-10-20 14:59:21'),(4744,1,1590,'','2013-10-20 15:12:36'),(4745,2,1590,'','2013-10-20 15:12:36'),(4746,3,1590,'','2013-10-20 15:12:36'),(4747,1,1591,'','2013-10-20 15:24:45'),(4748,2,1591,'','2013-10-20 15:24:45'),(4749,3,1591,'','2013-10-20 15:24:45'),(4750,1,1592,'','2013-10-20 15:35:36'),(4751,2,1592,'','2013-10-20 15:35:36'),(4752,3,1592,'','2013-10-20 15:35:36'),(4753,1,1593,'','2013-10-20 16:48:55'),(4754,2,1593,'','2013-10-20 16:48:55'),(4755,3,1593,'','2013-10-20 16:48:55'),(4756,1,1594,'','2013-10-20 16:55:42'),(4757,2,1594,'','2013-10-20 16:55:42'),(4758,3,1594,'','2013-10-20 16:55:42'),(4759,1,1595,'','2013-10-20 17:59:51'),(4760,2,1595,'','2013-10-20 17:59:51'),(4761,3,1595,'76009','2013-10-20 17:59:51'),(4762,1,1596,'','2013-10-20 18:06:36'),(4763,2,1596,'','2013-10-20 18:06:36'),(4764,3,1596,'','2013-10-20 18:06:36'),(4765,1,1597,'','2013-10-20 18:53:26'),(4766,2,1597,'','2013-10-20 18:53:26'),(4767,3,1597,'','2013-10-20 18:53:26'),(4768,1,1598,'','2013-10-20 19:14:57'),(4769,2,1598,'','2013-10-20 19:14:57'),(4770,3,1598,'44789','2013-10-20 19:14:57'),(4771,1,1599,'','2013-10-20 19:19:10'),(4772,2,1599,'','2013-10-20 19:19:10'),(4773,3,1599,'','2013-10-20 19:19:10'),(4774,1,1600,'','2013-10-20 19:28:38'),(4775,2,1600,'','2013-10-20 19:28:39'),(4776,3,1600,'1048','2013-10-20 19:28:39'),(4777,1,1601,'','2013-10-20 19:34:53'),(4778,2,1601,'','2013-10-20 19:34:53'),(4779,3,1601,'','2013-10-20 19:34:53'),(4780,1,1602,'','2013-10-20 19:37:38'),(4781,2,1602,'','2013-10-20 19:37:38'),(4782,3,1602,'','2013-10-20 19:37:38'),(4783,1,1603,'','2013-10-20 19:43:21'),(4784,2,1603,'','2013-10-20 19:43:21'),(4785,3,1603,'76043','2013-10-20 19:43:21'),(4786,1,1604,'','2013-10-20 19:48:23'),(4787,2,1604,'','2013-10-20 19:48:23'),(4788,3,1604,'38361','2013-10-20 19:48:23'),(4789,1,1605,'','2013-10-20 19:51:19'),(4790,2,1605,'','2013-10-20 19:51:19'),(4791,3,1605,'38361','2013-10-20 19:51:19'),(4792,1,1606,'','2013-10-20 19:53:27'),(4793,2,1606,'','2013-10-20 19:53:27'),(4794,3,1606,'','2013-10-20 19:53:27'),(4795,1,1607,'','2013-10-20 20:56:53'),(4796,2,1607,'','2013-10-20 20:56:53'),(4797,3,1607,'CASH','2013-10-20 20:56:53'),(4798,1,1608,'','2013-10-20 22:53:23'),(4799,2,1608,'','2013-10-20 22:53:23'),(4800,3,1608,'7607','2013-10-20 22:53:23'),(4801,1,1610,'','2013-10-21 00:04:01'),(4802,2,1610,'','2013-10-21 00:04:01'),(4803,3,1610,'76027','2013-10-21 00:04:01'),(4804,1,1611,'','2013-10-21 02:26:01'),(4805,2,1611,'','2013-10-21 02:26:01'),(4806,3,1611,'CASH','2013-10-21 02:26:01'),(4807,1,1612,'','2013-10-21 02:35:06'),(4808,2,1612,'','2013-10-21 02:35:06'),(4809,3,1612,'48898','2013-10-21 02:35:06'),(4810,1,1613,'','2013-10-21 04:42:59'),(4811,2,1613,'','2013-10-21 04:42:59'),(4812,3,1613,'CASH','2013-10-21 04:42:59'),(4813,1,1614,'','2013-10-21 06:27:42'),(4814,2,1614,'','2013-10-21 06:27:42'),(4815,3,1614,'','2013-10-21 06:27:42'),(4816,1,1615,'','2013-10-21 06:44:35'),(4817,2,1615,'','2013-10-21 06:44:35'),(4818,3,1615,'76058','2013-10-21 06:44:35'),(4819,1,1616,'','2013-10-21 07:04:03'),(4820,2,1616,'','2013-10-21 07:04:03'),(4821,3,1616,'','2013-10-21 07:04:03'),(4822,1,1617,'','2013-10-21 07:15:18'),(4823,2,1617,'','2013-10-21 07:15:18'),(4824,3,1617,'1048','2013-10-21 07:15:18'),(4825,1,1618,'','2013-10-21 08:12:09'),(4826,2,1618,'','2013-10-21 08:12:09'),(4827,3,1618,'','2013-10-21 08:12:09'),(4828,1,1619,'','2013-10-21 08:14:42'),(4829,2,1619,'','2013-10-21 08:14:42'),(4830,3,1619,'12756','2013-10-21 08:14:42'),(4831,1,1620,'','2013-10-21 08:18:07'),(4832,2,1620,'','2013-10-21 08:18:07'),(4833,3,1620,'12756','2013-10-21 08:18:07'),(4834,1,1621,'','2013-10-21 08:26:20'),(4835,2,1621,'','2013-10-21 08:26:20'),(4836,3,1621,'','2013-10-21 08:26:20'),(4837,1,1622,'','2013-10-21 08:34:46'),(4838,2,1622,'','2013-10-21 08:34:46'),(4839,3,1622,'','2013-10-21 08:34:46'),(4840,1,1623,'','2013-10-21 08:40:39'),(4841,2,1623,'','2013-10-21 08:40:39'),(4842,3,1623,'50427','2013-10-21 08:40:39'),(4843,1,1624,'','2013-10-21 08:48:44'),(4844,2,1624,'','2013-10-21 08:48:44'),(4845,3,1624,'','2013-10-21 08:48:44'),(4846,1,1625,'','2013-10-21 08:52:01'),(4847,2,1625,'','2013-10-21 08:52:01'),(4848,3,1625,'','2013-10-21 08:52:01'),(4849,1,1626,'','2013-10-21 08:56:14'),(4850,2,1626,'','2013-10-21 08:56:14'),(4851,3,1626,'43292','2013-10-21 08:56:14'),(4852,1,1627,'','2013-10-21 09:01:47'),(4853,2,1627,'','2013-10-21 09:01:47'),(4854,3,1627,'','2013-10-21 09:01:47'),(4855,1,1628,'','2013-10-21 09:08:05'),(4856,2,1628,'','2013-10-21 09:08:05'),(4857,3,1628,'76001','2013-10-21 09:08:05'),(4858,1,1629,'','2013-10-21 09:12:27'),(4859,2,1629,'','2013-10-21 09:12:27'),(4860,3,1629,'15866','2013-10-21 09:12:27'),(4861,1,1630,'','2013-10-21 09:15:00'),(4862,2,1630,'','2013-10-21 09:15:00'),(4863,3,1630,'1152','2013-10-21 09:15:00'),(4864,1,1631,'','2013-10-21 09:17:24'),(4865,2,1631,'','2013-10-21 09:17:24'),(4866,3,1631,'14347','2013-10-21 09:17:24'),(4867,1,1632,'','2013-10-21 09:28:11'),(4868,2,1632,'','2013-10-21 09:28:11'),(4869,3,1632,'76009','2013-10-21 09:28:11'),(4870,1,1633,'','2013-10-21 09:38:17'),(4871,2,1633,'','2013-10-21 09:38:17'),(4872,3,1633,'50427','2013-10-21 09:38:17'),(4873,1,1634,'','2013-10-21 09:59:21'),(4874,2,1634,'','2013-10-21 09:59:21'),(4875,3,1634,'','2013-10-21 09:59:21'),(4876,1,1635,'','2013-10-21 10:08:09'),(4877,2,1635,'','2013-10-21 10:08:09'),(4878,3,1635,'','2013-10-21 10:08:09'),(4879,1,1636,'','2013-10-21 10:15:53'),(4880,2,1636,'','2013-10-21 10:15:53'),(4881,3,1636,'50427','2013-10-21 10:15:53'),(4882,1,1637,'','2013-10-21 10:18:44'),(4883,2,1637,'','2013-10-21 10:18:44'),(4884,3,1637,'1525','2013-10-21 10:18:44'),(4885,1,1638,'','2013-10-21 10:22:11'),(4886,2,1638,'','2013-10-21 10:22:11'),(4887,3,1638,'1525','2013-10-21 10:22:11'),(4888,1,1639,'','2013-10-21 10:30:49'),(4889,2,1639,'','2013-10-21 10:30:49'),(4890,3,1639,'','2013-10-21 10:30:49'),(4891,1,1640,'','2013-10-21 10:33:40'),(4892,2,1640,'','2013-10-21 10:33:40'),(4893,3,1640,'','2013-10-21 10:33:40'),(4894,1,1641,'','2013-10-21 10:35:59'),(4895,2,1641,'','2013-10-21 10:35:59'),(4896,3,1641,'','2013-10-21 10:35:59'),(4897,1,1642,'','2013-10-21 10:38:37'),(4898,2,1642,'','2013-10-21 10:38:37'),(4899,3,1642,'76005','2013-10-21 10:38:37'),(4900,1,1643,'','2013-10-21 10:49:23'),(4901,2,1643,'','2013-10-21 10:49:23'),(4902,3,1643,'','2013-10-21 10:49:23'),(4903,1,1644,'','2013-10-21 10:52:36'),(4904,2,1644,'','2013-10-21 10:52:36'),(4905,3,1644,'44789','2013-10-21 10:52:36'),(4906,1,1645,'','2013-10-21 10:59:45'),(4907,2,1645,'','2013-10-21 10:59:45'),(4908,3,1645,'','2013-10-21 10:59:45'),(4909,1,1646,'','2013-10-21 11:04:48'),(4910,2,1646,'','2013-10-21 11:04:48'),(4911,3,1646,'','2013-10-21 11:04:48'),(4912,1,1647,'','2013-10-21 11:20:42'),(4913,2,1647,'','2013-10-21 11:20:42'),(4914,3,1647,'','2013-10-21 11:20:42'),(4915,1,1648,'','2013-10-21 11:28:19'),(4916,2,1648,'','2013-10-21 11:28:19'),(4917,3,1648,'76004','2013-10-21 11:28:19'),(4918,1,1649,'','2013-10-21 11:30:45'),(4919,2,1649,'','2013-10-21 11:30:45'),(4920,3,1649,'76001','2013-10-21 11:30:45'),(4921,1,1650,'','2013-10-21 11:33:37'),(4922,2,1650,'','2013-10-21 11:33:37'),(4923,3,1650,'','2013-10-21 11:33:37'),(4924,1,1651,'','2013-10-21 11:37:10'),(4925,2,1651,'','2013-10-21 11:37:10'),(4926,3,1651,'50427','2013-10-21 11:37:10'),(4927,1,1652,'','2013-10-21 12:00:09'),(4928,2,1652,'','2013-10-21 12:00:09'),(4929,3,1652,'2222','2013-10-21 12:00:09'),(4930,1,1653,'','2013-10-21 12:12:40'),(4931,2,1653,'','2013-10-21 12:12:40'),(4932,3,1653,'76027','2013-10-21 12:12:40'),(4933,1,1654,'','2013-10-21 12:30:51'),(4934,2,1654,'','2013-10-21 12:30:51'),(4935,3,1654,'76058','2013-10-21 12:30:51'),(4936,1,1655,'','2013-10-21 12:37:31'),(4937,2,1655,'','2013-10-21 12:37:31'),(4938,3,1655,'1152','2013-10-21 12:37:31'),(4939,1,1656,'','2013-10-21 12:42:35'),(4940,2,1656,'','2013-10-21 12:42:35'),(4941,3,1656,'','2013-10-21 12:42:35'),(4942,1,1657,'','2013-10-21 12:47:16'),(4943,2,1657,'','2013-10-21 12:47:16'),(4944,3,1657,'','2013-10-21 12:47:16'),(4945,1,1658,'','2013-10-21 12:51:09'),(4946,2,1658,'','2013-10-21 12:51:09'),(4947,3,1658,'2488','2013-10-21 12:51:09'),(4948,1,1659,'','2013-10-21 13:36:00'),(4949,2,1659,'','2013-10-21 13:36:00'),(4950,3,1659,'','2013-10-21 13:36:00'),(4951,1,1660,'','2013-10-21 13:41:20'),(4952,2,1660,'','2013-10-21 13:41:20'),(4953,3,1660,'','2013-10-21 13:41:20'),(4954,1,1661,'','2013-10-21 14:00:01'),(4955,2,1661,'','2013-10-21 14:00:01'),(4956,3,1661,'','2013-10-21 14:00:01'),(4957,1,1662,'','2013-10-21 14:04:05'),(4958,2,1662,'','2013-10-21 14:04:05'),(4959,3,1662,'','2013-10-21 14:04:05'),(4960,1,1663,'','2013-10-21 14:16:54'),(4961,2,1663,'','2013-10-21 14:16:54'),(4962,3,1663,'','2013-10-21 14:16:54'),(4963,1,1664,'','2013-10-21 14:49:16'),(4964,2,1664,'','2013-10-21 14:49:16'),(4965,3,1664,'','2013-10-21 14:49:16'),(4966,1,1665,'','2013-10-21 15:00:04'),(4967,2,1665,'','2013-10-21 15:00:04'),(4968,3,1665,'76027','2013-10-21 15:00:04'),(4969,1,1666,'','2013-10-21 15:07:02'),(4970,2,1666,'','2013-10-21 15:07:02'),(4971,3,1666,'','2013-10-21 15:07:02'),(4972,1,1667,'','2013-10-21 15:20:23'),(4973,2,1667,'','2013-10-21 15:20:23'),(4974,3,1667,'','2013-10-21 15:20:23'),(4975,1,1668,'','2013-10-21 15:27:14'),(4976,2,1668,'','2013-10-21 15:27:14'),(4977,3,1668,'76052','2013-10-21 15:27:14'),(4978,1,1669,'','2013-10-21 15:31:44'),(4979,2,1669,'','2013-10-21 15:31:44'),(4980,3,1669,'','2013-10-21 15:31:44'),(4981,1,1670,'','2013-10-21 15:35:05'),(4982,2,1670,'','2013-10-21 15:35:05'),(4983,3,1670,'50427','2013-10-21 15:35:05'),(4984,1,1671,'','2013-10-21 15:39:21'),(4985,2,1671,'','2013-10-21 15:39:21'),(4986,3,1671,'76027','2013-10-21 15:39:21'),(4987,1,1672,'','2013-10-21 15:51:18'),(4988,2,1672,'','2013-10-21 15:51:18'),(4989,3,1672,'','2013-10-21 15:51:18'),(4990,1,1673,'','2013-10-21 16:55:03'),(4991,2,1673,'','2013-10-21 16:55:03'),(4992,3,1673,'','2013-10-21 16:55:03'),(4993,1,1674,'','2013-10-21 17:01:26'),(4994,2,1674,'','2013-10-21 17:01:26'),(4995,3,1674,'16874','2013-10-21 17:01:26'),(4996,1,1675,'','2013-10-21 17:15:55'),(4997,2,1675,'','2013-10-21 17:15:55'),(4998,3,1675,'76001','2013-10-21 17:15:55'),(4999,1,1676,'','2013-10-21 17:20:28'),(5000,2,1676,'','2013-10-21 17:20:28'),(5001,3,1676,'16874','2013-10-21 17:20:28'),(5002,1,1677,'','2013-10-21 17:27:05'),(5003,2,1677,'','2013-10-21 17:27:05'),(5004,3,1677,'','2013-10-21 17:27:05'),(5005,1,1678,'','2013-10-21 17:30:04'),(5006,2,1678,'','2013-10-21 17:30:04'),(5007,3,1678,'76001','2013-10-21 17:30:04'),(5008,1,1679,'','2013-10-21 17:41:01'),(5009,2,1679,'','2013-10-21 17:41:01'),(5010,3,1679,'30265','2013-10-21 17:41:01'),(5011,1,1680,'','2013-10-21 17:47:04'),(5012,2,1680,'','2013-10-21 17:47:04'),(5013,3,1680,'50427','2013-10-21 17:47:04'),(5014,1,1681,'','2013-10-21 17:58:16'),(5015,2,1681,'','2013-10-21 17:58:16'),(5016,3,1681,'76052','2013-10-21 17:58:16'),(5017,1,1682,'','2013-10-21 18:01:29'),(5018,2,1682,'','2013-10-21 18:01:29'),(5019,3,1682,'','2013-10-21 18:01:29'),(5020,1,1683,'','2013-10-21 18:04:15'),(5021,2,1683,'','2013-10-21 18:04:15'),(5022,3,1683,'76009','2013-10-21 18:04:15'),(5023,1,1684,'','2013-10-21 18:06:22'),(5024,2,1684,'','2013-10-21 18:06:22'),(5025,3,1684,'50427','2013-10-21 18:06:22'),(5026,1,1685,'','2013-10-21 18:09:36'),(5027,2,1685,'','2013-10-21 18:09:36'),(5028,3,1685,'','2013-10-21 18:09:36'),(5029,1,1686,'','2013-10-21 18:23:29'),(5030,2,1686,'','2013-10-21 18:23:29'),(5031,3,1686,'','2013-10-21 18:23:29'),(5032,1,1687,'','2013-10-21 18:26:50'),(5033,2,1687,'','2013-10-21 18:26:50'),(5034,3,1687,'50427','2013-10-21 18:26:50'),(5035,1,1688,'','2013-10-21 18:31:29'),(5036,2,1688,'','2013-10-21 18:31:29'),(5037,3,1688,'76068','2013-10-21 18:31:29'),(5038,1,1689,'','2013-10-21 19:14:28'),(5039,2,1689,'','2013-10-21 19:14:28'),(5040,3,1689,'','2013-10-21 19:14:28'),(5041,1,1690,'','2013-10-21 19:22:50'),(5042,2,1690,'','2013-10-21 19:22:50'),(5043,3,1690,'22514','2013-10-21 19:22:50'),(5044,1,1691,'','2013-10-21 20:16:43'),(5045,2,1691,'','2013-10-21 20:16:43'),(5046,3,1691,'39761','2013-10-21 20:16:43'),(5047,1,1692,'','2013-10-21 20:51:28'),(5048,2,1692,'','2013-10-21 20:51:28'),(5049,3,1692,'76062','2013-10-21 20:51:28'),(5050,1,1693,'','2013-10-21 21:05:17'),(5051,2,1693,'','2013-10-21 21:05:17'),(5052,3,1693,'AC','2013-10-21 21:05:17'),(5053,1,1694,'','2013-10-21 21:13:35'),(5054,2,1694,'','2013-10-21 21:13:35'),(5055,3,1694,'16874','2013-10-21 21:13:35'),(5056,1,1695,'','2013-10-21 21:29:06'),(5057,2,1695,'','2013-10-21 21:29:06'),(5058,3,1695,'76009','2013-10-21 21:29:06'),(5059,1,1696,'','2013-10-21 21:39:20'),(5060,2,1696,'','2013-10-21 21:39:20'),(5061,3,1696,'CASH','2013-10-21 21:39:20'),(5062,1,1697,'','2013-10-22 00:21:00'),(5063,2,1697,'','2013-10-22 00:21:00'),(5064,3,1697,'','2013-10-22 00:21:00'),(5065,1,1698,'','2013-10-22 01:09:44'),(5066,2,1698,'','2013-10-22 01:09:44'),(5067,3,1698,'76052','2013-10-22 01:09:44'),(5068,1,1699,'','2013-10-22 05:40:41'),(5069,2,1699,'','2013-10-22 05:40:41'),(5070,3,1699,'16874','2013-10-22 05:40:41'),(5071,1,1700,'','2013-10-22 07:09:30'),(5072,2,1700,'','2013-10-22 07:09:30'),(5073,3,1700,'16874','2013-10-22 07:09:30'),(5074,1,1701,'','2013-10-22 07:13:56'),(5075,2,1701,'','2013-10-22 07:13:56'),(5076,3,1701,'16874','2013-10-22 07:13:56'),(5077,1,1702,'','2013-10-22 07:17:08'),(5078,2,1702,'','2013-10-22 07:17:08'),(5079,3,1702,'76052','2013-10-22 07:17:08'),(5080,1,1703,'','2013-10-22 07:34:31'),(5081,2,1703,'','2013-10-22 07:34:31'),(5082,3,1703,'76068','2013-10-22 07:34:31'),(5083,1,1704,'','2013-10-22 07:50:38'),(5084,2,1704,'','2013-10-22 07:50:38'),(5085,3,1704,'','2013-10-22 07:50:38'),(5086,1,1705,'','2013-10-22 07:57:36'),(5087,2,1705,'','2013-10-22 07:57:36'),(5088,3,1705,'','2013-10-22 07:57:36'),(5089,1,1706,'','2013-10-22 08:05:36'),(5090,2,1706,'','2013-10-22 08:05:36'),(5091,3,1706,'','2013-10-22 08:05:36'),(5092,1,1707,'','2013-10-22 08:11:33'),(5093,2,1707,'','2013-10-22 08:11:33'),(5094,3,1707,'76009','2013-10-22 08:11:33'),(5095,1,1708,'','2013-10-22 08:16:35'),(5096,2,1708,'','2013-10-22 08:16:35'),(5097,3,1708,'','2013-10-22 08:16:35'),(5098,1,1709,'','2013-10-22 08:20:54'),(5099,2,1709,'','2013-10-22 08:20:54'),(5100,3,1709,'','2013-10-22 08:20:54'),(5101,1,1710,'','2013-10-22 08:28:01'),(5102,2,1710,'','2013-10-22 08:28:01'),(5103,3,1710,'50427','2013-10-22 08:28:01'),(5104,1,1711,'','2013-10-22 08:32:53'),(5105,2,1711,'','2013-10-22 08:32:53'),(5106,3,1711,'50427','2013-10-22 08:32:53'),(5107,1,1712,'','2013-10-22 08:35:27'),(5108,2,1712,'','2013-10-22 08:35:27'),(5109,3,1712,'','2013-10-22 08:35:27'),(5110,1,1713,'','2013-10-22 08:41:48'),(5111,2,1713,'','2013-10-22 08:41:48'),(5112,3,1713,'236.00','2013-10-22 08:41:48'),(5113,1,1714,'','2013-10-22 08:49:14'),(5114,2,1714,'','2013-10-22 08:49:14'),(5115,3,1714,'','2013-10-22 08:49:14'),(5116,1,1715,'','2013-10-22 08:52:07'),(5117,2,1715,'','2013-10-22 08:52:07'),(5118,3,1715,'76072','2013-10-22 08:52:07'),(5119,1,1716,'','2013-10-22 08:57:42'),(5120,2,1716,'','2013-10-22 08:57:42'),(5121,3,1716,'50427','2013-10-22 08:57:42'),(5122,1,1717,'','2013-10-22 09:01:01'),(5123,2,1717,'','2013-10-22 09:01:01'),(5124,3,1717,'50427','2013-10-22 09:01:01'),(5125,1,1718,'','2013-10-22 09:06:10'),(5126,2,1718,'','2013-10-22 09:06:10'),(5127,3,1718,'76057','2013-10-22 09:06:10'),(5128,1,1719,'','2013-10-22 09:09:06'),(5129,2,1719,'','2013-10-22 09:09:06'),(5130,3,1719,'16874','2013-10-22 09:09:06'),(5131,1,1720,'','2013-10-22 09:13:42'),(5132,2,1720,'','2013-10-22 09:13:42'),(5133,3,1720,'','2013-10-22 09:13:42'),(5134,1,1721,'','2013-10-22 09:21:33'),(5135,2,1721,'','2013-10-22 09:21:33'),(5136,3,1721,'217.00','2013-10-22 09:21:33'),(5137,1,1722,'','2013-10-22 09:25:36'),(5138,2,1722,'','2013-10-22 09:25:36'),(5139,3,1722,'','2013-10-22 09:25:36'),(5140,1,1723,'','2013-10-22 09:30:05'),(5141,2,1723,'','2013-10-22 09:30:05'),(5142,3,1723,'50427','2013-10-22 09:30:05'),(5143,1,1724,'','2013-10-22 09:32:55'),(5144,2,1724,'','2013-10-22 09:32:55'),(5145,3,1724,'50427','2013-10-22 09:32:55'),(5146,1,1725,'','2013-10-22 09:37:35'),(5147,2,1725,'','2013-10-22 09:37:35'),(5148,3,1725,'50427','2013-10-22 09:37:35'),(5149,1,1726,'','2013-10-22 09:44:21'),(5150,2,1726,'','2013-10-22 09:44:21'),(5151,3,1726,'76068','2013-10-22 09:44:21'),(5152,1,1727,'','2013-10-22 09:47:49'),(5153,2,1727,'','2013-10-22 09:47:49'),(5154,3,1727,'','2013-10-22 09:47:49'),(5155,1,1728,'','2013-10-22 09:59:42'),(5156,2,1728,'','2013-10-22 09:59:42'),(5157,3,1728,'76027','2013-10-22 09:59:42'),(5158,1,1729,'','2013-10-22 10:42:48'),(5159,2,1729,'','2013-10-22 10:42:48'),(5160,3,1729,'','2013-10-22 10:42:48'),(5161,1,1730,'','2013-10-22 10:49:37'),(5162,2,1730,'','2013-10-22 10:49:37'),(5163,3,1730,'25440','2013-10-22 10:49:37'),(5164,1,1731,'','2013-10-22 11:02:06'),(5165,2,1731,'','2013-10-22 11:02:06'),(5166,3,1731,'76057','2013-10-22 11:02:06'),(5167,1,1732,'','2013-10-22 11:08:25'),(5168,2,1732,'','2013-10-22 11:08:25'),(5169,3,1732,'','2013-10-22 11:08:25'),(5170,1,1733,'','2013-10-22 11:13:54'),(5171,2,1733,'','2013-10-22 11:13:54'),(5172,3,1733,'','2013-10-22 11:13:54'),(5173,1,1734,'','2013-10-22 11:23:53'),(5174,2,1734,'','2013-10-22 11:23:53'),(5175,3,1734,'','2013-10-22 11:23:53'),(5176,1,1735,'','2013-10-22 11:28:12'),(5177,2,1735,'','2013-10-22 11:28:12'),(5178,3,1735,'','2013-10-22 11:28:12'),(5179,1,1736,'','2013-10-22 11:34:56'),(5180,2,1736,'','2013-10-22 11:34:56'),(5181,3,1736,'50427','2013-10-22 11:34:56'),(5182,1,1737,'','2013-10-22 11:39:15'),(5183,2,1737,'','2013-10-22 11:39:15'),(5184,3,1737,'75508','2013-10-22 11:39:15'),(5185,1,1738,'','2013-10-22 11:45:11'),(5186,2,1738,'','2013-10-22 11:45:11'),(5187,3,1738,'','2013-10-22 11:45:11'),(5188,1,1739,'','2013-10-22 11:51:49'),(5189,2,1739,'','2013-10-22 11:51:49'),(5190,3,1739,'','2013-10-22 11:51:49'),(5191,1,1740,'','2013-10-22 11:55:59'),(5192,2,1740,'','2013-10-22 11:55:59'),(5193,3,1740,'50427','2013-10-22 11:55:59'),(5194,1,1741,'','2013-10-22 11:58:28'),(5195,2,1741,'','2013-10-22 11:58:28'),(5196,3,1741,'','2013-10-22 11:58:28'),(5197,1,1742,'','2013-10-22 12:02:04'),(5198,2,1742,'','2013-10-22 12:02:04'),(5199,3,1742,'','2013-10-22 12:02:04'),(5200,1,1743,'','2013-10-22 12:05:04'),(5201,2,1743,'','2013-10-22 12:05:04'),(5202,3,1743,'','2013-10-22 12:05:04'),(5203,1,1744,'','2013-10-22 12:16:57'),(5204,2,1744,'','2013-10-22 12:16:57'),(5205,3,1744,'','2013-10-22 12:16:57'),(5206,1,1745,'','2013-10-22 12:22:48'),(5207,2,1745,'','2013-10-22 12:22:48'),(5208,3,1745,'76001','2013-10-22 12:22:48'),(5209,1,1746,'','2013-10-22 12:27:35'),(5210,2,1746,'','2013-10-22 12:27:35'),(5211,3,1746,'','2013-10-22 12:27:35'),(5212,1,1747,'','2013-10-22 12:31:55'),(5213,2,1747,'','2013-10-22 12:31:55'),(5214,3,1747,'50427','2013-10-22 12:31:55'),(5215,1,1748,'','2013-10-22 12:35:54'),(5216,2,1748,'','2013-10-22 12:35:54'),(5217,3,1748,'50427','2013-10-22 12:35:54'),(5218,1,1749,'','2013-10-22 12:39:10'),(5219,2,1749,'','2013-10-22 12:39:10'),(5220,3,1749,'','2013-10-22 12:39:10'),(5221,1,1750,'','2013-10-22 12:41:40'),(5222,2,1750,'','2013-10-22 12:41:40'),(5223,3,1750,'2488','2013-10-22 12:41:40'),(5224,1,1751,'','2013-10-22 12:45:17'),(5225,2,1751,'','2013-10-22 12:45:17'),(5226,3,1751,'76001','2013-10-22 12:45:17'),(5227,1,1752,'','2013-10-22 12:48:07'),(5228,2,1752,'','2013-10-22 12:48:07'),(5229,3,1752,'76009','2013-10-22 12:48:07'),(5230,1,1753,'','2013-10-22 12:49:59'),(5231,2,1753,'','2013-10-22 12:49:59'),(5232,3,1753,'43292','2013-10-22 12:49:59'),(5233,1,1754,'','2013-10-22 12:52:51'),(5234,2,1754,'','2013-10-22 12:52:51'),(5235,3,1754,'76001','2013-10-22 12:52:51'),(5236,1,1755,'','2013-10-22 12:59:22'),(5237,2,1755,'','2013-10-22 12:59:22'),(5238,3,1755,'','2013-10-22 12:59:22'),(5239,1,1756,'','2013-10-22 13:13:56'),(5240,2,1756,'','2013-10-22 13:13:56'),(5241,3,1756,'','2013-10-22 13:13:56'),(5242,1,1757,'','2013-10-22 13:20:42'),(5243,2,1757,'','2013-10-22 13:20:42'),(5244,3,1757,'','2013-10-22 13:20:42'),(5245,1,1758,'','2013-10-22 13:24:39'),(5246,2,1758,'','2013-10-22 13:24:39'),(5247,3,1758,'50427','2013-10-22 13:24:39'),(5248,1,1759,'','2013-10-22 13:30:41'),(5249,2,1759,'','2013-10-22 13:30:41'),(5250,3,1759,'2222','2013-10-22 13:30:41'),(5251,1,1760,'','2013-10-22 13:33:47'),(5252,2,1760,'','2013-10-22 13:33:47'),(5253,3,1760,'','2013-10-22 13:33:47'),(5254,1,1761,'','2013-10-22 13:45:31'),(5255,2,1761,'','2013-10-22 13:45:31'),(5256,3,1761,'76009','2013-10-22 13:45:31'),(5257,1,1762,'','2013-10-22 13:57:04'),(5258,2,1762,'','2013-10-22 13:57:04'),(5259,3,1762,'76055','2013-10-22 13:57:04'),(5260,1,1763,'','2013-10-22 14:03:17'),(5261,2,1763,'','2013-10-22 14:03:17'),(5262,3,1763,'','2013-10-22 14:03:17'),(5263,1,1764,'','2013-10-22 14:13:25'),(5264,2,1764,'','2013-10-22 14:13:25'),(5265,3,1764,'76005','2013-10-22 14:13:25'),(5266,1,1765,'','2013-10-22 14:31:06'),(5267,2,1765,'','2013-10-22 14:31:06'),(5268,3,1765,'','2013-10-22 14:31:06'),(5269,1,1766,'','2013-10-22 14:50:59'),(5270,2,1766,'','2013-10-22 14:50:59'),(5271,3,1766,'','2013-10-22 14:50:59'),(5272,1,1767,'','2013-10-22 15:08:09'),(5273,2,1767,'','2013-10-22 15:08:09'),(5274,3,1767,'76052','2013-10-22 15:08:09'),(5275,1,1768,'','2013-10-22 15:14:59'),(5276,2,1768,'','2013-10-22 15:14:59'),(5277,3,1768,'44789','2013-10-22 15:14:59'),(5278,1,1769,'','2013-10-22 15:25:34'),(5279,2,1769,'','2013-10-22 15:25:34'),(5280,3,1769,'50427','2013-10-22 15:25:34'),(5281,1,1770,'','2013-10-22 15:31:44'),(5282,2,1770,'','2013-10-22 15:31:44'),(5283,3,1770,'50427','2013-10-22 15:31:44'),(5284,1,1771,'','2013-10-22 15:37:14'),(5285,2,1771,'','2013-10-22 15:37:14'),(5286,3,1771,'44789','2013-10-22 15:37:14'),(5287,1,1772,'','2013-10-22 15:40:19'),(5288,2,1772,'','2013-10-22 15:40:19'),(5289,3,1772,'','2013-10-22 15:40:19'),(5290,1,1773,'','2013-10-22 15:47:47'),(5291,2,1773,'','2013-10-22 15:47:47'),(5292,3,1773,'1152','2013-10-22 15:47:47'),(5293,1,1774,'','2013-10-22 15:50:23'),(5294,2,1774,'','2013-10-22 15:50:23'),(5295,3,1774,'','2013-10-22 15:50:23'),(5296,1,1775,'','2013-10-22 16:19:11'),(5297,2,1775,'','2013-10-22 16:19:11'),(5298,3,1775,'','2013-10-22 16:19:11'),(5299,1,1776,'','2013-10-22 16:30:39'),(5300,2,1776,'','2013-10-22 16:30:39'),(5301,3,1776,'43292','2013-10-22 16:30:39'),(5302,1,1777,'','2013-10-22 16:35:27'),(5303,2,1777,'','2013-10-22 16:35:27'),(5304,3,1777,'','2013-10-22 16:35:27'),(5305,1,1778,'','2013-10-22 17:06:33'),(5306,2,1778,'','2013-10-22 17:06:33'),(5307,3,1778,'','2013-10-22 17:06:33'),(5308,1,1779,'','2013-10-22 18:02:08'),(5309,2,1779,'','2013-10-22 18:02:08'),(5310,3,1779,'1152','2013-10-22 18:02:08'),(5311,1,1780,'','2013-10-22 18:04:45'),(5312,2,1780,'','2013-10-22 18:04:45'),(5313,3,1780,'76005','2013-10-22 18:04:45'),(5314,1,1781,'','2013-10-22 18:11:35'),(5315,2,1781,'','2013-10-22 18:11:35'),(5316,3,1781,'','2013-10-22 18:11:35'),(5317,1,1782,'','2013-10-22 18:52:25'),(5318,2,1782,'','2013-10-22 18:52:25'),(5319,3,1782,'1525','2013-10-22 18:52:25'),(5320,1,1783,'','2013-10-22 19:23:43'),(5321,2,1783,'','2013-10-22 19:23:43'),(5322,3,1783,'','2013-10-22 19:23:43'),(5323,1,1784,'','2013-10-22 20:04:12'),(5324,2,1784,'','2013-10-22 20:04:12'),(5325,3,1784,'76052','2013-10-22 20:04:12'),(5326,1,1785,'','2013-10-22 20:17:50'),(5327,2,1785,'','2013-10-22 20:17:50'),(5328,3,1785,'1048','2013-10-22 20:17:50'),(5329,1,1786,'','2013-10-22 20:22:05'),(5330,2,1786,'','2013-10-22 20:22:05'),(5331,3,1786,'76044','2013-10-22 20:22:05'),(5332,1,1787,'','2013-10-22 20:27:00'),(5333,2,1787,'','2013-10-22 20:27:00'),(5334,3,1787,'76062','2013-10-22 20:27:00'),(5335,1,1788,'','2013-10-22 20:30:18'),(5336,2,1788,'','2013-10-22 20:30:18'),(5337,3,1788,'','2013-10-22 20:30:18'),(5338,1,1789,'','2013-10-22 20:44:39'),(5339,2,1789,'','2013-10-22 20:44:39'),(5340,3,1789,'44789','2013-10-22 20:44:39'),(5341,1,1790,'','2013-10-22 22:05:35'),(5342,2,1790,'','2013-10-22 22:05:35'),(5343,3,1790,'76043','2013-10-22 22:05:35'),(5344,1,1791,'','2013-10-22 22:11:42'),(5345,2,1791,'','2013-10-22 22:11:42'),(5346,3,1791,'50427','2013-10-22 22:11:42'),(5347,1,1792,'','2013-10-22 22:33:12'),(5348,2,1792,'','2013-10-22 22:33:12'),(5349,3,1792,'34008','2013-10-22 22:33:12'),(5350,1,1793,'','2013-10-22 23:03:05'),(5351,2,1793,'','2013-10-22 23:03:05'),(5352,3,1793,'43292','2013-10-22 23:03:05'),(5353,1,1794,'','2013-10-22 23:52:16'),(5354,2,1794,'','2013-10-22 23:52:16'),(5355,3,1794,'','2013-10-22 23:52:16'),(5356,1,1795,'','2013-10-23 02:00:45'),(5357,2,1795,'','2013-10-23 02:00:45'),(5358,3,1795,'50427','2013-10-23 02:00:45'),(5359,1,1796,'','2013-10-23 06:03:19'),(5360,2,1796,'','2013-10-23 06:03:19'),(5361,3,1796,'50427','2013-10-23 06:03:19'),(5362,1,1797,'','2013-10-23 06:12:03'),(5363,2,1797,'','2013-10-23 06:12:03'),(5364,3,1797,'','2013-10-23 06:12:03'),(5365,1,1798,'','2013-10-23 06:17:10'),(5366,2,1798,'','2013-10-23 06:17:10'),(5367,3,1798,'50427','2013-10-23 06:17:10'),(5368,1,1799,'','2013-10-23 06:23:14'),(5369,2,1799,'','2013-10-23 06:23:14'),(5370,3,1799,'','2013-10-23 06:23:14'),(5371,1,1800,'','2013-10-23 06:33:13'),(5372,2,1800,'','2013-10-23 06:33:13'),(5373,3,1800,'50427','2013-10-23 06:33:13'),(5374,1,1801,'','2013-10-23 07:40:54'),(5375,2,1801,'','2013-10-23 07:40:54'),(5376,3,1801,'16874','2013-10-23 07:40:54'),(5377,1,1802,'','2013-10-23 07:49:45'),(5378,2,1802,'','2013-10-23 07:49:45'),(5379,3,1802,'','2013-10-23 07:49:45'),(5380,1,1803,'','2013-10-23 07:59:07'),(5381,2,1803,'','2013-10-23 07:59:07'),(5382,3,1803,'','2013-10-23 07:59:07'),(5383,1,1804,'','2013-10-23 08:08:57'),(5384,2,1804,'','2013-10-23 08:08:57'),(5385,3,1804,'76052','2013-10-23 08:08:57'),(5386,1,1805,'','2013-10-23 08:19:27'),(5387,2,1805,'','2013-10-23 08:19:27'),(5388,3,1805,'','2013-10-23 08:19:27'),(5389,1,1806,'','2013-10-23 08:28:19'),(5390,2,1806,'','2013-10-23 08:28:19'),(5391,3,1806,'16874','2013-10-23 08:28:19'),(5392,1,1807,'','2013-10-23 08:55:09'),(5393,2,1807,'','2013-10-23 08:55:09'),(5394,3,1807,'76033','2013-10-23 08:55:09'),(5395,1,1808,'','2013-10-23 09:02:12'),(5396,2,1808,'','2013-10-23 09:02:12'),(5397,3,1808,'','2013-10-23 09:02:12'),(5398,1,1809,'','2013-10-23 09:07:46'),(5399,2,1809,'','2013-10-23 09:07:46'),(5400,3,1809,'16874','2013-10-23 09:07:46'),(5401,1,1810,'','2013-10-23 09:37:28'),(5402,2,1810,'','2013-10-23 09:37:28'),(5403,3,1810,'1525','2013-10-23 09:37:28'),(5404,1,1811,'','2013-10-23 09:41:17'),(5405,2,1811,'','2013-10-23 09:41:17'),(5406,3,1811,'CASH','2013-10-23 09:41:17'),(5407,1,1812,'','2013-10-23 09:56:27'),(5408,2,1812,'','2013-10-23 09:56:27'),(5409,3,1812,'76067','2013-10-23 09:56:27'),(5410,1,1813,'','2013-10-23 10:03:56'),(5411,2,1813,'','2013-10-23 10:03:56'),(5412,3,1813,'50427','2013-10-23 10:03:56'),(5413,1,1814,'','2013-10-23 10:06:50'),(5414,2,1814,'','2013-10-23 10:06:50'),(5415,3,1814,'76052','2013-10-23 10:06:50'),(5416,1,1815,'','2013-10-23 10:10:27'),(5417,2,1815,'','2013-10-23 10:10:27'),(5418,3,1815,'50427','2013-10-23 10:10:27'),(5419,1,1816,'','2013-10-23 10:14:10'),(5420,2,1816,'','2013-10-23 10:14:10'),(5421,3,1816,'','2013-10-23 10:14:10'),(5422,1,1817,'','2013-10-23 10:18:52'),(5423,2,1817,'','2013-10-23 10:18:52'),(5424,3,1817,'2488','2013-10-23 10:18:52'),(5425,1,1818,'','2013-10-23 10:26:27'),(5426,2,1818,'','2013-10-23 10:26:27'),(5427,3,1818,'','2013-10-23 10:26:27'),(5428,1,1819,'','2013-10-23 10:30:20'),(5429,2,1819,'','2013-10-23 10:30:20'),(5430,3,1819,'15866','2013-10-23 10:30:20'),(5431,1,1820,'','2013-10-23 10:34:20'),(5432,2,1820,'','2013-10-23 10:34:20'),(5433,3,1820,'76057','2013-10-23 10:34:20'),(5434,1,1821,'','2013-10-23 10:37:36'),(5435,2,1821,'','2013-10-23 10:37:36'),(5436,3,1821,'1016','2013-10-23 10:37:36'),(5437,1,1822,'','2013-10-23 10:43:18'),(5438,2,1822,'','2013-10-23 10:43:18'),(5439,3,1822,'','2013-10-23 10:43:18'),(5440,1,1823,'','2013-10-23 10:48:39'),(5441,2,1823,'','2013-10-23 10:48:39'),(5442,3,1823,'75002','2013-10-23 10:48:39'),(5443,1,1824,'','2013-10-23 10:51:27'),(5444,2,1824,'','2013-10-23 10:51:27'),(5445,3,1824,'75002','2013-10-23 10:51:27'),(5446,1,1825,'','2013-10-23 10:54:12'),(5447,2,1825,'','2013-10-23 10:54:12'),(5448,3,1825,'50427','2013-10-23 10:54:12'),(5449,1,1826,'','2013-10-23 11:02:54'),(5450,2,1826,'','2013-10-23 11:02:54'),(5451,3,1826,'76027','2013-10-23 11:02:54'),(5452,1,1827,'','2013-10-23 11:06:18'),(5453,2,1827,'','2013-10-23 11:06:18'),(5454,3,1827,'50556','2013-10-23 11:06:18'),(5455,1,1828,'','2013-10-23 11:08:49'),(5456,2,1828,'','2013-10-23 11:08:49'),(5457,3,1828,'1525','2013-10-23 11:08:49'),(5458,1,1829,'','2013-10-23 11:13:19'),(5459,2,1829,'','2013-10-23 11:13:19'),(5460,3,1829,'15866','2013-10-23 11:13:19'),(5461,1,1830,'','2013-10-23 11:22:13'),(5462,2,1830,'','2013-10-23 11:22:13'),(5463,3,1830,'','2013-10-23 11:22:13'),(5464,1,1831,'','2013-10-23 11:34:12'),(5465,2,1831,'','2013-10-23 11:34:12'),(5466,3,1831,'16874','2013-10-23 11:34:12'),(5467,1,1832,'','2013-10-23 11:37:43'),(5468,2,1832,'','2013-10-23 11:37:43'),(5469,3,1832,'50427','2013-10-23 11:37:43'),(5470,1,1833,'','2013-10-23 11:40:36'),(5471,2,1833,'','2013-10-23 11:40:36'),(5472,3,1833,'38361','2013-10-23 11:40:36'),(5473,1,1834,'','2013-10-23 11:49:19'),(5474,2,1834,'','2013-10-23 11:49:19'),(5475,3,1834,'76001','2013-10-23 11:49:19'),(5476,1,1835,'','2013-10-23 11:52:26'),(5477,2,1835,'','2013-10-23 11:52:26'),(5478,3,1835,'','2013-10-23 11:52:26'),(5479,1,1836,'','2013-10-23 11:55:15'),(5480,2,1836,'','2013-10-23 11:55:15'),(5481,3,1836,'','2013-10-23 11:55:15'),(5482,1,1837,'','2013-10-23 11:57:15'),(5483,2,1837,'','2013-10-23 11:57:15'),(5484,3,1837,'16874','2013-10-23 11:57:15'),(5485,1,1838,'','2013-10-23 11:58:54'),(5486,2,1838,'','2013-10-23 11:58:54'),(5487,3,1838,'','2013-10-23 11:58:54'),(5488,1,1839,'','2013-10-23 12:27:15'),(5489,2,1839,'','2013-10-23 12:27:15'),(5490,3,1839,'50427','2013-10-23 12:27:15'),(5491,1,1840,'','2013-10-23 12:33:25'),(5492,2,1840,'','2013-10-23 12:33:25'),(5493,3,1840,'1048','2013-10-23 12:33:26'),(5494,1,1841,'','2013-10-23 12:35:49'),(5495,2,1841,'','2013-10-23 12:35:49'),(5496,3,1841,'56.40','2013-10-23 12:35:49'),(5497,1,1842,'','2013-10-23 12:44:03'),(5498,2,1842,'','2013-10-23 12:44:03'),(5499,3,1842,'','2013-10-23 12:44:03'),(5500,1,1843,'','2013-10-23 12:48:35'),(5501,2,1843,'','2013-10-23 12:48:35'),(5502,3,1843,'','2013-10-23 12:48:35'),(5503,1,1844,'','2013-10-23 12:58:28'),(5504,2,1844,'','2013-10-23 12:58:28'),(5505,3,1844,'76052','2013-10-23 12:58:28'),(5506,1,1845,'','2013-10-23 13:04:39'),(5507,2,1845,'','2013-10-23 13:04:39'),(5508,3,1845,'','2013-10-23 13:04:39'),(5509,1,1846,'','2013-10-23 13:16:07'),(5510,2,1846,'','2013-10-23 13:16:07'),(5511,3,1846,'50427','2013-10-23 13:16:07'),(5512,1,1847,'','2013-10-23 13:39:40'),(5513,2,1847,'','2013-10-23 13:39:40'),(5514,3,1847,'76005','2013-10-23 13:39:40'),(5515,1,1848,'','2013-10-23 13:44:09'),(5516,2,1848,'','2013-10-23 13:44:09'),(5517,3,1848,'50427','2013-10-23 13:44:09'),(5518,1,1849,'','2013-10-23 13:49:42'),(5519,2,1849,'','2013-10-23 13:49:42'),(5520,3,1849,'14347','2013-10-23 13:49:42'),(5521,1,1850,'','2013-10-23 13:53:18'),(5522,2,1850,'','2013-10-23 13:53:18'),(5523,3,1850,'','2013-10-23 13:53:18'),(5524,1,1851,'','2013-10-23 13:55:25'),(5525,2,1851,'','2013-10-23 13:55:25'),(5526,3,1851,'76044','2013-10-23 13:55:25'),(5527,1,1852,'','2013-10-23 14:01:08'),(5528,2,1852,'','2013-10-23 14:01:08'),(5529,3,1852,'76052','2013-10-23 14:01:08'),(5530,1,1853,'','2013-10-23 14:07:03'),(5531,2,1853,'','2013-10-23 14:07:03'),(5532,3,1853,'45183','2013-10-23 14:07:03'),(5533,1,1854,'','2013-10-23 14:16:23'),(5534,2,1854,'','2013-10-23 14:16:23'),(5535,3,1854,'44789','2013-10-23 14:16:23'),(5536,1,1855,'','2013-10-23 14:30:39'),(5537,2,1855,'','2013-10-23 14:30:39'),(5538,3,1855,'','2013-10-23 14:30:39'),(5539,1,1856,'','2013-10-23 14:34:42'),(5540,2,1856,'','2013-10-23 14:34:42'),(5541,3,1856,'43292','2013-10-23 14:34:42'),(5542,1,1857,'','2013-10-23 14:38:18'),(5543,2,1857,'','2013-10-23 14:38:18'),(5544,3,1857,'76063','2013-10-23 14:38:18'),(5545,1,1858,'','2013-10-23 14:44:00'),(5546,2,1858,'','2013-10-23 14:44:00'),(5547,3,1858,'76027','2013-10-23 14:44:00'),(5548,1,1859,'','2013-10-23 14:59:35'),(5549,2,1859,'','2013-10-23 14:59:35'),(5550,3,1859,'50427','2013-10-23 14:59:35'),(5551,1,1860,'','2013-10-23 15:23:32'),(5552,2,1860,'','2013-10-23 15:23:32'),(5553,3,1860,'16874','2013-10-23 15:23:32'),(5554,1,1861,'','2013-10-23 15:47:22'),(5555,2,1861,'','2013-10-23 15:47:22'),(5556,3,1861,'14347','2013-10-23 15:47:22'),(5557,1,1862,'','2013-10-23 15:51:51'),(5558,2,1862,'','2013-10-23 15:51:51'),(5559,3,1862,'43750','2013-10-23 15:51:51'),(5560,1,1863,'','2013-10-23 16:06:08'),(5561,2,1863,'','2013-10-23 16:06:08'),(5562,3,1863,'50427','2013-10-23 16:06:08'),(5563,1,1864,'','2013-10-23 16:18:22'),(5564,2,1864,'','2013-10-23 16:18:22'),(5565,3,1864,'16874','2013-10-23 16:18:22'),(5566,1,1865,'','2013-10-23 16:21:36'),(5567,2,1865,'','2013-10-23 16:21:36'),(5568,3,1865,'','2013-10-23 16:21:36'),(5569,1,1866,'','2013-10-23 16:26:59'),(5570,2,1866,'','2013-10-23 16:26:59'),(5571,3,1866,'76057','2013-10-23 16:26:59'),(5572,1,1867,'','2013-10-23 16:31:24'),(5573,2,1867,'','2013-10-23 16:31:24'),(5574,3,1867,'75002','2013-10-23 16:31:24'),(5575,1,1868,'','2013-10-23 17:03:52'),(5576,2,1868,'','2013-10-23 17:03:52'),(5577,3,1868,'','2013-10-23 17:03:52'),(5578,1,1869,'','2013-10-23 17:08:28'),(5579,2,1869,'','2013-10-23 17:08:28'),(5580,3,1869,'','2013-10-23 17:08:28'),(5581,1,1870,'','2013-10-23 17:12:55'),(5582,2,1870,'','2013-10-23 17:12:55'),(5583,3,1870,'50427','2013-10-23 17:12:55'),(5584,1,1871,'','2013-10-23 17:17:37'),(5585,2,1871,'','2013-10-23 17:17:37'),(5586,3,1871,'50427','2013-10-23 17:17:37'),(5587,1,1872,'','2013-10-23 17:26:43'),(5588,2,1872,'','2013-10-23 17:26:43'),(5589,3,1872,'45183','2013-10-23 17:26:43'),(5590,1,1873,'','2013-10-23 17:30:17'),(5591,2,1873,'','2013-10-23 17:30:17'),(5592,3,1873,'','2013-10-23 17:30:17'),(5593,1,1874,'','2013-10-23 17:53:20'),(5594,2,1874,'','2013-10-23 17:53:20'),(5595,3,1874,'1175','2013-10-23 17:53:20'),(5596,1,1875,'','2013-10-23 17:58:13'),(5597,2,1875,'','2013-10-23 17:58:13'),(5598,3,1875,'50427','2013-10-23 17:58:13'),(5599,1,1876,'','2013-10-23 18:58:00'),(5600,2,1876,'','2013-10-23 18:58:00'),(5601,3,1876,'76009','2013-10-23 18:58:00'),(5602,1,1877,'','2013-10-23 19:25:32'),(5603,2,1877,'','2013-10-23 19:25:32'),(5604,3,1877,'1152','2013-10-23 19:25:32'),(5605,1,1878,'','2013-10-23 19:41:34'),(5606,2,1878,'','2013-10-23 19:41:34'),(5607,3,1878,'','2013-10-23 19:41:34'),(5608,1,1879,'','2013-10-23 20:38:39'),(5609,2,1879,'','2013-10-23 20:38:39'),(5610,3,1879,'15866','2013-10-23 20:38:39'),(5611,1,1880,'','2013-10-23 20:52:24'),(5612,2,1880,'','2013-10-23 20:52:24'),(5613,3,1880,'76052','2013-10-23 20:52:25'),(5614,1,1881,'','2013-10-23 21:52:00'),(5615,2,1881,'','2013-10-23 21:52:00'),(5616,3,1881,'44789','2013-10-23 21:52:00'),(5617,1,1882,'','2013-10-23 22:04:40'),(5618,2,1882,'','2013-10-23 22:04:40'),(5619,3,1882,'1152','2013-10-23 22:04:40'),(5620,1,1883,'','2013-10-24 01:44:42'),(5621,2,1883,'','2013-10-24 01:44:42'),(5622,3,1883,'','2013-10-24 01:44:42'),(5623,1,1884,'','2013-10-24 04:50:59'),(5624,2,1884,'','2013-10-24 04:50:59'),(5625,3,1884,'76053','2013-10-24 04:50:59'),(5626,1,1885,'','2013-10-24 06:31:10'),(5627,2,1885,'','2013-10-24 06:31:10'),(5628,3,1885,'','2013-10-24 06:31:10'),(5629,1,1886,'','2013-10-24 06:43:15'),(5630,2,1886,'','2013-10-24 06:43:15'),(5631,3,1886,'1120','2013-10-24 06:43:15'),(5632,1,1887,'','2013-10-24 07:07:56'),(5633,2,1887,'','2013-10-24 07:07:56'),(5634,3,1887,'15866','2013-10-24 07:07:56'),(5635,1,1888,'','2013-10-24 07:12:30'),(5636,2,1888,'','2013-10-24 07:12:30'),(5637,3,1888,'1105','2013-10-24 07:12:30'),(5638,1,1889,'','2013-10-24 07:17:23'),(5639,2,1889,'','2013-10-24 07:17:23'),(5640,3,1889,'76009','2013-10-24 07:17:23'),(5641,1,1890,'','2013-10-24 07:20:58'),(5642,2,1890,'','2013-10-24 07:20:58'),(5643,3,1890,'76065','2013-10-24 07:20:58'),(5644,1,1891,'','2013-10-24 07:24:59'),(5645,2,1891,'','2013-10-24 07:24:59'),(5646,3,1891,'50427','2013-10-24 07:24:59'),(5647,1,1892,'0246783409','2013-10-24 07:34:21'),(5648,2,1892,'','2013-10-24 07:34:21'),(5649,3,1892,'','2013-10-24 07:34:21'),(5650,1,1893,'','2013-10-24 07:59:34'),(5651,2,1893,'','2013-10-24 07:59:34'),(5652,3,1893,'','2013-10-24 07:59:34'),(5653,1,1894,'','2013-10-24 08:37:10'),(5654,2,1894,'','2013-10-24 08:37:10'),(5655,3,1894,'50427','2013-10-24 08:37:10'),(5656,1,1895,'','2013-10-24 08:39:58'),(5657,2,1895,'','2013-10-24 08:39:58'),(5658,3,1895,'','2013-10-24 08:39:58'),(5659,1,1896,'','2013-10-24 08:43:50'),(5660,2,1896,'','2013-10-24 08:43:50'),(5661,3,1896,'','2013-10-24 08:43:50'),(5662,1,1897,'','2013-10-24 09:01:21'),(5663,2,1897,'','2013-10-24 09:01:21'),(5664,3,1897,'25440','2013-10-24 09:01:21'),(5665,1,1898,'','2013-10-24 09:14:33'),(5666,2,1898,'','2013-10-24 09:14:33'),(5667,3,1898,'16874','2013-10-24 09:14:34'),(5668,1,1899,'','2013-10-24 09:29:20'),(5669,2,1899,'','2013-10-24 09:29:20'),(5670,3,1899,'','2013-10-24 09:29:20'),(5671,1,1900,'','2013-10-24 09:33:18'),(5672,2,1900,'','2013-10-24 09:33:18'),(5673,3,1900,'22514','2013-10-24 09:33:18'),(5674,1,1901,'','2013-10-24 09:36:55'),(5675,2,1901,'','2013-10-24 09:36:55'),(5676,3,1901,'','2013-10-24 09:36:55'),(5677,1,1902,'','2013-10-24 09:43:00'),(5678,2,1902,'','2013-10-24 09:43:00'),(5679,3,1902,'1016','2013-10-24 09:43:00'),(5680,1,1903,'','2013-10-24 09:57:20'),(5681,2,1903,'','2013-10-24 09:57:20'),(5682,3,1903,'76009','2013-10-24 09:57:20'),(5683,1,1904,'0244332952','2013-10-24 09:59:52'),(5684,2,1904,'','2013-10-24 09:59:52'),(5685,3,1904,'1105','2013-10-24 09:59:52'),(5686,1,1905,'','2013-10-24 10:07:34'),(5687,2,1905,'','2013-10-24 10:07:34'),(5688,3,1905,'','2013-10-24 10:07:34'),(5689,1,1906,'','2013-10-24 10:19:15'),(5690,2,1906,'','2013-10-24 10:19:15'),(5691,3,1906,'','2013-10-24 10:19:15'),(5692,1,1907,'','2013-10-24 10:33:13'),(5693,2,1907,'','2013-10-24 10:33:13'),(5694,3,1907,'76004','2013-10-24 10:33:13'),(5695,1,1908,'','2013-10-24 10:37:08'),(5696,2,1908,'','2013-10-24 10:37:08'),(5697,3,1908,'76058','2013-10-24 10:37:08'),(5698,1,1909,'','2013-10-24 10:44:23'),(5699,2,1909,'','2013-10-24 10:44:23'),(5700,3,1909,'16874','2013-10-24 10:44:23'),(5701,1,1910,'','2013-10-24 10:47:23'),(5702,2,1910,'','2013-10-24 10:47:23'),(5703,3,1910,'766052','2013-10-24 10:47:23'),(5704,1,1911,'','2013-10-24 10:50:49'),(5705,2,1911,'','2013-10-24 10:50:49'),(5706,3,1911,'1005','2013-10-24 10:50:49'),(5707,1,1912,'','2013-10-24 10:53:44'),(5708,2,1912,'','2013-10-24 10:53:44'),(5709,3,1912,'76027','2013-10-24 10:53:44'),(5710,1,1913,'','2013-10-24 10:57:37'),(5711,2,1913,'','2013-10-24 10:57:37'),(5712,3,1913,'50427','2013-10-24 10:57:37'),(5713,1,1914,'','2013-10-24 11:02:14'),(5714,2,1914,'','2013-10-24 11:02:14'),(5715,3,1914,'','2013-10-24 11:02:14'),(5716,1,1915,'','2013-10-24 11:08:37'),(5717,2,1915,'','2013-10-24 11:08:37'),(5718,3,1915,'44789','2013-10-24 11:08:37'),(5719,1,1916,'','2013-10-24 11:12:16'),(5720,2,1916,'','2013-10-24 11:12:16'),(5721,3,1916,'16874','2013-10-24 11:12:16'),(5722,1,1917,'','2013-10-24 11:22:03'),(5723,2,1917,'','2013-10-24 11:22:03'),(5724,3,1917,'1152','2013-10-24 11:22:03'),(5725,1,1918,'','2013-10-24 11:26:41'),(5726,2,1918,'','2013-10-24 11:26:41'),(5727,3,1918,'76053','2013-10-24 11:26:41'),(5728,1,1919,'','2013-10-24 11:42:34'),(5729,2,1919,'','2013-10-24 11:42:34'),(5730,3,1919,'50427','2013-10-24 11:42:34'),(5731,1,1920,'','2013-10-24 11:44:57'),(5732,2,1920,'','2013-10-24 11:44:57'),(5733,3,1920,'76052','2013-10-24 11:44:57'),(5734,1,1921,'','2013-10-24 11:48:21'),(5735,2,1921,'','2013-10-24 11:48:21'),(5736,3,1921,'1525','2013-10-24 11:48:21'),(5737,1,1922,'','2013-10-24 11:52:43'),(5738,2,1922,'','2013-10-24 11:52:43'),(5739,3,1922,'1115','2013-10-24 11:52:43'),(5740,1,1923,'','2013-10-24 11:57:21'),(5741,2,1923,'','2013-10-24 11:57:21'),(5742,3,1923,'81.00','2013-10-24 11:57:21'),(5743,1,1924,'','2013-10-24 12:13:38'),(5744,2,1924,'','2013-10-24 12:13:38'),(5745,3,1924,'31734','2013-10-24 12:13:38'),(5746,1,1925,'','2013-10-24 12:16:48'),(5747,2,1925,'','2013-10-24 12:16:48'),(5748,3,1925,'76009','2013-10-24 12:16:48'),(5749,1,1926,'','2013-10-24 12:19:27'),(5750,2,1926,'','2013-10-24 12:19:27'),(5751,3,1926,'76009','2013-10-24 12:19:27'),(5752,1,1927,'','2013-10-24 12:32:02'),(5753,2,1927,'','2013-10-24 12:32:02'),(5754,3,1927,'','2013-10-24 12:32:02'),(5755,1,1928,'','2013-10-24 12:38:48'),(5756,2,1928,'','2013-10-24 12:38:48'),(5757,3,1928,'','2013-10-24 12:38:48'),(5758,1,1929,'','2013-10-24 12:41:43'),(5759,2,1929,'','2013-10-24 12:41:43'),(5760,3,1929,'76001','2013-10-24 12:41:43'),(5761,1,1930,'','2013-10-24 12:44:55'),(5762,2,1930,'','2013-10-24 12:44:55'),(5763,3,1930,'50427','2013-10-24 12:44:55'),(5764,1,1931,'','2013-10-24 12:50:03'),(5765,2,1931,'','2013-10-24 12:50:03'),(5766,3,1931,'','2013-10-24 12:50:03'),(5767,1,1932,'','2013-10-24 13:01:17'),(5768,2,1932,'','2013-10-24 13:01:17'),(5769,3,1932,'50427','2013-10-24 13:01:17'),(5770,1,1933,'','2013-10-24 13:08:14'),(5771,2,1933,'','2013-10-24 13:08:14'),(5772,3,1933,'2488','2013-10-24 13:08:14'),(5773,1,1934,'','2013-10-24 13:40:37'),(5774,2,1934,'','2013-10-24 13:40:37'),(5775,3,1934,'','2013-10-24 13:40:37'),(5776,1,1935,'','2013-10-24 14:00:45'),(5777,2,1935,'','2013-10-24 14:00:45'),(5778,3,1935,'','2013-10-24 14:00:45'),(5779,1,1936,'','2013-10-24 14:06:48'),(5780,2,1936,'','2013-10-24 14:06:48'),(5781,3,1936,'2488','2013-10-24 14:06:48'),(5782,1,1937,'','2013-10-24 14:16:48'),(5783,2,1937,'','2013-10-24 14:16:48'),(5784,3,1937,'50427','2013-10-24 14:16:48'),(5785,1,1938,'','2013-10-24 14:46:33'),(5786,2,1938,'','2013-10-24 14:46:33'),(5787,3,1938,'16874','2013-10-24 14:46:33'),(5788,1,1939,'','2013-10-24 15:02:02'),(5789,2,1939,'','2013-10-24 15:02:02'),(5790,3,1939,'','2013-10-24 15:02:02'),(5791,1,1940,'','2013-10-24 15:06:32'),(5792,2,1940,'','2013-10-24 15:06:32'),(5793,3,1940,'','2013-10-24 15:06:32'),(5794,1,1941,'','2013-10-24 15:09:13'),(5795,2,1941,'','2013-10-24 15:09:13'),(5796,3,1941,'76009','2013-10-24 15:09:14'),(5797,1,1942,'','2013-10-24 15:23:19'),(5798,2,1942,'','2013-10-24 15:23:19'),(5799,3,1942,'50427','2013-10-24 15:23:19'),(5800,1,1943,'','2013-10-24 15:24:06'),(5801,2,1943,'','2013-10-24 15:24:06'),(5802,3,1943,'50427','2013-10-24 15:24:06'),(5803,1,1944,'','2013-10-24 15:25:41'),(5804,2,1944,'','2013-10-24 15:25:41'),(5805,3,1944,'50427','2013-10-24 15:25:41'),(5806,1,1945,'','2013-10-24 15:31:28'),(5807,2,1945,'','2013-10-24 15:31:28'),(5808,3,1945,'76052','2013-10-24 15:31:28'),(5809,1,1946,'','2013-10-24 15:42:06'),(5810,2,1946,'','2013-10-24 15:42:06'),(5811,3,1946,'1152','2013-10-24 15:42:06'),(5812,1,1947,'','2013-10-24 15:58:36'),(5813,2,1947,'','2013-10-24 15:58:36'),(5814,3,1947,'44789','2013-10-24 15:58:36'),(5815,1,1948,'','2013-10-24 16:16:03'),(5816,2,1948,'','2013-10-24 16:16:03'),(5817,3,1948,'76004','2013-10-24 16:16:03'),(5818,1,1949,'','2013-10-24 16:37:36'),(5819,2,1949,'','2013-10-24 16:37:36'),(5820,3,1949,'','2013-10-24 16:37:36'),(5821,1,1950,'','2013-10-24 16:40:40'),(5822,2,1950,'','2013-10-24 16:40:40'),(5823,3,1950,'','2013-10-24 16:40:40'),(5824,1,1951,'','2013-10-24 16:54:48'),(5825,2,1951,'','2013-10-24 16:54:48'),(5826,3,1951,'','2013-10-24 16:54:48'),(5827,1,1952,'','2013-10-24 17:04:04'),(5828,2,1952,'','2013-10-24 17:04:04'),(5829,3,1952,'76068','2013-10-24 17:04:04'),(5830,1,1953,'','2013-10-24 17:19:16'),(5831,2,1953,'','2013-10-24 17:19:16'),(5832,3,1953,'','2013-10-24 17:19:16'),(5833,1,1954,'','2013-10-24 18:19:07'),(5834,2,1954,'','2013-10-24 18:19:07'),(5835,3,1954,'50427','2013-10-24 18:19:07'),(5836,1,1955,'','2013-10-24 18:22:56'),(5837,2,1955,'','2013-10-24 18:22:56'),(5838,3,1955,'1525','2013-10-24 18:22:56'),(5839,1,1956,'','2013-10-24 18:31:17'),(5840,2,1956,'','2013-10-24 18:31:17'),(5841,3,1956,'1005','2013-10-24 18:31:17'),(5842,1,1957,'','2013-10-24 18:37:49'),(5843,2,1957,'','2013-10-24 18:37:49'),(5844,3,1957,'','2013-10-24 18:37:49'),(5845,1,1958,'','2013-10-24 18:45:06'),(5846,2,1958,'','2013-10-24 18:45:06'),(5847,3,1958,'16874','2013-10-24 18:45:06'),(5848,1,1959,'','2013-10-24 18:56:39'),(5849,2,1959,'','2013-10-24 18:56:40'),(5850,3,1959,'','2013-10-24 18:56:40'),(5851,1,1960,'','2013-10-24 19:37:24'),(5852,2,1960,'','2013-10-24 19:37:24'),(5853,3,1960,'50427','2013-10-24 19:37:24'),(5854,1,1961,'','2013-10-24 20:01:49'),(5855,2,1961,'','2013-10-24 20:01:49'),(5856,3,1961,'16874','2013-10-24 20:01:49'),(5857,1,1962,'','2013-10-24 20:09:30'),(5858,2,1962,'','2013-10-24 20:09:30'),(5859,3,1962,'76009','2013-10-24 20:09:30'),(5860,1,1963,'','2013-10-24 20:31:23'),(5861,2,1963,'','2013-10-24 20:31:23'),(5862,3,1963,'','2013-10-24 20:31:23'),(5863,1,1964,'','2013-10-24 20:36:37'),(5864,2,1964,'','2013-10-24 20:36:37'),(5865,3,1964,'76009','2013-10-24 20:36:37'),(5866,1,1965,'','2013-10-24 20:46:06'),(5867,2,1965,'','2013-10-24 20:46:06'),(5868,3,1965,'50427','2013-10-24 20:46:06'),(5869,1,1966,'','2013-10-24 20:59:20'),(5870,2,1966,'','2013-10-24 20:59:20'),(5871,3,1966,'50427','2013-10-24 20:59:20'),(5872,1,1967,'','2013-10-24 21:11:59'),(5873,2,1967,'','2013-10-24 21:11:59'),(5874,3,1967,'50427','2013-10-24 21:11:59'),(5875,1,1968,'','2013-10-24 21:17:55'),(5876,2,1968,'','2013-10-24 21:17:55'),(5877,3,1968,'76047','2013-10-24 21:17:55'),(5878,1,1969,'','2013-10-24 22:02:29'),(5879,2,1969,'','2013-10-24 22:02:29'),(5880,3,1969,'','2013-10-24 22:02:29'),(5881,1,1970,'','2013-10-24 22:05:22'),(5882,2,1970,'','2013-10-24 22:05:22'),(5883,3,1970,'1105','2013-10-24 22:05:22'),(5884,1,1971,'','2013-10-24 22:09:24'),(5885,2,1971,'','2013-10-24 22:09:24'),(5886,3,1971,'76001','2013-10-24 22:09:24'),(5887,1,1972,'','2013-10-24 22:11:45'),(5888,2,1972,'','2013-10-24 22:11:45'),(5889,3,1972,'76001','2013-10-24 22:11:45'),(5890,1,1973,'','2013-10-25 00:01:12'),(5891,2,1973,'','2013-10-25 00:01:12'),(5892,3,1973,'','2013-10-25 00:01:12'),(5893,1,1974,'','2013-10-25 06:28:07'),(5894,2,1974,'','2013-10-25 06:28:07'),(5895,3,1974,'50427','2013-10-25 06:28:07'),(5896,1,1975,'','2013-10-25 06:32:59'),(5897,2,1975,'','2013-10-25 06:32:59'),(5898,3,1975,'50555','2013-10-25 06:32:59'),(5899,1,1976,'','2013-10-25 06:42:23'),(5900,2,1976,'','2013-10-25 06:42:23'),(5901,3,1976,'','2013-10-25 06:42:23'),(5902,1,1977,'','2013-10-25 06:47:29'),(5903,2,1977,'','2013-10-25 06:47:29'),(5904,3,1977,'43292','2013-10-25 06:47:29'),(5905,1,1978,'','2013-10-25 07:08:58'),(5906,2,1978,'','2013-10-25 07:08:58'),(5907,3,1978,'76065','2013-10-25 07:08:58'),(5908,1,1979,'','2013-10-25 07:14:44'),(5909,2,1979,'','2013-10-25 07:14:44'),(5910,3,1979,'22514','2013-10-25 07:14:44'),(5911,1,1980,'','2013-10-25 07:20:06'),(5912,2,1980,'','2013-10-25 07:20:06'),(5913,3,1980,'50427','2013-10-25 07:20:06'),(5914,1,1981,'','2013-10-25 07:32:18'),(5915,2,1981,'','2013-10-25 07:32:18'),(5916,3,1981,'43292','2013-10-25 07:32:18'),(5917,1,1982,'','2013-10-25 07:48:34'),(5918,2,1982,'','2013-10-25 07:48:34'),(5919,3,1982,'50427','2013-10-25 07:48:34'),(5920,1,1983,'','2013-10-25 07:52:51'),(5921,2,1983,'','2013-10-25 07:52:51'),(5922,3,1983,'76005','2013-10-25 07:52:51'),(5923,1,1984,'','2013-10-25 08:15:14'),(5924,2,1984,'','2013-10-25 08:15:14'),(5925,3,1984,'50427','2013-10-25 08:15:14'),(5926,1,1985,'','2013-10-25 08:18:33'),(5927,2,1985,'','2013-10-25 08:18:33'),(5928,3,1985,'50427','2013-10-25 08:18:33'),(5929,1,1986,'','2013-10-25 08:32:31'),(5930,2,1986,'','2013-10-25 08:32:31'),(5931,3,1986,'','2013-10-25 08:32:31'),(5932,1,1987,'','2013-10-25 08:42:34'),(5933,2,1987,'','2013-10-25 08:42:34'),(5934,3,1987,'76009','2013-10-25 08:42:34'),(5935,1,1988,'','2013-10-25 08:44:53'),(5936,2,1988,'','2013-10-25 08:44:53'),(5937,3,1988,'76001','2013-10-25 08:44:53'),(5938,1,1989,'0542001300','2013-10-25 08:52:38'),(5939,2,1989,'','2013-10-25 08:52:38'),(5940,3,1989,'2488','2013-10-25 08:52:38'),(5941,1,1990,'','2013-10-25 09:24:42'),(5942,2,1990,'','2013-10-25 09:24:42'),(5943,3,1990,'','2013-10-25 09:24:42'),(5944,1,1991,'','2013-10-25 09:31:14'),(5945,2,1991,'','2013-10-25 09:31:14'),(5946,3,1991,'50559','2013-10-25 09:31:14'),(5947,1,1992,'','2013-10-25 09:34:48'),(5948,2,1992,'','2013-10-25 09:34:48'),(5949,3,1992,'50559','2013-10-25 09:34:48'),(5950,1,1993,'','2013-10-25 09:39:02'),(5951,2,1993,'','2013-10-25 09:39:02'),(5952,3,1993,'76001','2013-10-25 09:39:02'),(5953,1,1994,'','2013-10-25 09:45:12'),(5954,2,1994,'','2013-10-25 09:45:12'),(5955,3,1994,'76001','2013-10-25 09:45:12'),(5956,1,1995,'','2013-10-25 09:50:52'),(5957,2,1995,'','2013-10-25 09:50:52'),(5958,3,1995,'16874','2013-10-25 09:50:52'),(5959,1,1996,'','2013-10-25 09:53:00'),(5960,2,1996,'','2013-10-25 09:53:00'),(5961,3,1996,'76043','2013-10-25 09:53:00'),(5962,1,1997,'','2013-10-25 10:00:29'),(5963,2,1997,'','2013-10-25 10:00:29'),(5964,3,1997,'2488','2013-10-25 10:00:29'),(5965,1,1998,'','2013-10-25 10:02:56'),(5966,2,1998,'','2013-10-25 10:02:56'),(5967,3,1998,'50427','2013-10-25 10:02:56'),(5968,1,1999,'','2013-10-25 10:06:24'),(5969,2,1999,'','2013-10-25 10:06:24'),(5970,3,1999,'76032','2013-10-25 10:06:24'),(5971,1,2000,'','2013-10-25 10:09:45'),(5972,2,2000,'','2013-10-25 10:09:45'),(5973,3,2000,'','2013-10-25 10:09:45'),(5974,1,2001,'','2013-10-25 10:10:47'),(5975,2,2001,'','2013-10-25 10:10:47'),(5976,3,2001,'50427','2013-10-25 10:10:47'),(5977,1,2002,'','2013-10-25 10:13:02'),(5978,2,2002,'','2013-10-25 10:13:02'),(5979,3,2002,'','2013-10-25 10:13:02'),(5980,1,2002,'','2013-10-25 10:13:19'),(5981,2,2002,'','2013-10-25 10:13:19'),(5982,3,2002,'0001','2013-10-25 10:13:19'),(5983,1,2004,'','2013-10-25 10:15:37'),(5984,2,2004,'','2013-10-25 10:15:37'),(5985,3,2004,'','2013-10-25 10:15:37'),(5986,1,2005,'','2013-10-25 10:19:52'),(5987,2,2005,'','2013-10-25 10:19:52'),(5988,3,2005,'','2013-10-25 10:19:52'),(5989,1,2006,'','2013-10-25 10:35:16'),(5990,2,2006,'','2013-10-25 10:35:16'),(5991,3,2006,'50427','2013-10-25 10:35:16'),(5992,1,2007,'','2013-10-25 10:39:50'),(5993,2,2007,'','2013-10-25 10:39:50'),(5994,3,2007,'76052 ','2013-10-25 10:39:50'),(5995,1,2008,'','2013-10-25 10:41:50'),(5996,2,2008,'','2013-10-25 10:41:50'),(5997,3,2008,'','2013-10-25 10:41:50'),(5998,1,2009,'','2013-10-25 10:44:37'),(5999,2,2009,'','2013-10-25 10:44:37'),(6000,3,2009,'44789','2013-10-25 10:44:37'),(6001,1,2010,'','2013-10-25 10:47:08'),(6002,2,2010,'','2013-10-25 10:47:08'),(6003,3,2010,'1525','2013-10-25 10:47:08'),(6004,1,2011,'','2013-10-25 10:49:19'),(6005,2,2011,'','2013-10-25 10:49:19'),(6006,3,2011,'1160','2013-10-25 10:49:19'),(6007,1,2012,'','2013-10-25 10:55:52'),(6008,2,2012,'','2013-10-25 10:55:52'),(6009,3,2012,'','2013-10-25 10:55:52'),(6010,1,2013,'','2013-10-25 11:00:35'),(6011,2,2013,'','2013-10-25 11:00:35'),(6012,3,2013,'50427','2013-10-25 11:00:35'),(6013,1,2014,'','2013-10-25 11:15:29'),(6014,2,2014,'','2013-10-25 11:15:29'),(6015,3,2014,'38361','2013-10-25 11:15:29'),(6016,1,2015,'','2013-10-25 11:21:26'),(6017,2,2015,'','2013-10-25 11:21:26'),(6018,3,2015,'76027','2013-10-25 11:21:26'),(6019,1,2016,'','2013-10-25 11:29:22'),(6020,2,2016,'','2013-10-25 11:29:22'),(6021,3,2016,'50427','2013-10-25 11:29:22'),(6022,1,2017,'','2013-10-25 11:31:15'),(6023,2,2017,'','2013-10-25 11:31:15'),(6024,3,2017,'76033','2013-10-25 11:31:15'),(6025,1,2018,'','2013-10-25 11:53:54'),(6026,2,2018,'','2013-10-25 11:53:54'),(6027,3,2018,'','2013-10-25 11:53:54'),(6028,1,2019,'','2013-10-25 11:57:10'),(6029,2,2019,'','2013-10-25 11:57:10'),(6030,3,2019,'23188','2013-10-25 11:57:10'),(6031,1,2020,'','2013-10-25 11:58:58'),(6032,2,2020,'','2013-10-25 11:58:58'),(6033,3,2020,'76027','2013-10-25 11:58:58'),(6034,1,2021,'','2013-10-25 12:01:12'),(6035,2,2021,'','2013-10-25 12:01:12'),(6036,3,2021,'76052','2013-10-25 12:01:12'),(6037,1,2022,'','2013-10-25 12:11:57'),(6038,2,2022,'','2013-10-25 12:11:57'),(6039,3,2022,'44789','2013-10-25 12:11:57'),(6040,1,2023,'','2013-10-25 12:13:59'),(6041,2,2023,'','2013-10-25 12:14:00'),(6042,3,2023,'76068','2013-10-25 12:14:00'),(6043,1,2024,'','2013-10-25 12:21:07'),(6044,2,2024,'','2013-10-25 12:21:07'),(6045,3,2024,'16874','2013-10-25 12:21:07'),(6046,1,2025,'','2013-10-25 12:25:00'),(6047,2,2025,'','2013-10-25 12:25:00'),(6048,3,2025,'38361','2013-10-25 12:25:00'),(6049,1,2026,'','2013-10-25 12:26:56'),(6050,2,2026,'','2013-10-25 12:26:56'),(6051,3,2026,'1105','2013-10-25 12:26:56'),(6052,1,2027,'','2013-10-25 12:28:12'),(6053,2,2027,'','2013-10-25 12:28:12'),(6054,3,2027,'1105','2013-10-25 12:28:12'),(6055,1,2028,'','2013-10-25 12:56:48'),(6056,2,2028,'','2013-10-25 12:56:48'),(6057,3,2028,'50427','2013-10-25 12:56:48'),(6058,1,2029,'','2013-10-25 12:59:06'),(6059,2,2029,'','2013-10-25 12:59:06'),(6060,3,2029,'','2013-10-25 12:59:06'),(6061,1,2030,'','2013-10-25 13:04:29'),(6062,2,2030,'','2013-10-25 13:04:29'),(6063,3,2030,'','2013-10-25 13:04:29'),(6064,1,2031,'','2013-10-25 13:18:39'),(6065,2,2031,'','2013-10-25 13:18:39'),(6066,3,2031,'22514','2013-10-25 13:18:39'),(6067,1,2032,'','2013-10-25 13:27:15'),(6068,2,2032,'','2013-10-25 13:27:15'),(6069,3,2032,'','2013-10-25 13:27:15'),(6070,1,2033,'','2013-10-25 13:30:58'),(6071,2,2033,'','2013-10-25 13:30:58'),(6072,3,2033,'50427','2013-10-25 13:30:58'),(6073,1,2034,'','2013-10-25 13:43:03'),(6074,2,2034,'','2013-10-25 13:43:03'),(6075,3,2034,'76052','2013-10-25 13:43:03'),(6076,1,2035,'','2013-10-25 14:04:53'),(6077,2,2035,'','2013-10-25 14:04:53'),(6078,3,2035,'16874','2013-10-25 14:04:53'),(6079,1,2036,'','2013-10-25 14:08:12'),(6080,2,2036,'','2013-10-25 14:08:12'),(6081,3,2036,'76027','2013-10-25 14:08:12'),(6082,1,2037,'','2013-10-25 14:12:33'),(6083,2,2037,'','2013-10-25 14:12:33'),(6084,3,2037,'31186','2013-10-25 14:12:33'),(6085,1,2038,'','2013-10-25 14:16:57'),(6086,2,2038,'','2013-10-25 14:16:57'),(6087,3,2038,'76027','2013-10-25 14:16:57'),(6088,1,2039,'','2013-10-25 14:20:44'),(6089,2,2039,'','2013-10-25 14:20:44'),(6090,3,2039,'39761','2013-10-25 14:20:44'),(6091,1,2040,'','2013-10-25 14:22:26'),(6092,2,2040,'','2013-10-25 14:22:26'),(6093,3,2040,'45183','2013-10-25 14:22:26'),(6094,1,2041,'','2013-10-25 14:25:54'),(6095,2,2041,'','2013-10-25 14:25:54'),(6096,3,2041,'44789','2013-10-25 14:25:54'),(6097,1,2043,'','2013-10-25 14:32:49'),(6098,2,2043,'','2013-10-25 14:32:49'),(6099,3,2043,'','2013-10-25 14:32:49'),(6100,1,2044,'','2013-10-26 10:32:15'),(6101,2,2044,'','2013-10-26 10:32:15'),(6102,3,2044,'50427','2013-10-26 10:32:15'),(6103,1,2045,'','2013-10-25 22:42:58'),(6104,2,2045,'','2013-10-25 22:42:58'),(6105,3,2045,'','2013-10-25 22:42:58'),(6106,1,2046,'','2013-10-25 22:47:50'),(6107,2,2046,'','2013-10-25 22:47:50'),(6108,3,2046,'50427','2013-10-25 22:47:50'),(6109,1,2047,'','2013-10-25 22:50:19'),(6110,2,2047,'','2013-10-25 22:50:19'),(6111,3,2047,'SR','2013-10-25 22:50:19'),(6112,1,2048,'','2013-10-25 23:00:24'),(6113,2,2048,'','2013-10-25 23:00:24'),(6114,3,2048,'','2013-10-25 23:00:24'),(6115,1,2049,'','2013-10-25 23:03:39'),(6116,2,2049,'','2013-10-25 23:03:39'),(6117,3,2049,'76052','2013-10-25 23:03:39'),(6118,1,2050,'','2013-10-25 23:07:51'),(6119,2,2050,'','2013-10-25 23:07:51'),(6120,3,2050,'50427','2013-10-25 23:07:51'),(6121,1,2051,'','2013-10-25 23:14:20'),(6122,2,2051,'','2013-10-25 23:14:20'),(6123,3,2051,'CASH','2013-10-25 23:14:20'),(6124,1,2052,'','2013-10-25 23:31:34'),(6125,2,2052,'','2013-10-25 23:31:34'),(6126,3,2052,'16874','2013-10-25 23:31:34'),(6127,1,2053,'','2013-10-25 23:33:32'),(6128,2,2053,'','2013-10-25 23:33:32'),(6129,3,2053,'CASH','2013-10-25 23:33:32'),(6130,1,2054,'','2013-10-25 23:41:17'),(6131,2,2054,'','2013-10-25 23:41:17'),(6132,3,2054,'CASH','2013-10-25 23:41:17'),(6133,1,2055,'','2013-10-25 23:53:28'),(6134,2,2055,'','2013-10-25 23:53:28'),(6135,3,2055,'76005','2013-10-25 23:53:28'),(6136,1,2056,'','2013-10-26 00:13:41'),(6137,2,2056,'','2013-10-26 00:13:41'),(6138,3,2056,'50427','2013-10-26 00:13:41'),(6139,1,2057,'','2013-10-26 00:15:11'),(6140,2,2057,'','2013-10-26 00:15:11'),(6141,3,2057,'50427','2013-10-26 00:15:11'),(6142,1,2058,'','2013-10-26 00:19:05'),(6143,2,2058,'','2013-10-26 00:19:05'),(6144,3,2058,'','2013-10-26 00:19:05'),(6145,1,2059,'','2013-10-26 00:28:09'),(6146,2,2059,'','2013-10-26 00:28:09'),(6147,3,2059,'','2013-10-26 00:28:09'),(6148,1,2060,'','2013-10-26 01:06:06'),(6149,2,2060,'','2013-10-26 01:06:07'),(6150,3,2060,'2488','2013-10-26 01:06:07'),(6151,1,2061,'','2013-10-26 02:33:05'),(6152,2,2061,'','2013-10-26 02:33:05'),(6153,3,2061,'43292','2013-10-26 02:33:05'),(6154,1,2062,'','2013-10-26 02:51:47'),(6155,2,2062,'','2013-10-26 02:51:47'),(6156,3,2062,'','2013-10-26 02:51:47'),(6157,1,2063,'','2013-10-26 03:07:11'),(6158,2,2063,'','2013-10-26 03:07:11'),(6159,3,2063,'','2013-10-26 03:07:11'),(6160,1,2064,'','2013-10-26 03:10:16'),(6161,2,2064,'','2013-10-26 03:10:16'),(6162,3,2064,'16874','2013-10-26 03:10:16'),(6163,1,2065,'','2013-10-26 03:28:14'),(6164,2,2065,'','2013-10-26 03:28:14'),(6165,3,2065,'','2013-10-26 03:28:14'),(6166,1,2066,'','2013-10-26 03:31:23'),(6167,2,2066,'','2013-10-26 03:31:23'),(6168,3,2066,'50427','2013-10-26 03:31:23'),(6169,1,2067,'','2013-10-26 04:11:54'),(6170,2,2067,'','2013-10-26 04:11:54'),(6171,3,2067,'','2013-10-26 04:11:54'),(6172,1,2068,'','2013-10-26 04:27:05'),(6173,2,2068,'','2013-10-26 04:27:05'),(6174,3,2068,'50427','2013-10-26 04:27:05'),(6175,1,2069,'','2013-10-26 06:46:43'),(6176,2,2069,'','2013-10-26 06:46:43'),(6177,3,2069,'50427','2013-10-26 06:46:43'),(6178,1,2070,'','2013-10-26 07:09:53'),(6179,2,2070,'','2013-10-26 07:09:54'),(6180,3,2070,'16874','2013-10-26 07:09:54'),(6181,1,2071,'','2013-10-26 11:05:14'),(6182,2,2071,'','2013-10-26 11:05:14'),(6183,3,2071,'50427','2013-10-26 11:05:15'),(6184,1,2072,'','2013-10-26 12:50:06'),(6185,2,2072,'','2013-10-26 12:50:06'),(6186,3,2072,'','2013-10-26 12:50:06'),(6187,1,2073,'','2013-10-26 13:12:11'),(6188,2,2073,'','2013-10-26 13:12:11'),(6189,3,2073,'76057','2013-10-26 13:12:11'),(6190,1,2074,'','2013-10-26 13:19:16'),(6191,2,2074,'','2013-10-26 13:19:16'),(6192,3,2074,'76052','2013-10-26 13:19:16'),(6193,1,2075,'','2013-10-26 13:22:25'),(6194,2,2075,'','2013-10-26 13:22:25'),(6195,3,2075,'50427','2013-10-26 13:22:25'),(6196,1,2076,'0241870448','2013-10-26 13:27:31'),(6197,2,2076,'','2013-10-26 13:27:31'),(6198,3,2076,'','2013-10-26 13:27:31'),(6199,1,2077,'','2013-10-26 13:40:09'),(6200,2,2077,'','2013-10-26 13:40:09'),(6201,3,2077,'','2013-10-26 13:40:09'),(6202,1,2078,'','2013-10-26 13:55:18'),(6203,2,2078,'','2013-10-26 13:55:18'),(6204,3,2078,'1105','2013-10-26 13:55:18'),(6205,1,2079,'','2013-10-26 14:07:47'),(6206,2,2079,'','2013-10-26 14:07:47'),(6207,3,2079,'76058','2013-10-26 14:07:47'),(6208,1,2080,'','2013-10-26 14:29:38'),(6209,2,2080,'','2013-10-26 14:29:38'),(6210,3,2080,'76009','2013-10-26 14:29:38'),(6211,1,2081,'','2013-10-26 14:36:27'),(6212,2,2081,'','2013-10-26 14:36:27'),(6213,3,2081,'','2013-10-26 14:36:27'),(6214,1,2082,'','2013-10-26 14:48:23'),(6215,2,2082,'','2013-10-26 14:48:23'),(6216,3,2082,'1105','2013-10-26 14:48:23'),(6217,1,2083,'','2013-10-26 14:52:00'),(6218,2,2083,'','2013-10-26 14:52:00'),(6219,3,2083,'50427','2013-10-26 14:52:00'),(6220,1,2084,'','2013-10-26 15:00:07'),(6221,2,2084,'','2013-10-26 15:00:07'),(6222,3,2084,'','2013-10-26 15:00:07'),(6223,1,2085,'','2013-10-26 15:03:34'),(6224,2,2085,'','2013-10-26 15:03:34'),(6225,3,2085,'76068','2013-10-26 15:03:34'),(6226,1,2086,'','2013-10-26 15:06:28'),(6227,2,2086,'','2013-10-26 15:06:28'),(6228,3,2086,'1525','2013-10-26 15:06:28'),(6229,1,2087,'','2013-10-26 15:09:24'),(6230,2,2087,'','2013-10-26 15:09:24'),(6231,3,2087,'','2013-10-26 15:09:24'),(6232,1,2088,'','2013-10-26 15:14:01'),(6233,2,2088,'','2013-10-26 15:14:01'),(6234,3,2088,'44789','2013-10-26 15:14:01'),(6235,1,2089,'','2013-10-26 15:55:28'),(6236,2,2089,'','2013-10-26 15:55:28'),(6237,3,2089,'','2013-10-26 15:55:28'),(6238,1,2090,'','2013-10-26 16:34:52'),(6239,2,2090,'','2013-10-26 16:34:52'),(6240,3,2090,'','2013-10-26 16:34:52'),(6241,1,2091,'','2013-10-26 16:51:18'),(6242,2,2091,'','2013-10-26 16:51:18'),(6243,3,2091,'','2013-10-26 16:51:19'),(6244,1,2092,'','2013-10-26 17:05:14'),(6245,2,2092,'','2013-10-26 17:05:14'),(6246,3,2092,'','2013-10-26 17:05:14'),(6247,1,2093,'','2013-10-26 17:25:29'),(6248,2,2093,'','2013-10-26 17:25:29'),(6249,3,2093,'','2013-10-26 17:25:29'),(6250,1,2094,'','2013-10-26 17:32:32'),(6251,2,2094,'','2013-10-26 17:32:32'),(6252,3,2094,'76009','2013-10-26 17:32:32'),(6253,1,2095,'','2013-10-26 17:35:39'),(6254,2,2095,'','2013-10-26 17:35:39'),(6255,3,2095,'','2013-10-26 17:35:39'),(6256,1,2096,'','2013-10-26 17:40:12'),(6257,2,2096,'','2013-10-26 17:40:12'),(6258,3,2096,'50427','2013-10-26 17:40:12'),(6259,1,2097,'','2013-10-26 17:54:33'),(6260,2,2097,'','2013-10-26 17:54:33'),(6261,3,2097,'','2013-10-26 17:54:33'),(6262,1,2098,'','2013-10-26 18:00:02'),(6263,2,2098,'','2013-10-26 18:00:02'),(6264,3,2098,'76035','2013-10-26 18:00:02'),(6265,1,2099,'','2013-10-26 18:09:06'),(6266,2,2099,'','2013-10-26 18:09:06'),(6267,3,2099,'50427','2013-10-26 18:09:06'),(6268,1,2100,'','2013-10-26 18:11:15'),(6269,2,2100,'','2013-10-26 18:11:15'),(6270,3,2100,'50427','2013-10-26 18:11:15'),(6271,1,2101,'','2013-10-26 18:25:58'),(6272,2,2101,'','2013-10-26 18:25:58'),(6273,3,2101,'16874','2013-10-26 18:25:59'),(6274,1,2102,'','2013-10-26 18:31:57'),(6275,2,2102,'','2013-10-26 18:31:57'),(6276,3,2102,'76009','2013-10-26 18:31:57'),(6277,1,2103,'','2013-10-26 18:37:47'),(6278,2,2103,'','2013-10-26 18:37:47'),(6279,3,2103,'76001','2013-10-26 18:37:47'),(6280,1,2104,'','2013-10-26 18:40:03'),(6281,2,2104,'','2013-10-26 18:40:03'),(6282,3,2104,'76027','2013-10-26 18:40:03'),(6283,1,2105,'','2013-10-26 18:58:16'),(6284,2,2105,'','2013-10-26 18:58:16'),(6285,3,2105,'','2013-10-26 18:58:16'),(6286,1,2106,'','2013-10-26 19:01:34'),(6287,2,2106,'','2013-10-26 19:01:34'),(6288,3,2106,'1105','2013-10-26 19:01:34'),(6289,1,2107,'','2013-10-26 19:05:28'),(6290,2,2107,'','2013-10-26 19:05:28'),(6291,3,2107,'76001','2013-10-26 19:05:28'),(6292,1,2108,'','2013-10-26 19:08:40'),(6293,2,2108,'','2013-10-26 19:08:40'),(6294,3,2108,'','2013-10-26 19:08:40'),(6295,1,2109,'','2013-10-26 19:16:16'),(6296,2,2109,'','2013-10-26 19:16:16'),(6297,3,2109,'','2013-10-26 19:16:16'),(6298,1,2110,'','2013-10-26 19:28:31'),(6299,2,2110,'','2013-10-26 19:28:31'),(6300,3,2110,'','2013-10-26 19:28:31'),(6301,1,2111,'','2013-10-26 19:33:00'),(6302,2,2111,'','2013-10-26 19:33:00'),(6303,3,2111,'75002','2013-10-26 19:33:00'),(6304,1,2112,'','2013-10-26 20:25:27'),(6305,2,2112,'','2013-10-26 20:25:27'),(6306,3,2112,'76052','2013-10-26 20:25:27'),(6307,1,2113,'','2013-10-26 20:31:28'),(6308,2,2113,'','2013-10-26 20:31:28'),(6309,3,2113,'50427','2013-10-26 20:31:28'),(6310,1,2114,'','2013-10-26 20:38:03'),(6311,2,2114,'','2013-10-26 20:38:03'),(6312,3,2114,'50427','2013-10-26 20:38:03'),(6313,1,2115,'','2013-10-26 21:09:30'),(6314,2,2115,'','2013-10-26 21:09:30'),(6315,3,2115,'22514','2013-10-26 21:09:30'),(6316,1,2116,'','2013-10-26 21:12:28'),(6317,2,2116,'','2013-10-26 21:12:28'),(6318,3,2116,'50427','2013-10-26 21:12:28'),(6319,1,2117,'','2013-10-26 21:15:22'),(6320,2,2117,'','2013-10-26 21:15:22'),(6321,3,2117,'','2013-10-26 21:15:22'),(6322,1,2118,'','2013-10-26 21:32:30'),(6323,2,2118,'','2013-10-26 21:32:30'),(6324,3,2118,'','2013-10-26 21:32:31'),(6325,1,2119,'','2013-10-26 21:36:21'),(6326,2,2119,'','2013-10-26 21:36:21'),(6327,3,2119,'50427','2013-10-26 21:36:21'),(6328,1,2120,'','2013-10-26 21:57:35'),(6329,2,2120,'','2013-10-26 21:57:35'),(6330,3,2120,'1048','2013-10-26 21:57:35'),(6331,1,2121,'','2013-10-26 22:07:09'),(6332,2,2121,'','2013-10-26 22:07:09'),(6333,3,2121,'50427','2013-10-26 22:07:09'),(6334,1,2122,'','2013-10-26 22:09:33'),(6335,2,2122,'','2013-10-26 22:09:33'),(6336,3,2122,'','2013-10-26 22:09:33'),(6337,1,2123,'','2013-10-26 22:25:20'),(6338,2,2123,'','2013-10-26 22:25:20'),(6339,3,2123,'76004','2013-10-26 22:25:20'),(6340,1,2124,'','2013-10-26 22:33:47'),(6341,2,2124,'','2013-10-26 22:33:47'),(6342,3,2124,'50427','2013-10-26 22:33:47'),(6343,1,2125,'','2013-10-26 22:38:03'),(6344,2,2125,'','2013-10-26 22:38:03'),(6345,3,2125,'16874','2013-10-26 22:38:03'),(6346,1,2126,'','2013-10-26 22:41:55'),(6347,2,2126,'','2013-10-26 22:41:55'),(6348,3,2126,'50427','2013-10-26 22:41:55'),(6349,1,2127,'','2013-10-26 23:32:39'),(6350,2,2127,'','2013-10-26 23:32:39'),(6351,3,2127,'16874','2013-10-26 23:32:39'),(6352,1,2128,'','2013-10-27 00:20:19'),(6353,2,2128,'','2013-10-27 00:20:19'),(6354,3,2128,'44789','2013-10-27 00:20:19'),(6355,1,2129,'','2013-10-27 00:34:31'),(6356,2,2129,'','2013-10-27 00:34:31'),(6357,3,2129,'50427','2013-10-27 00:34:31'),(6358,1,2130,'','2013-10-27 00:36:26'),(6359,2,2130,'','2013-10-27 00:36:26'),(6360,3,2130,'76004','2013-10-27 00:36:26'),(6361,1,2131,'','2013-10-27 00:40:31'),(6362,2,2131,'','2013-10-27 00:40:31'),(6363,3,2131,'76062','2013-10-27 00:40:31'),(6364,1,2132,'','2013-10-27 01:29:29'),(6365,2,2132,'','2013-10-27 01:29:29'),(6366,3,2132,'76033','2013-10-27 01:29:29'),(6367,1,2133,'','2013-10-27 01:48:21'),(6368,2,2133,'','2013-10-27 01:48:21'),(6369,3,2133,'50427','2013-10-27 01:48:22'),(6370,1,2134,'','2013-10-27 02:01:05'),(6371,2,2134,'','2013-10-27 02:01:05'),(6372,3,2134,'1152','2013-10-27 02:01:05'),(6373,1,2135,'','2013-10-27 02:03:11'),(6374,2,2135,'','2013-10-27 02:03:11'),(6375,3,2135,'1152','2013-10-27 02:03:11'),(6376,1,2136,'','2013-10-27 02:05:51'),(6377,2,2136,'','2013-10-27 02:05:51'),(6378,3,2136,'1152','2013-10-27 02:05:51'),(6379,1,2137,'','2013-10-27 02:07:47'),(6380,2,2137,'','2013-10-27 02:07:47'),(6381,3,2137,'44789','2013-10-27 02:07:47'),(6382,1,2138,'','2013-10-27 02:38:46'),(6383,2,2138,'','2013-10-27 02:38:46'),(6384,3,2138,'44789','2013-10-27 02:38:46'),(6385,1,2139,'','2013-10-27 02:44:54'),(6386,2,2139,'','2013-10-27 02:44:54'),(6387,3,2139,'50427','2013-10-27 02:44:54'),(6388,1,2140,'','2013-10-27 04:00:05'),(6389,2,2140,'','2013-10-27 04:00:05'),(6390,3,2140,'76052','2013-10-27 04:00:05'),(6391,1,2141,'','2013-10-27 04:15:28'),(6392,2,2141,'','2013-10-27 04:15:28'),(6393,3,2141,'76058','2013-10-27 04:15:28'),(6394,1,2142,'','2013-10-27 04:38:19'),(6395,2,2142,'','2013-10-27 04:38:19'),(6396,3,2142,'76009','2013-10-27 04:38:19'),(6397,1,2143,'','2013-10-27 04:52:28'),(6398,2,2143,'','2013-10-27 04:52:28'),(6399,3,2143,'50427','2013-10-27 04:52:28'),(6400,1,2144,'','2013-10-27 05:24:52'),(6401,2,2144,'','2013-10-27 05:24:52'),(6402,3,2144,'','2013-10-27 05:24:52'),(6403,1,2145,'','2013-10-27 06:16:56'),(6404,2,2145,'','2013-10-27 06:16:56'),(6405,3,2145,'','2013-10-27 06:16:56'),(6406,1,2146,'','2013-10-27 06:25:51'),(6407,2,2146,'','2013-10-27 06:25:52'),(6408,3,2146,'16874','2013-10-27 06:25:52'),(6409,1,2147,'','2013-10-27 10:55:35'),(6410,2,2147,'','2013-10-27 10:55:35'),(6411,3,2147,'','2013-10-27 10:55:35'),(6412,1,2148,'','2013-10-27 11:02:13'),(6413,2,2148,'','2013-10-27 11:02:13'),(6414,3,2148,'44789','2013-10-27 11:02:13'),(6415,1,2149,'','2013-10-27 11:07:39'),(6416,2,2149,'','2013-10-27 11:07:39'),(6417,3,2149,'76062','2013-10-27 11:07:39'),(6418,1,2150,'','2013-10-27 12:37:19'),(6419,2,2150,'','2013-10-27 12:37:19'),(6420,3,2150,'50557','2013-10-27 12:37:19'),(6421,1,2151,'','2013-10-27 13:00:33'),(6422,2,2151,'','2013-10-27 13:00:33'),(6423,3,2151,'','2013-10-27 13:00:33'),(6424,1,2152,'','2013-10-27 13:04:15'),(6425,2,2152,'','2013-10-27 13:04:15'),(6426,3,2152,'2488','2013-10-27 13:04:15'),(6427,1,2153,'','2013-10-27 13:50:50'),(6428,2,2153,'','2013-10-27 13:50:50'),(6429,3,2153,'50427','2013-10-27 13:50:50'),(6430,1,2154,'','2013-10-27 14:03:59'),(6431,2,2154,'','2013-10-27 14:03:59'),(6432,3,2154,'76027','2013-10-27 14:03:59'),(6433,1,2155,'','2013-10-27 14:09:06'),(6434,2,2155,'','2013-10-27 14:09:06'),(6435,3,2155,'','2013-10-27 14:09:06'),(6436,1,2156,'','2013-10-27 14:28:30'),(6437,2,2156,'','2013-10-27 14:28:30'),(6438,3,2156,'44789','2013-10-27 14:28:30'),(6439,1,2157,'','2013-10-27 15:41:48'),(6440,2,2157,'','2013-10-27 15:41:48'),(6441,3,2157,'','2013-10-27 15:41:48'),(6442,1,2158,'','2013-10-27 16:04:37'),(6443,2,2158,'','2013-10-27 16:04:37'),(6444,3,2158,'','2013-10-27 16:04:37'),(6445,1,2159,'','2013-10-27 16:26:08'),(6446,2,2159,'','2013-10-27 16:26:08'),(6447,3,2159,'16834','2013-10-27 16:26:08'),(6448,1,2160,'','2013-10-27 16:39:26'),(6449,2,2160,'','2013-10-27 16:39:26'),(6450,3,2160,'50427','2013-10-27 16:39:26'),(6451,1,2161,'','2013-10-27 17:23:09'),(6452,2,2161,'','2013-10-27 17:23:09'),(6453,3,2161,'','2013-10-27 17:23:09'),(6454,1,2162,'','2013-10-27 18:06:54'),(6455,2,2162,'','2013-10-27 18:06:54'),(6456,3,2162,'','2013-10-27 18:06:54'),(6457,1,2163,'','2013-10-27 18:13:35'),(6458,2,2163,'','2013-10-27 18:13:35'),(6459,3,2163,'','2013-10-27 18:13:35'),(6460,1,2164,'','2013-10-27 18:17:04'),(6461,2,2164,'','2013-10-27 18:17:04'),(6462,3,2164,'','2013-10-27 18:17:04'),(6463,1,2165,'','2013-10-27 18:33:41'),(6464,2,2165,'','2013-10-27 18:33:41'),(6465,3,2165,'','2013-10-27 18:33:41'),(6466,1,2166,'','2013-10-27 18:55:50'),(6467,2,2166,'','2013-10-27 18:55:50'),(6468,3,2166,'','2013-10-27 18:55:50'),(6469,1,2167,'','2013-10-27 19:31:14'),(6470,2,2167,'','2013-10-27 19:31:14'),(6471,3,2167,'76052','2013-10-27 19:31:14'),(6472,1,2168,'','2013-10-27 19:41:13'),(6473,2,2168,'','2013-10-27 19:41:13'),(6474,3,2168,'','2013-10-27 19:41:13'),(6475,1,2169,'','2013-10-27 20:01:34'),(6476,2,2169,'','2013-10-27 20:01:34'),(6477,3,2169,'','2013-10-27 20:01:34'),(6478,1,2170,'','2013-10-27 20:35:05'),(6479,2,2170,'','2013-10-27 20:35:05'),(6480,3,2170,'50427','2013-10-27 20:35:05'),(6481,1,2171,'','2013-10-27 20:57:40'),(6482,2,2171,'','2013-10-27 20:57:40'),(6483,3,2171,'1528','2013-10-27 20:57:40'),(6484,1,2172,'','2013-10-27 21:53:20'),(6485,2,2172,'','2013-10-27 21:53:20'),(6486,3,2172,'','2013-10-27 21:53:20'),(6487,1,2173,'','2013-10-27 16:24:11'),(6488,2,2173,'','2013-10-27 16:24:11'),(6489,3,2173,'50557','2013-10-27 16:24:11'),(6490,1,2174,'','2013-10-27 16:35:34'),(6491,2,2174,'','2013-10-27 16:35:34'),(6492,3,2174,'','2013-10-27 16:35:34'),(6493,1,2175,'','2013-10-27 17:19:57'),(6494,2,2175,'','2013-10-27 17:19:57'),(6495,3,2175,'','2013-10-27 17:19:57'),(6496,1,2176,'','2013-10-27 17:38:58'),(6497,2,2176,'','2013-10-27 17:38:58'),(6498,3,2176,'44724','2013-10-27 17:38:58'),(6499,1,2177,'','2013-10-27 18:03:09'),(6500,2,2177,'','2013-10-27 18:03:09'),(6501,3,2177,'16874','2013-10-27 18:03:09'),(6502,1,2178,'','2013-10-27 18:12:15'),(6503,2,2178,'','2013-10-27 18:12:15'),(6504,3,2178,'50427','2013-10-27 18:12:15'),(6505,1,2179,'','2013-10-27 18:58:01'),(6506,2,2179,'','2013-10-27 18:58:01'),(6507,3,2179,'76033','2013-10-27 18:58:01'),(6508,1,2180,'','2013-10-27 19:17:38'),(6509,2,2180,'','2013-10-27 19:17:38'),(6510,3,2180,'45183','2013-10-27 19:17:38'),(6511,1,2181,'','2013-10-27 19:29:07'),(6512,2,2181,'','2013-10-27 19:29:07'),(6513,3,2181,'22514','2013-10-27 19:29:07'),(6514,1,2182,'','2013-10-27 20:24:06'),(6515,2,2182,'','2013-10-27 20:24:06'),(6516,3,2182,'50427','2013-10-27 20:24:06'),(6517,1,2183,'','2013-10-27 21:15:52'),(6518,2,2183,'','2013-10-27 21:15:52'),(6519,3,2183,'1073','2013-10-27 21:15:52'),(6520,1,2184,'','2013-10-27 21:19:18'),(6521,2,2184,'','2013-10-27 21:19:18'),(6522,3,2184,'','2013-10-27 21:19:18'),(6523,1,2185,'','2013-10-27 21:57:43'),(6524,2,2185,'','2013-10-27 21:57:43'),(6525,3,2185,'22514','2013-10-27 21:57:43'),(6526,1,2186,'','2013-10-27 22:01:04'),(6527,2,2186,'','2013-10-27 22:01:04'),(6528,3,2186,'','2013-10-27 22:01:04'),(6529,1,2187,'','2013-10-27 22:06:25'),(6530,2,2187,'','2013-10-27 22:06:25'),(6531,3,2187,'76052','2013-10-27 22:06:25'),(6532,1,2188,'','2013-10-27 22:12:55'),(6533,2,2188,'','2013-10-27 22:12:55'),(6534,3,2188,'76009','2013-10-27 22:12:55'),(6535,1,2189,'','2013-10-27 22:19:36'),(6536,2,2189,'','2013-10-27 22:19:36'),(6537,3,2189,'76009','2013-10-27 22:19:36'),(6538,1,2190,'','2013-10-27 22:22:17'),(6539,2,2190,'','2013-10-27 22:22:18'),(6540,3,2190,'76009','2013-10-27 22:22:18'),(6541,1,2191,'','2013-10-27 22:42:18'),(6542,2,2191,'','2013-10-27 22:42:18'),(6543,3,2191,'50427','2013-10-27 22:42:18'),(6544,1,2192,'','2013-10-27 23:30:15'),(6545,2,2192,'','2013-10-27 23:30:15'),(6546,3,2192,'50427','2013-10-27 23:30:15'),(6547,1,2193,'','2013-10-28 04:04:21'),(6548,2,2193,'','2013-10-28 04:04:21'),(6549,3,2193,'76043','2013-10-28 04:04:21'),(6550,1,2194,'','2013-10-29 00:49:50'),(6551,2,2194,'','2013-10-29 00:49:50'),(6552,3,2194,'','2013-10-29 00:49:50'),(6553,1,2195,'','2013-10-29 02:27:08'),(6554,2,2195,'','2013-10-29 02:27:09'),(6555,3,2195,'50427','2013-10-29 02:27:09'),(6556,1,2196,'','2013-10-29 02:32:16'),(6557,2,2196,'','2013-10-29 02:32:16'),(6558,3,2196,'50427','2013-10-29 02:32:16'),(6559,1,2197,'','2013-10-29 02:47:39'),(6560,2,2197,'','2013-10-29 02:47:39'),(6561,3,2197,'','2013-10-29 02:47:39'),(6562,1,2198,'','2013-10-29 03:01:41'),(6563,2,2198,'','2013-10-29 03:01:41'),(6564,3,2198,'50427','2013-10-29 03:01:41'),(6565,1,2199,'','2013-10-29 03:05:07'),(6566,2,2199,'','2013-10-29 03:05:07'),(6567,3,2199,'50427','2013-10-29 03:05:07'),(6568,1,2200,'','2013-10-29 03:08:02'),(6569,2,2200,'','2013-10-29 03:08:02'),(6570,3,2200,'50427','2013-10-29 03:08:02'),(6571,1,2201,'','2013-10-29 03:12:14'),(6572,2,2201,'','2013-10-29 03:12:14'),(6573,3,2201,'76057','2013-10-29 03:12:14'),(6574,1,2202,'','2013-10-29 03:24:29'),(6575,2,2202,'','2013-10-29 03:24:29'),(6576,3,2202,'76004','2013-10-29 03:24:29'),(6577,1,2203,'','2013-10-29 03:27:25'),(6578,2,2203,'','2013-10-29 03:27:25'),(6579,3,2203,'76062','2013-10-29 03:27:25'),(6580,1,2204,'','2013-10-29 03:39:04'),(6581,2,2204,'','2013-10-29 03:39:05'),(6582,3,2204,'1120','2013-10-29 03:39:05'),(6583,1,2205,'','2013-10-29 03:57:55'),(6584,2,2205,'','2013-10-29 03:57:55'),(6585,3,2205,'76004','2013-10-29 03:57:55'),(6586,1,2206,'','2013-10-29 04:04:33'),(6587,2,2206,'','2013-10-29 04:04:33'),(6588,3,2206,'1152','2013-10-29 04:04:33'),(6589,1,2207,'','2013-10-29 04:16:10'),(6590,2,2207,'','2013-10-29 04:16:10'),(6591,3,2207,'50427','2013-10-29 04:16:10'),(6592,1,2208,'','2013-10-29 04:24:13'),(6593,2,2208,'','2013-10-29 04:24:13'),(6594,3,2208,'','2013-10-29 04:24:13'),(6595,1,2209,'','2013-10-29 04:27:38'),(6596,2,2209,'','2013-10-29 04:27:38'),(6597,3,2209,'16874','2013-10-29 04:27:38'),(6598,1,2210,'','2013-10-29 04:39:02'),(6599,2,2210,'','2013-10-29 04:39:02'),(6600,3,2210,'50427','2013-10-29 04:39:02'),(6601,1,2211,'','2013-10-29 04:44:37'),(6602,2,2211,'','2013-10-29 04:44:37'),(6603,3,2211,'','2013-10-29 04:44:37'),(6604,1,2212,'','2013-10-29 05:09:08'),(6605,2,2212,'','2013-10-29 05:09:08'),(6606,3,2212,'43292','2013-10-29 05:09:08'),(6607,1,2213,'','2013-10-29 05:31:52'),(6608,2,2213,'','2013-10-29 05:31:52'),(6609,3,2213,'50427','2013-10-29 05:31:52'),(6610,1,2214,'','2013-10-29 05:34:43'),(6611,2,2214,'','2013-10-29 05:34:43'),(6612,3,2214,'25264','2013-10-29 05:34:43'),(6613,1,2215,'','2013-10-29 05:41:20'),(6614,2,2215,'','2013-10-29 05:41:20'),(6615,3,2215,'','2013-10-29 05:41:20'),(6616,1,2216,'','2013-10-29 05:50:53'),(6617,2,2216,'','2013-10-29 05:50:53'),(6618,3,2216,'75508','2013-10-29 05:50:53'),(6619,1,2217,'','2013-10-29 05:54:12'),(6620,2,2217,'','2013-10-29 05:54:12'),(6621,3,2217,'1048','2013-10-29 05:54:12'),(6622,1,2218,'','2013-10-29 05:56:52'),(6623,2,2218,'','2013-10-29 05:56:52'),(6624,3,2218,'76021','2013-10-29 05:56:52'),(6625,1,2219,'','2013-10-29 06:04:17'),(6626,2,2219,'','2013-10-29 06:04:17'),(6627,3,2219,'','2013-10-29 06:04:17'),(6628,1,2220,'','2013-10-29 06:12:47'),(6629,2,2220,'','2013-10-29 06:12:47'),(6630,3,2220,'50427','2013-10-29 06:12:47'),(6631,1,2221,'','2013-10-29 06:15:39'),(6632,2,2221,'','2013-10-29 06:15:39'),(6633,3,2221,'50427','2013-10-29 06:15:39'),(6634,1,2222,'','2013-10-29 06:21:47'),(6635,2,2222,'','2013-10-29 06:21:47'),(6636,3,2222,'76009','2013-10-29 06:21:47'),(6637,1,2223,'','2013-10-29 06:36:22'),(6638,2,2223,'','2013-10-29 06:36:22'),(6639,3,2223,'1005','2013-10-29 06:36:22'),(6640,1,2224,'','2013-10-29 06:43:57'),(6641,2,2224,'','2013-10-29 06:43:57'),(6642,3,2224,'','2013-10-29 06:43:57'),(6643,1,2225,'','2013-10-29 06:50:46'),(6644,2,2225,'','2013-10-29 06:50:46'),(6645,3,2225,'76043','2013-10-29 06:50:46'),(6646,1,2226,'','2013-10-29 06:53:59'),(6647,2,2226,'','2013-10-29 06:53:59'),(6648,3,2226,'75508','2013-10-29 06:53:59'),(6649,1,2227,'','2013-10-29 06:56:03'),(6650,2,2227,'','2013-10-29 06:56:03'),(6651,3,2227,'75508','2013-10-29 06:56:03'),(6652,1,2228,'','2013-10-29 06:58:12'),(6653,2,2228,'','2013-10-29 06:58:12'),(6654,3,2228,'75508','2013-10-29 06:58:12'),(6655,1,2229,'','2013-10-29 07:03:17'),(6656,2,2229,'','2013-10-29 07:03:17'),(6657,3,2229,'75508','2013-10-29 07:03:17'),(6658,1,2230,'','2013-10-29 07:08:06'),(6659,2,2230,'','2013-10-29 07:08:06'),(6660,3,2230,'75508','2013-10-29 07:08:06'),(6661,1,2231,'','2013-10-28 19:12:52'),(6662,2,2231,'','2013-10-28 19:12:52'),(6663,3,2231,'75508','2013-10-28 19:12:52'),(6664,1,2232,'','2013-10-28 19:15:34'),(6665,2,2232,'','2013-10-28 19:15:34'),(6666,3,2232,'16874','2013-10-28 19:15:34'),(6667,1,2233,'','2013-10-28 19:18:55'),(6668,2,2233,'','2013-10-28 19:18:55'),(6669,3,2233,'1048','2013-10-28 19:18:55'),(6670,1,2234,'','2013-10-28 19:25:39'),(6671,2,2234,'','2013-10-28 19:25:39'),(6672,3,2234,'76005','2013-10-28 19:25:39'),(6673,1,2235,'','2013-10-28 19:27:34'),(6674,2,2235,'','2013-10-28 19:27:34'),(6675,3,2235,'','2013-10-28 19:27:34'),(6676,1,2236,'','2013-10-28 19:46:42'),(6677,2,2236,'','2013-10-28 19:46:42'),(6678,3,2236,'50427','2013-10-28 19:46:42'),(6679,1,2237,'','2013-10-28 19:49:46'),(6680,2,2237,'','2013-10-28 19:49:46'),(6681,3,2237,'','2013-10-28 19:49:46'),(6682,1,2238,'','2013-10-28 19:59:05'),(6683,2,2238,'','2013-10-28 19:59:05'),(6684,3,2238,'76009','2013-10-28 19:59:05'),(6685,1,2239,'','2013-10-28 20:04:41'),(6686,2,2239,'','2013-10-28 20:04:41'),(6687,3,2239,'15866','2013-10-28 20:04:41'),(6688,1,2240,'','2013-10-28 20:06:48'),(6689,2,2240,'','2013-10-28 20:06:48'),(6690,3,2240,'','2013-10-28 20:06:48'),(6691,1,2241,'','2013-10-28 20:13:32'),(6692,2,2241,'','2013-10-28 20:13:32'),(6693,3,2241,'38361','2013-10-28 20:13:32'),(6694,1,2242,'','2013-10-28 20:19:06'),(6695,2,2242,'','2013-10-28 20:19:06'),(6696,3,2242,'38361','2013-10-28 20:19:06'),(6697,1,2243,'','2013-10-28 20:23:13'),(6698,2,2243,'','2013-10-28 20:23:13'),(6699,3,2243,'38361','2013-10-28 20:23:13'),(6700,1,2244,'','2013-10-28 20:26:08'),(6701,2,2244,'','2013-10-28 20:26:08'),(6702,3,2244,'1139','2013-10-28 20:26:08'),(6703,1,2245,'','2013-10-28 20:29:06'),(6704,2,2245,'','2013-10-28 20:29:06'),(6705,3,2245,'76033','2013-10-28 20:29:06'),(6706,1,2246,'','2013-10-28 20:33:24'),(6707,2,2246,'','2013-10-28 20:33:24'),(6708,3,2246,'76033','2013-10-28 20:33:24'),(6709,1,2247,'','2013-10-28 20:35:08'),(6710,2,2247,'','2013-10-28 20:35:08'),(6711,3,2247,'76033','2013-10-28 20:35:08'),(6712,1,2248,'','2013-10-28 20:42:32'),(6713,2,2248,'','2013-10-28 20:42:32'),(6714,3,2248,'','2013-10-28 20:42:32'),(6715,1,2249,'','2013-10-28 20:45:30'),(6716,2,2249,'','2013-10-28 20:45:30'),(6717,3,2249,'','2013-10-28 20:45:30'),(6718,1,2250,'','2013-10-28 20:49:21'),(6719,2,2250,'','2013-10-28 20:49:21'),(6720,3,2250,'','2013-10-28 20:49:21'),(6721,1,2251,'','2013-10-28 20:51:20'),(6722,2,2251,'','2013-10-28 20:51:20'),(6723,3,2251,'50427','2013-10-28 20:51:20'),(6724,1,2252,'','2013-10-28 21:00:37'),(6725,2,2252,'','2013-10-28 21:00:37'),(6726,3,2252,'76004','2013-10-28 21:00:37'),(6727,1,2253,'','2013-10-28 21:02:06'),(6728,2,2253,'','2013-10-28 21:02:06'),(6729,3,2253,'','2013-10-28 21:02:06'),(6730,1,2254,'','2013-10-28 21:08:53'),(6731,2,2254,'','2013-10-28 21:08:53'),(6732,3,2254,'','2013-10-28 21:08:53'),(6733,1,2255,'','2013-10-28 21:13:14'),(6734,2,2255,'','2013-10-28 21:13:14'),(6735,3,2255,'','2013-10-28 21:13:14'),(6736,1,2256,'','2013-10-28 21:16:02'),(6737,2,2256,'','2013-10-28 21:16:02'),(6738,3,2256,'','2013-10-28 21:16:02'),(6739,1,2257,'','2013-10-28 21:42:41'),(6740,2,2257,'','2013-10-28 21:42:41'),(6741,3,2257,'46644','2013-10-28 21:42:41'),(6742,1,2258,'','2013-10-28 21:47:54'),(6743,2,2258,'','2013-10-28 21:47:54'),(6744,3,2258,'37.00','2013-10-28 21:47:54'),(6745,1,2259,'','2013-10-28 21:51:24'),(6746,2,2259,'','2013-10-28 21:51:24'),(6747,3,2259,'76027','2013-10-28 21:51:24'),(6748,1,2260,'','2013-10-28 22:05:08'),(6749,2,2260,'','2013-10-28 22:05:08'),(6750,3,2260,'76005','2013-10-28 22:05:08'),(6751,1,2261,'','2013-10-28 22:12:15'),(6752,2,2261,'','2013-10-28 22:12:15'),(6753,3,2261,'16874','2013-10-28 22:12:15'),(6754,1,2262,'','2013-10-28 22:22:42'),(6755,2,2262,'','2013-10-28 22:22:42'),(6756,3,2262,'50427','2013-10-28 22:22:42'),(6757,1,2263,'','2013-10-28 22:48:10'),(6758,2,2263,'','2013-10-28 22:48:10'),(6759,3,2263,'76052','2013-10-28 22:48:10'),(6760,1,2264,'','2013-10-28 22:52:03'),(6761,2,2264,'','2013-10-28 22:52:03'),(6762,3,2264,'16874','2013-10-28 22:52:03'),(6763,1,2265,'','2013-10-28 23:06:24'),(6764,2,2265,'','2013-10-28 23:06:24'),(6765,3,2265,'','2013-10-28 23:06:24'),(6766,1,2266,'','2013-10-28 23:11:42'),(6767,2,2266,'','2013-10-28 23:11:42'),(6768,3,2266,'','2013-10-28 23:11:42'),(6769,1,2267,'','2013-10-28 23:39:08'),(6770,2,2267,'','2013-10-28 23:39:08'),(6771,3,2267,'50427','2013-10-28 23:39:08'),(6772,1,2268,'','2013-10-29 00:01:13'),(6773,2,2268,'','2013-10-29 00:01:13'),(6774,3,2268,'','2013-10-29 00:01:14'),(6775,1,2269,'','2013-10-29 00:07:19'),(6776,2,2269,'','2013-10-29 00:07:19'),(6777,3,2269,'75508','2013-10-29 00:07:19'),(6778,1,2270,'','2013-10-29 00:11:22'),(6779,2,2270,'','2013-10-29 00:11:22'),(6780,3,2270,'44789','2013-10-29 00:11:23'),(6781,1,2271,'','2013-10-29 00:25:08'),(6782,2,2271,'','2013-10-29 00:25:08'),(6783,3,2271,'','2013-10-29 00:25:08'),(6784,1,2272,'','2013-10-29 00:35:45'),(6785,2,2272,'','2013-10-29 00:35:45'),(6786,3,2272,'','2013-10-29 00:35:45'),(6787,1,2273,'','2013-10-29 00:39:30'),(6788,2,2273,'','2013-10-29 00:39:30'),(6789,3,2273,'','2013-10-29 00:39:31'),(6790,1,2274,'','2013-10-29 00:58:16'),(6791,2,2274,'','2013-10-29 00:58:16'),(6792,3,2274,'76004','2013-10-29 00:58:16'),(6793,1,2275,'','2013-10-29 01:01:51'),(6794,2,2275,'','2013-10-29 01:01:51'),(6795,3,2275,'76004','2013-10-29 01:01:51'),(6796,1,2276,'','2013-10-29 01:06:48'),(6797,2,2276,'','2013-10-29 01:06:48'),(6798,3,2276,'','2013-10-29 01:06:48'),(6799,1,2277,'','2013-10-29 01:12:33'),(6800,2,2277,'','2013-10-29 01:12:33'),(6801,3,2277,'43292','2013-10-29 01:12:33'),(6802,1,2278,'','2013-10-29 01:57:01'),(6803,2,2278,'','2013-10-29 01:57:01'),(6804,3,2278,'','2013-10-29 01:57:01'),(6805,1,2279,'','2013-10-29 02:01:39'),(6806,2,2279,'','2013-10-29 02:01:39'),(6807,3,2279,'16874','2013-10-29 02:01:39'),(6808,1,2280,'','2013-10-29 02:03:52'),(6809,2,2280,'','2013-10-29 02:03:52'),(6810,3,2280,'76057','2013-10-29 02:03:52'),(6811,1,2281,'','2013-10-29 02:07:36'),(6812,2,2281,'','2013-10-29 02:07:36'),(6813,3,2281,'76009','2013-10-29 02:07:36'),(6814,1,2282,'','2013-10-29 02:09:31'),(6815,2,2282,'','2013-10-29 02:09:31'),(6816,3,2282,'76005','2013-10-29 02:09:31'),(6817,1,2283,'','2013-10-29 02:15:10'),(6818,2,2283,'','2013-10-29 02:15:10'),(6819,3,2283,'','2013-10-29 02:15:10'),(6820,1,2284,'','2013-10-29 02:29:58'),(6821,2,2284,'','2013-10-29 02:29:58'),(6822,3,2284,'','2013-10-29 02:29:58'),(6823,1,2285,'','2013-10-29 02:50:08'),(6824,2,2285,'','2013-10-29 02:50:08'),(6825,3,2285,'76068','2013-10-29 02:50:08'),(6826,1,2286,'','2013-10-29 03:05:28'),(6827,2,2286,'','2013-10-29 03:05:28'),(6828,3,2286,'76004','2013-10-29 03:05:29'),(6829,1,2287,'','2013-10-29 04:11:13'),(6830,2,2287,'','2013-10-29 04:11:13'),(6831,3,2287,'76009','2013-10-29 04:11:13'),(6832,1,2288,'','2013-10-29 04:14:00'),(6833,2,2288,'','2013-10-29 04:14:00'),(6834,3,2288,'76009','2013-10-29 04:14:00'),(6835,1,2289,'','2013-10-29 04:16:31'),(6836,2,2289,'','2013-10-29 04:16:31'),(6837,3,2289,'76009','2013-10-29 04:16:32'),(6838,1,2290,'','2013-10-29 04:20:49'),(6839,2,2290,'','2013-10-29 04:20:49'),(6840,3,2290,'16874','2013-10-29 04:20:49'),(6841,1,2291,'','2013-10-29 04:24:46'),(6842,2,2291,'','2013-10-29 04:24:46'),(6843,3,2291,'76009','2013-10-29 04:24:46'),(6844,1,2292,'','2013-10-29 04:29:06'),(6845,2,2292,'','2013-10-29 04:29:06'),(6846,3,2292,'16874','2013-10-29 04:29:06'),(6847,1,2293,'','2013-10-29 06:34:54'),(6848,2,2293,'','2013-10-29 06:34:54'),(6849,3,2293,'76009','2013-10-29 06:34:54'),(6850,1,2294,'','2013-10-29 06:38:28'),(6851,2,2294,'','2013-10-29 06:38:28'),(6852,3,2294,'76001','2013-10-29 06:38:29'),(6853,1,2295,'','2013-10-29 06:49:15'),(6854,2,2295,'','2013-10-29 06:49:15'),(6855,3,2295,'','2013-10-29 06:49:15'),(6856,1,2296,'','2013-10-29 08:05:35'),(6857,2,2296,'','2013-10-29 08:05:35'),(6858,3,2296,'','2013-10-29 08:05:35'),(6859,1,2297,'','2013-10-29 10:26:27'),(6860,2,2297,'','2013-10-29 10:26:27'),(6861,3,2297,'CASH','2013-10-29 10:26:27'),(6862,1,2298,'','2013-10-29 14:07:52'),(6863,2,2298,'','2013-10-29 14:07:52'),(6864,3,2298,'50427','2013-10-29 14:07:52'),(6865,1,2299,'','2013-10-29 14:13:53'),(6866,2,2299,'','2013-10-29 14:13:53'),(6867,3,2299,'','2013-10-29 14:13:53'),(6868,1,2300,'','2013-10-29 14:16:37'),(6869,2,2300,'','2013-10-29 14:16:37'),(6870,3,2300,'50427','2013-10-29 14:16:37'),(6871,1,2301,'','2013-10-29 14:30:52'),(6872,2,2301,'','2013-10-29 14:30:52'),(6873,3,2301,'16874','2013-10-29 14:30:52'),(6874,1,2302,'','2013-10-29 14:54:49'),(6875,2,2302,'','2013-10-29 14:54:49'),(6876,3,2302,'16874','2013-10-29 14:54:49'),(6877,1,2303,'','2013-10-29 15:04:30'),(6878,2,2303,'','2013-10-29 15:04:30'),(6879,3,2303,'','2013-10-29 15:04:30'),(6880,1,2304,'','2013-10-29 15:11:47'),(6881,2,2304,'','2013-10-29 15:11:47'),(6882,3,2304,'1048','2013-10-29 15:11:47'),(6883,1,2305,'','2013-10-29 15:33:46'),(6884,2,2305,'','2013-10-29 15:33:46'),(6885,3,2305,'1005','2013-10-29 15:33:46'),(6886,1,2306,'','2013-10-29 15:54:46'),(6887,2,2306,'','2013-10-29 15:54:46'),(6888,3,2306,'16874','2013-10-29 15:54:47'),(6889,1,2307,'','2013-10-29 16:03:46'),(6890,2,2307,'','2013-10-29 16:03:46'),(6891,3,2307,'44789','2013-10-29 16:03:46'),(6892,1,2308,'','2013-10-29 16:10:08'),(6893,2,2308,'','2013-10-29 16:10:08'),(6894,3,2308,'50427','2013-10-29 16:10:08'),(6895,1,2309,'','2013-10-29 16:13:43'),(6896,2,2309,'','2013-10-29 16:13:43'),(6897,3,2309,'50427','2013-10-29 16:13:43'),(6898,1,2310,'','2013-10-29 16:18:05'),(6899,2,2310,'','2013-10-29 16:18:05'),(6900,3,2310,'','2013-10-29 16:18:05'),(6901,1,2311,'','2013-10-29 16:20:25'),(6902,2,2311,'','2013-10-29 16:20:25'),(6903,3,2311,'76001','2013-10-29 16:20:25'),(6904,1,2312,'','2013-10-29 16:23:22'),(6905,2,2312,'','2013-10-29 16:23:22'),(6906,3,2312,'76027','2013-10-29 16:23:22'),(6907,1,2313,'','2013-10-29 16:47:25'),(6908,2,2313,'','2013-10-29 16:47:25'),(6909,3,2313,'','2013-10-29 16:47:25'),(6910,1,2314,'','2013-10-29 17:10:15'),(6911,2,2314,'','2013-10-29 17:10:15'),(6912,3,2314,'76027','2013-10-29 17:10:15'),(6913,1,2315,'','2013-10-29 17:47:00'),(6914,2,2315,'','2013-10-29 17:47:00'),(6915,3,2315,'','2013-10-29 17:47:00'),(6916,1,2316,'','2013-10-29 17:50:04'),(6917,2,2316,'','2013-10-29 17:50:04'),(6918,3,2316,'76072','2013-10-29 17:50:04'),(6919,1,2317,'','2013-10-29 17:52:04'),(6920,2,2317,'','2013-10-29 17:52:04'),(6921,3,2317,'76009','2013-10-29 17:52:04'),(6922,1,2318,'','2013-10-29 17:56:49'),(6923,2,2318,'','2013-10-29 17:56:49'),(6924,3,2318,'76001','2013-10-29 17:56:49'),(6925,1,2319,'','2013-10-29 18:14:56'),(6926,2,2319,'','2013-10-29 18:14:56'),(6927,3,2319,'50427','2013-10-29 18:14:56'),(6928,1,2320,'','2013-10-29 18:17:16'),(6929,2,2320,'','2013-10-29 18:17:16'),(6930,3,2320,'44789','2013-10-29 18:17:16'),(6931,1,2321,'','2013-10-29 18:26:25'),(6932,2,2321,'','2013-10-29 18:26:25'),(6933,3,2321,'','2013-10-29 18:26:25'),(6934,1,2322,'','2013-10-29 18:38:39'),(6935,2,2322,'','2013-10-29 18:38:39'),(6936,3,2322,'','2013-10-29 18:38:39'),(6937,1,2323,'','2013-10-29 18:45:40'),(6938,2,2323,'','2013-10-29 18:45:40'),(6939,3,2323,'','2013-10-29 18:45:41'),(6940,1,2324,'','2013-10-29 18:47:52'),(6941,2,2324,'','2013-10-29 18:47:52'),(6942,3,2324,'76005','2013-10-29 18:47:52'),(6943,1,2325,'','2013-10-29 18:51:04'),(6944,2,2325,'','2013-10-29 18:51:04'),(6945,3,2325,'44789','2013-10-29 18:51:04'),(6946,1,2326,'','2013-10-29 18:55:29'),(6947,2,2326,'','2013-10-29 18:55:29'),(6948,3,2326,'','2013-10-29 18:55:29'),(6949,1,2327,'','2013-10-29 18:59:59'),(6950,2,2327,'','2013-10-29 18:59:59'),(6951,3,2327,'','2013-10-29 18:59:59'),(6952,1,2328,'','2013-10-29 19:24:27'),(6953,2,2328,'','2013-10-29 19:24:27'),(6954,3,2328,'','2013-10-29 19:24:27'),(6955,1,2329,'','2013-10-29 19:26:55'),(6956,2,2329,'','2013-10-29 19:26:55'),(6957,3,2329,'','2013-10-29 19:26:55'),(6958,1,2330,'','2013-10-29 19:33:04'),(6959,2,2330,'','2013-10-29 19:33:04'),(6960,3,2330,'1048','2013-10-29 19:33:04'),(6961,1,2331,'','2013-10-29 19:44:58'),(6962,2,2331,'','2013-10-29 19:44:58'),(6963,3,2331,'','2013-10-29 19:44:58'),(6964,1,2332,'','2013-10-29 19:52:25'),(6965,2,2332,'','2013-10-29 19:52:25'),(6966,3,2332,'76009','2013-10-29 19:52:25'),(6967,1,2333,'','2013-10-29 20:00:48'),(6968,2,2333,'','2013-10-29 20:00:48'),(6969,3,2333,'76009','2013-10-29 20:00:48'),(6970,1,2334,'','2013-10-29 20:03:11'),(6971,2,2334,'','2013-10-29 20:03:11'),(6972,3,2334,'','2013-10-29 20:03:11'),(6973,1,2335,'','2013-10-29 20:09:59'),(6974,2,2335,'','2013-10-29 20:09:59'),(6975,3,2335,'76005','2013-10-29 20:09:59'),(6976,1,2336,'','2013-10-29 20:17:00'),(6977,2,2336,'','2013-10-29 20:17:00'),(6978,3,2336,'','2013-10-29 20:17:00'),(6979,1,2337,'','2013-10-29 20:33:08'),(6980,2,2337,'','2013-10-29 20:33:08'),(6981,3,2337,'43292','2013-10-29 20:33:08'),(6982,1,2338,'','2013-10-29 20:39:32'),(6983,2,2338,'','2013-10-29 20:39:32'),(6984,3,2338,'','2013-10-29 20:39:32'),(6985,1,2339,'','2013-10-29 20:43:16'),(6986,2,2339,'','2013-10-29 20:43:16'),(6987,3,2339,'','2013-10-29 20:43:16'),(6988,1,2340,'','2013-10-29 20:46:24'),(6989,2,2340,'','2013-10-29 20:46:24'),(6990,3,2340,'','2013-10-29 20:46:24'),(6991,1,2341,'','2013-10-29 20:48:14'),(6992,2,2341,'','2013-10-29 20:48:14'),(6993,3,2341,'16874','2013-10-29 20:48:14'),(6994,1,2342,'','2013-10-29 20:52:10'),(6995,2,2342,'','2013-10-29 20:52:10'),(6996,3,2342,'50427','2013-10-29 20:52:10'),(6997,1,2343,'','2013-10-29 21:02:36'),(6998,2,2343,'','2013-10-29 21:02:36'),(6999,3,2343,'','2013-10-29 21:02:36'),(7000,1,2344,'','2013-10-29 21:04:56'),(7001,2,2344,'','2013-10-29 21:04:56'),(7002,3,2344,'','2013-10-29 21:04:56'),(7003,1,2345,'','2013-10-29 21:13:21'),(7004,2,2345,'','2013-10-29 21:13:21'),(7005,3,2345,'','2013-10-29 21:13:21'),(7006,1,2346,'','2013-10-29 21:18:42'),(7007,2,2346,'','2013-10-29 21:18:42'),(7008,3,2346,'76005','2013-10-29 21:18:42'),(7009,1,2347,'','2013-10-29 21:27:45'),(7010,2,2347,'','2013-10-29 21:27:45'),(7011,3,2347,'','2013-10-29 21:27:45'),(7012,1,2348,'','2013-10-29 21:38:02'),(7013,2,2348,'','2013-10-29 21:38:02'),(7014,3,2348,'','2013-10-29 21:38:02'),(7015,1,2349,'','2013-10-29 21:45:06'),(7016,2,2349,'','2013-10-29 21:45:06'),(7017,3,2349,'','2013-10-29 21:45:06'),(7018,1,2350,'','2013-10-29 22:01:52'),(7019,2,2350,'','2013-10-29 22:01:52'),(7020,3,2350,'50427','2013-10-29 22:01:52'),(7021,1,2351,'','2013-10-29 22:23:15'),(7022,2,2351,'','2013-10-29 22:23:15'),(7023,3,2351,'76009','2013-10-29 22:23:15'),(7024,1,2352,'','2013-10-29 22:41:13'),(7025,2,2352,'','2013-10-29 22:41:13'),(7026,3,2352,'76044','2013-10-29 22:41:13'),(7027,1,2353,'','2013-10-29 23:16:08'),(7028,2,2353,'','2013-10-29 23:16:08'),(7029,3,2353,'1152','2013-10-29 23:16:08'),(7030,1,2354,'','2013-10-29 23:19:11'),(7031,2,2354,'','2013-10-29 23:19:11'),(7032,3,2354,'16874','2013-10-29 23:19:12'),(7033,1,2355,'','2013-10-29 23:27:52'),(7034,2,2355,'','2013-10-29 23:27:52'),(7035,3,2355,'76052','2013-10-29 23:27:53'),(7036,1,2356,'','2013-10-29 23:30:00'),(7037,2,2356,'','2013-10-29 23:30:00'),(7038,3,2356,'76052','2013-10-29 23:30:00'),(7039,1,2357,'','2013-10-30 00:23:01'),(7040,2,2357,'','2013-10-30 00:23:01'),(7041,3,2357,'','2013-10-30 00:23:01'),(7042,1,2358,'','2013-10-30 00:40:02'),(7043,2,2358,'','2013-10-30 00:40:02'),(7044,3,2358,'50427','2013-10-30 00:40:02'),(7045,1,2359,'','2013-10-30 00:56:41'),(7046,2,2359,'','2013-10-30 00:56:41'),(7047,3,2359,'50427','2013-10-30 00:56:41'),(7048,1,2360,'','2013-10-30 01:03:40'),(7049,2,2360,'','2013-10-30 01:03:40'),(7050,3,2360,'1525','2013-10-30 01:03:40'),(7051,1,2361,'','2013-10-30 01:14:27'),(7052,2,2361,'','2013-10-30 01:14:27'),(7053,3,2361,'76071','2013-10-30 01:14:27'),(7054,1,2362,'','2013-10-30 01:43:24'),(7055,2,2362,'','2013-10-30 01:43:24'),(7056,3,2362,'43292','2013-10-30 01:43:24'),(7057,1,2363,'','2013-10-30 02:06:02'),(7058,2,2363,'','2013-10-30 02:06:02'),(7059,3,2363,'16874','2013-10-30 02:06:02'),(7060,1,2364,'','2013-10-30 02:11:03'),(7061,2,2364,'','2013-10-30 02:11:03'),(7062,3,2364,'39761','2013-10-30 02:11:03'),(7063,1,2365,'','2013-10-30 02:13:37'),(7064,2,2365,'','2013-10-30 02:13:37'),(7065,3,2365,'39761','2013-10-30 02:13:37'),(7066,1,2366,'','2013-10-30 02:21:24'),(7067,2,2366,'','2013-10-30 02:21:24'),(7068,3,2366,'1091','2013-10-30 02:21:24'),(7069,1,2367,'','2013-10-30 02:23:44'),(7070,2,2367,'','2013-10-30 02:23:45'),(7071,3,2367,'76052','2013-10-30 02:23:45'),(7072,1,2368,'','2013-10-30 03:18:49'),(7073,2,2368,'','2013-10-30 03:18:49'),(7074,3,2368,'1027','2013-10-30 03:18:49'),(7075,1,2369,'','2013-10-30 03:29:02'),(7076,2,2369,'','2013-10-30 03:29:02'),(7077,3,2369,'50427','2013-10-30 03:29:02'),(7078,1,2370,'','2013-10-30 03:48:33'),(7079,2,2370,'','2013-10-30 03:48:33'),(7080,3,2370,'76027','2013-10-30 03:48:33'),(7081,1,2371,'','2013-10-30 04:05:36'),(7082,2,2371,'','2013-10-30 04:05:36'),(7083,3,2371,'76027','2013-10-30 04:05:36'),(7084,1,2372,'','2013-10-30 04:09:47'),(7085,2,2372,'','2013-10-30 04:09:47'),(7086,3,2372,'76035','2013-10-30 04:09:47'),(7087,1,2373,'','2013-10-30 04:39:17'),(7088,2,2373,'','2013-10-30 04:39:17'),(7089,3,2373,'','2013-10-30 04:39:17'),(7090,1,2374,'','2013-10-30 05:21:19'),(7091,2,2374,'','2013-10-30 05:21:19'),(7092,3,2374,'','2013-10-30 05:21:19'),(7093,1,2375,'','2013-10-30 05:35:43'),(7094,2,2375,'','2013-10-30 05:35:43'),(7095,3,2375,'','2013-10-30 05:35:43'),(7096,1,2376,'','2013-10-30 05:42:57'),(7097,2,2376,'','2013-10-30 05:42:57'),(7098,3,2376,'44789','2013-10-30 05:42:57'),(7099,1,2377,'','2013-10-30 07:48:21'),(7100,2,2377,'','2013-10-30 07:48:21'),(7101,3,2377,'76068','2013-10-30 07:48:21'),(7102,1,2378,'','2013-10-31 01:12:20'),(7103,2,2378,'','2013-10-31 01:12:20'),(7104,3,2378,'','2013-10-31 01:12:20'),(7105,1,2379,'','2013-10-31 02:34:51'),(7106,2,2379,'','2013-10-31 02:34:51'),(7107,3,2379,'','2013-10-31 02:34:51'),(7108,1,2380,'','2013-10-31 03:50:29'),(7109,2,2380,'','2013-10-31 03:50:29'),(7110,3,2380,'','2013-10-31 03:50:29'),(7111,1,2381,'','2013-10-31 03:55:04'),(7112,2,2381,'','2013-10-31 03:55:04'),(7113,3,2381,'','2013-10-31 03:55:04'),(7114,1,2382,'','2013-10-31 04:35:08'),(7115,2,2382,'','2013-10-31 04:35:08'),(7116,3,2382,'','2013-10-31 04:35:08'),(7117,1,2383,'','2013-10-31 05:16:14'),(7118,2,2383,'','2013-10-31 05:16:14'),(7119,3,2383,'1152','2013-10-31 05:16:14'),(7120,1,2384,'','2013-10-31 05:24:24'),(7121,2,2384,'','2013-10-31 05:24:24'),(7122,3,2384,'','2013-10-31 05:24:24'),(7123,1,2385,'','2013-10-31 05:28:11'),(7124,2,2385,'','2013-10-31 05:28:11'),(7125,3,2385,'','2013-10-31 05:28:11'),(7126,1,2386,'','2013-10-31 05:34:07'),(7127,2,2386,'','2013-10-31 05:34:07'),(7128,3,2386,'76068','2013-10-31 05:34:07'),(7129,1,2387,'','2013-10-31 05:38:08'),(7130,2,2387,'','2013-10-31 05:38:08'),(7131,3,2387,'50427','2013-10-31 05:38:08'),(7132,1,2388,'','2013-10-31 05:53:10'),(7133,2,2388,'','2013-10-31 05:53:10'),(7134,3,2388,'','2013-10-31 05:53:10'),(7135,1,2389,'','2013-10-31 05:56:56'),(7136,2,2389,'','2013-10-31 05:56:56'),(7137,3,2389,'','2013-10-31 05:56:56'),(7138,1,2390,'','2013-10-31 06:00:05'),(7139,2,2390,'','2013-10-31 06:00:05'),(7140,3,2390,'76052','2013-10-31 06:00:05'),(7141,1,2391,'','2013-10-31 06:06:39'),(7142,2,2391,'','2013-10-31 06:06:39'),(7143,3,2391,'76052','2013-10-31 06:06:39'),(7144,1,2392,'','2013-10-31 06:09:47'),(7145,2,2392,'','2013-10-31 06:09:47'),(7146,3,2392,'50427','2013-10-31 06:09:47'),(7147,1,2393,'','2013-10-31 06:13:23'),(7148,2,2393,'','2013-10-31 06:13:23'),(7149,3,2393,'','2013-10-31 06:13:23'),(7150,1,2394,'','2013-10-31 06:16:27'),(7151,2,2394,'','2013-10-31 06:16:27'),(7152,3,2394,'50427','2013-10-31 06:16:27'),(7153,1,2395,'','2013-10-31 06:24:52'),(7154,2,2395,'','2013-10-31 06:24:52'),(7155,3,2395,'','2013-10-31 06:24:52'),(7156,1,2396,'','2013-10-31 06:30:38'),(7157,2,2396,'','2013-10-31 06:30:38'),(7158,3,2396,'43292','2013-10-31 06:30:38'),(7159,1,2397,'','2013-10-31 06:32:51'),(7160,2,2397,'','2013-10-31 06:32:51'),(7161,3,2397,'76073','2013-10-31 06:32:51'),(7162,1,2398,'','2013-10-31 06:37:52'),(7163,2,2398,'','2013-10-31 06:37:52'),(7164,3,2398,'76001','2013-10-31 06:37:52'),(7165,1,2399,'','2013-10-31 06:41:20'),(7166,2,2399,'','2013-10-31 06:41:20'),(7167,3,2399,'76001','2013-10-31 06:41:20'),(7168,1,2400,'','2013-10-31 06:47:43'),(7169,2,2400,'','2013-10-31 06:47:43'),(7170,3,2400,'','2013-10-31 06:47:43'),(7171,1,2401,'','2013-10-31 06:52:49'),(7172,2,2401,'','2013-10-31 06:52:49'),(7173,3,2401,'44789','2013-10-31 06:52:49'),(7174,1,2402,'','2013-10-30 18:15:10'),(7175,2,2402,'','2013-10-30 18:15:10'),(7176,3,2402,'44789','2013-10-30 18:15:10'),(7177,1,2403,'','2013-10-30 18:24:11'),(7178,2,2403,'','2013-10-30 18:24:11'),(7179,3,2403,'44789','2013-10-30 18:24:11'),(7180,1,2404,'','2013-10-30 18:30:11'),(7181,2,2404,'','2013-10-30 18:30:11'),(7182,3,2404,'50427','2013-10-30 18:30:11'),(7183,1,2405,'','2013-10-30 18:32:52'),(7184,2,2405,'','2013-10-30 18:32:52'),(7185,3,2405,'94.00','2013-10-30 18:32:52'),(7186,1,2406,'','2013-10-30 18:35:37'),(7187,2,2406,'','2013-10-30 18:35:37'),(7188,3,2406,'76005','2013-10-30 18:35:37'),(7189,1,2407,'','2013-10-30 18:38:49'),(7190,2,2407,'','2013-10-30 18:38:49'),(7191,3,2407,'50427','2013-10-30 18:38:49'),(7192,1,2408,'','2013-10-30 18:43:15'),(7193,2,2408,'','2013-10-30 18:43:15'),(7194,3,2408,'50427','2013-10-30 18:43:15'),(7195,1,2409,'','2013-10-30 18:47:19'),(7196,2,2409,'','2013-10-30 18:47:19'),(7197,3,2409,'76027','2013-10-30 18:47:19'),(7198,1,2410,'','2013-10-30 18:55:28'),(7199,2,2410,'','2013-10-30 18:55:28'),(7200,3,2410,'45183','2013-10-30 18:55:28'),(7201,1,2411,'','2013-10-30 18:57:33'),(7202,2,2411,'','2013-10-30 18:57:33'),(7203,3,2411,'1069','2013-10-30 18:57:33'),(7204,1,2412,'','2013-10-30 19:30:37'),(7205,2,2412,'','2013-10-30 19:30:37'),(7206,3,2412,'44789','2013-10-30 19:30:37'),(7207,1,2413,'','2013-10-30 19:49:06'),(7208,2,2413,'','2013-10-30 19:49:06'),(7209,3,2413,'','2013-10-30 19:49:06'),(7210,1,2414,'','2013-10-30 19:52:43'),(7211,2,2414,'','2013-10-30 19:52:43'),(7212,3,2414,'1048','2013-10-30 19:52:43'),(7213,1,2415,'','2013-10-30 20:17:05'),(7214,2,2415,'','2013-10-30 20:17:05'),(7215,3,2415,'1048','2013-10-30 20:17:05'),(7216,1,2416,'','2013-10-30 20:24:44'),(7217,2,2416,'','2013-10-30 20:24:44'),(7218,3,2416,'76060','2013-10-30 20:24:44'),(7219,1,2417,'','2013-10-30 20:47:57'),(7220,2,2417,'','2013-10-30 20:47:57'),(7221,3,2417,'','2013-10-30 20:47:57'),(7222,1,2418,'','2013-10-30 20:53:52'),(7223,2,2418,'','2013-10-30 20:53:52'),(7224,3,2418,'76052','2013-10-30 20:53:52'),(7225,1,2419,'','2013-10-30 21:18:43'),(7226,2,2419,'','2013-10-30 21:18:43'),(7227,3,2419,'','2013-10-30 21:18:43'),(7228,1,2420,'','2013-10-30 21:29:44'),(7229,2,2420,'','2013-10-30 21:29:44'),(7230,3,2420,'','2013-10-30 21:29:44'),(7231,1,2421,'','2013-10-30 21:33:54'),(7232,2,2421,'','2013-10-30 21:33:54'),(7233,3,2421,'16874','2013-10-30 21:33:54'),(7234,1,2422,'','2013-10-30 21:46:43'),(7235,2,2422,'','2013-10-30 21:46:43'),(7236,3,2422,'76052','2013-10-30 21:46:43'),(7237,1,2423,'','2013-10-30 21:54:00'),(7238,2,2423,'','2013-10-30 21:54:00'),(7239,3,2423,'','2013-10-30 21:54:00'),(7240,1,2424,'','2013-10-30 21:59:37'),(7241,2,2424,'','2013-10-30 21:59:37'),(7242,3,2424,'16874','2013-10-30 21:59:37'),(7243,1,2425,'','2013-10-30 22:34:57'),(7244,2,2425,'','2013-10-30 22:34:57'),(7245,3,2425,'','2013-10-30 22:34:58'),(7246,1,2426,'','2013-10-30 22:37:44'),(7247,2,2426,'','2013-10-30 22:37:44'),(7248,3,2426,'15866','2013-10-30 22:37:44'),(7249,1,2427,'','2013-10-30 22:44:15'),(7250,2,2427,'','2013-10-30 22:44:15'),(7251,3,2427,'','2013-10-30 22:44:15'),(7252,1,2428,'','2013-10-30 22:47:28'),(7253,2,2428,'','2013-10-30 22:47:28'),(7254,3,2428,'1105','2013-10-30 22:47:28'),(7255,1,2429,'','2013-10-30 22:56:31'),(7256,2,2429,'','2013-10-30 22:56:31'),(7257,3,2429,'76057','2013-10-30 22:56:31'),(7258,1,2430,'','2013-10-30 23:07:38'),(7259,2,2430,'','2013-10-30 23:07:38'),(7260,3,2430,'50427','2013-10-30 23:07:38'),(7261,1,2431,'','2013-10-30 23:14:17'),(7262,2,2431,'','2013-10-30 23:14:17'),(7263,3,2431,'','2013-10-30 23:14:17'),(7264,1,2432,'','2013-10-30 23:16:55'),(7265,2,2432,'','2013-10-30 23:16:55'),(7266,3,2432,'50427','2013-10-30 23:16:55'),(7267,1,2433,'','2013-10-30 23:20:18'),(7268,2,2433,'','2013-10-30 23:20:18'),(7269,3,2433,'','2013-10-30 23:20:18'),(7270,1,2434,'','2013-10-30 23:35:56'),(7271,2,2434,'','2013-10-30 23:35:56'),(7272,3,2434,'76044','2013-10-30 23:35:56'),(7273,1,2435,'','2013-10-30 23:56:35'),(7274,2,2435,'','2013-10-30 23:56:35'),(7275,3,2435,'','2013-10-30 23:56:35'),(7276,1,2436,'','2013-10-31 00:11:55'),(7277,2,2436,'','2013-10-31 00:11:55'),(7278,3,2436,'76057','2013-10-31 00:11:55'),(7279,1,2437,'','2013-10-31 00:28:28'),(7280,2,2437,'','2013-10-31 00:28:28'),(7281,3,2437,'44789','2013-10-31 00:28:28'),(7282,1,2438,'','2013-10-31 01:26:23'),(7283,2,2438,'','2013-10-31 01:26:23'),(7284,3,2438,'76052','2013-10-31 01:26:23'),(7285,1,2439,'','2013-10-31 01:31:22'),(7286,2,2439,'','2013-10-31 01:31:23'),(7287,3,2439,'50427','2013-10-31 01:31:23'),(7288,1,2440,'','2013-10-31 01:52:04'),(7289,2,2440,'','2013-10-31 01:52:04'),(7290,3,2440,'50427','2013-10-31 01:52:04'),(7291,1,2441,'','2013-10-31 01:55:03'),(7292,2,2441,'','2013-10-31 01:55:03'),(7293,3,2441,'','2013-10-31 01:55:03'),(7294,1,2442,'','2013-10-31 01:58:38'),(7295,2,2442,'','2013-10-31 01:58:38'),(7296,3,2442,'44789','2013-10-31 01:58:38'),(7297,1,2443,'','2013-10-31 02:05:30'),(7298,2,2443,'','2013-10-31 02:05:30'),(7299,3,2443,'76044','2013-10-31 02:05:30'),(7300,1,2444,'','2013-10-31 02:10:44'),(7301,2,2444,'','2013-10-31 02:10:44'),(7302,3,2444,'','2013-10-31 02:10:44'),(7303,1,2445,'','2013-10-31 02:20:36'),(7304,2,2445,'','2013-10-31 02:20:36'),(7305,3,2445,'','2013-10-31 02:20:36'),(7306,1,2446,'','2013-10-31 02:23:16'),(7307,2,2446,'','2013-10-31 02:23:16'),(7308,3,2446,'76005','2013-10-31 02:23:16'),(7309,1,2447,'','2013-10-31 02:27:00'),(7310,2,2447,'','2013-10-31 02:27:00'),(7311,3,2447,'','2013-10-31 02:27:00'),(7312,1,2448,'','2013-10-31 02:36:17'),(7313,2,2448,'','2013-10-31 02:36:17'),(7314,3,2448,'76027','2013-10-31 02:36:17'),(7315,1,2449,'','2013-10-31 02:38:45'),(7316,2,2449,'','2013-10-31 02:38:45'),(7317,3,2449,'','2013-10-31 02:38:45'),(7318,1,2450,'','2013-10-31 02:55:15'),(7319,2,2450,'','2013-10-31 02:55:15'),(7320,3,2450,'','2013-10-31 02:55:15'),(7321,1,2451,'','2013-10-31 02:59:40'),(7322,2,2451,'','2013-10-31 02:59:40'),(7323,3,2451,'76052','2013-10-31 02:59:40'),(7324,1,2452,'','2013-10-31 03:31:01'),(7325,2,2452,'','2013-10-31 03:31:01'),(7326,3,2452,'50427','2013-10-31 03:31:01'),(7327,1,2453,'','2013-10-31 04:45:25'),(7328,2,2453,'','2013-10-31 04:45:25'),(7329,3,2453,'','2013-10-31 04:45:25'),(7330,1,2454,'','2013-10-31 05:32:25'),(7331,2,2454,'','2013-10-31 05:32:25'),(7332,3,2454,'44789','2013-10-31 05:32:25'),(7333,1,2455,'','2013-10-31 05:36:02'),(7334,2,2455,'','2013-10-31 05:36:02'),(7335,3,2455,'16874','2013-10-31 05:36:02'),(7336,1,2456,'','2013-10-31 05:47:38'),(7337,2,2456,'','2013-10-31 05:47:38'),(7338,3,2456,'','2013-10-31 05:47:38'),(7339,1,2457,'','2013-10-31 06:08:02'),(7340,2,2457,'','2013-10-31 06:08:02'),(7341,3,2457,'','2013-10-31 06:08:02'),(7342,1,2458,'','2013-10-31 06:11:20'),(7343,2,2458,'','2013-10-31 06:11:20'),(7344,3,2458,'2488','2013-10-31 06:11:20'),(7345,1,2459,'','2013-10-31 06:14:28'),(7346,2,2459,'','2013-10-31 06:14:28'),(7347,3,2459,'','2013-10-31 06:14:28'),(7348,1,2460,'','2013-10-31 06:24:33'),(7349,2,2460,'','2013-10-31 06:24:33'),(7350,3,2460,'50427','2013-10-31 06:24:33'),(7351,1,2461,'','2013-10-31 07:25:59'),(7352,2,2461,'','2013-10-31 07:25:59'),(7353,3,2461,'','2013-10-31 07:25:59'),(7354,1,2462,'','2013-10-31 21:14:12'),(7355,2,2462,'','2013-10-31 21:14:12'),(7356,3,2462,'','2013-10-31 21:14:12'),(7357,1,2463,'','2013-10-31 23:43:58'),(7358,2,2463,'','2013-10-31 23:43:58'),(7359,3,2463,'','2013-10-31 23:43:58'),(7360,1,2464,'','2013-11-01 00:31:18'),(7361,2,2464,'','2013-11-01 00:31:18'),(7362,3,2464,'50427','2013-11-01 00:31:18'),(7363,1,2465,'','2013-11-01 03:23:12'),(7364,2,2465,'','2013-11-01 03:23:12'),(7365,3,2465,'76005','2013-11-01 03:23:12'),(7366,1,2466,'','2013-11-01 05:09:43'),(7367,2,2466,'','2013-11-01 05:09:43'),(7368,3,2466,'','2013-11-01 05:09:43'),(7369,1,2467,'','2013-11-01 05:25:00'),(7370,2,2467,'','2013-11-01 05:25:00'),(7371,3,2467,'','2013-11-01 05:25:00'),(7372,1,2468,'','2013-11-01 05:36:35'),(7373,2,2468,'','2013-11-01 05:36:35'),(7374,3,2468,'','2013-11-01 05:36:35'),(7375,1,2469,'','2013-11-01 05:39:42'),(7376,2,2469,'','2013-11-01 05:39:42'),(7377,3,2469,'','2013-11-01 05:39:42'),(7378,1,2470,'','2013-11-01 05:46:43'),(7379,2,2470,'','2013-11-01 05:46:43'),(7380,3,2470,'44789','2013-11-01 05:46:43'),(7381,1,2471,'','2013-11-01 06:08:37'),(7382,2,2471,'','2013-11-01 06:08:37'),(7383,3,2471,'45183','2013-11-01 06:08:37'),(7384,1,2472,'','2013-11-01 06:28:10'),(7385,2,2472,'','2013-11-01 06:28:10'),(7386,3,2472,'76033','2013-11-01 06:28:10'),(7387,1,2473,'','2013-11-01 06:30:56'),(7388,2,2473,'','2013-11-01 06:30:56'),(7389,3,2473,'50427','2013-11-01 06:30:56'),(7390,1,2474,'','2013-11-01 06:39:11'),(7391,2,2474,'','2013-11-01 06:39:11'),(7392,3,2474,'43292','2013-11-01 06:39:11'),(7393,1,2475,'','2013-11-01 06:41:55'),(7394,2,2475,'','2013-11-01 06:41:55'),(7395,3,2475,'76009','2013-11-01 06:41:55'),(7396,1,2476,'','2013-11-01 06:48:11'),(7397,2,2476,'','2013-11-01 06:48:11'),(7398,3,2476,'1139','2013-11-01 06:48:11'),(7399,1,2477,'','2013-11-01 06:52:47'),(7400,2,2477,'','2013-11-01 06:52:47'),(7401,3,2477,'','2013-11-01 06:52:47'),(7402,1,2478,'','2013-11-01 06:58:12'),(7403,2,2478,'','2013-11-01 06:58:12'),(7404,3,2478,'50427','2013-11-01 06:58:12'),(7405,1,2479,'','2013-11-01 07:04:05'),(7406,2,2479,'','2013-11-01 07:04:05'),(7407,3,2479,'1016','2013-11-01 07:04:05'),(7408,1,2480,'','2013-10-31 19:11:41'),(7409,2,2480,'','2013-10-31 19:11:41'),(7410,3,2480,'76009','2013-10-31 19:11:41'),(7411,1,2481,'','2013-10-31 19:14:47'),(7412,2,2481,'','2013-10-31 19:14:47'),(7413,3,2481,'44789','2013-10-31 19:14:47'),(7414,1,2482,'','2013-10-31 19:23:28'),(7415,2,2482,'','2013-10-31 19:23:28'),(7416,3,2482,'760068','2013-10-31 19:23:28'),(7417,1,2483,'','2013-10-31 19:55:38'),(7418,2,2483,'','2013-10-31 19:55:38'),(7419,3,2483,'16874','2013-10-31 19:55:38'),(7420,1,2484,'','2013-10-31 20:19:36'),(7421,2,2484,'','2013-10-31 20:19:36'),(7422,3,2484,'38361','2013-10-31 20:19:36'),(7423,1,2485,'','2013-10-31 20:21:44'),(7424,2,2485,'','2013-10-31 20:21:44'),(7425,3,2485,'50427','2013-10-31 20:21:44'),(7426,1,2486,'','2013-10-31 20:51:20'),(7427,2,2486,'','2013-10-31 20:51:20'),(7428,3,2486,'38361','2013-10-31 20:51:20'),(7429,1,2487,'','2013-10-31 21:04:04'),(7430,2,2487,'','2013-10-31 21:04:04'),(7431,3,2487,'45183','2013-10-31 21:04:04'),(7432,1,2488,'','2013-10-31 21:07:15'),(7433,2,2488,'','2013-10-31 21:07:15'),(7434,3,2488,'75508','2013-10-31 21:07:15'),(7435,1,2489,'','2013-10-31 21:09:55'),(7436,2,2489,'','2013-10-31 21:09:55'),(7437,3,2489,'76052','2013-10-31 21:09:55'),(7438,1,2490,'','2013-10-31 21:12:45'),(7439,2,2490,'','2013-10-31 21:12:45'),(7440,3,2490,'44789','2013-10-31 21:12:45'),(7441,1,2491,'','2013-10-31 21:31:11'),(7442,2,2491,'','2013-10-31 21:31:11'),(7443,3,2491,'','2013-10-31 21:31:11'),(7444,1,2492,'','2013-10-31 21:33:13'),(7445,2,2492,'','2013-10-31 21:33:13'),(7446,3,2492,'','2013-10-31 21:33:13'),(7447,1,2493,'','2013-10-31 21:35:32'),(7448,2,2493,'','2013-10-31 21:35:32'),(7449,3,2493,'','2013-10-31 21:35:32'),(7450,1,2494,'','2013-10-31 21:38:12'),(7451,2,2494,'','2013-10-31 21:38:12'),(7452,3,2494,'','2013-10-31 21:38:12'),(7453,1,2495,'','2013-10-31 21:40:25'),(7454,2,2495,'','2013-10-31 21:40:25'),(7455,3,2495,'','2013-10-31 21:40:25'),(7456,1,2496,'','2013-10-31 21:43:40'),(7457,2,2496,'','2013-10-31 21:43:40'),(7458,3,2496,'','2013-10-31 21:43:40'),(7459,1,2497,'','2013-10-31 22:05:56'),(7460,2,2497,'','2013-10-31 22:05:56'),(7461,3,2497,'16874','2013-10-31 22:05:56'),(7462,1,2498,'','2013-10-31 22:16:25'),(7463,2,2498,'','2013-10-31 22:16:25'),(7464,3,2498,'2488','2013-10-31 22:16:25'),(7465,1,2499,'','2013-10-31 22:20:16'),(7466,2,2499,'','2013-10-31 22:20:16'),(7467,3,2499,'76005','2013-10-31 22:20:17'),(7468,1,2500,'','2013-10-31 22:25:20'),(7469,2,2500,'','2013-10-31 22:25:20'),(7470,3,2500,'76027','2013-10-31 22:25:20'),(7471,1,2501,'','2013-10-31 22:27:18'),(7472,2,2501,'','2013-10-31 22:27:18'),(7473,3,2501,'','2013-10-31 22:27:18'),(7474,1,2502,'','2013-10-31 22:36:41'),(7475,2,2502,'','2013-10-31 22:36:41'),(7476,3,2502,'50427','2013-10-31 22:36:41'),(7477,1,2503,'','2013-10-31 22:43:32'),(7478,2,2503,'','2013-10-31 22:43:32'),(7479,3,2503,'76009','2013-10-31 22:43:32'),(7480,1,2504,'','2013-10-31 22:47:26'),(7481,2,2504,'','2013-10-31 22:47:26'),(7482,3,2504,'76058','2013-10-31 22:47:26'),(7483,1,2505,'','2013-10-31 23:00:53'),(7484,2,2505,'','2013-10-31 23:00:53'),(7485,3,2505,'','2013-10-31 23:00:53'),(7486,1,2506,'','2013-10-31 23:11:37'),(7487,2,2506,'','2013-10-31 23:11:37'),(7488,3,2506,'760052','2013-10-31 23:11:37'),(7489,1,2507,'','2013-10-31 23:25:34'),(7490,2,2507,'','2013-10-31 23:25:34'),(7491,3,2507,'','2013-10-31 23:25:34'),(7492,1,2508,'','2013-10-31 23:37:50'),(7493,2,2508,'','2013-10-31 23:37:50'),(7494,3,2508,'76027','2013-10-31 23:37:50'),(7495,1,2509,'','2013-10-31 23:42:13'),(7496,2,2509,'','2013-10-31 23:42:13'),(7497,3,2509,'','2013-10-31 23:42:13'),(7498,1,2510,'','2013-10-31 23:51:04'),(7499,2,2510,'','2013-10-31 23:51:04'),(7500,3,2510,'76052','2013-10-31 23:51:04'),(7501,1,2511,'','2013-11-01 00:00:03'),(7502,2,2511,'','2013-11-01 00:00:03'),(7503,3,2511,'76057','2013-11-01 00:00:03'),(7504,1,2512,'','2013-11-01 00:35:50'),(7505,2,2512,'','2013-11-01 00:35:50'),(7506,3,2512,'16874','2013-11-01 00:35:50'),(7507,1,2513,'','2013-11-01 00:42:46'),(7508,2,2513,'','2013-11-01 00:42:46'),(7509,3,2513,'354.75','2013-11-01 00:42:46'),(7510,1,2514,'','2013-11-01 00:57:06'),(7511,2,2514,'','2013-11-01 00:57:06'),(7512,3,2514,'','2013-11-01 00:57:06'),(7513,1,2515,'','2013-11-01 01:01:03'),(7514,2,2515,'','2013-11-01 01:01:03'),(7515,3,2515,'','2013-11-01 01:01:03'),(7516,1,2516,'','2013-11-01 01:07:43'),(7517,2,2516,'','2013-11-01 01:07:43'),(7518,3,2516,'50427','2013-11-01 01:07:43'),(7519,1,2517,'','2013-11-01 01:25:24'),(7520,2,2517,'','2013-11-01 01:25:24'),(7521,3,2517,'22514','2013-11-01 01:25:24'),(7522,1,2518,'','2013-11-01 01:52:16'),(7523,2,2518,'','2013-11-01 01:52:16'),(7524,3,2518,'','2013-11-01 01:52:16'),(7525,1,2519,'','2013-11-01 02:01:10'),(7526,2,2519,'','2013-11-01 02:01:10'),(7527,3,2519,'50427','2013-11-01 02:01:10'),(7528,1,2520,'','2013-11-01 02:04:08'),(7529,2,2520,'','2013-11-01 02:04:08'),(7530,3,2520,'50427','2013-11-01 02:04:08'),(7531,1,2521,'','2013-11-01 02:11:05'),(7532,2,2521,'','2013-11-01 02:11:05'),(7533,3,2521,'76009','2013-11-01 02:11:05'),(7534,1,2522,'','2013-11-01 02:17:16'),(7535,2,2522,'','2013-11-01 02:17:16'),(7536,3,2522,'','2013-11-01 02:17:16'),(7537,1,2523,'0247170953','2013-11-01 02:30:17'),(7538,2,2523,'','2013-11-01 02:30:17'),(7539,3,2523,'','2013-11-01 02:30:17'),(7540,1,2524,'','2013-11-01 02:43:09'),(7541,2,2524,'','2013-11-01 02:43:09'),(7542,3,2524,'15866','2013-11-01 02:43:09'),(7543,1,2525,'','2013-11-01 03:02:05'),(7544,2,2525,'','2013-11-01 03:02:05'),(7545,3,2525,'76053','2013-11-01 03:02:05'),(7546,1,2526,'','2013-11-01 03:04:41'),(7547,2,2526,'','2013-11-01 03:04:41'),(7548,3,2526,'','2013-11-01 03:04:41'),(7549,1,2527,'','2013-11-01 03:12:04'),(7550,2,2527,'','2013-11-01 03:12:04'),(7551,3,2527,'','2013-11-01 03:12:04'),(7552,1,2528,'','2013-11-01 03:27:28'),(7553,2,2528,'','2013-11-01 03:27:28'),(7554,3,2528,'760057','2013-11-01 03:27:28'),(7555,1,2529,'','2013-11-01 03:32:17'),(7556,2,2529,'','2013-11-01 03:32:17'),(7557,3,2529,'76057','2013-11-01 03:32:17'),(7558,1,2530,'','2013-11-01 03:56:52'),(7559,2,2530,'','2013-11-01 03:56:52'),(7560,3,2530,'44789','2013-11-01 03:56:53'),(7561,1,2531,'','2013-11-01 04:28:22'),(7562,2,2531,'','2013-11-01 04:28:22'),(7563,3,2531,'','2013-11-01 04:28:22'),(7564,1,2532,'','2013-11-01 04:48:45'),(7565,2,2532,'','2013-11-01 04:48:45'),(7566,3,2532,'','2013-11-01 04:48:45'),(7567,1,2533,'','2013-11-01 05:12:54'),(7568,2,2533,'','2013-11-01 05:12:54'),(7569,3,2533,'','2013-11-01 05:12:54'),(7570,1,2534,'','2013-11-01 05:44:20'),(7571,2,2534,'','2013-11-01 05:44:20'),(7572,3,2534,'','2013-11-01 05:44:20'),(7573,1,2535,'','2013-11-01 06:44:59'),(7574,2,2535,'','2013-11-01 06:44:59'),(7575,3,2535,'1175','2013-11-01 06:44:59'),(7576,1,2536,'','2013-11-01 07:30:59'),(7577,2,2536,'','2013-11-01 07:30:59'),(7578,3,2536,'','2013-11-01 07:30:59'),(7579,1,2537,'','2013-11-01 06:36:43'),(7580,2,2537,'','2013-11-01 06:36:43'),(7581,3,2537,'76027','2013-11-01 06:36:43'),(7582,1,2538,'','2013-11-01 06:53:06'),(7583,2,2538,'','2013-11-01 06:53:06'),(7584,3,2538,'','2013-11-01 06:53:06'),(7585,1,2539,'','2013-11-01 07:19:06'),(7586,2,2539,'','2013-11-01 07:19:06'),(7587,3,2539,'','2013-11-01 07:19:06'),(7588,1,2540,'','2013-11-01 20:24:49'),(7589,2,2540,'','2013-11-01 20:24:49'),(7590,3,2540,'1152','2013-11-01 20:24:49'),(7591,1,2541,'','2013-11-01 21:43:46'),(7592,2,2541,'','2013-11-01 21:43:46'),(7593,3,2541,'','2013-11-01 21:43:46'),(7594,1,2542,'','2013-11-01 22:36:26'),(7595,2,2542,'','2013-11-01 22:36:26'),(7596,3,2542,'','2013-11-01 22:36:26'),(7597,1,2543,'','2013-11-02 00:38:07'),(7598,2,2543,'','2013-11-02 00:38:07'),(7599,3,2543,'50427','2013-11-02 00:38:07'),(7600,1,2544,'','2013-11-02 01:09:41'),(7601,2,2544,'','2013-11-02 01:09:41'),(7602,3,2544,'50427','2013-11-02 01:09:41'),(7603,1,2545,'','2013-11-02 03:28:34'),(7604,2,2545,'','2013-11-02 03:28:34'),(7605,3,2545,'76009','2013-11-02 03:28:34'),(7606,1,2546,'','2013-11-02 03:38:47'),(7607,2,2546,'','2013-11-02 03:38:47'),(7608,3,2546,'','2013-11-02 03:38:47'),(7609,1,2547,'','2013-11-02 04:51:49'),(7610,2,2547,'','2013-11-02 04:51:49'),(7611,3,2547,'76058','2013-11-02 04:51:49'),(7612,1,2548,'','2013-11-02 05:04:29'),(7613,2,2548,'','2013-11-02 05:04:29'),(7614,3,2548,'50427','2013-11-02 05:04:29'),(7615,1,2549,'','2013-11-02 05:08:00'),(7616,2,2549,'','2013-11-02 05:08:00'),(7617,3,2549,'','2013-11-02 05:08:00'),(7618,1,2550,'','2013-11-02 05:56:50'),(7619,2,2550,'','2013-11-02 05:56:50'),(7620,3,2550,'76052','2013-11-02 05:56:50'),(7621,1,2551,'','2013-11-02 06:00:49'),(7622,2,2551,'','2013-11-02 06:00:49'),(7623,3,2551,'76052','2013-11-02 06:00:49'),(7624,1,2552,'','2013-11-02 06:08:24'),(7625,2,2552,'','2013-11-02 06:08:24'),(7626,3,2552,'','2013-11-02 06:08:24'),(7627,1,2553,'','2013-11-02 06:11:05'),(7628,2,2553,'','2013-11-02 06:11:05'),(7629,3,2553,'','2013-11-02 06:11:05'),(7630,1,2554,'','2013-11-02 06:25:33'),(7631,2,2554,'','2013-11-02 06:25:33'),(7632,3,2554,'50427','2013-11-02 06:25:33'),(7633,1,2555,'','2013-11-02 06:29:02'),(7634,2,2555,'','2013-11-02 06:29:02'),(7635,3,2555,'44789','2013-11-02 06:29:02'),(7636,1,2556,'','2013-11-02 06:30:57'),(7637,2,2556,'','2013-11-02 06:30:57'),(7638,3,2556,'','2013-11-02 06:30:57'),(7639,1,2557,'0274666666','2013-11-02 06:54:53'),(7640,2,2557,'','2013-11-02 06:54:53'),(7641,3,2557,'SELF REQUEST','2013-11-02 06:54:53'),(7642,1,2558,'0542854431','2013-11-02 06:59:28'),(7643,2,2558,'','2013-11-02 06:59:28'),(7644,3,2558,'76009','2013-11-02 06:59:28'),(7645,1,2559,'0542854431','2013-11-02 07:08:45'),(7646,2,2559,'','2013-11-02 07:08:45'),(7647,3,2559,'76009','2013-11-02 07:08:45'),(7648,1,2560,'','2013-11-01 19:12:38'),(7649,2,2560,'','2013-11-01 19:12:38'),(7650,3,2560,'','2013-11-01 19:12:38'),(7651,1,2561,'0542854431','2013-11-01 19:14:08'),(7652,2,2561,'','2013-11-01 19:14:08'),(7653,3,2561,'`76009','2013-11-01 19:14:08'),(7654,1,2562,'','2013-11-01 19:16:25'),(7655,2,2562,'','2013-11-01 19:16:25'),(7656,3,2562,'43292','2013-11-01 19:16:25'),(7657,1,2563,'','2013-11-01 19:39:52'),(7658,2,2563,'','2013-11-01 19:39:52'),(7659,3,2563,'','2013-11-01 19:39:52'),(7660,1,2564,'','2013-11-01 19:44:33'),(7661,2,2564,'','2013-11-01 19:44:33'),(7662,3,2564,'','2013-11-01 19:44:33'),(7663,1,2565,'','2013-11-01 19:48:35'),(7664,2,2565,'','2013-11-01 19:48:35'),(7665,3,2565,'44789','2013-11-01 19:48:35'),(7666,1,2566,'','2013-11-01 19:51:36'),(7667,2,2566,'','2013-11-01 19:51:36'),(7668,3,2566,'1525','2013-11-01 19:51:36'),(7669,1,2567,'','2013-11-01 20:03:01'),(7670,2,2567,'','2013-11-01 20:03:01'),(7671,3,2567,'76009','2013-11-01 20:03:01'),(7672,1,2568,'','2013-11-01 20:04:39'),(7673,2,2568,'','2013-11-01 20:04:39'),(7674,3,2568,'','2013-11-01 20:04:39'),(7675,1,2569,'','2013-11-01 20:12:08'),(7676,2,2569,'','2013-11-01 20:12:08'),(7677,3,2569,'1525','2013-11-01 20:12:08'),(7678,1,2570,'','2013-11-01 20:20:23'),(7679,2,2570,'','2013-11-01 20:20:23'),(7680,3,2570,'','2013-11-01 20:20:23'),(7681,1,2571,'','2013-11-01 20:42:35'),(7682,2,2571,'','2013-11-01 20:42:35'),(7683,3,2571,'','2013-11-01 20:42:35'),(7684,1,2572,'','2013-11-01 20:51:40'),(7685,2,2572,'','2013-11-01 20:51:40'),(7686,3,2572,'50427','2013-11-01 20:51:40'),(7687,1,2573,'','2013-11-01 20:54:58'),(7688,2,2573,'','2013-11-01 20:54:58'),(7689,3,2573,'1152','2013-11-01 20:54:58'),(7690,1,2574,'','2013-11-01 21:17:36'),(7691,2,2574,'','2013-11-01 21:17:36'),(7692,3,2574,'50427','2013-11-01 21:17:36'),(7693,1,2575,'','2013-11-01 21:27:59'),(7694,2,2575,'','2013-11-01 21:27:59'),(7695,3,2575,'50427','2013-11-01 21:27:59'),(7696,1,2576,'','2013-11-01 21:31:27'),(7697,2,2576,'','2013-11-01 21:31:27'),(7698,3,2576,'2488','2013-11-01 21:31:27'),(7699,1,2577,'','2013-11-01 21:42:08'),(7700,2,2577,'','2013-11-01 21:42:08'),(7701,3,2577,'22574','2013-11-01 21:42:08'),(7702,1,2578,'','2013-11-01 21:45:03'),(7703,2,2578,'','2013-11-01 21:45:03'),(7704,3,2578,'22544','2013-11-01 21:45:03'),(7705,1,2579,'','2013-11-01 22:00:59'),(7706,2,2579,'','2013-11-01 22:00:59'),(7707,3,2579,'75011','2013-11-01 22:00:59'),(7708,1,2580,'','2013-11-01 22:05:12'),(7709,2,2580,'','2013-11-01 22:05:13'),(7710,3,2580,'','2013-11-01 22:05:13'),(7711,1,2581,'','2013-11-01 22:12:05'),(7712,2,2581,'','2013-11-01 22:12:05'),(7713,3,2581,'76001','2013-11-01 22:12:05'),(7714,1,2582,'','2013-11-01 22:14:51'),(7715,2,2582,'','2013-11-01 22:14:51'),(7716,3,2582,'50427','2013-11-01 22:14:51'),(7717,1,2583,'','2013-11-01 22:24:16'),(7718,2,2583,'','2013-11-01 22:24:16'),(7719,3,2583,'76084','2013-11-01 22:24:16'),(7720,1,2584,'','2013-11-01 22:42:40'),(7721,2,2584,'','2013-11-01 22:42:40'),(7722,3,2584,'','2013-11-01 22:42:40'),(7723,1,2585,'','2013-11-01 22:48:20'),(7724,2,2585,'','2013-11-01 22:48:20'),(7725,3,2585,'1525','2013-11-01 22:48:20'),(7726,1,2586,'','2013-11-01 22:55:38'),(7727,2,2586,'','2013-11-01 22:55:38'),(7728,3,2586,'','2013-11-01 22:55:38'),(7729,1,2587,'','2013-11-01 22:59:41'),(7730,2,2587,'','2013-11-01 22:59:41'),(7731,3,2587,'2488','2013-11-01 22:59:41'),(7732,1,2588,'','2013-11-01 23:05:29'),(7733,2,2588,'','2013-11-01 23:05:29'),(7734,3,2588,'76009','2013-11-01 23:05:29'),(7735,1,2589,'','2013-11-01 23:14:06'),(7736,2,2589,'','2013-11-01 23:14:06'),(7737,3,2589,'76033','2013-11-01 23:14:06'),(7738,1,2590,'','2013-11-01 23:22:49'),(7739,2,2590,'','2013-11-01 23:22:49'),(7740,3,2590,'','2013-11-01 23:22:49'),(7741,1,2591,'','2013-11-01 23:27:45'),(7742,2,2591,'','2013-11-01 23:27:45'),(7743,3,2591,'75508','2013-11-01 23:27:45'),(7744,1,2592,'','2013-11-01 23:30:25'),(7745,2,2592,'','2013-11-01 23:30:25'),(7746,3,2592,'76063','2013-11-01 23:30:25'),(7747,1,2593,'','2013-11-02 00:06:33'),(7748,2,2593,'','2013-11-02 00:06:33'),(7749,3,2593,'76052','2013-11-02 00:06:33'),(7750,1,2594,'','2013-11-02 00:10:08'),(7751,2,2594,'','2013-11-02 00:10:08'),(7752,3,2594,'39761','2013-11-02 00:10:08'),(7753,1,2595,'','2013-11-02 00:40:09'),(7754,2,2595,'','2013-11-02 00:40:09'),(7755,3,2595,'','2013-11-02 00:40:10'),(7756,1,2596,'','2013-11-02 00:45:18'),(7757,2,2596,'','2013-11-02 00:45:18'),(7758,3,2596,'50427','2013-11-02 00:45:18'),(7759,1,2597,'024350019','2013-11-02 00:51:16'),(7760,2,2597,'','2013-11-02 00:51:16'),(7761,3,2597,'','2013-11-02 00:51:16'),(7762,1,2598,'00231770319641','2013-11-02 01:32:26'),(7763,2,2598,'','2013-11-02 01:32:26'),(7764,3,2598,'','2013-11-02 01:32:26'),(7765,1,2599,'0508226904','2013-11-02 01:51:06'),(7766,2,2599,'','2013-11-02 01:51:06'),(7767,3,2599,'','2013-11-02 01:51:06'),(7768,1,2600,'0244638761','2013-11-02 02:03:25'),(7769,2,2600,'','2013-11-02 02:03:25'),(7770,3,2600,'','2013-11-02 02:03:25'),(7771,1,2601,'0202010406','2013-11-02 02:10:32'),(7772,2,2601,'','2013-11-02 02:10:32'),(7773,3,2601,'76009','2013-11-02 02:10:32'),(7774,1,2602,'0244303320','2013-11-02 02:14:02'),(7775,2,2602,'','2013-11-02 02:14:02'),(7776,3,2602,'50427','2013-11-02 02:14:02'),(7777,1,2603,'','2013-11-02 02:21:42'),(7778,2,2603,'','2013-11-02 02:21:42'),(7779,3,2603,'','2013-11-02 02:21:42'),(7780,1,2604,'','2013-11-02 02:54:56'),(7781,2,2604,'','2013-11-02 02:54:56'),(7782,3,2604,'','2013-11-02 02:54:56'),(7783,1,2605,'','2013-11-02 03:11:31'),(7784,2,2605,'','2013-11-02 03:11:32'),(7785,3,2605,'76068','2013-11-02 03:11:32'),(7786,1,2606,'','2013-11-02 04:01:28'),(7787,2,2606,'','2013-11-02 04:01:28'),(7788,3,2606,'','2013-11-02 04:01:28'),(7789,1,2607,'','2013-11-02 04:11:25'),(7790,2,2607,'','2013-11-02 04:11:25'),(7791,3,2607,'','2013-11-02 04:11:25'),(7792,1,2608,'','2013-11-02 04:19:10'),(7793,2,2608,'','2013-11-02 04:19:10'),(7794,3,2608,'76021','2013-11-02 04:19:10'),(7795,1,2609,'','2013-11-02 04:37:31'),(7796,2,2609,'','2013-11-02 04:37:31'),(7797,3,2609,'','2013-11-02 04:37:31'),(7798,1,2610,'','2013-11-02 04:43:58'),(7799,2,2610,'','2013-11-02 04:43:58'),(7800,3,2610,'','2013-11-02 04:43:58'),(7801,1,2611,'','2013-11-02 05:39:25'),(7802,2,2611,'','2013-11-02 05:39:25'),(7803,3,2611,'44789','2013-11-02 05:39:25'),(7804,1,2612,'','2013-11-02 06:03:09'),(7805,2,2612,'','2013-11-02 06:03:09'),(7806,3,2612,'38361','2013-11-02 06:03:09'),(7807,1,2613,'','2013-11-02 06:16:22'),(7808,2,2613,'','2013-11-02 06:16:22'),(7809,3,2613,'16874','2013-11-02 06:16:22'),(7810,1,2614,'','2013-11-02 06:19:00'),(7811,2,2614,'','2013-11-02 06:19:00'),(7812,3,2614,'16874','2013-11-02 06:19:00'),(7813,1,2615,'','2013-11-02 20:44:41'),(7814,2,2615,'','2013-11-02 20:44:41'),(7815,3,2615,'1152','2013-11-02 20:44:41'),(7816,1,2616,'','2013-11-02 20:47:04'),(7817,2,2616,'','2013-11-02 20:47:04'),(7818,3,2616,'1152','2013-11-02 20:47:04'),(7819,1,2617,'','2013-11-02 20:56:22'),(7820,2,2617,'','2013-11-02 20:56:22'),(7821,3,2617,'','2013-11-02 20:56:22'),(7822,1,2618,'','2013-11-02 22:46:07'),(7823,2,2618,'','2013-11-02 22:46:07'),(7824,3,2618,'','2013-11-02 22:46:07'),(7825,1,2619,'','2013-11-02 23:22:39'),(7826,2,2619,'','2013-11-02 23:22:39'),(7827,3,2619,'50427','2013-11-02 23:22:39'),(7828,1,2620,'','2013-11-03 01:14:12'),(7829,2,2620,'','2013-11-03 01:14:12'),(7830,3,2620,'','2013-11-03 01:14:12'),(7831,1,2621,'','2013-11-03 01:30:04'),(7832,2,2621,'','2013-11-03 01:30:04'),(7833,3,2621,'50427','2013-11-03 01:30:04'),(7834,1,2622,'','2013-11-03 02:01:41'),(7835,2,2622,'','2013-11-03 02:01:41'),(7836,3,2622,'76001','2013-11-03 02:01:41'),(7837,1,2623,'','2013-11-03 02:23:29'),(7838,2,2623,'','2013-11-03 02:23:29'),(7839,3,2623,'76057','2013-11-03 02:23:29'),(7840,1,2624,'','2013-11-03 03:45:40'),(7841,2,2624,'','2013-11-03 03:45:40'),(7842,3,2624,'16874','2013-11-03 03:45:40'),(7843,1,2625,'','2013-11-03 04:04:04'),(7844,2,2625,'','2013-11-03 04:04:04'),(7845,3,2625,'76001','2013-11-03 04:04:04'),(7846,1,2626,'','2013-11-03 04:30:52'),(7847,2,2626,'','2013-11-03 04:30:52'),(7848,3,2626,'','2013-11-03 04:30:52'),(7849,1,2627,'','2013-11-03 04:55:28'),(7850,2,2627,'','2013-11-03 04:55:28'),(7851,3,2627,'','2013-11-03 04:55:28'),(7852,1,2628,'','2013-11-03 05:03:02'),(7853,2,2628,'','2013-11-03 05:03:02'),(7854,3,2628,'76001','2013-11-03 05:03:02'),(7855,1,2629,'','2013-11-03 05:06:06'),(7856,2,2629,'','2013-11-03 05:06:06'),(7857,3,2629,'','2013-11-03 05:06:06'),(7858,1,2630,'','2013-11-03 05:22:42'),(7859,2,2630,'','2013-11-03 05:22:42'),(7860,3,2630,'50427','2013-11-03 05:22:42'),(7861,1,2631,'','2013-11-03 05:34:28'),(7862,2,2631,'','2013-11-03 05:34:28'),(7863,3,2631,'75508','2013-11-03 05:34:28'),(7864,1,2632,'','2013-11-03 05:55:17'),(7865,2,2632,'','2013-11-03 05:55:17'),(7866,3,2632,'50427','2013-11-03 05:55:17'),(7867,1,2633,'','2013-11-03 06:09:52'),(7868,2,2633,'','2013-11-03 06:09:52'),(7869,3,2633,'50427','2013-11-03 06:09:52'),(7870,1,2634,'','2013-11-03 06:12:33'),(7871,2,2634,'','2013-11-03 06:12:33'),(7872,3,2634,'14347','2013-11-03 06:12:33'),(7873,1,2635,'','2013-11-03 06:30:29'),(7874,2,2635,'','2013-11-03 06:30:29'),(7875,3,2635,'','2013-11-03 06:30:29'),(7876,1,2636,'','2013-11-03 06:35:49'),(7877,2,2636,'','2013-11-03 06:35:49'),(7878,3,2636,'43292','2013-11-03 06:35:49'),(7879,1,2637,'','2013-11-03 06:39:57'),(7880,2,2637,'','2013-11-03 06:39:57'),(7881,3,2637,'43292','2013-11-03 06:39:57'),(7882,1,2638,'','2013-11-03 06:43:24'),(7883,2,2638,'','2013-11-03 06:43:24'),(7884,3,2638,'','2013-11-03 06:43:24'),(7885,1,2639,'','2013-11-03 06:50:32'),(7886,2,2639,'','2013-11-03 06:50:32'),(7887,3,2639,'','2013-11-03 06:50:32'),(7888,1,2640,'','2013-11-03 06:55:06'),(7889,2,2640,'','2013-11-03 06:55:06'),(7890,3,2640,'76009','2013-11-03 06:55:06'),(7891,1,2641,'','2013-11-03 06:59:33'),(7892,2,2641,'','2013-11-03 06:59:33'),(7893,3,2641,'50427','2013-11-03 06:59:33'),(7894,1,2642,'','2013-11-03 07:05:28'),(7895,2,2642,'','2013-11-03 07:05:28'),(7896,3,2642,'','2013-11-03 07:05:29'),(7897,1,2643,'','2013-11-02 19:14:32'),(7898,2,2643,'','2013-11-02 19:14:33'),(7899,3,2643,'50427','2013-11-02 19:14:33'),(7900,1,2644,'','2013-11-02 19:18:16'),(7901,2,2644,'','2013-11-02 19:18:17'),(7902,3,2644,'','2013-11-02 19:18:17'),(7903,1,2645,'','2013-11-02 19:22:48'),(7904,2,2645,'','2013-11-02 19:22:48'),(7905,3,2645,'50427','2013-11-02 19:22:48'),(7906,1,2646,'','2013-11-02 19:36:05'),(7907,2,2646,'','2013-11-02 19:36:06'),(7908,3,2646,'2488','2013-11-02 19:36:06'),(7909,1,2647,'','2013-11-02 20:02:49'),(7910,2,2647,'','2013-11-02 20:02:49'),(7911,3,2647,'2488','2013-11-02 20:02:49'),(7912,1,2648,'','2013-11-02 20:09:11'),(7913,2,2648,'','2013-11-02 20:09:11'),(7914,3,2648,'50427','2013-11-02 20:09:11'),(7915,1,2649,'','2013-11-02 20:43:00'),(7916,2,2649,'','2013-11-02 20:43:00'),(7917,3,2649,'','2013-11-02 20:43:00'),(7918,1,2650,'','2013-11-02 20:46:59'),(7919,2,2650,'','2013-11-02 20:46:59'),(7920,3,2650,'','2013-11-02 20:46:59'),(7921,1,2651,'','2013-11-02 20:49:21'),(7922,2,2651,'','2013-11-02 20:49:21'),(7923,3,2651,'','2013-11-02 20:49:21'),(7924,1,2652,'','2013-11-02 21:11:48'),(7925,2,2652,'','2013-11-02 21:11:48'),(7926,3,2652,'','2013-11-02 21:11:48'),(7927,1,2653,'','2013-11-02 21:56:53'),(7928,2,2653,'','2013-11-02 21:56:53'),(7929,3,2653,'','2013-11-02 21:56:53'),(7930,1,2654,'','2013-11-02 22:07:15'),(7931,2,2654,'','2013-11-02 22:07:15'),(7932,3,2654,'','2013-11-02 22:07:15'),(7933,1,2655,'','2013-11-02 22:18:22'),(7934,2,2655,'','2013-11-02 22:18:22'),(7935,3,2655,'','2013-11-02 22:18:22'),(7936,1,2656,'','2013-11-02 22:34:14'),(7937,2,2656,'','2013-11-02 22:34:14'),(7938,3,2656,'','2013-11-02 22:34:14'),(7939,1,2657,'','2013-11-02 22:37:58'),(7940,2,2657,'','2013-11-02 22:37:59'),(7941,3,2657,'76005','2013-11-02 22:37:59'),(7942,1,2658,'','2013-11-02 22:39:59'),(7943,2,2658,'','2013-11-02 22:39:59'),(7944,3,2658,'2488','2013-11-02 22:39:59'),(7945,1,2659,'','2013-11-02 22:42:45'),(7946,2,2659,'','2013-11-02 22:42:45'),(7947,3,2659,'76009','2013-11-02 22:42:45'),(7948,1,2660,'','2013-11-02 22:50:40'),(7949,2,2660,'','2013-11-02 22:50:40'),(7950,3,2660,'','2013-11-02 22:50:40'),(7951,1,2661,'','2013-11-02 22:54:52'),(7952,2,2661,'','2013-11-02 22:54:52'),(7953,3,2661,'76005','2013-11-02 22:54:52'),(7954,1,2662,'','2013-11-02 22:56:54'),(7955,2,2662,'','2013-11-02 22:56:54'),(7956,3,2662,'','2013-11-02 22:56:54'),(7957,1,2663,'','2013-11-02 22:59:19'),(7958,2,2663,'','2013-11-02 22:59:19'),(7959,3,2663,'76044','2013-11-02 22:59:19'),(7960,1,2664,'','2013-11-02 23:01:39'),(7961,2,2664,'','2013-11-02 23:01:39'),(7962,3,2664,'75508','2013-11-02 23:01:39'),(7963,1,2665,'','2013-11-02 23:07:32'),(7964,2,2665,'','2013-11-02 23:07:32'),(7965,3,2665,'16874','2013-11-02 23:07:32'),(7966,1,2666,'','2013-11-02 23:31:03'),(7967,2,2666,'','2013-11-02 23:31:03'),(7968,3,2666,'','2013-11-02 23:31:03'),(7969,1,2667,'','2013-11-02 23:53:08'),(7970,2,2667,'','2013-11-02 23:53:08'),(7971,3,2667,'75011','2013-11-02 23:53:08'),(7972,1,2668,'','2013-11-03 00:13:03'),(7973,2,2668,'','2013-11-03 00:13:03'),(7974,3,2668,'','2013-11-03 00:13:03'),(7975,1,2669,'','2013-11-03 00:29:34'),(7976,2,2669,'','2013-11-03 00:29:34'),(7977,3,2669,'','2013-11-03 00:29:34'),(7978,1,2670,'','2013-11-03 00:45:20'),(7979,2,2670,'','2013-11-03 00:45:20'),(7980,3,2670,'','2013-11-03 00:45:20'),(7981,1,2671,'','2013-11-03 01:07:03'),(7982,2,2671,'','2013-11-03 01:07:03'),(7983,3,2671,'','2013-11-03 01:07:03'),(7984,1,2672,'','2013-11-03 01:11:04'),(7985,2,2672,'','2013-11-03 01:11:04'),(7986,3,2672,'16874','2013-11-03 01:11:04'),(7987,1,2673,'','2013-11-03 01:14:25'),(7988,2,2673,'','2013-11-03 01:14:25'),(7989,3,2673,'76009','2013-11-03 01:14:25'),(7990,1,2674,'','2013-11-03 01:54:35'),(7991,2,2674,'','2013-11-03 01:54:35'),(7992,3,2674,'76005','2013-11-03 01:54:35'),(7993,1,2675,'','2013-11-03 01:57:39'),(7994,2,2675,'','2013-11-03 01:57:39'),(7995,3,2675,'','2013-11-03 01:57:39'),(7996,1,2676,'','2013-11-03 02:16:26'),(7997,2,2676,'','2013-11-03 02:16:26'),(7998,3,2676,'76009','2013-11-03 02:16:26'),(7999,1,2677,'','2013-11-03 02:29:06'),(8000,2,2677,'','2013-11-03 02:29:06'),(8001,3,2677,'50427','2013-11-03 02:29:06'),(8002,1,2678,'','2013-11-03 02:48:33'),(8003,2,2678,'','2013-11-03 02:48:33'),(8004,3,2678,'76052','2013-11-03 02:48:33'),(8005,1,2679,'','2013-11-03 03:04:00'),(8006,2,2679,'','2013-11-03 03:04:00'),(8007,3,2679,'76049','2013-11-03 03:04:00'),(8008,1,2680,'','2013-11-03 03:09:23'),(8009,2,2680,'','2013-11-03 03:09:23'),(8010,3,2680,'76027','2013-11-03 03:09:23'),(8011,1,2681,'','2013-11-03 03:12:40'),(8012,2,2681,'','2013-11-03 03:12:40'),(8013,3,2681,'1105','2013-11-03 03:12:40'),(8014,1,2682,'','2013-11-03 03:28:59'),(8015,2,2682,'','2013-11-03 03:28:59'),(8016,3,2682,'1105','2013-11-03 03:28:59'),(8017,1,2683,'','2013-11-03 03:38:42'),(8018,2,2683,'','2013-11-03 03:38:42'),(8019,3,2683,'50427','2013-11-03 03:38:42'),(8020,1,2684,'','2013-11-03 03:43:33'),(8021,2,2684,'','2013-11-03 03:43:33'),(8022,3,2684,'16874','2013-11-03 03:43:33'),(8023,1,2685,'','2013-11-03 03:49:34'),(8024,2,2685,'','2013-11-03 03:49:34'),(8025,3,2685,'','2013-11-03 03:49:34'),(8026,1,2686,'0243901439','2013-11-03 04:09:38'),(8027,2,2686,'','2013-11-03 04:09:38'),(8028,3,2686,'','2013-11-03 04:09:38'),(8029,1,2687,'','2013-11-03 05:08:02'),(8030,2,2687,'','2013-11-03 05:08:02'),(8031,3,2687,'','2013-11-03 05:08:02'),(8032,1,2688,'','2013-11-03 05:40:28'),(8033,2,2688,'','2013-11-03 05:40:28'),(8034,3,2688,'76009','2013-11-03 05:40:28'),(8035,1,2689,'','2013-11-03 05:49:59'),(8036,2,2689,'','2013-11-03 05:49:59'),(8037,3,2689,'76009','2013-11-03 05:49:59'),(8038,1,2690,'','2013-11-03 05:57:54'),(8039,2,2690,'','2013-11-03 05:57:54'),(8040,3,2690,'76005','2013-11-03 05:57:54'),(8041,1,2691,'','2013-11-03 06:44:07'),(8042,2,2691,'','2013-11-03 06:44:07'),(8043,3,2691,'50427','2013-11-03 06:44:07'),(8044,1,2692,'','2013-11-03 06:51:42'),(8045,2,2692,'','2013-11-03 06:51:42'),(8046,3,2692,'50427','2013-11-03 06:51:42'),(8047,1,2693,'','2013-11-03 06:55:57'),(8048,2,2693,'','2013-11-03 06:55:57'),(8049,3,2693,'','2013-11-03 06:55:57'),(8050,1,2694,'','2013-11-03 05:05:01'),(8051,2,2694,'','2013-11-03 05:05:01'),(8052,3,2694,'50427','2013-11-03 05:05:01'),(8053,1,2695,'','2013-11-03 05:59:44'),(8054,2,2695,'','2013-11-03 05:59:44'),(8055,3,2695,'50427','2013-11-03 05:59:44'),(8056,1,2696,'','2013-11-03 06:07:17'),(8057,2,2696,'','2013-11-03 06:07:17'),(8058,3,2696,'2488','2013-11-03 06:07:17'),(8059,1,2697,'','2013-11-03 06:54:50'),(8060,2,2697,'','2013-11-03 06:54:50'),(8061,3,2697,'38361','2013-11-03 06:54:51'),(8062,1,2698,'','2013-11-03 10:04:54'),(8063,2,2698,'','2013-11-03 10:04:54'),(8064,3,2698,'','2013-11-03 10:04:54'),(8065,1,2699,'','2013-11-03 11:19:33'),(8066,2,2699,'','2013-11-03 11:19:33'),(8067,3,2699,'','2013-11-03 11:19:33'),(8068,1,2700,'','2013-11-03 11:42:44'),(8069,2,2700,'','2013-11-03 11:42:44'),(8070,3,2700,'','2013-11-03 11:42:44'),(8071,1,2701,'','2013-11-03 13:34:20'),(8072,2,2701,'','2013-11-03 13:34:20'),(8073,3,2701,'75508','2013-11-03 13:34:20'),(8074,1,2702,'','2013-11-03 14:35:04'),(8075,2,2702,'','2013-11-03 14:35:04'),(8076,3,2702,'','2013-11-03 14:35:04'),(8077,1,2703,'','2013-11-03 14:41:50'),(8078,2,2703,'','2013-11-03 14:41:50'),(8079,3,2703,'50427','2013-11-03 14:41:50'),(8080,1,2704,'','2013-11-03 15:08:46'),(8081,2,2704,'','2013-11-03 15:08:46'),(8082,3,2704,'15866','2013-11-03 15:08:46'),(8083,1,2705,'','2013-11-03 15:40:07'),(8084,2,2705,'','2013-11-03 15:40:07'),(8085,3,2705,'','2013-11-03 15:40:08'),(8086,1,2706,'','2013-11-03 15:51:22'),(8087,2,2706,'','2013-11-03 15:51:22'),(8088,3,2706,'1105','2013-11-03 15:51:22'),(8089,1,2707,'','2013-11-03 16:00:48'),(8090,2,2707,'','2013-11-03 16:00:48'),(8091,3,2707,'','2013-11-03 16:00:48'),(8092,1,2708,'','2013-11-03 16:04:19'),(8093,2,2708,'','2013-11-03 16:04:19'),(8094,3,2708,'76052','2013-11-03 16:04:19'),(8095,1,2709,'','2013-11-03 16:55:44'),(8096,2,2709,'','2013-11-03 16:55:44'),(8097,3,2709,'44789','2013-11-03 16:55:44'),(8098,1,2710,'','2013-11-03 17:18:49'),(8099,2,2710,'','2013-11-03 17:18:49'),(8100,3,2710,'50427','2013-11-03 17:18:49'),(8101,1,2711,'','2013-11-03 17:23:44'),(8102,2,2711,'','2013-11-03 17:23:45'),(8103,3,2711,'','2013-11-03 17:23:45'),(8104,1,2712,'','2013-11-03 17:34:02'),(8105,2,2712,'','2013-11-03 17:34:02'),(8106,3,2712,'','2013-11-03 17:34:02'),(8107,1,2713,'','2013-11-03 18:14:28'),(8108,2,2713,'','2013-11-03 18:14:28'),(8109,3,2713,'50427','2013-11-03 18:14:28'),(8110,1,2714,'','2013-11-03 19:06:26'),(8111,2,2714,'','2013-11-03 19:06:26'),(8112,3,2714,'76051','2013-11-03 19:06:26'),(8113,1,2715,'','2013-11-03 19:44:29'),(8114,2,2715,'','2013-11-03 19:44:29'),(8115,3,2715,'50427','2013-11-03 19:44:29'),(8116,1,2716,'','2013-11-03 20:03:01'),(8117,2,2716,'','2013-11-03 20:03:01'),(8118,3,2716,'','2013-11-03 20:03:01'),(8119,1,2717,'','2013-11-03 20:15:40'),(8120,2,2717,'','2013-11-03 20:15:40'),(8121,3,2717,'','2013-11-03 20:15:40'),(8122,1,2718,'','2013-11-03 21:03:20'),(8123,2,2718,'','2013-11-03 21:03:20'),(8124,3,2718,'1091','2013-11-03 21:03:20'),(8125,1,2719,'','2013-11-03 22:08:00'),(8126,2,2719,'','2013-11-03 22:08:00'),(8127,3,2719,'SELF REQUEST','2013-11-03 22:08:00'),(8128,1,2720,'','2013-11-03 22:18:36'),(8129,2,2720,'','2013-11-03 22:18:36'),(8130,3,2720,'','2013-11-03 22:18:36'),(8131,1,2721,'','2013-11-04 00:05:47'),(8132,2,2721,'','2013-11-04 00:05:47'),(8133,3,2721,'','2013-11-04 00:05:47'),(8134,1,2722,'','2013-11-04 00:08:27'),(8135,2,2722,'','2013-11-04 00:08:27'),(8136,3,2722,'','2013-11-04 00:08:27'),(8137,1,2723,'','2013-11-04 00:46:20'),(8138,2,2723,'','2013-11-04 00:46:20'),(8139,3,2723,'50427','2013-11-04 00:46:20'),(8140,1,2724,'','2013-11-04 01:09:11'),(8141,2,2724,'','2013-11-04 01:09:11'),(8142,3,2724,'','2013-11-04 01:09:11'),(8143,1,2725,'','2013-11-04 01:43:32'),(8144,2,2725,'','2013-11-04 01:43:32'),(8145,3,2725,'','2013-11-04 01:43:32'),(8146,1,2726,'','2013-11-04 01:48:00'),(8147,2,2726,'','2013-11-04 01:48:00'),(8148,3,2726,'','2013-11-04 01:48:00'),(8149,1,2727,'','2013-11-04 01:53:35'),(8150,2,2727,'','2013-11-04 01:53:35'),(8151,3,2727,'','2013-11-04 01:53:35'),(8152,1,2728,'','2013-11-04 01:57:15'),(8153,2,2728,'','2013-11-04 01:57:15'),(8154,3,2728,'','2013-11-04 01:57:15'),(8155,1,2729,'','2013-11-04 02:07:56'),(8156,2,2729,'','2013-11-04 02:07:56'),(8157,3,2729,'2488','2013-11-04 02:07:56'),(8158,1,2730,'','2013-11-04 03:07:34'),(8159,2,2730,'','2013-11-04 03:07:34'),(8160,3,2730,'76057','2013-11-04 03:07:34'),(8161,1,2731,'','2013-11-04 03:19:08'),(8162,2,2731,'','2013-11-04 03:19:08'),(8163,3,2731,'','2013-11-04 03:19:09'),(8164,1,2732,'','2013-11-04 03:23:55'),(8165,2,2732,'','2013-11-04 03:23:55'),(8166,3,2732,'76067','2013-11-04 03:23:55'),(8167,1,2733,'','2013-11-04 06:06:47'),(8168,2,2733,'','2013-11-04 06:06:47'),(8169,3,2733,'2488','2013-11-04 06:06:47'),(8170,1,2734,'','2013-11-04 06:50:03'),(8171,2,2734,'','2013-11-04 06:50:03'),(8172,3,2734,'','2013-11-04 06:50:03'),(8173,1,2735,'','2013-11-04 12:18:55'),(8174,2,2735,'','2013-11-04 12:18:55'),(8175,3,2735,'76053','2013-11-04 12:18:55'),(8176,1,2736,'','2013-11-04 13:15:55'),(8177,2,2736,'','2013-11-04 13:15:55'),(8178,3,2736,'50427','2013-11-04 13:15:55'),(8179,1,2737,'','2013-11-04 14:45:07'),(8180,2,2737,'','2013-11-04 14:45:07'),(8181,3,2737,'76052','2013-11-04 14:45:07'),(8182,1,2738,'','2013-11-04 14:48:35'),(8183,2,2738,'','2013-11-04 14:48:35'),(8184,3,2738,'105','2013-11-04 14:48:35'),(8185,1,2739,'','2013-11-04 15:30:31'),(8186,2,2739,'','2013-11-04 15:30:31'),(8187,3,2739,'50427','2013-11-04 15:30:31'),(8188,1,2740,'','2013-11-04 15:42:31'),(8189,2,2740,'','2013-11-04 15:42:31'),(8190,3,2740,'','2013-11-04 15:42:32'),(8191,1,2741,'','2013-11-04 15:55:30'),(8192,2,2741,'','2013-11-04 15:55:30'),(8193,3,2741,'1152','2013-11-04 15:55:30'),(8194,1,2742,'','2013-11-04 16:00:45'),(8195,2,2742,'','2013-11-04 16:00:45'),(8196,3,2742,'44789','2013-11-04 16:00:45'),(8197,1,2743,'','2013-11-04 16:09:58'),(8198,2,2743,'','2013-11-04 16:09:58'),(8199,3,2743,'50427','2013-11-04 16:09:58'),(8200,1,2744,'','2013-11-04 16:21:04'),(8201,2,2744,'','2013-11-04 16:21:04'),(8202,3,2744,'50427','2013-11-04 16:21:04'),(8203,1,2745,'','2013-11-04 16:23:50'),(8204,2,2745,'','2013-11-04 16:23:50'),(8205,3,2745,'','2013-11-04 16:23:51'),(8206,1,2746,'','2013-11-04 16:28:00'),(8207,2,2746,'','2013-11-04 16:28:00'),(8208,3,2746,'75508','2013-11-04 16:28:00'),(8209,1,2747,'','2013-11-04 16:40:38'),(8210,2,2747,'','2013-11-04 16:40:38'),(8211,3,2747,'39761','2013-11-04 16:40:38'),(8212,1,2748,'','2013-11-04 17:03:09'),(8213,2,2748,'','2013-11-04 17:03:09'),(8214,3,2748,'','2013-11-04 17:03:09'),(8215,1,2749,'','2013-11-04 17:11:51'),(8216,2,2749,'','2013-11-04 17:11:51'),(8217,3,2749,'15866','2013-11-04 17:11:51'),(8218,1,2750,'','2013-11-04 17:35:41'),(8219,2,2750,'','2013-11-04 17:35:41'),(8220,3,2750,'','2013-11-04 17:35:41'),(8221,1,2751,'','2013-11-04 17:39:06'),(8222,2,2751,'','2013-11-04 17:39:06'),(8223,3,2751,'','2013-11-04 17:39:06'),(8224,1,2752,'','2013-11-04 17:43:19'),(8225,2,2752,'','2013-11-04 17:43:19'),(8226,3,2752,'','2013-11-04 17:43:19'),(8227,1,2753,'','2013-11-04 17:46:59'),(8228,2,2753,'','2013-11-04 17:46:59'),(8229,3,2753,'16874','2013-11-04 17:46:59'),(8230,1,2754,'','2013-11-04 17:52:37'),(8231,2,2754,'','2013-11-04 17:52:37'),(8232,3,2754,'50427','2013-11-04 17:52:37'),(8233,1,2755,'','2013-11-04 17:55:27'),(8234,2,2755,'','2013-11-04 17:55:27'),(8235,3,2755,'50427','2013-11-04 17:55:27'),(8236,1,2756,'','2013-11-04 18:03:53'),(8237,2,2756,'','2013-11-04 18:03:53'),(8238,3,2756,'50427','2013-11-04 18:03:53'),(8239,1,2757,'','2013-11-04 18:09:04'),(8240,2,2757,'','2013-11-04 18:09:04'),(8241,3,2757,'','2013-11-04 18:09:04'),(8242,1,2758,'','2013-11-04 18:20:12'),(8243,2,2758,'','2013-11-04 18:20:12'),(8244,3,2758,'','2013-11-04 18:20:12'),(8245,1,2759,'','2013-11-04 18:28:32'),(8246,2,2759,'','2013-11-04 18:28:32'),(8247,3,2759,'','2013-11-04 18:28:32'),(8248,1,2760,'','2013-11-04 18:35:12'),(8249,2,2760,'','2013-11-04 18:35:12'),(8250,3,2760,'','2013-11-04 18:35:12'),(8251,1,2761,'','2013-11-04 18:38:09'),(8252,2,2761,'','2013-11-04 18:38:09'),(8253,3,2761,'76001','2013-11-04 18:38:09'),(8254,1,2762,'','2013-11-04 18:43:13'),(8255,2,2762,'','2013-11-04 18:43:13'),(8256,3,2762,'76005','2013-11-04 18:43:13'),(8257,1,2763,'','2013-11-04 18:45:38'),(8258,2,2763,'','2013-11-04 18:45:38'),(8259,3,2763,'44789','2013-11-04 18:45:38'),(8260,1,2764,'','2013-11-04 18:48:22'),(8261,2,2764,'','2013-11-04 18:48:22'),(8262,3,2764,'50427','2013-11-04 18:48:22'),(8263,1,2765,'','2013-11-04 18:55:49'),(8264,2,2765,'','2013-11-04 18:55:49'),(8265,3,2765,'','2013-11-04 18:55:49'),(8266,1,2766,'','2013-11-04 19:04:35'),(8267,2,2766,'','2013-11-04 19:04:35'),(8268,3,2766,'','2013-11-04 19:04:35'),(8269,1,2767,'','2013-11-04 19:09:25'),(8270,2,2767,'','2013-11-04 19:09:25'),(8271,3,2767,'','2013-11-04 19:09:25'),(8272,1,2768,'','2013-11-04 19:13:15'),(8273,2,2768,'','2013-11-04 19:13:15'),(8274,3,2768,'','2013-11-04 19:13:15'),(8275,1,2769,'','2013-11-04 19:16:59'),(8276,2,2769,'','2013-11-04 19:16:59'),(8277,3,2769,'','2013-11-04 19:16:59'),(8278,1,2770,'','2013-11-04 19:20:33'),(8279,2,2770,'','2013-11-04 19:20:33'),(8280,3,2770,'','2013-11-04 19:20:33'),(8281,1,2771,'','2013-11-04 19:26:38'),(8282,2,2771,'','2013-11-04 19:26:38'),(8283,3,2771,'','2013-11-04 19:26:38'),(8284,1,2772,'','2013-11-04 19:30:23'),(8285,2,2772,'','2013-11-04 19:30:23'),(8286,3,2772,'','2013-11-04 19:30:23'),(8287,1,2773,'','2013-11-04 19:41:28'),(8288,2,2773,'','2013-11-04 19:41:28'),(8289,3,2773,'76001','2013-11-04 19:41:28'),(8290,1,2774,'','2013-11-04 19:47:08'),(8291,2,2774,'','2013-11-04 19:47:08'),(8292,3,2774,'','2013-11-04 19:47:08'),(8293,1,2775,'','2013-11-04 20:16:49'),(8294,2,2775,'','2013-11-04 20:16:49'),(8295,3,2775,'50427','2013-11-04 20:16:49'),(8296,1,2776,'','2013-11-04 20:21:08'),(8297,2,2776,'','2013-11-04 20:21:08'),(8298,3,2776,'50427','2013-11-04 20:21:08'),(8299,1,2777,'','2013-11-04 20:51:23'),(8300,2,2777,'','2013-11-04 20:51:23'),(8301,3,2777,'','2013-11-04 20:51:23'),(8302,1,2778,'','2013-11-04 20:52:34'),(8303,2,2778,'','2013-11-04 20:52:34'),(8304,3,2778,'','2013-11-04 20:52:34'),(8305,1,2779,'','2013-11-04 20:59:29'),(8306,2,2779,'','2013-11-04 20:59:29'),(8307,3,2779,'','2013-11-04 20:59:29'),(8308,1,2780,'','2013-11-04 21:02:29'),(8309,2,2780,'','2013-11-04 21:02:29'),(8310,3,2780,'76055','2013-11-04 21:02:29'),(8311,1,2781,'','2013-11-04 21:14:14'),(8312,2,2781,'','2013-11-04 21:14:14'),(8313,3,2781,'','2013-11-04 21:14:14'),(8314,1,2782,'','2013-11-04 21:20:09'),(8315,2,2782,'','2013-11-04 21:20:09'),(8316,3,2782,'25148','2013-11-04 21:20:09'),(8317,1,2783,'','2013-11-04 21:24:05'),(8318,2,2783,'','2013-11-04 21:24:05'),(8319,3,2783,'','2013-11-04 21:24:05'),(8320,1,2784,'','2013-11-04 21:30:53'),(8321,2,2784,'','2013-11-04 21:30:53'),(8322,3,2784,'','2013-11-04 21:30:53'),(8323,1,2785,'','2013-11-04 21:34:48'),(8324,2,2785,'','2013-11-04 21:34:48'),(8325,3,2785,'48898','2013-11-04 21:34:48'),(8326,1,2786,'','2013-11-04 21:38:58'),(8327,2,2786,'','2013-11-04 21:38:58'),(8328,3,2786,'','2013-11-04 21:38:58'),(8329,1,2787,'','2013-11-04 21:53:44'),(8330,2,2787,'','2013-11-04 21:53:44'),(8331,3,2787,'','2013-11-04 21:53:44'),(8332,1,2787,'','2013-11-04 21:53:45'),(8333,2,2787,'','2013-11-04 21:53:45'),(8334,3,2787,'','2013-11-04 21:53:45'),(8335,1,2789,'','2013-11-04 22:15:26'),(8336,2,2789,'','2013-11-04 22:15:26'),(8337,3,2789,'','2013-11-04 22:15:26'),(8338,1,2790,'','2013-11-04 23:04:55'),(8339,2,2790,'','2013-11-04 23:04:55'),(8340,3,2790,'76043','2013-11-04 23:04:55'),(8341,1,2791,'','2013-11-04 23:30:27'),(8342,2,2791,'','2013-11-04 23:30:27'),(8343,3,2791,'181.00','2013-11-04 23:30:27'),(8344,1,2792,'','2013-11-04 23:33:51'),(8345,2,2792,'','2013-11-04 23:33:51'),(8346,3,2792,'','2013-11-04 23:33:51'),(8347,1,2793,'','2013-11-05 00:17:13'),(8348,2,2793,'','2013-11-05 00:17:13'),(8349,3,2793,'','2013-11-05 00:17:13'),(8350,1,2794,'','2013-11-05 00:22:24'),(8351,2,2794,'','2013-11-05 00:22:25'),(8352,3,2794,'50427','2013-11-05 00:22:25'),(8353,1,2795,'','2013-11-05 00:32:09'),(8354,2,2795,'','2013-11-05 00:32:09'),(8355,3,2795,'76067','2013-11-05 00:32:09'),(8356,1,2796,'','2013-11-05 00:41:16'),(8357,2,2796,'','2013-11-05 00:41:16'),(8358,3,2796,'44789','2013-11-05 00:41:16'),(8359,1,2797,'','2013-11-05 01:06:49'),(8360,2,2797,'','2013-11-05 01:06:49'),(8361,3,2797,'2488','2013-11-05 01:06:49'),(8362,1,2798,'','2013-11-05 01:24:38'),(8363,2,2798,'','2013-11-05 01:24:38'),(8364,3,2798,'39761','2013-11-05 01:24:38'),(8365,1,2799,'','2013-11-05 01:42:51'),(8366,2,2799,'','2013-11-05 01:42:51'),(8367,3,2799,'50427','2013-11-05 01:42:51'),(8368,1,2800,'','2013-11-05 02:22:47'),(8369,2,2800,'','2013-11-05 02:22:47'),(8370,3,2800,'25440','2013-11-05 02:22:47'),(8371,1,2801,'','2013-11-05 02:34:36'),(8372,2,2801,'','2013-11-05 02:34:36'),(8373,3,2801,'','2013-11-05 02:34:36'),(8374,1,2802,'','2013-11-05 03:01:20'),(8375,2,2802,'','2013-11-05 03:01:20'),(8376,3,2802,'','2013-11-05 03:01:20'),(8377,1,2803,'','2013-11-05 03:09:35'),(8378,2,2803,'','2013-11-05 03:09:36'),(8379,3,2803,'16874','2013-11-05 03:09:36'),(8380,1,2804,'','2013-11-05 03:44:46'),(8381,2,2804,'','2013-11-05 03:44:46'),(8382,3,2804,'','2013-11-05 03:44:46'),(8383,1,2805,'','2013-11-05 03:57:04'),(8384,2,2805,'','2013-11-05 03:57:04'),(8385,3,2805,'50427','2013-11-05 03:57:04'),(8386,1,2806,'','2013-11-05 04:17:18'),(8387,2,2806,'','2013-11-05 04:17:18'),(8388,3,2806,'','2013-11-05 04:17:18'),(8389,1,2807,'','2013-11-05 05:19:46'),(8390,2,2807,'','2013-11-05 05:19:46'),(8391,3,2807,'50427','2013-11-05 05:19:46'),(8392,1,2808,'','2013-11-05 05:35:14'),(8393,2,2808,'','2013-11-05 05:35:14'),(8394,3,2808,'','2013-11-05 05:35:14'),(8395,1,2809,'','2013-11-05 05:57:07'),(8396,2,2809,'','2013-11-05 05:57:07'),(8397,3,2809,'','2013-11-05 05:57:07'),(8398,1,2810,'','2013-11-05 06:41:23'),(8399,2,2810,'','2013-11-05 06:41:23'),(8400,3,2810,'','2013-11-05 06:41:23'),(8401,1,2811,'0265009889','2013-11-05 07:00:21'),(8402,2,2811,'','2013-11-05 07:00:21'),(8403,3,2811,'50427','2013-11-05 07:00:21'),(8404,1,2812,'','2013-11-05 08:07:29'),(8405,2,2812,'','2013-11-05 08:07:29'),(8406,3,2812,'','2013-11-05 08:07:29'),(8407,1,2813,'','2013-11-05 08:08:03'),(8408,2,2813,'','2013-11-05 08:08:03'),(8409,3,2813,'50427','2013-11-05 08:08:03'),(8410,1,2814,'','2013-11-05 10:18:22'),(8411,2,2814,'','2013-11-05 10:18:22'),(8412,3,2814,'','2013-11-05 10:18:22'),(8413,1,2815,'','2013-11-05 10:40:09'),(8414,2,2815,'','2013-11-05 10:40:09'),(8415,3,2815,'1152','2013-11-05 10:40:09'),(8416,1,2816,'','2013-11-05 13:39:48'),(8417,2,2816,'','2013-11-05 13:39:48'),(8418,3,2816,'55910','2013-11-05 13:39:48'),(8419,1,2817,'','2013-11-05 13:56:23'),(8420,2,2817,'','2013-11-05 13:56:23'),(8421,3,2817,'75002','2013-11-05 13:56:24'),(8422,1,2818,'','2013-11-05 14:16:10'),(8423,2,2818,'','2013-11-05 14:16:10'),(8424,3,2818,'76009','2013-11-05 14:16:10'),(8425,1,2819,'','2013-11-05 14:46:52'),(8426,2,2819,'','2013-11-05 14:46:52'),(8427,3,2819,'50427','2013-11-05 14:46:52'),(8428,1,2820,'','2013-11-05 15:02:00'),(8429,2,2820,'','2013-11-05 15:02:00'),(8430,3,2820,'1728','2013-11-05 15:02:00'),(8431,1,2821,'','2013-11-05 15:05:29'),(8432,2,2821,'','2013-11-05 15:05:29'),(8433,3,2821,'','2013-11-05 15:05:29'),(8434,1,2822,'','2013-11-05 15:36:10'),(8435,2,2822,'','2013-11-05 15:36:10'),(8436,3,2822,'','2013-11-05 15:36:11'),(8437,1,2823,'','2013-11-05 15:42:09'),(8438,2,2823,'','2013-11-05 15:42:09'),(8439,3,2823,'2488','2013-11-05 15:42:09'),(8440,1,2824,'','2013-11-05 15:46:07'),(8441,2,2824,'','2013-11-05 15:46:07'),(8442,3,2824,'','2013-11-05 15:46:07'),(8443,1,2825,'','2013-11-05 15:53:54'),(8444,2,2825,'','2013-11-05 15:53:54'),(8445,3,2825,'','2013-11-05 15:53:54'),(8446,1,2826,'','2013-11-05 16:13:39'),(8447,2,2826,'','2013-11-05 16:13:39'),(8448,3,2826,'','2013-11-05 16:13:39'),(8449,1,2827,'','2013-11-05 16:20:07'),(8450,2,2827,'','2013-11-05 16:20:07'),(8451,3,2827,'','2013-11-05 16:20:07'),(8452,1,2828,'','2013-11-05 16:26:32'),(8453,2,2828,'','2013-11-05 16:26:32'),(8454,3,2828,'','2013-11-05 16:26:32'),(8455,1,2829,'','2013-11-05 16:29:21'),(8456,2,2829,'','2013-11-05 16:29:21'),(8457,3,2829,'16874','2013-11-05 16:29:21'),(8458,1,2830,'','2013-11-05 16:41:03'),(8459,2,2830,'','2013-11-05 16:41:03'),(8460,3,2830,'','2013-11-05 16:41:03'),(8461,1,2831,'','2013-11-05 16:48:55'),(8462,2,2831,'','2013-11-05 16:48:55'),(8463,3,2831,'','2013-11-05 16:48:55'),(8464,1,2832,'','2013-11-05 16:57:40'),(8465,2,2832,'','2013-11-05 16:57:40'),(8466,3,2832,'','2013-11-05 16:57:40'),(8467,1,2833,'','2013-11-05 16:59:59'),(8468,2,2833,'','2013-11-05 16:59:59'),(8469,3,2833,'31734','2013-11-05 16:59:59'),(8470,1,2834,'','2013-11-05 17:02:39'),(8471,2,2834,'','2013-11-05 17:02:39'),(8472,3,2834,'76052','2013-11-05 17:02:39'),(8473,1,2835,'','2013-11-05 17:09:31'),(8474,2,2835,'','2013-11-05 17:09:31'),(8475,3,2835,'','2013-11-05 17:09:31'),(8476,1,2836,'','2013-11-05 17:18:04'),(8477,2,2836,'','2013-11-05 17:18:04'),(8478,3,2836,'','2013-11-05 17:18:04'),(8479,1,2837,'','2013-11-05 17:21:33'),(8480,2,2837,'','2013-11-05 17:21:33'),(8481,3,2837,'','2013-11-05 17:21:33'),(8482,1,2838,'','2013-11-05 17:26:50'),(8483,2,2838,'','2013-11-05 17:26:50'),(8484,3,2838,'50427','2013-11-05 17:26:50'),(8485,1,2839,'','2013-11-05 17:33:33'),(8486,2,2839,'','2013-11-05 17:33:33'),(8487,3,2839,'','2013-11-05 17:33:33'),(8488,1,2840,'','2013-11-05 17:37:53'),(8489,2,2840,'','2013-11-05 17:37:53'),(8490,3,2840,'','2013-11-05 17:37:53'),(8491,1,2841,'','2013-11-05 17:42:04'),(8492,2,2841,'','2013-11-05 17:42:04'),(8493,3,2841,'1152','2013-11-05 17:42:04'),(8494,1,2842,'','2013-11-05 17:46:37'),(8495,2,2842,'','2013-11-05 17:46:37'),(8496,3,2842,'76058','2013-11-05 17:46:37'),(8497,1,2843,'','2013-11-05 17:58:19'),(8498,2,2843,'','2013-11-05 17:58:19'),(8499,3,2843,'','2013-11-05 17:58:19'),(8500,1,2844,'','2013-11-05 18:05:05'),(8501,2,2844,'','2013-11-05 18:05:05'),(8502,3,2844,'','2013-11-05 18:05:05'),(8503,1,2845,'','2013-11-05 18:06:21'),(8504,2,2845,'','2013-11-05 18:06:21'),(8505,3,2845,'','2013-11-05 18:06:21'),(8506,1,2846,'','2013-11-05 18:07:50'),(8507,2,2846,'','2013-11-05 18:07:50'),(8508,3,2846,'','2013-11-05 18:07:50'),(8509,1,2847,'','2013-11-05 18:08:56'),(8510,2,2847,'','2013-11-05 18:08:56'),(8511,3,2847,'','2013-11-05 18:08:56'),(8512,1,2848,'','2013-11-05 18:12:18'),(8513,2,2848,'','2013-11-05 18:12:18'),(8514,3,2848,'','2013-11-05 18:12:18'),(8515,1,2849,'','2013-11-05 18:15:09'),(8516,2,2849,'','2013-11-05 18:15:09'),(8517,3,2849,'','2013-11-05 18:15:09'),(8518,1,2850,'','2013-11-05 18:29:32'),(8519,2,2850,'','2013-11-05 18:29:32'),(8520,3,2850,'','2013-11-05 18:29:32'),(8521,1,2851,'','2013-11-05 18:36:00'),(8522,2,2851,'','2013-11-05 18:36:00'),(8523,3,2851,'','2013-11-05 18:36:00'),(8524,1,2852,'','2013-11-05 18:47:06'),(8525,2,2852,'','2013-11-05 18:47:06'),(8526,3,2852,'','2013-11-05 18:47:06'),(8527,1,2853,'','2013-11-05 18:50:12'),(8528,2,2853,'','2013-11-05 18:50:12'),(8529,3,2853,'76068','2013-11-05 18:50:12'),(8530,1,2854,'','2013-11-05 18:54:24'),(8531,2,2854,'','2013-11-05 18:54:25'),(8532,3,2854,'','2013-11-05 18:54:25'),(8533,1,2855,'','2013-11-05 19:31:52'),(8534,2,2855,'','2013-11-05 19:31:52'),(8535,3,2855,'50427','2013-11-05 19:31:52'),(8536,1,2856,'','2013-11-05 19:54:29'),(8537,2,2856,'','2013-11-05 19:54:29'),(8538,3,2856,'','2013-11-05 19:54:29'),(8539,1,2857,'','2013-11-05 19:57:57'),(8540,2,2857,'','2013-11-05 19:57:57'),(8541,3,2857,'16874','2013-11-05 19:57:57'),(8542,1,2858,'','2013-11-05 20:00:30'),(8543,2,2858,'','2013-11-05 20:00:30'),(8544,3,2858,'','2013-11-05 20:00:30'),(8545,1,2859,'','2013-11-05 20:03:49'),(8546,2,2859,'','2013-11-05 20:03:49'),(8547,3,2859,'','2013-11-05 20:03:49'),(8548,1,2860,'','2013-11-05 20:11:39'),(8549,2,2860,'','2013-11-05 20:11:39'),(8550,3,2860,'','2013-11-05 20:11:39'),(8551,1,2861,'','2013-11-05 20:31:23'),(8552,2,2861,'','2013-11-05 20:31:23'),(8553,3,2861,'','2013-11-05 20:31:23'),(8554,1,2862,'','2013-11-05 20:38:52'),(8555,2,2862,'','2013-11-05 20:38:52'),(8556,3,2862,'76005','2013-11-05 20:38:52'),(8557,1,2863,'','2013-11-05 20:47:42'),(8558,2,2863,'','2013-11-05 20:47:42'),(8559,3,2863,'','2013-11-05 20:47:42'),(8560,1,2864,'','2013-11-05 21:09:43'),(8561,2,2864,'','2013-11-05 21:09:43'),(8562,3,2864,'','2013-11-05 21:09:44'),(8563,1,2865,'','2013-11-05 21:29:19'),(8564,2,2865,'','2013-11-05 21:29:19'),(8565,3,2865,'44789','2013-11-05 21:29:19'),(8566,1,2866,'','2013-11-05 22:14:40'),(8567,2,2866,'','2013-11-05 22:14:41'),(8568,3,2866,'39761','2013-11-05 22:14:41'),(8569,1,2867,'','2013-11-05 22:20:41'),(8570,2,2867,'','2013-11-05 22:20:41'),(8571,3,2867,'44789','2013-11-05 22:20:41'),(8572,1,2868,'','2013-11-05 22:47:56'),(8573,2,2868,'','2013-11-05 22:47:56'),(8574,3,2868,'','2013-11-05 22:47:56'),(8575,1,2869,'','2013-11-05 22:54:25'),(8576,2,2869,'','2013-11-05 22:54:25'),(8577,3,2869,'','2013-11-05 22:54:25'),(8578,1,2870,'','2013-11-05 23:03:44'),(8579,2,2870,'','2013-11-05 23:03:44'),(8580,3,2870,'76001','2013-11-05 23:03:44'),(8581,1,2871,'','2013-11-05 23:26:59'),(8582,2,2871,'','2013-11-05 23:26:59'),(8583,3,2871,'46644','2013-11-05 23:26:59'),(8584,1,2872,'','2013-11-05 23:40:57'),(8585,2,2872,'','2013-11-05 23:40:57'),(8586,3,2872,'','2013-11-05 23:40:57'),(8587,1,2873,'','2013-11-05 23:48:30'),(8588,2,2873,'','2013-11-05 23:48:30'),(8589,3,2873,'76004','2013-11-05 23:48:30'),(8590,1,2874,'','2013-11-05 23:57:07'),(8591,2,2874,'','2013-11-05 23:57:07'),(8592,3,2874,'43292','2013-11-05 23:57:07'),(8593,1,2875,'','2013-11-06 00:14:10'),(8594,2,2875,'','2013-11-06 00:14:10'),(8595,3,2875,'50427','2013-11-06 00:14:10'),(8596,1,2876,'','2013-11-06 00:23:52'),(8597,2,2876,'','2013-11-06 00:23:52'),(8598,3,2876,'','2013-11-06 00:23:52'),(8599,1,2877,'','2013-11-06 00:29:09'),(8600,2,2877,'','2013-11-06 00:29:09'),(8601,3,2877,'16874','2013-11-06 00:29:09'),(8602,1,2878,'','2013-11-06 00:44:41'),(8603,2,2878,'','2013-11-06 00:44:41'),(8604,3,2878,'50427','2013-11-06 00:44:41'),(8605,1,2879,'','2013-11-06 01:26:05'),(8606,2,2879,'','2013-11-06 01:26:05'),(8607,3,2879,'','2013-11-06 01:26:05'),(8608,1,2880,'','2013-11-06 01:28:30'),(8609,2,2880,'','2013-11-06 01:28:30'),(8610,3,2880,'','2013-11-06 01:28:30'),(8611,1,2881,'','2013-11-06 01:30:32'),(8612,2,2881,'','2013-11-06 01:30:32'),(8613,3,2881,'','2013-11-06 01:30:32'),(8614,1,2882,'','2013-11-06 01:54:30'),(8615,2,2882,'','2013-11-06 01:54:30'),(8616,3,2882,'1048','2013-11-06 01:54:30'),(8617,1,2883,'','2013-11-06 02:08:47'),(8618,2,2883,'','2013-11-06 02:08:47'),(8619,3,2883,'50427','2013-11-06 02:08:47'),(8620,1,2884,'','2013-11-06 02:25:29'),(8621,2,2884,'','2013-11-06 02:25:29'),(8622,3,2884,'','2013-11-06 02:25:29'),(8623,1,2885,'','2013-11-06 02:34:45'),(8624,2,2885,'','2013-11-06 02:34:45'),(8625,3,2885,'16874','2013-11-06 02:34:45'),(8626,1,2886,'','2013-11-06 02:39:39'),(8627,2,2886,'','2013-11-06 02:39:39'),(8628,3,2886,'76052','2013-11-06 02:39:40'),(8629,1,2887,'','2013-11-06 02:45:12'),(8630,2,2887,'','2013-11-06 02:45:12'),(8631,3,2887,'45183','2013-11-06 02:45:12'),(8632,1,2888,'','2013-11-06 02:48:06'),(8633,2,2888,'','2013-11-06 02:48:06'),(8634,3,2888,'50427','2013-11-06 02:48:06'),(8635,1,2889,'','2013-11-06 03:27:16'),(8636,2,2889,'','2013-11-06 03:27:16'),(8637,3,2889,'76005','2013-11-06 03:27:16'),(8638,1,2890,'','2013-11-06 04:34:58'),(8639,2,2890,'','2013-11-06 04:34:58'),(8640,3,2890,'16874','2013-11-06 04:34:58'),(8641,1,2891,'','2013-11-06 04:39:38'),(8642,2,2891,'','2013-11-06 04:39:38'),(8643,3,2891,'15866','2013-11-06 04:39:38'),(8644,1,2892,'','2013-11-06 04:44:30'),(8645,2,2892,'','2013-11-06 04:44:30'),(8646,3,2892,'','2013-11-06 04:44:30'),(8647,1,2893,'','2013-11-06 05:07:52'),(8648,2,2893,'','2013-11-06 05:07:52'),(8649,3,2893,'','2013-11-06 05:07:52'),(8650,1,2894,'02775524545','2013-11-06 05:53:42'),(8651,2,2894,'','2013-11-06 05:53:42'),(8652,3,2894,'','2013-11-06 05:53:42'),(8653,1,2895,'','2013-11-06 11:23:23'),(8654,2,2895,'','2013-11-06 11:23:23'),(8655,3,2895,'','2013-11-06 11:23:23'),(8656,1,2896,'','2013-11-06 11:39:12'),(8657,2,2896,'','2013-11-06 11:39:12'),(8658,3,2896,'','2013-11-06 11:39:12'),(8659,1,2897,'','2013-11-06 12:37:31'),(8660,2,2897,'','2013-11-06 12:37:31'),(8661,3,2897,'1048','2013-11-06 12:37:31'),(8662,1,2898,'','2013-11-06 13:49:22'),(8663,2,2898,'','2013-11-06 13:49:22'),(8664,3,2898,'','2013-11-06 13:49:23'),(8665,1,2899,'','2013-11-06 14:03:19'),(8666,2,2899,'','2013-11-06 14:03:19'),(8667,3,2899,'50427','2013-11-06 14:03:19'),(8668,1,2900,'','2013-11-06 14:40:14'),(8669,2,2900,'','2013-11-06 14:40:14'),(8670,3,2900,'','2013-11-06 14:40:14'),(8671,1,2901,'','2013-11-06 14:45:31'),(8672,2,2901,'','2013-11-06 14:45:31'),(8673,3,2901,'1089','2013-11-06 14:45:31'),(8674,1,2902,'','2013-11-06 14:49:36'),(8675,2,2902,'','2013-11-06 14:49:36'),(8676,3,2902,'50427','2013-11-06 14:49:36'),(8677,1,2903,'','2013-11-06 14:52:01'),(8678,2,2903,'','2013-11-06 14:52:01'),(8679,3,2903,'50427','2013-11-06 14:52:01'),(8680,1,2904,'','2013-11-06 14:59:35'),(8681,2,2904,'','2013-11-06 14:59:36'),(8682,3,2904,'50427','2013-11-06 14:59:36'),(8683,1,2905,'','2013-11-06 15:24:27'),(8684,2,2905,'','2013-11-06 15:24:27'),(8685,3,2905,'','2013-11-06 15:24:27'),(8686,1,2906,'','2013-11-06 15:49:03'),(8687,2,2906,'','2013-11-06 15:49:03'),(8688,3,2906,'2488','2013-11-06 15:49:03'),(8689,1,2907,'','2013-11-06 15:54:46'),(8690,2,2907,'','2013-11-06 15:54:46'),(8691,3,2907,'22514','2013-11-06 15:54:46'),(8692,1,2908,'','2013-11-06 16:09:14'),(8693,2,2908,'','2013-11-06 16:09:14'),(8694,3,2908,'1152','2013-11-06 16:09:14'),(8695,1,2909,'','2013-11-06 16:11:09'),(8696,2,2909,'','2013-11-06 16:11:09'),(8697,3,2909,'','2013-11-06 16:11:09'),(8698,1,2910,'','2013-11-06 16:21:52'),(8699,2,2910,'','2013-11-06 16:21:52'),(8700,3,2910,'','2013-11-06 16:21:52'),(8701,1,2911,'','2013-11-06 16:22:57'),(8702,2,2911,'','2013-11-06 16:22:57'),(8703,3,2911,'','2013-11-06 16:22:57'),(8704,1,2912,'','2013-11-06 16:24:08'),(8705,2,2912,'','2013-11-06 16:24:08'),(8706,3,2912,'','2013-11-06 16:24:08'),(8707,1,2913,'','2013-11-06 16:25:26'),(8708,2,2913,'','2013-11-06 16:25:26'),(8709,3,2913,'','2013-11-06 16:25:26'),(8710,1,2914,'','2013-11-06 16:28:57'),(8711,2,2914,'','2013-11-06 16:28:57'),(8712,3,2914,'','2013-11-06 16:28:57'),(8713,1,2915,'','2013-11-06 16:31:11'),(8714,2,2915,'','2013-11-06 16:31:11'),(8715,3,2915,'44788','2013-11-06 16:31:11'),(8716,1,2916,'','2013-11-06 16:31:53'),(8717,2,2916,'','2013-11-06 16:31:53'),(8718,3,2916,'','2013-11-06 16:31:53'),(8719,1,2917,'','2013-11-06 16:34:12'),(8720,2,2917,'','2013-11-06 16:34:12'),(8721,3,2917,'','2013-11-06 16:34:12'),(8722,1,2918,'','2013-11-06 16:35:37'),(8723,2,2918,'','2013-11-06 16:35:37'),(8724,3,2918,'1152','2013-11-06 16:35:37'),(8725,1,2919,'','2013-11-06 16:39:48'),(8726,2,2919,'','2013-11-06 16:39:48'),(8727,3,2919,'76057','2013-11-06 16:39:48'),(8728,1,2919,'','2013-11-06 16:40:06'),(8729,2,2919,'','2013-11-06 16:40:06'),(8730,3,2919,'16874','2013-11-06 16:40:07'),(8731,1,2921,'','2013-11-06 16:43:44'),(8732,2,2921,'','2013-11-06 16:43:44'),(8733,3,2921,'44789','2013-11-06 16:43:44'),(8734,1,2922,'','2013-11-06 16:51:26'),(8735,2,2922,'','2013-11-06 16:51:26'),(8736,3,2922,'','2013-11-06 16:51:26'),(8737,1,2923,'','2013-11-06 16:57:52'),(8738,2,2923,'','2013-11-06 16:57:52'),(8739,3,2923,'1044','2013-11-06 16:57:52'),(8740,1,2924,'','2013-11-06 17:00:18'),(8741,2,2924,'','2013-11-06 17:00:18'),(8742,3,2924,'1044','2013-11-06 17:00:18'),(8743,1,2925,'','2013-11-06 17:10:13'),(8744,2,2925,'','2013-11-06 17:10:13'),(8745,3,2925,'44789','2013-11-06 17:10:13'),(8746,1,2926,'','2013-11-06 17:17:54'),(8747,2,2926,'','2013-11-06 17:17:54'),(8748,3,2926,'76009','2013-11-06 17:17:54'),(8749,1,2927,'','2013-11-06 17:24:30'),(8750,2,2927,'','2013-11-06 17:24:30'),(8751,3,2927,'76009','2013-11-06 17:24:30'),(8752,1,2928,'','2013-11-06 17:26:02'),(8753,2,2928,'','2013-11-06 17:26:02'),(8754,3,2928,'50427','2013-11-06 17:26:02'),(8755,1,2929,'','2013-11-06 17:30:01'),(8756,2,2929,'','2013-11-06 17:30:02'),(8757,3,2929,'1105','2013-11-06 17:30:02'),(8758,1,2930,'','2013-11-06 17:53:54'),(8759,2,2930,'','2013-11-06 17:53:54'),(8760,3,2930,'50427','2013-11-06 17:53:54'),(8761,1,2931,'','2013-11-06 18:13:33'),(8762,2,2931,'','2013-11-06 18:13:33'),(8763,3,2931,'','2013-11-06 18:13:33'),(8764,1,2932,'','2013-11-06 18:20:59'),(8765,2,2932,'','2013-11-06 18:20:59'),(8766,3,2932,'','2013-11-06 18:20:59'),(8767,1,2933,'','2013-11-06 18:22:25'),(8768,2,2933,'','2013-11-06 18:22:25'),(8769,3,2933,'','2013-11-06 18:22:25'),(8770,1,2934,'','2013-11-06 18:25:41'),(8771,2,2934,'','2013-11-06 18:25:41'),(8772,3,2934,'','2013-11-06 18:25:41'),(8773,1,2935,'','2013-11-06 18:32:18'),(8774,2,2935,'','2013-11-06 18:32:18'),(8775,3,2935,'','2013-11-06 18:32:18'),(8776,1,2936,'','2013-11-06 18:35:58'),(8777,2,2936,'','2013-11-06 18:35:58'),(8778,3,2936,'50427','2013-11-06 18:35:58'),(8779,1,2937,'','2013-11-06 18:38:08'),(8780,2,2937,'','2013-11-06 18:38:08'),(8781,3,2937,'50427','2013-11-06 18:38:08'),(8782,1,2938,'','2013-11-06 18:41:49'),(8783,2,2938,'','2013-11-06 18:41:49'),(8784,3,2938,'76075','2013-11-06 18:41:49'),(8785,1,2939,'','2013-11-06 18:46:48'),(8786,2,2939,'','2013-11-06 18:46:48'),(8787,3,2939,'','2013-11-06 18:46:48'),(8788,1,2940,'','2013-11-06 18:52:14'),(8789,2,2940,'','2013-11-06 18:52:14'),(8790,3,2940,'44789','2013-11-06 18:52:14'),(8791,1,2941,'','2013-11-06 18:56:58'),(8792,2,2941,'','2013-11-06 18:56:58'),(8793,3,2941,'','2013-11-06 18:56:58'),(8794,1,2942,'','2013-11-06 19:10:41'),(8795,2,2942,'','2013-11-06 19:10:41'),(8796,3,2942,'50427','2013-11-06 19:10:41'),(8797,1,2943,'','2013-11-06 19:16:24'),(8798,2,2943,'','2013-11-06 19:16:24'),(8799,3,2943,'1525','2013-11-06 19:16:24'),(8800,1,2944,'','2013-11-06 19:19:32'),(8801,2,2944,'','2013-11-06 19:19:32'),(8802,3,2944,'1525','2013-11-06 19:19:32'),(8803,1,2945,'','2013-11-06 19:21:34'),(8804,2,2945,'','2013-11-06 19:21:34'),(8805,3,2945,'16874','2013-11-06 19:21:34'),(8806,1,2946,'','2013-11-06 19:23:50'),(8807,2,2946,'','2013-11-06 19:23:50'),(8808,3,2946,'2488','2013-11-06 19:23:50'),(8809,1,2947,'','2013-11-06 19:27:43'),(8810,2,2947,'','2013-11-06 19:27:43'),(8811,3,2947,'','2013-11-06 19:27:43'),(8812,1,2948,'','2013-11-06 19:28:49'),(8813,2,2948,'','2013-11-06 19:28:49'),(8814,3,2948,'76009','2013-11-06 19:28:49'),(8815,1,2949,'','2013-11-06 19:30:42'),(8816,2,2949,'','2013-11-06 19:30:42'),(8817,3,2949,'50555','2013-11-06 19:30:42'),(8818,1,2950,'','2013-11-06 19:36:03'),(8819,2,2950,'','2013-11-06 19:36:03'),(8820,3,2950,'','2013-11-06 19:36:03'),(8821,1,2951,'','2013-11-06 19:47:40'),(8822,2,2951,'','2013-11-06 19:47:40'),(8823,3,2951,'38861','2013-11-06 19:47:40'),(8824,1,2952,'','2013-11-06 19:52:00'),(8825,2,2952,'','2013-11-06 19:52:00'),(8826,3,2952,'76052','2013-11-06 19:52:00'),(8827,1,2953,'','2013-11-06 19:54:55'),(8828,2,2953,'','2013-11-06 19:54:55'),(8829,3,2953,'76063','2013-11-06 19:54:55'),(8830,1,2954,'','2013-11-06 19:57:55'),(8831,2,2954,'','2013-11-06 19:57:55'),(8832,3,2954,'1048','2013-11-06 19:57:55'),(8833,1,2955,'','2013-11-06 20:05:50'),(8834,2,2955,'','2013-11-06 20:05:50'),(8835,3,2955,'','2013-11-06 20:05:50'),(8836,1,2956,'','2013-11-06 20:13:10'),(8837,2,2956,'','2013-11-06 20:13:10'),(8838,3,2956,'76004','2013-11-06 20:13:10'),(8839,1,2957,'','2013-11-06 20:15:35'),(8840,2,2957,'','2013-11-06 20:15:35'),(8841,3,2957,'76005','2013-11-06 20:15:35'),(8842,1,2958,'','2013-11-06 20:24:10'),(8843,2,2958,'','2013-11-06 20:24:10'),(8844,3,2958,'16874','2013-11-06 20:24:10'),(8845,1,2959,'','2013-11-06 20:31:10'),(8846,2,2959,'','2013-11-06 20:31:10'),(8847,3,2959,'16874','2013-11-06 20:31:10'),(8848,1,2960,'','2013-11-06 20:45:13'),(8849,2,2960,'','2013-11-06 20:45:13'),(8850,3,2960,'50427','2013-11-06 20:45:13'),(8851,1,2961,'','2013-11-06 20:47:12'),(8852,2,2961,'','2013-11-06 20:47:12'),(8853,3,2961,'50427','2013-11-06 20:47:12'),(8854,1,2962,'','2013-11-06 21:05:31'),(8855,2,2962,'','2013-11-06 21:05:31'),(8856,3,2962,'76009','2013-11-06 21:05:31'),(8857,1,2963,'','2013-11-06 21:07:43'),(8858,2,2963,'','2013-11-06 21:07:43'),(8859,3,2963,'76004','2013-11-06 21:07:43'),(8860,1,2964,'','2013-11-06 21:10:03'),(8861,2,2964,'','2013-11-06 21:10:03'),(8862,3,2964,'1105','2013-11-06 21:10:03'),(8863,1,2965,'','2013-11-06 21:14:51'),(8864,2,2965,'','2013-11-06 21:14:51'),(8865,3,2965,'','2013-11-06 21:14:51'),(8866,1,2966,'','2013-11-06 21:19:07'),(8867,2,2966,'','2013-11-06 21:19:07'),(8868,3,2966,'44789','2013-11-06 21:19:07'),(8869,1,2967,'','2013-11-06 21:25:53'),(8870,2,2967,'','2013-11-06 21:25:53'),(8871,3,2967,'','2013-11-06 21:25:53'),(8872,1,2968,'','2013-11-06 21:33:48'),(8873,2,2968,'','2013-11-06 21:33:48'),(8874,3,2968,'50427','2013-11-06 21:33:48'),(8875,1,2969,'','2013-11-06 21:37:01'),(8876,2,2969,'','2013-11-06 21:37:01'),(8877,3,2969,'50559','2013-11-06 21:37:01'),(8878,1,2970,'','2013-11-06 21:42:59'),(8879,2,2970,'','2013-11-06 21:42:59'),(8880,3,2970,'55555','2013-11-06 21:42:59'),(8881,1,2971,'','2013-11-06 21:51:50'),(8882,2,2971,'','2013-11-06 21:51:50'),(8883,3,2971,'','2013-11-06 21:51:50'),(8884,1,2972,'','2013-11-06 22:01:02'),(8885,2,2972,'','2013-11-06 22:01:02'),(8886,3,2972,'','2013-11-06 22:01:02'),(8887,1,2973,'','2013-11-06 22:22:24'),(8888,2,2973,'','2013-11-06 22:22:24'),(8889,3,2973,'','2013-11-06 22:22:24'),(8890,1,2974,'','2013-11-06 22:49:38'),(8891,2,2974,'','2013-11-06 22:49:38'),(8892,3,2974,'76009','2013-11-06 22:49:38'),(8893,1,2975,'','2013-11-06 22:52:05'),(8894,2,2975,'','2013-11-06 22:52:05'),(8895,3,2975,'','2013-11-06 22:52:06'),(8896,1,2976,'','2013-11-06 23:07:34'),(8897,2,2976,'','2013-11-06 23:07:34'),(8898,3,2976,'76004','2013-11-06 23:07:34'),(8899,1,2977,'','2013-11-06 23:36:38'),(8900,2,2977,'','2013-11-06 23:36:38'),(8901,3,2977,'12756','2013-11-06 23:36:38'),(8902,1,2978,'','2013-11-06 23:49:32'),(8903,2,2978,'','2013-11-06 23:49:32'),(8904,3,2978,'','2013-11-06 23:49:32'),(8905,1,2979,'','2013-11-06 23:56:54'),(8906,2,2979,'','2013-11-06 23:56:54'),(8907,3,2979,'76052','2013-11-06 23:56:54'),(8908,1,2980,'0243317065','2013-11-07 00:18:02'),(8909,2,2980,'','2013-11-07 00:18:02'),(8910,3,2980,'2488','2013-11-07 00:18:02'),(8911,1,2981,'','2013-11-07 00:38:44'),(8912,2,2981,'','2013-11-07 00:38:44'),(8913,3,2981,'16874','2013-11-07 00:38:44'),(8914,1,2982,'','2013-11-07 00:41:45'),(8915,2,2982,'','2013-11-07 00:41:45'),(8916,3,2982,'44789','2013-11-07 00:41:45'),(8917,1,2983,'','2013-11-07 00:53:14'),(8918,2,2983,'','2013-11-07 00:53:14'),(8919,3,2983,'50427','2013-11-07 00:53:14'),(8920,1,2984,'','2013-11-07 01:05:45'),(8921,2,2984,'','2013-11-07 01:05:45'),(8922,3,2984,'','2013-11-07 01:05:45'),(8923,1,2985,'','2013-11-07 01:46:02'),(8924,2,2985,'','2013-11-07 01:46:02'),(8925,3,2985,'76004','2013-11-07 01:46:02'),(8926,1,2986,'','2013-11-07 02:24:46'),(8927,2,2986,'','2013-11-07 02:24:46'),(8928,3,2986,'','2013-11-07 02:24:46'),(8929,1,2987,'','2013-11-07 03:13:58'),(8930,2,2987,'','2013-11-07 03:13:58'),(8931,3,2987,'76074','2013-11-07 03:13:58'),(8932,1,2988,'','2013-11-07 03:54:40'),(8933,2,2988,'','2013-11-07 03:54:40'),(8934,3,2988,'50427','2013-11-07 03:54:40'),(8935,1,2989,'','2013-11-07 04:23:25'),(8936,2,2989,'','2013-11-07 04:23:25'),(8937,3,2989,'50427','2013-11-07 04:23:25'),(8938,1,2990,'','2013-11-07 04:37:09'),(8939,2,2990,'','2013-11-07 04:37:09'),(8940,3,2990,'76009','2013-11-07 04:37:09'),(8941,1,2991,'','2013-11-07 04:41:54'),(8942,2,2991,'','2013-11-07 04:41:54'),(8943,3,2991,'76009','2013-11-07 04:41:54'),(8944,1,2992,'','2013-11-07 04:57:19'),(8945,2,2992,'','2013-11-07 04:57:19'),(8946,3,2992,'16874','2013-11-07 04:57:19'),(8947,1,2993,'','2013-11-07 06:50:06'),(8948,2,2993,'','2013-11-07 06:50:06'),(8949,3,2993,'','2013-11-07 06:50:06'),(8950,1,2994,'','2013-11-07 07:40:35'),(8951,2,2994,'','2013-11-07 07:40:35'),(8952,3,2994,'','2013-11-07 07:40:35'),(8953,1,2995,'','2013-11-07 07:42:27'),(8954,2,2995,'','2013-11-07 07:42:27'),(8955,3,2995,'','2013-11-07 07:42:27'),(8956,1,2996,'','2013-11-07 08:13:48'),(8957,2,2996,'','2013-11-07 08:13:48'),(8958,3,2996,'','2013-11-07 08:13:48'),(8959,1,2997,'','2013-11-07 14:00:31'),(8960,2,2997,'','2013-11-07 14:00:31'),(8961,3,2997,'','2013-11-07 14:00:31'),(8962,1,2998,'','2013-11-07 15:57:21'),(8963,2,2998,'','2013-11-07 15:57:21'),(8964,3,2998,'','2013-11-07 15:57:21'),(8965,1,2999,'','2013-11-07 16:57:19'),(8966,2,2999,'','2013-11-07 16:57:19'),(8967,3,2999,'','2013-11-07 16:57:19'),(8968,1,3000,'','2013-11-07 17:00:48'),(8969,2,3000,'','2013-11-07 17:00:48'),(8970,3,3000,'50427','2013-11-07 17:00:48'),(8971,1,3001,'','2013-11-07 17:04:21'),(8972,2,3001,'','2013-11-07 17:04:21'),(8973,3,3001,'50427','2013-11-07 17:04:21'),(8974,1,3002,'','2013-11-07 17:05:38'),(8975,2,3002,'','2013-11-07 17:05:38'),(8976,3,3002,'50427','2013-11-07 17:05:38'),(8977,1,3003,'','2013-11-07 17:10:56'),(8978,2,3003,'','2013-11-07 17:10:56'),(8979,3,3003,'50427','2013-11-07 17:10:56'),(8980,1,3004,'','2013-11-07 17:45:02'),(8981,2,3004,'','2013-11-07 17:45:02'),(8982,3,3004,'','2013-11-07 17:45:02'),(8983,1,3005,'','2013-11-07 17:47:18'),(8984,2,3005,'','2013-11-07 17:47:18'),(8985,3,3005,'','2013-11-07 17:47:18'),(8986,1,3006,'','2013-11-07 17:48:41'),(8987,2,3006,'','2013-11-07 17:48:41'),(8988,3,3006,'','2013-11-07 17:48:41'),(8989,1,3007,'','2013-11-07 17:52:40'),(8990,2,3007,'','2013-11-07 17:52:40'),(8991,3,3007,'','2013-11-07 17:52:40'),(8992,1,3008,'','2013-11-07 17:53:53'),(8993,2,3008,'','2013-11-07 17:53:53'),(8994,3,3008,'','2013-11-07 17:53:53'),(8995,1,3009,'','2013-11-07 17:56:12'),(8996,2,3009,'','2013-11-07 17:56:12'),(8997,3,3009,'1525','2013-11-07 17:56:13'),(8998,1,3010,'','2013-11-07 18:01:44'),(8999,2,3010,'','2013-11-07 18:01:44'),(9000,3,3010,'1525','2013-11-07 18:01:44'),(9001,1,3011,'','2013-11-07 18:11:25'),(9002,2,3011,'','2013-11-07 18:11:25'),(9003,3,3011,'50427','2013-11-07 18:11:25'),(9004,1,3012,'','2013-11-07 18:17:07'),(9005,2,3012,'','2013-11-07 18:17:07'),(9006,3,3012,'','2013-11-07 18:17:07'),(9007,1,3013,'','2013-11-07 18:40:23'),(9008,2,3013,'','2013-11-07 18:40:23'),(9009,3,3013,'112.00','2013-11-07 18:40:23'),(9010,1,3014,'','2013-11-07 18:40:50'),(9011,2,3014,'','2013-11-07 18:40:50'),(9012,3,3014,'','2013-11-07 18:40:50'),(9013,1,3014,'','2013-11-07 18:40:52'),(9014,2,3014,'','2013-11-07 18:40:52'),(9015,3,3014,'50427','2013-11-07 18:40:52'),(9016,1,3016,'','2013-11-07 18:43:35'),(9017,2,3016,'','2013-11-07 18:43:35'),(9018,3,3016,'50427','2013-11-07 18:43:35'),(9019,1,3017,'','2013-11-07 18:45:27'),(9020,2,3017,'','2013-11-07 18:45:27'),(9021,3,3017,'76068','2013-11-07 18:45:27'),(9022,1,3018,'','2013-11-07 18:49:29'),(9023,2,3018,'','2013-11-07 18:49:29'),(9024,3,3018,'2488','2013-11-07 18:49:29'),(9025,1,3019,'','2013-11-07 18:53:08'),(9026,2,3019,'','2013-11-07 18:53:08'),(9027,3,3019,'22514','2013-11-07 18:53:08'),(9028,1,3020,'','2013-11-07 18:56:15'),(9029,2,3020,'','2013-11-07 18:56:15'),(9030,3,3020,'SR','2013-11-07 18:56:15'),(9031,1,3021,'','2013-11-07 18:56:56'),(9032,2,3021,'','2013-11-07 18:56:56'),(9033,3,3021,'50427','2013-11-07 18:56:56'),(9034,1,3021,'','2013-11-07 18:57:06'),(9035,2,3021,'','2013-11-07 18:57:06'),(9036,3,3021,'2488','2013-11-07 18:57:06'),(9037,1,3023,'','2013-11-07 18:59:19'),(9038,2,3023,'','2013-11-07 18:59:19'),(9039,3,3023,'50427','2013-11-07 18:59:19'),(9040,1,3024,'','2013-11-07 19:05:07'),(9041,2,3024,'','2013-11-07 19:05:07'),(9042,3,3024,'22514','2013-11-07 19:05:07'),(9043,1,3025,'','2013-11-07 19:07:33'),(9044,2,3025,'','2013-11-07 19:07:33'),(9045,3,3025,'','2013-11-07 19:07:33'),(9046,1,3026,'','2013-11-07 19:14:05'),(9047,2,3026,'','2013-11-07 19:14:05'),(9048,3,3026,'','2013-11-07 19:14:05'),(9049,1,3027,'','2013-11-07 19:31:06'),(9050,2,3027,'','2013-11-07 19:31:06'),(9051,3,3027,'76068','2013-11-07 19:31:06'),(9052,1,3028,'','2013-11-07 19:34:59'),(9053,2,3028,'','2013-11-07 19:34:59'),(9054,3,3028,'76068','2013-11-07 19:34:59'),(9055,1,3029,'','2013-11-07 19:48:29'),(9056,2,3029,'','2013-11-07 19:48:29'),(9057,3,3029,'50427','2013-11-07 19:48:29'),(9058,1,3030,'','2013-11-07 19:54:02'),(9059,2,3030,'','2013-11-07 19:54:02'),(9060,3,3030,'','2013-11-07 19:54:02'),(9061,1,3031,'','2013-11-07 19:57:23'),(9062,2,3031,'','2013-11-07 19:57:23'),(9063,3,3031,'76009','2013-11-07 19:57:23'),(9064,1,3032,'','2013-11-07 20:06:47'),(9065,2,3032,'','2013-11-07 20:06:47'),(9066,3,3032,'45783','2013-11-07 20:06:47'),(9067,1,3033,'','2013-11-07 20:13:02'),(9068,2,3033,'','2013-11-07 20:13:02'),(9069,3,3033,'','2013-11-07 20:13:02'),(9070,1,3034,'','2013-11-07 20:13:40'),(9071,2,3034,'','2013-11-07 20:13:40'),(9072,3,3034,'76067','2013-11-07 20:13:40'),(9073,1,3035,'','2013-11-07 20:18:30'),(9074,2,3035,'','2013-11-07 20:18:30'),(9075,3,3035,'76077','2013-11-07 20:18:30'),(9076,1,3036,'','2013-11-07 20:21:42'),(9077,2,3036,'','2013-11-07 20:21:42'),(9078,3,3036,'76077','2013-11-07 20:21:42'),(9079,1,3037,'','2013-11-07 20:23:15'),(9080,2,3037,'','2013-11-07 20:23:15'),(9081,3,3037,'','2013-11-07 20:23:15'),(9082,1,3038,'','2013-11-07 20:23:34'),(9083,2,3038,'','2013-11-07 20:23:34'),(9084,3,3038,'16874','2013-11-07 20:23:34'),(9085,1,3039,'','2013-11-07 20:28:59'),(9086,2,3039,'','2013-11-07 20:28:59'),(9087,3,3039,'','2013-11-07 20:28:59'),(9088,1,3040,'','2013-11-07 20:31:04'),(9089,2,3040,'','2013-11-07 20:31:04'),(9090,3,3040,'76009','2013-11-07 20:31:04'),(9091,1,3041,'','2013-11-07 20:43:18'),(9092,2,3041,'','2013-11-07 20:43:18'),(9093,3,3041,'75003','2013-11-07 20:43:18'),(9094,1,3042,'','2013-11-07 20:48:43'),(9095,2,3042,'','2013-11-07 20:48:43'),(9096,3,3042,'44789','2013-11-07 20:48:43'),(9097,1,3043,'','2013-11-07 20:59:14'),(9098,2,3043,'','2013-11-07 20:59:14'),(9099,3,3043,'76068','2013-11-07 20:59:14'),(9100,1,3044,'','2013-11-07 21:02:40'),(9101,2,3044,'','2013-11-07 21:02:40'),(9102,3,3044,'76001','2013-11-07 21:02:40'),(9103,1,3045,'','2013-11-07 21:08:40'),(9104,2,3045,'','2013-11-07 21:08:41'),(9105,3,3045,'76027','2013-11-07 21:08:41'),(9106,1,3046,'','2013-11-07 21:15:30'),(9107,2,3046,'','2013-11-07 21:15:30'),(9108,3,3046,'76052','2013-11-07 21:15:30'),(9109,1,3047,'','2013-11-07 21:18:30'),(9110,2,3047,'','2013-11-07 21:18:30'),(9111,3,3047,'76053','2013-11-07 21:18:30'),(9112,1,3048,'','2013-11-07 21:22:05'),(9113,2,3048,'','2013-11-07 21:22:05'),(9114,3,3048,'76057','2013-11-07 21:22:05'),(9115,1,3049,'','2013-11-07 21:24:51'),(9116,2,3049,'','2013-11-07 21:24:51'),(9117,3,3049,'','2013-11-07 21:24:51'),(9118,1,3050,'','2013-11-07 21:33:43'),(9119,2,3050,'','2013-11-07 21:33:43'),(9120,3,3050,'2488','2013-11-07 21:33:43'),(9121,1,3051,'','2013-11-07 21:38:28'),(9122,2,3051,'','2013-11-07 21:38:28'),(9123,3,3051,'44789','2013-11-07 21:38:29'),(9124,1,3052,'','2013-11-07 21:40:17'),(9125,2,3052,'','2013-11-07 21:40:17'),(9126,3,3052,'44789','2013-11-07 21:40:17'),(9127,1,3053,'','2013-11-07 21:42:02'),(9128,2,3053,'','2013-11-07 21:42:02'),(9129,3,3053,'1152','2013-11-07 21:42:02'),(9130,1,3054,'','2013-11-07 21:45:08'),(9131,2,3054,'','2013-11-07 21:45:08'),(9132,3,3054,'50427','2013-11-07 21:45:08'),(9133,1,3055,'','2013-11-07 21:59:23'),(9134,2,3055,'','2013-11-07 21:59:23'),(9135,3,3055,'','2013-11-07 21:59:23'),(9136,1,3056,'','2013-11-07 22:15:31'),(9137,2,3056,'','2013-11-07 22:15:31'),(9138,3,3056,'50427','2013-11-07 22:15:31'),(9139,1,3057,'','2013-11-07 22:18:14'),(9140,2,3057,'','2013-11-07 22:18:14'),(9141,3,3057,'76009','2013-11-07 22:18:14'),(9142,1,3058,'','2013-11-07 22:38:43'),(9143,2,3058,'','2013-11-07 22:38:43'),(9144,3,3058,'50427','2013-11-07 22:38:43'),(9145,1,3059,'','2013-11-07 22:47:41'),(9146,2,3059,'','2013-11-07 22:47:41'),(9147,3,3059,'','2013-11-07 22:47:41'),(9148,1,3060,'','2013-11-07 22:50:55'),(9149,2,3060,'','2013-11-07 22:50:55'),(9150,3,3060,'76068','2013-11-07 22:50:55'),(9151,1,3061,'','2013-11-07 23:01:45'),(9152,2,3061,'','2013-11-07 23:01:45'),(9153,3,3061,'1525','2013-11-07 23:01:45'),(9154,1,3062,'','2013-11-07 23:09:51'),(9155,2,3062,'','2013-11-07 23:09:51'),(9156,3,3062,'44789','2013-11-07 23:09:51'),(9157,1,3063,'','2013-11-07 23:14:30'),(9158,2,3063,'','2013-11-07 23:14:30'),(9159,3,3063,'','2013-11-07 23:14:30'),(9160,1,3064,'','2013-11-07 23:19:44'),(9161,2,3064,'','2013-11-07 23:19:44'),(9162,3,3064,'76057','2013-11-07 23:19:44'),(9163,1,3065,'','2013-11-07 23:58:04'),(9164,2,3065,'','2013-11-07 23:58:04'),(9165,3,3065,'','2013-11-07 23:58:04'),(9166,1,3066,'','2013-11-08 00:09:44'),(9167,2,3066,'','2013-11-08 00:09:44'),(9168,3,3066,'','2013-11-08 00:09:44'),(9169,1,3067,'','2013-11-08 00:58:44'),(9170,2,3067,'','2013-11-08 00:58:44'),(9171,3,3067,'50427','2013-11-08 00:58:44'),(9172,1,3068,'','2013-11-08 01:07:20'),(9173,2,3068,'','2013-11-08 01:07:20'),(9174,3,3068,'1016','2013-11-08 01:07:20'),(9175,1,3069,'','2013-11-08 01:28:37'),(9176,2,3069,'','2013-11-08 01:28:37'),(9177,3,3069,'1048','2013-11-08 01:28:37'),(9178,1,3070,'','2013-11-08 01:31:25'),(9179,2,3070,'','2013-11-08 01:31:25'),(9180,3,3070,'1048','2013-11-08 01:31:25'),(9181,1,3071,'','2013-11-08 01:37:09'),(9182,2,3071,'','2013-11-08 01:37:09'),(9183,3,3071,'50427','2013-11-08 01:37:09'),(9184,1,3072,'','2013-11-08 01:39:50'),(9185,2,3072,'','2013-11-08 01:39:50'),(9186,3,3072,'','2013-11-08 01:39:51'),(9187,1,3073,'','2013-11-08 01:43:05'),(9188,2,3073,'','2013-11-08 01:43:05'),(9189,3,3073,'','2013-11-08 01:43:05'),(9190,1,3074,'','2013-11-08 01:56:52'),(9191,2,3074,'','2013-11-08 01:56:52'),(9192,3,3074,'','2013-11-08 01:56:52'),(9193,1,3075,'','2013-11-08 02:29:26'),(9194,2,3075,'','2013-11-08 02:29:26'),(9195,3,3075,'','2013-11-08 02:29:26'),(9196,1,3076,'','2013-11-08 02:33:12'),(9197,2,3076,'','2013-11-08 02:33:12'),(9198,3,3076,'1152','2013-11-08 02:33:12'),(9199,1,3077,'','2013-11-08 02:40:20'),(9200,2,3077,'','2013-11-08 02:40:20'),(9201,3,3077,'76009','2013-11-08 02:40:20'),(9202,1,3078,'','2013-11-08 02:42:40'),(9203,2,3078,'','2013-11-08 02:42:40'),(9204,3,3078,'','2013-11-08 02:42:40'),(9205,1,3079,'','2013-11-08 03:42:46'),(9206,2,3079,'','2013-11-08 03:42:46'),(9207,3,3079,'','2013-11-08 03:42:46'),(9208,1,3080,'','2013-11-08 04:31:13'),(9209,2,3080,'','2013-11-08 04:31:13'),(9210,3,3080,'50427','2013-11-08 04:31:13'),(9211,1,3081,'','2013-11-08 05:36:03'),(9212,2,3081,'','2013-11-08 05:36:03'),(9213,3,3081,'','2013-11-08 05:36:03'),(9214,1,3082,'','2013-11-08 07:46:47'),(9215,2,3082,'','2013-11-08 07:46:47'),(9216,3,3082,'12756','2013-11-08 07:46:48'),(9217,1,3083,'','2013-11-08 14:07:24'),(9218,2,3083,'','2013-11-08 14:07:24'),(9219,3,3083,'','2013-11-08 14:07:24'),(9220,1,3084,'','2013-11-08 14:21:33'),(9221,2,3084,'','2013-11-08 14:21:33'),(9222,3,3084,'','2013-11-08 14:21:33'),(9223,1,3085,'','2013-11-08 14:43:19'),(9224,2,3085,'','2013-11-08 14:43:19'),(9225,3,3085,'76009','2013-11-08 14:43:19'),(9226,1,3086,'','2013-11-08 15:41:04'),(9227,2,3086,'','2013-11-08 15:41:04'),(9228,3,3086,'76058','2013-11-08 15:41:04'),(9229,1,3087,'','2013-11-08 15:43:55'),(9230,2,3087,'','2013-11-08 15:43:55'),(9231,3,3087,'76065','2013-11-08 15:43:55'),(9232,1,3088,'','2013-11-08 15:49:41'),(9233,2,3088,'','2013-11-08 15:49:41'),(9234,3,3088,'76033','2013-11-08 15:49:41'),(9235,1,3089,'','2013-11-08 15:51:59'),(9236,2,3089,'','2013-11-08 15:51:59'),(9237,3,3089,'76033','2013-11-08 15:51:59'),(9238,1,3090,'','2013-11-08 16:04:05'),(9239,2,3090,'','2013-11-08 16:04:05'),(9240,3,3090,'','2013-11-08 16:04:05'),(9241,1,3091,'','2013-11-08 16:11:58'),(9242,2,3091,'','2013-11-08 16:11:58'),(9243,3,3091,'1525','2013-11-08 16:11:58'),(9244,1,3092,'','2013-11-08 16:14:17'),(9245,2,3092,'','2013-11-08 16:14:17'),(9246,3,3092,'76005','2013-11-08 16:14:17'),(9247,1,3093,'','2013-11-08 16:18:24'),(9248,2,3093,'','2013-11-08 16:18:24'),(9249,3,3093,'50427','2013-11-08 16:18:24'),(9250,1,3094,'','2013-11-08 16:20:39'),(9251,2,3094,'','2013-11-08 16:20:39'),(9252,3,3094,'','2013-11-08 16:20:39'),(9253,1,3095,'','2013-11-08 16:50:09'),(9254,2,3095,'','2013-11-08 16:50:09'),(9255,3,3095,'','2013-11-08 16:50:09'),(9256,1,3096,'','2013-11-08 16:58:22'),(9257,2,3096,'','2013-11-08 16:58:22'),(9258,3,3096,'','2013-11-08 16:58:22'),(9259,1,3097,'','2013-11-08 17:01:38'),(9260,2,3097,'','2013-11-08 17:01:38'),(9261,3,3097,'44789','2013-11-08 17:01:38'),(9262,1,3098,'','2013-11-08 17:04:34'),(9263,2,3098,'','2013-11-08 17:04:34'),(9264,3,3098,'2488','2013-11-08 17:04:34'),(9265,1,3099,'','2013-11-08 17:06:39'),(9266,2,3099,'','2013-11-08 17:06:39'),(9267,3,3099,'44789','2013-11-08 17:06:39'),(9268,1,3100,'','2013-11-08 17:16:39'),(9269,2,3100,'','2013-11-08 17:16:39'),(9270,3,3100,'1048','2013-11-08 17:16:39'),(9271,1,3101,'','2013-11-08 17:23:15'),(9272,2,3101,'','2013-11-08 17:23:15'),(9273,3,3101,'50427','2013-11-08 17:23:15'),(9274,1,3102,'','2013-11-08 17:26:07'),(9275,2,3102,'','2013-11-08 17:26:07'),(9276,3,3102,'76052','2013-11-08 17:26:08'),(9277,1,3103,'','2013-11-08 17:36:52'),(9278,2,3103,'','2013-11-08 17:36:52'),(9279,3,3103,'38361','2013-11-08 17:36:52'),(9280,1,3104,'','2013-11-08 17:38:35'),(9281,2,3104,'','2013-11-08 17:38:35'),(9282,3,3104,'55555','2013-11-08 17:38:35'),(9283,1,3105,'','2013-11-08 17:55:12'),(9284,2,3105,'','2013-11-08 17:55:12'),(9285,3,3105,'1525','2013-11-08 17:55:12'),(9286,1,3106,'','2013-11-08 17:58:49'),(9287,2,3106,'','2013-11-08 17:58:49'),(9288,3,3106,'76044','2013-11-08 17:58:49'),(9289,1,3107,'','2013-11-08 18:04:15'),(9290,2,3107,'','2013-11-08 18:04:15'),(9291,3,3107,'76068','2013-11-08 18:04:15'),(9292,1,3108,'','2013-11-08 18:11:30'),(9293,2,3108,'','2013-11-08 18:11:30'),(9294,3,3108,'','2013-11-08 18:11:30'),(9295,1,3109,'','2013-11-08 18:57:12'),(9296,2,3109,'','2013-11-08 18:57:12'),(9297,3,3109,'','2013-11-08 18:57:12'),(9298,1,3110,'','2013-11-08 19:01:35'),(9299,2,3110,'','2013-11-08 19:01:35'),(9300,3,3110,'','2013-11-08 19:01:35'),(9301,1,3111,'','2013-11-08 19:10:26'),(9302,2,3111,'','2013-11-08 19:10:26'),(9303,3,3111,'','2013-11-08 19:10:26'),(9304,1,3112,'','2013-11-08 19:15:17'),(9305,2,3112,'','2013-11-08 19:15:17'),(9306,3,3112,'76001','2013-11-08 19:15:17'),(9307,1,3113,'','2013-11-08 19:20:46'),(9308,2,3113,'','2013-11-08 19:20:46'),(9309,3,3113,'44789','2013-11-08 19:20:46'),(9310,1,3114,'','2013-11-08 19:25:25'),(9311,2,3114,'','2013-11-08 19:25:25'),(9312,3,3114,'','2013-11-08 19:25:25'),(9313,1,3115,'','2013-11-08 19:27:39'),(9314,2,3115,'','2013-11-08 19:27:39'),(9315,3,3115,'76052','2013-11-08 19:27:39'),(9316,1,3116,'','2013-11-08 19:30:43'),(9317,2,3116,'','2013-11-08 19:30:43'),(9318,3,3116,'','2013-11-08 19:30:43'),(9319,1,3117,'','2013-11-08 19:43:26'),(9320,2,3117,'','2013-11-08 19:43:26'),(9321,3,3117,'15866','2013-11-08 19:43:26'),(9322,1,3118,'','2013-11-08 19:51:08'),(9323,2,3118,'','2013-11-08 19:51:08'),(9324,3,3118,'','2013-11-08 19:51:08'),(9325,1,3119,'','2013-11-08 20:07:11'),(9326,2,3119,'','2013-11-08 20:07:11'),(9327,3,3119,'','2013-11-08 20:07:11'),(9328,1,3120,'','2013-11-08 20:12:57'),(9329,2,3120,'','2013-11-08 20:12:57'),(9330,3,3120,'50427','2013-11-08 20:12:57'),(9331,1,3121,'','2013-11-08 20:16:48'),(9332,2,3121,'','2013-11-08 20:16:48'),(9333,3,3121,'38361','2013-11-08 20:16:48'),(9334,1,3122,'','2013-11-08 20:28:36'),(9335,2,3122,'','2013-11-08 20:28:36'),(9336,3,3122,'50427','2013-11-08 20:28:36'),(9337,1,3123,'','2013-11-08 20:31:39'),(9338,2,3123,'','2013-11-08 20:31:39'),(9339,3,3123,'50427','2013-11-08 20:31:39'),(9340,1,3124,'','2013-11-08 20:47:07'),(9341,2,3124,'','2013-11-08 20:47:07'),(9342,3,3124,'50427','2013-11-08 20:47:07'),(9343,1,3125,'','2013-11-08 20:53:53'),(9344,2,3125,'','2013-11-08 20:53:53'),(9345,3,3125,'','2013-11-08 20:53:53'),(9346,1,3126,'','2013-11-08 21:25:11'),(9347,2,3126,'','2013-11-08 21:25:11'),(9348,3,3126,'50427','2013-11-08 21:25:11'),(9349,1,3127,'','2013-11-08 21:51:09'),(9350,2,3127,'','2013-11-08 21:51:09'),(9351,3,3127,'50427','2013-11-08 21:51:09'),(9352,1,3128,'','2013-11-08 21:54:42'),(9353,2,3128,'','2013-11-08 21:54:42'),(9354,3,3128,'1005','2013-11-08 21:54:42'),(9355,1,3129,'','2013-11-08 22:22:26'),(9356,2,3129,'','2013-11-08 22:22:26'),(9357,3,3129,'44789','2013-11-08 22:22:26'),(9358,1,3130,'','2013-11-08 22:38:51'),(9359,2,3130,'','2013-11-08 22:38:51'),(9360,3,3130,'31734','2013-11-08 22:38:51'),(9361,1,3131,'0242627107','2013-11-08 22:49:41'),(9362,2,3131,'marth_norbi@yahoo.co.uk','2013-11-08 22:49:41'),(9363,3,3131,'2488','2013-11-08 22:49:41'),(9364,1,3132,'','2013-11-08 23:25:51'),(9365,2,3132,'','2013-11-08 23:25:51'),(9366,3,3132,'1525','2013-11-08 23:25:51'),(9367,1,3133,'','2013-11-08 23:32:07'),(9368,2,3133,'','2013-11-08 23:32:08'),(9369,3,3133,'16874','2013-11-08 23:32:08'),(9370,1,3134,'','2013-11-08 23:46:49'),(9371,2,3134,'','2013-11-08 23:46:49'),(9372,3,3134,'','2013-11-08 23:46:49'),(9373,1,3135,'','2013-11-08 23:49:42'),(9374,2,3135,'','2013-11-08 23:49:42'),(9375,3,3135,'75002','2013-11-08 23:49:42'),(9376,1,3136,'','2013-11-09 00:38:06'),(9377,2,3136,'','2013-11-09 00:38:06'),(9378,3,3136,'','2013-11-09 00:38:06'),(9379,1,3137,'','2013-11-09 01:52:04'),(9380,2,3137,'','2013-11-09 01:52:04'),(9381,3,3137,'76067','2013-11-09 01:52:04'),(9382,1,3138,'','2013-11-09 01:53:52'),(9383,2,3138,'','2013-11-09 01:53:52'),(9384,3,3138,'75002','2013-11-09 01:53:52'),(9385,1,3139,'','2013-11-09 02:02:44'),(9386,2,3139,'','2013-11-09 02:02:44'),(9387,3,3139,'','2013-11-09 02:02:44'),(9388,1,3140,'','2013-11-09 02:23:11'),(9389,2,3140,'','2013-11-09 02:23:11'),(9390,3,3140,'39761','2013-11-09 02:23:11'),(9391,1,3141,'','2013-11-09 02:51:08'),(9392,2,3141,'','2013-11-09 02:51:08'),(9393,3,3141,'','2013-11-09 02:51:08'),(9394,1,3142,'','2013-11-09 02:54:04'),(9395,2,3142,'','2013-11-09 02:54:04'),(9396,3,3142,'','2013-11-09 02:54:04'),(9397,1,3143,'','2013-11-09 03:10:38'),(9398,2,3143,'','2013-11-09 03:10:38'),(9399,3,3143,'50427','2013-11-09 03:10:38'),(9400,1,3144,'','2013-11-09 03:13:39'),(9401,2,3144,'','2013-11-09 03:13:39'),(9402,3,3144,'','2013-11-09 03:13:39'),(9403,1,3145,'','2013-11-09 03:18:13'),(9404,2,3145,'','2013-11-09 03:18:13'),(9405,3,3145,'50427','2013-11-09 03:18:13'),(9406,1,3146,'','2013-11-09 03:23:58'),(9407,2,3146,'','2013-11-09 03:23:58'),(9408,3,3146,'76057','2013-11-09 03:23:58'),(9409,1,3147,'','2013-11-09 03:26:57'),(9410,2,3147,'','2013-11-09 03:26:57'),(9411,3,3147,'76057','2013-11-09 03:26:57'),(9412,1,3148,'','2013-11-09 03:39:51'),(9413,2,3148,'','2013-11-09 03:39:51'),(9414,3,3148,'76009','2013-11-09 03:39:51'),(9415,1,3149,'','2013-11-09 07:02:58'),(9416,2,3149,'','2013-11-09 07:02:58'),(9417,3,3149,'','2013-11-09 07:02:58'),(9418,1,3150,'','2013-11-09 09:15:22'),(9419,2,3150,'','2013-11-09 09:15:22'),(9420,3,3150,'','2013-11-09 09:15:22'),(9421,1,3151,'','2013-11-09 13:47:58'),(9422,2,3151,'','2013-11-09 13:47:58'),(9423,3,3151,'','2013-11-09 13:47:58'),(9424,1,3152,'','2013-11-09 13:54:19'),(9425,2,3152,'','2013-11-09 13:54:19'),(9426,3,3152,'2488','2013-11-09 13:54:19'),(9427,1,3153,'','2013-11-09 14:10:54'),(9428,2,3153,'','2013-11-09 14:10:54'),(9429,3,3153,'75508','2013-11-09 14:10:54'),(9430,1,3154,'','2013-11-09 14:50:25'),(9431,2,3154,'','2013-11-09 14:50:25'),(9432,3,3154,'','2013-11-09 14:50:25'),(9433,1,3155,'','2013-11-09 15:03:22'),(9434,2,3155,'','2013-11-09 15:03:22'),(9435,3,3155,'16874','2013-11-09 15:03:22'),(9436,1,3156,'','2013-11-09 15:23:17'),(9437,2,3156,'','2013-11-09 15:23:17'),(9438,3,3156,'76009','2013-11-09 15:23:17'),(9439,1,3157,'','2013-11-09 16:01:55'),(9440,2,3157,'','2013-11-09 16:01:55'),(9441,3,3157,'24660','2013-11-09 16:01:55'),(9442,1,3158,'','2013-11-09 16:04:10'),(9443,2,3158,'','2013-11-09 16:04:10'),(9444,3,3158,'16874','2013-11-09 16:04:10'),(9445,1,3159,'','2013-11-09 16:12:04'),(9446,2,3159,'','2013-11-09 16:12:04'),(9447,3,3159,'1105','2013-11-09 16:12:04'),(9448,1,3160,'','2013-11-09 16:25:37'),(9449,2,3160,'','2013-11-09 16:25:37'),(9450,3,3160,'','2013-11-09 16:25:37'),(9451,1,3161,'','2013-11-09 16:54:56'),(9452,2,3161,'','2013-11-09 16:54:56'),(9453,3,3161,'76033','2013-11-09 16:54:56'),(9454,1,3162,'','2013-11-09 17:08:06'),(9455,2,3162,'','2013-11-09 17:08:06'),(9456,3,3162,'360.00','2013-11-09 17:08:06'),(9457,1,3163,'','2013-11-09 17:27:01'),(9458,2,3163,'','2013-11-09 17:27:01'),(9459,3,3163,'76027','2013-11-09 17:27:01'),(9460,1,3164,'','2013-11-09 17:43:50'),(9461,2,3164,'','2013-11-09 17:43:50'),(9462,3,3164,'','2013-11-09 17:43:50'),(9463,1,3165,'','2013-11-09 18:04:06'),(9464,2,3165,'','2013-11-09 18:04:06'),(9465,3,3165,'76052','2013-11-09 18:04:06'),(9466,1,3166,'','2013-11-09 18:10:35'),(9467,2,3166,'','2013-11-09 18:10:35'),(9468,3,3166,'76001','2013-11-09 18:10:35'),(9469,1,3167,'','2013-11-09 18:57:27'),(9470,2,3167,'','2013-11-09 18:57:27'),(9471,3,3167,'1048','2013-11-09 18:57:27'),(9472,1,3168,'','2013-11-09 19:17:42'),(9473,2,3168,'','2013-11-09 19:17:42'),(9474,3,3168,'','2013-11-09 19:17:42'),(9475,1,3169,'','2013-11-09 19:31:03'),(9476,2,3169,'','2013-11-09 19:31:03'),(9477,3,3169,'','2013-11-09 19:31:03'),(9478,1,3170,'','2013-11-09 19:34:39'),(9479,2,3170,'','2013-11-09 19:34:39'),(9480,3,3170,'1005','2013-11-09 19:34:39'),(9481,1,3171,'','2013-11-09 19:36:47'),(9482,2,3171,'','2013-11-09 19:36:47'),(9483,3,3171,'50427','2013-11-09 19:36:47'),(9484,1,3172,'','2013-11-09 19:46:15'),(9485,2,3172,'','2013-11-09 19:46:15'),(9486,3,3172,'','2013-11-09 19:46:15'),(9487,1,3173,'','2013-11-09 19:49:22'),(9488,2,3173,'','2013-11-09 19:49:22'),(9489,3,3173,'44789','2013-11-09 19:49:22'),(9490,1,3174,'','2013-11-09 19:54:33'),(9491,2,3174,'','2013-11-09 19:54:33'),(9492,3,3174,'44789','2013-11-09 19:54:33'),(9493,1,3175,'','2013-11-09 20:05:12'),(9494,2,3175,'','2013-11-09 20:05:13'),(9495,3,3175,'50427','2013-11-09 20:05:13'),(9496,1,3176,'','2013-11-09 20:12:49'),(9497,2,3176,'','2013-11-09 20:12:49'),(9498,3,3176,'50427','2013-11-09 20:12:49'),(9499,1,3177,'','2013-11-09 20:18:23'),(9500,2,3177,'','2013-11-09 20:18:23'),(9501,3,3177,'','2013-11-09 20:18:23'),(9502,1,3178,'','2013-11-09 20:24:25'),(9503,2,3178,'','2013-11-09 20:24:25'),(9504,3,3178,'50427','2013-11-09 20:24:25'),(9505,1,3179,'','2013-11-09 20:33:07'),(9506,2,3179,'','2013-11-09 20:33:07'),(9507,3,3179,'','2013-11-09 20:33:07'),(9508,1,3180,'','2013-11-09 20:40:56'),(9509,2,3180,'','2013-11-09 20:40:56'),(9510,3,3180,'50427','2013-11-09 20:40:56'),(9511,1,3181,'','2013-11-09 21:12:45'),(9512,2,3181,'','2013-11-09 21:12:45'),(9513,3,3181,'50427','2013-11-09 21:12:45'),(9514,1,3182,'','2013-11-09 21:15:45'),(9515,2,3182,'','2013-11-09 21:15:45'),(9516,3,3182,'50427','2013-11-09 21:15:45'),(9517,1,3183,'','2013-11-09 21:29:17'),(9518,2,3183,'','2013-11-09 21:29:17'),(9519,3,3183,'','2013-11-09 21:29:17'),(9520,1,3184,'','2013-11-09 21:34:59'),(9521,2,3184,'','2013-11-09 21:34:59'),(9522,3,3184,'50427','2013-11-09 21:34:59'),(9523,1,3185,'','2013-11-09 21:39:21'),(9524,2,3185,'','2013-11-09 21:39:22'),(9525,3,3185,'44789','2013-11-09 21:39:22'),(9526,1,3186,'','2013-11-09 21:48:15'),(9527,2,3186,'','2013-11-09 21:48:15'),(9528,3,3186,'2222','2013-11-09 21:48:15'),(9529,1,3187,'','2013-11-09 22:21:39'),(9530,2,3187,'','2013-11-09 22:21:39'),(9531,3,3187,'50247','2013-11-09 22:21:39'),(9532,1,3188,'','2013-11-09 22:29:28'),(9533,2,3188,'','2013-11-09 22:29:28'),(9534,3,3188,'50427','2013-11-09 22:29:28'),(9535,1,3189,'','2013-11-09 22:46:01'),(9536,2,3189,'','2013-11-09 22:46:01'),(9537,3,3189,'16874','2013-11-09 22:46:01'),(9538,1,3190,'','2013-11-09 22:59:08'),(9539,2,3190,'','2013-11-09 22:59:08'),(9540,3,3190,'','2013-11-09 22:59:08'),(9541,1,3191,'','2013-11-09 23:03:22'),(9542,2,3191,'','2013-11-09 23:03:22'),(9543,3,3191,'50427','2013-11-09 23:03:22'),(9544,1,3192,'','2013-11-10 00:32:25'),(9545,2,3192,'','2013-11-10 00:32:25'),(9546,3,3192,'76009','2013-11-10 00:32:25'),(9547,1,3193,'','2013-11-10 00:37:22'),(9548,2,3193,'','2013-11-10 00:37:22'),(9549,3,3193,'76061','2013-11-10 00:37:22'),(9550,1,3194,'','2013-11-10 00:41:04'),(9551,2,3194,'','2013-11-10 00:41:04'),(9552,3,3194,'44789','2013-11-10 00:41:04'),(9553,1,3195,'','2013-11-10 00:46:27'),(9554,2,3195,'','2013-11-10 00:46:27'),(9555,3,3195,'50427','2013-11-10 00:46:27'),(9556,1,3196,'','2013-11-10 00:53:52'),(9557,2,3196,'','2013-11-10 00:53:52'),(9558,3,3196,'37.00','2013-11-10 00:53:52'),(9559,1,3197,'','2013-11-10 00:58:38'),(9560,2,3197,'','2013-11-10 00:58:38'),(9561,3,3197,'1525','2013-11-10 00:58:38'),(9562,1,3198,'','2013-11-10 01:28:23'),(9563,2,3198,'','2013-11-10 01:28:23'),(9564,3,3198,'76001','2013-11-10 01:28:23'),(9565,1,3199,'','2013-11-10 01:30:55'),(9566,2,3199,'','2013-11-10 01:30:55'),(9567,3,3199,'44789','2013-11-10 01:30:55'),(9568,1,3200,'','2013-11-10 01:56:10'),(9569,2,3200,'','2013-11-10 01:56:10'),(9570,3,3200,'1525','2013-11-10 01:56:10'),(9571,1,3201,'','2013-11-10 02:25:31'),(9572,2,3201,'','2013-11-10 02:25:31'),(9573,3,3201,'','2013-11-10 02:25:31'),(9574,1,3202,'','2013-11-10 02:27:42'),(9575,2,3202,'','2013-11-10 02:27:42'),(9576,3,3202,'76009','2013-11-10 02:27:42'),(9577,1,3203,'','2013-11-10 02:39:45'),(9578,2,3203,'','2013-11-10 02:39:45'),(9579,3,3203,'76065','2013-11-10 02:39:45'),(9580,1,3204,'','2013-11-10 02:44:49'),(9581,2,3204,'','2013-11-10 02:44:49'),(9582,3,3204,'76043','2013-11-10 02:44:49'),(9583,1,3205,'','2013-11-10 02:49:05'),(9584,2,3205,'','2013-11-10 02:49:05'),(9585,3,3205,'44789','2013-11-10 02:49:05'),(9586,1,3206,'','2013-11-10 02:57:29'),(9587,2,3206,'','2013-11-10 02:57:29'),(9588,3,3206,'15866','2013-11-10 02:57:29'),(9589,1,3207,'','2013-11-10 03:04:40'),(9590,2,3207,'','2013-11-10 03:04:40'),(9591,3,3207,'','2013-11-10 03:04:40'),(9592,1,3208,'','2013-11-10 03:42:41'),(9593,2,3208,'','2013-11-10 03:42:41'),(9594,3,3208,'76004','2013-11-10 03:42:41'),(9595,1,3209,'','2013-11-10 03:52:24'),(9596,2,3209,'','2013-11-10 03:52:25'),(9597,3,3209,'76052','2013-11-10 03:52:25'),(9598,1,3210,'','2013-11-10 03:54:42'),(9599,2,3210,'','2013-11-10 03:54:42'),(9600,3,3210,'76052','2013-11-10 03:54:42'),(9601,1,3211,'','2013-11-10 05:22:02'),(9602,2,3211,'','2013-11-10 05:22:02'),(9603,3,3211,'76001','2013-11-10 05:22:02'),(9604,1,3212,'','2013-11-10 05:35:55'),(9605,2,3212,'','2013-11-10 05:35:56'),(9606,3,3212,'1048','2013-11-10 05:35:56'),(9607,1,3213,'','2013-11-10 05:39:05'),(9608,2,3213,'','2013-11-10 05:39:05'),(9609,3,3213,'','2013-11-10 05:39:05'),(9610,1,3214,'','2013-11-10 05:54:13'),(9611,2,3214,'','2013-11-10 05:54:13'),(9612,3,3214,'','2013-11-10 05:54:13'),(9613,1,3215,'','2013-11-10 06:52:51'),(9614,2,3215,'','2013-11-10 06:52:51'),(9615,3,3215,'','2013-11-10 06:52:51'),(9616,1,3216,'','2013-11-10 07:40:58'),(9617,2,3216,'','2013-11-10 07:40:58'),(9618,3,3216,'','2013-11-10 07:40:58'),(9619,1,3217,'','2013-11-10 08:19:16'),(9620,2,3217,'','2013-11-10 08:19:16'),(9621,3,3217,'','2013-11-10 08:19:16'),(9622,1,3218,'','2013-11-10 08:29:30'),(9623,2,3218,'','2013-11-10 08:29:30'),(9624,3,3218,'1105','2013-11-10 08:29:30'),(9625,1,3219,'','2013-11-10 10:39:12'),(9626,2,3219,'','2013-11-10 10:39:12'),(9627,3,3219,'50427','2013-11-10 10:39:12'),(9628,1,3220,'','2013-11-10 14:42:35'),(9629,2,3220,'','2013-11-10 14:42:35'),(9630,3,3220,'','2013-11-10 14:42:35'),(9631,1,3221,'','2013-11-10 15:14:40'),(9632,2,3221,'','2013-11-10 15:14:40'),(9633,3,3221,'1152','2013-11-10 15:14:40'),(9634,1,3222,'','2013-11-10 15:17:54'),(9635,2,3222,'','2013-11-10 15:17:54'),(9636,3,3222,'1152','2013-11-10 15:17:54'),(9637,1,3223,'','2013-11-10 15:56:21'),(9638,2,3223,'','2013-11-10 15:56:21'),(9639,3,3223,'','2013-11-10 15:56:21'),(9640,1,3224,'','2013-11-10 16:10:23'),(9641,2,3224,'','2013-11-10 16:10:23'),(9642,3,3224,'','2013-11-10 16:10:23'),(9643,1,3225,'','2013-11-10 16:22:11'),(9644,2,3225,'','2013-11-10 16:22:11'),(9645,3,3225,'2488','2013-11-10 16:22:11'),(9646,1,3226,'','2013-11-10 17:29:58'),(9647,2,3226,'','2013-11-10 17:29:59'),(9648,3,3226,'76058','2013-11-10 17:29:59'),(9649,1,3227,'','2013-11-10 17:43:33'),(9650,2,3227,'','2013-11-10 17:43:33'),(9651,3,3227,'16874','2013-11-10 17:43:33'),(9652,1,3228,'','2013-11-10 17:58:48'),(9653,2,3228,'','2013-11-10 17:58:48'),(9654,3,3228,'1152','2013-11-10 17:58:48'),(9655,1,3229,'','2013-11-10 18:33:43'),(9656,2,3229,'','2013-11-10 18:33:43'),(9657,3,3229,'76052','2013-11-10 18:33:43'),(9658,1,3230,'','2013-11-10 19:13:17'),(9659,2,3230,'','2013-11-10 19:13:17'),(9660,3,3230,'50427','2013-11-10 19:13:17'),(9661,1,3231,'','2013-11-10 19:34:24'),(9662,2,3231,'','2013-11-10 19:34:24'),(9663,3,3231,'76009','2013-11-10 19:34:24'),(9664,1,3232,'','2013-11-10 20:01:55'),(9665,2,3232,'','2013-11-10 20:01:55'),(9666,3,3232,'76009','2013-11-10 20:01:55'),(9667,1,3233,'0244645520','2013-11-10 20:58:27'),(9668,2,3233,'','2013-11-10 20:58:27'),(9669,3,3233,'','2013-11-10 20:58:27'),(9670,1,3234,'','2013-11-10 21:07:59'),(9671,2,3234,'','2013-11-10 21:07:59'),(9672,3,3234,'','2013-11-10 21:07:59'),(9673,1,3235,'','2013-11-10 21:39:17'),(9674,2,3235,'','2013-11-10 21:39:17'),(9675,3,3235,'1525','2013-11-10 21:39:17'),(9676,1,3236,'','2013-11-10 21:47:08'),(9677,2,3236,'','2013-11-10 21:47:08'),(9678,3,3236,'76058','2013-11-10 21:47:08'),(9679,1,3237,'0276277141','2013-11-10 22:32:54'),(9680,2,3237,'KELLYANS_25@YAHOO.COM','2013-11-10 22:32:54'),(9681,3,3237,'1525','2013-11-10 22:32:54'),(9682,1,3238,'','2013-11-11 00:07:44'),(9683,2,3238,'','2013-11-11 00:07:44'),(9684,3,3238,'2488','2013-11-11 00:07:44'),(9685,1,3239,'','2013-11-11 00:18:20'),(9686,2,3239,'','2013-11-11 00:18:20'),(9687,3,3239,'OUT','2013-11-11 00:18:20'),(9688,1,3240,'','2013-11-11 00:26:34'),(9689,2,3240,'','2013-11-11 00:26:34'),(9690,3,3240,'50427','2013-11-11 00:26:34'),(9691,1,3241,'','2013-11-11 00:29:40'),(9692,2,3241,'','2013-11-11 00:29:40'),(9693,3,3241,'50427','2013-11-11 00:29:40'),(9694,1,3242,'','2013-11-11 00:39:13'),(9695,2,3242,'','2013-11-11 00:39:13'),(9696,3,3242,'76047','2013-11-11 00:39:13'),(9697,1,3243,'','2013-11-11 01:01:02'),(9698,2,3243,'','2013-11-11 01:01:02'),(9699,3,3243,'76005','2013-11-11 01:01:02'),(9700,1,3244,'','2013-11-11 01:09:05'),(9701,2,3244,'','2013-11-11 01:09:05'),(9702,3,3244,'','2013-11-11 01:09:05'),(9703,1,3245,'','2013-11-11 02:30:14'),(9704,2,3245,'','2013-11-11 02:30:14'),(9705,3,3245,'76052','2013-11-11 02:30:14'),(9706,1,3246,'','2013-11-11 02:45:03'),(9707,2,3246,'','2013-11-11 02:45:03'),(9708,3,3246,'16874','2013-11-11 02:45:03'),(9709,1,3247,'','2013-11-11 03:12:15'),(9710,2,3247,'','2013-11-11 03:12:15'),(9711,3,3247,'50427','2013-11-11 03:12:15'),(9712,1,3248,'','2013-11-11 03:19:08'),(9713,2,3248,'','2013-11-11 03:19:08'),(9714,3,3248,'','2013-11-11 03:19:08'),(9715,1,3249,'','2013-11-11 03:45:05'),(9716,2,3249,'','2013-11-11 03:45:06'),(9717,3,3249,'22514','2013-11-11 03:45:06'),(9718,1,3250,'','2013-11-11 03:55:14'),(9719,2,3250,'','2013-11-11 03:55:14'),(9720,3,3250,'','2013-11-11 03:55:14'),(9721,1,3251,'','2013-11-11 04:04:05'),(9722,2,3251,'','2013-11-11 04:04:05'),(9723,3,3251,'','2013-11-11 04:04:05'),(9724,1,3252,'','2013-11-11 04:08:58'),(9725,2,3252,'','2013-11-11 04:08:58'),(9726,3,3252,'50427','2013-11-11 04:08:58'),(9727,1,3253,'','2013-11-11 04:11:19'),(9728,2,3253,'','2013-11-11 04:11:19'),(9729,3,3253,'','2013-11-11 04:11:19'),(9730,1,3254,'','2013-11-11 06:11:48'),(9731,2,3254,'','2013-11-11 06:11:48'),(9732,3,3254,'76052','2013-11-11 06:11:48'),(9733,1,3255,'','2013-11-11 07:06:54'),(9734,2,3255,'','2013-11-11 07:06:54'),(9735,3,3255,'2488','2013-11-11 07:06:54'),(9736,1,3256,'','2013-11-11 07:26:27'),(9737,2,3256,'','2013-11-11 07:26:27'),(9738,3,3256,'','2013-11-11 07:26:27'),(9739,1,3257,'','2013-11-11 08:31:54'),(9740,2,3257,'','2013-11-11 08:31:54'),(9741,3,3257,'','2013-11-11 08:31:54'),(9742,1,3258,'','2013-11-11 08:52:33'),(9743,2,3258,'','2013-11-11 08:52:33'),(9744,3,3258,'','2013-11-11 08:52:33'),(9745,1,3259,'','2013-11-11 14:16:09'),(9746,2,3259,'','2013-11-11 14:16:09'),(9747,3,3259,'76027','2013-11-11 14:16:09'),(9748,1,3260,'','2013-11-11 14:45:10'),(9749,2,3260,'','2013-11-11 14:45:10'),(9750,3,3260,'50427','2013-11-11 14:45:10'),(9751,1,3261,'','2013-11-11 14:58:18'),(9752,2,3261,'','2013-11-11 14:58:18'),(9753,3,3261,'50427','2013-11-11 14:58:18'),(9754,1,3262,'','2013-11-11 16:41:34'),(9755,2,3262,'','2013-11-11 16:41:34'),(9756,3,3262,'76027','2013-11-11 16:41:34'),(9757,1,3263,'','2013-11-11 16:56:01'),(9758,2,3263,'','2013-11-11 16:56:01'),(9759,3,3263,'76067','2013-11-11 16:56:01'),(9760,1,3264,'','2013-11-11 17:00:51'),(9761,2,3264,'','2013-11-11 17:00:51'),(9762,3,3264,'50427','2013-11-11 17:00:51'),(9763,1,3265,'','2013-11-11 17:17:39'),(9764,2,3265,'','2013-11-11 17:17:39'),(9765,3,3265,'CASH','2013-11-11 17:17:39'),(9766,1,3266,'','2013-11-11 17:26:16'),(9767,2,3266,'','2013-11-11 17:26:16'),(9768,3,3266,'50427','2013-11-11 17:26:16'),(9769,1,3267,'','2013-11-11 17:30:29'),(9770,2,3267,'','2013-11-11 17:30:29'),(9771,3,3267,'76052','2013-11-11 17:30:29'),(9772,1,3268,'','2013-11-11 17:35:22'),(9773,2,3268,'','2013-11-11 17:35:22'),(9774,3,3268,'76052','2013-11-11 17:35:22'),(9775,1,3269,'','2013-11-11 17:46:15'),(9776,2,3269,'','2013-11-11 17:46:15'),(9777,3,3269,'CASH ','2013-11-11 17:46:15'),(9778,1,3270,'','2013-11-11 17:50:34'),(9779,2,3270,'','2013-11-11 17:50:34'),(9780,3,3270,'56067','2013-11-11 17:50:34'),(9781,1,3271,'','2013-11-11 17:54:09'),(9782,2,3271,'','2013-11-11 17:54:09'),(9783,3,3271,'','2013-11-11 17:54:09'),(9784,1,3272,'','2013-11-11 18:27:07'),(9785,2,3272,'','2013-11-11 18:27:07'),(9786,3,3272,'','2013-11-11 18:27:07'),(9787,1,3273,'','2013-11-11 18:47:14'),(9788,2,3273,'','2013-11-11 18:47:14'),(9789,3,3273,'1525','2013-11-11 18:47:14'),(9790,1,3274,'','2013-11-11 19:20:58'),(9791,2,3274,'','2013-11-11 19:20:58'),(9792,3,3274,'76033','2013-11-11 19:20:58'),(9793,1,3275,'','2013-11-11 19:24:11'),(9794,2,3275,'','2013-11-11 19:24:11'),(9795,3,3275,'76033','2013-11-11 19:24:11'),(9796,1,3276,'','2013-11-11 19:27:54'),(9797,2,3276,'','2013-11-11 19:27:54'),(9798,3,3276,'50427','2013-11-11 19:27:54'),(9799,1,3277,'','2013-11-11 19:44:44'),(9800,2,3277,'','2013-11-11 19:44:44'),(9801,3,3277,'','2013-11-11 19:44:44'),(9802,1,3278,'','2013-11-11 19:46:57'),(9803,2,3278,'','2013-11-11 19:46:57'),(9804,3,3278,'1525','2013-11-11 19:46:57'),(9805,1,3279,'','2013-11-11 19:52:32'),(9806,2,3279,'','2013-11-11 19:52:32'),(9807,3,3279,'44789','2013-11-11 19:52:32'),(9808,1,3280,'','2013-11-11 20:02:16'),(9809,2,3280,'','2013-11-11 20:02:16'),(9810,3,3280,'','2013-11-11 20:02:16'),(9811,1,3281,'','2013-11-11 20:05:24'),(9812,2,3281,'','2013-11-11 20:05:24'),(9813,3,3281,'76052','2013-11-11 20:05:24'),(9814,1,3282,'','2013-11-11 20:07:11'),(9815,2,3282,'','2013-11-11 20:07:11'),(9816,3,3282,'76061','2013-11-11 20:07:11'),(9817,1,3283,'','2013-11-11 20:09:39'),(9818,2,3283,'','2013-11-11 20:09:39'),(9819,3,3283,'76005','2013-11-11 20:09:39'),(9820,1,3284,'','2013-11-11 20:14:58'),(9821,2,3284,'','2013-11-11 20:14:58'),(9822,3,3284,'44789','2013-11-11 20:14:58'),(9823,1,3285,'','2013-11-11 20:18:08'),(9824,2,3285,'','2013-11-11 20:18:09'),(9825,3,3285,'','2013-11-11 20:18:09'),(9826,1,3286,'','2013-11-11 20:29:19'),(9827,2,3286,'','2013-11-11 20:29:19'),(9828,3,3286,'76052','2013-11-11 20:29:19'),(9829,1,3287,'','2013-11-11 20:39:14'),(9830,2,3287,'','2013-11-11 20:39:14'),(9831,3,3287,'16874','2013-11-11 20:39:14'),(9832,1,3288,'','2013-11-11 20:42:51'),(9833,2,3288,'','2013-11-11 20:42:51'),(9834,3,3288,'1152','2013-11-11 20:42:51'),(9835,1,3288,'','2013-11-11 20:42:51'),(9836,2,3288,'','2013-11-11 20:42:52'),(9837,3,3288,'1152','2013-11-11 20:42:52'),(9838,1,3290,'','2013-11-11 20:46:42'),(9839,2,3290,'','2013-11-11 20:46:42'),(9840,3,3290,'','2013-11-11 20:46:42'),(9841,1,3291,'','2013-11-11 20:49:26'),(9842,2,3291,'','2013-11-11 20:49:26'),(9843,3,3291,'','2013-11-11 20:49:26'),(9844,1,3292,'','2013-11-11 20:53:51'),(9845,2,3292,'','2013-11-11 20:53:51'),(9846,3,3292,'44789','2013-11-11 20:53:51'),(9847,1,3293,'','2013-11-11 20:55:30'),(9848,2,3293,'','2013-11-11 20:55:30'),(9849,3,3293,'76005','2013-11-11 20:55:30'),(9850,1,3294,'','2013-11-11 20:57:58'),(9851,2,3294,'','2013-11-11 20:57:58'),(9852,3,3294,'','2013-11-11 20:57:58'),(9853,1,3295,'','2013-11-11 21:00:21'),(9854,2,3295,'','2013-11-11 21:00:21'),(9855,3,3295,'76067','2013-11-11 21:00:21'),(9856,1,3296,'','2013-11-11 21:06:09'),(9857,2,3296,'','2013-11-11 21:06:09'),(9858,3,3296,'','2013-11-11 21:06:09'),(9859,1,3297,'','2013-11-11 21:14:09'),(9860,2,3297,'','2013-11-11 21:14:09'),(9861,3,3297,'','2013-11-11 21:14:09'),(9862,1,3298,'','2013-11-11 21:17:53'),(9863,2,3298,'','2013-11-11 21:17:53'),(9864,3,3298,'76051','2013-11-11 21:17:53'),(9865,1,3299,'','2013-11-11 21:43:54'),(9866,2,3299,'','2013-11-11 21:43:54'),(9867,3,3299,'76005','2013-11-11 21:43:54'),(9868,1,3300,'','2013-11-11 21:57:21'),(9869,2,3300,'','2013-11-11 21:57:21'),(9870,3,3300,'16874','2013-11-11 21:57:21'),(9871,1,3301,'','2013-11-11 22:01:24'),(9872,2,3301,'','2013-11-11 22:01:24'),(9873,3,3301,'','2013-11-11 22:01:24'),(9874,1,3302,'','2013-11-11 22:02:56'),(9875,2,3302,'','2013-11-11 22:02:56'),(9876,3,3302,'50427','2013-11-11 22:02:56'),(9877,1,3303,'','2013-11-11 22:05:02'),(9878,2,3303,'','2013-11-11 22:05:02'),(9879,3,3303,'50427','2013-11-11 22:05:02'),(9880,1,3304,'','2013-11-11 22:07:44'),(9881,2,3304,'','2013-11-11 22:07:44'),(9882,3,3304,'50427','2013-11-11 22:07:44'),(9883,1,3305,'','2013-11-11 22:13:43'),(9884,2,3305,'','2013-11-11 22:13:43'),(9885,3,3305,'','2013-11-11 22:13:43'),(9886,1,3306,'','2013-11-11 22:25:10'),(9887,2,3306,'','2013-11-11 22:25:10'),(9888,3,3306,'50427','2013-11-11 22:25:10'),(9889,1,3307,'','2013-11-11 22:26:56'),(9890,2,3307,'','2013-11-11 22:26:56'),(9891,3,3307,'','2013-11-11 22:26:56'),(9892,1,3308,'','2013-11-11 22:37:12'),(9893,2,3308,'','2013-11-11 22:37:12'),(9894,3,3308,'','2013-11-11 22:37:12'),(9895,1,3309,'','2013-11-11 22:48:16'),(9896,2,3309,'','2013-11-11 22:48:16'),(9897,3,3309,'50427','2013-11-11 22:48:16'),(9898,1,3310,'','2013-11-11 22:49:52'),(9899,2,3310,'','2013-11-11 22:49:52'),(9900,3,3310,'50427','2013-11-11 22:49:52'),(9901,1,3311,'','2013-11-11 23:02:08'),(9902,2,3311,'','2013-11-11 23:02:08'),(9903,3,3311,'','2013-11-11 23:02:08'),(9904,1,3312,'','2013-11-11 23:03:56'),(9905,2,3312,'','2013-11-11 23:03:56'),(9906,3,3312,'76052','2013-11-11 23:03:56'),(9907,1,3313,'0268855566','2013-11-11 23:09:44'),(9908,2,3313,'','2013-11-11 23:09:44'),(9909,3,3313,'','2013-11-11 23:09:44'),(9910,1,3314,'','2013-11-11 23:22:01'),(9911,2,3314,'','2013-11-11 23:22:01'),(9912,3,3314,'','2013-11-11 23:22:01'),(9913,1,3315,'','2013-11-11 23:36:21'),(9914,2,3315,'','2013-11-11 23:36:21'),(9915,3,3315,'2222','2013-11-11 23:36:21'),(9916,1,3316,'','2013-11-11 23:38:05'),(9917,2,3316,'','2013-11-11 23:38:05'),(9918,3,3316,'75501','2013-11-11 23:38:05'),(9919,1,3317,'','2013-11-11 23:42:02'),(9920,2,3317,'','2013-11-11 23:42:02'),(9921,3,3317,'43292','2013-11-11 23:42:02'),(9922,1,3318,'','2013-11-11 23:46:48'),(9923,2,3318,'','2013-11-11 23:46:48'),(9924,3,3318,'','2013-11-11 23:46:48'),(9925,1,3319,'','2013-11-11 23:51:12'),(9926,2,3319,'','2013-11-11 23:51:12'),(9927,3,3319,'45183','2013-11-11 23:51:12'),(9928,1,3320,'','2013-11-12 00:12:29'),(9929,2,3320,'','2013-11-12 00:12:29'),(9930,3,3320,'50427','2013-11-12 00:12:29'),(9931,1,3321,'','2013-11-12 00:16:34'),(9932,2,3321,'','2013-11-12 00:16:34'),(9933,3,3321,'76002','2013-11-12 00:16:34'),(9934,1,3322,'','2013-11-12 00:19:43'),(9935,2,3322,'','2013-11-12 00:19:43'),(9936,3,3322,'','2013-11-12 00:19:43'),(9937,1,3323,'','2013-11-12 00:36:19'),(9938,2,3323,'','2013-11-12 00:36:19'),(9939,3,3323,'','2013-11-12 00:36:19'),(9940,1,3324,'','2013-11-12 00:37:53'),(9941,2,3324,'','2013-11-12 00:37:53'),(9942,3,3324,'','2013-11-12 00:37:53'),(9943,1,3325,'','2013-11-12 00:39:35'),(9944,2,3325,'','2013-11-12 00:39:35'),(9945,3,3325,'','2013-11-12 00:39:35'),(9946,1,3326,'','2013-11-12 01:02:58'),(9947,2,3326,'','2013-11-12 01:02:58'),(9948,3,3326,'1105','2013-11-12 01:02:58'),(9949,1,3327,'','2013-11-12 01:23:58'),(9950,2,3327,'','2013-11-12 01:23:58'),(9951,3,3327,'','2013-11-12 01:23:58'),(9952,1,3328,'','2013-11-12 01:49:23'),(9953,2,3328,'','2013-11-12 01:49:23'),(9954,3,3328,'1525','2013-11-12 01:49:23'),(9955,1,3329,'','2013-11-12 02:16:56'),(9956,2,3329,'','2013-11-12 02:16:56'),(9957,3,3329,'76062','2013-11-12 02:16:56'),(9958,1,3330,'','2013-11-12 02:19:26'),(9959,2,3330,'','2013-11-12 02:19:26'),(9960,3,3330,'76069','2013-11-12 02:19:26'),(9961,1,3331,'','2013-11-12 02:27:54'),(9962,2,3331,'','2013-11-12 02:27:54'),(9963,3,3331,'','2013-11-12 02:27:54'),(9964,1,3332,'','2013-11-12 02:40:21'),(9965,2,3332,'','2013-11-12 02:40:21'),(9966,3,3332,'44789','2013-11-12 02:40:21'),(9967,1,3333,'','2013-11-12 02:42:20'),(9968,2,3333,'','2013-11-12 02:42:20'),(9969,3,3333,'','2013-11-12 02:42:20'),(9970,1,3334,'','2013-11-12 02:50:10'),(9971,2,3334,'','2013-11-12 02:50:10'),(9972,3,3334,'50427','2013-11-12 02:50:10'),(9973,1,3335,'','2013-11-12 03:43:24'),(9974,2,3335,'','2013-11-12 03:43:24'),(9975,3,3335,'','2013-11-12 03:43:24'),(9976,1,3336,'','2013-11-12 04:28:10'),(9977,2,3336,'','2013-11-12 04:28:10'),(9978,3,3336,'','2013-11-12 04:28:10'),(9979,1,3337,'','2013-11-12 04:52:17'),(9980,2,3337,'','2013-11-12 04:52:17'),(9981,3,3337,'','2013-11-12 04:52:17'),(9982,1,3338,'','2013-11-12 05:35:07'),(9983,2,3338,'','2013-11-12 05:35:07'),(9984,3,3338,'','2013-11-12 05:35:07'),(9985,1,3339,'','2013-11-12 07:55:54'),(9986,2,3339,'','2013-11-12 07:55:54'),(9987,3,3339,'','2013-11-12 07:55:54'),(9988,1,3340,'','2013-11-12 12:23:57'),(9989,2,3340,'','2013-11-12 12:23:57'),(9990,3,3340,'43256','2013-11-12 12:23:57'),(9991,1,3341,'','2013-11-12 13:26:41'),(9992,2,3341,'','2013-11-12 13:26:41'),(9993,3,3341,'','2013-11-12 13:26:41'),(9994,1,3342,'','2013-11-12 13:54:02'),(9995,2,3342,'','2013-11-12 13:54:02'),(9996,3,3342,'50427','2013-11-12 13:54:02'),(9997,1,3343,'','2013-11-12 14:04:44'),(9998,2,3343,'','2013-11-12 14:04:44'),(9999,3,3343,'44789','2013-11-12 14:04:44'),(10000,1,3344,'','2013-11-12 14:23:54'),(10001,2,3344,'','2013-11-12 14:23:54'),(10002,3,3344,'','2013-11-12 14:23:54'),(10003,1,3345,'','2013-11-12 15:31:32'),(10004,2,3345,'','2013-11-12 15:31:32'),(10005,3,3345,'16874','2013-11-12 15:31:32'),(10006,1,3346,'','2013-11-12 15:34:58'),(10007,2,3346,'','2013-11-12 15:34:58'),(10008,3,3346,'','2013-11-12 15:34:59'),(10009,1,3347,'','2013-11-12 15:49:19'),(10010,2,3347,'','2013-11-12 15:49:19'),(10011,3,3347,'','2013-11-12 15:49:19'),(10012,1,3348,'','2013-11-12 16:42:41'),(10013,2,3348,'','2013-11-12 16:42:41'),(10014,3,3348,'50427','2013-11-12 16:42:41'),(10015,1,3349,'','2013-11-12 16:45:14'),(10016,2,3349,'','2013-11-12 16:45:14'),(10017,3,3349,'OUT','2013-11-12 16:45:14'),(10018,1,3350,'','2013-11-12 16:47:34'),(10019,2,3350,'','2013-11-12 16:47:34'),(10020,3,3350,'16874','2013-11-12 16:47:34'),(10021,1,3351,'','2013-11-12 17:00:23'),(10022,2,3351,'','2013-11-12 17:00:23'),(10023,3,3351,'44789','2013-11-12 17:00:23'),(10024,1,3352,'','2013-11-12 17:26:20'),(10025,2,3352,'','2013-11-12 17:26:20'),(10026,3,3352,'','2013-11-12 17:26:20'),(10027,1,3353,'','2013-11-12 17:30:02'),(10028,2,3353,'','2013-11-12 17:30:02'),(10029,3,3353,'1009','2013-11-12 17:30:02'),(10030,1,3354,'','2013-11-12 17:33:21'),(10031,2,3354,'','2013-11-12 17:33:21'),(10032,3,3354,'','2013-11-12 17:33:21'),(10033,1,3355,'','2013-11-12 17:39:59'),(10034,2,3355,'','2013-11-12 17:39:59'),(10035,3,3355,'','2013-11-12 17:39:59'),(10036,1,3356,'','2013-11-12 17:41:02'),(10037,2,3356,'','2013-11-12 17:41:02'),(10038,3,3356,'','2013-11-12 17:41:02'),(10039,1,3357,'','2013-11-12 17:42:50'),(10040,2,3357,'','2013-11-12 17:42:50'),(10041,3,3357,'','2013-11-12 17:42:50'),(10042,1,3358,'0208150247','2013-11-12 17:57:06'),(10043,2,3358,'','2013-11-12 17:57:06'),(10044,3,3358,'','2013-11-12 17:57:06'),(10045,1,3359,'','2013-11-12 18:00:44'),(10046,2,3359,'','2013-11-12 18:00:44'),(10047,3,3359,'','2013-11-12 18:00:44'),(10048,1,3360,'','2013-11-12 18:08:33'),(10049,2,3360,'','2013-11-12 18:08:33'),(10050,3,3360,'','2013-11-12 18:08:33'),(10051,1,3361,'','2013-11-12 18:12:25'),(10052,2,3361,'','2013-11-12 18:12:25'),(10053,3,3361,'','2013-11-12 18:12:25'),(10054,1,3362,'','2013-11-12 18:24:03'),(10055,2,3362,'','2013-11-12 18:24:03'),(10056,3,3362,'','2013-11-12 18:24:03'),(10057,1,3363,'','2013-11-12 18:43:51'),(10058,2,3363,'','2013-11-12 18:43:51'),(10059,3,3363,'44789','2013-11-12 18:43:51'),(10060,1,3364,'','2013-11-12 18:54:10'),(10061,2,3364,'','2013-11-12 18:54:10'),(10062,3,3364,'50427','2013-11-12 18:54:10'),(10063,1,3365,'','2013-11-12 19:01:47'),(10064,2,3365,'','2013-11-12 19:01:47'),(10065,3,3365,'2488','2013-11-12 19:01:47'),(10066,1,3366,'','2013-11-12 19:04:24'),(10067,2,3366,'','2013-11-12 19:04:24'),(10068,3,3366,'2488','2013-11-12 19:04:24'),(10069,1,3367,'','2013-11-12 19:09:10'),(10070,2,3367,'','2013-11-12 19:09:10'),(10071,3,3367,'CASH','2013-11-12 19:09:10'),(10072,1,3368,'','2013-11-12 19:14:50'),(10073,2,3368,'','2013-11-12 19:14:50'),(10074,3,3368,'','2013-11-12 19:14:50'),(10075,1,3369,'','2013-11-12 19:17:13'),(10076,2,3369,'','2013-11-12 19:17:14'),(10077,3,3369,'76057','2013-11-12 19:17:14'),(10078,1,3370,'','2013-11-12 19:18:48'),(10079,2,3370,'','2013-11-12 19:18:48'),(10080,3,3370,'1105','2013-11-12 19:18:48'),(10081,1,3371,'','2013-11-12 19:27:00'),(10082,2,3371,'','2013-11-12 19:27:00'),(10083,3,3371,'76027','2013-11-12 19:27:00'),(10084,1,3372,'','2013-11-12 19:45:34'),(10085,2,3372,'','2013-11-12 19:45:34'),(10086,3,3372,'76075','2013-11-12 19:45:34'),(10087,1,3373,'','2013-11-12 19:51:58'),(10088,2,3373,'','2013-11-12 19:51:58'),(10089,3,3373,'1525','2013-11-12 19:51:58'),(10090,1,3374,'','2013-11-12 20:12:39'),(10091,2,3374,'','2013-11-12 20:12:39'),(10092,3,3374,'1525','2013-11-12 20:12:39'),(10093,1,3375,'','2013-11-12 20:21:10'),(10094,2,3375,'','2013-11-12 20:21:11'),(10095,3,3375,'2488','2013-11-12 20:21:11'),(10096,1,3376,'','2013-11-12 20:30:53'),(10097,2,3376,'','2013-11-12 20:30:53'),(10098,3,3376,'76009','2013-11-12 20:30:53'),(10099,1,3377,'','2013-11-12 20:42:39'),(10100,2,3377,'','2013-11-12 20:42:39'),(10101,3,3377,'76027','2013-11-12 20:42:39'),(10102,1,3378,'','2013-11-12 20:46:43'),(10103,2,3378,'','2013-11-12 20:46:43'),(10104,3,3378,'50427','2013-11-12 20:46:43'),(10105,1,3379,'','2013-11-12 20:52:07'),(10106,2,3379,'','2013-11-12 20:52:07'),(10107,3,3379,'15866','2013-11-12 20:52:07'),(10108,1,3380,'','2013-11-12 20:58:45'),(10109,2,3380,'','2013-11-12 20:58:45'),(10110,3,3380,'1105','2013-11-12 20:58:45'),(10111,1,3381,'','2013-11-12 21:12:07'),(10112,2,3381,'','2013-11-12 21:12:07'),(10113,3,3381,'50427','2013-11-12 21:12:07'),(10114,1,3382,'','2013-11-12 21:17:53'),(10115,2,3382,'','2013-11-12 21:17:53'),(10116,3,3382,'','2013-11-12 21:17:53'),(10117,1,3383,'','2013-11-12 21:30:18'),(10118,2,3383,'','2013-11-12 21:30:18'),(10119,3,3383,'','2013-11-12 21:30:18'),(10120,1,3384,'','2013-11-12 21:34:51'),(10121,2,3384,'','2013-11-12 21:34:51'),(10122,3,3384,'1175','2013-11-12 21:34:51'),(10123,1,3385,'','2013-11-12 21:44:48'),(10124,2,3385,'','2013-11-12 21:44:48'),(10125,3,3385,'','2013-11-12 21:44:48'),(10126,1,3386,'','2013-11-12 21:58:10'),(10127,2,3386,'','2013-11-12 21:58:10'),(10128,3,3386,'1525','2013-11-12 21:58:10'),(10129,1,3387,'','2013-11-12 22:01:58'),(10130,2,3387,'','2013-11-12 22:01:58'),(10131,3,3387,'50427','2013-11-12 22:01:58'),(10132,1,3388,'','2013-11-12 22:16:13'),(10133,2,3388,'','2013-11-12 22:16:13'),(10134,3,3388,'1525','2013-11-12 22:16:13'),(10135,1,3389,'','2013-11-12 22:34:10'),(10136,2,3389,'','2013-11-12 22:34:10'),(10137,3,3389,'50427','2013-11-12 22:34:10'),(10138,1,3390,'','2013-11-12 22:36:45'),(10139,2,3390,'','2013-11-12 22:36:45'),(10140,3,3390,'76058','2013-11-12 22:36:45'),(10141,1,3391,'','2013-11-12 22:50:51'),(10142,2,3391,'','2013-11-12 22:50:51'),(10143,3,3391,'','2013-11-12 22:50:51'),(10144,1,3392,'','2013-11-12 23:16:36'),(10145,2,3392,'','2013-11-12 23:16:36'),(10146,3,3392,'16874','2013-11-12 23:16:36'),(10147,1,3393,'','2013-11-12 23:33:55'),(10148,2,3393,'','2013-11-12 23:33:55'),(10149,3,3393,'','2013-11-12 23:33:55'),(10150,1,3394,'','2013-11-12 23:35:47'),(10151,2,3394,'','2013-11-12 23:35:47'),(10152,3,3394,'','2013-11-12 23:35:47'),(10153,1,3395,'','2013-11-12 23:37:15'),(10154,2,3395,'','2013-11-12 23:37:15'),(10155,3,3395,'','2013-11-12 23:37:15'),(10156,1,3396,'','2013-11-13 00:01:25'),(10157,2,3396,'','2013-11-13 00:01:25'),(10158,3,3396,'76004','2013-11-13 00:01:25'),(10159,1,3397,'','2013-11-13 00:21:04'),(10160,2,3397,'','2013-11-13 00:21:04'),(10161,3,3397,'76009','2013-11-13 00:21:04'),(10162,1,3398,'','2013-11-13 00:23:54'),(10163,2,3398,'','2013-11-13 00:23:54'),(10164,3,3398,'','2013-11-13 00:23:54'),(10165,1,3399,'','2013-11-13 00:31:36'),(10166,2,3399,'','2013-11-13 00:31:36'),(10167,3,3399,'76009','2013-11-13 00:31:36'),(10168,1,3400,'','2013-11-13 00:35:58'),(10169,2,3400,'','2013-11-13 00:35:58'),(10170,3,3400,'76052','2013-11-13 00:35:58'),(10171,1,3401,'','2013-11-13 00:38:14'),(10172,2,3401,'','2013-11-13 00:38:14'),(10173,3,3401,'50427','2013-11-13 00:38:14'),(10174,1,3402,'','2013-11-13 00:43:21'),(10175,2,3402,'','2013-11-13 00:43:21'),(10176,3,3402,'44789','2013-11-13 00:43:21'),(10177,1,3403,'','2013-11-13 00:50:20'),(10178,2,3403,'','2013-11-13 00:50:20'),(10179,3,3403,'44789','2013-11-13 00:50:20'),(10180,1,3404,'','2013-11-13 01:10:08'),(10181,2,3404,'','2013-11-13 01:10:08'),(10182,3,3404,'76052','2013-11-13 01:10:08'),(10183,1,3405,'','2013-11-13 01:18:24'),(10184,2,3405,'','2013-11-13 01:18:24'),(10185,3,3405,'1005','2013-11-13 01:18:24'),(10186,1,3406,'','2013-11-13 01:20:35'),(10187,2,3406,'','2013-11-13 01:20:35'),(10188,3,3406,'76052','2013-11-13 01:20:35'),(10189,1,3407,'','2013-11-13 01:52:46'),(10190,2,3407,'','2013-11-13 01:52:46'),(10191,3,3407,'','2013-11-13 01:52:46'),(10192,1,3408,'','2013-11-13 02:54:23'),(10193,2,3408,'','2013-11-13 02:54:23'),(10194,3,3408,'22514','2013-11-13 02:54:23'),(10195,1,3409,'','2013-11-13 03:05:29'),(10196,2,3409,'','2013-11-13 03:05:30'),(10197,3,3409,'44789','2013-11-13 03:05:30'),(10198,1,3410,'','2013-11-13 03:08:29'),(10199,2,3410,'','2013-11-13 03:08:29'),(10200,3,3410,'76027','2013-11-13 03:08:29'),(10201,1,3411,'','2013-11-13 03:48:09'),(10202,2,3411,'','2013-11-13 03:48:09'),(10203,3,3411,'22514','2013-11-13 03:48:09'),(10204,1,3412,'','2013-11-13 03:52:20'),(10205,2,3412,'','2013-11-13 03:52:20'),(10206,3,3412,'','2013-11-13 03:52:20'),(10207,1,3413,'','2013-11-13 03:56:53'),(10208,2,3413,'','2013-11-13 03:56:53'),(10209,3,3413,'1089','2013-11-13 03:56:53'),(10210,1,3414,'','2013-11-13 04:00:55'),(10211,2,3414,'','2013-11-13 04:00:55'),(10212,3,3414,'','2013-11-13 04:00:55'),(10213,1,3415,'','2013-11-13 04:08:46'),(10214,2,3415,'','2013-11-13 04:08:46'),(10215,3,3415,'50427','2013-11-13 04:08:46'),(10216,1,3416,'','2013-11-13 04:55:38'),(10217,2,3416,'','2013-11-13 04:55:38'),(10218,3,3416,'76009','2013-11-13 04:55:38'),(10219,1,3417,'','2013-11-13 05:22:24'),(10220,2,3417,'','2013-11-13 05:22:25'),(10221,3,3417,'76005','2013-11-13 05:22:25'),(10222,1,3418,'','2013-11-13 06:01:13'),(10223,2,3418,'','2013-11-13 06:01:13'),(10224,3,3418,'16874','2013-11-13 06:01:13'),(10225,1,3419,'','2013-11-13 06:07:49'),(10226,2,3419,'','2013-11-13 06:07:49'),(10227,3,3419,'','2013-11-13 06:07:49'),(10228,1,3420,'','2013-11-13 06:49:55'),(10229,2,3420,'','2013-11-13 06:49:55'),(10230,3,3420,'','2013-11-13 06:49:55'),(10231,1,3421,'','2013-11-13 11:05:49'),(10232,2,3421,'','2013-11-13 11:05:49'),(10233,3,3421,'76027','2013-11-13 11:05:49'),(10234,1,3422,'','2013-11-13 13:55:12'),(10235,2,3422,'','2013-11-13 13:55:13'),(10236,3,3422,'','2013-11-13 13:55:13'),(10237,1,3423,'','2013-11-13 14:09:00'),(10238,2,3423,'','2013-11-13 14:09:00'),(10239,3,3423,'','2013-11-13 14:09:00'),(10240,1,3424,'','2013-11-13 14:46:05'),(10241,2,3424,'','2013-11-13 14:46:05'),(10242,3,3424,'','2013-11-13 14:46:05'),(10243,1,3425,'','2013-11-13 14:53:57'),(10244,2,3425,'','2013-11-13 14:53:58'),(10245,3,3425,'76068','2013-11-13 14:53:58'),(10246,1,3426,'','2013-11-13 15:00:53'),(10247,2,3426,'','2013-11-13 15:00:53'),(10248,3,3426,'','2013-11-13 15:00:53'),(10249,1,3427,'','2013-11-13 15:04:38'),(10250,2,3427,'','2013-11-13 15:04:38'),(10251,3,3427,'1152','2013-11-13 15:04:38'),(10252,1,3428,'','2013-11-13 15:10:45'),(10253,2,3428,'','2013-11-13 15:10:45'),(10254,3,3428,'50427','2013-11-13 15:10:45'),(10255,1,3429,'','2013-11-13 15:24:22'),(10256,2,3429,'','2013-11-13 15:24:22'),(10257,3,3429,'','2013-11-13 15:24:22'),(10258,1,3430,'','2013-11-13 15:39:41'),(10259,2,3430,'','2013-11-13 15:39:41'),(10260,3,3430,'50427','2013-11-13 15:39:41'),(10261,1,3431,'','2013-11-13 15:46:23'),(10262,2,3431,'','2013-11-13 15:46:23'),(10263,3,3431,'76009','2013-11-13 15:46:23'),(10264,1,3432,'','2013-11-13 15:53:38'),(10265,2,3432,'','2013-11-13 15:53:38'),(10266,3,3432,'50427','2013-11-13 15:53:38'),(10267,1,3433,'','2013-11-13 15:58:57'),(10268,2,3433,'','2013-11-13 15:58:57'),(10269,3,3433,'50427','2013-11-13 15:58:57'),(10270,1,3434,'','2013-11-13 16:19:14'),(10271,2,3434,'','2013-11-13 16:19:14'),(10272,3,3434,'76058','2013-11-13 16:19:14'),(10273,1,3435,'','2013-11-13 16:28:17'),(10274,2,3435,'','2013-11-13 16:28:17'),(10275,3,3435,'50427','2013-11-13 16:28:17'),(10276,1,3436,'','2013-11-13 16:31:37'),(10277,2,3436,'','2013-11-13 16:31:37'),(10278,3,3436,'2488','2013-11-13 16:31:37'),(10279,1,3437,'','2013-11-13 16:51:17'),(10280,2,3437,'','2013-11-13 16:51:17'),(10281,3,3437,'15866','2013-11-13 16:51:17'),(10282,1,3438,'','2013-11-13 17:04:05'),(10283,2,3438,'','2013-11-13 17:04:05'),(10284,3,3438,'','2013-11-13 17:04:05'),(10285,1,3439,'','2013-11-13 17:05:01'),(10286,2,3439,'','2013-11-13 17:05:01'),(10287,3,3439,'','2013-11-13 17:05:01'),(10288,1,3440,'','2013-11-13 17:15:35'),(10289,2,3440,'','2013-11-13 17:15:35'),(10290,3,3440,'76052','2013-11-13 17:15:35'),(10291,1,3441,'','2013-11-13 17:24:23'),(10292,2,3441,'','2013-11-13 17:24:23'),(10293,3,3441,'','2013-11-13 17:24:23'),(10294,1,3442,'','2013-11-13 17:40:02'),(10295,2,3442,'','2013-11-13 17:40:02'),(10296,3,3442,'','2013-11-13 17:40:02'),(10297,1,3443,'','2013-11-13 17:41:21'),(10298,2,3443,'','2013-11-13 17:41:21'),(10299,3,3443,'','2013-11-13 17:41:21'),(10300,1,3444,'','2013-11-13 17:42:56'),(10301,2,3444,'','2013-11-13 17:42:56'),(10302,3,3444,'','2013-11-13 17:42:56'),(10303,1,3445,'','2013-11-13 17:47:51'),(10304,2,3445,'','2013-11-13 17:47:51'),(10305,3,3445,'','2013-11-13 17:47:51'),(10306,1,3446,'','2013-11-13 17:52:55'),(10307,2,3446,'','2013-11-13 17:52:55'),(10308,3,3446,'','2013-11-13 17:52:55'),(10309,1,3447,'','2013-11-13 17:55:01'),(10310,2,3447,'','2013-11-13 17:55:01'),(10311,3,3447,'','2013-11-13 17:55:01'),(10312,1,3448,'','2013-11-13 17:59:57'),(10313,2,3448,'','2013-11-13 17:59:57'),(10314,3,3448,'44789','2013-11-13 17:59:57'),(10315,1,3449,'','2013-11-13 18:04:18'),(10316,2,3449,'','2013-11-13 18:04:18'),(10317,3,3449,'50427','2013-11-13 18:04:18'),(10318,1,3450,'','2013-11-13 18:17:31'),(10319,2,3450,'','2013-11-13 18:17:31'),(10320,3,3450,'16874','2013-11-13 18:17:31'),(10321,1,3451,'','2013-11-13 18:22:36'),(10322,2,3451,'','2013-11-13 18:22:36'),(10323,3,3451,'','2013-11-13 18:22:36'),(10324,1,3452,'','2013-11-13 18:26:14'),(10325,2,3452,'','2013-11-13 18:26:14'),(10326,3,3452,'','2013-11-13 18:26:14'),(10327,1,3453,'','2013-11-13 18:28:40'),(10328,2,3453,'','2013-11-13 18:28:40'),(10329,3,3453,'','2013-11-13 18:28:40'),(10330,1,3454,'','2013-11-13 18:33:12'),(10331,2,3454,'','2013-11-13 18:33:12'),(10332,3,3454,'','2013-11-13 18:33:12'),(10333,1,3455,'','2013-11-13 18:45:44'),(10334,2,3455,'','2013-11-13 18:45:44'),(10335,3,3455,'','2013-11-13 18:45:44'),(10336,1,3456,'','2013-11-13 18:47:38'),(10337,2,3456,'','2013-11-13 18:47:38'),(10338,3,3456,'','2013-11-13 18:47:38'),(10339,1,3457,'','2013-11-13 18:50:39'),(10340,2,3457,'','2013-11-13 18:50:40'),(10341,3,3457,'','2013-11-13 18:50:40'),(10342,1,3458,'','2013-11-13 18:56:48'),(10343,2,3458,'','2013-11-13 18:56:48'),(10344,3,3458,'','2013-11-13 18:56:48'),(10345,1,3459,'','2013-11-13 19:01:55'),(10346,2,3459,'','2013-11-13 19:01:55'),(10347,3,3459,'75508','2013-11-13 19:01:55'),(10348,1,3460,'','2013-11-13 19:04:29'),(10349,2,3460,'','2013-11-13 19:04:29'),(10350,3,3460,'75508','2013-11-13 19:04:29'),(10351,1,3461,'','2013-11-13 19:05:28'),(10352,2,3461,'','2013-11-13 19:05:28'),(10353,3,3461,'76052','2013-11-13 19:05:28'),(10354,1,3462,'','2013-11-13 19:08:14'),(10355,2,3462,'','2013-11-13 19:08:14'),(10356,3,3462,'','2013-11-13 19:08:14'),(10357,1,3463,'','2013-11-13 19:15:20'),(10358,2,3463,'','2013-11-13 19:15:20'),(10359,3,3463,'76037','2013-11-13 19:15:20'),(10360,1,3464,'','2013-11-13 19:38:18'),(10361,2,3464,'','2013-11-13 19:38:18'),(10362,3,3464,'','2013-11-13 19:38:18'),(10363,1,3465,'','2013-11-13 19:44:08'),(10364,2,3465,'','2013-11-13 19:44:08'),(10365,3,3465,'','2013-11-13 19:44:08'),(10366,1,3466,'','2013-11-13 19:49:47'),(10367,2,3466,'','2013-11-13 19:49:47'),(10368,3,3466,'76068','2013-11-13 19:49:47'),(10369,1,3467,'','2013-11-13 19:54:06'),(10370,2,3467,'','2013-11-13 19:54:06'),(10371,3,3467,'44789','2013-11-13 19:54:06'),(10372,1,3468,'','2013-11-13 19:56:35'),(10373,2,3468,'','2013-11-13 19:56:35'),(10374,3,3468,'76057','2013-11-13 19:56:35'),(10375,1,3469,'','2013-11-13 19:58:40'),(10376,2,3469,'','2013-11-13 19:58:40'),(10377,3,3469,'50427','2013-11-13 19:58:40'),(10378,1,3470,'','2013-11-13 19:59:23'),(10379,2,3470,'','2013-11-13 19:59:23'),(10380,3,3470,'50427','2013-11-13 19:59:23'),(10381,1,3471,'','2013-11-13 20:02:31'),(10382,2,3471,'','2013-11-13 20:02:31'),(10383,3,3471,'','2013-11-13 20:02:31'),(10384,1,3472,'','2013-11-13 20:04:34'),(10385,2,3472,'','2013-11-13 20:04:35'),(10386,3,3472,'16874','2013-11-13 20:04:35'),(10387,1,3473,'','2013-11-13 20:13:39'),(10388,2,3473,'','2013-11-13 20:13:40'),(10389,3,3473,'50427','2013-11-13 20:13:40'),(10390,1,3474,'','2013-11-13 20:16:43'),(10391,2,3474,'','2013-11-13 20:16:43'),(10392,3,3474,'76052','2013-11-13 20:16:43'),(10393,1,3475,'','2013-11-13 20:32:56'),(10394,2,3475,'','2013-11-13 20:32:56'),(10395,3,3475,'','2013-11-13 20:32:56'),(10396,1,3476,'','2013-11-13 20:39:23'),(10397,2,3476,'','2013-11-13 20:39:23'),(10398,3,3476,'50427','2013-11-13 20:39:23'),(10399,1,3477,'','2013-11-13 20:54:12'),(10400,2,3477,'','2013-11-13 20:54:12'),(10401,3,3477,'','2013-11-13 20:54:12'),(10402,1,3478,'','2013-11-13 20:56:59'),(10403,2,3478,'','2013-11-13 20:56:59'),(10404,3,3478,'','2013-11-13 20:56:59'),(10405,1,3479,'','2013-11-13 20:58:59'),(10406,2,3479,'','2013-11-13 20:58:59'),(10407,3,3479,'76052','2013-11-13 20:58:59'),(10408,1,3480,'','2013-11-13 21:01:18'),(10409,2,3480,'','2013-11-13 21:01:18'),(10410,3,3480,'76009','2013-11-13 21:01:18'),(10411,1,3481,'','2013-11-13 21:14:20'),(10412,2,3481,'','2013-11-13 21:14:20'),(10413,3,3481,'46644','2013-11-13 21:14:20'),(10414,1,3482,'','2013-11-13 21:17:28'),(10415,2,3482,'','2013-11-13 21:17:28'),(10416,3,3482,'1152','2013-11-13 21:17:28'),(10417,1,3483,'','2013-11-13 21:20:19'),(10418,2,3483,'','2013-11-13 21:20:19'),(10419,3,3483,'','2013-11-13 21:20:19'),(10420,1,3484,'','2013-11-13 21:26:24'),(10421,2,3484,'','2013-11-13 21:26:24'),(10422,3,3484,'','2013-11-13 21:26:24'),(10423,1,3485,'','2013-11-13 21:47:32'),(10424,2,3485,'','2013-11-13 21:47:32'),(10425,3,3485,'44789','2013-11-13 21:47:32'),(10426,1,3486,'','2013-11-13 21:50:10'),(10427,2,3486,'','2013-11-13 21:50:10'),(10428,3,3486,'1525','2013-11-13 21:50:10'),(10429,1,3487,'','2013-11-13 21:57:36'),(10430,2,3487,'','2013-11-13 21:57:37'),(10431,3,3487,'16874','2013-11-13 21:57:37'),(10432,1,3488,'','2013-11-13 22:00:41'),(10433,2,3488,'','2013-11-13 22:00:41'),(10434,3,3488,'1525','2013-11-13 22:00:41'),(10435,1,3489,'','2013-11-13 22:10:43'),(10436,2,3489,'','2013-11-13 22:10:43'),(10437,3,3489,'','2013-11-13 22:10:43'),(10438,1,3490,'','2013-11-13 22:18:37'),(10439,2,3490,'','2013-11-13 22:18:37'),(10440,3,3490,'37.00','2013-11-13 22:18:37'),(10441,1,3491,'','2013-11-13 22:37:51'),(10442,2,3491,'','2013-11-13 22:37:51'),(10443,3,3491,'76052','2013-11-13 22:37:51'),(10444,1,3492,'','2013-11-13 22:55:47'),(10445,2,3492,'','2013-11-13 22:55:47'),(10446,3,3492,'16874','2013-11-13 22:55:47'),(10447,1,3493,'','2013-11-13 22:58:15'),(10448,2,3493,'','2013-11-13 22:58:15'),(10449,3,3493,'','2013-11-13 22:58:15'),(10450,1,3494,'','2013-11-13 23:01:28'),(10451,2,3494,'','2013-11-13 23:01:28'),(10452,3,3494,'76052','2013-11-13 23:01:28'),(10453,1,3495,'','2013-11-13 23:02:59'),(10454,2,3495,'','2013-11-13 23:02:59'),(10455,3,3495,'','2013-11-13 23:02:59'),(10456,1,3495,'','2013-11-13 23:03:31'),(10457,2,3495,'','2013-11-13 23:03:32'),(10458,3,3495,'','2013-11-13 23:03:32'),(10459,1,3497,'','2013-11-13 23:06:21'),(10460,2,3497,'','2013-11-13 23:06:21'),(10461,3,3497,'','2013-11-13 23:06:21'),(10462,1,3498,'','2013-11-13 23:07:44'),(10463,2,3498,'','2013-11-13 23:07:44'),(10464,3,3498,'','2013-11-13 23:07:44'),(10465,1,3499,'','2013-11-13 23:09:57'),(10466,2,3499,'','2013-11-13 23:09:58'),(10467,3,3499,'','2013-11-13 23:09:58'),(10468,1,3500,'','2013-11-13 23:16:59'),(10469,2,3500,'','2013-11-13 23:16:59'),(10470,3,3500,'','2013-11-13 23:16:59'),(10471,1,3501,'','2013-11-13 23:20:27'),(10472,2,3501,'','2013-11-13 23:20:27'),(10473,3,3501,'','2013-11-13 23:20:27'),(10474,1,3502,'','2013-11-13 23:33:37'),(10475,2,3502,'','2013-11-13 23:33:37'),(10476,3,3502,'76068','2013-11-13 23:33:37'),(10477,1,3503,'','2013-11-13 23:46:37'),(10478,2,3503,'','2013-11-13 23:46:37'),(10479,3,3503,'76068','2013-11-13 23:46:37'),(10480,1,3504,'','2013-11-14 00:00:28'),(10481,2,3504,'','2013-11-14 00:00:28'),(10482,3,3504,'50427','2013-11-14 00:00:28'),(10483,1,3505,'','2013-11-14 00:06:51'),(10484,2,3505,'','2013-11-14 00:06:51'),(10485,3,3505,'76027','2013-11-14 00:06:52'),(10486,1,3506,'','2013-11-14 00:10:16'),(10487,2,3506,'','2013-11-14 00:10:16'),(10488,3,3506,'','2013-11-14 00:10:16'),(10489,1,3507,'','2013-11-14 00:13:14'),(10490,2,3507,'','2013-11-14 00:13:14'),(10491,3,3507,'1525','2013-11-14 00:13:14'),(10492,1,3508,'','2013-11-14 00:25:38'),(10493,2,3508,'','2013-11-14 00:25:38'),(10494,3,3508,'16874','2013-11-14 00:25:38'),(10495,1,3509,'','2013-11-14 00:46:32'),(10496,2,3509,'','2013-11-14 00:46:32'),(10497,3,3509,'','2013-11-14 00:46:32'),(10498,1,3510,'','2013-11-14 01:21:59'),(10499,2,3510,'','2013-11-14 01:21:59'),(10500,3,3510,'44789','2013-11-14 01:21:59'),(10501,1,3511,'','2013-11-14 01:31:57'),(10502,2,3511,'','2013-11-14 01:31:57'),(10503,3,3511,'76004','2013-11-14 01:31:57'),(10504,1,3512,'','2013-11-14 01:44:16'),(10505,2,3512,'','2013-11-14 01:44:16'),(10506,3,3512,'50427','2013-11-14 01:44:16'),(10507,1,3513,'','2013-11-14 01:52:10'),(10508,2,3513,'','2013-11-14 01:52:10'),(10509,3,3513,'','2013-11-14 01:52:10'),(10510,1,3514,'','2013-11-14 02:00:36'),(10511,2,3514,'','2013-11-14 02:00:36'),(10512,3,3514,'','2013-11-14 02:00:36'),(10513,1,3515,'','2013-11-14 02:43:16'),(10514,2,3515,'','2013-11-14 02:43:16'),(10515,3,3515,'16874','2013-11-14 02:43:16'),(10516,1,3516,'','2013-11-14 03:20:32'),(10517,2,3516,'','2013-11-14 03:20:32'),(10518,3,3516,'50427','2013-11-14 03:20:32'),(10519,1,3517,'','2013-11-14 03:50:21'),(10520,2,3517,'','2013-11-14 03:50:21'),(10521,3,3517,'50427','2013-11-14 03:50:21'),(10522,1,3518,'','2013-11-14 04:46:19'),(10523,2,3518,'','2013-11-14 04:46:19'),(10524,3,3518,'76052','2013-11-14 04:46:19'),(10525,1,3519,'','2013-11-14 05:26:07'),(10526,2,3519,'','2013-11-14 05:26:07'),(10527,3,3519,'76033','2013-11-14 05:26:07'),(10528,1,3520,'','2013-11-14 05:44:48'),(10529,2,3520,'','2013-11-14 05:44:48'),(10530,3,3520,'','2013-11-14 05:44:49'),(10531,1,3521,'','2013-11-14 08:40:07'),(10532,2,3521,'','2013-11-14 08:40:07'),(10533,3,3521,'','2013-11-14 08:40:07'),(10534,1,3522,'','2013-11-14 14:09:56'),(10535,2,3522,'','2013-11-14 14:09:56'),(10536,3,3522,'76052','2013-11-14 14:09:56'),(10537,1,3523,'','2013-11-14 15:00:00'),(10538,2,3523,'','2013-11-14 15:00:00'),(10539,3,3523,'76009','2013-11-14 15:00:00'),(10540,1,3524,'','2013-11-14 15:31:23'),(10541,2,3524,'','2013-11-14 15:31:23'),(10542,3,3524,'','2013-11-14 15:31:23'),(10543,1,3525,'','2013-11-14 15:36:33'),(10544,2,3525,'','2013-11-14 15:36:33'),(10545,3,3525,'','2013-11-14 15:36:33'),(10546,1,3526,'','2013-11-14 15:41:40'),(10547,2,3526,'','2013-11-14 15:41:40'),(10548,3,3526,'50427','2013-11-14 15:41:40'),(10549,1,3527,'','2013-11-14 16:00:49'),(10550,2,3527,'','2013-11-14 16:00:49'),(10551,3,3527,'','2013-11-14 16:00:49'),(10552,1,3528,'','2013-11-14 16:07:38'),(10553,2,3528,'','2013-11-14 16:07:38'),(10554,3,3528,'76068','2013-11-14 16:07:39'),(10555,1,3529,'','2013-11-14 16:33:27'),(10556,2,3529,'','2013-11-14 16:33:27'),(10557,3,3529,'','2013-11-14 16:33:27'),(10558,1,3530,'','2013-11-14 16:43:32'),(10559,2,3530,'','2013-11-14 16:43:32'),(10560,3,3530,'16874','2013-11-14 16:43:32'),(10561,1,3531,'','2013-11-14 16:59:57'),(10562,2,3531,'','2013-11-14 16:59:57'),(10563,3,3531,'','2013-11-14 16:59:57'),(10564,1,3532,'','2013-11-14 17:02:47'),(10565,2,3532,'','2013-11-14 17:02:47'),(10566,3,3532,'','2013-11-14 17:02:47'),(10567,1,3533,'','2013-11-14 17:10:26'),(10568,2,3533,'','2013-11-14 17:10:26'),(10569,3,3533,'1525','2013-11-14 17:10:26'),(10570,1,3534,'','2013-11-14 17:13:18'),(10571,2,3534,'','2013-11-14 17:13:18'),(10572,3,3534,'76009','2013-11-14 17:13:18'),(10573,1,3535,'','2013-11-14 17:23:33'),(10574,2,3535,'','2013-11-14 17:23:34'),(10575,3,3535,'16874','2013-11-14 17:23:34'),(10576,1,3536,'','2013-11-14 17:29:09'),(10577,2,3536,'','2013-11-14 17:29:10'),(10578,3,3536,'76001','2013-11-14 17:29:10'),(10579,1,3537,'','2013-11-14 17:48:01'),(10580,2,3537,'','2013-11-14 17:48:01'),(10581,3,3537,'2488','2013-11-14 17:48:01'),(10582,1,3538,'','2013-11-14 17:50:19'),(10583,2,3538,'','2013-11-14 17:50:20'),(10584,3,3538,'76052','2013-11-14 17:50:20'),(10585,1,3539,'','2013-11-14 17:57:20'),(10586,2,3539,'','2013-11-14 17:57:20'),(10587,3,3539,'76011','2013-11-14 17:57:20'),(10588,1,3540,'','2013-11-14 18:00:43'),(10589,2,3540,'','2013-11-14 18:00:43'),(10590,3,3540,'76052','2013-11-14 18:00:43'),(10591,1,3541,'','2013-11-14 18:06:49'),(10592,2,3541,'','2013-11-14 18:06:49'),(10593,3,3541,'','2013-11-14 18:06:49'),(10594,1,3542,'','2013-11-14 18:09:48'),(10595,2,3542,'','2013-11-14 18:09:48'),(10596,3,3542,'','2013-11-14 18:09:48'),(10597,1,3543,'','2013-11-14 18:16:49'),(10598,2,3543,'','2013-11-14 18:16:49'),(10599,3,3543,'','2013-11-14 18:16:49'),(10600,1,3544,'','2013-11-14 18:25:49'),(10601,2,3544,'','2013-11-14 18:25:49'),(10602,3,3544,'1689','2013-11-14 18:25:49'),(10603,1,3545,'','2013-11-14 18:33:31'),(10604,2,3545,'','2013-11-14 18:33:31'),(10605,3,3545,'16874','2013-11-14 18:33:31'),(10606,1,3546,'','2013-11-14 18:45:03'),(10607,2,3546,'','2013-11-14 18:45:03'),(10608,3,3546,'','2013-11-14 18:45:03'),(10609,1,3547,'','2013-11-14 18:48:39'),(10610,2,3547,'','2013-11-14 18:48:39'),(10611,3,3547,'50427','2013-11-14 18:48:39'),(10612,1,3548,'','2013-11-14 19:17:09'),(10613,2,3548,'','2013-11-14 19:17:09'),(10614,3,3548,'76068','2013-11-14 19:17:09'),(10615,1,3549,'','2013-11-14 19:20:38'),(10616,2,3549,'','2013-11-14 19:20:38'),(10617,3,3549,'','2013-11-14 19:20:38'),(10618,1,3550,'','2013-11-14 19:27:04'),(10619,2,3550,'','2013-11-14 19:27:04'),(10620,3,3550,'76052','2013-11-14 19:27:04'),(10621,1,3551,'','2013-11-14 19:36:52'),(10622,2,3551,'','2013-11-14 19:36:52'),(10623,3,3551,'132','2013-11-14 19:36:52'),(10624,1,3552,'','2013-11-14 19:42:36'),(10625,2,3552,'','2013-11-14 19:42:36'),(10626,3,3552,'','2013-11-14 19:42:36'),(10627,1,3553,'','2013-11-14 19:52:14'),(10628,2,3553,'','2013-11-14 19:52:14'),(10629,3,3553,'','2013-11-14 19:52:14'),(10630,1,3554,'','2013-11-14 19:55:13'),(10631,2,3554,'','2013-11-14 19:55:13'),(10632,3,3554,'50427','2013-11-14 19:55:13'),(10633,1,3555,'','2013-11-14 19:58:22'),(10634,2,3555,'','2013-11-14 19:58:22'),(10635,3,3555,'2488','2013-11-14 19:58:22'),(10636,1,3556,'','2013-11-14 20:08:51'),(10637,2,3556,'','2013-11-14 20:08:51'),(10638,3,3556,'48898','2013-11-14 20:08:51'),(10639,1,3557,'','2013-11-14 20:13:03'),(10640,2,3557,'','2013-11-14 20:13:03'),(10641,3,3557,'','2013-11-14 20:13:03'),(10642,1,3558,'','2013-11-14 20:17:41'),(10643,2,3558,'','2013-11-14 20:17:41'),(10644,3,3558,'50427','2013-11-14 20:17:41'),(10645,1,3559,'','2013-11-14 20:25:26'),(10646,2,3559,'','2013-11-14 20:25:26'),(10647,3,3559,'','2013-11-14 20:25:26'),(10648,1,3560,'','2013-11-14 20:29:15'),(10649,2,3560,'','2013-11-14 20:29:15'),(10650,3,3560,'','2013-11-14 20:29:15'),(10651,1,3561,'','2013-11-14 20:32:08'),(10652,2,3561,'','2013-11-14 20:32:08'),(10653,3,3561,'76043','2013-11-14 20:32:08'),(10654,1,3562,'','2013-11-14 20:38:06'),(10655,2,3562,'','2013-11-14 20:38:06'),(10656,3,3562,'1152','2013-11-14 20:38:06'),(10657,1,3563,'','2013-11-14 20:55:07'),(10658,2,3563,'','2013-11-14 20:55:07'),(10659,3,3563,'76005','2013-11-14 20:55:07'),(10660,1,3564,'','2013-11-14 21:02:39'),(10661,2,3564,'','2013-11-14 21:02:40'),(10662,3,3564,'76053','2013-11-14 21:02:40'),(10663,1,3565,'','2013-11-14 21:19:39'),(10664,2,3565,'','2013-11-14 21:19:39'),(10665,3,3565,'','2013-11-14 21:19:39'),(10666,1,3566,'','2013-11-14 21:21:56'),(10667,2,3566,'','2013-11-14 21:21:56'),(10668,3,3566,'','2013-11-14 21:21:56'),(10669,1,3567,'','2013-11-14 21:26:17'),(10670,2,3567,'','2013-11-14 21:26:17'),(10671,3,3567,'','2013-11-14 21:26:17'),(10672,1,3568,'','2013-11-14 21:31:45'),(10673,2,3568,'','2013-11-14 21:31:46'),(10674,3,3568,'50427','2013-11-14 21:31:46'),(10675,1,3569,'','2013-11-14 21:38:25'),(10676,2,3569,'','2013-11-14 21:38:25'),(10677,3,3569,'76001','2013-11-14 21:38:25'),(10678,1,3570,'','2013-11-14 21:50:20'),(10679,2,3570,'','2013-11-14 21:50:20'),(10680,3,3570,'','2013-11-14 21:50:20'),(10681,1,3571,'','2013-11-14 21:50:49'),(10682,2,3571,'','2013-11-14 21:50:49'),(10683,3,3571,'','2013-11-14 21:50:49'),(10684,1,3572,'','2013-11-14 22:19:02'),(10685,2,3572,'','2013-11-14 22:19:02'),(10686,3,3572,'','2013-11-14 22:19:03'),(10687,1,3573,'','2013-11-14 22:22:37'),(10688,2,3573,'','2013-11-14 22:22:37'),(10689,3,3573,'76052','2013-11-14 22:22:37'),(10690,1,3574,'','2013-11-14 22:26:44'),(10691,2,3574,'','2013-11-14 22:26:44'),(10692,3,3574,'76052','2013-11-14 22:26:44'),(10693,1,3575,'','2013-11-14 22:31:21'),(10694,2,3575,'','2013-11-14 22:31:22'),(10695,3,3575,'76001','2013-11-14 22:31:22'),(10696,1,3576,'','2013-11-14 22:33:45'),(10697,2,3576,'','2013-11-14 22:33:45'),(10698,3,3576,'16874','2013-11-14 22:33:45'),(10699,1,3577,'','2013-11-14 22:38:10'),(10700,2,3577,'','2013-11-14 22:38:10'),(10701,3,3577,'43292','2013-11-14 22:38:10'),(10702,1,3578,'','2013-11-14 22:41:29'),(10703,2,3578,'','2013-11-14 22:41:29'),(10704,3,3578,'75002','2013-11-14 22:41:29'),(10705,1,3579,'','2013-11-14 22:43:19'),(10706,2,3579,'','2013-11-14 22:43:19'),(10707,3,3579,'75002','2013-11-14 22:43:19'),(10708,1,3580,'','2013-11-14 22:46:45'),(10709,2,3580,'','2013-11-14 22:46:45'),(10710,3,3580,'76005','2013-11-14 22:46:45'),(10711,1,3581,'','2013-11-14 22:49:35'),(10712,2,3581,'','2013-11-14 22:49:35'),(10713,3,3581,'44789','2013-11-14 22:49:35'),(10714,1,3582,'','2013-11-14 22:52:07'),(10715,2,3582,'','2013-11-14 22:52:07'),(10716,3,3582,'','2013-11-14 22:52:07'),(10717,1,3583,'','2013-11-14 22:56:28'),(10718,2,3583,'','2013-11-14 22:56:28'),(10719,3,3583,'','2013-11-14 22:56:28'),(10720,1,3584,'','2013-11-14 23:05:47'),(10721,2,3584,'','2013-11-14 23:05:47'),(10722,3,3584,'50427','2013-11-14 23:05:47'),(10723,1,3585,'','2013-11-14 23:15:58'),(10724,2,3585,'','2013-11-14 23:15:58'),(10725,3,3585,'1525','2013-11-14 23:15:58'),(10726,1,3586,'','2013-11-14 23:20:41'),(10727,2,3586,'','2013-11-14 23:20:41'),(10728,3,3586,'76009','2013-11-14 23:20:41'),(10729,1,3587,'','2013-11-14 23:30:30'),(10730,2,3587,'','2013-11-14 23:30:30'),(10731,3,3587,'','2013-11-14 23:30:30'),(10732,1,3588,'','2013-11-14 23:39:43'),(10733,2,3588,'','2013-11-14 23:39:43'),(10734,3,3588,'50427','2013-11-14 23:39:43'),(10735,1,3589,'','2013-11-14 23:55:42'),(10736,2,3589,'','2013-11-14 23:55:42'),(10737,3,3589,'50427','2013-11-14 23:55:42'),(10738,1,3590,'','2013-11-15 00:12:41'),(10739,2,3590,'','2013-11-15 00:12:41'),(10740,3,3590,'','2013-11-15 00:12:41'),(10741,1,3591,'','2013-11-15 00:17:22'),(10742,2,3591,'','2013-11-15 00:17:22'),(10743,3,3591,'50427','2013-11-15 00:17:22'),(10744,1,3592,'','2013-11-15 00:20:54'),(10745,2,3592,'','2013-11-15 00:20:54'),(10746,3,3592,'16874','2013-11-15 00:20:54'),(10747,1,3593,'','2013-11-15 00:25:36'),(10748,2,3593,'','2013-11-15 00:25:36'),(10749,3,3593,'','2013-11-15 00:25:36'),(10750,1,3594,'','2013-11-15 00:40:31'),(10751,2,3594,'','2013-11-15 00:40:31'),(10752,3,3594,'16874','2013-11-15 00:40:31'),(10753,1,3595,'','2013-11-15 01:20:36'),(10754,2,3595,'','2013-11-15 01:20:36'),(10755,3,3595,'','2013-11-15 01:20:36'),(10756,1,3596,'','2013-11-15 01:28:23'),(10757,2,3596,'','2013-11-15 01:28:23'),(10758,3,3596,'1152','2013-11-15 01:28:23'),(10759,1,3597,'','2013-11-15 01:59:47'),(10760,2,3597,'','2013-11-15 01:59:47'),(10761,3,3597,'76009','2013-11-15 01:59:47'),(10762,1,3598,'','2013-11-15 02:22:47'),(10763,2,3598,'','2013-11-15 02:22:48'),(10764,3,3598,'','2013-11-15 02:22:48'),(10765,1,3599,'','2013-11-15 02:32:19'),(10766,2,3599,'','2013-11-15 02:32:19'),(10767,3,3599,'','2013-11-15 02:32:19'),(10768,1,3600,'','2013-11-15 02:34:41'),(10769,2,3600,'','2013-11-15 02:34:41'),(10770,3,3600,'','2013-11-15 02:34:41'),(10771,1,3601,'','2013-11-15 02:48:08'),(10772,2,3601,'','2013-11-15 02:48:08'),(10773,3,3601,'1525','2013-11-15 02:48:08'),(10774,1,3602,'','2013-11-15 02:51:00'),(10775,2,3602,'','2013-11-15 02:51:00'),(10776,3,3602,'1525','2013-11-15 02:51:00'),(10777,1,3603,'','2013-11-15 02:55:36'),(10778,2,3603,'','2013-11-15 02:55:36'),(10779,3,3603,'','2013-11-15 02:55:36'),(10780,1,3604,'','2013-11-15 03:44:55'),(10781,2,3604,'','2013-11-15 03:44:55'),(10782,3,3604,'76005','2013-11-15 03:44:55'),(10783,1,3605,'','2013-11-15 03:55:01'),(10784,2,3605,'','2013-11-15 03:55:01'),(10785,3,3605,'50427','2013-11-15 03:55:01'),(10786,1,3606,'','2013-11-15 04:40:37'),(10787,2,3606,'','2013-11-15 04:40:37'),(10788,3,3606,'50427','2013-11-15 04:40:37'),(10789,1,3607,'','2013-11-15 04:55:28'),(10790,2,3607,'','2013-11-15 04:55:28'),(10791,3,3607,'','2013-11-15 04:55:28'),(10792,1,3608,'','2013-11-15 05:55:18'),(10793,2,3608,'','2013-11-15 05:55:18'),(10794,3,3608,'2488','2013-11-15 05:55:18'),(10795,1,3609,'','2013-11-15 06:05:49'),(10796,2,3609,'','2013-11-15 06:05:49'),(10797,3,3609,'50427','2013-11-15 06:05:49'),(10798,1,3610,'','2013-11-15 06:36:07'),(10799,2,3610,'','2013-11-15 06:36:07'),(10800,3,3610,'2488','2013-11-15 06:36:07'),(10801,1,3611,'','2013-11-15 06:40:19'),(10802,2,3611,'','2013-11-15 06:40:19'),(10803,3,3611,'','2013-11-15 06:40:19'),(10804,1,3612,'','2013-11-15 06:40:59'),(10805,2,3612,'','2013-11-15 06:40:59'),(10806,3,3612,'','2013-11-15 06:40:59'),(10807,1,3613,'','2013-11-15 14:17:44'),(10808,2,3613,'','2013-11-15 14:17:44'),(10809,3,3613,'76027','2013-11-15 14:17:44'),(10810,1,3614,'','2013-11-15 14:52:18'),(10811,2,3614,'','2013-11-15 14:52:18'),(10812,3,3614,'76027','2013-11-15 14:52:18'),(10813,1,3615,'','2013-11-15 15:08:17'),(10814,2,3615,'','2013-11-15 15:08:17'),(10815,3,3615,'','2013-11-15 15:08:17'),(10816,1,3616,'','2013-11-15 15:28:04'),(10817,2,3616,'','2013-11-15 15:28:04'),(10818,3,3616,'16874','2013-11-15 15:28:04'),(10819,1,3617,'','2013-11-15 15:30:57'),(10820,2,3617,'','2013-11-15 15:30:57'),(10821,3,3617,'50427','2013-11-15 15:30:57'),(10822,1,3618,'','2013-11-15 16:13:50'),(10823,2,3618,'','2013-11-15 16:13:50'),(10824,3,3618,'','2013-11-15 16:13:50'),(10825,1,3619,'','2013-11-15 17:18:32'),(10826,2,3619,'','2013-11-15 17:18:32'),(10827,3,3619,'1005','2013-11-15 17:18:32'),(10828,1,3620,'','2013-11-15 17:22:40'),(10829,2,3620,'','2013-11-15 17:22:40'),(10830,3,3620,'44789','2013-11-15 17:22:40'),(10831,1,3621,'','2013-11-15 17:39:47'),(10832,2,3621,'','2013-11-15 17:39:47'),(10833,3,3621,'','2013-11-15 17:39:47'),(10834,1,3622,'','2013-11-15 17:45:58'),(10835,2,3622,'','2013-11-15 17:45:58'),(10836,3,3622,'76009','2013-11-15 17:45:58'),(10837,1,3623,'','2013-11-15 18:03:06'),(10838,2,3623,'','2013-11-15 18:03:06'),(10839,3,3623,'44724','2013-11-15 18:03:06'),(10840,1,3624,'','2013-11-15 18:26:23'),(10841,2,3624,'','2013-11-15 18:26:23'),(10842,3,3624,'','2013-11-15 18:26:23'),(10843,1,3625,'','2013-11-15 18:32:39'),(10844,2,3625,'','2013-11-15 18:32:39'),(10845,3,3625,'76027','2013-11-15 18:32:39'),(10846,1,3626,'','2013-11-15 18:38:58'),(10847,2,3626,'','2013-11-15 18:38:58'),(10848,3,3626,'2222','2013-11-15 18:38:58'),(10849,1,3627,'','2013-11-15 18:45:45'),(10850,2,3627,'','2013-11-15 18:45:45'),(10851,3,3627,'76068','2013-11-15 18:45:45'),(10852,1,3628,'','2013-11-15 18:58:38'),(10853,2,3628,'','2013-11-15 18:58:38'),(10854,3,3628,'2488','2013-11-15 18:58:38'),(10855,1,3629,'','2013-11-15 19:01:34'),(10856,2,3629,'','2013-11-15 19:01:34'),(10857,3,3629,'76065','2013-11-15 19:01:34'),(10858,1,3630,'','2013-11-15 19:11:23'),(10859,2,3630,'','2013-11-15 19:11:23'),(10860,3,3630,'76033','2013-11-15 19:11:23'),(10861,1,3631,'','2013-11-15 19:14:04'),(10862,2,3631,'','2013-11-15 19:14:04'),(10863,3,3631,'50427','2013-11-15 19:14:04'),(10864,1,3632,'','2013-11-15 19:26:25'),(10865,2,3632,'','2013-11-15 19:26:25'),(10866,3,3632,'50427','2013-11-15 19:26:25'),(10867,1,3633,'','2013-11-15 19:34:24'),(10868,2,3633,'','2013-11-15 19:34:24'),(10869,3,3633,'50330','2013-11-15 19:34:24'),(10870,1,3634,'','2013-11-15 19:46:54'),(10871,2,3634,'','2013-11-15 19:46:54'),(10872,3,3634,'','2013-11-15 19:46:54'),(10873,1,3635,'','2013-11-15 19:51:55'),(10874,2,3635,'','2013-11-15 19:51:55'),(10875,3,3635,'44789','2013-11-15 19:51:55'),(10876,1,3636,'','2013-11-15 20:12:50'),(10877,2,3636,'','2013-11-15 20:12:50'),(10878,3,3636,'15866','2013-11-15 20:12:50'),(10879,1,3637,'','2013-11-15 20:22:21'),(10880,2,3637,'','2013-11-15 20:22:21'),(10881,3,3637,'','2013-11-15 20:22:21'),(10882,1,3638,'','2013-11-15 20:25:06'),(10883,2,3638,'','2013-11-15 20:25:06'),(10884,3,3638,'','2013-11-15 20:25:06'),(10885,1,3639,'','2013-11-15 20:30:09'),(10886,2,3639,'','2013-11-15 20:30:09'),(10887,3,3639,'76005','2013-11-15 20:30:09'),(10888,1,3640,'','2013-11-15 20:32:46'),(10889,2,3640,'','2013-11-15 20:32:47'),(10890,3,3640,'66','2013-11-15 20:32:47'),(10891,1,3641,'','2013-11-15 20:35:21'),(10892,2,3641,'','2013-11-15 20:35:21'),(10893,3,3641,'76005','2013-11-15 20:35:21'),(10894,1,3642,'','2013-11-15 20:39:56'),(10895,2,3642,'','2013-11-15 20:39:56'),(10896,3,3642,'','2013-11-15 20:39:56'),(10897,1,3643,'','2013-11-15 20:43:06'),(10898,2,3643,'','2013-11-15 20:43:06'),(10899,3,3643,'44789','2013-11-15 20:43:06'),(10900,1,3644,'','2013-11-15 20:46:05'),(10901,2,3644,'','2013-11-15 20:46:05'),(10902,3,3644,'76044','2013-11-15 20:46:05'),(10903,1,3645,'','2013-11-15 20:50:58'),(10904,2,3645,'','2013-11-15 20:50:58'),(10905,3,3645,'','2013-11-15 20:50:58'),(10906,1,3646,'','2013-11-15 20:59:09'),(10907,2,3646,'','2013-11-15 20:59:09'),(10908,3,3646,'76001','2013-11-15 20:59:10'),(10909,1,3647,'','2013-11-15 21:03:22'),(10910,2,3647,'','2013-11-15 21:03:22'),(10911,3,3647,'','2013-11-15 21:03:22'),(10912,1,3648,'','2013-11-15 21:12:18'),(10913,2,3648,'','2013-11-15 21:12:18'),(10914,3,3648,'','2013-11-15 21:12:18'),(10915,1,3649,'','2013-11-15 21:24:37'),(10916,2,3649,'','2013-11-15 21:24:37'),(10917,3,3649,'76009','2013-11-15 21:24:37'),(10918,1,3650,'','2013-11-15 21:29:48'),(10919,2,3650,'','2013-11-15 21:29:48'),(10920,3,3650,'22514','2013-11-15 21:29:48'),(10921,1,3651,'','2013-11-15 21:40:02'),(10922,2,3651,'','2013-11-15 21:40:02'),(10923,3,3651,'76058','2013-11-15 21:40:02'),(10924,1,3652,'','2013-11-15 21:42:14'),(10925,2,3652,'','2013-11-15 21:42:14'),(10926,3,3652,'76058','2013-11-15 21:42:14'),(10927,1,3653,'','2013-11-15 21:44:26'),(10928,2,3653,'','2013-11-15 21:44:26'),(10929,3,3653,'76058','2013-11-15 21:44:26'),(10930,1,3654,'','2013-11-15 21:49:24'),(10931,2,3654,'','2013-11-15 21:49:24'),(10932,3,3654,'','2013-11-15 21:49:24'),(10933,1,3655,'','2013-11-15 21:55:24'),(10934,2,3655,'','2013-11-15 21:55:24'),(10935,3,3655,'44789','2013-11-15 21:55:24'),(10936,1,3656,'','2013-11-15 21:59:57'),(10937,2,3656,'','2013-11-15 21:59:57'),(10938,3,3656,'','2013-11-15 21:59:57'),(10939,1,3657,'','2013-11-15 22:05:13'),(10940,2,3657,'','2013-11-15 22:05:13'),(10941,3,3657,'16874','2013-11-15 22:05:13'),(10942,1,3658,'','2013-11-15 22:23:41'),(10943,2,3658,'','2013-11-15 22:23:41'),(10944,3,3658,'16874','2013-11-15 22:23:41'),(10945,1,3659,'','2013-11-15 22:56:16'),(10946,2,3659,'','2013-11-15 22:56:16'),(10947,3,3659,'50427','2013-11-15 22:56:16'),(10948,1,3660,'','2013-11-15 23:21:27'),(10949,2,3660,'','2013-11-15 23:21:27'),(10950,3,3660,'1152','2013-11-15 23:21:27'),(10951,1,3661,'','2013-11-15 23:25:02'),(10952,2,3661,'','2013-11-15 23:25:02'),(10953,3,3661,'','2013-11-15 23:25:02'),(10954,1,3662,'','2013-11-15 23:37:59'),(10955,2,3662,'','2013-11-15 23:37:59'),(10956,3,3662,'76068','2013-11-15 23:37:59'),(10957,1,3663,'0244081612','2013-11-15 23:51:41'),(10958,2,3663,'','2013-11-15 23:51:41'),(10959,3,3663,'76065','2013-11-15 23:51:41'),(10960,1,3664,'0244645790','2013-11-15 23:59:56'),(10961,2,3664,'','2013-11-15 23:59:56'),(10962,3,3664,'50427','2013-11-15 23:59:56'),(10963,1,3665,'','2013-11-16 00:10:04'),(10964,2,3665,'','2013-11-16 00:10:04'),(10965,3,3665,'','2013-11-16 00:10:04'),(10966,1,3666,'','2013-11-16 00:29:46'),(10967,2,3666,'','2013-11-16 00:29:46'),(10968,3,3666,'76052','2013-11-16 00:29:46'),(10969,1,3667,'','2013-11-16 00:36:45'),(10970,2,3667,'','2013-11-16 00:36:45'),(10971,3,3667,'','2013-11-16 00:36:45'),(10972,1,3668,'','2013-11-16 00:58:13'),(10973,2,3668,'','2013-11-16 00:58:13'),(10974,3,3668,'','2013-11-16 00:58:13'),(10975,1,3669,'','2013-11-16 01:15:13'),(10976,2,3669,'','2013-11-16 01:15:13'),(10977,3,3669,'','2013-11-16 01:15:13'),(10978,1,3670,'','2013-11-16 01:18:24'),(10979,2,3670,'','2013-11-16 01:18:24'),(10980,3,3670,'50427','2013-11-16 01:18:24'),(10981,1,3671,'','2013-11-16 01:38:35'),(10982,2,3671,'','2013-11-16 01:38:35'),(10983,3,3671,'76027','2013-11-16 01:38:35'),(10984,1,3672,'','2013-11-16 01:49:11'),(10985,2,3672,'','2013-11-16 01:49:11'),(10986,3,3672,'','2013-11-16 01:49:11'),(10987,1,3673,'','2013-11-16 01:59:32'),(10988,2,3673,'','2013-11-16 01:59:32'),(10989,3,3673,'','2013-11-16 01:59:32'),(10990,1,3674,'','2013-11-16 02:05:32'),(10991,2,3674,'','2013-11-16 02:05:32'),(10992,3,3674,'76027','2013-11-16 02:05:32'),(10993,1,3675,'','2013-11-16 02:25:48'),(10994,2,3675,'','2013-11-16 02:25:48'),(10995,3,3675,'75011','2013-11-16 02:25:48'),(10996,1,3676,'','2013-11-16 02:37:03'),(10997,2,3676,'','2013-11-16 02:37:03'),(10998,3,3676,'','2013-11-16 02:37:03'),(10999,1,3677,'','2013-11-16 02:58:11'),(11000,2,3677,'','2013-11-16 02:58:11'),(11001,3,3677,'50427','2013-11-16 02:58:11'),(11002,1,3678,'','2013-11-16 03:15:02'),(11003,2,3678,'','2013-11-16 03:15:02'),(11004,3,3678,'22514','2013-11-16 03:15:02'),(11005,1,3679,'','2013-11-16 03:17:10'),(11006,2,3679,'','2013-11-16 03:17:10'),(11007,3,3679,'22514','2013-11-16 03:17:10'),(11008,1,3680,'','2013-11-16 03:32:14'),(11009,2,3680,'','2013-11-16 03:32:14'),(11010,3,3680,'','2013-11-16 03:32:14'),(11011,1,3681,'','2013-11-16 03:49:49'),(11012,2,3681,'','2013-11-16 03:49:49'),(11013,3,3681,'','2013-11-16 03:49:49'),(11014,1,3682,'','2013-11-16 04:37:38'),(11015,2,3682,'','2013-11-16 04:37:38'),(11016,3,3682,'','2013-11-16 04:37:39'),(11017,1,3683,'','2013-11-16 05:19:41'),(11018,2,3683,'','2013-11-16 05:19:41'),(11019,3,3683,'76044','2013-11-16 05:19:41'),(11020,1,3684,'','2013-11-16 05:21:11'),(11021,2,3684,'','2013-11-16 05:21:11'),(11022,3,3684,'1048','2013-11-16 05:21:11'),(11023,1,3685,'','2013-11-16 05:24:24'),(11024,2,3685,'','2013-11-16 05:24:24'),(11025,3,3685,'1005','2013-11-16 05:24:24'),(11026,1,3686,'','2013-11-16 05:26:36'),(11027,2,3686,'','2013-11-16 05:26:36'),(11028,3,3686,'50427','2013-11-16 05:26:36'),(11029,1,3687,'','2013-11-16 07:09:22'),(11030,2,3687,'','2013-11-16 07:09:22'),(11031,3,3687,'2488','2013-11-16 07:09:22'),(11032,1,3688,'','2013-11-16 07:13:43'),(11033,2,3688,'','2013-11-16 07:13:43'),(11034,3,3688,'2488','2013-11-16 07:13:43'),(11035,1,3689,'','2013-11-16 07:17:34'),(11036,2,3689,'','2013-11-16 07:17:34'),(11037,3,3689,'','2013-11-16 07:17:34'),(11038,1,3690,'','2013-11-16 10:13:51'),(11039,2,3690,'','2013-11-16 10:13:51'),(11040,3,3690,'','2013-11-16 10:13:51'),(11041,1,3691,'','2013-11-16 11:32:18'),(11042,2,3691,'','2013-11-16 11:32:18'),(11043,3,3691,'','2013-11-16 11:32:18'),(11044,1,3692,'','2013-11-16 14:06:56'),(11045,2,3692,'','2013-11-16 14:06:56'),(11046,3,3692,'','2013-11-16 14:06:56'),(11047,1,3693,'','2013-11-16 15:00:32'),(11048,2,3693,'','2013-11-16 15:00:32'),(11049,3,3693,'76009','2013-11-16 15:00:32'),(11050,1,3694,'','2013-11-16 15:54:56'),(11051,2,3694,'','2013-11-16 15:54:56'),(11052,3,3694,'50427','2013-11-16 15:54:56'),(11053,1,3695,'','2013-11-16 16:08:17'),(11054,2,3695,'','2013-11-16 16:08:17'),(11055,3,3695,'','2013-11-16 16:08:17'),(11056,1,3696,'','2013-11-16 16:35:28'),(11057,2,3696,'','2013-11-16 16:35:28'),(11058,3,3696,'76053','2013-11-16 16:35:28'),(11059,1,3697,'','2013-11-16 16:37:13'),(11060,2,3697,'','2013-11-16 16:37:13'),(11061,3,3697,'','2013-11-16 16:37:13'),(11062,1,3698,'','2013-11-16 16:55:09'),(11063,2,3698,'','2013-11-16 16:55:09'),(11064,3,3698,'50427','2013-11-16 16:55:09'),(11065,1,3699,'','2013-11-16 16:57:46'),(11066,2,3699,'','2013-11-16 16:57:46'),(11067,3,3699,'','2013-11-16 16:57:46'),(11068,1,3700,'','2013-11-16 17:07:10'),(11069,2,3700,'','2013-11-16 17:07:10'),(11070,3,3700,'50427','2013-11-16 17:07:10'),(11071,1,3701,'','2013-11-16 17:22:51'),(11072,2,3701,'','2013-11-16 17:22:51'),(11073,3,3701,'','2013-11-16 17:22:51'),(11074,1,3702,'','2013-11-16 17:27:23'),(11075,2,3702,'','2013-11-16 17:27:23'),(11076,3,3702,'16874','2013-11-16 17:27:23'),(11077,1,3703,'','2013-11-16 17:50:34'),(11078,2,3703,'','2013-11-16 17:50:34'),(11079,3,3703,'44789','2013-11-16 17:50:34'),(11080,1,3704,'','2013-11-16 17:53:47'),(11081,2,3704,'','2013-11-16 17:53:47'),(11082,3,3704,'','2013-11-16 17:53:47'),(11083,1,3705,'','2013-11-16 17:57:02'),(11084,2,3705,'','2013-11-16 17:57:02'),(11085,3,3705,'76009','2013-11-16 17:57:02'),(11086,1,3706,'','2013-11-16 18:24:12'),(11087,2,3706,'','2013-11-16 18:24:12'),(11088,3,3706,'50437','2013-11-16 18:24:12'),(11089,1,3707,'','2013-11-16 18:31:31'),(11090,2,3707,'','2013-11-16 18:31:31'),(11091,3,3707,'76009','2013-11-16 18:31:31'),(11092,1,3708,'','2013-11-16 18:52:31'),(11093,2,3708,'','2013-11-16 18:52:31'),(11094,3,3708,'','2013-11-16 18:52:31'),(11095,1,3709,'','2013-11-16 19:16:33'),(11096,2,3709,'','2013-11-16 19:16:33'),(11097,3,3709,'','2013-11-16 19:16:33'),(11098,1,3710,'','2013-11-16 19:24:30'),(11099,2,3710,'','2013-11-16 19:24:30'),(11100,3,3710,'76009','2013-11-16 19:24:30'),(11101,1,3711,'','2013-11-16 19:42:46'),(11102,2,3711,'','2013-11-16 19:42:46'),(11103,3,3711,'76009','2013-11-16 19:42:46'),(11104,1,3712,'','2013-11-16 19:54:15'),(11105,2,3712,'','2013-11-16 19:54:15'),(11106,3,3712,'76009','2013-11-16 19:54:15'),(11107,1,3713,'','2013-11-16 20:05:10'),(11108,2,3713,'','2013-11-16 20:05:10'),(11109,3,3713,'17690','2013-11-16 20:05:10'),(11110,1,3714,'','2013-11-16 20:09:51'),(11111,2,3714,'','2013-11-16 20:09:51'),(11112,3,3714,'','2013-11-16 20:09:51'),(11113,1,3715,'','2013-11-16 20:16:44'),(11114,2,3715,'','2013-11-16 20:16:44'),(11115,3,3715,'76062','2013-11-16 20:16:44'),(11116,1,3716,'','2013-11-16 20:20:45'),(11117,2,3716,'','2013-11-16 20:20:45'),(11118,3,3716,'','2013-11-16 20:20:45'),(11119,1,3717,'','2013-11-16 20:54:18'),(11120,2,3717,'','2013-11-16 20:54:18'),(11121,3,3717,'50427','2013-11-16 20:54:18'),(11122,1,3718,'','2013-11-16 21:01:52'),(11123,2,3718,'','2013-11-16 21:01:52'),(11124,3,3718,'','2013-11-16 21:01:53'),(11125,1,3719,'','2013-11-16 21:08:58'),(11126,2,3719,'','2013-11-16 21:08:58'),(11127,3,3719,'76005','2013-11-16 21:08:59'),(11128,1,3720,'','2013-11-16 21:24:47'),(11129,2,3720,'','2013-11-16 21:24:47'),(11130,3,3720,'','2013-11-16 21:24:47'),(11131,1,3721,'','2013-11-16 21:35:59'),(11132,2,3721,'','2013-11-16 21:35:59'),(11133,3,3721,'','2013-11-16 21:35:59'),(11134,1,3722,'','2013-11-16 21:44:38'),(11135,2,3722,'','2013-11-16 21:44:38'),(11136,3,3722,'76009','2013-11-16 21:44:38'),(11137,1,3723,'','2013-11-16 21:50:08'),(11138,2,3723,'','2013-11-16 21:50:08'),(11139,3,3723,'','2013-11-16 21:50:08'),(11140,1,3724,'','2013-11-16 22:01:13'),(11141,2,3724,'','2013-11-16 22:01:13'),(11142,3,3724,'','2013-11-16 22:01:13'),(11143,1,3725,'','2013-11-16 22:23:17'),(11144,2,3725,'','2013-11-16 22:23:17'),(11145,3,3725,'','2013-11-16 22:23:17'),(11146,1,3726,'','2013-11-16 23:08:19'),(11147,2,3726,'','2013-11-16 23:08:19'),(11148,3,3726,'','2013-11-16 23:08:19'),(11149,1,3727,'','2013-11-16 23:13:27'),(11150,2,3727,'','2013-11-16 23:13:27'),(11151,3,3727,'','2013-11-16 23:13:27'),(11152,1,3728,'','2013-11-16 23:31:14'),(11153,2,3728,'','2013-11-16 23:31:14'),(11154,3,3728,'','2013-11-16 23:31:14'),(11155,1,3729,'','2013-11-16 23:42:54'),(11156,2,3729,'','2013-11-16 23:42:54'),(11157,3,3729,'','2013-11-16 23:42:54'),(11158,1,3730,'','2013-11-16 23:57:24'),(11159,2,3730,'','2013-11-16 23:57:24'),(11160,3,3730,'16874','2013-11-16 23:57:24'),(11161,1,3731,'','2013-11-17 00:40:15'),(11162,2,3731,'','2013-11-17 00:40:15'),(11163,3,3731,'','2013-11-17 00:40:15'),(11164,1,3732,'','2013-11-17 00:50:57'),(11165,2,3732,'','2013-11-17 00:50:57'),(11166,3,3732,'50427','2013-11-17 00:50:57'),(11167,1,3733,'','2013-11-17 00:55:00'),(11168,2,3733,'','2013-11-17 00:55:00'),(11169,3,3733,'','2013-11-17 00:55:00'),(11170,1,3734,'','2013-11-17 01:08:24'),(11171,2,3734,'','2013-11-17 01:08:24'),(11172,3,3734,'76052','2013-11-17 01:08:24'),(11173,1,3735,'','2013-11-17 01:22:55'),(11174,2,3735,'','2013-11-17 01:22:55'),(11175,3,3735,'50427','2013-11-17 01:22:55'),(11176,1,3736,'','2013-11-17 01:26:55'),(11177,2,3736,'','2013-11-17 01:26:55'),(11178,3,3736,'','2013-11-17 01:26:55'),(11179,1,3737,'','2013-11-17 02:12:00'),(11180,2,3737,'','2013-11-17 02:12:00'),(11181,3,3737,'','2013-11-17 02:12:00'),(11182,1,3738,'','2013-11-17 02:21:20'),(11183,2,3738,'','2013-11-17 02:21:20'),(11184,3,3738,'39761','2013-11-17 02:21:20'),(11185,1,3739,'','2013-11-17 03:20:01'),(11186,2,3739,'','2013-11-17 03:20:01'),(11187,3,3739,'31186','2013-11-17 03:20:01'),(11188,1,3740,'','2013-11-17 04:57:31'),(11189,2,3740,'','2013-11-17 04:57:31'),(11190,3,3740,'','2013-11-17 04:57:31'),(11191,1,3741,'','2013-11-17 05:02:20'),(11192,2,3741,'','2013-11-17 05:02:20'),(11193,3,3741,'','2013-11-17 05:02:20'),(11194,1,3742,'','2013-11-17 06:27:19'),(11195,2,3742,'','2013-11-17 06:27:19'),(11196,3,3742,'50427','2013-11-17 06:27:19'),(11197,1,3743,'','2013-11-17 14:35:39'),(11198,2,3743,'','2013-11-17 14:35:39'),(11199,3,3743,'','2013-11-17 14:35:39'),(11200,1,3744,'','2013-11-17 14:51:41'),(11201,2,3744,'','2013-11-17 14:51:41'),(11202,3,3744,'75508','2013-11-17 14:51:41'),(11203,1,3745,'','2013-11-17 15:05:27'),(11204,2,3745,'','2013-11-17 15:05:27'),(11205,3,3745,'1152','2013-11-17 15:05:27'),(11206,1,3746,'','2013-11-17 15:08:36'),(11207,2,3746,'','2013-11-17 15:08:36'),(11208,3,3746,'50427','2013-11-17 15:08:37'),(11209,1,3747,'','2013-11-17 15:52:14'),(11210,2,3747,'','2013-11-17 15:52:14'),(11211,3,3747,'2488','2013-11-17 15:52:14'),(11212,1,3748,'','2013-11-17 15:59:22'),(11213,2,3748,'','2013-11-17 15:59:22'),(11214,3,3748,'16874','2013-11-17 15:59:22'),(11215,1,3749,'','2013-11-17 16:36:19'),(11216,2,3749,'','2013-11-17 16:36:19'),(11217,3,3749,'43292','2013-11-17 16:36:19'),(11218,1,3750,'','2013-11-17 16:55:33'),(11219,2,3750,'','2013-11-17 16:55:33'),(11220,3,3750,'43292','2013-11-17 16:55:33'),(11221,1,3751,'','2013-11-17 17:04:13'),(11222,2,3751,'','2013-11-17 17:04:13'),(11223,3,3751,'50427','2013-11-17 17:04:13'),(11224,1,3752,'','2013-11-17 17:09:31'),(11225,2,3752,'','2013-11-17 17:09:31'),(11226,3,3752,'2488','2013-11-17 17:09:31'),(11227,1,3753,'','2013-11-17 17:13:32'),(11228,2,3753,'','2013-11-17 17:13:32'),(11229,3,3753,'50427','2013-11-17 17:13:32'),(11230,1,3754,'','2013-11-17 17:51:45'),(11231,2,3754,'','2013-11-17 17:51:45'),(11232,3,3754,'16874','2013-11-17 17:51:45'),(11233,1,3755,'','2013-11-17 18:33:34'),(11234,2,3755,'','2013-11-17 18:33:34'),(11235,3,3755,'','2013-11-17 18:33:34'),(11236,1,3756,'','2013-11-17 18:42:14'),(11237,2,3756,'','2013-11-17 18:42:14'),(11238,3,3756,'50427','2013-11-17 18:42:14'),(11239,1,3757,'','2013-11-17 19:00:40'),(11240,2,3757,'','2013-11-17 19:00:40'),(11241,3,3757,'44789','2013-11-17 19:00:40'),(11242,1,3758,'','2013-11-17 19:06:38'),(11243,2,3758,'','2013-11-17 19:06:38'),(11244,3,3758,'76005','2013-11-17 19:06:38'),(11245,1,3759,'','2013-11-17 19:09:45'),(11246,2,3759,'','2013-11-17 19:09:45'),(11247,3,3759,'','2013-11-17 19:09:45'),(11248,1,3760,'0243150531','2013-11-17 19:22:23'),(11249,2,3760,'','2013-11-17 19:22:23'),(11250,3,3760,'1105','2013-11-17 19:22:23'),(11251,1,3761,'','2013-11-17 19:51:34'),(11252,2,3761,'','2013-11-17 19:51:34'),(11253,3,3761,'50427','2013-11-17 19:51:34'),(11254,1,3762,'0240188642','2013-11-17 20:49:29'),(11255,2,3762,'','2013-11-17 20:49:29'),(11256,3,3762,'50427','2013-11-17 20:49:29'),(11257,1,3763,'0241804504','2013-11-17 21:17:02'),(11258,2,3763,'','2013-11-17 21:17:02'),(11259,3,3763,'2488','2013-11-17 21:17:02'),(11260,1,3764,'0244854500','2013-11-17 21:22:28'),(11261,2,3764,'','2013-11-17 21:22:28'),(11262,3,3764,'50427','2013-11-17 21:22:28'),(11263,1,3765,'0244077595','2013-11-17 21:33:40'),(11264,2,3765,'','2013-11-17 21:33:40'),(11265,3,3765,'31734','2013-11-17 21:33:40'),(11266,1,3766,'','2013-11-17 22:08:46'),(11267,2,3766,'','2013-11-17 22:08:46'),(11268,3,3766,'','2013-11-17 22:08:46'),(11269,1,3767,'0244311101','2013-11-17 22:30:10'),(11270,2,3767,'','2013-11-17 22:30:10'),(11271,3,3767,'','2013-11-17 22:30:10'),(11272,1,3768,'','2013-11-17 23:03:07'),(11273,2,3768,'','2013-11-17 23:03:07'),(11274,3,3768,'','2013-11-17 23:03:07'),(11275,1,3769,'','2013-11-17 23:08:22'),(11276,2,3769,'','2013-11-17 23:08:22'),(11277,3,3769,'50427','2013-11-17 23:08:22'),(11278,1,3770,'','2013-11-18 00:21:09'),(11279,2,3770,'','2013-11-18 00:21:09'),(11280,3,3770,'76001','2013-11-18 00:21:09'),(11281,1,3771,'','2013-11-18 00:46:26'),(11282,2,3771,'','2013-11-18 00:46:26'),(11283,3,3771,'','2013-11-18 00:46:26'),(11284,1,3772,'','2013-11-18 01:00:08'),(11285,2,3772,'','2013-11-18 01:00:08'),(11286,3,3772,'76067','2013-11-18 01:00:08'),(11287,1,3773,'','2013-11-18 01:07:24'),(11288,2,3773,'','2013-11-18 01:07:24'),(11289,3,3773,'CASH','2013-11-18 01:07:24'),(11290,1,3774,'','2013-11-18 01:10:18'),(11291,2,3774,'','2013-11-18 01:10:18'),(11292,3,3774,'','2013-11-18 01:10:18'),(11293,1,3775,'','2013-11-18 01:59:59'),(11294,2,3775,'','2013-11-18 01:59:59'),(11295,3,3775,'50427','2013-11-18 01:59:59'),(11296,1,3776,'','2013-11-18 02:10:13'),(11297,2,3776,'','2013-11-18 02:10:13'),(11298,3,3776,'','2013-11-18 02:10:13'),(11299,1,3777,'','2013-11-18 02:13:18'),(11300,2,3777,'','2013-11-18 02:13:18'),(11301,3,3777,'76068','2013-11-18 02:13:18'),(11302,1,3778,'','2013-11-18 03:25:28'),(11303,2,3778,'','2013-11-18 03:25:28'),(11304,3,3778,'76009','2013-11-18 03:25:28'),(11305,1,3779,'','2013-11-18 03:32:02'),(11306,2,3779,'','2013-11-18 03:32:02'),(11307,3,3779,'50557','2013-11-18 03:32:02'),(11308,1,3780,'','2013-11-18 03:55:36'),(11309,2,3780,'','2013-11-18 03:55:36'),(11310,3,3780,'','2013-11-18 03:55:36'),(11311,1,3781,'','2013-11-18 04:01:33'),(11312,2,3781,'','2013-11-18 04:01:33'),(11313,3,3781,'76001','2013-11-18 04:01:33'),(11314,1,3782,'','2013-11-18 04:35:49'),(11315,2,3782,'','2013-11-18 04:35:49'),(11316,3,3782,'34008','2013-11-18 04:35:49'),(11317,1,3783,'','2013-11-18 08:19:52'),(11318,2,3783,'','2013-11-18 08:19:52'),(11319,3,3783,'76052','2013-11-18 08:19:52'),(11320,1,3784,'','2013-11-18 13:54:47'),(11321,2,3784,'','2013-11-18 13:54:47'),(11322,3,3784,'','2013-11-18 13:54:47'),(11323,1,3785,'','2013-11-18 14:28:28'),(11324,2,3785,'','2013-11-18 14:28:28'),(11325,3,3785,'76001','2013-11-18 14:28:28'),(11326,1,3786,'','2013-11-18 15:03:16'),(11327,2,3786,'','2013-11-18 15:03:16'),(11328,3,3786,'44789','2013-11-18 15:03:16'),(11329,1,3787,'','2013-11-18 15:09:40'),(11330,2,3787,'','2013-11-18 15:09:40'),(11331,3,3787,'16874','2013-11-18 15:09:40'),(11332,1,3788,'','2013-11-18 15:21:38'),(11333,2,3788,'','2013-11-18 15:21:38'),(11334,3,3788,'50427','2013-11-18 15:21:38'),(11335,1,3789,'','2013-11-18 15:23:42'),(11336,2,3789,'','2013-11-18 15:23:42'),(11337,3,3789,'50427','2013-11-18 15:23:42'),(11338,1,3790,'','2013-11-18 15:41:45'),(11339,2,3790,'','2013-11-18 15:41:45'),(11340,3,3790,'50427','2013-11-18 15:41:45'),(11341,1,3791,'','2013-11-18 15:49:24'),(11342,2,3791,'','2013-11-18 15:49:24'),(11343,3,3791,'76068','2013-11-18 15:49:24'),(11344,1,3792,'','2013-11-18 15:53:25'),(11345,2,3792,'','2013-11-18 15:53:25'),(11346,3,3792,'44789','2013-11-18 15:53:25'),(11347,1,3793,'','2013-11-18 16:04:27'),(11348,2,3793,'','2013-11-18 16:04:27'),(11349,3,3793,'76005','2013-11-18 16:04:27'),(11350,1,3794,'','2013-11-18 16:17:17'),(11351,2,3794,'','2013-11-18 16:17:17'),(11352,3,3794,'','2013-11-18 16:17:17'),(11353,1,3795,'','2013-11-18 16:19:50'),(11354,2,3795,'','2013-11-18 16:19:50'),(11355,3,3795,'','2013-11-18 16:19:50'),(11356,1,3796,'','2013-11-18 16:22:54'),(11357,2,3796,'','2013-11-18 16:22:54'),(11358,3,3796,'50427','2013-11-18 16:22:54'),(11359,1,3797,'','2013-11-18 16:56:39'),(11360,2,3797,'','2013-11-18 16:56:39'),(11361,3,3797,'','2013-11-18 16:56:39'),(11362,1,3798,'','2013-11-18 17:00:32'),(11363,2,3798,'','2013-11-18 17:00:32'),(11364,3,3798,'15866','2013-11-18 17:00:32'),(11365,1,3799,'','2013-11-18 17:02:38'),(11366,2,3799,'','2013-11-18 17:02:38'),(11367,3,3799,'76068','2013-11-18 17:02:38'),(11368,1,3800,'','2013-11-18 17:16:50'),(11369,2,3800,'','2013-11-18 17:16:50'),(11370,3,3800,'','2013-11-18 17:16:50'),(11371,1,3801,'','2013-11-18 17:26:59'),(11372,2,3801,'','2013-11-18 17:26:59'),(11373,3,3801,'76009','2013-11-18 17:26:59'),(11374,1,3802,'','2013-11-18 17:56:29'),(11375,2,3802,'','2013-11-18 17:56:29'),(11376,3,3802,'','2013-11-18 17:56:29'),(11377,1,3803,'','2013-11-18 17:59:09'),(11378,2,3803,'','2013-11-18 17:59:09'),(11379,3,3803,'','2013-11-18 17:59:09'),(11380,1,3804,'','2013-11-18 18:05:42'),(11381,2,3804,'','2013-11-18 18:05:42'),(11382,3,3804,'','2013-11-18 18:05:42'),(11383,1,3805,'','2013-11-18 18:07:35'),(11384,2,3805,'','2013-11-18 18:07:35'),(11385,3,3805,'','2013-11-18 18:07:35'),(11386,1,3806,'','2013-11-18 18:10:09'),(11387,2,3806,'','2013-11-18 18:10:09'),(11388,3,3806,'76027','2013-11-18 18:10:09'),(11389,1,3807,'','2013-11-18 18:16:35'),(11390,2,3807,'','2013-11-18 18:16:35'),(11391,3,3807,'76053','2013-11-18 18:16:35'),(11392,1,3808,'','2013-11-18 18:21:08'),(11393,2,3808,'','2013-11-18 18:21:09'),(11394,3,3808,'1105','2013-11-18 18:21:09'),(11395,1,3809,'','2013-11-18 18:24:30'),(11396,2,3809,'','2013-11-18 18:24:30'),(11397,3,3809,'','2013-11-18 18:24:30'),(11398,1,3810,'','2013-11-18 18:30:13'),(11399,2,3810,'','2013-11-18 18:30:13'),(11400,3,3810,'76009','2013-11-18 18:30:13'),(11401,1,3811,'','2013-11-18 18:36:42'),(11402,2,3811,'','2013-11-18 18:36:42'),(11403,3,3811,'76057','2013-11-18 18:36:42'),(11404,1,3812,'','2013-11-18 18:50:28'),(11405,2,3812,'','2013-11-18 18:50:28'),(11406,3,3812,'','2013-11-18 18:50:28'),(11407,1,3813,'','2013-11-18 18:56:49'),(11408,2,3813,'','2013-11-18 18:56:49'),(11409,3,3813,'22514','2013-11-18 18:56:49'),(11410,1,3814,'','2013-11-18 18:59:06'),(11411,2,3814,'','2013-11-18 18:59:06'),(11412,3,3814,'76073','2013-11-18 18:59:06'),(11413,1,3815,'','2013-11-18 19:03:22'),(11414,2,3815,'','2013-11-18 19:03:22'),(11415,3,3815,'','2013-11-18 19:03:22'),(11416,1,3816,'','2013-11-18 19:11:52'),(11417,2,3816,'','2013-11-18 19:11:52'),(11418,3,3816,'76009','2013-11-18 19:11:52'),(11419,1,3817,'','2013-11-18 19:18:24'),(11420,2,3817,'','2013-11-18 19:18:24'),(11421,3,3817,'','2013-11-18 19:18:24'),(11422,1,3818,'','2013-11-18 19:23:10'),(11423,2,3818,'','2013-11-18 19:23:10'),(11424,3,3818,'2488','2013-11-18 19:23:10'),(11425,1,3819,'','2013-11-18 19:24:55'),(11426,2,3819,'','2013-11-18 19:24:55'),(11427,3,3819,'','2013-11-18 19:24:55'),(11428,1,3820,'','2013-11-18 19:27:21'),(11429,2,3820,'','2013-11-18 19:27:21'),(11430,3,3820,'38361','2013-11-18 19:27:21'),(11431,1,3821,'','2013-11-18 19:32:36'),(11432,2,3821,'','2013-11-18 19:32:36'),(11433,3,3821,'','2013-11-18 19:32:36'),(11434,1,3822,'','2013-11-18 19:47:27'),(11435,2,3822,'','2013-11-18 19:47:27'),(11436,3,3822,'76062','2013-11-18 19:47:27'),(11437,1,3823,'','2013-11-18 19:51:52'),(11438,2,3823,'','2013-11-18 19:51:52'),(11439,3,3823,'44789','2013-11-18 19:51:52'),(11440,1,3824,'','2013-11-18 19:55:16'),(11441,2,3824,'','2013-11-18 19:55:16'),(11442,3,3824,'50427','2013-11-18 19:55:16'),(11443,1,3825,'','2013-11-18 19:57:01'),(11444,2,3825,'','2013-11-18 19:57:01'),(11445,3,3825,'50427','2013-11-18 19:57:01'),(11446,1,3826,'','2013-11-18 19:58:30'),(11447,2,3826,'','2013-11-18 19:58:30'),(11448,3,3826,'46644','2013-11-18 19:58:30'),(11449,1,3827,'','2013-11-18 20:09:10'),(11450,2,3827,'','2013-11-18 20:09:10'),(11451,3,3827,'76009','2013-11-18 20:09:10'),(11452,1,3828,'','2013-11-18 20:23:16'),(11453,2,3828,'','2013-11-18 20:23:16'),(11454,3,3828,'44789','2013-11-18 20:23:16'),(11455,1,3829,'','2013-11-18 20:27:17'),(11456,2,3829,'','2013-11-18 20:27:17'),(11457,3,3829,'','2013-11-18 20:27:17'),(11458,1,3830,'','2013-11-18 20:31:47'),(11459,2,3830,'','2013-11-18 20:31:47'),(11460,3,3830,'50427','2013-11-18 20:31:47'),(11461,1,3831,'','2013-11-18 20:43:59'),(11462,2,3831,'','2013-11-18 20:43:59'),(11463,3,3831,'','2013-11-18 20:43:59'),(11464,1,3832,'','2013-11-18 20:47:27'),(11465,2,3832,'','2013-11-18 20:47:27'),(11466,3,3832,'76009','2013-11-18 20:47:27'),(11467,1,3833,'','2013-11-18 20:49:53'),(11468,2,3833,'','2013-11-18 20:49:53'),(11469,3,3833,'','2013-11-18 20:49:53'),(11470,1,3834,'','2013-11-18 21:01:42'),(11471,2,3834,'','2013-11-18 21:01:42'),(11472,3,3834,'','2013-11-18 21:01:42'),(11473,1,3835,'','2013-11-18 21:04:58'),(11474,2,3835,'','2013-11-18 21:04:58'),(11475,3,3835,'','2013-11-18 21:04:58'),(11476,1,3836,'','2013-11-18 21:08:23'),(11477,2,3836,'','2013-11-18 21:08:23'),(11478,3,3836,'50427','2013-11-18 21:08:23'),(11479,1,3837,'','2013-11-18 21:13:15'),(11480,2,3837,'','2013-11-18 21:13:15'),(11481,3,3837,'','2013-11-18 21:13:15'),(11482,1,3838,'','2013-11-18 21:15:47'),(11483,2,3838,'','2013-11-18 21:15:47'),(11484,3,3838,'50427','2013-11-18 21:15:47'),(11485,1,3839,'','2013-11-18 21:20:21'),(11486,2,3839,'','2013-11-18 21:20:21'),(11487,3,3839,'17559','2013-11-18 21:20:21'),(11488,1,3840,'','2013-11-18 21:23:32'),(11489,2,3840,'','2013-11-18 21:23:32'),(11490,3,3840,'','2013-11-18 21:23:32'),(11491,1,3841,'','2013-11-18 21:29:00'),(11492,2,3841,'','2013-11-18 21:29:00'),(11493,3,3841,'','2013-11-18 21:29:00'),(11494,1,3842,'','2013-11-18 21:40:21'),(11495,2,3842,'','2013-11-18 21:40:21'),(11496,3,3842,'76068','2013-11-18 21:40:21'),(11497,1,3843,'','2013-11-18 21:41:52'),(11498,2,3843,'','2013-11-18 21:41:52'),(11499,3,3843,'1525','2013-11-18 21:41:52'),(11500,1,3844,'','2013-11-18 21:48:42'),(11501,2,3844,'','2013-11-18 21:48:42'),(11502,3,3844,'50427','2013-11-18 21:48:42'),(11503,1,3845,'','2013-11-18 21:52:24'),(11504,2,3845,'','2013-11-18 21:52:24'),(11505,3,3845,'76057','2013-11-18 21:52:24'),(11506,1,3846,'','2013-11-18 22:16:06'),(11507,2,3846,'','2013-11-18 22:16:06'),(11508,3,3846,'76052','2013-11-18 22:16:06'),(11509,1,3847,'','2013-11-18 22:19:59'),(11510,2,3847,'','2013-11-18 22:19:59'),(11511,3,3847,'231818','2013-11-18 22:19:59'),(11512,1,3848,'','2013-11-18 22:23:48'),(11513,2,3848,'','2013-11-18 22:23:48'),(11514,3,3848,'38361','2013-11-18 22:23:48'),(11515,1,3849,'','2013-11-18 22:37:11'),(11516,2,3849,'','2013-11-18 22:37:11'),(11517,3,3849,'76052','2013-11-18 22:37:11'),(11518,1,3850,'','2013-11-18 23:04:21'),(11519,2,3850,'','2013-11-18 23:04:21'),(11520,3,3850,'','2013-11-18 23:04:21'),(11521,1,3851,'','2013-11-18 23:23:57'),(11522,2,3851,'','2013-11-18 23:23:57'),(11523,3,3851,'','2013-11-18 23:23:57'),(11524,1,3852,'','2013-11-18 23:39:39'),(11525,2,3852,'','2013-11-18 23:39:39'),(11526,3,3852,'76051','2013-11-18 23:39:39'),(11527,1,3853,'','2013-11-19 00:04:12'),(11528,2,3853,'','2013-11-19 00:04:12'),(11529,3,3853,'50427','2013-11-19 00:04:12'),(11530,1,3854,'','2013-11-19 00:30:16'),(11531,2,3854,'','2013-11-19 00:30:16'),(11532,3,3854,'','2013-11-19 00:30:16'),(11533,1,3855,'','2013-11-19 00:38:46'),(11534,2,3855,'','2013-11-19 00:38:46'),(11535,3,3855,'50427','2013-11-19 00:38:46'),(11536,1,3856,'','2013-11-19 01:07:33'),(11537,2,3856,'','2013-11-19 01:07:33'),(11538,3,3856,'','2013-11-19 01:07:33'),(11539,1,3857,'','2013-11-19 01:11:22'),(11540,2,3857,'','2013-11-19 01:11:22'),(11541,3,3857,'76005','2013-11-19 01:11:22'),(11542,1,3858,'','2013-11-19 01:13:53'),(11543,2,3858,'','2013-11-19 01:13:53'),(11544,3,3858,'76052','2013-11-19 01:13:53'),(11545,1,3859,'','2013-11-19 01:16:30'),(11546,2,3859,'','2013-11-19 01:16:30'),(11547,3,3859,'50557','2013-11-19 01:16:30'),(11548,1,3860,'','2013-11-19 01:26:51'),(11549,2,3860,'','2013-11-19 01:26:51'),(11550,3,3860,'50427','2013-11-19 01:26:51'),(11551,1,3861,'','2013-11-19 01:36:59'),(11552,2,3861,'','2013-11-19 01:36:59'),(11553,3,3861,'2488','2013-11-19 01:36:59'),(11554,1,3862,'','2013-11-19 02:10:44'),(11555,2,3862,'','2013-11-19 02:10:44'),(11556,3,3862,'76009','2013-11-19 02:10:44'),(11557,1,3863,'','2013-11-19 02:16:02'),(11558,2,3863,'','2013-11-19 02:16:02'),(11559,3,3863,'','2013-11-19 02:16:02'),(11560,1,3864,'','2013-11-19 02:28:30'),(11561,2,3864,'','2013-11-19 02:28:30'),(11562,3,3864,'50427','2013-11-19 02:28:30'),(11563,1,3865,'','2013-11-19 02:44:39'),(11564,2,3865,'','2013-11-19 02:44:39'),(11565,3,3865,'50427','2013-11-19 02:44:39'),(11566,1,3866,'','2013-11-19 03:11:56'),(11567,2,3866,'','2013-11-19 03:11:56'),(11568,3,3866,'76009','2013-11-19 03:11:56'),(11569,1,3867,'','2013-11-19 03:15:34'),(11570,2,3867,'','2013-11-19 03:15:34'),(11571,3,3867,'76002','2013-11-19 03:15:34'),(11572,1,3868,'','2013-11-19 04:30:19'),(11573,2,3868,'','2013-11-19 04:30:19'),(11574,3,3868,'50427','2013-11-19 04:30:19'),(11575,1,3869,'','2013-11-19 04:33:32'),(11576,2,3869,'','2013-11-19 04:33:32'),(11577,3,3869,'50427','2013-11-19 04:33:32'),(11578,1,3870,'','2013-11-19 04:54:43'),(11579,2,3870,'','2013-11-19 04:54:43'),(11580,3,3870,'76005','2013-11-19 04:54:43'),(11581,1,3871,'','2013-11-19 04:59:35'),(11582,2,3871,'','2013-11-19 04:59:35'),(11583,3,3871,'','2013-11-19 04:59:35'),(11584,1,3872,'','2013-11-19 05:07:53'),(11585,2,3872,'','2013-11-19 05:07:53'),(11586,3,3872,'76052','2013-11-19 05:07:53'),(11587,1,3873,'','2013-11-19 05:33:03'),(11588,2,3873,'','2013-11-19 05:33:03'),(11589,3,3873,'76044','2013-11-19 05:33:03'),(11590,1,3874,'','2013-11-19 05:44:38'),(11591,2,3874,'','2013-11-19 05:44:38'),(11592,3,3874,'','2013-11-19 05:44:38'),(11593,1,3875,'','2013-11-19 06:26:57'),(11594,2,3875,'','2013-11-19 06:26:57'),(11595,3,3875,'1005','2013-11-19 06:26:57'),(11596,1,3876,'','2013-11-19 07:04:30'),(11597,2,3876,'','2013-11-19 07:04:30'),(11598,3,3876,'76067','2013-11-19 07:04:30'),(11599,1,3877,'','2013-11-19 12:19:35'),(11600,2,3877,'','2013-11-19 12:19:35'),(11601,3,3877,'95','2013-11-19 12:19:35'),(11602,1,3878,'','2013-11-19 14:11:23'),(11603,2,3878,'','2013-11-19 14:11:23'),(11604,3,3878,'76009','2013-11-19 14:11:23'),(11605,1,3879,'','2013-11-19 14:33:02'),(11606,2,3879,'','2013-11-19 14:33:02'),(11607,3,3879,'','2013-11-19 14:33:02'),(11608,1,3880,'','2013-11-19 14:49:28'),(11609,2,3880,'','2013-11-19 14:49:28'),(11610,3,3880,'','2013-11-19 14:49:28'),(11611,1,3881,'','2013-11-19 14:58:58'),(11612,2,3881,'','2013-11-19 14:58:58'),(11613,3,3881,'1105','2013-11-19 14:58:58'),(11614,1,3882,'','2013-11-19 15:12:34'),(11615,2,3882,'','2013-11-19 15:12:34'),(11616,3,3882,'','2013-11-19 15:12:34'),(11617,1,3883,'','2013-11-19 15:44:19'),(11618,2,3883,'','2013-11-19 15:44:19'),(11619,3,3883,'2488','2013-11-19 15:44:19'),(11620,1,3884,'','2013-11-19 15:57:29'),(11621,2,3884,'','2013-11-19 15:57:29'),(11622,3,3884,'50427','2013-11-19 15:57:29'),(11623,1,3885,'','2013-11-19 16:01:39'),(11624,2,3885,'','2013-11-19 16:01:39'),(11625,3,3885,'','2013-11-19 16:01:40'),(11626,1,3886,'','2013-11-19 16:04:02'),(11627,2,3886,'','2013-11-19 16:04:02'),(11628,3,3886,'','2013-11-19 16:04:02'),(11629,1,3887,'','2013-11-19 16:05:50'),(11630,2,3887,'','2013-11-19 16:05:50'),(11631,3,3887,'43292','2013-11-19 16:05:51'),(11632,1,3888,'','2013-11-19 16:27:05'),(11633,2,3888,'','2013-11-19 16:27:05'),(11634,3,3888,'1048','2013-11-19 16:27:05'),(11635,1,3889,'','2013-11-19 16:31:55'),(11636,2,3889,'','2013-11-19 16:31:55'),(11637,3,3889,'75002','2013-11-19 16:31:55'),(11638,1,3890,'','2013-11-19 16:34:02'),(11639,2,3890,'','2013-11-19 16:34:02'),(11640,3,3890,'75002','2013-11-19 16:34:02'),(11641,1,3891,'','2013-11-19 16:40:34'),(11642,2,3891,'','2013-11-19 16:40:34'),(11643,3,3891,'','2013-11-19 16:40:34'),(11644,1,3892,'','2013-11-19 16:56:37'),(11645,2,3892,'','2013-11-19 16:56:37'),(11646,3,3892,'44789','2013-11-19 16:56:37'),(11647,1,3893,'','2013-11-19 16:58:56'),(11648,2,3893,'','2013-11-19 16:58:56'),(11649,3,3893,'76009','2013-11-19 16:58:56'),(11650,1,3894,'','2013-11-19 17:04:07'),(11651,2,3894,'','2013-11-19 17:04:07'),(11652,3,3894,'50427','2013-11-19 17:04:07'),(11653,1,3895,'','2013-11-19 17:15:45'),(11654,2,3895,'','2013-11-19 17:15:45'),(11655,3,3895,'44789','2013-11-19 17:15:45'),(11656,1,3896,'','2013-11-19 17:17:28'),(11657,2,3896,'','2013-11-19 17:17:28'),(11658,3,3896,'','2013-11-19 17:17:28'),(11659,1,3897,'','2013-11-19 17:22:23'),(11660,2,3897,'','2013-11-19 17:22:23'),(11661,3,3897,'1005','2013-11-19 17:22:23'),(11662,1,3898,'','2013-11-19 17:25:13'),(11663,2,3898,'','2013-11-19 17:25:13'),(11664,3,3898,'1005','2013-11-19 17:25:13'),(11665,1,3898,'','2013-11-19 17:25:26'),(11666,2,3898,'','2013-11-19 17:25:26'),(11667,3,3898,'50427','2013-11-19 17:25:26'),(11668,1,3900,'','2013-11-19 17:29:04'),(11669,2,3900,'','2013-11-19 17:29:04'),(11670,3,3900,'76001','2013-11-19 17:29:04'),(11671,1,3901,'','2013-11-19 17:33:07'),(11672,2,3901,'','2013-11-19 17:33:07'),(11673,3,3901,'','2013-11-19 17:33:07'),(11674,1,3902,'','2013-11-19 17:44:01'),(11675,2,3902,'','2013-11-19 17:44:01'),(11676,3,3902,'','2013-11-19 17:44:01'),(11677,1,3903,'','2013-11-19 17:59:16'),(11678,2,3903,'','2013-11-19 17:59:16'),(11679,3,3903,'','2013-11-19 17:59:16'),(11680,1,3904,'','2013-11-19 18:01:26'),(11681,2,3904,'','2013-11-19 18:01:26'),(11682,3,3904,'76043','2013-11-19 18:01:26'),(11683,1,3905,'','2013-11-19 18:03:28'),(11684,2,3905,'','2013-11-19 18:03:28'),(11685,3,3905,'76001','2013-11-19 18:03:28'),(11686,1,3906,'','2013-11-19 18:09:18'),(11687,2,3906,'','2013-11-19 18:09:18'),(11688,3,3906,'','2013-11-19 18:09:18'),(11689,1,3907,'','2013-11-19 18:10:29'),(11690,2,3907,'','2013-11-19 18:10:29'),(11691,3,3907,'','2013-11-19 18:10:29'),(11692,1,3908,'','2013-11-19 18:22:54'),(11693,2,3908,'','2013-11-19 18:22:54'),(11694,3,3908,'44789','2013-11-19 18:22:54'),(11695,1,3909,'','2013-11-19 18:24:36'),(11696,2,3909,'','2013-11-19 18:24:36'),(11697,3,3909,'44789','2013-11-19 18:24:36'),(11698,1,3910,'','2013-11-19 18:27:27'),(11699,2,3910,'','2013-11-19 18:27:27'),(11700,3,3910,'','2013-11-19 18:27:27'),(11701,1,3911,'','2013-11-19 18:54:24'),(11702,2,3911,'','2013-11-19 18:54:24'),(11703,3,3911,'','2013-11-19 18:54:24'),(11704,1,3912,'','2013-11-19 19:03:01'),(11705,2,3912,'','2013-11-19 19:03:01'),(11706,3,3912,'76009','2013-11-19 19:03:01'),(11707,1,3913,'','2013-11-19 19:06:14'),(11708,2,3913,'','2013-11-19 19:06:14'),(11709,3,3913,'44789','2013-11-19 19:06:14'),(11710,1,3914,'','2013-11-19 19:11:05'),(11711,2,3914,'','2013-11-19 19:11:05'),(11712,3,3914,'1105','2013-11-19 19:11:05'),(11713,1,3915,'','2013-11-19 19:13:28'),(11714,2,3915,'','2013-11-19 19:13:28'),(11715,3,3915,'1105','2013-11-19 19:13:28'),(11716,1,3916,'','2013-11-19 19:22:35'),(11717,2,3916,'','2013-11-19 19:22:35'),(11718,3,3916,'76062','2013-11-19 19:22:35'),(11719,1,3917,'','2013-11-19 19:46:21'),(11720,2,3917,'','2013-11-19 19:46:21'),(11721,3,3917,'','2013-11-19 19:46:21'),(11722,1,3918,'','2013-11-19 19:48:32'),(11723,2,3918,'','2013-11-19 19:48:32'),(11724,3,3918,'','2013-11-19 19:48:32'),(11725,1,3919,'','2013-11-19 19:56:27'),(11726,2,3919,'','2013-11-19 19:56:27'),(11727,3,3919,'','2013-11-19 19:56:27'),(11728,1,3920,'','2013-11-19 20:12:04'),(11729,2,3920,'','2013-11-19 20:12:04'),(11730,3,3920,'','2013-11-19 20:12:04'),(11731,1,3921,'','2013-11-19 20:19:47'),(11732,2,3921,'','2013-11-19 20:19:47'),(11733,3,3921,'','2013-11-19 20:19:47'),(11734,1,3922,'','2013-11-19 20:22:45'),(11735,2,3922,'','2013-11-19 20:22:45'),(11736,3,3922,'','2013-11-19 20:22:45'),(11737,1,3923,'','2013-11-19 20:27:36'),(11738,2,3923,'','2013-11-19 20:27:36'),(11739,3,3923,'','2013-11-19 20:27:36'),(11740,1,3924,'','2013-11-19 20:30:34'),(11741,2,3924,'','2013-11-19 20:30:34'),(11742,3,3924,'','2013-11-19 20:30:34'),(11743,1,3925,'','2013-11-19 20:33:14'),(11744,2,3925,'','2013-11-19 20:33:14'),(11745,3,3925,'43292','2013-11-19 20:33:14'),(11746,1,3926,'','2013-11-19 20:37:58'),(11747,2,3926,'','2013-11-19 20:37:58'),(11748,3,3926,'','2013-11-19 20:37:58'),(11749,1,3927,'','2013-11-19 20:43:46'),(11750,2,3927,'','2013-11-19 20:43:47'),(11751,3,3927,'50556','2013-11-19 20:43:47'),(11752,1,3928,'','2013-11-19 20:46:49'),(11753,2,3928,'','2013-11-19 20:46:49'),(11754,3,3928,'1152','2013-11-19 20:46:49'),(11755,1,3929,'','2013-11-19 20:59:07'),(11756,2,3929,'','2013-11-19 20:59:07'),(11757,3,3929,'76052','2013-11-19 20:59:07'),(11758,1,3930,'','2013-11-19 21:02:54'),(11759,2,3930,'','2013-11-19 21:02:54'),(11760,3,3930,'76052','2013-11-19 21:02:54'),(11761,1,3931,'','2013-11-19 21:15:34'),(11762,2,3931,'','2013-11-19 21:15:34'),(11763,3,3931,'1152','2013-11-19 21:15:34'),(11764,1,3932,'','2013-11-19 21:21:26'),(11765,2,3932,'','2013-11-19 21:21:26'),(11766,3,3932,'1152','2013-11-19 21:21:26'),(11767,1,3933,'','2013-11-19 21:31:10'),(11768,2,3933,'','2013-11-19 21:31:10'),(11769,3,3933,'76052','2013-11-19 21:31:10'),(11770,1,3934,'','2013-11-19 21:41:35'),(11771,2,3934,'','2013-11-19 21:41:35'),(11772,3,3934,'','2013-11-19 21:41:35'),(11773,1,3935,'','2013-11-19 21:57:11'),(11774,2,3935,'','2013-11-19 21:57:11'),(11775,3,3935,'44789','2013-11-19 21:57:11'),(11776,1,3936,'','2013-11-19 22:02:51'),(11777,2,3936,'','2013-11-19 22:02:51'),(11778,3,3936,'76009','2013-11-19 22:02:51'),(11779,1,3937,'','2013-11-19 22:08:21'),(11780,2,3937,'','2013-11-19 22:08:21'),(11781,3,3937,'76009','2013-11-19 22:08:21'),(11782,1,3938,'','2013-11-19 22:24:42'),(11783,2,3938,'','2013-11-19 22:24:42'),(11784,3,3938,'50427','2013-11-19 22:24:42'),(11785,1,3939,'','2013-11-19 22:36:15'),(11786,2,3939,'','2013-11-19 22:36:15'),(11787,3,3939,'44789','2013-11-19 22:36:15'),(11788,1,3940,'','2013-11-19 22:57:03'),(11789,2,3940,'','2013-11-19 22:57:03'),(11790,3,3940,'1152','2013-11-19 22:57:03'),(11791,1,3941,'','2013-11-19 23:19:03'),(11792,2,3941,'','2013-11-19 23:19:03'),(11793,3,3941,'','2013-11-19 23:19:03'),(11794,1,3942,'','2013-11-19 23:25:44'),(11795,2,3942,'','2013-11-19 23:25:44'),(11796,3,3942,'','2013-11-19 23:25:44'),(11797,1,3943,'','2013-11-19 23:28:09'),(11798,2,3943,'','2013-11-19 23:28:09'),(11799,3,3943,'44789','2013-11-19 23:28:09'),(11800,1,3944,'','2013-11-19 23:54:44'),(11801,2,3944,'','2013-11-19 23:54:44'),(11802,3,3944,'','2013-11-19 23:54:44'),(11803,1,3945,'','2013-11-20 00:18:46'),(11804,2,3945,'','2013-11-20 00:18:46'),(11805,3,3945,'76052','2013-11-20 00:18:46'),(11806,1,3946,'','2013-11-20 00:24:49'),(11807,2,3946,'','2013-11-20 00:24:49'),(11808,3,3946,'','2013-11-20 00:24:49'),(11809,1,3947,'','2013-11-20 00:41:02'),(11810,2,3947,'','2013-11-20 00:41:02'),(11811,3,3947,'76042','2013-11-20 00:41:02'),(11812,1,3948,'','2013-11-20 02:27:44'),(11813,2,3948,'','2013-11-20 02:27:44'),(11814,3,3948,'','2013-11-20 02:27:44'),(11815,1,3949,'','2013-11-20 03:01:27'),(11816,2,3949,'','2013-11-20 03:01:27'),(11817,3,3949,'','2013-11-20 03:01:27'),(11818,1,3950,'','2013-11-20 03:31:36'),(11819,2,3950,'','2013-11-20 03:31:36'),(11820,3,3950,'76043','2013-11-20 03:31:36'),(11821,1,3951,'','2013-11-20 03:34:29'),(11822,2,3951,'','2013-11-20 03:34:29'),(11823,3,3951,'50427','2013-11-20 03:34:29'),(11824,1,3952,'','2013-11-20 04:38:51'),(11825,2,3952,'','2013-11-20 04:38:51'),(11826,3,3952,'50427','2013-11-20 04:38:51'),(11827,1,3953,'','2013-11-20 05:14:07'),(11828,2,3953,'','2013-11-20 05:14:07'),(11829,3,3953,'76057','2013-11-20 05:14:07'),(11830,1,3954,'','2013-11-20 05:56:03'),(11831,2,3954,'','2013-11-20 05:56:03'),(11832,3,3954,'50427','2013-11-20 05:56:03'),(11833,1,3955,'','2013-11-20 07:02:46'),(11834,2,3955,'','2013-11-20 07:02:46'),(11835,3,3955,'16874','2013-11-20 07:02:46'),(11836,1,3956,'','2013-11-20 13:45:11'),(11837,2,3956,'','2013-11-20 13:45:11'),(11838,3,3956,'2488','2013-11-20 13:45:11'),(11839,1,3957,'0267902461','2013-11-20 14:17:57'),(11840,2,3957,'','2013-11-20 14:17:57'),(11841,3,3957,'CASH','2013-11-20 14:17:57'),(11842,1,3958,'','2013-11-20 14:30:38'),(11843,2,3958,'','2013-11-20 14:30:38'),(11844,3,3958,'76052','2013-11-20 14:30:38'),(11845,1,3959,'','2013-11-20 15:07:29'),(11846,2,3959,'','2013-11-20 15:07:29'),(11847,3,3959,'','2013-11-20 15:07:29'),(11848,1,3960,'','2013-11-20 15:42:06'),(11849,2,3960,'','2013-11-20 15:42:06'),(11850,3,3960,'','2013-11-20 15:42:06'),(11851,1,3961,'','2013-11-20 15:44:40'),(11852,2,3961,'','2013-11-20 15:44:40'),(11853,3,3961,'','2013-11-20 15:44:40'),(11854,1,3962,'','2013-11-20 15:47:11'),(11855,2,3962,'','2013-11-20 15:47:11'),(11856,3,3962,'','2013-11-20 15:47:11'),(11857,1,3963,'','2013-11-20 15:55:03'),(11858,2,3963,'','2013-11-20 15:55:03'),(11859,3,3963,'','2013-11-20 15:55:03'),(11860,1,3964,'','2013-11-20 15:58:19'),(11861,2,3964,'','2013-11-20 15:58:19'),(11862,3,3964,'1105','2013-11-20 15:58:19'),(11863,1,3965,'','2013-11-20 16:02:59'),(11864,2,3965,'','2013-11-20 16:02:59'),(11865,3,3965,'76027','2013-11-20 16:02:59'),(11866,1,3966,'','2013-11-20 16:04:38'),(11867,2,3966,'','2013-11-20 16:04:38'),(11868,3,3966,'','2013-11-20 16:04:38'),(11869,1,3967,'','2013-11-20 16:08:22'),(11870,2,3967,'','2013-11-20 16:08:22'),(11871,3,3967,'','2013-11-20 16:08:22'),(11872,1,3968,'','2013-11-20 16:24:38'),(11873,2,3968,'','2013-11-20 16:24:38'),(11874,3,3968,'','2013-11-20 16:24:38'),(11875,1,3969,'','2013-11-20 16:36:07'),(11876,2,3969,'','2013-11-20 16:36:07'),(11877,3,3969,'','2013-11-20 16:36:07'),(11878,1,3970,'','2013-11-20 16:40:41'),(11879,2,3970,'','2013-11-20 16:40:41'),(11880,3,3970,'76009','2013-11-20 16:40:41'),(11881,1,3971,'','2013-11-20 16:43:10'),(11882,2,3971,'','2013-11-20 16:43:10'),(11883,3,3971,'50427','2013-11-20 16:43:10'),(11884,1,3972,'','2013-11-20 16:48:23'),(11885,2,3972,'','2013-11-20 16:48:23'),(11886,3,3972,'76009','2013-11-20 16:48:23'),(11887,1,3973,'','2013-11-20 16:54:34'),(11888,2,3973,'','2013-11-20 16:54:34'),(11889,3,3973,'','2013-11-20 16:54:34'),(11890,1,3974,'','2013-11-20 16:57:22'),(11891,2,3974,'','2013-11-20 16:57:22'),(11892,3,3974,'','2013-11-20 16:57:22'),(11893,1,3975,'','2013-11-20 17:08:08'),(11894,2,3975,'','2013-11-20 17:08:08'),(11895,3,3975,'76027','2013-11-20 17:08:08'),(11896,1,3976,'','2013-11-20 17:21:11'),(11897,2,3976,'','2013-11-20 17:21:11'),(11898,3,3976,'','2013-11-20 17:21:11'),(11899,1,3977,'','2013-11-20 17:35:01'),(11900,2,3977,'','2013-11-20 17:35:01'),(11901,3,3977,'1089','2013-11-20 17:35:01'),(11902,1,3978,'','2013-11-20 17:37:14'),(11903,2,3978,'','2013-11-20 17:37:14'),(11904,3,3978,'1089','2013-11-20 17:37:14'),(11905,1,3979,'','2013-11-20 17:50:39'),(11906,2,3979,'','2013-11-20 17:50:39'),(11907,3,3979,'16874','2013-11-20 17:50:39'),(11908,1,3980,'','2013-11-20 17:54:06'),(11909,2,3980,'','2013-11-20 17:54:06'),(11910,3,3980,'50427','2013-11-20 17:54:06'),(11911,1,3981,'','2013-11-20 18:04:21'),(11912,2,3981,'','2013-11-20 18:04:21'),(11913,3,3981,'','2013-11-20 18:04:21'),(11914,1,3982,'','2013-11-20 18:06:33'),(11915,2,3982,'','2013-11-20 18:06:33'),(11916,3,3982,'','2013-11-20 18:06:33'),(11917,1,3983,'','2013-11-20 18:17:46'),(11918,2,3983,'','2013-11-20 18:17:46'),(11919,3,3983,'50427','2013-11-20 18:17:46'),(11920,1,3984,'','2013-11-20 18:23:32'),(11921,2,3984,'','2013-11-20 18:23:32'),(11922,3,3984,'76005','2013-11-20 18:23:32'),(11923,1,3985,'','2013-11-20 18:36:26'),(11924,2,3985,'','2013-11-20 18:36:26'),(11925,3,3985,'','2013-11-20 18:36:26'),(11926,1,3986,'','2013-11-20 18:41:21'),(11927,2,3986,'','2013-11-20 18:41:21'),(11928,3,3986,'16874','2013-11-20 18:41:22'),(11929,1,3987,'','2013-11-20 18:42:47'),(11930,2,3987,'','2013-11-20 18:42:47'),(11931,3,3987,'16874','2013-11-20 18:42:47'),(11932,1,3988,'','2013-11-20 18:44:26'),(11933,2,3988,'','2013-11-20 18:44:26'),(11934,3,3988,'16874','2013-11-20 18:44:26'),(11935,1,3989,'','2013-11-20 18:48:08'),(11936,2,3989,'','2013-11-20 18:48:08'),(11937,3,3989,'','2013-11-20 18:48:08'),(11938,1,3990,'','2013-11-20 19:14:57'),(11939,2,3990,'','2013-11-20 19:14:57'),(11940,3,3990,'50427','2013-11-20 19:14:57'),(11941,1,3991,'','2013-11-20 19:22:59'),(11942,2,3991,'','2013-11-20 19:22:59'),(11943,3,3991,'50427','2013-11-20 19:22:59'),(11944,1,3992,'','2013-11-20 19:25:42'),(11945,2,3992,'','2013-11-20 19:25:42'),(11946,3,3992,'','2013-11-20 19:25:42'),(11947,1,3993,'','2013-11-20 19:43:24'),(11948,2,3993,'','2013-11-20 19:43:24'),(11949,3,3993,'','2013-11-20 19:43:24'),(11950,1,3994,'','2013-11-20 19:46:57'),(11951,2,3994,'','2013-11-20 19:46:57'),(11952,3,3994,'1160','2013-11-20 19:46:57'),(11953,1,3995,'','2013-11-20 19:50:57'),(11954,2,3995,'','2013-11-20 19:50:57'),(11955,3,3995,'','2013-11-20 19:50:57'),(11956,1,3996,'','2013-11-20 19:57:46'),(11957,2,3996,'','2013-11-20 19:57:46'),(11958,3,3996,'50427','2013-11-20 19:57:46'),(11959,1,3997,'','2013-11-20 20:04:12'),(11960,2,3997,'','2013-11-20 20:04:12'),(11961,3,3997,'50427','2013-11-20 20:04:12'),(11962,1,3998,'','2013-11-20 20:06:58'),(11963,2,3998,'','2013-11-20 20:06:58'),(11964,3,3998,'16874','2013-11-20 20:06:58'),(11965,1,3999,'','2013-11-20 20:15:30'),(11966,2,3999,'','2013-11-20 20:15:30'),(11967,3,3999,'76027','2013-11-20 20:15:30'),(11968,1,4000,'','2013-11-20 20:29:45'),(11969,2,4000,'','2013-11-20 20:29:45'),(11970,3,4000,'1105','2013-11-20 20:29:45'),(11971,1,4001,'','2013-11-20 20:37:30'),(11972,2,4001,'','2013-11-20 20:37:30'),(11973,3,4001,'1525','2013-11-20 20:37:30'),(11974,1,4002,'','2013-11-20 20:39:34'),(11975,2,4002,'','2013-11-20 20:39:34'),(11976,3,4002,'','2013-11-20 20:39:34'),(11977,1,4003,'','2013-11-20 20:53:58'),(11978,2,4003,'','2013-11-20 20:53:58'),(11979,3,4003,'','2013-11-20 20:53:58'),(11980,1,4004,'','2013-11-20 20:56:49'),(11981,2,4004,'','2013-11-20 20:56:49'),(11982,3,4004,'1016','2013-11-20 20:56:49'),(11983,1,4005,'','2013-11-20 21:25:48'),(11984,2,4005,'','2013-11-20 21:25:48'),(11985,3,4005,'76027','2013-11-20 21:25:48'),(11986,1,4006,'','2013-11-20 21:28:39'),(11987,2,4006,'','2013-11-20 21:28:39'),(11988,3,4006,'44789','2013-11-20 21:28:39'),(11989,1,4006,'','2013-11-20 21:28:39'),(11990,2,4006,'','2013-11-20 21:28:39'),(11991,3,4006,'44789','2013-11-20 21:28:39'),(11992,1,4008,'','2013-11-20 21:30:11'),(11993,2,4008,'','2013-11-20 21:30:11'),(11994,3,4008,'76001','2013-11-20 21:30:11'),(11995,1,4009,'','2013-11-20 21:35:06'),(11996,2,4009,'','2013-11-20 21:35:06'),(11997,3,4009,'','2013-11-20 21:35:06'),(11998,1,4010,'','2013-11-20 21:38:08'),(11999,2,4010,'','2013-11-20 21:38:08'),(12000,3,4010,'76027','2013-11-20 21:38:08'),(12001,1,4011,'','2013-11-20 21:40:58'),(12002,2,4011,'','2013-11-20 21:40:58'),(12003,3,4011,'76052','2013-11-20 21:40:58'),(12004,1,4012,'','2013-11-20 21:50:26'),(12005,2,4012,'','2013-11-20 21:50:26'),(12006,3,4012,'76009','2013-11-20 21:50:26'),(12007,1,4013,'','2013-11-20 22:02:34'),(12008,2,4013,'','2013-11-20 22:02:34'),(12009,3,4013,'16874','2013-11-20 22:02:34'),(12010,1,4014,'','2013-11-20 22:20:36'),(12011,2,4014,'','2013-11-20 22:20:36'),(12012,3,4014,'','2013-11-20 22:20:36'),(12013,1,4015,'','2013-11-20 22:24:21'),(12014,2,4015,'','2013-11-20 22:24:21'),(12015,3,4015,'50427','2013-11-20 22:24:21'),(12016,1,4016,'','2013-11-20 22:29:06'),(12017,2,4016,'','2013-11-20 22:29:06'),(12018,3,4016,'76065','2013-11-20 22:29:06'),(12019,1,4017,'','2013-11-20 22:35:16'),(12020,2,4017,'','2013-11-20 22:35:16'),(12021,3,4017,'','2013-11-20 22:35:16'),(12022,1,4018,'','2013-11-20 22:40:28'),(12023,2,4018,'','2013-11-20 22:40:28'),(12024,3,4018,'1525','2013-11-20 22:40:28'),(12025,1,4019,'','2013-11-20 23:16:15'),(12026,2,4019,'','2013-11-20 23:16:15'),(12027,3,4019,'50427','2013-11-20 23:16:15'),(12028,1,4020,'','2013-11-20 23:18:04'),(12029,2,4020,'','2013-11-20 23:18:04'),(12030,3,4020,'1152','2013-11-20 23:18:04'),(12031,1,4021,'','2013-11-20 23:21:06'),(12032,2,4021,'','2013-11-20 23:21:06'),(12033,3,4021,'92.00','2013-11-20 23:21:06'),(12034,1,4022,'','2013-11-20 23:31:02'),(12035,2,4022,'','2013-11-20 23:31:02'),(12036,3,4022,'','2013-11-20 23:31:02'),(12037,1,4023,'','2013-11-20 23:32:53'),(12038,2,4023,'','2013-11-20 23:32:53'),(12039,3,4023,'1139','2013-11-20 23:32:53'),(12040,1,4024,'','2013-11-20 23:39:57'),(12041,2,4024,'','2013-11-20 23:39:57'),(12042,3,4024,'50559','2013-11-20 23:39:57'),(12043,1,4025,'','2013-11-21 00:24:12'),(12044,2,4025,'','2013-11-21 00:24:12'),(12045,3,4025,'','2013-11-21 00:24:12'),(12046,1,4026,'','2013-11-21 00:28:39'),(12047,2,4026,'','2013-11-21 00:28:39'),(12048,3,4026,'50427','2013-11-21 00:28:39'),(12049,1,4027,'','2013-11-21 00:36:30'),(12050,2,4027,'','2013-11-21 00:36:30'),(12051,3,4027,'50427','2013-11-21 00:36:30'),(12052,1,4028,'','2013-11-21 00:46:27'),(12053,2,4028,'','2013-11-21 00:46:28'),(12054,3,4028,'50427','2013-11-21 00:46:28'),(12055,1,4029,'','2013-11-21 00:52:09'),(12056,2,4029,'','2013-11-21 00:52:09'),(12057,3,4029,'44724','2013-11-21 00:52:09'),(12058,1,4030,'','2013-11-21 00:53:50'),(12059,2,4030,'','2013-11-21 00:53:50'),(12060,3,4030,'44724','2013-11-21 00:53:50'),(12061,1,4031,'','2013-11-21 01:04:15'),(12062,2,4031,'','2013-11-21 01:04:15'),(12063,3,4031,'45183','2013-11-21 01:04:15'),(12064,1,4032,'','2013-11-21 03:37:08'),(12065,2,4032,'','2013-11-21 03:37:08'),(12066,3,4032,'','2013-11-21 03:37:08'),(12067,1,4033,'','2013-11-21 03:44:56'),(12068,2,4033,'','2013-11-21 03:44:56'),(12069,3,4033,'','2013-11-21 03:44:56'),(12070,1,4034,'','2013-11-21 04:08:59'),(12071,2,4034,'','2013-11-21 04:08:59'),(12072,3,4034,'','2013-11-21 04:08:59'),(12073,1,4035,'0547266666','2013-11-21 04:34:28'),(12074,2,4035,'','2013-11-21 04:34:28'),(12075,3,4035,'','2013-11-21 04:34:28'),(12076,1,4036,'','2013-11-21 04:44:01'),(12077,2,4036,'','2013-11-21 04:44:01'),(12078,3,4036,'CASH','2013-11-21 04:44:01'),(12079,1,4037,'','2013-11-21 04:55:01'),(12080,2,4037,'','2013-11-21 04:55:01'),(12081,3,4037,'CASH','2013-11-21 04:55:01'),(12082,1,4038,'','2013-11-21 07:31:23'),(12083,2,4038,'','2013-11-21 07:31:23'),(12084,3,4038,'76009','2013-11-21 07:31:23'),(12085,1,4039,'','2013-11-21 07:38:03'),(12086,2,4039,'','2013-11-21 07:38:03'),(12087,3,4039,'2488','2013-11-21 07:38:03'),(12088,1,4040,'','2013-11-21 13:41:33'),(12089,2,4040,'','2013-11-21 13:41:33'),(12090,3,4040,'43292','2013-11-21 13:41:33'),(12091,1,4041,'','2013-11-21 14:17:34'),(12092,2,4041,'','2013-11-21 14:17:34'),(12093,3,4041,'75002','2013-11-21 14:17:34'),(12094,1,4042,'','2013-11-21 14:45:28'),(12095,2,4042,'','2013-11-21 14:45:28'),(12096,3,4042,'16874','2013-11-21 14:45:28'),(12097,1,4043,'','2013-11-21 15:12:51'),(12098,2,4043,'','2013-11-21 15:12:51'),(12099,3,4043,'50427','2013-11-21 15:12:51'),(12100,1,4044,'','2013-11-21 15:19:02'),(12101,2,4044,'','2013-11-21 15:19:02'),(12102,3,4044,'75508','2013-11-21 15:19:02'),(12103,1,4045,'','2013-11-21 15:38:29'),(12104,2,4045,'','2013-11-21 15:38:29'),(12105,3,4045,'76052','2013-11-21 15:38:29'),(12106,1,4046,'','2013-11-21 15:49:46'),(12107,2,4046,'','2013-11-21 15:49:46'),(12108,3,4046,'','2013-11-21 15:49:46'),(12109,1,4047,'','2013-11-21 15:58:20'),(12110,2,4047,'','2013-11-21 15:58:20'),(12111,3,4047,'','2013-11-21 15:58:20'),(12112,1,4048,'','2013-11-21 16:02:02'),(12113,2,4048,'','2013-11-21 16:02:02'),(12114,3,4048,'1525','2013-11-21 16:02:02'),(12115,1,4049,'','2013-11-21 16:04:07'),(12116,2,4049,'','2013-11-21 16:04:07'),(12117,3,4049,'','2013-11-21 16:04:07'),(12118,1,4050,'','2013-11-21 16:21:45'),(12119,2,4050,'','2013-11-21 16:21:45'),(12120,3,4050,'76052','2013-11-21 16:21:45'),(12121,1,4051,'','2013-11-21 16:27:24'),(12122,2,4051,'','2013-11-21 16:27:24'),(12123,3,4051,'76001','2013-11-21 16:27:24'),(12124,1,4052,'','2013-11-21 16:43:53'),(12125,2,4052,'','2013-11-21 16:43:53'),(12126,3,4052,'50427','2013-11-21 16:43:53'),(12127,1,4053,'','2013-11-21 17:15:07'),(12128,2,4053,'','2013-11-21 17:15:07'),(12129,3,4053,'76065','2013-11-21 17:15:07'),(12130,1,4054,'','2013-11-21 17:18:45'),(12131,2,4054,'','2013-11-21 17:18:45'),(12132,3,4054,'1105','2013-11-21 17:18:45'),(12133,1,4055,'','2013-11-21 17:43:12'),(12134,2,4055,'','2013-11-21 17:43:12'),(12135,3,4055,'76009','2013-11-21 17:43:13'),(12136,1,4056,'','2013-11-21 17:45:36'),(12137,2,4056,'','2013-11-21 17:45:36'),(12138,3,4056,'','2013-11-21 17:45:36'),(12139,1,4057,'','2013-11-21 17:50:45'),(12140,2,4057,'','2013-11-21 17:50:45'),(12141,3,4057,'','2013-11-21 17:50:45'),(12142,1,4058,'','2013-11-21 17:53:54'),(12143,2,4058,'','2013-11-21 17:53:54'),(12144,3,4058,'76009','2013-11-21 17:53:54'),(12145,1,4059,'','2013-11-21 17:57:56'),(12146,2,4059,'','2013-11-21 17:57:56'),(12147,3,4059,'','2013-11-21 17:57:56'),(12148,1,4060,'','2013-11-21 18:07:23'),(12149,2,4060,'','2013-11-21 18:07:23'),(12150,3,4060,'76057','2013-11-21 18:07:24'),(12151,1,4061,'','2013-11-21 18:15:20'),(12152,2,4061,'','2013-11-21 18:15:20'),(12153,3,4061,'','2013-11-21 18:15:20'),(12154,1,4062,'','2013-11-21 18:23:49'),(12155,2,4062,'','2013-11-21 18:23:49'),(12156,3,4062,'76065','2013-11-21 18:23:49'),(12157,1,4063,'','2013-11-21 18:27:17'),(12158,2,4063,'','2013-11-21 18:27:18'),(12159,3,4063,'','2013-11-21 18:27:18'),(12160,1,4064,'','2013-11-21 18:32:04'),(12161,2,4064,'','2013-11-21 18:32:04'),(12162,3,4064,'','2013-11-21 18:32:04'),(12163,1,4065,'','2013-11-21 18:42:12'),(12164,2,4065,'','2013-11-21 18:42:12'),(12165,3,4065,'','2013-11-21 18:42:12'),(12166,1,4066,'','2013-11-21 18:45:43'),(12167,2,4066,'','2013-11-21 18:45:43'),(12168,3,4066,'','2013-11-21 18:45:43'),(12169,1,4067,'','2013-11-21 19:08:33'),(12170,2,4067,'','2013-11-21 19:08:33'),(12171,3,4067,'','2013-11-21 19:08:33'),(12172,1,4068,'','2013-11-21 19:15:04'),(12173,2,4068,'','2013-11-21 19:15:04'),(12174,3,4068,'16874','2013-11-21 19:15:04'),(12175,1,4069,'','2013-11-21 19:18:42'),(12176,2,4069,'','2013-11-21 19:18:42'),(12177,3,4069,'43292','2013-11-21 19:18:42'),(12178,1,4070,'','2013-11-21 19:30:57'),(12179,2,4070,'','2013-11-21 19:30:57'),(12180,3,4070,'','2013-11-21 19:30:57'),(12181,1,4071,'','2013-11-21 19:40:59'),(12182,2,4071,'','2013-11-21 19:40:59'),(12183,3,4071,'50427','2013-11-21 19:40:59'),(12184,1,4072,'','2013-11-21 19:44:10'),(12185,2,4072,'','2013-11-21 19:44:10'),(12186,3,4072,'22514','2013-11-21 19:44:10'),(12187,1,4073,'','2013-11-21 19:55:32'),(12188,2,4073,'','2013-11-21 19:55:32'),(12189,3,4073,'','2013-11-21 19:55:32'),(12190,1,4074,'','2013-11-21 20:01:51'),(12191,2,4074,'','2013-11-21 20:01:51'),(12192,3,4074,'','2013-11-21 20:01:51'),(12193,1,4075,'','2013-11-21 20:02:32'),(12194,2,4075,'','2013-11-21 20:02:32'),(12195,3,4075,'','2013-11-21 20:02:32'),(12196,1,4076,'','2013-11-21 20:06:23'),(12197,2,4076,'','2013-11-21 20:06:23'),(12198,3,4076,'76068','2013-11-21 20:06:23'),(12199,1,4077,'','2013-11-21 20:09:35'),(12200,2,4077,'','2013-11-21 20:09:35'),(12201,3,4077,'15866','2013-11-21 20:09:35'),(12202,1,4078,'','2013-11-21 20:17:15'),(12203,2,4078,'','2013-11-21 20:17:15'),(12204,3,4078,'44789','2013-11-21 20:17:15'),(12205,1,4079,'','2013-11-21 20:19:07'),(12206,2,4079,'','2013-11-21 20:19:07'),(12207,3,4079,'','2013-11-21 20:19:07'),(12208,1,4080,'','2013-11-21 20:30:10'),(12209,2,4080,'','2013-11-21 20:30:10'),(12210,3,4080,'76068','2013-11-21 20:30:10'),(12211,1,4081,'','2013-11-21 20:32:58'),(12212,2,4081,'','2013-11-21 20:32:58'),(12213,3,4081,'50427','2013-11-21 20:32:58'),(12214,1,4082,'','2013-11-21 20:35:16'),(12215,2,4082,'','2013-11-21 20:35:16'),(12216,3,4082,'44789','2013-11-21 20:35:16'),(12217,1,4083,'','2013-11-21 20:42:02'),(12218,2,4083,'','2013-11-21 20:42:02'),(12219,3,4083,'50427','2013-11-21 20:42:02'),(12220,1,4084,'','2013-11-21 20:46:25'),(12221,2,4084,'','2013-11-21 20:46:25'),(12222,3,4084,'','2013-11-21 20:46:25'),(12223,1,4085,'','2013-11-21 20:49:44'),(12224,2,4085,'','2013-11-21 20:49:44'),(12225,3,4085,'16874','2013-11-21 20:49:44'),(12226,1,4086,'','2013-11-21 20:55:23'),(12227,2,4086,'','2013-11-21 20:55:23'),(12228,3,4086,'76032','2013-11-21 20:55:23'),(12229,1,4087,'','2013-11-21 20:59:35'),(12230,2,4087,'','2013-11-21 20:59:35'),(12231,3,4087,'76009','2013-11-21 20:59:35'),(12232,1,4088,'','2013-11-21 21:07:47'),(12233,2,4088,'','2013-11-21 21:07:47'),(12234,3,4088,'2222','2013-11-21 21:07:47'),(12235,1,4089,'','2013-11-21 21:30:58'),(12236,2,4089,'','2013-11-21 21:30:58'),(12237,3,4089,'50427','2013-11-21 21:30:58'),(12238,1,4090,'','2013-11-21 21:34:07'),(12239,2,4090,'','2013-11-21 21:34:08'),(12240,3,4090,'44789','2013-11-21 21:34:08'),(12241,1,4091,'','2013-11-21 21:39:02'),(12242,2,4091,'','2013-11-21 21:39:02'),(12243,3,4091,'45183','2013-11-21 21:39:02'),(12244,1,4092,'','2013-11-21 21:56:34'),(12245,2,4092,'','2013-11-21 21:56:34'),(12246,3,4092,'16874','2013-11-21 21:56:34'),(12247,1,4093,'','2013-11-21 22:12:36'),(12248,2,4093,'','2013-11-21 22:12:36'),(12249,3,4093,'16874','2013-11-21 22:12:36'),(12250,1,4094,'','2013-11-21 22:18:57'),(12251,2,4094,'','2013-11-21 22:18:57'),(12252,3,4094,'76056','2013-11-21 22:18:57'),(12253,1,4095,'','2013-11-21 22:21:52'),(12254,2,4095,'','2013-11-21 22:21:52'),(12255,3,4095,'','2013-11-21 22:21:52'),(12256,1,4096,'','2013-11-21 22:28:05'),(12257,2,4096,'','2013-11-21 22:28:05'),(12258,3,4096,'','2013-11-21 22:28:05'),(12259,1,4097,'','2013-11-21 22:43:08'),(12260,2,4097,'','2013-11-21 22:43:08'),(12261,3,4097,'76058','2013-11-21 22:43:08'),(12262,1,4098,'','2013-11-21 22:47:31'),(12263,2,4098,'','2013-11-21 22:47:31'),(12264,3,4098,'76068','2013-11-21 22:47:31'),(12265,1,4099,'','2013-11-21 23:50:09'),(12266,2,4099,'','2013-11-21 23:50:09'),(12267,3,4099,'44789','2013-11-21 23:50:09'),(12268,1,4100,'','2013-11-21 23:53:50'),(12269,2,4100,'','2013-11-21 23:53:51'),(12270,3,4100,'76009','2013-11-21 23:53:51'),(12271,1,4101,'','2013-11-22 00:19:40'),(12272,2,4101,'','2013-11-22 00:19:40'),(12273,3,4101,'76004','2013-11-22 00:19:40'),(12274,1,4102,'','2013-11-22 00:31:57'),(12275,2,4102,'','2013-11-22 00:31:57'),(12276,3,4102,'50427','2013-11-22 00:31:57'),(12277,1,4103,'','2013-11-22 00:40:44'),(12278,2,4103,'','2013-11-22 00:40:44'),(12279,3,4103,'76009','2013-11-22 00:40:44'),(12280,1,4104,'','2013-11-22 00:42:23'),(12281,2,4104,'','2013-11-22 00:42:23'),(12282,3,4104,'76009','2013-11-22 00:42:23'),(12283,1,4105,'','2013-11-22 00:56:14'),(12284,2,4105,'','2013-11-22 00:56:14'),(12285,3,4105,'','2013-11-22 00:56:14'),(12286,1,4106,'','2013-11-22 01:19:20'),(12287,2,4106,'','2013-11-22 01:19:20'),(12288,3,4106,'50427','2013-11-22 01:19:20'),(12289,1,4107,'','2013-11-22 01:32:09'),(12290,2,4107,'','2013-11-22 01:32:10'),(12291,3,4107,'50427','2013-11-22 01:32:10'),(12292,1,4108,'','2013-11-22 01:40:01'),(12293,2,4108,'','2013-11-22 01:40:01'),(12294,3,4108,'76027','2013-11-22 01:40:01'),(12295,1,4109,'','2013-11-22 01:54:07'),(12296,2,4109,'','2013-11-22 01:54:07'),(12297,3,4109,'76052','2013-11-22 01:54:07'),(12298,1,4110,'','2013-11-22 02:02:23'),(12299,2,4110,'','2013-11-22 02:02:23'),(12300,3,4110,'1525','2013-11-22 02:02:23'),(12301,1,4111,'','2013-11-22 02:11:56'),(12302,2,4111,'','2013-11-22 02:11:56'),(12303,3,4111,'','2013-11-22 02:11:56'),(12304,1,4112,'','2013-11-22 02:17:22'),(12305,2,4112,'','2013-11-22 02:17:22'),(12306,3,4112,'50427','2013-11-22 02:17:22'),(12307,1,4113,'','2013-11-22 02:32:00'),(12308,2,4113,'','2013-11-22 02:32:01'),(12309,3,4113,'16874','2013-11-22 02:32:01'),(12310,1,4114,'','2013-11-22 02:41:44'),(12311,2,4114,'','2013-11-22 02:41:45'),(12312,3,4114,'','2013-11-22 02:41:45'),(12313,1,4115,'','2013-11-22 02:48:42'),(12314,2,4115,'','2013-11-22 02:48:42'),(12315,3,4115,'50559','2013-11-22 02:48:43'),(12316,1,4116,'','2013-11-22 03:05:55'),(12317,2,4116,'','2013-11-22 03:05:55'),(12318,3,4116,'','2013-11-22 03:05:55'),(12319,1,4117,'','2013-11-22 03:30:46'),(12320,2,4117,'','2013-11-22 03:30:46'),(12321,3,4117,'CASH','2013-11-22 03:30:46'),(12322,1,4118,'','2013-11-22 03:33:02'),(12323,2,4118,'','2013-11-22 03:33:02'),(12324,3,4118,'CASH','2013-11-22 03:33:02'),(12325,1,4119,'','2013-11-22 03:44:17'),(12326,2,4119,'','2013-11-22 03:44:17'),(12327,3,4119,'50427','2013-11-22 03:44:17'),(12328,1,4120,'','2013-11-22 04:00:02'),(12329,2,4120,'','2013-11-22 04:00:02'),(12330,3,4120,'OUT','2013-11-22 04:00:02'),(12331,1,4121,'','2013-11-22 04:02:21'),(12332,2,4121,'','2013-11-22 04:02:21'),(12333,3,4121,'OUT','2013-11-22 04:02:21'),(12334,1,4122,'','2013-11-22 05:36:08'),(12335,2,4122,'','2013-11-22 05:36:08'),(12336,3,4122,'','2013-11-22 05:36:08'),(12337,1,4123,'','2013-11-22 06:31:18'),(12338,2,4123,'','2013-11-22 06:31:18'),(12339,3,4123,'','2013-11-22 06:31:18'),(12340,1,4124,'','2013-11-22 06:50:48'),(12341,2,4124,'','2013-11-22 06:50:48'),(12342,3,4124,'','2013-11-22 06:50:48'),(12343,1,4125,'','2013-11-22 13:30:26'),(12344,2,4125,'','2013-11-22 13:30:26'),(12345,3,4125,'16874','2013-11-22 13:30:26'),(12346,1,4126,'','2013-11-22 14:11:16'),(12347,2,4126,'','2013-11-22 14:11:16'),(12348,3,4126,'','2013-11-22 14:11:16'),(12349,1,4127,'','2013-11-22 15:17:30'),(12350,2,4127,'','2013-11-22 15:17:30'),(12351,3,4127,'CASH','2013-11-22 15:17:30'),(12352,1,4128,'','2013-11-22 15:45:07'),(12353,2,4128,'','2013-11-22 15:45:07'),(12354,3,4128,'','2013-11-22 15:45:07'),(12355,1,4129,'','2013-11-22 15:52:41'),(12356,2,4129,'','2013-11-22 15:52:41'),(12357,3,4129,'76005','2013-11-22 15:52:41'),(12358,1,4130,'','2013-11-22 15:58:08'),(12359,2,4130,'','2013-11-22 15:58:08'),(12360,3,4130,'16874','2013-11-22 15:58:08'),(12361,1,4131,'','2013-11-22 16:00:58'),(12362,2,4131,'','2013-11-22 16:00:58'),(12363,3,4131,'76065','2013-11-22 16:00:58'),(12364,1,4132,'','2013-11-22 16:21:46'),(12365,2,4132,'','2013-11-22 16:21:46'),(12366,3,4132,'50427','2013-11-22 16:21:46'),(12367,1,4133,'','2013-11-22 16:28:39'),(12368,2,4133,'','2013-11-22 16:28:39'),(12369,3,4133,'1105','2013-11-22 16:28:39'),(12370,1,4134,'','2013-11-22 16:31:19'),(12371,2,4134,'','2013-11-22 16:31:19'),(12372,3,4134,'','2013-11-22 16:31:19'),(12373,1,4135,'','2013-11-22 17:14:00'),(12374,2,4135,'','2013-11-22 17:14:00'),(12375,3,4135,'','2013-11-22 17:14:00'),(12376,1,4136,'','2013-11-22 17:23:51'),(12377,2,4136,'','2013-11-22 17:23:51'),(12378,3,4136,'12756','2013-11-22 17:23:51'),(12379,1,4137,'','2013-11-22 17:33:56'),(12380,2,4137,'','2013-11-22 17:33:56'),(12381,3,4137,'76059','2013-11-22 17:33:56'),(12382,1,4138,'','2013-11-22 17:41:20'),(12383,2,4138,'','2013-11-22 17:41:20'),(12384,3,4138,'76065','2013-11-22 17:41:20'),(12385,1,4139,'','2013-11-22 17:44:35'),(12386,2,4139,'','2013-11-22 17:44:35'),(12387,3,4139,'','2013-11-22 17:44:35'),(12388,1,4140,'','2013-11-22 17:50:55'),(12389,2,4140,'','2013-11-22 17:50:55'),(12390,3,4140,'50427','2013-11-22 17:50:55'),(12391,1,4141,'','2013-11-22 17:56:06'),(12392,2,4141,'','2013-11-22 17:56:06'),(12393,3,4141,'','2013-11-22 17:56:06'),(12394,1,4142,'','2013-11-22 17:58:45'),(12395,2,4142,'','2013-11-22 17:58:45'),(12396,3,4142,'76052','2013-11-22 17:58:45'),(12397,1,4143,'','2013-11-22 18:02:12'),(12398,2,4143,'','2013-11-22 18:02:12'),(12399,3,4143,'','2013-11-22 18:02:13'),(12400,1,4144,'','2013-11-22 18:09:17'),(12401,2,4144,'','2013-11-22 18:09:17'),(12402,3,4144,'76005','2013-11-22 18:09:18'),(12403,1,4145,'','2013-11-22 18:12:51'),(12404,2,4145,'','2013-11-22 18:12:51'),(12405,3,4145,'76009','2013-11-22 18:12:51'),(12406,1,4146,'','2013-11-22 18:16:27'),(12407,2,4146,'','2013-11-22 18:16:27'),(12408,3,4146,'45183','2013-11-22 18:16:27'),(12409,1,4147,'','2013-11-22 18:21:01'),(12410,2,4147,'','2013-11-22 18:21:01'),(12411,3,4147,'','2013-11-22 18:21:01'),(12412,1,4148,'','2013-11-22 18:24:11'),(12413,2,4148,'','2013-11-22 18:24:11'),(12414,3,4148,'76001','2013-11-22 18:24:11'),(12415,1,4149,'','2013-11-22 18:28:22'),(12416,2,4149,'','2013-11-22 18:28:22'),(12417,3,4149,'44789','2013-11-22 18:28:22'),(12418,1,4150,'','2013-11-22 18:35:32'),(12419,2,4150,'','2013-11-22 18:35:32'),(12420,3,4150,'1048','2013-11-22 18:35:32'),(12421,1,4151,'','2013-11-22 18:38:23'),(12422,2,4151,'','2013-11-22 18:38:23'),(12423,3,4151,'45183','2013-11-22 18:38:23'),(12424,1,4152,'','2013-11-22 18:40:25'),(12425,2,4152,'','2013-11-22 18:40:25'),(12426,3,4152,'','2013-11-22 18:40:25'),(12427,1,4153,'','2013-11-22 18:43:51'),(12428,2,4153,'','2013-11-22 18:43:51'),(12429,3,4153,'50427','2013-11-22 18:43:51'),(12430,1,4154,'','2013-11-22 18:55:50'),(12431,2,4154,'','2013-11-22 18:55:51'),(12432,3,4154,'76062','2013-11-22 18:55:51'),(12433,1,4155,'','2013-11-22 19:03:43'),(12434,2,4155,'','2013-11-22 19:03:43'),(12435,3,4155,'15866','2013-11-22 19:03:43'),(12436,1,4156,'','2013-11-22 19:10:57'),(12437,2,4156,'','2013-11-22 19:10:57'),(12438,3,4156,'50427','2013-11-22 19:10:57'),(12439,1,4157,'','2013-11-22 19:30:03'),(12440,2,4157,'','2013-11-22 19:30:03'),(12441,3,4157,'','2013-11-22 19:30:03'),(12442,1,4158,'','2013-11-22 19:36:59'),(12443,2,4158,'','2013-11-22 19:36:59'),(12444,3,4158,'76009','2013-11-22 19:36:59'),(12445,1,4159,'','2013-11-22 19:47:00'),(12446,2,4159,'','2013-11-22 19:47:00'),(12447,3,4159,'76052','2013-11-22 19:47:00'),(12448,1,4160,'','2013-11-22 20:04:14'),(12449,2,4160,'','2013-11-22 20:04:14'),(12450,3,4160,'76033','2013-11-22 20:04:14'),(12451,1,4161,'','2013-11-22 20:11:35'),(12452,2,4161,'','2013-11-22 20:11:35'),(12453,3,4161,'','2013-11-22 20:11:35'),(12454,1,4162,'','2013-11-22 20:20:57'),(12455,2,4162,'','2013-11-22 20:20:57'),(12456,3,4162,'44789','2013-11-22 20:20:57'),(12457,1,4163,'','2013-11-22 20:34:31'),(12458,2,4163,'','2013-11-22 20:34:31'),(12459,3,4163,'76072','2013-11-22 20:34:31'),(12460,1,4164,'','2013-11-22 20:37:29'),(12461,2,4164,'','2013-11-22 20:37:29'),(12462,3,4164,'2488','2013-11-22 20:37:29'),(12463,1,4165,'','2013-11-22 20:40:05'),(12464,2,4165,'','2013-11-22 20:40:05'),(12465,3,4165,'1048','2013-11-22 20:40:05'),(12466,1,4166,'','2013-11-22 20:43:28'),(12467,2,4166,'','2013-11-22 20:43:28'),(12468,3,4166,'12756','2013-11-22 20:43:28'),(12469,1,4167,'','2013-11-22 20:46:34'),(12470,2,4167,'','2013-11-22 20:46:34'),(12471,3,4167,'76062','2013-11-22 20:46:34'),(12472,1,4168,'','2013-11-22 20:48:31'),(12473,2,4168,'','2013-11-22 20:48:31'),(12474,3,4168,'','2013-11-22 20:48:31'),(12475,1,4169,'','2013-11-22 20:51:50'),(12476,2,4169,'','2013-11-22 20:51:50'),(12477,3,4169,'44789','2013-11-22 20:51:50'),(12478,1,4170,'','2013-11-22 21:19:10'),(12479,2,4170,'','2013-11-22 21:19:10'),(12480,3,4170,'76053','2013-11-22 21:19:10'),(12481,1,4171,'','2013-11-22 21:35:23'),(12482,2,4171,'','2013-11-22 21:35:23'),(12483,3,4171,'22514','2013-11-22 21:35:23'),(12484,1,4172,'','2013-11-22 21:40:18'),(12485,2,4172,'','2013-11-22 21:40:18'),(12486,3,4172,'76005','2013-11-22 21:40:18'),(12487,1,4173,'','2013-11-22 22:17:33'),(12488,2,4173,'','2013-11-22 22:17:33'),(12489,3,4173,'76065','2013-11-22 22:17:33'),(12490,1,4174,'','2013-11-22 22:38:58'),(12491,2,4174,'','2013-11-22 22:38:58'),(12492,3,4174,'','2013-11-22 22:38:58'),(12493,1,4175,'','2013-11-22 22:42:20'),(12494,2,4175,'','2013-11-22 22:42:20'),(12495,3,4175,'','2013-11-22 22:42:20'),(12496,1,4176,'','2013-11-22 22:53:50'),(12497,2,4176,'','2013-11-22 22:53:50'),(12498,3,4176,'','2013-11-22 22:53:50'),(12499,1,4177,'','2013-11-22 23:10:22'),(12500,2,4177,'','2013-11-22 23:10:22'),(12501,3,4177,'76052','2013-11-22 23:10:22'),(12502,1,4178,'','2013-11-22 23:25:23'),(12503,2,4178,'','2013-11-22 23:25:23'),(12504,3,4178,'','2013-11-22 23:25:23'),(12505,1,4179,'','2013-11-23 00:12:00'),(12506,2,4179,'','2013-11-23 00:12:00'),(12507,3,4179,'76065','2013-11-23 00:12:00'),(12508,1,4180,'','2013-11-23 00:34:46'),(12509,2,4180,'','2013-11-23 00:34:46'),(12510,3,4180,'','2013-11-23 00:34:46'),(12511,1,4181,'','2013-11-23 01:01:17'),(12512,2,4181,'','2013-11-23 01:01:17'),(12513,3,4181,'50427','2013-11-23 01:01:17'),(12514,1,4182,'','2013-11-23 01:52:49'),(12515,2,4182,'','2013-11-23 01:52:49'),(12516,3,4182,'76068','2013-11-23 01:52:49'),(12517,1,4183,'','2013-11-23 01:59:41'),(12518,2,4183,'','2013-11-23 01:59:41'),(12519,3,4183,'50427','2013-11-23 01:59:41'),(12520,1,4184,'','2013-11-23 02:10:04'),(12521,2,4184,'','2013-11-23 02:10:04'),(12522,3,4184,'16874','2013-11-23 02:10:04'),(12523,1,4185,'','2013-11-23 02:16:53'),(12524,2,4185,'','2013-11-23 02:16:53'),(12525,3,4185,'50427','2013-11-23 02:16:53'),(12526,1,4186,'','2013-11-23 02:19:12'),(12527,2,4186,'','2013-11-23 02:19:12'),(12528,3,4186,'16874','2013-11-23 02:19:12'),(12529,1,4187,'','2013-11-23 02:28:14'),(12530,2,4187,'','2013-11-23 02:28:14'),(12531,3,4187,'','2013-11-23 02:28:14'),(12532,1,4188,'','2013-11-23 02:45:27'),(12533,2,4188,'','2013-11-23 02:45:27'),(12534,3,4188,'76061','2013-11-23 02:45:27'),(12535,1,4189,'','2013-11-23 04:16:57'),(12536,2,4189,'','2013-11-23 04:16:57'),(12537,3,4189,'50427','2013-11-23 04:16:57'),(12538,1,4190,'','2013-11-23 06:03:17'),(12539,2,4190,'','2013-11-23 06:03:17'),(12540,3,4190,'44789','2013-11-23 06:03:17'),(12541,1,4191,'','2013-11-23 07:06:47'),(12542,2,4191,'','2013-11-23 07:06:47'),(12543,3,4191,'44789','2013-11-23 07:06:47'),(12544,1,4192,'','2013-11-23 07:51:12'),(12545,2,4192,'','2013-11-23 07:51:12'),(12546,3,4192,'','2013-11-23 07:51:12'),(12547,1,4193,'','2013-11-23 07:53:03'),(12548,2,4193,'','2013-11-23 07:53:03'),(12549,3,4193,'','2013-11-23 07:53:03'),(12550,1,4194,'','2013-11-23 14:56:44'),(12551,2,4194,'','2013-11-23 14:56:44'),(12552,3,4194,'','2013-11-23 14:56:44'),(12553,1,4195,'','2013-11-23 15:14:18'),(12554,2,4195,'','2013-11-23 15:14:18'),(12555,3,4195,'','2013-11-23 15:14:18'),(12556,1,4196,'','2013-11-23 15:41:23'),(12557,2,4196,'','2013-11-23 15:41:23'),(12558,3,4196,'38361','2013-11-23 15:41:23'),(12559,1,4197,'','2013-11-23 15:52:25'),(12560,2,4197,'','2013-11-23 15:52:25'),(12561,3,4197,'76033','2013-11-23 15:52:25'),(12562,1,4198,'','2013-11-23 15:55:11'),(12563,2,4198,'','2013-11-23 15:55:11'),(12564,3,4198,'','2013-11-23 15:55:11'),(12565,1,4199,'','2013-11-23 17:02:00'),(12566,2,4199,'','2013-11-23 17:02:00'),(12567,3,4199,'50427','2013-11-23 17:02:00'),(12568,1,4200,'','2013-11-23 17:04:47'),(12569,2,4200,'','2013-11-23 17:04:47'),(12570,3,4200,'1525','2013-11-23 17:04:47'),(12571,1,4201,'','2013-11-23 17:06:52'),(12572,2,4201,'','2013-11-23 17:06:52'),(12573,3,4201,'1525','2013-11-23 17:06:52'),(12574,1,4202,'','2013-11-23 17:09:36'),(12575,2,4202,'','2013-11-23 17:09:36'),(12576,3,4202,'44789','2013-11-23 17:09:36'),(12577,1,4203,'','2013-11-23 17:19:29'),(12578,2,4203,'','2013-11-23 17:19:29'),(12579,3,4203,'76001','2013-11-23 17:19:29'),(12580,1,4204,'','2013-11-23 17:21:51'),(12581,2,4204,'','2013-11-23 17:21:51'),(12582,3,4204,'50427','2013-11-23 17:21:51'),(12583,1,4205,'','2013-11-23 17:35:23'),(12584,2,4205,'','2013-11-23 17:35:23'),(12585,3,4205,'76065','2013-11-23 17:35:23'),(12586,1,4206,'','2013-11-23 17:42:34'),(12587,2,4206,'','2013-11-23 17:42:34'),(12588,3,4206,'','2013-11-23 17:42:34'),(12589,1,4207,'','2013-11-23 17:46:40'),(12590,2,4207,'','2013-11-23 17:46:40'),(12591,3,4207,'76001','2013-11-23 17:46:40'),(12592,1,4208,'','2013-11-23 18:00:12'),(12593,2,4208,'','2013-11-23 18:00:12'),(12594,3,4208,'38361','2013-11-23 18:00:12'),(12595,1,4209,'','2013-11-23 18:06:55'),(12596,2,4209,'','2013-11-23 18:06:55'),(12597,3,4209,'','2013-11-23 18:06:55'),(12598,1,4210,'','2013-11-23 18:09:22'),(12599,2,4210,'','2013-11-23 18:09:22'),(12600,3,4210,'','2013-11-23 18:09:22'),(12601,1,4211,'','2013-11-23 18:13:04'),(12602,2,4211,'','2013-11-23 18:13:04'),(12603,3,4211,'50427','2013-11-23 18:13:04'),(12604,1,4212,'','2013-11-23 18:15:45'),(12605,2,4212,'','2013-11-23 18:15:45'),(12606,3,4212,'16874','2013-11-23 18:15:45'),(12607,1,4213,'','2013-11-23 18:19:48'),(12608,2,4213,'','2013-11-23 18:19:48'),(12609,3,4213,'','2013-11-23 18:19:48'),(12610,1,4214,'','2013-11-23 18:38:38'),(12611,2,4214,'','2013-11-23 18:38:38'),(12612,3,4214,'76009','2013-11-23 18:38:38'),(12613,1,4215,'','2013-11-23 19:00:50'),(12614,2,4215,'','2013-11-23 19:00:50'),(12615,3,4215,'','2013-11-23 19:00:50'),(12616,1,4216,'','2013-11-23 19:03:28'),(12617,2,4216,'','2013-11-23 19:03:28'),(12618,3,4216,'50551','2013-11-23 19:03:28'),(12619,1,4217,'','2013-11-23 19:21:37'),(12620,2,4217,'','2013-11-23 19:21:37'),(12621,3,4217,'','2013-11-23 19:21:37'),(12622,1,4218,'','2013-11-23 19:30:03'),(12623,2,4218,'','2013-11-23 19:30:03'),(12624,3,4218,'','2013-11-23 19:30:03'),(12625,1,4219,'','2013-11-23 19:36:18'),(12626,2,4219,'','2013-11-23 19:36:18'),(12627,3,4219,'50427','2013-11-23 19:36:18'),(12628,1,4220,'','2013-11-23 19:52:43'),(12629,2,4220,'','2013-11-23 19:52:43'),(12630,3,4220,'','2013-11-23 19:52:44'),(12631,1,4221,'','2013-11-23 20:03:52'),(12632,2,4221,'','2013-11-23 20:03:52'),(12633,3,4221,'50427','2013-11-23 20:03:52'),(12634,1,4222,'','2013-11-23 20:07:41'),(12635,2,4222,'','2013-11-23 20:07:41'),(12636,3,4222,'50427','2013-11-23 20:07:41'),(12637,1,4223,'','2013-11-23 20:15:22'),(12638,2,4223,'','2013-11-23 20:15:22'),(12639,3,4223,'','2013-11-23 20:15:22'),(12640,1,4224,'','2013-11-23 20:19:03'),(12641,2,4224,'','2013-11-23 20:19:03'),(12642,3,4224,'1152','2013-11-23 20:19:03'),(12643,1,4225,'','2013-11-23 20:23:19'),(12644,2,4225,'','2013-11-23 20:23:19'),(12645,3,4225,'76009','2013-11-23 20:23:19'),(12646,1,4226,'','2013-11-23 20:34:54'),(12647,2,4226,'','2013-11-23 20:34:54'),(12648,3,4226,'44789','2013-11-23 20:34:54'),(12649,1,4227,'','2013-11-23 20:47:11'),(12650,2,4227,'','2013-11-23 20:47:11'),(12651,3,4227,'','2013-11-23 20:47:11'),(12652,1,4228,'','2013-11-23 20:49:16'),(12653,2,4228,'','2013-11-23 20:49:16'),(12654,3,4228,'76057','2013-11-23 20:49:16'),(12655,1,4229,'','2013-11-23 20:52:40'),(12656,2,4229,'','2013-11-23 20:52:40'),(12657,3,4229,'76057','2013-11-23 20:52:40'),(12658,1,4230,'','2013-11-23 20:54:40'),(12659,2,4230,'','2013-11-23 20:54:40'),(12660,3,4230,'76057','2013-11-23 20:54:40'),(12661,1,4231,'','2013-11-23 20:56:51'),(12662,2,4231,'','2013-11-23 20:56:51'),(12663,3,4231,'44724','2013-11-23 20:56:51'),(12664,1,4232,'','2013-11-23 21:00:04'),(12665,2,4232,'','2013-11-23 21:00:04'),(12666,3,4232,'76067','2013-11-23 21:00:04'),(12667,1,4233,'','2013-11-23 21:13:43'),(12668,2,4233,'','2013-11-23 21:13:43'),(12669,3,4233,'16874','2013-11-23 21:13:43'),(12670,1,4234,'','2013-11-23 21:21:07'),(12671,2,4234,'','2013-11-23 21:21:07'),(12672,3,4234,'50427','2013-11-23 21:21:07'),(12673,1,4235,'','2013-11-23 22:00:15'),(12674,2,4235,'','2013-11-23 22:00:15'),(12675,3,4235,'76005','2013-11-23 22:00:15'),(12676,1,4236,'','2013-11-23 22:03:26'),(12677,2,4236,'','2013-11-23 22:03:26'),(12678,3,4236,'','2013-11-23 22:03:26'),(12679,1,4237,'','2013-11-23 22:06:30'),(12680,2,4237,'','2013-11-23 22:06:31'),(12681,3,4237,'','2013-11-23 22:06:31'),(12682,1,4238,'','2013-11-23 22:25:55'),(12683,2,4238,'','2013-11-23 22:25:55'),(12684,3,4238,'50427','2013-11-23 22:25:55'),(12685,1,4239,'','2013-11-23 23:14:21'),(12686,2,4239,'','2013-11-23 23:14:21'),(12687,3,4239,'15866','2013-11-23 23:14:21'),(12688,1,4240,'','2013-11-23 23:24:51'),(12689,2,4240,'','2013-11-23 23:24:51'),(12690,3,4240,'76067','2013-11-23 23:24:51'),(12691,1,4241,'','2013-11-23 23:41:30'),(12692,2,4241,'','2013-11-23 23:41:30'),(12693,3,4241,'16874','2013-11-23 23:41:30'),(12694,1,4242,'','2013-11-23 23:47:55'),(12695,2,4242,'','2013-11-23 23:47:55'),(12696,3,4242,'','2013-11-23 23:47:55'),(12697,1,4243,'','2013-11-24 00:11:26'),(12698,2,4243,'','2013-11-24 00:11:26'),(12699,3,4243,'16874','2013-11-24 00:11:26'),(12700,1,4244,'','2013-11-24 00:23:37'),(12701,2,4244,'','2013-11-24 00:23:37'),(12702,3,4244,'','2013-11-24 00:23:37'),(12703,1,4245,'','2013-11-24 00:52:12'),(12704,2,4245,'','2013-11-24 00:52:12'),(12705,3,4245,'50427','2013-11-24 00:52:13'),(12706,1,4246,'','2013-11-24 00:54:10'),(12707,2,4246,'','2013-11-24 00:54:10'),(12708,3,4246,'50427','2013-11-24 00:54:10'),(12709,1,4247,'','2013-11-24 01:14:14'),(12710,2,4247,'','2013-11-24 01:14:14'),(12711,3,4247,'16874','2013-11-24 01:14:14'),(12712,1,4248,'','2013-11-24 01:16:08'),(12713,2,4248,'','2013-11-24 01:16:08'),(12714,3,4248,'16874','2013-11-24 01:16:08'),(12715,1,4249,'','2013-11-24 01:18:31'),(12716,2,4249,'','2013-11-24 01:18:31'),(12717,3,4249,'76074','2013-11-24 01:18:31'),(12718,1,4250,'','2013-11-24 01:26:00'),(12719,2,4250,'','2013-11-24 01:26:00'),(12720,3,4250,'','2013-11-24 01:26:00'),(12721,1,4251,'','2013-11-24 01:45:17'),(12722,2,4251,'','2013-11-24 01:45:17'),(12723,3,4251,'22514','2013-11-24 01:45:17'),(12724,1,4252,'','2013-11-24 02:25:58'),(12725,2,4252,'','2013-11-24 02:25:58'),(12726,3,4252,'50427','2013-11-24 02:25:58'),(12727,1,4253,'','2013-11-24 02:38:16'),(12728,2,4253,'','2013-11-24 02:38:16'),(12729,3,4253,'46874','2013-11-24 02:38:16'),(12730,1,4254,'','2013-11-24 03:26:27'),(12731,2,4254,'','2013-11-24 03:26:27'),(12732,3,4254,'','2013-11-24 03:26:27'),(12733,1,4255,'','2013-11-24 03:42:50'),(12734,2,4255,'','2013-11-24 03:42:50'),(12735,3,4255,'50427','2013-11-24 03:42:50'),(12736,1,4256,'','2013-11-24 03:51:56'),(12737,2,4256,'','2013-11-24 03:51:56'),(12738,3,4256,'50557','2013-11-24 03:51:56'),(12739,1,4257,'','2013-11-24 04:47:50'),(12740,2,4257,'','2013-11-24 04:47:50'),(12741,3,4257,'76009','2013-11-24 04:47:50'),(12742,1,4258,'','2013-11-24 04:55:54'),(12743,2,4258,'','2013-11-24 04:55:54'),(12744,3,4258,'75508','2013-11-24 04:55:54'),(12745,1,4259,'','2013-11-24 09:51:00'),(12746,2,4259,'','2013-11-24 09:51:00'),(12747,3,4259,'76027','2013-11-24 09:51:00'),(12748,1,4260,'','2013-11-24 13:06:59'),(12749,2,4260,'','2013-11-24 13:06:59'),(12750,3,4260,'1005','2013-11-24 13:06:59'),(12751,1,4261,'','2013-11-24 13:55:07'),(12752,2,4261,'','2013-11-24 13:55:07'),(12753,3,4261,'1152','2013-11-24 13:55:07'),(12754,1,4262,'','2013-11-24 14:31:15'),(12755,2,4262,'','2013-11-24 14:31:15'),(12756,3,4262,'1048','2013-11-24 14:31:15'),(12757,1,4263,'','2013-11-24 14:43:26'),(12758,2,4263,'','2013-11-24 14:43:26'),(12759,3,4263,'76062','2013-11-24 14:43:26'),(12760,1,4264,'','2013-11-24 15:10:44'),(12761,2,4264,'','2013-11-24 15:10:44'),(12762,3,4264,'16874','2013-11-24 15:10:44'),(12763,1,4265,'','2013-11-24 15:35:47'),(12764,2,4265,'','2013-11-24 15:35:47'),(12765,3,4265,'50427','2013-11-24 15:35:47'),(12766,1,4266,'','2013-11-24 15:44:14'),(12767,2,4266,'','2013-11-24 15:44:14'),(12768,3,4266,'76027','2013-11-24 15:44:14'),(12769,1,4267,'','2013-11-24 15:50:20'),(12770,2,4267,'','2013-11-24 15:50:20'),(12771,3,4267,'44789','2013-11-24 15:50:20'),(12772,1,4268,'','2013-11-24 15:52:48'),(12773,2,4268,'','2013-11-24 15:52:48'),(12774,3,4268,'44789','2013-11-24 15:52:48'),(12775,1,4269,'','2013-11-24 16:00:02'),(12776,2,4269,'','2013-11-24 16:00:02'),(12777,3,4269,'16874','2013-11-24 16:00:02'),(12778,1,4270,'','2013-11-24 16:17:06'),(12779,2,4270,'','2013-11-24 16:17:06'),(12780,3,4270,'76009','2013-11-24 16:17:06'),(12781,1,4271,'','2013-11-24 16:53:50'),(12782,2,4271,'','2013-11-24 16:53:50'),(12783,3,4271,'50427','2013-11-24 16:53:50'),(12784,1,4272,'','2013-11-24 17:20:38'),(12785,2,4272,'','2013-11-24 17:20:38'),(12786,3,4272,'76033','2013-11-24 17:20:38'),(12787,1,4273,'','2013-11-24 17:23:48'),(12788,2,4273,'','2013-11-24 17:23:48'),(12789,3,4273,'44789','2013-11-24 17:23:48'),(12790,1,4274,'','2013-11-24 17:34:51'),(12791,2,4274,'','2013-11-24 17:34:51'),(12792,3,4274,'76044','2013-11-24 17:34:51'),(12793,1,4275,'','2013-11-24 17:41:07'),(12794,2,4275,'','2013-11-24 17:41:07'),(12795,3,4275,'','2013-11-24 17:41:07'),(12796,1,4276,'','2013-11-24 18:02:05'),(12797,2,4276,'','2013-11-24 18:02:05'),(12798,3,4276,'44789','2013-11-24 18:02:05'),(12799,1,4277,'','2013-11-24 18:09:05'),(12800,2,4277,'','2013-11-24 18:09:05'),(12801,3,4277,'1152','2013-11-24 18:09:06'),(12802,1,4278,'','2013-11-24 18:44:07'),(12803,2,4278,'','2013-11-24 18:44:07'),(12804,3,4278,'','2013-11-24 18:44:07'),(12805,1,4279,'','2013-11-24 18:46:34'),(12806,2,4279,'','2013-11-24 18:46:34'),(12807,3,4279,'76009','2013-11-24 18:46:34'),(12808,1,4280,'','2013-11-24 18:52:36'),(12809,2,4280,'','2013-11-24 18:52:36'),(12810,3,4280,'76001','2013-11-24 18:52:36'),(12811,1,4281,'','2013-11-24 19:16:23'),(12812,2,4281,'','2013-11-24 19:16:23'),(12813,3,4281,'','2013-11-24 19:16:23'),(12814,1,4282,'','2013-11-24 19:29:38'),(12815,2,4282,'','2013-11-24 19:29:38'),(12816,3,4282,'1528','2013-11-24 19:29:38'),(12817,1,4283,'','2013-11-24 19:39:15'),(12818,2,4283,'','2013-11-24 19:39:15'),(12819,3,4283,'','2013-11-24 19:39:15'),(12820,1,4284,'','2013-11-24 19:42:31'),(12821,2,4284,'','2013-11-24 19:42:31'),(12822,3,4284,'50427','2013-11-24 19:42:31'),(12823,1,4285,'','2013-11-24 20:00:46'),(12824,2,4285,'','2013-11-24 20:00:46'),(12825,3,4285,'','2013-11-24 20:00:46'),(12826,1,4286,'','2013-11-24 20:03:56'),(12827,2,4286,'','2013-11-24 20:03:56'),(12828,3,4286,'76068','2013-11-24 20:03:56'),(12829,1,4287,'','2013-11-24 20:05:52'),(12830,2,4287,'','2013-11-24 20:05:52'),(12831,3,4287,'76027','2013-11-24 20:05:52'),(12832,1,4288,'','2013-11-24 20:13:46'),(12833,2,4288,'','2013-11-24 20:13:46'),(12834,3,4288,'1105','2013-11-24 20:13:46'),(12835,1,4289,'','2013-11-24 20:27:23'),(12836,2,4289,'','2013-11-24 20:27:23'),(12837,3,4289,'76009','2013-11-24 20:27:23'),(12838,1,4290,'','2013-11-24 20:58:38'),(12839,2,4290,'','2013-11-24 20:58:38'),(12840,3,4290,'75508','2013-11-24 20:58:38'),(12841,1,4291,'','2013-11-24 21:21:29'),(12842,2,4291,'','2013-11-24 21:21:29'),(12843,3,4291,'','2013-11-24 21:21:29'),(12844,1,4292,'','2013-11-24 21:34:39'),(12845,2,4292,'','2013-11-24 21:34:39'),(12846,3,4292,'','2013-11-24 21:34:39'),(12847,1,4293,'','2013-11-24 22:00:12'),(12848,2,4293,'','2013-11-24 22:00:12'),(12849,3,4293,'50427','2013-11-24 22:00:12'),(12850,1,4294,'','2013-11-24 23:24:25'),(12851,2,4294,'','2013-11-24 23:24:25'),(12852,3,4294,'50427','2013-11-24 23:24:25'),(12853,1,4295,'','2013-11-24 23:29:32'),(12854,2,4295,'','2013-11-24 23:29:32'),(12855,3,4295,'50427','2013-11-24 23:29:32'),(12856,1,4296,'','2013-11-25 01:20:12'),(12857,2,4296,'','2013-11-25 01:20:12'),(12858,3,4296,'','2013-11-25 01:20:12'),(12859,1,4297,'','2013-11-25 01:22:48'),(12860,2,4297,'','2013-11-25 01:22:48'),(12861,3,4297,'31734','2013-11-25 01:22:48'),(12862,1,4298,'','2013-11-25 01:28:35'),(12863,2,4298,'','2013-11-25 01:28:35'),(12864,3,4298,'76075','2013-11-25 01:28:35'),(12865,1,4299,'','2013-11-25 04:28:43'),(12866,2,4299,'','2013-11-25 04:28:43'),(12867,3,4299,'76052','2013-11-25 04:28:43'),(12868,1,4300,'','2013-11-25 07:37:13'),(12869,2,4300,'','2013-11-25 07:37:13'),(12870,3,4300,'','2013-11-25 07:37:13'),(12871,1,4301,'','2013-11-25 07:52:27'),(12872,2,4301,'','2013-11-25 07:52:27'),(12873,3,4301,'22514','2013-11-25 07:52:27'),(12874,1,4302,'','2013-11-25 09:07:51'),(12875,2,4302,'','2013-11-25 09:07:51'),(12876,3,4302,'16874','2013-11-25 09:07:51'),(12877,1,4303,'','2013-11-25 09:25:50'),(12878,2,4303,'','2013-11-25 09:25:50'),(12879,3,4303,'','2013-11-25 09:25:50'),(12880,1,4304,'','2013-11-25 10:32:36'),(12881,2,4304,'','2013-11-25 10:32:36'),(12882,3,4304,'','2013-11-25 10:32:36'),(12883,1,4305,'','2013-11-25 13:51:42'),(12884,2,4305,'','2013-11-25 13:51:42'),(12885,3,4305,'12756','2013-11-25 13:51:42'),(12886,1,4306,'','2013-11-25 14:20:50'),(12887,2,4306,'','2013-11-25 14:20:50'),(12888,3,4306,'1105','2013-11-25 14:20:50'),(12889,1,4307,'','2013-11-25 14:31:29'),(12890,2,4307,'','2013-11-25 14:31:29'),(12891,3,4307,'50427','2013-11-25 14:31:29'),(12892,1,4308,'','2013-11-25 14:49:02'),(12893,2,4308,'','2013-11-25 14:49:02'),(12894,3,4308,'76065','2013-11-25 14:49:02'),(12895,1,4309,'','2013-11-25 15:38:59'),(12896,2,4309,'','2013-11-25 15:38:59'),(12897,3,4309,'76071','2013-11-25 15:38:59'),(12898,1,4310,'','2013-11-25 15:48:00'),(12899,2,4310,'','2013-11-25 15:48:00'),(12900,3,4310,'','2013-11-25 15:48:00'),(12901,1,4311,'','2013-11-25 15:59:03'),(12902,2,4311,'','2013-11-25 15:59:03'),(12903,3,4311,'','2013-11-25 15:59:03'),(12904,1,4312,'','2013-11-25 16:15:53'),(12905,2,4312,'','2013-11-25 16:15:53'),(12906,3,4312,'','2013-11-25 16:15:53'),(12907,1,4313,'','2013-11-25 16:27:33'),(12908,2,4313,'','2013-11-25 16:27:33'),(12909,3,4313,'','2013-11-25 16:27:33'),(12910,1,4314,'','2013-11-25 16:45:56'),(12911,2,4314,'','2013-11-25 16:45:56'),(12912,3,4314,'','2013-11-25 16:45:56'),(12913,1,4315,'','2013-11-25 16:50:46'),(12914,2,4315,'','2013-11-25 16:50:46'),(12915,3,4315,'76009','2013-11-25 16:50:46'),(12916,1,4316,'','2013-11-25 16:56:39'),(12917,2,4316,'','2013-11-25 16:56:39'),(12918,3,4316,'76062','2013-11-25 16:56:39'),(12919,1,4317,'','2013-11-25 17:15:26'),(12920,2,4317,'','2013-11-25 17:15:26'),(12921,3,4317,'76052','2013-11-25 17:15:26'),(12922,1,4318,'','2013-11-25 17:29:48'),(12923,2,4318,'','2013-11-25 17:29:48'),(12924,3,4318,'76001','2013-11-25 17:29:48'),(12925,1,4319,'','2013-11-25 18:05:01'),(12926,2,4319,'','2013-11-25 18:05:01'),(12927,3,4319,'16874','2013-11-25 18:05:01'),(12928,1,4320,'','2013-11-25 18:06:43'),(12929,2,4320,'','2013-11-25 18:06:43'),(12930,3,4320,'16874','2013-11-25 18:06:43'),(12931,1,4321,'','2013-11-25 18:10:21'),(12932,2,4321,'','2013-11-25 18:10:21'),(12933,3,4321,'50427','2013-11-25 18:10:21'),(12934,1,4322,'','2013-11-25 18:21:13'),(12935,2,4322,'','2013-11-25 18:21:13'),(12936,3,4322,'76052','2013-11-25 18:21:13'),(12937,1,4323,'','2013-11-25 18:25:13'),(12938,2,4323,'','2013-11-25 18:25:13'),(12939,3,4323,'44789','2013-11-25 18:25:13'),(12940,1,4324,'','2013-11-25 18:40:47'),(12941,2,4324,'','2013-11-25 18:40:47'),(12942,3,4324,'','2013-11-25 18:40:47'),(12943,1,4325,'','2013-11-25 18:45:59'),(12944,2,4325,'','2013-11-25 18:45:59'),(12945,3,4325,'44789','2013-11-25 18:45:59'),(12946,1,4326,'','2013-11-25 18:48:42'),(12947,2,4326,'','2013-11-25 18:48:42'),(12948,3,4326,'','2013-11-25 18:48:42'),(12949,1,4327,'','2013-11-25 18:52:38'),(12950,2,4327,'','2013-11-25 18:52:38'),(12951,3,4327,'76065','2013-11-25 18:52:38'),(12952,1,4328,'','2013-11-25 18:55:06'),(12953,2,4328,'','2013-11-25 18:55:06'),(12954,3,4328,'76065','2013-11-25 18:55:06'),(12955,1,4329,'','2013-11-25 18:56:41'),(12956,2,4329,'','2013-11-25 18:56:41'),(12957,3,4329,'','2013-11-25 18:56:41'),(12958,1,4330,'','2013-11-25 19:04:00'),(12959,2,4330,'','2013-11-25 19:04:00'),(12960,3,4330,'76009','2013-11-25 19:04:00'),(12961,1,4331,'','2013-11-25 19:06:59'),(12962,2,4331,'','2013-11-25 19:07:00'),(12963,3,4331,'76009','2013-11-25 19:07:00'),(12964,1,4332,'','2013-11-25 19:10:49'),(12965,2,4332,'','2013-11-25 19:10:49'),(12966,3,4332,'50559','2013-11-25 19:10:49'),(12967,1,4333,'','2013-11-25 19:17:04'),(12968,2,4333,'','2013-11-25 19:17:04'),(12969,3,4333,'','2013-11-25 19:17:04'),(12970,1,4334,'','2013-11-25 19:19:46'),(12971,2,4334,'','2013-11-25 19:19:46'),(12972,3,4334,'50427','2013-11-25 19:19:46'),(12973,1,4335,'','2013-11-25 19:24:06'),(12974,2,4335,'','2013-11-25 19:24:06'),(12975,3,4335,'76052','2013-11-25 19:24:06'),(12976,1,4336,'','2013-11-25 19:28:10'),(12977,2,4336,'','2013-11-25 19:28:10'),(12978,3,4336,'','2013-11-25 19:28:10'),(12979,1,4337,'','2013-11-25 19:39:40'),(12980,2,4337,'','2013-11-25 19:39:40'),(12981,3,4337,'','2013-11-25 19:39:40'),(12982,1,4338,'','2013-11-25 19:41:57'),(12983,2,4338,'','2013-11-25 19:41:57'),(12984,3,4338,'','2013-11-25 19:41:57'),(12985,1,4339,'','2013-11-25 19:51:46'),(12986,2,4339,'','2013-11-25 19:51:46'),(12987,3,4339,'50427','2013-11-25 19:51:47'),(12988,1,4340,'','2013-11-25 19:55:38'),(12989,2,4340,'','2013-11-25 19:55:38'),(12990,3,4340,'','2013-11-25 19:55:38'),(12991,1,4341,'','2013-11-25 20:03:44'),(12992,2,4341,'','2013-11-25 20:03:44'),(12993,3,4341,'','2013-11-25 20:03:44'),(12994,1,4342,'','2013-11-25 20:04:10'),(12995,2,4342,'','2013-11-25 20:04:10'),(12996,3,4342,'','2013-11-25 20:04:10'),(12997,1,4343,'','2013-11-25 20:09:21'),(12998,2,4343,'','2013-11-25 20:09:21'),(12999,3,4343,'44789','2013-11-25 20:09:21'),(13000,1,4344,'','2013-11-25 20:22:38'),(13001,2,4344,'','2013-11-25 20:22:38'),(13002,3,4344,'1105','2013-11-25 20:22:38'),(13003,1,4345,'','2013-11-25 20:31:49'),(13004,2,4345,'','2013-11-25 20:31:49'),(13005,3,4345,'','2013-11-25 20:31:49'),(13006,1,4346,'','2013-11-25 20:32:33'),(13007,2,4346,'','2013-11-25 20:32:33'),(13008,3,4346,'','2013-11-25 20:32:33'),(13009,1,4347,'','2013-11-25 21:00:22'),(13010,2,4347,'','2013-11-25 21:00:22'),(13011,3,4347,'','2013-11-25 21:00:22'),(13012,1,4348,'','2013-11-25 21:07:28'),(13013,2,4348,'','2013-11-25 21:07:28'),(13014,3,4348,'','2013-11-25 21:07:28'),(13015,1,4349,'','2013-11-25 21:19:47'),(13016,2,4349,'','2013-11-25 21:19:47'),(13017,3,4349,'50427','2013-11-25 21:19:47'),(13018,1,4350,'','2013-11-25 21:29:00'),(13019,2,4350,'','2013-11-25 21:29:00'),(13020,3,4350,'','2013-11-25 21:29:00'),(13021,1,4351,'','2013-11-25 21:33:06'),(13022,2,4351,'','2013-11-25 21:33:06'),(13023,3,4351,'','2013-11-25 21:33:06'),(13024,1,4352,'','2013-11-25 21:35:27'),(13025,2,4352,'','2013-11-25 21:35:27'),(13026,3,4352,'44789','2013-11-25 21:35:27'),(13027,1,4353,'','2013-11-25 21:54:43'),(13028,2,4353,'','2013-11-25 21:54:43'),(13029,3,4353,'1152','2013-11-25 21:54:43'),(13030,1,4354,'','2013-11-25 22:11:44'),(13031,2,4354,'','2013-11-25 22:11:44'),(13032,3,4354,'','2013-11-25 22:11:44'),(13033,1,4355,'','2013-11-25 22:58:32'),(13034,2,4355,'','2013-11-25 22:58:32'),(13035,3,4355,'','2013-11-25 22:58:32'),(13036,1,4356,'','2013-11-25 23:03:32'),(13037,2,4356,'','2013-11-25 23:03:32'),(13038,3,4356,'','2013-11-25 23:03:32'),(13039,1,4357,'','2013-11-25 23:08:57'),(13040,2,4357,'','2013-11-25 23:08:57'),(13041,3,4357,'76063','2013-11-25 23:08:57'),(13042,1,4358,'','2013-11-25 23:13:59'),(13043,2,4358,'','2013-11-25 23:14:00'),(13044,3,4358,'','2013-11-25 23:14:00'),(13045,1,4359,'','2013-11-25 23:43:02'),(13046,2,4359,'','2013-11-25 23:43:02'),(13047,3,4359,'','2013-11-25 23:43:02'),(13048,1,4360,'','2013-11-25 23:45:48'),(13049,2,4360,'','2013-11-25 23:45:48'),(13050,3,4360,'76009','2013-11-25 23:45:48'),(13051,1,4361,'','2013-11-25 23:48:08'),(13052,2,4361,'','2013-11-25 23:48:08'),(13053,3,4361,'','2013-11-25 23:48:09'),(13054,1,4362,'','2013-11-25 23:56:21'),(13055,2,4362,'','2013-11-25 23:56:21'),(13056,3,4362,'50427','2013-11-25 23:56:21'),(13057,1,4363,'','2013-11-26 00:12:56'),(13058,2,4363,'','2013-11-26 00:12:56'),(13059,3,4363,'50427','2013-11-26 00:12:56'),(13060,1,4364,'','2013-11-26 00:58:54'),(13061,2,4364,'','2013-11-26 00:58:54'),(13062,3,4364,'38361','2013-11-26 00:58:54'),(13063,1,4365,'','2013-11-26 01:06:34'),(13064,2,4365,'','2013-11-26 01:06:34'),(13065,3,4365,'','2013-11-26 01:06:34'),(13066,1,4366,'','2013-11-26 01:08:33'),(13067,2,4366,'','2013-11-26 01:08:33'),(13068,3,4366,'','2013-11-26 01:08:33'),(13069,1,4367,'','2013-11-26 01:21:30'),(13070,2,4367,'','2013-11-26 01:21:30'),(13071,3,4367,'16874','2013-11-26 01:21:30'),(13072,1,4368,'','2013-11-26 02:00:25'),(13073,2,4368,'','2013-11-26 02:00:25'),(13074,3,4368,'500427','2013-11-26 02:00:25'),(13075,1,4369,'','2013-11-26 02:15:43'),(13076,2,4369,'','2013-11-26 02:15:43'),(13077,3,4369,'44789','2013-11-26 02:15:43'),(13078,1,4370,'','2013-11-26 02:18:35'),(13079,2,4370,'','2013-11-26 02:18:35'),(13080,3,4370,'16874','2013-11-26 02:18:35'),(13081,1,4371,'','2013-11-26 02:23:37'),(13082,2,4371,'','2013-11-26 02:23:37'),(13083,3,4371,'','2013-11-26 02:23:37'),(13084,1,4372,'','2013-11-26 02:29:12'),(13085,2,4372,'','2013-11-26 02:29:12'),(13086,3,4372,'50427','2013-11-26 02:29:12'),(13087,1,4373,'','2013-11-26 02:32:50'),(13088,2,4373,'','2013-11-26 02:32:50'),(13089,3,4373,'1525','2013-11-26 02:32:50'),(13090,1,4374,'','2013-11-26 02:39:06'),(13091,2,4374,'','2013-11-26 02:39:06'),(13092,3,4374,'1525','2013-11-26 02:39:06'),(13093,1,4375,'','2013-11-26 02:43:18'),(13094,2,4375,'','2013-11-26 02:43:18'),(13095,3,4375,'50427','2013-11-26 02:43:18'),(13096,1,4376,'','2013-11-26 02:56:23'),(13097,2,4376,'','2013-11-26 02:56:23'),(13098,3,4376,'1115','2013-11-26 02:56:23'),(13099,1,4377,'','2013-11-26 03:38:10'),(13100,2,4377,'','2013-11-26 03:38:10'),(13101,3,4377,'76052','2013-11-26 03:38:10'),(13102,1,4378,'','2013-11-26 03:42:55'),(13103,2,4378,'','2013-11-26 03:42:55'),(13104,3,4378,'75002','2013-11-26 03:42:55'),(13105,1,4379,'','2013-11-26 04:34:00'),(13106,2,4379,'','2013-11-26 04:34:00'),(13107,3,4379,'','2013-11-26 04:34:00'),(13108,1,4380,'','2013-11-26 04:44:58'),(13109,2,4380,'','2013-11-26 04:44:58'),(13110,3,4380,'','2013-11-26 04:44:58'),(13111,1,4380,'','2013-11-26 04:48:27'),(13112,2,4380,'','2013-11-26 04:48:27'),(13113,3,4380,'44588','2013-11-26 04:48:27'),(13114,1,4382,'','2013-11-26 04:59:01'),(13115,2,4382,'','2013-11-26 04:59:01'),(13116,3,4382,'50427','2013-11-26 04:59:01'),(13117,1,4383,'','2013-11-26 06:26:39'),(13118,2,4383,'','2013-11-26 06:26:39'),(13119,3,4383,'','2013-11-26 06:26:39'),(13120,1,4384,'','2013-11-26 13:36:19'),(13121,2,4384,'','2013-11-26 13:36:19'),(13122,3,4384,'','2013-11-26 13:36:19'),(13123,1,4385,'','2013-11-26 14:19:23'),(13124,2,4385,'','2013-11-26 14:19:23'),(13125,3,4385,'50427','2013-11-26 14:19:23'),(13126,1,4386,'','2013-11-26 14:39:04'),(13127,2,4386,'','2013-11-26 14:39:04'),(13128,3,4386,'50427','2013-11-26 14:39:04'),(13129,1,4387,'','2013-11-26 14:41:18'),(13130,2,4387,'','2013-11-26 14:41:18'),(13131,3,4387,'50427','2013-11-26 14:41:18'),(13132,1,4386,'','2013-11-26 14:41:49'),(13133,2,4386,'','2013-11-26 14:41:49'),(13134,3,4386,'','2013-11-26 14:41:49'),(13135,1,4389,'','2013-11-26 15:11:05'),(13136,2,4389,'','2013-11-26 15:11:05'),(13137,3,4389,'50427','2013-11-26 15:11:05'),(13138,1,4390,'','2013-11-26 15:38:50'),(13139,2,4390,'','2013-11-26 15:38:50'),(13140,3,4390,'76032','2013-11-26 15:38:50'),(13141,1,4391,'','2013-11-26 15:43:35'),(13142,2,4391,'','2013-11-26 15:43:35'),(13143,3,4391,'','2013-11-26 15:43:35'),(13144,1,4392,'','2013-11-26 17:02:29'),(13145,2,4392,'','2013-11-26 17:02:29'),(13146,3,4392,'','2013-11-26 17:02:29'),(13147,1,4393,'','2013-11-26 17:05:36'),(13148,2,4393,'','2013-11-26 17:05:36'),(13149,3,4393,'','2013-11-26 17:05:36'),(13150,1,4394,'','2013-11-26 17:11:28'),(13151,2,4394,'','2013-11-26 17:11:28'),(13152,3,4394,'','2013-11-26 17:11:28'),(13153,1,4395,'','2013-11-26 17:14:10'),(13154,2,4395,'','2013-11-26 17:14:10'),(13155,3,4395,'','2013-11-26 17:14:10'),(13156,1,4396,'','2013-11-26 17:20:30'),(13157,2,4396,'','2013-11-26 17:20:30'),(13158,3,4396,'50427','2013-11-26 17:20:30'),(13159,1,4397,'','2013-11-26 17:28:08'),(13160,2,4397,'','2013-11-26 17:28:08'),(13161,3,4397,'','2013-11-26 17:28:08'),(13162,1,4398,'','2013-11-26 17:31:37'),(13163,2,4398,'','2013-11-26 17:31:37'),(13164,3,4398,'50559','2013-11-26 17:31:37'),(13165,1,4399,'','2013-11-26 17:36:31'),(13166,2,4399,'','2013-11-26 17:36:31'),(13167,3,4399,'','2013-11-26 17:36:32'),(13168,1,4400,'','2013-11-26 17:41:33'),(13169,2,4400,'','2013-11-26 17:41:33'),(13170,3,4400,'','2013-11-26 17:41:33'),(13171,1,4401,'','2013-11-26 17:59:56'),(13172,2,4401,'','2013-11-26 17:59:56'),(13173,3,4401,'76009','2013-11-26 17:59:56'),(13174,1,4402,'','2013-11-26 18:04:06'),(13175,2,4402,'','2013-11-26 18:04:06'),(13176,3,4402,'','2013-11-26 18:04:06'),(13177,1,4403,'','2013-11-26 18:15:52'),(13178,2,4403,'','2013-11-26 18:15:52'),(13179,3,4403,'25440','2013-11-26 18:15:52'),(13180,1,4404,'','2013-11-26 18:17:39'),(13181,2,4404,'','2013-11-26 18:17:39'),(13182,3,4404,'','2013-11-26 18:17:39'),(13183,1,4405,'','2013-11-26 18:22:21'),(13184,2,4405,'','2013-11-26 18:22:21'),(13185,3,4405,'','2013-11-26 18:22:21'),(13186,1,4406,'','2013-11-26 18:34:25'),(13187,2,4406,'','2013-11-26 18:34:25'),(13188,3,4406,'','2013-11-26 18:34:25'),(13189,1,4407,'','2013-11-26 18:37:13'),(13190,2,4407,'','2013-11-26 18:37:13'),(13191,3,4407,'76009','2013-11-26 18:37:13'),(13192,1,4408,'','2013-11-26 18:42:55'),(13193,2,4408,'','2013-11-26 18:42:55'),(13194,3,4408,'1525','2013-11-26 18:42:55'),(13195,1,4409,'','2013-11-26 18:45:18'),(13196,2,4409,'','2013-11-26 18:45:18'),(13197,3,4409,'','2013-11-26 18:45:19'),(13198,1,4410,'','2013-11-26 18:48:23'),(13199,2,4410,'','2013-11-26 18:48:23'),(13200,3,4410,'','2013-11-26 18:48:23'),(13201,1,4411,'','2013-11-26 18:53:43'),(13202,2,4411,'','2013-11-26 18:53:43'),(13203,3,4411,'1525','2013-11-26 18:53:43'),(13204,1,4412,'','2013-11-26 18:55:50'),(13205,2,4412,'','2013-11-26 18:55:50'),(13206,3,4412,'50427','2013-11-26 18:55:50'),(13207,1,4413,'','2013-11-26 18:59:15'),(13208,2,4413,'','2013-11-26 18:59:15'),(13209,3,4413,'1525','2013-11-26 18:59:15'),(13210,1,4414,'','2013-11-26 19:01:30'),(13211,2,4414,'','2013-11-26 19:01:30'),(13212,3,4414,'1152','2013-11-26 19:01:30'),(13213,1,4415,'','2013-11-26 19:04:26'),(13214,2,4415,'','2013-11-26 19:04:26'),(13215,3,4415,'50427','2013-11-26 19:04:26'),(13216,1,4416,'','2013-11-26 19:18:30'),(13217,2,4416,'','2013-11-26 19:18:30'),(13218,3,4416,'','2013-11-26 19:18:30'),(13219,1,4417,'','2013-11-26 19:37:31'),(13220,2,4417,'','2013-11-26 19:37:31'),(13221,3,4417,'1089','2013-11-26 19:37:31'),(13222,1,4418,'','2013-11-26 19:40:51'),(13223,2,4418,'','2013-11-26 19:40:51'),(13224,3,4418,'','2013-11-26 19:40:51'),(13225,1,4419,'','2013-11-26 19:48:00'),(13226,2,4419,'','2013-11-26 19:48:00'),(13227,3,4419,'','2013-11-26 19:48:00'),(13228,1,4420,'','2013-11-26 19:50:57'),(13229,2,4420,'','2013-11-26 19:50:57'),(13230,3,4420,'','2013-11-26 19:50:57'),(13231,1,4421,'','2013-11-26 19:56:28'),(13232,2,4421,'','2013-11-26 19:56:28'),(13233,3,4421,'46644','2013-11-26 19:56:28'),(13234,1,4422,'','2013-11-26 19:58:58'),(13235,2,4422,'','2013-11-26 19:58:58'),(13236,3,4422,'50427','2013-11-26 19:58:58'),(13237,1,4423,'','2013-11-26 20:09:08'),(13238,2,4423,'','2013-11-26 20:09:08'),(13239,3,4423,'','2013-11-26 20:09:08'),(13240,1,4424,'','2013-11-26 20:14:12'),(13241,2,4424,'','2013-11-26 20:14:12'),(13242,3,4424,'1073','2013-11-26 20:14:12'),(13243,1,4425,'','2013-11-26 20:22:28'),(13244,2,4425,'','2013-11-26 20:22:28'),(13245,3,4425,'','2013-11-26 20:22:28'),(13246,1,4426,'','2013-11-26 20:24:44'),(13247,2,4426,'','2013-11-26 20:24:44'),(13248,3,4426,'','2013-11-26 20:24:44'),(13249,1,4427,'','2013-11-26 20:41:19'),(13250,2,4427,'','2013-11-26 20:41:19'),(13251,3,4427,'','2013-11-26 20:41:19'),(13252,1,4428,'','2013-11-26 20:43:53'),(13253,2,4428,'','2013-11-26 20:43:53'),(13254,3,4428,'50427','2013-11-26 20:43:53'),(13255,1,4429,'','2013-11-26 20:45:46'),(13256,2,4429,'','2013-11-26 20:45:46'),(13257,3,4429,'76027','2013-11-26 20:45:46'),(13258,1,4430,'','2013-11-26 20:49:59'),(13259,2,4430,'','2013-11-26 20:49:59'),(13260,3,4430,'76005','2013-11-26 20:49:59'),(13261,1,4431,'','2013-11-26 20:56:08'),(13262,2,4431,'','2013-11-26 20:56:08'),(13263,3,4431,'44789','2013-11-26 20:56:08'),(13264,1,4432,'','2013-11-26 20:59:53'),(13265,2,4432,'','2013-11-26 20:59:53'),(13266,3,4432,'44789','2013-11-26 20:59:53'),(13267,1,4433,'','2013-11-26 21:14:41'),(13268,2,4433,'','2013-11-26 21:14:41'),(13269,3,4433,'50427','2013-11-26 21:14:41'),(13270,1,4434,'','2013-11-26 21:43:45'),(13271,2,4434,'','2013-11-26 21:43:45'),(13272,3,4434,'','2013-11-26 21:43:45'),(13273,1,4435,'','2013-11-26 22:07:31'),(13274,2,4435,'','2013-11-26 22:07:31'),(13275,3,4435,'','2013-11-26 22:07:31'),(13276,1,4436,'','2013-11-26 22:19:47'),(13277,2,4436,'','2013-11-26 22:19:47'),(13278,3,4436,'','2013-11-26 22:19:47'),(13279,1,4437,'','2013-11-26 22:30:40'),(13280,2,4437,'','2013-11-26 22:30:40'),(13281,3,4437,'39761','2013-11-26 22:30:40'),(13282,1,4438,'','2013-11-26 22:36:46'),(13283,2,4438,'','2013-11-26 22:36:46'),(13284,3,4438,'76068','2013-11-26 22:36:46'),(13285,1,4439,'','2013-11-26 23:13:45'),(13286,2,4439,'','2013-11-26 23:13:45'),(13287,3,4439,'1525','2013-11-26 23:13:45'),(13288,1,4440,'','2013-11-26 23:36:50'),(13289,2,4440,'','2013-11-26 23:36:50'),(13290,3,4440,'76001','2013-11-26 23:36:50'),(13291,1,4441,'','2013-11-26 23:39:44'),(13292,2,4441,'','2013-11-26 23:39:44'),(13293,3,4441,'38361','2013-11-26 23:39:44'),(13294,1,4442,'','2013-11-27 00:38:41'),(13295,2,4442,'','2013-11-27 00:38:41'),(13296,3,4442,'55555','2013-11-27 00:38:41'),(13297,1,4443,'','2013-11-27 00:53:17'),(13298,2,4443,'','2013-11-27 00:53:17'),(13299,3,4443,'76005','2013-11-27 00:53:17'),(13300,1,4444,'','2013-11-27 01:40:25'),(13301,2,4444,'','2013-11-27 01:40:25'),(13302,3,4444,'38361','2013-11-27 01:40:25'),(13303,1,4445,'','2013-11-27 02:01:08'),(13304,2,4445,'','2013-11-27 02:01:08'),(13305,3,4445,'','2013-11-27 02:01:08'),(13306,1,4446,'','2013-11-27 04:02:04'),(13307,2,4446,'','2013-11-27 04:02:04'),(13308,3,4446,'76033','2013-11-27 04:02:04'),(13309,1,4447,'','2013-11-27 04:35:40'),(13310,2,4447,'','2013-11-27 04:35:40'),(13311,3,4447,'','2013-11-27 04:35:40'),(13312,1,4448,'','2013-11-27 04:59:41'),(13313,2,4448,'','2013-11-27 04:59:41'),(13314,3,4448,'43292','2013-11-27 04:59:41'),(13315,1,4449,'','2013-11-27 05:04:15'),(13316,2,4449,'','2013-11-27 05:04:15'),(13317,3,4449,'','2013-11-27 05:04:15'),(13318,1,4450,'','2013-11-27 05:11:10'),(13319,2,4450,'','2013-11-27 05:11:10'),(13320,3,4450,'76027','2013-11-27 05:11:10'),(13321,1,4451,'','2013-11-27 05:18:48'),(13322,2,4451,'','2013-11-27 05:18:48'),(13323,3,4451,'','2013-11-27 05:18:48'),(13324,1,4452,'','2013-11-27 05:51:25'),(13325,2,4452,'','2013-11-27 05:51:25'),(13326,3,4452,'2488','2013-11-27 05:51:25'),(13327,1,4453,'','2013-11-27 06:16:16'),(13328,2,4453,'','2013-11-27 06:16:16'),(13329,3,4453,'76001','2013-11-27 06:16:16'),(13330,1,4454,'','2013-11-27 06:38:54'),(13331,2,4454,'','2013-11-27 06:38:54'),(13332,3,4454,'50427','2013-11-27 06:38:54'),(13333,1,4455,'','2013-11-27 06:41:01'),(13334,2,4455,'','2013-11-27 06:41:01'),(13335,3,4455,'50427','2013-11-27 06:41:01'),(13336,1,4456,'','2013-11-27 09:06:55'),(13337,2,4456,'','2013-11-27 09:06:55'),(13338,3,4456,'','2013-11-27 09:06:55'),(13339,1,4457,'','2013-11-27 14:46:24'),(13340,2,4457,'','2013-11-27 14:46:24'),(13341,3,4457,'1005','2013-11-27 14:46:24'),(13342,1,4458,'','2013-11-27 14:57:21'),(13343,2,4458,'','2013-11-27 14:57:21'),(13344,3,4458,'50552','2013-11-27 14:57:21'),(13345,1,4459,'','2013-11-27 15:20:11'),(13346,2,4459,'','2013-11-27 15:20:11'),(13347,3,4459,'','2013-11-27 15:20:11'),(13348,1,4460,'','2013-11-27 15:42:08'),(13349,2,4460,'','2013-11-27 15:42:08'),(13350,3,4460,'50427','2013-11-27 15:42:08'),(13351,1,4461,'','2013-11-27 16:42:42'),(13352,2,4461,'','2013-11-27 16:42:42'),(13353,3,4461,'38361','2013-11-27 16:42:42'),(13354,1,4462,'','2013-11-27 16:58:49'),(13355,2,4462,'','2013-11-27 16:58:49'),(13356,3,4462,'','2013-11-27 16:58:49'),(13357,1,4463,'','2013-11-27 17:03:09'),(13358,2,4463,'','2013-11-27 17:03:09'),(13359,3,4463,'50427','2013-11-27 17:03:09'),(13360,1,4464,'','2013-11-27 17:09:48'),(13361,2,4464,'','2013-11-27 17:09:48'),(13362,3,4464,'','2013-11-27 17:09:48'),(13363,1,4465,'','2013-11-27 17:20:18'),(13364,2,4465,'','2013-11-27 17:20:18'),(13365,3,4465,'76062','2013-11-27 17:20:18'),(13366,1,4466,'','2013-11-27 17:23:17'),(13367,2,4466,'','2013-11-27 17:23:17'),(13368,3,4466,'38361','2013-11-27 17:23:17'),(13369,1,4467,'','2013-11-27 17:25:20'),(13370,2,4467,'','2013-11-27 17:25:21'),(13371,3,4467,'38361','2013-11-27 17:25:21'),(13372,1,4468,'','2013-11-27 17:37:09'),(13373,2,4468,'','2013-11-27 17:37:09'),(13374,3,4468,'50427','2013-11-27 17:37:09'),(13375,1,4469,'','2013-11-27 17:46:59'),(13376,2,4469,'','2013-11-27 17:46:59'),(13377,3,4469,'15866','2013-11-27 17:46:59'),(13378,1,4470,'','2013-11-27 17:52:18'),(13379,2,4470,'','2013-11-27 17:52:18'),(13380,3,4470,'','2013-11-27 17:52:18'),(13381,1,4471,'','2013-11-27 17:59:14'),(13382,2,4471,'','2013-11-27 17:59:14'),(13383,3,4471,'16874','2013-11-27 17:59:14'),(13384,1,4472,'','2013-11-27 18:06:50'),(13385,2,4472,'','2013-11-27 18:06:50'),(13386,3,4472,'76069','2013-11-27 18:06:50'),(13387,1,4473,'','2013-11-27 18:23:31'),(13388,2,4473,'','2013-11-27 18:23:31'),(13389,3,4473,'','2013-11-27 18:23:31'),(13390,1,4474,'','2013-11-27 18:27:20'),(13391,2,4474,'','2013-11-27 18:27:20'),(13392,3,4474,'','2013-11-27 18:27:20'),(13393,1,4475,'','2013-11-27 18:38:24'),(13394,2,4475,'','2013-11-27 18:38:24'),(13395,3,4475,'43292','2013-11-27 18:38:24'),(13396,1,4476,'','2013-11-27 18:43:57'),(13397,2,4476,'','2013-11-27 18:43:57'),(13398,3,4476,'','2013-11-27 18:43:57'),(13399,1,4477,'','2013-11-27 18:52:56'),(13400,2,4477,'','2013-11-27 18:52:56'),(13401,3,4477,'44789','2013-11-27 18:52:56'),(13402,1,4478,'','2013-11-27 19:07:33'),(13403,2,4478,'','2013-11-27 19:07:33'),(13404,3,4478,'76001','2013-11-27 19:07:34'),(13405,1,4479,'','2013-11-27 19:10:53'),(13406,2,4479,'','2013-11-27 19:10:53'),(13407,3,4479,'76021','2013-11-27 19:10:53'),(13408,1,4480,'','2013-11-27 19:20:06'),(13409,2,4480,'','2013-11-27 19:20:06'),(13410,3,4480,'','2013-11-27 19:20:06'),(13411,1,4481,'','2013-11-27 19:22:00'),(13412,2,4481,'','2013-11-27 19:22:00'),(13413,3,4481,'50559','2013-11-27 19:22:00'),(13414,1,4482,'','2013-11-27 19:26:22'),(13415,2,4482,'','2013-11-27 19:26:22'),(13416,3,4482,'','2013-11-27 19:26:23'),(13417,1,4483,'','2013-11-27 19:36:50'),(13418,2,4483,'','2013-11-27 19:36:50'),(13419,3,4483,'','2013-11-27 19:36:50'),(13420,1,4484,'','2013-11-27 19:39:36'),(13421,2,4484,'','2013-11-27 19:39:36'),(13422,3,4484,'50427','2013-11-27 19:39:36'),(13423,1,4485,'','2013-11-27 19:42:20'),(13424,2,4485,'','2013-11-27 19:42:20'),(13425,3,4485,'','2013-11-27 19:42:20'),(13426,1,4486,'','2013-11-27 19:48:14'),(13427,2,4486,'','2013-11-27 19:48:14'),(13428,3,4486,'','2013-11-27 19:48:14'),(13429,1,4487,'','2013-11-27 19:54:08'),(13430,2,4487,'','2013-11-27 19:54:08'),(13431,3,4487,'','2013-11-27 19:54:08'),(13432,1,4488,'','2013-11-27 20:34:29'),(13433,2,4488,'','2013-11-27 20:34:29'),(13434,3,4488,'50427','2013-11-27 20:34:29'),(13435,1,4489,'','2013-11-27 20:43:09'),(13436,2,4489,'','2013-11-27 20:43:09'),(13437,3,4489,'50427','2013-11-27 20:43:09'),(13438,1,4490,'','2013-11-27 20:50:18'),(13439,2,4490,'','2013-11-27 20:50:18'),(13440,3,4490,'','2013-11-27 20:50:18'),(13441,1,4491,'','2013-11-27 21:10:45'),(13442,2,4491,'','2013-11-27 21:10:45'),(13443,3,4491,'','2013-11-27 21:10:45'),(13444,1,4492,'','2013-11-27 21:22:58'),(13445,2,4492,'','2013-11-27 21:22:58'),(13446,3,4492,'','2013-11-27 21:22:58'),(13447,1,4493,'','2013-11-27 21:28:00'),(13448,2,4493,'','2013-11-27 21:28:00'),(13449,3,4493,'','2013-11-27 21:28:00'),(13450,1,4494,'','2013-11-27 21:34:36'),(13451,2,4494,'','2013-11-27 21:34:36'),(13452,3,4494,'15866','2013-11-27 21:34:36'),(13453,1,4495,'','2013-11-27 21:41:16'),(13454,2,4495,'','2013-11-27 21:41:16'),(13455,3,4495,'1105','2013-11-27 21:41:16'),(13456,1,4496,'','2013-11-27 21:51:56'),(13457,2,4496,'','2013-11-27 21:51:56'),(13458,3,4496,'50427','2013-11-27 21:51:56'),(13459,1,4497,'','2013-11-27 22:21:08'),(13460,2,4497,'','2013-11-27 22:21:09'),(13461,3,4497,'76051','2013-11-27 22:21:09'),(13462,1,4498,'','2013-11-27 22:49:21'),(13463,2,4498,'','2013-11-27 22:49:21'),(13464,3,4498,'','2013-11-27 22:49:21'),(13465,1,4499,'','2013-11-27 23:04:35'),(13466,2,4499,'','2013-11-27 23:04:35'),(13467,3,4499,'76068','2013-11-27 23:04:35'),(13468,1,4500,'','2013-11-27 23:12:35'),(13469,2,4500,'','2013-11-27 23:12:35'),(13470,3,4500,'1105','2013-11-27 23:12:35'),(13471,1,4501,'','2013-11-27 23:26:58'),(13472,2,4501,'','2013-11-27 23:26:58'),(13473,3,4501,'76052','2013-11-27 23:26:58'),(13474,1,4502,'','2013-11-28 00:18:05'),(13475,2,4502,'','2013-11-28 00:18:05'),(13476,3,4502,'48898','2013-11-28 00:18:05'),(13477,1,4503,'','2013-11-28 00:20:17'),(13478,2,4503,'','2013-11-28 00:20:17'),(13479,3,4503,'','2013-11-28 00:20:17'),(13480,1,4504,'','2013-11-28 00:37:30'),(13481,2,4504,'','2013-11-28 00:37:30'),(13482,3,4504,'16874','2013-11-28 00:37:30'),(13483,1,4505,'','2013-11-28 00:40:53'),(13484,2,4505,'','2013-11-28 00:40:53'),(13485,3,4505,'','2013-11-28 00:40:53'),(13486,1,4506,'','2013-11-28 01:06:38'),(13487,2,4506,'','2013-11-28 01:06:38'),(13488,3,4506,'','2013-11-28 01:06:38'),(13489,1,4507,'','2013-11-28 01:12:54'),(13490,2,4507,'','2013-11-28 01:12:54'),(13491,3,4507,'44789','2013-11-28 01:12:54'),(13492,1,4508,'','2013-11-28 01:29:31'),(13493,2,4508,'','2013-11-28 01:29:31'),(13494,3,4508,'','2013-11-28 01:29:31'),(13495,1,4509,'','2013-11-28 02:28:47'),(13496,2,4509,'','2013-11-28 02:28:47'),(13497,3,4509,'76005','2013-11-28 02:28:47'),(13498,1,4510,'','2013-11-28 02:39:36'),(13499,2,4510,'','2013-11-28 02:39:36'),(13500,3,4510,'50427','2013-11-28 02:39:36'),(13501,1,4511,'','2013-11-28 03:10:09'),(13502,2,4511,'','2013-11-28 03:10:09'),(13503,3,4511,'','2013-11-28 03:10:09'),(13504,1,4512,'','2013-11-28 03:13:28'),(13505,2,4512,'','2013-11-28 03:13:29'),(13506,3,4512,'76009','2013-11-28 03:13:29'),(13507,1,4513,'','2013-11-28 03:25:58'),(13508,2,4513,'','2013-11-28 03:25:58'),(13509,3,4513,'','2013-11-28 03:25:58'),(13510,1,4514,'','2013-11-28 03:56:38'),(13511,2,4514,'','2013-11-28 03:56:38'),(13512,3,4514,'','2013-11-28 03:56:38'),(13513,1,4515,'','2013-11-28 04:05:13'),(13514,2,4515,'','2013-11-28 04:05:13'),(13515,3,4515,'50427','2013-11-28 04:05:13'),(13516,1,4516,'','2013-11-28 04:11:42'),(13517,2,4516,'','2013-11-28 04:11:42'),(13518,3,4516,'','2013-11-28 04:11:42'),(13519,1,4517,'','2013-11-28 04:31:09'),(13520,2,4517,'','2013-11-28 04:31:09'),(13521,3,4517,'','2013-11-28 04:31:09'),(13522,1,4518,'','2013-11-28 04:41:52'),(13523,2,4518,'','2013-11-28 04:41:53'),(13524,3,4518,'50427','2013-11-28 04:41:53'),(13525,1,4519,'','2013-11-28 05:26:37'),(13526,2,4519,'','2013-11-28 05:26:37'),(13527,3,4519,'','2013-11-28 05:26:37'),(13528,1,4520,'','2013-11-28 05:52:45'),(13529,2,4520,'','2013-11-28 05:52:45'),(13530,3,4520,'50427','2013-11-28 05:52:45'),(13531,1,4521,'','2013-11-28 06:07:32'),(13532,2,4521,'','2013-11-28 06:07:32'),(13533,3,4521,'2488','2013-11-28 06:07:32'),(13534,1,4522,'','2013-11-28 14:11:01'),(13535,2,4522,'','2013-11-28 14:11:01'),(13536,3,4522,'50427','2013-11-28 14:11:01'),(13537,1,4523,'','2013-11-28 15:22:44'),(13538,2,4523,'','2013-11-28 15:22:44'),(13539,3,4523,'','2013-11-28 15:22:44'),(13540,1,4524,'','2013-11-28 15:25:38'),(13541,2,4524,'','2013-11-28 15:25:39'),(13542,3,4524,'44724','2013-11-28 15:25:39'),(13543,1,4525,'','2013-11-28 15:42:01'),(13544,2,4525,'','2013-11-28 15:42:01'),(13545,3,4525,'','2013-11-28 15:42:01'),(13546,1,4526,'','2013-11-28 15:53:04'),(13547,2,4526,'','2013-11-28 15:53:04'),(13548,3,4526,'','2013-11-28 15:53:04'),(13549,1,4527,'','2013-11-28 15:58:05'),(13550,2,4527,'','2013-11-28 15:58:05'),(13551,3,4527,'76009','2013-11-28 15:58:05'),(13552,1,4528,'','2013-11-28 16:16:36'),(13553,2,4528,'','2013-11-28 16:16:36'),(13554,3,4528,'','2013-11-28 16:16:36'),(13555,1,4529,'','2013-11-28 16:36:28'),(13556,2,4529,'','2013-11-28 16:36:28'),(13557,3,4529,'','2013-11-28 16:36:28'),(13558,1,4530,'','2013-11-28 16:48:55'),(13559,2,4530,'','2013-11-28 16:48:55'),(13560,3,4530,'50427','2013-11-28 16:48:55'),(13561,1,4531,'','2013-11-28 17:10:10'),(13562,2,4531,'','2013-11-28 17:10:10'),(13563,3,4531,'43292','2013-11-28 17:10:10'),(13564,1,4532,'','2013-11-28 17:21:04'),(13565,2,4532,'','2013-11-28 17:21:04'),(13566,3,4532,'16874','2013-11-28 17:21:04'),(13567,1,4533,'','2013-11-28 17:26:02'),(13568,2,4533,'','2013-11-28 17:26:02'),(13569,3,4533,'','2013-11-28 17:26:02'),(13570,1,4534,'','2013-11-28 17:28:11'),(13571,2,4534,'','2013-11-28 17:28:11'),(13572,3,4534,'','2013-11-28 17:28:11'),(13573,1,4535,'','2013-11-28 17:35:39'),(13574,2,4535,'','2013-11-28 17:35:39'),(13575,3,4535,'','2013-11-28 17:35:39'),(13576,1,4536,'','2013-11-28 17:48:04'),(13577,2,4536,'','2013-11-28 17:48:04'),(13578,3,4536,'1525','2013-11-28 17:48:04'),(13579,1,4537,'','2013-11-28 17:52:16'),(13580,2,4537,'','2013-11-28 17:52:16'),(13581,3,4537,'201.00','2013-11-28 17:52:16'),(13582,1,4538,'','2013-11-28 17:56:44'),(13583,2,4538,'','2013-11-28 17:56:44'),(13584,3,4538,'','2013-11-28 17:56:44'),(13585,1,4539,'','2013-11-28 18:04:33'),(13586,2,4539,'','2013-11-28 18:04:33'),(13587,3,4539,'','2013-11-28 18:04:33'),(13588,1,4540,'','2013-11-28 18:08:22'),(13589,2,4540,'','2013-11-28 18:08:22'),(13590,3,4540,'76065','2013-11-28 18:08:22'),(13591,1,4541,'','2013-11-28 18:10:38'),(13592,2,4541,'','2013-11-28 18:10:38'),(13593,3,4541,'50427','2013-11-28 18:10:38'),(13594,1,4542,'','2013-11-28 18:14:27'),(13595,2,4542,'','2013-11-28 18:14:27'),(13596,3,4542,'16874','2013-11-28 18:14:27'),(13597,1,4543,'','2013-11-28 18:20:55'),(13598,2,4543,'','2013-11-28 18:20:55'),(13599,3,4543,'76027','2013-11-28 18:20:55'),(13600,1,4544,'','2013-11-28 18:26:04'),(13601,2,4544,'','2013-11-28 18:26:04'),(13602,3,4544,'76068','2013-11-28 18:26:04'),(13603,1,4545,'','2013-11-28 18:36:49'),(13604,2,4545,'','2013-11-28 18:36:49'),(13605,3,4545,'50427','2013-11-28 18:36:49'),(13606,1,4546,'','2013-11-28 18:40:11'),(13607,2,4546,'','2013-11-28 18:40:11'),(13608,3,4546,'','2013-11-28 18:40:11'),(13609,1,4547,'','2013-11-28 18:48:11'),(13610,2,4547,'','2013-11-28 18:48:11'),(13611,3,4547,'76005','2013-11-28 18:48:11'),(13612,1,4548,'','2013-11-28 18:51:01'),(13613,2,4548,'','2013-11-28 18:51:01'),(13614,3,4548,'','2013-11-28 18:51:01'),(13615,1,4549,'','2013-11-28 18:55:24'),(13616,2,4549,'','2013-11-28 18:55:24'),(13617,3,4549,'76004','2013-11-28 18:55:24'),(13618,1,4550,'','2013-11-28 19:09:11'),(13619,2,4550,'','2013-11-28 19:09:11'),(13620,3,4550,'44789','2013-11-28 19:09:11'),(13621,1,4551,'','2013-11-28 19:16:51'),(13622,2,4551,'','2013-11-28 19:16:51'),(13623,3,4551,'76065','2013-11-28 19:16:51'),(13624,1,4552,'','2013-11-28 19:19:11'),(13625,2,4552,'','2013-11-28 19:19:11'),(13626,3,4552,'50427','2013-11-28 19:19:11'),(13627,1,4553,'','2013-11-28 19:21:39'),(13628,2,4553,'','2013-11-28 19:21:39'),(13629,3,4553,'','2013-11-28 19:21:39'),(13630,1,4554,'','2013-11-28 19:25:53'),(13631,2,4554,'','2013-11-28 19:25:53'),(13632,3,4554,'76009','2013-11-28 19:25:53'),(13633,1,4555,'','2013-11-28 19:40:40'),(13634,2,4555,'','2013-11-28 19:40:40'),(13635,3,4555,'76052','2013-11-28 19:40:40'),(13636,1,4556,'','2013-11-28 19:54:40'),(13637,2,4556,'','2013-11-28 19:54:40'),(13638,3,4556,'','2013-11-28 19:54:40'),(13639,1,4557,'','2013-11-28 20:12:28'),(13640,2,4557,'','2013-11-28 20:12:28'),(13641,3,4557,'76052','2013-11-28 20:12:28'),(13642,1,4558,'','2013-11-28 20:14:58'),(13643,2,4558,'','2013-11-28 20:14:58'),(13644,3,4558,'76052','2013-11-28 20:14:58'),(13645,1,4559,'','2013-11-28 20:28:53'),(13646,2,4559,'','2013-11-28 20:28:53'),(13647,3,4559,'76001','2013-11-28 20:28:53'),(13648,1,4560,'','2013-11-28 20:33:51'),(13649,2,4560,'','2013-11-28 20:33:51'),(13650,3,4560,'','2013-11-28 20:33:51'),(13651,1,4561,'','2013-11-28 20:43:49'),(13652,2,4561,'','2013-11-28 20:43:49'),(13653,3,4561,'1525','2013-11-28 20:43:49'),(13654,1,4562,'','2013-11-28 21:17:23'),(13655,2,4562,'','2013-11-28 21:17:23'),(13656,3,4562,'16874','2013-11-28 21:17:23'),(13657,1,4563,'','2013-11-28 21:22:25'),(13658,2,4563,'','2013-11-28 21:22:25'),(13659,3,4563,'76005','2013-11-28 21:22:25'),(13660,1,4564,'','2013-11-28 21:56:14'),(13661,2,4564,'','2013-11-28 21:56:14'),(13662,3,4564,'50427','2013-11-28 21:56:14'),(13663,1,4565,'','2013-11-28 22:02:50'),(13664,2,4565,'','2013-11-28 22:02:50'),(13665,3,4565,'','2013-11-28 22:02:50'),(13666,1,4566,'','2013-11-28 23:20:57'),(13667,2,4566,'','2013-11-28 23:20:57'),(13668,3,4566,'50427','2013-11-28 23:20:57'),(13669,1,4567,'','2013-11-28 23:26:30'),(13670,2,4567,'','2013-11-28 23:26:30'),(13671,3,4567,'76009','2013-11-28 23:26:31'),(13672,1,4568,'','2013-11-28 23:55:22'),(13673,2,4568,'','2013-11-28 23:55:22'),(13674,3,4568,'','2013-11-28 23:55:22'),(13675,1,4569,'','2013-11-29 00:06:33'),(13676,2,4569,'','2013-11-29 00:06:33'),(13677,3,4569,'76052','2013-11-29 00:06:33'),(13678,1,4570,'','2013-11-29 00:32:26'),(13679,2,4570,'','2013-11-29 00:32:26'),(13680,3,4570,'76068','2013-11-29 00:32:26'),(13681,1,4571,'','2013-11-29 00:37:57'),(13682,2,4571,'','2013-11-29 00:37:57'),(13683,3,4571,'76009','2013-11-29 00:37:57'),(13684,1,4572,'','2013-11-29 00:57:07'),(13685,2,4572,'','2013-11-29 00:57:07'),(13686,3,4572,'','2013-11-29 00:57:07'),(13687,1,4573,'','2013-11-29 01:01:08'),(13688,2,4573,'','2013-11-29 01:01:09'),(13689,3,4573,'','2013-11-29 01:01:09'),(13690,1,4574,'','2013-11-29 01:22:05'),(13691,2,4574,'','2013-11-29 01:22:05'),(13692,3,4574,'1525','2013-11-29 01:22:05'),(13693,1,4575,'','2013-11-29 01:27:18'),(13694,2,4575,'','2013-11-29 01:27:18'),(13695,3,4575,'1525','2013-11-29 01:27:18'),(13696,1,4576,'','2013-11-29 01:42:06'),(13697,2,4576,'','2013-11-29 01:42:06'),(13698,3,4576,'75508','2013-11-29 01:42:06'),(13699,1,4577,'','2013-11-29 01:53:44'),(13700,2,4577,'','2013-11-29 01:53:44'),(13701,3,4577,'2488','2013-11-29 01:53:44'),(13702,1,4578,'','2013-11-29 02:42:32'),(13703,2,4578,'','2013-11-29 02:42:32'),(13704,3,4578,'50427','2013-11-29 02:42:32'),(13705,1,4579,'','2013-11-29 02:51:50'),(13706,2,4579,'','2013-11-29 02:51:50'),(13707,3,4579,'','2013-11-29 02:51:50'),(13708,1,4580,'','2013-11-29 03:01:14'),(13709,2,4580,'','2013-11-29 03:01:14'),(13710,3,4580,'22514','2013-11-29 03:01:14'),(13711,1,4581,'','2013-11-29 03:39:20'),(13712,2,4581,'','2013-11-29 03:39:20'),(13713,3,4581,'45183','2013-11-29 03:39:20'),(13714,1,4582,'','2013-11-29 03:59:26'),(13715,2,4582,'','2013-11-29 03:59:26'),(13716,3,4582,'','2013-11-29 03:59:26'),(13717,1,4583,'','2013-11-29 04:08:40'),(13718,2,4583,'','2013-11-29 04:08:40'),(13719,3,4583,'50427','2013-11-29 04:08:40'),(13720,1,4584,'','2013-11-29 04:13:32'),(13721,2,4584,'','2013-11-29 04:13:32'),(13722,3,4584,'','2013-11-29 04:13:32'),(13723,1,4585,'','2013-11-29 04:24:58'),(13724,2,4585,'','2013-11-29 04:24:58'),(13725,3,4585,'76057','2013-11-29 04:24:58'),(13726,1,4586,'','2013-11-29 04:30:25'),(13727,2,4586,'','2013-11-29 04:30:25'),(13728,3,4586,'','2013-11-29 04:30:25'),(13729,1,4587,'','2013-11-29 04:41:43'),(13730,2,4587,'','2013-11-29 04:41:43'),(13731,3,4587,'76033','2013-11-29 04:41:43'),(13732,1,4588,'','2013-11-29 04:59:23'),(13733,2,4588,'','2013-11-29 04:59:23'),(13734,3,4588,'39761','2013-11-29 04:59:23'),(13735,1,4589,'','2013-11-29 05:31:22'),(13736,2,4589,'','2013-11-29 05:31:22'),(13737,3,4589,'76068','2013-11-29 05:31:22'),(13738,1,4590,'','2013-11-29 06:28:24'),(13739,2,4590,'','2013-11-29 06:28:24'),(13740,3,4590,'76052','2013-11-29 06:28:24'),(13741,1,4591,'','2013-11-29 07:12:49'),(13742,2,4591,'','2013-11-29 07:12:49'),(13743,3,4591,'','2013-11-29 07:12:49'),(13744,1,4592,'','2013-11-29 07:32:57'),(13745,2,4592,'','2013-11-29 07:32:57'),(13746,3,4592,'50427','2013-11-29 07:32:57'),(13747,1,4593,'','2013-11-29 08:26:32'),(13748,2,4593,'','2013-11-29 08:26:32'),(13749,3,4593,'','2013-11-29 08:26:32'),(13750,1,4594,'','2013-11-29 08:31:34'),(13751,2,4594,'','2013-11-29 08:31:34'),(13752,3,4594,'','2013-11-29 08:31:34'),(13753,1,4595,'','2013-11-29 10:08:24'),(13754,2,4595,'','2013-11-29 10:08:24'),(13755,3,4595,'','2013-11-29 10:08:24'),(13756,1,4596,'','2013-11-29 13:39:58'),(13757,2,4596,'','2013-11-29 13:39:58'),(13758,3,4596,'1525','2013-11-29 13:39:58'),(13759,1,4597,'','2013-11-29 14:13:00'),(13760,2,4597,'','2013-11-29 14:13:00'),(13761,3,4597,'50427','2013-11-29 14:13:00'),(13762,1,4598,'','2013-11-29 14:59:08'),(13763,2,4598,'','2013-11-29 14:59:08'),(13764,3,4598,'76044','2013-11-29 14:59:08'),(13765,1,4599,'','2013-11-29 15:02:44'),(13766,2,4599,'','2013-11-29 15:02:44'),(13767,3,4599,'50427','2013-11-29 15:02:44'),(13768,1,4600,'','2013-11-29 15:49:20'),(13769,2,4600,'','2013-11-29 15:49:20'),(13770,3,4600,'50427','2013-11-29 15:49:20'),(13771,1,4601,'','2013-11-29 15:57:05'),(13772,2,4601,'','2013-11-29 15:57:05'),(13773,3,4601,'','2013-11-29 15:57:05'),(13774,1,4602,'','2013-11-29 16:12:06'),(13775,2,4602,'','2013-11-29 16:12:06'),(13776,3,4602,'76001','2013-11-29 16:12:06'),(13777,1,4603,'','2013-11-29 16:45:30'),(13778,2,4603,'','2013-11-29 16:45:30'),(13779,3,4603,'75508','2013-11-29 16:45:30'),(13780,1,4604,'','2013-11-29 16:57:11'),(13781,2,4604,'','2013-11-29 16:57:11'),(13782,3,4604,'','2013-11-29 16:57:11'),(13783,1,4605,'','2013-11-29 17:18:28'),(13784,2,4605,'','2013-11-29 17:18:28'),(13785,3,4605,'','2013-11-29 17:18:28'),(13786,1,4606,'','2013-11-29 17:21:45'),(13787,2,4606,'','2013-11-29 17:21:45'),(13788,3,4606,'','2013-11-29 17:21:45'),(13789,1,4607,'','2013-11-29 17:38:08'),(13790,2,4607,'','2013-11-29 17:38:08'),(13791,3,4607,'50427','2013-11-29 17:38:08'),(13792,1,4608,'','2013-11-29 17:45:03'),(13793,2,4608,'','2013-11-29 17:45:03'),(13794,3,4608,'','2013-11-29 17:45:03'),(13795,1,4609,'','2013-11-29 17:48:00'),(13796,2,4609,'','2013-11-29 17:48:00'),(13797,3,4609,'2488','2013-11-29 17:48:00'),(13798,1,4610,'','2013-11-29 17:50:49'),(13799,2,4610,'','2013-11-29 17:50:49'),(13800,3,4610,'','2013-11-29 17:50:49'),(13801,1,4611,'','2013-11-29 18:01:01'),(13802,2,4611,'','2013-11-29 18:01:01'),(13803,3,4611,'','2013-11-29 18:01:01'),(13804,1,4612,'','2013-11-29 18:12:48'),(13805,2,4612,'','2013-11-29 18:12:48'),(13806,3,4612,'','2013-11-29 18:12:48'),(13807,1,4613,'','2013-11-29 18:15:01'),(13808,2,4613,'','2013-11-29 18:15:01'),(13809,3,4613,'50427','2013-11-29 18:15:01'),(13810,1,4614,'','2013-11-29 18:34:08'),(13811,2,4614,'','2013-11-29 18:34:08'),(13812,3,4614,'','2013-11-29 18:34:08'),(13813,1,4615,'','2013-11-29 18:40:28'),(13814,2,4615,'','2013-11-29 18:40:28'),(13815,3,4615,'','2013-11-29 18:40:28'),(13816,1,4616,'','2013-11-29 18:48:32'),(13817,2,4616,'','2013-11-29 18:48:32'),(13818,3,4616,'44789','2013-11-29 18:48:32'),(13819,1,4617,'','2013-11-29 18:52:01'),(13820,2,4617,'','2013-11-29 18:52:01'),(13821,3,4617,'','2013-11-29 18:52:01'),(13822,1,4618,'','2013-11-29 18:56:07'),(13823,2,4618,'','2013-11-29 18:56:07'),(13824,3,4618,'76001','2013-11-29 18:56:07'),(13825,1,4619,'','2013-11-29 19:21:11'),(13826,2,4619,'','2013-11-29 19:21:11'),(13827,3,4619,'','2013-11-29 19:21:11'),(13828,1,4620,'','2013-11-29 19:28:48'),(13829,2,4620,'','2013-11-29 19:28:48'),(13830,3,4620,'50427','2013-11-29 19:28:48'),(13831,1,4621,'','2013-11-29 19:58:31'),(13832,2,4621,'','2013-11-29 19:58:31'),(13833,3,4621,'','2013-11-29 19:58:31'),(13834,1,4622,'','2013-11-29 20:01:00'),(13835,2,4622,'','2013-11-29 20:01:00'),(13836,3,4622,'50427','2013-11-29 20:01:00'),(13837,1,4623,'','2013-11-29 20:06:44'),(13838,2,4623,'','2013-11-29 20:06:45'),(13839,3,4623,'50557','2013-11-29 20:06:45'),(13840,1,4624,'','2013-11-29 20:40:31'),(13841,2,4624,'','2013-11-29 20:40:31'),(13842,3,4624,'50427','2013-11-29 20:40:31'),(13843,1,4625,'','2013-11-29 20:43:19'),(13844,2,4625,'','2013-11-29 20:43:19'),(13845,3,4625,'76005','2013-11-29 20:43:19'),(13846,1,4626,'','2013-11-29 20:45:52'),(13847,2,4626,'','2013-11-29 20:45:52'),(13848,3,4626,'76005','2013-11-29 20:45:52'),(13849,1,4627,'','2013-11-29 20:50:54'),(13850,2,4627,'','2013-11-29 20:50:54'),(13851,3,4627,'','2013-11-29 20:50:54'),(13852,1,4628,'','2013-11-29 20:56:47'),(13853,2,4628,'','2013-11-29 20:56:47'),(13854,3,4628,'1525','2013-11-29 20:56:47'),(13855,1,4629,'','2013-11-29 21:04:15'),(13856,2,4629,'','2013-11-29 21:04:15'),(13857,3,4629,'1525','2013-11-29 21:04:15'),(13858,1,4630,'','2013-11-29 21:07:03'),(13859,2,4630,'','2013-11-29 21:07:03'),(13860,3,4630,'50427','2013-11-29 21:07:03'),(13861,1,4631,'','2013-11-29 21:21:45'),(13862,2,4631,'','2013-11-29 21:21:45'),(13863,3,4631,'','2013-11-29 21:21:45'),(13864,1,4632,'','2013-11-29 21:45:53'),(13865,2,4632,'','2013-11-29 21:45:53'),(13866,3,4632,'','2013-11-29 21:45:53'),(13867,1,4633,'','2013-11-29 22:50:38'),(13868,2,4633,'','2013-11-29 22:50:38'),(13869,3,4633,'16874','2013-11-29 22:50:38'),(13870,1,4634,'','2013-11-29 23:08:08'),(13871,2,4634,'','2013-11-29 23:08:08'),(13872,3,4634,'50427','2013-11-29 23:08:08'),(13873,1,4635,'','2013-11-29 23:18:53'),(13874,2,4635,'','2013-11-29 23:18:53'),(13875,3,4635,'2488','2013-11-29 23:18:53'),(13876,1,4636,'','2013-11-30 00:23:50'),(13877,2,4636,'','2013-11-30 00:23:50'),(13878,3,4636,'','2013-11-30 00:23:50'),(13879,1,4637,'','2013-11-30 00:30:23'),(13880,2,4637,'','2013-11-30 00:30:23'),(13881,3,4637,'76009','2013-11-30 00:30:23'),(13882,1,4638,'','2013-11-30 01:00:30'),(13883,2,4638,'','2013-11-30 01:00:30'),(13884,3,4638,'','2013-11-30 01:00:30'),(13885,1,4639,'','2013-11-30 01:05:28'),(13886,2,4639,'','2013-11-30 01:05:28'),(13887,3,4639,'44789','2013-11-30 01:05:28'),(13888,1,4640,'','2013-11-30 01:24:09'),(13889,2,4640,'','2013-11-30 01:24:10'),(13890,3,4640,'','2013-11-30 01:24:10'),(13891,1,4641,'','2013-11-30 01:46:00'),(13892,2,4641,'','2013-11-30 01:46:00'),(13893,3,4641,'','2013-11-30 01:46:00'),(13894,1,4642,'','2013-11-30 02:01:50'),(13895,2,4642,'','2013-11-30 02:01:50'),(13896,3,4642,'','2013-11-30 02:01:50'),(13897,1,4643,'','2013-11-30 02:17:35'),(13898,2,4643,'','2013-11-30 02:17:35'),(13899,3,4643,'16874','2013-11-30 02:17:35'),(13900,1,4644,'','2013-11-30 03:18:53'),(13901,2,4644,'','2013-11-30 03:18:53'),(13902,3,4644,'50427','2013-11-30 03:18:53'),(13903,1,4645,'','2013-11-30 04:22:01'),(13904,2,4645,'','2013-11-30 04:22:01'),(13905,3,4645,'76001','2013-11-30 04:22:01'),(13906,1,4646,'','2013-11-30 04:38:58'),(13907,2,4646,'','2013-11-30 04:38:58'),(13908,3,4646,'1105','2013-11-30 04:38:58'),(13909,1,4647,'','2013-11-30 05:05:59'),(13910,2,4647,'','2013-11-30 05:05:59'),(13911,3,4647,'76001','2013-11-30 05:05:59'),(13912,1,4648,'','2013-11-30 05:40:37'),(13913,2,4648,'','2013-11-30 05:40:37'),(13914,3,4648,'76052','2013-11-30 05:40:38'),(13915,1,4649,'','2013-11-30 06:13:46'),(13916,2,4649,'','2013-11-30 06:13:46'),(13917,3,4649,'','2013-11-30 06:13:46'),(13918,1,4650,'','2013-11-30 06:34:45'),(13919,2,4650,'','2013-11-30 06:34:45'),(13920,3,4650,'76009','2013-11-30 06:34:45'),(13921,1,4651,'','2013-11-30 06:38:56'),(13922,2,4651,'','2013-11-30 06:38:56'),(13923,3,4651,'','2013-11-30 06:38:56'),(13924,1,4652,'','2013-11-30 07:50:56'),(13925,2,4652,'','2013-11-30 07:50:56'),(13926,3,4652,'','2013-11-30 07:50:56'),(13927,1,4653,'','2013-11-30 13:39:42'),(13928,2,4653,'','2013-11-30 13:39:42'),(13929,3,4653,'','2013-11-30 13:39:42'),(13930,1,4654,'','2013-11-30 15:26:04'),(13931,2,4654,'','2013-11-30 15:26:04'),(13932,3,4654,'76044','2013-11-30 15:26:04'),(13933,1,4655,'','2013-11-30 15:35:29'),(13934,2,4655,'','2013-11-30 15:35:29'),(13935,3,4655,'1152','2013-11-30 15:35:29'),(13936,1,4656,'','2013-11-30 15:39:23'),(13937,2,4656,'','2013-11-30 15:39:23'),(13938,3,4656,'50427','2013-11-30 15:39:23'),(13939,1,4657,'','2013-11-30 16:00:37'),(13940,2,4657,'','2013-11-30 16:00:37'),(13941,3,4657,'76009','2013-11-30 16:00:37'),(13942,1,4658,'','2013-11-30 17:15:53'),(13943,2,4658,'','2013-11-30 17:15:53'),(13944,3,4658,'76009','2013-11-30 17:15:53'),(13945,1,4659,'','2013-11-30 17:35:18'),(13946,2,4659,'','2013-11-30 17:35:18'),(13947,3,4659,'15866','2013-11-30 17:35:18'),(13948,1,4660,'','2013-11-30 17:37:29'),(13949,2,4660,'','2013-11-30 17:37:29'),(13950,3,4660,'15866','2013-11-30 17:37:29'),(13951,1,4661,'','2013-11-30 17:44:47'),(13952,2,4661,'','2013-11-30 17:44:47'),(13953,3,4661,'1152','2013-11-30 17:44:47'),(13954,1,4662,'','2013-11-30 17:47:33'),(13955,2,4662,'','2013-11-30 17:47:33'),(13956,3,4662,'','2013-11-30 17:47:33'),(13957,1,4663,'','2013-11-30 18:03:36'),(13958,2,4663,'','2013-11-30 18:03:36'),(13959,3,4663,'1105','2013-11-30 18:03:36'),(13960,1,4664,'','2013-11-30 18:14:21'),(13961,2,4664,'','2013-11-30 18:14:21'),(13962,3,4664,'76027','2013-11-30 18:14:21'),(13963,1,4665,'','2013-11-30 18:20:21'),(13964,2,4665,'','2013-11-30 18:20:21'),(13965,3,4665,'76027','2013-11-30 18:20:21'),(13966,1,4666,'','2013-11-30 18:26:02'),(13967,2,4666,'','2013-11-30 18:26:02'),(13968,3,4666,'','2013-11-30 18:26:02'),(13969,1,4667,'','2013-11-30 18:30:36'),(13970,2,4667,'','2013-11-30 18:30:36'),(13971,3,4667,'1152','2013-11-30 18:30:36'),(13972,1,4668,'','2013-11-30 18:34:44'),(13973,2,4668,'','2013-11-30 18:34:44'),(13974,3,4668,'76005','2013-11-30 18:34:44'),(13975,1,4669,'','2013-11-30 18:56:24'),(13976,2,4669,'','2013-11-30 18:56:24'),(13977,3,4669,'76001','2013-11-30 18:56:24'),(13978,1,4670,'','2013-11-30 19:05:23'),(13979,2,4670,'','2013-11-30 19:05:23'),(13980,3,4670,'','2013-11-30 19:05:23'),(13981,1,4671,'','2013-11-30 19:06:01'),(13982,2,4671,'','2013-11-30 19:06:01'),(13983,3,4671,'CASH','2013-11-30 19:06:01'),(13984,1,4672,'','2013-11-30 19:30:41'),(13985,2,4672,'','2013-11-30 19:30:41'),(13986,3,4672,'','2013-11-30 19:30:41'),(13987,1,4673,'','2013-11-30 19:40:33'),(13988,2,4673,'','2013-11-30 19:40:33'),(13989,3,4673,'44789','2013-11-30 19:40:33'),(13990,1,4674,'','2013-11-30 19:44:06'),(13991,2,4674,'','2013-11-30 19:44:06'),(13992,3,4674,'44789','2013-11-30 19:44:06'),(13993,1,4675,'','2013-11-30 20:08:29'),(13994,2,4675,'','2013-11-30 20:08:29'),(13995,3,4675,'43292','2013-11-30 20:08:30'),(13996,1,4676,'','2013-11-30 20:36:06'),(13997,2,4676,'','2013-11-30 20:36:06'),(13998,3,4676,'','2013-11-30 20:36:06'),(13999,1,4677,'','2013-11-30 20:39:12'),(14000,2,4677,'','2013-11-30 20:39:12'),(14001,3,4677,'','2013-11-30 20:39:12'),(14002,1,4678,'','2013-11-30 20:43:14'),(14003,2,4678,'','2013-11-30 20:43:14'),(14004,3,4678,'','2013-11-30 20:43:14'),(14005,1,4679,'','2013-11-30 21:05:54'),(14006,2,4679,'','2013-11-30 21:05:54'),(14007,3,4679,'','2013-11-30 21:05:54'),(14008,1,4680,'','2013-11-30 21:14:25'),(14009,2,4680,'','2013-11-30 21:14:25'),(14010,3,4680,'','2013-11-30 21:14:25'),(14011,1,4681,'','2013-11-30 22:03:34'),(14012,2,4681,'','2013-11-30 22:03:34'),(14013,3,4681,'16874','2013-11-30 22:03:34'),(14014,1,4682,'','2013-11-30 22:11:02'),(14015,2,4682,'','2013-11-30 22:11:02'),(14016,3,4682,'44789','2013-11-30 22:11:02'),(14017,1,4683,'','2013-11-30 22:18:06'),(14018,2,4683,'','2013-11-30 22:18:06'),(14019,3,4683,'44789','2013-11-30 22:18:06'),(14020,1,4684,'','2013-11-30 22:23:24'),(14021,2,4684,'','2013-11-30 22:23:24'),(14022,3,4684,'50427','2013-11-30 22:23:24'),(14023,1,4685,'','2013-11-30 22:32:31'),(14024,2,4685,'','2013-11-30 22:32:31'),(14025,3,4685,'44789','2013-11-30 22:32:31'),(14026,1,4686,'','2013-11-30 22:45:08'),(14027,2,4686,'','2013-11-30 22:45:08'),(14028,3,4686,'50427','2013-11-30 22:45:08'),(14029,1,4687,'','2013-11-30 22:52:11'),(14030,2,4687,'','2013-11-30 22:52:11'),(14031,3,4687,'43292','2013-11-30 22:52:11'),(14032,1,4686,'','2013-11-30 22:55:47'),(14033,2,4686,'','2013-11-30 22:55:47'),(14034,3,4686,'','2013-11-30 22:55:47'),(14035,1,4689,'','2013-11-30 23:11:12'),(14036,2,4689,'','2013-11-30 23:11:12'),(14037,3,4689,'2488','2013-11-30 23:11:13'),(14038,1,4690,'','2013-11-30 23:22:17'),(14039,2,4690,'','2013-11-30 23:22:17'),(14040,3,4690,'44789','2013-11-30 23:22:17'),(14041,1,4691,'','2013-11-30 23:30:14'),(14042,2,4691,'','2013-11-30 23:30:14'),(14043,3,4691,'2488','2013-11-30 23:30:14'),(14044,1,4692,'','2013-12-01 00:14:15'),(14045,2,4692,'','2013-12-01 00:14:15'),(14046,3,4692,'','2013-12-01 00:14:15'),(14047,1,4693,'','2013-12-01 00:20:44'),(14048,2,4693,'','2013-12-01 00:20:44'),(14049,3,4693,'16874','2013-12-01 00:20:44'),(14050,1,4694,'','2013-12-01 01:07:51'),(14051,2,4694,'','2013-12-01 01:07:51'),(14052,3,4694,'76009','2013-12-01 01:07:51'),(14053,1,4695,'','2013-12-01 01:17:17'),(14054,2,4695,'','2013-12-01 01:17:17'),(14055,3,4695,'16874','2013-12-01 01:17:17'),(14056,1,4696,'','2013-12-01 01:26:40'),(14057,2,4696,'','2013-12-01 01:26:40'),(14058,3,4696,'76057','2013-12-01 01:26:40'),(14059,1,4697,'','2013-12-01 01:34:37'),(14060,2,4697,'','2013-12-01 01:34:37'),(14061,3,4697,'76043','2013-12-01 01:34:37'),(14062,1,4698,'','2013-12-01 01:42:11'),(14063,2,4698,'','2013-12-01 01:42:11'),(14064,3,4698,'1152','2013-12-01 01:42:11'),(14065,1,4699,'','2013-12-01 01:53:18'),(14066,2,4699,'','2013-12-01 01:53:18'),(14067,3,4699,'50427','2013-12-01 01:53:18'),(14068,1,4700,'','2013-12-01 01:56:01'),(14069,2,4700,'','2013-12-01 01:56:01'),(14070,3,4700,'50427','2013-12-01 01:56:01'),(14071,1,4701,'','2013-12-01 02:24:18'),(14072,2,4701,'','2013-12-01 02:24:18'),(14073,3,4701,'','2013-12-01 02:24:18'),(14074,1,4702,'','2013-12-01 02:30:03'),(14075,2,4702,'','2013-12-01 02:30:03'),(14076,3,4702,'','2013-12-01 02:30:03'),(14077,1,4703,'','2013-12-01 02:36:05'),(14078,2,4703,'','2013-12-01 02:36:05'),(14079,3,4703,'50427','2013-12-01 02:36:05'),(14080,1,4704,'','2013-12-01 03:05:34'),(14081,2,4704,'','2013-12-01 03:05:34'),(14082,3,4704,'50427','2013-12-01 03:05:34'),(14083,1,4705,'','2013-12-01 03:08:25'),(14084,2,4705,'','2013-12-01 03:08:25'),(14085,3,4705,'76067','2013-12-01 03:08:25'),(14086,1,4706,'','2013-12-01 03:39:02'),(14087,2,4706,'','2013-12-01 03:39:03'),(14088,3,4706,'22514','2013-12-01 03:39:03'),(14089,1,4707,'','2013-12-01 07:44:58'),(14090,2,4707,'','2013-12-01 07:44:58'),(14091,3,4707,'','2013-12-01 07:44:58'),(14092,1,4708,'','2013-12-01 12:24:07'),(14093,2,4708,'','2013-12-01 12:24:07'),(14094,3,4708,'16874','2013-12-01 12:24:07'),(14095,1,4709,'','2013-12-01 15:52:49'),(14096,2,4709,'','2013-12-01 15:52:49'),(14097,3,4709,'22514','2013-12-01 15:52:49'),(14098,1,4710,'','2013-12-01 16:00:14'),(14099,2,4710,'','2013-12-01 16:00:14'),(14100,3,4710,'','2013-12-01 16:00:14'),(14101,1,4711,'','2013-12-01 16:19:17'),(14102,2,4711,'','2013-12-01 16:19:17'),(14103,3,4711,'44789','2013-12-01 16:19:17'),(14104,1,4712,'','2013-12-01 16:57:03'),(14105,2,4712,'','2013-12-01 16:57:03'),(14106,3,4712,'50427','2013-12-01 16:57:03'),(14107,1,4713,'','2013-12-01 17:43:20'),(14108,2,4713,'','2013-12-01 17:43:20'),(14109,3,4713,'','2013-12-01 17:43:20'),(14110,1,4714,'','2013-12-01 18:26:58'),(14111,2,4714,'','2013-12-01 18:26:58'),(14112,3,4714,'76055','2013-12-01 18:26:58'),(14113,1,4715,'','2013-12-01 18:32:02'),(14114,2,4715,'','2013-12-01 18:32:02'),(14115,3,4715,'50559','2013-12-01 18:32:02'),(14116,1,4716,'','2013-12-01 18:34:52'),(14117,2,4716,'','2013-12-01 18:34:52'),(14118,3,4716,'50559','2013-12-01 18:34:52'),(14119,1,4717,'0249368412','2013-12-01 18:39:12'),(14120,2,4717,'','2013-12-01 18:39:13'),(14121,3,4717,'','2013-12-01 18:39:13'),(14122,1,4718,'','2013-12-01 18:45:14'),(14123,2,4718,'','2013-12-01 18:45:14'),(14124,3,4718,'1105','2013-12-01 18:45:14'),(14125,1,4719,'','2013-12-01 18:52:45'),(14126,2,4719,'','2013-12-01 18:52:45'),(14127,3,4719,'50427','2013-12-01 18:52:45'),(14128,1,4720,'','2013-12-01 18:58:01'),(14129,2,4720,'','2013-12-01 18:58:01'),(14130,3,4720,'76057','2013-12-01 18:58:01'),(14131,1,4721,'','2013-12-01 19:01:15'),(14132,2,4721,'','2013-12-01 19:01:15'),(14133,3,4721,'','2013-12-01 19:01:15'),(14134,1,4722,'','2013-12-01 19:05:15'),(14135,2,4722,'','2013-12-01 19:05:15'),(14136,3,4722,'50427','2013-12-01 19:05:15'),(14137,1,4723,'','2013-12-01 19:07:51'),(14138,2,4723,'','2013-12-01 19:07:51'),(14139,3,4723,'1152','2013-12-01 19:07:51'),(14140,1,4724,'','2013-12-01 19:23:46'),(14141,2,4724,'','2013-12-01 19:23:46'),(14142,3,4724,'50427','2013-12-01 19:23:46'),(14143,1,4725,'','2013-12-01 19:27:26'),(14144,2,4725,'','2013-12-01 19:27:26'),(14145,3,4725,'','2013-12-01 19:27:26'),(14146,1,4726,'','2013-12-01 20:07:41'),(14147,2,4726,'','2013-12-01 20:07:41'),(14148,3,4726,'','2013-12-01 20:07:41'),(14149,1,4727,'','2013-12-01 20:14:50'),(14150,2,4727,'','2013-12-01 20:14:50'),(14151,3,4727,'50427','2013-12-01 20:14:50'),(14152,1,4728,'','2013-12-01 21:17:30'),(14153,2,4728,'','2013-12-01 21:17:30'),(14154,3,4728,'50427','2013-12-01 21:17:30'),(14155,1,4729,'','2013-12-01 21:32:05'),(14156,2,4729,'','2013-12-01 21:32:05'),(14157,3,4729,'16874','2013-12-01 21:32:05'),(14158,1,4730,'','2013-12-01 21:35:49'),(14159,2,4730,'','2013-12-01 21:35:49'),(14160,3,4730,'17559','2013-12-01 21:35:49'),(14161,1,4731,'','2013-12-01 23:33:47'),(14162,2,4731,'','2013-12-01 23:33:47'),(14163,3,4731,'76057','2013-12-01 23:33:47'),(14164,1,4732,'','2013-12-01 23:36:16'),(14165,2,4732,'','2013-12-01 23:36:16'),(14166,3,4732,'','2013-12-01 23:36:16'),(14167,1,4733,'','2013-12-01 23:41:57'),(14168,2,4733,'','2013-12-01 23:41:57'),(14169,3,4733,'76078','2013-12-01 23:41:57'),(14170,1,4734,'','2013-12-01 23:45:34'),(14171,2,4734,'','2013-12-01 23:45:34'),(14172,3,4734,'76078','2013-12-01 23:45:34'),(14173,1,4735,'','2013-12-01 23:50:41'),(14174,2,4735,'','2013-12-01 23:50:41'),(14175,3,4735,'','2013-12-01 23:50:41'),(14176,1,4736,'','2013-12-01 23:54:09'),(14177,2,4736,'','2013-12-01 23:54:10'),(14178,3,4736,'','2013-12-01 23:54:10'),(14179,1,4735,'','2013-12-02 00:01:44'),(14180,2,4735,'','2013-12-02 00:01:44'),(14181,3,4735,'','2013-12-02 00:01:44'),(14182,1,4738,'','2013-12-02 00:24:29'),(14183,2,4738,'','2013-12-02 00:24:29'),(14184,3,4738,'','2013-12-02 00:24:29'),(14185,1,4739,'0573357194','2013-12-02 00:43:05'),(14186,2,4739,'','2013-12-02 00:43:05'),(14187,3,4739,'SELF REQUEST','2013-12-02 00:43:05'),(14188,1,4740,'024420390808','2013-12-02 01:03:23'),(14189,2,4740,'','2013-12-02 01:03:23'),(14190,3,4740,'','2013-12-02 01:03:23'),(14191,1,4741,'','2013-12-02 01:11:13'),(14192,2,4741,'','2013-12-02 01:11:13'),(14193,3,4741,'50427','2013-12-02 01:11:13'),(14194,1,4742,'','2013-12-02 01:15:07'),(14195,2,4742,'','2013-12-02 01:15:07'),(14196,3,4742,'50427','2013-12-02 01:15:07'),(14197,1,4743,'','2013-12-02 01:51:46'),(14198,2,4743,'','2013-12-02 01:51:46'),(14199,3,4743,'44789','2013-12-02 01:51:46'),(14200,1,4744,'','2013-12-02 02:57:56'),(14201,2,4744,'','2013-12-02 02:57:56'),(14202,3,4744,'','2013-12-02 02:57:56'),(14203,1,4745,'','2013-12-02 03:52:57'),(14204,2,4745,'','2013-12-02 03:52:57'),(14205,3,4745,'76009','2013-12-02 03:52:57'),(14206,1,4746,'','2013-12-02 04:11:37'),(14207,2,4746,'','2013-12-02 04:11:37'),(14208,3,4746,'','2013-12-02 04:11:37'),(14209,1,4747,'','2013-12-02 04:15:35'),(14210,2,4747,'','2013-12-02 04:15:35'),(14211,3,4747,'','2013-12-02 04:15:35'),(14212,1,4748,'','2013-12-02 04:36:28'),(14213,2,4748,'','2013-12-02 04:36:28'),(14214,3,4748,'','2013-12-02 04:36:28'),(14215,1,4749,'','2013-12-02 05:06:40'),(14216,2,4749,'','2013-12-02 05:06:40'),(14217,3,4749,'2488','2013-12-02 05:06:40'),(14218,1,4750,'','2013-12-02 06:00:57'),(14219,2,4750,'','2013-12-02 06:00:57'),(14220,3,4750,'76068','2013-12-02 06:00:57'),(14221,1,4751,'','2013-12-02 06:03:47'),(14222,2,4751,'','2013-12-02 06:03:47'),(14223,3,4751,'76052','2013-12-02 06:03:47'),(14224,1,4752,'','2013-12-02 06:19:07'),(14225,2,4752,'','2013-12-02 06:19:07'),(14226,3,4752,'','2013-12-02 06:19:07'),(14227,1,4753,'','2013-12-02 07:57:13'),(14228,2,4753,'','2013-12-02 07:57:13'),(14229,3,4753,'','2013-12-02 07:57:13'),(14230,1,4754,'','2013-12-02 08:11:27'),(14231,2,4754,'','2013-12-02 08:11:27'),(14232,3,4754,'','2013-12-02 08:11:27'),(14233,1,4755,'','2013-12-02 11:14:13'),(14234,2,4755,'','2013-12-02 11:14:13'),(14235,3,4755,'50427','2013-12-02 11:14:13'),(14236,1,4756,'0244028958','2013-12-02 13:56:13'),(14237,2,4756,'','2013-12-02 13:56:13'),(14238,3,4756,'','2013-12-02 13:56:13'),(14239,1,4757,'','2013-12-02 14:16:40'),(14240,2,4757,'','2013-12-02 14:16:40'),(14241,3,4757,'','2013-12-02 14:16:40'),(14242,1,4758,'','2013-12-02 15:25:09'),(14243,2,4758,'','2013-12-02 15:25:09'),(14244,3,4758,'44789','2013-12-02 15:25:09'),(14245,1,4759,'','2013-12-02 15:38:47'),(14246,2,4759,'','2013-12-02 15:38:47'),(14247,3,4759,'44789','2013-12-02 15:38:47'),(14248,1,4760,'','2013-12-02 15:44:17'),(14249,2,4760,'','2013-12-02 15:44:17'),(14250,3,4760,'1160','2013-12-02 15:44:17'),(14251,1,4761,'','2013-12-02 16:03:19'),(14252,2,4761,'','2013-12-02 16:03:19'),(14253,3,4761,'50427','2013-12-02 16:03:19'),(14254,1,4762,'','2013-12-02 16:25:08'),(14255,2,4762,'','2013-12-02 16:25:08'),(14256,3,4762,'','2013-12-02 16:25:08'),(14257,1,4763,'','2013-12-02 16:29:35'),(14258,2,4763,'','2013-12-02 16:29:35'),(14259,3,4763,'50427','2013-12-02 16:29:35'),(14260,1,4764,'','2013-12-02 17:05:15'),(14261,2,4764,'','2013-12-02 17:05:15'),(14262,3,4764,'12552','2013-12-02 17:05:15'),(14263,1,4765,'','2013-12-02 17:07:06'),(14264,2,4765,'','2013-12-02 17:07:06'),(14265,3,4765,'','2013-12-02 17:07:06'),(14266,1,4766,'','2013-12-02 17:13:15'),(14267,2,4766,'','2013-12-02 17:13:15'),(14268,3,4766,'','2013-12-02 17:13:15'),(14269,1,4767,'','2013-12-02 17:16:43'),(14270,2,4767,'','2013-12-02 17:16:43'),(14271,3,4767,'','2013-12-02 17:16:43'),(14272,1,4768,'','2013-12-02 17:19:27'),(14273,2,4768,'','2013-12-02 17:19:27'),(14274,3,4768,'50427','2013-12-02 17:19:27'),(14275,1,4769,'','2013-12-02 17:31:38'),(14276,2,4769,'','2013-12-02 17:31:38'),(14277,3,4769,'','2013-12-02 17:31:38'),(14278,1,4770,'','2013-12-02 17:36:52'),(14279,2,4770,'','2013-12-02 17:36:52'),(14280,3,4770,'12552','2013-12-02 17:36:52'),(14281,1,4771,'','2013-12-02 17:38:24'),(14282,2,4771,'','2013-12-02 17:38:24'),(14283,3,4771,'12552','2013-12-02 17:38:24'),(14284,1,4772,'','2013-12-02 17:43:22'),(14285,2,4772,'','2013-12-02 17:43:23'),(14286,3,4772,'44789','2013-12-02 17:43:23'),(14287,1,4773,'','2013-12-02 17:45:09'),(14288,2,4773,'','2013-12-02 17:45:09'),(14289,3,4773,'44789','2013-12-02 17:45:09'),(14290,1,4774,'','2013-12-02 17:47:52'),(14291,2,4774,'','2013-12-02 17:47:52'),(14292,3,4774,'','2013-12-02 17:47:52'),(14293,1,4775,'','2013-12-02 17:50:41'),(14294,2,4775,'','2013-12-02 17:50:41'),(14295,3,4775,'16874','2013-12-02 17:50:41'),(14296,1,4776,'','2013-12-02 17:54:35'),(14297,2,4776,'','2013-12-02 17:54:35'),(14298,3,4776,'76068','2013-12-02 17:54:35'),(14299,1,4777,'','2013-12-02 18:00:37'),(14300,2,4777,'','2013-12-02 18:00:37'),(14301,3,4777,'76001','2013-12-02 18:00:37'),(14302,1,4778,'','2013-12-02 18:06:55'),(14303,2,4778,'','2013-12-02 18:06:55'),(14304,3,4778,'50427','2013-12-02 18:06:55'),(14305,1,4779,'','2013-12-02 18:09:50'),(14306,2,4779,'','2013-12-02 18:09:50'),(14307,3,4779,'76057','2013-12-02 18:09:50'),(14308,1,4780,'','2013-12-02 18:13:19'),(14309,2,4780,'','2013-12-02 18:13:19'),(14310,3,4780,'','2013-12-02 18:13:19'),(14311,1,4781,'','2013-12-02 18:20:26'),(14312,2,4781,'','2013-12-02 18:20:26'),(14313,3,4781,'','2013-12-02 18:20:26'),(14314,1,4782,'','2013-12-02 18:28:26'),(14315,2,4782,'','2013-12-02 18:28:26'),(14316,3,4782,'','2013-12-02 18:28:26'),(14317,1,4783,'','2013-12-02 18:36:26'),(14318,2,4783,'','2013-12-02 18:36:26'),(14319,3,4783,'76068','2013-12-02 18:36:26'),(14320,1,4784,'','2013-12-02 18:42:30'),(14321,2,4784,'','2013-12-02 18:42:30'),(14322,3,4784,'44789','2013-12-02 18:42:30'),(14323,1,4785,'','2013-12-02 18:44:55'),(14324,2,4785,'','2013-12-02 18:44:55'),(14325,3,4785,'50427','2013-12-02 18:44:55'),(14326,1,4786,'','2013-12-02 18:52:03'),(14327,2,4786,'','2013-12-02 18:52:03'),(14328,3,4786,'50427','2013-12-02 18:52:03'),(14329,1,4787,'','2013-12-02 18:57:00'),(14330,2,4787,'','2013-12-02 18:57:00'),(14331,3,4787,'16874','2013-12-02 18:57:00'),(14332,1,4788,'','2013-12-02 19:02:13'),(14333,2,4788,'','2013-12-02 19:02:13'),(14334,3,4788,'50427','2013-12-02 19:02:14'),(14335,1,4789,'','2013-12-02 19:05:05'),(14336,2,4789,'','2013-12-02 19:05:05'),(14337,3,4789,'','2013-12-02 19:05:05'),(14338,1,4790,'','2013-12-02 19:08:07'),(14339,2,4790,'','2013-12-02 19:08:07'),(14340,3,4790,'1152','2013-12-02 19:08:07'),(14341,1,4791,'','2013-12-02 19:26:36'),(14342,2,4791,'','2013-12-02 19:26:36'),(14343,3,4791,'50427','2013-12-02 19:26:36'),(14344,1,4792,'','2013-12-02 19:34:39'),(14345,2,4792,'','2013-12-02 19:34:39'),(14346,3,4792,'1525','2013-12-02 19:34:39'),(14347,1,4793,'','2013-12-02 19:48:13'),(14348,2,4793,'','2013-12-02 19:48:13'),(14349,3,4793,'','2013-12-02 19:48:13'),(14350,1,4794,'','2013-12-02 19:57:09'),(14351,2,4794,'','2013-12-02 19:57:09'),(14352,3,4794,'','2013-12-02 19:57:09'),(14353,1,4795,'','2013-12-02 19:59:55'),(14354,2,4795,'','2013-12-02 19:59:55'),(14355,3,4795,'44789','2013-12-02 19:59:55'),(14356,1,4796,'','2013-12-02 20:22:56'),(14357,2,4796,'','2013-12-02 20:22:56'),(14358,3,4796,'16874','2013-12-02 20:22:56'),(14359,1,4797,'','2013-12-02 20:25:12'),(14360,2,4797,'','2013-12-02 20:25:12'),(14361,3,4797,'1152','2013-12-02 20:25:12'),(14362,1,4798,'','2013-12-02 20:51:57'),(14363,2,4798,'','2013-12-02 20:51:57'),(14364,3,4798,'','2013-12-02 20:51:57'),(14365,1,4799,'','2013-12-02 20:56:13'),(14366,2,4799,'','2013-12-02 20:56:13'),(14367,3,4799,'76005','2013-12-02 20:56:13'),(14368,1,4800,'','2013-12-02 21:02:23'),(14369,2,4800,'','2013-12-02 21:02:23'),(14370,3,4800,'1525','2013-12-02 21:02:23'),(14371,1,4801,'','2013-12-02 21:09:25'),(14372,2,4801,'','2013-12-02 21:09:25'),(14373,3,4801,'50427','2013-12-02 21:09:25'),(14374,1,4802,'','2013-12-02 21:15:33'),(14375,2,4802,'','2013-12-02 21:15:33'),(14376,3,4802,'76027','2013-12-02 21:15:33'),(14377,1,4803,'','2013-12-02 21:18:52'),(14378,2,4803,'','2013-12-02 21:18:52'),(14379,3,4803,'76068','2013-12-02 21:18:52'),(14380,1,4804,'','2013-12-02 21:22:35'),(14381,2,4804,'','2013-12-02 21:22:35'),(14382,3,4804,'1105','2013-12-02 21:22:35'),(14383,1,4805,'','2013-12-02 21:24:48'),(14384,2,4805,'','2013-12-02 21:24:48'),(14385,3,4805,'76009','2013-12-02 21:24:48'),(14386,1,4806,'','2013-12-02 21:27:58'),(14387,2,4806,'','2013-12-02 21:27:58'),(14388,3,4806,'','2013-12-02 21:27:58'),(14389,1,4807,'','2013-12-02 21:30:54'),(14390,2,4807,'','2013-12-02 21:30:54'),(14391,3,4807,'','2013-12-02 21:30:54'),(14392,1,4808,'','2013-12-02 21:38:08'),(14393,2,4808,'','2013-12-02 21:38:08'),(14394,3,4808,'1525','2013-12-02 21:38:08'),(14395,1,4809,'','2013-12-02 21:41:28'),(14396,2,4809,'','2013-12-02 21:41:28'),(14397,3,4809,'22514','2013-12-02 21:41:28'),(14398,1,4810,'','2013-12-02 21:45:15'),(14399,2,4810,'','2013-12-02 21:45:15'),(14400,3,4810,'76065','2013-12-02 21:45:15'),(14401,1,4811,'','2013-12-02 21:54:09'),(14402,2,4811,'','2013-12-02 21:54:09'),(14403,3,4811,'50427','2013-12-02 21:54:09'),(14404,1,4812,'','2013-12-02 22:06:14'),(14405,2,4812,'','2013-12-02 22:06:14'),(14406,3,4812,'16874','2013-12-02 22:06:14'),(14407,1,4813,'','2013-12-02 22:11:50'),(14408,2,4813,'','2013-12-02 22:11:50'),(14409,3,4813,'76001','2013-12-02 22:11:50'),(14410,1,4814,'','2013-12-02 22:34:18'),(14411,2,4814,'','2013-12-02 22:34:18'),(14412,3,4814,'76009','2013-12-02 22:34:18'),(14413,1,4815,'','2013-12-02 22:47:35'),(14414,2,4815,'','2013-12-02 22:47:35'),(14415,3,4815,'','2013-12-02 22:47:35'),(14416,1,4816,'','2013-12-02 22:53:53'),(14417,2,4816,'','2013-12-02 22:53:53'),(14418,3,4816,'16874','2013-12-02 22:53:53'),(14419,1,4817,'','2013-12-02 23:27:52'),(14420,2,4817,'','2013-12-02 23:27:52'),(14421,3,4817,'17.00','2013-12-02 23:27:52'),(14422,1,4818,'','2013-12-02 23:44:14'),(14423,2,4818,'','2013-12-02 23:44:14'),(14424,3,4818,'','2013-12-02 23:44:14'),(14425,1,4819,'','2013-12-02 23:53:16'),(14426,2,4819,'','2013-12-02 23:53:16'),(14427,3,4819,'76009','2013-12-02 23:53:16'),(14428,1,4820,'','2013-12-03 00:00:07'),(14429,2,4820,'','2013-12-03 00:00:07'),(14430,3,4820,'50427','2013-12-03 00:00:07'),(14431,1,4821,'','2013-12-03 00:12:36'),(14432,2,4821,'','2013-12-03 00:12:36'),(14433,3,4821,'','2013-12-03 00:12:36'),(14434,1,4822,'','2013-12-03 00:56:33'),(14435,2,4822,'','2013-12-03 00:56:33'),(14436,3,4822,'44789','2013-12-03 00:56:33'),(14437,1,4823,'','2013-12-03 01:17:06'),(14438,2,4823,'','2013-12-03 01:17:06'),(14439,3,4823,'43292','2013-12-03 01:17:06'),(14440,1,4824,'','2013-12-03 01:45:19'),(14441,2,4824,'','2013-12-03 01:45:19'),(14442,3,4824,'','2013-12-03 01:45:19'),(14443,1,4825,'','2013-12-03 01:53:54'),(14444,2,4825,'','2013-12-03 01:53:54'),(14445,3,4825,'','2013-12-03 01:53:55'),(14446,1,4826,'','2013-12-03 02:10:54'),(14447,2,4826,'','2013-12-03 02:10:54'),(14448,3,4826,'16874','2013-12-03 02:10:54'),(14449,1,4827,'','2013-12-03 02:15:26'),(14450,2,4827,'','2013-12-03 02:15:26'),(14451,3,4827,'50427','2013-12-03 02:15:26'),(14452,1,4828,'','2013-12-03 02:15:57'),(14453,2,4828,'','2013-12-03 02:15:57'),(14454,3,4828,'50427','2013-12-03 02:15:57'),(14455,1,4829,'','2013-12-03 02:33:22'),(14456,2,4829,'','2013-12-03 02:33:23'),(14457,3,4829,'44789','2013-12-03 02:33:23'),(14458,1,4830,'','2013-12-03 02:41:05'),(14459,2,4830,'','2013-12-03 02:41:05'),(14460,3,4830,'1048','2013-12-03 02:41:05'),(14461,1,4831,'','2013-12-03 02:58:19'),(14462,2,4831,'','2013-12-03 02:58:19'),(14463,3,4831,'','2013-12-03 02:58:19'),(14464,1,4832,'','2013-12-03 03:13:15'),(14465,2,4832,'','2013-12-03 03:13:15'),(14466,3,4832,'50427','2013-12-03 03:13:15'),(14467,1,4833,'','2013-12-03 04:29:00'),(14468,2,4833,'','2013-12-03 04:29:00'),(14469,3,4833,'','2013-12-03 04:29:00'),(14470,1,4834,'0244675868','2013-12-03 05:10:49'),(14471,2,4834,'','2013-12-03 05:10:49'),(14472,3,4834,'76057','2013-12-03 05:10:49'),(14473,1,4835,'','2013-12-03 05:48:11'),(14474,2,4835,'','2013-12-03 05:48:11'),(14475,3,4835,'','2013-12-03 05:48:11'),(14476,1,4836,'','2013-12-03 05:55:05'),(14477,2,4836,'','2013-12-03 05:55:05'),(14478,3,4836,'','2013-12-03 05:55:05'),(14479,1,4837,'','2013-12-03 07:26:10'),(14480,2,4837,'','2013-12-03 07:26:10'),(14481,3,4837,'50427','2013-12-03 07:26:10'),(14482,1,4838,'','2013-12-03 08:55:10'),(14483,2,4838,'','2013-12-03 08:55:11'),(14484,3,4838,'','2013-12-03 08:55:11'),(14485,1,4839,'','2013-12-03 13:16:33'),(14486,2,4839,'','2013-12-03 13:16:33'),(14487,3,4839,'1525','2013-12-03 13:16:33'),(14488,1,4840,'','2013-12-03 13:41:40'),(14489,2,4840,'','2013-12-03 13:41:40'),(14490,3,4840,'1160','2013-12-03 13:41:40'),(14491,1,4841,'','2013-12-03 15:01:56'),(14492,2,4841,'','2013-12-03 15:01:56'),(14493,3,4841,'','2013-12-03 15:01:56'),(14494,1,4842,'','2013-12-03 15:20:10'),(14495,2,4842,'','2013-12-03 15:20:10'),(14496,3,4842,'','2013-12-03 15:20:11'),(14497,1,4843,'','2013-12-03 15:47:43'),(14498,2,4843,'','2013-12-03 15:47:43'),(14499,3,4843,'','2013-12-03 15:47:43'),(14500,1,4844,'','2013-12-03 16:18:52'),(14501,2,4844,'','2013-12-03 16:18:52'),(14502,3,4844,'50427','2013-12-03 16:18:52'),(14503,1,4845,'','2013-12-03 16:21:32'),(14504,2,4845,'','2013-12-03 16:21:32'),(14505,3,4845,'50427','2013-12-03 16:21:32'),(14506,1,4846,'','2013-12-03 16:23:44'),(14507,2,4846,'','2013-12-03 16:23:44'),(14508,3,4846,'','2013-12-03 16:23:44'),(14509,1,4847,'','2013-12-03 16:31:27'),(14510,2,4847,'','2013-12-03 16:31:27'),(14511,3,4847,'76052','2013-12-03 16:31:27'),(14512,1,4848,'','2013-12-03 16:59:19'),(14513,2,4848,'','2013-12-03 16:59:19'),(14514,3,4848,'76062','2013-12-03 16:59:19'),(14515,1,4849,'','2013-12-03 17:21:53'),(14516,2,4849,'','2013-12-03 17:21:53'),(14517,3,4849,'38361','2013-12-03 17:21:53'),(14518,1,4850,'','2013-12-03 17:25:46'),(14519,2,4850,'','2013-12-03 17:25:46'),(14520,3,4850,'76068','2013-12-03 17:25:46'),(14521,1,4851,'','2013-12-03 17:28:55'),(14522,2,4851,'','2013-12-03 17:28:55'),(14523,3,4851,'76068','2013-12-03 17:28:55'),(14524,1,4852,'','2013-12-03 17:37:15'),(14525,2,4852,'','2013-12-03 17:37:15'),(14526,3,4852,'','2013-12-03 17:37:15'),(14527,1,4853,'','2013-12-03 18:07:17'),(14528,2,4853,'','2013-12-03 18:07:17'),(14529,3,4853,'','2013-12-03 18:07:17'),(14530,1,4854,'','2013-12-03 18:13:11'),(14531,2,4854,'','2013-12-03 18:13:11'),(14532,3,4854,'','2013-12-03 18:13:11'),(14533,1,4855,'','2013-12-03 18:25:39'),(14534,2,4855,'','2013-12-03 18:25:39'),(14535,3,4855,'','2013-12-03 18:25:39'),(14536,1,4857,'','2013-12-03 18:29:47'),(14537,2,4857,'','2013-12-03 18:29:47'),(14538,3,4857,'','2013-12-03 18:29:47'),(14539,1,4858,'','2013-12-03 18:32:04'),(14540,2,4858,'','2013-12-03 18:32:04'),(14541,3,4858,'50427','2013-12-03 18:32:04'),(14542,1,4859,'','2013-12-03 18:34:52'),(14543,2,4859,'','2013-12-03 18:34:52'),(14544,3,4859,'','2013-12-03 18:34:52'),(14545,1,4860,'','2013-12-03 18:46:21'),(14546,2,4860,'','2013-12-03 18:46:21'),(14547,3,4860,'','2013-12-03 18:46:21'),(14548,1,4861,'','2013-12-03 18:50:35'),(14549,2,4861,'','2013-12-03 18:50:35'),(14550,3,4861,'76009','2013-12-03 18:50:35'),(14551,1,4862,'','2013-12-03 18:57:21'),(14552,2,4862,'','2013-12-03 18:57:21'),(14553,3,4862,'','2013-12-03 18:57:21'),(14554,1,4863,'','2013-12-03 19:19:30'),(14555,2,4863,'','2013-12-03 19:19:30'),(14556,3,4863,'44789','2013-12-03 19:19:30'),(14557,1,4864,'','2013-12-03 19:23:12'),(14558,2,4864,'','2013-12-03 19:23:12'),(14559,3,4864,'','2013-12-03 19:23:12'),(14560,1,4865,'','2013-12-03 19:30:05'),(14561,2,4865,'','2013-12-03 19:30:05'),(14562,3,4865,'','2013-12-03 19:30:05'),(14563,1,4866,'','2013-12-03 19:40:33'),(14564,2,4866,'','2013-12-03 19:40:33'),(14565,3,4866,'50427','2013-12-03 19:40:33'),(14566,1,4867,'','2013-12-03 19:49:07'),(14567,2,4867,'','2013-12-03 19:49:07'),(14568,3,4867,'76068','2013-12-03 19:49:08'),(14569,1,4868,'','2013-12-03 19:51:04'),(14570,2,4868,'','2013-12-03 19:51:04'),(14571,3,4868,'','2013-12-03 19:51:04'),(14572,1,4869,'','2013-12-03 20:02:33'),(14573,2,4869,'','2013-12-03 20:02:33'),(14574,3,4869,'50427','2013-12-03 20:02:33'),(14575,1,4870,'','2013-12-03 20:06:24'),(14576,2,4870,'','2013-12-03 20:06:24'),(14577,3,4870,'','2013-12-03 20:06:24'),(14578,1,4871,'','2013-12-03 20:10:19'),(14579,2,4871,'','2013-12-03 20:10:19'),(14580,3,4871,'44789','2013-12-03 20:10:19'),(14581,1,4872,'','2013-12-03 20:12:54'),(14582,2,4872,'','2013-12-03 20:12:54'),(14583,3,4872,'43292','2013-12-03 20:12:54'),(14584,1,4873,'','2013-12-03 20:15:04'),(14585,2,4873,'','2013-12-03 20:15:04'),(14586,3,4873,'43292','2013-12-03 20:15:04'),(14587,1,4874,'','2013-12-03 20:16:56'),(14588,2,4874,'','2013-12-03 20:16:56'),(14589,3,4874,'43292','2013-12-03 20:16:56'),(14590,1,4875,'','2013-12-03 20:19:07'),(14591,2,4875,'','2013-12-03 20:19:07'),(14592,3,4875,'43292','2013-12-03 20:19:07'),(14593,1,4876,'','2013-12-03 20:34:23'),(14594,2,4876,'','2013-12-03 20:34:23'),(14595,3,4876,'76009','2013-12-03 20:34:23'),(14596,1,4877,'','2013-12-03 20:40:14'),(14597,2,4877,'','2013-12-03 20:40:14'),(14598,3,4877,'76009','2013-12-03 20:40:14'),(14599,1,4878,'','2013-12-03 20:42:14'),(14600,2,4878,'','2013-12-03 20:42:14'),(14601,3,4878,'76004','2013-12-03 20:42:14'),(14602,1,4879,'','2013-12-03 20:50:49'),(14603,2,4879,'','2013-12-03 20:50:50'),(14604,3,4879,'76027','2013-12-03 20:50:50'),(14605,1,4880,'','2013-12-03 20:55:04'),(14606,2,4880,'','2013-12-03 20:55:04'),(14607,3,4880,'50557','2013-12-03 20:55:04'),(14608,1,4881,'','2013-12-03 21:02:11'),(14609,2,4881,'','2013-12-03 21:02:11'),(14610,3,4881,'','2013-12-03 21:02:11'),(14611,1,4882,'','2013-12-03 21:07:21'),(14612,2,4882,'','2013-12-03 21:07:21'),(14613,3,4882,'38361','2013-12-03 21:07:21'),(14614,1,4883,'','2013-12-03 21:10:12'),(14615,2,4883,'','2013-12-03 21:10:12'),(14616,3,4883,'2222','2013-12-03 21:10:12'),(14617,1,4884,'','2013-12-03 21:12:09'),(14618,2,4884,'','2013-12-03 21:12:09'),(14619,3,4884,'50427','2013-12-03 21:12:09'),(14620,1,4885,'','2013-12-03 21:14:31'),(14621,2,4885,'','2013-12-03 21:14:31'),(14622,3,4885,'50427','2013-12-03 21:14:31'),(14623,1,4886,'','2013-12-03 21:20:02'),(14624,2,4886,'','2013-12-03 21:20:02'),(14625,3,4886,'2488','2013-12-03 21:20:02'),(14626,1,4887,'','2013-12-03 21:29:11'),(14627,2,4887,'','2013-12-03 21:29:11'),(14628,3,4887,'76009','2013-12-03 21:29:11'),(14629,1,4888,'','2013-12-03 21:31:53'),(14630,2,4888,'','2013-12-03 21:31:53'),(14631,3,4888,'','2013-12-03 21:31:53'),(14632,1,4889,'','2013-12-03 21:51:36'),(14633,2,4889,'','2013-12-03 21:51:36'),(14634,3,4889,'2222','2013-12-03 21:51:36'),(14635,1,4890,'','2013-12-03 21:55:18'),(14636,2,4890,'','2013-12-03 21:55:18'),(14637,3,4890,'76068','2013-12-03 21:55:18'),(14638,1,4891,'','2013-12-03 22:04:52'),(14639,2,4891,'','2013-12-03 22:04:52'),(14640,3,4891,'22514','2013-12-03 22:04:52'),(14641,1,4892,'','2013-12-03 22:11:25'),(14642,2,4892,'','2013-12-03 22:11:25'),(14643,3,4892,'76027','2013-12-03 22:11:25'),(14644,1,4893,'','2013-12-03 22:24:02'),(14645,2,4893,'','2013-12-03 22:24:02'),(14646,3,4893,'','2013-12-03 22:24:02'),(14647,1,4894,'','2013-12-03 23:16:50'),(14648,2,4894,'','2013-12-03 23:16:50'),(14649,3,4894,'38361','2013-12-03 23:16:50'),(14650,1,4895,'','2013-12-03 23:37:40'),(14651,2,4895,'','2013-12-03 23:37:40'),(14652,3,4895,'44789','2013-12-03 23:37:40'),(14653,1,4896,'','2013-12-03 23:38:10'),(14654,2,4896,'','2013-12-03 23:38:10'),(14655,3,4896,'44789','2013-12-03 23:38:10'),(14656,1,4897,'','2013-12-03 23:48:16'),(14657,2,4897,'','2013-12-03 23:48:16'),(14658,3,4897,'','2013-12-03 23:48:16'),(14659,1,4898,'','2013-12-04 00:41:15'),(14660,2,4898,'','2013-12-04 00:41:16'),(14661,3,4898,'','2013-12-04 00:41:16'),(14662,1,4899,'','2013-12-04 00:52:34'),(14663,2,4899,'','2013-12-04 00:52:34'),(14664,3,4899,'','2013-12-04 00:52:34'),(14665,1,4900,'','2013-12-04 00:54:29'),(14666,2,4900,'','2013-12-04 00:54:29'),(14667,3,4900,'','2013-12-04 00:54:29'),(14668,1,4901,'','2013-12-04 00:58:57'),(14669,2,4901,'','2013-12-04 00:58:57'),(14670,3,4901,'','2013-12-04 00:58:57'),(14671,1,4902,'','2013-12-04 01:01:34'),(14672,2,4902,'','2013-12-04 01:01:34'),(14673,3,4902,'75011','2013-12-04 01:01:34'),(14674,1,4903,'','2013-12-04 01:04:35'),(14675,2,4903,'','2013-12-04 01:04:36'),(14676,3,4903,'','2013-12-04 01:04:36'),(14677,1,4904,'','2013-12-04 01:49:15'),(14678,2,4904,'','2013-12-04 01:49:15'),(14679,3,4904,'76009','2013-12-04 01:49:15'),(14680,1,4905,'','2013-12-04 01:53:02'),(14681,2,4905,'','2013-12-04 01:53:02'),(14682,3,4905,'','2013-12-04 01:53:02'),(14683,1,4906,'','2013-12-04 01:58:02'),(14684,2,4906,'','2013-12-04 01:58:02'),(14685,3,4906,'','2013-12-04 01:58:02'),(14686,1,4907,'','2013-12-04 02:02:03'),(14687,2,4907,'','2013-12-04 02:02:03'),(14688,3,4907,'76001','2013-12-04 02:02:03'),(14689,1,4908,'','2013-12-04 02:13:35'),(14690,2,4908,'','2013-12-04 02:13:35'),(14691,3,4908,'76062','2013-12-04 02:13:35'),(14692,1,4909,'','2013-12-04 02:19:06'),(14693,2,4909,'','2013-12-04 02:19:06'),(14694,3,4909,'','2013-12-04 02:19:06'),(14695,1,4910,'','2013-12-04 02:36:33'),(14696,2,4910,'','2013-12-04 02:36:33'),(14697,3,4910,'44789','2013-12-04 02:36:33'),(14698,1,4911,'','2013-12-04 02:45:37'),(14699,2,4911,'','2013-12-04 02:45:37'),(14700,3,4911,'50557','2013-12-04 02:45:37'),(14701,1,4912,'','2013-12-04 02:55:34'),(14702,2,4912,'','2013-12-04 02:55:34'),(14703,3,4912,'','2013-12-04 02:55:34'),(14704,1,4913,'','2013-12-04 03:06:13'),(14705,2,4913,'','2013-12-04 03:06:13'),(14706,3,4913,'','2013-12-04 03:06:13'),(14707,1,4914,'','2013-12-04 03:54:28'),(14708,2,4914,'','2013-12-04 03:54:28'),(14709,3,4914,'50427','2013-12-04 03:54:28'),(14710,1,4915,'','2013-12-04 03:57:07'),(14711,2,4915,'','2013-12-04 03:57:07'),(14712,3,4915,'76009','2013-12-04 03:57:07'),(14713,1,4916,'','2013-12-04 04:10:51'),(14714,2,4916,'','2013-12-04 04:10:51'),(14715,3,4916,'','2013-12-04 04:10:51'),(14716,1,4917,'','2013-12-04 04:18:49'),(14717,2,4917,'','2013-12-04 04:18:49'),(14718,3,4917,'50427','2013-12-04 04:18:49'),(14719,1,4918,'','2013-12-04 04:24:49'),(14720,2,4918,'','2013-12-04 04:24:49'),(14721,3,4918,'44789','2013-12-04 04:24:49'),(14722,1,4919,'','2013-12-04 04:26:35'),(14723,2,4919,'','2013-12-04 04:26:35'),(14724,3,4919,'44789','2013-12-04 04:26:35'),(14725,1,4920,'','2013-12-04 04:28:20'),(14726,2,4920,'','2013-12-04 04:28:20'),(14727,3,4920,'44789','2013-12-04 04:28:20'),(14728,1,4921,'','2013-12-04 04:44:49'),(14729,2,4921,'','2013-12-04 04:44:49'),(14730,3,4921,'76009','2013-12-04 04:44:49'),(14731,1,4922,'','2013-12-04 05:38:17'),(14732,2,4922,'','2013-12-04 05:38:17'),(14733,3,4922,'','2013-12-04 05:38:17'),(14734,1,4923,'','2013-12-04 07:38:17'),(14735,2,4923,'','2013-12-04 07:38:18'),(14736,3,4923,'','2013-12-04 07:38:18'),(14737,1,4924,'','2013-12-04 07:42:20'),(14738,2,4924,'','2013-12-04 07:42:20'),(14739,3,4924,'76068','2013-12-04 07:42:20'),(14740,1,4925,'','2013-12-04 08:19:02'),(14741,2,4925,'','2013-12-04 08:19:02'),(14742,3,4925,'16874','2013-12-04 08:19:02'),(14743,1,4926,'','2013-12-04 08:28:07'),(14744,2,4926,'','2013-12-04 08:28:07'),(14745,3,4926,'76005','2013-12-04 08:28:07'),(14746,1,4927,'','2013-12-04 10:26:03'),(14747,2,4927,'','2013-12-04 10:26:03'),(14748,3,4927,'','2013-12-04 10:26:03'),(14749,1,4928,'','2013-12-04 14:35:34'),(14750,2,4928,'','2013-12-04 14:35:34'),(14751,3,4928,'76058','2013-12-04 14:35:34'),(14752,1,4929,'','2013-12-04 15:08:10'),(14753,2,4929,'','2013-12-04 15:08:10'),(14754,3,4929,'1525','2013-12-04 15:08:10'),(14755,1,4930,'','2013-12-04 15:16:38'),(14756,2,4930,'','2013-12-04 15:16:38'),(14757,3,4930,'76027','2013-12-04 15:16:38'),(14758,1,4931,'','2013-12-04 16:20:47'),(14759,2,4931,'','2013-12-04 16:20:47'),(14760,3,4931,'','2013-12-04 16:20:47'),(14761,1,4932,'','2013-12-04 16:33:54'),(14762,2,4932,'','2013-12-04 16:33:54'),(14763,3,4932,'','2013-12-04 16:33:54'),(14764,1,4933,'','2013-12-04 16:36:59'),(14765,2,4933,'','2013-12-04 16:36:59'),(14766,3,4933,'','2013-12-04 16:36:59'),(14767,1,4934,'','2013-12-04 16:38:51'),(14768,2,4934,'','2013-12-04 16:38:51'),(14769,3,4934,'50427','2013-12-04 16:38:51'),(14770,1,4935,'','2013-12-04 17:02:57'),(14771,2,4935,'','2013-12-04 17:02:57'),(14772,3,4935,'','2013-12-04 17:02:57'),(14773,1,4936,'','2013-12-04 17:51:19'),(14774,2,4936,'','2013-12-04 17:51:19'),(14775,3,4936,'','2013-12-04 17:51:20'),(14776,1,4937,'','2013-12-04 18:26:09'),(14777,2,4937,'','2013-12-04 18:26:09'),(14778,3,4937,'','2013-12-04 18:26:09'),(14779,1,4938,'','2013-12-04 18:38:18'),(14780,2,4938,'','2013-12-04 18:38:18'),(14781,3,4938,'','2013-12-04 18:38:18'),(14782,1,4939,'','2013-12-04 18:40:30'),(14783,2,4939,'','2013-12-04 18:40:30'),(14784,3,4939,'76027','2013-12-04 18:40:30'),(14785,1,4940,'','2013-12-04 18:48:04'),(14786,2,4940,'','2013-12-04 18:48:04'),(14787,3,4940,'1048','2013-12-04 18:48:04'),(14788,1,4941,'','2013-12-04 18:55:54'),(14789,2,4941,'','2013-12-04 18:55:54'),(14790,3,4941,'','2013-12-04 18:55:54'),(14791,1,4942,'','2013-12-04 19:05:12'),(14792,2,4942,'','2013-12-04 19:05:12'),(14793,3,4942,'','2013-12-04 19:05:12'),(14794,1,4943,'','2013-12-04 19:09:30'),(14795,2,4943,'','2013-12-04 19:09:30'),(14796,3,4943,'1005','2013-12-04 19:09:30'),(14797,1,4944,'','2013-12-04 19:13:06'),(14798,2,4944,'','2013-12-04 19:13:06'),(14799,3,4944,'','2013-12-04 19:13:06'),(14800,1,4945,'','2013-12-04 19:13:40'),(14801,2,4945,'','2013-12-04 19:13:40'),(14802,3,4945,'','2013-12-04 19:13:40'),(14803,1,4946,'','2013-12-04 19:18:20'),(14804,2,4946,'','2013-12-04 19:18:20'),(14805,3,4946,'','2013-12-04 19:18:20'),(14806,1,4947,'','2013-12-04 19:20:32'),(14807,2,4947,'','2013-12-04 19:20:32'),(14808,3,4947,'','2013-12-04 19:20:32'),(14809,1,4948,'','2013-12-04 19:24:43'),(14810,2,4948,'','2013-12-04 19:24:43'),(14811,3,4948,'','2013-12-04 19:24:43'),(14812,1,4949,'','2013-12-04 19:26:35'),(14813,2,4949,'','2013-12-04 19:26:35'),(14814,3,4949,'50427','2013-12-04 19:26:35'),(14815,1,4950,'','2013-12-04 19:28:02'),(14816,2,4950,'','2013-12-04 19:28:02'),(14817,3,4950,'1139','2013-12-04 19:28:02'),(14818,1,4951,'','2013-12-04 19:42:56'),(14819,2,4951,'','2013-12-04 19:42:56'),(14820,3,4951,'44789','2013-12-04 19:42:56'),(14821,1,4952,'','2013-12-04 19:53:39'),(14822,2,4952,'','2013-12-04 19:53:39'),(14823,3,4952,'44789','2013-12-04 19:53:39'),(14824,1,4953,'','2013-12-04 19:59:03'),(14825,2,4953,'','2013-12-04 19:59:03'),(14826,3,4953,'76047','2013-12-04 19:59:03'),(14827,1,4954,'','2013-12-04 20:07:32'),(14828,2,4954,'','2013-12-04 20:07:32'),(14829,3,4954,'76009','2013-12-04 20:07:32'),(14830,1,4955,'','2013-12-04 20:11:15'),(14831,2,4955,'','2013-12-04 20:11:15'),(14832,3,4955,'','2013-12-04 20:11:15'),(14833,1,4956,'','2013-12-04 20:22:10'),(14834,2,4956,'','2013-12-04 20:22:10'),(14835,3,4956,'50427','2013-12-04 20:22:10'),(14836,1,4957,'','2013-12-04 20:28:08'),(14837,2,4957,'','2013-12-04 20:28:08'),(14838,3,4957,'','2013-12-04 20:28:08'),(14839,1,4958,'','2013-12-04 20:33:10'),(14840,2,4958,'','2013-12-04 20:33:10'),(14841,3,4958,'','2013-12-04 20:33:10'),(14842,1,4959,'','2013-12-04 20:37:15'),(14843,2,4959,'','2013-12-04 20:37:15'),(14844,3,4959,'','2013-12-04 20:37:15'),(14845,1,4960,'','2013-12-04 20:42:27'),(14846,2,4960,'','2013-12-04 20:42:27'),(14847,3,4960,'76027','2013-12-04 20:42:27'),(14848,1,4961,'','2013-12-04 20:51:10'),(14849,2,4961,'','2013-12-04 20:51:10'),(14850,3,4961,'1115','2013-12-04 20:51:10'),(14851,1,4962,'','2013-12-04 20:54:04'),(14852,2,4962,'','2013-12-04 20:54:04'),(14853,3,4962,'16874','2013-12-04 20:54:04'),(14854,1,4963,'','2013-12-04 20:55:48'),(14855,2,4963,'','2013-12-04 20:55:48'),(14856,3,4963,'76063','2013-12-04 20:55:48'),(14857,1,4964,'','2013-12-04 21:14:53'),(14858,2,4964,'','2013-12-04 21:14:53'),(14859,3,4964,'','2013-12-04 21:14:53'),(14860,1,4965,'','2013-12-04 21:19:58'),(14861,2,4965,'','2013-12-04 21:19:58'),(14862,3,4965,'','2013-12-04 21:19:58'),(14863,1,4966,'','2013-12-04 21:32:43'),(14864,2,4966,'','2013-12-04 21:32:43'),(14865,3,4966,'','2013-12-04 21:32:43'),(14866,1,4967,'','2013-12-04 21:35:50'),(14867,2,4967,'','2013-12-04 21:35:50'),(14868,3,4967,'76001','2013-12-04 21:35:50'),(14869,1,4968,'','2013-12-04 21:37:30'),(14870,2,4968,'','2013-12-04 21:37:30'),(14871,3,4968,'76001','2013-12-04 21:37:30'),(14872,1,4969,'','2013-12-04 22:05:27'),(14873,2,4969,'','2013-12-04 22:05:27'),(14874,3,4969,'76009','2013-12-04 22:05:27'),(14875,1,4970,'','2013-12-04 22:08:25'),(14876,2,4970,'','2013-12-04 22:08:25'),(14877,3,4970,'50556','2013-12-04 22:08:25'),(14878,1,4971,'','2013-12-04 22:14:56'),(14879,2,4971,'','2013-12-04 22:14:56'),(14880,3,4971,'','2013-12-04 22:14:56'),(14881,1,4972,'','2013-12-04 22:20:06'),(14882,2,4972,'','2013-12-04 22:20:06'),(14883,3,4972,'','2013-12-04 22:20:06'),(14884,1,4973,'','2013-12-04 23:34:43'),(14885,2,4973,'','2013-12-04 23:34:43'),(14886,3,4973,'44789','2013-12-04 23:34:43'),(14887,1,4974,'','2013-12-05 00:02:11'),(14888,2,4974,'','2013-12-05 00:02:11'),(14889,3,4974,'76058','2013-12-05 00:02:12'),(14890,1,4975,'','2013-12-05 00:23:47'),(14891,2,4975,'','2013-12-05 00:23:47'),(14892,3,4975,'','2013-12-05 00:23:47'),(14893,1,4976,'','2013-12-05 00:42:13'),(14894,2,4976,'','2013-12-05 00:42:13'),(14895,3,4976,'','2013-12-05 00:42:13'),(14896,1,4977,'','2013-12-05 01:35:03'),(14897,2,4977,'','2013-12-05 01:35:03'),(14898,3,4977,'','2013-12-05 01:35:03'),(14899,1,4978,'','2013-12-05 02:03:43'),(14900,2,4978,'','2013-12-05 02:03:43'),(14901,3,4978,'76009','2013-12-05 02:03:43'),(14902,1,4979,'','2013-12-05 02:07:16'),(14903,2,4979,'','2013-12-05 02:07:16'),(14904,3,4979,'76005','2013-12-05 02:07:16'),(14905,1,4980,'','2013-12-05 03:00:17'),(14906,2,4980,'','2013-12-05 03:00:17'),(14907,3,4980,'CASH','2013-12-05 03:00:17'),(14908,1,4981,'','2013-12-05 03:13:17'),(14909,2,4981,'','2013-12-05 03:13:17'),(14910,3,4981,'76027','2013-12-05 03:13:17'),(14911,1,4982,'','2013-12-05 03:39:10'),(14912,2,4982,'','2013-12-05 03:39:10'),(14913,3,4982,'','2013-12-05 03:39:10'),(14914,1,4983,'','2013-12-05 03:44:44'),(14915,2,4983,'','2013-12-05 03:44:44'),(14916,3,4983,'','2013-12-05 03:44:44'),(14917,1,4984,'','2013-12-05 05:56:48'),(14918,2,4984,'','2013-12-05 05:56:48'),(14919,3,4984,'76009','2013-12-05 05:56:48'),(14920,1,4985,'','2013-12-05 06:07:12'),(14921,2,4985,'','2013-12-05 06:07:12'),(14922,3,4985,'76009','2013-12-05 06:07:12'),(14923,1,4986,'','2013-12-05 06:11:26'),(14924,2,4986,'','2013-12-05 06:11:26'),(14925,3,4986,'50427','2013-12-05 06:11:26'),(14926,1,4987,'','2013-12-05 07:40:39'),(14927,2,4987,'','2013-12-05 07:40:39'),(14928,3,4987,'','2013-12-05 07:40:39'),(14929,1,4988,'','2013-12-05 13:14:25'),(14930,2,4988,'','2013-12-05 13:14:25'),(14931,3,4988,'76009','2013-12-05 13:14:25'),(14932,1,4989,'','2013-12-05 13:49:24'),(14933,2,4989,'','2013-12-05 13:49:24'),(14934,3,4989,'44789','2013-12-05 13:49:24'),(14935,1,4990,'','2013-12-05 14:25:51'),(14936,2,4990,'','2013-12-05 14:25:51'),(14937,3,4990,'15866','2013-12-05 14:25:51'),(14938,1,4991,'','2013-12-05 14:48:26'),(14939,2,4991,'','2013-12-05 14:48:26'),(14940,3,4991,'50427','2013-12-05 14:48:26'),(14941,1,4992,'','2013-12-05 14:58:26'),(14942,2,4992,'','2013-12-05 14:58:26'),(14943,3,4992,'','2013-12-05 14:58:27'),(14944,1,4993,'','2013-12-05 15:09:42'),(14945,2,4993,'','2013-12-05 15:09:42'),(14946,3,4993,'','2013-12-05 15:09:42'),(14947,1,4994,'','2013-12-05 15:22:54'),(14948,2,4994,'','2013-12-05 15:22:54'),(14949,3,4994,'50427','2013-12-05 15:22:54'),(14950,1,4995,'','2013-12-05 15:26:24'),(14951,2,4995,'','2013-12-05 15:26:24'),(14952,3,4995,'','2013-12-05 15:26:24'),(14953,1,4996,'','2013-12-05 15:39:11'),(14954,2,4996,'','2013-12-05 15:39:11'),(14955,3,4996,'','2013-12-05 15:39:11'),(14956,1,4997,'','2013-12-05 16:04:44'),(14957,2,4997,'','2013-12-05 16:04:44'),(14958,3,4997,'44789','2013-12-05 16:04:44'),(14959,1,4998,'','2013-12-05 17:18:01'),(14960,2,4998,'','2013-12-05 17:18:01'),(14961,3,4998,'76001','2013-12-05 17:18:01'),(14962,1,4999,'','2013-12-05 17:23:30'),(14963,2,4999,'','2013-12-05 17:23:30'),(14964,3,4999,'','2013-12-05 17:23:30'),(14965,1,5000,'','2013-12-05 17:30:00'),(14966,2,5000,'','2013-12-05 17:30:00'),(14967,3,5000,'43292','2013-12-05 17:30:00'),(14968,1,5001,'','2013-12-05 17:50:32'),(14969,2,5001,'','2013-12-05 17:50:32'),(14970,3,5001,'50427','2013-12-05 17:50:32'),(14971,1,5002,'','2013-12-05 18:04:06'),(14972,2,5002,'','2013-12-05 18:04:06'),(14973,3,5002,'16874','2013-12-05 18:04:06'),(14974,1,5003,'','2013-12-05 18:11:54'),(14975,2,5003,'','2013-12-05 18:11:54'),(14976,3,5003,'39761','2013-12-05 18:11:54'),(14977,1,5004,'','2013-12-05 18:15:43'),(14978,2,5004,'','2013-12-05 18:15:43'),(14979,3,5004,'1152','2013-12-05 18:15:43'),(14980,1,5005,'','2013-12-05 18:35:17'),(14981,2,5005,'','2013-12-05 18:35:17'),(14982,3,5005,'76009','2013-12-05 18:35:17'),(14983,1,5006,'','2013-12-05 18:50:11'),(14984,2,5006,'','2013-12-05 18:50:11'),(14985,3,5006,'1525','2013-12-05 18:50:11'),(14986,1,5007,'','2013-12-05 19:05:14'),(14987,2,5007,'','2013-12-05 19:05:15'),(14988,3,5007,'15866','2013-12-05 19:05:15'),(14989,1,5008,'','2013-12-05 19:22:37'),(14990,2,5008,'','2013-12-05 19:22:37'),(14991,3,5008,'44789','2013-12-05 19:22:37'),(14992,1,5009,'','2013-12-05 19:42:01'),(14993,2,5009,'','2013-12-05 19:42:02'),(14994,3,5009,'50427','2013-12-05 19:42:02'),(14995,1,5010,'','2013-12-05 20:38:22'),(14996,2,5010,'','2013-12-05 20:38:22'),(14997,3,5010,'76052','2013-12-05 20:38:22'),(14998,1,5011,'','2013-12-05 20:48:59'),(14999,2,5011,'','2013-12-05 20:48:59'),(15000,3,5011,'50427','2013-12-05 20:48:59'),(15001,1,5012,'','2013-12-05 20:50:44'),(15002,2,5012,'','2013-12-05 20:50:44'),(15003,3,5012,'1152','2013-12-05 20:50:44'),(15004,1,5013,'','2013-12-05 20:55:27'),(15005,2,5013,'','2013-12-05 20:55:28'),(15006,3,5013,'','2013-12-05 20:55:28'),(15007,1,5014,'','2013-12-05 20:57:52'),(15008,2,5014,'','2013-12-05 20:57:52'),(15009,3,5014,'','2013-12-05 20:57:52'),(15010,1,5015,'','2013-12-05 21:02:35'),(15011,2,5015,'','2013-12-05 21:02:35'),(15012,3,5015,'50427','2013-12-05 21:02:35'),(15013,1,5016,'','2013-12-05 21:15:34'),(15014,2,5016,'','2013-12-05 21:15:34'),(15015,3,5016,'76001','2013-12-05 21:15:34'),(15016,1,5017,'','2013-12-05 21:27:43'),(15017,2,5017,'','2013-12-05 21:27:43'),(15018,3,5017,'','2013-12-05 21:27:43'),(15019,1,5018,'','2013-12-05 21:34:13'),(15020,2,5018,'','2013-12-05 21:34:13'),(15021,3,5018,'44789','2013-12-05 21:34:13'),(15022,1,5019,'','2013-12-05 21:46:36'),(15023,2,5019,'','2013-12-05 21:46:36'),(15024,3,5019,'1105','2013-12-05 21:46:36'),(15025,1,5020,'','2013-12-05 22:15:19'),(15026,2,5020,'','2013-12-05 22:15:19'),(15027,3,5020,'','2013-12-05 22:15:19'),(15028,1,5021,'','2013-12-05 22:17:48'),(15029,2,5021,'','2013-12-05 22:17:48'),(15030,3,5021,'50427','2013-12-05 22:17:48'),(15031,1,5022,'','2013-12-05 22:26:41'),(15032,2,5022,'','2013-12-05 22:26:41'),(15033,3,5022,'','2013-12-05 22:26:41'),(15034,1,5023,'','2013-12-05 22:34:24'),(15035,2,5023,'','2013-12-05 22:34:24'),(15036,3,5023,'50427','2013-12-05 22:34:24'),(15037,1,5024,'','2013-12-05 22:38:03'),(15038,2,5024,'','2013-12-05 22:38:03'),(15039,3,5024,'76027','2013-12-05 22:38:03'),(15040,1,5025,'','2013-12-05 22:40:19'),(15041,2,5025,'','2013-12-05 22:40:19'),(15042,3,5025,'44789','2013-12-05 22:40:19'),(15043,1,5026,'','2013-12-05 22:53:59'),(15044,2,5026,'','2013-12-05 22:53:59'),(15045,3,5026,'15866','2013-12-05 22:53:59'),(15046,1,5027,'','2013-12-05 22:57:51'),(15047,2,5027,'','2013-12-05 22:57:51'),(15048,3,5027,'24660','2013-12-05 22:57:51'),(15049,1,5028,'','2013-12-05 23:00:44'),(15050,2,5028,'','2013-12-05 23:00:44'),(15051,3,5028,'76001','2013-12-05 23:00:44'),(15052,1,5029,'','2013-12-05 23:04:30'),(15053,2,5029,'','2013-12-05 23:04:30'),(15054,3,5029,'76027','2013-12-05 23:04:30'),(15055,1,5030,'','2013-12-05 23:35:19'),(15056,2,5030,'','2013-12-05 23:35:19'),(15057,3,5030,'44789','2013-12-05 23:35:19'),(15058,1,5031,'','2013-12-05 23:58:33'),(15059,2,5031,'','2013-12-05 23:58:34'),(15060,3,5031,'14347','2013-12-05 23:58:34'),(15061,1,5032,'','2013-12-06 00:50:40'),(15062,2,5032,'','2013-12-06 00:50:40'),(15063,3,5032,'44789','2013-12-06 00:50:40'),(15064,1,5033,'','2013-12-06 00:59:59'),(15065,2,5033,'','2013-12-06 00:59:59'),(15066,3,5033,'','2013-12-06 00:59:59'),(15067,1,5034,'','2013-12-06 01:20:01'),(15068,2,5034,'','2013-12-06 01:20:01'),(15069,3,5034,'','2013-12-06 01:20:01'),(15070,1,5035,'','2013-12-06 01:22:14'),(15071,2,5035,'','2013-12-06 01:22:14'),(15072,3,5035,'','2013-12-06 01:22:14'),(15073,1,5036,'','2013-12-06 01:35:44'),(15074,2,5036,'','2013-12-06 01:35:44'),(15075,3,5036,'55555','2013-12-06 01:35:44'),(15076,1,5037,'','2013-12-06 02:02:07'),(15077,2,5037,'','2013-12-06 02:02:07'),(15078,3,5037,'76052','2013-12-06 02:02:07'),(15079,1,5038,'','2013-12-06 02:49:20'),(15080,2,5038,'','2013-12-06 02:49:20'),(15081,3,5038,'76001','2013-12-06 02:49:20'),(15082,1,5039,'','2013-12-06 03:37:51'),(15083,2,5039,'','2013-12-06 03:37:51'),(15084,3,5039,'1013','2013-12-06 03:37:51'),(15085,1,5040,'','2013-12-06 04:02:34'),(15086,2,5040,'','2013-12-06 04:02:34'),(15087,3,5040,'','2013-12-06 04:02:34'),(15088,1,5041,'','2013-12-06 04:13:17'),(15089,2,5041,'','2013-12-06 04:13:17'),(15090,3,5041,'','2013-12-06 04:13:17'),(15091,1,5042,'','2013-12-06 04:20:50'),(15092,2,5042,'','2013-12-06 04:20:50'),(15093,3,5042,'76069','2013-12-06 04:20:50'),(15094,1,5043,'','2013-12-06 05:05:40'),(15095,2,5043,'','2013-12-06 05:05:40'),(15096,3,5043,'','2013-12-06 05:05:40'),(15097,1,5044,'','2013-12-06 05:21:31'),(15098,2,5044,'','2013-12-06 05:21:31'),(15099,3,5044,'','2013-12-06 05:21:31'),(15100,1,5045,'','2013-12-06 05:24:11'),(15101,2,5045,'','2013-12-06 05:24:11'),(15102,3,5045,'','2013-12-06 05:24:11'),(15103,1,5046,'','2013-12-06 06:41:19'),(15104,2,5046,'','2013-12-06 06:41:19'),(15105,3,5046,'','2013-12-06 06:41:19'),(15106,1,5047,'','2013-12-06 06:48:48'),(15107,2,5047,'','2013-12-06 06:48:48'),(15108,3,5047,'1048','2013-12-06 06:48:48'),(15109,1,5048,'','2013-12-06 06:51:39'),(15110,2,5048,'','2013-12-06 06:51:39'),(15111,3,5048,'1048','2013-12-06 06:51:39'),(15112,1,5049,'','2013-12-06 07:25:30'),(15113,2,5049,'','2013-12-06 07:25:30'),(15114,3,5049,'76068','2013-12-06 07:25:30'),(15115,1,5050,'','2013-12-06 08:21:33'),(15116,2,5050,'','2013-12-06 08:21:33'),(15117,3,5050,'34008','2013-12-06 08:21:33'),(15118,1,5051,'','2013-12-06 09:17:29'),(15119,2,5051,'','2013-12-06 09:17:29'),(15120,3,5051,'','2013-12-06 09:17:29'),(15121,1,5052,'','2013-12-06 15:24:58'),(15122,2,5052,'','2013-12-06 15:24:58'),(15123,3,5052,'16874','2013-12-06 15:24:58'),(15124,1,5053,'','2013-12-06 15:35:09'),(15125,2,5053,'','2013-12-06 15:35:09'),(15126,3,5053,'50427','2013-12-06 15:35:09'),(15127,1,5054,'','2013-12-06 15:38:12'),(15128,2,5054,'','2013-12-06 15:38:12'),(15129,3,5054,'','2013-12-06 15:38:12'),(15130,1,5055,'','2013-12-06 15:49:36'),(15131,2,5055,'','2013-12-06 15:49:36'),(15132,3,5055,'16874','2013-12-06 15:49:36'),(15133,1,5056,'','2013-12-06 15:53:02'),(15134,2,5056,'','2013-12-06 15:53:02'),(15135,3,5056,'','2013-12-06 15:53:02'),(15136,1,5057,'','2013-12-06 16:04:29'),(15137,2,5057,'','2013-12-06 16:04:30'),(15138,3,5057,'','2013-12-06 16:04:30'),(15139,1,5058,'','2013-12-06 16:30:00'),(15140,2,5058,'','2013-12-06 16:30:00'),(15141,3,5058,'16874','2013-12-06 16:30:00'),(15142,1,5059,'','2013-12-06 16:31:39'),(15143,2,5059,'','2013-12-06 16:31:39'),(15144,3,5059,'16874','2013-12-06 16:31:39'),(15145,1,5060,'','2013-12-06 16:55:28'),(15146,2,5060,'','2013-12-06 16:55:28'),(15147,3,5060,'44789','2013-12-06 16:55:28'),(15148,1,5061,'','2013-12-06 17:15:13'),(15149,2,5061,'','2013-12-06 17:15:13'),(15150,3,5061,'76068','2013-12-06 17:15:13'),(15151,1,5062,'','2013-12-06 17:38:35'),(15152,2,5062,'','2013-12-06 17:38:35'),(15153,3,5062,'15866','2013-12-06 17:38:35'),(15154,1,5063,'','2013-12-06 17:57:19'),(15155,2,5063,'','2013-12-06 17:57:19'),(15156,3,5063,'','2013-12-06 17:57:19'),(15157,1,5064,'','2013-12-06 18:01:51'),(15158,2,5064,'','2013-12-06 18:01:51'),(15159,3,5064,'','2013-12-06 18:01:51'),(15160,1,5065,'','2013-12-06 18:07:36'),(15161,2,5065,'','2013-12-06 18:07:36'),(15162,3,5065,'50427','2013-12-06 18:07:36'),(15163,1,5066,'','2013-12-06 18:10:45'),(15164,2,5066,'','2013-12-06 18:10:45'),(15165,3,5066,'76055','2013-12-06 18:10:45'),(15166,1,5067,'','2013-12-06 18:14:06'),(15167,2,5067,'','2013-12-06 18:14:06'),(15168,3,5067,'1005','2013-12-06 18:14:06'),(15169,1,5068,'','2013-12-06 18:27:40'),(15170,2,5068,'','2013-12-06 18:27:40'),(15171,3,5068,'76072','2013-12-06 18:27:40'),(15172,1,5069,'','2013-12-06 18:41:13'),(15173,2,5069,'','2013-12-06 18:41:13'),(15174,3,5069,'','2013-12-06 18:41:13'),(15175,1,5070,'','2013-12-06 19:01:41'),(15176,2,5070,'','2013-12-06 19:01:41'),(15177,3,5070,'','2013-12-06 19:01:41'),(15178,1,5071,'','2013-12-06 19:04:56'),(15179,2,5071,'','2013-12-06 19:04:56'),(15180,3,5071,'','2013-12-06 19:04:56'),(15181,1,5072,'','2013-12-06 19:11:37'),(15182,2,5072,'','2013-12-06 19:11:37'),(15183,3,5072,'50427','2013-12-06 19:11:38'),(15184,1,5073,'','2013-12-06 19:19:20'),(15185,2,5073,'','2013-12-06 19:19:20'),(15186,3,5073,'','2013-12-06 19:19:20'),(15187,1,5074,'','2013-12-06 19:29:07'),(15188,2,5074,'','2013-12-06 19:29:07'),(15189,3,5074,'','2013-12-06 19:29:07'),(15190,1,5075,'','2013-12-06 19:48:02'),(15191,2,5075,'','2013-12-06 19:48:02'),(15192,3,5075,'16874','2013-12-06 19:48:02'),(15193,1,5076,'','2013-12-06 19:59:52'),(15194,2,5076,'','2013-12-06 19:59:52'),(15195,3,5076,'22514','2013-12-06 19:59:52'),(15196,1,5077,'','2013-12-06 20:07:24'),(15197,2,5077,'','2013-12-06 20:07:24'),(15198,3,5077,'','2013-12-06 20:07:24'),(15199,1,5078,'','2013-12-06 20:14:27'),(15200,2,5078,'','2013-12-06 20:14:27'),(15201,3,5078,'','2013-12-06 20:14:27'),(15202,1,5079,'','2013-12-06 20:20:23'),(15203,2,5079,'','2013-12-06 20:20:23'),(15204,3,5079,'','2013-12-06 20:20:24'),(15205,1,5080,'','2013-12-06 20:25:47'),(15206,2,5080,'','2013-12-06 20:25:47'),(15207,3,5080,'76052','2013-12-06 20:25:47'),(15208,1,5081,'','2013-12-06 20:28:23'),(15209,2,5081,'','2013-12-06 20:28:23'),(15210,3,5081,'','2013-12-06 20:28:23'),(15211,1,5082,'','2013-12-06 20:55:45'),(15212,2,5082,'','2013-12-06 20:55:46'),(15213,3,5082,'','2013-12-06 20:55:46'),(15214,1,5083,'','2013-12-06 21:07:36'),(15215,2,5083,'','2013-12-06 21:07:36'),(15216,3,5083,'','2013-12-06 21:07:36'),(15217,1,5084,'','2013-12-06 21:10:02'),(15218,2,5084,'','2013-12-06 21:10:02'),(15219,3,5084,'','2013-12-06 21:10:02'),(15220,1,5085,'','2013-12-06 21:32:07'),(15221,2,5085,'','2013-12-06 21:32:07'),(15222,3,5085,'1013','2013-12-06 21:32:07'),(15223,1,5086,'','2013-12-06 21:34:34'),(15224,2,5086,'','2013-12-06 21:34:34'),(15225,3,5086,'','2013-12-06 21:34:34'),(15226,1,5087,'','2013-12-06 21:36:59'),(15227,2,5087,'','2013-12-06 21:36:59'),(15228,3,5087,'','2013-12-06 21:36:59'),(15229,1,5088,'','2013-12-06 21:54:32'),(15230,2,5088,'','2013-12-06 21:54:32'),(15231,3,5088,'','2013-12-06 21:54:32'),(15232,1,5089,'','2013-12-06 21:57:58'),(15233,2,5089,'','2013-12-06 21:57:58'),(15234,3,5089,'16874','2013-12-06 21:57:58'),(15235,1,5090,'','2013-12-06 21:59:53'),(15236,2,5090,'','2013-12-06 21:59:53'),(15237,3,5090,'16874','2013-12-06 21:59:53'),(15238,1,5091,'','2013-12-06 22:05:55'),(15239,2,5091,'','2013-12-06 22:05:55'),(15240,3,5091,'50427','2013-12-06 22:05:55'),(15241,1,5092,'','2013-12-06 22:13:35'),(15242,2,5092,'','2013-12-06 22:13:35'),(15243,3,5092,'1152','2013-12-06 22:13:35'),(15244,1,5093,'','2013-12-06 22:39:48'),(15245,2,5093,'','2013-12-06 22:39:48'),(15246,3,5093,'76058','2013-12-06 22:39:48'),(15247,1,5094,'','2013-12-06 22:55:08'),(15248,2,5094,'','2013-12-06 22:55:08'),(15249,3,5094,'44789','2013-12-06 22:55:08'),(15250,1,5095,'','2013-12-06 23:58:18'),(15251,2,5095,'','2013-12-06 23:58:18'),(15252,3,5095,'50427','2013-12-06 23:58:18'),(15253,1,5096,'','2013-12-07 00:40:51'),(15254,2,5096,'','2013-12-07 00:40:51'),(15255,3,5096,'50427','2013-12-07 00:40:51'),(15256,1,5097,'','2013-12-07 00:52:26'),(15257,2,5097,'','2013-12-07 00:52:26'),(15258,3,5097,'','2013-12-07 00:52:26'),(15259,1,5098,'','2013-12-07 00:55:38'),(15260,2,5098,'','2013-12-07 00:55:38'),(15261,3,5098,'','2013-12-07 00:55:38'),(15262,1,5099,'','2013-12-07 01:02:10'),(15263,2,5099,'','2013-12-07 01:02:10'),(15264,3,5099,'12552','2013-12-07 01:02:10'),(15265,1,5100,'','2013-12-07 01:19:00'),(15266,2,5100,'','2013-12-07 01:19:00'),(15267,3,5100,'50427','2013-12-07 01:19:00'),(15268,1,5101,'','2013-12-07 02:01:28'),(15269,2,5101,'','2013-12-07 02:01:28'),(15270,3,5101,'50427','2013-12-07 02:01:28'),(15271,1,5102,'','2013-12-07 02:09:50'),(15272,2,5102,'','2013-12-07 02:09:50'),(15273,3,5102,'1152','2013-12-07 02:09:50'),(15274,1,5103,'','2013-12-07 02:46:52'),(15275,2,5103,'','2013-12-07 02:46:52'),(15276,3,5103,'','2013-12-07 02:46:52'),(15277,1,5104,'','2013-12-07 03:20:26'),(15278,2,5104,'','2013-12-07 03:20:26'),(15279,3,5104,'76027','2013-12-07 03:20:26'),(15280,1,5105,'','2013-12-07 03:31:50'),(15281,2,5105,'','2013-12-07 03:31:50'),(15282,3,5105,'76078','2013-12-07 03:31:50'),(15283,1,5106,'','2013-12-07 03:46:13'),(15284,2,5106,'','2013-12-07 03:46:13'),(15285,3,5106,'16874','2013-12-07 03:46:13'),(15286,1,5107,'','2013-12-07 04:46:43'),(15287,2,5107,'','2013-12-07 04:46:43'),(15288,3,5107,'76009','2013-12-07 04:46:43'),(15289,1,5108,'','2013-12-07 04:59:24'),(15290,2,5108,'','2013-12-07 04:59:24'),(15291,3,5108,'44789','2013-12-07 04:59:24'),(15292,1,5109,'','2013-12-07 05:02:32'),(15293,2,5109,'','2013-12-07 05:02:32'),(15294,3,5109,'','2013-12-07 05:02:32'),(15295,1,5110,'','2013-12-07 05:05:21'),(15296,2,5110,'','2013-12-07 05:05:21'),(15297,3,5110,'','2013-12-07 05:05:21'),(15298,1,5111,'','2013-12-07 05:24:43'),(15299,2,5111,'','2013-12-07 05:24:43'),(15300,3,5111,'1016','2013-12-07 05:24:44'),(15301,1,5112,'','2013-12-07 06:46:51'),(15302,2,5112,'','2013-12-07 06:46:51'),(15303,3,5112,'','2013-12-07 06:46:51'),(15304,1,5113,'','2013-12-07 06:58:22'),(15305,2,5113,'','2013-12-07 06:58:22'),(15306,3,5113,'16874','2013-12-07 06:58:22'),(15307,1,5114,'','2013-12-07 08:37:36'),(15308,2,5114,'','2013-12-07 08:37:36'),(15309,3,5114,'','2013-12-07 08:37:36'),(15310,1,5115,'','2013-12-07 14:22:34'),(15311,2,5115,'','2013-12-07 14:22:34'),(15312,3,5115,'','2013-12-07 14:22:34'),(15313,1,5116,'','2013-12-07 14:58:25'),(15314,2,5116,'','2013-12-07 14:58:25'),(15315,3,5116,'76058','2013-12-07 14:58:25'),(15316,1,5117,'','2013-12-07 15:01:04'),(15317,2,5117,'','2013-12-07 15:01:04'),(15318,3,5117,'76009','2013-12-07 15:01:04'),(15319,1,5118,'','2013-12-07 15:04:06'),(15320,2,5118,'','2013-12-07 15:04:06'),(15321,3,5118,'','2013-12-07 15:04:06'),(15322,1,5119,'','2013-12-07 15:26:22'),(15323,2,5119,'','2013-12-07 15:26:22'),(15324,3,5119,'38361','2013-12-07 15:26:22'),(15325,1,5120,'','2013-12-07 15:33:28'),(15326,2,5120,'','2013-12-07 15:33:28'),(15327,3,5120,'','2013-12-07 15:33:28'),(15328,1,5121,'','2013-12-07 15:43:45'),(15329,2,5121,'','2013-12-07 15:43:45'),(15330,3,5121,'22514','2013-12-07 15:43:45'),(15331,1,5122,'','2013-12-07 17:07:42'),(15332,2,5122,'','2013-12-07 17:07:42'),(15333,3,5122,'43292','2013-12-07 17:07:42'),(15334,1,5123,'','2013-12-07 17:11:10'),(15335,2,5123,'','2013-12-07 17:11:10'),(15336,3,5123,'76072','2013-12-07 17:11:10'),(15337,1,5124,'','2013-12-07 17:51:05'),(15338,2,5124,'','2013-12-07 17:51:05'),(15339,3,5124,'50427','2013-12-07 17:51:05'),(15340,1,5125,'','2013-12-07 18:08:04'),(15341,2,5125,'','2013-12-07 18:08:04'),(15342,3,5125,'','2013-12-07 18:08:04'),(15343,1,5126,'','2013-12-07 18:16:16'),(15344,2,5126,'','2013-12-07 18:16:16'),(15345,3,5126,'','2013-12-07 18:16:16'),(15346,1,5127,'','2013-12-07 18:30:20'),(15347,2,5127,'','2013-12-07 18:30:20'),(15348,3,5127,'','2013-12-07 18:30:20'),(15349,1,5128,'','2013-12-07 18:52:05'),(15350,2,5128,'','2013-12-07 18:52:05'),(15351,3,5128,'','2013-12-07 18:52:05'),(15352,1,5129,'','2013-12-07 18:54:37'),(15353,2,5129,'','2013-12-07 18:54:37'),(15354,3,5129,'43292','2013-12-07 18:54:37'),(15355,1,5130,'','2013-12-07 18:56:31'),(15356,2,5130,'','2013-12-07 18:56:31'),(15357,3,5130,'50427','2013-12-07 18:56:31'),(15358,1,5131,'','2013-12-07 19:42:28'),(15359,2,5131,'','2013-12-07 19:42:28'),(15360,3,5131,'','2013-12-07 19:42:28'),(15361,1,5132,'','2013-12-07 20:00:52'),(15362,2,5132,'','2013-12-07 20:00:52'),(15363,3,5132,'','2013-12-07 20:00:52'),(15364,1,5133,'','2013-12-07 20:03:00'),(15365,2,5133,'','2013-12-07 20:03:00'),(15366,3,5133,'','2013-12-07 20:03:00'),(15367,1,5134,'','2013-12-07 20:08:22'),(15368,2,5134,'','2013-12-07 20:08:22'),(15369,3,5134,'','2013-12-07 20:08:22'),(15370,1,5135,'','2013-12-07 20:41:45'),(15371,2,5135,'','2013-12-07 20:41:45'),(15372,3,5135,'','2013-12-07 20:41:45'),(15373,1,5136,'','2013-12-07 21:10:41'),(15374,2,5136,'','2013-12-07 21:10:41'),(15375,3,5136,'','2013-12-07 21:10:41'),(15376,1,5137,'','2013-12-07 21:14:57'),(15377,2,5137,'','2013-12-07 21:14:57'),(15378,3,5137,'44789','2013-12-07 21:14:57'),(15379,1,5138,'','2013-12-07 21:48:11'),(15380,2,5138,'','2013-12-07 21:48:11'),(15381,3,5138,'44789','2013-12-07 21:48:11'),(15382,1,5139,'','2013-12-07 22:47:23'),(15383,2,5139,'','2013-12-07 22:47:23'),(15384,3,5139,'76005','2013-12-07 22:47:23'),(15385,1,5140,'','2013-12-07 22:48:58'),(15386,2,5140,'','2013-12-07 22:48:58'),(15387,3,5140,'76005','2013-12-07 22:48:58'),(15388,1,5141,'','2013-12-07 22:54:01'),(15389,2,5141,'','2013-12-07 22:54:01'),(15390,3,5141,'','2013-12-07 22:54:01'),(15391,1,5142,'','2013-12-07 22:58:21'),(15392,2,5142,'','2013-12-07 22:58:21'),(15393,3,5142,'16874','2013-12-07 22:58:21'),(15394,1,5143,'','2013-12-07 23:11:41'),(15395,2,5143,'','2013-12-07 23:11:41'),(15396,3,5143,'','2013-12-07 23:11:41'),(15397,1,5144,'','2013-12-07 23:14:31'),(15398,2,5144,'','2013-12-07 23:14:31'),(15399,3,5144,'','2013-12-07 23:14:31'),(15400,1,5145,'','2013-12-07 23:15:20'),(15401,2,5145,'','2013-12-07 23:15:20'),(15402,3,5145,'16874','2013-12-07 23:15:20'),(15403,1,5146,'','2013-12-07 23:33:07'),(15404,2,5146,'','2013-12-07 23:33:07'),(15405,3,5146,'','2013-12-07 23:33:07'),(15406,1,5147,'','2013-12-07 23:44:14'),(15407,2,5147,'','2013-12-07 23:44:14'),(15408,3,5147,'43292','2013-12-07 23:44:14'),(15409,1,5148,'','2013-12-07 23:57:54'),(15410,2,5148,'','2013-12-07 23:57:54'),(15411,3,5148,'','2013-12-07 23:57:54'),(15412,1,5149,'','2013-12-08 00:05:46'),(15413,2,5149,'','2013-12-08 00:05:46'),(15414,3,5149,'','2013-12-08 00:05:46'),(15415,1,5150,'','2013-12-08 00:28:40'),(15416,2,5150,'','2013-12-08 00:28:40'),(15417,3,5150,'','2013-12-08 00:28:40'),(15418,1,5151,'','2013-12-08 00:32:22'),(15419,2,5151,'','2013-12-08 00:32:22'),(15420,3,5151,'76009','2013-12-08 00:32:22'),(15421,1,5152,'','2013-12-08 00:35:57'),(15422,2,5152,'','2013-12-08 00:35:57'),(15423,3,5152,'','2013-12-08 00:35:57'),(15424,1,5153,'','2013-12-08 00:54:34'),(15425,2,5153,'','2013-12-08 00:54:34'),(15426,3,5153,'76009','2013-12-08 00:54:34'),(15427,1,5154,'','2013-12-08 01:10:37'),(15428,2,5154,'','2013-12-08 01:10:37'),(15429,3,5154,'','2013-12-08 01:10:37'),(15430,1,5155,'','2013-12-08 01:33:36'),(15431,2,5155,'','2013-12-08 01:33:36'),(15432,3,5155,'76052','2013-12-08 01:33:36'),(15433,1,5156,'','2013-12-08 01:36:13'),(15434,2,5156,'','2013-12-08 01:36:13'),(15435,3,5156,'76052','2013-12-08 01:36:13'),(15436,1,5157,'','2013-12-08 01:38:32'),(15437,2,5157,'','2013-12-08 01:38:32'),(15438,3,5157,'76052','2013-12-08 01:38:32'),(15439,1,5158,'','2013-12-08 01:41:52'),(15440,2,5158,'','2013-12-08 01:41:52'),(15441,3,5158,'16874','2013-12-08 01:41:52'),(15442,1,5159,'','2013-12-08 01:45:25'),(15443,2,5159,'','2013-12-08 01:45:25'),(15444,3,5159,'16874','2013-12-08 01:45:25'),(15445,1,5160,'','2013-12-08 02:30:10'),(15446,2,5160,'','2013-12-08 02:30:10'),(15447,3,5160,'22514','2013-12-08 02:30:10'),(15448,1,5161,'','2013-12-08 02:33:11'),(15449,2,5161,'','2013-12-08 02:33:11'),(15450,3,5161,'','2013-12-08 02:33:11'),(15451,1,5162,'','2013-12-08 02:35:49'),(15452,2,5162,'','2013-12-08 02:35:49'),(15453,3,5162,'','2013-12-08 02:35:49'),(15454,1,5163,'','2013-12-08 02:49:30'),(15455,2,5163,'','2013-12-08 02:49:30'),(15456,3,5163,'','2013-12-08 02:49:30'),(15457,1,5164,'','2013-12-08 02:55:05'),(15458,2,5164,'','2013-12-08 02:55:05'),(15459,3,5164,'76067','2013-12-08 02:55:05'),(15460,1,5165,'','2013-12-08 02:57:38'),(15461,2,5165,'','2013-12-08 02:57:38'),(15462,3,5165,'','2013-12-08 02:57:38'),(15463,1,5166,'','2013-12-08 03:00:48'),(15464,2,5166,'','2013-12-08 03:00:48'),(15465,3,5166,'50427','2013-12-08 03:00:48'),(15466,1,5167,'','2013-12-08 03:17:07'),(15467,2,5167,'','2013-12-08 03:17:07'),(15468,3,5167,'1048','2013-12-08 03:17:07'),(15469,1,5168,'','2013-12-08 03:50:11'),(15470,2,5168,'','2013-12-08 03:50:11'),(15471,3,5168,'','2013-12-08 03:50:11'),(15472,1,5169,'','2013-12-08 04:07:00'),(15473,2,5169,'','2013-12-08 04:07:00'),(15474,3,5169,'','2013-12-08 04:07:00'),(15475,1,5170,'','2013-12-08 07:45:46'),(15476,2,5170,'','2013-12-08 07:45:46'),(15477,3,5170,'34008','2013-12-08 07:45:46'),(15478,1,5171,'','2013-12-08 07:48:35'),(15479,2,5171,'','2013-12-08 07:48:35'),(15480,3,5171,'2488','2013-12-08 07:48:35'),(15481,1,5172,'','2013-12-08 13:04:11'),(15482,2,5172,'','2013-12-08 13:04:11'),(15483,3,5172,'50555','2013-12-08 13:04:11'),(15484,1,5173,'','2013-12-08 14:24:23'),(15485,2,5173,'','2013-12-08 14:24:23'),(15486,3,5173,'','2013-12-08 14:24:23'),(15487,1,5174,'','2013-12-08 14:37:22'),(15488,2,5174,'','2013-12-08 14:37:22'),(15489,3,5174,'','2013-12-08 14:37:22'),(15490,1,5175,'','2013-12-08 16:56:02'),(15491,2,5175,'','2013-12-08 16:56:02'),(15492,3,5175,'50427','2013-12-08 16:56:02'),(15493,1,5176,'','2013-12-08 17:05:42'),(15494,2,5176,'','2013-12-08 17:05:42'),(15495,3,5176,'16874','2013-12-08 17:05:42'),(15496,1,5177,'','2013-12-08 17:24:35'),(15497,2,5177,'','2013-12-08 17:24:35'),(15498,3,5177,'76009','2013-12-08 17:24:35'),(15499,1,5178,'','2013-12-08 17:27:19'),(15500,2,5178,'','2013-12-08 17:27:19'),(15501,3,5178,'','2013-12-08 17:27:19'),(15502,1,5179,'','2013-12-08 17:35:30'),(15503,2,5179,'','2013-12-08 17:35:31'),(15504,3,5179,'76009','2013-12-08 17:35:31'),(15505,1,5180,'','2013-12-08 17:37:26'),(15506,2,5180,'','2013-12-08 17:37:26'),(15507,3,5180,'76009','2013-12-08 17:37:27'),(15508,1,5181,'','2013-12-08 18:00:51'),(15509,2,5181,'','2013-12-08 18:00:51'),(15510,3,5181,'12552','2013-12-08 18:00:51'),(15511,1,5182,'','2013-12-08 18:03:10'),(15512,2,5182,'','2013-12-08 18:03:10'),(15513,3,5182,'12552','2013-12-08 18:03:10'),(15514,1,5183,'','2013-12-08 18:20:27'),(15515,2,5183,'','2013-12-08 18:20:27'),(15516,3,5183,'50427','2013-12-08 18:20:27'),(15517,1,5184,'','2013-12-08 18:29:11'),(15518,2,5184,'','2013-12-08 18:29:11'),(15519,3,5184,'','2013-12-08 18:29:11'),(15520,1,5185,'','2013-12-08 18:39:12'),(15521,2,5185,'','2013-12-08 18:39:12'),(15522,3,5185,'','2013-12-08 18:39:12'),(15523,1,5186,'','2013-12-08 18:42:36'),(15524,2,5186,'','2013-12-08 18:42:36'),(15525,3,5186,'16874','2013-12-08 18:42:36'),(15526,1,5187,'','2013-12-08 18:45:23'),(15527,2,5187,'','2013-12-08 18:45:23'),(15528,3,5187,'','2013-12-08 18:45:23'),(15529,1,5188,'','2013-12-08 18:55:02'),(15530,2,5188,'','2013-12-08 18:55:02'),(15531,3,5188,'','2013-12-08 18:55:02'),(15532,1,5189,'','2013-12-08 19:17:42'),(15533,2,5189,'','2013-12-08 19:17:42'),(15534,3,5189,'76009','2013-12-08 19:17:42'),(15535,1,5190,'','2013-12-08 19:35:23'),(15536,2,5190,'','2013-12-08 19:35:23'),(15537,3,5190,'50427','2013-12-08 19:35:23'),(15538,1,5191,'','2013-12-08 19:44:10'),(15539,2,5191,'','2013-12-08 19:44:10'),(15540,3,5191,'44789','2013-12-08 19:44:10'),(15541,1,5192,'','2013-12-08 19:47:41'),(15542,2,5192,'','2013-12-08 19:47:41'),(15543,3,5192,'76005','2013-12-08 19:47:41'),(15544,1,5193,'','2013-12-08 20:06:19'),(15545,2,5193,'','2013-12-08 20:06:19'),(15546,3,5193,'76052','2013-12-08 20:06:19'),(15547,1,5194,'','2013-12-08 20:31:34'),(15548,2,5194,'','2013-12-08 20:31:34'),(15549,3,5194,'','2013-12-08 20:31:34'),(15550,1,5195,'','2013-12-08 20:37:32'),(15551,2,5195,'','2013-12-08 20:37:32'),(15552,3,5195,'','2013-12-08 20:37:32'),(15553,1,5196,'','2013-12-08 20:54:37'),(15554,2,5196,'','2013-12-08 20:54:37'),(15555,3,5196,'76068','2013-12-08 20:54:37'),(15556,1,5197,'','2013-12-08 21:24:38'),(15557,2,5197,'','2013-12-08 21:24:38'),(15558,3,5197,'44789','2013-12-08 21:24:38'),(15559,1,5198,'','2013-12-08 21:27:43'),(15560,2,5198,'','2013-12-08 21:27:43'),(15561,3,5198,'44789','2013-12-08 21:27:43'),(15562,1,5199,'','2013-12-08 21:34:56'),(15563,2,5199,'','2013-12-08 21:34:56'),(15564,3,5199,'','2013-12-08 21:34:56'),(15565,1,5200,'','2013-12-08 21:37:12'),(15566,2,5200,'','2013-12-08 21:37:12'),(15567,3,5200,'44789','2013-12-08 21:37:12'),(15568,1,5201,'','2013-12-08 22:19:34'),(15569,2,5201,'','2013-12-08 22:19:34'),(15570,3,5201,'','2013-12-08 22:19:34'),(15571,1,5202,'','2013-12-08 22:39:50'),(15572,2,5202,'','2013-12-08 22:39:50'),(15573,3,5202,'','2013-12-08 22:39:50'),(15574,1,5203,'','2013-12-08 23:20:19'),(15575,2,5203,'','2013-12-08 23:20:19'),(15576,3,5203,'','2013-12-08 23:20:19'),(15577,1,5204,'','2013-12-08 23:24:09'),(15578,2,5204,'','2013-12-08 23:24:09'),(15579,3,5204,'76001','2013-12-08 23:24:09'),(15580,1,5205,'','2013-12-08 23:41:45'),(15581,2,5205,'','2013-12-08 23:41:45'),(15582,3,5205,'18674','2013-12-08 23:41:45'),(15583,1,5206,'','2013-12-08 23:43:54'),(15584,2,5206,'','2013-12-08 23:43:54'),(15585,3,5206,'16874','2013-12-08 23:43:54'),(15586,1,5207,'','2013-12-09 00:08:54'),(15587,2,5207,'','2013-12-09 00:08:54'),(15588,3,5207,'76009','2013-12-09 00:08:54'),(15589,1,5208,'','2013-12-09 00:11:29'),(15590,2,5208,'','2013-12-09 00:11:29'),(15591,3,5208,'12756','2013-12-09 00:11:29'),(15592,1,5209,'','2013-12-09 01:24:58'),(15593,2,5209,'','2013-12-09 01:24:58'),(15594,3,5209,'','2013-12-09 01:24:58'),(15595,1,5210,'','2013-12-09 01:31:41'),(15596,2,5210,'','2013-12-09 01:31:41'),(15597,3,5210,'50427','2013-12-09 01:31:41'),(15598,1,5211,'','2013-12-09 01:53:58'),(15599,2,5211,'','2013-12-09 01:53:58'),(15600,3,5211,'','2013-12-09 01:53:58'),(15601,1,5212,'','2013-12-09 02:24:03'),(15602,2,5212,'','2013-12-09 02:24:03'),(15603,3,5212,'76005','2013-12-09 02:24:03'),(15604,1,5213,'','2013-12-09 02:30:16'),(15605,2,5213,'','2013-12-09 02:30:16'),(15606,3,5213,'50559','2013-12-09 02:30:16'),(15607,1,5214,'','2013-12-09 03:00:51'),(15608,2,5214,'','2013-12-09 03:00:51'),(15609,3,5214,'1152','2013-12-09 03:00:51'),(15610,1,5215,'','2013-12-09 03:20:32'),(15611,2,5215,'','2013-12-09 03:20:32'),(15612,3,5215,'75002','2013-12-09 03:20:32'),(15613,1,5216,'','2013-12-09 03:42:10'),(15614,2,5216,'','2013-12-09 03:42:10'),(15615,3,5216,'50427','2013-12-09 03:42:10'),(15616,1,5217,'','2013-12-09 03:51:15'),(15617,2,5217,'','2013-12-09 03:51:15'),(15618,3,5217,'','2013-12-09 03:51:15'),(15619,1,5218,'','2013-12-09 03:56:38'),(15620,2,5218,'','2013-12-09 03:56:38'),(15621,3,5218,'','2013-12-09 03:56:38'),(15622,1,5219,'','2013-12-09 04:56:07'),(15623,2,5219,'','2013-12-09 04:56:07'),(15624,3,5219,'2488','2013-12-09 04:56:07'),(15625,1,5220,'','2013-12-09 08:01:41'),(15626,2,5220,'','2013-12-09 08:01:41'),(15627,3,5220,'','2013-12-09 08:01:41'),(15628,1,5221,'','2013-12-09 11:37:38'),(15629,2,5221,'','2013-12-09 11:37:38'),(15630,3,5221,'','2013-12-09 11:37:38'),(15631,1,5222,'','2013-12-09 13:11:12'),(15632,2,5222,'','2013-12-09 13:11:12'),(15633,3,5222,'39761','2013-12-09 13:11:13'),(15634,1,5223,'','2013-12-09 15:09:05'),(15635,2,5223,'','2013-12-09 15:09:05'),(15636,3,5223,'','2013-12-09 15:09:05'),(15637,1,5224,'','2013-12-09 15:29:36'),(15638,2,5224,'','2013-12-09 15:29:36'),(15639,3,5224,'76064','2013-12-09 15:29:36'),(15640,1,5225,'','2013-12-09 15:42:24'),(15641,2,5225,'','2013-12-09 15:42:24'),(15642,3,5225,'1152','2013-12-09 15:42:24'),(15643,1,5226,'','2013-12-09 15:59:22'),(15644,2,5226,'','2013-12-09 15:59:22'),(15645,3,5226,'','2013-12-09 15:59:22'),(15646,1,5227,'','2013-12-09 16:32:17'),(15647,2,5227,'','2013-12-09 16:32:17'),(15648,3,5227,'','2013-12-09 16:32:17'),(15649,1,5228,'','2013-12-09 16:43:41'),(15650,2,5228,'','2013-12-09 16:43:41'),(15651,3,5228,'','2013-12-09 16:43:41'),(15652,1,5229,'','2013-12-09 16:47:14'),(15653,2,5229,'','2013-12-09 16:47:14'),(15654,3,5229,'','2013-12-09 16:47:14'),(15655,1,5230,'','2013-12-09 16:50:00'),(15656,2,5230,'','2013-12-09 16:50:00'),(15657,3,5230,'50427','2013-12-09 16:50:00'),(15658,1,5231,'','2013-12-09 16:55:45'),(15659,2,5231,'','2013-12-09 16:55:45'),(15660,3,5231,'','2013-12-09 16:55:45'),(15661,1,5232,'','2013-12-09 16:58:14'),(15662,2,5232,'','2013-12-09 16:58:14'),(15663,3,5232,'50427','2013-12-09 16:58:14'),(15664,1,5233,'','2013-12-09 17:02:00'),(15665,2,5233,'','2013-12-09 17:02:00'),(15666,3,5233,'76064','2013-12-09 17:02:00'),(15667,1,5234,'','2013-12-09 17:11:14'),(15668,2,5234,'','2013-12-09 17:11:14'),(15669,3,5234,'22541','2013-12-09 17:11:14'),(15670,1,5235,'','2013-12-09 17:14:14'),(15671,2,5235,'','2013-12-09 17:14:14'),(15672,3,5235,'76059','2013-12-09 17:14:14'),(15673,1,5236,'','2013-12-09 17:17:40'),(15674,2,5236,'','2013-12-09 17:17:40'),(15675,3,5236,'','2013-12-09 17:17:40'),(15676,1,5237,'','2013-12-09 17:22:40'),(15677,2,5237,'','2013-12-09 17:22:40'),(15678,3,5237,'50427','2013-12-09 17:22:40'),(15679,1,5238,'','2013-12-09 17:27:48'),(15680,2,5238,'','2013-12-09 17:27:48'),(15681,3,5238,'76072','2013-12-09 17:27:49'),(15682,1,5238,'','2013-12-09 17:33:38'),(15683,2,5238,'','2013-12-09 17:33:38'),(15684,3,5238,'','2013-12-09 17:33:38'),(15685,1,5240,'','2013-12-09 17:35:52'),(15686,2,5240,'','2013-12-09 17:35:52'),(15687,3,5240,'39761','2013-12-09 17:35:52'),(15688,1,5241,'','2013-12-09 17:38:16'),(15689,2,5241,'','2013-12-09 17:38:16'),(15690,3,5241,'50427','2013-12-09 17:38:16'),(15691,1,5242,'','2013-12-09 17:42:43'),(15692,2,5242,'','2013-12-09 17:42:43'),(15693,3,5242,'','2013-12-09 17:42:43'),(15694,1,5243,'','2013-12-09 17:49:25'),(15695,2,5243,'','2013-12-09 17:49:25'),(15696,3,5243,'50427','2013-12-09 17:49:25'),(15697,1,5244,'','2013-12-09 18:02:19'),(15698,2,5244,'','2013-12-09 18:02:19'),(15699,3,5244,'','2013-12-09 18:02:19'),(15700,1,5245,'','2013-12-09 18:18:56'),(15701,2,5245,'','2013-12-09 18:18:56'),(15702,3,5245,'50427','2013-12-09 18:18:56'),(15703,1,5246,'','2013-12-09 18:21:58'),(15704,2,5246,'','2013-12-09 18:21:58'),(15705,3,5246,'','2013-12-09 18:21:58'),(15706,1,5247,'','2013-12-09 18:30:14'),(15707,2,5247,'','2013-12-09 18:30:14'),(15708,3,5247,'','2013-12-09 18:30:14'),(15709,1,5248,'','2013-12-09 18:38:00'),(15710,2,5248,'','2013-12-09 18:38:00'),(15711,3,5248,'','2013-12-09 18:38:00'),(15712,1,5249,'','2013-12-09 18:56:51'),(15713,2,5249,'','2013-12-09 18:56:51'),(15714,3,5249,'76009','2013-12-09 18:56:51'),(15715,1,5250,'','2013-12-09 19:01:01'),(15716,2,5250,'','2013-12-09 19:01:01'),(15717,3,5250,'','2013-12-09 19:01:01'),(15718,1,5251,'','2013-12-09 19:12:12'),(15719,2,5251,'','2013-12-09 19:12:13'),(15720,3,5251,'50427','2013-12-09 19:12:13'),(15721,1,5252,'','2013-12-09 19:15:04'),(15722,2,5252,'','2013-12-09 19:15:04'),(15723,3,5252,'','2013-12-09 19:15:04'),(15724,1,5253,'','2013-12-09 19:19:24'),(15725,2,5253,'','2013-12-09 19:19:24'),(15726,3,5253,'','2013-12-09 19:19:24'),(15727,1,5254,'','2013-12-09 19:28:45'),(15728,2,5254,'','2013-12-09 19:28:45'),(15729,3,5254,'50427','2013-12-09 19:28:46'),(15730,1,5255,'','2013-12-09 19:32:20'),(15731,2,5255,'','2013-12-09 19:32:20'),(15732,3,5255,'','2013-12-09 19:32:20'),(15733,1,5256,'','2013-12-09 19:42:19'),(15734,2,5256,'','2013-12-09 19:42:19'),(15735,3,5256,'','2013-12-09 19:42:19'),(15736,1,5257,'','2013-12-09 19:58:09'),(15737,2,5257,'','2013-12-09 19:58:09'),(15738,3,5257,'50427','2013-12-09 19:58:09'),(15739,1,5258,'','2013-12-09 20:10:19'),(15740,2,5258,'','2013-12-09 20:10:19'),(15741,3,5258,'','2013-12-09 20:10:19'),(15742,1,5259,'','2013-12-09 20:16:22'),(15743,2,5259,'','2013-12-09 20:16:22'),(15744,3,5259,'1155','2013-12-09 20:16:22'),(15745,1,5260,'','2013-12-09 20:32:51'),(15746,2,5260,'','2013-12-09 20:32:51'),(15747,3,5260,'50427','2013-12-09 20:32:51'),(15748,1,5261,'','2013-12-09 20:44:12'),(15749,2,5261,'','2013-12-09 20:44:12'),(15750,3,5261,'44789','2013-12-09 20:44:13'),(15751,1,5262,'','2013-12-09 20:50:10'),(15752,2,5262,'','2013-12-09 20:50:10'),(15753,3,5262,'','2013-12-09 20:50:10'),(15754,1,5263,'','2013-12-09 20:55:43'),(15755,2,5263,'','2013-12-09 20:55:43'),(15756,3,5263,'','2013-12-09 20:55:43'),(15757,1,5264,'','2013-12-09 21:02:44'),(15758,2,5264,'','2013-12-09 21:02:44'),(15759,3,5264,'','2013-12-09 21:02:44'),(15760,1,5265,'','2013-12-09 21:16:54'),(15761,2,5265,'','2013-12-09 21:16:54'),(15762,3,5265,'1005','2013-12-09 21:16:54'),(15763,1,5266,'','2013-12-09 21:31:04'),(15764,2,5266,'','2013-12-09 21:31:04'),(15765,3,5266,'1005','2013-12-09 21:31:04'),(15766,1,5267,'','2013-12-09 21:34:13'),(15767,2,5267,'','2013-12-09 21:34:13'),(15768,3,5267,'1525','2013-12-09 21:34:13'),(15769,1,5268,'','2013-12-09 21:40:05'),(15770,2,5268,'','2013-12-09 21:40:05'),(15771,3,5268,'76001','2013-12-09 21:40:05'),(15772,1,5269,'','2013-12-09 21:53:11'),(15773,2,5269,'','2013-12-09 21:53:11'),(15774,3,5269,'','2013-12-09 21:53:12'),(15775,1,5270,'','2013-12-09 21:56:45'),(15776,2,5270,'','2013-12-09 21:56:45'),(15777,3,5270,'76005','2013-12-09 21:56:45'),(15778,1,5271,'','2013-12-09 22:00:30'),(15779,2,5271,'','2013-12-09 22:00:30'),(15780,3,5271,'76002','2013-12-09 22:00:30'),(15781,1,5272,'','2013-12-09 22:04:29'),(15782,2,5272,'','2013-12-09 22:04:29'),(15783,3,5272,'1096','2013-12-09 22:04:29'),(15784,1,5273,'','2013-12-09 23:18:00'),(15785,2,5273,'','2013-12-09 23:18:00'),(15786,3,5273,'1048','2013-12-09 23:18:00'),(15787,1,5274,'','2013-12-09 23:45:53'),(15788,2,5274,'','2013-12-09 23:45:53'),(15789,3,5274,'44789','2013-12-09 23:45:53'),(15790,1,5275,'','2013-12-10 00:06:27'),(15791,2,5275,'','2013-12-10 00:06:27'),(15792,3,5275,'76009','2013-12-10 00:06:27'),(15793,1,5276,'','2013-12-10 00:18:14'),(15794,2,5276,'','2013-12-10 00:18:14'),(15795,3,5276,'76052','2013-12-10 00:18:14'),(15796,1,5277,'','2013-12-10 00:40:05'),(15797,2,5277,'','2013-12-10 00:40:05'),(15798,3,5277,'1105','2013-12-10 00:40:05'),(15799,1,5278,'','2013-12-10 00:51:38'),(15800,2,5278,'','2013-12-10 00:51:38'),(15801,3,5278,'76065','2013-12-10 00:51:38'),(15802,1,5279,'','2013-12-10 01:16:01'),(15803,2,5279,'','2013-12-10 01:16:01'),(15804,3,5279,'31734','2013-12-10 01:16:01'),(15805,1,5280,'','2013-12-10 01:20:10'),(15806,2,5280,'','2013-12-10 01:20:10'),(15807,3,5280,'76005','2013-12-10 01:20:10'),(15808,1,5281,'','2013-12-10 01:29:14'),(15809,2,5281,'','2013-12-10 01:29:14'),(15810,3,5281,'50427','2013-12-10 01:29:14'),(15811,1,5282,'','2013-12-10 01:42:37'),(15812,2,5282,'','2013-12-10 01:42:37'),(15813,3,5282,'50427','2013-12-10 01:42:37'),(15814,1,5283,'','2013-12-10 01:54:45'),(15815,2,5283,'','2013-12-10 01:54:45'),(15816,3,5283,'5585','2013-12-10 01:54:45'),(15817,1,5284,'','2013-12-10 02:03:04'),(15818,2,5284,'','2013-12-10 02:03:04'),(15819,3,5284,'50427','2013-12-10 02:03:04'),(15820,1,5285,'','2013-12-10 02:08:21'),(15821,2,5285,'','2013-12-10 02:08:21'),(15822,3,5285,'76009','2013-12-10 02:08:21'),(15823,1,5286,'','2013-12-10 02:25:13'),(15824,2,5286,'','2013-12-10 02:25:13'),(15825,3,5286,'44789','2013-12-10 02:25:13'),(15826,1,5287,'','2013-12-10 02:36:46'),(15827,2,5287,'','2013-12-10 02:36:46'),(15828,3,5287,'','2013-12-10 02:36:46'),(15829,1,5288,'','2013-12-10 03:13:13'),(15830,2,5288,'','2013-12-10 03:13:13'),(15831,3,5288,'44789','2013-12-10 03:13:13'),(15832,1,5289,'','2013-12-10 03:22:24'),(15833,2,5289,'','2013-12-10 03:22:24'),(15834,3,5289,'','2013-12-10 03:22:24'),(15835,1,5290,'','2013-12-10 03:47:56'),(15836,2,5290,'','2013-12-10 03:47:56'),(15837,3,5290,'','2013-12-10 03:47:56'),(15838,1,5291,'','2013-12-10 04:19:52'),(15839,2,5291,'','2013-12-10 04:19:52'),(15840,3,5291,'76068','2013-12-10 04:19:52'),(15841,1,5292,'','2013-12-10 04:22:41'),(15842,2,5292,'','2013-12-10 04:22:41'),(15843,3,5292,'76009','2013-12-10 04:22:41'),(15844,1,5293,'','2013-12-10 04:28:16'),(15845,2,5293,'','2013-12-10 04:28:16'),(15846,3,5293,'75508','2013-12-10 04:28:16'),(15847,1,5294,'','2013-12-10 04:52:44'),(15848,2,5294,'','2013-12-10 04:52:44'),(15849,3,5294,'1152','2013-12-10 04:52:44'),(15850,1,5295,'','2013-12-10 05:52:33'),(15851,2,5295,'','2013-12-10 05:52:33'),(15852,3,5295,'76001','2013-12-10 05:52:33'),(15853,1,5296,'','2013-12-10 06:11:59'),(15854,2,5296,'','2013-12-10 06:11:59'),(15855,3,5296,'50557','2013-12-10 06:11:59'),(15856,1,5297,'','2013-12-10 06:15:10'),(15857,2,5297,'','2013-12-10 06:15:10'),(15858,3,5297,'1048','2013-12-10 06:15:10'),(15859,1,5298,'','2013-12-10 06:35:15'),(15860,2,5298,'','2013-12-10 06:35:15'),(15861,3,5298,'','2013-12-10 06:35:15'),(15862,1,5299,'','2013-12-10 09:38:51'),(15863,2,5299,'','2013-12-10 09:38:51'),(15864,3,5299,'76004','2013-12-10 09:38:51'),(15865,1,5300,'','2013-12-10 14:49:18'),(15866,2,5300,'','2013-12-10 14:49:18'),(15867,3,5300,'','2013-12-10 14:49:18'),(15868,1,5301,'','2013-12-10 15:07:29'),(15869,2,5301,'','2013-12-10 15:07:29'),(15870,3,5301,'44789','2013-12-10 15:07:29'),(15871,1,5302,'','2013-12-10 15:19:18'),(15872,2,5302,'','2013-12-10 15:19:18'),(15873,3,5302,'1104','2013-12-10 15:19:18'),(15874,1,5303,'','2013-12-10 15:22:35'),(15875,2,5303,'','2013-12-10 15:22:35'),(15876,3,5303,'50427','2013-12-10 15:22:35'),(15877,1,5304,'','2013-12-10 15:35:16'),(15878,2,5304,'','2013-12-10 15:35:16'),(15879,3,5304,'76009','2013-12-10 15:35:16'),(15880,1,5305,'','2013-12-10 15:48:37'),(15881,2,5305,'','2013-12-10 15:48:37'),(15882,3,5305,'','2013-12-10 15:48:37'),(15883,1,5306,'','2013-12-10 16:09:17'),(15884,2,5306,'','2013-12-10 16:09:17'),(15885,3,5306,'76052','2013-12-10 16:09:17'),(15886,1,5307,'','2013-12-10 16:15:59'),(15887,2,5307,'','2013-12-10 16:15:59'),(15888,3,5307,'','2013-12-10 16:15:59'),(15889,1,5308,'','2013-12-10 16:50:31'),(15890,2,5308,'','2013-12-10 16:50:31'),(15891,3,5308,'','2013-12-10 16:50:31'),(15892,1,5309,'','2013-12-10 17:04:45'),(15893,2,5309,'','2013-12-10 17:04:45'),(15894,3,5309,'16874','2013-12-10 17:04:45'),(15895,1,5310,'','2013-12-10 17:07:10'),(15896,2,5310,'','2013-12-10 17:07:10'),(15897,3,5310,'16874','2013-12-10 17:07:10'),(15898,1,5311,'','2013-12-10 17:13:04'),(15899,2,5311,'','2013-12-10 17:13:04'),(15900,3,5311,'','2013-12-10 17:13:04'),(15901,1,5312,'','2013-12-10 17:17:07'),(15902,2,5312,'','2013-12-10 17:17:07'),(15903,3,5312,'76009','2013-12-10 17:17:07'),(15904,1,5313,'','2013-12-10 17:23:13'),(15905,2,5313,'','2013-12-10 17:23:13'),(15906,3,5313,'76001','2013-12-10 17:23:13'),(15907,1,5314,'','2013-12-10 17:27:35'),(15908,2,5314,'','2013-12-10 17:27:35'),(15909,3,5314,'50427','2013-12-10 17:27:35'),(15910,1,5315,'','2013-12-10 17:44:31'),(15911,2,5315,'','2013-12-10 17:44:31'),(15912,3,5315,'76063','2013-12-10 17:44:31'),(15913,1,5316,'','2013-12-10 17:50:09'),(15914,2,5316,'','2013-12-10 17:50:09'),(15915,3,5316,'50427','2013-12-10 17:50:09'),(15916,1,5317,'','2013-12-10 18:04:47'),(15917,2,5317,'','2013-12-10 18:04:47'),(15918,3,5317,'AC','2013-12-10 18:04:47'),(15919,1,5318,'','2013-12-10 18:09:17'),(15920,2,5318,'','2013-12-10 18:09:17'),(15921,3,5318,'','2013-12-10 18:09:17'),(15922,1,5319,'','2013-12-10 18:17:47'),(15923,2,5319,'','2013-12-10 18:17:47'),(15924,3,5319,'','2013-12-10 18:17:47'),(15925,1,5320,'','2013-12-10 18:22:01'),(15926,2,5320,'','2013-12-10 18:22:01'),(15927,3,5320,'76009','2013-12-10 18:22:01'),(15928,1,5321,'','2013-12-10 18:41:09'),(15929,2,5321,'','2013-12-10 18:41:09'),(15930,3,5321,'50427','2013-12-10 18:41:09'),(15931,1,5322,'','2013-12-10 18:46:09'),(15932,2,5322,'','2013-12-10 18:46:09'),(15933,3,5322,'','2013-12-10 18:46:09'),(15934,1,5323,'','2013-12-10 18:59:20'),(15935,2,5323,'','2013-12-10 18:59:20'),(15936,3,5323,'76043','2013-12-10 18:59:20'),(15937,1,5324,'','2013-12-10 19:01:55'),(15938,2,5324,'','2013-12-10 19:01:55'),(15939,3,5324,'76005','2013-12-10 19:01:55'),(15940,1,5325,'','2013-12-10 19:04:54'),(15941,2,5325,'','2013-12-10 19:04:54'),(15942,3,5325,'50427','2013-12-10 19:04:54'),(15943,1,5326,'','2013-12-10 19:10:38'),(15944,2,5326,'','2013-12-10 19:10:39'),(15945,3,5326,'22514','2013-12-10 19:10:39'),(15946,1,5327,'','2013-12-10 19:12:43'),(15947,2,5327,'','2013-12-10 19:12:43'),(15948,3,5327,'2488','2013-12-10 19:12:43'),(15949,1,5328,'','2013-12-10 19:14:50'),(15950,2,5328,'','2013-12-10 19:14:50'),(15951,3,5328,'50427','2013-12-10 19:14:50'),(15952,1,5329,'','2013-12-10 19:36:43'),(15953,2,5329,'','2013-12-10 19:36:43'),(15954,3,5329,'50427','2013-12-10 19:36:43'),(15955,1,5330,'','2013-12-10 19:39:11'),(15956,2,5330,'','2013-12-10 19:39:11'),(15957,3,5330,'','2013-12-10 19:39:11'),(15958,1,5331,'','2013-12-10 19:39:40'),(15959,2,5331,'','2013-12-10 19:39:40'),(15960,3,5331,'76005','2013-12-10 19:39:40'),(15961,1,5332,'','2013-12-10 19:43:08'),(15962,2,5332,'','2013-12-10 19:43:08'),(15963,3,5332,'','2013-12-10 19:43:08'),(15964,1,5333,'','2013-12-10 19:48:10'),(15965,2,5333,'','2013-12-10 19:48:10'),(15966,3,5333,'','2013-12-10 19:48:10'),(15967,1,5333,'','2013-12-10 19:48:43'),(15968,2,5333,'','2013-12-10 19:48:43'),(15969,3,5333,'76044','2013-12-10 19:48:43'),(15970,1,5335,'','2013-12-10 19:54:30'),(15971,2,5335,'','2013-12-10 19:54:31'),(15972,3,5335,'76044','2013-12-10 19:54:31'),(15973,1,5336,'','2013-12-10 19:59:03'),(15974,2,5336,'','2013-12-10 19:59:03'),(15975,3,5336,'44789','2013-12-10 19:59:03'),(15976,1,5337,'','2013-12-10 20:03:29'),(15977,2,5337,'','2013-12-10 20:03:29'),(15978,3,5337,'44789','2013-12-10 20:03:29'),(15979,1,5337,'','2013-12-10 20:08:28'),(15980,2,5337,'','2013-12-10 20:08:28'),(15981,3,5337,'2222','2013-12-10 20:08:28'),(15982,1,5339,'','2013-12-10 20:11:09'),(15983,2,5339,'','2013-12-10 20:11:09'),(15984,3,5339,'','2013-12-10 20:11:09'),(15985,1,5340,'','2013-12-10 20:19:14'),(15986,2,5340,'','2013-12-10 20:19:14'),(15987,3,5340,'','2013-12-10 20:19:14'),(15988,1,5341,'','2013-12-10 20:27:53'),(15989,2,5341,'','2013-12-10 20:27:53'),(15990,3,5341,'76052','2013-12-10 20:27:53'),(15991,1,5342,'','2013-12-10 20:31:51'),(15992,2,5342,'','2013-12-10 20:31:51'),(15993,3,5342,'','2013-12-10 20:31:51'),(15994,1,5343,'','2013-12-10 20:33:31'),(15995,2,5343,'','2013-12-10 20:33:31'),(15996,3,5343,'16874','2013-12-10 20:33:31'),(15997,1,5344,'','2013-12-10 20:41:59'),(15998,2,5344,'','2013-12-10 20:41:59'),(15999,3,5344,'','2013-12-10 20:41:59'),(16000,1,5345,'','2013-12-10 20:48:39'),(16001,2,5345,'','2013-12-10 20:48:39'),(16002,3,5345,'','2013-12-10 20:48:39'),(16003,1,5346,'','2013-12-10 20:54:30'),(16004,2,5346,'','2013-12-10 20:54:30'),(16005,3,5346,'76071','2013-12-10 20:54:30'),(16006,1,5347,'','2013-12-10 21:01:11'),(16007,2,5347,'','2013-12-10 21:01:11'),(16008,3,5347,'76001','2013-12-10 21:01:11'),(16009,1,5348,'','2013-12-10 21:04:57'),(16010,2,5348,'','2013-12-10 21:04:57'),(16011,3,5348,'','2013-12-10 21:04:57'),(16012,1,5349,'','2013-12-10 21:18:29'),(16013,2,5349,'','2013-12-10 21:18:29'),(16014,3,5349,'','2013-12-10 21:18:29'),(16015,1,5350,'','2013-12-10 21:56:30'),(16016,2,5350,'','2013-12-10 21:56:30'),(16017,3,5350,'44789','2013-12-10 21:56:30'),(16018,1,5351,'','2013-12-10 22:13:03'),(16019,2,5351,'','2013-12-10 22:13:04'),(16020,3,5351,'76044','2013-12-10 22:13:04'),(16021,1,5352,'','2013-12-10 22:41:05'),(16022,2,5352,'','2013-12-10 22:41:05'),(16023,3,5352,'44789','2013-12-10 22:41:06'),(16024,1,5353,'','2013-12-10 22:51:43'),(16025,2,5353,'','2013-12-10 22:51:43'),(16026,3,5353,'76027','2013-12-10 22:51:43'),(16027,1,5354,'','2013-12-10 22:54:31'),(16028,2,5354,'','2013-12-10 22:54:31'),(16029,3,5354,'','2013-12-10 22:54:31'),(16030,1,5355,'','2013-12-10 23:22:37'),(16031,2,5355,'','2013-12-10 23:22:37'),(16032,3,5355,'','2013-12-10 23:22:37'),(16033,1,5356,'','2013-12-10 23:32:33'),(16034,2,5356,'','2013-12-10 23:32:33'),(16035,3,5356,'','2013-12-10 23:32:33'),(16036,1,5357,'','2013-12-11 00:22:01'),(16037,2,5357,'','2013-12-11 00:22:01'),(16038,3,5357,'22514','2013-12-11 00:22:01'),(16039,1,5358,'','2013-12-11 00:33:26'),(16040,2,5358,'','2013-12-11 00:33:26'),(16041,3,5358,'50427','2013-12-11 00:33:26'),(16042,1,5359,'','2013-12-11 00:38:22'),(16043,2,5359,'','2013-12-11 00:38:22'),(16044,3,5359,'','2013-12-11 00:38:22'),(16045,1,5360,'','2013-12-11 00:40:37'),(16046,2,5360,'','2013-12-11 00:40:37'),(16047,3,5360,'76050','2013-12-11 00:40:37'),(16048,1,5361,'','2013-12-11 00:50:56'),(16049,2,5361,'','2013-12-11 00:50:56'),(16050,3,5361,'16874','2013-12-11 00:50:56'),(16051,1,5362,'','2013-12-11 00:58:11'),(16052,2,5362,'','2013-12-11 00:58:11'),(16053,3,5362,'76052','2013-12-11 00:58:11'),(16054,1,5363,'','2013-12-11 01:03:39'),(16055,2,5363,'','2013-12-11 01:03:39'),(16056,3,5363,'1048','2013-12-11 01:03:39'),(16057,1,5364,'','2013-12-11 01:17:53'),(16058,2,5364,'','2013-12-11 01:17:53'),(16059,3,5364,'','2013-12-11 01:17:53'),(16060,1,5365,'','2013-12-11 01:35:44'),(16061,2,5365,'','2013-12-11 01:35:44'),(16062,3,5365,'50427','2013-12-11 01:35:44'),(16063,1,5366,'','2013-12-11 02:06:02'),(16064,2,5366,'','2013-12-11 02:06:02'),(16065,3,5366,'','2013-12-11 02:06:02'),(16066,1,5367,'','2013-12-11 02:22:22'),(16067,2,5367,'','2013-12-11 02:22:22'),(16068,3,5367,'','2013-12-11 02:22:22'),(16069,1,5368,'','2013-12-11 02:26:08'),(16070,2,5368,'','2013-12-11 02:26:08'),(16071,3,5368,'76061','2013-12-11 02:26:08'),(16072,1,5369,'','2013-12-11 02:34:27'),(16073,2,5369,'','2013-12-11 02:34:27'),(16074,3,5369,'76009','2013-12-11 02:34:27'),(16075,1,5370,'','2013-12-11 03:01:11'),(16076,2,5370,'','2013-12-11 03:01:11'),(16077,3,5370,'','2013-12-11 03:01:11'),(16078,1,5371,'','2013-12-11 03:23:55'),(16079,2,5371,'','2013-12-11 03:23:55'),(16080,3,5371,'50427','2013-12-11 03:23:55'),(16081,1,5372,'','2013-12-11 03:41:54'),(16082,2,5372,'','2013-12-11 03:41:54'),(16083,3,5372,'','2013-12-11 03:41:54'),(16084,1,5373,'','2013-12-11 04:07:06'),(16085,2,5373,'','2013-12-11 04:07:06'),(16086,3,5373,'76052','2013-12-11 04:07:06'),(16087,1,5374,'','2013-12-11 04:24:58'),(16088,2,5374,'','2013-12-11 04:24:58'),(16089,3,5374,'39761','2013-12-11 04:24:58'),(16090,1,5375,'','2013-12-11 06:23:12'),(16091,2,5375,'','2013-12-11 06:23:13'),(16092,3,5375,'','2013-12-11 06:23:13'),(16093,1,5376,'','2013-12-11 07:32:57'),(16094,2,5376,'','2013-12-11 07:32:57'),(16095,3,5376,'','2013-12-11 07:32:57'),(16096,1,5377,'','2013-12-11 14:33:53'),(16097,2,5377,'','2013-12-11 14:33:53'),(16098,3,5377,'1005','2013-12-11 14:33:53'),(16099,1,5378,'','2013-12-11 14:36:16'),(16100,2,5378,'','2013-12-11 14:36:16'),(16101,3,5378,'','2013-12-11 14:36:16'),(16102,1,5379,'','2013-12-11 14:38:33'),(16103,2,5379,'','2013-12-11 14:38:33'),(16104,3,5379,'50427','2013-12-11 14:38:33'),(16105,1,5380,'','2013-12-11 15:51:40'),(16106,2,5380,'','2013-12-11 15:51:40'),(16107,3,5380,'','2013-12-11 15:51:40'),(16108,1,5381,'','2013-12-11 16:43:16'),(16109,2,5381,'','2013-12-11 16:43:16'),(16110,3,5381,'50427','2013-12-11 16:43:16'),(16111,1,5382,'','2013-12-11 17:20:11'),(16112,2,5382,'','2013-12-11 17:20:11'),(16113,3,5382,'','2013-12-11 17:20:11'),(16114,1,5383,'','2013-12-11 17:31:32'),(16115,2,5383,'','2013-12-11 17:31:32'),(16116,3,5383,'','2013-12-11 17:31:32'),(16117,1,5384,'','2013-12-11 17:40:13'),(16118,2,5384,'','2013-12-11 17:40:13'),(16119,3,5384,'76027','2013-12-11 17:40:13'),(16120,1,5384,'','2013-12-11 17:42:43'),(16121,2,5384,'','2013-12-11 17:42:43'),(16122,3,5384,'50427','2013-12-11 17:42:43'),(16123,1,5386,'','2013-12-11 18:02:09'),(16124,2,5386,'','2013-12-11 18:02:09'),(16125,3,5386,'16874','2013-12-11 18:02:09'),(16126,1,5387,'','2013-12-11 18:13:06'),(16127,2,5387,'','2013-12-11 18:13:06'),(16128,3,5387,'','2013-12-11 18:13:06'),(16129,1,5388,'','2013-12-11 18:22:21'),(16130,2,5388,'','2013-12-11 18:22:22'),(16131,3,5388,'','2013-12-11 18:22:22'),(16132,1,5389,'','2013-12-11 18:37:06'),(16133,2,5389,'','2013-12-11 18:37:06'),(16134,3,5389,'','2013-12-11 18:37:06'),(16135,1,5390,'','2013-12-11 18:47:02'),(16136,2,5390,'','2013-12-11 18:47:02'),(16137,3,5390,'44789','2013-12-11 18:47:02'),(16138,1,5391,'','2013-12-11 18:49:07'),(16139,2,5391,'','2013-12-11 18:49:07'),(16140,3,5391,'50427','2013-12-11 18:49:07'),(16141,1,5392,'','2013-12-11 18:53:03'),(16142,2,5392,'','2013-12-11 18:53:03'),(16143,3,5392,'','2013-12-11 18:53:03'),(16144,1,5393,'','2013-12-11 19:01:20'),(16145,2,5393,'','2013-12-11 19:01:20'),(16146,3,5393,'1728','2013-12-11 19:01:20'),(16147,1,5394,'','2013-12-11 19:03:56'),(16148,2,5394,'','2013-12-11 19:03:56'),(16149,3,5394,'','2013-12-11 19:03:56'),(16150,1,5395,'','2013-12-11 19:11:22'),(16151,2,5395,'','2013-12-11 19:11:22'),(16152,3,5395,'16874','2013-12-11 19:11:22'),(16153,1,5396,'','2013-12-11 19:14:33'),(16154,2,5396,'','2013-12-11 19:14:33'),(16155,3,5396,'','2013-12-11 19:14:33'),(16156,1,5397,'','2013-12-11 19:24:40'),(16157,2,5397,'','2013-12-11 19:24:40'),(16158,3,5397,'50427','2013-12-11 19:24:40'),(16159,1,5398,'','2013-12-11 19:36:10'),(16160,2,5398,'','2013-12-11 19:36:10'),(16161,3,5398,'','2013-12-11 19:36:10'),(16162,1,5399,'','2013-12-11 19:39:00'),(16163,2,5399,'','2013-12-11 19:39:00'),(16164,3,5399,'','2013-12-11 19:39:00'),(16165,1,5400,'','2013-12-11 19:50:52'),(16166,2,5400,'','2013-12-11 19:50:52'),(16167,3,5400,'50427','2013-12-11 19:50:52'),(16168,1,5401,'','2013-12-11 19:53:20'),(16169,2,5401,'','2013-12-11 19:53:20'),(16170,3,5401,'16874','2013-12-11 19:53:20'),(16171,1,5402,'','2013-12-11 19:58:18'),(16172,2,5402,'','2013-12-11 19:58:18'),(16173,3,5402,'44789','2013-12-11 19:58:18'),(16174,1,5403,'','2013-12-11 20:14:30'),(16175,2,5403,'','2013-12-11 20:14:30'),(16176,3,5403,'76052','2013-12-11 20:14:30'),(16177,1,5404,'','2013-12-11 20:26:38'),(16178,2,5404,'','2013-12-11 20:26:38'),(16179,3,5404,'','2013-12-11 20:26:38'),(16180,1,5405,'','2013-12-11 20:27:09'),(16181,2,5405,'','2013-12-11 20:27:09'),(16182,3,5405,'','2013-12-11 20:27:09'),(16183,1,5406,'','2013-12-11 20:31:15'),(16184,2,5406,'','2013-12-11 20:31:15'),(16185,3,5406,'','2013-12-11 20:31:15'),(16186,1,5407,'','2013-12-11 20:51:49'),(16187,2,5407,'','2013-12-11 20:51:50'),(16188,3,5407,'','2013-12-11 20:51:50'),(16189,1,5408,'','2013-12-11 20:55:04'),(16190,2,5408,'','2013-12-11 20:55:04'),(16191,3,5408,'','2013-12-11 20:55:04'),(16192,1,5409,'','2013-12-11 20:57:35'),(16193,2,5409,'','2013-12-11 20:57:35'),(16194,3,5409,'','2013-12-11 20:57:35'),(16195,1,5410,'','2013-12-11 21:02:54'),(16196,2,5410,'','2013-12-11 21:02:54'),(16197,3,5410,'','2013-12-11 21:02:54'),(16198,1,5411,'','2013-12-11 21:09:47'),(16199,2,5411,'','2013-12-11 21:09:47'),(16200,3,5411,'','2013-12-11 21:09:47'),(16201,1,5412,'','2013-12-11 21:20:42'),(16202,2,5412,'','2013-12-11 21:20:42'),(16203,3,5412,'76052','2013-12-11 21:20:42'),(16204,1,5413,'','2013-12-11 22:03:25'),(16205,2,5413,'','2013-12-11 22:03:25'),(16206,3,5413,'76001','2013-12-11 22:03:25'),(16207,1,5414,'','2013-12-11 22:09:14'),(16208,2,5414,'','2013-12-11 22:09:14'),(16209,3,5414,'','2013-12-11 22:09:14'),(16210,1,5415,'','2013-12-11 22:21:44'),(16211,2,5415,'','2013-12-11 22:21:44'),(16212,3,5415,'50427','2013-12-11 22:21:44'),(16213,1,5416,'','2013-12-11 22:26:23'),(16214,2,5416,'','2013-12-11 22:26:23'),(16215,3,5416,'','2013-12-11 22:26:23'),(16216,1,5417,'','2013-12-11 22:31:32'),(16217,2,5417,'','2013-12-11 22:31:32'),(16218,3,5417,'76058','2013-12-11 22:31:32'),(16219,1,5418,'','2013-12-11 22:41:08'),(16220,2,5418,'','2013-12-11 22:41:08'),(16221,3,5418,'','2013-12-11 22:41:08'),(16222,1,5419,'','2013-12-11 22:50:10'),(16223,2,5419,'','2013-12-11 22:50:10'),(16224,3,5419,'AC','2013-12-11 22:50:10'),(16225,1,5420,'','2013-12-11 23:12:05'),(16226,2,5420,'','2013-12-11 23:12:05'),(16227,3,5420,'','2013-12-11 23:12:05'),(16228,1,5421,'','2013-12-11 23:16:56'),(16229,2,5421,'','2013-12-11 23:16:56'),(16230,3,5421,'50427','2013-12-11 23:16:56'),(16231,1,5422,'','2013-12-11 23:25:26'),(16232,2,5422,'','2013-12-11 23:25:26'),(16233,3,5422,'50427','2013-12-11 23:25:26'),(16234,1,5423,'','2013-12-11 23:45:25'),(16235,2,5423,'','2013-12-11 23:45:25'),(16236,3,5423,'','2013-12-11 23:45:26'),(16237,1,5424,'','2013-12-11 23:48:42'),(16238,2,5424,'','2013-12-11 23:48:42'),(16239,3,5424,'','2013-12-11 23:48:42'),(16240,1,5425,'','2013-12-11 23:52:15'),(16241,2,5425,'','2013-12-11 23:52:15'),(16242,3,5425,'76009','2013-12-11 23:52:15'),(16243,1,5426,'','2013-12-12 00:07:35'),(16244,2,5426,'','2013-12-12 00:07:35'),(16245,3,5426,'50557','2013-12-12 00:07:35'),(16246,1,5427,'','2013-12-12 00:11:33'),(16247,2,5427,'','2013-12-12 00:11:33'),(16248,3,5427,'44789','2013-12-12 00:11:33'),(16249,1,5428,'','2013-12-12 00:14:25'),(16250,2,5428,'','2013-12-12 00:14:25'),(16251,3,5428,'','2013-12-12 00:14:25'),(16252,1,5429,'','2013-12-12 00:33:56'),(16253,2,5429,'','2013-12-12 00:33:56'),(16254,3,5429,'1152','2013-12-12 00:33:56'),(16255,1,5430,'','2013-12-12 00:36:45'),(16256,2,5430,'','2013-12-12 00:36:45'),(16257,3,5430,'','2013-12-12 00:36:45'),(16258,1,5431,'','2013-12-12 00:40:43'),(16259,2,5431,'','2013-12-12 00:40:43'),(16260,3,5431,'50427','2013-12-12 00:40:43'),(16261,1,5432,'','2013-12-12 00:45:49'),(16262,2,5432,'','2013-12-12 00:45:49'),(16263,3,5432,'76065','2013-12-12 00:45:49'),(16264,1,5433,'','2013-12-12 01:09:49'),(16265,2,5433,'','2013-12-12 01:09:49'),(16266,3,5433,'76009','2013-12-12 01:09:49'),(16267,1,5434,'','2013-12-12 01:17:14'),(16268,2,5434,'','2013-12-12 01:17:14'),(16269,3,5434,'','2013-12-12 01:17:14'),(16270,1,5435,'','2013-12-12 01:20:13'),(16271,2,5435,'','2013-12-12 01:20:13'),(16272,3,5435,'76001','2013-12-12 01:20:13'),(16273,1,5436,'','2013-12-12 01:33:14'),(16274,2,5436,'','2013-12-12 01:33:14'),(16275,3,5436,'76009','2013-12-12 01:33:14'),(16276,1,5437,'','2013-12-12 02:18:14'),(16277,2,5437,'','2013-12-12 02:18:14'),(16278,3,5437,'50427','2013-12-12 02:18:14'),(16279,1,5438,'','2013-12-12 03:04:56'),(16280,2,5438,'','2013-12-12 03:04:56'),(16281,3,5438,'76001','2013-12-12 03:04:56'),(16282,1,5439,'','2013-12-12 03:56:07'),(16283,2,5439,'','2013-12-12 03:56:07'),(16284,3,5439,'','2013-12-12 03:56:07'),(16285,1,5440,'','2013-12-12 04:23:37'),(16286,2,5440,'','2013-12-12 04:23:37'),(16287,3,5440,'1089','2013-12-12 04:23:37'),(16288,1,5441,'','2013-12-12 04:30:38'),(16289,2,5441,'','2013-12-12 04:30:38'),(16290,3,5441,'','2013-12-12 04:30:38'),(16291,1,5442,'','2013-12-12 04:40:43'),(16292,2,5442,'','2013-12-12 04:40:43'),(16293,3,5442,'','2013-12-12 04:40:43'),(16294,1,5443,'','2013-12-12 04:44:55'),(16295,2,5443,'','2013-12-12 04:44:55'),(16296,3,5443,'22514','2013-12-12 04:44:55'),(16297,1,5444,'','2013-12-12 04:48:29'),(16298,2,5444,'','2013-12-12 04:48:29'),(16299,3,5444,'50427','2013-12-12 04:48:29'),(16300,1,5445,'','2013-12-12 05:16:32'),(16301,2,5445,'','2013-12-12 05:16:32'),(16302,3,5445,'','2013-12-12 05:16:32'),(16303,1,5446,'','2013-12-12 05:46:53'),(16304,2,5446,'','2013-12-12 05:46:53'),(16305,3,5446,'76009','2013-12-12 05:46:53'),(16306,1,5447,'','2013-12-12 10:06:52'),(16307,2,5447,'','2013-12-12 10:06:52'),(16308,3,5447,'','2013-12-12 10:06:52'),(16309,1,5448,'','2013-12-12 10:54:58'),(16310,2,5448,'','2013-12-12 10:54:58'),(16311,3,5448,'','2013-12-12 10:54:58'),(16312,1,5449,'','2013-12-12 11:50:54'),(16313,2,5449,'','2013-12-12 11:50:54'),(16314,3,5449,'','2013-12-12 11:50:54'),(16315,1,5450,'','2013-12-12 13:51:22'),(16316,2,5450,'','2013-12-12 13:51:22'),(16317,3,5450,'1048','2013-12-12 13:51:22'),(16318,1,5451,'','2013-12-12 14:15:56'),(16319,2,5451,'','2013-12-12 14:15:56'),(16320,3,5451,'','2013-12-12 14:15:56'),(16321,1,5452,'','2013-12-12 15:26:35'),(16322,2,5452,'','2013-12-12 15:26:35'),(16323,3,5452,'50427','2013-12-12 15:26:35'),(16324,1,5453,'','2013-12-12 15:30:22'),(16325,2,5453,'','2013-12-12 15:30:22'),(16326,3,5453,'50427','2013-12-12 15:30:22'),(16327,1,5454,'','2013-12-12 15:52:33'),(16328,2,5454,'','2013-12-12 15:52:33'),(16329,3,5454,'44789','2013-12-12 15:52:33'),(16330,1,5455,'','2013-12-12 15:55:26'),(16331,2,5455,'','2013-12-12 15:55:26'),(16332,3,5455,'50427','2013-12-12 15:55:26'),(16333,1,5456,'','2013-12-12 16:05:09'),(16334,2,5456,'','2013-12-12 16:05:09'),(16335,3,5456,'','2013-12-12 16:05:09'),(16336,1,5457,'','2013-12-12 16:07:42'),(16337,2,5457,'','2013-12-12 16:07:42'),(16338,3,5457,'76089','2013-12-12 16:07:42'),(16339,1,5458,'','2013-12-12 16:11:29'),(16340,2,5458,'','2013-12-12 16:11:29'),(16341,3,5458,'76068','2013-12-12 16:11:29'),(16342,1,5459,'','2013-12-12 16:45:02'),(16343,2,5459,'','2013-12-12 16:45:02'),(16344,3,5459,'','2013-12-12 16:45:02'),(16345,1,5460,'','2013-12-12 16:48:07'),(16346,2,5460,'','2013-12-12 16:48:07'),(16347,3,5460,'50427','2013-12-12 16:48:07'),(16348,1,5461,'','2013-12-12 17:50:35'),(16349,2,5461,'','2013-12-12 17:50:35'),(16350,3,5461,'50427','2013-12-12 17:50:35'),(16351,1,5462,'','2013-12-12 18:24:49'),(16352,2,5462,'','2013-12-12 18:24:49'),(16353,3,5462,'','2013-12-12 18:24:49'),(16354,1,5463,'','2013-12-12 18:37:55'),(16355,2,5463,'','2013-12-12 18:37:55'),(16356,3,5463,'50427','2013-12-12 18:37:55'),(16357,1,5464,'','2013-12-12 18:42:22'),(16358,2,5464,'','2013-12-12 18:42:22'),(16359,3,5464,'1525','2013-12-12 18:42:22'),(16360,1,5465,'','2013-12-12 18:45:32'),(16361,2,5465,'','2013-12-12 18:45:32'),(16362,3,5465,'1525','2013-12-12 18:45:32'),(16363,1,5466,'','2013-12-12 18:49:58'),(16364,2,5466,'','2013-12-12 18:49:58'),(16365,3,5466,'','2013-12-12 18:49:58'),(16366,1,5467,'','2013-12-12 18:59:58'),(16367,2,5467,'','2013-12-12 18:59:58'),(16368,3,5467,'76005','2013-12-12 18:59:58'),(16369,1,5468,'','2013-12-12 19:02:27'),(16370,2,5468,'','2013-12-12 19:02:27'),(16371,3,5468,'76005','2013-12-12 19:02:27'),(16372,1,5469,'','2013-12-12 19:04:08'),(16373,2,5469,'','2013-12-12 19:04:08'),(16374,3,5469,'','2013-12-12 19:04:08'),(16375,1,5470,'','2013-12-12 19:09:00'),(16376,2,5470,'','2013-12-12 19:09:00'),(16377,3,5470,'','2013-12-12 19:09:00'),(16378,1,5471,'','2013-12-12 19:13:42'),(16379,2,5471,'','2013-12-12 19:13:42'),(16380,3,5471,'50427','2013-12-12 19:13:42'),(16381,1,5472,'','2013-12-12 19:18:33'),(16382,2,5472,'','2013-12-12 19:18:33'),(16383,3,5472,'','2013-12-12 19:18:33'),(16384,1,5473,'','2013-12-12 19:29:45'),(16385,2,5473,'','2013-12-12 19:29:45'),(16386,3,5473,'44789','2013-12-12 19:29:45'),(16387,1,5474,'','2013-12-12 19:41:08'),(16388,2,5474,'','2013-12-12 19:41:08'),(16389,3,5474,'2488','2013-12-12 19:41:08'),(16390,1,5475,'','2013-12-12 19:43:16'),(16391,2,5475,'','2013-12-12 19:43:16'),(16392,3,5475,'','2013-12-12 19:43:16'),(16393,1,5476,'','2013-12-12 20:01:12'),(16394,2,5476,'','2013-12-12 20:01:12'),(16395,3,5476,'50427','2013-12-12 20:01:12'),(16396,1,5477,'','2013-12-12 20:05:18'),(16397,2,5477,'','2013-12-12 20:05:18'),(16398,3,5477,'','2013-12-12 20:05:18'),(16399,1,5478,'','2013-12-12 20:11:51'),(16400,2,5478,'','2013-12-12 20:11:51'),(16401,3,5478,'50427','2013-12-12 20:11:51'),(16402,1,5479,'','2013-12-12 20:18:12'),(16403,2,5479,'','2013-12-12 20:18:12'),(16404,3,5479,'','2013-12-12 20:18:12'),(16405,1,5480,'','2013-12-12 20:33:42'),(16406,2,5480,'','2013-12-12 20:33:42'),(16407,3,5480,'50427','2013-12-12 20:33:42'),(16408,1,5481,'','2013-12-12 20:45:24'),(16409,2,5481,'','2013-12-12 20:45:24'),(16410,3,5481,'1152','2013-12-12 20:45:24'),(16411,1,5482,'','2013-12-12 21:00:34'),(16412,2,5482,'','2013-12-12 21:00:34'),(16413,3,5482,'50427','2013-12-12 21:00:34'),(16414,1,5483,'','2013-12-12 21:47:36'),(16415,2,5483,'','2013-12-12 21:47:36'),(16416,3,5483,'16874','2013-12-12 21:47:36'),(16417,1,5484,'','2013-12-12 21:58:22'),(16418,2,5484,'','2013-12-12 21:58:22'),(16419,3,5484,'','2013-12-12 21:58:22'),(16420,1,5485,'','2013-12-12 22:06:34'),(16421,2,5485,'','2013-12-12 22:06:34'),(16422,3,5485,'37.00','2013-12-12 22:06:34'),(16423,1,5486,'','2013-12-12 22:35:13'),(16424,2,5486,'','2013-12-12 22:35:13'),(16425,3,5486,'50427','2013-12-12 22:35:13'),(16426,1,5487,'','2013-12-12 22:38:21'),(16427,2,5487,'','2013-12-12 22:38:22'),(16428,3,5487,'','2013-12-12 22:38:22'),(16429,1,5488,'','2013-12-12 22:53:11'),(16430,2,5488,'','2013-12-12 22:53:11'),(16431,3,5488,'50427','2013-12-12 22:53:11'),(16432,1,5489,'','2013-12-12 23:29:26'),(16433,2,5489,'','2013-12-12 23:29:26'),(16434,3,5489,'44789','2013-12-12 23:29:26'),(16435,1,5490,'','2013-12-13 00:04:58'),(16436,2,5490,'','2013-12-13 00:04:58'),(16437,3,5490,'','2013-12-13 00:04:58'),(16438,1,5491,'','2013-12-13 00:17:47'),(16439,2,5491,'','2013-12-13 00:17:47'),(16440,3,5491,'','2013-12-13 00:17:47'),(16441,1,5492,'','2013-12-13 00:32:43'),(16442,2,5492,'','2013-12-13 00:32:43'),(16443,3,5492,'50427','2013-12-13 00:32:43'),(16444,1,5493,'','2013-12-13 00:36:59'),(16445,2,5493,'','2013-12-13 00:36:59'),(16446,3,5493,'1109','2013-12-13 00:36:59'),(16447,1,5494,'','2013-12-13 00:47:22'),(16448,2,5494,'','2013-12-13 00:47:22'),(16449,3,5494,'76001','2013-12-13 00:47:22'),(16450,1,5495,'','2013-12-13 01:03:43'),(16451,2,5495,'','2013-12-13 01:03:43'),(16452,3,5495,'','2013-12-13 01:03:44'),(16453,1,5496,'','2013-12-13 01:24:59'),(16454,2,5496,'','2013-12-13 01:24:59'),(16455,3,5496,'44789','2013-12-13 01:24:59'),(16456,1,5497,'','2013-12-13 01:38:37'),(16457,2,5497,'','2013-12-13 01:38:37'),(16458,3,5497,'76027','2013-12-13 01:38:37'),(16459,1,5498,'','2013-12-13 01:51:46'),(16460,2,5498,'','2013-12-13 01:51:46'),(16461,3,5498,'44789','2013-12-13 01:51:46'),(16462,1,5499,'','2013-12-13 02:29:59'),(16463,2,5499,'','2013-12-13 02:29:59'),(16464,3,5499,'2488','2013-12-13 02:29:59'),(16465,1,5500,'','2013-12-13 02:50:03'),(16466,2,5500,'','2013-12-13 02:50:03'),(16467,3,5500,'','2013-12-13 02:50:03'),(16468,1,5501,'','2013-12-13 02:50:39'),(16469,2,5501,'','2013-12-13 02:50:39'),(16470,3,5501,'','2013-12-13 02:50:39'),(16471,1,5502,'','2013-12-13 03:00:34'),(16472,2,5502,'','2013-12-13 03:00:34'),(16473,3,5502,'','2013-12-13 03:00:34'),(16474,1,5503,'','2013-12-13 03:27:06'),(16475,2,5503,'','2013-12-13 03:27:06'),(16476,3,5503,'','2013-12-13 03:27:06'),(16477,1,5504,'','2013-12-13 05:15:20'),(16478,2,5504,'','2013-12-13 05:15:20'),(16479,3,5504,'','2013-12-13 05:15:20'),(16480,1,5505,'','2013-12-13 06:54:44'),(16481,2,5505,'','2013-12-13 06:54:44'),(16482,3,5505,'','2013-12-13 06:54:44'),(16483,1,5506,'','2013-12-13 07:32:46'),(16484,2,5506,'','2013-12-13 07:32:46'),(16485,3,5506,'','2013-12-13 07:32:46'),(16486,1,5507,'','2013-12-13 07:37:41'),(16487,2,5507,'','2013-12-13 07:37:41'),(16488,3,5507,'','2013-12-13 07:37:41'),(16489,1,5508,'','2013-12-13 10:02:52'),(16490,2,5508,'','2013-12-13 10:02:52'),(16491,3,5508,'50427','2013-12-13 10:02:52'),(16492,1,5509,'','2013-12-13 14:08:42'),(16493,2,5509,'','2013-12-13 14:08:42'),(16494,3,5509,'16874','2013-12-13 14:08:42'),(16495,1,5510,'','2013-12-13 14:28:14'),(16496,2,5510,'','2013-12-13 14:28:14'),(16497,3,5510,'1105','2013-12-13 14:28:14'),(16498,1,5511,'','2013-12-13 14:33:41'),(16499,2,5511,'','2013-12-13 14:33:41'),(16500,3,5511,'16874','2013-12-13 14:33:41'),(16501,1,5512,'','2013-12-13 14:58:57'),(16502,2,5512,'','2013-12-13 14:58:57'),(16503,3,5512,'44789','2013-12-13 14:58:57'),(16504,1,5513,'','2013-12-13 15:01:28'),(16505,2,5513,'','2013-12-13 15:01:28'),(16506,3,5513,'','2013-12-13 15:01:28'),(16507,1,5514,'','2013-12-13 15:33:42'),(16508,2,5514,'','2013-12-13 15:33:42'),(16509,3,5514,'','2013-12-13 15:33:42'),(16510,1,5515,'','2013-12-13 15:36:07'),(16511,2,5515,'','2013-12-13 15:36:07'),(16512,3,5515,'76009','2013-12-13 15:36:07'),(16513,1,5516,'','2013-12-13 15:48:58'),(16514,2,5516,'','2013-12-13 15:48:58'),(16515,3,5516,'','2013-12-13 15:48:58'),(16516,1,5517,'','2013-12-13 16:13:45'),(16517,2,5517,'','2013-12-13 16:13:45'),(16518,3,5517,'','2013-12-13 16:13:45'),(16519,1,5518,'','2013-12-13 16:41:15'),(16520,2,5518,'','2013-12-13 16:41:15'),(16521,3,5518,'16874','2013-12-13 16:41:15'),(16522,1,5519,'','2013-12-13 17:00:59'),(16523,2,5519,'','2013-12-13 17:00:59'),(16524,3,5519,'76001','2013-12-13 17:00:59'),(16525,1,5520,'','2013-12-13 17:11:45'),(16526,2,5520,'','2013-12-13 17:11:45'),(16527,3,5520,'76068','2013-12-13 17:11:45'),(16528,1,5521,'','2013-12-13 17:17:12'),(16529,2,5521,'','2013-12-13 17:17:12'),(16530,3,5521,'76009','2013-12-13 17:17:12'),(16531,1,5522,'','2013-12-13 17:39:50'),(16532,2,5522,'','2013-12-13 17:39:50'),(16533,3,5522,'1525','2013-12-13 17:39:50'),(16534,1,5523,'','2013-12-13 17:53:53'),(16535,2,5523,'','2013-12-13 17:53:53'),(16536,3,5523,'','2013-12-13 17:53:53'),(16537,1,5524,'','2013-12-13 17:57:56'),(16538,2,5524,'','2013-12-13 17:57:56'),(16539,3,5524,'1105','2013-12-13 17:57:56'),(16540,1,5525,'','2013-12-13 18:19:33'),(16541,2,5525,'','2013-12-13 18:19:33'),(16542,3,5525,'76009','2013-12-13 18:19:33'),(16543,1,5526,'','2013-12-13 18:23:05'),(16544,2,5526,'','2013-12-13 18:23:05'),(16545,3,5526,'','2013-12-13 18:23:05'),(16546,1,5527,'','2013-12-13 18:29:33'),(16547,2,5527,'','2013-12-13 18:29:33'),(16548,3,5527,'50427','2013-12-13 18:29:33'),(16549,1,5528,'','2013-12-13 18:50:31'),(16550,2,5528,'','2013-12-13 18:50:31'),(16551,3,5528,'1152','2013-12-13 18:50:31'),(16552,1,5529,'','2013-12-13 18:52:41'),(16553,2,5529,'','2013-12-13 18:52:41'),(16554,3,5529,'50427','2013-12-13 18:52:42'),(16555,1,5530,'','2013-12-13 18:58:28'),(16556,2,5530,'','2013-12-13 18:58:28'),(16557,3,5530,'76058','2013-12-13 18:58:28'),(16558,1,5531,'','2013-12-13 19:03:05'),(16559,2,5531,'','2013-12-13 19:03:05'),(16560,3,5531,'50427','2013-12-13 19:03:05'),(16561,1,5532,'','2013-12-13 19:16:10'),(16562,2,5532,'','2013-12-13 19:16:10'),(16563,3,5532,'','2013-12-13 19:16:11'),(16564,1,5533,'','2013-12-13 19:21:02'),(16565,2,5533,'','2013-12-13 19:21:02'),(16566,3,5533,'24660','2013-12-13 19:21:02'),(16567,1,5534,'','2013-12-13 19:52:10'),(16568,2,5534,'','2013-12-13 19:52:10'),(16569,3,5534,'','2013-12-13 19:52:10'),(16570,1,5535,'','2013-12-13 19:55:25'),(16571,2,5535,'','2013-12-13 19:55:25'),(16572,3,5535,'50559','2013-12-13 19:55:25'),(16573,1,5536,'','2013-12-13 19:58:46'),(16574,2,5536,'','2013-12-13 19:58:46'),(16575,3,5536,'','2013-12-13 19:58:46'),(16576,1,5537,'','2013-12-13 20:00:55'),(16577,2,5537,'','2013-12-13 20:00:55'),(16578,3,5537,'','2013-12-13 20:00:55'),(16579,1,5538,'','2013-12-13 20:51:12'),(16580,2,5538,'','2013-12-13 20:51:13'),(16581,3,5538,'','2013-12-13 20:51:13'),(16582,1,5539,'','2013-12-13 21:04:57'),(16583,2,5539,'','2013-12-13 21:04:57'),(16584,3,5539,'76009','2013-12-13 21:04:57'),(16585,1,5540,'','2013-12-13 21:09:51'),(16586,2,5540,'','2013-12-13 21:09:51'),(16587,3,5540,'76052','2013-12-13 21:09:51'),(16588,1,5541,'','2013-12-13 21:17:39'),(16589,2,5541,'','2013-12-13 21:17:39'),(16590,3,5541,'15866','2013-12-13 21:17:39'),(16591,1,5542,'','2013-12-13 21:24:11'),(16592,2,5542,'','2013-12-13 21:24:11'),(16593,3,5542,'76009','2013-12-13 21:24:11'),(16594,1,5543,'','2013-12-13 21:50:43'),(16595,2,5543,'','2013-12-13 21:50:43'),(16596,3,5543,'50427','2013-12-13 21:50:43'),(16597,1,5544,'','2013-12-13 21:59:03'),(16598,2,5544,'','2013-12-13 21:59:03'),(16599,3,5544,'','2013-12-13 21:59:03'),(16600,1,5545,'','2013-12-13 22:08:43'),(16601,2,5545,'','2013-12-13 22:08:43'),(16602,3,5545,'','2013-12-13 22:08:43'),(16603,1,5546,'','2013-12-13 22:36:38'),(16604,2,5546,'','2013-12-13 22:36:38'),(16605,3,5546,'76068','2013-12-13 22:36:38'),(16606,1,5547,'','2013-12-13 23:35:02'),(16607,2,5547,'','2013-12-13 23:35:02'),(16608,3,5547,'','2013-12-13 23:35:02'),(16609,1,5548,'','2013-12-14 00:41:17'),(16610,2,5548,'','2013-12-14 00:41:17'),(16611,3,5548,'45183','2013-12-14 00:41:17'),(16612,1,5549,'','2013-12-14 00:46:44'),(16613,2,5549,'','2013-12-14 00:46:44'),(16614,3,5549,'76052','2013-12-14 00:46:44'),(16615,1,5550,'','2013-12-14 00:52:50'),(16616,2,5550,'','2013-12-14 00:52:50'),(16617,3,5550,'','2013-12-14 00:52:50'),(16618,1,5551,'','2013-12-14 00:57:07'),(16619,2,5551,'','2013-12-14 00:57:07'),(16620,3,5551,'','2013-12-14 00:57:07'),(16621,1,5552,'','2013-12-14 01:02:49'),(16622,2,5552,'','2013-12-14 01:02:49'),(16623,3,5552,'16874','2013-12-14 01:02:49'),(16624,1,5553,'','2013-12-14 02:24:07'),(16625,2,5553,'','2013-12-14 02:24:07'),(16626,3,5553,'16874','2013-12-14 02:24:07'),(16627,1,5554,'','2013-12-14 02:28:48'),(16628,2,5554,'','2013-12-14 02:28:48'),(16629,3,5554,'','2013-12-14 02:28:48'),(16630,1,5555,'','2013-12-14 02:44:04'),(16631,2,5555,'','2013-12-14 02:44:04'),(16632,3,5555,'22514','2013-12-14 02:44:04'),(16633,1,5556,'','2013-12-14 02:46:08'),(16634,2,5556,'','2013-12-14 02:46:08'),(16635,3,5556,'1069','2013-12-14 02:46:08'),(16636,1,5557,'','2013-12-14 03:02:56'),(16637,2,5557,'','2013-12-14 03:02:56'),(16638,3,5557,'','2013-12-14 03:02:56'),(16639,1,5558,'','2013-12-14 03:17:20'),(16640,2,5558,'','2013-12-14 03:17:20'),(16641,3,5558,'','2013-12-14 03:17:20'),(16642,1,5559,'','2013-12-14 03:19:40'),(16643,2,5559,'','2013-12-14 03:19:40'),(16644,3,5559,'','2013-12-14 03:19:40'),(16645,1,5560,'','2013-12-14 03:22:30'),(16646,2,5560,'','2013-12-14 03:22:30'),(16647,3,5560,'50427','2013-12-14 03:22:30'),(16648,1,5561,'','2013-12-14 03:27:27'),(16649,2,5561,'','2013-12-14 03:27:27'),(16650,3,5561,'1152','2013-12-14 03:27:27'),(16651,1,5562,'','2013-12-14 03:52:41'),(16652,2,5562,'','2013-12-14 03:52:41'),(16653,3,5562,'50559','2013-12-14 03:52:41'),(16654,1,5563,'','2013-12-14 05:10:43'),(16655,2,5563,'','2013-12-14 05:10:43'),(16656,3,5563,'','2013-12-14 05:10:43'),(16657,1,5564,'','2013-12-14 05:27:09'),(16658,2,5564,'','2013-12-14 05:27:09'),(16659,3,5564,'76075','2013-12-14 05:27:09'),(16660,1,5565,'','2013-12-14 05:35:05'),(16661,2,5565,'','2013-12-14 05:35:05'),(16662,3,5565,'16874','2013-12-14 05:35:05'),(16663,1,5566,'','2013-12-14 05:37:12'),(16664,2,5566,'','2013-12-14 05:37:12'),(16665,3,5566,'16874','2013-12-14 05:37:12'),(16666,1,5567,'','2013-12-14 06:01:16'),(16667,2,5567,'','2013-12-14 06:01:16'),(16668,3,5567,'','2013-12-14 06:01:16'),(16669,1,5568,'','2013-12-14 06:50:08'),(16670,2,5568,'','2013-12-14 06:50:08'),(16671,3,5568,'50427','2013-12-14 06:50:08'),(16672,1,5569,'','2013-12-14 08:37:43'),(16673,2,5569,'','2013-12-14 08:37:43'),(16674,3,5569,'','2013-12-14 08:37:43'),(16675,1,5570,'','2013-12-14 08:45:23'),(16676,2,5570,'','2013-12-14 08:45:23'),(16677,3,5570,'','2013-12-14 08:45:23'),(16678,1,5571,'','2013-12-14 12:42:09'),(16679,2,5571,'','2013-12-14 12:42:09'),(16680,3,5571,'44789','2013-12-14 12:42:09'),(16681,1,5572,'','2013-12-14 12:57:50'),(16682,2,5572,'','2013-12-14 12:57:50'),(16683,3,5572,'75508','2013-12-14 12:57:50'),(16684,1,5573,'','2013-12-14 14:28:24'),(16685,2,5573,'','2013-12-14 14:28:24'),(16686,3,5573,'','2013-12-14 14:28:24'),(16687,1,5574,'','2013-12-14 15:45:53'),(16688,2,5574,'','2013-12-14 15:45:53'),(16689,3,5574,'','2013-12-14 15:45:53'),(16690,1,5575,'','2013-12-14 15:54:42'),(16691,2,5575,'','2013-12-14 15:54:42'),(16692,3,5575,'','2013-12-14 15:54:42'),(16693,1,5576,'','2013-12-14 16:17:46'),(16694,2,5576,'','2013-12-14 16:17:46'),(16695,3,5576,'1048','2013-12-14 16:17:46'),(16696,1,5577,'','2013-12-14 16:32:44'),(16697,2,5577,'','2013-12-14 16:32:44'),(16698,3,5577,'44789','2013-12-14 16:32:44'),(16699,1,5578,'','2013-12-14 16:40:14'),(16700,2,5578,'','2013-12-14 16:40:14'),(16701,3,5578,'50427','2013-12-14 16:40:14'),(16702,1,5579,'','2013-12-14 16:48:51'),(16703,2,5579,'','2013-12-14 16:48:51'),(16704,3,5579,'44789','2013-12-14 16:48:51'),(16705,1,5580,'','2013-12-14 16:51:22'),(16706,2,5580,'','2013-12-14 16:51:22'),(16707,3,5580,'75508','2013-12-14 16:51:22'),(16708,1,5581,'','2013-12-14 16:59:45'),(16709,2,5581,'','2013-12-14 16:59:45'),(16710,3,5581,'1105','2013-12-14 16:59:45'),(16711,1,5582,'','2013-12-14 17:05:44'),(16712,2,5582,'','2013-12-14 17:05:44'),(16713,3,5582,'','2013-12-14 17:05:44'),(16714,1,5583,'','2013-12-14 17:10:46'),(16715,2,5583,'','2013-12-14 17:10:46'),(16716,3,5583,'','2013-12-14 17:10:46'),(16717,1,5584,'','2013-12-14 17:17:19'),(16718,2,5584,'','2013-12-14 17:17:20'),(16719,3,5584,'50427','2013-12-14 17:17:20'),(16720,1,5585,'','2013-12-14 17:23:25'),(16721,2,5585,'','2013-12-14 17:23:25'),(16722,3,5585,'','2013-12-14 17:23:25'),(16723,1,5586,'','2013-12-14 17:45:45'),(16724,2,5586,'','2013-12-14 17:45:45'),(16725,3,5586,'76067','2013-12-14 17:45:45'),(16726,1,5587,'','2013-12-14 18:13:00'),(16727,2,5587,'','2013-12-14 18:13:00'),(16728,3,5587,'','2013-12-14 18:13:00'),(16729,1,5588,'','2013-12-14 18:19:37'),(16730,2,5588,'','2013-12-14 18:19:37'),(16731,3,5588,'50427','2013-12-14 18:19:37'),(16732,1,5589,'','2013-12-14 18:24:47'),(16733,2,5589,'','2013-12-14 18:24:47'),(16734,3,5589,'','2013-12-14 18:24:47'),(16735,1,5590,'','2013-12-14 18:35:17'),(16736,2,5590,'','2013-12-14 18:35:17'),(16737,3,5590,'','2013-12-14 18:35:17'),(16738,1,5591,'','2013-12-14 18:46:45'),(16739,2,5591,'','2013-12-14 18:46:45'),(16740,3,5591,'','2013-12-14 18:46:45'),(16741,1,5592,'','2013-12-14 19:36:47'),(16742,2,5592,'','2013-12-14 19:36:47'),(16743,3,5592,'76052','2013-12-14 19:36:47'),(16744,1,5593,'','2013-12-14 19:45:03'),(16745,2,5593,'','2013-12-14 19:45:03'),(16746,3,5593,'76068','2013-12-14 19:45:03'),(16747,1,5594,'','2013-12-14 20:03:23'),(16748,2,5594,'','2013-12-14 20:03:23'),(16749,3,5594,'76005','2013-12-14 20:03:23'),(16750,1,5595,'','2013-12-14 20:09:55'),(16751,2,5595,'','2013-12-14 20:09:55'),(16752,3,5595,'76067','2013-12-14 20:09:55'),(16753,1,5596,'','2013-12-14 20:23:46'),(16754,2,5596,'','2013-12-14 20:23:46'),(16755,3,5596,'43290','2013-12-14 20:23:46'),(16756,1,5597,'','2013-12-14 21:28:52'),(16757,2,5597,'','2013-12-14 21:28:52'),(16758,3,5597,'','2013-12-14 21:28:52'),(16759,1,5598,'','2013-12-14 21:48:00'),(16760,2,5598,'','2013-12-14 21:48:00'),(16761,3,5598,'50559','2013-12-14 21:48:00'),(16762,1,5599,'','2013-12-14 21:50:47'),(16763,2,5599,'','2013-12-14 21:50:47'),(16764,3,5599,'50427','2013-12-14 21:50:47'),(16765,1,5600,'','2013-12-14 22:01:20'),(16766,2,5600,'','2013-12-14 22:01:20'),(16767,3,5600,'','2013-12-14 22:01:20'),(16768,1,5601,'','2013-12-14 22:09:35'),(16769,2,5601,'','2013-12-14 22:09:35'),(16770,3,5601,'','2013-12-14 22:09:35'),(16771,1,5602,'','2013-12-14 23:31:18'),(16772,2,5602,'','2013-12-14 23:31:18'),(16773,3,5602,'1525','2013-12-14 23:31:18'),(16774,1,5603,'','2013-12-15 00:12:53'),(16775,2,5603,'','2013-12-15 00:12:53'),(16776,3,5603,'44789','2013-12-15 00:12:53'),(16777,1,5604,'','2013-12-15 00:55:11'),(16778,2,5604,'','2013-12-15 00:55:11'),(16779,3,5604,'','2013-12-15 00:55:11'),(16780,1,5605,'','2013-12-15 01:24:37'),(16781,2,5605,'','2013-12-15 01:24:37'),(16782,3,5605,'','2013-12-15 01:24:37'),(16783,1,5606,'','2013-12-15 01:58:35'),(16784,2,5606,'','2013-12-15 01:58:35'),(16785,3,5606,'50427','2013-12-15 01:58:35'),(16786,1,5607,'','2013-12-15 02:07:55'),(16787,2,5607,'','2013-12-15 02:07:55'),(16788,3,5607,'','2013-12-15 02:07:55'),(16789,1,5608,'','2013-12-15 02:11:04'),(16790,2,5608,'','2013-12-15 02:11:04'),(16791,3,5608,'50559','2013-12-15 02:11:04'),(16792,1,5609,'','2013-12-15 04:13:32'),(16793,2,5609,'','2013-12-15 04:13:32'),(16794,3,5609,'76065','2013-12-15 04:13:32'),(16795,1,5610,'','2013-12-15 04:15:44'),(16796,2,5610,'','2013-12-15 04:15:44'),(16797,3,5610,'50427','2013-12-15 04:15:44'),(16798,1,5611,'','2013-12-15 04:19:12'),(16799,2,5611,'','2013-12-15 04:19:12'),(16800,3,5611,'','2013-12-15 04:19:12'),(16801,1,5612,'','2013-12-15 04:38:46'),(16802,2,5612,'','2013-12-15 04:38:46'),(16803,3,5612,'','2013-12-15 04:38:46'),(16804,1,5613,'','2013-12-15 04:51:11'),(16805,2,5613,'','2013-12-15 04:51:11'),(16806,3,5613,'76009','2013-12-15 04:51:11'),(16807,1,5614,'','2013-12-15 04:53:42'),(16808,2,5614,'','2013-12-15 04:53:42'),(16809,3,5614,'44789','2013-12-15 04:53:43'),(16810,1,5615,'','2013-12-15 06:01:16'),(16811,2,5615,'','2013-12-15 06:01:16'),(16812,3,5615,'','2013-12-15 06:01:16'),(16813,1,5616,'','2013-12-15 06:11:03'),(16814,2,5616,'','2013-12-15 06:11:03'),(16815,3,5616,'1525','2013-12-15 06:11:03'),(16816,1,5617,'','2013-12-15 06:16:41'),(16817,2,5617,'','2013-12-15 06:16:41'),(16818,3,5617,'','2013-12-15 06:16:41'),(16819,1,5618,'','2013-12-15 07:41:01'),(16820,2,5618,'','2013-12-15 07:41:01'),(16821,3,5618,'75508','2013-12-15 07:41:01'),(16822,1,5619,'','2013-12-15 09:03:03'),(16823,2,5619,'','2013-12-15 09:03:03'),(16824,3,5619,'76009','2013-12-15 09:03:03'),(16825,1,5620,'','2013-12-15 10:54:02'),(16826,2,5620,'','2013-12-15 10:54:02'),(16827,3,5620,'','2013-12-15 10:54:02'),(16828,1,5621,'','2013-12-15 13:40:37'),(16829,2,5621,'','2013-12-15 13:40:37'),(16830,3,5621,'','2013-12-15 13:40:37'),(16831,1,5622,'','2013-12-15 16:00:01'),(16832,2,5622,'','2013-12-15 16:00:01'),(16833,3,5622,'16874','2013-12-15 16:00:01'),(16834,1,5623,'','2013-12-15 16:02:34'),(16835,2,5623,'','2013-12-15 16:02:34'),(16836,3,5623,'22514','2013-12-15 16:02:34'),(16837,1,5624,'','2013-12-15 16:05:21'),(16838,2,5624,'','2013-12-15 16:05:21'),(16839,3,5624,'','2013-12-15 16:05:21'),(16840,1,5625,'','2013-12-15 16:10:21'),(16841,2,5625,'','2013-12-15 16:10:21'),(16842,3,5625,'50559','2013-12-15 16:10:21'),(16843,1,5626,'0244593217','2013-12-15 16:27:35'),(16844,2,5626,'','2013-12-15 16:27:35'),(16845,3,5626,'50427','2013-12-15 16:27:35'),(16846,1,5627,'','2013-12-15 16:52:54'),(16847,2,5627,'','2013-12-15 16:52:54'),(16848,3,5627,'76009','2013-12-15 16:52:54'),(16849,1,5628,'','2013-12-15 16:55:03'),(16850,2,5628,'','2013-12-15 16:55:03'),(16851,3,5628,'76009','2013-12-15 16:55:03'),(16852,1,5629,'','2013-12-15 17:12:09'),(16853,2,5629,'','2013-12-15 17:12:09'),(16854,3,5629,'','2013-12-15 17:12:09'),(16855,1,5630,'','2013-12-15 17:26:57'),(16856,2,5630,'','2013-12-15 17:26:57'),(16857,3,5630,'75508','2013-12-15 17:26:57'),(16858,1,5631,'','2013-12-15 17:28:45'),(16859,2,5631,'','2013-12-15 17:28:45'),(16860,3,5631,'','2013-12-15 17:28:45'),(16861,1,5632,'','2013-12-15 18:49:53'),(16862,2,5632,'','2013-12-15 18:49:53'),(16863,3,5632,'','2013-12-15 18:49:53'),(16864,1,5633,'','2013-12-15 18:56:31'),(16865,2,5633,'','2013-12-15 18:56:31'),(16866,3,5633,'76009','2013-12-15 18:56:31'),(16867,1,5634,'','2013-12-15 19:01:04'),(16868,2,5634,'','2013-12-15 19:01:04'),(16869,3,5634,'45183','2013-12-15 19:01:04'),(16870,1,5635,'','2013-12-15 19:04:34'),(16871,2,5635,'','2013-12-15 19:04:34'),(16872,3,5635,'50427','2013-12-15 19:04:34'),(16873,1,5636,'','2013-12-15 19:36:41'),(16874,2,5636,'','2013-12-15 19:36:41'),(16875,3,5636,'','2013-12-15 19:36:41'),(16876,1,5637,'','2013-12-15 20:00:04'),(16877,2,5637,'','2013-12-15 20:00:04'),(16878,3,5637,'','2013-12-15 20:00:04'),(16879,1,5638,'','2013-12-15 20:04:15'),(16880,2,5638,'','2013-12-15 20:04:15'),(16881,3,5638,'16874','2013-12-15 20:04:15'),(16882,1,5639,'','2013-12-15 20:10:44'),(16883,2,5639,'','2013-12-15 20:10:44'),(16884,3,5639,'','2013-12-15 20:10:44'),(16885,1,5640,'','2013-12-15 20:25:59'),(16886,2,5640,'','2013-12-15 20:25:59'),(16887,3,5640,'76009','2013-12-15 20:25:59'),(16888,1,5641,'','2013-12-15 20:28:07'),(16889,2,5641,'','2013-12-15 20:28:07'),(16890,3,5641,'76009','2013-12-15 20:28:07'),(16891,1,5642,'','2013-12-15 20:35:19'),(16892,2,5642,'','2013-12-15 20:35:19'),(16893,3,5642,'','2013-12-15 20:35:19'),(16894,1,5643,'','2013-12-15 21:21:33'),(16895,2,5643,'','2013-12-15 21:21:34'),(16896,3,5643,'50427','2013-12-15 21:21:34'),(16897,1,5644,'','2013-12-15 21:26:46'),(16898,2,5644,'','2013-12-15 21:26:46'),(16899,3,5644,'','2013-12-15 21:26:46'),(16900,1,5645,'','2013-12-15 22:04:33'),(16901,2,5645,'','2013-12-15 22:04:33'),(16902,3,5645,'76068','2013-12-15 22:04:34'),(16903,1,5646,'','2013-12-15 22:33:33'),(16904,2,5646,'','2013-12-15 22:33:33'),(16905,3,5646,'76001','2013-12-15 22:33:33'),(16906,1,5647,'0573098765','2013-12-15 22:43:14'),(16907,2,5647,'','2013-12-15 22:43:14'),(16908,3,5647,'1525','2013-12-15 22:43:14'),(16909,1,5648,'','2013-12-15 23:01:56'),(16910,2,5648,'','2013-12-15 23:01:56'),(16911,3,5648,'','2013-12-15 23:01:56'),(16912,1,5649,'','2013-12-15 23:45:37'),(16913,2,5649,'','2013-12-15 23:45:37'),(16914,3,5649,'','2013-12-15 23:45:37'),(16915,1,5650,'','2013-12-16 00:03:01'),(16916,2,5650,'','2013-12-16 00:03:01'),(16917,3,5650,'15866','2013-12-16 00:03:01'),(16918,1,5651,'','2013-12-16 00:23:32'),(16919,2,5651,'','2013-12-16 00:23:32'),(16920,3,5651,'76068','2013-12-16 00:23:32'),(16921,1,5652,'','2013-12-16 00:41:55'),(16922,2,5652,'','2013-12-16 00:41:55'),(16923,3,5652,'50427','2013-12-16 00:41:55'),(16924,1,5653,'','2013-12-16 00:46:45'),(16925,2,5653,'','2013-12-16 00:46:45'),(16926,3,5653,'1152','2013-12-16 00:46:45'),(16927,1,5654,'','2013-12-16 00:54:38'),(16928,2,5654,'','2013-12-16 00:54:38'),(16929,3,5654,'16874','2013-12-16 00:54:38'),(16930,1,5655,'','2013-12-16 01:18:25'),(16931,2,5655,'','2013-12-16 01:18:25'),(16932,3,5655,'76009','2013-12-16 01:18:25'),(16933,1,5656,'','2013-12-16 02:40:11'),(16934,2,5656,'','2013-12-16 02:40:11'),(16935,3,5656,'','2013-12-16 02:40:11'),(16936,1,5657,'','2013-12-16 02:46:20'),(16937,2,5657,'','2013-12-16 02:46:20'),(16938,3,5657,'50427','2013-12-16 02:46:20'),(16939,1,5658,'','2013-12-16 03:34:06'),(16940,2,5658,'','2013-12-16 03:34:06'),(16941,3,5658,'','2013-12-16 03:34:06'),(16942,1,5659,'','2013-12-16 04:09:27'),(16943,2,5659,'','2013-12-16 04:09:27'),(16944,3,5659,'44789','2013-12-16 04:09:27'),(16945,1,5660,'','2013-12-16 04:51:53'),(16946,2,5660,'','2013-12-16 04:51:53'),(16947,3,5660,'','2013-12-16 04:51:53'),(16948,1,5661,'','2013-12-16 05:42:20'),(16949,2,5661,'','2013-12-16 05:42:20'),(16950,3,5661,'44789','2013-12-16 05:42:20'),(16951,1,5662,'','2013-12-16 05:45:19'),(16952,2,5662,'','2013-12-16 05:45:19'),(16953,3,5662,'','2013-12-16 05:45:20'),(16954,1,5663,'','2013-12-16 05:48:56'),(16955,2,5663,'','2013-12-16 05:48:56'),(16956,3,5663,'44789','2013-12-16 05:48:56'),(16957,1,5664,'','2013-12-16 05:51:36'),(16958,2,5664,'','2013-12-16 05:51:36'),(16959,3,5664,'44789','2013-12-16 05:51:36'),(16960,1,5665,'','2013-12-16 07:17:05'),(16961,2,5665,'','2013-12-16 07:17:05'),(16962,3,5665,'','2013-12-16 07:17:06'),(16963,1,5666,'','2013-12-16 07:42:03'),(16964,2,5666,'','2013-12-16 07:42:03'),(16965,3,5666,'','2013-12-16 07:42:03'),(16966,1,5667,'','2013-12-16 13:53:25'),(16967,2,5667,'','2013-12-16 13:53:25'),(16968,3,5667,'50427','2013-12-16 13:53:25'),(16969,1,5668,'','2013-12-16 14:03:13'),(16970,2,5668,'','2013-12-16 14:03:13'),(16971,3,5668,'1139','2013-12-16 14:03:13'),(16972,1,5669,'','2013-12-16 14:06:45'),(16973,2,5669,'','2013-12-16 14:06:45'),(16974,3,5669,'16874','2013-12-16 14:06:45'),(16975,1,5670,'','2013-12-16 15:50:46'),(16976,2,5670,'','2013-12-16 15:50:46'),(16977,3,5670,'50427','2013-12-16 15:50:46'),(16978,1,5671,'','2013-12-16 16:12:13'),(16979,2,5671,'','2013-12-16 16:12:13'),(16980,3,5671,'','2013-12-16 16:12:13'),(16981,1,5672,'','2013-12-16 16:16:54'),(16982,2,5672,'','2013-12-16 16:16:54'),(16983,3,5672,'','2013-12-16 16:16:54'),(16984,1,5673,'','2013-12-16 16:39:40'),(16985,2,5673,'','2013-12-16 16:39:40'),(16986,3,5673,'76009','2013-12-16 16:39:40'),(16987,1,5674,'','2013-12-16 16:46:41'),(16988,2,5674,'','2013-12-16 16:46:41'),(16989,3,5674,'1525','2013-12-16 16:46:41'),(16990,1,5675,'','2013-12-16 16:52:35'),(16991,2,5675,'','2013-12-16 16:52:35'),(16992,3,5675,'','2013-12-16 16:52:35'),(16993,1,5676,'','2013-12-16 16:54:43'),(16994,2,5676,'','2013-12-16 16:54:43'),(16995,3,5676,'','2013-12-16 16:54:43'),(16996,1,5677,'','2013-12-16 16:57:25'),(16997,2,5677,'','2013-12-16 16:57:25'),(16998,3,5677,'','2013-12-16 16:57:25'),(16999,1,5678,'','2013-12-16 17:00:21'),(17000,2,5678,'','2013-12-16 17:00:21'),(17001,3,5678,'','2013-12-16 17:00:21'),(17002,1,5679,'','2013-12-16 17:09:51'),(17003,2,5679,'','2013-12-16 17:09:51'),(17004,3,5679,'76067','2013-12-16 17:09:51'),(17005,1,5680,'','2013-12-16 17:18:11'),(17006,2,5680,'','2013-12-16 17:18:11'),(17007,3,5680,'50427','2013-12-16 17:18:11'),(17008,1,5681,'','2013-12-16 17:33:25'),(17009,2,5681,'','2013-12-16 17:33:25'),(17010,3,5681,'50427','2013-12-16 17:33:25'),(17011,1,5682,'','2013-12-16 17:48:01'),(17012,2,5682,'','2013-12-16 17:48:01'),(17013,3,5682,'43292','2013-12-16 17:48:01'),(17014,1,5683,'','2013-12-16 17:52:49'),(17015,2,5683,'','2013-12-16 17:52:49'),(17016,3,5683,'50427','2013-12-16 17:52:49'),(17017,1,5684,'','2013-12-16 18:00:30'),(17018,2,5684,'','2013-12-16 18:00:30'),(17019,3,5684,'50427','2013-12-16 18:00:30'),(17020,1,5685,'','2013-12-16 18:15:20'),(17021,2,5685,'','2013-12-16 18:15:20'),(17022,3,5685,'44789','2013-12-16 18:15:20'),(17023,1,5686,'','2013-12-16 18:19:43'),(17024,2,5686,'','2013-12-16 18:19:43'),(17025,3,5686,'44789','2013-12-16 18:19:43'),(17026,1,5687,'','2013-12-16 18:22:36'),(17027,2,5687,'','2013-12-16 18:22:36'),(17028,3,5687,'','2013-12-16 18:22:36'),(17029,1,5688,'','2013-12-16 18:31:56'),(17030,2,5688,'','2013-12-16 18:31:56'),(17031,3,5688,'50427','2013-12-16 18:31:56'),(17032,1,5689,'','2013-12-16 18:41:38'),(17033,2,5689,'','2013-12-16 18:41:38'),(17034,3,5689,'','2013-12-16 18:41:38'),(17035,1,5690,'','2013-12-16 18:48:47'),(17036,2,5690,'','2013-12-16 18:48:47'),(17037,3,5690,'','2013-12-16 18:48:47'),(17038,1,5691,'','2013-12-16 18:58:54'),(17039,2,5691,'','2013-12-16 18:58:54'),(17040,3,5691,'1105','2013-12-16 18:58:54'),(17041,1,5692,'','2013-12-16 19:03:16'),(17042,2,5692,'','2013-12-16 19:03:16'),(17043,3,5692,'','2013-12-16 19:03:16'),(17044,1,5693,'','2013-12-16 19:04:51'),(17045,2,5693,'','2013-12-16 19:04:51'),(17046,3,5693,'','2013-12-16 19:04:51'),(17047,1,5694,'','2013-12-16 19:11:46'),(17048,2,5694,'','2013-12-16 19:11:46'),(17049,3,5694,'16874','2013-12-16 19:11:47'),(17050,1,5695,'','2013-12-16 19:14:51'),(17051,2,5695,'','2013-12-16 19:14:51'),(17052,3,5695,'','2013-12-16 19:14:52'),(17053,1,5696,'','2013-12-16 19:22:57'),(17054,2,5696,'','2013-12-16 19:22:57'),(17055,3,5696,'','2013-12-16 19:22:57'),(17056,1,5697,'','2013-12-16 19:41:25'),(17057,2,5697,'','2013-12-16 19:41:25'),(17058,3,5697,'','2013-12-16 19:41:25'),(17059,1,5698,'','2013-12-16 19:43:52'),(17060,2,5698,'','2013-12-16 19:43:52'),(17061,3,5698,'50427','2013-12-16 19:43:52'),(17062,1,5699,'','2013-12-16 19:47:49'),(17063,2,5699,'','2013-12-16 19:47:49'),(17064,3,5699,'','2013-12-16 19:47:49'),(17065,1,5700,'','2013-12-16 19:55:10'),(17066,2,5700,'','2013-12-16 19:55:10'),(17067,3,5700,'44789','2013-12-16 19:55:10'),(17068,1,5701,'','2013-12-16 19:59:38'),(17069,2,5701,'','2013-12-16 19:59:38'),(17070,3,5701,'43292','2013-12-16 19:59:38'),(17071,1,5702,'','2013-12-16 20:06:34'),(17072,2,5702,'','2013-12-16 20:06:34'),(17073,3,5702,'76021','2013-12-16 20:06:34'),(17074,1,5703,'','2013-12-16 20:09:50'),(17075,2,5703,'','2013-12-16 20:09:50'),(17076,3,5703,'76068','2013-12-16 20:09:50'),(17077,1,5704,'','2013-12-16 20:13:19'),(17078,2,5704,'','2013-12-16 20:13:19'),(17079,3,5704,'','2013-12-16 20:13:19'),(17080,1,5705,'','2013-12-16 20:16:02'),(17081,2,5705,'','2013-12-16 20:16:02'),(17082,3,5705,'76027','2013-12-16 20:16:02'),(17083,1,5706,'','2013-12-16 20:20:10'),(17084,2,5706,'','2013-12-16 20:20:10'),(17085,3,5706,'','2013-12-16 20:20:10'),(17086,1,5707,'','2013-12-16 20:28:52'),(17087,2,5707,'','2013-12-16 20:28:53'),(17088,3,5707,'76027','2013-12-16 20:28:53'),(17089,1,5708,'','2013-12-16 20:32:38'),(17090,2,5708,'','2013-12-16 20:32:38'),(17091,3,5708,'','2013-12-16 20:32:38'),(17092,1,5709,'','2013-12-16 20:36:35'),(17093,2,5709,'','2013-12-16 20:36:35'),(17094,3,5709,'50427','2013-12-16 20:36:35'),(17095,1,5710,'','2013-12-16 20:53:30'),(17096,2,5710,'','2013-12-16 20:53:30'),(17097,3,5710,'76068','2013-12-16 20:53:30'),(17098,1,5711,'','2013-12-16 21:00:21'),(17099,2,5711,'','2013-12-16 21:00:21'),(17100,3,5711,'','2013-12-16 21:00:21'),(17101,1,5712,'','2013-12-16 21:03:41'),(17102,2,5712,'','2013-12-16 21:03:41'),(17103,3,5712,'44789','2013-12-16 21:03:41'),(17104,1,5713,'','2013-12-16 21:05:54'),(17105,2,5713,'','2013-12-16 21:05:54'),(17106,3,5713,'44789','2013-12-16 21:05:54'),(17107,1,5714,'','2013-12-16 21:11:15'),(17108,2,5714,'','2013-12-16 21:11:15'),(17109,3,5714,'','2013-12-16 21:11:15'),(17110,1,5715,'','2013-12-16 21:16:36'),(17111,2,5715,'','2013-12-16 21:16:36'),(17112,3,5715,'44789','2013-12-16 21:16:36'),(17113,1,5716,'','2013-12-16 21:18:25'),(17114,2,5716,'','2013-12-16 21:18:25'),(17115,3,5716,'76052','2013-12-16 21:18:25'),(17116,1,5717,'','2013-12-16 21:28:19'),(17117,2,5717,'','2013-12-16 21:28:19'),(17118,3,5717,'50427','2013-12-16 21:28:19'),(17119,1,5718,'','2013-12-16 21:42:36'),(17120,2,5718,'','2013-12-16 21:42:36'),(17121,3,5718,'1525','2013-12-16 21:42:36'),(17122,1,5719,'','2013-12-16 21:45:05'),(17123,2,5719,'','2013-12-16 21:45:05'),(17124,3,5719,'50427','2013-12-16 21:45:05'),(17125,1,5720,'','2013-12-16 22:02:44'),(17126,2,5720,'','2013-12-16 22:02:44'),(17127,3,5720,'','2013-12-16 22:02:44'),(17128,1,5721,'','2013-12-16 22:06:01'),(17129,2,5721,'','2013-12-16 22:06:01'),(17130,3,5721,'','2013-12-16 22:06:01'),(17131,1,5722,'','2013-12-16 22:10:45'),(17132,2,5722,'','2013-12-16 22:10:45'),(17133,3,5722,'76027','2013-12-16 22:10:45'),(17134,1,5723,'','2013-12-16 22:25:12'),(17135,2,5723,'','2013-12-16 22:25:12'),(17136,3,5723,'50427','2013-12-16 22:25:12'),(17137,1,5724,'','2013-12-16 22:30:04'),(17138,2,5724,'','2013-12-16 22:30:04'),(17139,3,5724,'','2013-12-16 22:30:04'),(17140,1,5725,'','2013-12-16 22:32:49'),(17141,2,5725,'','2013-12-16 22:32:49'),(17142,3,5725,'50559','2013-12-16 22:32:49'),(17143,1,5726,'','2013-12-16 22:43:55'),(17144,2,5726,'','2013-12-16 22:43:55'),(17145,3,5726,'','2013-12-16 22:43:55'),(17146,1,5727,'','2013-12-16 22:48:11'),(17147,2,5727,'','2013-12-16 22:48:11'),(17148,3,5727,'76009','2013-12-16 22:48:11'),(17149,1,5728,'','2013-12-16 22:50:38'),(17150,2,5728,'','2013-12-16 22:50:38'),(17151,3,5728,'','2013-12-16 22:50:38'),(17152,1,5729,'','2013-12-16 22:56:09'),(17153,2,5729,'','2013-12-16 22:56:09'),(17154,3,5729,'','2013-12-16 22:56:09'),(17155,1,5730,'','2013-12-16 23:01:19'),(17156,2,5730,'','2013-12-16 23:01:19'),(17157,3,5730,'','2013-12-16 23:01:19'),(17158,1,5731,'','2013-12-16 23:04:09'),(17159,2,5731,'','2013-12-16 23:04:09'),(17160,3,5731,'76054','2013-12-16 23:04:09'),(17161,1,5732,'','2013-12-16 23:14:36'),(17162,2,5732,'','2013-12-16 23:14:36'),(17163,3,5732,'76052','2013-12-16 23:14:36'),(17164,1,5733,'','2013-12-16 23:19:20'),(17165,2,5733,'','2013-12-16 23:19:20'),(17166,3,5733,'','2013-12-16 23:19:20'),(17167,1,5734,'','2013-12-16 23:38:30'),(17168,2,5734,'','2013-12-16 23:38:30'),(17169,3,5734,'50427','2013-12-16 23:38:30'),(17170,1,5735,'','2013-12-16 23:40:37'),(17171,2,5735,'','2013-12-16 23:40:37'),(17172,3,5735,'50427','2013-12-16 23:40:37'),(17173,1,5736,'','2013-12-16 23:48:50'),(17174,2,5736,'','2013-12-16 23:48:50'),(17175,3,5736,'50427','2013-12-16 23:48:50'),(17176,1,5737,'','2013-12-16 23:54:07'),(17177,2,5737,'','2013-12-16 23:54:07'),(17178,3,5737,'76065','2013-12-16 23:54:07'),(17179,1,5738,'','2013-12-17 00:02:04'),(17180,2,5738,'','2013-12-17 00:02:04'),(17181,3,5738,'16874','2013-12-17 00:02:04'),(17182,1,5739,'','2013-12-17 01:04:32'),(17183,2,5739,'','2013-12-17 01:04:32'),(17184,3,5739,'','2013-12-17 01:04:32'),(17185,1,5740,'','2013-12-17 01:18:50'),(17186,2,5740,'','2013-12-17 01:18:50'),(17187,3,5740,'1014','2013-12-17 01:18:50'),(17188,1,5741,'','2013-12-17 01:47:30'),(17189,2,5741,'','2013-12-17 01:47:30'),(17190,3,5741,'','2013-12-17 01:47:30'),(17191,1,5742,'','2013-12-17 02:07:08'),(17192,2,5742,'','2013-12-17 02:07:08'),(17193,3,5742,'76005','2013-12-17 02:07:08'),(17194,1,5743,'','2013-12-17 02:11:52'),(17195,2,5743,'','2013-12-17 02:11:52'),(17196,3,5743,'44789','2013-12-17 02:11:52'),(17197,1,5744,'','2013-12-17 02:30:01'),(17198,2,5744,'','2013-12-17 02:30:01'),(17199,3,5744,'50427','2013-12-17 02:30:01'),(17200,1,5745,'','2013-12-17 02:37:48'),(17201,2,5745,'','2013-12-17 02:37:48'),(17202,3,5745,'76055','2013-12-17 02:37:48'),(17203,1,5746,'','2013-12-17 03:22:40'),(17204,2,5746,'','2013-12-17 03:22:41'),(17205,3,5746,'16874','2013-12-17 03:22:41'),(17206,1,5747,'','2013-12-17 03:52:06'),(17207,2,5747,'','2013-12-17 03:52:06'),(17208,3,5747,'76033','2013-12-17 03:52:06'),(17209,1,5748,'','2013-12-17 03:55:08'),(17210,2,5748,'','2013-12-17 03:55:08'),(17211,3,5748,'76033','2013-12-17 03:55:08'),(17212,1,5749,'','2013-12-17 04:01:53'),(17213,2,5749,'','2013-12-17 04:01:53'),(17214,3,5749,'','2013-12-17 04:01:53'),(17215,1,5750,'','2013-12-17 04:40:57'),(17216,2,5750,'','2013-12-17 04:40:57'),(17217,3,5750,'50427','2013-12-17 04:40:57'),(17218,1,5751,'','2013-12-17 04:46:49'),(17219,2,5751,'','2013-12-17 04:46:49'),(17220,3,5751,'76009','2013-12-17 04:46:49'),(17221,1,5752,'','2013-12-17 05:18:38'),(17222,2,5752,'','2013-12-17 05:18:38'),(17223,3,5752,'38361','2013-12-17 05:18:38'),(17224,1,5753,'','2013-12-17 06:05:10'),(17225,2,5753,'','2013-12-17 06:05:10'),(17226,3,5753,'','2013-12-17 06:05:10'),(17227,1,5754,'','2013-12-17 06:11:30'),(17228,2,5754,'','2013-12-17 06:11:30'),(17229,3,5754,'','2013-12-17 06:11:30'),(17230,1,5755,'','2013-12-17 06:26:51'),(17231,2,5755,'','2013-12-17 06:26:51'),(17232,3,5755,'','2013-12-17 06:26:51'),(17233,1,5756,'','2013-12-17 07:15:29'),(17234,2,5756,'','2013-12-17 07:15:29'),(17235,3,5756,'44789','2013-12-17 07:15:29'),(17236,1,5757,'','2013-12-17 14:18:59'),(17237,2,5757,'','2013-12-17 14:18:59'),(17238,3,5757,'50427','2013-12-17 14:18:59'),(17239,1,5758,'','2013-12-17 14:59:17'),(17240,2,5758,'','2013-12-17 14:59:17'),(17241,3,5758,'','2013-12-17 14:59:17'),(17242,1,5759,'','2013-12-17 15:10:20'),(17243,2,5759,'','2013-12-17 15:10:20'),(17244,3,5759,'16874','2013-12-17 15:10:20'),(17245,1,5760,'','2013-12-17 15:24:08'),(17246,2,5760,'','2013-12-17 15:24:08'),(17247,3,5760,'31734','2013-12-17 15:24:09'),(17248,1,5761,'','2013-12-17 15:28:50'),(17249,2,5761,'','2013-12-17 15:28:50'),(17250,3,5761,'50427','2013-12-17 15:28:50'),(17251,1,5762,'','2013-12-17 15:39:32'),(17252,2,5762,'','2013-12-17 15:39:32'),(17253,3,5762,'1089','2013-12-17 15:39:32'),(17254,1,5763,'','2013-12-17 15:43:46'),(17255,2,5763,'','2013-12-17 15:43:46'),(17256,3,5763,'76027','2013-12-17 15:43:46'),(17257,1,5764,'','2013-12-17 15:47:56'),(17258,2,5764,'','2013-12-17 15:47:56'),(17259,3,5764,'50427','2013-12-17 15:47:56'),(17260,1,5765,'','2013-12-17 15:57:02'),(17261,2,5765,'','2013-12-17 15:57:02'),(17262,3,5765,'','2013-12-17 15:57:02'),(17263,1,5766,'','2013-12-17 16:41:05'),(17264,2,5766,'','2013-12-17 16:41:05'),(17265,3,5766,'1152','2013-12-17 16:41:05'),(17266,1,5767,'','2013-12-17 16:44:38'),(17267,2,5767,'','2013-12-17 16:44:38'),(17268,3,5767,'76005','2013-12-17 16:44:38'),(17269,1,5768,'','2013-12-17 16:46:26'),(17270,2,5768,'','2013-12-17 16:46:26'),(17271,3,5768,'','2013-12-17 16:46:26'),(17272,1,5769,'','2013-12-17 16:55:15'),(17273,2,5769,'','2013-12-17 16:55:15'),(17274,3,5769,'','2013-12-17 16:55:15'),(17275,1,5770,'','2013-12-17 17:17:49'),(17276,2,5770,'','2013-12-17 17:17:49'),(17277,3,5770,'1105','2013-12-17 17:17:49'),(17278,1,5771,'','2013-12-17 17:22:05'),(17279,2,5771,'','2013-12-17 17:22:05'),(17280,3,5771,'16874','2013-12-17 17:22:05'),(17281,1,5772,'','2013-12-17 17:27:09'),(17282,2,5772,'','2013-12-17 17:27:09'),(17283,3,5772,'50427','2013-12-17 17:27:09'),(17284,1,5773,'','2013-12-17 17:29:49'),(17285,2,5773,'','2013-12-17 17:29:49'),(17286,3,5773,'2488','2013-12-17 17:29:49'),(17287,1,5774,'','2013-12-17 17:33:49'),(17288,2,5774,'','2013-12-17 17:33:49'),(17289,3,5774,'50427','2013-12-17 17:33:49'),(17290,1,5775,'','2013-12-17 17:52:10'),(17291,2,5775,'','2013-12-17 17:52:10'),(17292,3,5775,'','2013-12-17 17:52:10'),(17293,1,5776,'','2013-12-17 18:10:11'),(17294,2,5776,'','2013-12-17 18:10:11'),(17295,3,5776,'','2013-12-17 18:10:11'),(17296,1,5777,'','2013-12-17 18:14:15'),(17297,2,5777,'','2013-12-17 18:14:15'),(17298,3,5777,'76052','2013-12-17 18:14:15'),(17299,1,5778,'','2013-12-17 18:21:15'),(17300,2,5778,'','2013-12-17 18:21:15'),(17301,3,5778,'','2013-12-17 18:21:15'),(17302,1,5779,'','2013-12-17 18:24:00'),(17303,2,5779,'','2013-12-17 18:24:00'),(17304,3,5779,'','2013-12-17 18:24:00'),(17305,1,5780,'','2013-12-17 18:28:30'),(17306,2,5780,'','2013-12-17 18:28:30'),(17307,3,5780,'','2013-12-17 18:28:30'),(17308,1,5781,'','2013-12-17 18:31:41'),(17309,2,5781,'','2013-12-17 18:31:41'),(17310,3,5781,'16874','2013-12-17 18:31:41'),(17311,1,5782,'','2013-12-17 18:36:54'),(17312,2,5782,'','2013-12-17 18:36:54'),(17313,3,5782,'','2013-12-17 18:36:54'),(17314,1,5783,'','2013-12-17 19:05:27'),(17315,2,5783,'','2013-12-17 19:05:27'),(17316,3,5783,'50427','2013-12-17 19:05:27'),(17317,1,5784,'','2013-12-17 19:19:23'),(17318,2,5784,'','2013-12-17 19:19:23'),(17319,3,5784,'','2013-12-17 19:19:23'),(17320,1,5785,'','2013-12-17 19:22:09'),(17321,2,5785,'','2013-12-17 19:22:09'),(17322,3,5785,'76009','2013-12-17 19:22:09'),(17323,1,5786,'','2013-12-17 19:28:08'),(17324,2,5786,'','2013-12-17 19:28:08'),(17325,3,5786,'','2013-12-17 19:28:08'),(17326,1,5787,'','2013-12-17 19:34:32'),(17327,2,5787,'','2013-12-17 19:34:32'),(17328,3,5787,'76009','2013-12-17 19:34:32'),(17329,1,5788,'','2013-12-17 19:38:18'),(17330,2,5788,'','2013-12-17 19:38:18'),(17331,3,5788,'','2013-12-17 19:38:18'),(17332,1,5789,'','2013-12-17 19:48:18'),(17333,2,5789,'','2013-12-17 19:48:18'),(17334,3,5789,'','2013-12-17 19:48:18'),(17335,1,5790,'','2013-12-17 19:55:20'),(17336,2,5790,'','2013-12-17 19:55:20'),(17337,3,5790,'76068','2013-12-17 19:55:20'),(17338,1,5791,'','2013-12-17 20:03:37'),(17339,2,5791,'','2013-12-17 20:03:37'),(17340,3,5791,'','2013-12-17 20:03:37'),(17341,1,5792,'','2013-12-17 20:05:23'),(17342,2,5792,'','2013-12-17 20:05:23'),(17343,3,5792,'','2013-12-17 20:05:23'),(17344,1,5793,'','2013-12-17 20:12:28'),(17345,2,5793,'','2013-12-17 20:12:28'),(17346,3,5793,'1048','2013-12-17 20:12:28'),(17347,1,5794,'','2013-12-17 20:27:17'),(17348,2,5794,'','2013-12-17 20:27:17'),(17349,3,5794,'1016','2013-12-17 20:27:17'),(17350,1,5795,'','2013-12-17 20:32:34'),(17351,2,5795,'','2013-12-17 20:32:34'),(17352,3,5795,'68.00','2013-12-17 20:32:34'),(17353,1,5796,'','2013-12-17 20:44:30'),(17354,2,5796,'','2013-12-17 20:44:30'),(17355,3,5796,'2488','2013-12-17 20:44:30'),(17356,1,5797,'','2013-12-17 20:53:45'),(17357,2,5797,'','2013-12-17 20:53:45'),(17358,3,5797,'','2013-12-17 20:53:45'),(17359,1,5798,'','2013-12-17 21:10:05'),(17360,2,5798,'','2013-12-17 21:10:05'),(17361,3,5798,'44789','2013-12-17 21:10:05'),(17362,1,5799,'','2013-12-17 21:44:32'),(17363,2,5799,'','2013-12-17 21:44:33'),(17364,3,5799,'50427','2013-12-17 21:44:33'),(17365,1,5800,'','2013-12-17 22:16:50'),(17366,2,5800,'','2013-12-17 22:16:50'),(17367,3,5800,'50427','2013-12-17 22:16:50'),(17368,1,5801,'','2013-12-17 22:19:19'),(17369,2,5801,'','2013-12-17 22:19:19'),(17370,3,5801,'50427','2013-12-17 22:19:19'),(17371,1,5802,'','2013-12-17 23:32:33'),(17372,2,5802,'','2013-12-17 23:32:33'),(17373,3,5802,'76043','2013-12-17 23:32:33'),(17374,1,5803,'','2013-12-17 23:45:45'),(17375,2,5803,'','2013-12-17 23:45:45'),(17376,3,5803,'44789','2013-12-17 23:45:45'),(17377,1,5804,'','2013-12-18 00:21:09'),(17378,2,5804,'','2013-12-18 00:21:09'),(17379,3,5804,'44789','2013-12-18 00:21:09'),(17380,1,5805,'','2013-12-18 00:23:40'),(17381,2,5805,'','2013-12-18 00:23:40'),(17382,3,5805,'50427','2013-12-18 00:23:40'),(17383,1,5806,'','2013-12-18 00:27:19'),(17384,2,5806,'','2013-12-18 00:27:19'),(17385,3,5806,'','2013-12-18 00:27:19'),(17386,1,5807,'','2013-12-18 01:00:26'),(17387,2,5807,'','2013-12-18 01:00:26'),(17388,3,5807,'2488','2013-12-18 01:00:26'),(17389,1,5808,'','2013-12-18 01:03:58'),(17390,2,5808,'','2013-12-18 01:03:58'),(17391,3,5808,'','2013-12-18 01:03:58'),(17392,1,5809,'','2013-12-18 01:07:39'),(17393,2,5809,'','2013-12-18 01:07:39'),(17394,3,5809,'','2013-12-18 01:07:39'),(17395,1,5810,'','2013-12-18 02:01:59'),(17396,2,5810,'','2013-12-18 02:01:59'),(17397,3,5810,'76065','2013-12-18 02:01:59'),(17398,1,5811,'','2013-12-18 02:10:15'),(17399,2,5811,'','2013-12-18 02:10:15'),(17400,3,5811,'','2013-12-18 02:10:15'),(17401,1,5812,'','2013-12-18 02:32:27'),(17402,2,5812,'','2013-12-18 02:32:27'),(17403,3,5812,'1152','2013-12-18 02:32:27'),(17404,1,5813,'','2013-12-18 03:06:59'),(17405,2,5813,'','2013-12-18 03:06:59'),(17406,3,5813,'76005','2013-12-18 03:06:59'),(17407,1,5814,'','2013-12-18 03:54:30'),(17408,2,5814,'','2013-12-18 03:54:30'),(17409,3,5814,'76063','2013-12-18 03:54:30'),(17410,1,5815,'','2013-12-18 04:19:39'),(17411,2,5815,'','2013-12-18 04:19:39'),(17412,3,5815,'','2013-12-18 04:19:39'),(17413,1,5816,'','2013-12-18 04:29:42'),(17414,2,5816,'','2013-12-18 04:29:42'),(17415,3,5816,'76027','2013-12-18 04:29:42'),(17416,1,5817,'','2013-12-18 04:32:27'),(17417,2,5817,'','2013-12-18 04:32:27'),(17418,3,5817,'','2013-12-18 04:32:27'),(17419,1,5818,'','2013-12-18 04:36:35'),(17420,2,5818,'','2013-12-18 04:36:35'),(17421,3,5818,'44789','2013-12-18 04:36:35'),(17422,1,5819,'','2013-12-18 06:23:51'),(17423,2,5819,'','2013-12-18 06:23:51'),(17424,3,5819,'','2013-12-18 06:23:51'),(17425,1,5820,'','2013-12-18 06:46:02'),(17426,2,5820,'','2013-12-18 06:46:02'),(17427,3,5820,'','2013-12-18 06:46:03'),(17428,1,5821,'','2013-12-18 07:47:57'),(17429,2,5821,'','2013-12-18 07:47:57'),(17430,3,5821,'','2013-12-18 07:47:57'),(17431,1,5822,'','2013-12-18 13:35:39'),(17432,2,5822,'','2013-12-18 13:35:39'),(17433,3,5822,'','2013-12-18 13:35:39'),(17434,1,5823,'','2013-12-18 13:38:21'),(17435,2,5823,'','2013-12-18 13:38:21'),(17436,3,5823,'','2013-12-18 13:38:21'),(17437,1,5824,'','2013-12-18 13:43:22'),(17438,2,5824,'','2013-12-18 13:43:22'),(17439,3,5824,'50427','2013-12-18 13:43:22'),(17440,1,5825,'','2013-12-18 13:50:58'),(17441,2,5825,'','2013-12-18 13:50:58'),(17442,3,5825,'50427','2013-12-18 13:50:58'),(17443,1,5826,'','2013-12-18 14:04:44'),(17444,2,5826,'','2013-12-18 14:04:44'),(17445,3,5826,'76004','2013-12-18 14:04:44'),(17446,1,5827,'','2013-12-18 14:14:26'),(17447,2,5827,'','2013-12-18 14:14:26'),(17448,3,5827,'50427','2013-12-18 14:14:26'),(17449,1,5828,'','2013-12-18 14:41:49'),(17450,2,5828,'','2013-12-18 14:41:49'),(17451,3,5828,'','2013-12-18 14:41:49'),(17452,1,5829,'','2013-12-18 14:54:30'),(17453,2,5829,'','2013-12-18 14:54:30'),(17454,3,5829,'76009','2013-12-18 14:54:30'),(17455,1,5830,'','2013-12-18 15:06:40'),(17456,2,5830,'','2013-12-18 15:06:40'),(17457,3,5830,'76071','2013-12-18 15:06:40'),(17458,1,5831,'','2013-12-18 15:17:40'),(17459,2,5831,'','2013-12-18 15:17:40'),(17460,3,5831,'','2013-12-18 15:17:40'),(17461,1,5832,'','2013-12-18 15:22:17'),(17462,2,5832,'','2013-12-18 15:22:17'),(17463,3,5832,'','2013-12-18 15:22:17'),(17464,1,5833,'','2013-12-18 15:32:31'),(17465,2,5833,'','2013-12-18 15:32:31'),(17466,3,5833,'76009','2013-12-18 15:32:31'),(17467,1,5834,'0276128036','2014-01-23 15:42:25'),(17468,2,5834,'stevkky@yahoo.com','2014-01-23 15:42:26'),(17469,3,5834,'0247995','2014-01-23 15:42:26'),(17470,1,5835,'','2014-02-10 16:12:12'),(17471,2,5835,'','2014-02-10 16:12:12'),(17472,3,5835,'','2014-02-10 16:12:12'),(17473,1,5836,'','2014-02-10 16:13:18'),(17474,2,5836,'','2014-02-10 16:13:18'),(17475,3,5836,'','2014-02-10 16:13:18'); +/*!40000 ALTER TABLE `patient_custom_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_custom_field` +-- + +DROP TABLE IF EXISTS `patient_custom_field`; +CREATE TABLE `patient_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL default '', + `field_options` varchar(45) NOT NULL default '', + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_custom_field` +-- + +LOCK TABLES `patient_custom_field` WRITE; +/*!40000 ALTER TABLE `patient_custom_field` DISABLE KEYS */; +INSERT INTO `patient_custom_field` VALUES (39,'Account Number^^3',' ',1,'2013-09-25 10:48:10'),(40,'Program Name','program 1/Program 2/Program 3',3,'2014-02-20 12:08:15'); +/*!40000 ALTER TABLE `patient_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_daily` +-- + +DROP TABLE IF EXISTS `patient_daily`; +CREATE TABLE `patient_daily` ( + `datestring` varchar(45) NOT NULL, + `count` int(10) unsigned NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_daily` +-- + +LOCK TABLES `patient_daily` WRITE; +/*!40000 ALTER TABLE `patient_daily` DISABLE KEYS */; +INSERT INTO `patient_daily` VALUES ('2013',8086),('2014',29); +/*!40000 ALTER TABLE `patient_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_report_fields_order` +-- + +DROP TABLE IF EXISTS `patient_report_fields_order`; +CREATE TABLE `patient_report_fields_order` ( + `id` int(10) unsigned NOT NULL auto_increment, + `p_fields` varchar(500) collate latin1_general_ci NOT NULL default '', + `o_fields` varchar(500) collate latin1_general_ci NOT NULL default '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `patient_report_fields_order` +-- + +LOCK TABLES `patient_report_fields_order` WRITE; +/*!40000 ALTER TABLE `patient_report_fields_order` DISABLE KEYS */; +INSERT INTO `patient_report_fields_order` VALUES (1,'p_field_9,p_field_10,p_field_1,p_field_2,p_field_7,p_field_8,p_field_11,p_field_12','p_field_0,p_field_6,p_field_4,p_field_3,p_field_5,p_custom_3,p_custom_2,p_custom_1'); +/*!40000 ALTER TABLE `patient_report_fields_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `payments` +-- + +DROP TABLE IF EXISTS `payments`; +CREATE TABLE `payments` ( + `id` int(11) NOT NULL auto_increment, + `amount` decimal(10,2) NOT NULL default '0.00', + `bill_id` int(11) unsigned NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `payments` +-- + +LOCK TABLES `payments` WRITE; +/*!40000 ALTER TABLE `payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reference_range` +-- + +DROP TABLE IF EXISTS `reference_range`; +CREATE TABLE `reference_range` ( + `id` int(10) unsigned NOT NULL auto_increment, + `measure_id` int(10) unsigned NOT NULL, + `age_min` varchar(45) default NULL, + `age_max` varchar(45) default NULL, + `sex` varchar(10) default NULL, + `range_lower` varchar(45) NOT NULL, + `range_upper` varchar(45) NOT NULL, + PRIMARY KEY (`id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `reference_range` +-- + +LOCK TABLES `reference_range` WRITE; +/*!40000 ALTER TABLE `reference_range` DISABLE KEYS */; +INSERT INTO `reference_range` VALUES (2,6,'0','100','B','0.8 ','2.2'),(4,8,'0','100','B','2','9'),(5,9,'0','100','B','4','10'),(6,10,'0','100','B','0.1','0.5'),(7,11,'0','100','B','0.0','5.8'),(42,109,'0','0','','0.00','233.00'),(43,110,'0','0','','0.01','33.99'),(45,112,'0','100','B','41.00','88.00'),(49,117,'0','0','','0.01','55.00'),(51,119,'0','0','','1.80','9.20'),(52,120,'0','0','','53.00','2000.00'),(53,124,'0','0','','0.01','5.20'),(54,125,'0','0','','0.01','2.30'),(55,126,'0','0','','0.90','3.00'),(59,136,'0','0','','0.01','1200.00'),(67,139,'0','0','','0.48','5.00'),(73,129,'0','100','B','0.10','7.49'),(74,141,'0','0','','0.10','24.00'),(75,135,'0','100','B','0.84','42.00'),(76,132,'0','100','B','1.90','7.00'),(77,123,'0','0','','97','110'),(78,128,'0','100','B','101.00','4760.00'),(82,60,'0','0','','0','177'),(83,59,'0','0','','11.0','306.8'),(84,58,'0','0','','45.50','86.45'),(85,57,'0','0','','6.6','26.0'),(86,157,'0','100','B','0.0','8.0'),(88,160,'0','100','B','2.4','14.1'),(92,167,'0','100','B','0.0','4.0'),(94,169,'0','100','B','0.0','3.0'),(95,171,'0','100','B','0.0','10.5'),(96,173,'0','100','B','0.0','0.99'),(99,183,'0','100','B','0.3','6.2'),(100,184,'0','100','B','0.0','35.00'),(101,185,'0','100','B','0.55','1.20'),(103,115,'0','100','B','0.01','41.00'),(104,113,'0','100','B','35.00','58.00'),(105,118,'0','100','B','0.01','390.00'),(106,137,'0','100','B','0.01','100.00'),(107,116,'0','100','B','0.01','35.00'),(108,34,'0','100','B','2.87','59.02'),(109,186,'0','100','B','0.2','0.5'),(110,159,'0','100','B','22','51'),(123,138,'0','100','B','0.10','480.00'),(142,245,'0','100','B','0.01','41.00'),(143,246,'0','100','B','0.01','35.00'),(144,247,'0','100','B','0.90','3.00'),(145,248,'0','0','B','0.01','1200.00'),(146,249,'0','100','B','0.10','480.00'),(147,250,'0','100','B','0.01','2.30'),(148,231,'0','100','B','35.00','58.00'),(149,232,'0','100','B','0.01','390.00'),(150,233,'0','100','B','0.01','41.00'),(151,234,'0','100','B','0.01','35.00'),(152,235,'0','100','B','0.01','33.99'),(153,236,'0','100','B','0.00','233.00'),(154,237,'0','100','B','1.80','9.20'),(155,238,'0','100','B','0.90','3.00'),(156,239,'0','100','B','53.00','2000'),(157,240,'0','100','B','0.01','55.00'),(158,241,'0','0','B','1.90','7.00'),(159,242,'0','100','B','41.00','88.00'),(160,243,'0','100','B','0.01','2.30'),(161,244,'0','100','B','101.00','4760.00'),(162,251,'0','100','B','1.80','9.20'),(163,252,'0','100','B','0.90','3.00'),(164,253,'0','100','B','53.00','2000'),(165,254,'0','100','B','1.90','7.00'),(166,255,'0','100','B','101.00','4760.00'),(167,256,'0','100','B','97','110'),(168,257,'0','100','B','35.00','58.00'),(169,258,'0','100','B','0.01','390.00'),(170,259,'0','100','B','0.01','41.00'),(171,260,'0','100','B','0.01','35.00'),(172,261,'0','100','B','0.01','33.99'),(173,262,'0','100','B','0.00','233.00'),(174,263,'0','100','B','0.01','55.00'),(175,264,'0','100','B','41.00','88.00'),(176,265,'0','100','B','0.90','3.00'),(177,266,'0','100','B','0.01','2.30'),(178,267,'0','100','B','0.90','3.00'),(180,284,'0','100','B','0','491'),(181,286,'0','100','B','9.0','17.7'),(182,287,'0','100','B','573.0','1932.0'),(183,288,'0','100','B','26.0','200.0'),(184,289,'0','100','B','374.0','1506.0'),(189,33,'0','100','B','23','36.2'),(196,355,'0','100','B','55','84'),(197,356,'0','100','B','690','2450'),(198,357,'0','100','B','13','41'),(199,358,'0','100','B','190','1140'),(200,359,'0','100','B','31','60'),(201,360,'0','100','B','410','1590'),(202,365,'0','100','B','15','65'),(203,145,'0','100','B','0.0','6.2'),(204,146,'0','100','B','6.0','8.0'),(205,147,'0','100','B','8.0','10.0'),(206,148,'0','100','B','0.0','10.0'),(320,419,'0','100','B','3.3','7.1'),(324,32,'0','100','B','0.9','1.2'),(325,32,'Array','Array','Array','2.0','4.0'),(326,268,'0','0','','135','150'),(327,269,'0','0','','2.5','5.0'),(328,270,'0','100','B','97','110'),(332,15,'0','100','B','2.8','10.0'),(333,16,'0','100','B','3.8','6.5'),(334,17,'0','100','B','12.0','18.0'),(335,18,'0','100','B','37.0','51.0'),(336,19,'0','100','B','80.0','101.0'),(337,20,'0','100','B','27.0','34.0'),(338,21,'0','100','B','30.0','35.0'),(339,22,'0','100','B','140','440'),(340,23,'0','100','B','20.0','45.0'),(341,24,'0','100','B','2.0','10.0'),(342,25,'0','100','B','40.0','75.0'),(343,26,'0','100','B','1.0','6.0'),(344,27,'0','100','B','0.0','1.0'),(371,154,'0','100','B','5','100000'),(372,47,'0','100','','0','20'),(373,453,'0','100','B','5','50'),(374,454,'0','100','B','5','500'),(375,455,'0','100','B','100','5000'),(376,456,'0','100','B','500','10000'),(377,457,'0','100','B','1000','50000'),(378,458,'0','100','B','10000','100000'),(379,459,'0','100','B','15000','200000'),(380,460,'0','100','B','10000','100000'),(385,462,'0','100','B','50','500'),(386,463,'0','100','B','100','5000'),(387,464,'0','100','B','500','10000'),(388,465,'0','100','B','1000','50000'),(389,466,'0','0','B','1000','50000'),(393,461,'0','0','','5','100000'),(397,163,'0','100','B','0.8','104.8'),(399,165,'0','100','B','3.28','480.0'),(400,29,'0','100','B','11','16'),(401,476,'0','100','B','0.9','4.0'),(402,480,'0','100','M','2.5','35'),(403,480,'0','100','F','3.5','35'),(404,481,'0','100','B','30','300'),(406,482,'0','100','B','0','30'),(407,483,'0','0','B','0','2.5'),(409,48,'0','100','B','0.5','1.8'),(413,37,'0','100','B','28.0','156'),(416,168,'0','100','B','0.00','0.05'),(417,372,'0','0','','0','5'),(418,486,'0','100','B','0','5'),(437,388,'0','100','B','3.6','6.1'),(438,415,'0','100','B','3.6','7.8'),(439,489,'0','100','B','3.6','7.8'),(440,491,'0','100','B','3.6','6.1'),(443,7,'0','100','B','0.8 ','2.0'),(445,49,'0','100','B','96.8','97.8'),(446,72,'0','100','B','2.2','3.2'),(447,73,'0','100','B','0','0.5'),(448,494,'0','100','B','15.0','1000'),(452,5,'0','100','B','1.4','4.2'),(453,488,'0','100','B','0.8 ','2.0'),(454,496,'0','100','B','0.3','6.2'),(455,179,'0','100','B','1.4','4.2'),(456,181,'0','100','B','0.8','2.2'),(457,501,'0','0','','0.0','34.0'),(459,378,'0','100','B','0.0','10.0'),(462,161,'0','100','B','0.0','20.0'),(463,40,'0','100','M','6.125','27.335'),(464,40,'Array','Array','Array','0.35','2.625'),(465,131,'0','100','B','3.64','6.10'),(466,133,'0','100','B','3.3','7.4'),(467,392,'0','100','B','5.0','15.0'),(468,392,'Array','Array','Array','4.0','11.0'),(469,393,'0','100','B','3.1','5.5'),(470,393,'Array','Array','Array','3.1','5.5'),(471,394,'0','100','B','11.0','15.0'),(472,394,'Array','Array','Array','13.5','18.0'),(473,395,'0','100','B','34','45'),(474,395,'Array','Array','Array','37.0','50.0'),(475,396,'0','100','B','75.0','87.0'),(476,396,'Array','Array','Array','80.0','96.0'),(477,397,'0','100','B','24.0','30.0'),(478,397,'Array','Array','Array','26.0','32.0'),(479,398,'0','100','B','31.0','37.0'),(480,398,'Array','Array','Array','31.0','36.0'),(481,399,'0','100','B','150','400'),(482,399,'Array','Array','Array','150','400'),(483,400,'0','100','B','20','45'),(484,401,'0','100','B','0.00','10.0'),(485,402,'0','100','B','40.0','75.0'),(486,403,'0','100','B','0.80','5.00'),(487,403,'0','100','B','1.00','4.00'),(488,404,'0','100','B','0.0','10.0'),(489,405,'0','100','B','1.50','6.50'),(490,405,'0','100','B','2.00','7.50'),(491,406,'0','100','B','11.5','15.0'),(492,410,'0','100','B','7.4','11.5'),(493,485,'0','100','B','0.0','10.0'),(500,292,'0','100','','0','20'),(501,293,'0','100','','0','20'),(502,294,'0','100','','0','20'),(503,295,'0','100','','0','20'),(504,296,'0','100','','0','20'),(505,297,'0','100','','0','20'),(514,504,'0','100','B','111','860'),(515,504,'Array','Array','Array','28','444'),(516,507,'20','40','B','5.0','38.7'),(517,510,'0','100','B','0','140'); +/*!40000 ALTER TABLE `reference_range` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `removal_record` +-- + +DROP TABLE IF EXISTS `removal_record`; +CREATE TABLE `removal_record` ( + `id` int(11) NOT NULL auto_increment, + `r_id` int(11) NOT NULL default '0', + `vr_id` varchar(45) collate latin1_general_ci NOT NULL default '0', + `type` int(11) default NULL, + `user_id` int(11) default '0', + `remarks` varchar(500) collate latin1_general_ci default NULL, + `status` int(11) NOT NULL default '1', + `ts` timestamp NULL default CURRENT_TIMESTAMP, + `category` varchar(20) collate latin1_general_ci default 'test', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `removal_record` +-- + +LOCK TABLES `removal_record` WRITE; +/*!40000 ALTER TABLE `removal_record` DISABLE KEYS */; +INSERT INTO `removal_record` VALUES (1,3585,'0',1,504,'',1,'2013-10-14 16:29:17','test'),(2,3586,'0',1,504,'',1,'2013-10-14 16:29:17','test'),(3,3754,'0',1,504,'',1,'2013-10-15 13:05:45','test'),(4,3811,'0',1,504,'',1,'2013-10-15 13:09:30','test'),(5,4189,'0',1,504,'',1,'2013-10-16 14:28:27','test'),(6,4464,'0',1,504,'',1,'2013-10-17 12:51:55','test'),(7,4753,'0',1,504,'',1,'2013-10-17 12:59:25','test'),(8,6814,'0',1,504,'',1,'2013-10-24 15:53:42','test'),(9,6802,'0',1,504,'',1,'2013-10-24 16:27:57','test'),(10,6841,'0',1,504,'',1,'2013-10-24 16:29:22','test'),(11,6843,'0',1,504,'',1,'2013-10-24 16:29:39','test'),(12,6846,'0',1,504,'',1,'2013-10-24 16:29:39','test'),(13,6850,'0',1,504,'',1,'2013-10-24 16:30:03','test'),(14,6805,'0',1,504,'',1,'2013-10-24 16:32:11','test'),(15,6263,'0',1,504,'',1,'2013-10-25 10:00:26','test'),(16,5902,'0',1,504,'',1,'2013-10-25 12:10:37','test'),(17,6658,'0',1,504,'WRONG TEST SELESCTED',1,'2013-10-25 13:43:36','test'),(18,4756,'0',1,504,'',1,'2013-10-28 20:45:34','test'),(19,8101,'0',1,504,'',1,'2013-10-29 17:54:21','test'),(20,8631,'0',1,504,'',1,'2013-10-31 00:24:35','test'),(21,8529,'0',1,504,'',1,'2013-11-02 06:45:56','test'),(22,8365,'0',1,504,'',1,'2013-11-02 07:01:19','test'),(23,10927,'0',1,504,'',1,'2013-11-07 18:52:48','test'),(24,10985,'0',1,504,'',1,'2013-11-07 18:53:33','test'),(25,10941,'0',1,504,'',1,'2013-11-07 19:52:12','test'),(26,9244,'0',1,504,'',1,'2013-11-08 19:27:08','test'),(27,11259,'0',1,504,'',1,'2013-11-08 20:04:07','test'),(28,9475,'0',1,504,'',1,'2013-11-08 20:10:11','test'),(29,11307,'0',1,504,'',1,'2013-11-08 20:16:03','test'),(30,11309,'0',1,504,'',1,'2013-11-08 20:19:20','test'),(31,11324,'0',1,504,'',1,'2013-11-08 21:04:20','test'),(32,12281,'0',1,504,'',1,'2013-11-12 17:35:09','test'),(33,9088,'0',1,504,'',1,'2013-11-12 18:01:47','test'),(34,12116,'0',1,504,'',1,'2013-11-13 16:35:40','test'),(35,12642,'0',1,504,'',1,'2013-11-13 17:48:33','test'),(36,11274,'0',1,504,'',1,'2013-11-15 20:19:45','test'),(37,8961,'0',1,504,'',1,'2013-11-15 20:35:22','test'),(38,14057,'0',1,504,'',1,'2013-11-18 20:36:04','test'),(39,14117,'0',1,504,'',1,'2013-11-18 21:54:49','test'),(40,14119,'0',1,504,'',1,'2013-11-18 21:54:49','test'),(41,14122,'0',1,504,'',1,'2013-11-18 21:54:49','test'),(42,13071,'0',1,504,'',1,'2013-11-18 21:57:09','test'),(43,13073,'0',1,504,'',1,'2013-11-18 21:57:09','test'),(44,14071,'0',1,504,'',1,'2013-11-18 22:28:27','test'),(45,5815,'0',1,504,'',1,'2013-11-18 22:28:27','test'),(46,5531,'0',1,504,'',1,'2013-11-18 22:28:27','test'),(47,12913,'0',1,504,'',1,'2013-11-19 22:00:17','test'),(48,14108,'0',1,504,'',1,'2013-11-19 22:01:19','test'),(49,14650,'0',1,504,'',0,'2013-11-20 18:22:39','test'),(50,14753,'0',1,504,'',1,'2013-11-20 21:05:33','test'),(51,14750,'0',1,504,'',1,'2013-11-20 21:06:38','test'),(52,14664,'0',1,504,'',1,'2013-11-20 21:09:45','test'),(53,15049,'0',1,504,'',1,'2013-11-21 19:39:46','test'),(54,15078,'0',1,504,'',1,'2013-11-21 20:35:00','test'),(55,15081,'0',1,504,'',1,'2013-11-21 20:35:00','test'),(56,15075,'0',1,504,'',1,'2013-11-21 22:06:28','test'),(57,16502,'0',1,504,'',1,'2013-11-27 21:25:43','test'),(58,3853,'0',1,504,'',1,'2013-11-28 01:11:10','test'),(59,16685,'0',1,504,'',1,'2013-11-28 01:42:20','test'),(60,17057,'0',1,504,'',1,'2013-11-29 17:50:21','test'),(61,17357,'0',1,504,'',1,'2013-11-30 18:59:30','test'),(62,18055,'0',1,504,'WRONG ENTRY',1,'2013-12-03 18:02:07','test'),(63,18076,'0',1,504,'WRONG ENTRY',1,'2013-12-03 18:02:07','test'),(64,18262,'0',1,504,'',1,'2013-12-04 03:14:31','test'),(65,18142,'0',1,504,'',1,'2013-12-04 21:19:49','test'),(66,18933,'0',1,504,'',1,'2013-12-06 19:27:04','test'),(67,19465,'0',1,504,'',1,'2013-12-09 00:53:09','test'),(68,19571,'0',1,504,'',1,'2013-12-09 19:36:41','test'),(69,20067,'0',1,504,'',1,'2013-12-11 01:58:21','test'),(70,20565,'0',1,504,'',1,'2013-12-12 20:14:18','test'),(71,20558,'0',1,504,'',1,'2013-12-12 20:48:50','test'),(72,19973,'0',1,504,'',1,'2013-12-13 01:20:05','test'),(73,20812,'0',1,504,'',1,'2013-12-13 20:08:31','test'),(74,20650,'0',1,504,'',1,'2013-12-13 20:21:48','test'),(75,21577,'0',1,504,'',1,'2013-12-17 18:59:29','test'); +/*!40000 ALTER TABLE `removal_record` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_config` +-- + +DROP TABLE IF EXISTS `report_config`; +CREATE TABLE `report_config` ( + `report_id` int(10) unsigned NOT NULL auto_increment, + `header` varchar(500) NOT NULL default '', + `footer` varchar(500) NOT NULL default '-End-', + `margins` varchar(45) NOT NULL default '2,0,10,0', + `p_fields` varchar(45) NOT NULL default '1,1,1,1,1,1,1', + `s_fields` varchar(45) NOT NULL default '1,1,1,1,1,1', + `t_fields` varchar(45) NOT NULL default '1,0,1,1,1,0,1,1', + `p_custom_fields` varchar(45) NOT NULL default '', + `s_custom_fields` varchar(45) NOT NULL default '', + `test_type_id` varchar(45) NOT NULL default '0', + `title` varchar(500) NOT NULL default '', + `landscape` int(10) unsigned NOT NULL default '0', + `row_items` int(1) unsigned NOT NULL default '3', + `show_border` int(1) unsigned NOT NULL default '1', + `show_result_border` int(1) unsigned NOT NULL default '1', + `result_border_horizontal` int(1) unsigned NOT NULL default '0', + `result_border_vertical` int(1) unsigned NOT NULL default '0', + PRIMARY KEY (`report_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `report_config` +-- + +LOCK TABLES `report_config` WRITE; +/*!40000 ALTER TABLE `report_config` DISABLE KEYS */; +INSERT INTO `report_config` VALUES (1,'??center','Verify by............................................... Sign.............................#','0,0,0,0','1,0,0,1,1,1,1,0,1,0,0,0,0','1,1,1,0,0,0,0','1,1,1,0,0,0,1,1,1,1','','66','0','',0,3,1,1,0,1),(2,'Specimen Report','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(3,'Test Records','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(4,'Daily Log - Specimens_NYAHO MEDICAL CENTER??left','#','2,0,10,0','1,0,0,1,1,0,1,1,0,0,0','1,1,1,0,0,1,1','1,0,0,0,0,0,0,1,0,0','','2,4,6','0','',0,3,1,1,0,0),(5,'Worksheet','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(6,'Daily Log - Patients??left','#','2,0,10,0','1,0,0,1,0,1,1,1,1,0,0','1,1,1,1,1,1,0','1,0,1,1,1,0,1,1,0,0','3','','0','',0,3,1,1,0,0),(11,'Grouped Test Count Report Configuration','0:4,4:9,9:14,14:19,19:24,24:29,29:34,34:39,39:44,44:49,49:54,54:59,59:64,64:+','0','0','1','1','3','0','9999009','0',9999009,3,1,1,0,0),(12,'Grouped Specimen Count Report Configuration','0:4,4:9,9:14,14:19,19:24,24:29,29:34,34:39,39:44,44:49,49:54,54:59,59:64,64:+','0','0','0','0','1','0','9999019','0',9999019,3,1,1,0,0); +/*!40000 ALTER TABLE `report_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_disease` +-- + +DROP TABLE IF EXISTS `report_disease`; +CREATE TABLE `report_disease` ( + `id` int(10) unsigned NOT NULL auto_increment, + `group_by_age` int(10) unsigned NOT NULL, + `group_by_gender` int(10) unsigned NOT NULL, + `age_groups` varchar(500) default NULL, + `measure_groups` varchar(500) default NULL, + `measure_id` int(10) unsigned NOT NULL, + `lab_config_id` int(10) unsigned NOT NULL, + `test_type_id` int(10) unsigned NOT NULL, + PRIMARY KEY USING BTREE (`id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `report_disease` +-- + +LOCK TABLES `report_disease` WRITE; +/*!40000 ALTER TABLE `report_disease` DISABLE KEYS */; +INSERT INTO `report_disease` VALUES (9,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',12,1006,8),(10,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',13,1006,8),(11,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',14,1006,8),(26,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',30,1006,11),(27,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',31,1006,11),(33,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',41,1006,18),(34,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',42,1006,18),(36,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',48,1006,23),(40,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',51,1006,26),(41,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',55,1006,28),(46,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',61,1006,34),(47,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',101,1006,35),(48,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',102,1006,35),(49,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',103,1006,35),(50,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',108,1006,35),(51,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',65,1006,38),(52,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',66,1006,39),(53,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',67,1006,40),(54,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',68,1006,41),(55,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',75,1006,41),(56,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',76,1006,41),(57,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',81,1006,41),(58,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',82,1006,41),(59,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',83,1006,41),(60,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',84,1006,41),(61,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',85,1006,41),(62,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',86,1006,41),(63,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',89,1006,41),(64,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',69,1006,42),(67,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',111,1006,48),(70,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',114,1006,51),(77,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',121,1006,58),(78,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',122,1006,59),(83,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',127,1006,64),(86,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',130,1006,67),(88,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',133,1006,70),(94,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',140,1006,77),(96,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',142,1006,79),(97,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',143,1006,80),(98,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',144,1006,81),(103,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',149,1006,82),(114,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',170,1006,94),(123,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',207,1006,106),(124,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',208,1006,106),(125,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',221,1006,118),(126,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',222,1006,119),(127,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',223,1006,120),(128,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',224,1006,121),(129,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',225,1006,122),(130,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',226,1006,123),(131,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',227,1006,124),(132,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',228,1006,125),(133,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',229,1006,126),(134,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',230,1006,127),(172,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',268,1006,133),(173,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',269,1006,133),(175,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',275,1006,135),(177,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',285,1006,137),(182,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',290,1006,137),(183,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',291,1006,137),(184,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',292,1006,138),(185,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',293,1006,138),(186,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',294,1006,138),(187,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',295,1006,138),(188,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',296,1006,138),(189,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',297,1006,138),(190,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',298,1006,139),(191,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',299,1006,140),(192,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',300,1006,141),(193,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',301,1006,142),(194,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',302,1006,143),(195,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',303,1006,144),(196,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',304,1006,145),(197,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',305,1006,146),(198,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',306,1006,147),(199,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',307,1006,148),(200,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',308,1006,149),(201,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',309,1006,150),(202,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',310,1006,151),(203,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',311,1006,152),(204,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',312,1006,153),(205,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',313,1006,154),(206,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',314,1006,155),(207,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',315,1006,156),(208,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',316,1006,157),(209,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',317,1006,158),(210,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',318,1006,159),(211,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',319,1006,160),(212,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',320,1006,161),(213,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',321,1006,162),(214,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',322,1006,163),(215,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',323,1006,164),(216,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',324,1006,165),(217,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',325,1006,166),(218,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',326,1006,167),(219,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',327,1006,168),(220,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',328,1006,169),(221,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',329,1006,170),(222,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',330,1006,171),(223,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',331,1006,172),(224,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',332,1006,173),(225,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',333,1006,174),(226,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',334,1006,175),(227,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',335,1006,176),(228,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',336,1006,177),(229,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',337,1006,178),(230,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',338,1006,179),(231,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',339,1006,180),(232,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',340,1006,181),(233,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',341,1006,182),(234,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',342,1006,183),(235,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',343,1006,184),(236,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',344,1006,185),(237,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',345,1006,186),(238,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',346,1006,187),(239,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',347,1006,188),(240,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',348,1006,189),(241,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',349,1006,190),(242,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',350,1006,191),(243,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',351,1006,192),(244,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',353,1006,194),(245,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',354,1006,195),(252,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',361,1006,196),(253,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',362,1006,196),(254,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',363,1006,196),(255,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',364,1006,196),(257,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',366,1006,198),(258,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',367,1006,199),(259,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',371,1006,201),(260,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',372,1006,202),(261,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',373,1006,203),(262,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',374,1006,204),(263,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',375,1006,205),(264,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',376,1006,206),(265,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',377,1006,207),(266,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',378,1006,208),(267,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',379,1006,209),(268,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',380,1006,210),(269,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',381,1006,211),(270,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',382,1006,212),(271,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',383,1006,213),(272,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',384,1006,214),(273,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',385,1006,215),(274,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',386,1006,216),(275,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',387,1006,217),(276,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',388,1006,218),(277,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',389,1006,219),(278,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',390,1006,220),(281,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200',':,',6,1006,3),(282,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200',':,',7,1006,3),(301,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200',':,',32,1006,11),(341,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200',':,',154,1006,83),(409,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',414,1006,218),(410,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',415,1006,218),(411,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',416,1006,218),(412,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',391,1006,221),(429,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',409,1006,223),(430,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',411,1006,224),(431,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',412,1006,225),(432,1,1,'1:5,6:10,11:18,19:40,40:60,60:80,81:100,101:200','$freetext$$:,',413,1006,226),(466,0,1,'','$freetext$$:,',426,1006,28),(471,0,1,'','$freetext$$:,',449,1006,35),(472,0,1,'','$freetext$$:,',450,1006,35),(601,0,1,'','$freetext$$:,',500,1006,234),(603,0,1,'','$freetext$$:,',502,1006,236),(604,0,1,'','$freetext$$:,',504,1006,238),(605,0,1,'','$freetext$$:,',505,1006,239),(606,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','',0,1006,0),(607,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','0:5,6:11,',5,1006,3),(608,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',488,1006,3),(609,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',496,1006,3),(610,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',8,1006,4),(611,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',9,1006,5),(612,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',10,1006,6),(613,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',11,1006,7),(614,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',15,1006,9),(615,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',16,1006,9),(616,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',17,1006,9),(617,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',18,1006,9),(618,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',19,1006,9),(619,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',20,1006,9),(620,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',21,1006,9),(621,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',22,1006,9),(622,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',23,1006,9),(623,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',24,1006,9),(624,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',25,1006,9),(625,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',26,1006,9),(626,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',27,1006,9),(627,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',29,1006,11),(628,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',476,1006,11),(629,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','REFERENCE : 0.9 - 1.2_THERAPEUTIC ,',477,1006,11),(630,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',33,1006,12),(631,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',34,1006,13),(632,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',37,1006,15),(633,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',40,1006,17),(634,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','TROPHOZOITES_GAMETOCYTES_SCHIZONTS_-:,',468,1006,18),(635,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',47,1006,22),(636,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',49,1006,24),(637,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',72,1006,24),(638,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',73,1006,24),(639,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',57,1006,30),(640,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',58,1006,31),(641,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',59,1006,32),(642,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',60,1006,33),(643,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','URIC ACID (+)_URIC ACID (++)_URIC ACID (+++)_CALCIUM OXALATE (+)_CALCIUM OXALATE (++)_CALCIUM OXALATE (+++)_TRIPPLE PHOSPHATE (+)_TRIPPLE PHOSPHATE (++)_TRIPPLE PHOSPHATE (+++)_AMORPHOUS PHOSPHATE (+)_AMORPHOUS PHOSPHATE (++)_AMORPHOUS PHOSPHATE (+++)_CYSTINE (+)_CYSTINE (++)_CYSTINE (++)_CHOLESTEROL (+)_CHOLESTEROL (++)_CHOLESTEROL (++)_BILIRUBIN (+)_BILIRUBIN (++)_BILIRUBIN (+++)_AMORPHOUS URATES (+)_AMORPHOUS URATES (++)_AMORPHOUS URATES(+++)_NOT SEEN:,',451,1006,35),(644,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',109,1006,46),(645,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',110,1006,47),(646,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',112,1006,49),(647,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',113,1006,50),(648,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',115,1006,52),(649,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',116,1006,53),(650,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',117,1006,54),(651,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',118,1006,55),(652,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',119,1006,56),(653,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',120,1006,57),(654,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',123,1006,60),(655,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',124,1006,61),(656,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',125,1006,62),(657,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',126,1006,63),(658,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',128,1006,65),(659,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',129,1006,66),(660,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',131,1006,68),(661,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50):,',479,1006,69),(662,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',135,1006,72),(663,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',136,1006,73),(664,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',137,1006,74),(665,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',138,1006,75),(666,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',139,1006,76),(667,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',141,1006,78),(668,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',145,1006,82),(669,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',146,1006,82),(670,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',147,1006,82),(671,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',148,1006,82),(672,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',461,1006,83),(673,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','0.2 - 1 WEEK (5 - 50)_1 - 2 WEEKS (50 - 500)_2 - 3 WEEKS (100 - 5000)_3 - 4 WEEKS (500 - 10000)_4 - 5 WEEKS (1000 - 50000)_5 - 6 WEEKS (10000 - 100000)_6 - 8 WEEKS (150000 - 200000)_8 - 12 WEEKS (10000 - 100000):,',469,1006,83),(674,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',157,1006,85),(675,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',159,1006,87),(676,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',160,1006,88),(677,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',161,1006,89),(678,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',163,1006,90),(679,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',165,1006,91),(680,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0):,',475,1006,91),(681,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',167,1006,92),(682,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',168,1006,93),(683,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',169,1006,94),(684,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',171,1006,95),(685,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',173,1006,96),(686,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',179,1006,99),(687,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',181,1006,100),(688,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',183,1006,101),(689,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',184,1006,102),(690,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',185,1006,103),(691,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',186,1006,104),(692,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',485,1006,113),(693,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',231,1006,128),(694,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',232,1006,128),(695,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',233,1006,128),(696,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',234,1006,128),(697,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',235,1006,128),(698,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',236,1006,128),(699,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',237,1006,128),(700,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',238,1006,128),(701,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',239,1006,128),(702,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',240,1006,128),(703,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',241,1006,128),(704,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',242,1006,128),(705,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',243,1006,128),(706,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',244,1006,128),(707,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',245,1006,129),(708,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',246,1006,129),(709,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',247,1006,129),(710,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',248,1006,129),(711,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',249,1006,129),(712,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',250,1006,129),(713,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',251,1006,130),(714,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',252,1006,130),(715,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',253,1006,130),(716,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',254,1006,130),(717,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',255,1006,130),(718,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',256,1006,130),(719,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',257,1006,131),(720,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',258,1006,131),(721,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',259,1006,131),(722,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',260,1006,131),(723,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',261,1006,131),(724,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',262,1006,131),(725,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',263,1006,131),(726,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',264,1006,131),(727,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',265,1006,132),(728,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',266,1006,132),(729,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',267,1006,132),(730,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',270,1006,133),(731,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',284,1006,136),(732,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',286,1006,137),(733,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',287,1006,137),(734,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',288,1006,137),(735,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',289,1006,137),(736,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','Normal kidney function - GFR above 90 and no proteinuria_CKD1 - GFR of 90 with evidence of kidney damage_CKD2 - (Mild) - GFR of 60 to 89 with evidence of kidney damage_CKD3 (Moderate) - GFR of 30 to 59_CKD4 (Severe) - GFR of 15 to 29_CKD5 Kidney failure - GFR less than 15:,',478,1006,138),(737,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',355,1006,196),(738,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',356,1006,196),(739,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',357,1006,196),(740,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',358,1006,196),(741,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',359,1006,196),(742,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',360,1006,196),(743,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',365,1006,197),(744,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','Normal kidney fuction - GFR above 90 and no proteinuria_CKD1 - GFR of 90 with evidence of kidney damage_CKD2 (Mild) - GFR of 60 to 89 with evidence of kidney damage_CKD3 (Moderate) - GFR of 30 - 59_CKD4 (Severe) - GFR of 15 to 29_CKD5 Kidney failure - GFR less than 15:,',470,1006,205),(745,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',489,1006,218),(746,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','NEGATIVE_TRACE_POSITIVE (+)_POSITIVE (++)_POSITIVE (+++):,',490,1006,218),(747,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',491,1006,218),(748,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100','NEGATIVE_TRACE_POSITIVE (+)_POSITIVE (++)_POSITIVE (+++):,',492,1006,218),(749,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',392,1006,222),(750,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',393,1006,222),(751,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',394,1006,222),(752,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',395,1006,222),(753,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',396,1006,222),(754,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',397,1006,222),(755,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',398,1006,222),(756,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',399,1006,222),(757,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',400,1006,222),(758,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',401,1006,222),(759,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',402,1006,222),(760,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',403,1006,222),(761,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',404,1006,222),(762,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',405,1006,222),(763,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',406,1006,222),(764,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',410,1006,222),(765,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',419,1006,227),(766,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',481,1006,228),(767,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',482,1006,229),(768,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',483,1006,230),(769,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',486,1006,232),(770,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',494,1006,233),(771,1,1,'0:5,5:10,10:15,15:20,20:35,35:45,45:60,60:100',':,',501,1006,235); +/*!40000 ALTER TABLE `report_disease` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen` +-- + +DROP TABLE IF EXISTS `specimen`; +CREATE TABLE `specimen` ( + `specimen_id` int(10) unsigned NOT NULL default '0', + `patient_id` int(11) unsigned NOT NULL default '0', + `specimen_type_id` int(11) unsigned NOT NULL default '0', + `user_id` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `status_code_id` int(11) unsigned default NULL, + `referred_to` int(11) unsigned default NULL, + `comments` text, + `aux_id` varchar(45) default NULL, + `date_collected` date NOT NULL default '0000-00-00', + `date_recvd` date default NULL, + `session_num` varchar(45) default NULL, + `time_collected` varchar(45) default NULL, + `report_to` int(10) unsigned default NULL, + `doctor` varchar(45) default NULL, + `date_reported` datetime default NULL, + `referred_to_name` varchar(70) default NULL, + `daily_num` varchar(45) NOT NULL default '', + `referred_from_name` varchar(20) default NULL, + PRIMARY KEY (`specimen_id`), + KEY `patient_id` (`patient_id`), + KEY `specimen_type_id` (`specimen_type_id`), + KEY `user_id` (`user_id`), + KEY `IDX_DATE` (`date_collected`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen` +-- + +LOCK TABLES `specimen` WRITE; +/*!40000 ALTER TABLE `specimen` DISABLE KEYS */; +INSERT INTO `specimen` VALUES (1,1,4,504,'2013-09-30 13:38:51',1,0,'','','2013-09-30','2013-09-30','20130930-1','14:37',1,'',NULL,'','20130930-2',NULL),(2,1,1,504,'2013-09-30 15:35:57',1,0,'','2','2013-09-30','2013-09-30','20130930-2','16:35',1,'',NULL,'','20130930-3',NULL),(3,1,5,504,'2013-09-30 15:36:37',1,0,'','4','2013-09-30','2013-09-30','20130930-3','16:36',1,'',NULL,'','20130930-4',NULL),(4,2,3,531,'2013-10-01 07:48:07',0,0,'','201310011 ','2013-10-01','2013-10-01','20131001-1','08:43',1,'DR AMOAH',NULL,'','20131001-5',NULL),(5,3,3,531,'2013-10-01 08:00:24',0,0,'','201310012 ','2013-10-01','2013-10-01','20131001-2','08:50',1,'',NULL,'','20131001-6',NULL),(7,3,4,531,'2013-10-01 08:00:24',0,0,'','201310012','2013-10-01','2013-10-01','20131001-2','08:59',1,'',NULL,'','20131001-6',NULL),(8,4,3,531,'2013-10-01 08:10:21',0,0,'','201310013','2013-10-01','2013-10-01','20131001-3','09:02',1,'DR FOSU',NULL,'','20131001-7',NULL),(10,4,4,531,'2013-10-01 08:10:21',0,0,'','201310013','2013-10-01','2013-10-01','20131001-3','09:03',1,'DR FOSU',NULL,'','20131001-7',NULL),(11,5,3,531,'2013-10-01 08:17:14',0,0,'','4 ','2013-10-01','2013-10-01','20131001-4','09:12',1,'DR FOSU',NULL,'','20131001-8',NULL),(13,5,4,531,'2013-10-01 08:17:14',0,0,'','4','2013-10-01','2013-10-01','20131001-4','09:16',1,'DR FOSU',NULL,'','20131001-8',NULL),(14,6,3,530,'2013-10-01 08:33:45',0,0,'','5','2013-10-01','2013-10-01','20131001-5','09:29',1,'DR AMOAH',NULL,'','20131001-9',NULL),(16,6,5,530,'2013-10-01 08:33:46',0,0,'','5','2013-10-01','2013-10-01','20131001-5','09:32',1,'DR AMOAH',NULL,'','20131001-9',NULL),(19,6,2,530,'2013-10-01 08:33:46',0,0,'','5','2013-10-01','2013-10-01','20131001-5','09:33',1,'DR AMOAH',NULL,'','20131001-9',NULL),(20,7,3,530,'2013-10-01 08:43:48',0,0,'','6','2013-10-01','2013-10-01','20131001-6','09:42',1,'DR AMOAH',NULL,'','20131001-10',NULL),(21,8,3,530,'2013-10-01 08:48:01',0,0,'','7','2013-10-01','2013-10-01','20131001-7','09:44',1,'DR FOSU',NULL,'','20131001-11',NULL),(22,9,3,530,'2013-10-01 08:51:48',0,0,'','8','2013-10-01','2013-10-01','20131001-8','09:50',1,'DR FOSU',NULL,'','20131001-12',NULL),(23,10,3,530,'2013-10-01 08:57:57',0,0,'','9','2013-10-01','2013-10-01','20131001-9','09:54',1,'DR FOSU',NULL,'','20131001-13',NULL),(25,10,2,530,'2013-10-01 08:57:57',0,0,'','9','2013-10-01','2013-10-01','20131001-9','09:57',1,'DR FOSU',NULL,'','20131001-13',NULL),(26,11,3,530,'2013-10-01 09:10:39',0,0,'','10','2013-10-01','2013-10-01','20131001-10','10:00',1,'TACHIE',NULL,'','20131001-14',NULL),(28,11,2,530,'2013-10-01 09:10:39',0,0,'','10','2013-10-01','2013-10-01','20131001-10','10:09',1,'TACHIE',NULL,'','20131001-14',NULL),(31,11,4,530,'2013-10-01 09:10:40',0,0,'','10','2013-10-01','2013-10-01','20131001-10','10:10',1,'TACHIE',NULL,'','20131001-14',NULL),(32,12,2,530,'2013-10-01 09:47:45',0,0,'','12','2013-10-01','2013-10-01','20131001-12','10:42',1,'DR FOSU',NULL,'','20131001-16',NULL),(34,12,4,530,'2013-10-01 09:47:46',0,0,'','12','2013-10-01','2013-10-01','20131001-12','10:47',1,'DR FOSU',NULL,'','20131001-16',NULL),(35,13,3,530,'2013-10-01 10:15:12',0,0,'','13','2013-10-01','2013-10-01','20131001-13','11:01',1,'DR AMOAH',NULL,'','20131001-17',NULL),(37,13,4,530,'2013-10-01 10:15:12',0,0,'','13','2013-10-01','2013-10-01','20131001-13','11:07',1,'',NULL,'','20131001-17',NULL),(40,13,2,530,'2013-10-01 10:15:13',0,0,'','13','2013-10-01','2013-10-01','20131001-13','11:08',1,'',NULL,'','20131001-17',NULL),(41,14,3,530,'2013-10-01 10:30:23',0,0,'','14','2013-10-01','2013-10-01','20131001-14','11:17',1,'DR FOSU',NULL,'','20131001-18',NULL),(43,14,1,530,'2013-10-01 10:30:24',0,0,'','','2013-10-01','2013-10-01','20131001-14','11:23',1,'DR FOSU',NULL,'','20131001-18',NULL),(44,15,1,530,'2013-10-01 10:41:46',0,0,'','15','2013-10-01','2013-10-01','20131001-15','11:37',1,'',NULL,'','20131001-19',NULL),(46,15,3,530,'2013-10-01 10:41:46',0,0,'','15','2013-10-01','2013-10-01','20131001-15','11:40',1,'',NULL,'','20131001-19',NULL),(49,15,4,530,'2013-10-01 10:41:46',0,0,'','15','2013-10-01','2013-10-01','20131001-15','11:41',1,'',NULL,'','20131001-19',NULL),(50,15,24,530,'2013-10-01 10:45:41',0,0,'','15','2013-10-01','2013-10-01','20131001-16','11:42',1,'',NULL,'','20131001-20',NULL),(52,15,27,530,'2013-10-01 10:45:44',0,0,'','15','2013-10-01','2013-10-01','20131001-16','11:43',1,'',NULL,'','20131001-20',NULL),(53,16,3,530,'2013-10-01 11:00:34',0,0,'','17','2013-10-01','2013-10-01','20131001-17','11:57',1,'DR FOSU',NULL,'','20131001-21',NULL),(55,16,1,530,'2013-10-01 11:00:34',0,0,'','17','2013-10-01','2013-10-01','20131001-17','11:59',1,'DR FOSU',NULL,'','20131001-21',NULL),(56,17,3,530,'2013-10-01 11:08:12',0,0,'','18','2013-10-01','2013-10-01','20131001-18','12:06',1,'DR MENSAH',NULL,'','20131001-22',NULL),(57,18,1,530,'2013-10-01 11:16:14',0,0,'','19','2013-10-01','2013-10-01','20131001-19','12:10',1,'DR MENSAH',NULL,'','20131001-23',NULL),(59,18,3,530,'2013-10-01 11:16:14',0,0,'','19','2013-10-01','2013-10-01','20131001-19','12:15',1,'DR MENSAH',NULL,'','20131001-23',NULL),(60,19,3,530,'2013-10-01 11:48:09',0,0,'','20','2013-10-01','2013-10-01','20131001-20','12:46',1,'DR VORTIA',NULL,'','20131001-24',NULL),(62,19,24,530,'2013-10-01 11:48:10',0,0,'','20','2013-10-01','2013-10-01','20131001-20','12:47',1,'DR VORTIA',NULL,'','20131001-24',NULL),(63,20,1,530,'2013-10-01 11:52:44',0,0,'','21','2013-10-01','2013-10-01','20131001-21','12:51',1,'',NULL,'','20131001-25',NULL),(64,21,3,530,'2013-10-01 11:59:59',0,0,'','22','2013-10-01','2013-10-01','20131001-22','12:58',1,'',NULL,'','20131001-26',NULL),(66,21,1,530,'2013-10-01 12:00:00',1,0,'','22','2013-10-01','2013-10-01','20131001-22','12:59',1,'',NULL,'','20131001-26',NULL),(67,22,3,530,'2013-10-01 12:04:47',0,0,'','23','2013-10-01','2013-10-01','20131001-23','13:03',1,'DR FOSU',NULL,'','20131001-27',NULL),(68,23,1,530,'2013-10-01 12:15:03',0,0,'','24','2013-10-01','2013-10-01','20131001-24','13:13',1,'DR FUMMY',NULL,'','20131001-28',NULL),(69,24,1,530,'2013-10-01 12:53:52',0,0,'','25','2013-10-01','2013-10-01','20131001-25','13:51',1,'DR AMABLE',NULL,'','20131001-29',NULL),(70,25,3,530,'2013-10-01 13:02:02',0,0,'','26','2013-10-01','2013-10-01','20131001-26','13:58',1,'DR SALLAR',NULL,'','20131001-30',NULL),(72,25,1,530,'2013-10-01 13:02:06',0,0,'','26','2013-10-01','2013-10-01','20131001-26','13:59',1,'',NULL,'','20131001-30',NULL),(75,25,4,530,'2013-10-01 13:02:06',0,0,'','26','2013-10-01','2013-10-01','20131001-26','13:59',1,'',NULL,'','20131001-30',NULL),(76,26,3,530,'2013-10-01 13:05:37',0,0,'','27','2013-10-01','2013-10-01','20131001-27','14:04',1,'DR AMOAH',NULL,'','20131001-31',NULL),(77,27,3,530,'2013-10-01 13:16:40',0,0,'','28','2013-10-01','2013-10-01','20131001-28','14:12',1,'',NULL,'','20131001-32',NULL),(79,27,1,530,'2013-10-01 13:16:42',0,0,'','28','2013-10-01','2013-10-01','20131001-28','14:15',1,'',NULL,'','20131001-32',NULL),(80,28,3,530,'2013-10-01 13:25:00',0,0,'','29','2013-10-01','2013-10-01','20131001-29','14:23',1,'DR FOSU',NULL,'','20131001-33',NULL),(82,28,2,530,'2013-10-01 13:25:00',1,0,'','29','2013-10-01','2013-10-01','20131001-29','14:24',1,'DR FOSU',NULL,'','20131001-33',NULL),(83,29,3,530,'2013-10-01 13:34:12',0,0,'','30','2013-10-01','2013-10-01','20131001-30','14:30',1,'DR VORTIA',NULL,'','20131001-34',NULL),(85,29,1,530,'2013-10-01 13:34:13',0,0,'','30','2013-10-01','2013-10-01','20131001-30','14:31',1,'DR VORTIA',NULL,'','20131001-34',NULL),(88,29,2,530,'2013-10-01 13:34:13',0,0,'','30','2013-10-01','2013-10-01','20131001-30','14:33',1,'DR VORTIA',NULL,'','20131001-34',NULL),(89,30,3,530,'2013-10-01 13:46:18',0,0,'','31','2013-10-01','2013-10-01','20131001-31','14:40',1,'DR OSEI',NULL,'','20131001-35',NULL),(90,30,3,530,'2013-10-01 13:49:51',0,0,'','31','2013-10-01','2013-10-01','20131001-32','14:49',1,'',NULL,'','20131001-36',NULL),(91,31,3,530,'2013-10-01 14:09:46',0,0,'','33','2013-10-01','2013-10-01','20131001-33','14:56',1,'',NULL,'','20131001-37',NULL),(93,31,1,530,'2013-10-01 14:09:46',0,0,'','33','2013-10-01','2013-10-01','20131001-33','15:08',1,'',NULL,'','20131001-37',NULL),(96,31,2,530,'2013-10-01 14:09:46',0,0,'','33','2013-10-01','2013-10-01','20131001-33','15:09',1,'',NULL,'','20131001-37',NULL),(97,32,3,530,'2013-10-01 14:16:23',0,0,'','34','2013-10-01','2013-10-01','20131001-34','15:14',1,'',NULL,'','20131001-38',NULL),(99,32,4,530,'2013-10-01 14:16:23',0,0,'','34','2013-10-01','2013-10-01','20131001-34','15:16',1,'',NULL,'','20131001-38',NULL),(100,33,3,530,'2013-10-01 14:34:52',0,0,'','35','2013-10-01','2013-10-01','20131001-35','15:24',1,'OUTSIDE',NULL,'','20131001-39',NULL),(102,33,1,530,'2013-10-01 14:34:52',0,0,'','35','2013-10-01','2013-10-01','20131001-35','15:34',1,'OUTSIDE',NULL,'','20131001-39',NULL),(103,34,1,530,'2013-10-01 14:41:43',0,0,'','36','2013-10-01','2013-10-01','20131001-36','15:39',1,'DR FOSU',NULL,'','20131001-40',NULL),(104,35,2,530,'2013-10-01 15:40:21',0,0,'','37','2013-10-01','2013-10-01','20131001-37','15:49',1,'DR VORTIA',NULL,'','20131001-41',NULL),(106,35,2,530,'2013-10-01 15:40:23',0,0,'','37','2013-10-01','2013-10-01','20131001-37','16:37',1,'DR VORTIA',NULL,'','20131001-41',NULL),(107,36,1,530,'2013-10-01 18:54:08',0,0,'','39','2013-10-01','2013-10-01','20131001-39','19:20',1,'DR NKRUMAH',NULL,'','20131001-43',NULL),(108,37,24,530,'2013-10-02 07:50:51',0,0,'','201310021','2013-10-02','2013-10-02','20131002-1','08:47',1,'DR VORTIA',NULL,'','20131002-44',NULL),(110,37,26,530,'2013-10-02 07:50:51',0,0,'','201310021 ','2013-10-02','2013-10-02','20131002-1','08:50',1,'DR VORTIA',NULL,'','20131002-44',NULL),(111,38,3,530,'2013-10-02 08:03:37',0,0,'','201310022','2013-10-02','2013-10-02','20131002-2','09:01',1,'',NULL,'','20131002-45',NULL),(113,38,1,530,'2013-10-02 08:03:37',0,0,'','201310022','2013-10-02','2013-10-02','20131002-2','09:02',1,'',NULL,'','20131002-45',NULL),(116,38,2,530,'2013-10-02 08:03:37',0,0,'','201310022','2013-10-02','2013-10-02','20131002-2','09:03',1,'',NULL,'','20131002-45',NULL),(120,38,4,530,'2013-10-02 08:03:37',0,0,'','201310022','2013-10-02','2013-10-02','20131002-2','09:03',1,'',NULL,'','20131002-45',NULL),(121,39,4,530,'2013-10-02 08:28:41',1,0,'','201310026','2013-10-02','2013-10-02','20131002-6','09:27',1,'',NULL,'','20131002-49',NULL),(122,40,4,530,'2013-10-02 09:12:30',1,0,'',' 201310028','2013-10-02','2013-10-02','20131002-8','10:09',1,'DR YEBOAH',NULL,'','20131002-51',NULL),(124,40,24,530,'2013-10-02 09:12:30',0,0,'',' 201310028','2013-10-02','2013-10-02','20131002-8','10:11',1,'DR YEBOAH',NULL,'','20131002-51',NULL),(127,40,3,530,'2013-10-02 09:12:31',0,0,'',' 201310028','2013-10-02','2013-10-02','20131002-8','10:12',1,'DR YEBOAH',NULL,'','20131002-51',NULL),(128,41,3,530,'2013-10-02 09:17:22',0,0,'','2013100210 ','2013-10-02','2013-10-02','20131002-10','10:14',1,'',NULL,'','20131002-53',NULL),(130,41,4,530,'2013-10-02 09:17:22',0,0,'','','2013-10-02','2013-10-02','20131002-10','10:17',1,'',NULL,'','20131002-53',NULL),(131,42,3,530,'2013-10-02 09:23:09',0,0,'','2013100211','2013-10-02','2013-10-02','20131002-11','10:21',1,'DR FUMMY',NULL,'','20131002-54',NULL),(132,43,3,530,'2013-10-02 09:27:23',0,0,'','2013100212','2013-10-02','2013-10-02','20131002-12','10:24',1,'DR OFORI',NULL,'','20131002-55',NULL),(134,43,1,530,'2013-10-02 09:27:23',0,0,'','2013100212','2013-10-02','2013-10-02','20131002-12','10:25',1,'DR OFORI',NULL,'','20131002-55',NULL),(135,44,3,530,'2013-10-02 09:32:31',0,0,'',' 2013100213','2013-10-02','2013-10-02','20131002-13','10:30',1,'DR OFORI',NULL,'','20131002-56',NULL),(137,44,5,530,'2013-10-02 09:32:31',1,0,'',' 2013100213','2013-10-02','2013-10-02','20131002-13','10:31',1,'DR OFORI',NULL,'','20131002-56',NULL),(138,45,3,530,'2013-10-02 09:39:14',0,0,'',' 2013100214','2013-10-02','2013-10-02','20131002-14','10:36',1,'DR YEBOAH',NULL,'','20131002-57',NULL),(140,45,4,530,'2013-10-02 09:39:14',0,0,'',' 2013100214','2013-10-02','2013-10-02','20131002-14','10:38',1,'DR YEBOAH',NULL,'','20131002-57',NULL),(141,47,24,530,'2013-10-02 09:45:24',0,0,'','','2013-10-02','2013-10-02','20131002-17','10:44',1,'',NULL,'','20131002-60',NULL),(142,48,3,530,'2013-10-02 09:51:19',0,0,'','2013100218','2013-10-02','2013-10-02','20131002-18','10:49',1,'DR YEBOAH',NULL,'','20131002-61',NULL),(143,49,4,530,'2013-10-02 09:57:56',1,0,'',' 2013100221','2013-10-02','2013-10-02','20131002-21','10:55',1,'',NULL,'','20131002-64',NULL),(144,21,2,555,'2013-10-02 10:11:52',1,0,'','2013100224','2013-10-02','2013-10-02','20131002-24','11:10',1,'',NULL,'','20131002-67',NULL),(145,50,3,530,'2013-10-02 10:12:31',0,0,'',' 2013100223','2013-10-02','2013-10-02','20131002-23','11:00',1,'DR YEBOAH',NULL,'','20131002-66',NULL),(146,51,3,530,'2013-10-02 10:50:04',0,0,'','2013100225','2013-10-02','2013-10-02','20131002-25','11:47',1,'DR VORTIA',NULL,'','20131002-68',NULL),(148,51,4,530,'2013-10-02 10:50:04',0,0,'','2013100225','2013-10-02','2013-10-02','20131002-25','11:49',1,'DR VORTIA',NULL,'','20131002-68',NULL),(151,51,2,530,'2013-10-02 10:50:04',0,0,'','2013100225','2013-10-02','2013-10-02','20131002-25','11:49',1,'DR VORTIA',NULL,'','20131002-68',NULL),(152,52,3,530,'2013-10-02 10:53:23',0,0,'','2013100226','2013-10-02','2013-10-02','20131002-26','11:51',1,'DR VORTIA',NULL,'','20131002-69',NULL),(153,53,4,530,'2013-10-02 10:56:43',0,0,'','2013100227','2013-10-02','2013-10-02','20131002-27','11:54',1,'',NULL,'','20131002-70',NULL),(155,53,5,530,'2013-10-02 10:56:43',0,0,'','2013100227','2013-10-02','2013-10-02','20131002-27','11:56',1,'',NULL,'','20131002-70',NULL),(156,54,2,530,'2013-10-02 10:59:30',0,0,'','2013100228','2013-10-02','2013-10-02','20131002-28','11:58',1,'DR VORTIA',NULL,'','20131002-71',NULL),(157,55,3,530,'2013-10-02 11:02:58',0,0,'','2013100229','2013-10-02','2013-10-02','20131002-29','12:01',1,'DR VORTIA',NULL,'','20131002-72',NULL),(159,55,1,530,'2013-10-02 11:02:59',0,0,'','2013100228','2013-10-02','2013-10-02','20131002-29','12:02',1,'DR VORTIA',NULL,'','20131002-72',NULL),(160,2,4,530,'2013-10-02 11:06:57',0,0,'','2013100230','2013-10-02','2013-10-02','20131002-30','12:04',1,'DR YEBOAH',NULL,'','20131002-73',NULL),(161,57,1,530,'2013-10-02 11:21:12',0,0,'','2013100233','2013-10-02','2013-10-02','20131002-33','12:19',1,'DR OFORI',NULL,'','20131002-76',NULL),(162,58,4,530,'2013-10-02 11:27:05',0,0,'','2013100235','2013-10-02','2013-10-02','20131002-35','12:23',1,'',NULL,'','20131002-78',NULL),(163,59,3,530,'2013-10-02 11:29:58',0,0,'','2013100236','2013-10-02','2013-10-02','20131002-36','12:28',1,'DR MENSAH',NULL,'','20131002-79',NULL),(164,60,25,530,'2013-10-02 11:35:39',0,0,'',' 2013100237','2013-10-02','2013-10-02','20131002-37','12:34',1,'',NULL,'','20131002-80',NULL),(165,61,26,530,'2013-10-02 11:40:12',0,0,'','2013100238 ','2013-10-02','2013-10-02','20131002-38','12:38',1,'',NULL,'','20131002-81',NULL),(166,62,25,530,'2013-10-02 11:42:23',0,0,'','2013100239','2013-10-02','2013-10-02','20131002-39','12:41',1,'DR VORTIA',NULL,'','20131002-82',NULL),(167,63,25,530,'2013-10-02 11:44:49',0,0,'','2013100241','2013-10-02','2013-10-02','20131002-41','12:44',1,'DR VORTIA',NULL,'','20131002-84',NULL),(168,64,24,530,'2013-10-02 11:51:50',0,0,'',' 2013100242 ','2013-10-02','2013-10-02','20131002-42','12:50',1,'',NULL,'','20131002-85',NULL),(169,62,3,530,'2013-10-02 11:55:15',0,0,'','2013100243','2013-10-02','2013-10-02','20131002-43','12:51',1,'DR VORTIA',NULL,'','20131002-86',NULL),(171,62,1,530,'2013-10-02 11:55:15',0,0,'','2013100243','2013-10-02','2013-10-02','20131002-43','12:52',1,'',NULL,'','20131002-86',NULL),(172,65,3,504,'2013-10-02 12:05:20',0,0,'','2013100244','2013-10-02','2013-10-02','20131002-44','13:04',1,'',NULL,'','20131002-87',NULL),(174,65,4,504,'2013-10-02 12:05:20',0,0,'','2013100244','2013-10-02','2013-10-02','20131002-44','13:04',1,'',NULL,'','20131002-87',NULL),(175,66,3,530,'2013-10-02 12:12:59',0,0,'','2013100245 ','2013-10-02','2013-10-02','20131002-45','13:11',1,'DR MENSAH',NULL,'','20131002-88',NULL),(176,67,3,530,'2013-10-02 12:15:51',0,0,'','2013100246','2013-10-02','2013-10-02','20131002-46','13:14',1,'DR YEBOAH',NULL,'','20131002-89',NULL),(178,67,4,530,'2013-10-02 12:15:51',0,0,'','2013100246','2013-10-02','2013-10-02','20131002-46','13:15',1,'DR YEBOAH',NULL,'','20131002-89',NULL),(179,68,3,530,'2013-10-02 12:26:43',0,0,'','2013100247','2013-10-02','2013-10-02','20131002-47','13:21',1,'DR MENSAH',NULL,'','20131002-90',NULL),(181,68,1,530,'2013-10-02 12:26:43',0,0,'','2013100247','2013-10-02','2013-10-02','20131002-47','13:24',1,'DR MENSAH',NULL,'','20131002-90',NULL),(184,68,4,530,'2013-10-02 12:26:43',0,0,'','2013100247','2013-10-02','2013-10-02','20131002-47','13:26',1,'DR MENSAH',NULL,'','20131002-90',NULL),(185,69,3,530,'2013-10-02 12:38:20',0,0,'','2013100248','2013-10-02','2013-10-02','20131002-48','13:35',1,'DR YEBOAH',NULL,'','20131002-91',NULL),(187,69,4,530,'2013-10-02 12:38:20',0,0,'','2013100248','2013-10-02','2013-10-02','20131002-48','13:37',1,'DR YEBOAH',NULL,'','20131002-91',NULL),(188,56,3,530,'2013-10-02 12:41:25',0,0,'','2013100250','2013-10-02','2013-10-02','20131002-50','13:40',1,'DR FUMMY',NULL,'','20131002-93',NULL),(189,70,4,530,'2013-10-02 12:45:55',0,0,'','2013100251','2013-10-02','2013-10-02','20131002-51','13:43',1,'DR VORTIA',NULL,'','20131002-94',NULL),(190,72,3,530,'2013-10-02 12:49:02',0,0,'','2013100253','2013-10-02','2013-10-02','20131002-53','13:46',1,'DR YEBOAH',NULL,'','20131002-96',NULL),(192,72,4,530,'2013-10-02 12:49:02',0,0,'','2013100253','2013-10-02','2013-10-02','20131002-53','13:48',1,'DR YEBOAH',NULL,'','20131002-96',NULL),(193,71,3,530,'2013-10-02 12:49:37',0,0,'','2013100254','2013-10-02','2013-10-02','20131002-54','13:48',1,'DR ADOTEY',NULL,'','20131002-97',NULL),(194,73,3,530,'2013-10-02 12:52:36',0,0,'',' 2013100256','2013-10-02','2013-10-02','20131002-56','13:50',1,'DR VORTIA',NULL,'','20131002-99',NULL),(195,74,3,530,'2013-10-02 13:00:14',0,0,'',' 2013100257','2013-10-02','2013-10-02','20131002-57','13:54',1,'DR PUPPULAMPO',NULL,'','20131002-100',NULL),(196,75,3,530,'2013-10-02 13:02:48',0,0,'','2013100255','2013-10-02','2013-10-02','20131002-55','13:58',1,'DR MENSAH',NULL,'','20131002-98',NULL),(198,75,2,530,'2013-10-02 13:02:49',0,0,'','2013100255','2013-10-02','2013-10-02','20131002-55','14:01',1,'DR MENSAH',NULL,'','20131002-98',NULL),(199,76,3,530,'2013-10-02 13:07:33',0,0,'','2013100258','2013-10-02','2013-10-02','20131002-58','14:06',1,'DR VORTIA',NULL,'','20131002-101',NULL),(200,77,3,530,'2013-10-02 13:10:00',0,0,'','2013100259','2013-10-02','2013-10-02','20131002-59','14:07',1,'DR FUMMY',NULL,'','20131002-102',NULL),(201,78,3,530,'2013-10-02 13:11:58',0,0,'','2013100260','2013-10-02','2013-10-02','20131002-60','14:09',1,'DR VORTIA',NULL,'','20131002-103',NULL),(203,78,24,530,'2013-10-02 13:11:58',0,0,'','2013100260','2013-10-02','2013-10-02','20131002-60','14:11',1,'DR VORTIA',NULL,'','20131002-103',NULL),(204,79,4,530,'2013-10-02 13:13:44',0,0,'','2013100261 ','2013-10-02','2013-10-02','20131002-61','14:11',1,'DR FUMMY',NULL,'','20131002-104',NULL),(205,80,3,530,'2013-10-02 13:17:32',0,0,'','2013100262','2013-10-02','2013-10-02','20131002-62','14:15',1,'DR YEBOAH',NULL,'','20131002-105',NULL),(206,81,3,530,'2013-10-02 13:20:45',0,0,'','2013100263','2013-10-02','2013-10-02','20131002-63','14:18',1,'DR ADOTEY',NULL,'','20131002-106',NULL),(208,81,4,530,'2013-10-02 13:20:46',0,0,'','2013100262','2013-10-02','2013-10-02','20131002-63','14:20',1,'DR ADOTEY',NULL,'','20131002-106',NULL),(209,82,3,530,'2013-10-02 13:26:26',0,0,'','2013100264','2013-10-02','2013-10-02','20131002-64','14:22',1,'DR YEBOAH',NULL,'','20131002-107',NULL),(211,82,1,530,'2013-10-02 13:26:26',0,0,'','','2013-10-02','2013-10-02','20131002-64','14:25',1,'DR YEBOAH',NULL,'','20131002-107',NULL),(212,84,3,530,'2013-10-02 13:32:12',0,0,'',' 2013100266','2013-10-02','2013-10-02','20131002-66','14:28',1,'DR OFORI ANTI',NULL,'','20131002-109',NULL),(214,84,1,530,'2013-10-02 13:32:12',0,0,'',' 2013100266','2013-10-02','2013-10-02','20131002-66','14:30',1,'DR OFORI ANTI',NULL,'','20131002-109',NULL),(215,83,3,530,'2013-10-02 13:34:26',0,0,'','2013100265','2013-10-02','2013-10-02','20131002-65','14:25',1,'DR FOSU',NULL,'','20131002-108',NULL),(217,83,1,530,'2013-10-02 13:34:26',0,0,'','2013100265','2013-10-02','2013-10-02','20131002-65','14:32',1,'DR FOSU',NULL,'','20131002-108',NULL),(220,83,4,530,'2013-10-02 13:34:26',0,0,'','2013100265','2013-10-02','2013-10-02','20131002-65','14:33',1,'DR FOSU',NULL,'','20131002-108',NULL),(224,83,2,530,'2013-10-02 13:34:27',0,0,'','2013100265','2013-10-02','2013-10-02','20131002-65','14:33',1,'DR FOSU',NULL,'','20131002-108',NULL),(225,85,3,530,'2013-10-02 13:47:27',0,0,'','2013100267','2013-10-02','2013-10-02','20131002-67','14:37',1,'DR MENSAH',NULL,'','20131002-110',NULL),(226,86,3,530,'2013-10-02 14:15:02',0,0,'','2013100268','2013-10-02','2013-10-02','20131002-68','15:10',1,'DR MENSAH',NULL,'','20131002-111',NULL),(228,86,2,530,'2013-10-02 14:15:02',0,0,'','2013100268','2013-10-02','2013-10-02','20131002-68','15:14',1,'DR MENSAH',NULL,'','20131002-111',NULL),(229,87,3,530,'2013-10-02 14:20:41',0,0,'','2013100269','2013-10-02','2013-10-02','20131002-69','15:17',1,'DR MENSAH',NULL,'','20131002-112',NULL),(231,87,1,530,'2013-10-02 14:20:41',0,0,'','2013100269','2013-10-02','2013-10-02','20131002-69','15:19',1,'DR MENSAH',NULL,'','20131002-112',NULL),(234,87,4,530,'2013-10-02 14:20:41',0,0,'','2013100269','2013-10-02','2013-10-02','20131002-69','15:20',1,'DR MENSAH',NULL,'','20131002-112',NULL),(235,88,3,530,'2013-10-02 14:24:35',0,0,'','2013100270','2013-10-02','2013-10-02','20131002-70','15:22',1,'DR MENSAH',NULL,'','20131002-113',NULL),(236,88,19,530,'2013-10-02 14:26:49',0,0,'','2013100270','2013-10-02','2013-10-02','20131002-71','15:26',1,'',NULL,'','20131002-114',NULL),(237,89,1,530,'2013-10-02 14:36:04',0,0,'','2013100272','2013-10-02','2013-10-02','20131002-72','15:29',1,'DR YEBOAH',NULL,'','20131002-115',NULL),(238,90,24,530,'2013-10-02 14:49:25',0,0,'',' 2013100273','2013-10-02','2013-10-02','20131002-73','15:42',1,'DR YEBOAH',NULL,'','20131002-116',NULL),(240,90,26,530,'2013-10-02 14:49:25',0,0,'',' 2013100273','2013-10-02','2013-10-02','20131002-73','15:44',1,'DR YEBOAH',NULL,'','20131002-116',NULL),(243,90,1,530,'2013-10-02 14:49:25',0,0,'','','2013-10-02','2013-10-02','20131002-73','15:44',1,'DR YEBOAH',NULL,'','20131002-116',NULL),(247,90,3,530,'2013-10-02 14:49:25',0,0,'','','2013-10-02','2013-10-02','20131002-73','15:45',1,'DR YEBOAH',NULL,'','20131002-116',NULL),(252,90,4,530,'2013-10-02 14:49:26',0,0,'','','2013-10-02','2013-10-02','20131002-73','15:47',1,'DR YEBOAH',NULL,'','20131002-116',NULL),(258,90,2,530,'2013-10-02 14:49:26',0,0,'','','2013-10-02','2013-10-02','20131002-73','15:49',1,'DR YEBOAH',NULL,'','20131002-116',NULL),(259,92,4,530,'2013-10-02 14:52:11',0,0,'',' 2013100275','2013-10-02','2013-10-02','20131002-75','15:51',1,'DR MENSAH',NULL,'','20131002-118',NULL),(260,91,3,530,'2013-10-02 14:52:34',0,0,'','2013100274','2013-10-02','2013-10-02','20131002-74','15:50',1,'DR VORTIA',NULL,'','20131002-117',NULL),(262,91,4,530,'2013-10-02 14:52:34',0,0,'','2013100274','2013-10-02','2013-10-02','20131002-74','15:51',1,'DR VORTIA',NULL,'','20131002-117',NULL),(263,94,4,530,'2013-10-02 14:54:08',0,0,'','2013100277','2013-10-02','2013-10-02','20131002-77','15:53',1,'DR FUMMY',NULL,'','20131002-120',NULL),(264,95,3,530,'2013-10-02 14:55:58',0,0,'','2013100278','2013-10-02','2013-10-02','20131002-78','15:54',1,'DR MENSAH',NULL,'','20131002-121',NULL),(265,93,3,530,'2013-10-02 14:56:18',0,0,'',' 2013100276','2013-10-02','2013-10-02','20131002-76','15:53',1,'DR DJAN',NULL,'','20131002-119',NULL),(267,93,4,530,'2013-10-02 14:56:18',0,0,'','','2013-10-02','2013-10-02','20131002-76','15:55',1,'DR DJAN',NULL,'','20131002-119',NULL),(268,96,3,530,'2013-10-02 14:57:57',0,0,'','2013100279','2013-10-02','2013-10-02','20131002-79','15:56',1,'DR MENSAH',NULL,'','20131002-122',NULL),(269,97,3,530,'2013-10-02 15:01:20',0,0,'',' 2013100280','2013-10-02','2013-10-02','20131002-80','15:58',1,'DR TAKYI',NULL,'','20131002-123',NULL),(271,97,4,530,'2013-10-02 15:01:21',0,0,'','','2013-10-02','2013-10-02','20131002-80','16:00',1,'DR TAKYI',NULL,'','20131002-123',NULL),(272,98,3,530,'2013-10-02 15:05:02',0,0,'','2013100281','2013-10-02','2013-10-02','20131002-81','16:02',1,'DR MENSAH',NULL,'','20131002-124',NULL),(274,98,23,530,'2013-10-02 15:05:02',0,0,'','','2013-10-02','2013-10-02','20131002-81','16:04',1,'DR MENSAH',NULL,'','20131002-124',NULL),(275,100,3,530,'2013-10-02 15:12:24',0,0,'','2013100284','2013-10-02','2013-10-02','20131002-84','16:08',1,'DR DJAN',NULL,'','20131002-127',NULL),(277,100,1,530,'2013-10-02 15:12:24',0,0,'','2013100284','2013-10-02','2013-10-02','20131002-84','16:11',1,'DR DJAN',NULL,'','20131002-127',NULL),(280,100,5,530,'2013-10-02 15:12:24',0,0,'','','2013-10-02','2013-10-02','20131002-84','16:11',1,'DR DJAN',NULL,'','20131002-127',NULL),(281,101,3,530,'2013-10-02 15:15:41',0,0,'','2013100284','2013-10-02','2013-10-02','20131002-85','16:13',1,'DR TANDOR',NULL,'','20131002-128',NULL),(282,102,26,530,'2013-10-02 15:20:09',0,0,'','2013100286','2013-10-02','2013-10-02','20131002-86','16:18',1,'DR MENSAH',NULL,'','20131002-129',NULL),(283,103,24,530,'2013-10-02 15:23:49',0,0,'',' 2013100287','2013-10-02','2013-10-02','20131002-87','16:21',1,'DR MENSAH',NULL,'','20131002-130',NULL),(284,104,3,530,'2013-10-02 15:32:57',0,0,'',' 2013100288','2013-10-02','2013-10-02','20131002-88','16:31',1,'DR DJAN',NULL,'','20131002-131',NULL),(286,104,4,530,'2013-10-02 15:32:57',0,0,'',' 2013100288','2013-10-02','2013-10-02','20131002-88','16:32',1,'DR DJAN',NULL,'','20131002-131',NULL),(287,105,3,530,'2013-10-02 15:44:12',0,0,'',' 2013100289 ','2013-10-02','2013-10-02','20131002-89','16:37',1,'DR MENSAH',NULL,'','20131002-132',NULL),(289,105,1,530,'2013-10-02 15:44:12',0,0,'','','2013-10-02','2013-10-02','20131002-89','16:39',1,'DR MENSAH',NULL,'','20131002-132',NULL),(290,106,3,530,'2013-10-02 16:06:58',0,0,'',' 2013100290','2013-10-02','2013-10-02','20131002-90','17:00',1,'DR ASUMAN',NULL,'','20131002-133',NULL),(291,106,3,530,'2013-10-02 16:09:28',0,0,'',' 2013100290','2013-10-02','2013-10-02','20131002-90','17:00',1,'DR ASUMAN',NULL,'','20131002-133',NULL),(292,106,3,530,'2013-10-02 16:10:52',0,0,'',' 2013100290','2013-10-02','2013-10-02','20131002-90','17:00',1,'DR ASUMAN',NULL,'','20131002-133',NULL),(293,106,3,530,'2013-10-02 16:12:46',0,0,'',' 2013100290','2013-10-02','2013-10-02','20131002-90','17:00',1,'DR ASUMAN',NULL,'','20131002-133',NULL),(294,107,3,530,'2013-10-02 16:32:13',0,0,'',' 2013100295 ','2013-10-02','2013-10-02','20131002-95','17:30',1,'DR MENSAH',NULL,'','20131002-138',NULL),(296,107,24,530,'2013-10-02 16:32:13',0,0,'',' 2013100295 ','2013-10-02','2013-10-02','20131002-95','17:31',1,'DR MENSAH',NULL,'','20131002-138',NULL),(297,108,3,530,'2013-10-02 16:59:17',0,0,'','2013100296','2013-10-02','2013-10-02','20131002-96','17:57',1,'',NULL,'','20131002-139',NULL),(299,108,4,530,'2013-10-02 16:59:17',0,0,'','','2013-10-02','2013-10-02','20131002-96','17:58',1,'',NULL,'','20131002-139',NULL),(300,109,3,530,'2013-10-02 17:03:56',0,0,'','98','2013-10-02','2013-10-02','20131002-98','18:02',1,'',NULL,'','20131002-141',NULL),(301,110,3,530,'2013-10-02 17:07:45',0,0,'','99','2013-10-02','2013-10-02','20131002-99','18:06',1,'DR OFORI',NULL,'','20131002-142',NULL),(302,111,1,530,'2013-10-02 17:12:58',0,0,'','','2013-10-02','2013-10-02','20131002-100','18:09',1,'',NULL,'','20131002-143',NULL),(303,112,3,530,'2013-10-02 17:49:02',0,0,'','101','2013-10-02','2013-10-02','20131002-101','18:47',1,'DR ARMAH',NULL,'','20131002-144',NULL),(304,113,3,530,'2013-10-02 17:55:14',0,0,'','102','2013-10-02','2013-10-02','20131002-102','18:51',1,'DR ARMAH',NULL,'','20131002-145',NULL),(306,113,4,530,'2013-10-02 17:55:14',0,0,'','','2013-10-02','2013-10-02','20131002-102','18:54',1,'DR ARMAH',NULL,'','20131002-145',NULL),(309,113,1,530,'2013-10-02 17:55:14',0,0,'','','2013-10-02','2013-10-02','20131002-102','18:54',1,'DR ARMAH',NULL,'','20131002-145',NULL),(310,114,3,530,'2013-10-02 18:01:07',0,0,'','103','2013-10-02','2013-10-02','20131002-103','18:58',1,'DR OFORI',NULL,'','20131002-146',NULL),(312,114,4,530,'2013-10-02 18:01:07',0,0,'','','2013-10-02','2013-10-02','20131002-103','19:00',1,'DR OFORI',NULL,'','20131002-146',NULL),(313,115,3,530,'2013-10-02 18:11:36',0,0,'','104','2013-10-02','2013-10-02','20131002-104','19:08',1,'DR DJAN',NULL,'','20131002-147',NULL),(315,115,2,530,'2013-10-02 18:11:36',0,0,'','','2013-10-02','2013-10-02','20131002-104','19:10',1,'DR DJAN',NULL,'','20131002-147',NULL),(318,115,1,530,'2013-10-02 18:11:36',0,0,'','','2013-10-02','2013-10-02','20131002-104','19:10',1,'DR DJAN',NULL,'','20131002-147',NULL),(322,115,4,530,'2013-10-02 18:11:36',0,0,'','','2013-10-02','2013-10-02','20131002-104','19:11',1,'DR DJAN',NULL,'','20131002-147',NULL),(323,116,3,530,'2013-10-02 18:32:58',0,0,'','106','2013-10-02','2013-10-02','20131002-106','19:32',1,'DR MENSAH',NULL,'','20131002-149',NULL),(324,117,3,530,'2013-10-02 18:40:36',0,0,'','107','2013-10-02','2013-10-02','20131002-107','19:38',1,'DR OFORI',NULL,'','20131002-150',NULL),(326,117,4,530,'2013-10-02 18:40:36',0,0,'','','2013-10-02','2013-10-02','20131002-107','19:40',1,'DR OFORI',NULL,'','20131002-150',NULL),(327,118,5,530,'2013-10-02 18:50:40',0,0,'','108','2013-10-02','2013-10-02','20131002-108','19:45',1,'DR OFORI',NULL,'','20131002-151',NULL),(328,119,3,530,'2013-10-02 19:06:15',0,0,'','109','2013-10-02','2013-10-02','20131002-109','20:02',1,'',NULL,'','20131002-152',NULL),(330,119,4,530,'2013-10-02 19:06:15',0,0,'','','2013-10-02','2013-10-02','20131002-109','20:05',1,'',NULL,'','20131002-152',NULL),(331,120,3,531,'2013-10-02 21:28:08',0,0,'','20131002112','2013-10-02','2013-10-02','20131002-111','22:22',1,'DR OFORI',NULL,'','20131002-154',NULL),(332,120,3,531,'2013-10-02 21:33:48',0,0,'','20131002112','2013-10-02','2013-10-02','20131002-113','22:31',1,'DR OFORI',NULL,'','20131002-156',NULL),(333,121,1,531,'2013-10-02 21:44:26',0,0,'','114','2013-10-02','2013-10-02','20131002-114','22:36',1,'DR OFORI',NULL,'','20131002-157',NULL),(335,121,2,531,'2013-10-02 21:44:26',0,0,'','114','2013-10-02','2013-10-02','20131002-114','22:40',1,'DR OFORI',NULL,'','20131002-157',NULL),(336,122,3,531,'2013-10-02 21:54:06',0,0,'','115','2013-10-02','2013-10-02','20131002-115','22:50',1,'DR MENSAH',NULL,'','20131002-158',NULL),(338,122,4,531,'2013-10-02 21:54:06',0,0,'','115','2013-10-02','2013-10-02','20131002-115','22:52',1,'DR MENSAH',NULL,'','20131002-158',NULL),(339,124,1,531,'2013-10-02 22:11:17',0,0,'','118','2013-10-02','2013-10-02','20131002-118','23:09',1,'DR MENSAH',NULL,'','20131002-161',NULL),(340,125,4,531,'2013-10-02 22:19:21',0,0,'','119','2013-10-02','2013-10-02','20131002-119','23:17',1,'DR TAKYI',NULL,'','20131002-162',NULL),(341,126,3,531,'2013-10-02 22:23:51',0,0,'','120','2013-10-02','2013-10-02','20131002-120','23:21',1,'DR MENSAH',NULL,'','20131002-163',NULL),(343,126,4,531,'2013-10-02 22:23:51',0,0,'','120','2013-10-02','2013-10-02','20131002-120','23:22',1,'DR MENSAH',NULL,'','20131002-163',NULL),(344,127,3,531,'2013-10-02 22:28:01',0,0,'','121','2013-10-02','2013-10-02','20131002-121','23:26',1,'DR MENSAH',NULL,'','20131002-164',NULL),(345,128,3,531,'2013-10-02 22:33:43',0,0,'','122','2013-10-02','2013-10-02','20131002-122','23:31',1,'DR TAKYI',NULL,'','20131002-165',NULL),(346,129,3,531,'2013-10-02 22:59:11',0,0,'','123','2013-10-02','2013-10-02','20131002-123','23:57',1,'DR DANIELS',NULL,'','20131002-166',NULL),(347,132,3,531,'2013-10-03 01:32:21',0,0,'','5','2013-10-03','2013-10-03','20131003-5','02:29',1,'DR AMOAH',NULL,'','20131003-171',NULL),(348,133,3,531,'2013-10-03 01:35:18',0,0,'','6','2013-10-03','2013-10-03','20131003-6','02:34',1,'DR DANIELS',NULL,'','20131003-172',NULL),(349,134,3,531,'2013-10-03 05:59:31',0,0,'','7','2013-10-03','2013-10-03','20131003-7','06:54',1,'DR AMOAH',NULL,'','20131003-173',NULL),(351,134,2,531,'2013-10-03 05:59:31',0,0,'','7','2013-10-03','2013-10-03','20131003-7','06:55',1,'DR AMOAH',NULL,'','20131003-173',NULL),(352,135,3,531,'2013-10-03 06:30:15',0,0,'','8','2013-10-03','2013-10-03','20131003-8','07:27',1,'DR AMOAH',NULL,'','20131003-174',NULL),(354,135,1,531,'2013-10-03 06:30:15',0,0,'','8','2013-10-03','2013-10-03','20131003-8','07:28',1,'DR AMOAH',NULL,'','20131003-174',NULL),(357,135,4,531,'2013-10-03 06:30:15',0,0,'','8','2013-10-03','2013-10-03','20131003-8','07:29',1,'DR AMOAH',NULL,'','20131003-174',NULL),(358,136,3,531,'2013-10-03 07:08:54',0,0,'','201310039','2013-10-03','2013-10-03','20131003-9','07:54',1,'DR DANIELS',NULL,'','20131003-175',NULL),(360,136,5,531,'2013-10-03 07:08:54',0,0,'','201310039','2013-10-03','2013-10-03','20131003-9','08:08',1,'DR DANIELS',NULL,'','20131003-175',NULL),(361,134,1,531,'2013-10-03 07:10:50',0,0,'','201310037','2013-10-03','2013-10-03','20131003-10','08:10',1,'',NULL,'','20131003-176',NULL),(362,137,3,530,'2013-10-03 07:28:32',0,0,'','2013100311 ','2013-10-03','2013-10-03','20131003-11','08:26',1,'DR AMOAH',NULL,'','20131003-177',NULL),(363,138,3,530,'2013-10-03 07:33:43',0,0,'','2013100312','2013-10-03','2013-10-03','20131003-12','08:32',1,'DR YEBOAH',NULL,'','20131003-178',NULL),(364,139,3,530,'2013-10-03 07:38:10',0,0,'','2013100313','2013-10-03','2013-10-03','20131003-13','08:35',1,'DR YEBOAH',NULL,'','20131003-179',NULL),(366,139,1,530,'2013-10-03 07:38:10',0,0,'','2013100313','2013-10-03','2013-10-03','20131003-13','08:36',1,'DR YEBOAH',NULL,'','20131003-179',NULL),(369,139,4,530,'2013-10-03 07:38:10',0,0,'','2013100313','2013-10-03','2013-10-03','20131003-13','08:37',1,'DR YEBOAH',NULL,'','20131003-179',NULL),(370,140,3,530,'2013-10-03 08:10:35',0,0,'','2013100316','2013-10-03','2013-10-03','20131003-16','09:04',1,'DR DJAN',NULL,'','20131003-182',NULL),(372,140,4,530,'2013-10-03 08:10:36',0,0,'','2013100316','2013-10-03','2013-10-03','20131003-16','09:10',1,'DR DJAN',NULL,'','20131003-182',NULL),(373,141,3,551,'2013-10-03 08:40:45',0,0,'','2013100317','2013-10-03','2013-10-03','20131003-17','09:29',1,'DR VORTIA',NULL,'','20131003-183',NULL),(375,141,1,551,'2013-10-03 08:40:45',0,0,'','2013100317 ','2013-10-03','2013-10-03','20131003-17','09:35',1,'DR VORTIA',NULL,'','20131003-183',NULL),(378,141,4,551,'2013-10-03 08:40:45',0,0,'','2013100317 ','2013-10-03','2013-10-03','20131003-17','09:36',1,'DR VORTIA',NULL,'','20131003-183',NULL),(379,142,3,551,'2013-10-03 08:51:28',0,0,'','2013100318','2013-10-03','2013-10-03','20131003-18','09:45',1,'',NULL,'','20131003-184',NULL),(381,142,1,551,'2013-10-03 08:51:28',0,0,'','2013100318','2013-10-03','2013-10-03','20131003-18','09:48',1,'',NULL,'','20131003-184',NULL),(384,142,2,551,'2013-10-03 08:51:28',0,0,'','2013100318','2013-10-03','2013-10-03','20131003-18','09:50',1,'',NULL,'','20131003-184',NULL),(388,142,4,551,'2013-10-03 08:51:28',0,0,'','2013100318','2013-10-03','2013-10-03','20131003-18','09:51',1,'',NULL,'','20131003-184',NULL),(389,143,3,551,'2013-10-03 09:08:38',0,0,'','2013100319','2013-10-03','2013-10-03','20131003-19','09:57',1,'DR YEBOAH',NULL,'','20131003-185',NULL),(391,143,4,551,'2013-10-03 09:08:38',0,0,'','2013100319','2013-10-03','2013-10-03','20131003-19','10:06',1,'DR YEBOAH',NULL,'','20131003-185',NULL),(392,144,3,551,'2013-10-03 09:22:00',0,0,'','2013100320','2013-10-03','2013-10-03','20131003-20','10:16',1,'DR VORTIA',NULL,'','20131003-186',NULL),(393,145,3,551,'2013-10-03 09:48:07',0,0,'','2013100324','2013-10-03','2013-10-03','20131003-24','10:32',1,'DR VORTIA',NULL,'','20131003-190',NULL),(394,146,25,551,'2013-10-03 10:33:44',0,0,'','2013100327 ','2013-10-03','2013-10-03','20131003-27','11:30',1,'DR AMOAH',NULL,'','20131003-193',NULL),(395,147,3,551,'2013-10-03 10:46:31',0,0,'','2013100328','2013-10-03','2013-10-03','20131003-28','11:38',1,'DR DANIELS',NULL,'','20131003-194',NULL),(397,147,4,551,'2013-10-03 10:46:31',0,0,'','2013100328','2013-10-03','2013-10-03','20131003-28','11:44',1,'DR DANIELS',NULL,'','20131003-194',NULL),(400,147,1,551,'2013-10-03 10:46:31',0,0,'','2013100328','2013-10-03','2013-10-03','20131003-28','11:45',1,'DR DANIELS',NULL,'','20131003-194',NULL),(401,148,1,551,'2013-10-03 11:09:05',0,0,'','2013100330','2013-10-03','2013-10-03','20131003-30','11:49',1,'DR VORTIA',NULL,'','20131003-196',NULL),(402,149,24,551,'2013-10-03 11:23:34',0,0,'','XRAY','2013-10-03','2013-10-03','20131003-31','12:13',1,'DR SALLAR',NULL,'','20131003-197',NULL),(403,150,24,551,'2013-10-03 11:34:57',0,0,'','2013100332','2013-10-03','2013-10-03','20131003-32','12:34',1,'',NULL,'','20131003-198',NULL),(404,148,2,551,'2013-10-03 11:57:42',0,0,'','2013100330','2013-10-03','2013-10-03','20131003-34','12:57',1,'',NULL,'','20131003-200',NULL),(405,151,3,551,'2013-10-03 13:28:42',0,0,'','2013100335','2013-10-03','2013-10-03','20131003-35','13:04',1,'DR PUPPULAMPO',NULL,'','20131003-201',NULL),(406,152,2,551,'2013-10-03 13:38:37',0,0,'','2013100336','2013-10-03','2013-10-03','20131003-36','14:34',1,'DR S K OWUSU',NULL,'','20131003-202',NULL),(407,154,3,551,'2013-10-03 18:55:47',0,0,'','2013100338','2013-10-03','2013-10-03','20131003-38','17:24',1,'DR TAKYI',NULL,'','20131003-70569',NULL),(409,154,1,551,'2013-10-03 18:55:48',0,0,'','2013100338','2013-10-03','2013-10-03','20131003-38','17:43',1,'DR TAKYI',NULL,'','20131003-21625',NULL),(410,155,4,551,'2013-10-03 20:09:42',0,0,'','2013100339 ','2013-10-03','2013-10-03','20131003-39','21:08',1,'DR DANIELS',NULL,'','20131003-205',NULL),(411,156,3,531,'2013-10-03 20:27:14',0,0,'','2013100340 ','2013-10-03','2013-10-03','20131003-40','21:24',1,'DR DANIELS',NULL,'','20131003-206',NULL),(413,156,4,531,'2013-10-03 20:27:14',0,0,'','2013100340 ','2013-10-03','2013-10-03','20131003-40','21:26',1,'DR DANIELS',NULL,'','20131003-206',NULL),(414,157,3,531,'2013-10-03 20:30:46',0,0,'','2013100341','2013-10-03','2013-10-03','20131003-41','21:29',1,'DR DANIELS',NULL,'','20131003-207',NULL),(416,157,5,531,'2013-10-03 20:30:46',0,0,'','2013100341','2013-10-03','2013-10-03','20131003-41','21:30',1,'DR DANIELS',NULL,'','20131003-207',NULL),(417,158,3,531,'2013-10-03 20:47:02',0,0,'','2013100341','2013-10-03','2013-10-03','20131003-42','21:32',1,'DR DANIELS',NULL,'','20131003-208',NULL),(419,158,1,531,'2013-10-03 20:47:02',0,0,'','2013100341','2013-10-03','2013-10-03','20131003-42','21:33',1,'DR DANIELS',NULL,'','20131003-208',NULL),(422,158,2,531,'2013-10-03 20:47:02',0,0,'','2013100341','2013-10-03','2013-10-03','20131003-42','21:46',1,'DR DANIELS',NULL,'','20131003-208',NULL),(423,159,3,531,'2013-10-03 20:51:15',0,0,'','2013100343','2013-10-03','2013-10-03','20131003-43','21:48',1,'DR VORTIA',NULL,'','20131003-209',NULL),(425,159,1,531,'2013-10-03 20:51:15',0,0,'','2013100343','2013-10-03','2013-10-03','20131003-43','21:50',1,'DR VORTIA',NULL,'','20131003-209',NULL),(428,159,2,531,'2013-10-03 20:51:16',0,0,'','2013100343','2013-10-03','2013-10-03','20131003-43','21:50',1,'DR VORTIA',NULL,'','20131003-209',NULL),(429,160,2,531,'2013-10-03 20:55:40',0,0,'','2013100344 ','2013-10-03','2013-10-03','20131003-44','21:52',1,'DR S K OWUSU',NULL,'','20131003-210',NULL),(430,161,4,531,'2013-10-03 20:58:23',0,0,'','2013100345 ','2013-10-03','2013-10-03','20131003-45','21:56',1,'DR FUMMY',NULL,'','20131003-211',NULL),(431,162,3,531,'2013-10-03 21:04:56',0,0,'','2013100346','2013-10-03','2013-10-03','20131003-46','21:59',1,'DR OFORI ANTI',NULL,'','20131003-212',NULL),(433,162,1,531,'2013-10-03 21:04:56',0,0,'','2013100346','2013-10-03','2013-10-03','20131003-46','22:01',1,'DR OFORI ANTI',NULL,'','20131003-212',NULL),(434,163,3,531,'2013-10-03 21:11:54',0,0,'','2013100347 ','2013-10-03','2013-10-03','20131003-47','22:06',1,'DR OFORI ANTI',NULL,'','20131003-213',NULL),(436,163,1,531,'2013-10-03 21:11:54',0,0,'','2013100347 ','2013-10-03','2013-10-03','20131003-47','22:07',1,'DR OFORI ANTI',NULL,'','20131003-213',NULL),(439,163,4,531,'2013-10-03 21:11:54',0,0,'','2013100347 ','2013-10-03','2013-10-03','20131003-47','22:08',1,'DR OFORI ANTI',NULL,'','20131003-213',NULL),(443,163,1,531,'2013-10-03 21:11:55',0,0,'','2013100347 ','2013-10-03','2013-10-03','20131003-47','22:09',1,'DR OFORI ANTI',NULL,'','20131003-213',NULL),(444,164,3,531,'2013-10-03 22:13:38',0,0,'','2013100349','2013-10-03','2013-10-03','20131003-49','23:12',1,'DR SALLAR',NULL,'','20131003-215',NULL),(445,165,3,531,'2013-10-03 22:17:21',0,0,'','2013100350 ','2013-10-03','2013-10-03','20131003-50','23:15',1,'DR SALLAR',NULL,'','20131003-216',NULL),(447,165,1,531,'2013-10-03 22:17:21',0,0,'','','2013-10-03','2013-10-03','20131003-50','23:17',1,'DR SALLAR',NULL,'','20131003-216',NULL),(448,166,3,531,'2013-10-03 22:20:58',0,0,'','2013100351','2013-10-03','2013-10-03','20131003-51','23:18',1,'DR OFORI ANTI',NULL,'','20131003-217',NULL),(450,166,4,531,'2013-10-03 22:20:59',0,0,'','2013100351','2013-10-03','2013-10-03','20131003-51','23:20',1,'DR OFORI ANTI',NULL,'','20131003-217',NULL),(451,167,3,531,'2013-10-03 22:26:53',0,0,'','2013100352 ','2013-10-03','2013-10-03','20131003-52','23:24',1,'DR SALLAR',NULL,'','20131003-218',NULL),(453,167,4,531,'2013-10-03 22:26:53',0,0,'','2013100352 ','2013-10-03','2013-10-03','20131003-52','23:26',1,'DR SALLAR',NULL,'','20131003-218',NULL),(454,168,3,531,'2013-10-03 22:45:22',0,0,'','2013100353','2013-10-03','2013-10-03','20131003-53','23:40',1,'DR OFORI ANTI',NULL,'','20131003-219',NULL),(456,168,2,531,'2013-10-03 22:45:22',0,0,'','2013100353','2013-10-03','2013-10-03','20131003-53','23:42',1,'DR OFORI ANTI',NULL,'','20131003-219',NULL),(459,168,1,531,'2013-10-03 22:45:23',0,0,'','2013100353','2013-10-03','2013-10-03','20131003-53','23:43',1,'DR OFORI ANTI',NULL,'','20131003-219',NULL),(463,168,5,531,'2013-10-03 22:45:23',0,0,'','2013100353','2013-10-03','2013-10-03','20131003-53','23:45',1,'DR OFORI ANTI',NULL,'','20131003-219',NULL),(464,170,3,531,'2013-10-04 05:37:56',0,0,'','201310043','2013-10-04','2013-10-04','20131004-3','06:34',1,'DR DANIELS',NULL,'','20131004-222',NULL),(466,170,5,531,'2013-10-04 05:37:56',0,0,'','201310043','2013-10-04','2013-10-04','20131004-3','06:37',1,'DR DANIELS',NULL,'','20131004-222',NULL),(467,171,3,531,'2013-10-04 05:44:25',0,0,'','201310044','2013-10-04','2013-10-04','20131004-4','06:42',1,'DR DANIELS',NULL,'','20131004-223',NULL),(468,172,3,531,'2013-10-04 05:50:12',0,0,'','201310045 ','2013-10-04','2013-10-04','20131004-5','06:48',1,'DR SALLAR',NULL,'','20131004-224',NULL),(469,173,3,531,'2013-10-04 05:54:17',0,0,'','No 201310046','2013-10-04','2013-10-04','20131004-6','06:52',1,'DR DOW',NULL,'','20131004-225',NULL),(471,173,2,531,'2013-10-04 05:54:17',1,0,'','','2013-10-04','2013-10-04','20131004-6','06:53',1,'DR DOW',NULL,'','20131004-225',NULL),(472,174,3,531,'2013-10-04 05:59:51',0,0,'','201310047 ','2013-10-04','2013-10-04','20131004-7','06:56',1,'DR SALAM',NULL,'','20131004-226',NULL),(474,174,1,531,'2013-10-04 05:59:52',0,0,'','201310047 ','2013-10-04','2013-10-04','20131004-7','06:58',1,'DR SALAM',NULL,'','20131004-226',NULL),(477,174,4,531,'2013-10-04 05:59:52',0,0,'','201310047 ','2013-10-04','2013-10-04','20131004-7','06:59',1,'DR SALAM',NULL,'','20131004-226',NULL),(478,175,3,531,'2013-10-04 06:03:28',0,0,'','201310048 ','2013-10-04','2013-10-04','20131004-8','07:01',1,'DR OFORI',NULL,'','20131004-227',NULL),(480,175,4,531,'2013-10-04 06:03:29',0,0,'','201310048 ','2013-10-04','2013-10-04','20131004-8','07:03',1,'DR OFORI',NULL,'','20131004-227',NULL),(481,176,3,531,'2013-10-04 06:08:39',0,0,'','201310049','2013-10-04','2013-10-04','20131004-9','07:06',1,'DR OFORI',NULL,'','20131004-228',NULL),(482,177,3,531,'2013-10-04 06:15:45',0,0,'','2013100410','2013-10-04','2013-10-04','20131004-10','07:14',1,'DR OFORI',NULL,'','20131004-229',NULL),(483,178,3,531,'2013-10-04 06:30:20',0,0,'','2013100411 ','2013-10-04','2013-10-04','20131004-11','07:28',1,'DR ASUMAN',NULL,'','20131004-230',NULL),(485,178,1,531,'2013-10-04 06:30:20',0,0,'','2013100411 ','2013-10-04','2013-10-04','20131004-11','07:29',1,'DR ASUMAN',NULL,'','20131004-230',NULL),(486,179,3,531,'2013-10-04 06:36:15',0,0,'',' 2013100412 ','2013-10-04','2013-10-04','20131004-12','07:33',1,'DR DJAN',NULL,'','20131004-231',NULL),(488,179,1,531,'2013-10-04 06:36:18',0,0,'',' 2013100412 ','2013-10-04','2013-10-04','20131004-12','07:34',1,'DR DJAN',NULL,'','20131004-231',NULL),(489,180,3,531,'2013-10-04 06:39:11',0,0,'','2013100413 ','2013-10-04','2013-10-04','20131004-13','07:37',1,'DR TAKYI',NULL,'','20131004-232',NULL),(490,181,3,551,'2013-10-04 08:10:16',0,0,'','2013100414','2013-10-04','2013-10-04','20131004-14','09:07',1,'DR FOSU',NULL,'','20131004-233',NULL),(492,181,1,551,'2013-10-04 08:10:16',0,0,'','2013100414','2013-10-04','2013-10-04','20131004-14','09:08',1,'DR FOSU',NULL,'','20131004-233',NULL),(495,181,2,551,'2013-10-04 08:10:16',0,0,'','2013100414','2013-10-04','2013-10-04','20131004-14','09:09',1,'DR FOSU',NULL,'','20131004-233',NULL),(499,181,4,551,'2013-10-04 08:10:17',0,0,'','2013100414','2013-10-04','2013-10-04','20131004-14','09:09',1,'DR FOSU',NULL,'','20131004-233',NULL),(500,182,3,551,'2013-10-04 08:13:31',0,0,'','2013100415','2013-10-04','2013-10-04','20131004-15','09:11',1,'DR TAKYI',NULL,'','20131004-234',NULL),(502,182,5,551,'2013-10-04 08:13:31',0,0,'','2013100415','2013-10-04','2013-10-04','20131004-15','09:12',1,'DR TAKYI',NULL,'','20131004-234',NULL),(505,182,1,551,'2013-10-04 08:13:31',0,0,'','2013100415','2013-10-04','2013-10-04','20131004-15','09:13',1,'DR TAKYI',NULL,'','20131004-234',NULL),(506,183,3,551,'2013-10-04 08:17:07',0,0,'','2013100416','2013-10-04','2013-10-04','20131004-16','09:15',1,'DR VORTIA',NULL,'','20131004-235',NULL),(508,183,1,551,'2013-10-04 08:17:07',0,0,'','2013100416','2013-10-04','2013-10-04','20131004-16','09:16',1,'DR VORTIA',NULL,'','20131004-235',NULL),(511,183,2,551,'2013-10-04 08:17:07',0,0,'','2013100416','2013-10-04','2013-10-04','20131004-16','09:16',1,'DR VORTIA',NULL,'','20131004-235',NULL),(515,183,4,551,'2013-10-04 08:17:07',0,0,'','2013100416','2013-10-04','2013-10-04','20131004-16','09:16',1,'DR VORTIA',NULL,'','20131004-235',NULL),(516,184,3,551,'2013-10-04 08:23:04',0,0,'','2013100418','2013-10-04','2013-10-04','20131004-18','09:20',1,'DR DJAN',NULL,'','20131004-237',NULL),(518,184,1,551,'2013-10-04 08:23:04',0,0,'','2013100418','2013-10-04','2013-10-04','20131004-18','09:21',1,'DR DJAN',NULL,'','20131004-237',NULL),(521,184,2,551,'2013-10-04 08:23:04',0,0,'','2013100418','2013-10-04','2013-10-04','20131004-18','09:22',1,'DR DJAN',NULL,'','20131004-237',NULL),(522,185,3,551,'2013-10-04 09:00:20',0,0,'','2013100420','2013-10-04','2013-10-04','20131004-20','09:55',1,'DR AKPALM',NULL,'','20131004-239',NULL),(523,186,3,551,'2013-10-04 09:03:29',0,0,'','2013100421','2013-10-04','2013-10-04','20131004-21','10:01',1,'DR DJAN',NULL,'','20131004-240',NULL),(525,186,2,551,'2013-10-04 09:03:29',0,0,'','2013100421','2013-10-04','2013-10-04','20131004-21','10:02',1,'DR DJAN',NULL,'','20131004-240',NULL),(528,186,5,551,'2013-10-04 09:03:29',0,0,'','2013100421','2013-10-04','2013-10-04','20131004-21','10:03',1,'DR DJAN',NULL,'','20131004-240',NULL),(529,187,1,551,'2013-10-04 09:49:44',0,0,'','2013100422','2013-10-04','2013-10-04','20131004-22','10:11',1,'DR DJAN',NULL,'','20131004-241',NULL),(530,188,1,551,'2013-10-04 10:23:10',0,0,'','2013100423','2013-10-04','2013-10-04','20131004-23','10:51',1,'DR DJAN',NULL,'','20131004-242',NULL),(532,188,2,551,'2013-10-04 10:23:10',0,0,'','2013100423','2013-10-04','2013-10-04','20131004-23','11:22',1,'DR DJAN',NULL,'','20131004-242',NULL),(533,189,3,551,'2013-10-04 10:44:57',0,0,'','2013100424','2013-10-04','2013-10-04','20131004-24','11:43',1,'DR VORTIA',NULL,'','20131004-243',NULL),(534,190,3,551,'2013-10-04 10:48:39',0,0,'','2013100425','2013-10-04','2013-10-04','20131004-25','11:46',1,'DR SALLAR',NULL,'','20131004-244',NULL),(536,190,1,551,'2013-10-04 10:48:39',0,0,'','2013100425','2013-10-04','2013-10-04','20131004-25','11:47',1,'DR SALLAR',NULL,'','20131004-244',NULL),(539,190,4,551,'2013-10-04 10:48:40',0,0,'','2013100425','2013-10-04','2013-10-04','20131004-25','11:48',1,'DR SALLAR',NULL,'','20131004-244',NULL),(540,191,3,551,'2013-10-04 10:50:53',0,0,'','2013100426','2013-10-04','2013-10-04','20131004-26','11:49',1,'DR VORTIA',NULL,'','20131004-245',NULL),(542,191,4,551,'2013-10-04 10:50:54',0,0,'','2013100426','2013-10-04','2013-10-04','20131004-26','11:50',1,'DR VORTIA',NULL,'','20131004-245',NULL),(543,192,3,551,'2013-10-04 11:05:02',0,0,'','2013100427','2013-10-04','2013-10-04','20131004-27','12:01',1,'DR VORTIA',NULL,'','20131004-246',NULL),(545,192,1,551,'2013-10-04 11:05:02',0,0,'','2013100427','2013-10-04','2013-10-04','20131004-27','12:04',1,'DR VORTIA',NULL,'','20131004-246',NULL),(546,193,1,551,'2013-10-04 11:10:29',0,0,'','2013100428','2013-10-04','2013-10-04','20131004-28','12:08',1,'DR VORTIA',NULL,'','20131004-247',NULL),(548,193,2,551,'2013-10-04 11:10:29',0,0,'','2013100428','2013-10-04','2013-10-04','20131004-28','12:10',1,'DR VORTIA',NULL,'','20131004-247',NULL),(549,194,3,551,'2013-10-04 11:21:10',0,0,'','2013100429','2013-10-04','2013-10-04','20131004-29','12:19',1,'DR DJAN',NULL,'','20131004-248',NULL),(551,194,4,551,'2013-10-04 11:21:10',0,0,'','2013100429','2013-10-04','2013-10-04','20131004-29','12:20',1,'DR DJAN',NULL,'','20131004-248',NULL),(554,194,5,551,'2013-10-04 11:21:10',0,0,'','2013100429','2013-10-04','2013-10-04','20131004-29','12:20',1,'DR DJAN',NULL,'','20131004-248',NULL),(555,195,3,551,'2013-10-04 11:34:31',0,0,'','2013100430','2013-10-04','2013-10-04','20131004-30','12:23',1,'',NULL,'','20131004-249',NULL),(556,196,3,551,'2013-10-04 11:36:56',0,0,'','2013100431','2013-10-04','2013-10-04','20131004-31','12:35',1,'DR VORTIA',NULL,'','20131004-250',NULL),(558,196,5,551,'2013-10-04 11:36:56',0,0,'','2013100431','2013-10-04','2013-10-04','20131004-31','12:36',1,'DR VORTIA',NULL,'','20131004-250',NULL),(559,197,1,551,'2013-10-04 11:40:11',0,0,'','2013100432','2013-10-04','2013-10-04','20131004-32','12:37',1,'DR VORTIA',NULL,'','20131004-251',NULL),(561,197,2,551,'2013-10-04 11:40:14',0,0,'','','2013-10-04','2013-10-04','20131004-32','12:38',1,'DR VORTIA',NULL,'','20131004-251',NULL),(564,197,4,551,'2013-10-04 11:40:14',0,0,'','DR VORTIA','2013-10-04','2013-10-04','20131004-32','12:38',1,'DR VORTIA',NULL,'','20131004-251',NULL),(565,198,1,551,'2013-10-04 11:43:42',0,0,'','201310043','2013-10-04','2013-10-04','20131004-33','12:42',1,'DR MENSAH',NULL,'','20131004-252',NULL),(566,199,3,551,'2013-10-04 11:45:11',0,0,'','2013100434','2013-10-04','2013-10-04','20131004-34','12:44',1,'DR VORTIA',NULL,'','20131004-253',NULL),(567,200,3,551,'2013-10-04 11:46:46',0,0,'','2013100435','2013-10-04','2013-10-04','20131004-35','12:45',1,'DR MENSAH',NULL,'','20131004-254',NULL),(568,201,3,551,'2013-10-04 11:48:42',0,0,'','2013100436','2013-10-04','2013-10-04','20131004-36','12:47',1,'DR VORTIA',NULL,'','20131004-255',NULL),(569,202,5,551,'2013-10-04 11:50:10',0,0,'','2013100437','2013-10-04','2013-10-04','20131004-37','12:49',1,'DR MENSAH',NULL,'','20131004-256',NULL),(570,203,3,551,'2013-10-04 11:52:39',0,0,'','2013100438','2013-10-04','2013-10-04','20131004-38','12:51',1,'DR VORTIA',NULL,'','20131004-257',NULL),(572,203,4,551,'2013-10-04 11:52:39',0,0,'','2013100438','2013-10-04','2013-10-04','20131004-38','12:52',1,'DR VORTIA',NULL,'','20131004-257',NULL),(573,149,1,551,'2013-10-04 11:55:40',0,0,'','2013100439','2013-10-04','2013-10-04','20131004-39','12:54',1,'DR MENSAH',NULL,'','20131004-258',NULL),(574,149,1,551,'2013-10-04 11:55:43',0,0,'','2013100439','2013-10-04','2013-10-04','20131004-39','12:54',1,'DR MENSAH',NULL,'','20131004-258',NULL),(575,204,3,551,'2013-10-04 11:58:11',0,0,'','2013100440','2013-10-04','2013-10-04','20131004-40','12:56',1,'',NULL,'','20131004-259',NULL),(576,205,3,551,'2013-10-04 12:24:42',0,0,'','2013100441','2013-10-04','2013-10-04','20131004-41','13:20',1,'DR VORTIA',NULL,'','20131004-260',NULL),(577,206,3,530,'2013-10-05 19:15:03',0,0,'','1','2013-10-05','2013-10-05','20131005-1','20:13',1,'DR MENSAH',NULL,'','20131005-261',NULL),(579,206,1,530,'2013-10-05 19:15:03',0,0,'','01','2013-10-05','2013-10-05','20131005-1','20:14',1,'DR MENSAH',NULL,'','20131005-261',NULL),(580,207,3,530,'2013-10-05 19:22:17',0,0,'','2','2013-10-05','2013-10-05','20131005-2','20:20',1,'',NULL,'','20131005-262',NULL),(582,207,4,530,'2013-10-05 19:22:17',0,0,'','2','2013-10-05','2013-10-05','20131005-2','20:21',1,'',NULL,'','20131005-262',NULL),(583,208,3,530,'2013-10-05 20:48:45',0,0,'','5','2013-10-05','2013-10-05','20131005-5','21:46',1,'DR YEBOAH',NULL,'','20131005-265',NULL),(585,208,4,530,'2013-10-05 20:48:46',0,0,'','5','2013-10-05','2013-10-05','20131005-5','21:48',1,'DR YEBOAH',NULL,'','20131005-265',NULL),(586,209,3,530,'2013-10-05 20:52:21',0,0,'','201310056','2013-10-05','2013-10-05','20131005-6','21:49',1,'DR MENSAH',NULL,'','20131005-266',NULL),(588,209,1,530,'2013-10-05 20:52:21',0,0,'','201310056','2013-10-05','2013-10-05','20131005-6','21:51',1,'DR MENSAH',NULL,'','20131005-266',NULL),(589,210,3,530,'2013-10-05 20:57:09',0,0,'','201310057','2013-10-05','2013-10-05','20131005-7','21:53',1,'DR OFORI',NULL,'','20131005-267',NULL),(591,210,1,530,'2013-10-05 20:57:09',0,0,'','201310057','2013-10-05','2013-10-05','20131005-7','21:56',1,'DR OFORI',NULL,'','20131005-267',NULL),(592,211,3,530,'2013-10-05 21:01:04',0,0,'','201310058','2013-10-05','2013-10-05','20131005-8','21:58',1,'DR AMABLE',NULL,'','20131005-268',NULL),(594,211,1,530,'2013-10-05 21:01:04',0,0,'','201310058','2013-10-05','2013-10-05','20131005-8','21:59',1,'DR AMABLE',NULL,'','20131005-268',NULL),(597,211,2,530,'2013-10-05 21:01:05',0,0,'','201310058','2013-10-05','2013-10-05','20131005-8','22:00',1,'DR AMABLE',NULL,'','20131005-268',NULL),(598,212,3,530,'2013-10-05 21:04:19',0,0,'','201310059 ','2013-10-05','2013-10-05','20131005-9','22:01',1,'DR OFORI',NULL,'','20131005-269',NULL),(600,212,4,530,'2013-10-05 21:04:20',0,0,'','201310059 ','2013-10-05','2013-10-05','20131005-9','22:03',1,'DR OFORI',NULL,'','20131005-269',NULL),(601,213,3,530,'2013-10-05 21:07:26',0,0,'',' 2013100510','2013-10-05','2013-10-05','20131005-10','22:05',1,'DR OFORI',NULL,'','20131005-270',NULL),(603,213,4,530,'2013-10-05 21:07:26',0,0,'',' 2013100510','2013-10-05','2013-10-05','20131005-10','22:06',1,'DR OFORI',NULL,'','20131005-270',NULL),(604,214,3,530,'2013-10-05 21:17:58',0,0,'',' 2013100511','2013-10-05','2013-10-05','20131005-11','22:16',1,'DR OFORI',NULL,'','20131005-271',NULL),(605,215,3,530,'2013-10-05 21:21:04',0,0,'','2013100512','2013-10-05','2013-10-05','20131005-12','22:18',1,'DR OFORI',NULL,'','20131005-272',NULL),(606,216,3,530,'2013-10-05 21:23:49',0,0,'','2013100513','2013-10-05','2013-10-05','20131005-13','22:21',1,'DR FOSU',NULL,'','20131005-273',NULL),(608,216,2,530,'2013-10-05 21:23:50',0,0,'','2013100513','2013-10-05','2013-10-05','20131005-13','22:23',1,'DR FOSU',NULL,'','20131005-273',NULL),(609,217,3,530,'2013-10-05 21:26:53',0,0,'',' 2013100514 ','2013-10-05','2013-10-05','20131005-14','22:24',1,'DR OFORI ANTI',NULL,'','20131005-274',NULL),(611,217,1,530,'2013-10-05 21:26:54',0,0,'',' 2013100514 ','2013-10-05','2013-10-05','20131005-14','22:26',1,'DR OFORI ANTI',NULL,'','20131005-274',NULL),(612,218,3,530,'2013-10-05 21:48:23',0,0,'','2013100515 ','2013-10-05','2013-10-05','20131005-15','22:46',1,'DR OFORI',NULL,'','20131005-275',NULL),(614,218,1,530,'2013-10-05 21:48:24',0,0,'','','2013-10-05','2013-10-05','20131005-15','22:48',1,'DR OFORI',NULL,'','20131005-275',NULL),(615,219,3,530,'2013-10-05 22:29:07',0,0,'','2013100516','2013-10-05','2013-10-05','20131005-16','23:27',1,'DR OFORI',NULL,'','20131005-276',NULL),(616,220,3,530,'2013-10-05 22:30:56',0,0,'','2013100517 ','2013-10-05','2013-10-05','20131005-17','23:30',1,'DR OFORI',NULL,'','20131005-277',NULL),(617,221,3,530,'2013-10-05 22:33:24',0,0,'','2013100518 ','2013-10-05','2013-10-05','20131005-18','23:32',1,'DR YEBOAH',NULL,'','20131005-278',NULL),(618,227,3,530,'2013-10-06 00:00:09',0,0,'','201310066','2013-10-06','2013-10-06','20131006-6','00:49',1,'DR AMABLE',NULL,'','20131006-284',NULL),(620,227,1,530,'2013-10-06 00:00:09',0,0,'','201310066','2013-10-06','2013-10-06','20131006-6','00:51',1,'DR AMABLE',NULL,'','20131006-284',NULL),(623,227,2,530,'2013-10-06 00:00:09',0,0,'','201310066','2013-10-06','2013-10-06','20131006-6','00:52',1,'DR AMABLE',NULL,'','20131006-284',NULL),(627,227,4,530,'2013-10-06 00:00:10',0,0,'','','2013-10-06','2013-10-06','20131006-6','00:53',1,'DR AMABLE',NULL,'','20131006-284',NULL),(628,227,3,530,'2013-10-06 00:00:10',0,0,'','201310066','2013-10-06','2013-10-06','20131006-6','00:49',1,'DR AMABLE',NULL,'','20131006-284',NULL),(630,227,1,530,'2013-10-06 00:00:11',0,0,'','201310066','2013-10-06','2013-10-06','20131006-6','00:51',1,'DR AMABLE',NULL,'','20131006-284',NULL),(633,227,2,530,'2013-10-06 00:00:11',0,0,'','201310066','2013-10-06','2013-10-06','20131006-6','00:52',1,'DR AMABLE',NULL,'','20131006-284',NULL),(637,227,4,530,'2013-10-06 00:00:12',0,0,'','','2013-10-06','2013-10-06','20131006-6','00:53',1,'DR AMABLE',NULL,'','20131006-284',NULL),(638,228,3,530,'2013-10-06 00:03:54',0,0,'','201310067','2013-10-06','2013-10-06','20131006-7','01:01',1,'',NULL,'','20131006-285',NULL),(640,228,1,530,'2013-10-06 00:03:55',0,0,'','201310067','2013-10-06','2013-10-06','20131006-7','01:03',1,'',NULL,'','20131006-285',NULL),(643,228,4,530,'2013-10-06 00:03:55',0,0,'','201310067','2013-10-06','2013-10-06','20131006-7','01:03',1,'',NULL,'','20131006-285',NULL),(644,229,3,530,'2013-10-06 00:06:29',0,0,'','201310068 ','2013-10-06','2013-10-06','20131006-8','01:04',1,'DR YEBOAH',NULL,'','20131006-286',NULL),(646,229,4,530,'2013-10-06 00:06:29',0,0,'','201310068 ','2013-10-06','2013-10-06','20131006-8','01:05',1,'DR YEBOAH',NULL,'','20131006-286',NULL),(649,229,1,530,'2013-10-06 00:06:29',0,0,'','201310068 ','2013-10-06','2013-10-06','20131006-8','01:06',1,'DR YEBOAH',NULL,'','20131006-286',NULL),(650,230,3,530,'2013-10-06 00:11:06',0,0,'','201310069','2013-10-06','2013-10-06','20131006-9','01:07',1,'DR YEBOAH',NULL,'','20131006-287',NULL),(652,230,4,530,'2013-10-06 00:11:06',0,0,'','','2013-10-06','2013-10-06','20131006-9','01:10',1,'DR YEBOAH',NULL,'','20131006-287',NULL),(653,231,3,530,'2013-10-06 00:15:12',0,0,'','2013100610 ','2013-10-06','2013-10-06','20131006-10','01:12',1,'DR OFORI',NULL,'','20131006-288',NULL),(655,231,1,530,'2013-10-06 00:15:12',0,0,'','2013100610 ','2013-10-06','2013-10-06','20131006-10','01:14',1,'DR OFORI',NULL,'','20131006-288',NULL),(656,232,4,530,'2013-10-06 00:46:28',0,0,'',' 2013100611','2013-10-06','2013-10-06','20131006-11','01:45',1,'DR OFORI',NULL,'','20131006-289',NULL),(657,233,1,530,'2013-10-06 00:49:17',0,0,'','2013100612','2013-10-06','2013-10-06','20131006-12','01:47',1,'DR OFORI',NULL,'','20131006-290',NULL),(659,233,2,530,'2013-10-06 00:49:17',0,0,'','2013100612','2013-10-06','2013-10-06','20131006-12','01:49',1,'DR OFORI',NULL,'','20131006-290',NULL),(660,234,3,530,'2013-10-06 00:52:15',0,0,'','2013100613 ','2013-10-06','2013-10-06','20131006-13','01:50',1,'DR OFORI',NULL,'','20131006-291',NULL),(661,235,3,530,'2013-10-06 02:42:29',0,0,'','2013100615 ','2013-10-06','2013-10-06','20131006-15','03:41',1,'DR SALAM',NULL,'','20131006-293',NULL),(662,236,3,530,'2013-10-06 02:51:50',0,0,'','2013100616 ','2013-10-06','2013-10-06','20131006-16','03:47',1,'DR OFORI',NULL,'','20131006-294',NULL),(663,237,3,530,'2013-10-06 02:54:23',0,0,'',' 2013100617 ','2013-10-06','2013-10-06','20131006-17','03:53',1,'',NULL,'','20131006-295',NULL),(664,238,3,530,'2013-10-06 02:57:20',0,0,'','2013100618','2013-10-06','2013-10-06','20131006-18','03:56',1,'',NULL,'','20131006-296',NULL),(665,239,3,530,'2013-10-06 03:00:21',0,0,'','2013100619','2013-10-06','2013-10-06','20131006-19','03:58',1,'',NULL,'','20131006-297',NULL),(666,240,3,530,'2013-10-06 03:03:42',0,0,'','2013100620','2013-10-06','2013-10-06','20131006-20','04:01',1,'DR YEBOAH',NULL,'','20131006-298',NULL),(668,240,1,530,'2013-10-06 03:03:42',0,0,'','2013100620','2013-10-06','2013-10-06','20131006-20','04:03',1,'DR YEBOAH',NULL,'','20131006-298',NULL),(669,241,3,530,'2013-10-06 03:06:34',0,0,'','2013100621','2013-10-06','2013-10-06','20131006-21','04:05',1,'DR AMOAH',NULL,'','20131006-299',NULL),(670,241,4,530,'2013-10-06 03:07:58',0,0,'','','2013-10-06','2013-10-06','20131006-22','04:07',1,'',NULL,'','20131006-300',NULL),(671,242,4,530,'2013-10-06 03:11:09',0,0,'','2013100623','2013-10-06','2013-10-06','20131006-23','04:09',1,'DR AMOAH',NULL,'','20131006-301',NULL),(673,242,5,530,'2013-10-06 03:11:09',0,0,'','2013100623','2013-10-06','2013-10-06','20131006-23','04:10',1,'DR AMOAH',NULL,'','20131006-301',NULL),(674,243,1,530,'2013-10-06 03:14:58',0,0,'','2013100624','2013-10-06','2013-10-06','20131006-24','04:13',1,'DR IDUN',NULL,'','20131006-302',NULL),(675,244,3,530,'2013-10-06 04:38:47',0,0,'','2013100626','2013-10-06','2013-10-06','20131006-26','05:37',1,'DR SALLAR',NULL,'','20131006-304',NULL),(676,245,3,530,'2013-10-06 04:43:18',0,0,'','2013100627','2013-10-06','2013-10-06','20131006-27','05:41',1,'DR YEBOAH',NULL,'','20131006-305',NULL),(678,245,4,530,'2013-10-06 04:43:21',0,0,'','','2013-10-06','2013-10-06','20131006-27','05:43',1,'DR YEBOAH',NULL,'','20131006-305',NULL),(679,245,3,530,'2013-10-06 04:43:21',0,0,'','2013100627','2013-10-06','2013-10-06','20131006-27','05:41',1,'DR YEBOAH',NULL,'','20131006-305',NULL),(681,245,4,530,'2013-10-06 04:43:22',0,0,'','','2013-10-06','2013-10-06','20131006-27','05:43',1,'DR YEBOAH',NULL,'','20131006-305',NULL),(682,246,3,530,'2013-10-06 04:47:00',0,0,'','2013100628 ','2013-10-06','2013-10-06','20131006-28','05:44',1,'DR VORTIA',NULL,'','20131006-306',NULL),(684,246,1,530,'2013-10-06 04:47:00',0,0,'','2013100628 ','2013-10-06','2013-10-06','20131006-28','05:46',1,'DR VORTIA',NULL,'','20131006-306',NULL),(687,246,2,530,'2013-10-06 04:47:01',0,0,'','2013100628 ','2013-10-06','2013-10-06','20131006-28','05:46',1,'DR VORTIA',NULL,'','20131006-306',NULL),(688,247,3,530,'2013-10-06 04:50:41',0,0,'','2013100629 ','2013-10-06','2013-10-06','20131006-29','05:48',1,'DR VORTIA',NULL,'','20131006-307',NULL),(690,247,2,530,'2013-10-06 04:50:41',0,0,'','2013100629 ','2013-10-06','2013-10-06','20131006-29','05:50',1,'DR VORTIA',NULL,'','20131006-307',NULL),(693,247,1,530,'2013-10-06 04:50:41',0,0,'','','2013-10-06','2013-10-06','20131006-29','05:50',1,'DR VORTIA',NULL,'','20131006-307',NULL),(694,248,3,530,'2013-10-06 04:53:37',0,0,'','2013100630 ','2013-10-06','2013-10-06','20131006-30','05:52',1,'DR YEBOAH',NULL,'','20131006-308',NULL),(695,249,3,530,'2013-10-06 04:56:55',0,0,'',' 2013100631','2013-10-06','2013-10-06','20131006-31','05:55',1,'DR OFORI ANTI',NULL,'','20131006-309',NULL),(696,250,3,530,'2013-10-06 05:01:03',0,0,'',' 2013100632','2013-10-06','2013-10-06','20131006-32','05:59',1,'DR FUMMY',NULL,'','20131006-310',NULL),(698,250,4,530,'2013-10-06 05:01:04',0,0,'','','2013-10-06','2013-10-06','20131006-32','06:00',1,'DR FUMMY',NULL,'','20131006-310',NULL),(699,251,3,530,'2013-10-06 05:27:22',0,0,'','2013100633','2013-10-06','2013-10-06','20131006-33','06:26',1,'DR VORTIA',NULL,'','20131006-311',NULL),(700,252,3,530,'2013-10-06 05:30:53',0,0,'','2013100634','2013-10-06','2013-10-06','20131006-34','06:28',1,'DR YEBOAH',NULL,'','20131006-312',NULL),(702,252,13,530,'2013-10-06 05:30:53',0,0,'','2013100634','2013-10-06','2013-10-06','20131006-34','06:29',1,'DR YEBOAH',NULL,'','20131006-312',NULL),(703,253,1,530,'2013-10-06 05:33:02',0,0,'','2013100635 ','2013-10-06','2013-10-06','20131006-35','06:31',1,'',NULL,'','20131006-313',NULL),(704,254,17,530,'2013-10-06 05:35:52',0,0,'','2013100636','2013-10-06','2013-10-06','20131006-36','06:34',1,'',NULL,'','20131006-314',NULL),(705,255,3,530,'2013-10-06 05:38:20',0,0,'','2013100637','2013-10-06','2013-10-06','20131006-37','06:36',1,'DR FUMMY',NULL,'','20131006-315',NULL),(707,255,4,530,'2013-10-06 05:38:20',0,0,'','2013100637','2013-10-06','2013-10-06','20131006-37','06:37',1,'DR FUMMY',NULL,'','20131006-315',NULL),(708,256,3,530,'2013-10-06 05:41:28',0,0,'','2013100638','2013-10-06','2013-10-06','20131006-38','06:39',1,'',NULL,'','20131006-316',NULL),(709,257,2,530,'2013-10-06 05:43:47',0,0,'','2013100640','2013-10-06','2013-10-06','20131006-40','06:42',1,'DR OFORI',NULL,'','20131006-318',NULL),(710,258,3,530,'2013-10-06 05:46:01',0,0,'',' 2013100641','2013-10-06','2013-10-06','20131006-41','06:44',1,'DR YEBOAH',NULL,'','20131006-319',NULL),(711,259,3,530,'2013-10-06 05:48:06',0,0,'','2013100642','2013-10-06','2013-10-06','20131006-42','06:47',1,'DR FUMMY',NULL,'','20131006-320',NULL),(712,260,3,530,'2013-10-06 05:50:30',0,0,'','2013100642','2013-10-06','2013-10-06','20131006-43','06:48',1,'DR OFORI ANTI',NULL,'','20131006-321',NULL),(713,261,3,530,'2013-10-06 05:53:43',0,0,'','2013100644','2013-10-06','2013-10-06','20131006-44','06:51',1,'DR YEBOAH',NULL,'','20131006-322',NULL),(715,261,4,530,'2013-10-06 05:53:43',0,0,'','2013100644','2013-10-06','2013-10-06','20131006-44','06:53',1,'DR YEBOAH',NULL,'','20131006-322',NULL),(716,262,3,530,'2013-10-06 05:59:05',0,0,'','2013100645 ','2013-10-06','2013-10-06','20131006-45','06:55',1,'DR AMOAH',NULL,'','20131006-323',NULL),(718,262,1,530,'2013-10-06 05:59:05',0,0,'','2013100645 ','2013-10-06','2013-10-06','20131006-45','06:57',1,'DR AMOAH',NULL,'','20131006-323',NULL),(721,262,2,530,'2013-10-06 05:59:06',0,0,'','2013100645 ','2013-10-06','2013-10-06','20131006-45','06:58',1,'DR AMOAH',NULL,'','20131006-323',NULL),(725,262,4,530,'2013-10-06 05:59:06',0,0,'','','2013-10-06','2013-10-06','20131006-45','06:58',1,'DR AMOAH',NULL,'','20131006-323',NULL),(726,263,3,530,'2013-10-06 06:12:24',0,0,'',' 2013100646','2013-10-06','2013-10-06','20131006-46','07:09',1,'',NULL,'','20131006-324',NULL),(728,263,4,530,'2013-10-06 06:12:24',0,0,'','','2013-10-06','2013-10-06','20131006-46','07:11',1,'',NULL,'','20131006-324',NULL),(729,264,3,530,'2013-10-06 06:17:05',0,0,'','2013100648','2013-10-06','2013-10-06','20131006-48','07:13',1,'DR MENSAH',NULL,'','20131006-88959',NULL),(731,264,1,530,'2013-10-06 06:17:06',0,0,'','2013100648','2013-10-06','2013-10-06','20131006-48','07:15',1,'DR MENSAH',NULL,'','20131006-326',NULL),(734,264,4,530,'2013-10-06 06:17:06',0,0,'','2013100648','2013-10-06','2013-10-06','20131006-48','07:16',1,'DR MENSAH',NULL,'','20131006-326',NULL),(735,265,10,530,'2013-10-06 06:29:18',0,0,'','2013100650','2013-10-06','2013-10-06','20131006-50','07:23',1,'DR MENSAH',NULL,'','20131006-328',NULL),(736,266,3,530,'2013-10-06 06:59:28',0,0,'','2013100651 ','2013-10-06','2013-10-06','20131006-51','07:57',1,'DR OFORI ANTI',NULL,'','20131006-329',NULL),(738,266,4,530,'2013-10-06 06:59:29',0,0,'','2013100651 ','2013-10-06','2013-10-06','20131006-51','07:58',1,'DR OFORI ANTI',NULL,'','20131006-329',NULL),(741,266,1,530,'2013-10-06 06:59:29',0,0,'','2013100651 ','2013-10-06','2013-10-06','20131006-51','07:58',1,'DR OFORI ANTI',NULL,'','20131006-329',NULL),(742,267,3,530,'2013-10-06 07:03:33',0,0,'','2013100652 ','2013-10-06','2013-10-06','20131006-52','08:00',1,'',NULL,'','20131006-330',NULL),(744,267,4,530,'2013-10-06 07:03:33',0,0,'','2013100652 ','2013-10-06','2013-10-06','20131006-52','08:02',1,'',NULL,'','20131006-330',NULL),(747,267,1,530,'2013-10-06 07:03:34',0,0,'','2013100652 ','2013-10-06','2013-10-06','20131006-52','08:02',1,'',NULL,'','20131006-330',NULL),(748,268,2,530,'2013-10-06 07:07:44',0,0,'','2013100653','2013-10-06','2013-10-06','20131006-53','08:06',1,'DR DJAN',NULL,'','20131006-331',NULL),(749,269,4,530,'2013-10-06 07:15:39',0,0,'','2013100655','2013-10-06','2013-10-06','20131006-55','08:14',1,'DR TAKYI',NULL,'','20131006-333',NULL),(750,270,3,530,'2013-10-06 07:18:16',0,0,'','2013100656','2013-10-06','2013-10-06','20131006-56','08:16',1,'DR OFORI ANTI',NULL,'','20131006-334',NULL),(752,270,4,530,'2013-10-06 07:18:16',0,0,'','2013100656','2013-10-06','2013-10-06','20131006-56','08:17',1,'DR OFORI ANTI',NULL,'','20131006-334',NULL),(753,271,3,530,'2013-10-06 07:22:27',0,0,'','2013100657','2013-10-06','2013-10-06','20131006-57','08:19',1,'',NULL,'','20131006-335',NULL),(755,271,1,530,'2013-10-06 07:22:27',0,0,'','','2013-10-06','2013-10-06','20131006-57','08:20',1,'',NULL,'','20131006-335',NULL),(756,272,3,530,'2013-10-06 07:26:33',0,0,'','2013100658 ','2013-10-06','2013-10-06','20131006-58','08:24',1,'DR DJAN',NULL,'','20131006-336',NULL),(758,272,4,530,'2013-10-06 07:26:33',0,0,'','2013100658 ','2013-10-06','2013-10-06','20131006-58','08:26',1,'DR DJAN',NULL,'','20131006-336',NULL),(759,273,3,530,'2013-10-06 07:30:21',0,0,'','2013100659','2013-10-06','2013-10-06','20131006-59','08:27',1,'DR MENSAH',NULL,'','20131006-337',NULL),(761,273,4,530,'2013-10-06 07:30:21',0,0,'','2013100659','2013-10-06','2013-10-06','20131006-59','08:29',1,'DR MENSAH',NULL,'','20131006-337',NULL),(762,276,4,551,'2013-10-06 08:01:19',0,0,'','','2013-10-06','2013-10-06','20131006-65','08:57',1,'',NULL,'','20131006-343',NULL),(763,277,3,530,'2013-10-06 18:59:42',0,0,'','2013100666','2013-10-06','2013-10-06','20131006-66','19:58',1,'DR NKETIAH',NULL,'','20131006-344',NULL),(764,278,3,530,'2013-10-06 19:07:47',0,0,'','2013100667','2013-10-06','2013-10-06','20131006-67','20:06',1,'DR AMOAH',NULL,'','20131006-345',NULL),(766,278,4,530,'2013-10-06 19:07:47',0,0,'','2013100667','2013-10-06','2013-10-06','20131006-67','20:07',1,'DR AMOAH',NULL,'','20131006-345',NULL),(767,279,3,530,'2013-10-06 19:21:01',0,0,'',' 2013100668','2013-10-06','2013-10-06','20131006-68','20:14',1,'',NULL,'','20131006-346',NULL),(769,279,4,530,'2013-10-06 19:21:01',0,0,'',' 2013100668','2013-10-06','2013-10-06','20131006-68','20:18',1,'',NULL,'','20131006-346',NULL),(772,279,1,530,'2013-10-06 19:21:02',0,0,'',' 2013100668','2013-10-06','2013-10-06','20131006-68','20:19',1,'',NULL,'','20131006-346',NULL),(776,279,2,530,'2013-10-06 19:21:02',0,0,'',' 2013100668','2013-10-06','2013-10-06','20131006-68','20:20',1,'',NULL,'','20131006-346',NULL),(777,281,3,530,'2013-10-06 19:40:44',0,0,'','2013100670','2013-10-06','2013-10-06','20131006-70','20:24',1,'DR DJAN',NULL,'','20131006-348',NULL),(779,281,4,530,'2013-10-06 19:40:44',0,0,'','2013100670','2013-10-06','2013-10-06','20131006-70','20:32',1,'DR DJAN',NULL,'','20131006-348',NULL),(782,281,1,530,'2013-10-06 19:40:44',0,0,'','2013100670','2013-10-06','2013-10-06','20131006-70','20:32',1,'DR DJAN',NULL,'','20131006-348',NULL),(786,281,23,530,'2013-10-06 19:40:45',0,0,'','2013100670','2013-10-06','2013-10-06','20131006-70','20:39',1,'DR DJAN',NULL,'','20131006-348',NULL),(787,284,3,530,'2013-10-06 20:52:26',0,0,'','2013100674 ','2013-10-06','2013-10-06','20131006-74','21:49',1,'DR MENSAH',NULL,'','20131006-352',NULL),(788,285,3,530,'2013-10-06 20:55:37',0,0,'','2013100675','2013-10-06','2013-10-06','20131006-75','21:53',1,'DR MENSAH',NULL,'','20131006-353',NULL),(790,285,5,530,'2013-10-06 20:55:37',0,0,'','2013100675','2013-10-06','2013-10-06','20131006-75','21:55',1,'DR MENSAH',NULL,'','20131006-353',NULL),(791,286,3,530,'2013-10-06 20:59:04',0,0,'',' 2013100676','2013-10-06','2013-10-06','20131006-76','21:57',1,'DR VORTIA',NULL,'','20131006-354',NULL),(793,286,5,530,'2013-10-06 20:59:04',0,0,'',' 2013100676','2013-10-06','2013-10-06','20131006-76','21:58',1,'DR VORTIA',NULL,'','20131006-354',NULL),(796,286,1,530,'2013-10-06 20:59:04',0,0,'',' 2013100676','2013-10-06','2013-10-06','20131006-76','21:58',1,'DR VORTIA',NULL,'','20131006-354',NULL),(797,287,3,530,'2013-10-06 21:02:21',0,0,'','2013100677','2013-10-06','2013-10-06','20131006-77','22:00',1,'DR SALLAR',NULL,'','20131006-355',NULL),(799,287,4,530,'2013-10-06 21:02:21',0,0,'','2013100677','2013-10-06','2013-10-06','20131006-77','22:02',1,'DR SALLAR',NULL,'','20131006-355',NULL),(800,288,1,530,'2013-10-06 21:05:11',0,0,'','2013100678','2013-10-06','2013-10-06','20131006-78','22:03',1,'DR VORTIA',NULL,'','20131006-356',NULL),(802,288,2,530,'2013-10-06 21:05:11',0,0,'','2013100678','2013-10-06','2013-10-06','20131006-78','22:04',1,'DR VORTIA',NULL,'','20131006-356',NULL),(803,289,1,530,'2013-10-06 21:07:39',0,0,'','2013100679','2013-10-06','2013-10-06','20131006-79','22:06',1,'DR MENSAH',NULL,'','20131006-357',NULL),(804,290,1,530,'2013-10-06 21:10:16',0,0,'','2013100680 ','2013-10-06','2013-10-06','20131006-80','22:09',1,'DR FUMMY',NULL,'','20131006-358',NULL),(805,291,3,530,'2013-10-06 21:13:52',0,0,'','2013100681','2013-10-06','2013-10-06','20131006-81','22:11',1,'DR VORTIA',NULL,'','20131006-359',NULL),(806,292,3,530,'2013-10-06 21:44:13',0,0,'','2013100683','2013-10-06','2013-10-06','20131006-83','22:42',1,'DR VORTIA',NULL,'','20131006-361',NULL),(808,292,1,530,'2013-10-06 21:44:13',0,0,'','2013100683','2013-10-06','2013-10-06','20131006-83','22:43',1,'DR VORTIA',NULL,'','20131006-361',NULL),(809,293,3,530,'2013-10-06 21:48:10',0,0,'','2013100684 ','2013-10-06','2013-10-06','20131006-84','22:46',1,'DR MENSAH',NULL,'','20131006-362',NULL),(811,293,4,530,'2013-10-06 21:48:10',0,0,'','2013100684 ','2013-10-06','2013-10-06','20131006-84','22:47',1,'DR MENSAH',NULL,'','20131006-362',NULL),(812,295,3,530,'2013-10-06 21:51:28',0,0,'','2013100686 ','2013-10-06','2013-10-06','20131006-86','22:50',1,'DR VORTIA',NULL,'','20131006-364',NULL),(813,296,10,530,'2013-10-06 21:53:47',0,0,'','2013100687','2013-10-06','2013-10-06','20131006-87','22:52',1,'DR FUMMY',NULL,'','20131006-365',NULL),(814,297,3,530,'2013-10-07 03:46:44',0,0,'','201310071','2013-10-07','2013-10-07','20131007-1','04:46',1,'DR VORTIA',NULL,'','20131007-366',NULL),(815,298,3,530,'2013-10-07 03:49:35',0,0,'','201310072 ','2013-10-07','2013-10-07','20131007-2','04:47',1,'DR VORTIA',NULL,'','20131007-367',NULL),(817,298,4,530,'2013-10-07 03:49:35',0,0,'','201310072 ','2013-10-07','2013-10-07','20131007-2','04:48',1,'DR VORTIA',NULL,'','20131007-367',NULL),(820,298,1,530,'2013-10-07 03:49:35',0,0,'','201310072 ','2013-10-07','2013-10-07','20131007-2','04:49',1,'DR VORTIA',NULL,'','20131007-367',NULL),(821,299,1,530,'2013-10-07 03:51:24',0,0,'','201310073 ','2013-10-07','2013-10-07','20131007-3','04:50',1,'',NULL,'','20131007-368',NULL),(822,300,3,530,'2013-10-07 03:53:22',0,0,'','201310074 ','2013-10-07','2013-10-07','20131007-4','04:52',1,'DR MENSAH',NULL,'','20131007-369',NULL),(823,301,3,530,'2013-10-07 03:56:05',0,0,'','201310075','2013-10-07','2013-10-07','20131007-5','04:54',1,'DR MENSAH',NULL,'','20131007-370',NULL),(825,301,1,530,'2013-10-07 03:56:05',0,0,'','201310075','2013-10-07','2013-10-07','20131007-5','04:55',1,'DR MENSAH',NULL,'','20131007-370',NULL),(826,302,3,530,'2013-10-07 03:57:55',0,0,'','201310076','2013-10-07','2013-10-07','20131007-6','04:56',1,'DR VORTIA',NULL,'','20131007-371',NULL),(827,303,3,530,'2013-10-07 04:00:22',0,0,'','201310077','2013-10-07','2013-10-07','20131007-7','04:59',1,'',NULL,'','20131007-372',NULL),(829,303,4,530,'2013-10-07 04:00:22',0,0,'','','2013-10-07','2013-10-07','20131007-7','04:59',1,'',NULL,'','20131007-372',NULL),(830,304,3,530,'2013-10-07 04:02:44',0,0,'','201310078','2013-10-07','2013-10-07','20131007-8','05:01',1,'',NULL,'','20131007-373',NULL),(832,304,4,530,'2013-10-07 04:02:44',0,0,'','201310078','2013-10-07','2013-10-07','20131007-8','05:02',1,'',NULL,'','20131007-373',NULL),(833,305,3,530,'2013-10-07 04:05:50',0,0,'',' 201310079','2013-10-07','2013-10-07','20131007-9','05:04',1,'',NULL,'','20131007-374',NULL),(835,305,5,530,'2013-10-07 04:05:50',0,0,'',' 201310079','2013-10-07','2013-10-07','20131007-9','05:05',1,'',NULL,'','20131007-374',NULL),(836,306,3,530,'2013-10-07 04:09:16',0,0,'',' 2013100710','2013-10-07','2013-10-07','20131007-10','05:07',1,'DR AMOAH',NULL,'','20131007-375',NULL),(838,306,1,530,'2013-10-07 04:09:16',0,0,'',' 2013100710','2013-10-07','2013-10-07','20131007-10','05:08',1,'DR AMOAH',NULL,'','20131007-375',NULL),(841,306,4,530,'2013-10-07 04:09:16',0,0,'',' 2013100710','2013-10-07','2013-10-07','20131007-10','05:08',1,'DR AMOAH',NULL,'','20131007-375',NULL),(842,307,4,530,'2013-10-07 04:11:37',0,0,'','2013100711','2013-10-07','2013-10-07','20131007-11','05:10',1,'',NULL,'','20131007-376',NULL),(843,308,3,530,'2013-10-07 04:14:23',0,0,'','2013100712','2013-10-07','2013-10-07','20131007-12','05:12',1,'DR AMOAH',NULL,'','20131007-377',NULL),(845,308,1,530,'2013-10-07 04:14:23',0,0,'','2013100712','2013-10-07','2013-10-07','20131007-12','05:13',1,'DR AMOAH',NULL,'','20131007-377',NULL),(846,310,3,530,'2013-10-07 04:18:56',0,0,'',' 2013100714','2013-10-07','2013-10-07','20131007-14','05:16',1,'DR AMOAH',NULL,'','20131007-379',NULL),(848,310,1,530,'2013-10-07 04:18:56',0,0,'',' 2013100714','2013-10-07','2013-10-07','20131007-14','05:16',1,'DR AMOAH',NULL,'','20131007-379',NULL),(851,310,4,530,'2013-10-07 04:18:56',0,0,'',' 2013100714','2013-10-07','2013-10-07','20131007-14','05:18',1,'DR AMOAH',NULL,'','20131007-379',NULL),(852,311,4,530,'2013-10-07 04:20:35',0,0,'',' 2013100715','2013-10-07','2013-10-07','20131007-15','05:19',1,'',NULL,'','20131007-380',NULL),(853,312,3,530,'2013-10-07 04:22:30',0,0,'',' 2013100716','2013-10-07','2013-10-07','20131007-16','05:21',1,'DR SALLAR',NULL,'','20131007-381',NULL),(855,312,4,530,'2013-10-07 04:22:31',0,0,'',' 2013100716','2013-10-07','2013-10-07','20131007-16','05:22',1,'DR SALLAR',NULL,'','20131007-381',NULL),(856,313,3,530,'2013-10-07 04:24:43',0,0,'',' 2013100717','2013-10-07','2013-10-07','20131007-17','05:23',1,'DR AMOAH',NULL,'','20131007-382',NULL),(858,313,4,530,'2013-10-07 04:24:43',0,0,'',' 2013100717','2013-10-07','2013-10-07','20131007-17','05:24',1,'DR AMOAH',NULL,'','20131007-382',NULL),(859,314,3,530,'2013-10-07 04:27:05',0,0,'','2013100718','2013-10-07','2013-10-07','20131007-18','05:25',1,'DR TAKYI',NULL,'','20131007-383',NULL),(861,314,4,530,'2013-10-07 04:27:05',0,0,'','2013100718','2013-10-07','2013-10-07','20131007-18','05:26',1,'DR TAKYI',NULL,'','20131007-383',NULL),(862,316,3,530,'2013-10-07 04:29:40',0,0,'',' 2013100720 ','2013-10-07','2013-10-07','20131007-20','05:28',1,'DR SALLAR',NULL,'','20131007-385',NULL),(864,316,4,530,'2013-10-07 04:29:40',0,0,'',' 2013100720 ','2013-10-07','2013-10-07','20131007-20','05:29',1,'DR SALLAR',NULL,'','20131007-385',NULL),(867,316,10,530,'2013-10-07 04:29:40',0,0,'',' 2013100720 ','2013-10-07','2013-10-07','20131007-20','05:29',1,'DR SALLAR',NULL,'','20131007-385',NULL),(868,317,3,530,'2013-10-07 04:47:40',0,0,'','2013100721','2013-10-07','2013-10-07','20131007-21','05:45',1,'',NULL,'','20131007-386',NULL),(870,317,1,530,'2013-10-07 04:47:40',0,0,'','2013100721','2013-10-07','2013-10-07','20131007-21','05:47',1,'',NULL,'','20131007-386',NULL),(873,317,4,530,'2013-10-07 04:47:40',0,0,'','2013100721','2013-10-07','2013-10-07','20131007-21','05:47',1,'',NULL,'','20131007-386',NULL),(874,318,1,530,'2013-10-07 04:51:13',0,0,'','2013100722','2013-10-07','2013-10-07','20131007-22','05:49',1,'PROF E D YEBOAH',NULL,'','20131007-387',NULL),(875,319,3,530,'2013-10-07 04:53:36',0,0,'','2013100723','2013-10-07','2013-10-07','20131007-23','05:52',1,'DR SALLAR',NULL,'','20131007-388',NULL),(877,319,1,530,'2013-10-07 04:53:36',0,0,'','2013100723','2013-10-07','2013-10-07','20131007-23','05:53',1,'DR SALLAR',NULL,'','20131007-388',NULL),(878,320,3,530,'2013-10-07 04:56:09',0,0,'','2013100724','2013-10-07','2013-10-07','20131007-24','05:54',1,'DR FUMMY',NULL,'','20131007-389',NULL),(879,321,3,530,'2013-10-07 05:00:49',0,0,'','2013100725','2013-10-07','2013-10-07','20131007-25','05:57',1,'SR ADDOTEY',NULL,'','20131007-390',NULL),(881,321,1,530,'2013-10-07 05:00:49',0,0,'','2013100725','2013-10-07','2013-10-07','20131007-25','05:59',1,'SR ADDOTEY',NULL,'','20131007-390',NULL),(882,322,3,530,'2013-10-07 05:02:39',0,0,'','2013100726','2013-10-07','2013-10-07','20131007-26','06:01',1,'DR AMOAH',NULL,'','20131007-391',NULL),(883,323,3,530,'2013-10-07 05:06:11',0,0,'',' 2013100727','2013-10-07','2013-10-07','20131007-27','06:04',1,'',NULL,'','20131007-392',NULL),(884,324,3,530,'2013-10-07 05:11:03',0,0,'','2013100728','2013-10-07','2013-10-07','20131007-28','06:07',1,'',NULL,'','20131007-393',NULL),(886,324,4,530,'2013-10-07 05:11:03',0,0,'','2013100728','2013-10-07','2013-10-07','20131007-28','06:09',1,'',NULL,'','20131007-393',NULL),(889,324,1,530,'2013-10-07 05:11:03',0,0,'','2013100728','2013-10-07','2013-10-07','20131007-28','06:09',1,'',NULL,'','20131007-393',NULL),(893,324,2,530,'2013-10-07 05:11:03',0,0,'','','2013-10-07','2013-10-07','20131007-28','06:10',1,'',NULL,'','20131007-393',NULL),(894,325,4,530,'2013-10-07 05:14:36',0,0,'','2013100730','2013-10-07','2013-10-07','20131007-30','06:12',1,'PROF ARCHEAMPONG',NULL,'','20131007-395',NULL),(895,326,3,530,'2013-10-07 05:17:10',0,0,'','2013100731','2013-10-07','2013-10-07','20131007-31','06:16',1,'DR AMOAH',NULL,'','20131007-396',NULL),(896,327,3,530,'2013-10-07 05:19:57',0,0,'','2013100732','2013-10-07','2013-10-07','20131007-32','06:18',1,'DR AMOAH',NULL,'','20131007-397',NULL),(898,327,4,530,'2013-10-07 05:19:57',0,0,'','2013100732','2013-10-07','2013-10-07','20131007-32','06:19',1,'DR AMOAH',NULL,'','20131007-397',NULL),(901,327,1,530,'2013-10-07 05:19:58',0,0,'','2013100732','2013-10-07','2013-10-07','20131007-32','06:19',1,'DR AMOAH',NULL,'','20131007-397',NULL),(902,328,3,530,'2013-10-07 05:22:10',0,0,'','2013100733','2013-10-07','2013-10-07','20131007-33','06:21',1,'DR AMOAH',NULL,'','20131007-398',NULL),(904,328,4,530,'2013-10-07 05:22:10',0,0,'','2013100733','2013-10-07','2013-10-07','20131007-33','06:21',1,'DR AMOAH',NULL,'','20131007-398',NULL),(905,329,1,530,'2013-10-07 05:24:47',0,0,'','2013100734 ','2013-10-07','2013-10-07','20131007-34','06:23',1,'DR AMOAH',NULL,'','20131007-399',NULL),(907,329,4,530,'2013-10-07 05:24:47',0,0,'','2013100734 ','2013-10-07','2013-10-07','20131007-34','06:24',1,'DR AMOAH',NULL,'','20131007-399',NULL),(908,330,19,530,'2013-10-07 05:39:54',0,0,'','2013100735','2013-10-07','2013-10-07','20131007-35','06:37',1,'DR AMOAH',NULL,'','20131007-400',NULL),(909,331,3,530,'2013-10-07 05:42:19',0,0,'','2013100736','2013-10-07','2013-10-07','20131007-36','06:41',1,'',NULL,'','20131007-401',NULL),(911,331,4,530,'2013-10-07 05:42:20',0,0,'','2013100736','2013-10-07','2013-10-07','20131007-36','06:41',1,'',NULL,'','20131007-401',NULL),(914,331,1,530,'2013-10-07 05:42:20',0,0,'','2013100736','2013-10-07','2013-10-07','20131007-36','06:42',1,'',NULL,'','20131007-401',NULL),(915,332,3,530,'2013-10-07 05:44:34',0,0,'','2013100737','2013-10-07','2013-10-07','20131007-37','06:43',1,'',NULL,'','20131007-402',NULL),(917,332,4,530,'2013-10-07 05:44:38',0,0,'','','2013-10-07','2013-10-07','20131007-37','06:44',1,'',NULL,'','20131007-402',NULL),(918,333,3,530,'2013-10-07 05:46:47',0,0,'','2013100738','2013-10-07','2013-10-07','20131007-38','06:45',1,'DR DJAN',NULL,'','20131007-403',NULL),(919,334,3,530,'2013-10-07 05:48:29',0,0,'','2013100739','2013-10-07','2013-10-07','20131007-39','06:47',1,'DR SALLAR',NULL,'','20131007-404',NULL),(920,335,3,530,'2013-10-07 05:50:21',0,0,'','2013100740','2013-10-07','2013-10-07','20131007-40','06:49',1,'DR DANIELS',NULL,'','20131007-405',NULL),(922,335,4,530,'2013-10-07 05:50:21',0,0,'','2013100740','2013-10-07','2013-10-07','20131007-40','06:50',1,'DR DANIELS',NULL,'','20131007-405',NULL),(923,336,3,530,'2013-10-07 05:52:40',0,0,'','2013100741','2013-10-07','2013-10-07','20131007-41','06:51',1,'DR TAKYI',NULL,'','20131007-406',NULL),(924,337,4,530,'2013-10-07 05:55:03',0,0,'','2013100742','2013-10-07','2013-10-07','20131007-42','06:53',1,'DR DANIELS',NULL,'','20131007-407',NULL),(926,337,1,530,'2013-10-07 05:55:03',0,0,'','2013100742','2013-10-07','2013-10-07','20131007-42','06:54',1,'DR DANIELS',NULL,'','20131007-407',NULL),(927,338,3,530,'2013-10-07 05:57:14',0,0,'',' 2013100743','2013-10-07','2013-10-07','20131007-43','06:55',1,'DR DJAN',NULL,'','20131007-408',NULL),(929,338,5,530,'2013-10-07 05:57:14',0,0,'',' 2013100743','2013-10-07','2013-10-07','20131007-43','06:56',1,'DR DJAN',NULL,'','20131007-408',NULL),(932,338,1,530,'2013-10-07 05:57:14',0,0,'',' 2013100743','2013-10-07','2013-10-07','20131007-43','06:57',1,'DR DJAN',NULL,'','20131007-408',NULL),(933,339,3,530,'2013-10-07 05:59:35',0,0,'','2013100744','2013-10-07','2013-10-07','20131007-44','06:58',1,'DR SALLAR',NULL,'','20131007-409',NULL),(934,340,3,530,'2013-10-07 06:06:15',0,0,'',' 2013100745','2013-10-07','2013-10-07','20131007-45','07:00',1,'DR DANIELS',NULL,'','20131007-410',NULL),(936,340,1,530,'2013-10-07 06:06:15',0,0,'',' 2013100745','2013-10-07','2013-10-07','20131007-45','07:02',1,'DR DANIELS',NULL,'','20131007-410',NULL),(939,340,2,530,'2013-10-07 06:06:16',0,0,'',' 2013100745','2013-10-07','2013-10-07','20131007-45','07:05',1,'DR DANIELS',NULL,'','20131007-410',NULL),(943,340,4,530,'2013-10-07 06:06:16',0,0,'',' 2013100745','2013-10-07','2013-10-07','20131007-45','07:06',1,'DR DANIELS',NULL,'','20131007-410',NULL),(944,341,3,530,'2013-10-07 06:09:20',0,0,'','2013100746 ','2013-10-07','2013-10-07','20131007-46','07:07',1,'',NULL,'','20131007-411',NULL),(946,341,1,530,'2013-10-07 06:09:21',0,0,'','2013100746 ','2013-10-07','2013-10-07','20131007-46','07:08',1,'',NULL,'','20131007-411',NULL),(949,341,4,530,'2013-10-07 06:09:21',0,0,'','2013100746 ','2013-10-07','2013-10-07','20131007-46','07:08',1,'',NULL,'','20131007-411',NULL),(950,342,4,530,'2013-10-07 06:39:41',0,0,'',' 2013100747','2013-10-07','2013-10-07','20131007-47','07:38',1,'',NULL,'','20131007-412',NULL),(952,342,1,530,'2013-10-07 06:39:41',0,0,'',' 2013100747','2013-10-07','2013-10-07','20131007-47','07:39',1,'',NULL,'','20131007-412',NULL),(953,343,3,530,'2013-10-07 06:43:11',0,0,'','2013100748 ','2013-10-07','2013-10-07','20131007-48','07:40',1,'',NULL,'','20131007-413',NULL),(955,343,4,530,'2013-10-07 06:43:11',0,0,'','2013100748 ','2013-10-07','2013-10-07','20131007-48','07:42',1,'',NULL,'','20131007-413',NULL),(958,343,1,530,'2013-10-07 06:43:11',0,0,'','2013100748 ','2013-10-07','2013-10-07','20131007-48','07:42',1,'',NULL,'','20131007-413',NULL),(959,344,3,530,'2013-10-07 06:53:08',0,0,'','2013100749','2013-10-07','2013-10-07','20131007-49','07:51',1,'',NULL,'','20131007-414',NULL),(961,344,4,530,'2013-10-07 06:53:08',0,0,'','2013100749','2013-10-07','2013-10-07','20131007-49','07:52',1,'',NULL,'','20131007-414',NULL),(964,344,1,530,'2013-10-07 06:53:08',0,0,'','2013100749','2013-10-07','2013-10-07','20131007-49','07:52',1,'',NULL,'','20131007-414',NULL),(965,345,3,530,'2013-10-07 06:56:46',0,0,'','2013100750','2013-10-07','2013-10-07','20131007-50','07:55',1,'DR FUMMY',NULL,'','20131007-415',NULL),(966,346,3,530,'2013-10-07 07:00:04',0,0,'',' 2013100751','2013-10-07','2013-10-07','20131007-51','07:58',1,'DR MENSAH',NULL,'','20131007-416',NULL),(967,347,3,530,'2013-10-07 07:01:45',0,0,'',' 2013100752 ','2013-10-07','2013-10-07','20131007-52','08:00',1,'DR OFORI ANTI',NULL,'','20131007-417',NULL),(968,348,3,530,'2013-10-07 07:05:01',0,0,'','2013100753','2013-10-07','2013-10-07','20131007-53','08:03',1,'DR SALLAR',NULL,'','20131007-418',NULL),(970,348,1,530,'2013-10-07 07:05:01',0,0,'','2013100753','2013-10-07','2013-10-07','20131007-53','08:04',1,'DR SALLAR',NULL,'','20131007-418',NULL),(971,349,3,530,'2013-10-07 07:09:24',0,0,'','2013100754 ','2013-10-07','2013-10-07','20131007-54','08:06',1,'DR VORTIA',NULL,'','20131007-419',NULL),(973,349,1,530,'2013-10-07 07:09:25',0,0,'','2013100754 ','2013-10-07','2013-10-07','20131007-54','08:08',1,'DR VORTIA',NULL,'','20131007-419',NULL),(976,349,4,530,'2013-10-07 07:09:25',0,0,'','2013100754 ','2013-10-07','2013-10-07','20131007-54','08:09',1,'DR VORTIA',NULL,'','20131007-419',NULL),(977,350,10,530,'2013-10-07 07:11:39',0,0,'','2013100755','2013-10-07','2013-10-07','20131007-55','08:10',1,'DR OFORI ANTI',NULL,'','20131007-420',NULL),(978,351,3,531,'2013-10-07 07:26:47',0,0,'','2013100756 ','2013-10-07','2013-10-07','20131007-56','08:23',1,'DR SALLAR',NULL,'','20131007-421',NULL),(979,352,3,531,'2013-10-07 07:31:55',0,0,'','2013100757','2013-10-07','2013-10-07','20131007-57','08:27',1,'DR ARMAH',NULL,'','20131007-422',NULL),(980,352,3,531,'2013-10-07 07:52:19',0,0,'','2013100758','2013-10-07','2013-10-07','20131007-58','08:35',1,'DR ARMAH',NULL,'','20131007-423',NULL),(982,352,4,531,'2013-10-07 07:52:19',0,0,'','2013100758','2013-10-07','2013-10-07','20131007-58','08:47',1,'DR ARMAH',NULL,'','20131007-423',NULL),(985,352,2,531,'2013-10-07 07:52:20',0,0,'','2013100758','2013-10-07','2013-10-07','20131007-58','08:49',1,'DR ARMAH',NULL,'','20131007-423',NULL),(989,352,1,531,'2013-10-07 07:52:20',0,0,'','2013100758','2013-10-07','2013-10-07','20131007-58','08:50',1,'DR ARMAH',NULL,'','20131007-423',NULL),(990,353,5,531,'2013-10-07 07:58:51',1,0,'','2013100759','2013-10-07','2013-10-07','20131007-59','08:55',1,'DR ADOTEY',NULL,'','20131007-424',NULL),(991,354,3,531,'2013-10-07 08:20:40',0,0,'','2013100760','2013-10-07','2013-10-07','20131007-60','09:18',1,'DR DJAN',NULL,'','20131007-425',NULL),(993,354,2,531,'2013-10-07 08:20:40',0,0,'','2013100760','2013-10-07','2013-10-07','20131007-60','09:19',1,'DR DJAN',NULL,'','20131007-425',NULL),(996,354,1,531,'2013-10-07 08:20:40',0,0,'','','2013-10-07','2013-10-07','20131007-60','09:20',1,'DR DJAN',NULL,'','20131007-425',NULL),(997,355,3,531,'2013-10-07 08:23:34',0,0,'','2013100761','2013-10-07','2013-10-07','20131007-61','09:22',1,'DR DJAN',NULL,'','20131007-426',NULL),(999,355,2,531,'2013-10-07 08:23:34',0,0,'','2013100761','2013-10-07','2013-10-07','20131007-61','09:23',1,'DR DJAN',NULL,'','20131007-426',NULL),(1000,356,3,531,'2013-10-07 08:27:49',0,0,'','2013100762','2013-10-07','2013-10-07','20131007-62','09:24',1,'DR OFORI',NULL,'','20131007-427',NULL),(1001,357,3,531,'2013-10-07 08:29:36',0,0,'','2013100763','2013-10-07','2013-10-07','20131007-63','09:28',1,'DR TAKYI',NULL,'','20131007-428',NULL),(1002,358,1,531,'2013-10-07 08:32:43',0,0,'','2013100764','2013-10-07','2013-10-07','20131007-64','09:30',1,'DR AMABLE',NULL,'','20131007-429',NULL),(1004,358,2,531,'2013-10-07 08:32:43',0,0,'','2013100764','2013-10-07','2013-10-07','20131007-64','09:32',1,'DR AMABLE',NULL,'','20131007-429',NULL),(1005,360,30,531,'2013-10-07 08:44:43',0,0,'','2013100766','2013-10-07','2013-10-07','20131007-66','09:43',1,'PROF E D YEBOAH',NULL,'','20131007-431',NULL),(1006,361,2,531,'2013-10-07 08:46:59',1,0,'','2013100767','2013-10-07','2013-10-07','20131007-67','09:45',1,'DR AMABLE',NULL,'','20131007-432',NULL),(1008,361,4,531,'2013-10-07 08:46:59',1,0,'','2013100767','2013-10-07','2013-10-07','20131007-67','09:46',1,'DR AMABLE',NULL,'','20131007-432',NULL),(1009,362,1,531,'2013-10-07 08:49:57',0,0,'','2013100768','2013-10-07','2013-10-07','20131007-68','09:48',1,'DR VORTIA',NULL,'','20131007-433',NULL),(1011,362,2,531,'2013-10-07 08:49:57',0,0,'','2013100768','2013-10-07','2013-10-07','20131007-68','09:49',1,'DR VORTIA',NULL,'','20131007-433',NULL),(1012,363,1,531,'2013-10-07 08:51:57',1,0,'','2013100769','2013-10-07','2013-10-07','20131007-69','09:50',1,'',NULL,'','20131007-434',NULL),(1013,364,3,531,'2013-10-07 08:54:29',0,0,'','2013100770','2013-10-07','2013-10-07','20131007-70','09:53',1,'DR SALLAR',NULL,'','20131007-435',NULL),(1015,364,2,531,'2013-10-07 08:54:29',1,0,'','2013100770','2013-10-07','2013-10-07','20131007-70','09:54',1,'DR SALLAR',NULL,'','20131007-435',NULL),(1016,365,26,531,'2013-10-07 08:58:59',0,0,'','2013100771','2013-10-07','2013-10-07','20131007-71','09:58',1,'',NULL,'','20131007-436',NULL),(1017,366,26,531,'2013-10-07 09:05:05',0,0,'','2013100772','2013-10-07','2013-10-07','20131007-72','10:03',1,'',NULL,'','20131007-437',NULL),(1018,367,26,531,'2013-10-07 09:10:27',0,0,'','2013100774','2013-10-07','2013-10-07','20131007-74','10:09',1,'',NULL,'','20131007-439',NULL),(1019,368,3,531,'2013-10-07 09:15:02',0,0,'','2013100775','2013-10-07','2013-10-07','20131007-75','10:13',1,'DR DOW',NULL,'','20131007-440',NULL),(1021,368,1,531,'2013-10-07 09:15:03',1,0,'','2013100775','2013-10-07','2013-10-07','20131007-75','10:14',1,'DR DOW',NULL,'','20131007-440',NULL),(1022,369,24,531,'2013-10-07 09:20:49',0,0,'','2013100777','2013-10-07','2013-10-07','20131007-77','10:18',1,'DR VORTIA',NULL,'','20131007-442',NULL),(1024,369,3,531,'2013-10-07 09:20:49',1,0,'','2013100777','2013-10-07','2013-10-07','20131007-77','10:20',1,'DR VORTIA',NULL,'','20131007-442',NULL),(1025,370,2,531,'2013-10-07 09:23:12',0,0,'','2013100778','2013-10-07','2013-10-07','20131007-78','10:22',1,'DR KORANKYE',NULL,'','20131007-443',NULL),(1026,371,3,531,'2013-10-07 09:26:28',0,0,'','2013100779','2013-10-07','2013-10-07','20131007-79','10:24',1,'DR SALLAR',NULL,'','20131007-444',NULL),(1028,371,1,531,'2013-10-07 09:26:28',0,0,'','2013100779','2013-10-07','2013-10-07','20131007-79','10:25',1,'DR SALLAR',NULL,'','20131007-444',NULL),(1031,371,2,531,'2013-10-07 09:26:29',0,0,'','2013100779','2013-10-07','2013-10-07','20131007-79','10:26',1,'DR SALLAR',NULL,'','20131007-444',NULL),(1032,372,1,531,'2013-10-07 09:36:36',0,0,'','2013100780','2013-10-07','2013-10-07','20131007-80','10:34',1,'DR MENSAH',NULL,'','20131007-445',NULL),(1034,372,3,531,'2013-10-07 09:36:37',0,0,'','2013100780','2013-10-07','2013-10-07','20131007-80','10:36',1,'DR MENSAH',NULL,'','20131007-445',NULL),(1037,372,2,531,'2013-10-07 09:36:37',0,0,'','2013100780','2013-10-07','2013-10-07','20131007-80','10:36',1,'DR MENSAH',NULL,'','20131007-445',NULL),(1038,373,2,531,'2013-10-07 09:39:01',0,0,'','2013100781','2013-10-07','2013-10-07','20131007-81','10:37',1,'DR VORTIA',NULL,'','20131007-446',NULL),(1040,373,4,531,'2013-10-07 09:39:01',0,0,'','2013100781','2013-10-07','2013-10-07','20131007-81','10:38',1,'DR VORTIA',NULL,'','20131007-446',NULL),(1041,374,3,531,'2013-10-07 09:41:52',1,0,'','2013100782','2013-10-07','2013-10-07','20131007-82','10:41',1,'DR VORTIA',NULL,'','20131007-447',NULL),(1042,375,3,531,'2013-10-07 09:45:17',0,0,'','2013100783','2013-10-07','2013-10-07','20131007-83','10:44',1,'DR DOW',NULL,'','20131007-448',NULL),(1044,375,2,531,'2013-10-07 09:45:17',0,0,'','2013100783','2013-10-07','2013-10-07','20131007-83','10:45',1,'DR DOW',NULL,'','20131007-448',NULL),(1045,376,3,531,'2013-10-07 09:49:17',0,0,'','2013100784','2013-10-07','2013-10-07','20131007-84','10:47',1,'DR TAKYI',NULL,'','20131007-449',NULL),(1047,376,1,531,'2013-10-07 09:49:18',0,0,'','2013100784','2013-10-07','2013-10-07','20131007-84','10:48',1,'DR TAKYI',NULL,'','20131007-449',NULL),(1050,376,4,531,'2013-10-07 09:49:18',0,0,'','2013100784','2013-10-07','2013-10-07','20131007-84','10:49',1,'DR TAKYI',NULL,'','20131007-449',NULL),(1051,377,3,531,'2013-10-07 09:52:49',0,0,'','2013100785','2013-10-07','2013-10-07','20131007-85','10:50',1,'DR OFORI',NULL,'','20131007-450',NULL),(1053,377,5,531,'2013-10-07 09:52:50',1,0,'','2013100785','2013-10-07','2013-10-07','20131007-85','10:51',1,'DR OFORI',NULL,'','20131007-450',NULL),(1056,377,1,531,'2013-10-07 09:52:50',1,0,'','2013100785','2013-10-07','2013-10-07','20131007-85','10:52',1,'DR OFORI',NULL,'','20131007-450',NULL),(1060,377,2,531,'2013-10-07 09:52:50',1,0,'','2013100785','2013-10-07','2013-10-07','20131007-85','10:52',1,'DR OFORI',NULL,'','20131007-450',NULL),(1061,378,3,531,'2013-10-07 09:56:06',0,0,'','2013100786','2013-10-07','2013-10-07','20131007-86','10:54',1,'DR VORTIA',NULL,'','20131007-451',NULL),(1062,379,3,531,'2013-10-07 09:58:05',0,0,'','2013100787','2013-10-07','2013-10-07','20131007-87','10:57',1,'DR TAKYI',NULL,'','20131007-452',NULL),(1064,379,4,531,'2013-10-07 09:58:05',0,0,'','2013100787','2013-10-07','2013-10-07','20131007-87','10:57',1,'DR TAKYI',NULL,'','20131007-452',NULL),(1065,380,3,531,'2013-10-07 10:00:23',0,0,'','2013100788','2013-10-07','2013-10-07','20131007-88','10:58',1,'DR TAKYI',NULL,'','20131007-453',NULL),(1067,380,4,531,'2013-10-07 10:00:23',0,0,'','2013100788','2013-10-07','2013-10-07','20131007-88','11:00',1,'DR TAKYI',NULL,'','20131007-453',NULL),(1068,381,1,531,'2013-10-07 10:03:25',0,0,'','2013100789','2013-10-07','2013-10-07','20131007-89','11:01',1,'DR TAKYI',NULL,'','20131007-454',NULL),(1069,382,1,531,'2013-10-07 10:06:05',0,0,'','2013100790','2013-10-07','2013-10-07','20131007-90','11:04',1,'DR DANIELS',NULL,'','20131007-455',NULL),(1070,383,3,531,'2013-10-07 10:08:30',0,0,'','2013100791','2013-10-07','2013-10-07','20131007-91','11:07',1,'DR OFORI',NULL,'','20131007-456',NULL),(1071,384,3,531,'2013-10-07 10:11:50',0,0,'','2013100792','2013-10-07','2013-10-07','20131007-92','11:10',1,'DR TAKYI',NULL,'','20131007-457',NULL),(1073,384,5,531,'2013-10-07 10:11:50',0,0,'','2013100792','2013-10-07','2013-10-07','20131007-92','11:11',1,'DR TAKYI',NULL,'','20131007-457',NULL),(1076,384,4,531,'2013-10-07 10:11:50',0,0,'','2013100792','2013-10-07','2013-10-07','20131007-92','11:11',1,'DR TAKYI',NULL,'','20131007-457',NULL),(1077,385,3,531,'2013-10-07 10:14:27',0,0,'','2013100793','2013-10-07','2013-10-07','20131007-93','11:12',1,'DR MENSAH',NULL,'','20131007-458',NULL),(1079,385,1,531,'2013-10-07 10:14:27',0,0,'','2013100793','2013-10-07','2013-10-07','20131007-93','11:13',1,'DR MENSAH',NULL,'','20131007-458',NULL),(1082,385,2,531,'2013-10-07 10:14:27',0,0,'','2013100793','2013-10-07','2013-10-07','20131007-93','11:14',1,'DR MENSAH',NULL,'','20131007-458',NULL),(1083,386,3,531,'2013-10-07 10:15:57',0,0,'','2013100794','2013-10-07','2013-10-07','20131007-94','11:15',1,'DR TAKYI',NULL,'','20131007-459',NULL),(1085,386,4,531,'2013-10-07 10:15:57',0,0,'','2013100794','2013-10-07','2013-10-07','20131007-94','11:15',1,'DR TAKYI',NULL,'','20131007-459',NULL),(1086,386,4,531,'2013-10-07 10:16:39',0,0,'','2013100794','2013-10-07','2013-10-07','20131007-95','11:16',1,'',NULL,'','20131007-460',NULL),(1087,387,4,531,'2013-10-07 10:18:39',0,0,'','2013100796','2013-10-07','2013-10-07','20131007-96','11:18',1,'DR TAKYI',NULL,'','20131007-461',NULL),(1088,388,3,531,'2013-10-07 10:19:57',0,0,'','2013100797','2013-10-07','2013-10-07','20131007-97','11:19',1,'DR MENSAH',NULL,'','20131007-462',NULL),(1089,389,3,531,'2013-10-07 10:21:23',0,0,'','2013100798','2013-10-07','2013-10-07','20131007-98','11:20',1,'DR VORTIA',NULL,'','20131007-463',NULL),(1090,390,3,531,'2013-10-07 10:25:23',0,0,'','2013100799','2013-10-07','2013-10-07','20131007-99','11:23',1,'DR VORTIA',NULL,'','20131007-464',NULL),(1092,390,1,531,'2013-10-07 10:25:23',0,0,'','2013100799','2013-10-07','2013-10-07','20131007-99','11:24',1,'DR VORTIA',NULL,'','20131007-464',NULL),(1093,391,3,531,'2013-10-07 10:27:24',0,0,'','20131007100','2013-10-07','2013-10-07','20131007-100','11:26',1,'DR OFORI',NULL,'','20131007-465',NULL),(1094,392,3,531,'2013-10-07 10:30:39',0,0,'','20131007101','2013-10-07','2013-10-07','20131007-101','11:29',1,'DR VORTIA',NULL,'','20131007-466',NULL),(1095,393,3,531,'2013-10-07 10:34:32',0,0,'','20131007102','2013-10-07','2013-10-07','20131007-102','11:31',1,'DR VORTIA',NULL,'','20131007-467',NULL),(1097,393,2,531,'2013-10-07 10:34:33',0,0,'','20131007102','2013-10-07','2013-10-07','20131007-102','11:33',1,'DR VORTIA',NULL,'','20131007-467',NULL),(1098,394,3,531,'2013-10-07 10:43:56',0,0,'','20131007105','2013-10-07','2013-10-07','20131007-105','11:38',1,'DR VORTIA',NULL,'','20131007-470',NULL),(1099,395,3,531,'2013-10-07 10:53:24',0,0,'','20131007106','2013-10-07','2013-10-07','20131007-106','11:50',1,'DR OFORI',NULL,'','20131007-471',NULL),(1101,395,1,531,'2013-10-07 10:53:24',0,0,'','20131007106','2013-10-07','2013-10-07','20131007-106','11:52',1,'DR OFORI',NULL,'','20131007-471',NULL),(1104,395,2,531,'2013-10-07 10:53:25',0,0,'','20131007106','2013-10-07','2013-10-07','20131007-106','11:53',1,'DR OFORI',NULL,'','20131007-471',NULL),(1108,395,4,531,'2013-10-07 10:53:25',0,0,'','20131007106','2013-10-07','2013-10-07','20131007-106','11:53',1,'DR OFORI',NULL,'','20131007-471',NULL),(1109,396,3,531,'2013-10-07 10:55:30',1,0,'','20131007107','2013-10-07','2013-10-07','20131007-107','11:54',1,'',NULL,'','20131007-472',NULL),(1111,396,4,531,'2013-10-07 10:55:30',0,0,'','20131007107','2013-10-07','2013-10-07','20131007-107','11:55',1,'',NULL,'','20131007-472',NULL),(1112,397,3,531,'2013-10-07 11:00:26',0,0,'','20131007108','2013-10-07','2013-10-07','20131007-108','11:57',1,'DR VORTIA',NULL,'','20131007-473',NULL),(1113,398,3,531,'2013-10-07 11:08:10',1,0,'','20131007109','2013-10-07','2013-10-07','20131007-109','12:01',1,'DR OFORI',NULL,'','20131007-474',NULL),(1115,398,4,531,'2013-10-07 11:08:11',1,0,'','20131007109','2013-10-07','2013-10-07','20131007-109','12:07',1,'DR OFORI',NULL,'','20131007-474',NULL),(1116,399,3,531,'2013-10-07 11:31:46',1,0,'','20131007110','2013-10-07','2013-10-07','20131007-110','12:29',1,'DR OFORI',NULL,'','20131007-475',NULL),(1118,399,5,531,'2013-10-07 11:31:46',0,0,'','20131007110','2013-10-07','2013-10-07','20131007-110','12:31',1,'DR OFORI',NULL,'','20131007-475',NULL),(1121,399,1,531,'2013-10-07 11:31:46',0,0,'','20131007110','2013-10-07','2013-10-07','20131007-110','12:31',1,'DR OFORI',NULL,'','20131007-475',NULL),(1122,400,26,531,'2013-10-07 11:34:36',0,0,'','20131007111','2013-10-07','2013-10-07','20131007-111','12:33',1,'DR MENSAH',NULL,'','20131007-476',NULL),(1123,401,3,531,'2013-10-07 11:37:33',0,0,'','20131007112','2013-10-07','2013-10-07','20131007-112','12:35',1,'DR MENSAH',NULL,'','20131007-477',NULL),(1124,402,3,531,'2013-10-07 11:40:51',0,0,'','20131007113','2013-10-07','2013-10-07','20131007-113','12:38',1,'DR TAKYI',NULL,'','20131007-478',NULL),(1126,402,4,531,'2013-10-07 11:40:52',0,0,'','20131007113','2013-10-07','2013-10-07','20131007-113','12:39',1,'DR TAKYI',NULL,'','20131007-478',NULL),(1129,402,5,531,'2013-10-07 11:40:52',0,0,'','20131007113','2013-10-07','2013-10-07','20131007-113','12:39',1,'DR TAKYI',NULL,'','20131007-478',NULL),(1133,402,2,531,'2013-10-07 11:40:52',0,0,'','20131007113','2013-10-07','2013-10-07','20131007-113','12:40',1,'DR TAKYI',NULL,'','20131007-478',NULL),(1134,403,3,531,'2013-10-07 11:45:20',0,0,'','20131007114','2013-10-07','2013-10-07','20131007-114','12:42',1,'DR OFORI',NULL,'','20131007-479',NULL),(1136,403,24,531,'2013-10-07 11:45:20',0,0,'','20131007114','2013-10-07','2013-10-07','20131007-114','12:44',1,'DR OFORI',NULL,'','20131007-479',NULL),(1137,404,28,531,'2013-10-07 12:08:17',0,0,'','20131007115','2013-10-07','2013-10-07','20131007-115','12:49',1,'',NULL,'','20131007-480',NULL),(1138,405,3,531,'2013-10-07 12:11:46',1,0,'','20131007116','2013-10-07','2013-10-07','20131007-116','13:09',1,'DR VORTIA',NULL,'','20131007-481',NULL),(1140,405,5,531,'2013-10-07 12:11:47',1,0,'','20131007116','2013-10-07','2013-10-07','20131007-116','13:10',1,'DR VORTIA',NULL,'','20131007-481',NULL),(1141,406,3,531,'2013-10-07 12:25:27',0,0,'','20131007117','2013-10-07','2013-10-07','20131007-117','13:24',1,'DR MENSAH',NULL,'','20131007-482',NULL),(1142,407,4,531,'2013-10-07 13:08:39',1,0,'','20131007119','2013-10-07','2013-10-07','20131007-119','14:07',1,'',NULL,'','20131007-484',NULL),(1143,408,3,531,'2013-10-07 13:19:03',0,0,'','20131007120','2013-10-07','2013-10-07','20131007-120','14:16',1,'DR MENSAH',NULL,'','20131007-485',NULL),(1145,408,2,531,'2013-10-07 13:19:03',1,0,'','20131007120','2013-10-07','2013-10-07','20131007-120','14:18',1,'DR MENSAH',NULL,'','20131007-485',NULL),(1146,409,3,531,'2013-10-07 13:30:50',0,0,'','20131007121','2013-10-07','2013-10-07','20131007-121','14:28',1,'DR OFORI',NULL,'','20131007-486',NULL),(1147,410,3,531,'2013-10-07 13:36:58',0,0,'','20131007122','2013-10-07','2013-10-07','20131007-122','14:35',1,'DR MENSAH',NULL,'','20131007-487',NULL),(1149,410,1,531,'2013-10-07 13:36:59',0,0,'','20131007122','2013-10-07','2013-10-07','20131007-122','14:36',1,'DR MENSAH',NULL,'','20131007-487',NULL),(1150,410,24,531,'2013-10-07 13:38:56',0,0,'','20131007123','2013-10-07','2013-10-07','20131007-123','14:37',1,'',NULL,'','20131007-488',NULL),(1152,410,26,531,'2013-10-07 13:38:56',0,0,'','20131007123','2013-10-07','2013-10-07','20131007-123','14:38',1,'',NULL,'','20131007-488',NULL),(1153,411,3,531,'2013-10-07 13:49:53',0,0,'','20131007124','2013-10-07','2013-10-07','20131007-124','14:47',1,'',NULL,'','20131007-489',NULL),(1154,399,1,531,'2013-10-07 13:58:00',0,0,'','20131007110','2013-10-07','2013-10-07','20131007-126','14:57',1,'',NULL,'','20131007-491',NULL),(1155,412,3,531,'2013-10-07 14:13:42',0,0,'','20131007127','2013-10-07','2013-10-07','20131007-127','15:10',1,'DR VORTIA',NULL,'','20131007-492',NULL),(1157,412,4,531,'2013-10-07 14:13:42',1,0,'','20131007127','2013-10-07','2013-10-07','20131007-127','15:12',1,'DR VORTIA',NULL,'','20131007-492',NULL),(1160,412,25,531,'2013-10-07 14:13:42',0,0,'','20131007127','2013-10-07','2013-10-07','20131007-127','15:13',1,'DR VORTIA',NULL,'','20131007-492',NULL),(1161,413,3,531,'2013-10-07 14:15:54',0,0,'','20131007128','2013-10-07','2013-10-07','20131007-128','15:14',1,'DR VORTIA',NULL,'','20131007-493',NULL),(1162,414,3,531,'2013-10-07 14:19:19',0,0,'','20131007129','2013-10-07','2013-10-07','20131007-129','15:18',1,'DR MENSAH',NULL,'','20131007-494',NULL),(1163,415,4,531,'2013-10-07 14:52:36',1,0,'','20131007130','2013-10-07','2013-10-07','20131007-130','15:51',1,'',NULL,'','20131007-495',NULL),(1164,416,3,531,'2013-10-07 15:14:27',0,0,'','20131007131','2013-10-07','2013-10-07','20131007-131','16:12',1,'DR OFORI',NULL,'','20131007-496',NULL),(1165,417,3,531,'2013-10-07 15:21:02',0,0,'','20131007132','2013-10-07','2013-10-07','20131007-132','16:20',1,'DR SALLAR',NULL,'','20131007-497',NULL),(1166,419,1,531,'2013-10-07 15:37:34',0,0,'','20131007134','2013-10-07','2013-10-07','20131007-134','16:34',1,'DR OFORI',NULL,'','20131007-499',NULL),(1168,419,3,531,'2013-10-07 15:37:34',0,0,'','20131007134','2013-10-07','2013-10-07','20131007-134','16:36',1,'DR OFORI',NULL,'','20131007-499',NULL),(1171,419,4,531,'2013-10-07 15:37:34',1,0,'','20131007134','2013-10-07','2013-10-07','20131007-134','16:37',1,'DR OFORI',NULL,'','20131007-499',NULL),(1172,420,3,531,'2013-10-07 16:09:31',0,0,'','20131007135','2013-10-07','2013-10-07','20131007-135','17:01',1,'DR OFORI',NULL,'','20131007-500',NULL),(1173,421,3,531,'2013-10-07 16:21:34',0,0,'','20131007136','2013-10-07','2013-10-07','20131007-136','17:19',1,'DR MENSAH',NULL,'','20131007-501',NULL),(1175,421,4,531,'2013-10-07 16:21:34',0,0,'','20131007136','2013-10-07','2013-10-07','20131007-136','17:21',1,'DR MENSAH',NULL,'','20131007-501',NULL),(1176,422,3,531,'2013-10-07 16:30:18',0,0,'',' 20131007137','2013-10-07','2013-10-07','20131007-137','17:28',1,'DR OFORI',NULL,'','20131007-502',NULL),(1177,423,3,531,'2013-10-07 16:37:49',0,0,'','20131007138','2013-10-07','2013-10-07','20131007-138','17:35',1,'DR OFORI',NULL,'','20131007-503',NULL),(1178,424,1,531,'2013-10-07 16:42:33',0,0,'','20131007139','2013-10-07','2013-10-07','20131007-139','17:39',1,'DR OFORI',NULL,'','20131007-504',NULL),(1179,425,3,531,'2013-10-07 17:00:10',0,0,'',' 20131007140','2013-10-07','2013-10-07','20131007-141','17:53',1,'DR MENSAH',NULL,'','20131007-506',NULL),(1181,425,4,531,'2013-10-07 17:00:10',0,0,'',' 20131007140','2013-10-07','2013-10-07','20131007-141','17:55',1,'DR MENSAH',NULL,'','20131007-506',NULL),(1184,425,1,531,'2013-10-07 17:00:11',1,0,'',' 20131007140','2013-10-07','2013-10-07','20131007-141','17:59',1,'DR MENSAH',NULL,'','20131007-506',NULL),(1185,426,3,531,'2013-10-07 17:04:36',1,0,'','20131007141','2013-10-07','2013-10-07','20131007-142','18:03',1,'DR VORTIA',NULL,'','20131007-507',NULL),(1186,427,3,531,'2013-10-07 17:55:07',1,0,'','20131007142','2013-10-07','2013-10-07','20131007-143','18:05',1,'DR VORTIA',NULL,'','20131007-508',NULL),(1187,428,1,531,'2013-10-07 18:12:09',1,0,'','20131007143','2013-10-07','2013-10-07','20131007-144','19:10',1,'DR OFORI',NULL,'','20131007-509',NULL),(1188,429,3,531,'2013-10-07 18:16:12',0,0,'',' 20131007144','2013-10-07','2013-10-07','20131007-145','19:14',1,'DR OFORI',NULL,'','20131007-510',NULL),(1190,429,1,531,'2013-10-07 18:16:12',1,0,'',' 20131007144','2013-10-07','2013-10-07','20131007-145','19:15',1,'DR OFORI',NULL,'','20131007-510',NULL),(1191,430,3,531,'2013-10-07 18:19:20',0,0,'','20131007145','2013-10-07','2013-10-07','20131007-146','19:17',1,'DR MENSAH',NULL,'','20131007-511',NULL),(1192,431,3,531,'2013-10-07 18:27:14',0,0,'','20131007146','2013-10-07','2013-10-07','20131007-147','19:21',1,'DR TAKYI',NULL,'','20131007-512',NULL),(1194,431,4,531,'2013-10-07 18:27:14',1,0,'','20131007146','2013-10-07','2013-10-07','20131007-147','19:26',1,'DR TAKYI',NULL,'','20131007-512',NULL),(1195,432,4,531,'2013-10-07 18:30:26',0,0,'','20131007147','2013-10-07','2013-10-07','20131007-148','19:29',1,'DR OFORI',NULL,'','20131007-513',NULL),(1196,433,3,531,'2013-10-07 18:35:10',0,0,'','20131007148','2013-10-07','2013-10-07','20131007-149','19:33',1,'DR OFORI',NULL,'','20131007-514',NULL),(1197,434,4,531,'2013-10-07 18:38:31',0,0,'','20131007149','2013-10-07','2013-10-07','20131007-150','19:36',1,'DR OFORI',NULL,'','20131007-515',NULL),(1198,435,3,531,'2013-10-07 18:41:26',0,0,'','20131007150','2013-10-07','2013-10-07','20131007-151','19:39',1,'DR OFORI',NULL,'','20131007-516',NULL),(1199,436,1,531,'2013-10-07 18:44:46',0,0,'','20131007151','2013-10-07','2013-10-07','20131007-152','19:42',1,'DR OFORI',NULL,'','20131007-517',NULL),(1200,437,3,531,'2013-10-07 18:54:29',0,0,'','20131007152','2013-10-07','2013-10-07','20131007-153','19:50',1,'DR OFORI',NULL,'','20131007-518',NULL),(1202,437,4,531,'2013-10-07 18:54:29',0,0,'','20131007152','2013-10-07','2013-10-07','20131007-153','19:53',1,'DR OFORI',NULL,'','20131007-518',NULL),(1205,437,1,531,'2013-10-07 18:54:29',0,0,'','20131007152','2013-10-07','2013-10-07','20131007-153','19:54',1,'DR OFORI',NULL,'','20131007-518',NULL),(1206,438,3,531,'2013-10-07 18:58:34',0,0,'',' 20131007153','2013-10-07','2013-10-07','20131007-154','19:56',1,'DR TAKYI',NULL,'','20131007-519',NULL),(1208,438,4,531,'2013-10-07 18:58:34',1,0,'',' 20131007153','2013-10-07','2013-10-07','20131007-154','19:58',1,'DR TAKYI',NULL,'','20131007-519',NULL),(1209,439,3,531,'2013-10-07 19:07:25',0,0,'',' 20131007154','2013-10-07','2013-10-07','20131007-155','20:05',1,'DR OFORI',NULL,'','20131007-520',NULL),(1211,439,4,531,'2013-10-07 19:07:25',1,0,'',' 20131007154','2013-10-07','2013-10-07','20131007-155','20:07',1,'DR OFORI',NULL,'','20131007-520',NULL),(1212,440,3,531,'2013-10-07 19:15:47',0,0,'','20131007155','2013-10-07','2013-10-07','20131007-156','20:13',1,'DR OFORI',NULL,'','20131007-521',NULL),(1213,441,4,531,'2013-10-07 19:18:22',0,0,'','20131007156','2013-10-07','2013-10-07','20131007-157','20:16',1,'DR TAKYI',NULL,'','20131007-522',NULL),(1214,386,3,531,'2013-10-07 19:21:32',0,0,'','20131007157','2013-10-07','2013-10-07','20131007-158','20:18',1,'DR TAKYI',NULL,'','20131007-523',NULL),(1216,386,5,531,'2013-10-07 19:21:32',0,0,'','20131007157','2013-10-07','2013-10-07','20131007-158','20:20',1,'DR TAKYI',NULL,'','20131007-523',NULL),(1219,386,1,531,'2013-10-07 19:21:33',0,0,'','20131007157','2013-10-07','2013-10-07','20131007-158','20:20',1,'DR TAKYI',NULL,'','20131007-523',NULL),(1220,442,4,531,'2013-10-07 19:23:38',0,0,'','20131007158','2013-10-07','2013-10-07','20131007-159','20:22',1,'DR OFORI',NULL,'','20131007-524',NULL),(1221,443,4,531,'2013-10-07 19:26:41',0,0,'','20131007159','2013-10-07','2013-10-07','20131007-160','20:24',1,'DR ADOTEY',NULL,'','20131007-525',NULL),(1223,443,5,531,'2013-10-07 19:26:42',0,0,'','20131007159','2013-10-07','2013-10-07','20131007-160','20:26',1,'DR ADOTEY',NULL,'','20131007-525',NULL),(1224,444,3,531,'2013-10-07 19:39:00',0,0,'','20131007161','2013-10-07','2013-10-07','20131007-161','20:35',1,'DR OFORI',NULL,'','20131007-526',NULL),(1225,445,3,530,'2013-10-07 19:43:39',0,0,'','20131007162 ','2013-10-07','2013-10-07','20131007-162','20:41',1,'DR MENSAH',NULL,'','20131007-527',NULL),(1227,445,1,530,'2013-10-07 19:43:40',0,0,'','20131007162 ','2013-10-07','2013-10-07','20131007-162','20:43',1,'DR MENSAH',NULL,'','20131007-527',NULL),(1228,446,3,530,'2013-10-07 19:56:48',1,0,'','20131007163','2013-10-07','2013-10-07','20131007-163','20:55',1,'DR OFORI',NULL,'','20131007-528',NULL),(1229,447,3,530,'2013-10-07 20:21:14',1,0,'','20131007164 ','2013-10-07','2013-10-07','20131007-164','21:18',1,'DR MENSAH',NULL,'','20131007-529',NULL),(1230,448,3,530,'2013-10-07 21:12:58',1,0,'','20131007165','2013-10-07','2013-10-07','20131007-165','22:11',1,'DR DANIELS',NULL,'','20131007-530',NULL),(1231,449,3,530,'2013-10-07 21:28:32',1,0,'',' 20131007166 ','2013-10-07','2013-10-07','20131007-166','22:27',1,'DR DANIELS',NULL,'','20131007-531',NULL),(1232,450,3,530,'2013-10-07 21:36:43',1,0,'','20131007167','2013-10-07','2013-10-07','20131007-167','22:34',1,'DR KORANKYE',NULL,'','20131007-532',NULL),(1233,451,3,530,'2013-10-07 21:43:11',1,0,'','0131007168','2013-10-07','2013-10-07','20131007-168','22:40',1,'DR AMOAH',NULL,'','20131007-533',NULL),(1235,451,1,530,'2013-10-07 21:43:11',1,0,'','0131007168','2013-10-07','2013-10-07','20131007-168','22:42',1,'DR AMOAH',NULL,'','20131007-533',NULL),(1236,452,3,530,'2013-10-07 22:20:50',1,0,'','20131007169','2013-10-07','2013-10-07','20131007-169','23:19',1,'DR DANIELS',NULL,'','20131007-534',NULL),(1238,452,4,530,'2013-10-07 22:20:50',1,0,'','','2013-10-07','2013-10-07','20131007-169','23:20',1,'DR DANIELS',NULL,'','20131007-534',NULL),(1239,457,3,530,'2013-10-08 01:55:20',0,0,'',' 201310086','2013-10-08','2013-10-08','20131008-6','02:53',1,'DR TAKYI',NULL,'','20131008-540',NULL),(1241,457,2,530,'2013-10-08 01:55:20',0,0,'',' 201310086','2013-10-08','2013-10-08','20131008-6','02:55',1,'DR TAKYI',NULL,'','20131008-540',NULL),(1242,458,3,530,'2013-10-08 01:58:08',0,0,'',' 201310087','2013-10-08','2013-10-08','20131008-7','02:56',1,'DR OFORI',NULL,'','20131008-541',NULL),(1244,458,4,530,'2013-10-08 01:58:08',1,0,'',' 201310087','2013-10-08','2013-10-08','20131008-7','02:57',1,'DR OFORI',NULL,'','20131008-541',NULL),(1245,459,3,530,'2013-10-08 02:01:15',0,0,'','201310088','2013-10-08','2013-10-08','20131008-8','02:59',1,'DR OFORI',NULL,'','20131008-542',NULL),(1247,459,1,530,'2013-10-08 02:01:15',1,0,'','201310088','2013-10-08','2013-10-08','20131008-8','03:00',1,'DR OFORI',NULL,'','20131008-542',NULL),(1250,459,4,530,'2013-10-08 02:01:15',1,0,'','201310088','2013-10-08','2013-10-08','20131008-8','03:01',1,'DR OFORI',NULL,'','20131008-542',NULL),(1251,460,3,530,'2013-10-08 02:06:54',0,0,'','2013100810','2013-10-08','2013-10-08','20131008-10','03:05',1,'DR DOW',NULL,'','20131008-544',NULL),(1253,460,1,530,'2013-10-08 02:06:54',0,0,'','2013100810','2013-10-08','2013-10-08','20131008-10','03:06',1,'DR DOW',NULL,'','20131008-544',NULL),(1254,461,3,530,'2013-10-08 02:11:09',0,0,'','','2013-10-08','2013-10-08','20131008-11','03:08',1,'DR MENSAH',NULL,'','20131008-545',NULL),(1256,461,5,530,'2013-10-08 02:11:09',0,0,'','2013100810','2013-10-08','2013-10-08','20131008-11','03:10',1,'DR MENSAH',NULL,'','20131008-545',NULL),(1257,462,3,530,'2013-10-08 04:36:28',0,0,'','2013100812 ','2013-10-08','2013-10-08','20131008-12','05:33',1,'DR VORTIA',NULL,'','20131008-546',NULL),(1259,462,1,530,'2013-10-08 04:36:28',0,0,'','2013100812 ','2013-10-08','2013-10-08','20131008-12','05:35',1,'DR VORTIA',NULL,'','20131008-546',NULL),(1262,462,4,530,'2013-10-08 04:36:28',0,0,'','2013100812 ','2013-10-08','2013-10-08','20131008-12','05:36',1,'DR VORTIA',NULL,'','20131008-546',NULL),(1263,463,3,530,'2013-10-08 04:38:37',0,0,'',' 2013100813','2013-10-08','2013-10-08','20131008-13','05:37',1,'DR OFORI',NULL,'','20131008-547',NULL),(1264,464,3,530,'2013-10-08 04:42:22',0,0,'','2013100815 ','2013-10-08','2013-10-08','20131008-15','05:40',1,'',NULL,'','20131008-549',NULL),(1265,465,3,530,'2013-10-08 04:45:05',0,0,'','2013100816','2013-10-08','2013-10-08','20131008-16','05:43',1,'',NULL,'','20131008-550',NULL),(1266,466,3,530,'2013-10-08 04:47:57',0,0,'',' 2013100817','2013-10-08','2013-10-08','20131008-17','05:46',1,'DR MENSAH',NULL,'','20131008-551',NULL),(1268,466,5,530,'2013-10-08 04:47:58',0,0,'',' 2013100817','2013-10-08','2013-10-08','20131008-17','05:47',1,'DR MENSAH',NULL,'','20131008-551',NULL),(1269,467,1,530,'2013-10-08 04:50:20',0,0,'','2013100818','2013-10-08','2013-10-08','20131008-18','05:48',1,'',NULL,'','20131008-552',NULL),(1270,468,3,530,'2013-10-08 04:52:50',0,0,'','2013100819','2013-10-08','2013-10-08','20131008-19','05:51',1,'',NULL,'','20131008-553',NULL),(1271,469,3,530,'2013-10-08 04:55:06',0,0,'','2013100820 ','2013-10-08','2013-10-08','20131008-20','05:53',1,'',NULL,'','20131008-554',NULL),(1272,470,3,530,'2013-10-08 05:00:16',0,0,'','2013100821','2013-10-08','2013-10-08','20131008-21','05:56',1,'DR VORTIA',NULL,'','20131008-555',NULL),(1274,470,1,530,'2013-10-08 05:00:16',0,0,'','2013100821','2013-10-08','2013-10-08','20131008-21','05:59',1,'DR VORTIA',NULL,'','20131008-555',NULL),(1275,471,3,530,'2013-10-08 05:02:15',0,0,'','2013100822','2013-10-08','2013-10-08','20131008-22','06:01',1,'DR DOW',NULL,'','20131008-556',NULL),(1276,472,3,530,'2013-10-08 05:09:54',0,0,'','2013100823','2013-10-08','2013-10-08','20131008-23','06:07',1,'',NULL,'','20131008-557',NULL),(1278,472,4,530,'2013-10-08 05:09:54',0,0,'','2013100823','2013-10-08','2013-10-08','20131008-23','06:09',1,'',NULL,'','20131008-557',NULL),(1281,472,5,530,'2013-10-08 05:09:54',0,0,'','2013100823','2013-10-08','2013-10-08','20131008-23','06:09',1,'',NULL,'','20131008-557',NULL),(1282,473,4,530,'2013-10-08 05:12:24',0,0,'','2013100824','2013-10-08','2013-10-08','20131008-24','06:11',1,'DR SALLAR',NULL,'','20131008-558',NULL),(1283,474,3,530,'2013-10-08 05:14:20',0,0,'','','2013-10-08','2013-10-08','20131008-25','06:13',1,'DR MENSAH',NULL,'','20131008-559',NULL),(1285,474,4,530,'2013-10-08 05:14:20',0,0,'','2013100824','2013-10-08','2013-10-08','20131008-25','06:14',1,'DR MENSAH',NULL,'','20131008-559',NULL),(1286,475,3,530,'2013-10-08 05:16:42',0,0,'',' 2013100826','2013-10-08','2013-10-08','20131008-26','06:15',1,'',NULL,'','20131008-560',NULL),(1287,476,3,530,'2013-10-08 05:19:55',0,0,'','2013100827','2013-10-08','2013-10-08','20131008-27','06:18',1,'DR SALLAR',NULL,'','20131008-561',NULL),(1289,476,4,530,'2013-10-08 05:19:56',0,0,'','2013100827','2013-10-08','2013-10-08','20131008-27','06:19',1,'DR SALLAR',NULL,'','20131008-561',NULL),(1292,476,1,530,'2013-10-08 05:19:56',0,0,'','2013100827','2013-10-08','2013-10-08','20131008-27','06:19',1,'DR SALLAR',NULL,'','20131008-561',NULL),(1293,477,5,530,'2013-10-08 05:22:40',0,0,'','2013100828','2013-10-08','2013-10-08','20131008-28','06:21',1,'DR MENSAH',NULL,'','20131008-562',NULL),(1294,478,1,530,'2013-10-08 05:25:43',0,0,'','2013100829','2013-10-08','2013-10-08','20131008-29','06:24',1,'DR SALLAR',NULL,'','20131008-563',NULL),(1296,478,10,530,'2013-10-08 05:25:43',0,0,'','2013100829','2013-10-08','2013-10-08','20131008-29','06:25',1,'DR SALLAR',NULL,'','20131008-563',NULL),(1297,479,3,530,'2013-10-08 05:29:11',0,0,'','2013100830','2013-10-08','2013-10-08','20131008-30','06:27',1,'',NULL,'','20131008-564',NULL),(1298,480,3,530,'2013-10-08 05:31:47',0,0,'','2013100831','2013-10-08','2013-10-08','20131008-31','06:31',1,'DR FUMMY',NULL,'','20131008-565',NULL),(1299,481,3,530,'2013-10-08 05:35:01',0,0,'','2013100832','2013-10-08','2013-10-08','20131008-32','06:33',1,'',NULL,'','20131008-566',NULL),(1301,481,4,530,'2013-10-08 05:35:01',0,0,'','2013100832','2013-10-08','2013-10-08','20131008-32','06:34',1,'',NULL,'','20131008-566',NULL),(1302,482,3,530,'2013-10-08 05:38:46',0,0,'','2013100833','2013-10-08','2013-10-08','20131008-33','06:36',1,'',NULL,'','20131008-567',NULL),(1304,482,1,530,'2013-10-08 05:38:46',0,0,'','2013100833','2013-10-08','2013-10-08','20131008-33','06:37',1,'',NULL,'','20131008-567',NULL),(1307,482,4,530,'2013-10-08 05:38:46',0,0,'','2013100833','2013-10-08','2013-10-08','20131008-33','06:38',1,'',NULL,'','20131008-567',NULL),(1308,483,3,530,'2013-10-08 05:42:41',0,0,'','2013100834 ','2013-10-08','2013-10-08','20131008-34','06:40',1,'',NULL,'','20131008-568',NULL),(1310,483,4,530,'2013-10-08 05:42:41',0,0,'','2013100834 ','2013-10-08','2013-10-08','20131008-34','06:41',1,'',NULL,'','20131008-568',NULL),(1313,483,1,530,'2013-10-08 05:42:41',0,0,'','2013100834 ','2013-10-08','2013-10-08','20131008-34','06:42',1,'',NULL,'','20131008-568',NULL),(1314,484,3,530,'2013-10-08 05:48:00',0,0,'','2013100838','2013-10-08','2013-10-08','20131008-38','06:46',1,'DR SALLAR',NULL,'','20131008-572',NULL),(1316,484,4,530,'2013-10-08 05:48:00',0,0,'','2013100838','2013-10-08','2013-10-08','20131008-38','06:47',1,'DR SALLAR',NULL,'','20131008-572',NULL),(1317,486,3,530,'2013-10-08 05:50:38',0,0,'','2013100839','2013-10-08','2013-10-08','20131008-39','06:49',1,'DR SALLAR',NULL,'','20131008-573',NULL),(1319,486,4,530,'2013-10-08 05:50:38',0,0,'','2013100839','2013-10-08','2013-10-08','20131008-39','06:50',1,'DR SALLAR',NULL,'','20131008-573',NULL),(1320,487,4,530,'2013-10-08 05:53:01',0,0,'','2013100840','2013-10-08','2013-10-08','20131008-40','06:51',1,'',NULL,'','20131008-574',NULL),(1321,488,1,530,'2013-10-08 05:54:57',0,0,'','2013100841','2013-10-08','2013-10-08','20131008-41','06:54',1,'DR SALLAR',NULL,'','20131008-575',NULL),(1322,489,3,530,'2013-10-08 05:56:55',0,0,'',' 2013100842','2013-10-08','2013-10-08','20131008-42','06:55',1,'',NULL,'','20131008-576',NULL),(1323,490,4,530,'2013-10-08 05:58:58',0,0,'','2013100843 ','2013-10-08','2013-10-08','20131008-43','06:57',1,'DR MENSAH',NULL,'','20131008-577',NULL),(1324,491,3,530,'2013-10-08 06:01:44',0,0,'','2013100844 ','2013-10-08','2013-10-08','20131008-44','06:59',1,'DR OFORI',NULL,'','20131008-578',NULL),(1326,491,4,530,'2013-10-08 06:01:44',0,0,'','2013100844 ','2013-10-08','2013-10-08','20131008-44','07:01',1,'DR OFORI',NULL,'','20131008-578',NULL),(1329,491,5,530,'2013-10-08 06:01:45',0,0,'','2013100844 ','2013-10-08','2013-10-08','20131008-44','07:01',1,'DR OFORI',NULL,'','20131008-578',NULL),(1330,493,3,530,'2013-10-08 06:07:40',0,0,'',' 2013100846 ','2013-10-08','2013-10-08','20131008-46','07:05',1,'DR AMOAH',NULL,'','20131008-580',NULL),(1332,493,4,530,'2013-10-08 06:07:40',0,0,'',' 2013100846 ','2013-10-08','2013-10-08','20131008-46','07:07',1,'DR AMOAH',NULL,'','20131008-580',NULL),(1335,493,2,530,'2013-10-08 06:07:41',0,0,'',' 2013100846 ','2013-10-08','2013-10-08','20131008-46','07:07',1,'DR AMOAH',NULL,'','20131008-580',NULL),(1336,494,3,530,'2013-10-08 06:15:16',0,0,'','2013100847','2013-10-08','2013-10-08','20131008-47','07:14',1,'DR OFORI',NULL,'','20131008-581',NULL),(1337,495,3,530,'2013-10-08 06:17:58',0,0,'','2013100848','2013-10-08','2013-10-08','20131008-48','07:16',1,'',NULL,'','20131008-582',NULL),(1339,495,4,530,'2013-10-08 06:17:58',0,0,'','','2013-10-08','2013-10-08','20131008-48','07:17',1,'',NULL,'','20131008-582',NULL),(1340,496,3,530,'2013-10-08 06:21:24',0,0,'',' 2013100849 ','2013-10-08','2013-10-08','20131008-49','07:19',1,'',NULL,'','20131008-583',NULL),(1342,496,4,530,'2013-10-08 06:21:24',1,0,'',' 2013100849 ','2013-10-08','2013-10-08','20131008-49','07:20',1,'',NULL,'','20131008-583',NULL),(1345,496,1,530,'2013-10-08 06:21:24',1,0,'',' 2013100849 ','2013-10-08','2013-10-08','20131008-49','07:21',1,'',NULL,'','20131008-583',NULL),(1346,497,3,530,'2013-10-08 06:34:18',0,0,'','2013100850','2013-10-08','2013-10-08','20131008-50','07:33',1,'DR OFORI',NULL,'','20131008-584',NULL),(1347,498,3,530,'2013-10-08 06:39:55',0,0,'','2013100851','2013-10-08','2013-10-08','20131008-51','07:36',1,'DR OFORI',NULL,'','20131008-585',NULL),(1349,498,4,530,'2013-10-08 06:39:55',0,0,'','2013100851','2013-10-08','2013-10-08','20131008-51','07:38',1,'DR OFORI',NULL,'','20131008-585',NULL),(1352,498,1,530,'2013-10-08 06:39:56',0,0,'','2013100851','2013-10-08','2013-10-08','20131008-51','07:38',1,'DR OFORI',NULL,'','20131008-585',NULL),(1353,499,3,530,'2013-10-08 06:42:09',0,0,'','2013100852','2013-10-08','2013-10-08','20131008-52','07:41',1,'DR SALLAR',NULL,'','20131008-586',NULL),(1354,500,4,530,'2013-10-08 06:45:07',0,0,'','2013100853','2013-10-08','2013-10-08','20131008-53','07:43',1,'DR OSUNANU',NULL,'','20131008-587',NULL),(1355,501,3,530,'2013-10-08 06:49:29',0,0,'','2013100854','2013-10-08','2013-10-08','20131008-54','07:48',1,'DR SALLAR',NULL,'','20131008-588',NULL),(1357,501,4,530,'2013-10-08 06:49:30',0,0,'','2013100854','2013-10-08','2013-10-08','20131008-54','07:49',1,'DR SALLAR',NULL,'','20131008-588',NULL),(1358,502,3,530,'2013-10-08 06:52:05',0,0,'','2013100855','2013-10-08','2013-10-08','20131008-55','07:50',1,'DR SALLAR',NULL,'','20131008-589',NULL),(1360,502,4,530,'2013-10-08 06:52:05',0,0,'','2013100855','2013-10-08','2013-10-08','20131008-55','07:51',1,'DR SALLAR',NULL,'','20131008-589',NULL),(1361,503,3,530,'2013-10-08 06:55:34',0,0,'','2013100856 ','2013-10-08','2013-10-08','20131008-56','07:53',1,'DR MYLES',NULL,'','20131008-590',NULL),(1363,503,10,530,'2013-10-08 06:55:37',0,0,'','2013100856 ','2013-10-08','2013-10-08','20131008-56','07:54',1,'DR MYLES',NULL,'','20131008-590',NULL),(1366,503,1,530,'2013-10-08 06:55:37',0,0,'','','2013-10-08','2013-10-08','20131008-56','07:55',1,'DR MYLES',NULL,'','20131008-590',NULL),(1367,504,4,530,'2013-10-08 07:03:23',0,0,'','2013100857','2013-10-08','2013-10-08','20131008-57','08:02',1,'DR SALLAR',NULL,'','20131008-591',NULL),(1368,505,3,530,'2013-10-08 07:08:21',0,0,'',' 2013100858','2013-10-08','2013-10-08','20131008-58','08:06',1,'DR DANIELS',NULL,'','20131008-592',NULL),(1370,505,1,530,'2013-10-08 07:08:21',1,0,'',' 2013100858','2013-10-08','2013-10-08','20131008-58','08:07',1,'DR DANIELS',NULL,'','20131008-592',NULL),(1371,506,3,531,'2013-10-08 07:18:41',0,0,'',' 2013100859','2013-10-08','2013-10-08','20131008-59','08:16',1,'DR VORTIA',NULL,'','20131008-593',NULL),(1373,506,2,531,'2013-10-08 07:18:42',0,0,'',' 2013100859','2013-10-08','2013-10-08','20131008-59','08:18',1,'DR VORTIA',NULL,'','20131008-593',NULL),(1374,507,3,531,'2013-10-08 07:44:10',0,0,'','2013100860','2013-10-08','2013-10-08','20131008-60','08:40',1,'DR AMOAH',NULL,'','20131008-594',NULL),(1376,507,4,531,'2013-10-08 07:44:10',0,0,'','2013100860','2013-10-08','2013-10-08','20131008-60','08:41',1,'DR AMOAH',NULL,'','20131008-594',NULL),(1379,507,1,531,'2013-10-08 07:44:10',0,0,'','2013100860','2013-10-08','2013-10-08','20131008-60','08:41',1,'DR AMOAH',NULL,'','20131008-594',NULL),(1383,507,3,531,'2013-10-08 07:44:10',0,0,'','2013100860','2013-10-08','2013-10-08','20131008-60','08:42',1,'DR AMOAH',NULL,'','20131008-594',NULL),(1384,508,2,531,'2013-10-08 07:51:12',0,0,'','2013100861','2013-10-08','2013-10-08','20131008-61','08:49',1,'DR AMABLE',NULL,'','20131008-595',NULL),(1386,508,4,531,'2013-10-08 07:51:12',0,0,'','2013100861','2013-10-08','2013-10-08','20131008-61','08:51',1,'DR AMABLE',NULL,'','20131008-595',NULL),(1387,509,3,531,'2013-10-08 07:54:59',0,0,'','2013100862','2013-10-08','2013-10-08','20131008-62','08:52',1,'DR OFORI ANTI',NULL,'','20131008-596',NULL),(1389,509,2,531,'2013-10-08 07:55:00',1,0,'','2013100862','2013-10-08','2013-10-08','20131008-62','08:53',1,'DR OFORI ANTI',NULL,'','20131008-596',NULL),(1392,509,4,531,'2013-10-08 07:55:00',0,0,'','2013100862','2013-10-08','2013-10-08','20131008-62','08:54',1,'DR OFORI ANTI',NULL,'','20131008-596',NULL),(1393,510,3,531,'2013-10-08 08:48:57',0,0,'','2013100863','2013-10-08','2013-10-08','20131008-63','08:56',1,'DR VORTIA',NULL,'','20131008-597',NULL),(1395,510,2,531,'2013-10-08 08:48:57',0,0,'','2013100863','2013-10-08','2013-10-08','20131008-63','08:57',1,'DR VORTIA',NULL,'','20131008-597',NULL),(1398,510,3,531,'2013-10-08 08:48:58',0,0,'','2013100863','2013-10-08','2013-10-08','20131008-63','08:58',1,'DR VORTIA',NULL,'','20131008-597',NULL),(1399,511,3,531,'2013-10-08 08:53:12',0,0,'','2013100864 ','2013-10-08','2013-10-08','20131008-64','09:50',1,'DR AMABLE',NULL,'','20131008-598',NULL),(1401,511,2,531,'2013-10-08 08:53:12',0,0,'','2013100864 ','2013-10-08','2013-10-08','20131008-64','09:52',1,'DR AMABLE',NULL,'','20131008-598',NULL),(1404,511,4,531,'2013-10-08 08:53:12',0,0,'','2013100864 ','2013-10-08','2013-10-08','20131008-64','09:52',1,'DR AMABLE',NULL,'','20131008-598',NULL),(1405,512,2,531,'2013-10-08 09:14:24',0,0,'','2013100865','2013-10-08','2013-10-08','20131008-65','09:54',1,'DR OFORI ANTI',NULL,'','20131008-599',NULL),(1406,513,3,531,'2013-10-08 09:18:12',0,0,'','2013100866','2013-10-08','2013-10-08','20131008-66','10:16',1,'DR AMOAH',NULL,'','20131008-600',NULL),(1408,513,2,531,'2013-10-08 09:18:13',0,0,'','2013100866','2013-10-08','2013-10-08','20131008-66','10:17',1,'DR AMOAH',NULL,'','20131008-600',NULL),(1411,513,4,531,'2013-10-08 09:18:13',1,0,'','2013100866','2013-10-08','2013-10-08','20131008-66','10:17',1,'DR AMOAH',NULL,'','20131008-600',NULL),(1412,514,3,531,'2013-10-08 09:22:44',1,0,'','2013100867','2013-10-08','2013-10-08','20131008-67','10:19',1,'DR MENSAH',NULL,'','20131008-601',NULL),(1414,514,24,531,'2013-10-08 09:22:44',0,0,'','2013100867','2013-10-08','2013-10-08','20131008-67','10:22',1,'DR MENSAH',NULL,'','20131008-601',NULL),(1415,515,3,531,'2013-10-08 09:26:26',0,0,'','2013100868','2013-10-08','2013-10-08','20131008-68','10:24',1,'DR MENSAH',NULL,'','20131008-602',NULL),(1417,515,1,531,'2013-10-08 09:26:26',0,0,'','2013100868','2013-10-08','2013-10-08','20131008-68','10:25',1,'DR MENSAH',NULL,'','20131008-602',NULL),(1418,516,2,531,'2013-10-08 09:29:03',1,0,'','2013100869','2013-10-08','2013-10-08','20131008-69','10:27',1,'DR AMABLE',NULL,'','20131008-603',NULL),(1419,517,3,531,'2013-10-08 09:31:13',0,0,'','2013100870','2013-10-08','2013-10-08','20131008-70','10:29',1,'DR VORTIA',NULL,'','20131008-604',NULL),(1421,517,1,531,'2013-10-08 09:31:14',0,0,'','2013100870','2013-10-08','2013-10-08','20131008-70','10:30',1,'DR VORTIA',NULL,'','20131008-604',NULL),(1422,518,3,531,'2013-10-08 09:35:21',0,0,'','2013100871','2013-10-08','2013-10-08','20131008-71','10:32',1,'DR MENSAH',NULL,'','20131008-605',NULL),(1424,518,1,531,'2013-10-08 09:35:21',0,0,'','2013100871','2013-10-08','2013-10-08','20131008-71','10:34',1,'DR MENSAH',NULL,'','20131008-605',NULL),(1425,519,3,531,'2013-10-08 09:38:45',0,0,'','2013100872','2013-10-08','2013-10-08','20131008-72','10:36',1,'DR AMABLE',NULL,'','20131008-606',NULL),(1427,519,2,531,'2013-10-08 09:38:45',0,0,'','2013100872','2013-10-08','2013-10-08','20131008-72','10:38',1,'DR AMABLE',NULL,'','20131008-606',NULL),(1428,520,19,531,'2013-10-08 09:40:18',0,0,'','2013100873','2013-10-08','2013-10-08','20131008-73','10:39',1,'DR SALLAR',NULL,'','20131008-607',NULL),(1429,521,3,531,'2013-10-08 09:43:12',0,0,'','2013100874','2013-10-08','2013-10-08','20131008-74','10:41',1,'',NULL,'','20131008-608',NULL),(1430,522,2,531,'2013-10-08 10:03:35',0,0,'','2013100875','2013-10-08','2013-10-08','20131008-75','11:01',1,'PROF E D YEBOAH',NULL,'','20131008-609',NULL),(1432,522,4,531,'2013-10-08 10:03:35',0,0,'','2013100875','2013-10-08','2013-10-08','20131008-75','11:03',1,'PROF E D YEBOAH',NULL,'','20131008-609',NULL),(1433,523,3,531,'2013-10-08 10:34:34',0,0,'','2013100876','2013-10-08','2013-10-08','20131008-76','11:07',1,'DR SALLAR',NULL,'','20131008-610',NULL),(1435,523,4,531,'2013-10-08 10:34:35',0,0,'','2013100876','2013-10-08','2013-10-08','20131008-76','11:32',1,'DR SALLAR',NULL,'','20131008-610',NULL),(1438,523,2,531,'2013-10-08 10:34:35',0,0,'','2013100876','2013-10-08','2013-10-08','20131008-76','11:33',1,'DR SALLAR',NULL,'','20131008-610',NULL),(1439,524,3,531,'2013-10-08 10:43:58',0,0,'','2013100877','2013-10-08','2013-10-08','20131008-77','11:42',1,'DR MENSAH',NULL,'','20131008-611',NULL),(1441,524,4,531,'2013-10-08 10:43:58',1,0,'','2013100877','2013-10-08','2013-10-08','20131008-77','11:43',1,'DR MENSAH',NULL,'','20131008-611',NULL),(1442,525,3,531,'2013-10-08 10:49:29',0,0,'','2013100878','2013-10-08','2013-10-08','20131008-78','11:47',1,'DR SALLAR',NULL,'','20131008-612',NULL),(1444,525,4,531,'2013-10-08 10:49:29',0,0,'','2013100878','2013-10-08','2013-10-08','20131008-78','11:49',1,'DR SALLAR',NULL,'','20131008-612',NULL),(1445,526,3,531,'2013-10-08 11:10:26',0,0,'','2013100879','2013-10-08','2013-10-08','20131008-79','11:53',1,'DR VORTIA',NULL,'','20131008-613',NULL),(1447,526,1,531,'2013-10-08 11:10:26',0,0,'','2013100879','2013-10-08','2013-10-08','20131008-79','12:10',1,'DR VORTIA',NULL,'','20131008-613',NULL),(1448,527,3,531,'2013-10-08 11:15:18',0,0,'','2013100880','2013-10-08','2013-10-08','20131008-80','12:12',1,'DR MENSAH',NULL,'','20131008-614',NULL),(1450,527,4,531,'2013-10-08 11:15:18',0,0,'','2013100880','2013-10-08','2013-10-08','20131008-80','12:14',1,'DR MENSAH',NULL,'','20131008-614',NULL),(1453,527,15,531,'2013-10-08 11:15:18',0,0,'','2013100880','2013-10-08','2013-10-08','20131008-80','12:14',1,'DR MENSAH',NULL,'','20131008-614',NULL),(1454,528,3,531,'2013-10-08 11:20:37',0,0,'','2013100881','2013-10-08','2013-10-08','20131008-81','12:16',1,'DR SALLAR',NULL,'','20131008-615',NULL),(1456,528,4,531,'2013-10-08 11:20:38',0,0,'','2013100881','2013-10-08','2013-10-08','20131008-81','12:19',1,'DR SALLAR',NULL,'','20131008-615',NULL),(1459,528,2,531,'2013-10-08 11:20:38',0,0,'','2013100881','2013-10-08','2013-10-08','20131008-81','12:20',1,'DR SALLAR',NULL,'','20131008-615',NULL),(1460,529,3,531,'2013-10-08 11:23:37',0,0,'','2013100882','2013-10-08','2013-10-08','20131008-82','12:22',1,'DR FUMMY',NULL,'','20131008-616',NULL),(1461,530,3,531,'2013-10-08 12:04:45',0,0,'','2013100883','2013-10-08','2013-10-08','20131008-83','12:24',1,'DR FUMMY',NULL,'','20131008-617',NULL),(1463,530,4,531,'2013-10-08 12:04:46',0,0,'','2013100883','2013-10-08','2013-10-08','20131008-83','12:25',1,'DR FUMMY',NULL,'','20131008-617',NULL),(1466,530,2,531,'2013-10-08 12:04:46',0,0,'','2013100883','2013-10-08','2013-10-08','20131008-83','12:25',1,'DR FUMMY',NULL,'','20131008-617',NULL),(1470,530,1,531,'2013-10-08 12:04:46',0,0,'','2013100883','2013-10-08','2013-10-08','20131008-83','12:26',1,'DR FUMMY',NULL,'','20131008-617',NULL),(1471,531,4,531,'2013-10-08 12:12:12',0,0,'','2013100884','2013-10-08','2013-10-08','20131008-84','13:08',1,'',NULL,'','20131008-618',NULL),(1472,532,3,531,'2013-10-08 12:21:00',0,0,'','2013100885','2013-10-08','2013-10-08','20131008-85','13:18',1,'',NULL,'','20131008-619',NULL),(1473,533,3,531,'2013-10-08 12:28:31',0,0,'','2013100886','2013-10-08','2013-10-08','20131008-86','13:26',1,'',NULL,'','20131008-620',NULL),(1474,534,3,531,'2013-10-08 12:40:46',0,0,'','2013100887','2013-10-08','2013-10-08','20131008-87','13:30',1,'DR SALLAR',NULL,'','20131008-621',NULL),(1476,534,4,531,'2013-10-08 12:40:46',0,0,'','2013100887','2013-10-08','2013-10-08','20131008-87','13:39',1,'DR SALLAR',NULL,'','20131008-621',NULL),(1479,534,2,531,'2013-10-08 12:40:46',0,0,'','2013100887','2013-10-08','2013-10-08','20131008-87','13:40',1,'DR SALLAR',NULL,'','20131008-621',NULL),(1480,535,3,531,'2013-10-08 13:26:57',0,0,'','2013100888','2013-10-08','2013-10-08','20131008-88','14:09',1,'DR OFORI ANTI',NULL,'','20131008-622',NULL),(1482,535,1,531,'2013-10-08 13:26:57',0,0,'','2013100888','2013-10-08','2013-10-08','20131008-88','14:13',1,'DR OFORI ANTI',NULL,'','20131008-622',NULL),(1485,535,2,531,'2013-10-08 13:26:57',0,0,'','2013100888','2013-10-08','2013-10-08','20131008-88','14:26',1,'DR OFORI ANTI',NULL,'','20131008-622',NULL),(1489,535,4,531,'2013-10-08 13:26:57',0,0,'','2013100888','2013-10-08','2013-10-08','20131008-88','14:26',1,'DR OFORI ANTI',NULL,'','20131008-622',NULL),(1490,536,4,531,'2013-10-08 13:29:57',1,0,'','2013100889','2013-10-08','2013-10-08','20131008-89','14:27',1,'DR FUMMY',NULL,'','20131008-623',NULL),(1491,537,3,531,'2013-10-08 13:34:07',0,0,'','2013100890','2013-10-08','2013-10-08','20131008-90','14:32',1,'DR SALLAR',NULL,'','20131008-624',NULL),(1493,537,1,531,'2013-10-08 13:34:07',0,0,'','2013100890','2013-10-08','2013-10-08','20131008-90','14:33',1,'DR SALLAR',NULL,'','20131008-624',NULL),(1496,537,2,531,'2013-10-08 13:34:07',0,0,'','2013100890','2013-10-08','2013-10-08','20131008-90','14:33',1,'DR SALLAR',NULL,'','20131008-624',NULL),(1497,538,3,531,'2013-10-08 13:37:23',0,0,'','2013100891','2013-10-08','2013-10-08','20131008-91','14:35',1,'DR FUMMY',NULL,'','20131008-625',NULL),(1498,539,3,531,'2013-10-08 13:40:54',0,0,'','2013100892','2013-10-08','2013-10-08','20131008-92','14:39',1,'DR SALLAR',NULL,'','20131008-626',NULL),(1499,540,3,531,'2013-10-08 14:20:44',0,0,'','2013100893','2013-10-08','2013-10-08','20131008-93','14:50',1,'DR SALLAR',NULL,'','20131008-627',NULL),(1500,541,3,531,'2013-10-08 14:25:46',0,0,'','2013100894','2013-10-08','2013-10-08','20131008-94','15:22',1,'DR MENSAH',NULL,'','20131008-628',NULL),(1502,541,4,531,'2013-10-08 14:25:46',0,0,'','2013100894','2013-10-08','2013-10-08','20131008-94','15:25',1,'DR MENSAH',NULL,'','20131008-628',NULL),(1505,541,2,531,'2013-10-08 14:25:47',0,0,'','2013100894','2013-10-08','2013-10-08','20131008-94','15:25',1,'DR MENSAH',NULL,'','20131008-628',NULL),(1506,542,3,531,'2013-10-08 14:34:05',0,0,'','2013100895','2013-10-08','2013-10-08','20131008-95','15:28',1,'DR SALLAR',NULL,'','20131008-629',NULL),(1508,542,2,531,'2013-10-08 14:34:05',0,0,'','2013100895','2013-10-08','2013-10-08','20131008-95','15:33',1,'DR SALLAR',NULL,'','20131008-629',NULL),(1509,543,3,531,'2013-10-08 14:37:07',0,0,'','2013100896','2013-10-08','2013-10-08','20131008-96','15:35',1,'DR AMABLE',NULL,'','20131008-630',NULL),(1511,543,4,531,'2013-10-08 14:37:07',0,0,'','2013100896','2013-10-08','2013-10-08','20131008-96','15:36',1,'DR AMABLE',NULL,'','20131008-630',NULL),(1512,544,3,531,'2013-10-08 14:48:01',0,0,'','2013100897','2013-10-08','2013-10-08','20131008-97','15:45',1,'DR OFORI ANTI',NULL,'','20131008-631',NULL),(1514,544,10,531,'2013-10-08 14:48:02',0,0,'','2013100897','2013-10-08','2013-10-08','20131008-97','15:47',1,'DR OFORI ANTI',NULL,'','20131008-631',NULL),(1515,545,15,531,'2013-10-08 14:50:48',0,0,'','2013100898','2013-10-08','2013-10-08','20131008-98','15:49',1,'DR SALLAR',NULL,'','20131008-632',NULL),(1517,545,4,531,'2013-10-08 14:50:48',0,0,'','2013100898','2013-10-08','2013-10-08','20131008-98','15:49',1,'DR SALLAR',NULL,'','20131008-632',NULL),(1520,545,2,531,'2013-10-08 14:50:49',0,0,'','2013100898','2013-10-08','2013-10-08','20131008-98','15:50',1,'DR SALLAR',NULL,'','20131008-632',NULL),(1521,546,3,531,'2013-10-08 14:52:52',0,0,'','2013100899','2013-10-08','2013-10-08','20131008-99','15:51',1,'DR SALLAR',NULL,'','20131008-633',NULL),(1523,546,4,531,'2013-10-08 14:52:52',0,0,'','2013100899','2013-10-08','2013-10-08','20131008-99','15:52',1,'DR SALLAR',NULL,'','20131008-633',NULL),(1524,547,1,531,'2013-10-08 15:00:22',0,0,'','20131008100','2013-10-08','2013-10-08','20131008-100','15:58',1,'DR SALLAR',NULL,'','20131008-634',NULL),(1525,548,3,531,'2013-10-08 15:28:32',0,0,'','20131008101','2013-10-08','2013-10-08','20131008-101','16:24',1,'DR BOATENG',NULL,'','20131008-635',NULL),(1527,548,1,531,'2013-10-08 15:28:32',0,0,'','20131008101','2013-10-08','2013-10-08','20131008-101','16:26',1,'DR BOATENG',NULL,'','20131008-635',NULL),(1530,548,4,531,'2013-10-08 15:28:33',0,0,'','20131008101','2013-10-08','2013-10-08','20131008-101','16:27',1,'DR BOATENG',NULL,'','20131008-635',NULL),(1534,548,5,531,'2013-10-08 15:28:33',0,0,'','20131008101','2013-10-08','2013-10-08','20131008-101','16:27',1,'DR BOATENG',NULL,'','20131008-635',NULL),(1539,548,2,531,'2013-10-08 15:28:33',0,0,'','20131008101','2013-10-08','2013-10-08','20131008-101','16:28',1,'DR BOATENG',NULL,'','20131008-635',NULL),(1540,549,3,531,'2013-10-08 15:40:58',0,0,'','20131008102','2013-10-08','2013-10-08','20131008-102','16:30',1,'DR OFORI ANTI',NULL,'','20131008-636',NULL),(1542,549,4,531,'2013-10-08 15:40:58',0,0,'','20131008102','2013-10-08','2013-10-08','20131008-102','16:40',1,'DR OFORI ANTI',NULL,'','20131008-636',NULL),(1545,549,2,531,'2013-10-08 15:40:58',0,0,'','20131008102','2013-10-08','2013-10-08','20131008-102','16:40',1,'DR OFORI ANTI',NULL,'','20131008-636',NULL),(1546,550,3,531,'2013-10-08 15:47:24',1,0,'','20131008103','2013-10-08','2013-10-08','20131008-103','16:45',1,'DR FUMMY',NULL,'','20131008-637',NULL),(1547,461,5,531,'2013-10-08 15:50:03',0,0,'','20131008104','2013-10-08','2013-10-08','20131008-104','16:48',1,'DR ADOTEY',NULL,'','20131008-638',NULL),(1548,99,3,531,'2013-10-08 15:54:14',0,0,'','20131008105','2013-10-08','2013-10-08','20131008-105','16:50',1,'DR ADOTEY',NULL,'','20131008-639',NULL),(1549,551,3,531,'2013-10-08 16:09:27',0,0,'','20131008106','2013-10-08','2013-10-08','20131008-106','17:07',1,'DR OFORI ANTI',NULL,'','20131008-640',NULL),(1551,551,1,531,'2013-10-08 16:09:27',0,0,'','20131008106','2013-10-08','2013-10-08','20131008-106','17:08',1,'DR OFORI ANTI',NULL,'','20131008-640',NULL),(1554,551,2,531,'2013-10-08 16:09:27',0,0,'','20131008106','2013-10-08','2013-10-08','20131008-106','17:08',1,'DR OFORI ANTI',NULL,'','20131008-640',NULL),(1555,552,3,531,'2013-10-08 16:12:00',0,0,'','20131008107','2013-10-08','2013-10-08','20131008-107','17:10',1,'DR SALLAR',NULL,'','20131008-641',NULL),(1557,552,4,531,'2013-10-08 16:12:01',0,0,'','20131008107','2013-10-08','2013-10-08','20131008-107','17:11',1,'DR SALLAR',NULL,'','20131008-641',NULL),(1558,553,3,531,'2013-10-08 16:18:24',0,0,'','20131008108','2013-10-08','2013-10-08','20131008-108','17:13',1,'DR MENSAH',NULL,'','20131008-642',NULL),(1560,553,1,531,'2013-10-08 16:18:24',0,0,'','20131008108','2013-10-08','2013-10-08','20131008-108','17:16',1,'DR MENSAH',NULL,'','20131008-642',NULL),(1563,553,2,531,'2013-10-08 16:18:24',0,0,'','20131008108','2013-10-08','2013-10-08','20131008-108','17:17',1,'DR MENSAH',NULL,'','20131008-642',NULL),(1564,554,3,531,'2013-10-08 16:20:16',0,0,'','20131008109','2013-10-08','2013-10-08','20131008-109','17:19',1,'DR SALLAR',NULL,'','20131008-643',NULL),(1565,555,3,531,'2013-10-08 16:24:11',0,0,'','20131008110','2013-10-08','2013-10-08','20131008-110','17:21',1,'DR MENSAH',NULL,'','20131008-644',NULL),(1567,555,1,531,'2013-10-08 16:24:11',0,0,'','20131008110','2013-10-08','2013-10-08','20131008-110','17:23',1,'DR MENSAH',NULL,'','20131008-644',NULL),(1570,555,5,531,'2013-10-08 16:24:11',0,0,'','20131008110','2013-10-08','2013-10-08','20131008-110','17:23',1,'DR MENSAH',NULL,'','20131008-644',NULL),(1571,290,3,531,'2013-10-08 16:29:23',0,0,'','20131008111','2013-10-08','2013-10-08','20131008-111','17:28',1,'DR FUMMY',NULL,'','20131008-645',NULL),(1572,556,3,531,'2013-10-08 16:32:24',0,0,'','20131008112','2013-10-08','2013-10-08','20131008-112','17:30',1,'DR MENSAH',NULL,'','20131008-646',NULL),(1574,556,4,531,'2013-10-08 16:32:25',0,0,'','20131008112','2013-10-08','2013-10-08','20131008-112','17:31',1,'DR MENSAH',NULL,'','20131008-646',NULL),(1577,556,2,531,'2013-10-08 16:32:25',0,0,'','20131008112','2013-10-08','2013-10-08','20131008-112','17:32',1,'DR MENSAH',NULL,'','20131008-646',NULL),(1578,557,3,531,'2013-10-08 16:36:31',0,0,'','20131008113','2013-10-08','2013-10-08','20131008-113','17:34',1,'DR MENSAH',NULL,'','20131008-647',NULL),(1580,557,4,531,'2013-10-08 16:36:31',0,0,'','20131008113','2013-10-08','2013-10-08','20131008-113','17:35',1,'DR MENSAH',NULL,'','20131008-647',NULL),(1583,557,2,531,'2013-10-08 16:36:32',0,0,'','20131008113','2013-10-08','2013-10-08','20131008-113','17:36',1,'DR MENSAH',NULL,'','20131008-647',NULL),(1584,558,3,531,'2013-10-08 16:39:05',0,0,'','20131008114','2013-10-08','2013-10-08','20131008-114','17:37',1,'DR SALLAR',NULL,'','20131008-648',NULL),(1586,558,2,531,'2013-10-08 16:39:05',0,0,'','20131008114','2013-10-08','2013-10-08','20131008-114','17:38',1,'DR SALLAR',NULL,'','20131008-648',NULL),(1587,559,10,531,'2013-10-08 16:40:19',0,0,'','20131008115','2013-10-08','2013-10-08','20131008-115','17:39',1,'DR SALLAR',NULL,'','20131008-649',NULL),(1588,560,3,531,'2013-10-08 17:26:25',0,0,'','20131008116','2013-10-08','2013-10-08','20131008-116','17:43',1,'DR MENSAH',NULL,'','20131008-650',NULL),(1590,560,1,531,'2013-10-08 17:26:25',0,0,'','20131008116','2013-10-08','2013-10-08','20131008-116','18:26',1,'DR MENSAH',NULL,'','20131008-650',NULL),(1591,561,3,531,'2013-10-08 17:37:16',0,0,'','20131008117','2013-10-08','2013-10-08','20131008-117','18:34',1,'DR MENSAH',NULL,'','20131008-651',NULL),(1593,561,4,531,'2013-10-08 17:37:17',0,0,'','20131008117','2013-10-08','2013-10-08','20131008-117','18:36',1,'DR MENSAH',NULL,'','20131008-651',NULL),(1596,561,5,531,'2013-10-08 17:37:17',0,0,'','20131008117','2013-10-08','2013-10-08','20131008-117','18:36',1,'DR MENSAH',NULL,'','20131008-651',NULL),(1597,562,3,531,'2013-10-08 17:41:09',0,0,'','20131008118 ','2013-10-08','2013-10-08','20131008-118','18:39',1,'DR SALLAR',NULL,'','20131008-652',NULL),(1598,563,5,531,'2013-10-08 17:50:01',0,0,'','20131008119 ','2013-10-08','2013-10-08','20131008-119','18:44',1,'DR FUMMY',NULL,'','20131008-653',NULL),(1599,564,3,531,'2013-10-08 17:54:24',1,0,'','20131008120','2013-10-08','2013-10-08','20131008-120','18:52',1,'DR MENSAH',NULL,'','20131008-654',NULL),(1601,564,4,531,'2013-10-08 17:54:24',0,0,'','20131008120','2013-10-08','2013-10-08','20131008-120','18:54',1,'DR MENSAH',NULL,'','20131008-654',NULL),(1602,565,3,531,'2013-10-08 19:26:43',0,0,'','20131008121','2013-10-08','2013-10-08','20131008-121','19:01',1,'DR SALLAR',NULL,'','20131008-655',NULL),(1603,566,3,535,'2013-10-08 20:39:53',1,0,'','20131008123','2013-10-08','2013-10-08','20131008-123','21:37',1,'DR OFORI',NULL,'','20131008-657',NULL),(1604,567,3,535,'2013-10-08 21:39:08',0,0,'','20131008124 ','2013-10-08','2013-10-08','20131008-124','22:36',1,'DR SALLAR',NULL,'','20131008-658',NULL),(1606,567,5,535,'2013-10-08 21:39:08',0,0,'','','2013-10-08','2013-10-08','20131008-124','22:38',1,'DR SALLAR',NULL,'','20131008-658',NULL),(1607,568,19,535,'2013-10-08 21:41:33',1,0,'','20131008125','2013-10-08','2013-10-08','20131008-125','22:41',1,'',NULL,'','20131008-659',NULL),(1608,569,3,535,'2013-10-08 21:43:45',0,0,'','20131008126','2013-10-08','2013-10-08','20131008-126','22:42',1,'',NULL,'','20131008-660',NULL),(1610,569,4,535,'2013-10-08 21:43:45',0,0,'','','2013-10-08','2013-10-08','20131008-126','22:43',1,'',NULL,'','20131008-660',NULL),(1613,569,5,535,'2013-10-08 21:43:45',0,0,'','','2013-10-08','2013-10-08','20131008-126','22:43',1,'',NULL,'','20131008-660',NULL),(1614,570,3,535,'2013-10-08 21:48:12',0,0,'','20131008127','2013-10-08','2013-10-08','20131008-127','22:46',1,'',NULL,'','20131008-661',NULL),(1616,570,1,535,'2013-10-08 21:48:12',0,0,'','20131008127','2013-10-08','2013-10-08','20131008-127','22:47',1,'',NULL,'','20131008-661',NULL),(1619,570,4,535,'2013-10-08 21:48:13',0,0,'','20131008127','2013-10-08','2013-10-08','20131008-127','22:47',1,'',NULL,'','20131008-661',NULL),(1620,571,3,535,'2013-10-08 21:50:21',0,0,'','20131008128','2013-10-08','2013-10-08','20131008-128','22:49',1,'',NULL,'','20131008-662',NULL),(1621,572,3,535,'2013-10-08 21:53:10',0,0,'','20131008129','2013-10-08','2013-10-08','20131008-129','22:51',1,'',NULL,'','20131008-663',NULL),(1623,572,4,535,'2013-10-08 21:53:10',0,0,'','20131008129','2013-10-08','2013-10-08','20131008-129','22:52',1,'',NULL,'','20131008-663',NULL),(1624,573,4,535,'2013-10-08 21:55:32',1,0,'','20131008130','2013-10-08','2013-10-08','20131008-130','22:54',1,'',NULL,'','20131008-664',NULL),(1625,574,3,535,'2013-10-08 21:57:39',0,0,'','20131008131','2013-10-08','2013-10-08','20131008-131','22:56',1,'',NULL,'','20131008-665',NULL),(1626,575,1,535,'2013-10-08 22:00:04',0,0,'','20131008132','2013-10-08','2013-10-08','20131008-132','22:58',1,'',NULL,'','20131008-666',NULL),(1627,576,3,535,'2013-10-08 22:01:43',0,0,'','20131008133','2013-10-08','2013-10-08','20131008-133','23:01',1,'',NULL,'','20131008-667',NULL),(1628,577,3,535,'2013-10-08 22:06:00',0,0,'','20131008134','2013-10-08','2013-10-08','20131008-134','23:05',1,'',NULL,'','20131008-668',NULL),(1629,578,1,535,'2013-10-08 22:08:59',0,0,'','20131008135','2013-10-08','2013-10-08','20131008-135','23:07',1,'',NULL,'','20131008-669',NULL),(1630,579,3,535,'2013-10-08 22:13:47',0,0,'','20131008136','2013-10-08','2013-10-08','20131008-136','23:12',1,'',NULL,'','20131008-670',NULL),(1632,579,4,535,'2013-10-08 22:13:47',0,0,'','20131008136','2013-10-08','2013-10-08','20131008-136','23:13',1,'',NULL,'','20131008-670',NULL),(1635,579,1,535,'2013-10-08 22:13:47',0,0,'','20131008136','2013-10-08','2013-10-08','20131008-136','23:13',1,'',NULL,'','20131008-670',NULL),(1636,580,3,535,'2013-10-08 22:16:08',0,0,'','20131008137','2013-10-08','2013-10-08','20131008-137','23:15',1,'',NULL,'','20131008-671',NULL),(1638,580,4,535,'2013-10-08 22:16:08',0,0,'','20131008137','2013-10-08','2013-10-08','20131008-137','23:15',1,'',NULL,'','20131008-671',NULL),(1641,580,1,535,'2013-10-08 22:16:09',0,0,'','20131008137','2013-10-08','2013-10-08','20131008-137','23:15',1,'',NULL,'','20131008-671',NULL),(1642,581,1,535,'2013-10-08 22:18:14',1,0,'','20131008138','2013-10-08','2013-10-08','20131008-138','23:17',1,'',NULL,'','20131008-672',NULL),(1643,582,3,535,'2013-10-08 22:20:26',0,0,'','20131008139','2013-10-08','2013-10-08','20131008-139','23:19',1,'',NULL,'','20131008-673',NULL),(1644,583,3,535,'2013-10-08 22:21:52',0,0,'','20131008140','2013-10-08','2013-10-08','20131008-140','23:21',1,'',NULL,'','20131008-674',NULL),(1645,584,3,535,'2013-10-08 22:23:47',0,0,'','20131008141','2013-10-08','2013-10-08','20131008-141','23:22',1,'',NULL,'','20131008-675',NULL),(1647,584,4,535,'2013-10-08 22:23:47',0,0,'','20131008141','2013-10-08','2013-10-08','20131008-141','23:23',1,'',NULL,'','20131008-675',NULL),(1648,585,3,535,'2013-10-08 22:25:43',0,0,'','20131008142','2013-10-08','2013-10-08','20131008-142','23:25',1,'',NULL,'','20131008-676',NULL),(1649,586,3,535,'2013-10-08 22:27:15',0,0,'','20131008143','2013-10-08','2013-10-08','20131008-143','23:26',1,'',NULL,'','20131008-677',NULL),(1650,587,3,535,'2013-10-08 22:29:27',0,0,'','20131008144','2013-10-08','2013-10-08','20131008-144','23:28',1,'',NULL,'','20131008-678',NULL),(1652,587,4,535,'2013-10-08 22:29:27',0,0,'','20131008144','2013-10-08','2013-10-08','20131008-144','23:29',1,'',NULL,'','20131008-678',NULL),(1655,587,1,535,'2013-10-08 22:29:27',0,0,'','20131008144','2013-10-08','2013-10-08','20131008-144','23:29',1,'',NULL,'','20131008-678',NULL),(1656,588,3,535,'2013-10-08 22:32:27',0,0,'','20131008145','2013-10-08','2013-10-08','20131008-145','23:30',1,'',NULL,'','20131008-679',NULL),(1657,589,29,535,'2013-10-08 22:34:36',0,0,'','20131008146','2013-10-08','2013-10-08','20131008-146','23:33',1,'',NULL,'','20131008-680',NULL),(1658,590,3,535,'2013-10-08 22:36:33',0,0,'','20131008147','2013-10-08','2013-10-08','20131008-147','23:35',1,'',NULL,'','20131008-681',NULL),(1660,590,4,535,'2013-10-08 22:36:33',0,0,'','20131008147','2013-10-08','2013-10-08','20131008-147','23:36',1,'',NULL,'','20131008-681',NULL),(1661,591,29,535,'2013-10-08 22:38:31',0,0,'','20131008148','2013-10-08','2013-10-08','20131008-148','23:37',1,'',NULL,'','20131008-682',NULL),(1662,592,29,535,'2013-10-08 22:39:16',0,0,'','20131008149','2013-10-08','2013-10-08','20131008-149','23:39',1,'',NULL,'','20131008-683',NULL),(1663,593,3,535,'2013-10-08 22:40:40',0,0,'','20131008150','2013-10-08','2013-10-08','20131008-150','23:40',1,'',NULL,'','20131008-684',NULL),(1664,594,3,535,'2013-10-08 22:42:09',0,0,'','20131008151','2013-10-08','2013-10-08','20131008-151','23:41',1,'',NULL,'','20131008-685',NULL),(1666,594,1,535,'2013-10-08 22:42:09',1,0,'','20131008151','2013-10-08','2013-10-08','20131008-151','23:41',1,'',NULL,'','20131008-685',NULL),(1667,595,3,535,'2013-10-08 22:44:15',0,0,'','20131008152','2013-10-08','2013-10-08','20131008-152','23:43',1,'',NULL,'','20131008-686',NULL),(1669,595,1,535,'2013-10-08 22:44:15',1,0,'','20131008152','2013-10-08','2013-10-08','20131008-152','23:43',1,'',NULL,'','20131008-686',NULL),(1670,596,3,535,'2013-10-08 22:46:30',0,0,'','20131008153','2013-10-08','2013-10-08','20131008-153','23:45',1,'',NULL,'','20131008-687',NULL),(1671,598,3,504,'2013-10-09 00:05:16',0,0,'','201310096','2013-10-09','2013-10-09','20131009-6','01:04',1,'',NULL,'','20131009-693',NULL),(1672,599,3,551,'2013-10-09 00:31:36',0,0,'','201310097','2013-10-09','2013-10-09','20131009-7','01:29',1,'DR AMOAH',NULL,'','20131009-694',NULL),(1673,600,3,551,'2013-10-09 03:32:34',0,0,'','','2013-10-09','2013-10-09','20131009-8','04:27',1,'DR AMOAH',NULL,'','20131009-695',NULL),(1674,601,2,551,'2013-10-09 07:28:24',0,0,'','201310099','2013-10-09','2013-10-09','20131009-9','08:27',1,'DR SALLAR',NULL,'','20131009-696',NULL),(1675,602,10,534,'2013-10-09 08:30:09',0,0,'','2013100910','2013-10-09','2013-10-09','20131009-11','09:26',1,'DR FUMMY',NULL,'','20131009-698',NULL),(1676,603,3,534,'2013-10-09 08:34:32',0,0,'','2013100911','2013-10-09','2013-10-09','20131009-12','09:33',1,'DR AMOAH',NULL,'','20131009-699',NULL),(1678,603,4,534,'2013-10-09 08:34:33',0,0,'','2013100911','2013-10-09','2013-10-09','20131009-12','09:34',1,'DR AMOAH',NULL,'','20131009-699',NULL),(1679,604,3,534,'2013-10-09 08:37:30',0,0,'','2013100912','2013-10-09','2013-10-09','20131009-13','09:35',1,'DR AMOAH',NULL,'','20131009-700',NULL),(1681,604,1,534,'2013-10-09 08:37:30',1,0,'','2013100912','2013-10-09','2013-10-09','20131009-13','09:36',1,'DR AMOAH',NULL,'','20131009-700',NULL),(1684,604,2,534,'2013-10-09 08:37:30',1,0,'','2013100912','2013-10-09','2013-10-09','20131009-13','09:37',1,'DR AMOAH',NULL,'','20131009-700',NULL),(1685,537,1,534,'2013-10-09 08:39:46',0,0,'','2013100913','2013-10-09','2013-10-09','20131009-14','09:38',1,'DR SALLAR',NULL,'','20131009-701',NULL),(1687,537,2,534,'2013-10-09 08:39:46',0,0,'','2013100913','2013-10-09','2013-10-09','20131009-14','09:38',1,'',NULL,'','20131009-701',NULL),(1688,605,3,534,'2013-10-09 08:42:43',0,0,'','2013100914','2013-10-09','2013-10-09','20131009-15','09:40',1,'DR AMOAH',NULL,'','20131009-702',NULL),(1690,605,2,534,'2013-10-09 08:42:43',1,0,'','2013100914','2013-10-09','2013-10-09','20131009-15','09:41',1,'DR AMOAH',NULL,'','20131009-702',NULL),(1693,605,4,534,'2013-10-09 08:42:44',0,0,'','2013100914','2013-10-09','2013-10-09','20131009-15','09:42',1,'DR AMOAH',NULL,'','20131009-702',NULL),(1697,605,1,534,'2013-10-09 08:42:44',1,0,'','2013100914','2013-10-09','2013-10-09','20131009-15','09:42',1,'DR AMOAH',NULL,'','20131009-702',NULL),(1702,605,5,534,'2013-10-09 08:42:44',0,0,'','2013100914','2013-10-09','2013-10-09','20131009-15','09:42',1,'DR AMOAH',NULL,'','20131009-702',NULL),(1703,606,3,534,'2013-10-09 08:44:34',0,0,'','2013100915','2013-10-09','2013-10-09','20131009-16','09:43',1,'DR AMOAH',NULL,'','20131009-703',NULL),(1704,607,3,534,'2013-10-09 08:48:11',0,0,'','2013100916','2013-10-09','2013-10-09','20131009-17','09:45',1,'DR DJAN',NULL,'','20131009-704',NULL),(1706,607,1,534,'2013-10-09 08:48:11',0,0,'','2013100916','2013-10-09','2013-10-09','20131009-17','09:46',1,'DR DJAN',NULL,'','20131009-704',NULL),(1709,607,2,534,'2013-10-09 08:48:11',0,0,'','2013100916','2013-10-09','2013-10-09','20131009-17','09:46',1,'DR DJAN',NULL,'','20131009-704',NULL),(1713,607,4,534,'2013-10-09 08:48:12',0,0,'','2013100916','2013-10-09','2013-10-09','20131009-17','09:47',1,'DR DJAN',NULL,'','20131009-704',NULL),(1718,607,5,534,'2013-10-09 08:48:12',0,0,'','2013100916','2013-10-09','2013-10-09','20131009-17','09:47',1,'DR DJAN',NULL,'','20131009-704',NULL),(1719,608,3,534,'2013-10-09 08:51:07',0,0,'','2013100917','2013-10-09','2013-10-09','20131009-18','09:50',1,'DR VORTIA',NULL,'','20131009-705',NULL),(1721,608,4,534,'2013-10-09 08:51:07',0,0,'','2013100917','2013-10-09','2013-10-09','20131009-18','09:50',1,'DR VORTIA',NULL,'','20131009-705',NULL),(1724,608,2,534,'2013-10-09 08:51:07',0,0,'','2013100917','2013-10-09','2013-10-09','20131009-18','09:50',1,'DR VORTIA',NULL,'','20131009-705',NULL),(1725,609,5,534,'2013-10-09 08:55:55',1,0,'','2013100918','2013-10-09','2013-10-09','20131009-19','09:52',1,'',NULL,'','20131009-706',NULL),(1726,610,3,534,'2013-10-09 08:57:53',0,0,'','2013100919','2013-10-09','2013-10-09','20131009-20','09:56',1,'DR VORTIA',NULL,'','20131009-707',NULL),(1728,610,4,534,'2013-10-09 08:57:53',0,0,'','2013100919','2013-10-09','2013-10-09','20131009-20','09:57',1,'DR VORTIA',NULL,'','20131009-707',NULL),(1731,610,2,534,'2013-10-09 08:57:53',0,0,'','2013100919','2013-10-09','2013-10-09','20131009-20','09:57',1,'DR VORTIA',NULL,'','20131009-707',NULL),(1732,611,2,534,'2013-10-09 09:01:03',0,0,'','2013100920','2013-10-09','2013-10-09','20131009-21','09:59',1,'DR AMOAH',NULL,'','20131009-708',NULL),(1733,612,2,534,'2013-10-09 09:03:36',0,0,'','2013100921','2013-10-09','2013-10-09','20131009-22','10:02',1,'DR SALLAR',NULL,'','20131009-709',NULL),(1735,612,4,534,'2013-10-09 09:03:36',0,0,'','2013100921','2013-10-09','2013-10-09','20131009-22','10:03',1,'DR SALLAR',NULL,'','20131009-709',NULL),(1736,613,3,534,'2013-10-09 09:06:55',0,0,'','2013100922','2013-10-09','2013-10-09','20131009-23','10:04',1,'DR DJAN',NULL,'','20131009-710',NULL),(1738,613,1,534,'2013-10-09 09:06:58',0,0,'','2013100922','2013-10-09','2013-10-09','20131009-23','10:05',1,'DR DJAN',NULL,'','20131009-710',NULL),(1741,613,2,534,'2013-10-09 09:06:58',0,0,'','2013100922','2013-10-09','2013-10-09','20131009-23','10:05',1,'DR DJAN',NULL,'','20131009-710',NULL),(1745,613,4,534,'2013-10-09 09:06:58',0,0,'','2013100922','2013-10-09','2013-10-09','20131009-23','10:06',1,'DR DJAN',NULL,'','20131009-710',NULL),(1750,613,5,534,'2013-10-09 09:06:59',0,0,'','2013100922','2013-10-09','2013-10-09','20131009-23','10:06',1,'DR DJAN',NULL,'','20131009-710',NULL),(1751,614,3,534,'2013-10-09 09:09:34',0,0,'','2013100923','2013-10-09','2013-10-09','20131009-24','10:07',1,'DR DJAN',NULL,'','20131009-711',NULL),(1753,614,1,534,'2013-10-09 09:09:34',0,0,'','2013100923','2013-10-09','2013-10-09','20131009-24','10:08',1,'DR DJAN',NULL,'','20131009-711',NULL),(1756,614,2,534,'2013-10-09 09:09:34',0,0,'','2013100923','2013-10-09','2013-10-09','20131009-24','10:08',1,'DR DJAN',NULL,'','20131009-711',NULL),(1760,614,4,534,'2013-10-09 09:09:34',0,0,'','2013100923','2013-10-09','2013-10-09','20131009-24','10:08',1,'DR DJAN',NULL,'','20131009-711',NULL),(1765,614,5,534,'2013-10-09 09:09:35',0,0,'','2013100923','2013-10-09','2013-10-09','20131009-24','10:09',1,'DR DJAN',NULL,'','20131009-711',NULL),(1766,615,3,534,'2013-10-09 09:12:11',0,0,'','2013100924','2013-10-09','2013-10-09','20131009-25','10:10',1,'DR VORTIA',NULL,'','20131009-712',NULL),(1768,615,1,534,'2013-10-09 09:12:11',0,0,'','2013100924','2013-10-09','2013-10-09','20131009-25','10:11',1,'DR VORTIA',NULL,'','20131009-712',NULL),(1771,615,2,534,'2013-10-09 09:12:11',0,0,'','2013100924','2013-10-09','2013-10-09','20131009-25','10:11',1,'DR VORTIA',NULL,'','20131009-712',NULL),(1775,615,4,534,'2013-10-09 09:12:12',0,0,'','2013100924','2013-10-09','2013-10-09','20131009-25','10:12',1,'DR VORTIA',NULL,'','20131009-712',NULL),(1776,616,3,534,'2013-10-09 09:14:50',0,0,'','2013100925','2013-10-09','2013-10-09','20131009-26','10:12',1,'DR DJAN',NULL,'','20131009-713',NULL),(1778,616,1,534,'2013-10-09 09:14:51',0,0,'','2013100925','2013-10-09','2013-10-09','20131009-26','10:13',1,'DR DJAN',NULL,'','20131009-713',NULL),(1781,616,2,534,'2013-10-09 09:14:51',0,0,'','2013100925','2013-10-09','2013-10-09','20131009-26','10:13',1,'DR DJAN',NULL,'','20131009-713',NULL),(1785,616,4,534,'2013-10-09 09:14:51',0,0,'','2013100925','2013-10-09','2013-10-09','20131009-26','10:14',1,'DR DJAN',NULL,'','20131009-713',NULL),(1790,616,5,534,'2013-10-09 09:14:51',0,0,'','2013100925','2013-10-09','2013-10-09','20131009-26','10:14',1,'DR DJAN',NULL,'','20131009-713',NULL),(1791,617,3,534,'2013-10-09 09:18:24',0,0,'','2013100926','2013-10-09','2013-10-09','20131009-27','10:15',1,'DR DJAN',NULL,'','20131009-714',NULL),(1793,617,1,534,'2013-10-09 09:18:25',0,0,'','2013100926','2013-10-09','2013-10-09','20131009-27','10:16',1,'DR DJAN',NULL,'','20131009-714',NULL),(1796,617,2,534,'2013-10-09 09:18:25',0,0,'','2013100926','2013-10-09','2013-10-09','20131009-27','10:16',1,'DR DJAN',NULL,'','20131009-714',NULL),(1800,617,4,534,'2013-10-09 09:18:25',0,0,'','2013100926','2013-10-09','2013-10-09','20131009-27','10:16',1,'DR DJAN',NULL,'','20131009-714',NULL),(1805,617,5,534,'2013-10-09 09:18:25',0,0,'','2013100926','2013-10-09','2013-10-09','20131009-27','10:17',1,'DR DJAN',NULL,'','20131009-714',NULL),(1806,618,3,534,'2013-10-09 09:23:41',0,0,'','2013100927','2013-10-09','2013-10-09','20131009-28','10:20',1,'DR TAKYI',NULL,'','20131009-715',NULL),(1808,618,1,534,'2013-10-09 09:23:41',0,0,'','2013100927','2013-10-09','2013-10-09','20131009-28','10:23',1,'DR TAKYI',NULL,'','20131009-715',NULL),(1809,619,3,534,'2013-10-09 09:27:21',0,0,'','2013100928','2013-10-09','2013-10-09','20131009-29','10:25',1,'',NULL,'','20131009-716',NULL),(1811,619,2,534,'2013-10-09 09:27:21',1,0,'','2013100928','2013-10-09','2013-10-09','20131009-29','10:26',1,'',NULL,'','20131009-716',NULL),(1814,619,4,534,'2013-10-09 09:27:22',1,0,'','2013100928','2013-10-09','2013-10-09','20131009-29','10:27',1,'',NULL,'','20131009-716',NULL),(1815,540,3,534,'2013-10-09 09:28:39',0,0,'','2013100929','2013-10-09','2013-10-09','20131009-30','10:27',1,'DR VORTIA',NULL,'','20131009-717',NULL),(1816,620,5,534,'2013-10-09 09:30:10',0,0,'','2013100930','2013-10-09','2013-10-09','20131009-31','10:29',1,'',NULL,'','20131009-718',NULL),(1817,621,2,534,'2013-10-09 09:31:40',0,0,'','2013100931','2013-10-09','2013-10-09','20131009-32','10:30',1,'DR VORTIA',NULL,'','20131009-719',NULL),(1819,621,4,534,'2013-10-09 09:31:40',0,0,'','2013100931','2013-10-09','2013-10-09','20131009-32','10:31',1,'DR VORTIA',NULL,'','20131009-719',NULL),(1820,622,1,534,'2013-10-09 09:33:47',0,0,'','2013100932','2013-10-09','2013-10-09','20131009-33','10:32',1,'',NULL,'','20131009-720',NULL),(1822,622,2,534,'2013-10-09 09:33:47',0,0,'','2013100932','2013-10-09','2013-10-09','20131009-33','10:33',1,'',NULL,'','20131009-720',NULL),(1823,623,3,534,'2013-10-09 09:35:40',0,0,'','2013100933','2013-10-09','2013-10-09','20131009-34','10:34',1,'DR DJAN',NULL,'','20131009-721',NULL),(1825,623,1,534,'2013-10-09 09:35:40',0,0,'','2013100933','2013-10-09','2013-10-09','20131009-34','10:34',1,'DR DJAN',NULL,'','20131009-721',NULL),(1828,623,4,534,'2013-10-09 09:35:41',0,0,'','2013100933','2013-10-09','2013-10-09','20131009-34','10:35',1,'DR DJAN',NULL,'','20131009-721',NULL),(1832,623,5,534,'2013-10-09 09:35:41',0,0,'','2013100933','2013-10-09','2013-10-09','20131009-34','10:35',1,'DR DJAN',NULL,'','20131009-721',NULL),(1833,624,3,534,'2013-10-09 09:37:31',1,0,'','2013100934','2013-10-09','2013-10-09','20131009-35','10:36',1,'DR AMOAH',NULL,'','20131009-722',NULL),(1834,625,1,534,'2013-10-09 09:48:20',0,0,'','2013100935','2013-10-09','2013-10-09','20131009-36','10:39',1,'',NULL,'','20131009-723',NULL),(1835,626,3,534,'2013-10-09 10:12:56',0,0,'','2013100937','2013-10-09','2013-10-09','20131009-38','11:11',1,'',NULL,'','20131009-725',NULL),(1836,627,3,534,'2013-10-09 10:16:32',0,0,'','2013100938','2013-10-09','2013-10-09','20131009-39','11:14',1,'',NULL,'','20131009-726',NULL),(1838,627,4,534,'2013-10-09 10:16:33',0,0,'','2013100938','2013-10-09','2013-10-09','20131009-39','11:15',1,'',NULL,'','20131009-726',NULL),(1841,627,2,534,'2013-10-09 10:16:33',0,0,'','2013100938','2013-10-09','2013-10-09','20131009-39','11:16',1,'',NULL,'','20131009-726',NULL),(1842,628,3,534,'2013-10-09 10:18:49',1,0,'','2013100939','2013-10-09','2013-10-09','20131009-40','11:17',1,'DR MENSAH',NULL,'','20131009-727',NULL),(1843,629,3,534,'2013-10-09 10:22:13',1,0,'','2013100940','2013-10-09','2013-10-09','20131009-41','11:20',1,'DR SALLAR',NULL,'','20131009-728',NULL),(1845,629,4,534,'2013-10-09 10:22:13',1,0,'','2013100940','2013-10-09','2013-10-09','20131009-41','11:21',1,'DR SALLAR',NULL,'','20131009-728',NULL),(1848,629,2,534,'2013-10-09 10:22:13',1,0,'','2013100940','2013-10-09','2013-10-09','20131009-41','11:22',1,'DR SALLAR',NULL,'','20131009-728',NULL),(1849,630,1,534,'2013-10-09 10:24:18',0,0,'','2013100941','2013-10-09','2013-10-09','20131009-42','11:23',1,'DR SALLAR',NULL,'','20131009-729',NULL),(1850,631,3,534,'2013-10-09 10:27:18',0,0,'','2013100942','2013-10-09','2013-10-09','20131009-43','11:26',1,'DR VORTIA',NULL,'','20131009-730',NULL),(1851,632,3,534,'2013-10-09 10:29:12',1,0,'','2013100943','2013-10-09','2013-10-09','20131009-44','11:27',1,'DR VORTIA',NULL,'','20131009-731',NULL),(1852,633,3,534,'2013-10-09 10:32:27',0,0,'','2013100944','2013-10-09','2013-10-09','20131009-45','11:29',1,'DR DJAN',NULL,'','20131009-732',NULL),(1854,633,1,534,'2013-10-09 10:32:27',0,0,'','2013100944','2013-10-09','2013-10-09','20131009-45','11:30',1,'DR DJAN',NULL,'','20131009-732',NULL),(1857,633,2,534,'2013-10-09 10:32:28',0,0,'','2013100944','2013-10-09','2013-10-09','20131009-45','11:31',1,'DR DJAN',NULL,'','20131009-732',NULL),(1861,633,4,534,'2013-10-09 10:32:28',0,0,'','2013100944','2013-10-09','2013-10-09','20131009-45','11:31',1,'DR DJAN',NULL,'','20131009-732',NULL),(1866,633,5,534,'2013-10-09 10:32:28',0,0,'','2013100944','2013-10-09','2013-10-09','20131009-45','11:32',1,'DR DJAN',NULL,'','20131009-732',NULL),(1867,634,3,534,'2013-10-09 10:37:24',0,0,'','2013100945','2013-10-09','2013-10-09','20131009-46','11:33',1,'DR DOW',NULL,'','20131009-733',NULL),(1869,634,1,534,'2013-10-09 10:37:24',0,0,'','2013100945','2013-10-09','2013-10-09','20131009-46','11:35',1,'DR DOW',NULL,'','20131009-733',NULL),(1872,634,2,534,'2013-10-09 10:37:24',0,0,'','2013100945','2013-10-09','2013-10-09','20131009-46','11:36',1,'DR DOW',NULL,'','20131009-733',NULL),(1873,635,3,534,'2013-10-09 10:40:49',1,0,'','2013100946','2013-10-09','2013-10-09','20131009-47','11:38',1,'DR ARMAH',NULL,'','20131009-734',NULL),(1875,635,4,534,'2013-10-09 10:40:50',1,0,'','2013100946','2013-10-09','2013-10-09','20131009-47','11:40',1,'DR ARMAH',NULL,'','20131009-734',NULL),(1876,636,3,534,'2013-10-09 10:44:47',1,0,'','2013100947','2013-10-09','2013-10-09','20131009-48','11:42',1,'DR MENSAH',NULL,'','20131009-735',NULL),(1878,636,4,534,'2013-10-09 10:44:47',1,0,'','2013100947','2013-10-09','2013-10-09','20131009-48','11:44',1,'DR MENSAH',NULL,'','20131009-735',NULL),(1881,636,2,534,'2013-10-09 10:44:48',1,0,'','2013100947','2013-10-09','2013-10-09','20131009-48','11:44',1,'DR MENSAH',NULL,'','20131009-735',NULL),(1882,637,3,534,'2013-10-09 10:47:04',1,0,'','2013100948','2013-10-09','2013-10-09','20131009-49','11:45',1,'DR DJAN',NULL,'','20131009-736',NULL),(1884,637,4,534,'2013-10-09 10:47:05',1,0,'','2013100948','2013-10-09','2013-10-09','20131009-49','11:46',1,'DR DJAN',NULL,'','20131009-736',NULL),(1887,637,2,534,'2013-10-09 10:47:05',1,0,'','2013100948','2013-10-09','2013-10-09','20131009-49','11:46',1,'DR DJAN',NULL,'','20131009-736',NULL),(1888,638,3,534,'2013-10-09 10:48:57',0,0,'','2013100949','2013-10-09','2013-10-09','20131009-50','11:47',1,'DR MENSAH',NULL,'','20131009-737',NULL),(1890,638,2,534,'2013-10-09 10:48:57',0,0,'','2013100949','2013-10-09','2013-10-09','20131009-50','11:48',1,'DR MENSAH',NULL,'','20131009-737',NULL),(1891,639,3,534,'2013-10-09 10:51:46',0,0,'','2013100950','2013-10-09','2013-10-09','20131009-51','11:49',1,'DR DJAN',NULL,'','20131009-738',NULL),(1893,639,1,534,'2013-10-09 10:51:46',0,0,'','2013100950','2013-10-09','2013-10-09','20131009-51','11:49',1,'DR DJAN',NULL,'','20131009-738',NULL),(1896,639,4,534,'2013-10-09 10:51:46',0,0,'','2013100950','2013-10-09','2013-10-09','20131009-51','11:50',1,'DR DJAN',NULL,'','20131009-738',NULL),(1900,639,5,534,'2013-10-09 10:51:46',0,0,'','2013100950','2013-10-09','2013-10-09','20131009-51','11:50',1,'DR DJAN',NULL,'','20131009-738',NULL),(1905,639,2,534,'2013-10-09 10:51:47',0,0,'','2013100950','2013-10-09','2013-10-09','20131009-51','11:51',1,'DR DJAN',NULL,'','20131009-738',NULL),(1906,640,1,534,'2013-10-09 10:54:40',0,0,'','2013100951','2013-10-09','2013-10-09','20131009-52','11:53',1,'DR TACHIE',NULL,'','20131009-739',NULL),(1907,641,3,534,'2013-10-09 10:57:08',0,0,'','2013100953','2013-10-09','2013-10-09','20131009-53','11:55',1,'DR SALLAR',NULL,'','20131009-740',NULL),(1909,641,4,534,'2013-10-09 10:57:09',0,0,'','2013100953','2013-10-09','2013-10-09','20131009-53','11:56',1,'DR SALLAR',NULL,'','20131009-740',NULL),(1912,641,2,534,'2013-10-09 10:57:09',1,0,'','2013100953','2013-10-09','2013-10-09','20131009-53','11:56',1,'DR SALLAR',NULL,'','20131009-740',NULL),(1913,642,3,534,'2013-10-09 11:00:09',0,0,'','2013100954','2013-10-09','2013-10-09','20131009-54','11:57',1,'DR VORTIA',NULL,'','20131009-741',NULL),(1915,642,2,534,'2013-10-09 11:00:09',0,0,'','2013100954','2013-10-09','2013-10-09','20131009-54','11:59',1,'DR VORTIA',NULL,'','20131009-741',NULL),(1916,643,4,534,'2013-10-09 11:10:10',1,0,'','2013100956','2013-10-09','2013-10-09','20131009-56','12:07',1,'DR TAKYI',NULL,'','20131009-743',NULL),(1917,644,3,534,'2013-10-09 11:17:12',0,0,'','2013100957','2013-10-09','2013-10-09','20131009-57','12:11',1,'DR MENSAH',NULL,'','20131009-744',NULL),(1919,644,1,534,'2013-10-09 11:17:12',0,0,'','2013100957','2013-10-09','2013-10-09','20131009-57','12:15',1,'DR MENSAH',NULL,'','20131009-744',NULL),(1920,645,3,534,'2013-10-09 11:20:01',1,0,'','2013100955','2013-10-09','2013-10-09','20131009-55','12:18',1,'DR VORTIA',NULL,'','20131009-742',NULL),(1922,645,4,534,'2013-10-09 11:20:01',1,0,'','2013100955','2013-10-09','2013-10-09','20131009-55','12:19',1,'DR VORTIA',NULL,'','20131009-742',NULL),(1925,645,5,534,'2013-10-09 11:20:01',1,0,'','2013100955','2013-10-09','2013-10-09','20131009-55','12:19',1,'DR VORTIA',NULL,'','20131009-742',NULL),(1926,646,4,534,'2013-10-09 11:21:09',0,0,'','2013100958','2013-10-09','2013-10-09','20131009-58','12:18',1,'DR FUMMY',NULL,'','20131009-745',NULL),(1927,647,3,534,'2013-10-09 11:26:12',0,0,'','2013100959 ','2013-10-09','2013-10-09','20131009-59','12:23',1,'DR VORTIA',NULL,'','20131009-746',NULL),(1929,647,1,534,'2013-10-09 11:26:12',0,0,'','2013100959 ','2013-10-09','2013-10-09','20131009-59','12:24',1,'DR VORTIA',NULL,'','20131009-746',NULL),(1932,647,4,534,'2013-10-09 11:26:13',0,0,'','2013100959 ','2013-10-09','2013-10-09','20131009-59','12:25',1,'DR VORTIA',NULL,'','20131009-746',NULL),(1933,648,3,534,'2013-10-09 11:32:13',1,0,'','2013100960','2013-10-09','2013-10-09','20131009-60','12:28',1,'DR SALLAR',NULL,'','20131009-747',NULL),(1935,648,4,534,'2013-10-09 11:32:14',1,0,'','2013100960','2013-10-09','2013-10-09','20131009-60','12:30',1,'DR SALLAR',NULL,'','20131009-747',NULL),(1936,290,5,534,'2013-10-09 11:37:59',1,0,'','2013100961','2013-10-09','2013-10-09','20131009-61','12:35',1,'DR FUMMY',NULL,'','20131009-748',NULL),(1937,649,3,534,'2013-10-09 11:41:23',0,0,'','2013100962 ','2013-10-09','2013-10-09','20131009-62','12:39',1,'DR SALLAR',NULL,'','20131009-749',NULL),(1939,649,4,534,'2013-10-09 11:41:23',1,0,'','2013100962 ','2013-10-09','2013-10-09','20131009-62','12:40',1,'DR SALLAR',NULL,'','20131009-749',NULL),(1940,650,1,534,'2013-10-09 11:45:43',0,0,'','2013100963','2013-10-09','2013-10-09','20131009-63','12:43',1,'DR ADOTEY',NULL,'','20131009-750',NULL),(1941,651,1,534,'2013-10-09 11:49:42',0,0,'','2013100964 ','2013-10-09','2013-10-09','20131009-64','12:47',1,'DR MENSAH',NULL,'','20131009-751',NULL),(1942,652,5,534,'2013-10-09 11:52:22',0,0,'','2013100965','2013-10-09','2013-10-09','20131009-65','12:50',1,'DR FUMMY',NULL,'','20131009-752',NULL),(1943,653,3,534,'2013-10-09 11:55:09',1,0,'','2013100966','2013-10-09','2013-10-09','20131009-66','12:54',1,'DR VORTIA',NULL,'','20131009-753',NULL),(1944,654,3,534,'2013-10-09 11:58:31',0,0,'','2013100967 ','2013-10-09','2013-10-09','20131009-67','12:56',1,'DR VORTIA',NULL,'','20131009-754',NULL),(1946,654,5,534,'2013-10-09 11:58:31',0,0,'','2013100967 ','2013-10-09','2013-10-09','20131009-67','12:57',1,'DR VORTIA',NULL,'','20131009-754',NULL),(1947,655,3,534,'2013-10-09 12:10:30',0,0,'','2013100968 ','2013-10-09','2013-10-09','20131009-68','13:06',1,'DR SALLAR',NULL,'','20131009-755',NULL),(1949,655,1,534,'2013-10-09 12:10:30',0,0,'','2013100968 ','2013-10-09','2013-10-09','20131009-68','13:08',1,'DR SALLAR',NULL,'','20131009-755',NULL),(1952,655,19,534,'2013-10-09 12:10:30',1,0,'','2013100968 ','2013-10-09','2013-10-09','20131009-68','13:09',1,'DR SALLAR',NULL,'','20131009-755',NULL),(1956,655,5,534,'2013-10-09 12:10:30',0,0,'','2013100968 ','2013-10-09','2013-10-09','20131009-68','13:09',1,'DR SALLAR',NULL,'','20131009-755',NULL),(1957,656,4,534,'2013-10-09 12:20:05',0,0,'','2013100969','2013-10-09','2013-10-09','20131009-69','13:18',1,'DR FUMMY',NULL,'','20131009-756',NULL),(1958,657,3,534,'2013-10-09 12:31:07',0,0,'','2013100970','2013-10-09','2013-10-09','20131009-70','13:23',1,'DR VORTIA',NULL,'','20131009-757',NULL),(1960,657,4,534,'2013-10-09 12:31:07',1,0,'','2013100970','2013-10-09','2013-10-09','20131009-70','13:24',1,'DR VORTIA',NULL,'','20131009-757',NULL),(1963,657,1,534,'2013-10-09 12:31:07',0,0,'','2013100970','2013-10-09','2013-10-09','20131009-70','13:26',1,'DR VORTIA',NULL,'','20131009-757',NULL),(1964,658,1,534,'2013-10-09 12:37:37',0,0,'','2013100972','2013-10-09','2013-10-09','20131009-72','13:34',1,'DR TACHIE',NULL,'','20131009-759',NULL),(1965,660,3,534,'2013-10-09 12:43:29',0,0,'','2013100973','2013-10-09','2013-10-09','20131009-73','13:39',1,'DR VORTIA',NULL,'','20131009-760',NULL),(1967,660,1,534,'2013-10-09 12:43:29',0,0,'','2013100973','2013-10-09','2013-10-09','20131009-73','13:42',1,'DR VORTIA',NULL,'','20131009-760',NULL),(1968,659,1,537,'2013-10-09 12:43:51',0,0,'','2013100971','2013-10-09','2013-10-09','20131009-71','13:35',1,'',NULL,'','20131009-758',NULL),(1969,661,3,534,'2013-10-09 12:52:21',0,0,'','2013100974','2013-10-09','2013-10-09','20131009-74','13:46',1,'DR MENSAH',NULL,'','20131009-761',NULL),(1971,661,1,534,'2013-10-09 12:52:21',0,0,'','2013100974','2013-10-09','2013-10-09','20131009-74','13:49',1,'DR MENSAH',NULL,'','20131009-761',NULL),(1974,661,4,534,'2013-10-09 12:52:22',0,0,'','2013100974','2013-10-09','2013-10-09','20131009-74','13:50',1,'DR MENSAH',NULL,'','20131009-761',NULL),(1975,63,1,534,'2013-10-09 12:56:58',0,0,'','2013100975','2013-10-09','2013-10-09','20131009-75','13:53',1,'DR VORTIA',NULL,'','20131009-762',NULL),(1976,662,5,534,'2013-10-09 13:13:08',0,0,'','2013100976 ','2013-10-09','2013-10-09','20131009-76','14:11',1,'DR FUMMY',NULL,'','20131009-763',NULL),(1977,663,3,534,'2013-10-09 13:17:19',0,0,'','2013100977 ','2013-10-09','2013-10-09','20131009-77','14:14',1,'DR SALLAR',NULL,'','20131009-764',NULL),(1979,663,1,534,'2013-10-09 13:17:20',0,0,'','2013100977 ','2013-10-09','2013-10-09','20131009-77','14:16',1,'DR SALLAR',NULL,'','20131009-764',NULL),(1982,663,4,534,'2013-10-09 13:17:20',0,0,'','2013100977 ','2013-10-09','2013-10-09','20131009-77','14:16',1,'DR SALLAR',NULL,'','20131009-764',NULL),(1983,664,3,534,'2013-10-09 13:29:19',0,0,'','2013100978','2013-10-09','2013-10-09','20131009-78','14:26',1,'DR SALLAR',NULL,'','20131009-765',NULL),(1985,664,1,534,'2013-10-09 13:29:20',0,0,'','2013100978','2013-10-09','2013-10-09','20131009-78','14:28',1,'DR SALLAR',NULL,'','20131009-765',NULL),(1986,665,3,534,'2013-10-09 13:40:52',0,0,'','2013100979','2013-10-09','2013-10-09','20131009-79','14:39',1,'DR MENSAH',NULL,'','20131009-766',NULL),(1988,665,4,534,'2013-10-09 13:40:52',0,0,'','2013100979','2013-10-09','2013-10-09','20131009-79','14:40',1,'DR MENSAH',NULL,'','20131009-766',NULL),(1989,666,1,534,'2013-10-09 14:16:12',1,0,'','2013100980','2013-10-09','2013-10-09','20131009-80','15:13',1,'DR MENSAH',NULL,'','20131009-767',NULL),(1990,667,3,534,'2013-10-09 14:19:52',0,0,'','2013100981','2013-10-09','2013-10-09','20131009-81','15:17',1,'DR ASUMAN',NULL,'','20131009-768',NULL),(1991,668,3,534,'2013-10-09 14:23:42',1,0,'','2013100982 ','2013-10-09','2013-10-09','20131009-82','15:20',1,'DR VORTIA',NULL,'','20131009-769',NULL),(1993,668,5,534,'2013-10-09 14:23:42',0,0,'','2013100982 ','2013-10-09','2013-10-09','20131009-82','15:22',1,'DR VORTIA',NULL,'','20131009-769',NULL),(1996,668,4,534,'2013-10-09 14:23:43',1,0,'','2013100982 ','2013-10-09','2013-10-09','20131009-82','15:22',1,'DR VORTIA',NULL,'','20131009-769',NULL),(1997,669,3,534,'2013-10-09 14:30:00',1,0,'','2013100983','2013-10-09','2013-10-09','20131009-83','15:26',1,'',NULL,'','20131009-770',NULL),(1999,669,4,534,'2013-10-09 14:30:01',1,0,'','2013100983','2013-10-09','2013-10-09','20131009-83','15:29',1,'',NULL,'','20131009-770',NULL),(2000,670,3,534,'2013-10-09 14:43:13',0,0,'','2013100986','2013-10-09','2013-10-09','20131009-86','15:40',1,'DR MENSAH',NULL,'','20131009-773',NULL),(2002,670,1,534,'2013-10-09 14:43:13',1,0,'','2013100986','2013-10-09','2013-10-09','20131009-86','15:41',1,'DR MENSAH',NULL,'','20131009-773',NULL),(2003,603,1,534,'2013-10-09 14:46:59',0,0,'','2013100987','2013-10-09','2013-10-09','20131009-87','15:43',1,'DR VORTIA',NULL,'','20131009-774',NULL),(2005,603,4,534,'2013-10-09 14:46:59',0,0,'','2013100987','2013-10-09','2013-10-09','20131009-87','15:46',1,'DR VORTIA',NULL,'','20131009-774',NULL),(2006,671,4,534,'2013-10-09 14:50:33',0,0,'','2013100988','2013-10-09','2013-10-09','20131009-88','15:48',1,'DR VORTIA',NULL,'','20131009-775',NULL),(2007,672,3,534,'2013-10-09 14:57:08',1,0,'','2013100989 ','2013-10-09','2013-10-09','20131009-89','15:52',1,'DR SALLAR',NULL,'','20131009-776',NULL),(2009,672,4,534,'2013-10-09 14:57:08',1,0,'','2013100989 ','2013-10-09','2013-10-09','20131009-89','15:54',1,'DR SALLAR',NULL,'','20131009-776',NULL),(2012,672,1,534,'2013-10-09 14:57:09',1,0,'','2013100989 ','2013-10-09','2013-10-09','20131009-89','15:55',1,'DR SALLAR',NULL,'','20131009-776',NULL),(2013,674,3,534,'2013-10-09 15:01:43',0,0,'','2013100991','2013-10-09','2013-10-09','20131009-91','15:59',1,'DR ARMAH',NULL,'','20131009-778',NULL),(2015,674,10,534,'2013-10-09 15:01:47',0,0,'','2013100991','2013-10-09','2013-10-09','20131009-91','16:00',1,'DR ARMAH',NULL,'','20131009-778',NULL),(2016,207,3,534,'2013-10-09 15:06:13',0,0,'','2013100992','2013-10-09','2013-10-09','20131009-92','16:03',1,'DR ADOTEY',NULL,'','20131009-779',NULL),(2017,675,3,534,'2013-10-09 15:13:05',0,0,'','2013100993','2013-10-09','2013-10-09','20131009-93','16:10',1,'DR MENSAH',NULL,'','20131009-780',NULL),(2019,675,5,534,'2013-10-09 15:13:05',0,0,'','2013100993','2013-10-09','2013-10-09','20131009-93','16:12',1,'DR MENSAH',NULL,'','20131009-780',NULL),(2020,676,3,534,'2013-10-09 15:29:25',0,0,'','2013100994','2013-10-09','2013-10-09','20131009-94','16:26',1,'DR VORTIA',NULL,'','20131009-781',NULL),(2022,676,1,534,'2013-10-09 15:29:25',1,0,'','2013100994','2013-10-09','2013-10-09','20131009-94','16:28',1,'DR VORTIA',NULL,'','20131009-781',NULL),(2023,677,3,534,'2013-10-09 15:33:08',1,0,'','2013100995','2013-10-09','2013-10-09','20131009-95','16:31',1,'DR SALLAR',NULL,'','20131009-782',NULL),(2024,678,3,534,'2013-10-09 15:40:28',0,0,'','2013100996 ','2013-10-09','2013-10-09','20131009-96','16:38',1,'DR SALLAR',NULL,'','20131009-783',NULL),(2026,678,4,534,'2013-10-09 15:40:28',0,0,'','2013100996 ','2013-10-09','2013-10-09','20131009-96','16:39',1,'DR SALLAR',NULL,'','20131009-783',NULL),(2029,678,1,534,'2013-10-09 15:40:28',0,0,'','2013100996 ','2013-10-09','2013-10-09','20131009-96','16:39',1,'DR SALLAR',NULL,'','20131009-783',NULL),(2030,664,19,534,'2013-10-09 15:43:19',1,0,'','2013100997','2013-10-09','2013-10-09','20131009-97','16:42',1,'',NULL,'','20131009-784',NULL),(2031,673,1,541,'2013-10-09 15:54:25',0,0,'','2013100990','2013-10-09','2013-10-09','20131009-90','15:56',1,'PROF S K OWUSU',NULL,'','20131009-777',NULL),(2032,679,29,534,'2013-10-09 16:02:59',0,0,'','2013100998 ','2013-10-09','2013-10-09','20131009-98','16:56',1,'DR ARMAH',NULL,'','20131009-785',NULL),(2033,680,29,534,'2013-10-09 16:07:58',0,0,'','2013100999 ','2013-10-09','2013-10-09','20131009-99','17:04',1,'DR DARKO',NULL,'','20131009-786',NULL),(2034,681,1,534,'2013-10-09 16:11:59',0,0,'','20131009100','2013-10-09','2013-10-09','20131009-100','17:09',1,'PROF E D YEBOAH',NULL,'','20131009-787',NULL),(2035,682,3,534,'2013-10-09 16:16:37',0,0,'','20131009101','2013-10-09','2013-10-09','20131009-101','17:13',1,'DR SALLAR',NULL,'','20131009-788',NULL),(2037,682,1,534,'2013-10-09 16:16:37',0,0,'','20131009101','2013-10-09','2013-10-09','20131009-101','17:15',1,'DR SALLAR',NULL,'','20131009-788',NULL),(2040,682,4,534,'2013-10-09 16:16:38',0,0,'','20131009101','2013-10-09','2013-10-09','20131009-101','17:16',1,'DR SALLAR',NULL,'','20131009-788',NULL),(2041,683,1,534,'2013-10-09 16:47:04',0,0,'','20131009102','2013-10-09','2013-10-09','20131009-102','17:41',1,'',NULL,'','20131009-789',NULL),(2042,684,3,534,'2013-10-09 16:52:31',0,0,'','20131009103','2013-10-09','2013-10-09','20131009-103','17:50',1,'DR ARMAH',NULL,'','20131009-790',NULL),(2044,684,4,534,'2013-10-09 16:52:31',0,0,'','20131009103','2013-10-09','2013-10-09','20131009-103','17:51',1,'DR ARMAH',NULL,'','20131009-790',NULL),(2047,684,1,534,'2013-10-09 16:52:32',0,0,'','20131009103','2013-10-09','2013-10-09','20131009-103','17:51',1,'DR ARMAH',NULL,'','20131009-790',NULL),(2048,685,3,534,'2013-10-09 16:55:57',0,0,'','20131009104','2013-10-09','2013-10-09','20131009-104','17:54',1,'DR SALLAR',NULL,'','20131009-791',NULL),(2049,686,3,531,'2013-10-09 17:12:56',0,0,'','20131009105 ','2013-10-09','2013-10-09','20131009-105','18:06',1,'DR VORTIA',NULL,'','20131009-792',NULL),(2051,686,4,531,'2013-10-09 17:12:56',0,0,'','20131009105 ','2013-10-09','2013-10-09','20131009-105','18:07',1,'DR VORTIA',NULL,'','20131009-792',NULL),(2052,687,3,531,'2013-10-09 18:03:51',0,0,'','20131009106 ','2013-10-09','2013-10-09','20131009-106','18:57',1,'DR ARMAH',NULL,'','20131009-793',NULL),(2054,687,4,531,'2013-10-09 18:03:51',0,0,'','20131009106 ','2013-10-09','2013-10-09','20131009-106','18:59',1,'DR ARMAH',NULL,'','20131009-793',NULL),(2055,688,3,531,'2013-10-09 18:21:46',0,0,'','20131009107','2013-10-09','2013-10-09','20131009-107','19:19',1,'DR ARMAH',NULL,'','20131009-794',NULL),(2057,688,1,531,'2013-10-09 18:21:46',1,0,'','20131009107','2013-10-09','2013-10-09','20131009-107','19:20',1,'DR ARMAH',NULL,'','20131009-794',NULL),(2058,689,4,531,'2013-10-09 18:28:14',0,0,'','20131009108','2013-10-09','2013-10-09','20131009-108','19:24',1,'DR ADOTEY',NULL,'','20131009-795',NULL),(2059,690,3,531,'2013-10-09 18:44:24',1,0,'','20131009109','2013-10-09','2013-10-09','20131009-109','19:40',1,'DR VORTIA',NULL,'','20131009-796',NULL),(2061,690,4,531,'2013-10-09 18:44:25',1,0,'','20131009109','2013-10-09','2013-10-09','20131009-109','19:41',1,'DR VORTIA',NULL,'','20131009-796',NULL),(2064,690,13,531,'2013-10-09 18:44:25',0,0,'','20131009109','2013-10-09','2013-10-09','20131009-109','19:41',1,'DR VORTIA',NULL,'','20131009-796',NULL),(2065,686,4,531,'2013-10-09 18:45:46',0,0,'','20131009105','2013-10-09','2013-10-09','20131009-110','19:44',1,'DR VORTIA',NULL,'','20131009-797',NULL),(2066,691,3,531,'2013-10-09 18:55:06',0,0,'','20131009111','2013-10-09','2013-10-09','20131009-111','19:49',1,'DR ARMAH',NULL,'','20131009-798',NULL),(2067,692,3,531,'2013-10-09 18:59:36',0,0,'','20131009112 ','2013-10-09','2013-10-09','20131009-112','19:56',1,'DR ADOTEY',NULL,'','20131009-799',NULL),(2068,424,1,531,'2013-10-09 19:04:44',0,0,'','20131009113','2013-10-09','2013-10-09','20131009-113','20:00',1,'DR ADOTEY',NULL,'','20131009-800',NULL),(2069,693,4,531,'2013-10-09 19:08:23',0,0,'','20131009114','2013-10-09','2013-10-09','20131009-114','20:06',1,'DR SALAM',NULL,'','20131009-801',NULL),(2070,694,5,531,'2013-10-09 19:15:03',0,0,'','20131009115','2013-10-09','2013-10-09','20131009-115','20:11',1,'DR ADOTEY',NULL,'','20131009-802',NULL),(2071,695,3,531,'2013-10-09 19:29:47',0,0,'','20131009116','2013-10-09','2013-10-09','20131009-116','20:26',1,'DR SALLAR',NULL,'','20131009-803',NULL),(2072,696,3,551,'2013-10-09 19:34:43',0,0,'','20131009117','2013-10-09','2013-10-09','20131009-117','20:33',1,'DR VORTIA',NULL,'','20131009-804',NULL),(2073,697,3,551,'2013-10-09 19:48:40',0,0,'','20131009118','2013-10-09','2013-10-09','20131009-118','20:46',1,'DR VORTIA',NULL,'','20131009-805',NULL),(2075,697,4,551,'2013-10-09 19:48:40',1,0,'','20131009118','2013-10-09','2013-10-09','20131009-118','20:47',1,'DR VORTIA',NULL,'','20131009-805',NULL),(2078,697,13,551,'2013-10-09 19:48:40',1,0,'','20131009118','2013-10-09','2013-10-09','20131009-118','20:48',1,'DR VORTIA',NULL,'','20131009-805',NULL),(2079,698,3,551,'2013-10-09 20:44:38',0,0,'','','2013-10-09','2013-10-09','20131009-120','21:38',1,'DR SALLAR',NULL,'','20131009-807',NULL),(2080,699,3,551,'2013-10-09 21:08:10',0,0,'','','2013-10-09','2013-10-09','20131009-121','22:05',1,'DR VORTIA',NULL,'','20131009-808',NULL),(2081,701,2,551,'2013-10-09 21:24:58',1,0,'','','2013-10-09','2013-10-09','20131009-123','22:19',1,'DR AMOAH',NULL,'','20131009-810',NULL),(2082,702,3,551,'2013-10-09 21:35:17',0,0,'','','2013-10-09','2013-10-09','20131009-124','22:33',1,'DR SALLAR',NULL,'','20131009-811',NULL),(2083,703,1,551,'2013-10-09 21:51:05',0,0,'','','2013-10-09','2013-10-09','20131009-125','22:38',1,'DR AMOAH',NULL,'','20131009-812',NULL),(2084,704,1,551,'2013-10-09 22:03:25',0,0,'','','2013-10-09','2013-10-09','20131009-126','22:59',1,'DR AMOAH',NULL,'','20131009-813',NULL),(2085,705,1,551,'2013-10-09 22:10:30',0,0,'','','2013-10-09','2013-10-09','20131009-127','23:08',1,'DR YEBOAH',NULL,'','20131009-814',NULL),(2086,706,4,551,'2013-10-09 22:17:44',0,0,'','','2013-10-09','2013-10-09','20131009-128','23:15',1,'DR YEBOAH',NULL,'','20131009-815',NULL),(2087,707,1,551,'2013-10-09 22:22:16',0,0,'','','2013-10-09','2013-10-09','20131009-129','23:19',1,'DR YEBOAH',NULL,'','20131009-816',NULL),(2088,708,3,551,'2013-10-09 22:55:40',0,0,'','','2013-10-09','2013-10-09','20131009-130','23:52',1,'DR YEBOAH',NULL,'','20131009-817',NULL),(2089,709,3,551,'2013-10-10 00:40:21',0,0,'','201310101','2013-10-10','2013-10-10','20131010-1','00:09',1,'DR YEBOAH',NULL,'','20131010-818',NULL),(2091,709,1,551,'2013-10-10 00:40:21',0,0,'','201310101','2013-10-10','2013-10-10','20131010-1','01:39',1,'DR YEBOAH',NULL,'','20131010-818',NULL),(2092,710,1,551,'2013-10-10 01:00:18',0,0,'','','2013-10-10','2013-10-10','20131010-3','01:55',1,'DR YEBOAH',NULL,'','20131010-820',NULL),(2093,711,1,551,'2013-10-10 01:10:34',0,0,'','','2013-10-10','2013-10-10','20131010-4','02:05',1,'',NULL,'','20131010-821',NULL),(2094,712,1,551,'2013-10-10 01:15:25',0,0,'','','2013-10-10','2013-10-10','20131010-5','02:12',1,'DR YEBOAH',NULL,'','20131010-822',NULL),(2095,713,1,551,'2013-10-10 01:22:32',1,0,'','','2013-10-10','2013-10-10','20131010-6','02:19',1,'',NULL,'','20131010-823',NULL),(2096,714,1,551,'2013-10-10 01:26:39',1,0,'','','2013-10-10','2013-10-10','20131010-7','02:25',1,'',NULL,'','20131010-824',NULL),(2097,715,1,551,'2013-10-10 01:32:10',0,0,'','','2013-10-10','2013-10-10','20131010-8','02:29',1,'',NULL,'','20131010-825',NULL),(2098,716,3,551,'2013-10-10 06:57:06',0,0,'','201310109','2013-10-10','2013-10-10','20131010-9','07:55',1,'PROF E D YEBOAH',NULL,'','20131010-826',NULL),(2100,716,2,551,'2013-10-10 06:57:06',0,0,'','201310109','2013-10-10','2013-10-10','20131010-9','07:56',1,'PROF E D YEBOAH',NULL,'','20131010-826',NULL),(2103,716,4,551,'2013-10-10 06:57:07',0,0,'','201310109','2013-10-10','2013-10-10','20131010-9','07:56',1,'PROF E D YEBOAH',NULL,'','20131010-826',NULL),(2104,717,4,551,'2013-10-10 07:03:03',0,0,'','2013101010','2013-10-10','2013-10-10','20131010-10','07:59',1,'DR SALLAR',NULL,'','20131010-827',NULL),(2105,718,1,551,'2013-10-10 07:11:48',0,0,'','2013101011','2013-10-10','2013-10-10','20131010-11','08:05',1,'DR VORTIA',NULL,'','20131010-828',NULL),(2106,719,2,531,'2013-10-10 07:33:31',0,0,'','2013101012','2013-10-10','2013-10-10','20131010-12','08:26',1,'SR',NULL,'','20131010-829',NULL),(2107,720,3,531,'2013-10-10 08:01:36',0,0,'','2013101013','2013-10-10','2013-10-10','20131010-13','08:59',1,'DR SALLAR',NULL,'','20131010-830',NULL),(2109,720,2,531,'2013-10-10 08:01:36',0,0,'','2013101013','2013-10-10','2013-10-10','20131010-13','09:00',1,'DR SALLAR',NULL,'','20131010-830',NULL),(2112,720,4,531,'2013-10-10 08:01:37',0,0,'','2013101013','2013-10-10','2013-10-10','20131010-13','09:01',1,'DR SALLAR',NULL,'','20131010-830',NULL),(2113,721,3,531,'2013-10-10 08:03:43',0,0,'','2013101015 ','2013-10-10','2013-10-10','20131010-15','09:02',1,'DR YEBOAH',NULL,'','20131010-832',NULL),(2114,620,2,504,'2013-10-10 08:04:10',1,0,'','2013100930','2013-10-10','2013-10-10','20131010-14','09:01',1,'',NULL,'','20131010-831',NULL),(2116,620,3,504,'2013-10-10 08:04:11',1,0,'','2013100930','2013-10-10','2013-10-10','20131010-14','09:03',1,'',NULL,'','20131010-831',NULL),(2119,620,4,504,'2013-10-10 08:04:11',1,0,'','2013100930','2013-10-10','2013-10-10','20131010-14','09:03',1,'',NULL,'','20131010-831',NULL),(2120,620,1,504,'2013-10-10 08:07:08',1,0,'','2013100930','2013-10-10','2013-10-10','20131010-17','09:06',1,'',NULL,'','20131010-834',NULL),(2121,581,5,504,'2013-10-10 08:11:49',0,0,'','20131008138','2013-10-10','2013-10-10','20131010-18','09:09',1,'DR OFORI ANTI',NULL,'','20131010-835',NULL),(2122,722,3,531,'2013-10-10 08:12:27',0,0,'','2013101015','2013-10-10','2013-10-10','20131010-16','09:04',1,'DR VORTIA',NULL,'','20131010-833',NULL),(2124,722,1,531,'2013-10-10 08:12:27',0,0,'','2013101015 ','2013-10-10','2013-10-10','20131010-16','09:06',1,'DR VORTIA',NULL,'','20131010-833',NULL),(2127,722,2,531,'2013-10-10 08:12:27',0,0,'','2013101015','2013-10-10','2013-10-10','20131010-16','09:07',1,'DR VORTIA',NULL,'','20131010-833',NULL),(2128,723,3,531,'2013-10-10 08:25:44',0,0,'','2013101016','2013-10-10','2013-10-10','20131010-19','09:19',1,'DR SALLAR',NULL,'','20131010-836',NULL),(2130,723,1,531,'2013-10-10 08:25:44',0,0,'','2013101016','2013-10-10','2013-10-10','20131010-19','09:21',1,'DR SALLAR',NULL,'','20131010-836',NULL),(2133,723,2,531,'2013-10-10 08:25:44',0,0,'','2013101016','2013-10-10','2013-10-10','20131010-19','09:23',1,'DR SALLAR',NULL,'','20131010-836',NULL),(2137,723,4,531,'2013-10-10 08:25:44',0,0,'','2013101016','2013-10-10','2013-10-10','20131010-19','09:23',1,'DR SALLAR',NULL,'','20131010-836',NULL),(2142,723,5,531,'2013-10-10 08:25:45',0,0,'','2013101016','2013-10-10','2013-10-10','20131010-19','09:24',1,'DR SALLAR',NULL,'','20131010-836',NULL),(2143,724,3,531,'2013-10-10 08:32:10',0,0,'','2013101017','2013-10-10','2013-10-10','20131010-20','09:27',1,'DR SALLAR',NULL,'','20131010-837',NULL),(2145,724,1,531,'2013-10-10 08:32:10',0,0,'','2013101017','2013-10-10','2013-10-10','20131010-20','09:28',1,'DR SALLAR',NULL,'','20131010-837',NULL),(2148,724,2,531,'2013-10-10 08:32:10',0,0,'','2013101017','2013-10-10','2013-10-10','20131010-20','09:29',1,'DR SALLAR',NULL,'','20131010-837',NULL),(2152,724,4,531,'2013-10-10 08:32:11',0,0,'','2013101017','2013-10-10','2013-10-10','20131010-20','09:30',1,'DR SALLAR',NULL,'','20131010-837',NULL),(2157,724,5,531,'2013-10-10 08:32:11',0,0,'','2013101017','2013-10-10','2013-10-10','20131010-20','09:30',1,'DR SALLAR',NULL,'','20131010-837',NULL),(2158,725,3,531,'2013-10-10 08:37:07',0,0,'','2013101018','2013-10-10','2013-10-10','20131010-21','09:33',1,'DR MENSAH',NULL,'','20131010-838',NULL),(2160,725,1,531,'2013-10-10 08:37:07',0,0,'','2013101018','2013-10-10','2013-10-10','20131010-21','09:35',1,'DR MENSAH',NULL,'','20131010-838',NULL),(2163,725,2,531,'2013-10-10 08:37:08',0,0,'','2013101018','2013-10-10','2013-10-10','20131010-21','09:36',1,'DR MENSAH',NULL,'','20131010-838',NULL),(2164,726,3,531,'2013-10-10 08:40:16',0,0,'','2013101019','2013-10-10','2013-10-10','20131010-22','09:38',1,'DR ARMAH',NULL,'','20131010-839',NULL),(2166,726,4,531,'2013-10-10 08:40:16',0,0,'','2013101019','2013-10-10','2013-10-10','20131010-22','09:39',1,'DR ARMAH',NULL,'','20131010-839',NULL),(2167,727,3,531,'2013-10-10 08:42:24',0,0,'','2013101020','2013-10-10','2013-10-10','20131010-23','09:41',1,'DR YEBOAH',NULL,'','20131010-840',NULL),(2169,727,4,531,'2013-10-10 08:42:24',0,0,'','2013101020','2013-10-10','2013-10-10','20131010-23','09:42',1,'DR YEBOAH',NULL,'','20131010-840',NULL),(2170,728,3,531,'2013-10-10 08:44:20',0,0,'','2013101021','2013-10-10','2013-10-10','20131010-24','09:43',1,'DR YEBOAH',NULL,'','20131010-841',NULL),(2172,728,4,531,'2013-10-10 08:44:20',0,0,'','2013101021','2013-10-10','2013-10-10','20131010-24','09:44',1,'DR YEBOAH',NULL,'','20131010-841',NULL),(2173,729,3,531,'2013-10-10 08:46:06',0,0,'','2013101025','2013-10-10','2013-10-10','20131010-25','09:45',1,'DR MENSAH',NULL,'','20131010-842',NULL),(2174,730,1,531,'2013-10-10 08:49:31',0,0,'','2013101026','2013-10-10','2013-10-10','20131010-26','09:48',1,'DR SALLAR',NULL,'','20131010-843',NULL),(2175,731,3,531,'2013-10-10 08:53:42',0,0,'','2013101027 ','2013-10-10','2013-10-10','20131010-27','09:51',1,'DR DOW',NULL,'','20131010-844',NULL),(2177,731,2,531,'2013-10-10 08:53:43',0,0,'','2013101027 ','2013-10-10','2013-10-10','20131010-27','09:53',1,'DR DOW',NULL,'','20131010-844',NULL),(2178,732,3,531,'2013-10-10 08:57:00',0,0,'','2013101028 ','2013-10-10','2013-10-10','20131010-28','09:55',1,'DR MENSAH',NULL,'','20131010-845',NULL),(2179,733,3,531,'2013-10-10 09:09:36',0,0,'','2013101029 ','2013-10-10','2013-10-10','20131010-29','10:05',1,'DR MENSAH',NULL,'','20131010-846',NULL),(2181,733,1,531,'2013-10-10 09:09:36',0,0,'','2013101029 ','2013-10-10','2013-10-10','20131010-29','10:06',1,'DR MENSAH',NULL,'','20131010-846',NULL),(2182,734,1,531,'2013-10-10 09:12:42',0,0,'','2013101030','2013-10-10','2013-10-10','20131010-30','10:10',1,'DR VORTIA',NULL,'','20131010-847',NULL),(2184,734,2,531,'2013-10-10 09:12:42',0,0,'','2013101030','2013-10-10','2013-10-10','20131010-30','10:12',1,'DR VORTIA',NULL,'','20131010-847',NULL),(2185,735,3,531,'2013-10-10 09:18:27',0,0,'','2013101031','2013-10-10','2013-10-10','20131010-31','10:15',1,'',NULL,'','20131010-848',NULL),(2187,735,2,531,'2013-10-10 09:18:28',0,0,'','2013101031','2013-10-10','2013-10-10','20131010-31','10:16',1,'',NULL,'','20131010-848',NULL),(2190,735,1,531,'2013-10-10 09:18:28',0,0,'','2013101031','2013-10-10','2013-10-10','20131010-31','10:17',1,'',NULL,'','20131010-848',NULL),(2191,736,3,531,'2013-10-10 09:23:36',0,0,'','2013101032 ','2013-10-10','2013-10-10','20131010-32','10:19',1,'DR SALLAR',NULL,'','20131010-849',NULL),(2193,736,1,531,'2013-10-10 09:23:36',0,0,'','2013101032 ','2013-10-10','2013-10-10','20131010-32','10:19',1,'DR SALLAR',NULL,'','20131010-849',NULL),(2196,736,2,531,'2013-10-10 09:23:36',0,0,'','2013101032 ','2013-10-10','2013-10-10','20131010-32','10:21',1,'DR SALLAR',NULL,'','20131010-849',NULL),(2200,736,4,531,'2013-10-10 09:23:37',0,0,'','2013101032 ','2013-10-10','2013-10-10','20131010-32','10:22',1,'DR SALLAR',NULL,'','20131010-849',NULL),(2205,736,5,531,'2013-10-10 09:23:37',0,0,'','2013101032 ','2013-10-10','2013-10-10','20131010-32','10:22',1,'DR SALLAR',NULL,'','20131010-849',NULL),(2206,737,2,531,'2013-10-10 09:27:51',0,0,'','2013101033','2013-10-10','2013-10-10','20131010-33','10:25',1,'',NULL,'','20131010-850',NULL),(2207,738,3,531,'2013-10-10 09:31:35',0,0,'','2013101034','2013-10-10','2013-10-10','20131010-34','10:29',1,'',NULL,'','20131010-851',NULL),(2208,1,1,504,'2013-10-10 09:31:53',1,0,'','','2013-10-10','2013-10-10','20131010-35','10:31',1,'',NULL,'','20131010-852',NULL),(2209,739,3,531,'2013-10-10 09:36:13',0,0,'','2013101036 ','2013-10-10','2013-10-10','20131010-36','10:34',1,'DR DANIELS',NULL,'','20131010-853',NULL),(2211,739,4,531,'2013-10-10 09:36:16',0,0,'','2013101036 ','2013-10-10','2013-10-10','20131010-36','10:35',1,'DR DANIELS',NULL,'','20131010-853',NULL),(2212,740,3,531,'2013-10-10 09:40:18',0,0,'','2013101037 ','2013-10-10','2013-10-10','20131010-37','10:38',1,'DR DANIELS',NULL,'','20131010-854',NULL),(2213,741,3,531,'2013-10-10 09:44:32',0,0,'','2013101038 ','2013-10-10','2013-10-10','20131010-38','10:42',1,'DR DANIELS',NULL,'','20131010-855',NULL),(2215,741,4,531,'2013-10-10 09:44:33',0,0,'','2013101038 ','2013-10-10','2013-10-10','20131010-38','10:42',1,'DR DANIELS',NULL,'','20131010-855',NULL),(2218,741,5,531,'2013-10-10 09:44:33',0,0,'','2013101038 ','2013-10-10','2013-10-10','20131010-38','10:43',1,'DR DANIELS',NULL,'','20131010-855',NULL),(2219,742,3,531,'2013-10-10 09:48:28',0,0,'','2013101039','2013-10-10','2013-10-10','20131010-39','10:45',1,'DR MENSAH',NULL,'','20131010-856',NULL),(2221,742,1,531,'2013-10-10 09:48:29',0,0,'','2013101039','2013-10-10','2013-10-10','20131010-39','10:46',1,'DR MENSAH',NULL,'','20131010-856',NULL),(2224,742,2,531,'2013-10-10 09:48:29',0,0,'','2013101039','2013-10-10','2013-10-10','20131010-39','10:47',1,'DR MENSAH',NULL,'','20131010-856',NULL),(2225,743,1,531,'2013-10-10 09:53:16',0,0,'','2013101041','2013-10-10','2013-10-10','20131010-41','10:51',1,'DR VORTIA',NULL,'','20131010-858',NULL),(2227,743,2,531,'2013-10-10 09:53:16',0,0,'','2013101041','2013-10-10','2013-10-10','20131010-41','10:52',1,'DR VORTIA',NULL,'','20131010-858',NULL),(2228,744,3,531,'2013-10-10 10:00:12',0,0,'','2013101042','2013-10-10','2013-10-10','20131010-42','10:55',1,'DR SALLAR',NULL,'','20131010-859',NULL),(2230,744,1,531,'2013-10-10 10:00:12',0,0,'','2013101042','2013-10-10','2013-10-10','20131010-42','10:57',1,'DR SALLAR',NULL,'','20131010-859',NULL),(2233,744,2,531,'2013-10-10 10:00:12',0,0,'','2013101042','2013-10-10','2013-10-10','20131010-42','10:58',1,'DR SALLAR',NULL,'','20131010-859',NULL),(2237,744,4,531,'2013-10-10 10:00:12',0,0,'','2013101042','2013-10-10','2013-10-10','20131010-42','10:59',1,'DR SALLAR',NULL,'','20131010-859',NULL),(2242,744,5,531,'2013-10-10 10:00:13',0,0,'','2013101042','2013-10-10','2013-10-10','20131010-42','11:00',1,'DR SALLAR',NULL,'','20131010-859',NULL),(2243,745,3,531,'2013-10-10 10:04:59',0,0,'','2013101043','2013-10-10','2013-10-10','20131010-43','11:01',1,'DR SALLAR',NULL,'','20131010-860',NULL),(2245,745,1,531,'2013-10-10 10:05:03',0,0,'','2013101043','2013-10-10','2013-10-10','20131010-43','11:02',1,'DR SALLAR',NULL,'','20131010-860',NULL),(2248,745,2,531,'2013-10-10 10:05:03',0,0,'','2013101043','2013-10-10','2013-10-10','20131010-43','11:03',1,'DR SALLAR',NULL,'','20131010-860',NULL),(2252,745,4,531,'2013-10-10 10:05:03',0,0,'','2013101043','2013-10-10','2013-10-10','20131010-43','11:04',1,'DR SALLAR',NULL,'','20131010-860',NULL),(2257,745,5,531,'2013-10-10 10:05:03',0,0,'','2013101043','2013-10-10','2013-10-10','20131010-43','11:04',1,'DR SALLAR',NULL,'','20131010-860',NULL),(2258,746,3,531,'2013-10-10 10:11:42',0,0,'','2013101044','2013-10-10','2013-10-10','20131010-44','11:06',1,'DR MENSAH',NULL,'','20131010-861',NULL),(2259,419,1,531,'2013-10-10 10:13:11',0,0,'','2013101045','2013-10-10','2013-10-10','20131010-45','11:12',1,'',NULL,'','20131010-862',NULL),(2260,747,1,531,'2013-10-10 10:15:24',0,0,'','2013101046','2013-10-10','2013-10-10','20131010-46','11:14',1,'DR FUMMY',NULL,'','20131010-863',NULL),(2261,748,3,531,'2013-10-10 10:17:45',0,0,'','2013101047','2013-10-10','2013-10-10','20131010-47','11:16',1,'DR VORTIA',NULL,'','20131010-864',NULL),(2263,748,1,531,'2013-10-10 10:17:46',0,0,'','2013101047','2013-10-10','2013-10-10','20131010-47','11:17',1,'DR VORTIA',NULL,'','20131010-864',NULL),(2266,748,24,531,'2013-10-10 10:17:46',0,0,'','2013101047','2013-10-10','2013-10-10','20131010-47','11:17',1,'DR VORTIA',NULL,'','20131010-864',NULL),(2267,749,24,531,'2013-10-10 10:21:39',0,0,'','2013101048','2013-10-10','2013-10-10','20131010-48','11:20',1,'DR DANIELS',NULL,'','20131010-865',NULL),(2268,750,3,531,'2013-10-10 10:24:25',0,0,'','2013101049','2013-10-10','2013-10-10','20131010-49','11:23',1,'DR MENSAH',NULL,'','20131010-866',NULL),(2270,750,4,531,'2013-10-10 10:24:26',0,0,'','2013101049','2013-10-10','2013-10-10','20131010-49','11:24',1,'DR MENSAH',NULL,'','20131010-866',NULL),(2271,751,3,531,'2013-10-10 10:26:36',0,0,'','2013101050','2013-10-10','2013-10-10','20131010-50','11:25',1,'DR DANIELS',NULL,'','20131010-867',NULL),(2273,751,5,531,'2013-10-10 10:26:36',0,0,'','2013101050','2013-10-10','2013-10-10','20131010-50','11:26',1,'DR DANIELS',NULL,'','20131010-867',NULL),(2274,752,3,531,'2013-10-10 10:29:03',0,0,'','2013101051','2013-10-10','2013-10-10','20131010-51','11:27',1,'DR OFORI ANTI',NULL,'','20131010-868',NULL),(2276,752,4,531,'2013-10-10 10:29:03',0,0,'','2013101051','2013-10-10','2013-10-10','20131010-51','11:28',1,'DR OFORI ANTI',NULL,'','20131010-868',NULL),(2277,753,3,531,'2013-10-10 10:42:46',0,0,'','2013101052','2013-10-10','2013-10-10','20131010-52','11:41',1,'DR DANIELS',NULL,'','20131010-869',NULL),(2278,564,3,531,'2013-10-10 10:51:38',0,0,'','2013101053','2013-10-10','2013-10-10','20131010-53','11:49',1,'DR FUMMY',NULL,'','20131010-870',NULL),(2279,754,3,531,'2013-10-10 10:54:59',0,0,'','2013101054','2013-10-10','2013-10-10','20131010-54','11:54',1,'DR OFORI ANTI',NULL,'','20131010-871',NULL),(2280,755,3,531,'2013-10-10 10:58:30',0,0,'','2013101055','2013-10-10','2013-10-10','20131010-55','11:57',1,'DR MENSAH',NULL,'','20131010-872',NULL),(2282,755,2,531,'2013-10-10 10:58:30',0,0,'','2013101055','2013-10-10','2013-10-10','20131010-55','11:57',1,'DR MENSAH',NULL,'','20131010-872',NULL),(2285,755,4,531,'2013-10-10 10:58:31',0,0,'','2013101055','2013-10-10','2013-10-10','20131010-55','11:58',1,'DR MENSAH',NULL,'','20131010-872',NULL),(2289,755,24,531,'2013-10-10 10:58:31',0,0,'','2013101055','2013-10-10','2013-10-10','20131010-55','11:58',1,'DR MENSAH',NULL,'','20131010-872',NULL),(2290,756,3,531,'2013-10-10 11:03:24',0,0,'','2013101056','2013-10-10','2013-10-10','20131010-56','12:02',1,'DR DANIELS',NULL,'','20131010-873',NULL),(2291,757,1,531,'2013-10-10 11:07:30',0,0,'','2013101057','2013-10-10','2013-10-10','20131010-57','12:04',1,'DR DANIELS',NULL,'','20131010-874',NULL),(2293,757,3,531,'2013-10-10 11:07:31',0,0,'','2013101057','2013-10-10','2013-10-10','20131010-57','12:06',1,'DR DANIELS',NULL,'','20131010-874',NULL),(2294,758,3,531,'2013-10-10 11:12:22',0,0,'','2013101058','2013-10-10','2013-10-10','20131010-58','12:10',1,'DR DANIELS',NULL,'','20131010-875',NULL),(2296,758,4,531,'2013-10-10 11:12:22',0,0,'','2013101058','2013-10-10','2013-10-10','20131010-58','12:12',1,'DR DANIELS',NULL,'','20131010-875',NULL),(2297,759,3,531,'2013-10-10 11:20:32',0,0,'','2013101059','2013-10-10','2013-10-10','20131010-59','12:18',1,'DR FUMMY',NULL,'','20131010-876',NULL),(2298,564,20,531,'2013-10-10 11:24:48',0,0,'','2013101057','2013-10-10','2013-10-10','20131010-60','12:24',1,'',NULL,'','20131010-877',NULL),(2299,760,3,531,'2013-10-10 11:29:51',0,0,'','2013101061','2013-10-10','2013-10-10','20131010-61','12:28',1,'DR FUMMY',NULL,'','20131010-878',NULL),(2301,760,5,531,'2013-10-10 11:29:52',0,0,'','2013101061','2013-10-10','2013-10-10','20131010-61','12:28',1,'DR FUMMY',NULL,'','20131010-878',NULL),(2302,761,3,531,'2013-10-10 11:39:59',0,0,'','2013101063','2013-10-10','2013-10-10','20131010-63','12:37',1,'DR MENSAH',NULL,'','20131010-880',NULL),(2304,761,2,531,'2013-10-10 11:39:59',0,0,'','2013101063','2013-10-10','2013-10-10','20131010-63','12:38',1,'DR MENSAH',NULL,'','20131010-880',NULL),(2307,761,4,531,'2013-10-10 11:39:59',0,0,'','2013101063','2013-10-10','2013-10-10','20131010-63','12:39',1,'DR MENSAH',NULL,'','20131010-880',NULL),(2311,761,24,531,'2013-10-10 11:40:00',0,0,'','2013101063','2013-10-10','2013-10-10','20131010-63','12:39',1,'DR MENSAH',NULL,'','20131010-880',NULL),(2316,761,26,531,'2013-10-10 11:40:00',0,0,'','2013101063','2013-10-10','2013-10-10','20131010-63','12:39',1,'DR MENSAH',NULL,'','20131010-880',NULL),(2317,762,3,531,'2013-10-10 11:43:27',0,0,'','2013101064','2013-10-10','2013-10-10','20131010-64','12:41',1,'DR OFORI ANTI',NULL,'','20131010-881',NULL),(2319,762,2,531,'2013-10-10 11:43:27',0,0,'','2013101064','2013-10-10','2013-10-10','20131010-64','12:42',1,'DR OFORI ANTI',NULL,'','20131010-881',NULL),(2322,762,4,531,'2013-10-10 11:43:27',0,0,'','2013101064','2013-10-10','2013-10-10','20131010-64','12:43',1,'DR OFORI ANTI',NULL,'','20131010-881',NULL),(2323,763,24,531,'2013-10-10 11:47:55',0,0,'','2013101065','2013-10-10','2013-10-10','20131010-65','12:46',1,'DR DANIELS',NULL,'','20131010-882',NULL),(2324,764,3,531,'2013-10-10 11:59:21',0,0,'','2013101066 ','2013-10-10','2013-10-10','20131010-66','12:57',1,'DR DOW',NULL,'','20131010-883',NULL),(2325,765,3,531,'2013-10-10 12:02:34',0,0,'','2013101067','2013-10-10','2013-10-10','20131010-67','13:00',1,'DR ADOTEY',NULL,'','20131010-884',NULL),(2326,766,1,531,'2013-10-10 12:04:16',0,0,'','20131010668','2013-10-10','2013-10-10','20131010-68','13:03',1,'DR ADOTEY',NULL,'','20131010-885',NULL),(2327,767,3,531,'2013-10-10 12:05:46',0,0,'','20131010669','2013-10-10','2013-10-10','20131010-69','13:04',1,'DR ADOTEY',NULL,'','20131010-886',NULL),(2328,768,3,531,'2013-10-10 12:07:36',0,0,'','2013101070','2013-10-10','2013-10-10','20131010-70','13:06',1,'DR ADOTEY',NULL,'','20131010-887',NULL),(2329,769,3,531,'2013-10-10 12:09:23',0,0,'','2013101071','2013-10-10','2013-10-10','20131010-71','13:08',1,'DR DANIELS',NULL,'','20131010-888',NULL),(2331,769,4,531,'2013-10-10 12:09:23',0,0,'','2013101071','2013-10-10','2013-10-10','20131010-71','13:09',1,'DR DANIELS',NULL,'','20131010-888',NULL),(2332,770,10,531,'2013-10-10 12:16:57',1,0,'','2013101072','2013-10-10','2013-10-10','20131010-72','13:15',1,'DR DOW',NULL,'','20131010-889',NULL),(2333,771,3,531,'2013-10-10 12:21:37',0,0,'','2013101073','2013-10-10','2013-10-10','20131010-73','13:18',1,'DR FUMMY',NULL,'','20131010-890',NULL),(2335,771,1,531,'2013-10-10 12:21:38',1,0,'','2013101073','2013-10-10','2013-10-10','20131010-73','13:20',1,'DR FUMMY',NULL,'','20131010-890',NULL),(2338,771,4,531,'2013-10-10 12:21:38',0,0,'','2013101073','2013-10-10','2013-10-10','20131010-73','13:21',1,'DR FUMMY',NULL,'','20131010-890',NULL),(2342,771,24,531,'2013-10-10 12:21:38',0,0,'','2013101073','2013-10-10','2013-10-10','20131010-73','13:21',1,'DR FUMMY',NULL,'','20131010-890',NULL),(2343,772,24,531,'2013-10-10 12:25:59',0,0,'','2013101074','2013-10-10','2013-10-10','20131010-74','13:24',1,'DR MENSAH',NULL,'','20131010-891',NULL),(2344,773,24,531,'2013-10-10 12:28:06',0,0,'','2013101075','2013-10-10','2013-10-10','20131010-75','13:26',1,'DR MENSAH',NULL,'','20131010-892',NULL),(2345,774,3,531,'2013-10-10 12:30:09',0,0,'','2013101076','2013-10-10','2013-10-10','20131010-76','13:29',1,'DR OFORI ANTI',NULL,'','20131010-893',NULL),(2347,774,2,531,'2013-10-10 12:30:10',0,0,'','2013101076','2013-10-10','2013-10-10','20131010-76','13:29',1,'DR OFORI ANTI',NULL,'','20131010-893',NULL),(2348,775,3,531,'2013-10-10 12:34:13',0,0,'','2013101077','2013-10-10','2013-10-10','20131010-77','13:31',1,'DR DANIELS',NULL,'','20131010-894',NULL),(2350,775,1,531,'2013-10-10 12:34:13',0,0,'','2013101077','2013-10-10','2013-10-10','20131010-77','13:32',1,'DR DANIELS',NULL,'','20131010-894',NULL),(2353,775,2,531,'2013-10-10 12:34:14',0,0,'','2013101077','2013-10-10','2013-10-10','20131010-77','13:33',1,'DR DANIELS',NULL,'','20131010-894',NULL),(2357,775,4,531,'2013-10-10 12:34:14',0,0,'','2013101077','2013-10-10','2013-10-10','20131010-77','13:33',1,'DR DANIELS',NULL,'','20131010-894',NULL),(2362,775,24,531,'2013-10-10 12:34:14',0,0,'','2013101077','2013-10-10','2013-10-10','20131010-77','13:33',1,'DR DANIELS',NULL,'','20131010-894',NULL),(2368,775,26,531,'2013-10-10 12:34:15',0,0,'','2013101077','2013-10-10','2013-10-10','20131010-77','13:34',1,'DR DANIELS',NULL,'','20131010-894',NULL),(2369,776,3,531,'2013-10-10 12:35:59',0,0,'','2013101078','2013-10-10','2013-10-10','20131010-78','13:35',1,'',NULL,'','20131010-895',NULL),(2370,777,24,531,'2013-10-10 12:38:25',0,0,'','2013101079','2013-10-10','2013-10-10','20131010-79','13:37',1,'DR OFORI ANTI',NULL,'','20131010-896',NULL),(2371,778,3,531,'2013-10-10 12:45:01',0,0,'','2013101080','2013-10-10','2013-10-10','20131010-80','13:43',1,'DR OFORI ANTI',NULL,'','20131010-897',NULL),(2373,778,4,531,'2013-10-10 12:45:01',0,0,'','2013101080','2013-10-10','2013-10-10','20131010-80','13:44',1,'DR OFORI ANTI',NULL,'','20131010-897',NULL),(2374,779,1,531,'2013-10-10 12:49:35',0,0,'','2013101081','2013-10-10','2013-10-10','20131010-81','13:46',1,'DR MENSAH',NULL,'','20131010-898',NULL),(2376,779,2,531,'2013-10-10 12:49:35',0,0,'','2013101081','2013-10-10','2013-10-10','20131010-81','13:48',1,'DR MENSAH',NULL,'','20131010-898',NULL),(2379,779,3,531,'2013-10-10 12:49:35',0,0,'','2013101081','2013-10-10','2013-10-10','20131010-81','13:48',1,'DR MENSAH',NULL,'','20131010-898',NULL),(2383,779,26,531,'2013-10-10 12:49:35',0,0,'','2013101081','2013-10-10','2013-10-10','20131010-81','13:48',1,'DR MENSAH',NULL,'','20131010-898',NULL),(2388,779,25,531,'2013-10-10 12:49:36',0,0,'','2013101081','2013-10-10','2013-10-10','20131010-81','13:49',1,'DR MENSAH',NULL,'','20131010-898',NULL),(2389,780,24,531,'2013-10-10 12:51:35',0,0,'','2013101082','2013-10-10','2013-10-10','20131010-82','13:50',1,'DR DANIELS',NULL,'','20131010-899',NULL),(2390,781,3,531,'2013-10-10 12:54:59',0,0,'','2013101083','2013-10-10','2013-10-10','20131010-83','13:52',1,'DR MENSAH',NULL,'','20131010-900',NULL),(2392,781,1,531,'2013-10-10 12:54:59',0,0,'','2013101083','2013-10-10','2013-10-10','20131010-83','13:53',1,'DR MENSAH',NULL,'','20131010-900',NULL),(2395,781,5,531,'2013-10-10 12:54:59',0,0,'','2013101083','2013-10-10','2013-10-10','20131010-83','13:54',1,'DR MENSAH',NULL,'','20131010-900',NULL),(2399,781,4,531,'2013-10-10 12:55:00',0,0,'','2013101083','2013-10-10','2013-10-10','20131010-83','13:54',1,'DR MENSAH',NULL,'','20131010-900',NULL),(2400,65,3,531,'2013-10-10 12:56:25',0,0,'','2013101084','2013-10-10','2013-10-10','20131010-84','13:55',1,'DR ADOTEY',NULL,'','20131010-901',NULL),(2401,202,1,531,'2013-10-10 12:58:40',0,0,'','2013101085','2013-10-10','2013-10-10','20131010-85','13:56',1,'DR ADOTEY',NULL,'','20131010-902',NULL),(2403,202,5,531,'2013-10-10 12:58:41',0,0,'','2013101085','2013-10-10','2013-10-10','20131010-85','13:58',1,'DR ADOTEY',NULL,'','20131010-902',NULL),(2404,782,1,531,'2013-10-10 13:01:45',0,0,'','2013101086','2013-10-10','2013-10-10','20131010-86','14:00',1,'DR DANIELS',NULL,'','20131010-903',NULL),(2406,782,5,531,'2013-10-10 13:01:46',0,0,'','2013101086','2013-10-10','2013-10-10','20131010-86','14:01',1,'DR DANIELS',NULL,'','20131010-903',NULL),(2407,783,3,531,'2013-10-10 13:13:20',0,0,'','2013101087','2013-10-10','2013-10-10','20131010-87','14:12',1,'DR DANIELS',NULL,'','20131010-904',NULL),(2408,784,3,531,'2013-10-10 13:17:23',0,0,'','2013101088','2013-10-10','2013-10-10','20131010-88','14:16',1,'DR DANIELS',NULL,'','20131010-905',NULL),(2410,784,4,531,'2013-10-10 13:17:24',0,0,'','2013101088','2013-10-10','2013-10-10','20131010-88','14:17',1,'DR DANIELS',NULL,'','20131010-905',NULL),(2411,785,1,531,'2013-10-10 13:27:14',0,0,'','2013101089','2013-10-10','2013-10-10','20131010-89','14:24',1,'DR OFORI ANTI',NULL,'','20131010-906',NULL),(2413,785,3,531,'2013-10-10 13:27:15',0,0,'','2013101089','2013-10-10','2013-10-10','20131010-89','14:26',1,'DR OFORI ANTI',NULL,'','20131010-906',NULL),(2414,786,3,531,'2013-10-10 13:31:13',0,0,'','2013101090','2013-10-10','2013-10-10','20131010-90','14:29',1,'DR FUMMY',NULL,'','20131010-907',NULL),(2415,787,3,531,'2013-10-10 13:35:23',0,0,'','2013101091','2013-10-10','2013-10-10','20131010-91','14:33',1,'DR MENSAH',NULL,'','20131010-908',NULL),(2417,787,5,531,'2013-10-10 13:35:23',0,0,'','2013101091','2013-10-10','2013-10-10','20131010-91','14:35',1,'DR MENSAH',NULL,'','20131010-908',NULL),(2418,788,1,531,'2013-10-10 13:39:32',0,0,'','2013101092','2013-10-10','2013-10-10','20131010-92','14:36',1,'DR DANIELS',NULL,'','20131010-909',NULL),(2420,788,3,531,'2013-10-10 13:39:33',0,0,'','2013101092','2013-10-10','2013-10-10','20131010-92','14:38',1,'DR DANIELS',NULL,'','20131010-909',NULL),(2421,789,1,531,'2013-10-10 13:44:35',0,0,'','2013101093','2013-10-10','2013-10-10','20131010-93','14:42',1,'DR OFORI ANTI',NULL,'','20131010-910',NULL),(2422,790,19,531,'2013-10-10 13:56:12',1,0,'','2013101094','2013-10-10','2013-10-10','20131010-94','14:46',1,'DR TACHIE',NULL,'','20131010-911',NULL),(2423,1,17,536,'2013-10-10 14:00:28',1,0,'','2013101096','2013-10-10','2013-10-10','20131010-96','14:54',1,'',NULL,'','20131010-913',NULL),(2425,1,3,536,'2013-10-10 14:00:28',1,0,'','2013101096','2013-10-10','2013-10-10','20131010-96','14:57',1,'',NULL,'','20131010-913',NULL),(2426,791,3,531,'2013-10-10 14:15:51',0,0,'','2013101097','2013-10-10','2013-10-10','20131010-97','15:14',1,'DR TAKYI',NULL,'','20131010-914',NULL),(2427,792,1,536,'2013-10-10 14:20:07',1,0,'','2013101098','2013-10-10','2013-10-10','20131010-98','15:16',1,'DR TAKYI',NULL,'','20131010-915',NULL),(2428,793,3,531,'2013-10-10 14:23:18',0,0,'','2013101099 ','2013-10-10','2013-10-10','20131010-99','15:21',1,'DR OFORI ANTI',NULL,'','20131010-916',NULL),(2430,793,5,531,'2013-10-10 14:23:18',0,0,'','2013101099 ','2013-10-10','2013-10-10','20131010-99','15:22',1,'DR OFORI ANTI',NULL,'','20131010-916',NULL),(2431,794,3,531,'2013-10-10 14:26:09',0,0,'','20131010100','2013-10-10','2013-10-10','20131010-100','15:24',1,'DR TACHIE',NULL,'','20131010-917',NULL),(2433,794,1,531,'2013-10-10 14:26:09',0,0,'','20131010100','2013-10-10','2013-10-10','20131010-100','15:25',1,'DR TACHIE',NULL,'','20131010-917',NULL),(2434,795,4,531,'2013-10-10 14:40:21',0,0,'','20131010101','2013-10-10','2013-10-10','20131010-101','15:38',1,'DR MENSAH',NULL,'','20131010-918',NULL),(2435,789,1,531,'2013-10-10 14:45:21',0,0,'','20131010102','2013-10-10','2013-10-10','20131010-102','15:43',1,'DR OFORI ANTI',NULL,'','20131010-919',NULL),(2436,796,3,531,'2013-10-10 14:52:14',0,0,'','20131010103','2013-10-10','2013-10-10','20131010-103','15:48',1,'DR DANIELS',NULL,'','20131010-920',NULL),(2438,796,1,531,'2013-10-10 14:52:14',0,0,'','20131010103','2013-10-10','2013-10-10','20131010-103','15:50',1,'DR DANIELS',NULL,'','20131010-920',NULL),(2439,797,3,531,'2013-10-10 15:06:44',0,0,'','20131010104','2013-10-10','2013-10-10','20131010-104','16:05',1,'DR MENSAH',NULL,'','20131010-921',NULL),(2441,797,4,531,'2013-10-10 15:06:44',0,0,'','20131010104','2013-10-10','2013-10-10','20131010-104','16:06',1,'DR MENSAH',NULL,'','20131010-921',NULL),(2442,798,3,531,'2013-10-10 15:12:28',0,0,'','20131010105','2013-10-10','2013-10-10','20131010-105','16:11',1,'',NULL,'','20131010-922',NULL),(2443,799,1,531,'2013-10-10 15:30:57',1,0,'','20131010106','2013-10-10','2013-10-10','20131010-106','16:26',1,'DR LAMPTEY',NULL,'','20131010-923',NULL),(2444,800,3,531,'2013-10-10 15:34:06',0,0,'','20131010107','2013-10-10','2013-10-10','20131010-107','16:32',1,'DR DARLOS',NULL,'','20131010-924',NULL),(2446,800,1,531,'2013-10-10 15:34:06',0,0,'','20131010107','2013-10-10','2013-10-10','20131010-107','16:33',1,'DR DARLOS',NULL,'','20131010-924',NULL),(2447,801,3,531,'2013-10-10 15:40:28',0,0,'','20131010108 ','2013-10-10','2013-10-10','20131010-108','16:38',1,'DR DANIELS',NULL,'','20131010-925',NULL),(2449,801,1,531,'2013-10-10 15:40:28',0,0,'','20131010108 ','2013-10-10','2013-10-10','20131010-108','16:40',1,'DR DANIELS',NULL,'','20131010-925',NULL),(2450,802,3,531,'2013-10-10 15:45:52',0,0,'','20131010109','2013-10-10','2013-10-10','20131010-109','16:44',1,'DR DANIELS',NULL,'','20131010-926',NULL),(2452,802,4,531,'2013-10-10 15:45:52',0,0,'','20131010109','2013-10-10','2013-10-10','20131010-109','16:45',1,'DR DANIELS',NULL,'','20131010-926',NULL),(2453,762,26,531,'2013-10-10 15:51:36',0,0,'','2013101064','2013-10-10','2013-10-10','20131010-110','16:50',1,'DR MENSAH',NULL,'','20131010-927',NULL),(2454,803,3,531,'2013-10-10 16:11:44',0,0,'','20131010111','2013-10-10','2013-10-10','20131010-111','17:10',1,'DR VORTIA',NULL,'','20131010-928',NULL),(2455,804,3,531,'2013-10-10 16:14:53',0,0,'','20131010112','2013-10-10','2013-10-10','20131010-112','17:13',1,'DR MENSAH',NULL,'','20131010-929',NULL),(2457,804,4,531,'2013-10-10 16:14:53',0,0,'','20131010112','2013-10-10','2013-10-10','20131010-112','17:14',1,'DR MENSAH',NULL,'','20131010-929',NULL),(2458,805,28,531,'2013-10-10 16:47:36',0,0,'','20131010113 ','2013-10-10','2013-10-10','20131010-113','17:45',1,'',NULL,'','20131010-930',NULL),(2459,806,1,531,'2013-10-10 16:57:36',0,0,'','20131010114 ','2013-10-10','2013-10-10','20131010-114','17:55',1,'DR NKRUMAH',NULL,'','20131010-931',NULL),(2460,807,4,531,'2013-10-10 17:03:12',0,0,'','20131010115','2013-10-10','2013-10-10','20131010-115','18:01',1,'DR MENSAH',NULL,'','20131010-932',NULL),(2461,808,3,531,'2013-10-10 17:08:31',0,0,'','20131010116','2013-10-10','2013-10-10','20131010-116','18:05',1,'DR DANIELS',NULL,'','20131010-933',NULL),(2463,808,1,531,'2013-10-10 17:08:31',0,0,'','20131010116','2013-10-10','2013-10-10','20131010-116','18:06',1,'DR DANIELS',NULL,'','20131010-933',NULL),(2466,808,5,531,'2013-10-10 17:08:31',0,0,'','20131010116','2013-10-10','2013-10-10','20131010-116','18:07',1,'DR DANIELS',NULL,'','20131010-933',NULL),(2467,809,1,531,'2013-10-10 17:19:38',0,0,'','20131010117','2013-10-10','2013-10-10','20131010-117','18:16',1,'DR LAMPTEY',NULL,'','20131010-934',NULL),(2469,809,10,531,'2013-10-10 17:19:38',0,0,'','20131010117','2013-10-10','2013-10-10','20131010-117','18:19',1,'DR LAMPTEY',NULL,'','20131010-934',NULL),(2470,661,3,531,'2013-10-10 18:13:06',0,0,'','20131010119','2013-10-10','2013-10-10','20131010-119','19:11',1,'DR AKPALU',NULL,'','20131010-936',NULL),(2471,810,3,531,'2013-10-10 18:16:01',0,0,'','20131010120 ','2013-10-10','2013-10-10','20131010-120','19:14',1,'DR DANIELS',NULL,'','20131010-937',NULL),(2473,810,1,531,'2013-10-10 18:16:02',0,0,'','20131010120 ','2013-10-10','2013-10-10','20131010-120','19:15',1,'DR DANIELS',NULL,'','20131010-937',NULL),(2474,811,3,531,'2013-10-10 18:27:53',0,0,'','20131010121','2013-10-10','2013-10-10','20131010-121','19:26',1,'DR MENSAH',NULL,'','20131010-938',NULL),(2475,812,3,531,'2013-10-10 19:13:30',0,0,'','20131010122','2013-10-10','2013-10-10','20131010-122','20:09',1,'DR MENSAH',NULL,'','20131010-939',NULL),(2477,812,4,531,'2013-10-10 19:13:30',0,0,'','20131010122','2013-10-10','2013-10-10','20131010-122','20:11',1,'DR MENSAH',NULL,'','20131010-939',NULL),(2480,812,25,531,'2013-10-10 19:13:30',0,0,'','20131010122','2013-10-10','2013-10-10','20131010-122','20:12',1,'DR MENSAH',NULL,'','20131010-939',NULL),(2481,813,1,551,'2013-10-10 19:31:28',0,0,'','20131010123','2013-10-10','2013-10-10','20131010-123','20:30',1,'DR FUMMY',NULL,'','20131010-940',NULL),(2482,814,1,551,'2013-10-10 21:10:53',0,0,'','20131010124','2013-10-10','2013-10-10','20131010-124','21:55',1,'DR YEBOAH',NULL,'','20131010-941',NULL),(2483,815,1,551,'2013-10-10 21:24:41',0,0,'','20131010125','2013-10-10','2013-10-10','20131010-125','22:19',1,'DR DJAN',NULL,'','20131010-942',NULL),(2484,816,4,551,'2013-10-11 06:26:16',0,0,'','','2013-10-11','2013-10-11','20131011-2','07:23',1,'DR YEBOAH',NULL,'','20131011-944',NULL),(2485,818,3,530,'2013-10-11 07:29:12',0,0,'','201310113','2013-10-11','2013-10-11','20131011-5','08:27',1,'',NULL,'','20131011-947',NULL),(2487,818,4,530,'2013-10-11 07:29:12',0,0,'','201310113','2013-10-11','2013-10-11','20131011-5','08:28',1,'',NULL,'','20131011-947',NULL),(2488,819,3,530,'2013-10-11 07:31:05',0,0,'','201310114','2013-10-11','2013-10-11','20131011-6','08:30',1,'',NULL,'','20131011-948',NULL),(2489,820,24,530,'2013-10-11 07:46:50',0,0,'','201310117','2013-10-11','2013-10-11','20131011-7','08:46',1,'',NULL,'','20131011-949',NULL),(2490,821,3,530,'2013-10-11 08:12:03',0,0,'','201310118','2013-10-11','2013-10-11','20131011-8','09:10',1,'DR FUMMY',NULL,'','20131011-950',NULL),(2491,822,3,530,'2013-10-11 08:14:53',0,0,'','201310119','2013-10-11','2013-10-11','20131011-9','09:12',1,'DR DJAN',NULL,'','20131011-951',NULL),(2493,822,5,530,'2013-10-11 08:14:53',0,0,'','201310119','2013-10-11','2013-10-11','20131011-9','09:14',1,'DR DJAN',NULL,'','20131011-951',NULL),(2494,823,3,530,'2013-10-11 08:20:40',0,0,'','2013101110','2013-10-11','2013-10-11','20131011-10','09:19',1,'DR VORTIA',NULL,'','20131011-952',NULL),(2495,824,3,530,'2013-10-11 08:40:40',0,0,'','2013101113 ','2013-10-11','2013-10-11','20131011-13','09:38',1,'DR VORTIA',NULL,'','20131011-955',NULL),(2496,826,3,530,'2013-10-11 09:02:21',0,0,'','2013101115 ','2013-10-11','2013-10-11','20131011-15','10:00',1,'DR MENSAH',NULL,'','20131011-957',NULL),(2497,827,3,530,'2013-10-11 09:08:06',0,0,'','2013101116','2013-10-11','2013-10-11','20131011-16','10:05',1,'DR YEBOAH',NULL,'','20131011-958',NULL),(2499,827,4,530,'2013-10-11 09:08:06',0,0,'','2013101116','2013-10-11','2013-10-11','20131011-16','10:06',1,'DR YEBOAH',NULL,'','20131011-958',NULL),(2502,827,5,530,'2013-10-11 09:08:06',0,0,'','','2013-10-11','2013-10-11','20131011-16','10:06',1,'DR YEBOAH',NULL,'','20131011-958',NULL),(2506,827,1,530,'2013-10-11 09:08:07',0,0,'','','2013-10-11','2013-10-11','20131011-16','10:07',1,'DR YEBOAH',NULL,'','20131011-958',NULL),(2511,827,2,530,'2013-10-11 09:08:07',0,0,'','','2013-10-11','2013-10-11','20131011-16','10:07',1,'DR YEBOAH',NULL,'','20131011-958',NULL),(2512,828,4,530,'2013-10-11 09:13:22',0,0,'','2013101117','2013-10-11','2013-10-11','20131011-17','10:11',1,'DR TACHIE',NULL,'','20131011-959',NULL),(2514,828,2,530,'2013-10-11 09:13:22',0,0,'','','2013-10-11','2013-10-11','20131011-17','10:12',1,'DR TACHIE',NULL,'','20131011-959',NULL),(2515,829,3,530,'2013-10-11 09:17:19',0,0,'','2013101118','2013-10-11','2013-10-11','20131011-18','10:14',1,'DR DJAN',NULL,'','20131011-960',NULL),(2517,829,4,530,'2013-10-11 09:17:19',0,0,'','2013101118','2013-10-11','2013-10-11','20131011-18','10:16',1,'DR DJAN',NULL,'','20131011-960',NULL),(2520,829,1,530,'2013-10-11 09:17:20',0,0,'','','2013-10-11','2013-10-11','20131011-18','10:16',1,'DR DJAN',NULL,'','20131011-960',NULL),(2521,830,3,530,'2013-10-11 09:20:13',0,0,'','2013101119','2013-10-11','2013-10-11','20131011-19','10:18',1,'DR ARMAH',NULL,'','20131011-961',NULL),(2523,830,4,530,'2013-10-11 09:20:13',0,0,'','','2013-10-11','2013-10-11','20131011-19','10:19',1,'DR ARMAH',NULL,'','20131011-961',NULL),(2524,831,3,530,'2013-10-11 09:30:48',0,0,'','2013101120 ','2013-10-11','2013-10-11','20131011-20','10:28',1,'DR VORTIA',NULL,'','20131011-962',NULL),(2526,831,1,530,'2013-10-11 09:30:48',0,0,'','2013101120 ','2013-10-11','2013-10-11','20131011-20','10:30',1,'DR VORTIA',NULL,'','20131011-962',NULL),(2527,832,2,530,'2013-10-11 09:34:49',0,0,'','2013101121','2013-10-11','2013-10-11','20131011-21','10:32',1,'',NULL,'','20131011-963',NULL),(2529,832,4,530,'2013-10-11 09:34:49',0,0,'','','2013-10-11','2013-10-11','20131011-21','10:34',1,'',NULL,'','20131011-963',NULL),(2530,833,3,530,'2013-10-11 09:36:53',0,0,'','2013101122 ','2013-10-11','2013-10-11','20131011-22','10:35',1,'',NULL,'','20131011-964',NULL),(2531,834,3,530,'2013-10-11 09:46:25',0,0,'','2013101123 ','2013-10-11','2013-10-11','20131011-23','10:39',1,'DR VORTIA',NULL,'','20131011-965',NULL),(2533,834,4,530,'2013-10-11 09:46:25',0,0,'','2013101123 ','2013-10-11','2013-10-11','20131011-23','10:42',1,'DR VORTIA',NULL,'','20131011-965',NULL),(2536,834,1,530,'2013-10-11 09:46:26',0,0,'','2013101123 ','2013-10-11','2013-10-11','20131011-23','10:46',1,'DR VORTIA',NULL,'','20131011-965',NULL),(2537,835,3,530,'2013-10-11 09:55:00',0,0,'','2013101124','2013-10-11','2013-10-11','20131011-24','10:54',1,'DR MENSAH',NULL,'','20131011-966',NULL),(2539,835,4,530,'2013-10-11 09:55:00',0,0,'','','2013-10-11','2013-10-11','20131011-24','10:54',1,'DR MENSAH',NULL,'','20131011-966',NULL),(2540,836,1,530,'2013-10-11 10:04:28',0,0,'','2013101125 ','2013-10-11','2013-10-11','20131011-25','11:02',1,'',NULL,'','20131011-967',NULL),(2541,837,3,530,'2013-10-11 10:07:44',0,0,'','2013101126 ','2013-10-11','2013-10-11','20131011-26','11:06',1,'',NULL,'','20131011-968',NULL),(2542,837,5,530,'2013-10-11 10:09:03',0,0,'','2013101126 ','2013-10-11','2013-10-11','20131011-27','11:08',1,'',NULL,'','20131011-969',NULL),(2544,837,1,530,'2013-10-11 10:09:03',0,0,'','2013101126 ','2013-10-11','2013-10-11','20131011-27','11:08',1,'',NULL,'','20131011-969',NULL),(2545,839,3,530,'2013-10-11 10:20:59',0,0,'','2013101129','2013-10-11','2013-10-11','20131011-29','11:19',1,'DR MENSAH',NULL,'','20131011-971',NULL),(2547,839,1,530,'2013-10-11 10:21:00',0,0,'','2013101129','2013-10-11','2013-10-11','20131011-29','11:20',1,'DR MENSAH',NULL,'','20131011-971',NULL),(2548,840,1,530,'2013-10-11 10:23:28',0,0,'','2013101130','2013-10-11','2013-10-11','20131011-30','11:22',1,'DR ARMAH',NULL,'','20131011-972',NULL),(2549,841,3,530,'2013-10-11 10:26:00',0,0,'','2013101131','2013-10-11','2013-10-11','20131011-31','11:24',1,'DR ADOTEY',NULL,'','20131011-973',NULL),(2551,841,4,530,'2013-10-11 10:26:00',0,0,'','2013101131','2013-10-11','2013-10-11','20131011-31','11:25',1,'DR ADOTEY',NULL,'','20131011-973',NULL),(2552,842,3,530,'2013-10-11 10:29:13',0,0,'','2013101132','2013-10-11','2013-10-11','20131011-32','11:27',1,'DR DOW',NULL,'','20131011-974',NULL),(2554,842,1,530,'2013-10-11 10:29:13',0,0,'','2013101132','2013-10-11','2013-10-11','20131011-32','11:28',1,'DR DOW',NULL,'','20131011-974',NULL),(2555,843,1,530,'2013-10-11 10:39:51',0,0,'','2013101133 ','2013-10-11','2013-10-11','20131011-33','11:36',1,'DR YEBOAH',NULL,'','20131011-975',NULL),(2557,843,3,530,'2013-10-11 10:39:51',0,0,'','2013101133 ','2013-10-11','2013-10-11','20131011-33','11:38',1,'DR YEBOAH',NULL,'','20131011-975',NULL),(2560,843,4,530,'2013-10-11 10:39:51',0,0,'','2013101133 ','2013-10-11','2013-10-11','20131011-33','11:38',1,'DR YEBOAH',NULL,'','20131011-975',NULL),(2564,843,5,530,'2013-10-11 10:39:52',0,0,'','2013101133 ','2013-10-11','2013-10-11','20131011-33','11:39',1,'DR YEBOAH',NULL,'','20131011-975',NULL),(2565,844,3,530,'2013-10-11 10:43:05',1,0,'','2013101134','2013-10-11','2013-10-11','20131011-34','11:41',1,'DR MENSAH',NULL,'','20131011-976',NULL),(2567,844,1,530,'2013-10-11 10:43:08',1,0,'','2013101134','2013-10-11','2013-10-11','20131011-34','11:42',1,'DR MENSAH',NULL,'','20131011-976',NULL),(2568,845,4,530,'2013-10-11 10:53:00',1,0,'','2013101135','2013-10-11','2013-10-11','20131011-35','11:51',1,'DR FUMMY',NULL,'','20131011-977',NULL),(2569,414,3,530,'2013-10-11 11:00:53',0,0,'','2013101136 ','2013-10-11','2013-10-11','20131011-36','11:59',1,'',NULL,'','20131011-978',NULL),(2570,846,3,530,'2013-10-11 11:11:02',0,0,'','2013101137','2013-10-11','2013-10-11','20131011-37','12:09',1,'DR VORTIA',NULL,'','20131011-979',NULL),(2572,846,4,530,'2013-10-11 11:11:02',0,0,'','','2013-10-11','2013-10-11','20131011-37','12:10',1,'DR VORTIA',NULL,'','20131011-979',NULL),(2573,847,3,530,'2013-10-11 11:13:23',0,0,'','2013101138','2013-10-11','2013-10-11','20131011-38','12:12',1,'DR VORTIA',NULL,'','20131011-980',NULL),(2574,848,3,530,'2013-10-11 11:14:59',0,0,'','2013101139 ','2013-10-11','2013-10-11','20131011-39','12:14',1,'DR VORTIA',NULL,'','20131011-981',NULL),(2575,849,1,530,'2013-10-11 11:17:52',0,0,'','2013101140','2013-10-11','2013-10-11','20131011-40','12:16',1,'DR MENSAH',NULL,'','20131011-982',NULL),(2577,849,4,530,'2013-10-11 11:17:52',1,0,'','2013101140','2013-10-11','2013-10-11','20131011-40','12:17',1,'DR MENSAH',NULL,'','20131011-982',NULL),(2578,850,3,530,'2013-10-11 11:25:06',0,0,'','2013101141 ','2013-10-11','2013-10-11','20131011-41','12:18',1,'DR YEBOAH',NULL,'','20131011-983',NULL),(2580,850,1,530,'2013-10-11 11:25:06',0,0,'','2013101141 ','2013-10-11','2013-10-11','20131011-41','12:23',1,'DR YEBOAH',NULL,'','20131011-983',NULL),(2583,850,4,530,'2013-10-11 11:25:06',0,0,'','2013101141 ','2013-10-11','2013-10-11','20131011-41','12:24',1,'DR YEBOAH',NULL,'','20131011-983',NULL),(2587,850,5,530,'2013-10-11 11:25:07',0,0,'','2013101141 ','2013-10-11','2013-10-11','20131011-41','12:24',1,'DR YEBOAH',NULL,'','20131011-983',NULL),(2592,850,2,530,'2013-10-11 11:25:07',0,0,'','2013101141 ','2013-10-11','2013-10-11','20131011-41','12:24',1,'DR YEBOAH',NULL,'','20131011-983',NULL),(2593,851,3,530,'2013-10-11 11:29:40',0,0,'','2013101142 ','2013-10-11','2013-10-11','20131011-42','12:25',1,'DR YEBOAH',NULL,'','20131011-984',NULL),(2595,851,1,530,'2013-10-11 11:29:40',0,0,'','2013101142 ','2013-10-11','2013-10-11','20131011-42','12:28',1,'DR YEBOAH',NULL,'','20131011-984',NULL),(2598,851,4,530,'2013-10-11 11:29:40',0,0,'','2013101142 ','2013-10-11','2013-10-11','20131011-42','12:28',1,'DR YEBOAH',NULL,'','20131011-984',NULL),(2602,851,5,530,'2013-10-11 11:29:40',0,0,'','2013101142 ','2013-10-11','2013-10-11','20131011-42','12:29',1,'DR YEBOAH',NULL,'','20131011-984',NULL),(2607,851,2,530,'2013-10-11 11:29:41',0,0,'','2013101142 ','2013-10-11','2013-10-11','20131011-42','12:29',1,'DR YEBOAH',NULL,'','20131011-984',NULL),(2608,852,3,530,'2013-10-11 11:36:06',1,0,'','2013101143','2013-10-11','2013-10-11','20131011-43','12:34',1,'',NULL,'','20131011-985',NULL),(2609,854,2,530,'2013-10-11 11:41:58',0,0,'','2013101144','2013-10-11','2013-10-11','20131011-45','12:39',1,'',NULL,'','20131011-987',NULL),(2610,855,3,530,'2013-10-11 11:45:26',0,0,'','2013101146','2013-10-11','2013-10-11','20131011-46','12:43',1,'DR MENSAH',NULL,'','20131011-988',NULL),(2612,855,1,530,'2013-10-11 11:45:27',0,0,'','2013101146','2013-10-11','2013-10-11','20131011-46','12:45',1,'DR MENSAH',NULL,'','20131011-988',NULL),(2613,856,4,530,'2013-10-11 11:47:42',1,0,'','2013101147 ','2013-10-11','2013-10-11','20131011-47','12:46',1,'DR DOW',NULL,'','20131011-989',NULL),(2614,857,3,530,'2013-10-11 12:03:35',0,0,'','2013101148','2013-10-11','2013-10-11','20131011-48','12:48',1,'DR MENSAH',NULL,'','20131011-990',NULL),(2616,857,1,530,'2013-10-11 12:03:35',0,0,'','2013101148','2013-10-11','2013-10-11','20131011-48','12:49',1,'DR MENSAH',NULL,'','20131011-990',NULL),(2619,857,4,530,'2013-10-11 12:03:35',0,0,'','2013101148','2013-10-11','2013-10-11','20131011-48','13:02',1,'DR MENSAH',NULL,'','20131011-990',NULL),(2623,857,5,530,'2013-10-11 12:03:36',0,0,'','2013101148','2013-10-11','2013-10-11','20131011-48','13:02',1,'DR MENSAH',NULL,'','20131011-990',NULL),(2628,857,2,530,'2013-10-11 12:03:36',0,0,'','2013101148','2013-10-11','2013-10-11','20131011-48','13:03',1,'DR MENSAH',NULL,'','20131011-990',NULL),(2629,858,3,556,'2013-10-11 12:04:39',0,0,'','2013101149','2013-10-11','2013-10-11','20131011-49','13:02',1,'DR YEBOAH',NULL,'','20131011-991',NULL),(2630,859,3,530,'2013-10-11 12:10:01',0,0,'','2013101151','2013-10-11','2013-10-11','20131011-51','13:08',1,'DR VORTIA',NULL,'','20131011-993',NULL),(2632,859,4,530,'2013-10-11 12:10:02',0,0,'','2013101151','2013-10-11','2013-10-11','20131011-51','13:09',1,'DR VORTIA',NULL,'','20131011-993',NULL),(2635,859,15,530,'2013-10-11 12:10:02',0,0,'','2013101151','2013-10-11','2013-10-11','20131011-51','13:09',1,'DR VORTIA',NULL,'','20131011-993',NULL),(2636,858,1,530,'2013-10-11 12:13:50',0,0,'','2013101149','2013-10-11','2013-10-11','20131011-52','13:10',1,'DR YEBOAH',NULL,'','20131011-994',NULL),(2638,858,4,530,'2013-10-11 12:13:50',0,0,'','2013101149','2013-10-11','2013-10-11','20131011-52','13:11',1,'DR YEBOAH',NULL,'','20131011-994',NULL),(2641,858,5,530,'2013-10-11 12:13:50',0,0,'','2013101149','2013-10-11','2013-10-11','20131011-52','13:12',1,'DR YEBOAH',NULL,'','20131011-994',NULL),(2645,858,2,530,'2013-10-11 12:13:51',0,0,'','2013101149','2013-10-11','2013-10-11','20131011-52','13:12',1,'DR YEBOAH',NULL,'','20131011-994',NULL),(2646,860,1,530,'2013-10-11 12:18:22',0,0,'','2013101153','2013-10-11','2013-10-11','20131011-53','13:15',1,'DR YEBOAH',NULL,'','20131011-995',NULL),(2648,860,3,530,'2013-10-11 12:18:22',0,0,'','2013101153','2013-10-11','2013-10-11','20131011-53','13:16',1,'DR YEBOAH',NULL,'','20131011-995',NULL),(2651,860,2,530,'2013-10-11 12:18:22',0,0,'','2013101153','2013-10-11','2013-10-11','20131011-53','13:17',1,'DR YEBOAH',NULL,'','20131011-995',NULL),(2655,860,4,530,'2013-10-11 12:18:23',0,0,'','2013101153','2013-10-11','2013-10-11','20131011-53','13:17',1,'DR YEBOAH',NULL,'','20131011-995',NULL),(2660,860,5,530,'2013-10-11 12:18:23',0,0,'','2013101153','2013-10-11','2013-10-11','20131011-53','13:18',1,'DR YEBOAH',NULL,'','20131011-995',NULL),(2661,749,3,530,'2013-10-11 12:21:34',0,0,'','2013101155','2013-10-11','2013-10-11','20131011-55','13:19',1,'DR MENSAH',NULL,'','20131011-997',NULL),(2662,861,4,530,'2013-10-11 12:23:40',0,0,'','2013101156','2013-10-11','2013-10-11','20131011-56','13:22',1,'',NULL,'','20131011-998',NULL),(2663,3,1,530,'2013-10-11 12:25:16',0,0,'','2013101157','2013-10-11','2013-10-11','20131011-57','13:24',1,'',NULL,'','20131011-999',NULL),(2664,862,25,530,'2013-10-11 12:27:13',0,0,'','2013101158','2013-10-11','2013-10-11','20131011-58','13:26',1,'DR DOW',NULL,'','20131011-1000',NULL),(2665,863,3,530,'2013-10-11 12:32:36',0,0,'','2013101159','2013-10-11','2013-10-11','20131011-59','13:30',1,'DR MENSAH',NULL,'','20131011-1001',NULL),(2667,863,2,530,'2013-10-11 12:32:36',0,0,'','2013101159','2013-10-11','2013-10-11','20131011-59','13:31',1,'DR MENSAH',NULL,'','20131011-1001',NULL),(2668,864,1,530,'2013-10-11 12:36:51',0,0,'','2013101160 ','2013-10-11','2013-10-11','20131011-60','13:34',1,'DR DOW',NULL,'','20131011-1002',NULL),(2670,864,3,530,'2013-10-11 12:36:51',0,0,'','2013101160 ','2013-10-11','2013-10-11','20131011-60','13:36',1,'DR DOW',NULL,'','20131011-1002',NULL),(2673,864,2,530,'2013-10-11 12:36:51',0,0,'','2013101160 ','2013-10-11','2013-10-11','20131011-60','13:36',1,'DR DOW',NULL,'','20131011-1002',NULL),(2674,865,3,530,'2013-10-11 12:42:18',0,0,'','20131011606','2013-10-11','2013-10-11','20131011-61','13:40',1,'DR FUMMY',NULL,'','20131011-1003',NULL),(2676,865,1,530,'2013-10-11 12:42:18',0,0,'','2013101161','2013-10-11','2013-10-11','20131011-61','13:41',1,'DR FUMMY',NULL,'','20131011-1003',NULL),(2677,866,3,530,'2013-10-11 12:45:54',0,0,'','20131011602','2013-10-11','2013-10-11','20131011-62','13:44',1,'DR OFORI ANTI',NULL,'','20131011-1004',NULL),(2679,866,5,530,'2013-10-11 12:45:57',0,0,'','2013101162','2013-10-11','2013-10-11','20131011-62','13:45',1,'DR OFORI ANTI',NULL,'','20131011-1004',NULL),(2680,867,3,530,'2013-10-11 12:48:38',0,0,'','2013101163','2013-10-11','2013-10-11','20131011-63','13:46',1,'DR OFORI ANTI',NULL,'','20131011-1005',NULL),(2681,868,3,530,'2013-10-11 12:51:31',0,0,'','2013101164','2013-10-11','2013-10-11','20131011-64','13:49',1,'DR OFORI ANTI',NULL,'','20131011-1006',NULL),(2683,868,5,530,'2013-10-11 12:51:31',0,0,'','2013101164','2013-10-11','2013-10-11','20131011-64','13:51',1,'DR OFORI ANTI',NULL,'','20131011-1006',NULL),(2684,869,3,530,'2013-10-11 12:57:15',0,0,'','2013101165','2013-10-11','2013-10-11','20131011-65','13:55',1,'DR MENSAH',NULL,'','20131011-1007',NULL),(2686,869,26,530,'2013-10-11 12:57:16',0,0,'','2013101165','2013-10-11','2013-10-11','20131011-65','13:56',1,'DR MENSAH',NULL,'','20131011-1007',NULL),(2687,870,1,530,'2013-10-11 13:01:54',0,0,'','2013101166','2013-10-11','2013-10-11','20131011-66','13:59',1,'DR OFORI ANTI',NULL,'','20131011-1008',NULL),(2689,870,3,530,'2013-10-11 13:01:54',0,0,'','2013101166','2013-10-11','2013-10-11','20131011-66','14:00',1,'DR OFORI ANTI',NULL,'','20131011-1008',NULL),(2692,870,4,530,'2013-10-11 13:01:54',0,0,'','2013101166','2013-10-11','2013-10-11','20131011-66','14:01',1,'DR OFORI ANTI',NULL,'','20131011-1008',NULL),(2693,871,3,530,'2013-10-11 13:05:22',0,0,'','2013101167','2013-10-11','2013-10-11','20131011-67','14:03',1,'DR MENSAH',NULL,'','20131011-1009',NULL),(2695,871,25,530,'2013-10-11 13:05:31',0,0,'','2013101167','2013-10-11','2013-10-11','20131011-67','14:04',1,'DR MENSAH',NULL,'','20131011-1009',NULL),(2696,872,3,530,'2013-10-11 13:08:32',0,0,'','2013101169','2013-10-11','2013-10-11','20131011-69','14:06',1,'DR VORTIA',NULL,'','20131011-1011',NULL),(2698,872,5,530,'2013-10-11 13:08:32',0,0,'','2013101169','2013-10-11','2013-10-11','20131011-69','14:08',1,'DR VORTIA',NULL,'','20131011-1011',NULL),(2699,873,3,530,'2013-10-11 13:12:08',0,0,'','2013101170','2013-10-11','2013-10-11','20131011-70','14:10',1,'DR FUMMY',NULL,'','20131011-1012',NULL),(2700,874,3,530,'2013-10-11 13:14:26',0,0,'','2013101171','2013-10-11','2013-10-11','20131011-71','14:13',1,'',NULL,'','20131011-1013',NULL),(2701,872,25,530,'2013-10-11 13:16:32',0,0,'','2013101169','2013-10-11','2013-10-11','20131011-72','14:15',1,'',NULL,'','20131011-1014',NULL),(2702,865,3,530,'2013-10-11 13:22:16',0,0,'','2013101161','2013-10-11','2013-10-11','20131011-73','14:21',1,'',NULL,'','20131011-1015',NULL),(2703,875,4,530,'2013-10-11 13:27:43',0,0,'','2013101174','2013-10-11','2013-10-11','20131011-74','14:26',1,'DR OFORI',NULL,'','20131011-1016',NULL),(2704,876,3,530,'2013-10-11 13:34:43',0,0,'','2013101175','2013-10-11','2013-10-11','20131011-75','14:31',1,'DR TAKYI',NULL,'','20131011-1017',NULL),(2706,876,4,530,'2013-10-11 13:34:43',0,0,'','2013101175','2013-10-11','2013-10-11','20131011-75','14:34',1,'DR TAKYI',NULL,'','20131011-1017',NULL),(2709,876,25,530,'2013-10-11 13:34:43',0,0,'','','2013-10-11','2013-10-11','20131011-75','14:34',1,'DR TAKYI',NULL,'','20131011-1017',NULL),(2710,435,19,530,'2013-10-11 13:39:47',0,0,'','2013101176','2013-10-11','2013-10-11','20131011-76','14:37',1,'DR VORTIA',NULL,'','20131011-1018',NULL),(2711,877,3,530,'2013-10-11 13:44:03',0,0,'','2013101177 ','2013-10-11','2013-10-11','20131011-77','14:42',1,'DR VORTIA',NULL,'','20131011-1019',NULL),(2713,877,1,530,'2013-10-11 13:44:03',0,0,'','2013101177 ','2013-10-11','2013-10-11','20131011-77','14:43',1,'DR VORTIA',NULL,'','20131011-1019',NULL),(2714,795,1,530,'2013-10-11 13:48:25',0,0,'','2013101178 ','2013-10-11','2013-10-11','20131011-78','14:46',1,'DR MENSAH',NULL,'','20131011-1020',NULL),(2715,878,3,530,'2013-10-11 13:54:53',0,0,'','2013101179 ','2013-10-11','2013-10-11','20131011-79','14:53',1,'DR OFORI',NULL,'','20131011-1021',NULL),(2716,879,3,530,'2013-10-11 13:57:51',0,0,'','2013101180 ','2013-10-11','2013-10-11','20131011-80','14:56',1,'DR VORTIA',NULL,'','20131011-1022',NULL),(2717,880,3,530,'2013-10-11 14:00:48',0,0,'','2013101181','2013-10-11','2013-10-11','20131011-81','14:59',1,'DR FUMMY',NULL,'','20131011-1023',NULL),(2718,881,3,530,'2013-10-11 14:05:51',0,0,'','2013101182','2013-10-11','2013-10-11','20131011-82','15:03',1,'DR FUMMY',NULL,'','20131011-1024',NULL),(2719,882,3,530,'2013-10-11 14:08:54',0,0,'','2013101183','2013-10-11','2013-10-11','20131011-83','15:07',1,'DR FUMMY',NULL,'','20131011-1025',NULL),(2720,883,3,530,'2013-10-11 14:29:51',0,0,'','2013101184 ','2013-10-11','2013-10-11','20131011-84','15:23',1,'DR VORTIA',NULL,'','20131011-1026',NULL),(2722,883,1,530,'2013-10-11 14:29:52',0,0,'','2013101184 ','2013-10-11','2013-10-11','20131011-84','15:28',1,'DR VORTIA',NULL,'','20131011-1026',NULL),(2725,883,4,530,'2013-10-11 14:29:52',0,0,'','2013101184 ','2013-10-11','2013-10-11','20131011-84','15:29',1,'DR VORTIA',NULL,'','20131011-1026',NULL),(2726,884,3,530,'2013-10-11 14:37:43',0,0,'','2013101185','2013-10-11','2013-10-11','20131011-85','15:36',1,'DR VORTIA',NULL,'','20131011-1027',NULL),(2727,885,3,530,'2013-10-11 14:52:51',0,0,'','2013101186','2013-10-11','2013-10-11','20131011-86','15:43',1,'DR VORTIA',NULL,'','20131011-1028',NULL),(2728,886,4,530,'2013-10-11 14:55:04',0,0,'','2013101187','2013-10-11','2013-10-11','20131011-87','15:54',1,'DR AMOAH',NULL,'','20131011-1029',NULL),(2729,887,3,530,'2013-10-11 15:02:33',0,0,'','2013101188','2013-10-11','2013-10-11','20131011-88','15:56',1,'DR QUAMPAH',NULL,'','20131011-1030',NULL),(2731,887,1,530,'2013-10-11 15:02:33',0,0,'','2013101188','2013-10-11','2013-10-11','20131011-88','15:59',1,'DR QUAMPAH',NULL,'','20131011-1030',NULL),(2732,888,3,530,'2013-10-11 15:09:18',0,0,'','2013101189','2013-10-11','2013-10-11','20131011-89','16:07',1,'DR MENSAH',NULL,'','20131011-1031',NULL),(2733,889,3,530,'2013-10-11 15:11:49',0,0,'','2013101190','2013-10-11','2013-10-11','20131011-90','16:10',1,'DR MENSAH',NULL,'','20131011-1032',NULL),(2734,890,3,530,'2013-10-11 15:21:37',0,0,'','2013101191','2013-10-11','2013-10-11','20131011-91','16:19',1,'DR TAKYI',NULL,'','20131011-1033',NULL),(2736,890,25,530,'2013-10-11 15:21:37',0,0,'','2013101191','2013-10-11','2013-10-11','20131011-91','16:21',1,'DR TAKYI',NULL,'','20131011-1033',NULL),(2737,891,3,530,'2013-10-11 15:26:25',0,0,'','2013101192','2013-10-11','2013-10-11','20131011-92','16:22',1,'DR AMOAH',NULL,'','20131011-1034',NULL),(2739,891,4,530,'2013-10-11 15:26:26',0,0,'','2013101192','2013-10-11','2013-10-11','20131011-92','16:25',1,'DR AMOAH',NULL,'','20131011-1034',NULL),(2742,891,2,530,'2013-10-11 15:26:26',0,0,'','2013101192','2013-10-11','2013-10-11','20131011-92','16:26',1,'DR AMOAH',NULL,'','20131011-1034',NULL),(2743,525,25,530,'2013-10-11 15:28:25',0,0,'','2013101193','2013-10-11','2013-10-11','20131011-93','16:27',1,'',NULL,'','20131011-1035',NULL),(2744,892,24,530,'2013-10-11 15:33:55',0,0,'','2013101194','2013-10-11','2013-10-11','20131011-94','16:32',1,'',NULL,'','20131011-1036',NULL),(2746,892,25,530,'2013-10-11 15:33:56',0,0,'','2013101194','2013-10-11','2013-10-11','20131011-94','16:33',1,'',NULL,'','20131011-1036',NULL),(2747,794,25,530,'2013-10-11 15:35:12',0,0,'','2013101195','2013-10-11','2013-10-11','20131011-95','16:34',1,'',NULL,'','20131011-1037',NULL),(2748,893,3,530,'2013-10-11 15:47:10',0,0,'','2013101196','2013-10-11','2013-10-11','20131011-96','16:44',1,'DR AMOAH',NULL,'','20131011-1038',NULL),(2750,893,4,530,'2013-10-11 15:47:10',0,0,'','2013101196','2013-10-11','2013-10-11','20131011-96','16:46',1,'DR AMOAH',NULL,'','20131011-1038',NULL),(2753,893,2,530,'2013-10-11 15:47:10',0,0,'','2013101196','2013-10-11','2013-10-11','20131011-96','16:46',1,'DR AMOAH',NULL,'','20131011-1038',NULL),(2754,894,24,530,'2013-10-11 15:51:37',0,0,'','2013101197','2013-10-11','2013-10-11','20131011-97','16:49',1,'DR OFORI ANTI',NULL,'','20131011-1039',NULL),(2756,894,26,530,'2013-10-11 15:51:37',0,0,'','2013101197','2013-10-11','2013-10-11','20131011-97','16:50',1,'DR OFORI ANTI',NULL,'','20131011-1039',NULL),(2757,895,24,530,'2013-10-11 15:53:55',0,0,'','2013101198','2013-10-11','2013-10-11','20131011-98','16:53',1,'PROF E D YEBOAH',NULL,'','20131011-1040',NULL),(2758,896,3,530,'2013-10-11 16:03:56',0,0,'','2013101199','2013-10-11','2013-10-11','20131011-99','17:02',1,'DR OFORI ANTI',NULL,'','20131011-1041',NULL),(2760,896,2,530,'2013-10-11 16:03:56',0,0,'','2013101199','2013-10-11','2013-10-11','20131011-99','17:03',1,'DR OFORI ANTI',NULL,'','20131011-1041',NULL),(2761,897,3,530,'2013-10-11 16:19:25',0,0,'','20131011100 ','2013-10-11','2013-10-11','20131011-100','17:17',1,'DR AMOAH',NULL,'','20131011-1042',NULL),(2763,897,4,530,'2013-10-11 16:19:25',0,0,'','20131011100 ','2013-10-11','2013-10-11','20131011-100','17:19',1,'DR AMOAH',NULL,'','20131011-1042',NULL),(2764,898,3,530,'2013-10-11 16:46:28',0,0,'','20131011102','2013-10-11','2013-10-11','20131011-102','17:43',1,'',NULL,'','20131011-1044',NULL),(2765,899,3,530,'2013-10-11 16:50:51',0,0,'','20131011103','2013-10-11','2013-10-11','20131011-103','17:48',1,'DR AMOAH',NULL,'','20131011-1045',NULL),(2767,899,4,530,'2013-10-11 16:50:51',0,0,'','20131011103','2013-10-11','2013-10-11','20131011-103','17:49',1,'DR AMOAH',NULL,'','20131011-1045',NULL),(2770,899,24,530,'2013-10-11 16:50:52',0,0,'','20131011103','2013-10-11','2013-10-11','20131011-103','17:50',1,'DR AMOAH',NULL,'','20131011-1045',NULL),(2774,899,25,530,'2013-10-11 16:50:54',0,0,'','','2013-10-11','2013-10-11','20131011-103','17:50',1,'DR AMOAH',NULL,'','20131011-1045',NULL),(2775,837,1,530,'2013-10-11 16:55:02',0,0,'','20131011104','2013-10-11','2013-10-11','20131011-104','17:53',1,'DR AKPALU',NULL,'','20131011-1046',NULL),(2777,837,4,530,'2013-10-11 16:55:02',0,0,'','20131011104','2013-10-11','2013-10-11','20131011-104','17:54',1,'DR AKPALU',NULL,'','20131011-1046',NULL),(2778,900,3,530,'2013-10-11 17:00:11',0,0,'','20131011105 ','2013-10-11','2013-10-11','20131011-105','17:58',1,'DR AMOAH',NULL,'','20131011-1047',NULL),(2780,900,1,530,'2013-10-11 17:00:11',0,0,'','20131011105 ','2013-10-11','2013-10-11','20131011-105','17:59',1,'DR AMOAH',NULL,'','20131011-1047',NULL),(2783,900,4,530,'2013-10-11 17:00:11',0,0,'','20131011105 ','2013-10-11','2013-10-11','20131011-105','17:59',1,'DR AMOAH',NULL,'','20131011-1047',NULL),(2784,901,1,530,'2013-10-11 17:05:30',0,0,'','20131011106 ','2013-10-11','2013-10-11','20131011-106','18:03',1,'DR OFORI',NULL,'','20131011-1048',NULL),(2785,902,3,530,'2013-10-11 17:28:53',0,0,'','20131011107','2013-10-11','2013-10-11','20131011-107','18:22',1,'DR AMOAH',NULL,'','20131011-1049',NULL),(2787,902,4,530,'2013-10-11 17:28:54',0,0,'','20131011107','2013-10-11','2013-10-11','20131011-107','18:26',1,'DR AMOAH',NULL,'','20131011-1049',NULL),(2788,661,1,530,'2013-10-11 17:33:55',0,0,'','20131011108','2013-10-11','2013-10-11','20131011-108','18:31',1,'DR AKPALU',NULL,'','20131011-1050',NULL),(2789,414,4,530,'2013-10-11 17:41:57',0,0,'','20131011109 ','2013-10-11','2013-10-11','20131011-109','18:38',1,'DR AMOAH',NULL,'','20131011-1051',NULL),(2791,414,3,530,'2013-10-11 17:41:57',1,0,'','20131011109 ','2013-10-11','2013-10-11','20131011-109','18:40',1,'DR AMOAH',NULL,'','20131011-1051',NULL),(2794,414,5,530,'2013-10-11 17:41:57',1,0,'','20131011109 ','2013-10-11','2013-10-11','20131011-109','18:40',1,'DR AMOAH',NULL,'','20131011-1051',NULL),(2798,414,1,530,'2013-10-11 17:41:58',0,0,'','20131011109 ','2013-10-11','2013-10-11','20131011-109','18:41',1,'DR AMOAH',NULL,'','20131011-1051',NULL),(2799,903,3,530,'2013-10-11 18:03:11',0,0,'','20131011110 ','2013-10-11','2013-10-11','20131011-110','19:01',1,'DR OFORI',NULL,'','20131011-1052',NULL),(2800,904,3,530,'2013-10-11 18:23:24',0,0,'','20131011111 ','2013-10-11','2013-10-11','20131011-111','19:21',1,'DR AMOAH',NULL,'','20131011-1053',NULL),(2802,904,4,530,'2013-10-11 18:23:25',0,0,'','20131011111 ','2013-10-11','2013-10-11','20131011-111','19:23',1,'DR AMOAH',NULL,'','20131011-1053',NULL),(2805,904,1,530,'2013-10-11 18:23:25',0,0,'','20131011111 ','2013-10-11','2013-10-11','20131011-111','19:23',1,'DR AMOAH',NULL,'','20131011-1053',NULL),(2806,905,3,530,'2013-10-11 18:28:23',0,0,'','20131011112 ','2013-10-11','2013-10-11','20131011-112','19:26',1,'DR AMOAH',NULL,'','20131011-1054',NULL),(2808,905,4,530,'2013-10-11 18:28:23',0,0,'','20131011112 ','2013-10-11','2013-10-11','20131011-112','19:28',1,'DR AMOAH',NULL,'','20131011-1054',NULL),(2809,906,3,530,'2013-10-11 18:44:10',0,0,'','20131011113','2013-10-11','2013-10-11','20131011-113','19:39',1,'DR VORTIA',NULL,'','20131011-1055',NULL),(2811,906,4,530,'2013-10-11 18:44:11',0,0,'','20131011113','2013-10-11','2013-10-11','20131011-113','19:42',1,'DR VORTIA',NULL,'','20131011-1055',NULL),(2814,906,5,530,'2013-10-11 18:44:11',0,0,'','20131011113','2013-10-11','2013-10-11','20131011-113','19:42',1,'DR VORTIA',NULL,'','20131011-1055',NULL),(2818,906,1,530,'2013-10-11 18:44:11',0,0,'','20131011113','2013-10-11','2013-10-11','20131011-113','19:43',1,'DR VORTIA',NULL,'','20131011-1055',NULL),(2819,907,3,530,'2013-10-11 18:51:22',0,0,'','20131011114','2013-10-11','2013-10-11','20131011-114','19:49',1,'DR OFORI',NULL,'','20131011-1056',NULL),(2820,908,3,530,'2013-10-11 19:00:51',0,0,'','20131011115 ','2013-10-11','2013-10-11','20131011-115','19:56',1,'',NULL,'','20131011-1057',NULL),(2822,908,4,530,'2013-10-11 19:00:51',0,0,'','20131011115 ','2013-10-11','2013-10-11','20131011-115','20:00',1,'',NULL,'','20131011-1057',NULL),(2823,909,10,530,'2013-10-11 19:24:02',1,0,'','20131011117','2013-10-11','2013-10-11','20131011-117','20:22',1,'DR AMOAH',NULL,'','20131011-1059',NULL),(2824,910,3,530,'2013-10-11 19:27:25',0,0,'','20131011118','2013-10-11','2013-10-11','20131011-118','20:26',1,'DR AMOAH',NULL,'','20131011-1060',NULL),(2826,910,4,530,'2013-10-11 19:27:28',0,0,'','20131011118','2013-10-11','2013-10-11','20131011-118','20:27',1,'DR AMOAH',NULL,'','20131011-1060',NULL),(2829,910,1,530,'2013-10-11 19:27:28',0,0,'','20131011118','2013-10-11','2013-10-11','20131011-118','20:27',1,'DR AMOAH',NULL,'','20131011-1060',NULL),(2830,911,1,551,'2013-10-11 19:56:21',0,0,'','20131011119','2013-10-11','2013-10-11','20131011-119','20:53',1,'DR TACHIE',NULL,'','20131011-1061',NULL),(2831,912,4,551,'2013-10-11 20:03:04',1,0,'','','2013-10-11','2013-10-11','20131011-120','21:01',1,'AMOAH',NULL,'','20131011-1062',NULL),(2832,913,3,551,'2013-10-11 20:09:43',0,0,'','20131011121','2013-10-11','2013-10-11','20131011-121','21:08',1,' DR OFORI',NULL,'','20131011-1063',NULL),(2833,913,3,551,'2013-10-11 20:09:45',0,0,'','20131011121','2013-10-11','2013-10-11','20131011-121','21:08',1,' DR OFORI',NULL,'','20131011-1063',NULL),(2834,914,1,551,'2013-10-11 20:41:37',0,0,'','20131011122','2013-10-11','2013-10-11','20131011-122','21:39',1,'DR DANIELS',NULL,'','20131011-1064',NULL),(2835,915,1,551,'2013-10-11 20:51:33',0,0,'','20131011123','2013-10-11','2013-10-11','20131011-123','21:49',1,'DR DANIELS',NULL,'','20131011-1065',NULL),(2836,917,1,551,'2013-10-11 21:08:32',0,0,'','','2013-10-11','2013-10-11','20131011-126','22:05',1,'DR DANIELS',NULL,'','20131011-1068',NULL),(2837,918,1,551,'2013-10-11 21:18:24',0,0,'','20131011127','2013-10-11','2013-10-11','20131011-127','22:15',1,'DR SALLAR',NULL,'','20131011-1069',NULL),(2838,919,3,551,'2013-10-11 21:56:37',0,0,'','20131011130','2013-10-11','2013-10-11','20131011-130','22:53',1,'DR SALLAR',NULL,'','20131011-1072',NULL),(2839,920,3,551,'2013-10-11 22:02:12',0,0,'','20131011131','2013-10-11','2013-10-11','20131011-131','22:59',1,'DR AMOAH',NULL,'','20131011-1073',NULL),(2840,920,1,551,'2013-10-11 22:04:33',0,0,'','20131011131','2013-10-11','2013-10-11','20131011-132','23:03',1,'',NULL,'','20131011-1074',NULL),(2842,920,4,551,'2013-10-11 22:04:33',0,0,'','20131011131','2013-10-11','2013-10-11','20131011-132','23:04',1,'',NULL,'','20131011-1074',NULL),(2843,767,3,551,'2013-10-11 23:16:09',0,0,'','201310126','2013-10-12','2013-10-12','20131012-6','00:13',1,'DR QUAMPAH',NULL,'','20131012-1081',NULL),(2844,921,3,551,'2013-10-11 23:18:07',0,0,'','201310127','2013-10-12','2013-10-12','20131012-7','00:16',1,'DR QUAMPAH',NULL,'','20131012-1082',NULL),(2845,922,3,551,'2013-10-12 00:32:14',0,0,'','201310128','2013-10-12','2013-10-12','20131012-8','01:28',1,'DR DANIELS',NULL,'','20131012-1083',NULL),(2847,922,1,551,'2013-10-12 00:32:14',0,0,'','201310128','2013-10-12','2013-10-12','20131012-8','01:30',1,'DR DANIELS',NULL,'','20131012-1083',NULL),(2850,922,5,551,'2013-10-12 00:32:14',0,0,'','201310128','2013-10-12','2013-10-12','20131012-8','01:31',1,'DR DANIELS',NULL,'','20131012-1083',NULL),(2851,918,3,551,'2013-10-12 00:47:41',1,0,'','201310129 ','2013-10-12','2013-10-12','20131012-9','01:46',1,'DR SALLAR',NULL,'','20131012-1084',NULL),(2852,923,3,551,'2013-10-12 06:41:02',0,0,'','2013101210 ','2013-10-12','2013-10-12','20131012-10','07:37',1,'DR DANIELS',NULL,'','20131012-1085',NULL),(2854,923,4,551,'2013-10-12 06:41:03',0,0,'','2013101210 ','2013-10-12','2013-10-12','20131012-10','07:39',1,'DR DANIELS',NULL,'','20131012-1085',NULL),(2855,924,3,551,'2013-10-12 06:46:59',0,0,'','','2013-10-12','2013-10-12','20131012-11','07:45',1,'DR DANIELS',NULL,'','20131012-1086',NULL),(2856,925,3,551,'2013-10-12 06:55:23',0,0,'','2013101212','2013-10-12','2013-10-12','20131012-12','07:50',1,'DR DANIELS',NULL,'','20131012-1087',NULL),(2857,926,3,551,'2013-10-12 07:01:12',0,0,'','2013101213 ','2013-10-12','2013-10-12','20131012-13','07:56',1,'DR TACHIE',NULL,'','20131012-1088',NULL),(2858,927,3,551,'2013-10-12 07:06:07',0,0,'','2013101214','2013-10-12','2013-10-12','20131012-14','08:02',1,'DR DANIELS',NULL,'','20131012-1089',NULL),(2860,927,1,551,'2013-10-12 07:06:08',0,0,'','2013101214','2013-10-12','2013-10-12','20131012-14','08:05',1,'DR DANIELS',NULL,'','20131012-1089',NULL),(2861,928,3,551,'2013-10-12 07:09:03',0,0,'','2013101215','2013-10-12','2013-10-12','20131012-15','08:07',1,'DR SALLAR',NULL,'','20131012-1090',NULL),(2862,929,3,530,'2013-10-12 07:18:31',0,0,'','2013101216 ','2013-10-12','2013-10-12','20131012-16','08:17',1,'DR DANIELS',NULL,'','20131012-1091',NULL),(2864,929,1,530,'2013-10-12 07:18:31',0,0,'','2013101216 ','2013-10-12','2013-10-12','20131012-16','08:18',1,'DR DANIELS',NULL,'','20131012-1091',NULL),(2865,930,3,530,'2013-10-12 07:28:20',0,0,'','2013101217','2013-10-12','2013-10-12','20131012-17','08:27',1,'DR SALLAR',NULL,'','20131012-1092',NULL),(2866,931,3,530,'2013-10-12 07:46:54',0,0,'','2013101218','2013-10-12','2013-10-12','20131012-18','08:44',1,'DR SALLAR',NULL,'','20131012-1093',NULL),(2868,931,1,530,'2013-10-12 07:46:54',0,0,'','2013101218','2013-10-12','2013-10-12','20131012-18','08:45',1,'DR SALLAR',NULL,'','20131012-1093',NULL),(2871,931,4,530,'2013-10-12 07:46:54',1,0,'','2013101218','2013-10-12','2013-10-12','20131012-18','08:46',1,'DR SALLAR',NULL,'','20131012-1093',NULL),(2875,931,5,530,'2013-10-12 07:46:55',1,0,'','2013101218','2013-10-12','2013-10-12','20131012-18','08:46',1,'DR SALLAR',NULL,'','20131012-1093',NULL),(2876,932,3,530,'2013-10-12 07:57:07',0,0,'','2013101219 ','2013-10-12','2013-10-12','20131012-19','08:54',1,'DR SALLAR',NULL,'','20131012-1094',NULL),(2878,932,1,530,'2013-10-12 07:57:07',0,0,'','2013101219 ','2013-10-12','2013-10-12','20131012-19','08:55',1,'DR SALLAR',NULL,'','20131012-1094',NULL),(2881,932,2,530,'2013-10-12 07:57:07',0,0,'','2013101219 ','2013-10-12','2013-10-12','20131012-19','08:56',1,'DR SALLAR',NULL,'','20131012-1094',NULL),(2885,932,4,530,'2013-10-12 07:57:07',0,0,'','2013101219 ','2013-10-12','2013-10-12','20131012-19','08:56',1,'DR SALLAR',NULL,'','20131012-1094',NULL),(2886,933,3,530,'2013-10-12 08:00:40',0,0,'','2013101220','2013-10-12','2013-10-12','20131012-20','08:59',1,'',NULL,'','20131012-1095',NULL),(2887,934,3,530,'2013-10-12 08:04:11',0,0,'','2013101221','2013-10-12','2013-10-12','20131012-21','09:02',1,'',NULL,'','20131012-1096',NULL),(2889,934,2,530,'2013-10-12 08:04:11',0,0,'','2013101221','2013-10-12','2013-10-12','20131012-21','09:03',1,'',NULL,'','20131012-1096',NULL),(2892,934,4,530,'2013-10-12 08:04:11',0,0,'','2013101221','2013-10-12','2013-10-12','20131012-21','09:03',1,'',NULL,'','20131012-1096',NULL),(2893,935,2,530,'2013-10-12 08:14:08',0,0,'','2013101222','2013-10-12','2013-10-12','20131012-22','09:12',1,'DR VORTIA',NULL,'','20131012-1097',NULL),(2895,935,4,530,'2013-10-12 08:14:09',0,0,'','2013101222','2013-10-12','2013-10-12','20131012-22','09:13',1,'DR VORTIA',NULL,'','20131012-1097',NULL),(2896,936,3,530,'2013-10-12 08:19:56',0,0,'','2013101223','2013-10-12','2013-10-12','20131012-23','09:15',1,'DR SALLAR',NULL,'','20131012-1098',NULL),(2898,936,1,530,'2013-10-12 08:19:56',0,0,'','2013101223','2013-10-12','2013-10-12','20131012-23','09:17',1,'DR SALLAR',NULL,'','20131012-1098',NULL),(2901,936,4,530,'2013-10-12 08:19:56',1,0,'','2013101223','2013-10-12','2013-10-12','20131012-23','09:19',1,'DR SALLAR',NULL,'','20131012-1098',NULL),(2905,936,5,530,'2013-10-12 08:19:57',0,0,'','2013101223','2013-10-12','2013-10-12','20131012-23','09:19',1,'DR SALLAR',NULL,'','20131012-1098',NULL),(2906,937,3,530,'2013-10-12 08:27:01',0,0,'','2013101224 ','2013-10-12','2013-10-12','20131012-24','09:24',1,'',NULL,'','20131012-1099',NULL),(2908,937,1,530,'2013-10-12 08:27:02',0,0,'','2013101224 ','2013-10-12','2013-10-12','20131012-24','09:26',1,'',NULL,'','20131012-1099',NULL),(2911,937,4,530,'2013-10-12 08:27:02',0,0,'','2013101224 ','2013-10-12','2013-10-12','20131012-24','09:26',1,'',NULL,'','20131012-1099',NULL),(2912,938,1,530,'2013-10-12 08:41:30',0,0,'','2013101225','2013-10-12','2013-10-12','20131012-25','09:39',1,'',NULL,'','20131012-1100',NULL),(2914,938,3,530,'2013-10-12 08:41:30',0,0,'','2013101225','2013-10-12','2013-10-12','20131012-25','09:40',1,'',NULL,'','20131012-1100',NULL),(2918,938,2,530,'2013-10-12 08:41:30',0,0,'','2013101225','2013-10-12','2013-10-12','20131012-25','09:40',1,'',NULL,'','20131012-1100',NULL),(2919,939,4,530,'2013-10-12 08:47:14',0,0,'','2013101226','2013-10-12','2013-10-12','20131012-26','09:45',1,'',NULL,'','20131012-1101',NULL),(2921,939,2,530,'2013-10-12 08:47:14',0,0,'','2013101226','2013-10-12','2013-10-12','20131012-26','09:47',1,'',NULL,'','20131012-1101',NULL),(2922,940,3,530,'2013-10-12 08:49:15',0,0,'','2013101227 ','2013-10-12','2013-10-12','20131012-27','09:48',1,'DR MENSAH',NULL,'','20131012-1102',NULL),(2924,940,4,530,'2013-10-12 08:49:15',0,0,'','2013101227 ','2013-10-12','2013-10-12','20131012-27','09:49',1,'DR MENSAH',NULL,'','20131012-1102',NULL),(2925,941,3,530,'2013-10-12 08:56:52',0,0,'','2013101228','2013-10-12','2013-10-12','20131012-28','09:55',1,'DR YEBOAH',NULL,'','20131012-1103',NULL),(2927,941,1,530,'2013-10-12 08:56:52',0,0,'','2013101228','2013-10-12','2013-10-12','20131012-28','09:56',1,'DR YEBOAH',NULL,'','20131012-1103',NULL),(2930,941,2,530,'2013-10-12 08:56:52',0,0,'','2013101228','2013-10-12','2013-10-12','20131012-28','09:56',1,'DR YEBOAH',NULL,'','20131012-1103',NULL),(2931,942,3,530,'2013-10-12 09:00:00',0,0,'','2013101229','2013-10-12','2013-10-12','20131012-29','09:58',1,'DR MENSAH',NULL,'','20131012-1104',NULL),(2933,942,1,530,'2013-10-12 09:00:00',0,0,'','2013101229','2013-10-12','2013-10-12','20131012-29','09:59',1,'DR MENSAH',NULL,'','20131012-1104',NULL),(2934,943,4,530,'2013-10-12 09:14:02',1,0,'','2013101230 ','2013-10-12','2013-10-12','20131012-30','10:12',1,'DR ARMAH',NULL,'','20131012-1105',NULL),(2936,943,2,530,'2013-10-12 09:14:03',1,0,'','2013101230 ','2013-10-12','2013-10-12','20131012-30','10:13',1,'DR ARMAH',NULL,'','20131012-1105',NULL),(2937,944,3,530,'2013-10-12 09:28:06',0,0,'','2013101231','2013-10-12','2013-10-12','20131012-31','10:26',1,'DR MENSAH',NULL,'','20131012-1106',NULL),(2939,944,4,530,'2013-10-12 09:28:06',0,0,'','2013101231','2013-10-12','2013-10-12','20131012-31','10:27',1,'DR MENSAH',NULL,'','20131012-1106',NULL),(2940,945,3,530,'2013-10-12 09:36:25',0,0,'','2013101232','2013-10-12','2013-10-12','20131012-32','10:33',1,'DR AMOAH',NULL,'','20131012-1107',NULL),(2942,945,2,530,'2013-10-12 09:36:25',0,0,'','2013101232','2013-10-12','2013-10-12','20131012-32','10:34',1,'DR AMOAH',NULL,'','20131012-1107',NULL),(2945,945,1,530,'2013-10-12 09:36:25',0,0,'','2013101232','2013-10-12','2013-10-12','20131012-32','10:35',1,'DR AMOAH',NULL,'','20131012-1107',NULL),(2946,946,3,530,'2013-10-12 09:51:19',0,0,'','2013101233','2013-10-12','2013-10-12','20131012-33','10:49',1,'DR YEBOAH',NULL,'','20131012-1108',NULL),(2948,946,4,530,'2013-10-12 09:51:19',0,0,'','2013101233','2013-10-12','2013-10-12','20131012-33','10:51',1,'DR YEBOAH',NULL,'','20131012-1108',NULL),(2949,947,3,530,'2013-10-12 09:59:10',0,0,'','2013101234','2013-10-12','2013-10-12','20131012-34','10:58',1,'DR MENSAH',NULL,'','20131012-1109',NULL),(2951,947,4,530,'2013-10-12 09:59:13',0,0,'','2013101234','2013-10-12','2013-10-12','20131012-34','10:58',1,'DR MENSAH',NULL,'','20131012-1109',NULL),(2952,948,1,530,'2013-10-12 10:09:15',0,0,'','2013101235','2013-10-12','2013-10-12','20131012-35','11:08',1,'',NULL,'','20131012-1110',NULL),(2953,949,3,530,'2013-10-12 10:12:34',0,0,'','2013101236 ','2013-10-12','2013-10-12','20131012-36','11:11',1,'',NULL,'','20131012-1111',NULL),(2955,949,4,530,'2013-10-12 10:12:35',0,0,'','2013101236 ','2013-10-12','2013-10-12','20131012-36','11:12',1,'',NULL,'','20131012-1111',NULL),(2956,950,3,530,'2013-10-12 10:24:18',0,0,'','2013101237 ','2013-10-12','2013-10-12','20131012-37','11:21',1,'DR ARMAH',NULL,'','20131012-1112',NULL),(2958,950,4,530,'2013-10-12 10:24:19',0,0,'','2013101237 ','2013-10-12','2013-10-12','20131012-37','11:23',1,'DR ARMAH',NULL,'','20131012-1112',NULL),(2959,951,3,530,'2013-10-12 10:30:42',0,0,'','2013101239','2013-10-12','2013-10-12','20131012-39','11:28',1,'DR TACHIE',NULL,'','20131012-1114',NULL),(2961,951,1,530,'2013-10-12 10:30:42',0,0,'','2013101239','2013-10-12','2013-10-12','20131012-39','11:29',1,'DR TACHIE',NULL,'','20131012-1114',NULL),(2962,952,5,530,'2013-10-12 10:43:56',0,0,'','2013101240 ','2013-10-12','2013-10-12','20131012-40','11:42',1,'DR VORTIA',NULL,'','20131012-1115',NULL),(2963,953,2,530,'2013-10-12 10:48:08',1,0,'','2013101241','2013-10-12','2013-10-12','20131012-41','11:45',1,'DR TACHIE',NULL,'','20131012-1116',NULL),(2965,953,1,530,'2013-10-12 10:48:11',1,0,'','2013101241','2013-10-12','2013-10-12','20131012-41','11:47',1,'DR TACHIE',NULL,'','20131012-1116',NULL),(2966,954,3,530,'2013-10-12 10:56:15',0,0,'','2013101243','2013-10-12','2013-10-12','20131012-43','11:54',1,'DR KYEREMANTENG',NULL,'','20131012-1118',NULL),(2968,954,4,530,'2013-10-12 10:56:15',0,0,'','2013101243','2013-10-12','2013-10-12','20131012-43','11:56',1,'DR KYEREMANTENG',NULL,'','20131012-1118',NULL),(2969,955,3,530,'2013-10-12 11:18:23',0,0,'','2013101244','2013-10-12','2013-10-12','20131012-44','12:15',1,' ',NULL,'','20131012-1119',NULL),(2971,955,1,530,'2013-10-12 11:18:24',1,0,'','2013101244 ','2013-10-12','2013-10-12','20131012-44','12:17',1,' ',NULL,'','20131012-1119',NULL),(2972,956,4,530,'2013-10-12 11:24:50',0,0,'','2013101245 ','2013-10-12','2013-10-12','20131012-45','12:21',1,'DR ARMAH',NULL,'','20131012-1120',NULL),(2973,957,3,530,'2013-10-12 11:27:02',0,0,'','2013101246 ','2013-10-12','2013-10-12','20131012-46','12:25',1,'DR MENSAH',NULL,'','20131012-1121',NULL),(2974,958,3,530,'2013-10-12 11:32:01',0,0,'','2013101247','2013-10-12','2013-10-12','20131012-47','12:30',1,'DR ARMAH',NULL,'','20131012-1122',NULL),(2975,959,3,530,'2013-10-12 11:40:13',0,0,'','2013101248 ','2013-10-12','2013-10-12','20131012-48','12:38',1,'',NULL,'','20131012-1123',NULL),(2977,959,4,530,'2013-10-12 11:40:13',0,0,'','2013101248 ','2013-10-12','2013-10-12','20131012-48','12:39',1,'',NULL,'','20131012-1123',NULL),(2978,960,3,530,'2013-10-12 11:45:16',0,0,'','2013101249 ','2013-10-12','2013-10-12','20131012-49','12:44',1,'DR MENSAH',NULL,'','20131012-1124',NULL),(2980,960,4,530,'2013-10-12 11:45:17',1,0,'','2013101249 ','2013-10-12','2013-10-12','20131012-49','12:45',1,'DR MENSAH',NULL,'','20131012-1124',NULL),(2981,961,3,530,'2013-10-12 11:55:04',0,0,'','2013101250 ','2013-10-12','2013-10-12','20131012-52','12:52',1,'',NULL,'','20131012-1127',NULL),(2983,961,4,530,'2013-10-12 11:55:13',0,0,'','2013101250 ','2013-10-12','2013-10-12','20131012-52','12:54',1,'',NULL,'','20131012-1127',NULL),(2984,962,3,530,'2013-10-12 12:06:27',0,0,'','2013101253','2013-10-12','2013-10-12','20131012-53','13:05',1,'',NULL,'','20131012-1128',NULL),(2985,963,3,530,'2013-10-12 12:11:10',0,0,'','2013101254 ','2013-10-12','2013-10-12','20131012-54','13:08',1,'',NULL,'','20131012-1129',NULL),(2987,963,2,530,'2013-10-12 12:11:10',0,0,'','2013101254 ','2013-10-12','2013-10-12','20131012-54','13:10',1,'',NULL,'','20131012-1129',NULL),(2990,963,1,530,'2013-10-12 12:11:11',0,0,'','2013101254 ','2013-10-12','2013-10-12','20131012-54','13:10',1,'',NULL,'','20131012-1129',NULL),(2991,938,1,530,'2013-10-12 12:18:29',0,0,'','2013101255','2013-10-12','2013-10-12','20131012-55','13:17',1,'',NULL,'','20131012-1130',NULL),(2992,964,3,530,'2013-10-12 12:21:12',0,0,'','2013101256','2013-10-12','2013-10-12','20131012-56','13:19',1,'',NULL,'','20131012-1131',NULL),(2994,964,1,530,'2013-10-12 12:21:13',0,0,'','2013101256','2013-10-12','2013-10-12','20131012-56','13:20',1,'',NULL,'','20131012-1131',NULL),(2995,965,1,530,'2013-10-12 12:37:47',1,0,'','2013101257','2013-10-12','2013-10-12','20131012-57','13:36',1,'DR NKRUMAH',NULL,'','20131012-1132',NULL),(2996,966,3,530,'2013-10-12 12:58:28',0,0,'','2013101258','2013-10-12','2013-10-12','20131012-58','13:40',1,'',NULL,'','20131012-1133',NULL),(2998,966,4,530,'2013-10-12 12:58:28',0,0,'','2013101258','2013-10-12','2013-10-12','20131012-58','13:58',1,'',NULL,'','20131012-1133',NULL),(2999,967,3,530,'2013-10-12 13:00:50',0,0,'','2013101259','2013-10-12','2013-10-12','20131012-59','13:59',1,'',NULL,'','20131012-1134',NULL),(3001,967,1,530,'2013-10-12 13:00:50',0,0,'','2013101259','2013-10-12','2013-10-12','20131012-59','14:00',1,'',NULL,'','20131012-1134',NULL),(3002,968,3,530,'2013-10-12 13:04:51',0,0,'','2013101260','2013-10-12','2013-10-12','20131012-60','14:03',1,'',NULL,'','20131012-1135',NULL),(3004,968,4,530,'2013-10-12 13:04:51',0,0,'','2013101260','2013-10-12','2013-10-12','20131012-60','14:04',1,'',NULL,'','20131012-1135',NULL),(3005,899,1,530,'2013-10-12 13:06:57',0,0,'','2013101261','2013-10-12','2013-10-12','20131012-61','14:05',1,'',NULL,'','20131012-1136',NULL),(3006,969,3,530,'2013-10-12 13:12:11',0,0,'','2013101262','2013-10-12','2013-10-12','20131012-62','14:10',1,'DR MENSAH',NULL,'','20131012-1137',NULL),(3007,321,1,530,'2013-10-12 13:13:52',0,0,'','2013101263 ','2013-10-12','2013-10-12','20131012-63','14:12',1,'',NULL,'','20131012-1138',NULL),(3008,207,3,530,'2013-10-12 13:14:46',0,0,'','2013101264 ','2013-10-12','2013-10-12','20131012-64','14:14',1,'',NULL,'','20131012-1139',NULL),(3009,970,3,530,'2013-10-12 13:20:12',0,0,'','2013101265','2013-10-12','2013-10-12','20131012-65','14:19',1,'',NULL,'','20131012-1140',NULL),(3011,970,1,530,'2013-10-12 13:20:12',0,0,'','2013101265','2013-10-12','2013-10-12','20131012-65','14:19',1,'',NULL,'','20131012-1140',NULL),(3012,971,3,530,'2013-10-12 13:45:11',0,0,'','2013101266','2013-10-12','2013-10-12','20131012-66','14:43',1,'',NULL,'','20131012-1141',NULL),(3014,971,1,530,'2013-10-12 13:45:11',0,0,'','2013101266','2013-10-12','2013-10-12','20131012-66','14:44',1,'',NULL,'','20131012-1141',NULL),(3015,972,3,530,'2013-10-12 13:49:17',0,0,'','013101267 ','2013-10-12','2013-10-12','20131012-67','14:47',1,'',NULL,'','20131012-1142',NULL),(3016,210,3,530,'2013-10-12 13:51:21',0,0,'','2013101269','2013-10-12','2013-10-12','20131012-69','14:50',1,'',NULL,'','20131012-1144',NULL),(3017,973,5,530,'2013-10-12 13:55:51',1,0,'','2013101270 ','2013-10-12','2013-10-12','20131012-70','14:54',1,'DR AMOAH',NULL,'','20131012-1145',NULL),(3018,974,3,530,'2013-10-12 13:59:35',0,0,'','2013101271 ','2013-10-12','2013-10-12','20131012-71','14:57',1,'',NULL,'','20131012-1146',NULL),(3020,974,4,530,'2013-10-12 13:59:35',0,0,'','2013101271 ','2013-10-12','2013-10-12','20131012-71','14:58',1,'',NULL,'','20131012-1146',NULL),(3021,975,3,530,'2013-10-12 14:10:20',0,0,'','2013101272','2013-10-12','2013-10-12','20131012-72','15:09',1,'',NULL,'','20131012-1147',NULL),(3022,976,3,530,'2013-10-12 14:13:13',0,0,'','2013101273','2013-10-12','2013-10-12','20131012-73','15:11',1,'DR MENSAH',NULL,'','20131012-1148',NULL),(3024,976,1,530,'2013-10-12 14:13:13',0,0,'','2013101273','2013-10-12','2013-10-12','20131012-73','15:12',1,'DR MENSAH',NULL,'','20131012-1148',NULL),(3025,977,3,530,'2013-10-12 14:16:22',0,0,'','2013101274 ','2013-10-12','2013-10-12','20131012-74','15:14',1,'',NULL,'','20131012-1149',NULL),(3027,977,1,530,'2013-10-12 14:16:22',1,0,'','2013101274 ','2013-10-12','2013-10-12','20131012-74','15:15',1,'',NULL,'','20131012-1149',NULL),(3028,978,3,530,'2013-10-12 14:30:13',0,0,'','2013101275 ','2013-10-12','2013-10-12','20131012-75','15:29',1,'',NULL,'','20131012-1150',NULL),(3030,978,4,530,'2013-10-12 14:30:13',0,0,'','2013101275 ','2013-10-12','2013-10-12','20131012-75','15:30',1,'',NULL,'','20131012-1150',NULL),(3031,979,3,530,'2013-10-12 14:37:10',0,0,'','2013101276 ','2013-10-12','2013-10-12','20131012-76','15:35',1,'',NULL,'','20131012-1151',NULL),(3032,980,3,530,'2013-10-12 14:47:58',0,0,'','2013101277 ','2013-10-12','2013-10-12','20131012-77','15:46',1,'',NULL,'','20131012-1152',NULL),(3034,980,4,530,'2013-10-12 14:47:58',0,0,'','2013101277 ','2013-10-12','2013-10-12','20131012-77','15:47',1,'',NULL,'','20131012-1152',NULL),(3035,981,4,530,'2013-10-12 14:50:28',0,0,'','2013101278 ','2013-10-12','2013-10-12','20131012-78','15:48',1,'',NULL,'','20131012-1153',NULL),(3036,207,1,530,'2013-10-12 14:57:25',0,0,'','2013101279','2013-10-12','2013-10-12','20131012-79','15:56',1,'',NULL,'','20131012-1154',NULL),(3037,340,3,530,'2013-10-12 14:59:02',0,0,'','2013101280 ','2013-10-12','2013-10-12','20131012-80','15:58',1,'',NULL,'','20131012-1155',NULL),(3038,982,1,530,'2013-10-12 15:04:49',0,0,'','2013101281 ','2013-10-12','2013-10-12','20131012-81','16:00',1,'',NULL,'','20131012-1156',NULL),(3040,982,3,530,'2013-10-12 15:04:49',0,0,'','2013101281 ','2013-10-12','2013-10-12','20131012-81','16:04',1,'',NULL,'','20131012-1156',NULL),(3041,983,4,530,'2013-10-12 15:07:38',0,0,'','2013101282','2013-10-12','2013-10-12','20131012-82','16:06',1,'DR TAKYI',NULL,'','20131012-1157',NULL),(3042,984,3,530,'2013-10-12 15:18:41',0,0,'','2013101283','2013-10-12','2013-10-12','20131012-83','16:17',1,'DR TACHIE',NULL,'','20131012-1158',NULL),(3043,985,3,530,'2013-10-12 15:34:54',0,0,'','2013101284','2013-10-12','2013-10-12','20131012-84','16:33',1,'DR YEBOAH',NULL,'','20131012-1159',NULL),(3045,985,4,530,'2013-10-12 15:34:54',0,0,'','2013101284','2013-10-12','2013-10-12','20131012-84','16:34',1,'DR YEBOAH',NULL,'','20131012-1159',NULL),(3046,986,3,530,'2013-10-12 15:37:30',0,0,'','2013101285','2013-10-12','2013-10-12','20131012-85','16:36',1,'DR YEBOAH',NULL,'','20131012-1160',NULL),(3048,986,4,530,'2013-10-12 15:37:30',0,0,'','2013101285','2013-10-12','2013-10-12','20131012-85','16:37',1,'DR YEBOAH',NULL,'','20131012-1160',NULL),(3049,987,3,530,'2013-10-12 15:43:02',0,0,'','2013101286','2013-10-12','2013-10-12','20131012-86','16:41',1,'DR TAKYI',NULL,'','20131012-1161',NULL),(3051,987,4,530,'2013-10-12 15:43:03',0,0,'','2013101286','2013-10-12','2013-10-12','20131012-86','16:42',1,'DR TAKYI',NULL,'','20131012-1161',NULL),(3052,988,1,530,'2013-10-12 16:19:51',0,0,'','2013101287 ','2013-10-12','2013-10-12','20131012-87','17:18',1,'',NULL,'','20131012-1162',NULL),(3054,988,2,530,'2013-10-12 16:19:52',0,0,'','2013101287 ','2013-10-12','2013-10-12','20131012-87','17:19',1,'',NULL,'','20131012-1162',NULL),(3055,898,29,530,'2013-10-12 17:31:20',0,0,'','2013101288 ','2013-10-12','2013-10-12','20131012-88','18:25',1,'PROF ARCHEAMPONG',NULL,'','20131012-1163',NULL),(3056,989,1,530,'2013-10-12 17:40:27',0,0,'','2013101289','2013-10-12','2013-10-12','20131012-89','18:37',1,'DR AMOAH',NULL,'','20131012-1164',NULL),(3058,989,2,530,'2013-10-12 17:40:27',1,0,'','2013101289','2013-10-12','2013-10-12','20131012-89','18:40',1,'DR AMOAH',NULL,'','20131012-1164',NULL),(3059,990,4,530,'2013-10-12 17:46:06',0,0,'','2013101290 ','2013-10-12','2013-10-12','20131012-90','18:45',1,'DR YEBOAH',NULL,'','20131012-1165',NULL),(3060,991,4,530,'2013-10-12 17:47:52',0,0,'','2013101291 ','2013-10-12','2013-10-12','20131012-91','18:47',1,'DR YEBOAH',NULL,'','20131012-1166',NULL),(3061,992,3,530,'2013-10-12 17:58:31',0,0,'','2013101292 ','2013-10-12','2013-10-12','20131012-92','18:55',1,'DR YEBOAH',NULL,'','20131012-1167',NULL),(3063,992,4,530,'2013-10-12 17:58:34',0,0,'','2013101292 ','2013-10-12','2013-10-12','20131012-92','18:57',1,'DR YEBOAH',NULL,'','20131012-1167',NULL),(3066,992,1,530,'2013-10-12 17:58:34',0,0,'','2013101292 ','2013-10-12','2013-10-12','20131012-92','18:58',1,'DR YEBOAH',NULL,'','20131012-1167',NULL),(3067,993,3,530,'2013-10-12 18:12:18',0,0,'','2013101293','2013-10-12','2013-10-12','20131012-93','19:11',1,'DR TAKYI',NULL,'','20131012-1168',NULL),(3068,994,4,530,'2013-10-12 18:17:59',0,0,'','2013101294','2013-10-12','2013-10-12','20131012-94','19:16',1,'',NULL,'','20131012-1169',NULL),(3069,922,4,530,'2013-10-12 18:20:47',0,0,'','2013101295 ','2013-10-12','2013-10-12','20131012-95','19:19',1,'DR FUMMY',NULL,'','20131012-1170',NULL),(3071,922,2,530,'2013-10-12 18:20:47',1,0,'','2013101295 ','2013-10-12','2013-10-12','20131012-95','19:20',1,'DR FUMMY',NULL,'','20131012-1170',NULL),(3072,995,1,530,'2013-10-12 18:30:14',0,0,'','2013101296 ','2013-10-12','2013-10-12','20131012-96','19:29',1,'DR YEBOAH',NULL,'','20131012-1171',NULL),(3073,996,3,530,'2013-10-12 18:34:41',0,0,'','2013101297','2013-10-12','2013-10-12','20131012-97','19:32',1,'DR TAKYI',NULL,'','20131012-1172',NULL),(3075,996,4,530,'2013-10-12 18:34:42',0,0,'','2013101297','2013-10-12','2013-10-12','20131012-97','19:33',1,'DR TAKYI',NULL,'','20131012-1172',NULL),(3078,996,5,530,'2013-10-12 18:34:42',0,0,'','2013101297','2013-10-12','2013-10-12','20131012-97','19:34',1,'DR TAKYI',NULL,'','20131012-1172',NULL),(3082,996,1,530,'2013-10-12 18:34:42',0,0,'','2013101297','2013-10-12','2013-10-12','20131012-97','19:34',1,'DR TAKYI',NULL,'','20131012-1172',NULL),(3083,997,3,530,'2013-10-12 18:43:10',0,0,'','2013101298 ','2013-10-12','2013-10-12','20131012-98','19:40',1,'DR TAKYI',NULL,'','20131012-1173',NULL),(3085,997,4,530,'2013-10-12 18:43:11',1,0,'','2013101298 ','2013-10-12','2013-10-12','20131012-98','19:42',1,'DR TAKYI',NULL,'','20131012-1173',NULL),(3088,997,5,530,'2013-10-12 18:43:11',1,0,'','2013101298 ','2013-10-12','2013-10-12','20131012-98','19:42',1,'DR TAKYI',NULL,'','20131012-1173',NULL),(3092,997,1,530,'2013-10-12 18:43:11',1,0,'','2013101298 ','2013-10-12','2013-10-12','20131012-98','19:42',1,'DR TAKYI',NULL,'','20131012-1173',NULL),(3093,998,3,530,'2013-10-12 18:50:26',0,0,'','2013101299','2013-10-12','2013-10-12','20131012-99','19:48',1,'',NULL,'','20131012-1174',NULL),(3095,998,4,530,'2013-10-12 18:50:27',0,0,'','2013101299','2013-10-12','2013-10-12','20131012-99','19:49',1,'',NULL,'','20131012-1174',NULL),(3098,998,1,530,'2013-10-12 18:50:27',0,0,'','2013101299','2013-10-12','2013-10-12','20131012-99','19:50',1,'',NULL,'','20131012-1174',NULL),(3099,97,3,531,'2013-10-12 19:34:53',0,0,'','20131012100','2013-10-12','2013-10-12','20131012-100','20:29',1,'DR TAKYI',NULL,'','20131012-1175',NULL),(3101,97,4,531,'2013-10-12 19:34:54',0,0,'','20131012100','2013-10-12','2013-10-12','20131012-100','20:30',1,'DR TAKYI',NULL,'','20131012-1175',NULL),(3104,97,27,531,'2013-10-12 19:34:54',0,0,'','20131012100','2013-10-12','2013-10-12','20131012-100','20:31',1,'DR TAKYI',NULL,'','20131012-1175',NULL),(3105,999,3,531,'2013-10-12 19:43:29',0,0,'','20131012101','2013-10-12','2013-10-12','20131012-101','20:41',1,'DR YEBOAH',NULL,'','20131012-1176',NULL),(3106,1000,3,531,'2013-10-12 20:07:48',0,0,'','20131012102','2013-10-12','2013-10-12','20131012-102','21:06',1,'DR AMOAH',NULL,'','20131012-1177',NULL),(3107,1001,3,531,'2013-10-12 20:26:56',0,0,'','20131012103','2013-10-12','2013-10-12','20131012-103','21:25',1,'DR OFORI ANTI',NULL,'','20131012-1178',NULL),(3108,1002,3,531,'2013-10-12 21:05:46',0,0,'','20131012104','2013-10-12','2013-10-12','20131012-104','22:02',1,'DR OFORI',NULL,'','20131012-1179',NULL),(3109,1003,1,531,'2013-10-12 21:29:15',1,0,'','20131012105 ','2013-10-12','2013-10-12','20131012-105','22:27',1,'DR DANIELS',NULL,'','20131012-1180',NULL),(3110,1004,1,531,'2013-10-12 21:34:32',1,0,'','20131012106','2013-10-12','2013-10-12','20131012-106','22:33',1,'',NULL,'','20131012-1181',NULL),(3111,1005,3,531,'2013-10-12 21:50:01',0,0,'','20131012107','2013-10-12','2013-10-12','20131012-107','22:48',1,'DR DANIELS',NULL,'','20131012-1182',NULL),(3113,1005,4,531,'2013-10-12 21:50:02',0,0,'','20131012107','2013-10-12','2013-10-12','20131012-107','22:49',1,'DR DANIELS',NULL,'','20131012-1182',NULL),(3114,1006,3,531,'2013-10-12 23:27:37',0,0,'','201310131','2013-10-13','2013-10-13','20131013-1','00:25',1,'DR TAKYI',NULL,'','20131013-1183',NULL),(3115,1007,3,531,'2013-10-12 23:37:08',0,0,'','201310132','2013-10-13','2013-10-13','20131013-2','00:34',1,'DR DANIELS',NULL,'','20131013-1184',NULL),(3117,1007,1,531,'2013-10-12 23:37:08',0,0,'','201310132','2013-10-13','2013-10-13','20131013-2','00:36',1,'DR DANIELS',NULL,'','20131013-1184',NULL),(3120,1007,4,531,'2013-10-12 23:37:08',0,0,'','201310132','2013-10-13','2013-10-13','20131013-2','00:36',1,'DR DANIELS',NULL,'','20131013-1184',NULL),(3121,1008,3,531,'2013-10-12 23:57:21',0,0,'','201310133 ','2013-10-13','2013-10-13','20131013-3','00:55',1,'DR OFORI',NULL,'','20131013-1185',NULL),(3122,1009,3,531,'2013-10-13 00:38:43',0,0,'','201310134','2013-10-13','2013-10-13','20131013-4','01:36',1,'DR OFORI ANTI',NULL,'','20131013-1186',NULL),(3124,1009,1,531,'2013-10-13 00:38:46',0,0,'','201310134','2013-10-13','2013-10-13','20131013-4','01:37',1,'DR OFORI ANTI',NULL,'','20131013-1186',NULL),(3127,1009,4,531,'2013-10-13 00:38:56',0,0,'','201310134','2013-10-13','2013-10-13','20131013-4','01:38',1,'DR OFORI ANTI',NULL,'','20131013-1186',NULL),(3128,1010,3,531,'2013-10-13 00:44:29',0,0,'','201310135','2013-10-13','2013-10-13','20131013-5','01:42',1,'DR OFORI ANTI',NULL,'','20131013-1187',NULL),(3129,1008,1,531,'2013-10-13 06:51:56',0,0,'','201310136 ','2013-10-13','2013-10-13','20131013-6','07:50',1,'DR DANIELS',NULL,'','20131013-1188',NULL),(3130,1011,3,531,'2013-10-13 07:33:14',0,0,'','201310137','2013-10-13','2013-10-13','20131013-7','08:31',1,'DR DANIELS',NULL,'','20131013-1189',NULL),(3132,1011,1,531,'2013-10-13 07:33:14',0,0,'','201310137','2013-10-13','2013-10-13','20131013-7','08:32',1,'DR DANIELS',NULL,'','20131013-1189',NULL),(3133,1012,3,531,'2013-10-13 07:37:40',0,0,'','201310138','2013-10-13','2013-10-13','20131013-8','08:36',1,'DR OFORI',NULL,'','20131013-1190',NULL),(3134,35,2,530,'2013-10-13 09:22:30',1,0,'','2013101312','2013-10-13','2013-10-13','20131013-12','10:08',1,'DR TACHIE',NULL,'','20131013-1194',NULL),(3135,1013,1,530,'2013-10-13 09:40:09',0,0,'','2013101313 ','2013-10-13','2013-10-13','20131013-13','10:37',1,'DR OFORI',NULL,'','20131013-1195',NULL),(3137,1013,3,530,'2013-10-13 09:40:09',0,0,'','2013101313 ','2013-10-13','2013-10-13','20131013-13','10:38',1,'DR OFORI',NULL,'','20131013-1195',NULL),(3138,1014,3,530,'2013-10-13 09:44:37',0,0,'','2013101314 ','2013-10-13','2013-10-13','20131013-14','10:43',1,'DR OFORI',NULL,'','20131013-1196',NULL),(3139,1015,3,530,'2013-10-13 09:47:41',0,0,'','2013101315','2013-10-13','2013-10-13','20131013-15','10:46',1,'DR OFORI',NULL,'','20131013-1197',NULL),(3141,1015,4,530,'2013-10-13 09:47:41',0,0,'','2013101315','2013-10-13','2013-10-13','20131013-15','10:47',1,'DR OFORI',NULL,'','20131013-1197',NULL),(3142,1016,3,530,'2013-10-13 09:55:18',0,0,'','2013101316','2013-10-13','2013-10-13','20131013-16','10:52',1,'DR OFORI',NULL,'','20131013-1198',NULL),(3143,1009,1,530,'2013-10-13 09:57:36',0,0,'','2013101317 ','2013-10-13','2013-10-13','20131013-17','10:56',1,'DR DANIELS',NULL,'','20131013-1199',NULL),(3144,1017,3,530,'2013-10-13 10:09:51',0,0,'','2013101318 ','2013-10-13','2013-10-13','20131013-18','11:07',1,'',NULL,'','20131013-1200',NULL),(3146,1017,4,530,'2013-10-13 10:09:51',0,0,'','2013101318 ','2013-10-13','2013-10-13','20131013-18','11:08',1,'',NULL,'','20131013-1200',NULL),(3149,1017,2,530,'2013-10-13 10:09:51',0,0,'','2013101318 ','2013-10-13','2013-10-13','20131013-18','11:09',1,'',NULL,'','20131013-1200',NULL),(3150,1018,3,530,'2013-10-13 10:11:53',0,0,'','2013101319','2013-10-13','2013-10-13','20131013-19','11:10',1,'',NULL,'','20131013-1201',NULL),(3151,1019,4,530,'2013-10-13 10:15:19',0,0,'','2013101320 ','2013-10-13','2013-10-13','20131013-20','11:13',1,'DR FIMPONG',NULL,'','20131013-1202',NULL),(3152,1020,3,530,'2013-10-13 10:18:49',0,0,'','2013101321 ','2013-10-13','2013-10-13','20131013-21','11:17',1,'DR FIMPONG',NULL,'','20131013-1203',NULL),(3154,1020,4,530,'2013-10-13 10:18:49',0,0,'','2013101321 ','2013-10-13','2013-10-13','20131013-21','11:18',1,'DR FIMPONG',NULL,'','20131013-1203',NULL),(3155,1021,12,530,'2013-10-13 10:21:53',1,0,'','2013101322 ','2013-10-13','2013-10-13','20131013-22','11:19',1,'DR TACHIE',NULL,'','20131013-1204',NULL),(3156,1022,4,530,'2013-10-13 10:26:50',0,0,'','2013101323 ','2013-10-13','2013-10-13','20131013-23','11:25',1,'DR FIMPONG',NULL,'','20131013-1205',NULL),(3157,1023,3,530,'2013-10-13 10:36:01',0,0,'','2013101324 ','2013-10-13','2013-10-13','20131013-24','11:33',1,'DR OFORI',NULL,'','20131013-1206',NULL),(3159,1023,1,530,'2013-10-13 10:36:04',0,0,'','2013101324 ','2013-10-13','2013-10-13','20131013-24','11:35',1,'DR OFORI',NULL,'','20131013-1206',NULL),(3162,1023,2,530,'2013-10-13 10:36:05',0,0,'','2013101324 ','2013-10-13','2013-10-13','20131013-24','11:35',1,'DR OFORI',NULL,'','20131013-1206',NULL),(3163,831,3,530,'2013-10-13 10:40:43',0,0,'','2013101325','2013-10-13','2013-10-13','20131013-25','11:38',1,'DR OFORI',NULL,'','20131013-1207',NULL),(3165,831,4,530,'2013-10-13 10:40:43',0,0,'','2013101325','2013-10-13','2013-10-13','20131013-25','11:40',1,'DR OFORI',NULL,'','20131013-1207',NULL),(3168,831,2,530,'2013-10-13 10:40:44',0,0,'','2013101325','2013-10-13','2013-10-13','20131013-25','11:40',1,'DR OFORI',NULL,'','20131013-1207',NULL),(3169,1024,1,530,'2013-10-13 10:45:07',1,0,'','2013101326','2013-10-13','2013-10-13','20131013-26','11:42',1,'DR OFORI',NULL,'','20131013-1208',NULL),(3171,1024,3,530,'2013-10-13 10:45:08',0,0,'','2013101326','2013-10-13','2013-10-13','20131013-26','11:44',1,'DR OFORI',NULL,'','20131013-1208',NULL),(3174,1024,4,530,'2013-10-13 10:45:08',1,0,'','2013101326','2013-10-13','2013-10-13','20131013-26','11:44',1,'DR OFORI',NULL,'','20131013-1208',NULL),(3175,1025,3,530,'2013-10-13 10:52:31',0,0,'','2013101327','2013-10-13','2013-10-13','20131013-27','11:50',1,'DR FIMPONG',NULL,'','20131013-1209',NULL),(3177,1025,1,530,'2013-10-13 10:52:31',0,0,'','2013101327','2013-10-13','2013-10-13','20131013-27','11:51',1,'DR FIMPONG',NULL,'','20131013-1209',NULL),(3180,1025,2,530,'2013-10-13 10:52:31',1,0,'','2013101327','2013-10-13','2013-10-13','20131013-27','11:52',1,'DR FIMPONG',NULL,'','20131013-1209',NULL),(3184,1025,4,530,'2013-10-13 10:52:32',1,0,'','2013101327','2013-10-13','2013-10-13','20131013-27','11:52',1,'DR FIMPONG',NULL,'','20131013-1209',NULL),(3185,1026,3,530,'2013-10-13 11:54:33',0,0,'','2013101328 ','2013-10-13','2013-10-13','20131013-28','12:52',1,'DR OFORI',NULL,'','20131013-1210',NULL),(3187,1026,4,530,'2013-10-13 11:54:34',0,0,'','2013101328 ','2013-10-13','2013-10-13','20131013-28','12:54',1,'DR OFORI',NULL,'','20131013-1210',NULL),(3190,1026,1,530,'2013-10-13 11:54:34',0,0,'','2013101328 ','2013-10-13','2013-10-13','20131013-28','12:54',1,'DR OFORI',NULL,'','20131013-1210',NULL),(3191,1027,3,530,'2013-10-13 12:24:28',1,0,'','2013101329','2013-10-13','2013-10-13','20131013-29','13:18',1,'DR OFORI',NULL,'','20131013-1211',NULL),(3192,1028,4,530,'2013-10-13 12:29:07',0,0,'','2013101330','2013-10-13','2013-10-13','20131013-30','13:27',1,'DR OFORI',NULL,'','20131013-1212',NULL),(3193,1029,3,530,'2013-10-13 13:17:52',0,0,'','2013101331 ','2013-10-13','2013-10-13','20131013-31','14:16',1,'DR MENSAH',NULL,'','20131013-1213',NULL),(3195,1029,4,530,'2013-10-13 13:17:52',0,0,'','2013101331 ','2013-10-13','2013-10-13','20131013-31','14:17',1,'DR MENSAH',NULL,'','20131013-1213',NULL),(3198,1029,1,530,'2013-10-13 13:17:53',0,0,'','2013101331 ','2013-10-13','2013-10-13','20131013-31','14:17',1,'DR MENSAH',NULL,'','20131013-1213',NULL),(3199,1030,3,530,'2013-10-13 14:11:19',0,0,'','2013101332','2013-10-13','2013-10-13','20131013-32','15:10',1,'DR FIMPONG',NULL,'','20131013-1214',NULL),(3200,1031,3,530,'2013-10-13 14:16:54',0,0,'','2013101333','2013-10-13','2013-10-13','20131013-33','15:15',1,'',NULL,'','20131013-1215',NULL),(3201,1032,3,530,'2013-10-13 14:48:54',0,0,'','2013101334 ','2013-10-13','2013-10-13','20131013-34','15:47',1,'DR FIMPONG',NULL,'','20131013-1216',NULL),(3203,1032,4,530,'2013-10-13 14:48:54',0,0,'','2013101334 ','2013-10-13','2013-10-13','20131013-34','15:48',1,'DR FIMPONG',NULL,'','20131013-1216',NULL),(3204,1033,3,530,'2013-10-13 16:41:28',0,0,'','2013101335','2013-10-13','2013-10-13','20131013-35','17:40',1,'DR FIMPONG',NULL,'','20131013-1217',NULL),(3205,1034,3,530,'2013-10-13 17:17:10',0,0,'','2013101336 ','2013-10-13','2013-10-13','20131013-36','18:14',1,'DR OFORI',NULL,'','20131013-1218',NULL),(3207,1034,4,530,'2013-10-13 17:17:10',0,0,'','2013101336 ','2013-10-13','2013-10-13','20131013-36','18:15',1,'DR OFORI',NULL,'','20131013-1218',NULL),(3210,1034,5,530,'2013-10-13 17:17:11',0,0,'','2013101336 ','2013-10-13','2013-10-13','20131013-36','18:16',1,'DR OFORI',NULL,'','20131013-1218',NULL),(3211,1035,3,530,'2013-10-13 17:53:04',0,0,'','2013101337','2013-10-13','2013-10-13','20131013-37','18:51',1,'DR OFORI',NULL,'','20131013-1219',NULL),(3213,1035,4,530,'2013-10-13 17:53:04',0,0,'','2013101337','2013-10-13','2013-10-13','20131013-37','18:52',1,'DR OFORI',NULL,'','20131013-1219',NULL),(3216,1035,1,530,'2013-10-13 17:53:05',0,0,'','2013101337','2013-10-13','2013-10-13','20131013-37','18:52',1,'DR OFORI',NULL,'','20131013-1219',NULL),(3217,1036,3,530,'2013-10-13 18:06:32',0,0,'','2013101338 ','2013-10-13','2013-10-13','20131013-38','19:05',1,'DR OFORI',NULL,'','20131013-1220',NULL),(3219,1036,4,530,'2013-10-13 18:06:32',0,0,'','2013101338 ','2013-10-13','2013-10-13','20131013-38','19:05',1,'DR OFORI',NULL,'','20131013-1220',NULL),(3222,1036,1,530,'2013-10-13 18:06:32',0,0,'','2013101338 ','2013-10-13','2013-10-13','20131013-38','19:06',1,'DR OFORI',NULL,'','20131013-1220',NULL),(3223,1037,3,530,'2013-10-13 18:12:53',0,0,'','2013101339 ','2013-10-13','2013-10-13','20131013-39','19:10',1,'',NULL,'','20131013-1221',NULL),(3225,1037,1,530,'2013-10-13 18:12:54',0,0,'','2013101339 ','2013-10-13','2013-10-13','20131013-39','19:11',1,'',NULL,'','20131013-1221',NULL),(3228,1037,4,530,'2013-10-13 18:12:54',0,0,'','2013101339 ','2013-10-13','2013-10-13','20131013-39','19:12',1,'',NULL,'','20131013-1221',NULL),(3232,1037,2,530,'2013-10-13 18:12:54',0,0,'','2013101339 ','2013-10-13','2013-10-13','20131013-39','19:12',1,'',NULL,'','20131013-1221',NULL),(3233,1038,3,531,'2013-10-13 19:08:21',0,0,'','2013101340 ','2013-10-13','2013-10-13','20131013-40','20:06',1,'DR VORTIA',NULL,'','20131013-1222',NULL),(3235,1038,4,531,'2013-10-13 19:08:21',1,0,'','2013101340','2013-10-13','2013-10-13','20131013-40','20:07',1,'DR VORTIA',NULL,'','20131013-1222',NULL),(3236,1039,3,531,'2013-10-13 19:26:58',0,0,'','2013101341','2013-10-13','2013-10-13','20131013-41','20:25',1,'DR FRIMPONG',NULL,'','20131013-1223',NULL),(3237,1040,3,531,'2013-10-13 20:14:39',0,0,'','2013101342','2013-10-13','2013-10-13','20131013-42','21:13',1,'DR FRIMPONG',NULL,'','20131013-1224',NULL),(3238,1041,3,531,'2013-10-13 20:47:03',0,0,'','2013101343','2013-10-13','2013-10-13','20131013-43','21:45',1,'DR OFORI ANTI',NULL,'','20131013-1225',NULL),(3239,1042,3,531,'2013-10-13 21:10:44',0,0,'','2013101344 ','2013-10-13','2013-10-13','20131013-44','22:09',1,'DR OFORI ANTI',NULL,'','20131013-1226',NULL),(3240,1043,3,531,'2013-10-13 21:12:38',0,0,'','2013101345 ','2013-10-13','2013-10-13','20131013-45','22:11',1,'DR OFORI ANTI',NULL,'','20131013-1227',NULL),(3241,1044,3,531,'2013-10-13 21:15:43',0,0,'','2013101346 ','2013-10-13','2013-10-13','20131013-46','22:13',1,'DR DJAN',NULL,'','20131013-1228',NULL),(3243,1044,1,531,'2013-10-13 21:15:43',0,0,'','2013101346 ','2013-10-13','2013-10-13','20131013-46','22:15',1,'DR DJAN',NULL,'','20131013-1228',NULL),(3244,1045,3,531,'2013-10-13 21:21:05',0,0,'','2013101347','2013-10-13','2013-10-13','20131013-47','22:19',1,'DR FRIMPONG',NULL,'','20131013-1229',NULL),(3245,1046,3,531,'2013-10-13 21:25:00',0,0,'','2013101348','2013-10-13','2013-10-13','20131013-48','22:23',1,'DR OFORI',NULL,'','20131013-1230',NULL),(3247,1046,1,531,'2013-10-13 21:25:00',0,0,'','2013101348','2013-10-13','2013-10-13','20131013-48','22:24',1,'DR OFORI',NULL,'','20131013-1230',NULL),(3250,1046,4,531,'2013-10-13 21:25:00',0,0,'','2013101348','2013-10-13','2013-10-13','20131013-48','22:24',1,'DR OFORI',NULL,'','20131013-1230',NULL),(3251,1047,3,531,'2013-10-13 23:04:10',0,0,'','2013101349','2013-10-14','2013-10-14','20131013-49','00:00',1,'DR OFORI ANTI',NULL,'','20131014-1231',NULL),(3252,1048,3,531,'2013-10-13 23:18:03',0,0,'','201310141','2013-10-14','2013-10-14','20131014-1','00:15',1,'DR OFORI ANTI',NULL,'','20131014-1232',NULL),(3253,1039,4,531,'2013-10-14 01:43:01',0,0,'','201310143','2013-10-14','2013-10-14','20131014-3','02:41',1,'DR OFORI ANTI',NULL,'','20131014-1234',NULL),(3254,1049,2,531,'2013-10-14 07:06:45',1,0,'','201310144','2013-10-14','2013-10-14','20131014-4','08:05',1,'DR AMABLE',NULL,'','20131014-1235',NULL),(3256,1049,4,531,'2013-10-14 07:06:46',1,0,'','201310144','2013-10-14','2013-10-14','20131014-4','08:06',1,'DR AMABLE',NULL,'','20131014-1235',NULL),(3257,1050,3,531,'2013-10-14 07:38:52',0,0,'','201310145 ','2013-10-14','2013-10-14','20131014-5','08:35',1,'DR DJAN',NULL,'','20131014-1236',NULL),(3259,1050,1,531,'2013-10-14 07:38:52',0,0,'','201310145 ','2013-10-14','2013-10-14','20131014-5','08:37',1,'DR DJAN',NULL,'','20131014-1236',NULL),(3262,1050,2,531,'2013-10-14 07:38:52',0,0,'','201310145 ','2013-10-14','2013-10-14','20131014-5','08:38',1,'DR DJAN',NULL,'','20131014-1236',NULL),(3263,1051,3,530,'2013-10-14 08:03:40',0,0,'','201310146 ','2013-10-14','2013-10-14','20131014-6','09:01',1,'DR DJAN',NULL,'','20131014-1237',NULL),(3265,1051,2,530,'2013-10-14 08:03:40',1,0,'','201310146 ','2013-10-14','2013-10-14','20131014-6','09:03',1,'DR DJAN',NULL,'','20131014-1237',NULL),(3266,1052,1,530,'2013-10-14 08:17:35',1,0,'','201310147','2013-10-14','2013-10-14','20131014-7','09:16',1,'PROF S K OWUSU',NULL,'','20131014-1238',NULL),(3268,1052,2,530,'2013-10-14 08:17:44',0,0,'','201310147','2013-10-14','2013-10-14','20131014-7','09:17',1,'PROF S K OWUSU',NULL,'','20131014-1238',NULL),(3269,1053,1,530,'2013-10-14 08:28:40',0,0,'','201310148 ','2013-10-14','2013-10-14','20131014-8','09:27',1,'DR VORTIA',NULL,'','20131014-1239',NULL),(3270,1054,1,530,'2013-10-14 08:41:45',0,0,'','201310149 ','2013-10-14','2013-10-14','20131014-9','09:39',1,'DR TACHIE',NULL,'','20131014-1240',NULL),(3271,1055,3,530,'2013-10-14 08:46:13',0,0,'','2013101410','2013-10-14','2013-10-14','20131014-10','09:43',1,'DR VORTIA',NULL,'','20131014-1241',NULL),(3273,1055,4,530,'2013-10-14 08:46:13',0,0,'','2013101410','2013-10-14','2013-10-14','20131014-10','09:45',1,'DR VORTIA',NULL,'','20131014-1241',NULL),(3276,1055,15,530,'2013-10-14 08:46:13',0,0,'','2013101410','2013-10-14','2013-10-14','20131014-10','09:45',1,'DR VORTIA',NULL,'','20131014-1241',NULL),(3277,1056,3,530,'2013-10-14 08:53:44',0,0,'','2013101411 ','2013-10-14','2013-10-14','20131014-11','09:52',1,'DR VORTIA',NULL,'','20131014-1242',NULL),(3278,1057,3,530,'2013-10-14 09:03:18',0,0,'','2013101412 ','2013-10-14','2013-10-14','20131014-12','10:01',1,'DR VORTIA',NULL,'','20131014-1243',NULL),(3280,1057,24,530,'2013-10-14 09:03:19',0,0,'','2013101412 ','2013-10-14','2013-10-14','20131014-12','10:02',1,'DR VORTIA',NULL,'','20131014-1243',NULL),(3281,1057,3,530,'2013-10-14 09:04:05',1,0,'','2013101412 ','2013-10-14','2013-10-14','20131014-13','10:03',1,'',NULL,'','20131014-1244',NULL),(3282,1024,4,534,'2013-10-14 09:14:34',1,0,'','2013101326','2013-10-14','2013-10-14','20131014-14','10:13',1,'DR OFORI',NULL,'','20131014-1245',NULL),(3283,1058,3,530,'2013-10-14 09:19:41',0,0,'','2013101415 ','2013-10-14','2013-10-14','20131014-15','10:15',1,'DR MENSAH',NULL,'','20131014-1246',NULL),(3285,1058,4,530,'2013-10-14 09:19:42',0,0,'','2013101415 ','2013-10-14','2013-10-14','20131014-15','10:16',1,'DR MENSAH',NULL,'','20131014-1246',NULL),(3288,1058,5,530,'2013-10-14 09:19:42',0,0,'','2013101415 ','2013-10-14','2013-10-14','20131014-15','10:16',1,'DR MENSAH',NULL,'','20131014-1246',NULL),(3292,1058,1,530,'2013-10-14 09:19:42',0,0,'','2013101415 ','2013-10-14','2013-10-14','20131014-15','10:17',1,'DR MENSAH',NULL,'','20131014-1246',NULL),(3297,1058,24,530,'2013-10-14 09:19:42',0,0,'','2013101415 ','2013-10-14','2013-10-14','20131014-15','10:18',1,'DR MENSAH',NULL,'','20131014-1246',NULL),(3303,1058,26,530,'2013-10-14 09:19:45',0,0,'','2013101415 ','2013-10-14','2013-10-14','20131014-15','10:19',1,'DR MENSAH',NULL,'','20131014-1246',NULL),(3304,1059,3,530,'2013-10-14 09:25:07',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:22',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3306,1059,4,530,'2013-10-14 09:25:07',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:23',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3309,1059,5,530,'2013-10-14 09:25:07',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:23',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3313,1059,1,530,'2013-10-14 09:25:08',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:23',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3318,1059,24,530,'2013-10-14 09:25:08',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:24',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3324,1059,26,530,'2013-10-14 09:25:08',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:24',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3331,1059,2,530,'2013-10-14 09:25:09',0,0,'','2013101416 ','2013-10-14','2013-10-14','20131014-16','10:24',1,'DR MENSAH',NULL,'','20131014-1247',NULL),(3332,1060,1,530,'2013-10-14 09:28:00',0,0,'','2013101417 ','2013-10-14','2013-10-14','20131014-17','10:26',1,'DR SALLAR',NULL,'','20131014-1248',NULL),(3333,697,15,534,'2013-10-14 09:29:53',1,0,'','20131009118','2013-10-14','2013-10-14','20131014-19','10:29',1,'',NULL,'','20131014-1250',NULL),(3334,1061,3,530,'2013-10-14 09:31:18',0,0,'','2013101418','2013-10-14','2013-10-14','20131014-18','10:29',1,'DR DOW',NULL,'','20131014-1249',NULL),(3336,1061,2,530,'2013-10-14 09:31:18',1,0,'','2013101418','2013-10-14','2013-10-14','20131014-18','10:30',1,'DR DOW',NULL,'','20131014-1249',NULL),(3337,1062,1,530,'2013-10-14 09:35:07',1,0,'','2013101420','2013-10-14','2013-10-14','20131014-20','10:33',1,'DR VORTIA',NULL,'','20131014-1251',NULL),(3338,701,19,534,'2013-10-14 09:37:00',1,0,'','20131009122','2013-10-14','2013-10-14','20131014-21','10:35',1,'',NULL,'','20131014-1252',NULL),(3339,1063,3,530,'2013-10-14 09:39:37',0,0,'','2013101422','2013-10-14','2013-10-14','20131014-22','10:37',1,'DR DOW',NULL,'','20131014-1253',NULL),(3341,1063,1,530,'2013-10-14 09:39:37',0,0,'','2013101422','2013-10-14','2013-10-14','20131014-22','10:39',1,'DR DOW',NULL,'','20131014-1253',NULL),(3344,1063,4,530,'2013-10-14 09:39:37',0,0,'','2013101422','2013-10-14','2013-10-14','20131014-22','10:39',1,'DR DOW',NULL,'','20131014-1253',NULL),(3345,1064,3,530,'2013-10-14 09:45:17',0,0,'','2013101423','2013-10-14','2013-10-14','20131014-23','10:42',1,'DR DOW',NULL,'','20131014-1254',NULL),(3347,1064,1,530,'2013-10-14 09:45:21',0,0,'','2013101423','2013-10-14','2013-10-14','20131014-23','10:44',1,'DR DOW',NULL,'','20131014-1254',NULL),(3348,1065,3,530,'2013-10-14 09:47:42',0,0,'','2013101425','2013-10-14','2013-10-14','20131014-25','10:46',1,'DR YEBOAH',NULL,'','20131014-1256',NULL),(3350,1065,4,530,'2013-10-14 09:47:45',1,0,'','2013101425','2013-10-14','2013-10-14','20131014-25','10:47',1,'DR YEBOAH',NULL,'','20131014-1256',NULL),(3351,1066,1,530,'2013-10-14 09:51:42',0,0,'','2013101426 ','2013-10-14','2013-10-14','20131014-26','10:49',1,'DR VORTIA',NULL,'','20131014-1257',NULL),(3353,1066,3,530,'2013-10-14 09:51:42',0,0,'','2013101426 ','2013-10-14','2013-10-14','20131014-26','10:51',1,'DR VORTIA',NULL,'','20131014-1257',NULL),(3356,1066,2,530,'2013-10-14 09:51:43',0,0,'','2013101426 ','2013-10-14','2013-10-14','20131014-26','10:51',1,'DR VORTIA',NULL,'','20131014-1257',NULL),(3357,1067,3,530,'2013-10-14 09:55:34',0,0,'','2013101427','2013-10-14','2013-10-14','20131014-27','10:53',1,'DR YEBOAH',NULL,'','20131014-1258',NULL),(3359,1067,24,530,'2013-10-14 09:55:34',0,0,'','2013101427','2013-10-14','2013-10-14','20131014-27','10:55',1,'DR YEBOAH',NULL,'','20131014-1258',NULL),(3360,1068,3,530,'2013-10-14 10:02:38',0,0,'','2013101428','2013-10-14','2013-10-14','20131014-28','11:00',1,'DR YEBOAH',NULL,'','20131014-1259',NULL),(3362,1068,2,530,'2013-10-14 10:02:39',1,0,'','2013101428','2013-10-14','2013-10-14','20131014-28','11:02',1,'DR YEBOAH',NULL,'','20131014-1259',NULL),(3363,1,3,504,'2013-10-14 10:05:07',1,0,'','2013101429','2013-10-14','2013-10-14','20131014-29','11:03',1,'DR FRIMPONG',NULL,'','20131014-1260',NULL),(3365,1,5,504,'2013-10-14 10:05:07',1,0,'','','2013-10-14','2013-10-14','20131014-29','11:04',1,'DR FRIMPONG',NULL,'','20131014-1260',NULL),(3366,1069,3,530,'2013-10-14 10:05:43',0,0,'','2013101430','2013-10-14','2013-10-14','20131014-30','11:03',1,'DR YEBOAH',NULL,'','20131014-1261',NULL),(3368,1069,4,530,'2013-10-14 10:05:43',1,0,'','2013101430','2013-10-14','2013-10-14','20131014-30','11:05',1,'DR YEBOAH',NULL,'','20131014-1261',NULL),(3369,1070,4,530,'2013-10-14 10:10:25',0,0,'','2013101431 ','2013-10-14','2013-10-14','20131014-31','11:09',1,'DR DJAN',NULL,'','20131014-1262',NULL),(3370,1071,1,530,'2013-10-14 10:13:21',1,0,'','2013101432 ','2013-10-14','2013-10-14','20131014-32','11:12',1,'',NULL,'','20131014-1263',NULL),(3371,612,3,530,'2013-10-14 10:18:32',0,0,'','2013101433 ','2013-10-14','2013-10-14','20131014-33','11:16',1,'DR VORTIA',NULL,'','20131014-1264',NULL),(3373,612,4,530,'2013-10-14 10:18:32',0,0,'','2013101433 ','2013-10-14','2013-10-14','20131014-33','11:18',1,'DR VORTIA',NULL,'','20131014-1264',NULL),(3376,612,24,530,'2013-10-14 10:18:33',0,0,'','2013101433 ','2013-10-14','2013-10-14','20131014-33','11:18',1,'DR VORTIA',NULL,'','20131014-1264',NULL),(3377,1072,3,530,'2013-10-14 10:24:05',0,0,'','2013101434','2013-10-14','2013-10-14','20131014-34','11:20',1,'DR TACHIE',NULL,'','20131014-1265',NULL),(3378,1073,2,530,'2013-10-14 10:37:38',1,0,'','2013101435 ','2013-10-14','2013-10-14','20131014-35','11:36',1,'DR SALLAR',NULL,'','20131014-1266',NULL),(3380,1073,4,530,'2013-10-14 10:37:38',1,0,'','2013101435 ','2013-10-14','2013-10-14','20131014-35','11:37',1,'DR SALLAR',NULL,'','20131014-1266',NULL),(3381,1074,3,530,'2013-10-14 10:44:18',0,0,'','2013101436','2013-10-14','2013-10-14','20131014-36','11:41',1,'DR YEBOAH',NULL,'','20131014-1267',NULL),(3383,1074,4,530,'2013-10-14 10:44:19',1,0,'','2013101436','2013-10-14','2013-10-14','20131014-36','11:43',1,'DR YEBOAH',NULL,'','20131014-1267',NULL),(3386,1074,1,530,'2013-10-14 10:44:19',1,0,'','2013101436','2013-10-14','2013-10-14','20131014-36','11:44',1,'DR YEBOAH',NULL,'','20131014-1267',NULL),(3387,564,3,530,'2013-10-14 10:47:26',0,0,'','2013101438','2013-10-14','2013-10-14','20131014-38','11:46',1,'DR VORTIA',NULL,'','20131014-1269',NULL),(3388,1075,4,530,'2013-10-14 10:51:23',0,0,'','2013101439','2013-10-14','2013-10-14','20131014-39','11:48',1,'',NULL,'','20131014-1270',NULL),(3389,1076,2,530,'2013-10-14 10:54:16',0,0,'','2013101440 ','2013-10-14','2013-10-14','20131014-40','11:53',1,'DR VORTIA',NULL,'','20131014-1271',NULL),(3390,1077,29,530,'2013-10-14 10:57:15',0,0,'','2013101441 ','2013-10-14','2013-10-14','20131014-41','11:56',1,'DR DOW',NULL,'','20131014-1272',NULL),(3391,898,3,530,'2013-10-14 10:58:59',0,0,'','2013101442','2013-10-14','2013-10-14','20131014-42','11:58',1,'',NULL,'','20131014-1273',NULL),(3392,898,3,530,'2013-10-14 10:59:13',0,0,'','2013101442','2013-10-14','2013-10-14','20131014-42','11:58',1,'',NULL,'','20131014-1273',NULL),(3393,1077,28,504,'2013-10-14 11:02:42',0,0,'','2013101442','2013-10-14','2013-10-14','20131014-44','12:00',1,'',NULL,'','20131014-1275',NULL),(3394,1078,28,530,'2013-10-14 11:03:06',0,0,'','2013101443 ','2013-10-14','2013-10-14','20131014-43','12:00',1,'',NULL,'','20131014-1274',NULL),(3395,1079,3,530,'2013-10-14 11:11:46',0,0,'','2013101445 ','2013-10-14','2013-10-14','20131014-45','12:07',1,'DR VORTIA',NULL,'','20131014-1276',NULL),(3397,1079,4,530,'2013-10-14 11:11:46',1,0,'','2013101445 ','2013-10-14','2013-10-14','20131014-45','12:11',1,'DR VORTIA',NULL,'','20131014-1276',NULL),(3400,1079,24,530,'2013-10-14 11:11:46',0,0,'','2013101445 ','2013-10-14','2013-10-14','20131014-45','12:11',1,'DR VORTIA',NULL,'','20131014-1276',NULL),(3401,1062,5,504,'2013-10-14 11:13:49',0,0,'','2013101420','2013-10-14','2013-10-14','20131014-46','12:11',1,'',NULL,'','20131014-1277',NULL),(3402,1080,1,530,'2013-10-14 11:17:18',0,0,'','2013101447','2013-10-14','2013-10-14','20131014-47','12:14',1,'DR VORTIA',NULL,'','20131014-1278',NULL),(3404,1080,3,530,'2013-10-14 11:17:18',0,0,'','2013101447','2013-10-14','2013-10-14','20131014-47','12:16',1,'DR VORTIA',NULL,'','20131014-1278',NULL),(3407,1080,2,530,'2013-10-14 11:17:20',0,0,'','2013101447','2013-10-14','2013-10-14','20131014-47','12:17',1,'DR VORTIA',NULL,'','20131014-1278',NULL),(3408,1081,3,530,'2013-10-14 11:21:35',0,0,'','2013101448 ','2013-10-14','2013-10-14','20131014-48','12:19',1,'DR YEBOAH',NULL,'','20131014-1279',NULL),(3410,1081,4,530,'2013-10-14 11:21:35',1,0,'','2013101448 ','2013-10-14','2013-10-14','20131014-48','12:21',1,'DR YEBOAH',NULL,'','20131014-1279',NULL),(3411,1082,3,530,'2013-10-14 11:24:24',0,0,'','2013101449','2013-10-14','2013-10-14','20131014-49','12:22',1,'DR VORTIA',NULL,'','20131014-1280',NULL),(3413,1082,4,530,'2013-10-14 11:24:25',1,0,'','2013101449','2013-10-14','2013-10-14','20131014-49','12:23',1,'DR VORTIA',NULL,'','20131014-1280',NULL),(3416,1082,5,530,'2013-10-14 11:24:25',1,0,'','2013101449','2013-10-14','2013-10-14','20131014-49','12:24',1,'DR VORTIA',NULL,'','20131014-1280',NULL),(3417,1083,3,530,'2013-10-14 11:37:03',0,0,'','2013101451 ','2013-10-14','2013-10-14','20131014-51','12:33',1,'DR SALLAR',NULL,'','20131014-1282',NULL),(3419,1083,4,530,'2013-10-14 11:37:04',0,0,'','2013101451 ','2013-10-14','2013-10-14','20131014-51','12:36',1,'DR SALLAR',NULL,'','20131014-1282',NULL),(3422,1083,1,530,'2013-10-14 11:37:04',1,0,'','2013101451 ','2013-10-14','2013-10-14','20131014-51','12:36',1,'DR SALLAR',NULL,'','20131014-1282',NULL),(3426,1083,24,530,'2013-10-14 11:37:04',0,0,'','2013101451 ','2013-10-14','2013-10-14','20131014-51','12:36',1,'DR SALLAR',NULL,'','20131014-1282',NULL),(3427,1084,3,530,'2013-10-14 11:41:33',0,0,'','2013101452','2013-10-14','2013-10-14','20131014-52','12:39',1,'DR YEBOAH',NULL,'','20131014-1283',NULL),(3428,1085,3,530,'2013-10-14 11:44:34',0,0,'','2013101453','2013-10-14','2013-10-14','20131014-53','12:43',1,'',NULL,'','20131014-1284',NULL),(3430,1085,4,530,'2013-10-14 11:44:35',1,0,'','2013101453','2013-10-14','2013-10-14','20131014-53','12:44',1,'',NULL,'','20131014-1284',NULL),(3431,612,2,504,'2013-10-14 11:45:35',1,0,'','2013101433','2013-10-14','2013-10-14','20131014-54','12:45',1,'',NULL,'','20131014-1285',NULL),(3432,515,3,530,'2013-10-14 11:57:04',0,0,'','2013101455 ','2013-10-14','2013-10-14','20131014-55','12:55',1,'DR MENSAH',NULL,'','20131014-1286',NULL),(3433,1068,1,504,'2013-10-14 12:01:48',1,0,'','2013101428','2013-10-14','2013-10-14','20131014-57','13:01',1,'DR YEBOAH',NULL,'','20131014-1288',NULL),(3434,1086,3,530,'2013-10-14 12:01:53',0,0,'','2013101456 ','2013-10-14','2013-10-14','20131014-56','12:58',1,'DR VORTIA',NULL,'','20131014-1287',NULL),(3436,1086,26,530,'2013-10-14 12:01:53',0,0,'','2013101456 ','2013-10-14','2013-10-14','20131014-56','13:00',1,'DR VORTIA',NULL,'','20131014-1287',NULL),(3439,1086,24,530,'2013-10-14 12:01:53',0,0,'','2013101456 ','2013-10-14','2013-10-14','20131014-56','13:00',1,'DR VORTIA',NULL,'','20131014-1287',NULL),(3440,1087,3,530,'2013-10-14 12:08:32',0,0,'','2013101458','2013-10-14','2013-10-14','20131014-58','13:04',1,'DR SALLAR',NULL,'','20131014-1289',NULL),(3442,1087,1,530,'2013-10-14 12:08:35',1,0,'','2013101458','2013-10-14','2013-10-14','20131014-58','13:06',1,'DR SALLAR',NULL,'','20131014-1289',NULL),(3445,1087,4,530,'2013-10-14 12:08:36',1,0,'','2013101458','2013-10-14','2013-10-14','20131014-58','13:07',1,'DR SALLAR',NULL,'','20131014-1289',NULL),(3446,1088,3,530,'2013-10-14 12:16:10',0,0,'','2013101459','2013-10-14','2013-10-14','20131014-59','13:10',1,'DR VORTIA',NULL,'','20131014-1290',NULL),(3448,1088,1,530,'2013-10-14 12:16:10',0,0,'','2013101459','2013-10-14','2013-10-14','20131014-59','13:13',1,'DR VORTIA',NULL,'','20131014-1290',NULL),(3451,1088,2,530,'2013-10-14 12:16:10',0,0,'','2013101459','2013-10-14','2013-10-14','20131014-59','13:14',1,'DR VORTIA',NULL,'','20131014-1290',NULL),(3455,1088,24,530,'2013-10-14 12:16:10',0,0,'','2013101459','2013-10-14','2013-10-14','20131014-59','13:14',1,'DR VORTIA',NULL,'','20131014-1290',NULL),(3456,1089,3,530,'2013-10-14 12:23:58',0,0,'','2013101462','2013-10-14','2013-10-14','20131014-62','13:20',1,'DR VORTIA',NULL,'','20131014-1293',NULL),(3458,1089,1,530,'2013-10-14 12:23:58',0,0,'','2013101462','2013-10-14','2013-10-14','20131014-62','13:21',1,'DR VORTIA',NULL,'','20131014-1293',NULL),(3461,1089,2,530,'2013-10-14 12:23:59',0,0,'','2013101462','2013-10-14','2013-10-14','20131014-62','13:22',1,'DR VORTIA',NULL,'','20131014-1293',NULL),(3465,1089,24,530,'2013-10-14 12:23:59',0,0,'','2013101462','2013-10-14','2013-10-14','20131014-62','13:23',1,'DR VORTIA',NULL,'','20131014-1293',NULL),(3466,1090,24,530,'2013-10-14 12:27:36',0,0,'','2013101463','2013-10-14','2013-10-14','20131014-63','13:26',1,'DR YEBOAH',NULL,'','20131014-1294',NULL),(3467,1091,3,530,'2013-10-14 12:31:51',1,0,'','2013101464','2013-10-14','2013-10-14','20131014-64','13:29',1,'DR SALLAR',NULL,'','20131014-1295',NULL),(3469,1091,1,530,'2013-10-14 12:31:51',1,0,'','2013101464','2013-10-14','2013-10-14','20131014-64','13:30',1,'DR SALLAR',NULL,'','20131014-1295',NULL),(3472,1091,4,530,'2013-10-14 12:31:52',0,0,'','2013101464','2013-10-14','2013-10-14','20131014-64','13:31',1,'DR SALLAR',NULL,'','20131014-1295',NULL),(3473,1092,24,530,'2013-10-14 12:35:42',0,0,'','2013101465','2013-10-14','2013-10-14','20131014-65','13:33',1,'DR SALLAR',NULL,'','20131014-1296',NULL),(3475,1092,3,530,'2013-10-14 12:35:42',1,0,'','2013101465','2013-10-14','2013-10-14','20131014-65','13:34',1,'DR SALLAR',NULL,'','20131014-1296',NULL),(3476,1093,3,530,'2013-10-14 12:40:27',0,0,'','2013101467','2013-10-14','2013-10-14','20131014-67','13:37',1,'DR VORTIA',NULL,'','20131014-1298',NULL),(3478,1093,1,530,'2013-10-14 12:40:27',0,0,'','2013101467','2013-10-14','2013-10-14','20131014-67','13:39',1,'DR VORTIA',NULL,'','20131014-1298',NULL),(3479,1094,1,530,'2013-10-14 12:43:07',1,0,'','2013101468','2013-10-14','2013-10-14','20131014-68','13:41',1,'DR VORTIA',NULL,'','20131014-1299',NULL),(3481,1094,4,530,'2013-10-14 12:43:07',1,0,'','2013101468','2013-10-14','2013-10-14','20131014-68','13:42',1,'DR VORTIA',NULL,'','20131014-1299',NULL),(3482,1095,3,530,'2013-10-14 12:48:15',0,0,'','2013101469','2013-10-14','2013-10-14','20131014-69','13:44',1,'DR TAKYI',NULL,'','20131014-1300',NULL),(3484,1095,1,530,'2013-10-14 12:48:16',0,0,'','2013101469','2013-10-14','2013-10-14','20131014-69','13:46',1,'DR TAKYI',NULL,'','20131014-1300',NULL),(3487,1095,4,530,'2013-10-14 12:48:16',0,0,'','2013101469','2013-10-14','2013-10-14','20131014-69','13:46',1,'DR TAKYI',NULL,'','20131014-1300',NULL),(3491,1095,5,530,'2013-10-14 12:48:16',0,0,'','2013101469','2013-10-14','2013-10-14','20131014-69','13:47',1,'DR TAKYI',NULL,'','20131014-1300',NULL),(3492,678,10,530,'2013-10-14 12:50:57',1,0,'','2013101470 ','2013-10-14','2013-10-14','20131014-70','13:49',1,'DR YEBOAH',NULL,'','20131014-1301',NULL),(3493,625,3,556,'2013-10-14 13:01:39',1,0,'',' 2013100935','2013-10-14','2013-10-09','20131014-71','13:58',1,'DR SALLAR',NULL,'','20131014-1302',NULL),(3494,1096,3,530,'2013-10-14 13:03:03',0,0,'','2013101472','2013-10-14','2013-10-14','20131014-72','14:01',1,'',NULL,'','20131014-1303',NULL),(3495,970,3,530,'2013-10-14 13:05:49',0,0,'','2013101473 ','2013-10-14','2013-10-14','20131014-73','14:04',1,'DR MENSAH',NULL,'','20131014-1304',NULL),(3497,970,5,530,'2013-10-14 13:05:49',0,0,'','2013101473 ','2013-10-14','2013-10-14','20131014-73','14:05',1,'DR MENSAH',NULL,'','20131014-1304',NULL),(3498,1097,17,530,'2013-10-14 13:08:46',0,0,'','2013101474 ','2013-10-14','2013-10-14','20131014-74','14:07',1,'',NULL,'','20131014-1305',NULL),(3499,909,10,556,'2013-10-14 13:12:15',1,0,'','20131011117','2013-10-14','2013-10-11','20131014-75','14:11',1,'DR AMOAH',NULL,'','20131014-1306',NULL),(3500,464,4,530,'2013-10-14 13:13:37',1,0,'','2013101476','2013-10-14','2013-10-14','20131014-76','14:12',1,'DR YEBOAH',NULL,'','20131014-1307',NULL),(3501,835,4,556,'2013-10-14 13:15:48',1,0,'','2013101124','2013-10-14','2013-10-11','20131014-78','14:14',1,'',NULL,'','20131014-1309',NULL),(3502,1098,3,530,'2013-10-14 13:16:19',0,0,'','2013101477','2013-10-14','2013-10-14','20131014-77','14:15',1,'DR YEBOAH',NULL,'','20131014-1308',NULL),(3504,1098,4,530,'2013-10-14 13:16:19',0,0,'','2013101477','2013-10-14','2013-10-14','20131014-77','14:16',1,'DR YEBOAH',NULL,'','20131014-1308',NULL),(3505,840,5,556,'2013-10-14 13:18:05',1,0,'','2013101270','2013-10-14','2013-10-12','20131014-79','14:16',1,'DR AMOAH',NULL,'','20131014-1310',NULL),(3506,1056,3,530,'2013-10-14 13:18:15',0,0,'','2013101480','2013-10-14','2013-10-14','20131014-80','14:17',1,'DR VORTIA',NULL,'','20131014-1311',NULL),(3507,1099,1,530,'2013-10-14 13:20:29',0,0,'','2013101481','2013-10-14','2013-10-14','20131014-81','14:19',1,'DR DOW',NULL,'','20131014-1312',NULL),(3508,1100,3,530,'2013-10-14 13:22:33',0,0,'','2013101482','2013-10-14','2013-10-14','20131014-82','14:21',1,'DR ADOTEY',NULL,'','20131014-1313',NULL),(3509,956,10,556,'2013-10-14 13:23:43',1,0,'','2013101245','2013-10-14','2013-10-12','20131014-83','14:23',1,'',NULL,'','20131014-1314',NULL),(3510,201,3,530,'2013-10-14 13:34:59',0,0,'','2013101484 ','2013-10-14','2013-10-14','20131014-84','14:32',1,'DR SALLAR',NULL,'','20131014-1315',NULL),(3511,1081,4,530,'2013-10-14 13:43:24',0,0,'','2013101486','2013-10-14','2013-10-14','20131014-86','14:41',1,'DR YEBOAH',NULL,'','20131014-1317',NULL),(3512,1101,3,530,'2013-10-14 13:51:35',0,0,'','2013101487 ','2013-10-14','2013-10-14','20131014-87','14:47',1,'DR SALLAR',NULL,'','20131014-1318',NULL),(3514,1101,4,530,'2013-10-14 13:51:36',0,0,'','2013101487 ','2013-10-14','2013-10-14','20131014-87','14:49',1,'DR SALLAR',NULL,'','20131014-1318',NULL),(3517,1101,4,530,'2013-10-14 13:51:36',0,0,'','2013101487 ','2013-10-14','2013-10-14','20131014-87','14:49',1,'DR SALLAR',NULL,'','20131014-1318',NULL),(3521,1101,1,530,'2013-10-14 13:51:36',0,0,'','2013101487 ','2013-10-14','2013-10-14','20131014-87','14:50',1,'DR SALLAR',NULL,'','20131014-1318',NULL),(3522,1102,3,530,'2013-10-14 13:56:23',0,0,'','2013101488 ','2013-10-14','2013-10-14','20131014-88','14:53',1,'DR VORTIA',NULL,'','20131014-1319',NULL),(3524,1102,24,530,'2013-10-14 13:56:23',0,0,'','2013101488 ','2013-10-14','2013-10-14','20131014-88','14:55',1,'DR VORTIA',NULL,'','20131014-1319',NULL),(3525,1103,3,530,'2013-10-14 14:08:43',1,0,'','2013101489','2013-10-14','2013-10-14','20131014-89','15:06',1,'DR DOW',NULL,'','20131014-1320',NULL),(3527,1103,1,530,'2013-10-14 14:08:43',1,0,'','2013101489','2013-10-14','2013-10-14','20131014-89','15:07',1,'DR DOW',NULL,'','20131014-1320',NULL),(3530,1103,2,530,'2013-10-14 14:08:43',1,0,'','2013101489','2013-10-14','2013-10-14','20131014-89','15:08',1,'DR DOW',NULL,'','20131014-1320',NULL),(3531,1104,3,530,'2013-10-14 14:17:21',0,0,'','2013101490','2013-10-14','2013-10-14','20131014-90','15:12',1,'',NULL,'','20131014-1321',NULL),(3533,1104,1,530,'2013-10-14 14:17:21',0,0,'','2013101490','2013-10-14','2013-10-14','20131014-90','15:15',1,'',NULL,'','20131014-1321',NULL),(3536,1104,4,530,'2013-10-14 14:17:22',1,0,'','2013101490','2013-10-14','2013-10-14','20131014-90','15:16',1,'',NULL,'','20131014-1321',NULL),(3540,1104,2,530,'2013-10-14 14:17:22',0,0,'','2013101490','2013-10-14','2013-10-14','20131014-90','15:17',1,'',NULL,'','20131014-1321',NULL),(3541,1105,3,530,'2013-10-14 14:24:57',0,0,'','2013101491 ','2013-10-14','2013-10-14','20131014-91','15:23',1,'DR YEBOAH',NULL,'','20131014-1322',NULL),(3543,1105,4,530,'2013-10-14 14:25:00',0,0,'','2013101491 ','2013-10-14','2013-10-14','20131014-91','15:24',1,'DR YEBOAH',NULL,'','20131014-1322',NULL),(3544,1106,3,530,'2013-10-14 14:30:02',0,0,'','2013101492','2013-10-14','2013-10-14','20131014-92','15:25',1,'DR TAKYI',NULL,'','20131014-1323',NULL),(3546,1106,4,530,'2013-10-14 14:30:02',0,0,'','2013101492','2013-10-14','2013-10-14','20131014-92','15:29',1,'DR TAKYI',NULL,'','20131014-1323',NULL),(3547,1107,3,530,'2013-10-14 14:34:11',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:31',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3549,1107,4,530,'2013-10-14 14:34:12',1,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:33',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3552,1107,5,530,'2013-10-14 14:34:12',1,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:33',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3556,1107,1,530,'2013-10-14 14:34:12',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:33',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3561,1107,2,530,'2013-10-14 14:34:12',1,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:34',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3562,1107,3,530,'2013-10-14 14:36:45',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:34',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3564,1107,4,530,'2013-10-14 14:36:45',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:35',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3567,1107,5,530,'2013-10-14 14:36:45',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:36',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3571,1107,2,530,'2013-10-14 14:36:45',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:36',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3576,1107,1,530,'2013-10-14 14:36:46',0,0,'','2013101493 ','2013-10-14','2013-10-14','20131014-93','15:36',1,'DR VORTIA',NULL,'','20131014-1324',NULL),(3577,1108,3,530,'2013-10-14 14:39:48',0,0,'','2013101494 ','2013-10-14','2013-10-14','20131014-94','15:37',1,'DR VORTIA',NULL,'','20131014-1325',NULL),(3579,1108,1,530,'2013-10-14 14:39:48',0,0,'','2013101494 ','2013-10-14','2013-10-14','20131014-94','15:39',1,'DR VORTIA',NULL,'','20131014-1325',NULL),(3580,1109,3,530,'2013-10-14 14:46:58',0,0,'','2013101495 ','2013-10-14','2013-10-14','20131014-95','15:45',1,'DR YEBOAH',NULL,'','20131014-1326',NULL),(3582,1109,4,530,'2013-10-14 14:46:59',0,0,'','2013101495 ','2013-10-14','2013-10-14','20131014-95','15:46',1,'DR YEBOAH',NULL,'','20131014-1326',NULL),(3583,1110,3,530,'2013-10-14 15:01:36',0,0,'','2013101496 ','2013-10-14','2013-10-14','20131014-96','15:59',1,'DR SALLAR',NULL,'','20131014-1327',NULL),(3584,1111,3,530,'2013-10-14 15:14:41',0,0,'','2013101497 ','2013-10-14','2013-10-14','20131014-97','16:13',1,'DR SALLAR',NULL,'','20131014-1328',NULL),(3585,1112,3,530,'2013-10-14 15:28:41',0,0,'','','2013-10-14','2013-10-14','20131014-98','16:26',1,'DR YEBOAH',NULL,'','20131014-1329',NULL),(3586,1112,1,530,'2013-10-14 15:30:29',0,0,'','2013101497 ','2013-10-14','2013-10-14','20131014-99','16:28',1,'',NULL,'','20131014-1330',NULL),(3587,1092,19,530,'2013-10-14 15:34:06',0,0,'','20131014100','2013-10-14','2013-10-14','20131014-100','16:32',1,'DR SALLAR',NULL,'','20131014-1331',NULL),(3588,1113,3,530,'2013-10-14 15:40:09',0,0,'','20131014101','2013-10-14','2013-10-14','20131014-101','16:35',1,'DR YEBOAH',NULL,'','20131014-1332',NULL),(3590,1113,4,530,'2013-10-14 15:40:09',0,0,'','20131014101','2013-10-14','2013-10-14','20131014-101','16:39',1,'DR YEBOAH',NULL,'','20131014-1332',NULL),(3591,1114,3,530,'2013-10-14 15:57:45',0,0,'','20131014102 ','2013-10-14','2013-10-14','20131014-102','16:56',1,'DR SALLAR',NULL,'','20131014-1333',NULL),(3592,1112,3,556,'2013-10-14 15:58:11',0,0,'','2013101498','2013-10-14','2013-10-14','20131014-103','16:56',1,'DR YEBOAH',NULL,'','20131014-1334',NULL),(3593,1112,1,556,'2013-10-14 16:00:19',0,0,'','2013101498','2013-10-14','2013-10-14','20131014-104','16:58',1,'DR YEBOAH',NULL,'','20131014-1335',NULL),(3594,1115,3,530,'2013-10-14 16:48:44',0,0,'','20131014105 ','2013-10-14','2013-10-14','20131014-105','17:46',1,'DR TAKYI',NULL,'','20131014-1336',NULL),(3596,1115,4,530,'2013-10-14 16:48:44',0,0,'','20131014105 ','2013-10-14','2013-10-14','20131014-105','17:47',1,'DR TAKYI',NULL,'','20131014-1336',NULL),(3597,1116,24,530,'2013-10-14 16:57:20',0,0,'','20131014106','2013-10-14','2013-10-14','20131014-106','17:51',1,'DR SALLAR',NULL,'','20131014-1337',NULL),(3598,1117,3,530,'2013-10-14 17:10:47',0,0,'','20131014107','2013-10-14','2013-10-14','20131014-107','18:09',1,'DR TAKYI',NULL,'','20131014-1338',NULL),(3600,1117,4,530,'2013-10-14 17:10:47',1,0,'','20131014107','2013-10-14','2013-10-14','20131014-107','18:10',1,'DR TAKYI',NULL,'','20131014-1338',NULL),(3603,1117,25,530,'2013-10-14 17:10:47',0,0,'','20131014107','2013-10-14','2013-10-14','20131014-107','18:10',1,'DR TAKYI',NULL,'','20131014-1338',NULL),(3604,1118,26,530,'2013-10-14 17:14:18',0,0,'','20131014108 ','2013-10-14','2013-10-14','20131014-108','18:12',1,'',NULL,'','20131014-1339',NULL),(3605,1119,3,530,'2013-10-14 17:23:32',0,0,'','20131014109','2013-10-14','2013-10-14','20131014-109','18:22',1,'DR YEBOAH',NULL,'','20131014-1340',NULL),(3607,1119,4,530,'2013-10-14 17:23:32',0,0,'','20131014109','2013-10-14','2013-10-14','20131014-109','18:23',1,'DR YEBOAH',NULL,'','20131014-1340',NULL),(3608,525,3,530,'2013-10-14 17:28:14',0,0,'','20131014110 ','2013-10-14','2013-10-14','20131014-110','18:25',1,'DR TAKYI',NULL,'','20131014-1341',NULL),(3610,525,4,530,'2013-10-14 17:28:14',0,0,'','20131014110 ','2013-10-14','2013-10-14','20131014-110','18:26',1,'DR TAKYI',NULL,'','20131014-1341',NULL),(3613,525,5,530,'2013-10-14 17:28:15',0,0,'','20131014110 ','2013-10-14','2013-10-14','20131014-110','18:26',1,'DR TAKYI',NULL,'','20131014-1341',NULL),(3617,525,1,530,'2013-10-14 17:28:15',0,0,'','20131014110 ','2013-10-14','2013-10-14','20131014-110','18:27',1,'DR TAKYI',NULL,'','20131014-1341',NULL),(3622,525,25,530,'2013-10-14 17:28:15',0,0,'','20131014110 ','2013-10-14','2013-10-14','20131014-110','18:27',1,'DR TAKYI',NULL,'','20131014-1341',NULL),(3623,1120,3,530,'2013-10-14 17:36:25',0,0,'','20131014111 ','2013-10-14','2013-10-14','20131014-111','18:35',1,'DR SALLAR',NULL,'','20131014-1342',NULL),(3624,1121,3,530,'2013-10-14 17:40:22',0,0,'','20131014112','2013-10-14','2013-10-14','20131014-112','18:38',1,'DR SALLAR',NULL,'','20131014-1343',NULL),(3626,1121,4,530,'2013-10-14 17:40:22',0,0,'','20131014112','2013-10-14','2013-10-14','20131014-112','18:40',1,'DR SALLAR',NULL,'','20131014-1343',NULL),(3627,1122,3,530,'2013-10-14 17:42:42',0,0,'','20131014113 ','2013-10-14','2013-10-14','20131014-113','18:41',1,'DR TAKYI',NULL,'','20131014-1344',NULL),(3629,1122,4,530,'2013-10-14 17:42:42',0,0,'','20131014113 ','2013-10-14','2013-10-14','20131014-113','18:42',1,'DR TAKYI',NULL,'','20131014-1344',NULL),(3630,1123,3,530,'2013-10-14 17:47:00',0,0,'','20131014114 ','2013-10-14','2013-10-14','20131014-114','18:45',1,'DR YEBOAH',NULL,'','20131014-1345',NULL),(3632,1123,4,530,'2013-10-14 17:47:01',0,0,'','20131014114 ','2013-10-14','2013-10-14','20131014-114','18:46',1,'DR YEBOAH',NULL,'','20131014-1345',NULL),(3633,1058,1,535,'2013-10-14 17:59:53',1,0,'','2013101415','2013-10-14','2013-10-14','20131014-115','18:58',1,'',NULL,'','20131014-1346',NULL),(3634,1124,3,530,'2013-10-14 18:06:09',0,0,'','20131014116 ','2013-10-14','2013-10-14','20131014-116','19:05',1,'DR SALLAR',NULL,'','20131014-1347',NULL),(3635,612,19,530,'2013-10-14 18:20:17',0,0,'','20131014117','2013-10-14','2013-10-14','20131014-117','19:18',1,'',NULL,'','20131014-1348',NULL),(3636,1125,3,530,'2013-10-14 18:39:27',0,0,'','20131014119','2013-10-14','2013-10-14','20131014-119','19:37',1,'DR YEBOAH',NULL,'','20131014-1350',NULL),(3638,1125,4,530,'2013-10-14 18:39:27',0,0,'','20131014119','2013-10-14','2013-10-14','20131014-119','19:38',1,'DR YEBOAH',NULL,'','20131014-1350',NULL),(3641,1125,5,530,'2013-10-14 18:39:28',0,0,'','20131014119','2013-10-14','2013-10-14','20131014-119','19:39',1,'DR YEBOAH',NULL,'','20131014-1350',NULL),(3642,1126,28,530,'2013-10-14 18:43:15',0,0,'','','2013-10-14','2013-10-14','20131014-120','19:42',1,'DR TAKYI',NULL,'','20131014-1351',NULL),(3643,1127,3,530,'2013-10-14 18:47:30',0,0,'','20131014121','2013-10-14','2013-10-14','20131014-121','19:45',1,'DR YEBOAH',NULL,'','20131014-1352',NULL),(3645,1127,4,530,'2013-10-14 18:47:30',0,0,'','20131014121','2013-10-14','2013-10-14','20131014-121','19:47',1,'DR YEBOAH',NULL,'','20131014-1352',NULL),(3648,1127,1,530,'2013-10-14 18:47:31',0,0,'','20131014121','2013-10-14','2013-10-14','20131014-121','19:47',1,'DR YEBOAH',NULL,'','20131014-1352',NULL),(3649,1128,3,531,'2013-10-14 19:22:39',1,0,'','20131014122','2013-10-14','2013-10-14','20131014-122','20:20',1,'DR YEBOAH',NULL,'','20131014-1353',NULL),(3651,1128,1,531,'2013-10-14 19:22:39',1,0,'','20131014122','2013-10-14','2013-10-14','20131014-122','20:22',1,'DR YEBOAH',NULL,'','20131014-1353',NULL),(3654,1128,4,531,'2013-10-14 19:22:39',1,0,'','20131014122','2013-10-14','2013-10-14','20131014-122','20:22',1,'DR YEBOAH',NULL,'','20131014-1353',NULL),(3655,1129,3,531,'2013-10-14 19:32:57',1,0,'','20131014123','2013-10-14','2013-10-14','20131014-123','20:31',1,'DR YEBOAH',NULL,'','20131014-1354',NULL),(3657,1129,4,531,'2013-10-14 19:32:57',1,0,'','20131014123','2013-10-14','2013-10-14','20131014-123','20:32',1,'DR YEBOAH',NULL,'','20131014-1354',NULL),(3658,1130,3,531,'2013-10-14 19:38:35',1,0,'','20131014124','2013-10-14','2013-10-14','20131014-124','20:36',1,'DR SALLAR',NULL,'','20131014-1355',NULL),(3660,1130,4,531,'2013-10-14 19:38:36',1,0,'','20131014124','2013-10-14','2013-10-14','20131014-124','20:38',1,'DR SALLAR',NULL,'','20131014-1355',NULL),(3663,1130,1,531,'2013-10-14 19:38:36',1,0,'','20131014124','2013-10-14','2013-10-14','20131014-124','20:38',1,'DR SALLAR',NULL,'','20131014-1355',NULL),(3664,1131,3,531,'2013-10-14 20:23:50',0,0,'','20131014126','2013-10-14','2013-10-14','20131014-126','21:20',1,'DR YEBOAH',NULL,'','20131014-1357',NULL),(3666,1131,1,531,'2013-10-14 20:23:51',1,0,'','20131014126','2013-10-14','2013-10-14','20131014-126','21:21',1,'DR YEBOAH',NULL,'','20131014-1357',NULL),(3669,1131,4,531,'2013-10-14 20:23:51',1,0,'','20131014126','2013-10-14','2013-10-14','20131014-126','21:23',1,'DR YEBOAH',NULL,'','20131014-1357',NULL),(3670,1132,1,531,'2013-10-14 20:26:52',0,0,'','20131014127 ','2013-10-14','2013-10-14','20131014-127','21:25',1,'DR DJAN',NULL,'','20131014-1358',NULL),(3671,1133,3,531,'2013-10-14 20:29:55',1,0,'','20131014128','2013-10-14','2013-10-14','20131014-128','21:28',1,'DR DJAN',NULL,'','20131014-1359',NULL),(3672,1134,1,531,'2013-10-14 20:32:49',0,0,'','20131014129 ','2013-10-14','2013-10-14','20131014-129','21:31',1,'DR DJAN',NULL,'','20131014-1360',NULL),(3673,1046,3,531,'2013-10-14 20:35:30',0,0,'','20131014130','2013-10-14','2013-10-14','20131014-130','21:34',1,'DR FUMMY',NULL,'','20131014-1361',NULL),(3674,1135,4,531,'2013-10-14 20:56:47',0,0,'','20131014131 ','2013-10-14','2013-10-14','20131014-131','21:55',1,'DR DJAN',NULL,'','20131014-1362',NULL),(3675,1136,3,531,'2013-10-15 02:57:52',1,0,'','201310151','2013-10-15','2013-10-15','20131015-1','03:55',1,'',NULL,'','20131015-1363',NULL),(3676,1137,1,531,'2013-10-15 05:44:32',1,0,'','201310152','2013-10-15','2013-10-15','20131015-2','06:41',1,'DR DOW',NULL,'','20131015-1364',NULL),(3678,1137,2,531,'2013-10-15 05:44:32',1,0,'','201310152','2013-10-15','2013-10-15','20131015-2','06:44',1,'DR DOW',NULL,'','20131015-1364',NULL),(3679,1138,1,531,'2013-10-15 05:46:52',0,0,'','201310153','2013-10-15','2013-10-15','20131015-3','06:45',1,'DR TACHIE',NULL,'','20131015-1365',NULL),(3680,1139,1,530,'2013-10-15 07:50:56',0,0,'','201310154','2013-10-15','2013-10-15','20131015-4','08:45',1,'DR KORANKYE',NULL,'','20131015-1366',NULL),(3682,1139,3,530,'2013-10-15 07:50:56',0,0,'','201310154','2013-10-15','2013-10-15','20131015-4','08:50',1,'DR KORANKYE',NULL,'','20131015-1366',NULL),(3683,1140,3,530,'2013-10-15 08:09:31',0,0,'','201310155','2013-10-15','2013-10-15','20131015-5','09:07',1,'DR DJAN',NULL,'','20131015-1367',NULL),(3685,1140,4,530,'2013-10-15 08:09:31',1,0,'','201310155','2013-10-15','2013-10-15','20131015-5','09:08',1,'DR DJAN',NULL,'','20131015-1367',NULL),(3688,1140,1,530,'2013-10-15 08:09:31',1,0,'','201310155','2013-10-15','2013-10-15','20131015-5','09:09',1,'DR DJAN',NULL,'','20131015-1367',NULL),(3689,1141,4,530,'2013-10-15 08:35:54',0,0,'','201310156','2013-10-15','2013-10-15','20131015-6','09:32',1,'DR ANKOMAH',NULL,'','20131015-1368',NULL),(3690,1142,3,530,'2013-10-15 08:42:49',0,0,'','201310157 ','2013-10-15','2013-10-15','20131015-7','09:40',1,'DR MENSAH',NULL,'','20131015-1369',NULL),(3692,1142,1,530,'2013-10-15 08:42:52',0,0,'','201310157 ','2013-10-15','2013-10-15','20131015-7','09:40',1,'DR MENSAH',NULL,'','20131015-1369',NULL),(3693,1143,3,530,'2013-10-15 08:47:24',0,0,'','201310158','2013-10-15','2013-10-15','20131015-8','09:46',1,'DR SALLAR',NULL,'','20131015-1370',NULL),(3695,1143,4,530,'2013-10-15 08:47:24',1,0,'','201310158','2013-10-15','2013-10-15','20131015-8','09:47',1,'DR SALLAR',NULL,'','20131015-1370',NULL),(3696,1144,3,530,'2013-10-15 08:50:38',0,0,'','201310159','2013-10-15','2013-10-15','20131015-9','09:49',1,'DR SALLAR',NULL,'','20131015-1371',NULL),(3697,1145,3,530,'2013-10-15 09:12:38',0,0,'','2013101510','2013-10-15','2013-10-15','20131015-10','10:08',1,'DR OFORI',NULL,'','20131015-1372',NULL),(3699,1145,4,530,'2013-10-15 09:12:38',1,0,'','2013101510','2013-10-15','2013-10-15','20131015-10','10:09',1,'DR OFORI',NULL,'','20131015-1372',NULL),(3702,1145,1,530,'2013-10-15 09:12:39',0,0,'','2013101510','2013-10-15','2013-10-15','20131015-10','10:09',1,'DR OFORI',NULL,'','20131015-1372',NULL),(3703,1146,3,530,'2013-10-15 09:16:16',0,0,'','2013101511','2013-10-15','2013-10-15','20131015-11','10:14',1,'DR OFORI',NULL,'','20131015-1373',NULL),(3704,1147,3,530,'2013-10-15 09:26:22',0,0,'',' 2013101512','2013-10-15','2013-10-15','20131015-12','10:19',1,'DR YEBOAH',NULL,'','20131015-1374',NULL),(3706,1147,1,530,'2013-10-15 09:26:22',0,0,'',' 2013101512','2013-10-15','2013-10-15','20131015-12','10:20',1,'DR YEBOAH',NULL,'','20131015-1374',NULL),(3709,1147,4,530,'2013-10-15 09:26:23',0,0,'',' 2013101512','2013-10-15','2013-10-15','20131015-12','10:25',1,'DR YEBOAH',NULL,'','20131015-1374',NULL),(3713,1147,2,530,'2013-10-15 09:26:23',0,0,'',' 2013101512','2013-10-15','2013-10-15','20131015-12','10:26',1,'DR YEBOAH',NULL,'','20131015-1374',NULL),(3714,1148,3,530,'2013-10-15 09:33:28',0,0,'','2013101513 ','2013-10-15','2013-10-15','20131015-13','10:32',1,'DR OFORI',NULL,'','20131015-1375',NULL),(3715,1149,3,530,'2013-10-15 09:34:56',0,0,'',' 2013101514','2013-10-15','2013-10-15','20131015-14','10:34',1,'DR OFORI',NULL,'','20131015-1376',NULL),(3716,1150,3,530,'2013-10-15 09:40:12',0,0,'',' 2013101515','2013-10-15','2013-10-15','20131015-15','10:37',1,'DR DJAN',NULL,'','20131015-1377',NULL),(3718,1150,4,530,'2013-10-15 09:40:12',1,0,'',' 2013101515','2013-10-15','2013-10-15','20131015-15','10:39',1,'DR DJAN',NULL,'','20131015-1377',NULL),(3719,1151,1,530,'2013-10-15 09:45:46',1,0,'',' 2013101516','2013-10-15','2013-10-15','20131015-16','10:41',1,'DR SALLAR',NULL,'','20131015-1378',NULL),(3721,1151,3,530,'2013-10-15 09:45:46',0,0,'',' 2013101516','2013-10-15','2013-10-15','20131015-16','10:45',1,'DR SALLAR',NULL,'','20131015-1378',NULL),(3722,1152,3,530,'2013-10-15 09:47:56',0,0,'','2013101517','2013-10-15','2013-10-15','20131015-17','10:47',1,'DR DOW',NULL,'','20131015-1379',NULL),(3724,1152,1,530,'2013-10-15 09:47:57',0,0,'','2013101517','2013-10-15','2013-10-15','20131015-17','10:47',1,'DR DOW',NULL,'','20131015-1379',NULL),(3725,1153,1,530,'2013-10-15 09:52:55',0,0,'','2013101518 ','2013-10-15','2013-10-15','20131015-18','10:51',1,'DR SALLAR',NULL,'','20131015-1380',NULL),(3726,1121,4,530,'2013-10-15 09:53:55',0,0,'','2013101519 ','2013-10-15','2013-10-15','20131015-19','10:53',1,'DR SALLAR',NULL,'','20131015-1381',NULL),(3727,1154,3,530,'2013-10-15 09:55:52',0,0,'','013101520','2013-10-15','2013-10-15','20131015-20','10:55',1,'DR SALLAR',NULL,'','20131015-1382',NULL),(3728,1155,3,530,'2013-10-15 10:08:54',0,0,'','2013101521','2013-10-15','2013-10-15','20131015-21','11:07',1,'DR SALLAR',NULL,'','20131015-1383',NULL),(3730,1155,1,530,'2013-10-15 10:08:54',0,0,'','2013101521','2013-10-15','2013-10-15','20131015-21','11:08',1,'DR SALLAR',NULL,'','20131015-1383',NULL),(3733,1155,4,530,'2013-10-15 10:08:54',0,0,'','2013101521','2013-10-15','2013-10-15','20131015-21','11:08',1,'DR SALLAR',NULL,'','20131015-1383',NULL),(3737,1155,2,530,'2013-10-15 10:08:54',0,0,'','2013101521','2013-10-15','2013-10-15','20131015-21','11:08',1,'DR SALLAR',NULL,'','20131015-1383',NULL),(3738,1156,4,530,'2013-10-15 10:15:33',0,0,'',' 2013101522','2013-10-15','2013-10-15','20131015-22','11:11',1,'DR SALLAR',NULL,'','20131015-1384',NULL),(3740,1156,1,530,'2013-10-15 10:15:33',1,0,'','','2013-10-15','2013-10-15','20131015-22','11:13',1,'DR SALLAR',NULL,'','20131015-1384',NULL),(3741,1157,3,530,'2013-10-15 10:22:22',0,0,'','2013101523','2013-10-15','2013-10-15','20131015-23','11:20',1,'',NULL,'','20131015-1385',NULL),(3742,1158,3,530,'2013-10-15 10:27:11',0,0,'','2013101524 ','2013-10-15','2013-10-15','20131015-24','11:24',1,'DR SALLAR',NULL,'','20131015-1386',NULL),(3744,1158,24,530,'2013-10-15 10:27:11',0,0,'','2013101524 ','2013-10-15','2013-10-15','20131015-24','11:25',1,'DR SALLAR',NULL,'','20131015-1386',NULL),(3745,1159,3,530,'2013-10-15 10:41:05',0,0,'',' 2013101525','2013-10-15','2013-10-15','20131015-25','11:37',1,'DR OFORI',NULL,'','20131015-1387',NULL),(3747,1159,4,530,'2013-10-15 10:41:06',0,0,'',' 2013101525','2013-10-15','2013-10-15','20131015-25','11:40',1,'DR OFORI',NULL,'','20131015-1387',NULL),(3748,1160,3,530,'2013-10-15 10:43:44',0,0,'',' 2013101526 ','2013-10-15','2013-10-15','20131015-26','11:42',1,'',NULL,'','20131015-1388',NULL),(3749,225,3,530,'2013-10-15 10:47:02',0,0,'','2013101527 ','2013-10-15','2013-10-15','20131015-27','11:44',1,'DR ADOTEY',NULL,'','20131015-1389',NULL),(3750,1161,3,530,'2013-10-15 10:49:55',0,0,'','2013101528','2013-10-15','2013-10-15','20131015-28','11:48',1,'DR DOW',NULL,'','20131015-1390',NULL),(3751,1091,3,530,'2013-10-15 10:51:36',0,0,'','2013101529 ','2013-10-15','2013-10-15','20131015-29','11:50',1,'DR DOW',NULL,'','20131015-1391',NULL),(3753,1091,1,530,'2013-10-15 10:51:40',0,0,'','2013101529 ','2013-10-15','2013-10-15','20131015-29','11:51',1,'DR DOW',NULL,'','20131015-1391',NULL),(3754,1162,3,530,'2013-10-15 10:54:18',0,0,'','2013101530','2013-10-15','2013-10-15','20131015-30','11:52',1,'DR SALLAR',NULL,'','20131015-1392',NULL),(3756,1162,1,530,'2013-10-15 10:54:19',1,0,'','2013101530','2013-10-15','2013-10-15','20131015-30','11:53',1,'DR SALLAR',NULL,'','20131015-1392',NULL),(3757,1163,3,530,'2013-10-15 11:05:33',0,0,'','2013101531','2013-10-15','2013-10-15','20131015-31','12:04',1,'',NULL,'','20131015-1393',NULL),(3758,1164,3,530,'2013-10-15 11:09:21',0,0,'','2013101532','2013-10-15','2013-10-15','20131015-32','12:08',1,'DR OFORI',NULL,'','20131015-1394',NULL),(3760,1164,4,530,'2013-10-15 11:09:22',0,0,'','2013101532','2013-10-15','2013-10-15','20131015-32','12:09',1,'DR OFORI',NULL,'','20131015-1394',NULL),(3761,1165,3,530,'2013-10-15 11:12:17',0,0,'',' 2013101533','2013-10-15','2013-10-15','20131015-33','12:10',1,'DR OSUNANU',NULL,'','20131015-1395',NULL),(3763,1165,1,530,'2013-10-15 11:12:18',0,0,'',' 2013101533','2013-10-15','2013-10-15','20131015-33','12:11',1,'DR OSUNANU',NULL,'','20131015-1395',NULL),(3766,1165,2,530,'2013-10-15 11:12:18',0,0,'',' 2013101533','2013-10-15','2013-10-15','20131015-33','12:12',1,'DR OSUNANU',NULL,'','20131015-1395',NULL),(3767,1166,3,530,'2013-10-15 11:24:07',0,0,'','2013101534','2013-10-15','2013-10-15','20131015-34','12:21',1,'DR SALLAR',NULL,'','20131015-1396',NULL),(3769,1166,4,530,'2013-10-15 11:24:07',1,0,'','2013101534','2013-10-15','2013-10-15','20131015-34','12:23',1,'DR SALLAR',NULL,'','20131015-1396',NULL),(3770,1167,3,530,'2013-10-15 11:29:44',0,0,'','2013101535','2013-10-15','2013-10-15','20131015-35','12:28',1,'DR OSUNANU',NULL,'','20131015-1397',NULL),(3771,1168,3,530,'2013-10-15 11:35:47',0,0,'','2013101537','2013-10-15','2013-10-15','20131015-37','12:32',1,'',NULL,'','20131015-1399',NULL),(3773,1168,4,530,'2013-10-15 11:35:50',0,0,'','2013101537','2013-10-15','2013-10-15','20131015-37','12:35',1,'',NULL,'','20131015-1399',NULL),(3774,1169,3,530,'2013-10-15 11:45:29',1,0,'','2013101538','2013-10-15','2013-10-15','20131015-38','12:42',1,'DR DOW',NULL,'','20131015-1400',NULL),(3776,1169,1,530,'2013-10-15 11:45:32',0,0,'','','2013-10-15','2013-10-15','20131015-38','12:45',1,'DR DOW',NULL,'','20131015-1400',NULL),(3777,1170,3,530,'2013-10-15 11:51:29',0,0,'',' 2013101539','2013-10-15','2013-10-15','20131015-39','12:50',1,'DR SALLAR',NULL,'','20131015-1401',NULL),(3778,1171,3,530,'2013-10-15 11:58:19',0,0,'','2013101540 ','2013-10-15','2013-10-15','20131015-40','12:56',1,'DR OSUNANU',NULL,'','20131015-1402',NULL),(3780,1171,4,530,'2013-10-15 11:58:19',0,0,'','2013101540 ','2013-10-15','2013-10-15','20131015-40','12:57',1,'DR OSUNANU',NULL,'','20131015-1402',NULL),(3783,1171,1,530,'2013-10-15 11:58:19',0,0,'','2013101540 ','2013-10-15','2013-10-15','20131015-40','12:57',1,'DR OSUNANU',NULL,'','20131015-1402',NULL),(3784,1157,3,556,'2013-10-15 12:02:47',0,0,'','2013101523','2013-10-15','2013-10-15','20131015-41','13:01',1,'OUTSIDE',NULL,'','20131015-1403',NULL),(3785,1172,3,530,'2013-10-15 12:23:02',0,0,'','2013101542 ','2013-10-15','2013-10-15','20131015-42','13:21',1,'DR YEBOAH',NULL,'','20131015-1404',NULL),(3787,1172,4,530,'2013-10-15 12:23:02',0,0,'','2013101542 ','2013-10-15','2013-10-15','20131015-42','13:22',1,'DR YEBOAH',NULL,'','20131015-1404',NULL),(3788,1173,3,530,'2013-10-15 12:27:06',0,0,'','2013101543','2013-10-15','2013-10-15','20131015-43','13:24',1,'DR YEBOAH',NULL,'','20131015-1405',NULL),(3790,1173,4,530,'2013-10-15 12:27:06',1,0,'','2013101543','2013-10-15','2013-10-15','20131015-43','13:26',1,'DR YEBOAH',NULL,'','20131015-1405',NULL),(3791,1174,3,530,'2013-10-15 12:31:15',1,0,'',' 2013101544 ','2013-10-15','2013-10-15','20131015-44','13:28',1,'DR YEBOAH',NULL,'','20131015-1406',NULL),(3793,1174,4,530,'2013-10-15 12:31:15',1,0,'',' 2013101544 ','2013-10-15','2013-10-15','20131015-44','13:31',1,'DR YEBOAH',NULL,'','20131015-1406',NULL),(3794,1175,3,530,'2013-10-15 12:44:21',0,0,'',' 2013101545 ','2013-10-15','2013-10-15','20131015-45','13:41',1,'DR SALLAR',NULL,'','20131015-1407',NULL),(3796,1175,1,530,'2013-10-15 12:44:22',0,0,'',' 2013101545 ','2013-10-15','2013-10-15','20131015-45','13:43',1,'DR SALLAR',NULL,'','20131015-1407',NULL),(3799,1175,4,530,'2013-10-15 12:44:22',0,0,'',' 2013101545 ','2013-10-15','2013-10-15','20131015-45','13:43',1,'DR SALLAR',NULL,'','20131015-1407',NULL),(3803,1175,10,530,'2013-10-15 12:44:22',0,0,'',' 2013101545 ','2013-10-15','2013-10-15','20131015-45','13:43',1,'DR SALLAR',NULL,'','20131015-1407',NULL),(3804,1176,3,530,'2013-10-15 12:46:42',0,0,'','2013101546','2013-10-15','2013-10-15','20131015-46','13:45',1,'DR SALLAR',NULL,'','20131015-1408',NULL),(3805,1178,3,530,'2013-10-15 12:55:27',0,0,'','2013101550','2013-10-15','2013-10-15','20131015-50','13:53',1,'DR SALLAR',NULL,'','20131015-1412',NULL),(3807,1178,4,530,'2013-10-15 12:55:30',1,0,'','2013101550','2013-10-15','2013-10-15','20131015-50','13:54',1,'DR SALLAR',NULL,'','20131015-1412',NULL),(3808,1179,3,530,'2013-10-15 12:58:53',0,0,'','2013101551','2013-10-15','2013-10-15','20131015-51','13:56',1,'DR OFORI ANTI',NULL,'','20131015-1413',NULL),(3810,1179,1,530,'2013-10-15 12:58:54',0,0,'','2013101551','2013-10-15','2013-10-15','20131015-51','13:58',1,'DR OFORI ANTI',NULL,'','20131015-1413',NULL),(3811,1162,3,534,'2013-10-15 13:00:32',0,0,'','20131011530','2013-10-15','2013-10-15','20131015-52','13:58',1,'DR SALLAR',NULL,'','20131015-1414',NULL),(3812,1180,3,530,'2013-10-15 13:06:13',0,0,'','2013101553','2013-10-15','2013-10-15','20131015-53','14:02',1,'DR OFORI',NULL,'','20131015-1415',NULL),(3814,1180,1,530,'2013-10-15 13:06:13',1,0,'','2013101553','2013-10-15','2013-10-15','20131015-53','14:04',1,'DR OFORI',NULL,'','20131015-1415',NULL),(3817,1180,4,530,'2013-10-15 13:06:13',1,0,'','2013101553','2013-10-15','2013-10-15','20131015-53','14:05',1,'DR OFORI',NULL,'','20131015-1415',NULL),(3818,1162,3,556,'2013-10-15 13:11:37',1,0,'','2013101530','2013-10-15','2013-10-15','20131015-55','14:10',1,'',NULL,'','20131015-1417',NULL),(3819,1181,3,530,'2013-10-15 13:12:51',0,0,'','2013101554 ','2013-10-15','2013-10-15','20131015-54','14:11',1,'DR YEBOAH',NULL,'','20131015-1416',NULL),(3821,1181,1,530,'2013-10-15 13:12:51',1,0,'','2013101554 ','2013-10-15','2013-10-15','20131015-54','14:12',1,'DR YEBOAH',NULL,'','20131015-1416',NULL),(3822,1182,3,530,'2013-10-15 13:19:19',0,0,'','2013101439','2013-10-15','2013-10-15','20131015-56','14:13',1,'',NULL,'','20131015-1418',NULL),(3823,1183,3,530,'2013-10-15 13:32:50',1,0,'','2013101557','2013-10-15','2013-10-15','20131015-57','14:30',1,'DR OSUNANU',NULL,'','20131015-1419',NULL),(3825,1183,4,530,'2013-10-15 13:32:50',1,0,'','2013101557','2013-10-15','2013-10-15','20131015-57','14:32',1,'DR OSUNANU',NULL,'','20131015-1419',NULL),(3826,1184,3,530,'2013-10-15 13:41:31',0,0,'','2013101558','2013-10-15','2013-10-15','20131015-58','14:40',1,'DR SALLAR',NULL,'','20131015-1420',NULL),(3828,1184,4,530,'2013-10-15 13:41:31',1,0,'','2013101558','2013-10-15','2013-10-15','20131015-58','14:41',1,'DR SALLAR',NULL,'','20131015-1420',NULL),(3829,1185,3,530,'2013-10-15 13:45:14',0,0,'',' 2013101559','2013-10-15','2013-10-15','20131015-59','14:43',1,'DR YEBOAH',NULL,'','20131015-1421',NULL),(3831,1185,4,530,'2013-10-15 13:45:14',1,0,'','2013101559','2013-10-15','2013-10-15','20131015-59','14:45',1,'DR YEBOAH',NULL,'','20131015-1421',NULL),(3832,1186,3,530,'2013-10-15 13:57:50',0,0,'','2013101560','2013-10-15','2013-10-15','20131015-60','14:55',1,'DR OFORI ANTI',NULL,'','20131015-1422',NULL),(3834,1186,24,530,'2013-10-15 13:57:50',0,0,'','2013101560','2013-10-15','2013-10-15','20131015-60','14:57',1,'DR OFORI ANTI',NULL,'','20131015-1422',NULL),(3835,1187,3,530,'2013-10-15 14:09:09',1,0,'','2013101561 ','2013-10-15','2013-10-15','20131015-61','15:08',1,'DR OSUNANU',NULL,'','20131015-1423',NULL),(3836,1189,3,530,'2013-10-15 14:20:48',1,0,'','2013101562 ','2013-10-15','2013-10-15','20131015-62','15:19',1,'DR YEBOAH',NULL,'','20131015-1424',NULL),(3838,1189,1,530,'2013-10-15 14:20:48',1,0,'','2013101562 ','2013-10-15','2013-10-15','20131015-62','15:20',1,'DR YEBOAH',NULL,'','20131015-1424',NULL),(3839,1190,3,530,'2013-10-15 14:27:06',1,0,'','2013101563','2013-10-15','2013-10-15','20131015-63','15:24',1,'DR OSUNANU',NULL,'','20131015-1425',NULL),(3840,1191,3,530,'2013-10-15 14:37:14',0,0,'',' 2013101564 ','2013-10-15','2013-10-15','20131015-64','15:36',1,'DR SALLAR',NULL,'','20131015-1426',NULL),(3841,1192,3,530,'2013-10-15 14:40:54',0,0,'','2013101565 ','2013-10-15','2013-10-15','20131015-65','15:39',1,'DR SALLAR',NULL,'','20131015-1427',NULL),(3843,1192,5,530,'2013-10-15 14:40:54',0,0,'','2013101565 ','2013-10-15','2013-10-15','20131015-65','15:39',1,'DR SALLAR',NULL,'','20131015-1427',NULL),(3844,1193,3,530,'2013-10-15 14:52:40',0,0,'',' 2013101566','2013-10-15','2013-10-15','20131015-66','15:51',1,'DR QUAMPAH',NULL,'','20131015-1428',NULL),(3845,1194,3,530,'2013-10-15 14:55:48',0,0,'','2013101568','2013-10-15','2013-10-15','20131015-68','15:54',1,'DR YEBOAH',NULL,'','20131015-1430',NULL),(3847,1194,4,530,'2013-10-15 14:55:48',0,0,'','2013101568','2013-10-15','2013-10-15','20131015-68','15:55',1,'DR YEBOAH',NULL,'','20131015-1430',NULL),(3850,1194,1,530,'2013-10-15 14:55:49',0,0,'','2013101568','2013-10-15','2013-10-15','20131015-68','15:55',1,'DR YEBOAH',NULL,'','20131015-1430',NULL),(3851,1195,29,546,'2013-10-15 15:05:08',0,0,'','2013101567','2013-10-15','2013-10-15','20131015-67','15:56',1,'DR TAKYI',NULL,'','20131015-1429',NULL),(3852,1196,3,530,'2013-10-15 15:05:09',0,0,'','2013101569 ','2013-10-15','2013-10-15','20131015-69','16:04',1,'DR OSEI',NULL,'','20131015-1431',NULL),(3853,1197,4,530,'2013-10-15 15:18:17',1,0,'','2013101570 ','2013-10-15','2013-10-15','20131015-70','16:16',1,'DR SALLAR',NULL,'','20131015-1432',NULL),(3855,1197,2,530,'2013-10-15 15:18:17',1,0,'','2013101570 ','2013-10-15','2013-10-15','20131015-70','16:17',1,'DR SALLAR',NULL,'','20131015-1432',NULL),(3856,1171,10,530,'2013-10-15 15:26:57',0,0,'',' 2013101571','2013-10-15','2013-10-15','20131015-71','16:24',1,'DR YEBOAH',NULL,'','20131015-1433',NULL),(3857,1198,4,535,'2013-10-15 16:07:28',0,0,'','2013101572','2013-10-15','2013-10-15','20131015-72','17:04',1,'',NULL,'','20131015-1434',NULL),(3859,1198,1,535,'2013-10-15 16:07:28',0,0,'','2013101572','2013-10-15','2013-10-15','20131015-72','17:05',1,'',NULL,'','20131015-1434',NULL),(3860,1199,3,530,'2013-10-15 16:28:40',0,0,'','2013101573','2013-10-15','2013-10-15','20131015-73','17:26',1,'DR YEBOAH',NULL,'','20131015-1435',NULL),(3862,1199,4,530,'2013-10-15 16:28:40',0,0,'','2013101573','2013-10-15','2013-10-15','20131015-73','17:28',1,'DR YEBOAH',NULL,'','20131015-1435',NULL),(3863,1200,3,530,'2013-10-15 16:44:21',0,0,'','2013101574 ','2013-10-15','2013-10-15','20131015-74','17:42',1,'DR QUAMPAH',NULL,'','20131015-1436',NULL),(3865,1200,25,530,'2013-10-15 16:44:22',0,0,'','2013101574 ','2013-10-15','2013-10-15','20131015-74','17:43',1,'DR QUAMPAH',NULL,'','20131015-1436',NULL),(3866,1201,3,530,'2013-10-15 16:58:41',0,0,'','2013101575','2013-10-15','2013-10-15','20131015-75','17:56',1,'DR YEBOAH',NULL,'','20131015-1437',NULL),(3868,1201,4,530,'2013-10-15 16:58:41',1,0,'','2013101575','2013-10-15','2013-10-15','20131015-75','17:57',1,'DR YEBOAH',NULL,'','20131015-1437',NULL),(3871,1201,15,530,'2013-10-15 16:58:41',1,0,'','2013101575','2013-10-15','2013-10-15','20131015-75','17:58',1,'DR YEBOAH',NULL,'','20131015-1437',NULL),(3872,1202,3,530,'2013-10-15 17:02:23',0,0,'','2013101576 ','2013-10-15','2013-10-15','20131015-76','18:01',1,'DR SALLAR',NULL,'','20131015-1438',NULL),(3874,1202,1,530,'2013-10-15 17:02:23',0,0,'','2013101576 ','2013-10-15','2013-10-15','20131015-76','18:01',1,'DR SALLAR',NULL,'','20131015-1438',NULL),(3875,1203,3,530,'2013-10-15 17:10:30',0,0,'','2013101577','2013-10-15','2013-10-15','20131015-77','18:08',1,'DR SALLAR',NULL,'','20131015-1439',NULL),(3877,1203,4,530,'2013-10-15 17:10:31',1,0,'','2013101577','2013-10-15','2013-10-15','20131015-77','18:09',1,'DR SALLAR',NULL,'','20131015-1439',NULL),(3878,1204,3,530,'2013-10-15 17:15:10',0,0,'',' 2013101578','2013-10-15','2013-10-15','20131015-78','18:12',1,'DR YEBOAH',NULL,'','20131015-1440',NULL),(3880,1204,4,530,'2013-10-15 17:15:14',0,0,'',' 2013101578','2013-10-15','2013-10-15','20131015-78','18:14',1,'DR YEBOAH',NULL,'','20131015-1440',NULL),(3881,1205,3,530,'2013-10-15 17:18:18',1,0,'','2013101579','2013-10-15','2013-10-15','20131015-79','18:16',1,'DR YEBOAH',NULL,'','20131015-1441',NULL),(3883,1205,4,530,'2013-10-15 17:18:18',1,0,'','2013101579','2013-10-15','2013-10-15','20131015-79','18:17',1,'DR YEBOAH',NULL,'','20131015-1441',NULL),(3884,1206,3,530,'2013-10-15 17:22:05',0,0,'','2013101580 ','2013-10-15','2013-10-15','20131015-80','18:20',1,'DR SALLAR',NULL,'','20131015-1442',NULL),(3886,1206,4,530,'2013-10-15 17:22:05',0,0,'','2013101580 ','2013-10-15','2013-10-15','20131015-80','18:21',1,'DR SALLAR',NULL,'','20131015-1442',NULL),(3887,1207,29,530,'2013-10-15 17:32:02',0,0,'','2013101581','2013-10-15','2013-10-15','20131015-81','18:30',1,'PROF E D YEBOAH',NULL,'','20131015-1443',NULL),(3888,1208,3,530,'2013-10-15 18:16:05',0,0,'',' 2013101582 ','2013-10-15','2013-10-15','20131015-82','19:14',1,'DR YEBOAH',NULL,'','20131015-1444',NULL),(3890,1208,4,530,'2013-10-15 18:16:05',0,0,'',' 2013101582 ','2013-10-15','2013-10-15','20131015-82','19:15',1,'DR YEBOAH',NULL,'','20131015-1444',NULL),(3891,1209,3,530,'2013-10-15 18:22:03',0,0,'',' 2013101583','2013-10-15','2013-10-15','20131015-83','19:18',1,'DR KORANKYE',NULL,'','20131015-1445',NULL),(3893,1209,4,530,'2013-10-15 18:22:04',0,0,'',' 2013101583','2013-10-15','2013-10-15','20131015-83','19:19',1,'DR KORANKYE',NULL,'','20131015-1445',NULL),(3896,1209,24,530,'2013-10-15 18:22:04',0,0,'',' 2013101583','2013-10-15','2013-10-15','20131015-83','19:20',1,'DR KORANKYE',NULL,'','20131015-1445',NULL),(3897,1210,3,530,'2013-10-15 18:27:08',0,0,'','2013101584 ','2013-10-15','2013-10-15','20131015-84','19:25',1,'DR SALLAR',NULL,'','20131015-1446',NULL),(3899,1210,24,530,'2013-10-15 18:27:08',0,0,'','2013101584 ','2013-10-15','2013-10-15','20131015-84','19:26',1,'DR SALLAR',NULL,'','20131015-1446',NULL),(3900,1211,4,531,'2013-10-15 19:22:26',0,0,'','2013101585 ','2013-10-15','2013-10-15','20131015-85','20:21',1,'DR YEBOAH',NULL,'','20131015-1447',NULL),(3901,1212,3,531,'2013-10-15 20:02:40',0,0,'','2013101586','2013-10-15','2013-10-15','20131015-86','20:54',1,'DR SALLAR',NULL,'','20131015-1448',NULL),(3902,1213,3,531,'2013-10-15 20:20:37',0,0,'','2013101587 ','2013-10-15','2013-10-15','20131015-87','21:19',1,'DR SALLAR',NULL,'','20131015-1449',NULL),(3903,1214,3,531,'2013-10-15 20:23:06',1,0,'','2013101588 ','2013-10-15','2013-10-15','20131015-88','21:21',1,'DR SALLAR',NULL,'','20131015-1450',NULL),(3905,1214,4,531,'2013-10-15 20:23:06',1,0,'','2013101588 ','2013-10-15','2013-10-15','20131015-88','21:22',1,'DR SALLAR',NULL,'','20131015-1450',NULL),(3906,1215,3,531,'2013-10-15 21:33:09',0,0,'','2013101589','2013-10-15','2013-10-15','20131015-89','22:31',1,'',NULL,'','20131015-1451',NULL),(3907,1216,3,531,'2013-10-15 22:13:42',1,0,'','2013101590 ','2013-10-15','2013-10-15','20131015-90','23:11',1,'DR K AMAOH',NULL,'','20131015-1452',NULL),(3909,1216,4,531,'2013-10-15 22:13:42',1,0,'','2013101590 ','2013-10-15','2013-10-15','20131015-90','23:13',1,'DR K AMAOH',NULL,'','20131015-1452',NULL),(3910,1217,4,531,'2013-10-16 04:46:15',1,0,'','201310161','2013-10-16','2013-10-16','20131016-1','00:18',1,'DR AMOAH',NULL,'','20131016-1453',NULL),(3911,1218,2,531,'2013-10-16 04:49:29',0,0,'','201310162','2013-10-16','2013-10-16','20131016-2','05:47',1,'DR ARMAH',NULL,'','20131016-1454',NULL),(3912,1219,3,531,'2013-10-16 05:33:37',1,0,'','201310163 ','2013-10-16','2013-10-16','20131016-3','06:29',1,'DR OFORI ANTI',NULL,'','20131016-1455',NULL),(3914,1219,1,531,'2013-10-16 05:33:38',0,0,'','201310163 ','2013-10-16','2013-10-16','20131016-3','06:31',1,'DR OFORI ANTI',NULL,'','20131016-1455',NULL),(3917,1219,3,531,'2013-10-16 05:33:38',0,0,'','201310163 ','2013-10-16','2013-10-16','20131016-3','06:33',1,'DR OFORI ANTI',NULL,'','20131016-1455',NULL),(3918,1220,2,531,'2013-10-16 06:02:15',0,0,'','201310164','2013-10-16','2013-10-16','20131016-4','07:01',1,'DR SALLAR',NULL,'','20131016-1456',NULL),(3919,1221,1,531,'2013-10-16 06:53:03',0,0,'','201310165','2013-10-16','2013-10-16','20131016-5','07:51',1,'DR VORTIA',NULL,'','20131016-1457',NULL),(3921,1221,2,531,'2013-10-16 06:53:03',0,0,'','201310165','2013-10-16','2013-10-16','20131016-5','07:52',1,'DR VORTIA',NULL,'','20131016-1457',NULL),(3922,1222,3,531,'2013-10-16 07:10:36',0,0,'','201310166','2013-10-16','2013-10-16','20131016-6','08:05',1,'DR OFORI ANTI',NULL,'','20131016-1458',NULL),(3924,1222,1,531,'2013-10-16 07:10:36',0,0,'','201310166','2013-10-16','2013-10-16','20131016-6','08:07',1,'DR OFORI ANTI',NULL,'','20131016-1458',NULL),(3927,1222,2,531,'2013-10-16 07:10:36',0,0,'','201310166','2013-10-16','2013-10-16','20131016-6','08:08',1,'DR OFORI ANTI',NULL,'','20131016-1458',NULL),(3931,1222,4,531,'2013-10-16 07:10:36',0,0,'','201310166','2013-10-16','2013-10-16','20131016-6','08:10',1,'DR OFORI ANTI',NULL,'','20131016-1458',NULL),(3936,1222,5,531,'2013-10-16 07:10:37',0,0,'','201310166','2013-10-16','2013-10-16','20131016-6','08:10',1,'DR OFORI ANTI',NULL,'','20131016-1458',NULL),(3937,1224,3,531,'2013-10-16 07:14:35',0,0,'','201310167 ','2013-10-16','2013-10-16','20131016-7','08:11',1,'DR OFORI ANTI',NULL,'','20131016-1459',NULL),(3939,1224,1,531,'2013-10-16 07:14:39',0,0,'','201310167 ','2013-10-16','2013-10-16','20131016-7','08:12',1,'DR OFORI ANTI',NULL,'','20131016-1459',NULL),(3942,1224,2,531,'2013-10-16 07:14:39',0,0,'','201310167 ','2013-10-16','2013-10-16','20131016-7','08:13',1,'DR OFORI ANTI',NULL,'','20131016-1459',NULL),(3946,1224,4,531,'2013-10-16 07:14:39',0,0,'','201310167 ','2013-10-16','2013-10-16','20131016-7','08:13',1,'DR OFORI ANTI',NULL,'','20131016-1459',NULL),(3951,1224,5,531,'2013-10-16 07:14:39',0,0,'','201310167 ','2013-10-16','2013-10-16','20131016-7','08:13',1,'DR OFORI ANTI',NULL,'','20131016-1459',NULL),(3952,1225,1,531,'2013-10-16 07:33:43',0,0,'','201310168 ','2013-10-16','2013-10-16','20131016-8','08:31',1,'DR K AMAOH',NULL,'','20131016-1460',NULL),(3954,1225,2,531,'2013-10-16 07:33:44',0,0,'','201310168 ','2013-10-16','2013-10-16','20131016-8','08:33',1,'DR K AMAOH',NULL,'','20131016-1460',NULL),(3955,1226,1,530,'2013-10-16 07:49:52',0,0,'','201310169','2013-10-16','2013-10-16','20131016-9','08:47',1,'DR SALLAR',NULL,'','20131016-1461',NULL),(3957,1226,4,530,'2013-10-16 07:49:52',0,0,'','201310169','2013-10-16','2013-10-16','20131016-9','08:48',1,'DR SALLAR',NULL,'','20131016-1461',NULL),(3960,1226,2,530,'2013-10-16 07:49:52',0,0,'','201310169','2013-10-16','2013-10-16','20131016-9','08:49',1,'DR SALLAR',NULL,'','20131016-1461',NULL),(3961,1227,3,530,'2013-10-16 07:59:15',0,0,'',' 2013101610','2013-10-16','2013-10-16','20131016-10','08:56',1,'DR VORTIA',NULL,'','20131016-1462',NULL),(3963,1227,1,530,'2013-10-16 07:59:15',0,0,'',' 2013101610','2013-10-16','2013-10-16','20131016-10','08:56',1,'DR VORTIA',NULL,'','20131016-1462',NULL),(3966,1227,4,530,'2013-10-16 07:59:15',1,0,'',' 2013101610','2013-10-16','2013-10-16','20131016-10','08:58',1,'DR VORTIA',NULL,'','20131016-1462',NULL),(3970,1227,5,530,'2013-10-16 07:59:16',1,0,'',' 2013101610','2013-10-16','2013-10-16','20131016-10','08:58',1,'DR VORTIA',NULL,'','20131016-1462',NULL),(3975,1227,2,530,'2013-10-16 07:59:16',1,0,'',' 2013101610','2013-10-16','2013-10-16','20131016-10','08:58',1,'DR VORTIA',NULL,'','20131016-1462',NULL),(3976,1228,3,530,'2013-10-16 08:02:21',0,0,'',' 2013101611','2013-10-16','2013-10-16','20131016-11','09:00',1,'DR VORTIA',NULL,'','20131016-1463',NULL),(3978,1228,4,530,'2013-10-16 08:02:22',1,0,'',' 2013101611','2013-10-16','2013-10-16','20131016-11','09:01',1,'DR VORTIA',NULL,'','20131016-1463',NULL),(3981,1228,24,530,'2013-10-16 08:02:22',0,0,'',' 2013101611','2013-10-16','2013-10-16','20131016-11','09:02',1,'DR VORTIA',NULL,'','20131016-1463',NULL),(3982,1229,3,530,'2013-10-16 08:08:18',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:04',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(3984,1229,1,530,'2013-10-16 08:08:18',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:06',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(3987,1229,4,530,'2013-10-16 08:08:18',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:07',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(3991,1229,5,530,'2013-10-16 08:08:19',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:07',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(3996,1229,28,530,'2013-10-16 08:08:19',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:07',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(4002,1229,24,530,'2013-10-16 08:08:19',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:07',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(4009,1229,26,530,'2013-10-16 08:08:19',0,0,'',' 2013101612','2013-10-16','2013-10-16','20131016-12','09:07',1,'DR VORTIA',NULL,'','20131016-1464',NULL),(4010,1230,3,530,'2013-10-16 08:12:01',0,0,'','2013101613','2013-10-16','2013-10-16','20131016-13','09:09',1,'DR AMOAH',NULL,'','20131016-1465',NULL),(4012,1230,4,530,'2013-10-16 08:12:01',1,0,'','2013101613','2013-10-16','2013-10-16','20131016-13','09:11',1,'DR AMOAH',NULL,'','20131016-1465',NULL),(4013,1231,3,530,'2013-10-16 08:15:41',0,0,'','2013101614','2013-10-16','2013-10-16','20131016-14','09:14',1,'DR TAKYI',NULL,'','20131016-1466',NULL),(4015,1231,4,530,'2013-10-16 08:15:41',1,0,'','2013101614','2013-10-16','2013-10-16','20131016-14','09:15',1,'DR TAKYI',NULL,'','20131016-1466',NULL),(4016,1232,3,530,'2013-10-16 08:20:40',0,0,'','2013101615 ','2013-10-16','2013-10-16','20131016-15','09:17',1,'DR VORTIA',NULL,'','20131016-1467',NULL),(4018,1232,1,530,'2013-10-16 08:20:40',0,0,'','2013101615 ','2013-10-16','2013-10-16','20131016-15','09:18',1,'DR VORTIA',NULL,'','20131016-1467',NULL),(4021,1232,4,530,'2013-10-16 08:20:40',0,0,'','2013101615 ','2013-10-16','2013-10-16','20131016-15','09:19',1,'DR VORTIA',NULL,'','20131016-1467',NULL),(4025,1232,5,530,'2013-10-16 08:20:40',0,0,'','2013101615 ','2013-10-16','2013-10-16','20131016-15','09:19',1,'DR VORTIA',NULL,'','20131016-1467',NULL),(4031,1232,24,530,'2013-10-16 08:20:41',0,0,'','2013101615 ','2013-10-16','2013-10-16','20131016-15','09:20',1,'DR VORTIA',NULL,'','20131016-1467',NULL),(4038,1232,26,530,'2013-10-16 08:20:41',0,0,'','2013101615 ','2013-10-16','2013-10-16','20131016-15','09:20',1,'DR VORTIA',NULL,'','20131016-1467',NULL),(4039,1233,3,530,'2013-10-16 08:35:42',0,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:32',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4041,1233,4,530,'2013-10-16 08:35:42',1,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:32',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4044,1233,1,530,'2013-10-16 08:35:42',0,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:33',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4048,1233,5,530,'2013-10-16 08:35:43',0,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:33',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4053,1233,2,530,'2013-10-16 08:35:43',0,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:34',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4059,1233,24,530,'2013-10-16 08:35:43',0,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:34',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4066,1233,26,530,'2013-10-16 08:35:43',0,0,'',' 2013101616 ','2013-10-16','2013-10-16','20131016-16','09:35',1,'DR VORTIA',NULL,'','20131016-1468',NULL),(4067,1234,3,530,'2013-10-16 08:45:29',0,0,'',' 2013101617','2013-10-16','2013-10-16','20131016-17','09:43',1,'DR YEBOAH',NULL,'','20131016-1469',NULL),(4069,1234,1,530,'2013-10-16 08:45:32',0,0,'',' 2013101617','2013-10-16','2013-10-16','20131016-17','09:44',1,'DR YEBOAH',NULL,'','20131016-1469',NULL),(4072,1234,4,530,'2013-10-16 08:45:32',0,0,'',' 2013101617','2013-10-16','2013-10-16','20131016-17','09:45',1,'DR YEBOAH',NULL,'','20131016-1469',NULL),(4073,1235,3,530,'2013-10-16 08:48:35',0,0,'',' 2013101618 ','2013-10-16','2013-10-16','20131016-18','09:46',1,'DR DJAN',NULL,'','20131016-1470',NULL),(4075,1235,4,530,'2013-10-16 08:48:35',1,0,'',' 2013101618 ','2013-10-16','2013-10-16','20131016-18','09:48',1,'DR DJAN',NULL,'','20131016-1470',NULL),(4076,1236,3,530,'2013-10-16 08:54:51',0,0,'','2013101619','2013-10-16','2013-10-16','20131016-19','09:52',1,'DR YEBOAH',NULL,'','20131016-1471',NULL),(4078,1236,1,530,'2013-10-16 08:54:52',0,0,'','2013101619','2013-10-16','2013-10-16','20131016-19','09:53',1,'DR YEBOAH',NULL,'','20131016-1471',NULL),(4079,1237,3,530,'2013-10-16 08:58:24',0,0,'','013101620 ','2013-10-16','2013-10-16','20131016-20','09:57',1,'DR MENSAH',NULL,'','20131016-1472',NULL),(4081,1237,4,530,'2013-10-16 08:58:25',1,0,'','013101620 ','2013-10-16','2013-10-16','20131016-20','09:58',1,'DR MENSAH',NULL,'','20131016-1472',NULL),(4082,1238,3,530,'2013-10-16 09:09:00',0,0,'',' 2013101621','2013-10-16','2013-10-16','20131016-21','10:00',1,'DR TAKYI',NULL,'','20131016-1473',NULL),(4084,1238,1,530,'2013-10-16 09:09:00',0,0,'',' 2013101621','2013-10-16','2013-10-16','20131016-21','10:07',1,'DR TAKYI',NULL,'','20131016-1473',NULL),(4087,1238,5,530,'2013-10-16 09:09:00',0,0,'',' 2013101621','2013-10-16','2013-10-16','20131016-21','10:07',1,'DR TAKYI',NULL,'','20131016-1473',NULL),(4088,1240,2,530,'2013-10-16 09:13:10',0,0,'',' 2013101622','2013-10-16','2013-10-16','20131016-22','10:11',1,'DR MENSAH',NULL,'','20131016-1474',NULL),(4089,1241,3,530,'2013-10-16 09:16:47',0,0,'','2013101623','2013-10-16','2013-10-16','20131016-23','10:14',1,'DR MENSAH',NULL,'','20131016-1475',NULL),(4091,1241,1,530,'2013-10-16 09:16:50',1,0,'','2013101623','2013-10-16','2013-10-16','20131016-23','10:16',1,'DR MENSAH',NULL,'','20131016-1475',NULL),(4092,1242,17,530,'2013-10-16 09:20:07',0,0,'','2013101624','2013-10-16','2013-10-16','20131016-24','10:18',1,'PROF E D YEBOAH',NULL,'','20131016-1476',NULL),(4093,1243,3,530,'2013-10-16 09:26:06',0,0,'','2013101625','2013-10-16','2013-10-16','20131016-25','10:22',1,'DR YEBOAH',NULL,'','20131016-1477',NULL),(4095,1243,24,530,'2013-10-16 09:26:07',0,0,'','2013101625','2013-10-16','2013-10-16','20131016-25','10:25',1,'DR YEBOAH',NULL,'','20131016-1477',NULL),(4096,937,3,530,'2013-10-16 09:45:09',1,0,'','2013101626 ','2013-10-16','2013-10-16','20131016-27','10:43',1,'DR FUMMY',NULL,'','20131016-1479',NULL),(4097,1244,4,530,'2013-10-16 09:48:32',1,0,'',' 2013101628 ','2013-10-16','2013-10-16','20131016-28','10:46',1,'DR MENSAH',NULL,'','20131016-1480',NULL),(4098,1245,3,530,'2013-10-16 09:52:40',0,0,'',' 2013101629','2013-10-16','2013-10-16','20131016-29','10:50',1,'DR YEBOAH',NULL,'','20131016-1481',NULL),(4100,1245,4,530,'2013-10-16 09:52:40',1,0,'',' 2013101629','2013-10-16','2013-10-16','20131016-29','10:51',1,'DR YEBOAH',NULL,'','20131016-1481',NULL),(4101,1246,3,530,'2013-10-16 10:10:29',0,0,'','2013101630','2013-10-16','2013-10-16','20131016-30','11:04',1,'DR SALLAR',NULL,'','20131016-1482',NULL),(4103,1246,1,530,'2013-10-16 10:10:32',0,0,'','2013101630','2013-10-16','2013-10-16','20131016-30','11:10',1,'DR SALLAR',NULL,'','20131016-1482',NULL),(4106,1246,4,530,'2013-10-16 10:10:32',0,0,'','2013101630','2013-10-16','2013-10-16','20131016-30','11:10',1,'DR SALLAR',NULL,'','20131016-1482',NULL),(4107,1228,1,534,'2013-10-16 10:26:57',1,0,'',' 2013101611','2013-10-16','2013-10-16','20131016-31','11:26',1,'',NULL,'','20131016-1483',NULL),(4108,1247,3,530,'2013-10-16 10:34:37',0,0,'',' 2013101632','2013-10-16','2013-10-16','20131016-32','11:29',1,'DR MENSAH',NULL,'','20131016-1484',NULL),(4110,1247,4,530,'2013-10-16 10:34:37',1,0,'',' 2013101632','2013-10-16','2013-10-16','20131016-32','11:30',1,'DR MENSAH',NULL,'','20131016-1484',NULL),(4113,1247,13,530,'2013-10-16 10:34:37',1,0,'',' 2013101632','2013-10-16','2013-10-16','20131016-32','11:30',1,'DR MENSAH',NULL,'','20131016-1484',NULL),(4117,1247,24,530,'2013-10-16 10:34:38',0,0,'','','2013-10-16','2013-10-16','20131016-32','11:32',1,'DR MENSAH',NULL,'','20131016-1484',NULL),(4118,1248,3,530,'2013-10-16 10:39:42',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:35',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4120,1248,1,530,'2013-10-16 10:39:42',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:37',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4123,1248,4,530,'2013-10-16 10:39:43',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:38',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4127,1248,5,530,'2013-10-16 10:39:43',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:38',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4132,1248,28,530,'2013-10-16 10:39:43',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:38',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4138,1248,24,530,'2013-10-16 10:39:43',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:39',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4145,1248,26,530,'2013-10-16 10:39:44',0,0,'','2013101633 ','2013-10-16','2013-10-16','20131016-33','11:39',1,'DR VORTIA',NULL,'','20131016-1485',NULL),(4146,1249,3,530,'2013-10-16 10:51:08',0,0,'','2013101634 ','2013-10-16','2013-10-16','20131016-34','11:45',1,'DR YEBOAH',NULL,'','20131016-1486',NULL),(4147,1250,3,530,'2013-10-16 10:59:07',0,0,'','2013101635 ','2013-10-16','2013-10-16','20131016-35','11:56',1,'DR AMOAH',NULL,'','20131016-1487',NULL),(4148,1251,3,530,'2013-10-16 11:01:38',0,0,'',' 2013101636 ','2013-10-16','2013-10-16','20131016-36','12:00',1,'DR YEBOAH',NULL,'','20131016-1488',NULL),(4150,1251,4,530,'2013-10-16 11:01:38',1,0,'',' 2013101636 ','2013-10-16','2013-10-16','20131016-36','12:01',1,'DR YEBOAH',NULL,'','20131016-1488',NULL),(4151,621,1,530,'2013-10-16 11:05:41',0,0,'','2013101637','2013-10-16','2013-10-16','20131016-37','12:04',1,'DR VORTIA',NULL,'','20131016-1489',NULL),(4152,1252,3,530,'2013-10-16 11:11:29',0,0,'','2013101638','2013-10-16','2013-10-16','20131016-38','12:08',1,'DR YEBOAH',NULL,'','20131016-1490',NULL),(4154,1252,4,530,'2013-10-16 11:11:29',1,0,'','2013101638','2013-10-16','2013-10-16','20131016-38','12:10',1,'DR YEBOAH',NULL,'','20131016-1490',NULL),(4155,1253,3,530,'2013-10-16 11:15:05',0,0,'','2013101639','2013-10-16','2013-10-16','20131016-39','12:13',1,'DR YEBOAH',NULL,'','20131016-1491',NULL),(4157,1253,4,530,'2013-10-16 11:15:05',1,0,'','2013101639','2013-10-16','2013-10-16','20131016-39','12:14',1,'DR YEBOAH',NULL,'','20131016-1491',NULL),(4158,1254,3,530,'2013-10-16 11:18:58',0,0,'','2013101640','2013-10-16','2013-10-16','20131016-40','12:16',1,'DR MENSAH',NULL,'','20131016-1492',NULL),(4159,1009,3,530,'2013-10-16 11:27:42',0,0,'','2013101641 ','2013-10-16','2013-10-16','20131016-41','12:26',1,'DR ADOTEY',NULL,'','20131016-1493',NULL),(4161,1009,1,530,'2013-10-16 11:27:42',0,0,'','2013101641 ','2013-10-16','2013-10-16','20131016-41','12:27',1,'DR ADOTEY',NULL,'','20131016-1493',NULL),(4162,1255,3,530,'2013-10-16 11:30:40',0,0,'','2013101642','2013-10-16','2013-10-16','20131016-42','12:28',1,'DR ADOTEY',NULL,'','20131016-1494',NULL),(4163,1256,3,530,'2013-10-16 11:34:13',0,0,'','2013101643','2013-10-16','2013-10-16','20131016-43','12:33',1,'DR ARMAH',NULL,'','20131016-1495',NULL),(4164,1257,3,530,'2013-10-16 11:46:20',0,0,'','2013101644','2013-10-16','2013-10-16','20131016-44','12:44',1,'DR ARMAH',NULL,'','20131016-1496',NULL),(4166,1257,4,530,'2013-10-16 11:46:20',1,0,'','2013101644','2013-10-16','2013-10-16','20131016-44','12:46',1,'DR ARMAH',NULL,'','20131016-1496',NULL),(4167,1258,19,530,'2013-10-16 11:50:28',1,0,'','2013101645','2013-10-16','2013-10-16','20131016-45','12:47',1,'DR TACHIE',NULL,'','20131016-1497',NULL),(4168,1259,2,530,'2013-10-16 11:55:32',0,0,'',' 2013101646 ','2013-10-16','2013-10-16','20131016-46','12:52',1,'',NULL,'','20131016-1498',NULL),(4169,1260,3,530,'2013-10-16 11:58:54',0,0,'',' 2013101647','2013-10-16','2013-10-16','20131016-47','12:56',1,'',NULL,'','20131016-1499',NULL),(4171,1260,4,530,'2013-10-16 11:58:54',1,0,'',' 2013101647','2013-10-16','2013-10-16','20131016-47','12:57',1,'',NULL,'','20131016-1499',NULL),(4172,1261,3,530,'2013-10-16 12:17:51',0,0,'','2013101649 ','2013-10-16','2013-10-16','20131016-49','13:14',1,'DR YEBOAH',NULL,'','20131016-1501',NULL),(4174,1261,1,530,'2013-10-16 12:17:52',0,0,'','2013101649 ','2013-10-16','2013-10-16','20131016-49','13:15',1,'DR YEBOAH',NULL,'','20131016-1501',NULL),(4177,1261,4,530,'2013-10-16 12:17:52',1,0,'','2013101649 ','2013-10-16','2013-10-16','20131016-49','13:17',1,'DR YEBOAH',NULL,'','20131016-1501',NULL),(4181,1261,5,530,'2013-10-16 12:17:52',1,0,'','2013101649 ','2013-10-16','2013-10-16','20131016-49','13:17',1,'DR YEBOAH',NULL,'','20131016-1501',NULL),(4186,1261,2,530,'2013-10-16 12:17:52',1,0,'','2013101649 ','2013-10-16','2013-10-16','20131016-49','13:17',1,'DR YEBOAH',NULL,'','20131016-1501',NULL),(4187,1262,3,530,'2013-10-16 12:20:09',0,0,'','2013101650','2013-10-16','2013-10-16','20131016-50','13:19',1,'DR ME ',NULL,'','20131016-1502',NULL),(4189,1262,4,530,'2013-10-16 12:20:09',0,0,'','2013101650','2013-10-16','2013-10-16','20131016-50','13:19',1,'DR ME ',NULL,'','20131016-1502',NULL),(4190,1264,3,530,'2013-10-16 12:23:53',0,0,'',' 2013101651 ','2013-10-16','2013-10-16','20131016-51','13:21',1,'DR DJAN',NULL,'','20131016-1503',NULL),(4192,1264,5,530,'2013-10-16 12:23:54',0,0,'',' 2013101651 ','2013-10-16','2013-10-16','20131016-51','13:23',1,'DR DJAN',NULL,'','20131016-1503',NULL),(4195,1264,1,530,'2013-10-16 12:23:54',1,0,'',' 2013101651 ','2013-10-16','2013-10-16','20131016-51','13:23',1,'DR DJAN',NULL,'','20131016-1503',NULL),(4196,1006,3,530,'2013-10-16 12:30:27',1,0,'','2013101652','2013-10-16','2013-10-16','20131016-52','13:25',1,'DR TAKYI',NULL,'','20131016-1504',NULL),(4198,1006,1,530,'2013-10-16 12:30:28',1,0,'','2013101652','2013-10-16','2013-10-16','20131016-52','13:27',1,'DR TAKYI',NULL,'','20131016-1504',NULL),(4201,1006,4,530,'2013-10-16 12:30:28',1,0,'','2013101652','2013-10-16','2013-10-16','20131016-52','13:28',1,'DR TAKYI',NULL,'','20131016-1504',NULL),(4205,1006,5,530,'2013-10-16 12:30:28',1,0,'','2013101652','2013-10-16','2013-10-16','20131016-52','13:30',1,'DR TAKYI',NULL,'','20131016-1504',NULL),(4206,1265,3,530,'2013-10-16 12:34:37',0,0,'',' 2013101653','2013-10-16','2013-10-16','20131016-53','13:32',1,'DR ARMAH',NULL,'','20131016-1505',NULL),(4208,1265,5,530,'2013-10-16 12:34:37',0,0,'',' 2013101653','2013-10-16','2013-10-16','20131016-53','13:33',1,'DR ARMAH',NULL,'','20131016-1505',NULL),(4211,1265,1,530,'2013-10-16 12:34:37',1,0,'',' 2013101653','2013-10-16','2013-10-16','20131016-53','13:33',1,'DR ARMAH',NULL,'','20131016-1505',NULL),(4215,1265,2,530,'2013-10-16 12:34:37',1,0,'',' 2013101653','2013-10-16','2013-10-16','20131016-53','13:34',1,'DR ARMAH',NULL,'','20131016-1505',NULL),(4216,1266,3,530,'2013-10-16 12:37:34',1,0,'',' 2013101654','2013-10-16','2013-10-16','20131016-54','13:36',1,'DR YEBOAH',NULL,'','20131016-1506',NULL),(4218,1266,4,530,'2013-10-16 12:37:35',0,0,'',' 2013101654','2013-10-16','2013-10-16','20131016-54','13:37',1,'DR YEBOAH',NULL,'','20131016-1506',NULL),(4219,1267,3,530,'2013-10-16 12:45:05',0,0,'','2013101655 ','2013-10-16','2013-10-16','20131016-55','13:41',1,'DR DJAN',NULL,'','20131016-1507',NULL),(4221,1267,4,530,'2013-10-16 12:45:05',1,0,'','2013101655 ','2013-10-16','2013-10-16','20131016-55','13:44',1,'DR DJAN',NULL,'','20131016-1507',NULL),(4222,1268,3,530,'2013-10-16 12:49:11',0,0,'','2013101656','2013-10-16','2013-10-16','20131016-56','13:47',1,'DR FUMMY',NULL,'','20131016-1508',NULL),(4223,1091,4,530,'2013-10-16 12:51:50',0,0,'','2013101657','2013-10-16','2013-10-16','20131016-57','13:49',1,'DR ADOTEY',NULL,'','20131016-1509',NULL),(4224,1269,3,530,'2013-10-16 12:55:00',0,0,'','2013101658','2013-10-16','2013-10-16','20131016-58','13:54',1,'DR YEBOAH',NULL,'','20131016-1510',NULL),(4225,1029,1,530,'2013-10-16 12:59:13',1,0,'',' 2013101659 ','2013-10-16','2013-10-16','20131016-59','13:56',1,'DR MENSAH',NULL,'','20131016-1511',NULL),(4227,1029,25,530,'2013-10-16 12:59:16',0,0,'',' 2013101659 ','2013-10-16','2013-10-16','20131016-59','13:58',1,'DR MENSAH',NULL,'','20131016-1511',NULL),(4228,1270,3,530,'2013-10-16 13:03:19',0,0,'','2013101660 ','2013-10-16','2013-10-16','20131016-60','14:01',1,'DR YEBOAH',NULL,'','20131016-1512',NULL),(4230,1270,4,530,'2013-10-16 13:03:19',1,0,'','2013101660 ','2013-10-16','2013-10-16','20131016-60','14:03',1,'DR YEBOAH',NULL,'','20131016-1512',NULL),(4231,1271,1,530,'2013-10-16 13:07:21',0,0,'','2013101661 ','2013-10-16','2013-10-16','20131016-61','14:06',1,'DR TACHIE',NULL,'','20131016-1513',NULL),(4232,1272,3,530,'2013-10-16 13:13:03',0,0,'','2013101662','2013-10-16','2013-10-16','20131016-62','14:09',1,'DR MENSAH',NULL,'','20131016-1514',NULL),(4234,1272,1,530,'2013-10-16 13:13:03',1,0,'','2013101662','2013-10-16','2013-10-16','20131016-62','14:11',1,'DR MENSAH',NULL,'','20131016-1514',NULL),(4237,1272,4,530,'2013-10-16 13:13:04',1,0,'','2013101662','2013-10-16','2013-10-16','20131016-62','14:12',1,'DR MENSAH',NULL,'','20131016-1514',NULL),(4238,1273,3,530,'2013-10-16 13:21:01',0,0,'','2013101664 ','2013-10-16','2013-10-16','20131016-64','14:20',1,'DR FUMMY',NULL,'','20131016-1516',NULL),(4239,1274,3,530,'2013-10-16 13:25:21',0,0,'','2013101665 ','2013-10-16','2013-10-16','20131016-65','14:23',1,'DR YEBOAH',NULL,'','20131016-1517',NULL),(4241,1274,1,530,'2013-10-16 13:25:22',0,0,'','2013101665 ','2013-10-16','2013-10-16','20131016-65','14:24',1,'DR YEBOAH',NULL,'','20131016-1517',NULL),(4244,1274,4,530,'2013-10-16 13:25:22',1,0,'','2013101665 ','2013-10-16','2013-10-16','20131016-65','14:25',1,'DR YEBOAH',NULL,'','20131016-1517',NULL),(4245,1275,3,530,'2013-10-16 13:31:08',0,0,'','2013101666','2013-10-16','2013-10-16','20131016-66','14:29',1,'DR TAKYI',NULL,'','20131016-1518',NULL),(4247,1275,4,530,'2013-10-16 13:31:08',1,0,'','2013101666','2013-10-16','2013-10-16','20131016-66','14:30',1,'DR TAKYI',NULL,'','20131016-1518',NULL),(4250,1275,25,530,'2013-10-16 13:31:09',0,0,'','2013101666','2013-10-16','2013-10-16','20131016-66','14:30',1,'DR TAKYI',NULL,'','20131016-1518',NULL),(4251,1276,1,530,'2013-10-16 13:39:32',1,0,'','2013101667 ','2013-10-16','2013-10-16','20131016-67','14:36',1,'',NULL,'','20131016-1519',NULL),(4253,1276,3,530,'2013-10-16 13:39:32',1,0,'','2013101667 ','2013-10-16','2013-10-16','20131016-67','14:38',1,'',NULL,'','20131016-1519',NULL),(4256,1276,24,530,'2013-10-16 13:39:32',0,0,'','2013101667 ','2013-10-16','2013-10-16','20131016-67','14:38',1,'',NULL,'','20131016-1519',NULL),(4257,1277,5,530,'2013-10-16 13:47:15',0,0,'','2013101669 ','2013-10-16','2013-10-16','20131016-69','14:46',1,'DR DJAN',NULL,'','20131016-1521',NULL),(4258,1278,3,530,'2013-10-16 14:11:41',1,0,'','2013101670 ','2013-10-16','2013-10-16','20131016-70','15:09',1,'DR YEBOAH',NULL,'','20131016-1522',NULL),(4259,1279,1,530,'2013-10-16 14:14:30',1,0,'','2013101671','2013-10-16','2013-10-16','20131016-71','15:13',1,'DR ARMAH',NULL,'','20131016-1523',NULL),(4260,1258,1,530,'2013-10-16 14:20:37',0,0,'','2013101672','2013-10-16','2013-10-16','20131016-72','15:17',1,'DR DJAN',NULL,'','20131016-1524',NULL),(4262,1258,3,530,'2013-10-16 14:20:38',0,0,'','2013101672','2013-10-16','2013-10-16','20131016-72','15:20',1,'DR DJAN',NULL,'','20131016-1524',NULL),(4263,1262,1,534,'2013-10-16 14:21:50',1,0,'','2013101650','2013-10-16','2013-10-16','20131016-73','15:20',1,'',NULL,'','20131016-1525',NULL),(4264,1280,3,530,'2013-10-16 14:26:50',0,0,'','2013101674','2013-10-16','2013-10-16','20131016-74','15:24',1,'DR MENSAH',NULL,'','20131016-1526',NULL),(4266,1280,1,530,'2013-10-16 14:26:51',0,0,'','2013101674','2013-10-16','2013-10-16','20131016-74','15:26',1,'DR MENSAH',NULL,'','20131016-1526',NULL),(4267,1277,1,534,'2013-10-16 14:38:50',1,0,'','2013101647','2013-10-16','2013-10-16','20131016-75','15:37',1,'',NULL,'','20131016-1527',NULL),(4268,84,3,530,'2013-10-16 15:27:42',0,0,'','2013101677','2013-10-16','2013-10-16','20131016-77','16:25',1,'',NULL,'','20131016-1529',NULL),(4270,84,4,530,'2013-10-16 15:27:42',1,0,'','2013101677','2013-10-16','2013-10-16','20131016-77','16:27',1,'',NULL,'','20131016-1529',NULL),(4271,1281,3,530,'2013-10-16 15:31:56',0,0,'','2013101678','2013-10-16','2013-10-16','20131016-78','16:29',1,'DR ARMAH',NULL,'','20131016-1530',NULL),(4273,1281,1,530,'2013-10-16 15:31:57',1,0,'','2013101678','2013-10-16','2013-10-16','20131016-78','16:31',1,'DR ARMAH',NULL,'','20131016-1530',NULL),(4274,1282,3,530,'2013-10-16 15:37:18',0,0,'',' 2013101679 ','2013-10-16','2013-10-16','20131016-79','16:34',1,'DR MENSAH',NULL,'','20131016-1531',NULL),(4276,1282,1,530,'2013-10-16 15:37:18',0,0,'',' 2013101679 ','2013-10-16','2013-10-16','20131016-79','16:35',1,'DR MENSAH',NULL,'','20131016-1531',NULL),(4279,1282,19,530,'2013-10-16 15:37:18',0,0,'',' 2013101679 ','2013-10-16','2013-10-16','20131016-79','16:36',1,'DR MENSAH',NULL,'','20131016-1531',NULL),(4283,1282,5,530,'2013-10-16 15:37:19',0,0,'',' 2013101679 ','2013-10-16','2013-10-16','20131016-79','16:36',1,'DR MENSAH',NULL,'','20131016-1531',NULL),(4284,1283,3,530,'2013-10-16 15:41:45',0,0,'',' 2013101680 ','2013-10-16','2013-10-16','20131016-80','16:39',1,'DR FUMMY',NULL,'','20131016-1532',NULL),(4286,1283,5,530,'2013-10-16 15:41:45',1,0,'',' 2013101680 ','2013-10-16','2013-10-16','20131016-80','16:40',1,'DR FUMMY',NULL,'','20131016-1532',NULL),(4287,1,4,535,'2013-10-16 15:44:20',1,0,'','2013101682','2013-10-16','2013-10-16','20131016-82','16:43',1,'',NULL,'','20131016-1534',NULL),(4288,1,4,535,'2013-10-16 15:47:32',1,0,'','2013101683','2013-10-16','2013-10-16','20131016-83','16:47',1,'',NULL,'','20131016-1535',NULL),(4289,63,3,530,'2013-10-16 15:48:18',0,0,'','2013101681','2013-10-16','2013-10-16','20131016-81','16:43',1,'DR VORTIA',NULL,'','20131016-1533',NULL),(4291,63,1,530,'2013-10-16 15:48:18',0,0,'','2013101681','2013-10-16','2013-10-16','20131016-81','16:47',1,'DR VORTIA',NULL,'','20131016-1533',NULL),(4294,63,2,530,'2013-10-16 15:48:18',0,0,'','2013101681','2013-10-16','2013-10-16','20131016-81','16:47',1,'DR VORTIA',NULL,'','20131016-1533',NULL),(4298,63,24,530,'2013-10-16 15:48:18',0,0,'','2013101681','2013-10-16','2013-10-16','20131016-81','16:48',1,'DR VORTIA',NULL,'','20131016-1533',NULL),(4299,1284,1,530,'2013-10-16 16:12:29',0,0,'','2013101684','2013-10-16','2013-10-16','20131016-84','17:10',1,'DR YEBOAH',NULL,'','20131016-1536',NULL),(4301,1284,3,530,'2013-10-16 16:12:29',0,0,'','2013101684','2013-10-16','2013-10-16','20131016-84','17:10',1,'DR YEBOAH',NULL,'','20131016-1536',NULL),(4304,1284,4,530,'2013-10-16 16:12:30',0,0,'','2013101684','2013-10-16','2013-10-16','20131016-84','17:12',1,'DR YEBOAH',NULL,'','20131016-1536',NULL),(4305,1285,1,530,'2013-10-16 16:19:48',0,0,'','2013101685 ','2013-10-16','2013-10-16','20131016-85','17:17',1,'DR SALLAR',NULL,'','20131016-1537',NULL),(4307,1285,3,530,'2013-10-16 16:19:57',0,0,'','2013101685 ','2013-10-16','2013-10-16','20131016-85','17:18',1,'DR SALLAR',NULL,'','20131016-1537',NULL),(4308,671,3,530,'2013-10-16 16:21:51',0,0,'','2013101686 ','2013-10-16','2013-10-16','20131016-86','17:20',1,'DR ASUMAN',NULL,'','20131016-1538',NULL),(4309,1257,10,530,'2013-10-16 16:27:17',1,0,'','2013101644','2013-10-16','2013-10-16','20131016-87','17:26',1,'',NULL,'','20131016-1539',NULL),(4310,1286,3,530,'2013-10-16 16:38:21',0,0,'',' 2013101688','2013-10-16','2013-10-16','20131016-88','17:34',1,'DR YEBOAH',NULL,'','20131016-1540',NULL),(4312,1286,1,530,'2013-10-16 16:38:21',0,0,'',' 2013101688','2013-10-16','2013-10-16','20131016-88','17:37',1,'DR YEBOAH',NULL,'','20131016-1540',NULL),(4315,1286,2,530,'2013-10-16 16:38:21',0,0,'',' 2013101688','2013-10-16','2013-10-16','20131016-88','17:37',1,'DR YEBOAH',NULL,'','20131016-1540',NULL),(4319,1286,4,530,'2013-10-16 16:38:22',1,0,'',' 2013101688','2013-10-16','2013-10-16','20131016-88','17:38',1,'DR YEBOAH',NULL,'','20131016-1540',NULL),(4320,1287,3,530,'2013-10-16 16:43:58',0,0,'',' 2013101689 ','2013-10-16','2013-10-16','20131016-89','17:41',1,'DR YEBOAH',NULL,'','20131016-1541',NULL),(4322,1287,4,530,'2013-10-16 16:43:59',1,0,'',' 2013101689 ','2013-10-16','2013-10-16','20131016-89','17:43',1,'DR YEBOAH',NULL,'','20131016-1541',NULL),(4323,1288,4,530,'2013-10-16 16:49:10',1,0,'','2013101690','2013-10-16','2013-10-16','20131016-90','17:47',1,'PROF E D YEBOAH',NULL,'','20131016-1542',NULL),(4325,1288,1,530,'2013-10-16 16:49:10',1,0,'','2013101690','2013-10-16','2013-10-16','20131016-90','17:48',1,'PROF E D YEBOAH',NULL,'','20131016-1542',NULL),(4326,678,3,530,'2013-10-16 16:53:24',0,0,'','2013101691','2013-10-16','2013-10-16','20131016-91','17:51',1,'DR YEBOAH',NULL,'','20131016-1543',NULL),(4328,678,4,530,'2013-10-16 16:53:24',1,0,'','2013101691','2013-10-16','2013-10-16','20131016-91','17:53',1,'DR YEBOAH',NULL,'','20131016-1543',NULL),(4329,1289,3,530,'2013-10-16 16:59:57',0,0,'','2013101692 ','2013-10-16','2013-10-16','20131016-92','17:58',1,'DR ARMAH',NULL,'','20131016-1544',NULL),(4331,1289,4,530,'2013-10-16 16:59:57',1,0,'','2013101692 ','2013-10-16','2013-10-16','20131016-92','17:59',1,'DR ARMAH',NULL,'','20131016-1544',NULL),(4332,1290,3,530,'2013-10-16 17:02:34',1,0,'','2013101693 ','2013-10-16','2013-10-16','20131016-93','18:01',1,'',NULL,'','20131016-1545',NULL),(4333,1291,3,530,'2013-10-16 17:08:45',0,0,'',' 2013101694','2013-10-16','2013-10-16','20131016-94','18:06',1,'DR YEBOAH',NULL,'','20131016-1546',NULL),(4335,1291,4,530,'2013-10-16 17:08:45',1,0,'',' 2013101694','2013-10-16','2013-10-16','20131016-94','18:07',1,'DR YEBOAH',NULL,'','20131016-1546',NULL),(4338,1291,24,530,'2013-10-16 17:08:45',0,0,'',' 2013101694','2013-10-16','2013-10-16','20131016-94','18:08',1,'DR YEBOAH',NULL,'','20131016-1546',NULL),(4339,1292,28,530,'2013-10-16 17:13:24',0,0,'',' 2013101695','2013-10-16','2013-10-16','20131016-95','18:12',1,'DR ARMAH',NULL,'','20131016-1547',NULL),(4340,1293,3,530,'2013-10-16 17:26:49',0,0,'','2013101696','2013-10-16','2013-10-16','20131016-96','18:22',1,'DR ARMAH',NULL,'','20131016-1548',NULL),(4342,1293,4,530,'2013-10-16 17:26:49',1,0,'','2013101696','2013-10-16','2013-10-16','20131016-96','18:25',1,'DR ARMAH',NULL,'','20131016-1548',NULL),(4345,1293,1,530,'2013-10-16 17:26:49',1,0,'','2013101696','2013-10-16','2013-10-16','20131016-96','18:25',1,'DR ARMAH',NULL,'','20131016-1548',NULL),(4349,1293,25,530,'2013-10-16 17:26:49',0,0,'','2013101696','2013-10-16','2013-10-16','20131016-96','18:26',1,'DR ARMAH',NULL,'','20131016-1548',NULL),(4350,1294,29,530,'2013-10-16 17:38:40',0,0,'','2013101697 ','2013-10-16','2013-10-16','20131016-97','18:37',1,'',NULL,'','20131016-1549',NULL),(4351,1230,1,530,'2013-10-16 17:40:36',0,0,'','2013101697 ','2013-10-16','2013-10-16','20131016-98','18:39',1,'DR AKPALU',NULL,'','20131016-1550',NULL),(4352,1295,3,530,'2013-10-16 18:03:18',0,0,'','2013101699','2013-10-16','2013-10-16','20131016-99','19:01',1,'DR YEBOAH',NULL,'','20131016-1551',NULL),(4354,1295,4,530,'2013-10-16 18:03:18',1,0,'','2013101699','2013-10-16','2013-10-16','20131016-99','19:03',1,'DR YEBOAH',NULL,'','20131016-1551',NULL),(4355,1283,5,535,'2013-10-16 18:16:28',1,0,'','2013101680','2013-10-16','2013-10-16','20131016-101','19:15',1,'',NULL,'','20131016-1553',NULL),(4356,1296,3,530,'2013-10-16 18:17:58',1,0,'','20131016100 ','2013-10-16','2013-10-16','20131016-100','19:14',1,'DR YEBOAH',NULL,'','20131016-1552',NULL),(4358,1296,4,530,'2013-10-16 18:17:58',1,0,'','20131016100 ','2013-10-16','2013-10-16','20131016-100','19:15',1,'DR YEBOAH',NULL,'','20131016-1552',NULL),(4361,1296,24,530,'2013-10-16 18:17:58',0,0,'','20131016100 ','2013-10-16','2013-10-16','20131016-100','19:16',1,'DR YEBOAH',NULL,'','20131016-1552',NULL),(4362,1297,3,530,'2013-10-16 18:42:52',0,0,'','20131016102','2013-10-16','2013-10-16','20131016-102','19:39',1,'DR ASUMAN',NULL,'','20131016-1554',NULL),(4364,1297,4,530,'2013-10-16 18:42:52',1,0,'','20131016102','2013-10-16','2013-10-16','20131016-102','19:42',1,'DR ASUMAN',NULL,'','20131016-1554',NULL),(4365,1298,3,551,'2013-10-16 19:35:53',1,0,'','20131016103','2013-10-16','2013-10-16','20131016-103','20:33',1,'DRMENSAH',NULL,'','20131016-1555',NULL),(4366,1299,3,551,'2013-10-16 22:54:44',0,0,'','20131016104','2013-10-16','2013-10-16','20131016-107','23:52',1,'',NULL,'','20131016-114190',NULL),(4367,1300,3,551,'2013-10-17 00:00:28',1,0,'','201310173','2013-10-17','2013-10-16','20131017-3','00:52',1,'',NULL,'','20131017-1563',NULL),(4369,1300,1,551,'2013-10-17 00:00:28',1,0,'','201310173','2013-10-17','2013-10-16','20131017-3','00:56',1,'',NULL,'','20131017-1563',NULL),(4372,1300,4,551,'2013-10-17 00:00:28',0,0,'','201310173','2013-10-17','2013-10-16','20131017-3','00:57',1,'',NULL,'','20131017-1563',NULL),(4373,1301,24,551,'2013-10-17 00:18:43',0,0,'','201310174','2013-10-17','2013-10-16','20131017-4','01:10',1,'',NULL,'','20131017-1564',NULL),(4375,1301,3,551,'2013-10-17 00:18:43',1,0,'','201310174','2013-10-17','2013-10-16','20131017-4','01:12',1,'',NULL,'','20131017-1564',NULL),(4378,1301,4,551,'2013-10-17 00:18:43',1,0,'','201310174','2013-10-17','2013-10-16','20131017-4','01:16',1,'',NULL,'','20131017-1564',NULL),(4382,1301,1,551,'2013-10-17 00:18:44',1,0,'','201310174','2013-10-17','2013-10-16','20131017-4','01:17',1,'',NULL,'','20131017-1564',NULL),(4383,1303,3,551,'2013-10-17 00:25:26',1,0,'','201310176','2013-10-17','2013-10-16','20131017-6','01:22',1,'',NULL,'','20131017-1566',NULL),(4384,1304,1,551,'2013-10-17 00:32:59',0,0,'','201310177','2013-10-17','2013-10-16','20131017-7','01:27',1,'',NULL,'','20131017-1567',NULL),(4386,1304,3,551,'2013-10-17 00:32:59',1,0,'','201310177','2013-10-17','2013-10-16','20131017-7','01:31',1,'',NULL,'','20131017-1567',NULL),(4389,1304,4,551,'2013-10-17 00:32:59',0,0,'','201310177','2013-10-17','2013-10-16','20131017-7','01:32',1,'',NULL,'','20131017-1567',NULL),(4390,1305,3,551,'2013-10-17 00:39:34',1,0,'','201310178','2013-10-17','2013-10-16','20131017-8','01:36',1,'',NULL,'','20131017-116670',NULL),(4392,1305,4,551,'2013-10-17 00:39:34',0,0,'','201310178','2013-10-17','2013-10-16','20131017-8','01:38',1,'',NULL,'','20131017-116670',NULL),(4393,1306,3,551,'2013-10-17 00:43:50',1,0,'','201310179','2013-10-17','2013-10-16','20131017-9','01:40',1,'',NULL,'','20131017-49948',NULL),(4395,1306,4,551,'2013-10-17 00:43:50',1,0,'','201310179','2013-10-17','2013-10-16','20131017-9','01:42',1,'',NULL,'','20131017-49948',NULL),(4396,1307,4,551,'2013-10-17 00:47:33',1,0,'','201310178','2013-10-17','2013-10-16','20131017-10','01:45',1,'',NULL,'','20131017-28943',NULL),(4397,1308,3,551,'2013-10-17 00:53:28',1,0,'','2013101711','2013-10-17','2013-10-16','20131017-11','01:49',1,'',NULL,'','20131017-46235',NULL),(4399,1308,1,551,'2013-10-17 00:53:28',1,0,'','2013101711','2013-10-17','2013-10-16','20131017-11','01:52',1,'',NULL,'','20131017-46235',NULL),(4400,1309,1,551,'2013-10-17 01:19:32',1,0,'','','2013-10-17','2013-10-17','20131017-12','02:16',1,'DR K AMAOH',NULL,'','20131017-1572',NULL),(4401,1310,4,536,'2013-10-17 05:58:02',1,0,'','2013101717','2013-10-17','2013-10-17','20131017-17','06:55',1,'',NULL,'','20131017-1577',NULL),(4403,1310,3,536,'2013-10-17 05:58:02',1,0,'','2013101717','2013-10-17','2013-10-17','20131017-17','06:56',1,'',NULL,'','20131017-1577',NULL),(4406,1310,1,536,'2013-10-17 05:58:02',1,0,'','2013101717','2013-10-17','2013-10-17','20131017-17','06:57',1,'',NULL,'','20131017-1577',NULL),(4407,1311,1,536,'2013-10-17 06:46:34',0,0,'','2013101718','2013-10-17','2013-10-17','20131017-18','07:43',1,'',NULL,'','20131017-128496',NULL),(4409,1311,3,536,'2013-10-17 06:46:34',0,0,'','2013101718','2013-10-17','2013-10-17','20131017-18','07:45',1,'',NULL,'','20131017-128496',NULL),(4410,1312,1,536,'2013-10-17 06:50:22',1,0,'','2013101719','2013-10-17','2013-10-17','20131017-19','07:48',1,'',NULL,'','20131017-128413',NULL),(4412,1312,3,536,'2013-10-17 06:50:22',0,0,'','2013101719','2013-10-17','2013-10-17','20131017-19','07:49',1,'',NULL,'','20131017-128413',NULL),(4413,1313,3,536,'2013-10-17 07:02:01',0,0,'','2013101720','2013-10-17','2013-10-17','20131017-20','08:00',1,'',NULL,'','20131017-1580',NULL),(4414,1314,4,536,'2013-10-17 07:13:22',1,0,'','2013101722','2013-10-17','2013-10-17','20131017-22','08:11',1,'',NULL,'','20131017-110011',NULL),(4416,1314,3,536,'2013-10-17 07:13:22',1,0,'','2013101722','2013-10-17','2013-10-17','20131017-22','08:12',1,'',NULL,'','20131017-110011',NULL),(4417,1315,3,530,'2013-10-17 07:20:58',0,0,'','2013101724','2013-10-17','2013-10-17','20131017-24','08:19',1,'DR ARMAH',NULL,'','20131017-1584',NULL),(4419,1315,4,530,'2013-10-17 07:20:58',1,0,'','2013101724','2013-10-17','2013-10-17','20131017-24','08:20',1,'DR ARMAH',NULL,'','20131017-1584',NULL),(4420,1316,1,536,'2013-10-17 07:24:27',0,0,'','2013101725','2013-10-17','2013-10-17','20131017-25','08:20',1,'',NULL,'','20131017-39053',NULL),(4422,1316,3,536,'2013-10-17 07:24:27',0,0,'','2013101725','2013-10-17','2013-10-17','20131017-25','08:22',1,'',NULL,'','20131017-39053',NULL),(4425,1316,4,536,'2013-10-17 07:24:27',1,0,'','2013101725','2013-10-17','2013-10-17','20131017-25','08:23',1,'',NULL,'','20131017-39053',NULL),(4426,1317,3,530,'2013-10-17 07:26:22',0,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:22',1,'',NULL,'','20131017-1586',NULL),(4428,1317,1,530,'2013-10-17 07:26:22',0,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:24',1,'',NULL,'','20131017-1586',NULL),(4431,1317,4,530,'2013-10-17 07:26:22',1,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:25',1,'',NULL,'','20131017-1586',NULL),(4435,1317,5,530,'2013-10-17 07:26:24',1,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:25',1,'',NULL,'','20131017-1586',NULL),(4440,1317,2,530,'2013-10-17 07:26:24',0,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:25',1,'',NULL,'','20131017-1586',NULL),(4446,1317,26,530,'2013-10-17 07:26:24',0,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:25',1,'',NULL,'','20131017-1586',NULL),(4453,1317,24,530,'2013-10-17 07:26:24',0,0,'','2013101726','2013-10-17','2013-10-17','20131017-26','08:26',1,'',NULL,'','20131017-1586',NULL),(4454,1318,3,530,'2013-10-17 07:37:55',0,0,'','2013101728','2013-10-17','2013-10-17','20131017-28','08:36',1,'DR DANIELS',NULL,'','20131017-1588',NULL),(4456,1318,1,530,'2013-10-17 07:37:55',1,0,'','2013101728','2013-10-17','2013-10-17','20131017-28','08:37',1,'DR DANIELS',NULL,'','20131017-1588',NULL),(4457,1319,3,530,'2013-10-17 07:40:56',0,0,'','2013101729','2013-10-17','2013-10-17','20131017-29','08:39',1,'DR DANIELS',NULL,'','20131017-1589',NULL),(4458,1320,3,530,'2013-10-17 08:00:56',0,0,'','2013101730','2013-10-17','2013-10-17','20131017-30','08:58',1,'DR DANIELS',NULL,'','20131017-1590',NULL),(4460,1320,4,530,'2013-10-17 08:00:56',1,0,'','2013101730','2013-10-17','2013-10-17','20131017-30','09:00',1,'DR DANIELS',NULL,'','20131017-1590',NULL),(4461,1321,3,530,'2013-10-17 08:03:01',0,0,'',' 2013101731','2013-10-17','2013-10-17','20131017-31','09:01',1,'DR AMOAH',NULL,'','20131017-1591',NULL),(4463,1321,1,530,'2013-10-17 08:03:02',0,0,'',' 2013101731','2013-10-17','2013-10-17','20131017-31','09:02',1,'DR AMOAH',NULL,'','20131017-1591',NULL),(4464,1322,2,530,'2013-10-17 08:06:46',1,0,'',' 2013101732 ','2013-10-17','2013-10-17','20131017-32','09:05',1,'DR ARMAH',NULL,'','20131017-1592',NULL),(4465,1323,1,530,'2013-10-17 08:09:11',0,0,'',' 2013101733','2013-10-17','2013-10-17','20131017-33','09:08',1,'',NULL,'','20131017-1593',NULL),(4467,1323,26,530,'2013-10-17 08:09:12',0,0,'',' 2013101733','2013-10-17','2013-10-17','20131017-33','09:09',1,'',NULL,'','20131017-1593',NULL),(4468,1324,1,530,'2013-10-17 08:11:45',0,0,'','2013101734 ','2013-10-17','2013-10-17','20131017-34','09:10',1,'',NULL,'','20131017-1594',NULL),(4470,1324,26,530,'2013-10-17 08:11:46',0,0,'','2013101734 ','2013-10-17','2013-10-17','20131017-34','09:11',1,'',NULL,'','20131017-1594',NULL),(4471,1325,3,530,'2013-10-17 08:39:59',1,0,'',' 2013101735','2013-10-17','2013-10-17','20131017-35','09:35',1,'',NULL,'','20131017-1595',NULL),(4473,1325,1,530,'2013-10-17 08:40:00',1,0,'',' 2013101735','2013-10-17','2013-10-17','20131017-35','09:37',1,'',NULL,'','20131017-1595',NULL),(4476,1325,28,530,'2013-10-17 08:40:01',0,0,'',' 2013101735','2013-10-17','2013-10-17','20131017-35','09:38',1,'',NULL,'','20131017-1595',NULL),(4480,1325,4,530,'2013-10-17 08:40:01',1,0,'',' 2013101735','2013-10-17','2013-10-17','20131017-35','09:38',1,'',NULL,'','20131017-1595',NULL),(4485,1325,5,530,'2013-10-17 08:40:01',0,0,'',' 2013101735','2013-10-17','2013-10-17','20131017-35','09:38',1,'',NULL,'','20131017-1595',NULL),(4486,1326,3,530,'2013-10-17 08:42:34',0,0,'','2013101736 ','2013-10-17','2013-10-17','20131017-36','09:41',1,'DR VORTIA',NULL,'','20131017-1596',NULL),(4487,1104,4,534,'2013-10-17 08:45:41',1,0,'','2013101790','2013-10-17','2013-10-17','20131017-37','09:45',1,'',NULL,'','20131017-1597',NULL),(4488,1276,2,530,'2013-10-17 08:46:50',0,0,'',' 2013101738 ','2013-10-17','2013-10-17','20131017-38','09:45',1,'',NULL,'','20131017-1598',NULL),(4489,1104,4,534,'2013-10-17 08:48:03',0,0,'','2013101790','2013-10-17','2013-10-17','20131017-39','09:47',1,'',NULL,'','20131017-1599',NULL),(4490,1327,3,530,'2013-10-17 09:03:04',0,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','09:59',1,'',NULL,'','20131017-1600',NULL),(4492,1327,1,530,'2013-10-17 09:03:04',0,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','09:59',1,'',NULL,'','20131017-1600',NULL),(4495,1327,4,530,'2013-10-17 09:03:05',1,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','10:00',1,'',NULL,'','20131017-1600',NULL),(4499,1327,5,530,'2013-10-17 09:03:05',1,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','10:00',1,'',NULL,'','20131017-1600',NULL),(4504,1327,2,530,'2013-10-17 09:03:05',1,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','10:00',1,'',NULL,'','20131017-1600',NULL),(4510,1327,28,530,'2013-10-17 09:03:05',0,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','10:01',1,'',NULL,'','20131017-1600',NULL),(4517,1327,26,530,'2013-10-17 09:03:06',0,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','10:02',1,'',NULL,'','20131017-1600',NULL),(4525,1327,24,530,'2013-10-17 09:03:06',0,0,'','2013101740','2013-10-17','2013-10-17','20131017-40','10:02',1,'',NULL,'','20131017-1600',NULL),(4526,1328,26,530,'2013-10-17 09:07:56',0,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:03',1,'',NULL,'','20131017-1601',NULL),(4528,1328,3,530,'2013-10-17 09:07:59',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:04',1,'',NULL,'','20131017-1601',NULL),(4531,1328,1,530,'2013-10-17 09:08:09',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:04',1,'',NULL,'','20131017-1601',NULL),(4535,1328,24,530,'2013-10-17 09:08:09',0,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:06',1,'',NULL,'','20131017-1601',NULL),(4540,1328,4,530,'2013-10-17 09:08:09',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:07',1,'',NULL,'','20131017-1601',NULL),(4546,1328,5,530,'2013-10-17 09:08:09',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:07',1,'',NULL,'','20131017-1601',NULL),(4553,1328,2,530,'2013-10-17 09:08:10',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:07',1,'',NULL,'','20131017-1601',NULL),(4554,1328,26,530,'2013-10-17 09:08:17',0,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:03',1,'',NULL,'','20131017-1601',NULL),(4556,1328,3,530,'2013-10-17 09:08:20',0,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:04',1,'',NULL,'','20131017-1601',NULL),(4559,1328,1,530,'2013-10-17 09:08:20',0,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:04',1,'',NULL,'','20131017-1601',NULL),(4563,1328,24,530,'2013-10-17 09:08:21',0,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:06',1,'',NULL,'','20131017-1601',NULL),(4568,1328,4,530,'2013-10-17 09:08:21',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:07',1,'',NULL,'','20131017-1601',NULL),(4574,1328,5,530,'2013-10-17 09:08:21',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:07',1,'',NULL,'','20131017-1601',NULL),(4581,1328,2,530,'2013-10-17 09:08:21',1,0,'','2013101741 ','2013-10-17','2013-10-17','20131017-41','10:07',1,'',NULL,'','20131017-1601',NULL),(4582,1329,1,530,'2013-10-17 09:24:51',0,0,'','2013101742','2013-10-17','2013-10-17','20131017-42','10:24',1,'DR NKRUMAH',NULL,'','20131017-1602',NULL),(4583,1330,3,530,'2013-10-17 09:27:49',0,0,'','2013101743 ','2013-10-17','2013-10-17','20131017-43','10:25',1,'',NULL,'','20131017-1603',NULL),(4585,1330,4,530,'2013-10-17 09:27:49',1,0,'','2013101743 ','2013-10-17','2013-10-17','20131017-43','10:26',1,'',NULL,'','20131017-1603',NULL),(4588,1330,5,530,'2013-10-17 09:27:49',1,0,'','2013101743 ','2013-10-17','2013-10-17','20131017-43','10:26',1,'',NULL,'','20131017-1603',NULL),(4592,1330,1,530,'2013-10-17 09:27:49',0,0,'','2013101743 ','2013-10-17','2013-10-17','20131017-43','10:26',1,'',NULL,'','20131017-1603',NULL),(4597,1330,2,530,'2013-10-17 09:27:50',1,0,'','2013101743 ','2013-10-17','2013-10-17','20131017-43','10:27',1,'',NULL,'','20131017-1603',NULL),(4598,1088,4,530,'2013-10-17 09:30:24',1,0,'',' 2013101744 ','2013-10-17','2013-10-17','20131017-44','10:28',1,'',NULL,'','20131017-1604',NULL),(4600,1088,3,530,'2013-10-17 09:30:25',1,0,'',' 2013101744 ','2013-10-17','2013-10-17','20131017-44','10:29',1,'',NULL,'','20131017-1604',NULL),(4603,1088,2,530,'2013-10-17 09:30:25',0,0,'',' 2013101744 ','2013-10-17','2013-10-17','20131017-44','10:30',1,'',NULL,'','20131017-1604',NULL),(4604,372,2,530,'2013-10-17 09:32:56',1,0,'','2013101745','2013-10-17','2013-10-17','20131017-45','10:30',1,'',NULL,'','20131017-1605',NULL),(4605,1203,4,534,'2013-10-17 09:37:54',1,0,'','2013101577','2013-10-17','2013-10-17','20131017-47','10:37',1,'',NULL,'','20131017-1607',NULL),(4606,1164,4,534,'2013-10-17 09:41:16',1,0,'','2013101532 ','2013-10-17','2013-10-17','20131017-48','10:40',1,'',NULL,'','20131017-1608',NULL),(4607,1331,3,530,'2013-10-17 09:42:16',0,0,'','2013101746','2013-10-17','2013-10-17','20131017-46','10:35',1,'',NULL,'','20131017-1606',NULL),(4609,1331,1,530,'2013-10-17 09:42:16',0,0,'','2013101746','2013-10-17','2013-10-17','20131017-46','10:35',1,'',NULL,'','20131017-1606',NULL),(4612,1331,4,530,'2013-10-17 09:42:17',1,0,'','2013101746','2013-10-17','2013-10-17','20131017-46','10:37',1,'',NULL,'','20131017-1606',NULL),(4613,1332,3,530,'2013-10-17 09:50:09',0,0,'','2013101749','2013-10-17','2013-10-17','20131017-49','10:48',1,'DR VORTIA',NULL,'','20131017-1609',NULL),(4615,1332,4,530,'2013-10-17 09:50:09',1,0,'','2013101749','2013-10-17','2013-10-17','20131017-49','10:49',1,'DR VORTIA',NULL,'','20131017-1609',NULL),(4618,1332,1,530,'2013-10-17 09:50:09',0,0,'','2013101749','2013-10-17','2013-10-17','20131017-49','10:49',1,'DR VORTIA',NULL,'','20131017-1609',NULL),(4619,1333,3,530,'2013-10-17 09:52:17',0,0,'','2013101750','2013-10-17','2013-10-17','20131017-50','10:51',1,'',NULL,'','20131017-1610',NULL),(4620,1333,24,530,'2013-10-17 09:54:15',0,0,'','2013101750','2013-10-17','2013-10-17','20131017-51','10:53',1,'',NULL,'','20131017-1611',NULL),(4621,1334,3,530,'2013-10-17 09:56:51',1,0,'','2013101752','2013-10-17','2013-10-17','20131017-52','10:55',1,'',NULL,'','20131017-1612',NULL),(4623,1334,4,530,'2013-10-17 09:56:51',1,0,'','2013101752','2013-10-17','2013-10-17','20131017-52','10:55',1,'',NULL,'','20131017-1612',NULL),(4624,1335,3,530,'2013-10-17 09:59:16',0,0,'','2013101753','2013-10-17','2013-10-17','20131017-53','10:57',1,'',NULL,'','20131017-1613',NULL),(4626,1335,4,530,'2013-10-17 09:59:17',1,0,'','2013101753','2013-10-17','2013-10-17','20131017-53','10:58',1,'',NULL,'','20131017-1613',NULL),(4627,1336,3,530,'2013-10-17 10:02:47',0,0,'','2013101755','2013-10-17','2013-10-17','20131017-55','11:00',1,'',NULL,'','20131017-1615',NULL),(4629,1336,19,530,'2013-10-17 10:02:47',0,0,'','2013101755','2013-10-17','2013-10-17','20131017-55','11:02',1,'',NULL,'','20131017-1615',NULL),(4630,1336,24,530,'2013-10-17 10:03:58',0,0,'','2013101755','2013-10-17','2013-10-17','20131017-56','11:03',1,'',NULL,'','20131017-1616',NULL),(4631,1337,26,530,'2013-10-17 10:07:17',0,0,'','2013101757','2013-10-17','2013-10-17','20131017-57','11:06',1,'',NULL,'','20131017-1617',NULL),(4632,1338,3,530,'2013-10-17 10:09:37',0,0,'','2013101758','2013-10-17','2013-10-17','20131017-58','11:08',1,'',NULL,'','20131017-1618',NULL),(4633,1339,3,530,'2013-10-17 10:13:35',1,0,'','2013101759','2013-10-17','2013-10-17','20131017-59','11:12',1,'',NULL,'','20131017-1619',NULL),(4634,1340,3,530,'2013-10-17 10:16:45',0,0,'','2013101760','2013-10-17','2013-10-17','20131017-60','11:15',1,'',NULL,'','20131017-1620',NULL),(4635,1341,19,530,'2013-10-17 10:18:47',0,0,'','2013101761','2013-10-17','2013-10-17','20131017-61','11:18',1,'',NULL,'','20131017-1621',NULL),(4636,1342,3,530,'2013-10-17 10:21:06',0,0,'','2013101761','2013-10-17','2013-10-17','20131017-62','11:20',1,'',NULL,'','20131017-1622',NULL),(4637,1343,3,530,'2013-10-17 10:27:43',0,0,'','2013101763','2013-10-17','2013-10-17','20131017-63','11:24',1,'',NULL,'','20131017-1623',NULL),(4639,1343,1,530,'2013-10-17 10:27:43',0,0,'','2013101763','2013-10-17','2013-10-17','20131017-63','11:25',1,'',NULL,'','20131017-1623',NULL),(4642,1343,4,530,'2013-10-17 10:27:43',1,0,'','2013101763','2013-10-17','2013-10-17','20131017-63','11:26',1,'',NULL,'','20131017-1623',NULL),(4646,1343,5,530,'2013-10-17 10:27:43',1,0,'','2013101763','2013-10-17','2013-10-17','20131017-63','11:27',1,'',NULL,'','20131017-1623',NULL),(4651,1343,28,530,'2013-10-17 10:27:44',0,0,'','2013101763','2013-10-17','2013-10-17','20131017-63','11:27',1,'',NULL,'','20131017-1623',NULL),(4652,1344,3,530,'2013-10-17 10:29:28',0,0,'','2013101764','2013-10-17','2013-10-17','20131017-64','11:28',1,'',NULL,'','20131017-1624',NULL),(4653,1344,1,530,'2013-10-17 10:33:03',0,0,'','2013101764','2013-10-17','2013-10-17','20131017-65','11:29',1,'',NULL,'','20131017-1625',NULL),(4655,1344,4,530,'2013-10-17 10:33:06',1,0,'','2013101764','2013-10-17','2013-10-17','20131017-65','11:31',1,'',NULL,'','20131017-1625',NULL),(4658,1344,5,530,'2013-10-17 10:33:07',1,0,'','2013101764','2013-10-17','2013-10-17','20131017-65','11:32',1,'',NULL,'','20131017-1625',NULL),(4659,1344,24,530,'2013-10-17 10:34:09',0,0,'','2013101764','2013-10-17','2013-10-17','20131017-66','11:33',1,'',NULL,'','20131017-1626',NULL),(4661,1344,26,530,'2013-10-17 10:34:10',0,0,'','','2013-10-17','2013-10-17','20131017-66','11:34',1,'',NULL,'','20131017-1626',NULL),(4662,1318,3,530,'2013-10-17 10:39:07',0,0,'','2013101728','2013-10-17','2013-10-17','20131017-68','11:36',1,'',NULL,'','20131017-1628',NULL),(4664,1318,4,530,'2013-10-17 10:39:08',1,0,'','2013101728','2013-10-17','2013-10-17','20131017-68','11:37',1,'',NULL,'','20131017-1628',NULL),(4665,1345,3,530,'2013-10-17 10:42:54',0,0,'','2013101769','2013-10-17','2013-10-17','20131017-69','11:40',1,'',NULL,'','20131017-1629',NULL),(4667,1345,1,530,'2013-10-17 10:42:54',0,0,'','2013101769','2013-10-17','2013-10-17','20131017-69','11:41',1,'',NULL,'','20131017-1629',NULL),(4668,1346,3,530,'2013-10-17 10:48:54',0,0,'','2013101770','2013-10-17','2013-10-17','20131017-70','11:47',1,'',NULL,'','20131017-1630',NULL),(4670,1346,1,530,'2013-10-17 10:48:54',0,0,'','2013101770','2013-10-17','2013-10-17','20131017-70','11:47',1,'',NULL,'','20131017-1630',NULL),(4671,1347,3,530,'2013-10-17 10:51:41',0,0,'','2013101772','2013-10-17','2013-10-17','20131017-72','11:50',1,'',NULL,'','20131017-1632',NULL),(4672,1348,3,530,'2013-10-17 10:57:56',0,0,'','2013101773','2013-10-17','2013-10-17','20131017-73','11:54',1,'',NULL,'','20131017-1633',NULL),(4674,1348,1,530,'2013-10-17 10:57:56',1,0,'','2013101773','2013-10-17','2013-10-17','20131017-73','11:55',1,'',NULL,'','20131017-1633',NULL),(4677,1348,4,530,'2013-10-17 10:57:56',0,0,'','2013101773','2013-10-17','2013-10-17','20131017-73','11:56',1,'',NULL,'','20131017-1633',NULL),(4681,1348,24,530,'2013-10-17 10:57:57',0,0,'','2013101773','2013-10-17','2013-10-17','20131017-73','11:56',1,'',NULL,'','20131017-1633',NULL),(4686,1348,26,530,'2013-10-17 10:57:57',0,0,'','2013101773','2013-10-17','2013-10-17','20131017-73','11:57',1,'',NULL,'','20131017-1633',NULL),(4687,1349,10,530,'2013-10-17 10:59:43',1,0,'','2013101774','2013-10-17','2013-10-17','20131017-74','11:58',1,'',NULL,'','20131017-1634',NULL),(4688,1350,3,530,'2013-10-17 11:07:30',0,0,'','2013101775','2013-10-17','2013-10-17','20131017-75','12:03',1,'',NULL,'','20131017-1635',NULL),(4690,1350,1,530,'2013-10-17 11:07:30',0,0,'','2013101775','2013-10-17','2013-10-17','20131017-75','12:04',1,'',NULL,'','20131017-1635',NULL),(4693,1350,4,530,'2013-10-17 11:07:31',1,0,'','2013101775','2013-10-17','2013-10-17','20131017-75','12:06',1,'',NULL,'','20131017-1635',NULL),(4697,1350,25,530,'2013-10-17 11:07:31',0,0,'','2013101775','2013-10-17','2013-10-17','20131017-75','12:06',1,'',NULL,'','20131017-1635',NULL),(4698,1276,2,504,'2013-10-17 11:08:21',1,0,'','2013101667','2013-10-17','2013-10-17','20131017-76','12:07',1,'',NULL,'','20131017-1636',NULL),(4699,1351,1,530,'2013-10-17 11:11:08',0,0,'','2013101777','2013-10-17','2013-10-17','20131017-77','12:09',1,'',NULL,'','20131017-1637',NULL),(4701,1351,24,530,'2013-10-17 11:11:09',0,0,'','2013101777','2013-10-17','2013-10-17','20131017-77','12:10',1,'',NULL,'','20131017-1637',NULL),(4702,1234,3,530,'2013-10-17 11:15:08',0,0,'','2013101778','2013-10-17','2013-10-17','20131017-78','12:11',1,'',NULL,'','20131017-1638',NULL),(4704,1234,25,530,'2013-10-17 11:15:08',0,0,'','2013101778','2013-10-17','2013-10-17','20131017-78','12:14',1,'',NULL,'','20131017-1638',NULL),(4705,1352,3,530,'2013-10-17 11:28:28',0,0,'','2013101779 ','2013-10-17','2013-10-17','20131017-79','12:27',1,'DR VORTIA',NULL,'','20131017-1639',NULL),(4706,225,1,530,'2013-10-17 11:30:32',0,0,'','2013101780 ','2013-10-17','2013-10-17','20131017-80','12:29',1,'',NULL,'','20131017-1640',NULL),(4707,1353,3,530,'2013-10-17 11:34:42',0,0,'','2013101781','2013-10-17','2013-10-17','20131017-81','12:34',1,'DR FUMMY',NULL,'','20131017-1641',NULL),(4708,630,4,530,'2013-10-17 11:38:51',1,0,'',' 2013101782','2013-10-17','2013-10-17','20131017-82','12:37',1,'DR SALLAR',NULL,'','20131017-1642',NULL),(4709,1354,4,530,'2013-10-17 11:45:34',1,0,'',' 2013101783','2013-10-17','2013-10-17','20131017-83','12:41',1,'DR SALLAR',NULL,'','20131017-1643',NULL),(4711,1354,24,530,'2013-10-17 11:45:34',0,0,'',' 2013101783','2013-10-17','2013-10-17','20131017-83','12:45',1,'DR SALLAR',NULL,'','20131017-1643',NULL),(4712,1355,3,530,'2013-10-17 11:54:05',0,0,'','2013101784 ','2013-10-17','2013-10-17','20131017-84','12:50',1,'DR DOW',NULL,'','20131017-1644',NULL),(4714,1355,1,530,'2013-10-17 11:54:06',1,0,'','2013101784 ','2013-10-17','2013-10-17','20131017-84','12:53',1,'DR DOW',NULL,'','20131017-1644',NULL),(4715,1356,4,530,'2013-10-17 11:58:46',1,0,'','2013101785','2013-10-17','2013-10-17','20131017-85','12:55',1,'DR DOW',NULL,'','20131017-1645',NULL),(4717,1356,2,530,'2013-10-17 11:58:47',0,0,'','2013101785','2013-10-17','2013-10-17','20131017-85','12:58',1,'DR DOW',NULL,'','20131017-1645',NULL),(4718,1357,3,530,'2013-10-17 12:01:47',0,0,'',' 2013101786','2013-10-17','2013-10-17','20131017-86','13:00',1,'DR DOW',NULL,'','20131017-1646',NULL),(4720,1357,1,530,'2013-10-17 12:01:47',0,0,'',' 2013101786','2013-10-17','2013-10-17','20131017-86','13:01',1,'DR DOW',NULL,'','20131017-1646',NULL),(4721,1358,3,530,'2013-10-17 12:12:20',0,0,'','2013101787','2013-10-17','2013-10-17','20131017-87','13:10',1,'DR VORTIA',NULL,'','20131017-1647',NULL),(4724,1358,24,530,'2013-10-17 12:12:20',0,0,'','2013101787','2013-10-17','2013-10-17','20131017-87','13:11',1,'DR VORTIA',NULL,'','20131017-1647',NULL),(4725,1359,3,530,'2013-10-17 12:16:54',0,0,'','2013101788','2013-10-17','2013-10-17','20131017-88','13:15',1,'DR SALLAR',NULL,'','20131017-1648',NULL),(4727,1359,4,530,'2013-10-17 12:16:57',1,0,'','2013101788','2013-10-17','2013-10-17','20131017-88','13:16',1,'DR SALLAR',NULL,'','20131017-1648',NULL),(4730,1359,1,530,'2013-10-17 12:16:57',0,0,'','2013101788','2013-10-17','2013-10-17','20131017-88','13:16',1,'DR SALLAR',NULL,'','20131017-1648',NULL),(4731,1360,3,530,'2013-10-17 12:24:22',0,0,'','2013101789','2013-10-17','2013-10-17','20131017-89','13:19',1,'DR SALLAR',NULL,'','20131017-1649',NULL),(4733,1360,5,530,'2013-10-17 12:24:22',1,0,'','2013101789','2013-10-17','2013-10-17','20131017-89','13:20',1,'DR SALLAR',NULL,'','20131017-1649',NULL),(4736,1360,24,530,'2013-10-17 12:24:23',0,0,'','2013101789','2013-10-17','2013-10-17','20131017-89','13:22',1,'DR SALLAR',NULL,'','20131017-1649',NULL),(4737,1361,3,530,'2013-10-17 12:29:42',0,0,'','2013101790','2013-10-17','2013-10-17','20131017-90','13:28',1,'',NULL,'','20131017-1650',NULL),(4738,1362,3,530,'2013-10-17 12:32:24',0,0,'','2013101791','2013-10-17','2013-10-17','20131017-91','13:31',1,'',NULL,'','20131017-1651',NULL),(4740,1362,5,530,'2013-10-17 12:32:24',0,0,'','2013101791','2013-10-17','2013-10-17','20131017-91','13:31',1,'',NULL,'','20131017-1651',NULL),(4743,1362,1,530,'2013-10-17 12:32:24',1,0,'','2013101791','2013-10-17','2013-10-17','20131017-91','13:32',1,'',NULL,'','20131017-1651',NULL),(4744,1364,4,530,'2013-10-17 12:37:01',1,0,'',' 2013101794','2013-10-17','2013-10-17','20131017-94','13:35',1,'DR FUMMY',NULL,'','20131017-1654',NULL),(4745,1365,1,530,'2013-10-17 12:43:53',1,0,'','2013101795','2013-10-17','2013-10-17','20131017-95','13:42',1,'',NULL,'','20131017-1655',NULL),(4746,1366,3,530,'2013-10-17 12:53:01',0,0,'','2013101797','2013-10-17','2013-10-17','20131017-97','13:49',1,'DR VORTIA',NULL,'','20131017-1657',NULL),(4748,1366,1,530,'2013-10-17 12:53:02',1,0,'','2013101797','2013-10-17','2013-10-17','20131017-97','13:52',1,'DR VORTIA',NULL,'','20131017-1657',NULL),(4751,1366,5,530,'2013-10-17 12:53:02',1,0,'','2013101797','2013-10-17','2013-10-17','20131017-97','13:52',1,'DR VORTIA',NULL,'','20131017-1657',NULL),(4752,1367,1,530,'2013-10-17 12:56:03',0,0,'','2013101798','2013-10-17','2013-10-17','20131017-98','13:54',1,'',NULL,'','20131017-1658',NULL),(4753,1322,3,504,'2013-10-17 12:56:14',0,0,'','2013101732','2013-10-17','2013-10-17','20131017-99','13:54',1,'',NULL,'','20131017-1659',NULL),(4754,1322,3,504,'2013-10-17 13:01:26',1,0,'','2013101732','2013-10-17','2013-10-17','20131017-100','14:00',1,'',NULL,'','20131017-1660',NULL),(4755,1368,3,530,'2013-10-17 13:04:07',0,0,'','20131017101','2013-10-17','2013-10-17','20131017-101','14:02',1,'DR DOW',NULL,'','20131017-1661',NULL),(4756,1369,1,530,'2013-10-17 13:16:16',0,0,'',' 20131017102','2013-10-17','2013-10-17','20131017-102','14:12',1,'DR VORTIA',NULL,'','20131017-1662',NULL),(4758,1369,3,530,'2013-10-17 13:16:16',0,0,'',' 20131017102','2013-10-17','2013-10-17','20131017-102','14:15',1,'DR VORTIA',NULL,'','20131017-1662',NULL),(4761,1369,2,530,'2013-10-17 13:16:16',1,0,'',' 20131017102','2013-10-17','2013-10-17','20131017-102','14:16',1,'DR VORTIA',NULL,'','20131017-1662',NULL),(4762,1083,4,530,'2013-10-17 13:21:19',1,0,'','20131017103','2013-10-17','2013-10-17','20131017-103','14:18',1,'DR SALLAR',NULL,'','20131017-1663',NULL),(4764,1083,3,530,'2013-10-17 13:21:19',1,0,'','20131017103','2013-10-17','2013-10-17','20131017-103','14:19',1,'DR SALLAR',NULL,'','20131017-1663',NULL),(4767,1083,19,530,'2013-10-17 13:21:19',0,0,'','20131017103','2013-10-17','2013-10-17','20131017-103','14:20',1,'DR SALLAR',NULL,'','20131017-1663',NULL),(4771,1083,27,530,'2013-10-17 13:21:19',0,0,'','20131017103','2013-10-17','2013-10-17','20131017-103','14:20',1,'DR SALLAR',NULL,'','20131017-1663',NULL),(4772,1370,3,530,'2013-10-17 13:32:26',1,0,'',' 20131017105 ','2013-10-17','2013-10-17','20131017-105','14:30',1,'DR SALLAR',NULL,'','20131017-1665',NULL),(4774,1370,4,530,'2013-10-17 13:32:26',1,0,'',' 20131017105 ','2013-10-17','2013-10-17','20131017-105','14:32',1,'DR SALLAR',NULL,'','20131017-1665',NULL),(4775,1371,1,530,'2013-10-17 13:41:28',0,0,'','20131017106','2013-10-17','2013-10-17','20131017-106','14:36',1,'DR DOW',NULL,'','20131017-1666',NULL),(4777,1371,10,530,'2013-10-17 13:41:28',0,0,'','20131017106','2013-10-17','2013-10-17','20131017-106','14:40',1,'DR DOW',NULL,'','20131017-1666',NULL),(4780,1371,2,530,'2013-10-17 13:41:28',0,0,'','20131017106','2013-10-17','2013-10-17','20131017-106','14:41',1,'DR DOW',NULL,'','20131017-1666',NULL),(4781,1362,1,530,'2013-10-17 13:44:35',0,0,'','20131017107 ','2013-10-17','2013-10-17','20131017-107','14:43',1,'DR ADOTEY',NULL,'','20131017-1667',NULL),(4782,1372,3,530,'2013-10-17 13:47:44',0,0,'','20131017108 ','2013-10-17','2013-10-17','20131017-108','14:46',1,'DR SALLAR',NULL,'','20131017-1668',NULL),(4783,1374,3,530,'2013-10-17 13:52:10',0,0,'',' 20131017109','2013-10-17','2013-10-17','20131017-109','14:50',1,'DR DJAN',NULL,'','20131017-1669',NULL),(4785,1374,4,530,'2013-10-17 13:52:10',0,0,'',' 20131017109','2013-10-17','2013-10-17','20131017-109','14:51',1,'DR DJAN',NULL,'','20131017-1669',NULL),(4786,1375,3,530,'2013-10-17 13:57:20',0,0,'','20131017110','2013-10-17','2013-10-17','20131017-110','14:54',1,'DR MENSAH',NULL,'','20131017-1670',NULL),(4788,1375,4,530,'2013-10-17 13:57:20',1,0,'','20131017110','2013-10-17','2013-10-17','20131017-110','14:56',1,'DR MENSAH',NULL,'','20131017-1670',NULL),(4791,1375,1,530,'2013-10-17 13:57:21',1,0,'','20131017110','2013-10-17','2013-10-17','20131017-110','14:56',1,'DR MENSAH',NULL,'','20131017-1670',NULL),(4795,1375,24,530,'2013-10-17 13:57:21',0,0,'','20131017110','2013-10-17','2013-10-17','20131017-110','14:56',1,'DR MENSAH',NULL,'','20131017-1670',NULL),(4796,1376,4,530,'2013-10-17 14:09:15',1,0,'','20131017111','2013-10-17','2013-10-17','20131017-111','15:04',1,'DR SALLAR',NULL,'','20131017-1671',NULL),(4798,1376,2,530,'2013-10-17 14:09:15',0,0,'','20131017111','2013-10-17','2013-10-17','20131017-111','15:08',1,'DR SALLAR',NULL,'','20131017-1671',NULL),(4801,1376,24,530,'2013-10-17 14:09:15',0,0,'','20131017111','2013-10-17','2013-10-17','20131017-111','15:08',1,'DR SALLAR',NULL,'','20131017-1671',NULL),(4802,1377,3,530,'2013-10-17 14:16:03',0,0,'',' 20131017112','2013-10-17','2013-10-17','20131017-112','15:15',1,'DR SALLAR',NULL,'','20131017-1672',NULL),(4803,1297,4,535,'2013-10-17 14:34:55',1,0,'','20131016102','2013-10-17','2013-10-17','20131017-113','15:33',1,'',NULL,'','20131017-1673',NULL),(4804,1378,5,535,'2013-10-17 14:41:16',1,0,'','20131017114','2013-10-17','2013-10-17','20131017-114','15:40',1,'DR SALLAR',NULL,'','20131017-1674',NULL),(4805,1379,3,535,'2013-10-17 14:43:48',1,0,'','20131017115','2013-10-17','2013-10-17','20131017-115','15:42',1,'DR FUMMY',NULL,'','20131017-1675',NULL),(4806,1380,3,535,'2013-10-17 14:45:57',1,0,'','20131017116','2013-10-17','2013-10-17','20131017-116','15:45',1,'',NULL,'','20131017-1676',NULL),(4807,1380,1,535,'2013-10-17 14:48:11',1,0,'','20131017116','2013-10-17','2013-10-17','20131017-117','15:46',1,'',NULL,'','20131017-1677',NULL),(4808,1381,1,530,'2013-10-17 15:10:51',0,0,'','20131017118 ','2013-10-17','2013-10-17','20131017-118','16:08',1,'DR ME ',NULL,'','20131017-1678',NULL),(4810,1381,3,530,'2013-10-17 15:10:51',0,0,'','20131017118 ','2013-10-17','2013-10-17','20131017-118','16:09',1,'DR ME ',NULL,'','20131017-1678',NULL),(4813,1381,4,530,'2013-10-17 15:10:51',1,0,'','20131017118 ','2013-10-17','2013-10-17','20131017-118','16:10',1,'DR ME ',NULL,'','20131017-1678',NULL),(4814,1382,4,530,'2013-10-17 15:13:20',1,0,'','20131017119','2013-10-17','2013-10-17','20131017-119','16:12',1,'DR MENSAH',NULL,'','20131017-1679',NULL),(4815,1383,3,530,'2013-10-17 15:14:43',0,0,'','20131017120','2013-10-17','2013-10-17','20131017-120','16:14',1,'DR MENSAH',NULL,'','20131017-1680',NULL),(4816,1384,2,530,'2013-10-17 15:38:15',0,0,'','20131017121','2013-10-17','2013-10-17','20131017-121','16:37',1,'DR DJAN',NULL,'','20131017-1681',NULL),(4818,1384,3,530,'2013-10-17 15:38:16',0,0,'','20131017121','2013-10-17','2013-10-17','20131017-121','16:38',1,'DR DJAN',NULL,'','20131017-1681',NULL),(4819,1385,3,530,'2013-10-17 15:47:31',0,0,'',' 20131017122 ','2013-10-17','2013-10-17','20131017-122','16:45',1,'DR MENSAH',NULL,'','20131017-1682',NULL),(4821,1385,1,530,'2013-10-17 15:47:31',0,0,'',' 20131017122 ','2013-10-17','2013-10-17','20131017-122','16:46',1,'DR MENSAH',NULL,'','20131017-1682',NULL),(4824,1385,24,530,'2013-10-17 15:47:31',0,0,'',' 20131017122 ','2013-10-17','2013-10-17','20131017-122','16:46',1,'DR MENSAH',NULL,'','20131017-1682',NULL),(4828,1385,26,530,'2013-10-17 15:47:32',0,0,'',' 20131017122 ','2013-10-17','2013-10-17','20131017-122','16:47',1,'DR MENSAH',NULL,'','20131017-1682',NULL),(4829,1387,3,530,'2013-10-17 15:58:45',0,0,'','20131017123','2013-10-17','2013-10-17','20131017-123','16:56',1,'',NULL,'','20131017-1683',NULL),(4831,1387,5,530,'2013-10-17 15:58:45',0,0,'','20131017123','2013-10-17','2013-10-17','20131017-123','16:57',1,'',NULL,'','20131017-1683',NULL),(4834,1387,1,530,'2013-10-17 15:58:45',1,0,'','20131017123','2013-10-17','2013-10-17','20131017-123','16:58',1,'',NULL,'','20131017-1683',NULL),(4835,1388,3,530,'2013-10-17 16:02:58',0,0,'',' 20131017124','2013-10-17','2013-10-17','20131017-124','17:00',1,'',NULL,'','20131017-1684',NULL),(4837,1388,1,530,'2013-10-17 16:02:59',0,0,'',' 20131017124','2013-10-17','2013-10-17','20131017-124','17:02',1,'',NULL,'','20131017-1684',NULL),(4840,1388,5,530,'2013-10-17 16:02:59',0,0,'',' 20131017124','2013-10-17','2013-10-17','20131017-124','17:02',1,'',NULL,'','20131017-1684',NULL),(4841,1389,3,530,'2013-10-17 16:06:06',0,0,'','20131017125','2013-10-17','2013-10-17','20131017-125','17:04',1,'DR MENSAH',NULL,'','20131017-1685',NULL),(4842,1390,3,530,'2013-10-17 16:12:56',0,0,'','20131017126','2013-10-17','2013-10-17','20131017-126','17:10',1,'DR DJAN',NULL,'','20131017-1686',NULL),(4844,1390,1,530,'2013-10-17 16:12:56',0,0,'','20131017126','2013-10-17','2013-10-17','20131017-126','17:12',1,'DR DJAN',NULL,'','20131017-1686',NULL),(4845,1282,4,534,'2013-10-17 16:16:38',1,0,'','2013101679','2013-10-17','2013-10-17','20131017-127','17:15',1,'',NULL,'','20131017-1687',NULL),(4846,1391,3,530,'2013-10-17 16:29:07',0,0,'','20131017128','2013-10-17','2013-10-17','20131017-128','17:27',1,'DR MENSAH',NULL,'','20131017-1688',NULL),(4848,1391,5,530,'2013-10-17 16:29:07',0,0,'','20131017128','2013-10-17','2013-10-17','20131017-128','17:28',1,'DR MENSAH',NULL,'','20131017-1688',NULL),(4849,1392,3,530,'2013-10-17 16:32:55',0,0,'','20131017129 ','2013-10-17','2013-10-17','20131017-129','17:31',1,'DR DJAN',NULL,'','20131017-1689',NULL),(4851,1392,2,530,'2013-10-17 16:32:55',0,0,'','20131017129 ','2013-10-17','2013-10-17','20131017-129','17:31',1,'DR DJAN',NULL,'','20131017-1689',NULL),(4854,1392,4,530,'2013-10-17 16:32:56',1,0,'','20131017129 ','2013-10-17','2013-10-17','20131017-129','17:32',1,'DR DJAN',NULL,'','20131017-1689',NULL),(4855,1393,3,530,'2013-10-17 16:35:02',0,0,'','20131017130','2013-10-17','2013-10-17','20131017-130','17:34',1,'DR DJAN',NULL,'','20131017-1690',NULL),(4856,1394,3,530,'2013-10-17 16:40:16',0,0,'','20131017131 ','2013-10-17','2013-10-17','20131017-131','17:38',1,'DR MENSAH',NULL,'','20131017-1691',NULL),(4857,1395,3,530,'2013-10-17 16:59:44',0,0,'','20131017132','2013-10-17','2013-10-17','20131017-132','17:58',1,'',NULL,'','20131017-1692',NULL),(4858,1396,3,530,'2013-10-17 17:06:08',0,0,'',' 20131017133','2013-10-17','2013-10-17','20131017-133','18:04',1,'DR DJAN',NULL,'','20131017-1693',NULL),(4860,1396,4,530,'2013-10-17 17:06:08',1,0,'',' 20131017133','2013-10-17','2013-10-17','20131017-133','18:05',1,'DR DJAN',NULL,'','20131017-1693',NULL),(4863,1396,1,530,'2013-10-17 17:06:09',1,0,'',' 20131017133','2013-10-17','2013-10-17','20131017-133','18:05',1,'DR DJAN',NULL,'','20131017-1693',NULL),(4864,1397,3,530,'2013-10-17 17:19:14',1,0,'',' 20131017134','2013-10-17','2013-10-17','20131017-134','18:16',1,'DR DJAN',NULL,'','20131017-1694',NULL),(4866,1397,1,530,'2013-10-17 17:19:14',0,0,'',' 20131017134','2013-10-17','2013-10-17','20131017-134','18:17',1,'DR DJAN',NULL,'','20131017-1694',NULL),(4869,1397,5,530,'2013-10-17 17:19:15',0,0,'',' 20131017134','2013-10-17','2013-10-17','20131017-134','18:18',1,'DR DJAN',NULL,'','20131017-1694',NULL),(4870,1398,3,530,'2013-10-17 17:53:45',0,0,'','20131017135 ','2013-10-17','2013-10-17','20131017-135','18:52',1,'DR MENSAH',NULL,'','20131017-1695',NULL),(4872,1398,4,530,'2013-10-17 17:53:54',0,0,'','20131017135 ','2013-10-17','2013-10-17','20131017-135','18:53',1,'DR MENSAH',NULL,'','20131017-1695',NULL),(4873,1398,3,530,'2013-10-17 17:53:55',0,0,'','20131017135 ','2013-10-17','2013-10-17','20131017-135','18:52',1,'DR MENSAH',NULL,'','20131017-1695',NULL),(4875,1398,4,530,'2013-10-17 17:53:55',0,0,'','20131017135 ','2013-10-17','2013-10-17','20131017-135','18:53',1,'DR MENSAH',NULL,'','20131017-1695',NULL),(4876,1362,5,530,'2013-10-17 17:56:03',0,0,'',' 20131017136','2013-10-17','2013-10-17','20131017-136','18:54',1,'DR ADOTEY',NULL,'','20131017-1696',NULL),(4877,1362,5,530,'2013-10-17 17:56:09',0,0,'',' 20131017136','2013-10-17','2013-10-17','20131017-136','18:54',1,'DR ADOTEY',NULL,'','20131017-1696',NULL),(4878,1359,3,557,'2013-10-17 18:22:38',0,0,'','2013101788','2013-10-17','2013-10-17','20131017-138','19:16',1,'DR MENSAH',NULL,'','20131017-1698',NULL),(4879,669,1,530,'2013-10-17 18:33:17',1,0,'','20131017139','2013-10-17','2013-10-17','20131017-139','19:31',1,'DR MENSAH',NULL,'','20131017-1699',NULL),(4880,1399,14,530,'2013-10-17 19:10:42',1,0,'',' 20131017144','2013-10-17','2013-10-17','20131017-144','20:09',1,'',NULL,'','20131017-1704',NULL),(4881,1400,3,530,'2013-10-17 19:30:06',1,0,'','20131017146','2013-10-17','2013-10-17','20131017-146','20:27',1,'DR MENSAH',NULL,'','20131017-1706',NULL),(4882,1401,3,530,'2013-10-17 20:52:16',1,0,'','20131017147','2013-10-17','2013-10-17','20131017-147','21:50',1,'DR OFORI ANTI',NULL,'','20131017-1707',NULL),(4883,1402,3,530,'2013-10-17 21:09:11',1,0,'','20131017148','2013-10-17','2013-10-17','20131017-148','22:06',1,'DR DANIELS',NULL,'','20131017-1708',NULL),(4885,1402,4,530,'2013-10-17 21:09:11',0,0,'','20131017148','2013-10-17','2013-10-17','20131017-148','22:07',1,'DR DANIELS',NULL,'','20131017-1708',NULL),(4888,1402,5,530,'2013-10-17 21:09:11',0,0,'','20131017148','2013-10-17','2013-10-17','20131017-148','22:08',1,'DR DANIELS',NULL,'','20131017-1708',NULL),(4889,1403,3,530,'2013-10-17 21:12:34',1,0,'','20131017149 ','2013-10-17','2013-10-17','20131017-149','22:10',1,'DR DANIELS',NULL,'','20131017-1709',NULL),(4891,1403,5,530,'2013-10-17 21:12:34',0,0,'','20131017149 ','2013-10-17','2013-10-17','20131017-149','22:12',1,'DR DANIELS',NULL,'','20131017-1709',NULL),(4892,1398,4,530,'2013-10-17 22:00:07',1,0,'','20131017150','2013-10-17','2013-10-17','20131017-150','22:58',1,'DR OFORI ANTI',NULL,'','20131017-1710',NULL),(4893,1404,3,530,'2013-10-17 22:10:43',1,0,'','20131017151','2013-10-17','2013-10-17','20131017-151','23:08',1,'DR DANIELS',NULL,'','20131017-1711',NULL),(4895,1404,4,530,'2013-10-17 22:10:43',0,0,'','20131017151','2013-10-17','2013-10-17','20131017-151','23:10',1,'DR DANIELS',NULL,'','20131017-1711',NULL),(4896,1407,3,530,'2013-10-18 05:40:34',0,0,'','201310184','2013-10-18','2013-10-18','20131018-4','06:37',1,'DR MENSAH',NULL,'','20131018-1715',NULL),(4898,1407,1,530,'2013-10-18 05:40:34',0,0,'','201310184','2013-10-18','2013-10-18','20131018-4','06:39',1,'DR MENSAH',NULL,'','20131018-1715',NULL),(4899,1408,2,530,'2013-10-18 06:12:58',0,0,'','201310185','2013-10-18','2013-10-18','20131018-5','07:11',1,'PROF S K OWUSU',NULL,'','20131018-1716',NULL),(4900,1409,3,530,'2013-10-18 06:19:03',0,0,'','201310186','2013-10-18','2013-10-18','20131018-6','07:14',1,'DR VORTIA',NULL,'','20131018-1717',NULL),(4902,1409,1,530,'2013-10-18 06:19:03',0,0,'','201310186','2013-10-18','2013-10-18','20131018-6','07:16',1,'DR VORTIA',NULL,'','20131018-1717',NULL),(4903,1410,3,530,'2013-10-18 06:22:49',1,0,'','201310187','2013-10-18','2013-10-18','20131018-7','07:21',1,'DR OFORI ANTI',NULL,'','20131018-1718',NULL),(4905,1410,4,530,'2013-10-18 06:22:49',1,0,'','201310187','2013-10-18','2013-10-18','20131018-7','07:22',1,'DR OFORI ANTI',NULL,'','20131018-1718',NULL),(4906,1411,3,530,'2013-10-18 06:31:34',0,0,'','201310188 ','2013-10-18','2013-10-18','20131018-8','07:26',1,'DR AMOAH',NULL,'','20131018-1719',NULL),(4908,1411,1,530,'2013-10-18 06:31:34',0,0,'','201310188 ','2013-10-18','2013-10-18','20131018-8','07:28',1,'DR AMOAH',NULL,'','20131018-1719',NULL),(4909,1412,3,530,'2013-10-18 06:37:00',1,0,'','201310189 ','2013-10-18','2013-10-18','20131018-9','07:34',1,'DR VORTIA',NULL,'','20131018-1720',NULL),(4911,1412,1,530,'2013-10-18 06:37:01',0,0,'','201310189 ','2013-10-18','2013-10-18','20131018-9','07:35',1,'DR VORTIA',NULL,'','20131018-1720',NULL),(4914,1412,4,530,'2013-10-18 06:37:01',1,0,'','201310189 ','2013-10-18','2013-10-18','20131018-9','07:35',1,'DR VORTIA',NULL,'','20131018-1720',NULL),(4915,1413,3,530,'2013-10-18 06:43:32',1,0,'','2013101810','2013-10-18','2013-10-18','20131018-10','07:39',1,'DR OFORI ANTI',NULL,'','20131018-1721',NULL),(4917,1413,1,530,'2013-10-18 06:43:32',0,0,'','2013101810','2013-10-18','2013-10-18','20131018-10','07:40',1,'DR OFORI ANTI',NULL,'','20131018-1721',NULL),(4918,1414,1,530,'2013-10-18 06:53:40',1,0,'','2013101811','2013-10-18','2013-10-18','20131018-11','07:48',1,'DR TACHIE',NULL,'','20131018-1722',NULL),(4919,1415,3,530,'2013-10-18 07:20:27',0,0,'','2013101814 ','2013-10-18','2013-10-18','20131018-14','08:19',1,'DR DOW',NULL,'','20131018-1725',NULL),(4920,1416,1,530,'2013-10-18 07:27:44',0,0,'','2013101815 ','2013-10-18','2013-10-18','20131018-15','08:22',1,'DR VORTIA',NULL,'','20131018-1726',NULL),(4922,1416,3,530,'2013-10-18 07:27:45',0,0,'','2013101815 ','2013-10-18','2013-10-18','20131018-15','08:26',1,'DR VORTIA',NULL,'','20131018-1726',NULL),(4925,1416,4,530,'2013-10-18 07:27:45',1,0,'','2013101815 ','2013-10-18','2013-10-18','20131018-15','08:26',1,'DR VORTIA',NULL,'','20131018-1726',NULL),(4929,1416,5,530,'2013-10-18 07:27:45',1,0,'','2013101815 ','2013-10-18','2013-10-18','20131018-15','08:27',1,'DR VORTIA',NULL,'','20131018-1726',NULL),(4930,1417,1,530,'2013-10-18 07:39:51',0,0,'','2013101816 ','2013-10-18','2013-10-18','20131018-16','08:33',1,'DR VORTIA',NULL,'','20131018-1727',NULL),(4932,1417,3,530,'2013-10-18 07:39:54',0,0,'','2013101816 ','2013-10-18','2013-10-18','20131018-16','08:38',1,'DR VORTIA',NULL,'','20131018-1727',NULL),(4935,1417,4,530,'2013-10-18 07:39:54',1,0,'','2013101816 ','2013-10-18','2013-10-18','20131018-16','08:39',1,'DR VORTIA',NULL,'','20131018-1727',NULL),(4939,1417,5,530,'2013-10-18 07:39:54',1,0,'','2013101816 ','2013-10-18','2013-10-18','20131018-16','08:39',1,'DR VORTIA',NULL,'','20131018-1727',NULL),(4940,1418,1,530,'2013-10-18 07:48:32',0,0,'','2013101817','2013-10-18','2013-10-18','20131018-17','08:46',1,'DR OFORI',NULL,'','20131018-1728',NULL),(4941,1419,1,530,'2013-10-18 07:54:05',0,0,'','2013101818 ','2013-10-18','2013-10-18','20131018-18','08:51',1,'DR VORTIA',NULL,'','20131018-1729',NULL),(4943,1419,4,530,'2013-10-18 07:54:05',1,0,'','2013101818 ','2013-10-18','2013-10-18','20131018-18','08:53',1,'DR VORTIA',NULL,'','20131018-1729',NULL),(4946,1419,2,530,'2013-10-18 07:54:06',0,0,'','2013101818 ','2013-10-18','2013-10-18','20131018-18','08:53',1,'DR VORTIA',NULL,'','20131018-1729',NULL),(4947,1420,5,530,'2013-10-18 08:09:22',1,0,'',' 2013101820','2013-10-18','2013-10-18','20131018-20','09:08',1,'',NULL,'','20131018-1731',NULL),(4948,1421,1,530,'2013-10-18 08:19:40',1,0,'',' 2013101821','2013-10-18','2013-10-18','20131018-21','09:16',1,'',NULL,'','20131018-1732',NULL),(4949,940,4,530,'2013-10-18 08:26:48',1,0,'','2013101822','2013-10-18','2013-10-18','20131018-22','09:23',1,'DR MENSAH',NULL,'','20131018-1733',NULL),(4951,940,5,530,'2013-10-18 08:26:48',1,0,'','2013101822','2013-10-18','2013-10-18','20131018-22','09:24',1,'DR MENSAH',NULL,'','20131018-1733',NULL),(4954,940,3,530,'2013-10-18 08:26:48',1,0,'','2013101822','2013-10-18','2013-10-18','20131018-22','09:25',1,'DR MENSAH',NULL,'','20131018-1733',NULL),(4958,940,25,530,'2013-10-18 08:26:48',0,0,'','2013101822','2013-10-18','2013-10-18','20131018-22','09:25',1,'DR MENSAH',NULL,'','20131018-1733',NULL),(4963,940,1,530,'2013-10-18 08:26:49',1,0,'','2013101822','2013-10-18','2013-10-18','20131018-22','09:25',1,'DR MENSAH',NULL,'','20131018-1733',NULL),(4964,1422,1,530,'2013-10-18 08:31:45',0,0,'','2013101823 ','2013-10-18','2013-10-18','20131018-23','09:29',1,'',NULL,'','20131018-1734',NULL),(4967,1422,3,530,'2013-10-18 08:31:46',0,0,'','2013101823 ','2013-10-18','2013-10-18','20131018-23','09:30',1,'',NULL,'','20131018-1734',NULL),(4971,1422,5,530,'2013-10-18 08:31:46',1,0,'','2013101823 ','2013-10-18','2013-10-18','20131018-23','09:30',1,'',NULL,'','20131018-1734',NULL),(4976,1422,4,530,'2013-10-18 08:31:46',1,0,'','2013101823 ','2013-10-18','2013-10-18','20131018-23','09:31',1,'',NULL,'','20131018-1734',NULL),(4982,1422,24,530,'2013-10-18 08:31:46',0,0,'','2013101823 ','2013-10-18','2013-10-18','20131018-23','09:31',1,'',NULL,'','20131018-1734',NULL),(4989,1422,26,530,'2013-10-18 08:31:47',0,0,'','2013101823 ','2013-10-18','2013-10-18','20131018-23','09:31',1,'',NULL,'','20131018-1734',NULL),(4990,1423,3,530,'2013-10-18 08:35:52',1,0,'',' 2013101824','2013-10-18','2013-10-18','20131018-24','09:34',1,'DR MENSAH',NULL,'','20131018-1735',NULL),(4992,1423,1,530,'2013-10-18 08:35:52',1,0,'',' 2013101824','2013-10-18','2013-10-18','20131018-24','09:35',1,'DR MENSAH',NULL,'','20131018-1735',NULL),(4993,1424,3,530,'2013-10-18 08:40:35',0,0,'','2013101825','2013-10-18','2013-10-18','20131018-25','09:38',1,'',NULL,'','20131018-1736',NULL),(4995,1424,1,530,'2013-10-18 08:40:35',0,0,'','2013101825','2013-10-18','2013-10-18','20131018-25','09:39',1,'',NULL,'','20131018-1736',NULL),(4998,1424,5,530,'2013-10-18 08:40:35',1,0,'','2013101825','2013-10-18','2013-10-18','20131018-25','09:39',1,'',NULL,'','20131018-1736',NULL),(5002,1424,4,530,'2013-10-18 08:40:35',1,0,'','2013101825','2013-10-18','2013-10-18','20131018-25','09:40',1,'',NULL,'','20131018-1736',NULL),(5007,1424,26,530,'2013-10-18 08:40:36',0,0,'','2013101825','2013-10-18','2013-10-18','20131018-25','09:40',1,'',NULL,'','20131018-1736',NULL),(5013,1424,24,530,'2013-10-18 08:40:36',0,0,'','2013101825','2013-10-18','2013-10-18','20131018-25','09:40',1,'',NULL,'','20131018-1736',NULL),(5014,1426,3,530,'2013-10-18 09:09:17',0,0,'',' 2013101826','2013-10-18','2013-10-18','20131018-26','10:05',1,'DR OFORI ANTI',NULL,'','20131018-1737',NULL),(5016,1426,1,530,'2013-10-18 09:09:17',0,0,'',' 2013101826','2013-10-18','2013-10-18','20131018-26','10:07',1,'DR OFORI ANTI',NULL,'','20131018-1737',NULL),(5020,1426,4,530,'2013-10-18 09:09:18',1,0,'',' 2013101826','2013-10-18','2013-10-18','20131018-26','10:08',1,'DR OFORI ANTI',NULL,'','20131018-1737',NULL),(5021,1427,3,530,'2013-10-18 09:11:46',0,0,'','2013101828','2013-10-18','2013-10-18','20131018-28','10:10',1,'DR MENSAH',NULL,'','20131018-1739',NULL),(5023,1427,4,530,'2013-10-18 09:11:47',1,0,'','2013101828','2013-10-18','2013-10-18','20131018-28','10:11',1,'DR MENSAH',NULL,'','20131018-1739',NULL),(5024,1428,1,530,'2013-10-18 09:15:05',0,0,'','2013101829','2013-10-18','2013-10-18','20131018-29','10:13',1,'',NULL,'','20131018-1740',NULL),(5026,1428,2,530,'2013-10-18 09:15:05',0,0,'','2013101829','2013-10-18','2013-10-18','20131018-29','10:14',1,'',NULL,'','20131018-1740',NULL),(5027,1429,26,530,'2013-10-18 09:28:23',0,0,'',' 2013101830','2013-10-18','2013-10-18','20131018-30','10:27',1,'DR MENSAH',NULL,'','20131018-1741',NULL),(5028,1430,2,530,'2013-10-18 09:39:48',0,0,'','2013101831','2013-10-18','2013-10-18','20131018-31','10:39',1,'',NULL,'','20131018-1742',NULL),(5029,1431,3,530,'2013-10-18 09:46:09',0,0,'',' 2013101832','2013-10-18','2013-10-18','20131018-32','10:44',1,'DR YEBOAH',NULL,'','20131018-1743',NULL),(5031,1431,1,530,'2013-10-18 09:46:10',0,0,'',' 2013101832','2013-10-18','2013-10-18','20131018-32','10:45',1,'DR YEBOAH',NULL,'','20131018-1743',NULL),(5034,1431,4,530,'2013-10-18 09:46:10',0,0,'',' 2013101832','2013-10-18','2013-10-18','20131018-32','10:45',1,'DR YEBOAH',NULL,'','20131018-1743',NULL),(5035,1432,5,530,'2013-10-18 09:50:35',1,0,'','2013101833','2013-10-18','2013-10-18','20131018-33','10:48',1,'DR DJAN',NULL,'','20131018-1744',NULL),(5037,1432,3,530,'2013-10-18 09:50:35',0,0,'','2013101833','2013-10-18','2013-10-18','20131018-33','10:49',1,'DR DJAN',NULL,'','20131018-1744',NULL),(5038,1371,10,534,'2013-10-18 09:53:35',1,0,'','20131017106','2013-10-18','2013-10-18','20131018-34','10:53',1,'',NULL,'','20131018-1745',NULL),(5039,1433,3,530,'2013-10-18 09:59:24',0,0,'','2013101835','2013-10-18','2013-10-18','20131018-35','10:54',1,'DR MENSAH',NULL,'','20131018-1746',NULL),(5041,1433,4,530,'2013-10-18 09:59:24',1,0,'','2013101835','2013-10-18','2013-10-18','20131018-35','10:56',1,'DR MENSAH',NULL,'','20131018-1746',NULL),(5044,1433,1,530,'2013-10-18 09:59:24',0,0,'','2013101835','2013-10-18','2013-10-18','20131018-35','10:57',1,'DR MENSAH',NULL,'','20131018-1746',NULL),(5048,1433,26,530,'2013-10-18 09:59:24',0,0,'','2013101835','2013-10-18','2013-10-18','20131018-35','10:58',1,'DR MENSAH',NULL,'','20131018-1746',NULL),(5053,1433,24,530,'2013-10-18 09:59:25',0,0,'','2013101835','2013-10-18','2013-10-18','20131018-35','10:59',1,'DR MENSAH',NULL,'','20131018-1746',NULL),(5054,1434,3,530,'2013-10-18 10:09:28',0,0,'','2013101836','2013-10-18','2013-10-18','20131018-36','11:06',1,'',NULL,'','20131018-1747',NULL),(5056,1434,1,530,'2013-10-18 10:09:28',0,0,'','2013101836','2013-10-18','2013-10-18','20131018-36','11:07',1,'',NULL,'','20131018-1747',NULL),(5059,1434,4,530,'2013-10-18 10:09:29',1,0,'','2013101836','2013-10-18','2013-10-18','20131018-36','11:08',1,'',NULL,'','20131018-1747',NULL),(5060,1258,19,534,'2013-10-18 10:11:51',1,0,'','2013101645 ','2013-10-18','2013-10-18','20131018-38','11:11',1,'',NULL,'','20131018-1749',NULL),(5061,1435,1,530,'2013-10-18 10:17:41',0,0,'','2013101837 ','2013-10-18','2013-10-18','20131018-37','11:10',1,'',NULL,'','20131018-1748',NULL),(5063,1435,3,530,'2013-10-18 10:17:41',1,0,'','2013101837 ','2013-10-18','2013-10-18','20131018-37','11:14',1,'',NULL,'','20131018-1748',NULL),(5066,1435,4,530,'2013-10-18 10:17:41',1,0,'','2013101837 ','2013-10-18','2013-10-18','20131018-37','11:17',1,'',NULL,'','20131018-1748',NULL),(5067,1436,3,530,'2013-10-18 10:23:14',0,0,'','2013101839 ','2013-10-18','2013-10-18','20131018-39','11:21',1,'DR DJAN',NULL,'','20131018-1750',NULL),(5069,1436,4,530,'2013-10-18 10:23:14',1,0,'','2013101839 ','2013-10-18','2013-10-18','20131018-39','11:22',1,'DR DJAN',NULL,'','20131018-1750',NULL),(5072,1436,5,530,'2013-10-18 10:23:14',1,0,'','2013101839 ','2013-10-18','2013-10-18','20131018-39','11:22',1,'DR DJAN',NULL,'','20131018-1750',NULL),(5076,1436,1,530,'2013-10-18 10:23:16',1,0,'','2013101839 ','2013-10-18','2013-10-18','20131018-39','11:23',1,'DR DJAN',NULL,'','20131018-1750',NULL),(5077,1437,3,530,'2013-10-18 10:26:50',0,0,'','2013101840 ','2013-10-18','2013-10-18','20131018-40','11:25',1,'DR DOW',NULL,'','20131018-1751',NULL),(5079,1437,25,530,'2013-10-18 10:26:50',0,0,'','2013101840 ','2013-10-18','2013-10-18','20131018-40','11:26',1,'DR DOW',NULL,'','20131018-1751',NULL),(5080,1438,3,530,'2013-10-18 10:37:42',0,0,'','2013101841','2013-10-18','2013-10-18','20131018-41','11:36',1,'DR DJAN',NULL,'','20131018-1752',NULL),(5081,1413,4,530,'2013-10-18 10:40:53',1,0,'','2013101843 ','2013-10-18','2013-10-18','20131018-43','11:39',1,'DR YEBOAH',NULL,'','20131018-1754',NULL),(5082,1439,3,530,'2013-10-18 10:42:46',0,0,'',' 2013101844','2013-10-18','2013-10-18','20131018-44','11:41',1,'DR DJAN',NULL,'','20131018-1755',NULL),(5083,1440,3,530,'2013-10-18 10:47:35',0,0,'','2013101845','2013-10-18','2013-10-18','20131018-45','11:46',1,'DR TACHIE',NULL,'','20131018-1756',NULL),(5085,1440,4,530,'2013-10-18 10:47:35',0,0,'','2013101845','2013-10-18','2013-10-18','20131018-45','11:47',1,'DR TACHIE',NULL,'','20131018-1756',NULL),(5086,1441,3,530,'2013-10-18 10:50:53',0,0,'',' 2013101846','2013-10-18','2013-10-18','20131018-46','11:49',1,'DR BOATENG',NULL,'','20131018-1757',NULL),(5088,1441,2,530,'2013-10-18 10:50:54',0,0,'',' 2013101846','2013-10-18','2013-10-18','20131018-46','11:50',1,'DR BOATENG',NULL,'','20131018-1757',NULL),(5089,1442,1,530,'2013-10-18 11:00:21',0,0,'',' 2013101847 ','2013-10-18','2013-10-18','20131018-47','11:56',1,'DR SALLAR',NULL,'','20131018-1758',NULL),(5091,1442,5,530,'2013-10-18 11:00:21',1,0,'',' 2013101847 ','2013-10-18','2013-10-18','20131018-47','12:00',1,'DR SALLAR',NULL,'','20131018-1758',NULL),(5092,1443,3,530,'2013-10-18 11:05:02',0,0,'','2013101848','2013-10-18','2013-10-18','20131018-48','12:03',1,'DR DJAN',NULL,'','20131018-1759',NULL),(5094,1443,4,530,'2013-10-18 11:05:06',1,0,'','2013101848','2013-10-18','2013-10-18','20131018-48','12:04',1,'DR DJAN',NULL,'','20131018-1759',NULL),(5097,1443,1,530,'2013-10-18 11:05:06',1,0,'','2013101848','2013-10-18','2013-10-18','20131018-48','12:04',1,'DR DJAN',NULL,'','20131018-1759',NULL),(5098,1444,3,530,'2013-10-18 11:11:42',0,0,'','2013101849','2013-10-18','2013-10-18','20131018-49','12:08',1,'DR DOW',NULL,'','20131018-1760',NULL),(5100,1444,1,530,'2013-10-18 11:11:42',0,0,'','2013101849','2013-10-18','2013-10-18','20131018-49','12:11',1,'DR DOW',NULL,'','20131018-1760',NULL),(5101,1445,3,530,'2013-10-18 11:19:59',0,0,'','2013101850','2013-10-18','2013-10-18','20131018-50','12:18',1,'DR DOW',NULL,'','20131018-1761',NULL),(5102,1446,3,530,'2013-10-18 11:44:22',0,0,'','2013101851','2013-10-18','2013-10-18','20131018-51','12:41',1,'DR DOW',NULL,'','20131018-1762',NULL),(5104,1446,1,530,'2013-10-18 11:44:22',0,0,'','2013101851','2013-10-18','2013-10-18','20131018-51','12:44',1,'DR DOW',NULL,'','20131018-1762',NULL),(5105,1447,3,530,'2013-10-18 11:57:37',0,0,'','2013101852','2013-10-18','2013-10-18','20131018-52','12:56',1,'DR DJAN',NULL,'','20131018-1763',NULL),(5107,1447,4,530,'2013-10-18 11:57:38',1,0,'','2013101852','2013-10-18','2013-10-18','20131018-52','12:57',1,'DR DJAN',NULL,'','20131018-1763',NULL),(5108,1448,3,530,'2013-10-18 12:02:15',0,0,'','2013101853','2013-10-18','2013-10-18','20131018-53','13:01',1,'DR FUMMY',NULL,'','20131018-1764',NULL),(5109,1449,3,530,'2013-10-18 12:06:10',0,0,'','2013101854','2013-10-18','2013-10-18','20131018-54','13:04',1,'DR DJAN',NULL,'','20131018-1765',NULL),(5111,1449,24,530,'2013-10-18 12:06:10',0,0,'','2013101854','2013-10-18','2013-10-18','20131018-54','13:05',1,'DR DJAN',NULL,'','20131018-1765',NULL),(5112,1450,3,530,'2013-10-18 12:13:45',0,0,'','2013101855','2013-10-18','2013-10-18','20131018-55','13:10',1,'DR YEBOAH',NULL,'','20131018-1766',NULL),(5114,1450,4,530,'2013-10-18 12:13:45',1,0,'','2013101855','2013-10-18','2013-10-18','20131018-55','13:12',1,'DR YEBOAH',NULL,'','20131018-1766',NULL),(5117,1450,24,530,'2013-10-18 12:13:45',0,0,'','2013101855','2013-10-18','2013-10-18','20131018-55','13:12',1,'DR YEBOAH',NULL,'','20131018-1766',NULL),(5118,1309,4,530,'2013-10-18 12:20:09',0,0,'','2013101856','2013-10-18','2013-10-18','20131018-56','13:18',1,'',NULL,'','20131018-1767',NULL),(5120,1309,3,530,'2013-10-18 12:20:10',1,0,'','2013101856','2013-10-18','2013-10-18','20131018-56','13:19',1,'',NULL,'','20131018-1767',NULL),(5121,1451,3,530,'2013-10-18 12:28:59',0,0,'','2013101857','2013-10-18','2013-10-18','20131018-57','13:28',1,'DR FUMMY',NULL,'','20131018-1768',NULL),(5122,1452,1,530,'2013-10-18 12:32:12',0,0,'','2013101858 ','2013-10-18','2013-10-18','20131018-58','13:30',1,'',NULL,'','20131018-1769',NULL),(5123,1453,8,530,'2013-10-18 12:35:32',1,0,'','2013101859','2013-10-18','2013-10-18','20131018-59','13:34',1,'',NULL,'','20131018-1770',NULL),(5125,1453,25,530,'2013-10-18 12:35:33',0,0,'','2013101859','2013-10-18','2013-10-18','20131018-59','13:35',1,'',NULL,'','20131018-1770',NULL),(5126,1454,3,530,'2013-10-18 12:37:37',0,0,'','2013101860 ','2013-10-18','2013-10-18','20131018-60','13:36',1,'DR MENSAH',NULL,'','20131018-1771',NULL),(5127,1455,3,530,'2013-10-18 12:44:27',0,0,'',' 2013101861','2013-10-18','2013-10-18','20131018-61','13:39',1,'',NULL,'','20131018-1772',NULL),(5128,1457,3,530,'2013-10-18 12:51:16',0,0,'','2013101862 ','2013-10-18','2013-10-18','20131018-62','13:49',1,'DR MENSAH',NULL,'','20131018-1773',NULL),(5130,1457,24,530,'2013-10-18 12:51:19',0,0,'','2013101862 ','2013-10-18','2013-10-18','20131018-62','13:50',1,'DR MENSAH',NULL,'','20131018-1773',NULL),(5131,1458,3,530,'2013-10-18 13:01:43',0,0,'','2013101863 ','2013-10-18','2013-10-18','20131018-63','13:59',1,'',NULL,'','20131018-1774',NULL),(5132,1459,3,530,'2013-10-18 13:26:48',0,0,'',' 2013101864','2013-10-18','2013-10-18','20131018-64','14:23',1,'',NULL,'','20131018-1775',NULL),(5134,1459,4,530,'2013-10-18 13:26:48',1,0,'',' 2013101864','2013-10-18','2013-10-18','20131018-64','14:26',1,'',NULL,'','20131018-1775',NULL),(5135,1460,3,530,'2013-10-18 13:42:18',0,0,'','2013101865 ','2013-10-18','2013-10-18','20131018-65','14:41',1,'DR DJAN',NULL,'','20131018-1776',NULL),(5136,1461,3,530,'2013-10-18 14:11:01',0,0,'','2013101866 ','2013-10-18','2013-10-18','20131018-66','15:10',1,'',NULL,'','20131018-1777',NULL),(5138,1461,5,530,'2013-10-18 14:11:01',1,0,'','2013101866 ','2013-10-18','2013-10-18','20131018-66','15:10',1,'',NULL,'','20131018-1777',NULL),(5139,1462,3,530,'2013-10-18 14:15:32',0,0,'','2013101867','2013-10-18','2013-10-18','20131018-67','15:15',1,'',NULL,'','20131018-1778',NULL),(5140,1463,3,530,'2013-10-18 14:19:46',0,0,'',' 2013101868 ','2013-10-18','2013-10-18','20131018-68','15:17',1,'',NULL,'','20131018-1779',NULL),(5142,1463,4,530,'2013-10-18 14:19:47',1,0,'',' 2013101868 ','2013-10-18','2013-10-18','20131018-68','15:18',1,'',NULL,'','20131018-1779',NULL),(5145,1463,1,530,'2013-10-18 14:19:47',1,0,'',' 2013101868 ','2013-10-18','2013-10-18','20131018-68','15:19',1,'',NULL,'','20131018-1779',NULL),(5146,1464,3,530,'2013-10-18 14:23:54',0,0,'','2013101869','2013-10-18','2013-10-18','20131018-69','15:22',1,'',NULL,'','20131018-1780',NULL),(5148,1464,1,530,'2013-10-18 14:23:55',0,0,'','','2013-10-18','2013-10-18','20131018-69','15:23',1,'',NULL,'','20131018-1780',NULL),(5149,1465,3,530,'2013-10-18 14:29:00',0,0,'',' 2013101870','2013-10-18','2013-10-18','20131018-70','15:27',1,'',NULL,'','20131018-1781',NULL),(5151,1465,1,530,'2013-10-18 14:29:00',1,0,'',' 2013101870','2013-10-18','2013-10-18','20131018-70','15:28',1,'',NULL,'','20131018-1781',NULL),(5152,1047,8,530,'2013-10-18 14:45:51',1,0,'','2013101871 ','2013-10-18','2013-10-18','20131018-71','15:45',1,'DR MENSAH',NULL,'','20131018-1782',NULL),(5153,1466,3,530,'2013-10-18 14:49:39',0,0,'','2013101872','2013-10-18','2013-10-18','20131018-72','15:48',1,'DR DOW',NULL,'','20131018-1783',NULL),(5154,1467,4,530,'2013-10-18 14:51:53',0,0,'','2013101873','2013-10-18','2013-10-18','20131018-73','15:50',1,'DR MENSAH',NULL,'','20131018-1784',NULL),(5155,1468,3,530,'2013-10-18 14:55:34',0,0,'','2013101874 ','2013-10-18','2013-10-18','20131018-74','15:53',1,'DR DJAN',NULL,'','20131018-1785',NULL),(5157,1468,4,530,'2013-10-18 14:55:34',1,0,'','2013101874 ','2013-10-18','2013-10-18','20131018-74','15:54',1,'DR DJAN',NULL,'','20131018-1785',NULL),(5158,1469,5,530,'2013-10-18 15:01:04',1,0,'','2013101875','2013-10-18','2013-10-18','20131018-75','16:00',1,'DR FUMMY',NULL,'','20131018-1786',NULL),(5159,558,3,530,'2013-10-18 15:03:26',0,0,'','2013101876','2013-10-18','2013-10-18','20131018-76','16:02',1,'DR FUMMY',NULL,'','20131018-1787',NULL),(5161,558,4,530,'2013-10-18 15:03:26',1,0,'','2013101876','2013-10-18','2013-10-18','20131018-76','16:03',1,'DR FUMMY',NULL,'','20131018-1787',NULL),(5162,1141,4,534,'2013-10-18 15:03:52',1,0,'','201310156 ','2013-10-18','2013-10-18','20131018-77','16:03',1,'',NULL,'','20131018-1788',NULL),(5163,1426,2,530,'2013-10-18 15:10:46',0,0,'','2013101878 ','2013-10-18','2013-10-18','20131018-78','16:07',1,'DR ADOTEY',NULL,'','20131018-1789',NULL),(5165,1426,1,530,'2013-10-18 15:10:46',0,0,'','2013101878 ','2013-10-18','2013-10-18','20131018-78','16:10',1,'DR ADOTEY',NULL,'','20131018-1789',NULL),(5166,1470,3,530,'2013-10-18 15:30:48',0,0,'','2013101880','2013-10-18','2013-10-18','20131018-80','16:28',1,'DR MENSAH',NULL,'','20131018-1791',NULL),(5168,1470,2,530,'2013-10-18 15:30:48',0,0,'','2013101880','2013-10-18','2013-10-18','20131018-80','16:30',1,'DR MENSAH',NULL,'','20131018-1791',NULL),(5171,1470,4,530,'2013-10-18 15:30:48',0,0,'','2013101880','2013-10-18','2013-10-18','20131018-80','16:30',1,'DR MENSAH',NULL,'','20131018-1791',NULL),(5172,1470,3,530,'2013-10-18 15:33:12',0,0,'','2013101880','2013-10-18','2013-10-18','20131018-81','16:32',1,'',NULL,'','20131018-1792',NULL),(5173,1468,4,504,'2013-10-18 16:34:16',1,0,'','2013101874','2013-10-18','2013-10-18','20131018-82','17:32',1,'',NULL,'','20131018-1793',NULL),(5174,1397,4,504,'2013-10-18 16:49:15',1,0,'','20131017134','2013-10-18','2013-10-18','20131018-83','17:48',1,'',NULL,'','20131018-1794',NULL),(5175,1471,3,530,'2013-10-18 16:53:58',1,0,'','2013101885','2013-10-18','2013-10-18','20131018-85','17:51',1,'DR YEBOAH',NULL,'','20131018-1796',NULL),(5177,1471,4,530,'2013-10-18 16:53:59',1,0,'','2013101885','2013-10-18','2013-10-18','20131018-85','17:52',1,'DR YEBOAH',NULL,'','20131018-1796',NULL),(5180,1471,1,530,'2013-10-18 16:53:59',0,0,'','2013101885','2013-10-18','2013-10-18','20131018-85','17:52',1,'DR YEBOAH',NULL,'','20131018-1796',NULL),(5184,1471,24,530,'2013-10-18 16:53:59',0,0,'','2013101885','2013-10-18','2013-10-18','20131018-85','17:53',1,'DR YEBOAH',NULL,'','20131018-1796',NULL),(5189,1471,26,530,'2013-10-18 16:53:59',0,0,'','2013101885','2013-10-18','2013-10-18','20131018-85','17:53',1,'DR YEBOAH',NULL,'','20131018-1796',NULL),(5190,1472,3,530,'2013-10-18 17:17:41',0,0,'','2013101886','2013-10-18','2013-10-18','20131018-86','18:16',1,'DR MENSAH',NULL,'','20131018-1797',NULL),(5192,1472,10,530,'2013-10-18 17:17:41',1,0,'','2013101886','2013-10-18','2013-10-18','20131018-86','18:17',1,'DR MENSAH',NULL,'','20131018-1797',NULL),(5193,1473,3,530,'2013-10-18 17:24:43',0,0,'','2013101887','2013-10-18','2013-10-18','20131018-87','18:22',1,'DR MENSAH',NULL,'','20131018-1798',NULL),(5195,1473,1,530,'2013-10-18 17:24:43',0,0,'','2013101887','2013-10-18','2013-10-18','20131018-87','18:24',1,'DR MENSAH',NULL,'','20131018-1798',NULL),(5198,1473,25,530,'2013-10-18 17:24:44',0,0,'','2013101887','2013-10-18','2013-10-18','20131018-87','18:24',1,'DR MENSAH',NULL,'','20131018-1798',NULL),(5199,1474,3,530,'2013-10-18 18:13:57',0,0,'','2013101888','2013-10-18','2013-10-18','20131018-88','19:12',1,'DR YEBOAH',NULL,'','20131018-1799',NULL),(5201,1474,4,530,'2013-10-18 18:13:58',1,0,'','2013101888','2013-10-18','2013-10-18','20131018-88','19:13',1,'DR YEBOAH',NULL,'','20131018-1799',NULL),(5202,1397,1,530,'2013-10-18 18:17:56',0,0,'','2013101889','2013-10-18','2013-10-18','20131018-89','19:16',1,'DR ADOTEY',NULL,'','20131018-1800',NULL),(5203,1475,3,530,'2013-10-18 18:25:34',0,0,'','2013101893','2013-10-18','2013-10-18','20131018-93','19:24',1,'DR TACHIE',NULL,'','20131018-1804',NULL),(5205,1475,4,530,'2013-10-18 18:25:35',1,0,'','2013101893','2013-10-18','2013-10-18','20131018-93','19:25',1,'DR TACHIE',NULL,'','20131018-1804',NULL),(5206,1476,3,530,'2013-10-18 18:34:46',0,0,'','2013101894W','2013-10-18','2013-10-18','20131018-94','19:32',1,'DR ASUMAN',NULL,'','20131018-1805',NULL),(5208,1476,1,530,'2013-10-18 18:34:46',1,0,'','2013101894','2013-10-18','2013-10-18','20131018-94','19:34',1,'DR ASUMAN',NULL,'','20131018-1805',NULL),(5209,1477,3,530,'2013-10-18 19:30:40',1,0,'','2013101895','2013-10-18','2013-10-18','20131018-95','20:26',1,'DR MENSAH',NULL,'','20131018-1806',NULL),(5211,1477,1,530,'2013-10-18 19:30:40',1,0,'','2013101895','2013-10-18','2013-10-18','20131018-95','20:28',1,'DR MENSAH',NULL,'','20131018-1806',NULL),(5212,1478,3,530,'2013-10-18 19:53:05',1,0,'','2013101897 ','2013-10-18','2013-10-18','20131018-97','20:44',1,'DR YEBOAH',NULL,'','20131018-1808',NULL),(5213,1478,4,530,'2013-10-18 19:57:42',1,0,'','2013101898','2013-10-18','2013-10-18','20131018-98','20:55',1,'DR YEBOAH',NULL,'','20131018-1809',NULL),(5214,1479,3,558,'2013-10-18 20:18:01',1,0,'','2013101899','2013-10-18','2013-10-18','20131018-99','21:16',1,'DR MENSAH',NULL,'','20131018-1810',NULL),(5215,1480,10,558,'2013-10-18 20:45:14',0,0,'','20131018100','2013-10-18','2013-10-18','20131018-100','21:42',1,'',NULL,'','20131018-1811',NULL),(5217,1480,4,558,'2013-10-18 20:45:15',0,0,'','20131018100','2013-10-18','2013-10-18','20131018-100','21:44',1,'',NULL,'','20131018-1811',NULL),(5218,1481,3,558,'2013-10-18 20:58:05',1,0,'','20131018101','2013-10-18','2013-10-18','20131018-101','21:55',1,'DR SALLAR',NULL,'','20131018-1812',NULL),(5220,1481,4,558,'2013-10-18 20:58:05',0,0,'','20131018101','2013-10-18','2013-10-18','20131018-101','21:57',1,'DR SALLAR',NULL,'','20131018-1812',NULL),(5223,1481,1,558,'2013-10-18 20:58:06',1,0,'','20131018101','2013-10-18','2013-10-18','20131018-101','21:57',1,'DR SALLAR',NULL,'','20131018-1812',NULL),(5224,1482,3,558,'2013-10-18 21:16:49',0,0,'','20131018102','2013-10-18','2013-10-18','20131018-102','22:15',1,'DR MENSAH',NULL,'','20131018-1813',NULL),(5225,1483,3,558,'2013-10-18 21:41:51',1,0,'','20131018103','2013-10-18','2013-10-18','20131018-103','22:40',1,'DR SALLAR',NULL,'','20131018-1814',NULL),(5226,1484,3,558,'2013-10-18 23:57:08',1,0,'','201310191','2013-10-19','2013-10-19','20131019-6','00:55',1,'DR SALLAR',NULL,'','20131019-1820',NULL),(5227,1486,3,558,'2013-10-19 00:00:20',1,0,'','201310192','2013-10-19','2013-10-19','20131019-7','00:59',1,'DR SALLAR',NULL,'','20131019-1821',NULL),(5228,1487,3,558,'2013-10-19 00:04:43',1,0,'','201310193','2013-10-19','2013-10-19','20131019-8','01:01',1,'DR SALLAR',NULL,'','20131019-1822',NULL),(5229,1364,4,558,'2013-10-19 00:07:31',1,0,'','201310199','2013-10-19','2013-10-19','20131019-9','01:06',1,'DR SALLAR',NULL,'','20131019-1823',NULL),(5230,1488,3,558,'2013-10-19 01:04:22',1,0,'','2013101910','2013-10-19','2013-10-19','20131019-10','02:03',1,'DR OFORI ANTI',NULL,'','20131019-1824',NULL),(5231,1488,4,558,'2013-10-19 02:25:07',1,0,'','2013101911','2013-10-19','2013-10-19','20131019-11','03:23',1,'DR SALLAR',NULL,'','20131019-1825',NULL),(5232,1489,3,558,'2013-10-19 03:03:27',1,0,'','2013101912','2013-10-19','2013-10-19','20131019-12','04:01',1,'DR SALLAR',NULL,'','20131019-1826',NULL),(5234,1489,4,558,'2013-10-19 03:03:27',1,0,'','2013101912','2013-10-19','2013-10-19','20131019-12','04:02',1,'DR SALLAR',NULL,'','20131019-1826',NULL),(5237,1489,1,558,'2013-10-19 03:03:28',1,0,'','2013101912','2013-10-19','2013-10-19','20131019-12','04:03',1,'DR SALLAR',NULL,'','20131019-1826',NULL),(5238,1490,3,558,'2013-10-19 03:22:19',1,0,'','2013101913','2013-10-19','2013-10-19','20131019-13','04:20',1,'DR SALLAR',NULL,'','20131019-1827',NULL),(5240,1490,1,558,'2013-10-19 03:22:20',1,0,'','2013101913','2013-10-19','2013-10-19','20131019-13','04:21',1,'DR SALLAR',NULL,'','20131019-1827',NULL),(5241,1491,3,558,'2013-10-19 05:14:28',1,0,'','2013101914','2013-10-19','2013-10-19','20131019-14','06:13',1,'DR OFORI',NULL,'','20131019-1828',NULL),(5242,1112,4,558,'2013-10-19 05:34:58',0,0,'','2013101915 ','2013-10-19','2013-10-19','20131019-15','06:33',1,'DR DJAN',NULL,'','20131019-1829',NULL),(5244,1112,2,558,'2013-10-19 05:34:58',0,0,'','2013101915 ','2013-10-19','2013-10-19','20131019-15','06:34',1,'DR DJAN',NULL,'','20131019-1829',NULL),(5245,1492,1,558,'2013-10-19 06:16:13',0,0,'','2013101916 ','2013-10-19','2013-10-19','20131019-16','07:15',1,'DR AMABLE',NULL,'','20131019-1830',NULL),(5246,1493,1,558,'2013-10-19 06:23:03',0,0,'','2013101917','2013-10-19','2013-10-19','20131019-17','07:18',1,'DR OFORI',NULL,'','20131019-1831',NULL),(5248,1493,3,558,'2013-10-19 06:23:03',1,0,'','2013101917','2013-10-19','2013-10-19','20131019-17','07:21',1,'DR OFORI',NULL,'','20131019-1831',NULL),(5251,1493,4,558,'2013-10-19 06:23:03',1,0,'','2013101917','2013-10-19','2013-10-19','20131019-17','07:22',1,'DR OFORI',NULL,'','20131019-1831',NULL),(5255,1493,2,558,'2013-10-19 06:23:04',0,0,'','2013101917','2013-10-19','2013-10-19','20131019-17','07:22',1,'DR OFORI',NULL,'','20131019-1831',NULL),(5256,1494,3,558,'2013-10-19 06:29:37',0,0,'','2013101918','2013-10-19','2013-10-19','20131019-18','07:26',1,'DR VORTIA',NULL,'','20131019-1832',NULL),(5258,1494,4,558,'2013-10-19 06:29:37',0,0,'','2013101918','2013-10-19','2013-10-19','20131019-18','07:27',1,'DR VORTIA',NULL,'','20131019-1832',NULL),(5261,1494,1,558,'2013-10-19 06:29:38',0,0,'','2013101918','2013-10-19','2013-10-19','20131019-18','07:28',1,'DR VORTIA',NULL,'','20131019-1832',NULL),(5265,1494,2,558,'2013-10-19 06:29:38',0,0,'','2013101918','2013-10-19','2013-10-19','20131019-18','07:29',1,'DR VORTIA',NULL,'','20131019-1832',NULL),(5266,1495,1,558,'2013-10-19 06:37:26',1,0,'','2013101919','2013-10-19','2013-10-19','20131019-19','07:36',1,'DR SALLAR',NULL,'','20131019-1833',NULL),(5267,1496,1,558,'2013-10-19 06:39:33',1,0,'','2013101920','2013-10-19','2013-10-19','20131019-20','07:38',1,'DR SALLAR',NULL,'','20131019-1834',NULL),(5268,1497,3,558,'2013-10-19 06:44:03',1,0,'','2013101921','2013-10-19','2013-10-19','20131019-21','07:42',1,'DR SALLAR',NULL,'','20131019-1835',NULL),(5270,1497,4,558,'2013-10-19 06:44:03',1,0,'','2013101921','2013-10-19','2013-10-19','20131019-21','07:43',1,'DR SALLAR',NULL,'','20131019-1835',NULL),(5271,1498,2,531,'2013-10-19 07:24:34',1,0,'','2013101922','2013-10-19','2013-10-19','20131019-22','08:22',1,'DR SALLAR',NULL,'','20131019-1836',NULL),(5273,1498,4,531,'2013-10-19 07:24:34',1,0,'','2013101922','2013-10-19','2013-10-19','20131019-22','08:23',1,'DR SALLAR',NULL,'','20131019-1836',NULL),(5276,1498,19,531,'2013-10-19 07:24:34',1,0,'','2013101922','2013-10-19','2013-10-19','20131019-22','08:24',1,'DR SALLAR',NULL,'','20131019-1836',NULL),(5277,1499,2,531,'2013-10-19 07:28:51',0,0,'','2013101923','2013-10-19','2013-10-19','20131019-23','08:27',1,'DR K AMAOH',NULL,'','20131019-1837',NULL),(5278,1500,3,531,'2013-10-19 07:47:16',1,0,'','2013101925 ','2013-10-19','2013-10-19','20131019-25','08:45',1,'DR OFORI ANTI',NULL,'','20131019-1839',NULL),(5279,1501,3,531,'2013-10-19 08:06:14',0,0,'','2013101926 ','2013-10-19','2013-10-19','20131019-26','09:03',1,'DR SALLAR',NULL,'','20131019-1840',NULL),(5281,1501,2,531,'2013-10-19 08:06:14',1,0,'','2013101926 ','2013-10-19','2013-10-19','20131019-26','09:04',1,'DR SALLAR',NULL,'','20131019-1840',NULL),(5282,1502,3,531,'2013-10-19 08:12:47',0,0,'','2013101927 ','2013-10-19','2013-10-19','20131019-27','09:10',1,'DR VORTIA',NULL,'','20131019-1841',NULL),(5284,1502,2,531,'2013-10-19 08:12:51',1,0,'','2013101927 ','2013-10-19','2013-10-19','20131019-27','09:11',1,'DR VORTIA',NULL,'','20131019-1841',NULL),(5285,1503,3,531,'2013-10-19 08:16:37',0,0,'','2013101928','2013-10-19','2013-10-19','20131019-28','09:14',1,'DR MENSAH',NULL,'','20131019-1842',NULL),(5287,1503,1,531,'2013-10-19 08:16:37',0,0,'','2013101928','2013-10-19','2013-10-19','20131019-28','09:15',1,'DR MENSAH',NULL,'','20131019-1842',NULL),(5290,1503,4,531,'2013-10-19 08:16:37',1,0,'','2013101928','2013-10-19','2013-10-19','20131019-28','09:16',1,'DR MENSAH',NULL,'','20131019-1842',NULL),(5291,1504,3,531,'2013-10-19 08:19:37',1,0,'','2013101929 ','2013-10-19','2013-10-19','20131019-29','09:17',1,'DR SALLAR',NULL,'','20131019-1843',NULL),(5293,1504,5,531,'2013-10-19 08:19:37',0,0,'','2013101929 ','2013-10-19','2013-10-19','20131019-29','09:18',1,'DR SALLAR',NULL,'','20131019-1843',NULL),(5294,1505,3,531,'2013-10-19 08:22:57',0,0,'','2013101930 ','2013-10-19','2013-10-19','20131019-30','09:20',1,'DR OFORI',NULL,'','20131019-1844',NULL),(5296,1505,1,531,'2013-10-19 08:22:57',0,0,'','2013101930 ','2013-10-19','2013-10-19','20131019-30','09:21',1,'DR OFORI',NULL,'','20131019-1844',NULL),(5299,1505,2,531,'2013-10-19 08:22:57',0,0,'','2013101930 ','2013-10-19','2013-10-19','20131019-30','09:21',1,'DR OFORI',NULL,'','20131019-1844',NULL),(5300,1506,3,531,'2013-10-19 08:28:43',0,0,'','2013101931','2013-10-19','2013-10-19','20131019-31','09:25',1,'DR VORTIA',NULL,'','20131019-1845',NULL),(5302,1506,1,531,'2013-10-19 08:28:43',0,0,'','2013101931','2013-10-19','2013-10-19','20131019-31','09:26',1,'DR VORTIA',NULL,'','20131019-1845',NULL),(5303,1508,3,531,'2013-10-19 08:35:03',0,0,'','2013101934 ','2013-10-19','2013-10-19','20131019-34','09:33',1,'DR YEBOAH',NULL,'','20131019-1848',NULL),(5305,1508,4,531,'2013-10-19 08:35:04',1,0,'','2013101934 ','2013-10-19','2013-10-19','20131019-34','09:34',1,'DR YEBOAH',NULL,'','20131019-1848',NULL),(5308,1508,1,531,'2013-10-19 08:35:04',1,0,'','2013101934 ','2013-10-19','2013-10-19','20131019-34','09:34',1,'DR YEBOAH',NULL,'','20131019-1848',NULL),(5309,1509,3,531,'2013-10-19 08:39:28',0,0,'','2013101935','2013-10-19','2013-10-19','20131019-35','09:36',1,'DR MENSAH',NULL,'','20131019-1849',NULL),(5311,1509,1,531,'2013-10-19 08:39:28',0,0,'','2013101935','2013-10-19','2013-10-19','20131019-35','09:38',1,'DR MENSAH',NULL,'','20131019-1849',NULL),(5312,1510,3,531,'2013-10-19 08:43:03',1,0,'','2013101936','2013-10-19','2013-10-19','20131019-36','09:41',1,'DR YEBOAH',NULL,'','20131019-1850',NULL),(5314,1510,4,531,'2013-10-19 08:43:03',1,0,'','2013101936','2013-10-19','2013-10-19','20131019-36','09:42',1,'DR YEBOAH',NULL,'','20131019-1850',NULL),(5315,657,3,531,'2013-10-19 08:45:15',1,0,'','2013101937 ','2013-10-19','2013-10-19','20131019-37','09:43',1,'DR VORTIA',NULL,'','20131019-1851',NULL),(5317,657,1,531,'2013-10-19 08:45:15',1,0,'','2013101937 ','2013-10-19','2013-10-19','20131019-37','09:44',1,'DR VORTIA',NULL,'','20131019-1851',NULL),(5318,1511,3,531,'2013-10-19 08:55:24',0,0,'','2013101938 ','2013-10-19','2013-10-19','20131019-38','09:46',1,'DR NKRUMAH',NULL,'','20131019-1852',NULL),(5320,1511,1,531,'2013-10-19 08:55:25',0,0,'','2013101938 ','2013-10-19','2013-10-19','20131019-38','09:48',1,'DR NKRUMAH',NULL,'','20131019-1852',NULL),(5321,1512,3,531,'2013-10-19 08:58:32',0,0,'','2013101939 ','2013-10-19','2013-10-19','20131019-39','09:56',1,'DR DOW',NULL,'','20131019-1853',NULL),(5322,1513,3,531,'2013-10-19 09:05:27',1,0,'','2013101940','2013-10-19','2013-10-19','20131019-40','10:04',1,'DR YEBOAH',NULL,'','20131019-1854',NULL),(5323,1514,3,531,'2013-10-19 09:13:19',1,0,'','2013101941','2013-10-19','2013-10-19','20131019-41','10:11',1,'DR MENSAH',NULL,'','20131019-1855',NULL),(5325,1514,1,531,'2013-10-19 09:13:19',0,0,'','2013101941','2013-10-19','2013-10-19','20131019-41','10:12',1,'DR MENSAH',NULL,'','20131019-1855',NULL),(5328,1514,2,531,'2013-10-19 09:13:19',1,0,'','2013101941','2013-10-19','2013-10-19','20131019-41','10:13',1,'DR MENSAH',NULL,'','20131019-1855',NULL),(5329,1515,3,531,'2013-10-19 09:19:54',1,0,'','2013101942 ','2013-10-19','2013-10-19','20131019-42','10:18',1,'DR VORTIA',NULL,'','20131019-1856',NULL),(5330,1516,3,531,'2013-10-19 09:28:27',1,0,'',' 2013101943 ','2013-10-19','2013-10-19','20131019-43','10:26',1,'DR VORTIA',NULL,'','20131019-1857',NULL),(5332,1516,1,531,'2013-10-19 09:28:27',1,0,'',' 2013101943 ','2013-10-19','2013-10-19','20131019-43','10:28',1,'DR VORTIA',NULL,'','20131019-1857',NULL),(5333,714,2,531,'2013-10-19 09:35:02',1,0,'','2013101944','2013-10-19','2013-10-19','20131019-44','10:33',1,'DR TACHIE',NULL,'','20131019-1858',NULL),(5334,1517,3,531,'2013-10-19 09:44:19',1,0,'','2013101945','2013-10-19','2013-10-19','20131019-45','10:40',1,'DR YEBOAH',NULL,'','20131019-1859',NULL),(5335,1518,3,531,'2013-10-19 09:49:40',1,0,'','2013101946 ','2013-10-19','2013-10-19','20131019-46','10:48',1,'DR YEBOAH',NULL,'','20131019-1860',NULL),(5337,1518,4,531,'2013-10-19 09:49:40',1,0,'','2013101946 ','2013-10-19','2013-10-19','20131019-46','10:49',1,'DR YEBOAH',NULL,'','20131019-1860',NULL),(5338,382,3,531,'2013-10-19 09:53:13',0,0,'','2013101947','2013-10-19','2013-10-19','20131019-47','10:51',1,'DR YEBOAH',NULL,'','20131019-1861',NULL),(5340,382,4,531,'2013-10-19 09:53:13',1,0,'','2013101947','2013-10-19','2013-10-19','20131019-47','10:53',1,'DR YEBOAH',NULL,'','20131019-1861',NULL),(5341,1519,4,531,'2013-10-19 09:55:34',1,0,'','2013101948 ','2013-10-19','2013-10-19','20131019-48','10:54',1,'DR VORTIA',NULL,'','20131019-1862',NULL),(5342,1520,3,531,'2013-10-19 10:11:39',0,0,'','2013101949','2013-10-19','2013-10-19','20131019-49','11:10',1,'DR VORTIA',NULL,'','20131019-1863',NULL),(5343,1521,3,531,'2013-10-19 10:18:44',1,0,'','2013101950 ','2013-10-19','2013-10-19','20131019-50','11:17',1,'DR K AMAOH',NULL,'','20131019-1864',NULL),(5345,1521,1,531,'2013-10-19 10:18:44',0,0,'','2013101950 ','2013-10-19','2013-10-19','20131019-50','11:18',1,'DR K AMAOH',NULL,'','20131019-1864',NULL),(5348,1521,4,531,'2013-10-19 10:18:44',0,0,'','2013101950 ','2013-10-19','2013-10-19','20131019-50','11:18',1,'DR K AMAOH',NULL,'','20131019-1864',NULL),(5349,1522,2,531,'2013-10-19 10:24:56',0,0,'','2013101951 ','2013-10-19','2013-10-19','20131019-51','11:22',1,'DR MENSAH',NULL,'','20131019-1865',NULL),(5350,1523,3,531,'2013-10-19 10:27:29',1,0,'','2013101952 ','2013-10-19','2013-10-19','20131019-52','11:26',1,'',NULL,'','20131019-1866',NULL),(5351,1524,3,531,'2013-10-19 10:29:23',1,0,'','2013101953','2013-10-19','2013-10-19','20131019-53','11:28',1,'',NULL,'','20131019-1867',NULL),(5352,1525,3,531,'2013-10-19 10:34:06',1,0,'','2013101954 ','2013-10-19','2013-10-19','20131019-54','11:32',1,'',NULL,'','20131019-1868',NULL),(5353,1526,3,531,'2013-10-19 10:55:04',0,0,'','2013101955','2013-10-19','2013-10-19','20131019-55','11:53',1,'DR TAKYI',NULL,'','20131019-1869',NULL),(5354,1527,1,531,'2013-10-19 11:06:56',0,0,'','2013101956','2013-10-19','2013-10-19','20131019-56','12:00',1,'DR TACHIE',NULL,'','20131019-1870',NULL),(5355,1528,1,531,'2013-10-19 11:17:39',0,0,'','2013101957','2013-10-19','2013-10-19','20131019-57','12:08',1,'DR TACHIE',NULL,'','20131019-1871',NULL),(5356,1493,4,531,'2013-10-19 11:42:04',1,0,'','2013101959','2013-10-19','2013-10-19','20131019-59','12:28',1,'DR TACHIE',NULL,'','20131019-1873',NULL),(5357,148,3,531,'2013-10-19 11:44:06',1,0,'','2013101960 ','2013-10-19','2013-10-19','20131019-60','12:42',1,'DR VORTIA',NULL,'','20131019-1874',NULL),(5359,148,1,531,'2013-10-19 11:44:06',1,0,'','2013101960 ','2013-10-19','2013-10-19','20131019-60','12:43',1,'DR VORTIA',NULL,'','20131019-1874',NULL),(5360,1529,3,531,'2013-10-19 11:55:21',1,0,'','2013101961','2013-10-19','2013-10-19','20131019-61','12:53',1,'DR YEBOAH',NULL,'','20131019-1875',NULL),(5362,1529,4,531,'2013-10-19 11:55:21',1,0,'','2013101961','2013-10-19','2013-10-19','20131019-61','12:54',1,'DR YEBOAH',NULL,'','20131019-1875',NULL),(5363,1530,3,531,'2013-10-19 11:59:51',0,0,'','2013101962','2013-10-19','2013-10-19','20131019-62','12:56',1,'DR TACHIE',NULL,'','20131019-1876',NULL),(5365,1530,4,531,'2013-10-19 11:59:52',1,0,'','2013101962','2013-10-19','2013-10-19','20131019-62','12:59',1,'DR TACHIE',NULL,'','20131019-1876',NULL),(5366,1531,3,531,'2013-10-19 12:01:59',1,0,'','2013101963','2013-10-19','2013-10-19','20131019-63','13:00',1,'DR TACHIE',NULL,'','20131019-1877',NULL),(5368,1531,4,531,'2013-10-19 12:02:00',0,0,'','2013101963','2013-10-19','2013-10-19','20131019-63','13:01',1,'DR TACHIE',NULL,'','20131019-1877',NULL),(5369,166,3,531,'2013-10-19 12:04:04',0,0,'','2013101964 ','2013-10-19','2013-10-19','20131019-64','13:02',1,'DR MENSAH',NULL,'','20131019-1878',NULL),(5370,1532,3,531,'2013-10-19 12:06:33',1,0,'','2013101965','2013-10-19','2013-10-19','20131019-65','13:05',1,'DR DOW',NULL,'','20131019-1879',NULL),(5371,1533,3,531,'2013-10-19 12:09:10',0,0,'','2013101966','2013-10-19','2013-10-19','20131019-66','13:08',1,'DR DOW',NULL,'','20131019-1880',NULL),(5372,798,3,531,'2013-10-19 12:11:22',0,0,'','2013101967','2013-10-19','2013-10-19','20131019-67','13:09',1,'DR MENSAH',NULL,'','20131019-1881',NULL),(5373,1534,1,531,'2013-10-19 12:14:13',0,0,'',' 2013101968 ','2013-10-19','2013-10-19','20131019-68','13:12',1,'DR TAKYI',NULL,'','20131019-1882',NULL),(5375,1534,4,531,'2013-10-19 12:14:13',1,0,'',' 2013101968 ','2013-10-19','2013-10-19','20131019-68','13:13',1,'DR TAKYI',NULL,'','20131019-1882',NULL),(5376,1534,1,531,'2013-10-19 12:19:11',0,0,'','2013101968','2013-10-19','2013-10-19','20131019-69','13:15',1,'DR K AMAOH',NULL,'','20131019-1883',NULL),(5377,1535,1,531,'2013-10-19 12:22:31',0,0,'','2013101970 ','2013-10-19','2013-10-19','20131019-70','13:21',1,'DR MENSAH',NULL,'','20131019-1884',NULL),(5378,1536,3,531,'2013-10-19 12:26:08',0,0,'','2013101971','2013-10-19','2013-10-19','20131019-71','13:24',1,'DR K AMAOH',NULL,'','20131019-1885',NULL),(5380,1536,4,531,'2013-10-19 12:26:11',1,0,'','2013101971','2013-10-19','2013-10-19','20131019-71','13:25',1,'DR K AMAOH',NULL,'','20131019-1885',NULL),(5381,1537,3,531,'2013-10-19 12:28:32',1,0,'','2013101972','2013-10-19','2013-10-19','20131019-72','13:27',1,'DR YEBOAH',NULL,'','20131019-1886',NULL),(5383,1537,4,531,'2013-10-19 12:28:32',1,0,'','2013101972','2013-10-19','2013-10-19','20131019-72','13:28',1,'DR YEBOAH',NULL,'','20131019-1886',NULL),(5384,1538,3,531,'2013-10-19 12:31:17',0,0,'','2013101973 ','2013-10-19','2013-10-19','20131019-73','13:30',1,'DR VORTIA',NULL,'','20131019-1887',NULL),(5385,1539,3,531,'2013-10-19 12:34:51',1,0,'','2013101974','2013-10-19','2013-10-19','20131019-74','13:33',1,'DR VORTIA',NULL,'','20131019-1888',NULL),(5386,1540,3,531,'2013-10-19 12:40:05',0,0,'','2013101975','2013-10-19','2013-10-19','20131019-75','13:38',1,'DR TACHIE',NULL,'','20131019-1889',NULL),(5388,1540,4,531,'2013-10-19 12:40:06',1,0,'','2013101975','2013-10-19','2013-10-19','20131019-75','13:39',1,'DR TACHIE',NULL,'','20131019-1889',NULL),(5389,1541,3,531,'2013-10-19 12:43:54',0,0,'','2013101976','2013-10-19','2013-10-19','20131019-76','13:42',1,'DR TAKYI',NULL,'','20131019-1890',NULL),(5390,1542,3,531,'2013-10-19 13:01:17',1,0,'','2013101977 ','2013-10-19','2013-10-19','20131019-77','13:52',1,'DR AMOAH',NULL,'','20131019-1891',NULL),(5392,1542,1,531,'2013-10-19 13:01:18',0,0,'','','2013-10-19','2013-10-19','20131019-77','13:53',1,'DR AMOAH',NULL,'','20131019-1891',NULL),(5393,1543,1,531,'2013-10-19 13:05:23',0,0,'','2013101978 ','2013-10-19','2013-10-19','20131019-78','14:03',1,'DR SGEPI ATTEE',NULL,'','20131019-1892',NULL),(5394,1544,3,531,'2013-10-19 13:14:01',0,0,'','2013101979','2013-10-19','2013-10-19','20131019-79','14:11',1,'DR VORTIA',NULL,'','20131019-1893',NULL),(5395,1545,3,531,'2013-10-19 13:16:02',0,0,'','2013101980','2013-10-19','2013-10-19','20131019-80','14:15',1,'DR TAKYI',NULL,'','20131019-1894',NULL),(5396,1546,1,531,'2013-10-19 13:32:20',1,0,'','2013101981','2013-10-19','2013-10-19','20131019-81','14:26',1,'DR K AMAOH',NULL,'','20131019-1895',NULL),(5398,1546,2,531,'2013-10-19 13:32:21',0,0,'','2013101981','2013-10-19','2013-10-19','20131019-81','14:31',1,'DR K AMAOH',NULL,'','20131019-1895',NULL),(5401,1546,24,531,'2013-10-19 13:32:21',0,0,'','2013101981','2013-10-19','2013-10-19','20131019-81','14:31',1,'DR K AMAOH',NULL,'','20131019-1895',NULL),(5405,1546,26,531,'2013-10-19 13:32:21',0,0,'','2013101981','2013-10-19','2013-10-19','20131019-81','14:31',1,'DR K AMAOH',NULL,'','20131019-1895',NULL),(5406,1073,1,531,'2013-10-19 13:56:11',0,0,'','2013101982','2013-10-19','2013-10-19','20131019-82','14:53',1,'DR TACHIE',NULL,'','20131019-1896',NULL),(5408,1073,24,531,'2013-10-19 13:56:11',0,0,'','2013101982','2013-10-19','2013-10-19','20131019-82','14:55',1,'DR TACHIE',NULL,'','20131019-1896',NULL),(5411,1073,25,531,'2013-10-19 13:56:12',0,0,'','2013101982','2013-10-19','2013-10-19','20131019-82','14:55',1,'DR TACHIE',NULL,'','20131019-1896',NULL),(5412,1547,4,531,'2013-10-19 14:11:01',1,0,'','2013101983 ','2013-10-19','2013-10-19','20131019-83','15:10',1,'DR VORTIA',NULL,'','20131019-1897',NULL),(5413,1274,3,531,'2013-10-19 14:38:16',0,0,'','2013101985','2013-10-19','2013-10-19','20131019-85','15:35',1,'DR TACHIE',NULL,'','20131019-1899',NULL),(5415,1274,1,531,'2013-10-19 14:38:19',0,0,'','2013101985','2013-10-19','2013-10-19','20131019-85','15:36',1,'DR TACHIE',NULL,'','20131019-1899',NULL),(5416,1548,3,531,'2013-10-19 14:40:26',1,0,'','2013101986 ','2013-10-19','2013-10-19','20131019-86','15:39',1,'',NULL,'','20131019-1900',NULL),(5417,528,3,531,'2013-10-19 15:04:30',0,0,'','2013101987 ','2013-10-19','2013-10-19','20131019-87','16:00',1,'DR TAKYI',NULL,'','20131019-1901',NULL),(5419,528,1,531,'2013-10-19 15:04:30',1,0,'','2013101987 ','2013-10-19','2013-10-19','20131019-87','16:03',1,'DR TAKYI',NULL,'','20131019-1901',NULL),(5422,528,4,531,'2013-10-19 15:04:31',0,0,'','2013101987 ','2013-10-19','2013-10-19','20131019-87','16:03',1,'DR TAKYI',NULL,'','20131019-1901',NULL),(5426,528,5,531,'2013-10-19 15:04:31',1,0,'','2013101987 ','2013-10-19','2013-10-19','20131019-87','16:04',1,'DR TAKYI',NULL,'','20131019-1901',NULL),(5427,1549,3,531,'2013-10-19 15:52:49',1,0,'','2013101989','2013-10-19','2013-10-19','20131019-89','16:50',1,'DR YEBOAH',NULL,'','20131019-1903',NULL),(5429,1549,4,531,'2013-10-19 15:52:50',0,0,'','2013101989','2013-10-19','2013-10-19','20131019-89','16:51',1,'DR YEBOAH',NULL,'','20131019-1903',NULL),(5430,1550,3,531,'2013-10-19 16:02:15',0,0,'','2013101990','2013-10-19','2013-10-19','20131019-90','16:59',1,'DR TAKYI',NULL,'','20131019-1904',NULL),(5432,1550,1,531,'2013-10-19 16:02:15',1,0,'','2013101990','2013-10-19','2013-10-19','20131019-90','17:00',1,'DR TAKYI',NULL,'','20131019-1904',NULL),(5435,1550,4,531,'2013-10-19 16:02:16',1,0,'','2013101990','2013-10-19','2013-10-19','20131019-90','17:01',1,'DR TAKYI',NULL,'','20131019-1904',NULL),(5439,1550,5,531,'2013-10-19 16:02:16',1,0,'','2013101990','2013-10-19','2013-10-19','20131019-90','17:01',1,'DR TAKYI',NULL,'','20131019-1904',NULL),(5440,1541,4,531,'2013-10-19 16:40:24',1,0,'','2013101991','2013-10-19','2013-10-19','20131019-91','17:38',1,'DR TAKYI',NULL,'','20131019-1905',NULL),(5441,1551,3,531,'2013-10-19 16:45:20',1,0,'','2013101992','2013-10-19','2013-10-19','20131019-92','17:43',1,'DR YEBOAH',NULL,'','20131019-1906',NULL),(5443,1551,4,531,'2013-10-19 16:45:23',1,0,'','2013101992','2013-10-19','2013-10-19','20131019-92','17:45',1,'DR YEBOAH',NULL,'','20131019-1906',NULL),(5444,1473,1,531,'2013-10-19 17:44:52',0,0,'','2013101993','2013-10-19','2013-10-19','20131019-93','18:42',1,'',NULL,'','20131019-1907',NULL),(5445,1473,3,531,'2013-10-19 17:45:43',1,0,'','2013101993','2013-10-19','2013-10-19','20131019-94','18:45',1,'',NULL,'','20131019-1908',NULL),(5446,1552,3,531,'2013-10-19 17:54:58',0,0,'','2013101995 ','2013-10-19','2013-10-19','20131019-95','18:48',1,'DR K AMAOH',NULL,'','20131019-1909',NULL),(5448,1552,4,531,'2013-10-19 17:54:58',1,0,'','2013101995 ','2013-10-19','2013-10-19','20131019-95','18:50',1,'DR K AMAOH',NULL,'','20131019-1909',NULL),(5449,1553,4,531,'2013-10-19 18:55:23',1,0,'','2013101996','2013-10-19','2013-10-19','20131019-96','19:54',1,'DR TACHIE',NULL,'','20131019-1910',NULL),(5450,1554,3,558,'2013-10-19 20:20:48',1,0,'','2013101997','2013-10-19','2013-10-19','20131019-97','21:19',1,'DR YEBOAH',NULL,'','20131019-1911',NULL),(5451,1555,3,558,'2013-10-19 20:24:32',1,0,'','2013101998','2013-10-19','2013-10-19','20131019-98','21:23',1,'DR OFORI ANTI',NULL,'','20131019-1912',NULL),(5452,1556,3,558,'2013-10-19 21:55:52',1,0,'','2013101999','2013-10-19','2013-10-19','20131019-99','22:54',1,'DR OFORI ANTI',NULL,'','20131019-1913',NULL),(5454,1556,1,558,'2013-10-19 21:55:52',1,0,'','2013101999','2013-10-19','2013-10-19','20131019-99','22:55',1,'DR OFORI ANTI',NULL,'','20131019-1913',NULL),(5455,1557,3,558,'2013-10-20 00:09:01',1,0,'','201310201','2013-10-20','2013-10-20','20131020-1','01:07',1,'DR OFORI',NULL,'','20131020-1914',NULL),(5456,1558,3,558,'2013-10-20 00:11:34',1,0,'','201310202 ','2013-10-20','2013-10-20','20131020-2','01:10',1,'DR DANIELS',NULL,'','20131020-1915',NULL),(5458,1558,4,558,'2013-10-20 00:11:34',0,0,'','201310202 ','2013-10-20','2013-10-20','20131020-2','01:11',1,'DR DANIELS',NULL,'','20131020-1915',NULL),(5459,1559,3,558,'2013-10-20 06:28:49',0,0,'','201310203','2013-10-20','2013-10-20','20131020-3','07:26',1,'DR YEBOAH',NULL,'','20131020-1916',NULL),(5461,1559,4,558,'2013-10-20 06:28:50',0,0,'','201310203','2013-10-20','2013-10-20','20131020-3','07:27',1,'DR YEBOAH',NULL,'','20131020-1916',NULL),(5464,1559,1,558,'2013-10-20 06:28:50',0,0,'','201310203','2013-10-20','2013-10-20','20131020-3','07:27',1,'DR YEBOAH',NULL,'','20131020-1916',NULL),(5465,1560,3,558,'2013-10-20 07:05:29',0,0,'','201310204','2013-10-20','2013-10-20','20131020-4','08:03',1,'DR VORTIA',NULL,'','20131020-1917',NULL),(5467,1560,1,558,'2013-10-20 07:05:29',0,0,'','201310204','2013-10-20','2013-10-20','20131020-4','08:04',1,'DR VORTIA',NULL,'','20131020-1917',NULL),(5468,1470,3,531,'2013-10-20 07:12:56',0,0,'',' 201310205','2013-10-20','2013-10-20','20131020-5','08:11',1,'DR OFORI ANTI',NULL,'','20131020-1918',NULL),(5469,1561,1,531,'2013-10-20 07:37:39',0,0,'','201310206','2013-10-20','2013-10-20','20131020-6','08:34',1,'DR ASUMANU',NULL,'','20131020-1919',NULL),(5471,1561,2,531,'2013-10-20 07:37:39',0,0,'','201310206','2013-10-20','2013-10-20','20131020-6','08:36',1,'DR ASUMANU',NULL,'','20131020-1919',NULL),(5474,1561,3,531,'2013-10-20 07:37:39',0,0,'','201310206','2013-10-20','2013-10-20','20131020-6','08:37',1,'DR ASUMANU',NULL,'','20131020-1919',NULL),(5475,1470,1,531,'2013-10-20 07:41:43',0,0,'','201310205','2013-10-20','2013-10-20','20131020-7','08:39',1,'DR OFORI ANTI',NULL,'','20131020-1920',NULL),(5477,1470,3,531,'2013-10-20 07:41:43',0,0,'','201310205','2013-10-20','2013-10-20','20131020-7','08:41',1,'DR OFORI ANTI',NULL,'','20131020-1920',NULL),(5478,1499,3,531,'2013-10-20 08:06:29',0,0,'','201310208 ','2013-10-20','2013-10-20','20131020-8','09:04',1,'DR YEBOAH',NULL,'','20131020-1921',NULL),(5479,1562,3,531,'2013-10-20 08:26:56',0,0,'','201310209','2013-10-20','2013-10-20','20131020-9','09:24',1,'DR OFORI',NULL,'','20131020-1922',NULL),(5481,1562,4,531,'2013-10-20 08:26:56',1,0,'','201310209','2013-10-20','2013-10-20','20131020-9','09:26',1,'DR OFORI',NULL,'','20131020-1922',NULL),(5482,1563,3,531,'2013-10-20 08:37:57',0,0,'','2013102010','2013-10-20','2013-10-20','20131020-10','09:35',1,'DR MENSAH',NULL,'','20131020-1923',NULL),(5484,1563,1,531,'2013-10-20 08:37:57',0,0,'','2013102010','2013-10-20','2013-10-20','20131020-10','09:37',1,'DR MENSAH',NULL,'','20131020-1923',NULL),(5485,1564,3,531,'2013-10-20 09:01:25',0,0,'','2013102011','2013-10-20','2013-10-20','20131020-11','09:59',1,'DR DANIELS',NULL,'','20131020-1924',NULL),(5487,1564,4,531,'2013-10-20 09:01:25',0,0,'','2013102011','2013-10-20','2013-10-20','20131020-11','10:01',1,'DR DANIELS',NULL,'','20131020-1924',NULL),(5488,1014,3,531,'2013-10-20 09:05:29',0,0,'','2013102012','2013-10-20','2013-10-20','20131020-12','10:04',1,'DR OFORI',NULL,'','20131020-1925',NULL),(5489,1565,3,531,'2013-10-20 09:21:20',0,0,'','2013102013','2013-10-20','2013-10-20','20131020-13','10:20',1,'DR MENSAH',NULL,'','20131020-1926',NULL),(5491,1565,1,531,'2013-10-20 09:21:21',1,0,'','2013102013','2013-10-20','2013-10-20','20131020-13','10:21',1,'DR MENSAH',NULL,'','20131020-1926',NULL),(5492,1566,3,531,'2013-10-20 09:55:06',0,0,'','2013102014 ','2013-10-20','2013-10-20','20131020-14','10:52',1,'DR OFORI',NULL,'','20131020-1927',NULL),(5494,1566,1,531,'2013-10-20 09:55:06',1,0,'','2013102014 ','2013-10-20','2013-10-20','20131020-14','10:54',1,'DR OFORI',NULL,'','20131020-1927',NULL),(5497,1566,4,531,'2013-10-20 09:55:06',1,0,'','2013102014 ','2013-10-20','2013-10-20','20131020-14','10:54',1,'DR OFORI',NULL,'','20131020-1927',NULL),(5498,1567,3,531,'2013-10-20 10:19:34',0,0,'','2013102015','2013-10-20','2013-10-20','20131020-15','11:17',1,'DR MENSAH',NULL,'','20131020-1928',NULL),(5500,1567,1,531,'2013-10-20 10:19:34',0,0,'','2013102015','2013-10-20','2013-10-20','20131020-15','11:18',1,'DR MENSAH',NULL,'','20131020-1928',NULL),(5501,1568,3,531,'2013-10-20 10:26:00',0,0,'','2013102016 ','2013-10-20','2013-10-20','20131020-16','11:22',1,'DR MENSAH',NULL,'','20131020-1929',NULL),(5502,1569,3,531,'2013-10-20 10:35:20',0,0,'','2013102017 ','2013-10-20','2013-10-20','20131020-17','11:34',1,'DR MENSAH',NULL,'','20131020-1930',NULL),(5504,1569,1,531,'2013-10-20 10:35:20',1,0,'','2013102017 ','2013-10-20','2013-10-20','20131020-17','11:35',1,'DR MENSAH',NULL,'','20131020-1930',NULL),(5505,448,4,531,'2013-10-20 10:37:26',1,0,'','2013102018 ','2013-10-20','2013-10-20','20131020-18','11:36',1,'DR MENSAH',NULL,'','20131020-1931',NULL),(5506,1570,3,531,'2013-10-20 10:43:32',0,0,'','2013102019','2013-10-20','2013-10-20','20131020-19','11:41',1,'DR VORTIA',NULL,'','20131020-1932',NULL),(5507,1549,3,531,'2013-10-20 10:46:12',0,0,'','2013102020','2013-10-20','2013-10-20','20131020-20','11:44',1,'DR VORTIA',NULL,'','20131020-1933',NULL),(5509,1549,1,531,'2013-10-20 10:46:13',0,0,'','2013102020','2013-10-20','2013-10-20','20131020-20','11:45',1,'DR VORTIA',NULL,'','20131020-1933',NULL),(5510,1571,3,531,'2013-10-20 10:49:48',0,0,'','2013102021','2013-10-20','2013-10-20','20131020-21','11:47',1,'DR OFORI',NULL,'','20131020-1934',NULL),(5512,1571,4,531,'2013-10-20 10:49:48',1,0,'','2013102021','2013-10-20','2013-10-20','20131020-21','11:49',1,'DR OFORI',NULL,'','20131020-1934',NULL),(5513,1572,3,531,'2013-10-20 10:51:59',1,0,'','2013102022','2013-10-20','2013-10-20','20131020-22','11:50',1,'',NULL,'','20131020-1935',NULL),(5514,1573,3,531,'2013-10-20 10:56:38',1,0,'','2013102023','2013-10-20','2013-10-20','20131020-23','11:55',1,'',NULL,'','20131020-1936',NULL),(5515,1574,3,531,'2013-10-20 10:58:20',1,0,'',' 2013102024','2013-10-20','2013-10-20','20131020-24','11:57',1,'',NULL,'','20131020-1937',NULL),(5516,1575,3,531,'2013-10-20 11:16:29',0,0,'','2013102025','2013-10-20','2013-10-20','20131020-25','12:15',1,'DR OFORI',NULL,'','20131020-1938',NULL),(5518,1575,1,531,'2013-10-20 11:16:30',1,0,'','2013102025','2013-10-20','2013-10-20','20131020-25','12:16',1,'DR OFORI',NULL,'','20131020-1938',NULL),(5521,1575,4,531,'2013-10-20 11:16:30',1,0,'','2013102025','2013-10-20','2013-10-20','20131020-25','12:16',1,'DR OFORI',NULL,'','20131020-1938',NULL),(5522,1576,4,531,'2013-10-20 11:50:02',1,0,'','2013102026 ','2013-10-20','2013-10-20','20131020-26','12:48',1,'DR OFORI',NULL,'','20131020-1939',NULL),(5524,1576,10,531,'2013-10-20 11:50:02',1,0,'','2013102026 ','2013-10-20','2013-10-20','20131020-26','12:49',1,'DR OFORI',NULL,'','20131020-1939',NULL),(5525,1577,4,531,'2013-10-20 11:52:09',1,0,'','2013102027','2013-10-20','2013-10-20','20131020-27','12:51',1,'DR OFORI',NULL,'','20131020-1940',NULL),(5526,1578,3,531,'2013-10-20 12:16:41',0,0,'','2013102029','2013-10-20','2013-10-20','20131020-29','13:15',1,'DR OFORI',NULL,'','20131020-1942',NULL),(5527,1579,3,531,'2013-10-20 12:44:31',0,0,'','2013102030 ','2013-10-20','2013-10-20','20131020-30','13:42',1,'DR MENSAH',NULL,'','20131020-1943',NULL),(5529,1579,1,531,'2013-10-20 12:44:32',0,0,'','2013102030 ','2013-10-20','2013-10-20','20131020-30','13:44',1,'DR MENSAH',NULL,'','20131020-1943',NULL),(5530,1580,1,531,'2013-10-20 12:54:50',0,0,'','2013102031','2013-10-20','2013-10-20','20131020-31','13:53',1,'DR VORTIA',NULL,'','20131020-1944',NULL),(5531,1581,3,531,'2013-10-20 13:00:24',0,0,'','2013102032 ','2013-10-20','2013-10-20','20131020-32','13:56',1,'DR VORTIA',NULL,'','20131020-1945',NULL),(5532,1359,3,531,'2013-10-20 13:02:16',0,0,'',' 2013102033','2013-10-20','2013-10-20','20131020-33','14:01',1,'DR VORTIA',NULL,'','20131020-1946',NULL),(5533,1366,3,531,'2013-10-20 13:04:50',1,0,'','2013102034 ','2013-10-20','2013-10-20','20131020-34','14:03',1,'DR MENSAH',NULL,'','20131020-1947',NULL),(5535,1366,1,531,'2013-10-20 13:04:50',1,0,'','2013102034 ','2013-10-20','2013-10-20','20131020-34','14:04',1,'DR MENSAH',NULL,'','20131020-1947',NULL),(5536,1582,3,531,'2013-10-20 13:41:00',0,0,'',' 2013102035 ','2013-10-20','2013-10-20','20131020-35','14:38',1,'DR OFORI',NULL,'','20131020-1948',NULL),(5537,496,3,531,'2013-10-20 13:45:34',0,0,'','2013102036','2013-10-20','2013-10-20','20131020-36','14:43',1,'DR OFORI',NULL,'','20131020-1949',NULL),(5539,496,1,531,'2013-10-20 13:45:34',0,0,'','2013102036','2013-10-20','2013-10-20','20131020-36','14:44',1,'DR OFORI',NULL,'','20131020-1949',NULL),(5542,496,4,531,'2013-10-20 13:45:35',0,0,'','2013102036','2013-10-20','2013-10-20','20131020-36','14:45',1,'DR OFORI',NULL,'','20131020-1949',NULL),(5543,1107,3,531,'2013-10-20 13:47:37',1,0,'','2013102037 ','2013-10-20','2013-10-20','20131020-37','14:46',1,'DR OFORI',NULL,'','20131020-1950',NULL),(5544,1583,3,531,'2013-10-20 14:02:59',0,0,'','2013102038','2013-10-20','2013-10-20','20131020-38','15:00',1,'DR OFORI',NULL,'','20131020-1951',NULL),(5546,1583,1,531,'2013-10-20 14:02:59',1,0,'','2013102038','2013-10-20','2013-10-20','20131020-38','15:02',1,'DR OFORI',NULL,'','20131020-1951',NULL),(5549,1583,4,531,'2013-10-20 14:02:59',0,0,'','2013102038','2013-10-20','2013-10-20','20131020-38','15:02',1,'DR OFORI',NULL,'','20131020-1951',NULL),(5550,1584,4,531,'2013-10-20 14:05:54',1,0,'','2013102039 ','2013-10-20','2013-10-20','20131020-39','15:04',1,'DR MENSAH',NULL,'','20131020-1952',NULL),(5551,1585,4,531,'2013-10-20 14:15:15',1,0,'','2013102040 ','2013-10-20','2013-10-20','20131020-40','15:14',1,'DR OFORI',NULL,'','20131020-1953',NULL),(5552,1586,3,531,'2013-10-20 14:25:09',0,0,'',' 2013102041 ','2013-10-20','2013-10-20','20131020-41','15:22',1,'DR OFORI',NULL,'','20131020-1954',NULL),(5554,1586,4,531,'2013-10-20 14:25:09',1,0,'',' 2013102041 ','2013-10-20','2013-10-20','20131020-41','15:24',1,'DR OFORI',NULL,'','20131020-1954',NULL),(5557,1586,5,531,'2013-10-20 14:25:09',0,0,'',' 2013102041 ','2013-10-20','2013-10-20','20131020-41','15:24',1,'DR OFORI',NULL,'','20131020-1954',NULL),(5558,1587,3,531,'2013-10-20 14:28:45',0,0,'',' 2013102042','2013-10-20','2013-10-20','20131020-42','15:27',1,'DR MENSAH',NULL,'','20131020-1955',NULL),(5560,1587,4,531,'2013-10-20 14:28:45',1,0,'',' 2013102042','2013-10-20','2013-10-20','20131020-42','15:28',1,'DR MENSAH',NULL,'','20131020-1955',NULL),(5561,1588,3,531,'2013-10-20 14:39:00',0,0,'','2013102043','2013-10-20','2013-10-20','20131020-43','15:36',1,'DR OFORI',NULL,'','20131020-1956',NULL),(5563,1588,1,531,'2013-10-20 14:39:01',1,0,'','2013102043','2013-10-20','2013-10-20','20131020-43','15:38',1,'DR OFORI',NULL,'','20131020-1956',NULL),(5566,1588,4,531,'2013-10-20 14:39:01',1,0,'','2013102043','2013-10-20','2013-10-20','20131020-43','15:38',1,'DR OFORI',NULL,'','20131020-1956',NULL),(5567,1589,3,531,'2013-10-20 15:00:26',0,0,'','2013102044 ','2013-10-20','2013-10-20','20131020-44','15:59',1,'DR NKETIAH',NULL,'','20131020-1957',NULL),(5568,1590,3,531,'2013-10-20 15:13:39',1,0,'','2013102045','2013-10-20','2013-10-20','20131020-45','16:12',1,'',NULL,'','20131020-1958',NULL),(5569,1591,3,531,'2013-10-20 15:26:22',0,0,'','2013102046','2013-10-20','2013-10-20','20131020-46','16:24',1,'DR MENSAH',NULL,'','20131020-1959',NULL),(5570,1592,4,531,'2013-10-20 15:38:32',1,0,'','2013102047','2013-10-20','2013-10-20','20131020-47','16:35',1,'DR NKETIAH',NULL,'','20131020-1960',NULL),(5572,1592,1,531,'2013-10-20 15:38:32',1,0,'','2013102047','2013-10-20','2013-10-20','20131020-47','16:37',1,'DR NKETIAH',NULL,'','20131020-1960',NULL),(5573,1584,4,531,'2013-10-20 15:49:01',1,0,'','2013102039','2013-10-20','2013-10-20','20131020-48','16:47',1,'DR MENSAH',NULL,'','20131020-1961',NULL),(5574,1587,4,531,'2013-10-20 16:26:24',1,0,'','2013102049','2013-10-20','2013-10-20','20131020-49','17:25',1,'DR NKRUMAH',NULL,'','20131020-1962',NULL),(5575,1593,3,531,'2013-10-20 16:50:06',0,0,'','2013102050 ','2013-10-20','2013-10-20','20131020-50','17:48',1,'DR NKRUMAH',NULL,'','20131020-1963',NULL),(5576,1594,4,531,'2013-10-20 16:56:48',1,0,'','2013102051','2013-10-20','2013-10-20','20131020-51','17:55',1,'DR OFORI',NULL,'','20131020-1964',NULL),(5577,1426,1,531,'2013-10-20 17:00:15',0,0,'','2013102052','2013-10-20','2013-10-20','20131020-52','17:57',1,'',NULL,'','20131020-1965',NULL),(5579,1426,3,531,'2013-10-20 17:00:15',0,0,'','2013102052','2013-10-20','2013-10-20','20131020-52','17:59',1,'',NULL,'','20131020-1965',NULL),(5582,1426,2,531,'2013-10-20 17:00:16',1,0,'','2013102052','2013-10-20','2013-10-20','20131020-52','17:59',1,'',NULL,'','20131020-1965',NULL),(5583,1595,3,531,'2013-10-20 18:01:36',0,0,'','2013102053','2013-10-20','2013-10-20','20131020-53','18:59',1,'DR NKRUMAH',NULL,'','20131020-1966',NULL),(5585,1595,4,531,'2013-10-20 18:01:36',0,0,'','2013102053','2013-10-20','2013-10-20','20131020-53','19:01',1,'DR NKRUMAH',NULL,'','20131020-1966',NULL),(5586,1596,3,531,'2013-10-20 18:09:12',0,0,'','2013102054 ','2013-10-20','2013-10-20','20131020-54','19:06',1,'DR OFORI',NULL,'','20131020-1967',NULL),(5588,1596,1,531,'2013-10-20 18:09:13',0,0,'','2013102054 ','2013-10-20','2013-10-20','20131020-54','19:08',1,'DR OFORI',NULL,'','20131020-1967',NULL),(5591,1596,4,531,'2013-10-20 18:09:13',0,0,'','2013102054 ','2013-10-20','2013-10-20','20131020-54','19:08',1,'DR OFORI',NULL,'','20131020-1967',NULL),(5592,1597,3,531,'2013-10-20 18:54:46',0,0,'','2013102055','2013-10-20','2013-10-20','20131020-55','19:53',1,'DR NKRUMAH',NULL,'','20131020-1968',NULL),(5593,1598,3,531,'2013-10-20 19:16:37',0,0,'','2013102056','2013-10-20','2013-10-20','20131020-56','20:14',1,'DR NKETIAH',NULL,'','20131020-1969',NULL),(5595,1598,4,531,'2013-10-20 19:16:38',0,0,'','2013102056','2013-10-20','2013-10-20','20131020-56','20:16',1,'DR NKETIAH',NULL,'','20131020-1969',NULL),(5596,1599,3,531,'2013-10-20 19:20:24',0,0,'','2013102057','2013-10-20','2013-10-20','20131020-57','20:19',1,'DR OFORI',NULL,'','20131020-1970',NULL),(5598,1599,4,531,'2013-10-20 19:20:25',1,0,'','2013102057','2013-10-20','2013-10-20','20131020-57','20:20',1,'DR OFORI',NULL,'','20131020-1970',NULL),(5599,1600,3,531,'2013-10-20 19:31:57',0,0,'',' 2013102058 ','2013-10-20','2013-10-20','20131020-58','20:28',1,'DR OFORI',NULL,'','20131020-1971',NULL),(5601,1600,1,531,'2013-10-20 19:31:57',1,0,'',' 2013102058 ','2013-10-20','2013-10-20','20131020-58','20:31',1,'DR OFORI',NULL,'','20131020-1971',NULL),(5602,1601,3,531,'2013-10-20 19:36:39',1,0,'','2013102059','2013-10-20','2013-10-20','20131020-59','20:34',1,'DR OFORI',NULL,'','20131020-1972',NULL),(5603,1602,3,531,'2013-10-20 19:38:46',1,0,'','2013102060','2013-10-20','2013-10-20','20131020-60','20:37',1,'DR OFORI',NULL,'','20131020-1973',NULL),(5604,1603,3,531,'2013-10-20 19:44:51',0,0,'',' 2013102061','2013-10-20','2013-10-20','20131020-61','20:43',1,'DR NKETIAH',NULL,'','20131020-1974',NULL),(5606,1603,4,531,'2013-10-20 19:44:52',0,0,'',' 2013102061','2013-10-20','2013-10-20','20131020-61','20:44',1,'DR NKETIAH',NULL,'','20131020-1974',NULL),(5607,1604,3,531,'2013-10-20 19:49:22',0,0,'',' 2013102062 ','2013-10-20','2013-10-20','20131020-62','20:48',1,'DR NKETIAH',NULL,'','20131020-1975',NULL),(5608,1605,3,531,'2013-10-20 19:52:38',1,0,'','2013102063 ','2013-10-20','2013-10-20','20131020-63','20:51',1,'DR NKETIAH',NULL,'','20131020-1976',NULL),(5609,1606,3,531,'2013-10-20 19:54:26',0,0,'','2013102064','2013-10-20','2013-10-20','20131020-64','20:53',1,'DR OFORI',NULL,'','20131020-1977',NULL),(5610,1607,3,530,'2013-10-20 20:58:15',1,0,'','2013102065 ','2013-10-20','2013-10-20','20131020-65','21:56',1,'DR DJAN',NULL,'','20131020-1978',NULL),(5612,1607,4,530,'2013-10-20 20:58:15',1,0,'','2013102065 ','2013-10-20','2013-10-20','20131020-65','21:57',1,'DR DJAN',NULL,'','20131020-1978',NULL),(5613,1606,4,530,'2013-10-20 21:55:55',0,0,'',' 2013102066','2013-10-20','2013-10-20','20131020-66','22:54',1,'DR SALLAR',NULL,'','20131020-1979',NULL),(5614,1609,19,530,'2013-10-20 22:54:39',0,0,'','','2013-10-20','2013-10-20','20131020-67','23:53',1,'',NULL,'','20131020-1980',NULL),(5615,1610,3,530,'2013-10-21 00:05:11',1,0,'',' 201310211 ','2013-10-21','2013-10-21','20131021-1','01:04',1,'DR DJAN',NULL,'','20131021-1981',NULL),(5617,1610,4,530,'2013-10-21 00:05:14',1,0,'',' 201310211 ','2013-10-21','2013-10-21','20131021-1','01:04',1,'DR DJAN',NULL,'','20131021-1981',NULL),(5618,1611,3,530,'2013-10-21 02:27:36',0,0,'','201310212 ','2013-10-21','2013-10-21','20131021-2','03:26',1,'DR SALLAR',NULL,'','20131021-1982',NULL),(5620,1611,4,530,'2013-10-21 02:27:36',0,0,'','201310212 ','2013-10-21','2013-10-21','20131021-2','03:27',1,'DR SALLAR',NULL,'','20131021-1982',NULL),(5623,1611,1,530,'2013-10-21 02:27:37',0,0,'','201310212 ','2013-10-21','2013-10-21','20131021-2','03:27',1,'DR SALLAR',NULL,'','20131021-1982',NULL),(5624,1612,3,530,'2013-10-21 02:36:24',0,0,'','201310213 ','2013-10-21','2013-10-21','20131021-3','03:35',1,'DR SALLAR',NULL,'','20131021-1983',NULL),(5626,1612,5,530,'2013-10-21 02:36:24',1,0,'','201310213 ','2013-10-21','2013-10-21','20131021-3','03:36',1,'DR SALLAR',NULL,'','20131021-1983',NULL),(5629,1612,1,530,'2013-10-21 02:36:25',0,0,'','201310213 ','2013-10-21','2013-10-21','20131021-3','03:36',1,'DR SALLAR',NULL,'','20131021-1983',NULL),(5630,1613,1,530,'2013-10-21 04:45:05',0,0,'','201310214 ','2013-10-21','2013-10-21','20131021-4','05:42',1,'DR DJAN',NULL,'','20131021-1984',NULL),(5632,1613,2,530,'2013-10-21 04:45:05',0,0,'','201310214 ','2013-10-21','2013-10-21','20131021-4','05:44',1,'DR DJAN',NULL,'','20131021-1984',NULL),(5635,1613,4,530,'2013-10-21 04:45:06',1,0,'','201310214 ','2013-10-21','2013-10-21','20131021-4','05:44',1,'DR DJAN',NULL,'','20131021-1984',NULL),(5639,1613,3,530,'2013-10-21 04:45:06',0,0,'','201310214 ','2013-10-21','2013-10-21','20131021-4','05:44',1,'DR DJAN',NULL,'','20131021-1984',NULL),(5640,1614,19,530,'2013-10-21 06:29:03',0,0,'','201310215','2013-10-21','2013-10-21','20131021-5','07:27',1,'DR SALLAR',NULL,'','20131021-1985',NULL),(5642,1614,24,530,'2013-10-21 06:29:04',0,0,'','201310215','2013-10-21','2013-10-21','20131021-5','07:28',1,'DR SALLAR',NULL,'','20131021-1985',NULL),(5643,1615,2,530,'2013-10-21 06:45:39',1,0,'','201310216','2013-10-21','2013-10-21','20131021-6','07:44',1,'DR AMABLE',NULL,'','20131021-1986',NULL),(5645,1615,4,530,'2013-10-21 06:45:39',1,0,'','201310216','2013-10-21','2013-10-21','20131021-6','07:45',1,'DR AMABLE',NULL,'','20131021-1986',NULL),(5646,1616,1,530,'2013-10-21 07:06:40',0,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:04',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5648,1616,3,530,'2013-10-21 07:06:41',0,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:05',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5651,1616,4,530,'2013-10-21 07:06:41',1,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:05',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5655,1616,5,530,'2013-10-21 07:06:41',0,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:05',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5660,1616,28,530,'2013-10-21 07:06:42',0,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:05',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5666,1616,26,530,'2013-10-21 07:06:42',0,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:06',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5673,1616,24,530,'2013-10-21 07:06:42',0,0,'','201310217 ','2013-10-21','2013-10-21','20131021-7','08:06',1,'DR MENSAH',NULL,'','20131021-1987',NULL),(5674,1617,3,531,'2013-10-21 07:16:42',0,0,'','201310218','2013-10-21','2013-10-21','20131021-8','08:15',1,'DR SALLAR',NULL,'','20131021-1988',NULL),(5676,1617,1,531,'2013-10-21 07:16:42',1,0,'','201310218','2013-10-21','2013-10-21','20131021-8','08:16',1,'DR SALLAR',NULL,'','20131021-1988',NULL),(5677,1618,3,531,'2013-10-21 08:13:11',0,0,'','201310219 ','2013-10-21','2013-10-21','20131021-9','09:12',1,'DR TAKYI',NULL,'','20131021-1989',NULL),(5678,1619,3,531,'2013-10-21 08:15:52',0,0,'','2013102111','2013-10-21','2013-10-21','20131021-11','09:14',1,'DR SALLAR',NULL,'','20131021-1991',NULL),(5679,1620,3,531,'2013-10-21 08:21:03',0,0,'','2013102112','2013-10-21','2013-10-21','20131021-12','09:18',1,'DR DJAN',NULL,'','20131021-1992',NULL),(5681,1620,1,531,'2013-10-21 08:21:04',1,0,'','2013102112','2013-10-21','2013-10-21','20131021-12','09:20',1,'DR DJAN',NULL,'','20131021-1992',NULL),(5682,1621,3,531,'2013-10-21 08:29:34',0,0,'','2013102113','2013-10-21','2013-10-21','20131021-13','09:26',1,'DR ARMAH',NULL,'','20131021-1993',NULL),(5684,1621,1,531,'2013-10-21 08:29:34',1,0,'','2013102113','2013-10-21','2013-10-21','20131021-13','09:27',1,'DR ARMAH',NULL,'','20131021-1993',NULL),(5687,1621,4,531,'2013-10-21 08:29:35',1,0,'','2013102113','2013-10-21','2013-10-21','20131021-13','09:29',1,'DR ARMAH',NULL,'','20131021-1993',NULL),(5688,1622,3,531,'2013-10-21 08:37:38',0,0,'','2013102114 ','2013-10-21','2013-10-21','20131021-14','09:34',1,'DR MENSAH',NULL,'','20131021-1994',NULL),(5690,1622,1,531,'2013-10-21 08:37:38',0,0,'','2013102114 ','2013-10-21','2013-10-21','20131021-14','09:36',1,'DR MENSAH',NULL,'','20131021-1994',NULL),(5693,1622,4,531,'2013-10-21 08:37:39',1,0,'','2013102114 ','2013-10-21','2013-10-21','20131021-14','09:37',1,'DR MENSAH',NULL,'','20131021-1994',NULL),(5697,1622,5,531,'2013-10-21 08:37:39',1,0,'','2013102114 ','2013-10-21','2013-10-21','20131021-14','09:37',1,'DR MENSAH',NULL,'','20131021-1994',NULL),(5698,1623,3,531,'2013-10-21 08:42:40',0,0,'','2013102115 ','2013-10-21','2013-10-21','20131021-15','09:40',1,'DR VORTIA',NULL,'','20131021-1995',NULL),(5700,1623,1,531,'2013-10-21 08:42:41',0,0,'','2013102115 ','2013-10-21','2013-10-21','20131021-15','09:41',1,'DR VORTIA',NULL,'','20131021-1995',NULL),(5703,1623,24,531,'2013-10-21 08:42:41',0,0,'','2013102115 ','2013-10-21','2013-10-21','20131021-15','09:42',1,'DR VORTIA',NULL,'','20131021-1995',NULL),(5704,1624,3,531,'2013-10-21 08:50:46',0,0,'','2013102116','2013-10-21','2013-10-21','20131021-16','09:48',1,'DR OFORI ANTI',NULL,'','20131021-1996',NULL),(5706,1624,1,531,'2013-10-21 08:50:46',1,0,'','2013102116','2013-10-21','2013-10-21','20131021-16','09:50',1,'DR OFORI ANTI',NULL,'','20131021-1996',NULL),(5709,1624,4,531,'2013-10-21 08:50:46',1,0,'','2013102116','2013-10-21','2013-10-21','20131021-16','09:50',1,'DR OFORI ANTI',NULL,'','20131021-1996',NULL),(5710,1625,3,531,'2013-10-21 08:54:38',0,0,'',' 2013102117','2013-10-21','2013-10-21','20131021-17','09:52',1,'DR MENSAH',NULL,'','20131021-1997',NULL),(5712,1625,1,531,'2013-10-21 08:54:38',0,0,'',' 2013102117','2013-10-21','2013-10-21','20131021-17','09:52',1,'DR MENSAH',NULL,'','20131021-1997',NULL),(5715,1625,4,531,'2013-10-21 08:54:38',1,0,'',' 2013102117','2013-10-21','2013-10-21','20131021-17','09:53',1,'DR MENSAH',NULL,'','20131021-1997',NULL),(5719,1625,5,531,'2013-10-21 08:54:38',1,0,'',' 2013102117','2013-10-21','2013-10-21','20131021-17','09:54',1,'DR MENSAH',NULL,'','20131021-1997',NULL),(5720,1626,3,531,'2013-10-21 08:57:21',0,0,'','2013102118','2013-10-21','2013-10-21','20131021-18','09:56',1,'DR VORTIA',NULL,'','20131021-1998',NULL),(5722,1626,1,531,'2013-10-21 08:57:21',0,0,'','2013102118','2013-10-21','2013-10-21','20131021-18','09:56',1,'DR VORTIA',NULL,'','20131021-1998',NULL),(5723,1627,3,531,'2013-10-21 09:06:10',0,0,'','2013102119','2013-10-21','2013-10-21','20131021-19','10:01',1,'DR MENSAH',NULL,'','20131021-1999',NULL),(5725,1627,1,531,'2013-10-21 09:06:11',0,0,'','2013102119','2013-10-21','2013-10-21','20131021-19','10:03',1,'DR MENSAH',NULL,'','20131021-1999',NULL),(5728,1627,4,531,'2013-10-21 09:06:12',1,0,'','2013102119','2013-10-21','2013-10-21','20131021-19','10:04',1,'DR MENSAH',NULL,'','20131021-1999',NULL),(5732,1627,5,531,'2013-10-21 09:06:12',1,0,'','2013102119','2013-10-21','2013-10-21','20131021-19','10:05',1,'DR MENSAH',NULL,'','20131021-1999',NULL),(5737,1627,28,531,'2013-10-21 09:06:13',0,0,'','2013102119','2013-10-21','2013-10-21','20131021-19','10:05',1,'DR MENSAH',NULL,'','20131021-1999',NULL),(5738,1628,3,531,'2013-10-21 09:10:28',0,0,'','2013102120','2013-10-21','2013-10-21','20131021-20','10:08',1,'DR OFORI ANTI',NULL,'','20131021-2000',NULL),(5740,1628,1,531,'2013-10-21 09:10:28',0,0,'','2013102120','2013-10-21','2013-10-21','20131021-20','10:10',1,'DR OFORI ANTI',NULL,'','20131021-2000',NULL),(5741,1629,3,531,'2013-10-21 09:14:12',0,0,'',' 2013102121','2013-10-21','2013-10-21','20131021-21','10:12',1,'DR OFORI ANTI',NULL,'','20131021-2001',NULL),(5743,1629,1,531,'2013-10-21 09:14:12',0,0,'',' 2013102121','2013-10-21','2013-10-21','20131021-21','10:13',1,'DR OFORI ANTI',NULL,'','20131021-2001',NULL),(5746,1629,4,531,'2013-10-21 09:14:13',1,0,'',' 2013102121','2013-10-21','2013-10-21','20131021-21','10:14',1,'DR OFORI ANTI',NULL,'','20131021-2001',NULL),(5747,1630,3,531,'2013-10-21 09:16:26',0,0,'','2013102122','2013-10-21','2013-10-21','20131021-22','10:15',1,'DR VORTIA',NULL,'','20131021-2002',NULL),(5749,1630,4,531,'2013-10-21 09:16:26',1,0,'','2013102122','2013-10-21','2013-10-21','20131021-22','10:16',1,'DR VORTIA',NULL,'','20131021-2002',NULL),(5750,1631,5,531,'2013-10-21 09:18:58',1,0,'','2013102123','2013-10-21','2013-10-21','20131021-23','10:17',1,'DR MENSAH',NULL,'','20131021-2003',NULL),(5751,1632,3,531,'2013-10-21 09:29:14',0,0,'',' 2013102124','2013-10-21','2013-10-21','20131021-24','10:28',1,'DR OFORI ANTI',NULL,'','20131021-2004',NULL),(5752,1617,3,531,'2013-10-21 09:32:45',0,0,'',' 201310218','2013-10-21','2013-10-21','20131021-25','10:30',1,'DR VORTIA',NULL,'','20131021-2005',NULL),(5754,1617,1,531,'2013-10-21 09:32:46',0,0,'',' 2013102124','2013-10-21','2013-10-21','20131021-25','10:31',1,'DR VORTIA',NULL,'','20131021-2005',NULL),(5755,1633,3,531,'2013-10-21 09:41:21',0,0,'','2013102126 ','2013-10-21','2013-10-21','20131021-26','10:38',1,'DR OFORI ANTI',NULL,'','20131021-2006',NULL),(5757,1633,1,531,'2013-10-21 09:41:21',0,0,'','2013102126 ','2013-10-21','2013-10-21','20131021-26','10:40',1,'DR OFORI ANTI',NULL,'','20131021-2006',NULL),(5758,1596,19,531,'2013-10-21 09:52:05',1,0,'','2013102127','2013-10-21','2013-10-21','20131021-27','10:50',1,'DR ADOTEY',NULL,'','20131021-2007',NULL),(5759,1620,5,531,'2013-10-21 09:57:32',0,0,'','2013102112','2013-10-21','2013-10-21','20131021-28','10:56',1,'',NULL,'','20131021-2008',NULL),(5760,1634,3,531,'2013-10-21 10:06:28',0,0,'','2013102129 ','2013-10-21','2013-10-21','20131021-29','10:59',1,'DR MENSAH',NULL,'','20131021-2009',NULL),(5762,1634,1,531,'2013-10-21 10:06:28',0,0,'','2013102129 ','2013-10-21','2013-10-21','20131021-29','11:01',1,'DR MENSAH',NULL,'','20131021-2009',NULL),(5765,1634,4,531,'2013-10-21 10:06:28',1,0,'','2013102129 ','2013-10-21','2013-10-21','20131021-29','11:05',1,'DR MENSAH',NULL,'','20131021-2009',NULL),(5769,1634,5,531,'2013-10-21 10:06:29',1,0,'','2013102129 ','2013-10-21','2013-10-21','20131021-29','11:05',1,'DR MENSAH',NULL,'','20131021-2009',NULL),(5774,1634,28,531,'2013-10-21 10:06:29',0,0,'','2013102129 ','2013-10-21','2013-10-21','20131021-29','11:06',1,'DR MENSAH',NULL,'','20131021-2009',NULL),(5775,1635,3,531,'2013-10-21 10:10:07',0,0,'','2013102130 ','2013-10-21','2013-10-21','20131021-30','11:08',1,'DR OFORI ANTI',NULL,'','20131021-2010',NULL),(5777,1635,1,531,'2013-10-21 10:10:08',0,0,'','2013102130 ','2013-10-21','2013-10-21','20131021-30','11:09',1,'DR OFORI ANTI',NULL,'','20131021-2010',NULL),(5780,1635,4,531,'2013-10-21 10:10:08',1,0,'','2013102130 ','2013-10-21','2013-10-21','20131021-30','11:09',1,'DR OFORI ANTI',NULL,'','20131021-2010',NULL),(5781,1565,3,531,'2013-10-21 10:14:38',0,0,'','2013102131','2013-10-21','2013-10-21','20131021-31','11:13',1,'DR OFORI',NULL,'','20131021-2011',NULL),(5783,1565,4,531,'2013-10-21 10:14:38',1,0,'','2013102131','2013-10-21','2013-10-21','20131021-31','11:14',1,'DR OFORI',NULL,'','20131021-2011',NULL),(5784,1636,3,531,'2013-10-21 10:17:35',0,0,'','2013102132','2013-10-21','2013-10-21','20131021-32','11:15',1,'DR OFORI',NULL,'','20131021-2012',NULL),(5785,1637,3,531,'2013-10-21 10:20:13',1,0,'','','2013-10-21','2013-10-21','20131021-33','11:18',1,'DR VORTIA',NULL,'','20131021-2013',NULL),(5786,1638,3,531,'2013-10-21 10:23:24',0,0,'',' 2013102134','2013-10-21','2013-10-21','20131021-34','11:22',1,'DR VORTIA',NULL,'','20131021-2014',NULL),(5788,1638,1,531,'2013-10-21 10:23:33',1,0,'',' 2013102134','2013-10-21','2013-10-21','20131021-34','11:23',1,'DR VORTIA',NULL,'','20131021-2014',NULL),(5789,1470,3,531,'2013-10-21 10:28:36',0,0,'','2013102135','2013-10-21','2013-10-21','20131021-35','11:25',1,'DR ADOTEY',NULL,'','20131021-2015',NULL),(5791,1470,2,531,'2013-10-21 10:28:36',1,0,'','2013102135','2013-10-21','2013-10-21','20131021-35','11:27',1,'DR ADOTEY',NULL,'','20131021-2015',NULL),(5792,1639,3,531,'2013-10-21 10:31:44',0,0,'','2013102136','2013-10-21','2013-10-21','20131021-36','11:30',1,'DR OFORI',NULL,'','20131021-2016',NULL),(5793,1640,3,531,'2013-10-21 10:34:59',0,0,'','2013102137 ','2013-10-21','2013-10-21','20131021-37','11:33',1,'DR OFORI ANTI',NULL,'','20131021-2017',NULL),(5795,1640,1,531,'2013-10-21 10:35:00',1,0,'','2013102137 ','2013-10-21','2013-10-21','20131021-37','11:34',1,'DR OFORI ANTI',NULL,'','20131021-2017',NULL),(5798,1640,4,531,'2013-10-21 10:35:00',1,0,'','2013102137 ','2013-10-21','2013-10-21','20131021-37','11:34',1,'DR OFORI ANTI',NULL,'','20131021-2017',NULL),(5799,1641,3,531,'2013-10-21 10:37:01',0,0,'','2013102138','2013-10-21','2013-10-21','20131021-38','11:36',1,'',NULL,'','20131021-2018',NULL),(5800,1642,3,531,'2013-10-21 10:40:33',0,0,'','2013102139','2013-10-21','2013-10-21','20131021-39','11:38',1,'DR YEBOAH',NULL,'','20131021-2019',NULL),(5802,1642,4,531,'2013-10-21 10:40:33',1,0,'','2013102139','2013-10-21','2013-10-21','20131021-39','11:39',1,'DR YEBOAH',NULL,'','20131021-2019',NULL),(5805,1642,5,531,'2013-10-21 10:40:34',1,0,'','2013102139','2013-10-21','2013-10-21','20131021-39','11:40',1,'DR YEBOAH',NULL,'','20131021-2019',NULL),(5806,1643,1,531,'2013-10-21 10:51:08',1,0,'',' 2013102140','2013-10-21','2013-10-21','20131021-40','11:49',1,'DR OFORI ANTI',NULL,'','20131021-2020',NULL),(5808,1643,5,531,'2013-10-21 10:51:08',0,0,'',' 2013102140','2013-10-21','2013-10-21','20131021-40','11:50',1,'DR OFORI ANTI',NULL,'','20131021-2020',NULL),(5809,1644,3,531,'2013-10-21 10:53:49',0,0,'','2013102141','2013-10-21','2013-10-21','20131021-41','11:52',1,'DR VORTIA',NULL,'','20131021-2021',NULL),(5811,1644,1,531,'2013-10-21 10:53:49',0,0,'','2013102141','2013-10-21','2013-10-21','20131021-41','11:53',1,'DR VORTIA',NULL,'','20131021-2021',NULL),(5812,1645,3,531,'2013-10-21 11:01:40',1,0,'','2013102142','2013-10-21','2013-10-21','20131021-42','11:59',1,'DR DOW',NULL,'','20131021-2022',NULL),(5813,1646,3,531,'2013-10-21 11:05:44',0,0,'','2013102143','2013-10-21','2013-10-21','20131021-43','12:04',1,'',NULL,'','20131021-2023',NULL),(5814,1647,4,531,'2013-10-21 11:22:57',1,0,'','2013102144','2013-10-21','2013-10-21','20131021-44','12:20',1,'DR OFORI ANTI',NULL,'','20131021-2024',NULL),(5815,1581,3,531,'2013-10-21 11:25:15',0,0,'','2013102145','2013-10-21','2013-10-21','20131021-45','12:24',1,'DR VORTIA',NULL,'','20131021-2025',NULL),(5816,1648,3,531,'2013-10-21 11:29:44',0,0,'','2013102146 ','2013-10-21','2013-10-21','20131021-46','12:28',1,'DR VORTIA',NULL,'','20131021-2026',NULL),(5817,1649,3,531,'2013-10-21 11:32:31',0,0,'','2013102147 ','2013-10-21','2013-10-21','20131021-47','12:30',1,'DR VORTIA',NULL,'','20131021-2027',NULL),(5818,1650,3,531,'2013-10-21 11:35:11',0,0,'','2013102148 ','2013-10-21','2013-10-21','20131021-48','12:33',1,'DR VORTIA',NULL,'','20131021-2028',NULL),(5820,1650,1,531,'2013-10-21 11:35:11',1,0,'','2013102148 ','2013-10-21','2013-10-21','20131021-48','12:34',1,'DR VORTIA',NULL,'','20131021-2028',NULL),(5821,1651,3,531,'2013-10-21 11:38:57',0,0,'','2013102149 ','2013-10-21','2013-10-21','20131021-49','12:37',1,'DR YEBOAH',NULL,'','20131021-2029',NULL),(5823,1651,4,531,'2013-10-21 11:38:57',1,0,'','2013102149 ','2013-10-21','2013-10-21','20131021-49','12:38',1,'DR YEBOAH',NULL,'','20131021-2029',NULL),(5824,1652,3,531,'2013-10-21 12:01:24',0,0,'','2013102150 ','2013-10-21','2013-10-21','20131021-50','13:00',1,'DR VORTIA',NULL,'','20131021-2030',NULL),(5825,1653,3,531,'2013-10-21 12:14:27',0,0,'','2013102151 ','2013-10-21','2013-10-21','20131021-51','13:12',1,'DR VORTIA',NULL,'','20131021-2031',NULL),(5826,1654,3,531,'2013-10-21 12:33:15',0,0,'','2013102152 ','2013-10-21','2013-10-21','20131021-52','13:30',1,'DR VORTIA',NULL,'','20131021-2032',NULL),(5828,1654,1,531,'2013-10-21 12:33:15',0,0,'','2013102152 ','2013-10-21','2013-10-21','20131021-52','13:32',1,'DR VORTIA',NULL,'','20131021-2032',NULL),(5829,1655,3,531,'2013-10-21 12:39:14',1,0,'','2013102153','2013-10-21','2013-10-21','20131021-53','13:37',1,'DR OFORI',NULL,'','20131021-2033',NULL),(5830,1656,3,531,'2013-10-21 12:44:22',1,0,'','2013102154 ','2013-10-21','2013-10-21','20131021-54','13:42',1,'DR OFORI ANTI',NULL,'','20131021-2034',NULL),(5832,1656,1,531,'2013-10-21 12:44:22',1,0,'','2013102154 ','2013-10-21','2013-10-21','20131021-54','13:43',1,'DR OFORI ANTI',NULL,'','20131021-2034',NULL),(5835,1656,4,531,'2013-10-21 12:44:22',1,0,'','2013102154 ','2013-10-21','2013-10-21','20131021-54','13:44',1,'DR OFORI ANTI',NULL,'','20131021-2034',NULL),(5836,1657,3,531,'2013-10-21 12:49:45',1,0,'','2013102155 ','2013-10-21','2013-10-21','20131021-55','13:47',1,'DR PUPPULAMPO',NULL,'','20131021-2035',NULL),(5837,1658,3,531,'2013-10-21 12:52:27',0,0,'','2013102156','2013-10-21','2013-10-21','20131021-56','13:51',1,'DR VORTIA',NULL,'','20131021-2036',NULL),(5838,1434,5,534,'2013-10-21 13:19:38',1,0,'','2013101836','2013-10-21','2013-10-21','20131021-57','14:18',1,'',NULL,'','20131021-2037',NULL),(5840,1434,4,534,'2013-10-21 13:19:38',1,0,'','2013101836','2013-10-21','2013-10-21','20131021-57','14:18',1,'',NULL,'','20131021-2037',NULL),(5841,558,4,534,'2013-10-21 13:27:38',0,0,'','2013101876','2013-10-21','2013-10-21','20131021-58','14:27',1,'',NULL,'','20131021-2038',NULL),(5842,1659,3,531,'2013-10-21 13:39:13',0,0,'','2013102159','2013-10-21','2013-10-21','20131021-59','14:36',1,'',NULL,'','20131021-2039',NULL),(5843,1660,3,531,'2013-10-21 13:42:38',0,0,'','2013102160','2013-10-21','2013-10-21','20131021-60','14:41',1,'DR VORTIA',NULL,'','20131021-2040',NULL),(5845,1660,4,531,'2013-10-21 13:42:39',0,0,'','2013102160','2013-10-21','2013-10-21','20131021-60','14:42',1,'DR VORTIA',NULL,'','20131021-2040',NULL),(5846,1661,3,531,'2013-10-21 14:02:27',0,0,'','2013102161 ','2013-10-21','2013-10-21','20131021-61','15:00',1,'DR VORTIA',NULL,'','20131021-2041',NULL),(5848,1661,1,531,'2013-10-21 14:02:27',1,0,'','2013102161 ','2013-10-21','2013-10-21','20131021-61','15:01',1,'DR VORTIA',NULL,'','20131021-2041',NULL),(5851,1661,4,531,'2013-10-21 14:02:28',1,0,'','2013102161 ','2013-10-21','2013-10-21','20131021-61','15:02',1,'DR VORTIA',NULL,'','20131021-2041',NULL),(5852,1662,3,531,'2013-10-21 14:06:01',1,0,'','2013102162','2013-10-21','2013-10-21','20131021-62','15:04',1,'DR OFORI ANTI',NULL,'','20131021-2042',NULL),(5854,1662,1,531,'2013-10-21 14:06:01',1,0,'','2013102162','2013-10-21','2013-10-21','20131021-62','15:05',1,'DR OFORI ANTI',NULL,'','20131021-2042',NULL),(5857,1662,4,531,'2013-10-21 14:06:01',1,0,'','2013102162','2013-10-21','2013-10-21','20131021-62','15:05',1,'DR OFORI ANTI',NULL,'','20131021-2042',NULL),(5858,1663,3,531,'2013-10-21 14:19:50',1,0,'','2013102163 ','2013-10-21','2013-10-21','20131021-63','15:16',1,'DR YEBOAH',NULL,'','20131021-2043',NULL),(5859,1542,1,531,'2013-10-21 14:48:13',0,0,'','2013101977','2013-10-21','2013-10-21','20131021-64','15:47',1,'DR AMOAH',NULL,'','20131021-2044',NULL),(5860,1664,3,531,'2013-10-21 14:50:19',1,0,'','2013102165','2013-10-21','2013-10-21','20131021-65','15:49',1,'',NULL,'','20131021-2045',NULL),(5861,1665,3,531,'2013-10-21 15:05:54',0,0,'','2013102166 ','2013-10-21','2013-10-21','20131021-66','16:00',1,'DR OFORI ANTI',NULL,'','20131021-2046',NULL),(5863,1665,4,531,'2013-10-21 15:05:57',0,0,'','2013102166 ','2013-10-21','2013-10-21','20131021-66','16:01',1,'DR OFORI ANTI',NULL,'','20131021-2046',NULL),(5864,1666,3,531,'2013-10-21 15:08:50',1,0,'','2013102167 ','2013-10-21','2013-10-21','20131021-67','16:07',1,'DR OFORI ANTI',NULL,'','20131021-2047',NULL),(5866,1666,4,531,'2013-10-21 15:08:51',0,0,'','2013102167 ','2013-10-21','2013-10-21','20131021-67','16:08',1,'DR OFORI ANTI',NULL,'','20131021-2047',NULL),(5867,1667,3,531,'2013-10-21 15:24:59',0,0,'','2013102168','2013-10-21','2013-10-21','20131021-68','16:20',1,'DR OFORI ANTI',NULL,'','20131021-2048',NULL),(5869,1667,1,531,'2013-10-21 15:24:59',0,0,'','2013102168','2013-10-21','2013-10-21','20131021-68','16:23',1,'DR OFORI ANTI',NULL,'','20131021-2048',NULL),(5870,1668,3,531,'2013-10-21 15:28:48',0,0,'','2013102169','2013-10-21','2013-10-21','20131021-69','16:27',1,'DR OFORI',NULL,'','20131021-2049',NULL),(5871,1669,3,531,'2013-10-21 15:33:48',0,0,'',' 2013102170','2013-10-21','2013-10-21','20131021-70','16:31',1,'DR OFORI ANTI',NULL,'','20131021-2050',NULL),(5873,1669,1,531,'2013-10-21 15:33:48',1,0,'',' 2013102170','2013-10-21','2013-10-21','20131021-70','16:33',1,'DR OFORI ANTI',NULL,'','20131021-2050',NULL),(5876,1669,5,531,'2013-10-21 15:33:48',1,0,'',' 2013102170','2013-10-21','2013-10-21','20131021-70','16:33',1,'DR OFORI ANTI',NULL,'','20131021-2050',NULL),(5877,1670,3,531,'2013-10-21 15:36:46',0,0,'','2013102171','2013-10-21','2013-10-21','20131021-71','16:35',1,'DR OFORI',NULL,'','20131021-2051',NULL),(5878,1671,3,531,'2013-10-21 15:40:51',1,0,'',' 2013102172 ','2013-10-21','2013-10-21','20131021-72','16:39',1,'DR OFORI ANTI',NULL,'','20131021-2052',NULL),(5880,1671,4,531,'2013-10-21 15:40:51',0,0,'',' 2013102172 ','2013-10-21','2013-10-21','20131021-72','16:40',1,'DR OFORI ANTI',NULL,'','20131021-2052',NULL),(5881,1672,3,531,'2013-10-21 15:52:27',1,0,'','2013102173','2013-10-21','2013-10-21','20131021-73','16:51',1,'DR YEBOAH',NULL,'','20131021-2053',NULL),(5882,1673,3,531,'2013-10-21 16:56:21',1,0,'','2013102174 ','2013-10-21','2013-10-21','20131021-74','17:55',1,'',NULL,'','20131021-2054',NULL),(5883,1674,3,531,'2013-10-21 17:04:05',1,0,'',' 2013102175 ','2013-10-21','2013-10-21','20131021-75','18:01',1,'',NULL,'','20131021-2055',NULL),(5885,1674,1,531,'2013-10-21 17:04:05',0,0,'',' 2013102175 ','2013-10-21','2013-10-21','20131021-75','18:03',1,'',NULL,'','20131021-2055',NULL),(5886,1675,3,531,'2013-10-21 17:17:32',0,0,'',' 2013102176 ','2013-10-21','2013-10-21','20131021-76','18:15',1,'DR OFORI ANTI',NULL,'','20131021-2056',NULL),(5888,1675,4,531,'2013-10-21 17:17:32',0,0,'',' 2013102176 ','2013-10-21','2013-10-21','20131021-76','18:17',1,'DR OFORI ANTI',NULL,'','20131021-2056',NULL),(5889,1676,3,531,'2013-10-21 17:22:50',0,0,'','2013102177','2013-10-21','2013-10-21','20131021-77','18:20',1,'DR YEBOAH',NULL,'','20131021-2057',NULL),(5891,1676,4,531,'2013-10-21 17:22:50',0,0,'','2013102177','2013-10-21','2013-10-21','20131021-77','18:22',1,'DR YEBOAH',NULL,'','20131021-2057',NULL),(5892,1677,4,531,'2013-10-21 17:28:23',0,0,'','2013102178 ','2013-10-21','2013-10-21','20131021-78','18:27',1,'',NULL,'','20131021-2058',NULL),(5893,1678,3,531,'2013-10-21 17:31:48',0,0,'','2013102179','2013-10-21','2013-10-21','20131021-79','18:30',1,'DR OFORI ANTI',NULL,'','20131021-2059',NULL),(5895,1678,4,531,'2013-10-21 17:31:48',0,0,'','2013102178 ','2013-10-21','2013-10-21','20131021-79','18:31',1,'DR OFORI ANTI',NULL,'','20131021-2059',NULL),(5896,1679,1,531,'2013-10-21 17:42:35',0,0,'','2013102180','2013-10-21','2013-10-21','20131021-80','18:41',1,'DR YEBOAH',NULL,'','20131021-2060',NULL),(5898,1679,2,531,'2013-10-21 17:42:35',0,0,'','2013102180','2013-10-21','2013-10-21','20131021-80','18:42',1,'DR YEBOAH',NULL,'','20131021-2060',NULL),(5899,1680,4,531,'2013-10-21 17:48:13',0,0,'','2013102181 ','2013-10-21','2013-10-21','20131021-81','18:47',1,'DR OFORI ANTI',NULL,'','20131021-2061',NULL),(5900,1681,3,531,'2013-10-21 18:00:17',0,0,'','2013102182 ','2013-10-21','2013-10-21','20131021-82','18:58',1,'DR TAKYI',NULL,'','20131021-2062',NULL),(5902,1681,4,531,'2013-10-21 18:00:17',0,0,'','2013102182 ','2013-10-21','2013-10-21','20131021-82','18:59',1,'DR TAKYI',NULL,'','20131021-2062',NULL),(5905,1681,10,531,'2013-10-21 18:00:17',1,0,'','2013102182 ','2013-10-21','2013-10-21','20131021-82','18:59',1,'DR TAKYI',NULL,'','20131021-2062',NULL),(5906,1682,3,531,'2013-10-21 18:02:43',0,0,'','2013102183','2013-10-21','2013-10-21','20131021-83','19:01',1,'DR YEBOAH',NULL,'','20131021-2063',NULL),(5908,1682,4,531,'2013-10-21 18:02:43',0,0,'','2013102183','2013-10-21','2013-10-21','20131021-83','19:02',1,'DR YEBOAH',NULL,'','20131021-2063',NULL),(5909,1683,3,531,'2013-10-21 18:05:29',0,0,'','2013102184','2013-10-21','2013-10-21','20131021-84','19:04',1,'DR YEBOAH',NULL,'','20131021-2064',NULL),(5911,1683,4,531,'2013-10-21 18:05:29',1,0,'','2013102184','2013-10-21','2013-10-21','20131021-84','19:05',1,'DR YEBOAH',NULL,'','20131021-2064',NULL),(5912,1684,3,531,'2013-10-21 18:07:17',0,0,'','2013102185 ','2013-10-21','2013-10-21','20131021-85','19:06',1,'DR TAKYI',NULL,'','20131021-2065',NULL),(5913,1685,3,531,'2013-10-21 18:10:57',0,0,'','2013102186','2013-10-21','2013-10-21','20131021-86','19:09',1,'DR YEBOAH',NULL,'','20131021-2066',NULL),(5915,1685,4,531,'2013-10-21 18:10:57',0,0,'','2013102186','2013-10-21','2013-10-21','20131021-86','19:10',1,'DR YEBOAH',NULL,'','20131021-2066',NULL),(5916,1686,3,531,'2013-10-21 18:25:42',0,0,'',' 2013102187 ','2013-10-21','2013-10-21','20131021-87','19:23',1,'DR YEBOAH',NULL,'','20131021-2067',NULL),(5918,1686,4,531,'2013-10-21 18:25:43',1,0,'',' 2013102187 ','2013-10-21','2013-10-21','20131021-87','19:24',1,'DR YEBOAH',NULL,'','20131021-2067',NULL),(5919,1687,3,531,'2013-10-21 18:27:59',0,0,'','2013102188','2013-10-21','2013-10-21','20131021-88','19:26',1,'DR OFORI ANTI',NULL,'','20131021-2068',NULL),(5920,1687,3,531,'2013-10-21 18:28:03',0,0,'','2013102188','2013-10-21','2013-10-21','20131021-88','19:26',1,'DR OFORI ANTI',NULL,'','20131021-2068',NULL),(5921,1688,3,531,'2013-10-21 18:36:18',0,0,'',' 2013102189','2013-10-21','2013-10-21','20131021-89','19:31',1,'DR YEBOAH',NULL,'','20131021-2069',NULL),(5923,1688,4,531,'2013-10-21 18:36:18',0,0,'',' 2013102189','2013-10-21','2013-10-21','20131021-89','19:32',1,'DR YEBOAH',NULL,'','20131021-2069',NULL),(5926,1688,15,531,'2013-10-21 18:36:18',1,0,'',' 2013102189','2013-10-21','2013-10-21','20131021-89','19:35',1,'DR YEBOAH',NULL,'','20131021-2069',NULL),(5927,1689,3,531,'2013-10-21 19:18:33',0,0,'','2013102190','2013-10-21','2013-10-21','20131021-90','20:14',1,'DR TAKYI',NULL,'','20131021-2070',NULL),(5929,1689,4,531,'2013-10-21 19:18:33',1,0,'','2013102190','2013-10-21','2013-10-21','20131021-90','20:16',1,'DR TAKYI',NULL,'','20131021-2070',NULL),(5930,1470,18,531,'2013-10-21 19:20:26',1,0,'','2013102191','2013-10-21','2013-10-21','20131021-91','20:18',1,'DR TACHIE',NULL,'','20131021-2071',NULL),(5931,1690,3,530,'2013-10-21 19:24:28',1,0,'','2013102192 ','2013-10-21','2013-10-21','20131021-92','20:22',1,'DR YEBOAH',NULL,'','20131021-2072',NULL),(5932,1691,24,530,'2013-10-21 20:20:04',0,0,'','2013102193','2013-10-21','2013-10-21','20131021-93','21:16',1,'',NULL,'','20131021-2073',NULL),(5934,1691,3,530,'2013-10-21 20:20:04',1,0,'','2013102193','2013-10-21','2013-10-21','20131021-93','21:18',1,'',NULL,'','20131021-2073',NULL),(5937,1691,1,530,'2013-10-21 20:20:05',1,0,'','2013102193','2013-10-21','2013-10-21','20131021-93','21:19',1,'',NULL,'','20131021-2073',NULL),(5938,1692,3,530,'2013-10-21 20:53:54',1,0,'','2013102194','2013-10-21','2013-10-21','20131021-94','21:51',1,'DR AMOAH',NULL,'','20131021-2074',NULL),(5940,1692,1,530,'2013-10-21 20:53:54',0,0,'','','2013-10-21','2013-10-21','20131021-94','21:53',1,'DR AMOAH',NULL,'','20131021-2074',NULL),(5941,1693,3,530,'2013-10-21 21:08:00',1,0,'','2013102195','2013-10-21','2013-10-21','20131021-95','22:05',1,'DR AMOAH',NULL,'','20131021-2075',NULL),(5943,1693,4,530,'2013-10-21 21:08:00',1,0,'','2013102195','2013-10-21','2013-10-21','20131021-95','22:07',1,'DR AMOAH',NULL,'','20131021-2075',NULL),(5944,1694,3,530,'2013-10-21 21:15:01',1,0,'','2013102196 ','2013-10-21','2013-10-21','20131021-96','22:13',1,'DR AMOAH',NULL,'','20131021-2076',NULL),(5945,1695,3,530,'2013-10-21 21:30:26',1,0,'','2013102197','2013-10-21','2013-10-21','20131021-97','22:29',1,'DR DJAN',NULL,'','20131021-2077',NULL),(5946,1696,3,530,'2013-10-21 21:42:24',0,0,'','2013102198','2013-10-21','2013-10-21','20131021-98','22:39',1,'DR DJAN',NULL,'','20131021-2078',NULL),(5948,1696,4,530,'2013-10-21 21:42:25',0,0,'','2013102198','2013-10-21','2013-10-21','20131021-98','22:40',1,'DR DJAN',NULL,'','20131021-2078',NULL),(5949,1697,3,530,'2013-10-22 00:22:56',1,0,'','201310221','2013-10-22','2013-10-22','20131022-1','01:21',1,'DR AMOAH',NULL,'','20131022-2079',NULL),(5951,1697,4,530,'2013-10-22 00:22:56',1,0,'','201310221','2013-10-22','2013-10-22','20131022-1','01:22',1,'DR AMOAH',NULL,'','20131022-2079',NULL),(5952,1698,3,530,'2013-10-22 01:10:52',1,0,'','201310222','2013-10-22','2013-10-22','20131022-2','02:09',1,'DR AMOAH',NULL,'','20131022-2080',NULL),(5954,1698,5,530,'2013-10-22 01:10:52',0,0,'','201310222','2013-10-22','2013-10-22','20131022-2','02:10',1,'DR AMOAH',NULL,'','20131022-2080',NULL),(5955,1698,1,535,'2013-10-22 02:37:01',1,0,'','201310222','2013-10-22','2013-10-22','20131022-3','03:36',1,'',NULL,'','20131022-2081',NULL),(5956,1699,1,530,'2013-10-22 05:43:00',0,0,'','201310224','2013-10-22','2013-10-22','20131022-4','06:40',1,'DR YEBOAH',NULL,'','20131022-2082',NULL),(5958,1699,3,530,'2013-10-22 05:43:00',1,0,'','201310224','2013-10-22','2013-10-22','20131022-4','06:41',1,'DR YEBOAH',NULL,'','20131022-2082',NULL),(5961,1699,4,530,'2013-10-22 05:43:00',0,0,'','201310224','2013-10-22','2013-10-22','20131022-4','06:42',1,'DR YEBOAH',NULL,'','20131022-2082',NULL),(5962,726,4,530,'2013-10-22 05:46:16',0,0,'','201310225 ','2013-10-22','2013-10-22','20131022-5','06:45',1,'DR AMOAH',NULL,'','20131022-2083',NULL),(5963,1112,1,530,'2013-10-22 06:31:29',0,0,'','201310226','2013-10-22','2013-10-22','20131022-6','07:30',1,'DR TACHIE',NULL,'','20131022-2084',NULL),(5964,1700,3,530,'2013-10-22 07:11:02',0,0,'',' 201310227 ','2013-10-22','2013-10-22','20131022-7','08:09',1,'DR AMOAH',NULL,'','20131022-2085',NULL),(5966,1700,4,530,'2013-10-22 07:11:03',0,0,'',' 201310227 ','2013-10-22','2013-10-22','20131022-7','08:10',1,'DR AMOAH',NULL,'','20131022-2085',NULL),(5969,1700,1,530,'2013-10-22 07:11:03',1,0,'',' 201310227 ','2013-10-22','2013-10-22','20131022-7','08:10',1,'DR AMOAH',NULL,'','20131022-2085',NULL),(5970,1701,3,530,'2013-10-22 07:14:55',0,0,'',' 201310228','2013-10-22','2013-10-22','20131022-8','08:13',1,'',NULL,'','20131022-2086',NULL),(5971,1702,3,530,'2013-10-22 07:18:46',0,0,'','201310229 ','2013-10-22','2013-10-22','20131022-9','08:17',1,'DR AMOAH',NULL,'','20131022-2087',NULL),(5973,1702,1,530,'2013-10-22 07:18:46',1,0,'','201310229 ','2013-10-22','2013-10-22','20131022-9','08:18',1,'DR AMOAH',NULL,'','20131022-2087',NULL),(5976,1702,5,530,'2013-10-22 07:18:46',1,0,'','201310229 ','2013-10-22','2013-10-22','20131022-9','08:18',1,'DR AMOAH',NULL,'','20131022-2087',NULL),(5977,1703,3,531,'2013-10-22 07:37:35',0,0,'','2013102210 ','2013-10-22','2013-10-22','20131022-10','08:34',1,'DR ARMAH',NULL,'','20131022-2088',NULL),(5979,1703,1,531,'2013-10-22 07:37:36',1,0,'','2013102210 ','2013-10-22','2013-10-22','20131022-10','08:36',1,'DR ARMAH',NULL,'','20131022-2088',NULL),(5982,1703,4,531,'2013-10-22 07:37:36',0,0,'','2013102210 ','2013-10-22','2013-10-22','20131022-10','08:37',1,'DR ARMAH',NULL,'','20131022-2088',NULL),(5983,558,4,535,'2013-10-22 07:40:57',1,0,'','2013101876','2013-10-22','2013-10-22','20131022-11','08:39',1,'',NULL,'','20131022-2089',NULL),(5984,1704,3,531,'2013-10-22 07:54:22',0,0,'','2013102212','2013-10-22','2013-10-22','20131022-12','08:50',1,'DR VORTIA',NULL,'','20131022-2090',NULL),(5986,1704,1,531,'2013-10-22 07:54:22',0,0,'','2013102212','2013-10-22','2013-10-22','20131022-12','08:51',1,'DR VORTIA',NULL,'','20131022-2090',NULL),(5989,1704,4,531,'2013-10-22 07:54:22',1,0,'','2013102212','2013-10-22','2013-10-22','20131022-12','08:53',1,'DR VORTIA',NULL,'','20131022-2090',NULL),(5990,1705,3,531,'2013-10-22 08:02:53',0,0,'',' 2013102213 ','2013-10-22','2013-10-22','20131022-13','08:57',1,'',NULL,'','20131022-2091',NULL),(5992,1705,1,531,'2013-10-22 08:02:53',0,0,'',' 2013102213 ','2013-10-22','2013-10-22','20131022-13','09:00',1,'',NULL,'','20131022-2091',NULL),(5993,1706,3,531,'2013-10-22 08:07:18',0,0,'','2013102214','2013-10-22','2013-10-22','20131022-14','09:05',1,'DR VORTIA',NULL,'','20131022-2092',NULL),(5994,1707,3,531,'2013-10-22 08:15:11',0,0,'','2013102215','2013-10-22','2013-10-22','20131022-15','09:11',1,'DR YEBOAH',NULL,'','20131022-2093',NULL),(5996,1707,1,531,'2013-10-22 08:15:11',0,0,'','2013102215','2013-10-22','2013-10-22','20131022-15','09:14',1,'DR YEBOAH',NULL,'','20131022-2093',NULL),(5999,1707,4,531,'2013-10-22 08:15:11',0,0,'','2013102215','2013-10-22','2013-10-22','20131022-15','09:14',1,'DR YEBOAH',NULL,'','20131022-2093',NULL),(6000,1708,3,531,'2013-10-22 08:17:32',1,0,'','2013102216','2013-10-22','2013-10-22','20131022-16','09:16',1,'',NULL,'','20131022-2094',NULL),(6001,1709,3,531,'2013-10-22 08:22:33',0,0,'','2013102217 ','2013-10-22','2013-10-22','20131022-17','09:20',1,'DR TACHIE',NULL,'','20131022-2095',NULL),(6002,1710,3,531,'2013-10-22 08:29:22',0,0,'','2013102218 ','2013-10-22','2013-10-22','20131022-18','09:28',1,'DR AMABLE',NULL,'','20131022-2096',NULL),(6003,1711,3,531,'2013-10-22 08:34:21',0,0,'','2013102219','2013-10-22','2013-10-22','20131022-19','09:32',1,'',NULL,'','20131022-2097',NULL),(6004,1712,1,531,'2013-10-22 08:37:13',0,0,'',' 2013102220 ','2013-10-22','2013-10-22','20131022-20','09:35',1,'',NULL,'','20131022-2098',NULL),(6005,516,2,531,'2013-10-22 08:39:52',0,0,'','2013102221 ','2013-10-22','2013-10-22','20131022-21','09:38',1,'DR OFORI ANTI',NULL,'','20131022-2099',NULL),(6006,1713,3,531,'2013-10-22 08:46:54',0,0,'','2013102222 ','2013-10-22','2013-10-22','20131022-22','09:41',1,'DR OFORI ANTI',NULL,'','20131022-2100',NULL),(6008,1713,1,531,'2013-10-22 08:46:55',0,0,'','2013102222 ','2013-10-22','2013-10-22','20131022-22','09:43',1,'DR OFORI ANTI',NULL,'','20131022-2100',NULL),(6011,1713,4,531,'2013-10-22 08:46:55',0,0,'','2013102222 ','2013-10-22','2013-10-22','20131022-22','09:44',1,'DR OFORI ANTI',NULL,'','20131022-2100',NULL),(6015,1713,28,531,'2013-10-22 08:46:55',0,0,'','2013102222 ','2013-10-22','2013-10-22','20131022-22','09:45',1,'DR OFORI ANTI',NULL,'','20131022-2100',NULL),(6016,1714,1,531,'2013-10-22 08:50:54',0,0,'','2013102223 ','2013-10-22','2013-10-22','20131022-23','09:49',1,'DR OFORI',NULL,'','20131022-2101',NULL),(6018,1714,2,531,'2013-10-22 08:50:54',0,0,'','2013102223 ','2013-10-22','2013-10-22','20131022-23','09:50',1,'DR OFORI',NULL,'','20131022-2101',NULL),(6019,1715,1,531,'2013-10-22 08:55:14',0,0,'','2013102224','2013-10-22','2013-10-22','20131022-24','09:52',1,'DR VORTIA',NULL,'','20131022-2102',NULL),(6021,1715,2,531,'2013-10-22 08:55:15',0,0,'','2013102224','2013-10-22','2013-10-22','20131022-24','09:53',1,'DR VORTIA',NULL,'','20131022-2102',NULL),(6024,1715,3,531,'2013-10-22 08:55:15',0,0,'','2013102224','2013-10-22','2013-10-22','20131022-24','09:54',1,'DR VORTIA',NULL,'','20131022-2102',NULL),(6025,1716,2,531,'2013-10-22 08:59:16',0,0,'','2013102225','2013-10-22','2013-10-22','20131022-25','09:57',1,'DR YEBOAH',NULL,'','20131022-2103',NULL),(6026,1717,3,531,'2013-10-22 09:04:30',0,0,'','2013102226','2013-10-22','2013-10-22','20131022-26','10:01',1,'DR VORTIA',NULL,'','20131022-2104',NULL),(6028,1717,1,531,'2013-10-22 09:04:30',0,0,'','2013102226','2013-10-22','2013-10-22','20131022-26','10:02',1,'DR VORTIA',NULL,'','20131022-2104',NULL),(6031,1717,5,531,'2013-10-22 09:04:31',1,0,'','2013102226','2013-10-22','2013-10-22','20131022-26','10:04',1,'DR VORTIA',NULL,'','20131022-2104',NULL),(6032,1718,3,531,'2013-10-22 09:07:41',0,0,'','2013102227','2013-10-22','2013-10-22','20131022-27','10:06',1,'DR VORTIA',NULL,'','20131022-2105',NULL),(6034,1718,1,531,'2013-10-22 09:07:41',0,0,'','2013102227','2013-10-22','2013-10-22','20131022-27','10:06',1,'DR VORTIA',NULL,'','20131022-2105',NULL),(6035,1719,3,531,'2013-10-22 09:10:44',0,0,'','2013102228','2013-10-22','2013-10-22','20131022-28','10:09',1,'DR VORTIA',NULL,'','20131022-2106',NULL),(6036,1720,3,531,'2013-10-22 09:18:50',0,0,'','2013102229','2013-10-22','2013-10-22','20131022-29','10:13',1,'DR YEBOAH',NULL,'','20131022-2107',NULL),(6038,1720,1,531,'2013-10-22 09:18:50',0,0,'','2013102229','2013-10-22','2013-10-22','20131022-29','10:15',1,'DR YEBOAH',NULL,'','20131022-2107',NULL),(6041,1720,2,531,'2013-10-22 09:18:51',0,0,'','2013102229','2013-10-22','2013-10-22','20131022-29','10:16',1,'DR YEBOAH',NULL,'','20131022-2107',NULL),(6042,1721,3,531,'2013-10-22 09:23:53',0,0,'','2013102230 ','2013-10-22','2013-10-22','20131022-30','10:21',1,'',NULL,'','20131022-2108',NULL),(6044,1721,1,531,'2013-10-22 09:23:53',0,0,'','2013102230 ','2013-10-22','2013-10-22','20131022-30','10:22',1,'',NULL,'','20131022-2108',NULL),(6047,1721,4,531,'2013-10-22 09:23:54',0,0,'','2013102230 ','2013-10-22','2013-10-22','20131022-30','10:23',1,'',NULL,'','20131022-2108',NULL),(6048,1722,3,531,'2013-10-22 09:28:01',1,0,'','2013102231','2013-10-22','2013-10-22','20131022-31','10:25',1,'',NULL,'','20131022-2109',NULL),(6050,1722,1,531,'2013-10-22 09:28:02',1,0,'','','2013-10-22','2013-10-22','20131022-31','10:26',1,'',NULL,'','20131022-2109',NULL),(6051,1317,4,504,'2013-10-22 09:28:40',1,0,'','2013101726','2013-10-22','2013-10-17','20131022-32','10:28',1,'',NULL,'','20131022-2110',NULL),(6052,1723,3,531,'2013-10-22 09:31:14',0,0,'','2013102233','2013-10-22','2013-10-22','20131022-33','10:30',1,'DR VORTIA',NULL,'','20131022-2111',NULL),(6053,1724,3,531,'2013-10-22 09:34:31',0,0,'','2013102234','2013-10-22','2013-10-22','20131022-34','10:32',1,'DR AMABLE',NULL,'','20131022-2112',NULL),(6055,1724,2,531,'2013-10-22 09:34:31',1,0,'','2013102234','2013-10-22','2013-10-22','20131022-34','10:33',1,'DR AMABLE',NULL,'','20131022-2112',NULL),(6056,1725,3,531,'2013-10-22 09:39:44',0,0,'','2013102235 ','2013-10-22','2013-10-22','20131022-35','10:37',1,'DR YEBOAH',NULL,'','20131022-2113',NULL),(6058,1725,4,531,'2013-10-22 09:39:44',1,0,'','2013102235 ','2013-10-22','2013-10-22','20131022-35','10:38',1,'DR YEBOAH',NULL,'','20131022-2113',NULL),(6059,1596,19,531,'2013-10-22 09:41:57',1,0,'','2013102236 ','2013-10-22','2013-10-22','20131022-36','10:41',1,'',NULL,'','20131022-2114',NULL),(6060,1726,3,531,'2013-10-22 09:46:16',0,0,'','2013102237','2013-10-22','2013-10-22','20131022-37','10:44',1,'DR VORTIA',NULL,'','20131022-2115',NULL),(6062,1726,1,531,'2013-10-22 09:46:16',0,0,'','2013102237','2013-10-22','2013-10-22','20131022-37','10:45',1,'DR VORTIA',NULL,'','20131022-2115',NULL),(6063,1727,3,531,'2013-10-22 09:50:45',0,0,'','2013102238','2013-10-22','2013-10-22','20131022-38','10:47',1,'DR ARMAH',NULL,'','20131022-2116',NULL),(6065,1727,1,531,'2013-10-22 09:50:45',1,0,'','2013102238','2013-10-22','2013-10-22','20131022-38','10:49',1,'DR ARMAH',NULL,'','20131022-2116',NULL),(6068,1727,4,531,'2013-10-22 09:50:45',1,0,'','2013102238','2013-10-22','2013-10-22','20131022-38','10:50',1,'DR ARMAH',NULL,'','20131022-2116',NULL),(6069,1728,3,531,'2013-10-22 10:01:22',0,0,'','2013102239','2013-10-22','2013-10-22','20131022-39','10:59',1,'DR YEBOAH',NULL,'','20131022-2117',NULL),(6071,1728,4,531,'2013-10-22 10:01:22',1,0,'','2013102239','2013-10-22','2013-10-22','20131022-39','11:01',1,'DR YEBOAH',NULL,'','20131022-2117',NULL),(6072,1729,3,531,'2013-10-22 10:45:46',1,0,'','2013102240 ','2013-10-22','2013-10-22','20131022-40','11:42',1,'',NULL,'','20131022-2118',NULL),(6074,1729,2,531,'2013-10-22 10:45:46',1,0,'','2013102240 ','2013-10-22','2013-10-22','20131022-40','11:44',1,'',NULL,'','20131022-2118',NULL),(6075,1730,3,531,'2013-10-22 10:50:56',0,0,'','2013102241','2013-10-22','2013-10-22','20131022-41','11:49',1,'DR DANIELS',NULL,'','20131022-2119',NULL),(6076,1103,3,531,'2013-10-22 11:01:03',0,0,'','2013102242 ','2013-10-22','2013-10-22','20131022-42','11:59',1,'DR YEBOAH',NULL,'','20131022-2120',NULL),(6078,1103,4,531,'2013-10-22 11:01:03',1,0,'','2013102242 ','2013-10-22','2013-10-22','20131022-42','12:00',1,'DR YEBOAH',NULL,'','20131022-2120',NULL),(6079,1732,3,531,'2013-10-22 11:11:06',0,0,'','2013102245','2013-10-22','2013-10-22','20131022-45','12:08',1,'DR YEBOAH',NULL,'','20131022-2123',NULL),(6080,1733,3,531,'2013-10-22 11:19:11',0,0,'',' 2013102246','2013-10-22','2013-10-22','20131022-46','12:13',1,'DR YEBOAH',NULL,'','20131022-2124',NULL),(6082,1733,1,531,'2013-10-22 11:19:12',1,0,'',' 2013102246','2013-10-22','2013-10-22','20131022-46','12:14',1,'DR YEBOAH',NULL,'','20131022-2124',NULL),(6085,1733,2,531,'2013-10-22 11:19:12',1,0,'',' 2013102246','2013-10-22','2013-10-22','20131022-46','12:15',1,'DR YEBOAH',NULL,'','20131022-2124',NULL),(6089,1733,4,531,'2013-10-22 11:19:12',1,0,'',' 2013102246','2013-10-22','2013-10-22','20131022-46','12:16',1,'DR YEBOAH',NULL,'','20131022-2124',NULL),(6090,1734,3,531,'2013-10-22 11:27:15',0,0,'',' 2013102247','2013-10-22','2013-10-22','20131022-47','12:23',1,'DR YEBOAH',NULL,'','20131022-2125',NULL),(6092,1734,4,531,'2013-10-22 11:27:16',1,0,'',' 2013102247','2013-10-22','2013-10-22','20131022-47','12:25',1,'DR YEBOAH',NULL,'','20131022-2125',NULL),(6093,1735,3,531,'2013-10-22 11:32:32',0,0,'','2013102248','2013-10-22','2013-10-22','20131022-48','12:28',1,'DR OFORI ANTI',NULL,'','20131022-2126',NULL),(6095,1735,1,531,'2013-10-22 11:32:32',0,0,'','2013102248','2013-10-22','2013-10-22','20131022-48','12:29',1,'DR OFORI ANTI',NULL,'','20131022-2126',NULL),(6098,1735,4,531,'2013-10-22 11:32:32',1,0,'','2013102248','2013-10-22','2013-10-22','20131022-48','12:30',1,'DR OFORI ANTI',NULL,'','20131022-2126',NULL),(6099,1736,5,531,'2013-10-22 11:37:48',1,0,'','2013102249','2013-10-22','2013-10-22','20131022-49','12:34',1,'DR FUMMY',NULL,'','20131022-2127',NULL),(6101,1736,1,531,'2013-10-22 11:37:48',1,0,'','2013102249','2013-10-22','2013-10-22','20131022-49','12:37',1,'DR FUMMY',NULL,'','20131022-2127',NULL),(6102,1737,3,531,'2013-10-22 11:40:45',0,0,'','2013102250','2013-10-22','2013-10-22','20131022-50','12:39',1,'DR YEBOAH',NULL,'','20131022-2128',NULL),(6104,1737,4,531,'2013-10-22 11:40:46',1,0,'','2013102250','2013-10-22','2013-10-22','20131022-50','12:40',1,'DR YEBOAH',NULL,'','20131022-2128',NULL),(6105,1738,3,531,'2013-10-22 11:49:16',0,0,'','2013102251','2013-10-22','2013-10-22','20131022-51','12:45',1,'DR VORTIA',NULL,'','20131022-2129',NULL),(6107,1738,2,531,'2013-10-22 11:49:17',0,0,'','2013102251','2013-10-22','2013-10-22','20131022-51','12:47',1,'DR VORTIA',NULL,'','20131022-2129',NULL),(6110,1738,4,531,'2013-10-22 11:49:17',1,0,'','2013102251','2013-10-22','2013-10-22','20131022-51','12:48',1,'DR VORTIA',NULL,'','20131022-2129',NULL),(6114,1738,1,531,'2013-10-22 11:49:17',1,0,'','2013102251','2013-10-22','2013-10-22','20131022-51','12:48',1,'DR VORTIA',NULL,'','20131022-2129',NULL),(6115,1739,3,531,'2013-10-22 11:53:13',0,0,'','2013102252','2013-10-22','2013-10-22','20131022-52','12:51',1,'DR YEBOAH',NULL,'','20131022-2130',NULL),(6117,1739,4,531,'2013-10-22 11:53:13',1,0,'','2013102252','2013-10-22','2013-10-22','20131022-52','12:52',1,'DR YEBOAH',NULL,'','20131022-2130',NULL),(6118,1740,3,531,'2013-10-22 11:57:21',0,0,'','2013102253','2013-10-22','2013-10-22','20131022-53','12:55',1,'DR VORTIA',NULL,'','20131022-2131',NULL),(6120,1740,21,531,'2013-10-22 11:57:24',1,0,'','2013102253','2013-10-22','2013-10-22','20131022-53','12:56',1,'DR VORTIA',NULL,'','20131022-2131',NULL),(6121,1741,3,531,'2013-10-22 11:59:50',0,0,'','2013102254 ','2013-10-22','2013-10-22','20131022-54','12:58',1,'DR ADOTEY',NULL,'','20131022-2132',NULL),(6122,1742,3,531,'2013-10-22 12:02:58',0,0,'','2013102255','2013-10-22','2013-10-22','20131022-55','13:02',1,'',NULL,'','20131022-2133',NULL),(6123,1743,3,531,'2013-10-22 12:07:01',1,0,'','2013102256','2013-10-22','2013-10-22','20131022-56','13:05',1,'DR VORTIA',NULL,'','20131022-2134',NULL),(6125,1743,1,531,'2013-10-22 12:07:01',1,0,'','2013102256','2013-10-22','2013-10-22','20131022-56','13:05',1,'DR VORTIA',NULL,'','20131022-2134',NULL),(6128,1743,2,531,'2013-10-22 12:07:01',1,0,'','2013102256','2013-10-22','2013-10-22','20131022-56','13:06',1,'DR VORTIA',NULL,'','20131022-2134',NULL),(6132,1743,4,531,'2013-10-22 12:07:01',1,0,'','2013102256','2013-10-22','2013-10-22','20131022-56','13:06',1,'DR VORTIA',NULL,'','20131022-2134',NULL),(6133,1744,3,531,'2013-10-22 12:19:08',1,0,'','2013102257 ','2013-10-22','2013-10-22','20131022-57','13:16',1,'DR YEBOAH',NULL,'','20131022-2135',NULL),(6135,1744,4,531,'2013-10-22 12:19:08',1,0,'','2013102257 ','2013-10-22','2013-10-22','20131022-57','13:18',1,'DR YEBOAH',NULL,'','20131022-2135',NULL),(6136,1014,3,531,'2013-10-22 12:21:28',1,0,'','2013102258 ','2013-10-22','2013-10-22','20131022-58','13:19',1,'DR DANIELS',NULL,'','20131022-2136',NULL),(6138,1014,4,531,'2013-10-22 12:21:28',1,0,'','2013102258 ','2013-10-22','2013-10-22','20131022-58','13:20',1,'DR DANIELS',NULL,'','20131022-2136',NULL),(6139,1745,3,531,'2013-10-22 12:25:58',0,0,'','2013102259 ','2013-10-22','2013-10-22','20131022-59','13:22',1,'DR VORTIA',NULL,'','20131022-2137',NULL),(6141,1745,1,531,'2013-10-22 12:25:58',0,0,'','2013102259 ','2013-10-22','2013-10-22','20131022-59','13:24',1,'DR VORTIA',NULL,'','20131022-2137',NULL),(6144,1745,4,531,'2013-10-22 12:25:59',1,0,'','2013102259 ','2013-10-22','2013-10-22','20131022-59','13:24',1,'DR VORTIA',NULL,'','20131022-2137',NULL),(6145,1746,4,531,'2013-10-22 12:29:00',0,0,'','2013102260 ','2013-10-22','2013-10-22','20131022-60','13:27',1,'DR TAKYI',NULL,'','20131022-2138',NULL),(6146,1103,4,504,'2013-10-22 12:32:57',1,0,'','2013102242','2013-10-22','2013-10-22','20131022-62','13:32',1,'',NULL,'','20131022-2140',NULL),(6147,1747,3,531,'2013-10-22 12:34:25',0,0,'','2013102261','2013-10-22','2013-10-22','20131022-61','13:31',1,'DR YEBOAH',NULL,'','20131022-2139',NULL),(6149,1747,1,531,'2013-10-22 12:34:25',0,0,'','2013102261','2013-10-22','2013-10-22','20131022-61','13:33',1,'DR YEBOAH',NULL,'','20131022-2139',NULL),(6152,1747,4,531,'2013-10-22 12:34:25',1,0,'','2013102261','2013-10-22','2013-10-22','20131022-61','13:33',1,'DR YEBOAH',NULL,'','20131022-2139',NULL),(6153,1748,5,531,'2013-10-22 12:38:40',1,0,'','2013102263','2013-10-22','2013-10-22','20131022-63','13:35',1,'DR FUMMY',NULL,'','20131022-2141',NULL),(6154,1749,19,531,'2013-10-22 12:40:07',1,0,'','2013102264','2013-10-22','2013-10-22','20131022-64','13:39',1,'',NULL,'','20131022-2142',NULL),(6155,1750,3,531,'2013-10-22 12:43:42',1,0,'',' 2013102265 ','2013-10-22','2013-10-22','20131022-65','13:41',1,'DR YEBOAH',NULL,'','20131022-2143',NULL),(6157,1750,1,531,'2013-10-22 12:43:42',1,0,'',' 2013102265 ','2013-10-22','2013-10-22','20131022-65','13:43',1,'DR YEBOAH',NULL,'','20131022-2143',NULL),(6160,1750,4,531,'2013-10-22 12:43:42',1,0,'',' 2013102265 ','2013-10-22','2013-10-22','20131022-65','13:43',1,'DR YEBOAH',NULL,'','20131022-2143',NULL),(6161,1751,3,531,'2013-10-22 12:46:37',0,0,'','2013102266','2013-10-22','2013-10-22','20131022-66','13:45',1,'DR VORTIA',NULL,'','20131022-2144',NULL),(6162,1752,3,531,'2013-10-22 12:49:09',1,0,'','2013102267 ','2013-10-22','2013-10-22','20131022-67','13:48',1,'',NULL,'','20131022-2145',NULL),(6163,1753,3,531,'2013-10-22 12:51:22',0,0,'','2013102268','2013-10-22','2013-10-22','20131022-68','13:49',1,'DR FUMMY',NULL,'','20131022-2146',NULL),(6164,1754,3,531,'2013-10-22 12:54:19',0,0,'',' 2013102269','2013-10-22','2013-10-22','20131022-69','13:52',1,'DR VORTIA',NULL,'','20131022-2147',NULL),(6166,1754,4,531,'2013-10-22 12:54:20',1,0,'',' 2013102269','2013-10-22','2013-10-22','20131022-69','13:53',1,'DR VORTIA',NULL,'','20131022-2147',NULL),(6167,1755,1,531,'2013-10-22 13:01:39',0,0,'','2013102270','2013-10-22','2013-10-22','20131022-70','13:59',1,'',NULL,'','20131022-2148',NULL),(6168,1649,3,531,'2013-10-22 13:04:12',0,0,'','2013102271','2013-10-22','2013-10-22','20131022-71','14:02',1,'DR VORTIA',NULL,'','20131022-2149',NULL),(6169,1648,3,531,'2013-10-22 13:06:56',0,0,'','2013102272','2013-10-22','2013-10-22','20131022-72','14:05',1,'DR VORTIA',NULL,'','20131022-2150',NULL),(6170,1686,3,531,'2013-10-22 13:12:08',1,0,'','2013102274','2013-10-22','2013-10-22','20131022-74','14:09',1,'DR YEBOAH',NULL,'','20131022-2152',NULL),(6171,1756,3,531,'2013-10-22 13:16:53',0,0,'','2013102275','2013-10-22','2013-10-22','20131022-75','14:13',1,'DR YEBOAH',NULL,'','20131022-2153',NULL),(6173,1756,4,531,'2013-10-22 13:16:53',1,0,'','2013102275','2013-10-22','2013-10-22','20131022-75','14:14',1,'DR YEBOAH',NULL,'','20131022-2153',NULL),(6174,1757,3,531,'2013-10-22 13:23:07',0,0,'','2013102276 ','2013-10-22','2013-10-22','20131022-76','14:20',1,'DR VORTIA',NULL,'','20131022-2154',NULL),(6175,1758,1,531,'2013-10-22 13:28:42',0,0,'','2013102277 ','2013-10-22','2013-10-22','20131022-77','14:24',1,'',NULL,'','20131022-2155',NULL),(6176,1739,3,504,'2013-10-22 13:30:57',1,0,'','2013102252','2013-10-22','2013-10-22','20131022-79','14:30',1,'',NULL,'','20131022-2157',NULL),(6177,1759,3,531,'2013-10-22 13:32:37',0,0,'','2013102278','2013-10-22','2013-10-22','20131022-78','14:30',1,'DR VORTIA',NULL,'','20131022-2156',NULL),(6178,1265,4,504,'2013-10-22 13:39:28',1,0,'','2013101653','2013-10-22','2013-10-16','20131022-81','14:38',1,'',NULL,'','20131022-2159',NULL),(6179,1760,3,531,'2013-10-22 13:39:49',0,0,'','2013102280','2013-10-22','2013-10-22','20131022-80','14:33',1,'DR YEBOAH',NULL,'','20131022-2158',NULL),(6181,1760,2,531,'2013-10-22 13:39:50',0,0,'','2013102280','2013-10-22','2013-10-22','20131022-80','14:34',1,'DR YEBOAH',NULL,'','20131022-2158',NULL),(6184,1760,1,531,'2013-10-22 13:39:50',1,0,'','2013102280','2013-10-22','2013-10-22','20131022-80','14:35',1,'DR YEBOAH',NULL,'','20131022-2158',NULL),(6185,1046,3,531,'2013-10-22 13:44:35',1,0,'','2013102282 ','2013-10-22','2013-10-22','20131022-82','14:41',1,'DR FUMMY',NULL,'','20131022-2160',NULL),(6186,1761,3,531,'2013-10-22 13:46:30',0,0,'','2013102283','2013-10-22','2013-10-22','20131022-83','14:45',1,'DR DANIELS',NULL,'','20131022-2161',NULL),(6187,1032,3,531,'2013-10-22 13:55:42',0,0,'','2013102284','2013-10-22','2013-10-22','20131022-84','14:52',1,'DR VORTIA',NULL,'','20131022-2162',NULL),(6189,1032,5,531,'2013-10-22 13:55:42',0,0,'','2013102284','2013-10-22','2013-10-22','20131022-84','14:53',1,'DR VORTIA',NULL,'','20131022-2162',NULL),(6190,1762,19,531,'2013-10-22 14:00:40',1,0,'','2013102285','2013-10-22','2013-10-22','20131022-85','14:57',1,'DR YEBOAH',NULL,'','20131022-2163',NULL),(6191,1763,3,531,'2013-10-22 14:05:38',1,0,'','2013102286','2013-10-22','2013-10-22','20131022-86','15:03',1,'DR MENSAH',NULL,'','20131022-2164',NULL),(6193,1763,4,531,'2013-10-22 14:05:38',1,0,'','2013102286','2013-10-22','2013-10-22','20131022-86','15:04',1,'DR MENSAH',NULL,'','20131022-2164',NULL),(6196,1763,1,531,'2013-10-22 14:05:39',1,0,'','2013102286','2013-10-22','2013-10-22','20131022-86','15:04',1,'DR MENSAH',NULL,'','20131022-2164',NULL),(6200,1763,2,531,'2013-10-22 14:05:39',1,0,'','2013102286','2013-10-22','2013-10-22','20131022-86','15:05',1,'DR MENSAH',NULL,'','20131022-2164',NULL),(6201,1764,3,531,'2013-10-22 14:16:47',0,0,'','2013102287','2013-10-22','2013-10-22','20131022-87','15:13',1,'DR VORTIA',NULL,'','20131022-2165',NULL),(6203,1764,4,531,'2013-10-22 14:16:47',0,0,'','2013102287','2013-10-22','2013-10-22','20131022-87','15:14',1,'DR VORTIA',NULL,'','20131022-2165',NULL),(6206,1764,3,531,'2013-10-22 14:16:48',1,0,'','2013102287','2013-10-22','2013-10-22','20131022-87','15:14',1,'DR VORTIA',NULL,'','20131022-2165',NULL),(6207,1,1,504,'2013-10-22 14:32:07',1,0,'','','2013-10-22','2013-10-22','20131022-89','15:31',1,'',NULL,'','20131022-2167',NULL),(6208,1765,3,531,'2013-10-22 14:42:14',0,0,'','2013102288','2013-10-22','2013-10-22','20131022-88','15:31',1,'DR MENSAH',NULL,'','20131022-2166',NULL),(6210,1765,4,531,'2013-10-22 14:42:18',1,0,'','2013102288','2013-10-22','2013-10-22','20131022-88','15:36',1,'DR MENSAH',NULL,'','20131022-2166',NULL),(6213,1765,5,531,'2013-10-22 14:42:18',0,0,'','2013102288','2013-10-22','2013-10-22','20131022-88','15:36',1,'DR MENSAH',NULL,'','20131022-2166',NULL),(6217,1765,1,531,'2013-10-22 14:42:18',1,0,'','2013102288','2013-10-22','2013-10-22','20131022-88','15:36',1,'DR MENSAH',NULL,'','20131022-2166',NULL),(6222,1765,2,531,'2013-10-22 14:42:18',1,0,'','2013102288','2013-10-22','2013-10-22','20131022-88','15:37',1,'DR MENSAH',NULL,'','20131022-2166',NULL),(6223,1766,3,531,'2013-10-22 14:57:38',0,0,'','2013102290','2013-10-22','2013-10-22','20131022-90','15:50',1,'DR TAKYI',NULL,'','20131022-2168',NULL),(6225,1766,1,531,'2013-10-22 14:57:38',1,0,'','2013102290','2013-10-22','2013-10-22','20131022-90','15:56',1,'DR TAKYI',NULL,'','20131022-2168',NULL),(6228,1766,4,531,'2013-10-22 14:57:38',1,0,'','2013102290','2013-10-22','2013-10-22','20131022-90','15:57',1,'DR TAKYI',NULL,'','20131022-2168',NULL),(6232,1766,5,531,'2013-10-22 14:57:39',1,0,'','2013102290','2013-10-22','2013-10-22','20131022-90','15:57',1,'DR TAKYI',NULL,'','20131022-2168',NULL),(6233,1,1,504,'2013-10-22 15:06:54',1,0,'','','2013-10-22','2013-10-22','20131022-91','16:06',1,'',NULL,'','20131022-2169',NULL),(6234,1767,3,531,'2013-10-22 15:11:34',0,0,'','2013102292','2013-10-22','2013-10-22','20131022-92','16:08',1,'DR FUMMY',NULL,'','20131022-2170',NULL),(6235,1768,3,531,'2013-10-22 15:17:10',0,0,'','2013102293 ','2013-10-22','2013-10-22','20131022-93','16:14',1,'DR DANIELS',NULL,'','20131022-2171',NULL),(6237,1768,1,531,'2013-10-22 15:17:10',1,0,'','2013102293 ','2013-10-22','2013-10-22','20131022-93','16:16',1,'DR DANIELS',NULL,'','20131022-2171',NULL),(6240,1768,4,531,'2013-10-22 15:17:10',1,0,'','2013102293 ','2013-10-22','2013-10-22','20131022-93','16:16',1,'DR DANIELS',NULL,'','20131022-2171',NULL),(6241,1769,3,531,'2013-10-22 15:26:37',0,0,'','2013102294 ','2013-10-22','2013-10-22','20131022-94','16:25',1,'DR DANIELS',NULL,'','20131022-2172',NULL),(6242,1770,3,531,'2013-10-22 15:34:38',0,0,'',' 2013102296','2013-10-22','2013-10-22','20131022-96','16:31',1,'DR DANIELS',NULL,'','20131022-2174',NULL),(6244,1770,1,531,'2013-10-22 15:34:41',0,0,'',' 2013102296','2013-10-22','2013-10-22','20131022-96','16:33',1,'DR DANIELS',NULL,'','20131022-2174',NULL),(6247,1770,4,531,'2013-10-22 15:34:41',0,0,'',' 2013102296','2013-10-22','2013-10-22','20131022-96','16:34',1,'DR DANIELS',NULL,'','20131022-2174',NULL),(6248,1771,3,531,'2013-10-22 15:38:48',0,0,'','2013102297 ','2013-10-22','2013-10-22','20131022-97','16:37',1,'DR MENSAH',NULL,'','20131022-2175',NULL),(6249,1772,17,531,'2013-10-22 15:41:32',1,0,'','2013102298','2013-10-22','2013-10-22','20131022-98','16:40',1,'DR TACHIE',NULL,'','20131022-2176',NULL),(6250,1773,3,531,'2013-10-22 15:49:09',0,0,'','2013102299 ','2013-10-22','2013-10-22','20131022-99','16:47',1,'DR DANIELS',NULL,'','20131022-2177',NULL),(6252,1773,4,531,'2013-10-22 15:49:09',1,0,'','2013102299 ','2013-10-22','2013-10-22','20131022-99','16:48',1,'DR DANIELS',NULL,'','20131022-2177',NULL),(6253,1774,3,531,'2013-10-22 15:51:43',1,0,'','20131022100','2013-10-22','2013-10-22','20131022-100','16:50',1,'',NULL,'','20131022-2178',NULL),(6254,1775,1,531,'2013-10-22 16:22:47',0,0,'','20131022101','2013-10-22','2013-10-22','20131022-101','17:19',1,'DR AMABLE',NULL,'','20131022-2179',NULL),(6256,1775,4,531,'2013-10-22 16:22:47',1,0,'','20131022101','2013-10-22','2013-10-22','20131022-101','17:21',1,'DR AMABLE',NULL,'','20131022-2179',NULL),(6257,1776,3,531,'2013-10-22 16:32:13',0,0,'','20131022102','2013-10-22','2013-10-22','20131022-102','17:30',1,'DR MENSAH',NULL,'','20131022-2180',NULL),(6258,1777,1,531,'2013-10-22 16:37:02',0,0,'','20131022103','2013-10-22','2013-10-22','20131022-103','17:35',1,'DR DANIELS',NULL,'','20131022-2181',NULL),(6259,1777,3,531,'2013-10-22 16:38:04',0,0,'','20131022103','2013-10-22','2013-10-22','20131022-104','17:37',1,'',NULL,'','20131022-2182',NULL),(6260,1775,1,531,'2013-10-22 16:55:46',0,0,'','20131022101','2013-10-22','2013-10-22','20131022-105','17:54',1,'',NULL,'','20131022-2183',NULL),(6261,1,4,504,'2013-10-22 16:58:47',1,0,'','','2013-10-22','2013-10-22','20131022-106','17:58',1,'',NULL,'','20131022-2184',NULL),(6262,1,4,504,'2013-10-22 17:07:16',1,0,'','','2013-10-22','2013-10-22','20131022-108','18:07',1,'',NULL,'','20131022-2186',NULL),(6263,1778,3,531,'2013-10-22 17:08:52',0,0,'','20131022107','2013-10-22','2013-10-22','20131022-107','18:06',1,'DR MENSAH',NULL,'','20131022-2185',NULL),(6265,1778,5,531,'2013-10-22 17:08:52',1,0,'','20131022107','2013-10-22','2013-10-22','20131022-107','18:08',1,'DR MENSAH',NULL,'','20131022-2185',NULL),(6268,1778,19,531,'2013-10-22 17:08:53',1,0,'','20131022107','2013-10-22','2013-10-22','20131022-107','18:08',1,'DR MENSAH',NULL,'','20131022-2185',NULL),(6269,1779,3,531,'2013-10-22 18:03:03',0,0,'','20131022109 ','2013-10-22','2013-10-22','20131022-109','19:02',1,'DR DANIELS',NULL,'','20131022-2187',NULL),(6270,1780,1,531,'2013-10-22 18:06:04',1,0,'','20131022110','2013-10-22','2013-10-22','20131022-110','19:04',1,'DR YEBOAH',NULL,'','20131022-2188',NULL),(6272,1780,5,531,'2013-10-22 18:06:04',0,0,'','20131022110','2013-10-22','2013-10-22','20131022-110','19:05',1,'DR YEBOAH',NULL,'','20131022-2188',NULL),(6273,1781,3,531,'2013-10-22 18:12:42',0,0,'','20131022111','2013-10-22','2013-10-22','20131022-111','19:11',1,'DR DANIELS',NULL,'','20131022-2189',NULL),(6274,864,3,531,'2013-10-22 18:39:15',0,0,'','20131022112 ','2013-10-22','2013-10-22','20131022-112','19:38',1,'',NULL,'','20131022-2190',NULL),(6275,1782,5,531,'2013-10-22 18:53:37',1,0,'','20131022113 ','2013-10-22','2013-10-22','20131022-113','19:52',1,'DR FUMMY',NULL,'','20131022-2191',NULL),(6276,1783,3,531,'2013-10-22 19:26:28',0,0,'','20131022114','2013-10-22','2013-10-22','20131022-114','20:23',1,'DR AMOAH',NULL,'','20131022-2192',NULL),(6278,1783,1,531,'2013-10-22 19:26:28',0,0,'','20131022114','2013-10-22','2013-10-22','20131022-114','20:25',1,'DR AMOAH',NULL,'','20131022-2192',NULL),(6281,1783,4,531,'2013-10-22 19:26:29',1,0,'','20131022114','2013-10-22','2013-10-22','20131022-114','20:25',1,'DR AMOAH',NULL,'','20131022-2192',NULL),(6285,1783,24,531,'2013-10-22 19:26:29',0,0,'','20131022114','2013-10-22','2013-10-22','20131022-114','20:26',1,'DR AMOAH',NULL,'','20131022-2192',NULL),(6286,1784,3,558,'2013-10-22 20:06:17',1,0,'','20131022115','2013-10-22','2013-10-22','20131022-115','21:04',1,'DR MENSAH',NULL,'','20131022-2193',NULL),(6288,1784,1,558,'2013-10-22 20:06:18',1,0,'','20131022115','2013-10-22','2013-10-22','20131022-115','21:05',1,'DR MENSAH',NULL,'','20131022-2193',NULL),(6289,1785,3,558,'2013-10-22 20:20:23',1,0,'','20131022118','2013-10-22','2013-10-22','20131022-118','21:17',1,'DR DANIELS',NULL,'','20131022-2196',NULL),(6291,1785,4,558,'2013-10-22 20:20:23',1,0,'','20131022118','2013-10-22','2013-10-22','20131022-118','21:19',1,'DR DANIELS',NULL,'','20131022-2196',NULL),(6292,1786,3,558,'2013-10-22 20:24:08',1,0,'','20131022119','2013-10-22','2013-10-22','20131022-119','21:22',1,'DR MENSAH',NULL,'','20131022-2197',NULL),(6293,1787,3,558,'2013-10-22 20:28:15',1,0,'','20131022120','2013-10-22','2013-10-22','20131022-120','21:27',1,'DR MENSAH',NULL,'','20131022-2198',NULL),(6295,1787,1,558,'2013-10-22 20:28:15',1,0,'','20131022120','2013-10-22','2013-10-22','20131022-120','21:27',1,'DR MENSAH',NULL,'','20131022-2198',NULL),(6296,1788,3,558,'2013-10-22 20:32:05',1,0,'','20131022121','2013-10-22','2013-10-22','20131022-121','21:30',1,'DR DANIELS',NULL,'','20131022-2199',NULL),(6298,1788,4,558,'2013-10-22 20:32:05',0,0,'','20131022121','2013-10-22','2013-10-22','20131022-121','21:31',1,'DR DANIELS',NULL,'','20131022-2199',NULL),(6301,1788,1,558,'2013-10-22 20:32:06',1,0,'','20131022121','2013-10-22','2013-10-22','20131022-121','21:31',1,'DR DANIELS',NULL,'','20131022-2199',NULL),(6302,1789,3,558,'2013-10-22 20:45:54',1,0,'','20131022122','2013-10-22','2013-10-22','20131022-122','21:44',1,'DR AMOAH',NULL,'','20131022-2200',NULL),(6303,1790,19,558,'2013-10-22 22:08:18',1,0,'','20131022123','2013-10-22','2013-10-22','20131022-123','23:05',1,'DR AMOAH',NULL,'','20131022-2201',NULL),(6304,1791,3,558,'2013-10-22 22:12:54',1,0,'','20131022124','2013-10-22','2013-10-22','20131022-124','23:11',1,'DR AMOAH',NULL,'','20131022-2202',NULL),(6305,1792,3,558,'2013-10-22 22:34:55',1,0,'','20131022125','2013-10-22','2013-10-22','20131022-125','23:33',1,'DR AMOAH',NULL,'','20131022-2203',NULL),(6307,1792,5,558,'2013-10-22 22:34:56',0,0,'','20131022125','2013-10-22','2013-10-22','20131022-125','23:34',1,'DR AMOAH',NULL,'','20131022-2203',NULL),(6310,1792,1,558,'2013-10-22 22:34:56',1,0,'','20131022125','2013-10-22','2013-10-22','20131022-125','23:34',1,'DR AMOAH',NULL,'','20131022-2203',NULL),(6311,1793,1,558,'2013-10-22 23:05:08',1,0,'','201310231','2013-10-23','2013-10-23','20131023-1','00:03',1,'DR AMOAH',NULL,'','20131023-2204',NULL),(6312,1793,5,558,'2013-10-22 23:50:34',1,0,'','201310231','2013-10-23','2013-10-23','20131023-2','00:49',1,'DR AMOAH',NULL,'','20131023-2205',NULL),(6313,1794,3,558,'2013-10-22 23:54:36',1,0,'','201310233','2013-10-23','2013-10-23','20131023-3','00:52',1,'DR AMOAH',NULL,'','20131023-2206',NULL),(6315,1794,19,558,'2013-10-22 23:54:36',1,0,'','201310233','2013-10-23','2013-10-23','20131023-3','00:53',1,'DR AMOAH',NULL,'','20131023-2206',NULL),(6318,1794,1,558,'2013-10-22 23:54:36',1,0,'','201310233','2013-10-23','2013-10-23','20131023-3','00:53',1,'DR AMOAH',NULL,'','20131023-2206',NULL),(6319,1795,3,558,'2013-10-23 02:02:49',1,0,'','201310234','2013-10-23','2013-10-23','20131023-4','03:00',1,'DR AMOAH',NULL,'','20131023-2207',NULL),(6320,1795,1,535,'2013-10-23 02:45:52',1,0,'','201310234','2013-10-23','2013-10-23','20131023-5','03:45',1,'',NULL,'','20131023-2208',NULL),(6321,183,3,558,'2013-10-23 05:37:58',0,0,'','201310236','2013-10-23','2013-10-23','20131023-6','06:36',1,'DR VORTIA',NULL,'','20131023-2209',NULL),(6323,183,4,558,'2013-10-23 05:37:59',1,0,'','201310236','2013-10-23','2013-10-23','20131023-6','06:37',1,'DR VORTIA',NULL,'','20131023-2209',NULL),(6324,1796,3,558,'2013-10-23 06:05:24',0,0,'','201310237','2013-10-23','2013-10-23','20131023-7','07:03',1,'DR YEBOAH',NULL,'','20131023-2210',NULL),(6326,1796,4,558,'2013-10-23 06:05:24',1,0,'','201310237','2013-10-23','2013-10-23','20131023-7','07:04',1,'DR YEBOAH',NULL,'','20131023-2210',NULL),(6329,1796,1,558,'2013-10-23 06:05:24',0,0,'','201310237','2013-10-23','2013-10-23','20131023-7','07:04',1,'DR YEBOAH',NULL,'','20131023-2210',NULL),(6330,1797,3,558,'2013-10-23 06:14:06',1,0,'','201310238','2013-10-23','2013-10-23','20131023-8','07:12',1,'DR YEBOAH',NULL,'','20131023-2211',NULL),(6332,1797,4,558,'2013-10-23 06:14:06',1,0,'','201310238','2013-10-23','2013-10-23','20131023-8','07:13',1,'DR YEBOAH',NULL,'','20131023-2211',NULL),(6335,1797,1,558,'2013-10-23 06:14:06',0,0,'','201310238','2013-10-23','2013-10-23','20131023-8','07:13',1,'DR YEBOAH',NULL,'','20131023-2211',NULL),(6336,1798,3,558,'2013-10-23 06:19:03',0,0,'','201310239','2013-10-23','2013-10-23','20131023-9','07:17',1,'DR YEBOAH',NULL,'','20131023-2212',NULL),(6338,1798,4,558,'2013-10-23 06:19:03',1,0,'','201310239','2013-10-23','2013-10-23','20131023-9','07:18',1,'DR YEBOAH',NULL,'','20131023-2212',NULL),(6341,1798,1,558,'2013-10-23 06:19:03',0,0,'','201310239','2013-10-23','2013-10-23','20131023-9','07:18',1,'DR YEBOAH',NULL,'','20131023-2212',NULL),(6342,1799,3,558,'2013-10-23 06:24:29',1,0,'','2013102310','2013-10-23','2013-10-23','20131023-10','07:23',1,'DR AMOAH',NULL,'','20131023-2213',NULL),(6343,1800,3,558,'2013-10-23 06:35:27',0,0,'','2013102311','2013-10-23','2013-10-23','20131023-11','07:33',1,'DR DANIELS',NULL,'','20131023-2214',NULL),(6345,1800,4,558,'2013-10-23 06:35:27',1,0,'','2013102311','2013-10-23','2013-10-23','20131023-11','07:34',1,'DR DANIELS',NULL,'','20131023-2214',NULL),(6348,1800,1,558,'2013-10-23 06:35:27',0,0,'','2013102311','2013-10-23','2013-10-23','20131023-11','07:34',1,'DR DANIELS',NULL,'','20131023-2214',NULL),(6349,1801,3,531,'2013-10-23 07:42:51',0,0,'','2013102313 ','2013-10-23','2013-10-23','20131023-13','08:40',1,'DR YEBOAH',NULL,'','20131023-2216',NULL),(6351,1801,1,531,'2013-10-23 07:42:51',0,0,'','2013102313 ','2013-10-23','2013-10-23','20131023-13','08:41',1,'DR YEBOAH',NULL,'','20131023-2216',NULL),(6354,1801,4,531,'2013-10-23 07:42:51',1,0,'','2013102313 ','2013-10-23','2013-10-23','20131023-13','08:42',1,'DR YEBOAH',NULL,'','20131023-2216',NULL),(6355,1802,3,531,'2013-10-23 07:51:12',0,0,'','2013102314','2013-10-23','2013-10-23','20131023-14','08:49',1,'DR PUPPULAMPO',NULL,'','20131023-2217',NULL),(6356,1803,1,531,'2013-10-23 08:01:30',0,0,'',' 2013102315 ','2013-10-23','2013-10-23','20131023-15','08:59',1,'',NULL,'','20131023-2218',NULL),(6358,1803,3,531,'2013-10-23 08:01:30',0,0,'',' 2013102315 ','2013-10-23','2013-10-23','20131023-15','09:01',1,'',NULL,'','20131023-2218',NULL),(6359,1804,3,531,'2013-10-23 08:11:31',0,0,'','2013102316','2013-10-23','2013-10-23','20131023-16','09:08',1,'DR AMOAH',NULL,'','20131023-2219',NULL),(6361,1804,1,531,'2013-10-23 08:11:32',0,0,'','2013102316','2013-10-23','2013-10-23','20131023-16','09:09',1,'DR AMOAH',NULL,'','20131023-2219',NULL),(6364,1804,5,531,'2013-10-23 08:11:32',1,0,'','2013102316','2013-10-23','2013-10-23','20131023-16','09:11',1,'DR AMOAH',NULL,'','20131023-2219',NULL),(6365,1805,3,531,'2013-10-23 08:21:05',1,0,'','2013102317','2013-10-23','2013-10-23','20131023-17','09:19',1,'DR DOW',NULL,'','20131023-2220',NULL),(6366,1806,1,531,'2013-10-23 08:30:30',0,0,'','2013102318','2013-10-23','2013-10-23','20131023-18','09:28',1,'DR TACHIE',NULL,'','20131023-2221',NULL),(6368,1806,3,531,'2013-10-23 08:30:30',0,0,'','2013102318','2013-10-23','2013-10-23','20131023-18','09:30',1,'DR TACHIE',NULL,'','20131023-2221',NULL),(6369,1081,2,531,'2013-10-23 08:51:51',1,0,'','2013102319','2013-10-23','2013-10-23','20131023-19','09:50',1,'DR SALLAR',NULL,'','20131023-2222',NULL),(6371,1081,4,531,'2013-10-23 08:51:52',1,0,'','2013102319','2013-10-23','2013-10-23','20131023-19','09:51',1,'DR SALLAR',NULL,'','20131023-2222',NULL),(6372,1534,1,534,'2013-10-23 08:54:43',0,0,'',' 2013101968','2013-10-23','2013-10-23','20131023-20','09:53',1,'',NULL,'','20131023-2223',NULL),(6373,1807,1,531,'2013-10-23 08:59:59',0,0,'','2013102321','2013-10-23','2013-10-23','20131023-21','09:55',1,'DR VORTIA',NULL,'','20131023-2224',NULL),(6375,1807,2,531,'2013-10-23 08:59:59',1,0,'','2013102321','2013-10-23','2013-10-23','20131023-21','09:58',1,'DR VORTIA',NULL,'','20131023-2224',NULL),(6378,1807,3,531,'2013-10-23 08:59:59',0,0,'','2013102321','2013-10-23','2013-10-23','20131023-21','09:59',1,'DR VORTIA',NULL,'','20131023-2224',NULL),(6382,1807,4,531,'2013-10-23 08:59:59',1,0,'','2013102321','2013-10-23','2013-10-23','20131023-21','09:59',1,'DR VORTIA',NULL,'','20131023-2224',NULL),(6383,1808,2,531,'2013-10-23 09:04:07',0,0,'','2013102322','2013-10-23','2013-10-23','20131023-22','10:02',1,'DR VORTIA',NULL,'','20131023-2225',NULL),(6385,1808,24,531,'2013-10-23 09:04:07',0,0,'','2013102322','2013-10-23','2013-10-23','20131023-22','10:03',1,'DR VORTIA',NULL,'','20131023-2225',NULL),(6386,1809,2,531,'2013-10-23 09:35:17',0,0,'','2013102323','2013-10-23','2013-10-23','20131023-23','10:07',1,'DR VORTIA',NULL,'','20131023-2226',NULL),(6388,1809,3,531,'2013-10-23 09:35:17',0,0,'','2013102323','2013-10-23','2013-10-23','20131023-23','10:33',1,'DR VORTIA',NULL,'','20131023-2226',NULL),(6391,1809,4,531,'2013-10-23 09:35:17',0,0,'','2013102323','2013-10-23','2013-10-23','20131023-23','10:34',1,'DR VORTIA',NULL,'','20131023-2226',NULL),(6392,1810,3,531,'2013-10-23 09:38:28',0,0,'','2013102324','2013-10-23','2013-10-23','20131023-24','10:37',1,'DR TANDOR',NULL,'','20131023-2227',NULL),(6393,1811,3,531,'2013-10-23 09:54:16',0,0,'','2013102325','2013-10-23','2013-10-23','20131023-26','10:51',1,'DR TACHIE',NULL,'','20131023-2229',NULL),(6395,1811,1,531,'2013-10-23 09:54:17',0,0,'','2013102325','2013-10-23','2013-10-23','20131023-26','10:52',1,'DR TACHIE',NULL,'','20131023-2229',NULL),(6396,1812,3,531,'2013-10-23 09:58:45',0,0,'','2013102327','2013-10-23','2013-10-23','20131023-27','10:56',1,'DR VORTIA',NULL,'','20131023-2230',NULL),(6397,1813,3,531,'2013-10-23 10:05:31',0,0,'','2013102328','2013-10-23','2013-10-23','20131023-28','11:03',1,'DR YEBOAH',NULL,'','20131023-2231',NULL),(6399,1813,4,531,'2013-10-23 10:05:31',1,0,'','2013102328','2013-10-23','2013-10-23','20131023-28','11:05',1,'DR YEBOAH',NULL,'','20131023-2231',NULL),(6400,1814,4,531,'2013-10-23 10:08:20',1,0,'','2013102329','2013-10-23','2013-10-23','20131023-29','11:06',1,'DR VORTIA',NULL,'','20131023-2232',NULL),(6401,1815,3,531,'2013-10-23 10:11:56',0,0,'','','2013-10-23','2013-10-23','20131023-30','11:10',1,' ',NULL,'','20131023-2233',NULL),(6402,1816,3,531,'2013-10-23 10:16:58',0,0,'','2013102331','2013-10-23','2013-10-23','20131023-31','11:14',1,'',NULL,'','20131023-2234',NULL),(6404,1816,1,531,'2013-10-23 10:16:59',1,0,'','2013102331','2013-10-23','2013-10-23','20131023-31','11:16',1,'',NULL,'','20131023-2234',NULL),(6407,1816,4,531,'2013-10-23 10:16:59',1,0,'','2013102331','2013-10-23','2013-10-23','20131023-31','11:16',1,'',NULL,'','20131023-2234',NULL),(6408,1817,3,531,'2013-10-23 10:22:24',0,0,'','2013102332','2013-10-23','2013-10-23','20131023-32','11:18',1,'DR YEBOAH',NULL,'','20131023-2235',NULL),(6410,1817,19,531,'2013-10-23 10:22:28',0,0,'','2013102332','2013-10-23','2013-10-23','20131023-32','11:20',1,'DR YEBOAH',NULL,'','20131023-2235',NULL),(6413,1817,24,531,'2013-10-23 10:22:28',0,0,'','2013102332','2013-10-23','2013-10-23','20131023-32','11:20',1,'DR YEBOAH',NULL,'','20131023-2235',NULL),(6414,1818,3,531,'2013-10-23 10:29:20',0,0,'','2013102333','2013-10-23','2013-10-23','20131023-33','11:26',1,'DR YEBOAH',NULL,'','20131023-2236',NULL),(6416,1818,1,531,'2013-10-23 10:29:20',0,0,'','2013102333','2013-10-23','2013-10-23','20131023-33','11:28',1,'DR YEBOAH',NULL,'','20131023-2236',NULL),(6417,1819,5,531,'2013-10-23 10:31:49',1,0,'',' 2013102334 ','2013-10-23','2013-10-23','20131023-34','11:30',1,'DR FUMMY',NULL,'','20131023-2237',NULL),(6418,1820,3,531,'2013-10-23 10:35:36',0,0,'',' 2013102336 ','2013-10-23','2013-10-23','20131023-36','11:34',1,'DR VORTIA',NULL,'','20131023-2239',NULL),(6420,1820,5,531,'2013-10-23 10:35:36',1,0,'',' 2013102336 ','2013-10-23','2013-10-23','20131023-36','11:35',1,'DR VORTIA',NULL,'','20131023-2239',NULL),(6421,1821,3,531,'2013-10-23 10:39:50',0,0,'','2013102337 ','2013-10-23','2013-10-23','20131023-37','11:37',1,'DR MENSAH',NULL,'','20131023-2240',NULL),(6422,1822,3,531,'2013-10-23 10:47:06',0,0,'','2013102338 ','2013-10-23','2013-10-23','20131023-38','11:43',1,'DR DOW',NULL,'','20131023-2241',NULL),(6423,1823,3,531,'2013-10-23 10:49:39',0,0,'',' 2013102339','2013-10-23','2013-10-23','20131023-39','11:48',1,'DR VORTIA',NULL,'','20131023-2242',NULL),(6424,1824,3,531,'2013-10-23 10:52:21',0,0,'','2013102340','2013-10-23','2013-10-23','20131023-40','11:51',1,'DR VORTIA',NULL,'','20131023-2243',NULL),(6425,1825,1,531,'2013-10-23 10:56:06',0,0,'','2013102341','2013-10-23','2013-10-23','20131023-41','11:54',1,'DR MENSAH',NULL,'','20131023-2244',NULL),(6427,1825,3,531,'2013-10-23 10:56:07',0,0,'','2013102341','2013-10-23','2013-10-23','20131023-41','11:55',1,'DR MENSAH',NULL,'','20131023-2244',NULL),(6428,1826,3,531,'2013-10-23 11:03:54',0,0,'','2013102342','2013-10-23','2013-10-23','20131023-42','12:02',1,'DR YEBOAH',NULL,'','20131023-2245',NULL),(6430,1826,4,531,'2013-10-23 11:03:55',1,0,'','2013102342','2013-10-23','2013-10-23','20131023-42','12:03',1,'DR YEBOAH',NULL,'','20131023-2245',NULL),(6431,738,3,531,'2013-10-23 11:05:26',0,0,'','2013102343','2013-10-23','2013-10-23','20131023-43','12:04',1,'DR ADOTEY',NULL,'','20131023-2246',NULL),(6432,1827,3,531,'2013-10-23 11:07:36',0,0,'','2013102344 ','2013-10-23','2013-10-23','20131023-44','12:06',1,'DR YEBOAH',NULL,'','20131023-2247',NULL),(6434,1827,4,531,'2013-10-23 11:07:37',1,0,'','2013102344 ','2013-10-23','2013-10-23','20131023-44','12:07',1,'DR YEBOAH',NULL,'','20131023-2247',NULL),(6435,1828,3,531,'2013-10-23 11:10:32',0,0,'','2013102345 ','2013-10-23','2013-10-23','20131023-45','12:08',1,'DR MENSAH',NULL,'','20131023-2248',NULL),(6437,1828,4,531,'2013-10-23 11:10:33',1,0,'','2013102345 ','2013-10-23','2013-10-23','20131023-45','12:09',1,'DR MENSAH',NULL,'','20131023-2248',NULL),(6440,1828,1,531,'2013-10-23 11:10:33',1,0,'','2013102345 ','2013-10-23','2013-10-23','20131023-45','12:10',1,'DR MENSAH',NULL,'','20131023-2248',NULL),(6441,1829,3,531,'2013-10-23 11:14:17',0,0,'','2013102346','2013-10-23','2013-10-23','20131023-46','12:13',1,'DR VORTIA',NULL,'','20131023-2249',NULL),(6442,1830,1,531,'2013-10-23 11:24:55',0,0,'',' 2013102347','2013-10-23','2013-10-23','20131023-47','12:22',1,'DR MENSAH',NULL,'','20131023-2250',NULL),(6443,1831,3,531,'2013-10-23 11:36:18',0,0,'','2013102349','2013-10-23','2013-10-23','20131023-49','12:34',1,'DR MENSAH',NULL,'','20131023-2252',NULL),(6445,1831,4,531,'2013-10-23 11:36:18',1,0,'','2013102349','2013-10-23','2013-10-23','20131023-49','12:35',1,'DR MENSAH',NULL,'','20131023-2252',NULL),(6446,1832,3,531,'2013-10-23 11:38:37',0,0,'','2013102350','2013-10-23','2013-10-23','20131023-50','12:37',1,'DR VORTIA',NULL,'','20131023-2253',NULL),(6447,1833,4,531,'2013-10-23 11:41:55',1,0,'','2013102351','2013-10-23','2013-10-23','20131023-51','12:40',1,'DR FUMMY',NULL,'','20131023-2254',NULL),(6449,1833,5,531,'2013-10-23 11:41:55',1,0,'','2013102351','2013-10-23','2013-10-23','20131023-51','12:41',1,'DR FUMMY',NULL,'','20131023-2254',NULL),(6450,1834,3,531,'2013-10-23 11:51:28',0,0,'','2013102352','2013-10-23','2013-10-23','20131023-52','12:49',1,'DR ARMAH',NULL,'','20131023-2255',NULL),(6452,1834,4,531,'2013-10-23 11:51:29',1,0,'','2013102352','2013-10-23','2013-10-23','20131023-52','12:51',1,'DR ARMAH',NULL,'','20131023-2255',NULL),(6453,1835,3,531,'2013-10-23 11:53:26',1,0,'','2013102353','2013-10-23','2013-10-23','20131023-53','12:52',1,'',NULL,'','20131023-2256',NULL),(6454,1836,3,531,'2013-10-23 11:56:21',0,0,'',' 2013102354','2013-10-23','2013-10-23','20131023-54','12:55',1,'DR VORTIA',NULL,'','20131023-2257',NULL),(6455,1837,3,531,'2013-10-23 11:58:08',0,0,'','2013102355','2013-10-23','2013-10-23','20131023-55','12:57',1,'DR MENSAH',NULL,'','20131023-2258',NULL),(6456,1838,3,531,'2013-10-23 12:01:32',1,0,'','2013102356','2013-10-23','2013-10-23','20131023-56','12:58',1,'DR ADOTEY',NULL,'','20131023-2259',NULL),(6457,1702,5,534,'2013-10-23 12:12:27',1,0,'',' 201310229','2013-10-23','2013-10-23','20131023-57','13:11',1,'',NULL,'','20131023-2260',NULL),(6458,1839,3,531,'2013-10-23 12:30:13',0,0,'','2013102358','2013-10-23','2013-10-23','20131023-58','13:27',1,'DR YEBOAH',NULL,'','20131023-2261',NULL),(6459,1840,3,531,'2013-10-23 12:34:51',1,0,'','2013102359','2013-10-23','2013-10-23','20131023-59','13:33',1,'DR YEBOAH',NULL,'','20131023-2262',NULL),(6460,1841,3,531,'2013-10-23 12:36:48',1,0,'','2013102360 ','2013-10-23','2013-10-23','20131023-60','13:35',1,'DR YEBOAH',NULL,'','20131023-2263',NULL),(6461,1842,3,531,'2013-10-23 12:45:59',0,0,'','2013102361','2013-10-23','2013-10-23','20131023-61','13:44',1,'DR YEBOAH',NULL,'','20131023-2264',NULL),(6463,1842,4,531,'2013-10-23 12:45:59',1,0,'','2013102361','2013-10-23','2013-10-23','20131023-61','13:45',1,'DR YEBOAH',NULL,'','20131023-2264',NULL),(6464,1843,3,531,'2013-10-23 12:49:45',0,0,'','2013102362 ','2013-10-23','2013-10-23','20131023-62','13:48',1,'DR YEBOAH',NULL,'','20131023-2265',NULL),(6465,1835,1,531,'2013-10-23 12:57:38',1,0,'','2013102353','2013-10-23','2013-10-23','20131023-64','13:56',1,'',NULL,'','20131023-2267',NULL),(6466,1844,3,531,'2013-10-23 12:59:35',1,0,'','2013102365 ','2013-10-23','2013-10-23','20131023-65','13:58',1,'DR YEBOAH',NULL,'','20131023-2268',NULL),(6468,1844,4,531,'2013-10-23 12:59:35',1,0,'','2013102365 ','2013-10-23','2013-10-23','20131023-65','13:59',1,'DR YEBOAH',NULL,'','20131023-2268',NULL),(6469,1661,4,534,'2013-10-23 13:06:30',1,0,'','2013102161','2013-10-23','2013-10-23','20131023-67','14:05',1,'',NULL,'','20131023-2270',NULL),(6470,1845,3,531,'2013-10-23 13:07:06',0,0,'','2013102366','2013-10-23','2013-10-23','20131023-66','14:04',1,'DR MENSAH',NULL,'','20131023-2269',NULL),(6472,1845,1,531,'2013-10-23 13:07:07',1,0,'','2013102366','2013-10-23','2013-10-23','20131023-66','14:06',1,'DR MENSAH',NULL,'','20131023-2269',NULL),(6475,1845,4,531,'2013-10-23 13:07:07',1,0,'','2013102366','2013-10-23','2013-10-23','20131023-66','14:06',1,'DR MENSAH',NULL,'','20131023-2269',NULL),(6479,1845,5,531,'2013-10-23 13:07:07',1,0,'','2013102366','2013-10-23','2013-10-23','20131023-66','14:06',1,'DR MENSAH',NULL,'','20131023-2269',NULL),(6480,1614,19,534,'2013-10-23 13:11:05',1,0,'','201310215','2013-10-23','2013-10-23','20131023-68','14:10',1,'',NULL,'','20131023-2271',NULL),(6481,1362,5,534,'2013-10-23 13:16:19',0,0,'','20131017107','2013-10-23','2013-10-23','20131023-70','14:15',1,'',NULL,'','20131023-2273',NULL),(6482,1846,3,531,'2013-10-23 13:18:48',1,0,'','2013102369 ','2013-10-23','2013-10-23','20131023-69','14:16',1,'DR VORTIA',NULL,'','20131023-2272',NULL),(6483,1701,1,534,'2013-10-23 13:20:45',1,0,'','201310228','2013-10-23','2013-10-23','20131023-71','14:20',1,'',NULL,'','20131023-2274',NULL),(6484,1738,4,534,'2013-10-23 13:29:05',1,0,'','2013102251','2013-10-23','2013-10-23','20131023-72','14:28',1,'',NULL,'','20131023-2275',NULL),(6486,1738,1,534,'2013-10-23 13:29:05',1,0,'','2013102251','2013-10-23','2013-10-23','20131023-72','14:28',1,'',NULL,'','20131023-2275',NULL),(6487,1258,19,534,'2013-10-23 13:37:16',1,0,'','2013101645','2013-10-23','2013-10-23','20131023-74','14:36',1,'',NULL,'','20131023-2277',NULL),(6488,1817,20,531,'2013-10-23 13:38:41',1,0,'','2013102332','2013-10-23','2013-10-23','20131023-73','14:32',1,'DR YEBOAH',NULL,'','20131023-2276',NULL),(6489,1612,5,534,'2013-10-23 13:39:04',1,0,'','201310213','2013-10-23','2013-10-23','20131023-75','14:38',1,'',NULL,'','20131023-2278',NULL),(6490,1847,3,531,'2013-10-23 13:40:40',1,0,'','2013102376','2013-10-23','2013-10-23','20131023-76','14:39',1,'DR MENSAH',NULL,'','20131023-2279',NULL),(6491,1848,3,531,'2013-10-23 13:45:13',0,0,'','2013102377 ','2013-10-23','2013-10-23','20131023-77','14:44',1,'DR S K OWUSU',NULL,'','20131023-2280',NULL),(6492,1849,3,531,'2013-10-23 13:51:13',0,0,'','2013102378 ','2013-10-23','2013-10-23','20131023-78','14:49',1,'DR YEBOAH',NULL,'','20131023-2281',NULL),(6494,1849,4,531,'2013-10-23 13:51:13',1,0,'','2013102378 ','2013-10-23','2013-10-23','20131023-78','14:51',1,'DR YEBOAH',NULL,'','20131023-2281',NULL),(6495,1850,1,531,'2013-10-23 13:54:39',1,0,'','2013102379','2013-10-23','2013-10-23','20131023-79','14:53',1,'DR YEBOAH',NULL,'','20131023-2282',NULL),(6497,1850,5,531,'2013-10-23 13:54:39',0,0,'','2013102379','2013-10-23','2013-10-23','20131023-79','14:54',1,'DR YEBOAH',NULL,'','20131023-2282',NULL),(6498,1851,3,531,'2013-10-23 13:59:33',1,0,'','2013102380','2013-10-23','2013-10-23','20131023-80','14:55',1,'DR VORTIA',NULL,'','20131023-2283',NULL),(6500,1851,5,531,'2013-10-23 13:59:33',1,0,'','2013102380','2013-10-23','2013-10-23','20131023-80','14:59',1,'DR VORTIA',NULL,'','20131023-2283',NULL),(6501,1852,3,531,'2013-10-23 14:02:07',0,0,'','','2013-10-23','2013-10-23','20131023-81','15:01',1,' ',NULL,'','20131023-2284',NULL),(6502,1853,1,531,'2013-10-23 14:08:21',0,0,'','2013102382 ','2013-10-23','2013-10-23','20131023-82','15:07',1,'',NULL,'','20131023-2285',NULL),(6503,1522,1,504,'2013-10-23 14:12:22',1,0,'','2013101951','2013-10-23','2013-10-19','20131023-83','15:11',1,'',NULL,'','20131023-2286',NULL),(6504,1424,1,504,'2013-10-23 14:17:24',1,0,'','2013101825','2013-10-23','2013-10-23','20131023-85','15:16',1,'',NULL,'','20131023-2288',NULL),(6505,1854,3,531,'2013-10-23 14:27:40',0,0,'',' 2013102384 ','2013-10-23','2013-10-23','20131023-84','15:16',1,'DR ',NULL,'','20131023-2287',NULL),(6507,1854,4,531,'2013-10-23 14:27:40',1,0,'','3573438','2013-10-23','2013-10-23','20131023-84','15:26',1,'DR ',NULL,'','20131023-2287',NULL),(6510,1854,19,531,'2013-10-23 14:27:41',0,0,'','3573438','2013-10-23','2013-10-23','20131023-84','15:27',1,'DR ',NULL,'','20131023-2287',NULL),(6511,1855,3,531,'2013-10-23 14:33:30',1,0,'','2013102386 ','2013-10-23','2013-10-23','20131023-86','15:30',1,'DR VORTIA',NULL,'','20131023-2289',NULL),(6513,1855,4,531,'2013-10-23 14:33:31',1,0,'','2013102386 ','2013-10-23','2013-10-23','20131023-86','15:31',1,'DR VORTIA',NULL,'','20131023-2289',NULL),(6516,1855,5,531,'2013-10-23 14:33:31',1,0,'','2013102386 ','2013-10-23','2013-10-23','20131023-86','15:32',1,'DR VORTIA',NULL,'','20131023-2289',NULL),(6517,1856,3,531,'2013-10-23 14:36:50',0,0,'','','2013-10-23','2013-10-23','20131023-87','15:34',1,'DR ARMAH',NULL,'','20131023-2290',NULL),(6519,1856,4,531,'2013-10-23 14:36:51',0,0,'','2013102386 ','2013-10-23','2013-10-23','20131023-87','15:36',1,'DR ARMAH',NULL,'','20131023-2290',NULL),(6520,1857,3,531,'2013-10-23 14:39:29',1,0,'','2013102388 ','2013-10-23','2013-10-23','20131023-88','15:38',1,'DR VORTIA',NULL,'','20131023-2291',NULL),(6521,1858,19,531,'2013-10-23 14:45:05',1,0,'','2013102389','2013-10-23','2013-10-23','20131023-89','15:44',1,'DR MENSAH',NULL,'','20131023-2292',NULL),(6522,1859,3,531,'2013-10-23 15:00:47',0,0,'','2013102390','2013-10-23','2013-10-23','20131023-90','15:59',1,'DR TANDOR',NULL,'','20131023-2293',NULL),(6523,1845,5,531,'2013-10-23 15:14:22',0,0,'','2013102366','2013-10-23','2013-10-23','20131023-91','16:13',1,'',NULL,'','20131023-2294',NULL),(6524,1572,3,531,'2013-10-23 15:20:49',1,0,'','2013102392','2013-10-23','2013-10-23','20131023-92','16:18',1,'',NULL,'','20131023-2295',NULL),(6525,1860,3,531,'2013-10-23 15:25:12',1,0,'','2013102393','2013-10-23','2013-10-23','20131023-93','16:23',1,'DR SALLAR',NULL,'','20131023-2296',NULL),(6527,1860,4,531,'2013-10-23 15:25:12',1,0,'','2013102393','2013-10-23','2013-10-23','20131023-93','16:24',1,'DR SALLAR',NULL,'','20131023-2296',NULL),(6528,1856,3,531,'2013-10-23 15:40:58',1,0,'','2013102394','2013-10-23','2013-10-23','20131023-94','16:39',1,'DR ARMAH',NULL,'','20131023-2297',NULL),(6530,1856,4,531,'2013-10-23 15:40:58',0,0,'','2013102394','2013-10-23','2013-10-23','20131023-94','16:40',1,'DR ARMAH',NULL,'','20131023-2297',NULL),(6531,1861,1,531,'2013-10-23 15:50:57',1,0,'','2013102395','2013-10-23','2013-10-23','20131023-95','16:47',1,'DR SALLAR',NULL,'','20131023-2298',NULL),(6533,1861,4,531,'2013-10-23 15:50:57',1,0,'','2013102395','2013-10-23','2013-10-23','20131023-95','16:49',1,'DR SALLAR',NULL,'','20131023-2298',NULL),(6536,1861,15,531,'2013-10-23 15:50:57',1,0,'','2013102395','2013-10-23','2013-10-23','20131023-95','16:50',1,'DR SALLAR',NULL,'','20131023-2298',NULL),(6537,1862,3,531,'2013-10-23 15:55:24',0,0,'','2013102396','2013-10-23','2013-10-23','20131023-96','16:51',1,'DR SALLAR',NULL,'','20131023-2299',NULL),(6539,1862,4,531,'2013-10-23 15:55:24',1,0,'','2013102396','2013-10-23','2013-10-23','20131023-96','16:55',1,'DR SALLAR',NULL,'','20131023-2299',NULL),(6540,1863,1,531,'2013-10-23 16:09:45',0,0,'','2013102397','2013-10-23','2013-10-23','20131023-97','17:06',1,'DR ASUMANU',NULL,'','20131023-2300',NULL),(6541,1864,3,534,'2013-10-23 16:19:36',0,0,'','2013102398','2013-10-23','2013-10-23','20131023-98','17:18',1,'DR MENSAH',NULL,'','20131023-2301',NULL),(6542,1865,3,534,'2013-10-23 16:24:18',0,0,'','2013102399 ','2013-10-23','2013-10-23','20131023-99','17:21',1,'',NULL,'','20131023-2302',NULL),(6544,1865,4,534,'2013-10-23 16:24:19',1,0,'','2013102399 ','2013-10-23','2013-10-23','20131023-99','17:23',1,'',NULL,'','20131023-2302',NULL),(6547,1865,10,534,'2013-10-23 16:24:19',1,0,'','2013102399 ','2013-10-23','2013-10-23','20131023-99','17:24',1,'',NULL,'','20131023-2302',NULL),(6548,1866,3,534,'2013-10-23 16:28:00',0,0,'','20131023100','2013-10-23','2013-10-23','20131023-100','17:26',1,'DR SALLAR',NULL,'','20131023-2303',NULL),(6550,1866,4,534,'2013-10-23 16:28:03',1,0,'','20131023100','2013-10-23','2013-10-23','20131023-100','17:27',1,'DR SALLAR',NULL,'','20131023-2303',NULL),(6551,1867,3,531,'2013-10-23 16:32:55',0,0,'','20131023101','2013-10-23','2013-10-23','20131023-101','17:31',1,'DR MENSAH',NULL,'','20131023-2304',NULL),(6552,1859,3,531,'2013-10-23 16:51:09',1,0,'','2013102390','2013-10-23','2013-10-23','20131023-102','17:50',1,'',NULL,'','20131023-2305',NULL),(6553,1868,3,531,'2013-10-23 17:06:44',0,0,'','20131023103 ','2013-10-23','2013-10-23','20131023-103','18:03',1,'DR MENSAH',NULL,'','20131023-2306',NULL),(6554,1869,3,531,'2013-10-23 17:11:45',0,0,'','20131023104','2013-10-23','2013-10-23','20131023-104','18:08',1,'DR SALLAR',NULL,'','20131023-2307',NULL),(6556,1869,1,531,'2013-10-23 17:11:45',0,0,'','20131023104','2013-10-23','2013-10-23','20131023-104','18:10',1,'DR SALLAR',NULL,'','20131023-2307',NULL),(6559,1869,4,531,'2013-10-23 17:11:45',1,0,'','20131023104','2013-10-23','2013-10-23','20131023-104','18:11',1,'DR SALLAR',NULL,'','20131023-2307',NULL),(6560,1870,3,531,'2013-10-23 17:14:37',1,0,'','20131023105','2013-10-23','2013-10-23','20131023-105','18:12',1,'DR ARMAH',NULL,'','20131023-2308',NULL),(6562,1870,1,531,'2013-10-23 17:14:37',0,0,'','20131023105','2013-10-23','2013-10-23','20131023-105','18:13',1,'DR ARMAH',NULL,'','20131023-2308',NULL),(6565,1870,4,531,'2013-10-23 17:14:37',1,0,'','20131023105','2013-10-23','2013-10-23','20131023-105','18:14',1,'DR ARMAH',NULL,'','20131023-2308',NULL),(6566,1871,3,531,'2013-10-23 17:19:35',1,0,'','20131023106 ','2013-10-23','2013-10-23','20131023-106','18:17',1,'DR SALLAR',NULL,'','20131023-2309',NULL),(6568,1871,4,531,'2013-10-23 17:19:35',1,0,'','20131023106 ','2013-10-23','2013-10-23','20131023-106','18:19',1,'DR SALLAR',NULL,'','20131023-2309',NULL),(6569,1872,3,531,'2013-10-23 17:28:07',0,0,'','20131023107','2013-10-23','2013-10-23','20131023-107','18:26',1,'DR MENSAH',NULL,'','20131023-2310',NULL),(6571,1872,5,531,'2013-10-23 17:28:08',1,0,'','20131023107','2013-10-23','2013-10-23','20131023-107','18:27',1,'DR MENSAH',NULL,'','20131023-2310',NULL),(6572,1873,3,531,'2013-10-23 17:31:29',0,0,'','20131023108','2013-10-23','2013-10-23','20131023-108','18:30',1,'DR MENSAH',NULL,'','20131023-2311',NULL),(6573,1874,3,531,'2013-10-23 17:56:58',0,0,'','20131023109','2013-10-23','2013-10-23','20131023-109','18:53',1,'DR SALLAR',NULL,'','20131023-2312',NULL),(6575,1874,4,531,'2013-10-23 17:56:58',1,0,'','20131023109','2013-10-23','2013-10-23','20131023-109','18:54',1,'DR SALLAR',NULL,'','20131023-2312',NULL),(6576,1875,3,531,'2013-10-23 18:02:36',0,0,'','20131023110','2013-10-23','2013-10-23','20131023-110','18:58',1,'DR MENSAH',NULL,'','20131023-2313',NULL),(6577,1861,4,531,'2013-10-23 18:27:13',1,0,'','2013102395','2013-10-23','2013-10-23','20131023-111','19:26',1,'DR SALLAR',NULL,'','20131023-2314',NULL),(6578,1876,3,531,'2013-10-23 18:59:38',0,0,'','20131023112','2013-10-23','2013-10-23','20131023-112','19:58',1,'DR SALLAR',NULL,'','20131023-2315',NULL),(6580,1876,4,531,'2013-10-23 18:59:38',1,0,'','20131023112','2013-10-23','2013-10-23','20131023-112','19:59',1,'DR SALLAR',NULL,'','20131023-2315',NULL),(6581,1877,4,558,'2013-10-23 19:27:20',1,0,'','20131023113','2013-10-23','2013-10-23','20131023-113','20:25',1,'DR SALLAR',NULL,'','20131023-2316',NULL),(6582,1878,3,558,'2013-10-23 19:44:07',0,0,'','20131023114','2013-10-23','2013-10-23','20131023-114','20:41',1,'DR MENSAH',NULL,'','20131023-2317',NULL),(6584,1878,1,558,'2013-10-23 19:44:07',0,0,'','20131023114','2013-10-23','2013-10-23','20131023-114','20:43',1,'DR MENSAH',NULL,'','20131023-2317',NULL),(6585,1879,3,558,'2013-10-23 20:40:07',1,0,'','20131023115','2013-10-23','2013-10-23','20131023-115','21:38',1,'DR SALLAR',NULL,'','20131023-2318',NULL),(6587,1879,1,558,'2013-10-23 20:40:07',1,0,'','20131023115','2013-10-23','2013-10-23','20131023-115','21:39',1,'DR SALLAR',NULL,'','20131023-2318',NULL),(6588,1880,1,558,'2013-10-23 20:53:39',1,0,'','20131023116','2013-10-23','2013-10-23','20131023-116','21:52',1,'DR MENSAH',NULL,'','20131023-2319',NULL),(6589,1881,3,558,'2013-10-23 21:53:23',1,0,'','20131023117','2013-10-23','2013-10-23','20131023-117','22:52',1,'DR DJAN',NULL,'','20131023-2320',NULL),(6590,1882,3,558,'2013-10-23 22:07:35',1,0,'','20131023118','2013-10-23','2013-10-23','20131023-118','23:04',1,'DR AMOAH',NULL,'','20131023-2321',NULL),(6592,1882,5,558,'2013-10-23 22:07:35',0,0,'','20131023118','2013-10-23','2013-10-23','20131023-118','23:06',1,'DR AMOAH',NULL,'','20131023-2321',NULL),(6595,1882,1,558,'2013-10-23 22:07:35',1,0,'','20131023118','2013-10-23','2013-10-23','20131023-118','23:07',1,'DR AMOAH',NULL,'','20131023-2321',NULL),(6596,1882,3,535,'2013-10-23 22:57:05',1,0,'','20131023118','2013-10-23','2013-10-23','20131023-119','23:56',1,'',NULL,'','20131023-2322',NULL),(6597,1883,3,558,'2013-10-24 01:46:03',1,0,'','201310241','2013-10-24','2013-10-24','20131024-1','02:44',1,'DR AMOAH',NULL,'','20131024-2323',NULL),(6598,1883,1,558,'2013-10-24 01:47:39',1,0,'','201310241','2013-10-24','2013-10-24','20131024-2','02:47',1,'DR AMOAH',NULL,'','20131024-2324',NULL),(6599,1884,3,558,'2013-10-24 04:55:53',0,0,'','201310243','2013-10-24','2013-10-24','20131024-3','05:50',1,'DR TACHIE',NULL,'','20131024-2325',NULL),(6600,1719,1,558,'2013-10-24 05:20:34',1,0,'','201310245','2013-10-24','2013-10-24','20131024-5','06:17',1,'DR AMOAH',NULL,'','20131024-2327',NULL),(6602,1719,2,558,'2013-10-24 05:20:34',0,0,'','201310245','2013-10-24','2013-10-24','20131024-5','06:20',1,'DR AMOAH',NULL,'','20131024-2327',NULL),(6603,1549,5,558,'2013-10-24 06:16:20',1,0,'','201310246','2013-10-24','2013-10-24','20131024-6','07:15',1,'DR ADOTEY',NULL,'','20131024-2328',NULL),(6604,1885,3,558,'2013-10-24 06:34:07',0,0,'','201310247','2013-10-24','2013-10-24','20131024-7','07:31',1,'DR DANIELS',NULL,'','20131024-2329',NULL),(6606,1885,1,558,'2013-10-24 06:34:07',0,0,'','201310247','2013-10-24','2013-10-24','20131024-7','07:32',1,'DR DANIELS',NULL,'','20131024-2329',NULL),(6607,1886,3,558,'2013-10-24 06:45:31',1,0,'','201310248','2013-10-24','2013-10-24','20131024-8','07:43',1,'PROF S K OWUSU',NULL,'','20131024-2330',NULL),(6609,1886,1,558,'2013-10-24 06:45:31',0,0,'','201310248','2013-10-24','2013-10-24','20131024-8','07:44',1,'PROF S K OWUSU',NULL,'','20131024-2330',NULL),(6610,1887,4,558,'2013-10-24 07:09:11',1,0,'','201310249','2013-10-24','2013-10-24','20131024-9','08:07',1,'DR AMOAH',NULL,'','20131024-2331',NULL),(6611,1888,1,558,'2013-10-24 07:13:21',0,0,'','2013102410','2013-10-24','2013-10-24','20131024-10','08:12',1,'DR VORTIA',NULL,'','20131024-2332',NULL),(6612,1889,3,558,'2013-10-24 07:19:25',0,0,'','2013102411','2013-10-24','2013-10-24','20131024-11','08:17',1,'DR ARMAH',NULL,'','20131024-2333',NULL),(6614,1889,4,558,'2013-10-24 07:19:25',1,0,'','2013102411','2013-10-24','2013-10-24','20131024-11','08:19',1,'DR ARMAH',NULL,'','20131024-2333',NULL),(6615,1890,3,558,'2013-10-24 07:23:50',0,0,'','2013102412','2013-10-24','2013-10-24','20131024-12','08:20',1,'DR ARYEE',NULL,'','20131024-2334',NULL),(6617,1890,2,558,'2013-10-24 07:23:50',1,0,'','2013102412','2013-10-24','2013-10-24','20131024-12','08:23',1,'DR ARYEE',NULL,'','20131024-2334',NULL),(6618,1891,1,558,'2013-10-24 07:27:34',0,0,'',' 2013102413','2013-10-24','2013-10-24','20131024-13','08:24',1,'DR ASUMANU',NULL,'','20131024-2335',NULL),(6620,1891,3,558,'2013-10-24 07:27:34',1,0,'',' 2013102413','2013-10-24','2013-10-24','20131024-13','08:26',1,'DR ASUMANU',NULL,'','20131024-2335',NULL),(6623,1891,2,558,'2013-10-24 07:27:35',1,0,'',' 2013102413','2013-10-24','2013-10-24','20131024-13','08:27',1,'DR ASUMANU',NULL,'','20131024-2335',NULL),(6624,1892,2,530,'2013-10-24 07:36:06',0,0,'','2013102414 ','2013-10-24','2013-10-24','20131024-14','08:34',1,'',NULL,'','20131024-2336',NULL),(6626,1892,1,530,'2013-10-24 07:36:06',1,0,'','2013102414 ','2013-10-24','2013-10-24','20131024-14','08:35',1,'',NULL,'','20131024-2336',NULL),(6627,1893,3,530,'2013-10-24 08:01:45',0,0,'','2013102415','2013-10-24','2013-10-24','20131024-15','08:59',1,'',NULL,'','20131024-2337',NULL),(6629,1893,1,530,'2013-10-24 08:01:46',0,0,'','2013102415','2013-10-24','2013-10-24','20131024-15','09:00',1,'',NULL,'','20131024-2337',NULL),(6632,1893,4,530,'2013-10-24 08:01:46',1,0,'','2013102415','2013-10-24','2013-10-24','20131024-15','09:00',1,'',NULL,'','20131024-2337',NULL),(6636,1893,5,530,'2013-10-24 08:01:46',1,0,'','2013102415','2013-10-24','2013-10-24','20131024-15','09:01',1,'',NULL,'','20131024-2337',NULL),(6637,1426,2,530,'2013-10-24 08:05:46',1,0,'',' 2013102416 ','2013-10-24','2013-10-24','20131024-16','09:04',1,'DR ADOTEY',NULL,'','20131024-2338',NULL),(6638,1852,3,530,'2013-10-24 08:09:17',0,0,'','2013102418 ','2013-10-24','2013-10-24','20131024-18','09:08',1,'DR AMOAH',NULL,'','20131024-2340',NULL),(6640,1852,4,530,'2013-10-24 08:09:17',1,0,'','2013102418 ','2013-10-24','2013-10-24','20131024-18','09:09',1,'DR AMOAH',NULL,'','20131024-2340',NULL),(6641,657,3,535,'2013-10-24 08:36:42',1,0,'','2013100970','2013-10-24','2013-10-24','20131024-19','09:35',1,'',NULL,'','20131024-2341',NULL),(6642,1894,5,530,'2013-10-24 08:37:57',1,0,'','2013102420','2013-10-24','2013-10-24','20131024-20','09:37',1,'DR VORTIA',NULL,'','20131024-2342',NULL),(6643,1895,3,530,'2013-10-24 08:42:46',0,0,'','2013102421 ','2013-10-24','2013-10-24','20131024-21','09:39',1,'DR DJAN',NULL,'','20131024-2343',NULL),(6645,1895,4,530,'2013-10-24 08:42:46',1,0,'','2013102421 ','2013-10-24','2013-10-24','20131024-21','09:42',1,'DR DJAN',NULL,'','20131024-2343',NULL),(6648,1895,1,530,'2013-10-24 08:42:46',1,0,'','2013102421 ','2013-10-24','2013-10-24','20131024-21','09:42',1,'DR DJAN',NULL,'','20131024-2343',NULL),(6649,1896,1,530,'2013-10-24 08:44:44',0,0,'','','2013-10-24','2013-10-24','20131024-22','09:43',1,'DR MENSAH',NULL,'','20131024-2344',NULL),(6650,1316,2,530,'2013-10-24 08:52:07',1,0,'','2013102423 ','2013-10-24','2013-10-24','20131024-23','09:49',1,'DR OFORI ANTI',NULL,'','20131024-2345',NULL),(6652,1316,4,530,'2013-10-24 08:52:07',1,0,'','2013102423 ','2013-10-24','2013-10-24','20131024-23','09:51',1,'DR OFORI ANTI',NULL,'','20131024-2345',NULL),(6653,1897,3,530,'2013-10-24 09:02:49',0,0,'','2013102424','2013-10-24','2013-10-24','20131024-24','10:01',1,'DR OFORI ANTI',NULL,'','20131024-2346',NULL),(6655,1897,4,530,'2013-10-24 09:02:49',1,0,'','2013102424','2013-10-24','2013-10-24','20131024-24','10:02',1,'DR OFORI ANTI',NULL,'','20131024-2346',NULL),(6658,1897,1,530,'2013-10-24 09:02:50',0,0,'','2013102424','2013-10-24','2013-10-24','20131024-24','10:02',1,'DR OFORI ANTI',NULL,'','20131024-2346',NULL),(6659,864,3,530,'2013-10-24 09:05:13',0,0,'',' 2013102425','2013-10-24','2013-10-24','20131024-25','10:04',1,'DR DOW',NULL,'','20131024-2347',NULL),(6660,1556,1,530,'2013-10-24 09:07:37',0,0,'',' 2013102426 ','2013-10-24','2013-10-24','20131024-26','10:05',1,'DR ADOTEY',NULL,'','20131024-2348',NULL),(6662,1556,2,530,'2013-10-24 09:07:38',1,0,'',' 2013102426 ','2013-10-24','2013-10-24','20131024-26','10:07',1,'DR ADOTEY',NULL,'','20131024-2348',NULL),(6663,1898,3,530,'2013-10-24 09:15:48',0,0,'','2013102428','2013-10-24','2013-10-24','20131024-28','10:14',1,'DR SALLAR',NULL,'','20131024-2350',NULL),(6664,1,1,504,'2013-10-24 09:27:53',1,0,'','2013102430','2013-10-24','2013-10-24','20131024-30','10:27',1,'',NULL,'','20131024-2352',NULL),(6665,243,1,530,'2013-10-24 09:27:57',0,0,'',' 2013102429 ','2013-10-24','2013-10-24','20131024-29','10:24',1,'DR TACHIE',NULL,'','20131024-2351',NULL),(6667,243,3,530,'2013-10-24 09:27:57',0,0,'',' 2013102429 ','2013-10-24','2013-10-24','20131024-29','10:26',1,'DR TACHIE',NULL,'','20131024-2351',NULL),(6670,243,2,530,'2013-10-24 09:27:57',0,0,'',' 2013102429 ','2013-10-24','2013-10-24','20131024-29','10:26',1,'DR TACHIE',NULL,'','20131024-2351',NULL),(6674,243,4,530,'2013-10-24 09:27:58',0,0,'',' 2013102429 ','2013-10-24','2013-10-24','20131024-29','10:27',1,'DR TACHIE',NULL,'','20131024-2351',NULL),(6675,1899,3,530,'2013-10-24 09:30:35',0,0,'','2013102431','2013-10-24','2013-10-24','20131024-31','10:29',1,'',NULL,'','20131024-2353',NULL),(6676,1900,3,530,'2013-10-24 09:34:03',0,0,'','2013102432','2013-10-24','2013-10-24','20131024-32','10:33',1,'DR VORTIA',NULL,'','20131024-2354',NULL),(6677,1,1,504,'2013-10-24 09:34:15',1,0,'','2013102430','2013-10-24','2013-10-24','20131024-33','10:33',1,'',NULL,'','20131024-2355',NULL),(6678,1901,3,530,'2013-10-24 09:38:32',0,0,'','2013102435','2013-10-24','2013-10-24','20131024-35','10:36',1,'',NULL,'','20131024-2357',NULL),(6680,1901,10,530,'2013-10-24 09:38:32',1,0,'','2013102435','2013-10-24','2013-10-24','20131024-35','10:38',1,'',NULL,'','20131024-2357',NULL),(6681,1902,1,530,'2013-10-24 09:45:50',0,0,'',' 2013102436','2013-10-24','2013-10-24','20131024-36','10:43',1,'DR MENSAH',NULL,'','20131024-2358',NULL),(6683,1902,3,530,'2013-10-24 09:45:50',0,0,'',' 2013102436','2013-10-24','2013-10-24','20131024-36','10:44',1,'DR MENSAH',NULL,'','20131024-2358',NULL),(6686,1902,4,530,'2013-10-24 09:45:50',1,0,'',' 2013102436','2013-10-24','2013-10-24','20131024-36','10:45',1,'DR MENSAH',NULL,'','20131024-2358',NULL),(6690,1902,5,530,'2013-10-24 09:45:51',1,0,'',' 2013102436','2013-10-24','2013-10-24','20131024-36','10:45',1,'DR MENSAH',NULL,'','20131024-2358',NULL),(6691,1903,3,530,'2013-10-24 09:57:58',0,0,'','2013102437','2013-10-24','2013-10-24','20131024-37','10:57',1,'DR OFORI ANTI',NULL,'','20131024-2359',NULL),(6692,1904,2,530,'2013-10-24 10:01:45',0,0,'','2013102438','2013-10-24','2013-10-24','20131024-38','10:59',1,'',NULL,'','20131024-2360',NULL),(6694,1904,4,530,'2013-10-24 10:01:45',1,0,'','2013102438','2013-10-24','2013-10-24','20131024-38','11:01',1,'',NULL,'','20131024-2360',NULL),(6697,1904,1,530,'2013-10-24 10:01:45',0,0,'','2013102438','2013-10-24','2013-10-24','20131024-38','11:01',1,'',NULL,'','20131024-2360',NULL),(6698,1905,3,530,'2013-10-24 10:08:56',0,0,'',' 2013102439 ','2013-10-24','2013-10-24','20131024-39','11:07',1,'',NULL,'','20131024-2361',NULL),(6700,1905,4,530,'2013-10-24 10:08:56',1,0,'',' 2013102439 ','2013-10-24','2013-10-24','20131024-39','11:08',1,'',NULL,'','20131024-2361',NULL),(6701,1890,2,535,'2013-10-24 10:10:57',1,0,'','2013102412','2013-10-24','2013-10-24','20131024-40','11:10',1,'',NULL,'','20131024-2362',NULL),(6702,1906,3,530,'2013-10-24 10:25:20',0,0,'','2013102441 ','2013-10-24','2013-10-24','20131024-41','11:19',1,'DR VORTIA',NULL,'','20131024-2363',NULL),(6704,1906,20,530,'2013-10-24 10:25:23',1,0,'','2013102441 ','2013-10-24','2013-10-24','20131024-41','11:21',1,'DR VORTIA',NULL,'','20131024-2363',NULL),(6705,669,3,530,'2013-10-24 10:29:15',1,0,'','2013102442','2013-10-24','2013-10-24','20131024-42','11:26',1,'DR SALLAR',NULL,'','20131024-2364',NULL),(6706,1907,3,530,'2013-10-24 10:35:29',0,0,'','2013102443','2013-10-24','2013-10-24','20131024-43','11:33',1,'DR OFORI ANTI',NULL,'','20131024-2365',NULL),(6707,1908,3,530,'2013-10-24 10:40:12',0,0,'','2013102444','2013-10-24','2013-10-24','20131024-44','11:37',1,'DR OFORI ANTI',NULL,'','20131024-2366',NULL),(6709,1908,4,530,'2013-10-24 10:40:12',1,0,'','2013102444','2013-10-24','2013-10-24','20131024-44','11:38',1,'DR OFORI ANTI',NULL,'','20131024-2366',NULL),(6712,1908,1,530,'2013-10-24 10:40:12',0,0,'','2013102444','2013-10-24','2013-10-24','20131024-44','11:38',1,'DR OFORI ANTI',NULL,'','20131024-2366',NULL),(6716,1908,2,530,'2013-10-24 10:40:13',0,0,'','2013102444','2013-10-24','2013-10-24','20131024-44','11:39',1,'DR OFORI ANTI',NULL,'','20131024-2366',NULL),(6717,1909,3,530,'2013-10-24 10:46:22',0,0,'','2013102445','2013-10-24','2013-10-24','20131024-45','11:44',1,'DR OFORI ANTI',NULL,'','20131024-2367',NULL),(6718,1910,3,530,'2013-10-24 10:49:29',0,0,'','2013102446','2013-10-24','2013-10-24','20131024-46','11:47',1,'DR SALLAR',NULL,'','20131024-2368',NULL),(6720,1910,4,530,'2013-10-24 10:49:29',1,0,'','2013102446','2013-10-24','2013-10-24','20131024-46','11:48',1,'DR SALLAR',NULL,'','20131024-2368',NULL),(6723,1910,5,530,'2013-10-24 10:49:29',1,0,'','2013102446','2013-10-24','2013-10-24','20131024-46','11:49',1,'DR SALLAR',NULL,'','20131024-2368',NULL),(6724,1895,3,504,'2013-10-24 10:53:06',1,0,'','2013102421','2013-10-24','2013-10-24','20131024-48','11:52',1,'',NULL,'','20131024-2370',NULL),(6725,1911,3,530,'2013-10-24 10:53:10',0,0,'','2013102447 ','2013-10-24','2013-10-24','20131024-47','11:50',1,'DR SALLAR',NULL,'','20131024-2369',NULL),(6727,1911,5,530,'2013-10-24 10:53:10',1,0,'','2013102447 ','2013-10-24','2013-10-24','20131024-47','11:51',1,'DR SALLAR',NULL,'','20131024-2369',NULL),(6730,1911,4,530,'2013-10-24 10:53:10',1,0,'','2013102447 ','2013-10-24','2013-10-24','20131024-47','11:52',1,'DR SALLAR',NULL,'','20131024-2369',NULL),(6731,1912,3,530,'2013-10-24 10:56:29',0,0,'','2013102449','2013-10-24','2013-10-24','20131024-49','11:53',1,'DR VORTIA',NULL,'','20131024-2371',NULL),(6733,1912,1,530,'2013-10-24 10:56:29',1,0,'','2013102449','2013-10-24','2013-10-24','20131024-49','11:55',1,'DR VORTIA',NULL,'','20131024-2371',NULL),(6734,1913,3,530,'2013-10-24 10:58:59',0,0,'','2013102450','2013-10-24','2013-10-24','20131024-50','11:57',1,'DR SALLAR',NULL,'','20131024-2372',NULL),(6736,1913,1,530,'2013-10-24 10:59:00',1,0,'','2013102450','2013-10-24','2013-10-24','20131024-50','11:58',1,'DR SALLAR',NULL,'','20131024-2372',NULL),(6737,1,1,504,'2013-10-24 11:02:15',1,0,'','2013102430','2013-10-24','2013-10-24','20131024-51','12:01',1,'',NULL,'','20131024-2373',NULL),(6738,1914,3,530,'2013-10-24 11:07:16',0,0,'','2013102452 ','2013-10-24','2013-10-24','20131024-52','12:02',1,'',NULL,'','20131024-2374',NULL),(6740,1914,1,530,'2013-10-24 11:07:19',0,0,'','2013102452 ','2013-10-24','2013-10-24','20131024-52','12:03',1,'',NULL,'','20131024-2374',NULL),(6741,1915,3,530,'2013-10-24 11:10:22',0,0,'','2013102453 ','2013-10-24','2013-10-24','20131024-53','12:08',1,'DR OFORI',NULL,'','20131024-2375',NULL),(6743,1915,4,530,'2013-10-24 11:10:22',1,0,'','2013102453 ','2013-10-24','2013-10-24','20131024-53','12:09',1,'DR OFORI',NULL,'','20131024-2375',NULL),(6744,1916,3,530,'2013-10-24 11:14:08',0,0,'','2013102454 ','2013-10-24','2013-10-24','20131024-54','12:12',1,'DR VORTIA',NULL,'','20131024-2376',NULL),(6745,1917,3,530,'2013-10-24 11:25:39',0,0,'','2013102455','2013-10-24','2013-10-24','20131024-55','12:22',1,'DR OFORI',NULL,'','20131024-2377',NULL),(6746,1918,3,530,'2013-10-24 11:31:56',0,0,'','2013102456 ','2013-10-24','2013-10-24','20131024-56','12:26',1,'DR DOW',NULL,'','20131024-2378',NULL),(6748,1918,2,530,'2013-10-24 11:31:56',0,0,'','2013102456 ','2013-10-24','2013-10-24','20131024-56','12:29',1,'DR DOW',NULL,'','20131024-2378',NULL),(6749,1743,4,535,'2013-10-24 11:35:25',1,0,'','2013102256','2013-10-24','2013-10-24','20131024-57','12:34',1,'',NULL,'','20131024-2379',NULL),(6750,1919,3,530,'2013-10-24 11:43:22',1,0,'','2013102458','2013-10-24','2013-10-24','20131024-58','12:42',1,'DR VORTIA',NULL,'','20131024-2380',NULL),(6751,1920,3,530,'2013-10-24 11:46:03',0,0,'','2013102459','2013-10-24','2013-10-24','20131024-59','12:44',1,'DR VORTIA',NULL,'','20131024-2381',NULL),(6752,1921,3,530,'2013-10-24 11:50:12',0,0,'','2013102460','2013-10-24','2013-10-24','20131024-60','12:48',1,'DR OFORI',NULL,'','20131024-2382',NULL),(6754,1921,4,530,'2013-10-24 11:50:12',1,0,'','2013102460','2013-10-24','2013-10-24','20131024-60','12:49',1,'DR OFORI',NULL,'','20131024-2382',NULL),(6755,1922,3,530,'2013-10-24 11:53:59',0,0,'','2013102461','2013-10-24','2013-10-24','20131024-61','12:52',1,'DR OFORI ANTI',NULL,'','20131024-2383',NULL),(6756,1923,3,530,'2013-10-24 11:58:35',0,0,'','2013102462 ','2013-10-24','2013-10-24','20131024-62','12:57',1,'DR VORTIA',NULL,'','20131024-2384',NULL),(6757,1549,3,530,'2013-10-24 12:01:36',0,0,'','2013102463','2013-10-24','2013-10-24','20131024-63','12:59',1,'DR ADOTEY',NULL,'','20131024-2385',NULL),(6759,1549,1,530,'2013-10-24 12:01:36',0,0,'','2013102463','2013-10-24','2013-10-24','20131024-63','13:00',1,'DR ADOTEY',NULL,'','20131024-2385',NULL),(6760,1924,3,530,'2013-10-24 12:15:21',1,0,'','2013102464','2013-10-24','2013-10-24','20131024-64','13:13',1,'DR SALLAR',NULL,'','20131024-2386',NULL),(6762,1924,1,530,'2013-10-24 12:15:21',1,0,'','2013102464','2013-10-24','2013-10-24','20131024-64','13:14',1,'DR SALLAR',NULL,'','20131024-2386',NULL),(6765,1924,4,530,'2013-10-24 12:15:22',1,0,'','2013102464','2013-10-24','2013-10-24','20131024-64','13:15',1,'DR SALLAR',NULL,'','20131024-2386',NULL),(6766,1925,3,530,'2013-10-24 12:17:45',0,0,'','2013102465','2013-10-24','2013-10-24','20131024-65','13:16',1,'DR OFORI ANTI',NULL,'','20131024-2387',NULL),(6768,1925,4,530,'2013-10-24 12:17:45',1,0,'','2013102465','2013-10-24','2013-10-24','20131024-65','13:17',1,'DR OFORI ANTI',NULL,'','20131024-2387',NULL),(6769,1926,3,530,'2013-10-24 12:20:41',0,0,'','2013102466','2013-10-24','2013-10-24','20131024-66','13:19',1,'DR OFORI ANTI',NULL,'','20131024-2388',NULL),(6771,1926,4,530,'2013-10-24 12:20:41',1,0,'','2013102466','2013-10-24','2013-10-24','20131024-66','13:20',1,'DR OFORI ANTI',NULL,'','20131024-2388',NULL),(6772,1927,4,530,'2013-10-24 12:33:15',1,0,'','2013102467','2013-10-24','2013-10-24','20131024-67','13:32',1,'DR DOW',NULL,'','20131024-2389',NULL),(6774,1927,10,530,'2013-10-24 12:33:15',1,0,'','2013102467','2013-10-24','2013-10-24','20131024-67','13:33',1,'DR DOW',NULL,'','20131024-2389',NULL),(6775,1928,10,530,'2013-10-24 12:40:23',1,0,'','2013102468','2013-10-24','2013-10-24','20131024-68','13:38',1,'DR DOW',NULL,'','20131024-2390',NULL),(6776,1929,3,530,'2013-10-24 12:42:24',0,0,'','2013102469','2013-10-24','2013-10-24','20131024-69','13:41',1,'DR SALLAR',NULL,'','20131024-2391',NULL),(6777,1930,3,530,'2013-10-24 12:48:16',0,0,'','2013102470 ','2013-10-24','2013-10-24','20131024-70','13:44',1,'DR VORTIA',NULL,'','20131024-2392',NULL),(6778,1931,4,530,'2013-10-24 12:50:54',1,0,'','2013102471','2013-10-24','2013-10-24','20131024-71','13:50',1,'DR DOW',NULL,'','20131024-2393',NULL),(6779,1932,3,530,'2013-10-24 13:02:34',1,0,'','2013102472 ','2013-10-24','2013-10-24','20131024-72','14:01',1,'DR VORTIA',NULL,'','20131024-2394',NULL),(6781,1932,1,530,'2013-10-24 13:02:35',1,0,'','2013102472 ','2013-10-24','2013-10-24','20131024-72','14:01',1,'DR VORTIA',NULL,'','20131024-2394',NULL),(6784,1932,4,530,'2013-10-24 13:02:35',1,0,'','2013102472 ','2013-10-24','2013-10-24','20131024-72','14:02',1,'DR VORTIA',NULL,'','20131024-2394',NULL),(6785,1915,3,504,'2013-10-24 13:07:12',1,0,'','2013102453','2013-10-24','2013-10-24','20131024-73','14:06',1,'',NULL,'','20131024-2395',NULL),(6786,1933,3,530,'2013-10-24 13:09:44',0,0,'',' 2013102474','2013-10-24','2013-10-24','20131024-74','14:08',1,'DR VORTIA',NULL,'','20131024-2396',NULL),(6788,1933,4,530,'2013-10-24 13:09:54',1,0,'',' 2013102474','2013-10-24','2013-10-24','20131024-74','14:09',1,'DR VORTIA',NULL,'','20131024-2396',NULL),(6791,1933,2,530,'2013-10-24 13:09:54',0,0,'',' 2013102474','2013-10-24','2013-10-24','20131024-74','14:09',1,'DR VORTIA',NULL,'','20131024-2396',NULL),(6792,438,3,530,'2013-10-24 13:38:23',1,0,'',' 2013102475','2013-10-24','2013-10-24','20131024-75','14:36',1,'DR DOW',NULL,'','20131024-2397',NULL),(6795,438,1,530,'2013-10-24 13:38:24',1,0,'',' 2013102475','2013-10-24','2013-10-24','20131024-75','14:37',1,'DR DOW',NULL,'','20131024-2397',NULL),(6796,1934,3,530,'2013-10-24 13:41:34',0,0,'',' 2013102476','2013-10-24','2013-10-24','20131024-76','14:40',1,'DR VORTIA',NULL,'','20131024-2398',NULL),(6798,1934,5,530,'2013-10-24 13:41:34',1,0,'',' 2013102476','2013-10-24','2013-10-24','20131024-76','14:41',1,'DR VORTIA',NULL,'','20131024-2398',NULL),(6799,1935,3,530,'2013-10-24 14:01:30',0,0,'',' 2013102477 ','2013-10-24','2013-10-24','20131024-77','15:00',1,'DR VORTIA',NULL,'','20131024-2399',NULL),(6800,1936,3,530,'2013-10-24 14:11:03',0,0,'','2013102478','2013-10-24','2013-10-24','20131024-78','15:06',1,'',NULL,'','20131024-2400',NULL),(6802,1936,1,530,'2013-10-24 14:11:04',0,0,'','','2013-10-24','2013-10-24','20131024-78','15:07',1,'',NULL,'','20131024-2400',NULL),(6805,1936,2,530,'2013-10-24 14:11:04',0,0,'','2013102478','2013-10-24','2013-10-24','20131024-78','15:08',1,'',NULL,'','20131024-2400',NULL),(6809,1936,3,530,'2013-10-24 14:11:04',0,0,'','2013102478','2013-10-24','2013-10-24','20131024-78','15:09',1,'',NULL,'','20131024-2400',NULL),(6810,1937,3,530,'2013-10-24 14:20:26',1,0,'','2013102480','2013-10-24','2013-10-24','20131024-79','15:16',1,'DR OFORI',NULL,'','20131024-2401',NULL),(6812,1937,1,530,'2013-10-24 14:20:26',1,0,'','2013102480','2013-10-24','2013-10-24','20131024-79','15:19',1,'DR OFORI',NULL,'','20131024-2401',NULL),(6813,1938,28,530,'2013-10-24 14:48:49',0,0,'','2013102481','2013-10-24','2013-10-24','20131024-80','15:46',1,'',NULL,'','20131024-2402',NULL),(6814,1745,1,530,'2013-10-24 15:00:07',0,0,'','2013102482','2013-10-24','2013-10-24','20131024-81','15:55',1,'DR OFORI ANTI',NULL,'','20131024-2403',NULL),(6815,1939,3,530,'2013-10-24 15:04:45',0,0,'','2013102483','2013-10-24','2013-10-24','20131024-82','16:02',1,'DR SALLAR',NULL,'','20131024-2404',NULL),(6817,1939,2,530,'2013-10-24 15:04:45',0,0,'','2013102483','2013-10-24','2013-10-24','20131024-82','16:03',1,'DR SALLAR',NULL,'','20131024-2404',NULL),(6818,1940,3,530,'2013-10-24 15:07:58',0,0,'','2013102484','2013-10-24','2013-10-24','20131024-83','16:06',1,'DR OFORI ANTI',NULL,'','20131024-2405',NULL),(6820,1940,4,530,'2013-10-24 15:07:58',1,0,'','2013102484','2013-10-24','2013-10-24','20131024-83','16:06',1,'',NULL,'','20131024-2405',NULL),(6821,1941,3,530,'2013-10-24 15:10:28',1,0,'',' 2013102484','2013-10-24','2013-10-24','20131024-84','16:09',1,'DR OFORI',NULL,'','20131024-2406',NULL),(6823,1941,1,530,'2013-10-24 15:10:28',1,0,'',' 2013102485','2013-10-24','2013-10-24','20131024-84','16:10',1,'DR OFORI',NULL,'','20131024-2406',NULL),(6824,1943,3,530,'2013-10-24 15:24:48',0,0,'','2013102486','2013-10-24','2013-10-24','20131024-86','16:24',1,'DR VORTIA',NULL,'','20131024-2408',NULL),(6825,1944,3,530,'2013-10-24 15:26:44',0,0,'','2013102487','2013-10-24','2013-10-24','20131024-87','16:25',1,'DR VORTIA',NULL,'','20131024-2409',NULL),(6826,799,3,530,'2013-10-24 15:30:19',0,0,'','2013102488','2013-10-24','2013-10-24','20131024-88','16:28',1,'',NULL,'','20131024-2410',NULL),(6827,1945,3,530,'2013-10-24 15:32:11',0,0,'','2013102489','2013-10-24','2013-10-24','20131024-89','16:31',1,'DR QUAMPAH',NULL,'','20131024-2411',NULL),(6828,1745,1,552,'2013-10-24 15:42:20',1,0,'','','2013-10-24','2013-10-24','20131024-91','16:41',1,'',NULL,'','20131024-2413',NULL),(6829,1946,3,530,'2013-10-24 15:43:13',1,0,'',' 2013102492 ','2013-10-24','2013-10-24','20131024-92','16:42',1,'DR OFORI ANTI',NULL,'','20131024-2414',NULL),(6830,1133,3,530,'2013-10-24 15:44:27',0,0,'',' 2013102494 ','2013-10-24','2013-10-24','20131024-94','16:43',1,'DR DOW',NULL,'','20131024-2416',NULL),(6831,1947,3,530,'2013-10-24 16:01:14',0,0,'','2013102495','2013-10-24','2013-10-24','20131024-95','16:58',1,'',NULL,'','20131024-2417',NULL),(6833,1947,10,530,'2013-10-24 16:01:15',1,0,'','2013102495','2013-10-24','2013-10-24','20131024-95','16:59',1,'',NULL,'','20131024-2417',NULL),(6836,1947,1,530,'2013-10-24 16:01:15',1,0,'','2013102495','2013-10-24','2013-10-24','20131024-95','17:00',1,'',NULL,'','20131024-2417',NULL),(6840,1947,4,530,'2013-10-24 16:01:15',0,0,'','2013102495','2013-10-24','2013-10-24','20131024-95','17:00',1,'',NULL,'','20131024-2417',NULL),(6841,1936,3,530,'2013-10-24 16:05:11',0,0,'','2013102496W','2013-10-24','2013-10-24','20131024-96','17:01',1,'DR SALLAR',NULL,'','20131024-2418',NULL),(6843,1936,4,530,'2013-10-24 16:05:11',0,0,'','2013102496','2013-10-24','2013-10-24','20131024-96','17:03',1,'DR SALLAR',NULL,'','20131024-2418',NULL),(6846,1936,5,530,'2013-10-24 16:05:12',0,0,'','2013102496','2013-10-24','2013-10-24','20131024-96','17:04',1,'DR SALLAR',NULL,'','20131024-2418',NULL),(6850,1936,2,530,'2013-10-24 16:05:12',0,0,'','2013102496','2013-10-24','2013-10-24','20131024-96','17:04',1,'DR SALLAR',NULL,'','20131024-2418',NULL),(6851,1948,1,530,'2013-10-24 16:17:27',0,0,'','2013102497','2013-10-24','2013-10-24','20131024-97','17:16',1,'DR NKRUMAH',NULL,'','20131024-2419',NULL),(6852,1949,3,530,'2013-10-24 16:38:37',0,0,'','2013102499 ','2013-10-24','2013-10-24','20131024-99','17:37',1,'DR OFORI ANTI',NULL,'','20131024-2421',NULL),(6853,1950,3,530,'2013-10-24 16:42:06',0,0,'','20131024100','2013-10-24','2013-10-24','20131024-100','17:40',1,'',NULL,'','20131024-2422',NULL),(6855,1950,25,530,'2013-10-24 16:42:07',0,0,'','20131024100','2013-10-24','2013-10-24','20131024-100','17:41',1,'',NULL,'','20131024-2422',NULL),(6856,1936,3,504,'2013-10-24 16:45:58',0,0,'','2013102478','2013-10-24','2013-10-24','20131024-98','17:33',1,'',NULL,'','20131024-2420',NULL),(6858,1936,4,504,'2013-10-24 16:45:58',0,0,'','2013102478','2013-10-24','2013-10-24','20131024-98','17:37',1,'Dr Sallar',NULL,'','20131024-2420',NULL),(6861,1936,5,504,'2013-10-24 16:45:59',1,0,'','2013102478','2013-10-24','2013-10-24','20131024-98','17:37',1,'',NULL,'','20131024-2420',NULL),(6862,1951,3,530,'2013-10-24 16:56:25',0,0,'','20131024101','2013-10-24','2013-10-24','20131024-101','17:54',1,'DR OFORI ANTI',NULL,'','20131024-2423',NULL),(6864,1951,4,530,'2013-10-24 16:56:25',1,0,'','20131024101','2013-10-24','2013-10-24','20131024-101','17:55',1,'DR OFORI ANTI',NULL,'','20131024-2423',NULL),(6865,1941,3,534,'2013-10-24 16:57:50',0,0,'','2013102485','2013-10-24','2013-10-24','20131024-102','17:57',1,'',NULL,'','20131024-2424',NULL),(6866,1941,1,534,'2013-10-24 16:59:36',0,0,'','2013102485','2013-10-24','2013-10-24','20131024-103','17:59',1,'',NULL,'','20131024-2425',NULL),(6867,1952,3,530,'2013-10-24 17:05:56',0,0,'','20131024104','2013-10-24','2013-10-24','20131024-104','18:04',1,'DR ADOTEY',NULL,'','20131024-2426',NULL),(6869,1952,4,530,'2013-10-24 17:05:57',1,0,'','20131024104','2013-10-24','2013-10-24','20131024-104','18:05',1,'DR ADOTEY',NULL,'','20131024-2426',NULL),(6870,738,3,530,'2013-10-24 17:13:03',1,0,'','20131024105 ','2013-10-24','2013-10-24','20131024-105','18:11',1,'DR FUMMY',NULL,'','20131024-2427',NULL),(6872,738,1,530,'2013-10-24 17:13:04',0,0,'','20131024105 ','2013-10-24','2013-10-24','20131024-105','18:12',1,'DR FUMMY',NULL,'','20131024-2427',NULL),(6873,1953,3,530,'2013-10-24 17:20:49',0,0,'',' 20131024106','2013-10-24','2013-10-24','20131024-106','18:19',1,'DR ADOTEY',NULL,'','20131024-2428',NULL),(6874,1773,1,530,'2013-10-24 17:33:41',0,0,'','20131024107 ','2013-10-24','2013-10-24','20131024-107','18:31',1,'DR ADOTEY',NULL,'','20131024-2429',NULL),(6875,1954,3,530,'2013-10-24 18:20:17',1,0,'',' 20131024108','2013-10-24','2013-10-24','20131024-108','19:19',1,'DR ADOTEY',NULL,'','20131024-2430',NULL),(6876,1955,3,530,'2013-10-24 18:24:13',1,0,'','20131024109','2013-10-24','2013-10-24','20131024-109','19:22',1,'DR SALAM',NULL,'','20131024-2431',NULL),(6878,1955,4,530,'2013-10-24 18:24:13',1,0,'','20131024109','2013-10-24','2013-10-24','20131024-109','19:23',1,'DR SALAM',NULL,'','20131024-2431',NULL),(6881,1955,1,530,'2013-10-24 18:24:13',1,0,'','20131024109','2013-10-24','2013-10-24','20131024-109','19:24',1,'DR SALAM',NULL,'','20131024-2431',NULL),(6882,1956,3,530,'2013-10-24 18:32:58',1,0,'',' 20131024110 ','2013-10-24','2013-10-24','20131024-110','19:31',1,'DR SALLAR',NULL,'','20131024-2432',NULL),(6884,1956,1,530,'2013-10-24 18:32:58',1,0,'',' 20131024110 ','2013-10-24','2013-10-24','20131024-110','19:32',1,'DR SALLAR',NULL,'','20131024-2432',NULL),(6885,1957,8,530,'2013-10-24 18:38:38',0,0,'','20131024112','2013-10-24','2013-10-24','20131024-112','19:37',1,'',NULL,'','20131024-2434',NULL),(6886,1686,3,550,'2013-10-24 18:43:03',1,0,'','','2013-10-24','2013-10-24','20131024-113','19:41',1,'',NULL,'','20131024-2435',NULL),(6887,1958,3,530,'2013-10-24 18:46:07',1,0,'','20131024114','2013-10-24','2013-10-24','20131024-114','19:45',1,'DR OFORI ANTI',NULL,'','20131024-2436',NULL),(6888,1959,3,530,'2013-10-24 18:58:03',0,0,'','20131024115','2013-10-24','2013-10-24','20131024-115','19:56',1,'DR ARMAH',NULL,'','20131024-2437',NULL),(6890,1959,4,530,'2013-10-24 18:58:04',0,0,'','20131024115','2013-10-24','2013-10-24','20131024-115','19:57',1,'DR ARMAH',NULL,'','20131024-2437',NULL),(6891,1474,3,558,'2013-10-24 19:09:57',0,0,'','20131024117','2013-10-24','2013-10-24','20131024-117','20:08',1,'DR ARYEE',NULL,'','20131024-2439',NULL),(6893,1474,2,558,'2013-10-24 19:09:57',1,0,'','20131024117','2013-10-24','2013-10-24','20131024-117','20:09',1,'DR ARYEE',NULL,'','20131024-2439',NULL),(6894,1960,3,558,'2013-10-24 19:39:29',0,0,'','20131024118','2013-10-24','2013-10-24','20131024-118','20:37',1,'DR OFORI ANTI',NULL,'','20131024-2440',NULL),(6896,1960,4,558,'2013-10-24 19:39:29',1,0,'','20131024118','2013-10-24','2013-10-24','20131024-118','20:39',1,'DR OFORI ANTI',NULL,'','20131024-2440',NULL),(6897,1961,3,558,'2013-10-24 20:03:38',0,0,'','20131024119','2013-10-24','2013-10-24','20131024-119','21:01',1,'DR SALLAR',NULL,'','20131024-2441',NULL),(6899,1961,4,558,'2013-10-24 20:03:38',1,0,'','20131024119','2013-10-24','2013-10-24','20131024-119','21:03',1,'DR SALLAR',NULL,'','20131024-2441',NULL),(6902,1961,1,558,'2013-10-24 20:03:38',1,0,'','20131024119','2013-10-24','2013-10-24','20131024-119','21:03',1,'DR SALLAR',NULL,'','20131024-2441',NULL),(6903,1962,3,558,'2013-10-24 20:12:33',0,0,'','20131024120','2013-10-24','2013-10-24','20131024-120','21:09',1,'DR ARYEE',NULL,'','20131024-2442',NULL),(6905,1962,4,558,'2013-10-24 20:12:37',1,0,'','20131024120','2013-10-24','2013-10-24','20131024-120','21:11',1,'DR ARYEE',NULL,'','20131024-2442',NULL),(6908,1962,2,558,'2013-10-24 20:12:37',1,0,'','20131024120','2013-10-24','2013-10-24','20131024-120','21:11',1,'DR ARYEE',NULL,'','20131024-2442',NULL),(6912,1962,1,558,'2013-10-24 20:12:37',0,0,'','20131024120','2013-10-24','2013-10-24','20131024-120','21:11',1,'DR ARYEE',NULL,'','20131024-2442',NULL),(6913,1963,3,558,'2013-10-24 20:34:28',0,0,'','20131024121','2013-10-24','2013-10-24','20131024-121','21:31',1,'DR YEBOAH',NULL,'','20131024-2443',NULL),(6915,1963,1,558,'2013-10-24 20:34:28',0,0,'','','2013-10-24','2013-10-24','20131024-121','21:33',1,'DR YEBOAH',NULL,'','20131024-2443',NULL),(6918,1963,4,558,'2013-10-24 20:34:29',1,0,'','20131024121','2013-10-24','2013-10-24','20131024-121','21:33',1,'DR YEBOAH',NULL,'','20131024-2443',NULL),(6919,1964,3,558,'2013-10-24 20:37:27',0,0,'','20131024122 ','2013-10-24','2013-10-24','20131024-122','21:36',1,'DR SALLAR',NULL,'','20131024-2444',NULL),(6920,1965,3,558,'2013-10-24 20:47:24',1,0,'','20131024123','2013-10-24','2013-10-24','20131024-123','21:46',1,'DR DANIELS',NULL,'','20131024-2445',NULL),(6922,1965,4,558,'2013-10-24 20:47:25',0,0,'','20131024123','2013-10-24','2013-10-24','20131024-123','21:46',1,'DR DANIELS',NULL,'','20131024-2445',NULL),(6925,1965,5,558,'2013-10-24 20:47:25',1,0,'','20131024123','2013-10-24','2013-10-24','20131024-123','21:47',1,'DR DANIELS',NULL,'','20131024-2445',NULL),(6926,1966,3,558,'2013-10-24 21:00:33',0,0,'','20131024124','2013-10-24','2013-10-24','20131024-124','21:59',1,'DR DANIELS',NULL,'','20131024-2446',NULL),(6927,1967,3,558,'2013-10-24 21:13:24',0,0,'','20131024125','2013-10-24','2013-10-24','20131024-125','22:11',1,'DR DANIELS',NULL,'','20131024-2447',NULL),(6929,1967,5,558,'2013-10-24 21:13:24',1,0,'','20131024125','2013-10-24','2013-10-24','20131024-125','22:12',1,'DR DANIELS',NULL,'','20131024-2447',NULL),(6932,1967,1,558,'2013-10-24 21:13:25',1,0,'','20131024125','2013-10-24','2013-10-24','20131024-125','22:13',1,'DR DANIELS',NULL,'','20131024-2447',NULL),(6933,1968,3,558,'2013-10-24 21:20:15',1,0,'','20131024126','2013-10-24','2013-10-24','20131024-126','22:17',1,'DR DANIELS',NULL,'','20131024-2448',NULL),(6935,1968,4,558,'2013-10-24 21:20:15',1,0,'','20131024126','2013-10-24','2013-10-24','20131024-126','22:19',1,'DR DANIELS',NULL,'','20131024-2448',NULL),(6938,1968,1,558,'2013-10-24 21:20:15',1,0,'','20131024126','2013-10-24','2013-10-24','20131024-126','22:19',1,'DR DANIELS',NULL,'','20131024-2448',NULL),(6939,1969,3,558,'2013-10-24 22:03:54',0,0,'','20131024127','2013-10-24','2013-10-24','20131024-127','23:02',1,'DR YEBOAH',NULL,'','20131024-2449',NULL),(6941,1969,4,558,'2013-10-24 22:03:54',1,0,'','20131024127','2013-10-24','2013-10-24','20131024-127','23:03',1,'DR YEBOAH',NULL,'','20131024-2449',NULL),(6942,1970,3,558,'2013-10-24 22:07:04',0,0,'','20131024128','2013-10-24','2013-10-24','20131024-128','23:05',1,'DR DANIELS',NULL,'','20131024-2450',NULL),(6944,1970,4,558,'2013-10-24 22:07:04',1,0,'','20131024128','2013-10-24','2013-10-24','20131024-128','23:06',1,'DR DANIELS',NULL,'','20131024-2450',NULL),(6945,1971,3,558,'2013-10-24 22:10:33',0,0,'','20131024129','2013-10-24','2013-10-24','20131024-129','23:09',1,'DR DANIELS',NULL,'','20131024-2451',NULL),(6947,1971,4,558,'2013-10-24 22:10:33',1,0,'','20131024129','2013-10-24','2013-10-24','20131024-129','23:10',1,'DR DANIELS',NULL,'','20131024-2451',NULL),(6948,1972,3,558,'2013-10-24 22:13:13',0,0,'','20131024130','2013-10-24','2013-10-24','20131024-130','23:11',1,'DR DANIELS',NULL,'','20131024-2452',NULL),(6950,1972,5,558,'2013-10-24 22:13:16',1,0,'','20131024130','2013-10-24','2013-10-24','20131024-130','23:12',1,'DR DANIELS',NULL,'','20131024-2452',NULL),(6951,1973,3,558,'2013-10-25 00:02:22',0,0,'','201310251','2013-10-25','2013-10-25','20131025-1','01:01',1,'DR DANIELS',NULL,'','20131025-2453',NULL),(6952,1974,3,558,'2013-10-25 06:29:21',0,0,'','201310252','2013-10-25','2013-10-25','20131025-2','07:28',1,'DR VORTIA',NULL,'','20131025-2454',NULL),(6954,1974,5,558,'2013-10-25 06:29:21',1,0,'','201310252','2013-10-25','2013-10-25','20131025-2','07:29',1,'DR VORTIA',NULL,'','20131025-2454',NULL),(6955,462,4,558,'2013-10-25 06:31:05',1,0,'','201310253','2013-10-25','2013-10-25','20131025-3','07:29',1,'DR VORTIA',NULL,'','20131025-2455',NULL),(6956,1975,3,558,'2013-10-25 06:34:29',0,0,'','201310254','2013-10-25','2013-10-25','20131025-4','07:32',1,'DR DANIELS',NULL,'','20131025-2456',NULL),(6958,1975,1,558,'2013-10-25 06:34:29',0,0,'','201310254','2013-10-25','2013-10-25','20131025-4','07:34',1,'DR DANIELS',NULL,'','20131025-2456',NULL),(6959,462,3,558,'2013-10-25 06:41:00',1,0,'','201310253','2013-10-25','2013-10-25','20131025-5','07:40',1,'',NULL,'','20131025-2457',NULL),(6960,1976,3,558,'2013-10-25 06:44:11',0,0,'','201310256','2013-10-25','2013-10-25','20131025-6','07:42',1,'DR VORTIA',NULL,'','20131025-2458',NULL),(6962,1976,1,558,'2013-10-25 06:44:11',0,0,'','201310256','2013-10-25','2013-10-25','20131025-6','07:43',1,'DR VORTIA',NULL,'','20131025-2458',NULL),(6963,1977,3,558,'2013-10-25 06:48:45',0,0,'','201310257','2013-10-25','2013-10-25','20131025-7','07:47',1,'DR DANIELS',NULL,'','20131025-2459',NULL),(6965,1977,4,558,'2013-10-25 06:48:45',0,0,'','201310257','2013-10-25','2013-10-25','20131025-7','07:48',1,'DR DANIELS',NULL,'','20131025-2459',NULL),(6966,1796,2,558,'2013-10-25 06:54:09',1,0,'','201310258','2013-10-25','2013-10-25','20131025-8','07:52',1,'DR SALLAR',NULL,'','20131025-2460',NULL),(6967,1318,4,558,'2013-10-25 06:57:30',0,0,'','201310259','2013-10-25','2013-10-25','20131025-9','07:55',1,'DR VORTIA',NULL,'','20131025-2461',NULL),(6969,1318,1,558,'2013-10-25 06:57:30',0,0,'','201310259','2013-10-25','2013-10-25','20131025-9','07:56',1,'DR VORTIA',NULL,'','20131025-2461',NULL),(6970,1852,1,558,'2013-10-25 07:02:09',0,0,'','2013102510','2013-10-25','2013-10-25','20131025-10','08:00',1,'DR ASUMAN',NULL,'','20131025-2462',NULL),(6971,1978,3,558,'2013-10-25 07:12:04',0,0,'','2013102511','2013-10-25','2013-10-25','20131025-11','08:08',1,'DR OFORI',NULL,'','20131025-2463',NULL),(6973,1978,4,558,'2013-10-25 07:12:04',1,0,'','2013102511','2013-10-25','2013-10-25','20131025-11','08:10',1,'DR OFORI',NULL,'','20131025-2463',NULL),(6976,1978,1,558,'2013-10-25 07:12:04',0,0,'','2013102511','2013-10-25','2013-10-25','20131025-11','08:10',1,'DR OFORI',NULL,'','20131025-2463',NULL),(6977,1979,1,558,'2013-10-25 07:16:10',0,0,'','2013102512','2013-10-25','2013-10-25','20131025-12','08:14',1,'DR DJAN',NULL,'','20131025-2464',NULL),(6979,1979,2,558,'2013-10-25 07:16:10',0,0,'','2013102512','2013-10-25','2013-10-25','20131025-12','08:15',1,'DR DJAN',NULL,'','20131025-2464',NULL),(6980,1980,3,558,'2013-10-25 07:21:52',0,0,'','2013102513','2013-10-25','2013-10-25','20131025-13','08:20',1,'DR TAKYI',NULL,'','20131025-2465',NULL),(6982,1980,2,558,'2013-10-25 07:21:53',0,0,'','2013102513','2013-10-25','2013-10-25','20131025-13','08:21',1,'DR TAKYI',NULL,'','20131025-2465',NULL),(6983,1981,1,558,'2013-10-25 07:34:09',0,0,'','2013102514','2013-10-25','2013-10-25','20131025-14','08:32',1,'DR MENSAH',NULL,'','20131025-2466',NULL),(6985,1981,2,558,'2013-10-25 07:34:12',0,0,'','2013102514','2013-10-25','2013-10-25','20131025-14','08:33',1,'DR MENSAH',NULL,'','20131025-2466',NULL),(6986,1982,3,530,'2013-10-25 07:51:13',0,0,'','2013102515 ','2013-10-25','2013-10-25','20131025-15','08:48',1,'DR SALLAR',NULL,'','20131025-2467',NULL),(6988,1982,1,530,'2013-10-25 07:51:13',1,0,'','2013102515 ','2013-10-25','2013-10-25','20131025-15','08:50',1,'DR SALLAR',NULL,'','20131025-2467',NULL),(6989,1983,3,530,'2013-10-25 07:55:04',1,0,'','2013102516 ','2013-10-25','2013-10-25','20131025-16','08:52',1,'PROF E D YEBOAH',NULL,'','20131025-2468',NULL),(6990,1817,20,530,'2013-10-25 07:58:32',0,0,'','2013102517','2013-10-25','2013-10-25','20131025-17','08:56',1,'DR YEBOAH',NULL,'','20131025-2469',NULL),(6991,1871,4,535,'2013-10-25 08:01:50',1,0,'','20131023106','2013-10-25','2013-10-25','20131025-18','09:00',1,'',NULL,'','20131025-2470',NULL),(6992,1984,3,530,'2013-10-25 08:16:34',0,0,'',' 2013102519','2013-10-25','2013-10-25','20131025-19','09:15',1,'DR MENSAH',NULL,'','20131025-2471',NULL),(6994,1984,1,530,'2013-10-25 08:16:34',0,0,'',' 2013102519','2013-10-25','2013-10-25','20131025-19','09:16',1,'DR MENSAH',NULL,'','20131025-2471',NULL),(6995,1985,3,530,'2013-10-25 08:20:15',0,0,'','2013102520','2013-10-25','2013-10-25','20131025-20','09:18',1,'DR ARMAH',NULL,'','20131025-2472',NULL),(6997,1985,1,530,'2013-10-25 08:20:16',0,0,'','2013102520','2013-10-25','2013-10-25','20131025-20','09:19',1,'DR ARMAH',NULL,'','20131025-2472',NULL),(7000,1985,4,530,'2013-10-25 08:20:16',1,0,'','2013102520','2013-10-25','2013-10-25','20131025-20','09:19',1,'DR ARMAH',NULL,'','20131025-2472',NULL),(7001,1986,3,530,'2013-10-25 08:34:01',0,0,'','2013102521','2013-10-25','2013-10-25','20131025-21','09:32',1,'DR MENSAH',NULL,'','20131025-2473',NULL),(7003,1986,1,530,'2013-10-25 08:34:01',0,0,'','2013102521','2013-10-25','2013-10-25','20131025-21','09:33',1,'DR MENSAH',NULL,'','20131025-2473',NULL),(7004,1987,2,530,'2013-10-25 08:43:22',1,0,'','2013102522','2013-10-25','2013-10-25','20131025-22','09:42',1,'DR DANIELS',NULL,'','20131025-2474',NULL),(7005,1988,3,530,'2013-10-25 08:45:59',1,0,'',' 2013102523 ','2013-10-25','2013-10-25','20131025-23','09:44',1,'DR VORTIA',NULL,'','20131025-2475',NULL),(7007,1988,1,530,'2013-10-25 08:45:59',0,0,'',' 2013102523 ','2013-10-25','2013-10-25','20131025-23','09:45',1,'DR VORTIA',NULL,'','20131025-2475',NULL),(7008,1989,3,535,'2013-10-25 08:54:37',1,0,'','2013102524','2013-10-25','2013-10-25','20131025-24','09:52',1,'',NULL,'','20131025-2476',NULL),(7010,1989,1,535,'2013-10-25 08:54:37',1,0,'','2013102524','2013-10-25','2013-10-25','20131025-24','09:53',1,'',NULL,'','20131025-2476',NULL),(7011,1990,3,530,'2013-10-25 09:28:55',0,0,'','2013102526','2013-10-25','2013-10-25','20131025-26','10:24',1,'DR SALLAR',NULL,'','20131025-2478',NULL),(7013,1990,1,530,'2013-10-25 09:28:55',1,0,'','2013102526','2013-10-25','2013-10-25','20131025-26','10:27',1,'DR SALLAR',NULL,'','20131025-2478',NULL),(7016,1990,4,530,'2013-10-25 09:28:55',1,0,'','2013102526','2013-10-25','2013-10-25','20131025-26','10:28',1,'DR SALLAR',NULL,'','20131025-2478',NULL),(7017,1991,3,530,'2013-10-25 09:33:06',0,0,'','2013102527','2013-10-25','2013-10-25','20131025-27','10:31',1,'',NULL,'','20131025-2479',NULL),(7019,1991,4,530,'2013-10-25 09:33:06',1,0,'','2013102527','2013-10-25','2013-10-25','20131025-27','10:31',1,'',NULL,'','20131025-2479',NULL),(7020,1992,3,530,'2013-10-25 09:35:58',0,0,'','2013102528','2013-10-25','2013-10-25','20131025-28','10:34',1,'DR VORTIA',NULL,'','20131025-2480',NULL),(7021,1993,3,530,'2013-10-25 09:40:54',0,0,'','2013102529','2013-10-25','2013-10-25','20131025-29','10:39',1,'',NULL,'','20131025-2481',NULL),(7023,1993,4,530,'2013-10-25 09:40:55',1,0,'','2013102529','2013-10-25','2013-10-25','20131025-29','10:40',1,'',NULL,'','20131025-2481',NULL),(7024,1951,1,530,'2013-10-25 09:43:44',0,0,'','2013102530 ','2013-10-25','2013-10-25','20131025-30','10:42',1,'',NULL,'','20131025-2482',NULL),(7026,1951,2,530,'2013-10-25 09:43:44',0,0,'','2013102530 ','2013-10-25','2013-10-25','20131025-30','10:43',1,'',NULL,'','20131025-2482',NULL),(7027,1778,3,504,'2013-10-25 09:45:20',1,0,'','20131022107','2013-10-25','2013-10-22','20131025-31','10:43',1,'DR MENSAH',NULL,'','20131025-2483',NULL),(7028,1596,19,537,'2013-10-25 09:46:13',1,0,'','2013102236','2013-10-25','2013-10-25','20131025-32','10:44',1,'',NULL,'','20131025-2484',NULL),(7029,1994,3,530,'2013-10-25 09:46:50',0,0,'','2013102533 ','2013-10-25','2013-10-25','20131025-33','10:45',1,'',NULL,'','20131025-2485',NULL),(7031,1994,1,530,'2013-10-25 09:46:50',1,0,'','2013102533 ','2013-10-25','2013-10-25','20131025-33','10:45',1,'',NULL,'','20131025-2485',NULL),(7034,1994,4,530,'2013-10-25 09:46:51',1,0,'','2013102533 ','2013-10-25','2013-10-25','20131025-33','10:46',1,'',NULL,'','20131025-2485',NULL),(7035,1119,3,530,'2013-10-25 09:48:52',1,0,'',' 2013102534 ','2013-10-25','2013-10-25','20131025-34','10:47',1,'',NULL,'','20131025-2486',NULL),(7036,1995,3,530,'2013-10-25 09:52:05',0,0,'','2013102535','2013-10-25','2013-10-25','20131025-35','10:50',1,'',NULL,'','20131025-2487',NULL),(7038,1995,1,530,'2013-10-25 09:52:05',0,0,'','2013102535','2013-10-25','2013-10-25','20131025-35','10:51',1,'',NULL,'','20131025-2487',NULL),(7039,1996,3,530,'2013-10-25 09:54:20',0,0,'','2013102536','2013-10-25','2013-10-25','20131025-36','10:53',1,'',NULL,'','20131025-2488',NULL),(7041,1996,4,530,'2013-10-25 09:54:20',1,0,'','2013102536','2013-10-25','2013-10-25','20131025-36','10:53',1,'',NULL,'','20131025-2488',NULL),(7042,1997,3,530,'2013-10-25 10:01:51',0,0,'',' 2013102537 ','2013-10-25','2013-10-25','20131025-37','11:00',1,'',NULL,'','20131025-2489',NULL),(7044,1997,1,530,'2013-10-25 10:01:51',0,0,'',' 2013102537 ','2013-10-25','2013-10-25','20131025-37','11:01',1,'',NULL,'','20131025-2489',NULL),(7045,1998,3,530,'2013-10-25 10:04:35',0,0,'','2013102538','2013-10-25','2013-10-25','20131025-38','11:02',1,'',NULL,'','20131025-2490',NULL),(7047,1998,1,530,'2013-10-25 10:04:35',1,0,'','2013102538','2013-10-25','2013-10-25','20131025-38','11:03',1,'',NULL,'','20131025-2490',NULL),(7050,1998,4,530,'2013-10-25 10:04:35',1,0,'','2013102538','2013-10-25','2013-10-25','20131025-38','11:04',1,'',NULL,'','20131025-2490',NULL),(7051,1999,3,530,'2013-10-25 10:08:14',0,0,'','2013102539 ','2013-10-25','2013-10-25','20131025-39','11:06',1,'',NULL,'','20131025-2491',NULL),(7053,1999,5,530,'2013-10-25 10:08:14',1,0,'','2013102539 ','2013-10-25','2013-10-25','20131025-39','11:07',1,'',NULL,'','20131025-2491',NULL),(7054,2000,3,530,'2013-10-25 10:10:36',1,0,'','2013102540 ','2013-10-25','2013-10-25','20131025-40','11:09',1,'',NULL,'','20131025-2492',NULL),(7055,2001,3,537,'2013-10-25 10:12:43',0,0,'','2013102541','2013-10-25','2013-10-25','20131025-41','11:10',1,'',NULL,'','20131025-2493',NULL),(7057,2001,1,537,'2013-10-25 10:12:44',0,0,'','2013102541','2013-10-25','2013-10-25','20131025-41','11:11',1,'',NULL,'','20131025-2493',NULL),(7060,2001,4,537,'2013-10-25 10:12:44',1,0,'','2013102541','2013-10-25','2013-10-25','20131025-41','11:12',1,'',NULL,'','20131025-2493',NULL),(7061,2002,1,530,'2013-10-25 10:14:16',1,0,'','2013102542','2013-10-25','2013-10-25','20131025-42','11:13',1,'',NULL,'','20131025-2494',NULL),(7062,2003,3,537,'2013-10-25 10:14:48',0,0,'','2013102543','2013-10-25','2013-10-25','20131025-43','11:13',1,'',NULL,'','20131025-2495',NULL),(7064,2003,4,537,'2013-10-25 10:14:49',1,0,'','2013102543','2013-10-25','2013-10-25','20131025-43','11:14',1,'',NULL,'','20131025-2495',NULL),(7065,2004,3,530,'2013-10-25 10:17:45',0,0,'','2013102544 ','2013-10-25','2013-10-25','20131025-44','11:15',1,'',NULL,'','20131025-2496',NULL),(7067,2004,4,530,'2013-10-25 10:17:45',1,0,'','2013102544 ','2013-10-25','2013-10-25','20131025-44','11:17',1,'',NULL,'','20131025-2496',NULL),(7068,2005,3,530,'2013-10-25 10:25:58',1,0,'','2013102545 ','2013-10-25','2013-10-25','20131025-45','11:19',1,'',NULL,'','20131025-2497',NULL),(7070,2005,1,530,'2013-10-25 10:25:59',0,0,'','2013102545 ','2013-10-25','2013-10-25','20131025-45','11:22',1,'',NULL,'','20131025-2497',NULL),(7073,2005,4,530,'2013-10-25 10:25:59',1,0,'','2013102545 ','2013-10-25','2013-10-25','20131025-45','11:24',1,'',NULL,'','20131025-2497',NULL),(7077,2005,5,530,'2013-10-25 10:25:59',0,0,'','2013102545 ','2013-10-25','2013-10-25','20131025-45','11:25',1,'',NULL,'','20131025-2497',NULL),(7078,2006,3,543,'2013-10-25 10:36:42',0,0,'','2013102546','2013-10-25','2013-10-25','20131025-46','11:35',1,'DR DOW',NULL,'','20131025-2498',NULL),(7080,2006,1,543,'2013-10-25 10:36:43',1,0,'','2013102546','2013-10-25','2013-10-25','20131025-46','11:36',1,'DR DOW',NULL,'','20131025-2498',NULL),(7081,2007,4,543,'2013-10-25 10:40:51',1,0,'','2013102547 ','2013-10-25','2013-10-25','20131025-47','11:39',1,'DR MENSAH',NULL,'','20131025-2499',NULL),(7082,2008,3,543,'2013-10-25 10:43:24',0,0,'','2013102548','2013-10-25','2013-10-25','20131025-48','11:41',1,'DR SALLAR',NULL,'','20131025-2500',NULL),(7084,2008,1,543,'2013-10-25 10:43:24',1,0,'','2013102548','2013-10-25','2013-10-25','20131025-48','11:42',1,'DR SALLAR',NULL,'','20131025-2500',NULL),(7087,2008,4,543,'2013-10-25 10:43:24',1,0,'','2013102548','2013-10-25','2013-10-25','20131025-48','11:42',1,'DR SALLAR',NULL,'','20131025-2500',NULL),(7088,2009,3,543,'2013-10-25 10:46:02',0,0,'','2013102549 ','2013-10-25','2013-10-25','20131025-49','11:44',1,'DR VORTIA',NULL,'','20131025-2501',NULL),(7090,2009,4,543,'2013-10-25 10:46:02',1,0,'','2013102549 ','2013-10-25','2013-10-25','20131025-49','11:45',1,'DR VORTIA',NULL,'','20131025-2501',NULL),(7091,2010,3,543,'2013-10-25 10:48:37',0,0,'','2013102550','2013-10-25','2013-10-25','20131025-50','11:47',1,'DR SALLAR',NULL,'','20131025-2502',NULL),(7093,2010,2,543,'2013-10-25 10:48:37',1,0,'','2013102550','2013-10-25','2013-10-25','20131025-50','11:47',1,'DR SALLAR',NULL,'','20131025-2502',NULL),(7096,2010,4,543,'2013-10-25 10:48:37',1,0,'','2013102550','2013-10-25','2013-10-25','20131025-50','11:48',1,'DR SALLAR',NULL,'','20131025-2502',NULL),(7097,2011,3,543,'2013-10-25 10:51:09',0,0,'','2013102551','2013-10-25','2013-10-25','20131025-51','11:49',1,'DR SALLAR',NULL,'','20131025-2503',NULL),(7099,2011,2,543,'2013-10-25 10:51:09',0,0,'','2013102551','2013-10-25','2013-10-25','20131025-51','11:50',1,'DR SALLAR',NULL,'','20131025-2503',NULL),(7102,2011,4,543,'2013-10-25 10:51:09',1,0,'','2013102551','2013-10-25','2013-10-25','20131025-51','11:50',1,'DR SALLAR',NULL,'','20131025-2503',NULL),(7103,2012,3,530,'2013-10-25 10:56:43',0,0,'','2013102552 ','2013-10-25','2013-10-25','20131025-52','11:55',1,'DR VORTIA',NULL,'','20131025-2504',NULL),(7104,2013,3,530,'2013-10-25 11:02:48',0,0,'','2013102553 ','2013-10-25','2013-10-25','20131025-53','12:00',1,'DR MENSAH',NULL,'','20131025-2505',NULL),(7106,2013,1,530,'2013-10-25 11:02:48',0,0,'','2013102553 ','2013-10-25','2013-10-25','20131025-53','12:01',1,'DR MENSAH',NULL,'','20131025-2505',NULL),(7109,2013,4,530,'2013-10-25 11:02:48',1,0,'','2013102553 ','2013-10-25','2013-10-25','20131025-53','12:02',1,'DR MENSAH',NULL,'','20131025-2505',NULL),(7110,2014,3,530,'2013-10-25 11:16:39',0,0,'','2013102555','2013-10-25','2013-10-25','20131025-55','12:15',1,'DR MENSAH',NULL,'','20131025-2507',NULL),(7112,2014,1,530,'2013-10-25 11:16:39',0,0,'','2013102555','2013-10-25','2013-10-25','20131025-55','12:16',1,'DR MENSAH',NULL,'','20131025-2507',NULL),(7113,2015,3,530,'2013-10-25 11:22:30',0,0,'','2013102556 ','2013-10-25','2013-10-25','20131025-56','12:21',1,'DR VORTIA',NULL,'','20131025-2508',NULL),(7114,2016,3,530,'2013-10-25 11:29:55',0,0,'','2013102557','2013-10-25','2013-10-25','20131025-57','12:29',1,'DR VORTIA',NULL,'','20131025-2509',NULL),(7115,2017,1,530,'2013-10-25 11:32:14',0,0,'','2013102558','2013-10-25','2013-10-25','20131025-58','12:31',1,'DR SALLAR',NULL,'','20131025-2510',NULL),(7117,2017,5,530,'2013-10-25 11:32:14',1,0,'','2013102558','2013-10-25','2013-10-25','20131025-58','12:31',1,'DR SALLAR',NULL,'','20131025-2510',NULL),(7118,1914,1,537,'2013-10-25 11:38:30',1,0,'','2013102452','2013-10-25','2013-10-25','20131025-59','12:37',1,'',NULL,'','20131025-2511',NULL),(7119,2018,3,530,'2013-10-25 11:55:31',1,0,'','2013102560 ','2013-10-25','2013-10-25','20131025-60','12:53',1,'DR BOATENG',NULL,'','20131025-2512',NULL),(7121,2018,1,530,'2013-10-25 11:55:31',1,0,'','2013102560 ','2013-10-25','2013-10-25','20131025-60','12:54',1,'DR BOATENG',NULL,'','20131025-2512',NULL),(7124,2018,4,530,'2013-10-25 11:55:32',1,0,'','2013102560 ','2013-10-25','2013-10-25','20131025-60','12:55',1,'DR BOATENG',NULL,'','20131025-2512',NULL),(7125,2019,3,530,'2013-10-25 11:57:55',0,0,'','2013102561 ','2013-10-25','2013-10-25','20131025-61','12:57',1,'DR VORTIA',NULL,'','20131025-2513',NULL),(7126,2020,3,530,'2013-10-25 12:00:00',0,0,'','2013102562 ','2013-10-25','2013-10-25','20131025-62','12:58',1,'DR MENSAH',NULL,'','20131025-2514',NULL),(7127,2021,3,530,'2013-10-25 12:01:57',0,0,'','2013102563','2013-10-25','2013-10-25','20131025-63','13:01',1,'DR SALLAR',NULL,'','20131025-2515',NULL),(7128,1681,4,504,'2013-10-25 12:12:12',1,0,'','2013102182','2013-10-25','2013-10-21','20131025-64','13:11',1,'DR TAKYI',NULL,'','20131025-2516',NULL),(7129,2022,3,530,'2013-10-25 12:12:49',0,0,'','2013102565 ','2013-10-25','2013-10-25','20131025-65','13:11',1,'DR OFORI',NULL,'','20131025-2517',NULL),(7130,2023,1,530,'2013-10-25 12:14:49',1,0,'','2013102566','2013-10-25','2013-10-25','20131025-66','13:14',1,'DR MENSAH',NULL,'','20131025-2518',NULL),(7131,1681,10,537,'2013-10-25 12:18:53',1,0,'','2013102182','2013-10-25','2013-10-25','20131025-67','13:17',1,'',NULL,'','20131025-2519',NULL),(7132,2024,3,530,'2013-10-25 12:22:28',0,0,'','2013102568 ','2013-10-25','2013-10-25','20131025-68','13:21',1,'DR MENSAH',NULL,'','20131025-2520',NULL),(7133,2025,3,530,'2013-10-25 12:25:34',0,0,'','2013102569','2013-10-25','2013-10-25','20131025-69','13:25',1,'DR VORTIA',NULL,'','20131025-2521',NULL),(7134,2026,3,530,'2013-10-25 12:27:30',0,0,'','2013102570','2013-10-25','2013-10-25','20131025-70','13:26',1,'DR VORTIA',NULL,'','20131025-2522',NULL),(7135,2027,3,530,'2013-10-25 12:28:37',0,0,'','2013102571 ','2013-10-25','2013-10-25','20131025-71','13:28',1,'DR VORTIA',NULL,'','20131025-2523',NULL),(7136,1746,4,534,'2013-10-25 12:38:22',0,0,'','2013102260','2013-10-25','2013-10-25','20131025-72','13:37',1,'',NULL,'','20131025-2524',NULL),(7137,1746,4,534,'2013-10-25 12:40:12',1,0,'','2013102260','2013-10-25','2013-10-25','20131025-73','13:39',1,'',NULL,'','20131025-2525',NULL),(7138,1467,4,534,'2013-10-25 12:51:44',1,0,'','2013101873','2013-10-25','2013-10-25','20131025-74','13:51',1,'',NULL,'','20131025-2526',NULL),(7139,2028,3,530,'2013-10-25 12:57:50',0,0,'','2013102575','2013-10-25','2013-10-25','20131025-75','13:56',1,'DR VORTIA',NULL,'','20131025-2527',NULL),(7140,2029,3,530,'2013-10-25 12:59:36',0,0,'','2013102576 ','2013-10-25','2013-10-25','20131025-76','13:59',1,'',NULL,'','20131025-2528',NULL),(7141,1804,5,534,'2013-10-25 13:05:17',1,0,'','2013102316','2013-10-25','2013-10-25','20131025-78','14:04',1,'',NULL,'','20131025-2530',NULL),(7142,2030,1,530,'2013-10-25 13:08:29',1,0,'','2013102577 ','2013-10-25','2013-10-25','20131025-77','14:04',1,'',NULL,'','20131025-2529',NULL),(7144,2030,4,530,'2013-10-25 13:08:29',1,0,'','2013102577 ','2013-10-25','2013-10-25','20131025-77','14:06',1,'',NULL,'','20131025-2529',NULL),(7147,2030,3,530,'2013-10-25 13:08:29',1,0,'','2013102577 ','2013-10-25','2013-10-25','20131025-77','14:07',1,'',NULL,'','20131025-2529',NULL),(7148,1614,19,534,'2013-10-25 13:09:20',1,0,'','201310215','2013-10-25','2013-10-25','20131025-79','14:08',1,'',NULL,'','20131025-2531',NULL),(7149,2031,3,530,'2013-10-25 13:19:52',0,0,'','2013102580','2013-10-25','2013-10-25','20131025-80','14:18',1,'DR VORTIA',NULL,'','20131025-2532',NULL),(7150,1258,19,534,'2013-10-25 13:21:53',1,0,'','2013101645','2013-10-25','2013-10-25','20131025-81','14:21',1,'',NULL,'','20131025-2533',NULL),(7151,2032,3,530,'2013-10-25 13:27:51',0,0,'','2013102582','2013-10-25','2013-10-25','20131025-82','14:27',1,'',NULL,'','20131025-2534',NULL),(7152,2033,3,530,'2013-10-25 13:33:33',0,0,'','2013102583 ','2013-10-25','2013-10-25','20131025-83','14:30',1,'DR SALLAR',NULL,'','20131025-2535',NULL),(7153,1083,4,534,'2013-10-25 13:36:49',1,0,'','20131017103','2013-10-25','2013-10-25','20131025-84','14:36',1,'',NULL,'','20131025-2536',NULL),(7154,1897,2,504,'2013-10-25 13:42:42',1,0,'','2013102424','2013-10-25','2013-10-24','20131025-85','14:42',1,'',NULL,'','20131025-2537',NULL),(7155,2034,4,530,'2013-10-25 13:44:08',1,0,'','2013102586 ','2013-10-25','2013-10-25','20131025-86','14:43',1,'DR MENSAH',NULL,'','20131025-2538',NULL),(7156,2012,3,530,'2013-10-25 13:59:11',0,0,'','2013102552','2013-10-25','2013-10-25','20131025-87','14:58',1,'DR VORTIA',NULL,'','20131025-2539',NULL),(7157,1191,3,504,'2013-10-25 14:05:02',0,0,'','2013102589','2013-10-25','2013-10-25','20131025-89','15:02',1,'DR VORTIA',NULL,'','20131025-2541',NULL),(7159,1191,4,504,'2013-10-25 14:05:02',1,0,'','2013102589','2013-10-25','2013-10-25','20131025-89','15:04',1,'DR VORTIA',NULL,'','20131025-2541',NULL),(7162,1191,5,504,'2013-10-25 14:05:03',1,0,'','2013102589','2013-10-25','2013-10-25','20131025-89','15:04',1,'DR VORTIA',NULL,'','20131025-2541',NULL),(7163,2035,3,530,'2013-10-25 14:06:35',0,0,'','2013102590','2013-10-25','2013-10-25','20131025-90','15:04',1,'DR SALLAR',NULL,'','20131025-2542',NULL),(7165,2035,4,530,'2013-10-25 14:06:35',1,0,'','2013102590','2013-10-25','2013-10-25','20131025-90','15:05',1,'DR SALLAR',NULL,'','20131025-2542',NULL),(7168,2035,1,530,'2013-10-25 14:06:36',0,0,'','2013102590','2013-10-25','2013-10-25','20131025-90','15:05',1,'DR SALLAR',NULL,'','20131025-2542',NULL),(7172,2035,5,530,'2013-10-25 14:06:36',1,0,'','2013102590','2013-10-25','2013-10-25','20131025-90','15:06',1,'DR SALLAR',NULL,'','20131025-2542',NULL),(7173,2036,3,530,'2013-10-25 14:08:44',1,0,'','2013102591','2013-10-25','2013-10-25','20131025-91','15:08',1,'DR VORTIA',NULL,'','20131025-2543',NULL),(7174,2037,3,530,'2013-10-25 14:13:56',0,0,'','2013102592','2013-10-25','2013-10-25','20131025-92','15:12',1,'DR VORTIA',NULL,'','20131025-2544',NULL),(7175,2038,3,530,'2013-10-25 14:17:33',0,0,'','2013102593','2013-10-25','2013-10-25','20131025-93','15:16',1,'DR VORTIA',NULL,'','20131025-2545',NULL),(7176,2039,3,530,'2013-10-25 14:21:29',0,0,'','2013102594','2013-10-25','2013-10-25','20131025-94','15:20',1,'DR VORTIA',NULL,'','20131025-2546',NULL),(7177,2040,3,530,'2013-10-25 14:24:05',1,0,'','2013102595','2013-10-25','2013-10-25','20131025-95','15:22',1,'DR MENSAH',NULL,'','20131025-2547',NULL),(7179,2040,1,530,'2013-10-25 14:24:05',1,0,'','2013102595','2013-10-25','2013-10-25','20131025-95','15:23',1,'DR MENSAH',NULL,'','20131025-2547',NULL),(7180,2041,3,530,'2013-10-25 14:26:20',0,0,'','2013102597','2013-10-25','2013-10-25','20131025-97','15:25',1,'DR VORTIA',NULL,'','20131025-2549',NULL),(7181,2043,3,530,'2013-10-25 14:33:40',1,0,'','2013102598 ','2013-10-25','2013-10-25','20131025-98','15:32',1,'DR VORTIA',NULL,'','20131025-2550',NULL),(7182,2045,3,530,'2013-10-25 22:44:55',0,0,'','20131025102','2013-10-25','2013-10-25','20131025-99','15:42',1,'DR TAKYI',NULL,'','20131025-2555',NULL),(7184,2045,4,530,'2013-10-25 22:44:56',1,0,'','20131025102','2013-10-25','2013-10-25','20131025-99','15:44',1,'DR TAKYI',NULL,'','20131025-2555',NULL),(7185,2046,3,530,'2013-10-25 22:48:40',1,0,'','20131025103','2013-10-25','2013-10-25','20131025-100','15:47',1,'DR VORTIA',NULL,'','20131025-2556',NULL),(7186,2047,3,530,'2013-10-25 22:50:59',1,0,'','20131025104','2013-10-25','2013-10-25','20131025-101','15:50',1,'',NULL,'','20131025-2557',NULL),(7187,2048,3,530,'2013-10-25 23:02:33',1,0,'','20131025105','2013-10-25','2013-10-25','20131025-102','16:00',1,'DR ARYEE',NULL,'','20131025-2558',NULL),(7189,2048,4,530,'2013-10-25 23:02:33',0,0,'','20131025105','2013-10-25','2013-10-25','20131025-102','16:01',1,'DR ARYEE',NULL,'','20131025-2558',NULL),(7190,2049,1,530,'2013-10-25 23:05:27',0,0,'','20131025106','2013-10-25','2013-10-25','20131025-103','16:03',1,'DR ANKOMAH',NULL,'','20131025-2559',NULL),(7192,2049,2,530,'2013-10-25 23:05:27',0,0,'','20131025106','2013-10-25','2013-10-25','20131025-103','16:05',1,'DR ANKOMAH',NULL,'','20131025-2559',NULL),(7195,2049,4,530,'2013-10-25 23:05:27',1,0,'','20131025106','2013-10-25','2013-10-25','20131025-103','16:05',1,'DR ANKOMAH',NULL,'','20131025-2559',NULL),(7196,2050,3,530,'2013-10-25 23:08:44',1,0,'','20131025107','2013-10-25','2013-10-25','20131025-104','16:07',1,'DR MENSAH',NULL,'','20131025-2560',NULL),(7197,2051,3,530,'2013-10-25 23:17:39',0,0,'','20131025108','2013-10-25','2013-10-25','20131025-105','16:14',1,'DR VORTIA',NULL,'','20131025-2561',NULL),(7199,2051,24,530,'2013-10-25 23:17:39',0,0,'','20131025108','2013-10-25','2013-10-25','20131025-105','16:17',1,'DR VORTIA',NULL,'','20131025-2561',NULL),(7200,2044,3,530,'2013-10-25 23:21:19',0,0,'','2013102599','2013-10-25','2013-10-25','20131025-106','16:20',1,'DR SALLAR',NULL,'','20131025-2562',NULL),(7202,2044,4,530,'2013-10-25 23:21:19',1,0,'','2013102599','2013-10-25','2013-10-25','20131025-106','16:21',1,'DR SALLAR',NULL,'','20131025-2562',NULL),(7203,2052,3,530,'2013-10-25 23:32:12',0,0,'','20131025101','2013-10-25','2013-10-25','20131025-107','16:31',1,'DR VORTIA',NULL,'','20131025-2563',NULL),(7204,2053,3,530,'2013-10-25 23:34:45',0,0,'','20131025100','2013-10-25','2013-10-25','20131025-108','16:33',1,'DR VORTIA',NULL,'','20131025-2564',NULL),(7205,2054,3,530,'2013-10-25 23:44:16',0,0,'','20131025109','2013-10-25','2013-10-25','20131025-109','16:41',1,'DR SALLAR',NULL,'','20131025-2565',NULL),(7207,2054,4,530,'2013-10-25 23:44:16',1,0,'','20131025109','2013-10-25','2013-10-25','20131025-109','16:43',1,'DR SALLAR',NULL,'','20131025-2565',NULL),(7210,2054,24,530,'2013-10-25 23:44:16',0,0,'','20131025109','2013-10-25','2013-10-25','20131025-109','16:43',1,'DR SALLAR',NULL,'','20131025-2565',NULL),(7211,2055,3,530,'2013-10-25 23:55:06',0,0,'','20131025110','2013-10-25','2013-10-25','20131025-110','16:53',1,'DR VORTIA',NULL,'','20131025-2566',NULL),(7212,2056,3,530,'2013-10-26 00:14:20',0,0,'','20131025111','2013-10-25','2013-10-25','20131025-111','17:13',1,'',NULL,'','20131025-2567',NULL),(7214,2056,5,530,'2013-10-26 00:14:20',1,0,'','20131025111','2013-10-25','2013-10-25','20131025-111','17:14',1,'',NULL,'','20131025-2567',NULL),(7215,2057,3,530,'2013-10-26 00:16:14',0,0,'','20131025112 ','2013-10-25','2013-10-25','20131025-112','17:15',1,'DR VORTIA',NULL,'','20131025-2568',NULL),(7217,2057,4,530,'2013-10-26 00:16:14',1,0,'','20131025112 ','2013-10-25','2013-10-25','20131025-112','17:15',1,'DR VORTIA',NULL,'','20131025-2568',NULL),(7218,2058,4,530,'2013-10-26 00:20:51',1,0,'','20131025113','2013-10-25','2013-10-25','20131025-113','17:19',1,'',NULL,'','20131025-2569',NULL),(7219,2059,3,530,'2013-10-26 00:30:28',0,0,'','20131025114','2013-10-25','2013-10-25','20131025-114','17:28',1,'',NULL,'','20131025-2570',NULL),(7221,2059,4,530,'2013-10-26 00:30:28',1,0,'','20131025114','2013-10-25','2013-10-25','20131025-114','17:29',1,'',NULL,'','20131025-2570',NULL),(7224,2059,1,530,'2013-10-26 00:30:28',1,0,'','20131025114','2013-10-25','2013-10-25','20131025-114','17:30',1,'',NULL,'','20131025-2570',NULL),(7228,2059,5,530,'2013-10-26 00:30:28',1,0,'','20131025114','2013-10-25','2013-10-25','20131025-114','17:30',1,'',NULL,'','20131025-2570',NULL),(7229,2060,3,530,'2013-10-26 01:07:12',0,0,'','20131025115','2013-10-25','2013-10-25','20131025-115','18:06',1,'DR VORTIA',NULL,'','20131025-2571',NULL),(7231,2060,5,530,'2013-10-26 01:07:12',1,0,'','20131025115','2013-10-25','2013-10-25','20131025-115','18:07',1,'DR VORTIA',NULL,'','20131025-2571',NULL),(7232,2061,3,558,'2013-10-26 02:35:19',0,0,'','20131025116','2013-10-25','2013-10-25','20131025-116','19:33',1,'DR MENSAH',NULL,'','20131025-2572',NULL),(7234,2061,4,558,'2013-10-26 02:35:19',0,0,'','20131025116','2013-10-25','2013-10-25','20131025-116','19:34',1,'DR MENSAH',NULL,'','20131025-2572',NULL),(7235,2062,3,558,'2013-10-26 02:53:30',0,0,'','20131025117','2013-10-25','2013-10-25','20131025-117','19:51',1,'DR MENSAH',NULL,'','20131025-2573',NULL),(7237,2062,1,558,'2013-10-26 02:53:30',0,0,'','20131025117','2013-10-25','2013-10-25','20131025-117','19:52',1,'DR MENSAH',NULL,'','20131025-2573',NULL),(7238,2063,3,558,'2013-10-26 03:08:33',0,0,'','20131025118','2013-10-25','2013-10-25','20131025-118','20:07',1,'DR TACHIE',NULL,'','20131025-2574',NULL),(7239,2064,3,558,'2013-10-26 03:11:15',0,0,'','20131025119','2013-10-25','2013-10-25','20131025-119','20:10',1,'DR VORTIA',NULL,'','20131025-2575',NULL),(7240,2065,3,558,'2013-10-26 03:29:35',0,0,'','20131025120','2013-10-25','2013-10-25','20131025-120','20:28',1,'DR MENSAH',NULL,'','20131025-2576',NULL),(7241,2066,3,558,'2013-10-26 03:32:32',0,0,'','20131025121','2013-10-25','2013-10-25','20131025-121','20:31',1,'DR DANIELS',NULL,'','20131025-2577',NULL),(7242,2067,3,558,'2013-10-26 04:14:36',0,0,'','20131025122','2013-10-25','2013-10-25','20131025-122','21:11',1,'DR DANIELS',NULL,'','20131025-2578',NULL),(7244,2067,5,558,'2013-10-26 04:14:36',0,0,'','20131025122','2013-10-25','2013-10-25','20131025-122','21:14',1,'DR DANIELS',NULL,'','20131025-2578',NULL),(7245,2068,3,558,'2013-10-26 04:29:39',0,0,'','20131025123','2013-10-25','2013-10-25','20131025-123','21:27',1,'DR VORTIA',NULL,'','20131025-2579',NULL),(7247,2068,4,558,'2013-10-26 04:29:40',0,0,'','20131025123','2013-10-25','2013-10-25','20131025-123','21:28',1,'DR OFORIANTI',NULL,'','20131025-2579',NULL),(7248,2062,3,558,'2013-10-26 04:33:50',0,0,'','20131025117 ','2013-10-25','2013-10-25','20131025-124','21:31',1,'DR DANIELS',NULL,'','20131025-2580',NULL),(7249,2069,3,558,'2013-10-26 06:47:41',0,0,'','20131025125','2013-10-25','2013-10-25','20131025-125','23:46',1,'DR OFORI ANTI',NULL,'','20131025-2581',NULL),(7250,2070,3,558,'2013-10-26 07:11:10',0,0,'','201310265','2013-10-26','2013-10-26','20131026-5','00:09',1,'DR OFORI ANTI',NULL,'','20131026-2582',NULL),(7251,2071,3,558,'2013-10-26 11:08:10',0,0,'','201310266','2013-10-26','2013-10-26','20131026-6','04:05',1,'DR DANIELS',NULL,'','20131026-2583',NULL),(7253,2071,4,558,'2013-10-26 11:08:10',1,0,'','201310266','2013-10-26','2013-10-26','20131026-6','04:06',1,'DR DANIELS',NULL,'','20131026-2583',NULL),(7256,2071,1,558,'2013-10-26 11:08:11',0,0,'','201310266','2013-10-26','2013-10-26','20131026-6','04:06',1,'DR DANIELS',NULL,'','20131026-2583',NULL),(7257,2004,1,558,'2013-10-26 12:10:42',0,0,'','201310267','2013-10-26','2013-10-26','20131026-7','05:05',1,'DR MENSAH',NULL,'','20131026-2584',NULL),(7258,2072,3,558,'2013-10-26 12:51:39',0,0,'','201310268','2013-10-26','2013-10-26','20131026-8','05:50',1,'DR DANIELS',NULL,'','20131026-2585',NULL),(7259,2073,3,558,'2013-10-26 13:13:57',0,0,'','201310269','2013-10-26','2013-10-26','20131026-9','06:12',1,'DR DANIELS',NULL,'','20131026-2586',NULL),(7260,2074,3,558,'2013-10-26 13:20:21',0,0,'','2013102610','2013-10-26','2013-10-26','20131026-10','06:19',1,'DR DANIELS',NULL,'','20131026-2587',NULL),(7261,2075,3,558,'2013-10-26 13:24:00',0,0,'','2013102611','2013-10-26','2013-10-26','20131026-11','06:22',1,'DR DANIELS',NULL,'','20131026-2588',NULL),(7263,2075,4,558,'2013-10-26 13:24:00',0,0,'','2013102611','2013-10-26','2013-10-26','20131026-11','06:23',1,'DR DANIELS',NULL,'','20131026-2588',NULL),(7264,2076,4,558,'2013-10-26 13:28:43',1,0,'','2013102612','2013-10-26','2013-10-26','20131026-12','06:27',1,'',NULL,'','20131026-2589',NULL),(7265,2077,3,558,'2013-10-26 13:41:37',0,0,'','2013102613','2013-10-26','2013-10-26','20131026-13','06:40',1,'',NULL,'','20131026-2590',NULL),(7266,2078,3,558,'2013-10-26 14:02:42',0,0,'','2013102614','2013-10-26','2013-10-26','20131026-14','06:55',1,'DR NKRUMAH',NULL,'','20131026-2591',NULL),(7268,2078,1,558,'2013-10-26 14:02:42',0,0,'','2013102614','2013-10-26','2013-10-26','20131026-14','06:59',1,'DR NKRUMAH',NULL,'','20131026-2591',NULL),(7271,2078,4,558,'2013-10-26 14:02:43',0,0,'','2013102614','2013-10-26','2013-10-26','20131026-14','07:01',1,'DR NKRUMAH',NULL,'','20131026-2591',NULL),(7272,2079,3,558,'2013-10-26 14:09:17',0,0,'','2013102615','2013-10-26','2013-10-26','20131026-15','07:07',1,'DR OFORI ANTI',NULL,'','20131026-2592',NULL),(7274,2079,4,558,'2013-10-26 14:09:17',1,0,'','2013102615','2013-10-26','2013-10-26','20131026-15','07:08',1,'DR OFORI ANTI',NULL,'','20131026-2592',NULL),(7275,2080,3,531,'2013-10-26 14:35:19',0,0,'','2013102616 ','2013-10-26','2013-10-26','20131026-16','07:29',1,'DR SALLAR',NULL,'','20131026-2593',NULL),(7277,2080,1,531,'2013-10-26 14:35:20',0,0,'','2013102616 ','2013-10-26','2013-10-26','20131026-16','07:32',1,'DR SALLAR',NULL,'','20131026-2593',NULL),(7278,2081,3,531,'2013-10-26 14:39:31',0,0,'','2013102617','2013-10-26','2013-10-26','20131026-17','07:36',1,'DR SALLAR',NULL,'','20131026-2594',NULL),(7280,2081,1,531,'2013-10-26 14:39:31',1,0,'','2013102617','2013-10-26','2013-10-26','20131026-17','07:37',1,'DR SALLAR',NULL,'','20131026-2594',NULL),(7283,2081,2,531,'2013-10-26 14:39:31',0,0,'','2013102617','2013-10-26','2013-10-26','20131026-17','07:39',1,'DR SALLAR',NULL,'','20131026-2594',NULL),(7287,2081,4,531,'2013-10-26 14:39:32',1,0,'','2013102617','2013-10-26','2013-10-26','20131026-17','07:39',1,'DR SALLAR',NULL,'','20131026-2594',NULL),(7288,2082,3,531,'2013-10-26 14:50:10',0,0,'','2013102618','2013-10-26','2013-10-26','20131026-18','07:48',1,'DR VORTIA',NULL,'','20131026-2595',NULL),(7289,2083,3,531,'2013-10-26 14:53:13',0,0,'','2013102619','2013-10-26','2013-10-26','20131026-19','07:52',1,'DR VORTIA',NULL,'','20131026-2596',NULL),(7290,2084,3,531,'2013-10-26 15:01:25',0,0,'','2013102620','2013-10-26','2013-10-26','20131026-20','08:00',1,'DR TACHIE',NULL,'','20131026-2597',NULL),(7292,2084,4,531,'2013-10-26 15:01:26',1,0,'','2013102620','2013-10-26','2013-10-26','20131026-20','08:01',1,'DR TACHIE',NULL,'','20131026-2597',NULL),(7293,2085,3,531,'2013-10-26 15:05:21',0,0,'','2013102621','2013-10-26','2013-10-26','20131026-21','08:03',1,'DR DANIELS',NULL,'','20131026-2598',NULL),(7295,2085,1,531,'2013-10-26 15:05:22',1,0,'','2013102621','2013-10-26','2013-10-26','20131026-21','08:04',1,'DR DANIELS',NULL,'','20131026-2598',NULL),(7298,2085,5,531,'2013-10-26 15:05:22',0,0,'','2013102621','2013-10-26','2013-10-26','20131026-21','08:04',1,'DR DANIELS',NULL,'','20131026-2598',NULL),(7299,2086,3,531,'2013-10-26 15:07:42',0,0,'','2013102622','2013-10-26','2013-10-26','20131026-22','08:06',1,'DR DANIELS',NULL,'','20131026-2599',NULL),(7301,2086,4,531,'2013-10-26 15:07:42',1,0,'','2013102622','2013-10-26','2013-10-26','20131026-22','08:07',1,'DR DANIELS',NULL,'','20131026-2599',NULL),(7302,2087,3,531,'2013-10-26 15:10:24',0,0,'','2013102623','2013-10-26','2013-10-26','20131026-23','08:09',1,'DR TACHIE',NULL,'','20131026-2600',NULL),(7303,2088,3,531,'2013-10-26 15:16:13',0,0,'','2013102624 ','2013-10-26','2013-10-26','20131026-24','08:14',1,'DR VORTIA',NULL,'','20131026-2601',NULL),(7305,2088,1,531,'2013-10-26 15:16:13',0,0,'','2013102624 ','2013-10-26','2013-10-26','20131026-24','08:15',1,'DR VORTIA',NULL,'','20131026-2601',NULL),(7308,2088,4,531,'2013-10-26 15:16:14',1,0,'','2013102624 ','2013-10-26','2013-10-26','20131026-24','08:16',1,'DR VORTIA',NULL,'','20131026-2601',NULL),(7309,1721,1,531,'2013-10-26 15:36:19',0,0,'','2013102625','2013-10-26','2013-10-26','20131026-25','08:32',1,'DR SALLAR',NULL,'','20131026-2602',NULL),(7311,1721,4,531,'2013-10-26 15:36:19',1,0,'','2013102625','2013-10-26','2013-10-26','20131026-25','08:35',1,'DR SALLAR',NULL,'','20131026-2602',NULL),(7312,2089,3,531,'2013-10-26 15:56:57',0,0,'','2013102626','2013-10-26','2013-10-26','20131026-26','08:55',1,'',NULL,'','20131026-2603',NULL),(7313,243,4,534,'2013-10-26 16:00:08',1,0,'','2013102429','2013-10-26','2013-10-26','20131026-27','08:59',1,'',NULL,'','20131026-2604',NULL),(7314,1957,7,534,'2013-10-26 16:15:09',1,0,'','20131024112','2013-10-26','2013-10-26','20131026-28','09:14',1,'',NULL,'','20131026-2605',NULL),(7315,2090,1,531,'2013-10-26 16:36:20',0,0,'','2013102629','2013-10-26','2013-10-26','20131026-29','09:34',1,'',NULL,'','20131026-2606',NULL),(7316,2091,3,531,'2013-10-26 16:59:21',0,0,'','2013102630','2013-10-26','2013-10-26','20131026-30','09:51',1,'DR VORTIA',NULL,'','20131026-2607',NULL),(7318,2091,3,531,'2013-10-26 16:59:21',1,0,'','2013102630','2013-10-26','2013-10-26','20131026-30','09:56',1,'DR VORTIA',NULL,'','20131026-2607',NULL),(7319,1501,3,534,'2013-10-26 16:59:36',1,0,'','2013101926','2013-10-26','2013-10-26','20131026-31','09:57',1,'',NULL,'','20131026-2608',NULL),(7320,1501,3,534,'2013-10-26 17:01:31',0,0,'','2013101926','2013-10-26','2013-10-26','20131026-33','10:01',1,'',NULL,'','20131026-2610',NULL),(7321,1808,3,531,'2013-10-26 17:02:14',0,0,'','2013102632','2013-10-26','2013-10-26','20131026-32','09:59',1,'DR VORTIA',NULL,'','20131026-2609',NULL),(7323,1808,1,531,'2013-10-26 17:02:14',0,0,'','2013102632','2013-10-26','2013-10-26','20131026-32','10:01',1,'DR VORTIA',NULL,'','20131026-2609',NULL),(7326,1808,4,531,'2013-10-26 17:02:14',1,0,'','2013102632','2013-10-26','2013-10-26','20131026-32','10:01',1,'DR VORTIA',NULL,'','20131026-2609',NULL),(7327,1501,3,534,'2013-10-26 17:02:48',1,0,'','2013101926','2013-10-26','2013-10-26','20131026-34','10:02',1,'',NULL,'','20131026-2611',NULL),(7328,2092,3,531,'2013-10-26 17:08:12',0,0,'','2013102635','2013-10-26','2013-10-26','20131026-35','10:05',1,'DR ASUMANU',NULL,'','20131026-2612',NULL),(7330,2092,1,531,'2013-10-26 17:08:12',0,0,'','2013102635','2013-10-26','2013-10-26','20131026-35','10:06',1,'DR ASUMANU',NULL,'','20131026-2612',NULL),(7333,2092,4,531,'2013-10-26 17:08:13',0,0,'','2013102635','2013-10-26','2013-10-26','20131026-35','10:08',1,'DR ASUMANU',NULL,'','20131026-2612',NULL),(7334,1889,4,534,'2013-10-26 17:09:06',1,0,'','2013102411','2013-10-26','2013-10-26','20131026-36','10:08',1,'',NULL,'','20131026-2613',NULL),(7335,1951,1,531,'2013-10-26 17:21:24',0,0,'','2013102637','2013-10-26','2013-10-26','20131026-37','10:19',1,'DR AKPALU',NULL,'','20131026-2614',NULL),(7337,1951,3,531,'2013-10-26 17:21:24',0,0,'','2013102637','2013-10-26','2013-10-26','20131026-37','10:20',1,'DR AKPALU',NULL,'','20131026-2614',NULL),(7340,1951,2,531,'2013-10-26 17:21:25',1,0,'','2013102637','2013-10-26','2013-10-26','20131026-37','10:21',1,'DR AKPALU',NULL,'','20131026-2614',NULL),(7341,2093,3,531,'2013-10-26 17:27:59',0,0,'','2013102638','2013-10-26','2013-10-26','20131026-38','10:25',1,'DR QUAMPAH',NULL,'','20131026-2615',NULL),(7343,2093,4,531,'2013-10-26 17:27:59',0,0,'','2013102638','2013-10-26','2013-10-26','20131026-38','10:27',1,'DR QUAMPAH',NULL,'','20131026-2615',NULL),(7344,864,3,531,'2013-10-26 17:30:01',0,0,'','2013102639','2013-10-26','2013-10-26','20131026-39','10:28',1,'DR DOW',NULL,'','20131026-2616',NULL),(7345,2094,3,531,'2013-10-26 17:34:42',0,0,'','2013102640','2013-10-26','2013-10-26','20131026-40','10:32',1,'DR VORTIA',NULL,'','20131026-2617',NULL),(7347,2094,1,531,'2013-10-26 17:34:42',0,0,'','2013102640','2013-10-26','2013-10-26','20131026-40','10:33',1,'DR VORTIA',NULL,'','20131026-2617',NULL),(7348,2095,3,531,'2013-10-26 17:37:15',0,0,'','2013102641','2013-10-26','2013-10-26','20131026-41','10:35',1,'DR AKPALU',NULL,'','20131026-2618',NULL),(7350,2095,1,531,'2013-10-26 17:37:15',0,0,'','2013102641','2013-10-26','2013-10-26','20131026-41','10:36',1,'DR AKPALU',NULL,'','20131026-2618',NULL),(7351,2096,19,531,'2013-10-26 17:41:24',0,0,'','2013102642','2013-10-26','2013-10-26','20131026-42','10:40',1,'',NULL,'','20131026-2619',NULL),(7352,2097,1,531,'2013-10-26 17:56:15',1,0,'','2013102643','2013-10-26','2013-10-26','20131026-43','10:54',1,'DR MENSAH',NULL,'','20131026-2620',NULL),(7353,2098,3,531,'2013-10-26 18:01:17',0,0,'','2013102644','2013-10-26','2013-10-26','20131026-44','11:00',1,'DR K AMAOH',NULL,'','20131026-2621',NULL),(7354,2099,3,531,'2013-10-26 18:10:03',0,0,'','2013102645','2013-10-26','2013-10-26','20131026-45','11:09',1,'DR VORTIA',NULL,'','20131026-2622',NULL),(7356,2099,4,531,'2013-10-26 18:10:03',0,0,'','2013102645','2013-10-26','2013-10-26','20131026-45','11:09',1,'DR VORTIA',NULL,'','20131026-2622',NULL),(7357,2100,3,531,'2013-10-26 18:12:57',0,0,'','2013102646','2013-10-26','2013-10-26','20131026-46','11:11',1,'DR AMOAH',NULL,'','20131026-2623',NULL),(7358,1885,3,531,'2013-10-26 18:20:06',0,0,'','2013102647 ','2013-10-26','2013-10-26','20131026-47','11:16',1,'DR MENSAH',NULL,'','20131026-2624',NULL),(7360,1885,1,531,'2013-10-26 18:20:06',1,0,'','2013102647 ','2013-10-26','2013-10-26','20131026-47','11:19',1,'DR MENSAH',NULL,'','20131026-2624',NULL),(7361,1974,1,531,'2013-10-26 18:22:34',1,0,'','2013102648','2013-10-26','2013-10-26','20131026-48','11:20',1,'DR VORTIA',NULL,'','20131026-2625',NULL),(7363,1974,5,531,'2013-10-26 18:22:34',1,0,'','2013102648','2013-10-26','2013-10-26','20131026-48','11:22',1,'DR VORTIA',NULL,'','20131026-2625',NULL),(7364,1614,19,534,'2013-10-26 18:26:59',1,0,'','201310215','2013-10-26','2013-10-26','20131026-50','11:26',1,'',NULL,'','20131026-2627',NULL),(7365,2101,3,531,'2013-10-26 18:27:57',0,0,'','2013102649','2013-10-26','2013-10-26','20131026-49','11:25',1,'DR K AMAOH',NULL,'','20131026-2626',NULL),(7367,2101,1,531,'2013-10-26 18:27:58',0,0,'','2013102649','2013-10-26','2013-10-26','20131026-49','11:27',1,'DR K AMAOH',NULL,'','20131026-2626',NULL),(7368,2054,2,555,'2013-10-26 18:32:21',1,0,'','20131025109','2013-10-26','2013-10-26','20131026-52','11:31',1,'',NULL,'','20131026-2629',NULL),(7369,2102,3,531,'2013-10-26 18:33:33',1,0,'','2013102651','2013-10-26','2013-10-26','20131026-51','11:31',1,'DR K AMAOH',NULL,'','20131026-2628',NULL),(7371,2102,1,531,'2013-10-26 18:33:33',0,0,'','2013102651','2013-10-26','2013-10-26','20131026-51','11:33',1,'DR K AMAOH',NULL,'','20131026-2628',NULL),(7374,2102,4,531,'2013-10-26 18:33:34',1,0,'','2013102651','2013-10-26','2013-10-26','20131026-51','11:33',1,'DR K AMAOH',NULL,'','20131026-2628',NULL),(7375,2103,3,531,'2013-10-26 18:38:36',0,0,'','2013102653','2013-10-26','2013-10-26','20131026-53','11:37',1,'DR VORTIA',NULL,'','20131026-2630',NULL),(7376,2104,3,531,'2013-10-26 18:42:14',0,0,'','2013102654','2013-10-26','2013-10-26','20131026-54','11:40',1,'DR AMABLE',NULL,'','20131026-2631',NULL),(7378,2104,1,531,'2013-10-26 18:42:14',0,0,'','2013102654','2013-10-26','2013-10-26','20131026-54','11:41',1,'DR AMABLE',NULL,'','20131026-2631',NULL),(7381,2104,4,531,'2013-10-26 18:42:14',1,0,'','2013102654','2013-10-26','2013-10-26','20131026-54','11:41',1,'DR AMABLE',NULL,'','20131026-2631',NULL),(7385,2104,5,531,'2013-10-26 18:42:15',1,0,'','2013102654','2013-10-26','2013-10-26','20131026-54','11:41',1,'DR AMABLE',NULL,'','20131026-2631',NULL),(7386,2105,1,531,'2013-10-26 19:00:32',0,0,'','2013102655','2013-10-26','2013-10-26','20131026-55','11:58',1,'DR TACHIE',NULL,'','20131026-2632',NULL),(7388,2105,3,531,'2013-10-26 19:00:33',0,0,'','2013102655','2013-10-26','2013-10-26','20131026-55','11:59',1,'DR TACHIE',NULL,'','20131026-2632',NULL),(7391,2105,4,531,'2013-10-26 19:00:33',0,0,'','2013102655','2013-10-26','2013-10-26','20131026-55','12:00',1,'DR TACHIE',NULL,'','20131026-2632',NULL),(7392,2106,3,531,'2013-10-26 19:02:47',0,0,'','2013102656','2013-10-26','2013-10-26','20131026-56','12:01',1,'DR VORTIA',NULL,'','20131026-2633',NULL),(7393,2107,3,531,'2013-10-26 19:06:28',0,0,'','2013102657','2013-10-26','2013-10-26','20131026-57','12:05',1,'DR K AMAOH',NULL,'','20131026-2634',NULL),(7394,2108,3,531,'2013-10-26 19:10:04',1,0,'','2013102658 ','2013-10-26','2013-10-26','20131026-58','12:08',1,'DR K AMAOH',NULL,'','20131026-2635',NULL),(7395,2109,1,531,'2013-10-26 19:19:07',0,0,'','2013102659 ','2013-10-26','2013-10-26','20131026-59','12:16',1,'DR K AMAOH',NULL,'','20131026-2636',NULL),(7396,2110,4,531,'2013-10-26 19:29:32',1,0,'','2013102660','2013-10-26','2013-10-26','20131026-60','12:28',1,'DR K AMAOH',NULL,'','20131026-2637',NULL),(7397,2111,3,531,'2013-10-26 19:34:12',0,0,'','2013102661','2013-10-26','2013-10-26','20131026-61','12:33',1,'DR K AMAOH',NULL,'','20131026-2638',NULL),(7398,2086,3,531,'2013-10-26 19:58:25',0,0,'','2013102622','2013-10-26','2013-10-26','20131026-62','12:56',1,'DR VORTIA',NULL,'','20131026-2639',NULL),(7400,2086,1,531,'2013-10-26 19:58:25',0,0,'','2013102622','2013-10-26','2013-10-26','20131026-62','12:58',1,'DR VORTIA',NULL,'','20131026-2639',NULL),(7401,442,3,531,'2013-10-26 20:21:05',0,0,'','2013102663','2013-10-26','2013-10-26','20131026-63','13:20',1,'DR TACHIE',NULL,'','20131026-2640',NULL),(7402,2112,3,531,'2013-10-26 20:27:28',0,0,'','2013102664','2013-10-26','2013-10-26','20131026-64','13:25',1,'DR K AMAOH',NULL,'','20131026-2641',NULL),(7404,2112,4,531,'2013-10-26 20:27:29',1,0,'','2013102664','2013-10-26','2013-10-26','20131026-64','13:27',1,'DR K AMAOH',NULL,'','20131026-2641',NULL),(7405,2113,3,531,'2013-10-26 20:32:52',0,0,'','2013102665','2013-10-26','2013-10-26','20131026-65','13:31',1,'DR K AMAOH',NULL,'','20131026-2642',NULL),(7406,2099,5,531,'2013-10-26 20:36:45',1,0,'','2013102645','2013-10-26','2013-10-26','20131026-66','13:36',1,'',NULL,'','20131026-2643',NULL),(7407,2114,3,531,'2013-10-26 20:39:50',0,0,'','2013102667','2013-10-26','2013-10-26','20131026-67','13:38',1,'DR K AMAOH',NULL,'','20131026-2644',NULL),(7409,2114,4,531,'2013-10-26 20:39:50',1,0,'','2013102667','2013-10-26','2013-10-26','20131026-67','13:39',1,'DR K AMAOH',NULL,'','20131026-2644',NULL),(7410,2103,3,534,'2013-10-26 20:52:36',1,0,'','2013102653','2013-10-26','2013-10-26','20131026-69','13:52',1,'',NULL,'','20131026-2646',NULL),(7411,1556,1,531,'2013-10-26 20:54:20',0,0,'','2013102668','2013-10-26','2013-10-26','20131026-68','13:49',1,'DR TACHIE',NULL,'','20131026-2645',NULL),(7412,2115,3,531,'2013-10-26 21:10:52',0,0,'','2013102670','2013-10-26','2013-10-26','20131026-70','14:09',1,'DR AMOAH',NULL,'','20131026-2647',NULL),(7414,2115,4,531,'2013-10-26 21:10:52',0,0,'','2013102670','2013-10-26','2013-10-26','20131026-70','14:10',1,'DR AMOAH',NULL,'','20131026-2647',NULL),(7417,2115,1,531,'2013-10-26 21:10:53',1,0,'','2013102670','2013-10-26','2013-10-26','20131026-70','14:10',1,'DR AMOAH',NULL,'','20131026-2647',NULL),(7418,2116,3,531,'2013-10-26 21:14:07',0,0,'','2013102671','2013-10-26','2013-10-26','20131026-71','14:12',1,'DR TAKYI',NULL,'','20131026-2648',NULL),(7420,2116,4,531,'2013-10-26 21:14:08',1,0,'','2013102671','2013-10-26','2013-10-26','20131026-71','14:13',1,'DR TAKYI',NULL,'','20131026-2648',NULL),(7421,2117,3,531,'2013-10-26 21:17:37',0,0,'','2013102672','2013-10-26','2013-10-26','20131026-72','14:15',1,'DR K AMAOH',NULL,'','20131026-2649',NULL),(7423,2117,1,531,'2013-10-26 21:17:38',1,0,'','2013102672','2013-10-26','2013-10-26','20131026-72','14:17',1,'DR K AMAOH',NULL,'','20131026-2649',NULL),(7424,2118,3,531,'2013-10-26 21:33:47',0,0,'','2013102673 ','2013-10-26','2013-10-26','20131026-73','14:32',1,'DR VORTIA',NULL,'','20131026-2650',NULL),(7425,2119,3,531,'2013-10-26 21:37:38',0,0,'','2013102674','2013-10-26','2013-10-26','20131026-74','14:36',1,'DR K AMAOH',NULL,'','20131026-2651',NULL),(7426,2120,3,531,'2013-10-26 21:58:45',0,0,'','2013102675','2013-10-26','2013-10-26','20131026-75','14:57',1,'DR VORTIA',NULL,'','20131026-2652',NULL),(7428,2120,5,531,'2013-10-26 21:58:45',0,0,'','2013102675','2013-10-26','2013-10-26','20131026-75','14:58',1,'DR VORTIA',NULL,'','20131026-2652',NULL),(7429,2121,3,531,'2013-10-26 22:08:26',0,0,'','2013102676','2013-10-26','2013-10-26','20131026-76','15:07',1,'DR K AMAOH',NULL,'','20131026-2653',NULL),(7430,2122,3,531,'2013-10-26 22:12:21',0,0,'','2013102677 ','2013-10-26','2013-10-26','20131026-77','15:09',1,'DR VORTIA',NULL,'','20131026-2654',NULL),(7432,2122,1,531,'2013-10-26 22:12:21',1,0,'','2013102677 ','2013-10-26','2013-10-26','20131026-77','15:11',1,'DR VORTIA',NULL,'','20131026-2654',NULL),(7435,2122,4,531,'2013-10-26 22:12:22',1,0,'','2013102677 ','2013-10-26','2013-10-26','20131026-77','15:11',1,'DR VORTIA',NULL,'','20131026-2654',NULL),(7439,2122,5,531,'2013-10-26 22:12:22',1,0,'','2013102677 ','2013-10-26','2013-10-26','20131026-77','15:12',1,'DR VORTIA',NULL,'','20131026-2654',NULL),(7440,2123,3,531,'2013-10-26 22:27:55',1,0,'','2013102678','2013-10-26','2013-10-26','20131026-78','15:25',1,'DR TAKYI',NULL,'','20131026-2655',NULL),(7442,2123,1,531,'2013-10-26 22:27:55',1,0,'','2013102678','2013-10-26','2013-10-26','20131026-78','15:26',1,'DR TAKYI',NULL,'','20131026-2655',NULL),(7445,2123,4,531,'2013-10-26 22:27:56',1,0,'','2013102678','2013-10-26','2013-10-26','20131026-78','15:27',1,'DR TAKYI',NULL,'','20131026-2655',NULL),(7449,2123,5,531,'2013-10-26 22:27:56',1,0,'','2013102678','2013-10-26','2013-10-26','20131026-78','15:27',1,'DR TAKYI',NULL,'','20131026-2655',NULL),(7450,2124,3,531,'2013-10-26 22:34:59',0,0,'','2013102679','2013-10-26','2013-10-26','20131026-79','15:33',1,'DR K AMAOH',NULL,'','20131026-2656',NULL),(7452,2124,4,531,'2013-10-26 22:34:59',0,0,'','2013102679','2013-10-26','2013-10-26','20131026-79','15:34',1,'DR K AMAOH',NULL,'','20131026-2656',NULL),(7453,2125,3,531,'2013-10-26 22:39:09',0,0,'','2013102680','2013-10-26','2013-10-26','20131026-80','15:38',1,'DR K AMAOH',NULL,'','20131026-2657',NULL),(7455,2125,1,531,'2013-10-26 22:39:09',1,0,'','2013102680','2013-10-26','2013-10-26','20131026-80','15:38',1,'DR K AMAOH',NULL,'','20131026-2657',NULL),(7456,2126,3,531,'2013-10-26 22:43:34',0,0,'','2013102681','2013-10-26','2013-10-26','20131026-81','15:41',1,'DR VORTIA',NULL,'','20131026-2658',NULL),(7457,2127,3,531,'2013-10-26 23:33:57',0,0,'','2013102682','2013-10-26','2013-10-26','20131026-82','16:32',1,'DR TAKYI',NULL,'','20131026-2659',NULL),(7459,2127,4,531,'2013-10-26 23:33:57',1,0,'','2013102682','2013-10-26','2013-10-26','20131026-82','16:33',1,'DR TAKYI',NULL,'','20131026-2659',NULL),(7460,2128,3,531,'2013-10-27 00:21:09',0,0,'','2013102683','2013-10-26','2013-10-26','20131026-83','17:20',1,'DR TAKYI',NULL,'','20131026-2660',NULL),(7461,2129,1,531,'2013-10-27 00:35:41',0,0,'','2013102684 ','2013-10-26','2013-10-26','20131026-84','17:34',1,'DR VORTIA',NULL,'','20131026-2661',NULL),(7463,2129,4,531,'2013-10-27 00:35:41',1,0,'','2013102684 ','2013-10-26','2013-10-26','20131026-84','17:35',1,'DR VORTIA',NULL,'','20131026-2661',NULL),(7464,2130,3,531,'2013-10-27 00:39:38',1,0,'','2013102685','2013-10-26','2013-10-26','20131026-85','17:36',1,'DR VORTIA',NULL,'','20131026-2662',NULL),(7466,2130,1,531,'2013-10-27 00:39:38',1,0,'','2013102685','2013-10-26','2013-10-26','20131026-85','17:38',1,'DR VORTIA',NULL,'','20131026-2662',NULL),(7469,2130,4,531,'2013-10-27 00:39:38',1,0,'','2013102685','2013-10-26','2013-10-26','20131026-85','17:39',1,'DR VORTIA',NULL,'','20131026-2662',NULL),(7470,2131,3,531,'2013-10-27 00:41:40',0,0,'','2013102686','2013-10-26','2013-10-26','20131026-86','17:40',1,'DR VORTIA',NULL,'','20131026-2663',NULL),(7472,2131,5,531,'2013-10-27 00:41:40',0,0,'','2013102686','2013-10-26','2013-10-26','20131026-86','17:41',1,'DR VORTIA',NULL,'','20131026-2663',NULL),(7473,2132,3,531,'2013-10-27 01:31:41',0,0,'','2013102687','2013-10-26','2013-10-26','20131026-87','18:29',1,'DR K AMAOH',NULL,'','20131026-2664',NULL),(7475,2132,1,531,'2013-10-27 01:31:41',0,0,'','2013102687','2013-10-26','2013-10-26','20131026-87','18:30',1,'DR K AMAOH',NULL,'','20131026-2664',NULL),(7478,2132,4,531,'2013-10-27 01:31:41',0,0,'','2013102687','2013-10-26','2013-10-26','20131026-87','18:31',1,'DR K AMAOH',NULL,'','20131026-2664',NULL),(7479,2133,3,531,'2013-10-27 01:49:26',0,0,'','2013102688','2013-10-26','2013-10-26','20131026-88','18:48',1,'DR VORTIA',NULL,'','20131026-2665',NULL),(7480,2134,3,531,'2013-10-27 02:02:16',0,0,'','2013102689','2013-10-26','2013-10-26','20131026-89','19:01',1,'DR VORTIA',NULL,'','20131026-2666',NULL),(7481,2135,3,531,'2013-10-27 02:04:50',0,0,'','2013102690','2013-10-26','2013-10-26','20131026-90','19:03',1,'DR TAKYI',NULL,'','20131026-2667',NULL),(7483,2135,1,531,'2013-10-27 02:04:50',0,0,'','2013102690','2013-10-26','2013-10-26','20131026-90','19:04',1,'DR TAKYI',NULL,'','20131026-2667',NULL),(7486,2135,4,531,'2013-10-27 02:04:51',0,0,'','2013102690','2013-10-26','2013-10-26','20131026-90','19:04',1,'DR TAKYI',NULL,'','20131026-2667',NULL),(7487,2136,3,531,'2013-10-27 02:06:42',0,0,'','2013102691','2013-10-26','2013-10-26','20131026-91','19:05',1,'DR OFORI ANTI',NULL,'','20131026-2668',NULL),(7488,2137,3,531,'2013-10-27 02:08:58',0,0,'','2013102692','2013-10-26','2013-10-26','20131026-92','19:07',1,'DR VORTIA',NULL,'','20131026-2669',NULL),(7489,2138,3,531,'2013-10-27 02:40:18',0,0,'','2013102693','2013-10-26','2013-10-26','20131026-93','19:38',1,'',NULL,'','20131026-2670',NULL),(7491,2138,4,531,'2013-10-27 02:40:19',1,0,'','2013102693','2013-10-26','2013-10-26','20131026-93','19:39',1,'',NULL,'','20131026-2670',NULL),(7492,2139,3,531,'2013-10-27 02:47:06',0,0,'','2013102694','2013-10-26','2013-10-26','20131026-94','19:44',1,'',NULL,'','20131026-2671',NULL),(7493,2140,3,558,'2013-10-27 04:00:57',0,0,'','2013102695','2013-10-26','2013-10-26','20131026-95','21:00',1,'DR DANIELS',NULL,'','20131026-2672',NULL),(7494,2141,1,558,'2013-10-27 04:16:36',0,0,'','2013102696','2013-10-26','2013-10-26','20131026-96','21:15',1,'DR DANIELS',NULL,'','20131026-2673',NULL),(7495,2142,3,558,'2013-10-27 04:40:02',0,0,'','2013102697','2013-10-26','2013-10-26','20131026-97','21:38',1,'DR SALLAR',NULL,'','20131026-2674',NULL),(7497,2142,4,558,'2013-10-27 04:40:02',0,0,'','2013102697','2013-10-26','2013-10-26','20131026-97','21:39',1,'DR SALLAR',NULL,'','20131026-2674',NULL),(7500,2142,1,558,'2013-10-27 04:40:03',0,0,'','','2013-10-26','2013-10-26','20131026-97','21:39',1,'DR SALLAR',NULL,'','20131026-2674',NULL),(7501,2143,3,558,'2013-10-27 04:54:18',0,0,'','2013102698','2013-10-26','2013-10-26','20131026-98','21:52',1,'DR SALLAR',NULL,'','20131026-2675',NULL),(7503,2143,4,558,'2013-10-27 04:54:19',0,0,'','2013102698','2013-10-26','2013-10-26','20131026-98','21:54',1,'DR SALLAR',NULL,'','20131026-2675',NULL),(7504,2144,3,558,'2013-10-27 05:26:08',0,0,'','2013102699','2013-10-26','2013-10-26','20131026-99','22:24',1,'DR SALLAR',NULL,'','20131026-2676',NULL),(7506,2144,4,558,'2013-10-27 05:26:08',0,0,'','2013102699','2013-10-26','2013-10-26','20131026-99','22:25',1,'DR SALLAR',NULL,'','20131026-2676',NULL),(7507,2145,3,558,'2013-10-27 06:18:26',0,0,'','20131026100','2013-10-26','2013-10-26','20131026-100','23:16',1,'DR DANIELS',NULL,'','20131026-2677',NULL),(7509,2145,4,558,'2013-10-27 06:18:26',0,0,'','20131026100','2013-10-26','2013-10-26','20131026-100','23:17',1,'DR DANIELS',NULL,'','20131026-2677',NULL),(7512,2145,1,558,'2013-10-27 06:18:26',0,0,'','20131026100','2013-10-26','2013-10-26','20131026-100','23:18',1,'DR DANIELS',NULL,'','20131026-2677',NULL),(7513,2146,3,558,'2013-10-27 06:28:01',1,0,'','20131026101','2013-10-26','2013-10-26','20131026-101','23:25',1,'DR DANIELS',NULL,'','20131026-2678',NULL),(7515,2146,1,558,'2013-10-27 06:28:02',1,0,'','20131026101','2013-10-26','2013-10-26','20131026-101','23:27',1,'DR DANIELS',NULL,'','20131026-2678',NULL),(7516,2147,3,558,'2013-10-27 10:59:50',0,0,'','201310271','2013-10-27','2013-10-27','20131027-1','03:55',1,'DR SALLAR',NULL,'','20131027-2679',NULL),(7518,2147,4,558,'2013-10-27 10:59:50',0,0,'','201310271','2013-10-27','2013-10-27','20131027-1','03:57',1,'DR SALLAR',NULL,'','20131027-2679',NULL),(7521,2147,2,558,'2013-10-27 10:59:51',1,0,'','201310271','2013-10-27','2013-10-27','20131027-1','03:58',1,'DR SALLAR',NULL,'','20131027-2679',NULL),(7525,2147,1,558,'2013-10-27 10:59:51',0,0,'','201310271','2013-10-27','2013-10-27','20131027-1','03:58',1,'DR SALLAR',NULL,'','20131027-2679',NULL),(7526,2148,3,558,'2013-10-27 11:04:32',0,0,'','201310272','2013-10-27','2013-10-27','20131027-2','04:02',1,'DR DANIELS',NULL,'','20131027-2680',NULL),(7528,2148,1,558,'2013-10-27 11:04:32',0,0,'','201310272','2013-10-27','2013-10-27','20131027-2','04:03',1,'DR DANIELS',NULL,'','20131027-2680',NULL),(7529,2149,3,558,'2013-10-27 11:09:26',0,0,'','201310273','2013-10-27','2013-10-27','20131027-3','04:07',1,'DR DANIELS',NULL,'','20131027-2681',NULL),(7531,2149,4,558,'2013-10-27 11:09:26',1,0,'','201310273','2013-10-27','2013-10-27','20131027-3','04:08',1,'DR DANIELS',NULL,'','20131027-2681',NULL),(7534,2149,5,558,'2013-10-27 11:09:26',0,0,'','201310273','2013-10-27','2013-10-27','20131027-3','04:08',1,'DR DANIELS',NULL,'','20131027-2681',NULL),(7535,1618,3,558,'2013-10-27 12:09:02',0,0,'','201310274','2013-10-27','2013-10-27','20131027-4','05:07',1,'DR DANIELS',NULL,'','20131027-2682',NULL),(7536,2150,3,558,'2013-10-27 12:38:46',1,0,'','201310275 ','2013-10-27','2013-10-27','20131027-5','05:37',1,'DR DANIELS',NULL,'','20131027-2683',NULL),(7538,2150,1,558,'2013-10-27 12:38:46',1,0,'','201310275 ','2013-10-27','2013-10-27','20131027-5','05:38',1,'DR DANIELS',NULL,'','20131027-2683',NULL),(7539,2151,3,558,'2013-10-27 13:02:27',1,0,'','201310276','2013-10-27','2013-10-27','20131027-6','06:00',1,'DR VORTIA',NULL,'','20131027-2684',NULL),(7541,2151,1,558,'2013-10-27 13:02:27',0,0,'','201310276','2013-10-27','2013-10-27','20131027-6','06:01',1,'DR VORTIA',NULL,'','20131027-2684',NULL),(7542,2152,4,558,'2013-10-27 13:05:51',1,0,'','201310277','2013-10-27','2013-10-27','20131027-7','06:04',1,'DR SALLAR',NULL,'','20131027-2685',NULL),(7544,2152,2,558,'2013-10-27 13:05:51',1,0,'','201310277','2013-10-27','2013-10-27','20131027-7','06:05',1,'DR SALLAR',NULL,'','20131027-2685',NULL),(7545,2153,4,558,'2013-10-27 13:53:17',1,0,'','201310278','2013-10-27','2013-10-27','20131027-8','06:50',1,'DR VORTIA',NULL,'','20131027-2686',NULL),(7547,2153,1,558,'2013-10-27 13:53:17',0,0,'','201310278','2013-10-27','2013-10-27','20131027-8','06:52',1,'DR VORTIA',NULL,'','20131027-2686',NULL),(7550,2153,2,558,'2013-10-27 13:53:17',0,0,'','','2013-10-27','2013-10-27','20131027-8','06:53',1,'DR VORTIA',NULL,'','20131027-2686',NULL),(7551,1982,3,558,'2013-10-27 14:02:31',0,0,'','201310279','2013-10-27','2013-10-27','20131027-9','07:00',1,'DR VORTIA',NULL,'','20131027-2687',NULL),(7553,1982,1,558,'2013-10-27 14:02:31',0,0,'','201310279','2013-10-27','2013-10-27','20131027-9','07:01',1,'DR VORTIA',NULL,'','20131027-2687',NULL),(7554,2154,3,558,'2013-10-27 14:05:15',1,0,'','2013102710','2013-10-27','2013-10-27','20131027-10','07:03',1,'DR DANIELS',NULL,'','20131027-2688',NULL),(7555,2155,3,558,'2013-10-27 14:11:23',1,0,'','2013102711','2013-10-27','2013-10-27','20131027-11','07:09',1,'',NULL,'','20131027-2689',NULL),(7557,2155,1,558,'2013-10-27 14:11:23',0,0,'','2013102711','2013-10-27','2013-10-27','20131027-11','07:10',1,'',NULL,'','20131027-2689',NULL),(7558,2156,3,531,'2013-10-27 14:30:27',1,0,'','2013102712','2013-10-27','2013-10-27','20131027-12','07:28',1,'DR SALLAR',NULL,'','20131027-2690',NULL),(7560,2156,1,531,'2013-10-27 14:30:27',1,0,'','2013102712','2013-10-27','2013-10-27','20131027-12','07:29',1,'DR SALLAR',NULL,'','20131027-2690',NULL),(7563,2156,4,531,'2013-10-27 14:30:28',1,0,'','2013102712','2013-10-27','2013-10-27','20131027-12','07:30',1,'DR SALLAR',NULL,'','20131027-2690',NULL),(7564,2157,3,531,'2013-10-27 15:43:52',1,0,'','2013102713','2013-10-27','2013-10-27','20131027-13','08:41',1,'DR SALLAR',NULL,'','20131027-2691',NULL),(7566,2157,1,531,'2013-10-27 15:43:53',1,0,'','2013102713','2013-10-27','2013-10-27','20131027-13','08:43',1,'DR SALLAR',NULL,'','20131027-2691',NULL),(7567,2158,3,531,'2013-10-27 16:06:24',1,0,'','2013102714','2013-10-27','2013-10-27','20131027-14','09:04',1,'DR OFORI',NULL,'','20131027-2692',NULL),(7569,2158,1,531,'2013-10-27 16:06:25',1,0,'','2013102714','2013-10-27','2013-10-27','20131027-14','09:05',1,'DR OFORI',NULL,'','20131027-2692',NULL),(7572,2158,4,531,'2013-10-27 16:06:25',1,0,'','2013102714','2013-10-27','2013-10-27','20131027-14','09:06',1,'DR OFORI',NULL,'','20131027-2692',NULL),(7573,2159,3,531,'2013-10-27 16:27:46',1,0,'','2013102715 ','2013-10-27','2013-10-27','20131027-15','09:26',1,'DR VORTIA',NULL,'','20131027-2693',NULL),(7575,2159,1,531,'2013-10-27 16:27:46',1,0,'','2013102715 ','2013-10-27','2013-10-27','20131027-15','09:27',1,'DR VORTIA',NULL,'','20131027-2693',NULL),(7578,2159,4,531,'2013-10-27 16:27:46',1,0,'','2013102715 ','2013-10-27','2013-10-27','20131027-15','09:27',1,'DR VORTIA',NULL,'','20131027-2693',NULL),(7579,1951,1,531,'2013-10-27 16:29:53',0,0,'','2013102716','2013-10-27','2013-10-27','20131027-16','09:28',1,'DR YEBOAH',NULL,'','20131027-2694',NULL),(7580,2160,3,531,'2013-10-27 16:41:33',1,0,'','2013102717','2013-10-27','2013-10-27','20131027-17','09:39',1,'DR FRIMPONG',NULL,'','20131027-2695',NULL),(7582,2160,1,531,'2013-10-27 16:41:33',1,0,'','2013102717','2013-10-27','2013-10-27','20131027-17','09:40',1,'DR FRIMPONG',NULL,'','20131027-2695',NULL),(7585,2160,4,531,'2013-10-27 16:41:34',1,0,'','2013102717','2013-10-27','2013-10-27','20131027-17','09:41',1,'DR FRIMPONG',NULL,'','20131027-2695',NULL),(7586,1008,3,531,'2013-10-27 16:56:15',1,0,'','2013102718 ','2013-10-27','2013-10-27','20131027-18','09:55',1,'DR FRIMPONG',NULL,'','20131027-2696',NULL),(7587,2161,3,531,'2013-10-27 17:24:11',1,0,'','2013102719','2013-10-27','2013-10-27','20131027-19','10:23',1,'DR FRIMPONG',NULL,'','20131027-2697',NULL),(7588,2162,3,531,'2013-10-27 18:08:32',1,0,'','2013102720','2013-10-27','2013-10-27','20131027-20','11:06',1,'DR OFORI',NULL,'','20131027-2698',NULL),(7590,2162,4,531,'2013-10-27 18:08:32',1,0,'','2013102720','2013-10-27','2013-10-27','20131027-20','11:08',1,'DR OFORI',NULL,'','20131027-2698',NULL),(7591,2163,3,531,'2013-10-27 18:15:56',1,0,'','2013102721','2013-10-27','2013-10-27','20131027-21','11:13',1,'',NULL,'','20131027-2699',NULL),(7593,2163,1,531,'2013-10-27 18:15:57',1,0,'','2013102721','2013-10-27','2013-10-27','20131027-21','11:15',1,'',NULL,'','20131027-2699',NULL),(7594,2164,3,531,'2013-10-27 18:18:15',1,0,'','2013102722','2013-10-27','2013-10-27','20131027-22','11:17',1,'',NULL,'','20131027-2700',NULL),(7596,2164,1,531,'2013-10-27 18:18:15',1,0,'','2013102722','2013-10-27','2013-10-27','20131027-22','11:17',1,'',NULL,'','20131027-2700',NULL),(7597,2165,3,531,'2013-10-27 18:35:58',1,0,'','2013102723','2013-10-27','2013-10-27','20131027-23','11:33',1,'DR FRIMPONG',NULL,'','20131027-2701',NULL),(7598,2166,3,531,'2013-10-27 18:56:53',0,0,'','2013102724','2013-10-27','2013-10-27','20131027-24','11:55',1,'DR FRIMPONG',NULL,'','20131027-2702',NULL),(7599,2167,3,531,'2013-10-27 19:32:56',1,0,'','2013102725','2013-10-27','2013-10-27','20131027-25','12:31',1,'DR FRIMPONG',NULL,'','20131027-2703',NULL),(7601,2167,4,531,'2013-10-27 19:32:56',1,0,'','2013102725','2013-10-27','2013-10-27','20131027-25','12:32',1,'DR FRIMPONG',NULL,'','20131027-2703',NULL),(7602,2168,3,531,'2013-10-27 19:42:16',0,0,'','2013102726','2013-10-27','2013-10-27','20131027-26','12:41',1,'DR OFORI',NULL,'','20131027-2704',NULL),(7603,2169,4,531,'2013-10-27 20:02:22',1,0,'','2013102727','2013-10-27','2013-10-27','20131027-27','13:01',1,'DR OFORI',NULL,'','20131027-2705',NULL),(7604,2170,3,531,'2013-10-27 20:36:22',1,0,'','2013102728','2013-10-27','2013-10-27','20131027-28','13:35',1,'DR OFORI',NULL,'','20131027-2706',NULL),(7606,2170,1,531,'2013-10-27 20:36:22',1,0,'','2013102728','2013-10-27','2013-10-27','20131027-28','13:35',1,'DR OFORI',NULL,'','20131027-2706',NULL),(7609,2170,4,531,'2013-10-27 20:36:22',1,0,'','2013102728','2013-10-27','2013-10-27','20131027-28','13:36',1,'DR OFORI',NULL,'','20131027-2706',NULL),(7610,2171,3,531,'2013-10-27 20:58:59',1,0,'','2013102729','2013-10-27','2013-10-27','20131027-29','13:57',1,'DR FRIMPONG',NULL,'','20131027-2707',NULL),(7612,2171,1,531,'2013-10-27 20:58:59',1,0,'','2013102729','2013-10-27','2013-10-27','20131027-29','13:58',1,'DR FRIMPONG',NULL,'','20131027-2707',NULL),(7615,2171,4,531,'2013-10-27 20:59:00',1,0,'','2013102729','2013-10-27','2013-10-27','20131027-29','13:58',1,'DR FRIMPONG',NULL,'','20131027-2707',NULL),(7616,2172,1,531,'2013-10-27 21:54:30',1,0,'','2013102730 ','2013-10-27','2013-10-27','20131027-30','14:53',1,'',NULL,'','20131027-2708',NULL),(7617,2173,3,531,'2013-10-27 16:26:13',1,0,'','2013102731','2013-10-27','2013-10-27','20131027-31','09:24',1,'DR OFORI',NULL,'','20131027-2709',NULL),(7619,2173,1,531,'2013-10-27 16:26:13',0,0,'','2013102731','2013-10-27','2013-10-27','20131027-31','09:25',1,'DR OFORI',NULL,'','20131027-2709',NULL),(7620,2174,3,531,'2013-10-27 16:36:40',1,0,'','2013102732','2013-10-27','2013-10-27','20131027-32','09:35',1,'',NULL,'','20131027-2710',NULL),(7621,2175,3,531,'2013-10-27 17:21:35',1,0,'','2013102733','2013-10-27','2013-10-27','20131027-33','10:19',1,'DR OFORI',NULL,'','20131027-2711',NULL),(7623,2175,1,531,'2013-10-27 17:21:35',1,0,'','2013102733','2013-10-27','2013-10-27','20131027-33','10:21',1,'DR OFORI',NULL,'','20131027-2711',NULL),(7626,2175,4,531,'2013-10-27 17:21:35',1,0,'','2013102733','2013-10-27','2013-10-27','20131027-33','10:21',1,'DR OFORI',NULL,'','20131027-2711',NULL),(7627,2078,1,535,'2013-10-27 17:33:19',1,0,'','2013102614','2013-10-27','2013-10-27','20131027-34','10:32',1,'',NULL,'','20131027-2712',NULL),(7628,2176,3,531,'2013-10-27 17:40:30',1,0,'','2013102735','2013-10-27','2013-10-27','20131027-35','10:38',1,'DR OFORI',NULL,'','20131027-2713',NULL),(7630,2176,1,531,'2013-10-27 17:40:30',1,0,'','2013102735','2013-10-27','2013-10-27','20131027-35','10:40',1,'DR OFORI',NULL,'','20131027-2713',NULL),(7633,2176,4,531,'2013-10-27 17:40:30',1,0,'','2013102735','2013-10-27','2013-10-27','20131027-35','10:40',1,'DR OFORI',NULL,'','20131027-2713',NULL),(7634,2177,3,531,'2013-10-27 18:05:10',1,0,'','2013102736','2013-10-27','2013-10-27','20131027-36','11:03',1,'DR OFORI',NULL,'','20131027-2714',NULL),(7636,2177,1,531,'2013-10-27 18:05:10',1,0,'','2013102736','2013-10-27','2013-10-27','20131027-36','11:04',1,'DR OFORI',NULL,'','20131027-2714',NULL),(7639,2177,4,531,'2013-10-27 18:05:11',1,0,'','2013102736','2013-10-27','2013-10-27','20131027-36','11:04',1,'DR OFORI',NULL,'','20131027-2714',NULL),(7640,2178,3,531,'2013-10-27 18:14:27',1,0,'','2013102737','2013-10-27','2013-10-27','20131027-37','11:12',1,'DR OFORI',NULL,'','20131027-2715',NULL),(7642,2178,1,531,'2013-10-27 18:14:27',1,0,'','2013102737','2013-10-27','2013-10-27','20131027-37','11:13',1,'DR OFORI',NULL,'','20131027-2715',NULL),(7645,2178,4,531,'2013-10-27 18:14:27',1,0,'','2013102737','2013-10-27','2013-10-27','20131027-37','11:14',1,'DR OFORI',NULL,'','20131027-2715',NULL),(7646,2179,3,531,'2013-10-27 19:00:42',1,0,'','2013102738','2013-10-27','2013-10-27','20131027-38','11:58',1,'DR FRIMPONG',NULL,'','20131027-2716',NULL),(7648,2179,1,531,'2013-10-27 19:00:42',1,0,'','2013102738','2013-10-27','2013-10-27','20131027-38','12:00',1,'DR FRIMPONG',NULL,'','20131027-2716',NULL),(7651,2179,4,531,'2013-10-27 19:00:43',1,0,'','2013102738','2013-10-27','2013-10-27','20131027-38','12:00',1,'DR FRIMPONG',NULL,'','20131027-2716',NULL),(7652,2180,3,530,'2013-10-27 19:19:06',1,0,'','2013102739','2013-10-27','2013-10-27','20131027-39','12:17',1,'DR OFORI',NULL,'','20131027-2717',NULL),(7654,2180,1,530,'2013-10-27 19:19:06',1,0,'','2013102739','2013-10-27','2013-10-27','20131027-39','12:18',1,'DR OFORI',NULL,'','20131027-2717',NULL),(7655,2181,1,530,'2013-10-27 19:32:28',1,0,'','2013102740','2013-10-27','2013-10-27','20131027-40','12:29',1,'DR FRIMPONG',NULL,'','20131027-2718',NULL),(7656,1009,3,530,'2013-10-27 19:58:47',1,0,'','2013102741','2013-10-27','2013-10-27','20131027-41','12:55',1,'DR OFORI',NULL,'','20131027-2719',NULL),(7658,1009,4,530,'2013-10-27 19:58:47',1,0,'','2013102741','2013-10-27','2013-10-27','20131027-41','12:56',1,'DR OFORI',NULL,'','20131027-2719',NULL),(7661,1009,5,530,'2013-10-27 19:58:47',1,0,'','2013102741','2013-10-27','2013-10-27','20131027-41','12:56',1,'DR OFORI',NULL,'','20131027-2719',NULL),(7665,1009,1,530,'2013-10-27 19:58:47',1,0,'','2013102741','2013-10-27','2013-10-27','20131027-41','12:57',1,'DR OFORI',NULL,'','20131027-2719',NULL),(7666,2182,3,530,'2013-10-27 20:27:12',1,0,'','2013102742','2013-10-27','2013-10-27','20131027-42','13:24',1,'DR DANIELS',NULL,'','20131027-2720',NULL),(7668,2182,1,530,'2013-10-27 20:27:12',1,0,'','2013102742','2013-10-27','2013-10-27','20131027-42','13:26',1,'DR DANIELS',NULL,'','20131027-2720',NULL),(7671,2182,4,530,'2013-10-27 20:27:12',1,0,'','2013102742','2013-10-27','2013-10-27','20131027-42','13:26',1,'DR DANIELS',NULL,'','20131027-2720',NULL),(7672,2183,4,530,'2013-10-27 21:16:41',0,0,'','2013102743','2013-10-27','2013-10-27','20131027-43','14:15',1,'DR SALLAR',NULL,'','20131027-2721',NULL),(7673,2184,3,530,'2013-10-27 21:20:36',1,0,'','2013102744','2013-10-27','2013-10-27','20131027-44','14:19',1,'DR DANIELS',NULL,'','20131027-2722',NULL),(7675,2184,1,530,'2013-10-27 21:20:36',1,0,'','2013102744','2013-10-27','2013-10-27','20131027-44','14:20',1,'DR DANIELS',NULL,'','20131027-2722',NULL),(7676,2185,3,530,'2013-10-27 21:58:45',1,0,'','2013102745 ','2013-10-27','2013-10-27','20131027-45','14:57',1,'DR DANIELS',NULL,'','20131027-2723',NULL),(7678,2185,4,530,'2013-10-27 21:58:45',0,0,'','2013102745 ','2013-10-27','2013-10-27','20131027-45','14:58',1,'DR DANIELS',NULL,'','20131027-2723',NULL),(7679,2186,3,530,'2013-10-27 22:02:46',1,0,'','2013102746','2013-10-27','2013-10-27','20131027-46','15:01',1,'DR DANIELS',NULL,'','20131027-2724',NULL),(7681,2186,4,530,'2013-10-27 22:02:46',0,0,'','2013102746','2013-10-27','2013-10-27','20131027-46','15:02',1,'DR DANIELS',NULL,'','20131027-2724',NULL),(7682,2187,3,530,'2013-10-27 22:07:25',1,0,'','2013102747','2013-10-27','2013-10-27','20131027-47','15:06',1,'DR DANIELS',NULL,'','20131027-2725',NULL),(7683,2188,3,530,'2013-10-27 22:14:19',1,0,'','2013102748 ','2013-10-27','2013-10-27','20131027-48','15:12',1,'DR DANIELS',NULL,'','20131027-2726',NULL),(7685,2188,4,530,'2013-10-27 22:14:19',0,0,'','2013102748 ','2013-10-27','2013-10-27','20131027-48','15:13',1,'DR DANIELS',NULL,'','20131027-2726',NULL),(7688,2188,5,530,'2013-10-27 22:14:19',1,0,'','2013102748 ','2013-10-27','2013-10-27','20131027-48','15:14',1,'DR DANIELS',NULL,'','20131027-2726',NULL),(7689,2189,3,530,'2013-10-27 22:20:32',1,0,'','2013102749','2013-10-27','2013-10-27','20131027-49','15:19',1,'DR DANIELS',NULL,'','20131027-2727',NULL),(7690,2190,3,530,'2013-10-27 22:23:23',1,0,'','2013102750','2013-10-27','2013-10-27','20131027-50','15:22',1,'DR DANIELS',NULL,'','20131027-2728',NULL),(7692,2190,5,530,'2013-10-27 22:23:24',1,0,'','2013102750','2013-10-27','2013-10-27','20131027-50','15:23',1,'DR DANIELS',NULL,'','20131027-2728',NULL),(7693,2191,3,530,'2013-10-27 22:43:13',1,0,'','2013102751 ','2013-10-27','2013-10-27','20131027-51','15:42',1,'DR SALLAR',NULL,'','20131027-2729',NULL),(7694,2192,3,530,'2013-10-27 23:31:57',1,0,'','2013102752','2013-10-27','2013-10-27','20131027-52','16:30',1,'DR SALLAR',NULL,'','20131027-2730',NULL),(7696,2192,4,530,'2013-10-27 23:31:57',1,0,'','2013102752','2013-10-27','2013-10-27','20131027-52','16:31',1,'DR SALLAR',NULL,'','20131027-2730',NULL),(7699,2192,1,530,'2013-10-27 23:31:57',1,0,'','2013102752','2013-10-27','2013-10-27','20131027-52','16:31',1,'DR SALLAR',NULL,'','20131027-2730',NULL),(7700,2189,19,530,'2013-10-28 00:45:48',0,0,'','2013102749','2013-10-27','2013-10-27','20131027-53','17:45',1,'',NULL,'','20131027-2731',NULL),(7701,2193,3,530,'2013-10-28 04:05:44',1,0,'','2013102754','2013-10-27','2013-10-27','20131027-54','21:04',1,'DR SALLAR',NULL,'','20131027-2732',NULL),(7703,2193,5,530,'2013-10-28 04:05:44',1,0,'','2013102754','2013-10-27','2013-10-27','20131027-54','21:05',1,'DR SALLAR',NULL,'','20131027-2732',NULL),(7706,2193,1,530,'2013-10-28 04:05:45',1,0,'','2013102754','2013-10-27','2013-10-27','20131027-54','21:05',1,'DR SALLAR',NULL,'','20131027-2732',NULL),(7707,2195,1,530,'2013-10-29 02:28:37',0,0,'','201310282 ','2013-10-28','2013-10-28','20131028-2','19:27',1,'DR AMABLE',NULL,'','20131028-2734',NULL),(7709,2195,2,530,'2013-10-29 02:28:37',1,0,'','201310282 ','2013-10-28','2013-10-28','20131028-2','19:28',1,'DR AMABLE',NULL,'','20131028-2734',NULL),(7710,2196,1,530,'2013-10-29 02:34:02',0,0,'','201310283','2013-10-28','2013-10-28','20131028-3','19:32',1,'DR SALLAR',NULL,'','20131028-2735',NULL),(7712,2196,3,530,'2013-10-29 02:34:03',0,0,'','201310283','2013-10-28','2013-10-28','20131028-3','19:33',1,'DR SALLAR',NULL,'','20131028-2735',NULL),(7715,2196,4,530,'2013-10-29 02:34:03',1,0,'','201310283','2013-10-28','2013-10-28','20131028-3','19:33',1,'DR SALLAR',NULL,'','20131028-2735',NULL),(7719,2196,26,530,'2013-10-29 02:34:03',0,0,'','201310283','2013-10-28','2013-10-28','20131028-3','19:33',1,'DR SALLAR',NULL,'','20131028-2735',NULL),(7724,2196,24,530,'2013-10-29 02:34:03',0,0,'','201310283','2013-10-28','2013-10-28','20131028-3','19:33',1,'DR SALLAR',NULL,'','20131028-2735',NULL),(7725,317,1,530,'2013-10-29 02:45:13',0,0,'','201310284','2013-10-28','2013-10-28','20131028-4','19:43',1,'DR AMABLE',NULL,'','20131028-2736',NULL),(7726,2197,1,530,'2013-10-29 02:49:17',1,0,'','201310285','2013-10-28','2013-10-28','20131028-5','19:47',1,'PROF S K OWUSU',NULL,'','20131028-2737',NULL),(7728,2197,2,530,'2013-10-29 02:49:18',0,0,'','201310285','2013-10-28','2013-10-28','20131028-5','19:48',1,'PROF S K OWUSU',NULL,'','20131028-2737',NULL),(7729,2198,3,530,'2013-10-29 03:03:08',1,0,'','201310286','2013-10-28','2013-10-28','20131028-6','20:01',1,'DR SALLAR',NULL,'','20131028-2738',NULL),(7731,2198,4,530,'2013-10-29 03:03:08',1,0,'','201310286','2013-10-28','2013-10-28','20131028-6','20:02',1,'DR SALLAR',NULL,'','20131028-2738',NULL),(7732,2199,3,530,'2013-10-29 03:06:35',1,0,'','201310287 ','2013-10-28','2013-10-28','20131028-7','20:05',1,'DR SALLAR',NULL,'','20131028-2739',NULL),(7734,2199,4,530,'2013-10-29 03:06:35',1,0,'','201310287 ','2013-10-28','2013-10-28','20131028-7','20:06',1,'DR SALLAR',NULL,'','20131028-2739',NULL),(7737,2199,5,530,'2013-10-29 03:06:35',1,0,'','201310287 ','2013-10-28','2013-10-28','20131028-7','20:06',1,'DR SALLAR',NULL,'','20131028-2739',NULL),(7738,2200,3,530,'2013-10-29 03:09:01',1,0,'','201310288 ','2013-10-28','2013-10-28','20131028-8','20:08',1,'DR SALLAR',NULL,'','20131028-2740',NULL),(7740,2200,4,530,'2013-10-29 03:09:01',1,0,'','201310288 ','2013-10-28','2013-10-28','20131028-8','20:08',1,'DR SALLAR',NULL,'','20131028-2740',NULL),(7741,2201,3,530,'2013-10-29 03:13:35',0,0,'','201310289','2013-10-28','2013-10-28','20131028-9','20:12',1,'DR OFORI',NULL,'','20131028-2741',NULL),(7743,2201,4,530,'2013-10-29 03:13:35',1,0,'','201310289','2013-10-28','2013-10-28','20131028-9','20:12',1,'DR OFORI',NULL,'','20131028-2741',NULL),(7746,2201,1,530,'2013-10-29 03:13:35',0,0,'','201310289','2013-10-28','2013-10-28','20131028-9','20:12',1,'DR OFORI',NULL,'','20131028-2741',NULL),(7747,2201,1,530,'2013-10-29 03:14:47',1,0,'','201310289','2013-10-28','2013-10-28','20131028-10','20:14',1,'',NULL,'','20131028-2742',NULL),(7748,1497,4,530,'2013-10-29 03:18:08',1,0,'','2013102811','2013-10-28','2013-10-28','20131028-11','20:15',1,'DR DANIELS',NULL,'','20131028-2743',NULL),(7750,1497,3,530,'2013-10-29 03:18:08',1,0,'','2013102811','2013-10-28','2013-10-28','20131028-11','20:17',1,'DR DANIELS',NULL,'','20131028-2743',NULL),(7751,2202,1,530,'2013-10-29 03:25:57',0,0,'','2013102812 ','2013-10-28','2013-10-28','20131028-12','20:24',1,'DR SALLAR',NULL,'','20131028-2744',NULL),(7753,2202,3,530,'2013-10-29 03:25:57',0,0,'','2013102812 ','2013-10-28','2013-10-28','20131028-12','20:25',1,'DR SALLAR',NULL,'','20131028-2744',NULL),(7756,2202,4,530,'2013-10-29 03:25:57',1,0,'','2013102812 ','2013-10-28','2013-10-28','20131028-12','20:25',1,'DR SALLAR',NULL,'','20131028-2744',NULL),(7757,2203,2,530,'2013-10-29 03:28:46',0,0,'','2013102813','2013-10-28','2013-10-28','20131028-13','20:27',1,'DR TACHIE',NULL,'','20131028-2745',NULL),(7759,2203,1,530,'2013-10-29 03:28:47',0,0,'','2013102813','2013-10-28','2013-10-28','20131028-13','20:28',1,'DR TACHIE',NULL,'','20131028-2745',NULL),(7760,2204,3,531,'2013-10-29 03:42:08',1,0,'','2013102814','2013-10-28','2013-10-28','20131028-14','20:39',1,'',NULL,'','20131028-2746',NULL),(7762,2204,1,531,'2013-10-29 03:42:08',0,0,'','2013102814','2013-10-28','2013-10-28','20131028-14','20:40',1,'',NULL,'','20131028-2746',NULL),(7763,1878,3,531,'2013-10-29 03:55:23',1,0,'','2013102815 ','2013-10-28','2013-10-28','20131028-15','20:52',1,'DR DANIELS',NULL,'','20131028-2747',NULL),(7765,1878,1,531,'2013-10-29 03:55:23',1,0,'','2013102815 ','2013-10-28','2013-10-28','20131028-15','20:54',1,'DR DANIELS',NULL,'','20131028-2747',NULL),(7768,1878,4,531,'2013-10-29 03:55:24',1,0,'','2013102815 ','2013-10-28','2013-10-28','20131028-15','20:54',1,'DR DANIELS',NULL,'','20131028-2747',NULL),(7769,2205,3,531,'2013-10-29 03:59:48',0,0,'','2013102816','2013-10-28','2013-10-28','20131028-16','20:57',1,'DR SALLAR',NULL,'','20131028-2748',NULL),(7771,2205,1,531,'2013-10-29 03:59:48',0,0,'','2013102816','2013-10-28','2013-10-28','20131028-16','20:58',1,'DR SALLAR',NULL,'','20131028-2748',NULL),(7774,2205,4,531,'2013-10-29 03:59:48',1,0,'','2013102816','2013-10-28','2013-10-28','20131028-16','20:59',1,'DR SALLAR',NULL,'','20131028-2748',NULL),(7775,2206,3,531,'2013-10-29 04:08:28',0,0,'','2013102817','2013-10-28','2013-10-28','20131028-17','21:04',1,'DR FRIMPONG',NULL,'','20131028-2749',NULL),(7777,2206,1,531,'2013-10-29 04:08:28',0,0,'','2013102817','2013-10-28','2013-10-28','20131028-17','21:06',1,'DR FRIMPONG',NULL,'','20131028-2749',NULL),(7780,2206,4,531,'2013-10-29 04:08:28',1,0,'','2013102817','2013-10-28','2013-10-28','20131028-17','21:08',1,'DR FRIMPONG',NULL,'','20131028-2749',NULL),(7781,2207,3,531,'2013-10-29 04:17:56',1,0,'','2013102818 ','2013-10-28','2013-10-28','20131028-18','21:16',1,'DR SALLAR',NULL,'','20131028-2750',NULL),(7782,2208,3,531,'2013-10-29 04:25:51',0,0,'','2013102819','2013-10-28','2013-10-28','20131028-19','21:24',1,'DR VORTIA',NULL,'','20131028-2751',NULL),(7784,2208,1,531,'2013-10-29 04:25:51',1,0,'','2013102819','2013-10-28','2013-10-28','20131028-19','21:25',1,'DR VORTIA',NULL,'','20131028-2751',NULL),(7787,2208,4,531,'2013-10-29 04:25:52',1,0,'','2013102819','2013-10-28','2013-10-28','20131028-19','21:25',1,'DR VORTIA',NULL,'','20131028-2751',NULL),(7788,2209,3,531,'2013-10-29 04:28:51',0,0,'','2013102820','2013-10-28','2013-10-28','20131028-20','21:27',1,'DR VORTIA',NULL,'','20131028-2752',NULL),(7790,2209,1,531,'2013-10-29 04:28:51',0,0,'','2013102820','2013-10-28','2013-10-28','20131028-20','21:28',1,'DR VORTIA',NULL,'','20131028-2752',NULL),(7793,2209,4,531,'2013-10-29 04:28:51',0,0,'','2013102820','2013-10-28','2013-10-28','20131028-20','21:28',1,'DR VORTIA',NULL,'','20131028-2752',NULL),(7794,2210,3,531,'2013-10-29 04:40:29',0,0,'','2013102821','2013-10-28','2013-10-28','20131028-21','21:39',1,'DR VORTIA',NULL,'','20131028-2753',NULL),(7795,2059,3,531,'2013-10-29 04:43:24',1,0,'','2013102822','2013-10-28','2013-10-28','20131028-22','21:42',1,'DR VORTIA',NULL,'','20131028-2754',NULL),(7797,2059,4,531,'2013-10-29 04:43:24',1,0,'','2013102822','2013-10-28','2013-10-28','20131028-22','21:43',1,'DR VORTIA',NULL,'','20131028-2754',NULL),(7798,2211,3,531,'2013-10-29 04:46:35',0,0,'','2013102823 ','2013-10-28','2013-10-28','20131028-23','21:44',1,'DR SALLAR',NULL,'','20131028-2755',NULL),(7800,2211,1,531,'2013-10-29 04:46:35',0,0,'','2013102823 ','2013-10-28','2013-10-28','20131028-23','21:45',1,'DR SALLAR',NULL,'','20131028-2755',NULL),(7803,2211,4,531,'2013-10-29 04:46:36',1,0,'','2013102823 ','2013-10-28','2013-10-28','20131028-23','21:46',1,'DR SALLAR',NULL,'','20131028-2755',NULL),(7804,1426,2,531,'2013-10-29 05:02:05',1,0,'','2013102824','2013-10-28','2013-10-28','20131028-24','22:00',1,'DR ADOTEY',NULL,'','20131028-2756',NULL),(7805,2212,3,531,'2013-10-29 05:14:49',0,0,'','2013102825','2013-10-28','2013-10-28','20131028-25','22:09',1,'DR VORTIA',NULL,'','20131028-2757',NULL),(7806,2213,3,531,'2013-10-29 05:33:10',0,0,'','2013102826','2013-10-28','2013-10-28','20131028-26','22:31',1,'DR AMABLE',NULL,'','20131028-2758',NULL),(7808,2213,1,531,'2013-10-29 05:33:10',1,0,'','2013102826','2013-10-28','2013-10-28','20131028-26','22:32',1,'DR AMABLE',NULL,'','20131028-2758',NULL),(7809,2214,3,531,'2013-10-29 05:35:43',1,0,'','2013102827','2013-10-28','2013-10-28','20131028-27','22:34',1,'DR SALLAR',NULL,'','20131028-2759',NULL),(7810,1817,3,531,'2013-10-29 05:37:28',1,0,'','2013102828','2013-10-28','2013-10-28','20131028-28','22:36',1,'DR YEBOAH',NULL,'','20131028-2760',NULL),(7811,2215,3,531,'2013-10-29 05:43:03',0,0,'','2013102829 ','2013-10-28','2013-10-28','20131028-29','22:41',1,'',NULL,'','20131028-2761',NULL),(7812,2216,3,531,'2013-10-29 05:53:22',0,0,'','2013102830','2013-10-28','2013-10-28','20131028-30','22:50',1,'DR MENSAH',NULL,'','20131028-2762',NULL),(7814,2216,1,531,'2013-10-29 05:53:22',0,0,'','2013102830','2013-10-28','2013-10-28','20131028-30','22:52',1,'DR MENSAH',NULL,'','20131028-2762',NULL),(7817,2216,4,531,'2013-10-29 05:53:23',1,0,'','2013102830','2013-10-28','2013-10-28','20131028-30','22:53',1,'DR MENSAH',NULL,'','20131028-2762',NULL),(7818,2217,3,531,'2013-10-29 05:56:08',0,0,'','2013102831','2013-10-28','2013-10-28','20131028-31','22:54',1,'DR MENSAH',NULL,'','20131028-2763',NULL),(7819,2218,3,531,'2013-10-29 06:00:53',0,0,'','2013102832 ','2013-10-28','2013-10-28','20131028-32','22:56',1,'DR YEBOAH',NULL,'','20131028-2764',NULL),(7820,2005,4,504,'2013-10-29 06:00:54',1,0,'','2013102641','2013-10-28','2013-10-28','20131028-33','23:00',1,'',NULL,'','20131028-2765',NULL),(7821,2219,3,531,'2013-10-29 06:05:35',0,0,'','2013102834','2013-10-28','2013-10-28','20131028-34','23:04',1,'DR VORTIA',NULL,'','20131028-2766',NULL),(7822,2215,3,531,'2013-10-29 06:06:32',1,0,'','2013102829','2013-10-28','2013-10-28','20131028-35','23:06',1,'',NULL,'','20131028-2767',NULL),(7823,2005,4,504,'2013-10-29 06:09:12',1,0,'','2013102641','2013-10-28','2013-10-28','20131028-36','23:08',1,'',NULL,'','20131028-2768',NULL),(7824,2220,3,531,'2013-10-29 06:13:47',0,0,'','2013102837','2013-10-28','2013-10-28','20131028-37','23:12',1,'DR VORTIA',NULL,'','20131028-2769',NULL),(7825,2221,3,531,'2013-10-29 06:16:30',0,0,'','2013102838 ','2013-10-28','2013-10-28','20131028-38','23:15',1,'DR VORTIA',NULL,'','20131028-2770',NULL),(7826,2212,3,534,'2013-10-29 06:31:48',1,0,'','2013102825','2013-10-28','2013-10-28','20131028-40','23:31',1,'',NULL,'','20131028-2772',NULL),(7827,2223,3,531,'2013-10-29 06:37:52',0,0,'','2013102841','2013-10-28','2013-10-28','20131028-41','23:36',1,'DR VORTIA',NULL,'','20131028-2773',NULL),(7829,2223,1,531,'2013-10-29 06:37:52',0,0,'','2013102841','2013-10-28','2013-10-28','20131028-41','23:37',1,'DR VORTIA',NULL,'','20131028-2773',NULL),(7830,2224,1,531,'2013-10-29 06:46:01',0,0,'','2013102842','2013-10-28','2013-10-28','20131028-42','23:43',1,'DR VORTIA',NULL,'','20131028-2774',NULL),(7832,2224,3,531,'2013-10-29 06:46:02',0,0,'','2013102842','2013-10-28','2013-10-28','20131028-42','23:45',1,'DR VORTIA',NULL,'','20131028-2774',NULL),(7833,2225,3,531,'2013-10-29 06:51:44',0,0,'','2013102843','2013-10-28','2013-10-28','20131028-43','23:50',1,'DR VORTIA',NULL,'','20131028-2775',NULL),(7835,2225,1,531,'2013-10-29 06:51:45',0,0,'','2013102843','2013-10-28','2013-10-28','20131028-43','23:51',1,'DR VORTIA',NULL,'','20131028-2775',NULL),(7836,2226,3,531,'2013-10-29 06:55:19',0,0,'','2013102844','2013-10-28','2013-10-28','20131028-44','23:53',1,'DR MENSAH',NULL,'','20131028-2776',NULL),(7838,2226,4,531,'2013-10-29 06:55:19',1,0,'','2013102844','2013-10-28','2013-10-28','20131028-44','23:55',1,'DR MENSAH',NULL,'','20131028-2776',NULL),(7839,2227,3,531,'2013-10-29 06:57:27',0,0,'','2013102845','2013-10-28','2013-10-28','20131028-45','23:56',1,'DR MENSAH',NULL,'','20131028-2777',NULL),(7841,2227,1,531,'2013-10-29 06:57:27',0,0,'','2013102845','2013-10-28','2013-10-28','20131028-45','23:56',1,'DR MENSAH',NULL,'','20131028-2777',NULL),(7844,2227,4,531,'2013-10-29 06:57:28',1,0,'','2013102845','2013-10-28','2013-10-28','20131028-45','23:57',1,'DR MENSAH',NULL,'','20131028-2777',NULL),(7845,2228,3,531,'2013-10-29 06:59:44',0,0,'','2013102846','2013-10-28','2013-10-28','20131028-46','23:58',1,'DR MENSAH',NULL,'','20131028-2778',NULL),(7847,2228,1,531,'2013-10-29 06:59:44',0,0,'','2013102846','2013-10-28','2013-10-28','20131028-46','23:59',1,'DR MENSAH',NULL,'','20131028-2778',NULL),(7850,2228,4,531,'2013-10-29 06:59:44',1,0,'','2013102846','2013-10-28','2013-10-28','20131028-46','23:59',1,'DR MENSAH',NULL,'','20131028-2778',NULL),(7851,2231,3,531,'2013-10-28 19:14:48',0,0,'','2013102847','2013-10-28','2013-10-28','20131028-47','12:12',1,'DR MENSAH',NULL,'','20131028-2781',NULL),(7853,2231,1,531,'2013-10-28 19:14:49',0,0,'','2013102847','2013-10-28','2013-10-28','20131028-47','12:13',1,'DR MENSAH',NULL,'','20131028-2781',NULL),(7856,2231,4,531,'2013-10-28 19:14:49',1,0,'','2013102847','2013-10-28','2013-10-28','20131028-47','12:14',1,'DR MENSAH',NULL,'','20131028-2781',NULL),(7860,2231,28,531,'2013-10-28 19:14:49',0,0,'','2013102847','2013-10-28','2013-10-28','20131028-47','12:14',1,'DR MENSAH',NULL,'','20131028-2781',NULL),(7861,2232,3,531,'2013-10-28 19:16:39',0,0,'','2013102848','2013-10-28','2013-10-28','20131028-48','12:15',1,'DR VORTIA',NULL,'','20131028-2782',NULL),(7863,2232,1,531,'2013-10-28 19:16:39',0,0,'','2013102848','2013-10-28','2013-10-28','20131028-48','12:16',1,'DR VORTIA',NULL,'','20131028-2782',NULL),(7864,2233,3,531,'2013-10-28 19:20:01',0,0,'','2013102849','2013-10-28','2013-10-28','20131028-49','12:18',1,'DR MENSAH',NULL,'','20131028-2783',NULL),(7866,2233,4,531,'2013-10-28 19:20:02',1,0,'','2013102849','2013-10-28','2013-10-28','20131028-49','12:19',1,'DR MENSAH',NULL,'','20131028-2783',NULL),(7867,2234,3,531,'2013-10-28 19:26:46',0,0,'','2013102850','2013-10-28','2013-10-28','20131028-50','12:25',1,'DR MENSAH',NULL,'','20131028-2784',NULL),(7869,2234,1,531,'2013-10-28 19:26:46',1,0,'','2013102850','2013-10-28','2013-10-28','20131028-50','12:26',1,'DR MENSAH',NULL,'','20131028-2784',NULL),(7870,2235,3,531,'2013-10-28 19:30:39',0,0,'','2013102851 ','2013-10-28','2013-10-28','20131028-51','12:27',1,'DR DOW',NULL,'','20131028-2785',NULL),(7872,2235,1,531,'2013-10-28 19:30:39',1,0,'','2013102851 ','2013-10-28','2013-10-28','20131028-51','12:28',1,'DR DOW',NULL,'','20131028-2785',NULL),(7875,2235,10,531,'2013-10-28 19:30:40',1,0,'','2013102851 ','2013-10-28','2013-10-28','20131028-51','12:30',1,'DR DOW',NULL,'','20131028-2785',NULL),(7876,1083,19,555,'2013-10-28 19:34:07',1,0,'','20131017103','2013-10-28','2013-10-28','20131028-52','12:33',1,'',NULL,'','20131028-2786',NULL),(7877,2236,1,531,'2013-10-28 19:48:32',0,0,'','2013102853','2013-10-28','2013-10-28','20131028-53','12:46',1,'',NULL,'','20131028-2787',NULL),(7879,2236,3,531,'2013-10-28 19:48:32',0,0,'','2013102853','2013-10-28','2013-10-28','20131028-53','12:48',1,'',NULL,'','20131028-2787',NULL),(7880,2237,3,531,'2013-10-28 19:52:32',0,0,'','2013102854','2013-10-28','2013-10-28','20131028-54','12:49',1,'DR VORTIA',NULL,'','20131028-2788',NULL),(7882,2237,1,531,'2013-10-28 19:52:33',0,0,'','2013102854','2013-10-28','2013-10-28','20131028-54','12:52',1,'DR VORTIA',NULL,'','20131028-2788',NULL),(7883,2238,3,531,'2013-10-28 20:01:42',0,0,'','2013102855','2013-10-28','2013-10-28','20131028-55','12:59',1,'DR VORTIA',NULL,'','20131028-2789',NULL),(7884,2239,4,531,'2013-10-28 20:05:46',1,0,'','2013102856','2013-10-28','2013-10-28','20131028-56','13:04',1,'DR DOW',NULL,'','20131028-2790',NULL),(7885,2240,3,531,'2013-10-28 20:08:11',0,0,'','2013102857','2013-10-28','2013-10-28','20131028-57','13:06',1,'DR YEBOAH',NULL,'','20131028-2791',NULL),(7887,2240,4,531,'2013-10-28 20:08:11',0,0,'','2013102857','2013-10-28','2013-10-28','20131028-57','13:08',1,'DR YEBOAH',NULL,'','20131028-2791',NULL),(7888,2241,3,531,'2013-10-28 20:16:21',0,0,'','2013102858','2013-10-28','2013-10-28','20131028-58','13:13',1,'DR VORTIA',NULL,'','20131028-2792',NULL),(7889,2242,3,531,'2013-10-28 20:20:05',0,0,'','2013102859 ','2013-10-28','2013-10-28','20131028-59','13:19',1,'DR VORTIA',NULL,'','20131028-2793',NULL),(7890,2243,3,531,'2013-10-28 20:24:35',0,0,'','2013102860','2013-10-28','2013-10-28','20131028-60','13:23',1,'DR DOW',NULL,'','20131028-2794',NULL),(7891,2244,3,531,'2013-10-28 20:27:50',1,0,'','2013102861','2013-10-28','2013-10-28','20131028-61','13:26',1,'DR MENSAH',NULL,'','20131028-2795',NULL),(7893,2244,19,531,'2013-10-28 20:27:50',1,0,'','2013102861','2013-10-28','2013-10-28','20131028-61','13:27',1,'DR MENSAH',NULL,'','20131028-2795',NULL),(7894,2245,3,531,'2013-10-28 20:32:04',0,0,'','2013102862','2013-10-28','2013-10-28','20131028-62','13:29',1,'DR MENSAH',NULL,'','20131028-2796',NULL),(7895,2246,3,531,'2013-10-28 20:34:18',0,0,'','2013102863','2013-10-28','2013-10-28','20131028-63','13:33',1,'DR YEBOAH',NULL,'','20131028-2797',NULL),(7896,2247,3,531,'2013-10-28 20:36:12',1,0,'','2013102864','2013-10-28','2013-10-28','20131028-64','13:35',1,'DR MENSAH',NULL,'','20131028-2798',NULL),(7898,2247,4,531,'2013-10-28 20:36:12',1,0,'','2013102864','2013-10-28','2013-10-28','20131028-64','13:35',1,'DR MENSAH',NULL,'','20131028-2798',NULL),(7899,2248,3,531,'2013-10-28 20:44:32',0,0,'','2013102865','2013-10-28','2013-10-28','20131028-65','13:42',1,'DR VORTIA',NULL,'','20131028-2799',NULL),(7900,2249,3,531,'2013-10-28 20:47:56',0,0,'','2013102866','2013-10-28','2013-10-28','20131028-66','13:45',1,'DR BOATENG',NULL,'','20131028-2800',NULL),(7902,2249,1,531,'2013-10-28 20:47:56',0,0,'','2013102866','2013-10-28','2013-10-28','20131028-66','13:46',1,'DR BOATENG',NULL,'','20131028-2800',NULL),(7905,2249,4,531,'2013-10-28 20:47:56',1,0,'','2013102866','2013-10-28','2013-10-28','20131028-66','13:47',1,'DR BOATENG',NULL,'','20131028-2800',NULL),(7906,1369,1,534,'2013-10-28 20:48:06',0,0,'','20131017102','2013-10-28','2013-10-28','20131028-67','13:46',1,'',NULL,'','20131028-2801',NULL),(7907,2250,3,531,'2013-10-28 20:50:05',0,0,'','2013102868','2013-10-28','2013-10-28','20131028-68','13:49',1,'DR YEBOAH',NULL,'','20131028-2802',NULL),(7908,2251,3,531,'2013-10-28 20:54:01',1,0,'','2013102869','2013-10-28','2013-10-28','20131028-69','13:51',1,'DR DOW',NULL,'','20131028-2803',NULL),(7909,1017,3,531,'2013-10-28 20:58:59',1,0,'','2013102870 ','2013-10-28','2013-10-28','20131028-70','13:54',1,'DR DOW',NULL,'','20131028-2804',NULL),(7911,1017,1,531,'2013-10-28 20:58:59',1,0,'','2013102870 ','2013-10-28','2013-10-28','20131028-70','13:58',1,'DR DOW',NULL,'','20131028-2804',NULL),(7912,2253,3,531,'2013-10-28 21:03:03',0,0,'','2013102872','2013-10-28','2013-10-28','20131028-72','14:02',1,'D',NULL,'','20131028-2806',NULL),(7914,2253,4,531,'2013-10-28 21:03:03',1,0,'','2013102872','2013-10-28','2013-10-28','20131028-72','14:02',1,'D',NULL,'','20131028-2806',NULL),(7915,2254,3,531,'2013-10-28 21:10:30',1,0,'','2013102873','2013-10-28','2013-10-28','20131028-73','14:08',1,'',NULL,'','20131028-2807',NULL),(7917,2254,1,531,'2013-10-28 21:10:31',1,0,'','2013102873','2013-10-28','2013-10-28','20131028-73','14:10',1,'',NULL,'','20131028-2807',NULL),(7918,849,4,534,'2013-10-28 21:11:45',1,0,'','2013101140','2013-10-28','2013-10-28','20131028-74','14:11',1,'',NULL,'','20131028-2808',NULL),(7919,2255,1,531,'2013-10-28 21:15:08',0,0,'','2013102875','2013-10-28','2013-10-28','20131028-75','14:13',1,'',NULL,'','20131028-2809',NULL),(7920,2256,3,531,'2013-10-28 21:19:35',0,0,'','2013102876','2013-10-28','2013-10-28','20131028-76','14:16',1,'DR TAKYI',NULL,'','20131028-2810',NULL),(7922,2256,1,531,'2013-10-28 21:19:36',0,0,'','2013102876','2013-10-28','2013-10-28','20131028-76','14:18',1,'DR TAKYI',NULL,'','20131028-2810',NULL),(7925,2256,28,531,'2013-10-28 21:19:36',0,0,'','2013102876','2013-10-28','2013-10-28','20131028-76','14:19',1,'DR TAKYI',NULL,'','20131028-2810',NULL),(7926,1364,4,531,'2013-10-28 21:35:46',1,0,'','2013102877','2013-10-28','2013-10-28','20131028-77','14:32',1,'DR ADOTEY',NULL,'','20131028-2811',NULL),(7927,1817,19,534,'2013-10-28 21:41:54',1,0,'','2013102332','2013-10-28','2013-10-28','20131028-78','14:41',1,'',NULL,'','20131028-2812',NULL),(7928,2257,3,531,'2013-10-28 21:45:48',0,0,'','2013102879','2013-10-28','2013-10-28','20131028-79','14:42',1,'DR MENSAH',NULL,'','20131028-2813',NULL),(7929,2258,3,531,'2013-10-28 21:49:22',0,0,'','2013102880','2013-10-28','2013-10-28','20131028-80','14:47',1,'DR VORTIA',NULL,'','20131028-2814',NULL),(7930,1963,1,534,'2013-10-28 21:51:50',1,0,'','20131024121','2013-10-28','2013-10-28','20131028-82','14:51',1,'',NULL,'','20131028-2816',NULL),(7931,2259,4,531,'2013-10-28 21:52:28',1,0,'','2013102881','2013-10-28','2013-10-28','20131028-81','14:51',1,'DR MENSAH',NULL,'','20131028-2815',NULL),(7932,2201,1,531,'2013-10-28 22:02:59',1,0,'','201310289','2013-10-28','2013-10-28','20131028-83','15:02',1,'',NULL,'','20131028-2817',NULL),(7933,2260,3,531,'2013-10-28 22:06:39',0,0,'','2013102884','2013-10-28','2013-10-28','20131028-84','15:05',1,'DR YEBOAH',NULL,'','20131028-2818',NULL),(7935,2260,4,531,'2013-10-28 22:06:39',1,0,'','2013102884','2013-10-28','2013-10-28','20131028-84','15:06',1,'DR YEBOAH',NULL,'','20131028-2818',NULL),(7936,2261,3,531,'2013-10-28 22:13:43',0,0,'','2013102885','2013-10-28','2013-10-28','20131028-85','15:12',1,'DR MENSAH',NULL,'','20131028-2819',NULL),(7938,2261,4,531,'2013-10-28 22:13:43',1,0,'','2013102885','2013-10-28','2013-10-28','20131028-85','15:13',1,'DR MENSAH',NULL,'','20131028-2819',NULL),(7939,2262,3,531,'2013-10-28 22:24:33',0,0,'','2013102886 ','2013-10-28','2013-10-28','20131028-86','15:22',1,'DR DOW',NULL,'','20131028-2820',NULL),(7941,2262,10,531,'2013-10-28 22:24:33',1,0,'','3576295','2013-10-28','2013-10-28','20131028-86','15:23',1,'DR DOW',NULL,'','20131028-2820',NULL),(7942,2263,3,531,'2013-10-28 22:51:02',0,0,'','2013102887','2013-10-28','2013-10-28','20131028-87','15:48',1,'',NULL,'','20131028-2821',NULL),(7943,2264,3,531,'2013-10-28 22:53:24',0,0,'','2013102888','2013-10-28','2013-10-28','20131028-88','15:52',1,'DR OFORI ANTI',NULL,'','20131028-2822',NULL),(7945,2264,4,531,'2013-10-28 22:53:24',1,0,'','2013102888','2013-10-28','2013-10-28','20131028-88','15:53',1,'DR OFORI ANTI',NULL,'','20131028-2822',NULL),(7948,2264,5,531,'2013-10-28 22:53:25',0,0,'','2013102888','2013-10-28','2013-10-28','20131028-88','15:53',1,'DR OFORI ANTI',NULL,'','20131028-2822',NULL),(7949,2265,4,531,'2013-10-28 23:07:52',1,0,'','2013102889','2013-10-28','2013-10-28','20131028-89','16:06',1,'',NULL,'','20131028-2823',NULL),(7950,2266,3,531,'2013-10-28 23:15:31',1,0,'','2013102890','2013-10-28','2013-10-28','20131028-90','16:11',1,'DR OFORI ANTI',NULL,'','20131028-2824',NULL),(7952,2266,1,531,'2013-10-28 23:15:31',1,0,'','2013102890','2013-10-28','2013-10-28','20131028-90','16:14',1,'DR OFORI ANTI',NULL,'','20131028-2824',NULL),(7955,2266,5,531,'2013-10-28 23:15:31',1,0,'','2013102890','2013-10-28','2013-10-28','20131028-90','16:15',1,'DR OFORI ANTI',NULL,'','20131028-2824',NULL),(7956,2267,3,531,'2013-10-28 23:40:16',1,0,'','2013102891','2013-10-28','2013-10-28','20131028-91','16:39',1,'DR OFORI ANTI',NULL,'','20131028-2825',NULL),(7957,2254,3,531,'2013-10-28 23:45:44',0,0,'','2013102892','2013-10-28','2013-10-28','20131028-92','16:43',1,'DR OFORI ANTI',NULL,'','20131028-2826',NULL),(7959,2254,1,531,'2013-10-28 23:45:45',0,0,'','2013102892','2013-10-28','2013-10-28','20131028-92','16:45',1,'DR OFORI ANTI',NULL,'','20131028-2826',NULL),(7962,2254,4,531,'2013-10-28 23:45:45',1,0,'','2013102892','2013-10-28','2013-10-28','20131028-92','16:45',1,'DR OFORI ANTI',NULL,'','20131028-2826',NULL),(7963,2268,3,531,'2013-10-29 00:03:20',1,0,'','2013102893','2013-10-28','2013-10-28','20131028-93','17:01',1,'DR YEBOAH',NULL,'','20131028-2827',NULL),(7965,2268,1,531,'2013-10-29 00:03:20',1,0,'','2013102893','2013-10-28','2013-10-28','20131028-93','17:02',1,'DR YEBOAH',NULL,'','20131028-2827',NULL),(7968,2268,4,531,'2013-10-29 00:03:21',1,0,'','2013102893','2013-10-28','2013-10-28','20131028-93','17:02',1,'DR YEBOAH',NULL,'','20131028-2827',NULL),(7972,2268,5,531,'2013-10-29 00:03:21',1,0,'','2013102893','2013-10-28','2013-10-28','20131028-93','17:03',1,'DR YEBOAH',NULL,'','20131028-2827',NULL),(7973,2269,3,531,'2013-10-29 00:09:34',1,0,'','2013102894','2013-10-28','2013-10-28','20131028-94','17:07',1,'',NULL,'','20131028-2828',NULL),(7975,2269,1,531,'2013-10-29 00:09:34',1,0,'','2013102894','2013-10-28','2013-10-28','20131028-94','17:09',1,'',NULL,'','20131028-2828',NULL),(7978,2269,4,531,'2013-10-29 00:09:34',1,0,'','2013102894','2013-10-28','2013-10-28','20131028-94','17:09',1,'',NULL,'','20131028-2828',NULL),(7982,2269,5,531,'2013-10-29 00:09:34',1,0,'','2013102894','2013-10-28','2013-10-28','20131028-94','17:09',1,'',NULL,'','20131028-2828',NULL),(7983,2270,3,531,'2013-10-29 00:12:31',1,0,'','2013102895','2013-10-28','2013-10-28','20131028-95','17:11',1,'DR OFORI ANTI',NULL,'','20131028-2829',NULL),(7984,2271,3,531,'2013-10-29 00:30:43',1,0,'','2013102896 ','2013-10-28','2013-10-28','20131028-96','17:25',1,'DR OFORI ANTI',NULL,'','20131028-2830',NULL),(7985,2272,3,531,'2013-10-29 00:37:49',0,0,'','2013102897','2013-10-28','2013-10-28','20131028-97','17:35',1,'DR YEBOAH',NULL,'','20131028-2831',NULL),(7987,2272,1,531,'2013-10-29 00:37:49',0,0,'','2013102897','2013-10-28','2013-10-28','20131028-97','17:36',1,'DR YEBOAH',NULL,'','20131028-2831',NULL),(7988,2273,1,531,'2013-10-29 00:41:09',1,0,'','2013102898','2013-10-28','2013-10-28','20131028-98','17:39',1,'',NULL,'','20131028-2832',NULL),(7989,2274,3,531,'2013-10-29 01:00:55',1,0,'','2013102899','2013-10-28','2013-10-28','20131028-99','17:58',1,'DR OFORI ANTI',NULL,'','20131028-2833',NULL),(7990,2275,3,531,'2013-10-29 01:02:52',1,0,'','20131028100','2013-10-28','2013-10-28','20131028-100','18:01',1,'DR OFORI ANTI',NULL,'','20131028-2834',NULL),(7991,2276,3,531,'2013-10-29 01:09:03',1,0,'','20131028101','2013-10-28','2013-10-28','20131028-101','18:06',1,'DR YEBOAH',NULL,'','20131028-2835',NULL),(7993,2276,4,531,'2013-10-29 01:09:03',1,0,'','20131028101','2013-10-28','2013-10-28','20131028-101','18:08',1,'DR YEBOAH',NULL,'','20131028-2835',NULL),(7996,2276,1,531,'2013-10-29 01:09:03',1,0,'','20131028101','2013-10-28','2013-10-28','20131028-101','18:08',1,'DR YEBOAH',NULL,'','20131028-2835',NULL),(7997,2277,3,531,'2013-10-29 01:13:17',1,0,'','20131028102','2013-10-28','2013-10-28','20131028-102','18:12',1,'DR OFORI ANTI',NULL,'','20131028-2836',NULL),(7998,1473,28,531,'2013-10-29 01:18:48',0,0,'','20131028103','2013-10-28','2013-10-28','20131028-103','18:17',1,'DR TAKYI',NULL,'','20131028-2837',NULL),(7999,2278,3,531,'2013-10-29 01:58:52',1,0,'','20131028105','2013-10-28','2013-10-28','20131028-105','18:57',1,'DR YEBOAH',NULL,'','20131028-2839',NULL),(8001,2278,4,531,'2013-10-29 01:58:52',1,0,'','20131028105','2013-10-28','2013-10-28','20131028-105','18:58',1,'DR YEBOAH',NULL,'','20131028-2839',NULL),(8002,1680,1,535,'2013-10-29 01:59:26',0,0,'','20131028104','2013-10-28','2013-10-28','20131028-106','18:58',1,'',NULL,'','20131028-2840',NULL),(8003,2279,3,531,'2013-10-29 02:02:44',1,0,'','20131028107','2013-10-28','2013-10-28','20131028-107','19:01',1,'DR TAKYI',NULL,'','20131028-2841',NULL),(8005,2279,4,531,'2013-10-29 02:02:44',1,0,'','20131028107','2013-10-28','2013-10-28','20131028-107','19:02',1,'DR TAKYI',NULL,'','20131028-2841',NULL),(8006,2280,1,531,'2013-10-29 02:05:32',1,0,'','20131028108','2013-10-28','2013-10-28','20131028-108','19:03',1,'DR YEBOAH',NULL,'','20131028-2842',NULL),(8008,2280,5,531,'2013-10-29 02:05:32',0,0,'','20131028108','2013-10-28','2013-10-28','20131028-108','19:05',1,'DR YEBOAH',NULL,'','20131028-2842',NULL),(8009,2281,3,531,'2013-10-29 02:08:45',1,0,'','20131028109','2013-10-28','2013-10-28','20131028-109','19:07',1,'DR OFORI ANTI',NULL,'','20131028-2843',NULL),(8011,2281,1,531,'2013-10-29 02:08:45',0,0,'','20131028109','2013-10-28','2013-10-28','20131028-109','19:08',1,'DR OFORI ANTI',NULL,'','20131028-2843',NULL),(8012,2282,4,531,'2013-10-29 02:10:33',1,0,'','20131028110','2013-10-28','2013-10-28','20131028-110','19:09',1,'DR OFORI',NULL,'','20131028-2844',NULL),(8013,2283,3,531,'2013-10-29 02:17:29',0,0,'','20131028111','2013-10-28','2013-10-28','20131028-111','19:15',1,'DR ADOTEY',NULL,'','20131028-2845',NULL),(8015,2283,1,531,'2013-10-29 02:17:29',0,0,'','20131028111','2013-10-28','2013-10-28','20131028-111','19:16',1,'DR ADOTEY',NULL,'','20131028-2845',NULL),(8018,2283,2,531,'2013-10-29 02:17:30',0,0,'','20131028111','2013-10-28','2013-10-28','20131028-111','19:17',1,'DR ADOTEY',NULL,'','20131028-2845',NULL),(8019,2284,3,531,'2013-10-29 02:31:08',1,0,'','20131028112','2013-10-28','2013-10-28','20131028-112','19:29',1,'DR YEBOAH',NULL,'','20131028-2846',NULL),(8021,2284,4,531,'2013-10-29 02:31:08',1,0,'','20131028112','2013-10-28','2013-10-28','20131028-112','19:30',1,'DR YEBOAH',NULL,'','20131028-2846',NULL),(8022,1676,3,531,'2013-10-29 02:47:05',0,0,'','20131028113','2013-10-28','2013-10-28','20131028-113','19:44',1,'DR TAKYI',NULL,'','20131028-2847',NULL),(8024,1676,1,531,'2013-10-29 02:47:05',1,0,'','20131028113','2013-10-28','2013-10-28','20131028-113','19:46',1,'DR TAKYI',NULL,'','20131028-2847',NULL),(8027,1676,4,531,'2013-10-29 02:47:06',1,0,'','20131028113','2013-10-28','2013-10-28','20131028-113','19:46',1,'DR TAKYI',NULL,'','20131028-2847',NULL),(8031,1676,5,531,'2013-10-29 02:47:06',1,0,'','20131028113','2013-10-28','2013-10-28','20131028-113','19:46',1,'DR TAKYI',NULL,'','20131028-2847',NULL),(8032,2285,3,531,'2013-10-29 02:51:20',1,0,'','20131028114','2013-10-28','2013-10-28','20131028-114','19:50',1,'DR OFORI ANTI',NULL,'','20131028-2848',NULL),(8034,2285,4,531,'2013-10-29 02:51:20',1,0,'','20131028114','2013-10-28','2013-10-28','20131028-114','19:51',1,'DR OFORI ANTI',NULL,'','20131028-2848',NULL),(8035,1871,3,531,'2013-10-29 03:04:22',1,0,'','20131028115','2013-10-28','2013-10-28','20131028-115','20:03',1,'DR YEBOAH',NULL,'','20131028-2849',NULL),(8036,2286,3,531,'2013-10-29 03:06:42',0,0,'','20131028116','2013-10-28','2013-10-28','20131028-116','20:05',1,'DR TAKYI',NULL,'','20131028-2850',NULL),(8038,2286,4,531,'2013-10-29 03:06:43',0,0,'','20131028116','2013-10-28','2013-10-28','20131028-116','20:06',1,'DR TAKYI',NULL,'','20131028-2850',NULL),(8039,2286,4,531,'2013-10-29 03:16:50',1,0,'','20131028116','2013-10-28','2013-10-28','20131028-117','20:16',1,'',NULL,'','20131028-2851',NULL),(8040,2253,3,531,'2013-10-29 03:49:55',1,0,'','20131028118','2013-10-28','2013-10-28','20131028-118','20:47',1,'DR TACHIE',NULL,'','20131028-2852',NULL),(8041,2287,3,530,'2013-10-29 04:12:36',1,0,'','20131028119 ','2013-10-28','2013-10-28','20131028-119','21:11',1,'DR OFORI ANTI',NULL,'','20131028-2853',NULL),(8043,2287,5,530,'2013-10-29 04:12:37',0,0,'','20131028119 ','2013-10-28','2013-10-28','20131028-119','21:12',1,'DR OFORI ANTI',NULL,'','20131028-2853',NULL),(8046,2287,1,530,'2013-10-29 04:12:37',1,0,'','20131028119 ','2013-10-28','2013-10-28','20131028-119','21:12',1,'DR OFORI ANTI',NULL,'','20131028-2853',NULL),(8047,2288,3,530,'2013-10-29 04:15:25',1,0,'','20131028120','2013-10-28','2013-10-28','20131028-120','21:14',1,'DR OFORI ANTI',NULL,'','20131028-2854',NULL),(8049,2288,4,530,'2013-10-29 04:15:25',1,0,'','20131028120','2013-10-28','2013-10-28','20131028-120','21:14',1,'DR OFORI ANTI',NULL,'','20131028-2854',NULL),(8052,2288,5,530,'2013-10-29 04:15:25',0,0,'','20131028120','2013-10-28','2013-10-28','20131028-120','21:14',1,'DR OFORI ANTI',NULL,'','20131028-2854',NULL),(8056,2288,1,530,'2013-10-29 04:15:26',1,0,'','20131028120','2013-10-28','2013-10-28','20131028-120','21:15',1,'DR OFORI ANTI',NULL,'','20131028-2854',NULL),(8057,2289,3,530,'2013-10-29 04:18:02',1,0,'','20131028121','2013-10-28','2013-10-28','20131028-121','21:16',1,'DR OFORI ANTI',NULL,'','20131028-2855',NULL),(8059,2289,4,530,'2013-10-29 04:18:02',1,0,'','20131028121','2013-10-28','2013-10-28','20131028-121','21:17',1,'DR OFORI ANTI',NULL,'','20131028-2855',NULL),(8060,2290,3,530,'2013-10-29 04:21:25',1,0,'','20131028122','2013-10-28','2013-10-28','20131028-122','21:20',1,'DR OFORI ANTI',NULL,'','20131028-2856',NULL),(8061,2291,3,530,'2013-10-29 04:25:36',1,0,'','20131028123','2013-10-28','2013-10-28','20131028-123','21:24',1,'DR OFORI',NULL,'','20131028-2857',NULL),(8062,2292,3,530,'2013-10-29 04:29:43',1,0,'','20131028124','2013-10-28','2013-10-28','20131028-124','21:29',1,'DR OFORI ANTI',NULL,'','20131028-2858',NULL),(8063,2271,19,530,'2013-10-29 04:49:04',1,0,'','20131028125 ','2013-10-28','2013-10-28','20131028-125','21:45',1,'DR OFORI ANTI',NULL,'','20131028-2859',NULL),(8064,2287,4,530,'2013-10-29 06:28:10',1,0,'','2013102811932','2013-10-28','2013-10-28','20131028-126','23:13',1,'',NULL,'','20131028-2860',NULL),(8065,2293,3,530,'2013-10-29 06:36:02',1,0,'','20131028127 ','2013-10-28','2013-10-28','20131028-127','23:34',1,'DR AMOAH',NULL,'','20131028-2861',NULL),(8067,2293,1,530,'2013-10-29 06:36:02',1,0,'','20131028127 ','2013-10-28','2013-10-28','20131028-127','23:35',1,'DR AMOAH',NULL,'','20131028-2861',NULL),(8068,2294,3,530,'2013-10-29 06:39:35',1,0,'','20131028128 ','2013-10-28','2013-10-28','20131028-128','23:38',1,'DR AMOAH',NULL,'','20131028-2862',NULL),(8070,2294,4,530,'2013-10-29 06:39:35',1,0,'','20131028128 ','2013-10-28','2013-10-28','20131028-128','23:39',1,'DR AMOAH',NULL,'','20131028-2862',NULL),(8071,2295,1,530,'2013-10-29 06:51:20',1,0,'','20131028129','2013-10-28','2013-10-28','20131028-129','23:49',1,'DR DJAN',NULL,'','20131028-2863',NULL),(8073,2295,3,530,'2013-10-29 06:51:20',1,0,'','20131028129','2013-10-28','2013-10-28','20131028-129','23:50',1,'DR DJAN',NULL,'','20131028-2863',NULL),(8076,2295,4,530,'2013-10-29 06:51:21',0,0,'','20131028129','2013-10-28','2013-10-28','20131028-129','23:51',1,'DR DJAN',NULL,'','20131028-2863',NULL),(8077,709,3,530,'2013-10-30 07:23:19',1,0,'','201310294 ','2013-10-29','2013-10-29','20131029-4','00:20',1,'DR AMOAH',NULL,'','20131030-2865',NULL),(8079,709,1,530,'2013-10-30 07:23:19',1,0,'','201310294 ','2013-10-29','2013-10-29','20131029-4','00:21',1,'DR AMOAH',NULL,'','20131030-2865',NULL),(8082,709,4,530,'2013-10-30 07:23:19',1,0,'','201310294 ','2013-10-29','2013-10-29','20131029-4','00:21',1,'DR AMOAH',NULL,'','20131030-2865',NULL),(8083,2296,3,530,'2013-10-29 08:06:56',1,0,'','201310295 ','2013-10-29','2013-10-29','20131029-5','01:05',1,'DR DJAN',NULL,'','20131029-2866',NULL),(8085,2296,5,530,'2013-10-29 08:06:56',0,0,'','201310295 ','2013-10-29','2013-10-29','20131029-5','01:06',1,'DR DJAN',NULL,'','20131029-2866',NULL),(8088,2296,1,530,'2013-10-29 08:06:56',0,0,'','201310295 ','2013-10-29','2013-10-29','20131029-5','01:06',1,'DR DJAN',NULL,'','20131029-2866',NULL),(8089,1415,3,530,'2013-10-29 10:24:56',0,0,'','201310296 ','2013-10-29','2013-10-29','20131029-6','03:24',1,'DR DOW',NULL,'','20131029-2867',NULL),(8090,2297,3,530,'2013-10-29 10:31:47',0,0,'','201310297','2013-10-29','2013-10-29','20131029-7','03:26',1,'DR AMOAH',NULL,'','20131029-2868',NULL),(8092,2297,4,530,'2013-10-29 10:31:47',1,0,'','201310297','2013-10-29','2013-10-29','20131029-7','03:28',1,'DR AMOAH',NULL,'','20131029-2868',NULL),(8095,2297,1,530,'2013-10-29 10:31:47',0,0,'','201310297','2013-10-29','2013-10-29','20131029-7','03:28',1,'DR AMOAH',NULL,'','20131029-2868',NULL),(8096,2298,2,530,'2013-10-29 14:08:57',1,0,'','201310298','2013-10-29','2013-10-29','20131029-8','07:07',1,'DR AMABLE',NULL,'','20131029-2869',NULL),(8098,2298,4,530,'2013-10-29 14:08:58',1,0,'','201310298','2013-10-29','2013-10-29','20131029-8','07:08',1,'DR AMABLE',NULL,'','20131029-2869',NULL),(8099,2299,2,530,'2013-10-29 14:15:07',1,0,'','201310299 ','2013-10-29','2013-10-29','20131029-9','07:13',1,'DR AMABLE',NULL,'','20131029-2870',NULL),(8101,2299,4,530,'2013-10-29 14:15:07',1,0,'','201310299 ','2013-10-29','2013-10-29','20131029-9','07:14',1,'DR AMABLE',NULL,'','20131029-2870',NULL),(8102,2300,2,530,'2013-10-29 14:17:16',1,0,'','2013102910','2013-10-29','2013-10-29','20131029-10','07:16',1,'DR AMABLE',NULL,'','20131029-2871',NULL),(8104,2300,4,530,'2013-10-29 14:17:17',1,0,'','2013102910','2013-10-29','2013-10-29','20131029-10','07:17',1,'DR AMABLE',NULL,'','20131029-2871',NULL),(8105,2151,1,530,'2013-10-29 14:19:53',0,0,'','2013102911 ','2013-10-29','2013-10-29','20131029-11','07:18',1,'DR VORTIA',NULL,'','20131029-2872',NULL),(8106,2301,3,530,'2013-10-29 14:31:56',0,0,'','2013102912','2013-10-29','2013-10-29','20131029-12','07:30',1,'DR AMOAH',NULL,'','20131029-2873',NULL),(8108,2301,1,530,'2013-10-29 14:31:56',1,0,'','2013102912','2013-10-29','2013-10-29','20131029-12','07:31',1,'DR AMOAH',NULL,'','20131029-2873',NULL),(8109,1204,2,530,'2013-10-29 14:42:17',0,0,'','2013102913','2013-10-29','2013-10-29','20131029-13','07:41',1,'DR YEBOAH',NULL,'','20131029-2874',NULL),(8110,2302,1,530,'2013-10-29 14:56:20',0,0,'','2013102914','2013-10-29','2013-10-29','20131029-14','07:54',1,'DR AMOAH',NULL,'','20131029-2875',NULL),(8112,2302,2,530,'2013-10-29 14:56:21',0,0,'','2013102914','2013-10-29','2013-10-29','20131029-14','07:56',1,'DR AMOAH',NULL,'','20131029-2875',NULL),(8113,2303,3,530,'2013-10-29 15:07:43',0,0,'','2013102915 ','2013-10-29','2013-10-29','20131029-15','08:04',1,'DR AMOAH',NULL,'','20131029-2876',NULL),(8115,2303,4,530,'2013-10-29 15:07:43',1,0,'','2013102915 ','2013-10-29','2013-10-29','20131029-15','08:07',1,'DR AMOAH',NULL,'','20131029-2876',NULL),(8118,2303,1,530,'2013-10-29 15:07:43',1,0,'','2013102915 ','2013-10-29','2013-10-29','20131029-15','08:07',1,'DR AMOAH',NULL,'','20131029-2876',NULL),(8119,2304,1,530,'2013-10-29 15:14:12',0,0,'','2013102916 ','2013-10-29','2013-10-29','20131029-16','08:11',1,'DR BOATENG',NULL,'','20131029-2877',NULL),(8121,2304,2,530,'2013-10-29 15:14:13',0,0,'','2013102916 ','2013-10-29','2013-10-29','20131029-16','08:13',1,'DR BOATENG',NULL,'','20131029-2877',NULL),(8124,2304,3,530,'2013-10-29 15:14:13',0,0,'','2013102916 ','2013-10-29','2013-10-29','20131029-16','08:13',1,'DR BOATENG',NULL,'','20131029-2877',NULL),(8125,516,3,531,'2013-10-29 15:32:54',1,0,'','2013102917','2013-10-29','2013-10-29','20131029-17','08:31',1,'DR AMABLE',NULL,'','20131029-2878',NULL),(8127,516,4,531,'2013-10-29 15:32:54',1,0,'','2013102917','2013-10-29','2013-10-29','20131029-17','08:32',1,'DR AMABLE',NULL,'','20131029-2878',NULL),(8128,2305,3,531,'2013-10-29 15:35:06',0,0,'','2013102918','2013-10-29','2013-10-29','20131029-18','08:33',1,'DR YEBOAH',NULL,'','20131029-2879',NULL),(8130,2305,4,531,'2013-10-29 15:35:06',1,0,'','2013102918','2013-10-29','2013-10-29','20131029-18','08:34',1,'DR YEBOAH',NULL,'','20131029-2879',NULL),(8131,2210,3,531,'2013-10-29 15:52:53',1,0,'','2013102821','2013-10-29','2013-10-29','20131029-19','08:52',1,'',NULL,'','20131029-2880',NULL),(8132,2306,3,531,'2013-10-29 15:56:45',0,0,'','2013102920','2013-10-29','2013-10-29','20131029-20','08:54',1,'DR DJAN',NULL,'','20131029-2881',NULL),(8134,2306,1,531,'2013-10-29 15:56:45',0,0,'','2013102920','2013-10-29','2013-10-29','20131029-20','08:56',1,'DR DJAN',NULL,'','20131029-2881',NULL),(8137,2306,5,531,'2013-10-29 15:56:46',1,0,'','2013102920','2013-10-29','2013-10-29','20131029-20','08:56',1,'DR DJAN',NULL,'','20131029-2881',NULL),(8138,2307,3,531,'2013-10-29 16:05:23',1,0,'','2013102921','2013-10-29','2013-10-29','20131029-21','09:03',1,'DR VORTIA',NULL,'','20131029-2882',NULL),(8140,2307,4,531,'2013-10-29 16:05:24',1,0,'','2013102921','2013-10-29','2013-10-29','20131029-21','09:05',1,'DR VORTIA',NULL,'','20131029-2882',NULL),(8141,2308,3,531,'2013-10-29 16:12:51',0,0,'','2013102922','2013-10-29','2013-10-29','20131029-22','09:10',1,'DR YEBOAH',NULL,'','20131029-2883',NULL),(8143,2308,1,531,'2013-10-29 16:12:51',0,0,'','2013102922','2013-10-29','2013-10-29','20131029-22','09:11',1,'DR YEBOAH',NULL,'','20131029-2883',NULL),(8146,2308,4,531,'2013-10-29 16:12:51',0,0,'','2013102922','2013-10-29','2013-10-29','20131029-22','09:12',1,'DR YEBOAH',NULL,'','20131029-2883',NULL),(8147,2309,3,531,'2013-10-29 16:15:53',0,0,'','2013102923','2013-10-29','2013-10-29','20131029-23','09:13',1,'DR YEBOAH',NULL,'','20131029-2884',NULL),(8149,2309,1,531,'2013-10-29 16:15:53',0,0,'','2013102923','2013-10-29','2013-10-29','20131029-23','09:14',1,'DR YEBOAH',NULL,'','20131029-2884',NULL),(8152,2309,4,531,'2013-10-29 16:15:53',0,0,'','2013102923','2013-10-29','2013-10-29','20131029-23','09:15',1,'DR YEBOAH',NULL,'','20131029-2884',NULL),(8153,2310,4,531,'2013-10-29 16:19:13',0,0,'','2013102924','2013-10-29','2013-10-29','20131029-24','09:18',1,'DR AMOAH',NULL,'','20131029-2885',NULL),(8154,2311,3,531,'2013-10-29 16:22:24',0,0,'','2013102925','2013-10-29','2013-10-29','20131029-25','09:20',1,'DR OFORI ANTI',NULL,'','20131029-2886',NULL),(8156,2311,1,531,'2013-10-29 16:22:24',1,0,'','2013102925','2013-10-29','2013-10-29','20131029-25','09:21',1,'DR OFORI ANTI',NULL,'','20131029-2886',NULL),(8159,2311,4,531,'2013-10-29 16:22:24',1,0,'','2013102925','2013-10-29','2013-10-29','20131029-25','09:21',1,'DR OFORI ANTI',NULL,'','20131029-2886',NULL),(8160,2312,3,531,'2013-10-29 16:24:14',0,0,'','2013102926','2013-10-29','2013-10-29','20131029-26','09:23',1,'DR VORTIA',NULL,'','20131029-2887',NULL),(8161,2313,3,531,'2013-10-29 16:48:34',0,0,'','2013102927','2013-10-29','2013-10-29','20131029-27','09:47',1,'DR S K OWUSU',NULL,'','20131029-2888',NULL),(8163,2313,1,531,'2013-10-29 16:48:34',0,0,'','2013102927','2013-10-29','2013-10-29','20131029-27','09:48',1,'DR S K OWUSU',NULL,'','20131029-2888',NULL),(8164,2314,3,531,'2013-10-29 17:11:21',0,0,'','2013102928','2013-10-29','2013-10-29','20131029-28','10:10',1,'DR OFORI',NULL,'','20131029-2889',NULL),(8166,2314,4,531,'2013-10-29 17:11:22',1,0,'','2013102928','2013-10-29','2013-10-29','20131029-28','10:11',1,'DR OFORI',NULL,'','20131029-2889',NULL),(8167,2208,1,531,'2013-10-29 17:41:13',0,0,'','2013102929','2013-10-29','2013-10-29','20131029-30','10:39',1,'DR VORTIA',NULL,'','20131029-2891',NULL),(8168,2063,3,531,'2013-10-29 17:44:43',0,0,'','2013102931','2013-10-29','2013-10-29','20131029-31','10:43',1,'DR ADOTEY',NULL,'','20131029-2892',NULL),(8169,2315,3,531,'2013-10-29 17:48:15',0,0,'','2013102932 ','2013-10-29','2013-10-29','20131029-32','10:47',1,'DR MENSAH',NULL,'','20131029-2893',NULL),(8171,2315,1,531,'2013-10-29 17:48:15',1,0,'','2013102932 ','2013-10-29','2013-10-29','20131029-32','10:48',1,'DR MENSAH',NULL,'','20131029-2893',NULL),(8172,2316,3,531,'2013-10-29 17:50:50',0,0,'','2013102933','2013-10-29','2013-10-29','20131029-33','10:50',1,'DR OFORI ANTI',NULL,'','20131029-2894',NULL),(8173,2317,3,531,'2013-10-29 17:53:55',0,0,'','2013102934','2013-10-29','2013-10-29','20131029-34','10:52',1,'DR VORTIA',NULL,'','20131029-2895',NULL),(8175,2317,1,531,'2013-10-29 17:53:55',0,0,'','2013102934','2013-10-29','2013-10-29','20131029-34','10:53',1,'DR VORTIA',NULL,'','20131029-2895',NULL),(8176,2299,4,504,'2013-10-29 17:56:08',1,0,'','201310299','2013-10-29','2013-10-29','20131029-35','10:55',1,'',NULL,'','20131029-2896',NULL),(8177,2318,3,531,'2013-10-29 17:58:45',0,0,'','2013102936','2013-10-29','2013-10-29','20131029-36','10:56',1,'DR OFORI ANTI',NULL,'','20131029-2897',NULL),(8179,2318,1,531,'2013-10-29 17:58:45',1,0,'','2013102936','2013-10-29','2013-10-29','20131029-36','10:58',1,'DR OFORI ANTI',NULL,'','20131029-2897',NULL),(8182,2318,4,531,'2013-10-29 17:58:46',1,0,'','2013102936','2013-10-29','2013-10-29','20131029-36','10:58',1,'DR OFORI ANTI',NULL,'','20131029-2897',NULL),(8183,2005,4,534,'2013-10-29 18:11:59',1,0,'','2013102545','2013-10-29','2013-10-29','20131029-37','11:11',1,'',NULL,'','20131029-2898',NULL),(8184,2319,3,531,'2013-10-29 18:16:23',0,0,'','2013102938','2013-10-29','2013-10-29','20131029-38','11:14',1,'DR MENSAH',NULL,'','20131029-2899',NULL),(8186,2319,4,531,'2013-10-29 18:16:23',1,0,'','2013102938','2013-10-29','2013-10-29','20131029-38','11:15',1,'DR MENSAH',NULL,'','20131029-2899',NULL),(8189,2319,1,531,'2013-10-29 18:16:23',1,0,'','2013102938','2013-10-29','2013-10-29','20131029-38','11:16',1,'DR MENSAH',NULL,'','20131029-2899',NULL),(8190,2320,3,531,'2013-10-29 18:19:35',1,0,'','2013102939','2013-10-29','2013-10-29','20131029-39','11:17',1,'DR DARKO',NULL,'','20131029-2900',NULL),(8192,2320,1,531,'2013-10-29 18:19:35',0,0,'','2013102939','2013-10-29','2013-10-29','20131029-39','11:18',1,'DR DARKO',NULL,'','20131029-2900',NULL),(8195,2320,5,531,'2013-10-29 18:19:35',0,0,'','2013102939','2013-10-29','2013-10-29','20131029-39','11:19',1,'DR DARKO',NULL,'','20131029-2900',NULL),(8196,2306,5,531,'2013-10-29 18:25:15',1,0,'','2013102920','2013-10-29','2013-10-29','20131029-40','11:24',1,'',NULL,'','20131029-2901',NULL),(8197,2321,3,531,'2013-10-29 18:28:12',0,0,'','2013102941','2013-10-29','2013-10-29','20131029-41','11:26',1,'',NULL,'','20131029-2902',NULL),(8199,2321,1,531,'2013-10-29 18:28:13',1,0,'','2013102941','2013-10-29','2013-10-29','20131029-41','11:28',1,'',NULL,'','20131029-2902',NULL),(8200,2322,3,531,'2013-10-29 18:41:15',0,0,'','2013102942','2013-10-29','2013-10-29','20131029-42','11:38',1,'DR ARMAH',NULL,'','20131029-2903',NULL),(8202,2322,1,531,'2013-10-29 18:41:16',1,0,'','2013102942','2013-10-29','2013-10-29','20131029-42','11:39',1,'DR ARMAH',NULL,'','20131029-2903',NULL),(8205,2322,4,531,'2013-10-29 18:41:16',1,0,'','2013102942','2013-10-29','2013-10-29','20131029-42','11:40',1,'DR ARMAH',NULL,'','20131029-2903',NULL),(8206,2323,3,531,'2013-10-29 18:46:25',0,0,'','2013102943','2013-10-29','2013-10-29','20131029-43','11:45',1,'DR OFORI ANTI',NULL,'','20131029-2904',NULL),(8207,2324,3,531,'2013-10-29 18:49:21',0,0,'','2013102944','2013-10-29','2013-10-29','20131029-44','11:47',1,'DR OFORI ANTI',NULL,'','20131029-2905',NULL),(8209,2324,1,531,'2013-10-29 18:49:21',1,0,'','2013102944','2013-10-29','2013-10-29','20131029-44','11:48',1,'DR OFORI ANTI',NULL,'','20131029-2905',NULL),(8212,2324,4,531,'2013-10-29 18:49:21',1,0,'','2013102944','2013-10-29','2013-10-29','20131029-44','11:48',1,'DR OFORI ANTI',NULL,'','20131029-2905',NULL),(8213,2325,3,531,'2013-10-29 18:52:50',0,0,'','2013102945','2013-10-29','2013-10-29','20131029-45','11:51',1,'DR MENSAH',NULL,'','20131029-2906',NULL),(8215,2325,4,531,'2013-10-29 18:52:50',1,0,'','2013102945','2013-10-29','2013-10-29','20131029-45','11:52',1,'DR MENSAH',NULL,'','20131029-2906',NULL),(8218,2325,1,531,'2013-10-29 18:52:50',1,0,'','2013102945','2013-10-29','2013-10-29','20131029-45','11:52',1,'DR MENSAH',NULL,'','20131029-2906',NULL),(8222,2325,5,531,'2013-10-29 18:52:50',1,0,'','2013102945','2013-10-29','2013-10-29','20131029-45','11:52',1,'DR MENSAH',NULL,'','20131029-2906',NULL),(8223,2326,4,531,'2013-10-29 18:57:04',1,0,'','2013102946','2013-10-29','2013-10-29','20131029-46','11:55',1,'',NULL,'','20131029-2907',NULL),(8224,2327,3,531,'2013-10-29 19:01:47',0,0,'','2013102947','2013-10-29','2013-10-29','20131029-47','11:59',1,'DR ARMAH',NULL,'','20131029-2908',NULL),(8226,2327,4,531,'2013-10-29 19:01:47',1,0,'','2013102947','2013-10-29','2013-10-29','20131029-47','12:01',1,'DR ARMAH',NULL,'','20131029-2908',NULL),(8227,198,3,531,'2013-10-29 19:13:24',0,0,'','2013102948','2013-10-29','2013-10-29','20131029-48','12:09',1,'DR ARMAH',NULL,'','20131029-2909',NULL),(8229,198,4,531,'2013-10-29 19:13:25',1,0,'','2013102948','2013-10-29','2013-10-29','20131029-48','12:12',1,'DR ARMAH',NULL,'','20131029-2909',NULL),(8230,2328,3,531,'2013-10-29 19:25:26',0,0,'','2013102949','2013-10-29','2013-10-29','20131029-49','12:24',1,'DR MENSAH',NULL,'','20131029-2910',NULL),(8231,2329,3,531,'2013-10-29 19:28:48',1,0,'','2013102950','2013-10-29','2013-10-29','20131029-50','12:26',1,'DR OFORI ANTI',NULL,'','20131029-2911',NULL),(8233,2329,1,531,'2013-10-29 19:28:49',0,0,'','','2013-10-29','2013-10-29','20131029-50','12:27',1,'DR OFORI ANTI',NULL,'','20131029-2911',NULL),(8234,2330,3,531,'2013-10-29 19:34:15',0,0,'','2013102951','2013-10-29','2013-10-29','20131029-51','12:33',1,'DR DANIELS',NULL,'','20131029-2912',NULL),(8236,2330,4,531,'2013-10-29 19:34:15',1,0,'','2013102951','2013-10-29','2013-10-29','20131029-51','12:34',1,'DR DANIELS',NULL,'','20131029-2912',NULL),(8237,2331,3,531,'2013-10-29 19:47:02',0,0,'','2013102952','2013-10-29','2013-10-29','20131029-52','12:44',1,'DR VORTIA',NULL,'','20131029-2913',NULL),(8239,2331,1,531,'2013-10-29 19:47:02',1,0,'','2013102952','2013-10-29','2013-10-29','20131029-52','12:46',1,'DR VORTIA',NULL,'','20131029-2913',NULL),(8242,2331,4,531,'2013-10-29 19:47:03',1,0,'','2013102952','2013-10-29','2013-10-29','20131029-52','12:46',1,'DR VORTIA',NULL,'','20131029-2913',NULL),(8243,2332,3,531,'2013-10-29 19:53:32',0,0,'','2013102953','2013-10-29','2013-10-29','20131029-53','12:52',1,'DR FUMMY',NULL,'','20131029-2914',NULL),(8244,2333,1,531,'2013-10-29 20:02:12',0,0,'','2013102954','2013-10-29','2013-10-29','20131029-54','13:00',1,'DR FUMMY',NULL,'','20131029-2915',NULL),(8246,2333,5,531,'2013-10-29 20:02:12',1,0,'','2013102954','2013-10-29','2013-10-29','20131029-54','13:02',1,'DR FUMMY',NULL,'','20131029-2915',NULL),(8247,2334,1,531,'2013-10-29 20:05:35',0,0,'','2013102955','2013-10-29','2013-10-29','20131029-55','13:03',1,'DR ADOTEY',NULL,'','20131029-2916',NULL),(8249,2334,3,531,'2013-10-29 20:05:35',1,0,'','2013102955','2013-10-29','2013-10-29','20131029-55','13:05',1,'DR ADOTEY',NULL,'','20131029-2916',NULL),(8250,2335,3,531,'2013-10-29 20:10:53',0,0,'','2013102956','2013-10-29','2013-10-29','20131029-56','13:10',1,'DR OFORI ANTI',NULL,'','20131029-2917',NULL),(8251,2336,3,531,'2013-10-29 20:18:35',0,0,'','2013102957','2013-10-29','2013-10-29','20131029-57','13:17',1,'DR MENSAH',NULL,'','20131029-2918',NULL),(8253,2336,1,531,'2013-10-29 20:18:35',1,0,'','2013102957','2013-10-29','2013-10-29','20131029-57','13:18',1,'DR MENSAH',NULL,'','20131029-2918',NULL),(8256,2336,4,531,'2013-10-29 20:18:35',1,0,'','2013102957','2013-10-29','2013-10-29','20131029-57','13:18',1,'DR MENSAH',NULL,'','20131029-2918',NULL),(8257,1977,3,531,'2013-10-29 20:28:02',0,0,'','2013102958','2013-10-29','2013-10-29','20131029-58','13:22',1,'SR FU',NULL,'','20131029-2919',NULL),(8259,1977,20,531,'2013-10-29 20:28:02',1,0,'','2013102958','2013-10-29','2013-10-29','20131029-58','13:24',1,'SR FU',NULL,'','20131029-2919',NULL),(8260,2337,3,531,'2013-10-29 20:34:32',0,0,'','2013102959','2013-10-29','2013-10-29','20131029-59','13:33',1,'DR FUMMY',NULL,'','20131029-2920',NULL),(8262,2337,20,531,'2013-10-29 20:34:33',1,0,'','2013102959','2013-10-29','2013-10-29','20131029-59','13:34',1,'DR FUMMY',NULL,'','20131029-2920',NULL),(8263,2338,3,531,'2013-10-29 20:42:04',0,0,'','2013102960 ','2013-10-29','2013-10-29','20131029-60','13:39',1,'',NULL,'','20131029-2921',NULL),(8265,2338,2,531,'2013-10-29 20:42:04',1,0,'','2013102960 ','2013-10-29','2013-10-29','20131029-60','13:40',1,'',NULL,'','20131029-2921',NULL),(8266,2339,3,531,'2013-10-29 20:45:12',0,0,'','2013102961','2013-10-29','2013-10-29','20131029-61','13:43',1,'DR ARMAH',NULL,'','20131029-2922',NULL),(8268,2339,1,531,'2013-10-29 20:45:13',0,0,'','2013102961','2013-10-29','2013-10-29','20131029-61','13:44',1,'DR ARMAH',NULL,'','20131029-2922',NULL),(8271,2339,4,531,'2013-10-29 20:45:13',1,0,'','2013102961','2013-10-29','2013-10-29','20131029-61','13:45',1,'DR ARMAH',NULL,'','20131029-2922',NULL),(8272,2340,4,531,'2013-10-29 20:47:20',0,0,'','2013102962','2013-10-29','2013-10-29','20131029-62','13:46',1,'DR FUMMY',NULL,'','20131029-2923',NULL),(8273,2341,3,531,'2013-10-29 20:49:26',0,0,'','2013102963','2013-10-29','2013-10-29','20131029-63','13:48',1,'DR OFORI',NULL,'','20131029-2924',NULL),(8274,2342,3,531,'2013-10-29 20:55:19',0,0,'','2013102964','2013-10-29','2013-10-29','20131029-64','13:52',1,'DR ARMAH',NULL,'','20131029-2925',NULL),(8276,2342,1,531,'2013-10-29 20:55:19',1,0,'','2013102964','2013-10-29','2013-10-29','20131029-64','13:54',1,'DR ARMAH',NULL,'','20131029-2925',NULL),(8279,2342,4,531,'2013-10-29 20:55:20',1,0,'','2013102964','2013-10-29','2013-10-29','20131029-64','13:55',1,'DR ARMAH',NULL,'','20131029-2925',NULL),(8280,2329,1,552,'2013-10-29 20:57:18',1,0,'','2013102950','2013-10-29','2013-10-29','20131029-65','13:56',1,'',NULL,'','20131029-2926',NULL),(8281,2343,3,531,'2013-10-29 21:03:34',0,0,'','2013102966','2013-10-29','2013-10-29','20131029-66','14:02',1,'DR MENSAH',NULL,'','20131029-2927',NULL),(8282,2344,3,531,'2013-10-29 21:07:16',0,0,'','2013102967','2013-10-29','2013-10-29','20131029-67','14:04',1,'DR DOW',NULL,'','20131029-2928',NULL),(8284,2344,1,531,'2013-10-29 21:07:16',1,0,'','2013102967','2013-10-29','2013-10-29','20131029-67','14:06',1,'DR DOW',NULL,'','20131029-2928',NULL),(8285,2345,7,531,'2013-10-29 21:15:18',1,0,'','2013102968','2013-10-29','2013-10-29','20131029-68','14:13',1,'DR FUMMY',NULL,'','20131029-2929',NULL),(8286,2346,5,531,'2013-10-29 21:19:53',1,0,'','2013102969 ','2013-10-29','2013-10-29','20131029-69','14:18',1,'DR MENSAH',NULL,'','20131029-2930',NULL),(8287,2347,3,531,'2013-10-29 21:28:52',0,0,'','2013102970','2013-10-29','2013-10-29','20131029-70','14:27',1,'DR DANIELS',NULL,'','20131029-2931',NULL),(8288,2031,3,531,'2013-10-29 21:34:00',1,0,'','2013102971','2013-10-29','2013-10-29','20131029-71','14:31',1,'DR FUMMY',NULL,'','20131029-2932',NULL),(8289,2348,3,531,'2013-10-29 21:39:18',0,0,'','2013102972','2013-10-29','2013-10-29','20131029-72','14:38',1,'DR DANIELS',NULL,'','20131029-2933',NULL),(8291,2348,1,531,'2013-10-29 21:39:18',1,0,'','2013102972','2013-10-29','2013-10-29','20131029-72','14:39',1,'DR DANIELS',NULL,'','20131029-2933',NULL),(8292,2349,1,531,'2013-10-29 21:46:44',1,0,'','2013102973','2013-10-29','2013-10-29','20131029-73','14:45',1,'DR MENSAH',NULL,'','20131029-2934',NULL),(8293,2350,3,531,'2013-10-29 22:05:11',0,0,'','2013102974','2013-10-29','2013-10-29','20131029-74','15:01',1,'DR DANIELS',NULL,'','20131029-2935',NULL),(8295,2350,4,531,'2013-10-29 22:05:11',0,0,'','2013102974','2013-10-29','2013-10-29','20131029-74','15:03',1,'DR DANIELS',NULL,'','20131029-2935',NULL),(8298,2350,1,531,'2013-10-29 22:05:11',0,0,'','2013102974','2013-10-29','2013-10-29','20131029-74','15:03',1,'DR DANIELS',NULL,'','20131029-2935',NULL),(8299,2324,3,552,'2013-10-29 22:21:59',1,0,'','','2013-10-29','2013-10-29','20131029-75','15:20',1,'',NULL,'','20131029-2936',NULL),(8300,2324,1,552,'2013-10-29 22:22:55',1,0,'','','2013-10-29','2013-10-29','20131029-76','15:22',1,'',NULL,'','20131029-2937',NULL),(8301,2351,3,531,'2013-10-29 22:24:20',1,0,'','2013102977','2013-10-29','2013-10-29','20131029-77','15:23',1,'DR FUMMY',NULL,'','20131029-2938',NULL),(8302,2352,3,531,'2013-10-29 22:45:43',0,0,'','2013102978','2013-10-29','2013-10-29','20131029-78','15:41',1,'',NULL,'','20131029-2939',NULL),(8304,2352,1,531,'2013-10-29 22:45:43',0,0,'','2013102978','2013-10-29','2013-10-29','20131029-78','15:43',1,'',NULL,'','20131029-2939',NULL),(8305,1355,1,534,'2013-10-29 23:04:14',1,0,'','','2013-10-29','2013-10-29','20131029-79','16:03',1,'',NULL,'','20131029-2940',NULL),(8306,2353,1,531,'2013-10-29 23:18:04',1,0,'','2013102980','2013-10-29','2013-10-29','20131029-80','16:16',1,'DR FUMMY',NULL,'','20131029-2941',NULL),(8308,2353,5,531,'2013-10-29 23:18:04',1,0,'','2013102980','2013-10-29','2013-10-29','20131029-80','16:17',1,'DR FUMMY',NULL,'','20131029-2941',NULL),(8311,2353,4,531,'2013-10-29 23:18:04',1,0,'','2013102980','2013-10-29','2013-10-29','20131029-80','16:17',1,'DR FUMMY',NULL,'','20131029-2941',NULL),(8312,2354,3,531,'2013-10-29 23:21:22',0,0,'','2013102981','2013-10-29','2013-10-29','20131029-81','16:19',1,'DR OFORI ANTI',NULL,'','20131029-2942',NULL),(8313,2355,4,531,'2013-10-29 23:28:53',1,0,'','2013102982','2013-10-29','2013-10-29','20131029-82','16:27',1,'DR OFORI',NULL,'','20131029-2943',NULL),(8314,2356,3,531,'2013-10-29 23:30:59',0,0,'','2013102983','2013-10-29','2013-10-29','20131029-83','16:30',1,'DR OFORI',NULL,'','20131029-2944',NULL),(8315,1836,1,531,'2013-10-30 00:07:36',0,0,'','2013102984 ','2013-10-29','2013-10-29','20131029-84','17:05',1,'DR FUMMY',NULL,'','20131029-2945',NULL),(8316,689,3,531,'2013-10-30 00:10:18',0,0,'','2013102985','2013-10-29','2013-10-29','20131029-85','17:08',1,'DR OFORI ANTI',NULL,'','20131029-2946',NULL),(8318,689,4,531,'2013-10-30 00:10:18',1,0,'','2013102985','2013-10-29','2013-10-29','20131029-85','17:09',1,'DR OFORI ANTI',NULL,'','20131029-2946',NULL),(8321,689,1,531,'2013-10-30 00:10:19',1,0,'','2013102985','2013-10-29','2013-10-29','20131029-85','17:10',1,'DR OFORI ANTI',NULL,'','20131029-2946',NULL),(8322,2357,3,531,'2013-10-30 00:26:35',0,0,'','2013102986','2013-10-29','2013-10-29','20131029-86','17:23',1,'DR OFORI',NULL,'','20131029-2947',NULL),(8323,2281,3,531,'2013-10-30 00:38:42',1,0,'','2013102987 ','2013-10-29','2013-10-29','20131029-87','17:37',1,'DR OFORI',NULL,'','20131029-2948',NULL),(8325,2281,4,531,'2013-10-30 00:38:42',1,0,'','2013102987 ','2013-10-29','2013-10-29','20131029-87','17:38',1,'DR OFORI',NULL,'','20131029-2948',NULL),(8326,2358,3,531,'2013-10-30 00:41:34',0,0,'','2013102988','2013-10-29','2013-10-29','20131029-88','17:40',1,'DR OFORI',NULL,'','20131029-2949',NULL),(8327,95,3,531,'2013-10-30 00:49:31',0,0,'','2013102989','2013-10-29','2013-10-29','20131029-89','17:47',1,'DR QUAMPAH',NULL,'','20131029-2950',NULL),(8329,95,28,531,'2013-10-30 00:49:31',0,0,'','2013102989','2013-10-29','2013-10-29','20131029-89','17:49',1,'DR QUAMPAH',NULL,'','20131029-2950',NULL),(8330,2359,3,531,'2013-10-30 00:57:27',0,0,'','2013102990','2013-10-29','2013-10-29','20131029-90','17:56',1,'DR OFORI',NULL,'','20131029-2951',NULL),(8331,2360,3,531,'2013-10-30 01:04:29',0,0,'','2013102991','2013-10-29','2013-10-29','20131029-91','18:03',1,'DR OFORI',NULL,'','20131029-2952',NULL),(8332,2361,4,531,'2013-10-30 01:17:09',1,0,'','2013102992','2013-10-29','2013-10-29','20131029-92','18:14',1,'DR AMABLE',NULL,'','20131029-2953',NULL),(8333,2314,4,531,'2013-10-30 01:24:30',1,0,'','2013102993','2013-10-29','2013-10-29','20131029-93','18:23',1,'DR OFORI ANTI',NULL,'','20131029-2954',NULL),(8334,2362,3,531,'2013-10-30 01:46:21',1,0,'','2013102994','2013-10-29','2013-10-29','20131029-94','18:43',1,'DR FUMMY',NULL,'','20131029-2955',NULL),(8336,2362,4,531,'2013-10-30 01:46:21',0,0,'','2013102994','2013-10-29','2013-10-29','20131029-94','18:45',1,'DR FUMMY',NULL,'','20131029-2955',NULL),(8337,689,1,552,'2013-10-30 01:48:48',1,0,'','','2013-10-29','2013-10-29','20131029-95','18:48',1,'',NULL,'','20131029-2956',NULL),(8338,2363,3,531,'2013-10-30 02:08:00',0,0,'','2013102996','2013-10-29','2013-10-29','20131029-96','19:06',1,'DR DANIELS',NULL,'','20131029-2957',NULL),(8340,2363,4,531,'2013-10-30 02:08:01',1,0,'','2013102996','2013-10-29','2013-10-29','20131029-96','19:07',1,'DR DANIELS',NULL,'','20131029-2957',NULL),(8341,2364,3,531,'2013-10-30 02:12:09',0,0,'','2013102997','2013-10-29','2013-10-29','20131029-97','19:11',1,'DR DANIELS',NULL,'','20131029-2958',NULL),(8343,2364,4,531,'2013-10-30 02:12:09',1,0,'','2013102997','2013-10-29','2013-10-29','20131029-97','19:11',1,'DR DANIELS',NULL,'','20131029-2958',NULL),(8344,2365,3,531,'2013-10-30 02:14:32',0,0,'','2013102998','2013-10-29','2013-10-29','20131029-98','19:13',1,'DR DANIELS',NULL,'','20131029-2959',NULL),(8345,2366,3,531,'2013-10-30 02:22:40',1,0,'','2013102999','2013-10-29','2013-10-29','20131029-99','19:21',1,'DR OFORI ANTI',NULL,'','20131029-2960',NULL),(8347,2366,5,531,'2013-10-30 02:22:40',0,0,'','2013102999','2013-10-29','2013-10-29','20131029-99','19:22',1,'DR OFORI ANTI',NULL,'','20131029-2960',NULL),(8348,2367,3,531,'2013-10-30 02:25:04',0,0,'','20131029100','2013-10-29','2013-10-29','20131029-100','19:23',1,'DR FUMMY',NULL,'','20131029-2961',NULL),(8349,2368,3,558,'2013-10-30 03:19:55',1,0,'','20131029101','2013-10-29','2013-10-29','20131029-101','20:18',1,'DR OFORI',NULL,'','20131029-2962',NULL),(8350,2369,3,558,'2013-10-30 03:32:27',0,0,'','20131029102','2013-10-29','2013-10-29','20131029-102','20:29',1,'DR AMABLE',NULL,'','20131029-2963',NULL),(8352,2369,1,558,'2013-10-30 03:32:27',0,0,'','20131029102','2013-10-29','2013-10-29','20131029-102','20:30',1,'DR AMABLE',NULL,'','20131029-2963',NULL),(8355,2369,4,558,'2013-10-30 03:32:27',1,0,'','20131029102','2013-10-29','2013-10-29','20131029-102','20:31',1,'DR AMABLE',NULL,'','20131029-2963',NULL),(8359,2369,5,558,'2013-10-30 03:32:28',1,0,'','20131029102','2013-10-29','2013-10-29','20131029-102','20:32',1,'DR AMABLE',NULL,'','20131029-2963',NULL),(8360,2370,3,558,'2013-10-30 03:50:55',1,0,'','20131029103','2013-10-29','2013-10-29','20131029-103','20:48',1,'DR DANIELS',NULL,'','20131029-2964',NULL),(8362,2370,4,558,'2013-10-30 03:50:55',1,0,'','20131029103','2013-10-29','2013-10-29','20131029-103','20:50',1,'DR DANIELS',NULL,'','20131029-2964',NULL),(8363,2371,4,558,'2013-10-30 04:06:54',0,0,'','20131029104','2013-10-29','2013-10-29','20131029-104','21:05',1,'DR AMABLE',NULL,'','20131029-2965',NULL),(8364,2372,4,558,'2013-10-30 04:11:07',1,0,'','20131029105','2013-10-29','2013-10-29','20131029-105','21:09',1,'DR OFORI',NULL,'','20131029-2966',NULL),(8365,2373,4,558,'2013-10-30 04:40:44',1,0,'','20131029106','2013-10-29','2013-10-29','20131029-106','21:39',1,'DR AMOAH',NULL,'','20131029-2967',NULL),(8366,2374,3,558,'2013-10-30 05:23:53',1,0,'','20131029107','2013-10-29','2013-10-29','20131029-107','22:21',1,'DR AMOAH',NULL,'','20131029-2968',NULL),(8368,2374,4,558,'2013-10-30 05:23:53',1,0,'','20131029107','2013-10-29','2013-10-29','20131029-107','22:22',1,'DR AMOAH',NULL,'','20131029-2968',NULL),(8371,2374,1,558,'2013-10-30 05:23:53',1,0,'','20131029107','2013-10-29','2013-10-29','20131029-107','22:22',1,'DR AMOAH',NULL,'','20131029-2968',NULL),(8372,2375,3,558,'2013-10-30 05:37:43',1,0,'','20131029108','2013-10-29','2013-10-29','20131029-108','22:35',1,'DR AMOAH',NULL,'','20131029-2969',NULL),(8374,2375,4,558,'2013-10-30 05:37:43',1,0,'','20131029108','2013-10-29','2013-10-29','20131029-108','22:37',1,'DR AMOAH',NULL,'','20131029-2969',NULL),(8377,2375,1,558,'2013-10-30 05:37:43',1,0,'','20131029108','2013-10-29','2013-10-29','20131029-108','22:37',1,'DR AMOAH',NULL,'','20131029-2969',NULL),(8378,2376,3,558,'2013-10-30 05:44:37',1,0,'','20131029109','2013-10-29','2013-10-29','20131029-109','22:42',1,'DR K AMAOH',NULL,'','20131029-2970',NULL),(8379,2362,3,558,'2013-10-30 06:44:56',0,0,'','2013102994','2013-10-29','2013-10-29','20131029-110','23:43',1,'DR OFORI ANTI',NULL,'','20131029-2971',NULL),(8380,2377,3,558,'2013-10-30 20:50:12',1,0,'','201310301','2013-10-30','2013-10-30','20131030-1','00:48',1,'DR K AMAOH',NULL,'','20131030-2972',NULL),(8381,2240,4,558,'2013-10-30 22:31:19',1,0,'','201310302','2013-10-30','2013-10-30','20131030-2','15:30',1,'DR K AMAOH',NULL,'','20131030-2973',NULL),(8382,2378,3,558,'2013-10-31 01:14:26',1,0,'','201310303','2013-10-30','2013-10-30','20131030-3','18:12',1,'DR AMOAH',NULL,'','20131030-2974',NULL),(8384,2378,4,558,'2013-10-31 01:14:26',1,0,'','201310303','2013-10-30','2013-10-30','20131030-3','18:13',1,'DR AMOAH',NULL,'','20131030-2974',NULL),(8387,2378,1,558,'2013-10-31 01:14:26',1,0,'','201310303','2013-10-30','2013-10-30','20131030-3','18:13',1,'DR AMOAH',NULL,'','20131030-2974',NULL),(8388,2379,3,558,'2013-10-31 02:39:02',0,0,'','201310304 ','2013-10-30','2013-10-30','20131030-4','19:34',1,'DR TACHIE',NULL,'','20131030-2975',NULL),(8390,2379,1,558,'2013-10-31 02:39:03',0,0,'','201310304 ','2013-10-30','2013-10-30','20131030-4','19:36',1,'DR TACHIE',NULL,'','20131030-2975',NULL),(8391,1699,5,558,'2013-10-31 03:40:47',1,0,'','201310305','2013-10-30','2013-10-30','20131030-5','20:38',1,'DR AMOAH',NULL,'','20131030-2976',NULL),(8393,1699,1,558,'2013-10-31 03:40:48',1,0,'','201310305','2013-10-30','2013-10-30','20131030-5','20:40',1,'DR AMOAH',NULL,'','20131030-2976',NULL),(8394,2380,3,558,'2013-10-31 03:51:43',0,0,'','201310306','2013-10-30','2013-10-30','20131030-6','20:50',1,'DR AMOAH',NULL,'','20131030-2977',NULL),(8395,2381,3,558,'2013-10-31 03:56:23',0,0,'','201310307','2013-10-30','2013-10-30','20131030-7','20:55',1,'DR K AMAOH',NULL,'','20131030-2978',NULL),(8396,2306,1,531,'2013-10-31 04:33:22',0,0,'','201310308','2013-10-30','2013-10-30','20131030-8','21:32',1,'DR MENSAH',NULL,'','20131030-2979',NULL),(8397,2382,12,531,'2013-10-31 04:36:52',1,0,'','201310309','2013-10-30','2013-10-30','20131030-9','21:35',1,'DR TACHIE',NULL,'','20131030-2980',NULL),(8398,1022,3,531,'2013-10-31 04:39:59',0,0,'','2013103010 ','2013-10-30','2013-10-30','20131030-10','21:38',1,'DR K AMAOH',NULL,'','20131030-2981',NULL),(8400,1022,1,531,'2013-10-31 04:39:59',1,0,'','2013103010 ','2013-10-30','2013-10-30','20131030-10','21:39',1,'DR K AMAOH',NULL,'','20131030-2981',NULL),(8403,1022,4,531,'2013-10-31 04:39:59',1,0,'','2013103010 ','2013-10-30','2013-10-30','20131030-10','21:39',1,'DR K AMAOH',NULL,'','20131030-2981',NULL),(8404,355,3,531,'2013-10-31 05:04:50',0,0,'','2013103011','2013-10-30','2013-10-30','20131030-11','22:03',1,'DR VORTIA',NULL,'','20131030-2982',NULL),(8406,355,1,531,'2013-10-31 05:04:50',0,0,'','2013103011','2013-10-30','2013-10-30','20131030-11','22:04',1,'DR VORTIA',NULL,'','20131030-2982',NULL),(8409,355,4,531,'2013-10-31 05:04:50',1,0,'','2013103011','2013-10-30','2013-10-30','20131030-11','22:04',1,'DR VORTIA',NULL,'','20131030-2982',NULL),(8410,2383,17,531,'2013-10-31 05:17:49',0,0,'','2013103013','2013-10-30','2013-10-30','20131030-13','22:16',1,'DR DOW',NULL,'','20131030-2984',NULL),(8411,2384,3,531,'2013-10-31 05:26:33',0,0,'','2013103014','2013-10-30','2013-10-30','20131030-14','22:24',1,'DR DJAN',NULL,'','20131030-2985',NULL),(8413,2384,1,531,'2013-10-31 05:26:33',0,0,'','2013103014','2013-10-30','2013-10-30','20131030-14','22:25',1,'DR DJAN',NULL,'','20131030-2985',NULL),(8416,2384,2,531,'2013-10-31 05:26:34',1,0,'','2013103014','2013-10-30','2013-10-30','20131030-14','22:26',1,'DR DJAN',NULL,'','20131030-2985',NULL),(8417,2385,3,531,'2013-10-31 05:29:57',0,0,'','2013103015 ','2013-10-30','2013-10-30','20131030-15','22:28',1,'DR YEBOAH',NULL,'','20131030-2986',NULL),(8419,2385,4,531,'2013-10-31 05:29:59',1,0,'','2013103015 ','2013-10-30','2013-10-30','20131030-15','22:29',1,'DR YEBOAH',NULL,'','20131030-2986',NULL),(8420,2386,3,531,'2013-10-31 05:35:55',0,0,'','2013103016 ','2013-10-30','2013-10-30','20131030-16','22:34',1,'',NULL,'','20131030-2987',NULL),(8422,2386,1,531,'2013-10-31 05:35:57',0,0,'','2013103016 ','2013-10-30','2013-10-30','20131030-16','22:35',1,'',NULL,'','20131030-2987',NULL),(8423,2387,3,531,'2013-10-31 05:39:06',0,0,'','2013103017','2013-10-30','2013-10-30','20131030-17','22:38',1,'DR MENSAH',NULL,'','20131030-2988',NULL),(8424,2381,1,531,'2013-10-31 05:43:51',1,0,'','2013103018 ','2013-10-30','2013-10-30','20131030-18','22:41',1,'DR MENSAH',NULL,'','20131030-2989',NULL),(8425,1051,1,531,'2013-10-31 05:48:24',1,0,'','2013103019','2013-10-30','2013-10-30','20131030-19','22:44',1,'DR MENSAH',NULL,'','20131030-2990',NULL),(8427,1051,5,531,'2013-10-31 05:48:25',1,0,'','2013103019','2013-10-30','2013-10-30','20131030-19','22:48',1,'DR MENSAH',NULL,'','20131030-2990',NULL),(8428,2388,3,531,'2013-10-31 05:55:42',0,0,'','2013103020','2013-10-30','2013-10-30','20131030-20','22:53',1,'DR OFORI ANTI',NULL,'','20131030-2991',NULL),(8430,2388,1,531,'2013-10-31 05:55:42',0,0,'','2013103020','2013-10-30','2013-10-30','20131030-20','22:54',1,'DR OFORI ANTI',NULL,'','20131030-2991',NULL),(8433,2388,5,531,'2013-10-31 05:55:42',1,0,'','2013103020','2013-10-30','2013-10-30','20131030-20','22:55',1,'DR OFORI ANTI',NULL,'','20131030-2991',NULL),(8437,2388,4,531,'2013-10-31 05:55:42',1,0,'','2013103020','2013-10-30','2013-10-30','20131030-20','22:55',1,'DR OFORI ANTI',NULL,'','20131030-2991',NULL),(8438,2389,3,531,'2013-10-31 05:59:12',0,0,'','2013103021','2013-10-30','2013-10-30','20131030-21','22:56',1,'DR OFORI ANTI',NULL,'','20131030-2992',NULL),(8440,2389,1,531,'2013-10-31 05:59:13',0,0,'','2013103021','2013-10-30','2013-10-30','20131030-21','22:58',1,'DR OFORI ANTI',NULL,'','20131030-2992',NULL),(8443,2389,4,531,'2013-10-31 05:59:13',1,0,'','2013103021','2013-10-30','2013-10-30','20131030-21','22:59',1,'DR OFORI ANTI',NULL,'','20131030-2992',NULL),(8444,2390,3,531,'2013-10-31 06:04:47',0,0,'','2013103022','2013-10-30','2013-10-30','20131030-22','23:00',1,'DR ARMAH',NULL,'','20131030-2993',NULL),(8446,2390,1,531,'2013-10-31 06:04:48',1,0,'','2013103022','2013-10-30','2013-10-30','20131030-22','23:02',1,'DR ARMAH',NULL,'','20131030-2993',NULL),(8449,2390,4,531,'2013-10-31 06:04:48',1,0,'','2013103022','2013-10-30','2013-10-30','20131030-22','23:04',1,'DR ARMAH',NULL,'','20131030-2993',NULL),(8450,2391,3,531,'2013-10-31 06:08:37',0,0,'','2013103023','2013-10-30','2013-10-30','20131030-23','23:06',1,'DR MENSAH',NULL,'','20131030-2994',NULL),(8452,2391,1,531,'2013-10-31 06:08:37',0,0,'','2013103023','2013-10-30','2013-10-30','20131030-23','23:08',1,'DR MENSAH',NULL,'','20131030-2994',NULL),(8455,2391,4,531,'2013-10-31 06:08:38',1,0,'','2013103023','2013-10-30','2013-10-30','20131030-23','23:08',1,'DR MENSAH',NULL,'','20131030-2994',NULL),(8456,2392,3,531,'2013-10-31 06:12:00',0,0,'','2013103024','2013-10-30','2013-10-30','20131030-24','23:09',1,'DR AMOAH',NULL,'','20131030-2995',NULL),(8458,2392,1,531,'2013-10-31 06:12:01',0,0,'','2013103024','2013-10-30','2013-10-30','20131030-24','23:11',1,'DR AMOAH',NULL,'','20131030-2995',NULL),(8461,2392,4,531,'2013-10-31 06:12:01',1,0,'','2013103024','2013-10-30','2013-10-30','20131030-24','23:11',1,'DR AMOAH',NULL,'','20131030-2995',NULL),(8462,2393,1,531,'2013-10-31 06:14:32',0,0,'','2013103025','2013-10-30','2013-10-30','20131030-25','23:13',1,'DR SALLAR',NULL,'','20131030-2996',NULL),(8463,2394,3,531,'2013-10-31 06:17:27',0,0,'','2013103026','2013-10-30','2013-10-30','20131030-26','23:16',1,'DR ARMAH',NULL,'','20131030-2997',NULL),(8465,2394,4,531,'2013-10-31 06:17:27',1,0,'','2013103026','2013-10-30','2013-10-30','20131030-26','23:17',1,'DR ARMAH',NULL,'','20131030-2997',NULL),(8466,2395,3,531,'2013-10-31 06:27:26',0,0,'','2013103027','2013-10-30','2013-10-30','20131030-27','23:24',1,'DR SALLAR',NULL,'','20131030-2998',NULL),(8468,2395,4,531,'2013-10-31 06:27:26',1,0,'','2013103027','2013-10-30','2013-10-30','20131030-27','23:27',1,'DR SALLAR',NULL,'','20131030-2998',NULL),(8469,1933,4,543,'2013-10-31 06:28:10',1,0,'','2013102474','2013-10-30','2013-10-30','20131030-28','23:27',1,'',NULL,'','20131030-2999',NULL),(8470,2396,3,531,'2013-10-31 06:31:54',0,0,'','','2013-10-30','2013-10-30','20131030-29','23:30',1,'',NULL,'','20131030-3000',NULL),(8472,2396,4,531,'2013-10-31 06:31:54',1,0,'','2013103029','2013-10-30','2013-10-30','20131030-29','23:31',1,'',NULL,'','20131030-3000',NULL),(8473,1933,4,543,'2013-10-31 06:33:42',1,0,'',' 2013102474','2013-10-30','2013-10-30','20131030-31','23:33',1,'',NULL,'','20131030-3002',NULL),(8474,2397,4,531,'2013-10-31 06:34:19',1,0,'','2013103030 ','2013-10-30','2013-10-30','20131030-30','23:32',1,'DR OFORI ANTI',NULL,'','20131030-3001',NULL),(8475,2398,3,531,'2013-10-31 06:39:18',0,0,'','2013103032','2013-10-30','2013-10-30','20131030-32','23:37',1,'DR SALLAR',NULL,'','20131030-3003',NULL),(8477,2398,1,531,'2013-10-31 06:39:18',1,0,'','2013103032','2013-10-30','2013-10-30','20131030-32','23:38',1,'DR SALLAR',NULL,'','20131030-3003',NULL),(8480,2398,4,531,'2013-10-31 06:39:18',1,0,'','2013103032','2013-10-30','2013-10-30','20131030-32','23:39',1,'DR SALLAR',NULL,'','20131030-3003',NULL),(8481,2399,3,531,'2013-10-31 06:43:48',0,0,'','2013103033','2013-10-30','2013-10-30','20131030-33','23:41',1,'DR SALLAR',NULL,'','20131030-3004',NULL),(8483,2399,1,531,'2013-10-31 06:43:48',1,0,'','2013103033','2013-10-30','2013-10-30','20131030-33','23:42',1,'DR SALLAR',NULL,'','20131030-3004',NULL),(8486,2399,4,531,'2013-10-31 06:43:49',1,0,'','2013103033','2013-10-30','2013-10-30','20131030-33','23:42',1,'DR SALLAR',NULL,'','20131030-3004',NULL),(8490,2399,21,531,'2013-10-31 06:43:49',1,0,'','2013103033','2013-10-30','2013-10-30','20131030-33','23:43',1,'DR SALLAR',NULL,'','20131030-3004',NULL),(8491,2400,15,531,'2013-10-31 06:49:24',1,0,'','2013103034','2013-10-30','2013-10-30','20131030-34','23:47',1,'DR MENSAH',NULL,'','20131030-3005',NULL),(8492,2071,1,531,'2013-10-31 06:51:57',0,0,'','2013103035','2013-10-30','2013-10-30','20131030-35','23:50',1,'DR MENSAH',NULL,'','20131030-3006',NULL),(8494,2071,4,531,'2013-10-31 06:51:57',1,0,'','2013103035','2013-10-30','2013-10-30','20131030-35','23:51',1,'DR MENSAH',NULL,'','20131030-3006',NULL),(8495,2401,3,531,'2013-10-31 06:54:01',0,0,'','2013103036','2013-10-30','2013-10-30','20131030-36','23:52',1,'DR ARMAH',NULL,'','20131030-3007',NULL),(8497,2401,4,531,'2013-10-31 06:54:01',1,0,'','2013103036','2013-10-30','2013-10-30','20131030-36','23:53',1,'DR ARMAH',NULL,'','20131030-3007',NULL),(8498,2209,4,534,'2013-10-31 07:00:34',1,0,'',' 2013102820','2013-10-30','2013-10-30','20131030-37','23:59',1,'',NULL,'','20131031-3008',NULL),(8499,2393,1,531,'2013-10-30 18:06:40',1,0,'','2013103038','2013-10-30','2013-10-30','20131030-38','11:02',1,'DR SALLAR',NULL,'','20131030-3010',NULL),(8501,2393,4,531,'2013-10-30 18:06:40',1,0,'','2013103038','2013-10-30','2013-10-30','20131030-38','11:04',1,'DR SALLAR',NULL,'','20131030-3010',NULL),(8502,2402,3,531,'2013-10-30 18:18:22',0,0,'','2013103039','2013-10-30','2013-10-30','20131030-39','11:15',1,'DR SALLAR',NULL,'','20131030-3011',NULL),(8504,2402,2,531,'2013-10-30 18:18:22',1,0,'','2013103039','2013-10-30','2013-10-30','20131030-39','11:16',1,'DR SALLAR',NULL,'','20131030-3011',NULL),(8505,1902,3,531,'2013-10-30 18:21:53',0,0,'','2013103040','2013-10-30','2013-10-30','20131030-40','11:20',1,'DR TAKYI',NULL,'','20131030-3012',NULL),(8506,2403,3,531,'2013-10-30 18:25:26',0,0,'','2013103041','2013-10-30','2013-10-30','20131030-41','11:24',1,'DR TAKYI',NULL,'','20131030-3013',NULL),(8507,2404,3,531,'2013-10-30 18:31:43',0,0,'','2013103042','2013-10-30','2013-10-30','20131030-42','11:30',1,'DR YEBOAH',NULL,'','20131030-3014',NULL),(8509,2404,4,531,'2013-10-30 18:31:44',1,0,'','2013103042','2013-10-30','2013-10-30','20131030-42','11:31',1,'DR YEBOAH',NULL,'','20131030-3014',NULL),(8510,2405,3,531,'2013-10-30 18:34:46',0,0,'','2013103043','2013-10-30','2013-10-30','20131030-43','11:32',1,'',NULL,'','20131030-3015',NULL),(8512,2405,4,531,'2013-10-30 18:34:47',0,0,'','2013103043','2013-10-30','2013-10-30','20131030-43','11:34',1,'',NULL,'','20131030-3015',NULL),(8513,2406,3,531,'2013-10-30 18:36:31',0,0,'','2013103044 ','2013-10-30','2013-10-30','20131030-44','11:35',1,'DR MENSAH',NULL,'','20131030-3016',NULL),(8514,2407,3,531,'2013-10-30 18:41:04',0,0,'','2013103045 ','2013-10-30','2013-10-30','20131030-45','11:38',1,'DR FUMMY',NULL,'','20131030-3017',NULL),(8516,2407,4,531,'2013-10-30 18:41:04',1,0,'','2013103045 ','2013-10-30','2013-10-30','20131030-45','11:40',1,'DR FUMMY',NULL,'','20131030-3017',NULL),(8517,2408,3,531,'2013-10-30 18:44:30',0,0,'','2013103046','2013-10-30','2013-10-30','20131030-46','11:43',1,'DR FUMMY',NULL,'','20131030-3018',NULL),(8519,2408,4,531,'2013-10-30 18:44:30',1,0,'','2013103046','2013-10-30','2013-10-30','20131030-46','11:44',1,'DR FUMMY',NULL,'','20131030-3018',NULL),(8520,2409,3,531,'2013-10-30 18:48:24',0,0,'','2013103047','2013-10-30','2013-10-30','20131030-47','11:47',1,'DR SALLAR',NULL,'','20131030-3019',NULL),(8521,2410,4,531,'2013-10-30 18:56:52',1,0,'','2013103048','2013-10-30','2013-10-30','20131030-48','11:55',1,'DR SALLAR',NULL,'','20131030-3020',NULL),(8523,2410,10,531,'2013-10-30 18:56:52',1,0,'','2013103048','2013-10-30','2013-10-30','20131030-48','11:56',1,'DR SALLAR',NULL,'','20131030-3020',NULL),(8524,2411,3,531,'2013-10-30 18:59:43',0,0,'','2013103049','2013-10-30','2013-10-30','20131030-49','11:57',1,'DR SALLAR',NULL,'','20131030-3021',NULL),(8526,2411,4,531,'2013-10-30 18:59:44',1,0,'','2013103049','2013-10-30','2013-10-30','20131030-49','11:59',1,'DR SALLAR',NULL,'','20131030-3021',NULL),(8527,1174,3,531,'2013-10-30 19:28:32',0,0,'','2013103050','2013-10-30','2013-10-30','20131030-50','12:26',1,'DR ARMAH',NULL,'','20131030-3022',NULL),(8529,1174,1,531,'2013-10-30 19:28:32',1,0,'','2013103050','2013-10-30','2013-10-30','20131030-50','12:27',1,'DR ARMAH',NULL,'','20131030-3022',NULL),(8532,1174,4,531,'2013-10-30 19:28:32',1,0,'','2013103050','2013-10-30','2013-10-30','20131030-50','12:28',1,'DR ARMAH',NULL,'','20131030-3022',NULL),(8533,2396,3,534,'2013-10-30 19:32:02',0,0,'','','2013-10-30','2013-10-30','20131030-52','12:31',1,'',NULL,'','20131030-3024',NULL),(8534,2412,3,531,'2013-10-30 19:33:56',0,0,'','2013103051','2013-10-30','2013-10-30','20131030-51','12:30',1,'DR SALLAR',NULL,'','20131030-3023',NULL),(8536,2412,5,531,'2013-10-30 19:33:56',1,0,'','2013103051','2013-10-30','2013-10-30','20131030-51','12:32',1,'DR SALLAR',NULL,'','20131030-3023',NULL),(8539,2412,4,531,'2013-10-30 19:33:56',1,0,'','2013103051','2013-10-30','2013-10-30','20131030-51','12:33',1,'DR SALLAR',NULL,'','20131030-3023',NULL),(8540,2413,3,531,'2013-10-30 19:51:17',1,0,'','2013103053','2013-10-30','2013-10-30','20131030-53','12:49',1,'DR MENSAH',NULL,'','20131030-3025',NULL),(8542,2413,1,531,'2013-10-30 19:51:18',0,0,'','2013103053','2013-10-30','2013-10-30','20131030-53','12:49',1,'DR MENSAH',NULL,'','20131030-3025',NULL),(8545,2413,4,531,'2013-10-30 19:51:18',1,0,'','2013103053','2013-10-30','2013-10-30','20131030-53','12:50',1,'DR MENSAH',NULL,'','20131030-3025',NULL),(8549,2413,5,531,'2013-10-30 19:51:18',1,0,'','2013103053','2013-10-30','2013-10-30','20131030-53','12:50',1,'DR MENSAH',NULL,'','20131030-3025',NULL),(8554,2413,28,531,'2013-10-30 19:51:18',0,0,'','2013103053','2013-10-30','2013-10-30','20131030-53','12:51',1,'DR MENSAH',NULL,'','20131030-3025',NULL),(8555,2414,3,531,'2013-10-30 19:54:19',0,0,'','2013103054','2013-10-30','2013-10-30','20131030-54','12:52',1,'DR MENSAH',NULL,'','20131030-3026',NULL),(8557,2414,4,531,'2013-10-30 19:54:19',1,0,'','2013103054','2013-10-30','2013-10-30','20131030-54','12:54',1,'DR MENSAH',NULL,'','20131030-3026',NULL),(8558,2415,3,531,'2013-10-30 20:18:01',0,0,'','2013103055','2013-10-30','2013-10-30','20131030-55','13:17',1,'DR FUMMY',NULL,'','20131030-3027',NULL),(8559,2416,3,531,'2013-10-30 20:38:14',0,0,'','2013103056','2013-10-30','2013-10-30','20131030-58','13:36',1,'DR ARMAH',NULL,'','20131030-3030',NULL),(8561,2416,1,531,'2013-10-30 20:38:14',1,0,'','2013103056','2013-10-30','2013-10-30','20131030-58','13:37',1,'DR ARMAH',NULL,'','20131030-3030',NULL),(8564,2416,4,531,'2013-10-30 20:38:14',1,0,'','2013103056','2013-10-30','2013-10-30','20131030-58','13:38',1,'DR ARMAH',NULL,'','20131030-3030',NULL),(8565,2417,3,531,'2013-10-30 20:49:55',1,0,'','2013103059','2013-10-30','2013-10-30','20131030-59','13:47',1,'',NULL,'','20131030-3031',NULL),(8567,2417,1,531,'2013-10-30 20:49:55',1,0,'','2013103059','2013-10-30','2013-10-30','20131030-59','13:49',1,'',NULL,'','20131030-3031',NULL),(8568,2324,1,534,'2013-10-30 20:50:26',1,0,'','2013102944','2013-10-30','2013-10-30','20131030-60','13:49',1,'',NULL,'','20131030-3032',NULL),(8569,1534,3,531,'2013-10-30 20:53:06',0,0,'','2013103061','2013-10-30','2013-10-30','20131030-61','13:51',1,'DR YEBOAH',NULL,'','20131030-3033',NULL),(8571,1534,1,531,'2013-10-30 20:53:06',0,0,'','2013103061','2013-10-30','2013-10-30','20131030-61','13:52',1,'DR YEBOAH',NULL,'','20131030-3033',NULL),(8574,1534,4,531,'2013-10-30 20:53:06',0,0,'','2013103061','2013-10-30','2013-10-30','20131030-61','13:52',1,'DR YEBOAH',NULL,'','20131030-3033',NULL),(8575,2418,3,531,'2013-10-30 20:55:08',0,0,'','2013103062','2013-10-30','2013-10-30','20131030-62','13:53',1,'DR YEBOAH',NULL,'','20131030-3034',NULL),(8576,2402,3,552,'2013-10-30 20:58:19',1,0,'','','2013-10-30','2013-10-30','20131030-63','13:57',1,'',NULL,'','20131030-3035',NULL),(8577,2352,4,552,'2013-10-30 21:10:41',1,0,'','2013102978','2013-10-30','2013-10-30','20131030-64','14:09',1,'',NULL,'','20131030-3036',NULL),(8578,1191,3,531,'2013-10-30 21:13:48',0,0,'','2013103065 ','2013-10-30','2013-10-30','20131030-65','14:11',1,'DR FUMMY',NULL,'','20131030-3037',NULL),(8580,1191,4,531,'2013-10-30 21:13:49',1,0,'','2013103065 ','2013-10-30','2013-10-30','20131030-65','14:13',1,'DR FUMMY',NULL,'','20131030-3037',NULL),(8581,2419,3,531,'2013-10-30 21:20:54',0,0,'','2013103066','2013-10-30','2013-10-30','20131030-66','14:18',1,'DR YEBOAH',NULL,'','20131030-3038',NULL),(8582,2407,3,534,'2013-10-30 21:22:06',1,0,'','','2013-10-30','2013-10-30','20131030-67','14:21',1,'',NULL,'','20131030-3039',NULL),(8583,2001,4,531,'2013-10-30 21:27:26',1,0,'','2013103068','2013-10-30','2013-10-30','20131030-68','14:21',1,'DR SALLAR',NULL,'','20131030-3040',NULL),(8584,2420,3,531,'2013-10-30 21:32:22',0,0,'','2013103069 ','2013-10-30','2013-10-30','20131030-69','14:29',1,'DR MENSAH',NULL,'','20131030-3041',NULL),(8586,2420,1,531,'2013-10-30 21:32:22',1,0,'','2013103069 ','2013-10-30','2013-10-30','20131030-69','14:31',1,'DR MENSAH',NULL,'','20131030-3041',NULL),(8589,2420,4,531,'2013-10-30 21:32:23',1,0,'','2013103069 ','2013-10-30','2013-10-30','20131030-69','14:31',1,'DR MENSAH',NULL,'','20131030-3041',NULL),(8593,2420,5,531,'2013-10-30 21:32:23',0,0,'','2013103069 ','2013-10-30','2013-10-30','20131030-69','14:32',1,'DR MENSAH',NULL,'','20131030-3041',NULL),(8594,2421,3,531,'2013-10-30 21:35:29',0,0,'','2013103070','2013-10-30','2013-10-30','20131030-70','14:33',1,'DR MENSAH',NULL,'','20131030-3042',NULL),(8595,2422,3,531,'2013-10-30 21:48:32',0,0,'','2013103071','2013-10-30','2013-10-30','20131030-71','14:46',1,'DR MENSAH',NULL,'','20131030-3043',NULL),(8597,2422,1,531,'2013-10-30 21:48:32',0,0,'','2013103071','2013-10-30','2013-10-30','20131030-71','14:48',1,'DR MENSAH',NULL,'','20131030-3043',NULL),(8598,2423,1,531,'2013-10-30 21:56:17',0,0,'','2013103072','2013-10-30','2013-10-30','20131030-72','14:54',1,'DR SALLAR',NULL,'','20131030-3044',NULL),(8600,2423,4,531,'2013-10-30 21:56:17',1,0,'','2013103072','2013-10-30','2013-10-30','20131030-72','14:55',1,'DR SALLAR',NULL,'','20131030-3044',NULL),(8601,2424,3,531,'2013-10-30 22:01:53',0,0,'','2013103073','2013-10-30','2013-10-30','20131030-73','14:59',1,'DR SALLAR',NULL,'','20131030-3045',NULL),(8603,2424,1,531,'2013-10-30 22:01:54',0,0,'','2013103073','2013-10-30','2013-10-30','20131030-73','15:01',1,'DR SALLAR',NULL,'','20131030-3045',NULL),(8606,2424,5,531,'2013-10-30 22:01:54',0,0,'','2013103073','2013-10-30','2013-10-30','20131030-73','15:01',1,'DR SALLAR',NULL,'','20131030-3045',NULL),(8607,2347,4,531,'2013-10-30 22:15:51',1,0,'','2013103074','2013-10-30','2013-10-30','20131030-74','15:14',1,'DR YEBOAH',NULL,'','20131030-3046',NULL),(8608,2425,3,531,'2013-10-30 22:36:03',0,0,'','2013103075','2013-10-30','2013-10-30','20131030-75','15:34',1,'DR SALLAR',NULL,'','20131030-3047',NULL),(8610,2425,1,531,'2013-10-30 22:36:04',1,0,'','2013103075','2013-10-30','2013-10-30','20131030-75','15:35',1,'DR SALLAR',NULL,'','20131030-3047',NULL),(8613,2425,4,531,'2013-10-30 22:36:04',1,0,'','2013103075','2013-10-30','2013-10-30','20131030-75','15:35',1,'DR SALLAR',NULL,'','20131030-3047',NULL),(8614,2426,3,531,'2013-10-30 22:40:22',0,0,'','2013103076 ','2013-10-30','2013-10-30','20131030-76','15:37',1,'DR SALLAR',NULL,'','20131030-3048',NULL),(8616,2426,4,531,'2013-10-30 22:40:22',1,0,'','2013103076 ','2013-10-30','2013-10-30','20131030-76','15:40',1,'DR SALLAR',NULL,'','20131030-3048',NULL),(8617,2427,3,531,'2013-10-30 22:46:07',0,0,'','2013103077','2013-10-30','2013-10-30','20131030-77','15:44',1,'',NULL,'','20131030-3049',NULL),(8619,2427,4,531,'2013-10-30 22:46:07',1,0,'','2013103077','2013-10-30','2013-10-30','20131030-77','15:45',1,'',NULL,'','20131030-3049',NULL),(8620,2428,3,531,'2013-10-30 22:49:51',0,0,'','2013103078','2013-10-30','2013-10-30','20131030-78','15:47',1,'',NULL,'','20131030-3050',NULL),(8622,2428,19,531,'2013-10-30 22:49:52',0,0,'','2013103078','2013-10-30','2013-10-30','20131030-78','15:48',1,'',NULL,'','20131030-3050',NULL),(8623,2429,3,531,'2013-10-30 22:58:42',0,0,'','2013103079','2013-10-30','2013-10-30','20131030-79','15:56',1,'DR SALLAR',NULL,'','20131030-3051',NULL),(8625,2429,4,531,'2013-10-30 22:58:42',1,0,'','2013103079','2013-10-30','2013-10-30','20131030-79','15:58',1,'DR SALLAR',NULL,'','20131030-3051',NULL),(8626,2430,3,531,'2013-10-30 23:12:37',0,0,'','2013103082','2013-10-30','2013-10-30','20131030-82','16:10',1,'DR MENSAH',NULL,'','20131030-3054',NULL),(8628,2430,4,531,'2013-10-30 23:12:37',1,0,'','2013103082','2013-10-30','2013-10-30','20131030-82','16:11',1,'DR MENSAH',NULL,'','20131030-3054',NULL),(8629,2431,3,531,'2013-10-30 23:15:38',0,0,'','2013103083 ','2013-10-30','2013-10-30','20131030-83','16:14',1,'DR YEBOAH',NULL,'','20131030-3055',NULL),(8631,2431,4,531,'2013-10-30 23:15:38',1,0,'','2013103083 ','2013-10-30','2013-10-30','20131030-83','16:15',1,'DR YEBOAH',NULL,'','20131030-3055',NULL),(8632,2432,3,531,'2013-10-30 23:19:12',0,0,'','2013103084','2013-10-30','2013-10-30','20131030-84','16:16',1,'DR MENSAH',NULL,'','20131030-3056',NULL),(8633,2433,1,531,'2013-10-30 23:22:29',1,0,'','2013103085','2013-10-30','2013-10-30','20131030-85','16:20',1,'DR SALLAR',NULL,'','20131030-3057',NULL),(8635,2433,3,531,'2013-10-30 23:22:29',0,0,'','2013103085','2013-10-30','2013-10-30','20131030-85','16:21',1,'DR SALLAR',NULL,'','20131030-3057',NULL),(8638,2433,2,531,'2013-10-30 23:22:29',1,0,'','2013103085','2013-10-30','2013-10-30','20131030-85','16:21',1,'DR SALLAR',NULL,'','20131030-3057',NULL),(8642,2433,4,531,'2013-10-30 23:22:29',1,0,'','2013103085','2013-10-30','2013-10-30','20131030-85','16:22',1,'DR SALLAR',NULL,'','20131030-3057',NULL),(8643,2434,3,531,'2013-10-30 23:38:27',0,0,'','2013103086','2013-10-30','2013-10-30','20131030-86','16:35',1,'DR YEBOAH',NULL,'','20131030-3058',NULL),(8645,2434,4,531,'2013-10-30 23:38:27',1,0,'','2013103086','2013-10-30','2013-10-30','20131030-86','16:38',1,'DR YEBOAH',NULL,'','20131030-3058',NULL),(8646,2435,3,531,'2013-10-31 00:03:49',0,0,'','2013103087','2013-10-30','2013-10-30','20131030-87','16:56',1,'',NULL,'','20131030-3059',NULL),(8647,1315,28,531,'2013-10-31 00:07:00',0,0,'','2013103088','2013-10-30','2013-10-30','20131030-88','17:06',1,'DR ARMAH',NULL,'','20131030-3060',NULL),(8648,2436,3,531,'2013-10-31 00:13:40',0,0,'','2013103089','2013-10-30','2013-10-30','20131030-89','17:11',1,'DR YEBOAH',NULL,'','20131030-3061',NULL),(8650,2436,4,531,'2013-10-31 00:13:41',1,0,'','2013103089','2013-10-30','2013-10-30','20131030-89','17:13',1,'DR YEBOAH',NULL,'','20131030-3061',NULL),(8651,2431,4,552,'2013-10-31 00:25:48',1,0,'','2013103083','2013-10-30','2013-10-30','20131030-91','17:25',1,'',NULL,'','20131030-3063',NULL),(8652,2437,3,531,'2013-10-31 00:29:47',0,0,'','2013103092 ','2013-10-30','2013-10-30','20131030-92','17:28',1,'DR YEBOAH',NULL,'','20131030-3064',NULL),(8653,1933,4,552,'2013-10-31 01:04:12',1,0,'','2013102474','2013-10-30','2013-10-30','20131030-93','18:03',1,'',NULL,'','20131030-3065',NULL),(8654,2438,3,531,'2013-10-31 01:27:48',0,0,'','2013103094','2013-10-30','2013-10-30','20131030-94','18:26',1,'DR ARMAH',NULL,'','20131030-3066',NULL),(8655,2439,3,531,'2013-10-31 01:32:36',0,0,'','2013103095','2013-10-30','2013-10-30','20131030-95','18:31',1,'DR ASUMANU',NULL,'','20131030-3067',NULL),(8656,2440,3,531,'2013-10-31 01:53:34',1,0,'','2013103096','2013-10-30','2013-10-30','20131030-96','18:52',1,'DR S EDUSA',NULL,'','20131030-3068',NULL),(8657,2441,3,531,'2013-10-31 01:56:34',0,0,'','2013103097','2013-10-30','2013-10-30','20131030-97','18:55',1,'DR YEBOAH',NULL,'','20131030-3069',NULL),(8659,2441,1,531,'2013-10-31 01:56:34',1,0,'','2013103097','2013-10-30','2013-10-30','20131030-97','18:55',1,'DR YEBOAH',NULL,'','20131030-3069',NULL),(8662,2441,5,531,'2013-10-31 01:56:34',0,0,'','2013103097','2013-10-30','2013-10-30','20131030-97','18:56',1,'DR YEBOAH',NULL,'','20131030-3069',NULL),(8663,2442,3,531,'2013-10-31 01:59:44',0,0,'','2013103098 ','2013-10-30','2013-10-30','20131030-98','18:58',1,'DR ASUMANU',NULL,'','20131030-3070',NULL),(8665,2442,1,531,'2013-10-31 01:59:44',0,0,'','2013103098 ','2013-10-30','2013-10-30','20131030-98','18:59',1,'DR ASUMANU',NULL,'','20131030-3070',NULL),(8666,2443,3,531,'2013-10-31 02:08:31',0,0,'','2013103099','2013-10-30','2013-10-30','20131030-99','19:05',1,'DR YEBOAH',NULL,'','20131030-3071',NULL),(8668,2443,1,531,'2013-10-31 02:08:31',0,0,'','2013103099','2013-10-30','2013-10-30','20131030-99','19:06',1,'DR YEBOAH',NULL,'','20131030-3071',NULL),(8671,2443,4,531,'2013-10-31 02:08:32',1,0,'','2013103099','2013-10-30','2013-10-30','20131030-99','19:07',1,'DR YEBOAH',NULL,'','20131030-3071',NULL),(8672,2444,3,531,'2013-10-31 02:11:53',1,0,'','20131030100','2013-10-30','2013-10-30','20131030-100','19:10',1,'DR SALLAR',NULL,'','20131030-3072',NULL),(8674,2444,1,531,'2013-10-31 02:11:53',1,0,'','20131030100','2013-10-30','2013-10-30','20131030-100','19:11',1,'DR SALLAR',NULL,'','20131030-3072',NULL),(8675,2445,3,531,'2013-10-31 02:21:50',1,0,'','20131030101','2013-10-30','2013-10-30','20131030-101','19:20',1,'DR SALLAR',NULL,'','20131030-3073',NULL),(8677,2445,1,531,'2013-10-31 02:21:50',1,0,'','20131030101','2013-10-30','2013-10-30','20131030-101','19:21',1,'DR SALLAR',NULL,'','20131030-3073',NULL),(8678,2446,3,531,'2013-10-31 02:25:32',0,0,'','20131030102','2013-10-30','2013-10-30','20131030-102','19:23',1,'DR SALLAR',NULL,'','20131030-3074',NULL),(8680,2446,1,531,'2013-10-31 02:25:33',1,0,'','20131030102','2013-10-30','2013-10-30','20131030-102','19:25',1,'DR SALLAR',NULL,'','20131030-3074',NULL),(8683,2446,4,531,'2013-10-31 02:25:33',1,0,'','20131030102','2013-10-30','2013-10-30','20131030-102','19:25',1,'DR SALLAR',NULL,'','20131030-3074',NULL),(8684,2447,3,531,'2013-10-31 02:28:32',0,0,'','20131030103','2013-10-30','2013-10-30','20131030-103','19:27',1,'DR SALLAR',NULL,'','20131030-3075',NULL),(8686,2447,1,531,'2013-10-31 02:28:32',1,0,'','20131030103','2013-10-30','2013-10-30','20131030-103','19:28',1,'DR SALLAR',NULL,'','20131030-3075',NULL),(8689,2447,4,531,'2013-10-31 02:28:32',1,0,'','20131030103','2013-10-30','2013-10-30','20131030-103','19:28',1,'DR SALLAR',NULL,'','20131030-3075',NULL),(8690,2448,3,531,'2013-10-31 02:37:34',0,0,'','20131030104','2013-10-30','2013-10-30','20131030-104','19:36',1,'DR SALLAR',NULL,'','20131030-3076',NULL),(8691,2449,3,531,'2013-10-31 02:40:09',1,0,'','20131030105','2013-10-30','2013-10-30','20131030-105','19:38',1,'DR YEBOAH',NULL,'','20131030-3077',NULL),(8693,2449,4,531,'2013-10-31 02:40:09',1,0,'','20131030105','2013-10-30','2013-10-30','20131030-105','19:39',1,'DR YEBOAH',NULL,'','20131030-3077',NULL),(8694,2450,3,531,'2013-10-31 02:56:23',1,0,'','20131030106','2013-10-30','2013-10-30','20131030-106','19:55',1,'DR ARMAH',NULL,'','20131030-3078',NULL),(8695,2451,3,531,'2013-10-31 03:01:22',1,0,'','20131030107','2013-10-30','2013-10-30','20131030-107','19:59',1,'DR YEBOAH',NULL,'','20131030-3079',NULL),(8697,2451,4,531,'2013-10-31 03:01:23',1,0,'','20131030107','2013-10-30','2013-10-30','20131030-107','20:01',1,'DR YEBOAH',NULL,'','20131030-3079',NULL),(8698,2240,1,531,'2013-10-31 03:25:12',0,0,'','20131030108','2013-10-30','2013-10-30','20131030-108','20:22',1,'DR AKPALU',NULL,'','20131030-3080',NULL),(8700,2240,2,531,'2013-10-31 03:25:12',1,0,'','20131030108','2013-10-30','2013-10-30','20131030-108','20:24',1,'DR AKPALU',NULL,'','20131030-3080',NULL),(8703,2240,3,531,'2013-10-31 03:25:12',0,0,'','20131030108','2013-10-30','2013-10-30','20131030-108','20:24',1,'DR AKPALU',NULL,'','20131030-3080',NULL),(8704,2452,3,531,'2013-10-31 03:32:43',1,0,'','20131030109','2013-10-30','2013-10-30','20131030-109','20:31',1,'DR SALLAR',NULL,'','20131030-3081',NULL),(8705,697,4,558,'2013-10-31 03:45:42',1,0,'','20131030110','2013-10-30','2013-10-30','20131030-110','20:44',1,'DR YEBOAH',NULL,'','20131030-3082',NULL),(8706,2366,5,558,'2013-10-31 04:06:19',1,0,'','20131030111','2013-10-30','2013-10-30','20131030-111','21:04',1,'',NULL,'','20131030-3083',NULL),(8707,2453,3,558,'2013-10-31 04:46:52',1,0,'','20131030112','2013-10-30','2013-10-30','20131030-112','21:45',1,'DR DANIELS',NULL,'','20131030-3084',NULL),(8709,2453,1,558,'2013-10-31 04:46:53',1,0,'','20131030112','2013-10-30','2013-10-30','20131030-112','21:46',1,'DR DANIELS',NULL,'','20131030-3084',NULL),(8710,2454,3,558,'2013-10-31 05:34:13',1,0,'','20131030113','2013-10-30','2013-10-30','20131030-113','22:32',1,'DR AMOAH',NULL,'','20131030-3085',NULL),(8712,2454,1,558,'2013-10-31 05:34:13',1,0,'','20131030113','2013-10-30','2013-10-30','20131030-113','22:33',1,'DR AMOAH',NULL,'','20131030-3085',NULL),(8715,2454,5,558,'2013-10-31 05:34:14',1,0,'','20131030113','2013-10-30','2013-10-30','20131030-113','22:33',1,'DR AMOAH',NULL,'','20131030-3085',NULL),(8716,2455,3,558,'2013-10-31 05:37:34',1,0,'','20131030114','2013-10-30','2013-10-30','20131030-114','22:36',1,'DR AMOAH',NULL,'','20131030-3086',NULL),(8718,2455,4,558,'2013-10-31 05:37:34',1,0,'','20131030114','2013-10-30','2013-10-30','20131030-114','22:36',1,'DR AMOAH',NULL,'','20131030-3086',NULL),(8721,2455,1,558,'2013-10-31 05:37:34',1,0,'','20131030114','2013-10-30','2013-10-30','20131030-114','22:37',1,'DR AMOAH',NULL,'','20131030-3086',NULL),(8722,2456,3,558,'2013-10-31 05:49:48',1,0,'','20131030115','2013-10-30','2013-10-30','20131030-115','22:47',1,'DR DANIELS',NULL,'','20131030-3087',NULL),(8724,2456,4,558,'2013-10-31 05:49:48',0,0,'','20131030115','2013-10-30','2013-10-30','20131030-115','22:49',1,'DR DANIELS',NULL,'','20131030-3087',NULL),(8727,2456,1,558,'2013-10-31 05:49:48',1,0,'','20131030115','2013-10-30','2013-10-30','20131030-115','22:49',1,'DR DANIELS',NULL,'','20131030-3087',NULL),(8728,2457,3,558,'2013-10-31 06:09:20',1,0,'','20131030116','2013-10-30','2013-10-30','20131030-116','23:08',1,'DR DANIELS',NULL,'','20131030-3088',NULL),(8730,2457,1,558,'2013-10-31 06:09:20',1,0,'','20131030116','2013-10-30','2013-10-30','20131030-116','23:09',1,'DR DANIELS',NULL,'','20131030-3088',NULL),(8731,2458,3,558,'2013-10-31 06:12:34',1,0,'','20131030117','2013-10-30','2013-10-30','20131030-117','23:11',1,'DR AMOAH',NULL,'','20131030-3089',NULL),(8733,2458,1,558,'2013-10-31 06:12:34',1,0,'','20131030117','2013-10-30','2013-10-30','20131030-117','23:12',1,'DR AMOAH',NULL,'','20131030-3089',NULL),(8734,2459,3,558,'2013-10-31 06:15:40',1,0,'','20131030118','2013-10-30','2013-10-30','20131030-118','23:14',1,'DR DANIELS',NULL,'','20131030-3090',NULL),(8735,2460,3,558,'2013-10-31 06:26:16',1,0,'','20131030119','2013-10-30','2013-10-30','20131030-119','23:24',1,'DR AMOAH',NULL,'','20131030-3091',NULL),(8737,2460,4,558,'2013-10-31 06:26:16',1,0,'','20131030119','2013-10-30','2013-10-30','20131030-119','23:25',1,'DR AMOAH',NULL,'','20131030-3091',NULL),(8740,2460,1,558,'2013-10-31 06:26:17',1,0,'','20131030119','2013-10-30','2013-10-30','20131030-119','23:26',1,'DR AMOAH',NULL,'','20131030-3091',NULL),(8741,2461,3,558,'2013-10-31 20:30:00',1,0,'','201310312','2013-10-31','2013-10-31','20131031-2','00:26',1,'DR DANIELS',NULL,'','20131031-3092',NULL),(8743,2461,4,558,'2013-10-31 20:30:00',1,0,'','201310312','2013-10-31','2013-10-31','20131031-2','00:28',1,'DR DANIELS',NULL,'','20131031-3092',NULL),(8744,2462,3,558,'2013-10-31 21:15:48',1,0,'','201310313','2013-10-31','2013-10-31','20131031-3','14:14',1,'DR DANIELS',NULL,'','20131031-3093',NULL),(8746,2462,4,558,'2013-10-31 21:15:48',1,0,'','201310313','2013-10-31','2013-10-31','20131031-3','14:15',1,'DR DANIELS',NULL,'','20131031-3093',NULL),(8747,2395,4,558,'2013-10-31 21:29:50',0,0,'','201310314','2013-10-31','2013-10-31','20131031-4','14:28',1,'DR DANIELS',NULL,'','20131031-3094',NULL),(8748,2447,3,558,'2013-10-31 21:33:21',0,0,'','201310315','2013-10-31','2013-10-31','20131031-5','14:30',1,'DR AMOAH',NULL,'','20131031-3095',NULL),(8750,2447,1,558,'2013-10-31 21:33:21',0,0,'','201310315','2013-10-31','2013-10-31','20131031-5','14:32',1,'DR AMOAH',NULL,'','20131031-3095',NULL),(8751,2463,3,558,'2013-10-31 23:45:09',1,0,'','201310316','2013-10-31','2013-10-31','20131031-6','16:43',1,'DR DANIELS',NULL,'','20131031-3096',NULL),(8753,2463,5,558,'2013-10-31 23:45:09',1,0,'','201310316','2013-10-31','2013-10-31','20131031-6','16:44',1,'DR DANIELS',NULL,'','20131031-3096',NULL),(8754,2464,3,558,'2013-11-01 00:32:33',1,0,'','201310317','2013-10-31','2013-10-31','20131031-7','17:31',1,'DR DANIELS',NULL,'','20131031-3097',NULL),(8756,2464,1,558,'2013-11-01 00:32:34',1,0,'','201310317','2013-10-31','2013-10-31','20131031-7','17:32',1,'DR DANIELS',NULL,'','20131031-3097',NULL),(8757,2465,4,558,'2013-11-01 03:25:04',1,0,'','201310318','2013-10-31','2013-10-31','20131031-8','20:23',1,'DR YEBOAH',NULL,'','20131031-3098',NULL),(8759,2465,1,558,'2013-11-01 03:25:04',0,0,'','201310318','2013-10-31','2013-10-31','20131031-8','20:24',1,'DR YEBOAH',NULL,'','20131031-3098',NULL),(8762,2465,2,558,'2013-11-01 03:25:04',0,0,'','201310318','2013-10-31','2013-10-31','20131031-8','20:24',1,'DR YEBOAH',NULL,'','20131031-3098',NULL),(8763,2197,1,537,'2013-11-01 04:01:51',1,0,'','201310285','2013-10-31','2013-10-31','20131031-9','21:00',1,'',NULL,'','20131031-3099',NULL),(8764,2204,1,530,'2013-11-01 04:44:17',1,0,'','2013103110','2013-10-31','2013-10-31','20131031-10','21:42',1,'',NULL,'','20131031-3100',NULL),(8766,2204,5,530,'2013-11-01 04:44:17',1,0,'','2013103110','2013-10-31','2013-10-31','20131031-10','21:44',1,'',NULL,'','20131031-3100',NULL),(8767,2466,2,530,'2013-11-01 05:11:32',1,0,'','2013103111','2013-10-31','2013-10-31','20131031-11','22:09',1,'PROF S K OWUSU',NULL,'','20131031-3101',NULL),(8769,2466,3,530,'2013-11-01 05:11:32',1,0,'','2013103111','2013-10-31','2013-10-31','20131031-11','22:11',1,'PROF S K OWUSU',NULL,'','20131031-3101',NULL),(8770,2467,3,530,'2013-11-01 05:26:47',0,0,'','2013103112','2013-10-31','2013-10-31','20131031-12','22:25',1,'DR SALLAR',NULL,'','20131031-3102',NULL),(8772,2467,19,530,'2013-11-01 05:26:47',1,0,'','2013103112','2013-10-31','2013-10-31','20131031-12','22:26',1,'DR SALLAR',NULL,'','20131031-3102',NULL),(8773,2468,3,530,'2013-11-01 05:38:21',0,0,'','2013103113','2013-10-31','2013-10-31','20131031-13','22:36',1,'DR MENSAH',NULL,'','20131031-3103',NULL),(8775,2468,4,530,'2013-11-01 05:38:21',1,0,'','2013103113','2013-10-31','2013-10-31','20131031-13','22:37',1,'DR MENSAH',NULL,'','20131031-3103',NULL),(8778,2468,1,530,'2013-11-01 05:38:22',1,0,'','2013103113','2013-10-31','2013-10-31','20131031-13','22:38',1,'DR MENSAH',NULL,'','20131031-3103',NULL),(8779,2469,3,530,'2013-11-01 05:41:09',0,0,'','2013103114','2013-10-31','2013-10-31','20131031-14','22:39',1,'DR MENSAH',NULL,'','20131031-3104',NULL),(8781,2469,4,530,'2013-11-01 05:41:09',1,0,'','2013103114','2013-10-31','2013-10-31','20131031-14','22:40',1,'DR MENSAH',NULL,'','20131031-3104',NULL),(8784,2469,1,530,'2013-11-01 05:41:09',1,0,'','2013103114','2013-10-31','2013-10-31','20131031-14','22:40',1,'DR MENSAH',NULL,'','20131031-3104',NULL),(8785,2470,2,530,'2013-11-01 05:47:45',1,0,'','2013103115','2013-10-31','2013-10-31','20131031-15','22:46',1,'PROF S K OWUSU',NULL,'','20131031-3105',NULL),(8786,2471,3,530,'2013-11-01 06:10:01',0,0,'','2013103116','2013-10-31','2013-10-31','20131031-16','23:08',1,'DR VORTIA',NULL,'','20131031-3106',NULL),(8788,2471,1,530,'2013-11-01 06:10:01',0,0,'','2013103116','2013-10-31','2013-10-31','20131031-16','23:09',1,'DR VORTIA',NULL,'','20131031-3106',NULL),(8791,2471,2,530,'2013-11-01 06:10:02',0,0,'','2013103116','2013-10-31','2013-10-31','20131031-16','23:09',1,'DR VORTIA',NULL,'','20131031-3106',NULL),(8792,2472,3,530,'2013-11-01 06:28:40',0,0,'','2013103117 ','2013-10-31','2013-10-31','20131031-17','23:28',1,'DR TACHIE',NULL,'','20131031-3107',NULL),(8793,2473,3,530,'2013-11-01 06:31:39',0,0,'','2013103118','2013-10-31','2013-10-31','20131031-18','23:30',1,'DR VORTIA',NULL,'','20131031-3108',NULL),(8794,2474,3,530,'2013-11-01 06:40:11',0,0,'','2013103119','2013-10-31','2013-10-31','20131031-19','23:39',1,'',NULL,'','20131031-3109',NULL),(8795,2475,2,530,'2013-11-01 06:42:32',1,0,'','2013103120','2013-10-31','2013-10-31','20131031-20','23:41',1,'',NULL,'','20131031-3110',NULL),(8796,2476,3,530,'2013-11-01 06:50:01',0,0,'','2013103121','2013-10-31','2013-10-31','20131031-21','23:48',1,'DR TACHIE',NULL,'','20131031-3111',NULL),(8797,2477,3,530,'2013-11-01 06:54:31',0,0,'','2013103122','2013-10-31','2013-10-31','20131031-22','23:52',1,'DR MENSAH',NULL,'','20131031-3112',NULL),(8799,2477,4,530,'2013-11-01 06:54:31',1,0,'','2013103122','2013-10-31','2013-10-31','20131031-22','23:53',1,'DR MENSAH',NULL,'','20131031-3112',NULL),(8800,2478,3,530,'2013-11-01 06:59:19',0,0,'','2013103124','2013-10-31','2013-10-31','20131031-24','23:58',1,'DR YEBOAH',NULL,'','20131031-3114',NULL),(8802,2478,4,530,'2013-11-01 06:59:20',1,0,'','2013103124','2013-10-31','2013-10-31','20131031-24','23:59',1,'DR YEBOAH',NULL,'','20131031-3114',NULL),(8803,2479,1,530,'2013-10-31 19:09:48',0,0,'','2013103125','2013-10-31','2013-10-31','20131031-25','12:07',1,'DR BOATENG',NULL,'','20131031-3116',NULL),(8804,2480,4,530,'2013-10-31 19:12:19',1,0,'','2013103126','2013-10-31','2013-10-31','20131031-26','12:11',1,'DR YEBOAH',NULL,'','20131031-3117',NULL),(8805,2481,3,530,'2013-10-31 19:16:14',0,0,'','2013103127','2013-10-31','2013-10-31','20131031-27','12:14',1,'DR YEBOAH',NULL,'','20131031-3118',NULL),(8807,2481,4,530,'2013-10-31 19:16:14',1,0,'','2013103127','2013-10-31','2013-10-31','20131031-27','12:16',1,'DR YEBOAH',NULL,'','20131031-3118',NULL),(8808,2261,3,530,'2013-10-31 19:20:11',0,0,'','2013103128','2013-10-31','2013-10-31','20131031-28','12:17',1,'DR FUMMY',NULL,'','20131031-3119',NULL),(8810,2261,20,530,'2013-10-31 19:20:11',1,0,'','2013103128','2013-10-31','2013-10-31','20131031-28','12:19',1,'DR FUMMY',NULL,'','20131031-3119',NULL),(8811,2482,3,530,'2013-10-31 19:25:40',0,0,'','2013103129','2013-10-31','2013-10-31','20131031-29','12:23',1,'DR FUMMY',NULL,'','20131031-3120',NULL),(8813,2482,1,530,'2013-10-31 19:25:40',1,0,'','2013103129','2013-10-31','2013-10-31','20131031-29','12:25',1,'DR FUMMY',NULL,'','20131031-3120',NULL),(8814,1885,4,530,'2013-10-31 19:33:51',1,0,'','2013103130 ','2013-10-31','2013-10-31','20131031-30','12:33',1,'PROF S K OWUSU',NULL,'','20131031-3121',NULL),(8815,2385,3,530,'2013-10-31 19:35:04',0,0,'','2013103131 ','2013-10-31','2013-10-31','20131031-31','12:34',1,'',NULL,'','20131031-3122',NULL),(8816,2460,2,530,'2013-10-31 19:37:16',0,0,'','2013103132','2013-10-31','2013-10-31','20131031-32','12:36',1,'DR AMOAH',NULL,'','20131031-3123',NULL),(8817,1415,1,530,'2013-10-31 19:41:15',0,0,'','2013103133 ','2013-10-31','2013-10-31','20131031-33','12:40',1,'DR ADOTEY',NULL,'','20131031-3124',NULL),(8819,1415,3,530,'2013-10-31 19:41:15',1,0,'','2013103133 ','2013-10-31','2013-10-31','20131031-33','12:41',1,'DR ADOTEY',NULL,'','20131031-3124',NULL),(8820,379,3,530,'2013-10-31 19:42:49',0,0,'','2013103134','2013-10-31','2013-10-31','20131031-34','12:41',1,'DR MENSAH',NULL,'','20131031-3125',NULL),(8821,2483,3,530,'2013-10-31 19:56:52',0,0,'','2013103135','2013-10-31','2013-10-31','20131031-35','12:55',1,'DR VORTIA',NULL,'','20131031-3126',NULL),(8823,2483,1,530,'2013-10-31 19:56:52',0,0,'','2013103135','2013-10-31','2013-10-31','20131031-35','12:56',1,'DR VORTIA',NULL,'','20131031-3126',NULL),(8824,2484,3,530,'2013-10-31 20:20:07',0,0,'','2013103136','2013-10-31','2013-10-31','20131031-36','13:19',1,'DR FUMMY',NULL,'','20131031-3127',NULL),(8825,2485,3,530,'2013-10-31 20:22:16',0,0,'',' 2013103137','2013-10-31','2013-10-31','20131031-37','13:21',1,'DR FUMMY',NULL,'','20131031-3128',NULL),(8826,2486,3,530,'2013-10-31 20:52:48',0,0,'','2013103138','2013-10-31','2013-10-31','20131031-38','13:51',1,'DR FUMMY',NULL,'','20131031-3129',NULL),(8827,2456,4,530,'2013-10-31 20:54:46',1,0,'','2013103139 ','2013-10-31','2013-10-31','20131031-39','13:54',1,'DR ADOTEY',NULL,'','20131031-3130',NULL),(8828,2487,3,530,'2013-10-31 21:06:01',0,0,'','2013103140','2013-10-31','2013-10-31','20131031-40','14:04',1,'DR VORTIA',NULL,'','20131031-3131',NULL),(8830,2487,1,530,'2013-10-31 21:06:02',1,0,'','2013103140','2013-10-31','2013-10-31','20131031-40','14:05',1,'DR VORTIA',NULL,'','20131031-3131',NULL),(8831,2488,3,530,'2013-10-31 21:08:34',0,0,'','2013103141','2013-10-31','2013-10-31','20131031-41','14:07',1,'DR YEBOAH',NULL,'','20131031-3132',NULL),(8833,2488,1,530,'2013-10-31 21:08:34',1,0,'','2013103141','2013-10-31','2013-10-31','20131031-41','14:07',1,'DR YEBOAH',NULL,'','20131031-3132',NULL),(8836,2488,5,530,'2013-10-31 21:08:34',1,0,'','2013103141','2013-10-31','2013-10-31','20131031-41','14:08',1,'DR YEBOAH',NULL,'','20131031-3132',NULL),(8840,2488,4,530,'2013-10-31 21:08:35',1,0,'','2013103141','2013-10-31','2013-10-31','20131031-41','14:08',1,'DR YEBOAH',NULL,'','20131031-3132',NULL),(8841,2489,3,530,'2013-10-31 21:10:59',0,0,'','2013103142','2013-10-31','2013-10-31','20131031-42','14:09',1,'DR VORTIA',NULL,'','20131031-3133',NULL),(8843,2489,4,530,'2013-10-31 21:10:59',1,0,'','2013103142','2013-10-31','2013-10-31','20131031-42','14:10',1,'DR VORTIA',NULL,'','20131031-3133',NULL),(8846,2489,1,530,'2013-10-31 21:10:59',0,0,'','2013103142','2013-10-31','2013-10-31','20131031-42','14:10',1,'DR VORTIA',NULL,'','20131031-3133',NULL),(8847,2490,3,530,'2013-10-31 21:15:13',1,0,'','2013103143','2013-10-31','2013-10-31','20131031-43','14:12',1,'DR YEBOAH',NULL,'','20131031-3134',NULL),(8849,2490,4,530,'2013-10-31 21:15:13',1,0,'','2013103143','2013-10-31','2013-10-31','20131031-43','14:13',1,'DR YEBOAH',NULL,'','20131031-3134',NULL),(8850,2310,4,534,'2013-10-31 21:18:51',1,0,'','2013102924','2013-10-31','2013-10-31','20131031-44','14:18',1,'',NULL,'','20131031-3135',NULL),(8851,2340,4,534,'2013-10-31 21:24:13',1,0,'','2013102962','2013-10-31','2013-10-31','20131031-45','14:22',1,'',NULL,'','20131031-3136',NULL),(8852,2492,3,530,'2013-10-31 21:34:31',1,0,'','2013103148 ','2013-10-31','2013-10-31','20131031-48','14:33',1,'DR VORTIA',NULL,'','20131031-3139',NULL),(8854,2492,4,530,'2013-10-31 21:34:31',0,0,'','2013103148 ','2013-10-31','2013-10-31','20131031-48','14:34',1,'DR VORTIA',NULL,'','20131031-3139',NULL),(8857,2492,1,530,'2013-10-31 21:34:32',1,0,'','2013103148 ','2013-10-31','2013-10-31','20131031-48','14:34',1,'DR VORTIA',NULL,'','20131031-3139',NULL),(8858,2493,3,530,'2013-10-31 21:37:24',1,0,'','2013103149','2013-10-31','2013-10-31','20131031-49','14:35',1,'DR VORTIA',NULL,'','20131031-3140',NULL),(8860,2493,4,530,'2013-10-31 21:37:25',1,0,'','2013103149','2013-10-31','2013-10-31','20131031-49','14:37',1,'DR VORTIA',NULL,'','20131031-3140',NULL),(8863,2493,1,530,'2013-10-31 21:37:25',1,0,'','2013103149','2013-10-31','2013-10-31','20131031-49','14:37',1,'DR VORTIA',NULL,'','20131031-3140',NULL),(8864,2494,3,530,'2013-10-31 21:39:38',1,0,'','2013103150','2013-10-31','2013-10-31','20131031-50','14:38',1,'DR VORTIA',NULL,'','20131031-3141',NULL),(8866,2494,4,530,'2013-10-31 21:39:39',1,0,'','2013103150','2013-10-31','2013-10-31','20131031-50','14:39',1,'DR VORTIA',NULL,'','20131031-3141',NULL),(8869,2494,1,530,'2013-10-31 21:39:39',1,0,'','2013103150','2013-10-31','2013-10-31','20131031-50','14:39',1,'DR VORTIA',NULL,'','20131031-3141',NULL),(8870,2495,3,530,'2013-10-31 21:42:46',1,0,'','2013103151 ','2013-10-31','2013-10-31','20131031-51','14:40',1,'DR VORTIA',NULL,'','20131031-3142',NULL),(8872,2495,4,530,'2013-10-31 21:42:46',1,0,'','2013103151 ','2013-10-31','2013-10-31','20131031-51','14:42',1,'DR VORTIA',NULL,'','20131031-3142',NULL),(8875,2495,1,530,'2013-10-31 21:42:46',1,0,'','2013103151 ','2013-10-31','2013-10-31','20131031-51','14:42',1,'DR VORTIA',NULL,'','20131031-3142',NULL),(8876,2496,3,530,'2013-10-31 21:44:44',1,0,'','2013103152 ','2013-10-31','2013-10-31','20131031-52','14:43',1,'DR VORTIA',NULL,'','20131031-3143',NULL),(8878,2496,4,530,'2013-10-31 21:44:44',1,0,'','2013103152 ','2013-10-31','2013-10-31','20131031-52','14:44',1,'DR VORTIA',NULL,'','20131031-3143',NULL),(8881,2496,1,530,'2013-10-31 21:44:44',1,0,'','2013103152 ','2013-10-31','2013-10-31','20131031-52','14:44',1,'DR VORTIA',NULL,'','20131031-3143',NULL),(8882,2385,3,534,'2013-10-31 21:45:06',1,0,'','2013103015','2013-10-31','2013-10-31','20131031-53','14:44',1,'',NULL,'','20131031-3144',NULL),(8883,2470,3,530,'2013-10-31 21:58:06',0,0,'','2013103154','2013-10-31','2013-10-31','20131031-54','14:56',1,'DR DOW',NULL,'','20131031-3145',NULL),(8885,2470,1,530,'2013-10-31 21:58:06',1,0,'','2013103154','2013-10-31','2013-10-31','20131031-54','14:57',1,'DR DOW',NULL,'','20131031-3145',NULL),(8888,2470,4,530,'2013-10-31 21:58:07',0,0,'','2013103154','2013-10-31','2013-10-31','20131031-54','14:57',1,'DR DOW',NULL,'','20131031-3145',NULL),(8892,2470,2,530,'2013-10-31 21:58:07',0,0,'','2013103154','2013-10-31','2013-10-31','20131031-54','14:57',1,'DR DOW',NULL,'','20131031-3145',NULL),(8893,2497,3,530,'2013-10-31 22:08:58',0,0,'','2013103155','2013-10-31','2013-10-31','20131031-55','15:05',1,'DR VORTIA',NULL,'','20131031-3146',NULL),(8895,2497,1,530,'2013-10-31 22:08:58',0,0,'','2013103155','2013-10-31','2013-10-31','20131031-55','15:07',1,'DR VORTIA',NULL,'','20131031-3146',NULL),(8896,2498,4,530,'2013-10-31 22:17:20',0,0,'','2013103156','2013-10-31','2013-10-31','20131031-56','15:16',1,'DR MENSAH',NULL,'','20131031-3147',NULL),(8897,2499,3,530,'2013-10-31 22:22:21',0,0,'','2013103157','2013-10-31','2013-10-31','20131031-57','15:20',1,'DR YEBOAH',NULL,'','20131031-3148',NULL),(8899,2499,1,530,'2013-10-31 22:22:22',0,0,'','2013103157','2013-10-31','2013-10-31','20131031-57','15:21',1,'DR YEBOAH',NULL,'','20131031-3148',NULL),(8900,2500,4,530,'2013-10-31 22:25:49',1,0,'','2013103159','2013-10-31','2013-10-31','20131031-59','15:25',1,'DR YEBOAH',NULL,'','20131031-3150',NULL),(8901,2501,4,530,'2013-10-31 22:28:33',1,0,'','2013103160 ','2013-10-31','2013-10-31','20131031-60','15:27',1,'DR YEBOAH',NULL,'','20131031-3151',NULL),(8902,2502,3,530,'2013-10-31 22:39:14',0,0,'','2013103161','2013-10-31','2013-10-31','20131031-61','15:36',1,'',NULL,'','20131031-3152',NULL),(8904,2502,5,530,'2013-10-31 22:39:14',0,0,'','2013103161','2013-10-31','2013-10-31','20131031-61','15:38',1,'',NULL,'','20131031-3152',NULL),(8907,2502,1,530,'2013-10-31 22:39:14',1,0,'','2013103161','2013-10-31','2013-10-31','20131031-61','15:38',1,'',NULL,'','20131031-3152',NULL),(8908,801,3,530,'2013-10-31 22:41:17',0,0,'','2013103162','2013-10-31','2013-10-31','20131031-62','15:39',1,'DR MENSAH',NULL,'','20131031-3153',NULL),(8910,801,5,530,'2013-10-31 22:41:17',0,0,'','2013103162','2013-10-31','2013-10-31','20131031-62','15:41',1,'DR MENSAH',NULL,'','20131031-3153',NULL),(8911,2503,3,530,'2013-10-31 22:45:02',0,0,'','2013103163','2013-10-31','2013-10-31','20131031-63','15:43',1,'DR YEBOAH',NULL,'','20131031-3154',NULL),(8913,2503,1,530,'2013-10-31 22:45:03',1,0,'','2013103163','2013-10-31','2013-10-31','20131031-63','15:44',1,'DR YEBOAH',NULL,'','20131031-3154',NULL),(8916,2503,4,530,'2013-10-31 22:45:03',0,0,'','2013103163','2013-10-31','2013-10-31','20131031-63','15:44',1,'DR YEBOAH',NULL,'','20131031-3154',NULL),(8920,2503,5,530,'2013-10-31 22:45:03',0,0,'','2013103163','2013-10-31','2013-10-31','20131031-63','15:44',1,'DR YEBOAH',NULL,'','20131031-3154',NULL),(8921,2504,1,530,'2013-10-31 22:48:02',1,0,'','2013103164','2013-10-31','2013-10-31','20131031-64','15:47',1,'',NULL,'','20131031-3155',NULL),(8923,2504,5,530,'2013-10-31 22:48:02',1,0,'','2013103164','2013-10-31','2013-10-31','20131031-64','15:47',1,'',NULL,'','20131031-3155',NULL),(8924,2341,4,530,'2013-10-31 22:52:29',1,0,'','2013103165','2013-10-31','2013-10-31','20131031-65','15:52',1,'DR YEBOAH',NULL,'','20131031-3156',NULL),(8925,2233,3,530,'2013-10-31 22:59:23',0,0,'','2013103166','2013-10-31','2013-10-31','20131031-66','15:55',1,'DR DOW',NULL,'','20131031-3157',NULL),(8927,2233,1,530,'2013-10-31 22:59:23',1,0,'','2013103166','2013-10-31','2013-10-31','20131031-66','15:57',1,'DR DOW',NULL,'','20131031-3157',NULL),(8928,2505,3,530,'2013-10-31 23:02:17',0,0,'','2013103167','2013-10-31','2013-10-31','20131031-67','16:00',1,'DR VORTIA',NULL,'','20131031-3158',NULL),(8930,2505,1,530,'2013-10-31 23:02:18',0,0,'','2013103167','2013-10-31','2013-10-31','20131031-67','16:02',1,'DR VORTIA',NULL,'','20131031-3158',NULL),(8931,2506,10,530,'2013-10-31 23:12:14',1,0,'','2013103168','2013-10-31','2013-10-31','20131031-68','16:11',1,'DR DOW',NULL,'','20131031-3159',NULL),(8932,669,3,530,'2013-10-31 23:13:38',1,0,'','2013103169','2013-10-31','2013-10-31','20131031-69','16:12',1,'DR YEBOAH',NULL,'','20131031-3160',NULL),(8933,2507,3,530,'2013-10-31 23:26:32',0,0,'','2013103170','2013-10-31','2013-10-31','20131031-70','16:25',1,'DR YEBOAH',NULL,'','20131031-3161',NULL),(8935,2507,4,530,'2013-10-31 23:26:32',0,0,'','2013103170','2013-10-31','2013-10-31','20131031-70','16:26',1,'DR YEBOAH',NULL,'','20131031-3161',NULL),(8936,2508,4,530,'2013-10-31 23:38:22',1,0,'','2013103171','2013-10-31','2013-10-31','20131031-71','16:37',1,'DR FUMMY',NULL,'','20131031-3162',NULL),(8937,2509,3,530,'2013-10-31 23:44:01',0,0,'','2013103172','2013-10-31','2013-10-31','20131031-72','16:42',1,'DR MENSAH',NULL,'','20131031-3163',NULL),(8939,2509,4,530,'2013-10-31 23:44:02',1,0,'','2013103172','2013-10-31','2013-10-31','20131031-72','16:43',1,'DR MENSAH',NULL,'','20131031-3163',NULL),(8940,2510,3,530,'2013-10-31 23:51:48',0,0,'','2013103173','2013-10-31','2013-10-31','20131031-73','16:51',1,'DR VORTIA',NULL,'','20131031-3164',NULL),(8942,2510,5,530,'2013-10-31 23:51:48',1,0,'','2013103173','2013-10-31','2013-10-31','20131031-73','16:51',1,'DR VORTIA',NULL,'','20131031-3164',NULL),(8943,2450,3,530,'2013-10-31 23:55:21',0,0,'','2013103174','2013-10-31','2013-10-31','20131031-74','16:54',1,'DR MENSAH',NULL,'','20131031-3165',NULL),(8944,2511,3,530,'2013-11-01 00:00:45',0,0,'','2013103175','2013-10-31','2013-10-31','20131031-75','17:00',1,'DR MENSAH',NULL,'','20131031-3166',NULL),(8945,1267,3,530,'2013-11-01 00:06:03',0,0,'','2013103176','2013-10-31','2013-10-31','20131031-76','17:04',1,'',NULL,'','20131031-3167',NULL),(8947,1267,1,530,'2013-11-01 00:06:03',0,0,'','2013103176','2013-10-31','2013-10-31','20131031-76','17:05',1,'',NULL,'','20131031-3167',NULL),(8950,1267,4,530,'2013-11-01 00:06:04',1,0,'','2013103176','2013-10-31','2013-10-31','20131031-76','17:05',1,'',NULL,'','20131031-3167',NULL),(8951,2501,10,530,'2013-11-01 00:07:57',1,0,'','2013103177','2013-10-31','2013-10-31','20131031-77','17:06',1,'',NULL,'','20131031-3168',NULL),(8953,2501,2,530,'2013-11-01 00:07:57',1,0,'','2013103177','2013-10-31','2013-10-31','20131031-77','17:07',1,'',NULL,'','20131031-3168',NULL),(8954,2372,3,530,'2013-11-01 00:23:12',0,0,'','2013103178','2013-10-31','2013-10-31','20131031-78','17:18',1,'DR DOW',NULL,'','20131031-3169',NULL),(8956,2372,1,530,'2013-11-01 00:23:12',1,0,'','2013103178','2013-10-31','2013-10-31','20131031-78','17:21',1,'DR DOW',NULL,'','20131031-3169',NULL),(8957,2512,4,530,'2013-11-01 00:37:25',1,0,'','2013103179','2013-10-31','2013-10-31','20131031-79','17:35',1,'DR YEBOAH',NULL,'','20131031-3170',NULL),(8958,2513,3,530,'2013-11-01 00:46:03',0,0,'','2013103180','2013-10-31','2013-10-31','20131031-80','17:42',1,'DR FUMMY',NULL,'','20131031-3171',NULL),(8959,671,3,530,'2013-11-01 00:56:15',1,0,'','2013103181','2013-10-31','2013-10-31','20131031-81','17:46',1,'',NULL,'','20131031-3172',NULL),(8961,671,1,530,'2013-11-01 00:56:15',0,0,'','','2013-10-31','2013-10-31','20131031-81','17:52',1,'',NULL,'','20131031-3172',NULL),(8964,671,10,530,'2013-11-01 00:56:16',1,0,'','2013103181','2013-10-31','2013-10-31','20131031-81','17:52',1,'',NULL,'','20131031-3172',NULL),(8968,671,10,530,'2013-11-01 00:56:16',1,0,'','2013103181','2013-10-31','2013-10-31','20131031-81','17:54',1,'',NULL,'','20131031-3172',NULL),(8969,2514,3,530,'2013-11-01 00:59:47',0,0,'','2013103182','2013-10-31','2013-10-31','20131031-82','17:57',1,'DR VORTIA',NULL,'','20131031-3173',NULL),(8971,2514,4,530,'2013-11-01 00:59:47',1,0,'','2013103182','2013-10-31','2013-10-31','20131031-82','17:58',1,'DR VORTIA',NULL,'','20131031-3173',NULL),(8974,2514,1,530,'2013-11-01 00:59:47',0,0,'','2013103182','2013-10-31','2013-10-31','20131031-82','17:59',1,'DR VORTIA',NULL,'','20131031-3173',NULL),(8975,2515,3,530,'2013-11-01 01:03:12',0,0,'','2013103183','2013-10-31','2013-10-31','20131031-83','18:01',1,'DR MENSAH',NULL,'','20131031-3174',NULL),(8977,2515,4,530,'2013-11-01 01:03:12',1,0,'','2013103183','2013-10-31','2013-10-31','20131031-83','18:02',1,'DR MENSAH',NULL,'','20131031-3174',NULL),(8978,2516,3,530,'2013-11-01 01:09:11',1,0,'','2013103184 ','2013-10-31','2013-10-31','20131031-84','18:07',1,'DR FUMMY',NULL,'','20131031-3175',NULL),(8979,2518,3,530,'2013-11-01 01:53:12',0,0,'','2013103186','2013-10-31','2013-10-31','20131031-86','18:52',1,'DR MENSAH',NULL,'','20131031-3177',NULL),(8981,2518,4,530,'2013-11-01 01:53:12',1,0,'','2013103186','2013-10-31','2013-10-31','20131031-86','18:53',1,'DR MENSAH',NULL,'','20131031-3177',NULL),(8982,2519,3,530,'2013-11-01 02:01:49',1,0,'','2013103187','2013-10-31','2013-10-31','20131031-87','19:01',1,'DR ADOTEY',NULL,'','20131031-3178',NULL),(8983,2520,3,530,'2013-11-01 02:05:26',0,0,'','2013103188 ','2013-10-31','2013-10-31','20131031-88','19:04',1,'DR MENSAH',NULL,'','20131031-3179',NULL),(8985,2520,1,530,'2013-11-01 02:05:26',1,0,'','2013103188 ','2013-10-31','2013-10-31','20131031-88','19:04',1,'DR MENSAH',NULL,'','20131031-3179',NULL),(8988,2520,5,530,'2013-11-01 02:05:27',1,0,'','2013103188 ','2013-10-31','2013-10-31','20131031-88','19:04',1,'DR MENSAH',NULL,'','20131031-3179',NULL),(8989,2521,3,530,'2013-11-01 02:14:52',0,0,'','2013103189 ','2013-10-31','2013-10-31','20131031-89','19:11',1,'DR MENSAH',NULL,'','20131031-3180',NULL),(8991,2521,1,530,'2013-11-01 02:14:53',0,0,'','2013103189 ','2013-10-31','2013-10-31','20131031-89','19:12',1,'DR MENSAH',NULL,'','20131031-3180',NULL),(8994,2521,4,530,'2013-11-01 02:14:53',1,0,'','2013103189 ','2013-10-31','2013-10-31','20131031-89','19:14',1,'DR MENSAH',NULL,'','20131031-3180',NULL),(8995,2522,10,530,'2013-11-01 02:19:00',1,0,'','2013103190','2013-10-31','2013-10-31','20131031-90','19:17',1,'',NULL,'','20131031-3181',NULL),(8997,2522,4,530,'2013-11-01 02:19:00',1,0,'','2013103190','2013-10-31','2013-10-31','20131031-90','19:18',1,'',NULL,'','20131031-3181',NULL),(8998,2523,4,530,'2013-11-01 02:31:38',1,0,'','2013103191','2013-10-31','2013-10-31','20131031-91','19:30',1,'',NULL,'','20131031-3182',NULL),(9000,2523,10,530,'2013-11-01 02:31:38',1,0,'','2013103191','2013-10-31','2013-10-31','20131031-91','19:31',1,'',NULL,'','20131031-3182',NULL),(9003,2523,14,530,'2013-11-01 02:31:38',1,0,'','2013103191','2013-10-31','2013-10-31','20131031-91','19:31',1,'',NULL,'','20131031-3182',NULL),(9004,2341,3,530,'2013-11-01 02:39:47',1,0,'','2013103165','2013-10-31','2013-10-31','20131031-93','19:39',1,'DR MENSAH',NULL,'','20131031-3184',NULL),(9005,2524,3,530,'2013-11-01 02:44:38',1,0,'','2013103194','2013-10-31','2013-10-31','20131031-94','19:43',1,'DR MYLES',NULL,'','20131031-3185',NULL),(9007,2524,10,530,'2013-11-01 02:44:38',1,0,'','2013103194','2013-10-31','2013-10-31','20131031-94','19:44',1,'DR MYLES',NULL,'','20131031-3185',NULL),(9010,2524,4,530,'2013-11-01 02:44:38',1,0,'','2013103194','2013-10-31','2013-10-31','20131031-94','19:44',1,'DR MYLES',NULL,'','20131031-3185',NULL),(9014,2524,1,530,'2013-11-01 02:44:38',0,0,'','2013103194','2013-10-31','2013-10-31','20131031-94','19:44',1,'DR MYLES',NULL,'','20131031-3185',NULL),(9015,2518,4,553,'2013-11-01 03:01:46',0,0,'','','2013-10-31','2013-10-31','20131031-96','20:01',1,'',NULL,'','20131031-3187',NULL),(9016,2525,3,530,'2013-11-01 03:02:46',0,0,'','2013103195','2013-10-31','2013-10-31','20131031-95','20:02',1,'DR MYLES',NULL,'','20131031-3186',NULL),(9017,2526,3,530,'2013-11-01 03:05:23',0,0,'','2013103197','2013-10-31','2013-10-31','20131031-97','20:04',1,'DR MENSAH',NULL,'','20131031-3188',NULL),(9018,2527,3,530,'2013-11-01 03:12:58',0,0,'','2013103198','2013-10-31','2013-10-31','20131031-98','20:12',1,'DR MENSAH',NULL,'','20131031-3189',NULL),(9019,2528,10,530,'2013-11-01 03:28:25',1,0,'','20131031100','2013-10-31','2013-10-31','20131031-100','20:27',1,'DR YEBOAH',NULL,'','20131031-3191',NULL),(9021,2528,4,530,'2013-11-01 03:28:25',1,0,'','20131031100','2013-10-31','2013-10-31','20131031-100','20:28',1,'DR YEBOAH',NULL,'','20131031-3191',NULL),(9022,2529,1,530,'2013-11-01 03:33:29',0,0,'','20131031101','2013-10-31','2013-10-31','20131031-101','20:32',1,'DR YEBOAH',NULL,'','20131031-3192',NULL),(9024,2529,2,530,'2013-11-01 03:33:30',0,0,'','20131031101','2013-10-31','2013-10-31','20131031-101','20:33',1,'DR YEBOAH',NULL,'','20131031-3192',NULL),(9027,2529,4,530,'2013-11-01 03:33:30',0,0,'','20131031101','2013-10-31','2013-10-31','20131031-101','20:33',1,'DR YEBOAH',NULL,'','20131031-3192',NULL),(9028,2507,5,530,'2013-11-01 03:46:42',1,0,'','2013103170','2013-10-31','2013-10-31','20131031-102','20:46',1,'',NULL,'','20131031-3193',NULL),(9029,2530,3,530,'2013-11-01 03:57:32',1,0,'','20131031103','2013-10-31','2013-10-31','20131031-103','20:56',1,'DR MENSAH',NULL,'','20131031-3194',NULL),(9030,2531,3,558,'2013-11-01 04:30:43',1,0,'','20131031104','2013-10-31','2013-10-31','20131031-104','21:28',1,'DR FUMMY',NULL,'','20131031-3195',NULL),(9032,2531,4,558,'2013-11-01 04:30:43',1,0,'','20131031104','2013-10-31','2013-10-31','20131031-104','21:29',1,'DR FUMMY',NULL,'','20131031-3195',NULL),(9033,2532,3,558,'2013-11-01 04:50:34',1,0,'','20131031105','2013-10-31','2013-10-31','20131031-105','21:48',1,'DR YEBOAH',NULL,'','20131031-3196',NULL),(9034,2533,3,558,'2013-11-01 05:13:54',1,0,'','20131031106','2013-10-31','2013-10-31','20131031-106','22:12',1,'DR YEBOAH',NULL,'','20131031-3197',NULL),(9035,2534,3,558,'2013-11-01 05:49:12',0,0,'','20131031107','2013-10-31','2013-10-31','20131031-107','22:44',1,'DR ARYEE',NULL,'','20131031-3198',NULL),(9037,2534,2,558,'2013-11-01 05:49:12',1,0,'','20131031107','2013-10-31','2013-10-31','20131031-107','22:47',1,'DR ARYEE',NULL,'','20131031-3198',NULL),(9038,175,3,558,'2013-11-01 05:52:53',1,0,'','20131031108','2013-10-31','2013-10-31','20131031-108','22:49',1,'DR SALLAR',NULL,'','20131031-3199',NULL),(9040,175,4,558,'2013-11-01 05:52:53',1,0,'','20131031108','2013-10-31','2013-10-31','20131031-108','22:52',1,'DR SALLAR',NULL,'','20131031-3199',NULL),(9043,175,1,558,'2013-11-01 05:52:54',1,0,'','20131031108','2013-10-31','2013-10-31','20131031-108','22:52',1,'DR SALLAR',NULL,'','20131031-3199',NULL),(9044,2535,3,558,'2013-11-01 06:47:03',1,0,'','20131031109','2013-10-31','2013-10-31','20131031-109','23:44',1,'DR MENSAH',NULL,'','20131031-3200',NULL),(9046,2535,1,558,'2013-11-01 06:47:03',1,0,'','20131031109','2013-10-31','2013-10-31','20131031-109','23:46',1,'DR MENSAH',NULL,'','20131031-3200',NULL),(9049,2535,4,558,'2013-11-01 06:47:03',1,0,'','20131031109','2013-10-31','2013-10-31','20131031-109','23:46',1,'DR MENSAH',NULL,'','20131031-3200',NULL),(9050,2536,3,558,'2013-11-01 06:34:04',1,0,'','20131031110','2013-10-31','2013-10-31','20131031-110','23:32',1,'DR SALLAR',NULL,'','20131031-3202',NULL),(9052,2536,4,558,'2013-11-01 06:34:05',1,0,'','20131031110','2013-10-31','2013-10-31','20131031-110','23:33',1,'DR SALLAR',NULL,'','20131031-3202',NULL),(9053,2537,3,558,'2013-11-01 06:38:30',1,0,'','20131031111','2013-10-31','2013-10-31','20131031-111','23:36',1,'DR MENSAH',NULL,'','20131031-3203',NULL),(9055,2537,4,558,'2013-11-01 06:38:30',0,0,'','20131031111','2013-10-31','2013-10-31','20131031-111','23:38',1,'DR MENSAH',NULL,'','20131031-3203',NULL),(9056,2538,3,558,'2013-11-01 06:56:07',1,0,'','20131031112','2013-10-31','2013-10-31','20131031-112','23:53',1,'DR SALLAR',NULL,'','20131031-3204',NULL),(9058,2538,1,558,'2013-11-01 06:56:07',0,0,'','20131031112','2013-10-31','2013-10-31','20131031-112','23:54',1,'DR SALLAR',NULL,'','20131031-3204',NULL),(9061,2538,4,558,'2013-11-01 06:56:07',1,0,'','20131031112','2013-10-31','2013-10-31','20131031-112','23:55',1,'DR SALLAR',NULL,'','20131031-3204',NULL),(9065,2538,2,558,'2013-11-01 06:56:08',1,0,'','20131031112','2013-10-31','2013-10-31','20131031-112','23:55',1,'DR SALLAR',NULL,'','20131031-3204',NULL),(9066,2539,3,558,'2013-11-01 20:21:18',1,0,'','201311013','2013-11-01','2013-11-01','20131101-3','00:19',1,'DR DJAN',NULL,'','20131101-3205',NULL),(9068,2539,1,558,'2013-11-01 20:21:18',1,0,'','201311013','2013-11-01','2013-11-01','20131101-3','00:20',1,'DR DJAN',NULL,'','20131101-3205',NULL),(9071,2539,4,558,'2013-11-01 20:21:19',1,0,'','201311013','2013-11-01','2013-11-01','20131101-3','00:20',1,'DR DJAN',NULL,'','20131101-3205',NULL),(9072,2540,3,558,'2013-11-01 20:26:12',1,0,'','201311014','2013-11-01','2013-11-01','20131101-4','13:24',1,'DR DJAN',NULL,'','20131101-3206',NULL),(9074,2540,4,558,'2013-11-01 20:26:12',1,0,'','201311014','2013-11-01','2013-11-01','20131101-4','13:25',1,'DR DJAN',NULL,'','20131101-3206',NULL),(9075,2541,3,558,'2013-11-01 21:45:11',1,0,'','201311015','2013-11-01','2013-11-01','20131101-5','14:43',1,'DR DJAN',NULL,'','20131101-3207',NULL),(9076,2535,3,558,'2013-11-01 21:58:31',1,0,'','201311016','2013-11-01','2013-11-01','20131101-6','14:56',1,'DR SALLAR',NULL,'','20131101-3208',NULL),(9078,2535,1,558,'2013-11-01 21:58:31',1,0,'','201311016','2013-11-01','2013-11-01','20131101-6','14:57',1,'DR SALLAR',NULL,'','20131101-3208',NULL),(9079,2542,3,558,'2013-11-01 22:37:46',1,0,'','201311017','2013-11-01','2013-11-01','20131101-7','15:36',1,'DR SALLAR',NULL,'','20131101-3209',NULL),(9080,2543,3,558,'2013-11-02 00:39:06',1,0,'','201311018 ','2013-11-01','2013-11-01','20131101-8','17:38',1,'DR SALLAR',NULL,'','20131101-3210',NULL),(9081,2544,3,558,'2013-11-02 01:10:41',1,0,'','201311019','2013-11-01','2013-11-01','20131101-9','18:09',1,'DR SALLAR',NULL,'','20131101-3211',NULL),(9082,2545,3,558,'2013-11-02 03:30:36',0,0,'','2013110110','2013-11-01','2013-11-01','20131101-10','20:28',1,'DR DJAN',NULL,'','20131101-3212',NULL),(9084,2545,4,558,'2013-11-02 03:30:36',1,0,'','2013110110','2013-11-01','2013-11-01','20131101-10','20:29',1,'DR DJAN',NULL,'','20131101-3212',NULL),(9087,2545,1,558,'2013-11-02 03:30:36',1,0,'','2013110110','2013-11-01','2013-11-01','20131101-10','20:30',1,'DR DJAN',NULL,'','20131101-3212',NULL),(9088,2546,1,558,'2013-11-02 03:41:51',1,0,'','2013110111','2013-11-01','2013-11-01','20131101-11','20:38',1,'DR TACHIE',NULL,'','20131101-3213',NULL),(9089,1738,4,558,'2013-11-02 03:44:12',1,0,'','2013110112','2013-11-01','2013-11-01','20131101-12','20:42',1,'DR VORTIA',NULL,'','20131101-3214',NULL),(9091,1738,2,558,'2013-11-02 03:44:13',1,0,'','2013110112','2013-11-01','2013-11-01','20131101-12','20:43',1,'DR VORTIA',NULL,'','20131101-3214',NULL),(9092,1414,3,558,'2013-11-02 03:50:41',0,0,'','2013110114','2013-11-01','2013-11-01','20131101-14','20:49',1,'DR TACHIE',NULL,'','20131101-3216',NULL),(9094,1414,2,558,'2013-11-02 03:50:41',1,0,'','2013110114','2013-11-01','2013-11-01','20131101-14','20:50',1,'DR TACHIE',NULL,'','20131101-3216',NULL),(9095,2547,1,530,'2013-11-02 04:55:01',0,0,'','2013110115','2013-11-01','2013-11-01','20131101-15','21:51',1,'DR TACHIE',NULL,'','20131101-3217',NULL),(9097,2547,2,530,'2013-11-02 04:55:01',0,0,'','2013110115','2013-11-01','2013-11-01','20131101-15','21:52',1,'DR TACHIE',NULL,'','20131101-3217',NULL),(9100,2547,4,530,'2013-11-02 04:55:01',1,0,'','2013110115','2013-11-01','2013-11-01','20131101-15','21:54',1,'DR TACHIE',NULL,'','20131101-3217',NULL),(9101,2548,3,530,'2013-11-02 05:06:47',0,0,'','2013110116','2013-11-01','2013-11-01','20131101-16','22:04',1,'DR SALLAR',NULL,'','20131101-3218',NULL),(9103,2548,4,530,'2013-11-02 05:06:47',1,0,'','2013110116','2013-11-01','2013-11-01','20131101-16','22:06',1,'DR SALLAR',NULL,'','20131101-3218',NULL),(9106,2548,1,530,'2013-11-02 05:06:47',1,0,'','2013110116','2013-11-01','2013-11-01','20131101-16','22:06',1,'DR SALLAR',NULL,'','20131101-3218',NULL),(9107,2549,3,530,'2013-11-02 05:11:11',0,0,'','2013110117','2013-11-01','2013-11-01','20131101-17','22:08',1,'DR SALLAR',NULL,'','20131101-3219',NULL),(9109,2549,1,530,'2013-11-02 05:11:11',1,0,'','2013110117','2013-11-01','2013-11-01','20131101-17','22:10',1,'DR SALLAR',NULL,'','20131101-3219',NULL),(9110,1506,1,530,'2013-11-02 05:24:00',1,0,'','2013110118 ','2013-11-01','2013-11-01','20131101-18','22:23',1,'PROF E D YEBOAH',NULL,'','20131101-3220',NULL),(9111,2515,1,530,'2013-11-02 05:37:43',0,0,'','2013110119','2013-11-01','2013-11-01','20131101-19','22:36',1,'DR MENSAH',NULL,'','20131101-3221',NULL),(9113,2515,2,530,'2013-11-02 05:37:43',0,0,'','2013110119','2013-11-01','2013-11-01','20131101-19','22:37',1,'DR MENSAH',NULL,'','20131101-3221',NULL),(9114,2550,3,530,'2013-11-02 05:58:21',0,0,'','2013110121','2013-11-01','2013-11-01','20131101-21','22:56',1,'DR SALLAR',NULL,'','20131101-3223',NULL),(9115,2551,3,530,'2013-11-02 06:01:38',0,0,'','2013110122','2013-11-01','2013-11-01','20131101-22','23:00',1,'DR SALLAR',NULL,'','20131101-3224',NULL),(9116,2505,5,537,'2013-11-02 06:08:35',1,0,'','2013103167','2013-11-01','2013-11-01','20131101-23','23:07',1,'',NULL,'','20131101-3225',NULL),(9117,2552,3,530,'2013-11-02 06:09:30',0,0,'','2013110124','2013-11-01','2013-11-01','20131101-24','23:08',1,'DR MENSAH',NULL,'','20131101-3226',NULL),(9119,2552,4,530,'2013-11-02 06:09:30',1,0,'','2013110124','2013-11-01','2013-11-01','20131101-24','23:09',1,'DR MENSAH',NULL,'','20131101-3226',NULL),(9122,2552,1,530,'2013-11-02 06:09:30',1,0,'','2013110124','2013-11-01','2013-11-01','20131101-24','23:09',1,'DR MENSAH',NULL,'','20131101-3226',NULL),(9123,2553,3,530,'2013-11-02 06:12:07',0,0,'','2013110125','2013-11-01','2013-11-01','20131101-25','23:11',1,'DR MENSAH',NULL,'','20131101-3227',NULL),(9125,2553,4,530,'2013-11-02 06:12:08',1,0,'','2013110125','2013-11-01','2013-11-01','20131101-25','23:11',1,'DR MENSAH',NULL,'','20131101-3227',NULL),(9128,2553,1,530,'2013-11-02 06:12:08',1,0,'','2013110125','2013-11-01','2013-11-01','20131101-25','23:11',1,'DR MENSAH',NULL,'','20131101-3227',NULL),(9129,2554,2,530,'2013-11-02 06:27:26',1,0,'','2013110126','2013-11-01','2013-11-01','20131101-26','23:25',1,'DR TACHIE',NULL,'','20131101-3228',NULL),(9131,2554,4,530,'2013-11-02 06:27:26',1,0,'','2013110126','2013-11-01','2013-11-01','20131101-26','23:27',1,'DR TACHIE',NULL,'','20131101-3228',NULL),(9132,2555,3,530,'2013-11-02 06:29:52',0,0,'','2013110127','2013-11-01','2013-11-01','20131101-27','23:29',1,'DR VORTIA',NULL,'','20131101-3229',NULL),(9134,2555,1,530,'2013-11-02 06:29:52',0,0,'','2013110127','2013-11-01','2013-11-01','20131101-27','23:29',1,'DR VORTIA',NULL,'','20131101-3229',NULL),(9135,2556,5,530,'2013-11-02 06:34:22',1,0,'','2013110128','2013-11-01','2013-11-01','20131101-28','23:30',1,'',NULL,'','20131101-3230',NULL),(9136,1174,1,534,'2013-11-02 06:47:45',1,0,'','2013103050','2013-11-01','2013-11-01','20131101-29','23:46',1,'',NULL,'','20131101-3231',NULL),(9137,2557,3,535,'2013-11-02 06:56:46',1,0,'','2013110130','2013-11-01','2013-11-01','20131101-30','23:54',1,'',NULL,'','20131101-3232',NULL),(9138,2560,1,530,'2013-11-01 19:14:02',0,0,'','2013110132','2013-11-01','2013-11-01','20131101-32','12:12',1,'',NULL,'','20131101-3235',NULL),(9140,2560,2,530,'2013-11-01 19:14:03',0,0,'','2013110132','2013-11-01','2013-11-01','20131101-32','12:13',1,'',NULL,'','20131101-3235',NULL),(9141,2561,3,535,'2013-11-01 19:16:31',0,0,'','2013110133','2013-11-01','2013-11-01','20131101-33','12:14',1,'',NULL,'','20131101-3236',NULL),(9143,2561,1,535,'2013-11-01 19:16:31',1,0,'','2013110133','2013-11-01','2013-11-01','20131101-33','12:15',1,'',NULL,'','20131101-3236',NULL),(9146,2561,1,535,'2013-11-01 19:16:32',1,0,'','2013110133','2013-11-01','2013-11-01','20131101-33','12:15',1,'',NULL,'','20131101-3236',NULL),(9150,2561,5,535,'2013-11-01 19:16:32',1,0,'','2013110133','2013-11-01','2013-11-01','20131101-33','12:16',1,'',NULL,'','20131101-3236',NULL),(9151,2373,4,534,'2013-11-01 19:16:54',1,0,'','20131029106','2013-11-01','2013-11-01','20131101-34','12:15',1,'',NULL,'','20131101-3237',NULL),(9152,2562,3,530,'2013-11-01 19:17:00',0,0,'','2013110135','2013-11-01','2013-11-01','20131101-35','12:16',1,'DR MENSAH',NULL,'','20131101-3238',NULL),(9153,533,3,530,'2013-11-01 19:37:27',0,0,'','2013110136 ','2013-11-01','2013-11-01','20131101-36','12:36',1,'',NULL,'','20131101-3239',NULL),(9154,2563,1,530,'2013-11-01 19:42:22',0,0,'','2013110137','2013-11-01','2013-11-01','20131101-37','12:39',1,'',NULL,'','20131101-3240',NULL),(9156,2563,2,530,'2013-11-01 19:42:23',0,0,'','2013110137','2013-11-01','2013-11-01','20131101-37','12:41',1,'',NULL,'','20131101-3240',NULL),(9157,2564,1,530,'2013-11-01 19:45:50',0,0,'','2013110138 ','2013-11-01','2013-11-01','20131101-38','12:44',1,'',NULL,'','20131101-3241',NULL),(9159,2564,2,530,'2013-11-01 19:45:50',0,0,'','2013110138 ','2013-11-01','2013-11-01','20131101-38','12:45',1,'',NULL,'','20131101-3241',NULL),(9160,2565,3,530,'2013-11-01 19:49:38',0,0,'','2013110139','2013-11-01','2013-11-01','20131101-39','12:48',1,'',NULL,'','20131101-3242',NULL),(9162,2565,1,530,'2013-11-01 19:49:38',0,0,'','2013110139','2013-11-01','2013-11-01','20131101-39','12:49',1,'',NULL,'','20131101-3242',NULL),(9163,2566,3,530,'2013-11-01 19:52:12',0,0,'','2013110140','2013-11-01','2013-11-01','20131101-40','12:51',1,'DR MENSAH',NULL,'','20131101-3243',NULL),(9164,1067,3,530,'2013-11-01 20:00:35',0,0,'','2013110141 ','2013-11-01','2013-11-01','20131101-41','12:59',1,'DR MENSAH',NULL,'','20131101-3244',NULL),(9166,1067,4,530,'2013-11-01 20:00:35',1,0,'','2013110141 ','2013-11-01','2013-11-01','20131101-41','13:00',1,'DR MENSAH',NULL,'','20131101-3244',NULL),(9167,2567,5,530,'2013-11-01 20:03:29',1,0,'','2013110142','2013-11-01','2013-11-01','20131101-42','13:03',1,'DR SALLAR',NULL,'','20131101-3245',NULL),(9168,2568,3,530,'2013-11-01 20:05:39',0,0,'','2013110143','2013-11-01','2013-11-01','20131101-43','13:04',1,'',NULL,'','20131101-3246',NULL),(9170,2568,4,530,'2013-11-01 20:05:40',1,0,'','2013110143','2013-11-01','2013-11-01','20131101-43','13:05',1,'',NULL,'','20131101-3246',NULL),(9171,2569,3,530,'2013-11-01 20:13:25',0,0,'','2013110144','2013-11-01','2013-11-01','20131101-44','13:12',1,'',NULL,'','20131101-3247',NULL),(9173,2569,1,530,'2013-11-01 20:13:25',1,0,'','2013110144','2013-11-01','2013-11-01','20131101-44','13:13',1,'',NULL,'','20131101-3247',NULL),(9174,2558,4,537,'2013-11-01 20:14:40',1,0,'','','2013-11-01','2013-11-01','20131101-45','13:14',1,'',NULL,'','20131101-3248',NULL),(9175,2570,3,530,'2013-11-01 20:21:00',0,0,'','2013110146','2013-11-01','2013-11-01','20131101-46','13:20',1,'DR OFORI ANTI',NULL,'','20131101-3249',NULL),(9176,1445,3,530,'2013-11-01 20:24:27',0,0,'','2013110147','2013-11-01','2013-11-01','20131101-47','13:22',1,'DR DOW',NULL,'','20131101-3250',NULL),(9178,1445,4,530,'2013-11-01 20:24:27',1,0,'','2013110147','2013-11-01','2013-11-01','20131101-47','13:24',1,'DR DOW',NULL,'','20131101-3250',NULL),(9179,2558,4,534,'2013-11-01 20:30:34',1,0,'','2013110133','2013-11-01','2013-11-01','20131101-48','13:30',1,'',NULL,'','20131101-3251',NULL),(9180,2571,3,530,'2013-11-01 20:44:34',1,0,'','2013110149','2013-11-01','2013-11-01','20131101-49','13:42',1,'',NULL,'','20131101-3252',NULL),(9182,2571,4,530,'2013-11-01 20:44:34',1,0,'','2013110149','2013-11-01','2013-11-01','20131101-49','13:43',1,'',NULL,'','20131101-3252',NULL),(9185,2571,1,530,'2013-11-01 20:44:35',1,0,'','2013110149','2013-11-01','2013-11-01','20131101-49','13:44',1,'',NULL,'','20131101-3252',NULL),(9189,2571,5,530,'2013-11-01 20:44:35',1,0,'','2013110149','2013-11-01','2013-11-01','20131101-49','13:44',1,'',NULL,'','20131101-3252',NULL),(9190,1988,1,530,'2013-11-01 20:47:20',0,0,'','2013110150','2013-11-01','2013-11-01','20131101-50','13:45',1,'',NULL,'','20131101-3253',NULL),(9191,2376,4,530,'2013-11-01 20:49:34',0,0,'','2013110151','2013-11-01','2013-11-01','20131101-51','13:48',1,'',NULL,'','20131101-3254',NULL),(9192,2572,3,530,'2013-11-01 20:52:22',0,0,'','2013110152','2013-11-01','2013-11-01','20131101-52','13:51',1,'DR MENSAH',NULL,'','20131101-3255',NULL),(9194,2572,4,530,'2013-11-01 20:52:23',1,0,'','2013110152','2013-11-01','2013-11-01','20131101-52','13:52',1,'DR MENSAH',NULL,'','20131101-3255',NULL),(9195,1168,5,530,'2013-11-01 20:53:29',1,0,'','2013110153','2013-11-01','2013-11-01','20131101-53','13:53',1,'DR FUMMY',NULL,'','20131101-3256',NULL),(9196,2573,1,530,'2013-11-01 20:56:27',0,0,'','2013110154 ','2013-11-01','2013-11-01','20131101-54','13:54',1,'DR OFORI ANTI',NULL,'','20131101-3257',NULL),(9198,2573,2,530,'2013-11-01 20:56:27',1,0,'','2013110154 ','2013-11-01','2013-11-01','20131101-54','13:56',1,'DR OFORI ANTI',NULL,'','20131101-3257',NULL),(9199,2574,3,530,'2013-11-01 21:18:48',0,0,'','2013110155','2013-11-01','2013-11-01','20131101-55','14:17',1,'',NULL,'','20131101-3258',NULL),(9201,2574,4,530,'2013-11-01 21:18:49',1,0,'','2013110155','2013-11-01','2013-11-01','20131101-55','14:18',1,'',NULL,'','20131101-3258',NULL),(9202,2574,1,530,'2013-11-01 21:26:18',0,0,'','2013110155','2013-11-01','2013-11-01','20131101-56','14:20',1,'',NULL,'','20131101-3259',NULL),(9203,2575,3,530,'2013-11-01 21:28:36',0,0,'','2013110157','2013-11-01','2013-11-01','20131101-57','14:27',1,'',NULL,'','20131101-3260',NULL),(9204,2568,3,552,'2013-11-01 21:30:09',1,0,'','','2013-11-01','2013-11-01','20131101-58','14:29',1,'',NULL,'','20131101-3261',NULL),(9205,2576,3,530,'2013-11-01 21:32:30',0,0,'','2013110159','2013-11-01','2013-11-01','20131101-59','14:31',1,'DR OWHANDOH',NULL,'','20131101-3262',NULL),(9207,2576,4,530,'2013-11-01 21:32:31',1,0,'','2013110159','2013-11-01','2013-11-01','20131101-59','14:32',1,'DR OWHANDOH',NULL,'','20131101-3262',NULL),(9208,2577,3,530,'2013-11-01 21:43:57',0,0,'','2013110160','2013-11-01','2013-11-01','20131101-60','14:42',1,'DR FUMMY',NULL,'','20131101-3263',NULL),(9210,2577,4,530,'2013-11-01 21:43:57',0,0,'','2013110160','2013-11-01','2013-11-01','20131101-60','14:43',1,'DR FUMMY',NULL,'','20131101-3263',NULL),(9211,2578,3,530,'2013-11-01 21:46:04',0,0,'','2013110161','2013-11-01','2013-11-01','20131101-61','14:45',1,'DR FUMMY',NULL,'','20131101-3264',NULL),(9213,2578,4,530,'2013-11-01 21:46:04',1,0,'','2013110161','2013-11-01','2013-11-01','20131101-61','14:45',1,'DR FUMMY',NULL,'','20131101-3264',NULL),(9214,2579,3,530,'2013-11-01 22:03:52',0,0,'','2013110164','2013-11-01','2013-11-01','20131101-64','15:01',1,'',NULL,'','20131101-3267',NULL),(9216,2579,4,530,'2013-11-01 22:03:52',1,0,'','2013110164 ','2013-11-01','2013-11-01','20131101-64','15:02',1,'',NULL,'','20131101-3267',NULL),(9219,2579,5,530,'2013-11-01 22:03:52',0,0,'','2013110164 ','2013-11-01','2013-11-01','20131101-64','15:03',1,'',NULL,'','20131101-3267',NULL),(9220,2580,3,530,'2013-11-01 22:06:08',0,0,'','2013110165','2013-11-01','2013-11-01','20131101-65','15:05',1,'DR OWHANDOH',NULL,'','20131101-3268',NULL),(9222,2580,4,530,'2013-11-01 22:06:08',1,0,'','2013110165','2013-11-01','2013-11-01','20131101-65','15:05',1,'DR OWHANDOH',NULL,'','20131101-3268',NULL),(9223,2581,3,530,'2013-11-01 22:13:10',0,0,'','2013110166','2013-11-01','2013-11-01','20131101-66','15:12',1,'DR OWHANDOH',NULL,'','20131101-3269',NULL),(9225,2581,4,530,'2013-11-01 22:13:10',1,0,'','2013110166','2013-11-01','2013-11-01','20131101-66','15:12',1,'DR OWHANDOH',NULL,'','20131101-3269',NULL),(9226,2582,3,530,'2013-11-01 22:15:23',0,0,'','2013110167 ','2013-11-01','2013-11-01','20131101-67','15:14',1,'DR MENSAH',NULL,'','20131101-3270',NULL),(9227,2583,3,530,'2013-11-01 22:25:18',0,0,'','2013110168 ','2013-11-01','2013-11-01','20131101-68','15:24',1,'DR MENSAH',NULL,'','20131101-3271',NULL),(9229,2583,5,530,'2013-11-01 22:25:18',0,0,'','2013110168 ','2013-11-01','2013-11-01','20131101-68','15:24',1,'DR MENSAH',NULL,'','20131101-3271',NULL),(9232,2583,1,530,'2013-11-01 22:25:18',1,0,'','2013110168 ','2013-11-01','2013-11-01','20131101-68','15:25',1,'DR MENSAH',NULL,'','20131101-3271',NULL),(9233,2584,3,530,'2013-11-01 22:45:17',0,0,'','2013110169','2013-11-01','2013-11-01','20131101-69','15:42',1,'',NULL,'','20131101-3272',NULL),(9235,2584,4,530,'2013-11-01 22:45:17',1,0,'','2013110169','2013-11-01','2013-11-01','20131101-69','15:43',1,'',NULL,'','20131101-3272',NULL),(9238,2584,1,530,'2013-11-01 22:45:18',0,0,'','2013110169','2013-11-01','2013-11-01','20131101-69','15:43',1,'',NULL,'','20131101-3272',NULL),(9242,2584,2,530,'2013-11-01 22:45:18',0,0,'','2013110169','2013-11-01','2013-11-01','20131101-69','15:44',1,'',NULL,'','20131101-3272',NULL),(9243,2585,4,530,'2013-11-01 22:48:49',1,0,'','2013110170','2013-11-01','2013-11-01','20131101-70','15:48',1,'DR FUMMY',NULL,'','20131101-3273',NULL),(9244,2391,1,530,'2013-11-01 22:53:32',0,0,'','2013110172','2013-11-01','2013-11-01','20131101-72','15:50',1,'',NULL,'','20131101-3275',NULL),(9246,2391,4,530,'2013-11-01 22:53:33',1,0,'','2013110172','2013-11-01','2013-11-01','20131101-72','15:51',1,'',NULL,'','20131101-3275',NULL),(9247,2586,4,530,'2013-11-01 22:56:17',1,0,'','2013110173','2013-11-01','2013-11-01','20131101-73','15:55',1,'',NULL,'','20131101-3276',NULL),(9248,2587,3,530,'2013-11-01 23:00:30',0,0,'','2013110174','2013-11-01','2013-11-01','20131101-74','15:59',1,'DR OWHANDOH',NULL,'','20131101-3277',NULL),(9250,2587,4,530,'2013-11-01 23:00:31',0,0,'','2013110174','2013-11-01','2013-11-01','20131101-74','16:00',1,'DR OWHANDOH',NULL,'','20131101-3277',NULL),(9251,2588,3,530,'2013-11-01 23:05:46',0,0,'','2013110175','2013-11-01','2013-11-01','20131101-75','16:05',1,'',NULL,'','20131101-3278',NULL),(9252,2589,3,530,'2013-11-01 23:14:59',0,0,'','2013110176','2013-11-01','2013-11-01','20131101-76','16:14',1,'',NULL,'','20131101-3279',NULL),(9253,2590,3,530,'2013-11-01 23:24:23',1,0,'','2013110177','2013-11-01','2013-11-01','20131101-77','16:22',1,'',NULL,'','20131101-3280',NULL),(9255,2590,2,530,'2013-11-01 23:24:23',1,0,'','2013110177','2013-11-01','2013-11-01','20131101-77','16:24',1,'',NULL,'','20131101-3280',NULL),(9256,2591,1,530,'2013-11-01 23:28:36',1,0,'','2013110178','2013-11-01','2013-11-01','20131101-78','16:27',1,'DR NKRUMAH',NULL,'','20131101-3281',NULL),(9257,2592,3,530,'2013-11-01 23:31:19',0,0,'','2013110179','2013-11-01','2013-11-01','20131101-79','16:30',1,'DR OWHANDOH',NULL,'','20131101-3282',NULL),(9259,2592,4,530,'2013-11-01 23:31:20',1,0,'','2013110179','2013-11-01','2013-11-01','20131101-79','16:31',1,'DR OWHANDOH',NULL,'','20131101-3282',NULL),(9262,2592,5,530,'2013-11-01 23:31:20',1,0,'','2013110179','2013-11-01','2013-11-01','20131101-79','16:31',1,'DR OWHANDOH',NULL,'','20131101-3282',NULL),(9263,2470,1,530,'2013-11-01 23:53:55',0,0,'','2013110180','2013-11-01','2013-11-01','20131101-80','16:51',1,'DR DOW',NULL,'','20131101-3283',NULL),(9265,2470,4,530,'2013-11-01 23:53:55',1,0,'','2013110180','2013-11-01','2013-11-01','20131101-80','16:52',1,'DR DOW',NULL,'','20131101-3283',NULL),(9266,2593,3,530,'2013-11-02 00:07:08',0,0,'','2013110181','2013-11-01','2013-11-01','20131101-81','17:06',1,'DR OFORI ANTI',NULL,'','20131101-3284',NULL),(9267,2594,3,530,'2013-11-02 00:10:38',0,0,'','2013110182 ','2013-11-01','2013-11-01','20131101-82','17:10',1,'DR OFORI',NULL,'','20131101-3285',NULL),(9268,2595,3,530,'2013-11-02 00:40:54',0,0,'','2013110183 ','2013-11-01','2013-11-01','20131101-83','17:40',1,'',NULL,'','20131101-3286',NULL),(9270,2595,1,530,'2013-11-02 00:40:54',1,0,'','2013110183 ','2013-11-01','2013-11-01','20131101-83','17:40',1,'',NULL,'','20131101-3286',NULL),(9271,2578,4,552,'2013-11-02 00:42:48',1,0,'','','2013-11-01','2013-11-01','20131101-84','17:42',1,'',NULL,'','20131101-3287',NULL),(9272,2596,3,530,'2013-11-02 00:46:20',0,0,'','2013110185','2013-11-01','2013-11-01','20131101-85','17:45',1,'DR OFORI',NULL,'','20131101-3288',NULL),(9274,2596,1,530,'2013-11-02 00:46:20',1,0,'','2013110185','2013-11-01','2013-11-01','20131101-85','17:46',1,'DR OFORI',NULL,'','20131101-3288',NULL),(9275,175,4,530,'2013-11-02 00:48:26',0,0,'','2013110186','2013-11-01','2013-11-01','20131101-86','17:47',1,'',NULL,'','20131101-3289',NULL),(9277,175,3,530,'2013-11-02 00:48:26',1,0,'','2013110186','2013-11-01','2013-11-01','20131101-86','17:47',1,'',NULL,'','20131101-3289',NULL),(9278,2597,3,530,'2013-11-02 00:52:13',0,0,'','2013110187','2013-11-01','2013-11-01','20131101-87','17:51',1,'',NULL,'','20131101-3290',NULL),(9279,2597,3,530,'2013-11-02 00:55:01',1,0,'','2013110187','2013-11-01','2013-11-01','20131101-88','17:54',1,'',NULL,'','20131101-3291',NULL),(9280,2598,1,504,'2013-11-02 01:33:49',0,0,'','2013110189','2013-11-01','2013-11-01','20131101-89','18:32',1,'',NULL,'','20131101-3292',NULL),(9281,2407,3,534,'2013-11-02 01:50:45',1,0,'','2013103045','2013-11-01','2013-11-01','20131101-90','18:49',1,'',NULL,'','20131101-3293',NULL),(9282,2599,24,504,'2013-11-02 01:52:14',0,0,'','2013110191','2013-11-01','2013-11-01','20131101-91','18:51',1,'',NULL,'','20131101-3294',NULL),(9283,2492,3,534,'2013-11-02 01:57:42',1,0,'','2013103148','2013-11-01','2013-11-01','20131101-92','18:56',1,'',NULL,'','20131101-3295',NULL),(9284,2600,27,504,'2013-11-02 02:04:22',0,0,'','2013110193','2013-11-01','2013-11-01','20131101-93','19:03',1,'',NULL,'','20131101-3296',NULL),(9285,2240,1,504,'2013-11-02 02:07:41',0,0,'','2013110194','2013-11-01','2013-11-01','20131101-94','19:06',1,'',NULL,'','20131101-3297',NULL),(9286,2537,24,504,'2013-11-02 02:09:20',0,0,'','2013110195','2013-11-01','2013-11-01','20131101-95','19:08',1,'',NULL,'','20131101-3298',NULL),(9287,2601,3,504,'2013-11-02 02:11:56',0,0,'','2013110196','2013-11-01','2013-11-01','20131101-96','19:10',1,'',NULL,'','20131101-3299',NULL),(9289,2601,1,504,'2013-11-02 02:11:56',1,0,'','2013110196','2013-11-01','2013-11-01','20131101-96','19:10',1,'',NULL,'','20131101-3299',NULL),(9290,2602,1,504,'2013-11-02 02:15:27',1,0,'','2013110197 ','2013-11-01','2013-11-01','20131101-97','19:14',1,'',NULL,'','20131101-3300',NULL),(9292,2602,5,504,'2013-11-02 02:15:27',1,0,'','2013110197 ','2013-11-01','2013-11-01','20131101-97','19:15',1,'',NULL,'','20131101-3300',NULL),(9293,2603,3,504,'2013-11-02 02:22:52',0,0,'','2013110198','2013-11-01','2013-11-01','20131101-98','19:21',1,'',NULL,'','20131101-3301',NULL),(9295,2603,4,504,'2013-11-02 02:22:52',1,0,'','2013110198','2013-11-01','2013-11-01','20131101-98','19:22',1,'',NULL,'','20131101-3301',NULL),(9296,2384,3,504,'2013-11-02 02:40:35',0,0,'','2013110199','2013-11-01','2013-11-01','20131101-99','19:38',1,'',NULL,'','20131101-3302',NULL),(9298,2384,1,504,'2013-11-02 02:40:36',1,0,'','2013110199','2013-11-01','2013-11-01','20131101-99','19:40',1,'',NULL,'','20131101-3302',NULL),(9301,2384,4,504,'2013-11-02 02:40:36',1,0,'','2013110199','2013-11-01','2013-11-01','20131101-99','19:40',1,'',NULL,'','20131101-3302',NULL),(9302,2604,3,530,'2013-11-02 02:56:16',0,0,'','20131101100','2013-11-01','2013-11-01','20131101-100','19:54',1,'',NULL,'','20131101-3303',NULL),(9304,2604,4,530,'2013-11-02 02:56:16',1,0,'','20131101100','2013-11-01','2013-11-01','20131101-100','19:55',1,'',NULL,'','20131101-3303',NULL),(9307,2604,5,530,'2013-11-02 02:56:16',1,0,'','20131101100','2013-11-01','2013-11-01','20131101-100','19:55',1,'',NULL,'','20131101-3303',NULL),(9308,2605,3,530,'2013-11-02 03:12:25',0,0,'','20131101101','2013-11-01','2013-11-01','20131101-101','20:11',1,'DR OFORI ANTI',NULL,'','20131101-3304',NULL),(9310,2605,5,530,'2013-11-02 03:12:25',1,0,'','20131101101','2013-11-01','2013-11-01','20131101-101','20:12',1,'DR OFORI ANTI',NULL,'','20131101-3304',NULL),(9311,2603,1,552,'2013-11-02 03:17:47',0,0,'','','2013-11-01','2013-11-01','20131101-102','20:17',1,'',NULL,'','20131101-3305',NULL),(9312,2603,3,552,'2013-11-02 03:19:46',0,0,'','','2013-11-01','2013-11-01','20131101-103','20:19',1,'',NULL,'','20131101-3306',NULL),(9313,2603,3,552,'2013-11-02 03:21:35',0,0,'','','2013-11-01','2013-11-01','20131101-104','20:21',1,'',NULL,'','20131101-3307',NULL),(9314,2362,4,530,'2013-11-02 03:38:17',1,0,'','20131101105','2013-11-01','2013-11-01','20131101-105','20:37',1,'',NULL,'','20131101-3308',NULL),(9315,2606,3,530,'2013-11-02 04:02:47',0,0,'','20131101106','2013-11-01','2013-11-01','20131101-106','21:01',1,'DR MENSAH',NULL,'','20131101-3309',NULL),(9316,2607,3,530,'2013-11-02 04:12:24',0,0,'','20131101107','2013-11-01','2013-11-01','20131101-107','21:11',1,'DR OFORI ANTI',NULL,'','20131101-3310',NULL),(9317,2608,3,558,'2013-11-02 04:20:32',0,0,'','20131101108','2013-11-01','2013-11-01','20131101-108','21:19',1,'DR OFORI',NULL,'','20131101-3311',NULL),(9318,2609,3,558,'2013-11-02 04:39:20',0,0,'','20131101109','2013-11-01','2013-11-01','20131101-109','21:37',1,'DR MENSAH',NULL,'','20131101-3312',NULL),(9320,2609,1,558,'2013-11-02 04:39:21',1,0,'','20131101109','2013-11-01','2013-11-01','20131101-109','21:38',1,'DR MENSAH',NULL,'','20131101-3312',NULL),(9323,2609,4,558,'2013-11-02 04:39:21',1,0,'','20131101109','2013-11-01','2013-11-01','20131101-109','21:39',1,'DR MENSAH',NULL,'','20131101-3312',NULL),(9324,2610,3,558,'2013-11-02 04:46:05',1,0,'','20131101110','2013-11-01','2013-11-01','20131101-110','21:43',1,'DR OFORI',NULL,'','20131101-3313',NULL),(9326,2610,5,558,'2013-11-02 04:46:05',1,0,'','20131101110','2013-11-01','2013-11-01','20131101-110','21:45',1,'DR OFORI',NULL,'','20131101-3313',NULL),(9327,2611,5,558,'2013-11-02 05:40:44',1,0,'','20131101111','2013-11-01','2013-11-01','20131101-111','22:39',1,'DR FUMMY',NULL,'','20131101-3314',NULL),(9328,2612,3,558,'2013-11-02 06:04:19',1,0,'','20131101112 ','2013-11-01','2013-11-01','20131101-112','23:03',1,'DR DANIELS',NULL,'','20131101-3315',NULL),(9330,2612,4,558,'2013-11-02 06:04:19',1,0,'','20131101112 ','2013-11-01','2013-11-01','20131101-112','23:04',1,'DR DANIELS',NULL,'','20131101-3315',NULL),(9331,2452,3,558,'2013-11-02 06:42:11',1,0,'','20131101113','2013-11-01','2013-11-01','20131101-113','23:40',1,'DR DANIELS',NULL,'','20131101-3316',NULL),(9332,2613,3,558,'2013-11-02 06:17:51',1,0,'','20131101114','2013-11-01','2013-11-01','20131101-114','23:16',1,'DR SALLAR',NULL,'','20131101-3317',NULL),(9334,2613,4,558,'2013-11-02 06:17:51',1,0,'','20131101114','2013-11-01','2013-11-01','20131101-114','23:17',1,'DR SALLAR',NULL,'','20131101-3317',NULL),(9337,2613,1,558,'2013-11-02 06:17:52',1,0,'','20131101114','2013-11-01','2013-11-01','20131101-114','23:17',1,'DR SALLAR',NULL,'','20131101-3317',NULL),(9338,2614,3,558,'2013-11-02 06:19:51',1,0,'','20131101115','2013-11-01','2013-11-01','20131101-115','23:19',1,'DR SALLAR',NULL,'','20131101-3318',NULL),(9339,2461,1,558,'2013-11-02 06:31:32',1,0,'','20131101116','2013-11-01','2013-11-01','20131101-116','23:30',1,'DR SALLAR',NULL,'','20131101-3319',NULL),(9340,2146,3,558,'2013-11-02 20:02:47',1,0,'','201311022','2013-11-02','2013-11-02','20131102-2','00:01',1,'DR DANIELS',NULL,'','20131102-3320',NULL),(9342,2146,5,558,'2013-11-02 20:02:47',0,0,'','201311022','2013-11-02','2013-11-02','20131102-2','00:02',1,'DR DANIELS',NULL,'','20131102-3320',NULL),(9343,2615,3,558,'2013-11-02 20:45:42',1,0,'','201311023 ','2013-11-02','2013-11-02','20131102-3','13:44',1,'DR DANIELS',NULL,'','20131102-3321',NULL),(9344,2616,3,558,'2013-11-02 20:47:51',1,0,'','201311024','2013-11-02','2013-11-02','20131102-4','13:47',1,'DR DANIELS',NULL,'','20131102-3322',NULL),(9345,2617,3,558,'2013-11-02 20:57:43',1,0,'','201311025','2013-11-02','2013-11-02','20131102-5','13:56',1,'',NULL,'','20131102-3323',NULL),(9347,2617,1,558,'2013-11-02 20:57:43',0,0,'','201311025','2013-11-02','2013-11-02','20131102-5','13:57',1,'',NULL,'','20131102-3323',NULL),(9348,2618,3,558,'2013-11-02 22:47:53',1,0,'','201311026','2013-11-02','2013-11-02','20131102-6','15:46',1,'',NULL,'','20131102-3324',NULL),(9350,2618,4,558,'2013-11-02 22:47:54',1,0,'','201311026','2013-11-02','2013-11-02','20131102-6','15:47',1,'',NULL,'','20131102-3324',NULL),(9351,2619,5,558,'2013-11-02 23:25:09',1,0,'','201311027','2013-11-02','2013-11-02','20131102-7','16:22',1,'DR SALLAR',NULL,'','20131102-3325',NULL),(9352,2620,3,558,'2013-11-03 01:17:03',1,0,'','201311028 ','2013-11-02','2013-11-02','20131102-8','18:14',1,'DR SALLAR',NULL,'','20131102-3326',NULL),(9354,2620,1,558,'2013-11-03 01:17:03',0,0,'','201311028 ','2013-11-02','2013-11-02','20131102-8','18:16',1,'DR SALLAR',NULL,'','20131102-3326',NULL),(9357,2620,2,558,'2013-11-03 01:17:04',1,0,'','201311028 ','2013-11-02','2013-11-02','20131102-8','18:16',1,'DR SALLAR',NULL,'','20131102-3326',NULL),(9358,714,2,558,'2013-11-03 01:27:03',1,0,'','201311029 ','2013-11-02','2013-11-02','20131102-9','18:26',1,'DR TACHIE',NULL,'','20131102-3327',NULL),(9359,2621,3,558,'2013-11-03 01:36:21',1,0,'','2013110210','2013-11-02','2013-11-02','20131102-10','18:30',1,'DR DANIELS',NULL,'','20131102-3328',NULL),(9360,2622,3,558,'2013-11-03 02:02:54',1,0,'','2013110211','2013-11-02','2013-11-02','20131102-11','19:01',1,'DR DANIELS',NULL,'','20131102-3329',NULL),(9361,2623,1,558,'2013-11-03 02:24:41',0,0,'','2013110212','2013-11-02','2013-11-02','20131102-12','19:23',1,'DR DANIELS',NULL,'','20131102-3330',NULL),(9362,2624,2,558,'2013-11-03 03:46:54',0,0,'','2013110213','2013-11-02','2013-11-02','20131102-13','20:45',1,'DR SALLAR',NULL,'','20131102-3331',NULL),(9364,2624,4,558,'2013-11-03 03:46:54',1,0,'','2013110213','2013-11-02','2013-11-02','20131102-13','20:46',1,'DR SALLAR',NULL,'','20131102-3331',NULL),(9365,2625,3,558,'2013-11-03 04:06:05',0,0,'','2013110214','2013-11-02','2013-11-02','20131102-14','21:04',1,'DR OWHANDOH',NULL,'','20131102-3332',NULL),(9367,2625,1,558,'2013-11-03 04:06:05',0,0,'','2013110214','2013-11-02','2013-11-02','20131102-14','21:05',1,'DR OWHANDOH',NULL,'','20131102-3332',NULL),(9370,2625,4,558,'2013-11-03 04:06:05',1,0,'','2013110214','2013-11-02','2013-11-02','20131102-14','21:05',1,'DR OWHANDOH',NULL,'','20131102-3332',NULL),(9371,2626,3,558,'2013-11-03 04:33:42',0,0,'','2013110215','2013-11-02','2013-11-02','20131102-15','21:30',1,'DR SALLAR',NULL,'','20131102-3333',NULL),(9373,2626,4,558,'2013-11-03 04:33:42',1,0,'','2013110215','2013-11-02','2013-11-02','20131102-15','21:32',1,'DR SALLAR',NULL,'','20131102-3333',NULL),(9376,2626,5,558,'2013-11-03 04:33:42',1,0,'','2013110215','2013-11-02','2013-11-02','20131102-15','21:32',1,'DR SALLAR',NULL,'','20131102-3333',NULL),(9380,2626,1,558,'2013-11-03 04:33:43',1,0,'','2013110215','2013-11-02','2013-11-02','20131102-15','21:33',1,'DR SALLAR',NULL,'','20131102-3333',NULL),(9381,2620,3,530,'2013-11-03 04:38:25',1,0,'','2013110216 ','2013-11-02','2013-11-02','20131102-16','21:36',1,'DR SALLAR',NULL,'','20131102-3334',NULL),(9382,2627,3,530,'2013-11-03 04:57:55',0,0,'','2013110217','2013-11-02','2013-11-02','20131102-17','21:55',1,'DR MENSAH',NULL,'','20131102-3335',NULL),(9384,2627,1,530,'2013-11-03 04:57:56',0,0,'','2013110217','2013-11-02','2013-11-02','20131102-17','21:56',1,'DR MENSAH',NULL,'','20131102-3335',NULL),(9387,2627,4,530,'2013-11-03 04:57:56',1,0,'','2013110217','2013-11-02','2013-11-02','20131102-17','21:57',1,'DR MENSAH',NULL,'','20131102-3335',NULL),(9391,2627,2,530,'2013-11-03 04:57:56',0,0,'','2013110217','2013-11-02','2013-11-02','20131102-17','21:57',1,'DR MENSAH',NULL,'','20131102-3335',NULL),(9392,2628,1,530,'2013-11-03 05:05:13',0,0,'','2013110218','2013-11-02','2013-11-02','20131102-18','22:03',1,'DR VORTIA',NULL,'','20131102-3336',NULL),(9394,2628,2,530,'2013-11-03 05:05:13',0,0,'','2013110218','2013-11-02','2013-11-02','20131102-18','22:04',1,'DR VORTIA',NULL,'','20131102-3336',NULL),(9397,2628,3,530,'2013-11-03 05:05:14',0,0,'','2013110218','2013-11-02','2013-11-02','20131102-18','22:04',1,'DR VORTIA',NULL,'','20131102-3336',NULL),(9401,2628,4,530,'2013-11-03 05:05:14',1,0,'','2013110218','2013-11-02','2013-11-02','20131102-18','22:05',1,'DR VORTIA',NULL,'','20131102-3336',NULL),(9402,2629,2,530,'2013-11-03 05:06:50',1,0,'','2013110219','2013-11-02','2013-11-02','20131102-19','22:06',1,'',NULL,'','20131102-3337',NULL),(9403,2630,3,530,'2013-11-03 05:23:53',0,0,'','2013110220','2013-11-02','2013-11-02','20131102-20','22:22',1,'DR TAKYI',NULL,'','20131102-3338',NULL),(9405,2630,4,530,'2013-11-03 05:23:53',1,0,'','2013110220','2013-11-02','2013-11-02','20131102-20','22:23',1,'DR TAKYI',NULL,'','20131102-3338',NULL),(9406,2631,3,530,'2013-11-03 05:35:30',0,0,'','2013110221','2013-11-02','2013-11-02','20131102-21','22:34',1,'DR VORTIA',NULL,'','20131102-3339',NULL),(9408,2631,1,530,'2013-11-03 05:35:30',0,0,'','2013110221','2013-11-02','2013-11-02','20131102-21','22:35',1,'DR VORTIA',NULL,'','20131102-3339',NULL),(9409,630,1,530,'2013-11-03 05:53:47',0,0,'','2013110222','2013-11-02','2013-11-02','20131102-22','22:51',1,'DR SALLAR',NULL,'','20131102-3340',NULL),(9410,2632,3,530,'2013-11-03 05:55:55',0,0,'','2013110223','2013-11-02','2013-11-02','20131102-23','22:55',1,'DR NKRUMAH',NULL,'','20131102-3341',NULL),(9411,2633,3,530,'2013-11-03 06:11:10',0,0,'','2013110224','2013-11-02','2013-11-02','20131102-24','23:09',1,'DR OFORI ANTI',NULL,'','20131102-3342',NULL),(9412,2634,4,530,'2013-11-03 06:14:40',1,0,'','2013110225','2013-11-02','2013-11-02','20131102-25','23:12',1,'DR AMOAH',NULL,'','20131102-3343',NULL),(9414,2634,3,530,'2013-11-03 06:14:41',0,0,'','2013110225','2013-11-02','2013-11-02','20131102-25','23:13',1,'DR AMOAH',NULL,'','20131102-3343',NULL),(9417,2634,1,530,'2013-11-03 06:14:41',1,0,'','2013110225','2013-11-02','2013-11-02','20131102-25','23:14',1,'DR AMOAH',NULL,'','20131102-3343',NULL),(9418,1067,1,530,'2013-11-03 06:20:40',1,0,'','2013110226 ','2013-11-02','2013-11-02','20131102-26','23:19',1,'DR MENSAH',NULL,'','20131102-3344',NULL),(9420,1067,3,530,'2013-11-03 06:20:40',1,0,'','2013110226 ','2013-11-02','2013-11-02','20131102-26','23:20',1,'DR MENSAH',NULL,'','20131102-3344',NULL),(9421,2635,3,530,'2013-11-03 06:33:58',0,0,'','2013110227 ','2013-11-02','2013-11-02','20131102-27','23:30',1,'DR TACHIE',NULL,'','20131102-3345',NULL),(9423,2635,1,530,'2013-11-03 06:33:58',0,0,'','2013110227 ','2013-11-02','2013-11-02','20131102-27','23:33',1,'DR TACHIE',NULL,'','20131102-3345',NULL),(9426,2635,4,530,'2013-11-03 06:33:59',0,0,'','2013110227 ','2013-11-02','2013-11-02','20131102-27','23:33',1,'DR TACHIE',NULL,'','20131102-3345',NULL),(9427,2636,21,530,'2013-11-03 06:39:04',1,0,'','2013110228','2013-11-02','2013-11-02','20131102-28','23:35',1,'DR VORTIA',NULL,'','20131102-3346',NULL),(9428,2637,3,530,'2013-11-03 06:40:41',0,0,'','2013110229','2013-11-02','2013-11-02','20131102-29','23:39',1,'DR VORTIA',NULL,'','20131102-3347',NULL),(9429,2638,3,530,'2013-11-03 06:44:01',0,0,'','2013110230 ','2013-11-02','2013-11-02','20131102-30','23:43',1,'DR VORTIA',NULL,'','20131102-3348',NULL),(9430,2639,4,530,'2013-11-03 06:51:44',1,0,'','2013110231','2013-11-02','2013-11-02','20131102-31','23:50',1,'DR VORTIA',NULL,'','20131102-3349',NULL),(9431,2590,3,555,'2013-11-03 06:51:52',1,0,'','2013110177','2013-11-02','2013-11-02','20131102-32','23:50',1,'',NULL,'','20131102-3350',NULL),(9432,2640,3,530,'2013-11-03 06:56:08',0,0,'','2013110233','2013-11-02','2013-11-02','20131102-33','23:55',1,'DR VORTIA',NULL,'','20131102-3351',NULL),(9433,2641,3,530,'2013-11-02 19:12:38',0,0,'','2013110235','2013-11-02','2013-11-02','20131102-35','12:11',1,'DR AMOAH',NULL,'','20131102-3356',NULL),(9435,2641,4,530,'2013-11-02 19:12:38',1,0,'','2013110235','2013-11-02','2013-11-02','20131102-35','12:12',1,'DR AMOAH',NULL,'','20131102-3356',NULL),(9438,2641,1,530,'2013-11-02 19:12:38',1,0,'','2013110235','2013-11-02','2013-11-02','20131102-35','12:12',1,'DR AMOAH',NULL,'','20131102-3356',NULL),(9439,2643,3,530,'2013-11-02 19:16:06',0,0,'','2013110236','2013-11-02','2013-11-02','20131102-36','12:14',1,'DR AMOAH',NULL,'','20131102-3357',NULL),(9441,2643,4,530,'2013-11-02 19:16:06',1,0,'','2013110236','2013-11-02','2013-11-02','20131102-36','12:15',1,'DR AMOAH',NULL,'','20131102-3357',NULL),(9444,2643,1,530,'2013-11-02 19:16:06',1,0,'','2013110236','2013-11-02','2013-11-02','20131102-36','12:15',1,'DR AMOAH',NULL,'','20131102-3357',NULL),(9445,2644,3,530,'2013-11-02 19:19:20',1,0,'','2013110237','2013-11-02','2013-11-02','20131102-37','12:18',1,'',NULL,'','20131102-3358',NULL),(9447,2644,4,530,'2013-11-02 19:19:21',0,0,'','2013110237','2013-11-02','2013-11-02','20131102-37','12:19',1,'',NULL,'','20131102-3358',NULL),(9448,2645,4,530,'2013-11-02 19:24:24',1,0,'','2013110238','2013-11-02','2013-11-02','20131102-38','12:22',1,'DR AMOAH',NULL,'','20131102-3359',NULL),(9450,2645,1,530,'2013-11-02 19:24:24',1,0,'','2013110238','2013-11-02','2013-11-02','20131102-38','12:23',1,'DR AMOAH',NULL,'','20131102-3359',NULL),(9451,2646,3,530,'2013-11-02 19:36:38',0,0,'','2013110239 ','2013-11-02','2013-11-02','20131102-39','12:36',1,'DR VORTIA',NULL,'','20131102-3360',NULL),(9452,2647,3,530,'2013-11-02 20:03:47',0,0,'','2013110240','2013-11-02','2013-11-02','20131102-40','13:02',1,'DR VORTIA',NULL,'','20131102-3361',NULL),(9454,2647,4,530,'2013-11-02 20:03:48',1,0,'','2013110240','2013-11-02','2013-11-02','20131102-40','13:03',1,'DR VORTIA',NULL,'','20131102-3361',NULL),(9455,2648,3,530,'2013-11-02 20:10:01',1,0,'','2013110241','2013-11-02','2013-11-02','20131102-41','13:09',1,'',NULL,'','20131102-3362',NULL),(9456,949,2,530,'2013-11-02 20:30:04',0,0,'','2013110242','2013-11-02','2013-11-02','20131102-42','13:28',1,'',NULL,'','20131102-3363',NULL),(9457,2649,1,530,'2013-11-02 20:43:40',0,0,'','2013110243 ','2013-11-02','2013-11-02','20131102-43','13:43',1,'',NULL,'','20131102-3364',NULL),(9458,2650,3,530,'2013-11-02 20:47:43',1,0,'','2013110244','2013-11-02','2013-11-02','20131102-44','13:46',1,'',NULL,'','20131102-3365',NULL),(9459,2651,1,530,'2013-11-02 20:50:20',1,0,'','2013110154','2013-11-02','2013-11-02','20131102-45','13:49',1,'',NULL,'','20131102-3366',NULL),(9460,2652,3,530,'2013-11-02 21:12:46',0,0,'','2013110247','2013-11-02','2013-11-02','20131102-47','14:11',1,'',NULL,'','20131102-3368',NULL),(9462,2652,4,530,'2013-11-02 21:12:46',1,0,'','2013110247','2013-11-02','2013-11-02','20131102-47','14:12',1,'',NULL,'','20131102-3368',NULL),(9463,2382,12,550,'2013-11-02 21:57:05',1,0,'','201310309','2013-11-02','2013-11-02','20131102-48','14:55',1,'',NULL,'','20131102-3369',NULL),(9464,2653,3,530,'2013-11-02 21:58:17',0,0,'','2013110249 ','2013-11-02','2013-11-02','20131102-49','14:56',1,'',NULL,'','20131102-3370',NULL),(9466,2653,4,530,'2013-11-02 21:58:17',1,0,'','2013110249 ','2013-11-02','2013-11-02','20131102-49','14:57',1,'',NULL,'','20131102-3370',NULL),(9469,2653,1,530,'2013-11-02 21:58:17',1,0,'','2013110249 ','2013-11-02','2013-11-02','20131102-49','14:57',1,'',NULL,'','20131102-3370',NULL),(9473,2653,5,530,'2013-11-02 21:58:17',1,0,'','2013110249 ','2013-11-02','2013-11-02','20131102-49','14:58',1,'',NULL,'','20131102-3370',NULL),(9474,2626,4,550,'2013-11-02 22:05:55',1,0,'','2013110215','2013-11-02','2013-11-02','20131102-50','15:05',1,'',NULL,'','20131102-3371',NULL),(9475,2645,1,530,'2013-11-02 22:06:13',0,0,'','2013110238','2013-11-02','2013-11-02','20131102-51','15:05',1,'',NULL,'','20131102-3372',NULL),(9476,2626,5,550,'2013-11-02 22:06:51',1,0,'','2013110215','2013-11-02','2013-11-02','20131102-52','15:06',1,'',NULL,'','20131102-3373',NULL),(9477,2654,3,530,'2013-11-02 22:07:50',1,0,'','2013110253 ','2013-11-02','2013-11-02','20131102-53','15:07',1,'',NULL,'','20131102-3374',NULL),(9478,2626,4,550,'2013-11-02 22:12:15',1,0,'','2013110215','2013-11-02','2013-11-02','20131102-54','15:11',1,'',NULL,'','20131102-3375',NULL),(9479,2655,4,530,'2013-11-02 22:19:06',1,0,'','2013110255','2013-11-02','2013-11-02','20131102-55','15:18',1,'',NULL,'','20131102-3376',NULL),(9480,1101,3,530,'2013-11-02 22:25:22',0,0,'','2013110256 ','2013-11-02','2013-11-02','20131102-56','15:24',1,'',NULL,'','20131102-3377',NULL),(9482,1101,4,530,'2013-11-02 22:25:22',1,0,'','2013110256 ','2013-11-02','2013-11-02','20131102-56','15:24',1,'',NULL,'','20131102-3377',NULL),(9485,1101,1,530,'2013-11-02 22:25:22',1,0,'','2013110256 ','2013-11-02','2013-11-02','20131102-56','15:25',1,'',NULL,'','20131102-3377',NULL),(9486,834,1,530,'2013-11-02 22:31:05',0,0,'','2013110257','2013-11-02','2013-11-02','20131102-57','15:30',1,'',NULL,'','20131102-3378',NULL),(9487,2649,4,550,'2013-11-02 22:32:10',1,0,'','2013110243','2013-11-02','2013-11-02','20131102-58','15:31',1,'',NULL,'','20131102-3379',NULL),(9488,2472,4,530,'2013-11-02 22:32:52',1,0,'','2013110259','2013-11-02','2013-11-02','20131102-59','15:31',1,'',NULL,'','20131102-3380',NULL),(9490,2472,2,530,'2013-11-02 22:32:53',1,0,'','2013110259','2013-11-02','2013-11-02','20131102-59','15:32',1,'',NULL,'','20131102-3380',NULL),(9491,2656,3,530,'2013-11-02 22:34:49',0,0,'','2013110260','2013-11-02','2013-11-02','20131102-60','15:34',1,'',NULL,'','20131102-3381',NULL),(9492,2657,3,530,'2013-11-02 22:38:42',0,0,'','2013110261','2013-11-02','2013-11-02','20131102-61','15:37',1,'',NULL,'','20131102-3382',NULL),(9494,2657,4,530,'2013-11-02 22:38:42',0,0,'','2013110261','2013-11-02','2013-11-02','20131102-61','15:38',1,'',NULL,'','20131102-3382',NULL),(9495,2658,3,530,'2013-11-02 22:40:36',0,0,'','2013110262','2013-11-02','2013-11-02','20131102-62','15:39',1,'',NULL,'','20131102-3383',NULL),(9496,2649,3,550,'2013-11-02 22:41:32',1,0,'','2013110243','2013-11-02','2013-11-02','20131102-63','15:41',1,'',NULL,'','20131102-3384',NULL),(9497,2659,3,530,'2013-11-02 22:43:31',0,0,'','2013110264','2013-11-02','2013-11-02','20131102-64','15:42',1,'',NULL,'','20131102-3385',NULL),(9499,2659,4,530,'2013-11-02 22:43:31',0,0,'','2013110264','2013-11-02','2013-11-02','20131102-64','15:43',1,'',NULL,'','20131102-3385',NULL),(9500,2660,3,530,'2013-11-02 22:51:34',1,0,'','2013110265','2013-11-02','2013-11-02','20131102-65','15:50',1,'',NULL,'','20131102-3386',NULL),(9502,2660,1,530,'2013-11-02 22:51:34',1,0,'','2013110265','2013-11-02','2013-11-02','20131102-65','15:51',1,'',NULL,'','20131102-3386',NULL),(9503,2661,1,530,'2013-11-02 22:56:09',0,0,'','2013110266 ','2013-11-02','2013-11-02','20131102-66','15:54',1,'',NULL,'','20131102-3387',NULL),(9505,2661,3,530,'2013-11-02 22:56:09',0,0,'','2013110266 ','2013-11-02','2013-11-02','20131102-66','15:55',1,'',NULL,'','20131102-3387',NULL),(9508,2661,4,530,'2013-11-02 22:56:09',0,0,'','2013110266 ','2013-11-02','2013-11-02','20131102-66','15:55',1,'',NULL,'','20131102-3387',NULL),(9512,2661,5,530,'2013-11-02 22:56:10',1,0,'','2013110266 ','2013-11-02','2013-11-02','20131102-66','15:55',1,'',NULL,'','20131102-3387',NULL),(9513,2498,4,550,'2013-11-02 22:57:32',0,0,'','2013103156','2013-11-02','2013-11-02','20131102-67','15:55',1,'',NULL,'','20131102-3388',NULL),(9514,2662,3,530,'2013-11-02 22:58:04',0,0,'','2013110268','2013-11-02','2013-11-02','20131102-68','15:56',1,'',NULL,'','20131102-3389',NULL),(9516,2662,19,530,'2013-11-02 22:58:04',1,0,'','2013110268','2013-11-02','2013-11-02','20131102-68','15:57',1,'',NULL,'','20131102-3389',NULL),(9519,2662,1,530,'2013-11-02 22:58:04',1,0,'','2013110268','2013-11-02','2013-11-02','20131102-68','15:57',1,'',NULL,'','20131102-3389',NULL),(9523,2662,5,530,'2013-11-02 22:58:04',1,0,'','2013110268','2013-11-02','2013-11-02','20131102-68','15:57',1,'',NULL,'','20131102-3389',NULL),(9524,2663,3,530,'2013-11-02 23:00:14',0,0,'','2013110269 ','2013-11-02','2013-11-02','20131102-69','15:59',1,'',NULL,'','20131102-3390',NULL),(9526,2663,1,530,'2013-11-02 23:00:15',0,0,'','2013110269 ','2013-11-02','2013-11-02','20131102-69','15:59',1,'',NULL,'','20131102-3390',NULL),(9529,2663,5,530,'2013-11-02 23:00:15',0,0,'','2013110269 ','2013-11-02','2013-11-02','20131102-69','16:00',1,'',NULL,'','20131102-3390',NULL),(9530,2664,3,530,'2013-11-02 23:02:25',0,0,'','2013110270','2013-11-02','2013-11-02','20131102-70','16:01',1,'',NULL,'','20131102-3391',NULL),(9532,2664,1,530,'2013-11-02 23:02:25',1,0,'','2013110270','2013-11-02','2013-11-02','20131102-70','16:02',1,'',NULL,'','20131102-3391',NULL),(9533,2617,3,550,'2013-11-02 23:08:33',1,0,'','201311025','2013-11-02','2013-11-02','20131102-72','16:07',1,'',NULL,'','20131102-3393',NULL),(9534,2665,3,530,'2013-11-02 23:08:37',0,0,'','2013110271','2013-11-02','2013-11-02','20131102-71','16:07',1,'DR AMOAH',NULL,'','20131102-3392',NULL),(9536,2665,4,530,'2013-11-02 23:08:37',1,0,'','2013110271','2013-11-02','2013-11-02','20131102-71','16:08',1,'DR AMOAH',NULL,'','20131102-3392',NULL),(9539,2665,1,530,'2013-11-02 23:08:37',1,0,'','2013110271','2013-11-02','2013-11-02','20131102-71','16:08',1,'DR AMOAH',NULL,'','20131102-3392',NULL),(9540,2666,3,530,'2013-11-02 23:31:59',0,0,'','2013110273','2013-11-02','2013-11-02','20131102-73','16:31',1,'',NULL,'','20131102-3394',NULL),(9542,2666,4,530,'2013-11-02 23:32:00',1,0,'','2013110273','2013-11-02','2013-11-02','20131102-73','16:31',1,'',NULL,'','20131102-3394',NULL),(9543,2667,3,530,'2013-11-02 23:54:11',0,0,'','2013110274 ','2013-11-02','2013-11-02','20131102-74','16:53',1,'DR VORTIA',NULL,'','20131102-3395',NULL),(9545,2667,4,530,'2013-11-02 23:54:11',1,0,'','2013110274 ','2013-11-02','2013-11-02','20131102-74','16:53',1,'DR VORTIA',NULL,'','20131102-3395',NULL),(9546,2668,3,530,'2013-11-03 00:15:07',0,0,'','2013110275','2013-11-02','2013-11-02','20131102-75','17:13',1,'DR VORTIA',NULL,'','20131102-3396',NULL),(9548,2668,1,530,'2013-11-03 00:15:07',0,0,'','2013110275','2013-11-02','2013-11-02','20131102-75','17:14',1,'DR VORTIA',NULL,'','20131102-3396',NULL),(9549,2669,3,530,'2013-11-03 00:31:36',0,0,'','2013110276','2013-11-02','2013-11-02','20131102-76','17:29',1,'DR VORTIA',NULL,'','20131102-3397',NULL),(9551,2669,1,530,'2013-11-03 00:31:36',1,0,'','2013110276','2013-11-02','2013-11-02','20131102-76','17:30',1,'DR VORTIA',NULL,'','20131102-3397',NULL),(9554,2669,2,530,'2013-11-03 00:31:37',1,0,'','2013110276','2013-11-02','2013-11-02','20131102-76','17:31',1,'DR VORTIA',NULL,'','20131102-3397',NULL),(9555,2670,3,530,'2013-11-03 00:46:09',0,0,'','2013110277','2013-11-02','2013-11-02','20131102-77','17:45',1,'',NULL,'','20131102-3398',NULL),(9556,2671,3,530,'2013-11-03 01:07:47',0,0,'','2013110278','2013-11-02','2013-11-02','20131102-78','18:07',1,'',NULL,'','20131102-3399',NULL),(9557,2672,3,530,'2013-11-03 01:12:02',0,0,'','2013110279 ','2013-11-02','2013-11-02','20131102-79','18:11',1,'DR OWHANDOH',NULL,'','20131102-3400',NULL),(9559,2672,4,530,'2013-11-03 01:12:02',1,0,'','2013110279 ','2013-11-02','2013-11-02','20131102-79','18:11',1,'DR OWHANDOH',NULL,'','20131102-3400',NULL),(9560,2673,3,530,'2013-11-03 01:15:22',0,0,'','2013110280','2013-11-02','2013-11-02','20131102-80','18:14',1,'',NULL,'','20131102-3401',NULL),(9562,2673,4,530,'2013-11-03 01:15:22',0,0,'','2013110280','2013-11-02','2013-11-02','20131102-80','18:15',1,'',NULL,'','20131102-3401',NULL),(9565,2673,5,530,'2013-11-03 01:15:23',1,0,'','2013110280','2013-11-02','2013-11-02','20131102-80','18:15',1,'',NULL,'','20131102-3401',NULL),(9566,2652,3,530,'2013-11-03 01:16:56',0,0,'','2013110247','2013-11-02','2013-11-02','20131102-81','18:16',1,'',NULL,'','20131102-3402',NULL),(9567,2626,1,530,'2013-11-03 01:18:59',1,0,'','2013110283','2013-11-02','2013-11-02','20131102-83','18:18',1,'',NULL,'','20131102-3404',NULL),(9569,2626,5,530,'2013-11-03 01:18:59',1,0,'','2013110283','2013-11-02','2013-11-02','20131102-83','18:18',1,'',NULL,'','20131102-3404',NULL),(9570,2288,3,530,'2013-11-03 01:29:17',0,0,'','2013110284','2013-11-02','2013-11-02','20131102-84','18:26',1,'DR OWHANDOH',NULL,'','20131102-3405',NULL),(9572,2288,5,530,'2013-11-03 01:29:17',1,0,'','2013110284','2013-11-02','2013-11-02','20131102-84','18:28',1,'DR OWHANDOH',NULL,'','20131102-3405',NULL),(9575,2288,4,530,'2013-11-03 01:29:18',1,0,'','2013110284','2013-11-02','2013-11-02','20131102-84','18:29',1,'DR OWHANDOH',NULL,'','20131102-3405',NULL),(9576,984,4,530,'2013-11-03 01:32:39',1,0,'','2013110285','2013-11-02','2013-11-02','20131102-85','18:32',1,'DR VORTIA',NULL,'','20131102-3406',NULL),(9577,1164,4,530,'2013-11-03 01:37:03',1,0,'','2013110286','2013-11-02','2013-11-02','20131102-86','18:36',1,'DR MENSAH',NULL,'','20131102-3407',NULL),(9578,2674,3,530,'2013-11-03 01:55:24',0,0,'','2013110287','2013-11-02','2013-11-02','20131102-87','18:54',1,'',NULL,'','20131102-3408',NULL),(9580,2674,4,530,'2013-11-03 01:55:24',1,0,'','2013110287','2013-11-02','2013-11-02','20131102-87','18:55',1,'',NULL,'','20131102-3408',NULL),(9581,2675,3,530,'2013-11-03 02:00:50',0,0,'','2013110288','2013-11-02','2013-11-02','20131102-88','18:57',1,'DR OWHANDOH',NULL,'','20131102-3409',NULL),(9583,2675,4,530,'2013-11-03 02:00:50',1,0,'','2013110288','2013-11-02','2013-11-02','20131102-88','18:59',1,'DR OWHANDOH',NULL,'','20131102-3409',NULL),(9586,2675,1,530,'2013-11-03 02:00:51',0,0,'','2013110288','2013-11-02','2013-11-02','20131102-88','19:00',1,'DR OWHANDOH',NULL,'','20131102-3409',NULL),(9590,2675,5,530,'2013-11-03 02:00:51',0,0,'','2013110288','2013-11-02','2013-11-02','20131102-88','19:00',1,'DR OWHANDOH',NULL,'','20131102-3409',NULL),(9591,2676,3,530,'2013-11-03 02:17:35',0,0,'','2013110289 ','2013-11-02','2013-11-02','20131102-89','19:16',1,'DR VORTIA',NULL,'','20131102-3410',NULL),(9593,2676,4,530,'2013-11-03 02:17:35',1,0,'','2013110289 ','2013-11-02','2013-11-02','20131102-89','19:17',1,'DR VORTIA',NULL,'','20131102-3410',NULL),(9596,2676,5,530,'2013-11-03 02:17:35',1,0,'','2013110289 ','2013-11-02','2013-11-02','20131102-89','19:17',1,'DR VORTIA',NULL,'','20131102-3410',NULL),(9597,2677,3,530,'2013-11-03 02:29:59',0,0,'','2013110290','2013-11-02','2013-11-02','20131102-90','19:29',1,'',NULL,'','20131102-3411',NULL),(9599,2677,4,530,'2013-11-03 02:30:00',0,0,'','2013110290','2013-11-02','2013-11-02','20131102-90','19:29',1,'',NULL,'','20131102-3411',NULL),(9600,2678,3,530,'2013-11-03 02:49:06',0,0,'','2013110291','2013-11-02','2013-11-02','20131102-91','19:48',1,'DR VORTIA',NULL,'','20131102-3412',NULL),(9601,2679,3,530,'2013-11-03 03:04:47',0,0,'','2013110293','2013-11-02','2013-11-02','20131102-93','20:04',1,'DR OWHANDOH',NULL,'','20131102-3414',NULL),(9602,213,3,530,'2013-11-03 03:08:19',0,0,'','2013110294','2013-11-02','2013-11-02','20131102-94','20:06',1,'',NULL,'','20131102-3415',NULL),(9604,213,1,530,'2013-11-03 03:08:19',1,0,'','2013110294','2013-11-02','2013-11-02','20131102-94','20:07',1,'',NULL,'','20131102-3415',NULL),(9607,213,2,530,'2013-11-03 03:08:19',0,0,'','2013110294','2013-11-02','2013-11-02','20131102-94','20:07',1,'',NULL,'','20131102-3415',NULL),(9611,213,4,530,'2013-11-03 03:08:19',1,0,'','2013110294','2013-11-02','2013-11-02','20131102-94','20:07',1,'',NULL,'','20131102-3415',NULL),(9616,213,5,530,'2013-11-03 03:08:20',1,0,'','2013110294','2013-11-02','2013-11-02','20131102-94','20:08',1,'',NULL,'','20131102-3415',NULL),(9617,2680,3,530,'2013-11-03 03:09:55',0,0,'','2013110295','2013-11-02','2013-11-02','20131102-95','20:09',1,'DR VORTIA',NULL,'','20131102-3416',NULL),(9618,2681,3,530,'2013-11-03 03:14:14',0,0,'','2013110296','2013-11-02','2013-11-02','20131102-96','20:12',1,'DR TAKYI',NULL,'','20131102-3417',NULL),(9620,2681,4,530,'2013-11-03 03:14:14',1,0,'','2013110296','2013-11-02','2013-11-02','20131102-96','20:13',1,'DR TAKYI',NULL,'','20131102-3417',NULL),(9623,2681,5,530,'2013-11-03 03:14:14',0,0,'','2013110296','2013-11-02','2013-11-02','20131102-96','20:13',1,'DR TAKYI',NULL,'','20131102-3417',NULL),(9627,2681,1,530,'2013-11-03 03:14:14',1,0,'','2013110296','2013-11-02','2013-11-02','20131102-96','20:13',1,'DR TAKYI',NULL,'','20131102-3417',NULL),(9628,2682,3,530,'2013-11-03 03:30:09',0,0,'','2013110297 ','2013-11-02','2013-11-02','20131102-97','20:29',1,'DR VORTIA',NULL,'','20131102-3418',NULL),(9630,2682,4,530,'2013-11-03 03:30:09',1,0,'','2013110297 ','2013-11-02','2013-11-02','20131102-97','20:29',1,'DR VORTIA',NULL,'','20131102-3418',NULL),(9631,2683,5,530,'2013-11-03 03:39:07',1,0,'','2013110298','2013-11-02','2013-11-02','20131102-98','20:38',1,'DR OWHANDOH',NULL,'','20131102-3419',NULL),(9632,2684,3,530,'2013-11-03 03:44:06',0,0,'','2013110299','2013-11-02','2013-11-02','20131102-99','20:43',1,'',NULL,'','20131102-3420',NULL),(9634,2684,4,530,'2013-11-03 03:44:07',0,0,'','2013110299','2013-11-02','2013-11-02','20131102-99','20:43',1,'',NULL,'','20131102-3420',NULL),(9635,2685,3,530,'2013-11-03 03:51:09',1,0,'','20131102100','2013-11-02','2013-11-02','20131102-100','20:49',1,'DR OWHANDOH',NULL,'','20131102-3421',NULL),(9637,2685,1,530,'2013-11-03 03:51:09',0,0,'','20131102100','2013-11-02','2013-11-02','20131102-100','20:50',1,'DR OWHANDOH',NULL,'','20131102-3421',NULL),(9640,2685,4,530,'2013-11-03 03:51:09',1,0,'','20131102100','2013-11-02','2013-11-02','20131102-100','20:50',1,'DR OWHANDOH',NULL,'','20131102-3421',NULL),(9641,2686,4,530,'2013-11-03 04:10:58',1,0,'','20131102101','2013-11-02','2013-11-02','20131102-101','21:09',1,'',NULL,'','20131102-3422',NULL),(9642,2687,3,531,'2013-11-03 05:09:34',1,0,'','20131102102 ','2013-11-02','2013-11-02','20131102-102','22:08',1,'DR VORTIA',NULL,'','20131102-3423',NULL),(9644,2687,1,531,'2013-11-03 05:09:34',1,0,'','20131102102 ','2013-11-02','2013-11-02','20131102-102','22:09',1,'DR VORTIA',NULL,'','20131102-3423',NULL),(9645,2688,3,531,'2013-11-03 05:42:55',1,0,'','20131102103','2013-11-02','2013-11-02','20131102-103','22:40',1,'DR SALLAR',NULL,'','20131102-3424',NULL),(9647,2688,1,531,'2013-11-03 05:42:55',1,0,'','20131102103','2013-11-02','2013-11-02','20131102-103','22:42',1,'DR SALLAR',NULL,'','20131102-3424',NULL),(9650,2688,4,531,'2013-11-03 05:42:55',1,0,'','20131102103','2013-11-02','2013-11-02','20131102-103','22:42',1,'DR SALLAR',NULL,'','20131102-3424',NULL),(9651,2689,3,531,'2013-11-03 05:51:40',1,0,'','20131102104','2013-11-02','2013-11-02','20131102-104','22:49',1,'DR SALLAR',NULL,'','20131102-3425',NULL),(9653,2689,1,531,'2013-11-03 05:51:40',1,0,'','20131102104','2013-11-02','2013-11-02','20131102-104','22:50',1,'DR SALLAR',NULL,'','20131102-3425',NULL),(9656,2689,4,531,'2013-11-03 05:51:40',1,0,'','20131102104','2013-11-02','2013-11-02','20131102-104','22:51',1,'DR SALLAR',NULL,'','20131102-3425',NULL),(9657,2690,3,531,'2013-11-03 05:59:17',1,0,'','20131102105 ','2013-11-02','2013-11-02','20131102-105','22:57',1,'DR SALLAR',NULL,'','20131102-3426',NULL),(9659,2690,1,531,'2013-11-03 05:59:18',1,0,'','20131102105 ','2013-11-02','2013-11-02','20131102-105','22:58',1,'DR SALLAR',NULL,'','20131102-3426',NULL),(9662,2690,4,531,'2013-11-03 05:59:18',1,0,'','20131102105 ','2013-11-02','2013-11-02','20131102-105','22:59',1,'DR SALLAR',NULL,'','20131102-3426',NULL),(9663,2691,3,531,'2013-11-03 06:45:23',1,0,'','20131102106','2013-11-02','2013-11-02','20131102-106','23:44',1,'DR SALLAR',NULL,'','20131102-3427',NULL),(9665,2691,1,531,'2013-11-03 06:45:24',1,0,'','20131102106','2013-11-02','2013-11-02','20131102-106','23:45',1,'DR SALLAR',NULL,'','20131102-3427',NULL),(9668,2691,4,531,'2013-11-03 06:45:24',1,0,'','20131102106','2013-11-02','2013-11-02','20131102-106','23:45',1,'DR SALLAR',NULL,'','20131102-3427',NULL),(9669,2692,1,531,'2013-11-03 06:52:46',1,0,'','20131102107','2013-11-02','2013-11-02','20131102-107','23:51',1,'DR SALLAR',NULL,'','20131102-3428',NULL),(9671,2692,4,531,'2013-11-03 06:52:46',1,0,'','20131102107','2013-11-02','2013-11-02','20131102-107','23:52',1,'DR SALLAR',NULL,'','20131102-3428',NULL),(9672,2693,3,531,'2013-11-03 06:57:42',1,0,'','20131102108','2013-11-02','2013-11-02','20131102-108','23:55',1,'DR DJAN',NULL,'','20131102-3429',NULL),(9674,2693,1,531,'2013-11-03 06:57:42',1,0,'','','2013-11-02','2013-11-02','20131102-108','23:57',1,'DR DJAN',NULL,'','20131102-3429',NULL),(9677,2693,5,531,'2013-11-03 06:57:43',0,0,'','20131102108','2013-11-02','2013-11-02','20131102-108','23:57',1,'DR DJAN',NULL,'','20131102-3429',NULL),(9678,2694,3,531,'2013-11-03 05:06:55',1,0,'','20131102110','2013-11-02','2013-11-02','20131102-110','22:05',1,'DR SALLAR',NULL,'','20131102-3431',NULL),(9680,2694,1,531,'2013-11-03 05:06:55',1,0,'','20131102110','2013-11-02','2013-11-02','20131102-110','22:06',1,'DR SALLAR',NULL,'','20131102-3431',NULL),(9683,2694,5,531,'2013-11-03 05:06:55',1,0,'','20131102110','2013-11-02','2013-11-02','20131102-110','22:06',1,'DR SALLAR',NULL,'','20131102-3431',NULL),(9687,2694,4,531,'2013-11-03 05:06:55',1,0,'','20131102110','2013-11-02','2013-11-02','20131102-110','22:06',1,'DR SALLAR',NULL,'','20131102-3431',NULL),(9688,2687,4,531,'2013-11-03 05:49:05',1,0,'','20131102111','2013-11-02','2013-11-02','20131102-111','22:47',1,'DR SALLAR',NULL,'','20131102-3432',NULL),(9689,2695,3,531,'2013-11-03 06:01:02',1,0,'','20131102112','2013-11-02','2013-11-02','20131102-112','22:59',1,'DR SALLAR',NULL,'','20131102-3433',NULL),(9691,2695,1,531,'2013-11-03 06:01:02',1,0,'','20131102112','2013-11-02','2013-11-02','20131102-112','23:00',1,'DR SALLAR',NULL,'','20131102-3433',NULL),(9694,2695,4,531,'2013-11-03 06:01:02',1,0,'','20131102112','2013-11-02','2013-11-02','20131102-112','23:00',1,'DR SALLAR',NULL,'','20131102-3433',NULL),(9695,2221,3,531,'2013-11-03 06:05:50',1,0,'','20131102109','2013-11-02','2013-11-02','20131102-113','23:04',1,'DR SALLAR',NULL,'','20131102-3434',NULL),(9697,2221,5,531,'2013-11-03 06:05:51',0,0,'','20131102112','2013-11-02','2013-11-02','20131102-113','23:05',1,'DR SALLAR',NULL,'','20131102-3434',NULL),(9700,2221,4,531,'2013-11-03 06:05:51',0,0,'','20131102112','2013-11-02','2013-11-02','20131102-113','23:05',1,'DR SALLAR',NULL,'','20131102-3434',NULL),(9701,2696,3,531,'2013-11-03 06:10:15',1,0,'','20131102114','2013-11-02','2013-11-02','20131102-114','23:07',1,'DR DJAN',NULL,'','20131102-3435',NULL),(9703,2696,1,531,'2013-11-03 06:10:15',1,0,'','','2013-11-02','2013-11-02','20131102-114','23:08',1,'DR DJAN',NULL,'','20131102-3435',NULL),(9706,2696,4,531,'2013-11-03 06:10:15',1,0,'','20131102114','2013-11-02','2013-11-02','20131102-114','23:10',1,'DR DJAN',NULL,'','20131102-3435',NULL),(9707,2697,3,531,'2013-11-03 06:55:54',1,0,'','20131102115 ','2013-11-02','2013-11-02','20131102-115','23:54',1,'DR DJAN',NULL,'','20131102-3436',NULL),(9709,2697,4,531,'2013-11-03 06:55:54',1,0,'','20131102115 ','2013-11-02','2013-11-02','20131102-115','23:55',1,'DR DJAN',NULL,'','20131102-3436',NULL),(9710,2696,3,531,'2013-11-03 08:13:42',0,0,'','201311034','2013-11-03','2013-11-03','20131103-4','00:40',1,'DR DJAN',NULL,'','20131103-3437',NULL),(9711,2698,3,531,'2013-11-03 10:05:57',1,0,'','201311035 ','2013-11-03','2013-11-03','20131103-5','02:04',1,'DR SALLAR',NULL,'','20131103-3438',NULL),(9712,2699,3,531,'2013-11-03 11:25:53',1,0,'','201311036','2013-11-03','2013-11-03','20131103-6','03:19',1,'DR DJAN',NULL,'','20131103-3439',NULL),(9714,2699,4,531,'2013-11-03 11:25:53',1,0,'','201311036','2013-11-03','2013-11-03','20131103-6','03:20',1,'DR DJAN',NULL,'','20131103-3439',NULL),(9715,2700,3,531,'2013-11-03 11:44:21',1,0,'','201311037','2013-11-03','2013-11-03','20131103-7','03:42',1,'DR DJAN',NULL,'','20131103-3440',NULL),(9717,2700,1,531,'2013-11-03 11:44:21',1,0,'','201311037','2013-11-03','2013-11-03','20131103-7','03:43',1,'DR DJAN',NULL,'','20131103-3440',NULL),(9720,2700,4,531,'2013-11-03 11:44:22',1,0,'','201311037','2013-11-03','2013-11-03','20131103-7','03:44',1,'DR DJAN',NULL,'','20131103-3440',NULL),(9721,2698,1,531,'2013-11-03 12:24:09',1,0,'','201311035','2013-11-03','2013-11-03','20131103-8','04:23',1,'',NULL,'','20131103-3441',NULL),(9722,2701,3,531,'2013-11-03 13:35:53',1,0,'','201311039','2013-11-03','2013-11-03','20131103-9','05:34',1,'DR AMOAH',NULL,'','20131103-3442',NULL),(9723,2702,3,530,'2013-11-03 14:36:50',0,0,'','2013110310','2013-11-03','2013-11-03','20131103-10','06:35',1,'DR VORTIA',NULL,'','20131103-3443',NULL),(9725,2702,1,530,'2013-11-03 14:36:50',0,0,'','2013110310','2013-11-03','2013-11-03','20131103-10','06:36',1,'DR VORTIA',NULL,'','20131103-3443',NULL),(9726,2703,2,530,'2013-11-03 14:43:11',0,0,'','2013110311 ','2013-11-03','2013-11-03','20131103-11','06:41',1,'DR SALLAR',NULL,'','20131103-3444',NULL),(9728,2703,4,530,'2013-11-03 14:43:11',0,0,'','2013110311 ','2013-11-03','2013-11-03','20131103-11','06:42',1,'DR SALLAR',NULL,'','20131103-3444',NULL),(9729,2704,3,530,'2013-11-03 15:10:18',0,0,'','2013110312','2013-11-03','2013-11-03','20131103-12','07:08',1,'DR SALLAR',NULL,'','20131103-3445',NULL),(9730,844,3,530,'2013-11-03 15:11:50',0,0,'','2013110313 ','2013-11-03','2013-11-03','20131103-13','07:11',1,'DR SALLAR',NULL,'','20131103-3446',NULL),(9732,844,4,530,'2013-11-03 15:11:50',1,0,'','2013110313 ','2013-11-03','2013-11-03','20131103-13','07:11',1,'DR SALLAR',NULL,'','20131103-3446',NULL),(9733,2705,3,530,'2013-11-03 15:41:31',0,0,'','2013110314','2013-11-03','2013-11-03','20131103-14','07:40',1,'DR SALLAR',NULL,'','20131103-3447',NULL),(9735,2705,1,530,'2013-11-03 15:41:31',1,0,'','2013110314','2013-11-03','2013-11-03','20131103-14','07:41',1,'DR SALLAR',NULL,'','20131103-3447',NULL),(9736,2706,3,530,'2013-11-03 15:52:36',0,0,'','2013110315','2013-11-03','2013-11-03','20131103-15','07:51',1,'DR VORTIA',NULL,'','20131103-3448',NULL),(9738,2706,2,530,'2013-11-03 15:52:36',0,0,'','2013110315','2013-11-03','2013-11-03','20131103-15','07:52',1,'DR VORTIA',NULL,'','20131103-3448',NULL),(9741,2706,1,530,'2013-11-03 15:52:36',0,0,'','2013110315','2013-11-03','2013-11-03','20131103-15','07:52',1,'DR VORTIA',NULL,'','20131103-3448',NULL),(9742,2707,3,530,'2013-11-03 16:02:12',0,0,'','2013110316 ','2013-11-03','2013-11-03','20131103-16','08:00',1,'DR FRIMPONG',NULL,'','20131103-3449',NULL),(9743,2708,3,530,'2013-11-03 16:05:50',0,0,'','2013110317','2013-11-03','2013-11-03','20131103-17','08:04',1,'DR FRIMPONG',NULL,'','20131103-3450',NULL),(9745,2708,1,530,'2013-11-03 16:05:50',1,0,'','2013110317','2013-11-03','2013-11-03','20131103-17','08:05',1,'DR FRIMPONG',NULL,'','20131103-3450',NULL),(9746,2677,3,530,'2013-11-03 16:22:42',0,0,'','2013110322','2013-11-03','2013-11-03','20131103-22','08:20',1,'DR OWHANDOH',NULL,'','20131103-3455',NULL),(9748,2677,2,530,'2013-11-03 16:22:43',0,0,'','2013110322','2013-11-03','2013-11-03','20131103-22','08:21',1,'DR OWHANDOH',NULL,'','20131103-3455',NULL),(9751,2677,1,530,'2013-11-03 16:22:43',0,0,'','2013110322','2013-11-03','2013-11-03','20131103-22','08:21',1,'DR OWHANDOH',NULL,'','20131103-3455',NULL),(9755,2677,4,530,'2013-11-03 16:22:43',1,0,'','2013110322','2013-11-03','2013-11-03','20131103-22','08:22',1,'DR OWHANDOH',NULL,'','20131103-3455',NULL),(9756,2480,4,552,'2013-11-03 16:55:49',1,0,'','','2013-11-03','2013-11-03','20131103-24','08:55',1,'',NULL,'','20131103-3457',NULL),(9757,2709,3,530,'2013-11-03 16:56:29',0,0,'','2013110323','2013-11-03','2013-11-03','20131103-23','08:55',1,'DR FRIMPONG',NULL,'','20131103-3456',NULL),(9758,2710,3,530,'2013-11-03 17:19:48',0,0,'','2013110325','2013-11-03','2013-11-03','20131103-25','09:18',1,'DR FRIMPONG',NULL,'','20131103-3458',NULL),(9759,2711,3,530,'2013-11-03 17:25:35',0,0,'','2013110326','2013-11-03','2013-11-03','20131103-26','09:23',1,'DR OFORI',NULL,'','20131103-3459',NULL),(9761,2711,1,530,'2013-11-03 17:25:35',0,0,'','2013110326','2013-11-03','2013-11-03','20131103-26','09:24',1,'DR OFORI',NULL,'','20131103-3459',NULL),(9764,2711,4,530,'2013-11-03 17:25:36',0,0,'','2013110326','2013-11-03','2013-11-03','20131103-26','09:25',1,'DR OFORI',NULL,'','20131103-3459',NULL),(9765,2712,3,530,'2013-11-03 17:36:18',0,0,'','2013110327','2013-11-03','2013-11-03','20131103-27','09:34',1,'DR OFORI',NULL,'','20131103-3460',NULL),(9767,2712,2,530,'2013-11-03 17:36:19',1,0,'','2013110327','2013-11-03','2013-11-03','20131103-27','09:34',1,'DR OFORI',NULL,'','20131103-3460',NULL),(9768,2696,18,530,'2013-11-03 17:43:47',1,0,'','2013110328','2013-11-03','2013-11-03','20131103-28','09:39',1,'',NULL,'','20131103-3461',NULL),(9769,2713,3,530,'2013-11-03 18:16:04',0,0,'','2013110329 ','2013-11-03','2013-11-03','20131103-29','10:14',1,'DR OFORI',NULL,'','20131103-3462',NULL),(9771,2713,4,530,'2013-11-03 18:16:04',1,0,'','2013110329 ','2013-11-03','2013-11-03','20131103-29','10:15',1,'DR OFORI',NULL,'','20131103-3462',NULL),(9774,2713,1,530,'2013-11-03 18:16:05',1,0,'','2013110329 ','2013-11-03','2013-11-03','20131103-29','10:15',1,'DR OFORI',NULL,'','20131103-3462',NULL),(9775,2573,3,530,'2013-11-03 18:44:22',0,0,'','2013110330','2013-11-03','2013-11-03','20131103-30','10:41',1,'DR FRIMPONG',NULL,'','20131103-3463',NULL),(9777,2573,1,530,'2013-11-03 18:44:23',0,0,'','2013110330','2013-11-03','2013-11-03','20131103-30','10:43',1,'DR FRIMPONG',NULL,'','20131103-3463',NULL),(9780,2573,4,530,'2013-11-03 18:44:23',1,0,'','2013110330','2013-11-03','2013-11-03','20131103-30','10:44',1,'DR FRIMPONG',NULL,'','20131103-3463',NULL),(9781,379,3,530,'2013-11-03 18:45:52',0,0,'','2013110331','2013-11-03','2013-11-03','20131103-31','10:45',1,'DR TAKYI',NULL,'','20131103-3464',NULL),(9782,1997,3,530,'2013-11-03 18:47:22',0,0,'','2013110332','2013-11-03','2013-11-03','20131103-32','10:46',1,'DR ARMAH',NULL,'','20131103-3465',NULL),(9783,2714,3,530,'2013-11-03 19:07:09',0,0,'','2013110333','2013-11-03','2013-11-03','20131103-33','11:06',1,'DR FRIMPONG',NULL,'','20131103-3466',NULL),(9784,2715,1,530,'2013-11-03 19:45:54',0,0,'','2013110334 ','2013-11-03','2013-11-03','20131103-34','11:44',1,'DR MENSAH',NULL,'','20131103-3467',NULL),(9785,2712,3,552,'2013-11-03 19:53:31',1,0,'','','2013-11-03','2013-11-03','20131103-35','11:52',1,'',NULL,'','20131103-3468',NULL),(9786,2716,3,530,'2013-11-03 20:04:12',0,0,'','2013110336','2013-11-03','2013-11-03','20131103-36','12:03',1,'DR FRIMPONG',NULL,'','20131103-3469',NULL),(9787,2717,3,530,'2013-11-03 20:17:08',0,0,'','2013110337','2013-11-03','2013-11-03','20131103-37','12:15',1,'DR FRIMPONG',NULL,'','20131103-3470',NULL),(9788,2718,4,530,'2013-11-03 21:04:20',0,0,'','2013110338','2013-11-03','2013-11-03','20131103-38','13:03',1,'DR MENSAH',NULL,'','20131103-3471',NULL),(9790,2718,3,530,'2013-11-03 21:04:20',1,0,'','2013110338','2013-11-03','2013-11-03','20131103-38','13:04',1,'DR MENSAH',NULL,'','20131103-3471',NULL),(9791,2573,26,530,'2013-11-03 22:04:08',0,0,'','2013110339','2013-11-03','2013-11-03','20131103-39','14:02',1,'',NULL,'','20131103-3472',NULL),(9792,2719,3,530,'2013-11-03 22:09:44',1,0,'','2013110340 ','2013-11-03','2013-11-03','20131103-40','14:08',1,'',NULL,'','20131103-3473',NULL),(9794,2719,1,530,'2013-11-03 22:09:44',1,0,'','2013110340 ','2013-11-03','2013-11-03','20131103-40','14:09',1,'',NULL,'','20131103-3473',NULL),(9795,2720,10,530,'2013-11-03 22:19:42',1,0,'','2013110341','2013-11-03','2013-11-03','20131103-41','14:18',1,'DR AMOAH',NULL,'','20131103-3474',NULL),(9797,2720,19,530,'2013-11-03 22:19:42',0,0,'','2013110341','2013-11-03','2013-11-03','20131103-41','14:19',1,'DR AMOAH',NULL,'','20131103-3474',NULL),(9798,2681,1,552,'2013-11-03 23:25:40',1,0,'','','2013-11-03','2013-11-03','20131103-42','15:23',1,'',NULL,'','20131103-3475',NULL),(9800,2681,4,552,'2013-11-03 23:25:40',1,0,'','','2013-11-03','2013-11-03','20131103-42','15:24',1,'',NULL,'','20131103-3475',NULL),(9801,2721,1,530,'2013-11-04 00:07:13',0,0,'','2013110343 ','2013-11-03','2013-11-03','20131103-43','16:05',1,'DR OFORI',NULL,'','20131103-3476',NULL),(9803,2721,3,530,'2013-11-04 00:07:14',0,0,'','2013110343 ','2013-11-03','2013-11-03','20131103-43','16:06',1,'DR OFORI',NULL,'','20131103-3476',NULL),(9804,2722,1,530,'2013-11-04 00:09:54',0,0,'','2013110344 ','2013-11-03','2013-11-03','20131103-44','16:08',1,'DR OFORI',NULL,'','20131103-3477',NULL),(9806,2722,3,530,'2013-11-04 00:09:54',0,0,'','2013110344 ','2013-11-03','2013-11-03','20131103-44','16:09',1,'DR OFORI',NULL,'','20131103-3477',NULL),(9807,2723,3,530,'2013-11-04 00:47:58',0,0,'','2013110345','2013-11-03','2013-11-03','20131103-45','16:46',1,'DR OFORI',NULL,'','20131103-3478',NULL),(9809,2723,4,530,'2013-11-04 00:47:58',1,0,'','2013110345','2013-11-03','2013-11-03','20131103-45','16:47',1,'DR OFORI',NULL,'','20131103-3478',NULL),(9810,2724,4,530,'2013-11-04 01:10:13',0,0,'','2013110346','2013-11-03','2013-11-03','20131103-46','17:09',1,'DR FRIMPONG',NULL,'','20131103-3479',NULL),(9811,2725,3,530,'2013-11-04 01:44:23',0,0,'','2013110347','2013-11-03','2013-11-03','20131103-47','17:43',1,'DR OFORI',NULL,'','20131103-3480',NULL),(9813,2725,4,530,'2013-11-04 01:44:23',1,0,'','2013110347','2013-11-03','2013-11-03','20131103-47','17:44',1,'DR OFORI',NULL,'','20131103-3480',NULL),(9816,2725,1,530,'2013-11-04 01:44:24',1,0,'','2013110347','2013-11-03','2013-11-03','20131103-47','17:44',1,'DR OFORI',NULL,'','20131103-3480',NULL),(9817,2726,4,530,'2013-11-04 01:48:47',1,0,'','2013110348','2013-11-03','2013-11-03','20131103-48','17:48',1,'DR DOW',NULL,'','20131103-3481',NULL),(9818,2727,3,530,'2013-11-04 01:55:04',0,0,'','2013110349','2013-11-03','2013-11-03','20131103-49','17:53',1,'DR OFORI',NULL,'','20131103-3482',NULL),(9820,2727,4,530,'2013-11-04 01:55:04',1,0,'','2013110349','2013-11-03','2013-11-03','20131103-49','17:54',1,'DR OFORI',NULL,'','20131103-3482',NULL),(9821,2728,3,530,'2013-11-04 01:58:33',0,0,'','2013110350 ','2013-11-03','2013-11-03','20131103-50','17:57',1,'DR OFORI',NULL,'','20131103-3483',NULL),(9823,2728,4,530,'2013-11-04 01:58:33',1,0,'','2013110350 ','2013-11-03','2013-11-03','20131103-50','17:58',1,'DR OFORI',NULL,'','20131103-3483',NULL),(9824,2729,3,530,'2013-11-04 02:08:52',0,0,'','2013110351','2013-11-03','2013-11-03','20131103-51','18:07',1,'DR OFORI',NULL,'','20131103-3484',NULL),(9826,2729,4,530,'2013-11-04 02:08:52',1,0,'','2013110351','2013-11-03','2013-11-03','20131103-51','18:08',1,'DR OFORI',NULL,'','20131103-3484',NULL),(9827,2716,2,531,'2013-11-04 02:41:00',0,0,'','2013110352','2013-11-03','2013-11-03','20131103-52','18:39',1,'DR FRIMPONG',NULL,'','20131103-3485',NULL),(9829,2716,1,531,'2013-11-04 02:41:00',0,0,'','2013110352','2013-11-03','2013-11-03','20131103-52','18:40',1,'DR FRIMPONG',NULL,'','20131103-3485',NULL),(9830,2730,3,531,'2013-11-04 03:08:49',1,0,'','2013110353','2013-11-03','2013-11-03','20131103-53','19:07',1,'DR FRIMPONG',NULL,'','20131103-3486',NULL),(9832,2730,4,531,'2013-11-04 03:08:49',1,0,'','2013110353','2013-11-03','2013-11-03','20131103-53','19:08',1,'DR FRIMPONG',NULL,'','20131103-3486',NULL),(9833,2711,3,531,'2013-11-04 03:10:28',0,0,'','2013110354','2013-11-03','2013-11-03','20131103-54','19:09',1,'DR TACHIE',NULL,'','20131103-3487',NULL),(9834,2731,3,531,'2013-11-04 03:20:36',1,0,'','2013110355','2013-11-03','2013-11-03','20131103-55','19:19',1,'DR OFORI',NULL,'','20131103-3488',NULL),(9836,2731,1,531,'2013-11-04 03:20:36',1,0,'','2013110355','2013-11-03','2013-11-03','20131103-55','19:20',1,'DR OFORI',NULL,'','20131103-3488',NULL),(9839,2731,4,531,'2013-11-04 03:20:36',1,0,'','2013110355','2013-11-03','2013-11-03','20131103-55','19:20',1,'DR OFORI',NULL,'','20131103-3488',NULL),(9840,2732,3,531,'2013-11-04 03:25:03',1,0,'','2013110356 ','2013-11-03','2013-11-03','20131103-56','19:23',1,'DR OFORI',NULL,'','20131103-3489',NULL),(9841,2733,3,531,'2013-11-04 06:08:43',0,0,'','2013110357','2013-11-03','2013-11-03','20131103-57','22:06',1,'DR DJAN',NULL,'','20131103-3490',NULL),(9843,2733,4,531,'2013-11-04 06:08:44',1,0,'','2013110357','2013-11-03','2013-11-03','20131103-57','22:08',1,'DR DJAN',NULL,'','20131103-3490',NULL),(9844,2733,3,531,'2013-11-04 06:27:56',1,0,'','2013110357','2013-11-03','2013-11-03','20131103-58','22:27',1,'',NULL,'','20131103-3491',NULL),(9845,2734,3,531,'2013-11-04 06:52:00',1,0,'','2013110359','2013-11-03','2013-11-03','20131103-59','22:50',1,'DR DJAN',NULL,'','20131103-3492',NULL),(9847,2734,1,531,'2013-11-04 06:52:00',0,0,'','2013110359','2013-11-03','2013-11-03','20131103-59','22:51',1,'DR DJAN',NULL,'','20131103-3492',NULL),(9848,2735,3,531,'2013-11-04 12:23:25',0,0,'','201311041','2013-11-04','2013-11-04','20131104-1','04:18',1,'DR OWHANDOH',NULL,'','20131104-3493',NULL),(9850,2735,1,531,'2013-11-04 12:23:26',1,0,'','201311041','2013-11-04','2013-11-04','20131104-1','04:20',1,'DR OWHANDOH',NULL,'','20131104-3493',NULL),(9853,2735,2,531,'2013-11-04 12:23:26',1,0,'','201311041','2013-11-04','2013-11-04','20131104-1','04:22',1,'DR OWHANDOH',NULL,'','20131104-3493',NULL),(9857,2735,4,531,'2013-11-04 12:23:26',1,0,'','201311041','2013-11-04','2013-11-04','20131104-1','04:23',1,'DR OWHANDOH',NULL,'','20131104-3493',NULL),(9858,2736,4,531,'2013-11-04 13:17:02',1,0,'','201311042','2013-11-04','2013-11-04','20131104-2','05:15',1,'DR OFORI',NULL,'','20131104-3494',NULL),(9859,2573,1,531,'2013-11-04 13:43:40',0,0,'','201311043','2013-11-04','2013-11-04','20131104-3','05:42',1,'DR TACHIE',NULL,'','20131104-3495',NULL),(9861,2573,2,531,'2013-11-04 13:43:40',0,0,'','201311043','2013-11-04','2013-11-04','20131104-3','05:43',1,'DR TACHIE',NULL,'','20131104-3495',NULL),(9862,2201,3,558,'2013-11-04 14:15:30',0,0,'','201311044','2013-11-04','2013-11-04','20131104-4','06:13',1,'DR OWHANDOH',NULL,'','20131104-3496',NULL),(9864,2201,4,558,'2013-11-04 14:15:30',1,0,'','201311044','2013-11-04','2013-11-04','20131104-4','06:14',1,'DR OWHANDOH',NULL,'','20131104-3496',NULL),(9867,2201,2,558,'2013-11-04 14:15:31',0,0,'','201311044','2013-11-04','2013-11-04','20131104-4','06:14',1,'DR OWHANDOH',NULL,'','20131104-3496',NULL),(9868,2222,3,558,'2013-11-04 14:31:43',1,0,'','2013102839','2013-11-04','2013-11-04','20131104-5','06:30',1,'DR DOW',NULL,'','20131104-3497',NULL),(9869,2737,3,558,'2013-11-04 14:46:20',0,0,'','201311046','2013-11-04','2013-11-04','20131104-6','06:45',1,'DR OFORI ANTI',NULL,'','20131104-3498',NULL),(9870,2738,3,558,'2013-11-04 14:50:41',0,0,'','201311047 ','2013-11-04','2013-11-04','20131104-7','06:48',1,'DR DOW',NULL,'','20131104-3499',NULL),(9872,2738,1,558,'2013-11-04 14:50:41',1,0,'','201311047 ','2013-11-04','2013-11-04','20131104-7','06:50',1,'DR DOW',NULL,'','20131104-3499',NULL),(9873,2739,3,558,'2013-11-04 15:31:52',0,0,'','201311048','2013-11-04','2013-11-04','20131104-8','07:30',1,'DR OFORI ANTI',NULL,'','20131104-3500',NULL),(9875,2739,1,558,'2013-11-04 15:31:52',0,0,'','201311048','2013-11-04','2013-11-04','20131104-8','07:31',1,'DR OFORI ANTI',NULL,'','20131104-3500',NULL),(9876,2740,3,558,'2013-11-04 15:43:43',0,0,'','201311049 ','2013-11-04','2013-11-04','20131104-9','07:42',1,'DR K AMAOH',NULL,'','20131104-3501',NULL),(9877,2741,3,558,'2013-11-04 15:57:16',0,0,'','2013110410','2013-11-04','2013-11-04','20131104-10','07:55',1,'DR SALLAR',NULL,'','20131104-3502',NULL),(9879,2741,4,558,'2013-11-04 15:57:16',1,0,'','2013110410','2013-11-04','2013-11-04','20131104-10','07:56',1,'DR SALLAR',NULL,'','20131104-3502',NULL),(9882,2741,1,558,'2013-11-04 15:57:16',0,0,'','2013110410','2013-11-04','2013-11-04','20131104-10','07:57',1,'DR SALLAR',NULL,'','20131104-3502',NULL),(9883,2742,4,558,'2013-11-04 16:02:25',1,0,'','2013110411','2013-11-04','2013-11-04','20131104-11','08:00',1,'DR DANIELS',NULL,'','20131104-3503',NULL),(9885,2742,2,558,'2013-11-04 16:02:26',1,0,'','2013110411','2013-11-04','2013-11-04','20131104-11','08:02',1,'DR DANIELS',NULL,'','20131104-3503',NULL),(9886,2743,3,558,'2013-11-04 16:11:17',0,0,'','2013110412','2013-11-04','2013-11-04','20131104-12','08:09',1,'DR VORTIA',NULL,'','20131104-3504',NULL),(9888,2743,1,558,'2013-11-04 16:11:17',0,0,'','2013110412','2013-11-04','2013-11-04','20131104-12','08:10',1,'DR VORTIA',NULL,'','20131104-3504',NULL),(9891,2743,4,558,'2013-11-04 16:11:17',1,0,'','2013110412','2013-11-04','2013-11-04','20131104-12','08:11',1,'DR VORTIA',NULL,'','20131104-3504',NULL),(9892,2744,3,558,'2013-11-04 16:22:46',0,0,'','2013110413 ','2013-11-04','2013-11-04','20131104-13','08:21',1,'DR OWHANDOH',NULL,'','20131104-3505',NULL),(9894,2744,4,558,'2013-11-04 16:22:46',1,0,'','2013110413 ','2013-11-04','2013-11-04','20131104-13','08:22',1,'DR OWHANDOH',NULL,'','20131104-3505',NULL),(9895,2745,3,558,'2013-11-04 16:24:48',0,0,'','2013110414','2013-11-04','2013-11-04','20131104-14','08:23',1,'DR AMABLE',NULL,'','20131104-3506',NULL),(9896,2746,3,558,'2013-11-04 16:29:08',0,0,'','2013110415','2013-11-04','2013-11-04','20131104-15','08:28',1,'DR VORTIA',NULL,'','20131104-3507',NULL),(9898,2746,4,558,'2013-11-04 16:29:08',1,0,'','2013110415','2013-11-04','2013-11-04','20131104-15','08:28',1,'DR VORTIA',NULL,'','20131104-3507',NULL),(9899,2747,3,558,'2013-11-04 16:41:46',0,0,'','2013110416','2013-11-04','2013-11-04','20131104-16','08:40',1,'DR SALLAR',NULL,'','20131104-3508',NULL),(9900,2706,1,537,'2013-11-04 16:55:55',0,0,'','2013110315','2013-11-04','2013-11-04','20131104-17','08:53',1,'',NULL,'','20131104-3509',NULL),(9901,2748,3,558,'2013-11-04 17:07:17',0,0,'','2013110418','2013-11-04','2013-11-04','20131104-18','09:03',1,'DR OWHANDOH',NULL,'','20131104-3510',NULL),(9903,2748,4,558,'2013-11-04 17:07:17',1,0,'','2013110418','2013-11-04','2013-11-04','20131104-18','09:05',1,'DR OWHANDOH',NULL,'','20131104-3510',NULL),(9906,2748,1,558,'2013-11-04 17:07:18',0,0,'','2013110418','2013-11-04','2013-11-04','20131104-18','09:06',1,'DR OWHANDOH',NULL,'','20131104-3510',NULL),(9907,2749,3,558,'2013-11-04 17:15:25',0,0,'','2013110419','2013-11-04','2013-11-04','20131104-19','09:11',1,'DR OWHANDOH',NULL,'','20131104-3511',NULL),(9909,2749,4,558,'2013-11-04 17:15:25',1,0,'','2013110419','2013-11-04','2013-11-04','20131104-19','09:12',1,'DR OWHANDOH',NULL,'','20131104-3511',NULL),(9912,2749,5,558,'2013-11-04 17:15:25',1,0,'','2013110419','2013-11-04','2013-11-04','20131104-19','09:14',1,'DR OWHANDOH',NULL,'','20131104-3511',NULL),(9916,2749,1,558,'2013-11-04 17:15:26',0,0,'','2013110419','2013-11-04','2013-11-04','20131104-19','09:14',1,'DR OWHANDOH',NULL,'','20131104-3511',NULL),(9917,1634,28,558,'2013-11-04 17:18:37',0,0,'','2013110420','2013-11-04','2013-11-04','20131104-20','09:16',1,'DR MENSAH',NULL,'','20131104-3512',NULL),(9918,2467,19,558,'2013-11-04 17:26:00',1,0,'','2013110421','2013-11-04','2013-11-04','20131104-21','09:22',1,'DR TACHIE',NULL,'','20131104-3513',NULL),(9919,2741,1,558,'2013-11-04 17:28:10',1,0,'','2013110410','2013-11-04','2013-11-04','20131104-22','09:27',1,'',NULL,'','20131104-3514',NULL),(9920,2750,3,558,'2013-11-04 17:37:07',0,0,'','2013110423 ','2013-11-04','2013-11-04','20131104-23','09:35',1,'DR SALLAR',NULL,'','20131104-3515',NULL),(9922,2750,4,558,'2013-11-04 17:37:08',1,0,'','2013110423 ','2013-11-04','2013-11-04','20131104-23','09:36',1,'DR SALLAR',NULL,'','20131104-3515',NULL),(9925,2750,1,558,'2013-11-04 17:37:08',1,0,'','2013110423 ','2013-11-04','2013-11-04','20131104-23','09:36',1,'DR SALLAR',NULL,'','20131104-3515',NULL),(9926,2635,4,534,'2013-11-04 17:38:15',1,0,'','2013110227','2013-11-04','2013-11-04','20131104-24','09:37',1,'',NULL,'','20131104-3516',NULL),(9927,2751,3,558,'2013-11-04 17:40:36',0,0,'','2013110425','2013-11-04','2013-11-04','20131104-25','09:39',1,'DR YEBOAH',NULL,'','20131104-3517',NULL),(9929,2751,4,558,'2013-11-04 17:40:36',0,0,'','2013110425','2013-11-04','2013-11-04','20131104-25','09:40',1,'DR YEBOAH',NULL,'','20131104-3517',NULL),(9930,2752,3,558,'2013-11-04 17:45:25',0,0,'','2013110426','2013-11-04','2013-11-04','20131104-26','09:43',1,'DR SALLAR',NULL,'','20131104-3518',NULL),(9932,2752,4,558,'2013-11-04 17:45:25',1,0,'','2013110426','2013-11-04','2013-11-04','20131104-26','09:44',1,'DR SALLAR',NULL,'','20131104-3518',NULL),(9935,2752,1,558,'2013-11-04 17:45:25',1,0,'','2013110426','2013-11-04','2013-11-04','20131104-26','09:45',1,'DR SALLAR',NULL,'','20131104-3518',NULL),(9936,2753,3,558,'2013-11-04 17:48:19',0,0,'','2013110428','2013-11-04','2013-11-04','20131104-28','09:46',1,'DR SALLAR',NULL,'','20131104-3520',NULL),(9938,2753,4,558,'2013-11-04 17:48:19',1,0,'','2013110428','2013-11-04','2013-11-04','20131104-28','09:47',1,'DR SALLAR',NULL,'','20131104-3520',NULL),(9941,2753,1,558,'2013-11-04 17:48:19',1,0,'','2013110428','2013-11-04','2013-11-04','20131104-28','09:48',1,'DR SALLAR',NULL,'','20131104-3520',NULL),(9942,2472,4,534,'2013-11-04 17:49:23',1,0,'','2013110259','2013-11-04','2013-11-04','20131104-29','09:48',1,'',NULL,'','20131104-3521',NULL),(9943,2754,3,558,'2013-11-04 17:54:06',0,0,'','2013110430','2013-11-04','2013-11-04','20131104-30','09:52',1,'DR VORTIA',NULL,'','20131104-3522',NULL),(9944,2755,3,558,'2013-11-04 17:57:26',0,0,'','2013110431','2013-11-04','2013-11-04','20131104-31','09:55',1,'DR VORTIA',NULL,'','20131104-3523',NULL),(9945,2756,3,558,'2013-11-04 18:05:51',0,0,'','2013110432 ','2013-11-04','2013-11-04','20131104-32','10:03',1,'DR AMABLE',NULL,'','20131104-3524',NULL),(9947,2756,1,558,'2013-11-04 18:05:51',0,0,'','2013110432 ','2013-11-04','2013-11-04','20131104-32','10:05',1,'DR AMABLE',NULL,'','20131104-3524',NULL),(9950,2756,4,558,'2013-11-04 18:05:52',1,0,'','2013110432 ','2013-11-04','2013-11-04','20131104-32','10:05',1,'DR AMABLE',NULL,'','20131104-3524',NULL),(9951,2757,3,558,'2013-11-04 18:10:36',0,0,'','2013110433','2013-11-04','2013-11-04','20131104-33','10:09',1,'DR YEBOAH',NULL,'','20131104-3525',NULL),(9953,2757,4,558,'2013-11-04 18:10:37',1,0,'','2013110433','2013-11-04','2013-11-04','20131104-33','10:10',1,'DR YEBOAH',NULL,'','20131104-3525',NULL),(9954,1874,3,558,'2013-11-04 18:15:18',0,0,'','2013110434','2013-11-04','2013-11-04','20131104-34','10:13',1,'DR OWHANDOH',NULL,'','20131104-3526',NULL),(9956,1874,4,558,'2013-11-04 18:15:18',0,0,'','2013110434 ','2013-11-04','2013-11-04','20131104-34','10:15',1,'DR OWHANDOH',NULL,'','20131104-3526',NULL),(9957,2758,3,558,'2013-11-04 18:21:45',0,0,'','2013110435','2013-11-04','2013-11-04','20131104-35','10:20',1,'DR SALLAR',NULL,'','20131104-3527',NULL),(9959,2758,4,558,'2013-11-04 18:21:46',0,0,'','2013110435','2013-11-04','2013-11-04','20131104-35','10:21',1,'DR SALLAR',NULL,'','20131104-3527',NULL),(9962,2758,1,558,'2013-11-04 18:21:46',1,0,'','2013110435','2013-11-04','2013-11-04','20131104-35','10:21',1,'DR SALLAR',NULL,'','20131104-3527',NULL),(9963,2662,19,534,'2013-11-04 18:22:27',1,0,'','2013110268','2013-11-04','2013-11-04','20131104-36','10:21',1,'',NULL,'','20131104-3528',NULL),(9964,2759,3,558,'2013-11-04 18:30:34',0,0,'','2013110437','2013-11-04','2013-11-04','20131104-37','10:28',1,'DR VORTIA',NULL,'','20131104-3529',NULL),(9965,2498,4,534,'2013-11-04 18:31:45',1,0,'','2013103156','2013-11-04','2013-11-04','20131104-38','10:31',1,'',NULL,'','20131104-3530',NULL),(9966,2760,3,558,'2013-11-04 18:36:57',0,0,'','2013110439','2013-11-04','2013-11-04','20131104-39','10:35',1,'DR DOW',NULL,'','20131104-3531',NULL),(9967,2467,19,534,'2013-11-04 18:38:19',1,0,'','2013103112','2013-11-04','2013-11-04','20131104-41','10:37',1,'',NULL,'','20131104-3533',NULL),(9968,2761,3,558,'2013-11-04 18:38:53',0,0,'','2013110440','2013-11-04','2013-11-04','20131104-40','10:38',1,'DR SALLAR',NULL,'','20131104-3532',NULL),(9969,2762,3,558,'2013-11-04 18:44:28',0,0,'','2013110442','2013-11-04','2013-11-04','20131104-42','10:43',1,'DR OWHANDOH',NULL,'','20131104-3534',NULL),(9971,2762,4,558,'2013-11-04 18:44:28',1,0,'','2013110442','2013-11-04','2013-11-04','20131104-42','10:44',1,'DR OWHANDOH',NULL,'','20131104-3534',NULL),(9972,2763,3,558,'2013-11-04 18:46:44',0,0,'','2013110443','2013-11-04','2013-11-04','20131104-43','10:45',1,'DR SALLAR',NULL,'','20131104-3535',NULL),(9974,2763,4,558,'2013-11-04 18:46:45',1,0,'','2013110443','2013-11-04','2013-11-04','20131104-43','10:46',1,'DR SALLAR',NULL,'','20131104-3535',NULL),(9975,2764,3,558,'2013-11-04 18:50:08',0,0,'','2013110444 ','2013-11-04','2013-11-04','20131104-44','10:48',1,'DR VORTIA',NULL,'','20131104-3536',NULL),(9977,2764,5,558,'2013-11-04 18:50:08',1,0,'','2013110444 ','2013-11-04','2013-11-04','20131104-44','10:49',1,'DR VORTIA',NULL,'','20131104-3536',NULL),(9978,2765,3,558,'2013-11-04 18:57:51',0,0,'','2013110445','2013-11-04','2013-11-04','20131104-45','10:55',1,'DR SALLAR',NULL,'','20131104-3537',NULL),(9979,2716,1,534,'2013-11-04 18:59:51',0,0,'','2013110446 ','2013-11-04','2013-11-04','20131104-46','10:56',1,'DR ADOTEY',NULL,'','20131104-3538',NULL),(9980,2240,1,534,'2013-11-04 19:02:22',0,0,'','2013110447','2013-11-04','2013-11-04','20131104-47','11:00',1,'DR MENSAH',NULL,'','20131104-3539',NULL),(9981,2696,1,534,'2013-11-04 19:05:06',0,0,'','2013110448','2013-11-04','2013-11-04','20131104-48','11:02',1,'DR MENSAH',NULL,'','20131104-3540',NULL),(9982,2766,3,558,'2013-11-04 19:06:49',0,0,'','2013110449','2013-11-04','2013-11-04','20131104-49','11:04',1,'DR OWHANDOH',NULL,'','20131104-3541',NULL),(9984,2766,4,558,'2013-11-04 19:06:49',1,0,'','2013110449','2013-11-04','2013-11-04','20131104-49','11:06',1,'DR OWHANDOH',NULL,'','20131104-3541',NULL),(9985,2767,3,558,'2013-11-04 19:11:08',0,0,'','2013110450','2013-11-04','2013-11-04','20131104-50','11:09',1,'DR SALLAR',NULL,'','20131104-3542',NULL),(9987,2767,4,558,'2013-11-04 19:11:08',1,0,'','2013110450','2013-11-04','2013-11-04','20131104-50','11:10',1,'DR SALLAR',NULL,'','20131104-3542',NULL),(9988,2768,3,558,'2013-11-04 19:14:50',0,0,'','2013110451 ','2013-11-04','2013-11-04','20131104-51','11:13',1,'',NULL,'','20131104-3543',NULL),(9990,2768,4,558,'2013-11-04 19:14:50',1,0,'','2013110451 ','2013-11-04','2013-11-04','20131104-51','11:14',1,'',NULL,'','20131104-3543',NULL),(9991,2769,4,558,'2013-11-04 19:18:58',1,0,'','2013110452','2013-11-04','2013-11-04','20131104-52','11:17',1,'DR SALLAR',NULL,'','20131104-3544',NULL),(9993,2769,1,558,'2013-11-04 19:18:58',1,0,'','2013110452','2013-11-04','2013-11-04','20131104-52','11:18',1,'DR SALLAR',NULL,'','20131104-3544',NULL),(9994,2770,3,558,'2013-11-04 19:22:29',0,0,'','2013110453','2013-11-04','2013-11-04','20131104-53','11:20',1,'DR VORTIA',NULL,'','20131104-3545',NULL),(9995,2771,3,558,'2013-11-04 19:28:42',0,0,'','2013110454','2013-11-04','2013-11-04','20131104-54','11:26',1,'DR YEBOAH',NULL,'','20131104-3546',NULL),(9997,2771,4,558,'2013-11-04 19:28:42',1,0,'','2013110454','2013-11-04','2013-11-04','20131104-54','11:28',1,'DR YEBOAH',NULL,'','20131104-3546',NULL),(9998,2772,4,534,'2013-11-04 19:31:32',0,0,'','2013110455','2013-11-04','2013-11-04','20131104-55','11:30',1,'DR ADOTEY',NULL,'','20131104-3547',NULL),(9999,630,3,558,'2013-11-04 19:32:08',1,0,'','2013110456','2013-11-04','2013-11-04','20131104-56','11:30',1,'DR SALLAR',NULL,'','20131104-3548',NULL),(10000,2773,3,558,'2013-11-04 19:43:18',0,0,'','2013110457','2013-11-04','2013-11-04','20131104-57','11:41',1,'DR VORTIA',NULL,'','20131104-3549',NULL),(10002,2773,4,558,'2013-11-04 19:43:18',1,0,'','2013110457','2013-11-04','2013-11-04','20131104-57','11:42',1,'DR VORTIA',NULL,'','20131104-3549',NULL),(10005,2773,1,558,'2013-11-04 19:43:18',1,0,'','2013110457','2013-11-04','2013-11-04','20131104-57','11:43',1,'DR VORTIA',NULL,'','20131104-3549',NULL),(10006,2774,3,558,'2013-11-04 19:49:27',0,0,'','2013110458','2013-11-04','2013-11-04','20131104-58','11:47',1,'DR OWHANDOH',NULL,'','20131104-3550',NULL),(10008,2774,4,558,'2013-11-04 19:49:27',1,0,'','2013110458','2013-11-04','2013-11-04','20131104-58','11:48',1,'DR OWHANDOH',NULL,'','20131104-3550',NULL),(10011,2774,5,558,'2013-11-04 19:49:27',1,0,'','2013110458','2013-11-04','2013-11-04','20131104-58','11:48',1,'DR OWHANDOH',NULL,'','20131104-3550',NULL),(10015,2774,1,558,'2013-11-04 19:49:27',1,0,'','2013110458','2013-11-04','2013-11-04','20131104-58','11:49',1,'DR OWHANDOH',NULL,'','20131104-3550',NULL),(10016,1431,1,558,'2013-11-04 19:53:41',1,0,'','2013110459','2013-11-04','2013-11-04','20131104-59','11:50',1,'DR SALLAR',NULL,'','20131104-3551',NULL),(10017,2317,3,558,'2013-11-04 19:58:13',0,0,'','2013110460','2013-11-04','2013-11-04','20131104-60','11:56',1,'DR OWHANDOH',NULL,'','20131104-3552',NULL),(10019,2317,4,558,'2013-11-04 19:58:13',1,0,'','2013110460','2013-11-04','2013-11-04','20131104-60','11:57',1,'DR OWHANDOH',NULL,'','20131104-3552',NULL),(10020,2775,3,558,'2013-11-04 20:18:52',0,0,'','2013110461','2013-11-04','2013-11-04','20131104-61','12:16',1,'DR VORTIA',NULL,'','20131104-3553',NULL),(10021,2776,3,558,'2013-11-04 20:21:57',0,0,'','2013110462','2013-11-04','2013-11-04','20131104-62','12:21',1,'DR VORTIA',NULL,'','20131104-3554',NULL),(10022,2319,3,558,'2013-11-04 20:32:01',0,0,'','2013110463 ','2013-11-04','2013-11-04','20131104-63','12:31',1,'DR DOW',NULL,'','20131104-3555',NULL),(10023,2746,4,558,'2013-11-04 20:33:59',1,0,'','2013110415 ','2013-11-04','2013-11-04','20131104-64','12:32',1,'',NULL,'','20131104-3556',NULL),(10024,2459,4,558,'2013-11-04 20:48:22',1,0,'','2013110465 ','2013-11-04','2013-11-04','20131104-65','12:45',1,'DR OWHANDOH',NULL,'','20131104-3557',NULL),(10026,2459,5,558,'2013-11-04 20:48:22',1,0,'','2013110465 ','2013-11-04','2013-11-04','20131104-65','12:48',1,'DR OWHANDOH',NULL,'','20131104-3557',NULL),(10027,2777,4,558,'2013-11-04 20:52:41',1,0,'','2013110466','2013-11-04','2013-11-04','20131104-66','12:51',1,'DR SALLAR',NULL,'','20131104-3558',NULL),(10029,2777,10,558,'2013-11-04 20:52:41',1,0,'','2013110466','2013-11-04','2013-11-04','20131104-66','12:52',1,'DR SALLAR',NULL,'','20131104-3558',NULL),(10030,2778,3,534,'2013-11-04 20:54:30',1,0,'','2013110467 ','2013-11-04','2013-11-04','20131104-67','12:52',1,'DR ADOTEY',NULL,'','20131104-3559',NULL),(10032,2778,4,534,'2013-11-04 20:54:30',1,0,'','2013110467 ','2013-11-04','2013-11-04','20131104-67','12:53',1,'',NULL,'','20131104-3559',NULL),(10033,1874,1,534,'2013-11-04 21:01:11',1,0,'','2013110434','2013-11-04','2013-11-04','20131104-69','13:00',1,'',NULL,'','20131104-3561',NULL),(10035,1874,4,534,'2013-11-04 21:01:11',1,0,'','2013110434','2013-11-04','2013-11-04','20131104-69','13:00',1,'',NULL,'','20131104-3561',NULL),(10036,2779,3,558,'2013-11-04 21:01:28',0,0,'','2013110468','2013-11-04','2013-11-04','20131104-68','12:59',1,'DR OWHANDOH',NULL,'','20131104-3560',NULL),(10038,2779,4,558,'2013-11-04 21:01:28',1,0,'','2013110468','2013-11-04','2013-11-04','20131104-68','13:00',1,'DR OWHANDOH',NULL,'','20131104-3560',NULL),(10041,2779,1,558,'2013-11-04 21:01:28',0,0,'','2013110468','2013-11-04','2013-11-04','20131104-68','13:00',1,'DR OWHANDOH',NULL,'','20131104-3560',NULL),(10042,2780,3,558,'2013-11-04 21:03:51',0,0,'','2013110470','2013-11-04','2013-11-04','20131104-70','13:02',1,'DR VORTIA',NULL,'','20131104-3562',NULL),(10043,2781,1,558,'2013-11-04 21:18:21',1,0,'','2013110471 ','2013-11-04','2013-11-04','20131104-71','13:14',1,'DR SALLAR',NULL,'','20131104-3563',NULL),(10045,2781,4,558,'2013-11-04 21:18:21',1,0,'','2013110471 ','2013-11-04','2013-11-04','20131104-71','13:15',1,'DR SALLAR',NULL,'','20131104-3563',NULL),(10046,2782,4,558,'2013-11-04 21:21:30',1,0,'','2013110472','2013-11-04','2013-11-04','20131104-72','13:20',1,'DR OWHANDOH',NULL,'','20131104-3564',NULL),(10047,2783,10,558,'2013-11-04 21:25:34',1,0,'','2013110473','2013-11-04','2013-11-04','20131104-73','13:24',1,'DR DOW',NULL,'','20131104-3565',NULL),(10048,2784,3,558,'2013-11-04 21:33:38',0,0,'','2013110474 ','2013-11-04','2013-11-04','20131104-74','13:30',1,'DR SALLAR',NULL,'','20131104-3566',NULL),(10050,2784,4,558,'2013-11-04 21:33:39',1,0,'','2013110474 ','2013-11-04','2013-11-04','20131104-74','13:32',1,'DR SALLAR',NULL,'','20131104-3566',NULL),(10053,2784,1,558,'2013-11-04 21:33:39',1,0,'','2013110474 ','2013-11-04','2013-11-04','20131104-74','13:32',1,'DR SALLAR',NULL,'','20131104-3566',NULL),(10054,2785,17,558,'2013-11-04 21:36:14',1,0,'','2013110475','2013-11-04','2013-11-04','20131104-75','13:34',1,'',NULL,'','20131104-3567',NULL),(10055,2786,3,558,'2013-11-04 21:41:57',0,0,'','2013110476','2013-11-04','2013-11-04','20131104-76','13:38',1,'DR DOW',NULL,'','20131104-3568',NULL),(10057,2786,1,558,'2013-11-04 21:41:57',1,0,'','2013110476','2013-11-04','2013-11-04','20131104-76','13:40',1,'DR DOW',NULL,'','20131104-3568',NULL),(10058,2763,19,558,'2013-11-04 21:43:34',1,0,'','2013110477','2013-11-04','2013-11-04','20131104-77','13:42',1,'DR SALLAR',NULL,'','20131104-3569',NULL),(10059,2788,3,558,'2013-11-04 21:57:24',0,0,'','2013110478','2013-11-04','2013-11-04','20131104-78','13:53',1,'DR SALLAR',NULL,'','20131104-3570',NULL),(10060,2789,3,558,'2013-11-04 22:16:35',0,0,'','2013110479 ','2013-11-04','2013-11-04','20131104-79','14:15',1,'DR TAKYI',NULL,'','20131104-3571',NULL),(10061,1255,4,558,'2013-11-04 22:25:56',0,0,'','2013110480','2013-11-04','2013-11-04','20131104-80','14:24',1,'DR SALLAR',NULL,'','20131104-3572',NULL),(10062,2767,3,558,'2013-11-04 22:33:03',1,0,'','2013110450 ','2013-11-04','2013-11-04','20131104-81','14:30',1,'DR SALLAR',NULL,'','20131104-3573',NULL),(10063,2790,3,558,'2013-11-04 23:06:25',0,0,'','2013110482','2013-11-04','2013-11-04','20131104-82','15:04',1,'DR YEBOAH',NULL,'','20131104-3574',NULL),(10065,2790,4,558,'2013-11-04 23:06:25',1,0,'','2013110482','2013-11-04','2013-11-04','20131104-82','15:05',1,'DR YEBOAH',NULL,'','20131104-3574',NULL),(10066,2791,1,534,'2013-11-04 23:31:56',0,0,'','2013110483','2013-11-04','2013-11-04','20131104-83','15:30',1,'',NULL,'','20131104-3575',NULL),(10067,2792,1,534,'2013-11-04 23:34:40',0,0,'','2013110484','2013-11-04','2013-11-04','20131104-84','15:33',1,'',NULL,'','20131104-3576',NULL),(10068,1874,1,534,'2013-11-04 23:56:27',1,0,'','2013110434 ','2013-11-04','2013-11-04','20131104-85','15:44',1,'DR OWHANDOH',NULL,'','20131104-3577',NULL),(10070,1874,10,534,'2013-11-04 23:56:28',1,0,'','2013110434 ','2013-11-04','2013-11-04','20131104-85','15:51',1,'DR OWHANDOH',NULL,'','20131104-3577',NULL),(10071,2793,3,558,'2013-11-05 00:19:22',0,0,'','2013110486','2013-11-04','2013-11-04','20131104-86','16:17',1,'DR SALLAR',NULL,'','20131104-3578',NULL),(10073,2793,4,558,'2013-11-05 00:19:22',1,0,'','2013110486','2013-11-04','2013-11-04','20131104-86','16:18',1,'DR SALLAR',NULL,'','20131104-3578',NULL),(10076,2793,1,558,'2013-11-05 00:19:22',1,0,'','2013110486','2013-11-04','2013-11-04','20131104-86','16:19',1,'DR SALLAR',NULL,'','20131104-3578',NULL),(10077,2794,3,558,'2013-11-05 00:23:22',0,0,'','2013110487 ','2013-11-04','2013-11-04','20131104-87','16:22',1,'DR TAKYI',NULL,'','20131104-3579',NULL),(10078,2795,3,558,'2013-11-05 00:33:33',0,0,'','2013110488','2013-11-04','2013-11-04','20131104-88','16:32',1,'DR SALLAR',NULL,'','20131104-3580',NULL),(10080,2795,4,558,'2013-11-05 00:33:33',1,0,'','2013110488','2013-11-04','2013-11-04','20131104-88','16:33',1,'DR SALLAR',NULL,'','20131104-3580',NULL),(10081,2796,1,558,'2013-11-05 00:42:41',1,0,'','2013110489','2013-11-04','2013-11-04','20131104-89','16:41',1,'DR YEBOAH',NULL,'','20131104-3581',NULL),(10083,2796,5,558,'2013-11-05 00:42:41',0,0,'','2013110489','2013-11-04','2013-11-04','20131104-89','16:42',1,'DR YEBOAH',NULL,'','20131104-3581',NULL),(10084,1017,3,558,'2013-11-05 00:47:56',0,0,'','2013110490','2013-11-04','2013-11-04','20131104-90','16:46',1,'DR DOW',NULL,'','20131104-3582',NULL),(10085,2797,3,558,'2013-11-05 01:08:07',0,0,'','2013110491','2013-11-04','2013-11-04','20131104-91','17:06',1,'DR YEBOAH',NULL,'','20131104-3583',NULL),(10087,2797,4,558,'2013-11-05 01:08:08',1,0,'','2013110491','2013-11-04','2013-11-04','20131104-91','17:07',1,'DR YEBOAH',NULL,'','20131104-3583',NULL),(10088,2798,3,558,'2013-11-05 01:27:03',0,0,'','2013110492 ','2013-11-04','2013-11-04','20131104-92','17:24',1,'DR YEBOAH',NULL,'','20131104-3584',NULL),(10090,2798,4,558,'2013-11-05 01:27:03',1,0,'','2013110492 ','2013-11-04','2013-11-04','20131104-92','17:25',1,'DR YEBOAH',NULL,'','20131104-3584',NULL),(10093,2798,1,558,'2013-11-05 01:27:04',1,0,'','2013110492 ','2013-11-04','2013-11-04','20131104-92','17:26',1,'DR YEBOAH',NULL,'','20131104-3584',NULL),(10097,2798,5,558,'2013-11-05 01:27:04',0,0,'','2013110492 ','2013-11-04','2013-11-04','20131104-92','17:26',1,'DR YEBOAH',NULL,'','20131104-3584',NULL),(10098,2799,5,558,'2013-11-05 01:44:01',0,0,'','2013110493','2013-11-04','2013-11-04','20131104-93','17:42',1,'DR YEBOAH',NULL,'','20131104-3585',NULL),(10100,2799,1,558,'2013-11-05 01:44:01',1,0,'','2013110493','2013-11-04','2013-11-04','20131104-93','17:43',1,'DR YEBOAH',NULL,'','20131104-3585',NULL),(10101,2800,3,531,'2013-11-05 02:25:12',0,0,'','2013110494','2013-11-04','2013-11-04','20131104-94','18:22',1,'DR SALLAR',NULL,'','20131104-3586',NULL),(10103,2800,1,531,'2013-11-05 02:25:13',0,0,'','2013110494','2013-11-04','2013-11-04','20131104-94','18:23',1,'DR SALLAR',NULL,'','20131104-3586',NULL),(10106,2800,2,531,'2013-11-05 02:25:13',1,0,'','2013110494','2013-11-04','2013-11-04','20131104-94','18:25',1,'DR SALLAR',NULL,'','20131104-3586',NULL),(10107,2801,4,531,'2013-11-05 02:35:39',1,0,'','2013110495','2013-11-04','2013-11-04','20131104-95','18:34',1,'',NULL,'','20131104-3587',NULL),(10108,2802,4,531,'2013-11-05 03:02:20',1,0,'','2013110496','2013-11-04','2013-11-04','20131104-96','19:01',1,'',NULL,'','20131104-3588',NULL),(10109,2803,3,531,'2013-11-05 03:10:53',1,0,'','2013110497','2013-11-04','2013-11-04','20131104-97','19:09',1,'DR SALLAR',NULL,'','20131104-3589',NULL),(10111,2803,1,531,'2013-11-05 03:10:53',1,0,'','2013110497','2013-11-04','2013-11-04','20131104-97','19:10',1,'DR SALLAR',NULL,'','20131104-3589',NULL),(10112,2804,1,531,'2013-11-05 03:45:58',1,0,'','2013110498','2013-11-04','2013-11-04','20131104-98','19:44',1,'DR DANIELS',NULL,'','20131104-3590',NULL),(10113,2805,3,531,'2013-11-05 03:58:39',1,0,'','2013110499','2013-11-04','2013-11-04','20131104-99','19:57',1,'DR AMOAH',NULL,'','20131104-3591',NULL),(10115,2805,1,531,'2013-11-05 03:58:40',1,0,'','2013110499','2013-11-04','2013-11-04','20131104-99','19:58',1,'DR AMOAH',NULL,'','20131104-3591',NULL),(10118,2805,4,531,'2013-11-05 03:58:40',1,0,'','2013110499','2013-11-04','2013-11-04','20131104-99','19:58',1,'DR AMOAH',NULL,'','20131104-3591',NULL),(10119,2806,3,531,'2013-11-05 04:18:42',1,0,'','20131104100','2013-11-04','2013-11-04','20131104-100','20:17',1,'DR AMOAH',NULL,'','20131104-3592',NULL),(10121,2806,1,531,'2013-11-05 04:18:42',1,0,'','20131104100','2013-11-04','2013-11-04','20131104-100','20:18',1,'DR AMOAH',NULL,'','20131104-3592',NULL),(10124,2806,4,531,'2013-11-05 04:18:43',0,0,'','20131104100','2013-11-04','2013-11-04','20131104-100','20:18',1,'DR AMOAH',NULL,'','20131104-3592',NULL),(10125,1534,3,535,'2013-11-05 05:02:52',1,0,'','20131104103','2013-11-04','2013-11-04','20131104-103','21:00',1,'',NULL,'','20131104-3595',NULL),(10127,1534,1,535,'2013-11-05 05:02:53',1,0,'','20131104103','2013-11-04','2013-11-04','20131104-103','21:02',1,'',NULL,'','20131104-3595',NULL),(10130,1534,4,535,'2013-11-05 05:02:53',1,0,'','20131104103','2013-11-04','2013-11-04','20131104-103','21:02',1,'',NULL,'','20131104-3595',NULL),(10131,2807,3,531,'2013-11-05 05:20:53',1,0,'','20131104104','2013-11-04','2013-11-04','20131104-104','21:19',1,'DR DANIELS',NULL,'','20131104-3596',NULL),(10132,2808,3,531,'2013-11-05 05:36:20',1,0,'','20131104105','2013-11-04','2013-11-04','20131104-105','21:35',1,'DR FUMMY',NULL,'','20131104-3597',NULL),(10133,2809,3,531,'2013-11-05 05:58:43',1,0,'','20131104106','2013-11-04','2013-11-04','20131104-106','21:57',1,'DR AMOAH',NULL,'','20131104-3598',NULL),(10135,2809,1,531,'2013-11-05 05:58:43',1,0,'','20131104106','2013-11-04','2013-11-04','20131104-106','21:58',1,'DR AMOAH',NULL,'','20131104-3598',NULL),(10138,2809,4,531,'2013-11-05 05:58:43',0,0,'','20131104106','2013-11-04','2013-11-04','20131104-106','21:58',1,'DR AMOAH',NULL,'','20131104-3598',NULL),(10139,2810,1,531,'2013-11-05 06:42:30',0,0,'','20131104107 ','2013-11-04','2013-11-04','20131104-107','22:41',1,'DR TACHIE',NULL,'','20131104-3599',NULL),(10140,2811,3,535,'2013-11-05 07:01:12',1,0,'','20131104108','2013-11-04','2013-11-04','20131104-108','23:00',1,'',NULL,'','20131104-3600',NULL),(10142,2811,4,535,'2013-11-05 07:01:12',1,0,'','20131104108','2013-11-04','2013-11-04','20131104-108','23:00',1,'',NULL,'','20131104-3600',NULL),(10143,2813,3,531,'2013-11-05 08:09:40',1,0,'','201311052','2013-11-05','2013-11-05','20131105-2','00:08',1,'DR AMOAH',NULL,'','20131105-3602',NULL),(10145,2813,1,531,'2013-11-05 08:09:40',1,0,'','201311052','2013-11-05','2013-11-05','20131105-2','00:09',1,'DR AMOAH',NULL,'','20131105-3602',NULL),(10148,2813,4,531,'2013-11-05 08:09:41',1,0,'','201311052','2013-11-05','2013-11-05','20131105-2','00:09',1,'DR AMOAH',NULL,'','20131105-3602',NULL),(10149,2814,3,531,'2013-11-05 10:20:14',1,0,'','201311053','2013-11-05','2013-11-05','20131105-3','02:18',1,'DR AMOAH',NULL,'','20131105-3603',NULL),(10151,2814,1,531,'2013-11-05 10:20:14',0,0,'','201311053','2013-11-05','2013-11-05','20131105-3','02:19',1,'DR AMOAH',NULL,'','20131105-3603',NULL),(10154,2814,4,531,'2013-11-05 10:20:14',1,0,'','201311053','2013-11-05','2013-11-05','20131105-3','02:20',1,'DR AMOAH',NULL,'','20131105-3603',NULL),(10155,2815,3,531,'2013-11-05 10:41:46',1,0,'','201311054 ','2013-11-05','2013-11-05','20131105-4','02:40',1,'DR DANIELS',NULL,'','20131105-3604',NULL),(10157,2815,4,531,'2013-11-05 10:41:46',0,0,'','201311054 ','2013-11-05','2013-11-05','20131105-4','02:41',1,'DR DANIELS',NULL,'','20131105-3604',NULL),(10160,2815,5,531,'2013-11-05 10:41:46',0,0,'','201311054 ','2013-11-05','2013-11-05','20131105-4','02:41',1,'DR DANIELS',NULL,'','20131105-3604',NULL),(10161,1553,1,531,'2013-11-05 13:25:40',0,0,'','201311055','2013-11-05','2013-11-05','20131105-5','05:24',1,'DR ADOTEY',NULL,'','20131105-3605',NULL),(10162,2669,3,531,'2013-11-05 13:32:24',0,0,'','201311056','2013-11-05','2013-11-05','20131105-6','05:30',1,'DR SALLAR',NULL,'','20131105-3606',NULL),(10163,1534,1,531,'2013-11-05 13:34:16',0,0,'','201311057','2013-11-05','2013-11-05','20131105-7','05:33',1,'DR AMOAH',NULL,'','20131105-3607',NULL),(10164,2816,3,531,'2013-11-05 13:41:57',0,0,'','201311058','2013-11-05','2013-11-05','20131105-8','05:39',1,'DR DANIELS',NULL,'','20131105-3608',NULL),(10166,2816,1,531,'2013-11-05 13:41:57',0,0,'','201311058','2013-11-05','2013-11-05','20131105-8','05:40',1,'DR DANIELS',NULL,'','20131105-3608',NULL),(10169,2816,4,531,'2013-11-05 13:41:58',1,0,'','201311058','2013-11-05','2013-11-05','20131105-8','05:41',1,'DR DANIELS',NULL,'','20131105-3608',NULL),(10170,2817,3,531,'2013-11-05 13:57:45',0,0,'','201311059 ','2013-11-05','2013-11-05','20131105-9','05:56',1,'DR AMOAH',NULL,'','20131105-3609',NULL),(10172,2817,1,531,'2013-11-05 13:57:45',1,0,'','201311059 ','2013-11-05','2013-11-05','20131105-9','05:57',1,'DR AMOAH',NULL,'','20131105-3609',NULL),(10175,2817,4,531,'2013-11-05 13:57:45',1,0,'','201311059 ','2013-11-05','2013-11-05','20131105-9','05:57',1,'DR AMOAH',NULL,'','20131105-3609',NULL),(10176,1502,3,531,'2013-11-05 13:59:23',1,0,'','2013110510','2013-11-05','2013-11-05','20131105-10','05:58',1,'DR AWUKU',NULL,'','20131105-3610',NULL),(10177,2818,3,531,'2013-11-05 14:17:46',0,0,'','2013110511 ','2013-11-05','2013-11-05','20131105-11','06:16',1,'DR YEBOAH',NULL,'','20131105-3611',NULL),(10179,2818,1,531,'2013-11-05 14:17:47',0,0,'','2013110511 ','2013-11-05','2013-11-05','20131105-11','06:17',1,'DR YEBOAH',NULL,'','20131105-3611',NULL),(10182,2818,4,531,'2013-11-05 14:17:47',1,0,'','2013110511 ','2013-11-05','2013-11-05','20131105-11','06:17',1,'DR YEBOAH',NULL,'','20131105-3611',NULL),(10183,1204,1,558,'2013-11-05 14:21:34',0,0,'','2013110512','2013-11-05','2013-11-05','20131105-12','06:20',1,'DR YEBOAH',NULL,'','20131105-3612',NULL),(10184,2819,1,558,'2013-11-05 14:49:22',0,0,'','2013110513','2013-11-05','2013-11-05','20131105-13','06:46',1,'DR AMABLE',NULL,'','20131105-3613',NULL),(10186,2819,2,558,'2013-11-05 14:49:23',0,0,'','2013110513','2013-11-05','2013-11-05','20131105-13','06:49',1,'DR AMABLE',NULL,'','20131105-3613',NULL),(10187,2820,3,558,'2013-11-05 15:03:54',0,0,'','2013110514 ','2013-11-05','2013-11-05','20131105-14','07:02',1,'DR ARMAH',NULL,'','20131105-3614',NULL),(10189,2820,4,558,'2013-11-05 15:03:54',1,0,'','2013110514 ','2013-11-05','2013-11-05','20131105-14','07:03',1,'DR ARMAH',NULL,'','20131105-3614',NULL),(10190,2821,3,558,'2013-11-05 15:06:49',0,0,'','2013110515','2013-11-05','2013-11-05','20131105-15','07:05',1,'DR AMOAH',NULL,'','20131105-3615',NULL),(10191,2386,1,558,'2013-11-05 15:16:25',0,0,'','2013110516','2013-11-05','2013-11-05','20131105-16','07:14',1,'',NULL,'','20131105-3616',NULL),(10192,2822,3,558,'2013-11-05 15:38:40',0,0,'','2013110517','2013-11-05','2013-11-05','20131105-17','07:36',1,'DR DANIELS',NULL,'','20131105-3617',NULL),(10194,2822,5,558,'2013-11-05 15:38:40',1,0,'','2013110517','2013-11-05','2013-11-05','20131105-17','07:38',1,'DR DANIELS',NULL,'','20131105-3617',NULL),(10197,2822,1,558,'2013-11-05 15:38:40',1,0,'','2013110517','2013-11-05','2013-11-05','20131105-17','07:38',1,'DR DANIELS',NULL,'','20131105-3617',NULL),(10198,2823,3,558,'2013-11-05 15:43:27',0,0,'','2013110518','2013-11-05','2013-11-05','20131105-18','07:42',1,'DR SALLAR',NULL,'','20131105-3618',NULL),(10200,2823,4,558,'2013-11-05 15:43:28',0,0,'','3581245','2013-11-05','2013-11-05','20131105-18','07:43',1,'DR SALLAR',NULL,'','20131105-3618',NULL),(10201,2824,1,558,'2013-11-05 15:47:19',0,0,'','2013110519','2013-11-05','2013-11-05','20131105-19','07:46',1,'DR MENSAH',NULL,'','20131105-3619',NULL),(10202,2825,3,558,'2013-11-05 15:55:57',0,0,'','2013110520 ','2013-11-05','2013-11-05','20131105-20','07:53',1,'DR AMOAH',NULL,'','20131105-3620',NULL),(10204,2825,4,558,'2013-11-05 15:55:58',1,0,'','2013110520 ','2013-11-05','2013-11-05','20131105-20','07:55',1,'DR AMOAH',NULL,'','20131105-3620',NULL),(10207,2825,1,558,'2013-11-05 15:55:58',1,0,'','2013110520 ','2013-11-05','2013-11-05','20131105-20','07:55',1,'DR AMOAH',NULL,'','20131105-3620',NULL),(10208,2826,3,558,'2013-11-05 16:15:15',0,0,'','2013110521','2013-11-05','2013-11-05','20131105-21','08:13',1,'DR SALLAR',NULL,'','20131105-3621',NULL),(10210,2826,4,558,'2013-11-05 16:15:15',1,0,'','2013110521','2013-11-05','2013-11-05','20131105-21','08:14',1,'DR SALLAR',NULL,'','20131105-3621',NULL),(10213,2826,1,558,'2013-11-05 16:15:15',0,0,'','2013110521','2013-11-05','2013-11-05','20131105-21','08:15',1,'DR SALLAR',NULL,'','20131105-3621',NULL),(10214,1760,1,558,'2013-11-05 16:18:10',1,0,'','2013110522','2013-11-05','2013-11-05','20131105-22','08:16',1,'DR MENSAH',NULL,'','20131105-3622',NULL),(10215,2827,3,558,'2013-11-05 16:21:04',1,0,'','2013110523','2013-11-05','2013-11-05','20131105-23','08:20',1,'',NULL,'','20131105-3623',NULL),(10216,527,4,558,'2013-11-05 16:24:41',1,0,'','2013110524','2013-11-05','2013-11-05','20131105-24','08:22',1,'DR OWHANDOH',NULL,'','20131105-3624',NULL),(10217,2828,3,558,'2013-11-05 16:28:13',0,0,'','2013110525','2013-11-05','2013-11-05','20131105-25','08:26',1,'DR OWHANDOH',NULL,'','20131105-3625',NULL),(10219,2828,4,558,'2013-11-05 16:28:13',1,0,'','2013110525','2013-11-05','2013-11-05','20131105-25','08:27',1,'DR OWHANDOH',NULL,'','20131105-3625',NULL),(10220,2829,3,558,'2013-11-05 16:32:24',0,0,'','2013110526','2013-11-05','2013-11-05','20131105-26','08:29',1,'DR YEBOAH',NULL,'','20131105-3626',NULL),(10222,2829,4,558,'2013-11-05 16:32:24',1,0,'','2013110526','2013-11-05','2013-11-05','20131105-26','08:32',1,'DR YEBOAH',NULL,'','20131105-3626',NULL),(10223,2830,3,558,'2013-11-05 16:44:23',0,0,'','2013110527','2013-11-05','2013-11-05','20131105-27','08:41',1,'DR FUMMY',NULL,'','20131105-3627',NULL),(10224,2800,5,552,'2013-11-05 16:48:17',1,0,'','2013110494','2013-11-05','2013-11-05','20131105-28','08:47',1,'',NULL,'','20131105-3628',NULL),(10225,2831,3,558,'2013-11-05 16:51:10',0,0,'','2013110529','2013-11-05','2013-11-05','20131105-29','08:48',1,'DR YEBOAH',NULL,'','20131105-3629',NULL),(10227,2831,4,558,'2013-11-05 16:51:10',1,0,'','2013110529','2013-11-05','2013-11-05','20131105-29','08:50',1,'DR YEBOAH',NULL,'','20131105-3629',NULL),(10230,2831,1,558,'2013-11-05 16:51:10',0,0,'','2013110529','2013-11-05','2013-11-05','20131105-29','08:50',1,'DR YEBOAH',NULL,'','20131105-3629',NULL),(10234,2831,2,558,'2013-11-05 16:51:11',0,0,'','2013110529','2013-11-05','2013-11-05','20131105-29','08:50',1,'DR YEBOAH',NULL,'','20131105-3629',NULL),(10235,2832,3,558,'2013-11-05 16:58:45',0,0,'','2013110530 ','2013-11-05','2013-11-05','20131105-30','08:57',1,'',NULL,'','20131105-3630',NULL),(10236,2833,4,558,'2013-11-05 17:01:46',1,0,'','2013110531','2013-11-05','2013-11-05','20131105-31','08:59',1,'DR OWHANDOH',NULL,'','20131105-3631',NULL),(10237,2834,3,558,'2013-11-05 17:04:24',0,0,'','2013110532','2013-11-05','2013-11-05','20131105-32','09:02',1,'DR OWHANDOH',NULL,'','20131105-3632',NULL),(10239,2834,4,558,'2013-11-05 17:04:24',1,0,'','2013110532','2013-11-05','2013-11-05','20131105-32','09:04',1,'DR OWHANDOH',NULL,'','20131105-3632',NULL),(10240,2749,5,534,'2013-11-05 17:07:45',1,0,'','','2013-11-05','2013-11-05','20131105-34','09:07',1,'',NULL,'','20131105-3634',NULL),(10241,514,3,558,'2013-11-05 17:08:01',0,0,'','2013110533','2013-11-05','2013-11-05','20131105-33','09:06',1,'DR YEBOAH',NULL,'','20131105-3633',NULL),(10243,514,4,558,'2013-11-05 17:08:01',1,0,'','2013110533','2013-11-05','2013-11-05','20131105-33','09:07',1,'DR YEBOAH',NULL,'','20131105-3633',NULL),(10244,2835,3,558,'2013-11-05 17:15:21',0,0,'','2013110535 ','2013-11-05','2013-11-05','20131105-35','09:09',1,'',NULL,'','20131105-3635',NULL),(10246,2835,4,558,'2013-11-05 17:15:21',1,0,'','2013110535 ','2013-11-05','2013-11-05','20131105-35','09:11',1,'',NULL,'','20131105-3635',NULL),(10247,2823,4,537,'2013-11-05 17:16:52',1,0,'','2013110518','2013-11-05','2013-11-05','20131105-36','09:16',1,'',NULL,'','20131105-3636',NULL),(10248,2836,3,558,'2013-11-05 17:19:59',0,0,'','2013110537','2013-11-05','2013-11-05','20131105-37','09:18',1,'DR FUMMY',NULL,'','20131105-3637',NULL),(10249,2837,3,558,'2013-11-05 17:23:57',0,0,'','2013110538','2013-11-05','2013-11-05','20131105-38','09:21',1,'DR SALLAR',NULL,'','20131105-3638',NULL),(10251,2837,1,558,'2013-11-05 17:23:57',0,0,'','2013110538','2013-11-05','2013-11-05','20131105-38','09:22',1,'DR SALLAR',NULL,'','20131105-3638',NULL),(10254,2837,4,558,'2013-11-05 17:23:57',1,0,'','2013110538','2013-11-05','2013-11-05','20131105-38','09:23',1,'DR SALLAR',NULL,'','20131105-3638',NULL),(10255,2819,4,537,'2013-11-05 17:25:38',1,0,'','2013110513','2013-11-05','2013-11-05','20131105-39','09:24',1,'',NULL,'','20131105-3639',NULL),(10256,2838,3,558,'2013-11-05 17:30:14',0,0,'','2013110540 ','2013-11-05','2013-11-05','20131105-40','09:26',1,'DR FUMMY',NULL,'','20131105-3640',NULL),(10258,2838,4,558,'2013-11-05 17:30:14',1,0,'','2013110540 ','2013-11-05','2013-11-05','20131105-40','09:27',1,'DR FUMMY',NULL,'','20131105-3640',NULL),(10259,1426,2,558,'2013-11-05 17:32:09',1,0,'','2013110541','2013-11-05','2013-11-05','20131105-41','09:30',1,'',NULL,'','20131105-3641',NULL),(10260,2839,3,558,'2013-11-05 17:37:10',0,0,'','2013110542','2013-11-05','2013-11-05','20131105-42','09:33',1,'DR YEBOAH',NULL,'','20131105-3642',NULL),(10262,2839,4,558,'2013-11-05 17:37:11',1,0,'','2013110542','2013-11-05','2013-11-05','20131105-42','09:35',1,'DR YEBOAH',NULL,'','20131105-3642',NULL),(10263,2840,3,558,'2013-11-05 17:40:36',0,0,'','2013110543','2013-11-05','2013-11-05','20131105-43','09:37',1,'DR OWHANDOH',NULL,'','20131105-3643',NULL),(10265,2840,4,558,'2013-11-05 17:40:36',1,0,'','2013110543','2013-11-05','2013-11-05','20131105-43','09:38',1,'DR OWHANDOH',NULL,'','20131105-3643',NULL),(10268,2840,5,558,'2013-11-05 17:40:36',1,0,'','2013110543','2013-11-05','2013-11-05','20131105-43','09:39',1,'DR OWHANDOH',NULL,'','20131105-3643',NULL),(10269,2841,3,558,'2013-11-05 17:43:48',0,0,'','2013110544 ','2013-11-05','2013-11-05','20131105-44','09:42',1,'DR OWHANDOH',NULL,'','20131105-3644',NULL),(10271,2841,4,558,'2013-11-05 17:43:49',1,0,'','2013110544 ','2013-11-05','2013-11-05','20131105-44','09:42',1,'DR OWHANDOH',NULL,'','20131105-3644',NULL),(10272,2842,3,558,'2013-11-05 17:49:27',0,0,'','2013110545 ','2013-11-05','2013-11-05','20131105-45','09:46',1,'DR DOW',NULL,'','20131105-3645',NULL),(10274,2842,1,558,'2013-11-05 17:49:27',0,0,'','2013110545 ','2013-11-05','2013-11-05','20131105-45','09:47',1,'DR DOW',NULL,'','20131105-3645',NULL),(10275,2843,3,558,'2013-11-05 18:00:07',0,0,'','2013110546','2013-11-05','2013-11-05','20131105-46','09:58',1,'DR YEBOAH',NULL,'','20131105-3646',NULL),(10277,2843,4,558,'2013-11-05 18:00:07',1,0,'','2013110546','2013-11-05','2013-11-05','20131105-46','09:59',1,'DR YEBOAH',NULL,'','20131105-3646',NULL),(10280,2843,1,558,'2013-11-05 18:00:08',1,0,'','2013110546','2013-11-05','2013-11-05','20131105-46','09:59',1,'DR YEBOAH',NULL,'','20131105-3646',NULL),(10281,2844,4,558,'2013-11-05 18:05:35',1,0,'','2013110547','2013-11-05','2013-11-05','20131105-47','10:05',1,'',NULL,'','20131105-3647',NULL),(10282,2845,4,558,'2013-11-05 18:07:32',1,0,'','2013110548','2013-11-05','2013-11-05','20131105-48','10:06',1,'DR YEBOAH',NULL,'','20131105-3648',NULL),(10284,2845,5,558,'2013-11-05 18:07:32',1,0,'','2013110548','2013-11-05','2013-11-05','20131105-48','10:06',1,'DR YEBOAH',NULL,'','20131105-3648',NULL),(10285,2846,4,558,'2013-11-05 18:08:29',1,0,'','2013110549','2013-11-05','2013-11-05','20131105-49','10:07',1,'',NULL,'','20131105-3649',NULL),(10286,2847,4,558,'2013-11-05 18:11:58',1,0,'','2013110550','2013-11-05','2013-11-05','20131105-50','10:08',1,'DR YEBOAH',NULL,'','20131105-3650',NULL),(10288,2847,1,558,'2013-11-05 18:11:58',0,0,'','2013110550','2013-11-05','2013-11-05','20131105-50','10:09',1,'DR YEBOAH',NULL,'','20131105-3650',NULL),(10289,2848,4,558,'2013-11-05 18:13:18',1,0,'','2013110551','2013-11-05','2013-11-05','20131105-51','10:12',1,'DR YEBOAH',NULL,'','20131105-3651',NULL),(10291,2848,5,558,'2013-11-05 18:13:18',1,0,'','2013110551','2013-11-05','2013-11-05','20131105-51','10:12',1,'DR YEBOAH',NULL,'','20131105-3651',NULL),(10292,2849,3,558,'2013-11-05 18:16:46',0,0,'','2013110552 ','2013-11-05','2013-11-05','20131105-52','10:15',1,'',NULL,'','20131105-3652',NULL),(10294,2849,4,558,'2013-11-05 18:16:47',1,0,'','2013110552 ','2013-11-05','2013-11-05','20131105-52','10:15',1,'',NULL,'','20131105-3652',NULL),(10295,2850,3,558,'2013-11-05 18:34:47',0,0,'','2013110553','2013-11-05','2013-11-05','20131105-53','10:29',1,'DR OWHANDOH',NULL,'','20131105-3653',NULL),(10297,2850,4,558,'2013-11-05 18:34:47',1,0,'','2013110553','2013-11-05','2013-11-05','20131105-53','10:30',1,'DR OWHANDOH',NULL,'','20131105-3653',NULL),(10300,2850,1,558,'2013-11-05 18:34:47',0,0,'','2013110553','2013-11-05','2013-11-05','20131105-53','10:31',1,'DR OWHANDOH',NULL,'','20131105-3653',NULL),(10301,2851,4,558,'2013-11-05 18:37:28',1,0,'','2013110554','2013-11-05','2013-11-05','20131105-54','10:36',1,'DR ADOTEY',NULL,'','20131105-3654',NULL),(10303,2851,4,558,'2013-11-05 18:37:28',1,0,'','2013110554','2013-11-05','2013-11-05','20131105-54','10:36',1,'DR ADOTEY',NULL,'','20131105-3654',NULL),(10304,2531,5,558,'2013-11-05 18:44:47',1,0,'','2013110555','2013-11-05','2013-11-05','20131105-55','10:43',1,'DR DANIELS',NULL,'','20131105-3655',NULL),(10305,2852,3,558,'2013-11-05 18:48:18',0,0,'','2013110556 ','2013-11-05','2013-11-05','20131105-56','10:47',1,'DR YEBOAH',NULL,'','20131105-3656',NULL),(10307,2852,4,558,'2013-11-05 18:48:19',1,0,'','2013110556 ','2013-11-05','2013-11-05','20131105-56','10:47',1,'DR YEBOAH',NULL,'','20131105-3656',NULL),(10308,2853,3,558,'2013-11-05 18:51:36',0,0,'','2013110557','2013-11-05','2013-11-05','20131105-57','10:50',1,'DR YEBOAH',NULL,'','20131105-3657',NULL),(10309,2854,3,558,'2013-11-05 18:56:38',0,0,'','2013110558','2013-11-05','2013-11-05','20131105-58','10:54',1,'DR MENSAH',NULL,'','20131105-3658',NULL),(10311,2854,1,558,'2013-11-05 18:56:39',0,0,'','2013110558','2013-11-05','2013-11-05','20131105-58','10:55',1,'DR MENSAH',NULL,'','20131105-3658',NULL),(10312,2855,3,558,'2013-11-05 19:53:39',0,0,'','2013110559','2013-11-05','2013-11-05','20131105-60','11:51',1,'DR YEBOAH',NULL,'','20131105-3660',NULL),(10314,2855,4,558,'2013-11-05 19:53:39',1,0,'','2013110559','2013-11-05','2013-11-05','20131105-60','11:52',1,'DR YEBOAH',NULL,'','20131105-3660',NULL),(10317,2855,1,558,'2013-11-05 19:53:39',1,0,'','2013110559','2013-11-05','2013-11-05','20131105-60','11:53',1,'DR YEBOAH',NULL,'','20131105-3660',NULL),(10318,2856,3,558,'2013-11-05 19:55:36',0,0,'','2013110561 ','2013-11-05','2013-11-05','20131105-61','11:54',1,'DR FUMMY',NULL,'','20131105-3661',NULL),(10319,2857,3,558,'2013-11-05 19:58:58',0,0,'','2013110562','2013-11-05','2013-11-05','20131105-62','11:57',1,'DR QUAMPAH',NULL,'','20131105-3662',NULL),(10320,2858,3,558,'2013-11-05 20:02:19',0,0,'','2013110563','2013-11-05','2013-11-05','20131105-63','12:00',1,'DR SALLAR',NULL,'','20131105-3663',NULL),(10322,2858,4,558,'2013-11-05 20:02:20',1,0,'','2013110563','2013-11-05','2013-11-05','20131105-63','12:01',1,'DR SALLAR',NULL,'','20131105-3663',NULL),(10325,2858,1,558,'2013-11-05 20:02:20',1,0,'','2013110563','2013-11-05','2013-11-05','20131105-63','12:02',1,'DR SALLAR',NULL,'','20131105-3663',NULL),(10326,2851,5,552,'2013-11-05 20:06:09',1,0,'','','2013-11-05','2013-11-05','20131105-65','12:05',1,'',NULL,'','20131105-3665',NULL),(10327,2859,3,558,'2013-11-05 20:07:54',0,0,'','2013110564','2013-11-05','2013-11-05','20131105-64','12:03',1,'',NULL,'','20131105-3664',NULL),(10329,2859,1,558,'2013-11-05 20:07:55',0,0,'','2013110564','2013-11-05','2013-11-05','20131105-64','12:05',1,'',NULL,'','20131105-3664',NULL),(10330,2860,3,558,'2013-11-05 20:14:36',0,0,'','2013110566','2013-11-05','2013-11-05','20131105-66','12:11',1,'',NULL,'','20131105-3666',NULL),(10332,2860,1,558,'2013-11-05 20:14:37',0,0,'','2013110566','2013-11-05','2013-11-05','20131105-66','12:13',1,'',NULL,'','20131105-3666',NULL),(10333,2861,3,558,'2013-11-05 20:32:40',0,0,'','2013110567','2013-11-05','2013-11-05','20131105-67','12:31',1,'DR SALLAR',NULL,'','20131105-3667',NULL),(10335,2861,4,558,'2013-11-05 20:32:40',1,0,'','2013110567','2013-11-05','2013-11-05','20131105-67','12:32',1,'DR SALLAR',NULL,'','20131105-3667',NULL),(10338,2861,1,558,'2013-11-05 20:32:41',0,0,'','2013110567','2013-11-05','2013-11-05','20131105-67','12:32',1,'DR SALLAR',NULL,'','20131105-3667',NULL),(10339,2862,3,558,'2013-11-05 20:40:37',0,0,'','2013110568','2013-11-05','2013-11-05','20131105-68','12:38',1,'',NULL,'','20131105-3668',NULL),(10340,2863,3,558,'2013-11-05 20:49:31',0,0,'','2013110569 ','2013-11-05','2013-11-05','20131105-69','12:47',1,'DR YEBOAH',NULL,'','20131105-3669',NULL),(10342,2863,4,558,'2013-11-05 20:49:31',1,0,'','2013110569 ','2013-11-05','2013-11-05','20131105-69','12:48',1,'DR YEBOAH',NULL,'','20131105-3669',NULL),(10345,2863,1,558,'2013-11-05 20:49:31',1,0,'','2013110569 ','2013-11-05','2013-11-05','20131105-69','12:49',1,'DR YEBOAH',NULL,'','20131105-3669',NULL),(10346,2509,3,558,'2013-11-05 21:07:21',1,0,'','2013110570','2013-11-05','2013-11-05','20131105-70','12:59',1,'DR FUMMY',NULL,'','20131105-3670',NULL),(10348,2509,1,558,'2013-11-05 21:07:21',1,0,'','2013110570','2013-11-05','2013-11-05','20131105-70','13:04',1,'DR FUMMY',NULL,'','20131105-3670',NULL),(10351,2509,20,558,'2013-11-05 21:07:22',1,0,'','2013110570','2013-11-05','2013-11-05','20131105-70','13:06',1,'DR FUMMY',NULL,'','20131105-3670',NULL),(10352,2864,1,558,'2013-11-05 21:11:10',1,0,'','2013110571','2013-11-05','2013-11-05','20131105-71','13:09',1,'DR YEBOAH',NULL,'','20131105-3671',NULL),(10354,2864,5,558,'2013-11-05 21:11:10',1,0,'','2013110571','2013-11-05','2013-11-05','20131105-71','13:10',1,'DR YEBOAH',NULL,'','20131105-3671',NULL),(10355,2865,3,558,'2013-11-05 21:33:23',0,0,'','2013110572','2013-11-05','2013-11-05','20131105-72','13:29',1,'DR MENSAH',NULL,'','20131105-3672',NULL),(10357,2865,4,558,'2013-11-05 21:33:23',1,0,'','2013110572','2013-11-05','2013-11-05','20131105-72','13:30',1,'DR MENSAH',NULL,'','20131105-3672',NULL),(10360,2865,1,558,'2013-11-05 21:33:24',1,0,'','2013110572','2013-11-05','2013-11-05','20131105-72','13:32',1,'DR MENSAH',NULL,'','20131105-3672',NULL),(10364,2865,15,558,'2013-11-05 21:33:24',1,0,'','2013110572','2013-11-05','2013-11-05','20131105-72','13:32',1,'DR MENSAH',NULL,'','20131105-3672',NULL),(10365,2866,3,558,'2013-11-05 22:18:27',0,0,'','2013110573 ','2013-11-05','2013-11-05','20131105-73','14:14',1,'DR MENSAH',NULL,'','20131105-3673',NULL),(10367,2866,19,558,'2013-11-05 22:18:27',1,0,'','2013110573 ','2013-11-05','2013-11-05','20131105-73','14:15',1,'DR MENSAH',NULL,'','20131105-3673',NULL),(10368,2867,3,558,'2013-11-05 22:22:44',0,0,'','2013110574','2013-11-05','2013-11-05','20131105-74','14:20',1,'DR MENSAH',NULL,'','20131105-3674',NULL),(10370,2867,4,558,'2013-11-05 22:22:44',1,0,'','2013110574','2013-11-05','2013-11-05','20131105-74','14:21',1,'DR MENSAH',NULL,'','20131105-3674',NULL),(10373,2867,1,558,'2013-11-05 22:22:45',0,0,'','2013110574','2013-11-05','2013-11-05','20131105-74','14:22',1,'DR MENSAH',NULL,'','20131105-3674',NULL),(10374,2868,3,558,'2013-11-05 22:52:08',0,0,'','2013110575','2013-11-05','2013-11-05','20131105-75','14:47',1,'DR MENSAH',NULL,'','20131105-3675',NULL),(10376,2868,1,558,'2013-11-05 22:52:08',0,0,'','2013110575','2013-11-05','2013-11-05','20131105-75','14:50',1,'DR MENSAH',NULL,'','20131105-3675',NULL),(10377,2869,3,558,'2013-11-05 22:57:07',0,0,'','2013110576','2013-11-05','2013-11-05','20131105-76','14:54',1,'DR MENSAH',NULL,'','20131105-3676',NULL),(10379,2869,4,558,'2013-11-05 22:57:08',1,0,'','2013110576','2013-11-05','2013-11-05','20131105-76','14:55',1,'DR MENSAH',NULL,'','20131105-3676',NULL),(10380,2870,3,558,'2013-11-05 23:05:36',0,0,'','2013110577','2013-11-05','2013-11-05','20131105-77','15:03',1,'DR SALLAR',NULL,'','20131105-3677',NULL),(10382,2870,4,558,'2013-11-05 23:05:37',1,0,'','2013110577','2013-11-05','2013-11-05','20131105-77','15:04',1,'DR SALLAR',NULL,'','20131105-3677',NULL),(10385,2870,1,558,'2013-11-05 23:05:37',0,0,'','2013110577','2013-11-05','2013-11-05','20131105-77','15:04',1,'DR SALLAR',NULL,'','20131105-3677',NULL),(10389,2870,5,558,'2013-11-05 23:05:37',0,0,'','2013110577','2013-11-05','2013-11-05','20131105-77','15:05',1,'DR SALLAR',NULL,'','20131105-3677',NULL),(10390,2871,3,558,'2013-11-05 23:28:09',0,0,'','2013110578','2013-11-05','2013-11-05','20131105-78','15:27',1,'DR SALLAR',NULL,'','20131105-3678',NULL),(10392,2871,4,558,'2013-11-05 23:28:10',1,0,'','2013110578','2013-11-05','2013-11-05','20131105-78','15:27',1,'DR SALLAR',NULL,'','20131105-3678',NULL),(10395,2871,1,558,'2013-11-05 23:28:10',1,0,'','2013110578','2013-11-05','2013-11-05','20131105-78','15:27',1,'DR SALLAR',NULL,'','20131105-3678',NULL),(10396,2872,3,558,'2013-11-05 23:43:30',0,0,'','2013110579','2013-11-05','2013-11-05','20131105-79','15:40',1,'DR SALLAR',NULL,'','20131105-3679',NULL),(10398,2872,1,558,'2013-11-05 23:43:30',1,0,'','2013110579','2013-11-05','2013-11-05','20131105-79','15:43',1,'DR SALLAR',NULL,'','20131105-3679',NULL),(10399,2873,3,558,'2013-11-05 23:51:33',1,0,'','2013110580','2013-11-05','2013-11-05','20131105-80','15:48',1,'DR TAKYI',NULL,'','20131105-3680',NULL),(10401,2873,5,558,'2013-11-05 23:51:33',1,0,'','2013110580','2013-11-05','2013-11-05','20131105-80','15:50',1,'DR TAKYI',NULL,'','20131105-3680',NULL),(10404,2873,1,558,'2013-11-05 23:51:33',1,0,'','2013110580','2013-11-05','2013-11-05','20131105-80','15:50',1,'DR TAKYI',NULL,'','20131105-3680',NULL),(10405,2874,3,558,'2013-11-06 00:00:51',0,0,'','2013110581','2013-11-05','2013-11-05','20131105-81','15:57',1,'DR QUAMPAH',NULL,'','20131105-3681',NULL),(10407,2874,1,558,'2013-11-06 00:00:51',1,0,'','2013110581','2013-11-05','2013-11-05','20131105-81','15:59',1,'DR QUAMPAH',NULL,'','20131105-3681',NULL),(10410,2874,4,558,'2013-11-06 00:00:51',1,0,'','2013110581','2013-11-05','2013-11-05','20131105-81','16:00',1,'DR QUAMPAH',NULL,'','20131105-3681',NULL),(10414,2874,5,558,'2013-11-06 00:00:52',1,0,'','2013110581','2013-11-05','2013-11-05','20131105-81','16:00',1,'DR QUAMPAH',NULL,'','20131105-3681',NULL),(10415,2875,3,558,'2013-11-06 00:14:56',0,0,'','2013110582','2013-11-05','2013-11-05','20131105-82','16:14',1,'DR SALLAR',NULL,'','20131105-3682',NULL),(10416,2876,3,558,'2013-11-06 00:26:07',0,0,'','2013110583','2013-11-05','2013-11-05','20131105-83','16:23',1,'DR SALLAR',NULL,'','20131105-3683',NULL),(10418,2876,1,558,'2013-11-06 00:26:07',0,0,'','2013110583','2013-11-05','2013-11-05','20131105-83','16:25',1,'DR SALLAR',NULL,'','20131105-3683',NULL),(10419,2877,3,558,'2013-11-06 00:30:35',0,0,'','2013110584','2013-11-05','2013-11-05','20131105-84','16:29',1,'DR MENSAH',NULL,'','20131105-3684',NULL),(10421,2877,1,558,'2013-11-06 00:30:35',1,0,'','2013110584','2013-11-05','2013-11-05','20131105-84','16:30',1,'DR MENSAH',NULL,'','20131105-3684',NULL),(10424,2877,5,558,'2013-11-06 00:30:35',0,0,'','2013110584','2013-11-05','2013-11-05','20131105-84','16:30',1,'DR MENSAH',NULL,'','20131105-3684',NULL),(10425,228,3,558,'2013-11-06 00:34:32',0,0,'','2013110585 ','2013-11-05','2013-11-05','20131105-85','16:32',1,'DR SALLAR',NULL,'','20131105-3685',NULL),(10427,228,5,558,'2013-11-06 00:34:32',1,0,'','2013110585','2013-11-05','2013-11-05','20131105-85','16:33',1,'DR SALLAR',NULL,'','20131105-3685',NULL),(10430,228,4,558,'2013-11-06 00:34:33',1,0,'','2013110585','2013-11-05','2013-11-05','20131105-85','16:34',1,'DR SALLAR',NULL,'','20131105-3685',NULL),(10434,228,1,558,'2013-11-06 00:34:33',1,0,'','2013110585','2013-11-05','2013-11-05','20131105-85','16:34',1,'DR SALLAR',NULL,'','20131105-3685',NULL),(10435,2878,3,558,'2013-11-06 00:46:33',0,0,'','2013110586','2013-11-05','2013-11-05','20131105-86','16:44',1,'DR MENSAH',NULL,'','20131105-3686',NULL),(10437,2878,4,558,'2013-11-06 00:46:34',1,0,'','2013110586','2013-11-05','2013-11-05','20131105-86','16:45',1,'DR MENSAH',NULL,'','20131105-3686',NULL),(10440,2878,1,558,'2013-11-06 00:46:34',0,0,'','2013110586','2013-11-05','2013-11-05','20131105-86','16:45',1,'DR MENSAH',NULL,'','20131105-3686',NULL),(10441,1997,29,558,'2013-11-06 00:56:36',0,0,'','2013110587 ','2013-11-05','2013-11-05','20131105-87','16:54',1,'DR ARMAH',NULL,'','20131105-3687',NULL),(10442,2669,1,558,'2013-11-06 01:15:51',0,0,'','2013110588','2013-11-05','2013-11-05','20131105-88','17:13',1,'',NULL,'','20131105-3688',NULL),(10443,2879,29,558,'2013-11-06 01:27:47',0,0,'','2013110589','2013-11-05','2013-11-05','20131105-89','17:26',1,'PROF E D YEBOAH',NULL,'','20131105-3689',NULL),(10444,2880,29,558,'2013-11-06 01:29:01',0,0,'','2013110590','2013-11-05','2013-11-05','20131105-90','17:28',1,'PROF E D YEBOAH',NULL,'','20131105-3690',NULL),(10445,2881,19,558,'2013-11-06 01:32:15',1,0,'','2013110591','2013-11-05','2013-11-05','20131105-91','17:30',1,'',NULL,'','20131105-3691',NULL),(10446,2882,4,558,'2013-11-06 01:55:29',1,0,'','2013110592','2013-11-05','2013-11-05','20131105-92','17:54',1,'DR SALLAR',NULL,'','20131105-3692',NULL),(10447,2883,3,558,'2013-11-06 02:10:01',1,0,'','2013110593','2013-11-05','2013-11-05','20131105-93','18:08',1,'',NULL,'','20131105-3693',NULL),(10448,2497,4,558,'2013-11-06 02:22:54',1,0,'','2013110594','2013-11-05','2013-11-05','20131105-94','18:21',1,'DR MENSAH',NULL,'','20131105-3694',NULL),(10450,2497,1,558,'2013-11-06 02:22:54',1,0,'','2013110594','2013-11-05','2013-11-05','20131105-94','18:22',1,'DR MENSAH',NULL,'','20131105-3694',NULL),(10453,2497,13,558,'2013-11-06 02:22:54',1,0,'','2013110594','2013-11-05','2013-11-05','20131105-94','18:22',1,'DR MENSAH',NULL,'','20131105-3694',NULL),(10454,2884,3,558,'2013-11-06 02:27:09',1,0,'','2013110595','2013-11-05','2013-11-05','20131105-95','18:25',1,'DR MENSAH',NULL,'','20131105-3695',NULL),(10456,2884,1,558,'2013-11-06 02:27:09',1,0,'','2013110595','2013-11-05','2013-11-05','20131105-95','18:26',1,'DR MENSAH',NULL,'','20131105-3695',NULL),(10457,690,1,558,'2013-11-06 02:32:51',1,0,'','2013110596','2013-11-05','2013-11-05','20131105-96','18:31',1,'',NULL,'','20131105-3696',NULL),(10458,2885,3,558,'2013-11-06 02:35:55',1,0,'','2013110597 ','2013-11-05','2013-11-05','20131105-97','18:34',1,'DR MENSAH',NULL,'','20131105-3697',NULL),(10460,2885,4,558,'2013-11-06 02:35:55',1,0,'','2013110597 ','2013-11-05','2013-11-05','20131105-97','18:35',1,'DR MENSAH',NULL,'','20131105-3697',NULL),(10461,2886,3,558,'2013-11-06 02:41:34',0,0,'','2013110598','2013-11-05','2013-11-05','20131105-98','18:39',1,'DR SALLAR',NULL,'','20131105-3698',NULL),(10463,2886,4,558,'2013-11-06 02:41:34',1,0,'','2013110598','2013-11-05','2013-11-05','20131105-98','18:40',1,'DR SALLAR',NULL,'','20131105-3698',NULL),(10466,2886,1,558,'2013-11-06 02:41:34',1,0,'','2013110598','2013-11-05','2013-11-05','20131105-98','18:41',1,'DR SALLAR',NULL,'','20131105-3698',NULL),(10467,2887,3,558,'2013-11-06 02:45:58',1,0,'','2013110599 ','2013-11-05','2013-11-05','20131105-99','18:45',1,'DR MENSAH',NULL,'','20131105-3699',NULL),(10469,2887,4,558,'2013-11-06 02:45:59',1,0,'','2013110599 ','2013-11-05','2013-11-05','20131105-99','18:45',1,'DR MENSAH',NULL,'','20131105-3699',NULL),(10470,2888,3,530,'2013-11-06 02:49:32',1,0,'','20131105100','2013-11-05','2013-11-05','20131105-100','18:48',1,'DR SALLAR',NULL,'','20131105-3700',NULL),(10472,2888,4,530,'2013-11-06 02:49:33',1,0,'','20131105100','2013-11-05','2013-11-05','20131105-100','18:49',1,'DR SALLAR',NULL,'','20131105-3700',NULL),(10475,2888,5,530,'2013-11-06 02:49:33',0,0,'','20131105100','2013-11-05','2013-11-05','20131105-100','18:49',1,'DR SALLAR',NULL,'','20131105-3700',NULL),(10476,2716,1,530,'2013-11-06 02:51:30',1,0,'','20131105101','2013-11-05','2013-11-05','20131105-101','18:50',1,'DR TACHIE',NULL,'','20131105-3701',NULL),(10478,2716,2,530,'2013-11-06 02:51:30',1,0,'','20131105101','2013-11-05','2013-11-05','20131105-101','18:51',1,'DR TACHIE',NULL,'','20131105-3701',NULL),(10479,2889,19,530,'2013-11-06 03:28:16',1,0,'','20131105102','2013-11-05','2013-11-05','20131105-102','19:27',1,'DR SALLAR',NULL,'','20131105-3702',NULL),(10480,2890,3,530,'2013-11-06 04:36:29',1,0,'','20131105103','2013-11-05','2013-11-05','20131105-103','20:34',1,'DR YEBOAH',NULL,'','20131105-3703',NULL),(10482,2890,1,530,'2013-11-06 04:36:29',0,0,'','20131105103','2013-11-05','2013-11-05','20131105-103','20:35',1,'DR YEBOAH',NULL,'','20131105-3703',NULL),(10485,2890,4,530,'2013-11-06 04:36:29',1,0,'','20131105103','2013-11-05','2013-11-05','20131105-103','20:36',1,'DR YEBOAH',NULL,'','20131105-3703',NULL),(10486,2891,1,530,'2013-11-06 04:40:44',0,0,'','20131105104','2013-11-05','2013-11-05','20131105-104','20:39',1,'DR AMOAH',NULL,'','20131105-3704',NULL),(10488,2891,5,530,'2013-11-06 04:40:45',0,0,'','20131105104','2013-11-05','2013-11-05','20131105-104','20:40',1,'DR AMOAH',NULL,'','20131105-3704',NULL),(10489,2892,3,530,'2013-11-06 04:45:45',1,0,'','20131105105','2013-11-05','2013-11-05','20131105-105','20:44',1,'DR AMOAH',NULL,'','20131105-3705',NULL),(10491,2892,4,530,'2013-11-06 04:45:45',1,0,'','20131105105','2013-11-05','2013-11-05','20131105-105','20:45',1,'DR AMOAH',NULL,'','20131105-3705',NULL),(10494,2892,1,530,'2013-11-06 04:45:45',1,0,'','20131105105','2013-11-05','2013-11-05','20131105-105','20:45',1,'DR AMOAH',NULL,'','20131105-3705',NULL),(10495,2893,5,530,'2013-11-06 05:08:31',0,0,'','20131105106','2013-11-05','2013-11-05','20131105-106','21:07',1,'DR AMOAH',NULL,'','20131105-3706',NULL),(10496,2894,3,530,'2013-11-06 05:55:01',1,0,'','20131105107','2013-11-05','2013-11-05','20131105-107','21:53',1,'',NULL,'','20131105-3707',NULL),(10498,2894,1,530,'2013-11-06 05:55:01',1,0,'','20131105107','2013-11-05','2013-11-05','20131105-107','21:54',1,'',NULL,'','20131105-3707',NULL),(10499,2895,3,530,'2013-11-06 11:25:28',1,0,'','201311061','2013-11-06','2013-11-06','20131106-1','03:23',1,'DR ARMAH',NULL,'','20131106-3708',NULL),(10500,2896,3,530,'2013-11-06 11:45:26',1,0,'','201311062','2013-11-06','2013-11-06','20131106-2','03:39',1,'DR AMOAH',NULL,'','20131106-3709',NULL),(10501,2897,3,530,'2013-11-06 12:38:51',0,0,'','201311063','2013-11-06','2013-11-06','20131106-3','04:37',1,'DR SALLAR',NULL,'','20131106-3710',NULL),(10503,2897,4,530,'2013-11-06 12:38:51',1,0,'','201311063','2013-11-06','2013-11-06','20131106-3','04:38',1,'DR SALLAR',NULL,'','20131106-3710',NULL),(10504,2898,2,530,'2013-11-06 13:50:04',1,0,'','201311064','2013-11-06','2013-11-06','20131106-4','05:49',1,'DR ARMAH',NULL,'','20131106-3711',NULL),(10505,2899,1,530,'2013-11-06 14:04:01',0,0,'','201311065','2013-11-06','2013-11-06','20131106-5','06:03',1,'DR OFORI ANTI',NULL,'','20131106-3712',NULL),(10506,2220,3,530,'2013-11-06 14:22:27',0,0,'','201311066','2013-11-06','2013-11-06','20131106-6','06:21',1,'DR AMOAH',NULL,'','20131106-3713',NULL),(10508,2220,4,530,'2013-11-06 14:22:27',1,0,'','201311066','2013-11-06','2013-11-06','20131106-6','06:21',1,'DR AMOAH',NULL,'','20131106-3713',NULL),(10509,510,1,530,'2013-11-06 14:30:12',0,0,'','201311067','2013-11-06','2013-11-06','20131106-7','06:28',1,'DR VORTIA',NULL,'','20131106-3714',NULL),(10511,510,4,530,'2013-11-06 14:30:12',1,0,'','201311067','2013-11-06','2013-11-06','20131106-7','06:29',1,'DR VORTIA',NULL,'','20131106-3714',NULL),(10514,510,2,530,'2013-11-06 14:30:12',0,0,'','201311067','2013-11-06','2013-11-06','20131106-7','06:29',1,'DR VORTIA',NULL,'','20131106-3714',NULL),(10515,2900,3,558,'2013-11-06 14:42:26',0,0,'','201311068','2013-11-06','2013-11-06','20131106-8','06:40',1,'',NULL,'','20131106-3715',NULL),(10517,2900,1,558,'2013-11-06 14:42:26',1,0,'','201311068','2013-11-06','2013-11-06','20131106-8','06:41',1,'',NULL,'','20131106-3715',NULL),(10520,2900,5,558,'2013-11-06 14:42:27',0,0,'','201311068','2013-11-06','2013-11-06','20131106-8','06:41',1,'',NULL,'','20131106-3715',NULL),(10521,2901,1,558,'2013-11-06 14:47:49',0,0,'','201311069','2013-11-06','2013-11-06','20131106-9','06:45',1,'DR VORTIA',NULL,'','20131106-3716',NULL),(10523,2901,2,558,'2013-11-06 14:47:49',0,0,'','201311069','2013-11-06','2013-11-06','20131106-9','06:47',1,'DR VORTIA',NULL,'','20131106-3716',NULL),(10524,2902,3,558,'2013-11-06 14:50:52',0,0,'','2013110610','2013-11-06','2013-11-06','20131106-10','06:49',1,'DR SALLAR',NULL,'','20131106-3717',NULL),(10526,2902,4,558,'2013-11-06 14:50:53',1,0,'','2013110610','2013-11-06','2013-11-06','20131106-10','06:50',1,'DR SALLAR',NULL,'','20131106-3717',NULL),(10527,2903,3,558,'2013-11-06 14:53:01',0,0,'','2013110611','2013-11-06','2013-11-06','20131106-11','06:52',1,'DR MENSAH',NULL,'','20131106-3718',NULL),(10529,2903,1,558,'2013-11-06 14:53:01',0,0,'','2013110611','2013-11-06','2013-11-06','20131106-11','06:52',1,'DR MENSAH',NULL,'','20131106-3718',NULL),(10530,2904,3,558,'2013-11-06 15:01:46',0,0,'','2013110612','2013-11-06','2013-11-06','20131106-12','06:59',1,'',NULL,'','20131106-3719',NULL),(10532,2904,1,558,'2013-11-06 15:01:46',1,0,'','2013110612','2013-11-06','2013-11-06','20131106-12','07:01',1,'',NULL,'','20131106-3719',NULL),(10533,1911,1,558,'2013-11-06 15:07:42',0,0,'','2013110613','2013-11-06','2013-11-06','20131106-13','07:05',1,'DR AMOAH',NULL,'','20131106-3720',NULL),(10535,1911,4,558,'2013-11-06 15:07:42',0,0,'','2013110613','2013-11-06','2013-11-06','20131106-13','07:07',1,'DR AMOAH',NULL,'','20131106-3720',NULL),(10536,2905,3,558,'2013-11-06 15:27:23',0,0,'','2013110614 ','2013-11-06','2013-11-06','20131106-14','07:24',1,'DR OWHANDOH',NULL,'','20131106-3721',NULL),(10538,2905,4,558,'2013-11-06 15:27:23',1,0,'','2013110614 ','2013-11-06','2013-11-06','20131106-14','07:26',1,'DR OWHANDOH',NULL,'','20131106-3721',NULL),(10541,2905,1,558,'2013-11-06 15:27:23',0,0,'','2013110614 ','2013-11-06','2013-11-06','20131106-14','07:26',1,'DR OWHANDOH',NULL,'','20131106-3721',NULL),(10542,2720,19,534,'2013-11-06 15:29:36',1,0,'','2013110341','2013-11-06','2013-11-06','20131106-15','07:29',1,'',NULL,'','20131106-3722',NULL),(10543,2724,4,534,'2013-11-06 15:32:48',1,0,'','2013110346 ','2013-11-06','2013-11-06','20131106-16','07:32',1,'',NULL,'','20131106-3723',NULL),(10544,2906,3,558,'2013-11-06 15:53:36',0,0,'','2013110617','2013-11-06','2013-11-06','20131106-17','07:49',1,'DR OWHANDOH',NULL,'','20131106-3724',NULL),(10546,2906,4,558,'2013-11-06 15:53:36',1,0,'','2013110617','2013-11-06','2013-11-06','20131106-17','07:51',1,'DR OWHANDOH',NULL,'','20131106-3724',NULL),(10549,2906,1,558,'2013-11-06 15:53:37',0,0,'','2013110617','2013-11-06','2013-11-06','20131106-17','07:51',1,'DR OWHANDOH',NULL,'','20131106-3724',NULL),(10550,2907,3,558,'2013-11-06 15:56:19',0,0,'','2013110618','2013-11-06','2013-11-06','20131106-18','07:54',1,'DR MENSAH',NULL,'','20131106-3725',NULL),(10552,2907,19,558,'2013-11-06 15:56:19',1,0,'','2013110618','2013-11-06','2013-11-06','20131106-18','07:55',1,'DR MENSAH',NULL,'','20131106-3725',NULL),(10553,1067,1,558,'2013-11-06 16:08:33',0,0,'','2013110619','2013-11-06','2013-11-06','20131106-19','08:07',1,'DR OWHANDOH',NULL,'','20131106-3726',NULL),(10554,2908,3,558,'2013-11-06 16:10:17',0,0,'','2013110620','2013-11-06','2013-11-06','20131106-20','08:09',1,'DR VORTIA',NULL,'','20131106-3727',NULL),(10555,1233,3,534,'2013-11-06 16:10:33',1,0,'','2013101616','2013-11-06','2013-11-06','20131106-21','08:09',1,'',NULL,'','20131106-3728',NULL),(10557,1233,5,534,'2013-11-06 16:10:33',1,0,'','2013101616','2013-11-06','2013-11-06','20131106-21','08:10',1,'',NULL,'','20131106-3728',NULL),(10558,2909,3,558,'2013-11-06 16:12:35',0,0,'','2013110622 ','2013-11-06','2013-11-06','20131106-22','08:11',1,'DR MENSAH',NULL,'','20131106-3729',NULL),(10560,2909,1,558,'2013-11-06 16:12:35',1,0,'','2013110622 ','2013-11-06','2013-11-06','20131106-22','08:12',1,'DR MENSAH',NULL,'','20131106-3729',NULL),(10561,2910,4,558,'2013-11-06 16:22:17',1,0,'','2013110623','2013-11-06','2013-11-06','20131106-23','08:21',1,'DR MENSAH',NULL,'','20131106-3730',NULL),(10562,2911,4,558,'2013-11-06 16:23:36',1,0,'','2013110624 ','2013-11-06','2013-11-06','20131106-24','08:22',1,'DR MENSAH',NULL,'','20131106-3731',NULL),(10563,2912,4,558,'2013-11-06 16:24:36',1,0,'','2013110625','2013-11-06','2013-11-06','20131106-25','08:24',1,'DR MENSAH',NULL,'','20131106-3732',NULL),(10564,2913,4,558,'2013-11-06 16:26:42',1,0,'','2013110626','2013-11-06','2013-11-06','20131106-26','08:25',1,'DR MENSAH',NULL,'','20131106-3733',NULL),(10566,2913,1,558,'2013-11-06 16:26:42',0,0,'','2013110626','2013-11-06','2013-11-06','20131106-26','08:26',1,'DR MENSAH',NULL,'','20131106-3733',NULL),(10567,2914,3,558,'2013-11-06 16:31:23',0,0,'','2013110627','2013-11-06','2013-11-06','20131106-27','08:28',1,'',NULL,'','20131106-3734',NULL),(10569,2914,4,558,'2013-11-06 16:31:23',1,0,'','2013110627','2013-11-06','2013-11-06','20131106-27','08:30',1,'',NULL,'','20131106-3734',NULL),(10572,2914,1,558,'2013-11-06 16:31:23',0,0,'','2013110627','2013-11-06','2013-11-06','20131106-27','08:30',1,'',NULL,'','20131106-3734',NULL),(10573,2916,4,558,'2013-11-06 16:33:14',1,0,'','2013110629 ','2013-11-06','2013-11-06','20131106-29','08:31',1,'DR MENSAH',NULL,'','20131106-3736',NULL),(10575,2916,1,558,'2013-11-06 16:33:15',0,0,'','2013110629 ','2013-11-06','2013-11-06','20131106-29','08:32',1,'DR MENSAH',NULL,'','20131106-3736',NULL),(10576,2917,4,558,'2013-11-06 16:34:55',1,0,'','2013110630','2013-11-06','2013-11-06','20131106-30','08:34',1,'DR MENSAH',NULL,'','20131106-3737',NULL),(10578,2917,1,558,'2013-11-06 16:34:55',0,0,'','2013110630','2013-11-06','2013-11-06','20131106-30','08:34',1,'DR MENSAH',NULL,'','20131106-3737',NULL),(10579,2915,3,534,'2013-11-06 16:34:56',0,0,'','2013110628','2013-11-06','2013-11-06','20131106-28','08:31',1,'DR OWHANDOH',NULL,'','20131106-3735',NULL),(10581,2915,1,534,'2013-11-06 16:34:57',1,0,'','2013110628','2013-11-06','2013-11-06','20131106-28','08:32',1,'DR OWHANDOH',NULL,'','20131106-3735',NULL),(10584,2915,5,534,'2013-11-06 16:34:57',1,0,'','2013110628','2013-11-06','2013-11-06','20131106-28','08:33',1,'DR OWHANDOH',NULL,'','20131106-3735',NULL),(10588,2915,4,534,'2013-11-06 16:34:57',1,0,'','2013110628','2013-11-06','2013-11-06','20131106-28','08:33',1,'DR OWHANDOH',NULL,'','20131106-3735',NULL),(10593,2915,2,534,'2013-11-06 16:34:57',1,0,'','2013110628','2013-11-06','2013-11-06','20131106-28','08:34',1,'DR OWHANDOH',NULL,'','20131106-3735',NULL),(10594,2918,3,534,'2013-11-06 16:36:59',0,0,'','2013110631','2013-11-06','2013-11-06','20131106-31','08:35',1,'DR MENSAH',NULL,'','20131106-3738',NULL),(10596,2918,1,534,'2013-11-06 16:36:59',0,0,'','2013110631','2013-11-06','2013-11-06','20131106-31','08:36',1,'DR MENSAH',NULL,'','20131106-3738',NULL),(10597,2426,3,534,'2013-11-06 16:39:32',1,0,'','2013110632','2013-11-06','2013-11-06','20131106-32','08:37',1,'DR YEBOAH',NULL,'','20131106-3739',NULL),(10599,2426,1,534,'2013-11-06 16:39:32',1,0,'','2013110632','2013-11-06','2013-11-06','20131106-32','08:38',1,'DR YEBOAH',NULL,'','20131106-3739',NULL),(10600,2919,3,558,'2013-11-06 16:40:54',0,0,'','2013110633 ','2013-11-06','2013-11-06','20131106-33','08:39',1,'',NULL,'','20131106-3740',NULL),(10602,2919,4,558,'2013-11-06 16:40:54',1,0,'','2013110633 ','2013-11-06','2013-11-06','20131106-33','08:40',1,'',NULL,'','20131106-3740',NULL),(10603,2920,3,534,'2013-11-06 16:41:16',0,0,'','2013110634','2013-11-06','2013-11-06','20131106-34','08:40',1,'DR VORTIA',NULL,'','20131106-3741',NULL),(10605,2920,4,534,'2013-11-06 16:41:16',1,0,'','2013110634','2013-11-06','2013-11-06','20131106-34','08:40',1,'DR VORTIA',NULL,'','20131106-3741',NULL),(10606,2921,3,558,'2013-11-06 16:46:16',0,0,'','2013110635','2013-11-06','2013-11-06','20131106-35','08:43',1,'DR OWHANDOH',NULL,'','20131106-3742',NULL),(10608,2921,4,558,'2013-11-06 16:46:16',1,0,'','2013110635','2013-11-06','2013-11-06','20131106-35','08:45',1,'DR OWHANDOH',NULL,'','20131106-3742',NULL),(10611,2921,1,558,'2013-11-06 16:46:16',0,0,'','2013110635','2013-11-06','2013-11-06','20131106-35','08:45',1,'DR OWHANDOH',NULL,'','20131106-3742',NULL),(10612,2922,3,558,'2013-11-06 16:54:05',0,0,'','2013110636','2013-11-06','2013-11-06','20131106-36','08:51',1,'DR SALLAR',NULL,'','20131106-3743',NULL),(10614,2922,4,558,'2013-11-06 16:54:06',1,0,'','2013110636','2013-11-06','2013-11-06','20131106-36','08:52',1,'DR SALLAR',NULL,'','20131106-3743',NULL),(10617,2922,1,558,'2013-11-06 16:54:06',0,0,'','2013110636','2013-11-06','2013-11-06','20131106-36','08:53',1,'DR SALLAR',NULL,'','20131106-3743',NULL),(10618,2923,3,558,'2013-11-06 16:59:08',0,0,'','2013110637 ','2013-11-06','2013-11-06','20131106-37','08:57',1,'DR OWHANDOH',NULL,'','20131106-3744',NULL),(10620,2923,4,558,'2013-11-06 16:59:08',1,0,'','2013110637 ','2013-11-06','2013-11-06','20131106-37','08:58',1,'DR OWHANDOH',NULL,'','20131106-3744',NULL),(10623,2923,1,558,'2013-11-06 16:59:09',1,0,'','2013110637 ','2013-11-06','2013-11-06','20131106-37','08:58',1,'DR OWHANDOH',NULL,'','20131106-3744',NULL),(10624,2924,3,558,'2013-11-06 17:02:52',0,0,'','2013110638','2013-11-06','2013-11-06','20131106-38','09:00',1,'',NULL,'','20131106-3745',NULL),(10626,2924,4,558,'2013-11-06 17:02:53',1,0,'','2013110638','2013-11-06','2013-11-06','20131106-38','09:01',1,'',NULL,'','20131106-3745',NULL),(10629,2924,1,558,'2013-11-06 17:02:53',1,0,'','2013110638','2013-11-06','2013-11-06','20131106-38','09:02',1,'',NULL,'','20131106-3745',NULL),(10630,2540,4,534,'2013-11-06 17:06:32',1,0,'','201311014','2013-11-06','2013-11-06','20131106-39','09:05',1,'',NULL,'','20131106-3746',NULL),(10631,2925,4,558,'2013-11-06 17:12:01',1,0,'','2013110640','2013-11-06','2013-11-06','20131106-40','09:10',1,'DR VORTIA',NULL,'','20131106-3747',NULL),(10633,2925,3,558,'2013-11-06 17:12:02',1,0,'','2013110640','2013-11-06','2013-11-06','20131106-40','09:10',1,'DR VORTIA',NULL,'','20131106-3747',NULL),(10634,243,4,558,'2013-11-06 17:13:28',1,0,'','2013110641 ','2013-11-06','2013-11-06','20131106-41','09:12',1,'DR TACHIE',NULL,'','20131106-3748',NULL),(10635,2926,3,558,'2013-11-06 17:18:52',0,0,'','2013110642 ','2013-11-06','2013-11-06','20131106-42','09:17',1,'DR ARMAH',NULL,'','20131106-3749',NULL),(10637,2926,4,558,'2013-11-06 17:18:52',1,0,'','2013110642 ','2013-11-06','2013-11-06','20131106-42','09:18',1,'DR ARMAH',NULL,'','20131106-3749',NULL),(10638,1648,3,558,'2013-11-06 17:23:34',1,0,'','2013110643 ','2013-11-06','2013-11-06','20131106-43','09:22',1,'DR MENSAH',NULL,'','20131106-3750',NULL),(10639,2927,4,558,'2013-11-06 17:25:07',1,0,'','2013110644','2013-11-06','2013-11-06','20131106-44','09:24',1,'DR OWHANDOH',NULL,'','20131106-3751',NULL),(10640,2928,4,558,'2013-11-06 17:26:51',1,0,'','2013110645','2013-11-06','2013-11-06','20131106-45','09:26',1,'DR OWHANDOH',NULL,'','20131106-3752',NULL),(10641,2929,3,558,'2013-11-06 17:31:27',0,0,'','2013110646','2013-11-06','2013-11-06','20131106-46','09:30',1,'DR VORTIA',NULL,'','20131106-3753',NULL),(10643,2929,4,558,'2013-11-06 17:31:27',1,0,'','2013110646','2013-11-06','2013-11-06','20131106-46','09:31',1,'DR VORTIA',NULL,'','20131106-3753',NULL),(10646,2929,1,558,'2013-11-06 17:31:27',0,0,'','2013110646','2013-11-06','2013-11-06','20131106-46','09:31',1,'DR VORTIA',NULL,'','20131106-3753',NULL),(10647,2661,4,534,'2013-11-06 17:44:37',1,0,'','2013110266','2013-11-06','2013-11-06','20131106-47','09:44',1,'',NULL,'','20131106-3754',NULL),(10648,2930,3,558,'2013-11-06 17:56:26',0,0,'','2013110648','2013-11-06','2013-11-06','20131106-48','09:53',1,'DR VORTIA',NULL,'','20131106-3755',NULL),(10650,2930,1,558,'2013-11-06 17:56:27',0,0,'','2013110648','2013-11-06','2013-11-06','20131106-48','09:55',1,'DR VORTIA',NULL,'','20131106-3755',NULL),(10651,245,10,558,'2013-11-06 18:01:26',1,0,'','2013110649','2013-11-06','2013-11-06','20131106-49','09:59',1,'DR ARMAH',NULL,'','20131106-3756',NULL),(10652,2517,3,534,'2013-11-06 18:04:17',0,0,'','2013103185','2013-11-06','2013-11-06','20131106-50','10:03',1,'',NULL,'','20131106-3757',NULL),(10654,2517,10,534,'2013-11-06 18:04:17',1,0,'','2013103185','2013-11-06','2013-11-06','20131106-50','10:03',1,'',NULL,'','20131106-3757',NULL),(10655,2931,3,558,'2013-11-06 18:15:42',0,0,'','2013110651','2013-11-06','2013-11-06','20131106-51','10:13',1,'DR OWHANDOH',NULL,'','20131106-3758',NULL),(10657,2931,4,558,'2013-11-06 18:15:42',1,0,'','2013110651','2013-11-06','2013-11-06','20131106-51','10:14',1,'DR OWHANDOH',NULL,'','20131106-3758',NULL),(10660,2931,1,558,'2013-11-06 18:15:43',0,0,'','2013110651','2013-11-06','2013-11-06','20131106-51','10:15',1,'DR OWHANDOH',NULL,'','20131106-3758',NULL),(10661,2501,10,534,'2013-11-06 18:15:43',1,0,'','2013103177','2013-11-06','2013-11-06','20131106-52','10:14',1,'',NULL,'','20131106-3759',NULL),(10662,2932,3,558,'2013-11-06 18:22:45',0,0,'','2013110653','2013-11-06','2013-11-06','20131106-53','10:20',1,'DR VORTIA',NULL,'','20131106-3760',NULL),(10664,2932,4,558,'2013-11-06 18:22:45',1,0,'','2013110653','2013-11-06','2013-11-06','20131106-53','10:22',1,'DR VORTIA',NULL,'','20131106-3760',NULL),(10665,2934,3,534,'2013-11-06 18:27:30',0,0,'','2013110655 ','2013-11-06','2013-11-06','20131106-55','10:25',1,'DR VORTIA',NULL,'','20131106-3762',NULL),(10667,2934,1,534,'2013-11-06 18:27:31',0,0,'','2013110655 ','2013-11-06','2013-11-06','20131106-55','10:26',1,'DR VORTIA',NULL,'','20131106-3762',NULL),(10668,2935,3,558,'2013-11-06 18:33:46',1,0,'','2013110656','2013-11-06','2013-11-06','20131106-56','10:32',1,'DR MENSAH',NULL,'','20131106-3763',NULL),(10670,2935,19,558,'2013-11-06 18:33:46',1,0,'','2013110656','2013-11-06','2013-11-06','20131106-56','10:33',1,'DR MENSAH',NULL,'','20131106-3763',NULL),(10671,2395,4,534,'2013-11-06 18:34:43',1,0,'','201310314','2013-11-06','2013-11-06','20131106-57','10:34',1,'',NULL,'','20131106-3764',NULL),(10672,2936,3,558,'2013-11-06 18:37:15',0,0,'','2013110658','2013-11-06','2013-11-06','20131106-58','10:35',1,'DR FUMMY',NULL,'','20131106-3765',NULL),(10674,2936,5,558,'2013-11-06 18:37:15',1,0,'','2013110658','2013-11-06','2013-11-06','20131106-58','10:36',1,'DR FUMMY',NULL,'','20131106-3765',NULL),(10675,2395,4,534,'2013-11-06 18:38:28',1,0,'','201310314','2013-11-06','2013-11-06','20131106-60','10:37',1,'',NULL,'','20131106-3767',NULL),(10676,2937,3,558,'2013-11-06 18:40:00',0,0,'','2013110659','2013-11-06','2013-11-06','20131106-59','10:38',1,'DR OWHANDOH',NULL,'','20131106-3766',NULL),(10678,2937,4,558,'2013-11-06 18:40:01',1,0,'','2013110659','2013-11-06','2013-11-06','20131106-59','10:39',1,'DR OWHANDOH',NULL,'','20131106-3766',NULL),(10679,2938,3,558,'2013-11-06 18:45:05',0,0,'','2013110661','2013-11-06','2013-11-06','20131106-61','10:41',1,'DR OFORI ANTI',NULL,'','20131106-3768',NULL),(10681,2938,4,558,'2013-11-06 18:45:05',1,0,'','2013110661','2013-11-06','2013-11-06','20131106-61','10:44',1,'DR OFORI ANTI',NULL,'','20131106-3768',NULL),(10684,2938,1,558,'2013-11-06 18:45:06',0,0,'','2013110661','2013-11-06','2013-11-06','20131106-61','10:44',1,'DR OFORI ANTI',NULL,'','20131106-3768',NULL),(10685,2939,3,558,'2013-11-06 18:48:06',0,0,'','2013110662','2013-11-06','2013-11-06','20131106-62','10:46',1,'DR OWHANDOH',NULL,'','20131106-3769',NULL),(10687,2939,4,558,'2013-11-06 18:48:06',1,0,'','2013110662','2013-11-06','2013-11-06','20131106-62','10:47',1,'DR OWHANDOH',NULL,'','20131106-3769',NULL),(10688,2940,3,558,'2013-11-06 18:54:59',0,0,'','2013110663','2013-11-06','2013-11-06','20131106-63','10:52',1,'DR OWHANDOH',NULL,'','20131106-3770',NULL),(10690,2940,4,558,'2013-11-06 18:55:00',1,0,'','2013110663','2013-11-06','2013-11-06','20131106-63','10:54',1,'DR OWHANDOH',NULL,'','20131106-3770',NULL),(10693,2940,5,558,'2013-11-06 18:55:00',1,0,'','2013110663','2013-11-06','2013-11-06','20131106-63','10:54',1,'DR OWHANDOH',NULL,'','20131106-3770',NULL),(10697,2940,1,558,'2013-11-06 18:55:00',1,0,'','2013110663','2013-11-06','2013-11-06','20131106-63','10:54',1,'DR OWHANDOH',NULL,'','20131106-3770',NULL),(10698,2941,3,558,'2013-11-06 19:00:08',0,0,'','2013110664','2013-11-06','2013-11-06','20131106-64','10:56',1,'DR ARMAH',NULL,'','20131106-3771',NULL),(10700,2941,1,558,'2013-11-06 19:00:08',0,0,'','2013110664','2013-11-06','2013-11-06','20131106-64','10:59',1,'DR ARMAH',NULL,'','20131106-3771',NULL),(10703,2941,4,558,'2013-11-06 19:00:08',1,0,'','2013110664','2013-11-06','2013-11-06','20131106-64','10:59',1,'DR ARMAH',NULL,'','20131106-3771',NULL),(10704,2942,3,558,'2013-11-06 19:15:04',0,0,'','2013110665','2013-11-06','2013-11-06','20131106-65','11:10',1,'DR FUMMY',NULL,'','20131106-3772',NULL),(10705,2943,3,558,'2013-11-06 19:19:27',0,0,'','2013110666','2013-11-06','2013-11-06','20131106-66','11:16',1,'DR OWHANDOH',NULL,'','20131106-3773',NULL),(10707,2943,1,558,'2013-11-06 19:19:27',0,0,'','2013110666','2013-11-06','2013-11-06','20131106-66','11:19',1,'DR OWHANDOH',NULL,'','20131106-3773',NULL),(10708,2944,4,534,'2013-11-06 19:20:50',1,0,'',' 2013110667','2013-11-06','2013-11-06','20131106-67','11:19',1,'DR OWHANDOH',NULL,'','20131106-3774',NULL),(10709,2945,3,534,'2013-11-06 19:22:41',0,0,'','2013110668 ','2013-11-06','2013-11-06','20131106-68','11:21',1,'DR FUMMY',NULL,'','20131106-3775',NULL),(10710,2946,3,534,'2013-11-06 19:24:39',0,0,'','2013110669','2013-11-06','2013-11-06','20131106-69','11:23',1,'DR OFORI',NULL,'','20131106-3776',NULL),(10711,2947,4,534,'2013-11-06 19:28:52',1,0,'','2013110670 ','2013-11-06','2013-11-06','20131106-70','11:27',1,'DR VORTIA',NULL,'','20131106-3777',NULL),(10713,2947,1,534,'2013-11-06 19:28:52',1,0,'','2013110670 ','2013-11-06','2013-11-06','20131106-70','11:28',1,'DR VORTIA',NULL,'','20131106-3777',NULL),(10714,2948,3,558,'2013-11-06 19:32:11',0,0,'','2013110671','2013-11-06','2013-11-06','20131106-71','11:28',1,'DR VORTIA',NULL,'','20131106-3778',NULL),(10715,2949,1,534,'2013-11-06 19:33:32',1,0,'','2013110672','2013-11-06','2013-11-06','20131106-72','11:30',1,'DR OFORI',NULL,'','20131106-3779',NULL),(10717,2949,5,534,'2013-11-06 19:33:32',1,0,'','2013110672','2013-11-06','2013-11-06','20131106-72','11:32',1,'DR OFORI',NULL,'','20131106-3779',NULL),(10718,2950,3,534,'2013-11-06 19:37:41',0,0,'','2013110673','2013-11-06','2013-11-06','20131106-73','11:36',1,'DR OFORI',NULL,'','20131106-3780',NULL),(10719,2915,3,541,'2013-11-06 19:40:43',1,0,'','2013110628','2013-11-06','2013-11-06','20131106-74','11:39',1,'',NULL,'','20131106-3781',NULL),(10720,2951,3,558,'2013-11-06 19:48:53',0,0,'','2013110675','2013-11-06','2013-11-06','20131106-75','11:47',1,'DR MENSAH',NULL,'','20131106-3782',NULL),(10722,2951,4,558,'2013-11-06 19:48:53',1,0,'','2013110675','2013-11-06','2013-11-06','20131106-75','11:48',1,'DR MENSAH',NULL,'','20131106-3782',NULL),(10723,2952,3,558,'2013-11-06 19:53:12',0,0,'','2013110676','2013-11-06','2013-11-06','20131106-76','11:52',1,'DR ARMAH',NULL,'','20131106-3783',NULL),(10725,2952,4,558,'2013-11-06 19:53:12',1,0,'','2013110676','2013-11-06','2013-11-06','20131106-76','11:53',1,'DR ARMAH',NULL,'','20131106-3783',NULL),(10726,2953,3,534,'2013-11-06 19:55:55',1,0,'','2013110677','2013-11-06','2013-11-06','20131106-77','11:54',1,'DR FUMMY',NULL,'','20131106-3784',NULL),(10727,2954,4,534,'2013-11-06 19:58:42',1,0,'','2013110678','2013-11-06','2013-11-06','20131106-78','11:57',1,'DR OWHANDOH',NULL,'','20131106-3785',NULL),(10728,472,3,558,'2013-11-06 20:02:29',0,0,'','2013110679','2013-11-06','2013-11-06','20131106-79','12:01',1,'DR FUMMY',NULL,'','20131106-3786',NULL),(10729,2645,1,534,'2013-11-06 20:07:02',1,0,'',' 2013110238','2013-11-06','2013-11-06','20131106-81','12:05',1,'',NULL,'','20131106-3788',NULL),(10730,2955,3,558,'2013-11-06 20:09:05',0,0,'','2013110680','2013-11-06','2013-11-06','20131106-80','12:05',1,'DR ARMAH',NULL,'','20131106-3787',NULL),(10732,2955,4,558,'2013-11-06 20:09:05',1,0,'','2013110680','2013-11-06','2013-11-06','20131106-80','12:08',1,'DR ARMAH',NULL,'','20131106-3787',NULL),(10733,2956,4,558,'2013-11-06 20:14:26',1,0,'','2013110682 ','2013-11-06','2013-11-06','20131106-82','12:13',1,'DR OFORI ANTI',NULL,'','20131106-3789',NULL),(10734,2957,3,558,'2013-11-06 20:19:13',0,0,'','2013110683','2013-11-06','2013-11-06','20131106-83','12:15',1,'DR ARMAH',NULL,'','20131106-3790',NULL),(10736,2957,4,558,'2013-11-06 20:19:13',0,0,'','2013110683','2013-11-06','2013-11-06','20131106-83','12:18',1,'DR ARMAH',NULL,'','20131106-3790',NULL),(10739,2957,10,558,'2013-11-06 20:19:13',1,0,'','2013110683','2013-11-06','2013-11-06','20131106-83','12:18',1,'DR ARMAH',NULL,'','20131106-3790',NULL),(10740,1988,1,534,'2013-11-06 20:19:43',1,0,'','2013110150','2013-11-06','2013-11-06','20131106-84','12:19',1,'',NULL,'','20131106-3791',NULL),(10741,2958,3,558,'2013-11-06 20:26:46',0,0,'','2013110685','2013-11-06','2013-11-06','20131106-85','12:24',1,'DR FUMMY',NULL,'','20131106-3792',NULL),(10743,2958,4,558,'2013-11-06 20:26:47',0,0,'','2013110685','2013-11-06','2013-11-06','20131106-85','12:26',1,'DR FUMMY',NULL,'','20131106-3792',NULL),(10744,2959,3,558,'2013-11-06 20:32:33',0,0,'','2013110686','2013-11-06','2013-11-06','20131106-86','12:31',1,'DR FUMMY',NULL,'','20131106-3793',NULL),(10746,2959,4,558,'2013-11-06 20:32:33',1,0,'','2013110686','2013-11-06','2013-11-06','20131106-86','12:32',1,'DR FUMMY',NULL,'','20131106-3793',NULL),(10747,2573,2,534,'2013-11-06 20:44:24',1,0,'','2013110154','2013-11-06','2013-11-06','20131106-87','12:42',1,'',NULL,'','20131106-3794',NULL),(10748,2960,3,558,'2013-11-06 20:46:01',0,0,'','2013110688','2013-11-06','2013-11-06','20131106-88','12:45',1,'DR VORTIA',NULL,'','20131106-3795',NULL),(10749,2961,3,558,'2013-11-06 20:49:39',0,0,'','2013110689 ','2013-11-06','2013-11-06','20131106-89','12:47',1,'DR OFORI ANTI',NULL,'','20131106-3796',NULL),(10751,2961,4,558,'2013-11-06 20:49:40',1,0,'','2013110689 ','2013-11-06','2013-11-06','20131106-89','12:49',1,'DR OFORI ANTI',NULL,'','20131106-3796',NULL),(10752,2362,3,534,'2013-11-06 21:03:58',1,0,'',' 2013110690','2013-11-06','2013-11-06','20131106-90','13:02',1,'DR ADOTEY',NULL,'','20131106-3797',NULL),(10753,2962,3,534,'2013-11-06 21:07:06',0,0,'','2013110691 ','2013-11-06','2013-11-06','20131106-91','13:05',1,'DR VORTIA',NULL,'','20131106-3798',NULL),(10755,2962,5,534,'2013-11-06 21:07:06',1,0,'','2013110691 ','2013-11-06','2013-11-06','20131106-91','13:06',1,'DR VORTIA',NULL,'','20131106-3798',NULL),(10756,2963,3,534,'2013-11-06 21:09:12',0,0,'','2013110692 ','2013-11-06','2013-11-06','20131106-92','13:07',1,'DR MENSAH',NULL,'','20131106-3799',NULL),(10758,2963,4,534,'2013-11-06 21:09:12',1,0,'','2013110692 ','2013-11-06','2013-11-06','20131106-92','13:08',1,'DR MENSAH',NULL,'','20131106-3799',NULL),(10761,2963,1,534,'2013-11-06 21:09:13',0,0,'','2013110692 ','2013-11-06','2013-11-06','20131106-92','13:08',1,'DR MENSAH',NULL,'','20131106-3799',NULL),(10762,2964,3,534,'2013-11-06 21:11:16',0,0,'','2013110693','2013-11-06','2013-11-06','20131106-93','13:10',1,'DR MENSAH',NULL,'','20131106-3800',NULL),(10764,2964,4,534,'2013-11-06 21:11:16',1,0,'','2013110693','2013-11-06','2013-11-06','20131106-93','13:10',1,'DR MENSAH',NULL,'','20131106-3800',NULL),(10767,2964,1,534,'2013-11-06 21:11:16',0,0,'','2013110693','2013-11-06','2013-11-06','20131106-93','13:10',1,'DR MENSAH',NULL,'','20131106-3800',NULL),(10768,2965,1,534,'2013-11-06 21:17:22',0,0,'','2013110694 ','2013-11-06','2013-11-06','20131106-94','13:14',1,'DR OFORI ANTI',NULL,'','20131106-3801',NULL),(10770,2965,3,534,'2013-11-06 21:17:22',0,0,'','2013110694 ','2013-11-06','2013-11-06','20131106-94','13:16',1,'DR OFORI ANTI',NULL,'','20131106-3801',NULL),(10773,2965,4,534,'2013-11-06 21:17:22',1,0,'','2013110694 ','2013-11-06','2013-11-06','20131106-94','13:16',1,'DR OFORI ANTI',NULL,'','20131106-3801',NULL),(10777,2965,5,534,'2013-11-06 21:17:22',1,0,'','2013110694 ','2013-11-06','2013-11-06','20131106-94','13:16',1,'DR OFORI ANTI',NULL,'','20131106-3801',NULL),(10778,2966,3,534,'2013-11-06 21:20:54',0,0,'','2013110695','2013-11-06','2013-11-06','20131106-95','13:19',1,'DR MENSAH',NULL,'','20131106-3802',NULL),(10780,2966,1,534,'2013-11-06 21:20:55',0,0,'','2013110695','2013-11-06','2013-11-06','20131106-95','13:20',1,'DR MENSAH',NULL,'','20131106-3802',NULL),(10783,2966,19,534,'2013-11-06 21:20:55',1,0,'','2013110695','2013-11-06','2013-11-06','20131106-95','13:20',1,'DR MENSAH',NULL,'','20131106-3802',NULL),(10784,2967,3,534,'2013-11-06 21:27:08',0,0,'','2013110696','2013-11-06','2013-11-06','20131106-96','13:25',1,'DR MENSAH',NULL,'','20131106-3803',NULL),(10786,2967,1,534,'2013-11-06 21:27:08',1,0,'','2013110696','2013-11-06','2013-11-06','20131106-96','13:26',1,'DR MENSAH',NULL,'','20131106-3803',NULL),(10787,2968,3,558,'2013-11-06 21:34:44',1,0,'','2013110697 ','2013-11-06','2013-11-06','20131106-97','13:33',1,'DR ARMAH',NULL,'','20131106-3804',NULL),(10789,2968,4,558,'2013-11-06 21:34:44',1,0,'','2013110697 ','2013-11-06','2013-11-06','20131106-97','13:34',1,'DR ARMAH',NULL,'','20131106-3804',NULL),(10790,2969,4,558,'2013-11-06 21:37:40',1,0,'','2013110698','2013-11-06','2013-11-06','20131106-98','13:37',1,'DR OWHANDOH',NULL,'','20131106-3805',NULL),(10791,2970,3,534,'2013-11-06 21:44:27',0,0,'','2013110699 ','2013-11-06','2013-11-06','20131106-99','13:43',1,'DR DANIELS',NULL,'','20131106-3806',NULL),(10793,2970,4,534,'2013-11-06 21:44:27',0,0,'','2013110699 ','2013-11-06','2013-11-06','20131106-99','13:43',1,'DR DANIELS',NULL,'','20131106-3806',NULL),(10794,2971,3,558,'2013-11-06 21:55:41',0,0,'','20131106100','2013-11-06','2013-11-06','20131106-100','13:51',1,'DR MENSAH',NULL,'','20131106-3807',NULL),(10796,2971,4,558,'2013-11-06 21:55:41',1,0,'','20131106100','2013-11-06','2013-11-06','20131106-100','13:55',1,'DR MENSAH',NULL,'','20131106-3807',NULL),(10797,2972,3,558,'2013-11-06 22:02:44',0,0,'','20131106101','2013-11-06','2013-11-06','20131106-101','14:01',1,'DR OWHANDOH',NULL,'','20131106-3808',NULL),(10799,2972,4,558,'2013-11-06 22:02:44',1,0,'','20131106101','2013-11-06','2013-11-06','20131106-101','14:02',1,'DR OWHANDOH',NULL,'','20131106-3808',NULL),(10802,2972,10,558,'2013-11-06 22:02:45',1,0,'','20131106101','2013-11-06','2013-11-06','20131106-101','14:02',1,'DR OWHANDOH',NULL,'','20131106-3808',NULL),(10803,2963,1,558,'2013-11-06 22:10:52',1,0,'','2013110692','2013-11-06','2013-11-06','20131106-102','14:09',1,'DR DANIELS',NULL,'','20131106-3809',NULL),(10805,2963,5,558,'2013-11-06 22:10:53',0,0,'','2013110692','2013-11-06','2013-11-06','20131106-102','14:10',1,'DR DANIELS',NULL,'','20131106-3809',NULL),(10806,2973,4,558,'2013-11-06 22:24:13',1,0,'','20131106103','2013-11-06','2013-11-06','20131106-103','14:22',1,'PROF E D YEBOAH',NULL,'','20131106-3810',NULL),(10807,2973,1,558,'2013-11-06 22:30:19',0,0,'','20131106103','2013-11-06','2013-11-06','20131106-105','14:26',1,'PROF E D YEBOAH',NULL,'','20131106-3812',NULL),(10809,2973,3,558,'2013-11-06 22:30:19',1,0,'','20131106103','2013-11-06','2013-11-06','20131106-105','14:29',1,'PROF E D YEBOAH',NULL,'','20131106-3812',NULL),(10810,2974,3,558,'2013-11-06 22:51:15',0,0,'','20131106106','2013-11-06','2013-11-06','20131106-106','14:49',1,'',NULL,'','20131106-3813',NULL),(10812,2974,4,558,'2013-11-06 22:51:15',1,0,'','20131106106','2013-11-06','2013-11-06','20131106-106','14:50',1,'',NULL,'','20131106-3813',NULL),(10815,2974,5,558,'2013-11-06 22:51:15',1,0,'','20131106106','2013-11-06','2013-11-06','20131106-106','14:50',1,'',NULL,'','20131106-3813',NULL),(10816,2975,3,558,'2013-11-06 22:53:12',0,0,'','20131106107','2013-11-06','2013-11-06','20131106-107','14:52',1,'DR ASUMANU',NULL,'','20131106-3814',NULL),(10817,2932,4,558,'2013-11-06 23:01:54',1,0,'','2013110653 ','2013-11-06','2013-11-06','20131106-108','15:01',1,'',NULL,'','20131106-3815',NULL),(10818,2976,3,558,'2013-11-06 23:09:16',0,0,'','20131106109','2013-11-06','2013-11-06','20131106-109','15:07',1,'DR OFORI ANTI',NULL,'','20131106-3816',NULL),(10820,2976,5,558,'2013-11-06 23:09:16',1,0,'','20131106109','2013-11-06','2013-11-06','20131106-109','15:08',1,'DR OFORI ANTI',NULL,'','20131106-3816',NULL),(10823,2976,1,558,'2013-11-06 23:09:16',1,0,'','20131106109','2013-11-06','2013-11-06','20131106-109','15:09',1,'DR OFORI ANTI',NULL,'','20131106-3816',NULL),(10824,2696,3,558,'2013-11-06 23:24:37',0,0,'','20131106110','2013-11-06','2013-11-06','20131106-110','15:23',1,'DR ADOTEY',NULL,'','20131106-3817',NULL),(10825,2977,3,558,'2013-11-06 23:39:21',0,0,'','20131106111','2013-11-06','2013-11-06','20131106-111','15:36',1,'DR ARMAH',NULL,'','20131106-3818',NULL),(10827,2977,4,558,'2013-11-06 23:39:21',1,0,'','20131106111','2013-11-06','2013-11-06','20131106-111','15:38',1,'DR ARMAH',NULL,'','20131106-3818',NULL),(10830,2977,1,558,'2013-11-06 23:39:21',1,0,'','20131106111','2013-11-06','2013-11-06','20131106-111','15:38',1,'DR ARMAH',NULL,'','20131106-3818',NULL),(10831,1295,4,558,'2013-11-06 23:44:27',1,0,'','20131106112 ','2013-11-06','2013-11-06','20131106-112','15:43',1,'DR OFORI ANTI',NULL,'','20131106-3819',NULL),(10832,2978,3,558,'2013-11-06 23:52:42',0,0,'','20131106113','2013-11-06','2013-11-06','20131106-113','15:49',1,'DR OFORI ANTI',NULL,'','20131106-3820',NULL),(10834,2978,4,558,'2013-11-06 23:52:42',1,0,'','20131106113','2013-11-06','2013-11-06','20131106-113','15:51',1,'DR OFORI ANTI',NULL,'','20131106-3820',NULL),(10837,2978,1,558,'2013-11-06 23:52:42',0,0,'','20131106113','2013-11-06','2013-11-06','20131106-113','15:51',1,'DR OFORI ANTI',NULL,'','20131106-3820',NULL),(10841,2978,5,558,'2013-11-06 23:52:43',1,0,'','20131106113','2013-11-06','2013-11-06','20131106-113','15:52',1,'DR OFORI ANTI',NULL,'','20131106-3820',NULL),(10842,2979,3,558,'2013-11-06 23:58:28',0,0,'','20131106114','2013-11-06','2013-11-06','20131106-114','15:56',1,'DR OFORI ANTI',NULL,'','20131106-3821',NULL),(10844,2979,5,558,'2013-11-06 23:58:28',1,0,'','20131106114','2013-11-06','2013-11-06','20131106-114','15:58',1,'DR OFORI ANTI',NULL,'','20131106-3821',NULL),(10845,2980,28,555,'2013-11-07 00:20:27',0,0,'','20131106117','2013-11-06','2013-11-06','20131106-117','16:18',1,'DR ARMAH',NULL,'','20131106-3824',NULL),(10846,2981,3,558,'2013-11-07 00:39:43',0,0,'','20131106118','2013-11-06','2013-11-06','20131106-118','16:38',1,'DR OFORI ANTI',NULL,'','20131106-3825',NULL),(10847,2982,3,558,'2013-11-07 00:42:47',0,0,'','20131106119 ','2013-11-06','2013-11-06','20131106-119','16:41',1,'DR OFORI ANTI',NULL,'','20131106-3826',NULL),(10848,2983,3,558,'2013-11-07 00:54:48',0,0,'','20131106120','2013-11-06','2013-11-06','20131106-120','16:53',1,'',NULL,'','20131106-3827',NULL),(10850,2983,4,558,'2013-11-07 00:54:48',1,0,'','20131106120','2013-11-06','2013-11-06','20131106-120','16:54',1,'',NULL,'','20131106-3827',NULL),(10851,1017,3,558,'2013-11-07 01:01:47',0,0,'','20131106121','2013-11-06','2013-11-06','20131106-121','17:00',1,'DR DOW',NULL,'','20131106-3828',NULL),(10852,2984,3,558,'2013-11-07 01:07:05',0,0,'','20131106122','2013-11-06','2013-11-06','20131106-122','17:05',1,'DR OFORI ANTI',NULL,'','20131106-3829',NULL),(10854,2984,5,558,'2013-11-07 01:07:05',1,0,'','20131106122','2013-11-06','2013-11-06','20131106-122','17:06',1,'DR OFORI ANTI',NULL,'','20131106-3829',NULL),(10855,2841,4,558,'2013-11-07 01:31:40',1,0,'','20131106123','2013-11-06','2013-11-06','20131106-123','17:30',1,'DR OFORI ANTI',NULL,'','20131106-3830',NULL),(10856,2985,3,558,'2013-11-07 01:47:01',0,0,'','20131106124','2013-11-06','2013-11-06','20131106-124','17:46',1,'DR OFORI ANTI',NULL,'','20131106-3831',NULL),(10857,437,3,558,'2013-11-07 01:50:42',0,0,'','20131106125','2013-11-06','2013-11-06','20131106-125','17:49',1,'',NULL,'','20131106-3832',NULL),(10859,437,4,558,'2013-11-07 01:50:42',1,0,'','20131106125','2013-11-06','2013-11-06','20131106-125','17:50',1,'',NULL,'','20131106-3832',NULL),(10862,437,1,558,'2013-11-07 01:50:42',1,0,'','20131106125','2013-11-06','2013-11-06','20131106-125','17:50',1,'',NULL,'','20131106-3832',NULL),(10866,437,5,558,'2013-11-07 01:50:43',0,0,'','20131106125','2013-11-06','2013-11-06','20131106-125','17:50',1,'',NULL,'','20131106-3832',NULL),(10867,148,5,555,'2013-11-07 02:12:17',1,0,'',' 2013101960','2013-11-06','2013-11-06','20131106-126','18:11',1,'',NULL,'','20131106-3833',NULL),(10868,2986,3,558,'2013-11-07 02:25:40',1,0,'','20131106127','2013-11-06','2013-11-06','20131106-127','18:24',1,'',NULL,'','20131106-3834',NULL),(10869,1155,3,530,'2013-11-07 02:58:03',1,0,'','20131106128','2013-11-06','2013-11-06','20131106-128','18:57',1,'DR OFORI ANTI',NULL,'','20131106-3835',NULL),(10871,1155,1,530,'2013-11-07 02:58:03',1,0,'','20131106128','2013-11-06','2013-11-06','20131106-128','18:57',1,'DR OFORI ANTI',NULL,'','20131106-3835',NULL),(10872,2987,3,530,'2013-11-07 03:17:29',1,0,'','20131106129','2013-11-06','2013-11-06','20131106-129','19:13',1,'DR DOW',NULL,'','20131106-3836',NULL),(10874,2987,1,530,'2013-11-07 03:17:30',0,0,'','20131106129','2013-11-06','2013-11-06','20131106-129','19:15',1,'DR DOW',NULL,'','20131106-3836',NULL),(10875,2985,3,530,'2013-11-07 03:51:50',0,0,'','20131106130','2013-11-06','2013-11-06','20131106-130','19:50',1,'DR SALLAR',NULL,'','20131106-3837',NULL),(10877,2985,4,530,'2013-11-07 03:51:50',1,0,'','20131106130','2013-11-06','2013-11-06','20131106-130','19:51',1,'DR SALLAR',NULL,'','20131106-3837',NULL),(10878,2988,3,530,'2013-11-07 03:55:37',1,0,'','20131106131','2013-11-06','2013-11-06','20131106-131','19:54',1,'DR SALLAR',NULL,'','20131106-3838',NULL),(10880,2988,4,530,'2013-11-07 03:55:37',1,0,'','20131106131','2013-11-06','2013-11-06','20131106-131','19:55',1,'DR SALLAR',NULL,'','20131106-3838',NULL),(10883,2988,1,530,'2013-11-07 03:55:38',1,0,'','20131106131','2013-11-06','2013-11-06','20131106-131','19:55',1,'DR SALLAR',NULL,'','20131106-3838',NULL),(10884,2989,3,530,'2013-11-07 04:24:24',1,0,'','20131106132 ','2013-11-06','2013-11-06','20131106-132','20:23',1,'DR HAMMOND',NULL,'','20131106-3839',NULL),(10885,2990,3,530,'2013-11-07 04:39:46',1,0,'','20131106133','2013-11-06','2013-11-06','20131106-133','20:37',1,'DR HAMMOND',NULL,'','20131106-3840',NULL),(10887,2990,4,530,'2013-11-07 04:39:46',1,0,'','20131106133','2013-11-06','2013-11-06','20131106-133','20:39',1,'DR HAMMOND',NULL,'','20131106-3840',NULL),(10890,2990,1,530,'2013-11-07 04:39:47',0,0,'','20131106133','2013-11-06','2013-11-06','20131106-133','20:39',1,'DR HAMMOND',NULL,'','20131106-3840',NULL),(10891,2991,3,530,'2013-11-07 04:42:50',1,0,'','20131106134','2013-11-06','2013-11-06','20131106-134','20:41',1,'DR SALLAR',NULL,'','20131106-3841',NULL),(10892,2992,4,530,'2013-11-07 04:57:56',1,0,'','20131106136 ','2013-11-06','2013-11-06','20131106-136','20:57',1,'DR HAMMOND',NULL,'','20131106-3843',NULL),(10893,2714,3,530,'2013-11-07 06:31:14',1,0,'','20131106138','2013-11-06','2013-11-06','20131106-138','22:29',1,'DR HAMMOND',NULL,'','20131106-3845',NULL),(10895,2714,4,530,'2013-11-07 06:31:14',1,0,'','20131106138','2013-11-06','2013-11-06','20131106-138','22:30',1,'DR HAMMOND',NULL,'','20131106-3845',NULL),(10898,2714,1,530,'2013-11-07 06:31:15',0,0,'','20131106138','2013-11-06','2013-11-06','20131106-138','22:30',1,'DR HAMMOND',NULL,'','20131106-3845',NULL),(10899,2993,1,530,'2013-11-07 06:51:45',0,0,'','20131106139','2013-11-06','2013-11-06','20131106-139','22:50',1,'DR SALLAR',NULL,'','20131106-3846',NULL),(10901,2993,3,530,'2013-11-07 06:51:46',0,0,'','20131106139','2013-11-06','2013-11-06','20131106-139','22:51',1,'DR SALLAR',NULL,'','20131106-3846',NULL),(10904,2993,4,530,'2013-11-07 06:51:46',1,0,'','20131106139','2013-11-06','2013-11-06','20131106-139','22:51',1,'DR SALLAR',NULL,'','20131106-3846',NULL),(10905,2994,3,530,'2013-11-07 07:41:24',1,0,'','20131106140','2013-11-06','2013-11-06','20131106-140','23:40',1,'DR SALLAR',NULL,'','20131106-3847',NULL),(10906,2995,3,530,'2013-11-07 07:43:31',1,0,'','20131106141','2013-11-06','2013-11-06','20131106-141','23:42',1,'DR SALLAR',NULL,'','20131106-3848',NULL),(10907,2997,3,530,'2013-11-07 14:01:28',1,0,'','201311072 ','2013-11-07','2013-11-07','20131107-2','06:00',1,'DR HAMMOND',NULL,'','20131107-3850',NULL),(10909,2997,1,530,'2013-11-07 14:01:29',1,0,'','201311072 ','2013-11-07','2013-11-07','20131107-2','06:01',1,'DR HAMMOND',NULL,'','20131107-3850',NULL),(10910,2620,1,530,'2013-11-07 15:16:56',0,0,'','201311073','2013-11-07','2013-11-07','20131107-3','07:15',1,'DR VORTIA',NULL,'','20131107-3851',NULL),(10912,2620,2,530,'2013-11-07 15:16:56',0,0,'','201311073','2013-11-07','2013-11-07','20131107-3','07:16',1,'DR VORTIA',NULL,'','20131107-3851',NULL),(10913,2905,1,531,'2013-11-07 15:39:28',1,0,'','2013110614','2013-11-07','2013-11-07','20131107-4','07:38',1,'',NULL,'','20131107-3852',NULL),(10914,2998,3,531,'2013-11-07 15:59:00',0,0,'','201311075','2013-11-07','2013-11-07','20131107-5','07:57',1,'DR SALLAR',NULL,'','20131107-3853',NULL),(10916,2998,1,531,'2013-11-07 15:59:01',1,0,'','201311075','2013-11-07','2013-11-07','20131107-5','07:58',1,'DR SALLAR',NULL,'','20131107-3853',NULL),(10919,2998,4,531,'2013-11-07 15:59:01',1,0,'','201311075','2013-11-07','2013-11-07','20131107-5','07:58',1,'DR SALLAR',NULL,'','20131107-3853',NULL),(10920,2456,1,531,'2013-11-07 16:09:26',0,0,'','201311076','2013-11-07','2013-11-07','20131107-6','08:07',1,'DR AKPALU',NULL,'','20131107-3854',NULL),(10922,2456,3,531,'2013-11-07 16:09:26',0,0,'','201311076','2013-11-07','2013-11-07','20131107-6','08:09',1,'DR AKPALU',NULL,'','20131107-3854',NULL),(10923,2971,3,537,'2013-11-07 16:31:11',1,0,'','20131106100','2013-11-07','2013-11-07','20131107-7','08:30',1,'',NULL,'','20131107-3855',NULL),(10924,2978,3,531,'2013-11-07 16:32:53',1,0,'','20131106113','2013-11-07','2013-11-07','20131107-8','08:32',1,'',NULL,'','20131107-3856',NULL),(10925,2931,1,537,'2013-11-07 16:39:20',1,0,'','2013110651','2013-11-07','2013-11-07','20131107-9','08:38',1,'',NULL,'','20131107-3857',NULL),(10926,1805,3,531,'2013-11-07 16:40:35',1,0,'','2013110710','2013-11-07','2013-11-07','20131107-10','08:39',1,'DR DOW',NULL,'','20131107-3858',NULL),(10927,2999,1,531,'2013-11-07 16:59:53',0,0,'','2013110711 ','2013-11-07','2013-11-07','20131107-11','08:57',1,'',NULL,'','20131107-3859',NULL),(10928,3000,3,531,'2013-11-07 17:02:10',0,0,'','2013110712 ','2013-11-07','2013-11-07','20131107-12','09:00',1,'DR VORTIA',NULL,'','20131107-3860',NULL),(10930,3000,1,531,'2013-11-07 17:02:10',1,0,'','2013110712 ','2013-11-07','2013-11-07','20131107-12','09:01',1,'DR VORTIA',NULL,'','20131107-3860',NULL),(10933,3000,4,531,'2013-11-07 17:02:10',1,0,'','2013110712 ','2013-11-07','2013-11-07','20131107-12','09:01',1,'DR VORTIA',NULL,'','20131107-3860',NULL),(10934,3002,3,531,'2013-11-07 17:07:07',0,0,'','2013110714','2013-11-07','2013-11-07','20131107-14','09:05',1,'DR ',NULL,'','20131107-3862',NULL),(10936,3002,1,531,'2013-11-07 17:07:07',1,0,'','2013110714','2013-11-07','2013-11-07','20131107-14','09:06',1,'DR ',NULL,'','20131107-3862',NULL),(10939,3002,4,531,'2013-11-07 17:07:08',1,0,'','2013110714','2013-11-07','2013-11-07','20131107-14','09:06',1,'DR ',NULL,'','20131107-3862',NULL),(10940,368,3,531,'2013-11-07 17:10:20',1,0,'','2013110715','2013-11-07','2013-11-07','20131107-15','09:07',1,'DR DOW',NULL,'','20131107-3863',NULL),(10941,3003,3,531,'2013-11-07 17:11:44',0,0,'','2013110716','2013-11-07','2013-11-07','20131107-16','09:10',1,'DR MENSAH',NULL,'','20131107-3864',NULL),(10942,2161,1,531,'2013-11-07 17:15:05',1,0,'','2013110717','2013-11-07','2013-11-07','20131107-17','09:12',1,'DR MENSAH',NULL,'','20131107-3865',NULL),(10944,2161,5,531,'2013-11-07 17:15:05',1,0,'','2013110717','2013-11-07','2013-11-07','20131107-17','09:14',1,'DR MENSAH',NULL,'','20131107-3865',NULL),(10945,630,1,531,'2013-11-07 17:19:33',0,0,'','2013110718 ','2013-11-07','2013-11-07','20131107-18','09:16',1,'DR SALLAR',NULL,'','20131107-3866',NULL),(10947,630,4,531,'2013-11-07 17:19:34',0,0,'','2013110718 ','2013-11-07','2013-11-07','20131107-18','09:18',1,'DR SALLAR',NULL,'','20131107-3866',NULL),(10948,1318,4,531,'2013-11-07 17:22:09',1,0,'','2013110719','2013-11-07','2013-11-07','20131107-19','09:21',1,'DR OFORI ANTI',NULL,'','20131107-3867',NULL),(10949,1061,3,531,'2013-11-07 17:27:58',0,0,'','2013110720 ','2013-11-07','2013-11-07','20131107-20','09:27',1,'DR DOW',NULL,'','20131107-3868',NULL),(10950,3004,4,531,'2013-11-07 17:46:34',1,0,'','2013110721','2013-11-07','2013-11-07','20131107-21','09:45',1,'DR OFORI ANTI',NULL,'','20131107-3869',NULL),(10952,3004,5,531,'2013-11-07 17:46:35',1,0,'','2013110721','2013-11-07','2013-11-07','20131107-21','09:46',1,'DR OFORI ANTI',NULL,'','20131107-3869',NULL),(10953,3005,4,531,'2013-11-07 17:48:02',1,0,'','2013110722','2013-11-07','2013-11-07','20131107-22','09:47',1,'DR OFORI ANTI',NULL,'','20131107-3870',NULL),(10954,3006,1,531,'2013-11-07 17:49:46',0,0,'','2013110723 ','2013-11-07','2013-11-07','20131107-23','09:48',1,'DR OFORI ANTI',NULL,'','20131107-3871',NULL),(10956,3006,4,531,'2013-11-07 17:49:46',1,0,'','2013110723 ','2013-11-07','2013-11-07','20131107-23','09:49',1,'DR OFORI ANTI',NULL,'','20131107-3871',NULL),(10957,3007,1,531,'2013-11-07 17:53:23',0,0,'','2013110724','2013-11-07','2013-11-07','20131107-24','09:52',1,'DR OFORI ANTI',NULL,'','20131107-3872',NULL),(10959,3007,4,531,'2013-11-07 17:53:24',1,0,'','2013110724','2013-11-07','2013-11-07','20131107-24','09:53',1,'DR OFORI ANTI',NULL,'','20131107-3872',NULL),(10960,3008,4,531,'2013-11-07 17:54:32',1,0,'','2013110725','2013-11-07','2013-11-07','20131107-25','09:53',1,'DR OFORI ANTI',NULL,'','20131107-3873',NULL),(10961,3009,3,531,'2013-11-07 17:57:11',0,0,'','2013110726','2013-11-07','2013-11-07','20131107-26','09:56',1,'DR MENSAH',NULL,'','20131107-3874',NULL),(10962,2731,3,531,'2013-11-07 18:00:40',0,0,'','2013110727 ','2013-11-07','2013-11-07','20131107-27','09:58',1,'DR DANIELS',NULL,'','20131107-3875',NULL),(10964,2731,4,531,'2013-11-07 18:00:40',0,0,'','2013110727 ','2013-11-07','2013-11-07','20131107-27','10:00',1,'DR DANIELS',NULL,'','20131107-3875',NULL),(10965,3010,3,531,'2013-11-07 18:05:15',0,0,'','2013110728','2013-11-07','2013-11-07','20131107-28','10:01',1,'DR MENSAH',NULL,'','20131107-3876',NULL),(10967,3010,19,531,'2013-11-07 18:05:16',1,0,'','2013110728','2013-11-07','2013-11-07','20131107-28','10:05',1,'DR MENSAH',NULL,'','20131107-3876',NULL),(10968,3011,3,531,'2013-11-07 18:12:25',0,0,'','2013110729 ','2013-11-07','2013-11-07','20131107-29','10:11',1,'DR TAKYI',NULL,'','20131107-3877',NULL),(10969,3012,3,531,'2013-11-07 18:18:41',0,0,'','2013110730','2013-11-07','2013-11-07','20131107-30','10:17',1,'DR DOW',NULL,'','20131107-3878',NULL),(10971,3012,1,531,'2013-11-07 18:18:41',1,0,'','2013110730','2013-11-07','2013-11-07','20131107-30','10:18',1,'DR DOW',NULL,'','20131107-3878',NULL),(10972,1618,3,531,'2013-11-07 18:33:05',1,0,'','2013110731','2013-11-07','2013-11-07','20131107-31','10:31',1,'DR FUMMY',NULL,'','20131107-3879',NULL),(10974,1618,1,531,'2013-11-07 18:33:06',0,0,'','2013110731SER','2013-11-07','2013-11-07','20131107-31','10:32',1,'DR FUMMY',NULL,'','20131107-3879',NULL),(10975,2322,3,531,'2013-11-07 18:37:34',0,0,'','2013110732 ','2013-11-07','2013-11-07','20131107-32','10:36',1,'DR DANIELS',NULL,'','20131107-3880',NULL),(10976,3014,4,534,'2013-11-07 18:42:09',1,0,'','2013110735','2013-11-07','2013-11-07','20131107-35','10:40',1,'DR ADOTEY',NULL,'','20131107-3883',NULL),(10977,3016,28,534,'2013-11-07 18:44:43',0,0,'',' 2013110736 ','2013-11-07','2013-11-07','20131107-36','10:43',1,'DR DOW',NULL,'','20131107-3884',NULL),(10978,3015,3,531,'2013-11-07 18:45:24',0,0,'','2013110734','2013-11-07','2013-11-07','20131107-34','10:40',1,'DR OFORI ANTI',NULL,'','20131107-3882',NULL),(10980,3015,1,531,'2013-11-07 18:45:24',1,0,'','2013110734','2013-11-07','2013-11-07','20131107-34','10:44',1,'DR OFORI ANTI',NULL,'','20131107-3882',NULL),(10983,3015,4,531,'2013-11-07 18:45:25',1,0,'','2013110734URI','2013-11-07','2013-11-07','20131107-34','10:45',1,'DR OFORI ANTI',NULL,'','20131107-3882',NULL),(10984,3017,3,534,'2013-11-07 18:46:15',0,0,'','2013110737','2013-11-07','2013-11-07','20131107-37','10:45',1,'DR OFORIANTI',NULL,'','20131107-3885',NULL),(10985,433,1,541,'2013-11-07 18:48:40',1,0,'','2013110711','2013-11-07','2013-11-07','20131107-38','10:47',1,'',NULL,'','20131107-3886',NULL),(10986,3018,3,534,'2013-11-07 18:50:20',0,0,'','2013110739 ','2013-11-07','2013-11-07','20131107-39','10:49',1,'DR ADOTEY',NULL,'','20131107-3887',NULL),(10987,924,3,534,'2013-11-07 18:52:29',0,0,'','2013110740','2013-11-07','2013-11-07','20131107-40','10:51',1,'DR OFORI',NULL,'','20131107-3888',NULL),(10989,924,4,534,'2013-11-07 18:52:29',1,0,'','2013110740','2013-11-07','2013-11-07','20131107-40','10:51',1,'DR OFORI',NULL,'','20131107-3888',NULL),(10990,2050,3,531,'2013-11-07 18:53:56',0,0,'','2013110742','2013-11-07','2013-11-07','20131107-42','10:53',1,'DR MENSAH',NULL,'','20131107-3890',NULL),(10992,2050,1,531,'2013-11-07 18:53:56',1,0,'','2013110742','2013-11-07','2013-11-07','20131107-42','10:53',1,'DR MENSAH',NULL,'','20131107-3890',NULL),(10993,3019,3,534,'2013-11-07 18:54:28',0,0,'','2013110741','2013-11-07','2013-11-07','20131107-41','10:53',1,'DR OFORI ANTI',NULL,'','20131107-3889',NULL),(10995,3019,5,534,'2013-11-07 18:54:28',0,0,'','2013110741','2013-11-07','2013-11-07','20131107-41','10:53',1,'DR OFORI ANTI',NULL,'','20131107-3889',NULL),(10998,3019,1,534,'2013-11-07 18:54:28',1,0,'','2013110741','2013-11-07','2013-11-07','20131107-41','10:54',1,'DR OFORI ANTI',NULL,'','20131107-3889',NULL),(10999,3020,1,541,'2013-11-07 18:57:33',1,0,'','2013110711','2013-11-07','2013-11-07','20131107-43','10:56',1,'',NULL,'','20131107-3891',NULL),(11000,3021,3,534,'2013-11-07 18:58:15',0,0,'','2013110745','2013-11-07','2013-11-07','20131107-45','10:56',1,'DR MENSAH',NULL,'','20131107-3893',NULL),(11002,3021,4,534,'2013-11-07 18:58:15',1,0,'','2013110745','2013-11-07','2013-11-07','20131107-45','10:57',1,'DR MENSAH',NULL,'','20131107-3893',NULL),(11003,3022,3,531,'2013-11-07 18:59:44',0,0,'','2013110744 ','2013-11-07','2013-11-07','20131107-44','10:57',1,'DR DANIELS',NULL,'','20131107-3892',NULL),(11005,3022,1,531,'2013-11-07 18:59:44',1,0,'','2013110744 ','2013-11-07','2013-11-07','20131107-44','10:58',1,'DR DANIELS',NULL,'','20131107-3892',NULL),(11008,3022,5,531,'2013-11-07 18:59:45',1,0,'','2013110744 ','2013-11-07','2013-11-07','20131107-44','10:58',1,'DR DANIELS',NULL,'','20131107-3892',NULL),(11009,3023,3,534,'2013-11-07 19:00:48',0,0,'','2013110746','2013-11-07','2013-11-07','20131107-46','10:59',1,'DR OFORI ANTI',NULL,'','20131107-3894',NULL),(11011,3023,1,534,'2013-11-07 19:00:48',1,0,'','2013110746','2013-11-07','2013-11-07','20131107-46','11:00',1,'DR OFORI ANTI',NULL,'','20131107-3894',NULL),(11014,3023,5,534,'2013-11-07 19:00:49',1,0,'','2013110746','2013-11-07','2013-11-07','20131107-46','11:00',1,'DR OFORI ANTI',NULL,'','20131107-3894',NULL),(11015,1689,3,531,'2013-11-07 19:02:50',0,0,'','2013110747','2013-11-07','2013-11-07','20131107-47','11:01',1,'DR TAKYI',NULL,'','20131107-3895',NULL),(11016,3024,3,534,'2013-11-07 19:05:51',0,0,'',' 2013110748','2013-11-07','2013-11-07','20131107-48','11:05',1,'DR DOW',NULL,'','20131107-3896',NULL),(11017,3025,3,534,'2013-11-07 19:12:50',1,0,'','2013110749 ','2013-11-07','2013-11-07','20131107-49','11:07',1,'',NULL,'','20131107-3897',NULL),(11018,3026,3,534,'2013-11-07 19:14:59',0,0,'','2013110750','2013-11-07','2013-11-07','20131107-50','11:14',1,'DR OFORI ANTI',NULL,'','20131107-3898',NULL),(11020,3026,5,534,'2013-11-07 19:14:59',1,0,'','2013110750','2013-11-07','2013-11-07','20131107-50','11:14',1,'DR OFORI ANTI',NULL,'','20131107-3898',NULL),(11021,1445,4,531,'2013-11-07 19:22:03',1,0,'','2013110751','2013-11-07','2013-11-07','20131107-51','11:20',1,'DR DOW',NULL,'','20131107-3899',NULL),(11022,1255,4,534,'2013-11-07 19:24:28',1,0,'','2013110480','2013-11-07','2013-11-07','20131107-52','11:23',1,'',NULL,'','20131107-3900',NULL),(11023,3027,5,531,'2013-11-07 19:34:18',1,0,'','2013110753','2013-11-07','2013-11-07','20131107-53','11:31',1,'DR FUMMY',NULL,'','20131107-3901',NULL),(11024,3028,5,531,'2013-11-07 19:35:44',1,0,'','2013110754','2013-11-07','2013-11-07','20131107-54','11:34',1,'DR FUMMY',NULL,'','20131107-3902',NULL),(11025,3003,3,541,'2013-11-07 19:37:12',1,0,'','2013110716','2013-11-07','2013-11-07','20131107-55','11:36',1,'',NULL,'','20131107-3903',NULL),(11026,3029,3,531,'2013-11-07 19:52:46',0,0,'','2013110756','2013-11-07','2013-11-07','20131107-56','11:48',1,'DR VORTIA',NULL,'','20131107-3904',NULL),(11028,3029,1,531,'2013-11-07 19:52:46',0,0,'','15200','2013-11-07','2013-11-07','20131107-56','11:52',1,'DR VORTIA',NULL,'','20131107-3904',NULL),(11029,3003,3,541,'2013-11-07 19:55:55',0,0,'','2013110716','2013-11-07','2013-11-07','20131107-59','11:55',1,'',NULL,'','20131107-3907',NULL),(11030,3030,3,531,'2013-11-07 19:56:05',0,0,'','2013110758 ','2013-11-07','2013-11-07','20131107-58','11:54',1,'DR DANIELS',NULL,'','20131107-3906',NULL),(11032,3030,1,531,'2013-11-07 19:56:05',1,0,'','2013110758 ','2013-11-07','2013-11-07','20131107-58','11:55',1,'DR DANIELS',NULL,'','20131107-3906',NULL),(11035,3030,4,531,'2013-11-07 19:56:06',1,0,'','2013110758 ','2013-11-07','2013-11-07','20131107-58','11:55',1,'DR DANIELS',NULL,'','20131107-3906',NULL),(11036,3031,1,531,'2013-11-07 19:59:31',0,0,'','2013110760','2013-11-07','2013-11-07','20131107-60','11:57',1,'DR MENSAH',NULL,'','20131107-3908',NULL),(11038,3031,2,531,'2013-11-07 19:59:31',1,0,'','2013110760','2013-11-07','2013-11-07','20131107-60','11:59',1,'DR MENSAH',NULL,'','20131107-3908',NULL),(11039,2998,4,534,'2013-11-07 20:04:21',1,0,'','2013110761 ','2013-11-07','2013-11-07','20131107-61','12:02',1,'DR VORTIA',NULL,'','20131107-3909',NULL),(11040,3032,3,534,'2013-11-07 20:07:36',0,0,'',' 2013110762','2013-11-07','2013-11-07','20131107-62','12:06',1,'DR DANIELS',NULL,'','20131107-3910',NULL),(11041,2718,1,534,'2013-11-07 20:10:39',0,0,'','2013110763','2013-11-07','2013-11-07','20131107-63','12:09',1,'DR FUMMY',NULL,'','20131107-3911',NULL),(11042,3033,10,534,'2013-11-07 20:14:28',0,0,'',' 2013110764','2013-11-07','2013-11-07','20131107-64','12:13',1,'DR MENSAH',NULL,'','20131107-3912',NULL),(11043,3034,3,531,'2013-11-07 20:15:04',0,0,'','2013110765','2013-11-07','2013-11-07','20131107-65','12:13',1,'DR DANIELS',NULL,'','20131107-3913',NULL),(11045,3034,4,531,'2013-11-07 20:15:04',1,0,'','2013110765','2013-11-07','2013-11-07','20131107-65','12:14',1,'DR DANIELS',NULL,'','20131107-3913',NULL),(11046,3035,3,531,'2013-11-07 20:20:09',1,0,'','2013110766','2013-11-07','2013-11-07','20131107-66','12:18',1,'DR FUMMY',NULL,'','20131107-3914',NULL),(11047,3036,3,534,'2013-11-07 20:23:05',1,0,'','2013110767','2013-11-07','2013-11-07','20131107-67','12:21',1,'DR FUMMY',NULL,'','20131107-3915',NULL),(11048,3037,28,531,'2013-11-07 20:24:53',0,0,'','2013110768 ','2013-11-07','2013-11-07','20131107-68','12:23',1,'DR AMOAH',NULL,'','20131107-3916',NULL),(11049,3038,10,534,'2013-11-07 20:25:18',1,0,'','2013110769','2013-11-07','2013-11-07','20131107-69','12:23',1,'DR DOW',NULL,'','20131107-3917',NULL),(11051,3038,3,534,'2013-11-07 20:25:18',0,0,'','2013110769','2013-11-07','2013-11-07','20131107-69','12:24',1,'DR DOW',NULL,'','20131107-3917',NULL),(11054,3038,2,534,'2013-11-07 20:25:19',0,0,'','2013110769','2013-11-07','2013-11-07','20131107-69','12:24',1,'DR DOW',NULL,'','20131107-3917',NULL),(11055,2408,20,534,'2013-11-07 20:27:40',1,0,'',' 2013110770','2013-11-07','2013-11-07','20131107-70','12:26',1,'DR ADOTEY',NULL,'','20131107-3918',NULL),(11056,3039,20,534,'2013-11-07 20:29:55',1,0,'','2013110771','2013-11-07','2013-11-07','20131107-71','12:28',1,'DR ADOTEY',NULL,'','20131107-3919',NULL),(11057,3040,3,531,'2013-11-07 20:33:00',0,0,'','2013110772','2013-11-07','2013-11-07','20131107-72','12:31',1,'DR DANIELS',NULL,'','20131107-3920',NULL),(11059,3040,1,531,'2013-11-07 20:33:00',1,0,'','2013110772','2013-11-07','2013-11-07','20131107-72','12:32',1,'DR DANIELS',NULL,'','20131107-3920',NULL),(11060,3013,4,550,'2013-11-07 20:36:08',0,0,'','','2013-11-07','2013-11-07','20131107-73','12:34',1,'',NULL,'','20131107-3921',NULL),(11061,966,1,534,'2013-11-07 20:37:53',0,0,'','2013110774 ','2013-11-07','2013-11-07','20131107-74','12:36',1,'DR MENSAH',NULL,'','20131107-3922',NULL),(11063,966,4,534,'2013-11-07 20:37:53',1,0,'','2013110774 ','2013-11-07','2013-11-07','20131107-74','12:37',1,'DR MENSAH',NULL,'','20131107-3922',NULL),(11064,3041,1,534,'2013-11-07 20:44:11',0,0,'','2013110775','2013-11-07','2013-11-07','20131107-75','12:43',1,'DR DANIELS',NULL,'','20131107-3923',NULL),(11065,2459,21,534,'2013-11-07 20:47:05',1,0,'',' 2013110776','2013-11-07','2013-11-07','20131107-76','12:44',1,'DR OFORI ANTI',NULL,'','20131107-3924',NULL),(11066,3042,3,534,'2013-11-07 20:49:38',0,0,'','2013110777','2013-11-07','2013-11-07','20131107-77','12:48',1,'DR FUMMY',NULL,'','20131107-3925',NULL),(11067,3043,3,534,'2013-11-07 21:00:18',0,0,'','2013110778 ','2013-11-07','2013-11-07','20131107-78','12:59',1,'DR DANIELS',NULL,'','20131107-3926',NULL),(11068,2743,10,534,'2013-11-07 21:03:06',1,0,'','2013110779','2013-11-07','2013-11-07','20131107-79','13:00',1,'DR DOW',NULL,'','20131107-3927',NULL),(11070,2743,28,534,'2013-11-07 21:03:07',0,0,'','2013110779','2013-11-07','2013-11-07','20131107-79','13:02',1,'DR DOW',NULL,'','20131107-3927',NULL),(11071,3044,3,531,'2013-11-07 21:03:53',0,0,'','2013110780','2013-11-07','2013-11-07','20131107-80','13:02',1,'DR OFORIANTI',NULL,'','20131107-3928',NULL),(11072,3045,3,534,'2013-11-07 21:11:31',0,0,'','2013110781','2013-11-07','2013-11-07','20131107-81','13:08',1,'DR OFORI ANTI',NULL,'','20131107-3929',NULL),(11073,2938,3,541,'2013-11-07 21:13:35',1,0,'','2013110661','2013-11-07','2013-11-07','20131107-82','13:12',1,'',NULL,'','20131107-3930',NULL),(11074,3046,3,534,'2013-11-07 21:16:17',0,0,'','2013110783 ','2013-11-07','2013-11-07','20131107-83','13:15',1,'DR MENSAH',NULL,'','20131107-3931',NULL),(11075,3047,3,531,'2013-11-07 21:21:05',0,0,'','2013110784','2013-11-07','2013-11-07','20131107-84','13:18',1,'DR DOW',NULL,'','20131107-3932',NULL),(11076,3048,3,531,'2013-11-07 21:23:36',0,0,'','2013110785','2013-11-07','2013-11-07','20131107-85','13:22',1,'DR FUMMY',NULL,'','20131107-3933',NULL),(11078,3048,1,531,'2013-11-07 21:23:36',1,0,'','2013110785','2013-11-07','2013-11-07','20131107-85','13:23',1,'DR FUMMY',NULL,'','20131107-3933',NULL),(11079,3049,3,531,'2013-11-07 21:26:16',0,0,'','2013110786','2013-11-07','2013-11-07','20131107-86','13:24',1,'DR OFORI ANTI',NULL,'','20131107-3934',NULL),(11081,3049,1,531,'2013-11-07 21:26:16',1,0,'','2013110786','2013-11-07','2013-11-07','20131107-86','13:25',1,'DR OFORI ANTI',NULL,'','20131107-3934',NULL),(11084,3049,5,531,'2013-11-07 21:26:16',0,0,'','2013110786','2013-11-07','2013-11-07','20131107-86','13:25',1,'DR OFORI ANTI',NULL,'','20131107-3934',NULL),(11085,3050,3,531,'2013-11-07 21:34:49',0,0,'','2013110787','2013-11-07','2013-11-07','20131107-87','13:33',1,'DR OFORI ANTI',NULL,'','20131107-3935',NULL),(11086,3051,3,531,'2013-11-07 21:39:30',0,0,'','2013110788','2013-11-07','2013-11-07','20131107-88','13:38',1,'DR VORTIA',NULL,'','20131107-3936',NULL),(11087,3052,3,531,'2013-11-07 21:40:57',0,0,'','2013110789','2013-11-07','2013-11-07','20131107-89','13:40',1,'DR VORTIA',NULL,'','20131107-3937',NULL),(11088,3053,3,531,'2013-11-07 21:43:27',0,0,'','2013110790','2013-11-07','2013-11-07','20131107-90','13:42',1,'DR OFORI ANTI',NULL,'','20131107-3938',NULL),(11089,3054,3,531,'2013-11-07 21:46:05',0,0,'','2013110791','2013-11-07','2013-11-07','20131107-91','13:45',1,'DR SALLAR',NULL,'','20131107-3939',NULL),(11090,3055,3,531,'2013-11-07 22:00:37',0,0,'','2013110792','2013-11-07','2013-11-07','20131107-92','13:59',1,'DR DANIELS',NULL,'','20131107-3940',NULL),(11091,2884,4,534,'2013-11-07 22:07:33',1,0,'','2013110595','2013-11-07','2013-11-07','20131107-93','14:06',1,'',NULL,'','20131107-3941',NULL),(11092,3056,3,531,'2013-11-07 22:16:50',0,0,'','2013110794','2013-11-07','2013-11-07','20131107-94','14:15',1,'DR OFORI ANTI',NULL,'','20131107-3942',NULL),(11094,3056,4,531,'2013-11-07 22:16:51',1,0,'','2013110794','2013-11-07','2013-11-07','20131107-94','14:16',1,'DR OFORI ANTI',NULL,'','20131107-3942',NULL),(11095,1874,4,534,'2013-11-07 22:17:23',1,0,'','2013110434','2013-11-07','2013-11-07','20131107-95','14:16',1,'',NULL,'','20131107-3943',NULL),(11096,3057,5,531,'2013-11-07 22:23:14',1,0,'','2013110796 ','2013-11-07','2013-11-07','20131107-96','14:18',1,'DR FUMMY',NULL,'','20131107-3944',NULL),(11097,3058,3,531,'2013-11-07 22:40:10',0,0,'','2013110797','2013-11-07','2013-11-07','20131107-97','14:38',1,'DR DOW',NULL,'','20131107-3945',NULL),(11099,3058,10,531,'2013-11-07 22:40:11',1,0,'','2013110797','2013-11-07','2013-11-07','20131107-97','14:39',1,'DR DOW',NULL,'','20131107-3945',NULL),(11100,3059,3,531,'2013-11-07 22:48:57',0,0,'','2013110798','2013-11-07','2013-11-07','20131107-98','14:47',1,'DR FUMMY',NULL,'','20131107-3946',NULL),(11101,3060,3,531,'2013-11-07 22:51:49',0,0,'','2013110799','2013-11-07','2013-11-07','20131107-99','14:50',1,'DR VORTIA',NULL,'','20131107-3947',NULL),(11102,2716,1,534,'2013-11-07 23:02:39',0,0,'','20131107101','2013-11-07','2013-11-07','20131107-101','15:01',1,'DR ADOTEY',NULL,'','20131107-3949',NULL),(11104,2716,5,534,'2013-11-07 23:02:40',0,0,'','20131107101','2013-11-07','2013-11-07','20131107-101','15:02',1,'DR ADOTEY',NULL,'','20131107-3949',NULL),(11105,3061,3,531,'2013-11-07 23:02:46',0,0,'','20131107100','2013-11-07','2013-11-07','20131107-100','15:01',1,'DR MENSAH',NULL,'','20131107-3948',NULL),(11107,3061,5,531,'2013-11-07 23:02:46',1,0,'','20131107100','2013-11-07','2013-11-07','20131107-100','15:02',1,'DR MENSAH',NULL,'','20131107-3948',NULL),(11108,2540,4,534,'2013-11-07 23:08:54',1,0,'','201311014','2013-11-07','2013-11-07','20131107-102','15:08',1,'',NULL,'','20131107-3950',NULL),(11109,3062,3,531,'2013-11-07 23:10:51',0,0,'','20131107103','2013-11-07','2013-11-07','20131107-103','15:09',1,'DR TAKYI',NULL,'','20131107-3951',NULL),(11111,3062,4,531,'2013-11-07 23:10:51',1,0,'','20131107103','2013-11-07','2013-11-07','20131107-103','15:10',1,'DR TAKYI',NULL,'','20131107-3951',NULL),(11112,3063,3,531,'2013-11-07 23:16:07',0,0,'','20131107104','2013-11-07','2013-11-07','20131107-104','15:14',1,'DR VORTIA',NULL,'','20131107-3952',NULL),(11114,3063,1,531,'2013-11-07 23:16:07',0,0,'','20131107104','2013-11-07','2013-11-07','20131107-104','15:15',1,'DR VORTIA',NULL,'','20131107-3952',NULL),(11117,3063,4,531,'2013-11-07 23:16:08',1,0,'','20131107104','2013-11-07','2013-11-07','20131107-104','15:15',1,'DR VORTIA',NULL,'','20131107-3952',NULL),(11118,3064,3,531,'2013-11-07 23:20:19',0,0,'','20131107105','2013-11-07','2013-11-07','20131107-105','15:19',1,'DR DANIELS',NULL,'','20131107-3953',NULL),(11119,3033,3,534,'2013-11-07 23:29:26',0,0,'','2013110764','2013-11-07','2013-11-07','20131107-106','15:28',1,'',NULL,'','20131107-3954',NULL),(11120,3053,3,552,'2013-11-07 23:50:13',1,0,'','','2013-11-07','2013-11-07','20131107-107','15:49',1,'',NULL,'','20131107-3955',NULL),(11121,3065,3,531,'2013-11-07 23:59:40',0,0,'','20131107108','2013-11-07','2013-11-07','20131107-108','15:58',1,'DR DANIELS',NULL,'','20131107-3956',NULL),(11122,3066,17,531,'2013-11-08 00:14:26',1,0,'','20131107109 ','2013-11-07','2013-11-07','20131107-109','16:09',1,'PROF E D YEBOAH',NULL,'','20131107-3957',NULL),(11123,2459,1,534,'2013-11-08 00:42:43',0,0,'','20131107110','2013-11-07','2013-11-07','20131107-110','16:40',1,'DR MENSAH',NULL,'','20131107-3958',NULL),(11124,3053,19,531,'2013-11-08 00:55:08',0,0,'','2013110790','2013-11-07','2013-11-07','20131107-111','16:54',1,'',NULL,'','20131107-3959',NULL),(11125,3067,3,531,'2013-11-08 00:59:40',0,0,'','20131107112','2013-11-07','2013-11-07','20131107-112','16:58',1,'DR DANIELS',NULL,'','20131107-3960',NULL),(11126,3068,3,531,'2013-11-08 01:09:26',0,0,'','20131107113 ','2013-11-07','2013-11-07','20131107-113','17:07',1,'DR LAMPTEY',NULL,'','20131107-3961',NULL),(11128,3068,1,531,'2013-11-08 01:09:27',0,0,'','20131107113 ','2013-11-07','2013-11-07','20131107-113','17:08',1,'DR LAMPTEY',NULL,'','20131107-3961',NULL),(11131,3068,10,531,'2013-11-08 01:09:27',1,0,'','20131107113 ','2013-11-07','2013-11-07','20131107-113','17:09',1,'DR LAMPTEY',NULL,'','20131107-3961',NULL),(11132,3069,3,531,'2013-11-08 01:29:48',0,0,'','20131107114','2013-11-07','2013-11-07','20131107-114','17:28',1,'DR MENSAH',NULL,'','20131107-3962',NULL),(11133,3070,3,531,'2013-11-08 01:33:09',1,0,'','20131107115 ','2013-11-07','2013-11-07','20131107-115','17:31',1,'DR MENSAH',NULL,'','20131107-3963',NULL),(11135,3070,4,531,'2013-11-08 01:33:09',1,0,'','20131107115 ','2013-11-07','2013-11-07','20131107-115','17:32',1,'DR MENSAH',NULL,'','20131107-3963',NULL),(11136,3071,3,531,'2013-11-08 01:38:06',0,0,'','20131107116','2013-11-07','2013-11-07','20131107-116','17:37',1,'DR FUMMY',NULL,'','20131107-3964',NULL),(11137,3072,3,531,'2013-11-08 01:40:49',0,0,'','20131107117','2013-11-07','2013-11-07','20131107-117','17:39',1,'DR MENSAH',NULL,'','20131107-3965',NULL),(11139,3072,4,531,'2013-11-08 01:40:50',1,0,'','20131107117','2013-11-07','2013-11-07','20131107-117','17:40',1,'DR MENSAH',NULL,'','20131107-3965',NULL),(11140,3073,1,531,'2013-11-08 01:44:10',1,0,'','20131107118','2013-11-07','2013-11-07','20131107-118','17:43',1,'',NULL,'','20131107-3966',NULL),(11141,3074,3,531,'2013-11-08 01:58:06',1,0,'','20131107119','2013-11-07','2013-11-07','20131107-119','17:56',1,'',NULL,'','20131107-3967',NULL),(11142,3075,3,531,'2013-11-08 02:31:02',0,0,'','20131107120','2013-11-07','2013-11-07','20131107-120','18:29',1,'DR DANIELS',NULL,'','20131107-3968',NULL),(11143,3076,3,531,'2013-11-08 02:34:25',0,0,'','20131107121','2013-11-07','2013-11-07','20131107-121','18:33',1,'DR MENSAH',NULL,'','20131107-3969',NULL),(11144,2177,3,531,'2013-11-08 02:38:43',0,0,'','20131107122','2013-11-07','2013-11-07','20131107-122','18:37',1,'DR LAMPTEY',NULL,'','20131107-3970',NULL),(11145,3077,3,531,'2013-11-08 02:41:21',0,0,'','20131107123','2013-11-07','2013-11-07','20131107-123','18:40',1,'DR MENSAH',NULL,'','20131107-3971',NULL),(11147,3077,4,531,'2013-11-08 02:41:21',1,0,'','20131107123','2013-11-07','2013-11-07','20131107-123','18:41',1,'DR MENSAH',NULL,'','20131107-3971',NULL),(11148,3078,3,531,'2013-11-08 02:45:19',0,0,'','20131107124','2013-11-07','2013-11-07','20131107-124','18:42',1,'DR DANIELS',NULL,'','20131107-3972',NULL),(11150,3078,4,531,'2013-11-08 02:45:20',1,0,'','20131107124','2013-11-07','2013-11-07','20131107-124','18:43',1,'DR DANIELS',NULL,'','20131107-3972',NULL),(11151,3074,3,531,'2013-11-08 03:18:59',0,0,'','20131107119','2013-11-07','2013-11-07','20131107-126','19:18',1,'',NULL,'','20131107-3974',NULL),(11152,3079,3,530,'2013-11-08 03:43:50',1,0,'','20131107127','2013-11-07','2013-11-07','20131107-127','19:42',1,'DR DANIELS',NULL,'','20131107-3975',NULL),(11154,3079,1,530,'2013-11-08 03:43:51',1,0,'','20131107127','2013-11-07','2013-11-07','20131107-127','19:43',1,'DR DANIELS',NULL,'','20131107-3975',NULL),(11155,2993,1,530,'2013-11-08 03:53:03',1,0,'','20131107128','2013-11-07','2013-11-07','20131107-128','19:52',1,'DR ADOTEY',NULL,'','20131107-3976',NULL),(11156,2851,4,530,'2013-11-08 04:29:19',1,0,'','20131107129','2013-11-07','2013-11-07','20131107-129','20:28',1,'DR TACHIE',NULL,'','20131107-3977',NULL),(11157,3080,3,530,'2013-11-08 04:31:58',1,0,'','20131107130 ','2013-11-07','2013-11-07','20131107-130','20:31',1,'DR MENSAH',NULL,'','20131107-3978',NULL),(11158,3074,3,530,'2013-11-08 04:42:19',1,0,'','20131107119','2013-11-07','2013-11-07','20131107-131','20:41',1,'',NULL,'','20131107-3979',NULL),(11159,3081,4,530,'2013-11-08 05:36:58',1,0,'','20131107132 ','2013-11-07','2013-11-07','20131107-132','21:36',1,'DR DJAN',NULL,'','20131107-3980',NULL),(11160,3079,1,530,'2013-11-08 07:29:40',0,0,'','20131107133','2013-11-07','2013-11-07','20131107-133','23:28',1,'DR DJAN',NULL,'','20131107-3981',NULL),(11161,3082,3,530,'2013-11-08 07:48:10',1,0,'','20131107134 ','2013-11-07','2013-11-07','20131107-134','23:46',1,'DR DJAN',NULL,'','20131107-3982',NULL),(11163,3082,1,530,'2013-11-08 07:48:10',0,0,'','20131107134 ','2013-11-07','2013-11-07','20131107-134','23:47',1,'DR DJAN',NULL,'','20131107-3982',NULL),(11164,3083,1,530,'2013-11-08 14:08:37',0,0,'','201311081 ','2013-11-08','2013-11-08','20131108-1','06:07',1,'DR VORTIA',NULL,'','20131108-3983',NULL),(11166,3083,3,530,'2013-11-08 14:08:37',0,0,'','201311081 ','2013-11-08','2013-11-08','20131108-1','06:08',1,'DR VORTIA',NULL,'','20131108-3983',NULL),(11167,3084,1,530,'2013-11-08 14:22:46',0,0,'','201311082','2013-11-08','2013-11-08','20131108-2','06:21',1,'DR DANIELS',NULL,'','20131108-3984',NULL),(11168,1700,1,530,'2013-11-08 14:27:29',0,0,'','201311083','2013-11-08','2013-11-08','20131108-3','06:26',1,'DR VORTIA',NULL,'','20131108-3985',NULL),(11170,1700,2,530,'2013-11-08 14:27:30',0,0,'','201311083','2013-11-08','2013-11-08','20131108-3','06:27',1,'DR VORTIA',NULL,'','20131108-3985',NULL),(11171,3085,3,546,'2013-11-08 14:44:24',0,0,'','201311084','2013-11-08','2013-11-08','20131108-4','06:43',1,'DR YEBOAH',NULL,'','20131108-3986',NULL),(11173,3085,4,546,'2013-11-08 14:44:24',1,0,'','201311084','2013-11-08','2013-11-08','20131108-4','06:44',1,'DR YEBOAH',NULL,'','20131108-3986',NULL),(11174,3086,3,531,'2013-11-08 15:42:26',1,0,'','201311085','2013-11-08','2013-11-08','20131108-5','07:41',1,'DR NTOEW DJAN',NULL,'','20131108-3987',NULL),(11175,3087,3,531,'2013-11-08 15:44:57',1,0,'','201311086','2013-11-08','2013-11-08','20131108-6','07:43',1,'DR DOW',NULL,'','20131108-3988',NULL),(11176,3088,5,531,'2013-11-08 15:50:42',1,0,'','201311087','2013-11-08','2013-11-08','20131108-7','07:49',1,'DR FUMMY',NULL,'','20131108-3989',NULL),(11177,3089,3,531,'2013-11-08 15:53:38',0,0,'','201311088','2013-11-08','2013-11-08','20131108-8','07:51',1,'DR MENSAH',NULL,'','20131108-3990',NULL),(11179,3089,5,531,'2013-11-08 15:53:38',1,0,'','201311088','2013-11-08','2013-11-08','20131108-8','07:53',1,'DR MENSAH',NULL,'','20131108-3990',NULL),(11180,3090,3,531,'2013-11-08 16:06:44',0,0,'','201311089','2013-11-08','2013-11-08','20131108-9','08:04',1,'DR MENSAH',NULL,'','20131108-3991',NULL),(11182,3090,1,531,'2013-11-08 16:06:44',0,0,'','201311089','2013-11-08','2013-11-08','20131108-9','08:06',1,'DR MENSAH',NULL,'','20131108-3991',NULL),(11183,3091,3,531,'2013-11-08 16:13:24',0,0,'','2013110810','2013-11-08','2013-11-08','20131108-10','08:11',1,'DR VORTIA',NULL,'','20131108-3992',NULL),(11184,3092,4,531,'2013-11-08 16:15:04',1,0,'','2013110811 ','2013-11-08','2013-11-08','20131108-11','08:14',1,'DR DJAN',NULL,'','20131108-3993',NULL),(11185,2763,3,531,'2013-11-08 16:16:39',0,0,'','2013110812','2013-11-08','2013-11-08','20131108-12','08:15',1,'DR ARMAH',NULL,'','20131108-3994',NULL),(11187,2763,4,531,'2013-11-08 16:16:39',1,0,'','2013110812','2013-11-08','2013-11-08','20131108-12','08:16',1,'DR ARMAH',NULL,'','20131108-3994',NULL),(11188,3093,3,531,'2013-11-08 16:19:34',0,0,'','2013110813','2013-11-08','2013-11-08','20131108-13','08:18',1,'DR MENSAH',NULL,'','20131108-3995',NULL),(11190,3093,1,531,'2013-11-08 16:19:34',0,0,'','2013110813','2013-11-08','2013-11-08','20131108-13','08:19',1,'DR MENSAH',NULL,'','20131108-3995',NULL),(11191,3094,3,531,'2013-11-08 16:22:24',0,0,'','2013110814','2013-11-08','2013-11-08','20131108-14','08:20',1,'DR MENSAH',NULL,'','20131108-3996',NULL),(11193,3094,1,531,'2013-11-08 16:22:24',0,0,'','2013110814','2013-11-08','2013-11-08','20131108-14','08:21',1,'DR MENSAH',NULL,'','20131108-3996',NULL),(11196,3094,4,531,'2013-11-08 16:22:24',1,0,'','2013110814','2013-11-08','2013-11-08','20131108-14','08:22',1,'DR MENSAH',NULL,'','20131108-3996',NULL),(11197,3095,3,531,'2013-11-08 16:51:30',0,0,'','2013110815','2013-11-08','2013-11-08','20131108-15','08:50',1,'DR OWHANDOH',NULL,'','20131108-3997',NULL),(11199,3095,1,531,'2013-11-08 16:51:30',1,0,'','2013110815','2013-11-08','2013-11-08','20131108-15','08:51',1,'DR OWHANDOH',NULL,'','20131108-3997',NULL),(11202,3095,4,531,'2013-11-08 16:51:30',1,0,'','2013110815','2013-11-08','2013-11-08','20131108-15','08:51',1,'DR OWHANDOH',NULL,'','20131108-3997',NULL),(11203,3096,3,531,'2013-11-08 17:00:00',0,0,'','2013110816 ','2013-11-08','2013-11-08','20131108-16','08:58',1,'',NULL,'','20131108-3998',NULL),(11204,3097,1,531,'2013-11-08 17:03:51',0,0,'','2013110817','2013-11-08','2013-11-08','20131108-17','09:01',1,'DR OFORI ANTI',NULL,'','20131108-3999',NULL),(11206,3097,2,531,'2013-11-08 17:03:51',1,0,'','2013110817','2013-11-08','2013-11-08','20131108-17','09:03',1,'DR OFORI ANTI',NULL,'','20131108-3999',NULL),(11207,3098,3,531,'2013-11-08 17:05:44',0,0,'','2013110818','2013-11-08','2013-11-08','20131108-18','09:04',1,'DR VORTIA',NULL,'','20131108-4000',NULL),(11208,3099,3,531,'2013-11-08 17:08:55',0,0,'','2013110819','2013-11-08','2013-11-08','20131108-19','09:06',1,'DR QUAMPAH',NULL,'','20131108-4001',NULL),(11210,3099,1,531,'2013-11-08 17:08:56',1,0,'','2013110819','2013-11-08','2013-11-08','20131108-19','09:08',1,'DR QUAMPAH',NULL,'','20131108-4001',NULL),(11213,3099,4,531,'2013-11-08 17:08:56',1,0,'','2013110819','2013-11-08','2013-11-08','20131108-19','09:08',1,'DR QUAMPAH',NULL,'','20131108-4001',NULL),(11217,3099,5,531,'2013-11-08 17:08:56',1,0,'','2013110819','2013-11-08','2013-11-08','20131108-19','09:08',1,'DR QUAMPAH',NULL,'','20131108-4001',NULL),(11218,3100,3,531,'2013-11-08 17:20:22',0,0,'','2013110820','2013-11-08','2013-11-08','20131108-20','09:16',1,'',NULL,'','20131108-4002',NULL),(11220,3100,1,531,'2013-11-08 17:20:22',1,0,'','2013110820','2013-11-08','2013-11-08','20131108-20','09:18',1,'',NULL,'','20131108-4002',NULL),(11223,3100,5,531,'2013-11-08 17:20:22',1,0,'','2013110820','2013-11-08','2013-11-08','20131108-20','09:19',1,'',NULL,'','20131108-4002',NULL),(11227,3100,4,531,'2013-11-08 17:20:23',1,0,'','2013110820','2013-11-08','2013-11-08','20131108-20','09:19',1,'',NULL,'','20131108-4002',NULL),(11228,3101,3,531,'2013-11-08 17:24:27',0,0,'','2013110821','2013-11-08','2013-11-08','20131108-21','09:23',1,'DR TACHIE',NULL,'','20131108-4003',NULL),(11230,3101,1,531,'2013-11-08 17:24:27',0,0,'','2013110821','2013-11-08','2013-11-08','20131108-21','09:24',1,'DR TACHIE',NULL,'','20131108-4003',NULL),(11231,3102,3,531,'2013-11-08 17:28:20',0,0,'','2013110822','2013-11-08','2013-11-08','20131108-22','09:26',1,'DR MENSAH',NULL,'','20131108-4004',NULL),(11233,3102,1,531,'2013-11-08 17:28:20',1,0,'','2013110822','2013-11-08','2013-11-08','20131108-22','09:27',1,'DR MENSAH',NULL,'','20131108-4004',NULL),(11236,3102,4,531,'2013-11-08 17:28:20',1,0,'','2013110822','2013-11-08','2013-11-08','20131108-22','09:27',1,'DR MENSAH',NULL,'','20131108-4004',NULL),(11240,3102,15,531,'2013-11-08 17:28:20',1,0,'','2013110822','2013-11-08','2013-11-08','20131108-22','09:27',1,'DR MENSAH',NULL,'','20131108-4004',NULL),(11241,1674,3,531,'2013-11-08 17:35:52',0,0,'','2013110823','2013-11-08','2013-11-08','20131108-23','09:31',1,'',NULL,'','20131108-4005',NULL),(11243,1674,1,531,'2013-11-08 17:35:52',0,0,'','2013110823','2013-11-08','2013-11-08','20131108-23','09:34',1,'',NULL,'','20131108-4005',NULL),(11244,3103,3,531,'2013-11-08 17:37:52',0,0,'','2013110824','2013-11-08','2013-11-08','20131108-24','09:36',1,'DR VORTIA',NULL,'','20131108-4006',NULL),(11245,3104,1,531,'2013-11-08 17:39:41',0,0,'','2013110825','2013-11-08','2013-11-08','20131108-25','09:38',1,'DR DANIELS',NULL,'','20131108-4007',NULL),(11246,2561,4,531,'2013-11-08 17:41:44',1,0,'','2013110826 ','2013-11-08','2013-11-08','20131108-26','09:40',1,'DR OWHANDOH',NULL,'','20131108-4008',NULL),(11247,2965,3,531,'2013-11-08 17:45:23',0,0,'','2013110827','2013-11-08','2013-11-08','20131108-27','09:44',1,'DR OWHANDOH',NULL,'','20131108-4009',NULL),(11248,2530,4,531,'2013-11-08 17:47:08',1,0,'','2013110828','2013-11-08','2013-11-08','20131108-28','09:46',1,'DR FUMMY',NULL,'','20131108-4010',NULL),(11249,3105,3,531,'2013-11-08 17:57:32',0,0,'','2013110829 ','2013-11-08','2013-11-08','20131108-29','09:55',1,'DR MENSAH',NULL,'','20131108-4011',NULL),(11251,3105,1,531,'2013-11-08 17:57:32',1,0,'','2013110829 ','2013-11-08','2013-11-08','20131108-29','09:56',1,'DR MENSAH',NULL,'','20131108-4011',NULL),(11254,3105,4,531,'2013-11-08 17:57:32',1,0,'','2013110829 ','2013-11-08','2013-11-08','20131108-29','09:56',1,'DR MENSAH',NULL,'','20131108-4011',NULL),(11255,3106,3,531,'2013-11-08 17:59:46',1,0,'','2013110830','2013-11-08','2013-11-08','20131108-30','09:58',1,'DR OWHANDOH',NULL,'','20131108-4012',NULL),(11256,3107,3,531,'2013-11-08 18:05:15',0,0,'','2013110831','2013-11-08','2013-11-08','20131108-31','10:04',1,'DR VORTIA',NULL,'','20131108-4013',NULL),(11258,3107,4,531,'2013-11-08 18:05:16',1,0,'','2013110831','2013-11-08','2013-11-08','20131108-31','10:05',1,'DR VORTIA',NULL,'','20131108-4013',NULL),(11259,3108,1,531,'2013-11-08 18:12:56',0,0,'','2013110832','2013-11-08','2013-11-08','20131108-32','10:11',1,'',NULL,'','20131108-4014',NULL),(11260,649,1,531,'2013-11-08 18:25:24',1,0,'','2013110833','2013-11-08','2013-11-08','20131108-33','10:24',1,'',NULL,'','20131108-4015',NULL),(11261,2731,1,531,'2013-11-08 18:33:41',0,0,'','2013110834 ','2013-11-08','2013-11-08','20131108-34','10:31',1,'DR ADOTEY',NULL,'','20131108-4016',NULL),(11262,3109,3,531,'2013-11-08 19:00:00',0,0,'','2013110835','2013-11-08','2013-11-08','20131108-35','10:57',1,'DR SALLAR',NULL,'','20131108-4017',NULL),(11264,3109,1,531,'2013-11-08 19:00:00',0,0,'','2013110835','2013-11-08','2013-11-08','20131108-35','10:58',1,'DR SALLAR',NULL,'','20131108-4017',NULL),(11267,3109,2,531,'2013-11-08 19:00:00',1,0,'','2013110835','2013-11-08','2013-11-08','20131108-35','10:59',1,'DR SALLAR',NULL,'','20131108-4017',NULL),(11271,3109,4,531,'2013-11-08 19:00:01',1,0,'','2013110835','2013-11-08','2013-11-08','20131108-35','10:59',1,'DR SALLAR',NULL,'','20131108-4017',NULL),(11272,3110,4,531,'2013-11-08 19:02:46',1,0,'','2013110836','2013-11-08','2013-11-08','20131108-36','11:01',1,'DR FUMMY',NULL,'','20131108-4018',NULL),(11273,3111,19,531,'2013-11-08 19:11:02',0,0,'','2013110837','2013-11-08','2013-11-08','20131108-37','11:10',1,'',NULL,'','20131108-4019',NULL),(11274,3112,1,531,'2013-11-08 19:17:10',0,0,'','2013110838','2013-11-08','2013-11-08','20131108-38','11:15',1,'DR OWHANDOH',NULL,'','20131108-4020',NULL),(11276,3112,5,531,'2013-11-08 19:17:10',1,0,'','2013110838','2013-11-08','2013-11-08','20131108-38','11:16',1,'DR OWHANDOH',NULL,'','20131108-4020',NULL),(11277,3113,3,531,'2013-11-08 19:22:34',0,0,'','2013110839','2013-11-08','2013-11-08','20131108-39','11:20',1,'DR ARMAH',NULL,'','20131108-4021',NULL),(11278,3114,3,531,'2013-11-08 19:26:47',0,0,'','2013110840','2013-11-08','2013-11-08','20131108-40','11:25',1,'DR VORTIA',NULL,'','20131108-4022',NULL),(11280,3114,1,531,'2013-11-08 19:26:48',0,0,'','2013110840','2013-11-08','2013-11-08','20131108-40','11:26',1,'DR VORTIA',NULL,'','20131108-4022',NULL),(11281,3115,3,531,'2013-11-08 19:28:59',0,0,'','2013110841','2013-11-08','2013-11-08','20131108-41','11:27',1,'DR MENSAH',NULL,'','20131108-4023',NULL),(11283,3115,4,531,'2013-11-08 19:28:59',1,0,'','2013110841','2013-11-08','2013-11-08','20131108-41','11:28',1,'DR MENSAH',NULL,'','20131108-4023',NULL),(11286,3115,5,531,'2013-11-08 19:28:59',1,0,'','2013110841','2013-11-08','2013-11-08','20131108-41','11:28',1,'DR MENSAH',NULL,'','20131108-4023',NULL),(11287,2391,1,504,'2013-11-08 19:29:55',0,0,'','2013110172','2013-11-08','2013-11-08','20131108-42','11:28',1,'',NULL,'','20131108-4024',NULL),(11288,3116,3,531,'2013-11-08 19:31:55',1,0,'','2013110843','2013-11-08','2013-11-08','20131108-43','11:30',1,'',NULL,'','20131108-4025',NULL),(11289,3117,3,531,'2013-11-08 19:44:28',0,0,'','2013110844','2013-11-08','2013-11-08','20131108-44','11:43',1,'DR TAKYI',NULL,'','20131108-4026',NULL),(11290,3108,1,537,'2013-11-08 19:47:55',1,0,'','2013110832','2013-11-08','2013-11-08','20131108-45','11:47',1,'',NULL,'','20131108-4027',NULL),(11291,3118,3,531,'2013-11-08 19:53:10',0,0,'','2013110846','2013-11-08','2013-11-08','20131108-46','11:51',1,'DR OWHANDOH',NULL,'','20131108-4028',NULL),(11293,3118,1,531,'2013-11-08 19:53:10',1,0,'','2013110846','2013-11-08','2013-11-08','20131108-46','11:52',1,'DR OWHANDOH',NULL,'','20131108-4028',NULL),(11296,3118,4,531,'2013-11-08 19:53:10',1,0,'','2013110846','2013-11-08','2013-11-08','20131108-46','11:52',1,'DR OWHANDOH',NULL,'','20131108-4028',NULL),(11300,3118,5,531,'2013-11-08 19:53:10',1,0,'','2013110846','2013-11-08','2013-11-08','20131108-46','11:53',1,'DR OWHANDOH',NULL,'','20131108-4028',NULL),(11301,649,1,531,'2013-11-08 19:58:31',0,0,'','2013110833','2013-11-08','2013-11-08','20131108-47','11:55',1,'',NULL,'','20131108-4029',NULL),(11302,2696,3,531,'2013-11-08 20:04:05',0,0,'','2013110848','2013-11-08','2013-11-08','20131108-48','12:03',1,'DR ADOTEY',NULL,'','20131108-4030',NULL),(11303,2220,5,531,'2013-11-08 20:05:38',0,0,'','2013110849 ','2013-11-08','2013-11-08','20131108-49','12:04',1,'DR ADOTEY',NULL,'','20131108-4031',NULL),(11304,3119,3,531,'2013-11-08 20:08:33',0,0,'','2013110850 ','2013-11-08','2013-11-08','20131108-50','12:07',1,'DR MENSAH',NULL,'','20131108-4032',NULL),(11306,3119,4,531,'2013-11-08 20:08:33',1,0,'','2013110850 ','2013-11-08','2013-11-08','20131108-50','12:08',1,'DR MENSAH',NULL,'','20131108-4032',NULL),(11307,2645,1,504,'2013-11-08 20:13:07',0,0,'','','2013-11-08','2013-11-08','20131108-51','12:10',1,'',NULL,'','20131108-4033',NULL),(11308,3120,3,531,'2013-11-08 20:13:56',0,0,'','2013110852','2013-11-08','2013-11-08','20131108-52','12:12',1,'DR VORTIA',NULL,'','20131108-4034',NULL),(11309,2645,1,504,'2013-11-08 20:17:24',0,0,'','2013110238','2013-11-08','2013-11-08','20131108-53','12:16',1,'',NULL,'','20131108-4035',NULL),(11310,3121,3,531,'2013-11-08 20:18:13',0,0,'','2013110854','2013-11-08','2013-11-08','20131108-54','12:16',1,'DR MENSAH',NULL,'','20131108-4036',NULL),(11311,2645,1,504,'2013-11-08 20:20:43',1,0,'','2013110238','2013-11-08','2013-11-08','20131108-55','12:19',1,'',NULL,'','20131108-4037',NULL),(11312,3122,3,531,'2013-11-08 20:30:10',0,0,'','2013110856','2013-11-08','2013-11-08','20131108-56','12:28',1,'DR MENSAH',NULL,'','20131108-4038',NULL),(11314,3122,19,531,'2013-11-08 20:30:10',1,0,'','2013110856','2013-11-08','2013-11-08','20131108-56','12:29',1,'DR MENSAH',NULL,'','20131108-4038',NULL),(11315,3123,3,531,'2013-11-08 20:33:00',0,0,'','2013110857','2013-11-08','2013-11-08','20131108-57','12:31',1,'DR OWHANDOH',NULL,'','20131108-4039',NULL),(11317,3123,1,531,'2013-11-08 20:33:00',0,0,'','2013110857','2013-11-08','2013-11-08','20131108-57','12:32',1,'DR OWHANDOH',NULL,'','20131108-4039',NULL),(11320,3123,4,531,'2013-11-08 20:33:00',1,0,'','2013110857','2013-11-08','2013-11-08','20131108-57','12:32',1,'DR OWHANDOH',NULL,'','20131108-4039',NULL),(11321,3124,3,531,'2013-11-08 20:49:51',0,0,'','2013110858','2013-11-08','2013-11-08','20131108-58','12:47',1,'DR VORTIA',NULL,'','20131108-4040',NULL),(11323,3124,1,531,'2013-11-08 20:49:51',1,0,'','2013110858','2013-11-08','2013-11-08','20131108-58','12:49',1,'DR VORTIA',NULL,'','20131108-4040',NULL),(11324,243,4,504,'2013-11-08 20:59:41',1,0,'','2013110641','2013-11-08','2013-11-08','20131108-60','12:58',1,'',NULL,'','20131108-4042',NULL),(11325,243,4,504,'2013-11-08 21:05:50',1,0,'','2013110641','2013-11-08','2013-11-08','20131108-61','13:04',1,'',NULL,'','20131108-4043',NULL),(11326,3125,3,531,'2013-11-08 21:10:06',0,0,'','2013110859','2013-11-08','2013-11-08','20131108-59','12:53',1,'DR MENSAH',NULL,'','20131108-4041',NULL),(11327,3126,4,531,'2013-11-08 21:26:48',1,0,'','2013110862','2013-11-08','2013-11-08','20131108-62','13:25',1,'DR OWHANDOH',NULL,'','20131108-4044',NULL),(11329,3126,5,531,'2013-11-08 21:26:48',1,0,'','2013110862','2013-11-08','2013-11-08','20131108-62','13:26',1,'DR OWHANDOH',NULL,'','20131108-4044',NULL),(11332,3126,1,531,'2013-11-08 21:26:48',1,0,'','2013110862','2013-11-08','2013-11-08','20131108-62','13:26',1,'DR OWHANDOH',NULL,'','20131108-4044',NULL),(11333,3127,3,531,'2013-11-08 21:51:56',0,0,'','2013110863','2013-11-08','2013-11-08','20131108-63','13:51',1,'DR MENSAH',NULL,'','20131108-4045',NULL),(11334,3128,2,531,'2013-11-08 21:56:19',0,0,'','2013110864 ','2013-11-08','2013-11-08','20131108-64','13:54',1,'DR OWHANDOH',NULL,'','20131108-4046',NULL),(11336,3128,1,531,'2013-11-08 21:56:19',1,0,'','2013110864 ','2013-11-08','2013-11-08','20131108-64','13:55',1,'DR OWHANDOH',NULL,'','20131108-4046',NULL),(11339,3128,5,531,'2013-11-08 21:56:20',0,0,'','2013110864 ','2013-11-08','2013-11-08','20131108-64','13:56',1,'DR OWHANDOH',NULL,'','20131108-4046',NULL),(11340,3115,4,531,'2013-11-08 22:04:55',1,0,'','2013110841','2013-11-08','2013-11-08','20131108-65','14:04',1,'',NULL,'','20131108-4047',NULL),(11341,3129,3,531,'2013-11-08 22:24:13',0,0,'','2013110866','2013-11-08','2013-11-08','20131108-66','14:22',1,'DR MENSAH',NULL,'','20131108-4048',NULL),(11342,3130,3,531,'2013-11-08 22:40:00',0,0,'','2013110867 ','2013-11-08','2013-11-08','20131108-67','14:38',1,'DR SALLAR',NULL,'','20131108-4049',NULL),(11344,3130,1,531,'2013-11-08 22:40:00',1,0,'','2013110867 ','2013-11-08','2013-11-08','20131108-67','14:39',1,'DR SALLAR',NULL,'','20131108-4049',NULL),(11347,3130,4,531,'2013-11-08 22:40:00',1,0,'','2013110867 ','2013-11-08','2013-11-08','20131108-67','14:39',1,'DR SALLAR',NULL,'','20131108-4049',NULL),(11348,3128,1,552,'2013-11-08 22:50:29',1,0,'','','2013-11-08','2013-11-08','20131108-69','14:50',1,'',NULL,'','20131108-4051',NULL),(11349,3131,3,535,'2013-11-08 22:52:44',0,0,'','2013110868','2013-11-08','2013-11-08','20131108-68','14:49',1,'',NULL,'','20131108-4050',NULL),(11351,3131,1,535,'2013-11-08 22:52:45',0,0,'','2013110868','2013-11-08','2013-11-08','20131108-68','14:51',1,'',NULL,'','20131108-4050',NULL),(11354,3131,4,535,'2013-11-08 22:52:45',1,0,'','2013110868','2013-11-08','2013-11-08','20131108-68','14:51',1,'',NULL,'','20131108-4050',NULL),(11358,3131,5,535,'2013-11-08 22:52:45',0,0,'','2013110868','2013-11-08','2013-11-08','20131108-68','14:52',1,'',NULL,'','20131108-4050',NULL),(11359,3128,1,552,'2013-11-08 22:52:58',0,0,'','','2013-11-08','2013-11-08','20131108-70','14:52',1,'',NULL,'','20131108-4052',NULL),(11360,3128,1,552,'2013-11-08 22:54:16',0,0,'','','2013-11-08','2013-11-08','20131108-71','14:54',1,'',NULL,'','20131108-4053',NULL),(11361,2937,4,550,'2013-11-08 23:23:48',0,0,'','2013110659','2013-11-08','2013-11-08','20131108-72','15:22',1,'',NULL,'','20131108-4054',NULL),(11362,3132,3,531,'2013-11-08 23:27:39',0,0,'','2013110873','2013-11-08','2013-11-08','20131108-73','15:25',1,'DR SALLAR',NULL,'','20131108-4055',NULL),(11364,3132,1,531,'2013-11-08 23:27:39',1,0,'','2013110873','2013-11-08','2013-11-08','20131108-73','15:26',1,'DR SALLAR',NULL,'','20131108-4055',NULL),(11367,3132,4,531,'2013-11-08 23:27:39',1,0,'','2013110873','2013-11-08','2013-11-08','20131108-73','15:27',1,'DR SALLAR',NULL,'','20131108-4055',NULL),(11368,3060,3,531,'2013-11-08 23:30:13',0,0,'','2013110874','2013-11-08','2013-11-08','20131108-74','15:28',1,'DR HUNDEYIN',NULL,'','20131108-4056',NULL),(11369,3133,4,531,'2013-11-08 23:33:03',1,0,'','2013110875','2013-11-08','2013-11-08','20131108-75','15:32',1,'DR OWHANDOH',NULL,'','20131108-4057',NULL),(11370,690,4,550,'2013-11-08 23:35:17',0,0,'','','2013-11-08','2013-11-08','20131108-76','15:34',1,'',NULL,'','20131108-4058',NULL),(11371,3134,1,531,'2013-11-08 23:48:01',1,0,'','2013110877','2013-11-08','2013-11-08','20131108-77','15:46',1,'DR SALLAR',NULL,'','20131108-4059',NULL),(11372,3135,3,531,'2013-11-08 23:50:44',0,0,'','2013110878','2013-11-08','2013-11-08','20131108-78','15:49',1,'DR SALLAR',NULL,'','20131108-4060',NULL),(11373,3136,3,531,'2013-11-09 00:40:46',0,0,'','2013110879','2013-11-08','2013-11-08','20131108-79','16:38',1,'DR HUNDEYIN',NULL,'','20131108-4061',NULL),(11375,3136,1,531,'2013-11-09 00:40:46',0,0,'','2013110879','2013-11-08','2013-11-08','20131108-79','16:39',1,'DR HUNDEYIN',NULL,'','20131108-4061',NULL),(11378,3136,5,531,'2013-11-09 00:40:46',0,0,'','2013110879','2013-11-08','2013-11-08','20131108-79','16:39',1,'DR HUNDEYIN',NULL,'','20131108-4061',NULL),(11382,3136,4,531,'2013-11-09 00:40:46',1,0,'','2013110879','2013-11-08','2013-11-08','20131108-79','16:40',1,'DR HUNDEYIN',NULL,'','20131108-4061',NULL),(11383,2937,4,552,'2013-11-09 00:44:17',0,0,'','2013110659','2013-11-08','2013-11-08','20131108-80','16:43',1,'',NULL,'','20131108-4062',NULL),(11384,2937,4,552,'2013-11-09 00:45:56',0,0,'','2013110659','2013-11-08','2013-11-08','20131108-81','16:45',1,'',NULL,'','20131108-4063',NULL),(11385,3130,1,531,'2013-11-09 01:19:14',1,0,'','2013110867','2013-11-08','2013-11-08','20131108-82','17:18',1,'',NULL,'','20131108-4064',NULL),(11386,690,1,552,'2013-11-09 01:29:00',1,0,'','20131009109','2013-11-08','2013-11-08','20131108-83','17:28',1,'',NULL,'','20131108-4065',NULL),(11387,3137,3,531,'2013-11-09 01:53:08',0,0,'','2013110884','2013-11-08','2013-11-08','20131108-84','17:52',1,'DR HUNDEYIN',NULL,'','20131108-4066',NULL),(11388,3138,4,531,'2013-11-09 01:55:29',1,0,'','2013110885','2013-11-08','2013-11-08','20131108-85','17:53',1,'DR HUNDEYIN',NULL,'','20131108-4067',NULL),(11389,3139,3,531,'2013-11-09 02:04:26',0,0,'','2013110886','2013-11-08','2013-11-08','20131108-86','18:02',1,'DR SALLAR',NULL,'','20131108-4068',NULL),(11391,3139,1,531,'2013-11-09 02:04:27',1,0,'','2013110886','2013-11-08','2013-11-08','20131108-86','18:04',1,'DR SALLAR',NULL,'','20131108-4068',NULL),(11394,3139,4,531,'2013-11-09 02:04:27',1,0,'','2013110886','2013-11-08','2013-11-08','20131108-86','18:04',1,'DR SALLAR',NULL,'','20131108-4068',NULL),(11395,3140,3,531,'2013-11-09 02:24:17',0,0,'','2013110887','2013-11-08','2013-11-08','20131108-87','18:23',1,'DR HUNDEYIN',NULL,'','20131108-4069',NULL),(11396,3141,3,531,'2013-11-09 02:52:36',0,0,'','2013110888','2013-11-08','2013-11-08','20131108-88','18:51',1,'DR SALLAR',NULL,'','20131108-4070',NULL),(11397,3142,3,531,'2013-11-09 02:55:59',1,0,'','2013110889','2013-11-08','2013-11-08','20131108-89','18:54',1,'DR OFORI ANTI',NULL,'','20131108-4071',NULL),(11398,3143,3,531,'2013-11-09 03:12:12',1,0,'','2013110890','2013-11-08','2013-11-08','20131108-90','19:10',1,'DR HUNDEYIN',NULL,'','20131108-4072',NULL),(11400,3143,4,531,'2013-11-09 03:12:12',1,0,'','2013110890','2013-11-08','2013-11-08','20131108-90','19:11',1,'DR HUNDEYIN',NULL,'','20131108-4072',NULL),(11401,3144,3,531,'2013-11-09 03:16:25',1,0,'','2013110891','2013-11-08','2013-11-08','20131108-91','19:13',1,'',NULL,'','20131108-4073',NULL),(11403,3144,1,531,'2013-11-09 03:16:25',1,0,'','2013110891','2013-11-08','2013-11-08','20131108-91','19:15',1,'',NULL,'','20131108-4073',NULL),(11406,3144,4,531,'2013-11-09 03:16:26',1,0,'','2013110891','2013-11-08','2013-11-08','20131108-91','19:15',1,'',NULL,'','20131108-4073',NULL),(11410,3144,19,531,'2013-11-09 03:16:26',1,0,'','2013110891','2013-11-08','2013-11-08','20131108-91','19:16',1,'',NULL,'','20131108-4073',NULL),(11411,3145,3,531,'2013-11-09 03:19:02',1,0,'','2013110892','2013-11-08','2013-11-08','20131108-92','19:18',1,'DR SALLAR',NULL,'','20131108-4074',NULL),(11412,3146,3,531,'2013-11-09 03:25:44',1,0,'','2013110896','2013-11-08','2013-11-08','20131108-96','19:23',1,'DR OFORI ANTI',NULL,'','20131108-4078',NULL),(11414,3146,1,531,'2013-11-09 03:25:44',1,0,'','2013110896','2013-11-08','2013-11-08','20131108-96','19:25',1,'DR OFORI ANTI',NULL,'','20131108-4078',NULL),(11415,3147,3,531,'2013-11-09 03:28:17',1,0,'','2013110897','2013-11-08','2013-11-08','20131108-97','19:26',1,'DR HUNDEYIN',NULL,'','20131108-4079',NULL),(11417,3147,4,531,'2013-11-09 03:28:17',1,0,'','2013110897','2013-11-08','2013-11-08','20131108-97','19:28',1,'DR HUNDEYIN',NULL,'','20131108-4079',NULL),(11418,3148,3,531,'2013-11-09 03:45:12',0,0,'','2013110898','2013-11-08','2013-11-08','20131108-98','19:39',1,'DR SALLAR',NULL,'','20131108-4080',NULL),(11420,3148,12,531,'2013-11-09 03:45:12',1,0,'','2013110898','2013-11-08','2013-11-08','20131108-98','19:41',1,'DR SALLAR',NULL,'','20131108-4080',NULL),(11421,57,3,558,'2013-11-09 03:52:09',1,0,'','2013110899','2013-11-08','2013-11-08','20131108-99','19:51',1,'DR OFORI ANTI',NULL,'','20131108-4081',NULL),(11422,1320,3,558,'2013-11-09 04:54:28',1,0,'','20131108100','2013-11-08','2013-11-08','20131108-100','20:52',1,'DR HUNDEYIN',NULL,'','20131108-4082',NULL),(11424,1320,4,558,'2013-11-09 04:54:28',1,0,'','20131108100','2013-11-08','2013-11-08','20131108-100','20:53',1,'DR HUNDEYIN',NULL,'','20131108-4082',NULL),(11427,1320,1,558,'2013-11-09 04:54:28',0,0,'','20131108100','2013-11-08','2013-11-08','20131108-100','20:54',1,'DR HUNDEYIN',NULL,'','20131108-4082',NULL),(11428,3149,3,558,'2013-11-09 07:04:25',1,0,'','20131108101','2013-11-08','2013-11-08','20131108-101','23:02',1,'DR DJAN',NULL,'','20131108-4083',NULL),(11430,3149,1,558,'2013-11-09 07:04:26',1,0,'','20131108101','2013-11-08','2013-11-08','20131108-101','23:04',1,'DR DJAN',NULL,'','20131108-4083',NULL),(11431,3150,3,558,'2013-11-09 09:16:19',1,0,'','201311091','2013-11-09','2013-11-09','20131109-1','01:15',1,'DR YEBOAH',NULL,'','20131109-4084',NULL),(11432,3151,3,558,'2013-11-09 13:49:25',1,0,'','201311092 ','2013-11-09','2013-11-09','20131109-2','05:47',1,'DR YEBOAH',NULL,'','20131109-4085',NULL),(11434,3151,4,558,'2013-11-09 13:49:25',1,0,'','201311092 ','2013-11-09','2013-11-09','20131109-2','05:48',1,'DR YEBOAH',NULL,'','20131109-4085',NULL),(11435,3152,3,558,'2013-11-09 13:56:18',1,0,'','201311093','2013-11-09','2013-11-09','20131109-3','05:54',1,'DR DJAN',NULL,'','20131109-4086',NULL),(11437,3152,4,558,'2013-11-09 13:56:18',1,0,'','201311093','2013-11-09','2013-11-09','20131109-3','05:55',1,'DR DJAN',NULL,'','20131109-4086',NULL),(11440,3152,1,558,'2013-11-09 13:56:18',1,0,'','201311093','2013-11-09','2013-11-09','20131109-3','05:55',1,'DR DJAN',NULL,'','20131109-4086',NULL),(11441,3153,3,558,'2013-11-09 14:13:08',0,0,'','201311094 ','2013-11-09','2013-11-09','20131109-4','06:10',1,'DR VORTIA',NULL,'','20131109-4087',NULL),(11443,3153,1,558,'2013-11-09 14:13:08',0,0,'','201311094 ','2013-11-09','2013-11-09','20131109-4','06:12',1,'DR VORTIA',NULL,'','20131109-4087',NULL),(11444,11,2,558,'2013-11-09 14:26:29',1,0,'','201311095','2013-11-09','2013-11-09','20131109-5','06:25',1,'DR TACHIE',NULL,'','20131109-4088',NULL),(11445,1225,1,558,'2013-11-09 14:47:06',0,0,'','201311096','2013-11-09','2013-11-09','20131109-6','06:45',1,'DR SALLAR',NULL,'','20131109-4089',NULL),(11446,1225,3,558,'2013-11-09 14:49:17',1,0,'','201311096','2013-11-09','2013-11-09','20131109-7','06:47',1,'DR YEBOAH',NULL,'','20131109-4090',NULL),(11448,1225,4,558,'2013-11-09 14:49:17',1,0,'','201311096','2013-11-09','2013-11-09','20131109-7','06:48',1,'DR YEBOAH',NULL,'','20131109-4090',NULL),(11451,1225,1,558,'2013-11-09 14:49:17',1,0,'','201311096','2013-11-09','2013-11-09','20131109-7','06:48',1,'DR YEBOAH',NULL,'','20131109-4090',NULL),(11455,1225,5,558,'2013-11-09 14:49:17',1,0,'','201311096','2013-11-09','2013-11-09','20131109-7','06:49',1,'DR YEBOAH',NULL,'','20131109-4090',NULL),(11456,3154,3,558,'2013-11-09 14:53:32',1,0,'','201311098','2013-11-09','2013-11-09','20131109-8','06:50',1,'DR OWHANDOH',NULL,'','20131109-4091',NULL),(11458,3154,1,558,'2013-11-09 14:53:33',0,0,'','201311098','2013-11-09','2013-11-09','20131109-8','06:52',1,'DR OWHANDOH',NULL,'','20131109-4091',NULL),(11459,3155,1,558,'2013-11-09 15:04:19',0,0,'','201311099','2013-11-09','2013-11-09','20131109-9','07:03',1,'DR YEBOAH',NULL,'','20131109-4092',NULL),(11461,3155,3,558,'2013-11-09 15:04:19',0,0,'','201311099','2013-11-09','2013-11-09','20131109-9','07:04',1,'DR YEBOAH',NULL,'','20131109-4092',NULL),(11462,1507,3,558,'2013-11-09 15:05:43',1,0,'','2013110910','2013-11-09','2013-11-09','20131109-10','07:05',1,'DR MENSAH',NULL,'','20131109-4093',NULL),(11463,3142,3,557,'2013-11-09 15:11:02',1,0,'','2013110889','2013-11-09','2013-11-09','20131109-11','07:10',1,'',NULL,'','20131109-4094',NULL),(11464,1285,29,558,'2013-11-09 15:17:26',0,0,'','2013110912','2013-11-09','2013-11-09','20131109-12','07:15',1,'DR ASUMANU',NULL,'','20131109-4095',NULL),(11465,3156,3,531,'2013-11-09 15:24:34',1,0,'','2013110913','2013-11-09','2013-11-09','20131109-13','07:23',1,'DR OFORI',NULL,'','20131109-4096',NULL),(11467,3156,4,531,'2013-11-09 15:24:34',1,0,'','2013110913','2013-11-09','2013-11-09','20131109-13','07:24',1,'DR OFORI',NULL,'','20131109-4096',NULL),(11468,3157,3,531,'2013-11-09 16:03:10',0,0,'','2013110914','2013-11-09','2013-11-09','20131109-14','08:01',1,'DR TACHIE',NULL,'','20131109-4097',NULL),(11469,3158,3,531,'2013-11-09 16:05:16',0,0,'','2013110915','2013-11-09','2013-11-09','20131109-15','08:04',1,'DR HUNDEYIN',NULL,'','20131109-4098',NULL),(11471,3158,1,531,'2013-11-09 16:05:16',0,0,'','2013110915','2013-11-09','2013-11-09','20131109-15','08:04',1,'DR HUNDEYIN',NULL,'','20131109-4098',NULL),(11472,3159,3,531,'2013-11-09 16:12:54',1,0,'','2013110916','2013-11-09','2013-11-09','20131109-16','08:12',1,'DR TACHIE',NULL,'','20131109-4099',NULL),(11473,154,3,531,'2013-11-09 16:14:05',1,0,'','2013110917','2013-11-09','2013-11-09','20131109-17','08:13',1,'DR TACHIE',NULL,'','20131109-4100',NULL),(11474,2240,3,531,'2013-11-09 16:15:54',1,0,'','2013110918','2013-11-09','2013-11-09','20131109-18','08:14',1,'DR ADOTEY',NULL,'','20131109-4101',NULL),(11475,3160,3,531,'2013-11-09 16:26:44',0,0,'','2013110919','2013-11-09','2013-11-09','20131109-19','08:25',1,'DR TACHIE',NULL,'','20131109-4102',NULL),(11476,3161,3,531,'2013-11-09 16:56:47',0,0,'','2013110920','2013-11-09','2013-11-09','20131109-20','08:54',1,'DR VORTIA',NULL,'','20131109-4103',NULL),(11478,3161,1,531,'2013-11-09 16:56:47',0,0,'','2013110920','2013-11-09','2013-11-09','20131109-20','08:56',1,'DR VORTIA',NULL,'','20131109-4103',NULL),(11479,3162,3,531,'2013-11-09 17:10:05',0,0,'','2013110921','2013-11-09','2013-11-09','20131109-21','09:08',1,'DR OWHANDOH',NULL,'','20131109-4104',NULL),(11481,3162,1,531,'2013-11-09 17:10:05',1,0,'','2013110921','2013-11-09','2013-11-09','20131109-21','09:09',1,'DR OWHANDOH',NULL,'','20131109-4104',NULL),(11484,3162,4,531,'2013-11-09 17:10:06',1,0,'','2013110921','2013-11-09','2013-11-09','20131109-21','09:09',1,'DR OWHANDOH',NULL,'','20131109-4104',NULL),(11485,3163,3,531,'2013-11-09 17:28:30',0,0,'','2013110922','2013-11-09','2013-11-09','20131109-22','09:27',1,'DR OWHANDOH',NULL,'','20131109-4105',NULL),(11487,3163,1,531,'2013-11-09 17:28:30',1,0,'','2013110922','2013-11-09','2013-11-09','20131109-22','09:28',1,'DR OWHANDOH',NULL,'','20131109-4105',NULL),(11490,3163,4,531,'2013-11-09 17:28:30',1,0,'','2013110922','2013-11-09','2013-11-09','20131109-22','09:28',1,'DR OWHANDOH',NULL,'','20131109-4105',NULL),(11491,1101,4,555,'2013-11-09 17:44:49',1,0,'','','2013-11-09','2013-11-09','20131109-24','09:44',1,'',NULL,'','20131109-4107',NULL),(11492,3164,1,531,'2013-11-09 17:45:34',0,0,'','2013110923','2013-11-09','2013-11-09','20131109-23','09:43',1,'DR OFORI ANTI',NULL,'','20131109-4106',NULL),(11494,3164,3,531,'2013-11-09 17:45:34',0,0,'','2013110923','2013-11-09','2013-11-09','20131109-23','09:45',1,'DR OFORI ANTI',NULL,'','20131109-4106',NULL),(11495,2472,4,555,'2013-11-09 17:52:08',1,0,'','2013110259','2013-11-09','2013-11-09','20131109-25','09:51',1,'',NULL,'','20131109-4108',NULL),(11496,2933,1,531,'2013-11-09 18:02:30',0,0,'','2013110926 ','2013-11-09','2013-11-09','20131109-26','10:01',1,'DR TACHIE',NULL,'','20131109-4109',NULL),(11498,2933,4,531,'2013-11-09 18:02:31',1,0,'','2013110926 ','2013-11-09','2013-11-09','20131109-26','10:02',1,'DR TACHIE',NULL,'','20131109-4109',NULL),(11499,3165,3,531,'2013-11-09 18:06:29',0,0,'','2013110927','2013-11-09','2013-11-09','20131109-27','10:04',1,'DR HUNDEYIN',NULL,'','20131109-4110',NULL),(11501,3165,1,531,'2013-11-09 18:06:30',1,0,'','2013110927','2013-11-09','2013-11-09','20131109-27','10:05',1,'DR HUNDEYIN',NULL,'','20131109-4110',NULL),(11504,3165,4,531,'2013-11-09 18:06:30',1,0,'','2013110927','2013-11-09','2013-11-09','20131109-27','10:06',1,'DR HUNDEYIN',NULL,'','20131109-4110',NULL),(11505,3166,3,531,'2013-11-09 18:12:01',0,0,'','2013110928','2013-11-09','2013-11-09','20131109-28','10:10',1,'DR OWHANDOH',NULL,'','20131109-4111',NULL),(11507,3166,1,531,'2013-11-09 18:12:02',1,0,'','2013110928','2013-11-09','2013-11-09','20131109-28','10:11',1,'DR OWHANDOH',NULL,'','20131109-4111',NULL),(11510,3166,4,531,'2013-11-09 18:12:02',1,0,'','2013110928','2013-11-09','2013-11-09','20131109-28','10:11',1,'DR OWHANDOH',NULL,'','20131109-4111',NULL),(11511,1072,3,531,'2013-11-09 18:38:56',1,0,'','2013101434','2013-11-09','2013-11-09','20131109-29','10:38',1,'',NULL,'','20131109-4112',NULL),(11512,2998,4,555,'2013-11-09 18:40:33',1,0,'','2013110761','2013-11-09','2013-11-09','20131109-30','10:39',1,'',NULL,'','20131109-4113',NULL),(11513,2156,1,531,'2013-11-09 18:56:33',0,0,'','2013110931','2013-11-09','2013-11-09','20131109-31','10:47',1,'DR OWHANDOH',NULL,'','20131109-4114',NULL),(11515,2156,4,531,'2013-11-09 18:56:33',0,0,'','2013110931','2013-11-09','2013-11-09','20131109-31','10:56',1,'DR OWHANDOH',NULL,'','20131109-4114',NULL),(11516,3167,4,531,'2013-11-09 18:58:12',1,0,'','2013110932','2013-11-09','2013-11-09','20131109-32','10:57',1,'DR OWHANDOH',NULL,'','20131109-4115',NULL),(11517,3168,3,531,'2013-11-09 19:19:27',0,0,'','2013110933','2013-11-09','2013-11-09','20131109-33','11:17',1,'DR OWHANDOH',NULL,'','20131109-4116',NULL),(11519,3168,4,531,'2013-11-09 19:19:27',1,0,'','2013110933','2013-11-09','2013-11-09','20131109-33','11:19',1,'DR OWHANDOH',NULL,'','20131109-4116',NULL),(11522,3168,1,531,'2013-11-09 19:19:28',1,0,'','2013110933','2013-11-09','2013-11-09','20131109-33','11:19',1,'DR OWHANDOH',NULL,'','20131109-4116',NULL),(11523,3152,3,531,'2013-11-09 19:29:20',1,0,'','2013110934','2013-11-09','2013-11-09','20131109-34','11:27',1,'DR VORTIA',NULL,'','20131109-4117',NULL),(11524,3169,4,531,'2013-11-09 19:31:58',1,0,'','2013110935','2013-11-09','2013-11-09','20131109-35','11:31',1,'DR OWHANDOH',NULL,'','20131109-4118',NULL),(11525,3170,3,531,'2013-11-09 19:35:36',1,0,'','2013110936','2013-11-09','2013-11-09','20131109-36','11:34',1,'DR NAIZER',NULL,'','20131109-4119',NULL),(11526,3171,3,531,'2013-11-09 19:38:43',1,0,'','2013110937','2013-11-09','2013-11-09','20131109-37','11:36',1,'DR NAIZER',NULL,'','20131109-4120',NULL),(11528,3171,4,531,'2013-11-09 19:38:43',0,0,'','2013110937','2013-11-09','2013-11-09','20131109-37','11:38',1,'DR NAIZER',NULL,'','20131109-4120',NULL),(11529,3172,3,531,'2013-11-09 19:47:34',0,0,'','2013110938','2013-11-09','2013-11-09','20131109-38','11:46',1,'DR NAIZER',NULL,'','20131109-4121',NULL),(11530,2156,1,550,'2013-11-09 19:50:40',0,0,'','2013110931','2013-11-09','2013-11-09','20131109-39','11:46',1,'',NULL,'','20131109-4122',NULL),(11531,3173,3,531,'2013-11-09 19:51:30',0,0,'','2013110940','2013-11-09','2013-11-09','20131109-40','11:49',1,'DR VORTIA',NULL,'','20131109-4123',NULL),(11533,3173,1,531,'2013-11-09 19:51:30',1,0,'','2013110940','2013-11-09','2013-11-09','20131109-40','11:50',1,'DR VORTIA',NULL,'','20131109-4123',NULL),(11536,3173,5,531,'2013-11-09 19:51:31',0,0,'','2013110940','2013-11-09','2013-11-09','20131109-40','11:51',1,'DR VORTIA',NULL,'','20131109-4123',NULL),(11537,2156,4,550,'2013-11-09 19:53:02',1,0,'','2013110931','2013-11-09','2013-11-09','20131109-41','11:52',1,'',NULL,'','20131109-4124',NULL),(11538,3174,3,531,'2013-11-09 19:56:27',0,0,'','2013110942','2013-11-09','2013-11-09','20131109-42','11:54',1,'DR VORTIA',NULL,'','20131109-4125',NULL),(11540,3174,1,531,'2013-11-09 19:56:27',1,0,'','2013110942','2013-11-09','2013-11-09','20131109-42','11:55',1,'DR VORTIA',NULL,'','20131109-4125',NULL),(11543,3174,5,531,'2013-11-09 19:56:27',1,0,'','2013110942','2013-11-09','2013-11-09','20131109-42','11:55',1,'DR VORTIA',NULL,'','20131109-4125',NULL),(11544,2443,3,531,'2013-11-09 20:04:20',1,0,'','2013110944','2013-11-09','2013-11-09','20131109-44','12:03',1,'DR TACHIE',NULL,'','20131109-4127',NULL),(11546,2443,1,531,'2013-11-09 20:04:20',1,0,'','2013110944','2013-11-09','2013-11-09','20131109-44','12:03',1,'DR TACHIE',NULL,'','20131109-4127',NULL),(11547,3175,3,531,'2013-11-09 20:06:20',0,0,'','2013110945','2013-11-09','2013-11-09','20131109-45','12:05',1,'DR VORTIA',NULL,'','20131109-4128',NULL),(11549,3175,4,531,'2013-11-09 20:06:20',1,0,'','2013110945','2013-11-09','2013-11-09','20131109-45','12:06',1,'DR VORTIA',NULL,'','20131109-4128',NULL),(11550,3033,10,555,'2013-11-09 20:10:28',1,0,'','2013110764','2013-11-09','2013-11-09','20131109-46','12:08',1,'',NULL,'','20131109-4129',NULL),(11551,219,3,531,'2013-11-09 20:11:31',0,0,'','2013110947','2013-11-09','2013-11-09','20131109-47','12:10',1,'DR NAIZER',NULL,'','20131109-4130',NULL),(11553,219,4,531,'2013-11-09 20:11:31',1,0,'','2013110947','2013-11-09','2013-11-09','20131109-47','12:11',1,'DR NAIZER',NULL,'','20131109-4130',NULL),(11554,3010,19,555,'2013-11-09 20:12:27',1,0,'','2013110728','2013-11-09','2013-11-09','20131109-48','12:11',1,'',NULL,'','20131109-4131',NULL),(11555,3176,5,531,'2013-11-09 20:13:48',1,0,'','2013110949','2013-11-09','2013-11-09','20131109-49','12:12',1,'DR FUMMY',NULL,'','20131109-4132',NULL),(11556,3177,3,531,'2013-11-09 20:20:05',1,0,'','2013110950','2013-11-09','2013-11-09','20131109-50','12:18',1,'DR OWHANDOH',NULL,'','20131109-4133',NULL),(11558,3177,4,531,'2013-11-09 20:20:05',1,0,'','2013110950','2013-11-09','2013-11-09','20131109-50','12:19',1,'DR OWHANDOH',NULL,'','20131109-4133',NULL),(11559,3178,3,531,'2013-11-09 20:26:39',0,0,'','2013110951','2013-11-09','2013-11-09','20131109-51','12:24',1,'DR VORTIA',NULL,'','20131109-4134',NULL),(11561,3178,1,531,'2013-11-09 20:26:40',0,0,'','2013110951','2013-11-09','2013-11-09','20131109-51','12:25',1,'DR VORTIA',NULL,'','20131109-4134',NULL),(11562,3179,3,531,'2013-11-09 20:36:26',0,0,'','2013110952','2013-11-09','2013-11-09','20131109-52','12:33',1,'DR VORTIA',NULL,'','20131109-4135',NULL),(11564,3179,4,531,'2013-11-09 20:36:26',1,0,'','2013110952','2013-11-09','2013-11-09','20131109-52','12:36',1,'DR VORTIA',NULL,'','20131109-4135',NULL),(11567,3179,5,531,'2013-11-09 20:36:26',1,0,'','2013110952','2013-11-09','2013-11-09','20131109-52','12:36',1,'DR VORTIA',NULL,'','20131109-4135',NULL),(11568,286,3,531,'2013-11-09 20:38:45',0,0,'','2013110953','2013-11-09','2013-11-09','20131109-53','12:37',1,'DR VORTIA',NULL,'','20131109-4136',NULL),(11569,3180,17,531,'2013-11-09 20:42:05',0,0,'','2013110954','2013-11-09','2013-11-09','20131109-54','12:40',1,'DR SGEPI ATTEE',NULL,'','20131109-4137',NULL),(11570,2973,4,555,'2013-11-09 20:43:13',1,0,'','20131106103','2013-11-09','2013-11-09','20131109-55','12:42',1,'',NULL,'','20131109-4138',NULL),(11571,1600,3,531,'2013-11-09 20:52:56',0,0,'','2013110956','2013-11-09','2013-11-09','20131109-56','12:52',1,'DR OWHANDOH',NULL,'','20131109-4139',NULL),(11572,3162,3,555,'2013-11-09 20:59:50',1,0,'','2013110921','2013-11-09','2013-11-09','20131109-57','12:59',1,'',NULL,'','20131109-4140',NULL),(11573,364,3,531,'2013-11-09 21:03:19',0,0,'','2013110958','2013-11-09','2013-11-09','20131109-58','13:00',1,'DR NAIZER',NULL,'','20131109-4141',NULL),(11575,364,1,531,'2013-11-09 21:03:19',0,0,'','2013110958','2013-11-09','2013-11-09','20131109-58','13:03',1,'DR NAIZER',NULL,'','20131109-4141',NULL),(11576,1874,4,555,'2013-11-09 21:12:38',1,0,'','2013110434','2013-11-09','2013-11-09','20131109-59','13:12',1,'',NULL,'','20131109-4142',NULL),(11577,3181,3,531,'2013-11-09 21:14:37',0,0,'','2013110960','2013-11-09','2013-11-09','20131109-60','13:12',1,'DR OWHANDOH',NULL,'','20131109-4143',NULL),(11579,3181,1,531,'2013-11-09 21:14:37',1,0,'','2013110960','2013-11-09','2013-11-09','20131109-60','13:13',1,'DR OWHANDOH',NULL,'','20131109-4143',NULL),(11582,3181,4,531,'2013-11-09 21:14:38',1,0,'','2013110960','2013-11-09','2013-11-09','20131109-60','13:14',1,'DR OWHANDOH',NULL,'','20131109-4143',NULL),(11586,3181,5,531,'2013-11-09 21:14:38',0,0,'','2013110960','2013-11-09','2013-11-09','20131109-60','13:14',1,'DR OWHANDOH',NULL,'','20131109-4143',NULL),(11587,3182,3,531,'2013-11-09 21:17:18',0,0,'','2013110961','2013-11-09','2013-11-09','20131109-61','13:15',1,'DR OWHANDOH',NULL,'','20131109-4144',NULL),(11589,3182,4,531,'2013-11-09 21:17:18',1,0,'','2013110961','2013-11-09','2013-11-09','20131109-61','13:16',1,'DR OWHANDOH',NULL,'','20131109-4144',NULL),(11592,3182,1,531,'2013-11-09 21:17:18',1,0,'','2013110961','2013-11-09','2013-11-09','20131109-61','13:17',1,'DR OWHANDOH',NULL,'','20131109-4144',NULL),(11593,3166,3,555,'2013-11-09 21:21:20',1,0,'','2013110928','2013-11-09','2013-11-09','20131109-62','13:21',1,'',NULL,'','20131109-4145',NULL),(11594,3183,3,531,'2013-11-09 21:30:40',0,0,'','2013110963','2013-11-09','2013-11-09','20131109-63','13:29',1,'DR OFORI ANTI',NULL,'','20131109-4146',NULL),(11596,3183,1,531,'2013-11-09 21:30:41',0,0,'','2013110963','2013-11-09','2013-11-09','20131109-63','13:30',1,'DR OFORI ANTI',NULL,'','20131109-4146',NULL),(11597,1765,3,531,'2013-11-09 21:33:54',1,0,'','2013110964','2013-11-09','2013-11-09','20131109-64','13:32',1,'DR QUAMPAH',NULL,'','20131109-4147',NULL),(11599,1765,1,531,'2013-11-09 21:33:54',1,0,'','2013110964','2013-11-09','2013-11-09','20131109-64','13:33',1,'DR QUAMPAH',NULL,'','20131109-4147',NULL),(11600,3184,3,531,'2013-11-09 21:36:15',0,0,'','2013110965','2013-11-09','2013-11-09','20131109-65','13:34',1,'DR OWHANDOH',NULL,'','20131109-4148',NULL),(11602,3184,4,531,'2013-11-09 21:36:15',1,0,'','2013110965','2013-11-09','2013-11-09','20131109-65','13:36',1,'DR OWHANDOH',NULL,'','20131109-4148',NULL),(11603,3185,3,531,'2013-11-09 21:40:35',1,0,'','2013110966','2013-11-09','2013-11-09','20131109-66','13:39',1,'DR VORTIA',NULL,'','20131109-4149',NULL),(11604,3186,3,531,'2013-11-09 21:49:33',0,0,'','2013110967','2013-11-09','2013-11-09','20131109-67','13:48',1,'DR VORTIA',NULL,'','20131109-4150',NULL),(11605,3168,4,531,'2013-11-09 21:55:50',0,0,'','2013110933','2013-11-09','2013-11-09','20131109-69','13:55',1,'',NULL,'','20131109-4152',NULL),(11607,3168,3,531,'2013-11-09 21:55:51',0,0,'','2013110967','2013-11-09','2013-11-09','20131109-69','13:55',1,'',NULL,'','20131109-4152',NULL),(11608,1824,3,531,'2013-11-09 22:04:11',0,0,'','2013110970','2013-11-09','2013-11-09','20131109-70','14:00',1,'DR VORTIA',NULL,'','20131109-4153',NULL),(11609,1823,3,531,'2013-11-09 22:18:20',0,0,'','2013110971','2013-11-09','2013-11-09','20131109-71','14:16',1,'DR VORTIA',NULL,'','20131109-4154',NULL),(11610,3187,3,531,'2013-11-09 22:24:45',0,0,'','2013110972','2013-11-09','2013-11-09','20131109-72','14:21',1,'DR OWHANDOH',NULL,'','20131109-4155',NULL),(11612,3187,1,531,'2013-11-09 22:24:45',1,0,'','2013110972','2013-11-09','2013-11-09','20131109-72','14:23',1,'DR OWHANDOH',NULL,'','20131109-4155',NULL),(11615,3187,4,531,'2013-11-09 22:24:45',1,0,'','2013110972','2013-11-09','2013-11-09','20131109-72','14:24',1,'DR OWHANDOH',NULL,'','20131109-4155',NULL),(11619,3187,5,531,'2013-11-09 22:24:45',0,0,'','2013110972','2013-11-09','2013-11-09','20131109-72','14:24',1,'DR OWHANDOH',NULL,'','20131109-4155',NULL),(11620,3188,3,531,'2013-11-09 22:31:31',0,0,'','2013110973','2013-11-09','2013-11-09','20131109-73','14:29',1,'DR OWHANDOH',NULL,'','20131109-4156',NULL),(11622,3188,4,531,'2013-11-09 22:31:31',1,0,'','2013110973','2013-11-09','2013-11-09','20131109-73','14:31',1,'DR OWHANDOH',NULL,'','20131109-4156',NULL),(11623,893,3,531,'2013-11-09 22:44:37',0,0,'','2013110974','2013-11-09','2013-11-09','20131109-74','14:42',1,'DR TAKYI',NULL,'','20131109-4157',NULL),(11625,893,4,531,'2013-11-09 22:44:37',1,0,'','2013110974','2013-11-09','2013-11-09','20131109-74','14:44',1,'DR TAKYI',NULL,'','20131109-4157',NULL),(11628,893,28,531,'2013-11-09 22:44:38',0,0,'','2013110974','2013-11-09','2013-11-09','20131109-74','14:44',1,'DR TAKYI',NULL,'','20131109-4157',NULL); +INSERT INTO `specimen` VALUES (11629,3189,3,531,'2013-11-09 22:47:03',0,0,'','2013110975','2013-11-09','2013-11-09','20131109-75','14:46',1,'DR OFORI ANTI',NULL,'','20131109-4158',NULL),(11631,3189,4,531,'2013-11-09 22:47:04',1,0,'','2013110975','2013-11-09','2013-11-09','20131109-75','14:46',1,'DR OFORI ANTI',NULL,'','20131109-4158',NULL),(11632,3190,3,531,'2013-11-09 23:00:35',0,0,'','2013110976','2013-11-09','2013-11-09','20131109-76','14:59',1,'DR OFORI ANTI',NULL,'','20131109-4159',NULL),(11634,3190,4,531,'2013-11-09 23:00:35',1,0,'','2013110976','2013-11-09','2013-11-09','20131109-76','15:00',1,'DR OFORI ANTI',NULL,'','20131109-4159',NULL),(11635,3191,3,531,'2013-11-09 23:04:19',0,0,'','2013110977','2013-11-09','2013-11-09','20131109-77','15:03',1,'DR VORTIA',NULL,'','20131109-4160',NULL),(11636,2931,3,531,'2013-11-09 23:30:26',0,0,'','2013110978','2013-11-09','2013-11-09','20131109-78','15:27',1,'DR TACHIE',NULL,'','20131109-4161',NULL),(11638,2931,1,531,'2013-11-09 23:30:26',0,0,'','2013110978','2013-11-09','2013-11-09','20131109-78','15:29',1,'DR TACHIE',NULL,'','20131109-4161',NULL),(11641,2931,28,531,'2013-11-09 23:30:26',0,0,'','2013110978','2013-11-09','2013-11-09','20131109-78','15:30',1,'DR TACHIE',NULL,'','20131109-4161',NULL),(11642,3192,3,555,'2013-11-10 00:35:25',0,0,'','2013110979','2013-11-09','2013-11-09','20131109-79','16:32',1,'DR K AMAOH',NULL,'','20131109-4162',NULL),(11644,3192,4,555,'2013-11-10 00:35:25',1,0,'','2013110979','2013-11-09','2013-11-09','20131109-79','16:34',1,'DR K AMAOH',NULL,'','20131109-4162',NULL),(11645,3193,28,555,'2013-11-10 00:39:08',0,0,'','2013110980','2013-11-09','2013-11-09','20131109-80','16:37',1,'DR TAKYI',NULL,'','20131109-4163',NULL),(11646,3194,3,555,'2013-11-10 00:44:04',0,0,'','2013110981','2013-11-09','2013-11-09','20131109-81','16:41',1,'DR K AMAOH',NULL,'','20131109-4164',NULL),(11648,3194,1,555,'2013-11-10 00:44:04',0,0,'','2013110981','2013-11-09','2013-11-09','20131109-81','16:42',1,'DR K AMAOH',NULL,'','20131109-4164',NULL),(11649,3195,1,555,'2013-11-10 00:50:51',0,0,'','2013110982 ','2013-11-09','2013-11-09','20131109-82','16:46',1,'DR TACHIE',NULL,'','20131109-4165',NULL),(11650,3195,4,555,'2013-11-10 00:51:56',1,0,'','2013110983 ','2013-11-09','2013-11-09','20131109-83','16:51',1,'',NULL,'','20131109-4166',NULL),(11651,3196,3,555,'2013-11-10 00:55:56',0,0,'','2013110984','2013-11-09','2013-11-09','20131109-84','16:53',1,'DR ARMAH',NULL,'','20131109-4167',NULL),(11652,3197,3,555,'2013-11-10 01:01:31',0,0,'','2013110985 ','2013-11-09','2013-11-09','20131109-85','16:58',1,'DR K AMAOH',NULL,'','20131109-4168',NULL),(11654,3197,4,555,'2013-11-10 01:01:32',1,0,'','2013110985 ','2013-11-09','2013-11-09','20131109-85','17:01',1,'DR K AMAOH',NULL,'','20131109-4168',NULL),(11655,3194,2,555,'2013-11-10 01:03:45',0,0,'','2013110981','2013-11-09','2013-11-09','20131109-86','17:03',1,'',NULL,'','20131109-4169',NULL),(11656,3183,3,531,'2013-11-10 01:15:56',0,0,'','2013110987','2013-11-09','2013-11-09','20131109-87','17:14',1,'DR OFORI ANTI',NULL,'','20131109-4170',NULL),(11657,2373,4,531,'2013-11-10 01:18:02',1,0,'','2013110988','2013-11-09','2013-11-09','20131109-88','17:16',1,'DR OWHANDOH',NULL,'','20131109-4171',NULL),(11658,3181,1,531,'2013-11-10 01:22:57',1,0,'','2013110989','2013-11-09','2013-11-09','20131109-89','17:21',1,'DR K AMAOH',NULL,'','20131109-4172',NULL),(11660,3181,5,531,'2013-11-10 01:22:57',0,0,'','2013110989','2013-11-09','2013-11-09','20131109-89','17:22',1,'DR K AMAOH',NULL,'','20131109-4172',NULL),(11661,3198,3,531,'2013-11-10 01:29:37',0,0,'','2013110990 ','2013-11-09','2013-11-09','20131109-90','17:28',1,'DR TAKYI',NULL,'','20131109-4173',NULL),(11662,3199,3,531,'2013-11-10 01:32:27',0,0,'','2013110991','2013-11-09','2013-11-09','20131109-91','17:30',1,'DR K AMAOH',NULL,'','20131109-4174',NULL),(11664,3199,1,531,'2013-11-10 01:32:28',1,0,'','2013110991','2013-11-09','2013-11-09','20131109-91','17:31',1,'DR K AMAOH',NULL,'','20131109-4174',NULL),(11667,3199,4,531,'2013-11-10 01:32:28',0,0,'','2013110991','2013-11-09','2013-11-09','20131109-91','17:32',1,'DR K AMAOH',NULL,'','20131109-4174',NULL),(11668,3200,3,531,'2013-11-10 01:57:28',1,0,'','2013110992','2013-11-09','2013-11-09','20131109-92','17:56',1,'DR K AMAOH',NULL,'','20131109-4175',NULL),(11669,2993,3,531,'2013-11-10 02:08:38',0,0,'','2013110993','2013-11-09','2013-11-09','20131109-93','18:07',1,'DR OFORI ANTI',NULL,'','20131109-4176',NULL),(11670,3201,1,531,'2013-11-10 02:26:31',0,0,'','2013110994','2013-11-09','2013-11-09','20131109-94','18:25',1,'DR K AMAOH',NULL,'','20131109-4177',NULL),(11671,3202,3,531,'2013-11-10 02:29:26',1,0,'','2013110995','2013-11-09','2013-11-09','20131109-95','18:27',1,'DR OFORI ANTI',NULL,'','20131109-4178',NULL),(11672,3203,3,531,'2013-11-10 02:40:40',1,0,'','2013110996','2013-11-09','2013-11-09','20131109-96','18:39',1,'DR OFORI ANTI',NULL,'','20131109-4179',NULL),(11673,3204,3,531,'2013-11-10 02:45:57',0,0,'','2013110997','2013-11-09','2013-11-09','20131109-97','18:44',1,'DR TAKYI',NULL,'','20131109-4180',NULL),(11675,3204,4,531,'2013-11-10 02:45:57',1,0,'','2013110997','2013-11-09','2013-11-09','20131109-97','18:45',1,'DR TAKYI',NULL,'','20131109-4180',NULL),(11676,3205,3,531,'2013-11-10 02:50:29',0,0,'','2013110998','2013-11-09','2013-11-09','20131109-98','18:49',1,'DR K AMAOH',NULL,'','20131109-4181',NULL),(11678,3205,1,531,'2013-11-10 02:50:29',1,0,'','2013110998','2013-11-09','2013-11-09','20131109-98','18:49',1,'DR K AMAOH',NULL,'','20131109-4181',NULL),(11681,3205,5,531,'2013-11-10 02:50:29',0,0,'','2013110998','2013-11-09','2013-11-09','20131109-98','18:50',1,'DR K AMAOH',NULL,'','20131109-4181',NULL),(11682,3206,3,531,'2013-11-10 02:58:49',1,0,'','2013110999 ','2013-11-09','2013-11-09','20131109-99','18:57',1,'DR TAKYI',NULL,'','20131109-4182',NULL),(11684,3206,4,531,'2013-11-10 02:58:49',1,0,'','2013110999 ','2013-11-09','2013-11-09','20131109-99','18:58',1,'DR TAKYI',NULL,'','20131109-4182',NULL),(11685,3207,3,531,'2013-11-10 03:06:49',1,0,'','20131109100','2013-11-09','2013-11-09','20131109-100','19:04',1,'DR SGEPI ATTEE',NULL,'','20131109-4183',NULL),(11687,3207,1,531,'2013-11-10 03:06:49',0,0,'','20131109100','2013-11-09','2013-11-09','20131109-100','19:05',1,'DR SGEPI ATTEE',NULL,'','20131109-4183',NULL),(11690,3207,4,531,'2013-11-10 03:06:49',1,0,'','20131109100','2013-11-09','2013-11-09','20131109-100','19:06',1,'DR SGEPI ATTEE',NULL,'','20131109-4183',NULL),(11691,3208,3,558,'2013-11-10 03:43:45',1,0,'','20131109101','2013-11-09','2013-11-09','20131109-101','19:42',1,'',NULL,'','20131109-4184',NULL),(11693,3208,4,558,'2013-11-10 03:43:46',1,0,'','20131109101','2013-11-09','2013-11-09','20131109-101','19:43',1,'',NULL,'','20131109-4184',NULL),(11694,3209,4,558,'2013-11-10 03:53:24',1,0,'','20131109102','2013-11-09','2013-11-09','20131109-102','19:52',1,'DR K AMAOH',NULL,'','20131109-4185',NULL),(11695,3210,3,558,'2013-11-10 03:56:06',1,0,'','20131109103','2013-11-09','2013-11-09','20131109-103','19:54',1,'DR K AMAOH',NULL,'','20131109-4186',NULL),(11697,3210,1,558,'2013-11-10 03:56:06',1,0,'','20131109103','2013-11-09','2013-11-09','20131109-103','19:55',1,'DR K AMAOH',NULL,'','20131109-4186',NULL),(11698,3211,3,558,'2013-11-10 05:23:38',1,0,'','20131109104','2013-11-09','2013-11-09','20131109-104','21:22',1,'DR YEBOAH',NULL,'','20131109-4187',NULL),(11700,3211,4,558,'2013-11-10 05:23:38',1,0,'','20131109104','2013-11-09','2013-11-09','20131109-104','21:22',1,'DR YEBOAH',NULL,'','20131109-4187',NULL),(11703,3211,1,558,'2013-11-10 05:23:39',1,0,'','20131109104','2013-11-09','2013-11-09','20131109-104','21:23',1,'DR YEBOAH',NULL,'','20131109-4187',NULL),(11707,3211,5,558,'2013-11-10 05:23:39',0,0,'','20131109104','2013-11-09','2013-11-09','20131109-104','21:23',1,'DR YEBOAH',NULL,'','20131109-4187',NULL),(11708,3212,3,558,'2013-11-10 05:37:31',1,0,'','20131109105','2013-11-09','2013-11-09','20131109-105','21:35',1,'DR DANIELS',NULL,'','20131109-4188',NULL),(11710,3212,4,558,'2013-11-10 05:37:31',0,0,'','20131109105','2013-11-09','2013-11-09','20131109-105','21:37',1,'DR DANIELS',NULL,'','20131109-4188',NULL),(11713,3212,5,558,'2013-11-10 05:37:32',0,0,'','20131109105','2013-11-09','2013-11-09','20131109-105','21:37',1,'DR DANIELS',NULL,'','20131109-4188',NULL),(11714,3213,3,558,'2013-11-10 05:40:15',1,0,'','20131109106 ','2013-11-09','2013-11-09','20131109-106','21:39',1,'DR YEBOAH',NULL,'','20131109-4189',NULL),(11716,3213,4,558,'2013-11-10 05:40:15',1,0,'','20131109106 ','2013-11-09','2013-11-09','20131109-106','21:40',1,'DR YEBOAH',NULL,'','20131109-4189',NULL),(11717,3214,3,558,'2013-11-10 05:55:35',1,0,'','20131109107','2013-11-09','2013-11-09','20131109-107','21:54',1,'DR YEBOAH',NULL,'','20131109-4190',NULL),(11718,210,3,558,'2013-11-10 06:10:07',1,0,'','20131109108','2013-11-09','2013-11-09','20131109-108','22:07',1,'DR YEBOAH',NULL,'','20131109-4191',NULL),(11720,210,4,558,'2013-11-10 06:10:07',1,0,'','20131109108','2013-11-09','2013-11-09','20131109-108','22:09',1,'DR YEBOAH',NULL,'','20131109-4191',NULL),(11721,3215,3,558,'2013-11-10 06:55:22',1,0,'','20131109109','2013-11-09','2013-11-09','20131109-109','22:52',1,'DR YEBOAH',NULL,'','20131109-4192',NULL),(11723,3215,4,558,'2013-11-10 06:55:22',1,0,'','20131109109','2013-11-09','2013-11-09','20131109-109','22:54',1,'DR YEBOAH',NULL,'','20131109-4192',NULL),(11726,3215,1,558,'2013-11-10 06:55:22',1,0,'','20131109109','2013-11-09','2013-11-09','20131109-109','22:54',1,'DR YEBOAH',NULL,'','20131109-4192',NULL),(11730,3215,5,558,'2013-11-10 06:55:23',0,0,'','20131109109','2013-11-09','2013-11-09','20131109-109','22:55',1,'DR YEBOAH',NULL,'','20131109-4192',NULL),(11731,3216,3,558,'2013-11-10 07:42:11',0,0,'','20131109110','2013-11-09','2013-11-09','20131109-110','23:40',1,'DR ARMAH',NULL,'','20131109-4193',NULL),(11732,3217,3,558,'2013-11-10 08:20:48',1,0,'','201311101','2013-11-10','2013-11-10','20131110-1','00:19',1,'DR DANIELS',NULL,'','20131110-4194',NULL),(11734,3217,5,558,'2013-11-10 08:20:49',0,0,'','201311101','2013-11-10','2013-11-10','20131110-1','00:20',1,'DR DANIELS',NULL,'','20131110-4194',NULL),(11735,3218,3,558,'2013-11-10 08:30:25',1,0,'','201311102','2013-11-10','2013-11-10','20131110-2','00:29',1,'DR DANIELS',NULL,'','20131110-4195',NULL),(11736,3219,3,558,'2013-11-10 10:40:17',1,0,'','201311103','2013-11-10','2013-11-10','20131110-3','02:39',1,'DR DANIELS',NULL,'','20131110-4196',NULL),(11737,3220,3,558,'2013-11-10 14:44:54',0,0,'','201311104','2013-11-10','2013-11-10','20131110-4','06:42',1,'DR DJAN',NULL,'','20131110-4197',NULL),(11739,3220,1,558,'2013-11-10 14:44:55',0,0,'','201311104','2013-11-10','2013-11-10','20131110-4','06:44',1,'DR DJAN',NULL,'','20131110-4197',NULL),(11740,3221,3,558,'2013-11-10 15:16:43',0,0,'','201311105','2013-11-10','2013-11-10','20131110-5','07:14',1,'DR MENSAH',NULL,'','20131110-4198',NULL),(11742,3221,4,558,'2013-11-10 15:16:43',1,0,'','201311105','2013-11-10','2013-11-10','20131110-5','07:15',1,'DR MENSAH',NULL,'','20131110-4198',NULL),(11745,3221,1,558,'2013-11-10 15:16:43',0,0,'','201311105','2013-11-10','2013-11-10','20131110-5','07:16',1,'DR MENSAH',NULL,'','20131110-4198',NULL),(11746,3222,3,558,'2013-11-10 15:19:43',0,0,'','201311106','2013-11-10','2013-11-10','20131110-6','07:17',1,'DR MENSAH',NULL,'','20131110-4199',NULL),(11748,3222,4,558,'2013-11-10 15:19:43',1,0,'','201311106','2013-11-10','2013-11-10','20131110-6','07:18',1,'DR MENSAH',NULL,'','20131110-4199',NULL),(11751,3222,1,558,'2013-11-10 15:19:44',0,0,'','201311106','2013-11-10','2013-11-10','20131110-6','07:19',1,'DR MENSAH',NULL,'','20131110-4199',NULL),(11752,3223,3,530,'2013-11-10 15:57:29',0,0,'','201311107','2013-11-10','2013-11-10','20131110-7','07:56',1,'DR DANIELS',NULL,'','20131110-4200',NULL),(11753,3224,3,530,'2013-11-10 16:11:42',0,0,'','201311108 ','2013-11-10','2013-11-10','20131110-8','08:10',1,'DR DANIELS',NULL,'','20131110-4201',NULL),(11755,3224,1,530,'2013-11-10 16:11:43',1,0,'','201311108 ','2013-11-10','2013-11-10','20131110-8','08:11',1,'DR DANIELS',NULL,'','20131110-4201',NULL),(11758,3224,5,530,'2013-11-10 16:11:43',0,0,'','201311108 ','2013-11-10','2013-11-10','20131110-8','08:11',1,'DR DANIELS',NULL,'','20131110-4201',NULL),(11759,3225,1,530,'2013-11-10 16:23:09',0,0,'','201311109','2013-11-10','2013-11-10','20131110-9','08:22',1,'DR VORTIA',NULL,'','20131110-4202',NULL),(11761,3225,2,530,'2013-11-10 16:23:09',0,0,'','201311109','2013-11-10','2013-11-10','20131110-9','08:22',1,'DR VORTIA',NULL,'','20131110-4202',NULL),(11762,3189,2,530,'2013-11-10 16:37:55',0,0,'','2013111010 ','2013-11-10','2013-11-10','20131110-10','08:36',1,'DR TAKYI',NULL,'','20131110-4203',NULL),(11764,3189,3,530,'2013-11-10 16:37:56',1,0,'','2013111010 ','2013-11-10','2013-11-10','20131110-10','08:37',1,'DR TAKYI',NULL,'','20131110-4203',NULL),(11765,3226,3,530,'2013-11-10 17:30:59',0,0,'','2013111011','2013-11-10','2013-11-10','20131110-11','09:29',1,'DR DANIELS',NULL,'','20131110-4204',NULL),(11767,3226,4,530,'2013-11-10 17:31:00',1,0,'','2013111011','2013-11-10','2013-11-10','20131110-11','09:30',1,'DR DANIELS',NULL,'','20131110-4204',NULL),(11768,3227,1,530,'2013-11-10 17:44:58',0,0,'','2013111012','2013-11-10','2013-11-10','20131110-12','09:43',1,'DR SALLAR',NULL,'','20131110-4205',NULL),(11770,3227,3,530,'2013-11-10 17:44:58',0,0,'','2013111012','2013-11-10','2013-11-10','20131110-12','09:44',1,'DR SALLAR',NULL,'','20131110-4205',NULL),(11773,3227,4,530,'2013-11-10 17:44:59',1,0,'','2013111012','2013-11-10','2013-11-10','20131110-12','09:44',1,'DR SALLAR',NULL,'','20131110-4205',NULL),(11774,3228,1,530,'2013-11-10 18:00:15',0,0,'','2013111013','2013-11-10','2013-11-10','20131110-13','09:58',1,'DR MENSAH',NULL,'','20131110-4206',NULL),(11776,3228,3,530,'2013-11-10 18:00:15',0,0,'','2013111013','2013-11-10','2013-11-10','20131110-13','09:59',1,'DR MENSAH',NULL,'','20131110-4206',NULL),(11779,3228,4,530,'2013-11-10 18:00:16',1,0,'','2013111013','2013-11-10','2013-11-10','20131110-13','10:00',1,'DR MENSAH',NULL,'','20131110-4206',NULL),(11780,3021,2,530,'2013-11-10 18:15:00',0,0,'','2013111013','2013-11-10','2013-11-10','20131110-14','10:14',1,'DR VORTIA',NULL,'','20131110-4207',NULL),(11781,3224,1,552,'2013-11-10 18:15:21',1,0,'','','2013-11-10','2013-11-10','20131110-15','10:15',1,'',NULL,'','20131110-4208',NULL),(11782,3229,3,530,'2013-11-10 18:34:31',0,0,'','2013111016','2013-11-10','2013-11-10','20131110-16','10:33',1,'DR OFORI',NULL,'','20131110-4209',NULL),(11783,3021,2,530,'2013-11-10 18:39:04',1,0,'','2013111014','2013-11-10','2013-11-10','20131110-18','10:38',1,'DR VORTIA',NULL,'','20131110-4211',NULL),(11784,3230,1,530,'2013-11-10 19:14:34',0,0,'','2013111019','2013-11-10','2013-11-10','20131110-19','11:13',1,'DR OFORI',NULL,'','20131110-4212',NULL),(11786,3230,3,530,'2013-11-10 19:14:34',0,0,'','2013111019','2013-11-10','2013-11-10','20131110-19','11:14',1,'DR OFORI',NULL,'','20131110-4212',NULL),(11789,3230,4,530,'2013-11-10 19:14:35',1,0,'','2013111019','2013-11-10','2013-11-10','20131110-19','11:14',1,'DR OFORI',NULL,'','20131110-4212',NULL),(11790,3230,28,530,'2013-11-10 19:15:44',0,0,'','2013111019','2013-11-10','2013-11-10','20131110-20','11:15',1,'',NULL,'','20131110-4213',NULL),(11791,2499,1,530,'2013-11-10 19:24:06',0,0,'','2013111022','2013-11-10','2013-11-10','20131110-22','11:22',1,'DR FRIMPONG',NULL,'','20131110-4215',NULL),(11793,2499,3,530,'2013-11-10 19:24:06',0,0,'','2013111022','2013-11-10','2013-11-10','20131110-22','11:23',1,'DR FRIMPONG',NULL,'','20131110-4215',NULL),(11794,3231,2,530,'2013-11-10 19:35:21',1,0,'','2013111023','2013-11-10','2013-11-10','20131110-23','11:34',1,'DR FRIMPONG',NULL,'','20131110-4216',NULL),(11796,3231,4,530,'2013-11-10 19:35:21',1,0,'','2013111023','2013-11-10','2013-11-10','20131110-23','11:35',1,'DR FRIMPONG',NULL,'','20131110-4216',NULL),(11797,3232,3,530,'2013-11-10 20:03:02',0,0,'','2013111024','2013-11-10','2013-11-10','20131110-24','12:01',1,'DR FRIMPONG',NULL,'','20131110-4217',NULL),(11799,3232,2,530,'2013-11-10 20:03:02',1,0,'','2013111024','2013-11-10','2013-11-10','20131110-24','12:02',1,'DR FRIMPONG',NULL,'','20131110-4217',NULL),(11802,3232,1,530,'2013-11-10 20:03:03',0,0,'','2013111024','2013-11-10','2013-11-10','20131110-24','12:02',1,'DR FRIMPONG',NULL,'','20131110-4217',NULL),(11803,3100,4,535,'2013-11-10 20:26:44',1,0,'','2013110820','2013-11-10','2013-11-10','20131110-25','12:26',1,'',NULL,'','20131110-4218',NULL),(11804,3233,1,530,'2013-11-10 20:59:26',0,0,'','2013111026','2013-11-10','2013-11-10','20131110-26','12:58',1,'',NULL,'','20131110-4219',NULL),(11805,3234,3,530,'2013-11-10 21:09:23',0,0,'','2013111028','2013-11-10','2013-11-10','20131110-28','13:07',1,'DR OFORI',NULL,'','20131110-4221',NULL),(11807,3234,4,530,'2013-11-10 21:09:23',1,0,'','2013111028','2013-11-10','2013-11-10','20131110-28','13:09',1,'DR OFORI',NULL,'','20131110-4221',NULL),(11808,3235,3,530,'2013-11-10 21:40:29',0,0,'','2013111029','2013-11-10','2013-11-10','20131110-29','13:39',1,'DR OFORI',NULL,'','20131110-4222',NULL),(11810,3235,1,530,'2013-11-10 21:40:29',1,0,'','2013111029','2013-11-10','2013-11-10','20131110-29','13:40',1,'DR OFORI',NULL,'','20131110-4222',NULL),(11813,3235,4,530,'2013-11-10 21:40:29',1,0,'','2013111029','2013-11-10','2013-11-10','20131110-29','13:40',1,'DR OFORI',NULL,'','20131110-4222',NULL),(11814,3189,3,535,'2013-11-10 21:46:22',1,0,'','2013111010','2013-11-10','2013-11-10','20131110-30','13:45',1,'',NULL,'','20131110-4223',NULL),(11815,3236,3,530,'2013-11-10 21:48:14',0,0,'','2013111031','2013-11-10','2013-11-10','20131110-31','13:47',1,'DR OFORI',NULL,'','20131110-4224',NULL),(11817,3236,1,530,'2013-11-10 21:48:15',1,0,'','2013111031','2013-11-10','2013-11-10','20131110-31','13:47',1,'DR OFORI',NULL,'','20131110-4224',NULL),(11820,3236,4,530,'2013-11-10 21:48:15',1,0,'','2013111031','2013-11-10','2013-11-10','20131110-31','13:48',1,'DR OFORI',NULL,'','20131110-4224',NULL),(11821,3237,3,535,'2013-11-10 22:33:28',0,0,'','2013111032','2013-11-10','2013-11-10','20131110-32','14:32',1,'',NULL,'','20131110-4225',NULL),(11822,4,1,530,'2013-11-10 23:05:17',1,0,'','2013111033','2013-11-10','2013-11-10','20131110-33','15:03',1,'DR NKETIAH',NULL,'','20131110-4226',NULL),(11824,4,5,530,'2013-11-10 23:05:17',0,0,'','2013111033','2013-11-10','2013-11-10','20131110-33','15:04',1,'DR NKETIAH',NULL,'','20131110-4226',NULL),(11825,3234,4,530,'2013-11-11 00:06:37',1,0,'','2013111028','2013-11-10','2013-11-10','20131110-34','16:03',1,'DR SALLAR',NULL,'','20131110-4227',NULL),(11826,3238,3,530,'2013-11-11 00:08:44',0,0,'','2013111035','2013-11-10','2013-11-10','20131110-35','16:07',1,'DR SALLAR',NULL,'','20131110-4228',NULL),(11827,3239,3,530,'2013-11-11 00:23:39',1,0,'','2013111036','2013-11-10','2013-11-10','20131110-36','16:18',1,'',NULL,'','20131110-4229',NULL),(11829,3239,1,530,'2013-11-11 00:23:40',0,0,'','2013111036','2013-11-10','2013-11-10','20131110-36','16:21',1,'',NULL,'','20131110-4229',NULL),(11832,3239,4,530,'2013-11-11 00:23:40',1,0,'','2013111036','2013-11-10','2013-11-10','20131110-36','16:22',1,'',NULL,'','20131110-4229',NULL),(11836,3239,2,530,'2013-11-11 00:23:40',0,0,'','2013111036','2013-11-10','2013-11-10','20131110-36','16:23',1,'',NULL,'','20131110-4229',NULL),(11837,3240,3,530,'2013-11-11 00:27:53',0,0,'','2013111037','2013-11-10','2013-11-10','20131110-37','16:26',1,'DR NKETIAH',NULL,'','20131110-4230',NULL),(11839,3240,4,530,'2013-11-11 00:27:53',1,0,'','2013111037','2013-11-10','2013-11-10','20131110-37','16:27',1,'DR NKETIAH',NULL,'','20131110-4230',NULL),(11842,3240,1,530,'2013-11-11 00:27:53',1,0,'','2013111037','2013-11-10','2013-11-10','20131110-37','16:27',1,'DR NKETIAH',NULL,'','20131110-4230',NULL),(11846,3240,5,530,'2013-11-11 00:27:54',1,0,'','2013111037','2013-11-10','2013-11-10','20131110-37','16:27',1,'DR NKETIAH',NULL,'','20131110-4230',NULL),(11847,3241,3,530,'2013-11-11 00:31:00',0,0,'','2013111038','2013-11-10','2013-11-10','20131110-38','16:29',1,'DR SALLAR',NULL,'','20131110-4231',NULL),(11849,3241,4,530,'2013-11-11 00:31:00',1,0,'','2013111038','2013-11-10','2013-11-10','20131110-38','16:30',1,'DR SALLAR',NULL,'','20131110-4231',NULL),(11852,3241,5,530,'2013-11-11 00:31:01',1,0,'','2013111038','2013-11-10','2013-11-10','20131110-38','16:30',1,'DR SALLAR',NULL,'','20131110-4231',NULL),(11856,3241,1,530,'2013-11-11 00:31:01',1,0,'','2013111038','2013-11-10','2013-11-10','20131110-38','16:30',1,'DR SALLAR',NULL,'','20131110-4231',NULL),(11857,3242,1,530,'2013-11-11 00:40:03',0,0,'','2013111039','2013-11-10','2013-11-10','20131110-39','16:39',1,'DR NKETIAH',NULL,'','20131110-4232',NULL),(11858,3238,4,552,'2013-11-11 00:46:08',1,0,'','2013111035','2013-11-10','2013-11-10','20131110-40','16:45',1,'',NULL,'','20131110-4233',NULL),(11859,3243,3,530,'2013-11-11 01:04:29',0,0,'','2013111041','2013-11-10','2013-11-10','20131110-41','17:01',1,'DR VORTIA',NULL,'','20131110-4234',NULL),(11860,3244,3,530,'2013-11-11 01:10:58',0,0,'','2013111042','2013-11-10','2013-11-10','20131110-42','17:09',1,'DR SALLAR',NULL,'','20131110-4235',NULL),(11862,3244,1,530,'2013-11-11 01:10:58',1,0,'','2013111042','2013-11-10','2013-11-10','20131110-42','17:10',1,'DR SALLAR',NULL,'','20131110-4235',NULL),(11865,3244,4,530,'2013-11-11 01:10:59',1,0,'','2013111042','2013-11-10','2013-11-10','20131110-42','17:10',1,'DR SALLAR',NULL,'','20131110-4235',NULL),(11866,3183,3,530,'2013-11-11 01:12:48',0,0,'','2013111043 ','2013-11-10','2013-11-10','20131110-43','17:12',1,'',NULL,'','20131110-4236',NULL),(11867,3245,3,530,'2013-11-11 02:31:09',0,0,'','2013111044','2013-11-10','2013-11-10','20131110-44','18:30',1,'DR NKETIAH',NULL,'','20131110-4237',NULL),(11869,3245,1,530,'2013-11-11 02:31:09',0,0,'','2013111044','2013-11-10','2013-11-10','20131110-44','18:30',1,'DR NKETIAH',NULL,'','20131110-4237',NULL),(11872,3245,4,530,'2013-11-11 02:31:09',1,0,'','2013111044','2013-11-10','2013-11-10','20131110-44','18:30',1,'DR NKETIAH',NULL,'','20131110-4237',NULL),(11873,3246,3,530,'2013-11-11 02:45:59',0,0,'','2013111045 ','2013-11-10','2013-11-10','20131110-45','18:45',1,'DR SALLAR',NULL,'','20131110-4238',NULL),(11874,3247,3,530,'2013-11-11 03:13:18',0,0,'','2013111046','2013-11-10','2013-11-10','20131110-46','19:12',1,'DR NAIZER',NULL,'','20131110-4239',NULL),(11875,3248,3,558,'2013-11-11 03:25:52',0,0,'','2013111047','2013-11-10','2013-11-10','20131110-47','19:19',1,'DR SALLAR',NULL,'','20131110-4240',NULL),(11877,3248,4,558,'2013-11-11 03:25:52',1,0,'','2013111047','2013-11-10','2013-11-10','20131110-47','19:22',1,'DR SALLAR',NULL,'','20131110-4240',NULL),(11880,3248,1,558,'2013-11-11 03:25:53',1,0,'','2013111047','2013-11-10','2013-11-10','20131110-47','19:22',1,'DR SALLAR',NULL,'','20131110-4240',NULL),(11881,1462,3,558,'2013-11-11 03:41:08',0,0,'','2013111048','2013-11-10','2013-11-10','20131110-48','19:38',1,'DR NKETIAH',NULL,'','20131110-4241',NULL),(11883,1462,4,558,'2013-11-11 03:41:08',1,0,'','2013111048','2013-11-10','2013-11-10','20131110-48','19:40',1,'DR NKETIAH',NULL,'','20131110-4241',NULL),(11884,3249,3,558,'2013-11-11 03:46:08',0,0,'','2013111049 ','2013-11-10','2013-11-10','20131110-49','19:45',1,'DR NKETIAH',NULL,'','20131110-4242',NULL),(11885,3250,3,558,'2013-11-11 03:57:14',1,0,'','2013111050','2013-11-10','2013-11-10','20131110-50','19:55',1,'DR SALLAR',NULL,'','20131110-4243',NULL),(11887,3250,4,558,'2013-11-11 03:57:14',1,0,'','2013111050','2013-11-10','2013-11-10','20131110-50','19:56',1,'DR SALLAR',NULL,'','20131110-4243',NULL),(11890,3250,5,558,'2013-11-11 03:57:15',1,0,'','2013111050','2013-11-10','2013-11-10','20131110-50','19:56',1,'DR SALLAR',NULL,'','20131110-4243',NULL),(11891,3251,3,558,'2013-11-11 04:05:09',1,0,'','2013111051','2013-11-10','2013-11-10','20131110-51','20:04',1,'DR SALLAR',NULL,'','20131110-4244',NULL),(11892,3252,3,558,'2013-11-11 04:10:05',1,0,'','2013111052','2013-11-10','2013-11-10','20131110-52','20:08',1,'DR SALLAR',NULL,'','20131110-4245',NULL),(11894,3252,1,558,'2013-11-11 04:10:05',1,0,'','2013111052','2013-11-10','2013-11-10','20131110-52','20:09',1,'DR SALLAR',NULL,'','20131110-4245',NULL),(11895,3253,3,558,'2013-11-11 04:12:50',1,0,'','2013111053','2013-11-10','2013-11-10','20131110-53','20:11',1,'DR SALLAR',NULL,'','20131110-4246',NULL),(11897,3253,4,558,'2013-11-11 04:12:50',1,0,'','2013111053','2013-11-10','2013-11-10','20131110-53','20:12',1,'DR SALLAR',NULL,'','20131110-4246',NULL),(11898,2628,1,558,'2013-11-11 04:18:38',1,0,'','2013111054','2013-11-10','2013-11-10','20131110-54','20:14',1,'DR NKETIAH',NULL,'','20131110-4247',NULL),(11899,2196,5,558,'2013-11-11 05:34:28',1,0,'','2013111055','2013-11-10','2013-11-10','20131110-55','21:33',1,'DR DANIELS',NULL,'','20131110-4248',NULL),(11901,2196,1,558,'2013-11-11 05:34:29',0,0,'','2013111055','2013-11-10','2013-11-10','20131110-55','21:34',1,'DR DANIELS',NULL,'','20131110-4248',NULL),(11902,3254,3,558,'2013-11-11 06:13:01',1,0,'','2013111056','2013-11-10','2013-11-10','20131110-56','22:11',1,'DR DANIELS',NULL,'','20131110-4249',NULL),(11904,3254,5,558,'2013-11-11 06:13:02',0,0,'','2013111056','2013-11-10','2013-11-10','20131110-56','22:12',1,'DR DANIELS',NULL,'','20131110-4249',NULL),(11907,3254,1,558,'2013-11-11 06:13:02',1,0,'','2013111056','2013-11-10','2013-11-10','20131110-56','22:12',1,'DR DANIELS',NULL,'','20131110-4249',NULL),(11908,3255,3,558,'2013-11-11 07:08:24',1,0,'','2013111057','2013-11-10','2013-11-10','20131110-57','23:06',1,'DR DANIELS',NULL,'','20131110-4250',NULL),(11909,3256,3,558,'2013-11-11 07:27:52',1,0,'','2013111058','2013-11-10','2013-11-10','20131110-58','23:26',1,'DR DJAN',NULL,'','20131110-4251',NULL),(11911,3256,1,558,'2013-11-11 07:27:52',1,0,'','2013111058','2013-11-10','2013-11-10','20131110-58','23:27',1,'DR DJAN',NULL,'','20131110-4251',NULL),(11912,3257,3,558,'2013-11-11 08:34:53',1,0,'','201311111','2013-11-11','2013-11-11','20131111-1','00:31',1,'DR DANIELS',NULL,'','20131111-4252',NULL),(11914,3257,4,558,'2013-11-11 08:34:53',1,0,'','201311111','2013-11-11','2013-11-11','20131111-1','00:34',1,'DR DANIELS',NULL,'','20131111-4252',NULL),(11915,3258,3,558,'2013-11-11 08:54:06',1,0,'','201311112','2013-11-11','2013-11-11','20131111-2','00:52',1,'DR DANIELS',NULL,'','20131111-4253',NULL),(11917,3258,1,558,'2013-11-11 08:54:06',1,0,'','201311112','2013-11-11','2013-11-11','20131111-2','00:53',1,'DR DANIELS',NULL,'','20131111-4253',NULL),(11918,2696,3,558,'2013-11-11 13:29:44',1,0,'','201311113','2013-11-11','2013-11-11','20131111-3','05:06',1,'DR DJAN',NULL,'','20131111-4254',NULL),(11919,3244,1,558,'2013-11-11 14:14:26',0,0,'','201311114','2013-11-11','2013-11-11','20131111-4','06:12',1,'DR SALLAR',NULL,'','20131111-4255',NULL),(11921,3244,2,558,'2013-11-11 14:14:26',1,0,'','201311114','2013-11-11','2013-11-11','20131111-4','06:14',1,'DR SALLAR',NULL,'','20131111-4255',NULL),(11922,3259,3,558,'2013-11-11 14:17:09',1,0,'','201311115','2013-11-11','2013-11-11','20131111-5','06:16',1,'DR DJAN',NULL,'','20131111-4256',NULL),(11924,3259,1,558,'2013-11-11 14:17:09',1,0,'','201311115','2013-11-11','2013-11-11','20131111-5','06:16',1,'DR DJAN',NULL,'','20131111-4256',NULL),(11925,3260,3,558,'2013-11-11 14:46:05',1,0,'','201311116 ','2013-11-11','2013-11-11','20131111-6','06:45',1,'DR DANIELS',NULL,'','20131111-4257',NULL),(11926,3261,3,558,'2013-11-11 15:00:34',0,0,'','201311117','2013-11-11','2013-11-11','20131111-7','06:58',1,'DR VORTIA',NULL,'','20131111-4258',NULL),(11928,3261,4,558,'2013-11-11 15:00:34',1,0,'','201311117','2013-11-11','2013-11-11','20131111-7','06:59',1,'DR VORTIA',NULL,'','20131111-4258',NULL),(11931,3261,1,558,'2013-11-11 15:00:35',0,0,'','201311117','2013-11-11','2013-11-11','20131111-7','07:00',1,'DR VORTIA',NULL,'','20131111-4258',NULL),(11932,1265,3,558,'2013-11-11 15:15:17',0,0,'','201311118','2013-11-11','2013-11-11','20131111-8','07:14',1,'DR DANIELS',NULL,'','20131111-4259',NULL),(11934,1265,5,558,'2013-11-11 15:15:17',1,0,'','201311118','2013-11-11','2013-11-11','20131111-8','07:14',1,'DR DANIELS',NULL,'','20131111-4259',NULL),(11935,1314,3,530,'2013-11-11 16:30:50',0,0,'','201311119','2013-11-11','2013-11-11','20131111-9','08:26',1,'DR DJAN',NULL,'','20131111-4260',NULL),(11937,1314,1,530,'2013-11-11 16:30:51',0,0,'','201311119','2013-11-11','2013-11-11','20131111-9','08:29',1,'DR DJAN',NULL,'','20131111-4260',NULL),(11940,1314,2,530,'2013-11-11 16:30:51',0,0,'','201311119','2013-11-11','2013-11-11','20131111-9','08:29',1,'DR DJAN',NULL,'','20131111-4260',NULL),(11944,1314,4,530,'2013-11-11 16:30:51',1,0,'','201311119','2013-11-11','2013-11-11','20131111-9','08:30',1,'DR DJAN',NULL,'','20131111-4260',NULL),(11945,2059,3,530,'2013-11-11 16:37:25',0,0,'','2013111110','2013-11-11','2013-11-11','20131111-10','08:35',1,'DR VORTIA',NULL,'','20131111-4261',NULL),(11947,2059,4,530,'2013-11-11 16:37:25',1,0,'','2013111110','2013-11-11','2013-11-11','20131111-10','08:36',1,'DR VORTIA',NULL,'','20131111-4261',NULL),(11948,3262,2,530,'2013-11-11 16:43:14',0,0,'','2013111111','2013-11-11','2013-11-11','20131111-11','08:41',1,'DR DANIELS',NULL,'','20131111-4262',NULL),(11950,3262,1,530,'2013-11-11 16:43:14',0,0,'','2013111111','2013-11-11','2013-11-11','20131111-11','08:43',1,'DR DANIELS',NULL,'','20131111-4262',NULL),(11951,3263,3,530,'2013-11-11 16:56:42',0,0,'','2013111112','2013-11-11','2013-11-11','20131111-12','08:56',1,'DR OFORI ANTI',NULL,'','20131111-4263',NULL),(11952,3264,3,530,'2013-11-11 17:02:09',0,0,'','2013111113 ','2013-11-11','2013-11-11','20131111-13','09:00',1,'DR OWHANDOH',NULL,'','20131111-4264',NULL),(11954,3264,21,530,'2013-11-11 17:02:09',0,0,'','2013111113 ','2013-11-11','2013-11-11','20131111-13','09:01',1,'DR OWHANDOH',NULL,'','20131111-4264',NULL),(11955,3265,3,530,'2013-11-11 17:18:13',0,0,'','2013111114','2013-11-11','2013-11-11','20131111-14','09:17',1,'',NULL,'','20131111-4265',NULL),(11956,2497,15,534,'2013-11-11 17:22:29',1,0,'','2013110594','2013-11-11','2013-11-11','20131111-15','09:19',1,'',NULL,'','20131111-4266',NULL),(11957,2537,3,530,'2013-11-11 17:23:06',0,0,'','2013111116','2013-11-11','2013-11-11','20131111-16','09:22',1,'DR VORTIA',NULL,'','20131111-4267',NULL),(11958,3266,1,530,'2013-11-11 17:27:04',1,0,'','2013111117','2013-11-11','2013-11-11','20131111-17','09:26',1,'DR OFORI ANTI',NULL,'','20131111-4268',NULL),(11960,3266,4,530,'2013-11-11 17:27:05',1,0,'','2013111117','2013-11-11','2013-11-11','20131111-17','09:26',1,'DR OFORI ANTI',NULL,'','20131111-4268',NULL),(11961,3267,3,530,'2013-11-11 17:31:32',0,0,'','2013111118','2013-11-11','2013-11-11','20131111-18','09:30',1,'DR VORTIA',NULL,'','20131111-4269',NULL),(11963,3267,1,530,'2013-11-11 17:31:32',1,0,'','2013111118','2013-11-11','2013-11-11','20131111-18','09:31',1,'DR VORTIA',NULL,'','20131111-4269',NULL),(11966,3267,4,530,'2013-11-11 17:31:33',0,0,'','2013111118','2013-11-11','2013-11-11','20131111-18','09:31',1,'DR VORTIA',NULL,'','20131111-4269',NULL),(11967,3268,3,530,'2013-11-11 17:36:30',0,0,'','2013111119','2013-11-11','2013-11-11','20131111-19','09:35',1,'DR OFORI ANTI',NULL,'','20131111-4270',NULL),(11969,3268,4,530,'2013-11-11 17:36:30',0,0,'','2013111119','2013-11-11','2013-11-11','20131111-19','09:36',1,'DR OFORI ANTI',NULL,'','20131111-4270',NULL),(11970,3269,3,530,'2013-11-11 17:48:30',0,0,'','2013111120','2013-11-11','2013-11-11','20131111-20','09:46',1,'DR VORTIA',NULL,'','20131111-4271',NULL),(11972,3269,4,530,'2013-11-11 17:48:30',0,0,'','2013111120','2013-11-11','2013-11-11','20131111-20','09:47',1,'DR VORTIA',NULL,'','20131111-4271',NULL),(11975,3269,1,530,'2013-11-11 17:48:30',0,0,'','2013111120','2013-11-11','2013-11-11','20131111-20','09:47',1,'DR VORTIA',NULL,'','20131111-4271',NULL),(11979,3269,5,530,'2013-11-11 17:48:31',0,0,'','2013111120','2013-11-11','2013-11-11','20131111-20','09:48',1,'DR VORTIA',NULL,'','20131111-4271',NULL),(11980,3270,3,530,'2013-11-11 17:51:00',0,0,'','2013111121','2013-11-11','2013-11-11','20131111-21','09:50',1,'DR VORTIA',NULL,'','20131111-4272',NULL),(11981,3271,3,530,'2013-11-11 17:55:16',0,0,'','2013111122','2013-11-11','2013-11-11','20131111-22','09:54',1,'DR OFORI ANTI',NULL,'','20131111-4273',NULL),(11982,3272,1,530,'2013-11-11 18:28:53',0,0,'','2013111123 ','2013-11-11','2013-11-11','20131111-23','10:27',1,'',NULL,'','20131111-4274',NULL),(11983,3273,3,530,'2013-11-11 18:50:16',0,0,'','2013111124','2013-11-11','2013-11-11','20131111-24','10:47',1,'DR DOW',NULL,'','20131111-4275',NULL),(11985,3273,1,530,'2013-11-11 18:50:16',1,0,'','2013111124','2013-11-11','2013-11-11','20131111-24','10:49',1,'DR DOW',NULL,'','20131111-4275',NULL),(11988,3273,17,530,'2013-11-11 18:50:16',1,0,'','2013111124','2013-11-11','2013-11-11','20131111-24','10:50',1,'DR DOW',NULL,'','20131111-4275',NULL),(11989,3100,1,534,'2013-11-11 18:51:47',1,0,'','2013110820','2013-11-11','2013-11-11','20131111-25','10:51',1,'',NULL,'','20131111-4276',NULL),(11990,2243,3,530,'2013-11-11 19:19:19',0,0,'','2013111127','2013-11-11','2013-11-11','20131111-27','11:18',1,'',NULL,'','20131111-4278',NULL),(11991,3274,3,530,'2013-11-11 19:21:46',0,0,'','2013111128','2013-11-11','2013-11-11','20131111-28','11:20',1,'',NULL,'','20131111-4279',NULL),(11992,3275,3,530,'2013-11-11 19:24:45',0,0,'','2013111129 ','2013-11-11','2013-11-11','20131111-29','11:24',1,'',NULL,'','20131111-4280',NULL),(11993,1227,3,530,'2013-11-11 19:26:18',0,0,'','2013111130','2013-11-11','2013-11-11','20131111-30','11:25',1,'',NULL,'','20131111-4281',NULL),(11994,3276,29,530,'2013-11-11 19:28:11',0,0,'','2013111131','2013-11-11','2013-11-11','20131111-31','11:27',1,'',NULL,'','20131111-4282',NULL),(11995,3268,4,555,'2013-11-11 19:29:14',1,0,'','2013111119','2013-11-11','2013-11-11','20131111-32','11:28',1,'',NULL,'','20131111-4283',NULL),(11996,2242,3,530,'2013-11-11 19:29:58',0,0,'','2013111133','2013-11-11','2013-11-11','20131111-33','11:29',1,'',NULL,'','20131111-4284',NULL),(11997,2241,3,530,'2013-11-11 19:31:23',0,0,'','2013111134','2013-11-11','2013-11-11','20131111-34','11:30',1,'',NULL,'','20131111-4285',NULL),(11998,3100,3,555,'2013-11-11 19:43:12',1,0,'','2013110820','2013-11-11','2013-11-11','20131111-35','11:41',1,'',NULL,'','20131111-4286',NULL),(11999,3277,1,530,'2013-11-11 19:45:54',0,0,'','2013111136 ','2013-11-11','2013-11-11','20131111-36','11:44',1,'',NULL,'','20131111-4287',NULL),(12000,3278,3,530,'2013-11-11 19:49:25',0,0,'','2013111137 ','2013-11-11','2013-11-11','20131111-37','11:46',1,'',NULL,'','20131111-4288',NULL),(12002,3278,1,530,'2013-11-11 19:49:25',0,0,'','2013111137 ','2013-11-11','2013-11-11','20131111-37','11:48',1,'',NULL,'','20131111-4288',NULL),(12005,3278,4,530,'2013-11-11 19:49:25',1,0,'','2013111137 ','2013-11-11','2013-11-11','20131111-37','11:49',1,'',NULL,'','20131111-4288',NULL),(12006,3279,3,530,'2013-11-11 19:52:53',0,0,'','2013111138 ','2013-11-11','2013-11-11','20131111-38','11:52',1,'',NULL,'','20131111-4289',NULL),(12007,3280,3,530,'2013-11-11 20:02:59',0,0,'','2013111139','2013-11-11','2013-11-11','20131111-39','12:02',1,'',NULL,'','20131111-4290',NULL),(12009,3280,4,530,'2013-11-11 20:03:00',1,0,'','2013111139','2013-11-11','2013-11-11','20131111-39','12:02',1,'',NULL,'','20131111-4290',NULL),(12010,3281,3,530,'2013-11-11 20:05:54',0,0,'','2013111140','2013-11-11','2013-11-11','20131111-40','12:05',1,'',NULL,'','20131111-4291',NULL),(12012,3281,4,530,'2013-11-11 20:05:54',1,0,'','2013111140','2013-11-11','2013-11-11','20131111-40','12:05',1,'',NULL,'','20131111-4291',NULL),(12013,3282,3,530,'2013-11-11 20:07:59',0,0,'','2013111141','2013-11-11','2013-11-11','20131111-41','12:07',1,'',NULL,'','20131111-4292',NULL),(12015,3282,4,530,'2013-11-11 20:08:00',1,0,'','2013111141','2013-11-11','2013-11-11','20131111-41','12:07',1,'',NULL,'','20131111-4292',NULL),(12016,3283,3,530,'2013-11-11 20:10:11',0,0,'','2013111142','2013-11-11','2013-11-11','20131111-42','12:09',1,'',NULL,'','20131111-4293',NULL),(12018,3283,1,530,'2013-11-11 20:10:11',1,0,'','2013111142','2013-11-11','2013-11-11','20131111-42','12:10',1,'',NULL,'','20131111-4293',NULL),(12019,3284,3,530,'2013-11-11 20:15:34',0,0,'','2013111143','2013-11-11','2013-11-11','20131111-43','12:14',1,'',NULL,'','20131111-4294',NULL),(12021,3284,4,530,'2013-11-11 20:15:34',1,0,'','2013111143','2013-11-11','2013-11-11','20131111-43','12:15',1,'',NULL,'','20131111-4294',NULL),(12022,2537,3,530,'2013-11-11 20:16:38',0,0,'','2013111144','2013-11-11','2013-11-11','20131111-44','12:16',1,'',NULL,'','20131111-4295',NULL),(12023,3285,3,530,'2013-11-11 20:19:49',0,0,'','2013111145 ','2013-11-11','2013-11-11','20131111-45','12:18',1,'',NULL,'','20131111-4296',NULL),(12025,3285,1,530,'2013-11-11 20:19:50',1,0,'','2013111145 ','2013-11-11','2013-11-11','20131111-45','12:18',1,'',NULL,'','20131111-4296',NULL),(12028,3285,5,530,'2013-11-11 20:19:50',1,0,'','2013111145 ','2013-11-11','2013-11-11','20131111-45','12:18',1,'',NULL,'','20131111-4296',NULL),(12032,3285,4,530,'2013-11-11 20:19:50',1,0,'','2013111145 ','2013-11-11','2013-11-11','20131111-45','12:19',1,'',NULL,'','20131111-4296',NULL),(12033,3286,3,530,'2013-11-11 20:35:13',0,0,'','2013111146','2013-11-11','2013-11-11','20131111-46','12:29',1,'',NULL,'','20131111-4297',NULL),(12035,3286,4,530,'2013-11-11 20:35:13',1,0,'','2013111146','2013-11-11','2013-11-11','20131111-46','12:32',1,'',NULL,'','20131111-4297',NULL),(12038,3286,1,530,'2013-11-11 20:35:13',1,0,'','2013111146','2013-11-11','2013-11-11','20131111-46','12:33',1,'',NULL,'','20131111-4297',NULL),(12039,3287,3,530,'2013-11-11 20:41:30',0,0,'','2013111147','2013-11-11','2013-11-11','20131111-47','12:39',1,'',NULL,'','20131111-4298',NULL),(12040,3289,3,530,'2013-11-11 20:43:18',0,0,'','2013111148','2013-11-11','2013-11-11','20131111-48','12:42',1,'',NULL,'','20131111-4299',NULL),(12041,3290,3,530,'2013-11-11 20:47:22',0,0,'','2013111149','2013-11-11','2013-11-11','20131111-49','12:46',1,'',NULL,'','20131111-4300',NULL),(12042,3291,4,530,'2013-11-11 20:51:43',1,0,'','2013111150','2013-11-11','2013-11-11','20131111-50','12:49',1,'',NULL,'','20131111-4301',NULL),(12044,3291,1,530,'2013-11-11 20:51:43',1,0,'','2013111150','2013-11-11','2013-11-11','20131111-50','12:50',1,'',NULL,'','20131111-4301',NULL),(12047,3291,10,530,'2013-11-11 20:51:44',0,0,'','2013111150','2013-11-11','2013-11-11','20131111-50','12:51',1,'',NULL,'','20131111-4301',NULL),(12048,3292,3,530,'2013-11-11 20:54:16',0,0,'','2013111151','2013-11-11','2013-11-11','20131111-51','12:53',1,'',NULL,'','20131111-4302',NULL),(12049,3293,3,530,'2013-11-11 20:56:12',0,0,'','2013111152 ','2013-11-11','2013-11-11','20131111-52','12:55',1,'',NULL,'','20131111-4303',NULL),(12050,3294,3,530,'2013-11-11 20:58:59',0,0,'','2013111153','2013-11-11','2013-11-11','20131111-53','12:57',1,'',NULL,'','20131111-4304',NULL),(12052,3294,4,530,'2013-11-11 20:59:00',1,0,'','2013111153','2013-11-11','2013-11-11','20131111-53','12:58',1,'',NULL,'','20131111-4304',NULL),(12053,3295,3,530,'2013-11-11 21:01:56',0,0,'','2013111154','2013-11-11','2013-11-11','20131111-54','13:00',1,'',NULL,'','20131111-4305',NULL),(12054,3269,3,537,'2013-11-11 21:06:53',1,0,'','2013111120','2013-11-11','2013-11-11','20131111-56','13:06',1,'',NULL,'','20131111-4307',NULL),(12055,3296,3,530,'2013-11-11 21:06:55',0,0,'','2013111155','2013-11-11','2013-11-11','20131111-55','13:06',1,'',NULL,'','20131111-4306',NULL),(12057,3296,4,530,'2013-11-11 21:06:56',1,0,'','2013111155','2013-11-11','2013-11-11','20131111-55','13:06',1,'',NULL,'','20131111-4306',NULL),(12058,2506,28,530,'2013-11-11 21:09:27',0,0,'','2013111157','2013-11-11','2013-11-11','20131111-57','13:09',1,'',NULL,'','20131111-4308',NULL),(12059,3297,3,530,'2013-11-11 21:16:32',0,0,'','2013111158','2013-11-11','2013-11-11','20131111-58','13:14',1,'',NULL,'','20131111-4309',NULL),(12061,3297,4,530,'2013-11-11 21:16:32',1,0,'','2013111158','2013-11-11','2013-11-11','20131111-58','13:15',1,'',NULL,'','20131111-4309',NULL),(12064,3297,5,530,'2013-11-11 21:16:33',1,0,'','2013111158','2013-11-11','2013-11-11','20131111-58','13:16',1,'',NULL,'','20131111-4309',NULL),(12068,3297,1,530,'2013-11-11 21:16:33',1,0,'','2013111158','2013-11-11','2013-11-11','20131111-58','13:16',1,'',NULL,'','20131111-4309',NULL),(12069,3298,3,530,'2013-11-11 21:18:40',0,0,'','2013111159 ','2013-11-11','2013-11-11','20131111-59','13:17',1,'',NULL,'','20131111-4310',NULL),(12071,3298,1,530,'2013-11-11 21:18:40',1,0,'','2013111159 ','2013-11-11','2013-11-11','20131111-59','13:18',1,'',NULL,'','20131111-4310',NULL),(12072,3267,3,530,'2013-11-11 21:20:46',1,0,'','2013111118','2013-11-11','2013-11-11','20131111-60','13:19',1,'',NULL,'','20131111-4311',NULL),(12073,3299,3,530,'2013-11-11 21:44:45',0,0,'','2013111161','2013-11-11','2013-11-11','20131111-61','13:43',1,'DR OFORI ANTI',NULL,'','20131111-4312',NULL),(12074,3300,3,530,'2013-11-11 21:58:03',0,0,'','2013111162 ','2013-11-11','2013-11-11','20131111-62','13:57',1,'',NULL,'','20131111-4313',NULL),(12076,3300,1,530,'2013-11-11 21:58:03',1,0,'','2013111162 ','2013-11-11','2013-11-11','20131111-62','13:57',1,'',NULL,'','20131111-4313',NULL),(12079,3300,5,530,'2013-11-11 21:58:03',0,0,'','2013111162 ','2013-11-11','2013-11-11','20131111-62','13:57',1,'',NULL,'','20131111-4313',NULL),(12080,3301,3,530,'2013-11-11 22:01:54',0,0,'','2013111163','2013-11-11','2013-11-11','20131111-63','14:01',1,'',NULL,'','20131111-4314',NULL),(12082,3301,4,530,'2013-11-11 22:01:54',1,0,'','2013111163','2013-11-11','2013-11-11','20131111-63','14:01',1,'',NULL,'','20131111-4314',NULL),(12083,3302,3,530,'2013-11-11 22:03:13',0,0,'','2013111164','2013-11-11','2013-11-11','20131111-64','14:02',1,'',NULL,'','20131111-4315',NULL),(12084,3303,3,530,'2013-11-11 22:05:26',0,0,'','2013111165','2013-11-11','2013-11-11','20131111-65','14:05',1,'',NULL,'','20131111-4316',NULL),(12085,3304,3,530,'2013-11-11 22:08:08',0,0,'','2013111166 ','2013-11-11','2013-11-11','20131111-66','14:07',1,'',NULL,'','20131111-4317',NULL),(12086,3305,3,530,'2013-11-11 22:15:48',0,0,'','2013111167','2013-11-11','2013-11-11','20131111-67','14:13',1,'',NULL,'','20131111-4318',NULL),(12088,3305,1,530,'2013-11-11 22:15:49',0,0,'','2013111167','2013-11-11','2013-11-11','20131111-67','14:15',1,'',NULL,'','20131111-4318',NULL),(12091,3305,4,530,'2013-11-11 22:15:49',1,0,'','2013111167','2013-11-11','2013-11-11','20131111-67','14:15',1,'',NULL,'','20131111-4318',NULL),(12092,3306,3,530,'2013-11-11 22:25:32',0,0,'','2013111168','2013-11-11','2013-11-11','20131111-68','14:25',1,'',NULL,'','20131111-4319',NULL),(12093,3307,3,530,'2013-11-11 22:28:20',0,0,'','2013111169','2013-11-11','2013-11-11','20131111-69','14:26',1,'',NULL,'','20131111-4320',NULL),(12095,3307,4,530,'2013-11-11 22:28:21',1,0,'','2013111169','2013-11-11','2013-11-11','20131111-69','14:27',1,'',NULL,'','20131111-4320',NULL),(12098,3307,1,530,'2013-11-11 22:28:21',1,0,'','2013111169','2013-11-11','2013-11-11','20131111-69','14:28',1,'',NULL,'','20131111-4320',NULL),(12099,3308,3,530,'2013-11-11 22:38:02',0,0,'','2013111170','2013-11-11','2013-11-11','20131111-70','14:37',1,'',NULL,'','20131111-4321',NULL),(12101,3308,1,530,'2013-11-11 22:38:02',0,0,'','2013111170','2013-11-11','2013-11-11','20131111-70','14:37',1,'',NULL,'','20131111-4321',NULL),(12102,1968,3,530,'2013-11-11 22:40:44',0,0,'','2013111171 ','2013-11-11','2013-11-11','20131111-71','14:39',1,'',NULL,'','20131111-4322',NULL),(12104,1968,4,530,'2013-11-11 22:40:44',1,0,'','2013111171 ','2013-11-11','2013-11-11','20131111-71','14:39',1,'',NULL,'','20131111-4322',NULL),(12107,1968,10,530,'2013-11-11 22:40:45',1,0,'','2013111171 ','2013-11-11','2013-11-11','20131111-71','14:40',1,'',NULL,'','20131111-4322',NULL),(12108,3309,3,530,'2013-11-11 22:48:55',0,0,'','2013111172','2013-11-11','2013-11-11','20131111-72','14:48',1,'',NULL,'','20131111-4323',NULL),(12110,3309,1,530,'2013-11-11 22:48:55',0,0,'','2013111172','2013-11-11','2013-11-11','20131111-72','14:48',1,'',NULL,'','20131111-4323',NULL),(12111,3310,3,530,'2013-11-11 22:50:15',0,0,'','2013111173','2013-11-11','2013-11-11','20131111-73','14:49',1,'',NULL,'','20131111-4324',NULL),(12112,3290,4,534,'2013-11-11 22:58:01',1,0,'','2013111149','2013-11-11','2013-11-11','20131111-74','14:57',1,'',NULL,'','20131111-4325',NULL),(12113,3311,1,530,'2013-11-11 23:02:35',1,0,'','2013111175','2013-11-11','2013-11-11','20131111-75','15:02',1,'',NULL,'','20131111-4326',NULL),(12114,3312,3,530,'2013-11-11 23:04:36',0,0,'','2013111176','2013-11-11','2013-11-11','20131111-76','15:03',1,'',NULL,'','20131111-4327',NULL),(12116,3312,2,530,'2013-11-11 23:04:37',1,0,'','2013111176','2013-11-11','2013-11-11','20131111-76','15:04',1,'',NULL,'','20131111-4327',NULL),(12117,3313,3,530,'2013-11-11 23:10:33',1,0,'','2013111177 ','2013-11-11','2013-11-11','20131111-77','15:09',1,'',NULL,'','20131111-4328',NULL),(12119,3313,5,530,'2013-11-11 23:10:33',0,0,'','2013111177 ','2013-11-11','2013-11-11','20131111-77','15:10',1,'',NULL,'','20131111-4328',NULL),(12122,3313,1,530,'2013-11-11 23:10:33',1,0,'','2013111177 ','2013-11-11','2013-11-11','20131111-77','15:10',1,'',NULL,'','20131111-4328',NULL),(12123,3314,1,530,'2013-11-11 23:22:34',1,0,'','2013111178 ','2013-11-11','2013-11-11','20131111-78','15:22',1,'',NULL,'','20131111-4329',NULL),(12124,3148,12,534,'2013-11-11 23:24:44',0,0,'',' 20131110898','2013-11-11','2013-11-11','20131111-79','15:23',1,'',NULL,'','20131111-4330',NULL),(12125,3148,12,534,'2013-11-11 23:26:32',0,0,'','2013110898','2013-11-11','2013-11-11','20131111-80','15:26',1,'',NULL,'','20131111-4331',NULL),(12126,3148,12,534,'2013-11-11 23:29:04',1,0,'','2013110898','2013-11-11','2013-11-11','20131111-81','15:28',1,'',NULL,'','20131111-4332',NULL),(12127,3315,3,530,'2013-11-11 23:36:49',0,0,'','2013111182','2013-11-11','2013-11-11','20131111-82','15:36',1,'',NULL,'','20131111-4333',NULL),(12128,3316,3,530,'2013-11-11 23:38:40',0,0,'','2013111183 ','2013-11-11','2013-11-11','20131111-83','15:38',1,'',NULL,'','20131111-4334',NULL),(12130,3316,1,530,'2013-11-11 23:38:40',1,0,'','2013111183 ','2013-11-11','2013-11-11','20131111-83','15:38',1,'',NULL,'','20131111-4334',NULL),(12131,3168,4,534,'2013-11-11 23:40:30',1,0,'','2013110933','2013-11-11','2013-11-11','20131111-84','15:39',1,'',NULL,'','20131111-4335',NULL),(12132,3317,3,530,'2013-11-11 23:43:26',1,0,'','2013111185','2013-11-11','2013-11-11','20131111-85','15:42',1,'',NULL,'','20131111-4336',NULL),(12134,3317,4,530,'2013-11-11 23:43:26',1,0,'','2013111185','2013-11-11','2013-11-11','20131111-85','15:42',1,'',NULL,'','20131111-4336',NULL),(12135,3318,12,530,'2013-11-11 23:47:42',0,0,'','2013111186 ','2013-11-11','2013-11-11','20131111-86','15:46',1,'',NULL,'','20131111-4337',NULL),(12136,3319,3,530,'2013-11-11 23:52:07',0,0,'','2013111187','2013-11-11','2013-11-11','20131111-87','15:51',1,'',NULL,'','20131111-4338',NULL),(12138,3319,4,530,'2013-11-11 23:52:08',1,0,'','2013111187','2013-11-11','2013-11-11','20131111-87','15:51',1,'',NULL,'','20131111-4338',NULL),(12141,3319,1,530,'2013-11-11 23:52:08',0,0,'','2013111187','2013-11-11','2013-11-11','20131111-87','15:51',1,'',NULL,'','20131111-4338',NULL),(12142,2196,3,530,'2013-11-11 23:53:08',0,0,'','2013111188','2013-11-11','2013-11-11','20131111-88','15:52',1,'',NULL,'','20131111-4339',NULL),(12143,3320,3,530,'2013-11-12 00:13:24',0,0,'','2013111189','2013-11-11','2013-11-11','20131111-89','16:12',1,'',NULL,'','20131111-4340',NULL),(12145,3320,4,530,'2013-11-12 00:13:24',1,0,'','2013111189','2013-11-11','2013-11-11','20131111-89','16:12',1,'',NULL,'','20131111-4340',NULL),(12146,3321,3,530,'2013-11-12 00:17:09',0,0,'','2013111190 ','2013-11-11','2013-11-11','20131111-90','16:16',1,'',NULL,'','20131111-4341',NULL),(12148,3321,4,530,'2013-11-12 00:17:09',0,0,'','2013111190 ','2013-11-11','2013-11-11','20131111-90','16:17',1,'',NULL,'','20131111-4341',NULL),(12149,3322,3,530,'2013-11-12 00:20:28',0,0,'','','2013-11-11','2013-11-11','20131111-91','16:19',1,'',NULL,'','20131111-4342',NULL),(12151,3322,1,530,'2013-11-12 00:20:28',0,0,'','2013111191','2013-11-11','2013-11-11','20131111-91','16:20',1,'',NULL,'','20131111-4342',NULL),(12152,3323,3,530,'2013-11-12 00:36:45',1,0,'','2013111192','2013-11-11','2013-11-11','20131111-92','16:36',1,'',NULL,'','20131111-4343',NULL),(12153,3324,3,530,'2013-11-12 00:38:07',1,0,'','2013111193 ','2013-11-11','2013-11-11','20131111-93','16:37',1,'',NULL,'','20131111-4344',NULL),(12154,3325,3,530,'2013-11-12 00:40:01',1,0,'','2013111194 ','2013-11-11','2013-11-11','20131111-94','16:39',1,'',NULL,'','20131111-4345',NULL),(12155,3123,1,530,'2013-11-12 00:42:20',0,0,'','2013111195','2013-11-11','2013-11-11','20131111-95','16:41',1,'',NULL,'','20131111-4346',NULL),(12157,3123,2,530,'2013-11-12 00:42:20',0,0,'','2013111195','2013-11-11','2013-11-11','20131111-95','16:42',1,'',NULL,'','20131111-4346',NULL),(12158,3326,3,530,'2013-11-12 01:03:30',0,0,'','2013111196','2013-11-11','2013-11-11','20131111-96','17:02',1,'',NULL,'','20131111-4347',NULL),(12160,3326,4,530,'2013-11-12 01:03:30',1,0,'','2013111196','2013-11-11','2013-11-11','20131111-96','17:03',1,'',NULL,'','20131111-4347',NULL),(12161,3327,3,530,'2013-11-12 01:25:29',0,0,'','2013111197','2013-11-11','2013-11-11','20131111-97','17:23',1,'',NULL,'','20131111-4348',NULL),(12163,3327,2,530,'2013-11-12 01:25:29',1,0,'','2013111197','2013-11-11','2013-11-11','20131111-97','17:25',1,'',NULL,'','20131111-4348',NULL),(12164,2684,3,530,'2013-11-12 01:47:37',0,0,'','2013111198 ','2013-11-11','2013-11-11','20131111-98','17:47',1,'',NULL,'','20131111-4349',NULL),(12166,2684,4,530,'2013-11-12 01:47:37',1,0,'','2013111198 ','2013-11-11','2013-11-11','20131111-98','17:47',1,'',NULL,'','20131111-4349',NULL),(12167,3328,3,530,'2013-11-12 01:49:44',0,0,'','2013111199','2013-11-11','2013-11-11','20131111-99','17:49',1,'',NULL,'','20131111-4350',NULL),(12169,3328,4,530,'2013-11-12 01:49:44',1,0,'','2013111199','2013-11-11','2013-11-11','20131111-99','17:49',1,'',NULL,'','20131111-4350',NULL),(12170,3329,3,530,'2013-11-12 02:17:21',0,0,'','20131111100','2013-11-11','2013-11-11','20131111-100','18:16',1,'',NULL,'','20131111-4351',NULL),(12171,3330,12,530,'2013-11-12 02:20:03',1,0,'','20131111101','2013-11-11','2013-11-11','20131111-101','18:19',1,'',NULL,'','20131111-4352',NULL),(12172,2675,3,530,'2013-11-12 02:26:48',0,0,'','20131111103','2013-11-11','2013-11-11','20131111-103','18:25',1,'',NULL,'','20131111-4354',NULL),(12174,2675,4,530,'2013-11-12 02:26:48',1,0,'','20131111103','2013-11-11','2013-11-11','20131111-103','18:26',1,'',NULL,'','20131111-4354',NULL),(12177,2675,5,530,'2013-11-12 02:26:48',1,0,'','20131111103','2013-11-11','2013-11-11','20131111-103','18:26',1,'',NULL,'','20131111-4354',NULL),(12181,2675,1,530,'2013-11-12 02:26:48',1,0,'','20131111103','2013-11-11','2013-11-11','20131111-103','18:26',1,'',NULL,'','20131111-4354',NULL),(12182,3331,3,530,'2013-11-12 02:28:18',0,0,'','20131111104','2013-11-11','2013-11-11','20131111-104','18:27',1,'',NULL,'','20131111-4355',NULL),(12183,3332,3,530,'2013-11-12 02:40:55',0,0,'','20131111105','2013-11-11','2013-11-11','20131111-105','18:40',1,'',NULL,'','20131111-4356',NULL),(12185,3332,4,530,'2013-11-12 02:40:55',0,0,'','20131111105','2013-11-11','2013-11-11','20131111-105','18:40',1,'',NULL,'','20131111-4356',NULL),(12186,3333,3,530,'2013-11-12 02:43:34',0,0,'','20131111106','2013-11-11','2013-11-11','20131111-106','18:42',1,'',NULL,'','20131111-4357',NULL),(12188,3333,5,530,'2013-11-12 02:43:34',1,0,'','20131111106','2013-11-11','2013-11-11','20131111-106','18:43',1,'',NULL,'','20131111-4357',NULL),(12189,3334,3,530,'2013-11-12 02:51:09',0,0,'','20131111107 ','2013-11-11','2013-11-11','20131111-107','18:50',1,'',NULL,'','20131111-4358',NULL),(12191,3334,4,530,'2013-11-12 02:51:09',1,0,'','20131111107 ','2013-11-11','2013-11-11','20131111-107','18:50',1,'',NULL,'','20131111-4358',NULL),(12192,3321,4,555,'2013-11-12 02:53:07',1,0,'','2013111190','2013-11-11','2013-11-11','20131111-108','18:52',1,'',NULL,'','20131111-4359',NULL),(12193,3322,1,555,'2013-11-12 02:58:13',1,0,'','','2013-11-11','2013-11-11','20131111-109','18:57',1,'',NULL,'','20131111-4360',NULL),(12194,3335,3,558,'2013-11-12 03:44:02',0,0,'','20131111110','2013-11-11','2013-11-11','20131111-110','19:43',1,'DR OFORI ANTI',NULL,'','20131111-4361',NULL),(12195,3336,3,558,'2013-11-12 04:29:48',0,0,'','20131111111','2013-11-11','2013-11-11','20131111-111','20:28',1,'DR MENSAH',NULL,'','20131111-4362',NULL),(12197,3336,4,558,'2013-11-12 04:29:48',1,0,'','20131111111','2013-11-11','2013-11-11','20131111-111','20:29',1,'DR MENSAH',NULL,'','20131111-4362',NULL),(12198,2992,4,558,'2013-11-12 04:31:52',1,0,'','20131111112','2013-11-11','2013-11-11','20131111-112','20:30',1,'DR AMOAH',NULL,'','20131111-4363',NULL),(12199,2861,3,558,'2013-11-12 04:37:00',1,0,'','20131111113','2013-11-11','2013-11-11','20131111-113','20:35',1,'DR SALLAR',NULL,'','20131111-4364',NULL),(12200,3337,3,558,'2013-11-12 04:53:20',1,0,'','20131111114','2013-11-11','2013-11-11','20131111-114','20:52',1,'DR AMOAH',NULL,'','20131111-4365',NULL),(12202,3337,4,558,'2013-11-12 04:53:20',1,0,'','20131111114','2013-11-11','2013-11-11','20131111-114','20:53',1,'DR AMOAH',NULL,'','20131111-4365',NULL),(12203,3335,3,535,'2013-11-12 05:12:30',1,0,'','20131111110','2013-11-11','2013-11-11','20131111-115','21:11',1,'',NULL,'','20131111-4366',NULL),(12204,3338,3,558,'2013-11-12 05:36:21',1,0,'','20131111116','2013-11-11','2013-11-11','20131111-116','21:35',1,'DR AMOAH',NULL,'','20131111-4367',NULL),(12206,3338,4,558,'2013-11-12 05:36:21',1,0,'','20131111116','2013-11-11','2013-11-11','20131111-116','21:36',1,'DR AMOAH',NULL,'','20131111-4367',NULL),(12207,3256,4,558,'2013-11-12 05:41:33',1,0,'','20131111117','2013-11-11','2013-11-11','20131111-117','21:37',1,'DR TACHIE',NULL,'','20131111-4368',NULL),(12209,3256,1,558,'2013-11-12 05:41:34',0,0,'','20131111117','2013-11-11','2013-11-11','20131111-117','21:39',1,'DR TACHIE',NULL,'','20131111-4368',NULL),(12210,3339,3,558,'2013-11-12 07:57:00',1,0,'','20131111118','2013-11-11','2013-11-11','20131111-118','23:55',1,'DR SALLAR',NULL,'','20131111-4369',NULL),(12211,3340,3,558,'2013-11-12 12:25:46',1,0,'','201311121','2013-11-12','2013-11-12','20131112-1','04:23',1,'DR SALLAR',NULL,'','20131112-4370',NULL),(12212,2684,3,535,'2013-11-12 12:49:48',1,0,'','2013111198','2013-11-12','2013-11-12','20131112-2','04:49',1,'',NULL,'','20131112-4371',NULL),(12213,3341,1,558,'2013-11-12 13:28:38',0,0,'','201311123','2013-11-12','2013-11-12','20131112-3','05:26',1,'',NULL,'','20131112-4372',NULL),(12215,3341,2,558,'2013-11-12 13:28:38',0,0,'','201311123','2013-11-12','2013-11-12','20131112-3','05:28',1,'',NULL,'','20131112-4372',NULL),(12216,3342,3,558,'2013-11-12 13:55:57',1,0,'','201311124','2013-11-12','2013-11-12','20131112-4','05:54',1,'DR AMOAH',NULL,'','20131112-4373',NULL),(12218,3342,4,558,'2013-11-12 13:55:57',1,0,'','201311124','2013-11-12','2013-11-12','20131112-4','05:55',1,'DR AMOAH',NULL,'','20131112-4373',NULL),(12221,3342,1,558,'2013-11-12 13:55:58',1,0,'','201311124','2013-11-12','2013-11-12','20131112-4','05:55',1,'DR AMOAH',NULL,'','20131112-4373',NULL),(12222,3343,3,558,'2013-11-12 14:07:02',1,0,'','201311125','2013-11-12','2013-11-12','20131112-5','06:04',1,'DR AMOAH',NULL,'','20131112-4374',NULL),(12224,3343,4,558,'2013-11-12 14:07:02',1,0,'','201311125','2013-11-12','2013-11-12','20131112-5','06:06',1,'DR AMOAH',NULL,'','20131112-4374',NULL),(12227,3343,1,558,'2013-11-12 14:07:02',1,0,'','201311125','2013-11-12','2013-11-12','20131112-5','06:06',1,'DR AMOAH',NULL,'','20131112-4374',NULL),(12231,3343,5,558,'2013-11-12 14:07:03',1,0,'','201311125','2013-11-12','2013-11-12','20131112-5','06:06',1,'DR AMOAH',NULL,'','20131112-4374',NULL),(12232,3344,4,558,'2013-11-12 14:25:09',1,0,'','201311126','2013-11-12','2013-11-12','20131112-6','06:23',1,'DR SALLAR',NULL,'','20131112-4375',NULL),(12234,3344,2,558,'2013-11-12 14:25:09',1,0,'','201311126','2013-11-12','2013-11-12','20131112-6','06:24',1,'DR SALLAR',NULL,'','20131112-4375',NULL),(12235,2617,4,558,'2013-11-12 14:46:31',0,0,'','201311127','2013-11-12','2013-11-12','20131112-7','06:43',1,'',NULL,'','20131112-4376',NULL),(12236,2302,2,558,'2013-11-12 14:48:28',1,0,'','201311128','2013-11-12','2013-11-12','20131112-8','06:47',1,'DR AMOAH',NULL,'','20131112-4377',NULL),(12237,3345,3,558,'2013-11-12 15:33:40',0,0,'','201311129','2013-11-12','2013-11-12','20131112-9','07:31',1,'DR ARMAH',NULL,'','20131112-4378',NULL),(12239,3345,4,558,'2013-11-12 15:33:41',1,0,'','201311129','2013-11-12','2013-11-12','20131112-9','07:32',1,'DR ARMAH',NULL,'','20131112-4378',NULL),(12242,3345,1,558,'2013-11-12 15:33:41',1,0,'','201311129','2013-11-12','2013-11-12','20131112-9','07:33',1,'DR ARMAH',NULL,'','20131112-4378',NULL),(12243,3346,1,558,'2013-11-12 15:36:11',0,0,'','2013111210','2013-11-12','2013-11-12','20131112-10','07:34',1,'DR AMOAH',NULL,'','20131112-4379',NULL),(12245,3346,2,558,'2013-11-12 15:36:11',0,0,'','2013111210','2013-11-12','2013-11-12','20131112-10','07:35',1,'DR AMOAH',NULL,'','20131112-4379',NULL),(12246,2014,2,558,'2013-11-12 15:41:11',0,0,'','2013111211','2013-11-12','2013-11-12','20131112-11','07:37',1,'',NULL,'','20131112-4380',NULL),(12248,2014,4,558,'2013-11-12 15:41:11',1,0,'','2013111211','2013-11-12','2013-11-12','20131112-11','07:39',1,'',NULL,'','20131112-4380',NULL),(12251,2014,1,558,'2013-11-12 15:41:11',0,0,'','2013111211','2013-11-12','2013-11-12','20131112-11','07:40',1,'',NULL,'','20131112-4380',NULL),(12252,2998,4,558,'2013-11-12 15:43:55',1,0,'','2013111212','2013-11-12','2013-11-12','20131112-12','07:42',1,'DR VORTIA',NULL,'','20131112-4381',NULL),(12254,2998,2,558,'2013-11-12 15:43:55',1,0,'','2013111212','2013-11-12','2013-11-12','20131112-12','07:43',1,'DR VORTIA',NULL,'','20131112-4381',NULL),(12255,3347,1,558,'2013-11-12 15:50:43',0,0,'','2013111213','2013-11-12','2013-11-12','20131112-13','07:49',1,'DR VORTIA',NULL,'','20131112-4382',NULL),(12257,3347,2,558,'2013-11-12 15:50:43',0,0,'','2013111213','2013-11-12','2013-11-12','20131112-13','07:50',1,'DR VORTIA',NULL,'','20131112-4382',NULL),(12258,54,2,530,'2013-11-12 16:15:49',1,0,'','2013111214','2013-11-12','2013-11-12','20131112-14','08:14',1,'DR VORTIA',NULL,'','20131112-4383',NULL),(12260,54,4,530,'2013-11-12 16:15:49',1,0,'','2013111214','2013-11-12','2013-11-12','20131112-14','08:15',1,'DR VORTIA',NULL,'','20131112-4383',NULL),(12261,2627,4,530,'2013-11-12 16:26:38',1,0,'','2013111215','2013-11-12','2013-11-12','20131112-15','08:24',1,'PROF S K OWUSU',NULL,'','20131112-4384',NULL),(12263,2627,1,530,'2013-11-12 16:26:38',1,0,'','2013111215','2013-11-12','2013-11-12','20131112-15','08:26',1,'PROF S K OWUSU',NULL,'','20131112-4384',NULL),(12264,2059,2,530,'2013-11-12 16:41:35',0,0,'','2013111216 ','2013-11-12','2013-11-12','20131112-16','08:40',1,'',NULL,'','20131112-4385',NULL),(12265,3348,3,530,'2013-11-12 16:43:18',0,0,'','2013111217','2013-11-12','2013-11-12','20131112-17','08:42',1,'',NULL,'','20131112-4386',NULL),(12267,3348,4,530,'2013-11-12 16:43:18',1,0,'','2013111217','2013-11-12','2013-11-12','20131112-17','08:43',1,'',NULL,'','20131112-4386',NULL),(12268,3349,1,530,'2013-11-12 16:46:17',0,0,'','2013111218','2013-11-12','2013-11-12','20131112-18','08:45',1,'',NULL,'','20131112-4387',NULL),(12270,3349,4,530,'2013-11-12 16:46:17',1,0,'','2013111218','2013-11-12','2013-11-12','20131112-18','08:45',1,'',NULL,'','20131112-4387',NULL),(12271,3350,3,530,'2013-11-12 16:48:39',0,0,'','2013111219','2013-11-12','2013-11-12','20131112-19','08:47',1,'DR VORTIA',NULL,'','20131112-4388',NULL),(12273,3350,1,530,'2013-11-12 16:48:39',0,0,'','2013111219','2013-11-12','2013-11-12','20131112-19','08:48',1,'DR VORTIA',NULL,'','20131112-4388',NULL),(12274,3351,3,530,'2013-11-12 17:01:33',0,0,'','2013111220','2013-11-12','2013-11-12','20131112-20','09:00',1,'DR VORTIA',NULL,'','20131112-4389',NULL),(12275,3352,3,530,'2013-11-12 17:27:57',0,0,'','2013111221','2013-11-12','2013-11-12','20131112-21','09:26',1,'',NULL,'','20131112-4390',NULL),(12277,3352,4,530,'2013-11-12 17:27:57',1,0,'','2013111221','2013-11-12','2013-11-12','20131112-21','09:27',1,'',NULL,'','20131112-4390',NULL),(12280,3352,1,530,'2013-11-12 17:27:57',1,0,'','2013111221','2013-11-12','2013-11-12','20131112-21','09:27',1,'',NULL,'','20131112-4390',NULL),(12281,2684,3,541,'2013-11-12 17:28:48',1,0,'','2013111198','2013-11-12','2013-11-12','20131112-22','09:27',1,'',NULL,'','20131112-4391',NULL),(12282,3353,3,530,'2013-11-12 17:30:32',1,0,'','','2013-11-12','2013-11-12','20131112-23','09:30',1,'',NULL,'','20131112-4392',NULL),(12284,3353,2,530,'2013-11-12 17:30:32',1,0,'','2013111221','2013-11-12','2013-11-12','20131112-23','09:30',1,'',NULL,'','20131112-4392',NULL),(12285,3354,4,530,'2013-11-12 17:33:48',0,0,'','2013111224','2013-11-12','2013-11-12','20131112-24','09:33',1,'',NULL,'','20131112-4393',NULL),(12286,3354,4,530,'2013-11-12 17:38:12',1,0,'','2013111225','2013-11-12','2013-11-12','20131112-25','09:35',1,'',NULL,'','20131112-4394',NULL),(12287,3355,4,530,'2013-11-12 17:40:15',1,0,'','2013111226','2013-11-12','2013-11-12','20131112-26','09:39',1,'',NULL,'','20131112-4395',NULL),(12288,3356,4,530,'2013-11-12 17:41:52',1,0,'','2013111227','2013-11-12','2013-11-12','20131112-27','09:41',1,'',NULL,'','20131112-4396',NULL),(12290,3356,1,530,'2013-11-12 17:41:53',0,0,'','2013111227','2013-11-12','2013-11-12','20131112-27','09:41',1,'',NULL,'','20131112-4396',NULL),(12291,3357,5,530,'2013-11-12 17:43:41',0,0,'','2013111228','2013-11-12','2013-11-12','20131112-28','09:42',1,'',NULL,'','20131112-4397',NULL),(12293,3357,4,530,'2013-11-12 17:43:41',1,0,'','2013111228','2013-11-12','2013-11-12','20131112-28','09:43',1,'',NULL,'','20131112-4397',NULL),(12296,3357,1,530,'2013-11-12 17:43:41',0,0,'','2013111228','2013-11-12','2013-11-12','20131112-28','09:43',1,'',NULL,'','20131112-4397',NULL),(12297,1191,4,530,'2013-11-12 17:49:54',1,0,'','2013111229','2013-11-12','2013-11-12','20131112-29','09:49',1,'',NULL,'','20131112-4398',NULL),(12298,3358,1,530,'2013-11-12 17:58:11',1,0,'','2013111230','2013-11-12','2013-11-12','20131112-30','09:57',1,'',NULL,'','20131112-4399',NULL),(12300,3358,2,530,'2013-11-12 17:58:12',0,0,'','2013111230','2013-11-12','2013-11-12','20131112-30','09:58',1,'',NULL,'','20131112-4399',NULL),(12301,3359,3,530,'2013-11-12 18:02:28',0,0,'','2013111231','2013-11-12','2013-11-12','20131112-31','10:00',1,'DR VORTIA',NULL,'','20131112-4400',NULL),(12303,3359,1,530,'2013-11-12 18:02:29',1,0,'','2013111231','2013-11-12','2013-11-12','20131112-31','10:01',1,'DR VORTIA',NULL,'','20131112-4400',NULL),(12306,3359,4,530,'2013-11-12 18:02:29',1,0,'','2013111231','2013-11-12','2013-11-12','20131112-31','10:01',1,'DR VORTIA',NULL,'','20131112-4400',NULL),(12310,3359,5,530,'2013-11-12 18:02:29',1,0,'','2013111231','2013-11-12','2013-11-12','20131112-31','10:02',1,'DR VORTIA',NULL,'','20131112-4400',NULL),(12311,2546,1,504,'2013-11-12 18:04:05',1,0,'','2013110111','2013-11-12','2013-11-01','20131112-32','10:02',1,'',NULL,'','20131112-4401',NULL),(12312,3360,3,530,'2013-11-12 18:10:24',0,0,'','2013111233','2013-11-12','2013-11-12','20131112-33','10:08',1,'',NULL,'','20131112-4402',NULL),(12314,3360,4,530,'2013-11-12 18:10:24',1,0,'','2013111233','2013-11-12','2013-11-12','20131112-33','10:09',1,'',NULL,'','20131112-4402',NULL),(12317,3360,1,530,'2013-11-12 18:10:24',1,0,'','2013111233','2013-11-12','2013-11-12','20131112-33','10:10',1,'',NULL,'','20131112-4402',NULL),(12318,3361,3,530,'2013-11-12 18:13:16',0,0,'','2013111234 ','2013-11-12','2013-11-12','20131112-34','10:12',1,'',NULL,'','20131112-4403',NULL),(12320,3361,4,530,'2013-11-12 18:13:16',1,0,'','2013111234 ','2013-11-12','2013-11-12','20131112-34','10:12',1,'',NULL,'','20131112-4403',NULL),(12323,3361,1,530,'2013-11-12 18:13:16',1,0,'','2013111234 ','2013-11-12','2013-11-12','20131112-34','10:12',1,'',NULL,'','20131112-4403',NULL),(12324,3362,3,530,'2013-11-12 18:24:34',0,0,'','2013111235 ','2013-11-12','2013-11-12','20131112-35','10:24',1,'',NULL,'','20131112-4404',NULL),(12326,3362,1,530,'2013-11-12 18:24:34',0,0,'','2013111235 ','2013-11-12','2013-11-12','20131112-35','10:24',1,'',NULL,'','20131112-4404',NULL),(12327,977,5,537,'2013-11-12 18:33:59',1,0,'','2013101274','2013-11-12','2013-11-12','20131112-36','10:33',1,'',NULL,'','20131112-4405',NULL),(12328,3363,4,530,'2013-11-12 18:45:08',1,0,'','2013111237','2013-11-12','2013-11-12','20131112-37','10:43',1,'',NULL,'','20131112-4406',NULL),(12329,1012,3,530,'2013-11-12 18:47:27',0,0,'','2013111238','2013-11-12','2013-11-12','20131112-38','10:46',1,'',NULL,'','20131112-4407',NULL),(12330,3364,4,530,'2013-11-12 18:54:43',1,0,'','2013111239','2013-11-12','2013-11-12','20131112-39','10:54',1,'',NULL,'','20131112-4408',NULL),(12332,3364,5,530,'2013-11-12 18:54:43',1,0,'','2013111239','2013-11-12','2013-11-12','20131112-39','10:54',1,'',NULL,'','20131112-4408',NULL),(12333,3110,1,530,'2013-11-12 18:57:22',1,0,'','2013111240','2013-11-12','2013-11-12','20131112-40','10:56',1,'',NULL,'','20131112-4409',NULL),(12335,3110,5,530,'2013-11-12 18:57:23',1,0,'','2013111240','2013-11-12','2013-11-12','20131112-40','10:57',1,'',NULL,'','20131112-4409',NULL),(12336,3365,3,530,'2013-11-12 19:02:56',0,0,'','2013111242','2013-11-12','2013-11-12','20131112-42','11:02',1,'',NULL,'','20131112-4411',NULL),(12338,3365,4,530,'2013-11-12 19:02:56',1,0,'','2013111242','2013-11-12','2013-11-12','20131112-42','11:02',1,'',NULL,'','20131112-4411',NULL),(12339,3366,3,530,'2013-11-12 19:05:53',0,0,'','2013111243','2013-11-12','2013-11-12','20131112-43','11:04',1,'',NULL,'','20131112-4412',NULL),(12341,3366,1,530,'2013-11-12 19:05:53',0,0,'','2013111243','2013-11-12','2013-11-12','20131112-43','11:05',1,'',NULL,'','20131112-4412',NULL),(12342,3367,3,530,'2013-11-12 19:10:23',0,0,'','2013111244 ','2013-11-12','2013-11-12','20131112-44','11:09',1,'',NULL,'','20131112-4413',NULL),(12343,3368,3,530,'2013-11-12 19:16:02',0,0,'','2013111245','2013-11-12','2013-11-12','20131112-45','11:14',1,'',NULL,'','20131112-4414',NULL),(12345,3368,1,530,'2013-11-12 19:16:02',1,0,'','2013111245','2013-11-12','2013-11-12','20131112-45','11:15',1,'',NULL,'','20131112-4414',NULL),(12346,3369,1,530,'2013-11-12 19:17:39',1,0,'','2013111246','2013-11-12','2013-11-12','20131112-46','11:17',1,'',NULL,'','20131112-4415',NULL),(12347,3370,3,530,'2013-11-12 19:19:58',0,0,'','2013111247','2013-11-12','2013-11-12','20131112-47','11:18',1,'DR OWHANDOH',NULL,'','20131112-4416',NULL),(12349,3370,1,530,'2013-11-12 19:19:59',1,0,'','2013111247','2013-11-12','2013-11-12','20131112-47','11:19',1,'DR OWHANDOH',NULL,'','20131112-4416',NULL),(12352,3370,5,530,'2013-11-12 19:19:59',1,0,'','2013111247','2013-11-12','2013-11-12','20131112-47','11:19',1,'DR OWHANDOH',NULL,'','20131112-4416',NULL),(12353,3371,3,530,'2013-11-12 19:27:49',0,0,'','2013111248','2013-11-12','2013-11-12','20131112-48','11:27',1,'DR DANIELS',NULL,'','20131112-4417',NULL),(12355,3371,5,530,'2013-11-12 19:27:49',1,0,'','2013111248','2013-11-12','2013-11-12','20131112-48','11:27',1,'DR DANIELS',NULL,'','20131112-4417',NULL),(12356,1014,3,530,'2013-11-12 19:29:27',0,0,'','2013111249','2013-11-12','2013-11-12','20131112-49','11:28',1,'',NULL,'','20131112-4418',NULL),(12358,1014,5,530,'2013-11-12 19:29:27',0,0,'','2013111249','2013-11-12','2013-11-12','20131112-49','11:29',1,'',NULL,'','20131112-4418',NULL),(12361,1014,4,530,'2013-11-12 19:29:28',0,0,'','2013111249','2013-11-12','2013-11-12','20131112-49','11:29',1,'',NULL,'','20131112-4418',NULL),(12362,3183,3,530,'2013-11-12 19:32:10',0,0,'','2013111250 ','2013-11-12','2013-11-12','20131112-50','11:31',1,'',NULL,'','20131112-4419',NULL),(12363,3372,3,530,'2013-11-12 19:48:42',0,0,'','2013111251','2013-11-12','2013-11-12','20131112-51','11:45',1,'DR OWHANDOH',NULL,'','20131112-4420',NULL),(12365,3372,1,530,'2013-11-12 19:48:42',0,0,'','2013111251','2013-11-12','2013-11-12','20131112-51','11:47',1,'DR OWHANDOH',NULL,'','20131112-4420',NULL),(12368,3372,4,530,'2013-11-12 19:48:42',0,0,'','2013111251','2013-11-12','2013-11-12','20131112-51','11:47',1,'DR OWHANDOH',NULL,'','20131112-4420',NULL),(12369,3373,3,530,'2013-11-12 19:53:01',0,0,'','2013111252','2013-11-12','2013-11-12','20131112-52','11:51',1,'DR VORTIA',NULL,'','20131112-4421',NULL),(12371,3373,1,530,'2013-11-12 19:53:02',0,0,'','2013111252','2013-11-12','2013-11-12','20131112-52','11:52',1,'DR VORTIA',NULL,'','20131112-4421',NULL),(12372,3374,3,530,'2013-11-12 20:15:20',0,0,'','2013111253','2013-11-12','2013-11-12','20131112-53','12:12',1,'DR OWHANDOH',NULL,'','20131112-4422',NULL),(12374,3374,4,530,'2013-11-12 20:15:21',1,0,'','2013111253','2013-11-12','2013-11-12','20131112-53','12:14',1,'DR OWHANDOH',NULL,'','20131112-4422',NULL),(12377,3374,1,530,'2013-11-12 20:15:21',0,0,'','2013111253','2013-11-12','2013-11-12','20131112-53','12:14',1,'DR OWHANDOH',NULL,'','20131112-4422',NULL),(12378,3375,3,530,'2013-11-12 20:22:04',0,0,'','2013111254','2013-11-12','2013-11-12','20131112-54','12:21',1,'DR VORTIA',NULL,'','20131112-4423',NULL),(12380,3375,4,530,'2013-11-12 20:22:05',1,0,'','2013111254','2013-11-12','2013-11-12','20131112-54','12:21',1,'DR VORTIA',NULL,'','20131112-4423',NULL),(12381,3376,5,530,'2013-11-12 20:32:37',1,0,'','2013111255','2013-11-12','2013-11-12','20131112-55','12:30',1,'DR FUMMY',NULL,'','20131112-4424',NULL),(12383,3376,1,530,'2013-11-12 20:32:37',1,0,'','2013111255','2013-11-12','2013-11-12','20131112-55','12:32',1,'DR FUMMY',NULL,'','20131112-4424',NULL),(12386,3376,4,530,'2013-11-12 20:32:37',1,0,'','2013111255','2013-11-12','2013-11-12','20131112-55','12:32',1,'DR FUMMY',NULL,'','20131112-4424',NULL),(12387,3370,4,537,'2013-11-12 20:38:15',1,0,'','2013111247','2013-11-12','2013-11-12','20131112-56','12:37',1,'',NULL,'','20131112-4425',NULL),(12388,3377,3,530,'2013-11-12 20:43:52',0,0,'','2013111257','2013-11-12','2013-11-12','20131112-57','12:42',1,'DR VORTIA',NULL,'','20131112-4426',NULL),(12390,3377,1,530,'2013-11-12 20:43:52',1,0,'','2013111257','2013-11-12','2013-11-12','20131112-57','12:43',1,'DR VORTIA',NULL,'','20131112-4426',NULL),(12393,3377,4,530,'2013-11-12 20:43:52',1,0,'','2013111257','2013-11-12','2013-11-12','20131112-57','12:43',1,'DR VORTIA',NULL,'','20131112-4426',NULL),(12394,3102,13,534,'2013-11-12 20:44:28',1,0,'','','2013-11-12','2013-11-12','20131112-58','12:43',1,'',NULL,'','20131112-4427',NULL),(12395,3378,3,530,'2013-11-12 20:47:25',0,0,'','2013111259','2013-11-12','2013-11-12','20131112-59','12:46',1,'DR OWHANDOH',NULL,'','20131112-4428',NULL),(12396,3379,1,530,'2013-11-12 20:52:55',0,0,'','2013111260 ','2013-11-12','2013-11-12','20131112-60','12:52',1,'',NULL,'','20131112-4429',NULL),(12397,3268,4,530,'2013-11-12 20:54:46',1,0,'','2013111261','2013-11-12','2013-11-12','20131112-61','12:53',1,'DR ADOTEY',NULL,'','20131112-4430',NULL),(12398,3334,4,530,'2013-11-12 20:55:52',1,0,'','2013111262','2013-11-12','2013-11-12','20131112-62','12:55',1,'DR ADOTEY',NULL,'','20131112-4431',NULL),(12399,3380,1,530,'2013-11-12 20:59:56',0,0,'','2013111263','2013-11-12','2013-11-12','20131112-63','12:58',1,'DR NKRUMAH',NULL,'','20131112-4432',NULL),(12400,3381,3,530,'2013-11-12 21:13:07',0,0,'','2013111264 ','2013-11-12','2013-11-12','20131112-64','13:12',1,'DR OWHANDOH',NULL,'','20131112-4433',NULL),(12402,3381,4,530,'2013-11-12 21:13:07',1,0,'','2013111264 ','2013-11-12','2013-11-12','20131112-64','13:12',1,'DR OWHANDOH',NULL,'','20131112-4433',NULL),(12403,3382,3,530,'2013-11-12 21:19:24',0,0,'','2013111265','2013-11-12','2013-11-12','20131112-65','13:17',1,'DR OWHANDOH',NULL,'','20131112-4434',NULL),(12405,3382,4,530,'2013-11-12 21:19:25',1,0,'','2013111265','2013-11-12','2013-11-12','20131112-65','13:19',1,'DR OWHANDOH',NULL,'','20131112-4434',NULL),(12406,3383,3,530,'2013-11-12 21:31:26',0,0,'','2013111266','2013-11-12','2013-11-12','20131112-66','13:30',1,'DR VORTIA',NULL,'','20131112-4435',NULL),(12408,3383,4,530,'2013-11-12 21:31:26',1,0,'','2013111266','2013-11-12','2013-11-12','20131112-66','13:31',1,'DR VORTIA',NULL,'','20131112-4435',NULL),(12409,3384,3,530,'2013-11-12 21:35:36',0,0,'','2013111267','2013-11-12','2013-11-12','20131112-67','13:34',1,'DR VORTIA',NULL,'','20131112-4436',NULL),(12411,3384,4,530,'2013-11-12 21:35:36',1,0,'','2013111267','2013-11-12','2013-11-12','20131112-67','13:35',1,'DR VORTIA',NULL,'','20131112-4436',NULL),(12412,3385,5,534,'2013-11-12 21:47:44',1,0,'','2013111268','2013-11-12','2013-11-12','20131112-68','13:44',1,'DR FUMMY',NULL,'','20131112-4437',NULL),(12413,728,3,534,'2013-11-12 21:57:13',0,0,'','2013111269','2013-11-12','2013-11-12','20131112-69','13:55',1,'DR FUMMY',NULL,'','20131112-4438',NULL),(12414,3386,3,534,'2013-11-12 21:59:30',0,0,'','2013111270','2013-11-12','2013-11-12','20131112-70','13:58',1,'DR DANIELS',NULL,'','20131112-4439',NULL),(12415,3387,3,534,'2013-11-12 22:03:45',0,0,'','2013111271','2013-11-12','2013-11-12','20131112-71','14:01',1,'DR FUMMY',NULL,'','20131112-4440',NULL),(12416,3388,1,530,'2013-11-12 22:18:03',0,0,'','2013111272','2013-11-12','2013-11-12','20131112-72','14:16',1,'DR VORTIA',NULL,'','20131112-4441',NULL),(12418,3388,3,530,'2013-11-12 22:18:03',0,0,'','2013111272','2013-11-12','2013-11-12','20131112-72','14:17',1,'DR VORTIA',NULL,'','20131112-4441',NULL),(12419,3278,3,530,'2013-11-12 22:28:41',0,0,'','2013111273','2013-11-12','2013-11-12','20131112-73','14:26',1,'DR DANIELS',NULL,'','20131112-4442',NULL),(12421,3278,1,530,'2013-11-12 22:28:42',1,0,'','2013111273','2013-11-12','2013-11-12','20131112-73','14:27',1,'DR DANIELS',NULL,'','20131112-4442',NULL),(12424,3278,5,530,'2013-11-12 22:28:42',1,0,'','2013111273','2013-11-12','2013-11-12','20131112-73','14:28',1,'DR DANIELS',NULL,'','20131112-4442',NULL),(12425,2921,5,530,'2013-11-12 22:31:37',1,0,'','2013111274','2013-11-12','2013-11-12','20131112-74','14:29',1,'DR MENSAH',NULL,'','20131112-4443',NULL),(12427,2921,1,530,'2013-11-12 22:31:37',1,0,'','2013111274','2013-11-12','2013-11-12','20131112-74','14:30',1,'DR MENSAH',NULL,'','20131112-4443',NULL),(12428,3389,5,530,'2013-11-12 22:35:15',1,0,'','2013111275 ','2013-11-12','2013-11-12','20131112-75','14:34',1,'DR FUMMY',NULL,'','20131112-4444',NULL),(12429,3390,3,530,'2013-11-12 22:37:30',0,0,'','2013111276','2013-11-12','2013-11-12','20131112-76','14:36',1,'DR VORTIA',NULL,'','20131112-4445',NULL),(12430,2044,3,530,'2013-11-12 22:46:00',0,0,'','2013111277','2013-11-12','2013-11-12','20131112-77','14:45',1,'DR MENSAH',NULL,'','20131112-4446',NULL),(12431,3391,3,530,'2013-11-12 22:52:01',0,0,'','2013111278 ','2013-11-12','2013-11-12','20131112-78','14:50',1,'DR VORTIA',NULL,'','20131112-4447',NULL),(12433,3391,4,530,'2013-11-12 22:52:01',1,0,'','2013111278 ','2013-11-12','2013-11-12','20131112-78','14:51',1,'DR VORTIA',NULL,'','20131112-4447',NULL),(12436,3391,1,530,'2013-11-12 22:52:01',1,0,'','2013111278 ','2013-11-12','2013-11-12','20131112-78','14:51',1,'DR VORTIA',NULL,'','20131112-4447',NULL),(12437,3392,3,530,'2013-11-12 23:17:05',0,0,'','2013111279','2013-11-12','2013-11-12','20131112-79','15:16',1,'DR VORTIA',NULL,'','20131112-4448',NULL),(12438,3393,4,530,'2013-11-12 23:34:31',0,0,'','2013111280','2013-11-12','2013-11-12','20131112-80','15:33',1,'',NULL,'','20131112-4449',NULL),(12439,3394,4,530,'2013-11-12 23:36:35',0,0,'','2013111281','2013-11-12','2013-11-12','20131112-81','15:35',1,'',NULL,'','20131112-4450',NULL),(12440,3395,3,530,'2013-11-12 23:38:37',0,0,'','2013111282','2013-11-12','2013-11-12','20131112-82','15:37',1,'',NULL,'','20131112-4451',NULL),(12442,3395,5,530,'2013-11-12 23:38:37',1,0,'','2013111282','2013-11-12','2013-11-12','20131112-82','15:38',1,'',NULL,'','20131112-4451',NULL),(12445,3395,4,530,'2013-11-12 23:38:37',1,0,'','2013111282','2013-11-12','2013-11-12','20131112-82','15:38',1,'',NULL,'','20131112-4451',NULL),(12446,3396,3,530,'2013-11-13 00:01:55',0,0,'','2013111283','2013-11-12','2013-11-12','20131112-83','16:01',1,'',NULL,'','20131112-4452',NULL),(12448,3396,4,530,'2013-11-13 00:01:55',1,0,'','2013111283','2013-11-12','2013-11-12','20131112-83','16:01',1,'',NULL,'','20131112-4452',NULL),(12449,2044,3,530,'2013-11-13 00:05:39',1,0,'','2013111277','2013-11-12','2013-11-12','20131112-84','16:05',1,'',NULL,'','20131112-4453',NULL),(12450,3397,3,530,'2013-11-13 00:22:05',0,0,'','2013111285','2013-11-12','2013-11-12','20131112-85','16:21',1,'DR VORTIA',NULL,'','20131112-4454',NULL),(12452,3397,4,530,'2013-11-13 00:22:05',1,0,'','2013111285','2013-11-12','2013-11-12','20131112-85','16:21',1,'DR VORTIA',NULL,'','20131112-4454',NULL),(12455,3397,1,530,'2013-11-13 00:22:06',1,0,'','2013111285','2013-11-12','2013-11-12','20131112-85','16:21',1,'DR VORTIA',NULL,'','20131112-4454',NULL),(12456,3398,3,530,'2013-11-13 00:26:09',0,0,'','2013111286','2013-11-12','2013-11-12','20131112-86','16:23',1,'DR MENSAH',NULL,'','20131112-4455',NULL),(12458,3398,4,530,'2013-11-13 00:26:10',1,0,'','2013111286','2013-11-12','2013-11-12','20131112-86','16:25',1,'DR MENSAH',NULL,'','20131112-4455',NULL),(12459,282,3,530,'2013-11-13 00:29:51',0,0,'','2013111287','2013-11-12','2013-11-12','20131112-87','16:28',1,'DR DANIELS',NULL,'','20131112-4456',NULL),(12460,3399,3,530,'2013-11-13 00:33:00',0,0,'','2013111288','2013-11-12','2013-11-12','20131112-88','16:31',1,'',NULL,'','20131112-4457',NULL),(12462,3399,4,530,'2013-11-13 00:33:00',0,0,'','2013111287','2013-11-12','2013-11-12','20131112-88','16:32',1,'',NULL,'','20131112-4457',NULL),(12463,3400,3,530,'2013-11-13 00:36:59',0,0,'','2013111289','2013-11-12','2013-11-12','20131112-89','16:35',1,'DR HUNDEYIN',NULL,'','20131112-4458',NULL),(12465,3400,4,530,'2013-11-13 00:36:59',1,0,'','2013111289','2013-11-12','2013-11-12','20131112-89','16:36',1,'DR HUNDEYIN',NULL,'','20131112-4458',NULL),(12466,3401,3,530,'2013-11-13 00:38:57',0,0,'','2013111290','2013-11-12','2013-11-12','20131112-90','16:38',1,'DR FUMMY',NULL,'','20131112-4459',NULL),(12467,3402,3,530,'2013-11-13 00:44:12',0,0,'','2013111291','2013-11-12','2013-11-12','20131112-91','16:43',1,'DR VORTIA',NULL,'','20131112-4460',NULL),(12469,3402,4,530,'2013-11-13 00:44:13',1,0,'','2013111291','2013-11-12','2013-11-12','20131112-91','16:44',1,'DR VORTIA',NULL,'','20131112-4460',NULL),(12470,3403,3,530,'2013-11-13 00:54:40',0,0,'','2013111292','2013-11-12','2013-11-12','20131112-92','16:50',1,'DR MENSAH',NULL,'','20131112-4461',NULL),(12472,3403,1,530,'2013-11-13 00:54:40',1,0,'','2013111292','2013-11-12','2013-11-12','20131112-92','16:51',1,'DR MENSAH',NULL,'','20131112-4461',NULL),(12475,3403,5,530,'2013-11-13 00:54:41',1,0,'','2013111292','2013-11-12','2013-11-12','20131112-92','16:54',1,'DR MENSAH',NULL,'','20131112-4461',NULL),(12476,3404,3,530,'2013-11-13 01:10:56',0,0,'','2013111293','2013-11-12','2013-11-12','20131112-93','17:10',1,'DR DANIELS',NULL,'','20131112-4462',NULL),(12477,3368,4,530,'2013-11-13 01:15:56',1,0,'','2013111294','2013-11-12','2013-11-12','20131112-94','17:14',1,'DR DANIELS',NULL,'','20131112-4463',NULL),(12478,3405,3,530,'2013-11-13 01:19:04',0,0,'','2013111295 ','2013-11-12','2013-11-12','20131112-95','17:18',1,'DR FUMMY',NULL,'','20131112-4464',NULL),(12479,3406,3,530,'2013-11-13 01:21:52',0,0,'','2013111296','2013-11-12','2013-11-12','20131112-96','17:20',1,'DR MENSAH',NULL,'','20131112-4465',NULL),(12481,3406,1,530,'2013-11-13 01:21:53',1,0,'','2013111296','2013-11-12','2013-11-12','20131112-96','17:21',1,'DR MENSAH',NULL,'','20131112-4465',NULL),(12484,3406,5,530,'2013-11-13 01:21:53',1,0,'','2013111296','2013-11-12','2013-11-12','20131112-96','17:21',1,'DR MENSAH',NULL,'','20131112-4465',NULL),(12485,3407,3,530,'2013-11-13 01:54:49',0,0,'','2013111297 ','2013-11-12','2013-11-12','20131112-97','17:52',1,'DR DANIELS',NULL,'','20131112-4466',NULL),(12487,3407,4,530,'2013-11-13 01:54:49',1,0,'','2013111297 ','2013-11-12','2013-11-12','20131112-97','17:54',1,'DR DANIELS',NULL,'','20131112-4466',NULL),(12488,3278,1,530,'2013-11-13 02:12:11',0,0,'','2013111298','2013-11-12','2013-11-12','20131112-98','18:09',1,'DR HUNDEYIN',NULL,'','20131112-4467',NULL),(12489,3399,4,530,'2013-11-13 02:34:48',1,0,'','2013111288','2013-11-12','2013-11-12','20131112-100','18:34',1,'',NULL,'','20131112-4469',NULL),(12490,3408,3,530,'2013-11-13 02:55:35',0,0,'','20131112101','2013-11-12','2013-11-12','20131112-101','18:54',1,'DR MENSAH',NULL,'','20131112-4470',NULL),(12491,3409,3,531,'2013-11-13 03:06:59',0,0,'','20131112103','2013-11-12','2013-11-12','20131112-103','19:05',1,'DR MENSAH',NULL,'','20131112-4472',NULL),(12493,3409,4,531,'2013-11-13 03:07:00',1,0,'','20131112103','2013-11-12','2013-11-12','20131112-103','19:06',1,'DR MENSAH',NULL,'','20131112-4472',NULL),(12494,3410,3,531,'2013-11-13 03:09:44',0,0,'','20131112104','2013-11-12','2013-11-12','20131112-104','19:08',1,'DR MENSAH',NULL,'','20131112-4473',NULL),(12496,3410,1,531,'2013-11-13 03:09:44',1,0,'','20131112104','2013-11-12','2013-11-12','20131112-104','19:09',1,'DR MENSAH',NULL,'','20131112-4473',NULL),(12497,3411,3,531,'2013-11-13 03:49:27',1,0,'','20131112105','2013-11-12','2013-11-12','20131112-105','19:48',1,'DR MENSAH',NULL,'','20131112-4474',NULL),(12499,3411,1,531,'2013-11-13 03:49:27',1,0,'','20131112105','2013-11-12','2013-11-12','20131112-105','19:49',1,'DR MENSAH',NULL,'','20131112-4474',NULL),(12500,3241,3,531,'2013-11-13 03:51:20',1,0,'','20131112106','2013-11-12','2013-11-12','20131112-106','19:50',1,'DR FUMMY',NULL,'','20131112-4475',NULL),(12501,3412,3,531,'2013-11-13 03:53:21',1,0,'','20131112107','2013-11-12','2013-11-12','20131112-107','19:52',1,'DR DANIELS',NULL,'','20131112-4476',NULL),(12502,1210,3,531,'2013-11-13 03:56:06',1,0,'','20131112108','2013-11-12','2013-11-12','20131112-108','19:55',1,'DR HUNDEYIN',NULL,'','20131112-4477',NULL),(12503,3413,3,531,'2013-11-13 03:57:54',1,0,'','20131112109 ','2013-11-12','2013-11-12','20131112-109','19:56',1,'DR HUNDEYIN',NULL,'','20131112-4478',NULL),(12505,3413,4,531,'2013-11-13 03:57:54',1,0,'','20131112109 ','2013-11-12','2013-11-12','20131112-109','19:57',1,'DR HUNDEYIN',NULL,'','20131112-4478',NULL),(12506,3414,4,531,'2013-11-13 04:02:48',1,0,'','20131112110','2013-11-12','2013-11-12','20131112-110','20:00',1,'DR HUNDEYIN',NULL,'','20131112-4479',NULL),(12508,3414,5,531,'2013-11-13 04:02:48',0,0,'','20131112110','2013-11-12','2013-11-12','20131112-110','20:02',1,'DR HUNDEYIN',NULL,'','20131112-4479',NULL),(12511,3414,1,531,'2013-11-13 04:02:48',1,0,'','20131112110','2013-11-12','2013-11-12','20131112-110','20:02',1,'DR HUNDEYIN',NULL,'','20131112-4479',NULL),(12512,2016,3,531,'2013-11-13 04:08:05',1,0,'','20131112111','2013-11-12','2013-11-12','20131112-111','20:06',1,'DR HUNDEYIN',NULL,'','20131112-4480',NULL),(12513,3415,3,531,'2013-11-13 04:09:51',1,0,'','20131112112','2013-11-12','2013-11-12','20131112-112','20:08',1,'DR MENSAH',NULL,'','20131112-4481',NULL),(12515,3415,1,531,'2013-11-13 04:09:52',1,0,'','20131112112','2013-11-12','2013-11-12','20131112-112','20:09',1,'DR MENSAH',NULL,'','20131112-4481',NULL),(12516,3416,3,531,'2013-11-13 04:56:31',1,0,'','20131112113','2013-11-12','2013-11-12','20131112-113','20:55',1,'DR MENSAH',NULL,'','20131112-4482',NULL),(12517,3408,3,531,'2013-11-13 05:17:35',1,0,'','20131112101','2013-11-12','2013-11-12','20131112-114','21:16',1,'DR SALLAR',NULL,'','20131112-4483',NULL),(12518,3417,3,531,'2013-11-13 05:24:06',1,0,'','20131112115 ','2013-11-12','2013-11-12','20131112-115','21:22',1,'DR AMOAH',NULL,'','20131112-4484',NULL),(12520,3417,1,531,'2013-11-13 05:24:06',1,0,'','20131112115 ','2013-11-12','2013-11-12','20131112-115','21:23',1,'DR AMOAH',NULL,'','20131112-4484',NULL),(12523,3417,5,531,'2013-11-13 05:24:07',0,0,'','20131112115 ','2013-11-12','2013-11-12','20131112-115','21:23',1,'DR AMOAH',NULL,'','20131112-4484',NULL),(12527,3417,4,531,'2013-11-13 05:24:07',1,0,'','20131112115 ','2013-11-12','2013-11-12','20131112-115','21:23',1,'DR AMOAH',NULL,'','20131112-4484',NULL),(12528,3418,3,531,'2013-11-13 06:02:27',1,0,'','20131112116','2013-11-12','2013-11-12','20131112-116','22:01',1,'DR AMOAH',NULL,'','20131112-4485',NULL),(12529,3419,3,531,'2013-11-13 06:09:25',1,0,'','20131112117 ','2013-11-12','2013-11-12','20131112-117','22:07',1,'DR AMOAH',NULL,'','20131112-4486',NULL),(12531,3419,4,531,'2013-11-13 06:09:25',1,0,'','20131112117 ','2013-11-12','2013-11-12','20131112-117','22:09',1,'DR AMOAH',NULL,'','20131112-4486',NULL),(12534,3419,1,531,'2013-11-13 06:09:25',1,0,'','20131112117 ','2013-11-12','2013-11-12','20131112-117','22:09',1,'DR AMOAH',NULL,'','20131112-4486',NULL),(12535,3420,3,531,'2013-11-13 06:53:14',1,0,'','20131112118','2013-11-12','2013-11-12','20131112-118','22:49',1,'DR SALLAR',NULL,'','20131112-4487',NULL),(12536,3421,4,531,'2013-11-13 11:07:05',1,0,'','201311131','2013-11-13','2013-11-13','20131113-1','03:05',1,'DR SALLAR',NULL,'','20131113-4488',NULL),(12537,3423,3,531,'2013-11-13 14:10:44',1,0,'','201311134','2013-11-13','2013-11-13','20131113-4','06:09',1,'DR ARMAH',NULL,'','20131113-4491',NULL),(12539,3423,4,531,'2013-11-13 14:10:44',1,0,'','201311134','2013-11-13','2013-11-13','20131113-4','06:10',1,'DR ARMAH',NULL,'','20131113-4491',NULL),(12540,3422,3,531,'2013-11-13 14:13:41',0,0,'','201311132','2013-11-13','2013-11-13','20131113-5','06:11',1,'DR HUNDEYIN',NULL,'','20131113-4492',NULL),(12542,3422,1,531,'2013-11-13 14:13:41',0,0,'','201311134','2013-11-13','2013-11-13','20131113-5','06:12',1,'DR HUNDEYIN',NULL,'','20131113-4492',NULL),(12545,3422,4,531,'2013-11-13 14:13:42',0,0,'','','2013-11-13','2013-11-13','20131113-5','06:13',1,'DR HUNDEYIN',NULL,'','20131113-4492',NULL),(12546,3424,3,531,'2013-11-13 14:47:50',0,0,'','201311136','2013-11-13','2013-11-13','20131113-6','06:46',1,'DR AMABLE',NULL,'','20131113-4493',NULL),(12548,3424,4,531,'2013-11-13 14:47:50',1,0,'','201311136','2013-11-13','2013-11-13','20131113-6','06:47',1,'DR AMABLE',NULL,'','20131113-4493',NULL),(12549,3425,3,531,'2013-11-13 14:56:58',0,0,'','201311137 ','2013-11-13','2013-11-13','20131113-7','06:53',1,'DR VORTIA',NULL,'','20131113-4494',NULL),(12551,3425,1,531,'2013-11-13 14:56:58',0,0,'','201311137 ','2013-11-13','2013-11-13','20131113-7','06:56',1,'DR VORTIA',NULL,'','20131113-4494',NULL),(12552,3426,3,531,'2013-11-13 15:03:26',0,0,'','201311138 ','2013-11-13','2013-11-13','20131113-8','07:00',1,'DR TACHIE',NULL,'','20131113-4495',NULL),(12554,3426,1,531,'2013-11-13 15:03:26',0,0,'','201311138 ','2013-11-13','2013-11-13','20131113-8','07:02',1,'DR TACHIE',NULL,'','20131113-4495',NULL),(12555,3427,3,531,'2013-11-13 15:06:07',0,0,'','201311139 ','2013-11-13','2013-11-13','20131113-9','07:04',1,'DR SALLAR',NULL,'','20131113-4496',NULL),(12557,3427,1,531,'2013-11-13 15:06:07',1,0,'','201311139 ','2013-11-13','2013-11-13','20131113-9','07:05',1,'DR SALLAR',NULL,'','20131113-4496',NULL),(12560,3427,5,531,'2013-11-13 15:06:07',1,0,'','201311139 ','2013-11-13','2013-11-13','20131113-9','07:05',1,'DR SALLAR',NULL,'','20131113-4496',NULL),(12561,3428,4,531,'2013-11-13 15:12:05',1,0,'','2013111310','2013-11-13','2013-11-13','20131113-10','07:10',1,'DR AMOAH',NULL,'','20131113-4497',NULL),(12562,3288,3,531,'2013-11-13 15:22:09',0,0,'','','2013-11-13','2013-11-13','20131113-11','07:22',1,'',NULL,'','20131113-4498',NULL),(12563,3288,3,531,'2013-11-13 15:23:28',1,0,'','2013111148','2013-11-13','2013-11-13','20131113-12','07:22',1,'',NULL,'','20131113-4499',NULL),(12564,3429,3,531,'2013-11-13 15:26:13',0,0,'','2013111313','2013-11-13','2013-11-13','20131113-13','07:24',1,'DR MENSAH',NULL,'','20131113-4500',NULL),(12566,3429,1,531,'2013-11-13 15:26:14',0,0,'','2013111313','2013-11-13','2013-11-13','20131113-13','07:25',1,'DR MENSAH',NULL,'','20131113-4500',NULL),(12567,1802,3,531,'2013-11-13 15:28:57',1,0,'','2013111314','2013-11-13','2013-11-13','20131113-14','07:27',1,'DR ACQUAYE',NULL,'','20131113-4501',NULL),(12568,3309,3,531,'2013-11-13 15:37:09',1,0,'','2013111172','2013-11-13','2013-11-13','20131113-15','07:36',1,'',NULL,'','20131113-4502',NULL),(12569,3430,3,531,'2013-11-13 15:40:36',0,0,'','2013111316','2013-11-13','2013-11-13','20131113-16','07:39',1,'DR AMOAH',NULL,'','20131113-4503',NULL),(12570,3431,3,531,'2013-11-13 15:47:52',0,0,'','2013111317 ','2013-11-13','2013-11-13','20131113-17','07:46',1,'DR AMOAH',NULL,'','20131113-4504',NULL),(12572,3431,4,531,'2013-11-13 15:47:52',1,0,'','2013111317 ','2013-11-13','2013-11-13','20131113-17','07:47',1,'DR AMOAH',NULL,'','20131113-4504',NULL),(12575,3431,1,531,'2013-11-13 15:47:52',1,0,'','2013111317 ','2013-11-13','2013-11-13','20131113-17','07:47',1,'DR AMOAH',NULL,'','20131113-4504',NULL),(12576,3432,3,531,'2013-11-13 15:55:17',0,0,'','2013111319','2013-11-13','2013-11-13','20131113-19','07:53',1,'DR SALLAR',NULL,'','20131113-4506',NULL),(12578,3432,1,531,'2013-11-13 15:55:17',0,0,'','2013111319','2013-11-13','2013-11-13','20131113-19','07:54',1,'DR SALLAR',NULL,'','20131113-4506',NULL),(12581,3432,4,531,'2013-11-13 15:55:17',1,0,'','2013111319','2013-11-13','2013-11-13','20131113-19','07:55',1,'DR SALLAR',NULL,'','20131113-4506',NULL),(12585,3432,5,531,'2013-11-13 15:55:18',1,0,'','2013111319','2013-11-13','2013-11-13','20131113-19','07:55',1,'DR SALLAR',NULL,'','20131113-4506',NULL),(12586,3433,3,530,'2013-11-13 15:59:59',0,0,'','2013111320 ','2013-11-13','2013-11-13','20131113-20','07:58',1,'DR MENSAH',NULL,'','20131113-4507',NULL),(12588,3433,1,530,'2013-11-13 15:59:59',0,0,'','2013111320 ','2013-11-13','2013-11-13','20131113-20','07:59',1,'DR MENSAH',NULL,'','20131113-4507',NULL),(12589,2707,1,530,'2013-11-13 16:06:24',0,0,'','2013111321 ','2013-11-13','2013-11-13','20131113-21','08:03',1,'DR OWHANDOH',NULL,'','20131113-4508',NULL),(12591,2707,2,530,'2013-11-13 16:06:24',0,0,'','2013111321 ','2013-11-13','2013-11-13','20131113-21','08:06',1,'DR OWHANDOH',NULL,'','20131113-4508',NULL),(12592,3434,2,530,'2013-11-13 16:21:14',0,0,'','2013111322 ','2013-11-13','2013-11-13','20131113-22','08:19',1,'DR FRIMPONG',NULL,'','20131113-4509',NULL),(12594,3434,4,530,'2013-11-13 16:21:14',1,0,'','2013111322 ','2013-11-13','2013-11-13','20131113-22','08:21',1,'DR FRIMPONG',NULL,'','20131113-4509',NULL),(12595,3435,3,530,'2013-11-13 16:30:18',0,0,'','2013111323','2013-11-13','2013-11-13','20131113-23','08:28',1,'DR OFORI',NULL,'','20131113-4510',NULL),(12597,3435,1,530,'2013-11-13 16:30:18',0,0,'','2013111323','2013-11-13','2013-11-13','20131113-23','08:29',1,'DR OFORI',NULL,'','20131113-4510',NULL),(12600,3435,4,530,'2013-11-13 16:30:18',1,0,'','2013111323','2013-11-13','2013-11-13','20131113-23','08:30',1,'DR OFORI',NULL,'','20131113-4510',NULL),(12601,3436,1,530,'2013-11-13 16:32:36',0,0,'','2013111324','2013-11-13','2013-11-13','20131113-24','08:31',1,'DR SALLAR',NULL,'','20131113-4511',NULL),(12603,3436,5,530,'2013-11-13 16:32:36',1,0,'','2013111324','2013-11-13','2013-11-13','20131113-24','08:32',1,'DR SALLAR',NULL,'','20131113-4511',NULL),(12604,2174,1,530,'2013-11-13 16:35:25',0,0,'','2013111325','2013-11-13','2013-11-13','20131113-25','08:33',1,'',NULL,'','20131113-4512',NULL),(12606,2174,2,530,'2013-11-13 16:35:25',0,0,'','2013111325','2013-11-13','2013-11-13','20131113-25','08:35',1,'',NULL,'','20131113-4512',NULL),(12607,3312,2,537,'2013-11-13 16:41:34',1,0,'','2013111176','2013-11-13','2013-11-13','20131113-26','08:34',1,'',NULL,'','20131113-4513',NULL),(12608,3437,3,530,'2013-11-13 16:52:06',0,0,'','2013111327','2013-11-13','2013-11-13','20131113-27','08:51',1,'DR VORTIA',NULL,'','20131113-4514',NULL),(12609,3409,5,530,'2013-11-13 16:53:51',1,0,'','2013111328','2013-11-13','2013-11-13','20131113-28','08:52',1,'DR MENSAH',NULL,'','20131113-4515',NULL),(12610,3439,3,530,'2013-11-13 17:06:01',0,0,'','2013111331','2013-11-13','2013-11-13','20131113-31','09:05',1,'DR VORTIA',NULL,'','20131113-4518',NULL),(12612,3439,1,530,'2013-11-13 17:06:01',1,0,'','2013111331','2013-11-13','2013-11-13','20131113-31','09:05',1,'DR VORTIA',NULL,'','20131113-4518',NULL),(12615,3439,4,530,'2013-11-13 17:06:02',1,0,'','2013111331','2013-11-13','2013-11-13','20131113-31','09:05',1,'DR VORTIA',NULL,'','20131113-4518',NULL),(12616,1341,2,530,'2013-11-13 17:12:27',1,0,'','2013111332 ','2013-11-13','2013-11-13','20131113-32','09:10',1,'DR VORTIA',NULL,'','20131113-4519',NULL),(12618,1341,4,530,'2013-11-13 17:12:27',1,0,'','2013111332 ','2013-11-13','2013-11-13','20131113-32','09:12',1,'DR VORTIA',NULL,'','20131113-4519',NULL),(12621,1341,1,530,'2013-11-13 17:12:27',1,0,'','2013111332 ','2013-11-13','2013-11-13','20131113-32','09:12',1,'DR VORTIA',NULL,'','20131113-4519',NULL),(12622,3440,3,530,'2013-11-13 17:17:03',0,0,'','2013111333','2013-11-13','2013-11-13','20131113-33','09:15',1,'DR VORTIA',NULL,'','20131113-4520',NULL),(12624,3440,4,530,'2013-11-13 17:17:03',1,0,'','2013111333','2013-11-13','2013-11-13','20131113-33','09:16',1,'DR VORTIA',NULL,'','20131113-4520',NULL),(12627,3440,1,530,'2013-11-13 17:17:04',0,0,'','2013111333','2013-11-13','2013-11-13','20131113-33','09:16',1,'DR VORTIA',NULL,'','20131113-4520',NULL),(12628,3422,4,552,'2013-11-13 17:19:50',1,0,'','','2013-11-13','2013-11-13','20131113-34','09:19',1,'',NULL,'','20131113-4521',NULL),(12629,3441,3,530,'2013-11-13 17:27:42',0,0,'','2013111335','2013-11-13','2013-11-13','20131113-35','09:24',1,'DR OWHANDOH',NULL,'','20131113-4522',NULL),(12631,3441,1,530,'2013-11-13 17:27:42',0,0,'','2013111335','2013-11-13','2013-11-13','20131113-35','09:25',1,'DR OWHANDOH',NULL,'','20131113-4522',NULL),(12634,3441,5,530,'2013-11-13 17:27:42',1,0,'','2013111335','2013-11-13','2013-11-13','20131113-35','09:27',1,'DR OWHANDOH',NULL,'','20131113-4522',NULL),(12638,3441,4,530,'2013-11-13 17:27:43',1,0,'','2013111335','2013-11-13','2013-11-13','20131113-35','09:27',1,'DR OWHANDOH',NULL,'','20131113-4522',NULL),(12639,3442,4,530,'2013-11-13 17:40:31',1,0,'','2013111336','2013-11-13','2013-11-13','20131113-36','09:40',1,'',NULL,'','20131113-4523',NULL),(12640,3443,4,530,'2013-11-13 17:41:42',1,0,'','2013111337 ','2013-11-13','2013-11-13','20131113-37','09:41',1,'',NULL,'','20131113-4524',NULL),(12641,3264,20,552,'2013-11-13 17:44:39',1,0,'','2013111113','2013-11-13','2013-11-13','20131113-40','09:44',1,'',NULL,'','20131113-4527',NULL),(12642,3427,1,504,'2013-11-13 17:45:19',0,0,'','201311139dr','2013-11-13','2013-11-13','20131113-39','09:44',1,'DR ADOTEY',NULL,'','20131113-4526',NULL),(12643,3444,4,530,'2013-11-13 17:45:34',1,0,'','2013111338','2013-11-13','2013-11-13','20131113-38','09:42',1,'',NULL,'','20131113-4525',NULL),(12645,3444,1,530,'2013-11-13 17:45:35',0,0,'','2013111338','2013-11-13','2013-11-13','20131113-38','09:43',1,'',NULL,'','20131113-4525',NULL),(12646,3427,1,504,'2013-11-13 17:47:41',0,0,'','201311139','2013-11-13','2013-11-13','20131113-41','09:46',1,'',NULL,'','20131113-4528',NULL),(12647,3445,5,530,'2013-11-13 17:48:30',1,0,'','2013111342 ','2013-11-13','2013-11-13','20131113-42','09:47',1,'',NULL,'','20131113-4529',NULL),(12649,3445,4,530,'2013-11-13 17:48:30',1,0,'','2013111342 ','2013-11-13','2013-11-13','20131113-42','09:48',1,'',NULL,'','20131113-4529',NULL),(12650,3444,1,530,'2013-11-13 17:50:58',0,0,'','2013111338','2013-11-13','2013-11-13','20131113-43','09:50',1,'',NULL,'','20131113-4530',NULL),(12651,3446,1,530,'2013-11-13 17:53:45',0,0,'','2013111344','2013-11-13','2013-11-13','20131113-44','09:52',1,'',NULL,'','20131113-4531',NULL),(12653,3446,2,530,'2013-11-13 17:53:45',0,0,'','2013111344','2013-11-13','2013-11-13','20131113-44','09:53',1,'',NULL,'','20131113-4531',NULL),(12654,3447,3,530,'2013-11-13 17:56:25',1,0,'','2013111345','2013-11-13','2013-11-13','20131113-45','09:55',1,'DR MENSAH',NULL,'','20131113-4532',NULL),(12656,3447,4,530,'2013-11-13 17:56:26',1,0,'','2013111345','2013-11-13','2013-11-13','20131113-45','09:56',1,'DR MENSAH',NULL,'','20131113-4532',NULL),(12657,3448,3,530,'2013-11-13 18:02:29',0,0,'','2013111346','2013-11-13','2013-11-13','20131113-46','09:59',1,'DR VORTIA',NULL,'','20131113-4533',NULL),(12659,3448,4,530,'2013-11-13 18:02:29',1,0,'','2013111346','2013-11-13','2013-11-13','20131113-46','10:00',1,'DR VORTIA',NULL,'','20131113-4533',NULL),(12660,3449,3,530,'2013-11-13 18:04:47',0,0,'','2013111347','2013-11-13','2013-11-13','20131113-47','10:04',1,'',NULL,'','20131113-4534',NULL),(12661,3426,3,555,'2013-11-13 18:15:48',1,0,'','201311138','2013-11-13','2013-11-13','20131113-48','10:15',1,'',NULL,'','20131113-4535',NULL),(12662,3450,3,530,'2013-11-13 18:18:41',0,0,'','2013111349','2013-11-13','2013-11-13','20131113-49','10:17',1,'DR VORTIA',NULL,'','20131113-4536',NULL),(12664,3450,1,530,'2013-11-13 18:18:42',0,0,'','2013111349','2013-11-13','2013-11-13','20131113-49','10:18',1,'DR VORTIA',NULL,'','20131113-4536',NULL),(12667,3450,5,530,'2013-11-13 18:18:42',1,0,'','2013111349','2013-11-13','2013-11-13','20131113-49','10:18',1,'DR VORTIA',NULL,'','20131113-4536',NULL),(12668,3451,3,530,'2013-11-13 18:24:53',0,0,'','2013111350','2013-11-13','2013-11-13','20131113-50','10:22',1,'DR MENSAH',NULL,'','20131113-4537',NULL),(12670,3451,1,530,'2013-11-13 18:24:54',0,0,'','2013111350','2013-11-13','2013-11-13','20131113-50','10:24',1,'DR MENSAH',NULL,'','20131113-4537',NULL),(12671,3452,1,530,'2013-11-13 18:27:04',0,0,'','2013111351 ','2013-11-13','2013-11-13','20131113-51','10:26',1,'',NULL,'','20131113-4538',NULL),(12672,3394,4,555,'2013-11-13 18:27:46',1,0,'','2013111281','2013-11-13','2013-11-13','20131113-52','10:27',1,'',NULL,'','20131113-4539',NULL),(12673,3453,3,530,'2013-11-13 18:29:35',0,0,'','2013111353','2013-11-13','2013-11-13','20131113-53','10:28',1,'',NULL,'','20131113-4540',NULL),(12675,3453,1,530,'2013-11-13 18:29:35',1,0,'','2013111353','2013-11-13','2013-11-13','20131113-53','10:29',1,'',NULL,'','20131113-4540',NULL),(12678,3453,5,530,'2013-11-13 18:29:35',0,0,'','2013111353','2013-11-13','2013-11-13','20131113-53','10:29',1,'',NULL,'','20131113-4540',NULL),(12679,3454,3,530,'2013-11-13 18:34:27',0,0,'','2013111354 ','2013-11-13','2013-11-13','20131113-54','10:33',1,'',NULL,'','20131113-4541',NULL),(12680,3455,3,530,'2013-11-13 18:46:19',0,0,'','2013111355','2013-11-13','2013-11-13','20131113-55','10:45',1,'',NULL,'','20131113-4542',NULL),(12681,3456,3,530,'2013-11-13 18:48:22',0,0,'','2013111356','2013-11-13','2013-11-13','20131113-56','10:47',1,'',NULL,'','20131113-4543',NULL),(12682,3457,3,534,'2013-11-13 18:51:51',0,0,'','2013111357 ','2013-11-13','2013-11-13','20131113-57','10:50',1,'DR FUMMY',NULL,'','20131113-4544',NULL),(12683,1238,3,534,'2013-11-13 18:53:56',0,0,'','2013111358','2013-11-13','2013-11-13','20131113-58','10:52',1,'DR TAKYI',NULL,'','20131113-4545',NULL),(12684,3457,3,534,'2013-11-13 18:54:33',1,0,'','2013111357','2013-11-13','2013-11-13','20131113-59','10:54',1,'',NULL,'','20131113-4546',NULL),(12685,3458,3,534,'2013-11-13 18:59:09',0,0,'','2013111360','2013-11-13','2013-11-13','20131113-60','10:56',1,'',NULL,'','20131113-4547',NULL),(12687,3458,4,534,'2013-11-13 18:59:09',1,0,'','2013111360','2013-11-13','2013-11-13','20131113-60','10:57',1,'',NULL,'','20131113-4547',NULL),(12690,3458,1,534,'2013-11-13 18:59:10',1,0,'','2013111360','2013-11-13','2013-11-13','20131113-60','10:57',1,'',NULL,'','20131113-4547',NULL),(12691,3284,4,534,'2013-11-13 19:00:16',1,0,'','2013111361 ','2013-11-13','2013-11-13','20131113-61','10:59',1,'DR OWHANDOH',NULL,'','20131113-4548',NULL),(12692,3459,3,534,'2013-11-13 19:03:35',0,0,'','2013111362','2013-11-13','2013-11-13','20131113-62','11:01',1,'DR VORTIA',NULL,'','20131113-4549',NULL),(12694,3459,1,534,'2013-11-13 19:03:36',0,0,'','2013111362','2013-11-13','2013-11-13','20131113-62','11:02',1,'',NULL,'','20131113-4549',NULL),(12695,3461,3,530,'2013-11-13 19:06:06',0,0,'','2013111364','2013-11-13','2013-11-13','20131113-64','11:05',1,'DR FUMMY',NULL,'','20131113-4551',NULL),(12696,3460,3,534,'2013-11-13 19:06:07',0,0,'','2013111363','2013-11-13','2013-11-13','20131113-63','11:04',1,'DR VORTIA',NULL,'','20131113-4550',NULL),(12698,3460,4,534,'2013-11-13 19:06:07',1,0,'','2013111363','2013-11-13','2013-11-13','20131113-63','11:05',1,'DR VORTIA',NULL,'','20131113-4550',NULL),(12699,3054,1,534,'2013-11-13 19:07:28',0,0,'','2013111365','2013-11-13','2013-11-13','20131113-65','11:06',1,'DR TAKYI',NULL,'','20131113-4552',NULL),(12700,3462,2,530,'2013-11-13 19:13:23',1,0,'','2013111366 ','2013-11-13','2013-11-13','20131113-66','11:08',1,'',NULL,'','20131113-4553',NULL),(12701,3463,3,530,'2013-11-13 19:17:26',0,0,'','2013111367 ','2013-11-13','2013-11-13','20131113-67','11:15',1,'',NULL,'','20131113-4554',NULL),(12703,3463,1,530,'2013-11-13 19:17:26',0,0,'','2013111367 ','2013-11-13','2013-11-13','20131113-67','11:15',1,'',NULL,'','20131113-4554',NULL),(12706,3463,2,530,'2013-11-13 19:17:27',0,0,'','2013111367 ','2013-11-13','2013-11-13','20131113-67','11:16',1,'',NULL,'','20131113-4554',NULL),(12707,3439,3,555,'2013-11-13 19:22:57',1,0,'','2013111331','2013-11-13','2013-11-13','20131113-68','11:22',1,'',NULL,'','20131113-4555',NULL),(12708,3464,3,530,'2013-11-13 19:39:37',0,0,'','2013111370','2013-11-13','2013-11-13','20131113-70','11:38',1,'DR DJAN',NULL,'','20131113-4557',NULL),(12710,3464,1,530,'2013-11-13 19:39:37',0,0,'','2013111370','2013-11-13','2013-11-13','20131113-70','11:39',1,'DR DJAN',NULL,'','20131113-4557',NULL),(12713,3464,4,530,'2013-11-13 19:39:37',1,0,'','2013111370','2013-11-13','2013-11-13','20131113-70','11:39',1,'DR DJAN',NULL,'','20131113-4557',NULL),(12714,3268,4,530,'2013-11-13 19:41:36',1,0,'','2013111371','2013-11-13','2013-11-13','20131113-71','11:40',1,'',NULL,'','20131113-4558',NULL),(12715,2696,3,530,'2013-11-13 19:42:20',0,0,'','2013111372 ','2013-11-13','2013-11-13','20131113-72','11:42',1,'',NULL,'','20131113-4559',NULL),(12716,3465,3,530,'2013-11-13 19:47:43',0,0,'','2013111373','2013-11-13','2013-11-13','20131113-73','11:44',1,'DR DJAN',NULL,'','20131113-4560',NULL),(12718,3465,1,530,'2013-11-13 19:47:44',0,0,'','2013111373','2013-11-13','2013-11-13','20131113-73','11:47',1,'DR DJAN',NULL,'','20131113-4560',NULL),(12719,3466,3,534,'2013-11-13 19:51:25',0,0,'','2013111374 ','2013-11-13','2013-11-13','20131113-74','11:49',1,'',NULL,'','20131113-4561',NULL),(12721,3466,4,534,'2013-11-13 19:51:26',1,0,'','2013111374 ','2013-11-13','2013-11-13','20131113-74','11:50',1,'',NULL,'','20131113-4561',NULL),(12724,3466,5,534,'2013-11-13 19:51:26',1,0,'','2013111374 ','2013-11-13','2013-11-13','20131113-74','11:50',1,'',NULL,'','20131113-4561',NULL),(12725,3467,4,534,'2013-11-13 19:55:04',1,0,'',' 2013111375','2013-11-13','2013-11-13','20131113-75','11:54',1,'DR MENSAH',NULL,'','20131113-4562',NULL),(12726,3468,3,534,'2013-11-13 19:58:12',0,0,'','2013111376','2013-11-13','2013-11-13','20131113-76','11:56',1,'DR DJAN',NULL,'','20131113-4563',NULL),(12728,3468,4,534,'2013-11-13 19:58:12',1,0,'','2013111376','2013-11-13','2013-11-13','20131113-76','11:57',1,'DR DJAN',NULL,'','20131113-4563',NULL),(12729,3469,3,530,'2013-11-13 20:00:12',0,0,'','2013111377','2013-11-13','2013-11-13','20131113-77','11:58',1,'DR DJAN',NULL,'','20131113-4564',NULL),(12731,3469,4,530,'2013-11-13 20:00:12',1,0,'','2013111377','2013-11-13','2013-11-13','20131113-77','11:59',1,'DR DJAN',NULL,'','20131113-4564',NULL),(12732,3470,5,534,'2013-11-13 20:00:36',1,0,'','2013111378 ','2013-11-13','2013-11-13','20131113-78','11:59',1,'DR VORTIA',NULL,'','20131113-4565',NULL),(12733,3471,3,534,'2013-11-13 20:04:22',0,0,'','2013111379 ','2013-11-13','2013-11-13','20131113-79','12:02',1,'DR BOATENG',NULL,'','20131113-4566',NULL),(12735,3471,4,534,'2013-11-13 20:04:22',1,0,'','2013111379 ','2013-11-13','2013-11-13','20131113-79','12:03',1,'DR BOATENG',NULL,'','20131113-4566',NULL),(12736,3472,3,530,'2013-11-13 20:05:38',0,0,'','2013111380 ','2013-11-13','2013-11-13','20131113-80','12:04',1,'DR FUMMY',NULL,'','20131113-4567',NULL),(12737,3473,3,530,'2013-11-13 20:15:05',0,0,'','2013111381','2013-11-13','2013-11-13','20131113-81','12:13',1,'DR MENSAH',NULL,'','20131113-4568',NULL),(12739,3473,4,530,'2013-11-13 20:15:06',1,0,'','2013111381','2013-11-13','2013-11-13','20131113-81','12:14',1,'DR MENSAH',NULL,'','20131113-4568',NULL),(12742,3473,1,530,'2013-11-13 20:15:06',1,0,'','2013111381','2013-11-13','2013-11-13','20131113-81','12:14',1,'DR MENSAH',NULL,'','20131113-4568',NULL),(12743,3474,3,530,'2013-11-13 20:19:21',0,0,'','2013111382','2013-11-13','2013-11-13','20131113-82','12:16',1,'DR MENSAH',NULL,'','20131113-4569',NULL),(12745,3474,1,530,'2013-11-13 20:19:21',0,0,'','2013111382','2013-11-13','2013-11-13','20131113-82','12:18',1,'DR MENSAH',NULL,'','20131113-4569',NULL),(12746,3439,3,530,'2013-11-13 20:26:45',1,0,'','2013111331','2013-11-13','2013-11-13','20131113-83','12:22',1,'',NULL,'','20131113-4570',NULL),(12747,3475,3,530,'2013-11-13 20:33:52',0,0,'','2013111385','2013-11-13','2013-11-13','20131113-85','12:32',1,'DR DJAN',NULL,'','20131113-4572',NULL),(12749,3475,4,530,'2013-11-13 20:33:53',1,0,'','2013111385','2013-11-13','2013-11-13','20131113-85','12:33',1,'DR DJAN',NULL,'','20131113-4572',NULL),(12750,3476,3,530,'2013-11-13 20:40:40',0,0,'','2013111386','2013-11-13','2013-11-13','20131113-86','12:39',1,'',NULL,'','20131113-4573',NULL),(12752,3476,1,530,'2013-11-13 20:40:40',0,0,'','2013111386','2013-11-13','2013-11-13','20131113-86','12:39',1,'',NULL,'','20131113-4573',NULL),(12753,654,4,530,'2013-11-13 20:42:04',1,0,'','2013111386','2013-11-13','2013-11-13','20131113-87','12:41',1,'',NULL,'','20131113-4574',NULL),(12754,3284,4,537,'2013-11-13 20:42:18',1,0,'','2013111362','2013-11-13','2013-11-13','20131113-88','12:41',1,'',NULL,'','20131113-4575',NULL),(12755,3459,4,537,'2013-11-13 20:50:32',1,0,'','2013111362','2013-11-13','2013-11-13','20131113-89','12:49',1,'',NULL,'','20131113-4576',NULL),(12756,3477,3,530,'2013-11-13 20:54:38',0,0,'','2013111390 ','2013-11-13','2013-11-13','20131113-90','12:54',1,'',NULL,'','20131113-4577',NULL),(12757,3478,3,530,'2013-11-13 20:57:37',0,0,'','2013111391','2013-11-13','2013-11-13','20131113-91','12:56',1,'',NULL,'','20131113-4578',NULL),(12758,3479,19,530,'2013-11-13 20:59:23',0,0,'','2013111392','2013-11-13','2013-11-13','20131113-92','12:59',1,'',NULL,'','20131113-4579',NULL),(12759,3480,3,530,'2013-11-13 21:02:39',0,0,'','2013111393','2013-11-13','2013-11-13','20131113-93','13:01',1,'DR FUMMY',NULL,'','20131113-4580',NULL),(12760,3453,1,555,'2013-11-13 21:08:48',1,0,'','2013111353','2013-11-13','2013-11-13','20131113-95','13:08',1,'',NULL,'','20131113-4582',NULL),(12761,980,3,530,'2013-11-13 21:13:21',1,0,'','2013111396','2013-11-13','2013-11-13','20131113-96','13:12',1,'',NULL,'','20131113-4583',NULL),(12763,980,1,530,'2013-11-13 21:13:21',1,0,'','2013111396','2013-11-13','2013-11-13','20131113-96','13:12',1,'',NULL,'','20131113-4583',NULL),(12766,980,5,530,'2013-11-13 21:13:21',1,0,'','2013111396','2013-11-13','2013-11-13','20131113-96','13:13',1,'',NULL,'','20131113-4583',NULL),(12767,3481,3,530,'2013-11-13 21:14:46',0,0,'','2013111397','2013-11-13','2013-11-13','20131113-97','13:14',1,'',NULL,'','20131113-4584',NULL),(12768,3482,3,530,'2013-11-13 21:18:30',0,0,'','2013111398','2013-11-13','2013-11-13','20131113-98','13:17',1,'',NULL,'','20131113-4585',NULL),(12770,3482,1,530,'2013-11-13 21:18:30',1,0,'','2013111398','2013-11-13','2013-11-13','20131113-98','13:18',1,'',NULL,'','20131113-4585',NULL),(12771,3483,3,530,'2013-11-13 21:20:56',0,0,'','2013111399','2013-11-13','2013-11-13','20131113-99','13:20',1,'DR VORTIA',NULL,'','20131113-4586',NULL),(12772,3484,3,530,'2013-11-13 21:27:29',1,0,'','20131113100','2013-11-13','2013-11-13','20131113-100','13:26',1,'',NULL,'','20131113-4587',NULL),(12773,386,3,530,'2013-11-13 21:44:39',1,0,'','20131113101','2013-11-13','2013-11-13','20131113-101','13:42',1,'',NULL,'','20131113-4588',NULL),(12775,386,4,530,'2013-11-13 21:44:39',1,0,'','20131113101','2013-11-13','2013-11-13','20131113-101','13:42',1,'',NULL,'','20131113-4588',NULL),(12778,386,1,530,'2013-11-13 21:44:39',0,0,'','20131113101','2013-11-13','2013-11-13','20131113-101','13:43',1,'',NULL,'','20131113-4588',NULL),(12779,386,3,530,'2013-11-13 21:46:17',0,0,'','20131113101','2013-11-13','2013-11-13','20131113-102','13:45',1,'',NULL,'','20131113-4589',NULL),(12780,3485,3,530,'2013-11-13 21:48:26',0,0,'','20131113103','2013-11-13','2013-11-13','20131113-103','13:47',1,'',NULL,'','20131113-4590',NULL),(12782,3485,4,530,'2013-11-13 21:48:27',1,0,'','20131113103','2013-11-13','2013-11-13','20131113-103','13:48',1,'',NULL,'','20131113-4590',NULL),(12783,3486,3,530,'2013-11-13 21:50:43',0,0,'','20131113104','2013-11-13','2013-11-13','20131113-104','13:50',1,'DR MENSAH',NULL,'','20131113-4591',NULL),(12785,3486,4,530,'2013-11-13 21:50:43',1,0,'','20131113104','2013-11-13','2013-11-13','20131113-104','13:50',1,'DR MENSAH',NULL,'','20131113-4591',NULL),(12786,101,3,530,'2013-11-13 21:55:41',0,0,'','20131113105','2013-11-13','2013-11-13','20131113-105','13:55',1,'',NULL,'','20131113-4592',NULL),(12788,101,4,530,'2013-11-13 21:55:42',1,0,'','20131113105','2013-11-13','2013-11-13','20131113-105','13:55',1,'',NULL,'','20131113-4592',NULL),(12789,3487,3,530,'2013-11-13 21:58:24',0,0,'','20131113106','2013-11-13','2013-11-13','20131113-106','13:57',1,'',NULL,'','20131113-4593',NULL),(12790,2356,5,530,'2013-11-13 21:59:45',1,0,'','20131113107','2013-11-13','2013-11-13','20131113-107','13:59',1,'',NULL,'','20131113-4594',NULL),(12791,3488,3,530,'2013-11-13 22:01:15',0,0,'','20131113108 ','2013-11-13','2013-11-13','20131113-108','14:00',1,'',NULL,'','20131113-4595',NULL),(12792,3489,3,534,'2013-11-13 22:14:06',0,0,'','20131113109 ','2013-11-13','2013-11-13','20131113-109','14:10',1,'DR DJAN',NULL,'','20131113-4596',NULL),(12794,3489,4,534,'2013-11-13 22:14:06',0,0,'','20131113109 ','2013-11-13','2013-11-13','20131113-109','14:11',1,'DR DJAN',NULL,'','20131113-4596',NULL),(12795,3463,4,534,'2013-11-13 22:22:44',1,0,'','2013111367','2013-11-13','2013-11-13','20131113-111','14:22',1,'',NULL,'','20131113-4598',NULL),(12796,3490,3,534,'2013-11-13 22:26:01',0,0,'','20131113110','2013-11-13','2013-11-13','20131113-110','14:18',1,'DR FUMMY',NULL,'','20131113-4597',NULL),(12797,3491,3,534,'2013-11-13 22:39:23',0,0,'','20131113112','2013-11-13','2013-11-13','20131113-112','14:37',1,'DR DANIELS',NULL,'','20131113-4599',NULL),(12799,3491,1,534,'2013-11-13 22:39:24',1,0,'','20131113112','2013-11-13','2013-11-13','20131113-112','14:38',1,'DR DANIELS',NULL,'','20131113-4599',NULL),(12802,3491,5,534,'2013-11-13 22:39:24',1,0,'','20131113112','2013-11-13','2013-11-13','20131113-112','14:38',1,'DR DANIELS',NULL,'','20131113-4599',NULL),(12803,1191,3,530,'2013-11-13 22:50:05',0,0,'','20131113113','2013-11-13','2013-11-13','20131113-113','14:49',1,'',NULL,'','20131113-4600',NULL),(12805,1191,1,530,'2013-11-13 22:50:05',1,0,'','20131113113','2013-11-13','2013-11-13','20131113-113','14:49',1,'',NULL,'','20131113-4600',NULL),(12806,2188,3,530,'2013-11-13 22:51:51',0,0,'','20131113114','2013-11-13','2013-11-13','20131113-114','14:51',1,'',NULL,'','20131113-4601',NULL),(12807,3492,3,530,'2013-11-13 22:57:00',0,0,'','20131113115','2013-11-13','2013-11-13','20131113-115','14:55',1,'DR ARYEE',NULL,'','20131113-4602',NULL),(12808,3493,3,534,'2013-11-13 23:00:22',0,0,'','20131113116','2013-11-13','2013-11-13','20131113-116','14:58',1,'',NULL,'','20131113-4603',NULL),(12810,3493,4,534,'2013-11-13 23:00:22',1,0,'','20131113116','2013-11-13','2013-11-13','20131113-116','14:59',1,'',NULL,'','20131113-4603',NULL),(12813,3493,10,534,'2013-11-13 23:00:22',1,0,'','20131113116','2013-11-13','2013-11-13','20131113-116','14:59',1,'',NULL,'','20131113-4603',NULL),(12814,3494,3,534,'2013-11-13 23:02:32',0,0,'','20131113117 ','2013-11-13','2013-11-13','20131113-117','15:01',1,'DR MENSAH',NULL,'','20131113-4604',NULL),(12816,3494,4,534,'2013-11-13 23:02:33',1,0,'','20131113117 ','2013-11-13','2013-11-13','20131113-117','15:02',1,'DR MENSAH',NULL,'','20131113-4604',NULL),(12817,3495,4,530,'2013-11-13 23:04:01',1,0,'','20131113118 ','2013-11-13','2013-11-13','20131113-118','15:03',1,'',NULL,'','20131113-4605',NULL),(12818,3496,3,534,'2013-11-13 23:05:24',0,0,'','20131113119','2013-11-13','2013-11-13','20131113-119','15:03',1,'',NULL,'','20131113-4606',NULL),(12820,3496,4,534,'2013-11-13 23:05:25',0,0,'','20131113119','2013-11-13','2013-11-13','20131113-119','15:04',1,'',NULL,'','20131113-4606',NULL),(12823,3496,1,534,'2013-11-13 23:05:25',0,0,'','20131113119','2013-11-13','2013-11-13','20131113-119','15:04',1,'',NULL,'','20131113-4606',NULL),(12824,3497,28,530,'2013-11-13 23:07:19',0,0,'','20131113120','2013-11-13','2013-11-13','20131113-120','15:06',1,'DR ARYEE',NULL,'','20131113-4607',NULL),(12825,3498,3,534,'2013-11-13 23:09:00',0,0,'','20131113121 ','2013-11-13','2013-11-13','20131113-121','15:07',1,'DR TAKYI',NULL,'','20131113-4608',NULL),(12827,3498,4,534,'2013-11-13 23:09:00',1,0,'','20131113121 ','2013-11-13','2013-11-13','20131113-121','15:08',1,'DR TAKYI',NULL,'','20131113-4608',NULL),(12828,2099,3,530,'2013-11-13 23:09:39',0,0,'','20131113122','2013-11-13','2013-11-13','20131113-122','15:09',1,'',NULL,'','20131113-4609',NULL),(12829,3499,3,534,'2013-11-13 23:12:02',0,0,'','20131113121 ','2013-11-13','2013-11-13','20131113-123','15:09',1,'DR DANIELS',NULL,'','20131113-4610',NULL),(12830,3500,1,530,'2013-11-13 23:17:52',0,0,'','20131113125 ','2013-11-13','2013-11-13','20131113-125','15:16',1,'',NULL,'','20131113-4612',NULL),(12832,3500,4,530,'2013-11-13 23:17:52',1,0,'','20131113125 ','2013-11-13','2013-11-13','20131113-125','15:17',1,'',NULL,'','20131113-4612',NULL),(12833,3501,3,552,'2013-11-13 23:21:31',0,0,'','20131113126 ','2013-11-13','2013-11-13','20131113-126','15:20',1,'DR DANIELS',NULL,'','20131113-4613',NULL),(12834,3502,3,530,'2013-11-13 23:35:41',0,0,'','20131113127','2013-11-13','2013-11-13','20131113-127','15:33',1,'',NULL,'','20131113-4614',NULL),(12836,3502,1,530,'2013-11-13 23:35:41',0,0,'','20131113127','2013-11-13','2013-11-13','20131113-127','15:34',1,'',NULL,'','20131113-4614',NULL),(12839,3502,4,530,'2013-11-13 23:35:42',1,0,'','20131113127','2013-11-13','2013-11-13','20131113-127','15:35',1,'',NULL,'','20131113-4614',NULL),(12840,3503,3,530,'2013-11-13 23:47:07',0,0,'','20131113128','2013-11-13','2013-11-13','20131113-128','15:46',1,'',NULL,'','20131113-4615',NULL),(12842,3503,4,530,'2013-11-13 23:47:07',0,0,'','20131113128','2013-11-13','2013-11-13','20131113-128','15:46',1,'',NULL,'','20131113-4615',NULL),(12843,3503,5,530,'2013-11-13 23:47:55',1,0,'','20131113128','2013-11-13','2013-11-13','20131113-129','15:47',1,'',NULL,'','20131113-4616',NULL),(12844,3504,3,530,'2013-11-14 00:00:51',0,0,'','20131113130','2013-11-13','2013-11-13','20131113-130','16:00',1,'',NULL,'','20131113-4617',NULL),(12845,386,4,541,'2013-11-14 00:01:13',1,0,'','20131113101','2013-11-13','2013-11-13','20131113-131','16:00',1,'',NULL,'','20131113-4618',NULL),(12846,3505,3,530,'2013-11-14 00:07:20',0,0,'','20131113132','2013-11-13','2013-11-13','20131113-132','16:06',1,'DR NKETIAH',NULL,'','20131113-4619',NULL),(12847,3506,3,530,'2013-11-14 00:11:02',1,0,'','20131113133','2013-11-13','2013-11-13','20131113-133','16:10',1,'',NULL,'','20131113-4620',NULL),(12848,3507,4,530,'2013-11-14 00:14:04',1,0,'','20131113134','2013-11-13','2013-11-13','20131113-134','16:13',1,'',NULL,'','20131113-4621',NULL),(12849,3383,1,530,'2013-11-14 00:18:47',1,0,'','20131113136','2013-11-13','2013-11-13','20131113-136','16:17',1,'DR MENSAH',NULL,'','20131113-4623',NULL),(12851,3383,5,530,'2013-11-14 00:18:48',1,0,'','20131113136','2013-11-13','2013-11-13','20131113-136','16:18',1,'DR MENSAH',NULL,'','20131113-4623',NULL),(12852,3508,4,530,'2013-11-14 00:26:10',1,0,'','20131113137 ','2013-11-13','2013-11-13','20131113-137','16:25',1,'DR NKETIAH',NULL,'','20131113-4624',NULL),(12853,3414,1,530,'2013-11-14 00:35:47',1,0,'','20131113138','2013-11-13','2013-11-13','20131113-138','16:34',1,'',NULL,'','20131113-4625',NULL),(12855,3414,5,530,'2013-11-14 00:35:47',1,0,'','20131113138','2013-11-13','2013-11-13','20131113-138','16:35',1,'',NULL,'','20131113-4625',NULL),(12856,3509,1,530,'2013-11-14 00:48:00',1,0,'','20131113139','2013-11-13','2013-11-13','20131113-139','16:46',1,'DR ASUMANU',NULL,'','20131113-4626',NULL),(12857,3510,3,530,'2013-11-14 01:22:43',0,0,'','20131113140 ','2013-11-13','2013-11-13','20131113-140','17:22',1,'DR NKETIAH',NULL,'','20131113-4627',NULL),(12858,3511,3,530,'2013-11-14 01:32:42',0,0,'','20131113141','2013-11-13','2013-11-13','20131113-141','17:31',1,'DR DANIELS',NULL,'','20131113-4628',NULL),(12860,3511,4,530,'2013-11-14 01:32:43',1,0,'','20131113141','2013-11-13','2013-11-13','20131113-141','17:32',1,'DR DANIELS',NULL,'','20131113-4628',NULL),(12861,3512,3,530,'2013-11-14 01:46:10',0,0,'','20131113142','2013-11-13','2013-11-13','20131113-142','17:44',1,'',NULL,'','20131113-4629',NULL),(12863,3512,1,530,'2013-11-14 01:46:10',1,0,'','20131113142','2013-11-13','2013-11-13','20131113-142','17:45',1,'',NULL,'','20131113-4629',NULL),(12866,3512,4,530,'2013-11-14 01:46:10',1,0,'','20131113142','2013-11-13','2013-11-13','20131113-142','17:45',1,'',NULL,'','20131113-4629',NULL),(12867,3513,3,530,'2013-11-14 01:52:50',1,0,'','20131113143','2013-11-13','2013-11-13','20131113-143','17:52',1,'',NULL,'','20131113-4630',NULL),(12868,3514,3,530,'2013-11-14 02:03:41',0,0,'','20131113144','2013-11-13','2013-11-13','20131113-144','18:00',1,'DR DANIELS',NULL,'','20131113-4631',NULL),(12870,3514,5,530,'2013-11-14 02:03:41',1,0,'','20131113144','2013-11-13','2013-11-13','20131113-144','18:03',1,'DR DANIELS',NULL,'','20131113-4631',NULL),(12871,3503,1,530,'2013-11-14 02:12:36',1,0,'','20131113145','2013-11-13','2013-11-13','20131113-145','18:11',1,'DR NKETIAH',NULL,'','20131113-4632',NULL),(12873,3503,5,530,'2013-11-14 02:12:37',0,0,'','20131113145','2013-11-13','2013-11-13','20131113-145','18:12',1,'DR NKETIAH',NULL,'','20131113-4632',NULL),(12874,2472,4,530,'2013-11-14 02:40:32',1,0,'','20131113146','2013-11-13','2013-11-13','20131113-146','18:39',1,'DR TACHIE',NULL,'','20131113-4633',NULL),(12875,3515,3,530,'2013-11-14 02:44:49',0,0,'','20131113147','2013-11-13','2013-11-13','20131113-147','18:43',1,'DR NUAMAH',NULL,'','20131113-4634',NULL),(12877,3515,4,530,'2013-11-14 02:44:49',1,0,'','20131113147','2013-11-13','2013-11-13','20131113-147','18:44',1,'DR NUAMAH',NULL,'','20131113-4634',NULL),(12880,3515,1,530,'2013-11-14 02:44:49',1,0,'','20131113147','2013-11-13','2013-11-13','20131113-147','18:44',1,'DR NUAMAH',NULL,'','20131113-4634',NULL),(12881,3516,3,531,'2013-11-14 03:21:48',0,0,'','20131113148 ','2013-11-13','2013-11-13','20131113-148','19:20',1,'DR',NULL,'','20131113-4635',NULL),(12882,3383,1,541,'2013-11-14 03:38:39',1,0,'','20131113136','2013-11-13','2013-11-13','20131113-149','19:38',1,'',NULL,'','20131113-4636',NULL),(12883,3517,3,531,'2013-11-14 03:51:59',1,0,'','20131113150 ','2013-11-13','2013-11-13','20131113-150','19:50',1,'DR NUAMAH',NULL,'','20131113-4637',NULL),(12885,3517,5,531,'2013-11-14 03:51:59',1,0,'','20131113150 ','2013-11-13','2013-11-13','20131113-150','19:51',1,'DR NUAMAH',NULL,'','20131113-4637',NULL),(12886,2489,17,550,'2013-11-14 04:14:30',1,0,'','2013103142','2013-11-13','2013-11-13','20131113-151','20:14',1,'',NULL,'','20131113-4638',NULL),(12887,3518,3,531,'2013-11-14 04:47:39',1,0,'','20131113152 ','2013-11-13','2013-11-13','20131113-152','20:46',1,'DR DANIELS',NULL,'','20131113-4639',NULL),(12889,3518,5,531,'2013-11-14 04:47:39',0,0,'','20131113152 ','2013-11-13','2013-11-13','20131113-152','20:47',1,'DR DANIELS',NULL,'','20131113-4639',NULL),(12892,3518,1,531,'2013-11-14 04:47:39',1,0,'','20131113152 ','2013-11-13','2013-11-13','20131113-152','20:47',1,'DR DANIELS',NULL,'','20131113-4639',NULL),(12893,2727,3,531,'2013-11-14 04:50:50',1,0,'','20131113153 ','2013-11-13','2013-11-13','20131113-153','20:49',1,'DR AMOAH',NULL,'','20131113-4640',NULL),(12895,2727,4,531,'2013-11-14 04:50:50',1,0,'','20131113153 ','2013-11-13','2013-11-13','20131113-153','20:50',1,'DR AMOAH',NULL,'','20131113-4640',NULL),(12896,3519,4,531,'2013-11-14 05:27:03',1,0,'','20131113154 ','2013-11-13','2013-11-13','20131113-154','21:26',1,'DR AMOAH',NULL,'','20131113-4641',NULL),(12897,3520,3,531,'2013-11-14 05:48:44',1,0,'','20131113155','2013-11-13','2013-11-13','20131113-155','21:44',1,'DR NUAMAH',NULL,'','20131113-4642',NULL),(12899,3520,1,531,'2013-11-14 05:48:44',0,0,'','20131113155','2013-11-13','2013-11-13','20131113-155','21:46',1,'DR NUAMAH',NULL,'','20131113-4642',NULL),(12900,3489,1,531,'2013-11-14 08:11:27',0,0,'','201311141','2013-11-14','2013-11-14','20131114-1','00:08',1,'DR AKPALU',NULL,'','20131114-4643',NULL),(12902,3489,3,531,'2013-11-14 08:11:27',0,0,'','201311141','2013-11-14','2013-11-14','20131114-1','00:10',1,'DR AKPALU',NULL,'','20131114-4643',NULL),(12905,3489,4,531,'2013-11-14 08:11:27',1,0,'','201311141','2013-11-14','2013-11-14','20131114-1','00:10',1,'DR AKPALU',NULL,'','20131114-4643',NULL),(12909,3489,2,531,'2013-11-14 08:11:27',1,0,'','201311141','2013-11-14','2013-11-14','20131114-1','00:11',1,'DR AKPALU',NULL,'','20131114-4643',NULL),(12910,3521,3,531,'2013-11-14 08:41:29',1,0,'','201311142','2013-11-14','2013-11-14','20131114-2','00:40',1,'DR YEBOAH',NULL,'','20131114-4644',NULL),(12912,3521,4,531,'2013-11-14 08:41:29',1,0,'','201311142','2013-11-14','2013-11-14','20131114-2','00:41',1,'DR YEBOAH',NULL,'','20131114-4644',NULL),(12913,3521,4,531,'2013-11-14 09:30:05',0,0,'','201311142','2013-11-14','2013-11-14','20131114-3','01:29',1,'',NULL,'','20131114-4645',NULL),(12914,3522,3,531,'2013-11-14 14:11:27',1,0,'','201311144','2013-11-14','2013-11-14','20131114-4','06:09',1,'DR AMOAH',NULL,'','20131114-4646',NULL),(12916,3522,1,531,'2013-11-14 14:11:27',1,0,'','201311144','2013-11-14','2013-11-14','20131114-4','06:11',1,'DR AMOAH',NULL,'','20131114-4646',NULL),(12919,3522,4,531,'2013-11-14 14:11:27',1,0,'','201311144','2013-11-14','2013-11-14','20131114-4','06:11',1,'DR AMOAH',NULL,'','20131114-4646',NULL),(12920,3522,3,531,'2013-11-14 14:37:26',1,0,'','201311144','2013-11-14','2013-11-14','20131114-5','06:37',1,'',NULL,'','20131114-4647',NULL),(12921,3523,3,531,'2013-11-14 15:02:36',0,0,'','201311146','2013-11-14','2013-11-14','20131114-6','07:00',1,'DR YEBOAH',NULL,'','20131114-4648',NULL),(12923,3523,1,531,'2013-11-14 15:02:36',0,0,'','201311146','2013-11-14','2013-11-14','20131114-6','07:01',1,'DR YEBOAH',NULL,'','20131114-4648',NULL),(12926,3523,5,531,'2013-11-14 15:02:36',1,0,'','201311146','2013-11-14','2013-11-14','20131114-6','07:02',1,'DR YEBOAH',NULL,'','20131114-4648',NULL),(12930,3523,4,531,'2013-11-14 15:02:37',1,0,'','201311146','2013-11-14','2013-11-14','20131114-6','07:02',1,'DR YEBOAH',NULL,'','20131114-4648',NULL),(12931,3524,3,558,'2013-11-14 15:33:39',0,0,'','201311147 ','2013-11-14','2013-11-14','20131114-7','07:31',1,'DR ANKOMAH',NULL,'','20131114-4649',NULL),(12933,3524,1,558,'2013-11-14 15:33:39',0,0,'','201311147 ','2013-11-14','2013-11-14','20131114-7','07:32',1,'DR ANKOMAH',NULL,'','20131114-4649',NULL),(12936,3524,4,558,'2013-11-14 15:33:40',1,0,'','201311147 ','2013-11-14','2013-11-14','20131114-7','07:33',1,'DR ANKOMAH',NULL,'','20131114-4649',NULL),(12937,3525,3,558,'2013-11-14 15:38:01',0,0,'','201311148','2013-11-14','2013-11-14','20131114-8','07:36',1,'DR AMOAH',NULL,'','20131114-4650',NULL),(12939,3525,5,558,'2013-11-14 15:38:02',1,0,'','201311148','2013-11-14','2013-11-14','20131114-8','07:37',1,'DR AMOAH',NULL,'','20131114-4650',NULL),(12942,3525,1,558,'2013-11-14 15:38:02',1,0,'','201311148','2013-11-14','2013-11-14','20131114-8','07:37',1,'DR AMOAH',NULL,'','20131114-4650',NULL),(12943,3526,4,558,'2013-11-14 15:42:38',1,0,'','201311149','2013-11-14','2013-11-14','20131114-9','07:41',1,'DR SALLAR',NULL,'','20131114-4651',NULL),(12945,3526,2,558,'2013-11-14 15:42:38',1,0,'','201311149','2013-11-14','2013-11-14','20131114-9','07:42',1,'DR SALLAR',NULL,'','20131114-4651',NULL),(12946,3527,1,558,'2013-11-14 16:01:58',0,0,'','2013111410','2013-11-14','2013-11-14','20131114-10','08:00',1,'',NULL,'','20131114-4652',NULL),(12947,3528,3,558,'2013-11-14 16:08:56',0,0,'','2013111411','2013-11-14','2013-11-14','20131114-11','08:07',1,'DR AMOAH',NULL,'','20131114-4653',NULL),(12949,3528,1,558,'2013-11-14 16:08:56',1,0,'','2013111411','2013-11-14','2013-11-14','20131114-11','08:08',1,'DR AMOAH',NULL,'','20131114-4653',NULL),(12950,3529,3,558,'2013-11-14 16:36:19',0,0,'','2013111412','2013-11-14','2013-11-14','20131114-12','08:33',1,'DR OWHANDOH',NULL,'','20131114-4654',NULL),(12952,3529,4,558,'2013-11-14 16:36:19',1,0,'','2013111412','2013-11-14','2013-11-14','20131114-12','08:34',1,'DR OWHANDOH',NULL,'','20131114-4654',NULL),(12955,3529,1,558,'2013-11-14 16:36:19',1,0,'','2013111412','2013-11-14','2013-11-14','20131114-12','08:35',1,'DR OWHANDOH',NULL,'','20131114-4654',NULL),(12956,3531,3,558,'2013-11-14 17:01:15',0,0,'','2013111414','2013-11-14','2013-11-14','20131114-14','08:59',1,'DR OFORI ANTI',NULL,'','20131114-4656',NULL),(12958,3531,4,558,'2013-11-14 17:01:15',1,0,'','2013111414','2013-11-14','2013-11-14','20131114-14','09:01',1,'DR OFORI ANTI',NULL,'','20131114-4656',NULL),(12959,2723,4,534,'2013-11-14 17:02:38',1,0,'','2013110502','2013-11-14','2013-11-14','20131114-15','09:01',1,'',NULL,'','20131114-4657',NULL),(12961,2723,3,534,'2013-11-14 17:02:38',1,0,'','2013110502','2013-11-14','2013-11-14','20131114-15','09:02',1,'',NULL,'','20131114-4657',NULL),(12962,3532,3,558,'2013-11-14 17:04:35',0,0,'','2013111416','2013-11-14','2013-11-14','20131114-16','09:02',1,'DR DOW',NULL,'','20131114-4658',NULL),(12964,3532,1,558,'2013-11-14 17:04:36',1,0,'','2013111416','2013-11-14','2013-11-14','20131114-16','09:04',1,'DR DOW',NULL,'','20131114-4658',NULL),(12965,201,5,558,'2013-11-14 17:08:17',1,0,'','2013111417','2013-11-14','2013-11-14','20131114-17','09:07',1,'DR SALLAR',NULL,'','20131114-4659',NULL),(12966,3533,3,558,'2013-11-14 17:11:17',0,0,'','2013111418','2013-11-14','2013-11-14','20131114-18','09:10',1,'DR TACHIE',NULL,'','20131114-4660',NULL),(12967,3534,3,558,'2013-11-14 17:14:32',0,0,'','2013111419','2013-11-14','2013-11-14','20131114-19','09:13',1,'DR VORTIA',NULL,'','20131114-4661',NULL),(12969,3534,1,558,'2013-11-14 17:14:32',0,0,'','2013111419','2013-11-14','2013-11-14','20131114-19','09:14',1,'DR VORTIA',NULL,'','20131114-4661',NULL),(12970,560,3,558,'2013-11-14 17:20:30',0,0,'','2013111420','2013-11-14','2013-11-14','20131114-20','09:17',1,'DR OWHANDOH',NULL,'','20131114-4662',NULL),(12972,560,4,558,'2013-11-14 17:20:30',1,0,'','2013111420','2013-11-14','2013-11-14','20131114-20','09:19',1,'DR OWHANDOH',NULL,'','20131114-4662',NULL),(12975,560,5,558,'2013-11-14 17:20:31',1,0,'','2013111420','2013-11-14','2013-11-14','20131114-20','09:19',1,'DR OWHANDOH',NULL,'','20131114-4662',NULL),(12979,560,1,558,'2013-11-14 17:20:31',1,0,'','2013111420','2013-11-14','2013-11-14','20131114-20','09:20',1,'DR OWHANDOH',NULL,'','20131114-4662',NULL),(12980,3535,3,558,'2013-11-14 17:24:20',0,0,'','2013111421','2013-11-14','2013-11-14','20131114-21','09:23',1,'DR OFORI ANTI',NULL,'','20131114-4663',NULL),(12981,3536,3,558,'2013-11-14 17:30:28',0,0,'','2013111422','2013-11-14','2013-11-14','20131114-22','09:29',1,'DR VORTIA',NULL,'','20131114-4664',NULL),(12983,3536,4,558,'2013-11-14 17:30:29',1,0,'','2013111422','2013-11-14','2013-11-14','20131114-22','09:30',1,'DR VORTIA',NULL,'','20131114-4664',NULL),(12986,3536,1,558,'2013-11-14 17:30:29',1,0,'','2013111422','2013-11-14','2013-11-14','20131114-22','09:30',1,'DR VORTIA',NULL,'','20131114-4664',NULL),(12987,3372,4,534,'2013-11-14 17:39:46',1,0,'','2013111251','2013-11-14','2013-11-14','20131114-23','09:38',1,'',NULL,'','20131114-4665',NULL),(12988,148,1,558,'2013-11-14 17:43:23',0,0,'','2013111424 ','2013-11-14','2013-11-14','20131114-24','09:42',1,'PROF S K OWUSU',NULL,'','20131114-4666',NULL),(12989,2617,4,534,'2013-11-14 17:44:12',1,0,'','201311127','2013-11-14','2013-11-14','20131114-25','09:43',1,'',NULL,'','20131114-4667',NULL),(12990,3537,5,558,'2013-11-14 17:48:52',1,0,'','2013111426 ','2013-11-14','2013-11-14','20131114-26','09:48',1,'DR FUMMY',NULL,'','20131114-4668',NULL),(12991,3538,3,558,'2013-11-14 17:52:36',0,0,'','2013111427','2013-11-14','2013-11-14','20131114-27','09:50',1,'DR VORTIA',NULL,'','20131114-4669',NULL),(12992,3539,1,558,'2013-11-14 17:58:26',1,0,'','2013111428 ','2013-11-14','2013-11-14','20131114-28','09:57',1,'DR OFORI ANTI',NULL,'','20131114-4670',NULL),(12994,3539,5,558,'2013-11-14 17:58:26',0,0,'','2013111428 ','2013-11-14','2013-11-14','20131114-28','09:58',1,'DR OFORI ANTI',NULL,'','20131114-4670',NULL),(12995,3540,3,558,'2013-11-14 18:02:15',0,0,'','2013111429','2013-11-14','2013-11-14','20131114-29','10:00',1,'DR OFORI',NULL,'','20131114-4671',NULL),(12997,3540,4,558,'2013-11-14 18:02:15',1,0,'','2013111429','2013-11-14','2013-11-14','20131114-29','10:01',1,'DR OFORI',NULL,'','20131114-4671',NULL),(12998,3318,12,534,'2013-11-14 18:03:10',1,0,'','2013111186','2013-11-14','2013-11-14','20131114-30','10:02',1,'',NULL,'','20131114-4672',NULL),(12999,1445,3,558,'2013-11-14 18:04:33',0,0,'','2013111431','2013-11-14','2013-11-14','20131114-31','10:02',1,'DR DOW',NULL,'','20131114-4673',NULL),(13001,1445,1,558,'2013-11-14 18:04:33',0,0,'','2013111431','2013-11-14','2013-11-14','20131114-31','10:04',1,'DR DOW',NULL,'','20131114-4673',NULL),(13002,3541,3,558,'2013-11-14 18:08:16',0,0,'','2013111432','2013-11-14','2013-11-14','20131114-32','10:06',1,'DR SALLAR',NULL,'','20131114-4674',NULL),(13004,3541,4,558,'2013-11-14 18:08:17',1,0,'','2013111432','2013-11-14','2013-11-14','20131114-32','10:07',1,'DR SALLAR',NULL,'','20131114-4674',NULL),(13007,3541,1,558,'2013-11-14 18:08:17',1,0,'','2013111432','2013-11-14','2013-11-14','20131114-32','10:08',1,'DR SALLAR',NULL,'','20131114-4674',NULL),(13008,3542,3,558,'2013-11-14 18:11:29',0,0,'','2013111433','2013-11-14','2013-11-14','20131114-33','10:09',1,'DR SALLAR',NULL,'','20131114-4675',NULL),(13010,3542,4,558,'2013-11-14 18:11:30',1,0,'','2013111433','2013-11-14','2013-11-14','20131114-33','10:11',1,'DR SALLAR',NULL,'','20131114-4675',NULL),(13013,3542,1,558,'2013-11-14 18:11:30',1,0,'','2013111433','2013-11-14','2013-11-14','20131114-33','10:11',1,'DR SALLAR',NULL,'','20131114-4675',NULL),(13014,3543,3,558,'2013-11-14 18:18:05',0,0,'','2013111434','2013-11-14','2013-11-14','20131114-34','10:16',1,'DR OWHANDOH',NULL,'','20131114-4676',NULL),(13016,3543,4,558,'2013-11-14 18:18:05',1,0,'','2013111434','2013-11-14','2013-11-14','20131114-34','10:17',1,'DR OWHANDOH',NULL,'','20131114-4676',NULL),(13019,3543,1,558,'2013-11-14 18:18:05',1,0,'','2013111434','2013-11-14','2013-11-14','20131114-34','10:17',1,'DR OWHANDOH',NULL,'','20131114-4676',NULL),(13020,1054,1,558,'2013-11-14 18:24:23',0,0,'','2013111435','2013-11-14','2013-11-14','20131114-35','10:23',1,'DR TACHIE',NULL,'','20131114-4677',NULL),(13021,3544,3,558,'2013-11-14 18:27:08',0,0,'','2013111436','2013-11-14','2013-11-14','20131114-36','10:25',1,'DR VORTIA',NULL,'','20131114-4678',NULL),(13023,3544,4,558,'2013-11-14 18:27:08',1,0,'','2013111436','2013-11-14','2013-11-14','20131114-36','10:26',1,'DR VORTIA',NULL,'','20131114-4678',NULL),(13026,3544,1,558,'2013-11-14 18:27:08',0,0,'','2013111436','2013-11-14','2013-11-14','20131114-36','10:26',1,'DR VORTIA',NULL,'','20131114-4678',NULL),(13027,3545,3,558,'2013-11-14 18:34:59',0,0,'','2013111437 ','2013-11-14','2013-11-14','20131114-37','10:33',1,'DR LAMPTEY',NULL,'','20131114-4679',NULL),(13028,3546,3,558,'2013-11-14 18:46:09',0,0,'','2013111438','2013-11-14','2013-11-14','20131114-38','10:45',1,'DR OFORI ANTI',NULL,'','20131114-4680',NULL),(13030,3546,4,558,'2013-11-14 18:46:09',1,0,'','2013111438','2013-11-14','2013-11-14','20131114-38','10:45',1,'DR OFORI ANTI',NULL,'','20131114-4680',NULL),(13031,3547,1,558,'2013-11-14 18:49:48',0,0,'','2013111439','2013-11-14','2013-11-14','20131114-39','10:48',1,'DR OWHANDOH',NULL,'','20131114-4681',NULL),(13032,2973,4,534,'2013-11-14 18:51:28',1,0,'','20131106103','2013-11-14','2013-11-14','20131114-40','10:50',1,'',NULL,'','20131114-4682',NULL),(13033,201,3,558,'2013-11-14 19:13:13',0,0,'','2013111417','2013-11-14','2013-11-14','20131114-41','11:10',1,'DR OWHANDOH',NULL,'','20131114-4683',NULL),(13035,201,1,558,'2013-11-14 19:13:13',0,0,'','2013111417 ','2013-11-14','2013-11-14','20131114-41','11:12',1,'DR OWHANDOH',NULL,'','20131114-4683',NULL),(13036,3548,3,558,'2013-11-14 19:18:23',0,0,'','2013111442','2013-11-14','2013-11-14','20131114-42','11:17',1,'DR FUMMY',NULL,'','20131114-4684',NULL),(13038,3548,1,558,'2013-11-14 19:18:23',1,0,'','2013111442','2013-11-14','2013-11-14','20131114-42','11:18',1,'DR FUMMY',NULL,'','20131114-4684',NULL),(13039,3549,1,558,'2013-11-14 19:24:31',1,0,'','2013111443','2013-11-14','2013-11-14','20131114-43','11:20',1,'DR TACHIE',NULL,'','20131114-4685',NULL),(13040,3550,3,558,'2013-11-14 19:28:39',0,0,'','2013111444','2013-11-14','2013-11-14','20131114-44','11:27',1,'DR OWHANDOH',NULL,'','20131114-4686',NULL),(13041,3551,3,558,'2013-11-14 19:38:17',0,0,'','2013111445','2013-11-14','2013-11-14','20131114-45','11:36',1,'DR OFORI ANTI',NULL,'','20131114-4687',NULL),(13043,3551,4,558,'2013-11-14 19:38:17',1,0,'','2013111445','2013-11-14','2013-11-14','20131114-45','11:37',1,'DR OFORI ANTI',NULL,'','20131114-4687',NULL),(13046,3551,1,558,'2013-11-14 19:38:17',1,0,'','2013111445','2013-11-14','2013-11-14','20131114-45','11:38',1,'DR OFORI ANTI',NULL,'','20131114-4687',NULL),(13047,3552,3,558,'2013-11-14 19:44:29',0,0,'','2013111446','2013-11-14','2013-11-14','20131114-46','11:42',1,'DR OFORI ANTI',NULL,'','20131114-4688',NULL),(13048,3421,1,534,'2013-11-14 19:51:11',0,0,'','2013111447','2013-11-14','2013-11-14','20131114-47','11:48',1,'DR ADOTEY',NULL,'','20131114-4689',NULL),(13050,3421,5,534,'2013-11-14 19:51:12',0,0,'','2013111447','2013-11-14','2013-11-14','20131114-47','11:49',1,'',NULL,'','20131114-4689',NULL),(13051,3553,4,534,'2013-11-14 19:53:11',1,0,'','2013111448','2013-11-14','2013-11-14','20131114-48','11:52',1,'DR ADOTEY',NULL,'','20131114-4690',NULL),(13052,3554,3,558,'2013-11-14 19:57:05',0,0,'','2013111449','2013-11-14','2013-11-14','20131114-49','11:55',1,'DR OWHANDOH',NULL,'','20131114-4691',NULL),(13054,3554,4,558,'2013-11-14 19:57:05',1,0,'','2013111449','2013-11-14','2013-11-14','20131114-49','11:56',1,'DR OWHANDOH',NULL,'','20131114-4691',NULL),(13055,3555,3,558,'2013-11-14 19:59:52',0,0,'','2013111450','2013-11-14','2013-11-14','20131114-50','11:58',1,'DR OFORI ANTI',NULL,'','20131114-4692',NULL),(13057,3555,4,558,'2013-11-14 19:59:52',1,0,'','2013111450','2013-11-14','2013-11-14','20131114-50','11:59',1,'DR OFORI ANTI',NULL,'','20131114-4692',NULL),(13060,3555,1,558,'2013-11-14 19:59:52',0,0,'','2013111450','2013-11-14','2013-11-14','20131114-50','11:59',1,'DR OFORI ANTI',NULL,'','20131114-4692',NULL),(13061,3556,3,558,'2013-11-14 20:10:23',0,0,'','2013111451','2013-11-14','2013-11-14','20131114-51','12:08',1,'DR OWHANDOH',NULL,'','20131114-4693',NULL),(13063,3556,4,558,'2013-11-14 20:10:23',1,0,'','2013111451','2013-11-14','2013-11-14','20131114-51','12:09',1,'DR OWHANDOH',NULL,'','20131114-4693',NULL),(13066,3556,1,558,'2013-11-14 20:10:23',1,0,'','2013111451','2013-11-14','2013-11-14','20131114-51','12:10',1,'DR OWHANDOH',NULL,'','20131114-4693',NULL),(13067,3541,5,558,'2013-11-14 20:13:46',1,0,'','2013111452','2013-11-14','2013-11-14','20131114-52','12:11',1,'DR SALLAR',NULL,'','20131114-4694',NULL),(13069,3541,3,558,'2013-11-14 20:13:46',1,0,'','2013111452','2013-11-14','2013-11-14','20131114-52','12:13',1,'DR SALLAR',NULL,'','20131114-4694',NULL),(13070,3558,1,558,'2013-11-14 20:19:12',0,0,'','2013111454 ','2013-11-14','2013-11-14','20131114-54','12:17',1,'DR VORTIA',NULL,'','20131114-4696',NULL),(13071,3557,3,504,'2013-11-14 20:25:26',0,0,'','20131114A4','2013-11-14','2013-11-14','20131114-53','12:13',1,'',NULL,'','20131114-4695',NULL),(13073,3557,1,504,'2013-11-14 20:25:26',1,0,'','20131114A4','2013-11-14','2013-11-14','20131114-53','12:15',1,'',NULL,'','20131114-4695',NULL),(13074,3559,3,558,'2013-11-14 20:27:02',1,0,'','2013111455 ','2013-11-14','2013-11-14','20131114-55','12:25',1,'DR BOATENG',NULL,'','20131114-4697',NULL),(13076,3559,1,558,'2013-11-14 20:27:02',0,0,'','2013111455 ','2013-11-14','2013-11-14','20131114-55','12:26',1,'DR BOATENG',NULL,'','20131114-4697',NULL),(13079,3559,2,558,'2013-11-14 20:27:02',0,0,'','2013111455 ','2013-11-14','2013-11-14','20131114-55','12:26',1,'DR BOATENG',NULL,'','20131114-4697',NULL),(13080,3560,3,558,'2013-11-14 20:30:51',0,0,'','2013111456','2013-11-14','2013-11-14','20131114-56','12:29',1,'DR DOW',NULL,'','20131114-4698',NULL),(13082,3560,1,558,'2013-11-14 20:30:51',0,0,'','2013111456','2013-11-14','2013-11-14','20131114-56','12:30',1,'DR DOW',NULL,'','20131114-4698',NULL),(13083,3561,3,558,'2013-11-14 20:33:24',0,0,'','2013111457','2013-11-14','2013-11-14','20131114-57','12:32',1,'DR SALLAR',NULL,'','20131114-4699',NULL),(13085,3561,4,558,'2013-11-14 20:33:24',1,0,'','2013111457','2013-11-14','2013-11-14','20131114-57','12:33',1,'DR SALLAR',NULL,'','20131114-4699',NULL),(13088,3561,1,558,'2013-11-14 20:33:24',1,0,'','2013111457','2013-11-14','2013-11-14','20131114-57','12:33',1,'DR SALLAR',NULL,'','20131114-4699',NULL),(13089,3562,3,558,'2013-11-14 20:39:04',0,0,'','2013111458','2013-11-14','2013-11-14','20131114-58','12:38',1,'DR DOW',NULL,'','20131114-4700',NULL),(13091,3562,4,558,'2013-11-14 20:39:04',1,0,'','2013111458','2013-11-14','2013-11-14','20131114-58','12:38',1,'DR DOW',NULL,'','20131114-4700',NULL),(13092,3563,3,558,'2013-11-14 20:56:55',1,0,'','2013111459','2013-11-14','2013-11-14','20131114-59','12:55',1,'DR SALLAR',NULL,'','20131114-4701',NULL),(13093,3564,4,558,'2013-11-14 21:03:46',1,0,'','2013111460 ','2013-11-14','2013-11-14','20131114-60','13:02',1,'DR DOW',NULL,'','20131114-4702',NULL),(13094,3379,3,558,'2013-11-14 21:08:41',0,0,'','2013111461','2013-11-14','2013-11-14','20131114-61','13:07',1,'',NULL,'','20131114-4703',NULL),(13095,3541,1,558,'2013-11-14 21:12:07',0,0,'','2013111452','2013-11-14','2013-11-14','20131114-62','13:11',1,'DR ADOTEY',NULL,'','20131114-4704',NULL),(13096,2696,3,558,'2013-11-14 21:13:34',1,0,'','2013111463','2013-11-14','2013-11-14','20131114-63','13:12',1,'DR ADOTEY',NULL,'','20131114-4705',NULL),(13097,3512,1,558,'2013-11-14 21:16:08',0,0,'','2013111464 ','2013-11-14','2013-11-14','20131114-64','13:14',1,'DR ADOTEY',NULL,'','20131114-4706',NULL),(13098,3336,3,558,'2013-11-14 21:18:01',0,0,'','2013111465','2013-11-14','2013-11-14','20131114-65','13:16',1,'DR ADOTEY',NULL,'','20131114-4707',NULL),(13100,3336,4,558,'2013-11-14 21:18:01',1,0,'','2013111465','2013-11-14','2013-11-14','20131114-65','13:17',1,'DR ADOTEY',NULL,'','20131114-4707',NULL),(13101,3565,3,558,'2013-11-14 21:20:55',0,0,'','2013111466','2013-11-14','2013-11-14','20131114-66','13:19',1,'DR OFORI',NULL,'','20131114-4708',NULL),(13103,3565,4,558,'2013-11-14 21:20:56',1,0,'','2013111466','2013-11-14','2013-11-14','20131114-66','13:20',1,'DR OFORI',NULL,'','20131114-4708',NULL),(13106,3565,1,558,'2013-11-14 21:20:56',1,0,'','2013111466','2013-11-14','2013-11-14','20131114-66','13:20',1,'DR OFORI',NULL,'','20131114-4708',NULL),(13107,3566,10,558,'2013-11-14 21:23:13',1,0,'','2013111467 ','2013-11-14','2013-11-14','20131114-67','13:21',1,'DR DOW',NULL,'','20131114-4709',NULL),(13108,3567,3,558,'2013-11-14 21:27:26',0,0,'','2013111468','2013-11-14','2013-11-14','20131114-68','13:26',1,'DR OFORI ANTI',NULL,'','20131114-4710',NULL),(13110,3567,4,558,'2013-11-14 21:27:27',1,0,'','2013111468','2013-11-14','2013-11-14','20131114-68','13:27',1,'DR OFORI ANTI',NULL,'','20131114-4710',NULL),(13111,3568,10,558,'2013-11-14 21:32:28',1,0,'','2013111469','2013-11-14','2013-11-14','20131114-69','13:31',1,'DR DOW',NULL,'','20131114-4711',NULL),(13112,3569,3,558,'2013-11-14 21:39:55',0,0,'','2013111470','2013-11-14','2013-11-14','20131114-70','13:38',1,'',NULL,'','20131114-4712',NULL),(13114,3569,4,558,'2013-11-14 21:39:55',1,0,'','2013111470','2013-11-14','2013-11-14','20131114-70','13:39',1,'',NULL,'','20131114-4712',NULL),(13117,3569,1,558,'2013-11-14 21:39:56',1,0,'','2013111470','2013-11-14','2013-11-14','20131114-70','13:39',1,'',NULL,'','20131114-4712',NULL),(13118,3368,5,558,'2013-11-14 21:41:41',1,0,'','2013111471','2013-11-14','2013-11-14','20131114-71','13:40',1,'DR ADOTEY',NULL,'','20131114-4713',NULL),(13119,3571,3,534,'2013-11-14 21:53:01',0,0,'','2013111473 ','2013-11-14','2013-11-14','20131114-73','13:50',1,'PROF OWUSU ',NULL,'','20131114-4715',NULL),(13121,3571,1,534,'2013-11-14 21:53:01',1,0,'','2013111473 ','2013-11-14','2013-11-14','20131114-73','13:52',1,'PROF OWUSU ',NULL,'','20131114-4715',NULL),(13122,3542,1,534,'2013-11-14 22:17:55',0,0,'','2013111474 ','2013-11-14','2013-11-14','20131114-74','14:15',1,'DR ADOTEY',NULL,'','20131114-4716',NULL),(13123,3572,3,534,'2013-11-14 22:21:39',1,0,'','2013111475 ','2013-11-14','2013-11-14','20131114-75','14:19',1,'DR SALLAR',NULL,'','20131114-4717',NULL),(13125,3572,1,534,'2013-11-14 22:21:39',1,0,'','2013111475 ','2013-11-14','2013-11-14','20131114-75','14:20',1,'DR SALLAR',NULL,'','20131114-4717',NULL),(13128,3572,4,534,'2013-11-14 22:21:39',1,0,'','2013111475 ','2013-11-14','2013-11-14','20131114-75','14:20',1,'DR SALLAR',NULL,'','20131114-4717',NULL),(13129,3573,3,534,'2013-11-14 22:24:53',0,0,'','2013111476 ','2013-11-14','2013-11-14','20131114-76','14:22',1,'DR OWHANDOH',NULL,'','20131114-4718',NULL),(13131,3573,4,534,'2013-11-14 22:24:53',1,0,'','2013111476 ','2013-11-14','2013-11-14','20131114-76','14:24',1,'DR OWHANDOH',NULL,'','20131114-4718',NULL),(13132,3574,3,534,'2013-11-14 22:29:20',0,0,'','2013111477','2013-11-14','2013-11-14','20131114-77','14:26',1,'DR SALLAR',NULL,'','20131114-4719',NULL),(13134,3574,1,534,'2013-11-14 22:29:21',1,0,'','2013111477','2013-11-14','2013-11-14','20131114-77','14:27',1,'DR SALLAR',NULL,'','20131114-4719',NULL),(13137,3574,4,534,'2013-11-14 22:29:21',0,0,'','2013111477','2013-11-14','2013-11-14','20131114-77','14:28',1,'DR SALLAR',NULL,'','20131114-4719',NULL),(13138,3575,4,534,'2013-11-14 22:32:28',1,0,'','2013111478','2013-11-14','2013-11-14','20131114-78','14:31',1,'DR FUMMY',NULL,'','20131114-4720',NULL),(13139,3576,3,534,'2013-11-14 22:36:35',0,0,'','2013111479','2013-11-14','2013-11-14','20131114-79','14:33',1,'DR VORTIA',NULL,'','20131114-4721',NULL),(13141,3576,4,534,'2013-11-14 22:36:35',1,0,'','2013111479','2013-11-14','2013-11-14','20131114-79','14:34',1,'DR VORTIA',NULL,'','20131114-4721',NULL),(13142,3577,3,534,'2013-11-14 22:39:24',0,0,'','2013111480 ','2013-11-14','2013-11-14','20131114-80','14:38',1,'DR OWHANDOH',NULL,'','20131114-4722',NULL),(13144,3577,4,534,'2013-11-14 22:39:24',1,0,'','2013111480 ','2013-11-14','2013-11-14','20131114-80','14:38',1,'DR OWHANDOH',NULL,'','20131114-4722',NULL),(13145,3579,4,534,'2013-11-14 22:46:04',1,0,'','2013111482','2013-11-14','2013-11-14','20131114-82','14:43',1,'DR VORTIA',NULL,'','20131114-4724',NULL),(13147,3579,3,534,'2013-11-14 22:46:05',0,0,'','2013111482','2013-11-14','2013-11-14','20131114-82','14:44',1,'DR VORTIA',NULL,'','20131114-4724',NULL),(13150,3579,1,534,'2013-11-14 22:46:05',0,0,'','2013111482','2013-11-14','2013-11-14','20131114-82','14:45',1,'DR VORTIA',NULL,'','20131114-4724',NULL),(13151,3580,3,534,'2013-11-14 22:48:51',0,0,'','2013111483 ','2013-11-14','2013-11-14','20131114-83','14:46',1,'DR OWHANDOH',NULL,'','20131114-4725',NULL),(13153,3580,1,534,'2013-11-14 22:48:52',1,0,'','2013111483 ','2013-11-14','2013-11-14','20131114-83','14:47',1,'DR OWHANDOH',NULL,'','20131114-4725',NULL),(13156,3580,5,534,'2013-11-14 22:48:52',0,0,'','2013111483 ','2013-11-14','2013-11-14','20131114-83','14:48',1,'DR OWHANDOH',NULL,'','20131114-4725',NULL),(13157,3581,3,534,'2013-11-14 22:50:47',0,0,'','2013111484 ','2013-11-14','2013-11-14','20131114-84','14:49',1,'DR FUMMY',NULL,'','20131114-4726',NULL),(13158,3582,3,534,'2013-11-14 22:55:37',0,0,'','2013111485','2013-11-14','2013-11-14','20131114-85','14:52',1,'DR OFORI ANTI',NULL,'','20131114-4727',NULL),(13160,3582,1,534,'2013-11-14 22:55:37',1,0,'','2013111485','2013-11-14','2013-11-14','20131114-85','14:53',1,'DR OFORI ANTI',NULL,'','20131114-4727',NULL),(13163,3582,5,534,'2013-11-14 22:55:37',1,0,'','2013111485','2013-11-14','2013-11-14','20131114-85','14:53',1,'DR OFORI ANTI',NULL,'','20131114-4727',NULL),(13167,3582,4,534,'2013-11-14 22:55:38',1,0,'','2013111485','2013-11-14','2013-11-14','20131114-85','14:54',1,'DR OFORI ANTI',NULL,'','20131114-4727',NULL),(13168,3583,1,534,'2013-11-14 22:58:46',1,0,'','2013111486','2013-11-14','2013-11-14','20131114-86','14:56',1,'DR LAMPTEY',NULL,'','20131114-4728',NULL),(13169,3584,2,558,'2013-11-14 23:06:41',1,0,'','2013111487','2013-11-14','2013-11-14','20131114-87','15:05',1,'DR OFORI ANTI',NULL,'','20131114-4729',NULL),(13170,3585,3,558,'2013-11-14 23:18:25',0,0,'','2013111488','2013-11-14','2013-11-14','20131114-88','15:15',1,'DR OFORI ANTI',NULL,'','20131114-4730',NULL),(13172,3585,1,558,'2013-11-14 23:18:25',1,0,'','2013111488','2013-11-14','2013-11-14','20131114-88','15:17',1,'DR OFORI ANTI',NULL,'','20131114-4730',NULL),(13173,3586,3,558,'2013-11-14 23:22:20',0,0,'','2013111489','2013-11-14','2013-11-14','20131114-89','15:20',1,'DR LAMPTEY',NULL,'','20131114-4731',NULL),(13174,3587,3,558,'2013-11-14 23:31:22',1,0,'','2013111490','2013-11-14','2013-11-14','20131114-90','15:30',1,'',NULL,'','20131114-4732',NULL),(13175,2524,3,558,'2013-11-14 23:35:46',1,0,'','2013111491','2013-11-14','2013-11-14','20131114-91','15:33',1,'DR LAMPTEY',NULL,'','20131114-4733',NULL),(13177,2524,1,558,'2013-11-14 23:35:46',1,0,'','2013111491','2013-11-14','2013-11-14','20131114-91','15:35',1,'DR LAMPTEY',NULL,'','20131114-4733',NULL),(13178,3588,3,558,'2013-11-14 23:41:07',0,0,'','2013111492','2013-11-14','2013-11-14','20131114-92','15:39',1,'DR FUMMY',NULL,'','20131114-4734',NULL),(13179,3589,3,558,'2013-11-14 23:57:08',0,0,'','2013111493','2013-11-14','2013-11-14','20131114-93','15:55',1,'',NULL,'','20131114-4735',NULL),(13181,3589,1,558,'2013-11-14 23:57:09',0,0,'','2013111493','2013-11-14','2013-11-14','20131114-93','15:56',1,'',NULL,'','20131114-4735',NULL),(13182,2954,3,558,'2013-11-15 00:06:54',0,0,'','2013111494','2013-11-14','2013-11-14','20131114-94','16:05',1,'DR NUAMAH',NULL,'','20131114-4736',NULL),(13184,2954,4,558,'2013-11-15 00:06:55',1,0,'','2013111494','2013-11-14','2013-11-14','20131114-94','16:06',1,'DR NUAMAH',NULL,'','20131114-4736',NULL),(13185,3590,3,558,'2013-11-15 00:14:32',0,0,'','2013111495','2013-11-14','2013-11-14','20131114-95','16:12',1,'DR SALLAR',NULL,'','20131114-4737',NULL),(13187,3590,4,558,'2013-11-15 00:14:32',1,0,'','2013111495','2013-11-14','2013-11-14','20131114-95','16:14',1,'DR SALLAR',NULL,'','20131114-4737',NULL),(13190,3590,1,558,'2013-11-15 00:14:32',1,0,'','2013111495','2013-11-14','2013-11-14','20131114-95','16:14',1,'DR SALLAR',NULL,'','20131114-4737',NULL),(13191,3591,10,558,'2013-11-15 00:19:21',0,0,'','2013111496','2013-11-14','2013-11-14','20131114-96','16:17',1,'DR LAMPTEY',NULL,'','20131114-4738',NULL),(13192,3592,3,558,'2013-11-15 00:22:10',0,0,'','2013111497','2013-11-14','2013-11-14','20131114-97','16:20',1,'DR NUAMAH',NULL,'','20131114-4739',NULL),(13194,3592,1,558,'2013-11-15 00:22:11',1,0,'','2013111497','2013-11-14','2013-11-14','20131114-97','16:21',1,'DR NUAMAH',NULL,'','20131114-4739',NULL),(13195,3593,1,558,'2013-11-15 00:26:41',1,0,'','2013111498','2013-11-14','2013-11-14','20131114-98','16:25',1,'',NULL,'','20131114-4740',NULL),(13196,3594,1,558,'2013-11-15 00:42:29',0,0,'','2013111499 ','2013-11-14','2013-11-14','20131114-99','16:40',1,'',NULL,'','20131114-4741',NULL),(13197,2941,1,558,'2013-11-15 00:56:15',0,0,'','20131114100','2013-11-14','2013-11-14','20131114-100','16:55',1,'DR TACHIE',NULL,'','20131114-4742',NULL),(13198,3595,3,558,'2013-11-15 01:22:43',0,0,'','20131114101','2013-11-14','2013-11-14','20131114-101','17:20',1,'DR SALLAR',NULL,'','20131114-4743',NULL),(13200,3595,4,558,'2013-11-15 01:22:44',1,0,'','20131114101','2013-11-14','2013-11-14','20131114-101','17:22',1,'DR SALLAR',NULL,'','20131114-4743',NULL),(13203,3595,1,558,'2013-11-15 01:22:44',1,0,'','20131114101','2013-11-14','2013-11-14','20131114-101','17:22',1,'DR SALLAR',NULL,'','20131114-4743',NULL),(13204,3596,1,558,'2013-11-15 01:29:14',1,0,'','20131114102','2013-11-14','2013-11-14','20131114-102','17:28',1,'',NULL,'','20131114-4744',NULL),(13206,3596,5,558,'2013-11-15 01:29:14',1,0,'','20131114102','2013-11-14','2013-11-14','20131114-102','17:29',1,'',NULL,'','20131114-4744',NULL),(13207,2135,3,558,'2013-11-15 01:36:12',0,0,'','20131114103','2013-11-14','2013-11-14','20131114-103','17:31',1,'DR LAMPTEY',NULL,'','20131114-4745',NULL),(13209,2135,4,558,'2013-11-15 01:36:13',1,0,'','20131114103 ','2013-11-14','2013-11-14','20131114-103','17:33',1,'DR LAMPTEY',NULL,'','20131114-4745',NULL),(13212,2135,10,558,'2013-11-15 01:36:13',1,0,'','20131114103 ','2013-11-14','2013-11-14','20131114-103','17:33',1,'DR LAMPTEY',NULL,'','20131114-4745',NULL),(13216,2135,1,558,'2013-11-15 01:36:13',1,0,'','20131114103 ','2013-11-14','2013-11-14','20131114-103','17:34',1,'DR LAMPTEY',NULL,'','20131114-4745',NULL),(13217,3597,3,558,'2013-11-15 02:01:20',0,0,'','20131114104','2013-11-14','2013-11-14','20131114-104','17:59',1,'',NULL,'','20131114-4746',NULL),(13219,3597,5,558,'2013-11-15 02:01:20',1,0,'','20131114104','2013-11-14','2013-11-14','20131114-104','18:00',1,'',NULL,'','20131114-4746',NULL),(13222,3597,1,558,'2013-11-15 02:01:20',0,0,'','20131114104','2013-11-14','2013-11-14','20131114-104','18:01',1,'',NULL,'','20131114-4746',NULL),(13223,2116,4,558,'2013-11-15 02:02:28',1,0,'','20131114105','2013-11-14','2013-11-14','20131114-105','18:01',1,'DR VORTIA',NULL,'','20131114-4747',NULL),(13224,3172,3,558,'2013-11-15 02:11:15',1,0,'','20131114106','2013-11-14','2013-11-14','20131114-106','18:10',1,'DR SALLAR',NULL,'','20131114-4748',NULL),(13225,3598,1,558,'2013-11-15 02:27:20',1,0,'','20131114107','2013-11-14','2013-11-14','20131114-107','18:22',1,'DR NUAMAH',NULL,'','20131114-4749',NULL),(13227,3598,4,558,'2013-11-15 02:27:20',0,0,'','20131114107','2013-11-14','2013-11-14','20131114-107','18:26',1,'DR NUAMAH',NULL,'','20131114-4749',NULL),(13228,2135,1,558,'2013-11-15 02:30:05',1,0,'','20131114103','2013-11-14','2013-11-14','20131114-108','18:29',1,'',NULL,'','20131114-4750',NULL),(13229,3599,3,558,'2013-11-15 02:33:34',0,0,'','20131114109','2013-11-14','2013-11-14','20131114-109','18:32',1,'DR OFORI ANTI',NULL,'','20131114-4751',NULL),(13230,3600,3,558,'2013-11-15 02:36:16',0,0,'','20131114110','2013-11-14','2013-11-14','20131114-110','18:34',1,'DR OFORI ANTI',NULL,'','20131114-4752',NULL),(13232,3600,4,558,'2013-11-15 02:36:16',1,0,'','20131114110','2013-11-14','2013-11-14','20131114-110','18:35',1,'DR OFORI ANTI',NULL,'','20131114-4752',NULL),(13233,2988,4,558,'2013-11-15 02:39:04',1,0,'','20131114111','2013-11-14','2013-11-14','20131114-111','18:38',1,'DR OFORI',NULL,'','20131114-4753',NULL),(13234,3601,3,558,'2013-11-15 02:49:58',0,0,'','20131114112','2013-11-14','2013-11-14','20131114-112','18:48',1,'DR OFORI ANTI',NULL,'','20131114-4754',NULL),(13235,3602,3,558,'2013-11-15 02:51:58',0,0,'','20131114113','2013-11-14','2013-11-14','20131114-113','18:51',1,'DR OFORI ANTI',NULL,'','20131114-4755',NULL),(13236,3603,3,558,'2013-11-15 02:56:39',0,0,'','20131114114','2013-11-14','2013-11-14','20131114-114','18:55',1,'DR SALLAR',NULL,'','20131114-4756',NULL),(13237,3604,4,531,'2013-11-15 03:45:58',1,0,'','20131114115 ','2013-11-14','2013-11-14','20131114-115','19:44',1,'DR OFORI ANTI',NULL,'','20131114-4757',NULL),(13238,2116,3,531,'2013-11-15 03:48:14',0,0,'','20131114116','2013-11-14','2013-11-14','20131114-116','19:46',1,'DR TAKYI',NULL,'','20131114-4758',NULL),(13240,2116,4,531,'2013-11-15 03:48:14',0,0,'','20131114116','2013-11-14','2013-11-14','20131114-116','19:47',1,'DR TAKYI',NULL,'','20131114-4758',NULL),(13241,3605,3,531,'2013-11-15 03:56:32',1,0,'','20131114117','2013-11-14','2013-11-14','20131114-117','19:55',1,'DR NUAMAH',NULL,'','20131114-4759',NULL),(13243,3605,1,531,'2013-11-15 03:56:32',1,0,'','20131114117','2013-11-14','2013-11-14','20131114-117','19:56',1,'DR NUAMAH',NULL,'','20131114-4759',NULL),(13246,3605,4,531,'2013-11-15 03:56:33',1,0,'','20131114117','2013-11-14','2013-11-14','20131114-117','19:56',1,'DR NUAMAH',NULL,'','20131114-4759',NULL),(13247,3140,3,531,'2013-11-15 04:26:05',0,0,'','20131114118 ','2013-11-14','2013-11-14','20131114-118','20:24',1,'DR ARYEE',NULL,'','20131114-4760',NULL),(13249,3140,2,531,'2013-11-15 04:26:06',1,0,'','20131114118 ','2013-11-14','2013-11-14','20131114-118','20:25',1,'DR ARYEE',NULL,'','20131114-4760',NULL),(13250,3363,3,531,'2013-11-15 04:34:11',1,0,'','20131114119','2013-11-14','2013-11-14','20131114-119','20:33',1,'DR YEBOAH',NULL,'','20131114-4761',NULL),(13251,3606,3,531,'2013-11-15 04:42:07',0,0,'','20131114120','2013-11-14','2013-11-14','20131114-120','20:40',1,'DR ARYEE',NULL,'','20131114-4762',NULL),(13253,3606,2,531,'2013-11-15 04:42:07',1,0,'','20131114120','2013-11-14','2013-11-14','20131114-120','20:41',1,'DR ARYEE',NULL,'','20131114-4762',NULL),(13254,3607,3,531,'2013-11-15 04:56:47',1,0,'','20131114121','2013-11-14','2013-11-14','20131114-121','20:55',1,'DR YEBOAH',NULL,'','20131114-4763',NULL),(13256,3607,4,531,'2013-11-15 04:56:47',1,0,'','20131114121','2013-11-14','2013-11-14','20131114-121','20:56',1,'DR YEBOAH',NULL,'','20131114-4763',NULL),(13257,3559,1,531,'2013-11-15 05:07:22',0,0,'','2013111455','2013-11-14','2013-11-14','20131114-122','20:58',1,'DR BOATENG',NULL,'','20131114-4764',NULL),(13258,3608,3,531,'2013-11-15 05:56:44',1,0,'','20131114123','2013-11-14','2013-11-14','20131114-123','21:55',1,'DR DJAN',NULL,'','20131114-4765',NULL),(13260,3608,1,531,'2013-11-15 05:56:44',1,0,'','20131114123','2013-11-14','2013-11-14','20131114-123','21:56',1,'DR DJAN',NULL,'','20131114-4765',NULL),(13263,3608,5,531,'2013-11-15 05:56:44',0,0,'','20131114123','2013-11-14','2013-11-14','20131114-123','21:56',1,'DR DJAN',NULL,'','20131114-4765',NULL),(13264,3609,3,531,'2013-11-15 06:07:20',1,0,'','20131114124 ','2013-11-14','2013-11-14','20131114-124','22:05',1,'DR DJAN',NULL,'','20131114-4766',NULL),(13266,3609,1,531,'2013-11-15 06:07:20',1,0,'','20131114124 ','2013-11-14','2013-11-14','20131114-124','22:06',1,'DR DJAN',NULL,'','20131114-4766',NULL),(13269,3609,4,531,'2013-11-15 06:07:21',1,0,'','20131114124 ','2013-11-14','2013-11-14','20131114-124','22:06',1,'DR DJAN',NULL,'','20131114-4766',NULL),(13270,3610,3,531,'2013-11-15 06:37:22',1,0,'','20131114125','2013-11-14','2013-11-14','20131114-125','22:36',1,'DR YEBOAH',NULL,'','20131114-4767',NULL),(13272,3610,4,531,'2013-11-15 06:37:22',0,0,'','20131114125','2013-11-14','2013-11-14','20131114-125','22:37',1,'DR YEBOAH',NULL,'','20131114-4767',NULL),(13273,3612,3,531,'2013-11-15 06:42:03',1,0,'','20131114127','2013-11-14','2013-11-14','20131114-127','22:40',1,'DR YEBOAH',NULL,'','20131114-4769',NULL),(13275,3612,4,531,'2013-11-15 06:42:04',1,0,'','20131114127','2013-11-14','2013-11-14','20131114-127','22:41',1,'DR YEBOAH',NULL,'','20131114-4769',NULL),(13276,3613,3,531,'2013-11-15 14:19:10',0,0,'','201311151','2013-11-15','2013-11-15','20131115-1','06:17',1,'DR DJAN',NULL,'','20131115-4770',NULL),(13277,3194,1,531,'2013-11-15 14:23:54',0,0,'','2013110981','2013-11-15','2013-11-15','20131115-2','06:21',1,'DR ADOTEY',NULL,'','20131115-4771',NULL),(13279,3194,4,531,'2013-11-15 14:23:55',0,0,'','201311151','2013-11-15','2013-11-15','20131115-2','06:23',1,'DR ADOTEY',NULL,'','20131115-4771',NULL),(13280,3614,3,531,'2013-11-15 14:54:00',0,0,'','201311153 ','2013-11-15','2013-11-15','20131115-3','06:52',1,'DR VORTIA',NULL,'','20131115-4772',NULL),(13282,3614,1,531,'2013-11-15 14:54:00',0,0,'','201311153 ','2013-11-15','2013-11-15','20131115-3','06:53',1,'DR VORTIA',NULL,'','20131115-4772',NULL),(13285,3614,4,531,'2013-11-15 14:54:00',1,0,'','201311153 ','2013-11-15','2013-11-15','20131115-3','06:53',1,'DR VORTIA',NULL,'','20131115-4772',NULL),(13286,3163,1,531,'2013-11-15 14:55:31',1,0,'','201311154','2013-11-15','2013-11-15','20131115-4','06:54',1,'DR OWHANDOH',NULL,'','20131115-4773',NULL),(13287,3615,3,531,'2013-11-15 15:09:31',0,0,'','201311155','2013-11-15','2013-11-15','20131115-5','07:08',1,'DR DJAN',NULL,'','20131115-4774',NULL),(13289,3615,4,531,'2013-11-15 15:09:31',1,0,'','201311155','2013-11-15','2013-11-15','20131115-5','07:09',1,'DR DJAN',NULL,'','20131115-4774',NULL),(13290,3616,2,531,'2013-11-15 15:29:06',1,0,'','201311156 ','2013-11-15','2013-11-15','20131115-6','07:28',1,'DR TACHIE',NULL,'','20131115-4775',NULL),(13291,3617,1,531,'2013-11-15 15:32:56',0,0,'','201311157','2013-11-15','2013-11-15','20131115-7','07:30',1,'DR VORTIA',NULL,'','20131115-4776',NULL),(13293,3617,3,531,'2013-11-15 15:32:56',0,0,'','201311157','2013-11-15','2013-11-15','20131115-7','07:32',1,'DR VORTIA',NULL,'','20131115-4776',NULL),(13294,1174,3,558,'2013-11-15 15:36:03',0,0,'','201311158','2013-11-15','2013-11-15','20131115-8','07:34',1,'DR YEBOAH',NULL,'','20131115-4777',NULL),(13296,1174,4,558,'2013-11-15 15:36:03',1,0,'','201311158','2013-11-15','2013-11-15','20131115-8','07:35',1,'DR YEBOAH',NULL,'','20131115-4777',NULL),(13297,3618,1,558,'2013-11-15 16:15:15',0,0,'','201311159','2013-11-15','2013-11-15','20131115-9','08:13',1,'DR DANIELS',NULL,'','20131115-4778',NULL),(13299,3618,2,558,'2013-11-15 16:15:15',0,0,'','201311159','2013-11-15','2013-11-15','20131115-9','08:15',1,'DR DANIELS',NULL,'','20131115-4778',NULL),(13300,2737,29,558,'2013-11-15 16:45:36',0,0,'','2013111510','2013-11-15','2013-11-15','20131115-10','08:44',1,'DR DARKO',NULL,'','20131115-4779',NULL),(13301,3264,3,558,'2013-11-15 16:59:49',0,0,'','2013111511 ','2013-11-15','2013-11-15','20131115-11','08:58',1,'DR VORTIA',NULL,'','20131115-4780',NULL),(13302,3619,3,558,'2013-11-15 17:19:44',0,0,'','2013111512','2013-11-15','2013-11-15','20131115-12','09:18',1,'DR DANIELS',NULL,'','20131115-4781',NULL),(13303,3620,1,558,'2013-11-15 17:24:53',0,0,'','2013111513','2013-11-15','2013-11-15','20131115-13','09:22',1,'DR TACHIE',NULL,'','20131115-4782',NULL),(13305,3620,2,558,'2013-11-15 17:24:53',0,0,'','2013111513','2013-11-15','2013-11-15','20131115-13','09:24',1,'DR TACHIE',NULL,'','20131115-4782',NULL),(13306,3502,5,558,'2013-11-15 17:27:36',0,0,'','2013111514','2013-11-15','2013-11-15','20131115-14','09:26',1,'DR OFORI ANTI',NULL,'','20131115-4783',NULL),(13307,3621,3,558,'2013-11-15 17:42:41',0,0,'','2013111515','2013-11-15','2013-11-15','20131115-15','09:39',1,'',NULL,'','20131115-4784',NULL),(13308,3622,3,558,'2013-11-15 17:47:33',0,0,'','2013111516','2013-11-15','2013-11-15','20131115-16','09:45',1,'DR VORTIA',NULL,'','20131115-4785',NULL),(13310,3622,4,558,'2013-11-15 17:47:33',0,0,'','2013111516','2013-11-15','2013-11-15','20131115-16','09:46',1,'DR VORTIA',NULL,'','20131115-4785',NULL),(13313,3622,5,558,'2013-11-15 17:47:34',0,0,'','2013111516','2013-11-15','2013-11-15','20131115-16','09:47',1,'DR VORTIA',NULL,'','20131115-4785',NULL),(13314,2111,3,558,'2013-11-15 17:52:31',0,0,'','2013111517','2013-11-15','2013-11-15','20131115-17','09:51',1,'DR VORTIA',NULL,'','20131115-4786',NULL),(13316,2111,1,558,'2013-11-15 17:52:31',1,0,'','2013111517','2013-11-15','2013-11-15','20131115-17','09:52',1,'DR VORTIA',NULL,'','20131115-4786',NULL),(13317,3118,3,558,'2013-11-15 17:57:20',1,0,'','2013111518','2013-11-15','2013-11-15','20131115-18','09:56',1,'DR OWHANDOH',NULL,'','20131115-4787',NULL),(13318,3493,1,558,'2013-11-15 17:59:17',1,0,'','2013111519','2013-11-15','2013-11-15','20131115-19','09:58',1,'DR SALLAR',NULL,'','20131115-4788',NULL),(13319,3623,3,558,'2013-11-15 18:03:49',0,0,'','2013111520','2013-11-15','2013-11-15','20131115-20','10:03',1,'DR OFORI ANTI',NULL,'','20131115-4789',NULL),(13320,2830,3,558,'2013-11-15 18:20:04',0,0,'','2013111521','2013-11-15','2013-11-15','20131115-21','10:19',1,'DR FUMMY',NULL,'','20131115-4790',NULL),(13321,1321,3,558,'2013-11-15 18:24:48',0,0,'','2013111522','2013-11-15','2013-11-15','20131115-22','10:23',1,'DR OFORI ANTI',NULL,'','20131115-4791',NULL),(13322,3624,3,558,'2013-11-15 18:28:02',0,0,'','2013111523','2013-11-15','2013-11-15','20131115-23','10:26',1,'DR OWHANDOH',NULL,'','20131115-4792',NULL),(13324,3624,4,558,'2013-11-15 18:28:02',1,0,'','2013111523','2013-11-15','2013-11-15','20131115-23','10:27',1,'DR OWHANDOH',NULL,'','20131115-4792',NULL),(13327,3624,10,558,'2013-11-15 18:28:02',1,0,'','2013111523','2013-11-15','2013-11-15','20131115-23','10:27',1,'DR OWHANDOH',NULL,'','20131115-4792',NULL),(13328,3476,1,558,'2013-11-15 18:30:41',0,0,'','2013111524','2013-11-15','2013-11-15','20131115-24','10:29',1,'DR OFORI ANTI',NULL,'','20131115-4793',NULL),(13329,3625,3,558,'2013-11-15 18:34:09',0,0,'','2013111525 ','2013-11-15','2013-11-15','20131115-25','10:32',1,'DR OFORI ANTI',NULL,'','20131115-4794',NULL),(13330,3626,3,558,'2013-11-15 18:40:34',0,0,'','2013111526','2013-11-15','2013-11-15','20131115-26','10:38',1,'DR VORTIA',NULL,'','20131115-4795',NULL),(13332,3626,1,558,'2013-11-15 18:40:35',0,0,'','2013111526','2013-11-15','2013-11-15','20131115-26','10:40',1,'DR VORTIA',NULL,'','20131115-4795',NULL),(13333,3627,3,558,'2013-11-15 18:46:39',0,0,'','2013111527 ','2013-11-15','2013-11-15','20131115-27','10:45',1,'DR VORTIA',NULL,'','20131115-4796',NULL),(13334,3496,4,534,'2013-11-15 18:48:12',1,0,'',' 20131113119','2013-11-15','2013-11-15','20131115-29','10:47',1,'',NULL,'','20131115-4798',NULL),(13335,2842,4,558,'2013-11-15 18:48:14',1,0,'','2013111528','2013-11-15','2013-11-15','20131115-28','10:47',1,'DR DOW',NULL,'','20131115-4797',NULL),(13336,3628,3,558,'2013-11-15 19:00:39',0,0,'','2013111530','2013-11-15','2013-11-15','20131115-30','10:58',1,'DR OFORI ANTI',NULL,'','20131115-4799',NULL),(13338,3628,1,558,'2013-11-15 19:00:39',1,0,'','2013111530','2013-11-15','2013-11-15','20131115-30','11:00',1,'DR OFORI ANTI',NULL,'','20131115-4799',NULL),(13341,3628,5,558,'2013-11-15 19:00:39',0,0,'','2013111530','2013-11-15','2013-11-15','20131115-30','11:00',1,'DR OFORI ANTI',NULL,'','20131115-4799',NULL),(13342,3629,3,558,'2013-11-15 19:02:55',0,0,'','2013111531','2013-11-15','2013-11-15','20131115-31','11:01',1,'DR OWHANDOH',NULL,'','20131115-4800',NULL),(13344,3629,4,558,'2013-11-15 19:02:55',1,0,'','2013111531','2013-11-15','2013-11-15','20131115-31','11:02',1,'DR OWHANDOH',NULL,'','20131115-4800',NULL),(13347,3629,5,558,'2013-11-15 19:02:55',1,0,'','2013111531','2013-11-15','2013-11-15','20131115-31','11:02',1,'DR OWHANDOH',NULL,'','20131115-4800',NULL),(13351,3629,1,558,'2013-11-15 19:02:56',1,0,'','2013111531','2013-11-15','2013-11-15','20131115-31','11:02',1,'DR OWHANDOH',NULL,'','20131115-4800',NULL),(13352,3630,3,558,'2013-11-15 19:12:58',0,0,'','2013111532 ','2013-11-15','2013-11-15','20131115-32','11:11',1,'DR OFORI ANTI',NULL,'','20131115-4801',NULL),(13354,3630,4,558,'2013-11-15 19:12:59',1,0,'','2013111532 ','2013-11-15','2013-11-15','20131115-32','11:12',1,'DR OFORI ANTI',NULL,'','20131115-4801',NULL),(13357,3630,1,558,'2013-11-15 19:12:59',0,0,'','2013111532 ','2013-11-15','2013-11-15','20131115-32','11:12',1,'DR OFORI ANTI',NULL,'','20131115-4801',NULL),(13358,3631,3,558,'2013-11-15 19:15:10',0,0,'','2013111533','2013-11-15','2013-11-15','20131115-33','11:14',1,'DR OWHANDOH',NULL,'','20131115-4802',NULL),(13360,3631,4,558,'2013-11-15 19:15:10',1,0,'','2013111533','2013-11-15','2013-11-15','20131115-33','11:14',1,'DR OWHANDOH',NULL,'','20131115-4802',NULL),(13361,2488,4,558,'2013-11-15 19:23:29',1,0,'','2013111534','2013-11-15','2013-11-15','20131115-34','11:21',1,'DR OFORI ANTI',NULL,'','20131115-4803',NULL),(13363,2488,1,558,'2013-11-15 19:23:29',1,0,'','2013111534','2013-11-15','2013-11-15','20131115-34','11:23',1,'DR OFORI ANTI',NULL,'','20131115-4803',NULL),(13366,2488,5,558,'2013-11-15 19:23:30',1,0,'','2013111534','2013-11-15','2013-11-15','20131115-34','11:23',1,'DR OFORI ANTI',NULL,'','20131115-4803',NULL),(13367,3632,3,558,'2013-11-15 19:27:46',0,0,'','2013111535','2013-11-15','2013-11-15','20131115-35','11:26',1,'DR DOW',NULL,'','20131115-4804',NULL),(13369,3632,1,558,'2013-11-15 19:27:46',1,0,'','2013111535','2013-11-15','2013-11-15','20131115-35','11:27',1,'DR DOW',NULL,'','20131115-4804',NULL),(13370,3532,3,558,'2013-11-15 19:32:14',1,0,'','2013111536','2013-11-15','2013-11-15','20131115-36','11:30',1,'DR DOW',NULL,'','20131115-4805',NULL),(13371,3633,3,558,'2013-11-15 19:36:20',0,0,'','2013111537','2013-11-15','2013-11-15','20131115-37','11:34',1,'DR TAKYI',NULL,'','20131115-4806',NULL),(13373,3633,4,558,'2013-11-15 19:36:20',1,0,'','2013111537','2013-11-15','2013-11-15','20131115-37','11:35',1,'DR TAKYI',NULL,'','20131115-4806',NULL),(13376,3633,5,558,'2013-11-15 19:36:21',1,0,'','2013111537','2013-11-15','2013-11-15','20131115-37','11:35',1,'DR TAKYI',NULL,'','20131115-4806',NULL),(13380,3633,1,558,'2013-11-15 19:36:21',1,0,'','2013111537','2013-11-15','2013-11-15','20131115-37','11:35',1,'DR TAKYI',NULL,'','20131115-4806',NULL),(13381,3634,3,558,'2013-11-15 19:49:05',0,0,'','2013111538','2013-11-15','2013-11-15','20131115-38','11:46',1,'',NULL,'','20131115-4807',NULL),(13383,3634,4,558,'2013-11-15 19:49:05',0,0,'','2013111538','2013-11-15','2013-11-15','20131115-38','11:48',1,'',NULL,'','20131115-4807',NULL),(13384,3635,3,558,'2013-11-15 19:54:39',0,0,'','2013111539','2013-11-15','2013-11-15','20131115-39','11:51',1,'DR OFORI ANTI',NULL,'','20131115-4808',NULL),(13386,3635,4,558,'2013-11-15 19:54:39',1,0,'','2013111539','2013-11-15','2013-11-15','20131115-39','11:53',1,'DR OFORI ANTI',NULL,'','20131115-4808',NULL),(13389,3635,1,558,'2013-11-15 19:54:39',0,0,'','2013111539','2013-11-15','2013-11-15','20131115-39','11:53',1,'DR OFORI ANTI',NULL,'','20131115-4808',NULL),(13390,3165,1,534,'2013-11-15 20:05:05',1,0,'','2013110927','2013-11-15','2013-11-15','20131115-40','12:02',1,'',NULL,'','20131115-4809',NULL),(13391,515,3,558,'2013-11-15 20:11:53',0,0,'','2013111541','2013-11-15','2013-11-15','20131115-41','12:10',1,'DR OWHANDOH',NULL,'','20131115-4810',NULL),(13393,515,4,558,'2013-11-15 20:11:54',1,0,'','2013111541','2013-11-15','2013-11-15','20131115-41','12:11',1,'DR OWHANDOH',NULL,'','20131115-4810',NULL),(13396,515,1,558,'2013-11-15 20:11:54',1,0,'','2013111541','2013-11-15','2013-11-15','20131115-41','12:11',1,'DR OWHANDOH',NULL,'','20131115-4810',NULL),(13400,515,5,558,'2013-11-15 20:11:54',0,0,'','2013111541','2013-11-15','2013-11-15','20131115-41','12:11',1,'DR OWHANDOH',NULL,'','20131115-4810',NULL),(13401,3636,3,558,'2013-11-15 20:14:11',0,0,'','2013111542','2013-11-15','2013-11-15','20131115-42','12:12',1,'DR DOW',NULL,'','20131115-4811',NULL),(13403,3636,1,558,'2013-11-15 20:14:11',0,0,'','2013111542','2013-11-15','2013-11-15','20131115-42','12:13',1,'DR DOW',NULL,'','20131115-4811',NULL),(13404,3112,1,504,'2013-11-15 20:21:59',1,0,'','2013110838','2013-11-15','2013-11-08','20131115-43','12:20',1,'DR OWHANDOH',NULL,'','20131115-4812',NULL),(13405,3637,3,558,'2013-11-15 20:23:46',0,0,'','2013111544','2013-11-15','2013-11-15','20131115-44','12:22',1,'DR VORTIA',NULL,'','20131115-4813',NULL),(13407,3637,4,558,'2013-11-15 20:23:47',1,0,'','2013111544','2013-11-15','2013-11-15','20131115-44','12:23',1,'DR VORTIA',NULL,'','20131115-4813',NULL),(13410,3637,1,558,'2013-11-15 20:23:47',1,0,'','2013111544','2013-11-15','2013-11-15','20131115-44','12:23',1,'DR VORTIA',NULL,'','20131115-4813',NULL),(13411,3638,3,558,'2013-11-15 20:26:59',0,0,'','2013111545','2013-11-15','2013-11-15','20131115-45','12:25',1,'DR DOW',NULL,'','20131115-4814',NULL),(13413,3638,1,558,'2013-11-15 20:26:59',0,0,'','2013111545','2013-11-15','2013-11-15','20131115-45','12:26',1,'DR DOW',NULL,'','20131115-4814',NULL),(13414,3639,3,558,'2013-11-15 20:31:03',0,0,'','2013111546','2013-11-15','2013-11-15','20131115-46','12:30',1,'DR OFORI ANTI',NULL,'','20131115-4815',NULL),(13415,3640,3,558,'2013-11-15 20:33:38',0,0,'','2013111547 ','2013-11-15','2013-11-15','20131115-47','12:32',1,'DR OFORI ANTI',NULL,'','20131115-4816',NULL),(13416,3641,3,558,'2013-11-15 20:36:31',0,0,'','2013111548','2013-11-15','2013-11-15','20131115-48','12:35',1,'DR OFORI ANTI',NULL,'','20131115-4817',NULL),(13417,671,1,504,'2013-11-15 20:36:37',0,0,'','','2013-11-15','2013-11-15','20131115-49','12:36',1,'',NULL,'','20131115-4818',NULL),(13418,671,1,504,'2013-11-15 20:37:56',1,0,'','2013103181','2013-11-15','2013-11-15','20131115-50','12:37',1,'',NULL,'','20131115-4819',NULL),(13419,3642,3,558,'2013-11-15 20:41:05',0,0,'','2013111551','2013-11-15','2013-11-15','20131115-51','12:39',1,'DR OWHANDOH',NULL,'','20131115-4820',NULL),(13421,3642,4,558,'2013-11-15 20:41:05',1,0,'','2013111551','2013-11-15','2013-11-15','20131115-51','12:40',1,'DR OWHANDOH',NULL,'','20131115-4820',NULL),(13422,3643,3,558,'2013-11-15 20:44:09',0,0,'','2013111552 ','2013-11-15','2013-11-15','20131115-52','12:43',1,'DR FUMMY',NULL,'','20131115-4821',NULL),(13424,3643,4,558,'2013-11-15 20:44:09',1,0,'','2013111552 ','2013-11-15','2013-11-15','20131115-52','12:43',1,'DR FUMMY',NULL,'','20131115-4821',NULL),(13425,3644,3,558,'2013-11-15 20:47:34',0,0,'','2013111553','2013-11-15','2013-11-15','20131115-53','12:46',1,'DR DOW',NULL,'','20131115-4822',NULL),(13427,3644,1,558,'2013-11-15 20:47:35',1,0,'','2013111553','2013-11-15','2013-11-15','20131115-53','12:47',1,'DR DOW',NULL,'','20131115-4822',NULL),(13428,1944,3,558,'2013-11-15 20:49:59',0,0,'','2013111554','2013-11-15','2013-11-15','20131115-54','12:48',1,'DR OFORI ANTI',NULL,'','20131115-4823',NULL),(13430,1944,1,558,'2013-11-15 20:49:59',1,0,'','2013111554','2013-11-15','2013-11-15','20131115-54','12:49',1,'DR OFORI ANTI',NULL,'','20131115-4823',NULL),(13433,1944,5,558,'2013-11-15 20:49:59',1,0,'','2013111554','2013-11-15','2013-11-15','20131115-54','12:49',1,'DR OFORI ANTI',NULL,'','20131115-4823',NULL),(13434,3645,3,558,'2013-11-15 20:53:13',0,0,'','2013111555','2013-11-15','2013-11-15','20131115-55','12:50',1,'DR OWHANDOH',NULL,'','20131115-4824',NULL),(13436,3645,4,558,'2013-11-15 20:53:13',1,0,'','2013111555','2013-11-15','2013-11-15','20131115-55','12:53',1,'DR OWHANDOH',NULL,'','20131115-4824',NULL),(13437,3646,3,558,'2013-11-15 20:59:56',0,0,'','2013111556 ','2013-11-15','2013-11-15','20131115-56','12:59',1,'DR SALLAR',NULL,'','20131115-4825',NULL),(13438,3647,3,558,'2013-11-15 21:04:56',0,0,'','2013111557','2013-11-15','2013-11-15','20131115-57','13:03',1,'DR OFORI ANTI',NULL,'','20131115-4826',NULL),(13439,2524,1,534,'2013-11-15 21:06:06',1,0,'','2013103194','2013-11-15','2013-11-15','20131115-58','13:05',1,'',NULL,'','20131115-4827',NULL),(13440,3648,3,558,'2013-11-15 21:14:09',0,0,'','2013111560','2013-11-15','2013-11-15','20131115-60','13:12',1,'DR ARMAH',NULL,'','20131115-4829',NULL),(13442,3648,4,558,'2013-11-15 21:14:09',1,0,'','2013111560','2013-11-15','2013-11-15','20131115-60','13:13',1,'DR ARMAH',NULL,'','20131115-4829',NULL),(13443,3441,1,535,'2013-11-15 21:25:40',1,0,'','2013111335','2013-11-15','2013-11-15','20131115-62','13:24',1,'',NULL,'','20131115-4831',NULL),(13444,3649,3,558,'2013-11-15 21:25:44',0,0,'','2013111561','2013-11-15','2013-11-15','20131115-61','13:24',1,'DR VORTIA',NULL,'','20131115-4830',NULL),(13446,3649,1,558,'2013-11-15 21:25:44',1,0,'','2013111561','2013-11-15','2013-11-15','20131115-61','13:25',1,'DR VORTIA',NULL,'','20131115-4830',NULL),(13449,3649,19,558,'2013-11-15 21:25:44',1,0,'','2013111561','2013-11-15','2013-11-15','20131115-61','13:25',1,'DR VORTIA',NULL,'','20131115-4830',NULL),(13450,654,3,558,'2013-11-15 21:28:22',0,0,'','2013111563','2013-11-15','2013-11-15','20131115-63','13:26',1,'DR DOW',NULL,'','20131115-4832',NULL),(13452,654,1,558,'2013-11-15 21:28:22',1,0,'','2013111563','2013-11-15','2013-11-15','20131115-63','13:27',1,'DR DOW',NULL,'','20131115-4832',NULL),(13453,3650,3,558,'2013-11-15 21:30:56',0,0,'','2013111564','2013-11-15','2013-11-15','20131115-64','13:29',1,'DR OFORI ANTI',NULL,'','20131115-4833',NULL),(13455,3650,4,558,'2013-11-15 21:30:56',1,0,'','2013111564','2013-11-15','2013-11-15','20131115-64','13:30',1,'DR OFORI ANTI',NULL,'','20131115-4833',NULL),(13456,3651,3,558,'2013-11-15 21:40:50',0,0,'','2013111565','2013-11-15','2013-11-15','20131115-65','13:40',1,'DR OFORI ANTI',NULL,'','20131115-4834',NULL),(13457,3652,3,558,'2013-11-15 21:43:02',0,0,'','2013111566','2013-11-15','2013-11-15','20131115-66','13:42',1,'DR OFORI ANTI',NULL,'','20131115-4835',NULL),(13458,3653,3,558,'2013-11-15 21:46:01',0,0,'','2013111567','2013-11-15','2013-11-15','20131115-67','13:44',1,'DR OFORI ANTI',NULL,'','20131115-4836',NULL),(13459,3654,3,558,'2013-11-15 21:50:16',0,0,'','2013111568','2013-11-15','2013-11-15','20131115-68','13:49',1,'DR OFORI ANTI',NULL,'','20131115-4837',NULL),(13460,3655,3,558,'2013-11-15 21:56:23',0,0,'','2013111569','2013-11-15','2013-11-15','20131115-69','13:55',1,'DR FUMMY',NULL,'','20131115-4838',NULL),(13462,3655,5,558,'2013-11-15 21:56:23',0,0,'','2013111569','2013-11-15','2013-11-15','20131115-69','13:56',1,'DR FUMMY',NULL,'','20131115-4838',NULL),(13463,3272,1,534,'2013-11-15 22:02:40',1,0,'','2013111123','2013-11-15','2013-11-15','20131115-71','14:02',1,'',NULL,'','20131115-4840',NULL),(13464,3656,3,558,'2013-11-15 22:03:41',0,0,'','2013111570 ','2013-11-15','2013-11-15','20131115-70','13:59',1,'DR TAKYI',NULL,'','20131115-4839',NULL),(13466,3656,4,558,'2013-11-15 22:03:42',1,0,'','2013111570 ','2013-11-15','2013-11-15','20131115-70','14:02',1,'DR TAKYI',NULL,'','20131115-4839',NULL),(13469,3656,5,558,'2013-11-15 22:03:42',1,0,'','2013111570 ','2013-11-15','2013-11-15','20131115-70','14:03',1,'DR TAKYI',NULL,'','20131115-4839',NULL),(13473,3656,1,558,'2013-11-15 22:03:42',0,0,'','2013111570 ','2013-11-15','2013-11-15','20131115-70','14:03',1,'DR TAKYI',NULL,'','20131115-4839',NULL),(13474,3657,3,558,'2013-11-15 22:06:16',0,0,'','2013111572','2013-11-15','2013-11-15','20131115-72','14:05',1,'DR OFORI ANTI',NULL,'','20131115-4841',NULL),(13476,3657,1,558,'2013-11-15 22:06:16',1,0,'','2013111572','2013-11-15','2013-11-15','20131115-72','14:06',1,'DR OFORI ANTI',NULL,'','20131115-4841',NULL),(13477,3534,1,558,'2013-11-15 22:16:27',1,0,'','2013111573','2013-11-15','2013-11-15','20131115-73','14:15',1,'DR VORTIA',NULL,'','20131115-4842',NULL),(13478,3658,3,558,'2013-11-15 22:25:02',0,0,'','2013111574','2013-11-15','2013-11-15','20131115-74','14:23',1,'DR OFORI ANTI',NULL,'','20131115-4843',NULL),(13479,3623,3,558,'2013-11-15 22:26:32',1,0,'','2013111575','2013-11-15','2013-11-15','20131115-75','14:25',1,'DR SALLAR',NULL,'','20131115-4844',NULL),(13481,3623,4,558,'2013-11-15 22:26:32',1,0,'','2013111575','2013-11-15','2013-11-15','20131115-75','14:26',1,'DR SALLAR',NULL,'','20131115-4844',NULL),(13482,3659,3,558,'2013-11-15 22:57:27',0,0,'','2013111576','2013-11-15','2013-11-15','20131115-76','14:56',1,'DR OFORI ANTI',NULL,'','20131115-4845',NULL),(13483,3660,3,558,'2013-11-15 23:22:20',0,0,'','2013111577','2013-11-15','2013-11-15','20131115-77','15:21',1,'DR NUAMAH',NULL,'','20131115-4846',NULL),(13484,3661,3,558,'2013-11-15 23:26:06',0,0,'','2013111578 ','2013-11-15','2013-11-15','20131115-78','15:25',1,'DR FUMMY',NULL,'','20131115-4847',NULL),(13485,3662,3,558,'2013-11-15 23:39:05',0,0,'','2013111579','2013-11-15','2013-11-15','20131115-79','15:37',1,'DR FUMMY',NULL,'','20131115-4848',NULL),(13486,3663,4,535,'2013-11-15 23:53:16',1,0,'','2013111580','2013-11-15','2013-11-15','20131115-80','15:51',1,'',NULL,'','20131115-4849',NULL),(13487,3664,3,535,'2013-11-16 00:00:46',0,0,'','2013111581','2013-11-15','2013-11-15','20131115-81','15:59',1,'',NULL,'','20131115-4850',NULL),(13488,3665,3,535,'2013-11-16 00:12:46',0,0,'','2013111582','2013-11-15','2013-11-15','20131115-82','16:10',1,'',NULL,'','20131115-4851',NULL),(13490,3665,1,535,'2013-11-16 00:12:46',1,0,'','2013111582','2013-11-15','2013-11-15','20131115-82','16:11',1,'',NULL,'','20131115-4851',NULL),(13493,3665,4,535,'2013-11-16 00:12:46',1,0,'','2013111582','2013-11-15','2013-11-15','20131115-82','16:12',1,'',NULL,'','20131115-4851',NULL),(13497,3665,5,535,'2013-11-16 00:12:46',1,0,'','2013111582','2013-11-15','2013-11-15','20131115-82','16:12',1,'',NULL,'','20131115-4851',NULL),(13498,2099,5,558,'2013-11-16 00:23:04',1,0,'','2013111583','2013-11-15','2013-11-15','20131115-83','16:22',1,'DR ADOTEY',NULL,'','20131115-4852',NULL),(13499,3493,10,534,'2013-11-16 00:28:52',1,0,'','20131113116','2013-11-15','2013-11-15','20131115-84','16:28',1,'',NULL,'','20131115-4853',NULL),(13500,3666,3,558,'2013-11-16 00:30:33',0,0,'','2013111585','2013-11-15','2013-11-15','20131115-85','16:29',1,'DR MENSAH',NULL,'','20131115-4854',NULL),(13501,3667,3,558,'2013-11-16 00:38:47',0,0,'','2013111586','2013-11-15','2013-11-15','20131115-86','16:36',1,'DR ANKOMAH',NULL,'','20131115-4855',NULL),(13503,3667,4,558,'2013-11-16 00:38:47',1,0,'','2013111586','2013-11-15','2013-11-15','20131115-86','16:37',1,'DR ANKOMAH',NULL,'','20131115-4855',NULL),(13506,3667,1,558,'2013-11-16 00:38:47',0,0,'','2013111586','2013-11-15','2013-11-15','20131115-86','16:37',1,'DR ANKOMAH',NULL,'','20131115-4855',NULL),(13507,3668,4,558,'2013-11-16 00:59:46',1,0,'','2013111587','2013-11-15','2013-11-15','20131115-87','16:58',1,'DR ANKOMAH',NULL,'','20131115-4856',NULL),(13509,3668,15,558,'2013-11-16 00:59:46',1,0,'','2013111587','2013-11-15','2013-11-15','20131115-87','16:59',1,'DR ANKOMAH',NULL,'','20131115-4856',NULL),(13510,3669,4,558,'2013-11-16 01:16:05',1,0,'','2013111588','2013-11-15','2013-11-15','20131115-88','17:15',1,'DR ANKOMAH',NULL,'','20131115-4857',NULL),(13511,210,1,558,'2013-11-16 01:27:59',0,0,'','2013111590','2013-11-15','2013-11-15','20131115-90','17:26',1,'DR SALLAR',NULL,'','20131115-4859',NULL),(13512,3671,3,558,'2013-11-16 01:39:52',0,0,'','2013111591','2013-11-15','2013-11-15','20131115-91','17:38',1,'DR NUAMAH',NULL,'','20131115-4860',NULL),(13514,3671,4,558,'2013-11-16 01:39:53',1,0,'','2013111591','2013-11-15','2013-11-15','20131115-91','17:39',1,'DR NUAMAH',NULL,'','20131115-4860',NULL),(13517,3671,1,558,'2013-11-16 01:39:53',1,0,'','2013111591','2013-11-15','2013-11-15','20131115-91','17:39',1,'DR NUAMAH',NULL,'','20131115-4860',NULL),(13518,3672,3,558,'2013-11-16 01:50:11',0,0,'','2013111592','2013-11-15','2013-11-15','20131115-92','17:49',1,'DR MENSAH',NULL,'','20131115-4861',NULL),(13519,3629,3,558,'2013-11-16 01:55:21',0,0,'','2013111593','2013-11-15','2013-11-15','20131115-93','17:54',1,'DR MENSAH',NULL,'','20131115-4862',NULL),(13520,3673,1,558,'2013-11-16 02:01:22',0,0,'','2013111594','2013-11-15','2013-11-15','20131115-94','17:59',1,'DR TACHIE',NULL,'','20131115-4863',NULL),(13521,3674,3,558,'2013-11-16 02:06:26',0,0,'','2013111595','2013-11-15','2013-11-15','20131115-95','18:05',1,'DR SALLAR',NULL,'','20131115-4864',NULL),(13523,3674,4,558,'2013-11-16 02:06:26',1,0,'','2013111595','2013-11-15','2013-11-15','20131115-95','18:06',1,'DR SALLAR',NULL,'','20131115-4864',NULL),(13524,984,10,558,'2013-11-16 02:15:27',0,0,'','2013111596','2013-11-15','2013-11-15','20131115-96','18:09',1,'DR NUAMAH',NULL,'','20131115-4865',NULL),(13525,3596,3,558,'2013-11-16 02:22:43',0,0,'','2013111597','2013-11-15','2013-11-15','20131115-97','18:18',1,'DR SALLAR',NULL,'','20131115-4866',NULL),(13527,3596,1,558,'2013-11-16 02:22:44',0,0,'','2013111597','2013-11-15','2013-11-15','20131115-97','18:20',1,'DR SALLAR',NULL,'','20131115-4866',NULL),(13528,3675,3,558,'2013-11-16 02:27:32',0,0,'','2013111598','2013-11-15','2013-11-15','20131115-98','18:25',1,'DR NUAMAH',NULL,'','20131115-4867',NULL),(13530,3675,4,558,'2013-11-16 02:27:32',1,0,'','2013111598','2013-11-15','2013-11-15','20131115-98','18:26',1,'DR NUAMAH',NULL,'','20131115-4867',NULL),(13533,3675,5,558,'2013-11-16 02:27:33',1,0,'','2013111598','2013-11-15','2013-11-15','20131115-98','18:27',1,'DR NUAMAH',NULL,'','20131115-4867',NULL),(13537,3675,1,558,'2013-11-16 02:27:33',1,0,'','2013111598','2013-11-15','2013-11-15','20131115-98','18:27',1,'DR NUAMAH',NULL,'','20131115-4867',NULL),(13538,3676,3,558,'2013-11-16 02:38:15',0,0,'','2013111599','2013-11-15','2013-11-15','20131115-99','18:37',1,'DR NUAMAH',NULL,'','20131115-4868',NULL),(13539,3677,3,558,'2013-11-16 02:59:52',0,0,'','20131115100','2013-11-15','2013-11-15','20131115-100','18:58',1,'DR MENSAH',NULL,'','20131115-4869',NULL),(13541,3677,4,558,'2013-11-16 02:59:52',1,0,'','20131115100','2013-11-15','2013-11-15','20131115-100','18:59',1,'DR MENSAH',NULL,'','20131115-4869',NULL),(13542,3596,3,558,'2013-11-16 03:01:45',1,0,'','2013111597','2013-11-15','2013-11-15','20131115-101','19:00',1,'',NULL,'','20131115-4870',NULL),(13543,3678,3,531,'2013-11-16 03:16:18',1,0,'','20131115102','2013-11-15','2013-11-15','20131115-102','19:15',1,'DR NUAMAH',NULL,'','20131115-4871',NULL),(13545,3678,1,531,'2013-11-16 03:16:18',1,0,'','20131115102','2013-11-15','2013-11-15','20131115-102','19:16',1,'DR NUAMAH',NULL,'','20131115-4871',NULL),(13546,3679,3,531,'2013-11-16 03:18:38',1,0,'','20131115103','2013-11-15','2013-11-15','20131115-103','19:17',1,'DR NUAMAH',NULL,'','20131115-4872',NULL),(13548,3679,5,531,'2013-11-16 03:18:38',1,0,'','20131115103','2013-11-15','2013-11-15','20131115-103','19:18',1,'DR NUAMAH',NULL,'','20131115-4872',NULL),(13549,3680,3,531,'2013-11-16 03:33:33',1,0,'','20131115104','2013-11-15','2013-11-15','20131115-104','19:32',1,'DR NUAMAH',NULL,'','20131115-4873',NULL),(13551,3680,1,531,'2013-11-16 03:33:33',1,0,'','20131115104','2013-11-15','2013-11-15','20131115-104','19:33',1,'DR NUAMAH',NULL,'','20131115-4873',NULL),(13552,3681,1,531,'2013-11-16 03:50:59',0,0,'','20131115105 ','2013-11-15','2013-11-15','20131115-105','19:49',1,'DR NUAMAH',NULL,'','20131115-4874',NULL),(13553,2696,3,531,'2013-11-16 04:36:31',1,0,'','20131115106 ','2013-11-15','2013-11-15','20131115-106','20:35',1,'DR TACHIE',NULL,'','20131115-4875',NULL),(13554,3682,1,531,'2013-11-16 04:39:36',0,0,'','20131115107','2013-11-15','2013-11-15','20131115-107','20:37',1,'DR AKPALU',NULL,'','20131115-4876',NULL),(13556,3682,3,531,'2013-11-16 04:39:36',0,0,'','20131115107','2013-11-15','2013-11-15','20131115-107','20:39',1,'DR AKPALU',NULL,'','20131115-4876',NULL),(13559,3682,4,531,'2013-11-16 04:39:37',0,0,'','20131115107','2013-11-15','2013-11-15','20131115-107','20:39',1,'DR AKPALU',NULL,'','20131115-4876',NULL),(13560,3072,3,531,'2013-11-16 05:11:38',1,0,'','20131115108','2013-11-15','2013-11-15','20131115-108','21:10',1,'DR MENSAH',NULL,'','20131115-4877',NULL),(13562,3072,4,531,'2013-11-16 05:11:38',1,0,'','20131115108','2013-11-15','2013-11-15','20131115-108','21:11',1,'DR MENSAH',NULL,'','20131115-4877',NULL),(13563,3683,3,531,'2013-11-16 05:20:31',1,0,'','20131115109','2013-11-15','2013-11-15','20131115-109','21:19',1,'DR DANIELS',NULL,'','20131115-4878',NULL),(13564,3684,3,531,'2013-11-16 05:22:17',1,0,'','20131115110','2013-11-15','2013-11-15','20131115-110','21:21',1,'DR DANIELS',NULL,'','20131115-4879',NULL),(13565,3685,3,531,'2013-11-16 05:25:41',1,0,'','20131115111','2013-11-15','2013-11-15','20131115-111','21:24',1,'DR MENSAH',NULL,'','20131115-4880',NULL),(13567,3685,1,531,'2013-11-16 05:25:41',0,0,'','20131115111','2013-11-15','2013-11-15','20131115-111','21:25',1,'DR MENSAH',NULL,'','20131115-4880',NULL),(13570,3685,4,531,'2013-11-16 05:25:42',1,0,'','20131115111','2013-11-15','2013-11-15','20131115-111','21:25',1,'DR MENSAH',NULL,'','20131115-4880',NULL),(13571,3686,3,531,'2013-11-16 05:28:13',1,0,'','20131115112 ','2013-11-15','2013-11-15','20131115-112','21:26',1,'DR DJAN',NULL,'','20131115-4881',NULL),(13573,3686,2,531,'2013-11-16 05:28:13',1,0,'','20131115112 ','2013-11-15','2013-11-15','20131115-112','21:27',1,'DR DJAN',NULL,'','20131115-4881',NULL),(13576,3686,1,531,'2013-11-16 05:28:14',0,0,'','20131115112 ','2013-11-15','2013-11-15','20131115-112','21:27',1,'DR DJAN',NULL,'','20131115-4881',NULL),(13577,1900,3,531,'2013-11-16 06:37:06',1,0,'','20131115113','2013-11-15','2013-11-15','20131115-113','22:35',1,'DR NUAMAH',NULL,'','20131115-4882',NULL),(13578,3687,3,531,'2013-11-16 07:10:36',1,0,'','20131115114','2013-11-15','2013-11-15','20131115-114','23:09',1,'DR DANIELS',NULL,'','20131115-4883',NULL),(13579,3688,3,531,'2013-11-16 07:15:00',1,0,'','20131115115','2013-11-15','2013-11-15','20131115-115','23:13',1,'DR DANIELS',NULL,'','20131115-4884',NULL),(13581,3688,1,531,'2013-11-16 07:15:00',1,0,'','20131115115','2013-11-15','2013-11-15','20131115-115','23:14',1,'DR DANIELS',NULL,'','20131115-4884',NULL),(13582,3689,3,531,'2013-11-16 07:19:39',0,0,'','20131115116','2013-11-15','2013-11-15','20131115-116','23:17',1,'DR DJAN',NULL,'','20131115-4885',NULL),(13584,3689,1,531,'2013-11-16 07:19:39',0,0,'','20131115116','2013-11-15','2013-11-15','20131115-116','23:18',1,'DR DJAN',NULL,'','20131115-4885',NULL),(13585,3664,3,531,'2013-11-16 07:57:14',1,0,'','20131115117','2013-11-15','2013-11-15','20131115-117','23:55',1,'DR DJAN',NULL,'','20131115-4886',NULL),(13587,3664,1,531,'2013-11-16 07:57:14',0,0,'','20131115117','2013-11-15','2013-11-15','20131115-117','23:56',1,'DR DJAN',NULL,'','20131115-4886',NULL),(13590,3664,4,531,'2013-11-16 07:57:14',1,0,'','20131115117','2013-11-15','2013-11-15','20131115-117','23:57',1,'DR DJAN',NULL,'','20131115-4886',NULL),(13591,3690,3,531,'2013-11-16 10:15:45',1,0,'','201311161','2013-11-16','2013-11-16','20131116-1','02:13',1,'DR DANIELS',NULL,'','20131116-4887',NULL),(13592,3691,3,531,'2013-11-16 11:36:36',1,0,'','201311162','2013-11-16','2013-11-16','20131116-2','03:32',1,'DR DANIELS',NULL,'','20131116-4888',NULL),(13593,3692,3,531,'2013-11-16 14:09:58',0,0,'','201311163','2013-11-16','2013-11-16','20131116-3','06:06',1,'DR DJAN',NULL,'','20131116-4889',NULL),(13595,3692,5,531,'2013-11-16 14:09:58',0,0,'','201311163','2013-11-16','2013-11-16','20131116-3','06:08',1,'DR DJAN',NULL,'','20131116-4889',NULL),(13596,3693,3,531,'2013-11-16 15:02:07',0,0,'','201311164 ','2013-11-16','2013-11-16','20131116-4','07:00',1,'DR DJAN',NULL,'','20131116-4890',NULL),(13598,3693,1,531,'2013-11-16 15:02:07',1,0,'','201311164 ','2013-11-16','2013-11-16','20131116-4','07:01',1,'DR DJAN',NULL,'','20131116-4890',NULL),(13601,3693,4,531,'2013-11-16 15:02:07',1,0,'','201311164 ','2013-11-16','2013-11-16','20131116-4','07:01',1,'DR DJAN',NULL,'','20131116-4890',NULL),(13602,3694,1,530,'2013-11-16 15:57:28',0,0,'','201311165','2013-11-16','2013-11-16','20131116-5','07:54',1,'DR DJAN',NULL,'','20131116-4891',NULL),(13604,3694,3,530,'2013-11-16 15:57:28',0,0,'','201311165','2013-11-16','2013-11-16','20131116-5','07:56',1,'DR DJAN',NULL,'','20131116-4891',NULL),(13607,3694,4,530,'2013-11-16 15:57:29',1,0,'','201311165','2013-11-16','2013-11-16','20131116-5','07:56',1,'DR DJAN',NULL,'','20131116-4891',NULL),(13611,3694,5,530,'2013-11-16 15:57:29',1,0,'','201311165','2013-11-16','2013-11-16','20131116-5','07:56',1,'DR DJAN',NULL,'','20131116-4891',NULL),(13612,2742,1,530,'2013-11-16 16:06:51',0,0,'','201311166','2013-11-16','2013-11-16','20131116-6','08:05',1,'DR DANIELS',NULL,'','20131116-4892',NULL),(13613,3695,1,530,'2013-11-16 16:10:31',0,0,'','201311167','2013-11-16','2013-11-16','20131116-7','08:08',1,'DR ARYEE',NULL,'','20131116-4893',NULL),(13615,3695,3,530,'2013-11-16 16:10:31',0,0,'','201311167','2013-11-16','2013-11-16','20131116-7','08:09',1,'DR ARYEE',NULL,'','20131116-4893',NULL),(13618,3695,4,530,'2013-11-16 16:10:31',1,0,'','201311167','2013-11-16','2013-11-16','20131116-7','08:09',1,'DR ARYEE',NULL,'','20131116-4893',NULL),(13622,3695,2,530,'2013-11-16 16:10:31',1,0,'','201311167','2013-11-16','2013-11-16','20131116-7','08:10',1,'DR ARYEE',NULL,'','20131116-4893',NULL),(13623,933,3,530,'2013-11-16 16:21:53',0,0,'','201311168','2013-11-16','2013-11-16','20131116-8','08:20',1,'DR TACHIE',NULL,'','20131116-4894',NULL),(13624,3686,1,530,'2013-11-16 16:26:51',0,0,'','201311169','2013-11-16','2013-11-16','20131116-9','08:26',1,'DR DJAN',NULL,'','20131116-4895',NULL),(13625,3686,2,530,'2013-11-16 16:27:40',0,0,'','2013111609','2013-11-16','2013-11-16','20131116-10','08:27',1,'',NULL,'','20131116-4896',NULL),(13626,3686,2,530,'2013-11-16 16:28:56',0,0,'','201311169','2013-11-16','2013-11-16','20131116-11','08:28',1,'',NULL,'','20131116-4897',NULL),(13627,939,3,530,'2013-11-16 16:31:38',0,0,'','2013111612','2013-11-16','2013-11-16','20131116-12','08:30',1,'DR VORTIA',NULL,'','20131116-4898',NULL),(13628,3696,3,530,'2013-11-16 16:36:19',0,0,'','2013111613','2013-11-16','2013-11-16','20131116-13','08:35',1,'DR FRIMPONG',NULL,'','20131116-4899',NULL),(13630,3696,4,530,'2013-11-16 16:36:20',1,0,'','2013111613','2013-11-16','2013-11-16','20131116-13','08:36',1,'DR FRIMPONG',NULL,'','20131116-4899',NULL),(13631,3697,1,530,'2013-11-16 16:38:38',0,0,'','2013111614','2013-11-16','2013-11-16','20131116-14','08:37',1,'DR TACHIE',NULL,'','20131116-4900',NULL),(13633,3697,2,530,'2013-11-16 16:38:38',0,0,'','2013111614','2013-11-16','2013-11-16','20131116-14','08:38',1,'DR TACHIE',NULL,'','20131116-4900',NULL),(13634,3698,3,530,'2013-11-16 16:55:59',0,0,'','2013111615','2013-11-16','2013-11-16','20131116-15','08:55',1,'DR TAKYI',NULL,'','20131116-4901',NULL),(13635,3699,3,530,'2013-11-16 17:01:19',0,0,'','2013111616','2013-11-16','2013-11-16','20131116-16','08:57',1,'DR AMOAH',NULL,'','20131116-4902',NULL),(13637,3699,4,530,'2013-11-16 17:01:20',1,0,'','2013111616','2013-11-16','2013-11-16','20131116-16','09:00',1,'DR AMOAH',NULL,'','20131116-4902',NULL),(13640,3699,1,530,'2013-11-16 17:01:20',1,0,'','2013111616','2013-11-16','2013-11-16','20131116-16','09:01',1,'DR AMOAH',NULL,'','20131116-4902',NULL),(13641,3700,3,530,'2013-11-16 17:08:15',0,0,'','2013111617','2013-11-16','2013-11-16','20131116-17','09:07',1,'DR AMOAH',NULL,'','20131116-4903',NULL),(13643,3700,1,530,'2013-11-16 17:08:15',1,0,'','2013111617','2013-11-16','2013-11-16','20131116-17','09:07',1,'DR AMOAH',NULL,'','20131116-4903',NULL),(13646,3700,4,530,'2013-11-16 17:08:16',1,0,'','2013111617','2013-11-16','2013-11-16','20131116-17','09:08',1,'DR AMOAH',NULL,'','20131116-4903',NULL),(13647,504,3,530,'2013-11-16 17:16:49',0,0,'','2013111618','2013-11-16','2013-11-16','20131116-18','09:15',1,'DR DANIELS',NULL,'','20131116-4904',NULL),(13648,3701,10,530,'2013-11-16 17:24:07',1,0,'','2013111619','2013-11-16','2013-11-16','20131116-19','09:22',1,'DR FRIMPONG',NULL,'','20131116-4905',NULL),(13650,3701,4,530,'2013-11-16 17:24:07',1,0,'','2013111619','2013-11-16','2013-11-16','20131116-19','09:23',1,'DR FRIMPONG',NULL,'','20131116-4905',NULL),(13651,3702,3,530,'2013-11-16 17:34:16',0,0,'','2013111620','2013-11-16','2013-11-16','20131116-20','09:27',1,'DR AMOAH',NULL,'','20131116-4906',NULL),(13653,3702,1,530,'2013-11-16 17:34:16',0,0,'','2013111620','2013-11-16','2013-11-16','20131116-20','09:29',1,'DR AMOAH',NULL,'','20131116-4906',NULL),(13654,948,2,530,'2013-11-16 17:49:41',1,0,'','2013111621','2013-11-16','2013-11-16','20131116-21','09:48',1,'',NULL,'','20131116-4907',NULL),(13655,3703,3,530,'2013-11-16 17:51:26',0,0,'','2013111622','2013-11-16','2013-11-16','20131116-22','09:50',1,'DR OFORI ANTI',NULL,'','20131116-4908',NULL),(13656,3704,3,530,'2013-11-16 17:54:29',0,0,'','2013111623','2013-11-16','2013-11-16','20131116-23','09:53',1,'DR FRIMPONG',NULL,'','20131116-4909',NULL),(13657,3705,3,530,'2013-11-16 17:58:19',0,0,'','2013111624','2013-11-16','2013-11-16','20131116-24','09:57',1,'DR OFORI ANTI',NULL,'','20131116-4910',NULL),(13659,3705,4,530,'2013-11-16 17:58:20',1,0,'','2013111624','2013-11-16','2013-11-16','20131116-24','09:58',1,'DR OFORI ANTI',NULL,'','20131116-4910',NULL),(13660,3706,3,530,'2013-11-16 18:25:30',0,0,'','2013111625','2013-11-16','2013-11-16','20131116-25','10:24',1,'DR FRIMPONG',NULL,'','20131116-4911',NULL),(13662,3706,4,530,'2013-11-16 18:25:31',1,0,'','2013111625','2013-11-16','2013-11-16','20131116-25','10:25',1,'DR FRIMPONG',NULL,'','20131116-4911',NULL),(13663,3707,3,530,'2013-11-16 18:32:21',0,0,'','2013111626','2013-11-16','2013-11-16','20131116-26','10:31',1,'DR TACHIE',NULL,'','20131116-4912',NULL),(13665,3707,1,530,'2013-11-16 18:32:21',1,0,'','2013111626','2013-11-16','2013-11-16','20131116-26','10:32',1,'DR TACHIE',NULL,'','20131116-4912',NULL),(13666,3708,1,530,'2013-11-16 18:53:29',0,0,'','2013111627','2013-11-16','2013-11-16','20131116-27','10:52',1,'DR YEBOAH',NULL,'','20131116-4913',NULL),(13667,3698,4,550,'2013-11-16 19:07:55',1,0,'','2013111615','2013-11-16','2013-11-16','20131116-28','11:06',1,'',NULL,'','20131116-4914',NULL),(13668,3709,3,530,'2013-11-16 19:19:13',0,0,'','2013111629','2013-11-16','2013-11-16','20131116-29','11:16',1,'DR FRIMPONG',NULL,'','20131116-4915',NULL),(13670,3709,1,530,'2013-11-16 19:19:13',0,0,'','2013111629','2013-11-16','2013-11-16','20131116-29','11:18',1,'DR FRIMPONG',NULL,'','20131116-4915',NULL),(13671,3710,3,530,'2013-11-16 19:25:20',0,0,'','2013111630','2013-11-16','2013-11-16','20131116-30','11:24',1,'DR ARYEE',NULL,'','20131116-4916',NULL),(13673,3710,4,530,'2013-11-16 19:25:20',1,0,'','2013111630','2013-11-16','2013-11-16','20131116-30','11:25',1,'DR ARYEE',NULL,'','20131116-4916',NULL),(13674,2921,4,530,'2013-11-16 19:26:54',1,0,'','2013111631','2013-11-16','2013-11-16','20131116-31','11:26',1,'DR AMOAH',NULL,'','20131116-4917',NULL),(13675,2696,3,530,'2013-11-16 19:28:11',0,0,'','2013111632','2013-11-16','2013-11-16','20131116-32','11:27',1,'DR YEBOAH',NULL,'','20131116-4918',NULL),(13676,3711,3,530,'2013-11-16 19:44:12',0,0,'','2013111633','2013-11-16','2013-11-16','20131116-33','11:42',1,'DR AMOAH',NULL,'','20131116-4919',NULL),(13678,3711,1,530,'2013-11-16 19:44:12',0,0,'','2013111633','2013-11-16','2013-11-16','20131116-33','11:43',1,'DR AMOAH',NULL,'','20131116-4919',NULL),(13681,3711,4,530,'2013-11-16 19:44:12',1,0,'','2013111633','2013-11-16','2013-11-16','20131116-33','11:44',1,'DR AMOAH',NULL,'','20131116-4919',NULL),(13682,3712,1,530,'2013-11-16 19:56:00',1,0,'','2013111634 ','2013-11-16','2013-11-16','20131116-34','11:54',1,'DR TACHIE',NULL,'','20131116-4920',NULL),(13683,3713,3,530,'2013-11-16 20:06:29',0,0,'','2013111635','2013-11-16','2013-11-16','20131116-35','12:05',1,'DR AMOAH',NULL,'','20131116-4921',NULL),(13685,3713,1,530,'2013-11-16 20:06:29',1,0,'','2013111635','2013-11-16','2013-11-16','20131116-35','12:06',1,'DR AMOAH',NULL,'','20131116-4921',NULL),(13688,3713,4,530,'2013-11-16 20:06:30',1,0,'','2013111635','2013-11-16','2013-11-16','20131116-35','12:06',1,'DR AMOAH',NULL,'','20131116-4921',NULL),(13689,3714,3,530,'2013-11-16 20:10:35',0,0,'','2013111636 ','2013-11-16','2013-11-16','20131116-36','12:09',1,'DR AMOAH',NULL,'','20131116-4922',NULL),(13690,3714,4,530,'2013-11-16 20:11:17',1,0,'','2013111636 ','2013-11-16','2013-11-16','20131116-37','12:10',1,'',NULL,'','20131116-4923',NULL),(13692,3714,1,530,'2013-11-16 20:11:18',1,0,'','2013111636 ','2013-11-16','2013-11-16','20131116-37','12:11',1,'',NULL,'','20131116-4923',NULL),(13693,3715,3,530,'2013-11-16 20:19:03',0,0,'','2013111638','2013-11-16','2013-11-16','20131116-38','12:16',1,'DR FRIMPONG',NULL,'','20131116-4924',NULL),(13695,3715,19,530,'2013-11-16 20:19:04',1,0,'','2013111638','2013-11-16','2013-11-16','20131116-38','12:18',1,'DR FRIMPONG',NULL,'','20131116-4924',NULL),(13696,3716,3,530,'2013-11-16 20:21:47',0,0,'','2013111639','2013-11-16','2013-11-16','20131116-39','12:20',1,'DR OFORI ANTI',NULL,'','20131116-4925',NULL),(13698,3716,4,530,'2013-11-16 20:21:47',1,0,'','2013111639','2013-11-16','2013-11-16','20131116-39','12:21',1,'DR OFORI ANTI',NULL,'','20131116-4925',NULL),(13699,952,3,530,'2013-11-16 20:52:01',0,0,'','2013111640','2013-11-16','2013-11-16','20131116-40','12:50',1,'DR AMOAH',NULL,'','20131116-4926',NULL),(13701,952,4,530,'2013-11-16 20:52:01',1,0,'','2013111640','2013-11-16','2013-11-16','20131116-40','12:51',1,'DR AMOAH',NULL,'','20131116-4926',NULL),(13704,952,1,530,'2013-11-16 20:52:01',1,0,'','2013111640','2013-11-16','2013-11-16','20131116-40','12:51',1,'DR AMOAH',NULL,'','20131116-4926',NULL),(13708,952,5,530,'2013-11-16 20:52:02',1,0,'','2013111640','2013-11-16','2013-11-16','20131116-40','12:51',1,'DR AMOAH',NULL,'','20131116-4926',NULL),(13709,3717,1,530,'2013-11-16 20:56:37',0,0,'','2013111641 ','2013-11-16','2013-11-16','20131116-41','12:54',1,'DR AMOAH',NULL,'','20131116-4927',NULL),(13711,3717,4,530,'2013-11-16 20:56:37',1,0,'','2013111641 ','2013-11-16','2013-11-16','20131116-41','12:56',1,'DR AMOAH',NULL,'','20131116-4927',NULL),(13712,3634,5,543,'2013-11-16 20:56:45',1,0,'','2013111538','2013-11-16','2013-11-16','20131116-42','12:56',1,'',NULL,'','20131116-4928',NULL),(13713,3718,3,530,'2013-11-16 21:04:18',0,0,'','2013111643','2013-11-16','2013-11-16','20131116-43','13:01',1,'DR AMOAH',NULL,'','20131116-4929',NULL),(13715,3718,1,530,'2013-11-16 21:04:18',0,0,'','2013111643','2013-11-16','2013-11-16','20131116-43','13:03',1,'DR AMOAH',NULL,'','20131116-4929',NULL),(13718,3718,4,530,'2013-11-16 21:04:18',1,0,'','2013111643','2013-11-16','2013-11-16','20131116-43','13:04',1,'DR AMOAH',NULL,'','20131116-4929',NULL),(13719,3719,3,530,'2013-11-16 21:09:35',0,0,'','2013111644 ','2013-11-16','2013-11-16','20131116-44','13:08',1,'DR TAKYI',NULL,'','20131116-4930',NULL),(13720,3720,1,530,'2013-11-16 21:26:41',0,0,'','2013111645','2013-11-16','2013-11-16','20131116-45','13:24',1,'DR TACHIE',NULL,'','20131116-4931',NULL),(13722,3720,2,530,'2013-11-16 21:26:41',0,0,'','2013111645','2013-11-16','2013-11-16','20131116-45','13:26',1,'DR TACHIE',NULL,'','20131116-4931',NULL),(13725,3720,3,530,'2013-11-16 21:26:42',0,0,'','2013111645','2013-11-16','2013-11-16','20131116-45','13:26',1,'DR TACHIE',NULL,'','20131116-4931',NULL),(13729,3720,4,530,'2013-11-16 21:26:42',1,0,'','2013111645','2013-11-16','2013-11-16','20131116-45','13:26',1,'DR TACHIE',NULL,'','20131116-4931',NULL),(13730,3721,3,530,'2013-11-16 21:37:37',0,0,'','2013111646','2013-11-16','2013-11-16','20131116-46','13:35',1,'DR AMOAH',NULL,'','20131116-4932',NULL),(13732,3721,4,530,'2013-11-16 21:37:37',1,0,'','2013111646','2013-11-16','2013-11-16','20131116-46','13:37',1,'DR AMOAH',NULL,'','20131116-4932',NULL),(13733,1543,1,530,'2013-11-16 21:41:43',1,0,'','2013111647','2013-11-16','2013-11-16','20131116-47','13:40',1,'',NULL,'','20131116-4933',NULL),(13734,3722,3,530,'2013-11-16 21:45:53',0,0,'','2013111648','2013-11-16','2013-11-16','20131116-48','13:44',1,'DR FRIMPONG',NULL,'','20131116-4934',NULL),(13736,3722,1,530,'2013-11-16 21:45:53',1,0,'','2013111648','2013-11-16','2013-11-16','20131116-48','13:45',1,'DR FRIMPONG',NULL,'','20131116-4934',NULL),(13739,3722,4,530,'2013-11-16 21:45:53',1,0,'','2013111648','2013-11-16','2013-11-16','20131116-48','13:45',1,'DR FRIMPONG',NULL,'','20131116-4934',NULL),(13740,3723,3,530,'2013-11-16 21:51:50',0,0,'','2013111649','2013-11-16','2013-11-16','20131116-49','13:50',1,'DR AMOAH',NULL,'','20131116-4935',NULL),(13742,3723,1,530,'2013-11-16 21:51:50',1,0,'','2013111649','2013-11-16','2013-11-16','20131116-49','13:51',1,'DR AMOAH',NULL,'','20131116-4935',NULL),(13743,3207,1,530,'2013-11-16 21:55:52',1,0,'','2013111650 ','2013-11-16','2013-11-16','20131116-50','13:53',1,'',NULL,'','20131116-4936',NULL),(13744,3724,1,530,'2013-11-16 22:02:02',1,0,'','2013111651','2013-11-16','2013-11-16','20131116-51','14:01',1,'',NULL,'','20131116-4937',NULL),(13745,3711,1,550,'2013-11-16 22:20:25',1,0,'','2013111633','2013-11-16','2013-11-16','20131116-52','14:19',1,'',NULL,'','20131116-4938',NULL),(13746,3725,3,530,'2013-11-16 22:25:23',0,0,'','2013111653','2013-11-16','2013-11-16','20131116-53','14:23',1,'DR MENSAH',NULL,'','20131116-4939',NULL),(13748,3725,1,530,'2013-11-16 22:25:24',0,0,'','2013111653','2013-11-16','2013-11-16','20131116-53','14:24',1,'DR MENSAH',NULL,'','20131116-4939',NULL),(13749,3726,3,530,'2013-11-16 23:09:20',0,0,'','2013111654','2013-11-16','2013-11-16','20131116-54','15:08',1,'DR ARMAH',NULL,'','20131116-4940',NULL),(13751,3726,1,530,'2013-11-16 23:09:20',1,0,'','2013111654','2013-11-16','2013-11-16','20131116-54','15:09',1,'DR ARMAH',NULL,'','20131116-4940',NULL),(13752,3727,3,530,'2013-11-16 23:14:24',0,0,'','2013111655 ','2013-11-16','2013-11-16','20131116-55','15:13',1,'',NULL,'','20131116-4941',NULL),(13753,3728,3,530,'2013-11-16 23:33:05',0,0,'','2013111656','2013-11-16','2013-11-16','20131116-56','15:31',1,'DR TAKYI',NULL,'','20131116-4942',NULL),(13755,3728,1,530,'2013-11-16 23:33:06',1,0,'','2013111656','2013-11-16','2013-11-16','20131116-56','15:32',1,'DR TAKYI',NULL,'','20131116-4942',NULL),(13758,3728,5,530,'2013-11-16 23:33:06',1,0,'','2013111656','2013-11-16','2013-11-16','20131116-56','15:32',1,'DR TAKYI',NULL,'','20131116-4942',NULL),(13762,3728,4,530,'2013-11-16 23:33:06',1,0,'','2013111656','2013-11-16','2013-11-16','20131116-56','15:32',1,'DR TAKYI',NULL,'','20131116-4942',NULL),(13763,3729,3,530,'2013-11-16 23:45:47',0,0,'','2013111657','2013-11-16','2013-11-16','20131116-57','15:42',1,'DR TAKYI',NULL,'','20131116-4943',NULL),(13765,3729,1,530,'2013-11-16 23:45:47',1,0,'','2013111657','2013-11-16','2013-11-16','20131116-57','15:45',1,'DR TAKYI',NULL,'','20131116-4943',NULL),(13768,3729,4,530,'2013-11-16 23:45:47',1,0,'','2013111657','2013-11-16','2013-11-16','20131116-57','15:45',1,'DR TAKYI',NULL,'','20131116-4943',NULL),(13769,333,3,530,'2013-11-16 23:54:31',0,0,'','2013111658','2013-11-16','2013-11-16','20131116-58','15:53',1,'DR TAKYI',NULL,'','20131116-4944',NULL),(13770,3730,3,530,'2013-11-16 23:58:33',0,0,'','2013111659','2013-11-16','2013-11-16','20131116-59','15:57',1,'DR YEBOAH',NULL,'','20131116-4945',NULL),(13772,3730,1,530,'2013-11-16 23:58:34',1,0,'','2013111659','2013-11-16','2013-11-16','20131116-59','15:58',1,'DR YEBOAH',NULL,'','20131116-4945',NULL),(13775,3730,4,530,'2013-11-16 23:58:34',1,0,'','2013111659','2013-11-16','2013-11-16','20131116-59','15:58',1,'DR YEBOAH',NULL,'','20131116-4945',NULL),(13776,3731,3,530,'2013-11-17 00:41:56',0,0,'','2013111660','2013-11-16','2013-11-16','20131116-60','16:40',1,'DR ARMAH',NULL,'','20131116-4946',NULL),(13778,3731,1,530,'2013-11-17 00:41:56',1,0,'','2013111660','2013-11-16','2013-11-16','20131116-60','16:41',1,'DR ARMAH',NULL,'','20131116-4946',NULL),(13781,3731,5,530,'2013-11-17 00:41:56',0,0,'','2013111660','2013-11-16','2013-11-16','20131116-60','16:41',1,'DR ARMAH',NULL,'','20131116-4946',NULL),(13782,3732,3,530,'2013-11-17 00:52:40',0,0,'','2013111661','2013-11-16','2013-11-16','20131116-61','16:50',1,'',NULL,'','20131116-4947',NULL),(13784,3732,4,530,'2013-11-17 00:52:41',1,0,'','2013111661','2013-11-16','2013-11-16','20131116-61','16:52',1,'',NULL,'','20131116-4947',NULL),(13785,3733,3,530,'2013-11-17 00:55:57',0,0,'','2013111662 ','2013-11-16','2013-11-16','20131116-62','16:55',1,'DR KYEREMANTENG',NULL,'','20131116-4948',NULL),(13786,3734,3,530,'2013-11-17 01:09:29',0,0,'','2013111663','2013-11-16','2013-11-16','20131116-63','17:08',1,'',NULL,'','20131116-4949',NULL),(13788,3734,4,530,'2013-11-17 01:09:29',1,0,'','2013111663','2013-11-16','2013-11-16','20131116-63','17:09',1,'',NULL,'','20131116-4949',NULL),(13789,3735,3,530,'2013-11-17 01:24:07',0,0,'','2013111664','2013-11-16','2013-11-16','20131116-64','17:22',1,'DR TAKYI',NULL,'','20131116-4950',NULL),(13790,3736,3,530,'2013-11-17 01:29:21',0,0,'','2013111665','2013-11-16','2013-11-16','20131116-65','17:26',1,'DR OFORI ANTI',NULL,'','20131116-4951',NULL),(13791,2252,3,530,'2013-11-17 01:31:38',0,0,'','2013111666','2013-11-16','2013-11-16','20131116-66','17:30',1,'DR TAKYI',NULL,'','20131116-4952',NULL),(13793,2252,4,530,'2013-11-17 01:31:39',1,0,'','2013111666','2013-11-16','2013-11-16','20131116-66','17:31',1,'DR TAKYI',NULL,'','20131116-4952',NULL),(13794,3737,3,530,'2013-11-17 02:13:10',0,0,'','2013111667','2013-11-16','2013-11-16','20131116-67','18:12',1,'DR YEBOAH',NULL,'','20131116-4953',NULL),(13795,3737,1,530,'2013-11-17 02:14:19',0,0,'','2013111667','2013-11-16','2013-11-16','20131116-68','18:13',1,'',NULL,'','20131116-4954',NULL),(13797,3737,4,530,'2013-11-17 02:14:20',1,0,'','2013111667','2013-11-16','2013-11-16','20131116-68','18:13',1,'',NULL,'','20131116-4954',NULL),(13798,3738,10,530,'2013-11-17 02:22:55',1,0,'','2013111669','2013-11-16','2013-11-16','20131116-69','18:21',1,'DR TAKYI',NULL,'','20131116-4955',NULL),(13799,2100,1,530,'2013-11-17 02:35:40',1,0,'','2013111672','2013-11-16','2013-11-16','20131116-72','18:34',1,'',NULL,'','20131116-4958',NULL),(13801,2100,5,530,'2013-11-17 02:35:40',1,0,'','2013111672','2013-11-16','2013-11-16','20131116-72','18:35',1,'',NULL,'','20131116-4958',NULL),(13802,3402,3,530,'2013-11-17 03:10:01',0,0,'','2013111673','2013-11-16','2013-11-16','20131116-73','19:08',1,'DR OFORI ANTI',NULL,'','20131116-4959',NULL),(13804,3402,4,530,'2013-11-17 03:10:02',0,0,'','2013111673','2013-11-16','2013-11-16','20131116-73','19:09',1,'DR OFORI ANTI',NULL,'','20131116-4959',NULL),(13807,3402,5,530,'2013-11-17 03:10:02',0,0,'','2013111673','2013-11-16','2013-11-16','20131116-73','19:09',1,'DR OFORI ANTI',NULL,'','20131116-4959',NULL),(13808,3739,3,558,'2013-11-17 03:21:32',0,0,'','2013111674','2013-11-16','2013-11-16','20131116-74','19:20',1,'DR YEBOAH',NULL,'','20131116-4960',NULL),(13810,3739,4,558,'2013-11-17 03:21:32',1,0,'','2013111674','2013-11-16','2013-11-16','20131116-74','19:21',1,'DR YEBOAH',NULL,'','20131116-4960',NULL),(13811,3734,1,558,'2013-11-17 03:28:05',1,0,'','2013111675','2013-11-16','2013-11-16','20131116-75','19:26',1,'',NULL,'','20131116-4961',NULL),(13812,2994,5,558,'2013-11-17 03:35:38',1,0,'','2013111676','2013-11-16','2013-11-16','20131116-76','19:34',1,'DR K AMAOH',NULL,'','20131116-4962',NULL),(13813,3737,3,550,'2013-11-17 03:40:48',1,0,'','2013111667','2013-11-16','2013-11-16','20131116-77','19:39',1,'',NULL,'','20131116-4963',NULL),(13814,2618,3,558,'2013-11-17 04:18:38',1,0,'','2013111678','2013-11-16','2013-11-16','20131116-78','20:16',1,'DR BOATENG',NULL,'','20131116-4964',NULL),(13816,2618,1,558,'2013-11-17 04:18:38',1,0,'','2013111678','2013-11-16','2013-11-16','20131116-78','20:18',1,'DR BOATENG',NULL,'','20131116-4964',NULL),(13819,2618,4,558,'2013-11-17 04:18:38',1,0,'','2013111678','2013-11-16','2013-11-16','20131116-78','20:18',1,'DR BOATENG',NULL,'','20131116-4964',NULL),(13820,3737,3,558,'2013-11-17 04:53:58',1,0,'','2013111667 ','2013-11-16','2013-11-16','20131116-79','20:53',1,'DR DANIELS',NULL,'','20131116-4965',NULL),(13821,3740,3,558,'2013-11-17 04:59:59',1,0,'','2013111680','2013-11-16','2013-11-16','20131116-80','20:57',1,'DR DANIELS',NULL,'','20131116-4966',NULL),(13823,3740,1,558,'2013-11-17 04:59:59',1,0,'','2013111680','2013-11-16','2013-11-16','20131116-80','20:59',1,'DR DANIELS',NULL,'','20131116-4966',NULL),(13824,3741,3,558,'2013-11-17 05:03:32',1,0,'','2013111681 ','2013-11-16','2013-11-16','20131116-81','21:02',1,'DR DJAN',NULL,'','20131116-4967',NULL),(13825,3742,3,558,'2013-11-17 06:28:13',0,0,'','2013111682','2013-11-16','2013-11-16','20131116-82','22:27',1,'DR DJAN',NULL,'','20131116-4968',NULL),(13827,3742,4,558,'2013-11-17 06:28:14',1,0,'','2013111682','2013-11-16','2013-11-16','20131116-82','22:28',1,'DR DJAN',NULL,'','20131116-4968',NULL),(13828,1209,3,558,'2013-11-17 06:35:08',1,0,'','2013111683','2013-11-16','2013-11-16','20131116-83','22:34',1,'DR DANIELS',NULL,'','20131116-4969',NULL),(13830,1209,4,558,'2013-11-17 06:35:08',1,0,'','2013111683','2013-11-16','2013-11-16','20131116-83','22:35',1,'DR DANIELS',NULL,'','20131116-4969',NULL),(13831,3453,2,558,'2013-11-17 09:01:23',0,0,'','201311171','2013-11-17','2013-11-17','20131117-1','01:00',1,'DR DANIELS',NULL,'','20131117-4970',NULL),(13832,3396,3,558,'2013-11-17 11:38:30',1,0,'','201311172','2013-11-17','2013-11-17','20131117-2','03:37',1,'DR DJAN',NULL,'','20131117-4971',NULL),(13834,3396,1,558,'2013-11-17 11:38:30',1,0,'','201311172','2013-11-17','2013-11-17','20131117-2','03:38',1,'DR DJAN',NULL,'','20131117-4971',NULL),(13837,3396,4,558,'2013-11-17 11:38:31',1,0,'','201311172','2013-11-17','2013-11-17','20131117-2','03:38',1,'DR DJAN',NULL,'','20131117-4971',NULL),(13838,525,3,558,'2013-11-17 13:52:15',1,0,'','201311173','2013-11-17','2013-11-17','20131117-3','05:49',1,'DR TAKYI',NULL,'','20131117-4972',NULL),(13840,525,4,558,'2013-11-17 13:52:15',1,0,'','201311173','2013-11-17','2013-11-17','20131117-3','05:50',1,'DR TAKYI',NULL,'','20131117-4972',NULL),(13843,525,5,558,'2013-11-17 13:52:16',1,0,'','201311173','2013-11-17','2013-11-17','20131117-3','05:51',1,'DR TAKYI',NULL,'','20131117-4972',NULL),(13847,525,1,558,'2013-11-17 13:52:16',1,0,'','201311173','2013-11-17','2013-11-17','20131117-3','05:51',1,'DR TAKYI',NULL,'','20131117-4972',NULL),(13848,3743,4,558,'2013-11-17 14:36:58',1,0,'','201311174','2013-11-17','2013-11-17','20131117-4','06:35',1,'DR AMABLE',NULL,'','20131117-4973',NULL),(13850,3743,2,558,'2013-11-17 14:36:58',1,0,'','201311174','2013-11-17','2013-11-17','20131117-4','06:36',1,'DR AMABLE',NULL,'','20131117-4973',NULL),(13851,3744,1,558,'2013-11-17 14:53:52',0,0,'','201311175','2013-11-17','2013-11-17','20131117-5','06:51',1,'DR SALLAR',NULL,'','20131117-4974',NULL),(13853,3744,4,558,'2013-11-17 14:53:52',1,0,'','201311175','2013-11-17','2013-11-17','20131117-5','06:53',1,'DR SALLAR',NULL,'','20131117-4974',NULL),(13856,3744,2,558,'2013-11-17 14:53:52',0,0,'','201311175','2013-11-17','2013-11-17','20131117-5','06:53',1,'DR SALLAR',NULL,'','20131117-4974',NULL),(13857,2302,3,558,'2013-11-17 14:57:48',0,0,'','201311176','2013-11-17','2013-11-17','20131117-6','06:55',1,'DR DJAN',NULL,'','20131117-4975',NULL),(13859,2302,4,558,'2013-11-17 14:57:48',1,0,'','201311176','2013-11-17','2013-11-17','20131117-6','06:56',1,'DR DJAN',NULL,'','20131117-4975',NULL),(13862,2302,1,558,'2013-11-17 14:57:49',0,0,'','201311176','2013-11-17','2013-11-17','20131117-6','06:56',1,'DR DJAN',NULL,'','20131117-4975',NULL),(13863,3745,3,558,'2013-11-17 15:07:04',0,0,'','201311177','2013-11-17','2013-11-17','20131117-7','07:05',1,'DR DJAN',NULL,'','20131117-4976',NULL),(13865,3745,4,558,'2013-11-17 15:07:04',1,0,'','201311177','2013-11-17','2013-11-17','20131117-7','07:06',1,'DR DJAN',NULL,'','20131117-4976',NULL),(13866,3746,3,558,'2013-11-17 15:09:27',0,0,'','201311178','2013-11-17','2013-11-17','20131117-8','07:08',1,'DR DJAN',NULL,'','20131117-4977',NULL),(13867,3747,3,530,'2013-11-17 15:53:16',0,0,'','201311179','2013-11-17','2013-11-17','20131117-9','07:52',1,'DR DANIELS',NULL,'','20131117-4978',NULL),(13869,3747,5,530,'2013-11-17 15:53:17',1,0,'','201311179','2013-11-17','2013-11-17','20131117-9','07:53',1,'DR DANIELS',NULL,'','20131117-4978',NULL),(13870,2302,1,530,'2013-11-17 15:56:05',0,0,'','201311176','2013-11-17','2013-11-17','20131117-10','07:53',1,'DR DANIELS',NULL,'','20131117-4979',NULL),(13871,3748,3,530,'2013-11-17 16:01:23',0,0,'','2013111711','2013-11-17','2013-11-17','20131117-11','07:59',1,'DR FRIMPONG',NULL,'','20131117-4980',NULL),(13873,3748,4,530,'2013-11-17 16:01:23',1,0,'','2013111711','2013-11-17','2013-11-17','20131117-11','08:00',1,'DR FRIMPONG',NULL,'','20131117-4980',NULL),(13876,3748,1,530,'2013-11-17 16:01:24',0,0,'','2013111711','2013-11-17','2013-11-17','20131117-11','08:00',1,'DR FRIMPONG',NULL,'','20131117-4980',NULL),(13877,3749,3,530,'2013-11-17 16:37:23',0,0,'','2013111712','2013-11-17','2013-11-17','20131117-12','08:36',1,'DR MENSAH',NULL,'','20131117-4981',NULL),(13879,3749,4,530,'2013-11-17 16:37:23',1,0,'','2013111712','2013-11-17','2013-11-17','20131117-12','08:37',1,'DR MENSAH',NULL,'','20131117-4981',NULL),(13880,3749,1,530,'2013-11-17 16:53:39',0,0,'','2013111712','2013-11-17','2013-11-17','20131117-13','08:52',1,'DR VORTIA',NULL,'','20131117-4982',NULL),(13882,3749,2,530,'2013-11-17 16:53:40',0,0,'','2013111712','2013-11-17','2013-11-17','20131117-13','08:53',1,'DR VORTIA',NULL,'','20131117-4982',NULL),(13883,3750,3,530,'2013-11-17 16:57:01',0,0,'','2013111714','2013-11-17','2013-11-17','20131117-14','08:55',1,'DR MENSAH',NULL,'','20131117-4983',NULL),(13885,3750,4,530,'2013-11-17 16:57:01',1,0,'','2013111714','2013-11-17','2013-11-17','20131117-14','08:56',1,'DR MENSAH',NULL,'','20131117-4983',NULL),(13888,3750,5,530,'2013-11-17 16:57:01',1,0,'','2013111714','2013-11-17','2013-11-17','20131117-14','08:56',1,'DR MENSAH',NULL,'','20131117-4983',NULL),(13889,3751,3,530,'2013-11-17 17:04:53',0,0,'','2013111715','2013-11-17','2013-11-17','20131117-15','09:04',1,'DR MENSAH',NULL,'','20131117-4984',NULL),(13890,3752,3,530,'2013-11-17 17:09:58',0,0,'','2013111716','2013-11-17','2013-11-17','20131117-16','09:09',1,'DR MENSAH',NULL,'','20131117-4985',NULL),(13891,3753,3,530,'2013-11-17 17:14:31',0,0,'','2013111717','2013-11-17','2013-11-17','20131117-17','09:13',1,'DR MENSAH',NULL,'','20131117-4986',NULL),(13892,3754,3,530,'2013-11-17 17:53:07',0,0,'','2013111718','2013-11-17','2013-11-17','20131117-18','09:51',1,'DR MENSAH',NULL,'','20131117-4987',NULL),(13894,3754,1,530,'2013-11-17 17:53:07',1,0,'','2013111718','2013-11-17','2013-11-17','20131117-18','09:52',1,'DR MENSAH',NULL,'','20131117-4987',NULL),(13895,3749,1,555,'2013-11-17 18:23:27',1,0,'',' 2013111712','2013-11-17','2013-11-17','20131117-19','10:22',1,'',NULL,'','20131117-4988',NULL),(13896,3750,5,555,'2013-11-17 18:33:38',1,0,'','2013111714','2013-11-17','2013-11-17','20131117-21','10:33',1,'',NULL,'','20131117-4990',NULL),(13897,3755,3,530,'2013-11-17 18:35:00',0,0,'','2013111720','2013-11-17','2013-11-17','20131117-20','10:33',1,'DR OFORI',NULL,'','20131117-4989',NULL),(13899,3755,1,530,'2013-11-17 18:35:00',1,0,'','2013111720','2013-11-17','2013-11-17','20131117-20','10:34',1,'DR OFORI',NULL,'','20131117-4989',NULL),(13900,3756,3,530,'2013-11-17 18:43:00',0,0,'','2013111722 ','2013-11-17','2013-11-17','20131117-22','10:42',1,'DR MENSAH',NULL,'','20131117-4991',NULL),(13902,3756,5,530,'2013-11-17 18:43:01',1,0,'','2013111722 ','2013-11-17','2013-11-17','20131117-22','10:42',1,'DR MENSAH',NULL,'','20131117-4991',NULL),(13903,3713,3,555,'2013-11-17 18:44:18',1,0,'','2013111635','2013-11-17','2013-11-17','20131117-23','10:43',1,'',NULL,'','20131117-4992',NULL),(13904,3757,3,530,'2013-11-17 19:01:40',0,0,'','2013111724','2013-11-17','2013-11-17','20131117-24','11:00',1,'DR OFORI',NULL,'','20131117-4993',NULL),(13906,3757,4,530,'2013-11-17 19:01:40',1,0,'','2013111724','2013-11-17','2013-11-17','20131117-24','11:01',1,'DR OFORI',NULL,'','20131117-4993',NULL),(13907,3758,3,530,'2013-11-17 19:08:20',0,0,'','2013111725','2013-11-17','2013-11-17','20131117-25','11:06',1,'DR MENSAH',NULL,'','20131117-4994',NULL),(13909,3758,5,530,'2013-11-17 19:08:21',1,0,'','2013111725','2013-11-17','2013-11-17','20131117-25','11:07',1,'DR MENSAH',NULL,'','20131117-4994',NULL),(13912,3758,1,530,'2013-11-17 19:08:21',1,0,'','2013111725','2013-11-17','2013-11-17','20131117-25','11:08',1,'DR MENSAH',NULL,'','20131117-4994',NULL),(13913,3759,4,530,'2013-11-17 19:11:03',1,0,'','2013111726 ','2013-11-17','2013-11-17','20131117-26','11:09',1,'DR OFORI',NULL,'','20131117-4995',NULL),(13914,3760,3,530,'2013-11-17 19:23:15',0,0,'','2013111727','2013-11-17','2013-11-17','20131117-27','11:22',1,'DR OFORI',NULL,'','20131117-4996',NULL),(13916,3760,4,530,'2013-11-17 19:23:15',1,0,'','2013111727','2013-11-17','2013-11-17','20131117-27','11:23',1,'DR OFORI',NULL,'','20131117-4996',NULL),(13917,3549,2,530,'2013-11-17 19:26:59',1,0,'','2013111728 ','2013-11-17','2013-11-17','20131117-28','11:25',1,'DR YEBOAH',NULL,'','20131117-4997',NULL),(13918,3749,1,530,'2013-11-17 19:41:25',1,0,'','2013111712','2013-11-17','2013-11-17','20131117-29','11:40',1,'DR MENSAH',NULL,'','20131117-4998',NULL),(13919,3336,4,555,'2013-11-17 19:45:40',1,0,'','2013111465','2013-11-17','2013-11-17','20131117-30','11:44',1,'',NULL,'','20131117-4999',NULL),(13920,3761,3,530,'2013-11-17 19:52:38',0,0,'','2013111731','2013-11-17','2013-11-17','20131117-31','11:51',1,'DR OFORI',NULL,'','20131117-5000',NULL),(13922,3761,4,530,'2013-11-17 19:52:38',1,0,'','2013111731','2013-11-17','2013-11-17','20131117-31','11:52',1,'DR OFORI',NULL,'','20131117-5000',NULL),(13923,1560,3,530,'2013-11-17 20:00:06',0,0,'','2013111732 ','2013-11-17','2013-11-17','20131117-32','11:58',1,'DR MENSAH',NULL,'','20131117-5001',NULL),(13925,1560,1,530,'2013-11-17 20:00:06',0,0,'','2013111732 ','2013-11-17','2013-11-17','20131117-32','11:59',1,'DR MENSAH',NULL,'','20131117-5001',NULL),(13926,3762,3,535,'2013-11-17 20:52:55',0,0,'','2013111733','2013-11-17','2013-11-17','20131117-33','12:49',1,'',NULL,'','20131117-5002',NULL),(13928,3762,24,535,'2013-11-17 20:52:56',0,0,'','2013111733','2013-11-17','2013-11-17','20131117-33','12:50',1,'',NULL,'','20131117-5002',NULL),(13929,1520,3,535,'2013-11-17 21:08:05',0,0,'','2013111734','2013-11-17','2013-11-17','20131117-34','13:06',1,'',NULL,'','20131117-5003',NULL),(13931,1520,1,535,'2013-11-17 21:08:05',0,0,'','2013111734','2013-11-17','2013-11-17','20131117-34','13:07',1,'',NULL,'','20131117-5003',NULL),(13932,3763,3,535,'2013-11-17 21:18:59',0,0,'','2013111735 ','2013-11-17','2013-11-17','20131117-35','13:17',1,'',NULL,'','20131117-5004',NULL),(13934,3763,4,535,'2013-11-17 21:18:59',1,0,'','2013111735 ','2013-11-17','2013-11-17','20131117-35','13:17',1,'',NULL,'','20131117-5004',NULL),(13935,3764,3,535,'2013-11-17 21:24:18',0,0,'','2013111736','2013-11-17','2013-11-17','20131117-36','13:22',1,'',NULL,'','20131117-5005',NULL),(13937,3764,4,535,'2013-11-17 21:24:18',1,0,'','2013111736','2013-11-17','2013-11-17','20131117-36','13:23',1,'',NULL,'','20131117-5005',NULL),(13938,3678,5,535,'2013-11-17 21:26:00',1,0,'','2013111737','2013-11-17','2013-11-17','20131117-37','13:25',1,'',NULL,'','20131117-5006',NULL),(13939,3564,4,555,'2013-11-17 21:34:13',0,0,'','2013111460','2013-11-17','2013-11-17','20131117-38','13:32',1,'',NULL,'','20131117-5007',NULL),(13940,3765,3,535,'2013-11-17 21:34:57',0,0,'','2013111739','2013-11-17','2013-11-17','20131117-39','13:33',1,'',NULL,'','20131117-5008',NULL),(13941,3766,3,530,'2013-11-17 22:09:35',0,0,'','2013111740','2013-11-17','2013-11-17','20131117-40','14:08',1,'DR MENSAH',NULL,'','20131117-5009',NULL),(13942,3767,4,530,'2013-11-17 22:31:26',1,0,'','2013111741','2013-11-17','2013-11-17','20131117-41','14:30',1,'',NULL,'','20131117-5010',NULL),(13944,3767,1,530,'2013-11-17 22:31:27',1,0,'','2013111741','2013-11-17','2013-11-17','20131117-41','14:31',1,'',NULL,'','20131117-5010',NULL),(13945,1520,3,530,'2013-11-17 22:57:34',1,0,'','2013111734','2013-11-17','2013-11-17','20131117-42','14:57',1,'',NULL,'','20131117-5011',NULL),(13946,3768,4,530,'2013-11-17 23:04:12',1,0,'','2013111743','2013-11-17','2013-11-17','20131117-43','15:03',1,'DR OFORI',NULL,'','20131117-5012',NULL),(13947,3769,3,530,'2013-11-17 23:09:23',0,0,'','2013111744','2013-11-17','2013-11-17','20131117-44','15:08',1,'DR OFORI',NULL,'','20131117-5013',NULL),(13948,1808,1,530,'2013-11-17 23:33:05',1,0,'','2013111745','2013-11-17','2013-11-17','20131117-45','15:32',1,'DR VORTIA',NULL,'','20131117-5014',NULL),(13949,364,3,535,'2013-11-17 23:43:45',1,0,'','2013110958','2013-11-17','2013-11-17','20131117-46','15:43',1,'',NULL,'','20131117-5015',NULL),(13950,3171,3,535,'2013-11-17 23:46:19',1,0,'','2013110937','2013-11-17','2013-11-17','20131117-47','15:45',1,'',NULL,'','20131117-5016',NULL),(13951,3604,4,535,'2013-11-18 00:13:18',1,0,'','20131114115','2013-11-17','2013-11-17','20131117-48','16:12',1,'',NULL,'','20131117-5017',NULL),(13952,3770,3,530,'2013-11-18 00:22:01',0,0,'','2013111749','2013-11-17','2013-11-17','20131117-49','16:21',1,'DR NKETIAH',NULL,'','20131117-5018',NULL),(13953,2673,3,530,'2013-11-18 00:34:03',0,0,'','2013111750 ','2013-11-17','2013-11-17','20131117-50','16:32',1,'DR NKETIAH',NULL,'','20131117-5019',NULL),(13954,3771,3,530,'2013-11-18 00:47:29',0,0,'','2013111751','2013-11-17','2013-11-17','20131117-51','16:46',1,'DR NKETIAH',NULL,'','20131117-5020',NULL),(13956,3771,1,530,'2013-11-18 00:47:29',1,0,'','2013111751','2013-11-17','2013-11-17','20131117-51','16:47',1,'DR NKETIAH',NULL,'','20131117-5020',NULL),(13957,3772,3,530,'2013-11-18 01:01:02',0,0,'','2013111752 ','2013-11-17','2013-11-17','20131117-52','17:00',1,'DR NKETIAH',NULL,'','20131117-5021',NULL),(13959,3772,4,530,'2013-11-18 01:01:02',1,0,'','2013111752 ','2013-11-17','2013-11-17','20131117-52','17:00',1,'DR NKETIAH',NULL,'','20131117-5021',NULL),(13960,3774,3,530,'2013-11-18 01:11:06',0,0,'','2013111755','2013-11-17','2013-11-17','20131117-55','17:10',1,'DR NKETIAH',NULL,'','20131117-5024',NULL),(13961,3645,4,535,'2013-11-18 01:39:44',1,0,'','2013111555','2013-11-17','2013-11-17','20131117-56','17:39',1,'',NULL,'','20131117-5025',NULL),(13962,3775,1,530,'2013-11-18 02:00:57',0,0,'','2013111757','2013-11-17','2013-11-17','20131117-57','17:59',1,'DR OFORI',NULL,'','20131117-5026',NULL),(13964,3775,3,530,'2013-11-18 02:00:57',0,0,'','2013111757','2013-11-17','2013-11-17','20131117-57','18:00',1,'DR OFORI',NULL,'','20131117-5026',NULL),(13965,3776,3,530,'2013-11-18 02:11:22',0,0,'','2013111758','2013-11-17','2013-11-17','20131117-58','18:10',1,'DR OFORI',NULL,'','20131117-5027',NULL),(13967,3776,1,530,'2013-11-18 02:11:22',1,0,'','2013111758','2013-11-17','2013-11-17','20131117-58','18:11',1,'DR OFORI',NULL,'','20131117-5027',NULL),(13970,3776,4,530,'2013-11-18 02:11:22',1,0,'','2013111758','2013-11-17','2013-11-17','20131117-58','18:11',1,'DR OFORI',NULL,'','20131117-5027',NULL),(13971,3777,3,530,'2013-11-18 02:14:30',0,0,'','2013111759 ','2013-11-17','2013-11-17','20131117-59','18:13',1,'DR OFORI',NULL,'','20131117-5028',NULL),(13972,3772,4,530,'2013-11-18 02:51:07',1,0,'','2013111752','2013-11-17','2013-11-17','20131117-60','18:50',1,'DR NKETIAH',NULL,'','20131117-5029',NULL),(13973,3778,3,558,'2013-11-18 03:26:48',0,0,'','2013111761','2013-11-17','2013-11-17','20131117-61','19:25',1,'DR OFORI',NULL,'','20131117-5030',NULL),(13975,3778,4,558,'2013-11-18 03:26:48',1,0,'','2013111761','2013-11-17','2013-11-17','20131117-61','19:26',1,'DR OFORI',NULL,'','20131117-5030',NULL),(13978,3778,1,558,'2013-11-18 03:26:49',1,0,'','2013111761','2013-11-17','2013-11-17','20131117-61','19:26',1,'DR OFORI',NULL,'','20131117-5030',NULL),(13979,3779,3,558,'2013-11-18 03:33:19',0,0,'','2013111762','2013-11-17','2013-11-17','20131117-62','19:32',1,'DR OFORI',NULL,'','20131117-5031',NULL),(13981,3779,1,558,'2013-11-18 03:33:19',0,0,'','2013111762','2013-11-17','2013-11-17','20131117-62','19:32',1,'DR OFORI',NULL,'','20131117-5031',NULL),(13982,3780,3,558,'2013-11-18 03:56:37',1,0,'','2013111763','2013-11-17','2013-11-17','20131117-63','19:55',1,'DR NKETIAH',NULL,'','20131117-5032',NULL),(13983,3781,3,558,'2013-11-18 04:02:44',1,0,'','2013111764','2013-11-17','2013-11-17','20131117-64','20:01',1,'DR OFORI',NULL,'','20131117-5033',NULL),(13985,3781,4,558,'2013-11-18 04:02:45',1,0,'','2013111764','2013-11-17','2013-11-17','20131117-64','20:02',1,'DR OFORI',NULL,'','20131117-5033',NULL),(13986,3782,3,558,'2013-11-18 04:36:53',1,0,'','2013111765','2013-11-17','2013-11-17','20131117-65','20:35',1,'DR OFORI ANTI',NULL,'','20131117-5034',NULL),(13987,3677,3,558,'2013-11-18 04:42:55',1,0,'','2013111766','2013-11-17','2013-11-17','20131117-66','20:42',1,'DR OFORI ANTI',NULL,'','20131117-5035',NULL),(13988,1556,1,558,'2013-11-18 06:07:10',0,0,'','2013111767','2013-11-17','2013-11-17','20131117-67','21:58',1,'DR OFORI ANTI',NULL,'','20131117-5036',NULL),(13990,1556,3,558,'2013-11-18 06:07:10',0,0,'','2013111767','2013-11-17','2013-11-17','20131117-67','22:06',1,'DR OFORI ANTI',NULL,'','20131117-5036',NULL),(13991,3783,3,558,'2013-11-18 08:20:44',1,0,'','201311181','2013-11-18','2013-11-18','20131118-1','00:19',1,'DR SALLAR',NULL,'','20131118-5037',NULL),(13992,1795,3,558,'2013-11-18 10:19:37',1,0,'','201311182','2013-11-18','2013-11-18','20131118-2','02:18',1,'DR SALLAR',NULL,'','20131118-5038',NULL),(13993,3784,3,558,'2013-11-18 13:56:30',0,0,'','201311183','2013-11-18','2013-11-18','20131118-3','05:54',1,'DR OFORI',NULL,'','20131118-5039',NULL),(13995,3784,1,558,'2013-11-18 13:56:30',0,0,'','201311183','2013-11-18','2013-11-18','20131118-3','05:56',1,'DR OFORI',NULL,'','20131118-5039',NULL),(13996,3138,3,558,'2013-11-18 14:26:40',1,0,'','201311184 ','2013-11-18','2013-11-18','20131118-4','06:25',1,'DR OFORI ANTI',NULL,'','20131118-5040',NULL),(13997,3785,3,558,'2013-11-18 14:29:12',1,0,'','201311185','2013-11-18','2013-11-18','20131118-5','06:28',1,'DR OFORI ANTI',NULL,'','20131118-5041',NULL),(13998,1502,1,558,'2013-11-18 15:01:09',0,0,'','201311186','2013-11-18','2013-11-18','20131118-6','06:59',1,'DR VORTIA',NULL,'','20131118-5042',NULL),(14000,1502,4,558,'2013-11-18 15:01:09',1,0,'','201311186','2013-11-18','2013-11-18','20131118-6','07:00',1,'DR VORTIA',NULL,'','20131118-5042',NULL),(14003,1502,2,558,'2013-11-18 15:01:10',0,0,'','201311186','2013-11-18','2013-11-18','20131118-6','07:00',1,'DR VORTIA',NULL,'','20131118-5042',NULL),(14004,3786,3,558,'2013-11-18 15:05:10',0,0,'','201311187','2013-11-18','2013-11-18','20131118-7','07:03',1,'DR OFORI ANTI',NULL,'','20131118-5043',NULL),(14006,3786,5,558,'2013-11-18 15:05:10',1,0,'','201311187','2013-11-18','2013-11-18','20131118-7','07:04',1,'DR OFORI ANTI',NULL,'','20131118-5043',NULL),(14007,3787,3,558,'2013-11-18 15:10:36',0,0,'','201311188','2013-11-18','2013-11-18','20131118-8','07:09',1,'DR SALLAR',NULL,'','20131118-5044',NULL),(14008,3788,3,531,'2013-11-18 15:22:48',0,0,'','201311189','2013-11-18','2013-11-18','20131118-9','07:21',1,'DR OFORI ANTI',NULL,'','20131118-5045',NULL),(14009,3789,3,531,'2013-11-18 15:26:01',0,0,'','2013111810','2013-11-18','2013-11-18','20131118-10','07:23',1,'DR OFORI ANTI',NULL,'','20131118-5046',NULL),(14011,3789,21,531,'2013-11-18 15:26:01',1,0,'','2013111810','2013-11-18','2013-11-18','20131118-10','07:25',1,'DR OFORI ANTI',NULL,'','20131118-5046',NULL),(14012,3790,3,531,'2013-11-18 15:42:43',0,0,'','2013111811','2013-11-18','2013-11-18','20131118-11','07:41',1,'DR DOW',NULL,'','20131118-5047',NULL),(14013,3791,10,531,'2013-11-18 15:51:03',1,0,'','2013111812','2013-11-18','2013-11-18','20131118-12','07:49',1,'DR OFORI ANTI',NULL,'','20131118-5048',NULL),(14014,3792,1,531,'2013-11-18 15:54:23',0,0,'','2013111813','2013-11-18','2013-11-18','20131118-13','07:53',1,'DR VORTIA',NULL,'','20131118-5049',NULL),(14015,3793,3,531,'2013-11-18 16:06:27',0,0,'','2013111814','2013-11-18','2013-11-18','20131118-14','08:04',1,'DR SALLAR',NULL,'','20131118-5050',NULL),(14017,3793,5,531,'2013-11-18 16:06:28',1,0,'','2013111814','2013-11-18','2013-11-18','20131118-14','08:05',1,'DR SALLAR',NULL,'','20131118-5050',NULL),(14020,3793,4,531,'2013-11-18 16:06:28',0,0,'','2013111814','2013-11-18','2013-11-18','20131118-14','08:06',1,'DR SALLAR',NULL,'','20131118-5050',NULL),(14021,3794,3,531,'2013-11-18 16:18:55',0,0,'','2013111815','2013-11-18','2013-11-18','20131118-15','08:17',1,'DR SALLAR',NULL,'','20131118-5051',NULL),(14023,3794,4,531,'2013-11-18 16:18:55',1,0,'','2013111815','2013-11-18','2013-11-18','20131118-15','08:18',1,'DR SALLAR',NULL,'','20131118-5051',NULL),(14024,3795,3,531,'2013-11-18 16:22:02',0,0,'','2013111816','2013-11-18','2013-11-18','20131118-16','08:19',1,'DR SALLAR',NULL,'','20131118-5052',NULL),(14026,3795,1,531,'2013-11-18 16:22:02',0,0,'','2013111816','2013-11-18','2013-11-18','20131118-16','08:20',1,'DR SALLAR',NULL,'','20131118-5052',NULL),(14029,3795,5,531,'2013-11-18 16:22:02',1,0,'','2013111816','2013-11-18','2013-11-18','20131118-16','08:21',1,'DR SALLAR',NULL,'','20131118-5052',NULL),(14033,3795,4,531,'2013-11-18 16:22:03',1,0,'','2013111816','2013-11-18','2013-11-18','20131118-16','08:21',1,'DR SALLAR',NULL,'','20131118-5052',NULL),(14034,3796,3,531,'2013-11-18 16:24:43',0,0,'','2013111817','2013-11-18','2013-11-18','20131118-17','08:22',1,'DR S K OWUSU',NULL,'','20131118-5053',NULL),(14036,3796,1,531,'2013-11-18 16:24:43',1,0,'','2013111817','2013-11-18','2013-11-18','20131118-17','08:24',1,'DR S K OWUSU',NULL,'','20131118-5053',NULL),(14037,3797,3,531,'2013-11-18 16:59:08',0,0,'','2013111818','2013-11-18','2013-11-18','20131118-18','08:56',1,'',NULL,'','20131118-5054',NULL),(14039,3797,1,531,'2013-11-18 16:59:08',0,0,'','2013111818','2013-11-18','2013-11-18','20131118-18','08:57',1,'',NULL,'','20131118-5054',NULL),(14042,3797,4,531,'2013-11-18 16:59:09',1,0,'','2013111818','2013-11-18','2013-11-18','20131118-18','08:58',1,'',NULL,'','20131118-5054',NULL),(14043,3798,3,531,'2013-11-18 17:01:35',0,0,'','2013111819','2013-11-18','2013-11-18','20131118-19','09:00',1,'DR NUAMAH',NULL,'','20131118-5055',NULL),(14045,3798,4,531,'2013-11-18 17:01:36',1,0,'','2013111819','2013-11-18','2013-11-18','20131118-19','09:01',1,'DR NUAMAH',NULL,'','20131118-5055',NULL),(14046,3799,3,531,'2013-11-18 17:03:35',0,0,'','2013111820','2013-11-18','2013-11-18','20131118-20','09:02',1,'DR ARMAH',NULL,'','20131118-5056',NULL),(14048,3799,4,531,'2013-11-18 17:03:35',1,0,'','2013111820','2013-11-18','2013-11-18','20131118-20','09:03',1,'DR ARMAH',NULL,'','20131118-5056',NULL),(14049,2941,3,531,'2013-11-18 17:09:17',0,0,'','2013111821','2013-11-18','2013-11-18','20131118-21','09:08',1,'DR ADOTEY',NULL,'','20131118-5057',NULL),(14050,3719,3,531,'2013-11-18 17:11:38',0,0,'','2013111822 ','2013-11-18','2013-11-18','20131118-22','09:09',1,'DR TAKYI',NULL,'','20131118-5058',NULL),(14051,3800,3,531,'2013-11-18 17:18:18',0,0,'','2013111823 ','2013-11-18','2013-11-18','20131118-23','09:16',1,'DR DJAN',NULL,'','20131118-5059',NULL),(14053,3800,1,531,'2013-11-18 17:18:18',1,0,'','2013111823 ','2013-11-18','2013-11-18','20131118-23','09:17',1,'DR DJAN',NULL,'','20131118-5059',NULL),(14056,3800,4,531,'2013-11-18 17:18:18',1,0,'','2013111823 ','2013-11-18','2013-11-18','20131118-23','09:17',1,'DR DJAN',NULL,'','20131118-5059',NULL),(14057,3801,3,531,'2013-11-18 17:28:09',0,0,'','2013111824','2013-11-18','2013-11-18','20131118-24','09:27',1,'DR',NULL,'','20131118-5060',NULL),(14058,3562,4,534,'2013-11-18 17:48:34',1,0,'','2013111458','2013-11-18','2013-11-18','20131118-25','09:43',1,'',NULL,'','20131118-5061',NULL),(14059,3336,4,534,'2013-11-18 17:56:51',1,0,'','2013111465','2013-11-18','2013-11-18','20131118-26','09:55',1,'',NULL,'','20131118-5062',NULL),(14060,3802,3,531,'2013-11-18 17:57:38',0,0,'','2013111827','2013-11-18','2013-11-18','20131118-27','09:56',1,'DR VORTIA',NULL,'','20131118-5063',NULL),(14061,3803,3,531,'2013-11-18 18:00:16',0,0,'','2013111828 ','2013-11-18','2013-11-18','20131118-28','09:59',1,'DR VORTIA',NULL,'','20131118-5064',NULL),(14062,3624,1,531,'2013-11-18 18:04:54',1,0,'','2013111829','2013-11-18','2013-11-18','20131118-29','10:03',1,'DR MENSAH',NULL,'','20131118-5065',NULL),(14063,3804,3,531,'2013-11-18 18:06:36',0,0,'','2013111830','2013-11-18','2013-11-18','20131118-30','10:05',1,'DR MENSAH',NULL,'','20131118-5066',NULL),(14064,3805,1,531,'2013-11-18 18:09:08',0,0,'','2013111831 ','2013-11-18','2013-11-18','20131118-31','10:07',1,'DR OWHANDOH',NULL,'','20131118-5067',NULL),(14066,3805,3,531,'2013-11-18 18:09:09',1,0,'','2013111831 ','2013-11-18','2013-11-18','20131118-31','10:08',1,'DR OWHANDOH',NULL,'','20131118-5067',NULL),(14069,3805,4,531,'2013-11-18 18:09:09',1,0,'','2013111831 ','2013-11-18','2013-11-18','20131118-31','10:09',1,'DR OWHANDOH',NULL,'','20131118-5067',NULL),(14070,3806,3,531,'2013-11-18 18:11:17',0,0,'','2013111832','2013-11-18','2013-11-18','20131118-32','10:10',1,'DR VORTIA',NULL,'','20131118-5068',NULL),(14071,1581,3,531,'2013-11-18 18:12:35',0,0,'','2013111833','2013-11-18','2013-11-18','20131118-33','10:11',1,'DR VORTIA',NULL,'','20131118-5069',NULL),(14072,3807,3,531,'2013-11-18 18:17:21',0,0,'','2013111834','2013-11-18','2013-11-18','20131118-34','10:16',1,'DR MENSAH',NULL,'','20131118-5070',NULL),(14073,3346,1,531,'2013-11-18 18:19:59',0,0,'','2013111835','2013-11-18','2013-11-18','20131118-35','10:18',1,'DR NUAMAH',NULL,'','20131118-5071',NULL),(14074,3808,1,531,'2013-11-18 18:23:03',0,0,'','2013111836','2013-11-18','2013-11-18','20131118-36','10:21',1,'DR NUAMAH',NULL,'','20131118-5072',NULL),(14076,3808,3,531,'2013-11-18 18:23:03',0,0,'','2013111836','2013-11-18','2013-11-18','20131118-36','10:22',1,'DR NUAMAH',NULL,'','20131118-5072',NULL),(14077,3809,3,531,'2013-11-18 18:26:00',0,0,'','2013111837 ','2013-11-18','2013-11-18','20131118-37','10:24',1,'DR MENSAH',NULL,'','20131118-5073',NULL),(14078,3645,4,555,'2013-11-18 18:27:20',1,0,'','2013111555','2013-11-18','2013-11-18','20131118-38','10:26',1,'',NULL,'','20131118-5074',NULL),(14079,3810,3,531,'2013-11-18 18:34:02',0,0,'','2013111839 ','2013-11-18','2013-11-18','20131118-39','10:30',1,'DR NUAMAH',NULL,'','20131118-5075',NULL),(14081,3810,4,531,'2013-11-18 18:34:02',0,0,'','','2013-11-18','2013-11-18','20131118-39','10:31',1,'DR NUAMAH',NULL,'','20131118-5075',NULL),(14084,3810,1,531,'2013-11-18 18:34:03',1,0,'','2013111839 ','2013-11-18','2013-11-18','20131118-39','10:33',1,'DR NUAMAH',NULL,'','20131118-5075',NULL),(14085,3572,3,531,'2013-11-18 18:35:45',0,0,'','2013111840','2013-11-18','2013-11-18','20131118-40','10:34',1,'DR SALLAR',NULL,'','20131118-5076',NULL),(14087,3572,1,531,'2013-11-18 18:35:45',0,0,'','2013111840','2013-11-18','2013-11-18','20131118-40','10:35',1,'DR SALLAR',NULL,'','20131118-5076',NULL),(14088,3811,21,531,'2013-11-18 18:37:30',1,0,'','2013111841 ','2013-11-18','2013-11-18','20131118-41','10:36',1,'DR VORTIA',NULL,'','20131118-5077',NULL),(14089,3812,3,531,'2013-11-18 18:52:43',0,0,'','2013111842','2013-11-18','2013-11-18','20131118-42','10:50',1,'DR MENSAH',NULL,'','20131118-5078',NULL),(14091,3812,1,531,'2013-11-18 18:52:44',0,0,'','2013111842','2013-11-18','2013-11-18','20131118-42','10:51',1,'DR MENSAH',NULL,'','20131118-5078',NULL),(14094,3812,4,531,'2013-11-18 18:52:44',1,0,'','2013111842','2013-11-18','2013-11-18','20131118-42','10:52',1,'DR MENSAH',NULL,'','20131118-5078',NULL),(14095,3813,3,531,'2013-11-18 18:58:17',0,0,'','2013111843','2013-11-18','2013-11-18','20131118-43','10:56',1,'DR MENSAH',NULL,'','20131118-5079',NULL),(14097,3813,1,531,'2013-11-18 18:58:17',0,0,'','2013111843','2013-11-18','2013-11-18','20131118-43','10:57',1,'DR MENSAH',NULL,'','20131118-5079',NULL),(14098,3814,3,531,'2013-11-18 19:00:17',0,0,'','2013111844','2013-11-18','2013-11-18','20131118-44','10:59',1,'DR NUAMAH',NULL,'','20131118-5080',NULL),(14099,3815,3,531,'2013-11-18 19:05:34',0,0,'','2013111845','2013-11-18','2013-11-18','20131118-45','11:03',1,'DR DJAN',NULL,'','20131118-5081',NULL),(14101,3815,1,531,'2013-11-18 19:05:34',0,0,'','2013111845','2013-11-18','2013-11-18','20131118-45','11:04',1,'DR DJAN',NULL,'','20131118-5081',NULL),(14104,3815,4,531,'2013-11-18 19:05:35',1,0,'','2013111845','2013-11-18','2013-11-18','20131118-45','11:05',1,'DR DJAN',NULL,'','20131118-5081',NULL),(14105,3638,3,531,'2013-11-18 19:10:20',0,0,'','2013111846 ','2013-11-18','2013-11-18','20131118-46','11:08',1,'DR DOW',NULL,'','20131118-5082',NULL),(14106,3564,4,534,'2013-11-18 19:10:36',1,0,'','2013111460','2013-11-18','2013-11-18','20131118-47','11:10',1,'',NULL,'','20131118-5083',NULL),(14107,3816,3,531,'2013-11-18 19:12:36',0,0,'','2013111824','2013-11-18','2013-11-18','20131118-48','11:11',1,'',NULL,'','20131118-5084',NULL),(14108,3521,4,534,'2013-11-18 19:16:13',1,0,'','201311142','2013-11-18','2013-11-18','20131118-49','11:15',1,'',NULL,'','20131118-5085',NULL),(14109,3817,3,531,'2013-11-18 19:19:27',0,0,'','2013111850','2013-11-18','2013-11-18','20131118-50','11:18',1,'DR ASUMANU',NULL,'','20131118-5086',NULL),(14110,3818,3,531,'2013-11-18 19:23:58',0,0,'','2013111851','2013-11-18','2013-11-18','20131118-51','11:23',1,'DR VORTIA',NULL,'','20131118-5087',NULL),(14111,3819,3,531,'2013-11-18 19:26:28',0,0,'','2013111852','2013-11-18','2013-11-18','20131118-52','11:24',1,'DR MENSAH',NULL,'','20131118-5088',NULL),(14113,3819,5,531,'2013-11-18 19:26:28',1,0,'','2013111852','2013-11-18','2013-11-18','20131118-52','11:26',1,'DR MENSAH',NULL,'','20131118-5088',NULL),(14114,3820,3,531,'2013-11-18 19:29:14',0,0,'','2013111853','2013-11-18','2013-11-18','20131118-53','11:27',1,'DR MENSAH',NULL,'','20131118-5089',NULL),(14116,3820,1,531,'2013-11-18 19:29:15',0,0,'','2013111853','2013-11-18','2013-11-18','20131118-53','11:28',1,'DR MENSAH',NULL,'','20131118-5089',NULL),(14117,3821,1,534,'2013-11-18 19:36:03',0,0,'','2013111501','2013-11-18','2013-11-18','20131118-54','11:32',1,'',NULL,'','20131118-5090',NULL),(14119,3821,3,534,'2013-11-18 19:36:03',0,0,'','2013111501','2013-11-18','2013-11-18','20131118-54','11:34',1,'',NULL,'','20131118-5090',NULL),(14122,3821,4,534,'2013-11-18 19:36:03',1,0,'','2013111501','2013-11-18','2013-11-18','20131118-54','11:35',1,'',NULL,'','20131118-5090',NULL),(14123,3822,3,531,'2013-11-18 19:48:15',0,0,'','2013111855','2013-11-18','2013-11-18','20131118-55','11:47',1,'DR MENSAH',NULL,'','20131118-5091',NULL),(14124,3823,3,531,'2013-11-18 19:54:35',0,0,'','2013111857','2013-11-18','2013-11-18','20131118-57','11:53',1,'DR MENSAH',NULL,'','20131118-5093',NULL),(14126,3823,19,531,'2013-11-18 19:54:36',1,0,'','2013111857','2013-11-18','2013-11-18','20131118-57','11:54',1,'DR MENSAH',NULL,'','20131118-5093',NULL),(14127,3824,3,531,'2013-11-18 19:56:08',0,0,'','2013111858','2013-11-18','2013-11-18','20131118-58','11:55',1,'DR NUAMAH',NULL,'','20131118-5094',NULL),(14129,3824,1,531,'2013-11-18 19:56:08',1,0,'','2013111858','2013-11-18','2013-11-18','20131118-58','11:55',1,'DR NUAMAH',NULL,'','20131118-5094',NULL),(14130,3825,3,531,'2013-11-18 19:57:54',0,0,'','2013111859 ','2013-11-18','2013-11-18','20131118-59','11:57',1,'DR NUAMAH',NULL,'','20131118-5095',NULL),(14132,3825,4,531,'2013-11-18 19:57:54',1,0,'','2013111859 ','2013-11-18','2013-11-18','20131118-59','11:57',1,'DR NUAMAH',NULL,'','20131118-5095',NULL),(14133,3826,3,531,'2013-11-18 19:59:29',1,0,'','2013111860','2013-11-18','2013-11-18','20131118-60','11:58',1,'DR MENSAH',NULL,'','20131118-5096',NULL),(14134,1210,3,531,'2013-11-18 20:08:20',0,0,'','2013111861','2013-11-18','2013-11-18','20131118-61','12:03',1,'DR MENSAH',NULL,'','20131118-5097',NULL),(14135,3827,3,531,'2013-11-18 20:10:33',0,0,'','2013111862','2013-11-18','2013-11-18','20131118-62','12:09',1,'DR DOW',NULL,'','20131118-5098',NULL),(14137,3827,10,531,'2013-11-18 20:10:34',1,0,'','3589579','2013-11-18','2013-11-18','20131118-62','12:10',1,'DR DOW',NULL,'','20131118-5098',NULL),(14138,3741,3,531,'2013-11-18 20:12:38',1,0,'','2013111863','2013-11-18','2013-11-18','20131118-63','12:10',1,'DR MENSAH',NULL,'','20131118-5099',NULL),(14140,3741,4,531,'2013-11-18 20:12:38',0,0,'','2013111863','2013-11-18','2013-11-18','20131118-63','12:11',1,'DR MENSAH',NULL,'','20131118-5099',NULL),(14143,3741,1,531,'2013-11-18 20:12:39',1,0,'','2013111863','2013-11-18','2013-11-18','20131118-63','12:12',1,'DR MENSAH',NULL,'','20131118-5099',NULL),(14144,3402,4,534,'2013-11-18 20:19:36',1,0,'',' 2013111673','2013-11-18','2013-11-18','20131118-64','12:18',1,'',NULL,'','20131118-5100',NULL),(14145,3828,3,531,'2013-11-18 20:25:57',0,0,'','2013111865','2013-11-18','2013-11-18','20131118-65','12:23',1,'DR MENSAH',NULL,'','20131118-5101',NULL),(14147,3828,1,531,'2013-11-18 20:25:57',0,0,'','2013111865','2013-11-18','2013-11-18','20131118-65','12:25',1,'DR MENSAH',NULL,'','20131118-5101',NULL),(14148,3829,3,531,'2013-11-18 20:30:18',0,0,'','2013111866','2013-11-18','2013-11-18','20131118-66','12:27',1,'DR NUAMAH',NULL,'','20131118-5102',NULL),(14150,3829,4,531,'2013-11-18 20:30:18',0,0,'','2013111866','2013-11-18','2013-11-18','20131118-66','12:29',1,'DR NUAMAH',NULL,'','20131118-5102',NULL),(14153,3829,1,531,'2013-11-18 20:30:19',1,0,'','2013111866','2013-11-18','2013-11-18','20131118-66','12:29',1,'DR NUAMAH',NULL,'','20131118-5102',NULL),(14154,3830,3,531,'2013-11-18 20:34:38',0,0,'','2013111867','2013-11-18','2013-11-18','20131118-67','12:31',1,'DR VORTIA',NULL,'','20131118-5103',NULL),(14156,3830,4,531,'2013-11-18 20:34:38',0,0,'','2013111867','2013-11-18','2013-11-18','20131118-67','12:34',1,'DR VORTIA',NULL,'','20131118-5103',NULL),(14157,3831,3,531,'2013-11-18 20:46:35',0,0,'','2013111868','2013-11-18','2013-11-18','20131118-68','12:43',1,'DR MENSAH',NULL,'','20131118-5104',NULL),(14159,3831,1,531,'2013-11-18 20:46:35',1,0,'','2013111868','2013-11-18','2013-11-18','20131118-68','12:46',1,'DR MENSAH',NULL,'','20131118-5104',NULL),(14162,3831,5,531,'2013-11-18 20:46:35',1,0,'','2013111868','2013-11-18','2013-11-18','20131118-68','12:46',1,'DR MENSAH',NULL,'','20131118-5104',NULL),(14163,3832,3,531,'2013-11-18 20:48:13',0,0,'','2013111869','2013-11-18','2013-11-18','20131118-69','12:47',1,'DR MENSAH',NULL,'','20131118-5105',NULL),(14164,3833,3,531,'2013-11-18 20:50:52',1,0,'','2013111870','2013-11-18','2013-11-18','20131118-70','12:49',1,'DR NUAMAH',NULL,'','20131118-5106',NULL),(14166,3833,1,531,'2013-11-18 20:50:53',1,0,'','2013111870','2013-11-18','2013-11-18','20131118-70','12:50',1,'DR NUAMAH',NULL,'','20131118-5106',NULL),(14167,3810,4,555,'2013-11-18 20:55:44',1,0,'','2013111839','2013-11-18','2013-11-18','20131118-71','12:54',1,'',NULL,'','20131118-5107',NULL),(14168,3834,3,531,'2013-11-18 21:03:42',0,0,'','2013111872','2013-11-18','2013-11-18','20131118-72','13:01',1,'DR DJAN',NULL,'','20131118-5108',NULL),(14170,3834,1,531,'2013-11-18 21:03:42',1,0,'','2013111872','2013-11-18','2013-11-18','20131118-72','13:03',1,'DR DJAN',NULL,'','20131118-5108',NULL),(14173,3834,4,531,'2013-11-18 21:03:42',1,0,'','2013111872','2013-11-18','2013-11-18','20131118-72','13:03',1,'DR DJAN',NULL,'','20131118-5108',NULL),(14174,3835,3,531,'2013-11-18 21:05:51',0,0,'','2013111873','2013-11-18','2013-11-18','20131118-73','13:04',1,'DR LAMPTEY',NULL,'','20131118-5109',NULL),(14175,3836,3,531,'2013-11-18 21:10:22',0,0,'','2013111874','2013-11-18','2013-11-18','20131118-74','13:08',1,'DR MENSAH',NULL,'','20131118-5110',NULL),(14176,3837,3,534,'2013-11-18 21:14:49',0,0,'','2013111875 ','2013-11-18','2013-11-18','20131118-75','13:13',1,'DR NUAMAH',NULL,'','20131118-5111',NULL),(14178,3837,1,534,'2013-11-18 21:14:50',1,0,'','2013111875 ','2013-11-18','2013-11-18','20131118-75','13:14',1,'DR NUAMAH',NULL,'','20131118-5111',NULL),(14179,3838,3,534,'2013-11-18 21:17:44',0,0,'','2013111876 ','2013-11-18','2013-11-18','20131118-76','13:15',1,'DR NUAMAH',NULL,'','20131118-5112',NULL),(14181,3838,4,534,'2013-11-18 21:17:44',1,0,'','2013111876 ','2013-11-18','2013-11-18','20131118-76','13:16',1,'DR NUAMAH',NULL,'','20131118-5112',NULL),(14184,3838,1,534,'2013-11-18 21:17:45',1,0,'','2013111876 ','2013-11-18','2013-11-18','20131118-76','13:16',1,'DR NUAMAH',NULL,'','20131118-5112',NULL),(14188,3838,5,534,'2013-11-18 21:17:45',0,0,'','2013111876 ','2013-11-18','2013-11-18','20131118-76','13:17',1,'DR NUAMAH',NULL,'','20131118-5112',NULL),(14189,3839,3,531,'2013-11-18 21:21:41',0,0,'','2013111877','2013-11-18','2013-11-18','20131118-77','13:20',1,'',NULL,'','20131118-5113',NULL),(14190,3840,3,531,'2013-11-18 21:25:20',0,0,'','2013111878 ','2013-11-18','2013-11-18','20131118-78','13:23',1,'DR VORTIA',NULL,'','20131118-5114',NULL),(14192,3840,5,531,'2013-11-18 21:25:21',1,0,'','2013111878 ','2013-11-18','2013-11-18','20131118-78','13:25',1,'DR VORTIA',NULL,'','20131118-5114',NULL),(14193,3841,1,531,'2013-11-18 21:29:59',0,0,'','2013111879','2013-11-18','2013-11-18','20131118-79','13:29',1,'DR NUAMAH',NULL,'','20131118-5115',NULL),(14194,269,3,531,'2013-11-18 21:36:51',0,0,'','2013111880','2013-11-18','2013-11-18','20131118-80','13:34',1,'DR NUAMAH',NULL,'','20131118-5116',NULL),(14196,269,5,531,'2013-11-18 21:36:51',0,0,'','2013111880','2013-11-18','2013-11-18','20131118-80','13:35',1,'DR NUAMAH',NULL,'','20131118-5116',NULL),(14197,3842,3,531,'2013-11-18 21:41:11',0,0,'','2013111881','2013-11-18','2013-11-18','20131118-81','13:40',1,'DR VORTIA',NULL,'','20131118-5117',NULL),(14198,3843,3,531,'2013-11-18 21:42:53',0,0,'','2013111882','2013-11-18','2013-11-18','20131118-82','13:41',1,'DR MENSAH',NULL,'','20131118-5118',NULL),(14200,3843,19,531,'2013-11-18 21:42:53',1,0,'','2013111882','2013-11-18','2013-11-18','20131118-82','13:42',1,'DR MENSAH',NULL,'','20131118-5118',NULL),(14201,3844,3,531,'2013-11-18 21:49:06',0,0,'','2013111833','2013-11-18','2013-11-18','20131118-83','13:48',1,'',NULL,'','20131118-5119',NULL),(14202,3845,3,531,'2013-11-18 21:56:44',0,0,'','2013111884 ','2013-11-18','2013-11-18','20131118-84','13:52',1,'DR DJAN',NULL,'','20131118-5120',NULL),(14204,3845,1,531,'2013-11-18 21:56:44',0,0,'','2013111884 ','2013-11-18','2013-11-18','20131118-84','13:54',1,'DR DJAN',NULL,'','20131118-5120',NULL),(14205,3846,3,534,'2013-11-18 22:19:13',0,0,'','2013111885','2013-11-18','2013-11-18','20131118-85','14:16',1,'DR DOW',NULL,'','20131118-5121',NULL),(14207,3846,1,534,'2013-11-18 22:19:13',0,0,'','2013111885','2013-11-18','2013-11-18','20131118-85','14:17',1,'DR DOW',NULL,'','20131118-5121',NULL),(14208,3847,3,534,'2013-11-18 22:21:47',0,0,'','2013111886','2013-11-18','2013-11-18','20131118-86','14:20',1,'DR NUAMAH',NULL,'','20131118-5122',NULL),(14209,3848,3,534,'2013-11-18 22:25:06',0,0,'','2013111887 ','2013-11-18','2013-11-18','20131118-87','14:23',1,'DR MENSAH',NULL,'','20131118-5123',NULL),(14211,3848,1,534,'2013-11-18 22:25:06',1,0,'','2013111887 ','2013-11-18','2013-11-18','20131118-87','14:24',1,'DR MENSAH',NULL,'','20131118-5123',NULL),(14212,3849,3,534,'2013-11-18 22:38:15',0,0,'','2013111888 ','2013-11-18','2013-11-18','20131118-88','14:37',1,'DR TAKYI',NULL,'','20131118-5124',NULL),(14213,1556,1,531,'2013-11-18 22:44:09',0,0,'','2013111889','2013-11-18','2013-11-18','20131118-89','14:42',1,'DR MENSAH',NULL,'','20131118-5125',NULL),(14215,1556,4,531,'2013-11-18 22:44:10',1,0,'','2013111889','2013-11-18','2013-11-18','20131118-89','14:43',1,'DR MENSAH',NULL,'','20131118-5125',NULL),(14216,3850,3,531,'2013-11-18 23:06:16',0,0,'','2013111890','2013-11-18','2013-11-18','20131118-90','15:04',1,'DR MENSAH',NULL,'','20131118-5126',NULL),(14218,3850,1,531,'2013-11-18 23:06:16',1,0,'','2013111890','2013-11-18','2013-11-18','20131118-90','15:05',1,'DR MENSAH',NULL,'','20131118-5126',NULL),(14221,3850,5,531,'2013-11-18 23:06:17',1,0,'','2013111890','2013-11-18','2013-11-18','20131118-90','15:05',1,'DR MENSAH',NULL,'','20131118-5126',NULL),(14225,3850,4,531,'2013-11-18 23:06:17',1,0,'','2013111890','2013-11-18','2013-11-18','20131118-90','15:05',1,'DR MENSAH',NULL,'','20131118-5126',NULL),(14226,3851,3,531,'2013-11-18 23:25:15',0,0,'','2013111891','2013-11-18','2013-11-18','20131118-91','15:23',1,'DR MENSAH',NULL,'','20131118-5127',NULL),(14228,3851,4,531,'2013-11-18 23:25:15',1,0,'','2013111891','2013-11-18','2013-11-18','20131118-91','15:25',1,'DR MENSAH',NULL,'','20131118-5127',NULL),(14229,3852,3,531,'2013-11-18 23:42:17',0,0,'','2013111892','2013-11-18','2013-11-18','20131118-92','15:39',1,'DR MENSAH',NULL,'','20131118-5128',NULL),(14230,3853,5,531,'2013-11-19 00:04:57',1,0,'','2013111893','2013-11-18','2013-11-18','20131118-93','16:04',1,'',NULL,'','20131118-5129',NULL),(14231,269,4,531,'2013-11-19 00:24:30',1,0,'','2013111880','2013-11-18','2013-11-18','20131118-95','16:23',1,'',NULL,'','20131118-5131',NULL),(14232,3854,3,531,'2013-11-19 00:33:45',0,0,'','2013111896','2013-11-18','2013-11-18','20131118-96','16:30',1,'DR MENSAH',NULL,'','20131118-5132',NULL),(14234,3854,1,531,'2013-11-19 00:33:45',1,0,'','2013111896','2013-11-18','2013-11-18','20131118-96','16:31',1,'DR MENSAH',NULL,'','20131118-5132',NULL),(14237,3854,5,531,'2013-11-19 00:33:46',1,0,'','2013111896','2013-11-18','2013-11-18','20131118-96','16:31',1,'DR MENSAH',NULL,'','20131118-5132',NULL),(14241,3854,4,531,'2013-11-19 00:33:46',1,0,'','2013111896','2013-11-18','2013-11-18','20131118-96','16:31',1,'DR MENSAH',NULL,'','20131118-5132',NULL),(14246,3854,10,531,'2013-11-19 00:33:46',1,0,'','2013111896','2013-11-18','2013-11-18','20131118-96','16:31',1,'DR MENSAH',NULL,'','20131118-5132',NULL),(14247,3855,3,531,'2013-11-19 00:40:31',0,0,'','2013111897','2013-11-18','2013-11-18','20131118-97','16:38',1,'DR AWUKU',NULL,'','20131118-5133',NULL),(14249,3855,20,531,'2013-11-19 00:40:31',0,0,'','2013111897','2013-11-18','2013-11-18','20131118-97','16:40',1,'DR AWUKU',NULL,'','20131118-5133',NULL),(14250,3856,3,531,'2013-11-19 01:09:09',0,0,'','2013111898','2013-11-18','2013-11-18','20131118-98','17:07',1,'DR MENSAH',NULL,'','20131118-5134',NULL),(14252,3856,4,531,'2013-11-19 01:09:09',1,0,'','2013111898','2013-11-18','2013-11-18','20131118-98','17:08',1,'DR MENSAH',NULL,'','20131118-5134',NULL),(14253,3857,3,531,'2013-11-19 01:12:14',0,0,'','2013111899','2013-11-18','2013-11-18','20131118-99','17:11',1,'DR TAKYI',NULL,'','20131118-5135',NULL),(14254,3858,3,531,'2013-11-19 01:14:53',0,0,'','20131118100','2013-11-18','2013-11-18','20131118-100','17:13',1,'DR TAKYI',NULL,'','20131118-5136',NULL),(14255,3859,3,531,'2013-11-19 01:18:43',0,0,'','20131118101','2013-11-18','2013-11-18','20131118-101','17:16',1,'DR DJAN',NULL,'','20131118-5137',NULL),(14257,3859,1,531,'2013-11-19 01:18:43',1,0,'','20131118101','2013-11-18','2013-11-18','20131118-101','17:18',1,'DR DJAN',NULL,'','20131118-5137',NULL),(14260,3859,4,531,'2013-11-19 01:18:44',0,0,'','20131118101','2013-11-18','2013-11-18','20131118-101','17:18',1,'DR DJAN',NULL,'','20131118-5137',NULL),(14261,3860,3,531,'2013-11-19 01:28:20',0,0,'','20131118102 ','2013-11-18','2013-11-18','20131118-102','17:26',1,'DR MENSAH',NULL,'','20131118-5138',NULL),(14263,3860,4,531,'2013-11-19 01:28:20',1,0,'','20131118102 ','2013-11-18','2013-11-18','20131118-102','17:28',1,'DR MENSAH',NULL,'','20131118-5138',NULL),(14264,1122,3,531,'2013-11-19 02:05:55',0,0,'','20131118105','2013-11-18','2013-11-18','20131118-105','18:04',1,'DR TAKYI',NULL,'','20131118-5141',NULL),(14266,1122,4,531,'2013-11-19 02:05:56',1,0,'','20131118105','2013-11-18','2013-11-18','20131118-105','18:05',1,'DR TAKYI',NULL,'','20131118-5141',NULL),(14267,3862,3,531,'2013-11-19 02:12:50',0,0,'','20131118106','2013-11-18','2013-11-18','20131118-106','18:10',1,'DR MENSAH',NULL,'','20131118-5142',NULL),(14269,3862,4,531,'2013-11-19 02:12:51',1,0,'','20131118106','2013-11-18','2013-11-18','20131118-106','18:12',1,'DR MENSAH',NULL,'','20131118-5142',NULL),(14270,3863,3,531,'2013-11-19 02:17:16',0,0,'','20131118107','2013-11-18','2013-11-18','20131118-107','18:16',1,'DR MENSAH',NULL,'','20131118-5143',NULL),(14272,3863,4,531,'2013-11-19 02:17:16',0,0,'','20131118107','2013-11-18','2013-11-18','20131118-107','18:17',1,'DR MENSAH',NULL,'','20131118-5143',NULL),(14273,3864,10,531,'2013-11-19 02:29:17',1,0,'','20131118108','2013-11-18','2013-11-18','20131118-108','18:28',1,'DR MENSAH',NULL,'','20131118-5144',NULL),(14274,2696,3,531,'2013-11-19 02:34:36',1,0,'','20131118109','2013-11-18','2013-11-18','20131118-109','18:33',1,'DR TACHIE',NULL,'','20131118-5145',NULL),(14275,3859,1,531,'2013-11-19 02:36:28',0,0,'','20131118110','2013-11-18','2013-11-18','20131118-110','18:35',1,'DR TACHIE',NULL,'','20131118-5146',NULL),(14276,3865,3,531,'2013-11-19 02:45:35',0,0,'','20131118111 ','2013-11-18','2013-11-18','20131118-111','18:44',1,'DR DJAN',NULL,'','20131118-5147',NULL),(14277,3866,3,531,'2013-11-19 03:13:38',0,0,'','20131118112','2013-11-18','2013-11-18','20131118-112','19:11',1,'DR MENSAH',NULL,'','20131118-5148',NULL),(14279,3866,1,531,'2013-11-19 03:13:39',1,0,'','20131118112','2013-11-18','2013-11-18','20131118-112','19:13',1,'DR MENSAH',NULL,'','20131118-5148',NULL),(14282,3866,4,531,'2013-11-19 03:13:39',0,0,'','20131118112','2013-11-18','2013-11-18','20131118-112','19:13',1,'DR MENSAH',NULL,'','20131118-5148',NULL),(14283,3867,3,531,'2013-11-19 03:16:29',0,0,'','20131118113','2013-11-18','2013-11-18','20131118-113','19:15',1,'DR DJAN',NULL,'','20131118-5149',NULL),(14284,2470,2,531,'2013-11-19 03:24:57',0,0,'','20131118114','2013-11-18','2013-11-18','20131118-114','19:24',1,'DR TACHIE',NULL,'','20131118-5150',NULL),(14285,3868,3,531,'2013-11-19 04:32:10',1,0,'','20131118115','2013-11-18','2013-11-18','20131118-115','20:30',1,'DR SALLAR',NULL,'','20131118-5151',NULL),(14287,3868,4,531,'2013-11-19 04:32:10',1,0,'','20131118115','2013-11-18','2013-11-18','20131118-115','20:31',1,'DR SALLAR',NULL,'','20131118-5151',NULL),(14288,3869,3,531,'2013-11-19 04:34:11',1,0,'','20131118116','2013-11-18','2013-11-18','20131118-116','20:33',1,'DR SALLAR',NULL,'','20131118-5152',NULL),(14289,3870,3,558,'2013-11-19 04:56:03',0,0,'','20131118117','2013-11-18','2013-11-18','20131118-117','20:54',1,'DR AMOAH',NULL,'','20131118-5153',NULL),(14291,3870,4,558,'2013-11-19 04:56:03',1,0,'','20131118117','2013-11-18','2013-11-18','20131118-117','20:55',1,'DR AMOAH',NULL,'','20131118-5153',NULL),(14294,3870,1,558,'2013-11-19 04:56:03',1,0,'','20131118117','2013-11-18','2013-11-18','20131118-117','20:55',1,'DR AMOAH',NULL,'','20131118-5153',NULL),(14295,3871,3,558,'2013-11-19 05:01:53',1,0,'','20131118118 ','2013-11-18','2013-11-18','20131118-118','20:59',1,'DR MENSAH',NULL,'','20131118-5154',NULL),(14297,3871,1,558,'2013-11-19 05:01:53',0,0,'','20131118118 ','2013-11-18','2013-11-18','20131118-118','21:01',1,'DR MENSAH',NULL,'','20131118-5154',NULL),(14300,3871,2,558,'2013-11-19 05:01:54',1,0,'','20131118118 ','2013-11-18','2013-11-18','20131118-118','21:01',1,'DR MENSAH',NULL,'','20131118-5154',NULL),(14301,3872,3,558,'2013-11-19 05:08:53',1,0,'','20131118119','2013-11-18','2013-11-18','20131118-119','21:07',1,'DR SALLAR',NULL,'','20131118-5155',NULL),(14303,3872,4,558,'2013-11-19 05:08:54',1,0,'','20131118119','2013-11-18','2013-11-18','20131118-119','21:08',1,'DR SALLAR',NULL,'','20131118-5155',NULL),(14304,3866,3,535,'2013-11-19 05:09:40',1,0,'','20131118112','2013-11-18','2013-11-18','20131118-120','21:09',1,'',NULL,'','20131118-5156',NULL),(14305,3867,3,535,'2013-11-19 05:13:42',1,0,'','20131118113','2013-11-18','2013-11-18','20131118-121','21:13',1,'',NULL,'','20131118-5157',NULL),(14306,925,3,558,'2013-11-19 05:20:28',1,0,'','20131118122','2013-11-18','2013-11-18','20131118-122','21:19',1,'DR AMOAH',NULL,'','20131118-5158',NULL),(14308,925,1,558,'2013-11-19 05:20:28',1,0,'','20131118122','2013-11-18','2013-11-18','20131118-122','21:20',1,'DR AMOAH',NULL,'','20131118-5158',NULL),(14309,3873,3,558,'2013-11-19 05:34:38',1,0,'','20131118123','2013-11-18','2013-11-18','20131118-123','21:33',1,'DR AMOAH',NULL,'','20131118-5159',NULL),(14311,3873,5,558,'2013-11-19 05:34:39',0,0,'','20131118123','2013-11-18','2013-11-18','20131118-123','21:34',1,'DR AMOAH',NULL,'','20131118-5159',NULL),(14314,3873,1,558,'2013-11-19 05:34:39',1,0,'','20131118123','2013-11-18','2013-11-18','20131118-123','21:34',1,'DR AMOAH',NULL,'','20131118-5159',NULL),(14315,3874,3,558,'2013-11-19 05:46:25',1,0,'','0131118124','2013-11-18','2013-11-18','20131118-124','21:44',1,'DR AMOAH',NULL,'','20131118-5160',NULL),(14317,3874,1,558,'2013-11-19 05:46:26',1,0,'','0131118124','2013-11-18','2013-11-18','20131118-124','21:46',1,'DR AMOAH',NULL,'','20131118-5160',NULL),(14318,3875,3,558,'2013-11-19 06:28:09',1,0,'','20131118125','2013-11-18','2013-11-18','20131118-125','22:26',1,'DR SALLAR',NULL,'','20131118-5161',NULL),(14319,3839,3,558,'2013-11-19 06:42:55',0,0,'','20131118126','2013-11-18','2013-11-18','20131118-126','22:42',1,'DR ASUMANU',NULL,'','20131118-5162',NULL),(14320,3876,1,558,'2013-11-19 07:06:26',0,0,'','20131118127','2013-11-18','2013-11-18','20131118-127','23:04',1,'DR AMOAH',NULL,'','20131118-5163',NULL),(14322,3876,2,558,'2013-11-19 07:06:26',0,0,'','20131118127','2013-11-18','2013-11-18','20131118-127','23:05',1,'DR AMOAH',NULL,'','20131118-5163',NULL),(14325,3876,4,558,'2013-11-19 07:06:26',1,0,'','20131118127','2013-11-18','2013-11-18','20131118-127','23:06',1,'DR AMOAH',NULL,'','20131118-5163',NULL),(14326,3453,3,558,'2013-11-19 08:06:13',1,0,'','201311191','2013-11-19','2013-11-19','20131119-1','00:04',1,'DR AMOAH',NULL,'','20131119-5164',NULL),(14328,3453,4,558,'2013-11-19 08:06:13',1,0,'','201311191','2013-11-19','2013-11-19','20131119-1','00:05',1,'DR AMOAH',NULL,'','20131119-5164',NULL),(14331,3453,1,558,'2013-11-19 08:06:14',1,0,'','201311191','2013-11-19','2013-11-19','20131119-1','00:06',1,'DR AMOAH',NULL,'','20131119-5164',NULL),(14332,3877,3,558,'2013-11-19 12:21:47',1,0,'','201311192','2013-11-19','2013-11-19','20131119-2','04:19',1,'DR SALLAR',NULL,'','20131119-5165',NULL),(14334,3877,4,558,'2013-11-19 12:21:47',0,0,'','201311192','2013-11-19','2013-11-19','20131119-2','04:21',1,'DR SALLAR',NULL,'','20131119-5165',NULL),(14335,3878,2,558,'2013-11-19 14:12:13',1,0,'','201311194','2013-11-19','2013-11-19','20131119-4','06:11',1,'DR VORTIA',NULL,'','20131119-5167',NULL),(14336,3879,1,558,'2013-11-19 14:34:20',0,0,'','201311195','2013-11-19','2013-11-19','20131119-5','06:33',1,'DR VORTIA',NULL,'','20131119-5168',NULL),(14338,3879,2,558,'2013-11-19 14:34:20',0,0,'','201311195','2013-11-19','2013-11-19','20131119-5','06:34',1,'DR VORTIA',NULL,'','20131119-5168',NULL),(14339,12,3,558,'2013-11-19 14:47:43',0,0,'','201311196','2013-11-19','2013-11-19','20131119-6','06:45',1,'DR SALLAR',NULL,'','20131119-5169',NULL),(14341,12,4,558,'2013-11-19 14:47:44',1,0,'','201311196','2013-11-19','2013-11-19','20131119-6','06:47',1,'DR SALLAR',NULL,'','20131119-5169',NULL),(14344,12,1,558,'2013-11-19 14:47:44',1,0,'','201311196','2013-11-19','2013-11-19','20131119-6','06:47',1,'DR SALLAR',NULL,'','20131119-5169',NULL),(14345,3880,1,558,'2013-11-19 14:50:55',0,0,'','201311197','2013-11-19','2013-11-19','20131119-7','06:49',1,'PROF S K OWUSU',NULL,'','20131119-5170',NULL),(14347,3880,2,558,'2013-11-19 14:50:55',0,0,'','201311197','2013-11-19','2013-11-19','20131119-7','06:50',1,'PROF S K OWUSU',NULL,'','20131119-5170',NULL),(14348,3881,3,558,'2013-11-19 15:00:15',0,0,'','201311198 ','2013-11-19','2013-11-19','20131119-8','06:58',1,'DR ANKOMAH',NULL,'','20131119-5171',NULL),(14350,3881,1,558,'2013-11-19 15:00:15',1,0,'','201311198 ','2013-11-19','2013-11-19','20131119-8','07:00',1,'DR ANKOMAH',NULL,'','20131119-5171',NULL),(14351,3882,3,558,'2013-11-19 15:14:01',0,0,'','201311199','2013-11-19','2013-11-19','20131119-9','07:12',1,'DR VORTIA',NULL,'','20131119-5172',NULL),(14353,3882,4,558,'2013-11-19 15:14:01',0,0,'','201311199','2013-11-19','2013-11-19','20131119-9','07:13',1,'DR VORTIA',NULL,'','20131119-5172',NULL),(14354,3883,3,531,'2013-11-19 15:45:27',0,0,'','2013111910 ','2013-11-19','2013-11-19','20131119-10','07:44',1,'DR SALLAR',NULL,'','20131119-5173',NULL),(14356,3883,4,531,'2013-11-19 15:45:27',1,0,'','2013111910 ','2013-11-19','2013-11-19','20131119-10','07:45',1,'DR SALLAR',NULL,'','20131119-5173',NULL),(14357,54,3,531,'2013-11-19 15:46:36',1,0,'','2013111911','2013-11-19','2013-11-19','20131119-11','07:45',1,'DR DANIELS',NULL,'','20131119-5174',NULL),(14358,1000,3,531,'2013-11-19 15:48:25',0,0,'','2013111912 ','2013-11-19','2013-11-19','20131119-12','07:46',1,'DR AMOAH',NULL,'','20131119-5175',NULL),(14360,1000,1,531,'2013-11-19 15:48:26',0,0,'','3590033','2013-11-19','2013-11-19','20131119-12','07:47',1,'DR AMOAH',NULL,'','20131119-5175',NULL),(14363,1000,4,531,'2013-11-19 15:48:26',0,0,'','3590033','2013-11-19','2013-11-19','20131119-12','07:48',1,'DR AMOAH',NULL,'','20131119-5175',NULL),(14364,3884,3,531,'2013-11-19 15:58:45',0,0,'','2013111913','2013-11-19','2013-11-19','20131119-13','07:57',1,'DR S K OWUSU',NULL,'','20131119-5176',NULL),(14366,3884,1,531,'2013-11-19 15:58:46',0,0,'','2013111913','2013-11-19','2013-11-19','20131119-13','07:58',1,'DR S K OWUSU',NULL,'','20131119-5176',NULL),(14367,1701,3,531,'2013-11-19 15:59:51',0,0,'','2013111914','2013-11-19','2013-11-19','20131119-14','07:59',1,'DR SALLAR',NULL,'','20131119-5177',NULL),(14368,3885,3,531,'2013-11-19 16:03:24',0,0,'','2013111915','2013-11-19','2013-11-19','20131119-15','08:01',1,'DR OFORI ANTI',NULL,'','20131119-5178',NULL),(14370,3885,1,531,'2013-11-19 16:03:24',1,0,'','2013111915','2013-11-19','2013-11-19','20131119-15','08:02',1,'DR OFORI ANTI',NULL,'','20131119-5178',NULL),(14373,3885,4,531,'2013-11-19 16:03:25',1,0,'','2013111915','2013-11-19','2013-11-19','20131119-15','08:03',1,'DR OFORI ANTI',NULL,'','20131119-5178',NULL),(14374,3886,3,531,'2013-11-19 16:05:07',0,0,'','2013111916 ','2013-11-19','2013-11-19','20131119-16','08:04',1,'DR OFORI ANTI',NULL,'','20131119-5179',NULL),(14376,3886,1,531,'2013-11-19 16:05:07',1,0,'','2013111916 ','2013-11-19','2013-11-19','20131119-16','08:04',1,'DR OFORI ANTI',NULL,'','20131119-5179',NULL),(14379,3886,4,531,'2013-11-19 16:05:07',1,0,'','2013111916 ','2013-11-19','2013-11-19','20131119-16','08:04',1,'DR OFORI ANTI',NULL,'','20131119-5179',NULL),(14380,3887,3,531,'2013-11-19 16:07:26',0,0,'','2013111917','2013-11-19','2013-11-19','20131119-17','08:05',1,'DR DJAN',NULL,'','20131119-5180',NULL),(14382,3887,1,531,'2013-11-19 16:07:26',0,0,'','2013111917','2013-11-19','2013-11-19','20131119-17','08:07',1,'DR DJAN',NULL,'','20131119-5180',NULL),(14383,3888,1,531,'2013-11-19 16:28:06',0,0,'','2013111918','2013-11-19','2013-11-19','20131119-18','08:27',1,'DR VORTIA',NULL,'','20131119-5181',NULL),(14385,3888,4,531,'2013-11-19 16:28:07',0,0,'','2013111918','2013-11-19','2013-11-19','20131119-18','08:27',1,'DR VORTIA',NULL,'','20131119-5181',NULL),(14386,3889,3,531,'2013-11-19 16:33:01',1,0,'','2013111919','2013-11-19','2013-11-19','20131119-19','08:31',1,'DR SALLAR',NULL,'','20131119-5182',NULL),(14388,3889,1,531,'2013-11-19 16:33:01',0,0,'','2013111919','2013-11-19','2013-11-19','20131119-19','08:32',1,'DR SALLAR',NULL,'','20131119-5182',NULL),(14389,3890,1,531,'2013-11-19 16:35:17',0,0,'','2013111920 ','2013-11-19','2013-11-19','20131119-20','08:34',1,'DR NUAMAH',NULL,'','20131119-5183',NULL),(14391,3890,5,531,'2013-11-19 16:35:17',1,0,'','2013111920 ','2013-11-19','2013-11-19','20131119-20','08:35',1,'DR NUAMAH',NULL,'','20131119-5183',NULL),(14392,3891,3,531,'2013-11-19 16:41:56',0,0,'','2013111921','2013-11-19','2013-11-19','20131119-21','08:40',1,'DR OFORI ANTI',NULL,'','20131119-5184',NULL),(14394,3891,1,531,'2013-11-19 16:41:57',1,0,'','2013111921','2013-11-19','2013-11-19','20131119-21','08:41',1,'DR OFORI ANTI',NULL,'','20131119-5184',NULL),(14397,3891,4,531,'2013-11-19 16:41:57',1,0,'','2013111921','2013-11-19','2013-11-19','20131119-21','08:41',1,'DR OFORI ANTI',NULL,'','20131119-5184',NULL),(14398,2941,29,531,'2013-11-19 16:54:43',0,0,'','2013111922 ','2013-11-19','2013-11-19','20131119-22','08:53',1,'DR ARMAH',NULL,'','20131119-5185',NULL),(14399,3892,3,531,'2013-11-19 16:57:31',0,0,'','2013111923 ','2013-11-19','2013-11-19','20131119-23','08:56',1,'DR NUAMAH',NULL,'','20131119-5186',NULL),(14401,3892,1,531,'2013-11-19 16:57:31',1,0,'','2013111923 ','2013-11-19','2013-11-19','20131119-23','08:57',1,'DR NUAMAH',NULL,'','20131119-5186',NULL),(14402,3893,3,531,'2013-11-19 16:59:57',0,0,'','2013111924 ','2013-11-19','2013-11-19','20131119-24','08:58',1,'DR OFORI ANTI',NULL,'','20131119-5187',NULL),(14403,3894,3,531,'2013-11-19 17:06:20',0,0,'','2013111925','2013-11-19','2013-11-19','20131119-25','09:04',1,'DR OFORI ANTI',NULL,'','20131119-5188',NULL),(14405,3894,1,531,'2013-11-19 17:06:21',0,0,'','2013111925','2013-11-19','2013-11-19','20131119-25','09:05',1,'DR OFORI ANTI',NULL,'','20131119-5188',NULL),(14408,3894,4,531,'2013-11-19 17:06:21',1,0,'','2013111925','2013-11-19','2013-11-19','20131119-25','09:06',1,'DR OFORI ANTI',NULL,'','20131119-5188',NULL),(14409,3896,3,531,'2013-11-19 17:19:38',0,0,'','2013111928 ','2013-11-19','2013-11-19','20131119-28','09:17',1,'DR ARMAH',NULL,'','20131119-5191',NULL),(14411,3896,1,531,'2013-11-19 17:19:39',1,0,'','2013111928 ','2013-11-19','2013-11-19','20131119-28','09:18',1,'DR ARMAH',NULL,'','20131119-5191',NULL),(14414,3896,4,531,'2013-11-19 17:19:39',1,0,'','2013111928 ','2013-11-19','2013-11-19','20131119-28','09:19',1,'DR ARMAH',NULL,'','20131119-5191',NULL),(14415,3897,3,531,'2013-11-19 17:24:13',0,0,'','2013111929','2013-11-19','2013-11-19','20131119-29','09:22',1,'DR NUAMAH',NULL,'','20131119-5192',NULL),(14416,1219,3,534,'2013-11-19 17:24:13',1,0,'','2013111930','2013-11-19','2013-11-19','20131119-30','09:22',1,'DR TAKYI',NULL,'','20131119-5193',NULL),(14419,3897,4,531,'2013-11-19 17:24:13',1,0,'','2013111929','2013-11-19','2013-11-19','20131119-29','09:23',1,'DR NUAMAH',NULL,'','20131119-5192',NULL),(14423,3897,5,531,'2013-11-19 17:24:14',1,0,'','2013111929','2013-11-19','2013-11-19','20131119-29','09:24',1,'DR NUAMAH',NULL,'','20131119-5192',NULL),(14424,3898,3,531,'2013-11-19 17:26:58',0,0,'','2013111931','2013-11-19','2013-11-19','20131119-31','09:25',1,'',NULL,'','20131119-5194',NULL),(14426,3898,1,531,'2013-11-19 17:26:58',0,0,'','2013111931','2013-11-19','2013-11-19','20131119-31','09:26',1,'',NULL,'','20131119-5194',NULL),(14429,3898,4,531,'2013-11-19 17:26:59',1,0,'','2013111931','2013-11-19','2013-11-19','20131119-31','09:26',1,'',NULL,'','20131119-5194',NULL),(14430,3899,3,534,'2013-11-19 17:27:21',0,0,'','2013111932','2013-11-19','2013-11-19','20131119-32','09:25',1,'DR OFORI ANTI',NULL,'','20131119-5195',NULL),(14432,3899,5,534,'2013-11-19 17:27:21',0,0,'','2013111932','2013-11-19','2013-11-19','20131119-32','09:26',1,'DR OFORI ANTI',NULL,'','20131119-5195',NULL),(14433,3900,3,531,'2013-11-19 17:31:38',0,0,'','2013111933 ','2013-11-19','2013-11-19','20131119-33','09:29',1,'',NULL,'','20131119-5196',NULL),(14434,3901,3,531,'2013-11-19 17:34:34',0,0,'','2013111934','2013-11-19','2013-11-19','20131119-34','09:33',1,'',NULL,'','20131119-5197',NULL),(14436,3901,1,531,'2013-11-19 17:34:35',1,0,'','2013111934','2013-11-19','2013-11-19','20131119-34','09:34',1,'',NULL,'','20131119-5197',NULL),(14439,3901,4,531,'2013-11-19 17:34:35',1,0,'','2013111934','2013-11-19','2013-11-19','20131119-34','09:34',1,'',NULL,'','20131119-5197',NULL),(14440,3902,3,531,'2013-11-19 17:46:56',0,0,'','2013111935','2013-11-19','2013-11-19','20131119-35','09:44',1,'',NULL,'','20131119-5198',NULL),(14442,3902,1,531,'2013-11-19 17:46:56',0,0,'','2013111935','2013-11-19','2013-11-19','20131119-35','09:45',1,'',NULL,'','20131119-5198',NULL),(14445,3902,2,531,'2013-11-19 17:46:56',1,0,'','2013111935','2013-11-19','2013-11-19','20131119-35','09:46',1,'',NULL,'','20131119-5198',NULL),(14449,3902,4,531,'2013-11-19 17:46:57',1,0,'','2013111935','2013-11-19','2013-11-19','20131119-35','09:46',1,'',NULL,'','20131119-5198',NULL),(14450,3903,3,531,'2013-11-19 18:00:19',0,0,'','2013111936 ','2013-11-19','2013-11-19','20131119-36','09:59',1,'',NULL,'','20131119-5199',NULL),(14452,3903,1,531,'2013-11-19 18:00:19',1,0,'','2013111936 ','2013-11-19','2013-11-19','20131119-36','10:00',1,'',NULL,'','20131119-5199',NULL),(14453,3904,3,531,'2013-11-19 18:02:34',0,0,'','2013111937 ','2013-11-19','2013-11-19','20131119-37','10:01',1,'',NULL,'','20131119-5200',NULL),(14455,3904,5,531,'2013-11-19 18:02:34',1,0,'','2013111937 ','2013-11-19','2013-11-19','20131119-37','10:02',1,'',NULL,'','20131119-5200',NULL),(14456,1000,1,537,'2013-11-19 18:05:42',1,0,'','2013111912','2013-11-19','2013-11-19','20131119-39','10:05',1,'',NULL,'','20131119-5202',NULL),(14457,3905,3,531,'2013-11-19 18:05:49',0,0,'','2013111938','2013-11-19','2013-11-19','20131119-38','10:03',1,'',NULL,'','20131119-5201',NULL),(14459,3905,1,531,'2013-11-19 18:05:49',1,0,'','2013111938','2013-11-19','2013-11-19','20131119-38','10:05',1,'',NULL,'','20131119-5201',NULL),(14462,3905,4,531,'2013-11-19 18:05:49',1,0,'','2013111938','2013-11-19','2013-11-19','20131119-38','10:05',1,'',NULL,'','20131119-5201',NULL),(14463,1000,4,537,'2013-11-19 18:07:03',1,0,'','2013111912','2013-11-19','2013-11-19','20131119-40','10:06',1,'',NULL,'','20131119-5203',NULL),(14464,3908,5,531,'2013-11-19 18:23:51',1,0,'','2013111946','2013-11-19','2013-11-19','20131119-46','10:22',1,'',NULL,'','20131119-5209',NULL),(14465,3909,3,531,'2013-11-19 18:26:24',0,0,'','2013111947','2013-11-19','2013-11-19','20131119-47','10:24',1,'',NULL,'','20131119-5210',NULL),(14467,3909,1,531,'2013-11-19 18:26:24',1,0,'','2013111947','2013-11-19','2013-11-19','20131119-47','10:26',1,'',NULL,'','20131119-5210',NULL),(14468,3910,3,531,'2013-11-19 18:29:23',0,0,'','2013111948 ','2013-11-19','2013-11-19','20131119-48','10:27',1,'',NULL,'','20131119-5211',NULL),(14470,3910,1,531,'2013-11-19 18:29:23',1,0,'','2013111948 ','2013-11-19','2013-11-19','20131119-48','10:28',1,'',NULL,'','20131119-5211',NULL),(14471,1980,7,531,'2013-11-19 18:38:01',0,0,'','2013111949','2013-11-19','2013-11-19','20131119-49','10:36',1,'',NULL,'','20131119-5212',NULL),(14472,3839,1,531,'2013-11-19 18:44:13',0,0,'','2013111950','2013-11-19','2013-11-19','20131119-50','10:43',1,'',NULL,'','20131119-5213',NULL),(14473,3911,3,531,'2013-11-19 18:57:57',0,0,'','2013111951 ','2013-11-19','2013-11-19','20131119-51','10:54',1,'',NULL,'','20131119-5214',NULL),(14475,3911,1,531,'2013-11-19 18:57:57',1,0,'','2013111951 ','2013-11-19','2013-11-19','20131119-51','10:57',1,'',NULL,'','20131119-5214',NULL),(14476,3912,3,531,'2013-11-19 19:04:06',0,0,'','2013111952 ','2013-11-19','2013-11-19','20131119-52','11:03',1,'',NULL,'','20131119-5215',NULL),(14478,3912,4,531,'2013-11-19 19:04:06',1,0,'','2013111952 ','2013-11-19','2013-11-19','20131119-52','11:03',1,'',NULL,'','20131119-5215',NULL),(14479,3913,3,531,'2013-11-19 19:06:54',0,0,'','2013111953','2013-11-19','2013-11-19','20131119-53','11:06',1,'',NULL,'','20131119-5216',NULL),(14480,3914,3,531,'2013-11-19 19:12:34',1,0,'','2013111954 ','2013-11-19','2013-11-19','20131119-54','11:11',1,'',NULL,'','20131119-5217',NULL),(14481,3904,1,552,'2013-11-19 19:13:51',1,0,'','2013111937','2013-11-19','2013-11-19','20131119-55','11:12',1,'',NULL,'','20131119-5218',NULL),(14482,3915,3,531,'2013-11-19 19:14:56',0,0,'','2013111956','2013-11-19','2013-11-19','20131119-56','11:13',1,'',NULL,'','20131119-5219',NULL),(14484,3915,1,531,'2013-11-19 19:14:56',0,0,'','2013111956','2013-11-19','2013-11-19','20131119-56','11:14',1,'',NULL,'','20131119-5219',NULL),(14485,3883,4,531,'2013-11-19 19:21:29',0,0,'','2013111910','2013-11-19','2013-11-19','20131119-57','11:21',1,'',NULL,'','20131119-5220',NULL),(14486,3916,1,531,'2013-11-19 19:23:47',0,0,'','2013111958','2013-11-19','2013-11-19','20131119-58','11:22',1,'',NULL,'','20131119-5221',NULL),(14487,3897,1,552,'2013-11-19 19:29:03',1,0,'','2013111929','2013-11-19','2013-11-19','20131119-59','11:26',1,'',NULL,'','20131119-5222',NULL),(14489,3897,5,552,'2013-11-19 19:29:04',0,0,'','2013111929','2013-11-19','2013-11-19','20131119-59','11:26',1,'',NULL,'','20131119-5222',NULL),(14492,3897,4,552,'2013-11-19 19:29:07',0,0,'','2013111929','2013-11-19','2013-11-19','20131119-59','11:27',1,'',NULL,'','20131119-5222',NULL),(14493,3913,3,531,'2013-11-19 19:41:45',1,0,'','2013111953','2013-11-19','2013-11-19','20131119-60','11:41',1,'',NULL,'','20131119-5223',NULL),(14495,3913,4,531,'2013-11-19 19:41:45',0,0,'','2013111958','2013-11-19','2013-11-19','20131119-60','11:41',1,'',NULL,'','20131119-5223',NULL),(14496,3917,3,531,'2013-11-19 19:47:21',0,0,'','2013111961 ','2013-11-19','2013-11-19','20131119-61','11:46',1,'',NULL,'','20131119-5224',NULL),(14498,3917,5,531,'2013-11-19 19:47:21',1,0,'','2013111961 ','2013-11-19','2013-11-19','20131119-61','11:47',1,'',NULL,'','20131119-5224',NULL),(14499,3919,3,531,'2013-11-19 19:57:34',0,0,'','2013111963','2013-11-19','2013-11-19','20131119-63','11:56',1,'DR OFORI ANTI',NULL,'','20131119-5226',NULL),(14500,3920,3,531,'2013-11-19 20:13:39',1,0,'','2013111964','2013-11-19','2013-11-19','20131119-64','12:12',1,'DR NUAMAH',NULL,'','20131119-5227',NULL),(14502,3920,1,531,'2013-11-19 20:13:39',0,0,'','2013111964','2013-11-19','2013-11-19','20131119-64','12:13',1,'DR NUAMAH',NULL,'','20131119-5227',NULL),(14503,3921,3,531,'2013-11-19 20:21:20',0,0,'','2013111965','2013-11-19','2013-11-19','20131119-65','12:19',1,'DR NUAMAH',NULL,'','20131119-5228',NULL),(14505,3921,4,531,'2013-11-19 20:21:21',1,0,'','2013111965','2013-11-19','2013-11-19','20131119-65','12:20',1,'DR NUAMAH',NULL,'','20131119-5228',NULL),(14508,3921,1,531,'2013-11-19 20:21:21',1,0,'','2013111965','2013-11-19','2013-11-19','20131119-65','12:21',1,'DR NUAMAH',NULL,'','20131119-5228',NULL),(14509,3922,3,531,'2013-11-19 20:25:15',0,0,'','2013111966','2013-11-19','2013-11-19','20131119-66','12:22',1,'DR OFORI ANTI',NULL,'','20131119-5229',NULL),(14511,3922,1,531,'2013-11-19 20:25:15',1,0,'','2013111966','2013-11-19','2013-11-19','20131119-66','12:23',1,'DR OFORI ANTI',NULL,'','20131119-5229',NULL),(14514,3922,4,531,'2013-11-19 20:25:15',1,0,'','2013111966','2013-11-19','2013-11-19','20131119-66','12:25',1,'DR OFORI ANTI',NULL,'','20131119-5229',NULL),(14515,3923,3,531,'2013-11-19 20:28:41',0,0,'','2013111967 ','2013-11-19','2013-11-19','20131119-67','12:27',1,'DR OFORI ANTI',NULL,'','20131119-5230',NULL),(14516,3924,3,531,'2013-11-19 20:32:10',0,0,'','2013111968','2013-11-19','2013-11-19','20131119-68','12:30',1,'DR DANIEL',NULL,'','20131119-5231',NULL),(14517,3925,3,531,'2013-11-19 20:34:43',0,0,'','2013111969','2013-11-19','2013-11-19','20131119-69','12:33',1,'DR FUMMY',NULL,'','20131119-5232',NULL),(14518,3926,4,531,'2013-11-19 20:39:12',1,0,'','2013111970','2013-11-19','2013-11-19','20131119-70','12:37',1,'DR OFORI ANTI',NULL,'','20131119-5233',NULL),(14519,2286,3,531,'2013-11-19 20:42:00',0,0,'','2013111971','2013-11-19','2013-11-19','20131119-71','12:39',1,'DR DANIELS',NULL,'','20131119-5234',NULL),(14521,2286,4,531,'2013-11-19 20:42:01',0,0,'','2013111971','2013-11-19','2013-11-19','20131119-71','12:41',1,'DR DANIELS',NULL,'','20131119-5234',NULL),(14522,3927,3,531,'2013-11-19 20:45:51',0,0,'','2013111972','2013-11-19','2013-11-19','20131119-72','12:43',1,'DR ARMAH',NULL,'','20131119-5235',NULL),(14523,3928,3,531,'2013-11-19 20:52:34',0,0,'','2013111973 ','2013-11-19','2013-11-19','20131119-73','12:46',1,'DR NUAMAH',NULL,'','20131119-5236',NULL),(14525,3928,1,531,'2013-11-19 20:52:34',0,0,'','2013111973 ','2013-11-19','2013-11-19','20131119-73','12:48',1,'DR NUAMAH',NULL,'','20131119-5236',NULL),(14526,3929,3,531,'2013-11-19 21:00:30',0,0,'','2013111974 ','2013-11-19','2013-11-19','20131119-74','12:59',1,'DR OFORI ANTI',NULL,'','20131119-5237',NULL),(14528,3929,1,531,'2013-11-19 21:00:31',1,0,'','2013111974 ','2013-11-19','2013-11-19','20131119-74','13:00',1,'DR OFORI ANTI',NULL,'','20131119-5237',NULL),(14531,3929,5,531,'2013-11-19 21:00:31',0,0,'','2013111974 ','2013-11-19','2013-11-19','20131119-74','13:00',1,'DR OFORI ANTI',NULL,'','20131119-5237',NULL),(14532,3930,3,531,'2013-11-19 21:04:29',0,0,'','2013111975','2013-11-19','2013-11-19','20131119-75','13:02',1,'DR OFORI ANTI',NULL,'','20131119-5238',NULL),(14534,3930,1,531,'2013-11-19 21:04:29',0,0,'','2013111975','2013-11-19','2013-11-19','20131119-75','13:03',1,'DR OFORI ANTI',NULL,'','20131119-5238',NULL),(14537,3930,4,531,'2013-11-19 21:04:29',1,0,'','2013111975','2013-11-19','2013-11-19','20131119-75','13:04',1,'DR OFORI ANTI',NULL,'','20131119-5238',NULL),(14538,3913,4,552,'2013-11-19 21:06:20',1,0,'','2013111953','2013-11-19','2013-11-19','20131119-76','13:05',1,'',NULL,'','20131119-5239',NULL),(14539,3931,3,531,'2013-11-19 21:18:48',0,0,'','2013111977 ','2013-11-19','2013-11-19','20131119-77','13:15',1,'DR OFORI ANTI',NULL,'','20131119-5240',NULL),(14541,3931,1,531,'2013-11-19 21:18:49',1,0,'','2013111977 ','2013-11-19','2013-11-19','20131119-77','13:18',1,'DR OFORI ANTI',NULL,'','20131119-5240',NULL),(14544,3931,4,531,'2013-11-19 21:18:49',1,0,'','2013111977 ','2013-11-19','2013-11-19','20131119-77','13:18',1,'DR OFORI ANTI',NULL,'','20131119-5240',NULL),(14545,3932,3,531,'2013-11-19 21:22:28',0,0,'','2013111978','2013-11-19','2013-11-19','20131119-78','13:21',1,'DR OFORI ANTI',NULL,'','20131119-5241',NULL),(14546,3441,1,531,'2013-11-19 21:29:32',1,0,'','2013111979','2013-11-19','2013-11-19','20131119-79','13:27',1,'DR NUAMAH',NULL,'','20131119-5242',NULL),(14547,3933,3,531,'2013-11-19 21:31:57',0,0,'','2013111980','2013-11-19','2013-11-19','20131119-80','13:31',1,'DR NUAMAH',NULL,'','20131119-5243',NULL),(14548,3934,3,531,'2013-11-19 21:42:46',0,0,'','2013111981','2013-11-19','2013-11-19','20131119-81','13:41',1,'DR FUMMY',NULL,'','20131119-5244',NULL),(14549,3935,3,531,'2013-11-19 21:59:28',0,0,'','2013111982','2013-11-19','2013-11-19','20131119-82','13:57',1,'DR NUAMAH',NULL,'','20131119-5245',NULL),(14551,3935,4,531,'2013-11-19 21:59:28',0,0,'','2013111982','2013-11-19','2013-11-19','20131119-82','13:59',1,'DR NUAMAH',NULL,'','20131119-5245',NULL),(14552,3521,4,534,'2013-11-19 22:04:06',1,0,'','201311142','2013-11-19','2013-11-14','20131119-84','14:02',1,'',NULL,'','20131119-5247',NULL),(14553,3936,3,531,'2013-11-19 22:04:17',0,0,'','2013111983','2013-11-19','2013-11-19','20131119-83','14:02',1,'DR OFORI ANTI',NULL,'','20131119-5246',NULL),(14555,3936,1,531,'2013-11-19 22:04:17',1,0,'','2013111983','2013-11-19','2013-11-19','20131119-83','14:03',1,'DR OFORI ANTI',NULL,'','20131119-5246',NULL),(14558,3936,5,531,'2013-11-19 22:04:18',1,0,'','2013111983','2013-11-19','2013-11-19','20131119-83','14:04',1,'DR OFORI ANTI',NULL,'','20131119-5246',NULL),(14559,3937,3,531,'2013-11-19 22:09:08',0,0,'','2013111985','2013-11-19','2013-11-19','20131119-85','14:08',1,'DR NUAMAH',NULL,'','20131119-5248',NULL),(14560,3938,3,531,'2013-11-19 22:25:40',0,0,'','2013111986','2013-11-19','2013-11-19','20131119-86','14:24',1,'DR FUMMY',NULL,'','20131119-5249',NULL),(14561,3939,3,531,'2013-11-19 22:37:39',0,0,'','2013111987 ','2013-11-19','2013-11-19','20131119-87','14:36',1,'DR NUAMAH',NULL,'','20131119-5250',NULL),(14562,3940,3,531,'2013-11-19 22:58:16',0,0,'','2013111988','2013-11-19','2013-11-19','20131119-88','14:57',1,'DR FUMMY',NULL,'','20131119-5251',NULL),(14563,3426,29,531,'2013-11-19 23:17:37',0,0,'','2013111989','2013-11-19','2013-11-19','20131119-89','15:15',1,'DR TACHIE',NULL,'','20131119-5252',NULL),(14564,3941,3,531,'2013-11-19 23:24:44',0,0,'','2013111990 ','2013-11-19','2013-11-19','20131119-90','15:19',1,'DR MENSAH',NULL,'','20131119-5253',NULL),(14566,3941,4,531,'2013-11-19 23:24:45',0,0,'','2013111990 ','2013-11-19','2013-11-19','20131119-90','15:19',1,'DR MENSAH',NULL,'','20131119-5253',NULL),(14567,3942,3,531,'2013-11-19 23:26:54',0,0,'','2013111991','2013-11-19','2013-11-19','20131119-91','15:25',1,'DR MENSAH',NULL,'','20131119-5254',NULL),(14569,3942,19,531,'2013-11-19 23:26:54',0,0,'','2013111991','2013-11-19','2013-11-19','20131119-91','15:26',1,'DR MENSAH',NULL,'','20131119-5254',NULL),(14570,3943,3,531,'2013-11-19 23:29:01',0,0,'','2013111992','2013-11-19','2013-11-19','20131119-92','15:28',1,'DR FUMMY',NULL,'','20131119-5255',NULL),(14571,3935,1,550,'2013-11-19 23:39:20',1,0,'','2013111982','2013-11-19','2013-11-19','20131119-93','15:38',1,'',NULL,'','20131119-5256',NULL),(14572,3944,3,531,'2013-11-19 23:56:59',0,0,'','2013111994','2013-11-19','2013-11-19','20131119-94','15:54',1,'DR DARKO',NULL,'','20131119-5257',NULL),(14573,3945,3,531,'2013-11-20 00:20:19',0,0,'','2013111995','2013-11-19','2013-11-19','20131119-95','16:18',1,'DR MENSAH',NULL,'','20131119-5258',NULL),(14575,3945,4,531,'2013-11-20 00:20:20',1,0,'','2013111995','2013-11-19','2013-11-19','20131119-95','16:19',1,'DR MENSAH',NULL,'','20131119-5258',NULL),(14578,3945,10,531,'2013-11-20 00:20:20',1,0,'','2013111995','2013-11-19','2013-11-19','20131119-95','16:20',1,'DR MENSAH',NULL,'','20131119-5258',NULL),(14579,3946,3,531,'2013-11-20 00:26:03',0,0,'','2013111996','2013-11-19','2013-11-19','20131119-96','16:24',1,'DR DANIELS',NULL,'','20131119-5259',NULL),(14581,3946,5,531,'2013-11-20 00:26:03',0,0,'','2013111996','2013-11-19','2013-11-19','20131119-96','16:25',1,'DR DANIELS',NULL,'','20131119-5259',NULL),(14582,3947,3,531,'2013-11-20 00:43:08',0,0,'','2013111997','2013-11-19','2013-11-19','20131119-97','16:41',1,'DR OFORI ANTI',NULL,'','20131119-5260',NULL),(14584,3947,4,531,'2013-11-20 00:43:08',1,0,'','2013111997','2013-11-19','2013-11-19','20131119-97','16:42',1,'DR OFORI ANTI',NULL,'','20131119-5260',NULL),(14587,3947,5,531,'2013-11-20 00:43:09',1,0,'','2013111997','2013-11-19','2013-11-19','20131119-97','16:42',1,'DR OFORI ANTI',NULL,'','20131119-5260',NULL),(14588,1440,3,531,'2013-11-20 01:36:10',0,0,'','2013111998','2013-11-19','2013-11-19','20131119-98','17:34',1,'DR MENSAH',NULL,'','20131119-5261',NULL),(14590,1440,1,531,'2013-11-20 01:36:10',0,0,'','2013111998','2013-11-19','2013-11-19','20131119-98','17:35',1,'DR MENSAH',NULL,'','20131119-5261',NULL),(14593,1440,4,531,'2013-11-20 01:36:10',1,0,'','2013111998','2013-11-19','2013-11-19','20131119-98','17:35',1,'DR MENSAH',NULL,'','20131119-5261',NULL),(14594,1640,3,531,'2013-11-20 01:37:11',0,0,'','2013111999','2013-11-19','2013-11-19','20131119-99','17:36',1,'DR OFORI ANTI',NULL,'','20131119-5262',NULL),(14595,3948,3,531,'2013-11-20 02:29:27',0,0,'','20131119100','2013-11-19','2013-11-19','20131119-100','18:27',1,'DR DANIELS',NULL,'','20131119-5263',NULL),(14597,3948,4,531,'2013-11-20 02:29:27',1,0,'','20131119100','2013-11-19','2013-11-19','20131119-100','18:29',1,'DR DANIELS',NULL,'','20131119-5263',NULL),(14598,2498,4,531,'2013-11-20 02:53:24',1,0,'','20131119101','2013-11-19','2013-11-19','20131119-101','18:51',1,'DR MENSAH',NULL,'','20131119-5264',NULL),(14599,3949,1,531,'2013-11-20 03:02:57',1,0,'','20131119102','2013-11-19','2013-11-19','20131119-102','19:01',1,'DR OFORI ANTI',NULL,'','20131119-5265',NULL),(14601,3949,4,531,'2013-11-20 03:02:57',1,0,'','20131119102','2013-11-19','2013-11-19','20131119-102','19:02',1,'DR OFORI ANTI',NULL,'','20131119-5265',NULL),(14602,3950,3,530,'2013-11-20 03:32:20',1,0,'','20131119103','2013-11-19','2013-11-19','20131119-103','19:31',1,'DR MENSAH',NULL,'','20131119-5266',NULL),(14603,3951,3,530,'2013-11-20 03:35:32',1,0,'','20131119104','2013-11-19','2013-11-19','20131119-104','19:34',1,'DR DANIELS',NULL,'','20131119-5267',NULL),(14604,3952,3,530,'2013-11-20 04:40:38',1,0,'','20131119105','2013-11-19','2013-11-19','20131119-105','20:38',1,'',NULL,'','20131119-5268',NULL),(14605,3953,3,530,'2013-11-20 05:15:08',1,0,'','20131119106','2013-11-19','2013-11-19','20131119-106','21:14',1,'',NULL,'','20131119-5269',NULL),(14607,3953,4,530,'2013-11-20 05:15:08',1,0,'','20131119106','2013-11-19','2013-11-19','20131119-106','21:14',1,'',NULL,'','20131119-5269',NULL),(14608,3948,3,530,'2013-11-20 05:52:04',0,0,'','20131119107','2013-11-19','2013-11-19','20131119-107','21:50',1,'DR AMOAH',NULL,'','20131119-5270',NULL),(14609,3954,3,530,'2013-11-20 05:58:06',1,0,'','20131119108','2013-11-19','2013-11-19','20131119-108','21:56',1,'',NULL,'','20131119-5271',NULL),(14611,3954,1,530,'2013-11-20 05:58:06',0,0,'','20131119108','2013-11-19','2013-11-19','20131119-108','21:57',1,'',NULL,'','20131119-5271',NULL),(14612,3955,3,530,'2013-11-20 07:04:03',1,0,'','20131119109','2013-11-19','2013-11-19','20131119-109','23:02',1,'DR AMOAH',NULL,'','20131119-5272',NULL),(14614,3955,1,530,'2013-11-20 07:04:03',1,0,'','20131119109','2013-11-19','2013-11-19','20131119-109','23:03',1,'DR AMOAH',NULL,'','20131119-5272',NULL),(14617,3955,4,530,'2013-11-20 07:04:03',1,0,'','20131119109','2013-11-19','2013-11-19','20131119-109','23:03',1,'DR AMOAH',NULL,'','20131119-5272',NULL),(14618,3956,2,530,'2013-11-20 13:46:35',1,0,'','201311201','2013-11-20','2013-11-20','20131120-1','05:45',1,'PROF S K OWUSU',NULL,'','20131120-5273',NULL),(14619,12,3,530,'2013-11-20 13:57:53',0,0,'','201311202 ','2013-11-20','2013-11-20','20131120-2','05:56',1,'DR NKRUMAH',NULL,'','20131120-5274',NULL),(14620,3957,4,530,'2013-11-20 14:18:44',1,0,'','201311203','2013-11-20','2013-11-20','20131120-3','06:17',1,'',NULL,'','20131120-5275',NULL),(14621,3958,3,530,'2013-11-20 14:35:09',0,0,'','201311204','2013-11-20','2013-11-20','20131120-4','06:30',1,'DR AMOAH',NULL,'','20131120-5276',NULL),(14623,3958,1,530,'2013-11-20 14:35:09',0,0,'','201311204','2013-11-20','2013-11-20','20131120-4','06:34',1,'DR AMOAH',NULL,'','20131120-5276',NULL),(14626,3958,4,530,'2013-11-20 14:35:10',1,0,'','201311204','2013-11-20','2013-11-20','20131120-4','06:34',1,'DR AMOAH',NULL,'','20131120-5276',NULL),(14627,2349,1,530,'2013-11-20 14:48:25',0,0,'','201311205','2013-11-20','2013-11-20','20131120-5','06:46',1,'DR NUAMAH',NULL,'','20131120-5277',NULL),(14629,2349,2,530,'2013-11-20 14:48:26',0,0,'','201311205','2013-11-20','2013-11-20','20131120-5','06:48',1,'DR NUAMAH',NULL,'','20131120-5277',NULL),(14630,3959,2,530,'2013-11-20 15:08:19',1,0,'','201311206','2013-11-20','2013-11-20','20131120-6','07:07',1,'DR DJAN',NULL,'','20131120-5278',NULL),(14631,519,3,531,'2013-11-20 15:35:45',0,0,'','201311207','2013-11-20','2013-11-20','20131120-7','07:34',1,'DR NUAMAH',NULL,'','20131120-5279',NULL),(14632,3960,3,531,'2013-11-20 15:43:13',0,0,'','201311208 ','2013-11-20','2013-11-20','20131120-8','07:42',1,'DR AMOAH',NULL,'','20131120-5280',NULL),(14634,3960,1,531,'2013-11-20 15:43:13',1,0,'','201311208 ','2013-11-20','2013-11-20','20131120-8','07:43',1,'DR AMOAH',NULL,'','20131120-5280',NULL),(14635,3961,3,531,'2013-11-20 15:46:17',0,0,'','201311209','2013-11-20','2013-11-20','20131120-9','07:44',1,'DR AMOAH',NULL,'','20131120-5281',NULL),(14637,3961,1,531,'2013-11-20 15:46:17',1,0,'','201311209','2013-11-20','2013-11-20','20131120-9','07:45',1,'DR AMOAH',NULL,'','20131120-5281',NULL),(14640,3961,4,531,'2013-11-20 15:46:17',1,0,'','201311209','2013-11-20','2013-11-20','20131120-9','07:46',1,'DR AMOAH',NULL,'','20131120-5281',NULL),(14641,3962,3,531,'2013-11-20 15:48:23',0,0,'','2013112010','2013-11-20','2013-11-20','20131120-10','07:47',1,'DR VORTIA',NULL,'','20131120-5282',NULL),(14643,3962,1,531,'2013-11-20 15:48:23',1,0,'','2013112010','2013-11-20','2013-11-20','20131120-10','07:47',1,'DR VORTIA',NULL,'','20131120-5282',NULL),(14646,3962,4,531,'2013-11-20 15:48:23',1,0,'','2013112010','2013-11-20','2013-11-20','20131120-10','07:48',1,'DR VORTIA',NULL,'','20131120-5282',NULL),(14647,3963,1,531,'2013-11-20 15:57:32',0,0,'','2013112011','2013-11-20','2013-11-20','20131120-11','07:55',1,'DR TACHIE',NULL,'','20131120-5283',NULL),(14649,3963,3,531,'2013-11-20 15:57:33',0,0,'','2013112011','2013-11-20','2013-11-20','20131120-11','07:57',1,'DR TACHIE',NULL,'','20131120-5283',NULL),(14650,3964,3,531,'2013-11-20 16:00:42',0,0,'','2013112012','2013-11-20','2013-11-20','20131120-12','07:58',1,'DR FRIMPONG',NULL,'','20131120-5284',NULL),(14651,3965,3,531,'2013-11-20 16:03:44',0,0,'','2013112013','2013-11-20','2013-11-20','20131120-13','08:03',1,'DR K AMAOH',NULL,'','20131120-5285',NULL),(14652,3966,3,531,'2013-11-20 16:05:52',0,0,'','2013112014 ','2013-11-20','2013-11-20','20131120-14','08:04',1,'DR VORTIA',NULL,'','20131120-5286',NULL),(14654,3966,1,531,'2013-11-20 16:05:52',1,0,'','2013112014 ','2013-11-20','2013-11-20','20131120-14','08:05',1,'DR VORTIA',NULL,'','20131120-5286',NULL),(14657,3966,4,531,'2013-11-20 16:05:52',1,0,'','2013112014 ','2013-11-20','2013-11-20','20131120-14','08:05',1,'DR VORTIA',NULL,'','20131120-5286',NULL),(14658,3967,3,531,'2013-11-20 16:10:05',0,0,'','2013112015','2013-11-20','2013-11-20','20131120-15','08:08',1,'DR TACHIE',NULL,'','20131120-5287',NULL),(14660,3967,1,531,'2013-11-20 16:10:06',0,0,'','2013112015','2013-11-20','2013-11-20','20131120-15','08:09',1,'DR TACHIE',NULL,'','20131120-5287',NULL),(14661,3968,3,531,'2013-11-20 16:32:48',0,0,'','2013112016','2013-11-20','2013-11-20','20131120-16','08:24',1,'DR DANIEL',NULL,'','20131120-5288',NULL),(14663,3968,1,531,'2013-11-20 16:32:49',0,0,'','2013112016','2013-11-20','2013-11-20','20131120-16','08:31',1,'DR DANIEL',NULL,'','20131120-5288',NULL),(14664,2466,3,531,'2013-11-20 16:35:03',0,0,'','2013112017 ','2013-11-20','2013-11-20','20131120-17','08:34',1,'DR S K OWUSU',NULL,'','20131120-5289',NULL),(14665,3969,3,531,'2013-11-20 16:37:01',0,0,'','2013112018','2013-11-20','2013-11-20','20131120-18','08:36',1,'DR VORTIA',NULL,'','20131120-5290',NULL),(14667,3969,1,531,'2013-11-20 16:37:01',1,0,'','2013112018','2013-11-20','2013-11-20','20131120-18','08:36',1,'DR VORTIA',NULL,'','20131120-5290',NULL),(14670,3969,4,531,'2013-11-20 16:37:02',1,0,'','2013112018','2013-11-20','2013-11-20','20131120-18','08:36',1,'DR VORTIA',NULL,'','20131120-5290',NULL),(14671,1805,3,531,'2013-11-20 16:38:55',0,0,'','2013112019','2013-11-20','2013-11-20','20131120-19','08:37',1,'DR DOW',NULL,'','20131120-5291',NULL),(14672,3970,3,531,'2013-11-20 16:42:09',0,0,'','2013112020','2013-11-20','2013-11-20','20131120-20','08:40',1,'DR NUAMAH',NULL,'','20131120-5292',NULL),(14674,3970,1,531,'2013-11-20 16:42:10',1,0,'','2013112020','2013-11-20','2013-11-20','20131120-20','08:41',1,'DR NUAMAH',NULL,'','20131120-5292',NULL),(14677,3970,5,531,'2013-11-20 16:42:10',1,0,'','2013112020','2013-11-20','2013-11-20','20131120-20','08:41',1,'DR NUAMAH',NULL,'','20131120-5292',NULL),(14681,3970,4,531,'2013-11-20 16:42:10',1,0,'','2013112020','2013-11-20','2013-11-20','20131120-20','08:41',1,'DR NUAMAH',NULL,'','20131120-5292',NULL),(14682,3971,3,531,'2013-11-20 16:44:05',0,0,'','2013112021','2013-11-20','2013-11-20','20131120-21','08:43',1,'DR VORTIA',NULL,'','20131120-5293',NULL),(14683,1710,3,531,'2013-11-20 16:45:24',0,0,'','2013112022','2013-11-20','2013-11-20','20131120-22','08:44',1,'DR OFORI ANTI',NULL,'','20131120-5294',NULL),(14684,3972,3,531,'2013-11-20 16:49:26',0,0,'','2013112023','2013-11-20','2013-11-20','20131120-23','08:48',1,'DR VORTIA',NULL,'','20131120-5295',NULL),(14685,3973,1,531,'2013-11-20 16:56:12',0,0,'','2013112024','2013-11-20','2013-11-20','20131120-24','08:54',1,'DR NUAMAH',NULL,'','20131120-5296',NULL),(14687,3973,4,531,'2013-11-20 16:56:12',1,0,'','2013112024','2013-11-20','2013-11-20','20131120-24','08:56',1,'DR NUAMAH',NULL,'','20131120-5296',NULL),(14688,3974,3,531,'2013-11-20 17:00:57',0,0,'','2013112025','2013-11-20','2013-11-20','20131120-25','08:57',1,'DR NUAMAH',NULL,'','20131120-5297',NULL),(14690,3974,1,531,'2013-11-20 17:00:58',0,0,'','2013112025','2013-11-20','2013-11-20','20131120-25','09:00',1,'DR NUAMAH',NULL,'','20131120-5297',NULL),(14693,3974,4,531,'2013-11-20 17:00:58',1,0,'','2013112025','2013-11-20','2013-11-20','20131120-25','09:00',1,'DR NUAMAH',NULL,'','20131120-5297',NULL),(14694,3964,3,531,'2013-11-20 17:04:20',1,0,'','2013112012','2013-11-20','2013-11-20','20131120-26','09:04',1,'',NULL,'','20131120-5298',NULL),(14695,3975,3,531,'2013-11-20 17:10:18',0,0,'','2013112027 ','2013-11-20','2013-11-20','20131120-27','09:08',1,'DR NUAMAH',NULL,'','20131120-5299',NULL),(14697,3975,1,531,'2013-11-20 17:10:18',0,0,'','2013112027 ','2013-11-20','2013-11-20','20131120-27','09:09',1,'DR NUAMAH',NULL,'','20131120-5299',NULL),(14700,3975,4,531,'2013-11-20 17:10:19',1,0,'','2013112027 ','2013-11-20','2013-11-20','20131120-27','09:10',1,'DR NUAMAH',NULL,'','20131120-5299',NULL),(14701,3976,3,531,'2013-11-20 17:23:17',0,0,'','2013112028','2013-11-20','2013-11-20','20131120-28','09:21',1,'DR MENSAH',NULL,'','20131120-5300',NULL),(14703,3976,1,531,'2013-11-20 17:23:17',0,0,'','2013112028','2013-11-20','2013-11-20','20131120-28','09:22',1,'DR MENSAH',NULL,'','20131120-5300',NULL),(14704,2696,1,531,'2013-11-20 17:32:37',0,0,'','2013112029','2013-11-20','2013-11-20','20131120-29','09:31',1,'DR ADOTEY',NULL,'','20131120-5301',NULL),(14705,3977,3,531,'2013-11-20 17:35:48',0,0,'','2013112030','2013-11-20','2013-11-20','20131120-30','09:35',1,'DR VORTIA',NULL,'','20131120-5302',NULL),(14706,3978,3,531,'2013-11-20 17:38:22',0,0,'','2013112031 ','2013-11-20','2013-11-20','20131120-31','09:37',1,'DR VORTIA',NULL,'','20131120-5303',NULL),(14707,2763,3,531,'2013-11-20 17:49:21',1,0,'','2013112032 ','2013-11-20','2013-11-20','20131120-32','09:47',1,'DR ARMAH',NULL,'','20131120-5304',NULL),(14708,3979,3,531,'2013-11-20 17:51:34',0,0,'','2013112033','2013-11-20','2013-11-20','20131120-33','09:50',1,'DR NUAMAH',NULL,'','20131120-5305',NULL),(14709,3980,3,531,'2013-11-20 17:55:50',0,0,'','2013112034','2013-11-20','2013-11-20','20131120-34','09:54',1,'DR YEBOAH',NULL,'','20131120-5306',NULL),(14711,3980,4,531,'2013-11-20 17:55:50',1,0,'','2013112034','2013-11-20','2013-11-20','20131120-34','09:55',1,'DR YEBOAH',NULL,'','20131120-5306',NULL),(14712,3981,3,531,'2013-11-20 18:05:29',0,0,'','2013112035','2013-11-20','2013-11-20','20131120-35','10:04',1,'DR YEBOAH',NULL,'','20131120-5307',NULL),(14714,3981,1,531,'2013-11-20 18:05:29',1,0,'','2013112035','2013-11-20','2013-11-20','20131120-35','10:05',1,'DR YEBOAH',NULL,'','20131120-5307',NULL),(14717,3981,4,531,'2013-11-20 18:05:30',1,0,'','2013112035','2013-11-20','2013-11-20','20131120-35','10:05',1,'DR YEBOAH',NULL,'','20131120-5307',NULL),(14718,3982,3,531,'2013-11-20 18:08:35',0,0,'','2013112036','2013-11-20','2013-11-20','20131120-36','10:06',1,'DR VORTIA',NULL,'','20131120-5308',NULL),(14720,3982,20,531,'2013-11-20 18:08:36',1,0,'','2013112036','2013-11-20','2013-11-20','20131120-36','10:07',1,'DR VORTIA',NULL,'','20131120-5308',NULL),(14721,3949,3,531,'2013-11-20 18:10:24',0,0,'','2013112037','2013-11-20','2013-11-20','20131120-37','10:09',1,'DR NUAMAH',NULL,'','20131120-5309',NULL),(14722,3983,3,531,'2013-11-20 18:19:32',0,0,'','2013112038 ','2013-11-20','2013-11-20','20131120-38','10:17',1,'DR MENSAH',NULL,'','20131120-5310',NULL),(14724,3983,1,531,'2013-11-20 18:19:32',0,0,'','2013112038 ','2013-11-20','2013-11-20','20131120-38','10:18',1,'DR MENSAH',NULL,'','20131120-5310',NULL),(14727,3983,5,531,'2013-11-20 18:19:32',1,0,'','2013112038 ','2013-11-20','2013-11-20','20131120-38','10:19',1,'DR MENSAH',NULL,'','20131120-5310',NULL),(14731,3983,4,531,'2013-11-20 18:19:33',1,0,'','2013112038 ','2013-11-20','2013-11-20','20131120-38','10:19',1,'DR MENSAH',NULL,'','20131120-5310',NULL),(14732,3924,1,531,'2013-11-20 18:22:02',1,0,'','2013112039','2013-11-20','2013-11-20','20131120-39','10:20',1,'DR DANIEL',NULL,'','20131120-5311',NULL),(14733,3984,3,531,'2013-11-20 18:24:27',0,0,'','2013112040','2013-11-20','2013-11-20','20131120-40','10:23',1,'DR YEBOAH',NULL,'','20131120-5312',NULL),(14735,3984,4,531,'2013-11-20 18:24:27',1,0,'','2013112040','2013-11-20','2013-11-20','20131120-40','10:24',1,'DR YEBOAH',NULL,'','20131120-5312',NULL),(14736,3985,3,531,'2013-11-20 18:39:41',0,0,'','2013112041','2013-11-20','2013-11-20','20131120-41','10:36',1,'DR NUAMAH',NULL,'','20131120-5313',NULL),(14738,3985,1,531,'2013-11-20 18:39:41',1,0,'','2013112041','2013-11-20','2013-11-20','20131120-41','10:39',1,'DR NUAMAH',NULL,'','20131120-5313',NULL),(14741,3985,5,531,'2013-11-20 18:39:41',0,0,'','2013112041','2013-11-20','2013-11-20','20131120-41','10:39',1,'DR NUAMAH',NULL,'','20131120-5313',NULL),(14742,3986,3,531,'2013-11-20 18:42:05',0,0,'','2013112042 ','2013-11-20','2013-11-20','20131120-42','10:41',1,'DR VORTIA',NULL,'','20131120-5314',NULL),(14743,3987,3,531,'2013-11-20 18:43:34',0,0,'','2013112043','2013-11-20','2013-11-20','20131120-43','10:42',1,'DR VORTIA',NULL,'','20131120-5315',NULL),(14744,3988,3,531,'2013-11-20 18:45:34',0,0,'','2013112044','2013-11-20','2013-11-20','20131120-44','10:44',1,'DR VORTIA',NULL,'','20131120-5316',NULL),(14745,3989,3,531,'2013-11-20 18:49:17',0,0,'','2013112045','2013-11-20','2013-11-20','20131120-45','10:48',1,'DR YEBOAH',NULL,'','20131120-5317',NULL),(14747,3989,4,531,'2013-11-20 18:49:18',1,0,'','2013112045','2013-11-20','2013-11-20','20131120-45','10:49',1,'DR YEBOAH',NULL,'','20131120-5317',NULL),(14748,3964,1,531,'2013-11-20 18:51:19',0,0,'','2013112012','2013-11-20','2013-11-20','20131120-46','10:49',1,'DR NUAMAH',NULL,'','20131120-5318',NULL),(14750,3964,3,531,'2013-11-20 18:51:19',0,0,'','2013112045','2013-11-20','2013-11-20','20131120-46','10:50',1,'DR NUAMAH',NULL,'','20131120-5318',NULL),(14751,3960,1,531,'2013-11-20 19:07:40',0,0,'','201311208','2013-11-20','2013-11-20','20131120-47','11:05',1,'DR MENSAH',NULL,'','20131120-5319',NULL),(14753,3960,5,531,'2013-11-20 19:07:40',0,0,'','2013112045','2013-11-20','2013-11-20','20131120-47','11:07',1,'DR MENSAH',NULL,'','20131120-5319',NULL),(14754,3990,3,531,'2013-11-20 19:16:14',0,0,'','2013112048','2013-11-20','2013-11-20','20131120-48','11:14',1,'DR NUAMAH',NULL,'','20131120-5320',NULL),(14756,3990,1,531,'2013-11-20 19:16:14',1,0,'','2013112048','2013-11-20','2013-11-20','20131120-48','11:16',1,'DR NUAMAH',NULL,'','20131120-5320',NULL),(14757,3991,3,531,'2013-11-20 19:23:50',0,0,'','2013112049 ','2013-11-20','2013-11-20','20131120-49','11:23',1,'DR VORTIA',NULL,'','20131120-5321',NULL),(14758,3992,3,531,'2013-11-20 19:26:53',0,0,'','2013112050','2013-11-20','2013-11-20','20131120-50','11:25',1,'DR ARMAH',NULL,'','20131120-5322',NULL),(14759,3993,3,531,'2013-11-20 19:44:50',0,0,'','2013112051','2013-11-20','2013-11-20','20131120-51','11:43',1,'DR MENSAH',NULL,'','20131120-5323',NULL),(14761,3993,8,531,'2013-11-20 19:44:50',1,0,'','2013112051','2013-11-20','2013-11-20','20131120-51','11:44',1,'DR MENSAH',NULL,'','20131120-5323',NULL),(14762,3994,3,531,'2013-11-20 19:48:07',1,0,'','2013112052','2013-11-20','2013-11-20','20131120-52','11:46',1,'DR ARMAH',NULL,'','20131120-5324',NULL),(14764,3994,4,531,'2013-11-20 19:48:07',1,0,'','2013112052','2013-11-20','2013-11-20','20131120-52','11:47',1,'DR ARMAH',NULL,'','20131120-5324',NULL),(14765,3995,3,531,'2013-11-20 19:51:53',0,0,'','2013112053','2013-11-20','2013-11-20','20131120-53','11:50',1,'DR VORTIA',NULL,'','20131120-5325',NULL),(14766,3996,3,531,'2013-11-20 19:58:40',0,0,'','2013112054','2013-11-20','2013-11-20','20131120-54','11:57',1,'DR TAKYI',NULL,'','20131120-5326',NULL),(14767,2286,1,531,'2013-11-20 20:00:39',0,0,'','2013112055','2013-11-20','2013-11-20','20131120-55','11:59',1,'DR ADOTEY',NULL,'','20131120-5327',NULL),(14768,3997,3,531,'2013-11-20 20:05:04',0,0,'','2013112056','2013-11-20','2013-11-20','20131120-56','12:04',1,'DR VORTIA',NULL,'','20131120-5328',NULL),(14769,3998,3,531,'2013-11-20 20:09:12',0,0,'','2013112057','2013-11-20','2013-11-20','20131120-57','12:06',1,'DR NUAMAH',NULL,'','20131120-5329',NULL),(14771,3998,5,531,'2013-11-20 20:09:12',1,0,'','2013112057','2013-11-20','2013-11-20','20131120-57','12:08',1,'DR NUAMAH',NULL,'','20131120-5329',NULL),(14772,3999,3,531,'2013-11-20 20:17:53',0,0,'','2013112058','2013-11-20','2013-11-20','20131120-58','12:15',1,'DR NUAMAH',NULL,'','20131120-5330',NULL),(14774,3999,1,531,'2013-11-20 20:17:53',1,0,'','2013112058','2013-11-20','2013-11-20','20131120-58','12:17',1,'DR NUAMAH',NULL,'','20131120-5330',NULL),(14777,3999,5,531,'2013-11-20 20:17:53',1,0,'','2013112058','2013-11-20','2013-11-20','20131120-58','12:17',1,'DR NUAMAH',NULL,'','20131120-5330',NULL),(14778,3981,1,531,'2013-11-20 20:19:21',1,0,'','2013112035','2013-11-20','2013-11-20','20131120-59','12:18',1,'DR YEBOAH',NULL,'','20131120-5331',NULL),(14779,3979,19,531,'2013-11-20 20:22:08',1,0,'','2013112033','2013-11-20','2013-11-20','20131120-60','12:21',1,'',NULL,'','20131120-5332',NULL),(14780,4000,3,531,'2013-11-20 20:31:19',0,0,'','2013112061','2013-11-20','2013-11-20','20131120-61','12:29',1,'DR NUAMAH',NULL,'','20131120-5333',NULL),(14782,4000,1,531,'2013-11-20 20:31:19',1,0,'','2013112061','2013-11-20','2013-11-20','20131120-61','12:30',1,'DR NUAMAH',NULL,'','20131120-5333',NULL),(14785,4000,4,531,'2013-11-20 20:31:19',1,0,'','2013112061','2013-11-20','2013-11-20','20131120-61','12:31',1,'DR NUAMAH',NULL,'','20131120-5333',NULL),(14786,4001,3,531,'2013-11-20 20:38:56',0,0,'','2013112062','2013-11-20','2013-11-20','20131120-62','12:37',1,'DR VORTIA',NULL,'','20131120-5334',NULL),(14787,4002,3,531,'2013-11-20 20:42:16',0,0,'','2013112063','2013-11-20','2013-11-20','20131120-63','12:39',1,'DR TAKYI',NULL,'','20131120-5335',NULL),(14789,4002,1,531,'2013-11-20 20:42:17',1,0,'','2013112063','2013-11-20','2013-11-20','20131120-63','12:41',1,'DR TAKYI',NULL,'','20131120-5335',NULL),(14792,4002,4,531,'2013-11-20 20:42:17',1,0,'','2013112063','2013-11-20','2013-11-20','20131120-63','12:41',1,'DR TAKYI',NULL,'','20131120-5335',NULL),(14796,4002,5,531,'2013-11-20 20:42:17',1,0,'','2013112063','2013-11-20','2013-11-20','20131120-63','12:42',1,'DR TAKYI',NULL,'','20131120-5335',NULL),(14797,3990,5,541,'2013-11-20 20:49:27',1,0,'','2013112048','2013-11-20','2013-11-20','20131120-65','12:48',1,'DR NUAMAH',NULL,'','20131120-5337',NULL),(14798,4003,3,531,'2013-11-20 20:54:59',0,0,'','2013112066','2013-11-20','2013-11-20','20131120-66','12:53',1,'DR NUAMAH',NULL,'','20131120-5338',NULL),(14799,4004,3,531,'2013-11-20 20:59:38',0,0,'','2013112067','2013-11-20','2013-11-20','20131120-67','12:56',1,'DR VORTIA',NULL,'','20131120-5339',NULL),(14801,4004,1,531,'2013-11-20 20:59:38',0,0,'','2013112067','2013-11-20','2013-11-20','20131120-67','12:58',1,'DR VORTIA',NULL,'','20131120-5339',NULL),(14802,3960,5,531,'2013-11-20 21:17:38',1,0,'','201311208','2013-11-20','2013-11-20','20131120-68','13:17',1,'',NULL,'','20131120-5340',NULL),(14803,3964,3,531,'2013-11-20 21:19:21',0,0,'','2013112012','2013-11-20','2013-11-20','20131120-69','13:18',1,'',NULL,'','20131120-5341',NULL),(14804,2466,3,541,'2013-11-20 21:19:52',1,0,'','2013112017','2013-11-20','2013-11-20','20131120-70','13:18',1,'PROF S K OWUSU',NULL,'','20131120-5342',NULL),(14805,4005,3,531,'2013-11-20 21:26:56',0,0,'','2013112071','2013-11-20','2013-11-20','20131120-71','13:25',1,'DR YEBOAH',NULL,'','20131120-5343',NULL),(14807,4005,4,531,'2013-11-20 21:26:56',0,0,'','2013112071','2013-11-20','2013-11-20','20131120-71','13:26',1,'DR YEBOAH',NULL,'','20131120-5343',NULL),(14808,4007,3,531,'2013-11-20 21:29:23',0,0,'','2013112072','2013-11-20','2013-11-20','20131120-72','13:28',1,'DR NUAMAH',NULL,'','20131120-5344',NULL),(14809,4008,3,531,'2013-11-20 21:33:13',0,0,'','2013112073','2013-11-20','2013-11-20','20131120-73','13:30',1,'DR VORTIA',NULL,'','20131120-5345',NULL),(14810,4009,17,531,'2013-11-20 21:36:26',1,0,'','2013112074','2013-11-20','2013-11-20','20131120-74','13:35',1,'DR SGEPI ATTEE',NULL,'','20131120-5346',NULL),(14811,4010,3,531,'2013-11-20 21:39:11',0,0,'','2013112075 ','2013-11-20','2013-11-20','20131120-75','13:38',1,'DR MENSAH',NULL,'','20131120-5347',NULL),(14813,4010,5,531,'2013-11-20 21:39:11',1,0,'','2013112075 ','2013-11-20','2013-11-20','20131120-75','13:38',1,'DR MENSAH',NULL,'','20131120-5347',NULL),(14814,4011,3,531,'2013-11-20 21:42:19',0,0,'','2013112076','2013-11-20','2013-11-20','20131120-76','13:40',1,'DR NUAMAH',NULL,'','20131120-5348',NULL),(14816,4011,1,531,'2013-11-20 21:42:20',1,0,'','2013112076','2013-11-20','2013-11-20','20131120-76','13:41',1,'DR NUAMAH',NULL,'','20131120-5348',NULL),(14819,4011,4,531,'2013-11-20 21:42:20',1,0,'','2013112076','2013-11-20','2013-11-20','20131120-76','13:42',1,'DR NUAMAH',NULL,'','20131120-5348',NULL),(14820,2758,3,531,'2013-11-20 21:48:28',0,0,'','2013112077','2013-11-20','2013-11-20','20131120-77','13:46',1,'DR MENSAH',NULL,'','20131120-5349',NULL),(14822,2758,1,531,'2013-11-20 21:48:28',0,0,'','2013112077','2013-11-20','2013-11-20','20131120-77','13:48',1,'DR MENSAH',NULL,'','20131120-5349',NULL),(14823,2758,4,531,'2013-11-20 21:49:16',0,0,'','2013112077','2013-11-20','2013-11-20','20131120-78','13:48',1,'',NULL,'','20131120-5350',NULL),(14824,4012,3,531,'2013-11-20 21:51:38',0,0,'','2013112079 ','2013-11-20','2013-11-20','20131120-79','13:50',1,'DR NUAMAH',NULL,'','20131120-5351',NULL),(14826,4012,4,531,'2013-11-20 21:51:39',1,0,'','2013112079 ','2013-11-20','2013-11-20','20131120-79','13:51',1,'DR NUAMAH',NULL,'','20131120-5351',NULL),(14827,4013,3,531,'2013-11-20 22:04:03',0,0,'','2013112080','2013-11-20','2013-11-20','20131120-80','14:02',1,'DR NUAMAH',NULL,'','20131120-5352',NULL),(14829,4013,1,531,'2013-11-20 22:04:03',1,0,'','2013112080','2013-11-20','2013-11-20','20131120-80','14:03',1,'DR NUAMAH',NULL,'','20131120-5352',NULL),(14832,4013,5,531,'2013-11-20 22:04:03',0,0,'','2013112080','2013-11-20','2013-11-20','20131120-80','14:03',1,'DR NUAMAH',NULL,'','20131120-5352',NULL),(14833,4014,3,531,'2013-11-20 22:23:14',0,0,'','2013112082','2013-11-20','2013-11-20','20131120-82','14:20',1,'DR MENSAH',NULL,'','20131120-5354',NULL),(14835,4014,1,531,'2013-11-20 22:23:15',0,0,'','2013112082','2013-11-20','2013-11-20','20131120-82','14:22',1,'DR MENSAH',NULL,'','20131120-5354',NULL),(14838,4014,4,531,'2013-11-20 22:23:15',1,0,'','2013112082','2013-11-20','2013-11-20','20131120-82','14:22',1,'DR MENSAH',NULL,'','20131120-5354',NULL),(14839,4015,3,531,'2013-11-20 22:25:54',0,0,'','2013112083 ','2013-11-20','2013-11-20','20131120-83','14:24',1,'DR VORTIA',NULL,'','20131120-5355',NULL),(14840,4016,3,531,'2013-11-20 22:30:18',0,0,'','2013112085','2013-11-20','2013-11-20','20131120-85','14:29',1,'DR ADOTEY',NULL,'','20131120-5357',NULL),(14842,4016,5,531,'2013-11-20 22:30:18',0,0,'','2013112085','2013-11-20','2013-11-20','20131120-85','14:30',1,'DR ADOTEY',NULL,'','20131120-5357',NULL),(14843,4017,3,531,'2013-11-20 22:36:26',0,0,'','2013112086 ','2013-11-20','2013-11-20','20131120-86','14:35',1,'DR MENSAH',NULL,'','20131120-5358',NULL),(14844,4018,1,531,'2013-11-20 22:41:40',0,0,'','2013112087 ','2013-11-20','2013-11-20','20131120-87','14:40',1,'DR ANKOMAH',NULL,'','20131120-5359',NULL),(14846,4018,4,531,'2013-11-20 22:41:40',1,0,'','2013112087 ','2013-11-20','2013-11-20','20131120-87','14:41',1,'DR ANKOMAH',NULL,'','20131120-5359',NULL),(14847,3194,4,531,'2013-11-20 22:48:27',0,0,'','2013110981','2013-11-20','2013-11-20','20131120-88','14:47',1,'',NULL,'','20131120-5360',NULL),(14848,4010,19,531,'2013-11-20 22:54:44',1,0,'','2013112075','2013-11-20','2013-11-20','20131120-89','14:53',1,'DR PUPPULAMPO',NULL,'','20131120-5361',NULL),(14849,4002,3,552,'2013-11-20 22:55:55',1,0,'','2013112063','2013-11-20','2013-11-20','20131120-90','14:55',1,'',NULL,'','20131120-5362',NULL),(14850,4019,3,531,'2013-11-20 23:17:07',0,0,'','2013112091','2013-11-20','2013-11-20','20131120-91','15:16',1,'DR YEBOAH',NULL,'','20131120-5363',NULL),(14851,4020,3,531,'2013-11-20 23:19:20',0,0,'','2013112092','2013-11-20','2013-11-20','20131120-92','15:18',1,'DR NUAMAH',NULL,'','20131120-5364',NULL),(14853,4020,1,531,'2013-11-20 23:19:20',1,0,'','2013112092','2013-11-20','2013-11-20','20131120-92','15:19',1,'DR NUAMAH',NULL,'','20131120-5364',NULL),(14856,4020,4,531,'2013-11-20 23:19:20',1,0,'','2013112092','2013-11-20','2013-11-20','20131120-92','15:19',1,'DR NUAMAH',NULL,'','20131120-5364',NULL),(14857,4021,3,531,'2013-11-20 23:22:38',0,0,'','2013112093','2013-11-20','2013-11-20','20131120-93','15:21',1,'DR OFORI ANTI',NULL,'','20131120-5365',NULL),(14858,4022,4,531,'2013-11-20 23:32:11',1,0,'','2013112094 ','2013-11-20','2013-11-20','20131120-94','15:31',1,'DR ASUMANU',NULL,'','20131120-5366',NULL),(14859,4023,3,531,'2013-11-20 23:33:43',0,0,'','2013112095 ','2013-11-20','2013-11-20','20131120-95','15:32',1,'DR OFORI ANTI',NULL,'','20131120-5367',NULL),(14860,4024,3,531,'2013-11-20 23:40:58',0,0,'','2013112096','2013-11-20','2013-11-20','20131120-96','15:39',1,'DR ARMAH',NULL,'','20131120-5368',NULL),(14862,4024,4,531,'2013-11-20 23:40:59',1,0,'','2013112096','2013-11-20','2013-11-20','20131120-96','15:40',1,'DR ARMAH',NULL,'','20131120-5368',NULL),(14863,4005,4,550,'2013-11-20 23:46:37',1,0,'','2013112071','2013-11-20','2013-11-20','20131120-97','15:46',1,'',NULL,'','20131120-5369',NULL),(14864,4025,1,534,'2013-11-21 00:25:56',0,0,'','2013112098','2013-11-20','2013-11-20','20131120-98','16:24',1,'DR ANKOMAH',NULL,'','20131120-5370',NULL),(14866,4025,4,534,'2013-11-21 00:25:56',0,0,'','2013112098','2013-11-20','2013-11-20','20131120-98','16:25',1,'DR ANKOMAH',NULL,'','20131120-5370',NULL),(14867,4026,3,534,'2013-11-21 00:30:17',0,0,'','2013112099','2013-11-20','2013-11-20','20131120-99','16:28',1,'DR YEBOAH',NULL,'','20131120-5371',NULL),(14869,4026,4,534,'2013-11-21 00:30:17',1,0,'','2013112099','2013-11-20','2013-11-20','20131120-99','16:29',1,'DR YEBOAH',NULL,'','20131120-5371',NULL),(14870,4027,3,534,'2013-11-21 00:37:39',0,0,'','20131120100 ','2013-11-20','2013-11-20','20131120-100','16:36',1,'DR OFORI ANTI',NULL,'','20131120-5372',NULL),(14871,4012,3,534,'2013-11-21 00:40:59',1,0,'','20131120101','2013-11-20','2013-11-20','20131120-101','16:40',1,'DR OFORI ANTI',NULL,'','20131120-5373',NULL),(14872,4028,3,531,'2013-11-21 00:47:46',0,0,'','20131120102','2013-11-20','2013-11-20','20131120-102','16:46',1,'DR OFORI ANTI',NULL,'','20131120-5374',NULL),(14873,4029,3,531,'2013-11-21 00:52:54',0,0,'','20131120103','2013-11-20','2013-11-20','20131120-103','16:52',1,'DR OFORI ANTI',NULL,'','20131120-5375',NULL),(14874,4030,3,531,'2013-11-21 00:54:50',0,0,'','20131120104','2013-11-20','2013-11-20','20131120-104','16:53',1,'DR OFORI ANTI',NULL,'','20131120-5376',NULL),(14875,4031,3,531,'2013-11-21 01:05:35',0,0,'','20131120105','2013-11-20','2013-11-20','20131120-105','17:04',1,'DR OFORI ANTI',NULL,'','20131120-5377',NULL),(14877,4031,4,531,'2013-11-21 01:05:36',1,0,'','20131120105','2013-11-20','2013-11-20','20131120-105','17:05',1,'DR OFORI ANTI',NULL,'','20131120-5377',NULL),(14878,3667,3,531,'2013-11-21 01:12:52',0,0,'','20131120106','2013-11-20','2013-11-20','20131120-106','17:11',1,'DR YEBOAH',NULL,'','20131120-5378',NULL),(14880,3667,4,531,'2013-11-21 01:12:52',1,0,'','20131120106','2013-11-20','2013-11-20','20131120-106','17:12',1,'DR YEBOAH',NULL,'','20131120-5378',NULL),(14881,3667,1,531,'2013-11-21 01:21:09',0,0,'','20131120106','2013-11-20','2013-11-20','20131120-107','17:20',1,'DR YEBOAH',NULL,'','20131120-5379',NULL),(14882,4011,4,531,'2013-11-21 03:09:36',1,0,'','20131120108 ','2013-11-20','2013-11-20','20131120-108','19:07',1,'DR OFORI ANTI',NULL,'','20131120-5380',NULL),(14883,3960,1,531,'2013-11-21 03:20:04',0,0,'','20131120109','2013-11-20','2013-11-20','20131120-109','19:17',1,'DR AKPALU',NULL,'','20131120-5381',NULL),(14885,3960,3,531,'2013-11-21 03:20:04',0,0,'','20131120109','2013-11-20','2013-11-20','20131120-109','19:19',1,'DR AKPALU',NULL,'','20131120-5381',NULL),(14888,3960,4,531,'2013-11-21 03:20:05',0,0,'','20131120109','2013-11-20','2013-11-20','20131120-109','19:19',1,'DR AKPALU',NULL,'','20131120-5381',NULL),(14889,4028,3,531,'2013-11-21 03:21:18',1,0,'','20131120102','2013-11-20','2013-11-20','20131120-110','19:20',1,'',NULL,'','20131120-5382',NULL),(14890,4032,3,530,'2013-11-21 03:38:11',1,0,'','20131120111','2013-11-20','2013-11-20','20131120-111','19:37',1,'DR OFORI',NULL,'','20131120-5383',NULL),(14891,4033,1,530,'2013-11-21 03:46:00',1,0,'','20131120112','2013-11-20','2013-11-20','20131120-112','19:44',1,'DR OFORI',NULL,'','20131120-5384',NULL),(14892,4034,3,530,'2013-11-21 04:10:20',1,0,'','20131120113','2013-11-20','2013-11-20','20131120-113','20:08',1,'DR YEBOAH',NULL,'','20131120-5385',NULL),(14894,4034,4,530,'2013-11-21 04:10:21',1,0,'','20131120113','2013-11-20','2013-11-20','20131120-113','20:10',1,'DR YEBOAH',NULL,'','20131120-5385',NULL),(14895,4035,3,530,'2013-11-21 04:35:13',1,0,'','20131120114','2013-11-20','2013-11-20','20131120-114','20:34',1,'',NULL,'','20131120-5386',NULL),(14896,4036,3,530,'2013-11-21 04:45:25',1,0,'','20131120115','2013-11-20','2013-11-20','20131120-115','20:44',1,'DR OFORI ANTI',NULL,'','20131120-5387',NULL),(14898,4036,1,530,'2013-11-21 04:45:26',0,0,'','20131120115','2013-11-20','2013-11-20','20131120-115','20:45',1,'DR OFORI ANTI',NULL,'','20131120-5387',NULL),(14899,4037,1,530,'2013-11-21 04:56:09',1,0,'','20131120116','2013-11-20','2013-11-20','20131120-116','20:55',1,'DR OFORI ANTI',NULL,'','20131120-5388',NULL),(14901,4037,5,530,'2013-11-21 04:56:09',1,0,'','20131120116','2013-11-20','2013-11-20','20131120-116','20:55',1,'DR OFORI ANTI',NULL,'','20131120-5388',NULL),(14902,4038,3,530,'2013-11-21 07:32:37',1,0,'','20131120117','2013-11-20','2013-11-20','20131120-117','23:31',1,'DR SALLAR',NULL,'','20131120-5389',NULL),(14904,4038,4,530,'2013-11-21 07:32:37',1,0,'','20131120117','2013-11-20','2013-11-20','20131120-117','23:32',1,'DR SALLAR',NULL,'','20131120-5389',NULL),(14905,4039,3,530,'2013-11-21 07:38:52',1,0,'','20131120118','2013-11-20','2013-11-20','20131120-118','23:38',1,'DR SALLAR',NULL,'','20131120-5390',NULL),(14907,4039,4,530,'2013-11-21 07:38:52',1,0,'','20131120118','2013-11-20','2013-11-20','20131120-118','23:38',1,'DR SALLAR',NULL,'','20131120-5390',NULL),(14908,4038,1,535,'2013-11-21 08:08:04',1,0,'','20131120117','2013-11-21','2013-11-21','20131121-1','00:07',1,'',NULL,'','20131121-5391',NULL),(14909,826,3,530,'2013-11-21 09:15:36',1,0,'','201311212','2013-11-21','2013-11-21','20131121-2','01:14',1,'DR SALLAR',NULL,'','20131121-5392',NULL),(14911,826,4,530,'2013-11-21 09:15:36',1,0,'','201311212','2013-11-21','2013-11-21','20131121-2','01:15',1,'DR SALLAR',NULL,'','20131121-5392',NULL),(14914,826,1,530,'2013-11-21 09:15:36',1,0,'','201311212','2013-11-21','2013-11-21','20131121-2','01:15',1,'DR SALLAR',NULL,'','20131121-5392',NULL),(14915,4040,2,530,'2013-11-21 13:42:10',0,0,'','201311213','2013-11-21','2013-11-21','20131121-3','05:41',1,'DR YEBOAH',NULL,'','20131121-5393',NULL),(14916,4041,3,530,'2013-11-21 14:19:27',0,0,'','201311214 ','2013-11-21','2013-11-21','20131121-4','06:17',1,'DR AMOAH',NULL,'','20131121-5394',NULL),(14918,4041,1,530,'2013-11-21 14:19:27',0,0,'','201311214 ','2013-11-21','2013-11-21','20131121-4','06:18',1,'DR AMOAH',NULL,'','20131121-5394',NULL),(14921,4041,4,530,'2013-11-21 14:19:27',1,0,'','201311214 ','2013-11-21','2013-11-21','20131121-4','06:19',1,'DR AMOAH',NULL,'','20131121-5394',NULL),(14922,4042,3,530,'2013-11-21 14:47:14',0,0,'','201311215 ','2013-11-21','2013-11-21','20131121-5','06:45',1,'DR AMOAH',NULL,'','20131121-5395',NULL),(14924,4042,1,530,'2013-11-21 14:47:14',1,0,'','201311215 ','2013-11-21','2013-11-21','20131121-5','06:46',1,'DR AMOAH',NULL,'','20131121-5395',NULL),(14927,4042,4,530,'2013-11-21 14:47:14',1,0,'','201311215 ','2013-11-21','2013-11-21','20131121-5','06:46',1,'DR AMOAH',NULL,'','20131121-5395',NULL),(14931,4042,5,530,'2013-11-21 14:47:15',1,0,'','201311215 ','2013-11-21','2013-11-21','20131121-5','06:47',1,'DR AMOAH',NULL,'','20131121-5395',NULL),(14932,826,1,530,'2013-11-21 15:00:37',0,0,'','201311212','2013-11-21','2013-11-21','20131121-6','06:59',1,'DR SALLAR',NULL,'','20131121-5396',NULL),(14933,4043,3,530,'2013-11-21 15:13:32',0,0,'','201311217','2013-11-21','2013-11-21','20131121-7','07:12',1,'DR SALLAR',NULL,'','20131121-5397',NULL),(14934,1225,2,530,'2013-11-21 15:16:31',1,0,'','201311218 ','2013-11-21','2013-11-21','20131121-8','07:15',1,'DR SALLAR',NULL,'','20131121-5398',NULL),(14936,1225,4,530,'2013-11-21 15:16:31',1,0,'','201311218 ','2013-11-21','2013-11-21','20131121-8','07:16',1,'DR SALLAR',NULL,'','20131121-5398',NULL),(14937,4044,1,530,'2013-11-21 15:21:22',0,0,'','201311219','2013-11-21','2013-11-21','20131121-9','07:19',1,'DR SALLAR',NULL,'','20131121-5399',NULL),(14939,4044,2,530,'2013-11-21 15:21:22',0,0,'','201311219','2013-11-21','2013-11-21','20131121-9','07:20',1,'DR SALLAR',NULL,'','20131121-5399',NULL),(14942,4044,4,530,'2013-11-21 15:21:22',1,0,'','201311219','2013-11-21','2013-11-21','20131121-9','07:21',1,'DR SALLAR',NULL,'','20131121-5399',NULL),(14943,4045,3,558,'2013-11-21 15:40:27',0,0,'','2013112110','2013-11-21','2013-11-21','20131121-10','07:38',1,'DR AMOAH',NULL,'','20131121-5400',NULL),(14945,4045,4,558,'2013-11-21 15:40:28',1,0,'','2013112110','2013-11-21','2013-11-21','20131121-10','07:39',1,'DR AMOAH',NULL,'','20131121-5400',NULL),(14948,4045,1,558,'2013-11-21 15:40:28',1,0,'','2013112110','2013-11-21','2013-11-21','20131121-10','07:40',1,'DR AMOAH',NULL,'','20131121-5400',NULL),(14949,4046,3,558,'2013-11-21 15:51:15',0,0,'','2013112111','2013-11-21','2013-11-21','20131121-11','07:49',1,'',NULL,'','20131121-5401',NULL),(14951,4046,1,558,'2013-11-21 15:51:15',1,0,'','2013112111','2013-11-21','2013-11-21','20131121-11','07:51',1,'',NULL,'','20131121-5401',NULL),(14952,4047,3,558,'2013-11-21 16:00:07',0,0,'','2013112112','2013-11-21','2013-11-21','20131121-12','07:58',1,'DR SALLAR',NULL,'','20131121-5402',NULL),(14954,4047,1,558,'2013-11-21 16:00:08',1,0,'','2013112112','2013-11-21','2013-11-21','20131121-12','07:59',1,'DR SALLAR',NULL,'','20131121-5402',NULL),(14955,4048,1,558,'2013-11-21 16:02:55',0,0,'','2013112113','2013-11-21','2013-11-21','20131121-13','08:02',1,'DR OFORI ANTI',NULL,'','20131121-5403',NULL),(14957,4048,5,558,'2013-11-21 16:02:56',1,0,'','2013112113','2013-11-21','2013-11-21','20131121-13','08:02',1,'DR OFORI ANTI',NULL,'','20131121-5403',NULL),(14958,4049,3,558,'2013-11-21 16:06:23',0,0,'','2013112114 ','2013-11-21','2013-11-21','20131121-14','08:04',1,'',NULL,'','20131121-5404',NULL),(14960,4049,4,558,'2013-11-21 16:06:24',1,0,'','2013112114 ','2013-11-21','2013-11-21','20131121-14','08:05',1,'',NULL,'','20131121-5404',NULL),(14963,4049,5,558,'2013-11-21 16:06:24',1,0,'','2013112114 ','2013-11-21','2013-11-21','20131121-14','08:06',1,'',NULL,'','20131121-5404',NULL),(14964,4050,2,558,'2013-11-21 16:22:50',1,0,'','2013112115','2013-11-21','2013-11-21','20131121-15','08:21',1,'DR YEBOAH',NULL,'','20131121-5405',NULL),(14965,4051,3,558,'2013-11-21 16:28:28',0,0,'','2013112116','2013-11-21','2013-11-21','20131121-16','08:27',1,'DR VORTIA',NULL,'','20131121-5406',NULL),(14967,4051,4,558,'2013-11-21 16:28:28',1,0,'','2013112116','2013-11-21','2013-11-21','20131121-16','08:28',1,'DR VORTIA',NULL,'','20131121-5406',NULL),(14970,4051,1,558,'2013-11-21 16:28:28',1,0,'','2013112116','2013-11-21','2013-11-21','20131121-16','08:28',1,'DR VORTIA',NULL,'','20131121-5406',NULL),(14971,3888,4,534,'2013-11-21 16:33:03',1,0,'','2013111918','2013-11-21','2013-11-19','20131121-17','08:31',1,'',NULL,'','20131121-5407',NULL),(14972,4052,3,558,'2013-11-21 16:45:34',0,0,'','2013112118','2013-11-21','2013-11-21','20131121-18','08:43',1,'DR NUAMAH',NULL,'','20131121-5408',NULL),(14974,4052,4,558,'2013-11-21 16:45:34',1,0,'','2013112118','2013-11-21','2013-11-21','20131121-18','08:45',1,'DR NUAMAH',NULL,'','20131121-5408',NULL),(14977,4052,5,558,'2013-11-21 16:45:35',1,0,'','2013112118','2013-11-21','2013-11-21','20131121-18','08:45',1,'DR NUAMAH',NULL,'','20131121-5408',NULL),(14981,4052,1,558,'2013-11-21 16:45:35',1,0,'','2013112118','2013-11-21','2013-11-21','20131121-18','08:45',1,'DR NUAMAH',NULL,'','20131121-5408',NULL),(14982,4053,3,558,'2013-11-21 17:17:13',0,0,'','2013112119','2013-11-21','2013-11-21','20131121-19','09:15',1,'DR OFORI ANTI',NULL,'','20131121-5409',NULL),(14984,4053,5,558,'2013-11-21 17:17:13',1,0,'','2013112119','2013-11-21','2013-11-21','20131121-19','09:16',1,'DR OFORI ANTI',NULL,'','20131121-5409',NULL),(14987,4053,1,558,'2013-11-21 17:17:14',0,0,'','2013112119','2013-11-21','2013-11-21','20131121-19','09:16',1,'DR OFORI ANTI',NULL,'','20131121-5409',NULL),(14988,4054,2,558,'2013-11-21 17:19:56',0,0,'','2013112120','2013-11-21','2013-11-21','20131121-20','09:18',1,'DR DARKO',NULL,'','20131121-5410',NULL),(14989,1334,3,558,'2013-11-21 17:39:05',0,0,'','2013112121','2013-11-21','2013-11-21','20131121-21','09:37',1,'DR OFORI ANTI',NULL,'','20131121-5411',NULL),(14991,1334,4,558,'2013-11-21 17:39:05',0,0,'','2013112121','2013-11-21','2013-11-21','20131121-21','09:38',1,'DR OFORI ANTI',NULL,'','20131121-5411',NULL),(14992,4055,3,558,'2013-11-21 17:44:09',0,0,'','2013112122','2013-11-21','2013-11-21','20131121-22','09:43',1,'DR OFORI ANTI',NULL,'','20131121-5412',NULL),(14994,4055,4,558,'2013-11-21 17:44:09',1,0,'','2013112122','2013-11-21','2013-11-21','20131121-22','09:44',1,'DR OFORI ANTI',NULL,'','20131121-5412',NULL),(14995,4056,3,558,'2013-11-21 17:46:12',0,0,'','2013112123','2013-11-21','2013-11-21','20131121-23','09:45',1,'DR SALLAR',NULL,'','20131121-5413',NULL),(14996,2617,4,558,'2013-11-21 17:49:12',0,0,'','2013112124','2013-11-21','2013-11-21','20131121-24','09:48',1,'',NULL,'','20131121-5414',NULL),(14997,4057,19,558,'2013-11-21 17:51:30',1,0,'','2013112125','2013-11-21','2013-11-21','20131121-25','09:50',1,'',NULL,'','20131121-5415',NULL),(14998,4058,3,558,'2013-11-21 17:54:55',0,0,'','2013112126','2013-11-21','2013-11-21','20131121-26','09:53',1,'DR OFORI ANTI',NULL,'','20131121-5416',NULL),(14999,4059,3,558,'2013-11-21 17:59:32',0,0,'','2013112127','2013-11-21','2013-11-21','20131121-27','09:57',1,'DR NUAMAH',NULL,'','20131121-5417',NULL),(15001,4059,4,558,'2013-11-21 17:59:33',1,0,'','2013112127','2013-11-21','2013-11-21','20131121-27','09:59',1,'DR NUAMAH',NULL,'','20131121-5417',NULL),(15004,4059,1,558,'2013-11-21 17:59:33',1,0,'','2013112127','2013-11-21','2013-11-21','20131121-27','09:59',1,'DR NUAMAH',NULL,'','20131121-5417',NULL),(15005,4060,3,558,'2013-11-21 18:08:40',0,0,'','2013112128','2013-11-21','2013-11-21','20131121-28','10:07',1,'DR OFORI ANTI',NULL,'','20131121-5418',NULL),(15006,4061,3,558,'2013-11-21 18:18:11',0,0,'','2013112129','2013-11-21','2013-11-21','20131121-29','10:15',1,'',NULL,'','20131121-5419',NULL),(15008,4061,4,558,'2013-11-21 18:18:11',1,0,'','2013112129','2013-11-21','2013-11-21','20131121-29','10:16',1,'',NULL,'','20131121-5419',NULL),(15011,4061,5,558,'2013-11-21 18:18:11',1,0,'','2013112129','2013-11-21','2013-11-21','20131121-29','10:16',1,'',NULL,'','20131121-5419',NULL),(15015,4061,1,558,'2013-11-21 18:18:11',1,0,'','2013112129','2013-11-21','2013-11-21','20131121-29','10:17',1,'',NULL,'','20131121-5419',NULL),(15016,2695,3,558,'2013-11-21 18:21:00',0,0,'','2013112130','2013-11-21','2013-11-21','20131121-30','10:19',1,'DR OFORI ANTI',NULL,'','20131121-5420',NULL),(15018,2695,4,558,'2013-11-21 18:21:00',1,0,'','2013112130','2013-11-21','2013-11-21','20131121-30','10:20',1,'DR OFORI ANTI',NULL,'','20131121-5420',NULL),(15021,2695,1,558,'2013-11-21 18:21:00',0,0,'','2013112130','2013-11-21','2013-11-21','20131121-30','10:20',1,'DR OFORI ANTI',NULL,'','20131121-5420',NULL),(15022,503,3,558,'2013-11-21 18:22:17',0,0,'','2013112131','2013-11-21','2013-11-21','20131121-31','10:21',1,'DR ADOTEY',NULL,'','20131121-5421',NULL),(15023,4062,3,558,'2013-11-21 18:25:40',0,0,'','2013112132','2013-11-21','2013-11-21','20131121-32','10:23',1,'DR DANIELS',NULL,'','20131121-5422',NULL),(15025,4062,4,558,'2013-11-21 18:25:40',1,0,'','2013112132','2013-11-21','2013-11-21','20131121-32','10:24',1,'DR DANIELS',NULL,'','20131121-5422',NULL),(15028,4062,1,558,'2013-11-21 18:25:41',0,0,'','2013112132','2013-11-21','2013-11-21','20131121-32','10:25',1,'DR DANIELS',NULL,'','20131121-5422',NULL),(15029,4063,3,558,'2013-11-21 18:30:18',0,0,'','2013112133','2013-11-21','2013-11-21','20131121-33','10:27',1,'DR NUAMAH',NULL,'','20131121-5423',NULL),(15031,4063,5,558,'2013-11-21 18:30:19',1,0,'','2013112133','2013-11-21','2013-11-21','20131121-33','10:28',1,'DR NUAMAH',NULL,'','20131121-5423',NULL),(15034,4063,1,558,'2013-11-21 18:30:19',0,0,'','2013112133','2013-11-21','2013-11-21','20131121-33','10:28',1,'DR NUAMAH',NULL,'','20131121-5423',NULL),(15038,4063,2,558,'2013-11-21 18:30:19',0,0,'','2013112133','2013-11-21','2013-11-21','20131121-33','10:30',1,'DR NUAMAH',NULL,'','20131121-5423',NULL),(15039,4064,3,558,'2013-11-21 18:33:22',0,0,'','2013112134 ','2013-11-21','2013-11-21','20131121-34','10:32',1,'',NULL,'','20131121-5424',NULL),(15041,4064,1,558,'2013-11-21 18:33:22',1,0,'','2013112134 ','2013-11-21','2013-11-21','20131121-34','10:32',1,'',NULL,'','20131121-5424',NULL),(15042,3512,3,558,'2013-11-21 18:38:42',1,0,'','2013112135','2013-11-21','2013-11-21','20131121-35','10:37',1,'',NULL,'','20131121-5425',NULL),(15043,4065,3,558,'2013-11-21 18:44:37',0,0,'','2013112136','2013-11-21','2013-11-21','20131121-36','10:42',1,'DR NUAMAH',NULL,'','20131121-5426',NULL),(15045,4065,1,558,'2013-11-21 18:44:37',1,0,'','2013112136','2013-11-21','2013-11-21','20131121-36','10:44',1,'DR NUAMAH',NULL,'','20131121-5426',NULL),(15046,4066,10,558,'2013-11-21 18:51:27',1,0,'','2013112137','2013-11-21','2013-11-21','20131121-37','10:45',1,'DR DOW',NULL,'','20131121-5427',NULL),(15048,4066,15,558,'2013-11-21 18:51:28',0,0,'','2013112137','2013-11-21','2013-11-21','20131121-37','10:50',1,'DR DOW',NULL,'','20131121-5427',NULL),(15049,4036,1,558,'2013-11-21 18:56:34',0,0,'','2013112138','2013-11-21','2013-11-21','20131121-38','10:53',1,'DR DANIELS',NULL,'','20131121-5428',NULL),(15050,4067,17,558,'2013-11-21 19:09:29',1,0,'','2013112139','2013-11-21','2013-11-21','20131121-39','11:08',1,'DR TAKYI',NULL,'','20131121-5429',NULL),(15051,4068,3,558,'2013-11-21 19:15:59',0,0,'','2013112140','2013-11-21','2013-11-21','20131121-40','11:15',1,'DR DANIELS',NULL,'','20131121-5430',NULL),(15052,2696,3,558,'2013-11-21 19:17:02',0,0,'','2013112141','2013-11-21','2013-11-21','20131121-41','11:16',1,'DR ADOTEY',NULL,'','20131121-5431',NULL),(15053,4069,3,558,'2013-11-21 19:19:46',0,0,'','2013112142','2013-11-21','2013-11-21','20131121-42','11:18',1,'DR FUMMY',NULL,'','20131121-5432',NULL),(15055,4069,4,558,'2013-11-21 19:19:46',1,0,'','2013112142','2013-11-21','2013-11-21','20131121-42','11:19',1,'DR FUMMY',NULL,'','20131121-5432',NULL),(15056,3560,1,558,'2013-11-21 19:26:28',1,0,'','2013112143','2013-11-21','2013-11-21','20131121-43','11:22',1,'DR DOW',NULL,'','20131121-5433',NULL),(15057,3560,3,558,'2013-11-21 19:27:45',0,0,'','2013112143','2013-11-21','2013-11-21','20131121-44','11:27',1,'',NULL,'','20131121-5434',NULL),(15058,4070,1,558,'2013-11-21 19:31:49',0,0,'','2013112145','2013-11-21','2013-11-21','20131121-45','11:30',1,'DR OFORI ANTI',NULL,'','20131121-5435',NULL),(15059,1848,1,558,'2013-11-21 19:40:03',1,0,'','2013112146 ','2013-11-21','2013-11-21','20131121-46','11:38',1,'PROF E D YEBOAH',NULL,'','20131121-5436',NULL),(15060,4036,1,504,'2013-11-21 19:41:07',1,0,'','2013112138','2013-11-21','2013-11-21','20131121-47','11:40',1,'DR DANIEL',NULL,'','20131121-5437',NULL),(15061,4071,3,558,'2013-11-21 19:42:37',0,0,'','2013112148','2013-11-21','2013-11-21','20131121-48','11:40',1,'DR NUAMAH',NULL,'','20131121-5438',NULL),(15063,4071,1,558,'2013-11-21 19:42:37',1,0,'','2013112148','2013-11-21','2013-11-21','20131121-48','11:42',1,'DR NUAMAH',NULL,'','20131121-5438',NULL),(15066,4071,5,558,'2013-11-21 19:42:37',0,0,'','2013112148','2013-11-21','2013-11-21','20131121-48','11:42',1,'DR NUAMAH',NULL,'','20131121-5438',NULL),(15067,4072,3,558,'2013-11-21 19:45:42',0,0,'','2013112149','2013-11-21','2013-11-21','20131121-49','11:44',1,'DR FUMMY',NULL,'','20131121-5439',NULL),(15068,4073,3,534,'2013-11-21 19:57:31',0,0,'','2013112150','2013-11-21','2013-11-21','20131121-50','11:55',1,'DR NUAMAH',NULL,'','20131121-5440',NULL),(15070,4073,1,534,'2013-11-21 19:57:32',1,0,'','2013112150','2013-11-21','2013-11-21','20131121-50','11:56',1,'DR NUAMAH',NULL,'','20131121-5440',NULL),(15073,4073,4,534,'2013-11-21 19:57:32',1,0,'','2013112150','2013-11-21','2013-11-21','20131121-50','11:56',1,'DR NUAMAH',NULL,'','20131121-5440',NULL),(15074,3839,3,534,'2013-11-21 20:00:11',0,0,'','2013112151 ','2013-11-21','2013-11-21','20131121-51','11:59',1,'DR ADOTEY',NULL,'','20131121-5441',NULL),(15075,4074,4,534,'2013-11-21 20:03:06',1,0,'','2013112152','2013-11-21','2013-11-21','20131121-52','12:01',1,'DR ADOTEY',NULL,'','20131121-5442',NULL),(15076,4075,3,558,'2013-11-21 20:04:43',0,0,'','2013112153 ','2013-11-21','2013-11-21','20131121-53','12:02',1,'DR OFORI ANTI',NULL,'','20131121-5443',NULL),(15078,4075,4,558,'2013-11-21 20:04:44',0,0,'','2013112153 ','2013-11-21','2013-11-21','20131121-53','12:04',1,'DR OFORI ANTI',NULL,'','20131121-5443',NULL),(15081,4075,5,558,'2013-11-21 20:04:44',0,0,'','2013112153 ','2013-11-21','2013-11-21','20131121-53','12:04',1,'DR OFORI ANTI',NULL,'','20131121-5443',NULL),(15082,4076,4,558,'2013-11-21 20:07:06',1,0,'','2013112154 ','2013-11-21','2013-11-21','20131121-54','12:06',1,'DR OFORI ANTI',NULL,'','20131121-5444',NULL),(15083,4077,3,558,'2013-11-21 20:11:04',0,0,'','2013112155','2013-11-21','2013-11-21','20131121-55','12:09',1,'DR OFORI ANTI',NULL,'','20131121-5445',NULL),(15084,4078,3,558,'2013-11-21 20:18:13',0,0,'','2013112156 ','2013-11-21','2013-11-21','20131121-56','12:17',1,'DR DANIELS',NULL,'','20131121-5446',NULL),(15086,4078,5,558,'2013-11-21 20:18:13',1,0,'','2013112156 ','2013-11-21','2013-11-21','20131121-56','12:18',1,'DR DANIELS',NULL,'','20131121-5446',NULL),(15087,4079,1,558,'2013-11-21 20:20:13',0,0,'','2013112157','2013-11-21','2013-11-21','20131121-57','12:19',1,'',NULL,'','20131121-5447',NULL),(15088,4015,4,558,'2013-11-21 20:23:45',1,0,'','2013112158','2013-11-21','2013-11-21','20131121-58','12:22',1,'DR OFORI ANTI',NULL,'','20131121-5448',NULL),(15090,4015,1,558,'2013-11-21 20:23:46',1,0,'','2013112158','2013-11-21','2013-11-21','20131121-58','12:23',1,'DR OFORI ANTI',NULL,'','20131121-5448',NULL),(15091,4035,4,558,'2013-11-21 20:27:54',0,0,'','2013112134','2013-11-21','2013-11-21','20131121-59','12:26',1,'DR NUAMAH',NULL,'','20131121-5449',NULL),(15093,4035,5,558,'2013-11-21 20:27:55',1,0,'','2013112159','2013-11-21','2013-11-21','20131121-59','12:27',1,'DR NUAMAH',NULL,'','20131121-5449',NULL),(15094,4080,5,558,'2013-11-21 20:31:05',1,0,'','2013112160','2013-11-21','2013-11-21','20131121-60','12:30',1,'DR FUMMY',NULL,'','20131121-5450',NULL),(15095,4081,3,558,'2013-11-21 20:33:35',0,0,'','2013112161','2013-11-21','2013-11-21','20131121-61','12:32',1,'DR NUAMAH',NULL,'','20131121-5451',NULL),(15096,4082,3,558,'2013-11-21 20:37:23',0,0,'','2013112162','2013-11-21','2013-11-21','20131121-62','12:35',1,'DR NUAMAH',NULL,'','20131121-5452',NULL),(15098,4082,4,558,'2013-11-21 20:37:24',1,0,'','2013112162','2013-11-21','2013-11-21','20131121-62','12:36',1,'DR NUAMAH',NULL,'','20131121-5452',NULL),(15101,4082,5,558,'2013-11-21 20:37:24',0,0,'','2013112162','2013-11-21','2013-11-21','20131121-62','12:37',1,'DR NUAMAH',NULL,'','20131121-5452',NULL),(15105,4082,1,558,'2013-11-21 20:37:24',1,0,'','2013112162','2013-11-21','2013-11-21','20131121-62','12:37',1,'DR NUAMAH',NULL,'','20131121-5452',NULL),(15106,4054,10,558,'2013-11-21 20:39:29',1,0,'','2013112163','2013-11-21','2013-11-21','20131121-63','12:38',1,'DR DOW',NULL,'','20131121-5453',NULL),(15108,4054,28,558,'2013-11-21 20:39:30',0,0,'','2013112163','2013-11-21','2013-11-21','20131121-63','12:39',1,'DR DOW',NULL,'','20131121-5453',NULL),(15109,4083,3,558,'2013-11-21 20:42:55',0,0,'','2013112164','2013-11-21','2013-11-21','20131121-64','12:42',1,'DR DANIELS',NULL,'','20131121-5454',NULL),(15110,4084,3,558,'2013-11-21 20:47:44',0,0,'','2013112165','2013-11-21','2013-11-21','20131121-65','12:46',1,'DR OFORI ANTI',NULL,'','20131121-5455',NULL),(15111,4085,4,558,'2013-11-21 20:50:26',1,0,'','2013112166','2013-11-21','2013-11-21','20131121-66','12:49',1,'DR OFORI ANTI',NULL,'','20131121-5456',NULL),(15112,4086,3,558,'2013-11-21 20:56:37',0,0,'','2013112167','2013-11-21','2013-11-21','20131121-67','12:55',1,'DR OFORI ANTI',NULL,'','20131121-5457',NULL),(15114,4086,5,558,'2013-11-21 20:56:37',0,0,'','2013112167','2013-11-21','2013-11-21','20131121-67','12:56',1,'DR OFORI ANTI',NULL,'','20131121-5457',NULL),(15117,4086,1,558,'2013-11-21 20:56:37',1,0,'','2013112167','2013-11-21','2013-11-21','20131121-67','12:56',1,'DR OFORI ANTI',NULL,'','20131121-5457',NULL),(15118,4087,3,558,'2013-11-21 21:00:42',0,0,'','2013112168','2013-11-21','2013-11-21','20131121-68','12:59',1,'DR NUAMAH',NULL,'','20131121-5458',NULL),(15120,4087,4,558,'2013-11-21 21:00:42',1,0,'','2013112168','2013-11-21','2013-11-21','20131121-68','13:00',1,'DR NUAMAH',NULL,'','20131121-5458',NULL),(15121,3948,4,534,'2013-11-21 21:01:47',1,0,'',' 20131119107','2013-11-21','2013-11-19','20131121-69','13:01',1,'',NULL,'','20131121-5459',NULL),(15122,4088,3,558,'2013-11-21 21:09:13',0,0,'','2013112170 ','2013-11-21','2013-11-21','20131121-70','13:07',1,'DR NUAMAH',NULL,'','20131121-5460',NULL),(15124,4088,4,558,'2013-11-21 21:09:13',1,0,'','2013112170 ','2013-11-21','2013-11-21','20131121-70','13:08',1,'DR NUAMAH',NULL,'','20131121-5460',NULL),(15127,4088,1,558,'2013-11-21 21:09:14',1,0,'','2013112170 ','2013-11-21','2013-11-21','20131121-70','13:08',1,'DR NUAMAH',NULL,'','20131121-5460',NULL),(15128,1437,3,558,'2013-11-21 21:11:57',0,0,'','2013112171','2013-11-21','2013-11-21','20131121-71','13:10',1,'DR DOW',NULL,'','20131121-5461',NULL),(15129,1980,7,534,'2013-11-21 21:14:20',1,0,'','2013111949','2013-11-21','2013-11-19','20131121-72','13:12',1,'',NULL,'','20131121-5462',NULL),(15130,3883,4,534,'2013-11-21 21:20:53',1,0,'','2013111910','2013-11-21','2013-11-19','20131121-73','13:20',1,'',NULL,'','20131121-5463',NULL),(15131,4089,3,558,'2013-11-21 21:33:25',0,0,'','2013112174','2013-11-21','2013-11-21','20131121-74','13:30',1,'DR OFORI ANTI',NULL,'','20131121-5464',NULL),(15133,4089,1,558,'2013-11-21 21:33:25',0,0,'','2013112174','2013-11-21','2013-11-21','20131121-74','13:31',1,'DR OFORI ANTI',NULL,'','20131121-5464',NULL),(15136,4089,5,558,'2013-11-21 21:33:26',0,0,'','2013112174','2013-11-21','2013-11-21','20131121-74','13:33',1,'DR OFORI ANTI',NULL,'','20131121-5464',NULL),(15137,4090,3,558,'2013-11-21 21:35:19',0,0,'','2013112175','2013-11-21','2013-11-21','20131121-75','13:34',1,'DR NUAMAH',NULL,'','20131121-5465',NULL),(15139,4090,5,558,'2013-11-21 21:35:19',1,0,'','2013112175','2013-11-21','2013-11-21','20131121-75','13:34',1,'DR NUAMAH',NULL,'','20131121-5465',NULL),(15142,4090,1,558,'2013-11-21 21:35:19',1,0,'','2013112175','2013-11-21','2013-11-21','20131121-75','13:35',1,'DR NUAMAH',NULL,'','20131121-5465',NULL),(15143,4091,3,558,'2013-11-21 21:40:55',0,0,'','2013112176','2013-11-21','2013-11-21','20131121-76','13:39',1,'DR NUAMAH',NULL,'','20131121-5466',NULL),(15145,4091,1,558,'2013-11-21 21:40:55',1,0,'','2013112176','2013-11-21','2013-11-21','20131121-76','13:40',1,'DR NUAMAH',NULL,'','20131121-5466',NULL),(15148,4091,5,558,'2013-11-21 21:40:55',0,0,'','2013112176','2013-11-21','2013-11-21','20131121-76','13:40',1,'DR NUAMAH',NULL,'','20131121-5466',NULL),(15149,4092,3,558,'2013-11-21 21:59:40',0,0,'','2013112177','2013-11-21','2013-11-21','20131121-77','13:56',1,'DR VORTIA',NULL,'','20131121-5467',NULL),(15150,4035,4,537,'2013-11-21 22:07:21',1,0,'','2013112159','2013-11-21','2013-11-21','20131121-78','14:06',1,'',NULL,'','20131121-5468',NULL),(15151,4074,4,537,'2013-11-21 22:08:17',1,0,'','2013112152','2013-11-21','2013-11-21','20131121-79','14:07',1,'',NULL,'','20131121-5469',NULL),(15152,4093,3,558,'2013-11-21 22:16:18',0,0,'','2013112180 ','2013-11-21','2013-11-21','20131121-80','14:12',1,'DR NUAMAH',NULL,'','20131121-5470',NULL),(15153,4094,3,534,'2013-11-21 22:20:55',0,0,'','2013112181 ','2013-11-21','2013-11-21','20131121-81','14:18',1,'DR FUMMY',NULL,'','20131121-5471',NULL),(15154,4095,3,534,'2013-11-21 22:26:14',0,0,'','2013112182','2013-11-21','2013-11-21','20131121-82','14:21',1,'DR VORTIA',NULL,'','20131121-5472',NULL),(15156,4095,1,534,'2013-11-21 22:26:15',0,0,'','2013112182','2013-11-21','2013-11-21','20131121-82','14:23',1,'DR VORTIA',NULL,'','20131121-5472',NULL),(15157,4096,3,534,'2013-11-21 22:32:21',0,0,'','2013112183','2013-11-21','2013-11-21','20131121-83','14:28',1,'DR YEBOAH',NULL,'','20131121-5473',NULL),(15159,4096,4,534,'2013-11-21 22:32:21',1,0,'','2013112183','2013-11-21','2013-11-21','20131121-83','14:30',1,'DR YEBOAH',NULL,'','20131121-5473',NULL),(15160,2857,3,558,'2013-11-21 22:41:19',0,0,'','2013112184','2013-11-21','2013-11-21','20131121-84','14:39',1,'DR QUAMPAH',NULL,'','20131121-5474',NULL),(15161,4097,3,558,'2013-11-21 22:44:31',0,0,'','2013112185','2013-11-21','2013-11-21','20131121-85','14:43',1,'DR DOW',NULL,'','20131121-5475',NULL),(15162,4098,3,558,'2013-11-21 22:48:52',0,0,'','2013112186','2013-11-21','2013-11-21','20131121-86','14:47',1,'DR FUMMY',NULL,'','20131121-5476',NULL),(15163,2286,4,550,'2013-11-21 22:58:41',1,0,'','2013112055','2013-11-21','2013-11-21','20131121-87','14:58',1,'',NULL,'','20131121-5477',NULL),(15164,3953,3,558,'2013-11-21 23:14:24',0,0,'','2013112188','2013-11-21','2013-11-21','20131121-88','15:13',1,'DR OFORI ANTI',NULL,'','20131121-5478',NULL),(15165,4078,3,558,'2013-11-21 23:33:30',1,0,'','2013112156 ','2013-11-21','2013-11-21','20131121-89','15:32',1,'DR DANIELS',NULL,'','20131121-5479',NULL),(15166,136,3,558,'2013-11-21 23:38:42',0,0,'','2013112190','2013-11-21','2013-11-21','20131121-90','15:36',1,'DR OFORI ANTI',NULL,'','20131121-5480',NULL),(15168,136,5,558,'2013-11-21 23:38:42',1,0,'','2013112190','2013-11-21','2013-11-21','20131121-90','15:38',1,'DR OFORI ANTI',NULL,'','20131121-5480',NULL),(15169,4099,3,558,'2013-11-21 23:52:13',0,0,'','2013112191','2013-11-21','2013-11-21','20131121-91','15:50',1,'DR OFORI ANTI',NULL,'','20131121-5481',NULL),(15170,4101,3,558,'2013-11-22 00:21:45',0,0,'','2013112195','2013-11-21','2013-11-21','20131121-95','16:19',1,'DR NKRUMAH',NULL,'','20131121-5485',NULL),(15172,4101,1,558,'2013-11-22 00:21:46',1,0,'','2013112195','2013-11-21','2013-11-21','20131121-95','16:21',1,'DR NKRUMAH',NULL,'','20131121-5485',NULL),(15173,2695,10,558,'2013-11-22 00:28:44',0,0,'','2013112196','2013-11-21','2013-11-21','20131121-96','16:27',1,'DR LAMPTEY',NULL,'','20131121-5486',NULL),(15175,2695,28,558,'2013-11-22 00:28:44',0,0,'','2013112196','2013-11-21','2013-11-21','20131121-96','16:28',1,'DR LAMPTEY',NULL,'','20131121-5486',NULL),(15176,4102,3,558,'2013-11-22 00:33:33',0,0,'','2013112197 ','2013-11-21','2013-11-21','20131121-97','16:31',1,'DR AMOAH',NULL,'','20131121-5487',NULL),(15178,4102,4,558,'2013-11-22 00:33:34',1,0,'','2013112197 ','2013-11-21','2013-11-21','20131121-97','16:33',1,'DR AMOAH',NULL,'','20131121-5487',NULL),(15181,4102,1,558,'2013-11-22 00:33:34',1,0,'','2013112197 ','2013-11-21','2013-11-21','20131121-97','16:33',1,'DR AMOAH',NULL,'','20131121-5487',NULL),(15182,4103,3,558,'2013-11-22 00:41:40',0,0,'','2013112198','2013-11-21','2013-11-21','20131121-98','16:40',1,'DR OFORI ANTI',NULL,'','20131121-5488',NULL),(15183,4104,3,558,'2013-11-22 00:43:09',0,0,'','2013112199','2013-11-21','2013-11-21','20131121-99','16:42',1,'DR OFORI ANTI',NULL,'','20131121-5489',NULL),(15184,1836,3,558,'2013-11-22 00:51:22',0,0,'','20131121100','2013-11-21','2013-11-21','20131121-100','16:50',1,'DR FUMMY',NULL,'','20131121-5490',NULL),(15185,4105,10,558,'2013-11-22 00:58:56',1,0,'','20131121101','2013-11-21','2013-11-21','20131121-101','16:56',1,'DR LAMPTEY',NULL,'','20131121-5491',NULL),(15186,4100,5,504,'2013-11-22 01:12:58',0,0,'','2013112192','2013-11-21','2013-11-21','20131121-102','17:10',1,'DR NKRUMAH',NULL,'','20131121-5492',NULL),(15187,4106,3,558,'2013-11-22 01:21:14',0,0,'','20131121103','2013-11-21','2013-11-21','20131121-103','17:19',1,'DR OFORI ANTI',NULL,'','20131121-5493',NULL),(15189,4106,1,558,'2013-11-22 01:21:15',1,0,'','20131121103','2013-11-21','2013-11-21','20131121-103','17:20',1,'DR OFORI ANTI',NULL,'','20131121-5493',NULL),(15190,4107,4,558,'2013-11-22 01:33:00',1,0,'','20131121104','2013-11-21','2013-11-21','20131121-104','17:32',1,'DR DANIELS',NULL,'','20131121-5494',NULL),(15191,4108,3,558,'2013-11-22 01:40:52',0,0,'','20131121105','2013-11-21','2013-11-21','20131121-105','17:40',1,'DR OFORI ANTI',NULL,'','20131121-5495',NULL),(15192,4087,3,558,'2013-11-22 01:45:16',0,0,'','20131121106','2013-11-21','2013-11-21','20131121-106','17:41',1,'DR LAMPTEY',NULL,'','20131121-5496',NULL),(15194,4087,10,558,'2013-11-22 01:45:16',1,0,'','20131121106','2013-11-21','2013-11-21','20131121-106','17:42',1,'DR LAMPTEY',NULL,'','20131121-5496',NULL),(15197,4087,1,558,'2013-11-22 01:45:17',1,0,'','20131121106','2013-11-21','2013-11-21','20131121-106','17:44',1,'DR LAMPTEY',NULL,'','20131121-5496',NULL),(15198,4109,3,558,'2013-11-22 01:56:37',0,0,'','20131121107','2013-11-21','2013-11-21','20131121-107','17:54',1,'DR DANIELS',NULL,'','20131121-5497',NULL),(15200,4109,5,558,'2013-11-22 01:56:37',1,0,'','20131121107','2013-11-21','2013-11-21','20131121-107','17:56',1,'DR DANIELS',NULL,'','20131121-5497',NULL),(15201,4110,3,558,'2013-11-22 02:03:59',0,0,'','20131121108','2013-11-21','2013-11-21','20131121-108','18:02',1,'DR DANIELS',NULL,'','20131121-5498',NULL),(15203,4110,5,558,'2013-11-22 02:03:59',1,0,'','20131121108','2013-11-21','2013-11-21','20131121-108','18:03',1,'DR DANIELS',NULL,'','20131121-5498',NULL),(15204,4111,3,558,'2013-11-22 02:13:56',0,0,'','20131121109','2013-11-21','2013-11-21','20131121-109','18:11',1,'DR LAMPTEY',NULL,'','20131121-5499',NULL),(15206,4111,1,558,'2013-11-22 02:13:56',1,0,'','20131121109','2013-11-21','2013-11-21','20131121-109','18:13',1,'DR LAMPTEY',NULL,'','20131121-5499',NULL),(15207,4112,3,558,'2013-11-22 02:18:06',1,0,'','20131121110 ','2013-11-21','2013-11-21','20131121-110','18:17',1,'DR DANIELS',NULL,'','20131121-5500',NULL),(15208,4113,4,558,'2013-11-22 02:33:16',1,0,'','20131121111 ','2013-11-21','2013-11-21','20131121-111','18:32',1,'DR OFORI ANTI',NULL,'','20131121-5501',NULL),(15209,4114,14,558,'2013-11-22 02:46:50',1,0,'','20131121112','2013-11-21','2013-11-21','20131121-112','18:41',1,'DR ARYEE',NULL,'','20131121-5502',NULL),(15210,4115,3,558,'2013-11-22 02:49:38',0,0,'','20131121113','2013-11-21','2013-11-21','20131121-113','18:48',1,'DR OFORI ANTI',NULL,'','20131121-5503',NULL),(15211,2695,3,558,'2013-11-22 03:00:18',1,0,'','2013112130 ','2013-11-21','2013-11-21','20131121-114','18:59',1,'DR ARYEE',NULL,'','20131121-5504',NULL),(15213,2695,2,558,'2013-11-22 03:00:18',1,0,'','2013112130 ','2013-11-21','2013-11-21','20131121-114','19:00',1,'DR ARYEE',NULL,'','20131121-5504',NULL),(15214,4116,3,558,'2013-11-22 03:07:23',1,0,'','20131121115','2013-11-21','2013-11-21','20131121-115','19:05',1,'',NULL,'','20131121-5505',NULL),(15215,4117,3,530,'2013-11-22 03:31:58',1,0,'','20131121116','2013-11-21','2013-11-21','20131121-116','19:30',1,'',NULL,'','20131121-5506',NULL),(15217,4117,1,530,'2013-11-22 03:31:58',1,0,'','20131121116','2013-11-21','2013-11-21','20131121-116','19:31',1,'',NULL,'','20131121-5506',NULL),(15218,4118,3,530,'2013-11-22 03:34:26',1,0,'','20131121117','2013-11-21','2013-11-21','20131121-117','19:33',1,'',NULL,'','20131121-5507',NULL),(15220,4118,1,530,'2013-11-22 03:34:26',1,0,'','20131121117','2013-11-21','2013-11-21','20131121-117','19:34',1,'',NULL,'','20131121-5507',NULL),(15221,4119,3,530,'2013-11-22 03:45:24',0,0,'','20131121118 ','2013-11-21','2013-11-21','20131121-118','19:44',1,'DR OFORI ANTI',NULL,'','20131121-5508',NULL),(15222,4120,4,530,'2013-11-22 04:00:51',1,0,'','20131121119 ','2013-11-21','2013-11-21','20131121-119','20:00',1,'',NULL,'','20131121-5509',NULL),(15223,4121,10,530,'2013-11-22 04:04:43',1,0,'','20131121120','2013-11-21','2013-11-21','20131121-120','20:02',1,'',NULL,'','20131121-5510',NULL),(15225,4121,2,530,'2013-11-22 04:04:43',1,0,'','20131121120','2013-11-21','2013-11-21','20131121-120','20:04',1,'',NULL,'','20131121-5510',NULL),(15226,4122,3,530,'2013-11-22 05:37:11',1,0,'','20131121121','2013-11-21','2013-11-21','20131121-121','21:36',1,'DR DJAN',NULL,'','20131121-5511',NULL),(15227,4123,3,530,'2013-11-22 06:32:41',1,0,'','20131121122','2013-11-21','2013-11-21','20131121-122','22:31',1,'DR YEBOAH',NULL,'','20131121-5512',NULL),(15229,4123,1,530,'2013-11-22 06:32:41',0,0,'','20131121122','2013-11-21','2013-11-21','20131121-122','22:32',1,'DR YEBOAH',NULL,'','20131121-5512',NULL),(15230,4124,3,530,'2013-11-22 06:51:57',1,0,'','20131121123','2013-11-21','2013-11-21','20131121-123','22:50',1,'DR YEBOAH',NULL,'','20131121-5513',NULL),(15231,4125,3,530,'2013-11-22 13:34:20',0,0,'','201311221 ','2013-11-22','2013-11-22','20131122-1','05:30',1,'DR DJAN',NULL,'','20131122-5514',NULL),(15233,4125,1,530,'2013-11-22 13:34:20',0,0,'','201311221 ','2013-11-22','2013-11-22','20131122-1','05:33',1,'DR DJAN',NULL,'','20131122-5514',NULL),(15236,4125,2,530,'2013-11-22 13:34:21',0,0,'','201311221 ','2013-11-22','2013-11-22','20131122-1','05:33',1,'DR DJAN',NULL,'','20131122-5514',NULL),(15240,4125,4,530,'2013-11-22 13:34:21',1,0,'','201311221 ','2013-11-22','2013-11-22','20131122-1','05:34',1,'DR DJAN',NULL,'','20131122-5514',NULL),(15241,4126,2,530,'2013-11-22 14:12:07',1,0,'','201311222','2013-11-22','2013-11-22','20131122-2','06:11',1,'DR TACHIE',NULL,'','20131122-5515',NULL),(15242,1204,2,530,'2013-11-22 14:24:09',0,0,'','201311223','2013-11-22','2013-11-22','20131122-3','06:23',1,'DR YEBOAH',NULL,'','20131122-5516',NULL),(15243,4014,4,530,'2013-11-22 14:27:59',1,0,'','201311224 ','2013-11-22','2013-11-22','20131122-4','06:26',1,'DR ADOTEY',NULL,'','20131122-5517',NULL),(15244,3338,4,530,'2013-11-22 14:55:05',1,0,'','201311225 ','2013-11-22','2013-11-22','20131122-5','06:53',1,'DR OFORI ANTI',NULL,'','20131122-5518',NULL),(15245,227,2,530,'2013-11-22 15:12:58',1,0,'','201311227 ','2013-11-22','2013-11-22','20131122-7','07:11',1,'DR AMABLE',NULL,'','20131122-5520',NULL),(15247,227,4,530,'2013-11-22 15:12:59',1,0,'','201311227 ','2013-11-22','2013-11-22','20131122-7','07:12',1,'DR AMABLE',NULL,'','20131122-5520',NULL),(15248,4127,3,530,'2013-11-22 15:19:31',0,0,'','201311228','2013-11-22','2013-11-22','20131122-8','07:17',1,'DR MENSAH',NULL,'','20131122-5521',NULL),(15250,4127,1,530,'2013-11-22 15:19:31',0,0,'','201311228','2013-11-22','2013-11-22','20131122-8','07:19',1,'DR MENSAH',NULL,'','20131122-5521',NULL),(15251,416,1,530,'2013-11-22 15:26:22',0,0,'','201311229','2013-11-22','2013-11-22','20131122-9','07:24',1,'DR VORTIA',NULL,'','20131122-5522',NULL),(15253,416,3,530,'2013-11-22 15:26:22',0,0,'','201311229','2013-11-22','2013-11-22','20131122-9','07:25',1,'DR VORTIA',NULL,'','20131122-5522',NULL),(15254,4062,1,530,'2013-11-22 15:29:40',1,0,'','2013112210','2013-11-22','2013-11-22','20131122-10','07:28',1,'DR YEBOAH',NULL,'','20131122-5523',NULL),(15255,4128,3,558,'2013-11-22 15:46:39',0,0,'','2013112211','2013-11-22','2013-11-22','20131122-11','07:45',1,'DR VORTIA',NULL,'','20131122-5524',NULL),(15257,4128,1,558,'2013-11-22 15:46:39',1,0,'','2013112211','2013-11-22','2013-11-22','20131122-11','07:46',1,'DR VORTIA',NULL,'','20131122-5524',NULL),(15260,4128,4,558,'2013-11-22 15:46:39',1,0,'','2013112211','2013-11-22','2013-11-22','20131122-11','07:46',1,'DR VORTIA',NULL,'','20131122-5524',NULL),(15261,4129,3,558,'2013-11-22 15:54:06',0,0,'','2013112212','2013-11-22','2013-11-22','20131122-12','07:52',1,'DR VORTIA',NULL,'','20131122-5525',NULL),(15263,4129,1,558,'2013-11-22 15:54:06',0,0,'','2013112212','2013-11-22','2013-11-22','20131122-12','07:53',1,'DR VORTIA',NULL,'','20131122-5525',NULL),(15264,4130,1,558,'2013-11-22 15:59:21',1,0,'','2013112213','2013-11-22','2013-11-22','20131122-13','07:58',1,'DR YEBOAH',NULL,'','20131122-5526',NULL),(15266,4130,5,558,'2013-11-22 15:59:21',1,0,'','2013112213','2013-11-22','2013-11-22','20131122-13','07:59',1,'DR YEBOAH',NULL,'','20131122-5526',NULL),(15267,4131,3,558,'2013-11-22 16:02:55',0,0,'','2013112214','2013-11-22','2013-11-22','20131122-14','08:00',1,'DR DJAN',NULL,'','20131122-5527',NULL),(15269,4131,1,558,'2013-11-22 16:02:56',1,0,'','2013112214','2013-11-22','2013-11-22','20131122-14','08:02',1,'DR DJAN',NULL,'','20131122-5527',NULL),(15272,4131,4,558,'2013-11-22 16:02:56',1,0,'','2013112214','2013-11-22','2013-11-22','20131122-14','08:02',1,'DR DJAN',NULL,'','20131122-5527',NULL),(15273,4132,4,558,'2013-11-22 16:22:31',1,0,'','2013112215','2013-11-22','2013-11-22','20131122-15','08:21',1,'DR DOW',NULL,'','20131122-5528',NULL),(15274,4133,2,558,'2013-11-22 16:29:56',0,0,'','2013112216','2013-11-22','2013-11-22','20131122-16','08:28',1,'DR NUAMAH',NULL,'','20131122-5529',NULL),(15275,4134,3,558,'2013-11-22 16:33:37',0,0,'','2013112217','2013-11-22','2013-11-22','20131122-17','08:31',1,'DR DJAN',NULL,'','20131122-5530',NULL),(15277,4134,4,558,'2013-11-22 16:33:38',1,0,'','2013112217','2013-11-22','2013-11-22','20131122-17','08:32',1,'DR DJAN',NULL,'','20131122-5530',NULL),(15280,4134,1,558,'2013-11-22 16:33:38',0,0,'','2013112217','2013-11-22','2013-11-22','20131122-17','08:32',1,'DR DJAN',NULL,'','20131122-5530',NULL),(15281,3638,3,558,'2013-11-22 16:47:52',0,0,'','2013112218','2013-11-22','2013-11-22','20131122-18','08:46',1,'DR DOW',NULL,'','20131122-5531',NULL),(15282,3193,3,558,'2013-11-22 16:51:36',0,0,'','2013112219','2013-11-22','2013-11-22','20131122-19','08:49',1,'DR MENSAH',NULL,'','20131122-5532',NULL),(15284,3193,1,558,'2013-11-22 16:51:36',1,0,'','2013112219','2013-11-22','2013-11-22','20131122-19','08:51',1,'DR MENSAH',NULL,'','20131122-5532',NULL),(15285,1665,1,558,'2013-11-22 17:08:43',1,0,'','2013112220','2013-11-22','2013-11-22','20131122-20','09:07',1,'DR OFORI ANTI',NULL,'','20131122-5533',NULL),(15287,1665,4,558,'2013-11-22 17:08:43',1,0,'','2013112220','2013-11-22','2013-11-22','20131122-20','09:08',1,'DR OFORI ANTI',NULL,'','20131122-5533',NULL),(15288,4135,3,558,'2013-11-22 17:15:22',0,0,'','2013112221','2013-11-22','2013-11-22','20131122-21','09:14',1,'DR MENSAH',NULL,'','20131122-5534',NULL),(15290,4135,4,558,'2013-11-22 17:15:22',1,0,'','2013112221','2013-11-22','2013-11-22','20131122-21','09:14',1,'DR MENSAH',NULL,'','20131122-5534',NULL),(15293,4135,1,558,'2013-11-22 17:15:23',1,0,'','2013112221','2013-11-22','2013-11-22','20131122-21','09:15',1,'DR MENSAH',NULL,'','20131122-5534',NULL),(15294,3839,1,558,'2013-11-22 17:16:14',1,0,'','2013111877','2013-11-22','2013-11-22','20131122-22','09:15',1,'',NULL,'','20131122-5535',NULL),(15295,4136,3,558,'2013-11-22 17:24:41',0,0,'','2013112223','2013-11-22','2013-11-22','20131122-23','09:23',1,'DR VORTIA',NULL,'','20131122-5536',NULL),(15296,3716,3,558,'2013-11-22 17:26:31',0,0,'','2013112224 ','2013-11-22','2013-11-22','20131122-24','09:25',1,'DR FUMMY',NULL,'','20131122-5537',NULL),(15297,4137,3,558,'2013-11-22 17:34:53',0,0,'','2013112225','2013-11-22','2013-11-22','20131122-25','09:33',1,'DR MENSAH',NULL,'','20131122-5538',NULL),(15299,4137,4,558,'2013-11-22 17:34:53',1,0,'','2013112225','2013-11-22','2013-11-22','20131122-25','09:34',1,'DR MENSAH',NULL,'','20131122-5538',NULL),(15300,3663,3,558,'2013-11-22 17:38:17',0,0,'','2013112226','2013-11-22','2013-11-22','20131122-26','09:37',1,'DR NUAMAH',NULL,'','20131122-5539',NULL),(15301,4138,3,558,'2013-11-22 17:42:35',0,0,'','2013112227','2013-11-22','2013-11-22','20131122-27','09:41',1,'DR NUAMAH',NULL,'','20131122-5540',NULL),(15302,4139,3,558,'2013-11-22 17:48:42',0,0,'','2013112228','2013-11-22','2013-11-22','20131122-28','09:44',1,'DR NUAMAH',NULL,'','20131122-5541',NULL),(15304,4139,4,558,'2013-11-22 17:48:43',1,0,'','2013112228','2013-11-22','2013-11-22','20131122-28','09:46',1,'DR NUAMAH',NULL,'','20131122-5541',NULL),(15307,4139,1,558,'2013-11-22 17:48:43',0,0,'','2013112228','2013-11-22','2013-11-22','20131122-28','09:47',1,'DR NUAMAH',NULL,'','20131122-5541',NULL),(15308,4140,3,558,'2013-11-22 17:52:29',0,0,'','2013112229','2013-11-22','2013-11-22','20131122-29','09:50',1,'DR MENSAH',NULL,'','20131122-5542',NULL),(15310,4140,1,558,'2013-11-22 17:52:29',1,0,'','2013112229','2013-11-22','2013-11-22','20131122-29','09:52',1,'DR MENSAH',NULL,'','20131122-5542',NULL),(15311,4141,3,558,'2013-11-22 17:56:52',0,0,'','2013112230','2013-11-22','2013-11-22','20131122-30','09:56',1,'',NULL,'','20131122-5543',NULL),(15312,4142,3,558,'2013-11-22 17:59:53',0,0,'','2013112231','2013-11-22','2013-11-22','20131122-31','09:58',1,'DR NUAMAH',NULL,'','20131122-5544',NULL),(15314,4142,4,558,'2013-11-22 17:59:54',1,0,'','2013112231','2013-11-22','2013-11-22','20131122-31','09:59',1,'DR NUAMAH',NULL,'','20131122-5544',NULL),(15317,4142,1,558,'2013-11-22 17:59:54',1,0,'','2013112231','2013-11-22','2013-11-22','20131122-31','09:59',1,'DR NUAMAH',NULL,'','20131122-5544',NULL),(15318,4143,3,558,'2013-11-22 18:03:50',0,0,'','2013112232','2013-11-22','2013-11-22','20131122-32','10:02',1,'DR NUAMAH',NULL,'','20131122-5545',NULL),(15320,4143,1,558,'2013-11-22 18:03:50',1,0,'','2013112232','2013-11-22','2013-11-22','20131122-32','10:03',1,'DR NUAMAH',NULL,'','20131122-5545',NULL),(15321,3928,2,534,'2013-11-22 18:08:34',1,0,'',' 2013111973','2013-11-22','2013-11-19','20131122-33','10:06',1,'',NULL,'','20131122-5546',NULL),(15322,4144,3,558,'2013-11-22 18:11:43',0,0,'','2013112234','2013-11-22','2013-11-22','20131122-34','10:09',1,'DR VORTIA',NULL,'','20131122-5547',NULL),(15324,4144,5,558,'2013-11-22 18:11:44',1,0,'','2013112234','2013-11-22','2013-11-22','20131122-34','10:11',1,'DR VORTIA',NULL,'','20131122-5547',NULL),(15327,4144,1,558,'2013-11-22 18:11:44',0,0,'','2013112234','2013-11-22','2013-11-22','20131122-34','10:11',1,'DR VORTIA',NULL,'','20131122-5547',NULL),(15328,4145,3,558,'2013-11-22 18:14:07',1,0,'','2013112235','2013-11-22','2013-11-22','20131122-35','10:12',1,'DR OFORI ANTI',NULL,'','20131122-5548',NULL),(15330,4145,1,558,'2013-11-22 18:14:07',1,0,'','2013112235','2013-11-22','2013-11-22','20131122-35','10:13',1,'DR OFORI ANTI',NULL,'','20131122-5548',NULL),(15331,4146,1,558,'2013-11-22 18:17:31',1,0,'','2013112236','2013-11-22','2013-11-22','20131122-36','10:16',1,'DR FUMMY',NULL,'','20131122-5549',NULL),(15333,4146,2,558,'2013-11-22 18:17:31',1,0,'','2013112236','2013-11-22','2013-11-22','20131122-36','10:17',1,'DR FUMMY',NULL,'','20131122-5549',NULL),(15334,4147,3,558,'2013-11-22 18:22:48',0,0,'','2013112237','2013-11-22','2013-11-22','20131122-37','10:21',1,'PROF S K OWUSU',NULL,'','20131122-5550',NULL),(15336,4147,1,558,'2013-11-22 18:22:49',0,0,'','2013112237','2013-11-22','2013-11-22','20131122-37','10:22',1,'PROF S K OWUSU',NULL,'','20131122-5550',NULL),(15337,4148,3,558,'2013-11-22 18:25:15',0,0,'','2013112238','2013-11-22','2013-11-22','20131122-38','10:24',1,'DR VORTIA',NULL,'','20131122-5551',NULL),(15339,4148,4,558,'2013-11-22 18:25:15',1,0,'','2013112238','2013-11-22','2013-11-22','20131122-38','10:24',1,'DR VORTIA',NULL,'','20131122-5551',NULL),(15342,4148,1,558,'2013-11-22 18:25:16',1,0,'','2013112238','2013-11-22','2013-11-22','20131122-38','10:24',1,'DR VORTIA',NULL,'','20131122-5551',NULL),(15343,4149,3,558,'2013-11-22 18:30:12',0,0,'','2013112239','2013-11-22','2013-11-22','20131122-39','10:28',1,'DR FUMMY',NULL,'','20131122-5552',NULL),(15345,4149,4,558,'2013-11-22 18:30:12',1,0,'','2013112239','2013-11-22','2013-11-22','20131122-39','10:29',1,'DR FUMMY',NULL,'','20131122-5552',NULL),(15346,4150,3,558,'2013-11-22 18:36:39',0,0,'','2013112240','2013-11-22','2013-11-22','20131122-40','10:35',1,'DR NUAMAH',NULL,'','20131122-5553',NULL),(15348,4150,4,558,'2013-11-22 18:36:39',1,0,'','2013112240','2013-11-22','2013-11-22','20131122-40','10:36',1,'DR NUAMAH',NULL,'','20131122-5553',NULL),(15351,4150,1,558,'2013-11-22 18:36:39',1,0,'','2013112240','2013-11-22','2013-11-22','20131122-40','10:36',1,'DR NUAMAH',NULL,'','20131122-5553',NULL),(15352,4151,3,558,'2013-11-22 18:39:37',0,0,'','2013112241','2013-11-22','2013-11-22','20131122-41','10:38',1,'DR MENSAH',NULL,'','20131122-5554',NULL),(15354,4151,1,558,'2013-11-22 18:39:37',1,0,'','2013112241','2013-11-22','2013-11-22','20131122-41','10:39',1,'DR MENSAH',NULL,'','20131122-5554',NULL),(15357,4151,5,558,'2013-11-22 18:39:37',1,0,'','2013112241','2013-11-22','2013-11-22','20131122-41','10:39',1,'DR MENSAH',NULL,'','20131122-5554',NULL),(15358,4152,3,558,'2013-11-22 18:41:20',0,0,'','2013112242','2013-11-22','2013-11-22','20131122-42','10:40',1,'DR OFORI ANTI',NULL,'','20131122-5555',NULL),(15359,2836,3,558,'2013-11-22 18:43:00',0,0,'','2013112243','2013-11-22','2013-11-22','20131122-43','10:42',1,'DR FUMMY',NULL,'','20131122-5556',NULL),(15360,4153,3,558,'2013-11-22 18:45:44',0,0,'','2013112244','2013-11-22','2013-11-22','20131122-44','10:43',1,'DR MENSAH',NULL,'','20131122-5557',NULL),(15362,4153,1,558,'2013-11-22 18:45:45',1,0,'','2013112244','2013-11-22','2013-11-22','20131122-44','10:45',1,'DR MENSAH',NULL,'','20131122-5557',NULL),(15365,4153,5,558,'2013-11-22 18:45:45',1,0,'','2013112244','2013-11-22','2013-11-22','20131122-44','10:45',1,'DR MENSAH',NULL,'','20131122-5557',NULL),(15366,4154,3,558,'2013-11-22 18:56:49',0,0,'','2013112245','2013-11-22','2013-11-22','20131122-45','10:55',1,'DR VORTIA',NULL,'','20131122-5558',NULL),(15368,4154,1,558,'2013-11-22 18:56:49',0,0,'','2013112245','2013-11-22','2013-11-22','20131122-45','10:56',1,'DR VORTIA',NULL,'','20131122-5558',NULL),(15369,3859,3,558,'2013-11-22 18:58:53',0,0,'','2013112246','2013-11-22','2013-11-22','20131122-46','10:57',1,'DR ADOTEY',NULL,'','20131122-5559',NULL),(15371,3859,1,558,'2013-11-22 18:58:53',0,0,'','2013112246','2013-11-22','2013-11-22','20131122-46','10:58',1,'DR ADOTEY',NULL,'','20131122-5559',NULL),(15372,4155,3,558,'2013-11-22 19:04:51',0,0,'','2013112247','2013-11-22','2013-11-22','20131122-47','11:03',1,'DR VORTIA',NULL,'','20131122-5560',NULL),(15374,4155,4,558,'2013-11-22 19:04:51',1,0,'','2013112247','2013-11-22','2013-11-22','20131122-47','11:04',1,'DR VORTIA',NULL,'','20131122-5560',NULL),(15377,4155,1,558,'2013-11-22 19:04:51',1,0,'','2013112247','2013-11-22','2013-11-22','20131122-47','11:04',1,'DR VORTIA',NULL,'','20131122-5560',NULL),(15378,4156,3,558,'2013-11-22 19:13:05',0,0,'','2013112248','2013-11-22','2013-11-22','20131122-48','11:10',1,'DR FUMMY',NULL,'','20131122-5561',NULL),(15380,4156,4,558,'2013-11-22 19:13:05',1,0,'','2013112248','2013-11-22','2013-11-22','20131122-48','11:12',1,'DR FUMMY',NULL,'','20131122-5561',NULL),(15381,3618,1,558,'2013-11-22 19:14:41',0,0,'','2013112249','2013-11-22','2013-11-22','20131122-49','11:13',1,'DR VORTIA',NULL,'','20131122-5562',NULL),(15382,4157,3,558,'2013-11-22 19:30:58',0,0,'','2013112250','2013-11-22','2013-11-22','20131122-50','11:30',1,'DR OFORI ANTI',NULL,'','20131122-5563',NULL),(15383,4158,3,558,'2013-11-22 19:37:58',0,0,'','2013112251','2013-11-22','2013-11-22','20131122-51','11:36',1,'DR NUAMAH',NULL,'','20131122-5564',NULL),(15385,4158,5,558,'2013-11-22 19:37:59',1,0,'','2013112251','2013-11-22','2013-11-22','20131122-51','11:37',1,'DR NUAMAH',NULL,'','20131122-5564',NULL),(15386,3115,3,558,'2013-11-22 19:49:16',0,0,'','2013112253','2013-11-22','2013-11-22','20131122-53','11:48',1,'DR VORTIA',NULL,'','20131122-5566',NULL),(15388,3115,4,558,'2013-11-22 19:49:17',1,0,'','2013112253','2013-11-22','2013-11-22','20131122-53','11:49',1,'DR VORTIA',NULL,'','20131122-5566',NULL),(15389,425,3,558,'2013-11-22 19:53:11',0,0,'','2013112254','2013-11-22','2013-11-22','20131122-54','11:51',1,'DR MENSAH',NULL,'','20131122-5567',NULL),(15391,425,4,558,'2013-11-22 19:53:11',1,0,'','2013112254','2013-11-22','2013-11-22','20131122-54','11:52',1,'DR MENSAH',NULL,'','20131122-5567',NULL),(15394,425,5,558,'2013-11-22 19:53:11',1,0,'','2013112254','2013-11-22','2013-11-22','20131122-54','11:52',1,'DR MENSAH',NULL,'','20131122-5567',NULL),(15398,425,1,558,'2013-11-22 19:53:11',1,0,'','2013112254','2013-11-22','2013-11-22','20131122-54','11:52',1,'DR MENSAH',NULL,'','20131122-5567',NULL),(15399,4134,1,558,'2013-11-22 20:00:06',1,0,'','2013112217 ','2013-11-22','2013-11-22','20131122-55','11:58',1,'DR NUAMAH',NULL,'','20131122-5568',NULL),(15400,1061,3,558,'2013-11-22 20:01:46',0,0,'','2013112256','2013-11-22','2013-11-22','20131122-56','12:00',1,'DR DOW',NULL,'','20131122-5569',NULL),(15401,4160,3,558,'2013-11-22 20:05:40',0,0,'','2013112257','2013-11-22','2013-11-22','20131122-57','12:04',1,'DR NUAMAH',NULL,'','20131122-5570',NULL),(15403,4160,4,558,'2013-11-22 20:05:40',1,0,'','2013112257','2013-11-22','2013-11-22','20131122-57','12:05',1,'DR NUAMAH',NULL,'','20131122-5570',NULL),(15406,4160,1,558,'2013-11-22 20:05:41',1,0,'','2013112257','2013-11-22','2013-11-22','20131122-57','12:05',1,'DR NUAMAH',NULL,'','20131122-5570',NULL),(15407,4161,3,558,'2013-11-22 20:13:18',0,0,'','2013112258 ','2013-11-22','2013-11-22','20131122-58','12:11',1,'DR VORTIA',NULL,'','20131122-5571',NULL),(15409,4161,4,558,'2013-11-22 20:13:18',1,0,'','2013112258 ','2013-11-22','2013-11-22','20131122-58','12:12',1,'DR VORTIA',NULL,'','20131122-5571',NULL),(15412,4161,1,558,'2013-11-22 20:13:19',1,0,'','2013112258 ','2013-11-22','2013-11-22','20131122-58','12:13',1,'DR VORTIA',NULL,'','20131122-5571',NULL),(15413,4162,3,558,'2013-11-22 20:22:12',0,0,'','2013112259','2013-11-22','2013-11-22','20131122-59','12:20',1,'DR MENSAH',NULL,'','20131122-5572',NULL),(15414,3014,4,558,'2013-11-22 20:23:50',1,0,'','2013112260','2013-11-22','2013-11-22','20131122-60','12:22',1,'DR ADOTEY',NULL,'','20131122-5573',NULL),(15415,1225,3,558,'2013-11-22 20:27:21',0,0,'','2013112261','2013-11-22','2013-11-22','20131122-61','12:26',1,'DR NUAMAH',NULL,'','20131122-5574',NULL),(15417,1225,1,558,'2013-11-22 20:27:22',1,0,'','2013112261','2013-11-22','2013-11-22','20131122-61','12:26',1,'DR NUAMAH',NULL,'','20131122-5574',NULL),(15420,1225,5,558,'2013-11-22 20:27:22',1,0,'','2013112261','2013-11-22','2013-11-22','20131122-61','12:27',1,'DR NUAMAH',NULL,'','20131122-5574',NULL),(15421,4163,3,558,'2013-11-22 20:36:42',0,0,'','2013112262','2013-11-22','2013-11-22','20131122-62','12:34',1,'DR FUMMY',NULL,'','20131122-5575',NULL),(15422,4164,3,558,'2013-11-22 20:39:01',0,0,'','2013112263','2013-11-22','2013-11-22','20131122-63','12:37',1,'DR VORTIA',NULL,'','20131122-5576',NULL),(15424,4164,4,558,'2013-11-22 20:39:01',1,0,'','2013112263','2013-11-22','2013-11-22','20131122-63','12:38',1,'DR VORTIA',NULL,'','20131122-5576',NULL),(15427,4164,1,558,'2013-11-22 20:39:02',0,0,'','2013112263','2013-11-22','2013-11-22','20131122-63','12:38',1,'DR VORTIA',NULL,'','20131122-5576',NULL),(15431,4164,10,558,'2013-11-22 20:39:02',1,0,'','2013112263','2013-11-22','2013-11-22','20131122-63','12:38',1,'DR VORTIA',NULL,'','20131122-5576',NULL),(15432,4165,3,558,'2013-11-22 20:40:57',0,0,'','2013112264 ','2013-11-22','2013-11-22','20131122-64','12:40',1,'DR MENSAH',NULL,'','20131122-5577',NULL),(15434,4165,19,558,'2013-11-22 20:40:58',1,0,'','2013112264 ','2013-11-22','2013-11-22','20131122-64','12:40',1,'DR MENSAH',NULL,'','20131122-5577',NULL),(15435,4166,3,558,'2013-11-22 20:45:20',0,0,'','2013112265','2013-11-22','2013-11-22','20131122-65','12:43',1,'DR NUAMAH',NULL,'','20131122-5578',NULL),(15437,4166,4,558,'2013-11-22 20:45:20',1,0,'','2013112265','2013-11-22','2013-11-22','20131122-65','12:44',1,'DR NUAMAH',NULL,'','20131122-5578',NULL),(15440,4166,1,558,'2013-11-22 20:45:21',0,0,'','2013112265','2013-11-22','2013-11-22','20131122-65','12:44',1,'DR NUAMAH',NULL,'','20131122-5578',NULL),(15441,4167,3,558,'2013-11-22 20:47:27',0,0,'','2013112266','2013-11-22','2013-11-22','20131122-66','12:46',1,'DR FUMMY',NULL,'','20131122-5579',NULL),(15443,4167,4,558,'2013-11-22 20:47:27',1,0,'','2013112266','2013-11-22','2013-11-22','20131122-66','12:47',1,'DR FUMMY',NULL,'','20131122-5579',NULL),(15444,4168,2,558,'2013-11-22 20:49:22',0,0,'','2013112267','2013-11-22','2013-11-22','20131122-67','12:48',1,'',NULL,'','20131122-5580',NULL),(15445,4169,3,558,'2013-11-22 20:53:51',0,0,'','2013112268','2013-11-22','2013-11-22','20131122-68','12:51',1,'DR DOW',NULL,'','20131122-5581',NULL),(15447,4169,1,558,'2013-11-22 20:53:51',0,0,'','2013112268','2013-11-22','2013-11-22','20131122-68','12:53',1,'DR DOW',NULL,'','20131122-5581',NULL),(15448,3922,1,558,'2013-11-22 20:57:02',1,0,'','2013112269','2013-11-22','2013-11-22','20131122-69','12:56',1,'DR OFORI ANTI',NULL,'','20131122-5582',NULL),(15449,4170,3,558,'2013-11-22 21:20:51',0,0,'','2013112270','2013-11-22','2013-11-22','20131122-70','13:19',1,'DR DOW',NULL,'','20131122-5583',NULL),(15451,4170,1,558,'2013-11-22 21:20:52',1,0,'','2013112270','2013-11-22','2013-11-22','20131122-70','13:20',1,'DR DOW',NULL,'','20131122-5583',NULL),(15452,4171,3,558,'2013-11-22 21:36:03',1,0,'','2013112271','2013-11-22','2013-11-22','20131122-71','13:35',1,'DR MENSAH',NULL,'','20131122-5584',NULL),(15453,4172,4,558,'2013-11-22 21:41:10',1,0,'','2013112272','2013-11-22','2013-11-22','20131122-72','13:40',1,'DR DOW',NULL,'','20131122-5585',NULL),(15454,4173,3,558,'2013-11-22 22:18:26',0,0,'','2013112273','2013-11-22','2013-11-22','20131122-73','14:17',1,'DR MENSAH',NULL,'','20131122-5586',NULL),(15455,4174,3,534,'2013-11-22 22:41:27',0,0,'','2013112274','2013-11-22','2013-11-22','20131122-74','14:38',1,'DR NUAMAH',NULL,'','20131122-5587',NULL),(15457,4174,1,534,'2013-11-22 22:41:27',0,0,'','2013112274','2013-11-22','2013-11-22','20131122-74','14:40',1,'DR NUAMAH',NULL,'','20131122-5587',NULL),(15458,4175,3,534,'2013-11-22 22:43:34',0,0,'','2013112275','2013-11-22','2013-11-22','20131122-75','14:42',1,'DR OFORI ANTI',NULL,'','20131122-5588',NULL),(15459,4176,4,534,'2013-11-22 22:56:46',1,0,'','2013112276','2013-11-22','2013-11-22','20131122-76','14:53',1,'',NULL,'','20131122-5589',NULL),(15460,4177,3,534,'2013-11-22 23:11:44',0,0,'','2013112277','2013-11-22','2013-11-22','20131122-77','15:10',1,'DR OFORI ANTI',NULL,'','20131122-5590',NULL),(15462,4177,4,534,'2013-11-22 23:11:44',1,0,'','2013112277','2013-11-22','2013-11-22','20131122-77','15:11',1,'DR OFORI ANTI',NULL,'','20131122-5590',NULL),(15463,4178,3,534,'2013-11-22 23:29:14',0,0,'','2013112278 ','2013-11-22','2013-11-22','20131122-78','15:25',1,'DR DOW',NULL,'','20131122-5591',NULL),(15465,4178,1,534,'2013-11-22 23:29:14',1,0,'','2013112278','2013-11-22','2013-11-22','20131122-78','15:26',1,'',NULL,'','20131122-5591',NULL),(15466,4160,1,534,'2013-11-22 23:31:50',1,0,'','2013112279','2013-11-22','2013-11-22','20131122-79','15:29',1,'DR OFORI ANTI',NULL,'','20131122-5592',NULL),(15468,4160,5,534,'2013-11-22 23:31:50',1,0,'','2013112279','2013-11-22','2013-11-22','20131122-79','15:31',1,'DR OFORI ANTI',NULL,'','20131122-5592',NULL),(15469,4179,1,558,'2013-11-23 00:13:14',0,0,'','2013112280','2013-11-22','2013-11-22','20131122-80','16:12',1,'',NULL,'','20131122-5593',NULL),(15470,210,1,558,'2013-11-23 00:20:59',1,0,'','2013112281','2013-11-22','2013-11-22','20131122-81','16:20',1,'DR ANKOMAH',NULL,'','20131122-5594',NULL),(15471,4180,4,558,'2013-11-23 00:36:27',1,0,'','2013112282','2013-11-22','2013-11-22','20131122-82','16:34',1,'DR ANKOMAH',NULL,'','20131122-5595',NULL),(15472,4181,3,558,'2013-11-23 01:02:44',0,0,'','2013112283','2013-11-22','2013-11-22','20131122-83','17:01',1,'DR OFORI ANTI',NULL,'','20131122-5596',NULL),(15474,4181,4,558,'2013-11-23 01:02:44',1,0,'','2013112283','2013-11-22','2013-11-22','20131122-83','17:02',1,'DR OFORI ANTI',NULL,'','20131122-5596',NULL),(15475,4182,3,558,'2013-11-23 01:54:17',0,0,'','2013112284','2013-11-22','2013-11-22','20131122-84','17:52',1,'DR MENSAH',NULL,'','20131122-5597',NULL),(15477,4182,1,558,'2013-11-23 01:54:17',1,0,'','2013112284','2013-11-22','2013-11-22','20131122-84','17:53',1,'DR MENSAH',NULL,'','20131122-5597',NULL),(15478,4183,3,558,'2013-11-23 02:00:49',0,0,'','2013112285','2013-11-22','2013-11-22','20131122-85','17:59',1,'DR MENSAH',NULL,'','20131122-5598',NULL),(15480,4183,5,558,'2013-11-23 02:00:49',0,0,'','2013112285','2013-11-22','2013-11-22','20131122-85','18:00',1,'DR MENSAH',NULL,'','20131122-5598',NULL),(15483,4183,1,558,'2013-11-23 02:00:50',1,0,'','2013112285','2013-11-22','2013-11-22','20131122-85','18:00',1,'DR MENSAH',NULL,'','20131122-5598',NULL),(15484,4184,3,558,'2013-11-23 02:13:59',0,0,'','2013112286','2013-11-22','2013-11-22','20131122-86','18:10',1,'DR OFORI ANTI',NULL,'','20131122-5599',NULL),(15486,4184,28,558,'2013-11-23 02:13:59',0,0,'','2013112286','2013-11-22','2013-11-22','20131122-86','18:13',1,'DR OFORI ANTI',NULL,'','20131122-5599',NULL),(15487,4185,5,558,'2013-11-23 02:17:29',1,0,'','2013112287','2013-11-22','2013-11-22','20131122-87','18:16',1,'DR NKETIAH',NULL,'','20131122-5600',NULL),(15488,4186,3,558,'2013-11-23 02:20:02',0,0,'','2013112288 ','2013-11-22','2013-11-22','20131122-88','18:19',1,'DR OFORI ANTI',NULL,'','20131122-5601',NULL),(15489,4187,3,558,'2013-11-23 02:28:59',0,0,'','2013112289','2013-11-22','2013-11-22','20131122-89','18:28',1,'DR OFORI ANTI',NULL,'','20131122-5602',NULL),(15490,4188,3,558,'2013-11-23 02:46:18',0,0,'','2013112290','2013-11-22','2013-11-22','20131122-90','18:45',1,'DR MENSAH',NULL,'','20131122-5603',NULL),(15491,4123,1,530,'2013-11-23 03:15:38',0,0,'','2013112291','2013-11-22','2013-11-22','20131122-91','19:14',1,'DR AKPALU',NULL,'','20131122-5604',NULL),(15493,4123,2,530,'2013-11-23 03:15:38',0,0,'','2013112291','2013-11-22','2013-11-22','20131122-91','19:15',1,'DR AKPALU',NULL,'','20131122-5604',NULL),(15494,4014,1,530,'2013-11-23 03:17:17',0,0,'','2013112292 ','2013-11-22','2013-11-22','20131122-92','19:16',1,'DR AKPALU',NULL,'','20131122-5605',NULL),(15496,4014,4,530,'2013-11-23 03:17:17',1,0,'','2013112292 ','2013-11-22','2013-11-22','20131122-92','19:17',1,'DR AKPALU',NULL,'','20131122-5605',NULL),(15497,4189,3,530,'2013-11-23 04:17:39',1,0,'','2013112293','2013-11-22','2013-11-22','20131122-93','20:16',1,'DR YEBOAH',NULL,'','20131122-5606',NULL),(15498,4173,3,530,'2013-11-23 04:42:43',0,0,'','2013112294','2013-11-22','2013-11-22','20131122-94','20:40',1,'DR TAKYI',NULL,'','20131122-5607',NULL),(15499,4174,1,530,'2013-11-23 04:46:37',1,0,'','2013112295','2013-11-22','2013-11-22','20131122-95','20:44',1,'DR AKPALU',NULL,'','20131122-5608',NULL),(15501,4174,2,530,'2013-11-23 04:46:37',1,0,'','2013112295','2013-11-22','2013-11-22','20131122-95','20:46',1,'DR AKPALU',NULL,'','20131122-5608',NULL),(15502,1900,3,530,'2013-11-23 05:36:04',1,0,'','2013112296','2013-11-22','2013-11-22','20131122-96','21:35',1,'DR DANIELS',NULL,'','20131122-5609',NULL),(15503,4190,3,530,'2013-11-23 06:04:09',1,0,'','2013112297','2013-11-22','2013-11-22','20131122-97','22:03',1,'DR YEBOAH',NULL,'','20131122-5610',NULL),(15505,4190,4,530,'2013-11-23 06:04:09',1,0,'','2013112297','2013-11-22','2013-11-22','20131122-97','22:04',1,'DR YEBOAH',NULL,'','20131122-5610',NULL),(15506,4191,3,530,'2013-11-23 07:07:28',1,0,'','2013112298','2013-11-22','2013-11-22','20131122-98','23:06',1,'DR YEBOAH',NULL,'','20131122-5611',NULL),(15507,4193,3,530,'2013-11-23 07:54:46',1,0,'','20131122100 ','2013-11-22','2013-11-22','20131122-100','23:53',1,'DR DANIELS',NULL,'','20131122-5613',NULL),(15509,4193,1,530,'2013-11-23 07:54:46',1,0,'','20131122100 ','2013-11-22','2013-11-22','20131122-100','23:54',1,'DR DANIELS',NULL,'','20131122-5613',NULL),(15512,4193,4,530,'2013-11-23 07:54:46',1,0,'','20131122100 ','2013-11-22','2013-11-22','20131122-100','23:54',1,'DR DANIELS',NULL,'','20131122-5613',NULL),(15513,95,3,530,'2013-11-23 13:56:34',0,0,'','201311231 ','2013-11-23','2013-11-23','20131123-1','05:55',1,'',NULL,'','20131123-5614',NULL),(15514,4194,3,530,'2013-11-23 14:58:23',0,0,'','201311232','2013-11-23','2013-11-23','20131123-2','06:56',1,'DR NUAMAH',NULL,'','20131123-5615',NULL),(15516,4194,1,530,'2013-11-23 14:58:23',1,0,'','201311232','2013-11-23','2013-11-23','20131123-2','06:58',1,'DR NUAMAH',NULL,'','20131123-5615',NULL),(15519,4194,5,530,'2013-11-23 14:58:23',0,0,'','201311232','2013-11-23','2013-11-23','20131123-2','06:58',1,'DR NUAMAH',NULL,'','20131123-5615',NULL),(15520,4195,5,530,'2013-11-23 15:15:32',1,0,'','201311233','2013-11-23','2013-11-23','20131123-3','07:14',1,'DR AMABLE',NULL,'','20131123-5616',NULL),(15522,4195,4,530,'2013-11-23 15:15:32',1,0,'','201311233','2013-11-23','2013-11-23','20131123-3','07:15',1,'DR AMABLE',NULL,'','20131123-5616',NULL),(15523,4196,3,531,'2013-11-23 15:43:07',0,0,'','201311234 ','2013-11-23','2013-11-23','20131123-4','07:41',1,'DR OWHANDOH',NULL,'','20131123-5617',NULL),(15525,4196,1,531,'2013-11-23 15:43:07',0,0,'','201311234 ','2013-11-23','2013-11-23','20131123-4','07:42',1,'DR OWHANDOH',NULL,'','20131123-5617',NULL),(15528,4196,4,531,'2013-11-23 15:43:08',1,0,'','201311234 ','2013-11-23','2013-11-23','20131123-4','07:42',1,'DR OWHANDOH',NULL,'','20131123-5617',NULL),(15529,4197,3,531,'2013-11-23 15:53:41',0,0,'','201311235','2013-11-23','2013-11-23','20131123-5','07:52',1,'DR YEBOAH',NULL,'','20131123-5618',NULL),(15531,4197,4,531,'2013-11-23 15:53:42',1,0,'','201311235','2013-11-23','2013-11-23','20131123-5','07:53',1,'DR YEBOAH',NULL,'','20131123-5618',NULL),(15532,4198,3,531,'2013-11-23 15:56:50',0,0,'','201311236 ','2013-11-23','2013-11-23','20131123-6','07:55',1,'DR YEBOAH',NULL,'','20131123-5619',NULL),(15534,4198,4,531,'2013-11-23 15:56:50',1,0,'','201311236 ','2013-11-23','2013-11-23','20131123-6','07:56',1,'DR YEBOAH',NULL,'','20131123-5619',NULL),(15535,4025,4,534,'2013-11-23 16:41:19',0,0,'',' 2013112098','2013-11-23','2013-11-20','20131123-7','08:40',1,'',NULL,'','20131123-5620',NULL),(15536,4025,4,534,'2013-11-23 16:42:56',1,0,'','2013112098','2013-11-23','2013-11-20','20131123-8','08:42',1,'',NULL,'','20131123-5621',NULL),(15537,3829,4,534,'2013-11-23 16:56:00',1,0,'','2013111866 ','2013-11-23','2013-11-18','20131123-10','08:55',1,'',NULL,'','20131123-5623',NULL),(15538,4199,3,531,'2013-11-23 17:03:10',0,0,'','201311239','2013-11-23','2013-11-23','20131123-9','09:02',1,'DR ARMAH',NULL,'','20131123-5622',NULL),(15539,4200,3,531,'2013-11-23 17:06:16',0,0,'','2013112311','2013-11-23','2013-11-23','20131123-11','09:04',1,'DR VORTIA',NULL,'','20131123-5624',NULL),(15540,4201,3,531,'2013-11-23 17:07:36',0,0,'','2013112312','2013-11-23','2013-11-23','20131123-12','09:06',1,'DR VORTIA',NULL,'','20131123-5625',NULL),(15541,4194,3,531,'2013-11-23 17:09:02',1,0,'','201311232','2013-11-23','2013-11-23','20131123-13','09:08',1,'',NULL,'','20131123-5626',NULL),(15542,4202,3,531,'2013-11-23 17:11:07',0,0,'','2013112314','2013-11-23','2013-11-23','20131123-14','09:09',1,'DR AMOAH',NULL,'','20131123-5627',NULL),(15544,4202,1,531,'2013-11-23 17:11:07',0,0,'','2013112314','2013-11-23','2013-11-23','20131123-14','09:10',1,'DR AMOAH',NULL,'','20131123-5627',NULL),(15547,4202,2,531,'2013-11-23 17:11:08',1,0,'','2013112314','2013-11-23','2013-11-23','20131123-14','09:10',1,'DR AMOAH',NULL,'','20131123-5627',NULL),(15551,4202,4,531,'2013-11-23 17:11:08',1,0,'','2013112314','2013-11-23','2013-11-23','20131123-14','09:10',1,'DR AMOAH',NULL,'','20131123-5627',NULL),(15552,2387,3,531,'2013-11-23 17:12:20',0,0,'','2013112315','2013-11-23','2013-11-23','20131123-15','09:11',1,'DR TACHIE',NULL,'','20131123-5628',NULL),(15553,4203,3,531,'2013-11-23 17:20:24',0,0,'','2013112316','2013-11-23','2013-11-23','20131123-16','09:19',1,'DR VORTIA',NULL,'','20131123-5629',NULL),(15554,4204,3,531,'2013-11-23 17:24:56',0,0,'','2013112317','2013-11-23','2013-11-23','20131123-17','09:21',1,'DR ',NULL,'','20131123-5630',NULL),(15555,2617,4,534,'2013-11-23 17:32:33',1,0,'','2013112124','2013-11-23','2013-11-21','20131123-18','09:32',1,'',NULL,'','20131123-5631',NULL),(15556,4205,3,531,'2013-11-23 17:36:22',0,0,'','2013112319','2013-11-23','2013-11-23','20131123-19','09:35',1,'DR VORTIA',NULL,'','20131123-5632',NULL),(15557,3536,3,531,'2013-11-23 17:37:35',0,0,'','2013112320','2013-11-23','2013-11-23','20131123-20','09:36',1,'DR VORTIA',NULL,'','20131123-5633',NULL),(15558,4206,3,531,'2013-11-23 17:44:47',0,0,'','2013112321','2013-11-23','2013-11-23','20131123-21','09:42',1,'DR VORTIA',NULL,'','20131123-5634',NULL),(15559,1334,4,534,'2013-11-23 17:46:12',1,0,'',' 2013112121','2013-11-23','2013-11-21','20131123-22','09:45',1,'',NULL,'','20131123-5635',NULL),(15560,4207,3,531,'2013-11-23 17:48:45',0,0,'','2013112323','2013-11-23','2013-11-23','20131123-23','09:46',1,'DR VORTIA',NULL,'','20131123-5636',NULL),(15562,4207,1,531,'2013-11-23 17:48:45',0,0,'','2013112323','2013-11-23','2013-11-23','20131123-23','09:47',1,'DR VORTIA',NULL,'','20131123-5636',NULL),(15565,4207,4,531,'2013-11-23 17:48:45',1,0,'','2013112323','2013-11-23','2013-11-23','20131123-23','09:48',1,'DR VORTIA',NULL,'','20131123-5636',NULL),(15566,4208,3,531,'2013-11-23 18:02:41',0,0,'','2013112324','2013-11-23','2013-11-23','20131123-24','10:00',1,'DR AMOAH',NULL,'','20131123-5637',NULL),(15568,4208,4,531,'2013-11-23 18:02:42',1,0,'','2013112324','2013-11-23','2013-11-23','20131123-24','10:02',1,'DR AMOAH',NULL,'','20131123-5637',NULL),(15569,3268,3,531,'2013-11-23 18:04:25',1,0,'','2013112325','2013-11-23','2013-11-23','20131123-25','10:03',1,'DR ADOTEY',NULL,'','20131123-5638',NULL),(15570,4209,3,531,'2013-11-23 18:08:19',0,0,'','2013112326 ','2013-11-23','2013-11-23','20131123-26','10:06',1,'DR AMOAH',NULL,'','20131123-5639',NULL),(15572,4209,1,531,'2013-11-23 18:08:20',1,0,'','2013112326 ','2013-11-23','2013-11-23','20131123-26','10:08',1,'DR AMOAH',NULL,'','20131123-5639',NULL),(15573,4210,3,531,'2013-11-23 18:11:32',0,0,'','2013112327','2013-11-23','2013-11-23','20131123-27','10:09',1,'DR AMOAH',NULL,'','20131123-5640',NULL),(15575,4210,1,531,'2013-11-23 18:11:32',1,0,'','2013112327','2013-11-23','2013-11-23','20131123-27','10:10',1,'DR AMOAH',NULL,'','20131123-5640',NULL),(15578,4210,4,531,'2013-11-23 18:11:32',1,0,'','2013112327','2013-11-23','2013-11-23','20131123-27','10:11',1,'DR AMOAH',NULL,'','20131123-5640',NULL),(15582,4210,5,531,'2013-11-23 18:11:33',1,0,'','2013112327','2013-11-23','2013-11-23','20131123-27','10:11',1,'DR AMOAH',NULL,'','20131123-5640',NULL),(15583,4211,1,531,'2013-11-23 18:14:04',0,0,'','2013112328','2013-11-23','2013-11-23','20131123-28','10:13',1,'DR AMABLE',NULL,'','20131123-5641',NULL),(15584,4212,3,531,'2013-11-23 18:16:57',0,0,'','2013112329','2013-11-23','2013-11-23','20131123-29','10:15',1,'DR MENSAH',NULL,'','20131123-5642',NULL),(15586,4212,1,531,'2013-11-23 18:16:57',0,0,'','2013112329','2013-11-23','2013-11-23','20131123-29','10:16',1,'DR MENSAH',NULL,'','20131123-5642',NULL),(15587,4213,3,531,'2013-11-23 18:21:37',0,0,'','2013112330','2013-11-23','2013-11-23','20131123-30','10:19',1,'',NULL,'','20131123-5643',NULL),(15588,4214,3,531,'2013-11-23 18:40:04',0,0,'','2013112331','2013-11-23','2013-11-23','20131123-31','10:38',1,'DR SALLAR',NULL,'','20131123-5644',NULL),(15589,1660,3,531,'2013-11-23 18:49:49',1,0,'','2013112332','2013-11-23','2013-11-23','20131123-32','10:44',1,'DR NAIZER',NULL,'','20131123-5645',NULL),(15591,1660,1,531,'2013-11-23 18:49:49',1,0,'','2013112332','2013-11-23','2013-11-23','20131123-32','10:49',1,'DR NAIZER',NULL,'','20131123-5645',NULL),(15594,1660,5,531,'2013-11-23 18:49:49',0,0,'','2013112332','2013-11-23','2013-11-23','20131123-32','10:49',1,'DR NAIZER',NULL,'','20131123-5645',NULL),(15595,4215,3,531,'2013-11-23 19:02:23',0,0,'','2013112333','2013-11-23','2013-11-23','20131123-33','11:00',1,'DR TAKYI',NULL,'','20131123-5646',NULL),(15597,4215,4,531,'2013-11-23 19:02:24',1,0,'','2013112333','2013-11-23','2013-11-23','20131123-33','11:02',1,'DR TAKYI',NULL,'','20131123-5646',NULL),(15598,4216,3,531,'2013-11-23 19:04:18',1,0,'','2013112334','2013-11-23','2013-11-23','20131123-34','11:03',1,'DR NAIZER',NULL,'','20131123-5647',NULL),(15599,4217,3,531,'2013-11-23 19:23:40',0,0,'','2013112335','2013-11-23','2013-11-23','20131123-35','11:21',1,'DR NAIZER',NULL,'','20131123-5648',NULL),(15600,4218,3,531,'2013-11-23 19:32:02',0,0,'','2013112336 ','2013-11-23','2013-11-23','20131123-36','11:30',1,'DR AMOAH',NULL,'','20131123-5649',NULL),(15602,4218,1,531,'2013-11-23 19:32:02',0,0,'','2013112336 ','2013-11-23','2013-11-23','20131123-36','11:31',1,'DR AMOAH',NULL,'','20131123-5649',NULL),(15605,4218,5,531,'2013-11-23 19:32:02',1,0,'','2013112336 ','2013-11-23','2013-11-23','20131123-36','11:31',1,'DR AMOAH',NULL,'','20131123-5649',NULL),(15606,4219,3,531,'2013-11-23 19:37:38',0,0,'','2013112337','2013-11-23','2013-11-23','20131123-37','11:36',1,'DR VORTIA',NULL,'','20131123-5650',NULL),(15608,4219,4,531,'2013-11-23 19:37:38',1,0,'','2013112337','2013-11-23','2013-11-23','20131123-37','11:37',1,'DR VORTIA',NULL,'','20131123-5650',NULL),(15609,4220,3,531,'2013-11-23 19:54:05',0,0,'','2013112338 ','2013-11-23','2013-11-23','20131123-38','11:52',1,'DR AMOAH',NULL,'','20131123-5651',NULL),(15611,4220,4,531,'2013-11-23 19:54:05',1,0,'','2013112338 ','2013-11-23','2013-11-23','20131123-38','11:53',1,'DR AMOAH',NULL,'','20131123-5651',NULL),(15612,4221,3,531,'2013-11-23 20:04:55',0,0,'','2013112339 ','2013-11-23','2013-11-23','20131123-39','12:03',1,'DR VORTIA',NULL,'','20131123-5652',NULL),(15613,4222,3,531,'2013-11-23 20:08:35',0,0,'','2013112340','2013-11-23','2013-11-23','20131123-40','12:07',1,'DR VORTIA',NULL,'','20131123-5653',NULL),(15614,4223,3,531,'2013-11-23 20:16:27',0,0,'','2013112342','2013-11-23','2013-11-23','20131123-42','12:15',1,'DR MENSAH',NULL,'','20131123-5655',NULL),(15616,4223,2,531,'2013-11-23 20:16:27',1,0,'','2013112342','2013-11-23','2013-11-23','20131123-42','12:16',1,'DR MENSAH',NULL,'','20131123-5655',NULL),(15617,4214,1,531,'2013-11-23 20:18:08',0,0,'','2013112343','2013-11-23','2013-11-23','20131123-43','12:16',1,'DR AMOAH',NULL,'','20131123-5656',NULL),(15619,4214,4,531,'2013-11-23 20:18:08',1,0,'','2013112343','2013-11-23','2013-11-23','20131123-43','12:17',1,'DR AMOAH',NULL,'','20131123-5656',NULL),(15620,4224,1,531,'2013-11-23 20:20:07',0,0,'','2013112344','2013-11-23','2013-11-23','20131123-44','12:19',1,'DR TACHIE',NULL,'','20131123-5657',NULL),(15621,4225,1,531,'2013-11-23 20:24:50',1,0,'','2013112345','2013-11-23','2013-11-23','20131123-45','12:23',1,'DR DOW',NULL,'','20131123-5658',NULL),(15622,180,3,531,'2013-11-23 20:32:58',0,0,'','2013112346','2013-11-23','2013-11-23','20131123-46','12:31',1,'DR TAKYI',NULL,'','20131123-5659',NULL),(15623,4226,3,531,'2013-11-23 20:37:01',0,0,'','2013112347','2013-11-23','2013-11-23','20131123-47','12:34',1,'DR AMOAH',NULL,'','20131123-5660',NULL),(15624,2214,3,531,'2013-11-23 20:46:18',0,0,'','2013112348','2013-11-23','2013-11-23','20131123-48','12:44',1,'DR MENSAH',NULL,'','20131123-5661',NULL),(15626,2214,4,531,'2013-11-23 20:46:18',1,0,'','2013112348','2013-11-23','2013-11-23','20131123-48','12:46',1,'DR MENSAH',NULL,'','20131123-5661',NULL),(15627,4227,19,531,'2013-11-23 20:48:16',0,0,'','2013112349','2013-11-23','2013-11-23','20131123-49','12:47',1,'DR AMOAH',NULL,'','20131123-5662',NULL),(15628,4228,3,531,'2013-11-23 20:50:09',0,0,'','2013112350','2013-11-23','2013-11-23','20131123-50','12:49',1,'DR VORTIA',NULL,'','20131123-5663',NULL),(15629,4229,3,531,'2013-11-23 20:53:36',0,0,'','2013112351','2013-11-23','2013-11-23','20131123-51','12:52',1,'DR VORTIA',NULL,'','20131123-5664',NULL),(15630,4230,3,531,'2013-11-23 20:55:26',0,0,'','2013112352 ','2013-11-23','2013-11-23','20131123-52','12:54',1,'DR VORTIA',NULL,'','20131123-5665',NULL),(15631,4231,3,531,'2013-11-23 20:59:17',0,0,'','2013112353','2013-11-23','2013-11-23','20131123-53','12:56',1,'DR MENSAH',NULL,'','20131123-5666',NULL),(15633,4231,4,531,'2013-11-23 20:59:17',1,0,'','2013112353','2013-11-23','2013-11-23','20131123-53','12:59',1,'DR MENSAH',NULL,'','20131123-5666',NULL),(15634,4232,3,531,'2013-11-23 21:00:53',0,0,'','2013112354','2013-11-23','2013-11-23','20131123-54','13:00',1,'DR VORTIA',NULL,'','20131123-5667',NULL),(15635,4233,3,531,'2013-11-23 21:14:47',0,0,'','2013112355','2013-11-23','2013-11-23','20131123-55','13:13',1,'DR VORTIA',NULL,'','20131123-5668',NULL),(15637,4233,4,531,'2013-11-23 21:14:47',1,0,'','2013112355','2013-11-23','2013-11-23','20131123-55','13:14',1,'DR VORTIA',NULL,'','20131123-5668',NULL),(15638,4234,1,531,'2013-11-23 21:22:08',1,0,'','2013112356','2013-11-23','2013-11-23','20131123-56','13:21',1,'DR NAIZER',NULL,'','20131123-5669',NULL),(15640,4234,5,531,'2013-11-23 21:22:08',1,0,'','2013112356','2013-11-23','2013-11-23','20131123-56','13:21',1,'DR NAIZER',NULL,'','20131123-5669',NULL),(15641,4235,3,531,'2013-11-23 22:01:22',0,0,'','2013112357','2013-11-23','2013-11-23','20131123-57','14:00',1,'DR TAKYI',NULL,'','20131123-5670',NULL),(15643,4235,4,531,'2013-11-23 22:01:23',1,0,'','2013112357','2013-11-23','2013-11-23','20131123-57','14:01',1,'DR TAKYI',NULL,'','20131123-5670',NULL),(15644,4236,4,531,'2013-11-23 22:05:05',1,0,'','2013112358','2013-11-23','2013-11-23','20131123-58','14:03',1,'',NULL,'','20131123-5671',NULL),(15646,4236,10,531,'2013-11-23 22:05:05',1,0,'','2013112358','2013-11-23','2013-11-23','20131123-58','14:04',1,'',NULL,'','20131123-5671',NULL),(15647,4237,3,531,'2013-11-23 22:07:44',0,0,'','2013112359','2013-11-23','2013-11-23','20131123-59','14:06',1,'DR NAIZER',NULL,'','20131123-5672',NULL),(15648,2498,4,531,'2013-11-23 22:20:03',1,0,'','2013112360','2013-11-23','2013-11-23','20131123-60','14:18',1,'DR AMOAH',NULL,'','20131123-5673',NULL),(15649,4238,3,531,'2013-11-23 22:27:26',0,0,'','2013112361 ','2013-11-23','2013-11-23','20131123-61','14:25',1,'DR VORTIA',NULL,'','20131123-5674',NULL),(15651,4238,1,531,'2013-11-23 22:27:27',0,0,'','2013112361 ','2013-11-23','2013-11-23','20131123-61','14:26',1,'DR VORTIA',NULL,'','20131123-5674',NULL),(15654,4238,5,531,'2013-11-23 22:27:27',1,0,'','2013112361 ','2013-11-23','2013-11-23','20131123-61','14:27',1,'DR VORTIA',NULL,'','20131123-5674',NULL),(15655,2395,3,531,'2013-11-23 22:44:57',0,0,'','2013112362','2013-11-23','2013-11-23','20131123-62','14:43',1,'DR VORTIA',NULL,'','20131123-5675',NULL),(15657,2395,5,531,'2013-11-23 22:44:58',0,0,'','2013112362','2013-11-23','2013-11-23','20131123-62','14:44',1,'DR VORTIA',NULL,'','20131123-5675',NULL),(15658,384,3,531,'2013-11-23 22:47:53',0,0,'','2013112363','2013-11-23','2013-11-23','20131123-63','14:46',1,'DR TAKYI',NULL,'','20131123-5676',NULL),(15660,384,4,531,'2013-11-23 22:47:53',1,0,'','2013112363','2013-11-23','2013-11-23','20131123-63','14:47',1,'DR TAKYI',NULL,'','20131123-5676',NULL),(15661,4239,10,531,'2013-11-23 23:15:44',1,0,'','2013112364','2013-11-23','2013-11-23','20131123-64','15:14',1,'DR TAKYI',NULL,'','20131123-5677',NULL),(15662,2732,3,531,'2013-11-23 23:23:05',0,0,'','2013112365 ','2013-11-23','2013-11-23','20131123-65','15:22',1,'DR MENSAH',NULL,'','20131123-5678',NULL),(15663,4240,3,531,'2013-11-23 23:25:41',0,0,'','2013112366','2013-11-23','2013-11-23','20131123-66','15:24',1,'DR MENSAH',NULL,'','20131123-5679',NULL),(15664,4241,3,531,'2013-11-23 23:42:45',0,0,'','2013112367','2013-11-23','2013-11-23','20131123-67','15:41',1,'DR TAKYI',NULL,'','20131123-5680',NULL),(15666,4241,5,531,'2013-11-23 23:42:45',1,0,'','2013112367','2013-11-23','2013-11-23','20131123-67','15:42',1,'DR TAKYI',NULL,'','20131123-5680',NULL),(15667,4242,3,531,'2013-11-23 23:49:15',0,0,'','2013112368','2013-11-23','2013-11-23','20131123-68','15:47',1,'DR TAKYI',NULL,'','20131123-5681',NULL),(15669,4242,4,531,'2013-11-23 23:49:15',1,0,'','2013112368','2013-11-23','2013-11-23','20131123-68','15:49',1,'DR TAKYI',NULL,'','20131123-5681',NULL),(15670,3773,4,531,'2013-11-24 00:05:30',1,0,'','2013112369','2013-11-23','2013-11-23','20131123-69','16:04',1,'',NULL,'','20131123-5682',NULL),(15671,3295,3,531,'2013-11-24 00:08:43',1,0,'','2013112370','2013-11-23','2013-11-23','20131123-70','16:07',1,'DR VORTIA',NULL,'','20131123-5683',NULL),(15673,3295,5,531,'2013-11-24 00:08:43',1,0,'','2013112370','2013-11-23','2013-11-23','20131123-70','16:08',1,'DR VORTIA',NULL,'','20131123-5683',NULL),(15674,4243,3,531,'2013-11-24 00:13:02',0,0,'','2013112371','2013-11-23','2013-11-23','20131123-71','16:11',1,'DR MENSAH',NULL,'','20131123-5684',NULL),(15676,4243,1,531,'2013-11-24 00:13:02',1,0,'','2013112371','2013-11-23','2013-11-23','20131123-71','16:12',1,'DR MENSAH',NULL,'','20131123-5684',NULL),(15679,4243,4,531,'2013-11-24 00:13:02',1,0,'','2013112371','2013-11-23','2013-11-23','20131123-71','16:12',1,'DR MENSAH',NULL,'','20131123-5684',NULL),(15680,4045,1,531,'2013-11-24 00:15:17',1,0,'','2013112372 ','2013-11-23','2013-11-23','20131123-72','16:14',1,'DR VORTIA',NULL,'','20131123-5685',NULL),(15682,4045,4,531,'2013-11-24 00:15:17',1,0,'','2013112372 ','2013-11-23','2013-11-23','20131123-72','16:15',1,'DR VORTIA',NULL,'','20131123-5685',NULL),(15683,4244,3,531,'2013-11-24 00:25:45',0,0,'','2013112373','2013-11-23','2013-11-23','20131123-73','16:23',1,'DR TAKYI',NULL,'','20131123-5686',NULL),(15685,4244,1,531,'2013-11-24 00:25:46',0,0,'','2013112373','2013-11-23','2013-11-23','20131123-73','16:24',1,'DR TAKYI',NULL,'','20131123-5686',NULL),(15686,4245,3,531,'2013-11-24 00:53:06',0,0,'','2013112374','2013-11-23','2013-11-23','20131123-74','16:52',1,'DR VORTIA',NULL,'','20131123-5687',NULL),(15687,4246,3,531,'2013-11-24 00:56:53',0,0,'','2013112375','2013-11-23','2013-11-23','20131123-75','16:54',1,'DR VORTIA',NULL,'','20131123-5688',NULL),(15689,4246,4,531,'2013-11-24 00:56:53',1,0,'','2013112375','2013-11-23','2013-11-23','20131123-75','16:56',1,'DR VORTIA',NULL,'','20131123-5688',NULL),(15690,4247,3,531,'2013-11-24 01:15:01',0,0,'','2013112376 ','2013-11-23','2013-11-23','20131123-76','17:14',1,'DR MENSAH',NULL,'','20131123-5689',NULL),(15691,4248,3,531,'2013-11-24 01:17:06',0,0,'','2013112377','2013-11-23','2013-11-23','20131123-77','17:16',1,'DR MENSAH',NULL,'','20131123-5690',NULL),(15692,4249,3,531,'2013-11-24 01:19:25',0,0,'','2013112378 ','2013-11-23','2013-11-23','20131123-78','17:18',1,'DR VORTIA',NULL,'','20131123-5691',NULL),(15694,4249,4,531,'2013-11-24 01:19:25',1,0,'','2013112378 ','2013-11-23','2013-11-23','20131123-78','17:19',1,'DR VORTIA',NULL,'','20131123-5691',NULL),(15695,3757,3,531,'2013-11-24 01:22:37',0,0,'','2013112379','2013-11-23','2013-11-23','20131123-79','17:20',1,'DR TAKYI',NULL,'','20131123-5692',NULL),(15697,3757,1,531,'2013-11-24 01:22:37',1,0,'','2013112379','2013-11-23','2013-11-23','20131123-79','17:21',1,'DR TAKYI',NULL,'','20131123-5692',NULL),(15700,3757,4,531,'2013-11-24 01:22:37',1,0,'','2013112379','2013-11-23','2013-11-23','20131123-79','17:22',1,'DR TAKYI',NULL,'','20131123-5692',NULL),(15704,3757,5,531,'2013-11-24 01:22:38',1,0,'','2013112379','2013-11-23','2013-11-23','20131123-79','17:22',1,'DR TAKYI',NULL,'','20131123-5692',NULL),(15705,4250,3,531,'2013-11-24 01:27:30',0,0,'','2013112380','2013-11-23','2013-11-23','20131123-80','17:26',1,'DR MENSAH',NULL,'','20131123-5693',NULL),(15707,4250,1,531,'2013-11-24 01:27:31',0,0,'','2013112380','2013-11-23','2013-11-23','20131123-80','17:27',1,'DR MENSAH',NULL,'','20131123-5693',NULL),(15708,1550,3,531,'2013-11-24 01:29:59',0,0,'','2013112381 ','2013-11-23','2013-11-23','20131123-81','17:28',1,'DR TAKYI',NULL,'','20131123-5694',NULL),(15710,1550,4,531,'2013-11-24 01:30:00',1,0,'','2013112381 ','2013-11-23','2013-11-23','20131123-81','17:29',1,'DR TAKYI',NULL,'','20131123-5694',NULL),(15711,2373,4,531,'2013-11-24 01:39:12',1,0,'','2013112382','2013-11-23','2013-11-23','20131123-82','17:38',1,'DR OWHANDOH',NULL,'','20131123-5695',NULL),(15712,4251,3,531,'2013-11-24 01:46:27',0,0,'','2013112383','2013-11-23','2013-11-23','20131123-83','17:45',1,'DR MENSAH',NULL,'','20131123-5696',NULL),(15714,4251,1,531,'2013-11-24 01:46:28',1,0,'','2013112383','2013-11-23','2013-11-23','20131123-83','17:46',1,'DR MENSAH',NULL,'','20131123-5696',NULL),(15715,1766,3,531,'2013-11-24 02:22:40',0,0,'','2013112384','2013-11-23','2013-11-23','20131123-84','18:21',1,'DR TAKYI',NULL,'','20131123-5697',NULL),(15717,1766,4,531,'2013-11-24 02:22:41',1,0,'','2013112384','2013-11-23','2013-11-23','20131123-84','18:22',1,'DR TAKYI',NULL,'','20131123-5697',NULL),(15718,4252,3,531,'2013-11-24 02:26:54',0,0,'','2013112385','2013-11-23','2013-11-23','20131123-85','18:25',1,'DR VORTIA',NULL,'','20131123-5698',NULL),(15719,4253,3,531,'2013-11-24 02:39:31',0,0,'','2013112386','2013-11-23','2013-11-23','20131123-86','18:38',1,'DR MENSAH',NULL,'','20131123-5699',NULL),(15721,4253,8,531,'2013-11-24 02:39:31',0,0,'','2013112386','2013-11-23','2013-11-23','20131123-86','18:39',1,'DR MENSAH',NULL,'','20131123-5699',NULL),(15722,4248,3,531,'2013-11-24 03:22:12',0,0,'','2013112387','2013-11-23','2013-11-23','20131123-87','19:21',1,'DR MENSAH',NULL,'','20131123-5700',NULL),(15723,4254,3,558,'2013-11-24 03:27:52',1,0,'','2013112388','2013-11-23','2013-11-23','20131123-88','19:26',1,'DR VORTIA',NULL,'','20131123-5701',NULL),(15724,4255,3,558,'2013-11-24 03:44:07',1,0,'','2013112389','2013-11-23','2013-11-23','20131123-89','19:42',1,'DR MENSAH',NULL,'','20131123-5702',NULL),(15726,4255,19,558,'2013-11-24 03:44:08',1,0,'','2013112389','2013-11-23','2013-11-23','20131123-89','19:43',1,'DR MENSAH',NULL,'','20131123-5702',NULL),(15727,4256,3,558,'2013-11-24 03:52:41',1,0,'','2013112390','2013-11-23','2013-11-23','20131123-90','19:51',1,'DR MENSAH',NULL,'','20131123-5703',NULL),(15728,4256,1,558,'2013-11-24 04:32:53',1,0,'','2013112390','2013-11-23','2013-11-23','20131123-91','20:32',1,'DR MENSAH',NULL,'','20131123-5704',NULL),(15729,4257,3,558,'2013-11-24 04:48:58',1,0,'','2013112392','2013-11-23','2013-11-23','20131123-92','20:47',1,'DR OFORI ANTI',NULL,'','20131123-5705',NULL),(15731,4257,4,558,'2013-11-24 04:48:58',1,0,'','2013112392','2013-11-23','2013-11-23','20131123-92','20:48',1,'DR OFORI ANTI',NULL,'','20131123-5705',NULL),(15732,4258,3,558,'2013-11-24 04:56:51',1,0,'','2013112393','2013-11-23','2013-11-23','20131123-93','20:55',1,'DR YEBOAH',NULL,'','20131123-5706',NULL),(15734,4258,4,558,'2013-11-24 04:56:51',1,0,'','2013112393','2013-11-23','2013-11-23','20131123-93','20:56',1,'DR YEBOAH',NULL,'','20131123-5706',NULL),(15735,4258,1,558,'2013-11-24 04:57:41',1,0,'','2013112393','2013-11-23','2013-11-23','20131123-94','20:57',1,'DR YEBOAH',NULL,'','20131123-5707',NULL),(15736,4259,3,558,'2013-11-24 09:52:12',1,0,'','201311241','2013-11-24','2013-11-24','20131124-1','01:51',1,'DR OFORI ANTI',NULL,'','20131124-5708',NULL),(15738,4259,5,558,'2013-11-24 09:52:12',0,0,'','201311241','2013-11-24','2013-11-24','20131124-1','01:51',1,'DR OFORI ANTI',NULL,'','20131124-5708',NULL),(15739,4260,3,558,'2013-11-24 13:08:02',1,0,'','201311242','2013-11-24','2013-11-24','20131124-2','05:06',1,'DR YEBOAH',NULL,'','20131124-5709',NULL),(15741,4260,4,558,'2013-11-24 13:08:02',1,0,'','201311242','2013-11-24','2013-11-24','20131124-2','05:07',1,'DR YEBOAH',NULL,'','20131124-5709',NULL),(15742,4261,3,558,'2013-11-24 13:57:19',0,0,'','201311243','2013-11-24','2013-11-24','20131124-3','05:55',1,'DR VORTIA',NULL,'','20131124-5710',NULL),(15744,4261,1,558,'2013-11-24 13:57:19',0,0,'','201311243','2013-11-24','2013-11-24','20131124-3','05:56',1,'DR VORTIA',NULL,'','20131124-5710',NULL),(15745,4262,3,558,'2013-11-24 14:33:09',0,0,'','201311244','2013-11-24','2013-11-24','20131124-4','06:31',1,'DR AMOAH',NULL,'','20131124-5711',NULL),(15747,4262,4,558,'2013-11-24 14:33:09',1,0,'','201311244','2013-11-24','2013-11-24','20131124-4','06:32',1,'DR AMOAH',NULL,'','20131124-5711',NULL),(15750,4262,1,558,'2013-11-24 14:33:09',0,0,'','201311244','2013-11-24','2013-11-24','20131124-4','06:32',1,'DR AMOAH',NULL,'','20131124-5711',NULL),(15751,4259,4,558,'2013-11-24 14:37:05',1,0,'','201311245 ','2013-11-24','2013-11-24','20131124-5','06:36',1,'DR YEBOAH',NULL,'','20131124-5712',NULL),(15752,4263,3,558,'2013-11-24 14:44:26',0,0,'','201311246','2013-11-24','2013-11-24','20131124-6','06:43',1,'DR DOW',NULL,'','20131124-5713',NULL),(15753,4264,2,558,'2013-11-24 15:11:24',0,0,'','201311247','2013-11-24','2013-11-24','20131124-7','07:10',1,'DR MENSAH',NULL,'','20131124-5714',NULL),(15754,604,3,531,'2013-11-24 15:32:44',0,0,'','201311248 ','2013-11-24','2013-11-24','20131124-8','07:31',1,'DR YEBOAH',NULL,'','20131124-5715',NULL),(15756,604,4,531,'2013-11-24 15:32:44',1,0,'','201311248 ','2013-11-24','2013-11-24','20131124-8','07:32',1,'DR YEBOAH',NULL,'','20131124-5715',NULL),(15757,4265,3,531,'2013-11-24 15:36:58',0,0,'','201311249','2013-11-24','2013-11-24','20131124-9','07:35',1,'DR YEBOAH',NULL,'','20131124-5716',NULL),(15759,4265,4,531,'2013-11-24 15:36:59',1,0,'','201311249','2013-11-24','2013-11-24','20131124-9','07:36',1,'DR YEBOAH',NULL,'','20131124-5716',NULL),(15760,4266,3,531,'2013-11-24 15:45:19',0,0,'','2013112410 ','2013-11-24','2013-11-24','20131124-10','07:44',1,'DR YEBOAH',NULL,'','20131124-5717',NULL),(15761,4243,3,531,'2013-11-24 15:48:53',1,0,'','2013112411','2013-11-24','2013-11-24','20131124-11','07:48',1,'DR MENSAH',NULL,'','20131124-5718',NULL),(15762,4267,3,531,'2013-11-24 15:52:08',0,0,'','2013112412','2013-11-24','2013-11-24','20131124-12','07:50',1,'DR YEBOAH',NULL,'','20131124-5719',NULL),(15764,4267,1,531,'2013-11-24 15:52:08',1,0,'','2013112412','2013-11-24','2013-11-24','20131124-12','07:51',1,'DR YEBOAH',NULL,'','20131124-5719',NULL),(15767,4267,4,531,'2013-11-24 15:52:08',1,0,'','2013112412','2013-11-24','2013-11-24','20131124-12','07:51',1,'DR YEBOAH',NULL,'','20131124-5719',NULL),(15771,4267,5,531,'2013-11-24 15:52:09',0,0,'','2013112412','2013-11-24','2013-11-24','20131124-12','07:51',1,'DR YEBOAH',NULL,'','20131124-5719',NULL),(15772,4268,3,531,'2013-11-24 15:54:00',0,0,'','2013112413','2013-11-24','2013-11-24','20131124-13','07:52',1,'DR YEBOAH',NULL,'','20131124-5720',NULL),(15774,4268,1,531,'2013-11-24 15:54:00',1,0,'','2013112413','2013-11-24','2013-11-24','20131124-13','07:53',1,'DR YEBOAH',NULL,'','20131124-5720',NULL),(15777,4268,4,531,'2013-11-24 15:54:00',1,0,'','2013112413','2013-11-24','2013-11-24','20131124-13','07:53',1,'DR YEBOAH',NULL,'','20131124-5720',NULL),(15778,4269,1,531,'2013-11-24 16:01:02',0,0,'','2013112414 ','2013-11-24','2013-11-24','20131124-14','08:00',1,'DR YEBOAH',NULL,'','20131124-5721',NULL),(15779,4270,3,531,'2013-11-24 16:25:37',0,0,'','2013112415','2013-11-24','2013-11-24','20131124-15','08:17',1,'DR OFORI ANTI',NULL,'','20131124-5722',NULL),(15781,4270,1,531,'2013-11-24 16:25:37',0,0,'','2013112415','2013-11-24','2013-11-24','20131124-15','08:18',1,'DR OFORI ANTI',NULL,'','20131124-5722',NULL),(15782,4014,3,531,'2013-11-24 16:32:24',0,0,'','2013112416','2013-11-24','2013-11-24','20131124-16','08:31',1,'DR OFORI ANTI',NULL,'','20131124-5723',NULL),(15784,4014,14,531,'2013-11-24 16:32:24',0,0,'','2013112416','2013-11-24','2013-11-24','20131124-16','08:32',1,'DR OFORI ANTI',NULL,'','20131124-5723',NULL),(15785,4271,3,531,'2013-11-24 16:55:36',0,0,'','2013112417','2013-11-24','2013-11-24','20131124-17','08:53',1,'DR FRIMPONG',NULL,'','20131124-5724',NULL),(15787,4271,1,531,'2013-11-24 16:55:36',1,0,'','2013112417','2013-11-24','2013-11-24','20131124-17','08:54',1,'DR FRIMPONG',NULL,'','20131124-5724',NULL),(15790,4271,4,531,'2013-11-24 16:55:36',1,0,'','2013112417','2013-11-24','2013-11-24','20131124-17','08:55',1,'DR FRIMPONG',NULL,'','20131124-5724',NULL),(15791,4272,3,531,'2013-11-24 17:21:41',0,0,'','2013112418','2013-11-24','2013-11-24','20131124-18','09:20',1,'DR FRIMPONG',NULL,'','20131124-5725',NULL),(15793,4272,4,531,'2013-11-24 17:21:41',1,0,'','2013112418','2013-11-24','2013-11-24','20131124-18','09:21',1,'DR FRIMPONG',NULL,'','20131124-5725',NULL),(15794,4273,3,531,'2013-11-24 17:25:20',0,0,'','2013112419','2013-11-24','2013-11-24','20131124-19','09:23',1,'DR FRIMPONG',NULL,'','20131124-5726',NULL),(15796,4273,1,531,'2013-11-24 17:25:20',0,0,'','2013112419','2013-11-24','2013-11-24','20131124-19','09:24',1,'DR FRIMPONG',NULL,'','20131124-5726',NULL),(15797,4274,3,531,'2013-11-24 17:36:23',0,0,'','2013112420','2013-11-24','2013-11-24','20131124-20','09:34',1,'DR OFORI',NULL,'','20131124-5727',NULL),(15799,4274,4,531,'2013-11-24 17:36:24',1,0,'','2013112420','2013-11-24','2013-11-24','20131124-20','09:35',1,'DR OFORI',NULL,'','20131124-5727',NULL),(15802,4274,5,531,'2013-11-24 17:36:24',0,0,'','2013112420','2013-11-24','2013-11-24','20131124-20','09:36',1,'DR OFORI',NULL,'','20131124-5727',NULL),(15803,4275,4,531,'2013-11-24 17:42:05',1,0,'','2013112421','2013-11-24','2013-11-24','20131124-21','09:41',1,'DR FRIMPONG',NULL,'','20131124-5728',NULL),(15804,4276,3,531,'2013-11-24 18:03:30',0,0,'','2013112422 ','2013-11-24','2013-11-24','20131124-22','10:02',1,'DR OFORI',NULL,'','20131124-5729',NULL),(15806,4276,1,531,'2013-11-24 18:03:30',1,0,'','2013112422 ','2013-11-24','2013-11-24','20131124-22','10:03',1,'DR OFORI',NULL,'','20131124-5729',NULL),(15809,4276,4,531,'2013-11-24 18:03:31',1,0,'','2013112422 ','2013-11-24','2013-11-24','20131124-22','10:03',1,'DR OFORI',NULL,'','20131124-5729',NULL),(15810,4277,3,531,'2013-11-24 18:10:11',0,0,'','2013112423','2013-11-24','2013-11-24','20131124-23','10:09',1,'DR MENSAH',NULL,'','20131124-5730',NULL),(15812,4277,1,531,'2013-11-24 18:10:11',0,0,'','2013112423','2013-11-24','2013-11-24','20131124-23','10:09',1,'DR MENSAH',NULL,'','20131124-5730',NULL),(15813,4139,4,535,'2013-11-24 18:32:42',1,0,'','2013112228','2013-11-24','2013-11-24','20131124-24','10:32',1,'',NULL,'','20131124-5731',NULL),(15814,3772,4,535,'2013-11-24 18:40:46',1,0,'','2013111752','2013-11-24','2013-11-24','20131124-25','10:39',1,'',NULL,'','20131124-5732',NULL),(15815,4278,3,531,'2013-11-24 18:45:11',1,0,'','2013112426','2013-11-24','2013-11-24','20131124-26','10:44',1,'',NULL,'','20131124-5733',NULL),(15816,4279,3,531,'2013-11-24 18:47:36',0,0,'','2013112427','2013-11-24','2013-11-24','20131124-27','10:46',1,'DR FRIMPONG',NULL,'','20131124-5734',NULL),(15817,4280,3,531,'2013-11-24 18:54:14',0,0,'','2013112428','2013-11-24','2013-11-24','20131124-28','10:52',1,'DR OFORI',NULL,'','20131124-5735',NULL),(15819,4280,1,531,'2013-11-24 18:54:15',0,0,'','2013112428','2013-11-24','2013-11-24','20131124-28','10:53',1,'DR OFORI',NULL,'','20131124-5735',NULL),(15822,4280,4,531,'2013-11-24 18:54:15',1,0,'','2013112428','2013-11-24','2013-11-24','20131124-28','10:53',1,'DR OFORI',NULL,'','20131124-5735',NULL),(15823,4281,3,531,'2013-11-24 19:19:04',0,0,'','2013112429','2013-11-24','2013-11-24','20131124-29','11:16',1,'DR OFORI',NULL,'','20131124-5736',NULL),(15825,4281,4,531,'2013-11-24 19:19:04',1,0,'','2013112429','2013-11-24','2013-11-24','20131124-29','11:18',1,'DR OFORI',NULL,'','20131124-5736',NULL),(15826,4282,3,531,'2013-11-24 19:31:21',0,0,'','2013112430','2013-11-24','2013-11-24','20131124-30','11:29',1,'DR OFORI',NULL,'','20131124-5737',NULL),(15828,4282,1,531,'2013-11-24 19:31:21',1,0,'','2013112430','2013-11-24','2013-11-24','20131124-30','11:30',1,'DR OFORI',NULL,'','20131124-5737',NULL),(15831,4282,4,531,'2013-11-24 19:31:21',1,0,'','2013112430','2013-11-24','2013-11-24','20131124-30','11:30',1,'DR OFORI',NULL,'','20131124-5737',NULL),(15835,4282,5,531,'2013-11-24 19:31:22',1,0,'','2013112430','2013-11-24','2013-11-24','20131124-30','11:31',1,'DR OFORI',NULL,'','20131124-5737',NULL),(15836,4283,1,531,'2013-11-24 19:40:25',1,0,'','2013112431','2013-11-24','2013-11-24','20131124-31','11:39',1,'DR FRIMPONG',NULL,'','20131124-5738',NULL),(15838,4283,5,531,'2013-11-24 19:40:26',0,0,'','2013112431','2013-11-24','2013-11-24','20131124-31','11:40',1,'DR FRIMPONG',NULL,'','20131124-5738',NULL),(15839,4284,3,531,'2013-11-24 19:43:32',0,0,'','2013112432','2013-11-24','2013-11-24','20131124-32','11:42',1,'DR FRIMPONG',NULL,'','20131124-5739',NULL),(15841,4284,4,531,'2013-11-24 19:43:32',1,0,'','2013112432','2013-11-24','2013-11-24','20131124-32','11:43',1,'DR FRIMPONG',NULL,'','20131124-5739',NULL),(15842,4285,3,531,'2013-11-24 20:02:06',0,0,'','2013112433','2013-11-24','2013-11-24','20131124-33','12:00',1,'DR FRIMPONG',NULL,'','20131124-5740',NULL),(15844,4285,4,531,'2013-11-24 20:02:06',1,0,'','2013112433','2013-11-24','2013-11-24','20131124-33','12:01',1,'DR FRIMPONG',NULL,'','20131124-5740',NULL),(15845,4286,4,531,'2013-11-24 20:04:45',1,0,'','2013112434','2013-11-24','2013-11-24','20131124-34','12:03',1,'DR FRIMPONG',NULL,'','20131124-5741',NULL),(15846,4287,3,531,'2013-11-24 20:07:28',0,0,'','2013112435','2013-11-24','2013-11-24','20131124-35','12:05',1,'DR FRIMPONG',NULL,'','20131124-5742',NULL),(15848,4287,4,531,'2013-11-24 20:07:29',1,0,'','2013112435','2013-11-24','2013-11-24','20131124-35','12:07',1,'DR FRIMPONG',NULL,'','20131124-5742',NULL),(15849,4288,1,531,'2013-11-24 20:14:45',0,0,'','2013112436 ','2013-11-24','2013-11-24','20131124-36','12:13',1,'',NULL,'','20131124-5743',NULL),(15850,4289,3,531,'2013-11-24 20:29:06',0,0,'','2013112437 ','2013-11-24','2013-11-24','20131124-37','12:27',1,'DR FRIMPONG',NULL,'','20131124-5744',NULL),(15852,4289,1,531,'2013-11-24 20:29:06',1,0,'','2013112437 ','2013-11-24','2013-11-24','20131124-37','12:28',1,'DR FRIMPONG',NULL,'','20131124-5744',NULL),(15855,4289,5,531,'2013-11-24 20:29:06',0,0,'','2013112437 ','2013-11-24','2013-11-24','20131124-37','12:28',1,'DR FRIMPONG',NULL,'','20131124-5744',NULL),(15856,4123,3,531,'2013-11-24 20:50:03',0,0,'','2013112438','2013-11-24','2013-11-24','20131124-38','12:48',1,'DR DJAN',NULL,'','20131124-5745',NULL),(15858,4123,1,531,'2013-11-24 20:50:03',0,0,'','2013112438','2013-11-24','2013-11-24','20131124-38','12:49',1,'DR DJAN',NULL,'','20131124-5745',NULL),(15861,4123,2,531,'2013-11-24 20:50:03',1,0,'','2013112438','2013-11-24','2013-11-24','20131124-38','12:49',1,'DR DJAN',NULL,'','20131124-5745',NULL),(15862,4290,3,531,'2013-11-24 20:59:38',1,0,'','2013112439','2013-11-24','2013-11-24','20131124-39','12:58',1,'DR OFORI',NULL,'','20131124-5746',NULL),(15863,4291,4,531,'2013-11-24 21:22:32',1,0,'','2013112440','2013-11-24','2013-11-24','20131124-40','13:21',1,'DR FRIMPONG',NULL,'','20131124-5747',NULL),(15864,4292,3,531,'2013-11-24 21:36:09',0,0,'','2013112441','2013-11-24','2013-11-24','20131124-41','13:34',1,'DR FRIMPONG',NULL,'','20131124-5748',NULL),(15865,4293,3,531,'2013-11-24 22:01:01',0,0,'','2013112442','2013-11-24','2013-11-24','20131124-42','14:00',1,'DR FRIMPONG',NULL,'','20131124-5749',NULL),(15866,4261,26,535,'2013-11-24 22:30:34',0,0,'','201311243','2013-11-24','2013-11-24','20131124-44','14:30',1,'',NULL,'','20131124-5751',NULL),(15867,3558,1,535,'2013-11-24 22:58:21',1,0,'','2013112445','2013-11-24','2013-11-24','20131124-45','14:56',1,'',NULL,'','20131124-5752',NULL),(15868,4294,3,531,'2013-11-24 23:25:45',0,0,'','2013112446','2013-11-24','2013-11-24','20131124-46','15:24',1,'DR FRIMPONG',NULL,'','20131124-5753',NULL),(15870,4294,1,531,'2013-11-24 23:25:45',1,0,'','2013112446','2013-11-24','2013-11-24','20131124-46','15:25',1,'DR FRIMPONG',NULL,'','20131124-5753',NULL),(15871,4295,3,531,'2013-11-24 23:30:46',0,0,'','2013112447','2013-11-24','2013-11-24','20131124-47','15:29',1,'DR FRIMPONG',NULL,'','20131124-5754',NULL),(15873,4295,1,531,'2013-11-24 23:30:46',1,0,'','2013112447','2013-11-24','2013-11-24','20131124-47','15:30',1,'DR FRIMPONG',NULL,'','20131124-5754',NULL),(15876,4295,4,531,'2013-11-24 23:30:46',1,0,'','2013112447','2013-11-24','2013-11-24','20131124-47','15:30',1,'DR FRIMPONG',NULL,'','20131124-5754',NULL),(15877,2416,4,531,'2013-11-25 00:10:57',1,0,'','2013112448','2013-11-24','2013-11-24','20131124-48','16:10',1,'DR FRIMPONG',NULL,'','20131124-5755',NULL),(15878,4296,3,531,'2013-11-25 01:21:16',0,0,'','2013112449 ','2013-11-24','2013-11-24','20131124-49','17:20',1,'DR FRIMPONG',NULL,'','20131124-5756',NULL),(15880,4296,4,531,'2013-11-25 01:21:16',1,0,'','2013112449 ','2013-11-24','2013-11-24','20131124-49','17:21',1,'DR FRIMPONG',NULL,'','20131124-5756',NULL),(15881,4297,3,531,'2013-11-25 01:24:00',0,0,'','2013112450','2013-11-24','2013-11-24','20131124-50','17:22',1,'DR OFORI',NULL,'','20131124-5757',NULL),(15883,4297,1,531,'2013-11-25 01:24:00',1,0,'','2013112450','2013-11-24','2013-11-24','20131124-50','17:23',1,'DR OFORI',NULL,'','20131124-5757',NULL),(15886,4297,4,531,'2013-11-25 01:24:00',1,0,'','2013112450','2013-11-24','2013-11-24','20131124-50','17:23',1,'DR OFORI',NULL,'','20131124-5757',NULL),(15887,4298,3,531,'2013-11-25 01:29:46',0,0,'','2013112451','2013-11-24','2013-11-24','20131124-51','17:28',1,'DR OFORI',NULL,'','20131124-5758',NULL),(15889,4298,1,531,'2013-11-25 01:29:47',1,0,'','2013112451','2013-11-24','2013-11-24','20131124-51','17:29',1,'DR OFORI',NULL,'','20131124-5758',NULL),(15892,4298,4,531,'2013-11-25 01:29:47',1,0,'','2013112451','2013-11-24','2013-11-24','20131124-51','17:29',1,'DR OFORI',NULL,'','20131124-5758',NULL),(15893,2063,3,558,'2013-11-25 03:24:52',0,0,'','2013112452','2013-11-24','2013-11-24','20131124-52','19:22',1,'DR OFORI',NULL,'','20131124-5759',NULL),(15895,2063,4,558,'2013-11-25 03:24:52',1,0,'','2013112452','2013-11-24','2013-11-24','20131124-52','19:24',1,'DR OFORI',NULL,'','20131124-5759',NULL),(15898,2063,1,558,'2013-11-25 03:24:53',0,0,'','2013112452','2013-11-24','2013-11-24','20131124-52','19:24',1,'DR OFORI',NULL,'','20131124-5759',NULL),(15899,4299,3,558,'2013-11-25 04:29:30',1,0,'','2013112453','2013-11-24','2013-11-24','20131124-53','20:28',1,'DR DANIELS',NULL,'','20131124-5760',NULL),(15900,2535,1,558,'2013-11-25 07:36:26',1,0,'','2013112454','2013-11-24','2013-11-24','20131124-54','23:35',1,'DR DANIELS',NULL,'','20131124-5761',NULL),(15901,4300,1,558,'2013-11-25 07:38:15',1,0,'','2013112455','2013-11-24','2013-11-24','20131124-55','23:37',1,'DR DANIELS',NULL,'','20131124-5762',NULL),(15902,4301,3,558,'2013-11-25 07:53:42',1,0,'','2013112456','2013-11-24','2013-11-24','20131124-56','23:52',1,'DR YEBOAH',NULL,'','20131124-5763',NULL),(15904,4301,4,558,'2013-11-25 07:53:42',1,0,'','2013112456','2013-11-24','2013-11-24','20131124-56','23:53',1,'DR YEBOAH',NULL,'','20131124-5763',NULL),(15905,4302,3,558,'2013-11-25 09:08:48',1,0,'','201311251','2013-11-25','2013-11-25','20131125-1','01:07',1,'DR DANIELS',NULL,'','20131125-5764',NULL),(15906,4303,3,558,'2013-11-25 09:28:28',1,0,'','201311252','2013-11-25','2013-11-25','20131125-2','01:25',1,'DR DANIELS',NULL,'','20131125-5765',NULL),(15908,4303,4,558,'2013-11-25 09:28:28',1,0,'','201311252','2013-11-25','2013-11-25','20131125-2','01:27',1,'DR DANIELS',NULL,'','20131125-5765',NULL),(15911,4303,1,558,'2013-11-25 09:28:28',0,0,'','201311252','2013-11-25','2013-11-25','20131125-2','01:27',1,'DR DANIELS',NULL,'','20131125-5765',NULL),(15912,4304,4,558,'2013-11-25 10:33:29',1,0,'','201311253','2013-11-25','2013-11-25','20131125-3','02:32',1,'DR DANIELS',NULL,'','20131125-5766',NULL),(15913,4305,3,558,'2013-11-25 13:52:49',1,0,'','201311254','2013-11-25','2013-11-25','20131125-4','05:51',1,'DR YEBOAH',NULL,'','20131125-5767',NULL),(15915,4305,4,558,'2013-11-25 13:52:49',1,0,'','201311254','2013-11-25','2013-11-25','20131125-4','05:52',1,'DR YEBOAH',NULL,'','20131125-5767',NULL),(15918,4305,1,558,'2013-11-25 13:52:50',1,0,'','201311254','2013-11-25','2013-11-25','20131125-4','05:52',1,'DR YEBOAH',NULL,'','20131125-5767',NULL),(15919,4198,2,558,'2013-11-25 13:59:19',0,0,'','201311255','2013-11-25','2013-11-25','20131125-5','05:57',1,'DR VORTIA',NULL,'','20131125-5768',NULL),(15921,4198,4,558,'2013-11-25 13:59:19',0,0,'','201311255','2013-11-25','2013-11-25','20131125-5','05:58',1,'DR VORTIA',NULL,'','20131125-5768',NULL),(15924,4198,1,558,'2013-11-25 13:59:19',0,0,'','201311255','2013-11-25','2013-11-25','20131125-5','05:58',1,'DR VORTIA',NULL,'','20131125-5768',NULL),(15925,4307,1,558,'2013-11-25 14:32:45',0,0,'','201311257','2013-11-25','2013-11-25','20131125-7','06:31',1,'DR AMOAH',NULL,'','20131125-5770',NULL),(15927,4307,2,558,'2013-11-25 14:32:45',0,0,'','201311257','2013-11-25','2013-11-25','20131125-7','06:32',1,'DR AMOAH',NULL,'','20131125-5770',NULL),(15928,4308,3,558,'2013-11-25 14:50:05',0,0,'','201311258','2013-11-25','2013-11-25','20131125-8','06:49',1,'DR DANIELS',NULL,'','20131125-5771',NULL),(15930,4308,1,558,'2013-11-25 14:50:05',1,0,'','201311258','2013-11-25','2013-11-25','20131125-8','06:49',1,'DR DANIELS',NULL,'','20131125-5771',NULL),(15931,4131,1,558,'2013-11-25 15:15:40',0,0,'','201311259','2013-11-25','2013-11-25','20131125-9','07:14',1,'DR AMOAH',NULL,'','20131125-5772',NULL),(15933,4131,4,558,'2013-11-25 15:15:41',1,0,'','201311259','2013-11-25','2013-11-25','20131125-9','07:15',1,'DR AMOAH',NULL,'','20131125-5772',NULL),(15934,3790,3,530,'2013-11-25 15:27:03',0,0,'','2013112513','2013-11-25','2013-11-25','20131125-13','07:25',1,'DR DOW',NULL,'','20131125-5776',NULL),(15935,4309,3,530,'2013-11-25 15:39:51',0,0,'','2013112514 ','2013-11-25','2013-11-25','20131125-14','07:38',1,'DR DANIELS',NULL,'','20131125-5777',NULL),(15936,4310,3,530,'2013-11-25 15:51:31',0,0,'','2013112515 ','2013-11-25','2013-11-25','20131125-15','07:48',1,'DR VORTIA',NULL,'','20131125-5778',NULL),(15938,4310,4,530,'2013-11-25 15:51:31',1,0,'','2013112515 ','2013-11-25','2013-11-25','20131125-15','07:50',1,'DR VORTIA',NULL,'','20131125-5778',NULL),(15941,4310,1,530,'2013-11-25 15:51:31',1,0,'','2013112515 ','2013-11-25','2013-11-25','20131125-15','07:51',1,'DR VORTIA',NULL,'','20131125-5778',NULL),(15942,4311,1,530,'2013-11-25 16:01:05',0,0,'','2013112516 ','2013-11-25','2013-11-25','20131125-16','07:59',1,'',NULL,'','20131125-5779',NULL),(15944,4311,2,530,'2013-11-25 16:01:05',0,0,'','2013112516 ','2013-11-25','2013-11-25','20131125-16','08:00',1,'',NULL,'','20131125-5779',NULL),(15945,4310,1,530,'2013-11-25 16:13:09',1,0,'','2013112515','2013-11-25','2013-11-25','20131125-17','08:12',1,'DR DANIELS',NULL,'','20131125-5780',NULL),(15946,4312,3,530,'2013-11-25 16:17:25',0,0,'','2013112518','2013-11-25','2013-11-25','20131125-18','08:15',1,'DR DANIELS',NULL,'','20131125-5781',NULL),(15948,4312,1,530,'2013-11-25 16:17:25',1,0,'','2013112518','2013-11-25','2013-11-25','20131125-18','08:16',1,'DR DANIELS',NULL,'','20131125-5781',NULL),(15951,4312,5,530,'2013-11-25 16:17:26',1,0,'','2013112518','2013-11-25','2013-11-25','20131125-18','08:17',1,'DR DANIELS',NULL,'','20131125-5781',NULL),(15952,4313,1,530,'2013-11-25 16:29:06',0,0,'','2013112519','2013-11-25','2013-11-25','20131125-19','08:27',1,'DR AMABLE',NULL,'','20131125-5782',NULL),(15954,4313,4,530,'2013-11-25 16:29:06',1,0,'','2013112519','2013-11-25','2013-11-25','20131125-19','08:28',1,'DR AMABLE',NULL,'','20131125-5782',NULL),(15957,4313,2,530,'2013-11-25 16:29:06',0,0,'','2013112519','2013-11-25','2013-11-25','20131125-19','08:28',1,'DR AMABLE',NULL,'','20131125-5782',NULL),(15958,4314,3,530,'2013-11-25 16:48:45',0,0,'','2013112520 ','2013-11-25','2013-11-25','20131125-20','08:45',1,'DR TACHIE',NULL,'','20131125-5783',NULL),(15960,4314,1,530,'2013-11-25 16:48:45',0,0,'','2013112520 ','2013-11-25','2013-11-25','20131125-20','08:47',1,'DR TACHIE',NULL,'','20131125-5783',NULL),(15961,4315,3,530,'2013-11-25 16:51:45',0,0,'','2013112521','2013-11-25','2013-11-25','20131125-21','08:50',1,'DR MENSAH',NULL,'','20131125-5784',NULL),(15962,4314,3,530,'2013-11-25 16:54:10',0,0,'','2013112520','2013-11-25','2013-11-25','20131125-22','08:53',1,'',NULL,'','20131125-5785',NULL),(15963,4316,3,530,'2013-11-25 16:59:29',0,0,'','2013112523','2013-11-25','2013-11-25','20131125-23','08:56',1,'DR MENSAH',NULL,'','20131125-5786',NULL),(15965,4316,1,530,'2013-11-25 16:59:29',0,0,'','2013112523','2013-11-25','2013-11-25','20131125-23','08:57',1,'DR MENSAH',NULL,'','20131125-5786',NULL),(15968,4316,4,530,'2013-11-25 16:59:29',1,0,'','2013112523','2013-11-25','2013-11-25','20131125-23','08:59',1,'DR MENSAH',NULL,'','20131125-5786',NULL),(15972,4316,2,530,'2013-11-25 16:59:30',1,0,'','2013112523','2013-11-25','2013-11-25','20131125-23','08:59',1,'DR MENSAH',NULL,'','20131125-5786',NULL),(15973,3207,4,530,'2013-11-25 17:05:37',0,0,'','2013112524','2013-11-25','2013-11-25','20131125-24','09:02',1,'DR OFORI ANTI',NULL,'','20131125-5787',NULL),(15974,3537,3,530,'2013-11-25 17:09:02',0,0,'','2013112525','2013-11-25','2013-11-25','20131125-25','09:08',1,'DR VORTIA',NULL,'','20131125-5788',NULL),(15976,3537,5,530,'2013-11-25 17:09:03',1,0,'','2013112525','2013-11-25','2013-11-25','20131125-25','09:08',1,'DR VORTIA',NULL,'','20131125-5788',NULL),(15977,4317,3,530,'2013-11-25 17:16:18',0,0,'','2013112526','2013-11-25','2013-11-25','20131125-26','09:15',1,'DR DJAN',NULL,'','20131125-5789',NULL),(15978,3638,3,530,'2013-11-25 17:21:21',0,0,'','2013112527','2013-11-25','2013-11-25','20131125-27','09:20',1,'DR DOW',NULL,'','20131125-5790',NULL),(15979,4223,2,530,'2013-11-25 17:23:14',1,0,'','2013112528','2013-11-25','2013-11-25','20131125-28','09:22',1,'DR ADOTEY',NULL,'','20131125-5791',NULL),(15980,4318,3,530,'2013-11-25 17:30:56',0,0,'','2013112529','2013-11-25','2013-11-25','20131125-29','09:29',1,'DR VORTIA',NULL,'','20131125-5792',NULL),(15981,3805,2,530,'2013-11-25 17:37:28',1,0,'','2013112530','2013-11-25','2013-11-25','20131125-30','09:36',1,'DR VORTIA',NULL,'','20131125-5793',NULL),(15983,3805,4,530,'2013-11-25 17:37:29',1,0,'','2013112530','2013-11-25','2013-11-25','20131125-30','09:37',1,'DR VORTIA',NULL,'','20131125-5793',NULL),(15984,2222,3,530,'2013-11-25 17:41:48',0,0,'','2013112531','2013-11-25','2013-11-25','20131125-31','09:41',1,'DR DOW',NULL,'','20131125-5794',NULL),(15985,95,3,530,'2013-11-25 18:02:16',0,0,'','2013112532 ','2013-11-25','2013-11-25','20131125-32','10:01',1,'DR ADOTEY',NULL,'','20131125-5795',NULL),(15986,2470,3,530,'2013-11-25 18:03:37',0,0,'','2013112533','2013-11-25','2013-11-25','20131125-33','10:03',1,'DR DOW',NULL,'','20131125-5796',NULL),(15987,4319,3,530,'2013-11-25 18:05:30',0,0,'','2013112534','2013-11-25','2013-11-25','20131125-34','10:05',1,'DR VORTIA',NULL,'','20131125-5797',NULL),(15988,4320,19,530,'2013-11-25 18:07:29',1,0,'','2013112535 ','2013-11-25','2013-11-25','20131125-35','10:06',1,'DR MENSAH',NULL,'','20131125-5798',NULL),(15989,4199,3,530,'2013-11-25 18:08:55',0,0,'','2013112536','2013-11-25','2013-11-25','20131125-36','10:08',1,'DR ADOTEY',NULL,'','20131125-5799',NULL),(15990,4321,3,530,'2013-11-25 18:13:41',0,0,'','2013112537','2013-11-25','2013-11-25','20131125-37','10:10',1,'DR MENSAH',NULL,'','20131125-5800',NULL),(15992,4321,1,530,'2013-11-25 18:13:42',1,0,'','2013112537','2013-11-25','2013-11-25','20131125-37','10:13',1,'DR MENSAH',NULL,'','20131125-5800',NULL),(15993,4322,3,530,'2013-11-25 18:22:24',0,0,'','2013112538','2013-11-25','2013-11-25','20131125-38','10:21',1,'DR OFORI ANTI',NULL,'','20131125-5801',NULL),(15995,4322,4,530,'2013-11-25 18:22:24',1,0,'','2013112538','2013-11-25','2013-11-25','20131125-38','10:22',1,'DR OFORI ANTI',NULL,'','20131125-5801',NULL),(15996,4323,3,530,'2013-11-25 18:25:34',0,0,'','2013112539','2013-11-25','2013-11-25','20131125-39','10:25',1,'DR VORTIA',NULL,'','20131125-5802',NULL),(15997,2214,5,530,'2013-11-25 18:26:30',1,0,'','2013112540','2013-11-25','2013-11-25','20131125-40','10:26',1,'DR MENSAH',NULL,'','20131125-5803',NULL),(15998,4324,3,530,'2013-11-25 18:41:42',0,0,'','2013112541','2013-11-25','2013-11-25','20131125-41','10:40',1,'DR MENSAH',NULL,'','20131125-5804',NULL),(15999,4325,3,530,'2013-11-25 18:46:31',0,0,'','2013112542','2013-11-25','2013-11-25','20131125-42','10:45',1,'DR VORTIA',NULL,'','20131125-5805',NULL),(16000,4326,3,530,'2013-11-25 18:51:08',0,0,'','2013112543','2013-11-25','2013-11-25','20131125-43','10:48',1,'DR MENSAH',NULL,'','20131125-5806',NULL),(16002,4326,4,530,'2013-11-25 18:51:08',1,0,'','2013112543','2013-11-25','2013-11-25','20131125-43','10:49',1,'DR MENSAH',NULL,'','20131125-5806',NULL),(16005,4326,2,530,'2013-11-25 18:51:08',0,0,'','2013112543','2013-11-25','2013-11-25','20131125-43','10:50',1,'DR MENSAH',NULL,'','20131125-5806',NULL),(16006,4327,3,530,'2013-11-25 18:54:08',0,0,'','2013112544','2013-11-25','2013-11-25','20131125-44','10:52',1,'DR DOW',NULL,'','20131125-5807',NULL),(16008,4327,1,530,'2013-11-25 18:54:09',1,0,'','2013112544','2013-11-25','2013-11-25','20131125-44','10:53',1,'DR DOW',NULL,'','20131125-5807',NULL),(16009,4328,5,530,'2013-11-25 18:55:33',0,0,'','2013112545','2013-11-25','2013-11-25','20131125-45','10:55',1,'',NULL,'','20131125-5808',NULL),(16010,4329,1,530,'2013-11-25 18:58:15',0,0,'','2013112546','2013-11-25','2013-11-25','20131125-46','10:56',1,'DR AMABLE',NULL,'','20131125-5809',NULL),(16012,4329,5,530,'2013-11-25 18:58:15',1,0,'','2013112546','2013-11-25','2013-11-25','20131125-46','10:57',1,'DR AMABLE',NULL,'','20131125-5809',NULL),(16015,4329,4,530,'2013-11-25 18:58:16',1,0,'','2013112546','2013-11-25','2013-11-25','20131125-46','10:58',1,'DR AMABLE',NULL,'','20131125-5809',NULL),(16016,4076,1,530,'2013-11-25 19:02:14',1,0,'','2013112547 ','2013-11-25','2013-11-25','20131125-47','11:01',1,'DR MENSAH',NULL,'','20131125-5810',NULL),(16017,4330,3,530,'2013-11-25 19:05:15',0,0,'','2013112548','2013-11-25','2013-11-25','20131125-48','11:04',1,'DR DJAN',NULL,'','20131125-5811',NULL),(16019,4330,4,530,'2013-11-25 19:05:16',1,0,'','2013112548','2013-11-25','2013-11-25','20131125-48','11:05',1,'DR DJAN',NULL,'','20131125-5811',NULL),(16020,4331,3,530,'2013-11-25 19:08:00',0,0,'','2013112549 ','2013-11-25','2013-11-25','20131125-49','11:07',1,'DR DJAN',NULL,'','20131125-5812',NULL),(16022,4331,4,530,'2013-11-25 19:08:00',1,0,'','2013112549 ','2013-11-25','2013-11-25','20131125-49','11:07',1,'DR DJAN',NULL,'','20131125-5812',NULL),(16023,4332,5,530,'2013-11-25 19:12:19',1,0,'','2013112550 ','2013-11-25','2013-11-25','20131125-50','11:10',1,'DR OFORI ANTI',NULL,'','20131125-5813',NULL),(16024,4333,4,530,'2013-11-25 19:18:46',1,0,'','2013112551','2013-11-25','2013-11-25','20131125-51','11:17',1,'DR OFORI ANTI',NULL,'','20131125-5814',NULL),(16026,4333,13,530,'2013-11-25 19:18:47',1,0,'','2013112551','2013-11-25','2013-11-25','20131125-51','11:18',1,'DR OFORI ANTI',NULL,'','20131125-5814',NULL),(16027,4334,4,530,'2013-11-25 19:20:27',1,0,'','2013112552','2013-11-25','2013-11-25','20131125-52','11:19',1,'DR DOW',NULL,'','20131125-5815',NULL),(16028,4335,2,530,'2013-11-25 19:25:08',1,0,'','2013112553','2013-11-25','2013-11-25','20131125-53','11:24',1,'DR DOW',NULL,'','20131125-5816',NULL),(16029,4336,4,530,'2013-11-25 19:28:56',1,0,'','2013112554','2013-11-25','2013-11-25','20131125-54','11:28',1,'DR OFORI ANTI',NULL,'','20131125-5817',NULL),(16030,4337,3,530,'2013-11-25 19:40:44',0,0,'','2013112555','2013-11-25','2013-11-25','20131125-55','11:39',1,'DR VORTIA',NULL,'','20131125-5818',NULL),(16032,4337,5,530,'2013-11-25 19:40:44',1,0,'','2013112555','2013-11-25','2013-11-25','20131125-55','11:40',1,'DR VORTIA',NULL,'','20131125-5818',NULL),(16033,4338,17,530,'2013-11-25 19:43:04',1,0,'','2013112556','2013-11-25','2013-11-25','20131125-56','11:41',1,'',NULL,'','20131125-5819',NULL),(16034,4339,3,530,'2013-11-25 19:53:18',0,0,'','2013112557','2013-11-25','2013-11-25','20131125-57','11:51',1,'DR MENSAH',NULL,'','20131125-5820',NULL),(16036,4339,1,530,'2013-11-25 19:53:18',0,0,'','2013112557','2013-11-25','2013-11-25','20131125-57','11:52',1,'DR MENSAH',NULL,'','20131125-5820',NULL),(16037,4340,3,530,'2013-11-25 19:57:40',0,0,'','2013112558','2013-11-25','2013-11-25','20131125-58','11:55',1,'DR VORTIA',NULL,'','20131125-5821',NULL),(16039,4340,1,530,'2013-11-25 19:57:40',0,0,'','2013112558','2013-11-25','2013-11-25','20131125-58','11:56',1,'DR VORTIA',NULL,'','20131125-5821',NULL),(16042,4340,4,530,'2013-11-25 19:57:40',1,0,'','2013112558','2013-11-25','2013-11-25','20131125-58','11:57',1,'DR VORTIA',NULL,'','20131125-5821',NULL),(16043,4312,1,530,'2013-11-25 19:59:10',1,0,'','2013112559','2013-11-25','2013-11-25','20131125-59','11:58',1,'DR MENSAH',NULL,'','20131125-5822',NULL),(16044,4342,3,530,'2013-11-25 20:07:15',0,0,'','2013112561','2013-11-25','2013-11-25','20131125-61','12:04',1,'DR MENSAH',NULL,'','20131125-5824',NULL),(16046,4342,1,530,'2013-11-25 20:07:15',0,0,'','2013112561','2013-11-25','2013-11-25','20131125-61','12:06',1,'DR MENSAH',NULL,'','20131125-5824',NULL),(16049,4342,5,530,'2013-11-25 20:07:15',1,0,'','2013112561','2013-11-25','2013-11-25','20131125-61','12:06',1,'DR MENSAH',NULL,'','20131125-5824',NULL),(16053,4342,4,530,'2013-11-25 20:07:16',1,0,'','2013112561','2013-11-25','2013-11-25','20131125-61','12:06',1,'DR MENSAH',NULL,'','20131125-5824',NULL),(16054,4343,3,530,'2013-11-25 20:10:12',0,0,'','2013112562','2013-11-25','2013-11-25','20131125-62','12:09',1,'DR VORTIA',NULL,'','20131125-5825',NULL),(16056,4343,4,530,'2013-11-25 20:10:12',1,0,'','2013112562','2013-11-25','2013-11-25','20131125-62','12:10',1,'DR VORTIA',NULL,'','20131125-5825',NULL),(16057,3846,3,530,'2013-11-25 20:16:41',0,0,'','2013112563','2013-11-25','2013-11-25','20131125-63','12:11',1,'DR ARYEE',NULL,'','20131125-5826',NULL),(16058,4344,3,530,'2013-11-25 20:23:47',0,0,'','2013112564','2013-11-25','2013-11-25','20131125-64','12:22',1,'DR VORTIA',NULL,'','20131125-5827',NULL),(16059,4346,3,530,'2013-11-25 20:34:20',0,0,'','2013112566','2013-11-25','2013-11-25','20131125-66','12:32',1,'DR OFORI ANTI',NULL,'','20131125-5829',NULL),(16061,4346,4,530,'2013-11-25 20:34:20',1,0,'','2013112566','2013-11-25','2013-11-25','20131125-66','12:33',1,'DR OFORI ANTI',NULL,'','20131125-5829',NULL),(16064,4346,1,530,'2013-11-25 20:34:20',1,0,'','2013112566','2013-11-25','2013-11-25','20131125-66','12:34',1,'DR OFORI ANTI',NULL,'','20131125-5829',NULL),(16065,4270,1,530,'2013-11-25 20:53:01',1,0,'','2013112567','2013-11-25','2013-11-25','20131125-67','12:51',1,'DR MENSAH',NULL,'','20131125-5830',NULL),(16066,4347,3,530,'2013-11-25 21:01:08',0,0,'','2013112568 ','2013-11-25','2013-11-25','20131125-68','13:00',1,'DR OFORI ANTI',NULL,'','20131125-5831',NULL),(16067,4348,3,530,'2013-11-25 21:09:13',0,0,'','2013112569 ','2013-11-25','2013-11-25','20131125-69','13:07',1,'DR DJAN',NULL,'','20131125-5832',NULL),(16069,4348,1,530,'2013-11-25 21:09:13',0,0,'','2013112569 ','2013-11-25','2013-11-25','20131125-69','13:08',1,'DR DJAN',NULL,'','20131125-5832',NULL),(16072,4348,4,530,'2013-11-25 21:09:13',0,0,'','2013112569 ','2013-11-25','2013-11-25','20131125-69','13:09',1,'DR DJAN',NULL,'','20131125-5832',NULL),(16073,4349,3,530,'2013-11-25 21:20:50',0,0,'','2013112570','2013-11-25','2013-11-25','20131125-70','13:19',1,'DR OFORI ANTI',NULL,'','20131125-5833',NULL),(16074,4350,3,534,'2013-11-25 21:32:30',0,0,'','2013112571','2013-11-25','2013-11-25','20131125-71','13:29',1,'DR MENSAH',NULL,'','20131125-5834',NULL),(16076,4350,1,534,'2013-11-25 21:32:30',0,0,'','2013112571','2013-11-25','2013-11-25','20131125-71','13:29',1,'DR MENSAH',NULL,'','20131125-5834',NULL),(16077,4351,1,534,'2013-11-25 21:34:52',0,0,'','2013112572 ','2013-11-25','2013-11-25','20131125-72','13:33',1,'DR MENSAH',NULL,'','20131125-5835',NULL),(16078,4352,3,534,'2013-11-25 21:36:45',0,0,'','2013112573','2013-11-25','2013-11-25','20131125-73','13:35',1,'DR OFORI ANTI',NULL,'','20131125-5836',NULL),(16080,4352,1,534,'2013-11-25 21:36:45',1,0,'','2013112573','2013-11-25','2013-11-25','20131125-73','13:36',1,'DR OFORI ANTI',NULL,'','20131125-5836',NULL),(16081,3549,1,504,'2013-11-25 21:37:11',1,0,'','2013111443','2013-11-25','2013-11-25','20131125-74','13:36',1,'',NULL,'','20131125-5837',NULL),(16082,1676,3,534,'2013-11-25 21:47:10',0,0,'','2013112575','2013-11-25','2013-11-25','20131125-75','13:43',1,'DR DJAN',NULL,'','20131125-5838',NULL),(16084,1676,4,534,'2013-11-25 21:47:10',0,0,'','2013112575','2013-11-25','2013-11-25','20131125-75','13:44',1,'DR DJAN',NULL,'','20131125-5838',NULL),(16085,4353,1,534,'2013-11-25 21:56:46',0,0,'','2013112576','2013-11-25','2013-11-25','20131125-76','13:54',1,'DR OFORI ANTI',NULL,'','20131125-5839',NULL),(16086,4354,3,530,'2013-11-25 22:12:16',0,0,'','2013112577','2013-11-25','2013-11-25','20131125-77','14:11',1,'DR VORTIA',NULL,'','20131125-5840',NULL),(16087,4253,8,534,'2013-11-25 22:35:38',0,0,'','2013112386','2013-11-25','2013-11-23','20131125-80','14:35',1,'',NULL,'','20131125-5843',NULL),(16088,3066,3,530,'2013-11-25 22:36:18',0,0,'','2013112579 ','2013-11-25','2013-11-25','20131125-79','14:34',1,'DR MENSAH',NULL,'','20131125-5842',NULL),(16090,3066,1,530,'2013-11-25 22:36:18',0,0,'','2013112579 ','2013-11-25','2013-11-25','20131125-79','14:35',1,'DR MENSAH',NULL,'','20131125-5842',NULL),(16091,4355,3,530,'2013-11-25 23:00:17',0,0,'','2013112581','2013-11-25','2013-11-25','20131125-81','14:58',1,'DR NUAMAH',NULL,'','20131125-5844',NULL),(16093,4355,4,530,'2013-11-25 23:00:17',1,0,'','2013112581','2013-11-25','2013-11-25','20131125-81','15:00',1,'DR NUAMAH',NULL,'','20131125-5844',NULL),(16094,4356,3,530,'2013-11-25 23:04:22',0,0,'','2013112582 ','2013-11-25','2013-11-25','20131125-82','15:03',1,'DR MENSAH',NULL,'','20131125-5845',NULL),(16096,4356,4,530,'2013-11-25 23:04:22',1,0,'','2013112582 ','2013-11-25','2013-11-25','20131125-82','15:04',1,'DR MENSAH',NULL,'','20131125-5845',NULL),(16097,4357,3,530,'2013-11-25 23:10:31',0,0,'','2013112583','2013-11-25','2013-11-25','20131125-83','15:08',1,'DR DJAN',NULL,'','20131125-5846',NULL),(16099,4357,1,530,'2013-11-25 23:10:32',1,0,'','2013112583','2013-11-25','2013-11-25','20131125-83','15:09',1,'DR DJAN',NULL,'','20131125-5846',NULL),(16102,4357,5,530,'2013-11-25 23:10:32',0,0,'','2013112583','2013-11-25','2013-11-25','20131125-83','15:10',1,'DR DJAN',NULL,'','20131125-5846',NULL),(16103,4358,19,530,'2013-11-25 23:14:18',1,0,'','2013112584','2013-11-25','2013-11-25','20131125-84','15:14',1,'',NULL,'','20131125-5847',NULL),(16104,515,2,530,'2013-11-25 23:20:14',0,0,'','2013112585','2013-11-25','2013-11-25','20131125-85','15:19',1,'DR MENSAH',NULL,'','20131125-5848',NULL),(16105,4359,1,530,'2013-11-25 23:43:49',1,0,'','2013112586','2013-11-25','2013-11-25','20131125-86','15:43',1,'DR NUAMAH',NULL,'','20131125-5849',NULL),(16106,4360,1,530,'2013-11-25 23:46:19',1,0,'','2013112587','2013-11-25','2013-11-25','20131125-87','15:45',1,'DR YEBOAH',NULL,'','20131125-5850',NULL),(16107,4361,3,530,'2013-11-25 23:49:53',0,0,'','2013112588','2013-11-25','2013-11-25','20131125-88','15:48',1,'DR DJAN',NULL,'','20131125-5851',NULL),(16109,4361,4,530,'2013-11-25 23:49:53',0,0,'','2013112588','2013-11-25','2013-11-25','20131125-88','15:49',1,'DR DJAN',NULL,'','20131125-5851',NULL),(16110,4362,1,530,'2013-11-25 23:56:58',1,0,'','2013112590','2013-11-25','2013-11-25','20131125-90','15:56',1,'DR NUAMAH',NULL,'','20131125-5853',NULL),(16112,4362,5,530,'2013-11-25 23:56:59',1,0,'','2013112590','2013-11-25','2013-11-25','20131125-90','15:56',1,'DR NUAMAH',NULL,'','20131125-5853',NULL),(16113,4363,1,530,'2013-11-26 00:13:41',1,0,'','2013112591','2013-11-25','2013-11-25','20131125-91','16:12',1,'DR VORTIA',NULL,'','20131125-5854',NULL),(16115,4363,5,530,'2013-11-26 00:13:42',1,0,'','2013112591','2013-11-25','2013-11-25','20131125-91','16:13',1,'DR VORTIA',NULL,'','20131125-5854',NULL),(16116,3967,3,530,'2013-11-26 00:35:34',0,0,'','2013112592','2013-11-25','2013-11-25','20131125-92','16:28',1,'DR DJAN',NULL,'','20131125-5855',NULL),(16118,3967,1,530,'2013-11-26 00:35:35',1,0,'','2013112592','2013-11-25','2013-11-25','20131125-92','16:32',1,'DR DJAN',NULL,'','20131125-5855',NULL),(16121,3967,5,530,'2013-11-26 00:35:35',1,0,'','2013112592','2013-11-25','2013-11-25','20131125-92','16:33',1,'DR DJAN',NULL,'','20131125-5855',NULL),(16122,4199,3,530,'2013-11-26 00:38:46',1,0,'','2013112593','2013-11-25','2013-11-25','20131125-93','16:37',1,'DR ARMAH',NULL,'','20131125-5856',NULL),(16124,4199,4,530,'2013-11-26 00:38:47',1,0,'','2013112593','2013-11-25','2013-11-25','20131125-93','16:38',1,'DR ARMAH',NULL,'','20131125-5856',NULL),(16125,4364,3,530,'2013-11-26 00:59:22',0,0,'','2013112594','2013-11-25','2013-11-25','20131125-94','16:58',1,'DR NUAMAH',NULL,'','20131125-5857',NULL),(16126,4365,3,530,'2013-11-26 01:07:06',0,0,'','','2013-11-25','2013-11-25','20131125-95','17:06',1,'DR VORTIA',NULL,'','20131125-5858',NULL),(16127,4366,3,530,'2013-11-26 01:09:15',0,0,'','2013112596','2013-11-25','2013-11-25','20131125-96','17:08',1,'DR VORTIA',NULL,'','20131125-5859',NULL),(16128,3719,3,530,'2013-11-26 01:11:03',0,0,'','2013112597','2013-11-25','2013-11-25','20131125-97','17:09',1,'DR TAKYI',NULL,'','20131125-5860',NULL),(16129,3124,3,530,'2013-11-26 01:14:17',0,0,'','2013112598','2013-11-25','2013-11-25','20131125-98','17:13',1,'DR NUAMAH',NULL,'','20131125-5861',NULL),(16131,3124,1,530,'2013-11-26 01:14:18',1,0,'','2013112598','2013-11-25','2013-11-25','20131125-98','17:14',1,'DR NUAMAH',NULL,'','20131125-5861',NULL),(16132,4367,3,530,'2013-11-26 01:22:13',0,0,'','2013112599 ','2013-11-25','2013-11-25','20131125-99','17:21',1,'DR TAKYI',NULL,'','20131125-5862',NULL),(16134,4367,4,530,'2013-11-26 01:22:13',1,0,'','2013112599 ','2013-11-25','2013-11-25','20131125-99','17:22',1,'DR TAKYI',NULL,'','20131125-5862',NULL),(16135,2780,3,530,'2013-11-26 01:27:35',0,0,'','20131125100','2013-11-25','2013-11-25','20131125-100','17:25',1,'DR NUAMAH',NULL,'','20131125-5863',NULL),(16137,2780,4,530,'2013-11-26 01:27:35',0,0,'','20131125100','2013-11-25','2013-11-25','20131125-100','17:27',1,'DR NUAMAH',NULL,'','20131125-5863',NULL),(16140,2780,1,530,'2013-11-26 01:27:36',1,0,'','20131125100','2013-11-25','2013-11-25','20131125-100','17:27',1,'DR NUAMAH',NULL,'','20131125-5863',NULL),(16141,528,3,530,'2013-11-26 01:38:44',0,0,'','20131125101','2013-11-25','2013-11-25','20131125-101','17:37',1,'DR TAKYI',NULL,'','20131125-5864',NULL),(16143,528,4,530,'2013-11-26 01:38:44',1,0,'','20131125101','2013-11-25','2013-11-25','20131125-101','17:38',1,'DR TAKYI',NULL,'','20131125-5864',NULL),(16144,903,3,530,'2013-11-26 01:47:16',0,0,'','20131125102','2013-11-25','2013-11-25','20131125-102','17:46',1,'DR NUAMAH',NULL,'','20131125-5865',NULL),(16145,1475,1,530,'2013-11-26 01:59:17',0,0,'','20131125104 ','2013-11-25','2013-11-25','20131125-104','17:57',1,'DR VORTIA',NULL,'','20131125-5867',NULL),(16147,1475,4,530,'2013-11-26 01:59:17',1,0,'','20131125104 ','2013-11-25','2013-11-25','20131125-104','17:59',1,'DR VORTIA',NULL,'','20131125-5867',NULL),(16148,4368,3,530,'2013-11-26 02:02:31',0,0,'','20131125105','2013-11-25','2013-11-25','20131125-105','18:00',1,'DR VORTIA',NULL,'','20131125-5868',NULL),(16149,1275,3,530,'2013-11-26 02:08:52',0,0,'','20131125106 ','2013-11-25','2013-11-25','20131125-106','18:07',1,'DR TAKYI',NULL,'','20131125-5869',NULL),(16151,1275,4,530,'2013-11-26 02:08:53',1,0,'','20131125106 ','2013-11-25','2013-11-25','20131125-106','18:08',1,'DR TAKYI',NULL,'','20131125-5869',NULL),(16152,4369,3,530,'2013-11-26 02:16:24',0,0,'','20131125107','2013-11-25','2013-11-25','20131125-107','18:15',1,'DR VORTIA',NULL,'','20131125-5870',NULL),(16153,4370,3,530,'2013-11-26 02:19:28',0,0,'','20131125108','2013-11-25','2013-11-25','20131125-108','18:18',1,'DR DJAN',NULL,'','20131125-5871',NULL),(16154,4371,3,530,'2013-11-26 02:24:54',0,0,'','20131125109','2013-11-25','2013-11-25','20131125-109','18:23',1,'DR NUAMAH',NULL,'','20131125-5872',NULL),(16156,4371,4,530,'2013-11-26 02:24:54',1,0,'','20131125109','2013-11-25','2013-11-25','20131125-109','18:24',1,'DR NUAMAH',NULL,'','20131125-5872',NULL),(16157,4372,3,530,'2013-11-26 02:30:41',0,0,'','20131125110','2013-11-25','2013-11-25','20131125-110','18:29',1,'DR NUAMAH',NULL,'','20131125-5873',NULL),(16159,4372,4,530,'2013-11-26 02:30:41',1,0,'','20131125110','2013-11-25','2013-11-25','20131125-110','18:30',1,'DR NUAMAH',NULL,'','20131125-5873',NULL),(16160,4373,3,530,'2013-11-26 02:33:50',0,0,'','20131125111','2013-11-25','2013-11-25','20131125-111','18:32',1,'DR NUAMAH',NULL,'','20131125-5874',NULL),(16162,4373,4,530,'2013-11-26 02:33:50',1,0,'','20131125111','2013-11-25','2013-11-25','20131125-111','18:33',1,'DR NUAMAH',NULL,'','20131125-5874',NULL),(16163,4374,3,530,'2013-11-26 02:40:09',0,0,'','20131125112','2013-11-25','2013-11-25','20131125-112','18:39',1,'DR NUAMAH',NULL,'','20131125-5875',NULL),(16165,4374,4,530,'2013-11-26 02:40:09',1,0,'','20131125112','2013-11-25','2013-11-25','20131125-112','18:39',1,'DR NUAMAH',NULL,'','20131125-5875',NULL),(16168,4374,1,530,'2013-11-26 02:40:09',1,0,'','20131125112','2013-11-25','2013-11-25','20131125-112','18:39',1,'DR NUAMAH',NULL,'','20131125-5875',NULL),(16169,4375,3,530,'2013-11-26 02:43:50',0,0,'','20131125113','2013-11-25','2013-11-25','20131125-113','18:43',1,'DR VORTIA',NULL,'','20131125-5876',NULL),(16170,2279,3,530,'2013-11-26 02:47:12',0,0,'','20131125114 ','2013-11-25','2013-11-25','20131125-114','18:46',1,'DR TAKYI',NULL,'','20131125-5877',NULL),(16172,2279,4,530,'2013-11-26 02:47:12',1,0,'','20131125114 ','2013-11-25','2013-11-25','20131125-114','18:47',1,'DR TAKYI',NULL,'','20131125-5877',NULL),(16173,4348,1,530,'2013-11-26 02:54:22',0,0,'','20131125115','2013-11-25','2013-11-25','20131125-115','18:53',1,'DR AKPALU',NULL,'','20131125-5878',NULL),(16174,4376,3,530,'2013-11-26 02:57:36',0,0,'','20131125116 ','2013-11-25','2013-11-25','20131125-116','18:56',1,'DR VORTIA',NULL,'','20131125-5879',NULL),(16175,936,3,530,'2013-11-26 03:18:52',0,0,'','20131125117','2013-11-25','2013-11-25','20131125-117','19:17',1,'DR NUAMAH',NULL,'','20131125-5880',NULL),(16177,936,4,530,'2013-11-26 03:18:52',1,0,'','20131125117','2013-11-25','2013-11-25','20131125-117','19:18',1,'DR NUAMAH',NULL,'','20131125-5880',NULL),(16178,4303,1,530,'2013-11-26 03:34:33',0,0,'','20131125118','2013-11-25','2013-11-25','20131125-118','19:32',1,'DR AKPALU',NULL,'','20131125-5881',NULL),(16179,4377,3,558,'2013-11-26 03:39:34',0,0,'','20131125119','2013-11-25','2013-11-25','20131125-119','19:38',1,'DR NUAMAH',NULL,'','20131125-5882',NULL),(16181,4377,5,558,'2013-11-26 03:39:35',1,0,'','20131125119','2013-11-25','2013-11-25','20131125-119','19:39',1,'DR NUAMAH',NULL,'','20131125-5882',NULL),(16184,4377,1,558,'2013-11-26 03:39:35',1,0,'','20131125119','2013-11-25','2013-11-25','20131125-119','19:39',1,'DR NUAMAH',NULL,'','20131125-5882',NULL),(16185,4378,3,558,'2013-11-26 03:43:48',0,0,'','20131125120','2013-11-25','2013-11-25','20131125-120','19:42',1,'DR NUAMAH',NULL,'','20131125-5883',NULL),(16186,1870,3,558,'2013-11-26 04:16:39',0,0,'','20131125121','2013-11-25','2013-11-25','20131125-121','20:15',1,'DR NUAMAH',NULL,'','20131125-5884',NULL),(16187,2139,3,558,'2013-11-26 04:18:13',0,0,'','20131125122','2013-11-25','2013-11-25','20131125-122','20:17',1,'DR NUAMAH',NULL,'','20131125-5885',NULL),(16188,4379,3,558,'2013-11-26 04:35:20',1,0,'','20131125123','2013-11-25','2013-11-25','20131125-123','20:34',1,'DR VORTIA',NULL,'','20131125-5886',NULL),(16189,4380,3,558,'2013-11-26 04:48:04',0,0,'','20131125124','2013-11-25','2013-11-25','20131125-124','20:44',1,'DR DANIELS',NULL,'','20131125-5887',NULL),(16191,4380,4,558,'2013-11-26 04:48:04',1,0,'','20131125124','2013-11-25','2013-11-25','20131125-124','20:46',1,'DR DANIELS',NULL,'','20131125-5887',NULL),(16194,4380,1,558,'2013-11-26 04:48:04',0,0,'','20131125124','2013-11-25','2013-11-25','20131125-124','20:46',1,'DR DANIELS',NULL,'','20131125-5887',NULL),(16195,4381,3,558,'2013-11-26 04:50:27',1,0,'','20131125125','2013-11-25','2013-11-25','20131125-125','20:48',1,'DR NUAMAH',NULL,'','20131125-5888',NULL),(16197,4381,4,558,'2013-11-26 04:50:27',1,0,'','20131125125','2013-11-25','2013-11-25','20131125-125','20:50',1,'DR NUAMAH',NULL,'','20131125-5888',NULL),(16200,4381,1,558,'2013-11-26 04:50:28',1,0,'','20131125125','2013-11-25','2013-11-25','20131125-125','20:50',1,'DR NUAMAH',NULL,'','20131125-5888',NULL),(16201,936,4,558,'2013-11-26 04:51:50',0,0,'','20131125117 ','2013-11-25','2013-11-25','20131125-126','20:50',1,'DR AMOAH',NULL,'','20131125-5889',NULL),(16202,4382,3,558,'2013-11-26 05:00:30',1,0,'','20131125127','2013-11-25','2013-11-25','20131125-127','20:59',1,'DR DANIELS',NULL,'','20131125-5890',NULL),(16204,4382,1,558,'2013-11-26 05:00:30',1,0,'','20131125127','2013-11-25','2013-11-25','20131125-127','21:00',1,'DR DANIELS',NULL,'','20131125-5890',NULL),(16205,1800,4,558,'2013-11-26 05:02:32',0,0,'','20131125128','2013-11-25','2013-11-25','20131125-128','21:01',1,'DR AMOAH',NULL,'','20131125-5891',NULL),(16206,4383,3,558,'2013-11-26 06:28:45',0,0,'','20131125129','2013-11-25','2013-11-25','20131125-129','22:26',1,'DR AMOAH',NULL,'','20131125-5892',NULL),(16208,4383,4,558,'2013-11-26 06:28:45',1,0,'','20131125129','2013-11-25','2013-11-25','20131125-129','22:27',1,'DR AMOAH',NULL,'','20131125-5892',NULL),(16211,4383,1,558,'2013-11-26 06:28:46',0,0,'','20131125129','2013-11-25','2013-11-25','20131125-129','22:28',1,'DR AMOAH',NULL,'','20131125-5892',NULL),(16212,1894,5,558,'2013-11-26 12:47:28',0,0,'','201311261','2013-11-26','2013-11-26','20131126-1','04:46',1,'DR AMOAH',NULL,'','20131126-5893',NULL),(16213,4384,3,558,'2013-11-26 13:37:37',1,0,'','201311262','2013-11-26','2013-11-26','20131126-2','05:36',1,'DR AMOAH',NULL,'','20131126-5894',NULL),(16215,4384,4,558,'2013-11-26 13:37:37',1,0,'','201311262','2013-11-26','2013-11-26','20131126-2','05:37',1,'DR AMOAH',NULL,'','20131126-5894',NULL),(16216,2298,2,558,'2013-11-26 14:10:37',1,0,'','201311263','2013-11-26','2013-11-26','20131126-3','06:09',1,'DR AMABLE',NULL,'','20131126-5895',NULL),(16217,3731,1,558,'2013-11-26 14:15:09',0,0,'','201311264','2013-11-26','2013-11-26','20131126-4','06:13',1,'DR NUAMAH',NULL,'','20131126-5896',NULL),(16219,3731,2,558,'2013-11-26 14:15:09',0,0,'','201311264','2013-11-26','2013-11-26','20131126-4','06:14',1,'DR NUAMAH',NULL,'','20131126-5896',NULL),(16220,3731,1,558,'2013-11-26 14:15:57',0,0,'','201311264','2013-11-26','2013-11-26','20131126-5','06:15',1,'DR NUAMAH',NULL,'','20131126-5897',NULL),(16221,4385,3,558,'2013-11-26 14:21:03',0,0,'','201311266','2013-11-26','2013-11-26','20131126-6','06:19',1,'DR AMOAH',NULL,'','20131126-5898',NULL),(16223,4385,19,558,'2013-11-26 14:21:03',1,0,'','201311266','2013-11-26','2013-11-26','20131126-6','06:20',1,'DR AMOAH',NULL,'','20131126-5898',NULL),(16224,4386,3,558,'2013-11-26 14:40:18',0,0,'','201311268','2013-11-26','2013-11-26','20131126-8','06:39',1,'DR AMOAH',NULL,'','20131126-5900',NULL),(16226,4386,4,558,'2013-11-26 14:40:18',1,0,'','201311268','2013-11-26','2013-11-26','20131126-8','06:39',1,'DR AMOAH',NULL,'','20131126-5900',NULL),(16229,4386,1,558,'2013-11-26 14:40:19',1,0,'','201311268','2013-11-26','2013-11-26','20131126-8','06:40',1,'DR AMOAH',NULL,'','20131126-5900',NULL),(16230,4388,2,558,'2013-11-26 14:42:40',1,0,'','201311267','2013-11-26','2013-11-26','20131126-7','06:41',1,'DR AMABLE',NULL,'','20131126-5899',NULL),(16231,4387,4,558,'2013-11-26 14:43:42',1,0,'','201311269','2013-11-26','2013-11-26','20131126-9','06:41',1,'DR AMOAH',NULL,'','20131126-5901',NULL),(16232,4389,3,558,'2013-11-26 15:13:56',0,0,'','2013112610','2013-11-26','2013-11-26','20131126-10','07:11',1,'DR DANIELS',NULL,'','20131126-5902',NULL),(16234,4389,1,558,'2013-11-26 15:13:57',0,0,'','2013112610','2013-11-26','2013-11-26','20131126-10','07:12',1,'DR DANIELS',NULL,'','20131126-5902',NULL),(16235,4390,3,530,'2013-11-26 15:40:09',0,0,'','2013112611','2013-11-26','2013-11-26','20131126-11','07:38',1,'DR VORTIA',NULL,'','20131126-5903',NULL),(16237,4390,1,530,'2013-11-26 15:40:10',0,0,'','2013112611','2013-11-26','2013-11-26','20131126-11','07:39',1,'DR VORTIA',NULL,'','20131126-5903',NULL),(16238,4391,2,530,'2013-11-26 15:45:03',0,0,'','2013112612 ','2013-11-26','2013-11-26','20131126-12','07:43',1,'PROF S K OWUSU',NULL,'','20131126-5904',NULL),(16240,4391,1,530,'2013-11-26 15:45:03',0,0,'','2013112612 ','2013-11-26','2013-11-26','20131126-12','07:44',1,'PROF S K OWUSU',NULL,'','20131126-5904',NULL),(16241,4340,3,535,'2013-11-26 16:04:11',1,0,'','2013112558','2013-11-26','2013-11-26','20131126-13','08:03',1,'',NULL,'','20131126-5905',NULL),(16242,4270,1,530,'2013-11-26 16:19:19',0,0,'','2013112614','2013-11-26','2013-11-26','20131126-14','08:18',1,'DR DANIELS',NULL,'','20131126-5906',NULL),(16243,1640,3,530,'2013-11-26 16:51:41',1,0,'','2013112615','2013-11-26','2013-11-26','20131126-15','08:47',1,'DR ARMAH',NULL,'','20131126-5907',NULL),(16245,1640,4,530,'2013-11-26 16:51:41',1,0,'','2013112615','2013-11-26','2013-11-26','20131126-15','08:51',1,'DR ARMAH',NULL,'','20131126-5907',NULL),(16246,4392,4,535,'2013-11-26 17:03:38',1,0,'','2013112616A','2013-11-26','2013-11-26','20131126-16','09:02',1,'',NULL,'','20131126-5908',NULL),(16247,4393,4,535,'2013-11-26 17:06:10',1,0,'','2013112616A','2013-11-26','2013-11-26','20131126-17','09:05',1,'',NULL,'','20131126-5909',NULL),(16248,4394,3,530,'2013-11-26 17:13:08',0,0,'','2013112618','2013-11-26','2013-11-26','20131126-18','09:11',1,'DR VORTIA',NULL,'','20131126-5910',NULL),(16250,4394,1,530,'2013-11-26 17:13:08',0,0,'','2013112618','2013-11-26','2013-11-26','20131126-18','09:11',1,'DR VORTIA',NULL,'','20131126-5910',NULL),(16253,4394,5,530,'2013-11-26 17:13:08',1,0,'','2013112618','2013-11-26','2013-11-26','20131126-18','09:12',1,'DR VORTIA',NULL,'','20131126-5910',NULL),(16257,4394,4,530,'2013-11-26 17:13:09',1,0,'','2013112618','2013-11-26','2013-11-26','20131126-18','09:12',1,'DR VORTIA',NULL,'','20131126-5910',NULL),(16258,4395,3,530,'2013-11-26 17:15:16',0,0,'','2013112619','2013-11-26','2013-11-26','20131126-19','09:14',1,'',NULL,'','20131126-5911',NULL),(16260,4395,1,530,'2013-11-26 17:15:16',0,0,'','2013112619','2013-11-26','2013-11-26','20131126-19','09:14',1,'',NULL,'','20131126-5911',NULL),(16263,4395,5,530,'2013-11-26 17:15:16',0,0,'','2013112619','2013-11-26','2013-11-26','20131126-19','09:15',1,'',NULL,'','20131126-5911',NULL),(16267,4395,4,530,'2013-11-26 17:15:16',1,0,'','2013112619','2013-11-26','2013-11-26','20131126-19','09:15',1,'',NULL,'','20131126-5911',NULL),(16268,4396,3,530,'2013-11-26 17:22:00',0,0,'','2013112620 ','2013-11-26','2013-11-26','20131126-20','09:20',1,'DR NUAMAH',NULL,'','20131126-5912',NULL),(16270,4396,4,530,'2013-11-26 17:22:00',1,0,'','2013112620 ','2013-11-26','2013-11-26','20131126-20','09:21',1,'DR NUAMAH',NULL,'','20131126-5912',NULL),(16273,4396,1,530,'2013-11-26 17:22:01',1,0,'','2013112620 ','2013-11-26','2013-11-26','20131126-20','09:21',1,'DR NUAMAH',NULL,'','20131126-5912',NULL),(16277,4396,5,530,'2013-11-26 17:22:01',0,0,'','2013112620 ','2013-11-26','2013-11-26','20131126-20','09:21',1,'DR NUAMAH',NULL,'','20131126-5912',NULL),(16278,4397,4,530,'2013-11-26 17:29:36',1,0,'','2013112621','2013-11-26','2013-11-26','20131126-21','09:28',1,'DR OFORI ANTI',NULL,'','20131126-5913',NULL),(16280,4397,10,530,'2013-11-26 17:29:36',1,0,'','2013112621','2013-11-26','2013-11-26','20131126-21','09:29',1,'DR OFORI ANTI',NULL,'','20131126-5913',NULL),(16281,4398,3,530,'2013-11-26 17:32:22',0,0,'','2013112622','2013-11-26','2013-11-26','20131126-22','09:31',1,'DR NUAMAH',NULL,'','20131126-5914',NULL),(16283,4398,4,530,'2013-11-26 17:32:22',1,0,'','2013112622','2013-11-26','2013-11-26','20131126-22','09:32',1,'DR NUAMAH',NULL,'','20131126-5914',NULL),(16284,4399,3,530,'2013-11-26 17:37:37',0,0,'','2013112623','2013-11-26','2013-11-26','20131126-23','09:36',1,'DR VORTIA',NULL,'','20131126-5915',NULL),(16286,4399,1,530,'2013-11-26 17:37:38',0,0,'','2013112623','2013-11-26','2013-11-26','20131126-23','09:36',1,'DR VORTIA',NULL,'','20131126-5915',NULL),(16289,4399,5,530,'2013-11-26 17:37:38',1,0,'','2013112623','2013-11-26','2013-11-26','20131126-23','09:37',1,'DR VORTIA',NULL,'','20131126-5915',NULL),(16293,4399,4,530,'2013-11-26 17:37:38',1,0,'','2013112623','2013-11-26','2013-11-26','20131126-23','09:37',1,'DR VORTIA',NULL,'','20131126-5915',NULL),(16294,4400,3,530,'2013-11-26 17:43:01',0,0,'','2013112624','2013-11-26','2013-11-26','20131126-24','09:41',1,'DR NUAMAH',NULL,'','20131126-5916',NULL),(16296,4400,4,530,'2013-11-26 17:43:02',1,0,'','2013112624','2013-11-26','2013-11-26','20131126-24','09:42',1,'DR NUAMAH',NULL,'','20131126-5916',NULL),(16299,4400,1,530,'2013-11-26 17:43:02',1,0,'','2013112624','2013-11-26','2013-11-26','20131126-24','09:42',1,'DR NUAMAH',NULL,'','20131126-5916',NULL),(16300,4401,2,530,'2013-11-26 18:00:41',0,0,'','2013112626','2013-11-26','2013-11-26','20131126-26','09:59',1,'DR OFORI ANTI',NULL,'','20131126-5918',NULL),(16302,4401,1,530,'2013-11-26 18:00:42',1,0,'','2013112626','2013-11-26','2013-11-26','20131126-26','10:00',1,'DR OFORI ANTI',NULL,'','20131126-5918',NULL),(16303,4402,3,530,'2013-11-26 18:06:24',0,0,'','2013112627','2013-11-26','2013-11-26','20131126-27','10:04',1,'DR VORTIA',NULL,'','20131126-5919',NULL),(16305,4402,1,530,'2013-11-26 18:06:24',0,0,'','2013112627','2013-11-26','2013-11-26','20131126-27','10:04',1,'DR VORTIA',NULL,'','20131126-5919',NULL),(16308,4402,5,530,'2013-11-26 18:06:25',1,0,'','2013112627','2013-11-26','2013-11-26','20131126-27','10:06',1,'DR VORTIA',NULL,'','20131126-5919',NULL),(16312,4402,4,530,'2013-11-26 18:06:25',1,0,'','2013112627','2013-11-26','2013-11-26','20131126-27','10:06',1,'DR VORTIA',NULL,'','20131126-5919',NULL),(16313,1651,3,530,'2013-11-26 18:13:58',0,0,'','2013112628 ','2013-11-26','2013-11-26','20131126-28','10:13',1,'DR MENSAH',NULL,'','20131126-5920',NULL),(16314,4403,3,530,'2013-11-26 18:16:22',0,0,'','2013112630','2013-11-26','2013-11-26','20131126-30','10:15',1,'DR FUMMY',NULL,'','20131126-5922',NULL),(16315,4404,4,530,'2013-11-26 18:20:09',1,0,'','2013112631 ','2013-11-26','2013-11-26','20131126-31','10:17',1,'DR DOW',NULL,'','20131126-5923',NULL),(16316,4405,3,530,'2013-11-26 18:23:50',0,0,'','2013112632','2013-11-26','2013-11-26','20131126-32','10:22',1,'DR VORTIA',NULL,'','20131126-5924',NULL),(16318,4405,1,530,'2013-11-26 18:23:50',0,0,'','2013112632','2013-11-26','2013-11-26','20131126-32','10:22',1,'DR VORTIA',NULL,'','20131126-5924',NULL),(16321,4405,5,530,'2013-11-26 18:23:50',1,0,'','2013112632','2013-11-26','2013-11-26','20131126-32','10:23',1,'DR VORTIA',NULL,'','20131126-5924',NULL),(16325,4405,4,530,'2013-11-26 18:23:50',1,0,'','2013112632','2013-11-26','2013-11-26','20131126-32','10:23',1,'DR VORTIA',NULL,'','20131126-5924',NULL),(16326,4406,1,530,'2013-11-26 18:36:02',0,0,'','2013112633 ','2013-11-26','2013-11-26','20131126-33','10:34',1,'DR NUAMAH',NULL,'','20131126-5925',NULL),(16327,4407,3,530,'2013-11-26 18:38:06',0,0,'','2013112634','2013-11-26','2013-11-26','20131126-34','10:37',1,'DR OFORI ANTI',NULL,'','20131126-5926',NULL),(16329,4407,14,530,'2013-11-26 18:38:07',0,0,'','2013112634','2013-11-26','2013-11-26','20131126-34','10:37',1,'DR OFORI ANTI',NULL,'','20131126-5926',NULL),(16330,4408,3,530,'2013-11-26 18:44:10',0,0,'','2013112635 ','2013-11-26','2013-11-26','20131126-35','10:42',1,'DR NUAMAH',NULL,'','20131126-5927',NULL),(16332,4408,1,530,'2013-11-26 18:44:11',0,0,'','2013112635 ','2013-11-26','2013-11-26','20131126-35','10:43',1,'DR NUAMAH',NULL,'','20131126-5927',NULL),(16333,4409,3,530,'2013-11-26 18:46:14',0,0,'','2013112636','2013-11-26','2013-11-26','20131126-36','10:45',1,'DR ARMAH',NULL,'','20131126-5928',NULL),(16335,4409,4,530,'2013-11-26 18:46:14',1,0,'','2013112636','2013-11-26','2013-11-26','20131126-36','10:46',1,'DR ARMAH',NULL,'','20131126-5928',NULL),(16336,4410,4,530,'2013-11-26 18:50:18',1,0,'','2013112637','2013-11-26','2013-11-26','20131126-37','10:48',1,'',NULL,'','20131126-5929',NULL),(16337,4411,3,530,'2013-11-26 18:54:27',0,0,'','2013112638','2013-11-26','2013-11-26','20131126-38','10:53',1,'DR NUAMAH',NULL,'','20131126-5930',NULL),(16338,4412,3,530,'2013-11-26 18:56:45',0,0,'','2013112639','2013-11-26','2013-11-26','20131126-39','10:55',1,'DR OFORI ANTI',NULL,'','20131126-5931',NULL),(16339,4413,3,530,'2013-11-26 18:59:48',0,0,'','2013112640','2013-11-26','2013-11-26','20131126-40','10:59',1,'DR NUAMAH',NULL,'','20131126-5932',NULL),(16340,4414,3,530,'2013-11-26 19:02:49',0,0,'','2013112641','2013-11-26','2013-11-26','20131126-41','11:01',1,'DR OFORI ANTI',NULL,'','20131126-5933',NULL),(16341,4415,3,530,'2013-11-26 19:06:48',0,0,'','2013112642 ','2013-11-26','2013-11-26','20131126-42','11:04',1,'DR NUAMAH',NULL,'','20131126-5934',NULL),(16343,4415,4,530,'2013-11-26 19:06:48',0,0,'','2013112642 ','2013-11-26','2013-11-26','20131126-42','11:06',1,'DR NUAMAH',NULL,'','20131126-5934',NULL),(16344,4416,1,530,'2013-11-26 19:19:08',1,0,'','2013112643','2013-11-26','2013-11-26','20131126-43','11:18',1,'',NULL,'','20131126-5935',NULL),(16345,4417,3,530,'2013-11-26 19:39:31',0,0,'','2013112644','2013-11-26','2013-11-26','20131126-44','11:37',1,'DR NUAMAH',NULL,'','20131126-5936',NULL),(16347,4417,1,530,'2013-11-26 19:39:32',0,0,'','','2013-11-26','2013-11-26','20131126-44','11:38',1,'DR NUAMAH',NULL,'','20131126-5936',NULL),(16350,4417,5,530,'2013-11-26 19:39:32',0,0,'','2013112644','2013-11-26','2013-11-26','20131126-44','11:39',1,'DR NUAMAH',NULL,'','20131126-5936',NULL),(16351,4419,3,534,'2013-11-26 19:49:09',0,0,'','2013112646','2013-11-26','2013-11-26','20131126-46','11:48',1,'DR FUMMY',NULL,'','20131126-5938',NULL),(16352,4418,20,530,'2013-11-26 19:51:46',1,0,'','2013112645 ','2013-11-26','2013-11-26','20131126-45','11:40',1,'',NULL,'','20131126-5937',NULL),(16353,4420,3,534,'2013-11-26 19:52:06',1,0,'',' 2013112647','2013-11-26','2013-11-26','20131126-47','11:50',1,'DR FUMMY',NULL,'','20131126-5939',NULL),(16354,552,3,534,'2013-11-26 19:53:45',1,0,'',' 2013112648','2013-11-26','2013-11-26','20131126-48','11:52',1,'DR OFORI ANTI',NULL,'','20131126-5940',NULL),(16356,552,4,534,'2013-11-26 19:53:46',1,0,'',' 2013112648','2013-11-26','2013-11-26','20131126-48','11:53',1,'DR OFORI ANTI',NULL,'','20131126-5940',NULL),(16357,1464,3,534,'2013-11-26 19:55:35',1,0,'','2013112649','2013-11-26','2013-11-26','20131126-49','11:54',1,'DR DOW',NULL,'','20131126-5941',NULL),(16358,2485,3,530,'2013-11-26 19:56:34',0,0,'','2013112650','2013-11-26','2013-11-26','20131126-50','11:55',1,'DR FUMMY',NULL,'','20131126-5942',NULL),(16359,4421,3,534,'2013-11-26 19:57:49',0,0,'','2013112651 ','2013-11-26','2013-11-26','20131126-51','11:56',1,'DR OFORI ANTI',NULL,'','20131126-5943',NULL),(16361,4421,4,534,'2013-11-26 19:57:49',1,0,'','2013112651 ','2013-11-26','2013-11-26','20131126-51','11:57',1,'DR OFORI ANTI',NULL,'','20131126-5943',NULL),(16362,4422,3,534,'2013-11-26 19:59:56',0,0,'','2013112652 ','2013-11-26','2013-11-26','20131126-52','11:58',1,'DR OFORI ANTI',NULL,'','20131126-5944',NULL),(16363,4423,3,530,'2013-11-26 20:11:28',0,0,'','2013112653','2013-11-26','2013-11-26','20131126-53','12:09',1,'DR BOATENG',NULL,'','20131126-5945',NULL),(16365,4423,1,530,'2013-11-26 20:11:29',0,0,'','2013112653','2013-11-26','2013-11-26','20131126-53','12:10',1,'DR BOATENG',NULL,'','20131126-5945',NULL),(16368,4423,5,530,'2013-11-26 20:11:29',1,0,'','2013112653','2013-11-26','2013-11-26','20131126-53','12:11',1,'DR BOATENG',NULL,'','20131126-5945',NULL),(16369,4424,3,530,'2013-11-26 20:20:24',0,0,'','2013112654','2013-11-26','2013-11-26','20131126-54','12:14',1,'DR OFORI ANTI',NULL,'','20131126-5946',NULL),(16371,4424,5,530,'2013-11-26 20:20:24',1,0,'','2013112654','2013-11-26','2013-11-26','20131126-54','12:15',1,'DR OFORI ANTI',NULL,'','20131126-5946',NULL),(16374,4424,1,530,'2013-11-26 20:20:24',1,0,'','2013112654','2013-11-26','2013-11-26','20131126-54','12:16',1,'DR OFORI ANTI',NULL,'','20131126-5946',NULL),(16375,4425,3,530,'2013-11-26 20:23:28',0,0,'','2013112655','2013-11-26','2013-11-26','20131126-55','12:22',1,'DR MENSAH',NULL,'','20131126-5947',NULL),(16377,4425,5,530,'2013-11-26 20:23:28',0,0,'','2013112655','2013-11-26','2013-11-26','20131126-55','12:23',1,'DR MENSAH',NULL,'','20131126-5947',NULL),(16380,4425,4,530,'2013-11-26 20:23:28',1,0,'','2013112655','2013-11-26','2013-11-26','20131126-55','12:23',1,'DR MENSAH',NULL,'','20131126-5947',NULL),(16381,4426,1,530,'2013-11-26 20:25:16',1,0,'','2013112656','2013-11-26','2013-11-26','20131126-56','12:24',1,'',NULL,'','20131126-5948',NULL),(16382,2905,1,530,'2013-11-26 20:31:21',0,0,'','2013112657','2013-11-26','2013-11-26','20131126-57','12:29',1,'DR MENSAH',NULL,'','20131126-5949',NULL),(16384,2905,2,530,'2013-11-26 20:31:21',1,0,'','2013112657','2013-11-26','2013-11-26','20131126-57','12:31',1,'DR MENSAH',NULL,'','20131126-5949',NULL),(16385,4427,4,530,'2013-11-26 20:42:49',0,0,'','2013112658','2013-11-26','2013-11-26','20131126-58','12:41',1,'',NULL,'','20131126-5950',NULL),(16386,4428,3,530,'2013-11-26 20:44:21',0,0,'','2013112659','2013-11-26','2013-11-26','20131126-59','12:43',1,'DR FUMMY',NULL,'','20131126-5951',NULL),(16387,4429,5,530,'2013-11-26 20:46:35',1,0,'','2013112660','2013-11-26','2013-11-26','20131126-60','12:45',1,'DR FUMMY',NULL,'','20131126-5952',NULL),(16388,4430,3,530,'2013-11-26 20:55:12',0,0,'','2013112661','2013-11-26','2013-11-26','20131126-61','12:50',1,'DR OFORI ANTI',NULL,'','20131126-5953',NULL),(16390,4430,1,530,'2013-11-26 20:55:12',1,0,'','2013112661','2013-11-26','2013-11-26','20131126-61','12:54',1,'DR OFORI ANTI',NULL,'','20131126-5953',NULL),(16393,4430,4,530,'2013-11-26 20:55:12',1,0,'','2013112661','2013-11-26','2013-11-26','20131126-61','12:55',1,'DR OFORI ANTI',NULL,'','20131126-5953',NULL),(16394,4431,3,530,'2013-11-26 20:57:45',0,0,'','2013112662','2013-11-26','2013-11-26','20131126-62','12:56',1,'DR MENSAH',NULL,'','20131126-5954',NULL),(16396,4431,4,530,'2013-11-26 20:57:46',1,0,'','2013112662','2013-11-26','2013-11-26','20131126-62','12:57',1,'DR MENSAH',NULL,'','20131126-5954',NULL),(16399,4431,10,530,'2013-11-26 20:57:46',1,0,'','2013112662','2013-11-26','2013-11-26','20131126-62','12:57',1,'DR MENSAH',NULL,'','20131126-5954',NULL),(16400,4432,3,530,'2013-11-26 21:01:12',0,0,'','2013112663','2013-11-26','2013-11-26','20131126-63','12:59',1,'DR ARMAH',NULL,'','20131126-5955',NULL),(16402,4432,4,530,'2013-11-26 21:01:13',1,0,'','2013112663','2013-11-26','2013-11-26','20131126-63','13:00',1,'DR ARMAH',NULL,'','20131126-5955',NULL),(16405,4432,1,530,'2013-11-26 21:01:13',1,0,'','2013112663','2013-11-26','2013-11-26','20131126-63','13:00',1,'DR ARMAH',NULL,'','20131126-5955',NULL),(16406,4433,3,530,'2013-11-26 21:15:42',0,0,'','2013112664','2013-11-26','2013-11-26','20131126-64','13:14',1,'DR NUAMAH',NULL,'','20131126-5956',NULL),(16408,4433,4,530,'2013-11-26 21:15:42',1,0,'','2013112664','2013-11-26','2013-11-26','20131126-64','13:15',1,'DR NUAMAH',NULL,'','20131126-5956',NULL),(16411,4433,1,530,'2013-11-26 21:15:43',1,0,'','2013112664','2013-11-26','2013-11-26','20131126-64','13:15',1,'DR NUAMAH',NULL,'','20131126-5956',NULL),(16412,4434,3,530,'2013-11-26 21:45:52',0,0,'','2013112665','2013-11-26','2013-11-26','20131126-65','13:43',1,'DR MENSAH',NULL,'','20131126-5957',NULL),(16414,4434,1,530,'2013-11-26 21:45:52',1,0,'','2013112665','2013-11-26','2013-11-26','20131126-65','13:44',1,'DR MENSAH',NULL,'','20131126-5957',NULL),(16417,4434,5,530,'2013-11-26 21:45:52',0,0,'','2013112665','2013-11-26','2013-11-26','20131126-65','13:45',1,'DR MENSAH',NULL,'','20131126-5957',NULL),(16418,1509,3,530,'2013-11-26 21:53:30',0,0,'','2013112667 ','2013-11-26','2013-11-26','20131126-67','13:52',1,'DR VORTIA',NULL,'','20131126-5959',NULL),(16420,1509,1,530,'2013-11-26 21:53:30',1,0,'','2013112667 ','2013-11-26','2013-11-26','20131126-67','13:53',1,'DR VORTIA',NULL,'','20131126-5959',NULL),(16423,1509,5,530,'2013-11-26 21:53:30',1,0,'','2013112667 ','2013-11-26','2013-11-26','20131126-67','13:53',1,'DR VORTIA',NULL,'','20131126-5959',NULL),(16424,4409,3,537,'2013-11-26 21:53:34',1,0,'','2013112636','2013-11-26','2013-11-26','20131126-68','13:53',1,'',NULL,'','20131126-5960',NULL),(16425,4435,3,530,'2013-11-26 22:08:24',0,0,'','2013112669','2013-11-26','2013-11-26','20131126-69','14:07',1,'DR NUAMAH',NULL,'','20131126-5961',NULL),(16426,4436,3,530,'2013-11-26 22:21:14',0,0,'','2013112670','2013-11-26','2013-11-26','20131126-70','14:19',1,'DR NUAMAH',NULL,'','20131126-5962',NULL),(16428,4436,4,530,'2013-11-26 22:21:14',1,0,'','2013112670','2013-11-26','2013-11-26','20131126-70','14:20',1,'DR NUAMAH',NULL,'','20131126-5962',NULL),(16431,4436,1,530,'2013-11-26 22:21:14',1,0,'','2013112670','2013-11-26','2013-11-26','20131126-70','14:21',1,'DR NUAMAH',NULL,'','20131126-5962',NULL),(16432,4437,3,530,'2013-11-26 22:32:27',0,0,'','2013112672','2013-11-26','2013-11-26','20131126-72','14:30',1,'DR NUAMAH',NULL,'','20131126-5964',NULL),(16434,4437,4,530,'2013-11-26 22:32:27',1,0,'','2013112672','2013-11-26','2013-11-26','20131126-72','14:32',1,'DR NUAMAH',NULL,'','20131126-5964',NULL),(16435,4438,4,530,'2013-11-26 22:37:32',1,0,'','2013112673','2013-11-26','2013-11-26','20131126-73','14:36',1,'DR MENSAH',NULL,'','20131126-5965',NULL),(16436,4439,3,530,'2013-11-26 23:14:36',1,0,'','2013112674 ','2013-11-26','2013-11-26','20131126-74','15:13',1,'DR OFORI ANTI',NULL,'','20131126-5966',NULL),(16437,4417,1,530,'2013-11-26 23:17:27',1,0,'','2013112644','2013-11-26','2013-11-26','20131126-75','15:17',1,'',NULL,'','20131126-5967',NULL),(16438,4329,3,530,'2013-11-26 23:23:58',0,0,'','2013112676','2013-11-26','2013-11-26','20131126-76','15:23',1,'DR AMABLE',NULL,'','20131126-5968',NULL),(16439,4440,1,530,'2013-11-26 23:38:10',0,0,'','2013112677 ','2013-11-26','2013-11-26','20131126-77','15:36',1,'DR OFORI ANTI',NULL,'','20131126-5969',NULL),(16441,4440,2,530,'2013-11-26 23:38:10',1,0,'','2013112677 ','2013-11-26','2013-11-26','20131126-77','15:37',1,'DR OFORI ANTI',NULL,'','20131126-5969',NULL),(16442,4441,1,530,'2013-11-26 23:41:36',1,0,'','2013112679 ','2013-11-26','2013-11-26','20131126-79','15:39',1,'DR OFORI ANTI',NULL,'','20131126-5971',NULL),(16444,4441,5,530,'2013-11-26 23:41:36',0,0,'','2013112679 ','2013-11-26','2013-11-26','20131126-79','15:41',1,'DR OFORI ANTI',NULL,'','20131126-5971',NULL),(16445,2819,2,530,'2013-11-27 00:31:13',0,0,'','2013112680','2013-11-26','2013-11-26','20131126-80','16:30',1,'DR AMABLE',NULL,'','20131126-5972',NULL),(16446,4442,3,530,'2013-11-27 00:39:31',0,0,'','2013112681','2013-11-26','2013-11-26','20131126-81','16:38',1,'DR OFORI ANTI',NULL,'','20131126-5973',NULL),(16447,4443,3,530,'2013-11-27 00:55:47',0,0,'','2013112682','2013-11-26','2013-11-26','20131126-82','16:53',1,'DR VORTIA',NULL,'','20131126-5974',NULL),(16449,4443,1,530,'2013-11-27 00:55:47',0,0,'','2013112682','2013-11-26','2013-11-26','20131126-82','16:54',1,'DR VORTIA',NULL,'','20131126-5974',NULL),(16452,4443,4,530,'2013-11-27 00:55:47',1,0,'','2013112682','2013-11-26','2013-11-26','20131126-82','16:54',1,'DR VORTIA',NULL,'','20131126-5974',NULL),(16453,4444,3,530,'2013-11-27 01:41:17',1,0,'','2013112683','2013-11-26','2013-11-26','20131126-83','17:40',1,'DR MENSAH',NULL,'','20131126-5975',NULL),(16454,4445,4,530,'2013-11-27 02:02:07',1,0,'','2013112684','2013-11-26','2013-11-26','20131126-84','18:01',1,'DR AMABLE',NULL,'','20131126-5976',NULL),(16455,4446,3,531,'2013-11-27 04:03:26',1,0,'','2013112685','2013-11-26','2013-11-26','20131126-85','20:02',1,'DR OFORI ANTI',NULL,'','20131126-5977',NULL),(16456,4447,3,531,'2013-11-27 04:36:33',0,0,'','2013112686 ','2013-11-26','2013-11-26','20131126-86','20:35',1,'DR AMOAH',NULL,'','20131126-5978',NULL),(16457,4448,3,531,'2013-11-27 05:01:33',0,0,'','2013112687 ','2013-11-26','2013-11-26','20131126-87','20:59',1,'DR AMOAH',NULL,'','20131126-5979',NULL),(16459,4448,1,531,'2013-11-27 05:01:33',0,0,'','2013112687 ','2013-11-26','2013-11-26','20131126-87','21:00',1,'DR AMOAH',NULL,'','20131126-5979',NULL),(16462,4448,4,531,'2013-11-27 05:01:33',1,0,'','2013112687 ','2013-11-26','2013-11-26','20131126-87','21:01',1,'DR AMOAH',NULL,'','20131126-5979',NULL),(16463,4449,3,531,'2013-11-27 05:05:42',0,0,'','2013112688','2013-11-26','2013-11-26','20131126-88','21:04',1,'DR OFORI ANTI',NULL,'','20131126-5980',NULL),(16465,4449,4,531,'2013-11-27 05:05:43',1,0,'','2013112688','2013-11-26','2013-11-26','20131126-88','21:05',1,'DR OFORI ANTI',NULL,'','20131126-5980',NULL),(16468,4449,5,531,'2013-11-27 05:05:43',0,0,'','2013112688','2013-11-26','2013-11-26','20131126-88','21:05',1,'DR OFORI ANTI',NULL,'','20131126-5980',NULL),(16469,4450,3,531,'2013-11-27 05:12:21',0,0,'','2013112689','2013-11-26','2013-11-26','20131126-89','21:11',1,'DR AMOAH',NULL,'','20131126-5981',NULL),(16471,4450,1,531,'2013-11-27 05:12:21',1,0,'','2013112689','2013-11-26','2013-11-26','20131126-89','21:12',1,'DR AMOAH',NULL,'','20131126-5981',NULL),(16472,4451,3,531,'2013-11-27 05:20:01',1,0,'','2013112690','2013-11-26','2013-11-26','20131126-90','21:18',1,'DR AMABLE',NULL,'','20131126-5982',NULL),(16473,4452,3,531,'2013-11-27 05:52:45',0,0,'','2013112691','2013-11-26','2013-11-26','20131126-91','21:51',1,'DR AMOAH',NULL,'','20131126-5983',NULL),(16475,4452,4,531,'2013-11-27 05:52:45',1,0,'','2013112691','2013-11-26','2013-11-26','20131126-91','21:52',1,'DR AMOAH',NULL,'','20131126-5983',NULL),(16476,4453,3,531,'2013-11-27 06:17:24',0,0,'','2013112692 ','2013-11-26','2013-11-26','20131126-92','22:16',1,'DR AMOAH',NULL,'','20131126-5984',NULL),(16478,4453,1,531,'2013-11-27 06:17:25',1,0,'','2013112692 ','2013-11-26','2013-11-26','20131126-92','22:17',1,'DR AMOAH',NULL,'','20131126-5984',NULL),(16481,4453,4,531,'2013-11-27 06:17:25',1,0,'','2013112692 ','2013-11-26','2013-11-26','20131126-92','22:17',1,'DR AMOAH',NULL,'','20131126-5984',NULL),(16482,4454,3,531,'2013-11-27 06:40:05',0,0,'','2013112693 ','2013-11-26','2013-11-26','20131126-93','22:38',1,'DR AMOAH',NULL,'','20131126-5985',NULL),(16483,4455,3,531,'2013-11-27 06:42:56',0,0,'','2013112694','2013-11-26','2013-11-26','20131126-94','22:41',1,'DR AMABLE',NULL,'','20131126-5986',NULL),(16484,4456,3,531,'2013-11-27 09:08:36',0,0,'','201311271 ','2013-11-27','2013-11-27','20131127-1','01:06',1,'DR DJAN',NULL,'','20131127-5987',NULL),(16486,4456,1,531,'2013-11-27 09:08:37',1,0,'','201311271 ','2013-11-27','2013-11-27','20131127-1','01:08',1,'DR DJAN',NULL,'','20131127-5987',NULL),(16489,4456,4,531,'2013-11-27 09:08:37',1,0,'','201311271 ','2013-11-27','2013-11-27','20131127-1','01:08',1,'DR DJAN',NULL,'','20131127-5987',NULL),(16490,4457,3,531,'2013-11-27 14:47:44',0,0,'','201311272','2013-11-27','2013-11-27','20131127-2','06:46',1,'DR TACHIE',NULL,'','20131127-5988',NULL),(16492,4457,1,531,'2013-11-27 14:47:44',0,0,'','201311272','2013-11-27','2013-11-27','20131127-2','06:47',1,'DR TACHIE',NULL,'','20131127-5988',NULL),(16493,4458,3,531,'2013-11-27 14:58:39',0,0,'','201311273','2013-11-27','2013-11-27','20131127-3','06:57',1,'DR AMOAH',NULL,'','20131127-5989',NULL),(16495,4458,1,531,'2013-11-27 14:58:39',1,0,'','201311273','2013-11-27','2013-11-27','20131127-3','06:58',1,'DR AMOAH',NULL,'','20131127-5989',NULL),(16498,4458,4,531,'2013-11-27 14:58:40',1,0,'','201311273','2013-11-27','2013-11-27','20131127-3','06:58',1,'DR AMOAH',NULL,'','20131127-5989',NULL),(16499,3079,1,531,'2013-11-27 15:00:28',0,0,'','201311274','2013-11-27','2013-11-27','20131127-4','06:59',1,'DR MENSAH',NULL,'','20131127-5990',NULL),(16500,4459,3,531,'2013-11-27 15:21:14',0,0,'','201311275','2013-11-27','2013-11-27','20131127-5','07:20',1,'DR DJAN',NULL,'','20131127-5991',NULL),(16501,4460,3,530,'2013-11-27 15:42:45',1,0,'','201311276','2013-11-27','2013-11-27','20131127-6','07:42',1,'DR AMOAH',NULL,'','20131127-5992',NULL),(16502,3210,1,530,'2013-11-27 15:44:51',1,0,'','201311277','2013-11-27','2013-11-27','20131127-7','07:43',1,'DR TAKYI',NULL,'','20131127-5993',NULL),(16503,1078,3,530,'2013-11-27 15:46:45',0,0,'','201311278','2013-11-27','2013-11-27','20131127-8','07:45',1,'DR VORTIA',NULL,'','20131127-5994',NULL),(16505,1078,1,530,'2013-11-27 15:46:45',0,0,'','201311278','2013-11-27','2013-11-27','20131127-8','07:46',1,'DR VORTIA',NULL,'','20131127-5994',NULL),(16508,1078,2,530,'2013-11-27 15:46:46',0,0,'','201311278','2013-11-27','2013-11-27','20131127-8','07:46',1,'DR VORTIA',NULL,'','20131127-5994',NULL),(16509,1197,4,530,'2013-11-27 15:53:49',1,0,'','2013101570','2013-11-27','2013-11-27','20131127-9','07:53',1,'',NULL,'','20131127-5995',NULL),(16510,3448,3,530,'2013-11-27 16:38:34',1,0,'','2013112710 ','2013-11-27','2013-11-27','20131127-10','08:36',1,'DR VORTIA',NULL,'','20131127-5996',NULL),(16511,4461,3,530,'2013-11-27 16:44:06',0,0,'','2013112711','2013-11-27','2013-11-27','20131127-11','08:42',1,'DR QUAMPAH',NULL,'','20131127-5997',NULL),(16513,4461,4,530,'2013-11-27 16:44:07',0,0,'','2013112711','2013-11-27','2013-11-27','20131127-11','08:43',1,'DR QUAMPAH',NULL,'','20131127-5997',NULL),(16514,4462,3,530,'2013-11-27 17:00:29',0,0,'','2013112712','2013-11-27','2013-11-27','20131127-12','08:58',1,'DR DJAN',NULL,'','20131127-5998',NULL),(16516,4462,1,530,'2013-11-27 17:00:29',0,0,'','2013112712','2013-11-27','2013-11-27','20131127-12','08:59',1,'DR DJAN',NULL,'','20131127-5998',NULL),(16519,4462,2,530,'2013-11-27 17:00:29',0,0,'','2013112712','2013-11-27','2013-11-27','20131127-12','09:00',1,'DR DJAN',NULL,'','20131127-5998',NULL),(16520,4463,3,530,'2013-11-27 17:04:55',1,0,'','2013112713','2013-11-27','2013-11-27','20131127-13','09:03',1,'DR TACHIE',NULL,'','20131127-5999',NULL),(16521,4464,3,530,'2013-11-27 17:11:03',0,0,'','2013112714','2013-11-27','2013-11-27','20131127-14','09:09',1,'DR NUAMAH',NULL,'','20131127-6000',NULL),(16523,4464,1,530,'2013-11-27 17:11:03',1,0,'','2013112714','2013-11-27','2013-11-27','20131127-14','09:10',1,'DR NUAMAH',NULL,'','20131127-6000',NULL),(16524,4465,1,530,'2013-11-27 17:21:19',1,0,'','2013112715','2013-11-27','2013-11-27','20131127-15','09:20',1,'DR MENSAH',NULL,'','20131127-6001',NULL),(16525,4466,3,530,'2013-11-27 17:23:56',0,0,'','2013112716','2013-11-27','2013-11-27','20131127-16','09:23',1,'DR VORTIA',NULL,'','20131127-6002',NULL),(16526,4467,3,530,'2013-11-27 17:27:15',0,0,'','2013112717','2013-11-27','2013-11-27','20131127-17','09:25',1,'DR VORTIA',NULL,'','20131127-6003',NULL),(16527,3053,19,530,'2013-11-27 17:33:40',1,0,'','2013110790','2013-11-27','2013-11-27','20131127-18','09:32',1,'DR MENSAH',NULL,'','20131127-6004',NULL),(16528,3542,3,530,'2013-11-27 17:35:34',0,0,'','2013112719','2013-11-27','2013-11-27','20131127-19','09:34',1,'DR AKPALU',NULL,'','20131127-6005',NULL),(16529,4468,2,530,'2013-11-27 17:38:11',0,0,'','2013112720','2013-11-27','2013-11-27','20131127-20','09:37',1,'DR OFORI',NULL,'','20131127-6006',NULL),(16531,4468,1,530,'2013-11-27 17:38:12',0,0,'','2013112720','2013-11-27','2013-11-27','20131127-20','09:38',1,'DR OFORI',NULL,'','20131127-6006',NULL),(16532,3295,5,530,'2013-11-27 17:41:22',1,0,'','2013112721','2013-11-27','2013-11-27','20131127-21','09:40',1,'DR VORTIA',NULL,'','20131127-6007',NULL),(16533,4469,3,530,'2013-11-27 17:48:21',0,0,'','2013112722','2013-11-27','2013-11-27','20131127-22','09:46',1,'DR NUAMAH',NULL,'','20131127-6008',NULL),(16535,4469,1,530,'2013-11-27 17:48:21',1,0,'','2013112722','2013-11-27','2013-11-27','20131127-22','09:48',1,'DR NUAMAH',NULL,'','20131127-6008',NULL),(16536,4470,3,530,'2013-11-27 17:56:50',0,0,'','2013112723','2013-11-27','2013-11-27','20131127-23','09:52',1,'DR MENSAH',NULL,'','20131127-6009',NULL),(16538,4470,5,530,'2013-11-27 17:56:50',1,0,'','2013112723','2013-11-27','2013-11-27','20131127-23','09:56',1,'DR MENSAH',NULL,'','20131127-6009',NULL),(16539,4471,3,530,'2013-11-27 18:00:26',0,0,'','2013112724','2013-11-27','2013-11-27','20131127-24','09:59',1,'DR NUAMAH',NULL,'','20131127-6010',NULL),(16541,4471,4,530,'2013-11-27 18:00:27',1,0,'','2013112724','2013-11-27','2013-11-27','20131127-24','10:00',1,'DR NUAMAH',NULL,'','20131127-6010',NULL),(16542,2940,1,530,'2013-11-27 18:03:22',0,0,'','2013112725','2013-11-27','2013-11-27','20131127-25','10:01',1,'DR TACHIE',NULL,'','20131127-6011',NULL),(16544,2940,2,530,'2013-11-27 18:03:22',0,0,'','2013112725','2013-11-27','2013-11-27','20131127-25','10:03',1,'DR TACHIE',NULL,'','20131127-6011',NULL),(16545,4472,3,530,'2013-11-27 18:07:40',0,0,'','2013112726','2013-11-27','2013-11-27','20131127-26','10:06',1,'DR ARMAH',NULL,'','20131127-6012',NULL),(16547,4472,4,530,'2013-11-27 18:07:40',1,0,'','2013112726','2013-11-27','2013-11-27','20131127-26','10:07',1,'DR ARMAH',NULL,'','20131127-6012',NULL),(16548,4460,3,534,'2013-11-27 18:11:44',1,0,'','201311276','2013-11-27','2013-11-27','20131127-27','10:11',1,'',NULL,'','20131127-6013',NULL),(16549,4348,4,530,'2013-11-27 18:15:39',1,0,'','2013112728','2013-11-27','2013-11-27','20131127-28','10:15',1,'DR ADOTEY',NULL,'','20131127-6014',NULL),(16550,22,4,530,'2013-11-27 18:18:15',1,0,'','2013112729 ','2013-11-27','2013-11-27','20131127-29','10:16',1,'DR ADOTEY',NULL,'','20131127-6015',NULL),(16551,2856,3,530,'2013-11-27 18:20:02',0,0,'','2013112730','2013-11-27','2013-11-27','20131127-30','10:19',1,'DR VORTIA',NULL,'','20131127-6016',NULL),(16552,4473,3,530,'2013-11-27 18:24:45',0,0,'','2013112731','2013-11-27','2013-11-27','20131127-31','10:23',1,'DR MENSAH',NULL,'','20131127-6017',NULL),(16553,4474,3,530,'2013-11-27 18:29:28',0,0,'','2013112732','2013-11-27','2013-11-27','20131127-32','10:27',1,'DR DJAN',NULL,'','20131127-6018',NULL),(16555,4474,4,530,'2013-11-27 18:29:28',1,0,'','2013112732','2013-11-27','2013-11-27','20131127-32','10:28',1,'DR DJAN',NULL,'','20131127-6018',NULL),(16556,4475,3,530,'2013-11-27 18:39:52',0,0,'','2013112733 ','2013-11-27','2013-11-27','20131127-33','10:38',1,'DR MENSAH',NULL,'','20131127-6019',NULL),(16558,4475,2,530,'2013-11-27 18:39:53',0,0,'','2013112733 ','2013-11-27','2013-11-27','20131127-33','10:39',1,'DR MENSAH',NULL,'','20131127-6019',NULL),(16561,4475,4,530,'2013-11-27 18:39:53',1,0,'','2013112733 ','2013-11-27','2013-11-27','20131127-33','10:39',1,'DR MENSAH',NULL,'','20131127-6019',NULL),(16565,4475,1,530,'2013-11-27 18:39:53',1,0,'','2013112733 ','2013-11-27','2013-11-27','20131127-33','10:39',1,'DR MENSAH',NULL,'','20131127-6019',NULL),(16566,4462,1,530,'2013-11-27 18:41:30',1,0,'','2013112712','2013-11-27','2013-11-27','20131127-34','10:40',1,'DR YEBOAH',NULL,'','20131127-6020',NULL),(16567,4476,2,530,'2013-11-27 18:44:58',0,0,'','2013112735','2013-11-27','2013-11-27','20131127-35','10:43',1,'DR TACHIE',NULL,'','20131127-6021',NULL),(16568,4198,4,534,'2013-11-27 18:53:24',1,0,'','201311255','2013-11-27','2013-11-25','20131127-37','10:52',1,'',NULL,'','20131127-6023',NULL),(16569,4477,3,530,'2013-11-27 18:54:35',0,0,'','2013112736','2013-11-27','2013-11-27','20131127-36','10:52',1,'DR NUAMAH',NULL,'','20131127-6022',NULL),(16571,4477,1,530,'2013-11-27 18:54:35',1,0,'','2013112736','2013-11-27','2013-11-27','20131127-36','10:53',1,'DR NUAMAH',NULL,'','20131127-6022',NULL),(16574,4477,4,530,'2013-11-27 18:54:35',1,0,'','2013112736','2013-11-27','2013-11-27','20131127-36','10:53',1,'DR NUAMAH',NULL,'','20131127-6022',NULL),(16575,4390,1,530,'2013-11-27 18:58:00',1,0,'','2013112738','2013-11-27','2013-11-27','20131127-38','10:55',1,'DR NUAMAH',NULL,'','20131127-6024',NULL),(16576,4478,3,530,'2013-11-27 19:08:23',1,0,'','2013112739','2013-11-27','2013-11-27','20131127-39','11:07',1,'DR VORTIA',NULL,'','20131127-6025',NULL),(16578,4478,4,530,'2013-11-27 19:08:23',1,0,'','2013112739','2013-11-27','2013-11-27','20131127-39','11:08',1,'DR VORTIA',NULL,'','20131127-6025',NULL),(16579,4479,3,530,'2013-11-27 19:12:22',0,0,'','2013112740 ','2013-11-27','2013-11-27','20131127-40','11:10',1,'DR YEBOAH',NULL,'','20131127-6026',NULL),(16581,4479,4,530,'2013-11-27 19:12:23',1,0,'','2013112740 ','2013-11-27','2013-11-27','20131127-40','11:11',1,'DR YEBOAH',NULL,'','20131127-6026',NULL),(16582,4480,3,530,'2013-11-27 19:20:54',0,0,'','2013112741','2013-11-27','2013-11-27','20131127-41','11:20',1,'DR VORTIA',NULL,'','20131127-6027',NULL),(16583,4481,3,530,'2013-11-27 19:22:47',0,0,'','2013112742','2013-11-27','2013-11-27','20131127-42','11:22',1,'DR NUAMAH',NULL,'','20131127-6028',NULL),(16584,4482,3,530,'2013-11-27 19:28:06',0,0,'','2013112743','2013-11-27','2013-11-27','20131127-43','11:26',1,'DR NUAMAH',NULL,'','20131127-6029',NULL),(16586,4482,1,530,'2013-11-27 19:28:06',1,0,'','2013112743','2013-11-27','2013-11-27','20131127-43','11:27',1,'DR NUAMAH',NULL,'','20131127-6029',NULL),(16589,4482,5,530,'2013-11-27 19:28:07',0,0,'','2013112743','2013-11-27','2013-11-27','20131127-43','11:27',1,'DR NUAMAH',NULL,'','20131127-6029',NULL),(16593,4482,4,530,'2013-11-27 19:28:07',1,0,'','2013112743','2013-11-27','2013-11-27','20131127-43','11:27',1,'DR NUAMAH',NULL,'','20131127-6029',NULL),(16594,4483,3,530,'2013-11-27 19:37:32',1,0,'','2013112744','2013-11-27','2013-11-27','20131127-44','11:36',1,'',NULL,'','20131127-6030',NULL),(16595,4484,3,530,'2013-11-27 19:40:35',0,0,'','2013112745','2013-11-27','2013-11-27','20131127-45','11:39',1,'DR MENSAH',NULL,'','20131127-6031',NULL),(16597,4484,4,530,'2013-11-27 19:40:35',1,0,'','2013112745','2013-11-27','2013-11-27','20131127-45','11:40',1,'DR MENSAH',NULL,'','20131127-6031',NULL),(16598,4485,3,530,'2013-11-27 19:43:35',0,0,'','2013112746','2013-11-27','2013-11-27','20131127-46','11:42',1,'DR NUAMAH',NULL,'','20131127-6032',NULL),(16599,4486,3,530,'2013-11-27 19:50:04',0,0,'','2013112747','2013-11-27','2013-11-27','20131127-47','11:48',1,'DR MENSAH',NULL,'','20131127-6033',NULL),(16601,4486,1,530,'2013-11-27 19:50:04',0,0,'','2013112747','2013-11-27','2013-11-27','20131127-47','11:49',1,'DR MENSAH',NULL,'','20131127-6033',NULL),(16602,4487,3,530,'2013-11-27 19:55:46',0,0,'','2013112748','2013-11-27','2013-11-27','20131127-48','11:54',1,'DR ARMAH',NULL,'','20131127-6034',NULL),(16604,4487,4,530,'2013-11-27 19:55:46',0,0,'','2013112748','2013-11-27','2013-11-27','20131127-48','11:55',1,'DR ARMAH',NULL,'','20131127-6034',NULL),(16605,257,3,530,'2013-11-27 20:04:47',0,0,'','2013112749','2013-11-27','2013-11-27','20131127-49','12:04',1,'DR NUAMAH',NULL,'','20131127-6035',NULL),(16606,393,3,530,'2013-11-27 20:16:31',0,0,'','2013112750 ','2013-11-27','2013-11-27','20131127-50','12:15',1,'DR VORTIA',NULL,'','20131127-6036',NULL),(16608,393,5,530,'2013-11-27 20:16:31',0,0,'','2013112750 ','2013-11-27','2013-11-27','20131127-50','12:15',1,'DR VORTIA',NULL,'','20131127-6036',NULL),(16611,393,4,530,'2013-11-27 20:16:31',1,0,'','2013112750 ','2013-11-27','2013-11-27','20131127-50','12:16',1,'DR VORTIA',NULL,'','20131127-6036',NULL),(16612,2300,3,530,'2013-11-27 20:22:41',0,0,'','2013112751','2013-11-27','2013-11-27','20131127-51','12:22',1,'DR NUAMAH',NULL,'','20131127-6037',NULL),(16613,2416,3,530,'2013-11-27 20:32:26',0,0,'','2013112753','2013-11-27','2013-11-27','20131127-53','12:31',1,'DR ARMAH',NULL,'','20131127-6039',NULL),(16614,4488,3,530,'2013-11-27 20:36:12',0,0,'','2013112754 ','2013-11-27','2013-11-27','20131127-54','12:34',1,'DR MENSAH',NULL,'','20131127-6040',NULL),(16616,4488,1,530,'2013-11-27 20:36:13',1,0,'','2013112754 ','2013-11-27','2013-11-27','20131127-54','12:35',1,'DR MENSAH',NULL,'','20131127-6040',NULL),(16619,4488,5,530,'2013-11-27 20:36:13',0,0,'','2013112754 ','2013-11-27','2013-11-27','20131127-54','12:35',1,'DR MENSAH',NULL,'','20131127-6040',NULL),(16620,4489,3,530,'2013-11-27 20:43:47',0,0,'','2013112755','2013-11-27','2013-11-27','20131127-55','12:43',1,'DR VORTIA',NULL,'','20131127-6041',NULL),(16622,4489,4,530,'2013-11-27 20:43:47',1,0,'','2013112755','2013-11-27','2013-11-27','20131127-55','12:43',1,'DR VORTIA',NULL,'','20131127-6041',NULL),(16623,4417,1,530,'2013-11-27 20:47:57',1,0,'','2013112752','2013-11-27','2013-11-27','20131127-52','12:23',1,'',NULL,'','20131127-6038',NULL),(16625,4417,2,530,'2013-11-27 20:47:57',0,0,'','2013112755','2013-11-27','2013-11-27','20131127-52','12:47',1,'',NULL,'','20131127-6038',NULL),(16626,3207,4,534,'2013-11-27 20:50:50',1,0,'','2013112524','2013-11-27','2013-11-25','20131127-57','12:49',1,'',NULL,'','20131127-6043',NULL),(16627,4490,4,530,'2013-11-27 20:51:37',1,0,'','2013112756','2013-11-27','2013-11-27','20131127-56','12:50',1,'DR YEBOAH',NULL,'','20131127-6042',NULL),(16629,4490,10,530,'2013-11-27 20:51:38',1,0,'','2013112756','2013-11-27','2013-11-27','20131127-56','12:51',1,'DR YEBOAH',NULL,'','20131127-6042',NULL),(16630,3083,1,530,'2013-11-27 20:55:43',0,0,'','2013112758','2013-11-27','2013-11-27','20131127-58','12:54',1,'DR NUAMAH',NULL,'','20131127-6044',NULL),(16631,2566,3,530,'2013-11-27 21:05:03',0,0,'','2013112759','2013-11-27','2013-11-27','20131127-59','13:04',1,'DR NUAMAH',NULL,'','20131127-6045',NULL),(16633,2566,1,530,'2013-11-27 21:05:03',0,0,'','2013112759','2013-11-27','2013-11-27','20131127-59','13:04',1,'DR NUAMAH',NULL,'','20131127-6045',NULL),(16634,4478,1,537,'2013-11-27 21:13:51',1,0,'','2013112739','2013-11-27','2013-11-27','20131127-61','13:12',1,'',NULL,'','20131127-6047',NULL),(16635,4491,3,530,'2013-11-27 21:14:21',0,0,'','2013112760 ','2013-11-27','2013-11-27','20131127-60','13:10',1,'DR VORTIA',NULL,'','20131127-6046',NULL),(16637,4491,5,530,'2013-11-27 21:14:21',1,0,'','2013112760 ','2013-11-27','2013-11-27','20131127-60','13:13',1,'DR VORTIA',NULL,'','20131127-6046',NULL),(16638,4492,3,530,'2013-11-27 21:26:21',0,0,'','2013112762','2013-11-27','2013-11-27','20131127-62','13:22',1,'DR NUAMAH',NULL,'','20131127-6048',NULL),(16640,4492,1,530,'2013-11-27 21:26:22',1,0,'','2013112762','2013-11-27','2013-11-27','20131127-62','13:25',1,'DR NUAMAH',NULL,'','20131127-6048',NULL),(16643,4492,4,530,'2013-11-27 21:26:22',1,0,'','2013112762','2013-11-27','2013-11-27','20131127-62','13:26',1,'DR NUAMAH',NULL,'','20131127-6048',NULL),(16644,3210,1,534,'2013-11-27 21:27:02',0,0,'','201311277','2013-11-27','2013-11-27','20131127-63','13:26',1,'',NULL,'','20131127-6049',NULL),(16645,4493,3,530,'2013-11-27 21:30:28',0,0,'','2013112764','2013-11-27','2013-11-27','20131127-64','13:28',1,'DR NUAMAH',NULL,'','20131127-6050',NULL),(16646,4494,3,530,'2013-11-27 21:35:27',1,0,'','2013112765','2013-11-27','2013-11-27','20131127-65','13:34',1,'DR MENSAH',NULL,'','20131127-6051',NULL),(16647,4495,3,530,'2013-11-27 21:42:16',0,0,'','2013112766','2013-11-27','2013-11-27','20131127-66','13:41',1,'DR VORTIA',NULL,'','20131127-6052',NULL),(16648,4496,3,530,'2013-11-27 21:52:35',0,0,'','2013112767','2013-11-27','2013-11-27','20131127-67','13:51',1,'DR VORTIA',NULL,'','20131127-6053',NULL),(16649,4339,1,530,'2013-11-27 21:54:05',0,0,'','2013112768 ','2013-11-27','2013-11-27','20131127-68','13:53',1,'DR MENSAH',NULL,'','20131127-6054',NULL),(16650,4497,3,530,'2013-11-27 22:23:20',0,0,'','2013112769','2013-11-27','2013-11-27','20131127-69','14:21',1,'DR MENSAH',NULL,'','20131127-6055',NULL),(16652,4497,4,530,'2013-11-27 22:23:20',1,0,'','2013112769','2013-11-27','2013-11-27','20131127-69','14:23',1,'DR MENSAH',NULL,'','20131127-6055',NULL),(16653,4498,3,530,'2013-11-27 22:51:15',1,0,'','2013112770','2013-11-27','2013-11-27','20131127-70','14:49',1,'DR YEBOAH',NULL,'','20131127-6056',NULL),(16655,4498,14,530,'2013-11-27 22:51:16',1,0,'','2013112770','2013-11-27','2013-11-27','20131127-70','14:51',1,'DR YEBOAH',NULL,'','20131127-6056',NULL),(16656,4499,3,530,'2013-11-27 23:06:45',1,0,'','2013112771','2013-11-27','2013-11-27','20131127-71','15:04',1,'DR YEBOAH',NULL,'','20131127-6057',NULL),(16658,4499,4,530,'2013-11-27 23:06:45',1,0,'','2013112771','2013-11-27','2013-11-27','20131127-71','15:06',1,'DR YEBOAH',NULL,'','20131127-6057',NULL),(16659,4500,3,530,'2013-11-27 23:13:10',0,0,'','2013112772','2013-11-27','2013-11-27','20131127-72','15:12',1,'',NULL,'','20131127-6058',NULL),(16660,4501,3,530,'2013-11-27 23:29:14',0,0,'','2013112773 ','2013-11-27','2013-11-27','20131127-73','15:26',1,'DR DANIELS',NULL,'','20131127-6059',NULL),(16662,4501,1,530,'2013-11-27 23:29:14',0,0,'','2013112773 ','2013-11-27','2013-11-27','20131127-73','15:27',1,'DR DANIELS',NULL,'','20131127-6059',NULL),(16665,4501,4,530,'2013-11-27 23:29:14',1,0,'','2013112773 ','2013-11-27','2013-11-27','20131127-73','15:29',1,'DR DANIELS',NULL,'','20131127-6059',NULL),(16666,3905,3,530,'2013-11-27 23:30:45',1,0,'','2013112774','2013-11-27','2013-11-27','20131127-74','15:29',1,'DR DANIELS',NULL,'','20131127-6060',NULL),(16668,3905,5,530,'2013-11-27 23:30:45',1,0,'','2013112774','2013-11-27','2013-11-27','20131127-74','15:30',1,'DR DANIELS',NULL,'','20131127-6060',NULL),(16669,4502,1,534,'2013-11-28 00:19:21',0,0,'','2013112775','2013-11-27','2013-11-27','20131127-75','16:18',1,'DR ASUMAN',NULL,'','20131127-6061',NULL),(16670,4503,3,534,'2013-11-28 00:21:41',1,0,'','2013112776','2013-11-27','2013-11-27','20131127-76','16:20',1,'DR DANIELS',NULL,'','20131127-6062',NULL),(16672,4503,4,534,'2013-11-28 00:21:41',1,0,'','2013112776','2013-11-27','2013-11-27','20131127-76','16:21',1,'DR DANIELS',NULL,'','20131127-6062',NULL),(16673,3817,3,530,'2013-11-28 00:33:25',0,0,'','2013112777','2013-11-27','2013-11-27','20131127-77','16:31',1,'DR ASUMANU',NULL,'','20131127-6063',NULL),(16675,3817,1,530,'2013-11-28 00:33:25',0,0,'','2013112777','2013-11-27','2013-11-27','20131127-77','16:33',1,'DR ASUMANU',NULL,'','20131127-6063',NULL),(16676,4504,3,530,'2013-11-28 00:38:19',1,0,'','2013112778','2013-11-27','2013-11-27','20131127-78','16:37',1,'DR DANIELS',NULL,'','20131127-6064',NULL),(16677,4505,3,530,'2013-11-28 00:41:57',1,0,'','2013112779','2013-11-27','2013-11-27','20131127-79','16:40',1,'DR YEBOAH',NULL,'','20131127-6065',NULL),(16679,4505,20,530,'2013-11-28 00:41:58',1,0,'','2013112779','2013-11-27','2013-11-27','20131127-79','16:41',1,'DR YEBOAH',NULL,'','20131127-6065',NULL),(16680,4506,3,530,'2013-11-28 01:08:11',1,0,'','2013112780','2013-11-27','2013-11-27','20131127-80','17:06',1,'DR YEBOAH',NULL,'','20131127-6066',NULL),(16682,4506,4,530,'2013-11-28 01:08:11',0,0,'','2013112780','2013-11-27','2013-11-27','20131127-80','17:07',1,'DR YEBOAH',NULL,'','20131127-6066',NULL),(16683,4506,1,530,'2013-11-28 01:10:00',0,0,'','2013112781','2013-11-27','2013-11-27','20131127-81','17:08',1,'',NULL,'','20131127-6067',NULL),(16685,4506,5,530,'2013-11-28 01:10:00',0,0,'','2013112781','2013-11-27','2013-11-27','20131127-81','17:09',1,'',NULL,'','20131127-6067',NULL),(16686,4507,3,530,'2013-11-28 01:14:10',0,0,'','2013112782','2013-11-27','2013-11-27','20131127-82','17:12',1,'DR ARMAH',NULL,'','20131127-6068',NULL),(16688,4507,4,530,'2013-11-28 01:14:10',1,0,'','2013112782','2013-11-27','2013-11-27','20131127-82','17:14',1,'DR ARMAH',NULL,'','20131127-6068',NULL),(16689,1255,3,530,'2013-11-28 01:26:54',0,0,'','2013112783','2013-11-27','2013-11-27','20131127-83','17:25',1,'PROF E D YEBOAH',NULL,'','20131127-6069',NULL),(16690,4508,3,530,'2013-11-28 01:30:43',0,0,'','2013112784 ','2013-11-27','2013-11-27','20131127-84','17:29',1,'DR DANIELS',NULL,'','20131127-6070',NULL),(16692,4508,4,530,'2013-11-28 01:30:43',1,0,'','2013112784 ','2013-11-27','2013-11-27','20131127-84','17:30',1,'DR DANIELS',NULL,'','20131127-6070',NULL),(16693,4506,1,530,'2013-11-28 01:41:34',1,0,'','2013112780','2013-11-27','2013-11-27','20131127-85','17:40',1,'',NULL,'','20131127-6071',NULL),(16695,4506,5,530,'2013-11-28 01:41:34',0,0,'','2013112780','2013-11-27','2013-11-27','20131127-85','17:41',1,'',NULL,'','20131127-6071',NULL),(16696,4509,3,530,'2013-11-28 02:30:13',1,0,'','2013112786','2013-11-27','2013-11-27','20131127-86','18:28',1,'DR DANIELS',NULL,'','20131127-6072',NULL),(16698,4509,4,530,'2013-11-28 02:30:14',1,0,'','2013112786','2013-11-27','2013-11-27','20131127-86','18:29',1,'DR DANIELS',NULL,'','20131127-6072',NULL),(16701,4509,1,530,'2013-11-28 02:30:14',1,0,'','2013112786','2013-11-27','2013-11-27','20131127-86','18:30',1,'DR DANIELS',NULL,'','20131127-6072',NULL),(16702,4004,3,530,'2013-11-28 02:33:00',0,0,'','2013112787 ','2013-11-27','2013-11-27','20131127-87','18:32',1,'DR DANIELS',NULL,'','20131127-6073',NULL),(16703,4510,4,530,'2013-11-28 02:41:50',1,0,'','2013112788','2013-11-27','2013-11-27','20131127-88','18:39',1,'PROF E D YEBOAH',NULL,'','20131127-6074',NULL),(16704,4511,3,531,'2013-11-28 03:12:00',0,0,'','2013112789 ','2013-11-27','2013-11-27','20131127-89','19:10',1,'DR DANIELS',NULL,'','20131127-6075',NULL),(16706,4511,1,531,'2013-11-28 03:12:00',0,0,'','2013112789 ','2013-11-27','2013-11-27','20131127-89','19:11',1,'DR DANIELS',NULL,'','20131127-6075',NULL),(16709,4511,4,531,'2013-11-28 03:12:01',1,0,'','2013112789 ','2013-11-27','2013-11-27','20131127-89','19:11',1,'DR DANIELS',NULL,'','20131127-6075',NULL),(16710,4512,3,531,'2013-11-28 03:14:22',0,0,'','2013112790','2013-11-27','2013-11-27','20131127-90','19:13',1,'DR DANIELS',NULL,'','20131127-6076',NULL),(16711,4513,28,531,'2013-11-28 03:26:59',0,0,'','2013112791','2013-11-27','2013-11-27','20131127-91','19:25',1,'DR ARMAH',NULL,'','20131127-6077',NULL),(16712,4514,3,531,'2013-11-28 03:57:41',0,0,'','2013112792','2013-11-27','2013-11-27','20131127-92','19:56',1,'DR DANIELS',NULL,'','20131127-6078',NULL),(16713,4515,4,531,'2013-11-28 04:06:05',1,0,'','2013112793','2013-11-27','2013-11-27','20131127-93','20:05',1,'DR DANIELS',NULL,'','20131127-6079',NULL),(16714,4516,3,531,'2013-11-28 04:12:44',1,0,'','2013112794','2013-11-27','2013-11-27','20131127-94','20:11',1,'',NULL,'','20131127-6080',NULL),(16715,4517,3,531,'2013-11-28 04:32:23',0,0,'','2013112795','2013-11-27','2013-11-27','20131127-95','20:31',1,'DR DANIELS',NULL,'','20131127-6081',NULL),(16717,4517,4,531,'2013-11-28 04:32:23',1,0,'','2013112795','2013-11-27','2013-11-27','20131127-95','20:32',1,'DR DANIELS',NULL,'','20131127-6081',NULL),(16718,4518,3,531,'2013-11-28 04:42:45',1,0,'','2013112796 ','2013-11-27','2013-11-27','20131127-96','20:41',1,'DR OFORI ANTI',NULL,'','20131127-6082',NULL),(16719,1014,3,531,'2013-11-28 05:07:06',1,0,'','2013112797','2013-11-27','2013-11-27','20131127-97','21:05',1,'DR AMOAH',NULL,'','20131127-6083',NULL),(16721,1014,1,531,'2013-11-28 05:07:06',1,0,'','3595531','2013-11-27','2013-11-27','20131127-97','21:06',1,'DR AMOAH',NULL,'','20131127-6083',NULL),(16724,1014,4,531,'2013-11-28 05:07:06',0,0,'','3595531','2013-11-27','2013-11-27','20131127-97','21:06',1,'DR AMOAH',NULL,'','20131127-6083',NULL),(16725,4519,3,531,'2013-11-28 05:27:51',1,0,'','2013112798 ','2013-11-27','2013-11-27','20131127-98','21:26',1,'DR NUAMAH',NULL,'','20131127-6084',NULL),(16727,4519,1,531,'2013-11-28 05:27:51',1,0,'','2013112798 ','2013-11-27','2013-11-27','20131127-98','21:27',1,'DR NUAMAH',NULL,'','20131127-6084',NULL),(16728,4520,3,531,'2013-11-28 05:53:44',1,0,'','2013112799','2013-11-27','2013-11-27','20131127-99','21:52',1,'DR OFORI ANTI',NULL,'','20131127-6085',NULL),(16730,4520,4,531,'2013-11-28 05:53:44',1,0,'','2013112799','2013-11-27','2013-11-27','20131127-99','21:53',1,'DR OFORI ANTI',NULL,'','20131127-6085',NULL),(16731,4521,4,531,'2013-11-28 06:08:25',1,0,'','20131127100 ','2013-11-27','2013-11-27','20131127-100','22:07',1,'DR AMOAH',NULL,'','20131127-6086',NULL),(16732,2968,3,531,'2013-11-28 06:23:41',1,0,'','20131127101','2013-11-27','2013-11-27','20131127-101','22:21',1,'DR OFORI ANTI',NULL,'','20131127-6087',NULL),(16734,2968,1,531,'2013-11-28 06:23:41',0,0,'','20131127101','2013-11-27','2013-11-27','20131127-101','22:22',1,'DR OFORI ANTI',NULL,'','20131127-6087',NULL),(16737,2968,4,531,'2013-11-28 06:23:41',1,0,'','20131127101','2013-11-27','2013-11-27','20131127-101','22:23',1,'DR OFORI ANTI',NULL,'','20131127-6087',NULL),(16738,4522,3,531,'2013-11-28 14:11:59',0,0,'','201311281','2013-11-28','2013-11-28','20131128-1','06:11',1,'DR OFORI ANTI',NULL,'','20131128-6088',NULL),(16739,4477,3,531,'2013-11-28 15:15:59',0,0,'','201311282','2013-11-28','2013-11-28','20131128-2','07:14',1,'DR NUAMAH',NULL,'','20131128-6089',NULL),(16741,4477,1,531,'2013-11-28 15:15:59',0,0,'','201311282','2013-11-28','2013-11-28','20131128-2','07:15',1,'DR NUAMAH',NULL,'','20131128-6089',NULL),(16742,4523,3,558,'2013-11-28 15:24:10',0,0,'','201311283','2013-11-28','2013-11-28','20131128-3','07:22',1,'DR AMOAH',NULL,'','20131128-6090',NULL),(16744,4523,4,558,'2013-11-28 15:24:10',1,0,'','201311283','2013-11-28','2013-11-28','20131128-3','07:23',1,'DR AMOAH',NULL,'','20131128-6090',NULL),(16747,4523,1,558,'2013-11-28 15:24:10',1,0,'','201311283','2013-11-28','2013-11-28','20131128-3','07:23',1,'DR AMOAH',NULL,'','20131128-6090',NULL),(16748,4524,3,558,'2013-11-28 15:26:44',0,0,'','201311284','2013-11-28','2013-11-28','20131128-4','07:25',1,'DR OFORI ANTI',NULL,'','20131128-6091',NULL),(16749,4525,1,558,'2013-11-28 15:43:28',0,0,'','201311285','2013-11-28','2013-11-28','20131128-5','07:42',1,'DR TACHIE',NULL,'','20131128-6092',NULL),(16751,4525,2,558,'2013-11-28 15:43:28',0,0,'','201311285','2013-11-28','2013-11-28','20131128-5','07:43',1,'DR TACHIE',NULL,'','20131128-6092',NULL),(16752,4285,2,558,'2013-11-28 15:48:07',0,0,'','201311286','2013-11-28','2013-11-28','20131128-6','07:47',1,'DR DANIELS',NULL,'','20131128-6093',NULL),(16753,4526,3,558,'2013-11-28 15:55:49',0,0,'','201311287','2013-11-28','2013-11-28','20131128-7','07:53',1,'DR VORTIA',NULL,'','20131128-6094',NULL),(16755,4526,4,558,'2013-11-28 15:55:49',1,0,'','201311287','2013-11-28','2013-11-28','20131128-7','07:54',1,'DR VORTIA',NULL,'','20131128-6094',NULL),(16758,4526,5,558,'2013-11-28 15:55:49',1,0,'','201311287','2013-11-28','2013-11-28','20131128-7','07:54',1,'DR VORTIA',NULL,'','20131128-6094',NULL),(16762,4526,1,558,'2013-11-28 15:55:49',0,0,'','201311287','2013-11-28','2013-11-28','20131128-7','07:54',1,'DR VORTIA',NULL,'','20131128-6094',NULL),(16763,4527,1,558,'2013-11-28 16:09:09',0,0,'','201311288','2013-11-28','2013-11-28','20131128-8','07:58',1,'',NULL,'','20131128-6095',NULL),(16765,4527,2,558,'2013-11-28 16:09:10',0,0,'','201311288','2013-11-28','2013-11-28','20131128-8','07:59',1,'',NULL,'','20131128-6095',NULL),(16768,4527,1,558,'2013-11-28 16:09:10',1,0,'','201311288','2013-11-28','2013-11-28','20131128-8','08:08',1,'',NULL,'','20131128-6095',NULL),(16769,1706,3,558,'2013-11-28 16:12:08',0,0,'','201311289','2013-11-28','2013-11-28','20131128-9','08:10',1,'DR OFORI ANTI',NULL,'','20131128-6096',NULL),(16771,1706,4,558,'2013-11-28 16:12:08',1,0,'','201311289','2013-11-28','2013-11-28','20131128-9','08:11',1,'DR OFORI ANTI',NULL,'','20131128-6096',NULL),(16772,4528,3,558,'2013-11-28 16:19:43',0,0,'','2013112810','2013-11-28','2013-11-28','20131128-10','08:16',1,'DR DANIELS',NULL,'','20131128-6097',NULL),(16774,4528,4,558,'2013-11-28 16:19:43',1,0,'','2013112810','2013-11-28','2013-11-28','20131128-10','08:17',1,'DR DANIELS',NULL,'','20131128-6097',NULL),(16777,4528,28,558,'2013-11-28 16:19:44',0,0,'','2013112810','2013-11-28','2013-11-28','20131128-10','08:18',1,'DR DANIELS',NULL,'','20131128-6097',NULL),(16781,4528,1,558,'2013-11-28 16:19:44',0,0,'','2013112810','2013-11-28','2013-11-28','20131128-10','08:18',1,'DR DANIELS',NULL,'','20131128-6097',NULL),(16782,4070,4,558,'2013-11-28 16:24:50',1,0,'','2013112811','2013-11-28','2013-11-28','20131128-11','08:23',1,'DR MENSAH',NULL,'','20131128-6098',NULL),(16784,4070,1,558,'2013-11-28 16:24:51',1,0,'','2013112811','2013-11-28','2013-11-28','20131128-11','08:24',1,'DR MENSAH',NULL,'','20131128-6098',NULL),(16787,4070,2,558,'2013-11-28 16:24:51',1,0,'','2013112811','2013-11-28','2013-11-28','20131128-11','08:24',1,'DR MENSAH',NULL,'','20131128-6098',NULL),(16788,1231,3,558,'2013-11-28 16:34:00',0,0,'','2013112812','2013-11-28','2013-11-28','20131128-12','08:32',1,'DR TAKYI',NULL,'','20131128-6099',NULL),(16790,1231,4,558,'2013-11-28 16:34:00',1,0,'','2013112812','2013-11-28','2013-11-28','20131128-12','08:33',1,'DR TAKYI',NULL,'','20131128-6099',NULL),(16791,4529,1,558,'2013-11-28 16:37:39',0,0,'','2013112813','2013-11-28','2013-11-28','20131128-13','08:36',1,'DR AMABLE',NULL,'','20131128-6100',NULL),(16792,4530,3,558,'2013-11-28 16:49:54',0,0,'','2013112814 ','2013-11-28','2013-11-28','20131128-14','08:48',1,'DR MENSAH',NULL,'','20131128-6101',NULL),(16794,4530,1,558,'2013-11-28 16:49:54',0,0,'','2013112814 ','2013-11-28','2013-11-28','20131128-14','08:49',1,'DR MENSAH',NULL,'','20131128-6101',NULL),(16795,2614,3,558,'2013-11-28 16:53:53',0,0,'','2013112815','2013-11-28','2013-11-28','20131128-15','08:52',1,'DR OFORI ANTI',NULL,'','20131128-6102',NULL),(16796,4350,2,558,'2013-11-28 17:00:43',0,0,'','2013112816','2013-11-28','2013-11-28','20131128-16','08:59',1,'DR MENSAH',NULL,'','20131128-6103',NULL),(16797,4531,3,558,'2013-11-28 17:11:39',0,0,'','2013112817','2013-11-28','2013-11-28','20131128-17','09:10',1,'DR MENSAH',NULL,'','20131128-6104',NULL),(16799,4531,1,558,'2013-11-28 17:11:39',0,0,'','2013112817','2013-11-28','2013-11-28','20131128-17','09:10',1,'DR MENSAH',NULL,'','20131128-6104',NULL),(16802,4531,5,558,'2013-11-28 17:11:39',0,0,'','2013112817','2013-11-28','2013-11-28','20131128-17','09:11',1,'DR MENSAH',NULL,'','20131128-6104',NULL),(16803,4532,3,558,'2013-11-28 17:22:09',0,0,'','2013112818','2013-11-28','2013-11-28','20131128-18','09:21',1,'DR MENSAH',NULL,'','20131128-6105',NULL),(16805,4532,19,558,'2013-11-28 17:22:09',1,0,'','2013112818','2013-11-28','2013-11-28','20131128-18','09:21',1,'DR MENSAH',NULL,'','20131128-6105',NULL),(16806,4533,1,558,'2013-11-28 17:27:23',1,0,'','2013112819','2013-11-28','2013-11-28','20131128-19','09:26',1,'',NULL,'','20131128-6106',NULL),(16807,4534,1,558,'2013-11-28 17:30:18',0,0,'','2013112820','2013-11-28','2013-11-28','20131128-20','09:28',1,'',NULL,'','20131128-6107',NULL),(16808,4535,3,558,'2013-11-28 17:38:00',0,0,'','2013112821','2013-11-28','2013-11-28','20131128-21','09:35',1,'DR VORTIA',NULL,'','20131128-6108',NULL),(16810,4535,1,558,'2013-11-28 17:38:00',1,0,'','2013112821','2013-11-28','2013-11-28','20131128-21','09:36',1,'DR VORTIA',NULL,'','20131128-6108',NULL),(16813,4535,4,558,'2013-11-28 17:38:00',1,0,'','2013112821','2013-11-28','2013-11-28','20131128-21','09:37',1,'DR VORTIA',NULL,'','20131128-6108',NULL),(16814,4536,1,558,'2013-11-28 17:51:37',0,0,'','2013112822','2013-11-28','2013-11-28','20131128-22','09:48',1,'DR MENSAH',NULL,'','20131128-6109',NULL),(16815,4537,3,558,'2013-11-28 17:54:20',0,0,'','2013112823','2013-11-28','2013-11-28','20131128-23','09:52',1,'DR MENSAH',NULL,'','20131128-6110',NULL),(16817,4537,1,558,'2013-11-28 17:54:20',1,0,'','2013112823','2013-11-28','2013-11-28','20131128-23','09:53',1,'DR MENSAH',NULL,'','20131128-6110',NULL),(16820,4537,4,558,'2013-11-28 17:54:21',1,0,'','2013112823','2013-11-28','2013-11-28','20131128-23','09:53',1,'DR MENSAH',NULL,'','20131128-6110',NULL),(16824,4537,5,558,'2013-11-28 17:54:21',0,0,'','2013112823','2013-11-28','2013-11-28','20131128-23','09:53',1,'DR MENSAH',NULL,'','20131128-6110',NULL),(16825,4538,3,558,'2013-11-28 18:00:41',0,0,'','2013112824 ','2013-11-28','2013-11-28','20131128-24','09:56',1,'',NULL,'','20131128-6111',NULL),(16827,4538,1,558,'2013-11-28 18:00:42',0,0,'','2013112824 ','2013-11-28','2013-11-28','20131128-24','09:58',1,'',NULL,'','20131128-6111',NULL),(16828,4539,3,558,'2013-11-28 18:06:37',0,0,'','2013112825 ','2013-11-28','2013-11-28','20131128-25','10:04',1,'DR VORTIA',NULL,'','20131128-6112',NULL),(16830,4539,1,558,'2013-11-28 18:06:38',1,0,'','2013112825 ','2013-11-28','2013-11-28','20131128-25','10:05',1,'DR VORTIA',NULL,'','20131128-6112',NULL),(16833,4539,4,558,'2013-11-28 18:06:38',1,0,'','2013112825 ','2013-11-28','2013-11-28','20131128-25','10:06',1,'DR VORTIA',NULL,'','20131128-6112',NULL),(16834,4540,3,558,'2013-11-28 18:09:29',0,0,'','2013112826','2013-11-28','2013-11-28','20131128-26','10:08',1,'DR MENSAH',NULL,'','20131128-6113',NULL),(16835,4541,3,558,'2013-11-28 18:11:49',0,0,'','2013112827','2013-11-28','2013-11-28','20131128-27','10:10',1,'DR MENSAH',NULL,'','20131128-6114',NULL),(16836,1876,3,558,'2013-11-28 18:13:41',0,0,'','2013112828','2013-11-28','2013-11-28','20131128-28','10:12',1,'DR NUAMAH',NULL,'','20131128-6115',NULL),(16837,4542,3,558,'2013-11-28 18:18:09',0,0,'','2013112829','2013-11-28','2013-11-28','20131128-29','10:14',1,'DR VORTIA',NULL,'','20131128-6116',NULL),(16839,4542,1,558,'2013-11-28 18:18:09',0,0,'','2013112829','2013-11-28','2013-11-28','20131128-29','10:15',1,'DR VORTIA',NULL,'','20131128-6116',NULL),(16840,4543,3,558,'2013-11-28 18:23:31',0,0,'','2013112830','2013-11-28','2013-11-28','20131128-30','10:20',1,'DR NUAMAH',NULL,'','20131128-6117',NULL),(16842,4543,1,558,'2013-11-28 18:23:31',0,0,'','2013112830','2013-11-28','2013-11-28','20131128-30','10:22',1,'DR NUAMAH',NULL,'','20131128-6117',NULL),(16843,4000,4,558,'2013-11-28 18:24:55',1,0,'','2013112831','2013-11-28','2013-11-28','20131128-31','10:24',1,'DR MENSAH',NULL,'','20131128-6118',NULL),(16844,4544,3,558,'2013-11-28 18:27:36',0,0,'','2013112832','2013-11-28','2013-11-28','20131128-32','10:26',1,'DR NUAMAH',NULL,'','20131128-6119',NULL),(16846,4544,4,558,'2013-11-28 18:27:37',1,0,'','2013112832','2013-11-28','2013-11-28','20131128-32','10:26',1,'DR NUAMAH',NULL,'','20131128-6119',NULL),(16849,4544,5,558,'2013-11-28 18:27:37',0,0,'','2013112832','2013-11-28','2013-11-28','20131128-32','10:27',1,'DR NUAMAH',NULL,'','20131128-6119',NULL),(16853,4544,1,558,'2013-11-28 18:27:37',1,0,'','2013112832','2013-11-28','2013-11-28','20131128-32','10:27',1,'DR NUAMAH',NULL,'','20131128-6119',NULL),(16854,4528,3,558,'2013-11-28 18:34:45',1,0,'','2013112810 ','2013-11-28','2013-11-28','20131128-33','10:33',1,'',NULL,'','20131128-6120',NULL),(16856,4528,1,558,'2013-11-28 18:34:45',1,0,'','2013112810 ','2013-11-28','2013-11-28','20131128-33','10:34',1,'',NULL,'','20131128-6120',NULL),(16857,4545,3,558,'2013-11-28 18:37:42',0,0,'','2013112834 ','2013-11-28','2013-11-28','20131128-34','10:36',1,'DR FUMMY',NULL,'','20131128-6121',NULL),(16858,4546,1,558,'2013-11-28 18:41:08',0,0,'','2013112835','2013-11-28','2013-11-28','20131128-35','10:40',1,'DR MENSAH',NULL,'','20131128-6122',NULL),(16859,4547,1,558,'2013-11-28 18:49:20',1,0,'','2013112836','2013-11-28','2013-11-28','20131128-36','10:48',1,'DR NUAMAH',NULL,'','20131128-6123',NULL),(16861,4547,5,558,'2013-11-28 18:49:21',1,0,'','2013112836','2013-11-28','2013-11-28','20131128-36','10:48',1,'DR NUAMAH',NULL,'','20131128-6123',NULL),(16862,4548,4,558,'2013-11-28 18:52:57',1,0,'','2013112837','2013-11-28','2013-11-28','20131128-37','10:51',1,'DR ARMAH',NULL,'','20131128-6124',NULL),(16863,4549,3,558,'2013-11-28 18:56:35',0,0,'','2013112838','2013-11-28','2013-11-28','20131128-38','10:55',1,'DR VORTIA',NULL,'','20131128-6125',NULL),(16865,4549,4,558,'2013-11-28 18:56:36',1,0,'','2013112838','2013-11-28','2013-11-28','20131128-38','10:56',1,'DR VORTIA',NULL,'','20131128-6125',NULL),(16866,4550,3,558,'2013-11-28 19:10:18',0,0,'','2013112839','2013-11-28','2013-11-28','20131128-39','11:09',1,'DR DANIELS',NULL,'','20131128-6126',NULL),(16867,4551,3,558,'2013-11-28 19:17:58',0,0,'','2013112840','2013-11-28','2013-11-28','20131128-40','11:16',1,'DR NUAMAH',NULL,'','20131128-6127',NULL),(16869,4551,4,558,'2013-11-28 19:17:58',1,0,'','2013112840','2013-11-28','2013-11-28','20131128-40','11:17',1,'DR NUAMAH',NULL,'','20131128-6127',NULL),(16872,4551,1,558,'2013-11-28 19:17:58',1,0,'','2013112840','2013-11-28','2013-11-28','20131128-40','11:17',1,'DR NUAMAH',NULL,'','20131128-6127',NULL),(16873,4552,3,558,'2013-11-28 19:19:57',0,0,'','2013112841','2013-11-28','2013-11-28','20131128-41','11:19',1,'DR FUMMY',NULL,'','20131128-6128',NULL),(16874,4553,3,558,'2013-11-28 19:24:10',0,0,'','2013112842','2013-11-28','2013-11-28','20131128-42','11:21',1,'DR NUAMAH',NULL,'','20131128-6129',NULL),(16876,4553,4,558,'2013-11-28 19:24:10',1,0,'','2013112842','2013-11-28','2013-11-28','20131128-42','11:23',1,'DR NUAMAH',NULL,'','20131128-6129',NULL),(16879,4553,1,558,'2013-11-28 19:24:10',0,0,'','2013112842','2013-11-28','2013-11-28','20131128-42','11:23',1,'DR NUAMAH',NULL,'','20131128-6129',NULL),(16880,4554,3,558,'2013-11-28 19:26:49',0,0,'','2013112843','2013-11-28','2013-11-28','20131128-43','11:25',1,'DR MENSAH',NULL,'','20131128-6130',NULL),(16882,4554,4,558,'2013-11-28 19:26:50',1,0,'','2013112843','2013-11-28','2013-11-28','20131128-43','11:26',1,'DR MENSAH',NULL,'','20131128-6130',NULL),(16883,2052,3,558,'2013-11-28 19:29:15',0,0,'','2013112844','2013-11-28','2013-11-28','20131128-44','11:28',1,'DR FUMMY',NULL,'','20131128-6131',NULL),(16884,4528,1,537,'2013-11-28 19:34:41',1,0,'','2013112810','2013-11-28','2013-11-28','20131128-45','11:34',1,'',NULL,'','20131128-6132',NULL),(16885,4555,3,558,'2013-11-28 19:41:45',0,0,'','2013112846','2013-11-28','2013-11-28','20131128-46','11:40',1,'DR MENSAH',NULL,'','20131128-6133',NULL),(16887,4555,1,558,'2013-11-28 19:41:45',1,0,'','2013112846','2013-11-28','2013-11-28','20131128-46','11:41',1,'DR MENSAH',NULL,'','20131128-6133',NULL),(16888,3844,3,558,'2013-11-28 19:49:26',0,0,'','2013112847','2013-11-28','2013-11-28','20131128-47','11:47',1,'DR NUAMAH',NULL,'','20131128-6134',NULL),(16889,2208,3,558,'2013-11-28 19:53:09',0,0,'','2013112848','2013-11-28','2013-11-28','20131128-48','11:51',1,'DR VORTIA',NULL,'','20131128-6135',NULL),(16890,4556,3,558,'2013-11-28 19:55:28',0,0,'','2013112849','2013-11-28','2013-11-28','20131128-49','11:54',1,'DR NUAMAH',NULL,'','20131128-6136',NULL),(16891,4557,3,558,'2013-11-28 20:13:33',0,0,'','2013112850','2013-11-28','2013-11-28','20131128-50','12:12',1,'DR MENSAH',NULL,'','20131128-6137',NULL),(16893,4557,4,558,'2013-11-28 20:13:33',1,0,'','2013112850','2013-11-28','2013-11-28','20131128-50','12:13',1,'DR MENSAH',NULL,'','20131128-6137',NULL),(16894,4558,3,558,'2013-11-28 20:15:48',0,0,'','2013112851','2013-11-28','2013-11-28','20131128-51','12:14',1,'DR FUMMY',NULL,'','20131128-6138',NULL),(16895,4559,3,558,'2013-11-28 20:29:47',0,0,'','2013112852','2013-11-28','2013-11-28','20131128-52','12:28',1,'DR FUMMY',NULL,'','20131128-6139',NULL),(16896,4410,4,534,'2013-11-28 20:35:19',1,0,'','2013112637','2013-11-28','2013-11-26','20131128-54','12:34',1,'',NULL,'','20131128-6141',NULL),(16897,4560,3,558,'2013-11-28 20:35:45',0,0,'','2013112853','2013-11-28','2013-11-28','20131128-53','12:33',1,'DR VORTIA',NULL,'','20131128-6140',NULL),(16899,4560,4,558,'2013-11-28 20:35:45',1,0,'','2013112853','2013-11-28','2013-11-28','20131128-53','12:35',1,'DR VORTIA',NULL,'','20131128-6140',NULL),(16902,4560,1,558,'2013-11-28 20:35:45',1,0,'','2013112853','2013-11-28','2013-11-28','20131128-53','12:35',1,'DR VORTIA',NULL,'','20131128-6140',NULL),(16903,4561,8,558,'2013-11-28 20:44:49',1,0,'','2013112855','2013-11-28','2013-11-28','20131128-55','12:43',1,'DR MENSAH',NULL,'','20131128-6142',NULL),(16904,984,10,558,'2013-11-28 20:46:28',1,0,'','2013112856','2013-11-28','2013-11-28','20131128-56','12:45',1,'DR DOW',NULL,'','20131128-6143',NULL),(16905,936,4,534,'2013-11-28 21:02:17',0,0,'','20131125117','2013-11-28','2013-11-25','20131128-57','13:01',1,'',NULL,'','20131128-6144',NULL),(16906,1894,5,534,'2013-11-28 21:08:59',1,0,'','201311261','2013-11-28','2013-11-26','20131128-58','13:08',1,'',NULL,'','20131128-6145',NULL),(16907,2868,1,558,'2013-11-28 21:13:07',0,0,'','2013112859','2013-11-28','2013-11-28','20131128-59','13:11',1,'DR TACHIE',NULL,'','20131128-6146',NULL),(16909,2868,4,558,'2013-11-28 21:13:08',1,0,'','2013112859','2013-11-28','2013-11-28','20131128-59','13:12',1,'DR TACHIE',NULL,'','20131128-6146',NULL),(16910,4562,3,558,'2013-11-28 21:18:21',0,0,'','2013112860','2013-11-28','2013-11-28','20131128-60','13:17',1,'DR MENSAH',NULL,'','20131128-6147',NULL),(16912,4562,4,558,'2013-11-28 21:18:21',1,0,'','2013112860','2013-11-28','2013-11-28','20131128-60','13:18',1,'DR MENSAH',NULL,'','20131128-6147',NULL),(16913,4563,3,558,'2013-11-28 21:23:12',0,0,'','2013112861','2013-11-28','2013-11-28','20131128-61','13:22',1,'DR NUAMAH',NULL,'','20131128-6148',NULL),(16914,936,4,534,'2013-11-28 21:44:41',1,0,'','20131125117','2013-11-28','2013-11-25','20131128-62','13:44',1,'',NULL,'','20131128-6149',NULL),(16915,4564,1,558,'2013-11-28 21:57:59',0,0,'','2013112863','2013-11-28','2013-11-28','20131128-63','13:56',1,'DR NUAMAH',NULL,'','20131128-6150',NULL),(16917,4564,3,558,'2013-11-28 21:57:59',0,0,'','2013112863','2013-11-28','2013-11-28','20131128-63','13:57',1,'DR NUAMAH',NULL,'','20131128-6150',NULL),(16918,4565,3,558,'2013-11-28 22:05:03',0,0,'','2013112864','2013-11-28','2013-11-28','20131128-64','14:02',1,'DR DANIELS',NULL,'','20131128-6151',NULL),(16920,4565,1,558,'2013-11-28 22:05:04',1,0,'','2013112864','2013-11-28','2013-11-28','20131128-64','14:04',1,'DR DANIELS',NULL,'','20131128-6151',NULL),(16923,4565,4,558,'2013-11-28 22:05:04',1,0,'','2013112864','2013-11-28','2013-11-28','20131128-64','14:04',1,'DR DANIELS',NULL,'','20131128-6151',NULL),(16924,4565,3,552,'2013-11-28 23:07:45',1,0,'','2013112864','2013-11-28','2013-11-28','20131128-65','15:06',1,'',NULL,'','20131128-6152',NULL),(16925,1041,3,558,'2013-11-28 23:11:46',1,0,'','2013112866','2013-11-28','2013-11-28','20131128-66','15:10',1,'DR MENSAH',NULL,'','20131128-6153',NULL),(16926,4566,3,558,'2013-11-28 23:21:32',1,0,'','2013112867','2013-11-28','2013-11-28','20131128-67','15:20',1,'DR OFORI ANTI',NULL,'','20131128-6154',NULL),(16927,4000,3,558,'2013-11-28 23:23:11',1,0,'','2013112868','2013-11-28','2013-11-28','20131128-68','15:22',1,'DR MENSAH',NULL,'','20131128-6155',NULL),(16928,4567,3,558,'2013-11-28 23:27:52',1,0,'','2013112869','2013-11-28','2013-11-28','20131128-69','15:26',1,'DR MENSAH',NULL,'','20131128-6156',NULL),(16930,4567,1,558,'2013-11-28 23:27:52',1,0,'','2013112869','2013-11-28','2013-11-28','20131128-69','15:27',1,'DR MENSAH',NULL,'','20131128-6156',NULL),(16931,4568,4,558,'2013-11-28 23:56:06',1,0,'','2013112870','2013-11-28','2013-11-28','20131128-70','15:55',1,'',NULL,'','20131128-6157',NULL),(16932,4569,3,558,'2013-11-29 00:09:38',0,0,'','2013112871','2013-11-28','2013-11-28','20131128-71','16:06',1,'',NULL,'','20131128-6158',NULL),(16934,4569,4,558,'2013-11-29 00:09:38',1,0,'','2013112871','2013-11-28','2013-11-28','20131128-71','16:08',1,'',NULL,'','20131128-6158',NULL),(16937,4569,1,558,'2013-11-29 00:09:38',1,0,'','2013112871','2013-11-28','2013-11-28','20131128-71','16:09',1,'',NULL,'','20131128-6158',NULL),(16938,4558,4,558,'2013-11-29 00:19:41',1,0,'','2013112851 ','2013-11-28','2013-11-28','20131128-72','16:18',1,'DR MENSAH',NULL,'','20131128-6159',NULL),(16940,4558,3,558,'2013-11-29 00:19:41',1,0,'','2013112851 ','2013-11-28','2013-11-28','20131128-72','16:19',1,'DR MENSAH',NULL,'','20131128-6159',NULL),(16941,4570,3,558,'2013-11-29 00:35:34',0,0,'','2013112873','2013-11-28','2013-11-28','20131128-73','16:32',1,'DR DANIELS',NULL,'','20131128-6160',NULL),(16943,4570,1,558,'2013-11-29 00:35:34',0,0,'','2013112873','2013-11-28','2013-11-28','20131128-73','16:34',1,'DR DANIELS',NULL,'','20131128-6160',NULL),(16944,4571,3,558,'2013-11-29 00:41:04',0,0,'','2013112874','2013-11-28','2013-11-28','20131128-74','16:37',1,'DR DANIELS',NULL,'','20131128-6161',NULL),(16946,4571,1,558,'2013-11-29 00:41:04',0,0,'','2013112874','2013-11-28','2013-11-28','20131128-74','16:40',1,'DR DANIELS',NULL,'','20131128-6161',NULL),(16947,4572,3,558,'2013-11-29 00:58:50',0,0,'','2013112875','2013-11-28','2013-11-28','20131128-75','16:57',1,'DR DANIELS',NULL,'','20131128-6162',NULL),(16949,4572,1,558,'2013-11-29 00:58:50',1,0,'','2013112875','2013-11-28','2013-11-28','20131128-75','16:58',1,'DR DANIELS',NULL,'','20131128-6162',NULL),(16950,4573,3,558,'2013-11-29 01:02:00',0,0,'','2013112876','2013-11-28','2013-11-28','20131128-76','17:01',1,'DR TACHIE',NULL,'','20131128-6163',NULL),(16951,4574,3,558,'2013-11-29 01:23:36',0,0,'','2013112877','2013-11-28','2013-11-28','20131128-77','17:22',1,'DR MENSAH',NULL,'','20131128-6164',NULL),(16953,4574,1,558,'2013-11-29 01:23:37',1,0,'','2013112877','2013-11-28','2013-11-28','20131128-77','17:23',1,'DR MENSAH',NULL,'','20131128-6164',NULL),(16956,4574,5,558,'2013-11-29 01:23:37',1,0,'','2013112877','2013-11-28','2013-11-28','20131128-77','17:23',1,'DR MENSAH',NULL,'','20131128-6164',NULL),(16957,4575,3,558,'2013-11-29 01:28:31',0,0,'','2013112878','2013-11-28','2013-11-28','20131128-78','17:27',1,'DR MENSAH',NULL,'','20131128-6165',NULL),(16958,4576,10,558,'2013-11-29 01:43:17',1,0,'','2013112879','2013-11-28','2013-11-28','20131128-79','17:42',1,'DR MENSAH',NULL,'','20131128-6166',NULL),(16959,4577,3,558,'2013-11-29 01:54:35',0,0,'','2013112880','2013-11-28','2013-11-28','20131128-80','17:53',1,'DR MENSAH',NULL,'','20131128-6167',NULL),(16960,4578,3,558,'2013-11-29 02:43:30',0,0,'','2013112881','2013-11-28','2013-11-28','20131128-81','18:42',1,'DR MENSAH',NULL,'','20131128-6168',NULL),(16961,4578,1,558,'2013-11-29 02:44:13',1,0,'','2013112881','2013-11-28','2013-11-28','20131128-82','18:43',1,'DR MENSAH',NULL,'','20131128-6169',NULL),(16962,4579,3,531,'2013-11-29 02:53:36',1,0,'','2013112883 ','2013-11-28','2013-11-28','20131128-83','18:51',1,'DR MENSAH',NULL,'','20131128-6170',NULL),(16963,4580,3,531,'2013-11-29 03:02:32',0,0,'','2013112884 ','2013-11-28','2013-11-28','20131128-84','19:01',1,'DR MENSAH',NULL,'','20131128-6171',NULL),(16965,4580,1,531,'2013-11-29 03:02:32',0,0,'','2013112884 ','2013-11-28','2013-11-28','20131128-84','19:02',1,'DR MENSAH',NULL,'','20131128-6171',NULL),(16968,4580,5,531,'2013-11-29 03:02:33',1,0,'','2013112884 ','2013-11-28','2013-11-28','20131128-84','19:02',1,'DR MENSAH',NULL,'','20131128-6171',NULL),(16969,4581,7,531,'2013-11-29 03:40:15',1,0,'','2013112885','2013-11-28','2013-11-28','20131128-85','19:39',1,'DR ARYEE',NULL,'','20131128-6172',NULL),(16970,4582,3,531,'2013-11-29 04:02:10',0,0,'','2013112886 ','2013-11-28','2013-11-28','20131128-86','19:59',1,'DR MENSAH',NULL,'','20131128-6173',NULL),(16972,4582,4,531,'2013-11-29 04:02:10',1,0,'','2013112886 ','2013-11-28','2013-11-28','20131128-86','20:01',1,'DR MENSAH',NULL,'','20131128-6173',NULL),(16973,4583,3,531,'2013-11-29 04:09:53',0,0,'','2013112887','2013-11-28','2013-11-28','20131128-87','20:08',1,'DR DANIELS',NULL,'','20131128-6174',NULL),(16975,4583,1,531,'2013-11-29 04:09:53',1,0,'','2013112887','2013-11-28','2013-11-28','20131128-87','20:09',1,'DR DANIELS',NULL,'','20131128-6174',NULL),(16976,4584,3,531,'2013-11-29 04:15:33',0,0,'','2013112888 ','2013-11-28','2013-11-28','20131128-88','20:13',1,'DR DANIELS',NULL,'','20131128-6175',NULL),(16978,4584,5,531,'2013-11-29 04:15:33',1,0,'','2013112888 ','2013-11-28','2013-11-28','20131128-88','20:15',1,'DR DANIELS',NULL,'','20131128-6175',NULL),(16979,4585,3,531,'2013-11-29 04:26:22',0,0,'','2013112889 ','2013-11-28','2013-11-28','20131128-89','20:24',1,'DR YEBOAH',NULL,'','20131128-6176',NULL),(16981,4585,1,531,'2013-11-29 04:26:22',1,0,'','2013112889 ','2013-11-28','2013-11-28','20131128-89','20:25',1,'DR YEBOAH',NULL,'','20131128-6176',NULL),(16984,4585,4,531,'2013-11-29 04:26:22',1,0,'','2013112889 ','2013-11-28','2013-11-28','20131128-89','20:26',1,'DR YEBOAH',NULL,'','20131128-6176',NULL),(16985,338,3,531,'2013-11-29 04:28:51',0,0,'','2013112890','2013-11-28','2013-11-28','20131128-90','20:27',1,'DR YEBOAH',NULL,'','20131128-6177',NULL),(16987,338,1,531,'2013-11-29 04:28:52',1,0,'','2013112890','2013-11-28','2013-11-28','20131128-90','20:28',1,'DR YEBOAH',NULL,'','20131128-6177',NULL),(16990,338,4,531,'2013-11-29 04:28:52',1,0,'','2013112890','2013-11-28','2013-11-28','20131128-90','20:28',1,'DR YEBOAH',NULL,'','20131128-6177',NULL),(16991,4586,3,531,'2013-11-29 04:31:23',0,0,'','2013112891','2013-11-28','2013-11-28','20131128-91','20:30',1,'DR DJAN',NULL,'','20131128-6178',NULL),(16992,4587,3,531,'2013-11-29 04:42:59',0,0,'','2013112892','2013-11-28','2013-11-28','20131128-92','20:41',1,'DR DJAN',NULL,'','20131128-6179',NULL),(16994,4587,1,531,'2013-11-29 04:43:00',0,0,'','2013112892','2013-11-28','2013-11-28','20131128-92','20:42',1,'DR DJAN',NULL,'','20131128-6179',NULL),(16995,4588,3,531,'2013-11-29 05:00:45',0,0,'','2013112893','2013-11-28','2013-11-28','20131128-93','20:59',1,'DR DJAN',NULL,'','20131128-6180',NULL),(16997,4588,1,531,'2013-11-29 05:00:45',1,0,'','2013112893','2013-11-28','2013-11-28','20131128-93','21:00',1,'DR DJAN',NULL,'','20131128-6180',NULL),(16998,4589,3,531,'2013-11-29 05:32:23',1,0,'','2013112894','2013-11-28','2013-11-28','20131128-94','21:31',1,'DR YEBOAH',NULL,'','20131128-6181',NULL),(16999,4590,3,531,'2013-11-29 06:29:46',1,0,'','2013112895','2013-11-28','2013-11-28','20131128-95','22:28',1,'DR YEBOAH',NULL,'','20131128-6182',NULL),(17001,4590,1,531,'2013-11-29 06:29:46',1,0,'','2013112895','2013-11-28','2013-11-28','20131128-95','22:29',1,'DR YEBOAH',NULL,'','20131128-6182',NULL),(17004,4590,5,531,'2013-11-29 06:29:46',0,0,'','2013112895','2013-11-28','2013-11-28','20131128-95','22:29',1,'DR YEBOAH',NULL,'','20131128-6182',NULL),(17008,4590,4,531,'2013-11-29 06:29:46',1,0,'','2013112895','2013-11-28','2013-11-28','20131128-95','22:29',1,'DR YEBOAH',NULL,'','20131128-6182',NULL),(17009,3349,1,531,'2013-11-29 06:47:32',0,0,'','2013112896','2013-11-28','2013-11-28','20131128-96','22:46',1,'',NULL,'','20131128-6183',NULL),(17010,4591,3,531,'2013-11-29 07:13:50',1,0,'','2013112897','2013-11-28','2013-11-28','20131128-97','23:12',1,'DR DJAN',NULL,'','20131128-6184',NULL),(17011,4592,3,531,'2013-11-29 07:34:40',1,0,'','2013112898','2013-11-28','2013-11-28','20131128-98','23:32',1,'DR YEBOAH',NULL,'','20131128-6185',NULL),(17013,4592,1,531,'2013-11-29 07:34:40',0,0,'','2013112898','2013-11-28','2013-11-28','20131128-98','23:33',1,'DR YEBOAH',NULL,'','20131128-6185',NULL),(17016,4592,4,531,'2013-11-29 07:34:41',1,0,'','2013112898','2013-11-28','2013-11-28','20131128-98','23:34',1,'DR YEBOAH',NULL,'','20131128-6185',NULL),(17017,4593,3,531,'2013-11-29 08:27:38',0,0,'','201311291','2013-11-29','2013-11-29','20131129-1','00:26',1,'DR TAKYI',NULL,'','20131129-6186',NULL),(17018,4594,3,531,'2013-11-29 08:32:53',1,0,'','201311292','2013-11-29','2013-11-29','20131129-2','00:31',1,'DR DJAN',NULL,'','20131129-6187',NULL),(17020,4594,1,531,'2013-11-29 08:32:53',1,0,'','201311292','2013-11-29','2013-11-29','20131129-2','00:32',1,'DR DJAN',NULL,'','20131129-6187',NULL),(17021,4594,3,531,'2013-11-29 09:18:22',1,0,'','201311292','2013-11-29','2013-11-29','20131129-3','01:17',1,'',NULL,'','20131129-6188',NULL),(17022,4595,3,531,'2013-11-29 10:09:59',1,0,'','201311294','2013-11-29','2013-11-29','20131129-4','02:08',1,'DR YEBOAH',NULL,'','20131129-6189',NULL),(17024,4595,4,531,'2013-11-29 10:09:59',1,0,'','201311294','2013-11-29','2013-11-29','20131129-4','02:09',1,'DR YEBOAH',NULL,'','20131129-6189',NULL),(17025,4596,3,531,'2013-11-29 13:41:46',0,0,'','201311295','2013-11-29','2013-11-29','20131129-5','05:39',1,'DR YEBOAH',NULL,'','20131129-6190',NULL),(17027,4596,1,531,'2013-11-29 13:41:46',0,0,'','201311295','2013-11-29','2013-11-29','20131129-5','05:41',1,'DR YEBOAH',NULL,'','20131129-6190',NULL),(17030,4596,4,531,'2013-11-29 13:41:46',1,0,'','201311295','2013-11-29','2013-11-29','20131129-5','05:41',1,'DR YEBOAH',NULL,'','20131129-6190',NULL),(17031,4597,3,531,'2013-11-29 14:14:46',0,0,'','201311296','2013-11-29','2013-11-29','20131129-6','06:13',1,'DR DOW',NULL,'','20131129-6191',NULL),(17032,1414,2,531,'2013-11-29 14:34:44',1,0,'','201311297','2013-11-29','2013-11-29','20131129-7','06:33',1,'DR TACHIE',NULL,'','20131129-6192',NULL),(17033,4598,3,531,'2013-11-29 15:01:24',0,0,'','201311298 ','2013-11-29','2013-11-29','20131129-8','06:59',1,'DR YEBOAH',NULL,'','20131129-6193',NULL),(17035,4598,1,531,'2013-11-29 15:01:24',0,0,'','201311298 ','2013-11-29','2013-11-29','20131129-8','07:00',1,'DR YEBOAH',NULL,'','20131129-6193',NULL),(17038,4598,5,531,'2013-11-29 15:01:24',1,0,'','201311298 ','2013-11-29','2013-11-29','20131129-8','07:01',1,'DR YEBOAH',NULL,'','20131129-6193',NULL),(17039,4599,3,531,'2013-11-29 15:04:11',0,0,'','201311299','2013-11-29','2013-11-29','20131129-9','07:02',1,'DR OFORI ANTI',NULL,'','20131129-6194',NULL),(17041,4599,1,531,'2013-11-29 15:04:12',0,0,'','201311299','2013-11-29','2013-11-29','20131129-9','07:03',1,'DR OFORI ANTI',NULL,'','20131129-6194',NULL),(17042,4600,3,558,'2013-11-29 15:51:52',0,0,'','2013112910 ','2013-11-29','2013-11-29','20131129-10','07:49',1,'DR AMABLE',NULL,'','20131129-6195',NULL),(17044,4600,4,558,'2013-11-29 15:51:52',1,0,'','2013112910 ','2013-11-29','2013-11-29','20131129-10','07:50',1,'DR AMABLE',NULL,'','20131129-6195',NULL),(17047,4600,5,558,'2013-11-29 15:51:53',1,0,'','2013112910 ','2013-11-29','2013-11-29','20131129-10','07:51',1,'DR AMABLE',NULL,'','20131129-6195',NULL),(17051,4600,1,558,'2013-11-29 15:51:53',0,0,'','2013112910 ','2013-11-29','2013-11-29','20131129-10','07:51',1,'DR AMABLE',NULL,'','20131129-6195',NULL),(17052,4601,3,558,'2013-11-29 15:59:37',0,0,'','2013112911','2013-11-29','2013-11-29','20131129-11','07:57',1,'DR AMABLE',NULL,'','20131129-6196',NULL),(17054,4601,4,558,'2013-11-29 15:59:37',1,0,'','2013112911','2013-11-29','2013-11-29','20131129-11','07:58',1,'DR AMABLE',NULL,'','20131129-6196',NULL),(17057,4601,5,558,'2013-11-29 15:59:37',1,0,'','2013112911','2013-11-29','2013-11-29','20131129-11','07:58',1,'DR AMABLE',NULL,'','20131129-6196',NULL),(17061,4601,1,558,'2013-11-29 15:59:37',0,0,'','2013112911','2013-11-29','2013-11-29','20131129-11','07:59',1,'DR AMABLE',NULL,'','20131129-6196',NULL),(17062,4602,3,558,'2013-11-29 16:13:32',0,0,'','2013112912','2013-11-29','2013-11-29','20131129-12','08:12',1,'DR VORTIA',NULL,'','20131129-6197',NULL),(17064,4602,4,558,'2013-11-29 16:13:32',1,0,'','2013112912','2013-11-29','2013-11-29','20131129-12','08:13',1,'DR VORTIA',NULL,'','20131129-6197',NULL),(17067,4602,1,558,'2013-11-29 16:13:32',1,0,'','2013112912','2013-11-29','2013-11-29','20131129-12','08:13',1,'DR VORTIA',NULL,'','20131129-6197',NULL),(17068,4333,13,534,'2013-11-29 16:18:33',1,0,'','2013112551','2013-11-29','2013-11-25','20131129-13','08:16',1,'',NULL,'','20131129-6198',NULL),(17069,2218,3,558,'2013-11-29 16:19:40',0,0,'','2013112914','2013-11-29','2013-11-29','20131129-14','08:17',1,'DR OFORI ANTI',NULL,'','20131129-6199',NULL),(17070,4348,3,558,'2013-11-29 16:39:03',0,0,'','2013112915','2013-11-29','2013-11-29','20131129-15','08:37',1,'DR ADOTEY',NULL,'','20131129-6200',NULL),(17071,4603,3,558,'2013-11-29 16:49:15',0,0,'','2013112916','2013-11-29','2013-11-29','20131129-16','08:45',1,'DR NUAMAH',NULL,'','20131129-6201',NULL),(17073,4603,4,558,'2013-11-29 16:49:15',1,0,'','2013112916','2013-11-29','2013-11-29','20131129-16','08:48',1,'DR NUAMAH',NULL,'','20131129-6201',NULL),(17074,4604,3,558,'2013-11-29 16:58:58',0,0,'','2013112917','2013-11-29','2013-11-29','20131129-17','08:57',1,'DR YEBOAH',NULL,'','20131129-6202',NULL),(17076,4604,1,558,'2013-11-29 16:58:58',0,0,'','2013112917','2013-11-29','2013-11-29','20131129-17','08:58',1,'DR YEBOAH',NULL,'','20131129-6202',NULL),(17077,4494,4,541,'2013-11-29 17:16:18',1,0,'','2013112765','2013-11-29','2013-11-27','20131129-18','09:15',1,'',NULL,'','20131129-6203',NULL),(17078,4605,3,558,'2013-11-29 17:20:23',0,0,'','2013112919','2013-11-29','2013-11-29','20131129-19','09:18',1,'DR VORTIA',NULL,'','20131129-6204',NULL),(17080,4605,4,558,'2013-11-29 17:20:23',1,0,'','2013112919','2013-11-29','2013-11-29','20131129-19','09:19',1,'DR VORTIA',NULL,'','20131129-6204',NULL),(17083,4605,1,558,'2013-11-29 17:20:23',1,0,'','2013112919','2013-11-29','2013-11-29','20131129-19','09:20',1,'DR VORTIA',NULL,'','20131129-6204',NULL),(17084,4606,3,558,'2013-11-29 17:23:20',0,0,'','2013112920','2013-11-29','2013-11-29','20131129-20','09:21',1,'DR VORTIA',NULL,'','20131129-6205',NULL),(17086,4606,4,558,'2013-11-29 17:23:21',1,0,'','2013112920','2013-11-29','2013-11-29','20131129-20','09:22',1,'DR VORTIA',NULL,'','20131129-6205',NULL),(17089,4606,1,558,'2013-11-29 17:23:21',1,0,'','2013112920','2013-11-29','2013-11-29','20131129-20','09:23',1,'DR VORTIA',NULL,'','20131129-6205',NULL),(17090,1717,1,558,'2013-11-29 17:25:49',0,0,'','2013112921','2013-11-29','2013-11-29','20131129-21','09:24',1,'DR NUAMAH',NULL,'','20131129-6206',NULL),(17092,1717,2,558,'2013-11-29 17:25:49',0,0,'','2013112921','2013-11-29','2013-11-29','20131129-21','09:25',1,'DR NUAMAH',NULL,'','20131129-6206',NULL),(17093,4000,3,558,'2013-11-29 17:36:28',1,0,'','2013112922','2013-11-29','2013-11-29','20131129-22','09:34',1,'DR TAKYI',NULL,'','20131129-6207',NULL),(17095,4000,4,558,'2013-11-29 17:36:29',1,0,'','2013112922','2013-11-29','2013-11-29','20131129-22','09:36',1,'DR TAKYI',NULL,'','20131129-6207',NULL),(17096,4607,3,558,'2013-11-29 17:39:11',0,0,'','2013112923','2013-11-29','2013-11-29','20131129-23','09:38',1,'DR TAKYI',NULL,'','20131129-6208',NULL),(17097,4608,3,558,'2013-11-29 17:46:20',0,0,'','2013112924','2013-11-29','2013-11-29','20131129-24','09:45',1,'DR VORTIA',NULL,'','20131129-6209',NULL),(17099,4608,4,558,'2013-11-29 17:46:20',1,0,'','2013112924','2013-11-29','2013-11-29','20131129-24','09:45',1,'DR VORTIA',NULL,'','20131129-6209',NULL),(17102,4608,1,558,'2013-11-29 17:46:21',1,0,'','2013112924','2013-11-29','2013-11-29','20131129-24','09:46',1,'DR VORTIA',NULL,'','20131129-6209',NULL),(17103,3898,4,558,'2013-11-29 17:47:51',1,0,'','2013112925','2013-11-29','2013-11-29','20131129-25','09:47',1,'DR VORTIA',NULL,'','20131129-6210',NULL),(17104,4609,3,541,'2013-11-29 17:50:43',0,0,'','2013112926','2013-11-29','2013-11-29','20131129-26','09:48',1,'DR VORTIA',NULL,'','20131129-6211',NULL),(17105,4610,3,558,'2013-11-29 17:51:30',0,0,'','2013112927','2013-11-29','2013-11-29','20131129-27','09:50',1,'DR DOW',NULL,'','20131129-6212',NULL),(17106,4611,3,558,'2013-11-29 18:02:45',0,0,'','2013112928','2013-11-29','2013-11-29','20131129-28','10:01',1,'DR NUAMAH',NULL,'','20131129-6213',NULL),(17108,4611,4,558,'2013-11-29 18:02:46',1,0,'','2013112928','2013-11-29','2013-11-29','20131129-28','10:02',1,'DR NUAMAH',NULL,'','20131129-6213',NULL),(17111,4611,1,558,'2013-11-29 18:02:46',1,0,'','2013112928','2013-11-29','2013-11-29','20131129-28','10:02',1,'DR NUAMAH',NULL,'','20131129-6213',NULL),(17112,4601,5,541,'2013-11-29 18:03:48',1,0,'','2013112911','2013-11-29','2013-11-29','20131129-29','10:03',1,'DR AMABLE',NULL,'','20131129-6214',NULL),(17113,4612,28,558,'2013-11-29 18:13:34',0,0,'','2013112930','2013-11-29','2013-11-29','20131129-30','10:12',1,'DR DOW',NULL,'','20131129-6215',NULL),(17114,4613,3,558,'2013-11-29 18:17:23',1,0,'','2013112931','2013-11-29','2013-11-29','20131129-31','10:15',1,'DR NUAMAH',NULL,'','20131129-6216',NULL),(17116,4613,4,558,'2013-11-29 18:17:23',1,0,'','2013112931','2013-11-29','2013-11-29','20131129-31','10:16',1,'DR NUAMAH',NULL,'','20131129-6216',NULL),(17119,4613,1,558,'2013-11-29 18:17:24',1,0,'','2013112931','2013-11-29','2013-11-29','20131129-31','10:16',1,'DR NUAMAH',NULL,'','20131129-6216',NULL),(17120,4614,10,558,'2013-11-29 18:34:55',1,0,'','2013112932','2013-11-29','2013-11-29','20131129-32','10:34',1,'DR DOW',NULL,'','20131129-6217',NULL),(17121,4615,3,558,'2013-11-29 18:46:54',0,0,'','2013112933','2013-11-29','2013-11-29','20131129-33','10:40',1,'DR NUAMAH',NULL,'','20131129-6218',NULL),(17123,4615,1,558,'2013-11-29 18:46:54',1,0,'','2013112933','2013-11-29','2013-11-29','20131129-33','10:41',1,'DR NUAMAH',NULL,'','20131129-6218',NULL),(17124,4616,3,558,'2013-11-29 18:50:08',0,0,'','2013112934','2013-11-29','2013-11-29','20131129-34','10:48',1,'DR VORTIA',NULL,'','20131129-6219',NULL),(17126,4616,4,558,'2013-11-29 18:50:08',1,0,'','2013112934','2013-11-29','2013-11-29','20131129-34','10:49',1,'DR VORTIA',NULL,'','20131129-6219',NULL),(17129,4616,1,558,'2013-11-29 18:50:08',0,0,'','2013112934','2013-11-29','2013-11-29','20131129-34','10:49',1,'DR VORTIA',NULL,'','20131129-6219',NULL),(17130,4617,3,558,'2013-11-29 18:53:30',0,0,'','2013112935','2013-11-29','2013-11-29','20131129-35','10:52',1,'DR OFORI ANTI',NULL,'','20131129-6220',NULL),(17132,4617,4,558,'2013-11-29 18:53:31',1,0,'','2013112935','2013-11-29','2013-11-29','20131129-35','10:53',1,'DR OFORI ANTI',NULL,'','20131129-6220',NULL),(17135,4617,5,558,'2013-11-29 18:53:31',1,0,'','2013112935','2013-11-29','2013-11-29','20131129-35','10:53',1,'DR OFORI ANTI',NULL,'','20131129-6220',NULL),(17139,4617,1,558,'2013-11-29 18:53:31',1,0,'','2013112935','2013-11-29','2013-11-29','20131129-35','10:53',1,'DR OFORI ANTI',NULL,'','20131129-6220',NULL),(17140,4618,3,558,'2013-11-29 18:57:24',0,0,'','2013112936','2013-11-29','2013-11-29','20131129-36','10:56',1,'DR NUAMAH',NULL,'','20131129-6221',NULL),(17142,4618,4,558,'2013-11-29 18:57:24',1,0,'','2013112936','2013-11-29','2013-11-29','20131129-36','10:57',1,'DR NUAMAH',NULL,'','20131129-6221',NULL),(17143,790,3,558,'2013-11-29 19:03:06',0,0,'','2013112937','2013-11-29','2013-11-29','20131129-37','11:02',1,'DR TACHIE',NULL,'','20131129-6222',NULL),(17144,4062,1,558,'2013-11-29 19:05:11',0,0,'','2013112938','2013-11-29','2013-11-29','20131129-38','11:04',1,'DR NUAMAH',NULL,'','20131129-6223',NULL),(17145,714,1,558,'2013-11-29 19:07:04',0,0,'','2013112939 ','2013-11-29','2013-11-29','20131129-39','11:06',1,'DR TACHIE',NULL,'','20131129-6224',NULL),(17147,714,2,558,'2013-11-29 19:07:04',1,0,'','2013112939 ','2013-11-29','2013-11-29','20131129-39','11:06',1,'DR TACHIE',NULL,'','20131129-6224',NULL),(17148,3781,3,558,'2013-11-29 19:13:41',0,0,'','2013112940','2013-11-29','2013-11-29','20131129-40','11:12',1,'DR OFORI ANTI',NULL,'','20131129-6225',NULL),(17150,3781,1,558,'2013-11-29 19:13:41',1,0,'','2013112940','2013-11-29','2013-11-29','20131129-40','11:13',1,'DR OFORI ANTI',NULL,'','20131129-6225',NULL),(17151,4619,3,558,'2013-11-29 19:22:05',0,0,'','2013112941','2013-11-29','2013-11-29','20131129-41','11:21',1,'DR OFORI ANTI',NULL,'','20131129-6226',NULL),(17152,4620,3,558,'2013-11-29 19:29:49',0,0,'','2013112942','2013-11-29','2013-11-29','20131129-42','11:28',1,'DR OFORI ANTI',NULL,'','20131129-6227',NULL),(17154,4620,5,558,'2013-11-29 19:29:49',1,0,'','2013112942','2013-11-29','2013-11-29','20131129-42','11:29',1,'DR OFORI ANTI',NULL,'','20131129-6227',NULL),(17155,4461,4,534,'2013-11-29 19:30:24',1,0,'','2013112711','2013-11-29','2013-11-27','20131129-43','11:29',1,'',NULL,'','20131129-6228',NULL),(17156,3664,1,558,'2013-11-29 19:41:51',1,0,'','2013112944','2013-11-29','2013-11-29','20131129-44','11:38',1,'DR VORTIA',NULL,'','20131129-6229',NULL),(17157,3674,3,558,'2013-11-29 19:51:01',0,0,'','2013112945','2013-11-29','2013-11-29','20131129-45','11:48',1,'DR TAKYI',NULL,'','20131129-6230',NULL),(17159,3674,4,558,'2013-11-29 19:51:01',1,0,'','2013112945','2013-11-29','2013-11-29','20131129-45','11:50',1,'DR TAKYI',NULL,'','20131129-6230',NULL),(17162,3674,5,558,'2013-11-29 19:51:02',1,0,'','2013112945','2013-11-29','2013-11-29','20131129-45','11:50',1,'DR TAKYI',NULL,'','20131129-6230',NULL),(17166,3674,1,558,'2013-11-29 19:51:02',1,0,'','2013112945','2013-11-29','2013-11-29','20131129-45','11:50',1,'DR TAKYI',NULL,'','20131129-6230',NULL),(17167,4621,5,558,'2013-11-29 19:59:31',1,0,'','2013112946','2013-11-29','2013-11-29','20131129-46','11:58',1,'DR FUMMY',NULL,'','20131129-6231',NULL),(17168,4622,3,558,'2013-11-29 20:02:30',1,0,'','2013112947','2013-11-29','2013-11-29','20131129-47','12:01',1,'DR NUAMAH',NULL,'','20131129-6232',NULL),(17170,4622,4,558,'2013-11-29 20:02:30',1,0,'','2013112947','2013-11-29','2013-11-29','20131129-47','12:02',1,'DR NUAMAH',NULL,'','20131129-6232',NULL),(17173,4622,1,558,'2013-11-29 20:02:30',1,0,'','2013112947','2013-11-29','2013-11-29','20131129-47','12:02',1,'DR NUAMAH',NULL,'','20131129-6232',NULL),(17174,4623,3,558,'2013-11-29 20:09:44',0,0,'','2013112948','2013-11-29','2013-11-29','20131129-48','12:06',1,'DR ADOTEY',NULL,'','20131129-6233',NULL),(17176,4623,2,558,'2013-11-29 20:09:45',1,0,'','2013112948','2013-11-29','2013-11-29','20131129-48','12:07',1,'DR ADOTEY',NULL,'','20131129-6233',NULL),(17179,4623,1,558,'2013-11-29 20:09:45',0,0,'','2013112948','2013-11-29','2013-11-29','20131129-48','12:07',1,'DR ADOTEY',NULL,'','20131129-6233',NULL),(17180,4624,3,558,'2013-11-29 20:41:39',1,0,'','2013112949','2013-11-29','2013-11-29','20131129-49','12:40',1,'DR NUAMAH',NULL,'','20131129-6234',NULL),(17182,4624,4,558,'2013-11-29 20:41:39',1,0,'','2013112949','2013-11-29','2013-11-29','20131129-49','12:41',1,'DR NUAMAH',NULL,'','20131129-6234',NULL),(17185,4624,1,558,'2013-11-29 20:41:39',1,0,'','2013112949','2013-11-29','2013-11-29','20131129-49','12:41',1,'DR NUAMAH',NULL,'','20131129-6234',NULL),(17186,4625,3,558,'2013-11-29 20:44:15',0,0,'','2013112950','2013-11-29','2013-11-29','20131129-50','12:43',1,'DR VORTIA',NULL,'','20131129-6235',NULL),(17188,4625,5,558,'2013-11-29 20:44:15',1,0,'','2013112950','2013-11-29','2013-11-29','20131129-50','12:44',1,'DR VORTIA',NULL,'','20131129-6235',NULL),(17189,4626,3,558,'2013-11-29 20:47:38',0,0,'','2013112951','2013-11-29','2013-11-29','20131129-51','12:45',1,'DR OFORI ANTI',NULL,'','20131129-6236',NULL),(17191,4626,4,558,'2013-11-29 20:47:39',0,0,'','2013112951','2013-11-29','2013-11-29','20131129-51','12:46',1,'DR OFORI ANTI',NULL,'','20131129-6236',NULL),(17194,4626,1,558,'2013-11-29 20:47:39',0,0,'','2013112951','2013-11-29','2013-11-29','20131129-51','12:47',1,'DR OFORI ANTI',NULL,'','20131129-6236',NULL),(17195,4627,3,558,'2013-11-29 20:52:10',0,0,'','2013112952','2013-11-29','2013-11-29','20131129-52','12:50',1,'DR OFORI ANTI',NULL,'','20131129-6237',NULL),(17197,4627,5,558,'2013-11-29 20:52:11',1,0,'','2013112952','2013-11-29','2013-11-29','20131129-52','12:51',1,'DR OFORI ANTI',NULL,'','20131129-6237',NULL),(17198,4628,3,558,'2013-11-29 20:58:07',0,0,'','2013112953','2013-11-29','2013-11-29','20131129-53','12:56',1,'DR OFORI ANTI',NULL,'','20131129-6238',NULL),(17200,4628,1,558,'2013-11-29 20:58:07',0,0,'','2013112953','2013-11-29','2013-11-29','20131129-53','12:57',1,'DR OFORI ANTI',NULL,'','20131129-6238',NULL),(17203,4628,5,558,'2013-11-29 20:58:07',1,0,'','2013112953','2013-11-29','2013-11-29','20131129-53','12:57',1,'DR OFORI ANTI',NULL,'','20131129-6238',NULL),(17204,4629,3,558,'2013-11-29 21:05:14',0,0,'','2013112954 ','2013-11-29','2013-11-29','20131129-54','13:04',1,'DR OFORI ANTI',NULL,'','20131129-6239',NULL),(17205,4630,3,558,'2013-11-29 21:08:39',1,0,'','2013112955','2013-11-29','2013-11-29','20131129-55','13:07',1,'DR FUMMY',NULL,'','20131129-6240',NULL),(17207,4630,4,558,'2013-11-29 21:08:39',1,0,'','2013112955','2013-11-29','2013-11-29','20131129-55','13:08',1,'DR FUMMY',NULL,'','20131129-6240',NULL),(17208,4631,1,558,'2013-11-29 21:23:08',1,0,'','2013112956','2013-11-29','2013-11-29','20131129-56','13:21',1,'DR DOW',NULL,'','20131129-6241',NULL),(17209,4632,3,558,'2013-11-29 21:46:46',0,0,'','2013112957','2013-11-29','2013-11-29','20131129-57','13:45',1,'DR OFORI ANTI',NULL,'','20131129-6242',NULL),(17211,4632,4,558,'2013-11-29 21:46:46',1,0,'','2013112957','2013-11-29','2013-11-29','20131129-57','13:46',1,'DR OFORI ANTI',NULL,'','20131129-6242',NULL),(17212,4598,3,558,'2013-11-29 21:53:46',1,0,'','201311298 ','2013-11-29','2013-11-29','20131129-59','13:50',1,'DR NUAMAH',NULL,'','20131129-6244',NULL),(17214,4598,4,558,'2013-11-29 21:53:46',1,0,'','201311298 ','2013-11-29','2013-11-29','20131129-59','13:52',1,'DR NUAMAH',NULL,'','20131129-6244',NULL),(17217,4598,5,558,'2013-11-29 21:53:46',1,0,'','201311298 ','2013-11-29','2013-11-29','20131129-59','13:52',1,'DR NUAMAH',NULL,'','20131129-6244',NULL),(17221,4598,1,558,'2013-11-29 21:53:46',1,0,'','201311298 ','2013-11-29','2013-11-29','20131129-59','13:53',1,'DR NUAMAH',NULL,'','20131129-6244',NULL),(17222,4592,3,530,'2013-11-29 22:29:18',0,0,'','2013112960','2013-11-29','2013-11-29','20131129-60','14:28',1,'DR VORTIA',NULL,'','20131129-6245',NULL),(17223,3204,3,530,'2013-11-29 22:35:03',1,0,'','2013112961','2013-11-29','2013-11-29','20131129-61','14:31',1,'DR TAKYI',NULL,'','20131129-6246',NULL),(17225,3204,4,530,'2013-11-29 22:35:04',1,0,'','2013112961','2013-11-29','2013-11-29','20131129-61','14:32',1,'DR TAKYI',NULL,'','20131129-6246',NULL),(17226,3204,5,530,'2013-11-29 22:36:55',1,0,'','2013112961','2013-11-29','2013-11-29','20131129-62','14:35',1,'',NULL,'','20131129-6247',NULL),(17228,3204,1,530,'2013-11-29 22:36:55',1,0,'','2013112961','2013-11-29','2013-11-29','20131129-62','14:35',1,'',NULL,'','20131129-6247',NULL),(17229,3674,3,530,'2013-11-29 22:45:52',0,0,'','2013112963 ','2013-11-29','2013-11-29','20131129-63','14:45',1,'DR NUAMAH',NULL,'','20131129-6248',NULL),(17230,4633,3,530,'2013-11-29 22:52:06',0,0,'','2013112964 ','2013-11-29','2013-11-29','20131129-64','14:50',1,'DR TACHIE',NULL,'','20131129-6249',NULL),(17232,4633,4,530,'2013-11-29 22:52:06',0,0,'','2013112964 ','2013-11-29','2013-11-29','20131129-64','14:51',1,'DR TACHIE',NULL,'','20131129-6249',NULL),(17233,4634,3,530,'2013-11-29 23:10:33',0,0,'','2013112965','2013-11-29','2013-11-29','20131129-65','15:08',1,'DR VORTIA',NULL,'','20131129-6250',NULL),(17234,4629,3,552,'2013-11-29 23:16:06',1,0,'','2013112954','2013-11-29','2013-11-29','20131129-68','15:15',1,'',NULL,'','20131129-6253',NULL),(17235,3674,3,530,'2013-11-29 23:16:29',1,0,'','2013112963','2013-11-29','2013-11-29','20131129-66','15:15',1,'DR OFORI ANTI',NULL,'','20131129-6251',NULL),(17237,3674,4,530,'2013-11-29 23:16:29',0,0,'','2013112966 ','2013-11-29','2013-11-29','20131129-66','15:16',1,'DR OFORI ANTI',NULL,'','20131129-6251',NULL),(17238,3674,4,530,'2013-11-29 23:17:19',1,0,'','2013112963','2013-11-29','2013-11-29','20131129-69','15:17',1,'',NULL,'','20131129-6254',NULL),(17239,4635,3,530,'2013-11-29 23:19:53',0,0,'','2013112970','2013-11-29','2013-11-29','20131129-70','15:18',1,'DR VORTIA',NULL,'','20131129-6255',NULL),(17241,4635,19,530,'2013-11-29 23:19:53',0,0,'','2013112970','2013-11-29','2013-11-29','20131129-70','15:19',1,'DR VORTIA',NULL,'','20131129-6255',NULL),(17242,4528,3,552,'2013-11-29 23:25:03',1,0,'','2013112810','2013-11-29','2013-11-29','20131129-71','15:24',1,'',NULL,'','20131129-6256',NULL),(17243,4528,1,552,'2013-11-29 23:26:47',1,0,'','','2013-11-29','2013-11-29','20131129-73','15:26',1,'',NULL,'','20131129-6258',NULL),(17244,210,3,530,'2013-11-29 23:48:42',0,0,'','2013112974','2013-11-29','2013-11-29','20131129-74','15:45',1,'PROF E D YEBOAH',NULL,'','20131129-6259',NULL),(17246,210,4,530,'2013-11-29 23:48:43',1,0,'','2013112974','2013-11-29','2013-11-29','20131129-74','15:46',1,'PROF E D YEBOAH',NULL,'','20131129-6259',NULL),(17249,210,1,530,'2013-11-29 23:48:43',0,0,'','2013112974','2013-11-29','2013-11-29','20131129-74','15:47',1,'PROF E D YEBOAH',NULL,'','20131129-6259',NULL),(17250,4636,1,530,'2013-11-30 00:26:05',0,0,'','2013112975 ','2013-11-29','2013-11-29','20131129-75','16:23',1,'PROF ARCHEAMPONG',NULL,'','20131129-6260',NULL),(17252,4636,4,530,'2013-11-30 00:26:05',1,0,'','2013112975 ','2013-11-29','2013-11-29','20131129-75','16:25',1,'PROF ARCHEAMPONG',NULL,'','20131129-6260',NULL),(17255,4636,2,530,'2013-11-30 00:26:05',0,0,'','2013112975 ','2013-11-29','2013-11-29','20131129-75','16:25',1,'PROF ARCHEAMPONG',NULL,'','20131129-6260',NULL),(17256,4637,3,530,'2013-11-30 00:31:43',0,0,'','2013112976','2013-11-29','2013-11-29','20131129-76','16:30',1,'PROF ARCHEAMPONG',NULL,'','20131129-6261',NULL),(17258,4637,4,530,'2013-11-30 00:31:44',1,0,'','2013112976','2013-11-29','2013-11-29','20131129-76','16:31',1,'PROF ARCHEAMPONG',NULL,'','20131129-6261',NULL),(17259,4633,4,552,'2013-11-30 00:31:56',1,0,'','2013112964','2013-11-29','2013-11-29','20131129-77','16:31',1,'',NULL,'','20131129-6262',NULL),(17260,4638,3,530,'2013-11-30 01:01:23',1,0,'','2013112978','2013-11-29','2013-11-29','20131129-78','17:00',1,'DR OFORI ANTI',NULL,'','20131129-6263',NULL),(17261,4639,3,530,'2013-11-30 01:09:36',0,0,'','2013112979','2013-11-29','2013-11-29','20131129-79','17:05',1,'DR VORTIA',NULL,'','20131129-6264',NULL),(17263,4639,4,530,'2013-11-30 01:09:36',1,0,'','2013112979','2013-11-29','2013-11-29','20131129-79','17:09',1,'DR VORTIA',NULL,'','20131129-6264',NULL),(17266,4639,19,530,'2013-11-30 01:09:36',1,0,'','2013112979','2013-11-29','2013-11-29','20131129-79','17:09',1,'DR VORTIA',NULL,'','20131129-6264',NULL),(17267,4640,3,558,'2013-11-30 01:25:41',0,0,'','2013112980','2013-11-29','2013-11-29','20131129-80','17:24',1,'DR VORTIA',NULL,'','20131129-6265',NULL),(17269,4640,1,558,'2013-11-30 01:25:41',0,0,'','2013112980','2013-11-29','2013-11-29','20131129-80','17:25',1,'DR VORTIA',NULL,'','20131129-6265',NULL),(17270,4641,1,558,'2013-11-30 01:46:54',1,0,'','2013112981','2013-11-29','2013-11-29','20131129-81','17:46',1,'DR OFORI ANTI',NULL,'','20131129-6266',NULL),(17272,4641,5,558,'2013-11-30 01:46:54',1,0,'','2013112981','2013-11-29','2013-11-29','20131129-81','17:46',1,'DR OFORI ANTI',NULL,'','20131129-6266',NULL),(17273,4642,3,558,'2013-11-30 02:02:46',1,0,'','2013112982','2013-11-29','2013-11-29','20131129-82','18:01',1,'',NULL,'','20131129-6267',NULL),(17274,4643,3,558,'2013-11-30 02:19:20',0,0,'','2013112983','2013-11-29','2013-11-29','20131129-83','18:17',1,'DR VORTIA',NULL,'','20131129-6268',NULL),(17276,4643,1,558,'2013-11-30 02:19:20',0,0,'','2013112983','2013-11-29','2013-11-29','20131129-83','18:19',1,'DR VORTIA',NULL,'','20131129-6268',NULL),(17277,2983,3,558,'2013-11-30 02:26:51',0,0,'','2013112984','2013-11-29','2013-11-29','20131129-84','18:25',1,'DR OFORI ANTI',NULL,'','20131129-6269',NULL),(17279,2983,10,558,'2013-11-30 02:26:51',1,0,'','2013112984','2013-11-29','2013-11-29','20131129-84','18:26',1,'DR OFORI ANTI',NULL,'','20131129-6269',NULL),(17280,4642,3,552,'2013-11-30 02:47:39',1,0,'','2013112982','2013-11-29','2013-11-29','20131129-85','18:47',1,'',NULL,'','20131129-6270',NULL),(17281,4644,3,531,'2013-11-30 03:20:25',0,0,'','2013112986','2013-11-29','2013-11-29','20131129-86','19:18',1,'DR OFORI ANTI',NULL,'','20131129-6271',NULL),(17283,4644,4,531,'2013-11-30 03:20:25',0,0,'','2013112986','2013-11-29','2013-11-29','20131129-86','19:20',1,'DR OFORI ANTI',NULL,'','20131129-6271',NULL),(17284,3668,17,531,'2013-11-30 03:26:10',1,0,'','2013112987','2013-11-29','2013-11-29','20131129-87','19:24',1,'PROF E D YEBOAH',NULL,'','20131129-6272',NULL),(17285,4645,3,531,'2013-11-30 04:23:28',1,0,'','2013112988','2013-11-29','2013-11-29','20131129-88','20:22',1,'DR VORTIA',NULL,'','20131129-6273',NULL),(17286,4646,3,531,'2013-11-30 04:40:03',1,0,'','2013112989','2013-11-29','2013-11-29','20131129-89','20:38',1,'DR DANIELS',NULL,'','20131129-6274',NULL),(17288,4646,5,531,'2013-11-30 04:40:03',1,0,'','2013112989','2013-11-29','2013-11-29','20131129-89','20:39',1,'DR DANIELS',NULL,'','20131129-6274',NULL),(17289,4647,3,531,'2013-11-30 05:06:49',1,0,'','2013112990','2013-11-29','2013-11-29','20131129-90','21:06',1,'DR DANIELS',NULL,'','20131129-6275',NULL),(17290,3608,3,531,'2013-11-30 05:32:44',1,0,'','2013112991 ','2013-11-29','2013-11-29','20131129-91','21:31',1,'DR DJAN',NULL,'','20131129-6276',NULL),(17292,3608,5,531,'2013-11-30 05:32:44',1,0,'','2013112991 ','2013-11-29','2013-11-29','20131129-91','21:32',1,'DR DJAN',NULL,'','20131129-6276',NULL),(17295,3608,19,531,'2013-11-30 05:32:45',0,0,'','2013112991 ','2013-11-29','2013-11-29','20131129-91','21:32',1,'DR DJAN',NULL,'','20131129-6276',NULL),(17296,4648,3,531,'2013-11-30 05:41:45',1,0,'','2013112992','2013-11-29','2013-11-29','20131129-92','21:40',1,'DR DJAN',NULL,'','20131129-6277',NULL),(17298,4648,4,531,'2013-11-30 05:41:45',1,0,'','2013112992','2013-11-29','2013-11-29','20131129-92','21:41',1,'DR DJAN',NULL,'','20131129-6277',NULL),(17299,2696,3,531,'2013-11-30 05:47:50',1,0,'','2013112993','2013-11-29','2013-11-29','20131129-93','21:46',1,'DR ADOTEY',NULL,'','20131129-6278',NULL),(17300,4649,3,531,'2013-11-30 06:14:59',1,0,'','2013112994','2013-11-29','2013-11-29','20131129-94','22:13',1,'DR DANIELS',NULL,'','20131129-6279',NULL),(17301,4650,3,531,'2013-11-30 06:35:52',1,0,'','2013112995 ','2013-11-29','2013-11-29','20131129-95','22:34',1,'DR DJAN',NULL,'','20131129-6280',NULL),(17303,4650,4,531,'2013-11-30 06:35:53',1,0,'','2013112995 ','2013-11-29','2013-11-29','20131129-95','22:35',1,'DR DJAN',NULL,'','20131129-6280',NULL),(17304,4651,3,531,'2013-11-30 06:39:54',1,0,'','2013112996','2013-11-29','2013-11-29','20131129-96','22:38',1,'DR DANIELS',NULL,'','20131129-6281',NULL),(17305,4652,3,531,'2013-11-30 07:52:32',1,0,'','2013112997','2013-11-29','2013-11-29','20131129-97','23:50',1,'DR DJAN',NULL,'','20131129-6282',NULL),(17307,4652,4,531,'2013-11-30 07:52:32',1,0,'','2013112997','2013-11-29','2013-11-29','20131129-97','23:52',1,'DR DJAN',NULL,'','20131129-6282',NULL),(17308,2126,3,531,'2013-11-30 08:15:21',1,0,'','201311301','2013-11-30','2013-11-30','20131130-1','00:14',1,'DR DANIELS',NULL,'','20131130-6283',NULL),(17309,4653,3,531,'2013-11-30 13:42:29',0,0,'','201311302','2013-11-30','2013-11-30','20131130-2','05:39',1,'DR DJAN',NULL,'','20131130-6284',NULL),(17311,4653,1,531,'2013-11-30 13:42:29',0,0,'','201311302','2013-11-30','2013-11-30','20131130-2','05:41',1,'DR DJAN',NULL,'','20131130-6284',NULL),(17314,4653,2,531,'2013-11-30 13:42:29',1,0,'','201311302','2013-11-30','2013-11-30','20131130-2','05:42',1,'DR DJAN',NULL,'','20131130-6284',NULL),(17315,4223,2,531,'2013-11-30 14:49:05',1,0,'','201311303 ','2013-11-30','2013-11-30','20131130-3','06:39',1,'DR ADOTEY',NULL,'','20131130-6285',NULL),(17316,3054,3,531,'2013-11-30 15:23:12',1,0,'','201311304','2013-11-30','2013-11-30','20131130-4','07:22',1,'DR TACHIE',NULL,'','20131130-6286',NULL),(17317,4654,3,531,'2013-11-30 15:28:18',0,0,'','201311305','2013-11-30','2013-11-30','20131130-5','07:26',1,'DR DJAN',NULL,'','20131130-6287',NULL),(17319,4654,4,531,'2013-11-30 15:28:18',1,0,'','201311305','2013-11-30','2013-11-30','20131130-5','07:28',1,'DR DJAN',NULL,'','20131130-6287',NULL),(17320,4655,3,530,'2013-11-30 15:37:11',0,0,'','201311306','2013-11-30','2013-11-30','20131130-6','07:35',1,'DR DJAN',NULL,'','20131130-6288',NULL),(17322,4655,1,530,'2013-11-30 15:37:11',0,0,'','201311306','2013-11-30','2013-11-30','20131130-6','07:36',1,'DR DJAN',NULL,'','20131130-6288',NULL),(17325,4655,4,530,'2013-11-30 15:37:11',1,0,'','201311306','2013-11-30','2013-11-30','20131130-6','07:36',1,'DR DJAN',NULL,'','20131130-6288',NULL),(17326,4656,1,530,'2013-11-30 15:40:58',0,0,'','201311307','2013-11-30','2013-11-30','20131130-7','07:39',1,'DR VORTIA',NULL,'','20131130-6289',NULL),(17328,4656,2,530,'2013-11-30 15:40:58',0,0,'','201311307','2013-11-30','2013-11-30','20131130-7','07:40',1,'DR VORTIA',NULL,'','20131130-6289',NULL),(17331,4656,3,530,'2013-11-30 15:40:58',0,0,'','201311307','2013-11-30','2013-11-30','20131130-7','07:40',1,'DR VORTIA',NULL,'','20131130-6289',NULL),(17332,4657,1,530,'2013-11-30 16:01:59',0,0,'','201311308','2013-11-30','2013-11-30','20131130-8','08:00',1,'DR VORTIA',NULL,'','20131130-6290',NULL),(17334,4657,3,530,'2013-11-30 16:01:59',0,0,'','201311308','2013-11-30','2013-11-30','20131130-8','08:01',1,'DR VORTIA',NULL,'','20131130-6290',NULL),(17335,4293,3,530,'2013-11-30 16:09:03',0,0,'','201311309 ','2013-11-30','2013-11-30','20131130-9','08:07',1,'DR DANIELS',NULL,'','20131130-6291',NULL),(17337,4293,1,530,'2013-11-30 16:09:03',1,0,'','201311309 ','2013-11-30','2013-11-30','20131130-9','08:08',1,'DR DANIELS',NULL,'','20131130-6291',NULL),(17338,3219,3,530,'2013-11-30 17:05:37',0,0,'','2013113010 ','2013-11-30','2013-11-30','20131130-10','09:04',1,'DR VORTIA',NULL,'','20131130-6292',NULL),(17339,563,3,530,'2013-11-30 17:07:24',0,0,'','2013113011','2013-11-30','2013-11-30','20131130-11','09:06',1,'DR VORTIA',NULL,'','20131130-6293',NULL),(17340,4658,10,530,'2013-11-30 17:16:58',1,0,'','2013113012','2013-11-30','2013-11-30','20131130-12','09:15',1,'DR OFORI',NULL,'','20131130-6294',NULL),(17341,4659,3,530,'2013-11-30 17:36:32',1,0,'','2013113013','2013-11-30','2013-11-30','20131130-13','09:35',1,'DR DANIELS',NULL,'','20131130-6295',NULL),(17342,4660,1,530,'2013-11-30 17:39:34',0,0,'','2013113014','2013-11-30','2013-11-30','20131130-14','09:37',1,'DR DANIELS',NULL,'','20131130-6296',NULL),(17344,4660,3,530,'2013-11-30 17:39:34',0,0,'','2013113014','2013-11-30','2013-11-30','20131130-14','09:39',1,'DR DANIELS',NULL,'','20131130-6296',NULL),(17347,4660,4,530,'2013-11-30 17:39:34',1,0,'','2013113014','2013-11-30','2013-11-30','20131130-14','09:39',1,'DR DANIELS',NULL,'','20131130-6296',NULL),(17348,4471,2,530,'2013-11-30 17:42:39',1,0,'','2013113015 ','2013-11-30','2013-11-30','20131130-15','09:40',1,'DR NUAMAH',NULL,'','20131130-6297',NULL),(17349,4661,1,530,'2013-11-30 17:45:31',0,0,'','2013113016','2013-11-30','2013-11-30','20131130-16','09:44',1,'DR OFORI',NULL,'','20131130-6298',NULL),(17350,4662,3,530,'2013-11-30 17:48:27',0,0,'','2013113017 ','2013-11-30','2013-11-30','20131130-17','09:47',1,'DR OFORI',NULL,'','20131130-6299',NULL),(17351,4663,3,530,'2013-11-30 18:05:03',0,0,'','2013113018','2013-11-30','2013-11-30','20131130-18','10:03',1,'DR VORTIA',NULL,'','20131130-6300',NULL),(17353,4663,4,530,'2013-11-30 18:05:03',1,0,'','2013113018','2013-11-30','2013-11-30','20131130-18','10:04',1,'DR VORTIA',NULL,'','20131130-6300',NULL),(17354,4664,3,530,'2013-11-30 18:15:26',1,0,'','2013113019','2013-11-30','2013-11-30','20131130-19','10:14',1,'DR VORTIA',NULL,'','20131130-6301',NULL),(17356,4664,4,530,'2013-11-30 18:15:26',1,0,'','2013113019','2013-11-30','2013-11-30','20131130-19','10:15',1,'DR VORTIA',NULL,'','20131130-6301',NULL),(17357,4665,3,530,'2013-11-30 18:21:26',0,0,'','2013113020','2013-11-30','2013-11-30','20131130-20','10:20',1,'DR VORTIA',NULL,'','20131130-6302',NULL),(17358,1913,3,530,'2013-11-30 18:23:20',0,0,'','2013113021','2013-11-30','2013-11-30','20131130-21','10:22',1,'DR VORTIA',NULL,'','20131130-6303',NULL),(17360,1913,14,530,'2013-11-30 18:23:20',1,0,'','2013113021','2013-11-30','2013-11-30','20131130-21','10:23',1,'DR VORTIA',NULL,'','20131130-6303',NULL),(17361,4666,1,530,'2013-11-30 18:28:27',0,0,'','2013113022','2013-11-30','2013-11-30','20131130-22','10:26',1,'DR NUAMAH',NULL,'','20131130-6304',NULL),(17363,4666,3,530,'2013-11-30 18:28:27',0,0,'','2013113022','2013-11-30','2013-11-30','20131130-22','10:27',1,'DR NUAMAH',NULL,'','20131130-6304',NULL),(17366,4666,2,530,'2013-11-30 18:28:27',0,0,'','2013113022','2013-11-30','2013-11-30','20131130-22','10:28',1,'DR NUAMAH',NULL,'','20131130-6304',NULL),(17367,4667,3,530,'2013-11-30 18:33:12',0,0,'','2013113023','2013-11-30','2013-11-30','20131130-23','10:30',1,'',NULL,'','20131130-6305',NULL),(17368,4668,1,530,'2013-11-30 18:36:11',0,0,'','2013113024 ','2013-11-30','2013-11-30','20131130-24','10:34',1,'DR VORTIA',NULL,'','20131130-6306',NULL),(17370,4668,3,530,'2013-11-30 18:36:11',0,0,'','2013113024 ','2013-11-30','2013-11-30','20131130-24','10:35',1,'DR VORTIA',NULL,'','20131130-6306',NULL),(17373,4668,5,530,'2013-11-30 18:36:12',1,0,'','2013113024 ','2013-11-30','2013-11-30','20131130-24','10:35',1,'DR VORTIA',NULL,'','20131130-6306',NULL),(17374,1440,4,530,'2013-11-30 18:37:11',0,0,'','2013113025','2013-11-30','2013-11-30','20131130-25','10:36',1,'DR DJAN',NULL,'','20131130-6307',NULL),(17375,4662,5,530,'2013-11-30 18:39:36',1,0,'','2013113017','2013-11-30','2013-11-30','20131130-26','10:38',1,'DR OFORI',NULL,'','20131130-6308',NULL),(17376,3219,3,555,'2013-11-30 18:49:26',1,0,'','2013113010','2013-11-30','2013-11-30','20131130-27','10:48',1,'',NULL,'','20131130-6309',NULL),(17377,4669,3,530,'2013-11-30 18:57:29',0,0,'','2013113028','2013-11-30','2013-11-30','20131130-28','10:56',1,'DR TACHIE',NULL,'','20131130-6310',NULL),(17378,4664,3,530,'2013-11-30 18:59:30',0,0,'','2013113019','2013-11-30','2013-11-30','20131130-29','10:58',1,'',NULL,'','20131130-6311',NULL),(17379,563,3,555,'2013-11-30 19:07:11',1,0,'','2013113011','2013-11-30','2013-11-30','20131130-32','11:06',1,'',NULL,'','20131130-6314',NULL),(17380,4671,3,530,'2013-11-30 19:07:19',0,0,'','2013113031','2013-11-30','2013-11-30','20131130-31','11:06',1,'DR MENSAH',NULL,'','20131130-6313',NULL),(17382,4671,5,530,'2013-11-30 19:07:19',1,0,'','2013113031','2013-11-30','2013-11-30','20131130-31','11:06',1,'DR MENSAH',NULL,'','20131130-6313',NULL),(17385,4671,4,530,'2013-11-30 19:07:19',1,0,'','2013113031','2013-11-30','2013-11-30','20131130-31','11:07',1,'DR MENSAH',NULL,'','20131130-6313',NULL),(17389,4671,1,530,'2013-11-30 19:07:19',1,0,'','2013113031','2013-11-30','2013-11-30','20131130-31','11:07',1,'DR MENSAH',NULL,'','20131130-6313',NULL),(17390,4641,3,530,'2013-11-30 19:09:50',0,0,'','2013113033','2013-11-30','2013-11-30','20131130-33','11:08',1,'DR MENSAH',NULL,'','20131130-6315',NULL),(17392,4641,4,530,'2013-11-30 19:09:51',1,0,'','2013113033','2013-11-30','2013-11-30','20131130-33','11:09',1,'DR MENSAH',NULL,'','20131130-6315',NULL),(17393,1164,3,530,'2013-11-30 19:20:41',0,0,'','2013113034','2013-11-30','2013-11-30','20131130-34','11:18',1,'DR VORTIA',NULL,'','20131130-6316',NULL),(17395,1164,4,530,'2013-11-30 19:20:41',1,0,'','2013113034','2013-11-30','2013-11-30','20131130-34','11:20',1,'DR VORTIA',NULL,'','20131130-6316',NULL),(17398,1164,1,530,'2013-11-30 19:20:41',1,0,'','2013113034','2013-11-30','2013-11-30','20131130-34','11:20',1,'DR VORTIA',NULL,'','20131130-6316',NULL),(17402,1164,5,530,'2013-11-30 19:20:41',0,0,'','2013113034','2013-11-30','2013-11-30','20131130-34','11:20',1,'DR VORTIA',NULL,'','20131130-6316',NULL),(17403,4626,1,530,'2013-11-30 19:23:05',1,0,'','2013113035 ','2013-11-30','2013-11-30','20131130-35','11:21',1,'DR MENSAH',NULL,'','20131130-6317',NULL),(17405,4626,4,530,'2013-11-30 19:23:05',1,0,'','2013113035 ','2013-11-30','2013-11-30','20131130-35','11:22',1,'DR MENSAH',NULL,'','20131130-6317',NULL),(17406,4661,1,530,'2013-11-30 19:29:02',1,0,'','2013113016','2013-11-30','2013-11-30','20131130-36','11:27',1,'DR OFORI',NULL,'','20131130-6318',NULL),(17407,4672,1,530,'2013-11-30 19:32:27',0,0,'','2013113037 ','2013-11-30','2013-11-30','20131130-37','11:30',1,'DR YEBOAH',NULL,'','20131130-6319',NULL),(17409,4672,3,530,'2013-11-30 19:32:27',0,0,'','2013113037 ','2013-11-30','2013-11-30','20131130-37','11:31',1,'DR YEBOAH',NULL,'','20131130-6319',NULL),(17412,4672,2,530,'2013-11-30 19:32:27',1,0,'','2013113037 ','2013-11-30','2013-11-30','20131130-37','11:32',1,'DR YEBOAH',NULL,'','20131130-6319',NULL),(17416,4672,4,530,'2013-11-30 19:32:28',1,0,'','2013113037 ','2013-11-30','2013-11-30','20131130-37','11:32',1,'DR YEBOAH',NULL,'','20131130-6319',NULL),(17417,4673,3,530,'2013-11-30 19:42:15',0,0,'','2013113038','2013-11-30','2013-11-30','20131130-38','11:40',1,'DR MENSAH',NULL,'','20131130-6320',NULL),(17419,4673,4,530,'2013-11-30 19:42:15',1,0,'','2013113038','2013-11-30','2013-11-30','20131130-38','11:42',1,'DR MENSAH',NULL,'','20131130-6320',NULL),(17420,4674,3,530,'2013-11-30 19:45:48',0,0,'','2013113039 ','2013-11-30','2013-11-30','20131130-39','11:44',1,'DR OFORI',NULL,'','20131130-6321',NULL),(17422,4674,1,530,'2013-11-30 19:45:49',0,0,'','2013113039 ','2013-11-30','2013-11-30','20131130-39','11:45',1,'DR OFORI',NULL,'','20131130-6321',NULL),(17425,4674,4,530,'2013-11-30 19:45:49',1,0,'','2013113039 ','2013-11-30','2013-11-30','20131130-39','11:45',1,'DR OFORI',NULL,'','20131130-6321',NULL),(17426,4460,3,530,'2013-11-30 19:50:39',0,0,'','2013113040 ','2013-11-30','2013-11-30','20131130-40','11:49',1,'DR DJAN',NULL,'','20131130-6322',NULL),(17428,4460,4,530,'2013-11-30 19:50:39',0,0,'','2013113040 ','2013-11-30','2013-11-30','20131130-40','11:49',1,'DR DJAN',NULL,'','20131130-6322',NULL),(17429,4659,4,530,'2013-11-30 19:53:16',1,0,'','2013113013','2013-11-30','2013-11-30','20131130-41','11:53',1,'',NULL,'','20131130-6323',NULL),(17430,1806,1,530,'2013-11-30 19:56:18',0,0,'','2013113042','2013-11-30','2013-11-30','20131130-42','11:53',1,'DR TACHIE',NULL,'','20131130-6324',NULL),(17431,1541,3,530,'2013-11-30 20:04:03',0,0,'','2013113043','2013-11-30','2013-11-30','20131130-43','12:02',1,'DR TAKYI',NULL,'','20131130-6325',NULL),(17433,1541,4,530,'2013-11-30 20:04:03',1,0,'','2013113043','2013-11-30','2013-11-30','20131130-43','12:03',1,'DR TAKYI',NULL,'','20131130-6325',NULL),(17434,3750,3,530,'2013-11-30 20:05:53',0,0,'','2013113044','2013-11-30','2013-11-30','20131130-44','12:04',1,'DR MENSAH',NULL,'','20131130-6326',NULL),(17435,4675,3,530,'2013-11-30 20:09:16',0,0,'','2013113045','2013-11-30','2013-11-30','20131130-45','12:08',1,'DR MENSAH',NULL,'','20131130-6327',NULL),(17437,4675,1,530,'2013-11-30 20:09:16',1,0,'','2013113045','2013-11-30','2013-11-30','20131130-45','12:09',1,'DR MENSAH',NULL,'','20131130-6327',NULL),(17438,4676,2,530,'2013-11-30 20:37:45',1,0,'','2013113046','2013-11-30','2013-11-30','20131130-46','12:36',1,'DR TAKYI',NULL,'','20131130-6328',NULL),(17439,4677,3,530,'2013-11-30 20:40:30',0,0,'','2013113047','2013-11-30','2013-11-30','20131130-47','12:39',1,'DR OFORI',NULL,'','20131130-6329',NULL),(17441,4677,1,530,'2013-11-30 20:40:31',1,0,'','2013113047','2013-11-30','2013-11-30','20131130-47','12:40',1,'DR OFORI',NULL,'','20131130-6329',NULL),(17444,4677,4,530,'2013-11-30 20:40:31',1,0,'','2013113047','2013-11-30','2013-11-30','20131130-47','12:40',1,'DR OFORI',NULL,'','20131130-6329',NULL),(17445,4678,3,530,'2013-11-30 20:44:28',0,0,'','2013113048 ','2013-11-30','2013-11-30','20131130-48','12:43',1,'DR MENSAH',NULL,'','20131130-6330',NULL),(17447,4678,4,530,'2013-11-30 20:44:28',0,0,'','2013113048 ','2013-11-30','2013-11-30','20131130-48','12:44',1,'DR MENSAH',NULL,'','20131130-6330',NULL),(17448,4679,3,530,'2013-11-30 21:07:21',0,0,'','2013113049','2013-11-30','2013-11-30','20131130-49','13:05',1,'DR VORTIA',NULL,'','20131130-6331',NULL),(17450,4679,1,530,'2013-11-30 21:07:21',0,0,'','2013113049','2013-11-30','2013-11-30','20131130-49','13:06',1,'DR VORTIA',NULL,'','20131130-6331',NULL),(17453,4679,4,530,'2013-11-30 21:07:21',1,0,'','2013113049','2013-11-30','2013-11-30','20131130-49','13:07',1,'DR VORTIA',NULL,'','20131130-6331',NULL),(17454,4293,3,530,'2013-11-30 21:11:26',1,0,'','2013113050','2013-11-30','2013-11-30','20131130-50','13:10',1,'DR YEBOAH',NULL,'','20131130-6332',NULL),(17455,4680,3,530,'2013-11-30 21:17:18',0,0,'','2013113051 ','2013-11-30','2013-11-30','20131130-51','13:14',1,'DR TACHIE',NULL,'','20131130-6333',NULL),(17456,2617,3,530,'2013-11-30 21:22:22',0,0,'','2013113052','2013-11-30','2013-11-30','20131130-52','13:20',1,'',NULL,'','20131130-6334',NULL),(17458,2617,1,530,'2013-11-30 21:22:22',0,0,'','2013113052','2013-11-30','2013-11-30','20131130-52','13:21',1,'',NULL,'','20131130-6334',NULL),(17459,4661,3,555,'2013-11-30 21:50:18',1,0,'','2013113016','2013-11-30','2013-11-30','20131130-53','13:49',1,'',NULL,'','20131130-6335',NULL),(17460,4673,4,555,'2013-11-30 21:55:17',0,0,'','2013113038','2013-11-30','2013-11-30','20131130-54','13:54',1,'',NULL,'','20131130-6336',NULL),(17461,4681,3,530,'2013-11-30 22:04:17',0,0,'','2013113055 ','2013-11-30','2013-11-30','20131130-55','14:03',1,'DR MENSAH',NULL,'','20131130-6337',NULL),(17462,3859,1,530,'2013-11-30 22:09:53',0,0,'','2013113056','2013-11-30','2013-11-30','20131130-56','14:09',1,'DR TACHIE',NULL,'','20131130-6338',NULL),(17463,4682,1,530,'2013-11-30 22:12:09',0,0,'','2013113057 ','2013-11-30','2013-11-30','20131130-57','14:11',1,'DR MENSAH',NULL,'','20131130-6339',NULL),(17465,4682,2,530,'2013-11-30 22:12:10',0,0,'','2013113057 ','2013-11-30','2013-11-30','20131130-57','14:11',1,'DR MENSAH',NULL,'','20131130-6339',NULL),(17468,4682,3,530,'2013-11-30 22:12:10',0,0,'','2013113057 ','2013-11-30','2013-11-30','20131130-57','14:11',1,'DR MENSAH',NULL,'','20131130-6339',NULL),(17469,4683,3,530,'2013-11-30 22:19:21',0,0,'','2013113058','2013-11-30','2013-11-30','20131130-58','14:18',1,'DR TACHIE',NULL,'','20131130-6340',NULL),(17471,4683,1,530,'2013-11-30 22:19:22',0,0,'','2013113058','2013-11-30','2013-11-30','20131130-58','14:18',1,'DR TACHIE',NULL,'','20131130-6340',NULL),(17474,4683,4,530,'2013-11-30 22:19:22',1,0,'','2013113058','2013-11-30','2013-11-30','20131130-58','14:19',1,'DR TACHIE',NULL,'','20131130-6340',NULL),(17475,4684,3,530,'2013-11-30 22:24:21',0,0,'','2013113059','2013-11-30','2013-11-30','20131130-59','14:23',1,'DR VORTIA',NULL,'','20131130-6341',NULL),(17477,4684,1,530,'2013-11-30 22:24:21',0,0,'','2013113059','2013-11-30','2013-11-30','20131130-59','14:23',1,'DR VORTIA',NULL,'','20131130-6341',NULL),(17480,4684,4,530,'2013-11-30 22:24:22',1,0,'','2013113059','2013-11-30','2013-11-30','20131130-59','14:24',1,'DR VORTIA',NULL,'','20131130-6341',NULL),(17481,4685,3,530,'2013-11-30 22:33:22',0,0,'','2013113060','2013-11-30','2013-11-30','20131130-60','14:32',1,'DR TACHIE',NULL,'','20131130-6342',NULL),(17483,4685,1,530,'2013-11-30 22:33:22',0,0,'','2013113060','2013-11-30','2013-11-30','20131130-60','14:33',1,'DR TACHIE',NULL,'','20131130-6342',NULL),(17484,4686,3,530,'2013-11-30 22:46:02',0,0,'','2013113062','2013-11-30','2013-11-30','20131130-62','14:45',1,'',NULL,'','20131130-6344',NULL),(17486,4686,1,530,'2013-11-30 22:46:02',0,0,'','2013113062','2013-11-30','2013-11-30','20131130-62','14:45',1,'',NULL,'','20131130-6344',NULL),(17487,4687,3,530,'2013-11-30 22:52:59',0,0,'','2013113063','2013-11-30','2013-11-30','20131130-63','14:52',1,'DR YEBOAH',NULL,'','20131130-6345',NULL),(17489,4687,4,530,'2013-11-30 22:52:59',1,0,'','2013113063','2013-11-30','2013-11-30','20131130-63','14:52',1,'DR YEBOAH',NULL,'','20131130-6345',NULL),(17490,4641,3,555,'2013-11-30 22:55:26',1,0,'','2013113033','2013-11-30','2013-11-30','20131130-64','14:54',1,'',NULL,'','20131130-6346',NULL),(17491,4688,3,530,'2013-11-30 22:56:31',0,0,'','2013113061','2013-11-30','2013-11-30','20131130-61','14:55',1,'DR OFORI',NULL,'','20131130-6343',NULL),(17492,4678,4,530,'2013-11-30 23:08:53',1,0,'','2013113048','2013-11-30','2013-11-30','20131130-65','15:08',1,'',NULL,'','20131130-6347',NULL),(17493,4689,4,530,'2013-11-30 23:12:08',0,0,'','2013113066','2013-11-30','2013-11-30','20131130-66','15:11',1,'DR MENSAH',NULL,'','20131130-6348',NULL),(17494,4690,3,530,'2013-11-30 23:24:00',0,0,'','2013113067','2013-11-30','2013-11-30','20131130-67','15:22',1,'DR YEBOAH',NULL,'','20131130-6349',NULL),(17496,4690,4,530,'2013-11-30 23:24:00',1,0,'','2013113067','2013-11-30','2013-11-30','20131130-67','15:23',1,'DR YEBOAH',NULL,'','20131130-6349',NULL),(17497,4691,3,530,'2013-11-30 23:32:07',0,0,'','2013113068','2013-11-30','2013-11-30','20131130-68','15:30',1,'DR MENSAH',NULL,'','20131130-6350',NULL),(17499,4691,5,530,'2013-11-30 23:32:07',1,0,'','2013113068','2013-11-30','2013-11-30','20131130-68','15:31',1,'DR MENSAH',NULL,'','20131130-6350',NULL),(17500,788,1,530,'2013-11-30 23:48:01',1,0,'','2013113071','2013-11-30','2013-11-30','20131130-71','15:47',1,'DR TACHIE',NULL,'','20131130-6353',NULL),(17501,3417,1,530,'2013-12-01 00:06:13',0,0,'','2013113072','2013-11-30','2013-11-30','20131130-72','15:49',1,'DR TACHIE',NULL,'','20131130-6354',NULL),(17502,4025,3,530,'2013-12-01 00:09:38',0,0,'','2013113074','2013-11-30','2013-11-30','20131130-74','16:08',1,'PROF E D YEBOAH',NULL,'','20131130-6356',NULL),(17503,4692,3,530,'2013-12-01 00:15:36',1,0,'','2013113075','2013-11-30','2013-11-30','20131130-75','16:14',1,'',NULL,'','20131130-6357',NULL),(17504,4693,3,530,'2013-12-01 00:21:53',0,0,'','2013113076 ','2013-11-30','2013-11-30','20131130-76','16:20',1,'DR YEBOAH',NULL,'','20131130-6358',NULL),(17506,4693,4,530,'2013-12-01 00:21:53',1,0,'','2013113076 ','2013-11-30','2013-11-30','20131130-76','16:21',1,'DR YEBOAH',NULL,'','20131130-6358',NULL),(17507,2101,1,530,'2013-12-01 00:34:15',0,0,'','2013113077 ','2013-11-30','2013-11-30','20131130-77','16:32',1,'DR DANIELS',NULL,'','20131130-6359',NULL),(17508,3252,3,530,'2013-12-01 00:40:54',0,0,'','2013113078','2013-11-30','2013-11-30','20131130-78','16:39',1,'DR YEBOAH',NULL,'','20131130-6360',NULL),(17510,3252,4,530,'2013-12-01 00:40:54',1,0,'','2013113078','2013-11-30','2013-11-30','20131130-78','16:40',1,'DR YEBOAH',NULL,'','20131130-6360',NULL),(17511,4694,19,555,'2013-12-01 01:09:31',1,0,'','2013113079','2013-11-30','2013-11-30','20131130-79','17:07',1,'DR YEBOAH',NULL,'','20131130-6361',NULL),(17512,4695,3,555,'2013-12-01 01:22:19',0,0,'','2013113080','2013-11-30','2013-11-30','20131130-80','17:17',1,'DR YEBOAH',NULL,'','20131130-6362',NULL),(17514,4695,4,555,'2013-12-01 01:22:19',1,0,'','2013113080','2013-11-30','2013-11-30','20131130-80','17:19',1,'DR YEBOAH',NULL,'','20131130-6362',NULL),(17517,4695,1,555,'2013-12-01 01:22:19',0,0,'','2013113080','2013-11-30','2013-11-30','20131130-80','17:19',1,'DR YEBOAH',NULL,'','20131130-6362',NULL),(17521,4695,3,555,'2013-12-01 01:22:19',0,0,'','2013113080','2013-11-30','2013-11-30','20131130-80','17:21',1,'DR YEBOAH',NULL,'','20131130-6362',NULL),(17522,4696,3,555,'2013-12-01 01:29:05',0,0,'','2013113081 ','2013-11-30','2013-11-30','20131130-81','17:26',1,'DR YEBOAH',NULL,'','20131130-6363',NULL),(17524,4696,4,555,'2013-12-01 01:29:05',1,0,'','2013113081 ','2013-11-30','2013-11-30','20131130-81','17:28',1,'DR YEBOAH',NULL,'','20131130-6363',NULL),(17525,4602,4,555,'2013-12-01 01:32:16',1,0,'','2013113082','2013-11-30','2013-11-30','20131130-82','17:30',1,'DR VORTIA',NULL,'','20131130-6364',NULL),(17526,4697,1,555,'2013-12-01 01:38:01',0,0,'','2013113083','2013-11-30','2013-11-30','20131130-83','17:34',1,'DR TAKYI',NULL,'','20131130-6365',NULL),(17527,4698,3,555,'2013-12-01 01:46:04',0,0,'','2013113084','2013-11-30','2013-11-30','20131130-84','17:42',1,'DR YEBOAH',NULL,'','20131130-6366',NULL),(17529,4698,1,555,'2013-12-01 01:46:04',0,0,'','2013113084','2013-11-30','2013-11-30','20131130-84','17:44',1,'DR YEBOAH',NULL,'','20131130-6366',NULL),(17530,4699,3,530,'2013-12-01 01:55:00',0,0,'','2013113085','2013-11-30','2013-11-30','20131130-85','17:53',1,'DR YEBOAH',NULL,'','20131130-6367',NULL),(17532,4699,4,530,'2013-12-01 01:55:00',1,0,'','2013113085','2013-11-30','2013-11-30','20131130-85','17:54',1,'DR YEBOAH',NULL,'','20131130-6367',NULL),(17533,4700,3,530,'2013-12-01 01:57:33',0,0,'','2013113086 ','2013-11-30','2013-11-30','20131130-86','17:56',1,'DR YEBOAH',NULL,'','20131130-6368',NULL),(17535,4700,4,530,'2013-12-01 01:57:33',1,0,'','2013113086','2013-11-30','2013-11-30','20131130-86','17:57',1,'DR YEBOAH',NULL,'','20131130-6368',NULL),(17536,4110,3,530,'2013-12-01 02:00:02',0,0,'','2013113087','2013-11-30','2013-11-30','20131130-87','17:58',1,'DR DJAN',NULL,'','20131130-6369',NULL),(17537,4185,3,530,'2013-12-01 02:22:48',0,0,'','2013113088','2013-11-30','2013-11-30','20131130-88','18:21',1,'DR MENSAH',NULL,'','20131130-6370',NULL),(17538,4701,1,530,'2013-12-01 02:25:29',1,0,'','2013113089','2013-11-30','2013-11-30','20131130-89','18:24',1,'',NULL,'','20131130-6371',NULL),(17539,4702,1,530,'2013-12-01 02:32:16',0,0,'','2013113090','2013-11-30','2013-11-30','20131130-90','18:30',1,'DR MENSAH',NULL,'','20131130-6372',NULL),(17541,4702,3,530,'2013-12-01 02:32:16',0,0,'','2013113090','2013-11-30','2013-11-30','20131130-90','18:32',1,'DR MENSAH',NULL,'','20131130-6372',NULL),(17542,4703,3,530,'2013-12-01 02:37:42',1,0,'','2013113091','2013-11-30','2013-11-30','20131130-91','18:36',1,'DR YEBOAH',NULL,'','20131130-6373',NULL),(17544,4703,1,530,'2013-12-01 02:37:42',1,0,'','2013113091','2013-11-30','2013-11-30','20131130-91','18:37',1,'DR YEBOAH',NULL,'','20131130-6373',NULL),(17547,4703,4,530,'2013-12-01 02:37:42',1,0,'','2013113091','2013-11-30','2013-11-30','20131130-91','18:37',1,'DR YEBOAH',NULL,'','20131130-6373',NULL),(17548,4704,3,530,'2013-12-01 03:06:41',0,0,'','2013113092 ','2013-11-30','2013-11-30','20131130-92','19:05',1,'DR YEBOAH',NULL,'','20131130-6374',NULL),(17550,4704,1,530,'2013-12-01 03:06:41',1,0,'','2013113092 ','2013-11-30','2013-11-30','20131130-92','19:06',1,'DR YEBOAH',NULL,'','20131130-6374',NULL),(17553,4704,4,530,'2013-12-01 03:06:41',1,0,'','2013113092 ','2013-11-30','2013-11-30','20131130-92','19:06',1,'DR YEBOAH',NULL,'','20131130-6374',NULL),(17554,4705,3,530,'2013-12-01 03:09:44',0,0,'','2013113093','2013-11-30','2013-11-30','20131130-93','19:08',1,'DR YEBOAH',NULL,'','20131130-6375',NULL),(17556,4705,4,530,'2013-12-01 03:09:45',1,0,'','2013113093','2013-11-30','2013-11-30','20131130-93','19:09',1,'DR YEBOAH',NULL,'','20131130-6375',NULL),(17557,4607,3,558,'2013-12-01 03:34:49',0,0,'','2013113094','2013-11-30','2013-11-30','20131130-94','19:33',1,'DR MENSAH',NULL,'','20131130-6376',NULL),(17558,4706,3,558,'2013-12-01 03:40:02',0,0,'','2013113095','2013-11-30','2013-11-30','20131130-95','19:39',1,'DR MENSAH',NULL,'','20131130-6377',NULL),(17560,4706,4,558,'2013-12-01 03:40:02',1,0,'','2013113095','2013-11-30','2013-11-30','20131130-95','19:39',1,'DR MENSAH',NULL,'','20131130-6377',NULL),(17561,4607,3,558,'2013-12-01 06:21:01',1,0,'','2013113096','2013-11-30','2013-11-30','20131130-96','22:19',1,'DR OFORI ANTI',NULL,'','20131130-6378',NULL),(17563,4607,4,558,'2013-12-01 06:21:01',1,0,'','2013113096','2013-11-30','2013-11-30','20131130-96','22:20',1,'DR OFORI ANTI',NULL,'','20131130-6378',NULL),(17566,4607,1,558,'2013-12-01 06:21:02',0,0,'','2013113096','2013-11-30','2013-11-30','20131130-96','22:20',1,'DR OFORI ANTI',NULL,'','20131130-6378',NULL),(17567,1044,3,558,'2013-12-01 07:39:21',1,0,'','2013113097','2013-11-30','2013-11-30','20131130-97','23:37',1,'DR OFORI ANTI',NULL,'','20131130-6379',NULL),(17569,1044,1,558,'2013-12-01 07:39:21',1,0,'','2013113097','2013-11-30','2013-11-30','20131130-97','23:38',1,'DR OFORI ANTI',NULL,'','20131130-6379',NULL),(17572,1044,5,558,'2013-12-01 07:39:21',0,0,'','2013113097','2013-11-30','2013-11-30','20131130-97','23:39',1,'DR OFORI ANTI',NULL,'','20131130-6379',NULL),(17573,4707,3,558,'2013-12-01 07:46:28',1,0,'','2013113098','2013-11-30','2013-11-30','20131130-98','23:44',1,'DR OFORI ANTI',NULL,'','20131130-6380',NULL),(17575,4707,1,558,'2013-12-01 07:46:29',0,0,'','2013113098','2013-11-30','2013-11-30','20131130-98','23:46',1,'DR OFORI ANTI',NULL,'','20131130-6380',NULL),(17576,4708,3,558,'2013-12-01 12:25:21',1,0,'','201312011','2013-12-01','2013-12-01','20131201-1','04:24',1,'DR OFORI ANTI',NULL,'','20131201-6381',NULL),(17577,648,3,558,'2013-12-01 12:37:33',1,0,'','201312012','2013-12-01','2013-12-01','20131201-2','04:35',1,'DR OFORI ANTI',NULL,'','20131201-6382',NULL),(17579,648,4,558,'2013-12-01 12:37:33',1,0,'','201312012','2013-12-01','2013-12-01','20131201-2','04:36',1,'DR OFORI ANTI',NULL,'','20131201-6382',NULL),(17580,4709,3,558,'2013-12-01 15:53:31',0,0,'','201312013','2013-12-01','2013-12-01','20131201-3','07:52',1,'DR OFORI ANTI',NULL,'','20131201-6383',NULL),(17581,4710,1,530,'2013-12-01 16:01:08',0,0,'','201312014','2013-12-01','2013-12-01','20131201-4','08:00',1,'',NULL,'','20131201-6384',NULL),(17582,4640,1,530,'2013-12-01 16:03:40',1,0,'','201312015','2013-12-01','2013-12-01','20131201-5','08:02',1,'DR OFORI ANTI',NULL,'','20131201-6385',NULL),(17583,4711,1,530,'2013-12-01 16:21:03',0,0,'','201312016 ','2013-12-01','2013-12-01','20131201-6','08:19',1,'DR TACHIE',NULL,'','20131201-6386',NULL),(17585,4711,2,530,'2013-12-01 16:21:03',0,0,'','201312016 ','2013-12-01','2013-12-01','20131201-6','08:20',1,'DR TACHIE',NULL,'','20131201-6386',NULL),(17586,4712,3,530,'2013-12-01 16:58:29',0,0,'','201312017','2013-12-01','2013-12-01','20131201-7','08:57',1,'DR OFORI',NULL,'','20131201-6387',NULL),(17588,4712,1,530,'2013-12-01 16:58:30',1,0,'','201312017','2013-12-01','2013-12-01','20131201-7','08:58',1,'DR OFORI',NULL,'','20131201-6387',NULL),(17589,3765,3,530,'2013-12-01 17:15:52',0,0,'','201312018','2013-12-01','2013-12-01','20131201-8','09:15',1,'DR OFORI',NULL,'','20131201-6388',NULL),(17590,485,4,530,'2013-12-01 17:35:23',1,0,'','201312019','2013-12-01','2013-12-01','20131201-9','09:34',1,'DR OFORI',NULL,'','20131201-6389',NULL),(17591,4705,4,530,'2013-12-01 17:36:51',1,0,'','2013120110','2013-12-01','2013-12-01','20131201-10','09:36',1,'DR OFORI',NULL,'','20131201-6390',NULL),(17592,4713,3,530,'2013-12-01 17:45:16',0,0,'','2013120111','2013-12-01','2013-12-01','20131201-11','09:43',1,'DR OFORI',NULL,'','20131201-6391',NULL),(17594,4713,4,530,'2013-12-01 17:45:16',1,0,'','2013120111','2013-12-01','2013-12-01','20131201-11','09:44',1,'DR OFORI',NULL,'','20131201-6391',NULL),(17595,1790,3,530,'2013-12-01 18:18:42',0,0,'','2013120112','2013-12-01','2013-12-01','20131201-12','10:17',1,'DR VORTIA',NULL,'','20131201-6392',NULL),(17597,1790,1,530,'2013-12-01 18:18:42',0,0,'','2013120112','2013-12-01','2013-12-01','20131201-12','10:18',1,'DR VORTIA',NULL,'','20131201-6392',NULL),(17598,4714,3,530,'2013-12-01 18:27:46',1,0,'','2013120113','2013-12-01','2013-12-01','20131201-13','10:26',1,'DR OFORI',NULL,'','20131201-6393',NULL),(17599,4715,3,530,'2013-12-01 18:32:48',0,0,'','2013120114','2013-12-01','2013-12-01','20131201-14','10:32',1,'DR OFORI',NULL,'','20131201-6394',NULL),(17601,4715,1,530,'2013-12-01 18:32:49',1,0,'','2013120114','2013-12-01','2013-12-01','20131201-14','10:32',1,'DR OFORI',NULL,'','20131201-6394',NULL),(17602,4715,4,530,'2013-12-01 18:33:50',1,0,'','2013120114','2013-12-01','2013-12-01','20131201-15','10:33',1,'',NULL,'','20131201-6395',NULL),(17603,4716,3,530,'2013-12-01 18:35:53',0,0,'','2013120116','2013-12-01','2013-12-01','20131201-16','10:34',1,'DR OFORI',NULL,'','20131201-6396',NULL),(17605,4716,4,530,'2013-12-01 18:35:53',1,0,'','2013120116','2013-12-01','2013-12-01','20131201-16','10:35',1,'DR OFORI',NULL,'','20131201-6396',NULL),(17606,4717,3,530,'2013-12-01 18:40:55',1,0,'','2013120117','2013-12-01','2013-12-01','20131201-17','10:39',1,'',NULL,'','20131201-6397',NULL),(17607,4718,3,530,'2013-12-01 18:46:31',0,0,'','2013120118','2013-12-01','2013-12-01','20131201-18','10:45',1,'DR OFORI',NULL,'','20131201-6398',NULL),(17609,4718,1,530,'2013-12-01 18:46:32',1,0,'','2013120118','2013-12-01','2013-12-01','20131201-18','10:46',1,'DR OFORI',NULL,'','20131201-6398',NULL),(17612,4718,4,530,'2013-12-01 18:46:32',1,0,'','2013120118','2013-12-01','2013-12-01','20131201-18','10:46',1,'DR OFORI',NULL,'','20131201-6398',NULL),(17613,4719,3,530,'2013-12-01 18:54:58',0,0,'','2013120119 ','2013-12-01','2013-12-01','20131201-19','10:52',1,'DR FRIMPONG',NULL,'','20131201-6399',NULL),(17614,4720,3,530,'2013-12-01 18:59:45',0,0,'','2013120120','2013-12-01','2013-12-01','20131201-20','10:58',1,'DR YEBOAH',NULL,'','20131201-6400',NULL),(17616,4720,1,530,'2013-12-01 18:59:45',0,0,'','2013120120','2013-12-01','2013-12-01','20131201-20','10:58',1,'DR YEBOAH',NULL,'','20131201-6400',NULL),(17619,4720,4,530,'2013-12-01 18:59:45',1,0,'','2013120120','2013-12-01','2013-12-01','20131201-20','10:59',1,'DR YEBOAH',NULL,'','20131201-6400',NULL),(17620,4721,3,530,'2013-12-01 19:02:08',0,0,'','2013120121 ','2013-12-01','2013-12-01','20131201-21','11:01',1,'DR FRIMPONG',NULL,'','20131201-6401',NULL),(17621,4722,3,530,'2013-12-01 19:06:13',0,0,'','2013120122','2013-12-01','2013-12-01','20131201-22','11:05',1,'DR FRIMPONG',NULL,'','20131201-6402',NULL),(17622,4723,3,530,'2013-12-01 19:11:00',0,0,'','2013120123','2013-12-01','2013-12-01','20131201-23','11:07',1,'DR OFORI',NULL,'','20131201-6403',NULL),(17624,4723,1,530,'2013-12-01 19:11:01',0,0,'','2013120123','2013-12-01','2013-12-01','20131201-23','11:09',1,'DR OFORI',NULL,'','20131201-6403',NULL),(17625,4593,3,530,'2013-12-01 19:20:59',0,0,'','2013120125 ','2013-12-01','2013-12-01','20131201-25','11:19',1,'DR TAKYI',NULL,'','20131201-6405',NULL),(17626,4724,5,530,'2013-12-01 19:24:44',1,0,'','2013120126','2013-12-01','2013-12-01','20131201-26','11:23',1,'DR YEBOAH',NULL,'','20131201-6406',NULL),(17627,4725,5,530,'2013-12-01 19:28:18',1,0,'','2013120127','2013-12-01','2013-12-01','20131201-27','11:27',1,'DR OFORI',NULL,'','20131201-6407',NULL),(17628,4630,3,530,'2013-12-01 19:42:54',1,0,'','2013120128','2013-12-01','2013-12-01','20131201-28','11:42',1,'DR MENSAH',NULL,'','20131201-6408',NULL),(17629,4717,1,552,'2013-12-01 19:58:42',1,0,'','2013120117','2013-12-01','2013-12-01','20131201-29','11:58',1,'',NULL,'','20131201-6409',NULL),(17630,4726,3,530,'2013-12-01 20:08:35',0,0,'','2013120130','2013-12-01','2013-12-01','20131201-30','12:07',1,'DR FRIMPONG',NULL,'','20131201-6410',NULL),(17631,4727,3,530,'2013-12-01 20:16:22',0,0,'','2013120131','2013-12-01','2013-12-01','20131201-31','12:14',1,'DR GEPI ATTEE',NULL,'','20131201-6411',NULL),(17633,4727,4,530,'2013-12-01 20:16:23',1,0,'','2013120131','2013-12-01','2013-12-01','20131201-31','12:16',1,'DR GEPI ATTEE',NULL,'','20131201-6411',NULL),(17636,4727,1,530,'2013-12-01 20:16:23',1,0,'','2013120131','2013-12-01','2013-12-01','20131201-31','12:16',1,'DR GEPI ATTEE',NULL,'','20131201-6411',NULL),(17637,4581,7,535,'2013-12-01 21:07:19',1,0,'','2013112885','2013-12-01','2013-12-01','20131201-32','13:04',1,'',NULL,'','20131201-6412',NULL),(17638,4728,5,530,'2013-12-01 21:18:16',1,0,'','2013120133 ','2013-12-01','2013-12-01','20131201-33','13:17',1,'DR FRIMPONG',NULL,'','20131201-6413',NULL),(17639,4729,3,530,'2013-12-01 21:33:12',0,0,'','2013120134 ','2013-12-01','2013-12-01','20131201-34','13:32',1,'DR FRIMPONG',NULL,'','20131201-6414',NULL),(17641,4729,1,530,'2013-12-01 21:33:12',1,0,'','2013120134 ','2013-12-01','2013-12-01','20131201-34','13:32',1,'DR FRIMPONG',NULL,'','20131201-6414',NULL),(17644,4729,4,530,'2013-12-01 21:33:12',1,0,'','2013120134 ','2013-12-01','2013-12-01','20131201-34','13:33',1,'DR FRIMPONG',NULL,'','20131201-6414',NULL),(17645,4730,3,530,'2013-12-01 21:36:52',0,0,'','2013120135','2013-12-01','2013-12-01','20131201-35','13:35',1,'DR OFORI',NULL,'','20131201-6415',NULL),(17647,4730,1,530,'2013-12-01 21:36:52',1,0,'','2013120135','2013-12-01','2013-12-01','20131201-35','13:36',1,'DR OFORI',NULL,'','20131201-6415',NULL),(17650,4730,4,530,'2013-12-01 21:36:52',0,0,'','2013120135','2013-12-01','2013-12-01','20131201-35','13:36',1,'DR OFORI',NULL,'','20131201-6415',NULL),(17651,3898,4,535,'2013-12-01 21:38:21',1,0,'','2013112925','2013-12-01','2013-11-29','20131201-36','13:37',1,'',NULL,'','20131201-6416',NULL),(17652,4233,1,530,'2013-12-01 21:44:35',1,0,'','2013120137','2013-12-01','2013-12-01','20131201-37','13:39',1,'DR ',NULL,'','20131201-6417',NULL),(17653,4653,3,530,'2013-12-01 22:44:56',0,0,'','2013120138 ','2013-12-01','2013-12-01','20131201-38','14:43',1,'DR MENSAH',NULL,'','20131201-6418',NULL),(17655,4653,1,530,'2013-12-01 22:44:57',0,0,'','2013120138 ','2013-12-01','2013-12-01','20131201-38','14:44',1,'DR MENSAH',NULL,'','20131201-6418',NULL),(17658,4653,2,530,'2013-12-01 22:44:57',0,0,'','2013120138 ','2013-12-01','2013-12-01','20131201-38','14:44',1,'DR MENSAH',NULL,'','20131201-6418',NULL),(17659,3765,5,530,'2013-12-01 23:09:51',1,0,'','201312018','2013-12-01','2013-12-01','20131201-40','15:08',1,'DR OFORI',NULL,'','20131201-6420',NULL),(17660,4731,3,530,'2013-12-01 23:34:45',0,0,'','2013120141','2013-12-01','2013-12-01','20131201-41','15:33',1,'DR NKETIAH',NULL,'','20131201-6421',NULL),(17661,4732,3,530,'2013-12-01 23:37:22',0,0,'','2013120142','2013-12-01','2013-12-01','20131201-42','15:36',1,'DR OFORI',NULL,'','20131201-6422',NULL),(17663,4732,4,530,'2013-12-01 23:37:22',1,0,'','2013120142','2013-12-01','2013-12-01','20131201-42','15:37',1,'DR OFORI',NULL,'','20131201-6422',NULL),(17664,4733,3,530,'2013-12-01 23:42:48',0,0,'','2013120143','2013-12-01','2013-12-01','20131201-43','15:41',1,'DR NKETIAH',NULL,'','20131201-6423',NULL),(17665,4734,3,530,'2013-12-01 23:47:06',0,0,'','2013120144','2013-12-01','2013-12-01','20131201-44','15:45',1,'DR NKETIAH',NULL,'','20131201-6424',NULL),(17666,4735,3,530,'2013-12-01 23:51:50',0,0,'','2013120146 ','2013-12-01','2013-12-01','20131201-46','15:50',1,'DR OFORI',NULL,'','20131201-6426',NULL),(17668,4735,4,530,'2013-12-01 23:51:50',1,0,'','2013120146 ','2013-12-01','2013-12-01','20131201-46','15:51',1,'DR OFORI',NULL,'','20131201-6426',NULL),(17669,4736,3,530,'2013-12-01 23:55:16',0,0,'','2013120147','2013-12-01','2013-12-01','20131201-47','15:54',1,'DR NKETIAH',NULL,'','20131201-6427',NULL),(17671,4736,4,530,'2013-12-01 23:55:17',1,0,'','2013120147','2013-12-01','2013-12-01','20131201-47','15:55',1,'DR NKETIAH',NULL,'','20131201-6427',NULL),(17672,4737,5,530,'2013-12-02 00:02:38',1,0,'','2013120145','2013-12-01','2013-12-01','20131201-45','16:01',1,'DR FUMMY',NULL,'','20131201-6425',NULL),(17673,4738,3,530,'2013-12-02 00:26:03',0,0,'','2013120149','2013-12-01','2013-12-01','20131201-49','16:24',1,'DR NKETIAH',NULL,'','20131201-6429',NULL),(17674,1396,21,535,'2013-12-02 00:40:54',0,0,'','2013120150','2013-12-01','2013-12-01','20131201-50','16:39',1,'',NULL,'','20131201-6430',NULL),(17675,4739,4,535,'2013-12-02 00:43:54',1,0,'','2013120151','2013-12-01','2013-12-01','20131201-51','16:43',1,'',NULL,'','20131201-6431',NULL),(17676,4734,3,552,'2013-12-02 01:01:31',1,0,'','2013120144','2013-12-01','2013-12-01','20131201-52','17:01',1,'',NULL,'','20131201-6432',NULL),(17677,4740,3,535,'2013-12-02 01:04:39',0,0,'','2013120154','2013-12-01','2013-12-01','20131201-54','17:03',1,'',NULL,'','20131201-6434',NULL),(17678,4741,3,530,'2013-12-02 01:13:44',0,0,'','2013120155','2013-12-01','2013-12-01','20131201-55','17:11',1,'DR OFORI',NULL,'','20131201-6435',NULL),(17680,4741,1,530,'2013-12-02 01:13:44',1,0,'','2013120155','2013-12-01','2013-12-01','20131201-55','17:13',1,'DR OFORI',NULL,'','20131201-6435',NULL),(17683,4741,4,530,'2013-12-02 01:13:45',1,0,'','2013120155','2013-12-01','2013-12-01','20131201-55','17:13',1,'DR OFORI',NULL,'','20131201-6435',NULL),(17684,4742,3,530,'2013-12-02 01:16:00',0,0,'','2013120156','2013-12-01','2013-12-01','20131201-56','17:15',1,'DR OFORI',NULL,'','20131201-6436',NULL),(17686,4742,1,530,'2013-12-02 01:16:00',1,0,'','2013120156','2013-12-01','2013-12-01','20131201-56','17:15',1,'DR OFORI',NULL,'','20131201-6436',NULL),(17689,4742,4,530,'2013-12-02 01:16:00',1,0,'','2013120156','2013-12-01','2013-12-01','20131201-56','17:15',1,'DR OFORI',NULL,'','20131201-6436',NULL),(17690,4736,4,530,'2013-12-02 01:46:23',1,0,'','2013120147','2013-12-01','2013-12-01','20131201-57','17:45',1,'DR NKETIAH',NULL,'','20131201-6437',NULL),(17691,4743,3,530,'2013-12-02 01:52:53',0,0,'','2013120158','2013-12-01','2013-12-01','20131201-58','17:51',1,'DR OFORI',NULL,'','20131201-6438',NULL),(17693,4743,4,530,'2013-12-02 01:52:53',1,0,'','2013120158','2013-12-01','2013-12-01','20131201-58','17:52',1,'DR OFORI',NULL,'','20131201-6438',NULL),(17696,4743,1,530,'2013-12-02 01:52:53',1,0,'','2013120158','2013-12-01','2013-12-01','20131201-58','17:52',1,'DR OFORI',NULL,'','20131201-6438',NULL),(17697,2181,1,530,'2013-12-02 02:26:11',1,0,'','2013120159','2013-12-01','2013-12-01','20131201-59','18:24',1,'DR NKETIAH',NULL,'','20131201-6439',NULL),(17698,4744,3,530,'2013-12-02 02:59:23',1,0,'','2013120160','2013-12-01','2013-12-01','20131201-60','18:57',1,'DR OFORI',NULL,'','20131201-6440',NULL),(17700,4744,1,530,'2013-12-02 02:59:24',1,0,'','2013120160','2013-12-01','2013-12-01','20131201-60','18:59',1,'DR OFORI',NULL,'','20131201-6440',NULL),(17701,4745,3,558,'2013-12-02 03:53:48',1,0,'','2013120161','2013-12-01','2013-12-01','20131201-61','19:52',1,'DR NKETIAH',NULL,'','20131201-6441',NULL),(17702,4746,3,558,'2013-12-02 04:12:59',1,0,'','2013120162','2013-12-01','2013-12-01','20131201-62','20:11',1,'DR NKETIAH',NULL,'','20131201-6442',NULL),(17704,4746,4,558,'2013-12-02 04:12:59',1,0,'','2013120162','2013-12-01','2013-12-01','20131201-62','20:12',1,'DR NKETIAH',NULL,'','20131201-6442',NULL),(17707,4746,1,558,'2013-12-02 04:12:59',1,0,'','2013120162','2013-12-01','2013-12-01','20131201-62','20:12',1,'DR NKETIAH',NULL,'','20131201-6442',NULL),(17708,4747,4,558,'2013-12-02 04:16:17',1,0,'','2013120163','2013-12-01','2013-12-01','20131201-63','20:15',1,'',NULL,'','20131201-6443',NULL),(17709,4748,3,558,'2013-12-02 04:37:49',1,0,'','2013120164','2013-12-01','2013-12-01','20131201-64','20:36',1,'DR YEBOAH',NULL,'','20131201-6444',NULL),(17711,4748,4,558,'2013-12-02 04:37:49',1,0,'','2013120164','2013-12-01','2013-12-01','20131201-64','20:37',1,'DR YEBOAH',NULL,'','20131201-6444',NULL),(17712,3024,3,558,'2013-12-02 05:02:45',1,0,'','2013120165','2013-12-01','2013-12-01','20131201-65','21:01',1,'DR OFORI',NULL,'','20131201-6445',NULL),(17714,3024,4,558,'2013-12-02 05:02:45',1,0,'','2013120165','2013-12-01','2013-12-01','20131201-65','21:02',1,'DR OFORI',NULL,'','20131201-6445',NULL),(17715,4749,3,558,'2013-12-02 05:07:27',1,0,'','2013120166','2013-12-01','2013-12-01','20131201-66','21:06',1,'DR YEBOAH',NULL,'','20131201-6446',NULL),(17716,4750,3,558,'2013-12-02 06:02:30',1,0,'','2013120167','2013-12-01','2013-12-01','20131201-67','22:00',1,'DR YEBOAH',NULL,'','20131201-6447',NULL),(17718,4750,4,558,'2013-12-02 06:02:30',0,0,'','2013120167','2013-12-01','2013-12-01','20131201-67','22:01',1,'DR YEBOAH',NULL,'','20131201-6447',NULL),(17721,4750,1,558,'2013-12-02 06:02:30',1,0,'','2013120167','2013-12-01','2013-12-01','20131201-67','22:02',1,'DR YEBOAH',NULL,'','20131201-6447',NULL),(17722,4751,3,558,'2013-12-02 06:04:46',1,0,'','2013120168','2013-12-01','2013-12-01','20131201-68','22:03',1,'DR DANIELS',NULL,'','20131201-6448',NULL),(17724,4751,4,558,'2013-12-02 06:04:46',1,0,'','2013120168','2013-12-01','2013-12-01','20131201-68','22:04',1,'DR DANIELS',NULL,'','20131201-6448',NULL),(17725,4752,3,558,'2013-12-02 06:20:01',1,0,'','2013120169','2013-12-01','2013-12-01','20131201-69','22:19',1,'DR DANIELS',NULL,'','20131201-6449',NULL),(17726,3535,3,558,'2013-12-02 07:13:40',1,0,'','2013120170','2013-12-01','2013-12-01','20131201-70','23:12',1,'DR DANIELS',NULL,'','20131201-6450',NULL),(17727,4753,3,558,'2013-12-02 07:58:32',0,0,'','2013120171','2013-12-01','2013-12-01','20131201-71','23:57',1,'DR DANIELS',NULL,'','20131201-6451',NULL),(17729,4753,1,558,'2013-12-02 07:58:32',0,0,'','2013120171','2013-12-01','2013-12-01','20131201-71','23:58',1,'DR DANIELS',NULL,'','20131201-6451',NULL),(17730,4754,4,558,'2013-12-02 08:15:07',1,0,'','201312021','2013-12-02','2013-12-02','20131202-1','00:11',1,'',NULL,'','20131202-6452',NULL),(17732,4754,1,558,'2013-12-02 08:15:08',1,0,'','201312021','2013-12-02','2013-12-02','20131202-1','00:13',1,'',NULL,'','20131202-6452',NULL),(17733,4755,3,558,'2013-12-02 11:15:46',1,0,'','201312022','2013-12-02','2013-12-02','20131202-2','03:14',1,'DR DANIELS',NULL,'','20131202-6453',NULL),(17735,4755,5,558,'2013-12-02 11:15:47',0,0,'','201312022','2013-12-02','2013-12-02','20131202-2','03:15',1,'DR DANIELS',NULL,'','20131202-6453',NULL),(17738,4755,1,558,'2013-12-02 11:15:47',1,0,'','201312022','2013-12-02','2013-12-02','20131202-2','03:15',1,'DR DANIELS',NULL,'','20131202-6453',NULL),(17739,4756,3,558,'2013-12-02 14:06:55',1,0,'','201312023','2013-12-02','2013-12-02','20131202-3','05:56',1,'',NULL,'','20131202-6454',NULL),(17741,4756,4,558,'2013-12-02 14:06:55',1,0,'','201312023','2013-12-02','2013-12-02','20131202-3','05:57',1,'',NULL,'','20131202-6454',NULL),(17744,4756,1,558,'2013-12-02 14:06:56',1,0,'','201312023','2013-12-02','2013-12-02','20131202-3','05:57',1,'',NULL,'','20131202-6454',NULL),(17745,4757,3,558,'2013-12-02 14:18:19',1,0,'','201312024','2013-12-02','2013-12-02','20131202-4','06:16',1,'DR ARMAH',NULL,'','20131202-6455',NULL),(17747,4757,4,558,'2013-12-02 14:18:20',1,0,'','201312024','2013-12-02','2013-12-02','20131202-4','06:17',1,'DR ARMAH',NULL,'','20131202-6455',NULL),(17748,4748,1,558,'2013-12-02 15:16:56',0,0,'','201312025','2013-12-02','2013-12-02','20131202-5','07:15',1,'DR YEBOAH',NULL,'','20131202-6456',NULL),(17750,4748,2,558,'2013-12-02 15:16:56',0,0,'','201312025','2013-12-02','2013-12-02','20131202-5','07:16',1,'DR YEBOAH',NULL,'','20131202-6456',NULL),(17751,4758,1,558,'2013-12-02 15:26:58',1,0,'','201312026','2013-12-02','2013-12-02','20131202-6','07:25',1,'DR YEBOAH',NULL,'','20131202-6457',NULL),(17753,4758,5,558,'2013-12-02 15:26:59',1,0,'','201312026','2013-12-02','2013-12-02','20131202-6','07:26',1,'DR YEBOAH',NULL,'','20131202-6457',NULL),(17754,4759,1,531,'2013-12-02 15:40:05',1,0,'','201312027','2013-12-02','2013-12-02','20131202-7','07:38',1,'DR DANIELS',NULL,'','20131202-6458',NULL),(17755,4760,3,531,'2013-12-02 15:45:51',0,0,'','201312028','2013-12-02','2013-12-02','20131202-8','07:44',1,'DR YEBOAH',NULL,'','20131202-6459',NULL),(17757,4760,1,531,'2013-12-02 15:45:51',0,0,'','201312028','2013-12-02','2013-12-02','20131202-8','07:45',1,'DR YEBOAH',NULL,'','20131202-6459',NULL),(17760,4760,4,531,'2013-12-02 15:45:51',1,0,'','201312028','2013-12-02','2013-12-02','20131202-8','07:45',1,'DR YEBOAH',NULL,'','20131202-6459',NULL),(17761,4761,3,531,'2013-12-02 16:05:03',0,0,'','201312029 ','2013-12-02','2013-12-02','20131202-9','08:03',1,'DR YEBOAH',NULL,'','20131202-6460',NULL),(17763,4761,1,531,'2013-12-02 16:05:03',0,0,'','201312029 ','2013-12-02','2013-12-02','20131202-9','08:04',1,'DR YEBOAH',NULL,'','20131202-6460',NULL),(17766,4761,4,531,'2013-12-02 16:05:03',1,0,'','201312029 ','2013-12-02','2013-12-02','20131202-9','08:04',1,'DR YEBOAH',NULL,'','20131202-6460',NULL),(17767,4762,3,531,'2013-12-02 16:27:45',0,0,'','2013120211 ','2013-12-02','2013-12-02','20131202-11','08:25',1,'DR DJAN',NULL,'','20131202-6462',NULL),(17769,4762,1,531,'2013-12-02 16:27:45',1,0,'','2013120211 ','2013-12-02','2013-12-02','20131202-11','08:27',1,'DR DJAN',NULL,'','20131202-6462',NULL),(17772,4762,4,531,'2013-12-02 16:27:45',1,0,'','2013120211 ','2013-12-02','2013-12-02','20131202-11','08:27',1,'DR DJAN',NULL,'','20131202-6462',NULL),(17773,4763,3,531,'2013-12-02 16:30:26',1,0,'','2013120212','2013-12-02','2013-12-02','20131202-12','08:29',1,'',NULL,'','20131202-6463',NULL),(17774,4764,3,531,'2013-12-02 17:06:07',0,0,'','2013120214','2013-12-02','2013-12-02','20131202-14','09:05',1,'DR VORTIA',NULL,'','20131202-6465',NULL),(17775,4765,3,531,'2013-12-02 17:08:04',1,0,'','2013120215','2013-12-02','2013-12-02','20131202-15','09:07',1,'DR NUAMAH',NULL,'','20131202-6466',NULL),(17776,4766,3,531,'2013-12-02 17:14:44',0,0,'','2013120216 ','2013-12-02','2013-12-02','20131202-16','09:13',1,'DR NUAMAH',NULL,'','20131202-6467',NULL),(17778,4766,1,531,'2013-12-02 17:14:45',0,0,'','2013120216 ','2013-12-02','2013-12-02','20131202-16','09:14',1,'DR NUAMAH',NULL,'','20131202-6467',NULL),(17779,4767,3,531,'2013-12-02 17:18:19',0,0,'','2013120217','2013-12-02','2013-12-02','20131202-17','09:16',1,'DR OFORI ANTI',NULL,'','20131202-6468',NULL),(17780,4768,3,531,'2013-12-02 17:21:30',0,0,'','2013120218','2013-12-02','2013-12-02','20131202-18','09:19',1,'DR NUAMAH',NULL,'','20131202-6469',NULL),(17782,4768,1,531,'2013-12-02 17:21:30',0,0,'','2013120218','2013-12-02','2013-12-02','20131202-18','09:21',1,'DR NUAMAH',NULL,'','20131202-6469',NULL),(17783,4672,1,531,'2013-12-02 17:24:50',0,0,'','2013120219','2013-12-02','2013-12-02','20131202-19','09:22',1,'DR ADOTEY',NULL,'','20131202-6470',NULL),(17784,4769,3,531,'2013-12-02 17:33:26',0,0,'','2013120220','2013-12-02','2013-12-02','20131202-20','09:31',1,'DR DJAN',NULL,'','20131202-6471',NULL),(17786,4769,1,531,'2013-12-02 17:33:26',1,0,'','2013120220','2013-12-02','2013-12-02','20131202-20','09:33',1,'DR DJAN',NULL,'','20131202-6471',NULL),(17789,4769,4,531,'2013-12-02 17:33:26',1,0,'','2013120220','2013-12-02','2013-12-02','20131202-20','09:33',1,'DR DJAN',NULL,'','20131202-6471',NULL),(17790,4139,4,534,'2013-12-02 17:34:12',1,0,'','2013112228','2013-12-02','2013-11-22','20131202-21','09:33',1,'',NULL,'','20131202-6472',NULL),(17791,4730,1,531,'2013-12-02 17:34:57',0,0,'','2013120222','2013-12-02','2013-12-02','20131202-22','09:34',1,'DR TACHIE',NULL,'','20131202-6473',NULL),(17792,4770,3,531,'2013-12-02 17:37:36',0,0,'','2013120223','2013-12-02','2013-12-02','20131202-23','09:36',1,'DR VORTIA',NULL,'','20131202-6474',NULL),(17793,4771,3,531,'2013-12-02 17:39:34',0,0,'','2013120224','2013-12-02','2013-12-02','20131202-24','09:38',1,'DR NUAMAH',NULL,'','20131202-6475',NULL),(17794,4772,3,531,'2013-12-02 17:44:33',0,0,'','2013120225','2013-12-02','2013-12-02','20131202-25','09:43',1,'DR VORTIA',NULL,'','20131202-6476',NULL),(17795,4773,3,531,'2013-12-02 17:45:49',0,0,'','2013120226','2013-12-02','2013-12-02','20131202-26','09:45',1,'DR VORTIA',NULL,'','20131202-6477',NULL),(17796,4774,3,531,'2013-12-02 17:49:17',0,0,'','2013120229 ','2013-12-02','2013-12-02','20131202-29','09:47',1,'',NULL,'','20131202-6480',NULL),(17798,4774,5,531,'2013-12-02 17:49:17',1,0,'','2013120229 ','2013-12-02','2013-12-02','20131202-29','09:48',1,'',NULL,'','20131202-6480',NULL),(17799,4775,3,531,'2013-12-02 17:53:23',0,0,'','2013120230','2013-12-02','2013-12-02','20131202-30','09:50',1,'DR VORTIA',NULL,'','20131202-6481',NULL),(17801,4775,1,531,'2013-12-02 17:53:23',0,0,'','2013120230','2013-12-02','2013-12-02','20131202-30','09:52',1,'DR VORTIA',NULL,'','20131202-6481',NULL),(17802,4776,3,531,'2013-12-02 17:55:49',0,0,'','2013120231 ','2013-12-02','2013-12-02','20131202-31','09:54',1,'DR DOW',NULL,'','20131202-6482',NULL),(17804,4776,10,531,'2013-12-02 17:55:49',1,0,'','2013120231 ','2013-12-02','2013-12-02','20131202-31','09:55',1,'DR DOW',NULL,'','20131202-6482',NULL),(17805,4777,3,531,'2013-12-02 18:02:59',0,0,'','2013120232','2013-12-02','2013-12-02','20131202-32','10:00',1,'DR NUAMAH',NULL,'','20131202-6483',NULL),(17807,4777,1,531,'2013-12-02 18:03:00',0,0,'','2013120232','2013-12-02','2013-12-02','20131202-32','10:02',1,'DR NUAMAH',NULL,'','20131202-6483',NULL),(17810,4777,4,531,'2013-12-02 18:03:00',1,0,'','2013120232','2013-12-02','2013-12-02','20131202-32','10:02',1,'DR NUAMAH',NULL,'','20131202-6483',NULL),(17811,4778,3,531,'2013-12-02 18:08:44',0,0,'','2013120233','2013-12-02','2013-12-02','20131202-33','10:06',1,'DR VORTIA',NULL,'','20131202-6484',NULL),(17812,4779,3,531,'2013-12-02 18:10:32',0,0,'','2013120234','2013-12-02','2013-12-02','20131202-34','10:09',1,'DR VORTIA',NULL,'','20131202-6485',NULL),(17813,4340,4,531,'2013-12-02 18:12:06',1,0,'','2013120235 ','2013-12-02','2013-12-02','20131202-35','10:11',1,'DR VORTIA',NULL,'','20131202-6486',NULL),(17814,4780,3,531,'2013-12-02 18:14:22',0,0,'','2013120236','2013-12-02','2013-12-02','20131202-36','10:13',1,'',NULL,'','20131202-6487',NULL),(17815,4781,3,531,'2013-12-02 18:22:17',0,0,'','2013120237','2013-12-02','2013-12-02','20131202-37','10:20',1,'DR DJAN',NULL,'','20131202-6488',NULL),(17817,4781,1,531,'2013-12-02 18:22:17',1,0,'','2013120237','2013-12-02','2013-12-02','20131202-37','10:21',1,'DR DJAN',NULL,'','20131202-6488',NULL),(17820,4781,4,531,'2013-12-02 18:22:18',0,0,'','2013120237','2013-12-02','2013-12-02','20131202-37','10:22',1,'DR DJAN',NULL,'','20131202-6488',NULL),(17821,4782,3,531,'2013-12-02 18:30:47',0,0,'','2013120238','2013-12-02','2013-12-02','20131202-38','10:28',1,'DR NTOEW DJAN',NULL,'','20131202-6489',NULL),(17823,4782,1,531,'2013-12-02 18:30:47',0,0,'','2013120238','2013-12-02','2013-12-02','20131202-38','10:29',1,'DR NTOEW DJAN',NULL,'','20131202-6489',NULL),(17826,4782,4,531,'2013-12-02 18:30:48',1,0,'','2013120238','2013-12-02','2013-12-02','20131202-38','10:30',1,'DR NTOEW DJAN',NULL,'','20131202-6489',NULL),(17827,4532,3,531,'2013-12-02 18:33:04',0,0,'','2013120239','2013-12-02','2013-12-02','20131202-39','10:31',1,'DR NUAMAH',NULL,'','20131202-6490',NULL),(17828,4783,3,531,'2013-12-02 18:37:37',0,0,'','2013120240','2013-12-02','2013-12-02','20131202-40','10:36',1,'DR NUAMAH',NULL,'','20131202-6491',NULL),(17830,4783,4,531,'2013-12-02 18:37:37',1,0,'','2013120240','2013-12-02','2013-12-02','20131202-40','10:37',1,'DR NUAMAH',NULL,'','20131202-6491',NULL),(17831,4784,3,531,'2013-12-02 18:43:18',0,0,'','2013120241','2013-12-02','2013-12-02','20131202-41','10:42',1,'DR NUAMAH',NULL,'','20131202-6492',NULL),(17832,4785,3,531,'2013-12-02 18:45:50',0,0,'','2013120242','2013-12-02','2013-12-02','20131202-42','10:44',1,'DR VORTIA',NULL,'','20131202-6493',NULL),(17833,3854,3,531,'2013-12-02 18:48:50',0,0,'','2013120243','2013-12-02','2013-12-02','20131202-43','10:46',1,'DR DJAN',NULL,'','20131202-6494',NULL),(17835,3854,1,531,'2013-12-02 18:48:50',0,0,'','2013120243','2013-12-02','2013-12-02','20131202-43','10:47',1,'DR DJAN',NULL,'','20131202-6494',NULL),(17838,3854,4,531,'2013-12-02 18:48:50',1,0,'','2013120243','2013-12-02','2013-12-02','20131202-43','10:48',1,'DR DJAN',NULL,'','20131202-6494',NULL),(17839,4786,3,531,'2013-12-02 18:53:29',0,0,'','2013120244','2013-12-02','2013-12-02','20131202-44','10:52',1,'DR DJAN',NULL,'','20131202-6495',NULL),(17841,4786,1,531,'2013-12-02 18:53:29',0,0,'','2013120244','2013-12-02','2013-12-02','20131202-44','10:53',1,'DR DJAN',NULL,'','20131202-6495',NULL),(17842,4787,3,531,'2013-12-02 18:58:16',1,0,'','2013120245','2013-12-02','2013-12-02','20131202-45','10:57',1,'DR NUAMAH',NULL,'','20131202-6496',NULL),(17844,4787,1,531,'2013-12-02 18:58:16',1,0,'','2013120245','2013-12-02','2013-12-02','20131202-45','10:57',1,'DR NUAMAH',NULL,'','20131202-6496',NULL),(17847,4787,4,531,'2013-12-02 18:58:16',1,0,'','2013120245','2013-12-02','2013-12-02','20131202-45','10:58',1,'DR NUAMAH',NULL,'','20131202-6496',NULL),(17848,4689,4,534,'2013-12-02 19:00:50',1,0,'','2013113066','2013-12-02','2013-11-30','20131202-46','10:59',1,'',NULL,'','20131202-6497',NULL),(17849,4788,3,531,'2013-12-02 19:03:00',0,0,'','2013120247','2013-12-02','2013-12-02','20131202-47','11:02',1,'DR VORTIA',NULL,'','20131202-6498',NULL),(17850,1440,4,534,'2013-12-02 19:06:27',1,0,'','2013113025','2013-12-02','2013-11-30','20131202-49','11:05',1,'',NULL,'','20131202-6500',NULL),(17851,4789,3,531,'2013-12-02 19:06:41',0,0,'','2013120248 ','2013-12-02','2013-12-02','20131202-48','11:05',1,'DDR DOW',NULL,'','20131202-6499',NULL),(17853,4789,1,531,'2013-12-02 19:06:41',1,0,'','2013120248 ','2013-12-02','2013-12-02','20131202-48','11:06',1,'DDR DOW',NULL,'','20131202-6499',NULL),(17854,4790,3,531,'2013-12-02 19:09:41',0,0,'','2013120250','2013-12-02','2013-12-02','20131202-50','11:08',1,'DR NTOEW DJAN',NULL,'','20131202-6501',NULL),(17856,4790,1,531,'2013-12-02 19:09:41',0,0,'','2013120250','2013-12-02','2013-12-02','20131202-50','11:09',1,'DR NTOEW DJAN',NULL,'','20131202-6501',NULL),(17857,4791,3,531,'2013-12-02 19:28:22',0,0,'','2013120251','2013-12-02','2013-12-02','20131202-51','11:26',1,'',NULL,'','20131202-6502',NULL),(17859,4791,1,531,'2013-12-02 19:28:23',0,0,'','2013120251','2013-12-02','2013-12-02','20131202-51','11:27',1,'',NULL,'','20131202-6502',NULL),(17860,4792,3,531,'2013-12-02 19:35:59',0,0,'','2013120252 ','2013-12-02','2013-12-02','20131202-52','11:34',1,'DR NTOEW DJAN',NULL,'','20131202-6503',NULL),(17862,4792,1,531,'2013-12-02 19:35:59',1,0,'','2013120252 ','2013-12-02','2013-12-02','20131202-52','11:35',1,'DR NTOEW DJAN',NULL,'','20131202-6503',NULL),(17863,4763,3,531,'2013-12-02 19:37:58',0,0,'','2013120253','2013-12-02','2013-12-02','20131202-53','11:36',1,'DR NUAMAH',NULL,'','20131202-6504',NULL),(17865,4763,1,531,'2013-12-02 19:37:58',0,0,'','2013120253','2013-12-02','2013-12-02','20131202-53','11:37',1,'DR NUAMAH',NULL,'','20131202-6504',NULL),(17866,4793,3,531,'2013-12-02 19:50:05',0,0,'','2013120254','2013-12-02','2013-12-02','20131202-54','11:48',1,'DR DJAN',NULL,'','20131202-6505',NULL),(17868,4793,1,531,'2013-12-02 19:50:05',0,0,'','2013120254','2013-12-02','2013-12-02','20131202-54','11:49',1,'DR DJAN',NULL,'','20131202-6505',NULL),(17871,4793,4,531,'2013-12-02 19:50:05',1,0,'','2013120254','2013-12-02','2013-12-02','20131202-54','11:49',1,'DR DJAN',NULL,'','20131202-6505',NULL),(17872,4794,3,531,'2013-12-02 19:58:04',0,0,'','2013120255','2013-12-02','2013-12-02','20131202-55','11:57',1,'DR VORTIA',NULL,'','20131202-6506',NULL),(17874,4794,4,531,'2013-12-02 19:58:05',1,0,'','2013120255','2013-12-02','2013-12-02','20131202-55','11:57',1,'DR VORTIA',NULL,'','20131202-6506',NULL),(17875,4774,3,537,'2013-12-02 19:58:22',1,0,'','2013120229','2013-12-02','2013-12-02','20131202-56','11:57',1,'',NULL,'','20131202-6507',NULL),(17876,4795,3,531,'2013-12-02 20:01:29',0,0,'','2013120257','2013-12-02','2013-12-02','20131202-57','11:59',1,'DR DJAN',NULL,'','20131202-6508',NULL),(17878,4795,1,531,'2013-12-02 20:01:30',1,0,'','2013120257','2013-12-02','2013-12-02','20131202-57','12:01',1,'DR DJAN',NULL,'','20131202-6508',NULL),(17881,4795,4,531,'2013-12-02 20:01:30',1,0,'','2013120257','2013-12-02','2013-12-02','20131202-57','12:01',1,'DR DJAN',NULL,'','20131202-6508',NULL),(17882,3701,3,531,'2013-12-02 20:15:58',1,0,'','2013120258 ','2013-12-02','2013-12-02','20131202-58','12:13',1,'DR ARMAH',NULL,'','20131202-6509',NULL),(17884,3701,1,531,'2013-12-02 20:15:58',1,0,'','2013120258 ','2013-12-02','2013-12-02','20131202-58','12:14',1,'DR ARMAH',NULL,'','20131202-6509',NULL),(17887,3701,4,531,'2013-12-02 20:15:58',1,0,'','2013120258 ','2013-12-02','2013-12-02','20131202-58','12:15',1,'DR ARMAH',NULL,'','20131202-6509',NULL),(17888,4152,3,531,'2013-12-02 20:18:22',0,0,'','2013120259','2013-12-02','2013-12-02','20131202-59','12:17',1,'DR NUAMAH',NULL,'','20131202-6510',NULL),(17889,4796,4,531,'2013-12-02 20:23:43',1,0,'','2013120260','2013-12-02','2013-12-02','20131202-60','12:22',1,'DR NTOEW DJAN',NULL,'','20131202-6511',NULL),(17890,4797,3,531,'2013-12-02 20:26:43',0,0,'','2013120261','2013-12-02','2013-12-02','20131202-61','12:25',1,'DR NUAMAH',NULL,'','20131202-6512',NULL),(17892,4797,1,531,'2013-12-02 20:26:43',1,0,'','2013120261','2013-12-02','2013-12-02','20131202-61','12:26',1,'DR NUAMAH',NULL,'','20131202-6512',NULL),(17895,4797,4,531,'2013-12-02 20:26:44',1,0,'','2013120261','2013-12-02','2013-12-02','20131202-61','12:26',1,'DR NUAMAH',NULL,'','20131202-6512',NULL),(17896,4785,3,531,'2013-12-02 20:40:42',0,0,'','2013120242','2013-12-02','2013-12-02','20131202-62','12:39',1,'DR VORTIA',NULL,'','20131202-6513',NULL),(17897,3024,4,531,'2013-12-02 20:45:45',1,0,'','2013120263','2013-12-02','2013-12-02','20131202-63','12:44',1,'DR ADOTEY',NULL,'','20131202-6514',NULL),(17898,4617,3,531,'2013-12-02 20:47:18',0,0,'','2013120264 ','2013-12-02','2013-12-02','20131202-64','12:46',1,'DR ADOTEY',NULL,'','20131202-6515',NULL),(17899,4798,3,531,'2013-12-02 20:53:20',0,0,'','2013120265','2013-12-02','2013-12-02','20131202-65','12:51',1,'DR NTOEW DJAN',NULL,'','20131202-6516',NULL),(17901,4798,1,531,'2013-12-02 20:53:21',0,0,'','2013120265','2013-12-02','2013-12-02','20131202-65','12:52',1,'DR NTOEW DJAN',NULL,'','20131202-6516',NULL),(17902,4799,1,531,'2013-12-02 20:58:58',0,0,'','2013120266','2013-12-02','2013-12-02','20131202-66','12:56',1,'DR NUAMAH',NULL,'','20131202-6517',NULL),(17904,4799,5,531,'2013-12-02 20:58:59',0,0,'','2013120266','2013-12-02','2013-12-02','20131202-66','12:58',1,'DR NUAMAH',NULL,'','20131202-6517',NULL),(17905,4800,3,531,'2013-12-02 21:03:10',1,0,'','2013120267','2013-12-02','2013-12-02','20131202-67','13:02',1,'DR NUAMAH',NULL,'','20131202-6518',NULL),(17906,4801,3,531,'2013-12-02 21:11:07',1,0,'','2013120268','2013-12-02','2013-12-02','20131202-68','13:09',1,'DR NTOEW DJAN',NULL,'','20131202-6519',NULL),(17908,4801,4,531,'2013-12-02 21:11:07',1,0,'','2013120268','2013-12-02','2013-12-02','20131202-68','13:10',1,'DR NTOEW DJAN',NULL,'','20131202-6519',NULL),(17909,4802,3,531,'2013-12-02 21:17:01',1,0,'','2013120269','2013-12-02','2013-12-02','20131202-69','13:15',1,'DR NTOEW DJAN',NULL,'','20131202-6520',NULL),(17911,4802,1,531,'2013-12-02 21:17:02',1,0,'','2013120269','2013-12-02','2013-12-02','20131202-69','13:16',1,'DR NTOEW DJAN',NULL,'','20131202-6520',NULL),(17914,4802,4,531,'2013-12-02 21:17:02',1,0,'','2013120269','2013-12-02','2013-12-02','20131202-69','13:16',1,'DR NTOEW DJAN',NULL,'','20131202-6520',NULL),(17915,4803,4,531,'2013-12-02 21:20:07',1,0,'','2013120270','2013-12-02','2013-12-02','20131202-70','13:18',1,'DR NTOEW DJAN',NULL,'','20131202-6521',NULL),(17917,4803,1,531,'2013-12-02 21:20:08',1,0,'','2013120270','2013-12-02','2013-12-02','20131202-70','13:19',1,'DR NTOEW DJAN',NULL,'','20131202-6521',NULL),(17918,4804,3,531,'2013-12-02 21:23:32',0,0,'','2013120271 ','2013-12-02','2013-12-02','20131202-71','13:22',1,'DR VORTIA',NULL,'','20131202-6522',NULL),(17919,4805,3,531,'2013-12-02 21:26:00',0,0,'','2013120272 ','2013-12-02','2013-12-02','20131202-72','13:24',1,'DR NUAMAH',NULL,'','20131202-6523',NULL),(17921,4805,1,531,'2013-12-02 21:26:00',1,0,'','2013120272 ','2013-12-02','2013-12-02','20131202-72','13:25',1,'DR NUAMAH',NULL,'','20131202-6523',NULL),(17924,4805,4,531,'2013-12-02 21:26:01',1,0,'','2013120272 ','2013-12-02','2013-12-02','20131202-72','13:25',1,'DR NUAMAH',NULL,'','20131202-6523',NULL),(17925,4806,3,531,'2013-12-02 21:29:22',0,0,'','2013120273','2013-12-02','2013-12-02','20131202-73','13:27',1,'DR DJAN',NULL,'','20131202-6524',NULL),(17927,4806,1,531,'2013-12-02 21:29:22',0,0,'','2013120273','2013-12-02','2013-12-02','20131202-73','13:28',1,'DR DJAN',NULL,'','20131202-6524',NULL),(17928,4780,3,534,'2013-12-02 21:30:22',1,0,'','2013120236','2013-12-02','2013-12-02','20131202-75','13:29',1,'',NULL,'','20131202-6526',NULL),(17929,4807,3,531,'2013-12-02 21:32:06',0,0,'','2013120276','2013-12-02','2013-12-02','20131202-76','13:30',1,'DR VORTIA',NULL,'','20131202-6527',NULL),(17931,4807,4,531,'2013-12-02 21:32:07',0,0,'','2013120276','2013-12-02','2013-12-02','20131202-76','13:31',1,'DR VORTIA',NULL,'','20131202-6527',NULL),(17932,4808,3,531,'2013-12-02 21:39:49',0,0,'','2013120277','2013-12-02','2013-12-02','20131202-77','13:38',1,'DR NUAMAH',NULL,'','20131202-6528',NULL),(17933,4809,3,531,'2013-12-02 21:43:09',0,0,'','2013120278','2013-12-02','2013-12-02','20131202-78','13:41',1,'DR DJAN',NULL,'','20131202-6529',NULL),(17934,4810,3,531,'2013-12-02 21:46:20',0,0,'','2013120279','2013-12-02','2013-12-02','20131202-79','13:45',1,'DR NTOEW DJAN',NULL,'','20131202-6530',NULL),(17936,4810,1,531,'2013-12-02 21:46:20',0,0,'','2013120279','2013-12-02','2013-12-02','20131202-79','13:46',1,'DR NTOEW DJAN',NULL,'','20131202-6530',NULL),(17939,4810,4,531,'2013-12-02 21:46:21',1,0,'','2013120279','2013-12-02','2013-12-02','20131202-79','13:46',1,'DR NTOEW DJAN',NULL,'','20131202-6530',NULL),(17940,4811,3,531,'2013-12-02 21:55:27',0,0,'','2013120280 ','2013-12-02','2013-12-02','20131202-80','13:54',1,'DR DJAN',NULL,'','20131202-6531',NULL),(17942,4811,1,531,'2013-12-02 21:55:27',0,0,'','2013120280 ','2013-12-02','2013-12-02','20131202-80','13:55',1,'DR DJAN',NULL,'','20131202-6531',NULL),(17943,4812,3,531,'2013-12-02 22:07:27',1,0,'','2013120281','2013-12-02','2013-12-02','20131202-81','14:06',1,'DR NTOEW DJAN',NULL,'','20131202-6532',NULL),(17945,4812,1,531,'2013-12-02 22:07:28',1,0,'','2013120281','2013-12-02','2013-12-02','20131202-81','14:07',1,'DR NTOEW DJAN',NULL,'','20131202-6532',NULL),(17946,4813,3,531,'2013-12-02 22:12:48',1,0,'','2013120282','2013-12-02','2013-12-02','20131202-82','14:11',1,'DR DJAN',NULL,'','20131202-6533',NULL),(17947,4814,3,531,'2013-12-02 22:36:04',0,0,'','2013120283','2013-12-02','2013-12-02','20131202-83','14:34',1,'DR VORTIA',NULL,'','20131202-6534',NULL),(17949,4814,1,531,'2013-12-02 22:36:04',0,0,'','2013120283','2013-12-02','2013-12-02','20131202-83','14:35',1,'DR VORTIA',NULL,'','20131202-6534',NULL),(17950,4815,1,534,'2013-12-02 22:49:00',1,0,'','2013120284','2013-12-02','2013-12-02','20131202-84','14:47',1,'DR NUAMAH',NULL,'','20131202-6535',NULL),(17952,4815,5,534,'2013-12-02 22:49:00',1,0,'','2013120284','2013-12-02','2013-12-02','20131202-84','14:48',1,'DR NUAMAH',NULL,'','20131202-6535',NULL),(17953,4816,3,534,'2013-12-02 22:56:39',0,0,'','2013120285','2013-12-02','2013-12-02','20131202-85','14:53',1,'DR DJAN',NULL,'','20131202-6536',NULL),(17955,4816,1,534,'2013-12-02 22:56:39',0,0,'','2013120285','2013-12-02','2013-12-02','20131202-85','14:54',1,'DR DJAN',NULL,'','20131202-6536',NULL),(17956,4817,1,534,'2013-12-02 23:29:09',1,0,'','2013120286','2013-12-02','2013-12-02','20131202-86','15:27',1,'',NULL,'','20131202-6537',NULL),(17957,4818,3,534,'2013-12-02 23:45:30',1,0,'','2013120287','2013-12-02','2013-12-02','20131202-87','15:44',1,'',NULL,'','20131202-6538',NULL),(17958,4819,3,534,'2013-12-02 23:55:38',1,0,'','2013120288','2013-12-02','2013-12-02','20131202-88','15:53',1,'DR NUAMAH',NULL,'','20131202-6539',NULL),(17960,4819,1,534,'2013-12-02 23:55:38',1,0,'','2013120288','2013-12-02','2013-12-02','20131202-88','15:53',1,'DR NUAMAH',NULL,'','20131202-6539',NULL),(17963,4819,4,534,'2013-12-02 23:55:39',1,0,'','2013120288','2013-12-02','2013-12-02','20131202-88','15:54',1,'DR NUAMAH',NULL,'','20131202-6539',NULL),(17964,4820,3,534,'2013-12-03 00:01:02',1,0,'','2013120289','2013-12-02','2013-12-02','20131202-89','16:00',1,'DR NUAMAH',NULL,'','20131202-6540',NULL),(17965,4821,1,534,'2013-12-03 00:14:57',1,0,'','2013120290','2013-12-02','2013-12-02','20131202-90','16:12',1,'',NULL,'','20131202-6541',NULL),(17967,4821,4,534,'2013-12-03 00:14:57',1,0,'','2013120290','2013-12-02','2013-12-02','20131202-90','16:14',1,'',NULL,'','20131202-6541',NULL),(17970,4821,15,534,'2013-12-03 00:14:57',1,0,'','2013120290','2013-12-02','2013-12-02','20131202-90','16:14',1,'',NULL,'','20131202-6541',NULL),(17971,3250,1,534,'2013-12-03 00:33:54',1,0,'','2013120291','2013-12-02','2013-12-02','20131202-91','16:32',1,'DR MENSAH',NULL,'','20131202-6542',NULL),(17973,3250,5,534,'2013-12-03 00:33:54',1,0,'','2013120291','2013-12-02','2013-12-02','20131202-91','16:33',1,'DR MENSAH',NULL,'','20131202-6542',NULL),(17974,4822,3,531,'2013-12-03 00:57:31',1,0,'','2013120292','2013-12-02','2013-12-02','20131202-92','16:56',1,'DR NUAMAH',NULL,'','20131202-6543',NULL),(17975,4823,3,531,'2013-12-03 01:18:02',1,0,'','2013120293','2013-12-02','2013-12-02','20131202-93','17:17',1,'DR NUAMAH',NULL,'','20131202-6544',NULL),(17976,3963,3,531,'2013-12-03 01:44:05',1,0,'','2013120294','2013-12-02','2013-12-02','20131202-94','17:42',1,'DR DJAN',NULL,'','20131202-6545',NULL),(17978,3963,4,531,'2013-12-03 01:44:05',1,0,'','2013120294','2013-12-02','2013-12-02','20131202-94','17:43',1,'DR DJAN',NULL,'','20131202-6545',NULL),(17979,4824,3,531,'2013-12-03 01:46:47',0,0,'','2013120295','2013-12-02','2013-12-02','20131202-95','17:45',1,'DR NUAMAH',NULL,'','20131202-6546',NULL),(17980,4812,4,531,'2013-12-03 01:51:06',1,0,'','2013120296','2013-12-02','2013-12-02','20131202-96','17:50',1,'DR NUAMAH',NULL,'','20131202-6547',NULL),(17981,4825,3,531,'2013-12-03 01:55:03',1,0,'','2013120297 ','2013-12-02','2013-12-02','20131202-97','17:53',1,'DR DJAN',NULL,'','20131202-6548',NULL),(17983,4825,4,531,'2013-12-03 01:55:03',1,0,'','2013120297 ','2013-12-02','2013-12-02','20131202-97','17:54',1,'DR DJAN',NULL,'','20131202-6548',NULL),(17984,4826,3,531,'2013-12-03 02:11:43',0,0,'','2013120298 ','2013-12-02','2013-12-02','20131202-98','18:10',1,'DR NUAMAH',NULL,'','20131202-6549',NULL),(17985,4828,3,531,'2013-12-03 02:17:09',0,0,'','20131202100 ','2013-12-02','2013-12-02','20131202-100','18:15',1,'DR TAKYI',NULL,'','20131202-6551',NULL),(17987,4828,4,531,'2013-12-03 02:17:09',1,0,'','20131202100 ','2013-12-02','2013-12-02','20131202-100','18:16',1,'DR TAKYI',NULL,'','20131202-6551',NULL),(17988,4829,3,531,'2013-12-03 02:35:40',0,0,'','20131202101','2013-12-02','2013-12-02','20131202-101','18:33',1,'DR NUAMAH',NULL,'','20131202-6552',NULL),(17989,4830,3,531,'2013-12-03 02:41:53',0,0,'','20131202102','2013-12-02','2013-12-02','20131202-102','18:41',1,'DR NUAMAH',NULL,'','20131202-6553',NULL),(17990,4831,3,531,'2013-12-03 02:59:21',0,0,'','20131202103','2013-12-02','2013-12-02','20131202-103','18:58',1,'DR NUAMAH',NULL,'','20131202-6554',NULL),(17991,4832,3,531,'2013-12-03 03:14:13',0,0,'','20131202104','2013-12-02','2013-12-02','20131202-104','19:13',1,'DR NUAMAH',NULL,'','20131202-6555',NULL),(17992,4576,3,558,'2013-12-03 03:54:43',1,0,'','20131202105','2013-12-02','2013-12-02','20131202-105','19:53',1,'DR NUAMAH',NULL,'','20131202-6556',NULL),(17994,4576,4,558,'2013-12-03 03:54:43',1,0,'','20131202105','2013-12-02','2013-12-02','20131202-105','19:54',1,'DR NUAMAH',NULL,'','20131202-6556',NULL),(17997,4576,1,558,'2013-12-03 03:54:44',1,0,'','20131202105','2013-12-02','2013-12-02','20131202-105','19:54',1,'DR NUAMAH',NULL,'','20131202-6556',NULL),(17998,2608,3,558,'2013-12-03 04:24:33',1,0,'','20131202106','2013-12-02','2013-12-02','20131202-106','20:23',1,'DR AMOAH',NULL,'','20131202-6557',NULL),(17999,4833,3,558,'2013-12-03 04:30:08',1,0,'','20131202107','2013-12-02','2013-12-02','20131202-107','20:29',1,'DR OFORI ANTI',NULL,'','20131202-6558',NULL),(18001,4833,4,558,'2013-12-03 04:30:08',1,0,'','20131202107','2013-12-02','2013-12-02','20131202-107','20:29',1,'DR OFORI ANTI',NULL,'','20131202-6558',NULL),(18002,4834,3,535,'2013-12-03 05:11:58',1,0,'','20131202108','2013-12-02','2013-12-02','20131202-108','21:10',1,'',NULL,'','20131202-6559',NULL),(18003,1989,3,558,'2013-12-03 05:25:03',1,0,'','20131202109','2013-12-02','2013-12-02','20131202-109','21:23',1,'DR DJAN',NULL,'','20131202-6560',NULL),(18005,1989,4,558,'2013-12-03 05:25:03',1,0,'','20131202109','2013-12-02','2013-12-02','20131202-109','21:24',1,'DR DJAN',NULL,'','20131202-6560',NULL),(18006,4833,4,558,'2013-12-03 05:30:05',1,0,'','20131202107 ','2013-12-02','2013-12-02','20131202-110','21:29',1,'DR OFORI ANTI',NULL,'','20131202-6561',NULL),(18007,4835,3,558,'2013-12-03 05:49:46',1,0,'','20131202111','2013-12-02','2013-12-02','20131202-111','21:48',1,'DR AMOAH',NULL,'','20131202-6562',NULL),(18009,4835,4,558,'2013-12-03 05:49:46',1,0,'','20131202111','2013-12-02','2013-12-02','20131202-111','21:49',1,'DR AMOAH',NULL,'','20131202-6562',NULL),(18012,4835,1,558,'2013-12-03 05:49:47',1,0,'','20131202111','2013-12-02','2013-12-02','20131202-111','21:49',1,'DR AMOAH',NULL,'','20131202-6562',NULL),(18013,4836,4,558,'2013-12-03 05:56:01',1,0,'','20131202112','2013-12-02','2013-12-02','20131202-112','21:55',1,'DR OFORI ANTI',NULL,'','20131202-6563',NULL),(18014,4836,4,558,'2013-12-03 06:57:34',1,0,'','20131202112 ','2013-12-02','2013-12-02','20131202-113','22:56',1,'DR OFORI ANTI',NULL,'','20131202-6564',NULL),(18016,4836,1,558,'2013-12-03 06:57:34',1,0,'','20131202112 ','2013-12-02','2013-12-02','20131202-113','22:57',1,'DR OFORI ANTI',NULL,'','20131202-6564',NULL),(18017,4837,3,558,'2013-12-03 07:27:50',1,0,'','20131202114','2013-12-02','2013-12-02','20131202-114','23:26',1,'DR OFORI ANTI',NULL,'','20131202-6565',NULL),(18019,4837,4,558,'2013-12-03 07:27:50',0,0,'','20131202114','2013-12-02','2013-12-02','20131202-114','23:27',1,'DR OFORI ANTI',NULL,'','20131202-6565',NULL),(18022,4837,1,558,'2013-12-03 07:27:50',1,0,'','20131202114','2013-12-02','2013-12-02','20131202-114','23:27',1,'DR OFORI ANTI',NULL,'','20131202-6565',NULL),(18026,4837,5,558,'2013-12-03 07:27:51',0,0,'','20131202114','2013-12-02','2013-12-02','20131202-114','23:27',1,'DR OFORI ANTI',NULL,'','20131202-6565',NULL),(18027,4838,3,558,'2013-12-03 08:56:13',1,0,'','201312031','2013-12-03','2013-12-03','20131203-1','00:55',1,'DR OFORI ANTI',NULL,'','20131203-6566',NULL),(18028,3148,3,558,'2013-12-03 12:18:36',0,0,'','201312032','2013-12-03','2013-12-03','20131203-2','04:17',1,'DR AMOAH',NULL,'','20131203-6567',NULL),(18029,4839,3,558,'2013-12-03 13:19:36',0,0,'','201312033','2013-12-03','2013-12-03','20131203-3','05:16',1,'DR AMOAH',NULL,'','20131203-6568',NULL),(18031,4839,4,558,'2013-12-03 13:19:37',1,0,'','201312033','2013-12-03','2013-12-03','20131203-3','05:18',1,'DR AMOAH',NULL,'','20131203-6568',NULL),(18034,4839,1,558,'2013-12-03 13:19:37',0,0,'','201312033','2013-12-03','2013-12-03','20131203-3','05:18',1,'DR AMOAH',NULL,'','20131203-6568',NULL),(18035,4840,1,558,'2013-12-03 13:42:56',0,0,'','201312034','2013-12-03','2013-12-03','20131203-4','05:41',1,'',NULL,'','20131203-6569',NULL),(18036,4841,3,558,'2013-12-03 15:03:42',0,0,'','201312035','2013-12-03','2013-12-03','20131203-5','07:01',1,'DR ARMAH',NULL,'','20131203-6570',NULL),(18038,4841,4,558,'2013-12-03 15:03:42',1,0,'','201312035','2013-12-03','2013-12-03','20131203-5','07:03',1,'DR ARMAH',NULL,'','20131203-6570',NULL),(18041,4841,1,558,'2013-12-03 15:03:43',1,0,'','201312035','2013-12-03','2013-12-03','20131203-5','07:03',1,'DR ARMAH',NULL,'','20131203-6570',NULL),(18042,4736,4,537,'2013-12-03 15:19:05',1,0,'','2013120147','2013-12-03','2013-12-01','20131203-6','07:17',1,'',NULL,'','20131203-6571',NULL),(18043,4842,3,558,'2013-12-03 15:21:42',0,0,'','201312037','2013-12-03','2013-12-03','20131203-7','07:20',1,'PROF S K OWUSU',NULL,'','20131203-6572',NULL),(18044,4705,4,537,'2013-12-03 15:28:46',1,0,'',' 2013120110','2013-12-03','2013-12-01','20131203-8','07:28',1,'',NULL,'','20131203-6573',NULL),(18045,4843,3,531,'2013-12-03 15:49:24',0,0,'','201312039','2013-12-03','2013-12-03','20131203-9','07:47',1,'DR AMOAH',NULL,'','20131203-6574',NULL),(18047,4843,1,531,'2013-12-03 15:49:24',1,0,'','201312039','2013-12-03','2013-12-03','20131203-9','07:48',1,'DR AMOAH',NULL,'','20131203-6574',NULL),(18050,4843,4,531,'2013-12-03 15:49:24',1,0,'','201312039','2013-12-03','2013-12-03','20131203-9','07:49',1,'DR AMOAH',NULL,'','20131203-6574',NULL),(18051,2487,3,531,'2013-12-03 16:10:59',0,0,'','2013120310','2013-12-03','2013-12-03','20131203-10','08:09',1,'DR ARMAH',NULL,'','20131203-6575',NULL),(18053,2487,4,531,'2013-12-03 16:10:59',1,0,'','2013120310','2013-12-03','2013-12-03','20131203-10','08:10',1,'DR ARMAH',NULL,'','20131203-6575',NULL),(18054,4844,3,531,'2013-12-03 16:20:01',0,0,'','2013120311','2013-12-03','2013-12-03','20131203-11','08:18',1,'DR OFORI ANTI',NULL,'','20131203-6576',NULL),(18055,4845,3,531,'2013-12-03 16:22:14',0,0,'','2013120312 ','2013-12-03','2013-12-03','20131203-12','08:21',1,'DR OFORI ANTI',NULL,'','20131203-6577',NULL),(18056,4846,3,531,'2013-12-03 16:24:57',0,0,'','2013120313 ','2013-12-03','2013-12-03','20131203-13','08:23',1,'',NULL,'','20131203-6578',NULL),(18057,4847,3,531,'2013-12-03 16:32:33',0,0,'','2013120314 ','2013-12-03','2013-12-03','20131203-14','08:31',1,'DR ARMAH',NULL,'','20131203-6579',NULL),(18059,4847,4,531,'2013-12-03 16:32:34',1,0,'','2013120314 ','2013-12-03','2013-12-03','20131203-14','08:32',1,'DR ARMAH',NULL,'','20131203-6579',NULL),(18060,4848,3,531,'2013-12-03 17:01:58',0,0,'','2013120315 ','2013-12-03','2013-12-03','20131203-15','08:59',1,'DR NTOEW DJAN',NULL,'','20131203-6580',NULL),(18062,4848,1,531,'2013-12-03 17:01:59',1,0,'','2013120315 ','2013-12-03','2013-12-03','20131203-15','09:00',1,'DR NTOEW DJAN',NULL,'','20131203-6580',NULL),(18063,2393,3,531,'2013-12-03 17:03:26',0,0,'','2013120316','2013-12-03','2013-12-03','20131203-16','09:02',1,'DR TACHIE',NULL,'','20131203-6581',NULL),(18064,4673,1,531,'2013-12-03 17:06:40',0,0,'','2013120317','2013-12-03','2013-12-03','20131203-17','09:04',1,'DR NUAMAH',NULL,'','20131203-6582',NULL),(18066,4673,3,531,'2013-12-03 17:06:40',0,0,'','2013120317','2013-12-03','2013-12-03','20131203-17','09:06',1,'DR NUAMAH',NULL,'','20131203-6582',NULL),(18067,4849,3,531,'2013-12-03 17:23:02',0,0,'','2013120318','2013-12-03','2013-12-03','20131203-18','09:21',1,'DR NTOEW DJAN',NULL,'','20131203-6583',NULL),(18068,4850,3,531,'2013-12-03 17:27:35',0,0,'','2013120319','2013-12-03','2013-12-03','20131203-19','09:25',1,'DR MENSAH',NULL,'','20131203-6584',NULL),(18070,4850,1,531,'2013-12-03 17:27:35',1,0,'','2013120319','2013-12-03','2013-12-03','20131203-19','09:27',1,'DR MENSAH',NULL,'','20131203-6584',NULL),(18071,4736,4,534,'2013-12-03 17:29:20',1,0,'','2013120147','2013-12-03','2013-12-01','20131203-20','09:27',1,'',NULL,'','20131203-6585',NULL),(18072,4851,3,531,'2013-12-03 17:30:38',1,0,'','2013120321 ','2013-12-03','2013-12-03','20131203-21','09:28',1,'DR MENSAH',NULL,'','20131203-6586',NULL),(18074,4851,1,531,'2013-12-03 17:30:38',0,0,'','2013120321 ','2013-12-03','2013-12-03','20131203-21','09:29',1,'DR MENSAH',NULL,'','20131203-6586',NULL),(18075,4852,1,531,'2013-12-03 17:43:07',0,0,'','2013120322','2013-12-03','2013-12-03','20131203-22','09:37',1,'',NULL,'','20131203-6587',NULL),(18076,4845,3,504,'2013-12-03 17:59:19',0,0,'','2013120312','2013-12-03','2013-12-03','20131203-23','09:58',1,'',NULL,'','20131203-6588',NULL),(18077,4845,3,504,'2013-12-03 18:00:53',0,0,'','2013120312','2013-12-03','2013-12-03','20131203-24','10:00',1,'',NULL,'','20131203-6589',NULL),(18078,4705,4,534,'2013-12-03 18:06:04',1,0,'','2013120110','2013-12-03','2013-12-01','20131203-25','10:05',1,'',NULL,'','20131203-6590',NULL),(18079,4790,3,537,'2013-12-03 18:06:45',1,0,'','2013120250','2013-12-03','2013-12-02','20131203-26','10:05',1,'',NULL,'','20131203-6591',NULL),(18080,4853,3,531,'2013-12-03 18:08:27',1,0,'','2013120327','2013-12-03','2013-12-03','20131203-27','10:07',1,'DR NTOEW DJAN',NULL,'','20131203-6592',NULL),(18082,4853,4,531,'2013-12-03 18:08:28',1,0,'','2013120327','2013-12-03','2013-12-03','20131203-27','10:08',1,'DR NTOEW DJAN',NULL,'','20131203-6592',NULL),(18083,4846,3,537,'2013-12-03 18:08:32',1,0,'','2013120313','2013-12-03','2013-12-03','20131203-28','10:07',1,'',NULL,'','20131203-6593',NULL),(18084,4854,1,531,'2013-12-03 18:15:30',0,0,'','2013120329','2013-12-03','2013-12-03','20131203-29','10:13',1,'DR NTOEW DJAN',NULL,'','20131203-6594',NULL),(18085,4855,3,531,'2013-12-03 18:28:17',0,0,'','2013120330','2013-12-03','2013-12-03','20131203-30','10:25',1,'DR MENSAH',NULL,'','20131203-6595',NULL),(18087,4855,1,531,'2013-12-03 18:28:17',1,0,'','2013120330','2013-12-03','2013-12-03','20131203-30','10:27',1,'DR MENSAH',NULL,'','20131203-6595',NULL),(18090,4855,4,531,'2013-12-03 18:28:17',1,0,'','2013120330','2013-12-03','2013-12-03','20131203-30','10:28',1,'DR MENSAH',NULL,'','20131203-6595',NULL),(18091,4857,3,531,'2013-12-03 18:31:02',0,0,'','2013120331','2013-12-03','2013-12-03','20131203-31','10:29',1,'DR MENSAH',NULL,'','20131203-6596',NULL),(18093,4857,1,531,'2013-12-03 18:31:03',0,0,'','','2013-12-03','2013-12-03','20131203-31','10:30',1,'DR MENSAH',NULL,'','20131203-6596',NULL),(18096,4857,4,531,'2013-12-03 18:31:03',1,0,'','2013120331','2013-12-03','2013-12-03','20131203-31','10:30',1,'DR MENSAH',NULL,'','20131203-6596',NULL),(18097,4858,4,531,'2013-12-03 18:33:29',1,0,'','2013120332','2013-12-03','2013-12-03','20131203-32','10:32',1,'DR DANIELS',NULL,'','20131203-6597',NULL),(18098,4859,3,531,'2013-12-03 18:36:31',0,0,'','2013120333 ','2013-12-03','2013-12-03','20131203-33','10:34',1,'DR VORTIA',NULL,'','20131203-6598',NULL),(18100,4859,1,531,'2013-12-03 18:36:32',0,0,'','2013120333 ','2013-12-03','2013-12-03','20131203-33','10:35',1,'DR VORTIA',NULL,'','20131203-6598',NULL),(18103,4859,4,531,'2013-12-03 18:36:32',1,0,'','2013120333 ','2013-12-03','2013-12-03','20131203-33','10:36',1,'DR VORTIA',NULL,'','20131203-6598',NULL),(18104,4860,4,531,'2013-12-03 18:47:14',1,0,'','2013120334','2013-12-03','2013-12-03','20131203-34','10:46',1,'',NULL,'','20131203-6599',NULL),(18106,4860,10,531,'2013-12-03 18:47:14',1,0,'','2013120334','2013-12-03','2013-12-03','20131203-34','10:47',1,'',NULL,'','20131203-6599',NULL),(18107,4768,3,531,'2013-12-03 18:49:10',1,0,'','2013120335','2013-12-03','2013-12-03','20131203-35','10:48',1,'DR NTOEW DJAN',NULL,'','20131203-6600',NULL),(18108,4861,3,531,'2013-12-03 18:51:16',0,0,'','2013120336 ','2013-12-03','2013-12-03','20131203-36','10:50',1,'DR FUMMY',NULL,'','20131203-6601',NULL),(18109,4862,3,531,'2013-12-03 18:58:52',0,0,'','2013120338','2013-12-03','2013-12-03','20131203-38','10:57',1,'DR MENSAH',NULL,'','20131203-6603',NULL),(18111,4862,1,531,'2013-12-03 18:58:52',1,0,'','2013120338','2013-12-03','2013-12-03','20131203-38','10:58',1,'DR MENSAH',NULL,'','20131203-6603',NULL),(18114,4862,4,531,'2013-12-03 18:58:52',1,0,'','2013120338','2013-12-03','2013-12-03','20131203-38','10:58',1,'DR MENSAH',NULL,'','20131203-6603',NULL),(18115,2799,3,531,'2013-12-03 19:12:14',0,0,'','2013120339 ','2013-12-03','2013-12-03','20131203-39','11:11',1,'DR FUMMY',NULL,'','20131203-6604',NULL),(18116,4863,3,531,'2013-12-03 19:21:26',0,0,'','2013120340','2013-12-03','2013-12-03','20131203-40','11:19',1,'DR MENSAH',NULL,'','20131203-6605',NULL),(18118,4863,4,531,'2013-12-03 19:21:26',1,0,'','2013120340','2013-12-03','2013-12-03','20131203-40','11:20',1,'DR MENSAH',NULL,'','20131203-6605',NULL),(18119,4864,3,531,'2013-12-03 19:23:53',0,0,'','2013120341 ','2013-12-03','2013-12-03','20131203-41','11:23',1,'DR DANIELS',NULL,'','20131203-6606',NULL),(18120,4865,3,531,'2013-12-03 19:31:11',0,0,'','2013120342','2013-12-03','2013-12-03','20131203-42','11:30',1,'DR DANIELS',NULL,'','20131203-6607',NULL),(18121,4866,1,531,'2013-12-03 19:42:46',1,0,'','2013120343','2013-12-03','2013-12-03','20131203-43','11:40',1,'DR NTOEW DJAN',NULL,'','20131203-6608',NULL),(18123,4866,4,531,'2013-12-03 19:42:46',1,0,'','2013120343','2013-12-03','2013-12-03','20131203-43','11:42',1,'DR NTOEW DJAN',NULL,'','20131203-6608',NULL),(18124,4867,3,531,'2013-12-03 19:49:55',0,0,'','2013120344','2013-12-03','2013-12-03','20131203-44','11:49',1,'DR FUMMY',NULL,'','20131203-6609',NULL),(18125,4868,3,531,'2013-12-03 19:52:53',0,0,'','2013120345','2013-12-03','2013-12-03','20131203-45','11:51',1,'DR BOATENG',NULL,'','20131203-6610',NULL),(18127,4868,1,531,'2013-12-03 19:52:53',0,0,'','2013120345','2013-12-03','2013-12-03','20131203-45','11:52',1,'DR BOATENG',NULL,'','20131203-6610',NULL),(18130,4868,2,531,'2013-12-03 19:52:53',1,0,'','2013120345','2013-12-03','2013-12-03','20131203-45','11:52',1,'DR BOATENG',NULL,'','20131203-6610',NULL),(18131,4842,1,531,'2013-12-03 19:56:23',0,0,'','2013120346','2013-12-03','2013-12-03','20131203-46','11:53',1,'DR ADOTEY',NULL,'','20131203-6611',NULL),(18133,4842,4,531,'2013-12-03 19:56:23',0,0,'','2013120346','2013-12-03','2013-12-03','20131203-46','11:55',1,'DR ADOTEY',NULL,'','20131203-6611',NULL),(18136,4842,3,531,'2013-12-03 19:56:23',0,0,'','2013120346','2013-12-03','2013-12-03','20131203-46','11:55',1,'DR ADOTEY',NULL,'','20131203-6611',NULL),(18137,4036,1,531,'2013-12-03 20:01:41',1,0,'','2013120346','2013-12-03','2013-12-03','20131203-47','12:00',1,'',NULL,'','20131203-6612',NULL),(18138,4869,3,531,'2013-12-03 20:03:37',0,0,'','2013120348','2013-12-03','2013-12-03','20131203-48','12:02',1,'DR FUMMY',NULL,'','20131203-6613',NULL),(18140,4869,5,531,'2013-12-03 20:03:37',1,0,'','2013120348','2013-12-03','2013-12-03','20131203-48','12:03',1,'DR FUMMY',NULL,'','20131203-6613',NULL),(18141,4870,1,531,'2013-12-03 20:07:36',0,0,'','2013120349','2013-12-03','2013-12-03','20131203-49','12:06',1,'DR TACHIE',NULL,'','20131203-6614',NULL),(18142,4025,4,534,'2013-12-03 20:10:54',1,0,'','2013113074','2013-12-03','2013-11-30','20131203-51','12:10',1,'',NULL,'','20131203-6616',NULL),(18143,4871,3,531,'2013-12-03 20:11:48',0,0,'','2013120350','2013-12-03','2013-12-03','20131203-50','12:10',1,'DR DANIELS',NULL,'','20131203-6615',NULL),(18145,4871,4,531,'2013-12-03 20:11:48',1,0,'','2013120350','2013-12-03','2013-12-03','20131203-50','12:11',1,'DR DANIELS',NULL,'','20131203-6615',NULL),(18146,4872,3,531,'2013-12-03 20:14:03',0,0,'','2013120352','2013-12-03','2013-12-03','20131203-52','12:12',1,'DR MENSAH',NULL,'','20131203-6617',NULL),(18148,4872,4,531,'2013-12-03 20:14:03',1,0,'','2013120352','2013-12-03','2013-12-03','20131203-52','12:13',1,'DR MENSAH',NULL,'','20131203-6617',NULL),(18149,4873,3,531,'2013-12-03 20:16:15',0,0,'','2013120353','2013-12-03','2013-12-03','20131203-53','12:15',1,'DR MENSAH',NULL,'','20131203-6618',NULL),(18151,4873,4,531,'2013-12-03 20:16:15',1,0,'','2013120353','2013-12-03','2013-12-03','20131203-53','12:16',1,'DR MENSAH',NULL,'','20131203-6618',NULL),(18152,4874,3,531,'2013-12-03 20:18:07',0,0,'','2013120354','2013-12-03','2013-12-03','20131203-54','12:16',1,'DR MENSAH',NULL,'','20131203-6619',NULL),(18154,4874,4,531,'2013-12-03 20:18:08',1,0,'','2013120354','2013-12-03','2013-12-03','20131203-54','12:17',1,'DR MENSAH',NULL,'','20131203-6619',NULL),(18155,4875,3,531,'2013-12-03 20:20:08',0,0,'','2013120355','2013-12-03','2013-12-03','20131203-55','12:19',1,'DR MENSAH',NULL,'','20131203-6620',NULL),(18157,4875,4,531,'2013-12-03 20:20:08',1,0,'','2013120355','2013-12-03','2013-12-03','20131203-55','12:19',1,'DR MENSAH',NULL,'','20131203-6620',NULL),(18158,4857,1,552,'2013-12-03 20:21:01',1,0,'','2013120331','2013-12-03','2013-12-03','20131203-56','12:20',1,'',NULL,'','20131203-6621',NULL),(18159,4876,1,531,'2013-12-03 20:35:39',0,0,'','2013120357','2013-12-03','2013-12-03','20131203-57','12:34',1,'DR NTOEW DJAN',NULL,'','20131203-6622',NULL),(18160,4877,3,531,'2013-12-03 20:40:58',0,0,'','2013120358','2013-12-03','2013-12-03','20131203-58','12:40',1,'DR MENSAH',NULL,'','20131203-6623',NULL),(18161,4878,3,531,'2013-12-03 20:43:00',0,0,'','2013120359','2013-12-03','2013-12-03','20131203-59','12:42',1,'DR DANIELS',NULL,'','20131203-6624',NULL),(18162,1256,3,531,'2013-12-03 20:44:47',0,0,'','2013120360 ','2013-12-03','2013-12-03','20131203-60','12:43',1,'DR ARMAH',NULL,'','20131203-6625',NULL),(18164,1256,4,531,'2013-12-03 20:44:47',1,0,'','2013120360 ','2013-12-03','2013-12-03','20131203-60','12:44',1,'DR ARMAH',NULL,'','20131203-6625',NULL),(18165,4879,3,531,'2013-12-03 20:52:49',0,0,'','2013120361 ','2013-12-03','2013-12-03','20131203-61','12:50',1,'DR MENSAH',NULL,'','20131203-6626',NULL),(18167,4879,1,531,'2013-12-03 20:52:50',1,0,'','2013120361 ','2013-12-03','2013-12-03','20131203-61','12:52',1,'DR MENSAH',NULL,'','20131203-6626',NULL),(18168,4880,1,531,'2013-12-03 21:01:08',0,0,'','2013120362','2013-12-03','2013-12-03','20131203-62','12:55',1,'DR BOATENG',NULL,'','20131203-6627',NULL),(18170,4880,3,531,'2013-12-03 21:01:08',0,0,'','2013120362','2013-12-03','2013-12-03','20131203-62','12:56',1,'DR BOATENG',NULL,'','20131203-6627',NULL),(18171,4881,3,531,'2013-12-03 21:04:10',0,0,'','2013120363 ','2013-12-03','2013-12-03','20131203-63','13:02',1,'DR ARYEE',NULL,'','20131203-6628',NULL),(18173,4881,1,531,'2013-12-03 21:04:10',0,0,'','2013120363 ','2013-12-03','2013-12-03','20131203-63','13:03',1,'DR ARYEE',NULL,'','20131203-6628',NULL),(18174,4882,3,531,'2013-12-03 21:08:53',0,0,'','2013120364','2013-12-03','2013-12-03','20131203-64','13:07',1,'DR NTOEW DJAN',NULL,'','20131203-6629',NULL),(18176,4882,1,531,'2013-12-03 21:08:53',1,0,'','2013120364','2013-12-03','2013-12-03','20131203-64','13:08',1,'DR NTOEW DJAN',NULL,'','20131203-6629',NULL),(18179,4882,4,531,'2013-12-03 21:08:53',1,0,'','2013120364','2013-12-03','2013-12-03','20131203-64','13:08',1,'DR NTOEW DJAN',NULL,'','20131203-6629',NULL),(18180,4883,3,531,'2013-12-03 21:11:26',0,0,'','2013120365','2013-12-03','2013-12-03','20131203-65','13:10',1,'DR MENSAH',NULL,'','20131203-6630',NULL),(18182,4883,4,531,'2013-12-03 21:11:26',1,0,'','2013120365','2013-12-03','2013-12-03','20131203-65','13:11',1,'DR MENSAH',NULL,'','20131203-6630',NULL),(18183,4884,3,531,'2013-12-03 21:12:50',0,0,'','2013120366','2013-12-03','2013-12-03','20131203-66','13:12',1,'DR NTOEW DJAN',NULL,'','20131203-6631',NULL),(18184,4885,3,531,'2013-12-03 21:15:11',0,0,'','2013120367 ','2013-12-03','2013-12-03','20131203-67','13:14',1,'DR NTOEW DJAN',NULL,'','20131203-6632',NULL),(18185,1010,3,531,'2013-12-03 21:16:50',0,0,'','2013120368','2013-12-03','2013-12-03','20131203-68','13:15',1,'DR MENSAH',NULL,'','20131203-6633',NULL),(18186,4886,3,531,'2013-12-03 21:21:16',0,0,'','2013120369 ','2013-12-03','2013-12-03','20131203-69','13:20',1,'DR MENSAH',NULL,'','20131203-6634',NULL),(18187,4887,3,534,'2013-12-03 21:30:42',0,0,'','2013120370 ','2013-12-03','2013-12-03','20131203-70','13:29',1,'DR NTOEW DJAN',NULL,'','20131203-6635',NULL),(18188,4888,3,534,'2013-12-03 21:33:31',0,0,'','2013120371','2013-12-03','2013-12-03','20131203-71','13:31',1,'DR DANIELS',NULL,'','20131203-6636',NULL),(18190,4888,5,534,'2013-12-03 21:33:31',1,0,'','2013120371','2013-12-03','2013-12-03','20131203-71','13:32',1,'DR DANIELS',NULL,'','20131203-6636',NULL),(18191,4889,3,531,'2013-12-03 21:54:04',1,0,'','2013120372','2013-12-03','2013-12-03','20131203-72','13:51',1,'',NULL,'','20131203-6637',NULL),(18192,4890,3,531,'2013-12-03 21:56:24',0,0,'','2013120373','2013-12-03','2013-12-03','20131203-73','13:55',1,'DR NTOEW DJAN',NULL,'','20131203-6638',NULL),(18194,4890,4,531,'2013-12-03 21:56:24',1,0,'','2013120373','2013-12-03','2013-12-03','20131203-73','13:56',1,'DR NTOEW DJAN',NULL,'','20131203-6638',NULL),(18195,4891,3,531,'2013-12-03 22:08:07',0,0,'','2013120374','2013-12-03','2013-12-03','20131203-74','14:04',1,'DR NTOEW DJAN',NULL,'','20131203-6639',NULL),(18196,4892,3,534,'2013-12-03 22:12:22',0,0,'','2013120375 ','2013-12-03','2013-12-03','20131203-75','14:11',1,'DR FUMMY',NULL,'','20131203-6640',NULL),(18197,4893,4,531,'2013-12-03 22:25:00',1,0,'','2013120376','2013-12-03','2013-12-03','20131203-76','14:24',1,'DR FUMMY',NULL,'','20131203-6641',NULL),(18198,4894,3,531,'2013-12-03 23:18:13',0,0,'','2013120377','2013-12-03','2013-12-03','20131203-77','15:16',1,'DR FUMMY',NULL,'','20131203-6642',NULL),(18200,4894,4,531,'2013-12-03 23:18:13',1,0,'','2013120377','2013-12-03','2013-12-03','20131203-77','15:17',1,'DR FUMMY',NULL,'','20131203-6642',NULL),(18201,2617,1,531,'2013-12-03 23:27:52',0,0,'','2013120378','2013-12-03','2013-12-03','20131203-78','15:26',1,'',NULL,'','20131203-6643',NULL),(18202,4896,1,531,'2013-12-03 23:39:32',0,0,'','2013120380','2013-12-03','2013-12-03','20131203-80','15:38',1,'DR NTOEW DJAN',NULL,'','20131203-6645',NULL),(18203,4897,3,531,'2013-12-03 23:49:18',0,0,'','2013120381','2013-12-03','2013-12-03','20131203-81','15:48',1,'',NULL,'','20131203-6646',NULL),(18205,4897,4,531,'2013-12-03 23:49:19',1,0,'','2013120381','2013-12-03','2013-12-03','20131203-81','15:49',1,'',NULL,'','20131203-6646',NULL),(18206,4333,1,531,'2013-12-03 23:55:41',1,0,'','2013120382','2013-12-03','2013-12-03','20131203-82','15:54',1,'DR MENSAH',NULL,'','20131203-6647',NULL),(18207,4329,3,531,'2013-12-04 00:32:11',1,0,'','2013120383','2013-12-03','2013-12-03','20131203-83','16:30',1,'DR AMABLE',NULL,'','20131203-6648',NULL),(18208,4898,3,531,'2013-12-04 00:42:08',1,0,'','2013120384 ','2013-12-03','2013-12-03','20131203-84','16:41',1,'',NULL,'','20131203-6649',NULL),(18209,3583,29,531,'2013-12-04 00:45:05',0,0,'','2013120385','2013-12-03','2013-12-03','20131203-85','16:44',1,'DR LAMPTEY',NULL,'','20131203-6650',NULL),(18210,4899,3,531,'2013-12-04 00:53:33',0,0,'','2013120386','2013-12-03','2013-12-03','20131203-86','16:52',1,'DR MENSAH',NULL,'','20131203-6651',NULL),(18212,4899,1,531,'2013-12-04 00:53:33',0,0,'','2013120386','2013-12-03','2013-12-03','20131203-86','16:53',1,'DR MENSAH',NULL,'','20131203-6651',NULL),(18213,4900,3,531,'2013-12-04 00:56:10',0,0,'','2013120387 ','2013-12-03','2013-12-03','20131203-87','16:54',1,'DR BOATENG',NULL,'','20131203-6652',NULL),(18215,4900,1,531,'2013-12-04 00:56:10',0,0,'','2013120387 ','2013-12-03','2013-12-03','20131203-87','16:55',1,'DR BOATENG',NULL,'','20131203-6652',NULL),(18216,4901,3,531,'2013-12-04 01:00:38',1,0,'','2013120388 ','2013-12-03','2013-12-03','20131203-88','16:58',1,'DR QUAMPAH',NULL,'','20131203-6653',NULL),(18218,4901,1,531,'2013-12-04 01:00:38',1,0,'','2013120388 ','2013-12-03','2013-12-03','20131203-88','16:59',1,'DR QUAMPAH',NULL,'','20131203-6653',NULL),(18221,4901,4,531,'2013-12-04 01:00:38',1,0,'','2013120388 ','2013-12-03','2013-12-03','20131203-88','17:00',1,'DR QUAMPAH',NULL,'','20131203-6653',NULL),(18225,4901,5,531,'2013-12-04 01:00:39',1,0,'','2013120388 ','2013-12-03','2013-12-03','20131203-88','17:00',1,'DR QUAMPAH',NULL,'','20131203-6653',NULL),(18226,4902,3,531,'2013-12-04 01:02:55',0,0,'','2013120389','2013-12-03','2013-12-03','20131203-89','17:01',1,'DR MENSAH',NULL,'','20131203-6654',NULL),(18228,4902,1,531,'2013-12-04 01:02:55',1,0,'','2013120389','2013-12-03','2013-12-03','20131203-89','17:02',1,'DR MENSAH',NULL,'','20131203-6654',NULL),(18231,4902,4,531,'2013-12-04 01:02:55',1,0,'','2013120389','2013-12-03','2013-12-03','20131203-89','17:02',1,'DR MENSAH',NULL,'','20131203-6654',NULL),(18232,4903,10,531,'2013-12-04 01:05:26',1,0,'','2013120390','2013-12-03','2013-12-03','20131203-90','17:04',1,'DR QUAMPAH',NULL,'','20131203-6655',NULL),(18233,452,4,531,'2013-12-04 01:29:22',0,0,'','2013120391','2013-12-03','2013-12-03','20131203-91','17:28',1,'DR QUAMPAH',NULL,'','20131203-6656',NULL),(18234,4904,4,531,'2013-12-04 01:49:55',1,0,'','2013120392 ','2013-12-03','2013-12-03','20131203-92','17:49',1,'DR MENSAH',NULL,'','20131203-6657',NULL),(18235,4905,3,531,'2013-12-04 01:53:59',1,0,'','2013120393','2013-12-03','2013-12-03','20131203-93','17:53',1,'',NULL,'','20131203-6658',NULL),(18236,452,4,531,'2013-12-04 01:56:15',1,0,'','2013120391','2013-12-03','2013-12-03','20131203-94','17:55',1,'',NULL,'','20131203-6659',NULL),(18237,4906,3,531,'2013-12-04 01:59:57',0,0,'','2013120395','2013-12-03','2013-12-03','20131203-95','17:58',1,'DR AMABLE',NULL,'','20131203-6660',NULL),(18239,4906,1,531,'2013-12-04 01:59:58',0,0,'','2013120395','2013-12-03','2013-12-03','20131203-95','17:59',1,'DR AMABLE',NULL,'','20131203-6660',NULL),(18242,4906,5,531,'2013-12-04 01:59:58',1,0,'','2013120395','2013-12-03','2013-12-03','20131203-95','17:59',1,'DR AMABLE',NULL,'','20131203-6660',NULL),(18246,4906,4,531,'2013-12-04 01:59:58',1,0,'','2013120395','2013-12-03','2013-12-03','20131203-95','17:59',1,'DR AMABLE',NULL,'','20131203-6660',NULL),(18247,4907,3,531,'2013-12-04 02:04:37',0,0,'','2013120397','2013-12-03','2013-12-03','20131203-97','18:02',1,'DR MENSAH',NULL,'','20131203-6662',NULL),(18249,4907,1,531,'2013-12-04 02:04:37',0,0,'','2013120397','2013-12-03','2013-12-03','20131203-97','18:03',1,'DR MENSAH',NULL,'','20131203-6662',NULL),(18252,4907,4,531,'2013-12-04 02:04:37',1,0,'','2013120397','2013-12-03','2013-12-03','20131203-97','18:04',1,'DR MENSAH',NULL,'','20131203-6662',NULL),(18253,4908,3,531,'2013-12-04 02:14:17',0,0,'','2013120398','2013-12-03','2013-12-03','20131203-98','18:13',1,'DR QUAMPAH',NULL,'','20131203-6663',NULL),(18254,4909,1,531,'2013-12-04 02:20:26',0,0,'','2013120399','2013-12-03','2013-12-03','20131203-99','18:19',1,'DR TACHIE',NULL,'','20131203-6664',NULL),(18255,4910,3,531,'2013-12-04 02:37:17',1,0,'','20131203100 ','2013-12-03','2013-12-03','20131203-100','18:36',1,'DR MENSAH',NULL,'','20131203-6665',NULL),(18256,4911,3,531,'2013-12-04 02:46:38',1,0,'','20131203101 ','2013-12-03','2013-12-03','20131203-101','18:45',1,'DR AMABLE',NULL,'','20131203-6666',NULL),(18258,4911,4,531,'2013-12-04 02:46:39',1,0,'','20131203101 ','2013-12-03','2013-12-03','20131203-101','18:46',1,'DR AMABLE',NULL,'','20131203-6666',NULL),(18259,4912,3,531,'2013-12-04 02:56:42',0,0,'','20131203102','2013-12-03','2013-12-03','20131203-102','18:55',1,'DR MENSAH',NULL,'','20131203-6667',NULL),(18261,4912,4,531,'2013-12-04 02:56:42',1,0,'','20131203102','2013-12-03','2013-12-03','20131203-102','18:56',1,'DR MENSAH',NULL,'','20131203-6667',NULL),(18262,1850,1,531,'2013-12-04 03:05:27',0,0,'','20131203103','2013-12-03','2013-12-03','20131203-103','18:58',1,'PROF E D YEBOAH',NULL,'','20131203-6668',NULL),(18263,4913,3,531,'2013-12-04 03:08:08',1,0,'','20131203104 ','2013-12-03','2013-12-03','20131203-104','19:06',1,'DR DANIELS',NULL,'','20131203-6669',NULL),(18264,4914,3,530,'2013-12-04 03:55:47',1,0,'','20131203106','2013-12-03','2013-12-03','20131203-106','19:54',1,'DR MENSAH',NULL,'','20131203-6671',NULL),(18265,4915,3,530,'2013-12-04 03:58:14',1,0,'','20131203107','2013-12-03','2013-12-03','20131203-107','19:57',1,'DR DANIELS',NULL,'','20131203-6672',NULL),(18266,4916,3,530,'2013-12-04 04:12:15',1,0,'','20131203108','2013-12-03','2013-12-03','20131203-108','20:10',1,'DR DANIELS',NULL,'','20131203-6673',NULL),(18267,4917,3,530,'2013-12-04 04:19:47',1,0,'','20131203109','2013-12-03','2013-12-03','20131203-109','20:18',1,'DR DANIELS',NULL,'','20131203-6674',NULL),(18268,4918,3,530,'2013-12-04 04:25:33',1,0,'','20131203110','2013-12-03','2013-12-03','20131203-110','20:24',1,'DR MENSAH',NULL,'','20131203-6675',NULL),(18269,4919,3,530,'2013-12-04 04:27:16',1,0,'','20131203111','2013-12-03','2013-12-03','20131203-111','20:26',1,'DR MENSAH',NULL,'','20131203-6676',NULL),(18270,4920,3,530,'2013-12-04 04:29:49',1,0,'','20131203112 ','2013-12-03','2013-12-03','20131203-112','20:28',1,'DR MENSAH',NULL,'','20131203-6677',NULL),(18272,4920,5,530,'2013-12-04 04:29:49',0,0,'','20131203112 ','2013-12-03','2013-12-03','20131203-112','20:29',1,'DR MENSAH',NULL,'','20131203-6677',NULL),(18275,4920,1,530,'2013-12-04 04:29:49',1,0,'','20131203112 ','2013-12-03','2013-12-03','20131203-112','20:29',1,'DR MENSAH',NULL,'','20131203-6677',NULL),(18276,4921,3,530,'2013-12-04 04:46:18',1,0,'','20131203113','2013-12-03','2013-12-03','20131203-113','20:44',1,'DR DJAN',NULL,'','20131203-6678',NULL),(18278,4921,4,530,'2013-12-04 04:46:18',1,0,'','20131203113','2013-12-03','2013-12-03','20131203-113','20:46',1,'DR DJAN',NULL,'','20131203-6678',NULL),(18279,4643,3,530,'2013-12-04 05:01:31',1,0,'','20131203114','2013-12-03','2013-12-03','20131203-114','20:59',1,'DR AMOAH',NULL,'','20131203-6679',NULL),(18281,4643,4,530,'2013-12-04 05:01:31',0,0,'','20131203114','2013-12-03','2013-12-03','20131203-114','21:01',1,'DR AMOAH',NULL,'','20131203-6679',NULL),(18284,4643,1,530,'2013-12-04 05:01:31',1,0,'','20131203114','2013-12-03','2013-12-03','20131203-114','21:01',1,'DR AMOAH',NULL,'','20131203-6679',NULL),(18285,2457,3,530,'2013-12-04 05:04:51',1,0,'','20131203115','2013-12-03','2013-12-03','20131203-115','21:03',1,'DR AMOAH',NULL,'','20131203-6680',NULL),(18287,2457,1,530,'2013-12-04 05:04:52',1,0,'','20131203115','2013-12-03','2013-12-03','20131203-115','21:04',1,'DR AMOAH',NULL,'','20131203-6680',NULL),(18288,3607,3,530,'2013-12-04 05:22:31',1,0,'','20131203117','2013-12-03','2013-12-03','20131203-117','21:20',1,'DR DJAN',NULL,'','20131203-6682',NULL),(18289,4922,3,530,'2013-12-04 05:39:44',1,0,'','20131203118','2013-12-03','2013-12-03','20131203-118','21:38',1,'DR AMOAH',NULL,'','20131203-6683',NULL),(18291,4922,1,530,'2013-12-04 05:39:44',1,0,'','20131203118','2013-12-03','2013-12-03','20131203-118','21:39',1,'DR AMOAH',NULL,'','20131203-6683',NULL),(18294,4922,4,530,'2013-12-04 05:39:45',1,0,'','20131203118','2013-12-03','2013-12-03','20131203-118','21:39',1,'DR AMOAH',NULL,'','20131203-6683',NULL),(18295,2660,3,530,'2013-12-04 05:51:08',1,0,'','20131203119','2013-12-03','2013-12-03','20131203-119','21:49',1,'DR DJAN',NULL,'','20131203-6684',NULL),(18297,2660,1,530,'2013-12-04 05:51:09',1,0,'','20131203119','2013-12-03','2013-12-03','20131203-119','21:50',1,'DR DJAN',NULL,'','20131203-6684',NULL),(18300,2660,4,530,'2013-12-04 05:51:09',1,0,'','20131203119','2013-12-03','2013-12-03','20131203-119','21:50',1,'DR DJAN',NULL,'','20131203-6684',NULL),(18301,4923,3,530,'2013-12-04 07:40:04',1,0,'','20131203120','2013-12-03','2013-12-03','20131203-120','23:38',1,'DR DJAN',NULL,'','20131203-6685',NULL),(18303,4923,1,530,'2013-12-04 07:40:04',1,0,'','20131203120','2013-12-03','2013-12-03','20131203-120','23:39',1,'DR DJAN',NULL,'','20131203-6685',NULL),(18306,4923,4,530,'2013-12-04 07:40:05',1,0,'','20131203120','2013-12-03','2013-12-03','20131203-120','23:39',1,'DR DJAN',NULL,'','20131203-6685',NULL),(18307,4924,3,530,'2013-12-04 07:43:28',1,0,'','20131203121','2013-12-03','2013-12-03','20131203-121','23:42',1,'DR MENSAH',NULL,'','20131203-6686',NULL),(18309,4924,4,530,'2013-12-04 07:43:28',1,0,'','20131203121','2013-12-03','2013-12-03','20131203-121','23:43',1,'DR MENSAH',NULL,'','20131203-6686',NULL),(18310,4837,3,530,'2013-12-04 07:46:16',1,0,'','20131203122','2013-12-03','2013-12-03','20131203-122','23:45',1,'DR AMOAH',NULL,'','20131203-6687',NULL),(18312,4837,4,530,'2013-12-04 07:46:17',0,0,'','20131203122','2013-12-03','2013-12-03','20131203-122','23:45',1,'DR AMOAH',NULL,'','20131203-6687',NULL),(18313,4925,3,530,'2013-12-04 08:20:20',1,0,'','201312041','2013-12-04','2013-12-04','20131204-1','00:19',1,'DR AMOAH',NULL,'','20131204-6688',NULL),(18315,4925,1,530,'2013-12-04 08:20:21',1,0,'','201312041','2013-12-04','2013-12-04','20131204-1','00:20',1,'DR AMOAH',NULL,'','20131204-6688',NULL),(18318,4925,4,530,'2013-12-04 08:20:21',1,0,'','201312041','2013-12-04','2013-12-04','20131204-1','00:20',1,'DR AMOAH',NULL,'','20131204-6688',NULL),(18319,4925,3,530,'2013-12-04 08:21:33',1,0,'','201312041','2013-12-04','2013-12-04','20131204-2','00:21',1,'',NULL,'','20131204-6689',NULL),(18320,4926,3,530,'2013-12-04 08:29:12',1,0,'','201312043','2013-12-04','2013-12-04','20131204-3','00:28',1,'DR AMOAH',NULL,'','20131204-6690',NULL),(18322,4926,4,530,'2013-12-04 08:29:13',1,0,'','201312043','2013-12-04','2013-12-04','20131204-3','00:29',1,'DR AMOAH',NULL,'','20131204-6690',NULL),(18323,4927,3,530,'2013-12-04 10:28:06',1,0,'','201312044','2013-12-04','2013-12-04','20131204-4','02:26',1,'DR AMOAH',NULL,'','20131204-6691',NULL),(18325,4927,1,530,'2013-12-04 10:28:06',1,0,'','201312044','2013-12-04','2013-12-04','20131204-4','02:27',1,'DR AMOAH',NULL,'','20131204-6691',NULL),(18328,4927,4,530,'2013-12-04 10:28:06',1,0,'','201312044','2013-12-04','2013-12-04','20131204-4','02:27',1,'DR AMOAH',NULL,'','20131204-6691',NULL),(18329,12,2,530,'2013-12-04 14:00:44',1,0,'','201312045','2013-12-04','2013-12-04','20131204-5','05:59',1,'DR FOSU',NULL,'','20131204-6692',NULL),(18330,4928,1,530,'2013-12-04 14:37:45',0,0,'','201312046 ','2013-12-04','2013-12-04','20131204-6','06:35',1,'DR NUAMAH',NULL,'','20131204-6693',NULL),(18332,4928,3,530,'2013-12-04 14:37:45',0,0,'','201312046 ','2013-12-04','2013-12-04','20131204-6','06:36',1,'DR NUAMAH',NULL,'','20131204-6693',NULL),(18335,4928,5,530,'2013-12-04 14:37:45',1,0,'','201312046 ','2013-12-04','2013-12-04','20131204-6','06:37',1,'DR NUAMAH',NULL,'','20131204-6693',NULL),(18336,2358,3,530,'2013-12-04 14:40:52',0,0,'','201312047','2013-12-04','2013-12-04','20131204-7','06:40',1,'DR DANIELS',NULL,'','20131204-6694',NULL),(18337,4929,1,530,'2013-12-04 15:10:31',0,0,'','201312048','2013-12-04','2013-12-04','20131204-8','07:08',1,'DR DJAN',NULL,'','20131204-6695',NULL),(18339,4929,3,530,'2013-12-04 15:10:32',0,0,'','','2013-12-04','2013-12-04','20131204-8','07:09',1,'DR DJAN',NULL,'','20131204-6695',NULL),(18342,4929,5,530,'2013-12-04 15:10:32',1,0,'','201312048','2013-12-04','2013-12-04','20131204-8','07:10',1,'DR DJAN',NULL,'','20131204-6695',NULL),(18343,4930,1,530,'2013-12-04 15:17:37',0,0,'','201312049','2013-12-04','2013-12-04','20131204-9','07:16',1,'DR DJAN',NULL,'','20131204-6696',NULL),(18345,4930,3,530,'2013-12-04 15:17:38',0,0,'','201312049','2013-12-04','2013-12-04','20131204-9','07:17',1,'DR DJAN',NULL,'','20131204-6696',NULL),(18346,4031,3,531,'2013-12-04 16:18:54',0,0,'','2013120410','2013-12-04','2013-12-04','20131204-10','08:17',1,'DR NUAMAH',NULL,'','20131204-6697',NULL),(18348,4031,4,531,'2013-12-04 16:18:54',1,0,'','2013120410','2013-12-04','2013-12-04','20131204-10','08:18',1,'DR NUAMAH',NULL,'','20131204-6697',NULL),(18349,4931,3,531,'2013-12-04 16:22:56',0,0,'','2013120411','2013-12-04','2013-12-04','20131204-11','08:20',1,'DR DJAN',NULL,'','20131204-6698',NULL),(18351,4931,4,531,'2013-12-04 16:22:56',1,0,'','2013120411','2013-12-04','2013-12-04','20131204-11','08:22',1,'DR DJAN',NULL,'','20131204-6698',NULL),(18354,4931,5,531,'2013-12-04 16:22:57',0,0,'','2013120411','2013-12-04','2013-12-04','20131204-11','08:22',1,'DR DJAN',NULL,'','20131204-6698',NULL),(18355,4932,3,531,'2013-12-04 16:35:55',0,0,'','2013120412','2013-12-04','2013-12-04','20131204-12','08:33',1,'DR VORTIA',NULL,'','20131204-6699',NULL),(18357,4932,1,531,'2013-12-04 16:35:55',1,0,'','2013120412','2013-12-04','2013-12-04','20131204-12','08:34',1,'DR VORTIA',NULL,'','20131204-6699',NULL),(18360,4932,4,531,'2013-12-04 16:35:55',1,0,'','2013120412','2013-12-04','2013-12-04','20131204-12','08:35',1,'DR VORTIA',NULL,'','20131204-6699',NULL),(18364,4932,5,531,'2013-12-04 16:35:56',1,0,'','2013120412','2013-12-04','2013-12-04','20131204-12','08:35',1,'DR VORTIA',NULL,'','20131204-6699',NULL),(18365,4933,4,531,'2013-12-04 16:37:49',1,0,'','2013120413 ','2013-12-04','2013-12-04','20131204-13','08:36',1,'',NULL,'','20131204-6700',NULL),(18366,4934,3,531,'2013-12-04 16:39:51',0,0,'','2013120414 ','2013-12-04','2013-12-04','20131204-14','08:38',1,'DR TACHIE',NULL,'','20131204-6701',NULL),(18368,4934,1,531,'2013-12-04 16:39:51',0,0,'','2013120414 ','2013-12-04','2013-12-04','20131204-14','08:39',1,'DR TACHIE',NULL,'','20131204-6701',NULL),(18369,4814,3,531,'2013-12-04 16:42:16',0,0,'','2013120415 ','2013-12-04','2013-12-04','20131204-15','08:41',1,'DR MENSAH',NULL,'','20131204-6702',NULL),(18370,4935,3,531,'2013-12-04 17:03:59',0,0,'','2013120416 ','2013-12-04','2013-12-04','20131204-16','09:02',1,'DR MENSAH',NULL,'','20131204-6703',NULL),(18372,4935,4,531,'2013-12-04 17:04:00',1,0,'','2013120416 ','2013-12-04','2013-12-04','20131204-16','09:03',1,'DR MENSAH',NULL,'','20131204-6703',NULL),(18373,3839,3,531,'2013-12-04 17:14:15',0,0,'','2013120417','2013-12-04','2013-12-04','20131204-17','09:13',1,'DR ASUMANU',NULL,'','20131204-6704',NULL),(18374,4798,3,531,'2013-12-04 17:21:17',0,0,'','2013120419','2013-12-04','2013-12-04','20131204-19','09:20',1,'DR MENSAH',NULL,'','20131204-6706',NULL),(18375,4936,3,531,'2013-12-04 17:52:03',1,0,'','2013120420','2013-12-04','2013-12-04','20131204-20','09:51',1,'',NULL,'','20131204-6707',NULL),(18376,4541,3,531,'2013-12-04 17:55:03',0,0,'','2013120421 ','2013-12-04','2013-12-04','20131204-21','09:53',1,'DR NUAMAH',NULL,'','20131204-6708',NULL),(18377,4705,4,531,'2013-12-04 18:12:17',1,0,'','2013120422','2013-12-04','2013-12-04','20131204-22','10:10',1,'DR NUAMAH',NULL,'','20131204-6709',NULL),(18378,3619,3,531,'2013-12-04 18:24:25',0,0,'','2013120423','2013-12-04','2013-12-04','20131204-23','10:23',1,'DR FUMMY',NULL,'','20131204-6710',NULL),(18380,3619,4,531,'2013-12-04 18:24:25',1,0,'','2013120423','2013-12-04','2013-12-04','20131204-23','10:24',1,'DR FUMMY',NULL,'','20131204-6710',NULL),(18381,4937,3,531,'2013-12-04 18:27:35',0,0,'','2013120424','2013-12-04','2013-12-04','20131204-24','10:26',1,'DR MENSAH',NULL,'','20131204-6711',NULL),(18383,4937,1,531,'2013-12-04 18:27:35',0,0,'','2013120424','2013-12-04','2013-12-04','20131204-24','10:27',1,'DR MENSAH',NULL,'','20131204-6711',NULL),(18384,4938,3,531,'2013-12-04 18:39:17',1,0,'','2013120425','2013-12-04','2013-12-04','20131204-25','10:38',1,'DR NTOEW DJAN',NULL,'','20131204-6712',NULL),(18386,4938,1,531,'2013-12-04 18:39:17',0,0,'','2013120425','2013-12-04','2013-12-04','20131204-25','10:39',1,'DR NTOEW DJAN',NULL,'','20131204-6712',NULL),(18387,4939,3,531,'2013-12-04 18:42:10',0,0,'','2013120426','2013-12-04','2013-12-04','20131204-26','10:40',1,'DR MENSAH',NULL,'','20131204-6713',NULL),(18389,4939,1,531,'2013-12-04 18:42:10',1,0,'','2013120426','2013-12-04','2013-12-04','20131204-26','10:41',1,'DR MENSAH',NULL,'','20131204-6713',NULL),(18392,4939,5,531,'2013-12-04 18:42:10',0,0,'','2013120426','2013-12-04','2013-12-04','20131204-26','10:41',1,'DR MENSAH',NULL,'','20131204-6713',NULL),(18393,648,5,531,'2013-12-04 18:45:43',1,0,'','2013120427','2013-12-04','2013-12-04','20131204-27','10:44',1,'DR NUAMAH',NULL,'','20131204-6714',NULL),(18395,648,1,531,'2013-12-04 18:45:43',1,0,'','2013120427','2013-12-04','2013-12-04','20131204-27','10:45',1,'DR NUAMAH',NULL,'','20131204-6714',NULL),(18396,4940,3,531,'2013-12-04 18:49:38',0,0,'','2013120428','2013-12-04','2013-12-04','20131204-28','10:48',1,'DR NUAMAH',NULL,'','20131204-6715',NULL),(18398,4940,1,531,'2013-12-04 18:49:38',1,0,'','2013120428','2013-12-04','2013-12-04','20131204-28','10:49',1,'DR NUAMAH',NULL,'','20131204-6715',NULL),(18401,4940,4,531,'2013-12-04 18:49:38',1,0,'','2013120428','2013-12-04','2013-12-04','20131204-28','10:49',1,'DR NUAMAH',NULL,'','20131204-6715',NULL),(18402,4941,3,531,'2013-12-04 18:57:05',0,0,'','2013120429','2013-12-04','2013-12-04','20131204-29','10:55',1,'DR NUAMAH',NULL,'','20131204-6716',NULL),(18404,4941,4,531,'2013-12-04 18:57:05',1,0,'','2013120429','2013-12-04','2013-12-04','20131204-29','10:56',1,'DR NUAMAH',NULL,'','20131204-6716',NULL),(18405,4942,3,531,'2013-12-04 19:07:43',0,0,'','2013120430 ','2013-12-04','2013-12-04','20131204-30','11:05',1,'DR MENSAH',NULL,'','20131204-6717',NULL),(18407,4942,1,531,'2013-12-04 19:07:44',1,0,'','2013120430 ','2013-12-04','2013-12-04','20131204-30','11:06',1,'DR MENSAH',NULL,'','20131204-6717',NULL),(18408,4943,3,531,'2013-12-04 19:10:52',0,0,'','2013120431 ','2013-12-04','2013-12-04','20131204-31','11:09',1,'',NULL,'','20131204-6718',NULL),(18410,4943,1,531,'2013-12-04 19:10:52',1,0,'','2013120431 ','2013-12-04','2013-12-04','20131204-31','11:10',1,'',NULL,'','20131204-6718',NULL),(18411,4945,3,531,'2013-12-04 19:14:37',0,0,'','2013120433','2013-12-04','2013-12-04','20131204-33','11:13',1,'DR FUMMY',NULL,'','20131204-6720',NULL),(18412,4946,1,531,'2013-12-04 19:19:39',0,0,'','2013120434','2013-12-04','2013-12-04','20131204-34','11:18',1,'',NULL,'','20131204-6721',NULL),(18413,4947,3,531,'2013-12-04 19:21:28',0,0,'','2013120435','2013-12-04','2013-12-04','20131204-35','11:20',1,'',NULL,'','20131204-6722',NULL),(18414,3772,4,534,'2013-12-04 19:22:19',1,0,'','2013111752','2013-12-04','2013-11-17','20131204-36','11:21',1,'',NULL,'','20131204-6723',NULL),(18415,4948,3,531,'2013-12-04 19:25:40',0,0,'','2013120437 ','2013-12-04','2013-12-04','20131204-37','11:24',1,'DR MENSAH',NULL,'','20131204-6724',NULL),(18417,4948,4,531,'2013-12-04 19:25:41',1,0,'','2013120437 ','2013-12-04','2013-12-04','20131204-37','11:25',1,'DR MENSAH',NULL,'','20131204-6724',NULL),(18418,4949,3,531,'2013-12-04 19:27:17',0,0,'','2013120438','2013-12-04','2013-12-04','20131204-38','11:26',1,'DR NUAMAH',NULL,'','20131204-6725',NULL),(18419,4950,3,531,'2013-12-04 19:29:25',0,0,'','2013120439','2013-12-04','2013-12-04','20131204-39','11:28',1,'DR MENSAH',NULL,'','20131204-6726',NULL),(18421,4950,1,531,'2013-12-04 19:29:25',0,0,'','2013120439','2013-12-04','2013-12-04','20131204-39','11:28',1,'DR MENSAH',NULL,'','20131204-6726',NULL),(18422,484,28,531,'2013-12-04 19:34:30',0,0,'','2013120440','2013-12-04','2013-12-04','20131204-40','11:31',1,'DR ARMAH',NULL,'','20131204-6727',NULL),(18424,484,10,531,'2013-12-04 19:34:31',1,0,'','2013120440','2013-12-04','2013-12-04','20131204-40','11:33',1,'DR ARMAH',NULL,'','20131204-6727',NULL),(18425,4951,3,531,'2013-12-04 19:43:53',0,0,'','2013120441','2013-12-04','2013-12-04','20131204-41','11:42',1,'DR MENSAH',NULL,'','20131204-6728',NULL),(18427,4951,4,531,'2013-12-04 19:43:53',1,0,'','2013120441','2013-12-04','2013-12-04','20131204-41','11:43',1,'DR MENSAH',NULL,'','20131204-6728',NULL),(18428,1226,3,531,'2013-12-04 19:47:13',0,0,'','2013120442','2013-12-04','2013-12-04','20131204-42','11:44',1,'DR NUAMAH',NULL,'','20131204-6729',NULL),(18430,1226,4,531,'2013-12-04 19:47:13',1,0,'','2013120442','2013-12-04','2013-12-04','20131204-42','11:46',1,'DR NUAMAH',NULL,'','20131204-6729',NULL),(18431,4952,3,531,'2013-12-04 19:54:29',0,0,'','2013120443','2013-12-04','2013-12-04','20131204-43','11:53',1,'DR NUAMAH',NULL,'','20131204-6730',NULL),(18432,3047,3,531,'2013-12-04 19:55:29',0,0,'','2013120444','2013-12-04','2013-12-04','20131204-44','11:54',1,'DR DOW',NULL,'','20131204-6731',NULL),(18433,4953,3,531,'2013-12-04 20:00:38',0,0,'','2013120445','2013-12-04','2013-12-04','20131204-45','11:59',1,'DR NUAMAH',NULL,'','20131204-6732',NULL),(18435,4953,1,531,'2013-12-04 20:00:39',1,0,'','2013120445','2013-12-04','2013-12-04','20131204-45','11:59',1,'DR NUAMAH',NULL,'','20131204-6732',NULL),(18436,4954,3,531,'2013-12-04 20:08:24',0,0,'','2013120446','2013-12-04','2013-12-04','20131204-46','12:07',1,'DR MENSAH',NULL,'','20131204-6733',NULL),(18438,4954,4,531,'2013-12-04 20:08:24',1,0,'','2013120446','2013-12-04','2013-12-04','20131204-46','12:08',1,'DR MENSAH',NULL,'','20131204-6733',NULL),(18439,3860,3,531,'2013-12-04 20:09:40',0,0,'','2013120447','2013-12-04','2013-12-04','20131204-47','12:08',1,'DR ARMAH',NULL,'','20131204-6734',NULL),(18441,3860,4,531,'2013-12-04 20:09:40',1,0,'','2013120447','2013-12-04','2013-12-04','20131204-47','12:09',1,'DR ARMAH',NULL,'','20131204-6734',NULL),(18442,4955,3,531,'2013-12-04 20:12:54',0,0,'','2013120448','2013-12-04','2013-12-04','20131204-48','12:11',1,'DR NTOEW DJAN',NULL,'','20131204-6735',NULL),(18444,4955,1,531,'2013-12-04 20:12:54',0,0,'','2013120448','2013-12-04','2013-12-04','20131204-48','12:12',1,'DR NTOEW DJAN',NULL,'','20131204-6735',NULL),(18445,1834,3,531,'2013-12-04 20:15:53',0,0,'','2013120449','2013-12-04','2013-12-04','20131204-49','12:14',1,'DR ARMAH',NULL,'','20131204-6736',NULL),(18447,1834,4,531,'2013-12-04 20:15:53',1,0,'','2013120449','2013-12-04','2013-12-04','20131204-49','12:15',1,'DR ARMAH',NULL,'','20131204-6736',NULL),(18448,4956,3,531,'2013-12-04 20:26:42',0,0,'','2013120450','2013-12-04','2013-12-04','20131204-50','12:22',1,'DR NUAMAH',NULL,'','20131204-6737',NULL),(18450,4956,4,531,'2013-12-04 20:26:42',1,0,'','2013120450','2013-12-04','2013-12-04','20131204-50','12:25',1,'DR NUAMAH',NULL,'','20131204-6737',NULL),(18451,4957,3,531,'2013-12-04 20:30:05',0,0,'','2013120451','2013-12-04','2013-12-04','20131204-51','12:28',1,'DR MENSAH',NULL,'','20131204-6738',NULL),(18453,4957,1,531,'2013-12-04 20:30:06',0,0,'','2013120451','2013-12-04','2013-12-04','20131204-51','12:29',1,'DR MENSAH',NULL,'','20131204-6738',NULL),(18456,4957,4,531,'2013-12-04 20:30:06',1,0,'','2013120451','2013-12-04','2013-12-04','20131204-51','12:29',1,'DR MENSAH',NULL,'','20131204-6738',NULL),(18460,4957,2,531,'2013-12-04 20:30:06',1,0,'','2013120451','2013-12-04','2013-12-04','20131204-51','12:29',1,'DR MENSAH',NULL,'','20131204-6738',NULL),(18461,4958,3,531,'2013-12-04 20:35:05',1,0,'','2013120452','2013-12-04','2013-12-04','20131204-52','12:33',1,'DR TAKYI',NULL,'','20131204-6739',NULL),(18463,4958,1,531,'2013-12-04 20:35:05',1,0,'','2013120452','2013-12-04','2013-12-04','20131204-52','12:34',1,'DR TAKYI',NULL,'','20131204-6739',NULL),(18466,4958,4,531,'2013-12-04 20:35:05',1,0,'','2013120452','2013-12-04','2013-12-04','20131204-52','12:34',1,'DR TAKYI',NULL,'','20131204-6739',NULL),(18470,4958,5,531,'2013-12-04 20:35:06',1,0,'','2013120452','2013-12-04','2013-12-04','20131204-52','12:34',1,'DR TAKYI',NULL,'','20131204-6739',NULL),(18471,4959,3,531,'2013-12-04 20:40:09',0,0,'','2013120453','2013-12-04','2013-12-04','20131204-53','12:37',1,'DR NTOEW DJAN',NULL,'','20131204-6740',NULL),(18472,4960,3,531,'2013-12-04 20:43:23',0,0,'','2013120454','2013-12-04','2013-12-04','20131204-54','12:42',1,'DR FUMMY',NULL,'','20131204-6741',NULL),(18473,3846,3,531,'2013-12-04 20:45:36',0,0,'','2013120455','2013-12-04','2013-12-04','20131204-55','12:44',1,'DR ADOTEY',NULL,'','20131204-6742',NULL),(18474,3790,3,531,'2013-12-04 20:47:05',0,0,'','2013120456 ','2013-12-04','2013-12-04','20131204-56','12:46',1,'DR ADOTEY',NULL,'','20131204-6743',NULL),(18475,4961,3,531,'2013-12-04 20:52:48',0,0,'','2013120457','2013-12-04','2013-12-04','20131204-57','12:51',1,'DR PUPPULAMPO',NULL,'','20131204-6744',NULL),(18477,4961,1,531,'2013-12-04 20:52:48',0,0,'','2013120457','2013-12-04','2013-12-04','20131204-57','12:52',1,'DR PUPPULAMPO',NULL,'','20131204-6744',NULL),(18478,4962,4,531,'2013-12-04 20:54:55',1,0,'','2013120458','2013-12-04','2013-12-04','20131204-58','12:54',1,'DR NTOEW DJAN',NULL,'','20131204-6745',NULL),(18479,4963,3,531,'2013-12-04 20:56:30',0,0,'','2013120459','2013-12-04','2013-12-04','20131204-59','12:55',1,'DR MENSAH',NULL,'','20131204-6746',NULL),(18480,4947,3,537,'2013-12-04 21:12:14',1,0,'','2013120435','2013-12-04','2013-12-04','20131204-60','13:11',1,'',NULL,'','20131204-6747',NULL),(18481,4947,3,537,'2013-12-04 21:13:25',1,0,'','2013120435','2013-12-04','2013-12-04','20131204-61','13:12',1,'',NULL,'','20131204-6748',NULL),(18482,4964,3,531,'2013-12-04 21:16:51',0,0,'','2013120462 ','2013-12-04','2013-12-04','20131204-62','13:14',1,'DR NTOEW DJAN',NULL,'','20131204-6749',NULL),(18483,4965,3,531,'2013-12-04 21:22:39',0,0,'','2013120463','2013-12-04','2013-12-04','20131204-63','13:19',1,'DR MENSAH',NULL,'','20131204-6750',NULL),(18485,4965,10,531,'2013-12-04 21:22:40',1,0,'','2013120463','2013-12-04','2013-12-04','20131204-63','13:22',1,'DR MENSAH',NULL,'','20131204-6750',NULL),(18486,4966,3,531,'2013-12-04 21:34:29',0,0,'','2013120464 ','2013-12-04','2013-12-04','20131204-64','13:32',1,'DR MENSAH',NULL,'','20131204-6751',NULL),(18488,4966,4,531,'2013-12-04 21:34:30',1,0,'','2013120464 ','2013-12-04','2013-12-04','20131204-64','13:33',1,'DR MENSAH',NULL,'','20131204-6751',NULL),(18491,4966,5,531,'2013-12-04 21:34:30',0,0,'','2013120464 ','2013-12-04','2013-12-04','20131204-64','13:34',1,'DR MENSAH',NULL,'','20131204-6751',NULL),(18492,4967,3,531,'2013-12-04 21:36:39',1,0,'','2013120465 ','2013-12-04','2013-12-04','20131204-65','13:35',1,'DR NUAMAH',NULL,'','20131204-6752',NULL),(18493,4968,3,531,'2013-12-04 21:38:44',1,0,'','2013120466 ','2013-12-04','2013-12-04','20131204-66','13:37',1,'DR NUAMAH',NULL,'','20131204-6753',NULL),(18495,4968,1,531,'2013-12-04 21:38:44',1,0,'','2013120466 ','2013-12-04','2013-12-04','20131204-66','13:38',1,'DR NUAMAH',NULL,'','20131204-6753',NULL),(18498,4968,4,531,'2013-12-04 21:38:45',1,0,'','2013120466 ','2013-12-04','2013-12-04','20131204-66','13:38',1,'DR NUAMAH',NULL,'','20131204-6753',NULL),(18499,4953,10,531,'2013-12-04 21:44:34',1,0,'','2013120445','2013-12-04','2013-12-04','20131204-67','13:43',1,'',NULL,'','20131204-6754',NULL),(18500,2342,3,531,'2013-12-04 22:03:26',0,0,'','2013120469','2013-12-04','2013-12-04','20131204-69','14:01',1,'DR ARMAH',NULL,'','20131204-6756',NULL),(18502,2342,4,531,'2013-12-04 22:03:27',0,0,'','2013120469','2013-12-04','2013-12-04','20131204-69','14:03',1,'DR ARMAH',NULL,'','20131204-6756',NULL),(18503,4969,3,531,'2013-12-04 22:07:16',1,0,'','2013120470','2013-12-04','2013-12-04','20131204-70','14:05',1,'DR NTOEW DJAN',NULL,'','20131204-6757',NULL),(18505,4969,1,531,'2013-12-04 22:07:16',1,0,'','2013120470','2013-12-04','2013-12-04','20131204-70','14:06',1,'DR NTOEW DJAN',NULL,'','20131204-6757',NULL),(18506,4970,3,531,'2013-12-04 22:10:36',1,0,'','2013120471','2013-12-04','2013-12-04','20131204-71','14:08',1,'',NULL,'','20131204-6758',NULL),(18508,4970,1,531,'2013-12-04 22:10:36',1,0,'','2013120471','2013-12-04','2013-12-04','20131204-71','14:10',1,'',NULL,'','20131204-6758',NULL),(18509,4971,3,531,'2013-12-04 22:18:44',1,0,'','2013120472 ','2013-12-04','2013-12-04','20131204-72','14:14',1,'DR MENSAH',NULL,'','20131204-6759',NULL),(18511,4971,1,531,'2013-12-04 22:18:45',1,0,'','2013120472 ','2013-12-04','2013-12-04','20131204-72','14:16',1,'DR MENSAH',NULL,'','20131204-6759',NULL),(18512,4972,3,531,'2013-12-04 22:21:22',1,0,'','2013120473','2013-12-04','2013-12-04','20131204-73','14:20',1,'DR ARMAH',NULL,'','20131204-6760',NULL),(18514,4972,4,531,'2013-12-04 22:21:22',1,0,'','2013120473','2013-12-04','2013-12-04','20131204-73','14:21',1,'DR ARMAH',NULL,'','20131204-6760',NULL),(18515,4954,4,531,'2013-12-04 22:26:12',0,0,'','2013120446','2013-12-04','2013-12-04','20131204-75','14:25',1,'DR MENSAH',NULL,'','20131204-6762',NULL),(18516,733,3,534,'2013-12-04 23:01:50',1,0,'','2013120476','2013-12-04','2013-12-04','20131204-76','14:57',1,'DR MENSAH',NULL,'','20131204-6763',NULL),(18518,733,1,534,'2013-12-04 23:01:50',1,0,'','2013120476','2013-12-04','2013-12-04','20131204-76','14:58',1,'DR MENSAH',NULL,'','20131204-6763',NULL),(18521,733,5,534,'2013-12-04 23:01:50',0,0,'','2013120476','2013-12-04','2013-12-04','20131204-76','14:59',1,'DR MENSAH',NULL,'','20131204-6763',NULL),(18525,733,19,534,'2013-12-04 23:01:50',1,0,'','2013120476','2013-12-04','2013-12-04','20131204-76','14:59',1,'DR MENSAH',NULL,'','20131204-6763',NULL),(18526,4973,3,531,'2013-12-04 23:35:58',1,0,'','2013120477','2013-12-04','2013-12-04','20131204-77','15:34',1,'DR NUAMAH',NULL,'','20131204-6764',NULL),(18528,4973,4,531,'2013-12-04 23:35:58',1,0,'','2013120477','2013-12-04','2013-12-04','20131204-77','15:35',1,'DR NUAMAH',NULL,'','20131204-6764',NULL),(18529,4974,3,531,'2013-12-05 00:02:55',1,0,'','2013120478','2013-12-04','2013-12-04','20131204-78','16:02',1,'DR DANIELS',NULL,'','20131204-6765',NULL),(18530,243,3,531,'2013-12-05 00:10:49',0,0,'','2013120479','2013-12-04','2013-12-04','20131204-79','16:09',1,'PROF E D YEBOAH',NULL,'','20131204-6766',NULL),(18532,243,1,531,'2013-12-05 00:10:49',0,0,'','2013120479','2013-12-04','2013-12-04','20131204-79','16:10',1,'PROF E D YEBOAH',NULL,'','20131204-6766',NULL),(18535,243,4,531,'2013-12-05 00:10:49',1,0,'','2013120479','2013-12-04','2013-12-04','20131204-79','16:10',1,'PROF E D YEBOAH',NULL,'','20131204-6766',NULL),(18536,4975,3,531,'2013-12-05 00:25:16',0,0,'','2013120481 ','2013-12-04','2013-12-04','20131204-81','16:23',1,'DR NUAMAH',NULL,'','20131204-6768',NULL),(18538,4975,4,531,'2013-12-05 00:25:16',1,0,'','2013120481 ','2013-12-04','2013-12-04','20131204-81','16:25',1,'DR NUAMAH',NULL,'','20131204-6768',NULL),(18539,4209,3,531,'2013-12-05 00:29:27',0,0,'','2013120482','2013-12-04','2013-12-04','20131204-82','16:28',1,'DR NUAMAH',NULL,'','20131204-6769',NULL),(18540,4768,28,531,'2013-12-05 00:32:34',0,0,'','2013120483','2013-12-04','2013-12-04','20131204-83','16:31',1,'DR ARMAH',NULL,'','20131204-6770',NULL),(18541,4976,3,531,'2013-12-05 00:44:03',1,0,'','2013120484 ','2013-12-04','2013-12-04','20131204-84','16:42',1,'DR DANIELS',NULL,'','20131204-6771',NULL),(18542,4977,3,531,'2013-12-05 01:36:35',1,0,'','2013120485','2013-12-04','2013-12-04','20131204-85','17:35',1,'DR NUAMAH',NULL,'','20131204-6772',NULL),(18544,4977,5,531,'2013-12-05 01:36:36',1,0,'','2013120485','2013-12-04','2013-12-04','20131204-85','17:36',1,'DR NUAMAH',NULL,'','20131204-6772',NULL),(18545,4978,3,531,'2013-12-05 02:05:09',1,0,'','2013120486','2013-12-04','2013-12-04','20131204-86','18:03',1,'DR ARMAH',NULL,'','20131204-6773',NULL),(18547,4978,4,531,'2013-12-05 02:05:09',1,0,'','2013120486','2013-12-04','2013-12-04','20131204-86','18:04',1,'DR ARMAH',NULL,'','20131204-6773',NULL),(18548,4979,3,531,'2013-12-05 02:08:05',1,0,'','2013120487 ','2013-12-04','2013-12-04','20131204-87','18:07',1,'DR NUAMAH',NULL,'','20131204-6774',NULL),(18549,2498,3,531,'2013-12-05 02:29:23',0,0,'','2013120488','2013-12-04','2013-12-04','20131204-88','18:27',1,'DR ARMAH',NULL,'','20131204-6775',NULL),(18551,2498,4,531,'2013-12-05 02:29:23',1,0,'','2013120488','2013-12-04','2013-12-04','20131204-88','18:28',1,'DR ARMAH',NULL,'','20131204-6775',NULL),(18554,2498,10,531,'2013-12-05 02:29:23',1,0,'','2013120488','2013-12-04','2013-12-04','20131204-88','18:29',1,'DR ARMAH',NULL,'','20131204-6775',NULL),(18555,4980,24,530,'2013-12-05 03:02:21',0,0,'','2013120489','2013-12-04','2013-12-04','20131204-89','19:00',1,'',NULL,'','20131204-6776',NULL),(18556,4981,3,535,'2013-12-05 03:15:27',0,0,'','2013120490','2013-12-04','2013-12-04','20131204-90','19:13',1,'DR NUAMAH',NULL,'','20131204-6777',NULL),(18557,4981,4,535,'2013-12-05 03:16:57',1,0,'','2013120490','2013-12-04','2013-12-04','20131204-91','19:15',1,'',NULL,'','20131204-6778',NULL),(18559,4981,1,535,'2013-12-05 03:16:57',1,0,'','2013120490','2013-12-04','2013-12-04','20131204-91','19:16',1,'',NULL,'','20131204-6778',NULL),(18562,4981,5,535,'2013-12-05 03:16:57',1,0,'','2013120490','2013-12-04','2013-12-04','20131204-91','19:16',1,'',NULL,'','20131204-6778',NULL),(18563,4981,26,535,'2013-12-05 03:18:42',0,0,'','2013120490','2013-12-04','2013-12-04','20131204-92','19:18',1,'',NULL,'','20131204-6779',NULL),(18564,4982,4,530,'2013-12-05 03:40:19',1,0,'','2013120493','2013-12-04','2013-12-04','20131204-93','19:39',1,'DR DANIELS',NULL,'','20131204-6780',NULL),(18566,4982,1,530,'2013-12-05 03:40:19',1,0,'','2013120493','2013-12-04','2013-12-04','20131204-93','19:40',1,'DR DANIELS',NULL,'','20131204-6780',NULL),(18567,4983,1,530,'2013-12-05 03:45:43',1,0,'','2013120494','2013-12-04','2013-12-04','20131204-94','19:44',1,'DR DANIELS',NULL,'','20131204-6781',NULL),(18569,4983,4,530,'2013-12-05 03:45:44',1,0,'','2013120494','2013-12-04','2013-12-04','20131204-94','19:45',1,'DR DANIELS',NULL,'','20131204-6781',NULL),(18570,2455,4,530,'2013-12-05 05:08:05',1,0,'','2013120495','2013-12-04','2013-12-04','20131204-95','21:06',1,'DR AMOAH',NULL,'','20131204-6782',NULL),(18571,4984,3,530,'2013-12-05 05:57:45',1,0,'','2013120496','2013-12-04','2013-12-04','20131204-96','21:56',1,'DR AMOAH',NULL,'','20131204-6783',NULL),(18572,4985,3,530,'2013-12-05 06:07:52',1,0,'','2013120497','2013-12-04','2013-12-04','20131204-97','22:07',1,'DR AMOAH',NULL,'','20131204-6784',NULL),(18573,4986,3,530,'2013-12-05 06:12:44',1,0,'','2013120498','2013-12-04','2013-12-04','20131204-98','22:11',1,'DR OFORI ANTI',NULL,'','20131204-6785',NULL),(18574,4987,3,530,'2013-12-05 07:42:09',1,0,'','2013120499','2013-12-04','2013-12-04','20131204-99','23:40',1,'DR AMOAH',NULL,'','20131204-6786',NULL),(18576,4987,4,530,'2013-12-05 07:42:09',1,0,'','2013120499','2013-12-04','2013-12-04','20131204-99','23:41',1,'DR AMOAH',NULL,'','20131204-6786',NULL),(18577,4988,3,530,'2013-12-05 13:16:57',1,0,'','201312051','2013-12-05','2013-12-05','20131205-1','05:14',1,'DR AMOAH',NULL,'','20131205-6787',NULL),(18579,4988,4,530,'2013-12-05 13:16:57',1,0,'','201312051','2013-12-05','2013-12-05','20131205-1','05:15',1,'DR AMOAH',NULL,'','20131205-6787',NULL),(18582,4988,1,530,'2013-12-05 13:16:57',1,0,'','201312051','2013-12-05','2013-12-05','20131205-1','05:16',1,'DR AMOAH',NULL,'','20131205-6787',NULL),(18583,2896,1,530,'2013-12-05 13:21:05',0,0,'','201312052','2013-12-05','2013-12-05','20131205-2','05:18',1,'DR AMOAH',NULL,'','20131205-6788',NULL),(18585,2896,3,530,'2013-12-05 13:21:06',1,0,'','201312052','2013-12-05','2013-12-05','20131205-2','05:20',1,'DR AMOAH',NULL,'','20131205-6788',NULL),(18586,4989,2,530,'2013-12-05 13:50:55',1,0,'','201312053','2013-12-05','2013-12-05','20131205-3','05:49',1,'',NULL,'','20131205-6789',NULL),(18587,2300,5,530,'2013-12-05 14:09:18',1,0,'','201312054 ','2013-12-05','2013-12-05','20131205-4','06:07',1,'DR AMABLE',NULL,'','20131205-6790',NULL),(18589,2300,2,530,'2013-12-05 14:09:19',1,0,'','201312054 ','2013-12-05','2013-12-05','20131205-4','06:08',1,'DR AMABLE',NULL,'','20131205-6790',NULL),(18590,4990,2,530,'2013-12-05 14:26:46',0,0,'','201312055 ','2013-12-05','2013-12-05','20131205-5','06:25',1,'DR AMOAH',NULL,'','20131205-6791',NULL),(18592,4990,1,530,'2013-12-05 14:26:47',0,0,'','201312055 ','2013-12-05','2013-12-05','20131205-5','06:26',1,'DR AMOAH',NULL,'','20131205-6791',NULL),(18593,3881,3,530,'2013-12-05 14:41:31',0,0,'','201312056','2013-12-05','2013-12-05','20131205-6','06:40',1,'DR ANKOMAH',NULL,'','20131205-6792',NULL),(18594,4991,3,530,'2013-12-05 14:50:29',0,0,'','201312057','2013-12-05','2013-12-05','20131205-7','06:48',1,'DR AMOAH',NULL,'','20131205-6793',NULL),(18596,4991,1,530,'2013-12-05 14:50:29',1,0,'','201312057','2013-12-05','2013-12-05','20131205-7','06:49',1,'DR AMOAH',NULL,'','20131205-6793',NULL),(18599,4991,4,530,'2013-12-05 14:50:29',1,0,'','201312057','2013-12-05','2013-12-05','20131205-7','06:50',1,'DR AMOAH',NULL,'','20131205-6793',NULL),(18600,4992,1,530,'2013-12-05 15:00:14',1,0,'','201312058','2013-12-05','2013-12-05','20131205-8','06:58',1,'DR OFORI',NULL,'','20131205-6794',NULL),(18602,4992,2,530,'2013-12-05 15:00:15',0,0,'','201312058','2013-12-05','2013-12-05','20131205-8','06:59',1,'DR OFORI',NULL,'','20131205-6794',NULL),(18603,4993,1,530,'2013-12-05 15:12:01',0,0,'','201312059','2013-12-05','2013-12-05','20131205-9','07:09',1,'DR AMOAH',NULL,'','20131205-6795',NULL),(18604,4988,3,530,'2013-12-05 15:14:04',0,0,'','2013120510','2013-12-05','2013-12-05','20131205-10','07:13',1,'DR AMOAH',NULL,'','20131205-6796',NULL),(18605,4988,3,530,'2013-12-05 15:14:58',1,0,'','201312051','2013-12-05','2013-12-05','20131205-11','07:14',1,'DR AMOAH',NULL,'','20131205-6797',NULL),(18606,4994,2,530,'2013-12-05 15:23:36',1,0,'','2013120512','2013-12-05','2013-12-05','20131205-12','07:22',1,'DR TAKYI',NULL,'','20131205-6798',NULL),(18607,4995,2,530,'2013-12-05 15:27:39',1,0,'','2013120513','2013-12-05','2013-12-05','20131205-13','07:26',1,'DR AMOAH',NULL,'','20131205-6799',NULL),(18608,4996,19,558,'2013-12-05 15:40:12',0,0,'','2013120514 ','2013-12-05','2013-12-05','20131205-14','07:39',1,'DR VORTIA',NULL,'','20131205-6800',NULL),(18609,3447,3,558,'2013-12-05 15:49:33',1,0,'','2013120515','2013-12-05','2013-12-05','20131205-15','07:48',1,'DR ARMAH',NULL,'','20131205-6801',NULL),(18611,3447,1,558,'2013-12-05 15:49:34',1,0,'','2013120515','2013-12-05','2013-12-05','20131205-15','07:49',1,'DR ARMAH',NULL,'','20131205-6801',NULL),(18612,4798,4,558,'2013-12-05 15:56:33',1,0,'','2013120516','2013-12-05','2013-12-05','20131205-16','07:55',1,'DR OFORI ANTI',NULL,'','20131205-6802',NULL),(18613,4997,3,558,'2013-12-05 16:07:13',0,0,'','2013120517','2013-12-05','2013-12-05','20131205-17','08:04',1,'',NULL,'','20131205-6803',NULL),(18615,4997,1,558,'2013-12-05 16:07:13',0,0,'','2013120517','2013-12-05','2013-12-05','20131205-17','08:06',1,'',NULL,'','20131205-6803',NULL),(18616,1679,3,558,'2013-12-05 16:09:04',0,0,'','2013120518','2013-12-05','2013-12-05','20131205-18','08:08',1,'DR OFORI ANTI',NULL,'','20131205-6804',NULL),(18617,2077,2,558,'2013-12-05 17:01:47',1,0,'','2013120519','2013-12-05','2013-12-05','20131205-19','09:00',1,'DR TACHIE',NULL,'','20131205-6805',NULL),(18619,2077,1,558,'2013-12-05 17:01:47',1,0,'','2013120519','2013-12-05','2013-12-05','20131205-19','09:01',1,'DR TACHIE',NULL,'','20131205-6805',NULL),(18620,1528,3,558,'2013-12-05 17:05:09',0,0,'','2013120520','2013-12-05','2013-12-05','20131205-20','09:03',1,'DR TACHIE',NULL,'','20131205-6806',NULL),(18622,1528,4,558,'2013-12-05 17:05:10',1,0,'','2013120520','2013-12-05','2013-12-05','20131205-20','09:04',1,'DR TACHIE',NULL,'','20131205-6806',NULL),(18625,1528,1,558,'2013-12-05 17:05:10',0,0,'','2013120520','2013-12-05','2013-12-05','20131205-20','09:04',1,'DR TACHIE',NULL,'','20131205-6806',NULL),(18626,4998,3,558,'2013-12-05 17:20:24',0,0,'','2013120521','2013-12-05','2013-12-05','20131205-21','09:18',1,'DR MENSAH',NULL,'','20131205-6807',NULL),(18628,4998,1,558,'2013-12-05 17:20:24',1,0,'','2013120521','2013-12-05','2013-12-05','20131205-21','09:19',1,'DR MENSAH',NULL,'','20131205-6807',NULL),(18631,4998,5,558,'2013-12-05 17:20:24',0,0,'','2013120521','2013-12-05','2013-12-05','20131205-21','09:20',1,'DR MENSAH',NULL,'','20131205-6807',NULL),(18632,4999,3,558,'2013-12-05 17:26:39',0,0,'','2013120522','2013-12-05','2013-12-05','20131205-22','09:23',1,'DR OWHANDOH',NULL,'','20131205-6808',NULL),(18634,4999,4,558,'2013-12-05 17:26:39',1,0,'','2013120522','2013-12-05','2013-12-05','20131205-22','09:24',1,'DR OWHANDOH',NULL,'','20131205-6808',NULL),(18637,4999,1,558,'2013-12-05 17:26:39',1,0,'','2013120522','2013-12-05','2013-12-05','20131205-22','09:24',1,'DR OWHANDOH',NULL,'','20131205-6808',NULL),(18641,4999,13,558,'2013-12-05 17:26:39',1,0,'','2013120522','2013-12-05','2013-12-05','20131205-22','09:25',1,'DR OWHANDOH',NULL,'','20131205-6808',NULL),(18642,5000,3,558,'2013-12-05 17:31:46',0,0,'','2013120523','2013-12-05','2013-12-05','20131205-23','09:30',1,'DR VORTIA',NULL,'','20131205-6809',NULL),(18643,731,3,558,'2013-12-05 17:38:45',0,0,'','2013120524','2013-12-05','2013-12-05','20131205-24','09:38',1,'DR DOW',NULL,'','20131205-6810',NULL),(18644,409,4,558,'2013-12-05 17:49:11',1,0,'','2013120525','2013-12-05','2013-12-05','20131205-25','09:47',1,'DR NTOEW DJAN',NULL,'','20131205-6811',NULL),(18645,5001,3,558,'2013-12-05 17:51:45',1,0,'','2013120526','2013-12-05','2013-12-05','20131205-26','09:50',1,'DR NTOEW DJAN',NULL,'','20131205-6812',NULL),(18646,5002,3,558,'2013-12-05 18:06:00',0,0,'','2013120527','2013-12-05','2013-12-05','20131205-27','10:04',1,'DR NTOEW DJAN',NULL,'','20131205-6813',NULL),(18648,5002,4,558,'2013-12-05 18:06:01',1,0,'','2013120527','2013-12-05','2013-12-05','20131205-27','10:05',1,'DR NTOEW DJAN',NULL,'','20131205-6813',NULL),(18651,5002,1,558,'2013-12-05 18:06:01',0,0,'','2013120527','2013-12-05','2013-12-05','20131205-27','10:05',1,'DR NTOEW DJAN',NULL,'','20131205-6813',NULL),(18652,966,3,558,'2013-12-05 18:09:29',0,0,'','2013120528','2013-12-05','2013-12-05','20131205-28','10:08',1,'',NULL,'','20131205-6814',NULL),(18653,5003,4,558,'2013-12-05 18:14:22',1,0,'','2013120529','2013-12-05','2013-12-05','20131205-29','10:12',1,'DR VORTIA',NULL,'','20131205-6815',NULL),(18654,5004,3,558,'2013-12-05 18:17:06',0,0,'','2013120530 ','2013-12-05','2013-12-05','20131205-30','10:15',1,'DR DOW',NULL,'','20131205-6816',NULL),(18656,5004,1,558,'2013-12-05 18:17:06',0,0,'','2013120530 ','2013-12-05','2013-12-05','20131205-30','10:16',1,'DR DOW',NULL,'','20131205-6816',NULL),(18657,4842,4,534,'2013-12-05 18:17:09',1,0,'','2013120346','2013-12-05','2013-12-03','20131205-31','10:16',1,'',NULL,'','20131205-6817',NULL),(18658,5005,3,558,'2013-12-05 18:36:20',0,0,'','2013120532 ','2013-12-05','2013-12-05','20131205-32','10:35',1,'',NULL,'','20131205-6818',NULL),(18660,5005,4,558,'2013-12-05 18:36:20',1,0,'','2013120532 ','2013-12-05','2013-12-05','20131205-32','10:36',1,'',NULL,'','20131205-6818',NULL),(18661,5006,3,558,'2013-12-05 18:51:56',0,0,'','2013120533','2013-12-05','2013-12-05','20131205-33','10:50',1,'DR OWHANDOH',NULL,'','20131205-6819',NULL),(18663,5006,4,558,'2013-12-05 18:51:56',1,0,'','2013120533','2013-12-05','2013-12-05','20131205-33','10:51',1,'DR OWHANDOH',NULL,'','20131205-6819',NULL),(18666,5006,1,558,'2013-12-05 18:51:57',0,0,'','2013120533','2013-12-05','2013-12-05','20131205-33','10:51',1,'DR OWHANDOH',NULL,'','20131205-6819',NULL),(18667,5007,4,558,'2013-12-05 19:06:03',1,0,'','2013120534 ','2013-12-05','2013-12-05','20131205-34','11:05',1,'DR VORTIA',NULL,'','20131205-6820',NULL),(18668,4181,3,558,'2013-12-05 19:08:36',0,0,'','2013120535','2013-12-05','2013-12-05','20131205-35','11:07',1,'DR DOW',NULL,'','20131205-6821',NULL),(18670,4181,1,558,'2013-12-05 19:08:37',0,0,'','2013120535','2013-12-05','2013-12-05','20131205-35','11:08',1,'DR DOW',NULL,'','20131205-6821',NULL),(18671,5008,3,558,'2013-12-05 19:23:25',0,0,'','2013120536','2013-12-05','2013-12-05','20131205-36','11:22',1,'DR FUMMY',NULL,'','20131205-6822',NULL),(18672,4616,1,558,'2013-12-05 19:34:27',0,0,'','2013120537','2013-12-05','2013-12-05','20131205-37','11:31',1,'DR VORTIA',NULL,'','20131205-6823',NULL),(18673,5009,3,558,'2013-12-05 19:43:33',0,0,'','2013120538','2013-12-05','2013-12-05','20131205-38','11:42',1,'DR NTOEW DJAN',NULL,'','20131205-6824',NULL),(18675,5009,1,558,'2013-12-05 19:43:33',0,0,'','2013120538','2013-12-05','2013-12-05','20131205-38','11:43',1,'DR NTOEW DJAN',NULL,'','20131205-6824',NULL),(18676,5003,4,558,'2013-12-05 19:47:05',1,0,'','2013120529 ','2013-12-05','2013-12-05','20131205-39','11:45',1,'DR VORTIA',NULL,'','20131205-6825',NULL),(18677,4943,3,558,'2013-12-05 20:15:59',0,0,'','2013120540','2013-12-05','2013-12-05','20131205-40','12:14',1,'DR MENSAH',NULL,'','20131205-6826',NULL),(18679,4943,1,558,'2013-12-05 20:15:59',0,0,'','2013120540','2013-12-05','2013-12-05','20131205-40','12:15',1,'DR MENSAH',NULL,'','20131205-6826',NULL),(18682,4943,2,558,'2013-12-05 20:15:59',1,0,'','2013120540','2013-12-05','2013-12-05','20131205-40','12:15',1,'DR MENSAH',NULL,'','20131205-6826',NULL),(18686,4943,4,558,'2013-12-05 20:16:00',1,0,'','2013120540','2013-12-05','2013-12-05','20131205-40','12:15',1,'DR MENSAH',NULL,'','20131205-6826',NULL),(18687,4965,4,558,'2013-12-05 20:21:07',1,0,'','2013120541','2013-12-05','2013-12-05','20131205-41','12:20',1,'DR MENSAH',NULL,'','20131205-6827',NULL),(18688,5010,3,558,'2013-12-05 20:39:50',0,0,'','2013120542 ','2013-12-05','2013-12-05','20131205-42','12:38',1,'DR VORTIA',NULL,'','20131205-6828',NULL),(18690,5010,1,558,'2013-12-05 20:39:50',0,0,'','2013120542 ','2013-12-05','2013-12-05','20131205-42','12:39',1,'DR VORTIA',NULL,'','20131205-6828',NULL),(18691,3846,3,558,'2013-12-05 20:41:54',0,0,'','2013120543 ','2013-12-05','2013-12-05','20131205-43','12:40',1,'DR ADOTEY',NULL,'','20131205-6829',NULL),(18692,5011,3,558,'2013-12-05 20:49:33',1,0,'','2013120544 ','2013-12-05','2013-12-05','20131205-44','12:48',1,'DR VORTIA',NULL,'','20131205-6830',NULL),(18693,5012,3,558,'2013-12-05 20:51:55',0,0,'','2013120545','2013-12-05','2013-12-05','20131205-45','12:50',1,'DR OWHANDOH',NULL,'','20131205-6831',NULL),(18695,5012,4,558,'2013-12-05 20:51:55',1,0,'','2013120545','2013-12-05','2013-12-05','20131205-45','12:51',1,'DR OWHANDOH',NULL,'','20131205-6831',NULL),(18696,5013,4,558,'2013-12-05 20:56:43',1,0,'','2013120546','2013-12-05','2013-12-05','20131205-46','12:55',1,'DR FUMMY',NULL,'','20131205-6832',NULL),(18698,5013,5,558,'2013-12-05 20:56:43',1,0,'','2013120546','2013-12-05','2013-12-05','20131205-46','12:56',1,'DR FUMMY',NULL,'','20131205-6832',NULL),(18701,5013,1,558,'2013-12-05 20:56:44',1,0,'','2013120546','2013-12-05','2013-12-05','20131205-46','12:56',1,'DR FUMMY',NULL,'','20131205-6832',NULL),(18702,5014,3,558,'2013-12-05 20:59:29',0,0,'','2013120547 ','2013-12-05','2013-12-05','20131205-47','12:57',1,'DR OWHANDOH',NULL,'','20131205-6833',NULL),(18704,5014,4,558,'2013-12-05 20:59:29',1,0,'','2013120547 ','2013-12-05','2013-12-05','20131205-47','12:59',1,'DR OWHANDOH',NULL,'','20131205-6833',NULL),(18705,5015,3,558,'2013-12-05 21:04:21',0,0,'','2013120548','2013-12-05','2013-12-05','20131205-48','13:02',1,'DR OFORI ANTI',NULL,'','20131205-6834',NULL),(18707,5015,4,558,'2013-12-05 21:04:21',1,0,'','2013120548','2013-12-05','2013-12-05','20131205-48','13:03',1,'DR OFORI ANTI',NULL,'','20131205-6834',NULL),(18710,5015,5,558,'2013-12-05 21:04:22',0,0,'','2013120548','2013-12-05','2013-12-05','20131205-48','13:03',1,'DR OFORI ANTI',NULL,'','20131205-6834',NULL),(18714,5015,1,558,'2013-12-05 21:04:22',0,0,'','2013120548','2013-12-05','2013-12-05','20131205-48','13:03',1,'DR OFORI ANTI',NULL,'','20131205-6834',NULL),(18715,3107,1,558,'2013-12-05 21:09:40',1,0,'','2013120549','2013-12-05','2013-12-05','20131205-49','13:08',1,'DR DOW',NULL,'','20131205-6835',NULL),(18716,4753,3,558,'2013-12-05 21:11:03',1,0,'','2013120550 ','2013-12-05','2013-12-05','20131205-50','13:10',1,'DR ADOTEY',NULL,'','20131205-6836',NULL),(18717,5016,3,558,'2013-12-05 21:16:39',0,0,'','2013120551','2013-12-05','2013-12-05','20131205-51','13:15',1,'',NULL,'','20131205-6837',NULL),(18719,5016,4,558,'2013-12-05 21:16:39',1,0,'','2013120551','2013-12-05','2013-12-05','20131205-51','13:16',1,'',NULL,'','20131205-6837',NULL),(18722,5016,1,558,'2013-12-05 21:16:39',1,0,'','2013120551','2013-12-05','2013-12-05','20131205-51','13:16',1,'',NULL,'','20131205-6837',NULL),(18723,5017,3,558,'2013-12-05 21:30:34',1,0,'','2013120552','2013-12-05','2013-12-05','20131205-52','13:27',1,'',NULL,'','20131205-6838',NULL),(18724,4833,4,534,'2013-12-05 21:31:39',1,0,'','20131202107','2013-12-05','2013-12-02','20131205-53','13:30',1,'',NULL,'','20131205-6839',NULL),(18725,5018,3,558,'2013-12-05 21:35:58',0,0,'','2013120554','2013-12-05','2013-12-05','20131205-54','13:34',1,'DR VORTIA',NULL,'','20131205-6840',NULL),(18727,5018,20,558,'2013-12-05 21:35:58',0,0,'','2013120554','2013-12-05','2013-12-05','20131205-54','13:35',1,'DR VORTIA',NULL,'','20131205-6840',NULL),(18728,5019,5,558,'2013-12-05 21:47:45',1,0,'','2013120555','2013-12-05','2013-12-05','20131205-55','13:46',1,'DR NTOEW DJAN',NULL,'','20131205-6841',NULL),(18730,5019,2,558,'2013-12-05 21:47:45',1,0,'','2013120555','2013-12-05','2013-12-05','20131205-55','13:47',1,'DR NTOEW DJAN',NULL,'','20131205-6841',NULL),(18731,4872,3,558,'2013-12-05 21:51:28',1,0,'','2013120556','2013-12-05','2013-12-05','20131205-56','13:50',1,'DR ADOTEY',NULL,'','20131205-6842',NULL),(18732,4873,3,558,'2013-12-05 21:54:51',1,0,'','2013120557','2013-12-05','2013-12-05','20131205-57','13:53',1,'DR ADOTEY',NULL,'','20131205-6843',NULL),(18733,880,3,534,'2013-12-05 22:11:48',0,0,'','2013120558','2013-12-05','2013-12-05','20131205-58','14:08',1,'DR OWHANDOH',NULL,'','20131205-6844',NULL),(18734,5020,3,534,'2013-12-05 22:16:56',0,0,'','2013120559 ','2013-12-05','2013-12-05','20131205-59','14:15',1,'DR OWHANDOH',NULL,'','20131205-6845',NULL),(18735,5021,3,534,'2013-12-05 22:20:11',0,0,'','2013120560','2013-12-05','2013-12-05','20131205-60','14:17',1,'DR VORTIA',NULL,'','20131205-6846',NULL),(18737,5021,1,534,'2013-12-05 22:20:11',0,0,'','2013120560','2013-12-05','2013-12-05','20131205-60','14:18',1,'DR VORTIA',NULL,'','20131205-6846',NULL),(18738,5022,12,534,'2013-12-05 22:29:27',0,0,'','2013120561','2013-12-05','2013-12-05','20131205-61','14:26',1,'',NULL,'','20131205-6847',NULL),(18740,5022,1,534,'2013-12-05 22:29:27',0,0,'','2013120561','2013-12-05','2013-12-05','20131205-61','14:27',1,'',NULL,'','20131205-6847',NULL),(18741,4515,3,534,'2013-12-05 22:31:45',0,0,'','2013120562','2013-12-05','2013-12-05','20131205-62','14:29',1,'DR NUAMAH',NULL,'','20131205-6848',NULL),(18743,4515,1,534,'2013-12-05 22:31:45',0,0,'','2013120562','2013-12-05','2013-12-05','20131205-62','14:30',1,'DR NUAMAH',NULL,'','20131205-6848',NULL),(18746,4515,4,534,'2013-12-05 22:31:46',1,0,'','2013120562','2013-12-05','2013-12-05','20131205-62','14:31',1,'DR NUAMAH',NULL,'','20131205-6848',NULL),(18747,1169,3,534,'2013-12-05 22:33:17',0,0,'','2013120563','2013-12-05','2013-12-05','20131205-63','14:32',1,'DR DOW',NULL,'','20131205-6849',NULL),(18748,5023,3,534,'2013-12-05 22:36:10',0,0,'','2013120564','2013-12-05','2013-12-05','20131205-64','14:34',1,'DR VORTIA',NULL,'','20131205-6850',NULL),(18749,5024,3,534,'2013-12-05 22:39:47',0,0,'','2013120565','2013-12-05','2013-12-05','20131205-65','14:38',1,'DR NUAMAH',NULL,'','20131205-6851',NULL),(18751,5024,4,534,'2013-12-05 22:39:47',1,0,'','2013120565','2013-12-05','2013-12-05','20131205-65','14:38',1,'DR NUAMAH',NULL,'','20131205-6851',NULL),(18754,5024,1,534,'2013-12-05 22:39:47',1,0,'','2013120565','2013-12-05','2013-12-05','20131205-65','14:39',1,'DR NUAMAH',NULL,'','20131205-6851',NULL),(18755,5025,4,534,'2013-12-05 22:41:27',1,0,'','2013120566','2013-12-05','2013-12-05','20131205-66','14:40',1,'',NULL,'','20131205-6852',NULL),(18756,4980,3,558,'2013-12-05 22:49:11',0,0,'','2013120567','2013-12-05','2013-12-05','20131205-67','14:46',1,'DR OWHANDOH',NULL,'','20131205-6853',NULL),(18758,4980,4,558,'2013-12-05 22:49:11',1,0,'','2013120567','2013-12-05','2013-12-05','20131205-67','14:48',1,'DR OWHANDOH',NULL,'','20131205-6853',NULL),(18761,4980,1,558,'2013-12-05 22:49:11',0,0,'','2013120567','2013-12-05','2013-12-05','20131205-67','14:48',1,'DR OWHANDOH',NULL,'','20131205-6853',NULL),(18762,4239,3,558,'2013-12-05 22:52:16',0,0,'','2013120568','2013-12-05','2013-12-05','20131205-68','14:51',1,'DR TAKYI',NULL,'','20131205-6854',NULL),(18763,5026,3,558,'2013-12-05 22:55:20',0,0,'','2013120569','2013-12-05','2013-12-05','20131205-69','14:53',1,'DR TAKYI',NULL,'','20131205-6855',NULL),(18765,5026,4,558,'2013-12-05 22:55:20',1,0,'','2013120569','2013-12-05','2013-12-05','20131205-69','14:55',1,'DR TAKYI',NULL,'','20131205-6855',NULL),(18766,3545,3,558,'2013-12-05 22:56:51',1,0,'','2013120570','2013-12-05','2013-12-05','20131205-70','14:56',1,'DR LAMPTEY',NULL,'','20131205-6856',NULL),(18767,5027,3,558,'2013-12-05 22:59:35',0,0,'','2013120571','2013-12-05','2013-12-05','20131205-71','14:57',1,'DR NUAMAH',NULL,'','20131205-6857',NULL),(18769,5027,4,558,'2013-12-05 22:59:36',1,0,'','2013120571','2013-12-05','2013-12-05','20131205-71','14:59',1,'DR NUAMAH',NULL,'','20131205-6857',NULL),(18772,5027,1,558,'2013-12-05 22:59:36',1,0,'','2013120571','2013-12-05','2013-12-05','20131205-71','14:59',1,'DR NUAMAH',NULL,'','20131205-6857',NULL),(18773,5028,3,558,'2013-12-05 23:01:37',0,0,'','2013120572','2013-12-05','2013-12-05','20131205-72','15:00',1,'DR NUAMAH',NULL,'','20131205-6858',NULL),(18775,5028,4,558,'2013-12-05 23:01:37',1,0,'','2013120572','2013-12-05','2013-12-05','20131205-72','15:01',1,'DR NUAMAH',NULL,'','20131205-6858',NULL),(18776,5029,3,558,'2013-12-05 23:05:35',0,0,'','2013120573','2013-12-05','2013-12-05','20131205-73','15:04',1,'DR ARMAH',NULL,'','20131205-6859',NULL),(18778,5029,4,558,'2013-12-05 23:05:35',1,0,'','2013120573','2013-12-05','2013-12-05','20131205-73','15:05',1,'DR ARMAH',NULL,'','20131205-6859',NULL),(18779,5030,3,558,'2013-12-05 23:35:51',1,0,'','2013120574','2013-12-05','2013-12-05','20131205-74','15:35',1,'DR NUAMAH',NULL,'','20131205-6860',NULL),(18780,5031,1,558,'2013-12-05 23:59:24',1,0,'','2013120575','2013-12-05','2013-12-05','20131205-75','15:58',1,'DR NUAMAH',NULL,'','20131205-6861',NULL),(18782,5031,5,558,'2013-12-05 23:59:24',1,0,'','2013120575','2013-12-05','2013-12-05','20131205-75','15:59',1,'DR NUAMAH',NULL,'','20131205-6861',NULL),(18783,4111,10,558,'2013-12-06 00:05:16',1,0,'','2013120576','2013-12-05','2013-12-05','20131205-76','16:02',1,'DR LAMPTEY',NULL,'','20131205-6862',NULL),(18784,5014,19,558,'2013-12-06 00:08:10',1,0,'','2013120547 ','2013-12-05','2013-12-05','20131205-77','16:07',1,'DR MENSAH',NULL,'','20131205-6863',NULL),(18785,5014,19,558,'2013-12-06 00:34:24',1,0,'','2013120547 ','2013-12-05','2013-12-05','20131205-78','16:33',1,'DR MENSAH',NULL,'','20131205-6864',NULL),(18786,2066,1,558,'2013-12-06 00:40:31',1,0,'','2013120579','2013-12-05','2013-12-05','20131205-79','16:39',1,'DR NUAMAH',NULL,'','20131205-6865',NULL),(18787,5032,3,558,'2013-12-06 00:51:49',0,0,'','2013120580','2013-12-05','2013-12-05','20131205-80','16:50',1,'DR TAKYI',NULL,'','20131205-6866',NULL),(18789,5032,4,558,'2013-12-06 00:51:49',1,0,'','2013120580','2013-12-05','2013-12-05','20131205-80','16:51',1,'DR TAKYI',NULL,'','20131205-6866',NULL),(18790,5033,3,558,'2013-12-06 01:01:45',1,0,'','2013120581','2013-12-05','2013-12-05','20131205-81','16:59',1,'DR NUAMAH',NULL,'','20131205-6867',NULL),(18792,5033,4,558,'2013-12-06 01:01:46',1,0,'','2013120581','2013-12-05','2013-12-05','20131205-81','17:00',1,'DR NUAMAH',NULL,'','20131205-6867',NULL),(18795,5033,1,558,'2013-12-06 01:01:46',1,0,'','2013120581','2013-12-05','2013-12-05','20131205-81','17:01',1,'DR NUAMAH',NULL,'','20131205-6867',NULL),(18796,5034,3,558,'2013-12-06 01:20:47',1,0,'','2013120582','2013-12-05','2013-12-05','20131205-82','17:20',1,'',NULL,'','20131205-6868',NULL),(18797,5035,3,558,'2013-12-06 01:25:34',0,0,'','2013120583','2013-12-05','2013-12-05','20131205-83','17:22',1,'DR MENSAH',NULL,'','20131205-6869',NULL),(18799,5035,4,558,'2013-12-06 01:25:34',0,0,'','2013120583','2013-12-05','2013-12-05','20131205-83','17:23',1,'DR MENSAH',NULL,'','20131205-6869',NULL),(18802,5035,1,558,'2013-12-06 01:25:35',0,0,'','2013120583','2013-12-05','2013-12-05','20131205-83','17:24',1,'DR MENSAH',NULL,'','20131205-6869',NULL),(18803,5020,4,558,'2013-12-06 01:29:04',1,0,'','2013120559 ','2013-12-05','2013-12-05','20131205-84','17:28',1,'DR MENSAH',NULL,'','20131205-6870',NULL),(18804,5036,3,558,'2013-12-06 01:36:20',1,0,'','2013120585','2013-12-05','2013-12-05','20131205-85','17:35',1,'DR NUAMAH',NULL,'','20131205-6871',NULL),(18805,2617,3,558,'2013-12-06 01:54:43',0,0,'','2013120586','2013-12-05','2013-12-05','20131205-86','17:53',1,'',NULL,'','20131205-6872',NULL),(18807,2617,1,558,'2013-12-06 01:54:43',0,0,'','2013120586','2013-12-05','2013-12-05','20131205-86','17:54',1,'',NULL,'','20131205-6872',NULL),(18808,5037,3,558,'2013-12-06 02:03:20',0,0,'','2013120587','2013-12-05','2013-12-05','20131205-87','18:02',1,'DR NUAMAH',NULL,'','20131205-6873',NULL),(18810,5037,4,558,'2013-12-06 02:03:21',1,0,'','2013120587','2013-12-05','2013-12-05','20131205-87','18:02',1,'DR NUAMAH',NULL,'','20131205-6873',NULL),(18811,5038,3,558,'2013-12-06 02:50:16',1,0,'','2013120588 ','2013-12-05','2013-12-05','20131205-88','18:49',1,'DR NUAMAH',NULL,'','20131205-6874',NULL),(18813,5038,4,558,'2013-12-06 02:50:16',1,0,'','2013120588 ','2013-12-05','2013-12-05','20131205-88','18:50',1,'DR NUAMAH',NULL,'','20131205-6874',NULL),(18814,1706,1,530,'2013-12-06 03:04:23',0,0,'','2013120589 ','2013-12-05','2013-12-05','20131205-89','19:02',1,'DR MENSAH',NULL,'','20131205-6875',NULL),(18816,1706,3,530,'2013-12-06 03:04:23',0,0,'','2013120589 ','2013-12-05','2013-12-05','20131205-89','19:03',1,'DR MENSAH',NULL,'','20131205-6875',NULL),(18819,1706,4,530,'2013-12-06 03:04:23',0,0,'','2013120589 ','2013-12-05','2013-12-05','20131205-89','19:04',1,'DR MENSAH',NULL,'','20131205-6875',NULL),(18820,3892,3,530,'2013-12-06 03:13:19',0,0,'','2013120590','2013-12-05','2013-12-05','20131205-90','19:11',1,'DR NUAMAH',NULL,'','20131205-6876',NULL),(18822,3892,4,530,'2013-12-06 03:13:19',1,0,'','2013120590','2013-12-05','2013-12-05','20131205-90','19:12',1,'DR NUAMAH',NULL,'','20131205-6876',NULL),(18825,3892,1,530,'2013-12-06 03:13:20',1,0,'','2013120590','2013-12-05','2013-12-05','20131205-90','19:13',1,'DR NUAMAH',NULL,'','20131205-6876',NULL),(18826,5039,3,530,'2013-12-06 03:39:09',0,0,'','2013120591','2013-12-05','2013-12-05','20131205-91','19:37',1,'DR NUAMAH',NULL,'','20131205-6877',NULL),(18828,5039,5,530,'2013-12-06 03:39:10',1,0,'','2013120591','2013-12-05','2013-12-05','20131205-91','19:38',1,'DR NUAMAH',NULL,'','20131205-6877',NULL),(18829,5040,3,530,'2013-12-06 04:04:44',1,0,'','2013120592','2013-12-05','2013-12-05','20131205-92','20:02',1,'DR MENSAH',NULL,'','20131205-6878',NULL),(18831,5040,1,530,'2013-12-06 04:04:45',0,0,'','2013120592','2013-12-05','2013-12-05','20131205-92','20:03',1,'DR MENSAH',NULL,'','20131205-6878',NULL),(18834,5040,4,530,'2013-12-06 04:04:45',0,0,'','2013120592','2013-12-05','2013-12-05','20131205-92','20:04',1,'DR MENSAH',NULL,'','20131205-6878',NULL),(18835,5041,3,530,'2013-12-06 04:14:14',1,0,'','2013120593','2013-12-05','2013-12-05','20131205-93','20:13',1,'',NULL,'','20131205-6879',NULL),(18836,5042,3,530,'2013-12-06 04:21:42',1,0,'','2013120594','2013-12-05','2013-12-05','20131205-94','20:20',1,'DR NUAMAH',NULL,'','20131205-6880',NULL),(18837,5043,3,530,'2013-12-06 05:06:35',1,0,'','2013120595','2013-12-05','2013-12-05','20131205-95','21:05',1,'DR YEBOAH',NULL,'','20131205-6881',NULL),(18838,3011,3,530,'2013-12-06 05:19:58',0,0,'','2013120596','2013-12-05','2013-12-05','20131205-96','21:18',1,'DR MENSAH',NULL,'','20131205-6882',NULL),(18840,3011,4,530,'2013-12-06 05:19:59',1,0,'','2013120596','2013-12-05','2013-12-05','20131205-96','21:19',1,'DR MENSAH',NULL,'','20131205-6882',NULL),(18841,5044,1,530,'2013-12-06 05:22:32',1,0,'','2013120597 ','2013-12-05','2013-12-05','20131205-97','21:21',1,'DR YEBOAH',NULL,'','20131205-6883',NULL),(18842,5045,3,530,'2013-12-06 05:25:51',1,0,'','2013120598','2013-12-05','2013-12-05','20131205-98','21:24',1,'DR MENSAH',NULL,'','20131205-6884',NULL),(18844,5045,4,530,'2013-12-06 05:25:52',1,0,'','2013120598','2013-12-05','2013-12-05','20131205-98','21:25',1,'DR MENSAH',NULL,'','20131205-6884',NULL),(18845,2715,3,530,'2013-12-06 05:28:13',1,0,'','2013120599','2013-12-05','2013-12-05','20131205-99','21:27',1,'DR YEBOAH',NULL,'','20131205-6885',NULL),(18847,2715,4,530,'2013-12-06 05:28:13',1,0,'','2013120599','2013-12-05','2013-12-05','20131205-99','21:27',1,'DR YEBOAH',NULL,'','20131205-6885',NULL),(18848,4837,1,530,'2013-12-06 05:47:07',1,0,'','20131205100','2013-12-05','2013-12-05','20131205-100','21:45',1,'DR MENSAH',NULL,'','20131205-6886',NULL),(18850,4837,5,530,'2013-12-06 05:47:07',0,0,'','20131205100','2013-12-05','2013-12-05','20131205-100','21:46',1,'DR MENSAH',NULL,'','20131205-6886',NULL),(18853,4837,4,530,'2013-12-06 05:47:07',0,0,'','20131205100','2013-12-05','2013-12-05','20131205-100','21:46',1,'DR MENSAH',NULL,'','20131205-6886',NULL),(18854,3332,3,530,'2013-12-06 06:39:22',1,0,'','20131205101','2013-12-05','2013-12-05','20131205-101','22:38',1,'DR OFORI ANTI',NULL,'','20131205-6887',NULL),(18855,5046,3,530,'2013-12-06 06:44:21',1,0,'','20131205102','2013-12-05','2013-12-05','20131205-102','22:41',1,'DR OFORI ANTI',NULL,'','20131205-6888',NULL),(18856,5047,3,530,'2013-12-06 06:49:54',1,0,'','20131205103','2013-12-05','2013-12-05','20131205-103','22:48',1,'DR OFORI',NULL,'','20131205-6889',NULL),(18858,5047,4,530,'2013-12-06 06:49:54',1,0,'','20131205103','2013-12-05','2013-12-05','20131205-103','22:49',1,'DR OFORI',NULL,'','20131205-6889',NULL),(18859,5048,3,530,'2013-12-06 06:52:19',1,0,'','20131205104 ','2013-12-05','2013-12-05','20131205-104','22:51',1,'DR OFORI ANTI',NULL,'','20131205-6890',NULL),(18860,5049,3,530,'2013-12-06 07:27:10',1,0,'','20131205105','2013-12-05','2013-12-05','20131205-105','23:25',1,'DR YEBOAH',NULL,'','20131205-6891',NULL),(18862,5049,4,530,'2013-12-06 07:27:10',0,0,'','20131205105','2013-12-05','2013-12-05','20131205-105','23:26',1,'DR YEBOAH',NULL,'','20131205-6891',NULL),(18863,5050,3,530,'2013-12-06 08:22:19',1,0,'','201312061','2013-12-06','2013-12-06','20131206-1','00:21',1,'DR OFORI ANTI',NULL,'','20131206-6892',NULL),(18864,5051,3,530,'2013-12-06 09:18:48',0,0,'','201312062','2013-12-06','2013-12-06','20131206-2','01:17',1,'DR YEBOAH',NULL,'','20131206-6893',NULL),(18866,5051,1,530,'2013-12-06 09:18:48',0,0,'','201312062','2013-12-06','2013-12-06','20131206-2','01:18',1,'DR YEBOAH',NULL,'','20131206-6893',NULL),(18867,2973,1,530,'2013-12-06 14:35:56',0,0,'','201312063 ','2013-12-06','2013-12-06','20131206-3','06:34',1,'PROF S K OWUSU',NULL,'','20131206-6894',NULL),(18869,2973,3,530,'2013-12-06 14:35:56',0,0,'','201312063 ','2013-12-06','2013-12-06','20131206-3','06:35',1,'PROF S K OWUSU',NULL,'','20131206-6894',NULL),(18870,4842,4,530,'2013-12-06 15:03:30',1,0,'','201312064','2013-12-06','2013-12-06','20131206-4','07:01',1,'DR OFORI ANTI',NULL,'','20131206-6895',NULL),(18871,1419,2,530,'2013-12-06 15:06:50',1,0,'','201312065','2013-12-06','2013-12-06','20131206-5','07:05',1,'DR OFORI',NULL,'','20131206-6896',NULL),(18872,4223,2,530,'2013-12-06 15:12:21',1,0,'','201312066','2013-12-06','2013-12-06','20131206-6','07:11',1,'DR TAKYI',NULL,'','20131206-6897',NULL),(18873,3156,1,530,'2013-12-06 15:22:09',0,0,'','201312067','2013-12-06','2013-12-06','20131206-7','07:19',1,'DR OWHANDOH',NULL,'','20131206-6898',NULL),(18875,3156,3,530,'2013-12-06 15:22:09',0,0,'','201312067','2013-12-06','2013-12-06','20131206-7','07:21',1,'DR OWHANDOH',NULL,'','20131206-6898',NULL),(18878,3156,2,530,'2013-12-06 15:22:10',0,0,'','201312067','2013-12-06','2013-12-06','20131206-7','07:21',1,'DR OWHANDOH',NULL,'','20131206-6898',NULL),(18882,3156,4,530,'2013-12-06 15:22:10',1,0,'','201312067','2013-12-06','2013-12-06','20131206-7','07:21',1,'DR OWHANDOH',NULL,'','20131206-6898',NULL),(18883,5052,3,530,'2013-12-06 15:25:34',0,0,'','201312068','2013-12-06','2013-12-06','20131206-8','07:24',1,'DR OFORI ANTI',NULL,'','20131206-6899',NULL),(18884,5053,1,558,'2013-12-06 15:36:26',0,0,'','201312069','2013-12-06','2013-12-06','20131206-9','07:35',1,'DR MENSAH',NULL,'','20131206-6900',NULL),(18886,5053,4,558,'2013-12-06 15:36:26',1,0,'','201312069','2013-12-06','2013-12-06','20131206-9','07:36',1,'DR MENSAH',NULL,'','20131206-6900',NULL),(18887,5054,3,558,'2013-12-06 15:39:42',0,0,'','2013120610','2013-12-06','2013-12-06','20131206-10','07:38',1,'DR VORTIA',NULL,'','20131206-6901',NULL),(18889,5054,1,558,'2013-12-06 15:39:43',0,0,'','2013120610','2013-12-06','2013-12-06','20131206-10','07:39',1,'DR VORTIA',NULL,'','20131206-6901',NULL),(18890,2442,29,558,'2013-12-06 15:44:24',0,0,'','2013120611','2013-12-06','2013-12-06','20131206-11','07:42',1,'DR ASUMANU',NULL,'','20131206-6902',NULL),(18891,3817,29,558,'2013-12-06 15:45:53',0,0,'','2013120612','2013-12-06','2013-12-06','20131206-12','07:44',1,'DR ASUMANU',NULL,'','20131206-6903',NULL),(18892,5055,3,558,'2013-12-06 15:50:27',0,0,'','2013120613 ','2013-12-06','2013-12-06','20131206-13','07:49',1,'DR YEBOAH',NULL,'','20131206-6904',NULL),(18894,5055,4,558,'2013-12-06 15:50:27',1,0,'','2013120613 ','2013-12-06','2013-12-06','20131206-13','07:50',1,'DR YEBOAH',NULL,'','20131206-6904',NULL),(18895,5056,1,558,'2013-12-06 15:55:49',0,0,'','2013120614 ','2013-12-06','2013-12-06','20131206-14','07:53',1,'',NULL,'','20131206-6905',NULL),(18896,5057,3,558,'2013-12-06 16:08:58',0,0,'','2013120615','2013-12-06','2013-12-06','20131206-15','08:04',1,'DR OWHANDOH',NULL,'','20131206-6906',NULL),(18898,5057,4,558,'2013-12-06 16:08:59',1,0,'','2013120615','2013-12-06','2013-12-06','20131206-15','08:07',1,'DR OWHANDOH',NULL,'','20131206-6906',NULL),(18901,5057,1,558,'2013-12-06 16:08:59',0,0,'','2013120615','2013-12-06','2013-12-06','20131206-15','08:08',1,'DR OWHANDOH',NULL,'','20131206-6906',NULL),(18902,4137,1,558,'2013-12-06 16:17:50',1,0,'','2013120616','2013-12-06','2013-12-06','20131206-16','08:16',1,'DR GEPI ATTEE',NULL,'','20131206-6907',NULL),(18903,1668,2,558,'2013-12-06 16:24:39',0,0,'','2013120617','2013-12-06','2013-12-06','20131206-17','08:22',1,'DR VORTIA',NULL,'','20131206-6908',NULL),(18905,1668,4,558,'2013-12-06 16:24:39',1,0,'','2013120617','2013-12-06','2013-12-06','20131206-17','08:23',1,'DR VORTIA',NULL,'','20131206-6908',NULL),(18906,5058,3,558,'2013-12-06 16:30:37',0,0,'','2013120618','2013-12-06','2013-12-06','20131206-18','08:30',1,'DR VORTIA',NULL,'','20131206-6909',NULL),(18907,5059,3,558,'2013-12-06 16:32:28',0,0,'','2013120619','2013-12-06','2013-12-06','20131206-19','08:31',1,'DR VORTIA',NULL,'','20131206-6910',NULL),(18908,1830,3,558,'2013-12-06 16:42:39',0,0,'','2013120620','2013-12-06','2013-12-06','20131206-20','08:41',1,'DR MENSAH',NULL,'','20131206-6911',NULL),(18910,1830,1,558,'2013-12-06 16:42:39',0,0,'','2013120620','2013-12-06','2013-12-06','20131206-20','08:42',1,'DR MENSAH',NULL,'','20131206-6911',NULL),(18911,2799,5,558,'2013-12-06 16:47:59',1,0,'','2013120621','2013-12-06','2013-12-06','20131206-21','08:47',1,'DR FUMMY',NULL,'','20131206-6912',NULL),(18912,2856,4,558,'2013-12-06 16:48:56',1,0,'','2013120622','2013-12-06','2013-12-06','20131206-22','08:48',1,'DR VORTIA',NULL,'','20131206-6913',NULL),(18913,5060,3,558,'2013-12-06 16:56:26',0,0,'','2013120623','2013-12-06','2013-12-06','20131206-23','08:55',1,'DR MENSAH',NULL,'','20131206-6914',NULL),(18914,5061,3,558,'2013-12-06 17:15:57',0,0,'','2013120624','2013-12-06','2013-12-06','20131206-24','09:15',1,'DR DOW',NULL,'','20131206-6915',NULL),(18915,5055,3,558,'2013-12-06 17:27:29',0,0,'','2013120613 ','2013-12-06','2013-12-06','20131206-25','09:25',1,'DR MENSAH',NULL,'','20131206-6916',NULL),(18916,1288,3,558,'2013-12-06 17:33:01',0,0,'','2013120626','2013-12-06','2013-12-06','20131206-26','09:30',1,'DR AMABLE',NULL,'','20131206-6917',NULL),(18918,1288,4,558,'2013-12-06 17:33:01',1,0,'','2013120626','2013-12-06','2013-12-06','20131206-26','09:31',1,'DR AMABLE',NULL,'','20131206-6917',NULL),(18921,1288,5,558,'2013-12-06 17:33:01',1,0,'','2013120626','2013-12-06','2013-12-06','20131206-26','09:31',1,'DR AMABLE',NULL,'','20131206-6917',NULL),(18925,1288,1,558,'2013-12-06 17:33:01',0,0,'','2013120626','2013-12-06','2013-12-06','20131206-26','09:32',1,'DR AMABLE',NULL,'','20131206-6917',NULL),(18926,5062,1,558,'2013-12-06 17:40:15',0,0,'','2013120627','2013-12-06','2013-12-06','20131206-27','09:38',1,'',NULL,'','20131206-6918',NULL),(18928,5062,2,558,'2013-12-06 17:40:15',0,0,'','2013120627','2013-12-06','2013-12-06','20131206-27','09:39',1,'',NULL,'','20131206-6918',NULL),(18929,1668,3,558,'2013-12-06 17:55:29',0,0,'','2013120617 ','2013-12-06','2013-12-06','20131206-28','09:54',1,'DR MENSAH',NULL,'','20131206-6919',NULL),(18930,5063,3,558,'2013-12-06 17:58:15',0,0,'','2013120629','2013-12-06','2013-12-06','20131206-29','09:57',1,'DR NTOEW DJAN',NULL,'','20131206-6920',NULL),(18931,5064,2,558,'2013-12-06 18:02:57',1,0,'','2013120630 ','2013-12-06','2013-12-06','20131206-30','10:01',1,'',NULL,'','20131206-6921',NULL),(18933,5064,4,558,'2013-12-06 18:02:57',1,0,'','2013120630 ','2013-12-06','2013-12-06','20131206-30','10:02',1,'',NULL,'','20131206-6921',NULL),(18934,5065,3,558,'2013-12-06 18:08:38',0,0,'','2013120631','2013-12-06','2013-12-06','20131206-31','10:07',1,'DR NTOEW DJAN',NULL,'','20131206-6922',NULL),(18936,5065,4,558,'2013-12-06 18:08:38',1,0,'','2013120631','2013-12-06','2013-12-06','20131206-31','10:08',1,'DR NTOEW DJAN',NULL,'','20131206-6922',NULL),(18937,5066,3,558,'2013-12-06 18:12:19',0,0,'','2013120632','2013-12-06','2013-12-06','20131206-32','10:10',1,'DR DOW',NULL,'','20131206-6923',NULL),(18939,5066,1,558,'2013-12-06 18:12:20',1,0,'','2013120632','2013-12-06','2013-12-06','20131206-32','10:11',1,'DR DOW',NULL,'','20131206-6923',NULL),(18940,5067,3,558,'2013-12-06 18:17:48',0,0,'','2013120633','2013-12-06','2013-12-06','20131206-33','10:14',1,'DR KORANKYE',NULL,'','20131206-6924',NULL),(18942,5067,4,558,'2013-12-06 18:17:48',1,0,'','2013120633','2013-12-06','2013-12-06','20131206-33','10:16',1,'DR KORANKYE',NULL,'','20131206-6924',NULL),(18945,5067,5,558,'2013-12-06 18:17:49',1,0,'','2013120633','2013-12-06','2013-12-06','20131206-33','10:16',1,'DR KORANKYE',NULL,'','20131206-6924',NULL),(18949,5067,1,558,'2013-12-06 18:17:49',0,0,'','2013120633','2013-12-06','2013-12-06','20131206-33','10:16',1,'DR KORANKYE',NULL,'','20131206-6924',NULL),(18950,1921,3,558,'2013-12-06 18:25:13',0,0,'','2013120634','2013-12-06','2013-12-06','20131206-34','10:22',1,'DR VORTIA',NULL,'','20131206-6925',NULL),(18951,4798,2,558,'2013-12-06 18:26:28',0,0,'','2013120635','2013-12-06','2013-12-06','20131206-35','10:25',1,'DR MENSAH',NULL,'','20131206-6926',NULL),(18952,5068,3,558,'2013-12-06 18:28:44',0,0,'','2013120636 ','2013-12-06','2013-12-06','20131206-36','10:27',1,'DR NTOEW DJAN',NULL,'','20131206-6927',NULL),(18954,5068,4,558,'2013-12-06 18:28:44',1,0,'','2013120636 ','2013-12-06','2013-12-06','20131206-36','10:28',1,'DR NTOEW DJAN',NULL,'','20131206-6927',NULL),(18957,5068,1,558,'2013-12-06 18:28:45',1,0,'','2013120636 ','2013-12-06','2013-12-06','20131206-36','10:28',1,'DR NTOEW DJAN',NULL,'','20131206-6927',NULL),(18958,5069,5,558,'2013-12-06 18:42:02',1,0,'','2013120637 ','2013-12-06','2013-12-06','20131206-37','10:41',1,'DR FUMMY',NULL,'','20131206-6928',NULL),(18959,4358,3,558,'2013-12-06 18:57:35',0,0,'','2013120638','2013-12-06','2013-12-06','20131206-38','10:56',1,'DR VORTIA',NULL,'','20131206-6929',NULL),(18961,4358,1,558,'2013-12-06 18:57:35',0,0,'','2013120638','2013-12-06','2013-12-06','20131206-38','10:57',1,'DR VORTIA',NULL,'','20131206-6929',NULL),(18962,5070,3,558,'2013-12-06 19:02:38',0,0,'','2013120639','2013-12-06','2013-12-06','20131206-39','11:01',1,'DR ARYEE',NULL,'','20131206-6930',NULL),(18964,5070,2,558,'2013-12-06 19:02:39',1,0,'','2013120639','2013-12-06','2013-12-06','20131206-39','11:02',1,'DR ARYEE',NULL,'','20131206-6930',NULL),(18965,5071,4,558,'2013-12-06 19:06:12',1,0,'','2013120640','2013-12-06','2013-12-06','20131206-40','11:04',1,'DR TACHIE',NULL,'','20131206-6931',NULL),(18967,5071,2,558,'2013-12-06 19:06:12',0,0,'','2013120640','2013-12-06','2013-12-06','20131206-40','11:05',1,'DR TACHIE',NULL,'','20131206-6931',NULL),(18970,5071,1,558,'2013-12-06 19:06:12',0,0,'','2013120640','2013-12-06','2013-12-06','20131206-40','11:06',1,'DR TACHIE',NULL,'','20131206-6931',NULL),(18971,5072,3,558,'2013-12-06 19:12:26',0,0,'','2013120641','2013-12-06','2013-12-06','20131206-41','11:11',1,'DR VORTIA',NULL,'','20131206-6932',NULL),(18972,5064,4,535,'2013-12-06 19:20:21',1,0,'','2013120630','2013-12-06','2013-12-06','20131206-43','11:19',1,'',NULL,'','20131206-6934',NULL),(18973,5073,1,558,'2013-12-06 19:20:58',0,0,'','2013120642','2013-12-06','2013-12-06','20131206-42','11:19',1,'DR ADOTEY',NULL,'','20131206-6933',NULL),(18975,5073,2,558,'2013-12-06 19:20:59',0,0,'','2013120642','2013-12-06','2013-12-06','20131206-42','11:20',1,'DR ADOTEY',NULL,'','20131206-6933',NULL),(18976,4753,1,558,'2013-12-06 19:22:36',1,0,'','2013120644','2013-12-06','2013-12-06','20131206-44','11:21',1,'DR ADOTEY',NULL,'','20131206-6935',NULL),(18977,5035,2,558,'2013-12-06 19:27:30',0,0,'','2013120645 ','2013-12-06','2013-12-06','20131206-45','11:24',1,'DR ADOTEY',NULL,'','20131206-6936',NULL),(18979,5035,5,558,'2013-12-06 19:27:30',0,0,'','2013120645 ','2013-12-06','2013-12-06','20131206-45','11:26',1,'DR ADOTEY',NULL,'','20131206-6936',NULL),(18982,5035,1,558,'2013-12-06 19:27:30',1,0,'','2013120645 ','2013-12-06','2013-12-06','20131206-45','11:26',1,'DR ADOTEY',NULL,'','20131206-6936',NULL),(18983,5074,3,558,'2013-12-06 19:31:53',0,0,'','2013120646','2013-12-06','2013-12-06','20131206-46','11:29',1,'',NULL,'','20131206-6937',NULL),(18985,5074,4,558,'2013-12-06 19:31:53',1,0,'','2013120646','2013-12-06','2013-12-06','20131206-46','11:30',1,'',NULL,'','20131206-6937',NULL),(18988,5074,1,558,'2013-12-06 19:31:53',1,0,'','2013120646','2013-12-06','2013-12-06','20131206-46','11:30',1,'',NULL,'','20131206-6937',NULL),(18989,5075,3,558,'2013-12-06 19:49:19',0,0,'','2013120647','2013-12-06','2013-12-06','20131206-47','11:48',1,'DR DOW',NULL,'','20131206-6938',NULL),(18991,5075,1,558,'2013-12-06 19:49:19',0,0,'','2013120647','2013-12-06','2013-12-06','20131206-47','11:48',1,'DR DOW',NULL,'','20131206-6938',NULL),(18992,5076,10,558,'2013-12-06 20:01:36',1,0,'','2013120648','2013-12-06','2013-12-06','20131206-48','11:59',1,'DR DOW',NULL,'','20131206-6939',NULL),(18994,5076,2,558,'2013-12-06 20:01:36',0,0,'','2013120648','2013-12-06','2013-12-06','20131206-48','12:00',1,'DR DOW',NULL,'','20131206-6939',NULL),(18995,5077,3,558,'2013-12-06 20:08:24',0,0,'','2013120649','2013-12-06','2013-12-06','20131206-49','12:07',1,'DR VORTIA',NULL,'','20131206-6940',NULL),(18996,5078,3,558,'2013-12-06 20:15:29',0,0,'','2013120650','2013-12-06','2013-12-06','20131206-50','12:14',1,'',NULL,'','20131206-6941',NULL),(18997,5079,3,558,'2013-12-06 20:21:59',0,0,'','2013120651','2013-12-06','2013-12-06','20131206-51','12:20',1,'DR DOW',NULL,'','20131206-6942',NULL),(18999,5079,1,558,'2013-12-06 20:21:59',1,0,'','2013120651','2013-12-06','2013-12-06','20131206-51','12:21',1,'DR DOW',NULL,'','20131206-6942',NULL),(19000,5080,3,558,'2013-12-06 20:26:54',0,0,'','2013120652','2013-12-06','2013-12-06','20131206-52','12:25',1,'DR NTOEW DJAN',NULL,'','20131206-6943',NULL),(19002,5080,4,558,'2013-12-06 20:26:54',1,0,'','2013120652','2013-12-06','2013-12-06','20131206-52','12:26',1,'DR NTOEW DJAN',NULL,'','20131206-6943',NULL),(19005,5080,1,558,'2013-12-06 20:26:55',1,0,'','2013120652','2013-12-06','2013-12-06','20131206-52','12:26',1,'DR NTOEW DJAN',NULL,'','20131206-6943',NULL),(19006,5081,3,558,'2013-12-06 20:30:20',0,0,'','2013120653','2013-12-06','2013-12-06','20131206-53','12:28',1,'DR OWHANDOH',NULL,'','20131206-6944',NULL),(19008,5081,4,558,'2013-12-06 20:30:20',0,0,'','2013120653','2013-12-06','2013-12-06','20131206-53','12:29',1,'DR OWHANDOH',NULL,'','20131206-6944',NULL),(19011,5081,1,558,'2013-12-06 20:30:20',0,0,'','2013120653','2013-12-06','2013-12-06','20131206-53','12:29',1,'DR OWHANDOH',NULL,'','20131206-6944',NULL),(19012,2499,3,558,'2013-12-06 20:55:00',0,0,'','2013120654','2013-12-06','2013-12-06','20131206-54','12:53',1,'DR VORTIA',NULL,'','20131206-6945',NULL),(19014,2499,4,558,'2013-12-06 20:55:01',0,0,'','2013120654','2013-12-06','2013-12-06','20131206-54','12:54',1,'DR VORTIA',NULL,'','20131206-6945',NULL),(19015,5082,3,558,'2013-12-06 20:57:37',0,0,'','2013120655 ','2013-12-06','2013-12-06','20131206-55','12:55',1,'DR NTOEW DJAN',NULL,'','20131206-6946',NULL),(19017,5082,5,558,'2013-12-06 20:57:38',0,0,'','2013120655 ','2013-12-06','2013-12-06','20131206-55','12:56',1,'DR NTOEW DJAN',NULL,'','20131206-6946',NULL),(19020,5082,1,558,'2013-12-06 20:57:38',1,0,'','2013120655 ','2013-12-06','2013-12-06','20131206-55','12:57',1,'DR NTOEW DJAN',NULL,'','20131206-6946',NULL),(19021,2340,4,558,'2013-12-06 21:00:16',0,0,'','2013120656','2013-12-06','2013-12-06','20131206-56','12:59',1,'DR FUMMY',NULL,'','20131206-6947',NULL),(19023,2340,5,558,'2013-12-06 21:00:16',1,0,'','2013120656','2013-12-06','2013-12-06','20131206-56','13:00',1,'DR FUMMY',NULL,'','20131206-6947',NULL),(19024,2151,3,558,'2013-12-06 21:04:03',0,0,'','2013120657','2013-12-06','2013-12-06','20131206-57','13:03',1,'DR NUAMAH',NULL,'','20131206-6948',NULL),(19025,5083,3,558,'2013-12-06 21:08:29',0,0,'','2013120658','2013-12-06','2013-12-06','20131206-58','13:07',1,'DR VORTIA',NULL,'','20131206-6949',NULL),(19026,5084,3,558,'2013-12-06 21:10:47',0,0,'','2013120659','2013-12-06','2013-12-06','20131206-59','13:10',1,'DR VORTIA',NULL,'','20131206-6950',NULL),(19027,5085,3,558,'2013-12-06 21:33:59',0,0,'','2013120660','2013-12-06','2013-12-06','20131206-60','13:32',1,'DR MENSAH',NULL,'','20131206-6951',NULL),(19029,5085,1,558,'2013-12-06 21:34:00',1,0,'','2013120660','2013-12-06','2013-12-06','20131206-60','13:32',1,'DR MENSAH',NULL,'','20131206-6951',NULL),(19032,5085,5,558,'2013-12-06 21:34:00',0,0,'','2013120660','2013-12-06','2013-12-06','20131206-60','13:33',1,'DR MENSAH',NULL,'','20131206-6951',NULL),(19033,5086,1,558,'2013-12-06 21:36:09',1,0,'','2013120661','2013-12-06','2013-12-06','20131206-61','13:34',1,'DR OWHANDOH',NULL,'','20131206-6952',NULL),(19034,5087,1,558,'2013-12-06 21:38:01',1,0,'','2013120662','2013-12-06','2013-12-06','20131206-62','13:36',1,'DR OWHANDOH',NULL,'','20131206-6953',NULL),(19035,4672,1,558,'2013-12-06 21:42:37',0,0,'','2013120663','2013-12-06','2013-12-06','20131206-63','13:39',1,'DR ADOTEY',NULL,'','20131206-6954',NULL),(19036,5088,3,558,'2013-12-06 21:56:48',1,0,'','2013120664 ','2013-12-06','2013-12-06','20131206-64','13:54',1,'DR VORTIA',NULL,'','20131206-6955',NULL),(19038,5088,4,558,'2013-12-06 21:56:49',1,0,'','2013120664 ','2013-12-06','2013-12-06','20131206-64','13:56',1,'DR VORTIA',NULL,'','20131206-6955',NULL),(19039,5089,3,558,'2013-12-06 21:59:22',0,0,'','2013120665','2013-12-06','2013-12-06','20131206-65','13:57',1,'DR VORTIA',NULL,'','20131206-6956',NULL),(19041,5089,5,558,'2013-12-06 21:59:22',0,0,'','2013120665','2013-12-06','2013-12-06','20131206-65','13:58',1,'DR VORTIA',NULL,'','20131206-6956',NULL),(19042,5090,3,558,'2013-12-06 22:01:07',0,0,'','2013120666 ','2013-12-06','2013-12-06','20131206-66','13:59',1,'DR VORTIA',NULL,'','20131206-6957',NULL),(19043,3820,1,558,'2013-12-06 22:02:44',0,0,'','2013120667','2013-12-06','2013-12-06','20131206-67','14:01',1,'DR OWHANDOH',NULL,'','20131206-6958',NULL),(19044,5091,3,558,'2013-12-06 22:08:36',0,0,'','2013120668','2013-12-06','2013-12-06','20131206-68','14:05',1,'DR MENSAH',NULL,'','20131206-6959',NULL),(19046,5091,1,558,'2013-12-06 22:08:36',1,0,'','2013120668','2013-12-06','2013-12-06','20131206-68','14:08',1,'DR MENSAH',NULL,'','20131206-6959',NULL),(19047,5092,4,558,'2013-12-06 22:15:14',1,0,'','2013120669','2013-12-06','2013-12-06','20131206-69','14:13',1,'DR NTOEW DJAN',NULL,'','20131206-6960',NULL),(19048,5093,3,558,'2013-12-06 22:40:53',0,0,'','2013120670','2013-12-06','2013-12-06','20131206-70','14:39',1,'DR NUAMAH',NULL,'','20131206-6961',NULL),(19050,5093,4,558,'2013-12-06 22:40:53',1,0,'','2013120670','2013-12-06','2013-12-06','20131206-70','14:40',1,'DR NUAMAH',NULL,'','20131206-6961',NULL),(19051,3686,10,558,'2013-12-06 22:51:31',1,0,'','2013120671','2013-12-06','2013-12-06','20131206-71','14:50',1,'DR NUAMAH',NULL,'','20131206-6962',NULL),(19052,5094,3,558,'2013-12-06 22:55:58',0,0,'','2013120672','2013-12-06','2013-12-06','20131206-72','14:55',1,'DR NUAMAH',NULL,'','20131206-6963',NULL),(19054,5094,1,558,'2013-12-06 22:55:59',1,0,'','2013120672','2013-12-06','2013-12-06','20131206-72','14:55',1,'DR NUAMAH',NULL,'','20131206-6963',NULL),(19055,5080,1,558,'2013-12-06 23:23:55',1,0,'','2013120652 ','2013-12-06','2013-12-06','20131206-73','15:23',1,'DR NUAMAH',NULL,'','20131206-6964',NULL),(19056,5095,3,558,'2013-12-07 00:00:36',0,0,'','2013120674','2013-12-06','2013-12-06','20131206-74','15:58',1,'DR NUAMAH',NULL,'','20131206-6965',NULL),(19058,5095,1,558,'2013-12-07 00:00:37',0,0,'','2013120674','2013-12-06','2013-12-06','20131206-74','15:59',1,'DR NUAMAH',NULL,'','20131206-6965',NULL),(19061,5095,5,558,'2013-12-07 00:00:37',1,0,'','2013120674','2013-12-06','2013-12-06','20131206-74','16:00',1,'DR NUAMAH',NULL,'','20131206-6965',NULL),(19062,4977,4,558,'2013-12-07 00:28:52',1,0,'','2013120675','2013-12-06','2013-12-06','20131206-75','16:24',1,'DR NUAMAH',NULL,'','20131206-6966',NULL),(19064,4977,1,558,'2013-12-07 00:28:53',0,0,'','2013120675','2013-12-06','2013-12-06','20131206-75','16:28',1,'DR NUAMAH',NULL,'','20131206-6966',NULL),(19065,5096,3,558,'2013-12-07 00:41:35',0,0,'','2013120676','2013-12-06','2013-12-06','20131206-76','16:40',1,'DR NUAMAH',NULL,'','20131206-6967',NULL),(19066,5097,3,558,'2013-12-07 00:54:28',0,0,'','2013120677','2013-12-06','2013-12-06','20131206-77','16:52',1,'DR AMOAH',NULL,'','20131206-6968',NULL),(19068,5097,4,558,'2013-12-07 00:54:28',0,0,'','2013120677','2013-12-06','2013-12-06','20131206-77','16:53',1,'DR AMOAH',NULL,'','20131206-6968',NULL),(19071,5097,1,558,'2013-12-07 00:54:28',1,0,'','2013120677','2013-12-06','2013-12-06','20131206-77','16:53',1,'DR AMOAH',NULL,'','20131206-6968',NULL),(19072,5098,3,558,'2013-12-07 00:56:22',0,0,'','2013120678','2013-12-06','2013-12-06','20131206-78','16:55',1,'DR NUAMAH',NULL,'','20131206-6969',NULL),(19073,5099,3,558,'2013-12-07 01:04:40',0,0,'','2013120679','2013-12-06','2013-12-06','20131206-79','17:02',1,'DR AMOAH',NULL,'','20131206-6970',NULL),(19075,5099,4,558,'2013-12-07 01:04:40',1,0,'','2013120679','2013-12-06','2013-12-06','20131206-79','17:04',1,'DR AMOAH',NULL,'','20131206-6970',NULL),(19078,5099,1,558,'2013-12-07 01:04:40',0,0,'','2013120679','2013-12-06','2013-12-06','20131206-79','17:04',1,'DR AMOAH',NULL,'','20131206-6970',NULL),(19079,5092,3,558,'2013-12-07 01:08:49',0,0,'','2013120669 ','2013-12-06','2013-12-06','20131206-80','17:08',1,'DR NUAMAH',NULL,'','20131206-6971',NULL),(19080,5100,3,558,'2013-12-07 01:19:46',0,0,'','2013120681','2013-12-06','2013-12-06','20131206-81','17:19',1,'DR NUAMAH',NULL,'','20131206-6972',NULL),(19081,5101,3,558,'2013-12-07 02:02:56',0,0,'','2013120682','2013-12-06','2013-12-06','20131206-82','18:01',1,'DR MENSAH',NULL,'','20131206-6973',NULL),(19083,5101,1,558,'2013-12-07 02:02:57',0,0,'','2013120682','2013-12-06','2013-12-06','20131206-82','18:02',1,'DR MENSAH',NULL,'','20131206-6973',NULL),(19084,5060,1,558,'2013-12-07 02:08:05',0,0,'','2013120683','2013-12-06','2013-12-06','20131206-83','18:05',1,'DR MENSAH',NULL,'','20131206-6974',NULL),(19086,5060,2,558,'2013-12-07 02:08:06',0,0,'','2013120683','2013-12-06','2013-12-06','20131206-83','18:07',1,'DR MENSAH',NULL,'','20131206-6974',NULL),(19087,5102,3,558,'2013-12-07 02:11:01',0,0,'','2013120684','2013-12-06','2013-12-06','20131206-84','18:09',1,'DR NUAMAH',NULL,'','20131206-6975',NULL),(19089,5102,1,558,'2013-12-07 02:11:01',0,0,'','2013120684','2013-12-06','2013-12-06','20131206-84','18:10',1,'DR NUAMAH',NULL,'','20131206-6975',NULL),(19090,2055,3,558,'2013-12-07 02:24:19',0,0,'','2013120685','2013-12-06','2013-12-06','20131206-85','18:23',1,'DR MENSAH',NULL,'','20131206-6976',NULL),(19091,5103,3,558,'2013-12-07 02:50:02',0,0,'','2013120686','2013-12-06','2013-12-06','20131206-86','18:46',1,'DR MENSAH',NULL,'','20131206-6977',NULL),(19093,5103,5,558,'2013-12-07 02:50:02',0,0,'','2013120686','2013-12-06','2013-12-06','20131206-86','18:47',1,'DR MENSAH',NULL,'','20131206-6977',NULL),(19096,5103,1,558,'2013-12-07 02:50:02',0,0,'','2013120686','2013-12-06','2013-12-06','20131206-86','18:48',1,'DR MENSAH',NULL,'','20131206-6977',NULL),(19097,5104,3,558,'2013-12-07 03:20:58',0,0,'','2013120687','2013-12-06','2013-12-06','20131206-87','19:20',1,'DR NUAMAH',NULL,'','20131206-6978',NULL),(19098,5105,3,558,'2013-12-07 03:32:43',0,0,'','2013120688','2013-12-06','2013-12-06','20131206-88','19:31',1,'DR NUAMAH',NULL,'','20131206-6979',NULL),(19100,5105,1,558,'2013-12-07 03:32:43',1,0,'','2013120688','2013-12-06','2013-12-06','20131206-88','19:32',1,'DR NUAMAH',NULL,'','20131206-6979',NULL),(19101,5106,3,558,'2013-12-07 03:47:06',0,0,'','2013120689','2013-12-06','2013-12-06','20131206-89','19:46',1,'DR DJAN',NULL,'','20131206-6980',NULL),(19103,5106,4,558,'2013-12-07 03:47:07',1,0,'','2013120689','2013-12-06','2013-12-06','20131206-89','19:46',1,'DR DJAN',NULL,'','20131206-6980',NULL),(19104,328,3,558,'2013-12-07 04:17:59',0,0,'','2013120690','2013-12-06','2013-12-06','20131206-90','20:17',1,'DR NUAMAH',NULL,'','20131206-6981',NULL),(19106,328,4,558,'2013-12-07 04:17:59',1,0,'','2013120690','2013-12-06','2013-12-06','20131206-90','20:17',1,'DR NUAMAH',NULL,'','20131206-6981',NULL),(19107,4891,3,558,'2013-12-07 04:34:34',0,0,'','2013120691','2013-12-06','2013-12-06','20131206-91','20:33',1,'DR DANIELS',NULL,'','20131206-6982',NULL),(19109,4891,1,558,'2013-12-07 04:34:35',1,0,'','2013120691','2013-12-06','2013-12-06','20131206-91','20:34',1,'DR DANIELS',NULL,'','20131206-6982',NULL),(19110,5107,3,558,'2013-12-07 04:48:09',0,0,'','2013120692','2013-12-06','2013-12-06','20131206-92','20:46',1,'DR YEBOAH',NULL,'','20131206-6983',NULL),(19111,4946,1,558,'2013-12-07 04:54:15',0,0,'','2013120693','2013-12-06','2013-12-06','20131206-93','20:52',1,'DR BOATENG',NULL,'','20131206-6984',NULL),(19112,5051,1,558,'2013-12-07 04:57:12',0,0,'','2013120694','2013-12-06','2013-12-06','20131206-94','20:55',1,'DR TAKYI',NULL,'','20131206-6985',NULL),(19114,5051,4,558,'2013-12-07 04:57:12',0,0,'','2013120694','2013-12-06','2013-12-06','20131206-94','20:56',1,'DR TAKYI',NULL,'','20131206-6985',NULL),(19115,5108,3,558,'2013-12-07 04:59:59',0,0,'','2013120695','2013-12-06','2013-12-06','20131206-95','20:59',1,'DR DANIELS',NULL,'','20131206-6986',NULL),(19116,5109,3,558,'2013-12-07 05:04:03',0,0,'','2013120696','2013-12-06','2013-12-06','20131206-96','21:02',1,'DR NUAMAH',NULL,'','20131206-6987',NULL),(19118,5109,1,558,'2013-12-07 05:04:03',1,0,'','2013120696','2013-12-06','2013-12-06','20131206-96','21:03',1,'DR NUAMAH',NULL,'','20131206-6987',NULL),(19121,5109,4,558,'2013-12-07 05:04:04',1,0,'','2013120696','2013-12-06','2013-12-06','20131206-96','21:03',1,'DR NUAMAH',NULL,'','20131206-6987',NULL),(19122,5110,3,558,'2013-12-07 05:06:10',0,0,'','2013120697','2013-12-06','2013-12-06','20131206-97','21:05',1,'DR NUAMAH',NULL,'','20131206-6988',NULL),(19123,5111,3,558,'2013-12-07 05:25:38',1,0,'','2013120698','2013-12-06','2013-12-06','20131206-98','21:24',1,'DR YEBOAH',NULL,'','20131206-6989',NULL),(19125,5111,4,558,'2013-12-07 05:25:38',1,0,'','2013120698','2013-12-06','2013-12-06','20131206-98','21:25',1,'DR YEBOAH',NULL,'','20131206-6989',NULL),(19126,4778,3,558,'2013-12-07 05:34:27',0,0,'','2013120699','2013-12-06','2013-12-06','20131206-99','21:33',1,'DR YEBOAH',NULL,'','20131206-6990',NULL),(19127,5112,3,530,'2013-12-07 06:48:22',1,0,'','20131206100','2013-12-06','2013-12-06','20131206-100','22:46',1,'DR DANIELS',NULL,'','20131206-6991',NULL),(19129,5112,4,530,'2013-12-07 06:48:23',1,0,'','20131206100','2013-12-06','2013-12-06','20131206-100','22:48',1,'DR DANIELS',NULL,'','20131206-6991',NULL),(19130,5113,3,530,'2013-12-07 06:59:42',1,0,'','20131206101','2013-12-06','2013-12-06','20131206-101','22:58',1,'DR YEBOAH',NULL,'','20131206-6992',NULL),(19132,5113,5,530,'2013-12-07 06:59:42',0,0,'','20131206101','2013-12-06','2013-12-06','20131206-101','22:59',1,'DR YEBOAH',NULL,'','20131206-6992',NULL),(19133,5114,3,530,'2013-12-07 08:38:36',1,0,'','201312071','2013-12-07','2013-12-07','20131207-1','00:37',1,'DR DANIELS',NULL,'','20131207-6993',NULL),(19135,5114,4,530,'2013-12-07 08:38:36',1,0,'','201312071','2013-12-07','2013-12-07','20131207-1','00:38',1,'DR DANIELS',NULL,'','20131207-6993',NULL),(19136,5114,1,530,'2013-12-07 12:23:56',1,0,'','201312071','2013-12-07','2013-12-07','20131207-2','04:22',1,'DR DANIELS',NULL,'','20131207-6994',NULL),(19138,5114,5,530,'2013-12-07 12:23:56',1,0,'','201312071','2013-12-07','2013-12-07','20131207-2','04:23',1,'DR DANIELS',NULL,'','20131207-6994',NULL),(19139,5115,3,530,'2013-12-07 14:24:28',1,0,'','201312073','2013-12-07','2013-12-07','20131207-3','06:22',1,'DR ARMAH',NULL,'','20131207-6995',NULL),(19141,5115,1,530,'2013-12-07 14:24:29',1,0,'','201312073','2013-12-07','2013-12-07','20131207-3','06:23',1,'DR ARMAH',NULL,'','20131207-6995',NULL),(19142,4763,1,530,'2013-12-07 14:33:44',0,0,'','201312074','2013-12-07','2013-12-07','20131207-4','06:32',1,'DR NUAMAH',NULL,'','20131207-6996',NULL),(19144,4763,2,530,'2013-12-07 14:33:44',0,0,'','201312074','2013-12-07','2013-12-07','20131207-4','06:33',1,'DR NUAMAH',NULL,'','20131207-6996',NULL),(19145,5116,3,530,'2013-12-07 14:59:46',0,0,'','201312075','2013-12-07','2013-12-07','20131207-5','06:58',1,'DR YEBOAH',NULL,'','20131207-6997',NULL),(19147,5116,4,530,'2013-12-07 14:59:46',1,0,'','201312075','2013-12-07','2013-12-07','20131207-5','06:59',1,'DR YEBOAH',NULL,'','20131207-6997',NULL),(19148,5117,3,530,'2013-12-07 15:02:18',1,0,'','201312076','2013-12-07','2013-12-07','20131207-6','07:01',1,'DR VORTIA',NULL,'','20131207-6998',NULL),(19150,5117,4,530,'2013-12-07 15:02:18',1,0,'','201312076','2013-12-07','2013-12-07','20131207-6','07:01',1,'DR VORTIA',NULL,'','20131207-6998',NULL),(19151,5118,3,530,'2013-12-07 15:05:26',0,0,'','201312077','2013-12-07','2013-12-07','20131207-7','07:04',1,'DR DANIELS',NULL,'','20131207-6999',NULL),(19153,5118,1,530,'2013-12-07 15:05:26',0,0,'','201312077','2013-12-07','2013-12-07','20131207-7','07:05',1,'DR DANIELS',NULL,'','20131207-6999',NULL),(19154,4980,3,530,'2013-12-07 15:07:12',0,0,'','201312078','2013-12-07','2013-12-07','20131207-8','07:06',1,'DR YEBOAH',NULL,'','20131207-7000',NULL),(19155,5060,3,530,'2013-12-07 15:08:32',0,0,'','201312079','2013-12-07','2013-12-07','20131207-9','07:07',1,'DR YEBOAH',NULL,'','20131207-7001',NULL),(19156,5119,3,531,'2013-12-07 15:28:36',0,0,'','2013120710','2013-12-07','2013-12-07','20131207-10','07:26',1,'DR DANIELS',NULL,'','20131207-7002',NULL),(19158,5119,1,531,'2013-12-07 15:28:36',0,0,'','2013120710','2013-12-07','2013-12-07','20131207-10','07:27',1,'DR DANIELS',NULL,'','20131207-7002',NULL),(19161,5119,4,531,'2013-12-07 15:28:36',1,0,'','2013120710','2013-12-07','2013-12-07','20131207-10','07:28',1,'DR DANIELS',NULL,'','20131207-7002',NULL),(19162,5120,3,531,'2013-12-07 15:34:31',0,0,'','2013120711','2013-12-07','2013-12-07','20131207-11','07:33',1,'DR TACHIE',NULL,'','20131207-7003',NULL),(19163,5121,3,531,'2013-12-07 15:45:48',0,0,'','2013120712','2013-12-07','2013-12-07','20131207-12','07:43',1,'DR VORTIA',NULL,'','20131207-7004',NULL),(19165,5121,1,531,'2013-12-07 15:45:48',0,0,'','2013120712','2013-12-07','2013-12-07','20131207-12','07:45',1,'DR VORTIA',NULL,'','20131207-7004',NULL),(19166,3911,3,531,'2013-12-07 17:06:21',0,0,'','2013120713','2013-12-07','2013-12-07','20131207-13','09:04',1,'DR VORTIA',NULL,'','20131207-7005',NULL),(19168,3911,1,531,'2013-12-07 17:06:21',0,0,'','2013120713','2013-12-07','2013-12-07','20131207-13','09:06',1,'DR VORTIA',NULL,'','20131207-7005',NULL),(19169,5122,1,531,'2013-12-07 17:08:51',1,0,'','2013120714 ','2013-12-07','2013-12-07','20131207-14','09:07',1,'DR AMOAH',NULL,'','20131207-7006',NULL),(19171,5122,5,531,'2013-12-07 17:08:51',0,0,'','2013120714 ','2013-12-07','2013-12-07','20131207-14','09:08',1,'DR AMOAH',NULL,'','20131207-7006',NULL),(19172,5123,1,531,'2013-12-07 17:11:59',0,0,'','2013120715','2013-12-07','2013-12-07','20131207-15','09:11',1,'DR NTOEW DJAN',NULL,'','20131207-7007',NULL),(19173,4417,19,534,'2013-12-07 17:19:59',1,0,'','2013112644','2013-12-07','2013-11-26','20131207-16','09:18',1,'',NULL,'','20131207-7008',NULL),(19174,3458,3,531,'2013-12-07 17:24:16',0,0,'','2013120717','2013-12-07','2013-12-07','20131207-17','09:21',1,'DR AMOAH',NULL,'','20131207-7009',NULL),(19176,3458,1,531,'2013-12-07 17:24:16',1,0,'','2013120717','2013-12-07','2013-12-07','20131207-17','09:23',1,'DR AMOAH',NULL,'','20131207-7009',NULL),(19179,3458,4,531,'2013-12-07 17:24:17',1,0,'','2013120717','2013-12-07','2013-12-07','20131207-17','09:23',1,'DR AMOAH',NULL,'','20131207-7009',NULL),(19180,2151,19,534,'2013-12-07 17:34:54',1,0,'','2013120657','2013-12-07','2013-12-06','20131207-18','09:34',1,'',NULL,'','20131207-7010',NULL),(19181,3805,4,531,'2013-12-07 17:45:49',1,0,'','2013120719','2013-12-07','2013-12-07','20131207-19','09:44',1,'DR VORTIA',NULL,'','20131207-7011',NULL),(19182,5124,1,531,'2013-12-07 17:52:08',0,0,'','2013120720 ','2013-12-07','2013-12-07','20131207-20','09:51',1,'DR OWHANDOH',NULL,'','20131207-7012',NULL),(19183,4954,4,534,'2013-12-07 17:56:43',1,0,'','2013120446','2013-12-07','2013-12-04','20131207-21','09:51',1,'',NULL,'','20131207-7013',NULL),(19184,5125,21,531,'2013-12-07 18:08:59',1,0,'','2013120722','2013-12-07','2013-12-07','20131207-22','10:08',1,'DR OWHANDOH',NULL,'','20131207-7014',NULL),(19185,5126,3,531,'2013-12-07 18:19:00',0,0,'','2013120723','2013-12-07','2013-12-07','20131207-23','10:16',1,'DR VORTIA',NULL,'','20131207-7015',NULL),(19187,5126,1,531,'2013-12-07 18:19:00',1,0,'','2013120723','2013-12-07','2013-12-07','20131207-23','10:18',1,'DR VORTIA',NULL,'','20131207-7015',NULL),(19188,5127,3,531,'2013-12-07 18:31:18',0,0,'','2013120724','2013-12-07','2013-12-07','20131207-24','10:30',1,'DR OWHANDOH',NULL,'','20131207-7016',NULL),(19190,5127,4,531,'2013-12-07 18:31:18',1,0,'','2013120724','2013-12-07','2013-12-07','20131207-24','10:31',1,'DR OWHANDOH',NULL,'','20131207-7016',NULL),(19191,4793,3,531,'2013-12-07 18:32:41',1,0,'','2013120725 ','2013-12-07','2013-12-07','20131207-25','10:31',1,'DR VORTIA',NULL,'','20131207-7017',NULL),(19192,1288,4,531,'2013-12-07 18:38:10',1,0,'','2013120726 ','2013-12-07','2013-12-07','20131207-26','10:36',1,'PROF E D YEBOAH',NULL,'','20131207-7018',NULL),(19193,4823,4,531,'2013-12-07 18:46:51',1,0,'','2013120727','2013-12-07','2013-12-07','20131207-27','10:46',1,'DR VORTIA',NULL,'','20131207-7019',NULL),(19194,3156,3,531,'2013-12-07 18:50:12',1,0,'','2013120728','2013-12-07','2013-12-07','20131207-28','10:49',1,'DR OWHANDOH',NULL,'','20131207-7020',NULL),(19196,3156,4,531,'2013-12-07 18:50:12',1,0,'','2013120728','2013-12-07','2013-12-07','20131207-28','10:50',1,'DR OWHANDOH',NULL,'','20131207-7020',NULL),(19197,5067,3,534,'2013-12-07 18:53:05',0,0,'','2013120730','2013-12-07','2013-12-07','20131207-30','10:52',1,'',NULL,'','20131207-7022',NULL),(19198,5128,3,531,'2013-12-07 18:53:30',0,0,'','2013120729','2013-12-07','2013-12-07','20131207-29','10:52',1,'DR OWHANDOH',NULL,'','20131207-7021',NULL),(19200,5128,4,531,'2013-12-07 18:53:30',1,0,'','2013120729','2013-12-07','2013-12-07','20131207-29','10:53',1,'DR OWHANDOH',NULL,'','20131207-7021',NULL),(19201,5067,3,534,'2013-12-07 18:54:26',1,0,'','2013120633','2013-12-07','2013-12-06','20131207-31','10:53',1,'',NULL,'','20131207-7023',NULL),(19202,5129,3,531,'2013-12-07 18:55:30',0,0,'','2013120732','2013-12-07','2013-12-07','20131207-32','10:54',1,'DR VORTIA',NULL,'','20131207-7024',NULL),(19203,4793,3,555,'2013-12-07 18:56:33',1,0,'','2013120725','2013-12-07','2013-12-07','20131207-33','10:55',1,'',NULL,'','20131207-7025',NULL),(19204,5130,3,531,'2013-12-07 18:58:13',0,0,'','2013120734','2013-12-07','2013-12-07','20131207-34','10:56',1,'DR NAIZER',NULL,'','20131207-7026',NULL),(19206,5130,4,531,'2013-12-07 18:58:13',1,0,'','2013120734','2013-12-07','2013-12-07','20131207-34','10:57',1,'DR NAIZER',NULL,'','20131207-7026',NULL),(19207,5011,1,531,'2013-12-07 19:03:58',0,0,'','2013120735','2013-12-07','2013-12-07','20131207-35','11:02',1,'DR VORTIA',NULL,'','20131207-7027',NULL),(19209,5011,4,531,'2013-12-07 19:03:58',1,0,'','2013120735','2013-12-07','2013-12-07','20131207-35','11:03',1,'DR VORTIA',NULL,'','20131207-7027',NULL),(19210,4955,3,534,'2013-12-07 19:25:58',1,0,'','2013120736','2013-12-07','2013-12-07','20131207-36','11:22',1,'DR OFORI ANTI',NULL,'','20131207-7028',NULL),(19212,4955,2,534,'2013-12-07 19:25:58',1,0,'','2013120736','2013-12-07','2013-12-07','20131207-36','11:23',1,'DR OFORI ANTI',NULL,'','20131207-7028',NULL),(19215,4955,4,534,'2013-12-07 19:25:58',1,0,'','2013120736','2013-12-07','2013-12-07','20131207-36','11:25',1,'DR OFORI ANTI',NULL,'','20131207-7028',NULL),(19216,5131,4,531,'2013-12-07 19:43:26',1,0,'','2013120737','2013-12-07','2013-12-07','20131207-37','11:42',1,'',NULL,'','20131207-7029',NULL),(19217,4447,3,531,'2013-12-07 19:53:57',0,0,'','2013120738','2013-12-07','2013-12-07','20131207-39','11:52',1,'DR TACHIE',NULL,'','20131207-7031',NULL),(19219,4447,1,531,'2013-12-07 19:53:58',0,0,'','2013120738','2013-12-07','2013-12-07','20131207-39','11:53',1,'DR TACHIE',NULL,'','20131207-7031',NULL),(19220,2470,3,531,'2013-12-07 19:57:44',0,0,'','2013120740 ','2013-12-07','2013-12-07','20131207-40','11:56',1,'DR DOW',NULL,'','20131207-7032',NULL),(19221,5132,3,531,'2013-12-07 20:02:07',1,0,'','2013120741','2013-12-07','2013-12-07','20131207-41','12:00',1,'DR ARMAH',NULL,'','20131207-7033',NULL),(19223,5132,4,531,'2013-12-07 20:02:07',0,0,'','2013120741','2013-12-07','2013-12-07','20131207-41','12:01',1,'DR ARMAH',NULL,'','20131207-7033',NULL),(19224,5133,1,531,'2013-12-07 20:04:06',0,0,'','2013120742','2013-12-07','2013-12-07','20131207-42','12:03',1,'DR AKPALU',NULL,'','20131207-7034',NULL),(19225,3846,3,531,'2013-12-07 20:06:35',0,0,'','2013120744','2013-12-07','2013-12-07','20131207-44','12:05',1,'DR DOW',NULL,'','20131207-7036',NULL),(19226,5134,2,531,'2013-12-07 20:09:16',1,0,'','2013120745','2013-12-07','2013-12-07','20131207-45','12:08',1,'DR ',NULL,'','20131207-7037',NULL),(19227,3817,3,531,'2013-12-07 20:19:53',0,0,'','2013120746','2013-12-07','2013-12-07','20131207-46','12:18',1,'DR DJAN',NULL,'','20131207-7038',NULL),(19228,5135,3,531,'2013-12-07 20:42:54',1,0,'','2013120747','2013-12-07','2013-12-07','20131207-47','12:41',1,'DR OWHANDOH',NULL,'','20131207-7039',NULL),(19230,5135,4,531,'2013-12-07 20:42:54',0,0,'','2013120747','2013-12-07','2013-12-07','20131207-47','12:42',1,'DR OWHANDOH',NULL,'','20131207-7039',NULL),(19231,5130,3,534,'2013-12-07 20:48:35',1,0,'','2013120734','2013-12-07','2013-12-07','20131207-48','12:48',1,'',NULL,'','20131207-7040',NULL),(19232,5136,3,531,'2013-12-07 21:11:51',1,0,'','2013120749','2013-12-07','2013-12-07','20131207-49','13:10',1,'DR OWHANDOH',NULL,'','20131207-7041',NULL),(19234,5136,4,531,'2013-12-07 21:11:51',1,0,'','2013120749','2013-12-07','2013-12-07','20131207-49','13:11',1,'DR OWHANDOH',NULL,'','20131207-7041',NULL),(19235,5137,1,531,'2013-12-07 21:16:41',1,0,'','2013120750 ','2013-12-07','2013-12-07','20131207-50','13:14',1,'DR OWHANDOH',NULL,'','20131207-7042',NULL),(19237,5137,5,531,'2013-12-07 21:16:42',0,0,'','2013120750 ','2013-12-07','2013-12-07','20131207-50','13:16',1,'DR OWHANDOH',NULL,'','20131207-7042',NULL),(19238,5138,1,531,'2013-12-07 21:49:03',1,0,'','2013120751','2013-12-07','2013-12-07','20131207-51','13:48',1,'DR TACHIE',NULL,'','20131207-7043',NULL),(19239,5135,1,531,'2013-12-07 22:15:22',1,0,'','2013120747','2013-12-07','2013-12-07','20131207-52','14:13',1,'DR OWHANDOH',NULL,'','20131207-7044',NULL),(19240,4980,3,531,'2013-12-07 22:39:48',0,0,'','201312078','2013-12-07','2013-12-07','20131207-53','14:38',1,'DR DJAN',NULL,'','20131207-7045',NULL),(19242,4980,4,531,'2013-12-07 22:39:48',0,0,'','201312078','2013-12-07','2013-12-07','20131207-53','14:39',1,'DR DJAN',NULL,'','20131207-7045',NULL),(19243,5139,3,531,'2013-12-07 22:48:05',0,0,'','2013120754','2013-12-07','2013-12-07','20131207-54','14:47',1,'DR VORTIA',NULL,'','20131207-7046',NULL),(19244,5140,4,531,'2013-12-07 22:49:43',1,0,'','2013120755 ','2013-12-07','2013-12-07','20131207-55','14:48',1,'DR VORTIA',NULL,'','20131207-7047',NULL),(19245,5141,1,531,'2013-12-07 22:54:56',1,0,'','2013120756','2013-12-07','2013-12-07','20131207-56','14:54',1,'DR TACHIE',NULL,'','20131207-7048',NULL),(19246,5142,3,531,'2013-12-07 22:59:14',0,0,'','2013120757','2013-12-07','2013-12-07','20131207-57','14:58',1,'DR VORTIA',NULL,'','20131207-7049',NULL),(19247,5143,3,531,'2013-12-07 23:13:14',0,0,'','2013120758','2013-12-07','2013-12-07','20131207-58','15:11',1,'DR VORTIA',NULL,'','20131207-7050',NULL),(19249,5143,1,531,'2013-12-07 23:13:14',0,0,'','2013120758','2013-12-07','2013-12-07','20131207-58','15:12',1,'DR VORTIA',NULL,'','20131207-7050',NULL),(19250,5145,3,531,'2013-12-07 23:16:30',0,0,'','','2013-12-07','2013-12-07','20131207-60','15:15',1,'DR VORTIA',NULL,'','20131207-7052',NULL),(19251,2992,3,531,'2013-12-07 23:21:16',1,0,'','2013120761','2013-12-07','2013-12-07','20131207-61','15:18',1,'DR TAKYI',NULL,'','20131207-7053',NULL),(19253,2992,1,531,'2013-12-07 23:21:16',1,0,'','2013120761','2013-12-07','2013-12-07','20131207-61','15:19',1,'DR TAKYI',NULL,'','20131207-7053',NULL),(19256,2992,4,531,'2013-12-07 23:21:17',1,0,'','2013120761','2013-12-07','2013-12-07','20131207-61','15:20',1,'DR TAKYI',NULL,'','20131207-7053',NULL),(19260,2992,5,531,'2013-12-07 23:21:17',0,0,'','2013120761','2013-12-07','2013-12-07','20131207-61','15:21',1,'DR TAKYI',NULL,'','20131207-7053',NULL),(19261,5146,3,531,'2013-12-07 23:34:37',0,0,'','2013120762','2013-12-07','2013-12-07','20131207-62','15:33',1,'DR VORTIA',NULL,'','20131207-7054',NULL),(19263,5146,4,531,'2013-12-07 23:34:37',1,0,'','2013120762','2013-12-07','2013-12-07','20131207-62','15:34',1,'DR VORTIA',NULL,'','20131207-7054',NULL),(19264,5147,3,531,'2013-12-07 23:45:11',0,0,'','2013120763 ','2013-12-07','2013-12-07','20131207-63','15:44',1,'DR OFORI ANTI',NULL,'','20131207-7055',NULL),(19265,5148,3,531,'2013-12-07 23:58:55',0,0,'','2013120749','2013-12-07','2013-12-07','20131207-64','15:57',1,'',NULL,'','20131207-7056',NULL),(19267,5148,4,531,'2013-12-07 23:58:55',0,0,'','2013120763 ','2013-12-07','2013-12-07','20131207-64','15:58',1,'',NULL,'','20131207-7056',NULL),(19268,5149,3,555,'2013-12-08 00:07:42',0,0,'','2013120749','2013-12-07','2013-12-07','20131207-65','16:05',1,'DR OWHANDOH',NULL,'','20131207-7057',NULL),(19270,5149,4,555,'2013-12-08 00:07:42',1,0,'','2013120749','2013-12-07','2013-12-07','20131207-65','16:07',1,'DR OWHANDOH',NULL,'','20131207-7057',NULL),(19271,4812,3,531,'2013-12-08 00:18:14',0,0,'','2013120766 ','2013-12-07','2013-12-07','20131207-66','16:17',1,'DR TACHIE',NULL,'','20131207-7058',NULL),(19273,4812,4,531,'2013-12-08 00:18:14',0,0,'','2013120766 ','2013-12-07','2013-12-07','20131207-66','16:17',1,'DR TACHIE',NULL,'','20131207-7058',NULL),(19274,3050,3,531,'2013-12-08 00:19:38',0,0,'','2013120767','2013-12-07','2013-12-07','20131207-67','16:18',1,'DR OFORI ANTI',NULL,'','20131207-7059',NULL),(19275,5112,3,531,'2013-12-08 00:23:25',1,0,'','2013120768 ','2013-12-07','2013-12-07','20131207-68','16:21',1,'DR TAKYI',NULL,'','20131207-7060',NULL),(19277,5112,1,531,'2013-12-08 00:23:25',1,0,'','2013120768 ','2013-12-07','2013-12-07','20131207-68','16:22',1,'DR TAKYI',NULL,'','20131207-7060',NULL),(19280,5112,4,531,'2013-12-08 00:23:25',1,0,'','2013120768 ','2013-12-07','2013-12-07','20131207-68','16:23',1,'DR TAKYI',NULL,'','20131207-7060',NULL),(19284,5112,5,531,'2013-12-08 00:23:25',1,0,'','2013120768 ','2013-12-07','2013-12-07','20131207-68','16:23',1,'DR TAKYI',NULL,'','20131207-7060',NULL),(19285,5150,29,531,'2013-12-08 00:30:08',0,0,'','2013120769 ','2013-12-07','2013-12-07','20131207-69','16:28',1,'PROF E D YEBOAH',NULL,'','20131207-7061',NULL),(19286,5151,3,531,'2013-12-08 00:33:15',0,0,'','2013120770','2013-12-07','2013-12-07','20131207-70','16:32',1,'DR OFORI ANTI',NULL,'','20131207-7062',NULL),(19287,5152,4,531,'2013-12-08 00:38:31',1,0,'','2013120771','2013-12-07','2013-12-07','20131207-71','16:35',1,'DR OFORI ANTI',NULL,'','20131207-7063',NULL),(19288,5153,3,531,'2013-12-08 00:55:36',0,0,'','2013120772 ','2013-12-07','2013-12-07','20131207-72','16:54',1,'DR OFORI ANTI',NULL,'','20131207-7064',NULL),(19290,5153,1,531,'2013-12-08 00:55:36',1,0,'','2013120772 ','2013-12-07','2013-12-07','20131207-72','16:55',1,'DR OFORI ANTI',NULL,'','20131207-7064',NULL),(19291,5154,3,531,'2013-12-08 01:13:25',0,0,'','2013120773','2013-12-07','2013-12-07','20131207-73','17:10',1,'DR TACHIE',NULL,'','20131207-7065',NULL),(19293,5154,1,531,'2013-12-08 01:13:25',0,0,'','2013120773','2013-12-07','2013-12-07','20131207-73','17:11',1,'DR TACHIE',NULL,'','20131207-7065',NULL),(19296,5154,4,531,'2013-12-08 01:13:26',1,0,'','2013120773','2013-12-07','2013-12-07','20131207-73','17:11',1,'DR TACHIE',NULL,'','20131207-7065',NULL),(19297,345,3,531,'2013-12-08 01:30:46',0,0,'','2013120774','2013-12-07','2013-12-07','20131207-74','17:29',1,'DR VORTIA',NULL,'','20131207-7066',NULL),(19299,345,5,531,'2013-12-08 01:30:46',0,0,'','2013120774','2013-12-07','2013-12-07','20131207-74','17:30',1,'DR VORTIA',NULL,'','20131207-7066',NULL),(19300,5155,3,531,'2013-12-08 01:34:47',0,0,'','2013120775','2013-12-07','2013-12-07','20131207-75','17:33',1,'DR OSUNANU',NULL,'','20131207-7067',NULL),(19302,5155,1,531,'2013-12-08 01:34:48',1,0,'','2013120775','2013-12-07','2013-12-07','20131207-75','17:34',1,'DR OSUNANU',NULL,'','20131207-7067',NULL),(19303,5156,3,531,'2013-12-08 01:37:12',0,0,'','2013120776','2013-12-07','2013-12-07','20131207-76','17:36',1,'DR OFORI ANTI',NULL,'','20131207-7068',NULL),(19305,5156,4,531,'2013-12-08 01:37:12',1,0,'','2013120776','2013-12-07','2013-12-07','20131207-76','17:37',1,'DR OFORI ANTI',NULL,'','20131207-7068',NULL),(19306,5157,3,531,'2013-12-08 01:39:36',0,0,'','2013120777','2013-12-07','2013-12-07','20131207-77','17:38',1,'DR OFORI ANTI',NULL,'','20131207-7069',NULL),(19308,5157,5,531,'2013-12-08 01:39:37',0,0,'','2013120777','2013-12-07','2013-12-07','20131207-77','17:39',1,'DR OFORI ANTI',NULL,'','20131207-7069',NULL),(19309,5158,10,531,'2013-12-08 01:42:55',1,0,'','2013120778','2013-12-07','2013-12-07','20131207-78','17:41',1,'DR TAKYI',NULL,'','20131207-7070',NULL),(19310,5159,3,531,'2013-12-08 01:46:21',0,0,'','2013120779','2013-12-07','2013-12-07','20131207-79','17:45',1,'DR VORTIA',NULL,'','20131207-7071',NULL),(19311,5160,3,531,'2013-12-08 02:31:30',1,0,'','2013120780','2013-12-07','2013-12-07','20131207-80','18:30',1,'DR OFORI ANTI',NULL,'','20131207-7072',NULL),(19312,5161,3,531,'2013-12-08 02:34:10',1,0,'','2013120781','2013-12-07','2013-12-07','20131207-81','18:33',1,'DR VORTIA',NULL,'','20131207-7073',NULL),(19313,5162,1,531,'2013-12-08 02:36:51',0,0,'','2013120782','2013-12-07','2013-12-07','20131207-82','18:35',1,'DR OFORI ANTI',NULL,'','20131207-7074',NULL),(19315,5162,2,531,'2013-12-08 02:36:51',1,0,'','2013120782','2013-12-07','2013-12-07','20131207-82','18:36',1,'DR OFORI ANTI',NULL,'','20131207-7074',NULL),(19318,5162,5,531,'2013-12-08 02:36:52',0,0,'','2013120782','2013-12-07','2013-12-07','20131207-82','18:36',1,'DR OFORI ANTI',NULL,'','20131207-7074',NULL),(19319,5163,4,531,'2013-12-08 02:50:34',0,0,'','2013120783','2013-12-07','2013-12-07','20131207-83','18:49',1,'DR TAKYI',NULL,'','20131207-7075',NULL),(19320,5164,3,531,'2013-12-08 02:56:00',1,0,'','2013120784','2013-12-07','2013-12-07','20131207-84','18:55',1,'DR VORTIA',NULL,'','20131207-7076',NULL),(19322,5164,4,531,'2013-12-08 02:56:00',1,0,'','2013120784','2013-12-07','2013-12-07','20131207-84','18:55',1,'DR VORTIA',NULL,'','20131207-7076',NULL),(19323,5165,4,531,'2013-12-08 02:58:54',1,0,'','2013120785','2013-12-07','2013-12-07','20131207-85','18:57',1,'DR VORTIA',NULL,'','20131207-7077',NULL),(19324,5166,3,531,'2013-12-08 03:01:29',1,0,'','2013120786','2013-12-07','2013-12-07','20131207-86','19:00',1,'DR OFORI',NULL,'','20131207-7078',NULL),(19325,5167,3,558,'2013-12-08 03:18:23',1,0,'','2013120787','2013-12-07','2013-12-07','20131207-87','19:17',1,'DR OFORI ANTI',NULL,'','20131207-7079',NULL),(19326,5035,1,558,'2013-12-08 03:22:14',0,0,'','2013120788','2013-12-07','2013-12-07','20131207-88','19:19',1,'DR DJAN',NULL,'','20131207-7080',NULL),(19327,1004,1,558,'2013-12-08 03:43:15',1,0,'','2013120789','2013-12-07','2013-12-07','20131207-89','19:42',1,'',NULL,'','20131207-7081',NULL),(19328,5168,3,558,'2013-12-08 03:52:26',1,0,'','2013120790','2013-12-07','2013-12-07','20131207-90','19:50',1,'DR VORTIA',NULL,'','20131207-7082',NULL),(19330,5168,4,558,'2013-12-08 03:52:26',1,0,'','2013120790','2013-12-07','2013-12-07','20131207-90','19:51',1,'DR VORTIA',NULL,'','20131207-7082',NULL),(19333,5168,1,558,'2013-12-08 03:52:26',0,0,'','2013120790','2013-12-07','2013-12-07','20131207-90','19:52',1,'DR VORTIA',NULL,'','20131207-7082',NULL),(19334,2649,1,558,'2013-12-08 04:01:07',0,0,'','2013120791','2013-12-07','2013-12-07','20131207-91','20:00',1,'',NULL,'','20131207-7083',NULL),(19335,5051,1,558,'2013-12-08 04:03:55',0,0,'','2013120792','2013-12-07','2013-12-07','20131207-92','20:02',1,'DR VORTIA',NULL,'','20131207-7084',NULL),(19336,5169,3,558,'2013-12-08 04:07:54',1,0,'','2013120793','2013-12-07','2013-12-07','20131207-93','20:07',1,'DR OFORI ANTI',NULL,'','20131207-7085',NULL),(19337,4812,4,558,'2013-12-08 05:01:17',0,0,'','2013120794','2013-12-07','2013-12-07','20131207-94','21:00',1,'DR TACHIE',NULL,'','20131207-7086',NULL),(19338,5170,3,558,'2013-12-08 07:46:39',1,0,'','2013120795','2013-12-07','2013-12-07','20131207-95','23:45',1,'DR DANIELS',NULL,'','20131207-7087',NULL),(19339,5171,3,558,'2013-12-08 07:49:44',1,0,'','2013120796','2013-12-07','2013-12-07','20131207-96','23:48',1,'DR DANIELS',NULL,'','20131207-7088',NULL),(19341,5171,4,558,'2013-12-08 07:49:44',1,0,'','2013120796','2013-12-07','2013-12-07','20131207-96','23:49',1,'DR DANIELS',NULL,'','20131207-7088',NULL),(19342,5172,3,558,'2013-12-08 13:05:45',1,0,'','201312081','2013-12-08','2013-12-08','20131208-1','05:04',1,'DR YEBOAH',NULL,'','20131208-7089',NULL),(19344,5172,4,558,'2013-12-08 13:05:46',1,0,'','201312081','2013-12-08','2013-12-08','20131208-1','05:05',1,'DR YEBOAH',NULL,'','20131208-7089',NULL),(19345,3541,3,558,'2013-12-08 13:18:56',1,0,'','201312082','2013-12-08','2013-12-08','20131208-2','05:17',1,'DR YEBOAH',NULL,'','20131208-7090',NULL),(19347,3541,1,558,'2013-12-08 13:18:56',0,0,'','201312082','2013-12-08','2013-12-08','20131208-2','05:18',1,'DR YEBOAH',NULL,'','20131208-7090',NULL),(19350,3541,5,558,'2013-12-08 13:18:56',0,0,'','201312082','2013-12-08','2013-12-08','20131208-2','05:18',1,'DR YEBOAH',NULL,'','20131208-7090',NULL),(19351,5173,3,558,'2013-12-08 14:25:47',1,0,'','201312083','2013-12-08','2013-12-08','20131208-3','06:24',1,'DR DANIELS',NULL,'','20131208-7091',NULL),(19353,5173,5,558,'2013-12-08 14:25:47',1,0,'','201312083','2013-12-08','2013-12-08','20131208-3','06:25',1,'DR DANIELS',NULL,'','20131208-7091',NULL),(19356,5173,1,558,'2013-12-08 14:25:47',1,0,'','201312083','2013-12-08','2013-12-08','20131208-3','06:25',1,'DR DANIELS',NULL,'','20131208-7091',NULL),(19357,5174,3,558,'2013-12-08 14:38:48',0,0,'','201312084','2013-12-08','2013-12-08','20131208-4','06:37',1,'DR TACHIE',NULL,'','20131208-7092',NULL),(19358,4014,3,558,'2013-12-08 15:11:24',0,0,'','201312085','2013-12-08','2013-12-08','20131208-5','07:09',1,'DR TACHIE',NULL,'','20131208-7093',NULL),(19360,4014,4,558,'2013-12-08 15:11:24',1,0,'','201312085','2013-12-08','2013-12-08','20131208-5','07:10',1,'DR TACHIE',NULL,'','20131208-7093',NULL),(19363,4014,1,558,'2013-12-08 15:11:24',0,0,'','201312085','2013-12-08','2013-12-08','20131208-5','07:11',1,'DR TACHIE',NULL,'','20131208-7093',NULL),(19364,4823,1,558,'2013-12-08 15:14:37',0,0,'','201312086','2013-12-08','2013-12-08','20131208-6','07:13',1,'DR VORTIA',NULL,'','20131208-7094',NULL),(19366,4823,4,558,'2013-12-08 15:14:37',1,0,'','201312086','2013-12-08','2013-12-08','20131208-6','07:14',1,'DR VORTIA',NULL,'','20131208-7094',NULL),(19369,4823,2,558,'2013-12-08 15:14:37',0,0,'','201312086','2013-12-08','2013-12-08','20131208-6','07:14',1,'DR VORTIA',NULL,'','20131208-7094',NULL),(19370,5175,3,531,'2013-12-08 16:57:10',0,0,'','201312087','2013-12-08','2013-12-08','20131208-7','08:56',1,'DR VORTIA',NULL,'','20131208-7095',NULL),(19371,5176,3,531,'2013-12-08 17:06:40',0,0,'','201312088','2013-12-08','2013-12-08','20131208-8','09:05',1,'DR VORTIA',NULL,'','20131208-7096',NULL),(19372,5177,3,531,'2013-12-08 17:25:37',1,0,'','201312089 ','2013-12-08','2013-12-08','20131208-9','09:24',1,'DR OFORI',NULL,'','20131208-7097',NULL),(19374,5177,1,531,'2013-12-08 17:25:37',1,0,'','201312089 ','2013-12-08','2013-12-08','20131208-9','09:25',1,'DR OFORI',NULL,'','20131208-7097',NULL),(19375,5178,3,531,'2013-12-08 17:29:09',1,0,'','2013120810 ','2013-12-08','2013-12-08','20131208-10','09:27',1,'DR AMOAH',NULL,'','20131208-7098',NULL),(19377,5178,1,531,'2013-12-08 17:29:09',0,0,'','2013120810 ','2013-12-08','2013-12-08','20131208-10','09:28',1,'DR AMOAH',NULL,'','20131208-7098',NULL),(19380,5178,4,531,'2013-12-08 17:29:09',1,0,'','2013120810 ','2013-12-08','2013-12-08','20131208-10','09:28',1,'DR AMOAH',NULL,'','20131208-7098',NULL),(19381,5179,3,531,'2013-12-08 17:36:22',0,0,'','2013120811','2013-12-08','2013-12-08','20131208-11','09:35',1,'DR VORTIA',NULL,'','20131208-7099',NULL),(19382,5180,3,531,'2013-12-08 17:38:25',1,0,'','2013120812 ','2013-12-08','2013-12-08','20131208-12','09:37',1,'DR VORTIA',NULL,'','20131208-7100',NULL),(19383,5118,2,531,'2013-12-08 17:39:58',1,0,'','2013120813','2013-12-08','2013-12-08','20131208-13','09:38',1,'DR OFORI ANTI',NULL,'','20131208-7101',NULL),(19384,5181,3,531,'2013-12-08 18:01:59',1,0,'','2013120814','2013-12-08','2013-12-08','20131208-14','10:00',1,'DR OFORI',NULL,'','20131208-7102',NULL),(19386,5181,20,531,'2013-12-08 18:01:59',0,0,'','2013120814','2013-12-08','2013-12-08','20131208-14','10:01',1,'DR OFORI',NULL,'','20131208-7102',NULL),(19387,5182,3,531,'2013-12-08 18:04:08',1,0,'','2013120815','2013-12-08','2013-12-08','20131208-15','10:03',1,'DR OFORI',NULL,'','20131208-7103',NULL),(19389,5182,20,531,'2013-12-08 18:04:08',0,0,'','2013120815','2013-12-08','2013-12-08','20131208-15','10:03',1,'DR OFORI',NULL,'','20131208-7103',NULL),(19390,4823,4,531,'2013-12-08 18:05:19',1,0,'','2013120816','2013-12-08','2013-12-08','20131208-16','10:04',1,'DR VORTIA',NULL,'','20131208-7104',NULL),(19391,5183,1,531,'2013-12-08 18:27:10',0,0,'','2013120817','2013-12-08','2013-12-08','20131208-17','10:20',1,'DR OFORI',NULL,'','20131208-7105',NULL),(19392,5184,3,531,'2013-12-08 18:30:11',0,0,'','2013120819','2013-12-08','2013-12-08','20131208-19','10:29',1,'DR VORTIA',NULL,'','20131208-7107',NULL),(19393,5185,3,531,'2013-12-08 18:40:51',0,0,'','2013120820','2013-12-08','2013-12-08','20131208-20','10:39',1,'DR OFORI',NULL,'','20131208-7108',NULL),(19395,5185,1,531,'2013-12-08 18:40:51',1,0,'','2013120820','2013-12-08','2013-12-08','20131208-20','10:40',1,'DR OFORI',NULL,'','20131208-7108',NULL),(19396,5186,3,531,'2013-12-08 18:44:14',0,0,'','2013120821','2013-12-08','2013-12-08','20131208-21','10:42',1,'DR OFORI',NULL,'','20131208-7109',NULL),(19398,5186,1,531,'2013-12-08 18:44:14',1,0,'','2013120821','2013-12-08','2013-12-08','20131208-21','10:43',1,'DR OFORI',NULL,'','20131208-7109',NULL),(19401,5186,4,531,'2013-12-08 18:44:15',1,0,'','2013120821','2013-12-08','2013-12-08','20131208-21','10:44',1,'DR OFORI',NULL,'','20131208-7109',NULL),(19402,5187,3,531,'2013-12-08 18:46:14',1,0,'','2013120822 ','2013-12-08','2013-12-08','20131208-22','10:45',1,'',NULL,'','20131208-7110',NULL),(19403,5051,1,531,'2013-12-08 18:53:18',0,0,'','2013120823','2013-12-08','2013-12-08','20131208-23','10:51',1,'DR OFORI ANTI',NULL,'','20131208-7111',NULL),(19404,5188,3,531,'2013-12-08 18:56:17',1,0,'','2013120824 ','2013-12-08','2013-12-08','20131208-24','10:55',1,'DR OFORI',NULL,'','20131208-7112',NULL),(19406,5188,4,531,'2013-12-08 18:56:17',1,0,'','2013120824 ','2013-12-08','2013-12-08','20131208-24','10:56',1,'DR OFORI',NULL,'','20131208-7112',NULL),(19407,4344,5,531,'2013-12-08 19:06:00',1,0,'','2013120825 ','2013-12-08','2013-12-08','20131208-25','11:04',1,'DR VORTIA',NULL,'','20131208-7113',NULL),(19408,1989,3,531,'2013-12-08 19:15:05',0,0,'','2013120826','2013-12-08','2013-12-08','20131208-26','11:13',1,'DR OFORI',NULL,'','20131208-7114',NULL),(19409,5021,1,552,'2013-12-08 19:18:11',1,0,'','2013120560','2013-12-08','2013-12-08','20131208-28','11:16',1,'',NULL,'','20131208-7116',NULL),(19411,5021,5,552,'2013-12-08 19:18:12',1,0,'','2013120560','2013-12-08','2013-12-08','20131208-28','11:17',1,'',NULL,'','20131208-7116',NULL),(19412,5189,3,531,'2013-12-08 19:19:06',0,0,'','2013120827','2013-12-08','2013-12-08','20131208-27','11:17',1,'DR VORTIA',NULL,'','20131208-7115',NULL),(19414,5189,1,531,'2013-12-08 19:19:06',1,0,'','2013120827','2013-12-08','2013-12-08','20131208-27','11:18',1,'DR VORTIA',NULL,'','20131208-7115',NULL),(19417,5189,5,531,'2013-12-08 19:19:06',1,0,'','2013120827','2013-12-08','2013-12-08','20131208-27','11:18',1,'DR VORTIA',NULL,'','20131208-7115',NULL),(19418,5190,3,531,'2013-12-08 19:36:34',0,0,'','2013120829','2013-12-08','2013-12-08','20131208-29','11:35',1,'DR OFORI',NULL,'','20131208-7117',NULL),(19420,5190,4,531,'2013-12-08 19:36:35',1,0,'','2013120829','2013-12-08','2013-12-08','20131208-29','11:36',1,'DR OFORI',NULL,'','20131208-7117',NULL),(19421,5191,3,531,'2013-12-08 19:46:06',0,0,'','2013120830 ','2013-12-08','2013-12-08','20131208-30','11:44',1,'DR VORTIA',NULL,'','20131208-7118',NULL),(19423,5191,4,531,'2013-12-08 19:46:06',0,0,'','2013120830 ','2013-12-08','2013-12-08','20131208-30','11:45',1,'DR VORTIA',NULL,'','20131208-7118',NULL),(19424,5192,4,531,'2013-12-08 19:48:30',1,0,'','2013120831','2013-12-08','2013-12-08','20131208-31','11:47',1,'DR OFORI',NULL,'','20131208-7119',NULL),(19425,5052,5,531,'2013-12-08 20:01:10',1,0,'','2013120832','2013-12-08','2013-12-08','20131208-32','12:00',1,'DR VORTIA',NULL,'','20131208-7120',NULL),(19426,5193,3,531,'2013-12-08 20:07:14',0,0,'','2013120833 ','2013-12-08','2013-12-08','20131208-33','12:06',1,'DR OFORI',NULL,'','20131208-7121',NULL),(19428,5193,4,531,'2013-12-08 20:07:14',1,0,'','2013120833 ','2013-12-08','2013-12-08','20131208-33','12:07',1,'DR OFORI',NULL,'','20131208-7121',NULL),(19429,5194,3,531,'2013-12-08 20:33:03',1,0,'','2013120834 ','2013-12-08','2013-12-08','20131208-34','12:31',1,'DR VORTIA',NULL,'','20131208-7122',NULL),(19431,5194,1,531,'2013-12-08 20:33:04',1,0,'','2013120834 ','2013-12-08','2013-12-08','20131208-34','12:32',1,'DR VORTIA',NULL,'','20131208-7122',NULL),(19432,5195,3,531,'2013-12-08 20:39:39',1,0,'','2013120835 ','2013-12-08','2013-12-08','20131208-35','12:37',1,'DR OFORI',NULL,'','20131208-7123',NULL),(19434,5195,1,531,'2013-12-08 20:39:39',1,0,'','2013120835 ','2013-12-08','2013-12-08','20131208-35','12:39',1,'DR OFORI',NULL,'','20131208-7123',NULL),(19437,5195,4,531,'2013-12-08 20:39:40',1,0,'','2013120835 ','2013-12-08','2013-12-08','20131208-35','12:39',1,'DR OFORI',NULL,'','20131208-7123',NULL),(19438,5196,3,531,'2013-12-08 20:55:52',0,0,'','2013120836 ','2013-12-08','2013-12-08','20131208-36','12:54',1,'DR VORTIA',NULL,'','20131208-7124',NULL),(19440,5196,1,531,'2013-12-08 20:55:52',1,0,'','2013120836 ','2013-12-08','2013-12-08','20131208-36','12:55',1,'DR VORTIA',NULL,'','20131208-7124',NULL),(19441,5197,3,531,'2013-12-08 21:25:35',0,0,'','2013120837 ','2013-12-08','2013-12-08','20131208-37','13:24',1,'DR VORTIA',NULL,'','20131208-7125',NULL),(19442,5198,3,531,'2013-12-08 21:28:22',1,0,'','2013120838','2013-12-08','2013-12-08','20131208-38','13:27',1,'DR VORTIA',NULL,'','20131208-7126',NULL),(19443,5199,3,531,'2013-12-08 21:35:48',1,0,'','2013120839','2013-12-08','2013-12-08','20131208-39','13:34',1,'',NULL,'','20131208-7127',NULL),(19444,5200,3,531,'2013-12-08 21:37:50',0,0,'','2013120840 ','2013-12-08','2013-12-08','20131208-40','13:37',1,'DR VORTIA',NULL,'','20131208-7128',NULL),(19445,5201,3,531,'2013-12-08 22:20:30',0,0,'','2013120841 ','2013-12-08','2013-12-08','20131208-41','14:19',1,'DR VORTIA',NULL,'','20131208-7129',NULL),(19446,5202,3,531,'2013-12-08 22:40:51',0,0,'','2013120842 ','2013-12-08','2013-12-08','20131208-42','14:39',1,'DR VORTIA',NULL,'','20131208-7130',NULL),(19447,5203,3,531,'2013-12-08 23:21:31',0,0,'','2013120843 ','2013-12-08','2013-12-08','20131208-43','15:20',1,'DR OFORI',NULL,'','20131208-7131',NULL),(19449,5203,1,531,'2013-12-08 23:21:31',1,0,'','2013120843 ','2013-12-08','2013-12-08','20131208-43','15:21',1,'DR OFORI',NULL,'','20131208-7131',NULL),(19452,5203,4,531,'2013-12-08 23:21:31',1,0,'','2013120843 ','2013-12-08','2013-12-08','20131208-43','15:21',1,'DR OFORI',NULL,'','20131208-7131',NULL),(19453,5204,3,531,'2013-12-08 23:25:13',0,0,'','2013120844 ','2013-12-08','2013-12-08','20131208-44','15:24',1,'DR OFORI',NULL,'','20131208-7132',NULL),(19455,5204,4,531,'2013-12-08 23:25:13',1,0,'','2013120844 ','2013-12-08','2013-12-08','20131208-44','15:24',1,'DR OFORI',NULL,'','20131208-7132',NULL),(19456,5190,4,531,'2013-12-08 23:27:02',0,0,'','2013120829','2013-12-08','2013-12-08','20131208-45','15:26',1,'DR OFORI',NULL,'','20131208-7133',NULL),(19457,5205,3,531,'2013-12-08 23:42:59',1,0,'','2013120846 ','2013-12-08','2013-12-08','20131208-46','15:41',1,'DR NKETIAH',NULL,'','20131208-7134',NULL),(19458,5206,3,531,'2013-12-08 23:44:47',0,0,'','2013120847','2013-12-08','2013-12-08','20131208-47','15:43',1,'DR NKETIAH',NULL,'','20131208-7135',NULL),(19460,5206,4,531,'2013-12-08 23:44:48',1,0,'','2013120847','2013-12-08','2013-12-08','20131208-47','15:44',1,'DR NKETIAH',NULL,'','20131208-7135',NULL),(19461,5207,3,531,'2013-12-09 00:10:00',0,0,'','2013120848','2013-12-08','2013-12-08','20131208-48','16:08',1,'DR NKETIAH',NULL,'','20131208-7136',NULL),(19463,5207,4,531,'2013-12-09 00:10:00',1,0,'','2013120848','2013-12-08','2013-12-08','20131208-48','16:09',1,'DR NKETIAH',NULL,'','20131208-7136',NULL),(19464,5208,3,531,'2013-12-09 00:12:18',1,0,'','2013120849','2013-12-08','2013-12-08','20131208-49','16:11',1,'DR NKETIAH',NULL,'','20131208-7137',NULL),(19465,210,4,535,'2013-12-09 00:48:20',1,0,'','20131203103','2013-12-08','2013-12-08','20131208-50','16:47',1,'',NULL,'','20131208-7138',NULL),(19466,1230,3,531,'2013-12-09 00:52:37',0,0,'','2013120851','2013-12-08','2013-12-08','20131208-51','16:51',1,'DR OFORI',NULL,'','20131208-7139',NULL),(19468,1230,4,531,'2013-12-09 00:52:37',1,0,'','2013120851','2013-12-08','2013-12-08','20131208-51','16:52',1,'DR OFORI',NULL,'','20131208-7139',NULL),(19469,210,4,535,'2013-12-09 00:54:17',1,0,'','20131203103','2013-12-08','2013-12-08','20131208-52','16:53',1,'',NULL,'','20131208-7140',NULL),(19470,5209,3,531,'2013-12-09 01:26:41',0,0,'','2013120853','2013-12-08','2013-12-08','20131208-53','17:24',1,'DR OFORI',NULL,'','20131208-7141',NULL),(19472,5209,4,531,'2013-12-09 01:26:42',1,0,'','2013120853','2013-12-08','2013-12-08','20131208-53','17:25',1,'DR OFORI',NULL,'','20131208-7141',NULL),(19473,5210,3,531,'2013-12-09 01:32:48',0,0,'','2013120854','2013-12-08','2013-12-08','20131208-54','17:31',1,'DR OFORI',NULL,'','20131208-7142',NULL),(19475,5210,1,531,'2013-12-09 01:32:48',1,0,'','2013120854','2013-12-08','2013-12-08','20131208-54','17:32',1,'DR OFORI',NULL,'','20131208-7142',NULL),(19478,5210,4,531,'2013-12-09 01:32:49',1,0,'','2013120854','2013-12-08','2013-12-08','20131208-54','17:32',1,'DR OFORI',NULL,'','20131208-7142',NULL),(19479,5211,3,531,'2013-12-09 01:55:30',0,0,'','2013120855','2013-12-08','2013-12-08','20131208-55','17:53',1,'DR OFORI',NULL,'','20131208-7143',NULL),(19481,5211,1,531,'2013-12-09 01:55:30',1,0,'','2013120855','2013-12-08','2013-12-08','20131208-55','17:55',1,'DR OFORI',NULL,'','20131208-7143',NULL),(19484,5211,4,531,'2013-12-09 01:55:31',1,0,'','2013120855','2013-12-08','2013-12-08','20131208-55','17:55',1,'DR OFORI',NULL,'','20131208-7143',NULL),(19485,5212,3,531,'2013-12-09 02:25:01',0,0,'','2013120856 ','2013-12-08','2013-12-08','20131208-56','18:24',1,'DR NKETIAH',NULL,'','20131208-7144',NULL),(19487,5212,4,531,'2013-12-09 02:25:01',1,0,'','2013120856 ','2013-12-08','2013-12-08','20131208-56','18:24',1,'DR NKETIAH',NULL,'','20131208-7144',NULL),(19488,5213,3,531,'2013-12-09 02:31:31',1,0,'','2013120857','2013-12-08','2013-12-08','20131208-57','18:30',1,'DR OFORI',NULL,'','20131208-7145',NULL),(19490,5213,4,531,'2013-12-09 02:31:31',0,0,'','2013120857','2013-12-08','2013-12-08','20131208-57','18:31',1,'DR OFORI',NULL,'','20131208-7145',NULL),(19491,5214,3,558,'2013-12-09 03:01:41',1,0,'','2013120858','2013-12-08','2013-12-08','20131208-58','19:00',1,'DR NKETIAH',NULL,'','20131208-7146',NULL),(19492,3579,3,558,'2013-12-09 03:19:21',1,0,'','2013120859','2013-12-08','2013-12-08','20131208-59','19:18',1,'DR NKETIAH',NULL,'','20131208-7147',NULL),(19493,5215,3,558,'2013-12-09 03:21:41',1,0,'','2013120860','2013-12-08','2013-12-08','20131208-60','19:20',1,'DR NKETIAH',NULL,'','20131208-7148',NULL),(19494,5216,3,558,'2013-12-09 03:43:21',0,0,'','2013120861','2013-12-08','2013-12-08','20131208-61','19:42',1,'DR OFORI',NULL,'','20131208-7149',NULL),(19496,5216,4,558,'2013-12-09 03:43:22',1,0,'','2013120861','2013-12-08','2013-12-08','20131208-61','19:43',1,'DR OFORI',NULL,'','20131208-7149',NULL),(19497,5217,3,558,'2013-12-09 03:52:19',1,0,'','2013120862','2013-12-08','2013-12-08','20131208-62','19:51',1,'DR OFORI',NULL,'','20131208-7150',NULL),(19498,5218,3,558,'2013-12-09 03:58:07',1,0,'','2013120863','2013-12-08','2013-12-08','20131208-63','19:56',1,'DR OFORI',NULL,'','20131208-7151',NULL),(19500,5218,4,558,'2013-12-09 03:58:07',1,0,'','2013120863','2013-12-08','2013-12-08','20131208-63','19:57',1,'DR OFORI',NULL,'','20131208-7151',NULL),(19503,5218,1,558,'2013-12-09 03:58:07',1,0,'','2013120863','2013-12-08','2013-12-08','20131208-63','19:57',1,'DR OFORI',NULL,'','20131208-7151',NULL),(19504,5219,3,558,'2013-12-09 04:57:04',1,0,'','2013120864','2013-12-08','2013-12-08','20131208-64','20:56',1,'DR DANIELS',NULL,'','20131208-7152',NULL),(19505,5216,4,558,'2013-12-09 05:25:45',1,0,'','2013120861 ','2013-12-08','2013-12-08','20131208-65','21:24',1,'DR DANIELS',NULL,'','20131208-7153',NULL),(19506,5220,3,558,'2013-12-09 08:02:54',1,0,'','201312091','2013-12-09','2013-12-09','20131209-1','00:01',1,'DR DANIELS',NULL,'','20131209-7154',NULL),(19508,5220,5,558,'2013-12-09 08:02:54',1,0,'','201312091','2013-12-09','2013-12-09','20131209-1','00:02',1,'DR DANIELS',NULL,'','20131209-7154',NULL),(19509,5221,3,558,'2013-12-09 11:39:03',1,0,'','201312092','2013-12-09','2013-12-09','20131209-2','03:37',1,'DR DANIELS',NULL,'','20131209-7155',NULL),(19511,5221,1,558,'2013-12-09 11:39:03',1,0,'','201312092','2013-12-09','2013-12-09','20131209-2','03:38',1,'DR DANIELS',NULL,'','20131209-7155',NULL),(19512,5222,3,558,'2013-12-09 13:14:11',1,0,'','201312093','2013-12-09','2013-12-09','20131209-3','05:11',1,'DR DJAN',NULL,'','20131209-7156',NULL),(19514,5222,1,558,'2013-12-09 13:14:11',1,0,'','201312093','2013-12-09','2013-12-09','20131209-3','05:12',1,'DR DJAN',NULL,'','20131209-7156',NULL),(19515,2548,3,558,'2013-12-09 14:14:49',0,0,'','201312094','2013-12-09','2013-12-09','20131209-4','06:13',1,'DR DJAN',NULL,'','20131209-7157',NULL),(19517,2548,1,558,'2013-12-09 14:14:50',0,0,'','201312094','2013-12-09','2013-12-09','20131209-4','06:14',1,'DR DJAN',NULL,'','20131209-7157',NULL),(19518,5081,1,558,'2013-12-09 15:05:14',0,0,'','201312095','2013-12-09','2013-12-09','20131209-5','07:03',1,'DR AKPALU',NULL,'','20131209-7158',NULL),(19519,5223,3,558,'2013-12-09 15:09:56',1,0,'','201312096','2013-12-09','2013-12-09','20131209-6','07:09',1,'DR DANIELS',NULL,'','20131209-7159',NULL),(19520,5224,3,558,'2013-12-09 15:31:10',0,0,'','201312097','2013-12-09','2013-12-09','20131209-7','07:29',1,'DR MENSAH',NULL,'','20131209-7160',NULL),(19522,5224,4,558,'2013-12-09 15:31:10',1,0,'','201312097','2013-12-09','2013-12-09','20131209-7','07:30',1,'DR MENSAH',NULL,'','20131209-7160',NULL),(19525,5224,1,558,'2013-12-09 15:31:10',1,0,'','201312097','2013-12-09','2013-12-09','20131209-7','07:30',1,'DR MENSAH',NULL,'','20131209-7160',NULL),(19526,5225,3,558,'2013-12-09 15:44:45',0,0,'','201312098','2013-12-09','2013-12-09','20131209-8','07:42',1,'DR PUPPULAMPO',NULL,'','20131209-7161',NULL),(19528,5225,4,558,'2013-12-09 15:44:45',1,0,'','201312098','2013-12-09','2013-12-09','20131209-8','07:43',1,'DR PUPPULAMPO',NULL,'','20131209-7161',NULL),(19531,5225,1,558,'2013-12-09 15:44:46',0,0,'','201312098','2013-12-09','2013-12-09','20131209-8','07:44',1,'DR PUPPULAMPO',NULL,'','20131209-7161',NULL),(19532,5226,2,530,'2013-12-09 16:01:39',1,0,'','201312099','2013-12-09','2013-12-09','20131209-9','07:59',1,'DR SALLAR',NULL,'','20131209-7162',NULL),(19534,5226,4,530,'2013-12-09 16:01:39',1,0,'','201312099','2013-12-09','2013-12-09','20131209-9','08:01',1,'DR SALLAR',NULL,'','20131209-7162',NULL),(19535,5019,2,530,'2013-12-09 16:02:47',1,0,'','2013120910','2013-12-09','2013-12-09','20131209-10','08:02',1,'DR NKETIAH',NULL,'','20131209-7163',NULL),(19536,5227,3,530,'2013-12-09 16:34:03',0,0,'','2013120911','2013-12-09','2013-12-09','20131209-11','08:32',1,'DR DJAN',NULL,'','20131209-7164',NULL),(19537,5228,3,530,'2013-12-09 16:44:56',0,0,'','2013120912 ','2013-12-09','2013-12-09','20131209-12','08:43',1,'DR MENSAH',NULL,'','20131209-7165',NULL),(19539,5228,4,530,'2013-12-09 16:44:56',1,0,'','2013120912 ','2013-12-09','2013-12-09','20131209-12','08:44',1,'DR MENSAH',NULL,'','20131209-7165',NULL),(19540,5229,1,530,'2013-12-09 16:47:48',1,0,'','2013120913','2013-12-09','2013-12-09','20131209-13','08:47',1,'',NULL,'','20131209-7166',NULL),(19541,5230,4,530,'2013-12-09 16:51:24',1,0,'','2013120914','2013-12-09','2013-12-09','20131209-14','08:50',1,'DR NKETIAH',NULL,'','20131209-7167',NULL),(19542,5231,3,530,'2013-12-09 16:56:48',0,0,'','2013120915','2013-12-09','2013-12-09','20131209-15','08:55',1,'',NULL,'','20131209-7168',NULL),(19543,5232,3,530,'2013-12-09 16:59:17',0,0,'','2013120916','2013-12-09','2013-12-09','20131209-16','08:58',1,'DR VORTIA',NULL,'','20131209-7169',NULL),(19544,5233,3,530,'2013-12-09 17:02:56',0,0,'','2013120917','2013-12-09','2013-12-09','20131209-17','09:02',1,'DR MENSAH',NULL,'','20131209-7170',NULL),(19546,5233,1,530,'2013-12-09 17:02:57',1,0,'','2013120917','2013-12-09','2013-12-09','20131209-17','09:02',1,'DR MENSAH',NULL,'','20131209-7170',NULL),(19549,5233,4,530,'2013-12-09 17:02:57',1,0,'','2013120917','2013-12-09','2013-12-09','20131209-17','09:02',1,'DR MENSAH',NULL,'','20131209-7170',NULL),(19550,5234,1,530,'2013-12-09 17:12:19',0,0,'','2013120918','2013-12-09','2013-12-09','20131209-18','09:11',1,'DR NKETIAH',NULL,'','20131209-7171',NULL),(19551,5235,3,530,'2013-12-09 17:16:12',0,0,'','2013120919','2013-12-09','2013-12-09','20131209-19','09:14',1,'DR NKETIAH',NULL,'','20131209-7172',NULL),(19553,5235,1,530,'2013-12-09 17:16:12',1,0,'','2013120919','2013-12-09','2013-12-09','20131209-19','09:15',1,'DR NKETIAH',NULL,'','20131209-7172',NULL),(19556,5235,5,530,'2013-12-09 17:16:12',1,0,'','2013120919','2013-12-09','2013-12-09','20131209-19','09:15',1,'DR NKETIAH',NULL,'','20131209-7172',NULL),(19557,5236,4,530,'2013-12-09 17:20:11',1,0,'','2013120920','2013-12-09','2013-12-09','20131209-20','09:17',1,'',NULL,'','20131209-7173',NULL),(19559,5236,3,530,'2013-12-09 17:20:11',0,0,'','2013120920','2013-12-09','2013-12-09','20131209-20','09:19',1,'',NULL,'','20131209-7173',NULL),(19560,5237,3,530,'2013-12-09 17:23:25',0,0,'','2013120921 ','2013-12-09','2013-12-09','20131209-21','09:22',1,'DR NKETIAH',NULL,'','20131209-7174',NULL),(19562,5237,1,530,'2013-12-09 17:23:26',1,0,'','2013120921 ','2013-12-09','2013-12-09','20131209-21','09:23',1,'DR NKETIAH',NULL,'','20131209-7174',NULL),(19563,5238,3,530,'2013-12-09 17:29:35',0,0,'','2013120923','2013-12-09','2013-12-09','20131209-23','09:27',1,'DR OWHANDOH',NULL,'','20131209-7176',NULL),(19565,5238,1,530,'2013-12-09 17:29:35',0,0,'','2013120923','2013-12-09','2013-12-09','20131209-23','09:28',1,'DR OWHANDOH',NULL,'','20131209-7176',NULL),(19568,5238,4,530,'2013-12-09 17:29:35',1,0,'','2013120923','2013-12-09','2013-12-09','20131209-23','09:29',1,'DR OWHANDOH',NULL,'','20131209-7176',NULL),(19569,5239,3,530,'2013-12-09 17:34:50',0,0,'','2013120922 ','2013-12-09','2013-12-09','20131209-22','09:33',1,'DR DANIELS',NULL,'','20131209-7175',NULL),(19571,5239,4,530,'2013-12-09 17:34:50',0,0,'','2013120922 ','2013-12-09','2013-12-09','20131209-22','09:34',1,'DR DANIELS',NULL,'','20131209-7175',NULL),(19572,5240,3,530,'2013-12-09 17:36:42',0,0,'','2013120924','2013-12-09','2013-12-09','20131209-24','09:35',1,'DR VORTIA',NULL,'','20131209-7177',NULL),(19574,5240,5,530,'2013-12-09 17:36:42',1,0,'','2013120924','2013-12-09','2013-12-09','20131209-24','09:36',1,'DR VORTIA',NULL,'','20131209-7177',NULL),(19575,5241,3,530,'2013-12-09 17:39:40',0,0,'','2013120925','2013-12-09','2013-12-09','20131209-25','09:38',1,'DR NKETIAH',NULL,'','20131209-7178',NULL),(19577,5241,1,530,'2013-12-09 17:39:40',0,0,'','2013120925','2013-12-09','2013-12-09','20131209-25','09:39',1,'DR NKETIAH',NULL,'','20131209-7178',NULL),(19578,5242,3,530,'2013-12-09 17:43:53',1,0,'','2013120926','2013-12-09','2013-12-09','20131209-26','09:42',1,'',NULL,'','20131209-7179',NULL),(19579,2222,3,530,'2013-12-09 17:46:42',0,0,'','2013120927','2013-12-09','2013-12-09','20131209-27','09:45',1,'DR OWHANDOH',NULL,'','20131209-7180',NULL),(19581,2222,4,530,'2013-12-09 17:46:42',1,0,'','2013120927','2013-12-09','2013-12-09','20131209-27','09:46',1,'DR OWHANDOH',NULL,'','20131209-7180',NULL),(19582,5243,1,530,'2013-12-09 17:50:23',1,0,'','2013120928','2013-12-09','2013-12-09','20131209-28','09:49',1,'DR OWHANDOH',NULL,'','20131209-7181',NULL),(19584,5243,5,530,'2013-12-09 17:50:24',1,0,'','2013120928','2013-12-09','2013-12-09','20131209-28','09:50',1,'DR OWHANDOH',NULL,'','20131209-7181',NULL),(19585,5244,3,530,'2013-12-09 18:03:56',0,0,'','2013120929 ','2013-12-09','2013-12-09','20131209-29','10:02',1,'DR NTOEW DJAN',NULL,'','20131209-7182',NULL),(19587,5244,1,530,'2013-12-09 18:03:56',1,0,'','2013120929 ','2013-12-09','2013-12-09','20131209-29','10:03',1,'DR NTOEW DJAN',NULL,'','20131209-7182',NULL),(19590,5244,4,530,'2013-12-09 18:03:56',1,0,'','2013120929 ','2013-12-09','2013-12-09','20131209-29','10:03',1,'DR NTOEW DJAN',NULL,'','20131209-7182',NULL),(19591,4805,3,530,'2013-12-09 18:06:37',1,0,'','2013120930 ','2013-12-09','2013-12-09','20131209-30','10:05',1,'DR OWHANDOH',NULL,'','20131209-7183',NULL),(19593,4805,4,530,'2013-12-09 18:06:37',1,0,'','2013120930 ','2013-12-09','2013-12-09','20131209-30','10:06',1,'DR OWHANDOH',NULL,'','20131209-7183',NULL),(19594,5245,3,530,'2013-12-09 18:20:05',0,0,'','2013120931','2013-12-09','2013-12-09','20131209-31','10:18',1,'DR NTOEW DJAN',NULL,'','20131209-7184',NULL),(19596,5245,4,530,'2013-12-09 18:20:05',1,0,'','2013120931','2013-12-09','2013-12-09','20131209-31','10:19',1,'DR NTOEW DJAN',NULL,'','20131209-7184',NULL),(19599,5245,1,530,'2013-12-09 18:20:05',1,0,'','2013120931','2013-12-09','2013-12-09','20131209-31','10:19',1,'DR NTOEW DJAN',NULL,'','20131209-7184',NULL),(19600,5246,1,530,'2013-12-09 18:23:02',0,0,'','2013120932','2013-12-09','2013-12-09','20131209-32','10:21',1,'DR OFORI ANTI',NULL,'','20131209-7185',NULL),(19602,5246,4,530,'2013-12-09 18:23:02',1,0,'','2013120932','2013-12-09','2013-12-09','20131209-32','10:22',1,'DR OFORI ANTI',NULL,'','20131209-7185',NULL),(19603,5228,1,537,'2013-12-09 18:27:38',1,0,'','2013120912','2013-12-09','2013-12-09','20131209-33','10:26',1,'',NULL,'','20131209-7186',NULL),(19604,5247,1,530,'2013-12-09 18:30:52',1,0,'','2013120934','2013-12-09','2013-12-09','20131209-34','10:30',1,'DR NKETIAH',NULL,'','20131209-7187',NULL),(19605,5239,5,537,'2013-12-09 18:35:10',0,0,'','2013120922','2013-12-09','2013-12-09','20131209-35','10:34',1,'',NULL,'','20131209-7188',NULL),(19606,5248,3,530,'2013-12-09 18:38:49',0,0,'','2013120936','2013-12-09','2013-12-09','20131209-36','10:38',1,'DR OWHANDOH',NULL,'','20131209-7189',NULL),(19607,5249,3,530,'2013-12-09 18:58:02',0,0,'','2013120937','2013-12-09','2013-12-09','20131209-37','10:56',1,'DR NTOEW DJAN',NULL,'','20131209-7190',NULL),(19609,5249,1,530,'2013-12-09 18:58:02',0,0,'','2013120937','2013-12-09','2013-12-09','20131209-37','10:57',1,'DR NTOEW DJAN',NULL,'','20131209-7190',NULL),(19610,5250,3,530,'2013-12-09 19:02:01',0,0,'','2013120938','2013-12-09','2013-12-09','20131209-38','11:01',1,'DR OWHANDOH',NULL,'','20131209-7191',NULL),(19611,5051,1,530,'2013-12-09 19:08:24',0,0,'','2013120939','2013-12-09','2013-12-09','20131209-39','11:07',1,'DR ADOTEY',NULL,'','20131209-7192',NULL),(19612,4980,4,530,'2013-12-09 19:09:32',1,0,'','2013120940','2013-12-09','2013-12-09','20131209-40','11:08',1,'DR ADOTEY',NULL,'','20131209-7193',NULL),(19613,5251,3,530,'2013-12-09 19:14:04',0,0,'','2013120941','2013-12-09','2013-12-09','20131209-41','11:12',1,'DR NTOEW DJAN',NULL,'','20131209-7194',NULL),(19615,5251,1,530,'2013-12-09 19:14:04',1,0,'','2013120941','2013-12-09','2013-12-09','20131209-41','11:13',1,'DR NTOEW DJAN',NULL,'','20131209-7194',NULL),(19618,5251,5,530,'2013-12-09 19:14:04',0,0,'','2013120941','2013-12-09','2013-12-09','20131209-41','11:13',1,'DR NTOEW DJAN',NULL,'','20131209-7194',NULL),(19619,5252,3,530,'2013-12-09 19:17:20',0,0,'','2013120942','2013-12-09','2013-12-09','20131209-42','11:15',1,'DR NTOEW DJAN',NULL,'','20131209-7195',NULL),(19620,5253,3,530,'2013-12-09 19:20:24',0,0,'','2013120943','2013-12-09','2013-12-09','20131209-43','11:19',1,'DR NTOEW DJAN',NULL,'','20131209-7196',NULL),(19622,5253,4,530,'2013-12-09 19:20:24',1,0,'','2013120943','2013-12-09','2013-12-09','20131209-43','11:20',1,'DR NTOEW DJAN',NULL,'','20131209-7196',NULL),(19623,1359,2,530,'2013-12-09 19:26:32',1,0,'','2013120944','2013-12-09','2013-12-09','20131209-44','11:25',1,'DR VORTIA',NULL,'','20131209-7197',NULL),(19624,5254,3,530,'2013-12-09 19:30:08',0,0,'','2013120945','2013-12-09','2013-12-09','20131209-45','11:28',1,'DR MENSAH',NULL,'','20131209-7198',NULL),(19625,5255,3,530,'2013-12-09 19:34:57',0,0,'','2013120946 ','2013-12-09','2013-12-09','20131209-46','11:32',1,'DR MENSAH',NULL,'','20131209-7199',NULL),(19626,5256,1,530,'2013-12-09 19:43:14',1,0,'','2013120947','2013-12-09','2013-12-09','20131209-47','11:42',1,'DR NTOEW DJAN',NULL,'','20131209-7200',NULL),(19628,5256,5,530,'2013-12-09 19:43:15',1,0,'','2013120947','2013-12-09','2013-12-09','20131209-47','11:43',1,'DR NTOEW DJAN',NULL,'','20131209-7200',NULL),(19629,1359,3,530,'2013-12-09 19:53:08',0,0,'','2013120944','2013-12-09','2013-12-09','20131209-48','11:50',1,'DR VORTIA',NULL,'','20131209-7201',NULL),(19631,1359,1,530,'2013-12-09 19:53:08',0,0,'','2013120944','2013-12-09','2013-12-09','20131209-48','11:52',1,'DR VORTIA',NULL,'','20131209-7201',NULL),(19632,5035,2,530,'2013-12-09 19:54:30',1,0,'','2013120949','2013-12-09','2013-12-09','20131209-49','11:53',1,'DR ADOTEY',NULL,'','20131209-7202',NULL),(19633,5257,3,530,'2013-12-09 19:59:20',0,0,'','2013120950','2013-12-09','2013-12-09','20131209-50','11:58',1,'DR NTOEW DJAN',NULL,'','20131209-7203',NULL),(19635,5257,1,530,'2013-12-09 19:59:20',1,0,'','2013120950','2013-12-09','2013-12-09','20131209-50','11:59',1,'DR NTOEW DJAN',NULL,'','20131209-7203',NULL),(19638,5257,5,530,'2013-12-09 19:59:20',1,0,'','2013120950','2013-12-09','2013-12-09','20131209-50','11:59',1,'DR NTOEW DJAN',NULL,'','20131209-7203',NULL),(19639,5258,3,530,'2013-12-09 20:11:41',0,0,'','2013120951','2013-12-09','2013-12-09','20131209-51','12:10',1,'DR VORTIA',NULL,'','20131209-7204',NULL),(19640,5259,3,530,'2013-12-09 20:19:35',0,0,'','2013120952','2013-12-09','2013-12-09','20131209-52','12:16',1,'DR NTOEW DJAN',NULL,'','20131209-7205',NULL),(19642,5259,1,530,'2013-12-09 20:19:35',0,0,'','2013120952','2013-12-09','2013-12-09','20131209-52','12:18',1,'',NULL,'','20131209-7205',NULL),(19645,5259,4,530,'2013-12-09 20:19:35',1,0,'','2013120952','2013-12-09','2013-12-09','20131209-52','12:19',1,'DR NTOEW DJAN',NULL,'','20131209-7205',NULL),(19646,5163,4,534,'2013-12-09 20:22:37',1,0,'','2013120783','2013-12-09','2013-12-07','20131209-53','12:21',1,'',NULL,'','20131209-7206',NULL),(19647,4891,4,530,'2013-12-09 20:22:42',1,0,'','2013120954 ','2013-12-09','2013-12-09','20131209-54','12:22',1,'DR OWHANDOH',NULL,'','20131209-7207',NULL),(19648,5260,3,530,'2013-12-09 20:35:25',0,0,'','2013120955','2013-12-09','2013-12-09','20131209-55','12:32',1,'DR OWHANDOH',NULL,'','20131209-7208',NULL),(19650,5260,1,530,'2013-12-09 20:35:26',0,0,'','2013120955','2013-12-09','2013-12-09','20131209-55','12:33',1,'DR OWHANDOH',NULL,'','20131209-7208',NULL),(19653,5260,2,530,'2013-12-09 20:35:26',0,0,'','','2013-12-09','2013-12-09','20131209-55','12:34',1,'DR OWHANDOH',NULL,'','20131209-7208',NULL),(19657,5260,5,530,'2013-12-09 20:35:26',0,0,'','2013120955','2013-12-09','2013-12-09','20131209-55','12:34',1,'DR OWHANDOH',NULL,'','20131209-7208',NULL),(19662,5260,4,530,'2013-12-09 20:35:26',1,0,'','2013120955','2013-12-09','2013-12-09','20131209-55','12:35',1,'DR OWHANDOH',NULL,'','20131209-7208',NULL),(19663,5250,3,537,'2013-12-09 20:35:43',1,0,'','2013120938','2013-12-09','2013-12-09','20131209-56','12:35',1,'',NULL,'','20131209-7209',NULL),(19664,4775,3,530,'2013-12-09 20:37:44',1,0,'','2013120957','2013-12-09','2013-12-09','20131209-57','12:36',1,'DR NUAMAH',NULL,'','20131209-7210',NULL),(19665,1359,3,530,'2013-12-09 20:41:51',0,0,'','2013120944','2013-12-09','2013-12-09','20131209-58','12:40',1,'DR VORTIA',NULL,'','20131209-7211',NULL),(19666,5261,3,530,'2013-12-09 20:45:34',0,0,'','2013120959','2013-12-09','2013-12-09','20131209-59','12:44',1,'DR OWHANDOH',NULL,'','20131209-7212',NULL),(19668,5261,4,530,'2013-12-09 20:45:34',1,0,'','2013120959','2013-12-09','2013-12-09','20131209-59','12:45',1,'DR OWHANDOH',NULL,'','20131209-7212',NULL),(19669,5262,3,530,'2013-12-09 20:50:53',0,0,'','2013120961','2013-12-09','2013-12-09','20131209-61','12:50',1,'DR VORTIA',NULL,'','20131209-7214',NULL),(19670,5227,3,530,'2013-12-09 20:51:54',1,0,'','2013120911','2013-12-09','2013-12-09','20131209-60','12:46',1,'DR OWHANDOH',NULL,'','20131209-7213',NULL),(19671,5263,3,530,'2013-12-09 20:57:08',0,0,'','2013120962','2013-12-09','2013-12-09','20131209-62','12:55',1,'DR MENSAH',NULL,'','20131209-7215',NULL),(19672,5264,3,530,'2013-12-09 21:04:57',0,0,'','2013120963','2013-12-09','2013-12-09','20131209-63','13:02',1,'DR OWHANDOH',NULL,'','20131209-7216',NULL),(19674,5264,5,530,'2013-12-09 21:04:57',0,0,'','2013120963','2013-12-09','2013-12-09','20131209-63','13:04',1,'DR OWHANDOH',NULL,'','20131209-7216',NULL),(19677,5264,4,530,'2013-12-09 21:04:58',1,0,'','2013120963','2013-12-09','2013-12-09','20131209-63','13:04',1,'DR OWHANDOH',NULL,'','20131209-7216',NULL),(19678,5265,3,530,'2013-12-09 21:18:12',0,0,'','2013120965','2013-12-09','2013-12-09','20131209-65','13:16',1,'DR NTOEW DJAN',NULL,'','20131209-7218',NULL),(19679,5266,3,530,'2013-12-09 21:32:08',0,0,'','2013120966','2013-12-09','2013-12-09','20131209-66','13:31',1,'DR NTOEW DJAN',NULL,'','20131209-7219',NULL),(19680,5267,3,530,'2013-12-09 21:34:58',1,0,'','2013120967','2013-12-09','2013-12-09','20131209-67','13:34',1,'DR VORTIA',NULL,'','20131209-7220',NULL),(19682,5267,5,530,'2013-12-09 21:34:59',0,0,'','2013120967','2013-12-09','2013-12-09','20131209-67','13:34',1,'DR VORTIA',NULL,'','20131209-7220',NULL),(19683,4934,1,530,'2013-12-09 21:37:12',0,0,'','2013120968 ','2013-12-09','2013-12-09','20131209-68','13:35',1,'DR TAKYI',NULL,'','20131209-7221',NULL),(19684,5268,3,530,'2013-12-09 21:42:18',0,0,'','2013120969','2013-12-09','2013-12-09','20131209-69','13:40',1,'DR OWHANDOH',NULL,'','20131209-7222',NULL),(19686,5268,1,530,'2013-12-09 21:42:18',0,0,'','2013120969','2013-12-09','2013-12-09','20131209-69','13:41',1,'DR OWHANDOH',NULL,'','20131209-7222',NULL),(19689,5268,2,530,'2013-12-09 21:42:18',1,0,'','2013120969','2013-12-09','2013-12-09','20131209-69','13:42',1,'DR OWHANDOH',NULL,'','20131209-7222',NULL),(19693,5268,5,530,'2013-12-09 21:42:19',1,0,'','2013120969','2013-12-09','2013-12-09','20131209-69','13:42',1,'DR OWHANDOH',NULL,'','20131209-7222',NULL),(19694,5231,5,530,'2013-12-09 21:50:46',1,0,'','2013120970','2013-12-09','2013-12-09','20131209-70','13:50',1,'DR MENSAH',NULL,'','20131209-7223',NULL),(19695,5269,3,530,'2013-12-09 21:55:46',0,0,'','2013120971','2013-12-09','2013-12-09','20131209-71','13:53',1,'DR VORTIA',NULL,'','20131209-7224',NULL),(19697,5269,5,530,'2013-12-09 21:55:46',0,0,'','2013120971','2013-12-09','2013-12-09','20131209-71','13:55',1,'DR VORTIA',NULL,'','20131209-7224',NULL),(19698,5270,3,530,'2013-12-09 21:57:30',1,0,'','2013120972','2013-12-09','2013-12-09','20131209-72','13:56',1,'DR OWHANDOH',NULL,'','20131209-7225',NULL),(19700,5270,4,530,'2013-12-09 21:57:31',1,0,'','2013120972','2013-12-09','2013-12-09','20131209-72','13:57',1,'DR OWHANDOH',NULL,'','20131209-7225',NULL),(19701,5271,3,530,'2013-12-09 22:02:01',0,0,'','2013120973','2013-12-09','2013-12-09','20131209-73','14:00',1,'DR NTOEW DJAN',NULL,'','20131209-7226',NULL),(19703,5271,1,530,'2013-12-09 22:02:01',1,0,'','2013120973','2013-12-09','2013-12-09','20131209-73','14:01',1,'DR NTOEW DJAN',NULL,'','20131209-7226',NULL),(19704,5272,1,530,'2013-12-09 22:05:31',0,0,'','2013120974','2013-12-09','2013-12-09','20131209-74','14:04',1,'DR BOATENG',NULL,'','20131209-7227',NULL),(19705,5249,1,530,'2013-12-09 22:37:41',0,0,'','2013120937','2013-12-09','2013-12-09','20131209-75','14:35',1,'DR ADOTEY',NULL,'','20131209-7228',NULL),(19706,5268,1,536,'2013-12-09 23:04:21',1,0,'','2013120969','2013-12-09','2013-12-09','20131209-76','15:03',1,'',NULL,'','20131209-7229',NULL),(19707,5268,1,536,'2013-12-09 23:08:27',1,0,'','2013120969','2013-12-09','2013-12-09','20131209-77','15:07',1,'',NULL,'','20131209-7230',NULL),(19708,4661,10,530,'2013-12-09 23:10:56',1,0,'','2013120978','2013-12-09','2013-12-09','20131209-78','15:09',1,'DR NUAMAH',NULL,'','20131209-7231',NULL),(19710,4661,4,530,'2013-12-09 23:10:56',1,0,'','2013120978','2013-12-09','2013-12-09','20131209-78','15:10',1,'DR NUAMAH',NULL,'','20131209-7231',NULL),(19711,5273,3,530,'2013-12-09 23:19:26',1,0,'','2013120979 ','2013-12-09','2013-12-09','20131209-79','15:18',1,'DR NUAMAH',NULL,'','20131209-7232',NULL),(19713,5273,4,530,'2013-12-09 23:19:27',1,0,'','2013120979 ','2013-12-09','2013-12-09','20131209-79','15:18',1,'DR NUAMAH',NULL,'','20131209-7232',NULL),(19716,5273,1,530,'2013-12-09 23:19:27',1,0,'','2013120979 ','2013-12-09','2013-12-09','20131209-79','15:19',1,'DR NUAMAH',NULL,'','20131209-7232',NULL),(19717,5274,3,530,'2013-12-09 23:46:36',0,0,'','2013120980','2013-12-09','2013-12-09','20131209-80','15:45',1,'DR VORTIA',NULL,'','20131209-7233',NULL),(19718,5260,2,552,'2013-12-09 23:48:36',1,0,'','2013120955','2013-12-09','2013-12-09','20131209-81','15:47',1,'',NULL,'','20131209-7234',NULL),(19719,5275,3,530,'2013-12-10 00:07:25',0,0,'','2013120982','2013-12-09','2013-12-09','20131209-82','16:06',1,'DR NUAMAH',NULL,'','20131209-7235',NULL),(19721,5275,4,530,'2013-12-10 00:07:25',1,0,'','2013120982','2013-12-09','2013-12-09','20131209-82','16:07',1,'DR NUAMAH',NULL,'','20131209-7235',NULL),(19722,5276,3,530,'2013-12-10 00:19:29',1,0,'','2013120983','2013-12-09','2013-12-09','20131209-83','16:18',1,'DR NUAMAH',NULL,'','20131209-7236',NULL),(19724,5276,1,530,'2013-12-10 00:19:29',1,0,'','2013120983','2013-12-09','2013-12-09','20131209-83','16:19',1,'DR NUAMAH',NULL,'','20131209-7236',NULL),(19725,3233,1,530,'2013-12-10 00:26:24',0,0,'','2013120984','2013-12-09','2013-12-09','20131209-84','16:25',1,'',NULL,'','20131209-7237',NULL),(19726,5277,3,530,'2013-12-10 00:40:49',1,0,'','2013120985 ','2013-12-09','2013-12-09','20131209-85','16:40',1,'DR NUAMAH',NULL,'','20131209-7238',NULL),(19727,1541,3,530,'2013-12-10 00:49:19',0,0,'','2013120986','2013-12-09','2013-12-09','20131209-86','16:47',1,'DR NUAMAH',NULL,'','20131209-7239',NULL),(19729,1541,4,530,'2013-12-10 00:49:19',1,0,'','2013120986','2013-12-09','2013-12-09','20131209-86','16:49',1,'DR NUAMAH',NULL,'','20131209-7239',NULL),(19730,5278,3,530,'2013-12-10 00:53:22',1,0,'','2013120987','2013-12-09','2013-12-09','20131209-87','16:51',1,'',NULL,'','20131209-7240',NULL),(19731,5279,3,530,'2013-12-10 01:17:28',0,0,'','2013120988','2013-12-09','2013-12-09','20131209-88','17:16',1,'DR NUAMAH',NULL,'','20131209-7241',NULL),(19733,5279,1,530,'2013-12-10 01:17:28',1,0,'','2013120988','2013-12-09','2013-12-09','20131209-88','17:16',1,'DR NUAMAH',NULL,'','20131209-7241',NULL),(19736,5279,4,530,'2013-12-10 01:17:28',1,0,'','2013120988','2013-12-09','2013-12-09','20131209-88','17:16',1,'DR NUAMAH',NULL,'','20131209-7241',NULL),(19737,5280,3,530,'2013-12-10 01:20:42',0,0,'','2013120989','2013-12-09','2013-12-09','20131209-89','17:20',1,'DR VORTIA',NULL,'','20131209-7242',NULL),(19738,5281,3,530,'2013-12-10 01:30:33',0,0,'','2013120990','2013-12-09','2013-12-09','20131209-90','17:29',1,'DR VORTIA',NULL,'','20131209-7243',NULL),(19740,5281,14,530,'2013-12-10 01:30:33',1,0,'','2013120990','2013-12-09','2013-12-09','20131209-90','17:30',1,'DR VORTIA',NULL,'','20131209-7243',NULL),(19741,5282,3,530,'2013-12-10 01:43:43',0,0,'','2013120991','2013-12-09','2013-12-09','20131209-91','17:42',1,'DR NUAMAH',NULL,'','20131209-7244',NULL),(19743,5282,1,530,'2013-12-10 01:43:43',1,0,'','2013120991','2013-12-09','2013-12-09','20131209-91','17:43',1,'DR NUAMAH',NULL,'','20131209-7244',NULL),(19746,5282,4,530,'2013-12-10 01:43:44',1,0,'','2013120991','2013-12-09','2013-12-09','20131209-91','17:43',1,'DR NUAMAH',NULL,'','20131209-7244',NULL),(19747,5283,3,530,'2013-12-10 01:57:45',0,0,'','2013120992','2013-12-09','2013-12-09','20131209-92','17:54',1,'DR NUAMAH',NULL,'','20131209-7245',NULL),(19749,5283,1,530,'2013-12-10 01:57:46',1,0,'','2013120992','2013-12-09','2013-12-09','20131209-92','17:57',1,'DR NUAMAH',NULL,'','20131209-7245',NULL),(19752,5283,4,530,'2013-12-10 01:57:46',1,0,'','2013120992','2013-12-09','2013-12-09','20131209-92','17:57',1,'DR NUAMAH',NULL,'','20131209-7245',NULL),(19753,5284,3,530,'2013-12-10 02:06:33',1,0,'','2013120993','2013-12-09','2013-12-09','20131209-93','18:03',1,'DR NUAMAH',NULL,'','20131209-7246',NULL),(19755,5284,1,530,'2013-12-10 02:06:34',1,0,'','2013120993','2013-12-09','2013-12-09','20131209-93','18:05',1,'DR NUAMAH',NULL,'','20131209-7246',NULL),(19758,5284,4,530,'2013-12-10 02:06:34',1,0,'','2013120993','2013-12-09','2013-12-09','20131209-93','18:06',1,'DR NUAMAH',NULL,'','20131209-7246',NULL),(19759,5285,3,530,'2013-12-10 02:08:52',0,0,'','2013120994','2013-12-09','2013-12-09','20131209-94','18:08',1,'DR NUAMAH',NULL,'','20131209-7247',NULL),(19760,5286,3,530,'2013-12-10 02:28:09',0,0,'','2013120995 ','2013-12-09','2013-12-09','20131209-95','18:25',1,'DR TAKYI',NULL,'','20131209-7248',NULL),(19762,5286,4,530,'2013-12-10 02:28:09',1,0,'','2013120995 ','2013-12-09','2013-12-09','20131209-95','18:26',1,'DR TAKYI',NULL,'','20131209-7248',NULL),(19765,5286,5,530,'2013-12-10 02:28:09',1,0,'','2013120995 ','2013-12-09','2013-12-09','20131209-95','18:26',1,'DR TAKYI',NULL,'','20131209-7248',NULL),(19769,5286,1,530,'2013-12-10 02:28:09',1,0,'','2013120995 ','2013-12-09','2013-12-09','20131209-95','18:27',1,'DR TAKYI',NULL,'','20131209-7248',NULL),(19770,5280,3,530,'2013-12-10 02:32:03',0,0,'','2013120989','2013-12-09','2013-12-09','20131209-96','18:30',1,'DR VORTIA',NULL,'','20131209-7249',NULL),(19771,379,4,530,'2013-12-10 02:34:14',1,0,'','2013120997','2013-12-09','2013-12-09','20131209-97','18:33',1,'DR TAKYI',NULL,'','20131209-7250',NULL),(19772,5287,3,530,'2013-12-10 02:37:51',1,0,'','2013120998','2013-12-09','2013-12-09','20131209-98','18:36',1,'',NULL,'','20131209-7251',NULL),(19773,2397,3,530,'2013-12-10 02:51:41',0,0,'','2013120999','2013-12-09','2013-12-09','20131209-99','18:50',1,'DR TAKYI',NULL,'','20131209-7252',NULL),(19775,2397,4,530,'2013-12-10 02:51:42',1,0,'','2013120999','2013-12-09','2013-12-09','20131209-99','18:51',1,'DR TAKYI',NULL,'','20131209-7252',NULL),(19776,5168,3,552,'2013-12-10 02:54:45',1,0,'','2013120790','2013-12-09','2013-12-09','20131209-100','18:54',1,'',NULL,'','20131209-7253',NULL),(19777,4031,3,530,'2013-12-10 02:59:18',1,0,'','20131209101','2013-12-09','2013-12-09','20131209-101','18:57',1,'DR TAKYI',NULL,'','20131209-7254',NULL),(19779,4031,1,530,'2013-12-10 02:59:18',1,0,'','20131209101','2013-12-09','2013-12-09','20131209-101','18:58',1,'DR TAKYI',NULL,'','20131209-7254',NULL),(19782,4031,5,530,'2013-12-10 02:59:19',0,0,'','20131209101','2013-12-09','2013-12-09','20131209-101','18:58',1,'DR TAKYI',NULL,'','20131209-7254',NULL),(19786,4031,4,530,'2013-12-10 02:59:19',1,0,'','20131209101','2013-12-09','2013-12-09','20131209-101','18:59',1,'DR TAKYI',NULL,'','20131209-7254',NULL),(19787,5208,3,530,'2013-12-10 03:01:03',1,0,'','20131209102','2013-12-09','2013-12-09','20131209-102','18:59',1,'DR VORTIA',NULL,'','20131209-7255',NULL),(19788,5288,3,530,'2013-12-10 03:14:04',0,0,'','20131209103','2013-12-09','2013-12-09','20131209-103','19:13',1,'DR NUAMAH',NULL,'','20131209-7256',NULL),(19789,5289,3,530,'2013-12-10 03:23:30',0,0,'','20131209104','2013-12-09','2013-12-09','20131209-104','19:22',1,'DR NUAMAH',NULL,'','20131209-7257',NULL),(19790,4000,3,558,'2013-12-10 03:32:52',0,0,'','20131209105','2013-12-09','2013-12-09','20131209-105','19:32',1,'DR TAKYI',NULL,'','20131209-7258',NULL),(19791,3332,3,558,'2013-12-10 03:45:48',0,0,'','20131209106','2013-12-09','2013-12-09','20131209-106','19:43',1,'DR TAKYI',NULL,'','20131209-7259',NULL),(19793,3332,4,558,'2013-12-10 03:45:49',1,0,'','20131209106','2013-12-09','2013-12-09','20131209-106','19:45',1,'DR TAKYI',NULL,'','20131209-7259',NULL),(19794,5290,3,558,'2013-12-10 03:49:35',0,0,'','20131209107','2013-12-09','2013-12-09','20131209-107','19:47',1,'DR NUAMAH',NULL,'','20131209-7260',NULL),(19795,5291,3,558,'2013-12-10 04:20:34',1,0,'','20131209108','2013-12-09','2013-12-09','20131209-108','20:19',1,'DR NUAMAH',NULL,'','20131209-7261',NULL),(19796,5292,3,558,'2013-12-10 04:23:51',0,0,'','20131209109','2013-12-09','2013-12-09','20131209-109','20:22',1,'DR NUAMAH',NULL,'','20131209-7262',NULL),(19798,5292,4,558,'2013-12-10 04:23:52',1,0,'','20131209109','2013-12-09','2013-12-09','20131209-109','20:23',1,'DR NUAMAH',NULL,'','20131209-7262',NULL),(19801,5292,5,558,'2013-12-10 04:23:52',1,0,'','20131209109','2013-12-09','2013-12-09','20131209-109','20:23',1,'DR NUAMAH',NULL,'','20131209-7262',NULL),(19802,5293,3,558,'2013-12-10 04:29:26',1,0,'','20131209110','2013-12-09','2013-12-09','20131209-110','20:28',1,'DR VORTIA',NULL,'','20131209-7263',NULL),(19804,5293,4,558,'2013-12-10 04:29:26',1,0,'','20131209110','2013-12-09','2013-12-09','20131209-110','20:29',1,'DR VORTIA',NULL,'','20131209-7263',NULL),(19805,5294,3,558,'2013-12-10 04:54:13',1,0,'','20131209111','2013-12-09','2013-12-09','20131209-111','20:52',1,'DR DJAN',NULL,'','20131209-7264',NULL),(19807,5294,4,558,'2013-12-10 04:54:13',1,0,'','20131209111','2013-12-09','2013-12-09','20131209-111','20:53',1,'DR DJAN',NULL,'','20131209-7264',NULL),(19810,5294,5,558,'2013-12-10 04:54:14',1,0,'','20131209111','2013-12-09','2013-12-09','20131209-111','20:53',1,'DR DJAN',NULL,'','20131209-7264',NULL),(19814,5294,1,558,'2013-12-10 04:54:14',1,0,'','20131209111','2013-12-09','2013-12-09','20131209-111','20:54',1,'DR DJAN',NULL,'','20131209-7264',NULL),(19815,5295,3,558,'2013-12-10 05:53:45',1,0,'','20131209112','2013-12-09','2013-12-09','20131209-112','21:52',1,'DR AMOAH',NULL,'','20131209-7265',NULL),(19817,5295,4,558,'2013-12-10 05:53:45',1,0,'','20131209112','2013-12-09','2013-12-09','20131209-112','21:53',1,'DR AMOAH',NULL,'','20131209-7265',NULL),(19820,5295,1,558,'2013-12-10 05:53:46',1,0,'','20131209112','2013-12-09','2013-12-09','20131209-112','21:53',1,'DR AMOAH',NULL,'','20131209-7265',NULL),(19821,5296,3,558,'2013-12-10 06:13:09',1,0,'','20131209113','2013-12-09','2013-12-09','20131209-113','22:11',1,'DR VORTIA',NULL,'','20131209-7266',NULL),(19823,5296,4,558,'2013-12-10 06:13:09',1,0,'','20131209113','2013-12-09','2013-12-09','20131209-113','22:12',1,'DR VORTIA',NULL,'','20131209-7266',NULL),(19824,5297,3,558,'2013-12-10 06:18:21',1,0,'','20131209114','2013-12-09','2013-12-09','20131209-114','22:15',1,'DR AMOAH',NULL,'','20131209-7267',NULL),(19826,5297,4,558,'2013-12-10 06:18:21',0,0,'','20131209114','2013-12-09','2013-12-09','20131209-114','22:16',1,'DR AMOAH',NULL,'','20131209-7267',NULL),(19829,5297,1,558,'2013-12-10 06:18:22',0,0,'','20131209114','2013-12-09','2013-12-09','20131209-114','22:16',1,'DR AMOAH',NULL,'','20131209-7267',NULL),(19833,5297,2,558,'2013-12-10 06:18:22',1,0,'','20131209114','2013-12-09','2013-12-09','20131209-114','22:18',1,'DR AMOAH',NULL,'','20131209-7267',NULL),(19834,5298,3,558,'2013-12-10 06:37:33',1,0,'','20131209115','2013-12-09','2013-12-09','20131209-115','22:35',1,'DR DJAN',NULL,'','20131209-7268',NULL),(19836,5298,1,558,'2013-12-10 06:37:33',1,0,'','20131209115','2013-12-09','2013-12-09','20131209-115','22:37',1,'DR DJAN',NULL,'','20131209-7268',NULL),(19839,5298,5,558,'2013-12-10 06:37:33',0,0,'','20131209115','2013-12-09','2013-12-09','20131209-115','22:37',1,'DR DJAN',NULL,'','20131209-7268',NULL),(19840,2686,4,558,'2013-12-10 06:52:10',1,0,'','20131209116','2013-12-09','2013-12-09','20131209-116','22:51',1,'',NULL,'','20131209-7269',NULL),(19841,5299,3,558,'2013-12-10 09:40:59',1,0,'','201312101','2013-12-10','2013-12-10','20131210-1','01:38',1,'DR AMOAH',NULL,'','20131210-7270',NULL),(19843,5299,5,558,'2013-12-10 09:40:59',1,0,'','201312101','2013-12-10','2013-12-10','20131210-1','01:40',1,'DR AMOAH',NULL,'','20131210-7270',NULL),(19846,5299,1,558,'2013-12-10 09:40:59',1,0,'','201312101','2013-12-10','2013-12-10','20131210-1','01:40',1,'DR AMOAH',NULL,'','20131210-7270',NULL),(19847,636,3,535,'2013-12-10 10:50:08',1,0,'','201312102','2013-12-10','2013-12-10','20131210-2','02:48',1,'',NULL,'','20131210-7271',NULL),(19848,636,1,535,'2013-12-10 10:51:47',1,0,'','201312102','2013-12-10','2013-12-10','20131210-3','02:51',1,'',NULL,'','20131210-7272',NULL),(19850,636,4,535,'2013-12-10 10:51:47',1,0,'','201312102','2013-12-10','2013-12-10','20131210-3','02:51',1,'',NULL,'','20131210-7272',NULL),(19851,3016,3,535,'2013-12-10 13:31:18',1,0,'','201312104','2013-12-10','2013-12-10','20131210-4','05:28',1,'',NULL,'','20131210-7273',NULL),(19853,3016,4,535,'2013-12-10 13:31:18',1,0,'','201312104','2013-12-10','2013-12-10','20131210-4','05:30',1,'',NULL,'','20131210-7273',NULL),(19854,743,3,558,'2013-12-10 14:13:43',1,0,'','201312105','2013-12-10','2013-12-10','20131210-5','06:11',1,'DR VORTIA',NULL,'','20131210-7274',NULL),(19856,743,1,558,'2013-12-10 14:13:43',0,0,'','201312105','2013-12-10','2013-12-10','20131210-5','06:12',1,'DR VORTIA',NULL,'','20131210-7274',NULL),(19857,5300,3,530,'2013-12-10 14:52:59',0,0,'','201312106 ','2013-12-10','2013-12-10','20131210-6','06:49',1,'',NULL,'','20131210-7275',NULL),(19859,5300,1,530,'2013-12-10 14:52:59',0,0,'','201312106 ','2013-12-10','2013-12-10','20131210-6','06:52',1,'',NULL,'','20131210-7275',NULL),(19860,5301,3,530,'2013-12-10 15:08:22',0,0,'','201312107 ','2013-12-10','2013-12-10','20131210-7','07:07',1,'DR AMOAH',NULL,'','20131210-7276',NULL),(19861,5302,3,530,'2013-12-10 15:20:18',0,0,'','201312108','2013-12-10','2013-12-10','20131210-8','07:19',1,'DR AMOAH',NULL,'','20131210-7277',NULL),(19863,5302,1,530,'2013-12-10 15:20:18',1,0,'','201312108','2013-12-10','2013-12-10','20131210-8','07:20',1,'DR AMOAH',NULL,'','20131210-7277',NULL),(19866,5302,4,530,'2013-12-10 15:20:18',1,0,'','201312108','2013-12-10','2013-12-10','20131210-8','07:20',1,'DR AMOAH',NULL,'','20131210-7277',NULL),(19867,5303,3,530,'2013-12-10 15:23:44',0,0,'','201312109 ','2013-12-10','2013-12-10','20131210-9','07:22',1,'DR AMOAH',NULL,'','20131210-7278',NULL),(19869,5303,1,530,'2013-12-10 15:23:44',0,0,'','201312109 ','2013-12-10','2013-12-10','20131210-9','07:23',1,'DR AMOAH',NULL,'','20131210-7278',NULL),(19870,1700,1,530,'2013-12-10 15:26:29',0,0,'','2013121010','2013-12-10','2013-12-10','20131210-10','07:25',1,'DR AMOAH',NULL,'','20131210-7279',NULL),(19872,1700,2,530,'2013-12-10 15:26:30',0,0,'','2013121010','2013-12-10','2013-12-10','20131210-10','07:26',1,'DR AMOAH',NULL,'','20131210-7279',NULL),(19873,5304,3,530,'2013-12-10 15:37:38',0,0,'','2013121011','2013-12-10','2013-12-10','20131210-11','07:35',1,'DR AMOAH',NULL,'','20131210-7280',NULL),(19875,5304,1,530,'2013-12-10 15:37:39',0,0,'','2013121011','2013-12-10','2013-12-10','20131210-11','07:37',1,'DR AMOAH',NULL,'','20131210-7280',NULL),(19878,5304,4,530,'2013-12-10 15:37:39',1,0,'','2013121011','2013-12-10','2013-12-10','20131210-11','07:37',1,'DR AMOAH',NULL,'','20131210-7280',NULL),(19879,5103,1,530,'2013-12-10 15:40:45',0,0,'','2013121012','2013-12-10','2013-12-10','20131210-12','07:39',1,'DR OWHANDOH',NULL,'','20131210-7281',NULL),(19880,5263,1,530,'2013-12-10 15:45:17',0,0,'','2013121013','2013-12-10','2013-12-10','20131210-13','07:43',1,'DR VORTIA',NULL,'','20131210-7282',NULL),(19882,5263,2,530,'2013-12-10 15:45:17',0,0,'','2013121013','2013-12-10','2013-12-10','20131210-13','07:45',1,'DR VORTIA',NULL,'','20131210-7282',NULL),(19883,5305,2,530,'2013-12-10 15:49:18',1,0,'','2013121014','2013-12-10','2013-12-10','20131210-14','07:48',1,'',NULL,'','20131210-7283',NULL),(19884,5306,1,530,'2013-12-10 16:12:35',0,0,'','2013121015','2013-12-10','2013-12-10','20131210-15','08:09',1,'DR OFORI ANTI',NULL,'','20131210-7284',NULL),(19886,5306,3,530,'2013-12-10 16:12:35',1,0,'','2013121015','2013-12-10','2013-12-10','20131210-15','08:11',1,'DR OFORI ANTI',NULL,'','20131210-7284',NULL),(19889,5306,5,530,'2013-12-10 16:12:36',1,0,'','2013121015','2013-12-10','2013-12-10','20131210-15','08:12',1,'DR OFORI ANTI',NULL,'','20131210-7284',NULL),(19890,5307,4,530,'2013-12-10 16:17:03',1,0,'','2013121016','2013-12-10','2013-12-10','20131210-16','08:15',1,'',NULL,'','20131210-7285',NULL),(19891,54,2,530,'2013-12-10 16:28:18',1,0,'','2013121017 ','2013-12-10','2013-12-10','20131210-17','08:27',1,'DR OFORI ANTI',NULL,'','20131210-7286',NULL),(19892,5308,3,530,'2013-12-10 16:51:38',0,0,'','2013121018','2013-12-10','2013-12-10','20131210-18','08:50',1,'DR DJAN',NULL,'','20131210-7287',NULL),(19893,5273,1,530,'2013-12-10 16:52:46',0,0,'','2013121019 ','2013-12-10','2013-12-10','20131210-19','08:49',1,'DR NUAMAH',NULL,'','20131210-7288',NULL),(19895,5273,2,530,'2013-12-10 16:52:46',0,0,'','2013121018','2013-12-10','2013-12-10','20131210-19','08:52',1,'DR NUAMAH',NULL,'','20131210-7288',NULL),(19896,5309,3,530,'2013-12-10 17:05:53',0,0,'','2013121020','2013-12-10','2013-12-10','20131210-20','09:04',1,'DR NTOEW DJAN',NULL,'','20131210-7289',NULL),(19898,5309,1,530,'2013-12-10 17:05:53',1,0,'','2013121020','2013-12-10','2013-12-10','20131210-20','09:05',1,'DR NTOEW DJAN',NULL,'','20131210-7289',NULL),(19901,5309,4,530,'2013-12-10 17:05:54',1,0,'','2013121020','2013-12-10','2013-12-10','20131210-20','09:05',1,'DR NTOEW DJAN',NULL,'','20131210-7289',NULL),(19902,5310,3,530,'2013-12-10 17:08:06',0,0,'','2013121021 ','2013-12-10','2013-12-10','20131210-21','09:07',1,'DR NTOEW DJAN',NULL,'','20131210-7290',NULL),(19904,5310,1,530,'2013-12-10 17:08:07',1,0,'','2013121021 ','2013-12-10','2013-12-10','20131210-21','09:07',1,'DR NTOEW DJAN',NULL,'','20131210-7290',NULL),(19907,5310,4,530,'2013-12-10 17:08:07',1,0,'','2013121021 ','2013-12-10','2013-12-10','20131210-21','09:07',1,'DR NTOEW DJAN',NULL,'','20131210-7290',NULL),(19908,5311,3,530,'2013-12-10 17:14:35',1,0,'','2013121022','2013-12-10','2013-12-10','20131210-22','09:13',1,'',NULL,'','20131210-7291',NULL),(19909,5312,1,530,'2013-12-10 17:18:55',0,0,'','2013121023','2013-12-10','2013-12-10','20131210-23','09:17',1,'DR OWHANDOH',NULL,'','20131210-7292',NULL),(19911,5312,4,530,'2013-12-10 17:18:56',1,0,'','2013121023','2013-12-10','2013-12-10','20131210-23','09:18',1,'DR OWHANDOH',NULL,'','20131210-7292',NULL),(19914,5312,3,530,'2013-12-10 17:18:56',0,0,'','2013121023','2013-12-10','2013-12-10','20131210-23','09:18',1,'DR OWHANDOH',NULL,'','20131210-7292',NULL),(19915,5313,3,530,'2013-12-10 17:23:55',0,0,'','2013121024 ','2013-12-10','2013-12-10','20131210-24','09:23',1,'DR OFORI ANTI',NULL,'','20131210-7293',NULL),(19916,5314,3,530,'2013-12-10 17:29:00',1,0,'','2013121025','2013-12-10','2013-12-10','20131210-25','09:27',1,'DR OWHANDOH',NULL,'','20131210-7294',NULL),(19918,5314,1,530,'2013-12-10 17:29:00',1,0,'','2013121025','2013-12-10','2013-12-10','20131210-25','09:28',1,'DR OWHANDOH',NULL,'','20131210-7294',NULL),(19921,5314,4,530,'2013-12-10 17:29:00',1,0,'','2013121025','2013-12-10','2013-12-10','20131210-25','09:28',1,'DR OWHANDOH',NULL,'','20131210-7294',NULL),(19922,5222,4,530,'2013-12-10 17:31:33',1,0,'','2013121026','2013-12-10','2013-12-10','20131210-26','09:30',1,'DR NTOEW DJAN',NULL,'','20131210-7295',NULL),(19923,5315,3,530,'2013-12-10 17:45:23',1,0,'','2013121027','2013-12-10','2013-12-10','20131210-27','09:44',1,'DR OWHANDOH',NULL,'','20131210-7296',NULL),(19925,5315,4,530,'2013-12-10 17:45:24',1,0,'','2013121027','2013-12-10','2013-12-10','20131210-27','09:45',1,'DR OWHANDOH',NULL,'','20131210-7296',NULL),(19926,5316,1,530,'2013-12-10 17:50:57',0,0,'','2013121028','2013-12-10','2013-12-10','20131210-28','09:50',1,'DR NTOEW DJAN',NULL,'','20131210-7297',NULL),(19927,5317,3,530,'2013-12-10 18:06:10',0,0,'','2013121029 ','2013-12-10','2013-12-10','20131210-29','10:04',1,'DR NTOEW DJAN',NULL,'','20131210-7298',NULL),(19929,5317,4,530,'2013-12-10 18:06:10',1,0,'','2013121029 ','2013-12-10','2013-12-10','20131210-29','10:05',1,'DR NTOEW DJAN',NULL,'','20131210-7298',NULL),(19932,5317,1,530,'2013-12-10 18:06:11',1,0,'','2013121029 ','2013-12-10','2013-12-10','20131210-29','10:05',1,'DR NTOEW DJAN',NULL,'','20131210-7298',NULL),(19933,5318,1,530,'2013-12-10 18:10:34',0,0,'','2013121030 ','2013-12-10','2013-12-10','20131210-30','10:09',1,'DR TACHIE',NULL,'','20131210-7299',NULL),(19935,5318,2,530,'2013-12-10 18:10:34',0,0,'','2013121030 ','2013-12-10','2013-12-10','20131210-30','10:10',1,'DR TACHIE',NULL,'','20131210-7299',NULL),(19936,5143,1,530,'2013-12-10 18:13:14',1,0,'','2013121031','2013-12-10','2013-12-10','20131210-31','10:11',1,'DR OFORI ANTI',NULL,'','20131210-7300',NULL),(19938,5143,5,530,'2013-12-10 18:13:15',1,0,'','2013121031','2013-12-10','2013-12-10','20131210-31','10:12',1,'DR OFORI ANTI',NULL,'','20131210-7300',NULL),(19939,5319,5,530,'2013-12-10 18:18:28',1,0,'','2013121032 ','2013-12-10','2013-12-10','20131210-32','10:17',1,'DR TACHIE',NULL,'','20131210-7301',NULL),(19940,5320,3,530,'2013-12-10 18:22:33',0,0,'','2013121033','2013-12-10','2013-12-10','20131210-33','10:22',1,'DR FUMMY',NULL,'','20131210-7302',NULL),(19941,5321,1,530,'2013-12-10 18:42:16',0,0,'','2013121034','2013-12-10','2013-12-10','20131210-34','10:41',1,'DR VORTIA',NULL,'','20131210-7303',NULL),(19943,5321,2,530,'2013-12-10 18:42:16',0,0,'','2013121034','2013-12-10','2013-12-10','20131210-34','10:41',1,'DR VORTIA',NULL,'','20131210-7303',NULL),(19944,5322,3,530,'2013-12-10 18:47:59',0,0,'','2013121035','2013-12-10','2013-12-10','20131210-35','10:46',1,'DR OFORI ANTI',NULL,'','20131210-7304',NULL),(19945,4438,3,530,'2013-12-10 18:57:27',0,0,'','2013121036 ','2013-12-10','2013-12-10','20131210-36','10:54',1,'DR TAKYI',NULL,'','20131210-7305',NULL),(19947,4438,1,530,'2013-12-10 18:57:28',0,0,'','2013121036 ','2013-12-10','2013-12-10','20131210-36','10:56',1,'DR TAKYI',NULL,'','20131210-7305',NULL),(19948,5323,3,530,'2013-12-10 19:00:07',0,0,'','2013121037','2013-12-10','2013-12-10','20131210-37','10:59',1,'DR OFORI ANTI',NULL,'','20131210-7306',NULL),(19949,5324,3,530,'2013-12-10 19:02:52',0,0,'','2013121038','2013-12-10','2013-12-10','20131210-38','11:01',1,'DR OWHANDOH',NULL,'','20131210-7307',NULL),(19951,5324,4,530,'2013-12-10 19:02:52',1,0,'','2013121038','2013-12-10','2013-12-10','20131210-38','11:02',1,'DR OWHANDOH',NULL,'','20131210-7307',NULL),(19952,5325,3,530,'2013-12-10 19:05:34',0,0,'','2013121039','2013-12-10','2013-12-10','20131210-39','11:04',1,'DR NTOEW DJAN',NULL,'','20131210-7308',NULL),(19953,5326,3,530,'2013-12-10 19:11:15',0,0,'','2013121040','2013-12-10','2013-12-10','20131210-40','11:10',1,'DR NTOEW DJAN',NULL,'','20131210-7309',NULL),(19954,5327,3,530,'2013-12-10 19:13:25',0,0,'','2013121041','2013-12-10','2013-12-10','20131210-41','11:12',1,'DR NTOEW DJAN',NULL,'','20131210-7310',NULL),(19956,5327,4,530,'2013-12-10 19:13:25',1,0,'','2013121041','2013-12-10','2013-12-10','20131210-41','11:13',1,'DR NTOEW DJAN',NULL,'','20131210-7310',NULL),(19957,5328,3,530,'2013-12-10 19:15:38',0,0,'','2013121042','2013-12-10','2013-12-10','20131210-42','11:14',1,'DR OFORI ANTI',NULL,'','20131210-7311',NULL),(19958,5257,3,530,'2013-12-10 19:24:55',1,0,'','2013121043','2013-12-10','2013-12-10','20131210-43','11:23',1,'DR OFORI ANTI',NULL,'','20131210-7312',NULL),(19959,3498,4,530,'2013-12-10 19:26:13',1,0,'','2013121044','2013-12-10','2013-12-10','20131210-44','11:25',1,'DR NTOEW DJAN',NULL,'','20131210-7313',NULL),(19960,4868,3,530,'2013-12-10 19:28:33',0,0,'','2013121045','2013-12-10','2013-12-10','20131210-45','11:27',1,'DR ADOTEY',NULL,'','20131210-7314',NULL),(19962,4868,2,530,'2013-12-10 19:28:33',1,0,'','2013121045','2013-12-10','2013-12-10','20131210-45','11:28',1,'DR ADOTEY',NULL,'','20131210-7314',NULL),(19963,1359,1,530,'2013-12-10 19:29:56',0,0,'','2013121046','2013-12-10','2013-12-10','20131210-46','11:29',1,'DR ADOTEY',NULL,'','20131210-7315',NULL),(19964,5329,3,530,'2013-12-10 19:37:08',0,0,'','2013121047','2013-12-10','2013-12-10','20131210-47','11:36',1,'',NULL,'','20131210-7316',NULL),(19965,5330,3,530,'2013-12-10 19:39:59',0,0,'','2013121048 ','2013-12-10','2013-12-10','20131210-48','11:39',1,'DR NTOEW DJAN',NULL,'','20131210-7317',NULL),(19966,5331,3,534,'2013-12-10 19:41:32',0,0,'','2013121049','2013-12-10','2013-12-10','20131210-49','11:39',1,'DR OWHANDOH',NULL,'','20131210-7318',NULL),(19968,5331,4,534,'2013-12-10 19:41:32',1,0,'','2013121049','2013-12-10','2013-12-10','20131210-49','11:40',1,'DR OWHANDOH',NULL,'','20131210-7318',NULL),(19971,5331,1,534,'2013-12-10 19:41:32',0,0,'','2013121049','2013-12-10','2013-12-10','20131210-49','11:40',1,'DR OWHANDOH',NULL,'','20131210-7318',NULL),(19972,5332,3,534,'2013-12-10 19:44:21',0,0,'','2013121051','2013-12-10','2013-12-10','20131210-51','11:43',1,'DR FUMMY',NULL,'','20131210-7320',NULL),(19973,4823,1,530,'2013-12-10 19:46:18',0,0,'','2013121050','2013-12-10','2013-12-10','20131210-50','11:41',1,'DR FUMMY',NULL,'','20131210-7319',NULL),(19974,5334,3,530,'2013-12-10 19:49:02',0,0,'','','2013-12-10','2013-12-10','20131210-53','11:48',1,'',NULL,'','20131210-7322',NULL),(19976,5334,4,530,'2013-12-10 19:49:03',0,0,'','2013121050','2013-12-10','2013-12-10','20131210-53','11:48',1,'',NULL,'','20131210-7322',NULL),(19977,4812,1,530,'2013-12-10 19:51:01',1,0,'','2013121054','2013-12-10','2013-12-10','20131210-54','11:49',1,'DR ADOTEY',NULL,'','20131210-7323',NULL),(19978,5333,1,534,'2013-12-10 19:51:48',0,0,'','2013121052 ','2013-12-10','2013-12-10','20131210-52','11:48',1,'',NULL,'','20131210-7321',NULL),(19980,5333,3,534,'2013-12-10 19:51:48',0,0,'','2013121052 ','2013-12-10','2013-12-10','20131210-52','11:50',1,'',NULL,'','20131210-7321',NULL),(19981,5335,3,530,'2013-12-10 19:55:49',1,0,'','2013121055','2013-12-10','2013-12-10','20131210-55','11:54',1,'DR OWHANDOH',NULL,'','20131210-7324',NULL),(19983,5335,5,530,'2013-12-10 19:55:49',0,0,'','2013121055','2013-12-10','2013-12-10','20131210-55','11:55',1,'DR OWHANDOH',NULL,'','20131210-7324',NULL),(19986,5335,4,530,'2013-12-10 19:55:49',1,0,'','2013121055','2013-12-10','2013-12-10','20131210-55','11:55',1,'DR OWHANDOH',NULL,'','20131210-7324',NULL),(19987,5336,3,534,'2013-12-10 20:00:11',0,0,'','2013121057','2013-12-10','2013-12-10','20131210-57','11:59',1,'DR NTOEW DJAN',NULL,'','20131210-7326',NULL),(19988,5337,3,534,'2013-12-10 20:04:37',0,0,'','2013121058','2013-12-10','2013-12-10','20131210-58','12:03',1,'DR NTOW DJAN',NULL,'','20131210-7327',NULL),(19989,5311,3,552,'2013-12-10 20:08:07',1,0,'','2013121022','2013-12-10','2013-12-10','20131210-60','12:07',1,'',NULL,'','20131210-7329',NULL),(19990,5338,3,530,'2013-12-10 20:10:00',0,0,'','2013121059','2013-12-10','2013-12-10','20131210-59','12:08',1,'DR FUMMY',NULL,'','20131210-7328',NULL),(19991,5339,3,530,'2013-12-10 20:11:32',0,0,'','2013121061','2013-12-10','2013-12-10','20131210-61','12:11',1,'',NULL,'','20131210-7330',NULL),(19992,1830,3,530,'2013-12-10 20:13:04',0,0,'','2013121062 ','2013-12-10','2013-12-10','20131210-62','12:12',1,'',NULL,'','20131210-7331',NULL),(19994,1830,4,530,'2013-12-10 20:13:04',1,0,'','2013121062 ','2013-12-10','2013-12-10','20131210-62','12:12',1,'',NULL,'','20131210-7331',NULL),(19995,5340,3,530,'2013-12-10 20:21:29',0,0,'','2013121063','2013-12-10','2013-12-10','20131210-63','12:19',1,'DR OWHANDOH',NULL,'','20131210-7332',NULL),(19997,5340,5,530,'2013-12-10 20:21:30',0,0,'','2013121063','2013-12-10','2013-12-10','20131210-63','12:21',1,'DR OWHANDOH',NULL,'','20131210-7332',NULL),(19998,5341,3,530,'2013-12-10 20:29:02',0,0,'','2013121064','2013-12-10','2013-12-10','20131210-64','12:27',1,'',NULL,'','20131210-7333',NULL),(20000,5341,4,530,'2013-12-10 20:29:03',1,0,'','2013121064','2013-12-10','2013-12-10','20131210-64','12:28',1,'',NULL,'','20131210-7333',NULL),(20001,5342,1,530,'2013-12-10 20:32:26',1,0,'','2013121065 ','2013-12-10','2013-12-10','20131210-65','12:31',1,'',NULL,'','20131210-7334',NULL),(20002,5343,3,530,'2013-12-10 20:34:36',0,0,'','2013121066','2013-12-10','2013-12-10','20131210-66','12:33',1,'DR NTOW DJAN',NULL,'','20131210-7335',NULL),(20004,5343,1,530,'2013-12-10 20:34:36',1,0,'','2013121066','2013-12-10','2013-12-10','20131210-66','12:34',1,'DR NTOW DJAN',NULL,'','20131210-7335',NULL),(20005,5344,1,530,'2013-12-10 20:42:37',1,0,'','2013121067','2013-12-10','2013-12-10','20131210-67','12:41',1,'',NULL,'','20131210-7336',NULL),(20006,5345,3,530,'2013-12-10 20:49:10',0,0,'','2013121068','2013-12-10','2013-12-10','20131210-68','12:48',1,'',NULL,'','20131210-7337',NULL),(20007,3181,5,552,'2013-12-10 20:52:11',1,0,'','2013110960','2013-12-10','2013-12-10','20131210-69','12:51',1,'',NULL,'','20131210-7338',NULL),(20008,5346,3,530,'2013-12-10 20:58:15',1,0,'','2013121070 ','2013-12-10','2013-12-10','20131210-70','12:54',1,'DR OWHANDOH',NULL,'','20131210-7339',NULL),(20010,5346,4,530,'2013-12-10 20:58:16',1,0,'','2013121070 ','2013-12-10','2013-12-10','20131210-70','12:55',1,'DR OWHANDOH',NULL,'','20131210-7339',NULL),(20013,5346,1,530,'2013-12-10 20:58:16',0,0,'','2013121070 ','2013-12-10','2013-12-10','20131210-70','12:55',1,'DR OWHANDOH',NULL,'','20131210-7339',NULL),(20017,5346,5,530,'2013-12-10 20:58:16',1,0,'','2013121070 ','2013-12-10','2013-12-10','20131210-70','12:58',1,'DR OWHANDOH',NULL,'','20131210-7339',NULL),(20018,5347,3,530,'2013-12-10 21:01:52',0,0,'','2013121071','2013-12-10','2013-12-10','20131210-71','13:01',1,'',NULL,'','20131210-7340',NULL),(20020,5347,1,530,'2013-12-10 21:01:52',1,0,'','2013121071','2013-12-10','2013-12-10','20131210-71','13:01',1,'',NULL,'','20131210-7340',NULL),(20023,5347,4,530,'2013-12-10 21:01:53',0,0,'','2013121071','2013-12-10','2013-12-10','20131210-71','13:01',1,'',NULL,'','20131210-7340',NULL),(20024,5246,1,530,'2013-12-10 21:03:21',0,0,'','2013121072','2013-12-10','2013-12-10','20131210-72','13:03',1,'',NULL,'','20131210-7341',NULL),(20025,5348,3,530,'2013-12-10 21:05:50',0,0,'','2013121073','2013-12-10','2013-12-10','20131210-73','13:04',1,'',NULL,'','20131210-7342',NULL),(20027,5348,4,530,'2013-12-10 21:05:50',1,0,'','2013121073','2013-12-10','2013-12-10','20131210-73','13:05',1,'',NULL,'','20131210-7342',NULL),(20028,4088,3,530,'2013-12-10 21:17:28',0,0,'','2013121074','2013-12-10','2013-12-10','20131210-74','13:08',1,'',NULL,'','20131210-7343',NULL),(20030,4088,4,530,'2013-12-10 21:17:29',1,0,'','2013121074','2013-12-10','2013-12-10','20131210-74','13:17',1,'',NULL,'','20131210-7343',NULL),(20033,4088,1,530,'2013-12-10 21:17:29',1,0,'','2013121074','2013-12-10','2013-12-10','20131210-74','13:17',1,'',NULL,'','20131210-7343',NULL),(20034,5349,3,530,'2013-12-10 21:19:25',0,0,'','2013121075','2013-12-10','2013-12-10','20131210-75','13:18',1,'DR ARYEE',NULL,'','20131210-7344',NULL),(20035,3805,4,555,'2013-12-10 21:20:51',1,0,'','2013120719','2013-12-10','2013-12-10','20131210-76','13:20',1,'',NULL,'','20131210-7345',NULL),(20036,4004,3,530,'2013-12-10 21:34:25',0,0,'','2013121078','2013-12-10','2013-12-10','20131210-78','13:33',1,'DR FUMMY',NULL,'','20131210-7347',NULL),(20037,5350,5,530,'2013-12-10 21:57:18',1,0,'','2013121079','2013-12-10','2013-12-10','20131210-79','13:56',1,'DR FUMMY',NULL,'','20131210-7348',NULL),(20038,5351,3,530,'2013-12-10 22:14:08',0,0,'','2013121053','2013-12-10','2013-12-10','20131210-80','14:13',1,'DR OWHANDOH',NULL,'','20131210-7349',NULL),(20040,5351,4,530,'2013-12-10 22:14:08',1,0,'','2013121053','2013-12-10','2013-12-10','20131210-80','14:13',1,'DR OWHANDOH',NULL,'','20131210-7349',NULL),(20041,2873,3,530,'2013-12-10 22:36:07',0,0,'','2013121081','2013-12-10','2013-12-10','20131210-81','14:35',1,'DR TAKYI',NULL,'','20131210-7350',NULL),(20043,2873,4,530,'2013-12-10 22:36:07',1,0,'','2013121081','2013-12-10','2013-12-10','20131210-81','14:35',1,'DR TAKYI',NULL,'','20131210-7350',NULL),(20044,5352,3,530,'2013-12-10 22:41:48',0,0,'','2013121082','2013-12-10','2013-12-10','20131210-82','14:41',1,'DR FUMMY',NULL,'','20131210-7351',NULL),(20045,5349,4,536,'2013-12-10 22:45:58',1,0,'','2013121075','2013-12-10','2013-12-10','20131210-83','14:45',1,'',NULL,'','20131210-7352',NULL),(20046,5353,3,530,'2013-12-10 22:52:16',0,0,'','2013121084','2013-12-10','2013-12-10','20131210-84','14:51',1,'DR NUAMAH',NULL,'','20131210-7353',NULL),(20047,5354,3,530,'2013-12-10 22:55:18',0,0,'','2013121085','2013-12-10','2013-12-10','20131210-85','14:54',1,'DR NUAMAH',NULL,'','20131210-7354',NULL),(20048,5355,3,530,'2013-12-10 23:23:33',0,0,'','2013121086 ','2013-12-10','2013-12-10','20131210-86','15:22',1,'DR NUAMAH',NULL,'','20131210-7355',NULL),(20049,5356,3,530,'2013-12-10 23:33:21',0,0,'','2013121087','2013-12-10','2013-12-10','20131210-87','15:32',1,'DR NUAMAH',NULL,'','20131210-7356',NULL),(20050,4417,1,534,'2013-12-11 00:02:41',1,0,'','2013112752','2013-12-10','2013-11-27','20131210-89','16:02',1,'',NULL,'','20131210-7358',NULL),(20051,5335,3,530,'2013-12-11 00:09:41',0,0,'','2013121055','2013-12-10','2013-12-10','20131210-90','16:07',1,'DR NUAMAH',NULL,'','20131210-7359',NULL),(20053,5335,1,530,'2013-12-11 00:09:41',1,0,'','2013121055','2013-12-10','2013-12-10','20131210-90','16:09',1,'DR NUAMAH',NULL,'','20131210-7359',NULL),(20054,5357,3,530,'2013-12-11 00:23:20',0,0,'','2013121093 ','2013-12-10','2013-12-10','20131210-93','16:22',1,'DR OFORI ANTI',NULL,'','20131210-7362',NULL),(20056,5357,5,530,'2013-12-11 00:23:20',1,0,'','2013121093 ','2013-12-10','2013-12-10','20131210-93','16:23',1,'DR OFORI ANTI',NULL,'','20131210-7362',NULL),(20057,5190,4,534,'2013-12-11 00:23:23',1,0,'','2013120829','2013-12-10','2013-12-08','20131210-92','16:16',1,'',NULL,'','20131210-7361',NULL),(20058,5358,3,530,'2013-12-11 00:34:21',0,0,'','2013121094','2013-12-10','2013-12-10','20131210-94','16:33',1,'DR YEBOAH',NULL,'','20131210-7363',NULL),(20060,5358,4,530,'2013-12-11 00:34:22',1,0,'','2013121094','2013-12-10','2013-12-10','20131210-94','16:34',1,'DR YEBOAH',NULL,'','20131210-7363',NULL),(20061,5359,3,530,'2013-12-11 00:38:57',0,0,'','2013121095','2013-12-10','2013-12-10','20131210-95','16:38',1,'',NULL,'','20131210-7364',NULL),(20062,5360,3,530,'2013-12-11 00:42:31',0,0,'','2013121096','2013-12-10','2013-12-10','20131210-96','16:40',1,'DR OWHANDOH',NULL,'','20131210-7365',NULL),(20064,5360,1,530,'2013-12-11 00:42:31',0,0,'','2013121096','2013-12-10','2013-12-10','20131210-96','16:41',1,'DR OWHANDOH',NULL,'','20131210-7365',NULL),(20067,5360,4,530,'2013-12-11 00:42:31',1,0,'','2013121096','2013-12-10','2013-12-10','20131210-96','16:42',1,'DR OWHANDOH',NULL,'','20131210-7365',NULL),(20068,5354,1,530,'2013-12-11 00:49:39',1,0,'','2013121085','2013-12-10','2013-12-10','20131210-97','16:49',1,'',NULL,'','20131210-7366',NULL),(20069,5361,3,530,'2013-12-11 00:51:13',0,0,'','2013121098','2013-12-10','2013-12-10','20131210-98','16:50',1,'',NULL,'','20131210-7367',NULL),(20070,5362,1,530,'2013-12-11 00:59:31',1,0,'','2013121099 ','2013-12-10','2013-12-10','20131210-99','16:58',1,'DR OFORI ANTI',NULL,'','20131210-7368',NULL),(20072,5362,4,530,'2013-12-11 00:59:31',1,0,'','2013121099 ','2013-12-10','2013-12-10','20131210-99','16:58',1,'DR OFORI ANTI',NULL,'','20131210-7368',NULL),(20075,5362,2,530,'2013-12-11 00:59:31',1,0,'','2013121099 ','2013-12-10','2013-12-10','20131210-99','16:59',1,'DR OFORI ANTI',NULL,'','20131210-7368',NULL),(20076,5363,3,530,'2013-12-11 01:04:20',0,0,'','20131210100','2013-12-10','2013-12-10','20131210-100','17:03',1,'DR OFORI',NULL,'','20131210-7369',NULL),(20077,5364,1,530,'2013-12-11 01:19:34',0,0,'','20131210101','2013-12-10','2013-12-10','20131210-101','17:17',1,'DR OFORI ANTI',NULL,'','20131210-7370',NULL),(20079,5364,3,530,'2013-12-11 01:19:34',1,0,'','20131210101','2013-12-10','2013-12-10','20131210-101','17:18',1,'DR OFORI ANTI',NULL,'','20131210-7370',NULL),(20082,5364,4,530,'2013-12-11 01:19:34',1,0,'','20131210101','2013-12-10','2013-12-10','20131210-101','17:19',1,'DR OFORI ANTI',NULL,'','20131210-7370',NULL),(20083,2524,3,530,'2013-12-11 01:21:43',0,0,'','20131210102 ','2013-12-10','2013-12-10','20131210-102','17:20',1,'DR YEBOAH',NULL,'','20131210-7371',NULL),(20085,2524,4,530,'2013-12-11 01:21:43',1,0,'','20131210102 ','2013-12-10','2013-12-10','20131210-102','17:21',1,'DR YEBOAH',NULL,'','20131210-7371',NULL),(20086,5356,3,530,'2013-12-11 01:29:36',1,0,'','2013121087','2013-12-10','2013-12-10','20131210-103','17:26',1,'DR NUAMAH',NULL,'','20131210-7372',NULL),(20087,5365,3,530,'2013-12-11 01:36:30',0,0,'','20131210104','2013-12-10','2013-12-10','20131210-104','17:35',1,'DR NUAMAH',NULL,'','20131210-7373',NULL),(20088,2470,1,530,'2013-12-11 01:54:11',0,0,'','20131210105 ','2013-12-10','2013-12-10','20131210-105','17:50',1,'DR ADOTEY',NULL,'','20131210-7374',NULL),(20089,5360,4,504,'2013-12-11 02:00:16',1,0,'','2013121096','2013-12-10','2013-12-10','20131210-106','17:58',1,'DR OWHANDOH',NULL,'','20131210-7375',NULL),(20090,5366,3,530,'2013-12-11 02:07:49',0,0,'','20131210107','2013-12-10','2013-12-10','20131210-107','18:06',1,'DR NUAMAH',NULL,'','20131210-7376',NULL),(20092,5366,1,530,'2013-12-11 02:07:49',1,0,'','20131210107','2013-12-10','2013-12-10','20131210-107','18:07',1,'DR NUAMAH',NULL,'','20131210-7376',NULL),(20095,5366,4,530,'2013-12-11 02:07:49',1,0,'','20131210107','2013-12-10','2013-12-10','20131210-107','18:07',1,'DR NUAMAH',NULL,'','20131210-7376',NULL),(20096,5367,3,530,'2013-12-11 02:24:18',0,0,'','20131210108','2013-12-10','2013-12-10','20131210-108','18:22',1,'DR AMABLE',NULL,'','20131210-7377',NULL),(20098,5367,1,530,'2013-12-11 02:24:18',0,0,'','20131210108','2013-12-10','2013-12-10','20131210-108','18:23',1,'DR AMABLE',NULL,'','20131210-7377',NULL),(20099,5368,3,530,'2013-12-11 02:26:53',0,0,'','20131210109','2013-12-10','2013-12-10','20131210-109','18:26',1,'DR YEBOAH',NULL,'','20131210-7378',NULL),(20101,5368,4,530,'2013-12-11 02:26:54',1,0,'','20131210109','2013-12-10','2013-12-10','20131210-109','18:26',1,'DR YEBOAH',NULL,'','20131210-7378',NULL),(20102,5369,3,530,'2013-12-11 02:35:37',0,0,'','20131210110','2013-12-10','2013-12-10','20131210-110','18:34',1,'DR YEBOAH',NULL,'','20131210-7379',NULL),(20104,5369,4,530,'2013-12-11 02:35:37',1,0,'','20131210110','2013-12-10','2013-12-10','20131210-110','18:35',1,'DR YEBOAH',NULL,'','20131210-7379',NULL),(20105,5168,3,530,'2013-12-11 02:39:57',0,0,'','20131210111','2013-12-10','2013-12-10','20131210-111','18:36',1,'DR OFORI',NULL,'','20131210-7380',NULL),(20106,511,3,530,'2013-12-11 02:48:30',1,0,'','20131210112 ','2013-12-10','2013-12-10','20131210-112','18:47',1,'DR AMABLE',NULL,'','20131210-7381',NULL),(20107,528,3,530,'2013-12-11 02:55:18',0,0,'','20131210113','2013-12-10','2013-12-10','20131210-113','18:54',1,'DR OFORI ANTI',NULL,'','20131210-7382',NULL),(20109,528,4,530,'2013-12-11 02:55:18',1,0,'','20131210113','2013-12-10','2013-12-10','20131210-113','18:54',1,'DR OFORI ANTI',NULL,'','20131210-7382',NULL),(20110,5370,3,530,'2013-12-11 03:02:48',0,0,'','20131210114','2013-12-10','2013-12-10','20131210-114','19:01',1,'DR NUAMAH',NULL,'','20131210-7383',NULL),(20112,5370,5,530,'2013-12-11 03:02:49',1,0,'','20131210114','2013-12-10','2013-12-10','20131210-114','19:02',1,'DR NUAMAH',NULL,'','20131210-7383',NULL),(20115,5370,1,530,'2013-12-11 03:02:49',1,0,'','20131210114','2013-12-10','2013-12-10','20131210-114','19:02',1,'DR NUAMAH',NULL,'','20131210-7383',NULL),(20116,4407,3,531,'2013-12-11 03:10:34',0,0,'','20131210115','2013-12-10','2013-12-10','20131210-115','19:07',1,'DR NUAMAH',NULL,'','20131210-7384',NULL),(20118,4407,1,531,'2013-12-11 03:10:35',1,0,'','20131210115','2013-12-10','2013-12-10','20131210-115','19:10',1,'DR NUAMAH',NULL,'','20131210-7384',NULL),(20119,5284,5,531,'2013-12-11 03:18:05',1,0,'','20131210116','2013-12-10','2013-12-10','20131210-116','19:16',1,'DR AMABLE',NULL,'','20131210-7385',NULL),(20120,5371,3,531,'2013-12-11 03:25:25',0,0,'','20131210117','2013-12-10','2013-12-10','20131210-117','19:23',1,'DR NUAMAH',NULL,'','20131210-7386',NULL),(20122,5371,1,531,'2013-12-11 03:25:26',1,0,'','20131210117','2013-12-10','2013-12-10','20131210-117','19:24',1,'DR NUAMAH',NULL,'','20131210-7386',NULL),(20125,5371,4,531,'2013-12-11 03:25:26',1,0,'','20131210117','2013-12-10','2013-12-10','20131210-117','19:25',1,'DR NUAMAH',NULL,'','20131210-7386',NULL),(20126,3811,3,531,'2013-12-11 03:31:19',0,0,'','20131210118','2013-12-10','2013-12-10','20131210-118','19:29',1,'DR YEBOAH',NULL,'','20131210-7387',NULL),(20127,5372,3,531,'2013-12-11 03:42:47',0,0,'','20131210119 ','2013-12-10','2013-12-10','20131210-119','19:41',1,'DR NUAMAH',NULL,'','20131210-7388',NULL),(20128,5366,3,536,'2013-12-11 03:56:56',1,0,'','20131210107','2013-12-10','2013-12-10','20131210-120','19:56',1,'',NULL,'','20131210-7389',NULL),(20129,5164,4,531,'2013-12-11 04:05:31',0,0,'','2013120784','2013-12-10','2013-12-10','20131210-121','20:04',1,'',NULL,'','20131210-7390',NULL),(20130,5373,3,531,'2013-12-11 04:08:18',0,0,'','20131210122','2013-12-10','2013-12-10','20131210-122','20:07',1,'DR NUAMAH',NULL,'','20131210-7391',NULL),(20132,5373,1,531,'2013-12-11 04:08:18',0,0,'','20131210122','2013-12-10','2013-12-10','20131210-122','20:07',1,'DR NUAMAH',NULL,'','20131210-7391',NULL),(20133,5374,3,531,'2013-12-11 04:25:53',1,0,'','20131210123 ','2013-12-10','2013-12-10','20131210-123','20:24',1,'DR NUAMAH',NULL,'','20131210-7392',NULL),(20134,5366,3,531,'2013-12-11 04:37:31',1,0,'','20131210124 ','2013-12-10','2013-12-10','20131210-124','20:36',1,'DR AMOAH',NULL,'','20131210-7393',NULL),(20135,5154,1,531,'2013-12-11 04:58:40',0,0,'','20131210125','2013-12-10','2013-12-10','20131210-125','20:57',1,'DR TACHIE',NULL,'','20131210-7394',NULL),(20136,5249,1,531,'2013-12-11 05:00:52',1,0,'','20131210126','2013-12-10','2013-12-10','20131210-126','20:58',1,'DR TACHIE',NULL,'','20131210-7395',NULL),(20138,5249,2,531,'2013-12-11 05:00:52',1,0,'','20131210126','2013-12-10','2013-12-10','20131210-126','21:00',1,'DR TACHIE',NULL,'','20131210-7395',NULL),(20139,5375,3,531,'2013-12-11 06:24:36',1,0,'','20131210127','2013-12-10','2013-12-10','20131210-127','22:23',1,'DR AMOAH',NULL,'','20131210-7396',NULL),(20141,5375,1,531,'2013-12-11 06:24:36',1,0,'','20131210127','2013-12-10','2013-12-10','20131210-127','22:24',1,'DR AMOAH',NULL,'','20131210-7396',NULL),(20144,5375,4,531,'2013-12-11 06:24:36',1,0,'','20131210127','2013-12-10','2013-12-10','20131210-127','22:24',1,'DR AMOAH',NULL,'','20131210-7396',NULL),(20145,5376,3,531,'2013-12-11 07:34:31',1,0,'','20131210128','2013-12-10','2013-12-10','20131210-128','23:32',1,'DR AMOAH',NULL,'','20131210-7397',NULL),(20147,5376,1,531,'2013-12-11 07:34:31',1,0,'','20131210128','2013-12-10','2013-12-10','20131210-128','23:34',1,'DR AMOAH',NULL,'','20131210-7397',NULL),(20150,5376,5,531,'2013-12-11 07:34:31',1,0,'','20131210128','2013-12-10','2013-12-10','20131210-128','23:34',1,'DR AMOAH',NULL,'','20131210-7397',NULL),(20151,3423,3,531,'2013-12-11 13:48:44',1,0,'','201312111 ','2013-12-11','2013-12-11','20131211-1','05:47',1,'DR ARMAH',NULL,'','20131211-7398',NULL),(20153,3423,4,531,'2013-12-11 13:48:44',1,0,'','201312111 ','2013-12-11','2013-12-11','20131211-1','05:48',1,'DR ARMAH',NULL,'','20131211-7398',NULL),(20154,5377,29,531,'2013-12-11 14:34:38',0,0,'','201312112','2013-12-11','2013-12-11','20131211-2','06:33',1,'DR ',NULL,'','20131211-7399',NULL),(20155,5378,29,531,'2013-12-11 14:37:27',0,0,'','201312113','2013-12-11','2013-12-11','20131211-3','06:36',1,'PROF ARCHEAMPONG',NULL,'','20131211-7400',NULL),(20156,5379,29,531,'2013-12-11 14:41:02',0,0,'','201312114','2013-12-11','2013-12-11','20131211-4','06:38',1,'',NULL,'','20131211-7401',NULL),(20157,5051,1,530,'2013-12-11 15:38:58',0,0,'','201312115','2013-12-11','2013-12-11','20131211-5','07:37',1,'DR TACHIE',NULL,'','20131211-7402',NULL),(20158,5380,3,530,'2013-12-11 15:52:34',0,0,'','201312116','2013-12-11','2013-12-11','20131211-6','07:51',1,'DR DJAN',NULL,'','20131211-7403',NULL),(20159,2470,1,530,'2013-12-11 15:54:17',1,0,'','201312117','2013-12-11','2013-12-11','20131211-7','07:53',1,'DR ADOTEY',NULL,'','20131211-7404',NULL),(20160,5381,1,530,'2013-12-11 16:44:04',0,0,'','201312118 ','2013-12-11','2013-12-11','20131211-8','08:43',1,'',NULL,'','20131211-7405',NULL),(20161,370,2,530,'2013-12-11 17:10:12',0,0,'','201312119','2013-12-11','2013-12-11','20131211-9','09:09',1,'DR DJAN',NULL,'','20131211-7406',NULL),(20162,5382,3,530,'2013-12-11 17:21:10',1,0,'','2013121111','2013-12-11','2013-12-11','20131211-11','09:20',1,'DR NTOW DJAN',NULL,'','20131211-7408',NULL),(20164,5382,1,530,'2013-12-11 17:21:11',0,0,'','2013121111','2013-12-11','2013-12-11','20131211-11','09:21',1,'DR NTOW DJAN',NULL,'','20131211-7408',NULL),(20165,5383,3,530,'2013-12-11 17:32:57',0,0,'','2013121112','2013-12-11','2013-12-11','20131211-12','09:31',1,'PROF E D YEBOAH',NULL,'','20131211-7409',NULL),(20167,5383,1,530,'2013-12-11 17:32:57',0,0,'','2013121112','2013-12-11','2013-12-11','20131211-12','09:32',1,'PROF E D YEBOAH',NULL,'','20131211-7409',NULL),(20170,5383,4,530,'2013-12-11 17:32:57',1,0,'','2013121112','2013-12-11','2013-12-11','20131211-12','09:32',1,'PROF E D YEBOAH',NULL,'','20131211-7409',NULL),(20171,5384,3,530,'2013-12-11 17:41:37',0,0,'','2013121114','2013-12-11','2013-12-11','20131211-14','09:40',1,'DR NUAMAH',NULL,'','20131211-7411',NULL),(20172,5385,3,530,'2013-12-11 17:43:25',0,0,'','2013121113 ','2013-12-11','2013-12-11','20131211-13','09:42',1,'DR OWHANDOH',NULL,'','20131211-7410',NULL),(20173,370,1,530,'2013-12-11 17:46:10',0,0,'','201312119','2013-12-11','2013-12-11','20131211-15','09:44',1,'DR NKRUMAH',NULL,'','20131211-7412',NULL),(20174,5316,1,530,'2013-12-11 18:01:00',0,0,'','2013121116','2013-12-11','2013-12-11','20131211-16','10:00',1,'DR NUAMAH',NULL,'','20131211-7413',NULL),(20175,5386,3,530,'2013-12-11 18:02:30',0,0,'','2013121117 ','2013-12-11','2013-12-11','20131211-17','10:02',1,'',NULL,'','20131211-7414',NULL),(20176,5249,1,552,'2013-12-11 18:04:04',1,0,'','20131210126','2013-12-11','2013-12-11','20131211-18','10:03',1,'',NULL,'','20131211-7415',NULL),(20177,1987,3,530,'2013-12-11 18:06:36',0,0,'','2013121119 ','2013-12-11','2013-12-11','20131211-19','10:04',1,'DR OWHANDOH',NULL,'','20131211-7416',NULL),(20179,1987,4,530,'2013-12-11 18:06:36',1,0,'','2013121119 ','2013-12-11','2013-12-11','20131211-19','10:05',1,'DR OWHANDOH',NULL,'','20131211-7416',NULL),(20182,1987,5,530,'2013-12-11 18:06:37',1,0,'','2013121119 ','2013-12-11','2013-12-11','20131211-19','10:05',1,'DR OWHANDOH',NULL,'','20131211-7416',NULL),(20186,1987,1,530,'2013-12-11 18:06:37',0,0,'','2013121119 ','2013-12-11','2013-12-11','20131211-19','10:06',1,'DR OWHANDOH',NULL,'','20131211-7416',NULL),(20191,1987,2,530,'2013-12-11 18:06:37',0,0,'','2013121119 ','2013-12-11','2013-12-11','20131211-19','10:06',1,'DR OWHANDOH',NULL,'','20131211-7416',NULL),(20192,213,3,530,'2013-12-11 18:08:32',0,0,'','2013121120','2013-12-11','2013-12-11','20131211-20','10:07',1,'DR TAKYI',NULL,'','20131211-7417',NULL),(20194,213,2,530,'2013-12-11 18:08:32',0,0,'','2013121120','2013-12-11','2013-12-11','20131211-20','10:07',1,'DR TAKYI',NULL,'','20131211-7417',NULL),(20197,213,4,530,'2013-12-11 18:08:32',1,0,'','2013121120','2013-12-11','2013-12-11','20131211-20','10:08',1,'DR TAKYI',NULL,'','20131211-7417',NULL),(20198,5387,1,530,'2013-12-11 18:14:14',1,0,'','2013121121','2013-12-11','2013-12-11','20131211-21','10:13',1,'DR OWHANDOH',NULL,'','20131211-7418',NULL),(20199,3157,3,530,'2013-12-11 18:15:47',0,0,'','2013121122 ','2013-12-11','2013-12-11','20131211-22','10:14',1,'DR NTOW DJAN',NULL,'','20131211-7419',NULL),(20201,3157,4,530,'2013-12-11 18:15:47',1,0,'','2013121122 ','2013-12-11','2013-12-11','20131211-22','10:15',1,'DR NTOW DJAN',NULL,'','20131211-7419',NULL),(20202,3889,3,530,'2013-12-11 18:17:48',0,0,'','2013121123','2013-12-11','2013-12-11','20131211-23','10:16',1,'DR NUAMAH',NULL,'','20131211-7420',NULL),(20204,3889,1,530,'2013-12-11 18:17:48',1,0,'','2013121123','2013-12-11','2013-12-11','20131211-23','10:17',1,'DR NUAMAH',NULL,'','20131211-7420',NULL),(20207,3889,4,530,'2013-12-11 18:17:48',0,0,'','2013121123','2013-12-11','2013-12-11','20131211-23','10:17',1,'DR NUAMAH',NULL,'','20131211-7420',NULL),(20208,5388,3,530,'2013-12-11 18:23:27',0,0,'','2013121124','2013-12-11','2013-12-11','20131211-24','10:22',1,'DR OWHANDOH',NULL,'','20131211-7421',NULL),(20210,5388,4,530,'2013-12-11 18:23:27',1,0,'','2013121124','2013-12-11','2013-12-11','20131211-24','10:23',1,'DR OWHANDOH',NULL,'','20131211-7421',NULL),(20211,1835,3,530,'2013-12-11 18:25:26',0,0,'','2013121125 ','2013-12-11','2013-12-11','20131211-25','10:24',1,'',NULL,'','20131211-7422',NULL),(20212,5389,3,530,'2013-12-11 18:40:17',0,0,'','2013121126','2013-12-11','2013-12-11','20131211-26','10:37',1,'DR OWHANDOH',NULL,'','20131211-7423',NULL),(20214,5389,1,530,'2013-12-11 18:40:18',1,0,'','2013121126','2013-12-11','2013-12-11','20131211-26','10:38',1,'DR OWHANDOH',NULL,'','20131211-7423',NULL),(20217,5389,4,530,'2013-12-11 18:40:18',0,0,'','2013121126','2013-12-11','2013-12-11','20131211-26','10:38',1,'DR OWHANDOH',NULL,'','20131211-7423',NULL),(20221,5389,5,530,'2013-12-11 18:40:18',1,0,'','2013121126','2013-12-11','2013-12-11','20131211-26','10:39',1,'DR OWHANDOH',NULL,'','20131211-7423',NULL),(20226,5389,28,530,'2013-12-11 18:40:18',0,0,'','2013121126','2013-12-11','2013-12-11','20131211-26','10:39',1,'DR OWHANDOH',NULL,'','20131211-7423',NULL),(20227,4633,1,530,'2013-12-11 18:41:55',0,0,'','2013121127','2013-12-11','2013-12-11','20131211-27','10:41',1,'DR DJAN',NULL,'','20131211-7424',NULL),(20229,4633,4,530,'2013-12-11 18:41:55',1,0,'','2013121127','2013-12-11','2013-12-11','20131211-27','10:41',1,'DR DJAN',NULL,'','20131211-7424',NULL),(20230,5390,3,530,'2013-12-11 18:47:41',0,0,'','2013121128','2013-12-11','2013-12-11','20131211-28','10:47',1,'DR FUMMY',NULL,'','20131211-7425',NULL),(20231,5391,3,530,'2013-12-11 18:50:19',0,0,'','2013121129','2013-12-11','2013-12-11','20131211-29','10:49',1,'DR DJAN',NULL,'','20131211-7426',NULL),(20233,5391,4,530,'2013-12-11 18:50:20',1,0,'','2013121129','2013-12-11','2013-12-11','20131211-29','10:50',1,'DR DJAN',NULL,'','20131211-7426',NULL),(20234,5392,3,530,'2013-12-11 18:54:15',0,0,'','2013121130 ','2013-12-11','2013-12-11','20131211-30','10:53',1,'DR NTOW DJAN',NULL,'','20131211-7427',NULL),(20236,5392,1,530,'2013-12-11 18:54:16',0,0,'','2013121130 ','2013-12-11','2013-12-11','20131211-30','10:53',1,'DR NTOW DJAN',NULL,'','20131211-7427',NULL),(20239,5392,4,530,'2013-12-11 18:54:16',1,0,'','2013121130 ','2013-12-11','2013-12-11','20131211-30','10:54',1,'DR NTOW DJAN',NULL,'','20131211-7427',NULL),(20240,5247,1,530,'2013-12-11 18:57:06',0,0,'','2013121131','2013-12-11','2013-12-11','20131211-31','10:55',1,'DR OWHANDOH',NULL,'','20131211-7428',NULL),(20242,5247,3,530,'2013-12-11 18:57:06',0,0,'','2013121131','2013-12-11','2013-12-11','20131211-31','10:56',1,'DR OWHANDOH',NULL,'','20131211-7428',NULL),(20245,5247,4,530,'2013-12-11 18:57:07',0,0,'','2013121131','2013-12-11','2013-12-11','20131211-31','10:56',1,'DR OWHANDOH',NULL,'','20131211-7428',NULL),(20246,5393,3,530,'2013-12-11 19:01:53',0,0,'','2013121132','2013-12-11','2013-12-11','20131211-32','11:01',1,'DR FUMMY',NULL,'','20131211-7429',NULL),(20247,5394,3,530,'2013-12-11 19:04:45',0,0,'','2013121133','2013-12-11','2013-12-11','20131211-33','11:03',1,'DR NUAMAH',NULL,'','20131211-7430',NULL),(20249,5394,1,530,'2013-12-11 19:04:45',1,0,'','2013121133','2013-12-11','2013-12-11','20131211-33','11:04',1,'DR NUAMAH',NULL,'','20131211-7430',NULL),(20252,5394,4,530,'2013-12-11 19:04:46',1,0,'','2013121133','2013-12-11','2013-12-11','20131211-33','11:04',1,'DR NUAMAH',NULL,'','20131211-7430',NULL),(20253,5395,3,530,'2013-12-11 19:13:03',0,0,'','2013121134 ','2013-12-11','2013-12-11','20131211-34','11:11',1,'DR ARMAH',NULL,'','20131211-7431',NULL),(20255,5395,4,530,'2013-12-11 19:13:03',1,0,'','2013121134 ','2013-12-11','2013-12-11','20131211-34','11:12',1,'DR ARMAH',NULL,'','20131211-7431',NULL),(20256,5396,3,530,'2013-12-11 19:15:43',0,0,'','2013121135','2013-12-11','2013-12-11','20131211-35','11:14',1,'',NULL,'','20131211-7432',NULL),(20258,5396,4,530,'2013-12-11 19:15:43',1,0,'','2013121135','2013-12-11','2013-12-11','20131211-35','11:15',1,'',NULL,'','20131211-7432',NULL),(20261,5396,12,530,'2013-12-11 19:15:43',0,0,'','2013121135','2013-12-11','2013-12-11','20131211-35','11:15',1,'',NULL,'','20131211-7432',NULL),(20262,5397,1,530,'2013-12-11 19:27:17',0,0,'','2013121136','2013-12-11','2013-12-11','20131211-36','11:24',1,'DR NUAMAH',NULL,'','20131211-7433',NULL),(20264,5397,3,530,'2013-12-11 19:27:17',0,0,'','2013121136','2013-12-11','2013-12-11','20131211-36','11:26',1,'DR NUAMAH',NULL,'','20131211-7433',NULL),(20267,5397,4,530,'2013-12-11 19:27:18',1,0,'','2013121136','2013-12-11','2013-12-11','20131211-36','11:27',1,'DR NUAMAH',NULL,'','20131211-7433',NULL),(20268,5398,1,530,'2013-12-11 19:37:31',0,0,'','2013121137','2013-12-11','2013-12-11','20131211-37','11:36',1,'DR NUAMAH',NULL,'','20131211-7434',NULL),(20269,5399,3,530,'2013-12-11 19:39:40',0,0,'','2013121138','2013-12-11','2013-12-11','20131211-38','11:39',1,'DR VORTIA',NULL,'','20131211-7435',NULL),(20270,5400,3,530,'2013-12-11 19:51:51',0,0,'','2013121139','2013-12-11','2013-12-11','20131211-39','11:50',1,'DR OWHANDOH',NULL,'','20131211-7436',NULL),(20272,5400,4,530,'2013-12-11 19:51:51',0,0,'','2013121139','2013-12-11','2013-12-11','20131211-39','11:51',1,'DR OWHANDOH',NULL,'','20131211-7436',NULL),(20273,5401,3,530,'2013-12-11 19:54:14',0,0,'','2013121140','2013-12-11','2013-12-11','20131211-40','11:53',1,'DR FUMMY',NULL,'','20131211-7437',NULL),(20274,5402,3,530,'2013-12-11 19:59:27',0,0,'','2013121141','2013-12-11','2013-12-11','20131211-41','11:58',1,'DR OWHANDOH',NULL,'','20131211-7438',NULL),(20276,5402,4,530,'2013-12-11 19:59:28',1,0,'','2013121141','2013-12-11','2013-12-11','20131211-41','11:59',1,'DR OWHANDOH',NULL,'','20131211-7438',NULL),(20279,5402,5,530,'2013-12-11 19:59:28',0,0,'','2013121141','2013-12-11','2013-12-11','20131211-41','11:59',1,'DR OWHANDOH',NULL,'','20131211-7438',NULL),(20280,3889,5,537,'2013-12-11 20:01:24',0,0,'','2013121123','2013-12-11','2013-12-11','20131211-42','12:00',1,'',NULL,'','20131211-7439',NULL),(20281,5403,3,530,'2013-12-11 20:15:33',0,0,'','2013121143','2013-12-11','2013-12-11','20131211-43','12:14',1,'DR OWHANDOH',NULL,'','20131211-7440',NULL),(20282,5405,3,530,'2013-12-11 20:27:54',0,0,'','2013121145','2013-12-11','2013-12-11','20131211-45','12:27',1,'',NULL,'','20131211-7442',NULL),(20284,5405,4,530,'2013-12-11 20:27:55',1,0,'','2013121145','2013-12-11','2013-12-11','20131211-45','12:27',1,'',NULL,'','20131211-7442',NULL),(20287,5405,10,530,'2013-12-11 20:27:55',1,0,'','2013121145','2013-12-11','2013-12-11','20131211-45','12:27',1,'',NULL,'','20131211-7442',NULL),(20288,5406,3,530,'2013-12-11 20:32:09',0,0,'','2013121146','2013-12-11','2013-12-11','20131211-46','12:31',1,'DR NUAMAH',NULL,'','20131211-7443',NULL),(20290,5406,4,530,'2013-12-11 20:32:09',1,0,'','2013121146','2013-12-11','2013-12-11','20131211-46','12:31',1,'DR NUAMAH',NULL,'','20131211-7443',NULL),(20293,5406,1,530,'2013-12-11 20:32:09',1,0,'','2013121146','2013-12-11','2013-12-11','20131211-46','12:31',1,'DR NUAMAH',NULL,'','20131211-7443',NULL),(20294,5035,2,530,'2013-12-11 20:37:24',1,0,'','2013121147','2013-12-11','2013-12-11','20131211-47','12:36',1,'DR ADOTEY',NULL,'','20131211-7444',NULL),(20295,5407,3,530,'2013-12-11 20:53:08',0,0,'','2013121148','2013-12-11','2013-12-11','20131211-48','12:51',1,'DR OWHANDOH',NULL,'','20131211-7445',NULL),(20297,5407,4,530,'2013-12-11 20:53:08',1,0,'','2013121148','2013-12-11','2013-12-11','20131211-48','12:52',1,'DR OWHANDOH',NULL,'','20131211-7445',NULL),(20300,5407,1,530,'2013-12-11 20:53:08',1,0,'','2013121148','2013-12-11','2013-12-11','20131211-48','12:52',1,'DR OWHANDOH',NULL,'','20131211-7445',NULL),(20301,5408,3,530,'2013-12-11 20:55:51',0,0,'','2013121149 ','2013-12-11','2013-12-11','20131211-49','12:55',1,'',NULL,'','20131211-7446',NULL),(20303,5408,1,530,'2013-12-11 20:55:51',1,0,'','2013121149 ','2013-12-11','2013-12-11','20131211-49','12:55',1,'',NULL,'','20131211-7446',NULL),(20304,5409,3,530,'2013-12-11 20:58:05',0,0,'','2013121150','2013-12-11','2013-12-11','20131211-50','12:57',1,'DR NTOW DJAN',NULL,'','20131211-7447',NULL),(20305,5410,2,530,'2013-12-11 21:03:40',0,0,'','2013121151','2013-12-11','2013-12-11','20131211-51','13:02',1,'',NULL,'','20131211-7448',NULL),(20306,5411,3,530,'2013-12-11 21:11:42',0,0,'','2013121152','2013-12-11','2013-12-11','20131211-52','13:09',1,'DR OWHANDOH',NULL,'','20131211-7449',NULL),(20308,5411,1,530,'2013-12-11 21:11:43',1,0,'','2013121152','2013-12-11','2013-12-11','20131211-52','13:11',1,'DR OWHANDOH',NULL,'','20131211-7449',NULL),(20311,5411,4,530,'2013-12-11 21:11:43',1,0,'','2013121152','2013-12-11','2013-12-11','20131211-52','13:11',1,'DR OWHANDOH',NULL,'','20131211-7449',NULL),(20312,4633,1,552,'2013-12-11 21:12:32',1,0,'','2013121127','2013-12-11','2013-12-11','20131211-53','13:11',1,'',NULL,'','20131211-7450',NULL),(20313,5412,3,530,'2013-12-11 21:22:50',0,0,'','2013121154','2013-12-11','2013-12-11','20131211-54','13:20',1,'DR OWHANDOH',NULL,'','20131211-7451',NULL),(20315,5412,4,530,'2013-12-11 21:22:50',1,0,'','2013121154','2013-12-11','2013-12-11','20131211-54','13:22',1,'DR OWHANDOH',NULL,'','20131211-7451',NULL),(20316,5411,5,530,'2013-12-11 21:24:04',1,0,'','2013121152','2013-12-11','2013-12-11','20131211-55','13:23',1,'',NULL,'','20131211-7452',NULL),(20318,5411,1,530,'2013-12-11 21:24:04',0,0,'','2013121152','2013-12-11','2013-12-11','20131211-55','13:23',1,'',NULL,'','20131211-7452',NULL),(20319,5403,4,537,'2013-12-11 21:31:08',1,0,'','2013121143','2013-12-11','2013-12-11','20131211-56','13:30',1,'',NULL,'','20131211-7453',NULL),(20320,5323,1,530,'2013-12-11 21:53:46',0,0,'','2013121158','2013-12-11','2013-12-11','20131211-58','13:52',1,'DR PUPPULAMPO',NULL,'','20131211-7455',NULL),(20322,5323,3,530,'2013-12-11 21:53:46',0,0,'','2013121158','2013-12-11','2013-12-11','20131211-58','13:53',1,'DR PUPPULAMPO',NULL,'','20131211-7455',NULL),(20323,5413,3,530,'2013-12-11 22:04:27',0,0,'','2013121159','2013-12-11','2013-12-11','20131211-59','14:03',1,'DR YEBOAH',NULL,'','20131211-7456',NULL),(20325,5413,4,530,'2013-12-11 22:04:27',1,0,'','2013121159','2013-12-11','2013-12-11','20131211-59','14:03',1,'DR YEBOAH',NULL,'','20131211-7456',NULL),(20328,5413,1,530,'2013-12-11 22:04:28',0,0,'','2013121159','2013-12-11','2013-12-11','20131211-59','14:04',1,'DR YEBOAH',NULL,'','20131211-7456',NULL),(20329,5275,3,530,'2013-12-11 22:07:04',1,0,'','2013121160 ','2013-12-11','2013-12-11','20131211-60','14:05',1,'DR ARYEE',NULL,'','20131211-7457',NULL),(20331,5275,1,530,'2013-12-11 22:07:04',1,0,'','2013121160 ','2013-12-11','2013-12-11','20131211-60','14:06',1,'DR ARYEE',NULL,'','20131211-7457',NULL),(20332,5414,1,530,'2013-12-11 22:10:54',0,0,'','2013121161 ','2013-12-11','2013-12-11','20131211-61','14:09',1,'DR NUAMAH',NULL,'','20131211-7458',NULL),(20334,5414,3,530,'2013-12-11 22:10:55',0,0,'','2013121161 ','2013-12-11','2013-12-11','20131211-61','14:10',1,'DR NUAMAH',NULL,'','20131211-7458',NULL),(20335,5415,3,530,'2013-12-11 22:23:37',0,0,'','2013121162','2013-12-11','2013-12-11','20131211-62','14:21',1,'DR ARYEE',NULL,'','20131211-7459',NULL),(20337,5415,4,530,'2013-12-11 22:23:38',1,0,'','2013121162','2013-12-11','2013-12-11','20131211-62','14:23',1,'DR ARYEE',NULL,'','20131211-7459',NULL),(20338,5416,4,530,'2013-12-11 22:27:28',1,0,'','2013121163','2013-12-11','2013-12-11','20131211-63','14:26',1,'',NULL,'','20131211-7460',NULL),(20339,5417,1,530,'2013-12-11 22:34:05',0,0,'','2013121164','2013-12-11','2013-12-11','20131211-64','14:31',1,'DR YEBOAH',NULL,'','20131211-7461',NULL),(20341,5417,3,530,'2013-12-11 22:34:05',0,0,'','2013121164','2013-12-11','2013-12-11','20131211-64','14:33',1,'DR YEBOAH',NULL,'','20131211-7461',NULL),(20344,5417,4,530,'2013-12-11 22:34:05',0,0,'','2013121164','2013-12-11','2013-12-11','20131211-64','14:33',1,'DR YEBOAH',NULL,'','20131211-7461',NULL),(20345,5418,4,530,'2013-12-11 22:42:02',1,0,'','2013121165','2013-12-11','2013-12-11','20131211-65','14:41',1,'DR ASUMANU',NULL,'','20131211-7462',NULL),(20346,5419,3,530,'2013-12-11 22:51:19',0,0,'','2013121166','2013-12-11','2013-12-11','20131211-66','14:50',1,'DR ARMAH',NULL,'','20131211-7463',NULL),(20348,5419,4,530,'2013-12-11 22:51:19',1,0,'','2013121166','2013-12-11','2013-12-11','20131211-66','14:51',1,'DR ARMAH',NULL,'','20131211-7463',NULL),(20349,5190,4,534,'2013-12-11 23:10:05',1,0,'','2013120829','2013-12-11','2013-12-08','20131211-67','15:09',1,'',NULL,'','20131211-7464',NULL),(20350,5420,3,530,'2013-12-11 23:13:17',0,0,'','2013121168','2013-12-11','2013-12-11','20131211-68','15:12',1,'DR ARMAH',NULL,'','20131211-7465',NULL),(20352,5420,1,530,'2013-12-11 23:13:17',0,0,'','2013121168','2013-12-11','2013-12-11','20131211-68','15:12',1,'DR ARMAH',NULL,'','20131211-7465',NULL),(20355,5420,4,530,'2013-12-11 23:13:17',0,0,'','2013121168','2013-12-11','2013-12-11','20131211-68','15:13',1,'DR ARMAH',NULL,'','20131211-7465',NULL),(20356,5421,3,530,'2013-12-11 23:18:02',0,0,'','2013121169 ','2013-12-11','2013-12-11','20131211-69','15:16',1,'DR ASUMANU',NULL,'','20131211-7466',NULL),(20357,1218,3,530,'2013-12-11 23:22:41',1,0,'','2013121170','2013-12-11','2013-12-11','20131211-70','15:21',1,'DR FUMMY',NULL,'','20131211-7467',NULL),(20359,1218,4,530,'2013-12-11 23:22:42',0,0,'','2013121170','2013-12-11','2013-12-11','20131211-70','15:22',1,'DR FUMMY',NULL,'','20131211-7467',NULL),(20360,5422,3,530,'2013-12-11 23:25:55',0,0,'','2013121171','2013-12-11','2013-12-11','20131211-71','15:25',1,'PROF ARCHEAMPONG',NULL,'','20131211-7468',NULL),(20361,5407,4,530,'2013-12-11 23:28:06',1,0,'','2013121148','2013-12-11','2013-12-11','20131211-72','15:26',1,'DR YEBOAH',NULL,'','20131211-7469',NULL),(20362,1926,3,530,'2013-12-11 23:34:38',0,0,'','2013121173','2013-12-11','2013-12-11','20131211-73','15:31',1,'DR ARMAH',NULL,'','20131211-7470',NULL),(20364,1926,1,530,'2013-12-11 23:34:38',1,0,'','2013121173','2013-12-11','2013-12-11','20131211-73','15:33',1,'DR ARMAH',NULL,'','20131211-7470',NULL),(20367,1926,4,530,'2013-12-11 23:34:38',1,0,'','2013121173','2013-12-11','2013-12-11','20131211-73','15:34',1,'DR ARMAH',NULL,'','20131211-7470',NULL),(20368,5423,3,530,'2013-12-11 23:46:31',0,0,'','2013121174','2013-12-11','2013-12-11','20131211-74','15:45',1,'DR ARYEE',NULL,'','20131211-7471',NULL),(20370,5423,1,530,'2013-12-11 23:46:31',1,0,'','2013121174','2013-12-11','2013-12-11','20131211-74','15:46',1,'DR ARYEE',NULL,'','20131211-7471',NULL),(20373,5423,4,530,'2013-12-11 23:46:31',1,0,'','2013121174','2013-12-11','2013-12-11','20131211-74','15:46',1,'DR ARYEE',NULL,'','20131211-7471',NULL),(20374,5424,1,530,'2013-12-11 23:50:01',0,0,'','2013121175','2013-12-11','2013-12-11','20131211-75','15:48',1,'DR YEBOAH',NULL,'','20131211-7472',NULL),(20376,5424,3,530,'2013-12-11 23:50:01',0,0,'','2013121175','2013-12-11','2013-12-11','20131211-75','15:49',1,'DR YEBOAH',NULL,'','20131211-7472',NULL),(20379,5424,5,530,'2013-12-11 23:50:01',1,0,'','2013121175','2013-12-11','2013-12-11','20131211-75','15:49',1,'DR YEBOAH',NULL,'','20131211-7472',NULL),(20380,5425,3,530,'2013-12-11 23:57:22',0,0,'','2013121176','2013-12-11','2013-12-11','20131211-76','15:52',1,'DR ARMAH',NULL,'','20131211-7473',NULL),(20382,5425,4,530,'2013-12-11 23:57:22',1,0,'','2013121176','2013-12-11','2013-12-11','20131211-76','15:57',1,'DR ARMAH',NULL,'','20131211-7473',NULL),(20383,1256,3,530,'2013-12-12 00:01:19',0,0,'','2013121177 ','2013-12-11','2013-12-11','20131211-77','15:59',1,'',NULL,'','20131211-7474',NULL),(20384,5426,3,530,'2013-12-12 00:10:28',0,0,'','2013121178','2013-12-11','2013-12-11','20131211-78','16:07',1,'DR MENSAH',NULL,'','20131211-7475',NULL),(20386,5426,1,530,'2013-12-12 00:10:28',1,0,'','2013121178 ','2013-12-11','2013-12-11','20131211-78','16:10',1,'DR MENSAH',NULL,'','20131211-7475',NULL),(20387,5427,3,530,'2013-12-12 00:12:10',0,0,'','2013121179','2013-12-11','2013-12-11','20131211-79','16:11',1,'DR MENSAH',NULL,'','20131211-7476',NULL),(20388,5428,3,530,'2013-12-12 00:17:27',0,0,'','2013121180','2013-12-11','2013-12-11','20131211-80','16:14',1,'DR QUAMPAH',NULL,'','20131211-7477',NULL),(20390,5428,1,530,'2013-12-12 00:17:27',1,0,'','2013121180','2013-12-11','2013-12-11','20131211-80','16:16',1,'DR QUAMPAH',NULL,'','20131211-7477',NULL),(20393,5428,5,530,'2013-12-12 00:17:28',1,0,'','2013121180','2013-12-11','2013-12-11','20131211-80','16:17',1,'DR QUAMPAH',NULL,'','20131211-7477',NULL),(20397,5428,4,530,'2013-12-12 00:17:28',1,0,'','2013121180','2013-12-11','2013-12-11','20131211-80','16:17',1,'DR QUAMPAH',NULL,'','20131211-7477',NULL),(20398,5413,1,550,'2013-12-12 00:21:48',1,0,'','2013121159','2013-12-11','2013-12-11','20131211-81','16:21',1,'',NULL,'','20131211-7478',NULL),(20399,3844,4,530,'2013-12-12 00:22:57',1,0,'','2013121169','2013-12-11','2013-12-11','20131211-82','16:22',1,'',NULL,'','20131211-7479',NULL),(20400,5007,1,530,'2013-12-12 00:24:54',0,0,'','2013121183','2013-12-11','2013-12-11','20131211-83','16:23',1,'PROF E D YEBOAH',NULL,'','20131211-7480',NULL),(20401,5007,3,530,'2013-12-12 00:27:08',0,0,'','2013121183','2013-12-11','2013-12-11','20131211-84','16:26',1,'',NULL,'','20131211-7481',NULL),(20402,3056,3,530,'2013-12-12 00:31:54',0,0,'','2013121185 ','2013-12-11','2013-12-11','20131211-85','16:30',1,'DR ARMAH',NULL,'','20131211-7482',NULL),(20404,3056,4,530,'2013-12-12 00:31:54',0,0,'','2013121185 ','2013-12-11','2013-12-11','20131211-85','16:31',1,'DR ARMAH',NULL,'','20131211-7482',NULL),(20405,5429,3,530,'2013-12-12 00:35:00',0,0,'','2013121186','2013-12-11','2013-12-11','20131211-86','16:33',1,'DR YEBOAH',NULL,'','20131211-7483',NULL),(20407,5429,4,530,'2013-12-12 00:35:00',1,0,'','2013121186','2013-12-11','2013-12-11','20131211-86','16:34',1,'DR YEBOAH',NULL,'','20131211-7483',NULL),(20408,5430,1,530,'2013-12-12 00:39:03',1,0,'','2013121187','2013-12-11','2013-12-11','20131211-87','16:36',1,'DR YEBOAH',NULL,'','20131211-7484',NULL),(20410,5430,4,530,'2013-12-12 00:39:03',1,0,'','2013121187','2013-12-11','2013-12-11','20131211-87','16:38',1,'DR YEBOAH',NULL,'','20131211-7484',NULL),(20413,5430,5,530,'2013-12-12 00:39:04',1,0,'','2013121187','2013-12-11','2013-12-11','20131211-87','16:38',1,'DR YEBOAH',NULL,'','20131211-7484',NULL),(20414,5431,3,530,'2013-12-12 00:41:51',0,0,'','2013121188','2013-12-11','2013-12-11','20131211-88','16:40',1,'DR YEBOAH',NULL,'','20131211-7485',NULL),(20416,5431,4,530,'2013-12-12 00:41:52',1,0,'','2013121188','2013-12-11','2013-12-11','20131211-88','16:41',1,'DR YEBOAH',NULL,'','20131211-7485',NULL),(20417,5432,3,530,'2013-12-12 00:46:54',0,0,'','2013121189','2013-12-11','2013-12-11','20131211-89','16:45',1,'DR MENSAH',NULL,'','20131211-7486',NULL),(20419,5432,1,530,'2013-12-12 00:46:55',1,0,'','2013121189','2013-12-11','2013-12-11','20131211-89','16:46',1,'DR MENSAH',NULL,'','20131211-7486',NULL),(20420,5433,1,530,'2013-12-12 01:12:17',0,0,'','2013121190 ','2013-12-11','2013-12-11','20131211-90','17:09',1,'DR ARMAH',NULL,'','20131211-7487',NULL),(20422,5433,3,530,'2013-12-12 01:12:17',0,0,'','2013121190 ','2013-12-11','2013-12-11','20131211-90','17:11',1,'DR ARMAH',NULL,'','20131211-7487',NULL),(20425,5433,4,530,'2013-12-12 01:12:18',1,0,'','2013121190 ','2013-12-11','2013-12-11','20131211-90','17:12',1,'DR ARMAH',NULL,'','20131211-7487',NULL),(20426,977,1,530,'2013-12-12 01:15:39',0,0,'','2013121191','2013-12-11','2013-12-11','20131211-91','17:14',1,'DR YEBOAH',NULL,'','20131211-7488',NULL),(20428,977,3,530,'2013-12-12 01:15:39',0,0,'','2013121191','2013-12-11','2013-12-11','20131211-91','17:15',1,'DR YEBOAH',NULL,'','20131211-7488',NULL),(20431,977,4,530,'2013-12-12 01:15:39',1,0,'','2013121191','2013-12-11','2013-12-11','20131211-91','17:15',1,'DR YEBOAH',NULL,'','20131211-7488',NULL),(20432,5434,3,530,'2013-12-12 01:17:51',0,0,'','2013121192','2013-12-11','2013-12-11','20131211-92','17:17',1,'DR MENSAH',NULL,'','20131211-7489',NULL),(20433,5435,4,530,'2013-12-12 01:20:52',1,0,'','2013121193','2013-12-11','2013-12-11','20131211-93','17:20',1,'DR YEBOAH',NULL,'','20131211-7490',NULL),(20434,5436,3,530,'2013-12-12 01:35:25',0,0,'','2013121194 ','2013-12-11','2013-12-11','20131211-94','17:33',1,'DR ARMAH',NULL,'','20131211-7491',NULL),(20436,5436,1,530,'2013-12-12 01:35:26',1,0,'','2013121194 ','2013-12-11','2013-12-11','20131211-94','17:34',1,'DR ARMAH',NULL,'','20131211-7491',NULL),(20439,5436,4,530,'2013-12-12 01:35:26',1,0,'','2013121194 ','2013-12-11','2013-12-11','20131211-94','17:35',1,'DR ARMAH',NULL,'','20131211-7491',NULL),(20440,3082,3,530,'2013-12-12 01:47:51',0,0,'','2013121195','2013-12-11','2013-12-11','20131211-95','17:45',1,'DR YEBOAH',NULL,'','20131211-7492',NULL),(20442,3082,4,530,'2013-12-12 01:47:52',1,0,'','2013121195','2013-12-11','2013-12-11','20131211-95','17:47',1,'DR YEBOAH',NULL,'','20131211-7492',NULL),(20443,5437,3,530,'2013-12-12 02:19:36',0,0,'','2013121196','2013-12-11','2013-12-11','20131211-96','18:18',1,'DR YEBOAH',NULL,'','20131211-7493',NULL),(20445,5437,1,530,'2013-12-12 02:19:36',0,0,'','2013121196','2013-12-11','2013-12-11','20131211-96','18:19',1,'DR YEBOAH',NULL,'','20131211-7493',NULL),(20448,5437,4,530,'2013-12-12 02:19:37',1,0,'','2013121196','2013-12-11','2013-12-11','20131211-96','18:19',1,'DR YEBOAH',NULL,'','20131211-7493',NULL),(20449,665,3,530,'2013-12-12 02:25:53',0,0,'','2013121197','2013-12-11','2013-12-11','20131211-97','18:25',1,'DR YEBOAH',NULL,'','20131211-7494',NULL),(20451,665,4,530,'2013-12-12 02:25:53',1,0,'','2013121197','2013-12-11','2013-12-11','20131211-97','18:25',1,'DR YEBOAH',NULL,'','20131211-7494',NULL),(20452,5254,2,530,'2013-12-12 03:00:59',1,0,'','2013121198 ','2013-12-11','2013-12-11','20131211-98','19:00',1,'DR TACHIE',NULL,'','20131211-7495',NULL),(20453,5051,1,530,'2013-12-12 03:02:14',0,0,'','2013121199','2013-12-11','2013-12-11','20131211-99','19:01',1,'DR TACHIE',NULL,'','20131211-7496',NULL),(20454,5438,3,530,'2013-12-12 03:06:24',0,0,'','20131211100','2013-12-11','2013-12-11','20131211-100','19:04',1,'DR OWHANDOH',NULL,'','20131211-7497',NULL),(20456,5438,4,530,'2013-12-12 03:06:24',1,0,'','20131211100','2013-12-11','2013-12-11','20131211-100','19:06',1,'DR OWHANDOH',NULL,'','20131211-7497',NULL),(20457,5439,3,531,'2013-12-12 03:56:53',1,0,'','20131211101 ','2013-12-11','2013-12-11','20131211-101','19:56',1,'',NULL,'','20131211-7498',NULL),(20458,5440,3,531,'2013-12-12 04:25:02',0,0,'','20131211102 ','2013-12-11','2013-12-11','20131211-102','20:23',1,'DR MENSAH',NULL,'','20131211-7499',NULL),(20460,5440,1,531,'2013-12-12 04:25:02',1,0,'','20131211102 ','2013-12-11','2013-12-11','20131211-102','20:24',1,'DR MENSAH',NULL,'','20131211-7499',NULL),(20463,5440,4,531,'2013-12-12 04:25:02',1,0,'','20131211102 ','2013-12-11','2013-12-11','20131211-102','20:24',1,'DR MENSAH',NULL,'','20131211-7499',NULL),(20464,5414,3,531,'2013-12-12 04:28:26',0,0,'','20131211103 ','2013-12-11','2013-12-11','20131211-103','20:27',1,'PROF E D YEBOAH',NULL,'','20131211-7500',NULL),(20466,5414,1,531,'2013-12-12 04:28:26',1,0,'','20131211103 ','2013-12-11','2013-12-11','20131211-103','20:28',1,'PROF E D YEBOAH',NULL,'','20131211-7500',NULL),(20467,5441,3,531,'2013-12-12 04:32:05',0,0,'','20131211104','2013-12-11','2013-12-11','20131211-104','20:30',1,'DR YEBOAH',NULL,'','20131211-7501',NULL),(20469,5441,4,531,'2013-12-12 04:32:05',1,0,'','20131211104','2013-12-11','2013-12-11','20131211-104','20:31',1,'DR YEBOAH',NULL,'','20131211-7501',NULL),(20470,5442,3,531,'2013-12-12 04:41:46',0,0,'','20131211105','2013-12-11','2013-12-11','20131211-105','20:40',1,'DR AMOAH',NULL,'','20131211-7502',NULL),(20471,5443,3,531,'2013-12-12 04:45:49',1,0,'','20131211106','2013-12-11','2013-12-11','20131211-106','20:44',1,'DR AMOAH',NULL,'','20131211-7503',NULL),(20473,5443,4,531,'2013-12-12 04:45:49',1,0,'','20131211106','2013-12-11','2013-12-11','20131211-106','20:45',1,'DR AMOAH',NULL,'','20131211-7503',NULL),(20474,5444,3,531,'2013-12-12 04:49:23',1,0,'','20131211107','2013-12-11','2013-12-11','20131211-107','20:48',1,'DR OFORI ANTI',NULL,'','20131211-7504',NULL),(20475,5445,3,531,'2013-12-12 05:17:30',1,0,'','20131211108','2013-12-11','2013-12-11','20131211-108','21:16',1,'DR MENSAH',NULL,'','20131211-7505',NULL),(20476,3082,4,531,'2013-12-12 05:29:08',1,0,'','20131211109','2013-12-11','2013-12-11','20131211-109','21:28',1,'DR OFORI ANTI',NULL,'','20131211-7506',NULL),(20477,5446,3,531,'2013-12-12 05:48:28',1,0,'','20131211111','2013-12-11','2013-12-11','20131211-111','21:46',1,'DR AMOAH',NULL,'','20131211-7508',NULL),(20479,5446,1,531,'2013-12-12 05:48:28',1,0,'','20131211111','2013-12-11','2013-12-11','20131211-111','21:48',1,'DR AMOAH',NULL,'','20131211-7508',NULL),(20482,5446,4,531,'2013-12-12 05:48:29',1,0,'','20131211111','2013-12-11','2013-12-11','20131211-111','21:48',1,'DR AMOAH',NULL,'','20131211-7508',NULL),(20483,5441,3,531,'2013-12-12 06:31:40',1,0,'','20131211104','2013-12-11','2013-12-11','20131211-112','22:30',1,'DR OFORI ANTI',NULL,'','20131211-7509',NULL),(20484,5447,3,531,'2013-12-12 10:07:44',1,0,'','201312121','2013-12-12','2013-12-12','20131212-1','02:06',1,'DR OFORI ANTI',NULL,'','20131212-7510',NULL),(20485,5448,3,531,'2013-12-12 10:55:56',1,0,'','201312122','2013-12-12','2013-12-12','20131212-2','02:54',1,'DR OFORI ANTI',NULL,'','20131212-7511',NULL),(20486,5449,3,531,'2013-12-12 11:52:02',1,0,'','201312123','2013-12-12','2013-12-12','20131212-3','03:50',1,'DR AMOAH',NULL,'','20131212-7512',NULL),(20488,5449,1,531,'2013-12-12 11:52:02',1,0,'','201312123','2013-12-12','2013-12-12','20131212-3','03:51',1,'DR AMOAH',NULL,'','20131212-7512',NULL),(20489,5450,3,531,'2013-12-12 13:52:51',0,0,'','201312124','2013-12-12','2013-12-12','20131212-4','05:51',1,'DR AMOAH',NULL,'','20131212-7513',NULL),(20491,5450,1,531,'2013-12-12 13:52:52',1,0,'','201312124','2013-12-12','2013-12-12','20131212-4','05:52',1,'DR AMOAH',NULL,'','20131212-7513',NULL),(20494,5450,4,531,'2013-12-12 13:52:52',1,0,'','201312124','2013-12-12','2013-12-12','20131212-4','05:52',1,'DR AMOAH',NULL,'','20131212-7513',NULL),(20495,5451,1,531,'2013-12-12 14:17:24',0,0,'','201312125','2013-12-12','2013-12-12','20131212-5','06:15',1,'DR TACHIE',NULL,'','20131212-7514',NULL),(20497,5451,3,531,'2013-12-12 14:17:25',0,0,'','201312125','2013-12-12','2013-12-12','20131212-5','06:17',1,'DR TACHIE',NULL,'','20131212-7514',NULL),(20498,5452,3,531,'2013-12-12 15:27:34',1,0,'','201312126 ','2013-12-12','2013-12-12','20131212-6','07:26',1,'PROF S K OWUSU',NULL,'','20131212-7515',NULL),(20499,5453,3,531,'2013-12-12 15:32:29',0,0,'','201312127','2013-12-12','2013-12-12','20131212-7','07:30',1,'DR OFORI ANTI',NULL,'','20131212-7516',NULL),(20501,5453,1,531,'2013-12-12 15:32:29',0,0,'','201312127','2013-12-12','2013-12-12','20131212-7','07:31',1,'DR OFORI ANTI',NULL,'','20131212-7516',NULL),(20504,5453,4,531,'2013-12-12 15:32:29',1,0,'','201312127','2013-12-12','2013-12-12','20131212-7','07:32',1,'DR OFORI ANTI',NULL,'','20131212-7516',NULL),(20505,5454,2,530,'2013-12-12 15:53:15',1,0,'','201312128','2013-12-12','2013-12-12','20131212-8','07:52',1,'DR NTOW DJAN',NULL,'','20131212-7517',NULL),(20506,5455,3,530,'2013-12-12 15:56:32',0,0,'','201312129','2013-12-12','2013-12-12','20131212-9','07:55',1,'DR OFORI ANTI',NULL,'','20131212-7518',NULL),(20508,5455,4,530,'2013-12-12 15:56:33',1,0,'','201312129','2013-12-12','2013-12-12','20131212-9','07:56',1,'DR OFORI ANTI',NULL,'','20131212-7518',NULL),(20509,5456,2,530,'2013-12-12 16:05:51',1,0,'','2013121210','2013-12-12','2013-12-12','20131212-10','08:05',1,'DR TACHIE',NULL,'','20131212-7519',NULL),(20510,5457,1,530,'2013-12-12 16:08:36',0,0,'','2013121211','2013-12-12','2013-12-12','20131212-11','08:07',1,'DR OFORI ANTI',NULL,'','20131212-7520',NULL),(20512,5457,3,530,'2013-12-12 16:08:36',0,0,'','2013121211','2013-12-12','2013-12-12','20131212-11','08:08',1,'DR OFORI ANTI',NULL,'','20131212-7520',NULL),(20513,5458,2,530,'2013-12-12 16:13:31',0,0,'','2013121212','2013-12-12','2013-12-12','20131212-12','08:11',1,'DR GEPI ATTEE',NULL,'','20131212-7521',NULL),(20515,5458,1,530,'2013-12-12 16:13:31',0,0,'','2013121212','2013-12-12','2013-12-12','20131212-12','08:12',1,'DR GEPI ATTEE',NULL,'','20131212-7521',NULL),(20516,5449,4,530,'2013-12-12 16:22:54',1,0,'','2013121213','2013-12-12','2013-12-12','20131212-13','08:21',1,'DR AMOAH',NULL,'','20131212-7522',NULL),(20517,5459,4,530,'2013-12-12 16:46:05',1,0,'','2013121214 ','2013-12-12','2013-12-12','20131212-14','08:45',1,'DR NAIZER',NULL,'','20131212-7523',NULL),(20519,5459,3,530,'2013-12-12 16:46:05',1,0,'','2013121214 ','2013-12-12','2013-12-12','20131212-14','08:45',1,'DR NAIZER',NULL,'','20131212-7523',NULL),(20520,5460,5,530,'2013-12-12 16:48:55',1,0,'','2013121215 ','2013-12-12','2013-12-12','20131212-15','08:48',1,'DR FUMMY',NULL,'','20131212-7524',NULL),(20521,1540,1,530,'2013-12-12 16:58:57',0,0,'','2013121217 ','2013-12-12','2013-12-12','20131212-17','08:57',1,'DR AMABLE',NULL,'','20131212-7526',NULL),(20523,1540,3,530,'2013-12-12 16:58:57',0,0,'','2013121217 ','2013-12-12','2013-12-12','20131212-17','08:58',1,'DR AMABLE',NULL,'','20131212-7526',NULL),(20526,1540,5,530,'2013-12-12 16:58:58',0,0,'','2013121217 ','2013-12-12','2013-12-12','20131212-17','08:58',1,'DR AMABLE',NULL,'','20131212-7526',NULL),(20530,1540,4,530,'2013-12-12 16:58:58',1,0,'','2013121217 ','2013-12-12','2013-12-12','20131212-17','08:58',1,'DR AMABLE',NULL,'','20131212-7526',NULL),(20531,2820,3,530,'2013-12-12 17:05:33',0,0,'','2013121218','2013-12-12','2013-12-12','20131212-18','09:04',1,'DR ARMAH',NULL,'','20131212-7527',NULL),(20533,2820,4,530,'2013-12-12 17:05:33',1,0,'','2013121218','2013-12-12','2013-12-12','20131212-18','09:05',1,'DR ARMAH',NULL,'','20131212-7527',NULL),(20534,1989,1,530,'2013-12-12 17:22:41',1,0,'','2013121219','2013-12-12','2013-12-12','20131212-19','09:21',1,'DR VORTIA',NULL,'','20131212-7528',NULL),(20536,1989,4,530,'2013-12-12 17:22:41',1,0,'','2013121219','2013-12-12','2013-12-12','20131212-19','09:22',1,'DR VORTIA',NULL,'','20131212-7528',NULL),(20537,2340,4,543,'2013-12-12 17:32:07',1,0,'','2013120656','2013-12-12','2013-12-06','20131212-20','09:31',1,'',NULL,'','20131212-7529',NULL),(20538,5461,3,530,'2013-12-12 17:51:41',0,0,'','2013121221','2013-12-12','2013-12-12','20131212-21','09:50',1,'DR OFORI ANTI',NULL,'','20131212-7530',NULL),(20540,5461,1,530,'2013-12-12 17:51:41',1,0,'','2013121221','2013-12-12','2013-12-12','20131212-21','09:51',1,'DR OFORI ANTI',NULL,'','20131212-7530',NULL),(20543,5461,4,530,'2013-12-12 17:51:41',1,0,'','2013121221','2013-12-12','2013-12-12','20131212-21','09:51',1,'DR OFORI ANTI',NULL,'','20131212-7530',NULL),(20544,1445,1,530,'2013-12-12 18:15:31',0,0,'','2013121222','2013-12-12','2013-12-12','20131212-22','10:14',1,'DR DOW',NULL,'','20131212-7531',NULL),(20546,1445,3,530,'2013-12-12 18:15:32',0,0,'','2013121222','2013-12-12','2013-12-12','20131212-22','10:15',1,'DR DOW',NULL,'','20131212-7531',NULL),(20549,1445,4,530,'2013-12-12 18:15:32',1,0,'','2013121222','2013-12-12','2013-12-12','20131212-22','10:15',1,'DR DOW',NULL,'','20131212-7531',NULL),(20550,5462,4,530,'2013-12-12 18:25:49',1,0,'','2013121223','2013-12-12','2013-12-12','20131212-23','10:24',1,'DR DOW',NULL,'','20131212-7532',NULL),(20551,5463,1,530,'2013-12-12 18:40:14',1,0,'','2013121224','2013-12-12','2013-12-12','20131212-24','10:37',1,'DR AMOAH',NULL,'','20131212-7533',NULL),(20553,5463,3,530,'2013-12-12 18:40:14',0,0,'','2013121224','2013-12-12','2013-12-12','20131212-24','10:39',1,'DR AMOAH',NULL,'','20131212-7533',NULL),(20554,5463,2,530,'2013-12-12 18:40:53',0,0,'','2013121224','2013-12-12','2013-12-12','20131212-25','10:40',1,'',NULL,'','20131212-7534',NULL),(20555,5464,1,530,'2013-12-12 18:43:03',0,0,'','2013121226','2013-12-12','2013-12-12','20131212-26','10:42',1,'DR VORTIA',NULL,'','20131212-7535',NULL),(20557,5464,3,530,'2013-12-12 18:43:04',0,0,'','2013121226','2013-12-12','2013-12-12','20131212-26','10:42',1,'DR VORTIA',NULL,'','20131212-7535',NULL),(20558,5465,3,530,'2013-12-12 18:46:34',0,0,'','2013121227','2013-12-12','2013-12-12','20131212-27','10:45',1,'DR VORTIA',NULL,'','20131212-7536',NULL),(20560,5465,20,530,'2013-12-12 18:46:35',0,0,'','2013121227','2013-12-12','2013-12-12','20131212-27','10:46',1,'DR VORTIA',NULL,'','20131212-7536',NULL),(20561,5018,19,530,'2013-12-12 18:48:24',1,0,'','2013121228','2013-12-12','2013-12-12','20131212-28','10:47',1,'DR VORTIA',NULL,'','20131212-7537',NULL),(20562,5466,4,530,'2013-12-12 18:50:44',1,0,'','2013121229','2013-12-12','2013-12-12','20131212-29','10:49',1,'',NULL,'','20131212-7538',NULL),(20563,5360,2,530,'2013-12-12 18:52:59',0,0,'','2013121230','2013-12-12','2013-12-12','20131212-30','10:51',1,'DR VORTIA',NULL,'','20131212-7539',NULL),(20565,5360,4,530,'2013-12-12 18:52:59',1,0,'','2013121230','2013-12-12','2013-12-12','20131212-30','10:52',1,'DR VORTIA',NULL,'','20131212-7539',NULL),(20566,2470,3,530,'2013-12-12 18:57:08',0,0,'','2013121231 ','2013-12-12','2013-12-12','20131212-31','10:56',1,'DR ADOTEY',NULL,'','20131212-7540',NULL),(20567,5467,3,530,'2013-12-12 19:00:49',0,0,'','2013121232','2013-12-12','2013-12-12','20131212-32','10:59',1,'DR NTOW DJAN',NULL,'','20131212-7541',NULL),(20569,5467,1,530,'2013-12-12 19:00:49',1,0,'','2013121232','2013-12-12','2013-12-12','20131212-32','11:00',1,'DR NTOW DJAN',NULL,'','20131212-7541',NULL),(20570,5468,3,530,'2013-12-12 19:03:08',0,0,'','2013121233','2013-12-12','2013-12-12','20131212-33','11:02',1,'',NULL,'','20131212-7542',NULL),(20572,5468,1,530,'2013-12-12 19:03:09',1,0,'','2013121233','2013-12-12','2013-12-12','20131212-33','11:02',1,'',NULL,'','20131212-7542',NULL),(20575,5468,4,530,'2013-12-12 19:03:09',1,0,'','2013121233','2013-12-12','2013-12-12','20131212-33','11:02',1,'',NULL,'','20131212-7542',NULL),(20576,5469,3,530,'2013-12-12 19:04:49',0,0,'','2013121234','2013-12-12','2013-12-12','20131212-34','11:04',1,'DR NTOW DJAN',NULL,'','20131212-7543',NULL),(20578,5469,1,530,'2013-12-12 19:04:49',1,0,'','2013121234','2013-12-12','2013-12-12','20131212-34','11:04',1,'DR NTOW DJAN',NULL,'','20131212-7543',NULL),(20581,5469,4,530,'2013-12-12 19:04:49',1,0,'','2013121234','2013-12-12','2013-12-12','20131212-34','11:04',1,'DR NTOW DJAN',NULL,'','20131212-7543',NULL),(20582,1289,3,530,'2013-12-12 19:06:49',0,0,'','2013121235','2013-12-12','2013-12-12','20131212-35','11:05',1,'DR VORTIA',NULL,'','20131212-7544',NULL),(20584,1289,1,530,'2013-12-12 19:06:49',1,0,'','2013121235','2013-12-12','2013-12-12','20131212-35','11:06',1,'DR VORTIA',NULL,'','20131212-7544',NULL),(20587,1289,5,530,'2013-12-12 19:06:50',1,0,'','2013121235','2013-12-12','2013-12-12','20131212-35','11:06',1,'DR VORTIA',NULL,'','20131212-7544',NULL),(20588,5470,1,530,'2013-12-12 19:10:08',0,0,'','2013121236','2013-12-12','2013-12-12','20131212-36','11:09',1,'',NULL,'','20131212-7545',NULL),(20590,5470,3,530,'2013-12-12 19:10:09',0,0,'','2013121236','2013-12-12','2013-12-12','20131212-36','11:09',1,'',NULL,'','20131212-7545',NULL),(20593,5470,4,530,'2013-12-12 19:10:09',1,0,'','2013121236','2013-12-12','2013-12-12','20131212-36','11:09',1,'',NULL,'','20131212-7545',NULL),(20594,1426,2,530,'2013-12-12 19:15:40',1,0,'','2013121238','2013-12-12','2013-12-12','20131212-38','11:15',1,'',NULL,'','20131212-7547',NULL),(20595,5472,4,530,'2013-12-12 19:19:21',1,0,'','2013121239','2013-12-12','2013-12-12','20131212-39','11:18',1,'DR NTOW DJAN',NULL,'','20131212-7548',NULL),(20596,5473,3,530,'2013-12-12 19:30:46',0,0,'','2013121240','2013-12-12','2013-12-12','20131212-40','11:29',1,'DR NTOW DJAN',NULL,'','20131212-7549',NULL),(20598,5473,4,530,'2013-12-12 19:30:46',0,0,'','2013121240','2013-12-12','2013-12-12','20131212-40','11:30',1,'DR NTOW DJAN',NULL,'','20131212-7549',NULL),(20599,5474,3,530,'2013-12-12 19:42:08',0,0,'','2013121241','2013-12-12','2013-12-12','20131212-41','11:41',1,'DR OWHANDOH',NULL,'','20131212-7550',NULL),(20601,5474,4,530,'2013-12-12 19:42:09',1,0,'','2013121241','2013-12-12','2013-12-12','20131212-41','11:41',1,'DR OWHANDOH',NULL,'','20131212-7550',NULL),(20602,5475,1,530,'2013-12-12 19:45:31',0,0,'','2013121242','2013-12-12','2013-12-12','20131212-42','11:43',1,'DR NTOW DJAN',NULL,'','20131212-7551',NULL),(20604,5475,3,530,'2013-12-12 19:45:31',0,0,'','2013121242','2013-12-12','2013-12-12','20131212-42','11:44',1,'DR NTOW DJAN',NULL,'','20131212-7551',NULL),(20607,5475,4,530,'2013-12-12 19:45:32',1,0,'','2013121242','2013-12-12','2013-12-12','20131212-42','11:44',1,'DR NTOW DJAN',NULL,'','20131212-7551',NULL),(20608,5476,3,530,'2013-12-12 20:01:59',0,0,'','2013121243','2013-12-12','2013-12-12','20131212-43','12:01',1,'DR VORTIA',NULL,'','20131212-7552',NULL),(20610,5476,1,530,'2013-12-12 20:01:59',1,0,'','2013121243','2013-12-12','2013-12-12','20131212-43','12:01',1,'DR VORTIA',NULL,'','20131212-7552',NULL),(20613,5476,5,530,'2013-12-12 20:01:59',1,0,'','2013121243','2013-12-12','2013-12-12','20131212-43','12:01',1,'DR VORTIA',NULL,'','20131212-7552',NULL),(20614,5477,5,530,'2013-12-12 20:06:01',1,0,'','2013121244','2013-12-12','2013-12-12','20131212-44','12:05',1,'DR FUMMY',NULL,'','20131212-7553',NULL),(20615,5478,3,530,'2013-12-12 20:12:26',0,0,'','2013121245','2013-12-12','2013-12-12','20131212-45','12:11',1,'DR VORTIA',NULL,'','20131212-7554',NULL),(20616,5360,4,504,'2013-12-12 20:15:21',1,0,'','2013121230','2013-12-12','2013-12-12','20131212-46','12:14',1,'DR VORTIA',NULL,'','20131212-7555',NULL),(20617,5479,3,530,'2013-12-12 20:18:46',0,0,'','2013121247 ','2013-12-12','2013-12-12','20131212-47','12:18',1,'DR NTOW DJAN',NULL,'','20131212-7556',NULL),(20618,5465,3,537,'2013-12-12 20:25:06',1,0,'','2013121227','2013-12-12','2013-12-12','20131212-48','12:24',1,'',NULL,'','20131212-7557',NULL),(20619,5480,3,530,'2013-12-12 20:34:59',0,0,'','2013121237','2013-12-12','2013-12-12','20131212-49','12:33',1,'DR FUMMY',NULL,'','20131212-7558',NULL),(20621,5480,3,530,'2013-12-12 20:34:59',0,0,'','2013121237','2013-12-12','2013-12-12','20131212-49','12:34',1,'DR FUMMY',NULL,'','20131212-7558',NULL),(20622,5481,1,530,'2013-12-12 20:46:18',1,0,'','2013121250','2013-12-12','2013-12-12','20131212-50','12:45',1,'DR TACHIE',NULL,'','20131212-7559',NULL),(20623,5482,4,530,'2013-12-12 21:01:38',1,0,'','2013121251','2013-12-12','2013-12-12','20131212-51','13:00',1,'DR FUMMY',NULL,'','20131212-7560',NULL),(20624,5208,4,530,'2013-12-12 21:03:31',1,0,'','2013121252 ','2013-12-12','2013-12-12','20131212-52','13:02',1,'DR FUMMY',NULL,'','20131212-7561',NULL),(20625,5473,1,530,'2013-12-12 21:08:12',1,0,'','2013121240','2013-12-12','2013-12-12','20131212-53','13:07',1,'',NULL,'','20131212-7562',NULL),(20626,5006,1,530,'2013-12-12 21:13:24',0,0,'','2013121254 ','2013-12-12','2013-12-12','20131212-54','13:11',1,'DR OWHANDOH',NULL,'','20131212-7563',NULL),(20628,5006,3,530,'2013-12-12 21:13:24',0,0,'','2013121254 ','2013-12-12','2013-12-12','20131212-54','13:12',1,'DR OWHANDOH',NULL,'','20131212-7563',NULL),(20629,5360,4,530,'2013-12-12 21:32:01',1,0,'','2013121230','2013-12-12','2013-12-12','20131212-56','13:31',1,'',NULL,'','20131212-7565',NULL),(20630,5479,1,530,'2013-12-12 21:36:03',1,0,'','2013121247','2013-12-12','2013-12-12','20131212-57','13:34',1,'DR NTOW DJAN',NULL,'','20131212-7566',NULL),(20631,5483,3,534,'2013-12-12 21:48:28',0,0,'','2013121258','2013-12-12','2013-12-12','20131212-58','13:47',1,'DR NTOEW DJAN',NULL,'','20131212-7567',NULL),(20632,5297,1,534,'2013-12-12 21:56:14',0,0,'','2013121259','2013-12-12','2013-12-12','20131212-59','13:54',1,'DR VORTIA',NULL,'','20131212-7568',NULL),(20633,5484,3,534,'2013-12-12 22:04:16',0,0,'','2013121260','2013-12-12','2013-12-12','20131212-60','13:58',1,'DR DOW',NULL,'','20131212-7569',NULL),(20635,5484,1,534,'2013-12-12 22:04:17',1,0,'','2013121260','2013-12-12','2013-12-12','20131212-60','13:59',1,'DR DOW',NULL,'','20131212-7569',NULL),(20636,5485,3,534,'2013-12-12 22:07:21',1,0,'','2013121261','2013-12-12','2013-12-12','20131212-61','14:06',1,'DR VORTIA',NULL,'','20131212-7570',NULL),(20637,5356,3,536,'2013-12-12 22:11:30',1,0,'','2013121087','2013-12-12','2013-12-12','20131212-62','14:11',1,'',NULL,'','20131212-7571',NULL),(20638,5470,28,530,'2013-12-12 22:31:07',0,0,'','2013121236','2013-12-12','2013-12-12','20131212-63','14:29',1,'DR DOW',NULL,'','20131212-7572',NULL),(20639,5486,3,530,'2013-12-12 22:35:54',0,0,'','2013121264','2013-12-12','2013-12-12','20131212-64','14:35',1,'DR OWHANDOH',NULL,'','20131212-7573',NULL),(20641,5486,5,530,'2013-12-12 22:35:54',0,0,'','2013121264','2013-12-12','2013-12-12','20131212-64','14:35',1,'DR OWHANDOH',NULL,'','20131212-7573',NULL),(20642,5487,3,530,'2013-12-12 22:39:22',1,0,'','2013121265','2013-12-12','2013-12-12','20131212-65','14:38',1,'DR FUMMY',NULL,'','20131212-7574',NULL),(20643,5006,3,530,'2013-12-12 22:52:01',0,0,'','2013121254','2013-12-12','2013-12-12','20131212-66','14:51',1,'',NULL,'','20131212-7575',NULL),(20644,5488,3,530,'2013-12-12 22:54:50',0,0,'','2013121267','2013-12-12','2013-12-12','20131212-67','14:53',1,'DR DANIELS',NULL,'','20131212-7576',NULL),(20646,5488,1,530,'2013-12-12 22:54:50',1,0,'','2013121267','2013-12-12','2013-12-12','20131212-67','14:53',1,'DR DANIELS',NULL,'','20131212-7576',NULL),(20647,5489,1,530,'2013-12-12 23:30:32',0,0,'','2013121268','2013-12-12','2013-12-12','20131212-68','15:29',1,'DR DANIELS',NULL,'','20131212-7577',NULL),(20649,5489,3,530,'2013-12-12 23:30:32',0,0,'','2013121268','2013-12-12','2013-12-12','20131212-68','15:30',1,'DR DANIELS',NULL,'','20131212-7577',NULL),(20650,5479,1,530,'2013-12-12 23:41:00',1,0,'','2013121247','2013-12-12','2013-12-12','20131212-69','15:39',1,'DR NUAMAH',NULL,'','20131212-7578',NULL),(20651,5490,4,530,'2013-12-13 00:05:39',1,0,'','2013121270','2013-12-12','2013-12-12','20131212-70','16:04',1,'DR MYLES',NULL,'','20131212-7579',NULL),(20652,5491,3,530,'2013-12-13 00:19:16',0,0,'','2013121271','2013-12-12','2013-12-12','20131212-71','16:17',1,'DR FUMMY',NULL,'','20131212-7580',NULL),(20653,4355,1,530,'2013-12-13 00:25:49',0,0,'','2013121272','2013-12-12','2013-12-12','20131212-72','16:24',1,'DR MYLES',NULL,'','20131212-7581',NULL),(20654,5492,3,530,'2013-12-13 00:33:31',0,0,'','2013121273','2013-12-12','2013-12-12','20131212-73','16:32',1,'DR DANIELS',NULL,'','20131212-7582',NULL),(20656,5492,4,530,'2013-12-13 00:33:32',0,0,'','2013121273','2013-12-12','2013-12-12','20131212-73','16:33',1,'DR DANIELS',NULL,'','20131212-7582',NULL),(20657,5493,3,530,'2013-12-13 00:37:50',0,0,'','2013121274','2013-12-12','2013-12-12','20131212-74','16:36',1,'DR DANIELS',NULL,'','20131212-7583',NULL),(20658,5494,1,530,'2013-12-13 00:52:20',0,0,'','2013121275','2013-12-12','2013-12-12','20131212-75','16:47',1,'DR MYLES',NULL,'','20131212-7584',NULL),(20660,5494,3,530,'2013-12-13 00:52:20',0,0,'','2013121275','2013-12-12','2013-12-12','20131212-75','16:49',1,'DR MYLES',NULL,'','20131212-7584',NULL),(20663,5494,4,530,'2013-12-13 00:52:20',1,0,'','2013121275','2013-12-12','2013-12-12','20131212-75','16:51',1,'DR MYLES',NULL,'','20131212-7584',NULL),(20667,5494,10,530,'2013-12-13 00:52:20',1,0,'','2013121275','2013-12-12','2013-12-12','20131212-75','16:51',1,'DR MYLES',NULL,'','20131212-7584',NULL),(20672,5494,28,530,'2013-12-13 00:52:21',0,0,'','2013121275','2013-12-12','2013-12-12','20131212-75','16:52',1,'DR MYLES',NULL,'','20131212-7584',NULL),(20673,5495,3,530,'2013-12-13 01:05:16',0,0,'','2013121276','2013-12-12','2013-12-12','20131212-76','17:03',1,'DR DANIELS',NULL,'','20131212-7585',NULL),(20674,3788,3,530,'2013-12-13 01:21:05',1,0,'','2013121278','2013-12-12','2013-12-12','20131212-78','17:19',1,'DR DANIELS',NULL,'','20131212-7587',NULL),(20675,4823,1,541,'2013-12-13 01:21:42',1,0,'','2013121050','2013-12-12','2013-12-10','20131212-79','17:20',1,'DR FUMMEY',NULL,'','20131212-7588',NULL),(20676,5496,3,530,'2013-12-13 01:26:33',1,0,'','2013121280','2013-12-12','2013-12-12','20131212-80','17:24',1,'DR NUAMAH',NULL,'','20131212-7589',NULL),(20677,5497,3,530,'2013-12-13 01:39:43',1,0,'','2013121281','2013-12-12','2013-12-12','20131212-81','17:38',1,'DR NUAMAH',NULL,'','20131212-7590',NULL),(20679,5497,1,530,'2013-12-13 01:39:43',1,0,'','2013121281','2013-12-12','2013-12-12','20131212-81','17:39',1,'DR NUAMAH',NULL,'','20131212-7590',NULL),(20682,5497,5,530,'2013-12-13 01:39:43',1,0,'','2013121281','2013-12-12','2013-12-12','20131212-81','17:39',1,'DR NUAMAH',NULL,'','20131212-7590',NULL),(20683,2650,3,530,'2013-12-13 01:44:57',1,0,'','2013121282 ','2013-12-12','2013-12-12','20131212-82','17:42',1,'DR NUAMAH',NULL,'','20131212-7591',NULL),(20684,5498,3,530,'2013-12-13 01:52:12',0,0,'','2013121283','2013-12-12','2013-12-12','20131212-83','17:51',1,'DR NUAMAH',NULL,'','20131212-7592',NULL),(20685,5499,3,530,'2013-12-13 02:30:43',1,0,'','2013121284','2013-12-12','2013-12-12','20131212-84','18:30',1,'DR NUAMAH',NULL,'','20131212-7593',NULL),(20686,5501,3,530,'2013-12-13 02:51:36',0,0,'','2013121286','2013-12-12','2013-12-12','20131212-86','18:50',1,'DR NUAMAH',NULL,'','20131212-7595',NULL),(20688,5501,1,530,'2013-12-13 02:51:36',1,0,'','2013121286','2013-12-12','2013-12-12','20131212-86','18:51',1,'DR NUAMAH',NULL,'','20131212-7595',NULL),(20689,4203,1,530,'2013-12-13 02:58:26',0,0,'','2013121287','2013-12-12','2013-12-12','20131212-87','18:54',1,'DR ARYEE',NULL,'','20131212-7596',NULL),(20691,4203,3,530,'2013-12-13 02:58:27',0,0,'','2013121287','2013-12-12','2013-12-12','20131212-87','18:57',1,'DR ARYEE',NULL,'','20131212-7596',NULL),(20694,4203,4,530,'2013-12-13 02:58:27',1,0,'','2013121287','2013-12-12','2013-12-12','20131212-87','18:58',1,'DR ARYEE',NULL,'','20131212-7596',NULL),(20698,4203,5,530,'2013-12-13 02:58:27',1,0,'','2013121287','2013-12-12','2013-12-12','20131212-87','18:58',1,'DR ARYEE',NULL,'','20131212-7596',NULL),(20699,5502,1,530,'2013-12-13 03:03:29',0,0,'','2013121288 ','2013-12-12','2013-12-12','20131212-88','19:00',1,'DR NUAMAH',NULL,'','20131212-7597',NULL),(20701,5502,2,530,'2013-12-13 03:03:30',0,0,'','2013121288 ','2013-12-12','2013-12-12','20131212-88','19:02',1,'DR NUAMAH',NULL,'','20131212-7597',NULL),(20704,5502,3,530,'2013-12-13 03:03:30',0,0,'','2013121288 ','2013-12-12','2013-12-12','20131212-88','19:03',1,'DR NUAMAH',NULL,'','20131212-7597',NULL),(20705,5503,3,531,'2013-12-13 03:28:06',1,0,'','2013121289','2013-12-12','2013-12-12','20131212-89','19:27',1,'DR DANIELS',NULL,'','20131212-7598',NULL),(20706,3072,3,531,'2013-12-13 04:16:17',0,0,'','2013121290','2013-12-12','2013-12-12','20131212-90','20:11',1,'DR ARYEE',NULL,'','20131212-7599',NULL),(20708,3072,2,531,'2013-12-13 04:16:17',0,0,'','2013121290','2013-12-12','2013-12-12','20131212-90','20:12',1,'DR ARYEE',NULL,'','20131212-7599',NULL),(20709,5504,3,531,'2013-12-13 05:16:35',1,0,'','2013121291','2013-12-12','2013-12-12','20131212-91','21:15',1,'DR OFORI ANTI',NULL,'','20131212-7600',NULL),(20711,5504,4,531,'2013-12-13 05:16:35',1,0,'','2013121291','2013-12-12','2013-12-12','20131212-91','21:16',1,'DR OFORI ANTI',NULL,'','20131212-7600',NULL),(20712,2692,4,531,'2013-12-13 05:20:20',1,0,'','2013121292','2013-12-12','2013-12-12','20131212-92','21:19',1,'DR OFORI ANTI',NULL,'','20131212-7601',NULL),(20713,5505,3,531,'2013-12-13 06:55:37',1,0,'','2013121293','2013-12-12','2013-12-12','20131212-93','22:54',1,'DR OFORI ANTI',NULL,'','20131212-7602',NULL),(20714,5506,3,531,'2013-12-13 07:33:49',1,0,'','2013121294','2013-12-12','2013-12-12','20131212-94','23:32',1,'DR OFORI ANTI',NULL,'','20131212-7603',NULL),(20715,5507,3,531,'2013-12-13 07:39:25',1,0,'','2013121295','2013-12-12','2013-12-12','20131212-95','23:37',1,'DR OFORI ANTI',NULL,'','20131212-7604',NULL),(20717,5507,1,531,'2013-12-13 07:39:25',1,0,'','2013121295','2013-12-12','2013-12-12','20131212-95','23:38',1,'DR OFORI ANTI',NULL,'','20131212-7604',NULL),(20720,5507,5,531,'2013-12-13 07:39:25',1,0,'','2013121295','2013-12-12','2013-12-12','20131212-95','23:39',1,'DR OFORI ANTI',NULL,'','20131212-7604',NULL),(20721,5508,3,531,'2013-12-13 10:03:43',1,0,'','201312131','2013-12-13','2013-12-13','20131213-1','02:02',1,'DR OFORI ANTI',NULL,'','20131213-7605',NULL),(20722,5509,3,531,'2013-12-13 14:09:54',0,0,'','201312132','2013-12-13','2013-12-13','20131213-2','06:08',1,'DR DOW',NULL,'','20131213-7606',NULL),(20723,4842,3,531,'2013-12-13 14:27:27',1,0,'','201312133','2013-12-13','2013-12-13','20131213-3','06:26',1,'DR TACHIE',NULL,'','20131213-7607',NULL),(20724,5510,3,531,'2013-12-13 14:29:25',0,0,'','201312134','2013-12-13','2013-12-13','20131213-4','06:28',1,'DR YEBOAH',NULL,'','20131213-7608',NULL),(20726,5510,1,531,'2013-12-13 14:29:25',0,0,'','201312134','2013-12-13','2013-12-13','20131213-4','06:29',1,'DR YEBOAH',NULL,'','20131213-7608',NULL),(20727,5511,2,531,'2013-12-13 14:34:26',1,0,'','201312135','2013-12-13','2013-12-13','20131213-5','06:33',1,'DR TACHIE',NULL,'','20131213-7609',NULL),(20728,4760,3,531,'2013-12-13 14:46:53',1,0,'','201312136','2013-12-13','2013-12-13','20131213-6','06:45',1,'DR NTOW DJAN',NULL,'','20131213-7610',NULL),(20729,5512,3,531,'2013-12-13 15:00:00',0,0,'','201312137 ','2013-12-13','2013-12-13','20131213-7','06:58',1,'DR OFORI ANTI',NULL,'','20131213-7611',NULL),(20731,5512,5,531,'2013-12-13 15:00:00',0,0,'','201312137 ','2013-12-13','2013-12-13','20131213-7','06:59',1,'DR OFORI ANTI',NULL,'','20131213-7611',NULL),(20732,5513,1,531,'2013-12-13 15:02:57',1,0,'','201312138','2013-12-13','2013-12-13','20131213-8','07:01',1,'',NULL,'','20131213-7612',NULL),(20733,5514,3,530,'2013-12-13 15:34:25',0,0,'','201312139','2013-12-13','2013-12-13','20131213-9','07:33',1,'DR TACHIE',NULL,'','20131213-7613',NULL),(20734,5515,1,530,'2013-12-13 15:37:49',0,0,'','2013121310 ','2013-12-13','2013-12-13','20131213-10','07:36',1,'DR FOSU',NULL,'','20131213-7614',NULL),(20736,5515,3,530,'2013-12-13 15:37:49',0,0,'','2013121310 ','2013-12-13','2013-12-13','20131213-10','07:37',1,'DR FOSU',NULL,'','20131213-7614',NULL),(20737,5516,1,530,'2013-12-13 15:50:35',0,0,'','2013121311 ','2013-12-13','2013-12-13','20131213-11','07:48',1,'DR NTOW DJAN',NULL,'','20131213-7615',NULL),(20739,5516,2,530,'2013-12-13 15:50:35',0,0,'','2013121311 ','2013-12-13','2013-12-13','20131213-11','07:50',1,'DR NTOW DJAN',NULL,'','20131213-7615',NULL),(20740,5517,1,530,'2013-12-13 16:16:11',0,0,'','2013121312','2013-12-13','2013-12-13','20131213-12','08:13',1,'PROF S K OWUSU',NULL,'','20131213-7616',NULL),(20742,5517,3,530,'2013-12-13 16:16:12',0,0,'','2013121312','2013-12-13','2013-12-13','20131213-12','08:15',1,'PROF S K OWUSU',NULL,'','20131213-7616',NULL),(20745,5517,4,530,'2013-12-13 16:16:12',0,0,'','2013121312','2013-12-13','2013-12-13','20131213-12','08:15',1,'PROF S K OWUSU',NULL,'','20131213-7616',NULL),(20746,4664,2,530,'2013-12-13 16:30:24',1,0,'','2013121313','2013-12-13','2013-12-13','20131213-13','08:28',1,'DR VORTIA',NULL,'','20131213-7617',NULL),(20747,1466,3,530,'2013-12-13 16:37:30',0,0,'','2013121315','2013-12-13','2013-12-13','20131213-15','08:36',1,'DR YEBOAH',NULL,'','20131213-7619',NULL),(20749,1466,5,530,'2013-12-13 16:37:31',1,0,'','2013121315','2013-12-13','2013-12-13','20131213-15','08:37',1,'DR YEBOAH',NULL,'','20131213-7619',NULL),(20750,5518,2,530,'2013-12-13 16:42:19',0,0,'','2013121316','2013-12-13','2013-12-13','20131213-16','08:41',1,'DR OFORI',NULL,'','20131213-7620',NULL),(20751,5519,1,530,'2013-12-13 17:02:35',0,0,'','2013121317','2013-12-13','2013-12-13','20131213-17','09:01',1,'DR VORTIA',NULL,'','20131213-7621',NULL),(20753,5519,3,530,'2013-12-13 17:02:35',0,0,'','2013121317','2013-12-13','2013-12-13','20131213-17','09:02',1,'DR VORTIA',NULL,'','20131213-7621',NULL),(20756,5519,4,530,'2013-12-13 17:02:35',1,0,'','2013121317','2013-12-13','2013-12-13','20131213-17','09:02',1,'DR VORTIA',NULL,'','20131213-7621',NULL),(20757,5520,1,530,'2013-12-13 17:12:43',0,0,'','2013121318 ','2013-12-13','2013-12-13','20131213-18','09:11',1,'DR VORTIA',NULL,'','20131213-7622',NULL),(20759,5520,3,530,'2013-12-13 17:12:43',0,0,'','2013121318 ','2013-12-13','2013-12-13','20131213-18','09:12',1,'DR VORTIA',NULL,'','20131213-7622',NULL),(20760,5521,3,530,'2013-12-13 17:17:59',0,0,'','2013121319','2013-12-13','2013-12-13','20131213-19','09:17',1,'',NULL,'','20131213-7623',NULL),(20761,5522,1,530,'2013-12-13 17:40:57',0,0,'','2013121320','2013-12-13','2013-12-13','20131213-20','09:39',1,'DR VORTIA',NULL,'','20131213-7624',NULL),(20763,5522,3,530,'2013-12-13 17:40:57',0,0,'','2013121320','2013-12-13','2013-12-13','20131213-20','09:40',1,'DR VORTIA',NULL,'','20131213-7624',NULL),(20764,5523,1,530,'2013-12-13 17:56:26',0,0,'','2013121321','2013-12-13','2013-12-13','20131213-21','09:53',1,'DR OWHANDOH',NULL,'','20131213-7625',NULL),(20766,5523,3,530,'2013-12-13 17:56:26',0,0,'','2013121321','2013-12-13','2013-12-13','20131213-21','09:54',1,'DR OWHANDOH',NULL,'','20131213-7625',NULL),(20769,5523,4,530,'2013-12-13 17:56:27',1,0,'','2013121321','2013-12-13','2013-12-13','20131213-21','09:56',1,'DR OWHANDOH',NULL,'','20131213-7625',NULL),(20770,5524,1,530,'2013-12-13 17:59:35',1,0,'','2013121322','2013-12-13','2013-12-13','20131213-22','09:57',1,'DR MENSAH',NULL,'','20131213-7626',NULL),(20772,5524,3,530,'2013-12-13 17:59:35',0,0,'','2013121322','2013-12-13','2013-12-13','20131213-22','09:58',1,'DR MENSAH',NULL,'','20131213-7626',NULL),(20775,5524,4,530,'2013-12-13 17:59:35',1,0,'','2013121322','2013-12-13','2013-12-13','20131213-22','09:58',1,'DR MENSAH',NULL,'','20131213-7626',NULL),(20779,5524,5,530,'2013-12-13 17:59:36',0,0,'','2013121322','2013-12-13','2013-12-13','20131213-22','09:59',1,'DR MENSAH',NULL,'','20131213-7626',NULL),(20780,5525,3,530,'2013-12-13 18:19:58',0,0,'','2013121323 ','2013-12-13','2013-12-13','20131213-23','10:19',1,'DR OWHANDOH',NULL,'','20131213-7627',NULL),(20781,5526,3,530,'2013-12-13 18:23:48',0,0,'','2013121324','2013-12-13','2013-12-13','20131213-24','10:23',1,'DR NTOW DJAN',NULL,'','20131213-7628',NULL),(20782,5526,1,530,'2013-12-13 18:24:54',1,0,'','2013121324','2013-12-13','2013-12-13','20131213-25','10:24',1,'',NULL,'','20131213-7629',NULL),(20783,5527,3,530,'2013-12-13 18:30:46',0,0,'','2013121326','2013-12-13','2013-12-13','20131213-26','10:29',1,'DR VORTIA',NULL,'','20131213-7630',NULL),(20785,5527,2,530,'2013-12-13 18:30:46',0,0,'','2013121326','2013-12-13','2013-12-13','20131213-26','10:30',1,'DR VORTIA',NULL,'','20131213-7630',NULL),(20786,4823,4,530,'2013-12-13 18:33:05',1,0,'','2013121327','2013-12-13','2013-12-13','20131213-27','10:32',1,'DR VORTIA',NULL,'','20131213-7631',NULL),(20787,5528,3,530,'2013-12-13 18:51:14',0,0,'','2013121328 ','2013-12-13','2013-12-13','20131213-28','10:50',1,'DR NTOW DJAN',NULL,'','20131213-7632',NULL),(20789,5528,4,530,'2013-12-13 18:51:14',1,0,'','2013121328 ','2013-12-13','2013-12-13','20131213-28','10:51',1,'DR NTOW DJAN',NULL,'','20131213-7632',NULL),(20790,5529,3,530,'2013-12-13 18:53:47',0,0,'','2013121329','2013-12-13','2013-12-13','20131213-29','10:52',1,'DR OWHANDOH',NULL,'','20131213-7633',NULL),(20792,5529,4,530,'2013-12-13 18:53:47',1,0,'','2013121329','2013-12-13','2013-12-13','20131213-29','10:53',1,'DR OWHANDOH',NULL,'','20131213-7633',NULL),(20793,5530,3,530,'2013-12-13 18:59:30',0,0,'','2013121330 ','2013-12-13','2013-12-13','20131213-30','10:58',1,'DR OWHANDOH',NULL,'','20131213-7634',NULL),(20795,5530,1,530,'2013-12-13 18:59:30',1,0,'','2013121330 ','2013-12-13','2013-12-13','20131213-30','10:59',1,'DR OWHANDOH',NULL,'','20131213-7634',NULL),(20798,5530,4,530,'2013-12-13 18:59:31',1,0,'','2013121330 ','2013-12-13','2013-12-13','20131213-30','10:59',1,'DR OWHANDOH',NULL,'','20131213-7634',NULL),(20799,3376,3,530,'2013-12-13 19:01:32',0,0,'','2013121331','2013-12-13','2013-12-13','20131213-31','11:00',1,'DR FUMMY',NULL,'','20131213-7635',NULL),(20801,3376,1,530,'2013-12-13 19:01:32',1,0,'','2013121331','2013-12-13','2013-12-13','20131213-31','11:01',1,'DR FUMMY',NULL,'','20131213-7635',NULL),(20802,5531,1,530,'2013-12-13 19:03:50',0,0,'','2013121332','2013-12-13','2013-12-13','20131213-32','11:03',1,'DR NTOW DJAN',NULL,'','20131213-7636',NULL),(20803,5532,3,530,'2013-12-13 19:17:08',0,0,'','2013121333 ','2013-12-13','2013-12-13','20131213-33','11:16',1,'DR FUMMY',NULL,'','20131213-7637',NULL),(20805,5532,4,530,'2013-12-13 19:17:09',1,0,'','2013121333 ','2013-12-13','2013-12-13','20131213-33','11:16',1,'DR FUMMY',NULL,'','20131213-7637',NULL),(20808,5532,1,530,'2013-12-13 19:17:09',1,0,'','2013121333 ','2013-12-13','2013-12-13','20131213-33','11:16',1,'DR FUMMY',NULL,'','20131213-7637',NULL),(20809,5533,1,530,'2013-12-13 19:21:55',0,0,'','2013121334','2013-12-13','2013-12-13','20131213-34','11:21',1,'DR NTOW DJAN',NULL,'','20131213-7638',NULL),(20811,5533,3,530,'2013-12-13 19:21:55',0,0,'','2013121334','2013-12-13','2013-12-13','20131213-34','11:21',1,'DR NTOW DJAN',NULL,'','20131213-7638',NULL),(20812,5470,1,530,'2013-12-12 19:49:50',0,0,'','2013121236','2013-12-12','2013-12-12','20131212-96','11:48',1,'',NULL,'','20131212-7639',NULL),(20813,5534,1,530,'2013-12-13 19:53:22',0,0,'','2013121335','2013-12-13','2013-12-13','20131213-35','11:52',1,'DR NTOW DJAN',NULL,'','20131213-7640',NULL),(20815,5534,3,530,'2013-12-13 19:53:22',0,0,'','2013121335','2013-12-13','2013-12-13','20131213-35','11:53',1,'DR NTOW DJAN',NULL,'','20131213-7640',NULL),(20816,5535,3,530,'2013-12-13 19:57:08',0,0,'','2013121336','2013-12-13','2013-12-13','20131213-36','11:55',1,'DR FUMMY',NULL,'','20131213-7641',NULL),(20817,5536,3,530,'2013-12-13 19:59:59',0,0,'','2013121337','2013-12-13','2013-12-13','20131213-37','11:58',1,'DR OWHANDOH',NULL,'','20131213-7642',NULL),(20819,5536,1,530,'2013-12-13 19:59:59',1,0,'','2013121337','2013-12-13','2013-12-13','20131213-37','11:59',1,'DR OWHANDOH',NULL,'','20131213-7642',NULL),(20822,5536,4,530,'2013-12-13 19:59:59',1,0,'','2013121337','2013-12-13','2013-12-13','20131213-37','11:59',1,'DR OWHANDOH',NULL,'','20131213-7642',NULL),(20823,5537,3,530,'2013-12-13 20:02:13',0,0,'','2013121338','2013-12-13','2013-12-13','20131213-38','12:00',1,'DR OWHANDOH',NULL,'','20131213-7643',NULL),(20825,5537,4,530,'2013-12-13 20:02:13',1,0,'','2013121338','2013-12-13','2013-12-13','20131213-38','12:01',1,'DR OWHANDOH',NULL,'','20131213-7643',NULL),(20826,5470,1,504,'2013-12-13 20:09:57',1,0,'','2013121236','2013-12-13','2013-12-12','20131213-39','12:08',1,'DR NUAMAH',NULL,'','20131213-7644',NULL),(20827,5168,3,530,'2013-12-13 20:35:54',1,0,'','2013121340 ','2013-12-13','2013-12-13','20131213-40','12:34',1,'DR ADOTEY',NULL,'','20131213-7645',NULL),(20828,5538,3,530,'2013-12-13 20:52:37',0,0,'','2013121341','2013-12-13','2013-12-13','20131213-41','12:51',1,'DR MENSAH',NULL,'','20131213-7646',NULL),(20830,5538,12,530,'2013-12-13 20:52:37',0,0,'','2013121341','2013-12-13','2013-12-13','20131213-41','12:52',1,'DR MENSAH',NULL,'','20131213-7646',NULL),(20831,4637,3,530,'2013-12-13 20:57:59',1,0,'','2013121342','2013-12-13','2013-12-13','20131213-42','12:56',1,'DR DOW',NULL,'','20131213-7647',NULL),(20833,4637,1,530,'2013-12-13 20:57:59',1,0,'','2013121342','2013-12-13','2013-12-13','20131213-42','12:57',1,'DR DOW',NULL,'','20131213-7647',NULL),(20834,5539,3,530,'2013-12-13 21:05:29',0,0,'','2013121343','2013-12-13','2013-12-13','20131213-43','13:04',1,'DR VORTIA',NULL,'','20131213-7648',NULL),(20835,5540,4,530,'2013-12-13 21:12:17',1,0,'','2013121344','2013-12-13','2013-12-13','20131213-44','13:09',1,'DR OWHANDOH',NULL,'','20131213-7649',NULL),(20837,5540,1,530,'2013-12-13 21:12:17',1,0,'','2013121344','2013-12-13','2013-12-13','20131213-44','13:11',1,'DR OWHANDOH',NULL,'','20131213-7649',NULL),(20838,5541,3,530,'2013-12-13 21:20:44',0,0,'','2013121345 ','2013-12-13','2013-12-13','20131213-45','13:17',1,'DR OWHANDOH',NULL,'','20131213-7650',NULL),(20840,5541,28,530,'2013-12-13 21:20:44',0,0,'','2013121345 ','2013-12-13','2013-12-13','20131213-45','13:20',1,'DR OWHANDOH',NULL,'','20131213-7650',NULL),(20843,5541,4,530,'2013-12-13 21:20:44',1,0,'','2013121345 ','2013-12-13','2013-12-13','20131213-45','13:20',1,'DR OWHANDOH',NULL,'','20131213-7650',NULL),(20844,5542,3,530,'2013-12-13 21:25:26',0,0,'','2013121346','2013-12-13','2013-12-13','20131213-46','13:24',1,'DR OWHANDOH',NULL,'','20131213-7651',NULL),(20846,5542,1,530,'2013-12-13 21:25:26',0,0,'','2013121346','2013-12-13','2013-12-13','20131213-46','13:25',1,'DR OWHANDOH',NULL,'','20131213-7651',NULL),(20849,5542,2,530,'2013-12-13 21:25:26',1,0,'','2013121346','2013-12-13','2013-12-13','20131213-46','13:25',1,'DR OWHANDOH',NULL,'','20131213-7651',NULL),(20850,5543,1,530,'2013-12-13 21:52:14',0,0,'','2013121347','2013-12-13','2013-12-13','20131213-47','13:50',1,'DR VORTIA',NULL,'','20131213-7652',NULL),(20852,5543,3,530,'2013-12-13 21:52:15',0,0,'','2013121347','2013-12-13','2013-12-13','20131213-47','13:51',1,'DR VORTIA',NULL,'','20131213-7652',NULL),(20853,5544,3,530,'2013-12-13 22:00:28',0,0,'','2013121348','2013-12-13','2013-12-13','20131213-48','13:59',1,'DR OWHANDOH',NULL,'','20131213-7653',NULL),(20855,5544,4,530,'2013-12-13 22:00:28',1,0,'','2013121348','2013-12-13','2013-12-13','20131213-48','13:59',1,'DR OWHANDOH',NULL,'','20131213-7653',NULL),(20856,1550,3,530,'2013-12-13 22:04:17',0,0,'','2013121349 ','2013-12-13','2013-12-13','20131213-49','14:02',1,'DR VORTIA',NULL,'','20131213-7654',NULL),(20858,1550,4,530,'2013-12-13 22:04:17',1,0,'','2013121349 ','2013-12-13','2013-12-13','20131213-49','14:03',1,'DR VORTIA',NULL,'','20131213-7654',NULL),(20859,5545,1,530,'2013-12-13 22:12:01',0,0,'','2013121350','2013-12-13','2013-12-13','20131213-50','14:08',1,'DR MENSAH',NULL,'','20131213-7655',NULL),(20861,5545,3,530,'2013-12-13 22:12:01',0,0,'','2013121350','2013-12-13','2013-12-13','20131213-50','14:10',1,'DR MENSAH',NULL,'','20131213-7655',NULL),(20864,5545,4,530,'2013-12-13 22:12:02',1,0,'','2013121350','2013-12-13','2013-12-13','20131213-50','14:11',1,'DR MENSAH',NULL,'','20131213-7655',NULL),(20865,5546,3,530,'2013-12-13 22:39:47',0,0,'','2013121351','2013-12-13','2013-12-13','20131213-51','14:36',1,'DR NUAMAH',NULL,'','20131213-7656',NULL),(20867,5546,1,530,'2013-12-13 22:39:47',1,0,'','2013121351','2013-12-13','2013-12-13','20131213-51','14:37',1,'DR NUAMAH',NULL,'','20131213-7656',NULL),(20870,5546,5,530,'2013-12-13 22:39:48',1,0,'','2013121351','2013-12-13','2013-12-13','20131213-51','14:38',1,'DR NUAMAH',NULL,'','20131213-7656',NULL),(20871,5540,1,541,'2013-12-13 23:28:19',1,0,'','2013121344','2013-12-13','2013-12-13','20131213-52','15:27',1,'',NULL,'','20131213-7657',NULL),(20872,5547,3,530,'2013-12-13 23:37:30',0,0,'','2013121353 ','2013-12-13','2013-12-13','20131213-53','15:35',1,'DR FUMMY',NULL,'','20131213-7658',NULL),(20873,5470,1,530,'2013-12-13 23:41:15',0,0,'','2013121354','2013-12-13','2013-12-13','20131213-54','15:39',1,'DR NUAMAH',NULL,'','20131213-7659',NULL),(20874,5542,1,552,'2013-12-13 23:59:26',1,0,'','2013121346','2013-12-13','2013-12-13','20131213-55','15:57',1,'',NULL,'','20131213-7660',NULL),(20876,5542,5,552,'2013-12-13 23:59:27',1,0,'','2013121346','2013-12-13','2013-12-13','20131213-55','15:58',1,'',NULL,'','20131213-7660',NULL),(20877,5094,3,530,'2013-12-14 00:26:23',1,0,'','2013121356','2013-12-13','2013-12-13','20131213-56','16:25',1,'DR NUAMAH',NULL,'','20131213-7661',NULL),(20878,5548,1,530,'2013-12-14 00:42:58',1,0,'','2013121357','2013-12-13','2013-12-13','20131213-57','16:41',1,'DR AMOAH',NULL,'','20131213-7662',NULL),(20880,5548,3,530,'2013-12-14 00:42:58',0,0,'','2013121357','2013-12-13','2013-12-13','20131213-57','16:42',1,'DR AMOAH',NULL,'','20131213-7662',NULL),(20883,5548,5,530,'2013-12-14 00:42:59',1,0,'','2013121357','2013-12-13','2013-12-13','20131213-57','16:42',1,'DR AMOAH',NULL,'','20131213-7662',NULL),(20887,5548,4,530,'2013-12-14 00:42:59',1,0,'','2013121357','2013-12-13','2013-12-13','20131213-57','16:42',1,'DR AMOAH',NULL,'','20131213-7662',NULL),(20888,5549,3,530,'2013-12-14 00:48:01',0,0,'','2013121358','2013-12-13','2013-12-13','20131213-58','16:46',1,'DR AMOAH',NULL,'','20131213-7663',NULL),(20890,5549,4,530,'2013-12-14 00:48:01',1,0,'','2013121358','2013-12-13','2013-12-13','20131213-58','16:47',1,'DR AMOAH',NULL,'','20131213-7663',NULL),(20891,5550,3,530,'2013-12-14 00:54:02',0,0,'','2013121359','2013-12-13','2013-12-13','20131213-59','16:52',1,'DR NUAMAH',NULL,'','20131213-7664',NULL),(20893,5550,1,530,'2013-12-14 00:54:02',1,0,'','2013121359','2013-12-13','2013-12-13','20131213-59','16:53',1,'DR NUAMAH',NULL,'','20131213-7664',NULL),(20896,5550,4,530,'2013-12-14 00:54:02',1,0,'','2013121359','2013-12-13','2013-12-13','20131213-59','16:53',1,'DR NUAMAH',NULL,'','20131213-7664',NULL),(20897,5551,4,530,'2013-12-14 00:58:01',1,0,'','2013121360','2013-12-13','2013-12-13','20131213-60','16:57',1,'',NULL,'','20131213-7665',NULL),(20898,5552,3,530,'2013-12-14 01:03:38',0,0,'','2013121361','2013-12-13','2013-12-13','20131213-61','17:02',1,'DR AMOAH',NULL,'','20131213-7666',NULL),(20899,977,10,530,'2013-12-14 01:28:54',1,0,'','2013121362','2013-12-13','2013-12-13','20131213-62','17:28',1,'DR NUAMAH',NULL,'','20131213-7667',NULL),(20900,5553,3,530,'2013-12-14 02:25:11',0,0,'','2013121363','2013-12-13','2013-12-13','20131213-63','18:24',1,'DR NUAMAH',NULL,'','20131213-7668',NULL),(20902,5553,1,530,'2013-12-14 02:25:11',1,0,'','2013121363','2013-12-13','2013-12-13','20131213-63','18:24',1,'DR NUAMAH',NULL,'','20131213-7668',NULL),(20905,5553,4,530,'2013-12-14 02:25:11',1,0,'','2013121363','2013-12-13','2013-12-13','20131213-63','18:25',1,'DR NUAMAH',NULL,'','20131213-7668',NULL),(20906,5554,3,530,'2013-12-14 02:31:27',0,0,'','2013121364','2013-12-13','2013-12-13','20131213-64','18:28',1,'DR NUAMAH',NULL,'','20131213-7669',NULL),(20908,5554,1,530,'2013-12-14 02:31:27',1,0,'','2013121364','2013-12-13','2013-12-13','20131213-64','18:31',1,'DR NUAMAH',NULL,'','20131213-7669',NULL),(20911,5554,4,530,'2013-12-14 02:31:28',1,0,'','2013121364','2013-12-13','2013-12-13','20131213-64','18:31',1,'DR NUAMAH',NULL,'','20131213-7669',NULL),(20912,5470,1,552,'2013-12-14 02:40:57',1,0,'','2013121354','2013-12-13','2013-12-13','20131213-65','18:39',1,'',NULL,'','20131213-7670',NULL),(20913,5555,3,530,'2013-12-14 02:44:30',0,0,'','2013121366','2013-12-13','2013-12-13','20131213-66','18:44',1,'DR NUAMAH',NULL,'','20131213-7671',NULL),(20914,5556,3,530,'2013-12-14 02:46:58',0,0,'','2013121367','2013-12-13','2013-12-13','20131213-67','18:46',1,'DR MENSAH',NULL,'','20131213-7672',NULL),(20916,5556,4,530,'2013-12-14 02:46:58',1,0,'','2013121367','2013-12-13','2013-12-13','20131213-67','18:46',1,'DR MENSAH',NULL,'','20131213-7672',NULL),(20917,2969,3,530,'2013-12-14 02:48:55',0,0,'','2013121368 ','2013-12-13','2013-12-13','20131213-68','18:47',1,'DR MENSAH',NULL,'','20131213-7673',NULL),(20918,5557,3,530,'2013-12-14 03:03:59',0,0,'','2013121369 ','2013-12-13','2013-12-13','20131213-69','19:02',1,'DR AMOAH',NULL,'','20131213-7674',NULL),(20919,5553,4,531,'2013-12-14 03:16:11',1,0,'','2013121363','2013-12-13','2013-12-13','20131213-70','19:15',1,'',NULL,'','20131213-7675',NULL),(20920,5558,3,531,'2013-12-14 03:18:22',0,0,'','2013121371','2013-12-13','2013-12-13','20131213-71','19:17',1,'DR NUAMAH',NULL,'','20131213-7676',NULL),(20921,5559,1,531,'2013-12-14 03:20:56',1,0,'','2013121372 ','2013-12-13','2013-12-13','20131213-72','19:19',1,'DR NUAMAH',NULL,'','20131213-7677',NULL),(20923,5559,4,531,'2013-12-14 03:20:56',1,0,'','2013121372 ','2013-12-13','2013-12-13','20131213-72','19:20',1,'DR NUAMAH',NULL,'','20131213-7677',NULL),(20926,5559,5,531,'2013-12-14 03:20:57',1,0,'','2013121372 ','2013-12-13','2013-12-13','20131213-72','19:20',1,'DR NUAMAH',NULL,'','20131213-7677',NULL),(20927,5560,3,531,'2013-12-14 03:24:45',0,0,'','2013121373 ','2013-12-13','2013-12-13','20131213-73','19:22',1,'DR MENSAH',NULL,'','20131213-7678',NULL),(20929,5560,1,531,'2013-12-14 03:24:45',1,0,'','2013121373 ','2013-12-13','2013-12-13','20131213-73','19:24',1,'DR MENSAH',NULL,'','20131213-7678',NULL),(20932,5560,5,531,'2013-12-14 03:24:45',1,0,'','2013121373 ','2013-12-13','2013-12-13','20131213-73','19:24',1,'DR MENSAH',NULL,'','20131213-7678',NULL),(20933,5561,3,531,'2013-12-14 03:28:14',0,0,'','2013121374 ','2013-12-13','2013-12-13','20131213-74','19:27',1,'DR AMOAH',NULL,'','20131213-7679',NULL),(20934,3507,3,531,'2013-12-14 03:32:05',1,0,'','2013121375','2013-12-13','2013-12-13','20131213-75','19:30',1,'PROF E D YEBOAH',NULL,'','20131213-7680',NULL),(20936,3507,1,531,'2013-12-14 03:32:05',0,0,'','2013121375','2013-12-13','2013-12-13','20131213-75','19:31',1,'PROF E D YEBOAH',NULL,'','20131213-7680',NULL),(20937,5254,2,531,'2013-12-14 03:41:08',1,0,'','2013121376','2013-12-13','2013-12-13','20131213-76','19:40',1,'DR TACHIE',NULL,'','20131213-7681',NULL),(20938,5562,3,531,'2013-12-14 03:53:38',0,0,'','2013121377','2013-12-13','2013-12-13','20131213-77','19:52',1,'DR NUAMAH',NULL,'','20131213-7682',NULL),(20939,5105,1,531,'2013-12-14 04:18:44',1,0,'','2013121378','2013-12-13','2013-12-13','20131213-78','20:17',1,'DR MENSAH',NULL,'','20131213-7683',NULL),(20940,5563,3,531,'2013-12-14 05:11:52',1,0,'','2013121379','2013-12-13','2013-12-13','20131213-79','21:10',1,'DR DJAN',NULL,'','20131213-7684',NULL),(20942,5563,1,531,'2013-12-14 05:11:52',1,0,'','2013121379','2013-12-13','2013-12-13','20131213-79','21:11',1,'DR DJAN',NULL,'','20131213-7684',NULL),(20943,5564,3,531,'2013-12-14 05:28:18',1,0,'','2013121380','2013-12-13','2013-12-13','20131213-80','21:27',1,'DR DANIELS',NULL,'','20131213-7685',NULL),(20945,5564,1,531,'2013-12-14 05:28:18',1,0,'','2013121380','2013-12-13','2013-12-13','20131213-80','21:28',1,'DR DANIELS',NULL,'','20131213-7685',NULL),(20946,5565,3,531,'2013-12-14 05:36:06',1,0,'','2013121381','2013-12-13','2013-12-13','20131213-81','21:35',1,'DR DJAN',NULL,'','20131213-7686',NULL),(20948,5565,4,531,'2013-12-14 05:36:07',1,0,'','2013121381','2013-12-13','2013-12-13','20131213-81','21:35',1,'DR DJAN',NULL,'','20131213-7686',NULL),(20949,5566,3,531,'2013-12-14 05:38:19',1,0,'','2013121382','2013-12-13','2013-12-13','20131213-82','21:37',1,'DR DJAN',NULL,'','20131213-7687',NULL),(20951,5566,1,531,'2013-12-14 05:38:19',1,0,'','2013121382','2013-12-13','2013-12-13','20131213-82','21:38',1,'DR DJAN',NULL,'','20131213-7687',NULL),(20952,5567,3,531,'2013-12-14 06:02:26',1,0,'','2013121383','2013-12-13','2013-12-13','20131213-83','22:01',1,'DR DANIELS',NULL,'','20131213-7688',NULL),(20954,5567,1,531,'2013-12-14 06:02:26',1,0,'','2013121383','2013-12-13','2013-12-13','20131213-83','22:02',1,'DR DANIELS',NULL,'','20131213-7688',NULL),(20955,5568,3,531,'2013-12-14 06:51:21',1,0,'','2013121384 ','2013-12-13','2013-12-13','20131213-84','22:50',1,'DR DANIELS',NULL,'','20131213-7689',NULL),(20957,5568,1,531,'2013-12-14 06:51:21',1,0,'','2013121384 ','2013-12-13','2013-12-13','20131213-84','22:51',1,'DR DANIELS',NULL,'','20131213-7689',NULL),(20958,5569,3,531,'2013-12-14 08:38:39',1,0,'','201312141','2013-12-14','2013-12-14','20131214-1','00:37',1,'DR DANIELS',NULL,'','20131214-7690',NULL),(20959,5570,3,531,'2013-12-14 08:47:40',1,0,'','201312142','2013-12-14','2013-12-14','20131214-2','00:45',1,'DR DJAN',NULL,'','20131214-7691',NULL),(20961,5570,1,531,'2013-12-14 08:47:40',0,0,'','201312142','2013-12-14','2013-12-14','20131214-2','00:46',1,'DR DJAN',NULL,'','20131214-7691',NULL),(20962,5571,3,531,'2013-12-14 12:43:26',0,0,'','201312143','2013-12-14','2013-12-14','20131214-3','04:42',1,'DR DJAN',NULL,'','20131214-7692',NULL),(20964,5571,1,531,'2013-12-14 12:43:26',0,0,'','201312143','2013-12-14','2013-12-14','20131214-3','04:43',1,'DR DJAN',NULL,'','20131214-7692',NULL),(20965,5572,3,531,'2013-12-14 12:59:54',1,0,'','201312144','2013-12-14','2013-12-14','20131214-4','04:57',1,'DR DJAN',NULL,'','20131214-7693',NULL),(20967,5572,1,531,'2013-12-14 12:59:54',0,0,'','201312144','2013-12-14','2013-12-14','20131214-4','04:58',1,'DR DJAN',NULL,'','20131214-7693',NULL),(20970,5572,4,531,'2013-12-14 12:59:54',1,0,'','201312144','2013-12-14','2013-12-14','20131214-4','04:59',1,'DR DJAN',NULL,'','20131214-7693',NULL),(20971,5573,1,531,'2013-12-14 14:29:20',0,0,'','201312145','2013-12-14','2013-12-14','20131214-5','06:28',1,'DR AMOAH',NULL,'','20131214-7694',NULL),(20972,4179,3,531,'2013-12-14 15:44:50',1,0,'','201312146 ','2013-12-14','2013-12-14','20131214-6','07:40',1,'DR HOODBROOKSMITH',NULL,'','20131214-7695',NULL),(20974,4179,1,531,'2013-12-14 15:44:50',1,0,'','201312146 ','2013-12-14','2013-12-14','20131214-6','07:42',1,'DR HOODBROOKSMITH',NULL,'','20131214-7695',NULL),(20977,4179,1,531,'2013-12-14 15:44:50',0,0,'','201312146 ','2013-12-14','2013-12-14','20131214-6','07:43',1,'DR HOODBROOKSMITH',NULL,'','20131214-7695',NULL),(20978,5574,2,531,'2013-12-14 15:46:41',1,0,'','201312147','2013-12-14','2013-12-14','20131214-7','07:45',1,'DR ADOTEY',NULL,'','20131214-7696',NULL),(20979,5575,1,530,'2013-12-14 15:56:41',0,0,'','201312148','2013-12-14','2013-12-14','20131214-8','07:54',1,'DR DJAN',NULL,'','20131214-7697',NULL),(20981,5575,2,530,'2013-12-14 15:56:41',0,0,'','201312148','2013-12-14','2013-12-14','20131214-8','07:55',1,'DR DJAN',NULL,'','20131214-7697',NULL),(20984,5575,3,530,'2013-12-14 15:56:41',0,0,'','201312148','2013-12-14','2013-12-14','20131214-8','07:56',1,'DR DJAN',NULL,'','20131214-7697',NULL),(20988,5575,4,530,'2013-12-14 15:56:42',0,0,'','201312148','2013-12-14','2013-12-14','20131214-8','07:56',1,'DR DJAN',NULL,'','20131214-7697',NULL),(20989,807,3,530,'2013-12-14 16:15:32',0,0,'','201312149','2013-12-14','2013-12-14','20131214-9','08:14',1,'DR DANIELS',NULL,'','20131214-7698',NULL),(20991,807,4,530,'2013-12-14 16:15:32',1,0,'','201312149','2013-12-14','2013-12-14','20131214-9','08:15',1,'DR DANIELS',NULL,'','20131214-7698',NULL),(20992,5576,1,530,'2013-12-14 16:19:32',0,0,'','2013121410','2013-12-14','2013-12-14','20131214-10','08:17',1,'DR OWHANDOH',NULL,'','20131214-7699',NULL),(20994,5576,3,530,'2013-12-14 16:19:33',0,0,'','2013121410','2013-12-14','2013-12-14','20131214-10','08:19',1,'DR OWHANDOH',NULL,'','20131214-7699',NULL),(20997,5576,4,530,'2013-12-14 16:19:33',1,0,'','2013121410','2013-12-14','2013-12-14','20131214-10','08:19',1,'DR OWHANDOH',NULL,'','20131214-7699',NULL),(20998,4223,2,530,'2013-12-14 16:23:32',1,0,'','2013121411','2013-12-14','2013-12-14','20131214-11','08:21',1,'DR TACHIE',NULL,'','20131214-7700',NULL),(20999,5577,3,530,'2013-12-14 16:34:01',0,0,'','2013121412 ','2013-12-14','2013-12-14','20131214-12','08:32',1,'',NULL,'','20131214-7701',NULL),(21000,5578,3,530,'2013-12-14 16:41:05',0,0,'','2013121413','2013-12-14','2013-12-14','20131214-13','08:40',1,'DR FRIMPONG',NULL,'','20131214-7702',NULL),(21001,5579,1,530,'2013-12-14 16:49:35',0,0,'','2013121414','2013-12-14','2013-12-14','20131214-14','08:48',1,'DR NTOW DJAN',NULL,'','20131214-7703',NULL),(21002,5580,1,530,'2013-12-14 16:53:39',0,0,'','2013121415','2013-12-14','2013-12-14','20131214-15','08:51',1,'DR YEBOAH',NULL,'','20131214-7704',NULL),(21004,5580,3,530,'2013-12-14 16:53:39',0,0,'','2013121415','2013-12-14','2013-12-14','20131214-15','08:52',1,'DR YEBOAH',NULL,'','20131214-7704',NULL),(21007,5580,4,530,'2013-12-14 16:53:40',1,0,'','2013121415','2013-12-14','2013-12-14','20131214-15','08:53',1,'DR YEBOAH',NULL,'','20131214-7704',NULL),(21008,5581,4,530,'2013-12-14 17:00:19',1,0,'','2013121416','2013-12-14','2013-12-14','20131214-16','08:59',1,'DR FRIMPONG',NULL,'','20131214-7705',NULL),(21009,5582,5,530,'2013-12-14 17:06:32',1,0,'','2013121417','2013-12-14','2013-12-14','20131214-17','09:05',1,'',NULL,'','20131214-7706',NULL),(21010,5072,3,530,'2013-12-14 17:08:46',1,0,'','2013121418 ','2013-12-14','2013-12-14','20131214-18','09:07',1,'DR DJAN',NULL,'','20131214-7707',NULL),(21012,5072,4,530,'2013-12-14 17:08:46',1,0,'','2013121418 ','2013-12-14','2013-12-14','20131214-18','09:08',1,'DR DJAN',NULL,'','20131214-7707',NULL),(21013,5583,3,530,'2013-12-14 17:11:18',0,0,'','2013121419 ','2013-12-14','2013-12-14','20131214-19','09:10',1,'DR FUMMY',NULL,'','20131214-7708',NULL),(21014,5584,4,530,'2013-12-14 17:18:30',1,0,'','2013121420','2013-12-14','2013-12-14','20131214-20','09:17',1,'DR FRIMPONG',NULL,'','20131214-7709',NULL),(21015,5451,3,530,'2013-12-14 17:21:27',1,0,'','2013121421 ','2013-12-14','2013-12-14','20131214-21','09:20',1,'DR OWHANDOH',NULL,'','20131214-7710',NULL),(21017,5451,4,530,'2013-12-14 17:21:27',1,0,'','2013121421 ','2013-12-14','2013-12-14','20131214-21','09:21',1,'DR OWHANDOH',NULL,'','20131214-7710',NULL),(21018,5585,2,530,'2013-12-14 17:23:56',1,0,'','2013121422 ','2013-12-14','2013-12-14','20131214-22','09:23',1,'',NULL,'','20131214-7711',NULL),(21019,1543,1,530,'2013-12-14 17:37:38',0,0,'','2013121423 ','2013-12-14','2013-12-14','20131214-23','09:35',1,'DR VORTIA',NULL,'','20131214-7712',NULL),(21021,1543,2,530,'2013-12-14 17:37:38',0,0,'','2013121423 ','2013-12-14','2013-12-14','20131214-23','09:37',1,'DR VORTIA',NULL,'','20131214-7712',NULL),(21022,5586,4,530,'2013-12-14 17:46:22',0,0,'','2013121424','2013-12-14','2013-12-14','20131214-24','09:45',1,'DR OFORI',NULL,'','20131214-7713',NULL),(21023,1445,3,530,'2013-12-14 17:54:50',1,0,'','2013121425','2013-12-14','2013-12-14','20131214-25','09:53',1,'DR OFORI',NULL,'','20131214-7714',NULL),(21025,1445,1,530,'2013-12-14 17:54:50',1,0,'','2013121425','2013-12-14','2013-12-14','20131214-25','09:54',1,'DR OFORI',NULL,'','20131214-7714',NULL),(21028,1445,4,530,'2013-12-14 17:54:50',1,0,'','2013121425','2013-12-14','2013-12-14','20131214-25','09:54',1,'DR OFORI',NULL,'','20131214-7714',NULL),(21029,2937,1,530,'2013-12-14 17:58:04',0,0,'','2013121426 ','2013-12-14','2013-12-14','20131214-26','09:56',1,'DR TACHIE',NULL,'','20131214-7715',NULL),(21030,5587,2,530,'2013-12-14 18:13:52',1,0,'','2013121427','2013-12-14','2013-12-14','20131214-27','10:13',1,'DR MENSAH',NULL,'','20131214-7716',NULL),(21031,5588,3,530,'2013-12-14 18:21:01',1,0,'','2013121428','2013-12-14','2013-12-14','20131214-28','10:19',1,'DR OFORI',NULL,'','20131214-7717',NULL),(21032,3200,3,530,'2013-12-14 18:23:33',1,0,'','2013121429','2013-12-14','2013-12-14','20131214-29','10:22',1,'DR FRIMPONG',NULL,'','20131214-7718',NULL),(21034,3200,1,530,'2013-12-14 18:23:34',1,0,'','2013121429','2013-12-14','2013-12-14','20131214-29','10:23',1,'DR FRIMPONG',NULL,'','20131214-7718',NULL),(21037,3200,4,530,'2013-12-14 18:23:34',1,0,'','2013121429','2013-12-14','2013-12-14','20131214-29','10:23',1,'DR FRIMPONG',NULL,'','20131214-7718',NULL),(21038,5589,3,530,'2013-12-14 18:25:35',0,0,'','2013121430','2013-12-14','2013-12-14','20131214-30','10:24',1,'DR TACHIE',NULL,'','20131214-7719',NULL),(21039,5590,1,530,'2013-12-14 18:37:41',0,0,'','2013121431','2013-12-14','2013-12-14','20131214-31','10:35',1,'',NULL,'','20131214-7720',NULL),(21041,5590,3,530,'2013-12-14 18:37:41',0,0,'','2013121431','2013-12-14','2013-12-14','20131214-31','10:36',1,'',NULL,'','20131214-7720',NULL),(21044,5590,2,530,'2013-12-14 18:37:42',0,0,'','2013121431','2013-12-14','2013-12-14','20131214-31','10:37',1,'',NULL,'','20131214-7720',NULL),(21045,5487,5,530,'2013-12-14 18:41:38',1,0,'','2013121432','2013-12-14','2013-12-14','20131214-32','10:40',1,'DR OFORI ANTI',NULL,'','20131214-7721',NULL),(21046,5591,24,530,'2013-12-14 18:47:22',0,0,'','2013121433','2013-12-14','2013-12-14','20131214-33','10:46',1,'',NULL,'','20131214-7722',NULL),(21047,5072,1,530,'2013-12-14 18:55:04',1,0,'','2013121418','2013-12-14','2013-12-14','20131214-34','10:54',1,'',NULL,'','20131214-7723',NULL),(21048,5583,3,530,'2013-12-14 19:17:22',0,0,'','2013121419','2013-12-14','2013-12-14','20131214-36','11:16',1,'DR AMOAH',NULL,'','20131214-7725',NULL),(21049,5592,3,530,'2013-12-14 19:37:31',0,0,'','2013121437','2013-12-14','2013-12-14','20131214-37','11:36',1,'DR FRIMPONG',NULL,'','20131214-7726',NULL),(21050,5593,4,530,'2013-12-14 19:46:03',1,0,'','2013121438','2013-12-14','2013-12-14','20131214-38','11:45',1,'DR FRIMPONG',NULL,'','20131214-7727',NULL),(21051,5594,3,530,'2013-12-14 20:05:03',0,0,'','2013121439','2013-12-14','2013-12-14','20131214-39','12:03',1,'DR OFORI',NULL,'','20131214-7728',NULL),(21053,5594,4,530,'2013-12-14 20:05:03',1,0,'','2013121439','2013-12-14','2013-12-14','20131214-39','12:04',1,'DR OFORI',NULL,'','20131214-7728',NULL),(21054,5595,3,530,'2013-12-14 20:11:35',0,0,'','2013121440','2013-12-14','2013-12-14','20131214-40','12:09',1,'DR DOW',NULL,'','20131214-7729',NULL),(21055,5051,3,530,'2013-12-14 20:12:48',0,0,'','2013121441','2013-12-14','2013-12-14','20131214-41','12:12',1,'DR OFORI ANTI',NULL,'','20131214-7730',NULL),(21056,5596,3,530,'2013-12-14 20:26:04',0,0,'','2013121442','2013-12-14','2013-12-14','20131214-42','12:23',1,'DR FRIMPONG',NULL,'','20131214-7731',NULL),(21058,5596,1,530,'2013-12-14 20:26:04',1,0,'','2013121442','2013-12-14','2013-12-14','20131214-42','12:24',1,'DR FRIMPONG',NULL,'','20131214-7731',NULL),(21059,5521,4,530,'2013-12-14 21:02:37',0,0,'','2013121443','2013-12-14','2013-12-14','20131214-43','13:01',1,'',NULL,'','20131214-7732',NULL),(21061,5521,3,530,'2013-12-14 21:02:37',0,0,'','2013121443','2013-12-14','2013-12-14','20131214-43','13:02',1,'',NULL,'','20131214-7732',NULL),(21062,5521,3,530,'2013-12-14 21:03:29',0,0,'','2013121443','2013-12-14','2013-12-14','20131214-44','13:03',1,'',NULL,'','20131214-7733',NULL),(21063,5597,3,530,'2013-12-14 21:30:08',0,0,'','2013121445','2013-12-14','2013-12-14','20131214-45','13:28',1,'DR OFORI',NULL,'','20131214-7734',NULL),(21065,5597,5,530,'2013-12-14 21:30:08',0,0,'','2013121445','2013-12-14','2013-12-14','20131214-45','13:29',1,'DR OFORI',NULL,'','20131214-7734',NULL),(21068,5597,1,530,'2013-12-14 21:30:09',1,0,'','2013121445','2013-12-14','2013-12-14','20131214-45','13:29',1,'DR OFORI',NULL,'','20131214-7734',NULL),(21069,5598,3,530,'2013-12-14 21:48:29',0,0,'','2013121446','2013-12-14','2013-12-14','20131214-46','13:48',1,'DR OFORI',NULL,'','20131214-7735',NULL),(21070,5599,1,530,'2013-12-14 21:52:17',0,0,'','2013121447','2013-12-14','2013-12-14','20131214-47','13:50',1,'DR TACHIE',NULL,'','20131214-7736',NULL),(21072,5599,3,530,'2013-12-14 21:52:18',1,0,'','2013121447','2013-12-14','2013-12-14','20131214-47','13:51',1,'DR TACHIE',NULL,'','20131214-7736',NULL),(21075,5599,4,530,'2013-12-14 21:52:18',1,0,'','2013121447','2013-12-14','2013-12-14','20131214-47','13:51',1,'DR TACHIE',NULL,'','20131214-7736',NULL),(21076,5600,1,530,'2013-12-14 22:02:11',1,0,'','2013121448','2013-12-14','2013-12-14','20131214-48','14:01',1,'DR FRIMPONG',NULL,'','20131214-7737',NULL),(21078,5600,3,530,'2013-12-14 22:02:11',0,0,'','2013121448','2013-12-14','2013-12-14','20131214-48','14:02',1,'DR FRIMPONG',NULL,'','20131214-7737',NULL),(21079,5601,1,530,'2013-12-14 22:10:47',0,0,'','2013121449','2013-12-14','2013-12-14','20131214-49','14:09',1,'',NULL,'','20131214-7738',NULL),(21080,5521,4,530,'2013-12-14 22:39:57',1,0,'','2013121444','2013-12-14','2013-12-14','20131214-50','14:38',1,'',NULL,'','20131214-7739',NULL),(21082,5521,3,530,'2013-12-14 22:39:57',0,0,'','2013121444','2013-12-14','2013-12-14','20131214-50','14:39',1,'',NULL,'','20131214-7739',NULL),(21083,1244,1,530,'2013-12-14 22:45:05',1,0,'','2013121451','2013-12-14','2013-12-14','20131214-51','14:43',1,'DR OFORI',NULL,'','20131214-7740',NULL),(21085,1244,4,530,'2013-12-14 22:45:05',1,0,'','2013121451','2013-12-14','2013-12-14','20131214-51','14:44',1,'DR OFORI',NULL,'','20131214-7740',NULL),(21088,1244,3,530,'2013-12-14 22:45:06',0,0,'','2013121451','2013-12-14','2013-12-14','20131214-51','14:44',1,'DR OFORI',NULL,'','20131214-7740',NULL),(21089,5599,19,530,'2013-12-14 22:51:35',1,0,'','2013121447','2013-12-14','2013-12-14','20131214-52','14:50',1,'DR TACHIE',NULL,'','20131214-7741',NULL),(21090,1788,3,530,'2013-12-14 23:12:18',1,0,'','2013121453 ','2013-12-14','2013-12-14','20131214-53','15:11',1,'DR FUMMY',NULL,'','20131214-7742',NULL),(21091,5602,1,530,'2013-12-14 23:32:06',0,0,'','2013121454','2013-12-14','2013-12-14','20131214-54','15:31',1,'DR NKRUMAH',NULL,'','20131214-7743',NULL),(21092,5590,1,530,'2013-12-14 23:46:39',1,0,'','2013121431','2013-12-14','2013-12-14','20131214-55','15:45',1,'DR TACHIE',NULL,'','20131214-7744',NULL),(21093,2833,3,530,'2013-12-15 00:11:05',0,0,'','2013121456','2013-12-14','2013-12-14','20131214-56','16:09',1,'DR TACHIE',NULL,'','20131214-7745',NULL),(21094,5603,4,530,'2013-12-15 00:14:35',1,0,'','2013121457','2013-12-14','2013-12-14','20131214-57','16:12',1,'DR AMOAH',NULL,'','20131214-7746',NULL),(21095,3473,3,530,'2013-12-15 00:21:57',0,0,'','2013121458','2013-12-14','2013-12-14','20131214-58','16:20',1,'DR AMOAH',NULL,'','20131214-7747',NULL),(21096,1244,1,530,'2013-12-15 00:40:27',0,0,'','2013121451','2013-12-14','2013-12-14','20131214-59','16:39',1,'DR OFORI',NULL,'','20131214-7748',NULL),(21097,380,3,530,'2013-12-15 00:42:31',0,0,'','2013121460','2013-12-14','2013-12-14','20131214-60','16:41',1,'DR TAKYI',NULL,'','20131214-7749',NULL),(21099,380,4,530,'2013-12-15 00:42:32',1,0,'','2013121460','2013-12-14','2013-12-14','20131214-60','16:42',1,'DR TAKYI',NULL,'','20131214-7749',NULL),(21100,5604,3,530,'2013-12-15 00:59:14',1,0,'','2013121461','2013-12-14','2013-12-14','20131214-61','16:55',1,'',NULL,'','20131214-7750',NULL),(21101,3728,4,530,'2013-12-15 01:01:44',1,0,'','2013121461','2013-12-14','2013-12-14','20131214-62','16:59',1,'',NULL,'','20131214-7751',NULL),(21103,3728,5,530,'2013-12-15 01:01:44',0,0,'','2013121461','2013-12-14','2013-12-14','20131214-62','17:01',1,'',NULL,'','20131214-7751',NULL),(21104,3728,3,530,'2013-12-15 01:03:15',1,0,'','2013121461','2013-12-14','2013-12-14','20131214-63','17:02',1,'',NULL,'','20131214-7752',NULL),(21105,5605,3,530,'2013-12-15 01:25:20',1,0,'','2013121464','2013-12-14','2013-12-14','20131214-64','17:24',1,'DR AMOAH',NULL,'','20131214-7753',NULL),(21106,1741,3,530,'2013-12-15 01:57:01',0,0,'','2013121465','2013-12-14','2013-12-14','20131214-65','17:56',1,'DR OFORI',NULL,'','20131214-7754',NULL),(21108,1741,4,530,'2013-12-15 01:57:02',1,0,'','2013121465','2013-12-14','2013-12-14','20131214-65','17:56',1,'DR OFORI',NULL,'','20131214-7754',NULL),(21109,5606,3,530,'2013-12-15 01:59:09',0,0,'','2013121466','2013-12-14','2013-12-14','20131214-66','17:58',1,'DR TAKYI',NULL,'','20131214-7755',NULL),(21110,5607,17,530,'2013-12-15 02:09:24',0,0,'','2013121467 ','2013-12-14','2013-12-14','20131214-67','18:07',1,'DR TAKYI',NULL,'','20131214-7756',NULL),(21111,5608,3,530,'2013-12-15 02:11:54',1,0,'','2013121468','2013-12-14','2013-12-14','20131214-68','18:11',1,'DR AMOAH',NULL,'','20131214-7757',NULL),(21112,2793,3,530,'2013-12-15 02:26:27',1,0,'','2013121469','2013-12-14','2013-12-14','20131214-69','18:25',1,'DR OFORI',NULL,'','20131214-7758',NULL),(21114,2793,4,530,'2013-12-15 02:26:27',0,0,'','2013121469','2013-12-14','2013-12-14','20131214-69','18:26',1,'DR OFORI',NULL,'','20131214-7758',NULL),(21115,4758,1,558,'2013-12-15 03:31:07',1,0,'','2013121470','2013-12-14','2013-12-14','20131214-70','19:29',1,'',NULL,'','20131214-7759',NULL),(21117,4758,5,558,'2013-12-15 03:31:08',1,0,'','2013121470','2013-12-14','2013-12-14','20131214-70','19:30',1,'',NULL,'','20131214-7759',NULL),(21118,5609,3,558,'2013-12-15 04:14:27',1,0,'','2013121471','2013-12-14','2013-12-14','20131214-71','20:13',1,'DR K AMAOH',NULL,'','20131214-7760',NULL),(21119,5610,3,558,'2013-12-15 04:16:57',1,0,'','2013121472','2013-12-14','2013-12-14','20131214-72','20:15',1,'DR OFORI',NULL,'','20131214-7761',NULL),(21121,5610,4,558,'2013-12-15 04:16:57',1,0,'','2013121472','2013-12-14','2013-12-14','20131214-72','20:16',1,'DR OFORI',NULL,'','20131214-7761',NULL),(21122,5611,3,558,'2013-12-15 04:21:28',1,0,'','2013121473','2013-12-14','2013-12-14','20131214-73','20:19',1,'DR K AMAOH',NULL,'','20131214-7762',NULL),(21124,5611,1,558,'2013-12-15 04:21:28',0,0,'','2013121473','2013-12-14','2013-12-14','20131214-73','20:21',1,'DR K AMAOH',NULL,'','20131214-7762',NULL),(21125,5612,3,558,'2013-12-15 04:40:19',1,0,'','2013121474','2013-12-14','2013-12-14','20131214-74','20:38',1,'DR YEBOAH',NULL,'','20131214-7763',NULL),(21127,5612,4,558,'2013-12-15 04:40:19',1,0,'','2013121474','2013-12-14','2013-12-14','20131214-74','20:39',1,'DR YEBOAH',NULL,'','20131214-7763',NULL),(21130,5612,1,558,'2013-12-15 04:40:19',1,0,'','2013121474','2013-12-14','2013-12-14','20131214-74','20:40',1,'DR YEBOAH',NULL,'','20131214-7763',NULL),(21131,5613,3,558,'2013-12-15 04:52:15',1,0,'','2013121475','2013-12-14','2013-12-14','20131214-75','20:51',1,'DR YEBOAH',NULL,'','20131214-7764',NULL),(21133,5613,4,558,'2013-12-15 04:52:15',1,0,'','2013121475','2013-12-14','2013-12-14','20131214-75','20:51',1,'DR YEBOAH',NULL,'','20131214-7764',NULL),(21134,5614,3,558,'2013-12-15 04:55:07',1,0,'','2013121476','2013-12-14','2013-12-14','20131214-76','20:53',1,'DR YEBOAH',NULL,'','20131214-7765',NULL),(21136,5614,4,558,'2013-12-15 04:55:07',1,0,'','2013121476','2013-12-14','2013-12-14','20131214-76','20:54',1,'DR YEBOAH',NULL,'','20131214-7765',NULL),(21139,5614,1,558,'2013-12-15 04:55:08',1,0,'','2013121476','2013-12-14','2013-12-14','20131214-76','20:54',1,'DR YEBOAH',NULL,'','20131214-7765',NULL),(21143,5614,5,558,'2013-12-15 04:55:08',1,0,'','2013121476','2013-12-14','2013-12-14','20131214-76','20:54',1,'DR YEBOAH',NULL,'','20131214-7765',NULL),(21144,5615,3,558,'2013-12-15 06:02:23',1,0,'','2013121477','2013-12-14','2013-12-14','20131214-77','22:01',1,'DR DANIELS',NULL,'','20131214-7766',NULL),(21145,5616,3,558,'2013-12-15 06:11:47',1,0,'','2013121478','2013-12-14','2013-12-14','20131214-78','22:11',1,'DR DANIELS',NULL,'','20131214-7767',NULL),(21146,5617,3,558,'2013-12-15 06:34:23',1,0,'','2013121479','2013-12-14','2013-12-14','20131214-79','22:16',1,'DR DANIELS',NULL,'','20131214-7768',NULL),(21148,5617,5,558,'2013-12-15 06:34:23',0,0,'','2013121479','2013-12-14','2013-12-14','20131214-79','22:18',1,'DR DANIELS',NULL,'','20131214-7768',NULL),(21151,5617,1,558,'2013-12-15 06:34:24',0,0,'','2013121479','2013-12-14','2013-12-14','20131214-79','22:33',1,'DR DANIELS',NULL,'','20131214-7768',NULL),(21152,5618,3,558,'2013-12-15 07:41:56',1,0,'','2013121480','2013-12-14','2013-12-14','20131214-80','23:41',1,'DR DANIELS',NULL,'','20131214-7769',NULL),(21153,5619,3,558,'2013-12-15 09:03:52',1,0,'','201312151','2013-12-15','2013-12-15','20131215-1','01:03',1,'DR YEBOAH',NULL,'','20131215-7770',NULL),(21154,5620,3,558,'2013-12-15 10:55:29',1,0,'','201312152','2013-12-15','2013-12-15','20131215-2','02:54',1,'DR YEBOAH',NULL,'','20131215-7771',NULL),(21156,5620,4,558,'2013-12-15 10:55:29',1,0,'','201312152','2013-12-15','2013-12-15','20131215-2','02:55',1,'DR YEBOAH',NULL,'','20131215-7771',NULL),(21159,5620,1,558,'2013-12-15 10:55:30',1,0,'','201312152','2013-12-15','2013-12-15','20131215-2','02:55',1,'DR YEBOAH',NULL,'','20131215-7771',NULL),(21160,1966,3,558,'2013-12-15 11:18:41',1,0,'','201312153','2013-12-15','2013-12-15','20131215-3','03:17',1,'DR YEBOAH',NULL,'','20131215-7772',NULL),(21161,5621,3,558,'2013-12-15 13:41:59',1,0,'','201312154','2013-12-15','2013-12-15','20131215-4','05:40',1,'DR DANIELS',NULL,'','20131215-7773',NULL),(21163,5621,5,558,'2013-12-15 13:41:59',1,0,'','201312154','2013-12-15','2013-12-15','20131215-4','05:41',1,'DR DANIELS',NULL,'','20131215-7773',NULL),(21164,4429,3,558,'2013-12-15 14:47:07',1,0,'','201312155','2013-12-15','2013-12-15','20131215-5','06:45',1,'DR DANIELS',NULL,'','20131215-7774',NULL),(21166,4429,5,558,'2013-12-15 14:47:07',1,0,'','201312155','2013-12-15','2013-12-15','20131215-5','06:46',1,'DR DANIELS',NULL,'','20131215-7774',NULL),(21167,1445,4,558,'2013-12-15 15:07:29',1,0,'','201312156 ','2013-12-15','2013-12-15','20131215-6','07:06',1,'DR YEBOAH',NULL,'','20131215-7775',NULL),(21168,5622,4,558,'2013-12-15 16:01:02',1,0,'','201312157','2013-12-15','2013-12-15','20131215-7','08:00',1,'DR DANIELS',NULL,'','20131215-7776',NULL),(21169,5623,3,558,'2013-12-15 16:03:19',0,0,'','201312158','2013-12-15','2013-12-15','20131215-8','08:02',1,'DR YEBOAH',NULL,'','20131215-7777',NULL),(21170,5624,3,530,'2013-12-15 16:08:43',0,0,'','201312159','2013-12-15','2013-12-15','20131215-9','08:05',1,'DR YEBOAH',NULL,'','20131215-7778',NULL),(21172,5624,4,530,'2013-12-15 16:08:44',1,0,'','201312159','2013-12-15','2013-12-15','20131215-9','08:08',1,'DR YEBOAH',NULL,'','20131215-7778',NULL),(21175,5624,1,530,'2013-12-15 16:08:44',1,0,'','201312159','2013-12-15','2013-12-15','20131215-9','08:08',1,'DR YEBOAH',NULL,'','20131215-7778',NULL),(21176,5625,3,530,'2013-12-15 16:10:59',0,0,'','2013121510 ','2013-12-15','2013-12-15','20131215-10','08:10',1,'DR YEBOAH',NULL,'','20131215-7779',NULL),(21177,5625,4,530,'2013-12-15 16:11:57',1,0,'','2013121510 ','2013-12-15','2013-12-15','20131215-11','08:11',1,'',NULL,'','20131215-7780',NULL),(21178,641,1,530,'2013-12-15 16:15:29',1,0,'','2013121512','2013-12-15','2013-12-15','20131215-12','08:14',1,'DR DANIELS',NULL,'','20131215-7781',NULL),(21180,641,3,530,'2013-12-15 16:15:29',0,0,'','2013121512','2013-12-15','2013-12-15','20131215-12','08:15',1,'DR DANIELS',NULL,'','20131215-7781',NULL),(21181,5626,1,530,'2013-12-15 16:29:25',0,0,'','2013121513','2013-12-15','2013-12-15','20131215-13','08:27',1,'DR OWHANDOH',NULL,'','20131215-7782',NULL),(21183,5626,3,530,'2013-12-15 16:29:25',0,0,'','2013121513','2013-12-15','2013-12-15','20131215-13','08:28',1,'DR OWHANDOH',NULL,'','20131215-7782',NULL),(21186,5626,5,530,'2013-12-15 16:29:25',1,0,'','2013121513','2013-12-15','2013-12-15','20131215-13','08:29',1,'DR OWHANDOH',NULL,'','20131215-7782',NULL),(21190,5626,4,530,'2013-12-15 16:29:25',1,0,'','2013121513','2013-12-15','2013-12-15','20131215-13','08:29',1,'DR OWHANDOH',NULL,'','20131215-7782',NULL),(21191,5627,3,530,'2013-12-15 16:54:13',0,0,'','2013121514','2013-12-15','2013-12-15','20131215-14','08:52',1,'DR VORTIA',NULL,'','20131215-7783',NULL),(21192,5628,3,530,'2013-12-15 16:55:37',0,0,'','2013121515','2013-12-15','2013-12-15','20131215-15','08:55',1,'DR VORTIA',NULL,'','20131215-7784',NULL),(21193,5629,3,530,'2013-12-15 17:12:59',1,0,'','2013121516','2013-12-15','2013-12-15','20131215-16','09:12',1,'DR OFORI',NULL,'','20131215-7785',NULL),(21194,5630,3,530,'2013-12-15 17:27:31',0,0,'','2013121517','2013-12-15','2013-12-15','20131215-17','09:26',1,'DR OWHANDOH',NULL,'','20131215-7786',NULL),(21195,5631,3,530,'2013-12-15 17:29:25',0,0,'','2013121518','2013-12-15','2013-12-15','20131215-18','09:28',1,'DR VORTIA',NULL,'','20131215-7787',NULL),(21196,5414,1,530,'2013-12-15 18:20:25',0,0,'','2013121519','2013-12-15','2013-12-15','20131215-19','10:19',1,'DR MENSAH',NULL,'','20131215-7788',NULL),(21198,5414,3,530,'2013-12-15 18:20:26',0,0,'','2013121519','2013-12-15','2013-12-15','20131215-19','10:20',1,'DR MENSAH',NULL,'','20131215-7788',NULL),(21199,649,1,530,'2013-12-15 18:44:46',1,0,'','2013121520','2013-12-15','2013-12-15','20131215-20','10:42',1,'DR VORTIA',NULL,'','20131215-7789',NULL),(21201,649,3,530,'2013-12-15 18:44:47',0,0,'','2013121520','2013-12-15','2013-12-15','20131215-20','10:43',1,'DR VORTIA',NULL,'','20131215-7789',NULL),(21204,649,4,530,'2013-12-15 18:44:47',1,0,'','2013121520','2013-12-15','2013-12-15','20131215-20','10:44',1,'DR VORTIA',NULL,'','20131215-7789',NULL),(21208,649,5,530,'2013-12-15 18:44:47',1,0,'','2013121520','2013-12-15','2013-12-15','20131215-20','10:44',1,'DR VORTIA',NULL,'','20131215-7789',NULL),(21209,5632,4,530,'2013-12-15 18:50:37',1,0,'','2013121521','2013-12-15','2013-12-15','20131215-21','10:49',1,'DR GEPI ATTEE',NULL,'','20131215-7790',NULL),(21210,5633,1,530,'2013-12-15 18:57:37',1,0,'','2013121522','2013-12-15','2013-12-15','20131215-22','10:56',1,'DR OFORI',NULL,'','20131215-7791',NULL),(21212,5633,4,530,'2013-12-15 18:57:37',1,0,'','2013121522','2013-12-15','2013-12-15','20131215-22','10:57',1,'DR OFORI',NULL,'','20131215-7791',NULL),(21215,5633,3,530,'2013-12-15 18:57:37',0,0,'','2013121522','2013-12-15','2013-12-15','20131215-22','10:57',1,'DR OFORI',NULL,'','20131215-7791',NULL),(21216,5634,3,530,'2013-12-15 19:02:09',0,0,'','2013121523 ','2013-12-15','2013-12-15','20131215-23','11:01',1,'DR OFORI',NULL,'','20131215-7792',NULL),(21218,5634,5,530,'2013-12-15 19:02:09',0,0,'','2013121523 ','2013-12-15','2013-12-15','20131215-23','11:01',1,'DR OFORI',NULL,'','20131215-7792',NULL),(21219,5635,3,530,'2013-12-15 19:05:29',0,0,'','2013121524','2013-12-15','2013-12-15','20131215-24','11:04',1,'DR VORTIA',NULL,'','20131215-7793',NULL),(21221,5635,4,530,'2013-12-15 19:05:29',1,0,'','2013121524','2013-12-15','2013-12-15','20131215-24','11:05',1,'DR VORTIA',NULL,'','20131215-7793',NULL),(21222,5636,1,530,'2013-12-15 19:37:57',0,0,'','2013121525 ','2013-12-15','2013-12-15','20131215-25','11:36',1,'PROF E D YEBOAH',NULL,'','20131215-7794',NULL),(21224,5636,4,530,'2013-12-15 19:37:57',1,0,'','2013121525 ','2013-12-15','2013-12-15','20131215-25','11:37',1,'PROF E D YEBOAH',NULL,'','20131215-7794',NULL),(21225,4076,15,530,'2013-12-15 19:53:48',1,0,'','2013121526 ','2013-12-15','2013-12-15','20131215-26','11:52',1,'DR GEPI ATTEE',NULL,'','20131215-7795',NULL),(21226,5637,17,530,'2013-12-15 20:00:54',0,0,'','2013121527','2013-12-15','2013-12-15','20131215-27','12:00',1,'DR GEPI ATTEE',NULL,'','20131215-7796',NULL),(21227,5638,1,530,'2013-12-15 20:05:11',1,0,'','2013121528','2013-12-15','2013-12-15','20131215-28','12:04',1,'DR OFORI',NULL,'','20131215-7797',NULL),(21229,5638,4,530,'2013-12-15 20:05:11',1,0,'','2013121528','2013-12-15','2013-12-15','20131215-28','12:04',1,'DR OFORI',NULL,'','20131215-7797',NULL),(21232,5638,3,530,'2013-12-15 20:05:11',0,0,'','2013121528','2013-12-15','2013-12-15','20131215-28','12:04',1,'DR OFORI',NULL,'','20131215-7797',NULL),(21233,5639,3,530,'2013-12-15 20:11:36',0,0,'','2013121529','2013-12-15','2013-12-15','20131215-29','12:10',1,'DR OFORI',NULL,'','20131215-7798',NULL),(21234,5640,3,530,'2013-12-15 20:26:44',1,0,'','2013121530','2013-12-15','2013-12-15','20131215-30','12:25',1,'DR VORTIA',NULL,'','20131215-7799',NULL),(21235,5641,1,530,'2013-12-15 20:29:00',0,0,'','2013121531','2013-12-15','2013-12-15','20131215-31','12:28',1,'DR VORTIA',NULL,'','20131215-7800',NULL),(21237,5641,3,530,'2013-12-15 20:29:00',0,0,'','2013121531','2013-12-15','2013-12-15','20131215-31','12:28',1,'DR VORTIA',NULL,'','20131215-7800',NULL),(21238,5642,3,530,'2013-12-15 20:36:49',1,0,'','2013121532 ','2013-12-15','2013-12-15','20131215-32','12:35',1,'DR OFORI',NULL,'','20131215-7801',NULL),(21240,5642,4,530,'2013-12-15 20:36:49',1,0,'','2013121532 ','2013-12-15','2013-12-15','20131215-32','12:36',1,'DR OFORI',NULL,'','20131215-7801',NULL),(21243,5642,1,530,'2013-12-15 20:36:49',1,0,'','2013121532 ','2013-12-15','2013-12-15','20131215-32','12:36',1,'DR OFORI',NULL,'','20131215-7801',NULL),(21244,2460,1,530,'2013-12-15 20:46:54',0,0,'','2013121533','2013-12-15','2013-12-15','20131215-33','12:44',1,'DR VORTIA',NULL,'','20131215-7802',NULL),(21246,2460,3,530,'2013-12-15 20:46:54',0,0,'','2013121533','2013-12-15','2013-12-15','20131215-33','12:46',1,'DR VORTIA',NULL,'','20131215-7802',NULL),(21247,2460,3,530,'2013-12-15 20:48:02',1,0,'','2013121533','2013-12-15','2013-12-15','20131215-34','12:47',1,'',NULL,'','20131215-7803',NULL),(21248,5643,3,530,'2013-12-15 21:22:30',1,0,'','2013121535','2013-12-15','2013-12-15','20131215-35','13:21',1,'DR OFORI',NULL,'','20131215-7804',NULL),(21250,5643,4,530,'2013-12-15 21:22:30',0,0,'','2013121535','2013-12-15','2013-12-15','20131215-35','13:22',1,'DR OFORI',NULL,'','20131215-7804',NULL),(21251,5644,3,530,'2013-12-15 21:27:41',1,0,'','2013121536 ','2013-12-15','2013-12-15','20131215-36','13:26',1,'DR VORTIA',NULL,'','20131215-7805',NULL),(21252,5645,3,530,'2013-12-15 22:05:44',0,0,'','2013121537','2013-12-15','2013-12-15','20131215-37','14:04',1,'DR VORTIA',NULL,'','20131215-7806',NULL),(21254,5645,5,530,'2013-12-15 22:05:45',1,0,'','2013121537','2013-12-15','2013-12-15','20131215-37','14:05',1,'DR VORTIA',NULL,'','20131215-7806',NULL),(21255,1550,4,530,'2013-12-15 22:08:24',1,0,'','2013121538','2013-12-15','2013-12-15','20131215-38','14:07',1,'DR MENSAH',NULL,'','20131215-7807',NULL),(21256,5623,4,530,'2013-12-15 22:10:04',1,0,'','201312158','2013-12-15','2013-12-15','20131215-39','14:08',1,'DR MENSAH',NULL,'','20131215-7808',NULL),(21257,5646,3,555,'2013-12-15 22:35:41',0,0,'','2013121540','2013-12-15','2013-12-15','20131215-40','14:33',1,'DR K AMAOH',NULL,'','20131215-7809',NULL),(21258,5647,3,555,'2013-12-15 22:45:57',1,0,'','2013121541','2013-12-15','2013-12-15','20131215-41','14:43',1,'DR K AMAOH',NULL,'','20131215-7810',NULL),(21260,5647,1,555,'2013-12-15 22:45:57',1,0,'','2013121541','2013-12-15','2013-12-15','20131215-41','14:45',1,'DR K AMAOH',NULL,'','20131215-7810',NULL),(21261,2823,3,555,'2013-12-15 22:48:16',1,0,'','2013121542','2013-12-15','2013-12-15','20131215-42','14:46',1,'DR K AMAOH',NULL,'','20131215-7811',NULL),(21262,5648,3,530,'2013-12-15 23:02:56',1,0,'','2013121543','2013-12-15','2013-12-15','20131215-43','15:01',1,'DR AMOAH',NULL,'','20131215-7812',NULL),(21263,5649,1,530,'2013-12-15 23:48:03',0,0,'','2013121544','2013-12-15','2013-12-15','20131215-44','15:45',1,'DR VORTIA',NULL,'','20131215-7813',NULL),(21265,5649,3,530,'2013-12-15 23:48:03',1,0,'','2013121544','2013-12-15','2013-12-15','20131215-44','15:47',1,'DR VORTIA',NULL,'','20131215-7813',NULL),(21268,5649,4,530,'2013-12-15 23:48:04',1,0,'','2013121544','2013-12-15','2013-12-15','20131215-44','15:47',1,'DR VORTIA',NULL,'','20131215-7813',NULL),(21269,5649,1,530,'2013-12-15 23:55:14',1,0,'','2013121544','2013-12-15','2013-12-15','20131215-45','15:54',1,'',NULL,'','20131215-7814',NULL),(21270,5650,2,530,'2013-12-16 00:03:43',1,0,'','2013121546','2013-12-15','2013-12-15','20131215-46','16:03',1,'DR OFORI',NULL,'','20131215-7815',NULL),(21271,5651,3,530,'2013-12-16 00:24:23',0,0,'','2013121547','2013-12-15','2013-12-15','20131215-47','16:23',1,'DR AMOAH',NULL,'','20131215-7816',NULL),(21272,5652,10,530,'2013-12-16 00:43:20',0,0,'','2013121548','2013-12-15','2013-12-15','20131215-48','16:41',1,'DR AMOAH',NULL,'','20131215-7817',NULL),(21274,5652,4,530,'2013-12-16 00:43:21',0,0,'','2013121548','2013-12-15','2013-12-15','20131215-48','16:43',1,'DR AMOAH',NULL,'','20131215-7817',NULL),(21275,5653,3,530,'2013-12-16 00:47:45',0,0,'','2013121549','2013-12-15','2013-12-15','20131215-49','16:46',1,'DR OFORI',NULL,'','20131215-7818',NULL),(21277,5653,1,530,'2013-12-16 00:47:45',1,0,'','2013121549','2013-12-15','2013-12-15','20131215-49','16:47',1,'DR OFORI',NULL,'','20131215-7818',NULL),(21278,5654,3,530,'2013-12-16 00:55:07',1,0,'','2013121550','2013-12-15','2013-12-15','20131215-50','16:54',1,'DR AMOAH',NULL,'','20131215-7819',NULL),(21279,5655,3,530,'2013-12-16 01:20:20',0,0,'','2013121551','2013-12-15','2013-12-15','20131215-51','17:18',1,'DR AMOAH',NULL,'','20131215-7820',NULL),(21281,5655,1,530,'2013-12-16 01:20:21',1,0,'','2013121551','2013-12-15','2013-12-15','20131215-51','17:19',1,'DR AMOAH',NULL,'','20131215-7820',NULL),(21284,5655,4,530,'2013-12-16 01:20:21',1,0,'','2013121551','2013-12-15','2013-12-15','20131215-51','17:19',1,'DR AMOAH',NULL,'','20131215-7820',NULL),(21285,5466,4,535,'2013-12-16 02:24:29',1,0,'','2013121229','2013-12-15','2013-12-15','20131215-52','18:23',1,'',NULL,'','20131215-7821',NULL),(21286,5656,4,530,'2013-12-16 02:40:48',1,0,'','2013121553 ','2013-12-15','2013-12-15','20131215-53','18:40',1,'DR TACHIE',NULL,'','20131215-7822',NULL),(21287,5657,1,530,'2013-12-16 02:47:21',1,0,'','2013121554','2013-12-15','2013-12-15','20131215-54','18:46',1,'DR OFORI',NULL,'','20131215-7823',NULL),(21289,5657,3,530,'2013-12-16 02:47:21',0,0,'','2013121554','2013-12-15','2013-12-15','20131215-54','18:46',1,'DR OFORI',NULL,'','20131215-7823',NULL),(21292,5657,4,530,'2013-12-16 02:47:21',0,0,'','2013121554','2013-12-15','2013-12-15','20131215-54','18:47',1,'DR OFORI',NULL,'','20131215-7823',NULL),(21293,5658,3,558,'2013-12-16 03:36:35',0,0,'','2013121555','2013-12-15','2013-12-15','20131215-55','19:34',1,'DR K AMAOH',NULL,'','20131215-7824',NULL),(21295,5658,4,558,'2013-12-16 03:36:35',1,0,'','2013121555','2013-12-15','2013-12-15','20131215-55','19:35',1,'DR K AMAOH',NULL,'','20131215-7824',NULL),(21298,5658,1,558,'2013-12-16 03:36:35',0,0,'','2013121555','2013-12-15','2013-12-15','20131215-55','19:35',1,'DR K AMAOH',NULL,'','20131215-7824',NULL),(21299,5659,4,558,'2013-12-16 04:10:48',1,0,'','2013121556','2013-12-15','2013-12-15','20131215-56','20:09',1,'DR K AMAOH',NULL,'','20131215-7825',NULL),(21301,5659,10,558,'2013-12-16 04:10:48',0,0,'','2013121556','2013-12-15','2013-12-15','20131215-56','20:10',1,'DR K AMAOH',NULL,'','20131215-7825',NULL),(21302,5649,2,558,'2013-12-16 04:17:36',1,0,'','2013121558','2013-12-15','2013-12-15','20131215-58','20:16',1,'DR TACHIE',NULL,'','20131215-7827',NULL),(21303,5168,3,558,'2013-12-16 04:19:09',0,0,'','2013121559','2013-12-15','2013-12-15','20131215-59','20:18',1,'DR TACHIE',NULL,'','20131215-7828',NULL),(21304,5660,3,558,'2013-12-16 04:53:06',1,0,'','2013121560','2013-12-15','2013-12-15','20131215-60','20:51',1,'DR OFORI ANTI',NULL,'','20131215-7829',NULL),(21305,5661,3,558,'2013-12-16 05:43:21',1,0,'','2013121561','2013-12-15','2013-12-15','20131215-61','21:42',1,'DR OFORI ANTI',NULL,'','20131215-7830',NULL),(21306,5662,3,558,'2013-12-16 05:46:36',1,0,'','2013121562','2013-12-15','2013-12-15','20131215-62','21:45',1,'DR OFORI ANTI',NULL,'','20131215-7831',NULL),(21308,5662,4,558,'2013-12-16 05:46:36',0,0,'','2013121562','2013-12-15','2013-12-15','20131215-62','21:46',1,'DR OFORI ANTI',NULL,'','20131215-7831',NULL),(21309,5663,3,558,'2013-12-16 05:49:52',1,0,'','2013121563','2013-12-15','2013-12-15','20131215-63','21:48',1,'DR OFORI ANTI',NULL,'','20131215-7832',NULL),(21310,5664,3,558,'2013-12-16 05:52:23',1,0,'','2013121564','2013-12-15','2013-12-15','20131215-64','21:51',1,'DR OFORI ANTI',NULL,'','20131215-7833',NULL),(21311,3694,4,558,'2013-12-16 05:56:48',1,0,'','2013121565','2013-12-15','2013-12-15','20131215-65','21:55',1,'DR OFORI ANTI',NULL,'','20131215-7834',NULL),(21312,5659,4,558,'2013-12-16 05:59:25',1,0,'','2013121556 ','2013-12-15','2013-12-15','20131215-66','21:58',1,'DR OFORI ANTI',NULL,'','20131215-7835',NULL),(21313,5643,4,558,'2013-12-16 06:32:19',1,0,'','2013121567','2013-12-15','2013-12-15','20131215-67','22:30',1,'DR TAKYI',NULL,'','20131215-7836',NULL),(21315,5643,1,558,'2013-12-16 06:32:19',0,0,'','2013121567','2013-12-15','2013-12-15','20131215-67','22:31',1,'DR TAKYI',NULL,'','20131215-7836',NULL),(21316,5665,3,558,'2013-12-16 07:18:56',1,0,'','2013121568','2013-12-15','2013-12-15','20131215-68','23:17',1,'DR DANIELS',NULL,'','20131215-7837',NULL),(21318,5665,5,558,'2013-12-16 07:18:57',1,0,'','2013121568','2013-12-15','2013-12-15','20131215-68','23:18',1,'DR DANIELS',NULL,'','20131215-7837',NULL),(21319,5666,3,558,'2013-12-16 07:43:02',1,0,'','2013121569','2013-12-15','2013-12-15','20131215-69','23:42',1,'DR OFORI ANTI',NULL,'','20131215-7838',NULL),(21320,5649,2,558,'2013-12-16 10:43:56',0,0,'','201312161','2013-12-16','2013-12-16','20131216-1','02:42',1,'DR OFORI ANTI',NULL,'','20131216-7839',NULL),(21322,5649,1,558,'2013-12-16 10:43:57',0,0,'','201312161','2013-12-16','2013-12-16','20131216-1','02:43',1,'DR OFORI ANTI',NULL,'','20131216-7839',NULL),(21323,2543,3,558,'2013-12-16 10:46:01',0,0,'','201312162','2013-12-16','2013-12-16','20131216-2','02:44',1,'DR OFORI ANTI',NULL,'','20131216-7840',NULL),(21324,5667,1,558,'2013-12-16 13:54:47',0,0,'','201312163','2013-12-16','2013-12-16','20131216-3','05:53',1,'DR DANIELS',NULL,'','20131216-7841',NULL),(21326,5667,2,558,'2013-12-16 13:54:47',0,0,'','201312163','2013-12-16','2013-12-16','20131216-3','05:54',1,'DR DANIELS',NULL,'','20131216-7841',NULL),(21327,4131,4,558,'2013-12-16 14:01:44',1,0,'','201312164','2013-12-16','2013-12-16','20131216-4','06:00',1,'DR AMOAH',NULL,'','20131216-7842',NULL),(21329,4131,2,558,'2013-12-16 14:01:45',1,0,'','201312164','2013-12-16','2013-12-16','20131216-4','06:01',1,'DR AMOAH',NULL,'','20131216-7842',NULL),(21330,5668,3,558,'2013-12-16 14:04:39',1,0,'','201312165','2013-12-16','2013-12-16','20131216-5','06:03',1,'DR DANIELS',NULL,'','20131216-7843',NULL),(21332,5668,1,558,'2013-12-16 14:04:39',1,0,'','201312165','2013-12-16','2013-12-16','20131216-5','06:04',1,'DR DANIELS',NULL,'','20131216-7843',NULL),(21333,5669,2,558,'2013-12-16 14:08:08',0,0,'','201312166','2013-12-16','2013-12-16','20131216-6','06:06',1,'DR OFORI',NULL,'','20131216-7844',NULL),(21335,5669,1,558,'2013-12-16 14:08:09',0,0,'','201312166','2013-12-16','2013-12-16','20131216-6','06:07',1,'DR OFORI',NULL,'','20131216-7844',NULL),(21336,4463,3,531,'2013-12-16 15:41:39',0,0,'','201312167','2013-12-16','2013-12-16','20131216-7','07:40',1,'DR TACHIE',NULL,'','20131216-7845',NULL),(21337,5670,1,531,'2013-12-16 15:51:29',0,0,'','201312168','2013-12-16','2013-12-16','20131216-8','07:50',1,'DR NTOW DJAN',NULL,'','20131216-7846',NULL),(21338,4443,3,531,'2013-12-16 16:01:33',0,0,'','201312169','2013-12-16','2013-12-16','20131216-9','08:00',1,'DR OFORI ANTI',NULL,'','20131216-7847',NULL),(21340,4443,5,531,'2013-12-16 16:01:33',1,0,'','201312169','2013-12-16','2013-12-16','20131216-9','08:01',1,'DR OFORI ANTI',NULL,'','20131216-7847',NULL),(21341,5671,3,531,'2013-12-16 16:13:43',0,0,'','2013121610','2013-12-16','2013-12-16','20131216-10','08:12',1,'PROF OWUSU ',NULL,'','20131216-7848',NULL),(21343,5671,1,531,'2013-12-16 16:13:44',0,0,'','2013121610','2013-12-16','2013-12-16','20131216-10','08:13',1,'PROF OWUSU ',NULL,'','20131216-7848',NULL),(21344,5672,3,531,'2013-12-16 16:19:07',0,0,'','2013121611','2013-12-16','2013-12-16','20131216-11','08:16',1,'DR DANIELS',NULL,'','20131216-7849',NULL),(21346,5672,1,531,'2013-12-16 16:19:07',0,0,'','2013121611','2013-12-16','2013-12-16','20131216-11','08:17',1,'DR DANIELS',NULL,'','20131216-7849',NULL),(21349,5672,4,531,'2013-12-16 16:19:07',1,0,'','2013121611','2013-12-16','2013-12-16','20131216-11','08:18',1,'DR DANIELS',NULL,'','20131216-7849',NULL),(21350,5673,12,531,'2013-12-16 16:40:31',0,0,'','2013121612','2013-12-16','2013-12-16','20131216-12','08:39',1,'DR OWHANDOH',NULL,'','20131216-7850',NULL),(21351,5674,3,531,'2013-12-16 16:48:40',0,0,'','2013121613','2013-12-16','2013-12-16','20131216-13','08:46',1,'DR NTOW DJAN',NULL,'','20131216-7851',NULL),(21353,5674,1,531,'2013-12-16 16:48:40',1,0,'','2013121613','2013-12-16','2013-12-16','20131216-13','08:47',1,'DR NTOW DJAN',NULL,'','20131216-7851',NULL),(21356,5674,4,531,'2013-12-16 16:48:41',1,0,'','2013121613','2013-12-16','2013-12-16','20131216-13','08:48',1,'DR NTOW DJAN',NULL,'','20131216-7851',NULL),(21357,5675,3,531,'2013-12-16 16:53:29',0,0,'','2013121614','2013-12-16','2013-12-16','20131216-14','08:52',1,'DR VORTIA',NULL,'','20131216-7852',NULL),(21358,5676,3,531,'2013-12-16 16:55:27',0,0,'','2013121615','2013-12-16','2013-12-16','20131216-15','08:54',1,'DR VORTIA',NULL,'','20131216-7853',NULL),(21359,5677,3,531,'2013-12-16 16:59:13',0,0,'','2013121616 ','2013-12-16','2013-12-16','20131216-16','08:57',1,'DR NTOW DJAN',NULL,'','20131216-7854',NULL),(21361,5677,1,531,'2013-12-16 16:59:13',0,0,'','2013121616 ','2013-12-16','2013-12-16','20131216-16','08:58',1,'DR NTOW DJAN',NULL,'','20131216-7854',NULL),(21362,5678,3,531,'2013-12-16 17:01:31',0,0,'','2013121617','2013-12-16','2013-12-16','20131216-17','09:00',1,'DR NTOW DJAN',NULL,'','20131216-7855',NULL),(21364,5678,1,531,'2013-12-16 17:01:32',0,0,'','2013121617','2013-12-16','2013-12-16','20131216-17','09:01',1,'DR NTOW DJAN',NULL,'','20131216-7855',NULL),(21365,5679,3,531,'2013-12-16 17:10:46',0,0,'','2013121618 ','2013-12-16','2013-12-16','20131216-18','09:09',1,'DR VORTIA',NULL,'','20131216-7856',NULL),(21366,5680,3,531,'2013-12-16 17:19:13',1,0,'','2013121619','2013-12-16','2013-12-16','20131216-19','09:18',1,'DR OWHANDOH',NULL,'','20131216-7857',NULL),(21368,5680,1,531,'2013-12-16 17:19:13',1,0,'','2013121619','2013-12-16','2013-12-16','20131216-19','09:18',1,'DR OWHANDOH',NULL,'','20131216-7857',NULL),(21371,5680,5,531,'2013-12-16 17:19:13',1,0,'','2013121619','2013-12-16','2013-12-16','20131216-19','09:19',1,'DR OWHANDOH',NULL,'','20131216-7857',NULL),(21372,5681,3,531,'2013-12-16 17:34:37',0,0,'','2013121620 ','2013-12-16','2013-12-16','20131216-20','09:33',1,'DR OWHANDOH',NULL,'','20131216-7858',NULL),(21374,5681,21,531,'2013-12-16 17:34:37',0,0,'','2013121620 ','2013-12-16','2013-12-16','20131216-20','09:34',1,'DR OWHANDOH',NULL,'','20131216-7858',NULL),(21375,3238,1,531,'2013-12-16 17:45:17',1,0,'','2013121621','2013-12-16','2013-12-16','20131216-21','09:43',1,'DR OWHANDOH',NULL,'','20131216-7859',NULL),(21377,3238,5,531,'2013-12-16 17:45:17',0,0,'','2013121621','2013-12-16','2013-12-16','20131216-21','09:44',1,'DR OWHANDOH',NULL,'','20131216-7859',NULL),(21378,5682,1,531,'2013-12-16 17:48:52',0,0,'','2013121622','2013-12-16','2013-12-16','20131216-22','09:48',1,'DR OWHANDOH',NULL,'','20131216-7860',NULL),(21379,5683,1,531,'2013-12-16 17:53:39',0,0,'','2013121623 ','2013-12-16','2013-12-16','20131216-23','09:52',1,'DR NTOW DJAN',NULL,'','20131216-7861',NULL),(21380,5684,3,531,'2013-12-16 18:01:22',0,0,'','2013121624','2013-12-16','2013-12-16','20131216-24','10:00',1,'DR VORTIA',NULL,'','20131216-7862',NULL),(21381,5685,3,531,'2013-12-16 18:18:58',0,0,'','2013121625','2013-12-16','2013-12-16','20131216-25','10:15',1,'DR VORTIA',NULL,'','20131216-7863',NULL),(21383,5685,4,531,'2013-12-16 18:18:58',1,0,'','2013121625','2013-12-16','2013-12-16','20131216-25','10:18',1,'DR VORTIA',NULL,'','20131216-7863',NULL),(21384,5686,3,531,'2013-12-16 18:20:59',0,0,'','2013121626','2013-12-16','2013-12-16','20131216-26','10:19',1,'DR VORTIA',NULL,'','20131216-7864',NULL),(21386,5686,4,531,'2013-12-16 18:20:59',1,0,'','2013121626','2013-12-16','2013-12-16','20131216-26','10:20',1,'DR VORTIA',NULL,'','20131216-7864',NULL),(21387,5687,3,531,'2013-12-16 18:25:29',0,0,'','2013121627','2013-12-16','2013-12-16','20131216-27','10:22',1,'DR OWHANDOH',NULL,'','20131216-7865',NULL),(21389,5687,1,531,'2013-12-16 18:25:29',0,0,'','2013121627','2013-12-16','2013-12-16','20131216-27','10:24',1,'DR OWHANDOH',NULL,'','20131216-7865',NULL),(21392,5687,4,531,'2013-12-16 18:25:29',0,0,'','2013121627','2013-12-16','2013-12-16','20131216-27','10:25',1,'DR OWHANDOH',NULL,'','20131216-7865',NULL),(21396,5687,5,531,'2013-12-16 18:25:29',1,0,'','2013121627','2013-12-16','2013-12-16','20131216-27','10:25',1,'DR OWHANDOH',NULL,'','20131216-7865',NULL),(21397,5688,4,531,'2013-12-16 18:32:41',1,0,'','2013121628','2013-12-16','2013-12-16','20131216-28','10:31',1,'DR NTOW DJAN',NULL,'','20131216-7866',NULL),(21398,5689,3,531,'2013-12-16 18:42:46',0,0,'','2013121629','2013-12-16','2013-12-16','20131216-29','10:41',1,'DR ADOTEY',NULL,'','20131216-7867',NULL),(21400,5689,1,531,'2013-12-16 18:42:47',0,0,'','2013121629','2013-12-16','2013-12-16','20131216-29','10:42',1,'DR ADOTEY',NULL,'','20131216-7867',NULL),(21401,5690,3,531,'2013-12-16 18:50:17',0,0,'','2013121630','2013-12-16','2013-12-16','20131216-30','10:48',1,'',NULL,'','20131216-7868',NULL),(21402,3402,1,531,'2013-12-16 18:51:48',1,0,'','2013121631','2013-12-16','2013-12-16','20131216-31','10:50',1,'DR NTOW DJAN',NULL,'','20131216-7869',NULL),(21404,3402,5,531,'2013-12-16 18:51:49',1,0,'','2013121631','2013-12-16','2013-12-16','20131216-31','10:51',1,'DR NTOW DJAN',NULL,'','20131216-7869',NULL),(21405,5691,3,531,'2013-12-16 19:01:42',0,0,'','2013121632','2013-12-16','2013-12-16','20131216-32','10:58',1,'DR OWHANDOH',NULL,'','20131216-7870',NULL),(21407,5691,1,531,'2013-12-16 19:01:43',0,0,'','2013121632','2013-12-16','2013-12-16','20131216-32','11:01',1,'DR OWHANDOH',NULL,'','20131216-7870',NULL),(21410,5691,4,531,'2013-12-16 19:01:43',1,0,'','2013121632','2013-12-16','2013-12-16','20131216-32','11:01',1,'DR OWHANDOH',NULL,'','20131216-7870',NULL),(21411,5692,3,531,'2013-12-16 19:04:01',0,0,'','2013121633 ','2013-12-16','2013-12-16','20131216-33','11:03',1,'DR VORTIA',NULL,'','20131216-7871',NULL),(21412,5693,3,531,'2013-12-16 19:05:40',0,0,'','2013121634','2013-12-16','2013-12-16','20131216-34','11:04',1,'DR VORTIA',NULL,'','20131216-7872',NULL),(21413,3067,3,531,'2013-12-16 19:07:55',0,0,'','2013121635 ','2013-12-16','2013-12-16','20131216-35','11:06',1,'DR OWHANDOH',NULL,'','20131216-7873',NULL),(21415,3067,4,531,'2013-12-16 19:07:56',1,0,'','2013121635 ','2013-12-16','2013-12-16','20131216-35','11:07',1,'DR OWHANDOH',NULL,'','20131216-7873',NULL),(21416,4798,1,531,'2013-12-16 19:09:54',0,0,'','2013121636 ','2013-12-16','2013-12-16','20131216-36','11:08',1,'DR NTOW DJAN',NULL,'','20131216-7874',NULL),(21418,4798,4,531,'2013-12-16 19:09:54',1,0,'','2013121636 ','2013-12-16','2013-12-16','20131216-36','11:09',1,'DR NTOW DJAN',NULL,'','20131216-7874',NULL),(21421,4798,5,531,'2013-12-16 19:09:54',1,0,'','2013121636 ','2013-12-16','2013-12-16','20131216-36','11:09',1,'DR NTOW DJAN',NULL,'','20131216-7874',NULL),(21422,5694,3,531,'2013-12-16 19:13:21',0,0,'','2013121637','2013-12-16','2013-12-16','20131216-37','11:11',1,'DR NTOW DJAN',NULL,'','20131216-7875',NULL),(21424,5694,4,531,'2013-12-16 19:13:21',1,0,'','2013121637','2013-12-16','2013-12-16','20131216-37','11:13',1,'DR NTOW DJAN',NULL,'','20131216-7875',NULL),(21425,5695,3,531,'2013-12-16 19:16:11',0,0,'','2013121638','2013-12-16','2013-12-16','20131216-38','11:14',1,'DR VORTIA',NULL,'','20131216-7876',NULL),(21427,5695,4,531,'2013-12-16 19:16:11',1,0,'','2013121638','2013-12-16','2013-12-16','20131216-38','11:15',1,'DR VORTIA',NULL,'','20131216-7876',NULL),(21428,5696,3,531,'2013-12-16 19:28:16',0,0,'','2013121639','2013-12-16','2013-12-16','20131216-39','11:22',1,'DR BOATENG',NULL,'','20131216-7877',NULL),(21430,5696,1,531,'2013-12-16 19:28:16',0,0,'','2013121639','2013-12-16','2013-12-16','20131216-39','11:23',1,'DR BOATENG',NULL,'','20131216-7877',NULL),(21433,5696,12,531,'2013-12-16 19:28:16',0,0,'','2013121639','2013-12-16','2013-12-16','20131216-39','11:25',1,'DR BOATENG',NULL,'','20131216-7877',NULL),(21437,5696,4,531,'2013-12-16 19:28:16',0,0,'','2013121639','2013-12-16','2013-12-16','20131216-39','11:26',1,'DR BOATENG',NULL,'','20131216-7877',NULL),(21442,5696,5,531,'2013-12-16 19:28:17',0,0,'','2013121639','2013-12-16','2013-12-16','20131216-39','11:27',1,'DR BOATENG',NULL,'','20131216-7877',NULL),(21443,1238,3,531,'2013-12-16 19:38:45',0,0,'','2013121640','2013-12-16','2013-12-16','20131216-40','11:36',1,'DR TAKYI',NULL,'','20131216-7878',NULL),(21445,1238,4,531,'2013-12-16 19:38:45',1,0,'','2013121640','2013-12-16','2013-12-16','20131216-40','11:38',1,'DR TAKYI',NULL,'','20131216-7878',NULL),(21446,5697,3,531,'2013-12-16 19:42:34',0,0,'','2013121641','2013-12-16','2013-12-16','20131216-41','11:41',1,'DR NTOW DJAN',NULL,'','20131216-7879',NULL),(21447,5698,3,531,'2013-12-16 19:44:29',0,0,'','2013121642 ','2013-12-16','2013-12-16','20131216-42','11:43',1,'DR VORTIA',NULL,'','20131216-7880',NULL),(21448,2643,3,531,'2013-12-16 19:46:01',0,0,'','2013121643','2013-12-16','2013-12-16','20131216-43','11:44',1,'DR OWHANDOH',NULL,'','20131216-7881',NULL),(21450,2643,1,531,'2013-12-16 19:46:02',1,0,'','2013121643','2013-12-16','2013-12-16','20131216-43','11:45',1,'DR OWHANDOH',NULL,'','20131216-7881',NULL),(21453,2643,4,531,'2013-12-16 19:46:02',1,0,'','2013121643','2013-12-16','2013-12-16','20131216-43','11:45',1,'DR OWHANDOH',NULL,'','20131216-7881',NULL),(21454,5699,3,531,'2013-12-16 19:49:27',0,0,'','2013121644 ','2013-12-16','2013-12-16','20131216-44','11:47',1,'DR NTOW DJAN',NULL,'','20131216-7882',NULL),(21456,5699,4,531,'2013-12-16 19:49:27',1,0,'','2013121644 ','2013-12-16','2013-12-16','20131216-44','11:49',1,'DR NTOW DJAN',NULL,'','20131216-7882',NULL),(21457,5700,3,531,'2013-12-16 19:57:07',0,0,'','2013121645 ','2013-12-16','2013-12-16','20131216-45','11:55',1,'DR VORTIA',NULL,'','20131216-7883',NULL),(21459,5700,5,531,'2013-12-16 19:57:07',1,0,'','2013121645 ','2013-12-16','2013-12-16','20131216-45','11:56',1,'DR VORTIA',NULL,'','20131216-7883',NULL),(21460,5701,3,531,'2013-12-16 20:00:35',0,0,'','2013121646','2013-12-16','2013-12-16','20131216-46','11:59',1,'DR DOW',NULL,'','20131216-7884',NULL),(21462,5701,10,531,'2013-12-16 20:00:35',1,0,'','2013121646','2013-12-16','2013-12-16','20131216-46','12:00',1,'DR DOW',NULL,'','20131216-7884',NULL),(21463,5702,3,531,'2013-12-16 20:07:53',0,0,'','2013121647','2013-12-16','2013-12-16','20131216-47','12:06',1,'DR VORTIA',NULL,'','20131216-7885',NULL),(21464,5703,3,531,'2013-12-16 20:10:40',0,0,'','2013121648 ','2013-12-16','2013-12-16','20131216-48','12:09',1,'',NULL,'','20131216-7886',NULL),(21465,5704,3,531,'2013-12-16 20:14:26',0,0,'','2013121649','2013-12-16','2013-12-16','20131216-49','12:13',1,'DR DOW',NULL,'','20131216-7887',NULL),(21467,5704,10,531,'2013-12-16 20:14:26',1,0,'','2013121649','2013-12-16','2013-12-16','20131216-49','12:14',1,'DR DOW',NULL,'','20131216-7887',NULL),(21468,5705,3,531,'2013-12-16 20:16:50',0,0,'','2013121650','2013-12-16','2013-12-16','20131216-50','12:16',1,'DR VORTIA',NULL,'','20131216-7888',NULL),(21470,5705,4,531,'2013-12-16 20:16:50',1,0,'','2013121650','2013-12-16','2013-12-16','20131216-50','12:16',1,'DR VORTIA',NULL,'','20131216-7888',NULL),(21471,3087,3,531,'2013-12-16 20:18:59',0,0,'','2013121651','2013-12-16','2013-12-16','20131216-51','12:17',1,'DR DOW',NULL,'','20131216-7889',NULL),(21473,3087,10,531,'2013-12-16 20:18:59',1,0,'','2013121651','2013-12-16','2013-12-16','20131216-51','12:18',1,'DR DOW',NULL,'','20131216-7889',NULL),(21474,5706,3,531,'2013-12-16 20:22:17',0,0,'','2013121652 ','2013-12-16','2013-12-16','20131216-52','12:20',1,'DR OWHANDOH',NULL,'','20131216-7890',NULL),(21476,5706,1,531,'2013-12-16 20:22:17',0,0,'','2013121652 ','2013-12-16','2013-12-16','20131216-52','12:21',1,'DR OWHANDOH',NULL,'','20131216-7890',NULL),(21479,5706,4,531,'2013-12-16 20:22:18',1,0,'','2013121652 ','2013-12-16','2013-12-16','20131216-52','12:21',1,'DR OWHANDOH',NULL,'','20131216-7890',NULL),(21480,2340,4,531,'2013-12-16 20:25:47',0,0,'','2013121653','2013-12-16','2013-12-16','20131216-53','12:24',1,'DR ADOTEY',NULL,'','20131216-7891',NULL),(21481,5707,3,531,'2013-12-16 20:31:23',0,0,'','2013121654 ','2013-12-16','2013-12-16','20131216-54','12:28',1,'DR OWHANDOH',NULL,'','20131216-7892',NULL),(21483,5707,1,531,'2013-12-16 20:31:23',1,0,'','2013121654 ','2013-12-16','2013-12-16','20131216-54','12:30',1,'DR OWHANDOH',NULL,'','20131216-7892',NULL),(21486,5707,4,531,'2013-12-16 20:31:23',1,0,'','2013121654 ','2013-12-16','2013-12-16','20131216-54','12:30',1,'DR OWHANDOH',NULL,'','20131216-7892',NULL),(21490,5707,5,531,'2013-12-16 20:31:23',1,0,'','2013121654 ','2013-12-16','2013-12-16','20131216-54','12:31',1,'DR OWHANDOH',NULL,'','20131216-7892',NULL),(21491,5708,3,531,'2013-12-16 20:33:50',0,0,'','2013121655','2013-12-16','2013-12-16','20131216-55','12:32',1,'DR NTOW DJAN',NULL,'','20131216-7893',NULL),(21493,5708,1,531,'2013-12-16 20:33:51',1,0,'','2013121655','2013-12-16','2013-12-16','20131216-55','12:33',1,'DR NTOW DJAN',NULL,'','20131216-7893',NULL),(21496,5708,5,531,'2013-12-16 20:33:51',1,0,'','2013121655','2013-12-16','2013-12-16','20131216-55','12:33',1,'DR NTOW DJAN',NULL,'','20131216-7893',NULL),(21497,5540,3,531,'2013-12-16 20:35:50',0,0,'','2013121656','2013-12-16','2013-12-16','20131216-56','12:34',1,'DR NUAMAH',NULL,'','20131216-7894',NULL),(21499,5540,1,531,'2013-12-16 20:35:51',1,0,'','2013121656','2013-12-16','2013-12-16','20131216-56','12:35',1,'DR NUAMAH',NULL,'','20131216-7894',NULL),(21500,5709,3,531,'2013-12-16 20:37:13',1,0,'','2013121657 ','2013-12-16','2013-12-16','20131216-57','12:36',1,'DR DOW',NULL,'','20131216-7895',NULL),(21501,5710,3,531,'2013-12-16 20:55:17',0,0,'','2013121658','2013-12-16','2013-12-16','20131216-58','12:53',1,'DR OWHANDOH',NULL,'','20131216-7896',NULL),(21503,5710,1,531,'2013-12-16 20:55:17',1,0,'','2013121658','2013-12-16','2013-12-16','20131216-58','12:54',1,'DR OWHANDOH',NULL,'','20131216-7896',NULL),(21506,5710,5,531,'2013-12-16 20:55:18',0,0,'','2013121658','2013-12-16','2013-12-16','20131216-58','12:54',1,'DR OWHANDOH',NULL,'','20131216-7896',NULL),(21510,5710,4,531,'2013-12-16 20:55:18',1,0,'','2013121658','2013-12-16','2013-12-16','20131216-58','12:55',1,'DR OWHANDOH',NULL,'','20131216-7896',NULL),(21511,5711,3,531,'2013-12-16 21:02:08',0,0,'','2013121659','2013-12-16','2013-12-16','20131216-59','13:00',1,'DR VORTIA',NULL,'','20131216-7897',NULL),(21512,5713,4,531,'2013-12-16 21:08:45',1,0,'','2013121660','2013-12-16','2013-12-16','20131216-61','13:05',1,'DR OWHANDOH',NULL,'','20131216-7899',NULL),(21514,5713,1,531,'2013-12-16 21:08:45',1,0,'','2013121660','2013-12-16','2013-12-16','20131216-61','13:07',1,'DR OWHANDOH',NULL,'','20131216-7899',NULL),(21515,5714,3,531,'2013-12-16 21:12:39',0,0,'','2013121662 ','2013-12-16','2013-12-16','20131216-62','13:11',1,'DR ADOTEY',NULL,'','20131216-7900',NULL),(21517,5714,1,531,'2013-12-16 21:12:39',0,0,'','2013121662 ','2013-12-16','2013-12-16','20131216-62','13:12',1,'DR ADOTEY',NULL,'','20131216-7900',NULL),(21518,1639,3,531,'2013-12-16 21:15:16',0,0,'','2013121663 ','2013-12-16','2013-12-16','20131216-63','13:13',1,'DR OWHANDOH',NULL,'','20131216-7901',NULL),(21520,1639,1,531,'2013-12-16 21:15:16',1,0,'','2013121663 ','2013-12-16','2013-12-16','20131216-63','13:14',1,'DR OWHANDOH',NULL,'','20131216-7901',NULL),(21523,1639,5,531,'2013-12-16 21:15:16',0,0,'','2013121663 ','2013-12-16','2013-12-16','20131216-63','13:14',1,'DR OWHANDOH',NULL,'','20131216-7901',NULL),(21527,1639,4,531,'2013-12-16 21:15:16',1,0,'','2013121663 ','2013-12-16','2013-12-16','20131216-63','13:15',1,'DR OWHANDOH',NULL,'','20131216-7901',NULL),(21528,5715,3,531,'2013-12-16 21:17:27',0,0,'','2013121664 ','2013-12-16','2013-12-16','20131216-64','13:16',1,'DR VORTIA',NULL,'','20131216-7902',NULL),(21529,5716,3,531,'2013-12-16 21:22:04',0,0,'','2013121665','2013-12-16','2013-12-16','20131216-65','13:18',1,'DR DOW',NULL,'','20131216-7903',NULL),(21531,5716,1,531,'2013-12-16 21:22:04',0,0,'','2013121665','2013-12-16','2013-12-16','20131216-65','13:21',1,'DR DOW',NULL,'','20131216-7903',NULL),(21532,5717,3,531,'2013-12-16 21:29:13',0,0,'','2013121666 ','2013-12-16','2013-12-16','20131216-66','13:28',1,'DR NTOW DJAN',NULL,'','20131216-7904',NULL),(21533,5718,3,531,'2013-12-16 21:43:31',0,0,'','2013121667','2013-12-16','2013-12-16','20131216-67','13:42',1,'DR OWHANDOH',NULL,'','20131216-7905',NULL),(21535,5718,4,531,'2013-12-16 21:43:32',1,0,'','2013121667','2013-12-16','2013-12-16','20131216-67','13:43',1,'DR OWHANDOH',NULL,'','20131216-7905',NULL),(21536,5719,3,531,'2013-12-16 21:47:23',0,0,'','2013121668','2013-12-16','2013-12-16','20131216-68','13:45',1,'DR VORTIA',NULL,'','20131216-7906',NULL),(21537,3619,3,531,'2013-12-16 21:58:58',0,0,'','2013121669','2013-12-16','2013-12-16','20131216-69','13:58',1,'DR VORTIA',NULL,'','20131216-7907',NULL),(21539,3619,5,531,'2013-12-16 21:58:59',1,0,'','2013121669','2013-12-16','2013-12-16','20131216-69','13:58',1,'DR VORTIA',NULL,'','20131216-7907',NULL),(21540,5720,3,531,'2013-12-16 22:04:33',0,0,'','2013121670 ','2013-12-16','2013-12-16','20131216-70','14:02',1,'DR DJAN',NULL,'','20131216-7908',NULL),(21542,5720,1,531,'2013-12-16 22:04:34',0,0,'','2013121670 ','2013-12-16','2013-12-16','20131216-70','14:04',1,'DR DJAN',NULL,'','20131216-7908',NULL),(21543,5721,3,531,'2013-12-16 22:06:55',0,0,'','2013121671 ','2013-12-16','2013-12-16','20131216-71','14:06',1,'DR VORTIA',NULL,'','20131216-7909',NULL),(21544,5722,3,531,'2013-12-16 22:13:44',0,0,'','2013121672 ','2013-12-16','2013-12-16','20131216-72','14:10',1,'DR NTOW DJAN',NULL,'','20131216-7910',NULL),(21545,5723,3,531,'2013-12-16 22:26:00',0,0,'','2013121673','2013-12-16','2013-12-16','20131216-73','14:25',1,'DR NUAMAH',NULL,'','20131216-7911',NULL),(21546,5724,4,531,'2013-12-16 22:31:35',1,0,'','2013121674 ','2013-12-16','2013-12-16','20131216-74','14:30',1,'DR NTOW DJAN',NULL,'','20131216-7912',NULL),(21547,5725,3,531,'2013-12-16 22:35:28',0,0,'','2013121675 ','2013-12-16','2013-12-16','20131216-75','14:32',1,'DR OWHANDOH',NULL,'','20131216-7913',NULL),(21549,5725,1,531,'2013-12-16 22:35:28',1,0,'','2013121675 ','2013-12-16','2013-12-16','20131216-75','14:33',1,'DR OWHANDOH',NULL,'','20131216-7913',NULL),(21552,5725,2,531,'2013-12-16 22:35:29',1,0,'','2013121675 ','2013-12-16','2013-12-16','20131216-75','14:34',1,'DR OWHANDOH',NULL,'','20131216-7913',NULL),(21556,5725,5,531,'2013-12-16 22:35:29',0,0,'','2013121675 ','2013-12-16','2013-12-16','20131216-75','14:35',1,'DR OWHANDOH',NULL,'','20131216-7913',NULL),(21561,5725,4,531,'2013-12-16 22:35:29',1,0,'','2013121675 ','2013-12-16','2013-12-16','20131216-75','14:35',1,'DR OWHANDOH',NULL,'','20131216-7913',NULL),(21562,5695,4,531,'2013-12-16 22:37:07',0,0,'','2013121638','2013-12-16','2013-12-16','20131216-76','14:36',1,'DR VORTIA',NULL,'','20131216-7914',NULL),(21563,5681,20,552,'2013-12-16 22:39:26',1,0,'','2013121520','2013-12-16','2013-12-16','20131216-78','14:39',1,'',NULL,'','20131216-7916',NULL),(21564,5681,20,552,'2013-12-16 22:42:48',1,0,'','2013121620','2013-12-16','2013-12-16','20131216-79','14:42',1,'',NULL,'','20131216-7917',NULL),(21565,5726,3,531,'2013-12-16 22:45:09',1,0,'','2013121680','2013-12-16','2013-12-16','20131216-80','14:43',1,'',NULL,'','20131216-7918',NULL),(21566,5727,3,531,'2013-12-16 22:49:00',0,0,'','2013121681','2013-12-16','2013-12-16','20131216-81','14:48',1,'DR VORTIA',NULL,'','20131216-7919',NULL),(21568,5727,4,531,'2013-12-16 22:49:00',1,0,'','2013121681','2013-12-16','2013-12-16','20131216-81','14:48',1,'DR VORTIA',NULL,'','20131216-7919',NULL),(21569,5728,3,531,'2013-12-16 22:51:30',1,0,'','2013121682','2013-12-16','2013-12-16','20131216-82','14:50',1,'',NULL,'','20131216-7920',NULL),(21570,5729,2,531,'2013-12-16 22:57:47',1,0,'','2013121683','2013-12-16','2013-12-16','20131216-83','14:56',1,'DR NUAMAH',NULL,'','20131216-7921',NULL),(21571,5730,3,531,'2013-12-16 23:02:11',0,0,'','2013121684','2013-12-16','2013-12-16','20131216-84','15:01',1,'DR OWHANDOH',NULL,'','20131216-7922',NULL),(21572,5731,3,531,'2013-12-16 23:06:06',1,0,'','2013121685','2013-12-16','2013-12-16','20131216-85','15:04',1,'DR NUAMAH',NULL,'','20131216-7923',NULL),(21574,5731,1,531,'2013-12-16 23:06:06',1,0,'','2013121685','2013-12-16','2013-12-16','20131216-85','15:05',1,'DR NUAMAH',NULL,'','20131216-7923',NULL),(21577,5731,4,531,'2013-12-16 23:06:07',1,0,'','2013121685','2013-12-16','2013-12-16','20131216-85','15:05',1,'DR NUAMAH',NULL,'','20131216-7923',NULL),(21578,5707,5,534,'2013-12-16 23:11:22',1,0,'','2013121654','2013-12-16','2013-12-16','20131216-86','15:10',1,'',NULL,'','20131216-7924',NULL),(21579,5732,3,531,'2013-12-16 23:17:51',0,0,'','2013121687 ','2013-12-16','2013-12-16','20131216-87','15:14',1,'DR VORTIA',NULL,'','20131216-7925',NULL),(21580,5733,3,531,'2013-12-16 23:20:19',1,0,'','2013121688','2013-12-16','2013-12-16','20131216-88','15:19',1,'DR NUAMAH',NULL,'','20131216-7926',NULL),(21582,5733,4,531,'2013-12-16 23:20:19',1,0,'','2013121688','2013-12-16','2013-12-16','20131216-88','15:20',1,'DR NUAMAH',NULL,'','20131216-7926',NULL),(21583,5734,3,531,'2013-12-16 23:39:10',1,0,'','2013121689','2013-12-16','2013-12-16','20131216-89','15:38',1,'DR VORTIA',NULL,'','20131216-7927',NULL),(21584,5735,3,531,'2013-12-16 23:41:57',1,0,'','2013121690','2013-12-16','2013-12-16','20131216-90','15:40',1,'DR NUAMAH',NULL,'','20131216-7928',NULL),(21586,5735,5,531,'2013-12-16 23:41:57',0,0,'','2013121690','2013-12-16','2013-12-16','20131216-90','15:41',1,'DR NUAMAH',NULL,'','20131216-7928',NULL),(21587,5736,3,531,'2013-12-16 23:49:36',0,0,'','2013121691','2013-12-16','2013-12-16','20131216-91','15:48',1,'DR NUAMAH',NULL,'','20131216-7929',NULL),(21588,5737,3,531,'2013-12-16 23:54:44',0,0,'','2013121692','2013-12-16','2013-12-16','20131216-92','15:54',1,'DR NUAMAH',NULL,'','20131216-7930',NULL),(21589,1256,3,531,'2013-12-16 23:57:10',0,0,'','2013121693','2013-12-16','2013-12-16','20131216-93','15:56',1,'DR ADOTEY',NULL,'','20131216-7931',NULL),(21590,5738,3,531,'2013-12-17 00:05:57',0,0,'','2013121694','2013-12-16','2013-12-16','20131216-94','16:02',1,'DR NUAMAH',NULL,'','20131216-7932',NULL),(21592,5738,1,531,'2013-12-17 00:05:57',0,0,'','2013121694','2013-12-16','2013-12-16','20131216-94','16:03',1,'DR NUAMAH',NULL,'','20131216-7932',NULL),(21593,2696,1,531,'2013-12-17 00:44:07',0,0,'','2013121695','2013-12-16','2013-12-16','20131216-95','16:39',1,'',NULL,'','20131216-7933',NULL),(21594,5739,3,531,'2013-12-17 01:05:58',0,0,'','2013121696','2013-12-16','2013-12-16','20131216-96','17:04',1,'DR NUAMAH',NULL,'','20131216-7934',NULL),(21595,5740,3,531,'2013-12-17 01:20:23',0,0,'','2013121697','2013-12-16','2013-12-16','20131216-97','17:18',1,'DR AWUKU',NULL,'','20131216-7935',NULL),(21597,5740,20,531,'2013-12-17 01:20:24',0,0,'','2013121697','2013-12-16','2013-12-16','20131216-97','17:19',1,'DR AWUKU',NULL,'','20131216-7935',NULL),(21598,5741,3,531,'2013-12-17 01:48:34',1,0,'','2013121698 ','2013-12-16','2013-12-16','20131216-98','17:47',1,'DR NUAMAH',NULL,'','20131216-7936',NULL),(21599,5742,3,531,'2013-12-17 02:09:25',0,0,'','2013121699 ','2013-12-16','2013-12-16','20131216-99','18:07',1,'DR OFORI ANTI',NULL,'','20131216-7937',NULL),(21601,5742,5,531,'2013-12-17 02:09:25',1,0,'','2013121699 ','2013-12-16','2013-12-16','20131216-99','18:08',1,'DR OFORI ANTI',NULL,'','20131216-7937',NULL),(21602,5743,3,531,'2013-12-17 02:12:40',0,0,'','20131216100','2013-12-16','2013-12-16','20131216-100','18:11',1,'DR OFORI ANTI',NULL,'','20131216-7938',NULL),(21603,5744,3,531,'2013-12-17 02:31:20',1,0,'','20131216101','2013-12-16','2013-12-16','20131216-101','18:30',1,'DR OFORI',NULL,'','20131216-7939',NULL),(21605,5744,1,531,'2013-12-17 02:31:20',1,0,'','20131216101','2013-12-16','2013-12-16','20131216-101','18:30',1,'DR OFORI',NULL,'','20131216-7939',NULL),(21608,5744,5,531,'2013-12-17 02:31:20',0,0,'','20131216101','2013-12-16','2013-12-16','20131216-101','18:31',1,'DR OFORI',NULL,'','20131216-7939',NULL),(21609,3686,10,536,'2013-12-17 02:34:08',1,0,'','2013120671','2013-12-16','2013-12-16','20131216-102','18:31',1,'',NULL,'','20131216-7940',NULL),(21610,5745,3,531,'2013-12-17 02:39:00',0,0,'','20131216103','2013-12-16','2013-12-16','20131216-103','18:37',1,'DR NUAMAH',NULL,'','20131216-7941',NULL),(21612,5745,4,531,'2013-12-17 02:39:01',1,0,'','20131216103','2013-12-16','2013-12-16','20131216-103','18:38',1,'DR NUAMAH',NULL,'','20131216-7941',NULL),(21613,5746,3,558,'2013-12-17 03:23:31',0,0,'','20131216104','2013-12-16','2013-12-16','20131216-104','19:22',1,'DR OFORI ANTI',NULL,'','20131216-7942',NULL),(21614,3011,3,558,'2013-12-17 03:28:49',0,0,'','20131216105','2013-12-16','2013-12-16','20131216-105','19:26',1,'DR TAKYI',NULL,'','20131216-7943',NULL),(21616,3011,4,558,'2013-12-17 03:28:49',0,0,'','20131216105','2013-12-16','2013-12-16','20131216-105','19:28',1,'DR TAKYI',NULL,'','20131216-7943',NULL),(21617,1238,4,558,'2013-12-17 03:32:21',0,0,'','2013121640 ','2013-12-16','2013-12-16','20131216-106','19:31',1,'DR TAKYI',NULL,'','20131216-7944',NULL),(21618,3847,3,558,'2013-12-17 03:34:50',0,0,'','20131216107','2013-12-16','2013-12-16','20131216-107','19:34',1,'DR NUAMAH',NULL,'','20131216-7945',NULL),(21619,5747,3,558,'2013-12-17 03:53:48',0,0,'','20131216108 ','2013-12-16','2013-12-16','20131216-108','19:52',1,'DR OFORI ANTI',NULL,'','20131216-7946',NULL),(21621,5747,1,558,'2013-12-17 03:53:49',0,0,'','20131216108 ','2013-12-16','2013-12-16','20131216-108','19:53',1,'DR OFORI ANTI',NULL,'','20131216-7946',NULL),(21622,5748,3,558,'2013-12-17 03:56:46',0,0,'','20131216109','2013-12-16','2013-12-16','20131216-109','19:55',1,'DR NUAMAH',NULL,'','20131216-7947',NULL),(21624,5748,4,558,'2013-12-17 03:56:46',1,0,'','20131216109','2013-12-16','2013-12-16','20131216-109','19:56',1,'DR NUAMAH',NULL,'','20131216-7947',NULL),(21627,5748,1,558,'2013-12-17 03:56:46',1,0,'','20131216109','2013-12-16','2013-12-16','20131216-109','19:56',1,'DR NUAMAH',NULL,'','20131216-7947',NULL),(21628,5749,3,558,'2013-12-17 04:03:29',0,0,'','20131216110','2013-12-16','2013-12-16','20131216-110','20:01',1,'DR NUAMAH',NULL,'','20131216-7948',NULL),(21630,5749,4,558,'2013-12-17 04:03:29',1,0,'','20131216110','2013-12-16','2013-12-16','20131216-110','20:02',1,'DR NUAMAH',NULL,'','20131216-7948',NULL),(21631,5750,10,558,'2013-12-17 04:41:52',0,0,'','20131216111','2013-12-16','2013-12-16','20131216-111','20:40',1,'DR TAKYI',NULL,'','20131216-7949',NULL),(21632,5751,3,558,'2013-12-17 04:47:56',1,0,'','20131216112','2013-12-16','2013-12-16','20131216-112','20:46',1,'DR AMOAH',NULL,'','20131216-7950',NULL),(21634,5751,4,558,'2013-12-17 04:47:56',1,0,'','20131216112','2013-12-16','2013-12-16','20131216-112','20:47',1,'DR AMOAH',NULL,'','20131216-7950',NULL),(21637,5751,1,558,'2013-12-17 04:47:57',1,0,'','20131216112','2013-12-16','2013-12-16','20131216-112','20:47',1,'DR AMOAH',NULL,'','20131216-7950',NULL),(21638,243,3,558,'2013-12-17 05:15:21',0,0,'','20131216113','2013-12-16','2013-12-16','20131216-113','21:13',1,'DR TACHIE',NULL,'','20131216-7951',NULL),(21640,243,1,558,'2013-12-17 05:15:21',0,0,'','20131216113','2013-12-16','2013-12-16','20131216-113','21:14',1,'DR TACHIE',NULL,'','20131216-7951',NULL),(21641,5752,3,558,'2013-12-17 05:20:06',1,0,'','20131216114','2013-12-16','2013-12-16','20131216-114','21:18',1,'DR AMOAH',NULL,'','20131216-7952',NULL),(21643,5752,4,558,'2013-12-17 05:20:06',1,0,'','20131216114','2013-12-16','2013-12-16','20131216-114','21:19',1,'DR AMOAH',NULL,'','20131216-7952',NULL),(21646,5752,1,558,'2013-12-17 05:20:07',1,0,'','20131216114','2013-12-16','2013-12-16','20131216-114','21:19',1,'DR AMOAH',NULL,'','20131216-7952',NULL),(21647,5753,4,558,'2013-12-17 06:10:13',0,0,'','20131216115','2013-12-16','2013-12-16','20131216-115','22:05',1,'DR AMOAH',NULL,'','20131216-7953',NULL),(21649,5753,10,558,'2013-12-17 06:10:13',0,0,'','20131216115','2013-12-16','2013-12-16','20131216-115','22:06',1,'DR AMOAH',NULL,'','20131216-7953',NULL),(21652,5753,13,558,'2013-12-17 06:10:14',0,0,'','20131216115','2013-12-16','2013-12-16','20131216-115','22:09',1,'DR AMOAH',NULL,'','20131216-7953',NULL),(21653,5754,3,558,'2013-12-17 06:13:00',1,0,'','20131216116','2013-12-16','2013-12-16','20131216-116','22:11',1,'DR AMOAH',NULL,'','20131216-7954',NULL),(21655,5754,4,558,'2013-12-17 06:13:01',1,0,'','20131216116','2013-12-16','2013-12-16','20131216-116','22:12',1,'DR AMOAH',NULL,'','20131216-7954',NULL),(21658,5754,1,558,'2013-12-17 06:13:01',1,0,'','20131216116','2013-12-16','2013-12-16','20131216-116','22:12',1,'DR AMOAH',NULL,'','20131216-7954',NULL),(21659,5755,3,558,'2013-12-17 06:27:46',1,0,'','20131216117','2013-12-16','2013-12-16','20131216-117','22:26',1,'DR AMOAH',NULL,'','20131216-7955',NULL),(21660,5756,3,558,'2013-12-17 07:16:46',1,0,'','20131216118','2013-12-16','2013-12-16','20131216-118','23:15',1,'DR AMOAH',NULL,'','20131216-7956',NULL),(21662,5756,4,558,'2013-12-17 07:16:46',0,0,'','20131216118','2013-12-16','2013-12-16','20131216-118','23:16',1,'DR AMOAH',NULL,'','20131216-7956',NULL),(21663,5649,3,558,'2013-12-17 08:11:08',0,0,'','201312171','2013-12-17','2013-12-17','20131217-1','00:09',1,'DR TACHIE',NULL,'','20131217-7957',NULL),(21664,1879,3,558,'2013-12-17 11:12:20',1,0,'','201312172','2013-12-17','2013-12-17','20131217-2','03:11',1,'DR YEBOAH',NULL,'','20131217-7958',NULL),(21665,1049,2,558,'2013-12-17 13:21:30',0,0,'','201312173 ','2013-12-17','2013-12-17','20131217-3','05:20',1,'DR AMABLE',NULL,'','20131217-7959',NULL),(21666,2298,2,558,'2013-12-17 14:06:35',1,0,'','201312174','2013-12-17','2013-12-17','20131217-4','06:05',1,'DR AMABLE',NULL,'','20131217-7960',NULL),(21667,4131,1,558,'2013-12-17 14:07:57',0,0,'','201312175','2013-12-17','2013-12-17','20131217-5','06:07',1,'DR AMOAH',NULL,'','20131217-7961',NULL),(21668,5757,1,558,'2013-12-17 14:20:27',0,0,'','201312176','2013-12-17','2013-12-17','20131217-6','06:18',1,'DR NUAMAH',NULL,'','20131217-7962',NULL),(21670,5757,2,558,'2013-12-17 14:20:27',0,0,'','201312176','2013-12-17','2013-12-17','20131217-6','06:20',1,'DR NUAMAH',NULL,'','20131217-7962',NULL),(21671,4306,3,558,'2013-12-17 14:31:03',0,0,'','201312177','2013-12-17','2013-12-17','20131217-7','06:29',1,'',NULL,'','20131217-7963',NULL),(21673,4306,1,558,'2013-12-17 14:31:03',1,0,'','201312177','2013-12-17','2013-12-17','20131217-7','06:30',1,'',NULL,'','20131217-7963',NULL),(21676,4306,4,558,'2013-12-17 14:31:03',1,0,'','201312177','2013-12-17','2013-12-17','20131217-7','06:30',1,'',NULL,'','20131217-7963',NULL),(21677,243,29,558,'2013-12-17 14:33:51',0,0,'','201312178','2013-12-17','2013-12-17','20131217-8','06:32',1,'PROF E D YEBOAH',NULL,'','20131217-7964',NULL),(21678,5758,4,558,'2013-12-17 15:00:31',1,0,'','201312179','2013-12-17','2013-12-17','20131217-9','06:59',1,'DR AMOAH',NULL,'','20131217-7965',NULL),(21680,5758,2,558,'2013-12-17 15:00:31',1,0,'','201312179','2013-12-17','2013-12-17','20131217-9','07:00',1,'DR AMOAH',NULL,'','20131217-7965',NULL),(21683,5758,1,558,'2013-12-17 15:00:32',0,0,'','201312179','2013-12-17','2013-12-17','20131217-9','07:00',1,'DR AMOAH',NULL,'','20131217-7965',NULL),(21684,5759,3,558,'2013-12-17 15:11:04',0,0,'','2013121710','2013-12-17','2013-12-17','20131217-10','07:10',1,'DR ARMAH',NULL,'','20131217-7966',NULL),(21685,189,3,558,'2013-12-17 15:15:28',0,0,'','2013121711','2013-12-17','2013-12-17','20131217-11','07:14',1,'DR VORTIA',NULL,'','20131217-7967',NULL),(21686,5760,3,531,'2013-12-17 15:24:50',0,0,'','2013121712 ','2013-12-17','2013-12-17','20131217-12','07:24',1,'DR AMOAH',NULL,'','20131217-7968',NULL),(21687,5761,3,531,'2013-12-17 15:30:30',0,0,'','2013121713 ','2013-12-17','2013-12-17','20131217-13','07:28',1,'DR ARMAH',NULL,'','20131217-7969',NULL),(21689,5761,1,531,'2013-12-17 15:30:31',1,0,'','2013121713 ','2013-12-17','2013-12-17','20131217-13','07:29',1,'DR ARMAH',NULL,'','20131217-7969',NULL),(21692,5761,4,531,'2013-12-17 15:30:31',1,0,'','2013121713 ','2013-12-17','2013-12-17','20131217-13','07:30',1,'DR ARMAH',NULL,'','20131217-7969',NULL),(21693,5762,3,531,'2013-12-17 15:40:27',0,0,'','2013121714','2013-12-17','2013-12-17','20131217-14','07:39',1,'DR OFORI ANTI',NULL,'','20131217-7970',NULL),(21695,5762,4,531,'2013-12-17 15:40:27',1,0,'','2013121714','2013-12-17','2013-12-17','20131217-14','07:40',1,'DR OFORI ANTI',NULL,'','20131217-7970',NULL),(21696,5756,3,531,'2013-12-17 15:42:00',0,0,'','2013121715 ','2013-12-17','2013-12-17','20131217-15','07:40',1,'DR AMOAH',NULL,'','20131217-7971',NULL),(21698,5756,1,531,'2013-12-17 15:42:01',0,0,'','2013121715 ','2013-12-17','2013-12-17','20131217-15','07:41',1,'DR AMOAH',NULL,'','20131217-7971',NULL),(21699,5763,3,531,'2013-12-17 15:44:52',0,0,'','2013121716 ','2013-12-17','2013-12-17','20131217-16','07:43',1,'PROF S K OWUSU',NULL,'','20131217-7972',NULL),(21701,5763,1,531,'2013-12-17 15:44:52',0,0,'','2013121716 ','2013-12-17','2013-12-17','20131217-16','07:44',1,'PROF S K OWUSU',NULL,'','20131217-7972',NULL),(21702,511,3,531,'2013-12-17 15:46:55',1,0,'','2013121717 ','2013-12-17','2013-12-17','20131217-17','07:46',1,'DR AMABLE',NULL,'','20131217-7973',NULL),(21703,5764,3,531,'2013-12-17 15:49:28',0,0,'','2013121718 ','2013-12-17','2013-12-17','20131217-18','07:47',1,'DR VORTIA',NULL,'','20131217-7974',NULL),(21705,5764,1,531,'2013-12-17 15:49:29',0,0,'','2013121718 ','2013-12-17','2013-12-17','20131217-18','07:48',1,'DR VORTIA',NULL,'','20131217-7974',NULL),(21708,5764,4,531,'2013-12-17 15:49:29',1,0,'','2013121718 ','2013-12-17','2013-12-17','20131217-18','07:49',1,'DR VORTIA',NULL,'','20131217-7974',NULL),(21709,5765,3,531,'2013-12-17 15:58:43',0,0,'','2013121719 ','2013-12-17','2013-12-17','20131217-19','07:57',1,'DR ASUMANU',NULL,'','20131217-7975',NULL),(21711,5765,1,531,'2013-12-17 15:58:43',0,0,'','2013121719 ','2013-12-17','2013-12-17','20131217-19','07:57',1,'DR ASUMANU',NULL,'','20131217-7975',NULL),(21712,4257,3,531,'2013-12-17 16:01:52',0,0,'','2013121720','2013-12-17','2013-12-17','20131217-20','07:59',1,'DR ARMAH',NULL,'','20131217-7976',NULL),(21714,4257,1,531,'2013-12-17 16:01:52',1,0,'','2013121720','2013-12-17','2013-12-17','20131217-20','08:01',1,'DR ARMAH',NULL,'','20131217-7976',NULL),(21717,4257,4,531,'2013-12-17 16:01:52',1,0,'','2013121720','2013-12-17','2013-12-17','20131217-20','08:01',1,'DR ARMAH',NULL,'','20131217-7976',NULL),(21718,1619,3,531,'2013-12-17 16:07:30',0,0,'','2013121721','2013-12-17','2013-12-17','20131217-21','08:06',1,'DR YEBOAH',NULL,'','20131217-7977',NULL),(21720,1619,4,531,'2013-12-17 16:07:31',1,0,'','2013121721','2013-12-17','2013-12-17','20131217-21','08:07',1,'DR YEBOAH',NULL,'','20131217-7977',NULL),(21721,5766,3,531,'2013-12-17 16:42:17',0,0,'','2013121722','2013-12-17','2013-12-17','20131217-22','08:41',1,'DR DANIELS',NULL,'','20131217-7978',NULL),(21723,5766,1,531,'2013-12-17 16:42:17',0,0,'','2013121722','2013-12-17','2013-12-17','20131217-22','08:41',1,'DR DANIELS',NULL,'','20131217-7978',NULL),(21724,5767,5,531,'2013-12-17 16:45:27',1,0,'','2013121723 ','2013-12-17','2013-12-17','20131217-23','08:44',1,'DR AMOAH',NULL,'','20131217-7979',NULL),(21725,5768,3,531,'2013-12-17 16:48:07',0,0,'','2013121724 ','2013-12-17','2013-12-17','20131217-24','08:46',1,'DR ARMAH',NULL,'','20131217-7980',NULL),(21727,5768,4,531,'2013-12-17 16:48:07',1,0,'','2013121724 ','2013-12-17','2013-12-17','20131217-24','08:47',1,'DR ARMAH',NULL,'','20131217-7980',NULL),(21728,5769,3,531,'2013-12-17 16:56:16',0,0,'','2013121725','2013-12-17','2013-12-17','20131217-25','08:55',1,'DR TACHIE',NULL,'','20131217-7981',NULL),(21729,5770,3,531,'2013-12-17 17:18:50',0,0,'','2013121727','2013-12-17','2013-12-17','20131217-27','09:17',1,'PROF S K OWUSU',NULL,'','20131217-7983',NULL),(21731,5770,1,531,'2013-12-17 17:18:50',0,0,'','2013121727','2013-12-17','2013-12-17','20131217-27','09:18',1,'PROF S K OWUSU',NULL,'','20131217-7983',NULL),(21732,5771,3,531,'2013-12-17 17:23:40',0,0,'','2013121728 ','2013-12-17','2013-12-17','20131217-28','09:22',1,'DR NTOW DJAN',NULL,'','20131217-7984',NULL),(21733,5772,1,531,'2013-12-17 17:28:05',0,0,'','2013121729 ','2013-12-17','2013-12-17','20131217-29','09:27',1,'DR ARMAH',NULL,'','20131217-7985',NULL),(21734,5773,3,531,'2013-12-17 17:30:26',0,0,'','2013121730 ','2013-12-17','2013-12-17','20131217-30','09:29',1,'DR NTOW DJAN',NULL,'','20131217-7986',NULL),(21735,3534,3,531,'2013-12-17 17:32:51',1,0,'','2013121731 ','2013-12-17','2013-12-17','20131217-31','09:31',1,'DR OFORI ANTI',NULL,'','20131217-7987',NULL),(21737,3534,1,531,'2013-12-17 17:32:51',0,0,'','2013121731 ','2013-12-17','2013-12-17','20131217-31','09:32',1,'DR OFORI ANTI',NULL,'','20131217-7987',NULL),(21738,5774,1,531,'2013-12-17 17:34:59',0,0,'','2013121732 ','2013-12-17','2013-12-17','20131217-32','09:33',1,'DR NKRUMAH',NULL,'','20131217-7988',NULL),(21739,5775,3,531,'2013-12-17 17:54:27',0,0,'','2013121733 ','2013-12-17','2013-12-17','20131217-33','09:52',1,'DR TAKYI',NULL,'','20131217-7989',NULL),(21741,5775,1,531,'2013-12-17 17:54:28',0,0,'','2013121733 ','2013-12-17','2013-12-17','20131217-33','09:53',1,'DR TAKYI',NULL,'','20131217-7989',NULL),(21744,5775,4,531,'2013-12-17 17:54:28',1,0,'','2013121733 ','2013-12-17','2013-12-17','20131217-33','09:54',1,'DR TAKYI',NULL,'','20131217-7989',NULL),(21745,935,3,531,'2013-12-17 18:08:25',0,0,'','2013121734','2013-12-17','2013-12-17','20131217-34','10:07',1,'',NULL,'','20131217-7990',NULL),(21746,5776,3,531,'2013-12-17 18:11:34',0,0,'','2013121735 ','2013-12-17','2013-12-17','20131217-35','10:10',1,'DR MENSAH',NULL,'','20131217-7991',NULL),(21748,5776,19,531,'2013-12-17 18:11:35',0,0,'','2013121735 ','2013-12-17','2013-12-17','20131217-35','10:11',1,'DR MENSAH',NULL,'','20131217-7991',NULL),(21749,5777,3,531,'2013-12-17 18:17:53',0,0,'','2013121736','2013-12-17','2013-12-17','20131217-36','10:14',1,'DR OWHANDOH',NULL,'','20131217-7992',NULL),(21751,5777,1,531,'2013-12-17 18:17:54',1,0,'','2013121736','2013-12-17','2013-12-17','20131217-36','10:16',1,'DR OWHANDOH',NULL,'','20131217-7992',NULL),(21754,5777,5,531,'2013-12-17 18:17:54',0,0,'','2013121736','2013-12-17','2013-12-17','20131217-36','10:17',1,'DR OWHANDOH',NULL,'','20131217-7992',NULL),(21758,5777,4,531,'2013-12-17 18:17:54',1,0,'','2013121736','2013-12-17','2013-12-17','20131217-36','10:17',1,'DR OWHANDOH',NULL,'','20131217-7992',NULL),(21759,5778,3,531,'2013-12-17 18:22:17',0,0,'','2013121737','2013-12-17','2013-12-17','20131217-37','10:21',1,'DR DOW',NULL,'','20131217-7993',NULL),(21761,5778,1,531,'2013-12-17 18:22:17',1,0,'','2013121737','2013-12-17','2013-12-17','20131217-37','10:22',1,'DR DOW',NULL,'','20131217-7993',NULL),(21762,5779,3,531,'2013-12-17 18:27:17',0,0,'','2013121738 ','2013-12-17','2013-12-17','20131217-38','10:24',1,'DR FUMMEY',NULL,'','20131217-7994',NULL),(21763,5780,3,531,'2013-12-17 18:29:41',0,0,'','2013121739','2013-12-17','2013-12-17','20131217-39','10:28',1,'DR MENSAH',NULL,'','20131217-7995',NULL),(21765,5780,4,531,'2013-12-17 18:29:42',1,0,'','2013121739','2013-12-17','2013-12-17','20131217-39','10:29',1,'DR MENSAH',NULL,'','20131217-7995',NULL),(21766,5781,3,531,'2013-12-17 18:33:06',0,0,'','2013121740 ','2013-12-17','2013-12-17','20131217-40','10:31',1,'DR OWHANDOH',NULL,'','20131217-7996',NULL),(21768,5781,5,531,'2013-12-17 18:33:06',1,0,'','2013121740 ','2013-12-17','2013-12-17','20131217-40','10:32',1,'DR OWHANDOH',NULL,'','20131217-7996',NULL),(21769,5782,3,531,'2013-12-17 18:38:11',0,0,'','2013121741','2013-12-17','2013-12-17','20131217-41','10:36',1,'DR OWHANDOH',NULL,'','20131217-7997',NULL),(21771,5782,4,531,'2013-12-17 18:38:11',1,0,'','2013121741','2013-12-17','2013-12-17','20131217-41','10:37',1,'DR OWHANDOH',NULL,'','20131217-7997',NULL),(21772,4812,1,534,'2013-12-17 18:55:20',1,0,'','2013121054','2013-12-17','2013-12-10','20131217-42','10:54',1,'',NULL,'','20131217-7998',NULL),(21773,5731,4,504,'2013-12-17 19:01:16',0,0,'','2013121685','2013-12-17','2013-12-16','20131217-43','11:00',1,'DR NUAMAH',NULL,'','20131217-7999',NULL),(21774,5783,4,531,'2013-12-17 19:07:31',1,0,'','2013121744 ','2013-12-17','2013-12-17','20131217-44','11:05',1,'DR NTOW DJAN',NULL,'','20131217-8000',NULL),(21775,5575,4,531,'2013-12-17 19:09:17',0,0,'','2013121745','2013-12-17','2013-12-17','20131217-45','11:08',1,'DR ADOTEY',NULL,'','20131217-8001',NULL),(21776,5451,4,534,'2013-12-17 19:17:46',1,0,'','201312125','2013-12-17','2013-12-12','20131217-46','11:17',1,'',NULL,'','20131217-8002',NULL),(21777,5784,3,531,'2013-12-17 19:20:52',0,0,'','2013121747','2013-12-17','2013-12-17','20131217-47','11:19',1,'DR ARMAH',NULL,'','20131217-8003',NULL),(21779,5784,1,531,'2013-12-17 19:20:52',1,0,'','2013121747','2013-12-17','2013-12-17','20131217-47','11:20',1,'DR ARMAH',NULL,'','20131217-8003',NULL),(21782,5784,4,531,'2013-12-17 19:20:52',1,0,'','2013121747','2013-12-17','2013-12-17','20131217-47','11:20',1,'DR ARMAH',NULL,'','20131217-8003',NULL),(21783,5785,3,531,'2013-12-17 19:23:22',0,0,'','2013121748','2013-12-17','2013-12-17','20131217-48','11:22',1,'DR OWHANDOH',NULL,'','20131217-8004',NULL),(21785,5785,4,531,'2013-12-17 19:23:22',1,0,'','2013121748','2013-12-17','2013-12-17','20131217-48','11:23',1,'DR OWHANDOH',NULL,'','20131217-8004',NULL),(21786,5396,12,534,'2013-12-17 19:24:52',1,0,'','2013121135','2013-12-17','2013-12-11','20131217-49','11:23',1,'',NULL,'','20131217-8005',NULL),(21787,5786,3,531,'2013-12-17 19:29:54',1,0,'','2013121750','2013-12-17','2013-12-17','20131217-50','11:28',1,'',NULL,'','20131217-8006',NULL),(21788,5538,12,534,'2013-12-17 19:31:15',1,0,'','2013121341','2013-12-17','2013-12-13','20131217-51','11:30',1,'',NULL,'','20131217-8007',NULL),(21789,5733,1,531,'2013-12-17 19:33:08',0,0,'','2013121752 ','2013-12-17','2013-12-17','20131217-52','11:32',1,'DR NTOW DJAN',NULL,'','20131217-8008',NULL),(21790,5787,4,531,'2013-12-17 19:36:07',0,0,'','2013121753','2013-12-17','2013-12-17','20131217-53','11:34',1,'DR FUMMEY',NULL,'','20131217-8009',NULL),(21791,5586,4,534,'2013-12-17 19:38:24',1,0,'','2013121424','2013-12-17','2013-12-14','20131217-54','11:37',1,'',NULL,'','20131217-8010',NULL),(21792,5788,3,531,'2013-12-17 19:40:19',0,0,'','2013121755 ','2013-12-17','2013-12-17','20131217-55','11:38',1,'DR MENSAH',NULL,'','20131217-8011',NULL),(21794,5788,1,531,'2013-12-17 19:40:19',1,0,'','2013121755 ','2013-12-17','2013-12-17','20131217-55','11:40',1,'DR MENSAH',NULL,'','20131217-8011',NULL),(21795,5636,1,531,'2013-12-17 19:45:11',0,0,'','2013121756 ','2013-12-17','2013-12-17','20131217-56','11:42',1,'DR ADOTEY',NULL,'','20131217-8012',NULL),(21796,5696,1,531,'2013-12-17 19:47:15',0,0,'','2013121757 ','2013-12-17','2013-12-17','20131217-57','11:45',1,'DR BOATENG',NULL,'','20131217-8013',NULL),(21797,5789,3,531,'2013-12-17 19:49:16',1,0,'','2013121758','2013-12-17','2013-12-17','20131217-58','11:48',1,'DR ADOTEY',NULL,'','20131217-8014',NULL),(21798,5517,4,534,'2013-12-17 19:54:53',1,0,'','2013121312','2013-12-17','2013-12-13','20131217-59','11:53',1,'',NULL,'','20131217-8015',NULL),(21799,5790,3,531,'2013-12-17 19:56:18',0,0,'','2013121760','2013-12-17','2013-12-17','20131217-60','11:55',1,'DR OWHANDOH',NULL,'','20131217-8016',NULL),(21801,5790,4,531,'2013-12-17 19:56:19',1,0,'','2013121760','2013-12-17','2013-12-17','20131217-60','11:56',1,'DR OWHANDOH',NULL,'','20131217-8016',NULL),(21802,5791,5,531,'2013-12-17 20:04:31',0,0,'','2013121761 ','2013-12-17','2013-12-17','20131217-61','12:03',1,'DR FUMMEY',NULL,'','20131217-8017',NULL),(21803,5792,3,531,'2013-12-17 20:06:09',0,0,'','2013121762','2013-12-17','2013-12-17','20131217-62','12:05',1,'DR FUMMEY',NULL,'','20131217-8018',NULL),(21804,5793,3,531,'2013-12-17 20:13:19',1,0,'','2013121763','2013-12-17','2013-12-17','20131217-63','12:12',1,'DR FUMMEY',NULL,'','20131217-8019',NULL),(21805,5794,3,531,'2013-12-17 20:29:36',0,0,'','2013121764 ','2013-12-17','2013-12-17','20131217-64','12:27',1,'DR MENSAH',NULL,'','20131217-8020',NULL),(21807,5794,4,531,'2013-12-17 20:29:36',1,0,'','2013121764 ','2013-12-17','2013-12-17','20131217-64','12:28',1,'DR MENSAH',NULL,'','20131217-8020',NULL),(21810,5794,5,531,'2013-12-17 20:29:36',0,0,'','2013121764 ','2013-12-17','2013-12-17','20131217-64','12:28',1,'DR MENSAH',NULL,'','20131217-8020',NULL),(21811,5795,3,531,'2013-12-17 20:35:31',0,0,'','2013121765 ','2013-12-17','2013-12-17','20131217-65','12:32',1,'DR NTOW DJAN',NULL,'','20131217-8021',NULL),(21813,5795,5,531,'2013-12-17 20:35:31',1,0,'','2013121765 ','2013-12-17','2013-12-17','20131217-65','12:34',1,'DR NTOW DJAN',NULL,'','20131217-8021',NULL),(21816,5795,1,531,'2013-12-17 20:35:32',1,0,'','2013121765 ','2013-12-17','2013-12-17','20131217-65','12:34',1,'DR NTOW DJAN',NULL,'','20131217-8021',NULL),(21817,5796,3,534,'2013-12-17 20:45:47',0,0,'','2013121766','2013-12-17','2013-12-17','20131217-66','12:44',1,'DR OWHANDOH',NULL,'','20131217-8022',NULL),(21819,5796,4,534,'2013-12-17 20:45:47',1,0,'','2013121766','2013-12-17','2013-12-17','20131217-66','12:45',1,'DR OWHANDOH',NULL,'','20131217-8022',NULL),(21820,5797,3,534,'2013-12-17 20:55:35',1,0,'','2013121767','2013-12-17','2013-12-17','20131217-67','12:53',1,'',NULL,'','20131217-8023',NULL),(21821,5786,3,552,'2013-12-17 20:56:27',1,0,'','2013121750','2013-12-17','2013-12-17','20131217-68','12:55',1,'',NULL,'','20131217-8024',NULL),(21822,5798,3,531,'2013-12-17 21:13:09',0,0,'','2013121769','2013-12-17','2013-12-17','20131217-69','13:10',1,'DR TAKYI',NULL,'','20131217-8025',NULL),(21824,5798,4,531,'2013-12-17 21:13:09',0,0,'','2013121769','2013-12-17','2013-12-17','20131217-69','13:12',1,'DR TAKYI',NULL,'','20131217-8025',NULL),(21827,5798,5,531,'2013-12-17 21:13:09',1,0,'','2013121769','2013-12-17','2013-12-17','20131217-69','13:12',1,'DR TAKYI',NULL,'','20131217-8025',NULL),(21828,5156,4,531,'2013-12-17 21:20:08',1,0,'','2013121770','2013-12-17','2013-12-17','20131217-70','13:19',1,'DR NTOW DJAN',NULL,'','20131217-8026',NULL),(21829,5714,1,531,'2013-12-17 21:29:48',0,0,'','2013121771 ','2013-12-17','2013-12-17','20131217-71','13:27',1,'DR ADOTEY',NULL,'','20131217-8027',NULL),(21830,3558,3,531,'2013-12-17 21:35:37',1,0,'','2013121772','2013-12-17','2013-12-17','20131217-72','13:33',1,'DR ARMAH',NULL,'','20131217-8028',NULL),(21832,3558,4,531,'2013-12-17 21:35:37',1,0,'','2013121772','2013-12-17','2013-12-17','20131217-72','13:35',1,'DR ARMAH',NULL,'','20131217-8028',NULL),(21833,5799,3,531,'2013-12-17 21:48:55',0,0,'','2013121773 ','2013-12-17','2013-12-17','20131217-73','13:44',1,'DR MENSAH',NULL,'','20131217-8029',NULL),(21835,5799,1,531,'2013-12-17 21:48:56',0,0,'','2013121773 ','2013-12-17','2013-12-17','20131217-73','13:45',1,'DR MENSAH',NULL,'','20131217-8029',NULL),(21838,5799,4,531,'2013-12-17 21:48:56',0,0,'','2013121773 ','2013-12-17','2013-12-17','20131217-73','13:46',1,'DR MENSAH',NULL,'','20131217-8029',NULL),(21839,4263,3,531,'2013-12-17 22:08:46',1,0,'','2013121774','2013-12-17','2013-12-17','20131217-74','14:07',1,'DR NTOW DJAN',NULL,'','20131217-8030',NULL),(21840,5800,3,531,'2013-12-17 22:18:02',1,0,'','2013121775 ','2013-12-17','2013-12-17','20131217-75','14:16',1,'DR OWHANDOH',NULL,'','20131217-8031',NULL),(21842,5800,4,531,'2013-12-17 22:18:02',1,0,'','2013121775 ','2013-12-17','2013-12-17','20131217-75','14:17',1,'DR OWHANDOH',NULL,'','20131217-8031',NULL),(21843,5801,3,531,'2013-12-17 22:20:28',1,0,'','2013121776','2013-12-17','2013-12-17','20131217-76','14:19',1,'DR OWHANDOH',NULL,'','20131217-8032',NULL),(21844,5797,3,552,'2013-12-17 22:53:57',1,0,'','2013121767','2013-12-17','2013-12-17','20131217-77','14:53',1,'',NULL,'','20131217-8033',NULL),(21845,2676,3,531,'2013-12-17 22:57:16',0,0,'','2013121778 ','2013-12-17','2013-12-17','20131217-78','14:54',1,'DR ARMAH',NULL,'','20131217-8034',NULL),(21847,2676,4,531,'2013-12-17 22:57:16',1,0,'','2013121778 ','2013-12-17','2013-12-17','20131217-78','14:56',1,'DR ARMAH',NULL,'','20131217-8034',NULL),(21848,5802,3,531,'2013-12-17 23:33:59',1,0,'','2013121779 ','2013-12-17','2013-12-17','20131217-79','15:32',1,'DR MENSAH',NULL,'','20131217-8035',NULL),(21850,5802,1,531,'2013-12-17 23:33:59',0,0,'','2013121779 ','2013-12-17','2013-12-17','20131217-79','15:33',1,'DR MENSAH',NULL,'','20131217-8035',NULL),(21853,5802,5,531,'2013-12-17 23:33:59',0,0,'','2013121779 ','2013-12-17','2013-12-17','20131217-79','15:33',1,'DR MENSAH',NULL,'','20131217-8035',NULL),(21854,5803,3,531,'2013-12-17 23:48:31',1,0,'','2013121780','2013-12-17','2013-12-17','20131217-80','15:45',1,'DR OFORI ANTI',NULL,'','20131217-8036',NULL),(21855,4111,1,534,'2013-12-18 00:04:49',0,0,'','2012120576','2013-12-17','2013-12-05','20131217-81','16:03',1,'',NULL,'','20131217-8037',NULL),(21856,5804,4,531,'2013-12-18 00:22:15',1,0,'','2013121782','2013-12-17','2013-12-17','20131217-82','16:21',1,'DR QUAMPAH',NULL,'','20131217-8038',NULL),(21857,5805,3,531,'2013-12-18 00:24:29',1,0,'','2013121783 ','2013-12-17','2013-12-17','20131217-83','16:23',1,'DR OFORI ANTI',NULL,'','20131217-8039',NULL),(21858,5806,4,531,'2013-12-18 00:28:14',0,0,'','2013121784 ','2013-12-17','2013-12-17','20131217-84','16:27',1,'',NULL,'','20131217-8040',NULL),(21859,3230,28,531,'2013-12-18 00:50:29',0,0,'','2013121786 ','2013-12-17','2013-12-17','20131217-86','16:49',1,'DR QUAMPAH',NULL,'','20131217-8042',NULL),(21860,5807,3,531,'2013-12-18 01:01:56',1,0,'','2013121787','2013-12-17','2013-12-17','20131217-87','17:00',1,'DR MENSAH',NULL,'','20131217-8043',NULL),(21861,5808,3,531,'2013-12-18 01:04:42',1,0,'','2013121788','2013-12-17','2013-12-17','20131217-88','17:03',1,'DR OFORI ANTI',NULL,'','20131217-8044',NULL),(21862,5809,3,531,'2013-12-18 01:08:28',0,0,'','2013121789 ','2013-12-17','2013-12-17','20131217-89','17:07',1,'DR OFORI ANTI',NULL,'','20131217-8045',NULL),(21863,4385,3,531,'2013-12-18 01:18:19',1,0,'','2013121790','2013-12-17','2013-12-17','20131217-90','17:17',1,'DR MENSAH',NULL,'','20131217-8046',NULL),(21864,2009,3,531,'2013-12-18 01:19:26',1,0,'','2013121791 ','2013-12-17','2013-12-17','20131217-91','17:18',1,'DR OFORI ANTI',NULL,'','20131217-8047',NULL),(21865,5806,1,553,'2013-12-18 01:25:35',1,0,'','2013121784','2013-12-17','2013-12-17','20131217-92','17:24',1,'',NULL,'','20131217-8048',NULL),(21866,1510,3,531,'2013-12-18 01:29:16',0,0,'','2013121793 ','2013-12-17','2013-12-17','20131217-93','17:27',1,'DR QUAMPAH',NULL,'','20131217-8049',NULL),(21868,1510,1,531,'2013-12-18 01:29:16',0,0,'','2013121793 ','2013-12-17','2013-12-17','20131217-93','17:28',1,'DR QUAMPAH',NULL,'','20131217-8049',NULL),(21871,1510,4,531,'2013-12-18 01:29:16',0,0,'','2013121793 ','2013-12-17','2013-12-17','20131217-93','17:28',1,'DR QUAMPAH',NULL,'','20131217-8049',NULL),(21875,1510,5,531,'2013-12-18 01:29:16',0,0,'','2013121793 ','2013-12-17','2013-12-17','20131217-93','17:29',1,'DR QUAMPAH',NULL,'','20131217-8049',NULL),(21876,4929,1,531,'2013-12-18 01:37:49',0,0,'','2013121794','2013-12-17','2013-12-17','20131217-94','17:36',1,'DR AMABLE',NULL,'','20131217-8050',NULL),(21878,4929,5,531,'2013-12-18 01:37:49',0,0,'','2013121794','2013-12-17','2013-12-17','20131217-94','17:37',1,'DR AMABLE',NULL,'','20131217-8050',NULL),(21879,5810,3,531,'2013-12-18 02:02:50',1,0,'','2013121795','2013-12-17','2013-12-17','20131217-95','18:02',1,'DR OFORI ANTI',NULL,'','20131217-8051',NULL),(21880,5811,1,531,'2013-12-18 02:11:40',1,0,'','2013121796 ','2013-12-17','2013-12-17','20131217-96','18:10',1,'',NULL,'','20131217-8052',NULL),(21881,5812,3,531,'2013-12-18 02:33:16',1,0,'','2013121797 ','2013-12-17','2013-12-17','20131217-97','18:32',1,'DR OFORI ANTI',NULL,'','20131217-8053',NULL),(21882,5813,3,531,'2013-12-18 03:08:35',0,0,'','2013121798','2013-12-17','2013-12-17','20131217-98','19:06',1,'DR OFORI ANTI',NULL,'','20131217-8054',NULL),(21884,5813,1,531,'2013-12-18 03:08:35',1,0,'','2013121798','2013-12-17','2013-12-17','20131217-98','19:07',1,'DR OFORI ANTI',NULL,'','20131217-8054',NULL),(21887,5813,5,531,'2013-12-18 03:08:36',0,0,'','2013121798','2013-12-17','2013-12-17','20131217-98','19:08',1,'DR OFORI ANTI',NULL,'','20131217-8054',NULL),(21888,5765,3,530,'2013-12-18 03:26:03',0,0,'','2013121799','2013-12-17','2013-12-17','20131217-99','19:24',1,'DR TACHIE',NULL,'','20131217-8055',NULL),(21889,5814,3,530,'2013-12-18 03:55:34',1,0,'','20131217100 ','2013-12-17','2013-12-17','20131217-100','19:54',1,'DR MENSAH',NULL,'','20131217-8056',NULL),(21891,5814,1,530,'2013-12-18 03:55:35',1,0,'','20131217100 ','2013-12-17','2013-12-17','20131217-100','19:55',1,'DR MENSAH',NULL,'','20131217-8056',NULL),(21892,1879,1,530,'2013-12-18 03:59:50',0,0,'','20131217101','2013-12-17','2013-12-17','20131217-101','19:57',1,'PROF E D YEBOAH',NULL,'','20131217-8057',NULL),(21894,1879,3,530,'2013-12-18 03:59:50',0,0,'','20131217101','2013-12-17','2013-12-17','20131217-101','19:59',1,'PROF E D YEBOAH',NULL,'','20131217-8057',NULL),(21895,5815,3,530,'2013-12-18 04:20:49',1,0,'','20131217102','2013-12-17','2013-12-17','20131217-102','20:19',1,'DR MENSAH',NULL,'','20131217-8058',NULL),(21897,5815,4,530,'2013-12-18 04:20:49',1,0,'','20131217102','2013-12-17','2013-12-17','20131217-102','20:20',1,'DR MENSAH',NULL,'','20131217-8058',NULL),(21898,5816,3,530,'2013-12-18 04:30:52',1,0,'','20131217103','2013-12-17','2013-12-17','20131217-103','20:29',1,'DR YEBOAH',NULL,'','20131217-8059',NULL),(21900,5816,5,530,'2013-12-18 04:30:52',1,0,'','20131217103','2013-12-17','2013-12-17','20131217-103','20:30',1,'DR YEBOAH',NULL,'','20131217-8059',NULL),(21901,5817,3,530,'2013-12-18 04:33:41',1,0,'','20131217104 ','2013-12-17','2013-12-17','20131217-104','20:32',1,'DR YEBOAH',NULL,'','20131217-8060',NULL),(21903,5817,4,530,'2013-12-18 04:33:42',1,0,'','20131217104 ','2013-12-17','2013-12-17','20131217-104','20:33',1,'DR YEBOAH',NULL,'','20131217-8060',NULL),(21904,5643,4,530,'2013-12-18 04:35:14',0,0,'','20131217105','2013-12-17','2013-12-17','20131217-105','20:34',1,'DR TAKYI',NULL,'','20131217-8061',NULL),(21905,5818,3,530,'2013-12-18 04:37:26',1,0,'','20131217106','2013-12-17','2013-12-17','20131217-106','20:36',1,'DR YEBOAH',NULL,'','20131217-8062',NULL),(21907,5818,4,530,'2013-12-18 04:37:27',1,0,'','20131217106','2013-12-17','2013-12-17','20131217-106','20:37',1,'DR YEBOAH',NULL,'','20131217-8062',NULL),(21908,5650,3,530,'2013-12-18 04:53:27',1,0,'','20131217107','2013-12-17','2013-12-17','20131217-107','20:51',1,'DR YEBOAH',NULL,'','20131217-8063',NULL),(21910,5650,1,530,'2013-12-18 04:53:27',0,0,'','20131217107','2013-12-17','2013-12-17','20131217-107','20:52',1,'DR YEBOAH',NULL,'','20131217-8063',NULL),(21913,5650,2,530,'2013-12-18 04:53:27',0,0,'','20131217107','2013-12-17','2013-12-17','20131217-107','20:52',1,'DR YEBOAH',NULL,'','20131217-8063',NULL),(21917,5650,4,530,'2013-12-18 04:53:28',1,0,'','20131217107','2013-12-17','2013-12-17','20131217-107','20:53',1,'DR YEBOAH',NULL,'','20131217-8063',NULL),(21918,5650,1,530,'2013-12-18 04:55:00',1,0,'','20131217107','2013-12-17','2013-12-17','20131217-108','20:54',1,'',NULL,'','20131217-8064',NULL),(21919,4643,3,530,'2013-12-18 05:10:33',1,0,'','20131217109 ','2013-12-17','2013-12-17','20131217-109','21:09',1,'DR AMOAH',NULL,'','20131217-8065',NULL),(21921,4643,4,530,'2013-12-18 05:10:34',0,0,'','20131217109 ','2013-12-17','2013-12-17','20131217-109','21:10',1,'DR AMOAH',NULL,'','20131217-8065',NULL),(21922,5277,1,530,'2013-12-18 05:42:52',1,0,'','20131217110','2013-12-17','2013-12-17','20131217-110','21:40',1,'DR AMOAH',NULL,'','20131217-8066',NULL),(21924,5277,2,530,'2013-12-18 05:42:52',0,0,'','20131217110','2013-12-17','2013-12-17','20131217-110','21:41',1,'DR AMOAH',NULL,'','20131217-8066',NULL),(21927,5277,4,530,'2013-12-18 05:42:52',1,0,'','20131217110','2013-12-17','2013-12-17','20131217-110','21:42',1,'DR AMOAH',NULL,'','20131217-8066',NULL),(21928,5819,3,530,'2013-12-18 06:25:10',1,0,'','20131217111 ','2013-12-17','2013-12-17','20131217-111','22:23',1,'DR YEBOAH',NULL,'','20131217-8067',NULL),(21930,5819,1,530,'2013-12-18 06:25:10',1,0,'','20131217111 ','2013-12-17','2013-12-17','20131217-111','22:24',1,'DR YEBOAH',NULL,'','20131217-8067',NULL),(21933,5819,4,530,'2013-12-18 06:25:10',1,0,'','20131217111 ','2013-12-17','2013-12-17','20131217-111','22:24',1,'DR YEBOAH',NULL,'','20131217-8067',NULL),(21934,5820,3,530,'2013-12-18 06:46:54',1,0,'','20131217112','2013-12-17','2013-12-17','20131217-112','22:46',1,'',NULL,'','20131217-8068',NULL),(21935,4643,1,530,'2013-12-18 07:03:25',1,0,'','20131217109','2013-12-17','2013-12-17','20131217-113','23:01',1,'DR AMOAH',NULL,'','20131217-8069',NULL),(21936,5821,4,530,'2013-12-18 07:49:01',0,0,'','20131217114','2013-12-17','2013-12-17','20131217-114','23:47',1,'DR YEBOAH',NULL,'','20131217-8070',NULL),(21938,5821,3,530,'2013-12-18 07:49:01',1,0,'','20131217114','2013-12-17','2013-12-17','20131217-114','23:48',1,'DR YEBOAH',NULL,'','20131217-8070',NULL),(21939,5822,3,530,'2013-12-18 13:37:01',0,0,'','201312181','2013-12-18','2013-12-18','20131218-1','05:35',1,'DR BOATENG',NULL,'','20131218-8071',NULL),(21940,5823,3,530,'2013-12-18 13:39:10',0,0,'','201312182 ','2013-12-18','2013-12-18','20131218-2','05:38',1,'DR BOATENG',NULL,'','20131218-8072',NULL),(21941,5824,3,530,'2013-12-18 13:44:01',0,0,'','201312183','2013-12-18','2013-12-18','20131218-3','05:43',1,'DR AMOAH',NULL,'','20131218-8073',NULL),(21942,2961,3,530,'2013-12-18 13:45:38',0,0,'','201312184 ','2013-12-18','2013-12-18','20131218-4','05:45',1,'DR AMOAH',NULL,'','20131218-8074',NULL),(21943,5825,3,530,'2013-12-18 13:51:39',0,0,'','201312185','2013-12-18','2013-12-18','20131218-5','05:50',1,'DR AMOAH',NULL,'','20131218-8075',NULL),(21944,5826,1,530,'2013-12-18 14:05:44',0,0,'','201312186','2013-12-18','2013-12-18','20131218-6','06:04',1,'DR DANIELS',NULL,'','20131218-8076',NULL),(21945,5827,3,530,'2013-12-18 14:15:54',0,0,'','201312187','2013-12-18','2013-12-18','20131218-7','06:14',1,'DR AMOAH',NULL,'','20131218-8077',NULL),(21947,5827,4,530,'2013-12-18 14:15:54',1,0,'','201312187','2013-12-18','2013-12-18','20131218-7','06:15',1,'DR AMOAH',NULL,'','20131218-8077',NULL),(21948,5277,3,530,'2013-12-18 14:39:38',0,0,'','201312188 ','2013-12-18','2013-12-18','20131218-8','06:38',1,'DR AMOAH',NULL,'','20131218-8078',NULL),(21949,5828,3,530,'2013-12-18 14:43:40',0,0,'','201312189','2013-12-18','2013-12-18','20131218-9','06:41',1,'DR OWHANDOH',NULL,'','20131218-8079',NULL),(21951,5828,1,530,'2013-12-18 14:43:40',0,0,'','201312189','2013-12-18','2013-12-18','20131218-9','06:42',1,'DR OWHANDOH',NULL,'','20131218-8079',NULL),(21954,5828,4,530,'2013-12-18 14:43:40',1,0,'','201312189','2013-12-18','2013-12-18','20131218-9','06:43',1,'DR OWHANDOH',NULL,'','20131218-8079',NULL),(21955,5829,3,530,'2013-12-18 14:56:43',0,0,'','2013121810 ','2013-12-18','2013-12-18','20131218-10','06:54',1,'DR OWHANDOH',NULL,'','20131218-8080',NULL),(21957,5829,1,530,'2013-12-18 14:56:43',0,0,'','2013121810 ','2013-12-18','2013-12-18','20131218-10','06:55',1,'DR OWHANDOH',NULL,'','20131218-8080',NULL),(21960,5829,4,530,'2013-12-18 14:56:43',0,0,'','2013121810 ','2013-12-18','2013-12-18','20131218-10','06:56',1,'DR OWHANDOH',NULL,'','20131218-8080',NULL),(21961,5830,4,530,'2013-12-18 15:08:22',1,0,'','2013121811','2013-12-18','2013-12-18','20131218-11','07:06',1,'DR YEBOAH',NULL,'','20131218-8081',NULL),(21962,5831,3,530,'2013-12-18 15:19:35',0,0,'','2013121812','2013-12-18','2013-12-18','20131218-12','07:17',1,'',NULL,'','20131218-8082',NULL),(21963,5832,3,530,'2013-12-18 15:23:12',0,0,'','2013121813','2013-12-18','2013-12-18','20131218-13','07:22',1,'',NULL,'','20131218-8083',NULL),(21964,5833,1,530,'2013-12-18 15:33:48',0,0,'','2013121814','2013-12-18','2013-12-18','20131218-14','07:32',1,'DR OFORI ANTI',NULL,'','20131218-8084',NULL),(21965,5323,1,531,'2013-12-18 15:47:22',0,0,'','2013121815','2013-12-18','2013-12-18','20131218-15','07:45',1,'',NULL,'','20131218-8085',NULL),(21967,5323,3,531,'2013-12-18 15:47:22',0,0,'','2013121815','2013-12-18','2013-12-18','20131218-15','07:47',1,'',NULL,'','20131218-8085',NULL),(21968,1,4,504,'2013-12-18 16:13:28',0,0,'','','2013-12-18','2013-12-18','20131218-16','08:13',1,'',NULL,'','20131218-8086',''),(21969,5834,3,504,'2014-01-23 15:46:14',1,0,'','12333','2014-01-23','2014-01-23','20140123-2','15:45',1,'',NULL,'','20140123-3',''),(21970,5835,5,504,'2014-02-20 11:28:24',0,0,'','','2014-02-20','2014-02-20','20140220-1','11:27',1,'',NULL,'','20140220-14',''),(21971,5835,20,504,'2014-02-20 12:14:45',0,0,'','66','2014-02-20','2014-02-20','20140220-8','12:13',1,'',NULL,'','20140220-27',''); +/*!40000 ALTER TABLE `specimen` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_custom_data` +-- + +DROP TABLE IF EXISTS `specimen_custom_data`; +CREATE TABLE `specimen_custom_data` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_id` int(11) unsigned NOT NULL default '0', + `specimen_id` int(10) unsigned NOT NULL default '0', + `field_value` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_id` (`field_id`), + KEY `specimen_id` (`specimen_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_custom_data` +-- + +LOCK TABLES `specimen_custom_data` WRITE; +/*!40000 ALTER TABLE `specimen_custom_data` DISABLE KEYS */; +INSERT INTO `specimen_custom_data` VALUES (1,1,1,'','2013-09-30 13:38:51'),(2,2,1,'','2013-09-30 13:38:51'),(3,3,1,'','2013-09-30 13:38:51'),(4,4,1,'','2013-09-30 13:38:51'),(5,5,1,'','2013-09-30 13:38:51'),(6,6,1,'','2013-09-30 13:38:51'),(7,1,2,'','2013-09-30 15:35:57'),(8,2,2,'','2013-09-30 15:35:57'),(9,3,2,'','2013-09-30 15:35:57'),(10,4,2,'','2013-09-30 15:35:57'),(11,5,2,'','2013-09-30 15:35:57'),(12,6,2,'','2013-09-30 15:35:57'),(13,1,3,'','2013-09-30 15:36:37'),(14,2,3,'','2013-09-30 15:36:37'),(15,3,3,'','2013-09-30 15:36:37'),(16,4,3,'','2013-09-30 15:36:37'),(17,5,3,'','2013-09-30 15:36:37'),(18,6,3,'','2013-09-30 15:36:37'),(19,1,4,'3558687','2013-10-01 07:48:07'),(20,2,4,'','2013-10-01 07:48:07'),(21,3,4,'','2013-10-01 07:48:07'),(22,4,4,'OPD','2013-10-01 07:48:07'),(23,5,4,'','2013-10-01 07:48:07'),(24,6,4,'126.00','2013-10-01 07:48:07'),(25,1,5,'3558690','2013-10-01 08:00:24'),(26,2,5,'585116','2013-10-01 08:00:24'),(27,3,5,'','2013-10-01 08:00:24'),(28,4,5,'OPD','2013-10-01 08:00:24'),(29,5,5,'','2013-10-01 08:00:24'),(30,6,5,'50.00','2013-10-01 08:00:24'),(31,1,7,'','2013-10-01 08:00:24'),(32,2,7,'','2013-10-01 08:00:24'),(33,3,7,'','2013-10-01 08:00:24'),(34,4,7,'','2013-10-01 08:00:24'),(35,5,7,'','2013-10-01 08:00:24'),(36,6,7,'','2013-10-01 08:00:24'),(37,1,8,'3558697','2013-10-01 08:10:21'),(38,2,8,'','2013-10-01 08:10:21'),(39,3,8,'','2013-10-01 08:10:21'),(40,4,8,'','2013-10-01 08:10:21'),(41,5,8,'214517','2013-10-01 08:10:21'),(42,6,8,'94.00','2013-10-01 08:10:21'),(43,1,10,'','2013-10-01 08:10:21'),(44,2,10,'','2013-10-01 08:10:21'),(45,3,10,'','2013-10-01 08:10:21'),(46,4,10,'','2013-10-01 08:10:21'),(47,5,10,'','2013-10-01 08:10:21'),(48,6,10,'','2013-10-01 08:10:21'),(49,1,11,'3558692','2013-10-01 08:17:14'),(50,2,11,'','2013-10-01 08:17:14'),(51,3,11,'','2013-10-01 08:17:14'),(52,4,11,'','2013-10-01 08:17:14'),(53,5,11,'214816','2013-10-01 08:17:14'),(54,6,11,'121.00','2013-10-01 08:17:14'),(55,1,13,'','2013-10-01 08:17:14'),(56,2,13,'','2013-10-01 08:17:14'),(57,3,13,'','2013-10-01 08:17:14'),(58,4,13,'','2013-10-01 08:17:14'),(59,5,13,'','2013-10-01 08:17:14'),(60,6,13,'','2013-10-01 08:17:14'),(61,1,14,'3558698','2013-10-01 08:33:45'),(62,2,14,'','2013-10-01 08:33:45'),(63,3,14,'','2013-10-01 08:33:45'),(64,4,14,'OPD','2013-10-01 08:33:45'),(65,5,14,'','2013-10-01 08:33:45'),(66,6,14,'95.00','2013-10-01 08:33:45'),(67,1,16,'','2013-10-01 08:33:46'),(68,2,16,'','2013-10-01 08:33:46'),(69,3,16,'','2013-10-01 08:33:46'),(70,4,16,'','2013-10-01 08:33:46'),(71,5,16,'','2013-10-01 08:33:46'),(72,6,16,'','2013-10-01 08:33:46'),(73,1,19,'','2013-10-01 08:33:46'),(74,2,19,'','2013-10-01 08:33:46'),(75,3,19,'','2013-10-01 08:33:46'),(76,4,19,'','2013-10-01 08:33:46'),(77,5,19,'','2013-10-01 08:33:46'),(78,6,19,'','2013-10-01 08:33:46'),(79,1,20,'3558704','2013-10-01 08:43:48'),(80,2,20,'585119','2013-10-01 08:43:48'),(81,3,20,'','2013-10-01 08:43:48'),(82,4,20,'OPD','2013-10-01 08:43:48'),(83,5,20,'','2013-10-01 08:43:48'),(84,6,20,'20.00','2013-10-01 08:43:48'),(85,1,21,'3558713','2013-10-01 08:48:01'),(86,2,21,'','2013-10-01 08:48:01'),(87,3,21,'','2013-10-01 08:48:01'),(88,4,21,'','2013-10-01 08:48:01'),(89,5,21,'214518','2013-10-01 08:48:01'),(90,6,21,'75.00','2013-10-01 08:48:01'),(91,1,22,'3558730','2013-10-01 08:51:48'),(92,2,22,'','2013-10-01 08:51:48'),(93,3,22,'','2013-10-01 08:51:48'),(94,4,22,'OPD','2013-10-01 08:51:48'),(95,5,22,'','2013-10-01 08:51:48'),(96,6,22,'81.00','2013-10-01 08:51:48'),(97,1,23,'3558732','2013-10-01 08:57:57'),(98,2,23,'585131','2013-10-01 08:57:57'),(99,3,23,'','2013-10-01 08:57:57'),(100,4,23,'OPD','2013-10-01 08:57:57'),(101,5,23,'','2013-10-01 08:57:57'),(102,6,23,'92.00','2013-10-01 08:57:57'),(103,1,25,'','2013-10-01 08:57:57'),(104,2,25,'','2013-10-01 08:57:57'),(105,3,25,'','2013-10-01 08:57:57'),(106,4,25,'','2013-10-01 08:57:57'),(107,5,25,'','2013-10-01 08:57:57'),(108,6,25,'','2013-10-01 08:57:57'),(109,1,26,'3558734','2013-10-01 09:10:39'),(110,2,26,'585132','2013-10-01 09:10:39'),(111,3,26,'','2013-10-01 09:10:39'),(112,4,26,'OPD','2013-10-01 09:10:39'),(113,5,26,'','2013-10-01 09:10:39'),(114,6,26,'22.00','2013-10-01 09:10:39'),(115,1,28,'','2013-10-01 09:10:39'),(116,2,28,'','2013-10-01 09:10:39'),(117,3,28,'','2013-10-01 09:10:39'),(118,4,28,'','2013-10-01 09:10:39'),(119,5,28,'','2013-10-01 09:10:39'),(120,6,28,'','2013-10-01 09:10:39'),(121,1,31,'','2013-10-01 09:10:40'),(122,2,31,'','2013-10-01 09:10:40'),(123,3,31,'','2013-10-01 09:10:40'),(124,4,31,'','2013-10-01 09:10:40'),(125,5,31,'','2013-10-01 09:10:40'),(126,6,31,'','2013-10-01 09:10:40'),(127,1,32,'3501396','2013-10-01 09:47:45'),(128,2,32,'','2013-10-01 09:47:45'),(129,3,32,'','2013-10-01 09:47:45'),(130,4,32,'OPD','2013-10-01 09:47:45'),(131,5,32,'','2013-10-01 09:47:45'),(132,6,32,'22','2013-10-01 09:47:45'),(133,1,34,'','2013-10-01 09:47:46'),(134,2,34,'','2013-10-01 09:47:46'),(135,3,34,'','2013-10-01 09:47:46'),(136,4,34,'','2013-10-01 09:47:46'),(137,5,34,'','2013-10-01 09:47:46'),(138,6,34,'','2013-10-01 09:47:46'),(139,1,35,'3558739','2013-10-01 10:15:12'),(140,2,35,'','2013-10-01 10:15:12'),(141,3,35,'','2013-10-01 10:15:12'),(142,4,35,'','2013-10-01 10:15:12'),(143,5,35,'OPD','2013-10-01 10:15:12'),(144,6,35,'68.00','2013-10-01 10:15:12'),(145,1,37,'','2013-10-01 10:15:12'),(146,2,37,'','2013-10-01 10:15:12'),(147,3,37,'','2013-10-01 10:15:12'),(148,4,37,'','2013-10-01 10:15:12'),(149,5,37,'','2013-10-01 10:15:12'),(150,6,37,'','2013-10-01 10:15:12'),(151,1,40,'','2013-10-01 10:15:13'),(152,2,40,'','2013-10-01 10:15:13'),(153,3,40,'','2013-10-01 10:15:13'),(154,4,40,'','2013-10-01 10:15:13'),(155,5,40,'','2013-10-01 10:15:13'),(156,6,40,'','2013-10-01 10:15:13'),(157,1,41,'3558743','2013-10-01 10:30:23'),(158,2,41,'','2013-10-01 10:30:23'),(159,3,41,'','2013-10-01 10:30:23'),(160,4,41,'OPD','2013-10-01 10:30:23'),(161,5,41,'','2013-10-01 10:30:23'),(162,6,41,'178.24','2013-10-01 10:30:23'),(163,1,43,'','2013-10-01 10:30:24'),(164,2,43,'','2013-10-01 10:30:24'),(165,3,43,'','2013-10-01 10:30:24'),(166,4,43,'','2013-10-01 10:30:24'),(167,5,43,'','2013-10-01 10:30:24'),(168,6,43,'','2013-10-01 10:30:24'),(169,1,44,'3558898','2013-10-01 10:41:46'),(170,2,44,'','2013-10-01 10:41:46'),(171,3,44,'','2013-10-01 10:41:46'),(172,4,44,'','2013-10-01 10:41:46'),(173,5,44,'','2013-10-01 10:41:46'),(174,6,44,'','2013-10-01 10:41:46'),(175,1,46,'','2013-10-01 10:41:46'),(176,2,46,'','2013-10-01 10:41:46'),(177,3,46,'','2013-10-01 10:41:46'),(178,4,46,'','2013-10-01 10:41:46'),(179,5,46,'','2013-10-01 10:41:46'),(180,6,46,'','2013-10-01 10:41:46'),(181,1,49,'','2013-10-01 10:41:46'),(182,2,49,'','2013-10-01 10:41:46'),(183,3,49,'','2013-10-01 10:41:46'),(184,4,49,'','2013-10-01 10:41:46'),(185,5,49,'','2013-10-01 10:41:46'),(186,6,49,'','2013-10-01 10:41:46'),(187,1,50,'3558898','2013-10-01 10:45:41'),(188,2,50,'','2013-10-01 10:45:41'),(189,3,50,'','2013-10-01 10:45:41'),(190,4,50,'','2013-10-01 10:45:41'),(191,5,50,'','2013-10-01 10:45:41'),(192,6,50,'','2013-10-01 10:45:41'),(193,1,52,'','2013-10-01 10:45:44'),(194,2,52,'','2013-10-01 10:45:44'),(195,3,52,'','2013-10-01 10:45:44'),(196,4,52,'','2013-10-01 10:45:44'),(197,5,52,'','2013-10-01 10:45:44'),(198,6,52,'','2013-10-01 10:45:44'),(199,1,53,'','2013-10-01 11:00:34'),(200,2,53,'','2013-10-01 11:00:34'),(201,3,53,'','2013-10-01 11:00:34'),(202,4,53,'','2013-10-01 11:00:34'),(203,5,53,'','2013-10-01 11:00:34'),(204,6,53,'','2013-10-01 11:00:34'),(205,1,55,'','2013-10-01 11:00:34'),(206,2,55,'','2013-10-01 11:00:34'),(207,3,55,'','2013-10-01 11:00:34'),(208,4,55,'','2013-10-01 11:00:34'),(209,5,55,'','2013-10-01 11:00:34'),(210,6,55,'','2013-10-01 11:00:34'),(211,1,56,'','2013-10-01 11:08:12'),(212,2,56,'','2013-10-01 11:08:12'),(213,3,56,'','2013-10-01 11:08:12'),(214,4,56,'OPD','2013-10-01 11:08:12'),(215,5,56,'','2013-10-01 11:08:12'),(216,6,56,'','2013-10-01 11:08:12'),(217,1,57,'3558923','2013-10-01 11:16:14'),(218,2,57,'','2013-10-01 11:16:14'),(219,3,57,'','2013-10-01 11:16:14'),(220,4,57,'','2013-10-01 11:16:14'),(221,5,57,'','2013-10-01 11:16:14'),(222,6,57,'133.00','2013-10-01 11:16:14'),(223,1,59,'','2013-10-01 11:16:14'),(224,2,59,'','2013-10-01 11:16:14'),(225,3,59,'','2013-10-01 11:16:14'),(226,4,59,'','2013-10-01 11:16:14'),(227,5,59,'','2013-10-01 11:16:14'),(228,6,59,'','2013-10-01 11:16:14'),(229,1,60,'3558930','2013-10-01 11:48:09'),(230,2,60,'','2013-10-01 11:48:09'),(231,3,60,'WEIGHT LOSS / PEREPHERAL NEUROPATHY','2013-10-01 11:48:09'),(232,4,60,'OPD','2013-10-01 11:48:09'),(233,5,60,'','2013-10-01 11:48:09'),(234,6,60,'','2013-10-01 11:48:09'),(235,1,62,'','2013-10-01 11:48:10'),(236,2,62,'','2013-10-01 11:48:10'),(237,3,62,'','2013-10-01 11:48:10'),(238,4,62,'','2013-10-01 11:48:10'),(239,5,62,'','2013-10-01 11:48:10'),(240,6,62,'','2013-10-01 11:48:10'),(241,1,63,'','2013-10-01 11:52:44'),(242,2,63,'','2013-10-01 11:52:44'),(243,3,63,'HYPERTENSION','2013-10-01 11:52:44'),(244,4,63,'OPD','2013-10-01 11:52:44'),(245,5,63,'','2013-10-01 11:52:44'),(246,6,63,'90.00','2013-10-01 11:52:44'),(247,1,64,'585201','2013-10-01 11:59:59'),(248,2,64,'','2013-10-01 11:59:59'),(249,3,64,'UFA','2013-10-01 11:59:59'),(250,4,64,'OPD','2013-10-01 11:59:59'),(251,5,64,'','2013-10-01 11:59:59'),(252,6,64,'','2013-10-01 11:59:59'),(253,1,66,'','2013-10-01 12:00:00'),(254,2,66,'','2013-10-01 12:00:00'),(255,3,66,'','2013-10-01 12:00:00'),(256,4,66,'','2013-10-01 12:00:00'),(257,5,66,'','2013-10-01 12:00:00'),(258,6,66,'','2013-10-01 12:00:00'),(259,1,67,'3558924','2013-10-01 12:04:47'),(260,2,67,'585188','2013-10-01 12:04:47'),(261,3,67,'','2013-10-01 12:04:47'),(262,4,67,'OPD','2013-10-01 12:04:47'),(263,5,67,'','2013-10-01 12:04:47'),(264,6,67,'20.00','2013-10-01 12:04:47'),(265,1,68,'3558976','2013-10-01 12:15:03'),(266,2,68,'','2013-10-01 12:15:03'),(267,3,68,'','2013-10-01 12:15:03'),(268,4,68,'OPD','2013-10-01 12:15:03'),(269,5,68,'','2013-10-01 12:15:03'),(270,6,68,'370','2013-10-01 12:15:03'),(271,1,69,'3558740','2013-10-01 12:53:52'),(272,2,69,'585134','2013-10-01 12:53:52'),(273,3,69,'','2013-10-01 12:53:52'),(274,4,69,'OPD','2013-10-01 12:53:52'),(275,5,69,'','2013-10-01 12:53:52'),(276,6,69,'41.00','2013-10-01 12:53:52'),(277,1,70,'3558271','2013-10-01 13:02:02'),(278,2,70,'585136','2013-10-01 13:02:02'),(279,3,70,'','2013-10-01 13:02:02'),(280,4,70,'OPD','2013-10-01 13:02:02'),(281,5,70,'','2013-10-01 13:02:02'),(282,6,70,'169','2013-10-01 13:02:02'),(283,1,72,'','2013-10-01 13:02:06'),(284,2,72,'','2013-10-01 13:02:06'),(285,3,72,'','2013-10-01 13:02:06'),(286,4,72,'','2013-10-01 13:02:06'),(287,5,72,'','2013-10-01 13:02:06'),(288,6,72,'','2013-10-01 13:02:06'),(289,1,75,'','2013-10-01 13:02:06'),(290,2,75,'','2013-10-01 13:02:06'),(291,3,75,'','2013-10-01 13:02:06'),(292,4,75,'','2013-10-01 13:02:06'),(293,5,75,'','2013-10-01 13:02:06'),(294,6,75,'','2013-10-01 13:02:06'),(295,1,76,'3558761','2013-10-01 13:05:37'),(296,2,76,'','2013-10-01 13:05:37'),(297,3,76,'','2013-10-01 13:05:37'),(298,4,76,'OPD','2013-10-01 13:05:37'),(299,5,76,'','2013-10-01 13:05:37'),(300,6,76,'37.00','2013-10-01 13:05:37'),(301,1,77,'3558214','2013-10-01 13:16:40'),(302,2,77,'585137','2013-10-01 13:16:40'),(303,3,77,'','2013-10-01 13:16:40'),(304,4,77,'OPD','2013-10-01 13:16:40'),(305,5,77,'','2013-10-01 13:16:40'),(306,6,77,'215.80','2013-10-01 13:16:40'),(307,1,79,'','2013-10-01 13:16:42'),(308,2,79,'','2013-10-01 13:16:42'),(309,3,79,'','2013-10-01 13:16:42'),(310,4,79,'','2013-10-01 13:16:42'),(311,5,79,'','2013-10-01 13:16:42'),(312,6,79,'','2013-10-01 13:16:42'),(313,1,80,'3558735','2013-10-01 13:25:00'),(314,2,80,'','2013-10-01 13:25:00'),(315,3,80,'','2013-10-01 13:25:00'),(316,4,80,'OPD','2013-10-01 13:25:00'),(317,5,80,'','2013-10-01 13:25:00'),(318,6,80,'99.00','2013-10-01 13:25:00'),(319,1,82,'','2013-10-01 13:25:00'),(320,2,82,'','2013-10-01 13:25:00'),(321,3,82,'','2013-10-01 13:25:00'),(322,4,82,'','2013-10-01 13:25:00'),(323,5,82,'','2013-10-01 13:25:00'),(324,6,82,'','2013-10-01 13:25:00'),(325,1,83,'3558209','2013-10-01 13:34:12'),(326,2,83,'','2013-10-01 13:34:12'),(327,3,83,'','2013-10-01 13:34:12'),(328,4,83,'OPD','2013-10-01 13:34:12'),(329,5,83,'','2013-10-01 13:34:12'),(330,6,83,'136.00','2013-10-01 13:34:12'),(331,1,85,'','2013-10-01 13:34:13'),(332,2,85,'','2013-10-01 13:34:13'),(333,3,85,'','2013-10-01 13:34:13'),(334,4,85,'','2013-10-01 13:34:13'),(335,5,85,'','2013-10-01 13:34:13'),(336,6,85,'','2013-10-01 13:34:13'),(337,1,88,'','2013-10-01 13:34:13'),(338,2,88,'','2013-10-01 13:34:13'),(339,3,88,'','2013-10-01 13:34:13'),(340,4,88,'','2013-10-01 13:34:13'),(341,5,88,'','2013-10-01 13:34:13'),(342,6,88,'','2013-10-01 13:34:13'),(343,1,89,'3558607','2013-10-01 13:46:18'),(344,2,89,'','2013-10-01 13:46:18'),(345,3,89,'','2013-10-01 13:46:18'),(346,4,89,'OPD','2013-10-01 13:46:18'),(347,5,89,'','2013-10-01 13:46:18'),(348,6,89,'191.00','2013-10-01 13:46:18'),(349,1,90,'','2013-10-01 13:49:51'),(350,2,90,'','2013-10-01 13:49:51'),(351,3,90,'','2013-10-01 13:49:51'),(352,4,90,'','2013-10-01 13:49:51'),(353,5,90,'','2013-10-01 13:49:51'),(354,6,90,'','2013-10-01 13:49:51'),(355,1,91,'3558249','2013-10-01 14:09:46'),(356,2,91,'585139','2013-10-01 14:09:46'),(357,3,91,'','2013-10-01 14:09:46'),(358,4,91,'OPD','2013-10-01 14:09:46'),(359,5,91,'','2013-10-01 14:09:46'),(360,6,91,'730.00','2013-10-01 14:09:46'),(361,1,93,'','2013-10-01 14:09:46'),(362,2,93,'','2013-10-01 14:09:46'),(363,3,93,'','2013-10-01 14:09:46'),(364,4,93,'','2013-10-01 14:09:46'),(365,5,93,'','2013-10-01 14:09:46'),(366,6,93,'','2013-10-01 14:09:46'),(367,1,96,'','2013-10-01 14:09:46'),(368,2,96,'','2013-10-01 14:09:46'),(369,3,96,'','2013-10-01 14:09:46'),(370,4,96,'','2013-10-01 14:09:46'),(371,5,96,'','2013-10-01 14:09:46'),(372,6,96,'','2013-10-01 14:09:46'),(373,1,97,'3555456','2013-10-01 14:16:23'),(374,2,97,'','2013-10-01 14:16:23'),(375,3,97,'','2013-10-01 14:16:23'),(376,4,97,'OPD','2013-10-01 14:16:23'),(377,5,97,'','2013-10-01 14:16:23'),(378,6,97,'','2013-10-01 14:16:23'),(379,1,99,'','2013-10-01 14:16:23'),(380,2,99,'','2013-10-01 14:16:23'),(381,3,99,'','2013-10-01 14:16:23'),(382,4,99,'','2013-10-01 14:16:23'),(383,5,99,'','2013-10-01 14:16:23'),(384,6,99,'','2013-10-01 14:16:23'),(385,1,100,'3558778','2013-10-01 14:34:52'),(386,2,100,'585140','2013-10-01 14:34:52'),(387,3,100,'','2013-10-01 14:34:52'),(388,4,100,'OUTSIDE','2013-10-01 14:34:52'),(389,5,100,'','2013-10-01 14:34:52'),(390,6,100,'31.00','2013-10-01 14:34:52'),(391,1,102,'','2013-10-01 14:34:52'),(392,2,102,'','2013-10-01 14:34:52'),(393,3,102,'','2013-10-01 14:34:52'),(394,4,102,'','2013-10-01 14:34:52'),(395,5,102,'','2013-10-01 14:34:52'),(396,6,102,'','2013-10-01 14:34:52'),(397,1,103,'3558770','2013-10-01 14:41:43'),(398,2,103,'','2013-10-01 14:41:43'),(399,3,103,'','2013-10-01 14:41:43'),(400,4,103,'OPD','2013-10-01 14:41:43'),(401,5,103,'','2013-10-01 14:41:43'),(402,6,103,'31','2013-10-01 14:41:43'),(403,1,104,'3558782','2013-10-01 15:40:21'),(404,2,104,'','2013-10-01 15:40:21'),(405,3,104,'','2013-10-01 15:40:21'),(406,4,104,'OPD','2013-10-01 15:40:21'),(407,5,104,'','2013-10-01 15:40:21'),(408,6,104,'92.00','2013-10-01 15:40:21'),(409,1,106,'','2013-10-01 15:40:23'),(410,2,106,'','2013-10-01 15:40:23'),(411,3,106,'','2013-10-01 15:40:23'),(412,4,106,'','2013-10-01 15:40:23'),(413,5,106,'','2013-10-01 15:40:23'),(414,6,106,'','2013-10-01 15:40:23'),(415,1,107,'355887','2013-10-01 18:54:08'),(416,2,107,'','2013-10-01 18:54:08'),(417,3,107,'','2013-10-01 18:54:08'),(418,4,107,'OPD','2013-10-01 18:54:08'),(419,5,107,'','2013-10-01 18:54:08'),(420,6,107,'479','2013-10-01 18:54:08'),(421,1,108,'','2013-10-02 07:50:51'),(422,2,108,'','2013-10-02 07:50:51'),(423,3,108,'','2013-10-02 07:50:51'),(424,4,108,'OPD','2013-10-02 07:50:51'),(425,5,108,'','2013-10-02 07:50:51'),(426,6,108,'39','2013-10-02 07:50:51'),(427,1,110,'','2013-10-02 07:50:51'),(428,2,110,'','2013-10-02 07:50:51'),(429,3,110,'','2013-10-02 07:50:51'),(430,4,110,'','2013-10-02 07:50:51'),(431,5,110,'','2013-10-02 07:50:51'),(432,6,110,'','2013-10-02 07:50:51'),(433,1,111,'3559337','2013-10-02 08:03:37'),(434,2,111,'','2013-10-02 08:03:37'),(435,3,111,'','2013-10-02 08:03:37'),(436,4,111,'OPD','2013-10-02 08:03:37'),(437,5,111,'','2013-10-02 08:03:37'),(438,6,111,'297.00','2013-10-02 08:03:37'),(439,1,113,'','2013-10-02 08:03:37'),(440,2,113,'','2013-10-02 08:03:37'),(441,3,113,'','2013-10-02 08:03:37'),(442,4,113,'','2013-10-02 08:03:37'),(443,5,113,'','2013-10-02 08:03:37'),(444,6,113,'','2013-10-02 08:03:37'),(445,1,116,'','2013-10-02 08:03:37'),(446,2,116,'','2013-10-02 08:03:37'),(447,3,116,'','2013-10-02 08:03:37'),(448,4,116,'','2013-10-02 08:03:37'),(449,5,116,'','2013-10-02 08:03:37'),(450,6,116,'','2013-10-02 08:03:37'),(451,1,120,'','2013-10-02 08:03:37'),(452,2,120,'','2013-10-02 08:03:37'),(453,3,120,'','2013-10-02 08:03:37'),(454,4,120,'','2013-10-02 08:03:37'),(455,5,120,'','2013-10-02 08:03:37'),(456,6,120,'','2013-10-02 08:03:37'),(457,1,121,'','2013-10-02 08:28:41'),(458,2,121,'','2013-10-02 08:28:41'),(459,3,121,'','2013-10-02 08:28:41'),(460,4,121,'','2013-10-02 08:28:41'),(461,5,121,'','2013-10-02 08:28:41'),(462,6,121,'','2013-10-02 08:28:41'),(463,1,122,'3559511','2013-10-02 09:12:30'),(464,2,122,'585364','2013-10-02 09:12:30'),(465,3,122,'','2013-10-02 09:12:30'),(466,4,122,'OPD','2013-10-02 09:12:30'),(467,5,122,'','2013-10-02 09:12:30'),(468,6,122,'71.00','2013-10-02 09:12:30'),(469,1,124,'','2013-10-02 09:12:30'),(470,2,124,'','2013-10-02 09:12:30'),(471,3,124,'','2013-10-02 09:12:30'),(472,4,124,'','2013-10-02 09:12:30'),(473,5,124,'','2013-10-02 09:12:30'),(474,6,124,'','2013-10-02 09:12:30'),(475,1,127,'','2013-10-02 09:12:31'),(476,2,127,'','2013-10-02 09:12:31'),(477,3,127,'','2013-10-02 09:12:31'),(478,4,127,'','2013-10-02 09:12:31'),(479,5,127,'','2013-10-02 09:12:31'),(480,6,127,'','2013-10-02 09:12:31'),(481,1,128,'','2013-10-02 09:17:22'),(482,2,128,'','2013-10-02 09:17:22'),(483,3,128,'','2013-10-02 09:17:22'),(484,4,128,'','2013-10-02 09:17:22'),(485,5,128,'','2013-10-02 09:17:22'),(486,6,128,'','2013-10-02 09:17:22'),(487,1,130,'','2013-10-02 09:17:22'),(488,2,130,'','2013-10-02 09:17:22'),(489,3,130,'','2013-10-02 09:17:22'),(490,4,130,'','2013-10-02 09:17:22'),(491,5,130,'','2013-10-02 09:17:22'),(492,6,130,'','2013-10-02 09:17:22'),(493,1,131,'3559533','2013-10-02 09:23:09'),(494,2,131,'','2013-10-02 09:23:09'),(495,3,131,'','2013-10-02 09:23:09'),(496,4,131,'OPD','2013-10-02 09:23:09'),(497,5,131,'','2013-10-02 09:23:09'),(498,6,131,'37','2013-10-02 09:23:09'),(499,1,132,'3559526','2013-10-02 09:27:23'),(500,2,132,'','2013-10-02 09:27:23'),(501,3,132,'','2013-10-02 09:27:23'),(502,4,132,'OPD','2013-10-02 09:27:23'),(503,5,132,'','2013-10-02 09:27:23'),(504,6,132,'363','2013-10-02 09:27:23'),(505,1,134,'','2013-10-02 09:27:23'),(506,2,134,'','2013-10-02 09:27:23'),(507,3,134,'','2013-10-02 09:27:23'),(508,4,134,'','2013-10-02 09:27:23'),(509,5,134,'','2013-10-02 09:27:23'),(510,6,134,'','2013-10-02 09:27:23'),(511,1,135,'3559637','2013-10-02 09:32:31'),(512,2,135,'585376','2013-10-02 09:32:31'),(513,3,135,'','2013-10-02 09:32:31'),(514,4,135,'OPD','2013-10-02 09:32:31'),(515,5,135,'','2013-10-02 09:32:31'),(516,6,135,'32.00','2013-10-02 09:32:31'),(517,1,137,'','2013-10-02 09:32:31'),(518,2,137,'','2013-10-02 09:32:31'),(519,3,137,'','2013-10-02 09:32:31'),(520,4,137,'','2013-10-02 09:32:31'),(521,5,137,'','2013-10-02 09:32:31'),(522,6,137,'','2013-10-02 09:32:31'),(523,1,138,'3559541','2013-10-02 09:39:14'),(524,2,138,'','2013-10-02 09:39:14'),(525,3,138,'','2013-10-02 09:39:14'),(526,4,138,'OPD','2013-10-02 09:39:14'),(527,5,138,'','2013-10-02 09:39:14'),(528,6,138,'113','2013-10-02 09:39:14'),(529,1,140,'','2013-10-02 09:39:14'),(530,2,140,'','2013-10-02 09:39:14'),(531,3,140,'','2013-10-02 09:39:14'),(532,4,140,'','2013-10-02 09:39:14'),(533,5,140,'','2013-10-02 09:39:14'),(534,6,140,'','2013-10-02 09:39:14'),(535,1,141,'','2013-10-02 09:45:24'),(536,2,141,'','2013-10-02 09:45:24'),(537,3,141,'','2013-10-02 09:45:24'),(538,4,141,'','2013-10-02 09:45:24'),(539,5,141,'','2013-10-02 09:45:24'),(540,6,141,'','2013-10-02 09:45:24'),(541,1,142,'355953','2013-10-02 09:51:19'),(542,2,142,'','2013-10-02 09:51:19'),(543,3,142,'','2013-10-02 09:51:19'),(544,4,142,'OPD','2013-10-02 09:51:19'),(545,5,142,'','2013-10-02 09:51:19'),(546,6,142,'21','2013-10-02 09:51:19'),(547,1,143,'','2013-10-02 09:57:56'),(548,2,143,'','2013-10-02 09:57:56'),(549,3,143,'','2013-10-02 09:57:56'),(550,4,143,'','2013-10-02 09:57:56'),(551,5,143,'','2013-10-02 09:57:56'),(552,6,143,'','2013-10-02 09:57:56'),(553,1,144,'','2013-10-02 10:11:52'),(554,2,144,'','2013-10-02 10:11:52'),(555,3,144,'','2013-10-02 10:11:52'),(556,4,144,'','2013-10-02 10:11:52'),(557,5,144,'','2013-10-02 10:11:52'),(558,6,144,'','2013-10-02 10:11:52'),(559,1,145,'3359559','2013-10-02 10:12:31'),(560,2,145,'','2013-10-02 10:12:31'),(561,3,145,'','2013-10-02 10:12:31'),(562,4,145,'OPD','2013-10-02 10:12:31'),(563,5,145,'','2013-10-02 10:12:31'),(564,6,145,'76.00','2013-10-02 10:12:31'),(565,1,146,'3558818','2013-10-02 10:50:04'),(566,2,146,'','2013-10-02 10:50:04'),(567,3,146,'','2013-10-02 10:50:04'),(568,4,146,'OPD','2013-10-02 10:50:04'),(569,5,146,'','2013-10-02 10:50:04'),(570,6,146,'112.00','2013-10-02 10:50:04'),(571,1,148,'','2013-10-02 10:50:04'),(572,2,148,'','2013-10-02 10:50:04'),(573,3,148,'','2013-10-02 10:50:04'),(574,4,148,'','2013-10-02 10:50:04'),(575,5,148,'','2013-10-02 10:50:04'),(576,6,148,'','2013-10-02 10:50:04'),(577,1,151,'','2013-10-02 10:50:04'),(578,2,151,'','2013-10-02 10:50:04'),(579,3,151,'','2013-10-02 10:50:04'),(580,4,151,'','2013-10-02 10:50:04'),(581,5,151,'','2013-10-02 10:50:04'),(582,6,151,'','2013-10-02 10:50:04'),(583,1,152,'3558818','2013-10-02 10:53:23'),(584,2,152,'585148','2013-10-02 10:53:23'),(585,3,152,'','2013-10-02 10:53:23'),(586,4,152,'OPD','2013-10-02 10:53:23'),(587,5,152,'','2013-10-02 10:53:23'),(588,6,152,'69.80','2013-10-02 10:53:23'),(589,1,153,'3558804','2013-10-02 10:56:43'),(590,2,153,'585147','2013-10-02 10:56:43'),(591,3,153,'','2013-10-02 10:56:43'),(592,4,153,'OPD','2013-10-02 10:56:43'),(593,5,153,'','2013-10-02 10:56:43'),(594,6,153,'30.00','2013-10-02 10:56:43'),(595,1,155,'','2013-10-02 10:56:43'),(596,2,155,'','2013-10-02 10:56:43'),(597,3,155,'','2013-10-02 10:56:43'),(598,4,155,'','2013-10-02 10:56:43'),(599,5,155,'','2013-10-02 10:56:43'),(600,6,155,'','2013-10-02 10:56:43'),(601,1,156,'3558837','2013-10-02 10:59:30'),(602,2,156,'','2013-10-02 10:59:30'),(603,3,156,'','2013-10-02 10:59:30'),(604,4,156,'OPD','2013-10-02 10:59:30'),(605,5,156,'','2013-10-02 10:59:30'),(606,6,156,'12.00','2013-10-02 10:59:30'),(607,1,157,'358849','2013-10-02 11:02:58'),(608,2,157,'585160','2013-10-02 11:02:58'),(609,3,157,'','2013-10-02 11:02:58'),(610,4,157,'OPD','2013-10-02 11:02:58'),(611,5,157,'','2013-10-02 11:02:58'),(612,6,157,'110.00','2013-10-02 11:02:58'),(613,1,159,'','2013-10-02 11:02:59'),(614,2,159,'','2013-10-02 11:02:59'),(615,3,159,'','2013-10-02 11:02:59'),(616,4,159,'','2013-10-02 11:02:59'),(617,5,159,'','2013-10-02 11:02:59'),(618,6,159,'','2013-10-02 11:02:59'),(619,1,160,'3558870','2013-10-02 11:06:57'),(620,2,160,'','2013-10-02 11:06:57'),(621,3,160,'','2013-10-02 11:06:57'),(622,4,160,'OPD','2013-10-02 11:06:57'),(623,5,160,'','2013-10-02 11:06:57'),(624,6,160,'13.00','2013-10-02 11:06:57'),(625,1,161,'3558877','2013-10-02 11:21:12'),(626,2,161,'','2013-10-02 11:21:12'),(627,3,161,'','2013-10-02 11:21:12'),(628,4,161,'OPD','2013-10-02 11:21:12'),(629,5,161,'','2013-10-02 11:21:12'),(630,6,161,'63.00','2013-10-02 11:21:12'),(631,1,162,'3558902','2013-10-02 11:27:05'),(632,2,162,'','2013-10-02 11:27:05'),(633,3,162,'','2013-10-02 11:27:05'),(634,4,162,'','2013-10-02 11:27:05'),(635,5,162,'214517','2013-10-02 11:27:05'),(636,6,162,'13.00','2013-10-02 11:27:05'),(637,1,163,'3558919','2013-10-02 11:29:58'),(638,2,163,'','2013-10-02 11:29:58'),(639,3,163,'','2013-10-02 11:29:58'),(640,4,163,'OPD','2013-10-02 11:29:58'),(641,5,163,'','2013-10-02 11:29:58'),(642,6,163,'22.00','2013-10-02 11:29:58'),(643,1,164,'','2013-10-02 11:35:39'),(644,2,164,'584762','2013-10-02 11:35:39'),(645,3,164,'','2013-10-02 11:35:39'),(646,4,164,'OPD','2013-10-02 11:35:39'),(647,5,164,'','2013-10-02 11:35:39'),(648,6,164,'','2013-10-02 11:35:39'),(649,1,165,'3559645','2013-10-02 11:40:12'),(650,2,165,'585426','2013-10-02 11:40:12'),(651,3,165,'','2013-10-02 11:40:12'),(652,4,165,'OPD','2013-10-02 11:40:12'),(653,5,165,'','2013-10-02 11:40:12'),(654,6,165,'18','2013-10-02 11:40:12'),(655,1,166,'3559643','2013-10-02 11:42:23'),(656,2,166,'','2013-10-02 11:42:23'),(657,3,166,'','2013-10-02 11:42:23'),(658,4,166,'OPD','2013-10-02 11:42:23'),(659,5,166,'','2013-10-02 11:42:23'),(660,6,166,'127','2013-10-02 11:42:23'),(661,1,167,'','2013-10-02 11:44:49'),(662,2,167,'','2013-10-02 11:44:49'),(663,3,167,'','2013-10-02 11:44:49'),(664,4,167,'OPD','2013-10-02 11:44:49'),(665,5,167,'','2013-10-02 11:44:49'),(666,6,167,'','2013-10-02 11:44:49'),(667,1,168,'','2013-10-02 11:51:50'),(668,2,168,'585430','2013-10-02 11:51:50'),(669,3,168,'','2013-10-02 11:51:50'),(670,4,168,'OPD','2013-10-02 11:51:50'),(671,5,168,'','2013-10-02 11:51:50'),(672,6,168,'78','2013-10-02 11:51:50'),(673,1,169,'3559038','2013-10-02 11:55:15'),(674,2,169,'','2013-10-02 11:55:15'),(675,3,169,'','2013-10-02 11:55:15'),(676,4,169,'OPD','2013-10-02 11:55:15'),(677,5,169,'','2013-10-02 11:55:15'),(678,6,169,'142.00','2013-10-02 11:55:15'),(679,1,171,'','2013-10-02 11:55:15'),(680,2,171,'','2013-10-02 11:55:15'),(681,3,171,'','2013-10-02 11:55:15'),(682,4,171,'','2013-10-02 11:55:15'),(683,5,171,'','2013-10-02 11:55:15'),(684,6,171,'','2013-10-02 11:55:15'),(685,1,172,'','2013-10-02 12:05:20'),(686,2,172,'','2013-10-02 12:05:20'),(687,3,172,'','2013-10-02 12:05:20'),(688,4,172,'','2013-10-02 12:05:20'),(689,5,172,'','2013-10-02 12:05:20'),(690,6,172,'','2013-10-02 12:05:20'),(691,1,174,'','2013-10-02 12:05:20'),(692,2,174,'','2013-10-02 12:05:20'),(693,3,174,'','2013-10-02 12:05:20'),(694,4,174,'','2013-10-02 12:05:20'),(695,5,174,'','2013-10-02 12:05:20'),(696,6,174,'','2013-10-02 12:05:20'),(697,1,175,'3559069','2013-10-02 12:12:59'),(698,2,175,'','2013-10-02 12:12:59'),(699,3,175,'','2013-10-02 12:12:59'),(700,4,175,'OPD','2013-10-02 12:12:59'),(701,5,175,'','2013-10-02 12:12:59'),(702,6,175,'22.00','2013-10-02 12:12:59'),(703,1,176,'3559066','2013-10-02 12:15:51'),(704,2,176,'','2013-10-02 12:15:51'),(705,3,176,'','2013-10-02 12:15:51'),(706,4,176,'OPD','2013-10-02 12:15:51'),(707,5,176,'','2013-10-02 12:15:51'),(708,6,176,'94.00','2013-10-02 12:15:51'),(709,1,178,'','2013-10-02 12:15:51'),(710,2,178,'','2013-10-02 12:15:51'),(711,3,178,'','2013-10-02 12:15:51'),(712,4,178,'','2013-10-02 12:15:51'),(713,5,178,'','2013-10-02 12:15:51'),(714,6,178,'','2013-10-02 12:15:51'),(715,1,179,'3559059','2013-10-02 12:26:43'),(716,2,179,'','2013-10-02 12:26:43'),(717,3,179,'','2013-10-02 12:26:43'),(718,4,179,'OPD','2013-10-02 12:26:43'),(719,5,179,'','2013-10-02 12:26:43'),(720,6,179,'230.00','2013-10-02 12:26:43'),(721,1,181,'','2013-10-02 12:26:43'),(722,2,181,'','2013-10-02 12:26:43'),(723,3,181,'','2013-10-02 12:26:43'),(724,4,181,'','2013-10-02 12:26:43'),(725,5,181,'','2013-10-02 12:26:43'),(726,6,181,'','2013-10-02 12:26:43'),(727,1,184,'','2013-10-02 12:26:43'),(728,2,184,'','2013-10-02 12:26:43'),(729,3,184,'','2013-10-02 12:26:43'),(730,4,184,'','2013-10-02 12:26:43'),(731,5,184,'','2013-10-02 12:26:43'),(732,6,184,'','2013-10-02 12:26:43'),(733,1,185,'3559079','2013-10-02 12:38:20'),(734,2,185,'585222','2013-10-02 12:38:20'),(735,3,185,'','2013-10-02 12:38:20'),(736,4,185,'OPD','2013-10-02 12:38:20'),(737,5,185,'','2013-10-02 12:38:20'),(738,6,185,'15.00','2013-10-02 12:38:20'),(739,1,187,'','2013-10-02 12:38:20'),(740,2,187,'','2013-10-02 12:38:20'),(741,3,187,'','2013-10-02 12:38:20'),(742,4,187,'','2013-10-02 12:38:20'),(743,5,187,'','2013-10-02 12:38:20'),(744,6,187,'','2013-10-02 12:38:20'),(745,1,188,'3558872','2013-10-02 12:41:25'),(746,2,188,'','2013-10-02 12:41:25'),(747,3,188,'','2013-10-02 12:41:25'),(748,4,188,'OPD','2013-10-02 12:41:25'),(749,5,188,'','2013-10-02 12:41:25'),(750,6,188,'37.00','2013-10-02 12:41:25'),(751,1,189,'3559084 / 251','2013-10-02 12:45:55'),(752,2,189,'','2013-10-02 12:45:55'),(753,3,189,'','2013-10-02 12:45:55'),(754,4,189,'OPD','2013-10-02 12:45:55'),(755,5,189,'','2013-10-02 12:45:55'),(756,6,189,'40.00','2013-10-02 12:45:55'),(757,1,190,'3559037','2013-10-02 12:49:02'),(758,2,190,'585218','2013-10-02 12:49:02'),(759,3,190,'','2013-10-02 12:49:02'),(760,4,190,'OPD','2013-10-02 12:49:02'),(761,5,190,'','2013-10-02 12:49:02'),(762,6,190,'','2013-10-02 12:49:02'),(763,1,192,'','2013-10-02 12:49:02'),(764,2,192,'','2013-10-02 12:49:02'),(765,3,192,'','2013-10-02 12:49:02'),(766,4,192,'','2013-10-02 12:49:02'),(767,5,192,'','2013-10-02 12:49:02'),(768,6,192,'','2013-10-02 12:49:02'),(769,1,193,'3559696','2013-10-02 12:49:38'),(770,2,193,'','2013-10-02 12:49:38'),(771,3,193,'','2013-10-02 12:49:38'),(772,4,193,'','2013-10-02 12:49:38'),(773,5,193,'W','2013-10-02 12:49:38'),(774,6,193,'27','2013-10-02 12:49:38'),(775,1,194,'3559630','2013-10-02 12:52:36'),(776,2,194,'585439','2013-10-02 12:52:36'),(777,3,194,'','2013-10-02 12:52:36'),(778,4,194,'OPD','2013-10-02 12:52:36'),(779,5,194,'','2013-10-02 12:52:36'),(780,6,194,'20','2013-10-02 12:52:36'),(781,1,195,'3559713','2013-10-02 13:00:14'),(782,2,195,'585454','2013-10-02 13:00:14'),(783,3,195,'','2013-10-02 13:00:14'),(784,4,195,'OPD','2013-10-02 13:00:14'),(785,5,195,'','2013-10-02 13:00:14'),(786,6,195,'138','2013-10-02 13:00:14'),(787,1,196,'3559030','2013-10-02 13:02:48'),(788,2,196,'','2013-10-02 13:02:48'),(789,3,196,'','2013-10-02 13:02:48'),(790,4,196,'OPD','2013-10-02 13:02:48'),(791,5,196,'','2013-10-02 13:02:48'),(792,6,196,'34.00','2013-10-02 13:02:48'),(793,1,198,'','2013-10-02 13:02:49'),(794,2,198,'','2013-10-02 13:02:49'),(795,3,198,'','2013-10-02 13:02:49'),(796,4,198,'','2013-10-02 13:02:49'),(797,5,198,'','2013-10-02 13:02:49'),(798,6,198,'','2013-10-02 13:02:49'),(799,1,199,'3559719','2013-10-02 13:07:33'),(800,2,199,'585457','2013-10-02 13:07:33'),(801,3,199,'','2013-10-02 13:07:33'),(802,4,199,'OPD','2013-10-02 13:07:33'),(803,5,199,'','2013-10-02 13:07:33'),(804,6,199,'20','2013-10-02 13:07:33'),(805,1,200,'3558910','2013-10-02 13:10:00'),(806,2,200,'585184','2013-10-02 13:10:00'),(807,3,200,'','2013-10-02 13:10:00'),(808,4,200,'OPD','2013-10-02 13:10:00'),(809,5,200,'','2013-10-02 13:10:00'),(810,6,200,'66.98','2013-10-02 13:10:00'),(811,1,201,'','2013-10-02 13:11:58'),(812,2,201,'','2013-10-02 13:11:58'),(813,3,201,'','2013-10-02 13:11:58'),(814,4,201,'OPD','2013-10-02 13:11:58'),(815,5,201,'','2013-10-02 13:11:58'),(816,6,201,'','2013-10-02 13:11:58'),(817,1,203,'','2013-10-02 13:11:58'),(818,2,203,'','2013-10-02 13:11:58'),(819,3,203,'','2013-10-02 13:11:58'),(820,4,203,'','2013-10-02 13:11:58'),(821,5,203,'','2013-10-02 13:11:58'),(822,6,203,'','2013-10-02 13:11:58'),(823,1,204,'3588912','2013-10-02 13:13:44'),(824,2,204,'585188','2013-10-02 13:13:44'),(825,3,204,'','2013-10-02 13:13:44'),(826,4,204,'OPD','2013-10-02 13:13:44'),(827,5,204,'','2013-10-02 13:13:44'),(828,6,204,'36.00','2013-10-02 13:13:44'),(829,1,205,'3558934','2013-10-02 13:17:32'),(830,2,205,'585192','2013-10-02 13:17:32'),(831,3,205,'','2013-10-02 13:17:32'),(832,4,205,'OPD','2013-10-02 13:17:32'),(833,5,205,'','2013-10-02 13:17:32'),(834,6,205,'47.30','2013-10-02 13:17:32'),(835,1,206,'3558158','2013-10-02 13:20:45'),(836,2,206,'','2013-10-02 13:20:45'),(837,3,206,'','2013-10-02 13:20:45'),(838,4,206,'OPD','2013-10-02 13:20:45'),(839,5,206,'','2013-10-02 13:20:45'),(840,6,206,'156.00','2013-10-02 13:20:45'),(841,1,208,'','2013-10-02 13:20:46'),(842,2,208,'','2013-10-02 13:20:46'),(843,3,208,'','2013-10-02 13:20:46'),(844,4,208,'','2013-10-02 13:20:46'),(845,5,208,'','2013-10-02 13:20:46'),(846,6,208,'','2013-10-02 13:20:46'),(847,1,209,'355936','2013-10-02 13:26:26'),(848,2,209,'585464','2013-10-02 13:26:26'),(849,3,209,'','2013-10-02 13:26:26'),(850,4,209,'OPD','2013-10-02 13:26:26'),(851,5,209,'','2013-10-02 13:26:26'),(852,6,209,'61','2013-10-02 13:26:26'),(853,1,211,'','2013-10-02 13:26:26'),(854,2,211,'','2013-10-02 13:26:26'),(855,3,211,'','2013-10-02 13:26:26'),(856,4,211,'','2013-10-02 13:26:26'),(857,5,211,'','2013-10-02 13:26:26'),(858,6,211,'','2013-10-02 13:26:26'),(859,1,212,'3559742','2013-10-02 13:32:12'),(860,2,212,'535467','2013-10-02 13:32:12'),(861,3,212,'','2013-10-02 13:32:12'),(862,4,212,'OPD','2013-10-02 13:32:12'),(863,5,212,'','2013-10-02 13:32:12'),(864,6,212,'286','2013-10-02 13:32:12'),(865,1,214,'','2013-10-02 13:32:12'),(866,2,214,'','2013-10-02 13:32:12'),(867,3,214,'','2013-10-02 13:32:12'),(868,4,214,'','2013-10-02 13:32:12'),(869,5,214,'','2013-10-02 13:32:12'),(870,6,214,'','2013-10-02 13:32:12'),(871,1,215,'3558934','2013-10-02 13:34:26'),(872,2,215,'','2013-10-02 13:34:26'),(873,3,215,'','2013-10-02 13:34:26'),(874,4,215,'','2013-10-02 13:34:26'),(875,5,215,'214579','2013-10-02 13:34:26'),(876,6,215,'153.00','2013-10-02 13:34:26'),(877,1,217,'','2013-10-02 13:34:26'),(878,2,217,'','2013-10-02 13:34:26'),(879,3,217,'','2013-10-02 13:34:26'),(880,4,217,'','2013-10-02 13:34:26'),(881,5,217,'','2013-10-02 13:34:26'),(882,6,217,'','2013-10-02 13:34:26'),(883,1,220,'','2013-10-02 13:34:26'),(884,2,220,'','2013-10-02 13:34:26'),(885,3,220,'','2013-10-02 13:34:26'),(886,4,220,'','2013-10-02 13:34:26'),(887,5,220,'','2013-10-02 13:34:26'),(888,6,220,'','2013-10-02 13:34:26'),(889,1,224,'','2013-10-02 13:34:27'),(890,2,224,'','2013-10-02 13:34:27'),(891,3,224,'','2013-10-02 13:34:27'),(892,4,224,'','2013-10-02 13:34:27'),(893,5,224,'','2013-10-02 13:34:27'),(894,6,224,'','2013-10-02 13:34:27'),(895,1,225,'3558991','2013-10-02 13:47:27'),(896,2,225,'','2013-10-02 13:47:27'),(897,3,225,'','2013-10-02 13:47:27'),(898,4,225,'OPD','2013-10-02 13:47:27'),(899,5,225,'','2013-10-02 13:47:27'),(900,6,225,'76.00','2013-10-02 13:47:27'),(901,1,226,'3558996 / 3558989','2013-10-02 14:15:02'),(902,2,226,'585207 / 585210','2013-10-02 14:15:02'),(903,3,226,'','2013-10-02 14:15:02'),(904,4,226,'OPD','2013-10-02 14:15:02'),(905,5,226,'','2013-10-02 14:15:02'),(906,6,226,'52.00','2013-10-02 14:15:02'),(907,1,228,'','2013-10-02 14:15:02'),(908,2,228,'','2013-10-02 14:15:02'),(909,3,228,'','2013-10-02 14:15:02'),(910,4,228,'','2013-10-02 14:15:02'),(911,5,228,'','2013-10-02 14:15:02'),(912,6,228,'','2013-10-02 14:15:02'),(913,1,229,'3668968','2013-10-02 14:20:41'),(914,2,229,'','2013-10-02 14:20:41'),(915,3,229,'','2013-10-02 14:20:41'),(916,4,229,'OPD','2013-10-02 14:20:41'),(917,5,229,'','2013-10-02 14:20:41'),(918,6,229,'245.00','2013-10-02 14:20:41'),(919,1,231,'','2013-10-02 14:20:41'),(920,2,231,'','2013-10-02 14:20:41'),(921,3,231,'','2013-10-02 14:20:41'),(922,4,231,'','2013-10-02 14:20:41'),(923,5,231,'','2013-10-02 14:20:41'),(924,6,231,'','2013-10-02 14:20:41'),(925,1,234,'','2013-10-02 14:20:41'),(926,2,234,'','2013-10-02 14:20:41'),(927,3,234,'','2013-10-02 14:20:41'),(928,4,234,'','2013-10-02 14:20:41'),(929,5,234,'','2013-10-02 14:20:41'),(930,6,234,'','2013-10-02 14:20:41'),(931,1,235,'3559006','2013-10-02 14:24:35'),(932,2,235,'','2013-10-02 14:24:35'),(933,3,235,'','2013-10-02 14:24:35'),(934,4,235,'OPD','2013-10-02 14:24:35'),(935,5,235,'','2013-10-02 14:24:35'),(936,6,235,'49.00','2013-10-02 14:24:35'),(937,1,236,'','2013-10-02 14:26:49'),(938,2,236,'','2013-10-02 14:26:49'),(939,3,236,'','2013-10-02 14:26:49'),(940,4,236,'','2013-10-02 14:26:49'),(941,5,236,'','2013-10-02 14:26:49'),(942,6,236,'','2013-10-02 14:26:49'),(943,1,237,'3559010','2013-10-02 14:36:04'),(944,2,237,'','2013-10-02 14:36:04'),(945,3,237,'','2013-10-02 14:36:04'),(946,4,237,'OPD','2013-10-02 14:36:04'),(947,5,237,'','2013-10-02 14:36:04'),(948,6,237,'104.00','2013-10-02 14:36:04'),(949,1,238,'3559799','2013-10-02 14:49:25'),(950,2,238,'','2013-10-02 14:49:25'),(951,3,238,'','2013-10-02 14:49:25'),(952,4,238,'OPD','2013-10-02 14:49:25'),(953,5,238,'','2013-10-02 14:49:25'),(954,6,238,'401','2013-10-02 14:49:25'),(955,1,240,'','2013-10-02 14:49:25'),(956,2,240,'','2013-10-02 14:49:25'),(957,3,240,'','2013-10-02 14:49:25'),(958,4,240,'','2013-10-02 14:49:25'),(959,5,240,'','2013-10-02 14:49:25'),(960,6,240,'','2013-10-02 14:49:25'),(961,1,243,'','2013-10-02 14:49:25'),(962,2,243,'','2013-10-02 14:49:25'),(963,3,243,'','2013-10-02 14:49:25'),(964,4,243,'','2013-10-02 14:49:25'),(965,5,243,'','2013-10-02 14:49:25'),(966,6,243,'','2013-10-02 14:49:25'),(967,1,247,'','2013-10-02 14:49:25'),(968,2,247,'','2013-10-02 14:49:25'),(969,3,247,'','2013-10-02 14:49:25'),(970,4,247,'','2013-10-02 14:49:25'),(971,5,247,'','2013-10-02 14:49:25'),(972,6,247,'','2013-10-02 14:49:25'),(973,1,252,'','2013-10-02 14:49:26'),(974,2,252,'','2013-10-02 14:49:26'),(975,3,252,'','2013-10-02 14:49:26'),(976,4,252,'','2013-10-02 14:49:26'),(977,5,252,'','2013-10-02 14:49:26'),(978,6,252,'','2013-10-02 14:49:26'),(979,1,258,'','2013-10-02 14:49:26'),(980,2,258,'','2013-10-02 14:49:26'),(981,3,258,'','2013-10-02 14:49:26'),(982,4,258,'','2013-10-02 14:49:26'),(983,5,258,'','2013-10-02 14:49:26'),(984,6,258,'','2013-10-02 14:49:26'),(985,1,259,'3559617','2013-10-02 14:52:11'),(986,2,259,'','2013-10-02 14:52:11'),(987,3,259,'','2013-10-02 14:52:11'),(988,4,259,'OPD','2013-10-02 14:52:11'),(989,5,259,'','2013-10-02 14:52:11'),(990,6,259,'19','2013-10-02 14:52:11'),(991,1,260,'3589032','2013-10-02 14:52:34'),(992,2,260,'','2013-10-02 14:52:34'),(993,3,260,'','2013-10-02 14:52:34'),(994,4,260,'OPD','2013-10-02 14:52:34'),(995,5,260,'','2013-10-02 14:52:34'),(996,6,260,'35.00','2013-10-02 14:52:34'),(997,1,262,'','2013-10-02 14:52:34'),(998,2,262,'','2013-10-02 14:52:34'),(999,3,262,'','2013-10-02 14:52:34'),(1000,4,262,'','2013-10-02 14:52:34'),(1001,5,262,'','2013-10-02 14:52:34'),(1002,6,262,'','2013-10-02 14:52:34'),(1003,1,263,'3558993','2013-10-02 14:54:08'),(1004,2,263,'','2013-10-02 14:54:08'),(1005,3,263,'','2013-10-02 14:54:08'),(1006,4,263,'OPD','2013-10-02 14:54:08'),(1007,5,263,'','2013-10-02 14:54:08'),(1008,6,263,'40.00','2013-10-02 14:54:08'),(1009,1,264,'3589029','2013-10-02 14:55:58'),(1010,2,264,'','2013-10-02 14:55:58'),(1011,3,264,'','2013-10-02 14:55:58'),(1012,4,264,'OPD','2013-10-02 14:55:58'),(1013,5,264,'','2013-10-02 14:55:58'),(1014,6,264,'22.00','2013-10-02 14:55:58'),(1015,1,265,'3559810','2013-10-02 14:56:18'),(1016,2,265,'585497','2013-10-02 14:56:18'),(1017,3,265,'','2013-10-02 14:56:18'),(1018,4,265,'OPD','2013-10-02 14:56:18'),(1019,5,265,'','2013-10-02 14:56:18'),(1020,6,265,'255','2013-10-02 14:56:18'),(1021,1,267,'','2013-10-02 14:56:18'),(1022,2,267,'','2013-10-02 14:56:18'),(1023,3,267,'','2013-10-02 14:56:18'),(1024,4,267,'','2013-10-02 14:56:18'),(1025,5,267,'','2013-10-02 14:56:18'),(1026,6,267,'','2013-10-02 14:56:18'),(1027,1,268,'3558999','2013-10-02 14:57:57'),(1028,2,268,'','2013-10-02 14:57:57'),(1029,3,268,'','2013-10-02 14:57:57'),(1030,4,268,'','2013-10-02 14:57:57'),(1031,5,268,'214605','2013-10-02 14:57:57'),(1032,6,268,'39.00','2013-10-02 14:57:57'),(1033,1,269,'3558597','2013-10-02 15:01:20'),(1034,2,269,'','2013-10-02 15:01:20'),(1035,3,269,'','2013-10-02 15:01:20'),(1036,4,269,'OPD','2013-10-02 15:01:20'),(1037,5,269,'','2013-10-02 15:01:20'),(1038,6,269,'149','2013-10-02 15:01:20'),(1039,1,271,'','2013-10-02 15:01:21'),(1040,2,271,'','2013-10-02 15:01:21'),(1041,3,271,'','2013-10-02 15:01:21'),(1042,4,271,'','2013-10-02 15:01:21'),(1043,5,271,'','2013-10-02 15:01:21'),(1044,6,271,'','2013-10-02 15:01:21'),(1045,1,272,'3559823','2013-10-02 15:05:02'),(1046,2,272,'','2013-10-02 15:05:02'),(1047,3,272,'','2013-10-02 15:05:02'),(1048,4,272,'OPD','2013-10-02 15:05:02'),(1049,5,272,'','2013-10-02 15:05:02'),(1050,6,272,'76','2013-10-02 15:05:02'),(1051,1,274,'','2013-10-02 15:05:02'),(1052,2,274,'','2013-10-02 15:05:02'),(1053,3,274,'','2013-10-02 15:05:02'),(1054,4,274,'','2013-10-02 15:05:02'),(1055,5,274,'','2013-10-02 15:05:02'),(1056,6,274,'','2013-10-02 15:05:02'),(1057,1,275,'3559815','2013-10-02 15:12:24'),(1058,2,275,'','2013-10-02 15:12:24'),(1059,3,275,'','2013-10-02 15:12:24'),(1060,4,275,'OPD','2013-10-02 15:12:24'),(1061,5,275,'','2013-10-02 15:12:24'),(1062,6,275,'60','2013-10-02 15:12:24'),(1063,1,277,'','2013-10-02 15:12:24'),(1064,2,277,'','2013-10-02 15:12:24'),(1065,3,277,'','2013-10-02 15:12:24'),(1066,4,277,'','2013-10-02 15:12:24'),(1067,5,277,'','2013-10-02 15:12:24'),(1068,6,277,'','2013-10-02 15:12:24'),(1069,1,280,'','2013-10-02 15:12:24'),(1070,2,280,'','2013-10-02 15:12:24'),(1071,3,280,'','2013-10-02 15:12:24'),(1072,4,280,'','2013-10-02 15:12:24'),(1073,5,280,'','2013-10-02 15:12:24'),(1074,6,280,'','2013-10-02 15:12:24'),(1075,1,281,'3559829','2013-10-02 15:15:41'),(1076,2,281,'585503','2013-10-02 15:15:41'),(1077,3,281,'','2013-10-02 15:15:41'),(1078,4,281,'OPD','2013-10-02 15:15:41'),(1079,5,281,'','2013-10-02 15:15:41'),(1080,6,281,'5.5','2013-10-02 15:15:41'),(1081,1,282,'','2013-10-02 15:20:09'),(1082,2,282,'585504','2013-10-02 15:20:09'),(1083,3,282,'','2013-10-02 15:20:09'),(1084,4,282,'','2013-10-02 15:20:09'),(1085,5,282,'','2013-10-02 15:20:09'),(1086,6,282,'18','2013-10-02 15:20:09'),(1087,1,283,'','2013-10-02 15:23:49'),(1088,2,283,'','2013-10-02 15:23:49'),(1089,3,283,'','2013-10-02 15:23:49'),(1090,4,283,'OPD','2013-10-02 15:23:49'),(1091,5,283,'','2013-10-02 15:23:49'),(1092,6,283,'110','2013-10-02 15:23:49'),(1093,1,284,'3559848','2013-10-02 15:32:57'),(1094,2,284,'','2013-10-02 15:32:57'),(1095,3,284,'','2013-10-02 15:32:57'),(1096,4,284,'OPD','2013-10-02 15:32:57'),(1097,5,284,'','2013-10-02 15:32:57'),(1098,6,284,'50','2013-10-02 15:32:57'),(1099,1,286,'','2013-10-02 15:32:57'),(1100,2,286,'','2013-10-02 15:32:57'),(1101,3,286,'','2013-10-02 15:32:57'),(1102,4,286,'','2013-10-02 15:32:57'),(1103,5,286,'','2013-10-02 15:32:57'),(1104,6,286,'','2013-10-02 15:32:57'),(1105,1,287,'3559853','2013-10-02 15:44:12'),(1106,2,287,'','2013-10-02 15:44:12'),(1107,3,287,'','2013-10-02 15:44:12'),(1108,4,287,'OPD','2013-10-02 15:44:12'),(1109,5,287,'','2013-10-02 15:44:12'),(1110,6,287,'101','2013-10-02 15:44:12'),(1111,1,289,'','2013-10-02 15:44:12'),(1112,2,289,'','2013-10-02 15:44:12'),(1113,3,289,'','2013-10-02 15:44:12'),(1114,4,289,'','2013-10-02 15:44:12'),(1115,5,289,'','2013-10-02 15:44:12'),(1116,6,289,'','2013-10-02 15:44:12'),(1117,1,290,'3559865','2013-10-02 16:06:58'),(1118,2,290,'','2013-10-02 16:06:58'),(1119,3,290,'','2013-10-02 16:06:58'),(1120,4,290,'OPD','2013-10-02 16:06:58'),(1121,5,290,'','2013-10-02 16:06:58'),(1122,6,290,'45','2013-10-02 16:06:58'),(1123,1,291,'3559865','2013-10-02 16:09:28'),(1124,2,291,'','2013-10-02 16:09:28'),(1125,3,291,'','2013-10-02 16:09:28'),(1126,4,291,'OPD','2013-10-02 16:09:28'),(1127,5,291,'','2013-10-02 16:09:28'),(1128,6,291,'45','2013-10-02 16:09:28'),(1129,1,292,'3559865','2013-10-02 16:10:52'),(1130,2,292,'','2013-10-02 16:10:52'),(1131,3,292,'','2013-10-02 16:10:52'),(1132,4,292,'OPD','2013-10-02 16:10:52'),(1133,5,292,'','2013-10-02 16:10:52'),(1134,6,292,'45','2013-10-02 16:10:52'),(1135,1,293,'3559865','2013-10-02 16:12:46'),(1136,2,293,'','2013-10-02 16:12:46'),(1137,3,293,'','2013-10-02 16:12:46'),(1138,4,293,'OPD','2013-10-02 16:12:46'),(1139,5,293,'','2013-10-02 16:12:46'),(1140,6,293,'45','2013-10-02 16:12:46'),(1141,1,294,'3559863','2013-10-02 16:32:13'),(1142,2,294,'585521','2013-10-02 16:32:13'),(1143,3,294,'','2013-10-02 16:32:13'),(1144,4,294,'OPD','2013-10-02 16:32:13'),(1145,5,294,'','2013-10-02 16:32:13'),(1146,6,294,'99.54','2013-10-02 16:32:13'),(1147,1,296,'','2013-10-02 16:32:13'),(1148,2,296,'','2013-10-02 16:32:13'),(1149,3,296,'','2013-10-02 16:32:13'),(1150,4,296,'','2013-10-02 16:32:13'),(1151,5,296,'','2013-10-02 16:32:13'),(1152,6,296,'','2013-10-02 16:32:13'),(1153,1,297,'','2013-10-02 16:59:17'),(1154,2,297,'','2013-10-02 16:59:17'),(1155,3,297,'','2013-10-02 16:59:17'),(1156,4,297,'OPD','2013-10-02 16:59:17'),(1157,5,297,'','2013-10-02 16:59:17'),(1158,6,297,'35','2013-10-02 16:59:17'),(1159,1,299,'','2013-10-02 16:59:17'),(1160,2,299,'','2013-10-02 16:59:17'),(1161,3,299,'','2013-10-02 16:59:17'),(1162,4,299,'','2013-10-02 16:59:17'),(1163,5,299,'','2013-10-02 16:59:17'),(1164,6,299,'','2013-10-02 16:59:17'),(1165,1,300,'','2013-10-02 17:03:56'),(1166,2,300,'585528','2013-10-02 17:03:56'),(1167,3,300,'','2013-10-02 17:03:56'),(1168,4,300,'OPD','2013-10-02 17:03:56'),(1169,5,300,'','2013-10-02 17:03:56'),(1170,6,300,'71.48','2013-10-02 17:03:56'),(1171,1,301,'3559917','2013-10-02 17:07:45'),(1172,2,301,'','2013-10-02 17:07:45'),(1173,3,301,'','2013-10-02 17:07:45'),(1174,4,301,'OPD','2013-10-02 17:07:45'),(1175,5,301,'','2013-10-02 17:07:45'),(1176,6,301,'81','2013-10-02 17:07:45'),(1177,1,302,'','2013-10-02 17:12:58'),(1178,2,302,'','2013-10-02 17:12:58'),(1179,3,302,'','2013-10-02 17:12:58'),(1180,4,302,'OPD','2013-10-02 17:12:58'),(1181,5,302,'','2013-10-02 17:12:58'),(1182,6,302,'','2013-10-02 17:12:58'),(1183,1,303,'3559935','2013-10-02 17:49:02'),(1184,2,303,'','2013-10-02 17:49:02'),(1185,3,303,'','2013-10-02 17:49:02'),(1186,4,303,'OPD','2013-10-02 17:49:02'),(1187,5,303,'','2013-10-02 17:49:02'),(1188,6,303,'67.8','2013-10-02 17:49:02'),(1189,1,304,'3559922','2013-10-02 17:55:14'),(1190,2,304,'','2013-10-02 17:55:14'),(1191,3,304,'','2013-10-02 17:55:14'),(1192,4,304,'OPD','2013-10-02 17:55:14'),(1193,5,304,'','2013-10-02 17:55:14'),(1194,6,304,'278.4','2013-10-02 17:55:14'),(1195,1,306,'','2013-10-02 17:55:14'),(1196,2,306,'','2013-10-02 17:55:14'),(1197,3,306,'','2013-10-02 17:55:14'),(1198,4,306,'','2013-10-02 17:55:14'),(1199,5,306,'','2013-10-02 17:55:14'),(1200,6,306,'','2013-10-02 17:55:14'),(1201,1,309,'','2013-10-02 17:55:14'),(1202,2,309,'','2013-10-02 17:55:14'),(1203,3,309,'','2013-10-02 17:55:15'),(1204,4,309,'','2013-10-02 17:55:15'),(1205,5,309,'','2013-10-02 17:55:15'),(1206,6,309,'','2013-10-02 17:55:15'),(1207,1,310,'3559931','2013-10-02 18:01:07'),(1208,2,310,'','2013-10-02 18:01:07'),(1209,3,310,'','2013-10-02 18:01:07'),(1210,4,310,'','2013-10-02 18:01:07'),(1211,5,310,'W','2013-10-02 18:01:07'),(1212,6,310,'121','2013-10-02 18:01:07'),(1213,1,312,'','2013-10-02 18:01:07'),(1214,2,312,'','2013-10-02 18:01:07'),(1215,3,312,'','2013-10-02 18:01:07'),(1216,4,312,'','2013-10-02 18:01:07'),(1217,5,312,'','2013-10-02 18:01:07'),(1218,6,312,'','2013-10-02 18:01:07'),(1219,1,313,'','2013-10-02 18:11:36'),(1220,2,313,'585341','2013-10-02 18:11:36'),(1221,3,313,'','2013-10-02 18:11:36'),(1222,4,313,'OPD','2013-10-02 18:11:36'),(1223,5,313,'','2013-10-02 18:11:36'),(1224,6,313,'82','2013-10-02 18:11:36'),(1225,1,315,'','2013-10-02 18:11:36'),(1226,2,315,'','2013-10-02 18:11:36'),(1227,3,315,'','2013-10-02 18:11:36'),(1228,4,315,'','2013-10-02 18:11:36'),(1229,5,315,'','2013-10-02 18:11:36'),(1230,6,315,'','2013-10-02 18:11:36'),(1231,1,318,'','2013-10-02 18:11:36'),(1232,2,318,'','2013-10-02 18:11:36'),(1233,3,318,'','2013-10-02 18:11:36'),(1234,4,318,'','2013-10-02 18:11:36'),(1235,5,318,'','2013-10-02 18:11:36'),(1236,6,318,'','2013-10-02 18:11:36'),(1237,1,322,'','2013-10-02 18:11:36'),(1238,2,322,'','2013-10-02 18:11:36'),(1239,3,322,'','2013-10-02 18:11:36'),(1240,4,322,'','2013-10-02 18:11:36'),(1241,5,322,'','2013-10-02 18:11:36'),(1242,6,322,'','2013-10-02 18:11:36'),(1243,1,323,'','2013-10-02 18:32:58'),(1244,2,323,'','2013-10-02 18:32:58'),(1245,3,323,'','2013-10-02 18:32:58'),(1246,4,323,'OPD','2013-10-02 18:32:58'),(1247,5,323,'','2013-10-02 18:32:58'),(1248,6,323,'37','2013-10-02 18:32:58'),(1249,1,324,'3560017','2013-10-02 18:40:36'),(1250,2,324,'','2013-10-02 18:40:36'),(1251,3,324,'','2013-10-02 18:40:36'),(1252,4,324,'','2013-10-02 18:40:36'),(1253,5,324,'W','2013-10-02 18:40:36'),(1254,6,324,'50','2013-10-02 18:40:36'),(1255,1,326,'','2013-10-02 18:40:36'),(1256,2,326,'','2013-10-02 18:40:36'),(1257,3,326,'','2013-10-02 18:40:36'),(1258,4,326,'','2013-10-02 18:40:36'),(1259,5,326,'','2013-10-02 18:40:36'),(1260,6,326,'','2013-10-02 18:40:36'),(1261,1,327,'3560032','2013-10-02 18:50:40'),(1262,2,327,'','2013-10-02 18:50:40'),(1263,3,327,'','2013-10-02 18:50:40'),(1264,4,327,'OPD','2013-10-02 18:50:40'),(1265,5,327,'','2013-10-02 18:50:40'),(1266,6,327,'117','2013-10-02 18:50:40'),(1267,1,328,'','2013-10-02 19:06:15'),(1268,2,328,'','2013-10-02 19:06:15'),(1269,3,328,'','2013-10-02 19:06:15'),(1270,4,328,'','2013-10-02 19:06:15'),(1271,5,328,'','2013-10-02 19:06:15'),(1272,6,328,'156','2013-10-02 19:06:15'),(1273,1,330,'','2013-10-02 19:06:15'),(1274,2,330,'','2013-10-02 19:06:15'),(1275,3,330,'','2013-10-02 19:06:15'),(1276,4,330,'','2013-10-02 19:06:15'),(1277,5,330,'','2013-10-02 19:06:15'),(1278,6,330,'','2013-10-02 19:06:15'),(1279,1,331,'3560052','2013-10-02 21:28:08'),(1280,2,331,'','2013-10-02 21:28:08'),(1281,3,331,'','2013-10-02 21:28:08'),(1282,4,331,'OPD','2013-10-02 21:28:08'),(1283,5,331,'','2013-10-02 21:28:08'),(1284,6,331,'81','2013-10-02 21:28:08'),(1285,1,332,'3560052','2013-10-02 21:33:48'),(1286,2,332,'','2013-10-02 21:33:48'),(1287,3,332,'','2013-10-02 21:33:48'),(1288,4,332,'OPD','2013-10-02 21:33:48'),(1289,5,332,'','2013-10-02 21:33:48'),(1290,6,332,'','2013-10-02 21:33:48'),(1291,1,333,'3560055','2013-10-02 21:44:26'),(1292,2,333,'','2013-10-02 21:44:26'),(1293,3,333,'','2013-10-02 21:44:26'),(1294,4,333,'OPD','2013-10-02 21:44:26'),(1295,5,333,'','2013-10-02 21:44:26'),(1296,6,333,'197.00','2013-10-02 21:44:26'),(1297,1,335,'','2013-10-02 21:44:26'),(1298,2,335,'','2013-10-02 21:44:26'),(1299,3,335,'','2013-10-02 21:44:26'),(1300,4,335,'','2013-10-02 21:44:26'),(1301,5,335,'','2013-10-02 21:44:26'),(1302,6,335,'','2013-10-02 21:44:26'),(1303,1,336,'3560056','2013-10-02 21:54:06'),(1304,2,336,'','2013-10-02 21:54:06'),(1305,3,336,'','2013-10-02 21:54:06'),(1306,4,336,'OPD','2013-10-02 21:54:06'),(1307,5,336,'','2013-10-02 21:54:06'),(1308,6,336,'50.00','2013-10-02 21:54:06'),(1309,1,338,'','2013-10-02 21:54:06'),(1310,2,338,'','2013-10-02 21:54:06'),(1311,3,338,'','2013-10-02 21:54:06'),(1312,4,338,'','2013-10-02 21:54:06'),(1313,5,338,'','2013-10-02 21:54:06'),(1314,6,338,'','2013-10-02 21:54:06'),(1315,1,339,'3560087','2013-10-02 22:11:17'),(1316,2,339,'','2013-10-02 22:11:17'),(1317,3,339,'','2013-10-02 22:11:17'),(1318,4,339,'OPD','2013-10-02 22:11:17'),(1319,5,339,'','2013-10-02 22:11:17'),(1320,6,339,'104.00','2013-10-02 22:11:17'),(1321,1,340,'3560092','2013-10-02 22:19:21'),(1322,2,340,'','2013-10-02 22:19:21'),(1323,3,340,'','2013-10-02 22:19:21'),(1324,4,340,'WARD','2013-10-02 22:19:21'),(1325,5,340,'214495','2013-10-02 22:19:21'),(1326,6,340,'36','2013-10-02 22:19:21'),(1327,1,341,'3560093','2013-10-02 22:23:51'),(1328,2,341,'','2013-10-02 22:23:51'),(1329,3,341,'','2013-10-02 22:23:51'),(1330,4,341,'OPD','2013-10-02 22:23:51'),(1331,5,341,'','2013-10-02 22:23:51'),(1332,6,341,'56.00','2013-10-02 22:23:51'),(1333,1,343,'','2013-10-02 22:23:51'),(1334,2,343,'','2013-10-02 22:23:51'),(1335,3,343,'','2013-10-02 22:23:51'),(1336,4,343,'','2013-10-02 22:23:51'),(1337,5,343,'','2013-10-02 22:23:51'),(1338,6,343,'','2013-10-02 22:23:51'),(1339,1,344,'3560096','2013-10-02 22:28:01'),(1340,2,344,'','2013-10-02 22:28:01'),(1341,3,344,'','2013-10-02 22:28:01'),(1342,4,344,'OPD','2013-10-02 22:28:01'),(1343,5,344,'','2013-10-02 22:28:01'),(1344,6,344,'22.00','2013-10-02 22:28:01'),(1345,1,345,'3560102','2013-10-02 22:33:43'),(1346,2,345,'','2013-10-02 22:33:43'),(1347,3,345,'','2013-10-02 22:33:43'),(1348,4,345,'WARD','2013-10-02 22:33:43'),(1349,5,345,'214533','2013-10-02 22:33:43'),(1350,6,345,'23.40','2013-10-02 22:33:43'),(1351,1,346,'356011','2013-10-02 22:59:11'),(1352,2,346,'','2013-10-02 22:59:11'),(1353,3,346,'','2013-10-02 22:59:11'),(1354,4,346,'OPD','2013-10-02 22:59:11'),(1355,5,346,'','2013-10-02 22:59:11'),(1356,6,346,'81.00','2013-10-02 22:59:11'),(1357,1,347,'3560167','2013-10-03 01:32:21'),(1358,2,347,'585572','2013-10-03 01:32:21'),(1359,3,347,'','2013-10-03 01:32:21'),(1360,4,347,'OPD','2013-10-03 01:32:21'),(1361,5,347,'','2013-10-03 01:32:21'),(1362,6,347,'35','2013-10-03 01:32:21'),(1363,1,348,'3560173','2013-10-03 01:35:18'),(1364,2,348,'','2013-10-03 01:35:18'),(1365,3,348,'','2013-10-03 01:35:18'),(1366,4,348,'WARD','2013-10-03 01:35:18'),(1367,5,348,'214605','2013-10-03 01:35:18'),(1368,6,348,'59','2013-10-03 01:35:18'),(1369,1,349,'3560177','2013-10-03 05:59:31'),(1370,2,349,'','2013-10-03 05:59:31'),(1371,3,349,'','2013-10-03 05:59:31'),(1372,4,349,'OPD','2013-10-03 05:59:31'),(1373,5,349,'','2013-10-03 05:59:31'),(1374,6,349,'239.00','2013-10-03 05:59:31'),(1375,1,351,'','2013-10-03 05:59:31'),(1376,2,351,'','2013-10-03 05:59:31'),(1377,3,351,'','2013-10-03 05:59:31'),(1378,4,351,'','2013-10-03 05:59:31'),(1379,5,351,'','2013-10-03 05:59:31'),(1380,6,351,'','2013-10-03 05:59:31'),(1381,1,352,'3560182','2013-10-03 06:30:15'),(1382,2,352,'','2013-10-03 06:30:15'),(1383,3,352,'','2013-10-03 06:30:15'),(1384,4,352,'OPD','2013-10-03 06:30:15'),(1385,5,352,'','2013-10-03 06:30:15'),(1386,6,352,'112','2013-10-03 06:30:15'),(1387,1,354,'','2013-10-03 06:30:15'),(1388,2,354,'','2013-10-03 06:30:15'),(1389,3,354,'','2013-10-03 06:30:15'),(1390,4,354,'','2013-10-03 06:30:15'),(1391,5,354,'','2013-10-03 06:30:15'),(1392,6,354,'','2013-10-03 06:30:15'),(1393,1,357,'','2013-10-03 06:30:15'),(1394,2,357,'','2013-10-03 06:30:15'),(1395,3,357,'','2013-10-03 06:30:15'),(1396,4,357,'','2013-10-03 06:30:15'),(1397,5,357,'','2013-10-03 06:30:15'),(1398,6,357,'','2013-10-03 06:30:15'),(1399,1,358,'3560189','2013-10-03 07:08:54'),(1400,2,358,'','2013-10-03 07:08:54'),(1401,3,358,'','2013-10-03 07:08:54'),(1402,4,358,'OPD','2013-10-03 07:08:54'),(1403,5,358,'','2013-10-03 07:08:54'),(1404,6,358,'35.00','2013-10-03 07:08:54'),(1405,1,360,'','2013-10-03 07:08:54'),(1406,2,360,'','2013-10-03 07:08:54'),(1407,3,360,'','2013-10-03 07:08:54'),(1408,4,360,'','2013-10-03 07:08:54'),(1409,5,360,'','2013-10-03 07:08:54'),(1410,6,360,'','2013-10-03 07:08:54'),(1411,1,361,'','2013-10-03 07:10:50'),(1412,2,361,'','2013-10-03 07:10:50'),(1413,3,361,'','2013-10-03 07:10:50'),(1414,4,361,'','2013-10-03 07:10:50'),(1415,5,361,'','2013-10-03 07:10:50'),(1416,6,361,'','2013-10-03 07:10:50'),(1417,1,362,'3559404','2013-10-03 07:28:32'),(1418,2,362,'','2013-10-03 07:28:32'),(1419,3,362,'','2013-10-03 07:28:32'),(1420,4,362,'OPD','2013-10-03 07:28:32'),(1421,5,362,'','2013-10-03 07:28:32'),(1422,6,362,'37.00','2013-10-03 07:28:32'),(1423,1,363,'3558946','2013-10-03 07:33:43'),(1424,2,363,'','2013-10-03 07:33:43'),(1425,3,363,'','2013-10-03 07:33:43'),(1426,4,363,'OPD','2013-10-03 07:33:43'),(1427,5,363,'','2013-10-03 07:33:43'),(1428,6,363,'80.00','2013-10-03 07:33:43'),(1429,1,364,'3559333','2013-10-03 07:38:10'),(1430,2,364,'','2013-10-03 07:38:10'),(1431,3,364,'','2013-10-03 07:38:10'),(1432,4,364,'OPD','2013-10-03 07:38:10'),(1433,5,364,'','2013-10-03 07:38:10'),(1434,6,364,'251.00','2013-10-03 07:38:10'),(1435,1,366,'','2013-10-03 07:38:10'),(1436,2,366,'','2013-10-03 07:38:10'),(1437,3,366,'','2013-10-03 07:38:10'),(1438,4,366,'','2013-10-03 07:38:10'),(1439,5,366,'','2013-10-03 07:38:10'),(1440,6,366,'','2013-10-03 07:38:10'),(1441,1,369,'','2013-10-03 07:38:10'),(1442,2,369,'','2013-10-03 07:38:10'),(1443,3,369,'','2013-10-03 07:38:10'),(1444,4,369,'','2013-10-03 07:38:10'),(1445,5,369,'','2013-10-03 07:38:10'),(1446,6,369,'','2013-10-03 07:38:10'),(1447,1,370,'3559438','2013-10-03 08:10:35'),(1448,2,370,'','2013-10-03 08:10:35'),(1449,3,370,'','2013-10-03 08:10:35'),(1450,4,370,'OPD','2013-10-03 08:10:35'),(1451,5,370,'','2013-10-03 08:10:35'),(1452,6,370,'','2013-10-03 08:10:35'),(1453,1,372,'','2013-10-03 08:10:36'),(1454,2,372,'','2013-10-03 08:10:36'),(1455,3,372,'','2013-10-03 08:10:36'),(1456,4,372,'','2013-10-03 08:10:36'),(1457,5,372,'','2013-10-03 08:10:36'),(1458,6,372,'','2013-10-03 08:10:36'),(1459,1,373,'MEDICALS','2013-10-03 08:40:45'),(1460,2,373,'','2013-10-03 08:40:45'),(1461,3,373,'','2013-10-03 08:40:45'),(1462,4,373,'OPD','2013-10-03 08:40:45'),(1463,5,373,'','2013-10-03 08:40:45'),(1464,6,373,'','2013-10-03 08:40:45'),(1465,1,375,'','2013-10-03 08:40:45'),(1466,2,375,'','2013-10-03 08:40:45'),(1467,3,375,'','2013-10-03 08:40:45'),(1468,4,375,'','2013-10-03 08:40:45'),(1469,5,375,'','2013-10-03 08:40:45'),(1470,6,375,'','2013-10-03 08:40:45'),(1471,1,378,'','2013-10-03 08:40:45'),(1472,2,378,'','2013-10-03 08:40:45'),(1473,3,378,'','2013-10-03 08:40:45'),(1474,4,378,'','2013-10-03 08:40:45'),(1475,5,378,'','2013-10-03 08:40:45'),(1476,6,378,'','2013-10-03 08:40:45'),(1477,1,379,'3589453','2013-10-03 08:51:28'),(1478,2,379,'','2013-10-03 08:51:28'),(1479,3,379,'','2013-10-03 08:51:28'),(1480,4,379,'OPD','2013-10-03 08:51:28'),(1481,5,379,'','2013-10-03 08:51:28'),(1482,6,379,'238.00','2013-10-03 08:51:28'),(1483,1,381,'','2013-10-03 08:51:28'),(1484,2,381,'','2013-10-03 08:51:28'),(1485,3,381,'','2013-10-03 08:51:28'),(1486,4,381,'','2013-10-03 08:51:28'),(1487,5,381,'','2013-10-03 08:51:28'),(1488,6,381,'','2013-10-03 08:51:28'),(1489,1,384,'','2013-10-03 08:51:28'),(1490,2,384,'','2013-10-03 08:51:28'),(1491,3,384,'','2013-10-03 08:51:28'),(1492,4,384,'','2013-10-03 08:51:28'),(1493,5,384,'','2013-10-03 08:51:28'),(1494,6,384,'','2013-10-03 08:51:28'),(1495,1,388,'','2013-10-03 08:51:28'),(1496,2,388,'','2013-10-03 08:51:28'),(1497,3,388,'','2013-10-03 08:51:28'),(1498,4,388,'','2013-10-03 08:51:28'),(1499,5,388,'','2013-10-03 08:51:28'),(1500,6,388,'','2013-10-03 08:51:28'),(1501,1,389,'3559511','2013-10-03 09:08:38'),(1502,2,389,'585364','2013-10-03 09:08:38'),(1503,3,389,'','2013-10-03 09:08:38'),(1504,4,389,'O P D','2013-10-03 09:08:38'),(1505,5,389,'','2013-10-03 09:08:38'),(1506,6,389,'71.00','2013-10-03 09:08:38'),(1507,1,391,'','2013-10-03 09:08:38'),(1508,2,391,'','2013-10-03 09:08:38'),(1509,3,391,'','2013-10-03 09:08:38'),(1510,4,391,'','2013-10-03 09:08:38'),(1511,5,391,'','2013-10-03 09:08:38'),(1512,6,391,'','2013-10-03 09:08:38'),(1513,1,392,'3559548','2013-10-03 09:22:00'),(1514,2,392,'','2013-10-03 09:22:00'),(1515,3,392,'','2013-10-03 09:22:00'),(1516,4,392,'OPD','2013-10-03 09:22:00'),(1517,5,392,'','2013-10-03 09:22:00'),(1518,6,392,'81.00','2013-10-03 09:22:00'),(1519,1,393,'3559553','2013-10-03 09:48:07'),(1520,2,393,'','2013-10-03 09:48:07'),(1521,3,393,'','2013-10-03 09:48:07'),(1522,4,393,'OPD','2013-10-03 09:48:07'),(1523,5,393,'','2013-10-03 09:48:07'),(1524,6,393,'47.00','2013-10-03 09:48:07'),(1525,1,394,'3560206','2013-10-03 10:33:44'),(1526,2,394,'','2013-10-03 10:33:44'),(1527,3,394,'','2013-10-03 10:33:44'),(1528,4,394,'OPD10','2013-10-03 10:33:44'),(1529,5,394,'','2013-10-03 10:33:44'),(1530,6,394,'106','2013-10-03 10:33:44'),(1531,1,395,'3560197','2013-10-03 10:46:31'),(1532,2,395,'','2013-10-03 10:46:31'),(1533,3,395,'','2013-10-03 10:46:31'),(1534,4,395,'OPD','2013-10-03 10:46:31'),(1535,5,395,'','2013-10-03 10:46:31'),(1536,6,395,'183.00','2013-10-03 10:46:31'),(1537,1,397,'','2013-10-03 10:46:31'),(1538,2,397,'','2013-10-03 10:46:31'),(1539,3,397,'','2013-10-03 10:46:31'),(1540,4,397,'','2013-10-03 10:46:31'),(1541,5,397,'','2013-10-03 10:46:31'),(1542,6,397,'','2013-10-03 10:46:31'),(1543,1,400,'','2013-10-03 10:46:31'),(1544,2,400,'','2013-10-03 10:46:31'),(1545,3,400,'','2013-10-03 10:46:31'),(1546,4,400,'','2013-10-03 10:46:31'),(1547,5,400,'','2013-10-03 10:46:31'),(1548,6,400,'','2013-10-03 10:46:31'),(1549,1,401,'','2013-10-03 11:09:05'),(1550,2,401,'','2013-10-03 11:09:05'),(1551,3,401,'','2013-10-03 11:09:05'),(1552,4,401,'OPD','2013-10-03 11:09:05'),(1553,5,401,'','2013-10-03 11:09:05'),(1554,6,401,'44.00','2013-10-03 11:09:05'),(1555,1,402,'','2013-10-03 11:23:34'),(1556,2,402,'','2013-10-03 11:23:34'),(1557,3,402,'','2013-10-03 11:23:34'),(1558,4,402,'OPD','2013-10-03 11:23:34'),(1559,5,402,'','2013-10-03 11:23:34'),(1560,6,402,'39.00','2013-10-03 11:23:34'),(1561,1,403,'','2013-10-03 11:34:57'),(1562,2,403,'','2013-10-03 11:34:57'),(1563,3,403,'','2013-10-03 11:34:57'),(1564,4,403,'','2013-10-03 11:34:57'),(1565,5,403,'','2013-10-03 11:34:57'),(1566,6,403,'','2013-10-03 11:34:57'),(1567,1,404,'','2013-10-03 11:57:42'),(1568,2,404,'','2013-10-03 11:57:42'),(1569,3,404,'','2013-10-03 11:57:42'),(1570,4,404,'','2013-10-03 11:57:42'),(1571,5,404,'','2013-10-03 11:57:42'),(1572,6,404,'','2013-10-03 11:57:43'),(1573,1,405,'3449716','2013-10-03 13:28:42'),(1574,2,405,'','2013-10-03 13:28:42'),(1575,3,405,'','2013-10-03 13:28:42'),(1576,4,405,'OPD','2013-10-03 13:28:42'),(1577,5,405,'','2013-10-03 13:28:42'),(1578,6,405,'171.00','2013-10-03 13:28:42'),(1579,1,406,'3560198','2013-10-03 13:38:37'),(1580,2,406,'585576','2013-10-03 13:38:37'),(1581,3,406,'','2013-10-03 13:38:37'),(1582,4,406,'OPD','2013-10-03 13:38:37'),(1583,5,406,'','2013-10-03 13:38:37'),(1584,6,406,'11.00','2013-10-03 13:38:37'),(1585,1,407,'3560203','2013-10-03 18:55:47'),(1586,2,407,'','2013-10-03 18:55:47'),(1587,3,407,'','2013-10-03 18:55:47'),(1588,4,407,'OPD','2013-10-03 18:55:47'),(1589,5,407,'','2013-10-03 18:55:47'),(1590,6,407,'181','2013-10-03 18:55:47'),(1591,1,409,'','2013-10-03 18:55:48'),(1592,2,409,'','2013-10-03 18:55:48'),(1593,3,409,'','2013-10-03 18:55:48'),(1594,4,409,'','2013-10-03 18:55:48'),(1595,5,409,'','2013-10-03 18:55:48'),(1596,6,409,'','2013-10-03 18:55:48'),(1597,1,410,'3560205','2013-10-03 20:09:42'),(1598,2,410,'','2013-10-03 20:09:42'),(1599,3,410,'','2013-10-03 20:09:42'),(1600,4,410,'OPD','2013-10-03 20:09:42'),(1601,5,410,'','2013-10-03 20:09:42'),(1602,6,410,'13','2013-10-03 20:09:42'),(1603,1,411,'3560209','2013-10-03 20:27:14'),(1604,2,411,'','2013-10-03 20:27:14'),(1605,3,411,'','2013-10-03 20:27:14'),(1606,4,411,'OPD','2013-10-03 20:27:14'),(1607,5,411,'','2013-10-03 20:27:14'),(1608,6,411,'100','2013-10-03 20:27:14'),(1609,1,413,'','2013-10-03 20:27:14'),(1610,2,413,'','2013-10-03 20:27:15'),(1611,3,413,'','2013-10-03 20:27:15'),(1612,4,413,'','2013-10-03 20:27:15'),(1613,5,413,'','2013-10-03 20:27:15'),(1614,6,413,'','2013-10-03 20:27:15'),(1615,1,414,'3560218','2013-10-03 20:30:46'),(1616,2,414,'','2013-10-03 20:30:46'),(1617,3,414,'','2013-10-03 20:30:46'),(1618,4,414,'OPD','2013-10-03 20:30:46'),(1619,5,414,'','2013-10-03 20:30:46'),(1620,6,414,'41','2013-10-03 20:30:46'),(1621,1,416,'','2013-10-03 20:30:46'),(1622,2,416,'','2013-10-03 20:30:46'),(1623,3,416,'','2013-10-03 20:30:46'),(1624,4,416,'','2013-10-03 20:30:46'),(1625,5,416,'','2013-10-03 20:30:46'),(1626,6,416,'','2013-10-03 20:30:46'),(1627,1,417,'3560225','2013-10-03 20:47:02'),(1628,2,417,'','2013-10-03 20:47:02'),(1629,3,417,'','2013-10-03 20:47:02'),(1630,4,417,'OPD','2013-10-03 20:47:02'),(1631,5,417,'','2013-10-03 20:47:02'),(1632,6,417,'79','2013-10-03 20:47:02'),(1633,1,419,'','2013-10-03 20:47:02'),(1634,2,419,'','2013-10-03 20:47:02'),(1635,3,419,'','2013-10-03 20:47:02'),(1636,4,419,'','2013-10-03 20:47:02'),(1637,5,419,'','2013-10-03 20:47:02'),(1638,6,419,'','2013-10-03 20:47:02'),(1639,1,422,'','2013-10-03 20:47:02'),(1640,2,422,'','2013-10-03 20:47:02'),(1641,3,422,'','2013-10-03 20:47:02'),(1642,4,422,'','2013-10-03 20:47:02'),(1643,5,422,'','2013-10-03 20:47:02'),(1644,6,422,'','2013-10-03 20:47:02'),(1645,1,423,'356024','2013-10-03 20:51:15'),(1646,2,423,'585583','2013-10-03 20:51:15'),(1647,3,423,'','2013-10-03 20:51:15'),(1648,4,423,'OPD','2013-10-03 20:51:15'),(1649,5,423,'','2013-10-03 20:51:15'),(1650,6,423,'87','2013-10-03 20:51:15'),(1651,1,425,'','2013-10-03 20:51:15'),(1652,2,425,'','2013-10-03 20:51:15'),(1653,3,425,'','2013-10-03 20:51:15'),(1654,4,425,'','2013-10-03 20:51:15'),(1655,5,425,'','2013-10-03 20:51:15'),(1656,6,425,'','2013-10-03 20:51:15'),(1657,1,428,'','2013-10-03 20:51:16'),(1658,2,428,'','2013-10-03 20:51:16'),(1659,3,428,'','2013-10-03 20:51:16'),(1660,4,428,'','2013-10-03 20:51:16'),(1661,5,428,'','2013-10-03 20:51:16'),(1662,6,428,'','2013-10-03 20:51:16'),(1663,1,429,'3509624','2013-10-03 20:55:40'),(1664,2,429,'','2013-10-03 20:55:40'),(1665,3,429,'','2013-10-03 20:55:40'),(1666,4,429,'OPD','2013-10-03 20:55:40'),(1667,5,429,'','2013-10-03 20:55:40'),(1668,6,429,'12.00','2013-10-03 20:55:40'),(1669,1,430,'3559701','2013-10-03 20:58:23'),(1670,2,430,'585590','2013-10-03 20:58:23'),(1671,3,430,'','2013-10-03 20:58:23'),(1672,4,430,'OPD','2013-10-03 20:58:23'),(1673,5,430,'','2013-10-03 20:58:23'),(1674,6,430,'36.00','2013-10-03 20:58:23'),(1675,1,431,'3560285','2013-10-03 21:04:56'),(1676,2,431,'','2013-10-03 21:04:56'),(1677,3,431,'','2013-10-03 21:04:56'),(1678,4,431,'OPD','2013-10-03 21:04:56'),(1679,5,431,'','2013-10-03 21:04:56'),(1680,6,431,'141','2013-10-03 21:04:56'),(1681,1,433,'','2013-10-03 21:04:56'),(1682,2,433,'','2013-10-03 21:04:56'),(1683,3,433,'','2013-10-03 21:04:56'),(1684,4,433,'','2013-10-03 21:04:56'),(1685,5,433,'','2013-10-03 21:04:56'),(1686,6,433,'','2013-10-03 21:04:56'),(1687,1,434,'','2013-10-03 21:11:54'),(1688,2,434,'','2013-10-03 21:11:54'),(1689,3,434,'MEDICALS','2013-10-03 21:11:54'),(1690,4,434,'OPD','2013-10-03 21:11:54'),(1691,5,434,'','2013-10-03 21:11:54'),(1692,6,434,'','2013-10-03 21:11:54'),(1693,1,436,'','2013-10-03 21:11:54'),(1694,2,436,'','2013-10-03 21:11:54'),(1695,3,436,'','2013-10-03 21:11:54'),(1696,4,436,'','2013-10-03 21:11:54'),(1697,5,436,'','2013-10-03 21:11:54'),(1698,6,436,'','2013-10-03 21:11:54'),(1699,1,439,'','2013-10-03 21:11:54'),(1700,2,439,'','2013-10-03 21:11:54'),(1701,3,439,'','2013-10-03 21:11:54'),(1702,4,439,'','2013-10-03 21:11:54'),(1703,5,439,'','2013-10-03 21:11:54'),(1704,6,439,'','2013-10-03 21:11:54'),(1705,1,443,'','2013-10-03 21:11:55'),(1706,2,443,'','2013-10-03 21:11:55'),(1707,3,443,'','2013-10-03 21:11:55'),(1708,4,443,'','2013-10-03 21:11:55'),(1709,5,443,'','2013-10-03 21:11:55'),(1710,6,443,'','2013-10-03 21:11:55'),(1711,1,444,'3560283','2013-10-03 22:13:38'),(1712,2,444,'','2013-10-03 22:13:38'),(1713,3,444,'','2013-10-03 22:13:38'),(1714,4,444,'OPD','2013-10-03 22:13:38'),(1715,5,444,'','2013-10-03 22:13:38'),(1716,6,444,'35','2013-10-03 22:13:38'),(1717,1,445,'3560287','2013-10-03 22:17:21'),(1718,2,445,'585599','2013-10-03 22:17:21'),(1719,3,445,'','2013-10-03 22:17:21'),(1720,4,445,'OPD','2013-10-03 22:17:21'),(1721,5,445,'','2013-10-03 22:17:21'),(1722,6,445,'131','2013-10-03 22:17:21'),(1723,1,447,'','2013-10-03 22:17:21'),(1724,2,447,'','2013-10-03 22:17:21'),(1725,3,447,'','2013-10-03 22:17:21'),(1726,4,447,'','2013-10-03 22:17:21'),(1727,5,447,'','2013-10-03 22:17:21'),(1728,6,447,'','2013-10-03 22:17:21'),(1729,1,448,'3551772','2013-10-03 22:20:59'),(1730,2,448,'582838','2013-10-03 22:20:59'),(1731,3,448,'','2013-10-03 22:20:59'),(1732,4,448,'','2013-10-03 22:20:59'),(1733,5,448,'','2013-10-03 22:20:59'),(1734,6,448,'47','2013-10-03 22:20:59'),(1735,1,450,'','2013-10-03 22:20:59'),(1736,2,450,'','2013-10-03 22:20:59'),(1737,3,450,'','2013-10-03 22:20:59'),(1738,4,450,'','2013-10-03 22:20:59'),(1739,5,450,'','2013-10-03 22:20:59'),(1740,6,450,'','2013-10-03 22:20:59'),(1741,1,451,'3560304','2013-10-03 22:26:53'),(1742,2,451,'','2013-10-03 22:26:53'),(1743,3,451,'','2013-10-03 22:26:53'),(1744,4,451,'OPD','2013-10-03 22:26:53'),(1745,5,451,'','2013-10-03 22:26:53'),(1746,6,451,'156','2013-10-03 22:26:53'),(1747,1,453,'','2013-10-03 22:26:53'),(1748,2,453,'','2013-10-03 22:26:53'),(1749,3,453,'','2013-10-03 22:26:53'),(1750,4,453,'','2013-10-03 22:26:53'),(1751,5,453,'','2013-10-03 22:26:53'),(1752,6,453,'','2013-10-03 22:26:53'),(1753,1,454,'3560307','2013-10-03 22:45:22'),(1754,2,454,'585603','2013-10-03 22:45:22'),(1755,3,454,'','2013-10-03 22:45:22'),(1756,4,454,'OPD','2013-10-03 22:45:22'),(1757,5,454,'','2013-10-03 22:45:22'),(1758,6,454,'320.00','2013-10-03 22:45:22'),(1759,1,456,'','2013-10-03 22:45:22'),(1760,2,456,'','2013-10-03 22:45:22'),(1761,3,456,'','2013-10-03 22:45:22'),(1762,4,456,'','2013-10-03 22:45:22'),(1763,5,456,'','2013-10-03 22:45:22'),(1764,6,456,'','2013-10-03 22:45:22'),(1765,1,459,'','2013-10-03 22:45:23'),(1766,2,459,'','2013-10-03 22:45:23'),(1767,3,459,'','2013-10-03 22:45:23'),(1768,4,459,'','2013-10-03 22:45:23'),(1769,5,459,'','2013-10-03 22:45:23'),(1770,6,459,'','2013-10-03 22:45:23'),(1771,1,463,'','2013-10-03 22:45:23'),(1772,2,463,'','2013-10-03 22:45:23'),(1773,3,463,'','2013-10-03 22:45:23'),(1774,4,463,'','2013-10-03 22:45:23'),(1775,5,463,'','2013-10-03 22:45:23'),(1776,6,463,'','2013-10-03 22:45:23'),(1777,1,464,'3560793','2013-10-04 05:37:56'),(1778,2,464,'585746','2013-10-04 05:37:56'),(1779,3,464,'','2013-10-04 05:37:56'),(1780,4,464,'OPD','2013-10-04 05:37:56'),(1781,5,464,'','2013-10-04 05:37:56'),(1782,6,464,'32.00','2013-10-04 05:37:56'),(1783,1,466,'','2013-10-04 05:37:56'),(1784,2,466,'','2013-10-04 05:37:56'),(1785,3,466,'','2013-10-04 05:37:56'),(1786,4,466,'','2013-10-04 05:37:56'),(1787,5,466,'','2013-10-04 05:37:56'),(1788,6,466,'','2013-10-04 05:37:56'),(1789,1,467,'3560797','2013-10-04 05:44:25'),(1790,2,467,'','2013-10-04 05:44:25'),(1791,3,467,'','2013-10-04 05:44:25'),(1792,4,467,'OPD','2013-10-04 05:44:25'),(1793,5,467,'','2013-10-04 05:44:25'),(1794,6,467,'81.00','2013-10-04 05:44:25'),(1795,1,468,'3560310','2013-10-04 05:50:12'),(1796,2,468,'','2013-10-04 05:50:12'),(1797,3,468,'','2013-10-04 05:50:12'),(1798,4,468,'OPD','2013-10-04 05:50:12'),(1799,5,468,'','2013-10-04 05:50:12'),(1800,6,468,'48.00','2013-10-04 05:50:12'),(1801,1,469,'3560321','2013-10-04 05:54:17'),(1802,2,469,'','2013-10-04 05:54:17'),(1803,3,469,'','2013-10-04 05:54:17'),(1804,4,469,'OPD','2013-10-04 05:54:17'),(1805,5,469,'','2013-10-04 05:54:17'),(1806,6,469,'34.00','2013-10-04 05:54:17'),(1807,1,471,'','2013-10-04 05:54:17'),(1808,2,471,'','2013-10-04 05:54:17'),(1809,3,471,'','2013-10-04 05:54:17'),(1810,4,471,'','2013-10-04 05:54:17'),(1811,5,471,'','2013-10-04 05:54:17'),(1812,6,471,'','2013-10-04 05:54:17'),(1813,1,472,'3560330','2013-10-04 05:59:51'),(1814,2,472,'585610','2013-10-04 05:59:51'),(1815,3,472,'','2013-10-04 05:59:51'),(1816,4,472,'OPD','2013-10-04 05:59:51'),(1817,5,472,'','2013-10-04 05:59:51'),(1818,6,472,'194','2013-10-04 05:59:51'),(1819,1,474,'','2013-10-04 05:59:52'),(1820,2,474,'','2013-10-04 05:59:52'),(1821,3,474,'','2013-10-04 05:59:52'),(1822,4,474,'','2013-10-04 05:59:52'),(1823,5,474,'','2013-10-04 05:59:52'),(1824,6,474,'','2013-10-04 05:59:52'),(1825,1,477,'','2013-10-04 05:59:52'),(1826,2,477,'','2013-10-04 05:59:52'),(1827,3,477,'','2013-10-04 05:59:52'),(1828,4,477,'','2013-10-04 05:59:52'),(1829,5,477,'','2013-10-04 05:59:52'),(1830,6,477,'','2013-10-04 05:59:52'),(1831,1,478,'3560585','2013-10-04 06:03:28'),(1832,2,478,'','2013-10-04 06:03:28'),(1833,3,478,'','2013-10-04 06:03:28'),(1834,4,478,'OPD','2013-10-04 06:03:28'),(1835,5,478,'','2013-10-04 06:03:28'),(1836,6,478,'94.00','2013-10-04 06:03:28'),(1837,1,480,'','2013-10-04 06:03:29'),(1838,2,480,'','2013-10-04 06:03:29'),(1839,3,480,'','2013-10-04 06:03:29'),(1840,4,480,'','2013-10-04 06:03:29'),(1841,5,480,'','2013-10-04 06:03:29'),(1842,6,480,'','2013-10-04 06:03:29'),(1843,1,481,'3560595','2013-10-04 06:08:39'),(1844,2,481,'','2013-10-04 06:08:39'),(1845,3,481,'','2013-10-04 06:08:39'),(1846,4,481,'OPD','2013-10-04 06:08:39'),(1847,5,481,'','2013-10-04 06:08:39'),(1848,6,481,'66','2013-10-04 06:08:39'),(1849,1,482,'3560615','2013-10-04 06:15:45'),(1850,2,482,'','2013-10-04 06:15:45'),(1851,3,482,'','2013-10-04 06:15:45'),(1852,4,482,'OPD','2013-10-04 06:15:45'),(1853,5,482,'','2013-10-04 06:15:45'),(1854,6,482,'81.00','2013-10-04 06:15:45'),(1855,1,483,'3560823','2013-10-04 06:30:20'),(1856,2,483,'','2013-10-04 06:30:20'),(1857,3,483,'','2013-10-04 06:30:20'),(1858,4,483,'WARD','2013-10-04 06:30:20'),(1859,5,483,'','2013-10-04 06:30:20'),(1860,6,483,'76.00','2013-10-04 06:30:20'),(1861,1,485,'','2013-10-04 06:30:20'),(1862,2,485,'','2013-10-04 06:30:20'),(1863,3,485,'','2013-10-04 06:30:20'),(1864,4,485,'','2013-10-04 06:30:20'),(1865,5,485,'','2013-10-04 06:30:20'),(1866,6,485,'','2013-10-04 06:30:20'),(1867,1,486,'3560796','2013-10-04 06:36:15'),(1868,2,486,'585749','2013-10-04 06:36:15'),(1869,3,486,'','2013-10-04 06:36:15'),(1870,4,486,'OPD','2013-10-04 06:36:15'),(1871,5,486,'','2013-10-04 06:36:15'),(1872,6,486,'','2013-10-04 06:36:15'),(1873,1,488,'','2013-10-04 06:36:18'),(1874,2,488,'','2013-10-04 06:36:18'),(1875,3,488,'','2013-10-04 06:36:18'),(1876,4,488,'','2013-10-04 06:36:18'),(1877,5,488,'','2013-10-04 06:36:18'),(1878,6,488,'','2013-10-04 06:36:18'),(1879,1,489,'3560826','2013-10-04 06:39:11'),(1880,2,489,'585751','2013-10-04 06:39:11'),(1881,3,489,'','2013-10-04 06:39:11'),(1882,4,489,'OPD','2013-10-04 06:39:11'),(1883,5,489,'','2013-10-04 06:39:11'),(1884,6,489,'20','2013-10-04 06:39:11'),(1885,1,490,'3560832','2013-10-04 08:10:16'),(1886,2,490,'','2013-10-04 08:10:16'),(1887,3,490,'','2013-10-04 08:10:16'),(1888,4,490,'OPD','2013-10-04 08:10:16'),(1889,5,490,'','2013-10-04 08:10:16'),(1890,6,490,'189.00','2013-10-04 08:10:16'),(1891,1,492,'','2013-10-04 08:10:16'),(1892,2,492,'','2013-10-04 08:10:16'),(1893,3,492,'','2013-10-04 08:10:16'),(1894,4,492,'','2013-10-04 08:10:16'),(1895,5,492,'','2013-10-04 08:10:16'),(1896,6,492,'','2013-10-04 08:10:16'),(1897,1,495,'','2013-10-04 08:10:16'),(1898,2,495,'','2013-10-04 08:10:16'),(1899,3,495,'','2013-10-04 08:10:16'),(1900,4,495,'','2013-10-04 08:10:16'),(1901,5,495,'','2013-10-04 08:10:16'),(1902,6,495,'','2013-10-04 08:10:16'),(1903,1,499,'','2013-10-04 08:10:17'),(1904,2,499,'','2013-10-04 08:10:17'),(1905,3,499,'','2013-10-04 08:10:17'),(1906,4,499,'','2013-10-04 08:10:17'),(1907,5,499,'','2013-10-04 08:10:17'),(1908,6,499,'','2013-10-04 08:10:17'),(1909,1,500,'3557529','2013-10-04 08:13:31'),(1910,2,500,'','2013-10-04 08:13:31'),(1911,3,500,'','2013-10-04 08:13:31'),(1912,4,500,'OPD','2013-10-04 08:13:31'),(1913,5,500,'','2013-10-04 08:13:31'),(1914,6,500,'247.40','2013-10-04 08:13:31'),(1915,1,502,'','2013-10-04 08:13:31'),(1916,2,502,'','2013-10-04 08:13:31'),(1917,3,502,'','2013-10-04 08:13:31'),(1918,4,502,'','2013-10-04 08:13:31'),(1919,5,502,'','2013-10-04 08:13:31'),(1920,6,502,'','2013-10-04 08:13:31'),(1921,1,505,'','2013-10-04 08:13:31'),(1922,2,505,'','2013-10-04 08:13:31'),(1923,3,505,'','2013-10-04 08:13:31'),(1924,4,505,'','2013-10-04 08:13:31'),(1925,5,505,'','2013-10-04 08:13:31'),(1926,6,505,'','2013-10-04 08:13:31'),(1927,1,506,'3551938','2013-10-04 08:17:07'),(1928,2,506,'','2013-10-04 08:17:07'),(1929,3,506,'','2013-10-04 08:17:07'),(1930,4,506,'OPD','2013-10-04 08:17:07'),(1931,5,506,'','2013-10-04 08:17:07'),(1932,6,506,'150.00','2013-10-04 08:17:07'),(1933,1,508,'','2013-10-04 08:17:07'),(1934,2,508,'','2013-10-04 08:17:07'),(1935,3,508,'','2013-10-04 08:17:07'),(1936,4,508,'','2013-10-04 08:17:07'),(1937,5,508,'','2013-10-04 08:17:07'),(1938,6,508,'','2013-10-04 08:17:07'),(1939,1,511,'','2013-10-04 08:17:07'),(1940,2,511,'','2013-10-04 08:17:07'),(1941,3,511,'','2013-10-04 08:17:07'),(1942,4,511,'','2013-10-04 08:17:07'),(1943,5,511,'','2013-10-04 08:17:07'),(1944,6,511,'','2013-10-04 08:17:07'),(1945,1,515,'','2013-10-04 08:17:07'),(1946,2,515,'','2013-10-04 08:17:07'),(1947,3,515,'','2013-10-04 08:17:07'),(1948,4,515,'','2013-10-04 08:17:07'),(1949,5,515,'','2013-10-04 08:17:07'),(1950,6,515,'','2013-10-04 08:17:07'),(1951,1,516,'3560849','2013-10-04 08:23:04'),(1952,2,516,'','2013-10-04 08:23:04'),(1953,3,516,'','2013-10-04 08:23:04'),(1954,4,516,'OPD','2013-10-04 08:23:04'),(1955,5,516,'','2013-10-04 08:23:04'),(1956,6,516,'316.00','2013-10-04 08:23:04'),(1957,1,518,'','2013-10-04 08:23:04'),(1958,2,518,'','2013-10-04 08:23:04'),(1959,3,518,'','2013-10-04 08:23:04'),(1960,4,518,'','2013-10-04 08:23:04'),(1961,5,518,'','2013-10-04 08:23:04'),(1962,6,518,'','2013-10-04 08:23:04'),(1963,1,521,'','2013-10-04 08:23:04'),(1964,2,521,'','2013-10-04 08:23:04'),(1965,3,521,'','2013-10-04 08:23:04'),(1966,4,521,'','2013-10-04 08:23:04'),(1967,5,521,'','2013-10-04 08:23:04'),(1968,6,521,'','2013-10-04 08:23:04'),(1969,1,522,'','2013-10-04 09:00:20'),(1970,2,522,'585763','2013-10-04 09:00:20'),(1971,3,522,'','2013-10-04 09:00:20'),(1972,4,522,'OPD','2013-10-04 09:00:20'),(1973,5,522,'','2013-10-04 09:00:20'),(1974,6,522,'15.00','2013-10-04 09:00:20'),(1975,1,523,'3560875','2013-10-04 09:03:29'),(1976,2,523,'585766','2013-10-04 09:03:29'),(1977,3,523,'','2013-10-04 09:03:29'),(1978,4,523,'OPD','2013-10-04 09:03:29'),(1979,5,523,'','2013-10-04 09:03:29'),(1980,6,523,'49.00','2013-10-04 09:03:29'),(1981,1,525,'','2013-10-04 09:03:29'),(1982,2,525,'','2013-10-04 09:03:29'),(1983,3,525,'','2013-10-04 09:03:29'),(1984,4,525,'','2013-10-04 09:03:29'),(1985,5,525,'','2013-10-04 09:03:29'),(1986,6,525,'','2013-10-04 09:03:29'),(1987,1,528,'','2013-10-04 09:03:29'),(1988,2,528,'','2013-10-04 09:03:29'),(1989,3,528,'','2013-10-04 09:03:29'),(1990,4,528,'','2013-10-04 09:03:29'),(1991,5,528,'','2013-10-04 09:03:29'),(1992,6,528,'','2013-10-04 09:03:29'),(1993,1,529,'3460679','2013-10-04 09:49:44'),(1994,2,529,'585770','2013-10-04 09:49:44'),(1995,3,529,'','2013-10-04 09:49:44'),(1996,4,529,'OPD','2013-10-04 09:49:44'),(1997,5,529,'','2013-10-04 09:49:44'),(1998,6,529,'97.00','2013-10-04 09:49:44'),(1999,1,530,'3568657','2013-10-04 10:23:10'),(2000,2,530,'','2013-10-04 10:23:10'),(2001,3,530,'','2013-10-04 10:23:10'),(2002,4,530,'OPD','2013-10-04 10:23:10'),(2003,5,530,'','2013-10-04 10:23:10'),(2004,6,530,'57.00','2013-10-04 10:23:10'),(2005,1,532,'','2013-10-04 10:23:10'),(2006,2,532,'','2013-10-04 10:23:10'),(2007,3,532,'','2013-10-04 10:23:10'),(2008,4,532,'','2013-10-04 10:23:10'),(2009,5,532,'','2013-10-04 10:23:10'),(2010,6,532,'','2013-10-04 10:23:10'),(2011,1,533,'356886','2013-10-04 10:44:57'),(2012,2,533,'','2013-10-04 10:44:57'),(2013,3,533,'','2013-10-04 10:44:57'),(2014,4,533,'OPD','2013-10-04 10:44:57'),(2015,5,533,'','2013-10-04 10:44:57'),(2016,6,533,'22.00','2013-10-04 10:44:57'),(2017,1,534,'3560700','2013-10-04 10:48:39'),(2018,2,534,'','2013-10-04 10:48:39'),(2019,3,534,'','2013-10-04 10:48:39'),(2020,4,534,'OPD','2013-10-04 10:48:39'),(2021,5,534,'','2013-10-04 10:48:39'),(2022,6,534,'182.00','2013-10-04 10:48:39'),(2023,1,536,'','2013-10-04 10:48:39'),(2024,2,536,'','2013-10-04 10:48:39'),(2025,3,536,'','2013-10-04 10:48:39'),(2026,4,536,'','2013-10-04 10:48:39'),(2027,5,536,'','2013-10-04 10:48:39'),(2028,6,536,'','2013-10-04 10:48:39'),(2029,1,539,'','2013-10-04 10:48:40'),(2030,2,539,'','2013-10-04 10:48:40'),(2031,3,539,'','2013-10-04 10:48:40'),(2032,4,539,'','2013-10-04 10:48:40'),(2033,5,539,'','2013-10-04 10:48:40'),(2034,6,539,'','2013-10-04 10:48:40'),(2035,1,540,'3560882','2013-10-04 10:50:53'),(2036,2,540,'585771','2013-10-04 10:50:53'),(2037,3,540,'','2013-10-04 10:50:53'),(2038,4,540,'OPD','2013-10-04 10:50:53'),(2039,5,540,'','2013-10-04 10:50:53'),(2040,6,540,'32.00','2013-10-04 10:50:53'),(2041,1,542,'','2013-10-04 10:50:54'),(2042,2,542,'','2013-10-04 10:50:54'),(2043,3,542,'','2013-10-04 10:50:54'),(2044,4,542,'','2013-10-04 10:50:54'),(2045,5,542,'','2013-10-04 10:50:54'),(2046,6,542,'','2013-10-04 10:50:54'),(2047,1,543,'3560892','2013-10-04 11:05:02'),(2048,2,543,'','2013-10-04 11:05:02'),(2049,3,543,'','2013-10-04 11:05:02'),(2050,4,543,'OPD','2013-10-04 11:05:02'),(2051,5,543,'','2013-10-04 11:05:02'),(2052,6,543,'208.24','2013-10-04 11:05:02'),(2053,1,545,'','2013-10-04 11:05:02'),(2054,2,545,'','2013-10-04 11:05:02'),(2055,3,545,'','2013-10-04 11:05:02'),(2056,4,545,'','2013-10-04 11:05:02'),(2057,5,545,'','2013-10-04 11:05:02'),(2058,6,545,'','2013-10-04 11:05:02'),(2059,1,546,'3560910','2013-10-04 11:10:29'),(2060,2,546,'','2013-10-04 11:10:29'),(2061,3,546,'','2013-10-04 11:10:29'),(2062,4,546,'OPD','2013-10-04 11:10:29'),(2063,5,546,'','2013-10-04 11:10:29'),(2064,6,546,'57.00','2013-10-04 11:10:29'),(2065,1,548,'','2013-10-04 11:10:29'),(2066,2,548,'','2013-10-04 11:10:29'),(2067,3,548,'','2013-10-04 11:10:29'),(2068,4,548,'','2013-10-04 11:10:29'),(2069,5,548,'','2013-10-04 11:10:29'),(2070,6,548,'','2013-10-04 11:10:29'),(2071,1,549,'3560915','2013-10-04 11:21:10'),(2072,2,549,'','2013-10-04 11:21:10'),(2073,3,549,'','2013-10-04 11:21:10'),(2074,4,549,'','2013-10-04 11:21:10'),(2075,5,549,'214538','2013-10-04 11:21:10'),(2076,6,549,'125.00','2013-10-04 11:21:10'),(2077,1,551,'','2013-10-04 11:21:10'),(2078,2,551,'','2013-10-04 11:21:10'),(2079,3,551,'','2013-10-04 11:21:10'),(2080,4,551,'','2013-10-04 11:21:10'),(2081,5,551,'','2013-10-04 11:21:10'),(2082,6,551,'','2013-10-04 11:21:10'),(2083,1,554,'','2013-10-04 11:21:10'),(2084,2,554,'','2013-10-04 11:21:10'),(2085,3,554,'','2013-10-04 11:21:10'),(2086,4,554,'','2013-10-04 11:21:10'),(2087,5,554,'','2013-10-04 11:21:10'),(2088,6,554,'','2013-10-04 11:21:10'),(2089,1,555,'3560923','2013-10-04 11:34:31'),(2090,2,555,'','2013-10-04 11:34:31'),(2091,3,555,'','2013-10-04 11:34:31'),(2092,4,555,'OPD','2013-10-04 11:34:31'),(2093,5,555,'','2013-10-04 11:34:31'),(2094,6,555,'22.00','2013-10-04 11:34:31'),(2095,1,556,'3560926','2013-10-04 11:36:56'),(2096,2,556,'','2013-10-04 11:36:56'),(2097,3,556,'','2013-10-04 11:36:56'),(2098,4,556,'OPD','2013-10-04 11:36:56'),(2099,5,556,'','2013-10-04 11:36:56'),(2100,6,556,'53.24','2013-10-04 11:36:56'),(2101,1,558,'','2013-10-04 11:36:56'),(2102,2,558,'','2013-10-04 11:36:56'),(2103,3,558,'','2013-10-04 11:36:56'),(2104,4,558,'','2013-10-04 11:36:56'),(2105,5,558,'','2013-10-04 11:36:56'),(2106,6,558,'','2013-10-04 11:36:56'),(2107,1,559,'3560932','2013-10-04 11:40:11'),(2108,2,559,'585785','2013-10-04 11:40:11'),(2109,3,559,'','2013-10-04 11:40:11'),(2110,4,559,'OPD','2013-10-04 11:40:11'),(2111,5,559,'','2013-10-04 11:40:11'),(2112,6,559,'62.00','2013-10-04 11:40:11'),(2113,1,561,'','2013-10-04 11:40:14'),(2114,2,561,'','2013-10-04 11:40:14'),(2115,3,561,'','2013-10-04 11:40:14'),(2116,4,561,'','2013-10-04 11:40:14'),(2117,5,561,'','2013-10-04 11:40:14'),(2118,6,561,'','2013-10-04 11:40:14'),(2119,1,564,'','2013-10-04 11:40:14'),(2120,2,564,'','2013-10-04 11:40:14'),(2121,3,564,'','2013-10-04 11:40:14'),(2122,4,564,'','2013-10-04 11:40:14'),(2123,5,564,'','2013-10-04 11:40:14'),(2124,6,564,'','2013-10-04 11:40:14'),(2125,1,565,'3560942','2013-10-04 11:43:42'),(2126,2,565,'','2013-10-04 11:43:42'),(2127,3,565,'','2013-10-04 11:43:42'),(2128,4,565,'OPD','2013-10-04 11:43:42'),(2129,5,565,'','2013-10-04 11:43:42'),(2130,6,565,'121.00','2013-10-04 11:43:42'),(2131,1,566,'3560947','2013-10-04 11:45:11'),(2132,2,566,'','2013-10-04 11:45:11'),(2133,3,566,'','2013-10-04 11:45:11'),(2134,4,566,'OPD','2013-10-04 11:45:11'),(2135,5,566,'37.00','2013-10-04 11:45:11'),(2136,6,566,'','2013-10-04 11:45:11'),(2137,1,567,'3560949','2013-10-04 11:46:46'),(2138,2,567,'','2013-10-04 11:46:46'),(2139,3,567,'','2013-10-04 11:46:46'),(2140,4,567,'OPD','2013-10-04 11:46:46'),(2141,5,567,'','2013-10-04 11:46:46'),(2142,6,567,'37.00','2013-10-04 11:46:46'),(2143,1,568,'3560954','2013-10-04 11:48:42'),(2144,2,568,'','2013-10-04 11:48:42'),(2145,3,568,'','2013-10-04 11:48:42'),(2146,4,568,'OPD','2013-10-04 11:48:42'),(2147,5,568,'','2013-10-04 11:48:42'),(2148,6,568,'37.00','2013-10-04 11:48:42'),(2149,1,569,'3560497','2013-10-04 11:50:10'),(2150,2,569,'585792','2013-10-04 11:50:10'),(2151,3,569,'','2013-10-04 11:50:10'),(2152,4,569,'OPD','2013-10-04 11:50:10'),(2153,5,569,'','2013-10-04 11:50:10'),(2154,6,569,'12.00','2013-10-04 11:50:10'),(2155,1,570,'3560956','2013-10-04 11:52:39'),(2156,2,570,'585793','2013-10-04 11:52:39'),(2157,3,570,'','2013-10-04 11:52:39'),(2158,4,570,'OPD','2013-10-04 11:52:39'),(2159,5,570,'','2013-10-04 11:52:39'),(2160,6,570,'56.00','2013-10-04 11:52:39'),(2161,1,572,'','2013-10-04 11:52:39'),(2162,2,572,'','2013-10-04 11:52:39'),(2163,3,572,'','2013-10-04 11:52:39'),(2164,4,572,'','2013-10-04 11:52:39'),(2165,5,572,'','2013-10-04 11:52:39'),(2166,6,572,'','2013-10-04 11:52:39'),(2167,1,573,'3560959','2013-10-04 11:55:40'),(2168,2,573,'','2013-10-04 11:55:40'),(2169,3,573,'','2013-10-04 11:55:40'),(2170,4,573,'OPD','2013-10-04 11:55:40'),(2171,5,573,'','2013-10-04 11:55:40'),(2172,6,573,'86.00','2013-10-04 11:55:40'),(2173,1,574,'3560959','2013-10-04 11:55:43'),(2174,2,574,'','2013-10-04 11:55:43'),(2175,3,574,'','2013-10-04 11:55:43'),(2176,4,574,'OPD','2013-10-04 11:55:43'),(2177,5,574,'','2013-10-04 11:55:43'),(2178,6,574,'86.00','2013-10-04 11:55:43'),(2179,1,575,'3560977','2013-10-04 11:58:11'),(2180,2,575,'585600','2013-10-04 11:58:11'),(2181,3,575,'','2013-10-04 11:58:11'),(2182,4,575,'','2013-10-04 11:58:11'),(2183,5,575,'','2013-10-04 11:58:11'),(2184,6,575,'45.00','2013-10-04 11:58:11'),(2185,1,576,'3560983','2013-10-04 12:24:42'),(2186,2,576,'','2013-10-04 12:24:42'),(2187,3,576,'','2013-10-04 12:24:42'),(2188,4,576,'OPD','2013-10-04 12:24:42'),(2189,5,576,'','2013-10-04 12:24:42'),(2190,6,576,'','2013-10-04 12:24:42'),(2191,1,577,'','2013-10-05 19:15:03'),(2192,2,577,'586091','2013-10-05 19:15:03'),(2193,3,577,'','2013-10-05 19:15:03'),(2194,4,577,'OPD','2013-10-05 19:15:03'),(2195,5,577,'','2013-10-05 19:15:03'),(2196,6,577,'61','2013-10-05 19:15:03'),(2197,1,579,'','2013-10-05 19:15:03'),(2198,2,579,'','2013-10-05 19:15:03'),(2199,3,579,'','2013-10-05 19:15:03'),(2200,4,579,'','2013-10-05 19:15:03'),(2201,5,579,'','2013-10-05 19:15:03'),(2202,6,579,'','2013-10-05 19:15:03'),(2203,1,580,'3561978','2013-10-05 19:22:17'),(2204,2,580,'','2013-10-05 19:22:17'),(2205,3,580,'','2013-10-05 19:22:17'),(2206,4,580,'','2013-10-05 19:22:17'),(2207,5,580,'W','2013-10-05 19:22:17'),(2208,6,580,'71','2013-10-05 19:22:17'),(2209,1,582,'','2013-10-05 19:22:17'),(2210,2,582,'','2013-10-05 19:22:17'),(2211,3,582,'','2013-10-05 19:22:17'),(2212,4,582,'','2013-10-05 19:22:17'),(2213,5,582,'','2013-10-05 19:22:17'),(2214,6,582,'','2013-10-05 19:22:17'),(2215,1,583,'3559075','2013-10-05 20:48:45'),(2216,2,583,'','2013-10-05 20:48:45'),(2217,3,583,'','2013-10-05 20:48:45'),(2218,4,583,'OPD','2013-10-05 20:48:45'),(2219,5,583,'','2013-10-05 20:48:45'),(2220,6,583,'113','2013-10-05 20:48:45'),(2221,1,585,'','2013-10-05 20:48:46'),(2222,2,585,'','2013-10-05 20:48:46'),(2223,3,585,'','2013-10-05 20:48:46'),(2224,4,585,'','2013-10-05 20:48:46'),(2225,5,585,'','2013-10-05 20:48:46'),(2226,6,585,'','2013-10-05 20:48:46'),(2227,1,586,'3559085','2013-10-05 20:52:21'),(2228,2,586,'','2013-10-05 20:52:21'),(2229,3,586,'','2013-10-05 20:52:21'),(2230,4,586,'OPD','2013-10-05 20:52:21'),(2231,5,586,'','2013-10-05 20:52:21'),(2232,6,586,'161','2013-10-05 20:52:21'),(2233,1,588,'','2013-10-05 20:52:21'),(2234,2,588,'','2013-10-05 20:52:21'),(2235,3,588,'','2013-10-05 20:52:21'),(2236,4,588,'','2013-10-05 20:52:21'),(2237,5,588,'','2013-10-05 20:52:21'),(2238,6,588,'','2013-10-05 20:52:21'),(2239,1,589,'3559116','2013-10-05 20:57:09'),(2240,2,589,'585249','2013-10-05 20:57:09'),(2241,3,589,'','2013-10-05 20:57:09'),(2242,4,589,'OPD','2013-10-05 20:57:09'),(2243,5,589,'','2013-10-05 20:57:09'),(2244,6,589,'120','2013-10-05 20:57:09'),(2245,1,591,'','2013-10-05 20:57:09'),(2246,2,591,'','2013-10-05 20:57:09'),(2247,3,591,'','2013-10-05 20:57:09'),(2248,4,591,'','2013-10-05 20:57:09'),(2249,5,591,'','2013-10-05 20:57:09'),(2250,6,591,'','2013-10-05 20:57:09'),(2251,1,592,'3559149','2013-10-05 21:01:04'),(2252,2,592,'','2013-10-05 21:01:04'),(2253,3,592,'','2013-10-05 21:01:04'),(2254,4,592,'OPD','2013-10-05 21:01:04'),(2255,5,592,'','2013-10-05 21:01:04'),(2256,6,592,'271','2013-10-05 21:01:04'),(2257,1,594,'','2013-10-05 21:01:04'),(2258,2,594,'','2013-10-05 21:01:04'),(2259,3,594,'','2013-10-05 21:01:04'),(2260,4,594,'','2013-10-05 21:01:04'),(2261,5,594,'','2013-10-05 21:01:04'),(2262,6,594,'','2013-10-05 21:01:04'),(2263,1,597,'','2013-10-05 21:01:05'),(2264,2,597,'','2013-10-05 21:01:05'),(2265,3,597,'','2013-10-05 21:01:05'),(2266,4,597,'','2013-10-05 21:01:05'),(2267,5,597,'','2013-10-05 21:01:05'),(2268,6,597,'','2013-10-05 21:01:05'),(2269,1,598,'3559162','2013-10-05 21:04:19'),(2270,2,598,'585262','2013-10-05 21:04:19'),(2271,3,598,'','2013-10-05 21:04:19'),(2272,4,598,'OPD','2013-10-05 21:04:19'),(2273,5,598,'','2013-10-05 21:04:19'),(2274,6,598,'92','2013-10-05 21:04:19'),(2275,1,600,'','2013-10-05 21:04:20'),(2276,2,600,'','2013-10-05 21:04:20'),(2277,3,600,'','2013-10-05 21:04:20'),(2278,4,600,'','2013-10-05 21:04:20'),(2279,5,600,'','2013-10-05 21:04:20'),(2280,6,600,'','2013-10-05 21:04:20'),(2281,1,601,'3559185','2013-10-05 21:07:26'),(2282,2,601,'','2013-10-05 21:07:26'),(2283,3,601,'','2013-10-05 21:07:26'),(2284,4,601,'OPD','2013-10-05 21:07:26'),(2285,5,601,'','2013-10-05 21:07:26'),(2286,6,601,'85','2013-10-05 21:07:26'),(2287,1,603,'','2013-10-05 21:07:26'),(2288,2,603,'','2013-10-05 21:07:26'),(2289,3,603,'','2013-10-05 21:07:26'),(2290,4,603,'','2013-10-05 21:07:26'),(2291,5,603,'','2013-10-05 21:07:26'),(2292,6,603,'','2013-10-05 21:07:26'),(2293,1,604,'3559196','2013-10-05 21:17:58'),(2294,2,604,'','2013-10-05 21:17:58'),(2295,3,604,'','2013-10-05 21:17:58'),(2296,4,604,'OPD','2013-10-05 21:17:58'),(2297,5,604,'','2013-10-05 21:17:58'),(2298,6,604,'66','2013-10-05 21:17:58'),(2299,1,605,'3559191','2013-10-05 21:21:04'),(2300,2,605,'','2013-10-05 21:21:04'),(2301,3,605,'','2013-10-05 21:21:04'),(2302,4,605,'OPD','2013-10-05 21:21:04'),(2303,5,605,'','2013-10-05 21:21:04'),(2304,6,605,'77','2013-10-05 21:21:04'),(2305,1,606,'3559656','2013-10-05 21:23:49'),(2306,2,606,'585271','2013-10-05 21:23:49'),(2307,3,606,'','2013-10-05 21:23:49'),(2308,4,606,'OPD','2013-10-05 21:23:49'),(2309,5,606,'','2013-10-05 21:23:49'),(2310,6,606,'86','2013-10-05 21:23:49'),(2311,1,608,'','2013-10-05 21:23:50'),(2312,2,608,'','2013-10-05 21:23:50'),(2313,3,608,'','2013-10-05 21:23:50'),(2314,4,608,'','2013-10-05 21:23:50'),(2315,5,608,'','2013-10-05 21:23:50'),(2316,6,608,'','2013-10-05 21:23:50'),(2317,1,609,'3559206','2013-10-05 21:26:53'),(2318,2,609,'','2013-10-05 21:26:53'),(2319,3,609,'','2013-10-05 21:26:53'),(2320,4,609,'OPD','2013-10-05 21:26:53'),(2321,5,609,'','2013-10-05 21:26:53'),(2322,6,609,'84','2013-10-05 21:26:53'),(2323,1,611,'','2013-10-05 21:26:54'),(2324,2,611,'','2013-10-05 21:26:54'),(2325,3,611,'','2013-10-05 21:26:54'),(2326,4,611,'','2013-10-05 21:26:54'),(2327,5,611,'','2013-10-05 21:26:54'),(2328,6,611,'','2013-10-05 21:26:54'),(2329,1,612,'3559216','2013-10-05 21:48:23'),(2330,2,612,'','2013-10-05 21:48:23'),(2331,3,612,'','2013-10-05 21:48:23'),(2332,4,612,'OPD','2013-10-05 21:48:23'),(2333,5,612,'','2013-10-05 21:48:23'),(2334,6,612,'170','2013-10-05 21:48:23'),(2335,1,614,'','2013-10-05 21:48:24'),(2336,2,614,'','2013-10-05 21:48:24'),(2337,3,614,'','2013-10-05 21:48:24'),(2338,4,614,'','2013-10-05 21:48:24'),(2339,5,614,'','2013-10-05 21:48:24'),(2340,6,614,'','2013-10-05 21:48:24'),(2341,1,615,'3559215','2013-10-05 22:29:07'),(2342,2,615,'','2013-10-05 22:29:07'),(2343,3,615,'','2013-10-05 22:29:07'),(2344,4,615,'OPD','2013-10-05 22:29:07'),(2345,5,615,'','2013-10-05 22:29:07'),(2346,6,615,'66','2013-10-05 22:29:07'),(2347,1,616,'3559216','2013-10-05 22:30:56'),(2348,2,616,'','2013-10-05 22:30:56'),(2349,3,616,'','2013-10-05 22:30:56'),(2350,4,616,'OPD','2013-10-05 22:30:56'),(2351,5,616,'','2013-10-05 22:30:56'),(2352,6,616,'66','2013-10-05 22:30:56'),(2353,1,617,'3559230','2013-10-05 22:33:24'),(2354,2,617,'585277','2013-10-05 22:33:24'),(2355,3,617,'','2013-10-05 22:33:24'),(2356,4,617,'OPD','2013-10-05 22:33:24'),(2357,5,617,'','2013-10-05 22:33:24'),(2358,6,617,'35','2013-10-05 22:33:24'),(2359,1,618,'3559239','2013-10-06 00:00:09'),(2360,2,618,'585282','2013-10-06 00:00:09'),(2361,3,618,'','2013-10-06 00:00:09'),(2362,4,618,'OPD','2013-10-06 00:00:09'),(2363,5,618,'','2013-10-06 00:00:09'),(2364,6,618,'223','2013-10-06 00:00:09'),(2365,1,620,'','2013-10-06 00:00:09'),(2366,2,620,'','2013-10-06 00:00:09'),(2367,3,620,'','2013-10-06 00:00:09'),(2368,4,620,'','2013-10-06 00:00:09'),(2369,5,620,'','2013-10-06 00:00:09'),(2370,6,620,'','2013-10-06 00:00:09'),(2371,1,623,'','2013-10-06 00:00:09'),(2372,2,623,'','2013-10-06 00:00:09'),(2373,3,623,'','2013-10-06 00:00:09'),(2374,4,623,'','2013-10-06 00:00:09'),(2375,5,623,'','2013-10-06 00:00:09'),(2376,6,623,'','2013-10-06 00:00:09'),(2377,1,627,'','2013-10-06 00:00:10'),(2378,2,627,'','2013-10-06 00:00:10'),(2379,3,627,'','2013-10-06 00:00:10'),(2380,4,627,'','2013-10-06 00:00:10'),(2381,5,627,'','2013-10-06 00:00:10'),(2382,6,627,'','2013-10-06 00:00:10'),(2383,1,628,'3559239','2013-10-06 00:00:10'),(2384,2,628,'585282','2013-10-06 00:00:10'),(2385,3,628,'','2013-10-06 00:00:10'),(2386,4,628,'OPD','2013-10-06 00:00:10'),(2387,5,628,'','2013-10-06 00:00:10'),(2388,6,628,'223','2013-10-06 00:00:10'),(2389,1,630,'','2013-10-06 00:00:11'),(2390,2,630,'','2013-10-06 00:00:11'),(2391,3,630,'','2013-10-06 00:00:11'),(2392,4,630,'','2013-10-06 00:00:11'),(2393,5,630,'','2013-10-06 00:00:11'),(2394,6,630,'','2013-10-06 00:00:11'),(2395,1,633,'','2013-10-06 00:00:11'),(2396,2,633,'','2013-10-06 00:00:11'),(2397,3,633,'','2013-10-06 00:00:11'),(2398,4,633,'','2013-10-06 00:00:11'),(2399,5,633,'','2013-10-06 00:00:11'),(2400,6,633,'','2013-10-06 00:00:11'),(2401,1,637,'','2013-10-06 00:00:12'),(2402,2,637,'','2013-10-06 00:00:12'),(2403,3,637,'','2013-10-06 00:00:12'),(2404,4,637,'','2013-10-06 00:00:12'),(2405,5,637,'','2013-10-06 00:00:12'),(2406,6,637,'','2013-10-06 00:00:12'),(2407,1,638,'3559262','2013-10-06 00:03:54'),(2408,2,638,'55290','2013-10-06 00:03:54'),(2409,3,638,'','2013-10-06 00:03:54'),(2410,4,638,'OPD','2013-10-06 00:03:54'),(2411,5,638,'','2013-10-06 00:03:54'),(2412,6,638,'89','2013-10-06 00:03:54'),(2413,1,640,'','2013-10-06 00:03:55'),(2414,2,640,'','2013-10-06 00:03:55'),(2415,3,640,'','2013-10-06 00:03:55'),(2416,4,640,'','2013-10-06 00:03:55'),(2417,5,640,'','2013-10-06 00:03:55'),(2418,6,640,'','2013-10-06 00:03:55'),(2419,1,643,'','2013-10-06 00:03:55'),(2420,2,643,'','2013-10-06 00:03:55'),(2421,3,643,'','2013-10-06 00:03:55'),(2422,4,643,'','2013-10-06 00:03:55'),(2423,5,643,'','2013-10-06 00:03:55'),(2424,6,643,'','2013-10-06 00:03:55'),(2425,1,644,'3559259','2013-10-06 00:06:29'),(2426,2,644,'585295','2013-10-06 00:06:29'),(2427,3,644,'','2013-10-06 00:06:29'),(2428,4,644,'OPD','2013-10-06 00:06:29'),(2429,5,644,'','2013-10-06 00:06:29'),(2430,6,644,'132','2013-10-06 00:06:29'),(2431,1,646,'','2013-10-06 00:06:29'),(2432,2,646,'','2013-10-06 00:06:29'),(2433,3,646,'','2013-10-06 00:06:29'),(2434,4,646,'','2013-10-06 00:06:29'),(2435,5,646,'','2013-10-06 00:06:29'),(2436,6,646,'','2013-10-06 00:06:29'),(2437,1,649,'','2013-10-06 00:06:29'),(2438,2,649,'','2013-10-06 00:06:29'),(2439,3,649,'','2013-10-06 00:06:29'),(2440,4,649,'','2013-10-06 00:06:29'),(2441,5,649,'','2013-10-06 00:06:29'),(2442,6,649,'','2013-10-06 00:06:29'),(2443,1,650,'3559289','2013-10-06 00:11:06'),(2444,2,650,'585298','2013-10-06 00:11:06'),(2445,3,650,'','2013-10-06 00:11:06'),(2446,4,650,'OPD','2013-10-06 00:11:06'),(2447,5,650,'','2013-10-06 00:11:06'),(2448,6,650,'90','2013-10-06 00:11:06'),(2449,1,652,'','2013-10-06 00:11:06'),(2450,2,652,'','2013-10-06 00:11:06'),(2451,3,652,'','2013-10-06 00:11:06'),(2452,4,652,'','2013-10-06 00:11:06'),(2453,5,652,'','2013-10-06 00:11:06'),(2454,6,652,'','2013-10-06 00:11:06'),(2455,1,653,'3559294','2013-10-06 00:15:12'),(2456,2,653,'','2013-10-06 00:15:12'),(2457,3,653,'','2013-10-06 00:15:12'),(2458,4,653,'OPD','2013-10-06 00:15:12'),(2459,5,653,'','2013-10-06 00:15:12'),(2460,6,653,'99','2013-10-06 00:15:12'),(2461,1,655,'','2013-10-06 00:15:12'),(2462,2,655,'','2013-10-06 00:15:12'),(2463,3,655,'','2013-10-06 00:15:12'),(2464,4,655,'','2013-10-06 00:15:12'),(2465,5,655,'','2013-10-06 00:15:12'),(2466,6,655,'','2013-10-06 00:15:12'),(2467,1,656,'3559301','2013-10-06 00:46:28'),(2468,2,656,'','2013-10-06 00:46:28'),(2469,3,656,'','2013-10-06 00:46:28'),(2470,4,656,'OPD','2013-10-06 00:46:28'),(2471,5,656,'','2013-10-06 00:46:28'),(2472,6,656,'13','2013-10-06 00:46:28'),(2473,1,657,'3559299','2013-10-06 00:49:17'),(2474,2,657,'','2013-10-06 00:49:17'),(2475,3,657,'','2013-10-06 00:49:17'),(2476,4,657,'OPD','2013-10-06 00:49:17'),(2477,5,657,'','2013-10-06 00:49:17'),(2478,6,657,'168','2013-10-06 00:49:17'),(2479,1,659,'','2013-10-06 00:49:17'),(2480,2,659,'','2013-10-06 00:49:17'),(2481,3,659,'','2013-10-06 00:49:17'),(2482,4,659,'','2013-10-06 00:49:17'),(2483,5,659,'','2013-10-06 00:49:17'),(2484,6,659,'','2013-10-06 00:49:17'),(2485,1,660,'3559329','2013-10-06 00:52:15'),(2486,2,660,'','2013-10-06 00:52:15'),(2487,3,660,'','2013-10-06 00:52:15'),(2488,4,660,'OPD','2013-10-06 00:52:15'),(2489,5,660,'','2013-10-06 00:52:15'),(2490,6,660,'66','2013-10-06 00:52:15'),(2491,1,661,'','2013-10-06 02:42:29'),(2492,2,661,'','2013-10-06 02:42:29'),(2493,3,661,'','2013-10-06 02:42:29'),(2494,4,661,'OPD','2013-10-06 02:42:29'),(2495,5,661,'','2013-10-06 02:42:29'),(2496,6,661,'','2013-10-06 02:42:29'),(2497,1,662,'3559331','2013-10-06 02:51:50'),(2498,2,662,'','2013-10-06 02:51:50'),(2499,3,662,'','2013-10-06 02:51:50'),(2500,4,662,'OPD','2013-10-06 02:51:50'),(2501,5,662,'','2013-10-06 02:51:50'),(2502,6,662,'66','2013-10-06 02:51:50'),(2503,1,663,'3559341','2013-10-06 02:54:23'),(2504,2,663,'','2013-10-06 02:54:23'),(2505,3,663,'','2013-10-06 02:54:24'),(2506,4,663,'OPD','2013-10-06 02:54:24'),(2507,5,663,'','2013-10-06 02:54:24'),(2508,6,663,'81','2013-10-06 02:54:24'),(2509,1,664,'3559344','2013-10-06 02:57:20'),(2510,2,664,'','2013-10-06 02:57:20'),(2511,3,664,'','2013-10-06 02:57:20'),(2512,4,664,'OPD','2013-10-06 02:57:20'),(2513,5,664,'','2013-10-06 02:57:20'),(2514,6,664,'81','2013-10-06 02:57:20'),(2515,1,665,'3559339','2013-10-06 03:00:21'),(2516,2,665,'585315','2013-10-06 03:00:21'),(2517,3,665,'','2013-10-06 03:00:21'),(2518,4,665,'OPD','2013-10-06 03:00:21'),(2519,5,665,'','2013-10-06 03:00:21'),(2520,6,665,'70','2013-10-06 03:00:21'),(2521,1,666,'3559146','2013-10-06 03:03:42'),(2522,2,666,'585317','2013-10-06 03:03:42'),(2523,3,666,'','2013-10-06 03:03:42'),(2524,4,666,'OPD','2013-10-06 03:03:42'),(2525,5,666,'','2013-10-06 03:03:42'),(2526,6,666,'84','2013-10-06 03:03:42'),(2527,1,668,'','2013-10-06 03:03:42'),(2528,2,668,'','2013-10-06 03:03:42'),(2529,3,668,'','2013-10-06 03:03:42'),(2530,4,668,'','2013-10-06 03:03:42'),(2531,5,668,'','2013-10-06 03:03:42'),(2532,6,668,'','2013-10-06 03:03:42'),(2533,1,669,'3559349','2013-10-06 03:06:34'),(2534,2,669,'585320','2013-10-06 03:06:34'),(2535,3,669,'','2013-10-06 03:06:34'),(2536,4,669,'OPD','2013-10-06 03:06:34'),(2537,5,669,'','2013-10-06 03:06:34'),(2538,6,669,'47','2013-10-06 03:06:34'),(2539,1,670,'','2013-10-06 03:07:58'),(2540,2,670,'','2013-10-06 03:07:58'),(2541,3,670,'','2013-10-06 03:07:58'),(2542,4,670,'','2013-10-06 03:07:58'),(2543,5,670,'','2013-10-06 03:07:58'),(2544,6,670,'','2013-10-06 03:07:58'),(2545,1,671,'3559386','2013-10-06 03:11:09'),(2546,2,671,'','2013-10-06 03:11:09'),(2547,3,671,'','2013-10-06 03:11:09'),(2548,4,671,'OPD','2013-10-06 03:11:09'),(2549,5,671,'','2013-10-06 03:11:09'),(2550,6,671,'53','2013-10-06 03:11:09'),(2551,1,673,'','2013-10-06 03:11:09'),(2552,2,673,'','2013-10-06 03:11:09'),(2553,3,673,'','2013-10-06 03:11:09'),(2554,4,673,'','2013-10-06 03:11:09'),(2555,5,673,'','2013-10-06 03:11:09'),(2556,6,673,'','2013-10-06 03:11:09'),(2557,1,674,'3559388','2013-10-06 03:14:58'),(2558,2,674,'','2013-10-06 03:14:58'),(2559,3,674,'','2013-10-06 03:14:59'),(2560,4,674,'W','2013-10-06 03:14:59'),(2561,5,674,'214495','2013-10-06 03:14:59'),(2562,6,674,'20','2013-10-06 03:14:59'),(2563,1,675,'3562063','2013-10-06 04:38:47'),(2564,2,675,'','2013-10-06 04:38:47'),(2565,3,675,'','2013-10-06 04:38:47'),(2566,4,675,'OPD','2013-10-06 04:38:47'),(2567,5,675,'','2013-10-06 04:38:47'),(2568,6,675,'37','2013-10-06 04:38:47'),(2569,1,676,'3559572','2013-10-06 04:43:18'),(2570,2,676,'585394','2013-10-06 04:43:18'),(2571,3,676,'','2013-10-06 04:43:18'),(2572,4,676,'OPD','2013-10-06 04:43:18'),(2573,5,676,'','2013-10-06 04:43:18'),(2574,6,676,'47','2013-10-06 04:43:18'),(2575,1,678,'','2013-10-06 04:43:21'),(2576,2,678,'','2013-10-06 04:43:21'),(2577,3,678,'','2013-10-06 04:43:21'),(2578,4,678,'','2013-10-06 04:43:21'),(2579,5,678,'','2013-10-06 04:43:21'),(2580,6,678,'','2013-10-06 04:43:21'),(2581,1,679,'3559572','2013-10-06 04:43:21'),(2582,2,679,'585394','2013-10-06 04:43:21'),(2583,3,679,'','2013-10-06 04:43:21'),(2584,4,679,'OPD','2013-10-06 04:43:21'),(2585,5,679,'','2013-10-06 04:43:21'),(2586,6,679,'47','2013-10-06 04:43:21'),(2587,1,681,'','2013-10-06 04:43:22'),(2588,2,681,'','2013-10-06 04:43:22'),(2589,3,681,'','2013-10-06 04:43:22'),(2590,4,681,'','2013-10-06 04:43:22'),(2591,5,681,'','2013-10-06 04:43:22'),(2592,6,681,'','2013-10-06 04:43:22'),(2593,1,682,'3559582','2013-10-06 04:47:00'),(2594,2,682,'','2013-10-06 04:47:00'),(2595,3,682,'','2013-10-06 04:47:00'),(2596,4,682,'OPD','2013-10-06 04:47:00'),(2597,5,682,'','2013-10-06 04:47:00'),(2598,6,682,'189','2013-10-06 04:47:00'),(2599,1,684,'','2013-10-06 04:47:00'),(2600,2,684,'','2013-10-06 04:47:00'),(2601,3,684,'','2013-10-06 04:47:00'),(2602,4,684,'','2013-10-06 04:47:00'),(2603,5,684,'','2013-10-06 04:47:00'),(2604,6,684,'','2013-10-06 04:47:01'),(2605,1,687,'','2013-10-06 04:47:01'),(2606,2,687,'','2013-10-06 04:47:01'),(2607,3,687,'','2013-10-06 04:47:01'),(2608,4,687,'','2013-10-06 04:47:01'),(2609,5,687,'','2013-10-06 04:47:01'),(2610,6,687,'','2013-10-06 04:47:01'),(2611,1,688,'3559590','2013-10-06 04:50:41'),(2612,2,688,'','2013-10-06 04:50:41'),(2613,3,688,'','2013-10-06 04:50:41'),(2614,4,688,'OPD','2013-10-06 04:50:41'),(2615,5,688,'','2013-10-06 04:50:41'),(2616,6,688,'79','2013-10-06 04:50:41'),(2617,1,690,'','2013-10-06 04:50:41'),(2618,2,690,'','2013-10-06 04:50:41'),(2619,3,690,'','2013-10-06 04:50:41'),(2620,4,690,'','2013-10-06 04:50:41'),(2621,5,690,'','2013-10-06 04:50:41'),(2622,6,690,'','2013-10-06 04:50:41'),(2623,1,693,'','2013-10-06 04:50:41'),(2624,2,693,'','2013-10-06 04:50:41'),(2625,3,693,'','2013-10-06 04:50:41'),(2626,4,693,'','2013-10-06 04:50:41'),(2627,5,693,'','2013-10-06 04:50:41'),(2628,6,693,'','2013-10-06 04:50:41'),(2629,1,694,'','2013-10-06 04:53:37'),(2630,2,694,'','2013-10-06 04:53:37'),(2631,3,694,'','2013-10-06 04:53:37'),(2632,4,694,'OPD','2013-10-06 04:53:37'),(2633,5,694,'','2013-10-06 04:53:37'),(2634,6,694,'66','2013-10-06 04:53:37'),(2635,1,695,'3559598','2013-10-06 04:56:55'),(2636,2,695,'','2013-10-06 04:56:55'),(2637,3,695,'','2013-10-06 04:56:55'),(2638,4,695,'','2013-10-06 04:56:55'),(2639,5,695,'214595','2013-10-06 04:56:55'),(2640,6,695,'50','2013-10-06 04:56:55'),(2641,1,696,'3559601','2013-10-06 05:01:03'),(2642,2,696,'','2013-10-06 05:01:03'),(2643,3,696,'','2013-10-06 05:01:03'),(2644,4,696,'','2013-10-06 05:01:03'),(2645,5,696,'214605','2013-10-06 05:01:03'),(2646,6,696,'50','2013-10-06 05:01:03'),(2647,1,698,'','2013-10-06 05:01:04'),(2648,2,698,'','2013-10-06 05:01:04'),(2649,3,698,'','2013-10-06 05:01:04'),(2650,4,698,'','2013-10-06 05:01:04'),(2651,5,698,'','2013-10-06 05:01:04'),(2652,6,698,'','2013-10-06 05:01:04'),(2653,1,699,'3559603','2013-10-06 05:27:22'),(2654,2,699,'','2013-10-06 05:27:22'),(2655,3,699,'','2013-10-06 05:27:22'),(2656,4,699,'OPD','2013-10-06 05:27:22'),(2657,5,699,'','2013-10-06 05:27:22'),(2658,6,699,'72','2013-10-06 05:27:22'),(2659,1,700,'3559607','2013-10-06 05:30:53'),(2660,2,700,'','2013-10-06 05:30:53'),(2661,3,700,'','2013-10-06 05:30:53'),(2662,4,700,'OPD','2013-10-06 05:30:53'),(2663,5,700,'','2013-10-06 05:30:53'),(2664,6,700,'62','2013-10-06 05:30:53'),(2665,1,702,'','2013-10-06 05:30:53'),(2666,2,702,'','2013-10-06 05:30:53'),(2667,3,702,'','2013-10-06 05:30:53'),(2668,4,702,'','2013-10-06 05:30:53'),(2669,5,702,'','2013-10-06 05:30:53'),(2670,6,702,'','2013-10-06 05:30:53'),(2671,1,703,'3559593','2013-10-06 05:33:02'),(2672,2,703,'585412','2013-10-06 05:33:02'),(2673,3,703,'','2013-10-06 05:33:02'),(2674,4,703,'OUT','2013-10-06 05:33:02'),(2675,5,703,'','2013-10-06 05:33:02'),(2676,6,703,'39','2013-10-06 05:33:02'),(2677,1,704,'3559613','2013-10-06 05:35:52'),(2678,2,704,'355412','2013-10-06 05:35:52'),(2679,3,704,'','2013-10-06 05:35:52'),(2680,4,704,'OUT','2013-10-06 05:35:52'),(2681,5,704,'','2013-10-06 05:35:52'),(2682,6,704,'35','2013-10-06 05:35:52'),(2683,1,705,'3559623','2013-10-06 05:38:20'),(2684,2,705,'','2013-10-06 05:38:20'),(2685,3,705,'','2013-10-06 05:38:20'),(2686,4,705,'OPD','2013-10-06 05:38:20'),(2687,5,705,'','2013-10-06 05:38:20'),(2688,6,705,'35','2013-10-06 05:38:20'),(2689,1,707,'','2013-10-06 05:38:20'),(2690,2,707,'','2013-10-06 05:38:20'),(2691,3,707,'','2013-10-06 05:38:20'),(2692,4,707,'','2013-10-06 05:38:20'),(2693,5,707,'','2013-10-06 05:38:20'),(2694,6,707,'','2013-10-06 05:38:20'),(2695,1,708,'3559626','2013-10-06 05:41:28'),(2696,2,708,'','2013-10-06 05:41:28'),(2697,3,708,'','2013-10-06 05:41:28'),(2698,4,708,'OPD','2013-10-06 05:41:28'),(2699,5,708,'','2013-10-06 05:41:28'),(2700,6,708,'81','2013-10-06 05:41:28'),(2701,1,709,'3559619','2013-10-06 05:43:47'),(2702,2,709,'','2013-10-06 05:43:47'),(2703,3,709,'','2013-10-06 05:43:47'),(2704,4,709,'OPD','2013-10-06 05:43:47'),(2705,5,709,'','2013-10-06 05:43:47'),(2706,6,709,'12','2013-10-06 05:43:47'),(2707,1,710,'3559621','2013-10-06 05:46:01'),(2708,2,710,'585417','2013-10-06 05:46:01'),(2709,3,710,'','2013-10-06 05:46:01'),(2710,4,710,'OPD','2013-10-06 05:46:01'),(2711,5,710,'','2013-10-06 05:46:01'),(2712,6,710,'35','2013-10-06 05:46:01'),(2713,1,711,'3559635','2013-10-06 05:48:06'),(2714,2,711,'','2013-10-06 05:48:06'),(2715,3,711,'','2013-10-06 05:48:06'),(2716,4,711,'OPD','2013-10-06 05:48:06'),(2717,5,711,'','2013-10-06 05:48:06'),(2718,6,711,'37','2013-10-06 05:48:06'),(2719,1,712,'3559653','2013-10-06 05:50:30'),(2720,2,712,'','2013-10-06 05:50:30'),(2721,3,712,'','2013-10-06 05:50:30'),(2722,4,712,'OPD','2013-10-06 05:50:30'),(2723,5,712,'','2013-10-06 05:50:30'),(2724,6,712,'66','2013-10-06 05:50:30'),(2725,1,713,'3559657','2013-10-06 05:53:43'),(2726,2,713,'585432','2013-10-06 05:53:43'),(2727,3,713,'','2013-10-06 05:53:43'),(2728,4,713,'OPD','2013-10-06 05:53:43'),(2729,5,713,'','2013-10-06 05:53:43'),(2730,6,713,'89','2013-10-06 05:53:43'),(2731,1,715,'','2013-10-06 05:53:43'),(2732,2,715,'','2013-10-06 05:53:43'),(2733,3,715,'','2013-10-06 05:53:43'),(2734,4,715,'','2013-10-06 05:53:43'),(2735,5,715,'','2013-10-06 05:53:43'),(2736,6,715,'','2013-10-06 05:53:43'),(2737,1,716,'3559659','2013-10-06 05:59:05'),(2738,2,716,'','2013-10-06 05:59:05'),(2739,3,716,'','2013-10-06 05:59:05'),(2740,4,716,'OPD','2013-10-06 05:59:05'),(2741,5,716,'','2013-10-06 05:59:05'),(2742,6,716,'149','2013-10-06 05:59:05'),(2743,1,718,'','2013-10-06 05:59:05'),(2744,2,718,'','2013-10-06 05:59:05'),(2745,3,718,'','2013-10-06 05:59:05'),(2746,4,718,'','2013-10-06 05:59:05'),(2747,5,718,'','2013-10-06 05:59:05'),(2748,6,718,'','2013-10-06 05:59:05'),(2749,1,721,'','2013-10-06 05:59:06'),(2750,2,721,'','2013-10-06 05:59:06'),(2751,3,721,'','2013-10-06 05:59:06'),(2752,4,721,'','2013-10-06 05:59:06'),(2753,5,721,'','2013-10-06 05:59:06'),(2754,6,721,'','2013-10-06 05:59:06'),(2755,1,725,'','2013-10-06 05:59:06'),(2756,2,725,'','2013-10-06 05:59:06'),(2757,3,725,'','2013-10-06 05:59:06'),(2758,4,725,'','2013-10-06 05:59:06'),(2759,5,725,'','2013-10-06 05:59:06'),(2760,6,725,'','2013-10-06 05:59:06'),(2761,1,726,'3558872','2013-10-06 06:12:24'),(2762,2,726,'585169','2013-10-06 06:12:24'),(2763,3,726,'','2013-10-06 06:12:24'),(2764,4,726,'OPD','2013-10-06 06:12:24'),(2765,5,726,'','2013-10-06 06:12:24'),(2766,6,726,'93','2013-10-06 06:12:24'),(2767,1,728,'','2013-10-06 06:12:24'),(2768,2,728,'','2013-10-06 06:12:25'),(2769,3,728,'','2013-10-06 06:12:25'),(2770,4,728,'','2013-10-06 06:12:25'),(2771,5,728,'','2013-10-06 06:12:25'),(2772,6,728,'','2013-10-06 06:12:25'),(2773,1,729,'3558880','2013-10-06 06:17:05'),(2774,2,729,'','2013-10-06 06:17:05'),(2775,3,729,'','2013-10-06 06:17:05'),(2776,4,729,'OPD','2013-10-06 06:17:05'),(2777,5,729,'','2013-10-06 06:17:05'),(2778,6,729,'234','2013-10-06 06:17:05'),(2779,1,731,'','2013-10-06 06:17:06'),(2780,2,731,'','2013-10-06 06:17:06'),(2781,3,731,'','2013-10-06 06:17:06'),(2782,4,731,'','2013-10-06 06:17:06'),(2783,5,731,'','2013-10-06 06:17:06'),(2784,6,731,'','2013-10-06 06:17:06'),(2785,1,734,'','2013-10-06 06:17:06'),(2786,2,734,'','2013-10-06 06:17:06'),(2787,3,734,'','2013-10-06 06:17:06'),(2788,4,734,'','2013-10-06 06:17:06'),(2789,5,734,'','2013-10-06 06:17:06'),(2790,6,734,'','2013-10-06 06:17:06'),(2791,1,735,'3558920','2013-10-06 06:29:18'),(2792,2,735,'','2013-10-06 06:29:18'),(2793,3,735,'','2013-10-06 06:29:18'),(2794,4,735,'OPD','2013-10-06 06:29:18'),(2795,5,735,'','2013-10-06 06:29:18'),(2796,6,735,'27','2013-10-06 06:29:18'),(2797,1,736,'','2013-10-06 06:59:28'),(2798,2,736,'','2013-10-06 06:59:28'),(2799,3,736,'','2013-10-06 06:59:28'),(2800,4,736,'OPD','2013-10-06 06:59:28'),(2801,5,736,'','2013-10-06 06:59:28'),(2802,6,736,'','2013-10-06 06:59:28'),(2803,1,738,'','2013-10-06 06:59:29'),(2804,2,738,'','2013-10-06 06:59:29'),(2805,3,738,'','2013-10-06 06:59:29'),(2806,4,738,'','2013-10-06 06:59:29'),(2807,5,738,'','2013-10-06 06:59:29'),(2808,6,738,'','2013-10-06 06:59:29'),(2809,1,741,'','2013-10-06 06:59:29'),(2810,2,741,'','2013-10-06 06:59:29'),(2811,3,741,'','2013-10-06 06:59:29'),(2812,4,741,'','2013-10-06 06:59:29'),(2813,5,741,'','2013-10-06 06:59:29'),(2814,6,741,'','2013-10-06 06:59:29'),(2815,1,742,'','2013-10-06 07:03:33'),(2816,2,742,'','2013-10-06 07:03:33'),(2817,3,742,'','2013-10-06 07:03:33'),(2818,4,742,'OPD','2013-10-06 07:03:33'),(2819,5,742,'','2013-10-06 07:03:33'),(2820,6,742,'227','2013-10-06 07:03:33'),(2821,1,744,'','2013-10-06 07:03:33'),(2822,2,744,'','2013-10-06 07:03:33'),(2823,3,744,'','2013-10-06 07:03:33'),(2824,4,744,'','2013-10-06 07:03:33'),(2825,5,744,'','2013-10-06 07:03:33'),(2826,6,744,'','2013-10-06 07:03:33'),(2827,1,747,'','2013-10-06 07:03:34'),(2828,2,747,'','2013-10-06 07:03:34'),(2829,3,747,'','2013-10-06 07:03:34'),(2830,4,747,'','2013-10-06 07:03:34'),(2831,5,747,'','2013-10-06 07:03:34'),(2832,6,747,'','2013-10-06 07:03:34'),(2833,1,748,'3562063','2013-10-06 07:07:44'),(2834,2,748,'','2013-10-06 07:07:44'),(2835,3,748,'','2013-10-06 07:07:44'),(2836,4,748,'OPD','2013-10-06 07:07:44'),(2837,5,748,'','2013-10-06 07:07:44'),(2838,6,748,'12','2013-10-06 07:07:44'),(2839,1,749,'3548379','2013-10-06 07:15:39'),(2840,2,749,'','2013-10-06 07:15:39'),(2841,3,749,'','2013-10-06 07:15:39'),(2842,4,749,'OPD','2013-10-06 07:15:39'),(2843,5,749,'','2013-10-06 07:15:39'),(2844,6,749,'27','2013-10-06 07:15:39'),(2845,1,750,'3559810','2013-10-06 07:18:16'),(2846,2,750,'585497','2013-10-06 07:18:16'),(2847,3,750,'','2013-10-06 07:18:16'),(2848,4,750,'OPD','2013-10-06 07:18:16'),(2849,5,750,'','2013-10-06 07:18:16'),(2850,6,750,'255','2013-10-06 07:18:16'),(2851,1,752,'','2013-10-06 07:18:16'),(2852,2,752,'','2013-10-06 07:18:16'),(2853,3,752,'','2013-10-06 07:18:16'),(2854,4,752,'','2013-10-06 07:18:16'),(2855,5,752,'','2013-10-06 07:18:16'),(2856,6,752,'','2013-10-06 07:18:16'),(2857,1,753,'3559834','2013-10-06 07:22:27'),(2858,2,753,'','2013-10-06 07:22:27'),(2859,3,753,'','2013-10-06 07:22:27'),(2860,4,753,'OPD','2013-10-06 07:22:27'),(2861,5,753,'214529','2013-10-06 07:22:27'),(2862,6,753,'267','2013-10-06 07:22:27'),(2863,1,755,'','2013-10-06 07:22:27'),(2864,2,755,'','2013-10-06 07:22:27'),(2865,3,755,'','2013-10-06 07:22:27'),(2866,4,755,'','2013-10-06 07:22:27'),(2867,5,755,'','2013-10-06 07:22:27'),(2868,6,755,'','2013-10-06 07:22:27'),(2869,1,756,'3559860','2013-10-06 07:26:33'),(2870,2,756,'585515','2013-10-06 07:26:33'),(2871,3,756,'','2013-10-06 07:26:33'),(2872,4,756,'OPD','2013-10-06 07:26:33'),(2873,5,756,'','2013-10-06 07:26:33'),(2874,6,756,'','2013-10-06 07:26:33'),(2875,1,758,'','2013-10-06 07:26:33'),(2876,2,758,'','2013-10-06 07:26:33'),(2877,3,758,'','2013-10-06 07:26:33'),(2878,4,758,'','2013-10-06 07:26:33'),(2879,5,758,'','2013-10-06 07:26:33'),(2880,6,758,'','2013-10-06 07:26:33'),(2881,1,759,'3559090','2013-10-06 07:30:21'),(2882,2,759,'','2013-10-06 07:30:21'),(2883,3,759,'','2013-10-06 07:30:21'),(2884,4,759,'OPD','2013-10-06 07:30:21'),(2885,5,759,'','2013-10-06 07:30:21'),(2886,6,759,'35','2013-10-06 07:30:21'),(2887,1,761,'','2013-10-06 07:30:21'),(2888,2,761,'','2013-10-06 07:30:21'),(2889,3,761,'','2013-10-06 07:30:21'),(2890,4,761,'','2013-10-06 07:30:21'),(2891,5,761,'','2013-10-06 07:30:21'),(2892,6,761,'','2013-10-06 07:30:21'),(2893,1,762,'','2013-10-06 08:01:19'),(2894,2,762,'','2013-10-06 08:01:19'),(2895,3,762,'','2013-10-06 08:01:19'),(2896,4,762,'','2013-10-06 08:01:19'),(2897,5,762,'','2013-10-06 08:01:19'),(2898,6,762,'','2013-10-06 08:01:19'),(2899,1,763,'3562326','2013-10-06 18:59:42'),(2900,2,763,'586178','2013-10-06 18:59:42'),(2901,3,763,'','2013-10-06 18:59:42'),(2902,4,763,'OPD','2013-10-06 18:59:42'),(2903,5,763,'','2013-10-06 18:59:42'),(2904,6,763,'75','2013-10-06 18:59:42'),(2905,1,764,'3560150','2013-10-06 19:07:47'),(2906,2,764,'','2013-10-06 19:07:47'),(2907,3,764,'','2013-10-06 19:07:47'),(2908,4,764,'OPD','2013-10-06 19:07:47'),(2909,5,764,'','2013-10-06 19:07:47'),(2910,6,764,'54','2013-10-06 19:07:47'),(2911,1,766,'','2013-10-06 19:07:47'),(2912,2,766,'','2013-10-06 19:07:47'),(2913,3,766,'','2013-10-06 19:07:47'),(2914,4,766,'','2013-10-06 19:07:47'),(2915,5,766,'','2013-10-06 19:07:47'),(2916,6,766,'','2013-10-06 19:07:47'),(2917,1,767,'3560985','2013-10-06 19:21:01'),(2918,2,767,'585801','2013-10-06 19:21:01'),(2919,3,767,'','2013-10-06 19:21:01'),(2920,4,767,'OUT','2013-10-06 19:21:01'),(2921,5,767,'','2013-10-06 19:21:01'),(2922,6,767,'262','2013-10-06 19:21:01'),(2923,1,769,'','2013-10-06 19:21:01'),(2924,2,769,'','2013-10-06 19:21:01'),(2925,3,769,'','2013-10-06 19:21:01'),(2926,4,769,'','2013-10-06 19:21:01'),(2927,5,769,'','2013-10-06 19:21:01'),(2928,6,769,'','2013-10-06 19:21:01'),(2929,1,772,'','2013-10-06 19:21:02'),(2930,2,772,'','2013-10-06 19:21:02'),(2931,3,772,'','2013-10-06 19:21:02'),(2932,4,772,'','2013-10-06 19:21:02'),(2933,5,772,'','2013-10-06 19:21:02'),(2934,6,772,'','2013-10-06 19:21:02'),(2935,1,776,'','2013-10-06 19:21:02'),(2936,2,776,'','2013-10-06 19:21:02'),(2937,3,776,'','2013-10-06 19:21:02'),(2938,4,776,'','2013-10-06 19:21:02'),(2939,5,776,'','2013-10-06 19:21:02'),(2940,6,776,'','2013-10-06 19:21:02'),(2941,1,777,'3562333','2013-10-06 19:40:44'),(2942,2,777,'5856181','2013-10-06 19:40:44'),(2943,3,777,'','2013-10-06 19:40:44'),(2944,4,777,'OPD','2013-10-06 19:40:44'),(2945,5,777,'','2013-10-06 19:40:44'),(2946,6,777,'211.8','2013-10-06 19:40:44'),(2947,1,779,'','2013-10-06 19:40:44'),(2948,2,779,'','2013-10-06 19:40:44'),(2949,3,779,'','2013-10-06 19:40:44'),(2950,4,779,'','2013-10-06 19:40:44'),(2951,5,779,'','2013-10-06 19:40:44'),(2952,6,779,'','2013-10-06 19:40:44'),(2953,1,782,'','2013-10-06 19:40:44'),(2954,2,782,'','2013-10-06 19:40:44'),(2955,3,782,'','2013-10-06 19:40:44'),(2956,4,782,'','2013-10-06 19:40:44'),(2957,5,782,'','2013-10-06 19:40:44'),(2958,6,782,'','2013-10-06 19:40:44'),(2959,1,786,'','2013-10-06 19:40:45'),(2960,2,786,'','2013-10-06 19:40:45'),(2961,3,786,'','2013-10-06 19:40:45'),(2962,4,786,'','2013-10-06 19:40:45'),(2963,5,786,'','2013-10-06 19:40:45'),(2964,6,786,'','2013-10-06 19:40:45'),(2965,1,787,'3561002','2013-10-06 20:52:26'),(2966,2,787,'585807','2013-10-06 20:52:26'),(2967,3,787,'','2013-10-06 20:52:26'),(2968,4,787,'OPD','2013-10-06 20:52:26'),(2969,5,787,'','2013-10-06 20:52:26'),(2970,6,787,'39','2013-10-06 20:52:26'),(2971,1,788,'3561024','2013-10-06 20:55:37'),(2972,2,788,'585815','2013-10-06 20:55:37'),(2973,3,788,'','2013-10-06 20:55:37'),(2974,4,788,'OPD','2013-10-06 20:55:37'),(2975,5,788,'','2013-10-06 20:55:37'),(2976,6,788,'47','2013-10-06 20:55:37'),(2977,1,790,'','2013-10-06 20:55:37'),(2978,2,790,'','2013-10-06 20:55:37'),(2979,3,790,'','2013-10-06 20:55:37'),(2980,4,790,'','2013-10-06 20:55:37'),(2981,5,790,'','2013-10-06 20:55:37'),(2982,6,790,'','2013-10-06 20:55:37'),(2983,1,791,'','2013-10-06 20:59:04'),(2984,2,791,'','2013-10-06 20:59:04'),(2985,3,791,'','2013-10-06 20:59:04'),(2986,4,791,'OPD','2013-10-06 20:59:04'),(2987,5,791,'','2013-10-06 20:59:04'),(2988,6,791,'50','2013-10-06 20:59:04'),(2989,1,793,'','2013-10-06 20:59:04'),(2990,2,793,'','2013-10-06 20:59:04'),(2991,3,793,'','2013-10-06 20:59:04'),(2992,4,793,'','2013-10-06 20:59:04'),(2993,5,793,'','2013-10-06 20:59:04'),(2994,6,793,'','2013-10-06 20:59:04'),(2995,1,796,'','2013-10-06 20:59:04'),(2996,2,796,'','2013-10-06 20:59:04'),(2997,3,796,'','2013-10-06 20:59:04'),(2998,4,796,'','2013-10-06 20:59:04'),(2999,5,796,'','2013-10-06 20:59:04'),(3000,6,796,'','2013-10-06 20:59:04'),(3001,1,797,'','2013-10-06 21:02:21'),(3002,2,797,'','2013-10-06 21:02:21'),(3003,3,797,'','2013-10-06 21:02:21'),(3004,4,797,'OPD','2013-10-06 21:02:21'),(3005,5,797,'','2013-10-06 21:02:21'),(3006,6,797,'69','2013-10-06 21:02:21'),(3007,1,799,'','2013-10-06 21:02:21'),(3008,2,799,'','2013-10-06 21:02:21'),(3009,3,799,'','2013-10-06 21:02:21'),(3010,4,799,'','2013-10-06 21:02:21'),(3011,5,799,'','2013-10-06 21:02:21'),(3012,6,799,'','2013-10-06 21:02:21'),(3013,1,800,'','2013-10-06 21:05:11'),(3014,2,800,'','2013-10-06 21:05:11'),(3015,3,800,'','2013-10-06 21:05:11'),(3016,4,800,'OPD','2013-10-06 21:05:11'),(3017,5,800,'','2013-10-06 21:05:11'),(3018,6,800,'101','2013-10-06 21:05:11'),(3019,1,802,'','2013-10-06 21:05:11'),(3020,2,802,'','2013-10-06 21:05:11'),(3021,3,802,'','2013-10-06 21:05:11'),(3022,4,802,'','2013-10-06 21:05:11'),(3023,5,802,'','2013-10-06 21:05:11'),(3024,6,802,'','2013-10-06 21:05:11'),(3025,1,803,'','2013-10-06 21:07:39'),(3026,2,803,'','2013-10-06 21:07:39'),(3027,3,803,'','2013-10-06 21:07:39'),(3028,4,803,'OPD','2013-10-06 21:07:39'),(3029,5,803,'','2013-10-06 21:07:39'),(3030,6,803,'18','2013-10-06 21:07:39'),(3031,1,804,'','2013-10-06 21:10:16'),(3032,2,804,'','2013-10-06 21:10:16'),(3033,3,804,'','2013-10-06 21:10:16'),(3034,4,804,'OPD','2013-10-06 21:10:16'),(3035,5,804,'','2013-10-06 21:10:16'),(3036,6,804,'76','2013-10-06 21:10:16'),(3037,1,805,'','2013-10-06 21:13:52'),(3038,2,805,'','2013-10-06 21:13:52'),(3039,3,805,'','2013-10-06 21:13:52'),(3040,4,805,'OPD','2013-10-06 21:13:52'),(3041,5,805,'','2013-10-06 21:13:52'),(3042,6,805,'963','2013-10-06 21:13:52'),(3043,1,806,'','2013-10-06 21:44:13'),(3044,2,806,'','2013-10-06 21:44:13'),(3045,3,806,'','2013-10-06 21:44:13'),(3046,4,806,'OPD','2013-10-06 21:44:13'),(3047,5,806,'','2013-10-06 21:44:13'),(3048,6,806,'114','2013-10-06 21:44:13'),(3049,1,808,'','2013-10-06 21:44:13'),(3050,2,808,'','2013-10-06 21:44:13'),(3051,3,808,'','2013-10-06 21:44:13'),(3052,4,808,'','2013-10-06 21:44:13'),(3053,5,808,'','2013-10-06 21:44:13'),(3054,6,808,'','2013-10-06 21:44:13'),(3055,1,809,'','2013-10-06 21:48:10'),(3056,2,809,'','2013-10-06 21:48:10'),(3057,3,809,'','2013-10-06 21:48:10'),(3058,4,809,'OPD','2013-10-06 21:48:10'),(3059,5,809,'','2013-10-06 21:48:10'),(3060,6,809,'50','2013-10-06 21:48:10'),(3061,1,811,'','2013-10-06 21:48:10'),(3062,2,811,'','2013-10-06 21:48:10'),(3063,3,811,'','2013-10-06 21:48:10'),(3064,4,811,'','2013-10-06 21:48:10'),(3065,5,811,'','2013-10-06 21:48:10'),(3066,6,811,'','2013-10-06 21:48:10'),(3067,1,812,'','2013-10-06 21:51:28'),(3068,2,812,'','2013-10-06 21:51:28'),(3069,3,812,'','2013-10-06 21:51:28'),(3070,4,812,'OPD','2013-10-06 21:51:28'),(3071,5,812,'','2013-10-06 21:51:28'),(3072,6,812,'66','2013-10-06 21:51:28'),(3073,1,813,'','2013-10-06 21:53:47'),(3074,2,813,'','2013-10-06 21:53:47'),(3075,3,813,'','2013-10-06 21:53:47'),(3076,4,813,'OPD','2013-10-06 21:53:47'),(3077,5,813,'','2013-10-06 21:53:47'),(3078,6,813,'27','2013-10-06 21:53:47'),(3079,1,814,'','2013-10-07 03:46:44'),(3080,2,814,'','2013-10-07 03:46:44'),(3081,3,814,'','2013-10-07 03:46:44'),(3082,4,814,'OPD','2013-10-07 03:46:44'),(3083,5,814,'','2013-10-07 03:46:44'),(3084,6,814,'121','2013-10-07 03:46:44'),(3085,1,815,'','2013-10-07 03:49:35'),(3086,2,815,'','2013-10-07 03:49:35'),(3087,3,815,'','2013-10-07 03:49:35'),(3088,4,815,'OPD','2013-10-07 03:49:35'),(3089,5,815,'','2013-10-07 03:49:35'),(3090,6,815,'121','2013-10-07 03:49:35'),(3091,1,817,'','2013-10-07 03:49:35'),(3092,2,817,'','2013-10-07 03:49:35'),(3093,3,817,'','2013-10-07 03:49:35'),(3094,4,817,'','2013-10-07 03:49:35'),(3095,5,817,'','2013-10-07 03:49:35'),(3096,6,817,'','2013-10-07 03:49:35'),(3097,1,820,'','2013-10-07 03:49:35'),(3098,2,820,'','2013-10-07 03:49:35'),(3099,3,820,'','2013-10-07 03:49:35'),(3100,4,820,'','2013-10-07 03:49:35'),(3101,5,820,'','2013-10-07 03:49:35'),(3102,6,820,'','2013-10-07 03:49:35'),(3103,1,821,'3561102','2013-10-07 03:51:24'),(3104,2,821,'585835','2013-10-07 03:51:24'),(3105,3,821,'','2013-10-07 03:51:24'),(3106,4,821,'SR','2013-10-07 03:51:24'),(3107,5,821,'','2013-10-07 03:51:24'),(3108,6,821,'29','2013-10-07 03:51:24'),(3109,1,822,'','2013-10-07 03:53:22'),(3110,2,822,'','2013-10-07 03:53:23'),(3111,3,822,'','2013-10-07 03:53:23'),(3112,4,822,'OPD','2013-10-07 03:53:23'),(3113,5,822,'','2013-10-07 03:53:23'),(3114,6,822,'37','2013-10-07 03:53:23'),(3115,1,823,'','2013-10-07 03:56:05'),(3116,2,823,'','2013-10-07 03:56:05'),(3117,3,823,'','2013-10-07 03:56:05'),(3118,4,823,'OPD','2013-10-07 03:56:05'),(3119,5,823,'','2013-10-07 03:56:05'),(3120,6,823,'195','2013-10-07 03:56:05'),(3121,1,825,'','2013-10-07 03:56:05'),(3122,2,825,'','2013-10-07 03:56:05'),(3123,3,825,'','2013-10-07 03:56:05'),(3124,4,825,'','2013-10-07 03:56:05'),(3125,5,825,'','2013-10-07 03:56:05'),(3126,6,825,'','2013-10-07 03:56:05'),(3127,1,826,'','2013-10-07 03:57:55'),(3128,2,826,'','2013-10-07 03:57:55'),(3129,3,826,'','2013-10-07 03:57:55'),(3130,4,826,'OPD','2013-10-07 03:57:55'),(3131,5,826,'','2013-10-07 03:57:55'),(3132,6,826,'37','2013-10-07 03:57:55'),(3133,1,827,'DR SALLAR','2013-10-07 04:00:22'),(3134,2,827,'','2013-10-07 04:00:22'),(3135,3,827,'','2013-10-07 04:00:22'),(3136,4,827,'OPD','2013-10-07 04:00:22'),(3137,5,827,'','2013-10-07 04:00:22'),(3138,6,827,'106','2013-10-07 04:00:22'),(3139,1,829,'','2013-10-07 04:00:22'),(3140,2,829,'','2013-10-07 04:00:22'),(3141,3,829,'','2013-10-07 04:00:22'),(3142,4,829,'','2013-10-07 04:00:22'),(3143,5,829,'','2013-10-07 04:00:22'),(3144,6,829,'','2013-10-07 04:00:22'),(3145,1,830,'3564123','2013-10-07 04:02:44'),(3146,2,830,'585848','2013-10-07 04:02:44'),(3147,3,830,'','2013-10-07 04:02:44'),(3148,4,830,'OPD','2013-10-07 04:02:44'),(3149,5,830,'','2013-10-07 04:02:44'),(3150,6,830,'','2013-10-07 04:02:44'),(3151,1,832,'','2013-10-07 04:02:44'),(3152,2,832,'','2013-10-07 04:02:44'),(3153,3,832,'','2013-10-07 04:02:44'),(3154,4,832,'','2013-10-07 04:02:44'),(3155,5,832,'','2013-10-07 04:02:44'),(3156,6,832,'','2013-10-07 04:02:44'),(3157,1,833,'3561103','2013-10-07 04:05:50'),(3158,2,833,'585839','2013-10-07 04:05:50'),(3159,3,833,'','2013-10-07 04:05:50'),(3160,4,833,'OPD','2013-10-07 04:05:50'),(3161,5,833,'','2013-10-07 04:05:50'),(3162,6,833,'57','2013-10-07 04:05:50'),(3163,1,835,'','2013-10-07 04:05:50'),(3164,2,835,'','2013-10-07 04:05:50'),(3165,3,835,'','2013-10-07 04:05:50'),(3166,4,835,'','2013-10-07 04:05:50'),(3167,5,835,'','2013-10-07 04:05:50'),(3168,6,835,'','2013-10-07 04:05:50'),(3169,1,836,'','2013-10-07 04:09:16'),(3170,2,836,'','2013-10-07 04:09:16'),(3171,3,836,'','2013-10-07 04:09:16'),(3172,4,836,'OPD','2013-10-07 04:09:16'),(3173,5,836,'','2013-10-07 04:09:16'),(3174,6,836,'125','2013-10-07 04:09:16'),(3175,1,838,'','2013-10-07 04:09:16'),(3176,2,838,'','2013-10-07 04:09:16'),(3177,3,838,'','2013-10-07 04:09:16'),(3178,4,838,'','2013-10-07 04:09:16'),(3179,5,838,'','2013-10-07 04:09:16'),(3180,6,838,'','2013-10-07 04:09:16'),(3181,1,841,'','2013-10-07 04:09:16'),(3182,2,841,'','2013-10-07 04:09:16'),(3183,3,841,'','2013-10-07 04:09:16'),(3184,4,841,'','2013-10-07 04:09:16'),(3185,5,841,'','2013-10-07 04:09:16'),(3186,6,841,'','2013-10-07 04:09:16'),(3187,1,842,'3561135','2013-10-07 04:11:37'),(3188,2,842,'','2013-10-07 04:11:37'),(3189,3,842,'','2013-10-07 04:11:37'),(3190,4,842,'OPD','2013-10-07 04:11:37'),(3191,5,842,'','2013-10-07 04:11:37'),(3192,6,842,'40','2013-10-07 04:11:37'),(3193,1,843,'','2013-10-07 04:14:23'),(3194,2,843,'','2013-10-07 04:14:23'),(3195,3,843,'','2013-10-07 04:14:23'),(3196,4,843,'OPD','2013-10-07 04:14:23'),(3197,5,843,'','2013-10-07 04:14:23'),(3198,6,843,'133','2013-10-07 04:14:23'),(3199,1,845,'','2013-10-07 04:14:23'),(3200,2,845,'','2013-10-07 04:14:23'),(3201,3,845,'','2013-10-07 04:14:23'),(3202,4,845,'','2013-10-07 04:14:23'),(3203,5,845,'','2013-10-07 04:14:23'),(3204,6,845,'','2013-10-07 04:14:23'),(3205,1,846,'','2013-10-07 04:18:56'),(3206,2,846,'','2013-10-07 04:18:56'),(3207,3,846,'','2013-10-07 04:18:56'),(3208,4,846,'OPD','2013-10-07 04:18:56'),(3209,5,846,'','2013-10-07 04:18:56'),(3210,6,846,'562','2013-10-07 04:18:56'),(3211,1,848,'','2013-10-07 04:18:56'),(3212,2,848,'','2013-10-07 04:18:56'),(3213,3,848,'','2013-10-07 04:18:56'),(3214,4,848,'','2013-10-07 04:18:56'),(3215,5,848,'','2013-10-07 04:18:56'),(3216,6,848,'','2013-10-07 04:18:56'),(3217,1,851,'','2013-10-07 04:18:56'),(3218,2,851,'','2013-10-07 04:18:56'),(3219,3,851,'','2013-10-07 04:18:56'),(3220,4,851,'','2013-10-07 04:18:56'),(3221,5,851,'','2013-10-07 04:18:56'),(3222,6,851,'','2013-10-07 04:18:56'),(3223,1,852,'3561154','2013-10-07 04:20:35'),(3224,2,852,'585856','2013-10-07 04:20:35'),(3225,3,852,'','2013-10-07 04:20:35'),(3226,4,852,'OPD','2013-10-07 04:20:35'),(3227,5,852,'','2013-10-07 04:20:35'),(3228,6,852,'18','2013-10-07 04:20:35'),(3229,1,853,'','2013-10-07 04:22:30'),(3230,2,853,'','2013-10-07 04:22:30'),(3231,3,853,'','2013-10-07 04:22:30'),(3232,4,853,'OPD','2013-10-07 04:22:30'),(3233,5,853,'','2013-10-07 04:22:31'),(3234,6,853,'50','2013-10-07 04:22:31'),(3235,1,855,'','2013-10-07 04:22:31'),(3236,2,855,'','2013-10-07 04:22:31'),(3237,3,855,'','2013-10-07 04:22:31'),(3238,4,855,'','2013-10-07 04:22:31'),(3239,5,855,'','2013-10-07 04:22:31'),(3240,6,855,'','2013-10-07 04:22:31'),(3241,1,856,'','2013-10-07 04:24:43'),(3242,2,856,'','2013-10-07 04:24:43'),(3243,3,856,'','2013-10-07 04:24:43'),(3244,4,856,'OPD','2013-10-07 04:24:43'),(3245,5,856,'','2013-10-07 04:24:43'),(3246,6,856,'69','2013-10-07 04:24:43'),(3247,1,858,'','2013-10-07 04:24:43'),(3248,2,858,'','2013-10-07 04:24:43'),(3249,3,858,'','2013-10-07 04:24:43'),(3250,4,858,'','2013-10-07 04:24:43'),(3251,5,858,'','2013-10-07 04:24:43'),(3252,6,858,'','2013-10-07 04:24:43'),(3253,1,859,'','2013-10-07 04:27:05'),(3254,2,859,'','2013-10-07 04:27:05'),(3255,3,859,'','2013-10-07 04:27:05'),(3256,4,859,'OPD','2013-10-07 04:27:05'),(3257,5,859,'','2013-10-07 04:27:05'),(3258,6,859,'141','2013-10-07 04:27:05'),(3259,1,861,'','2013-10-07 04:27:05'),(3260,2,861,'','2013-10-07 04:27:05'),(3261,3,861,'','2013-10-07 04:27:05'),(3262,4,861,'','2013-10-07 04:27:05'),(3263,5,861,'','2013-10-07 04:27:05'),(3264,6,861,'','2013-10-07 04:27:05'),(3265,1,862,'','2013-10-07 04:29:40'),(3266,2,862,'','2013-10-07 04:29:40'),(3267,3,862,'','2013-10-07 04:29:40'),(3268,4,862,'OPD','2013-10-07 04:29:40'),(3269,5,862,'','2013-10-07 04:29:40'),(3270,6,862,'68','2013-10-07 04:29:40'),(3271,1,864,'','2013-10-07 04:29:40'),(3272,2,864,'','2013-10-07 04:29:40'),(3273,3,864,'','2013-10-07 04:29:40'),(3274,4,864,'','2013-10-07 04:29:40'),(3275,5,864,'','2013-10-07 04:29:40'),(3276,6,864,'','2013-10-07 04:29:40'),(3277,1,867,'','2013-10-07 04:29:40'),(3278,2,867,'','2013-10-07 04:29:40'),(3279,3,867,'','2013-10-07 04:29:40'),(3280,4,867,'','2013-10-07 04:29:40'),(3281,5,867,'','2013-10-07 04:29:40'),(3282,6,867,'','2013-10-07 04:29:40'),(3283,1,868,'3556163','2013-10-07 04:47:40'),(3284,2,868,'585861','2013-10-07 04:47:40'),(3285,3,868,'','2013-10-07 04:47:40'),(3286,4,868,'OPD','2013-10-07 04:47:40'),(3287,5,868,'','2013-10-07 04:47:40'),(3288,6,868,'81','2013-10-07 04:47:40'),(3289,1,870,'','2013-10-07 04:47:40'),(3290,2,870,'','2013-10-07 04:47:40'),(3291,3,870,'','2013-10-07 04:47:40'),(3292,4,870,'','2013-10-07 04:47:40'),(3293,5,870,'','2013-10-07 04:47:40'),(3294,6,870,'','2013-10-07 04:47:40'),(3295,1,873,'','2013-10-07 04:47:40'),(3296,2,873,'','2013-10-07 04:47:40'),(3297,3,873,'','2013-10-07 04:47:40'),(3298,4,873,'','2013-10-07 04:47:40'),(3299,5,873,'','2013-10-07 04:47:40'),(3300,6,873,'','2013-10-07 04:47:40'),(3301,1,874,'','2013-10-07 04:51:13'),(3302,2,874,'','2013-10-07 04:51:13'),(3303,3,874,'','2013-10-07 04:51:13'),(3304,4,874,'','2013-10-07 04:51:13'),(3305,5,874,'214529','2013-10-07 04:51:13'),(3306,6,874,'42','2013-10-07 04:51:13'),(3307,1,875,'','2013-10-07 04:53:36'),(3308,2,875,'','2013-10-07 04:53:36'),(3309,3,875,'','2013-10-07 04:53:36'),(3310,4,875,'OPD','2013-10-07 04:53:36'),(3311,5,875,'','2013-10-07 04:53:36'),(3312,6,875,'99','2013-10-07 04:53:36'),(3313,1,877,'','2013-10-07 04:53:36'),(3314,2,877,'','2013-10-07 04:53:36'),(3315,3,877,'','2013-10-07 04:53:36'),(3316,4,877,'','2013-10-07 04:53:36'),(3317,5,877,'','2013-10-07 04:53:36'),(3318,6,877,'','2013-10-07 04:53:36'),(3319,1,878,'','2013-10-07 04:56:09'),(3320,2,878,'','2013-10-07 04:56:09'),(3321,3,878,'','2013-10-07 04:56:09'),(3322,4,878,'','2013-10-07 04:56:09'),(3323,5,878,'214533','2013-10-07 04:56:09'),(3324,6,878,'','2013-10-07 04:56:09'),(3325,1,879,'','2013-10-07 05:00:49'),(3326,2,879,'','2013-10-07 05:00:49'),(3327,3,879,'','2013-10-07 05:00:49'),(3328,4,879,'','2013-10-07 05:00:49'),(3329,5,879,'214325','2013-10-07 05:00:49'),(3330,6,879,'122','2013-10-07 05:00:49'),(3331,1,881,'','2013-10-07 05:00:49'),(3332,2,881,'','2013-10-07 05:00:49'),(3333,3,881,'','2013-10-07 05:00:49'),(3334,4,881,'','2013-10-07 05:00:49'),(3335,5,881,'','2013-10-07 05:00:49'),(3336,6,881,'','2013-10-07 05:00:49'),(3337,1,882,'','2013-10-07 05:02:39'),(3338,2,882,'','2013-10-07 05:02:39'),(3339,3,882,'','2013-10-07 05:02:39'),(3340,4,882,'OPD','2013-10-07 05:02:39'),(3341,5,882,'','2013-10-07 05:02:39'),(3342,6,882,'22','2013-10-07 05:02:39'),(3343,1,883,'3561236','2013-10-07 05:06:11'),(3344,2,883,'585879','2013-10-07 05:06:11'),(3345,3,883,'','2013-10-07 05:06:11'),(3346,4,883,'','2013-10-07 05:06:11'),(3347,5,883,'','2013-10-07 05:06:11'),(3348,6,883,'147','2013-10-07 05:06:11'),(3349,1,884,'3561238','2013-10-07 05:11:03'),(3350,2,884,'585880','2013-10-07 05:11:03'),(3351,3,884,'','2013-10-07 05:11:03'),(3352,4,884,'','2013-10-07 05:11:03'),(3353,5,884,'','2013-10-07 05:11:03'),(3354,6,884,'129','2013-10-07 05:11:03'),(3355,1,886,'','2013-10-07 05:11:03'),(3356,2,886,'','2013-10-07 05:11:03'),(3357,3,886,'','2013-10-07 05:11:03'),(3358,4,886,'','2013-10-07 05:11:03'),(3359,5,886,'','2013-10-07 05:11:03'),(3360,6,886,'','2013-10-07 05:11:03'),(3361,1,889,'','2013-10-07 05:11:03'),(3362,2,889,'','2013-10-07 05:11:03'),(3363,3,889,'','2013-10-07 05:11:03'),(3364,4,889,'','2013-10-07 05:11:03'),(3365,5,889,'','2013-10-07 05:11:03'),(3366,6,889,'','2013-10-07 05:11:03'),(3367,1,893,'','2013-10-07 05:11:03'),(3368,2,893,'','2013-10-07 05:11:03'),(3369,3,893,'','2013-10-07 05:11:03'),(3370,4,893,'','2013-10-07 05:11:03'),(3371,5,893,'','2013-10-07 05:11:03'),(3372,6,893,'','2013-10-07 05:11:03'),(3373,1,894,'','2013-10-07 05:14:36'),(3374,2,894,'','2013-10-07 05:14:36'),(3375,3,894,'','2013-10-07 05:14:36'),(3376,4,894,'OPD','2013-10-07 05:14:36'),(3377,5,894,'','2013-10-07 05:14:36'),(3378,6,894,'19','2013-10-07 05:14:36'),(3379,1,895,'','2013-10-07 05:17:10'),(3380,2,895,'','2013-10-07 05:17:10'),(3381,3,895,'','2013-10-07 05:17:10'),(3382,4,895,'OPD','2013-10-07 05:17:10'),(3383,5,895,'','2013-10-07 05:17:10'),(3384,6,895,'37','2013-10-07 05:17:10'),(3385,1,896,'','2013-10-07 05:19:57'),(3386,2,896,'','2013-10-07 05:19:57'),(3387,3,896,'','2013-10-07 05:19:57'),(3388,4,896,'OPD','2013-10-07 05:19:57'),(3389,5,896,'','2013-10-07 05:19:57'),(3390,6,896,'112','2013-10-07 05:19:57'),(3391,1,898,'','2013-10-07 05:19:57'),(3392,2,898,'','2013-10-07 05:19:57'),(3393,3,898,'','2013-10-07 05:19:57'),(3394,4,898,'','2013-10-07 05:19:57'),(3395,5,898,'','2013-10-07 05:19:57'),(3396,6,898,'','2013-10-07 05:19:57'),(3397,1,901,'','2013-10-07 05:19:58'),(3398,2,901,'','2013-10-07 05:19:58'),(3399,3,901,'','2013-10-07 05:19:58'),(3400,4,901,'','2013-10-07 05:19:58'),(3401,5,901,'','2013-10-07 05:19:58'),(3402,6,901,'','2013-10-07 05:19:58'),(3403,1,902,'','2013-10-07 05:22:10'),(3404,2,902,'','2013-10-07 05:22:10'),(3405,3,902,'','2013-10-07 05:22:10'),(3406,4,902,'OPD','2013-10-07 05:22:10'),(3407,5,902,'','2013-10-07 05:22:10'),(3408,6,902,'35','2013-10-07 05:22:10'),(3409,1,904,'','2013-10-07 05:22:10'),(3410,2,904,'','2013-10-07 05:22:10'),(3411,3,904,'','2013-10-07 05:22:10'),(3412,4,904,'','2013-10-07 05:22:10'),(3413,5,904,'','2013-10-07 05:22:10'),(3414,6,904,'','2013-10-07 05:22:10'),(3415,1,905,'','2013-10-07 05:24:47'),(3416,2,905,'','2013-10-07 05:24:47'),(3417,3,905,'','2013-10-07 05:24:47'),(3418,4,905,'OPD','2013-10-07 05:24:47'),(3419,5,905,'','2013-10-07 05:24:47'),(3420,6,905,'146','2013-10-07 05:24:47'),(3421,1,907,'','2013-10-07 05:24:47'),(3422,2,907,'','2013-10-07 05:24:47'),(3423,3,907,'','2013-10-07 05:24:47'),(3424,4,907,'','2013-10-07 05:24:47'),(3425,5,907,'','2013-10-07 05:24:47'),(3426,6,907,'','2013-10-07 05:24:47'),(3427,1,908,'','2013-10-07 05:39:54'),(3428,2,908,'','2013-10-07 05:39:54'),(3429,3,908,'','2013-10-07 05:39:54'),(3430,4,908,'OPD','2013-10-07 05:39:54'),(3431,5,908,'','2013-10-07 05:39:54'),(3432,6,908,'6.5','2013-10-07 05:39:54'),(3433,1,909,'3561436','2013-10-07 05:42:19'),(3434,2,909,'585919','2013-10-07 05:42:19'),(3435,3,909,'','2013-10-07 05:42:19'),(3436,4,909,'OPD','2013-10-07 05:42:19'),(3437,5,909,'','2013-10-07 05:42:19'),(3438,6,909,'122','2013-10-07 05:42:19'),(3439,1,911,'','2013-10-07 05:42:20'),(3440,2,911,'','2013-10-07 05:42:20'),(3441,3,911,'','2013-10-07 05:42:20'),(3442,4,911,'','2013-10-07 05:42:20'),(3443,5,911,'','2013-10-07 05:42:20'),(3444,6,911,'','2013-10-07 05:42:20'),(3445,1,914,'','2013-10-07 05:42:20'),(3446,2,914,'','2013-10-07 05:42:20'),(3447,3,914,'','2013-10-07 05:42:20'),(3448,4,914,'','2013-10-07 05:42:20'),(3449,5,914,'','2013-10-07 05:42:20'),(3450,6,914,'','2013-10-07 05:42:20'),(3451,1,915,'3561131','2013-10-07 05:44:34'),(3452,2,915,'585850','2013-10-07 05:44:34'),(3453,3,915,'','2013-10-07 05:44:34'),(3454,4,915,'OPD','2013-10-07 05:44:34'),(3455,5,915,'','2013-10-07 05:44:34'),(3456,6,915,'71','2013-10-07 05:44:34'),(3457,1,917,'','2013-10-07 05:44:38'),(3458,2,917,'','2013-10-07 05:44:38'),(3459,3,917,'','2013-10-07 05:44:38'),(3460,4,917,'','2013-10-07 05:44:38'),(3461,5,917,'','2013-10-07 05:44:38'),(3462,6,917,'','2013-10-07 05:44:38'),(3463,1,918,'','2013-10-07 05:46:47'),(3464,2,918,'','2013-10-07 05:46:47'),(3465,3,918,'','2013-10-07 05:46:47'),(3466,4,918,'OPD','2013-10-07 05:46:47'),(3467,5,918,'','2013-10-07 05:46:47'),(3468,6,918,'74.4','2013-10-07 05:46:47'),(3469,1,919,'','2013-10-07 05:48:29'),(3470,2,919,'','2013-10-07 05:48:29'),(3471,3,919,'','2013-10-07 05:48:29'),(3472,4,919,'','2013-10-07 05:48:29'),(3473,5,919,'214541','2013-10-07 05:48:29'),(3474,6,919,'35','2013-10-07 05:48:29'),(3475,1,920,'','2013-10-07 05:50:21'),(3476,2,920,'','2013-10-07 05:50:21'),(3477,3,920,'','2013-10-07 05:50:21'),(3478,4,920,'OPD','2013-10-07 05:50:21'),(3479,5,920,'','2013-10-07 05:50:21'),(3480,6,920,'94','2013-10-07 05:50:21'),(3481,1,922,'','2013-10-07 05:50:21'),(3482,2,922,'','2013-10-07 05:50:21'),(3483,3,922,'','2013-10-07 05:50:21'),(3484,4,922,'','2013-10-07 05:50:21'),(3485,5,922,'','2013-10-07 05:50:21'),(3486,6,922,'','2013-10-07 05:50:21'),(3487,1,923,'','2013-10-07 05:52:40'),(3488,2,923,'','2013-10-07 05:52:40'),(3489,3,923,'','2013-10-07 05:52:40'),(3490,4,923,'','2013-10-07 05:52:40'),(3491,5,923,'214433','2013-10-07 05:52:40'),(3492,6,923,'22','2013-10-07 05:52:40'),(3493,1,924,'','2013-10-07 05:55:03'),(3494,2,924,'','2013-10-07 05:55:03'),(3495,3,924,'','2013-10-07 05:55:03'),(3496,4,924,'OPD','2013-10-07 05:55:03'),(3497,5,924,'','2013-10-07 05:55:03'),(3498,6,924,'65','2013-10-07 05:55:03'),(3499,1,926,'','2013-10-07 05:55:03'),(3500,2,926,'','2013-10-07 05:55:03'),(3501,3,926,'','2013-10-07 05:55:03'),(3502,4,926,'','2013-10-07 05:55:03'),(3503,5,926,'','2013-10-07 05:55:03'),(3504,6,926,'','2013-10-07 05:55:03'),(3505,1,927,'','2013-10-07 05:57:14'),(3506,2,927,'','2013-10-07 05:57:14'),(3507,3,927,'','2013-10-07 05:57:14'),(3508,4,927,'OPD','2013-10-07 05:57:14'),(3509,5,927,'','2013-10-07 05:57:14'),(3510,6,927,'112','2013-10-07 05:57:14'),(3511,1,929,'','2013-10-07 05:57:14'),(3512,2,929,'','2013-10-07 05:57:14'),(3513,3,929,'','2013-10-07 05:57:14'),(3514,4,929,'','2013-10-07 05:57:14'),(3515,5,929,'','2013-10-07 05:57:14'),(3516,6,929,'','2013-10-07 05:57:14'),(3517,1,932,'','2013-10-07 05:57:14'),(3518,2,932,'','2013-10-07 05:57:14'),(3519,3,932,'','2013-10-07 05:57:14'),(3520,4,932,'','2013-10-07 05:57:14'),(3521,5,932,'','2013-10-07 05:57:14'),(3522,6,932,'','2013-10-07 05:57:14'),(3523,1,933,'','2013-10-07 05:59:35'),(3524,2,933,'','2013-10-07 05:59:35'),(3525,3,933,'','2013-10-07 05:59:35'),(3526,4,933,'','2013-10-07 05:59:35'),(3527,5,933,'214542','2013-10-07 05:59:35'),(3528,6,933,'75','2013-10-07 05:59:35'),(3529,1,934,'','2013-10-07 06:06:15'),(3530,2,934,'','2013-10-07 06:06:15'),(3531,3,934,'','2013-10-07 06:06:15'),(3532,4,934,'','2013-10-07 06:06:15'),(3533,5,934,'214543','2013-10-07 06:06:15'),(3534,6,934,'407','2013-10-07 06:06:15'),(3535,1,936,'','2013-10-07 06:06:15'),(3536,2,936,'','2013-10-07 06:06:15'),(3537,3,936,'','2013-10-07 06:06:15'),(3538,4,936,'','2013-10-07 06:06:15'),(3539,5,936,'','2013-10-07 06:06:15'),(3540,6,936,'','2013-10-07 06:06:15'),(3541,1,939,'','2013-10-07 06:06:16'),(3542,2,939,'','2013-10-07 06:06:16'),(3543,3,939,'','2013-10-07 06:06:16'),(3544,4,939,'','2013-10-07 06:06:16'),(3545,5,939,'','2013-10-07 06:06:16'),(3546,6,939,'','2013-10-07 06:06:16'),(3547,1,943,'','2013-10-07 06:06:16'),(3548,2,943,'','2013-10-07 06:06:16'),(3549,3,943,'','2013-10-07 06:06:16'),(3550,4,943,'','2013-10-07 06:06:16'),(3551,5,943,'','2013-10-07 06:06:16'),(3552,6,943,'','2013-10-07 06:06:16'),(3553,1,944,'3561491','2013-10-07 06:09:20'),(3554,2,944,'585941','2013-10-07 06:09:20'),(3555,3,944,'','2013-10-07 06:09:20'),(3556,4,944,'OPD','2013-10-07 06:09:20'),(3557,5,944,'','2013-10-07 06:09:20'),(3558,6,944,'161','2013-10-07 06:09:20'),(3559,1,946,'','2013-10-07 06:09:21'),(3560,2,946,'','2013-10-07 06:09:21'),(3561,3,946,'','2013-10-07 06:09:21'),(3562,4,946,'','2013-10-07 06:09:21'),(3563,5,946,'','2013-10-07 06:09:21'),(3564,6,946,'','2013-10-07 06:09:21'),(3565,1,949,'','2013-10-07 06:09:21'),(3566,2,949,'','2013-10-07 06:09:21'),(3567,3,949,'','2013-10-07 06:09:21'),(3568,4,949,'','2013-10-07 06:09:21'),(3569,5,949,'','2013-10-07 06:09:21'),(3570,6,949,'','2013-10-07 06:09:21'),(3571,1,950,'3560334','2013-10-07 06:39:41'),(3572,2,950,'585613','2013-10-07 06:39:41'),(3573,3,950,'','2013-10-07 06:39:41'),(3574,4,950,'OPD','2013-10-07 06:39:41'),(3575,5,950,'','2013-10-07 06:39:41'),(3576,6,950,'51','2013-10-07 06:39:41'),(3577,1,952,'','2013-10-07 06:39:41'),(3578,2,952,'','2013-10-07 06:39:41'),(3579,3,952,'','2013-10-07 06:39:41'),(3580,4,952,'','2013-10-07 06:39:41'),(3581,5,952,'','2013-10-07 06:39:41'),(3582,6,952,'','2013-10-07 06:39:41'),(3583,1,953,'','2013-10-07 06:43:11'),(3584,2,953,'','2013-10-07 06:43:11'),(3585,3,953,'','2013-10-07 06:43:11'),(3586,4,953,'MED','2013-10-07 06:43:11'),(3587,5,953,'','2013-10-07 06:43:11'),(3588,6,953,'','2013-10-07 06:43:11'),(3589,1,955,'','2013-10-07 06:43:11'),(3590,2,955,'','2013-10-07 06:43:11'),(3591,3,955,'','2013-10-07 06:43:11'),(3592,4,955,'','2013-10-07 06:43:11'),(3593,5,955,'','2013-10-07 06:43:11'),(3594,6,955,'','2013-10-07 06:43:11'),(3595,1,958,'','2013-10-07 06:43:11'),(3596,2,958,'','2013-10-07 06:43:11'),(3597,3,958,'','2013-10-07 06:43:11'),(3598,4,958,'','2013-10-07 06:43:11'),(3599,5,958,'','2013-10-07 06:43:11'),(3600,6,958,'','2013-10-07 06:43:11'),(3601,1,959,'','2013-10-07 06:53:08'),(3602,2,959,'','2013-10-07 06:53:08'),(3603,3,959,'','2013-10-07 06:53:08'),(3604,4,959,'MED','2013-10-07 06:53:08'),(3605,5,959,'','2013-10-07 06:53:08'),(3606,6,959,'','2013-10-07 06:53:08'),(3607,1,961,'','2013-10-07 06:53:08'),(3608,2,961,'','2013-10-07 06:53:08'),(3609,3,961,'','2013-10-07 06:53:08'),(3610,4,961,'','2013-10-07 06:53:08'),(3611,5,961,'','2013-10-07 06:53:08'),(3612,6,961,'','2013-10-07 06:53:08'),(3613,1,964,'','2013-10-07 06:53:08'),(3614,2,964,'','2013-10-07 06:53:08'),(3615,3,964,'','2013-10-07 06:53:08'),(3616,4,964,'','2013-10-07 06:53:08'),(3617,5,964,'','2013-10-07 06:53:09'),(3618,6,964,'','2013-10-07 06:53:09'),(3619,1,965,'','2013-10-07 06:56:46'),(3620,2,965,'','2013-10-07 06:56:46'),(3621,3,965,'','2013-10-07 06:56:46'),(3622,4,965,'OPD','2013-10-07 06:56:46'),(3623,5,965,'','2013-10-07 06:56:46'),(3624,6,965,'37','2013-10-07 06:56:46'),(3625,1,966,'','2013-10-07 07:00:04'),(3626,2,966,'','2013-10-07 07:00:04'),(3627,3,966,'','2013-10-07 07:00:04'),(3628,4,966,'OPD','2013-10-07 07:00:04'),(3629,5,966,'','2013-10-07 07:00:04'),(3630,6,966,'59','2013-10-07 07:00:04'),(3631,1,967,'','2013-10-07 07:01:45'),(3632,2,967,'','2013-10-07 07:01:45'),(3633,3,967,'','2013-10-07 07:01:45'),(3634,4,967,'','2013-10-07 07:01:45'),(3635,5,967,'214527','2013-10-07 07:01:45'),(3636,6,967,'20','2013-10-07 07:01:45'),(3637,1,968,'','2013-10-07 07:05:01'),(3638,2,968,'','2013-10-07 07:05:01'),(3639,3,968,'','2013-10-07 07:05:01'),(3640,4,968,'OPD','2013-10-07 07:05:01'),(3641,5,968,'','2013-10-07 07:05:01'),(3642,6,968,'221W','2013-10-07 07:05:01'),(3643,1,970,'','2013-10-07 07:05:01'),(3644,2,970,'','2013-10-07 07:05:01'),(3645,3,970,'','2013-10-07 07:05:01'),(3646,4,970,'','2013-10-07 07:05:01'),(3647,5,970,'','2013-10-07 07:05:01'),(3648,6,970,'','2013-10-07 07:05:01'),(3649,1,971,'','2013-10-07 07:09:24'),(3650,2,971,'','2013-10-07 07:09:24'),(3651,3,971,'','2013-10-07 07:09:24'),(3652,4,971,'OPD','2013-10-07 07:09:24'),(3653,5,971,'','2013-10-07 07:09:24'),(3654,6,971,'229','2013-10-07 07:09:24'),(3655,1,973,'','2013-10-07 07:09:25'),(3656,2,973,'','2013-10-07 07:09:25'),(3657,3,973,'','2013-10-07 07:09:25'),(3658,4,973,'','2013-10-07 07:09:25'),(3659,5,973,'','2013-10-07 07:09:25'),(3660,6,973,'','2013-10-07 07:09:25'),(3661,1,976,'','2013-10-07 07:09:25'),(3662,2,976,'','2013-10-07 07:09:25'),(3663,3,976,'','2013-10-07 07:09:25'),(3664,4,976,'','2013-10-07 07:09:25'),(3665,5,976,'','2013-10-07 07:09:25'),(3666,6,976,'','2013-10-07 07:09:25'),(3667,1,977,'3560380','2013-10-07 07:11:39'),(3668,2,977,'585632','2013-10-07 07:11:39'),(3669,3,977,'','2013-10-07 07:11:39'),(3670,4,977,'OPD','2013-10-07 07:11:39'),(3671,5,977,'','2013-10-07 07:11:39'),(3672,6,977,'24','2013-10-07 07:11:39'),(3673,1,978,'3562436','2013-10-07 07:26:47'),(3674,2,978,'586203','2013-10-07 07:26:47'),(3675,3,978,'','2013-10-07 07:26:47'),(3676,4,978,'OPD','2013-10-07 07:26:47'),(3677,5,978,'','2013-10-07 07:26:47'),(3678,6,978,'20.00','2013-10-07 07:26:47'),(3679,1,979,'3561366','2013-10-07 07:31:55'),(3680,2,979,'586205','2013-10-07 07:31:55'),(3681,3,979,'','2013-10-07 07:31:55'),(3682,4,979,'OPD','2013-10-07 07:31:55'),(3683,5,979,'','2013-10-07 07:31:55'),(3684,6,979,'147.80','2013-10-07 07:31:55'),(3685,1,980,'3561366','2013-10-07 07:52:19'),(3686,2,980,'586205','2013-10-07 07:52:19'),(3687,3,980,'','2013-10-07 07:52:19'),(3688,4,980,'OPD','2013-10-07 07:52:19'),(3689,5,980,'','2013-10-07 07:52:19'),(3690,6,980,'147.80','2013-10-07 07:52:19'),(3691,1,982,'','2013-10-07 07:52:19'),(3692,2,982,'','2013-10-07 07:52:19'),(3693,3,982,'','2013-10-07 07:52:19'),(3694,4,982,'','2013-10-07 07:52:19'),(3695,5,982,'','2013-10-07 07:52:19'),(3696,6,982,'','2013-10-07 07:52:19'),(3697,1,985,'','2013-10-07 07:52:20'),(3698,2,985,'','2013-10-07 07:52:20'),(3699,3,985,'','2013-10-07 07:52:20'),(3700,4,985,'','2013-10-07 07:52:20'),(3701,5,985,'','2013-10-07 07:52:20'),(3702,6,985,'','2013-10-07 07:52:20'),(3703,1,989,'','2013-10-07 07:52:20'),(3704,2,989,'','2013-10-07 07:52:20'),(3705,3,989,'','2013-10-07 07:52:20'),(3706,4,989,'','2013-10-07 07:52:20'),(3707,5,989,'','2013-10-07 07:52:20'),(3708,6,989,'','2013-10-07 07:52:20'),(3709,1,990,'3562445','2013-10-07 07:58:51'),(3710,2,990,'','2013-10-07 07:58:51'),(3711,3,990,'','2013-10-07 07:58:51'),(3712,4,990,'WARD','2013-10-07 07:58:51'),(3713,5,990,'214551','2013-10-07 07:58:51'),(3714,6,990,'13.00','2013-10-07 07:58:51'),(3715,1,991,'3562481','2013-10-07 08:20:40'),(3716,2,991,'','2013-10-07 08:20:40'),(3717,3,991,'','2013-10-07 08:20:40'),(3718,4,991,'OPD','2013-10-07 08:20:40'),(3719,5,991,'','2013-10-07 08:20:40'),(3720,6,991,'203.00','2013-10-07 08:20:40'),(3721,1,993,'','2013-10-07 08:20:40'),(3722,2,993,'','2013-10-07 08:20:40'),(3723,3,993,'','2013-10-07 08:20:40'),(3724,4,993,'','2013-10-07 08:20:40'),(3725,5,993,'','2013-10-07 08:20:40'),(3726,6,993,'','2013-10-07 08:20:40'),(3727,1,996,'','2013-10-07 08:20:40'),(3728,2,996,'','2013-10-07 08:20:40'),(3729,3,996,'','2013-10-07 08:20:40'),(3730,4,996,'','2013-10-07 08:20:40'),(3731,5,996,'','2013-10-07 08:20:40'),(3732,6,996,'','2013-10-07 08:20:40'),(3733,1,997,'3562482','2013-10-07 08:23:34'),(3734,2,997,'','2013-10-07 08:23:34'),(3735,3,997,'','2013-10-07 08:23:34'),(3736,4,997,'OPD','2013-10-07 08:23:34'),(3737,5,997,'','2013-10-07 08:23:34'),(3738,6,997,'93.00','2013-10-07 08:23:34'),(3739,1,999,'','2013-10-07 08:23:34'),(3740,2,999,'','2013-10-07 08:23:34'),(3741,3,999,'','2013-10-07 08:23:34'),(3742,4,999,'','2013-10-07 08:23:34'),(3743,5,999,'','2013-10-07 08:23:34'),(3744,6,999,'','2013-10-07 08:23:34'),(3745,1,1000,'3562465','2013-10-07 08:27:49'),(3746,2,1000,'','2013-10-07 08:27:49'),(3747,3,1000,'','2013-10-07 08:27:49'),(3748,4,1000,'OPD','2013-10-07 08:27:49'),(3749,5,1000,'','2013-10-07 08:27:49'),(3750,6,1000,'81.00','2013-10-07 08:27:49'),(3751,1,1001,'3562477','2013-10-07 08:29:36'),(3752,2,1001,'','2013-10-07 08:29:36'),(3753,3,1001,'','2013-10-07 08:29:36'),(3754,4,1001,'OPD','2013-10-07 08:29:36'),(3755,5,1001,'','2013-10-07 08:29:36'),(3756,6,1001,'22.00','2013-10-07 08:29:36'),(3757,1,1002,'3562487','2013-10-07 08:32:43'),(3758,2,1002,'586218','2013-10-07 08:32:43'),(3759,3,1002,'','2013-10-07 08:32:43'),(3760,4,1002,'OPD','2013-10-07 08:32:43'),(3761,5,1002,'','2013-10-07 08:32:43'),(3762,6,1002,'177.40','2013-10-07 08:32:43'),(3763,1,1004,'','2013-10-07 08:32:43'),(3764,2,1004,'','2013-10-07 08:32:43'),(3765,3,1004,'','2013-10-07 08:32:43'),(3766,4,1004,'','2013-10-07 08:32:43'),(3767,5,1004,'','2013-10-07 08:32:43'),(3768,6,1004,'','2013-10-07 08:32:43'),(3769,1,1005,'3562490','2013-10-07 08:44:43'),(3770,2,1005,'','2013-10-07 08:44:43'),(3771,3,1005,'','2013-10-07 08:44:43'),(3772,4,1005,'','2013-10-07 08:44:43'),(3773,5,1005,'214540','2013-10-07 08:44:43'),(3774,6,1005,'120.00','2013-10-07 08:44:43'),(3775,1,1006,'3562493','2013-10-07 08:46:59'),(3776,2,1006,'586220','2013-10-07 08:46:59'),(3777,3,1006,'','2013-10-07 08:46:59'),(3778,4,1006,'OPD','2013-10-07 08:46:59'),(3779,5,1006,'','2013-10-07 08:46:59'),(3780,6,1006,'23.00','2013-10-07 08:46:59'),(3781,1,1008,'','2013-10-07 08:46:59'),(3782,2,1008,'','2013-10-07 08:46:59'),(3783,3,1008,'','2013-10-07 08:46:59'),(3784,4,1008,'','2013-10-07 08:46:59'),(3785,5,1008,'','2013-10-07 08:46:59'),(3786,6,1008,'','2013-10-07 08:46:59'),(3787,1,1009,'3560989','2013-10-07 08:49:57'),(3788,2,1009,'','2013-10-07 08:49:57'),(3789,3,1009,'','2013-10-07 08:49:57'),(3790,4,1009,'OPD','2013-10-07 08:49:57'),(3791,5,1009,'','2013-10-07 08:49:57'),(3792,6,1009,'111.00','2013-10-07 08:49:57'),(3793,1,1011,'','2013-10-07 08:49:57'),(3794,2,1011,'','2013-10-07 08:49:57'),(3795,3,1011,'','2013-10-07 08:49:57'),(3796,4,1011,'','2013-10-07 08:49:57'),(3797,5,1011,'','2013-10-07 08:49:57'),(3798,6,1011,'','2013-10-07 08:49:57'),(3799,1,1012,'3562497','2013-10-07 08:51:57'),(3800,2,1012,'586222','2013-10-07 08:51:57'),(3801,3,1012,'','2013-10-07 08:51:57'),(3802,4,1012,'OPD','2013-10-07 08:51:57'),(3803,5,1012,'','2013-10-07 08:51:57'),(3804,6,1012,'100.00','2013-10-07 08:51:57'),(3805,1,1013,'3562502','2013-10-07 08:54:29'),(3806,2,1013,'','2013-10-07 08:54:29'),(3807,3,1013,'','2013-10-07 08:54:29'),(3808,4,1013,'','2013-10-07 08:54:29'),(3809,5,1013,'214557','2013-10-07 08:54:29'),(3810,6,1013,'122.00','2013-10-07 08:54:29'),(3811,1,1015,'','2013-10-07 08:54:29'),(3812,2,1015,'','2013-10-07 08:54:29'),(3813,3,1015,'','2013-10-07 08:54:29'),(3814,4,1015,'','2013-10-07 08:54:29'),(3815,5,1015,'','2013-10-07 08:54:29'),(3816,6,1015,'','2013-10-07 08:54:29'),(3817,1,1016,'','2013-10-07 08:58:59'),(3818,2,1016,'586209','2013-10-07 08:58:59'),(3819,3,1016,'','2013-10-07 08:58:59'),(3820,4,1016,'','2013-10-07 08:58:59'),(3821,5,1016,'','2013-10-07 08:58:59'),(3822,6,1016,'18.00','2013-10-07 08:58:59'),(3823,1,1017,'','2013-10-07 09:05:05'),(3824,2,1017,'586225','2013-10-07 09:05:05'),(3825,3,1017,'','2013-10-07 09:05:05'),(3826,4,1017,'','2013-10-07 09:05:05'),(3827,5,1017,'','2013-10-07 09:05:05'),(3828,6,1017,'18.00','2013-10-07 09:05:05'),(3829,1,1018,'','2013-10-07 09:10:27'),(3830,2,1018,'','2013-10-07 09:10:27'),(3831,3,1018,'','2013-10-07 09:10:27'),(3832,4,1018,'','2013-10-07 09:10:27'),(3833,5,1018,'','2013-10-07 09:10:27'),(3834,6,1018,'18.00','2013-10-07 09:10:27'),(3835,1,1019,'3562516','2013-10-07 09:15:02'),(3836,2,1019,'586231','2013-10-07 09:15:02'),(3837,3,1019,'','2013-10-07 09:15:02'),(3838,4,1019,'','2013-10-07 09:15:02'),(3839,5,1019,'','2013-10-07 09:15:02'),(3840,6,1019,'103.50','2013-10-07 09:15:02'),(3841,1,1021,'','2013-10-07 09:15:03'),(3842,2,1021,'','2013-10-07 09:15:03'),(3843,3,1021,'','2013-10-07 09:15:03'),(3844,4,1021,'','2013-10-07 09:15:03'),(3845,5,1021,'','2013-10-07 09:15:03'),(3846,6,1021,'','2013-10-07 09:15:03'),(3847,1,1022,'3562518','2013-10-07 09:20:49'),(3848,2,1022,'','2013-10-07 09:20:49'),(3849,3,1022,'','2013-10-07 09:20:49'),(3850,4,1022,'','2013-10-07 09:20:49'),(3851,5,1022,'','2013-10-07 09:20:49'),(3852,6,1022,'78.00','2013-10-07 09:20:49'),(3853,1,1024,'3562518','2013-10-07 09:20:49'),(3854,2,1024,'','2013-10-07 09:20:49'),(3855,3,1024,'','2013-10-07 09:20:49'),(3856,4,1024,'','2013-10-07 09:20:49'),(3857,5,1024,'','2013-10-07 09:20:49'),(3858,6,1024,'22.00','2013-10-07 09:20:49'),(3859,1,1025,'3562066','2013-10-07 09:23:12'),(3860,2,1025,'','2013-10-07 09:23:12'),(3861,3,1025,'','2013-10-07 09:23:12'),(3862,4,1025,'OPD','2013-10-07 09:23:12'),(3863,5,1025,'','2013-10-07 09:23:12'),(3864,6,1025,'12.00','2013-10-07 09:23:12'),(3865,1,1026,'3562062','2013-10-07 09:26:28'),(3866,2,1026,'','2013-10-07 09:26:28'),(3867,3,1026,'','2013-10-07 09:26:28'),(3868,4,1026,'OPD','2013-10-07 09:26:28'),(3869,5,1026,'','2013-10-07 09:26:28'),(3870,6,1026,'216.00','2013-10-07 09:26:28'),(3871,1,1028,'','2013-10-07 09:26:28'),(3872,2,1028,'','2013-10-07 09:26:28'),(3873,3,1028,'','2013-10-07 09:26:28'),(3874,4,1028,'','2013-10-07 09:26:28'),(3875,5,1028,'','2013-10-07 09:26:28'),(3876,6,1028,'','2013-10-07 09:26:28'),(3877,1,1031,'','2013-10-07 09:26:29'),(3878,2,1031,'','2013-10-07 09:26:29'),(3879,3,1031,'','2013-10-07 09:26:29'),(3880,4,1031,'','2013-10-07 09:26:29'),(3881,5,1031,'','2013-10-07 09:26:29'),(3882,6,1031,'','2013-10-07 09:26:29'),(3883,1,1032,'3562544','2013-10-07 09:36:36'),(3884,2,1032,'','2013-10-07 09:36:36'),(3885,3,1032,'','2013-10-07 09:36:36'),(3886,4,1032,'OPD','2013-10-07 09:36:36'),(3887,5,1032,'','2013-10-07 09:36:36'),(3888,6,1032,'191.00','2013-10-07 09:36:36'),(3889,1,1034,'','2013-10-07 09:36:37'),(3890,2,1034,'','2013-10-07 09:36:37'),(3891,3,1034,'','2013-10-07 09:36:37'),(3892,4,1034,'','2013-10-07 09:36:37'),(3893,5,1034,'','2013-10-07 09:36:37'),(3894,6,1034,'','2013-10-07 09:36:37'),(3895,1,1037,'','2013-10-07 09:36:37'),(3896,2,1037,'','2013-10-07 09:36:37'),(3897,3,1037,'','2013-10-07 09:36:37'),(3898,4,1037,'','2013-10-07 09:36:37'),(3899,5,1037,'','2013-10-07 09:36:37'),(3900,6,1037,'','2013-10-07 09:36:37'),(3901,1,1038,'3561753','2013-10-07 09:39:01'),(3902,2,1038,'','2013-10-07 09:39:01'),(3903,3,1038,'','2013-10-07 09:39:01'),(3904,4,1038,'OPD','2013-10-07 09:39:01'),(3905,5,1038,'','2013-10-07 09:39:01'),(3906,6,1038,'25.00','2013-10-07 09:39:01'),(3907,1,1040,'','2013-10-07 09:39:01'),(3908,2,1040,'','2013-10-07 09:39:01'),(3909,3,1040,'','2013-10-07 09:39:01'),(3910,4,1040,'','2013-10-07 09:39:01'),(3911,5,1040,'','2013-10-07 09:39:01'),(3912,6,1040,'','2013-10-07 09:39:01'),(3913,1,1041,'3562549','2013-10-07 09:41:53'),(3914,2,1041,'','2013-10-07 09:41:53'),(3915,3,1041,'','2013-10-07 09:41:53'),(3916,4,1041,'OPD','2013-10-07 09:41:53'),(3917,5,1041,'','2013-10-07 09:41:53'),(3918,6,1041,'37.00','2013-10-07 09:41:53'),(3919,1,1042,'3562554','2013-10-07 09:45:17'),(3920,2,1042,'','2013-10-07 09:45:17'),(3921,3,1042,'','2013-10-07 09:45:17'),(3922,4,1042,'OPD','2013-10-07 09:45:17'),(3923,5,1042,'','2013-10-07 09:45:17'),(3924,6,1042,'34.00','2013-10-07 09:45:17'),(3925,1,1044,'','2013-10-07 09:45:17'),(3926,2,1044,'','2013-10-07 09:45:17'),(3927,3,1044,'','2013-10-07 09:45:17'),(3928,4,1044,'','2013-10-07 09:45:17'),(3929,5,1044,'','2013-10-07 09:45:17'),(3930,6,1044,'','2013-10-07 09:45:17'),(3931,1,1045,'3561547','2013-10-07 09:49:17'),(3932,2,1045,'','2013-10-07 09:49:17'),(3933,3,1045,'','2013-10-07 09:49:17'),(3934,4,1045,'OPD','2013-10-07 09:49:17'),(3935,5,1045,'','2013-10-07 09:49:17'),(3936,6,1045,'287.00','2013-10-07 09:49:17'),(3937,1,1047,'','2013-10-07 09:49:18'),(3938,2,1047,'','2013-10-07 09:49:18'),(3939,3,1047,'','2013-10-07 09:49:18'),(3940,4,1047,'','2013-10-07 09:49:18'),(3941,5,1047,'','2013-10-07 09:49:18'),(3942,6,1047,'','2013-10-07 09:49:18'),(3943,1,1050,'','2013-10-07 09:49:18'),(3944,2,1050,'','2013-10-07 09:49:18'),(3945,3,1050,'','2013-10-07 09:49:18'),(3946,4,1050,'','2013-10-07 09:49:18'),(3947,5,1050,'','2013-10-07 09:49:18'),(3948,6,1050,'','2013-10-07 09:49:18'),(3949,1,1051,'3562572','2013-10-07 09:52:49'),(3950,2,1051,'586235','2013-10-07 09:52:49'),(3951,3,1051,'','2013-10-07 09:52:49'),(3952,4,1051,'OPD','2013-10-07 09:52:49'),(3953,5,1051,'','2013-10-07 09:52:49'),(3954,6,1051,'149.00','2013-10-07 09:52:50'),(3955,1,1053,'','2013-10-07 09:52:50'),(3956,2,1053,'','2013-10-07 09:52:50'),(3957,3,1053,'','2013-10-07 09:52:50'),(3958,4,1053,'','2013-10-07 09:52:50'),(3959,5,1053,'','2013-10-07 09:52:50'),(3960,6,1053,'','2013-10-07 09:52:50'),(3961,1,1056,'','2013-10-07 09:52:50'),(3962,2,1056,'','2013-10-07 09:52:50'),(3963,3,1056,'','2013-10-07 09:52:50'),(3964,4,1056,'','2013-10-07 09:52:50'),(3965,5,1056,'','2013-10-07 09:52:50'),(3966,6,1056,'','2013-10-07 09:52:50'),(3967,1,1060,'','2013-10-07 09:52:50'),(3968,2,1060,'','2013-10-07 09:52:50'),(3969,3,1060,'','2013-10-07 09:52:50'),(3970,4,1060,'','2013-10-07 09:52:50'),(3971,5,1060,'','2013-10-07 09:52:50'),(3972,6,1060,'','2013-10-07 09:52:50'),(3973,1,1061,'3561850','2013-10-07 09:56:06'),(3974,2,1061,'586066','2013-10-07 09:56:06'),(3975,3,1061,'','2013-10-07 09:56:06'),(3976,4,1061,'OPD','2013-10-07 09:56:06'),(3977,5,1061,'','2013-10-07 09:56:06'),(3978,6,1061,'35.00','2013-10-07 09:56:06'),(3979,1,1062,'356186','2013-10-07 09:58:05'),(3980,2,1062,'586068','2013-10-07 09:58:05'),(3981,3,1062,'','2013-10-07 09:58:05'),(3982,4,1062,'OPD','2013-10-07 09:58:05'),(3983,5,1062,'','2013-10-07 09:58:05'),(3984,6,1062,'50.00','2013-10-07 09:58:05'),(3985,1,1064,'','2013-10-07 09:58:05'),(3986,2,1064,'','2013-10-07 09:58:05'),(3987,3,1064,'','2013-10-07 09:58:05'),(3988,4,1064,'','2013-10-07 09:58:05'),(3989,5,1064,'','2013-10-07 09:58:05'),(3990,6,1064,'','2013-10-07 09:58:05'),(3991,1,1065,'3561863','2013-10-07 10:00:23'),(3992,2,1065,'','2013-10-07 10:00:23'),(3993,3,1065,'','2013-10-07 10:00:23'),(3994,4,1065,'OPD','2013-10-07 10:00:23'),(3995,5,1065,'','2013-10-07 10:00:23'),(3996,6,1065,'35.00','2013-10-07 10:00:23'),(3997,1,1067,'','2013-10-07 10:00:23'),(3998,2,1067,'','2013-10-07 10:00:23'),(3999,3,1067,'','2013-10-07 10:00:23'),(4000,4,1067,'','2013-10-07 10:00:23'),(4001,5,1067,'','2013-10-07 10:00:23'),(4002,6,1067,'','2013-10-07 10:00:23'),(4003,1,1068,'3561879','2013-10-07 10:03:25'),(4004,2,1068,'586077','2013-10-07 10:03:25'),(4005,3,1068,'','2013-10-07 10:03:25'),(4006,4,1068,'OPD','2013-10-07 10:03:25'),(4007,5,1068,'','2013-10-07 10:03:25'),(4008,6,1068,'50.00','2013-10-07 10:03:25'),(4009,1,1069,'3562601','2013-10-07 10:06:05'),(4010,2,1069,'','2013-10-07 10:06:05'),(4011,3,1069,'','2013-10-07 10:06:05'),(4012,4,1069,'OPD','2013-10-07 10:06:05'),(4013,5,1069,'','2013-10-07 10:06:05'),(4014,6,1069,'45.00','2013-10-07 10:06:05'),(4015,1,1070,'35602602','2013-10-07 10:08:30'),(4016,2,1070,'','2013-10-07 10:08:30'),(4017,3,1070,'','2013-10-07 10:08:30'),(4018,4,1070,'OPD','2013-10-07 10:08:30'),(4019,5,1070,'','2013-10-07 10:08:30'),(4020,6,1070,'66.00','2013-10-07 10:08:30'),(4021,1,1071,'3561892','2013-10-07 10:11:50'),(4022,2,1071,'','2013-10-07 10:11:50'),(4023,3,1071,'','2013-10-07 10:11:50'),(4024,4,1071,'OPD','2013-10-07 10:11:50'),(4025,5,1071,'','2013-10-07 10:11:50'),(4026,6,1071,'169.00','2013-10-07 10:11:50'),(4027,1,1073,'','2013-10-07 10:11:50'),(4028,2,1073,'','2013-10-07 10:11:50'),(4029,3,1073,'','2013-10-07 10:11:50'),(4030,4,1073,'','2013-10-07 10:11:50'),(4031,5,1073,'','2013-10-07 10:11:50'),(4032,6,1073,'','2013-10-07 10:11:50'),(4033,1,1076,'','2013-10-07 10:11:50'),(4034,2,1076,'','2013-10-07 10:11:50'),(4035,3,1076,'','2013-10-07 10:11:50'),(4036,4,1076,'','2013-10-07 10:11:50'),(4037,5,1076,'','2013-10-07 10:11:50'),(4038,6,1076,'','2013-10-07 10:11:50'),(4039,1,1077,'3561904','2013-10-07 10:14:27'),(4040,2,1077,'','2013-10-07 10:14:27'),(4041,3,1077,'','2013-10-07 10:14:27'),(4042,4,1077,'OPD','2013-10-07 10:14:27'),(4043,5,1077,'','2013-10-07 10:14:27'),(4044,6,1077,'237.00','2013-10-07 10:14:27'),(4045,1,1079,'','2013-10-07 10:14:27'),(4046,2,1079,'','2013-10-07 10:14:27'),(4047,3,1079,'','2013-10-07 10:14:27'),(4048,4,1079,'','2013-10-07 10:14:27'),(4049,5,1079,'','2013-10-07 10:14:27'),(4050,6,1079,'','2013-10-07 10:14:27'),(4051,1,1082,'','2013-10-07 10:14:27'),(4052,2,1082,'','2013-10-07 10:14:27'),(4053,3,1082,'','2013-10-07 10:14:27'),(4054,4,1082,'','2013-10-07 10:14:27'),(4055,5,1082,'','2013-10-07 10:14:27'),(4056,6,1082,'','2013-10-07 10:14:27'),(4057,1,1083,'3561911','2013-10-07 10:15:57'),(4058,2,1083,'','2013-10-07 10:15:57'),(4059,3,1083,'','2013-10-07 10:15:57'),(4060,4,1083,'OPD','2013-10-07 10:15:57'),(4061,5,1083,'','2013-10-07 10:15:57'),(4062,6,1083,'113.00','2013-10-07 10:15:57'),(4063,1,1085,'','2013-10-07 10:15:57'),(4064,2,1085,'','2013-10-07 10:15:57'),(4065,3,1085,'','2013-10-07 10:15:57'),(4066,4,1085,'','2013-10-07 10:15:57'),(4067,5,1085,'','2013-10-07 10:15:57'),(4068,6,1085,'','2013-10-07 10:15:57'),(4069,1,1086,'','2013-10-07 10:16:39'),(4070,2,1086,'','2013-10-07 10:16:39'),(4071,3,1086,'','2013-10-07 10:16:39'),(4072,4,1086,'','2013-10-07 10:16:39'),(4073,5,1086,'','2013-10-07 10:16:39'),(4074,6,1086,'','2013-10-07 10:16:39'),(4075,1,1087,'3561915','2013-10-07 10:18:39'),(4076,2,1087,'','2013-10-07 10:18:39'),(4077,3,1087,'','2013-10-07 10:18:39'),(4078,4,1087,'OPD','2013-10-07 10:18:39'),(4079,5,1087,'','2013-10-07 10:18:39'),(4080,6,1087,'19.00','2013-10-07 10:18:39'),(4081,1,1088,'3561936','2013-10-07 10:19:57'),(4082,2,1088,'586083','2013-10-07 10:19:57'),(4083,3,1088,'','2013-10-07 10:19:57'),(4084,4,1088,'OPD','2013-10-07 10:19:57'),(4085,5,1088,'','2013-10-07 10:19:57'),(4086,6,1088,'153.00','2013-10-07 10:19:57'),(4087,1,1089,'3561947','2013-10-07 10:21:23'),(4088,2,1089,'','2013-10-07 10:21:23'),(4089,3,1089,'','2013-10-07 10:21:23'),(4090,4,1089,'OPD','2013-10-07 10:21:23'),(4091,5,1089,'','2013-10-07 10:21:23'),(4092,6,1089,'166.00','2013-10-07 10:21:23'),(4093,1,1090,'356563','2013-10-07 10:25:23'),(4094,2,1090,'','2013-10-07 10:25:23'),(4095,3,1090,'','2013-10-07 10:25:23'),(4096,4,1090,'OPD','2013-10-07 10:25:23'),(4097,5,1090,'','2013-10-07 10:25:23'),(4098,6,1090,'75.00','2013-10-07 10:25:23'),(4099,1,1092,'','2013-10-07 10:25:23'),(4100,2,1092,'','2013-10-07 10:25:23'),(4101,3,1092,'','2013-10-07 10:25:24'),(4102,4,1092,'','2013-10-07 10:25:24'),(4103,5,1092,'','2013-10-07 10:25:24'),(4104,6,1092,'','2013-10-07 10:25:24'),(4105,1,1093,'3562648','2013-10-07 10:27:24'),(4106,2,1093,'','2013-10-07 10:27:24'),(4107,3,1093,'','2013-10-07 10:27:24'),(4108,4,1093,'OPD','2013-10-07 10:27:24'),(4109,5,1093,'','2013-10-07 10:27:24'),(4110,6,1093,'81.00','2013-10-07 10:27:24'),(4111,1,1094,'3561948','2013-10-07 10:30:39'),(4112,2,1094,'','2013-10-07 10:30:39'),(4113,3,1094,'','2013-10-07 10:30:39'),(4114,4,1094,'OPD','2013-10-07 10:30:39'),(4115,5,1094,'','2013-10-07 10:30:39'),(4116,6,1094,'22','2013-10-07 10:30:39'),(4117,1,1095,'3561950','2013-10-07 10:34:32'),(4118,2,1095,'','2013-10-07 10:34:32'),(4119,3,1095,'','2013-10-07 10:34:32'),(4120,4,1095,'OPD','2013-10-07 10:34:32'),(4121,5,1095,'','2013-10-07 10:34:32'),(4122,6,1095,'34','2013-10-07 10:34:32'),(4123,1,1097,'','2013-10-07 10:34:33'),(4124,2,1097,'','2013-10-07 10:34:33'),(4125,3,1097,'','2013-10-07 10:34:33'),(4126,4,1097,'','2013-10-07 10:34:33'),(4127,5,1097,'','2013-10-07 10:34:33'),(4128,6,1097,'','2013-10-07 10:34:33'),(4129,1,1098,'3561951','2013-10-07 10:43:56'),(4130,2,1098,'','2013-10-07 10:43:56'),(4131,3,1098,'','2013-10-07 10:43:56'),(4132,4,1098,'OPD','2013-10-07 10:43:56'),(4133,5,1098,'','2013-10-07 10:43:56'),(4134,6,1098,'22.00','2013-10-07 10:43:56'),(4135,1,1099,'3562639','2013-10-07 10:53:24'),(4136,2,1099,'586249','2013-10-07 10:53:24'),(4137,3,1099,'','2013-10-07 10:53:24'),(4138,4,1099,'OPD','2013-10-07 10:53:24'),(4139,5,1099,'','2013-10-07 10:53:24'),(4140,6,1099,'252.00','2013-10-07 10:53:24'),(4141,1,1101,'','2013-10-07 10:53:24'),(4142,2,1101,'','2013-10-07 10:53:24'),(4143,3,1101,'','2013-10-07 10:53:24'),(4144,4,1101,'','2013-10-07 10:53:24'),(4145,5,1101,'','2013-10-07 10:53:24'),(4146,6,1101,'','2013-10-07 10:53:24'),(4147,1,1104,'','2013-10-07 10:53:25'),(4148,2,1104,'','2013-10-07 10:53:25'),(4149,3,1104,'','2013-10-07 10:53:25'),(4150,4,1104,'','2013-10-07 10:53:25'),(4151,5,1104,'','2013-10-07 10:53:25'),(4152,6,1104,'','2013-10-07 10:53:25'),(4153,1,1108,'','2013-10-07 10:53:25'),(4154,2,1108,'','2013-10-07 10:53:25'),(4155,3,1108,'','2013-10-07 10:53:25'),(4156,4,1108,'','2013-10-07 10:53:25'),(4157,5,1108,'','2013-10-07 10:53:25'),(4158,6,1108,'','2013-10-07 10:53:25'),(4159,1,1109,'3562639','2013-10-07 10:55:30'),(4160,2,1109,'586249','2013-10-07 10:55:30'),(4161,3,1109,'','2013-10-07 10:55:30'),(4162,4,1109,'OPD','2013-10-07 10:55:30'),(4163,5,1109,'','2013-10-07 10:55:30'),(4164,6,1109,'136.00','2013-10-07 10:55:30'),(4165,1,1111,'','2013-10-07 10:55:30'),(4166,2,1111,'','2013-10-07 10:55:30'),(4167,3,1111,'','2013-10-07 10:55:30'),(4168,4,1111,'','2013-10-07 10:55:30'),(4169,5,1111,'','2013-10-07 10:55:30'),(4170,6,1111,'','2013-10-07 10:55:30'),(4171,1,1112,'3562654','2013-10-07 11:00:26'),(4172,2,1112,'','2013-10-07 11:00:26'),(4173,3,1112,'','2013-10-07 11:00:26'),(4174,4,1112,'OPD','2013-10-07 11:00:26'),(4175,5,1112,'','2013-10-07 11:00:26'),(4176,6,1112,'81.00','2013-10-07 11:00:26'),(4177,1,1113,'356265','2013-10-07 11:08:10'),(4178,2,1113,'586251','2013-10-07 11:08:10'),(4179,3,1113,'','2013-10-07 11:08:10'),(4180,4,1113,'OPD','2013-10-07 11:08:10'),(4181,5,1113,'','2013-10-07 11:08:10'),(4182,6,1113,'72.00','2013-10-07 11:08:11'),(4183,1,1115,'','2013-10-07 11:08:11'),(4184,2,1115,'','2013-10-07 11:08:11'),(4185,3,1115,'','2013-10-07 11:08:11'),(4186,4,1115,'','2013-10-07 11:08:11'),(4187,5,1115,'','2013-10-07 11:08:11'),(4188,6,1115,'','2013-10-07 11:08:11'),(4189,1,1116,'3562591','2013-10-07 11:31:46'),(4190,2,1116,'','2013-10-07 11:31:46'),(4191,3,1116,'','2013-10-07 11:31:46'),(4192,4,1116,'OPD','2013-10-07 11:31:46'),(4193,5,1116,'','2013-10-07 11:31:46'),(4194,6,1116,'139.00','2013-10-07 11:31:46'),(4195,1,1118,'','2013-10-07 11:31:46'),(4196,2,1118,'','2013-10-07 11:31:46'),(4197,3,1118,'','2013-10-07 11:31:46'),(4198,4,1118,'','2013-10-07 11:31:46'),(4199,5,1118,'','2013-10-07 11:31:46'),(4200,6,1118,'','2013-10-07 11:31:46'),(4201,1,1121,'','2013-10-07 11:31:46'),(4202,2,1121,'','2013-10-07 11:31:46'),(4203,3,1121,'','2013-10-07 11:31:46'),(4204,4,1121,'','2013-10-07 11:31:46'),(4205,5,1121,'','2013-10-07 11:31:46'),(4206,6,1121,'','2013-10-07 11:31:46'),(4207,1,1122,'3562690','2013-10-07 11:34:36'),(4208,2,1122,'','2013-10-07 11:34:36'),(4209,3,1122,'','2013-10-07 11:34:36'),(4210,4,1122,'OPD','2013-10-07 11:34:36'),(4211,5,1122,'','2013-10-07 11:34:36'),(4212,6,1122,'18.00','2013-10-07 11:34:36'),(4213,1,1123,'3562692','2013-10-07 11:37:33'),(4214,2,1123,'','2013-10-07 11:37:33'),(4215,3,1123,'? MALARIA / MOTION SICKNESS','2013-10-07 11:37:33'),(4216,4,1123,'OPD','2013-10-07 11:37:33'),(4217,5,1123,'','2013-10-07 11:37:33'),(4218,6,1123,'37.00','2013-10-07 11:37:33'),(4219,1,1124,'3561807','2013-10-07 11:40:51'),(4220,2,1124,'','2013-10-07 11:40:51'),(4221,3,1124,'','2013-10-07 11:40:51'),(4222,4,1124,'OPD','2013-10-07 11:40:51'),(4223,5,1124,'','2013-10-07 11:40:51'),(4224,6,1124,'189.00','2013-10-07 11:40:51'),(4225,1,1126,'','2013-10-07 11:40:52'),(4226,2,1126,'','2013-10-07 11:40:52'),(4227,3,1126,'','2013-10-07 11:40:52'),(4228,4,1126,'','2013-10-07 11:40:52'),(4229,5,1126,'','2013-10-07 11:40:52'),(4230,6,1126,'','2013-10-07 11:40:52'),(4231,1,1129,'','2013-10-07 11:40:52'),(4232,2,1129,'','2013-10-07 11:40:52'),(4233,3,1129,'','2013-10-07 11:40:52'),(4234,4,1129,'','2013-10-07 11:40:52'),(4235,5,1129,'','2013-10-07 11:40:52'),(4236,6,1129,'','2013-10-07 11:40:52'),(4237,1,1133,'','2013-10-07 11:40:52'),(4238,2,1133,'','2013-10-07 11:40:52'),(4239,3,1133,'','2013-10-07 11:40:52'),(4240,4,1133,'','2013-10-07 11:40:52'),(4241,5,1133,'','2013-10-07 11:40:52'),(4242,6,1133,'','2013-10-07 11:40:52'),(4243,1,1134,'3562701','2013-10-07 11:45:20'),(4244,2,1134,'','2013-10-07 11:45:20'),(4245,3,1134,'BRONCHIOLITIS','2013-10-07 11:45:20'),(4246,4,1134,'OPD','2013-10-07 11:45:20'),(4247,5,1134,'','2013-10-07 11:45:20'),(4248,6,1134,'22.00','2013-10-07 11:45:20'),(4249,1,1136,'3562701','2013-10-07 11:45:20'),(4250,2,1136,'','2013-10-07 11:45:20'),(4251,3,1136,'','2013-10-07 11:45:20'),(4252,4,1136,'','2013-10-07 11:45:20'),(4253,5,1136,'','2013-10-07 11:45:20'),(4254,6,1136,'39.00','2013-10-07 11:45:20'),(4255,1,1137,'3562641','2013-10-07 12:08:17'),(4256,2,1137,'586265','2013-10-07 12:08:17'),(4257,3,1137,'','2013-10-07 12:08:17'),(4258,4,1137,'','2013-10-07 12:08:17'),(4259,5,1137,'','2013-10-07 12:08:17'),(4260,6,1137,'36.00','2013-10-07 12:08:17'),(4261,1,1138,'3562708','2013-10-07 12:11:46'),(4262,2,1138,'586270','2013-10-07 12:11:46'),(4263,3,1138,'','2013-10-07 12:11:46'),(4264,4,1138,'OPD','2013-10-07 12:11:46'),(4265,5,1138,'','2013-10-07 12:11:46'),(4266,6,1138,'22.00','2013-10-07 12:11:46'),(4267,1,1140,'','2013-10-07 12:11:47'),(4268,2,1140,'','2013-10-07 12:11:47'),(4269,3,1140,'','2013-10-07 12:11:47'),(4270,4,1140,'','2013-10-07 12:11:47'),(4271,5,1140,'','2013-10-07 12:11:47'),(4272,6,1140,'12.00','2013-10-07 12:11:47'),(4273,1,1141,'3562694','2013-10-07 12:25:27'),(4274,2,1141,'','2013-10-07 12:25:27'),(4275,3,1141,'','2013-10-07 12:25:27'),(4276,4,1141,'OPD','2013-10-07 12:25:27'),(4277,5,1141,'','2013-10-07 12:25:27'),(4278,6,1141,'37.00','2013-10-07 12:25:27'),(4279,1,1142,'','2013-10-07 13:08:39'),(4280,2,1142,'','2013-10-07 13:08:39'),(4281,3,1142,'','2013-10-07 13:08:39'),(4282,4,1142,'','2013-10-07 13:08:39'),(4283,5,1142,'','2013-10-07 13:08:39'),(4284,6,1142,'18.00','2013-10-07 13:08:39'),(4285,1,1143,'3562813','2013-10-07 13:19:03'),(4286,2,1143,'','2013-10-07 13:19:03'),(4287,3,1143,'PARTIALLY - MALARIA / MSP / HYPTN','2013-10-07 13:19:03'),(4288,4,1143,'OPD','2013-10-07 13:19:03'),(4289,5,1143,'','2013-10-07 13:19:03'),(4290,6,1143,'84.00','2013-10-07 13:19:03'),(4291,1,1145,'','2013-10-07 13:19:03'),(4292,2,1145,'','2013-10-07 13:19:03'),(4293,3,1145,'','2013-10-07 13:19:03'),(4294,4,1145,'','2013-10-07 13:19:03'),(4295,5,1145,'','2013-10-07 13:19:03'),(4296,6,1145,'','2013-10-07 13:19:03'),(4297,1,1146,'3562825','2013-10-07 13:30:50'),(4298,2,1146,'','2013-10-07 13:30:50'),(4299,3,1146,'CORYZA','2013-10-07 13:30:50'),(4300,4,1146,'','2013-10-07 13:30:50'),(4301,5,1146,'','2013-10-07 13:30:50'),(4302,6,1146,'37.00','2013-10-07 13:30:50'),(4303,1,1147,'3562831','2013-10-07 13:36:58'),(4304,2,1147,'','2013-10-07 13:36:58'),(4305,3,1147,'','2013-10-07 13:36:58'),(4306,4,1147,'','2013-10-07 13:36:58'),(4307,5,1147,'','2013-10-07 13:36:58'),(4308,6,1147,'147.00','2013-10-07 13:36:58'),(4309,1,1149,'','2013-10-07 13:36:59'),(4310,2,1149,'','2013-10-07 13:36:59'),(4311,3,1149,'','2013-10-07 13:36:59'),(4312,4,1149,'','2013-10-07 13:36:59'),(4313,5,1149,'','2013-10-07 13:36:59'),(4314,6,1149,'','2013-10-07 13:36:59'),(4315,1,1150,'','2013-10-07 13:38:56'),(4316,2,1150,'','2013-10-07 13:38:56'),(4317,3,1150,'','2013-10-07 13:38:56'),(4318,4,1150,'','2013-10-07 13:38:56'),(4319,5,1150,'','2013-10-07 13:38:56'),(4320,6,1150,'39.00','2013-10-07 13:38:56'),(4321,1,1152,'','2013-10-07 13:38:56'),(4322,2,1152,'','2013-10-07 13:38:56'),(4323,3,1152,'','2013-10-07 13:38:56'),(4324,4,1152,'','2013-10-07 13:38:56'),(4325,5,1152,'','2013-10-07 13:38:56'),(4326,6,1152,'18.00','2013-10-07 13:38:56'),(4327,1,1153,'','2013-10-07 13:49:53'),(4328,2,1153,'','2013-10-07 13:49:53'),(4329,3,1153,'','2013-10-07 13:49:53'),(4330,4,1153,'','2013-10-07 13:49:53'),(4331,5,1153,'','2013-10-07 13:49:53'),(4332,6,1153,'','2013-10-07 13:49:53'),(4333,1,1154,'','2013-10-07 13:58:00'),(4334,2,1154,'','2013-10-07 13:58:00'),(4335,3,1154,'','2013-10-07 13:58:00'),(4336,4,1154,'','2013-10-07 13:58:00'),(4337,5,1154,'','2013-10-07 13:58:00'),(4338,6,1154,'','2013-10-07 13:58:00'),(4339,1,1155,'3562842','2013-10-07 14:13:42'),(4340,2,1155,'586324','2013-10-07 14:13:42'),(4341,3,1155,'CYESIS','2013-10-07 14:13:42'),(4342,4,1155,'OPD','2013-10-07 14:13:42'),(4343,5,1155,'','2013-10-07 14:13:42'),(4344,6,1155,'20.00','2013-10-07 14:13:42'),(4345,1,1157,'','2013-10-07 14:13:42'),(4346,2,1157,'','2013-10-07 14:13:42'),(4347,3,1157,'','2013-10-07 14:13:42'),(4348,4,1157,'','2013-10-07 14:13:42'),(4349,5,1157,'','2013-10-07 14:13:42'),(4350,6,1157,'18.00','2013-10-07 14:13:42'),(4351,1,1160,'','2013-10-07 14:13:42'),(4352,2,1160,'','2013-10-07 14:13:42'),(4353,3,1160,'','2013-10-07 14:13:42'),(4354,4,1160,'','2013-10-07 14:13:42'),(4355,5,1160,'','2013-10-07 14:13:42'),(4356,6,1160,'100.00','2013-10-07 14:13:42'),(4357,1,1161,'3562847','2013-10-07 14:15:54'),(4358,2,1161,'','2013-10-07 14:15:54'),(4359,3,1161,'VOMITTING / R/O MALARIA','2013-10-07 14:15:54'),(4360,4,1161,'','2013-10-07 14:15:54'),(4361,5,1161,'','2013-10-07 14:15:54'),(4362,6,1161,'81.00','2013-10-07 14:15:54'),(4363,1,1162,'3562848','2013-10-07 14:19:19'),(4364,2,1162,'','2013-10-07 14:19:19'),(4365,3,1162,'','2013-10-07 14:19:19'),(4366,4,1162,'OPD','2013-10-07 14:19:19'),(4367,5,1162,'','2013-10-07 14:19:19'),(4368,6,1162,'37.00','2013-10-07 14:19:19'),(4369,1,1163,'','2013-10-07 14:52:36'),(4370,2,1163,'','2013-10-07 14:52:36'),(4371,3,1163,'','2013-10-07 14:52:36'),(4372,4,1163,'SELF REQUEST','2013-10-07 14:52:36'),(4373,5,1163,'','2013-10-07 14:52:36'),(4374,6,1163,'18.00','2013-10-07 14:52:36'),(4375,1,1164,'3562873','2013-10-07 15:14:27'),(4376,2,1164,'','2013-10-07 15:14:27'),(4377,3,1164,'PHARYNGITIS','2013-10-07 15:14:27'),(4378,4,1164,'OPD','2013-10-07 15:14:27'),(4379,5,1164,'','2013-10-07 15:14:27'),(4380,6,1164,'22.00','2013-10-07 15:14:27'),(4381,1,1165,'3546922','2013-10-07 15:21:02'),(4382,2,1165,'','2013-10-07 15:21:02'),(4383,3,1165,'','2013-10-07 15:21:02'),(4384,4,1165,'OPD','2013-10-07 15:21:02'),(4385,5,1165,'','2013-10-07 15:21:02'),(4386,6,1165,'66.00','2013-10-07 15:21:02'),(4387,1,1166,'3562681','2013-10-07 15:37:34'),(4388,2,1166,'586339','2013-10-07 15:37:34'),(4389,3,1166,'ROUTINE','2013-10-07 15:37:34'),(4390,4,1166,'OPD','2013-10-07 15:37:34'),(4391,5,1166,'','2013-10-07 15:37:34'),(4392,6,1166,'300.00','2013-10-07 15:37:34'),(4393,1,1168,'','2013-10-07 15:37:34'),(4394,2,1168,'','2013-10-07 15:37:34'),(4395,3,1168,'','2013-10-07 15:37:34'),(4396,4,1168,'','2013-10-07 15:37:34'),(4397,5,1168,'','2013-10-07 15:37:34'),(4398,6,1168,'','2013-10-07 15:37:34'),(4399,1,1171,'','2013-10-07 15:37:35'),(4400,2,1171,'','2013-10-07 15:37:35'),(4401,3,1171,'','2013-10-07 15:37:35'),(4402,4,1171,'','2013-10-07 15:37:35'),(4403,5,1171,'','2013-10-07 15:37:35'),(4404,6,1171,'','2013-10-07 15:37:35'),(4405,1,1172,'3562900','2013-10-07 16:09:31'),(4406,2,1172,'','2013-10-07 16:09:31'),(4407,3,1172,'','2013-10-07 16:09:31'),(4408,4,1172,'OPD','2013-10-07 16:09:31'),(4409,5,1172,'','2013-10-07 16:09:31'),(4410,6,1172,'66.00','2013-10-07 16:09:31'),(4411,1,1173,'3562895','2013-10-07 16:21:34'),(4412,2,1173,'','2013-10-07 16:21:34'),(4413,3,1173,'','2013-10-07 16:21:34'),(4414,4,1173,'OPD','2013-10-07 16:21:34'),(4415,5,1173,'214604','2013-10-07 16:21:34'),(4416,6,1173,'35.00','2013-10-07 16:21:34'),(4417,1,1175,'','2013-10-07 16:21:34'),(4418,2,1175,'','2013-10-07 16:21:34'),(4419,3,1175,'','2013-10-07 16:21:34'),(4420,4,1175,'','2013-10-07 16:21:34'),(4421,5,1175,'','2013-10-07 16:21:34'),(4422,6,1175,'','2013-10-07 16:21:34'),(4423,1,1176,'3562907','2013-10-07 16:30:18'),(4424,2,1176,'','2013-10-07 16:30:18'),(4425,3,1176,'','2013-10-07 16:30:18'),(4426,4,1176,'OPD','2013-10-07 16:30:18'),(4427,5,1176,'','2013-10-07 16:30:18'),(4428,6,1176,'22.00','2013-10-07 16:30:18'),(4429,1,1177,'3562906','2013-10-07 16:37:49'),(4430,2,1177,'586346','2013-10-07 16:37:49'),(4431,3,1177,'','2013-10-07 16:37:49'),(4432,4,1177,'OPD','2013-10-07 16:37:49'),(4433,5,1177,'','2013-10-07 16:37:49'),(4434,6,1177,'60.00','2013-10-07 16:37:49'),(4435,1,1178,'3562911','2013-10-07 16:42:33'),(4436,2,1178,'','2013-10-07 16:42:33'),(4437,3,1178,'','2013-10-07 16:42:33'),(4438,4,1178,'OPD','2013-10-07 16:42:34'),(4439,5,1178,'','2013-10-07 16:42:34'),(4440,6,1178,'136.00','2013-10-07 16:42:34'),(4441,1,1179,'3562914','2013-10-07 17:00:10'),(4442,2,1179,'','2013-10-07 17:00:10'),(4443,3,1179,'','2013-10-07 17:00:10'),(4444,4,1179,'','2013-10-07 17:00:10'),(4445,5,1179,'','2013-10-07 17:00:10'),(4446,6,1179,'157','2013-10-07 17:00:10'),(4447,1,1181,'','2013-10-07 17:00:10'),(4448,2,1181,'','2013-10-07 17:00:10'),(4449,3,1181,'','2013-10-07 17:00:10'),(4450,4,1181,'','2013-10-07 17:00:10'),(4451,5,1181,'','2013-10-07 17:00:10'),(4452,6,1181,'','2013-10-07 17:00:10'),(4453,1,1184,'','2013-10-07 17:00:11'),(4454,2,1184,'','2013-10-07 17:00:11'),(4455,3,1184,'','2013-10-07 17:00:11'),(4456,4,1184,'','2013-10-07 17:00:11'),(4457,5,1184,'','2013-10-07 17:00:11'),(4458,6,1184,'','2013-10-07 17:00:11'),(4459,1,1185,'3558206','2013-10-07 17:04:36'),(4460,2,1185,'','2013-10-07 17:04:36'),(4461,3,1185,'','2013-10-07 17:04:36'),(4462,4,1185,'OPD','2013-10-07 17:04:36'),(4463,5,1185,'','2013-10-07 17:04:36'),(4464,6,1185,'33.00','2013-10-07 17:04:36'),(4465,1,1186,'3558204','2013-10-07 17:55:07'),(4466,2,1186,'','2013-10-07 17:55:07'),(4467,3,1186,'','2013-10-07 17:55:07'),(4468,4,1186,'OPD','2013-10-07 17:55:07'),(4469,5,1186,'','2013-10-07 17:55:07'),(4470,6,1186,'81.24','2013-10-07 17:55:07'),(4471,1,1187,'3562957','2013-10-07 18:12:09'),(4472,2,1187,'','2013-10-07 18:12:09'),(4473,3,1187,'','2013-10-07 18:12:09'),(4474,4,1187,'OPD','2013-10-07 18:12:09'),(4475,5,1187,'','2013-10-07 18:12:09'),(4476,6,1187,'104.00','2013-10-07 18:12:09'),(4477,1,1188,'3562964','2013-10-07 18:16:12'),(4478,2,1188,'','2013-10-07 18:16:12'),(4479,3,1188,'','2013-10-07 18:16:12'),(4480,4,1188,'OPD','2013-10-07 18:16:12'),(4481,5,1188,'','2013-10-07 18:16:12'),(4482,6,1188,'84.00','2013-10-07 18:16:12'),(4483,1,1190,'','2013-10-07 18:16:12'),(4484,2,1190,'','2013-10-07 18:16:12'),(4485,3,1190,'','2013-10-07 18:16:12'),(4486,4,1190,'','2013-10-07 18:16:12'),(4487,5,1190,'','2013-10-07 18:16:12'),(4488,6,1190,'','2013-10-07 18:16:12'),(4489,1,1191,'3562978','2013-10-07 18:19:20'),(4490,2,1191,'','2013-10-07 18:19:20'),(4491,3,1191,'','2013-10-07 18:19:20'),(4492,4,1191,'OPD','2013-10-07 18:19:20'),(4493,5,1191,'','2013-10-07 18:19:20'),(4494,6,1191,'37.00','2013-10-07 18:19:20'),(4495,1,1192,'3562975','2013-10-07 18:27:14'),(4496,2,1192,'586366','2013-10-07 18:27:14'),(4497,3,1192,'','2013-10-07 18:27:14'),(4498,4,1192,'OPD','2013-10-07 18:27:14'),(4499,5,1192,'','2013-10-07 18:27:14'),(4500,6,1192,'87','2013-10-07 18:27:14'),(4501,1,1194,'','2013-10-07 18:27:14'),(4502,2,1194,'','2013-10-07 18:27:14'),(4503,3,1194,'','2013-10-07 18:27:14'),(4504,4,1194,'','2013-10-07 18:27:14'),(4505,5,1194,'','2013-10-07 18:27:14'),(4506,6,1194,'','2013-10-07 18:27:14'),(4507,1,1195,'3563000','2013-10-07 18:30:26'),(4508,2,1195,'','2013-10-07 18:30:26'),(4509,3,1195,'','2013-10-07 18:30:26'),(4510,4,1195,'OPD','2013-10-07 18:30:26'),(4511,5,1195,'','2013-10-07 18:30:26'),(4512,6,1195,'40','2013-10-07 18:30:26'),(4513,1,1196,'3563002','2013-10-07 18:35:10'),(4514,2,1196,'','2013-10-07 18:35:10'),(4515,3,1196,'','2013-10-07 18:35:10'),(4516,4,1196,'OPD','2013-10-07 18:35:10'),(4517,5,1196,'','2013-10-07 18:35:10'),(4518,6,1196,'66.00','2013-10-07 18:35:10'),(4519,1,1197,'3563007','2013-10-07 18:38:31'),(4520,2,1197,'','2013-10-07 18:38:31'),(4521,3,1197,'','2013-10-07 18:38:31'),(4522,4,1197,'OPD','2013-10-07 18:38:31'),(4523,5,1197,'','2013-10-07 18:38:31'),(4524,6,1197,'59.00','2013-10-07 18:38:31'),(4525,1,1198,'3563006','2013-10-07 18:41:26'),(4526,2,1198,'586372','2013-10-07 18:41:26'),(4527,3,1198,'','2013-10-07 18:41:26'),(4528,4,1198,'OPD','2013-10-07 18:41:26'),(4529,5,1198,'','2013-10-07 18:41:26'),(4530,6,1198,'69.00','2013-10-07 18:41:26'),(4531,1,1199,'3563010','2013-10-07 18:44:46'),(4532,2,1199,'','2013-10-07 18:44:46'),(4533,3,1199,'','2013-10-07 18:44:46'),(4534,4,1199,'OPD','2013-10-07 18:44:46'),(4535,5,1199,'','2013-10-07 18:44:46'),(4536,6,1199,'88.00','2013-10-07 18:44:46'),(4537,1,1200,'3563015','2013-10-07 18:54:29'),(4538,2,1200,'','2013-10-07 18:54:29'),(4539,3,1200,'','2013-10-07 18:54:29'),(4540,4,1200,'OPD','2013-10-07 18:54:29'),(4541,5,1200,'','2013-10-07 18:54:29'),(4542,6,1200,'145','2013-10-07 18:54:29'),(4543,1,1202,'','2013-10-07 18:54:29'),(4544,2,1202,'','2013-10-07 18:54:29'),(4545,3,1202,'','2013-10-07 18:54:29'),(4546,4,1202,'','2013-10-07 18:54:29'),(4547,5,1202,'','2013-10-07 18:54:29'),(4548,6,1202,'','2013-10-07 18:54:29'),(4549,1,1205,'','2013-10-07 18:54:29'),(4550,2,1205,'','2013-10-07 18:54:29'),(4551,3,1205,'','2013-10-07 18:54:29'),(4552,4,1205,'','2013-10-07 18:54:29'),(4553,5,1205,'','2013-10-07 18:54:29'),(4554,6,1205,'','2013-10-07 18:54:29'),(4555,1,1206,'3563020','2013-10-07 18:58:34'),(4556,2,1206,'','2013-10-07 18:58:34'),(4557,3,1206,'','2013-10-07 18:58:34'),(4558,4,1206,'OPD','2013-10-07 18:58:34'),(4559,5,1206,'','2013-10-07 18:58:34'),(4560,6,1206,'94','2013-10-07 18:58:34'),(4561,1,1208,'','2013-10-07 18:58:34'),(4562,2,1208,'','2013-10-07 18:58:34'),(4563,3,1208,'','2013-10-07 18:58:34'),(4564,4,1208,'','2013-10-07 18:58:34'),(4565,5,1208,'','2013-10-07 18:58:34'),(4566,6,1208,'','2013-10-07 18:58:34'),(4567,1,1209,'3563032','2013-10-07 19:07:25'),(4568,2,1209,'','2013-10-07 19:07:25'),(4569,3,1209,'','2013-10-07 19:07:25'),(4570,4,1209,'OPD','2013-10-07 19:07:25'),(4571,5,1209,'','2013-10-07 19:07:25'),(4572,6,1209,'79.00','2013-10-07 19:07:25'),(4573,1,1211,'','2013-10-07 19:07:25'),(4574,2,1211,'','2013-10-07 19:07:25'),(4575,3,1211,'','2013-10-07 19:07:25'),(4576,4,1211,'','2013-10-07 19:07:25'),(4577,5,1211,'','2013-10-07 19:07:25'),(4578,6,1211,'','2013-10-07 19:07:25'),(4579,1,1212,'3563035','2013-10-07 19:15:47'),(4580,2,1212,'','2013-10-07 19:15:47'),(4581,3,1212,'','2013-10-07 19:15:47'),(4582,4,1212,'OPD','2013-10-07 19:15:47'),(4583,5,1212,'66','2013-10-07 19:15:47'),(4584,6,1212,'','2013-10-07 19:15:47'),(4585,1,1213,'3563074','2013-10-07 19:18:22'),(4586,2,1213,'','2013-10-07 19:18:22'),(4587,3,1213,'','2013-10-07 19:18:22'),(4588,4,1213,'OPD','2013-10-07 19:18:22'),(4589,5,1213,'','2013-10-07 19:18:22'),(4590,6,1213,'40.00','2013-10-07 19:18:22'),(4591,1,1214,'3563079','2013-10-07 19:21:32'),(4592,2,1214,'','2013-10-07 19:21:32'),(4593,3,1214,'OPD','2013-10-07 19:21:32'),(4594,4,1214,'','2013-10-07 19:21:32'),(4595,5,1214,'','2013-10-07 19:21:32'),(4596,6,1214,'281.40','2013-10-07 19:21:32'),(4597,1,1216,'','2013-10-07 19:21:32'),(4598,2,1216,'','2013-10-07 19:21:32'),(4599,3,1216,'','2013-10-07 19:21:32'),(4600,4,1216,'','2013-10-07 19:21:32'),(4601,5,1216,'','2013-10-07 19:21:32'),(4602,6,1216,'','2013-10-07 19:21:32'),(4603,1,1219,'','2013-10-07 19:21:33'),(4604,2,1219,'','2013-10-07 19:21:33'),(4605,3,1219,'','2013-10-07 19:21:33'),(4606,4,1219,'','2013-10-07 19:21:33'),(4607,5,1219,'','2013-10-07 19:21:33'),(4608,6,1219,'','2013-10-07 19:21:33'),(4609,1,1220,'3563084','2013-10-07 19:23:38'),(4610,2,1220,'','2013-10-07 19:23:38'),(4611,3,1220,'','2013-10-07 19:23:38'),(4612,4,1220,'OPD','2013-10-07 19:23:38'),(4613,5,1220,'','2013-10-07 19:23:38'),(4614,6,1220,'40.00','2013-10-07 19:23:38'),(4615,1,1221,'3563090','2013-10-07 19:26:41'),(4616,2,1221,'','2013-10-07 19:26:41'),(4617,3,1221,'','2013-10-07 19:26:41'),(4618,4,1221,'','2013-10-07 19:26:41'),(4619,5,1221,'214604','2013-10-07 19:26:41'),(4620,6,1221,'60','2013-10-07 19:26:41'),(4621,1,1223,'','2013-10-07 19:26:42'),(4622,2,1223,'','2013-10-07 19:26:42'),(4623,3,1223,'','2013-10-07 19:26:42'),(4624,4,1223,'','2013-10-07 19:26:42'),(4625,5,1223,'','2013-10-07 19:26:42'),(4626,6,1223,'','2013-10-07 19:26:42'),(4627,1,1224,'3563109','2013-10-07 19:39:00'),(4628,2,1224,'','2013-10-07 19:39:00'),(4629,3,1224,'OPD','2013-10-07 19:39:00'),(4630,4,1224,'','2013-10-07 19:39:00'),(4631,5,1224,'22.00','2013-10-07 19:39:00'),(4632,6,1224,'','2013-10-07 19:39:00'),(4633,1,1225,'3563092','2013-10-07 19:43:39'),(4634,2,1225,'','2013-10-07 19:43:39'),(4635,3,1225,'','2013-10-07 19:43:39'),(4636,4,1225,'','2013-10-07 19:43:39'),(4637,5,1225,'214605','2013-10-07 19:43:39'),(4638,6,1225,'68','2013-10-07 19:43:39'),(4639,1,1227,'','2013-10-07 19:43:40'),(4640,2,1227,'','2013-10-07 19:43:40'),(4641,3,1227,'','2013-10-07 19:43:40'),(4642,4,1227,'','2013-10-07 19:43:40'),(4643,5,1227,'','2013-10-07 19:43:40'),(4644,6,1227,'','2013-10-07 19:43:40'),(4645,1,1228,'3563117','2013-10-07 19:56:48'),(4646,2,1228,'','2013-10-07 19:56:48'),(4647,3,1228,'','2013-10-07 19:56:48'),(4648,4,1228,'OPD','2013-10-07 19:56:48'),(4649,5,1228,'','2013-10-07 19:56:48'),(4650,6,1228,'39','2013-10-07 19:56:48'),(4651,1,1229,'3563113','2013-10-07 20:21:14'),(4652,2,1229,'586392','2013-10-07 20:21:14'),(4653,3,1229,'','2013-10-07 20:21:14'),(4654,4,1229,'OPD','2013-10-07 20:21:14'),(4655,5,1229,'','2013-10-07 20:21:14'),(4656,6,1229,'35','2013-10-07 20:21:14'),(4657,1,1230,'3563125','2013-10-07 21:12:58'),(4658,2,1230,'','2013-10-07 21:12:58'),(4659,3,1230,'','2013-10-07 21:12:58'),(4660,4,1230,'OPD','2013-10-07 21:12:58'),(4661,5,1230,'','2013-10-07 21:12:58'),(4662,6,1230,'22','2013-10-07 21:12:58'),(4663,1,1231,'3563130','2013-10-07 21:28:32'),(4664,2,1231,'','2013-10-07 21:28:32'),(4665,3,1231,'','2013-10-07 21:28:32'),(4666,4,1231,'OPD','2013-10-07 21:28:32'),(4667,5,1231,'','2013-10-07 21:28:32'),(4668,6,1231,'81','2013-10-07 21:28:32'),(4669,1,1232,'3563131','2013-10-07 21:36:43'),(4670,2,1232,'','2013-10-07 21:36:43'),(4671,3,1232,'','2013-10-07 21:36:43'),(4672,4,1232,'OPD','2013-10-07 21:36:43'),(4673,5,1232,'','2013-10-07 21:36:43'),(4674,6,1232,'81','2013-10-07 21:36:43'),(4675,1,1233,'3563133','2013-10-07 21:43:11'),(4676,2,1233,'','2013-10-07 21:43:11'),(4677,3,1233,'','2013-10-07 21:43:11'),(4678,4,1233,'OPD','2013-10-07 21:43:11'),(4679,5,1233,'','2013-10-07 21:43:11'),(4680,6,1233,'40','2013-10-07 21:43:11'),(4681,1,1235,'','2013-10-07 21:43:11'),(4682,2,1235,'','2013-10-07 21:43:11'),(4683,3,1235,'','2013-10-07 21:43:11'),(4684,4,1235,'','2013-10-07 21:43:11'),(4685,5,1235,'','2013-10-07 21:43:11'),(4686,6,1235,'','2013-10-07 21:43:11'),(4687,1,1236,'3563138','2013-10-07 22:20:50'),(4688,2,1236,'','2013-10-07 22:20:50'),(4689,3,1236,'','2013-10-07 22:20:50'),(4690,4,1236,'OPD','2013-10-07 22:20:50'),(4691,5,1236,'','2013-10-07 22:20:50'),(4692,6,1236,'41','2013-10-07 22:20:50'),(4693,1,1238,'','2013-10-07 22:20:50'),(4694,2,1238,'','2013-10-07 22:20:50'),(4695,3,1238,'','2013-10-07 22:20:50'),(4696,4,1238,'','2013-10-07 22:20:50'),(4697,5,1238,'','2013-10-07 22:20:50'),(4698,6,1238,'','2013-10-07 22:20:50'),(4699,1,1239,'3562672','2013-10-08 01:55:20'),(4700,2,1239,'586258','2013-10-08 01:55:20'),(4701,3,1239,'','2013-10-08 01:55:20'),(4702,4,1239,'OPD','2013-10-08 01:55:20'),(4703,5,1239,'','2013-10-08 01:55:20'),(4704,6,1239,'70','2013-10-08 01:55:20'),(4705,1,1241,'','2013-10-08 01:55:20'),(4706,2,1241,'','2013-10-08 01:55:20'),(4707,3,1241,'','2013-10-08 01:55:20'),(4708,4,1241,'','2013-10-08 01:55:20'),(4709,5,1241,'','2013-10-08 01:55:20'),(4710,6,1241,'','2013-10-08 01:55:20'),(4711,1,1242,'3562678','2013-10-08 01:58:08'),(4712,2,1242,'586260','2013-10-08 01:58:08'),(4713,3,1242,'','2013-10-08 01:58:08'),(4714,4,1242,'OPD','2013-10-08 01:58:08'),(4715,5,1242,'','2013-10-08 01:58:08'),(4716,6,1242,'160','2013-10-08 01:58:08'),(4717,1,1244,'','2013-10-08 01:58:08'),(4718,2,1244,'','2013-10-08 01:58:08'),(4719,3,1244,'','2013-10-08 01:58:08'),(4720,4,1244,'','2013-10-08 01:58:08'),(4721,5,1244,'','2013-10-08 01:58:08'),(4722,6,1244,'','2013-10-08 01:58:08'),(4723,1,1245,'','2013-10-08 02:01:15'),(4724,2,1245,'','2013-10-08 02:01:15'),(4725,3,1245,'','2013-10-08 02:01:15'),(4726,4,1245,'OPD','2013-10-08 02:01:15'),(4727,5,1245,'','2013-10-08 02:01:15'),(4728,6,1245,'','2013-10-08 02:01:15'),(4729,1,1247,'','2013-10-08 02:01:15'),(4730,2,1247,'','2013-10-08 02:01:15'),(4731,3,1247,'','2013-10-08 02:01:15'),(4732,4,1247,'','2013-10-08 02:01:15'),(4733,5,1247,'','2013-10-08 02:01:15'),(4734,6,1247,'','2013-10-08 02:01:15'),(4735,1,1250,'','2013-10-08 02:01:15'),(4736,2,1250,'','2013-10-08 02:01:15'),(4737,3,1250,'','2013-10-08 02:01:15'),(4738,4,1250,'','2013-10-08 02:01:15'),(4739,5,1250,'','2013-10-08 02:01:15'),(4740,6,1250,'','2013-10-08 02:01:15'),(4741,1,1251,'3562689','2013-10-08 02:06:54'),(4742,2,1251,'','2013-10-08 02:06:54'),(4743,3,1251,'','2013-10-08 02:06:54'),(4744,4,1251,'OPD','2013-10-08 02:06:54'),(4745,5,1251,'','2013-10-08 02:06:54'),(4746,6,1251,'115.4','2013-10-08 02:06:54'),(4747,1,1253,'','2013-10-08 02:06:54'),(4748,2,1253,'','2013-10-08 02:06:54'),(4749,3,1253,'','2013-10-08 02:06:54'),(4750,4,1253,'','2013-10-08 02:06:54'),(4751,5,1253,'','2013-10-08 02:06:54'),(4752,6,1253,'','2013-10-08 02:06:54'),(4753,1,1254,'3652712','2013-10-08 02:11:09'),(4754,2,1254,'','2013-10-08 02:11:09'),(4755,3,1254,'','2013-10-08 02:11:09'),(4756,4,1254,'OPD','2013-10-08 02:11:09'),(4757,5,1254,'','2013-10-08 02:11:09'),(4758,6,1254,'59','2013-10-08 02:11:09'),(4759,1,1256,'','2013-10-08 02:11:09'),(4760,2,1256,'','2013-10-08 02:11:09'),(4761,3,1256,'','2013-10-08 02:11:09'),(4762,4,1256,'','2013-10-08 02:11:09'),(4763,5,1256,'','2013-10-08 02:11:09'),(4764,6,1256,'','2013-10-08 02:11:09'),(4765,1,1257,'3562685','2013-10-08 04:36:28'),(4766,2,1257,'586271/88','2013-10-08 04:36:28'),(4767,3,1257,'','2013-10-08 04:36:28'),(4768,4,1257,'OPD','2013-10-08 04:36:28'),(4769,5,1257,'','2013-10-08 04:36:28'),(4770,6,1257,'157','2013-10-08 04:36:28'),(4771,1,1259,'','2013-10-08 04:36:28'),(4772,2,1259,'','2013-10-08 04:36:28'),(4773,3,1259,'','2013-10-08 04:36:28'),(4774,4,1259,'','2013-10-08 04:36:28'),(4775,5,1259,'','2013-10-08 04:36:28'),(4776,6,1259,'','2013-10-08 04:36:28'),(4777,1,1262,'','2013-10-08 04:36:28'),(4778,2,1262,'','2013-10-08 04:36:28'),(4779,3,1262,'','2013-10-08 04:36:28'),(4780,4,1262,'','2013-10-08 04:36:28'),(4781,5,1262,'','2013-10-08 04:36:28'),(4782,6,1262,'','2013-10-08 04:36:28'),(4783,1,1263,'3562718','2013-10-08 04:38:37'),(4784,2,1263,'586279','2013-10-08 04:38:37'),(4785,3,1263,'','2013-10-08 04:38:38'),(4786,4,1263,'OPD','2013-10-08 04:38:38'),(4787,5,1263,'','2013-10-08 04:38:38'),(4788,6,1263,'69','2013-10-08 04:38:38'),(4789,1,1264,'3562726','2013-10-08 04:42:22'),(4790,2,1264,'586283','2013-10-08 04:42:22'),(4791,3,1264,'','2013-10-08 04:42:22'),(4792,4,1264,'OPD','2013-10-08 04:42:22'),(4793,5,1264,'','2013-10-08 04:42:22'),(4794,6,1264,'','2013-10-08 04:42:22'),(4795,1,1265,'3562722','2013-10-08 04:45:05'),(4796,2,1265,'5586282','2013-10-08 04:45:05'),(4797,3,1265,'','2013-10-08 04:45:05'),(4798,4,1265,'OPD','2013-10-08 04:45:05'),(4799,5,1265,'','2013-10-08 04:45:05'),(4800,6,1265,'30','2013-10-08 04:45:05'),(4801,1,1266,'','2013-10-08 04:47:57'),(4802,2,1266,'','2013-10-08 04:47:57'),(4803,3,1266,'','2013-10-08 04:47:57'),(4804,4,1266,'OPD','2013-10-08 04:47:57'),(4805,5,1266,'','2013-10-08 04:47:57'),(4806,6,1266,'','2013-10-08 04:47:57'),(4807,1,1268,'','2013-10-08 04:47:58'),(4808,2,1268,'','2013-10-08 04:47:58'),(4809,3,1268,'','2013-10-08 04:47:58'),(4810,4,1268,'','2013-10-08 04:47:58'),(4811,5,1268,'','2013-10-08 04:47:58'),(4812,6,1268,'','2013-10-08 04:47:58'),(4813,1,1269,'3562748','2013-10-08 04:50:20'),(4814,2,1269,'586289','2013-10-08 04:50:20'),(4815,3,1269,'','2013-10-08 04:50:20'),(4816,4,1269,'OUT','2013-10-08 04:50:20'),(4817,5,1269,'','2013-10-08 04:50:20'),(4818,6,1269,'67','2013-10-08 04:50:20'),(4819,1,1270,'3562744','2013-10-08 04:52:50'),(4820,2,1270,'586292','2013-10-08 04:52:50'),(4821,3,1270,'','2013-10-08 04:52:50'),(4822,4,1270,'OPD','2013-10-08 04:52:50'),(4823,5,1270,'','2013-10-08 04:52:50'),(4824,6,1270,'75','2013-10-08 04:52:50'),(4825,1,1271,'3652756','2013-10-08 04:55:06'),(4826,2,1271,'586292','2013-10-08 04:55:06'),(4827,3,1271,'','2013-10-08 04:55:06'),(4828,4,1271,'OPD','2013-10-08 04:55:06'),(4829,5,1271,'','2013-10-08 04:55:06'),(4830,6,1271,'35','2013-10-08 04:55:06'),(4831,1,1272,'','2013-10-08 05:00:16'),(4832,2,1272,'','2013-10-08 05:00:16'),(4833,3,1272,'','2013-10-08 05:00:16'),(4834,4,1272,'OPD','2013-10-08 05:00:16'),(4835,5,1272,'','2013-10-08 05:00:16'),(4836,6,1272,'74.4','2013-10-08 05:00:16'),(4837,1,1274,'','2013-10-08 05:00:16'),(4838,2,1274,'','2013-10-08 05:00:16'),(4839,3,1274,'','2013-10-08 05:00:16'),(4840,4,1274,'','2013-10-08 05:00:16'),(4841,5,1274,'','2013-10-08 05:00:16'),(4842,6,1274,'','2013-10-08 05:00:16'),(4843,1,1275,'','2013-10-08 05:02:15'),(4844,2,1275,'','2013-10-08 05:02:15'),(4845,3,1275,'','2013-10-08 05:02:15'),(4846,4,1275,'OPD','2013-10-08 05:02:15'),(4847,5,1275,'','2013-10-08 05:02:15'),(4848,6,1275,'22','2013-10-08 05:02:15'),(4849,1,1276,'3560382','2013-10-08 05:09:54'),(4850,2,1276,'585633','2013-10-08 05:09:54'),(4851,3,1276,'','2013-10-08 05:09:54'),(4852,4,1276,'OPD','2013-10-08 05:09:54'),(4853,5,1276,'','2013-10-08 05:09:54'),(4854,6,1276,'85','2013-10-08 05:09:54'),(4855,1,1278,'','2013-10-08 05:09:54'),(4856,2,1278,'','2013-10-08 05:09:54'),(4857,3,1278,'','2013-10-08 05:09:54'),(4858,4,1278,'','2013-10-08 05:09:54'),(4859,5,1278,'','2013-10-08 05:09:54'),(4860,6,1278,'','2013-10-08 05:09:54'),(4861,1,1281,'','2013-10-08 05:09:54'),(4862,2,1281,'','2013-10-08 05:09:55'),(4863,3,1281,'','2013-10-08 05:09:55'),(4864,4,1281,'','2013-10-08 05:09:55'),(4865,5,1281,'','2013-10-08 05:09:55'),(4866,6,1281,'','2013-10-08 05:09:55'),(4867,1,1282,'','2013-10-08 05:12:24'),(4868,2,1282,'','2013-10-08 05:12:24'),(4869,3,1282,'','2013-10-08 05:12:24'),(4870,4,1282,'OPD','2013-10-08 05:12:24'),(4871,5,1282,'','2013-10-08 05:12:24'),(4872,6,1282,'13','2013-10-08 05:12:24'),(4873,1,1283,'','2013-10-08 05:14:20'),(4874,2,1283,'','2013-10-08 05:14:20'),(4875,3,1283,'','2013-10-08 05:14:20'),(4876,4,1283,'OPD','2013-10-08 05:14:20'),(4877,5,1283,'','2013-10-08 05:14:20'),(4878,6,1283,'50','2013-10-08 05:14:20'),(4879,1,1285,'','2013-10-08 05:14:20'),(4880,2,1285,'','2013-10-08 05:14:20'),(4881,3,1285,'','2013-10-08 05:14:20'),(4882,4,1285,'','2013-10-08 05:14:20'),(4883,5,1285,'','2013-10-08 05:14:20'),(4884,6,1285,'','2013-10-08 05:14:20'),(4885,1,1286,'3560436','2013-10-08 05:16:42'),(4886,2,1286,'585600','2013-10-08 05:16:42'),(4887,3,1286,'','2013-10-08 05:16:42'),(4888,4,1286,'OPD','2013-10-08 05:16:42'),(4889,5,1286,'','2013-10-08 05:16:42'),(4890,6,1286,'112','2013-10-08 05:16:42'),(4891,1,1287,'','2013-10-08 05:19:55'),(4892,2,1287,'','2013-10-08 05:19:55'),(4893,3,1287,'','2013-10-08 05:19:55'),(4894,4,1287,'opd','2013-10-08 05:19:55'),(4895,5,1287,'','2013-10-08 05:19:55'),(4896,6,1287,'','2013-10-08 05:19:55'),(4897,1,1289,'','2013-10-08 05:19:56'),(4898,2,1289,'','2013-10-08 05:19:56'),(4899,3,1289,'','2013-10-08 05:19:56'),(4900,4,1289,'','2013-10-08 05:19:56'),(4901,5,1289,'','2013-10-08 05:19:56'),(4902,6,1289,'','2013-10-08 05:19:56'),(4903,1,1292,'','2013-10-08 05:19:56'),(4904,2,1292,'','2013-10-08 05:19:56'),(4905,3,1292,'','2013-10-08 05:19:56'),(4906,4,1292,'','2013-10-08 05:19:56'),(4907,5,1292,'','2013-10-08 05:19:56'),(4908,6,1292,'','2013-10-08 05:19:56'),(4909,1,1293,'','2013-10-08 05:22:40'),(4910,2,1293,'','2013-10-08 05:22:40'),(4911,3,1293,'','2013-10-08 05:22:40'),(4912,4,1293,'OPD','2013-10-08 05:22:40'),(4913,5,1293,'','2013-10-08 05:22:40'),(4914,6,1293,'62','2013-10-08 05:22:40'),(4915,1,1294,'','2013-10-08 05:25:43'),(4916,2,1294,'','2013-10-08 05:25:43'),(4917,3,1294,'','2013-10-08 05:25:43'),(4918,4,1294,'OPD','2013-10-08 05:25:43'),(4919,5,1294,'','2013-10-08 05:25:43'),(4920,6,1294,'89','2013-10-08 05:25:43'),(4921,1,1296,'','2013-10-08 05:25:43'),(4922,2,1296,'','2013-10-08 05:25:43'),(4923,3,1296,'','2013-10-08 05:25:43'),(4924,4,1296,'','2013-10-08 05:25:43'),(4925,5,1296,'','2013-10-08 05:25:43'),(4926,6,1296,'','2013-10-08 05:25:43'),(4927,1,1297,'3560486','2013-10-08 05:29:11'),(4928,2,1297,'585665','2013-10-08 05:29:11'),(4929,3,1297,'','2013-10-08 05:29:11'),(4930,4,1297,'OUT','2013-10-08 05:29:11'),(4931,5,1297,'','2013-10-08 05:29:11'),(4932,6,1297,'35','2013-10-08 05:29:11'),(4933,1,1298,'','2013-10-08 05:31:47'),(4934,2,1298,'','2013-10-08 05:31:47'),(4935,3,1298,'','2013-10-08 05:31:47'),(4936,4,1298,'OPD','2013-10-08 05:31:47'),(4937,5,1298,'','2013-10-08 05:31:47'),(4938,6,1298,'37','2013-10-08 05:31:47'),(4939,1,1299,'3560513','2013-10-08 05:35:01'),(4940,2,1299,'585674','2013-10-08 05:35:01'),(4941,3,1299,'','2013-10-08 05:35:01'),(4942,4,1299,'OPD','2013-10-08 05:35:01'),(4943,5,1299,'','2013-10-08 05:35:01'),(4944,6,1299,'47','2013-10-08 05:35:01'),(4945,1,1301,'','2013-10-08 05:35:01'),(4946,2,1301,'','2013-10-08 05:35:01'),(4947,3,1301,'','2013-10-08 05:35:01'),(4948,4,1301,'','2013-10-08 05:35:01'),(4949,5,1301,'','2013-10-08 05:35:01'),(4950,6,1301,'','2013-10-08 05:35:01'),(4951,1,1302,'3560404','2013-10-08 05:38:46'),(4952,2,1302,'585677','2013-10-08 05:38:46'),(4953,3,1302,'','2013-10-08 05:38:46'),(4954,4,1302,'OPD','2013-10-08 05:38:46'),(4955,5,1302,'','2013-10-08 05:38:46'),(4956,6,1302,'193','2013-10-08 05:38:46'),(4957,1,1304,'','2013-10-08 05:38:46'),(4958,2,1304,'','2013-10-08 05:38:46'),(4959,3,1304,'','2013-10-08 05:38:46'),(4960,4,1304,'','2013-10-08 05:38:46'),(4961,5,1304,'','2013-10-08 05:38:46'),(4962,6,1304,'','2013-10-08 05:38:46'),(4963,1,1307,'','2013-10-08 05:38:46'),(4964,2,1307,'','2013-10-08 05:38:46'),(4965,3,1307,'','2013-10-08 05:38:46'),(4966,4,1307,'','2013-10-08 05:38:46'),(4967,5,1307,'','2013-10-08 05:38:46'),(4968,6,1307,'','2013-10-08 05:38:46'),(4969,1,1308,'3560522','2013-10-08 05:42:41'),(4970,2,1308,'585681','2013-10-08 05:42:41'),(4971,3,1308,'','2013-10-08 05:42:41'),(4972,4,1308,'OPD','2013-10-08 05:42:41'),(4973,5,1308,'','2013-10-08 05:42:41'),(4974,6,1308,'86','2013-10-08 05:42:41'),(4975,1,1310,'','2013-10-08 05:42:41'),(4976,2,1310,'','2013-10-08 05:42:41'),(4977,3,1310,'','2013-10-08 05:42:41'),(4978,4,1310,'','2013-10-08 05:42:41'),(4979,5,1310,'','2013-10-08 05:42:41'),(4980,6,1310,'','2013-10-08 05:42:41'),(4981,1,1313,'','2013-10-08 05:42:41'),(4982,2,1313,'','2013-10-08 05:42:41'),(4983,3,1313,'','2013-10-08 05:42:41'),(4984,4,1313,'','2013-10-08 05:42:41'),(4985,5,1313,'','2013-10-08 05:42:41'),(4986,6,1313,'','2013-10-08 05:42:41'),(4987,1,1314,'','2013-10-08 05:48:00'),(4988,2,1314,'','2013-10-08 05:48:00'),(4989,3,1314,'','2013-10-08 05:48:00'),(4990,4,1314,'OPD','2013-10-08 05:48:00'),(4991,5,1314,'','2013-10-08 05:48:00'),(4992,6,1314,'112','2013-10-08 05:48:00'),(4993,1,1316,'','2013-10-08 05:48:00'),(4994,2,1316,'','2013-10-08 05:48:00'),(4995,3,1316,'','2013-10-08 05:48:00'),(4996,4,1316,'','2013-10-08 05:48:00'),(4997,5,1316,'','2013-10-08 05:48:00'),(4998,6,1316,'','2013-10-08 05:48:00'),(4999,1,1317,'','2013-10-08 05:50:38'),(5000,2,1317,'','2013-10-08 05:50:38'),(5001,3,1317,'','2013-10-08 05:50:38'),(5002,4,1317,'OPD','2013-10-08 05:50:38'),(5003,5,1317,'','2013-10-08 05:50:38'),(5004,6,1317,'50','2013-10-08 05:50:38'),(5005,1,1319,'','2013-10-08 05:50:38'),(5006,2,1319,'','2013-10-08 05:50:38'),(5007,3,1319,'','2013-10-08 05:50:38'),(5008,4,1319,'','2013-10-08 05:50:38'),(5009,5,1319,'','2013-10-08 05:50:38'),(5010,6,1319,'','2013-10-08 05:50:38'),(5011,1,1320,'','2013-10-08 05:53:01'),(5012,2,1320,'','2013-10-08 05:53:01'),(5013,3,1320,'','2013-10-08 05:53:01'),(5014,4,1320,'','2013-10-08 05:53:01'),(5015,5,1320,'214530','2013-10-08 05:53:01'),(5016,6,1320,'40','2013-10-08 05:53:01'),(5017,1,1321,'','2013-10-08 05:54:57'),(5018,2,1321,'','2013-10-08 05:54:57'),(5019,3,1321,'','2013-10-08 05:54:57'),(5020,4,1321,'OPD','2013-10-08 05:54:57'),(5021,5,1321,'','2013-10-08 05:54:57'),(5022,6,1321,'18','2013-10-08 05:54:57'),(5023,1,1322,'3560547','2013-10-08 05:56:55'),(5024,2,1322,'85688','2013-10-08 05:56:55'),(5025,3,1322,'','2013-10-08 05:56:55'),(5026,4,1322,'OPD','2013-10-08 05:56:55'),(5027,5,1322,'','2013-10-08 05:56:55'),(5028,6,1322,'60','2013-10-08 05:56:55'),(5029,1,1323,'','2013-10-08 05:58:58'),(5030,2,1323,'','2013-10-08 05:58:58'),(5031,3,1323,'','2013-10-08 05:58:58'),(5032,4,1323,'OPD','2013-10-08 05:58:58'),(5033,5,1323,'','2013-10-08 05:58:58'),(5034,6,1323,'','2013-10-08 05:58:58'),(5035,1,1324,'','2013-10-08 06:01:44'),(5036,2,1324,'','2013-10-08 06:01:44'),(5037,3,1324,'','2013-10-08 06:01:44'),(5038,4,1324,'OPD','2013-10-08 06:01:44'),(5039,5,1324,'','2013-10-08 06:01:44'),(5040,6,1324,'35','2013-10-08 06:01:44'),(5041,1,1326,'','2013-10-08 06:01:44'),(5042,2,1326,'','2013-10-08 06:01:44'),(5043,3,1326,'','2013-10-08 06:01:44'),(5044,4,1326,'','2013-10-08 06:01:44'),(5045,5,1326,'','2013-10-08 06:01:44'),(5046,6,1326,'','2013-10-08 06:01:44'),(5047,1,1329,'','2013-10-08 06:01:45'),(5048,2,1329,'','2013-10-08 06:01:45'),(5049,3,1329,'','2013-10-08 06:01:45'),(5050,4,1329,'','2013-10-08 06:01:45'),(5051,5,1329,'','2013-10-08 06:01:45'),(5052,6,1329,'','2013-10-08 06:01:45'),(5053,1,1330,'3563189','2013-10-08 06:07:40'),(5054,2,1330,'','2013-10-08 06:07:40'),(5055,3,1330,'','2013-10-08 06:07:40'),(5056,4,1330,'OPD','2013-10-08 06:07:40'),(5057,5,1330,'','2013-10-08 06:07:40'),(5058,6,1330,'107','2013-10-08 06:07:40'),(5059,1,1332,'','2013-10-08 06:07:40'),(5060,2,1332,'','2013-10-08 06:07:40'),(5061,3,1332,'','2013-10-08 06:07:40'),(5062,4,1332,'','2013-10-08 06:07:40'),(5063,5,1332,'','2013-10-08 06:07:40'),(5064,6,1332,'','2013-10-08 06:07:40'),(5065,1,1335,'','2013-10-08 06:07:41'),(5066,2,1335,'','2013-10-08 06:07:41'),(5067,3,1335,'','2013-10-08 06:07:41'),(5068,4,1335,'','2013-10-08 06:07:41'),(5069,5,1335,'','2013-10-08 06:07:41'),(5070,6,1335,'','2013-10-08 06:07:41'),(5071,1,1336,'','2013-10-08 06:15:16'),(5072,2,1336,'','2013-10-08 06:15:16'),(5073,3,1336,'','2013-10-08 06:15:16'),(5074,4,1336,'OPD','2013-10-08 06:15:16'),(5075,5,1336,'','2013-10-08 06:15:16'),(5076,6,1336,'120','2013-10-08 06:15:16'),(5077,1,1337,'3560583','2013-10-08 06:17:58'),(5078,2,1337,'585687','2013-10-08 06:17:58'),(5079,3,1337,'','2013-10-08 06:17:58'),(5080,4,1337,'SR','2013-10-08 06:17:58'),(5081,5,1337,'','2013-10-08 06:17:58'),(5082,6,1337,'73','2013-10-08 06:17:58'),(5083,1,1339,'','2013-10-08 06:17:58'),(5084,2,1339,'','2013-10-08 06:17:58'),(5085,3,1339,'','2013-10-08 06:17:58'),(5086,4,1339,'','2013-10-08 06:17:58'),(5087,5,1339,'','2013-10-08 06:17:58'),(5088,6,1339,'','2013-10-08 06:17:58'),(5089,1,1340,'3563192','2013-10-08 06:21:24'),(5090,2,1340,'586410','2013-10-08 06:21:24'),(5091,3,1340,'','2013-10-08 06:21:24'),(5092,4,1340,'OPD','2013-10-08 06:21:24'),(5093,5,1340,'','2013-10-08 06:21:24'),(5094,6,1340,'126','2013-10-08 06:21:24'),(5095,1,1342,'','2013-10-08 06:21:24'),(5096,2,1342,'','2013-10-08 06:21:24'),(5097,3,1342,'','2013-10-08 06:21:24'),(5098,4,1342,'','2013-10-08 06:21:24'),(5099,5,1342,'','2013-10-08 06:21:24'),(5100,6,1342,'','2013-10-08 06:21:24'),(5101,1,1345,'','2013-10-08 06:21:24'),(5102,2,1345,'','2013-10-08 06:21:24'),(5103,3,1345,'','2013-10-08 06:21:24'),(5104,4,1345,'','2013-10-08 06:21:24'),(5105,5,1345,'','2013-10-08 06:21:24'),(5106,6,1345,'','2013-10-08 06:21:24'),(5107,1,1346,'','2013-10-08 06:34:18'),(5108,2,1346,'','2013-10-08 06:34:18'),(5109,3,1346,'','2013-10-08 06:34:18'),(5110,4,1346,'OPD','2013-10-08 06:34:18'),(5111,5,1346,'','2013-10-08 06:34:18'),(5112,6,1346,'81','2013-10-08 06:34:18'),(5113,1,1347,'','2013-10-08 06:39:55'),(5114,2,1347,'','2013-10-08 06:39:55'),(5115,3,1347,'','2013-10-08 06:39:55'),(5116,4,1347,'OPD','2013-10-08 06:39:55'),(5117,5,1347,'','2013-10-08 06:39:55'),(5118,6,1347,'48','2013-10-08 06:39:55'),(5119,1,1349,'','2013-10-08 06:39:55'),(5120,2,1349,'','2013-10-08 06:39:55'),(5121,3,1349,'','2013-10-08 06:39:55'),(5122,4,1349,'','2013-10-08 06:39:55'),(5123,5,1349,'','2013-10-08 06:39:55'),(5124,6,1349,'','2013-10-08 06:39:55'),(5125,1,1352,'','2013-10-08 06:39:56'),(5126,2,1352,'','2013-10-08 06:39:56'),(5127,3,1352,'','2013-10-08 06:39:56'),(5128,4,1352,'','2013-10-08 06:39:56'),(5129,5,1352,'','2013-10-08 06:39:56'),(5130,6,1352,'','2013-10-08 06:39:56'),(5131,1,1353,'','2013-10-08 06:42:09'),(5132,2,1353,'','2013-10-08 06:42:09'),(5133,3,1353,'','2013-10-08 06:42:09'),(5134,4,1353,'OPD','2013-10-08 06:42:09'),(5135,5,1353,'','2013-10-08 06:42:09'),(5136,6,1353,'66','2013-10-08 06:42:09'),(5137,1,1354,'','2013-10-08 06:45:07'),(5138,2,1354,'','2013-10-08 06:45:07'),(5139,3,1354,'','2013-10-08 06:45:07'),(5140,4,1354,'','2013-10-08 06:45:07'),(5141,5,1354,'W','2013-10-08 06:45:07'),(5142,6,1354,'12','2013-10-08 06:45:07'),(5143,1,1355,'','2013-10-08 06:49:29'),(5144,2,1355,'','2013-10-08 06:49:29'),(5145,3,1355,'','2013-10-08 06:49:29'),(5146,4,1355,'OPD','2013-10-08 06:49:29'),(5147,5,1355,'','2013-10-08 06:49:29'),(5148,6,1355,'50','2013-10-08 06:49:29'),(5149,1,1357,'','2013-10-08 06:49:30'),(5150,2,1357,'','2013-10-08 06:49:30'),(5151,3,1357,'','2013-10-08 06:49:30'),(5152,4,1357,'','2013-10-08 06:49:30'),(5153,5,1357,'','2013-10-08 06:49:30'),(5154,6,1357,'','2013-10-08 06:49:30'),(5155,1,1358,'','2013-10-08 06:52:05'),(5156,2,1358,'','2013-10-08 06:52:05'),(5157,3,1358,'','2013-10-08 06:52:05'),(5158,4,1358,'OPD','2013-10-08 06:52:05'),(5159,5,1358,'','2013-10-08 06:52:05'),(5160,6,1358,'79','2013-10-08 06:52:05'),(5161,1,1360,'','2013-10-08 06:52:05'),(5162,2,1360,'','2013-10-08 06:52:05'),(5163,3,1360,'','2013-10-08 06:52:05'),(5164,4,1360,'','2013-10-08 06:52:05'),(5165,5,1360,'','2013-10-08 06:52:05'),(5166,6,1360,'','2013-10-08 06:52:05'),(5167,1,1361,'','2013-10-08 06:55:34'),(5168,2,1361,'','2013-10-08 06:55:34'),(5169,3,1361,'','2013-10-08 06:55:34'),(5170,4,1361,'OPD','2013-10-08 06:55:34'),(5171,5,1361,'','2013-10-08 06:55:34'),(5172,6,1361,'327','2013-10-08 06:55:34'),(5173,1,1363,'','2013-10-08 06:55:37'),(5174,2,1363,'','2013-10-08 06:55:37'),(5175,3,1363,'','2013-10-08 06:55:37'),(5176,4,1363,'','2013-10-08 06:55:37'),(5177,5,1363,'','2013-10-08 06:55:37'),(5178,6,1363,'','2013-10-08 06:55:37'),(5179,1,1366,'','2013-10-08 06:55:37'),(5180,2,1366,'','2013-10-08 06:55:37'),(5181,3,1366,'','2013-10-08 06:55:37'),(5182,4,1366,'','2013-10-08 06:55:37'),(5183,5,1366,'','2013-10-08 06:55:37'),(5184,6,1366,'','2013-10-08 06:55:37'),(5185,1,1367,'','2013-10-08 07:03:23'),(5186,2,1367,'','2013-10-08 07:03:23'),(5187,3,1367,'','2013-10-08 07:03:23'),(5188,4,1367,'OPD','2013-10-08 07:03:23'),(5189,5,1367,'','2013-10-08 07:03:23'),(5190,6,1367,'19','2013-10-08 07:03:23'),(5191,1,1368,'3563215','2013-10-08 07:08:21'),(5192,2,1368,'','2013-10-08 07:08:21'),(5193,3,1368,'','2013-10-08 07:08:21'),(5194,4,1368,'OPD','2013-10-08 07:08:21'),(5195,5,1368,'','2013-10-08 07:08:21'),(5196,6,1368,'126','2013-10-08 07:08:21'),(5197,1,1370,'','2013-10-08 07:08:21'),(5198,2,1370,'','2013-10-08 07:08:21'),(5199,3,1370,'','2013-10-08 07:08:21'),(5200,4,1370,'','2013-10-08 07:08:21'),(5201,5,1370,'','2013-10-08 07:08:21'),(5202,6,1370,'','2013-10-08 07:08:21'),(5203,1,1371,'3562706','2013-10-08 07:18:41'),(5204,2,1371,'','2013-10-08 07:18:41'),(5205,3,1371,'','2013-10-08 07:18:41'),(5206,4,1371,'OPD','2013-10-08 07:18:41'),(5207,5,1371,'','2013-10-08 07:18:41'),(5208,6,1371,'114','2013-10-08 07:18:41'),(5209,1,1373,'','2013-10-08 07:18:42'),(5210,2,1373,'','2013-10-08 07:18:42'),(5211,3,1373,'','2013-10-08 07:18:42'),(5212,4,1373,'','2013-10-08 07:18:42'),(5213,5,1373,'','2013-10-08 07:18:42'),(5214,6,1373,'','2013-10-08 07:18:42'),(5215,1,1374,'3563223','2013-10-08 07:44:10'),(5216,2,1374,'','2013-10-08 07:44:10'),(5217,3,1374,'','2013-10-08 07:44:10'),(5218,4,1374,'OPD','2013-10-08 07:44:10'),(5219,5,1374,'','2013-10-08 07:44:10'),(5220,6,1374,'110','2013-10-08 07:44:10'),(5221,1,1376,'','2013-10-08 07:44:10'),(5222,2,1376,'','2013-10-08 07:44:10'),(5223,3,1376,'','2013-10-08 07:44:10'),(5224,4,1376,'','2013-10-08 07:44:10'),(5225,5,1376,'','2013-10-08 07:44:10'),(5226,6,1376,'','2013-10-08 07:44:10'),(5227,1,1379,'','2013-10-08 07:44:10'),(5228,2,1379,'','2013-10-08 07:44:10'),(5229,3,1379,'','2013-10-08 07:44:10'),(5230,4,1379,'','2013-10-08 07:44:10'),(5231,5,1379,'','2013-10-08 07:44:10'),(5232,6,1379,'','2013-10-08 07:44:10'),(5233,1,1383,'','2013-10-08 07:44:10'),(5234,2,1383,'','2013-10-08 07:44:10'),(5235,3,1383,'','2013-10-08 07:44:10'),(5236,4,1383,'','2013-10-08 07:44:10'),(5237,5,1383,'','2013-10-08 07:44:10'),(5238,6,1383,'','2013-10-08 07:44:10'),(5239,1,1384,'3563224','2013-10-08 07:51:12'),(5240,2,1384,'586418','2013-10-08 07:51:12'),(5241,3,1384,'','2013-10-08 07:51:12'),(5242,4,1384,'OPD','2013-10-08 07:51:12'),(5243,5,1384,'','2013-10-08 07:51:12'),(5244,6,1384,'23.00','2013-10-08 07:51:12'),(5245,1,1386,'','2013-10-08 07:51:12'),(5246,2,1386,'','2013-10-08 07:51:12'),(5247,3,1386,'','2013-10-08 07:51:12'),(5248,4,1386,'','2013-10-08 07:51:12'),(5249,5,1386,'','2013-10-08 07:51:12'),(5250,6,1386,'','2013-10-08 07:51:12'),(5251,1,1387,'','2013-10-08 07:54:59'),(5252,2,1387,'','2013-10-08 07:54:59'),(5253,3,1387,'','2013-10-08 07:54:59'),(5254,4,1387,'OPD','2013-10-08 07:54:59'),(5255,5,1387,'','2013-10-08 07:54:59'),(5256,6,1387,'','2013-10-08 07:54:59'),(5257,1,1389,'','2013-10-08 07:55:00'),(5258,2,1389,'','2013-10-08 07:55:00'),(5259,3,1389,'','2013-10-08 07:55:00'),(5260,4,1389,'','2013-10-08 07:55:00'),(5261,5,1389,'','2013-10-08 07:55:00'),(5262,6,1389,'','2013-10-08 07:55:00'),(5263,1,1392,'','2013-10-08 07:55:00'),(5264,2,1392,'','2013-10-08 07:55:00'),(5265,3,1392,'','2013-10-08 07:55:00'),(5266,4,1392,'','2013-10-08 07:55:00'),(5267,5,1392,'','2013-10-08 07:55:00'),(5268,6,1392,'','2013-10-08 07:55:00'),(5269,1,1393,'3563228','2013-10-08 08:48:57'),(5270,2,1393,'','2013-10-08 08:48:57'),(5271,3,1393,'','2013-10-08 08:48:57'),(5272,4,1393,'OPD','2013-10-08 08:48:57'),(5273,5,1393,'','2013-10-08 08:48:57'),(5274,6,1393,'127','2013-10-08 08:48:57'),(5275,1,1395,'','2013-10-08 08:48:57'),(5276,2,1395,'','2013-10-08 08:48:57'),(5277,3,1395,'','2013-10-08 08:48:57'),(5278,4,1395,'','2013-10-08 08:48:57'),(5279,5,1395,'','2013-10-08 08:48:57'),(5280,6,1395,'','2013-10-08 08:48:57'),(5281,1,1398,'','2013-10-08 08:48:58'),(5282,2,1398,'','2013-10-08 08:48:58'),(5283,3,1398,'','2013-10-08 08:48:58'),(5284,4,1398,'','2013-10-08 08:48:58'),(5285,5,1398,'','2013-10-08 08:48:58'),(5286,6,1398,'','2013-10-08 08:48:58'),(5287,1,1399,'3563227','2013-10-08 08:53:12'),(5288,2,1399,'586420','2013-10-08 08:53:12'),(5289,3,1399,'','2013-10-08 08:53:12'),(5290,4,1399,'OPD','2013-10-08 08:53:12'),(5291,5,1399,'','2013-10-08 08:53:12'),(5292,6,1399,'122','2013-10-08 08:53:12'),(5293,1,1401,'','2013-10-08 08:53:12'),(5294,2,1401,'','2013-10-08 08:53:12'),(5295,3,1401,'','2013-10-08 08:53:12'),(5296,4,1401,'','2013-10-08 08:53:12'),(5297,5,1401,'','2013-10-08 08:53:12'),(5298,6,1401,'','2013-10-08 08:53:12'),(5299,1,1404,'','2013-10-08 08:53:12'),(5300,2,1404,'','2013-10-08 08:53:12'),(5301,3,1404,'','2013-10-08 08:53:12'),(5302,4,1404,'','2013-10-08 08:53:12'),(5303,5,1404,'','2013-10-08 08:53:12'),(5304,6,1404,'','2013-10-08 08:53:12'),(5305,1,1405,'3563230','2013-10-08 09:14:24'),(5306,2,1405,'586421','2013-10-08 09:14:24'),(5307,3,1405,'','2013-10-08 09:14:24'),(5308,4,1405,'OPD','2013-10-08 09:14:24'),(5309,5,1405,'','2013-10-08 09:14:24'),(5310,6,1405,'11.00','2013-10-08 09:14:24'),(5311,1,1406,'3563235','2013-10-08 09:18:12'),(5312,2,1406,'','2013-10-08 09:18:12'),(5313,3,1406,'','2013-10-08 09:18:12'),(5314,4,1406,'OPD','2013-10-08 09:18:12'),(5315,5,1406,'','2013-10-08 09:18:12'),(5316,6,1406,'47.00','2013-10-08 09:18:12'),(5317,1,1408,'','2013-10-08 09:18:13'),(5318,2,1408,'','2013-10-08 09:18:13'),(5319,3,1408,'','2013-10-08 09:18:13'),(5320,4,1408,'','2013-10-08 09:18:13'),(5321,5,1408,'','2013-10-08 09:18:13'),(5322,6,1408,'','2013-10-08 09:18:13'),(5323,1,1411,'','2013-10-08 09:18:13'),(5324,2,1411,'','2013-10-08 09:18:13'),(5325,3,1411,'','2013-10-08 09:18:13'),(5326,4,1411,'','2013-10-08 09:18:13'),(5327,5,1411,'','2013-10-08 09:18:13'),(5328,6,1411,'','2013-10-08 09:18:13'),(5329,1,1412,'3560992','2013-10-08 09:22:44'),(5330,2,1412,'','2013-10-08 09:22:44'),(5331,3,1412,'','2013-10-08 09:22:44'),(5332,4,1412,'OPD','2013-10-08 09:22:44'),(5333,5,1412,'','2013-10-08 09:22:44'),(5334,6,1412,'62.40','2013-10-08 09:22:44'),(5335,1,1414,'','2013-10-08 09:22:44'),(5336,2,1414,'','2013-10-08 09:22:44'),(5337,3,1414,'','2013-10-08 09:22:44'),(5338,4,1414,'','2013-10-08 09:22:44'),(5339,5,1414,'','2013-10-08 09:22:44'),(5340,6,1414,'','2013-10-08 09:22:44'),(5341,1,1415,'3562949','2013-10-08 09:26:26'),(5342,2,1415,'','2013-10-08 09:26:26'),(5343,3,1415,'','2013-10-08 09:26:26'),(5344,4,1415,'OPD','2013-10-08 09:26:26'),(5345,5,1415,'','2013-10-08 09:26:26'),(5346,6,1415,'99.00','2013-10-08 09:26:26'),(5347,1,1417,'','2013-10-08 09:26:26'),(5348,2,1417,'','2013-10-08 09:26:26'),(5349,3,1417,'','2013-10-08 09:26:26'),(5350,4,1417,'','2013-10-08 09:26:26'),(5351,5,1417,'','2013-10-08 09:26:26'),(5352,6,1417,'','2013-10-08 09:26:26'),(5353,1,1418,'3563250','2013-10-08 09:29:03'),(5354,2,1418,'586428','2013-10-08 09:29:03'),(5355,3,1418,'','2013-10-08 09:29:03'),(5356,4,1418,'OPD','2013-10-08 09:29:03'),(5357,5,1418,'','2013-10-08 09:29:04'),(5358,6,1418,'11.00','2013-10-08 09:29:04'),(5359,1,1419,'3562599','2013-10-08 09:31:13'),(5360,2,1419,'','2013-10-08 09:31:13'),(5361,3,1419,'','2013-10-08 09:31:13'),(5362,4,1419,'OPD','2013-10-08 09:31:13'),(5363,5,1419,'','2013-10-08 09:31:13'),(5364,6,1419,'93','2013-10-08 09:31:13'),(5365,1,1421,'','2013-10-08 09:31:14'),(5366,2,1421,'','2013-10-08 09:31:14'),(5367,3,1421,'','2013-10-08 09:31:14'),(5368,4,1421,'','2013-10-08 09:31:14'),(5369,5,1421,'','2013-10-08 09:31:14'),(5370,6,1421,'','2013-10-08 09:31:14'),(5371,1,1422,'3563279','2013-10-08 09:35:21'),(5372,2,1422,'','2013-10-08 09:35:21'),(5373,3,1422,'','2013-10-08 09:35:21'),(5374,4,1422,'OPD','2013-10-08 09:35:21'),(5375,5,1422,'','2013-10-08 09:35:21'),(5376,6,1422,'100','2013-10-08 09:35:21'),(5377,1,1424,'','2013-10-08 09:35:21'),(5378,2,1424,'','2013-10-08 09:35:21'),(5379,3,1424,'','2013-10-08 09:35:21'),(5380,4,1424,'','2013-10-08 09:35:21'),(5381,5,1424,'','2013-10-08 09:35:21'),(5382,6,1424,'','2013-10-08 09:35:21'),(5383,1,1425,'3563284','2013-10-08 09:38:45'),(5384,2,1425,'','2013-10-08 09:38:45'),(5385,3,1425,'','2013-10-08 09:38:45'),(5386,4,1425,'OPD','2013-10-08 09:38:45'),(5387,5,1425,'','2013-10-08 09:38:45'),(5388,6,1425,'92.00','2013-10-08 09:38:45'),(5389,1,1427,'','2013-10-08 09:38:45'),(5390,2,1427,'','2013-10-08 09:38:45'),(5391,3,1427,'','2013-10-08 09:38:45'),(5392,4,1427,'','2013-10-08 09:38:45'),(5393,5,1427,'','2013-10-08 09:38:45'),(5394,6,1427,'','2013-10-08 09:38:45'),(5395,1,1428,'','2013-10-08 09:40:18'),(5396,2,1428,'','2013-10-08 09:40:18'),(5397,3,1428,'','2013-10-08 09:40:18'),(5398,4,1428,'','2013-10-08 09:40:18'),(5399,5,1428,'','2013-10-08 09:40:18'),(5400,6,1428,'','2013-10-08 09:40:18'),(5401,1,1429,'3563286','2013-10-08 09:43:12'),(5402,2,1429,'586442','2013-10-08 09:43:12'),(5403,3,1429,'','2013-10-08 09:43:12'),(5404,4,1429,'OPD','2013-10-08 09:43:12'),(5405,5,1429,'','2013-10-08 09:43:12'),(5406,6,1429,'75.00','2013-10-08 09:43:12'),(5407,1,1430,'3563302','2013-10-08 10:03:35'),(5408,2,1430,'586447','2013-10-08 10:03:35'),(5409,3,1430,'','2013-10-08 10:03:35'),(5410,4,1430,'OPD','2013-10-08 10:03:35'),(5411,5,1430,'','2013-10-08 10:03:35'),(5412,6,1430,'189.00','2013-10-08 10:03:35'),(5413,1,1432,'','2013-10-08 10:03:35'),(5414,2,1432,'','2013-10-08 10:03:35'),(5415,3,1432,'','2013-10-08 10:03:35'),(5416,4,1432,'','2013-10-08 10:03:35'),(5417,5,1432,'','2013-10-08 10:03:35'),(5418,6,1432,'','2013-10-08 10:03:35'),(5419,1,1433,'3563310','2013-10-08 10:34:34'),(5420,2,1433,'','2013-10-08 10:34:34'),(5421,3,1433,'','2013-10-08 10:34:34'),(5422,4,1433,'OPD','2013-10-08 10:34:34'),(5423,5,1433,'','2013-10-08 10:34:34'),(5424,6,1433,'68.00','2013-10-08 10:34:34'),(5425,1,1435,'','2013-10-08 10:34:35'),(5426,2,1435,'','2013-10-08 10:34:35'),(5427,3,1435,'','2013-10-08 10:34:35'),(5428,4,1435,'','2013-10-08 10:34:35'),(5429,5,1435,'','2013-10-08 10:34:35'),(5430,6,1435,'','2013-10-08 10:34:35'),(5431,1,1438,'','2013-10-08 10:34:35'),(5432,2,1438,'','2013-10-08 10:34:35'),(5433,3,1438,'','2013-10-08 10:34:35'),(5434,4,1438,'','2013-10-08 10:34:35'),(5435,5,1438,'','2013-10-08 10:34:35'),(5436,6,1438,'','2013-10-08 10:34:35'),(5437,1,1439,'3563323','2013-10-08 10:43:58'),(5438,2,1439,'586452','2013-10-08 10:43:58'),(5439,3,1439,'','2013-10-08 10:43:58'),(5440,4,1439,'OPD','2013-10-08 10:43:58'),(5441,5,1439,'','2013-10-08 10:43:58'),(5442,6,1439,'47.00','2013-10-08 10:43:58'),(5443,1,1441,'','2013-10-08 10:43:58'),(5444,2,1441,'','2013-10-08 10:43:58'),(5445,3,1441,'','2013-10-08 10:43:58'),(5446,4,1441,'','2013-10-08 10:43:58'),(5447,5,1441,'','2013-10-08 10:43:58'),(5448,6,1441,'','2013-10-08 10:43:58'),(5449,1,1442,'3563326','2013-10-08 10:49:29'),(5450,2,1442,'','2013-10-08 10:49:29'),(5451,3,1442,'','2013-10-08 10:49:29'),(5452,4,1442,'OPD','2013-10-08 10:49:29'),(5453,5,1442,'','2013-10-08 10:49:29'),(5454,6,1442,'54.00','2013-10-08 10:49:29'),(5455,1,1444,'','2013-10-08 10:49:29'),(5456,2,1444,'','2013-10-08 10:49:29'),(5457,3,1444,'','2013-10-08 10:49:29'),(5458,4,1444,'','2013-10-08 10:49:29'),(5459,5,1444,'','2013-10-08 10:49:29'),(5460,6,1444,'','2013-10-08 10:49:29'),(5461,1,1445,'3562833','2013-10-08 11:10:26'),(5462,2,1445,'','2013-10-08 11:10:26'),(5463,3,1445,'','2013-10-08 11:10:26'),(5464,4,1445,'OPD','2013-10-08 11:10:26'),(5465,5,1445,'','2013-10-08 11:10:26'),(5466,6,1445,'138.24','2013-10-08 11:10:26'),(5467,1,1447,'','2013-10-08 11:10:26'),(5468,2,1447,'','2013-10-08 11:10:26'),(5469,3,1447,'','2013-10-08 11:10:26'),(5470,4,1447,'','2013-10-08 11:10:26'),(5471,5,1447,'','2013-10-08 11:10:26'),(5472,6,1447,'','2013-10-08 11:10:26'),(5473,1,1448,'3563333','2013-10-08 11:15:18'),(5474,2,1448,'','2013-10-08 11:15:18'),(5475,3,1448,'','2013-10-08 11:15:18'),(5476,4,1448,'OPD','2013-10-08 11:15:18'),(5477,5,1448,'','2013-10-08 11:15:18'),(5478,6,1448,'90.00','2013-10-08 11:15:18'),(5479,1,1450,'','2013-10-08 11:15:18'),(5480,2,1450,'','2013-10-08 11:15:18'),(5481,3,1450,'','2013-10-08 11:15:18'),(5482,4,1450,'','2013-10-08 11:15:18'),(5483,5,1450,'','2013-10-08 11:15:18'),(5484,6,1450,'','2013-10-08 11:15:18'),(5485,1,1453,'','2013-10-08 11:15:18'),(5486,2,1453,'','2013-10-08 11:15:18'),(5487,3,1453,'','2013-10-08 11:15:18'),(5488,4,1453,'','2013-10-08 11:15:18'),(5489,5,1453,'','2013-10-08 11:15:18'),(5490,6,1453,'','2013-10-08 11:15:18'),(5491,1,1454,'3563339','2013-10-08 11:20:37'),(5492,2,1454,'','2013-10-08 11:20:37'),(5493,3,1454,'','2013-10-08 11:20:37'),(5494,4,1454,'OPD','2013-10-08 11:20:37'),(5495,5,1454,'','2013-10-08 11:20:37'),(5496,6,1454,'87.00','2013-10-08 11:20:37'),(5497,1,1456,'','2013-10-08 11:20:38'),(5498,2,1456,'','2013-10-08 11:20:38'),(5499,3,1456,'','2013-10-08 11:20:38'),(5500,4,1456,'','2013-10-08 11:20:38'),(5501,5,1456,'','2013-10-08 11:20:38'),(5502,6,1456,'','2013-10-08 11:20:38'),(5503,1,1459,'','2013-10-08 11:20:38'),(5504,2,1459,'','2013-10-08 11:20:38'),(5505,3,1459,'','2013-10-08 11:20:38'),(5506,4,1459,'','2013-10-08 11:20:38'),(5507,5,1459,'','2013-10-08 11:20:38'),(5508,6,1459,'','2013-10-08 11:20:38'),(5509,1,1460,'3563344','2013-10-08 11:23:37'),(5510,2,1460,'','2013-10-08 11:23:37'),(5511,3,1460,'','2013-10-08 11:23:37'),(5512,4,1460,'OPD','2013-10-08 11:23:37'),(5513,5,1460,'','2013-10-08 11:23:37'),(5514,6,1460,'37.00','2013-10-08 11:23:37'),(5515,1,1461,'3563354','2013-10-08 12:04:45'),(5516,2,1461,'586461','2013-10-08 12:04:45'),(5517,3,1461,'','2013-10-08 12:04:45'),(5518,4,1461,'OPD','2013-10-08 12:04:45'),(5519,5,1461,'','2013-10-08 12:04:45'),(5520,6,1461,'223.00','2013-10-08 12:04:45'),(5521,1,1463,'','2013-10-08 12:04:46'),(5522,2,1463,'','2013-10-08 12:04:46'),(5523,3,1463,'','2013-10-08 12:04:46'),(5524,4,1463,'','2013-10-08 12:04:46'),(5525,5,1463,'','2013-10-08 12:04:46'),(5526,6,1463,'','2013-10-08 12:04:46'),(5527,1,1466,'','2013-10-08 12:04:46'),(5528,2,1466,'','2013-10-08 12:04:46'),(5529,3,1466,'','2013-10-08 12:04:46'),(5530,4,1466,'','2013-10-08 12:04:46'),(5531,5,1466,'','2013-10-08 12:04:46'),(5532,6,1466,'','2013-10-08 12:04:46'),(5533,1,1470,'','2013-10-08 12:04:46'),(5534,2,1470,'','2013-10-08 12:04:46'),(5535,3,1470,'','2013-10-08 12:04:46'),(5536,4,1470,'','2013-10-08 12:04:46'),(5537,5,1470,'','2013-10-08 12:04:46'),(5538,6,1470,'','2013-10-08 12:04:46'),(5539,1,1471,'3563357','2013-10-08 12:12:12'),(5540,2,1471,'586466','2013-10-08 12:12:12'),(5541,3,1471,'','2013-10-08 12:12:12'),(5542,4,1471,'','2013-10-08 12:12:12'),(5543,5,1471,'','2013-10-08 12:12:12'),(5544,6,1471,'18.00','2013-10-08 12:12:12'),(5545,1,1472,'3563370','2013-10-08 12:21:00'),(5546,2,1472,'586472','2013-10-08 12:21:00'),(5547,3,1472,'','2013-10-08 12:21:00'),(5548,4,1472,'','2013-10-08 12:21:00'),(5549,5,1472,'','2013-10-08 12:21:00'),(5550,6,1472,'74.00','2013-10-08 12:21:00'),(5551,1,1473,'356334','2013-10-08 12:28:31'),(5552,2,1473,'586472','2013-10-08 12:28:31'),(5553,3,1473,'','2013-10-08 12:28:31'),(5554,4,1473,'','2013-10-08 12:28:31'),(5555,5,1473,'','2013-10-08 12:28:31'),(5556,6,1473,'98.80','2013-10-08 12:28:31'),(5557,1,1474,'','2013-10-08 12:40:46'),(5558,2,1474,'','2013-10-08 12:40:46'),(5559,3,1474,'','2013-10-08 12:40:46'),(5560,4,1474,'','2013-10-08 12:40:46'),(5561,5,1474,'','2013-10-08 12:40:46'),(5562,6,1474,'','2013-10-08 12:40:46'),(5563,1,1476,'','2013-10-08 12:40:46'),(5564,2,1476,'','2013-10-08 12:40:46'),(5565,3,1476,'','2013-10-08 12:40:46'),(5566,4,1476,'','2013-10-08 12:40:46'),(5567,5,1476,'','2013-10-08 12:40:46'),(5568,6,1476,'','2013-10-08 12:40:46'),(5569,1,1479,'','2013-10-08 12:40:46'),(5570,2,1479,'','2013-10-08 12:40:46'),(5571,3,1479,'','2013-10-08 12:40:46'),(5572,4,1479,'','2013-10-08 12:40:46'),(5573,5,1479,'','2013-10-08 12:40:46'),(5574,6,1479,'','2013-10-08 12:40:46'),(5575,1,1480,'3562921','2013-10-08 13:26:57'),(5576,2,1480,'','2013-10-08 13:26:57'),(5577,3,1480,'','2013-10-08 13:26:57'),(5578,4,1480,'OPD','2013-10-08 13:26:57'),(5579,5,1480,'','2013-10-08 13:26:57'),(5580,6,1480,'197.00','2013-10-08 13:26:57'),(5581,1,1482,'','2013-10-08 13:26:57'),(5582,2,1482,'','2013-10-08 13:26:57'),(5583,3,1482,'','2013-10-08 13:26:57'),(5584,4,1482,'','2013-10-08 13:26:57'),(5585,5,1482,'','2013-10-08 13:26:57'),(5586,6,1482,'','2013-10-08 13:26:57'),(5587,1,1485,'','2013-10-08 13:26:57'),(5588,2,1485,'','2013-10-08 13:26:57'),(5589,3,1485,'','2013-10-08 13:26:57'),(5590,4,1485,'','2013-10-08 13:26:57'),(5591,5,1485,'','2013-10-08 13:26:57'),(5592,6,1485,'','2013-10-08 13:26:57'),(5593,1,1489,'','2013-10-08 13:26:57'),(5594,2,1489,'','2013-10-08 13:26:57'),(5595,3,1489,'','2013-10-08 13:26:57'),(5596,4,1489,'','2013-10-08 13:26:57'),(5597,5,1489,'','2013-10-08 13:26:57'),(5598,6,1489,'','2013-10-08 13:26:57'),(5599,1,1490,'3563374','2013-10-08 13:29:57'),(5600,2,1490,'586480','2013-10-08 13:29:57'),(5601,3,1490,'','2013-10-08 13:29:57'),(5602,4,1490,'OPD','2013-10-08 13:29:57'),(5603,5,1490,'','2013-10-08 13:29:57'),(5604,6,1490,'36.00','2013-10-08 13:29:57'),(5605,1,1491,'3563416','2013-10-08 13:34:07'),(5606,2,1491,'','2013-10-08 13:34:07'),(5607,3,1491,'','2013-10-08 13:34:07'),(5608,4,1491,'OPD','2013-10-08 13:34:07'),(5609,5,1491,'','2013-10-08 13:34:07'),(5610,6,1491,'273.00','2013-10-08 13:34:07'),(5611,1,1493,'','2013-10-08 13:34:07'),(5612,2,1493,'','2013-10-08 13:34:07'),(5613,3,1493,'','2013-10-08 13:34:07'),(5614,4,1493,'','2013-10-08 13:34:07'),(5615,5,1493,'','2013-10-08 13:34:07'),(5616,6,1493,'','2013-10-08 13:34:07'),(5617,1,1496,'','2013-10-08 13:34:07'),(5618,2,1496,'','2013-10-08 13:34:07'),(5619,3,1496,'','2013-10-08 13:34:07'),(5620,4,1496,'','2013-10-08 13:34:07'),(5621,5,1496,'','2013-10-08 13:34:07'),(5622,6,1496,'','2013-10-08 13:34:07'),(5623,1,1497,'3563447','2013-10-08 13:37:23'),(5624,2,1497,'','2013-10-08 13:37:23'),(5625,3,1497,'','2013-10-08 13:37:23'),(5626,4,1497,'OPD','2013-10-08 13:37:23'),(5627,5,1497,'','2013-10-08 13:37:23'),(5628,6,1497,'65.00','2013-10-08 13:37:23'),(5629,1,1498,'3563445','2013-10-08 13:40:54'),(5630,2,1498,'','2013-10-08 13:40:54'),(5631,3,1498,'','2013-10-08 13:40:54'),(5632,4,1498,'OPD','2013-10-08 13:40:54'),(5633,5,1498,'','2013-10-08 13:40:54'),(5634,6,1498,'61.00','2013-10-08 13:40:54'),(5635,1,1499,'3563436','2013-10-08 14:20:44'),(5636,2,1499,'','2013-10-08 14:20:44'),(5637,3,1499,'','2013-10-08 14:20:44'),(5638,4,1499,'OPD','2013-10-08 14:20:44'),(5639,5,1499,'','2013-10-08 14:20:44'),(5640,6,1499,'218.00','2013-10-08 14:20:44'),(5641,1,1500,'','2013-10-08 14:25:46'),(5642,2,1500,'','2013-10-08 14:25:46'),(5643,3,1500,'','2013-10-08 14:25:46'),(5644,4,1500,'OPD','2013-10-08 14:25:46'),(5645,5,1500,'','2013-10-08 14:25:46'),(5646,6,1500,'','2013-10-08 14:25:46'),(5647,1,1502,'','2013-10-08 14:25:46'),(5648,2,1502,'','2013-10-08 14:25:46'),(5649,3,1502,'','2013-10-08 14:25:46'),(5650,4,1502,'','2013-10-08 14:25:46'),(5651,5,1502,'','2013-10-08 14:25:46'),(5652,6,1502,'','2013-10-08 14:25:46'),(5653,1,1505,'','2013-10-08 14:25:47'),(5654,2,1505,'','2013-10-08 14:25:47'),(5655,3,1505,'','2013-10-08 14:25:47'),(5656,4,1505,'','2013-10-08 14:25:47'),(5657,5,1505,'','2013-10-08 14:25:47'),(5658,6,1505,'','2013-10-08 14:25:47'),(5659,1,1506,'3563420','2013-10-08 14:34:05'),(5660,2,1506,'586495','2013-10-08 14:34:05'),(5661,3,1506,'','2013-10-08 14:34:05'),(5662,4,1506,'OPD','2013-10-08 14:34:05'),(5663,5,1506,'','2013-10-08 14:34:05'),(5664,6,1506,'82.00','2013-10-08 14:34:05'),(5665,1,1508,'','2013-10-08 14:34:05'),(5666,2,1508,'','2013-10-08 14:34:05'),(5667,3,1508,'','2013-10-08 14:34:05'),(5668,4,1508,'','2013-10-08 14:34:05'),(5669,5,1508,'','2013-10-08 14:34:05'),(5670,6,1508,'','2013-10-08 14:34:05'),(5671,1,1509,'3561148','2013-10-08 14:37:07'),(5672,2,1509,'','2013-10-08 14:37:07'),(5673,3,1509,'','2013-10-08 14:37:07'),(5674,4,1509,'OPD','2013-10-08 14:37:07'),(5675,5,1509,'','2013-10-08 14:37:07'),(5676,6,1509,'13.00','2013-10-08 14:37:07'),(5677,1,1511,'','2013-10-08 14:37:07'),(5678,2,1511,'','2013-10-08 14:37:07'),(5679,3,1511,'','2013-10-08 14:37:07'),(5680,4,1511,'','2013-10-08 14:37:07'),(5681,5,1511,'','2013-10-08 14:37:07'),(5682,6,1511,'','2013-10-08 14:37:07'),(5683,1,1512,'3563449','2013-10-08 14:48:01'),(5684,2,1512,'','2013-10-08 14:48:01'),(5685,3,1512,'','2013-10-08 14:48:01'),(5686,4,1512,'OPD','2013-10-08 14:48:01'),(5687,5,1512,'','2013-10-08 14:48:01'),(5688,6,1512,'93.00','2013-10-08 14:48:01'),(5689,1,1514,'','2013-10-08 14:48:02'),(5690,2,1514,'','2013-10-08 14:48:02'),(5691,3,1514,'','2013-10-08 14:48:02'),(5692,4,1514,'','2013-10-08 14:48:02'),(5693,5,1514,'','2013-10-08 14:48:02'),(5694,6,1514,'','2013-10-08 14:48:02'),(5695,1,1515,'3563470','2013-10-08 14:50:48'),(5696,2,1515,'586509','2013-10-08 14:50:48'),(5697,3,1515,'','2013-10-08 14:50:48'),(5698,4,1515,'OPD','2013-10-08 14:50:48'),(5699,5,1515,'','2013-10-08 14:50:48'),(5700,6,1515,'71.00','2013-10-08 14:50:48'),(5701,1,1517,'','2013-10-08 14:50:48'),(5702,2,1517,'','2013-10-08 14:50:48'),(5703,3,1517,'','2013-10-08 14:50:48'),(5704,4,1517,'','2013-10-08 14:50:48'),(5705,5,1517,'','2013-10-08 14:50:48'),(5706,6,1517,'','2013-10-08 14:50:48'),(5707,1,1520,'','2013-10-08 14:50:49'),(5708,2,1520,'','2013-10-08 14:50:49'),(5709,3,1520,'','2013-10-08 14:50:49'),(5710,4,1520,'','2013-10-08 14:50:49'),(5711,5,1520,'','2013-10-08 14:50:49'),(5712,6,1520,'','2013-10-08 14:50:49'),(5713,1,1521,'3563482','2013-10-08 14:52:52'),(5714,2,1521,'','2013-10-08 14:52:52'),(5715,3,1521,'','2013-10-08 14:52:52'),(5716,4,1521,'OPD','2013-10-08 14:52:52'),(5717,5,1521,'','2013-10-08 14:52:52'),(5718,6,1521,'50.00','2013-10-08 14:52:52'),(5719,1,1523,'','2013-10-08 14:52:52'),(5720,2,1523,'','2013-10-08 14:52:52'),(5721,3,1523,'','2013-10-08 14:52:52'),(5722,4,1523,'','2013-10-08 14:52:52'),(5723,5,1523,'','2013-10-08 14:52:52'),(5724,6,1523,'','2013-10-08 14:52:52'),(5725,1,1524,'3563495','2013-10-08 15:00:22'),(5726,2,1524,'','2013-10-08 15:00:22'),(5727,3,1524,'','2013-10-08 15:00:22'),(5728,4,1524,'OPD','2013-10-08 15:00:22'),(5729,5,1524,'','2013-10-08 15:00:22'),(5730,6,1524,'16.00','2013-10-08 15:00:22'),(5731,1,1525,'3563504','2013-10-08 15:28:32'),(5732,2,1525,'','2013-10-08 15:28:32'),(5733,3,1525,'','2013-10-08 15:28:32'),(5734,4,1525,'','2013-10-08 15:28:32'),(5735,5,1525,'','2013-10-08 15:28:32'),(5736,6,1525,'179.00','2013-10-08 15:28:32'),(5737,1,1527,'','2013-10-08 15:28:32'),(5738,2,1527,'','2013-10-08 15:28:32'),(5739,3,1527,'','2013-10-08 15:28:32'),(5740,4,1527,'','2013-10-08 15:28:32'),(5741,5,1527,'','2013-10-08 15:28:32'),(5742,6,1527,'','2013-10-08 15:28:32'),(5743,1,1530,'','2013-10-08 15:28:33'),(5744,2,1530,'','2013-10-08 15:28:33'),(5745,3,1530,'','2013-10-08 15:28:33'),(5746,4,1530,'','2013-10-08 15:28:33'),(5747,5,1530,'','2013-10-08 15:28:33'),(5748,6,1530,'','2013-10-08 15:28:33'),(5749,1,1534,'','2013-10-08 15:28:33'),(5750,2,1534,'','2013-10-08 15:28:33'),(5751,3,1534,'','2013-10-08 15:28:33'),(5752,4,1534,'','2013-10-08 15:28:33'),(5753,5,1534,'','2013-10-08 15:28:33'),(5754,6,1534,'','2013-10-08 15:28:33'),(5755,1,1539,'','2013-10-08 15:28:33'),(5756,2,1539,'','2013-10-08 15:28:33'),(5757,3,1539,'','2013-10-08 15:28:33'),(5758,4,1539,'','2013-10-08 15:28:33'),(5759,5,1539,'','2013-10-08 15:28:33'),(5760,6,1539,'','2013-10-08 15:28:33'),(5761,1,1540,'3563500','2013-10-08 15:40:58'),(5762,2,1540,'586516','2013-10-08 15:40:58'),(5763,3,1540,'','2013-10-08 15:40:58'),(5764,4,1540,'OPD','2013-10-08 15:40:58'),(5765,5,1540,'','2013-10-08 15:40:58'),(5766,6,1540,'89.00','2013-10-08 15:40:58'),(5767,1,1542,'','2013-10-08 15:40:58'),(5768,2,1542,'','2013-10-08 15:40:58'),(5769,3,1542,'','2013-10-08 15:40:58'),(5770,4,1542,'','2013-10-08 15:40:58'),(5771,5,1542,'','2013-10-08 15:40:58'),(5772,6,1542,'','2013-10-08 15:40:58'),(5773,1,1545,'','2013-10-08 15:40:58'),(5774,2,1545,'','2013-10-08 15:40:58'),(5775,3,1545,'','2013-10-08 15:40:58'),(5776,4,1545,'','2013-10-08 15:40:58'),(5777,5,1545,'','2013-10-08 15:40:58'),(5778,6,1545,'','2013-10-08 15:40:58'),(5779,1,1546,'3563520','2013-10-08 15:47:24'),(5780,2,1546,'','2013-10-08 15:47:24'),(5781,3,1546,'','2013-10-08 15:47:24'),(5782,4,1546,'OPD','2013-10-08 15:47:24'),(5783,5,1546,'','2013-10-08 15:47:24'),(5784,6,1546,'33.00','2013-10-08 15:47:24'),(5785,1,1547,'3563523','2013-10-08 15:50:03'),(5786,2,1547,'','2013-10-08 15:50:03'),(5787,3,1547,'','2013-10-08 15:50:03'),(5788,4,1547,'','2013-10-08 15:50:03'),(5789,5,1547,'214602','2013-10-08 15:50:03'),(5790,6,1547,'24.00','2013-10-08 15:50:03'),(5791,1,1548,'3563517','2013-10-08 15:54:14'),(5792,2,1548,'','2013-10-08 15:54:14'),(5793,3,1548,'','2013-10-08 15:54:14'),(5794,4,1548,'','2013-10-08 15:54:14'),(5795,5,1548,'214540','2013-10-08 15:54:14'),(5796,6,1548,'20.00','2013-10-08 15:54:14'),(5797,1,1549,'3563525','2013-10-08 16:09:27'),(5798,2,1549,'','2013-10-08 16:09:27'),(5799,3,1549,'','2013-10-08 16:09:27'),(5800,4,1549,'OPD','2013-10-08 16:09:27'),(5801,5,1549,'','2013-10-08 16:09:27'),(5802,6,1549,'245','2013-10-08 16:09:27'),(5803,1,1551,'','2013-10-08 16:09:27'),(5804,2,1551,'','2013-10-08 16:09:27'),(5805,3,1551,'','2013-10-08 16:09:27'),(5806,4,1551,'','2013-10-08 16:09:27'),(5807,5,1551,'','2013-10-08 16:09:27'),(5808,6,1551,'','2013-10-08 16:09:27'),(5809,1,1554,'','2013-10-08 16:09:27'),(5810,2,1554,'','2013-10-08 16:09:27'),(5811,3,1554,'','2013-10-08 16:09:27'),(5812,4,1554,'','2013-10-08 16:09:27'),(5813,5,1554,'','2013-10-08 16:09:27'),(5814,6,1554,'','2013-10-08 16:09:27'),(5815,1,1555,'3563543','2013-10-08 16:12:01'),(5816,2,1555,'','2013-10-08 16:12:01'),(5817,3,1555,'','2013-10-08 16:12:01'),(5818,4,1555,'','2013-10-08 16:12:01'),(5819,5,1555,'','2013-10-08 16:12:01'),(5820,6,1555,'50.00','2013-10-08 16:12:01'),(5821,1,1557,'','2013-10-08 16:12:01'),(5822,2,1557,'','2013-10-08 16:12:01'),(5823,3,1557,'','2013-10-08 16:12:01'),(5824,4,1557,'','2013-10-08 16:12:01'),(5825,5,1557,'','2013-10-08 16:12:01'),(5826,6,1557,'','2013-10-08 16:12:01'),(5827,1,1558,'3563528','2013-10-08 16:18:24'),(5828,2,1558,'5865285','2013-10-08 16:18:24'),(5829,3,1558,'','2013-10-08 16:18:24'),(5830,4,1558,'OPD','2013-10-08 16:18:24'),(5831,5,1558,'','2013-10-08 16:18:24'),(5832,6,1558,'338.00','2013-10-08 16:18:24'),(5833,1,1560,'','2013-10-08 16:18:24'),(5834,2,1560,'','2013-10-08 16:18:24'),(5835,3,1560,'','2013-10-08 16:18:24'),(5836,4,1560,'','2013-10-08 16:18:24'),(5837,5,1560,'','2013-10-08 16:18:24'),(5838,6,1560,'','2013-10-08 16:18:24'),(5839,1,1563,'','2013-10-08 16:18:24'),(5840,2,1563,'','2013-10-08 16:18:24'),(5841,3,1563,'','2013-10-08 16:18:24'),(5842,4,1563,'','2013-10-08 16:18:24'),(5843,5,1563,'','2013-10-08 16:18:24'),(5844,6,1563,'','2013-10-08 16:18:24'),(5845,1,1564,'3563551','2013-10-08 16:20:16'),(5846,2,1564,'','2013-10-08 16:20:16'),(5847,3,1564,'','2013-10-08 16:20:16'),(5848,4,1564,'','2013-10-08 16:20:16'),(5849,5,1564,'','2013-10-08 16:20:16'),(5850,6,1564,'133.00','2013-10-08 16:20:16'),(5851,1,1565,'3563542','2013-10-08 16:24:11'),(5852,2,1565,'586529','2013-10-08 16:24:11'),(5853,3,1565,'','2013-10-08 16:24:11'),(5854,4,1565,'','2013-10-08 16:24:11'),(5855,5,1565,'','2013-10-08 16:24:11'),(5856,6,1565,'115','2013-10-08 16:24:11'),(5857,1,1567,'','2013-10-08 16:24:11'),(5858,2,1567,'','2013-10-08 16:24:11'),(5859,3,1567,'','2013-10-08 16:24:11'),(5860,4,1567,'','2013-10-08 16:24:11'),(5861,5,1567,'','2013-10-08 16:24:11'),(5862,6,1567,'','2013-10-08 16:24:11'),(5863,1,1570,'','2013-10-08 16:24:11'),(5864,2,1570,'','2013-10-08 16:24:11'),(5865,3,1570,'','2013-10-08 16:24:11'),(5866,4,1570,'','2013-10-08 16:24:11'),(5867,5,1570,'','2013-10-08 16:24:11'),(5868,6,1570,'','2013-10-08 16:24:11'),(5869,1,1571,'3563560','2013-10-08 16:29:23'),(5870,2,1571,'','2013-10-08 16:29:23'),(5871,3,1571,'','2013-10-08 16:29:23'),(5872,4,1571,'','2013-10-08 16:29:23'),(5873,5,1571,'','2013-10-08 16:29:23'),(5874,6,1571,'37.00','2013-10-08 16:29:23'),(5875,1,1572,'','2013-10-08 16:32:24'),(5876,2,1572,'586534','2013-10-08 16:32:24'),(5877,3,1572,'','2013-10-08 16:32:24'),(5878,4,1572,'','2013-10-08 16:32:24'),(5879,5,1572,'','2013-10-08 16:32:24'),(5880,6,1572,'360.00','2013-10-08 16:32:24'),(5881,1,1574,'','2013-10-08 16:32:25'),(5882,2,1574,'','2013-10-08 16:32:25'),(5883,3,1574,'','2013-10-08 16:32:25'),(5884,4,1574,'','2013-10-08 16:32:25'),(5885,5,1574,'','2013-10-08 16:32:25'),(5886,6,1574,'','2013-10-08 16:32:25'),(5887,1,1577,'','2013-10-08 16:32:25'),(5888,2,1577,'','2013-10-08 16:32:25'),(5889,3,1577,'','2013-10-08 16:32:25'),(5890,4,1577,'','2013-10-08 16:32:25'),(5891,5,1577,'','2013-10-08 16:32:25'),(5892,6,1577,'','2013-10-08 16:32:25'),(5893,1,1578,'3563556','2013-10-08 16:36:31'),(5894,2,1578,'586535','2013-10-08 16:36:31'),(5895,3,1578,'','2013-10-08 16:36:31'),(5896,4,1578,'','2013-10-08 16:36:31'),(5897,5,1578,'','2013-10-08 16:36:31'),(5898,6,1578,'360.00','2013-10-08 16:36:31'),(5899,1,1580,'','2013-10-08 16:36:31'),(5900,2,1580,'','2013-10-08 16:36:31'),(5901,3,1580,'','2013-10-08 16:36:31'),(5902,4,1580,'','2013-10-08 16:36:31'),(5903,5,1580,'','2013-10-08 16:36:31'),(5904,6,1580,'','2013-10-08 16:36:31'),(5905,1,1583,'','2013-10-08 16:36:32'),(5906,2,1583,'','2013-10-08 16:36:32'),(5907,3,1583,'','2013-10-08 16:36:32'),(5908,4,1583,'','2013-10-08 16:36:32'),(5909,5,1583,'','2013-10-08 16:36:32'),(5910,6,1583,'','2013-10-08 16:36:32'),(5911,1,1584,'3563577','2013-10-08 16:39:05'),(5912,2,1584,'','2013-10-08 16:39:05'),(5913,3,1584,'','2013-10-08 16:39:05'),(5914,4,1584,'','2013-10-08 16:39:05'),(5915,5,1584,'','2013-10-08 16:39:05'),(5916,6,1584,'55.00','2013-10-08 16:39:05'),(5917,1,1586,'','2013-10-08 16:39:05'),(5918,2,1586,'','2013-10-08 16:39:05'),(5919,3,1586,'','2013-10-08 16:39:05'),(5920,4,1586,'','2013-10-08 16:39:05'),(5921,5,1586,'','2013-10-08 16:39:05'),(5922,6,1586,'','2013-10-08 16:39:05'),(5923,1,1587,'3563581','2013-10-08 16:40:19'),(5924,2,1587,'','2013-10-08 16:40:19'),(5925,3,1587,'','2013-10-08 16:40:19'),(5926,4,1587,'','2013-10-08 16:40:19'),(5927,5,1587,'','2013-10-08 16:40:19'),(5928,6,1587,'27.00','2013-10-08 16:40:19'),(5929,1,1588,'3563579','2013-10-08 17:26:25'),(5930,2,1588,'586541','2013-10-08 17:26:25'),(5931,3,1588,'','2013-10-08 17:26:25'),(5932,4,1588,'','2013-10-08 17:26:25'),(5933,5,1588,'','2013-10-08 17:26:25'),(5934,6,1588,'37.000 ','2013-10-08 17:26:25'),(5935,1,1590,'','2013-10-08 17:26:25'),(5936,2,1590,'','2013-10-08 17:26:25'),(5937,3,1590,'','2013-10-08 17:26:25'),(5938,4,1590,'','2013-10-08 17:26:25'),(5939,5,1590,'','2013-10-08 17:26:25'),(5940,6,1590,'','2013-10-08 17:26:25'),(5941,1,1591,'3563593','2013-10-08 17:37:16'),(5942,2,1591,'14347','2013-10-08 17:37:16'),(5943,3,1591,'','2013-10-08 17:37:16'),(5944,4,1591,'OPD','2013-10-08 17:37:16'),(5945,5,1591,'','2013-10-08 17:37:16'),(5946,6,1591,'63.00','2013-10-08 17:37:16'),(5947,1,1593,'','2013-10-08 17:37:17'),(5948,2,1593,'','2013-10-08 17:37:17'),(5949,3,1593,'','2013-10-08 17:37:17'),(5950,4,1593,'','2013-10-08 17:37:17'),(5951,5,1593,'','2013-10-08 17:37:17'),(5952,6,1593,'','2013-10-08 17:37:17'),(5953,1,1596,'','2013-10-08 17:37:17'),(5954,2,1596,'','2013-10-08 17:37:17'),(5955,3,1596,'','2013-10-08 17:37:17'),(5956,4,1596,'','2013-10-08 17:37:17'),(5957,5,1596,'','2013-10-08 17:37:17'),(5958,6,1596,'','2013-10-08 17:37:17'),(5959,1,1597,'3563558','2013-10-08 17:41:09'),(5960,2,1597,'586549','2013-10-08 17:41:09'),(5961,3,1597,'','2013-10-08 17:41:09'),(5962,4,1597,'OPD','2013-10-08 17:41:09'),(5963,5,1597,'','2013-10-08 17:41:09'),(5964,6,1597,'30.00','2013-10-08 17:41:09'),(5965,1,1598,'3563608','2013-10-08 17:50:01'),(5966,2,1598,'','2013-10-08 17:50:01'),(5967,3,1598,'','2013-10-08 17:50:01'),(5968,4,1598,'OPD','2013-10-08 17:50:01'),(5969,5,1598,'','2013-10-08 17:50:01'),(5970,6,1598,'40.00','2013-10-08 17:50:01'),(5971,1,1599,'3563613','2013-10-08 17:54:24'),(5972,2,1599,'','2013-10-08 17:54:24'),(5973,3,1599,'','2013-10-08 17:54:24'),(5974,4,1599,'OPD','2013-10-08 17:54:24'),(5975,5,1599,'','2013-10-08 17:54:24'),(5976,6,1599,'107','2013-10-08 17:54:24'),(5977,1,1601,'','2013-10-08 17:54:24'),(5978,2,1601,'','2013-10-08 17:54:24'),(5979,3,1601,'','2013-10-08 17:54:24'),(5980,4,1601,'','2013-10-08 17:54:24'),(5981,5,1601,'','2013-10-08 17:54:24'),(5982,6,1601,'','2013-10-08 17:54:24'),(5983,1,1602,'3563634','2013-10-08 19:26:43'),(5984,2,1602,'','2013-10-08 19:26:43'),(5985,3,1602,'','2013-10-08 19:26:43'),(5986,4,1602,'OPD','2013-10-08 19:26:43'),(5987,5,1602,'','2013-10-08 19:26:43'),(5988,6,1602,'22','2013-10-08 19:26:43'),(5989,1,1603,'3563811','2013-10-08 20:39:53'),(5990,2,1603,'','2013-10-08 20:39:53'),(5991,3,1603,'URTI','2013-10-08 20:39:53'),(5992,4,1603,'','2013-10-08 20:39:53'),(5993,5,1603,'','2013-10-08 20:39:53'),(5994,6,1603,'33','2013-10-08 20:39:53'),(5995,1,1604,'3563641','2013-10-08 21:39:08'),(5996,2,1604,'586561','2013-10-08 21:39:08'),(5997,3,1604,'','2013-10-08 21:39:08'),(5998,4,1604,'','2013-10-08 21:39:08'),(5999,5,1604,'','2013-10-08 21:39:08'),(6000,6,1604,'32','2013-10-08 21:39:08'),(6001,1,1606,'','2013-10-08 21:39:08'),(6002,2,1606,'','2013-10-08 21:39:08'),(6003,3,1606,'','2013-10-08 21:39:08'),(6004,4,1606,'','2013-10-08 21:39:08'),(6005,5,1606,'','2013-10-08 21:39:08'),(6006,6,1606,'','2013-10-08 21:39:08'),(6007,1,1607,'','2013-10-08 21:41:33'),(6008,2,1607,'','2013-10-08 21:41:33'),(6009,3,1607,'','2013-10-08 21:41:33'),(6010,4,1607,'','2013-10-08 21:41:33'),(6011,5,1607,'','2013-10-08 21:41:33'),(6012,6,1607,'','2013-10-08 21:41:33'),(6013,1,1608,'','2013-10-08 21:43:45'),(6014,2,1608,'','2013-10-08 21:43:45'),(6015,3,1608,'','2013-10-08 21:43:45'),(6016,4,1608,'','2013-10-08 21:43:45'),(6017,5,1608,'','2013-10-08 21:43:45'),(6018,6,1608,'','2013-10-08 21:43:45'),(6019,1,1610,'','2013-10-08 21:43:45'),(6020,2,1610,'','2013-10-08 21:43:45'),(6021,3,1610,'','2013-10-08 21:43:45'),(6022,4,1610,'','2013-10-08 21:43:45'),(6023,5,1610,'','2013-10-08 21:43:45'),(6024,6,1610,'','2013-10-08 21:43:45'),(6025,1,1613,'','2013-10-08 21:43:45'),(6026,2,1613,'','2013-10-08 21:43:45'),(6027,3,1613,'','2013-10-08 21:43:45'),(6028,4,1613,'','2013-10-08 21:43:45'),(6029,5,1613,'','2013-10-08 21:43:45'),(6030,6,1613,'','2013-10-08 21:43:45'),(6031,1,1614,'','2013-10-08 21:48:12'),(6032,2,1614,'','2013-10-08 21:48:12'),(6033,3,1614,'','2013-10-08 21:48:12'),(6034,4,1614,'','2013-10-08 21:48:12'),(6035,5,1614,'','2013-10-08 21:48:12'),(6036,6,1614,'','2013-10-08 21:48:12'),(6037,1,1616,'','2013-10-08 21:48:12'),(6038,2,1616,'','2013-10-08 21:48:12'),(6039,3,1616,'','2013-10-08 21:48:12'),(6040,4,1616,'','2013-10-08 21:48:12'),(6041,5,1616,'','2013-10-08 21:48:12'),(6042,6,1616,'','2013-10-08 21:48:12'),(6043,1,1619,'','2013-10-08 21:48:13'),(6044,2,1619,'','2013-10-08 21:48:13'),(6045,3,1619,'','2013-10-08 21:48:13'),(6046,4,1619,'','2013-10-08 21:48:13'),(6047,5,1619,'','2013-10-08 21:48:13'),(6048,6,1619,'','2013-10-08 21:48:13'),(6049,1,1620,'','2013-10-08 21:50:21'),(6050,2,1620,'','2013-10-08 21:50:21'),(6051,3,1620,'','2013-10-08 21:50:21'),(6052,4,1620,'','2013-10-08 21:50:21'),(6053,5,1620,'','2013-10-08 21:50:21'),(6054,6,1620,'22','2013-10-08 21:50:21'),(6055,1,1621,'','2013-10-08 21:53:10'),(6056,2,1621,'','2013-10-08 21:53:10'),(6057,3,1621,'','2013-10-08 21:53:10'),(6058,4,1621,'','2013-10-08 21:53:10'),(6059,5,1621,'','2013-10-08 21:53:10'),(6060,6,1621,'','2013-10-08 21:53:10'),(6061,1,1623,'','2013-10-08 21:53:10'),(6062,2,1623,'','2013-10-08 21:53:10'),(6063,3,1623,'','2013-10-08 21:53:10'),(6064,4,1623,'','2013-10-08 21:53:10'),(6065,5,1623,'','2013-10-08 21:53:10'),(6066,6,1623,'','2013-10-08 21:53:10'),(6067,1,1624,'3563683','2013-10-08 21:55:32'),(6068,2,1624,'','2013-10-08 21:55:32'),(6069,3,1624,'','2013-10-08 21:55:32'),(6070,4,1624,'','2013-10-08 21:55:32'),(6071,5,1624,'','2013-10-08 21:55:32'),(6072,6,1624,'','2013-10-08 21:55:32'),(6073,1,1625,'3563680','2013-10-08 21:57:39'),(6074,2,1625,'','2013-10-08 21:57:39'),(6075,3,1625,'','2013-10-08 21:57:39'),(6076,4,1625,'','2013-10-08 21:57:39'),(6077,5,1625,'','2013-10-08 21:57:39'),(6078,6,1625,'66','2013-10-08 21:57:39'),(6079,1,1626,'3563689','2013-10-08 22:00:04'),(6080,2,1626,'','2013-10-08 22:00:04'),(6081,3,1626,'','2013-10-08 22:00:04'),(6082,4,1626,'','2013-10-08 22:00:04'),(6083,5,1626,'','2013-10-08 22:00:04'),(6084,6,1626,'','2013-10-08 22:00:04'),(6085,1,1627,'','2013-10-08 22:01:43'),(6086,2,1627,'','2013-10-08 22:01:43'),(6087,3,1627,'','2013-10-08 22:01:43'),(6088,4,1627,'','2013-10-08 22:01:43'),(6089,5,1627,'','2013-10-08 22:01:43'),(6090,6,1627,'22','2013-10-08 22:01:43'),(6091,1,1628,'','2013-10-08 22:06:00'),(6092,2,1628,'','2013-10-08 22:06:00'),(6093,3,1628,'','2013-10-08 22:06:00'),(6094,4,1628,'','2013-10-08 22:06:00'),(6095,5,1628,'','2013-10-08 22:06:00'),(6096,6,1628,'','2013-10-08 22:06:00'),(6097,1,1629,'3563736','2013-10-08 22:08:59'),(6098,2,1629,'','2013-10-08 22:08:59'),(6099,3,1629,'','2013-10-08 22:08:59'),(6100,4,1629,'','2013-10-08 22:08:59'),(6101,5,1629,'','2013-10-08 22:08:59'),(6102,6,1629,'207','2013-10-08 22:08:59'),(6103,1,1630,'3563746','2013-10-08 22:13:47'),(6104,2,1630,'','2013-10-08 22:13:47'),(6105,3,1630,'','2013-10-08 22:13:47'),(6106,4,1630,'','2013-10-08 22:13:47'),(6107,5,1630,'','2013-10-08 22:13:47'),(6108,6,1630,'','2013-10-08 22:13:47'),(6109,1,1632,'','2013-10-08 22:13:47'),(6110,2,1632,'','2013-10-08 22:13:47'),(6111,3,1632,'','2013-10-08 22:13:47'),(6112,4,1632,'','2013-10-08 22:13:47'),(6113,5,1632,'','2013-10-08 22:13:47'),(6114,6,1632,'','2013-10-08 22:13:47'),(6115,1,1635,'','2013-10-08 22:13:47'),(6116,2,1635,'','2013-10-08 22:13:47'),(6117,3,1635,'','2013-10-08 22:13:47'),(6118,4,1635,'','2013-10-08 22:13:47'),(6119,5,1635,'','2013-10-08 22:13:47'),(6120,6,1635,'','2013-10-08 22:13:47'),(6121,1,1636,'','2013-10-08 22:16:08'),(6122,2,1636,'','2013-10-08 22:16:08'),(6123,3,1636,'','2013-10-08 22:16:08'),(6124,4,1636,'','2013-10-08 22:16:08'),(6125,5,1636,'','2013-10-08 22:16:08'),(6126,6,1636,'','2013-10-08 22:16:08'),(6127,1,1638,'','2013-10-08 22:16:08'),(6128,2,1638,'','2013-10-08 22:16:08'),(6129,3,1638,'','2013-10-08 22:16:08'),(6130,4,1638,'','2013-10-08 22:16:08'),(6131,5,1638,'','2013-10-08 22:16:08'),(6132,6,1638,'','2013-10-08 22:16:08'),(6133,1,1641,'','2013-10-08 22:16:09'),(6134,2,1641,'','2013-10-08 22:16:09'),(6135,3,1641,'','2013-10-08 22:16:09'),(6136,4,1641,'','2013-10-08 22:16:09'),(6137,5,1641,'','2013-10-08 22:16:09'),(6138,6,1641,'','2013-10-08 22:16:09'),(6139,1,1642,'','2013-10-08 22:18:14'),(6140,2,1642,'','2013-10-08 22:18:14'),(6141,3,1642,'','2013-10-08 22:18:14'),(6142,4,1642,'','2013-10-08 22:18:14'),(6143,5,1642,'','2013-10-08 22:18:14'),(6144,6,1642,'104','2013-10-08 22:18:14'),(6145,1,1643,'','2013-10-08 22:20:26'),(6146,2,1643,'','2013-10-08 22:20:26'),(6147,3,1643,'','2013-10-08 22:20:26'),(6148,4,1643,'','2013-10-08 22:20:26'),(6149,5,1643,'','2013-10-08 22:20:26'),(6150,6,1643,'','2013-10-08 22:20:26'),(6151,1,1644,'','2013-10-08 22:21:52'),(6152,2,1644,'','2013-10-08 22:21:52'),(6153,3,1644,'','2013-10-08 22:21:52'),(6154,4,1644,'','2013-10-08 22:21:52'),(6155,5,1644,'','2013-10-08 22:21:52'),(6156,6,1644,'','2013-10-08 22:21:52'),(6157,1,1645,'','2013-10-08 22:23:47'),(6158,2,1645,'','2013-10-08 22:23:47'),(6159,3,1645,'','2013-10-08 22:23:47'),(6160,4,1645,'','2013-10-08 22:23:47'),(6161,5,1645,'','2013-10-08 22:23:47'),(6162,6,1645,'','2013-10-08 22:23:47'),(6163,1,1647,'','2013-10-08 22:23:47'),(6164,2,1647,'','2013-10-08 22:23:47'),(6165,3,1647,'','2013-10-08 22:23:47'),(6166,4,1647,'','2013-10-08 22:23:47'),(6167,5,1647,'','2013-10-08 22:23:47'),(6168,6,1647,'','2013-10-08 22:23:47'),(6169,1,1648,'','2013-10-08 22:25:43'),(6170,2,1648,'','2013-10-08 22:25:43'),(6171,3,1648,'','2013-10-08 22:25:43'),(6172,4,1648,'','2013-10-08 22:25:43'),(6173,5,1648,'','2013-10-08 22:25:43'),(6174,6,1648,'','2013-10-08 22:25:43'),(6175,1,1649,'','2013-10-08 22:27:15'),(6176,2,1649,'','2013-10-08 22:27:15'),(6177,3,1649,'','2013-10-08 22:27:15'),(6178,4,1649,'','2013-10-08 22:27:15'),(6179,5,1649,'','2013-10-08 22:27:15'),(6180,6,1649,'','2013-10-08 22:27:15'),(6181,1,1650,'','2013-10-08 22:29:27'),(6182,2,1650,'','2013-10-08 22:29:27'),(6183,3,1650,'','2013-10-08 22:29:27'),(6184,4,1650,'','2013-10-08 22:29:27'),(6185,5,1650,'','2013-10-08 22:29:27'),(6186,6,1650,'','2013-10-08 22:29:27'),(6187,1,1652,'','2013-10-08 22:29:27'),(6188,2,1652,'','2013-10-08 22:29:27'),(6189,3,1652,'','2013-10-08 22:29:27'),(6190,4,1652,'','2013-10-08 22:29:27'),(6191,5,1652,'','2013-10-08 22:29:27'),(6192,6,1652,'','2013-10-08 22:29:27'),(6193,1,1655,'','2013-10-08 22:29:27'),(6194,2,1655,'','2013-10-08 22:29:27'),(6195,3,1655,'','2013-10-08 22:29:27'),(6196,4,1655,'','2013-10-08 22:29:27'),(6197,5,1655,'','2013-10-08 22:29:27'),(6198,6,1655,'','2013-10-08 22:29:27'),(6199,1,1656,'','2013-10-08 22:32:27'),(6200,2,1656,'','2013-10-08 22:32:27'),(6201,3,1656,'','2013-10-08 22:32:27'),(6202,4,1656,'','2013-10-08 22:32:27'),(6203,5,1656,'','2013-10-08 22:32:27'),(6204,6,1656,'','2013-10-08 22:32:27'),(6205,1,1657,'','2013-10-08 22:34:36'),(6206,2,1657,'','2013-10-08 22:34:36'),(6207,3,1657,'','2013-10-08 22:34:36'),(6208,4,1657,'','2013-10-08 22:34:36'),(6209,5,1657,'','2013-10-08 22:34:36'),(6210,6,1657,'','2013-10-08 22:34:36'),(6211,1,1658,'','2013-10-08 22:36:33'),(6212,2,1658,'','2013-10-08 22:36:33'),(6213,3,1658,'','2013-10-08 22:36:33'),(6214,4,1658,'','2013-10-08 22:36:33'),(6215,5,1658,'','2013-10-08 22:36:33'),(6216,6,1658,'','2013-10-08 22:36:33'),(6217,1,1660,'','2013-10-08 22:36:33'),(6218,2,1660,'','2013-10-08 22:36:33'),(6219,3,1660,'','2013-10-08 22:36:33'),(6220,4,1660,'','2013-10-08 22:36:33'),(6221,5,1660,'','2013-10-08 22:36:33'),(6222,6,1660,'','2013-10-08 22:36:33'),(6223,1,1661,'','2013-10-08 22:38:31'),(6224,2,1661,'','2013-10-08 22:38:31'),(6225,3,1661,'','2013-10-08 22:38:31'),(6226,4,1661,'','2013-10-08 22:38:31'),(6227,5,1661,'','2013-10-08 22:38:31'),(6228,6,1661,'','2013-10-08 22:38:31'),(6229,1,1662,'','2013-10-08 22:39:16'),(6230,2,1662,'','2013-10-08 22:39:16'),(6231,3,1662,'','2013-10-08 22:39:16'),(6232,4,1662,'','2013-10-08 22:39:16'),(6233,5,1662,'','2013-10-08 22:39:16'),(6234,6,1662,'','2013-10-08 22:39:16'),(6235,1,1663,'','2013-10-08 22:40:40'),(6236,2,1663,'','2013-10-08 22:40:40'),(6237,3,1663,'','2013-10-08 22:40:40'),(6238,4,1663,'','2013-10-08 22:40:40'),(6239,5,1663,'','2013-10-08 22:40:40'),(6240,6,1663,'','2013-10-08 22:40:40'),(6241,1,1664,'','2013-10-08 22:42:09'),(6242,2,1664,'','2013-10-08 22:42:09'),(6243,3,1664,'','2013-10-08 22:42:09'),(6244,4,1664,'','2013-10-08 22:42:09'),(6245,5,1664,'','2013-10-08 22:42:09'),(6246,6,1664,'','2013-10-08 22:42:09'),(6247,1,1666,'','2013-10-08 22:42:09'),(6248,2,1666,'','2013-10-08 22:42:09'),(6249,3,1666,'','2013-10-08 22:42:09'),(6250,4,1666,'','2013-10-08 22:42:09'),(6251,5,1666,'','2013-10-08 22:42:09'),(6252,6,1666,'','2013-10-08 22:42:09'),(6253,1,1667,'','2013-10-08 22:44:15'),(6254,2,1667,'','2013-10-08 22:44:15'),(6255,3,1667,'','2013-10-08 22:44:15'),(6256,4,1667,'','2013-10-08 22:44:15'),(6257,5,1667,'','2013-10-08 22:44:15'),(6258,6,1667,'','2013-10-08 22:44:15'),(6259,1,1669,'','2013-10-08 22:44:15'),(6260,2,1669,'','2013-10-08 22:44:15'),(6261,3,1669,'','2013-10-08 22:44:15'),(6262,4,1669,'','2013-10-08 22:44:15'),(6263,5,1669,'','2013-10-08 22:44:15'),(6264,6,1669,'','2013-10-08 22:44:15'),(6265,1,1670,'','2013-10-08 22:46:30'),(6266,2,1670,'','2013-10-08 22:46:30'),(6267,3,1670,'','2013-10-08 22:46:30'),(6268,4,1670,'','2013-10-08 22:46:30'),(6269,5,1670,'','2013-10-08 22:46:30'),(6270,6,1670,'','2013-10-08 22:46:30'),(6271,1,1671,'35636904','2013-10-09 00:05:16'),(6272,2,1671,'586631','2013-10-09 00:05:16'),(6273,3,1671,'','2013-10-09 00:05:16'),(6274,4,1671,'','2013-10-09 00:05:16'),(6275,5,1671,'','2013-10-09 00:05:16'),(6276,6,1671,'35','2013-10-09 00:05:16'),(6277,1,1672,'3563929','2013-10-09 00:31:36'),(6278,2,1672,'','2013-10-09 00:31:36'),(6279,3,1672,'','2013-10-09 00:31:36'),(6280,4,1672,'OPD','2013-10-09 00:31:36'),(6281,5,1672,'','2013-10-09 00:31:36'),(6282,6,1672,'','2013-10-09 00:31:36'),(6283,1,1673,'3563943','2013-10-09 03:32:34'),(6284,2,1673,'586637','2013-10-09 03:32:34'),(6285,3,1673,'','2013-10-09 03:32:34'),(6286,4,1673,'OPD','2013-10-09 03:32:34'),(6287,5,1673,'','2013-10-09 03:32:34'),(6288,6,1673,'52.00','2013-10-09 03:32:34'),(6289,1,1674,'3563798','2013-10-09 07:28:24'),(6290,2,1674,'','2013-10-09 07:28:24'),(6291,3,1674,'','2013-10-09 07:28:24'),(6292,4,1674,'OPD','2013-10-09 07:28:24'),(6293,5,1674,'','2013-10-09 07:28:24'),(6294,6,1674,'12','2013-10-09 07:28:24'),(6295,1,1675,'3563327','2013-10-09 08:30:09'),(6296,2,1675,'','2013-10-09 08:30:09'),(6297,3,1675,'','2013-10-09 08:30:09'),(6298,4,1675,'OPD','2013-10-09 08:30:09'),(6299,5,1675,'','2013-10-09 08:30:09'),(6300,6,1675,'27.00','2013-10-09 08:30:09'),(6301,1,1676,'3563967','2013-10-09 08:34:32'),(6302,2,1676,'','2013-10-09 08:34:32'),(6303,3,1676,'','2013-10-09 08:34:32'),(6304,4,1676,'OPD','2013-10-09 08:34:32'),(6305,5,1676,'','2013-10-09 08:34:32'),(6306,6,1676,'115.00','2013-10-09 08:34:32'),(6307,1,1678,'','2013-10-09 08:34:33'),(6308,2,1678,'','2013-10-09 08:34:33'),(6309,3,1678,'','2013-10-09 08:34:33'),(6310,4,1678,'','2013-10-09 08:34:33'),(6311,5,1678,'','2013-10-09 08:34:33'),(6312,6,1678,'','2013-10-09 08:34:33'),(6313,1,1679,'356796','2013-10-09 08:37:30'),(6314,2,1679,'','2013-10-09 08:37:30'),(6315,3,1679,'','2013-10-09 08:37:30'),(6316,4,1679,'OPD','2013-10-09 08:37:30'),(6317,5,1679,'','2013-10-09 08:37:30'),(6318,6,1679,'346.24','2013-10-09 08:37:30'),(6319,1,1681,'','2013-10-09 08:37:30'),(6320,2,1681,'','2013-10-09 08:37:30'),(6321,3,1681,'','2013-10-09 08:37:30'),(6322,4,1681,'','2013-10-09 08:37:30'),(6323,5,1681,'','2013-10-09 08:37:30'),(6324,6,1681,'','2013-10-09 08:37:30'),(6325,1,1684,'','2013-10-09 08:37:30'),(6326,2,1684,'','2013-10-09 08:37:30'),(6327,3,1684,'','2013-10-09 08:37:30'),(6328,4,1684,'','2013-10-09 08:37:30'),(6329,5,1684,'','2013-10-09 08:37:30'),(6330,6,1684,'','2013-10-09 08:37:30'),(6331,1,1685,'3563623','2013-10-09 08:39:46'),(6332,2,1685,'','2013-10-09 08:39:46'),(6333,3,1685,'','2013-10-09 08:39:46'),(6334,4,1685,'OPD','2013-10-09 08:39:46'),(6335,5,1685,'','2013-10-09 08:39:46'),(6336,6,1685,'67.00','2013-10-09 08:39:46'),(6337,1,1687,'','2013-10-09 08:39:46'),(6338,2,1687,'','2013-10-09 08:39:46'),(6339,3,1687,'','2013-10-09 08:39:46'),(6340,4,1687,'','2013-10-09 08:39:46'),(6341,5,1687,'','2013-10-09 08:39:46'),(6342,6,1687,'','2013-10-09 08:39:46'),(6343,1,1688,'3561976','2013-10-09 08:42:43'),(6344,2,1688,'586643','2013-10-09 08:42:43'),(6345,3,1688,'','2013-10-09 08:42:43'),(6346,4,1688,'OPD','2013-10-09 08:42:43'),(6347,5,1688,'','2013-10-09 08:42:43'),(6348,6,1688,'188.00','2013-10-09 08:42:43'),(6349,1,1690,'','2013-10-09 08:42:43'),(6350,2,1690,'','2013-10-09 08:42:43'),(6351,3,1690,'','2013-10-09 08:42:43'),(6352,4,1690,'','2013-10-09 08:42:43'),(6353,5,1690,'','2013-10-09 08:42:43'),(6354,6,1690,'','2013-10-09 08:42:43'),(6355,1,1693,'','2013-10-09 08:42:44'),(6356,2,1693,'','2013-10-09 08:42:44'),(6357,3,1693,'','2013-10-09 08:42:44'),(6358,4,1693,'','2013-10-09 08:42:44'),(6359,5,1693,'','2013-10-09 08:42:44'),(6360,6,1693,'','2013-10-09 08:42:44'),(6361,1,1697,'','2013-10-09 08:42:44'),(6362,2,1697,'','2013-10-09 08:42:44'),(6363,3,1697,'','2013-10-09 08:42:44'),(6364,4,1697,'','2013-10-09 08:42:44'),(6365,5,1697,'','2013-10-09 08:42:44'),(6366,6,1697,'','2013-10-09 08:42:44'),(6367,1,1702,'','2013-10-09 08:42:44'),(6368,2,1702,'','2013-10-09 08:42:44'),(6369,3,1702,'','2013-10-09 08:42:44'),(6370,4,1702,'','2013-10-09 08:42:44'),(6371,5,1702,'','2013-10-09 08:42:44'),(6372,6,1702,'','2013-10-09 08:42:44'),(6373,1,1703,'3563983','2013-10-09 08:44:34'),(6374,2,1703,'','2013-10-09 08:44:34'),(6375,3,1703,'','2013-10-09 08:44:34'),(6376,4,1703,'OPD','2013-10-09 08:44:34'),(6377,5,1703,'','2013-10-09 08:44:34'),(6378,6,1703,'81.00','2013-10-09 08:44:34'),(6379,1,1704,'','2013-10-09 08:48:11'),(6380,2,1704,'','2013-10-09 08:48:11'),(6381,3,1704,'','2013-10-09 08:48:11'),(6382,4,1704,'','2013-10-09 08:48:11'),(6383,5,1704,'','2013-10-09 08:48:11'),(6384,6,1704,'','2013-10-09 08:48:11'),(6385,1,1706,'','2013-10-09 08:48:11'),(6386,2,1706,'','2013-10-09 08:48:11'),(6387,3,1706,'','2013-10-09 08:48:11'),(6388,4,1706,'','2013-10-09 08:48:11'),(6389,5,1706,'','2013-10-09 08:48:11'),(6390,6,1706,'','2013-10-09 08:48:11'),(6391,1,1709,'','2013-10-09 08:48:11'),(6392,2,1709,'','2013-10-09 08:48:11'),(6393,3,1709,'','2013-10-09 08:48:11'),(6394,4,1709,'','2013-10-09 08:48:11'),(6395,5,1709,'','2013-10-09 08:48:11'),(6396,6,1709,'','2013-10-09 08:48:11'),(6397,1,1713,'','2013-10-09 08:48:12'),(6398,2,1713,'','2013-10-09 08:48:12'),(6399,3,1713,'','2013-10-09 08:48:12'),(6400,4,1713,'','2013-10-09 08:48:12'),(6401,5,1713,'','2013-10-09 08:48:12'),(6402,6,1713,'','2013-10-09 08:48:12'),(6403,1,1718,'','2013-10-09 08:48:12'),(6404,2,1718,'','2013-10-09 08:48:12'),(6405,3,1718,'','2013-10-09 08:48:12'),(6406,4,1718,'','2013-10-09 08:48:12'),(6407,5,1718,'','2013-10-09 08:48:12'),(6408,6,1718,'','2013-10-09 08:48:12'),(6409,1,1719,'','2013-10-09 08:51:07'),(6410,2,1719,'','2013-10-09 08:51:07'),(6411,3,1719,'','2013-10-09 08:51:07'),(6412,4,1719,'','2013-10-09 08:51:07'),(6413,5,1719,'','2013-10-09 08:51:07'),(6414,6,1719,'','2013-10-09 08:51:07'),(6415,1,1721,'','2013-10-09 08:51:07'),(6416,2,1721,'','2013-10-09 08:51:07'),(6417,3,1721,'','2013-10-09 08:51:07'),(6418,4,1721,'','2013-10-09 08:51:07'),(6419,5,1721,'','2013-10-09 08:51:07'),(6420,6,1721,'','2013-10-09 08:51:07'),(6421,1,1724,'','2013-10-09 08:51:07'),(6422,2,1724,'','2013-10-09 08:51:07'),(6423,3,1724,'','2013-10-09 08:51:07'),(6424,4,1724,'','2013-10-09 08:51:07'),(6425,5,1724,'','2013-10-09 08:51:07'),(6426,6,1724,'','2013-10-09 08:51:07'),(6427,1,1725,'3563494','2013-10-09 08:55:55'),(6428,2,1725,'','2013-10-09 08:55:55'),(6429,3,1725,'','2013-10-09 08:55:55'),(6430,4,1725,'','2013-10-09 08:55:55'),(6431,5,1725,'','2013-10-09 08:55:55'),(6432,6,1725,'13.00','2013-10-09 08:55:55'),(6433,1,1726,'','2013-10-09 08:57:53'),(6434,2,1726,'','2013-10-09 08:57:53'),(6435,3,1726,'','2013-10-09 08:57:53'),(6436,4,1726,'','2013-10-09 08:57:53'),(6437,5,1726,'','2013-10-09 08:57:53'),(6438,6,1726,'','2013-10-09 08:57:53'),(6439,1,1728,'','2013-10-09 08:57:53'),(6440,2,1728,'','2013-10-09 08:57:53'),(6441,3,1728,'','2013-10-09 08:57:53'),(6442,4,1728,'','2013-10-09 08:57:53'),(6443,5,1728,'','2013-10-09 08:57:53'),(6444,6,1728,'','2013-10-09 08:57:53'),(6445,1,1731,'','2013-10-09 08:57:53'),(6446,2,1731,'','2013-10-09 08:57:53'),(6447,3,1731,'','2013-10-09 08:57:53'),(6448,4,1731,'','2013-10-09 08:57:53'),(6449,5,1731,'','2013-10-09 08:57:53'),(6450,6,1731,'','2013-10-09 08:57:53'),(6451,1,1732,'3563997','2013-10-09 09:01:03'),(6452,2,1732,'586650','2013-10-09 09:01:03'),(6453,3,1732,'','2013-10-09 09:01:03'),(6454,4,1732,'','2013-10-09 09:01:03'),(6455,5,1732,'','2013-10-09 09:01:03'),(6456,6,1732,'11.00','2013-10-09 09:01:03'),(6457,1,1733,'3564002','2013-10-09 09:03:36'),(6458,2,1733,'','2013-10-09 09:03:36'),(6459,3,1733,'','2013-10-09 09:03:36'),(6460,4,1733,'','2013-10-09 09:03:36'),(6461,5,1733,'','2013-10-09 09:03:36'),(6462,6,1733,'25.00','2013-10-09 09:03:36'),(6463,1,1735,'','2013-10-09 09:03:36'),(6464,2,1735,'','2013-10-09 09:03:36'),(6465,3,1735,'','2013-10-09 09:03:36'),(6466,4,1735,'','2013-10-09 09:03:36'),(6467,5,1735,'','2013-10-09 09:03:36'),(6468,6,1735,'','2013-10-09 09:03:36'),(6469,1,1736,'','2013-10-09 09:06:55'),(6470,2,1736,'','2013-10-09 09:06:55'),(6471,3,1736,'','2013-10-09 09:06:55'),(6472,4,1736,'','2013-10-09 09:06:55'),(6473,5,1736,'','2013-10-09 09:06:55'),(6474,6,1736,'','2013-10-09 09:06:55'),(6475,1,1738,'','2013-10-09 09:06:58'),(6476,2,1738,'','2013-10-09 09:06:58'),(6477,3,1738,'','2013-10-09 09:06:58'),(6478,4,1738,'','2013-10-09 09:06:58'),(6479,5,1738,'','2013-10-09 09:06:58'),(6480,6,1738,'','2013-10-09 09:06:58'),(6481,1,1741,'','2013-10-09 09:06:58'),(6482,2,1741,'','2013-10-09 09:06:58'),(6483,3,1741,'','2013-10-09 09:06:58'),(6484,4,1741,'','2013-10-09 09:06:58'),(6485,5,1741,'','2013-10-09 09:06:58'),(6486,6,1741,'','2013-10-09 09:06:58'),(6487,1,1745,'','2013-10-09 09:06:58'),(6488,2,1745,'','2013-10-09 09:06:58'),(6489,3,1745,'','2013-10-09 09:06:58'),(6490,4,1745,'','2013-10-09 09:06:58'),(6491,5,1745,'','2013-10-09 09:06:59'),(6492,6,1745,'','2013-10-09 09:06:59'),(6493,1,1750,'','2013-10-09 09:06:59'),(6494,2,1750,'','2013-10-09 09:06:59'),(6495,3,1750,'','2013-10-09 09:06:59'),(6496,4,1750,'','2013-10-09 09:06:59'),(6497,5,1750,'','2013-10-09 09:06:59'),(6498,6,1750,'','2013-10-09 09:06:59'),(6499,1,1751,'','2013-10-09 09:09:34'),(6500,2,1751,'','2013-10-09 09:09:34'),(6501,3,1751,'','2013-10-09 09:09:34'),(6502,4,1751,'','2013-10-09 09:09:34'),(6503,5,1751,'','2013-10-09 09:09:34'),(6504,6,1751,'','2013-10-09 09:09:34'),(6505,1,1753,'','2013-10-09 09:09:34'),(6506,2,1753,'','2013-10-09 09:09:34'),(6507,3,1753,'','2013-10-09 09:09:34'),(6508,4,1753,'','2013-10-09 09:09:34'),(6509,5,1753,'','2013-10-09 09:09:34'),(6510,6,1753,'','2013-10-09 09:09:34'),(6511,1,1756,'','2013-10-09 09:09:34'),(6512,2,1756,'','2013-10-09 09:09:34'),(6513,3,1756,'','2013-10-09 09:09:34'),(6514,4,1756,'','2013-10-09 09:09:34'),(6515,5,1756,'','2013-10-09 09:09:34'),(6516,6,1756,'','2013-10-09 09:09:34'),(6517,1,1760,'','2013-10-09 09:09:34'),(6518,2,1760,'','2013-10-09 09:09:34'),(6519,3,1760,'','2013-10-09 09:09:34'),(6520,4,1760,'','2013-10-09 09:09:34'),(6521,5,1760,'','2013-10-09 09:09:34'),(6522,6,1760,'','2013-10-09 09:09:34'),(6523,1,1765,'','2013-10-09 09:09:35'),(6524,2,1765,'','2013-10-09 09:09:35'),(6525,3,1765,'','2013-10-09 09:09:35'),(6526,4,1765,'','2013-10-09 09:09:35'),(6527,5,1765,'','2013-10-09 09:09:35'),(6528,6,1765,'','2013-10-09 09:09:35'),(6529,1,1766,'3564019','2013-10-09 09:12:11'),(6530,2,1766,'','2013-10-09 09:12:11'),(6531,3,1766,'','2013-10-09 09:12:11'),(6532,4,1766,'','2013-10-09 09:12:11'),(6533,5,1766,'','2013-10-09 09:12:11'),(6534,6,1766,'146.00','2013-10-09 09:12:11'),(6535,1,1768,'','2013-10-09 09:12:11'),(6536,2,1768,'','2013-10-09 09:12:11'),(6537,3,1768,'','2013-10-09 09:12:11'),(6538,4,1768,'','2013-10-09 09:12:11'),(6539,5,1768,'','2013-10-09 09:12:11'),(6540,6,1768,'','2013-10-09 09:12:11'),(6541,1,1771,'','2013-10-09 09:12:11'),(6542,2,1771,'','2013-10-09 09:12:11'),(6543,3,1771,'','2013-10-09 09:12:11'),(6544,4,1771,'','2013-10-09 09:12:11'),(6545,5,1771,'','2013-10-09 09:12:11'),(6546,6,1771,'','2013-10-09 09:12:11'),(6547,1,1775,'','2013-10-09 09:12:12'),(6548,2,1775,'','2013-10-09 09:12:12'),(6549,3,1775,'','2013-10-09 09:12:12'),(6550,4,1775,'','2013-10-09 09:12:12'),(6551,5,1775,'','2013-10-09 09:12:12'),(6552,6,1775,'','2013-10-09 09:12:12'),(6553,1,1776,'','2013-10-09 09:14:50'),(6554,2,1776,'','2013-10-09 09:14:50'),(6555,3,1776,'','2013-10-09 09:14:50'),(6556,4,1776,'','2013-10-09 09:14:50'),(6557,5,1776,'','2013-10-09 09:14:50'),(6558,6,1776,'','2013-10-09 09:14:50'),(6559,1,1778,'','2013-10-09 09:14:51'),(6560,2,1778,'','2013-10-09 09:14:51'),(6561,3,1778,'','2013-10-09 09:14:51'),(6562,4,1778,'','2013-10-09 09:14:51'),(6563,5,1778,'','2013-10-09 09:14:51'),(6564,6,1778,'','2013-10-09 09:14:51'),(6565,1,1781,'','2013-10-09 09:14:51'),(6566,2,1781,'','2013-10-09 09:14:51'),(6567,3,1781,'','2013-10-09 09:14:51'),(6568,4,1781,'','2013-10-09 09:14:51'),(6569,5,1781,'','2013-10-09 09:14:51'),(6570,6,1781,'','2013-10-09 09:14:51'),(6571,1,1785,'','2013-10-09 09:14:51'),(6572,2,1785,'','2013-10-09 09:14:51'),(6573,3,1785,'','2013-10-09 09:14:51'),(6574,4,1785,'','2013-10-09 09:14:51'),(6575,5,1785,'','2013-10-09 09:14:51'),(6576,6,1785,'','2013-10-09 09:14:51'),(6577,1,1790,'','2013-10-09 09:14:51'),(6578,2,1790,'','2013-10-09 09:14:51'),(6579,3,1790,'','2013-10-09 09:14:51'),(6580,4,1790,'','2013-10-09 09:14:51'),(6581,5,1790,'','2013-10-09 09:14:51'),(6582,6,1790,'','2013-10-09 09:14:51'),(6583,1,1791,'','2013-10-09 09:18:24'),(6584,2,1791,'','2013-10-09 09:18:24'),(6585,3,1791,'','2013-10-09 09:18:24'),(6586,4,1791,'','2013-10-09 09:18:24'),(6587,5,1791,'','2013-10-09 09:18:24'),(6588,6,1791,'','2013-10-09 09:18:24'),(6589,1,1793,'','2013-10-09 09:18:25'),(6590,2,1793,'','2013-10-09 09:18:25'),(6591,3,1793,'','2013-10-09 09:18:25'),(6592,4,1793,'','2013-10-09 09:18:25'),(6593,5,1793,'','2013-10-09 09:18:25'),(6594,6,1793,'','2013-10-09 09:18:25'),(6595,1,1796,'','2013-10-09 09:18:25'),(6596,2,1796,'','2013-10-09 09:18:25'),(6597,3,1796,'','2013-10-09 09:18:25'),(6598,4,1796,'','2013-10-09 09:18:25'),(6599,5,1796,'','2013-10-09 09:18:25'),(6600,6,1796,'','2013-10-09 09:18:25'),(6601,1,1800,'','2013-10-09 09:18:25'),(6602,2,1800,'','2013-10-09 09:18:25'),(6603,3,1800,'','2013-10-09 09:18:25'),(6604,4,1800,'','2013-10-09 09:18:25'),(6605,5,1800,'','2013-10-09 09:18:25'),(6606,6,1800,'','2013-10-09 09:18:25'),(6607,1,1805,'','2013-10-09 09:18:25'),(6608,2,1805,'','2013-10-09 09:18:25'),(6609,3,1805,'','2013-10-09 09:18:25'),(6610,4,1805,'','2013-10-09 09:18:25'),(6611,5,1805,'','2013-10-09 09:18:25'),(6612,6,1805,'','2013-10-09 09:18:25'),(6613,1,1806,'3562917 / 3553427','2013-10-09 09:23:41'),(6614,2,1806,'','2013-10-09 09:23:41'),(6615,3,1806,'','2013-10-09 09:23:41'),(6616,4,1806,'','2013-10-09 09:23:41'),(6617,5,1806,'','2013-10-09 09:23:41'),(6618,6,1806,'167.00','2013-10-09 09:23:41'),(6619,1,1808,'','2013-10-09 09:23:41'),(6620,2,1808,'','2013-10-09 09:23:41'),(6621,3,1808,'','2013-10-09 09:23:41'),(6622,4,1808,'','2013-10-09 09:23:41'),(6623,5,1808,'','2013-10-09 09:23:41'),(6624,6,1808,'','2013-10-09 09:23:41'),(6625,1,1809,'3564027','2013-10-09 09:27:21'),(6626,2,1809,'586656','2013-10-09 09:27:21'),(6627,3,1809,'','2013-10-09 09:27:21'),(6628,4,1809,'','2013-10-09 09:27:21'),(6629,5,1809,'','2013-10-09 09:27:21'),(6630,6,1809,'58.00','2013-10-09 09:27:21'),(6631,1,1811,'','2013-10-09 09:27:21'),(6632,2,1811,'','2013-10-09 09:27:21'),(6633,3,1811,'','2013-10-09 09:27:21'),(6634,4,1811,'','2013-10-09 09:27:21'),(6635,5,1811,'','2013-10-09 09:27:21'),(6636,6,1811,'','2013-10-09 09:27:21'),(6637,1,1814,'','2013-10-09 09:27:22'),(6638,2,1814,'','2013-10-09 09:27:22'),(6639,3,1814,'','2013-10-09 09:27:22'),(6640,4,1814,'','2013-10-09 09:27:22'),(6641,5,1814,'','2013-10-09 09:27:22'),(6642,6,1814,'','2013-10-09 09:27:22'),(6643,1,1815,'3564031','2013-10-09 09:28:39'),(6644,2,1815,'586657','2013-10-09 09:28:39'),(6645,3,1815,'','2013-10-09 09:28:39'),(6646,4,1815,'OPD','2013-10-09 09:28:39'),(6647,5,1815,'','2013-10-09 09:28:39'),(6648,6,1815,'20','2013-10-09 09:28:39'),(6649,1,1816,'3564035','2013-10-09 09:30:10'),(6650,2,1816,'586659','2013-10-09 09:30:10'),(6651,3,1816,'','2013-10-09 09:30:10'),(6652,4,1816,'','2013-10-09 09:30:10'),(6653,5,1816,'','2013-10-09 09:30:10'),(6654,6,1816,'112.00','2013-10-09 09:30:10'),(6655,1,1817,'3564044','2013-10-09 09:31:40'),(6656,2,1817,'586661','2013-10-09 09:31:40'),(6657,3,1817,'','2013-10-09 09:31:40'),(6658,4,1817,'','2013-10-09 09:31:40'),(6659,5,1817,'','2013-10-09 09:31:40'),(6660,6,1817,'23.00','2013-10-09 09:31:40'),(6661,1,1819,'','2013-10-09 09:31:40'),(6662,2,1819,'','2013-10-09 09:31:40'),(6663,3,1819,'','2013-10-09 09:31:40'),(6664,4,1819,'','2013-10-09 09:31:40'),(6665,5,1819,'','2013-10-09 09:31:40'),(6666,6,1819,'','2013-10-09 09:31:40'),(6667,1,1820,'3564059','2013-10-09 09:33:47'),(6668,2,1820,'586663','2013-10-09 09:33:47'),(6669,3,1820,'','2013-10-09 09:33:47'),(6670,4,1820,'','2013-10-09 09:33:47'),(6671,5,1820,'','2013-10-09 09:33:47'),(6672,6,1820,'209.00','2013-10-09 09:33:47'),(6673,1,1822,'','2013-10-09 09:33:47'),(6674,2,1822,'','2013-10-09 09:33:47'),(6675,3,1822,'','2013-10-09 09:33:47'),(6676,4,1822,'','2013-10-09 09:33:47'),(6677,5,1822,'','2013-10-09 09:33:47'),(6678,6,1822,'','2013-10-09 09:33:47'),(6679,1,1823,'','2013-10-09 09:35:40'),(6680,2,1823,'','2013-10-09 09:35:40'),(6681,3,1823,'','2013-10-09 09:35:40'),(6682,4,1823,'','2013-10-09 09:35:40'),(6683,5,1823,'','2013-10-09 09:35:40'),(6684,6,1823,'','2013-10-09 09:35:40'),(6685,1,1825,'','2013-10-09 09:35:40'),(6686,2,1825,'','2013-10-09 09:35:40'),(6687,3,1825,'','2013-10-09 09:35:40'),(6688,4,1825,'','2013-10-09 09:35:40'),(6689,5,1825,'','2013-10-09 09:35:40'),(6690,6,1825,'','2013-10-09 09:35:40'),(6691,1,1828,'','2013-10-09 09:35:41'),(6692,2,1828,'','2013-10-09 09:35:41'),(6693,3,1828,'','2013-10-09 09:35:41'),(6694,4,1828,'','2013-10-09 09:35:41'),(6695,5,1828,'','2013-10-09 09:35:41'),(6696,6,1828,'','2013-10-09 09:35:41'),(6697,1,1832,'','2013-10-09 09:35:41'),(6698,2,1832,'','2013-10-09 09:35:41'),(6699,3,1832,'','2013-10-09 09:35:41'),(6700,4,1832,'','2013-10-09 09:35:41'),(6701,5,1832,'','2013-10-09 09:35:41'),(6702,6,1832,'','2013-10-09 09:35:41'),(6703,1,1833,'3564070','2013-10-09 09:37:31'),(6704,2,1833,'','2013-10-09 09:37:31'),(6705,3,1833,'','2013-10-09 09:37:31'),(6706,4,1833,'','2013-10-09 09:37:31'),(6707,5,1833,'','2013-10-09 09:37:31'),(6708,6,1833,'46.40','2013-10-09 09:37:31'),(6709,1,1834,'3564076','2013-10-09 09:48:20'),(6710,2,1834,'586665','2013-10-09 09:48:20'),(6711,3,1834,'','2013-10-09 09:48:20'),(6712,4,1834,'','2013-10-09 09:48:20'),(6713,5,1834,'','2013-10-09 09:48:20'),(6714,6,1834,'41.00','2013-10-09 09:48:20'),(6715,1,1835,'3564101','2013-10-09 10:12:56'),(6716,2,1835,'','2013-10-09 10:12:56'),(6717,3,1835,'','2013-10-09 10:12:56'),(6718,4,1835,'','2013-10-09 10:12:56'),(6719,5,1835,'','2013-10-09 10:12:56'),(6720,6,1835,'42.00','2013-10-09 10:12:56'),(6721,1,1836,'','2013-10-09 10:16:32'),(6722,2,1836,'','2013-10-09 10:16:32'),(6723,3,1836,'','2013-10-09 10:16:32'),(6724,4,1836,'OPD','2013-10-09 10:16:32'),(6725,5,1836,'','2013-10-09 10:16:32'),(6726,6,1836,'','2013-10-09 10:16:32'),(6727,1,1838,'','2013-10-09 10:16:33'),(6728,2,1838,'','2013-10-09 10:16:33'),(6729,3,1838,'','2013-10-09 10:16:33'),(6730,4,1838,'','2013-10-09 10:16:33'),(6731,5,1838,'','2013-10-09 10:16:33'),(6732,6,1838,'','2013-10-09 10:16:33'),(6733,1,1841,'','2013-10-09 10:16:33'),(6734,2,1841,'','2013-10-09 10:16:33'),(6735,3,1841,'','2013-10-09 10:16:33'),(6736,4,1841,'','2013-10-09 10:16:33'),(6737,5,1841,'','2013-10-09 10:16:33'),(6738,6,1841,'','2013-10-09 10:16:33'),(6739,1,1842,'3564108','2013-10-09 10:18:49'),(6740,2,1842,'','2013-10-09 10:18:49'),(6741,3,1842,'','2013-10-09 10:18:49'),(6742,4,1842,'OPD','2013-10-09 10:18:49'),(6743,5,1842,'','2013-10-09 10:18:49'),(6744,6,1842,'33.00','2013-10-09 10:18:49'),(6745,1,1843,'3564112','2013-10-09 10:22:13'),(6746,2,1843,'','2013-10-09 10:22:13'),(6747,3,1843,'','2013-10-09 10:22:13'),(6748,4,1843,'','2013-10-09 10:22:13'),(6749,5,1843,'','2013-10-09 10:22:13'),(6750,6,1843,'143.00','2013-10-09 10:22:13'),(6751,1,1845,'','2013-10-09 10:22:13'),(6752,2,1845,'','2013-10-09 10:22:13'),(6753,3,1845,'','2013-10-09 10:22:13'),(6754,4,1845,'','2013-10-09 10:22:13'),(6755,5,1845,'','2013-10-09 10:22:13'),(6756,6,1845,'','2013-10-09 10:22:13'),(6757,1,1848,'','2013-10-09 10:22:13'),(6758,2,1848,'','2013-10-09 10:22:13'),(6759,3,1848,'','2013-10-09 10:22:13'),(6760,4,1848,'','2013-10-09 10:22:13'),(6761,5,1848,'','2013-10-09 10:22:13'),(6762,6,1848,'','2013-10-09 10:22:13'),(6763,1,1849,'3564102','2013-10-09 10:24:18'),(6764,2,1849,'586673','2013-10-09 10:24:18'),(6765,3,1849,'','2013-10-09 10:24:18'),(6766,4,1849,'OPD','2013-10-09 10:24:18'),(6767,5,1849,'','2013-10-09 10:24:18'),(6768,6,1849,'69.00','2013-10-09 10:24:18'),(6769,1,1850,'3564096','2013-10-09 10:27:18'),(6770,2,1850,'','2013-10-09 10:27:18'),(6771,3,1850,'','2013-10-09 10:27:18'),(6772,4,1850,'OPD','2013-10-09 10:27:18'),(6773,5,1850,'','2013-10-09 10:27:18'),(6774,6,1850,'22.00','2013-10-09 10:27:18'),(6775,1,1851,'3564109','2013-10-09 10:29:12'),(6776,2,1851,'','2013-10-09 10:29:12'),(6777,3,1851,'','2013-10-09 10:29:12'),(6778,4,1851,'OPD','2013-10-09 10:29:12'),(6779,5,1851,'','2013-10-09 10:29:12'),(6780,6,1851,'72.00','2013-10-09 10:29:12'),(6781,1,1852,'','2013-10-09 10:32:27'),(6782,2,1852,'','2013-10-09 10:32:27'),(6783,3,1852,'','2013-10-09 10:32:27'),(6784,4,1852,'OPD','2013-10-09 10:32:27'),(6785,5,1852,'','2013-10-09 10:32:27'),(6786,6,1852,'','2013-10-09 10:32:27'),(6787,1,1854,'','2013-10-09 10:32:27'),(6788,2,1854,'','2013-10-09 10:32:27'),(6789,3,1854,'','2013-10-09 10:32:27'),(6790,4,1854,'','2013-10-09 10:32:27'),(6791,5,1854,'','2013-10-09 10:32:27'),(6792,6,1854,'','2013-10-09 10:32:28'),(6793,1,1857,'','2013-10-09 10:32:28'),(6794,2,1857,'','2013-10-09 10:32:28'),(6795,3,1857,'','2013-10-09 10:32:28'),(6796,4,1857,'','2013-10-09 10:32:28'),(6797,5,1857,'','2013-10-09 10:32:28'),(6798,6,1857,'','2013-10-09 10:32:28'),(6799,1,1861,'','2013-10-09 10:32:28'),(6800,2,1861,'','2013-10-09 10:32:28'),(6801,3,1861,'','2013-10-09 10:32:28'),(6802,4,1861,'','2013-10-09 10:32:28'),(6803,5,1861,'','2013-10-09 10:32:28'),(6804,6,1861,'','2013-10-09 10:32:28'),(6805,1,1866,'','2013-10-09 10:32:28'),(6806,2,1866,'','2013-10-09 10:32:28'),(6807,3,1866,'','2013-10-09 10:32:28'),(6808,4,1866,'','2013-10-09 10:32:28'),(6809,5,1866,'','2013-10-09 10:32:28'),(6810,6,1866,'','2013-10-09 10:32:28'),(6811,1,1867,'3536691','2013-10-09 10:37:24'),(6812,2,1867,'','2013-10-09 10:37:24'),(6813,3,1867,'','2013-10-09 10:37:24'),(6814,4,1867,'OPD','2013-10-09 10:37:24'),(6815,5,1867,'','2013-10-09 10:37:24'),(6816,6,1867,'205.40','2013-10-09 10:37:24'),(6817,1,1869,'','2013-10-09 10:37:24'),(6818,2,1869,'','2013-10-09 10:37:24'),(6819,3,1869,'','2013-10-09 10:37:24'),(6820,4,1869,'','2013-10-09 10:37:24'),(6821,5,1869,'','2013-10-09 10:37:24'),(6822,6,1869,'','2013-10-09 10:37:24'),(6823,1,1872,'','2013-10-09 10:37:24'),(6824,2,1872,'','2013-10-09 10:37:24'),(6825,3,1872,'','2013-10-09 10:37:24'),(6826,4,1872,'','2013-10-09 10:37:24'),(6827,5,1872,'','2013-10-09 10:37:24'),(6828,6,1872,'','2013-10-09 10:37:24'),(6829,1,1873,'3564130','2013-10-09 10:40:49'),(6830,2,1873,'586683','2013-10-09 10:40:49'),(6831,3,1873,'','2013-10-09 10:40:49'),(6832,4,1873,'OPD','2013-10-09 10:40:49'),(6833,5,1873,'','2013-10-09 10:40:49'),(6834,6,1873,'147.00','2013-10-09 10:40:49'),(6835,1,1875,'','2013-10-09 10:40:50'),(6836,2,1875,'','2013-10-09 10:40:50'),(6837,3,1875,'','2013-10-09 10:40:50'),(6838,4,1875,'','2013-10-09 10:40:50'),(6839,5,1875,'','2013-10-09 10:40:50'),(6840,6,1875,'','2013-10-09 10:40:50'),(6841,1,1876,'3564140 / 3564173','2013-10-09 10:44:47'),(6842,2,1876,'','2013-10-09 10:44:47'),(6843,3,1876,'','2013-10-09 10:44:47'),(6844,4,1876,'OPD','2013-10-09 10:44:47'),(6845,5,1876,'','2013-10-09 10:44:47'),(6846,6,1876,'68.00','2013-10-09 10:44:47'),(6847,1,1878,'','2013-10-09 10:44:47'),(6848,2,1878,'','2013-10-09 10:44:47'),(6849,3,1878,'','2013-10-09 10:44:47'),(6850,4,1878,'','2013-10-09 10:44:47'),(6851,5,1878,'','2013-10-09 10:44:47'),(6852,6,1878,'','2013-10-09 10:44:47'),(6853,1,1881,'','2013-10-09 10:44:48'),(6854,2,1881,'','2013-10-09 10:44:48'),(6855,3,1881,'','2013-10-09 10:44:48'),(6856,4,1881,'','2013-10-09 10:44:48'),(6857,5,1881,'','2013-10-09 10:44:48'),(6858,6,1881,'','2013-10-09 10:44:48'),(6859,1,1882,'','2013-10-09 10:47:04'),(6860,2,1882,'','2013-10-09 10:47:04'),(6861,3,1882,'','2013-10-09 10:47:04'),(6862,4,1882,'','2013-10-09 10:47:04'),(6863,5,1882,'','2013-10-09 10:47:04'),(6864,6,1882,'','2013-10-09 10:47:04'),(6865,1,1884,'','2013-10-09 10:47:05'),(6866,2,1884,'','2013-10-09 10:47:05'),(6867,3,1884,'','2013-10-09 10:47:05'),(6868,4,1884,'','2013-10-09 10:47:05'),(6869,5,1884,'','2013-10-09 10:47:05'),(6870,6,1884,'','2013-10-09 10:47:05'),(6871,1,1887,'','2013-10-09 10:47:05'),(6872,2,1887,'','2013-10-09 10:47:05'),(6873,3,1887,'','2013-10-09 10:47:05'),(6874,4,1887,'','2013-10-09 10:47:05'),(6875,5,1887,'','2013-10-09 10:47:05'),(6876,6,1887,'','2013-10-09 10:47:05'),(6877,1,1888,'3564162','2013-10-09 10:48:57'),(6878,2,1888,'','2013-10-09 10:48:57'),(6879,3,1888,'','2013-10-09 10:48:57'),(6880,4,1888,'OPD','2013-10-09 10:48:57'),(6881,5,1888,'','2013-10-09 10:48:57'),(6882,6,1888,'161.00','2013-10-09 10:48:57'),(6883,1,1890,'','2013-10-09 10:48:57'),(6884,2,1890,'','2013-10-09 10:48:57'),(6885,3,1890,'','2013-10-09 10:48:57'),(6886,4,1890,'','2013-10-09 10:48:57'),(6887,5,1890,'','2013-10-09 10:48:57'),(6888,6,1890,'','2013-10-09 10:48:57'),(6889,1,1891,'','2013-10-09 10:51:46'),(6890,2,1891,'','2013-10-09 10:51:46'),(6891,3,1891,'','2013-10-09 10:51:46'),(6892,4,1891,'','2013-10-09 10:51:46'),(6893,5,1891,'','2013-10-09 10:51:46'),(6894,6,1891,'','2013-10-09 10:51:46'),(6895,1,1893,'','2013-10-09 10:51:46'),(6896,2,1893,'','2013-10-09 10:51:46'),(6897,3,1893,'','2013-10-09 10:51:46'),(6898,4,1893,'','2013-10-09 10:51:46'),(6899,5,1893,'','2013-10-09 10:51:46'),(6900,6,1893,'','2013-10-09 10:51:46'),(6901,1,1896,'','2013-10-09 10:51:46'),(6902,2,1896,'','2013-10-09 10:51:46'),(6903,3,1896,'','2013-10-09 10:51:46'),(6904,4,1896,'','2013-10-09 10:51:46'),(6905,5,1896,'','2013-10-09 10:51:46'),(6906,6,1896,'','2013-10-09 10:51:46'),(6907,1,1900,'','2013-10-09 10:51:46'),(6908,2,1900,'','2013-10-09 10:51:46'),(6909,3,1900,'','2013-10-09 10:51:46'),(6910,4,1900,'','2013-10-09 10:51:46'),(6911,5,1900,'','2013-10-09 10:51:46'),(6912,6,1900,'','2013-10-09 10:51:46'),(6913,1,1905,'','2013-10-09 10:51:47'),(6914,2,1905,'','2013-10-09 10:51:47'),(6915,3,1905,'','2013-10-09 10:51:47'),(6916,4,1905,'','2013-10-09 10:51:47'),(6917,5,1905,'','2013-10-09 10:51:47'),(6918,6,1905,'','2013-10-09 10:51:47'),(6919,1,1906,'3564177','2013-10-09 10:54:40'),(6920,2,1906,'','2013-10-09 10:54:40'),(6921,3,1906,'','2013-10-09 10:54:40'),(6922,4,1906,'','2013-10-09 10:54:40'),(6923,5,1906,'','2013-10-09 10:54:40'),(6924,6,1906,'620.00','2013-10-09 10:54:40'),(6925,1,1907,'3564175','2013-10-09 10:57:08'),(6926,2,1907,'','2013-10-09 10:57:08'),(6927,3,1907,'','2013-10-09 10:57:08'),(6928,4,1907,'OPD','2013-10-09 10:57:08'),(6929,5,1907,'','2013-10-09 10:57:08'),(6930,6,1907,'112.00','2013-10-09 10:57:08'),(6931,1,1909,'','2013-10-09 10:57:09'),(6932,2,1909,'','2013-10-09 10:57:09'),(6933,3,1909,'','2013-10-09 10:57:09'),(6934,4,1909,'','2013-10-09 10:57:09'),(6935,5,1909,'','2013-10-09 10:57:09'),(6936,6,1909,'','2013-10-09 10:57:09'),(6937,1,1912,'','2013-10-09 10:57:09'),(6938,2,1912,'','2013-10-09 10:57:09'),(6939,3,1912,'','2013-10-09 10:57:09'),(6940,4,1912,'','2013-10-09 10:57:09'),(6941,5,1912,'','2013-10-09 10:57:09'),(6942,6,1912,'','2013-10-09 10:57:09'),(6943,1,1913,'3564182','2013-10-09 11:00:09'),(6944,2,1913,'','2013-10-09 11:00:09'),(6945,3,1913,'HPTN / DM','2013-10-09 11:00:09'),(6946,4,1913,'','2013-10-09 11:00:09'),(6947,5,1913,'','2013-10-09 11:00:09'),(6948,6,1913,'92.00','2013-10-09 11:00:09'),(6949,1,1915,'','2013-10-09 11:00:09'),(6950,2,1915,'','2013-10-09 11:00:09'),(6951,3,1915,'','2013-10-09 11:00:09'),(6952,4,1915,'','2013-10-09 11:00:09'),(6953,5,1915,'','2013-10-09 11:00:09'),(6954,6,1915,'','2013-10-09 11:00:09'),(6955,1,1916,'3564187','2013-10-09 11:10:10'),(6956,2,1916,'580704','2013-10-09 11:10:10'),(6957,3,1916,'','2013-10-09 11:10:10'),(6958,4,1916,'OPD','2013-10-09 11:10:10'),(6959,5,1916,'','2013-10-09 11:10:10'),(6960,6,1916,'18','2013-10-09 11:10:10'),(6961,1,1917,'3564196','2013-10-09 11:17:12'),(6962,2,1917,'','2013-10-09 11:17:12'),(6963,3,1917,'','2013-10-09 11:17:12'),(6964,4,1917,'OPD','2013-10-09 11:17:12'),(6965,5,1917,'','2013-10-09 11:17:12'),(6966,6,1917,'207.00','2013-10-09 11:17:12'),(6967,1,1919,'3564196','2013-10-09 11:17:12'),(6968,2,1919,'','2013-10-09 11:17:12'),(6969,3,1919,'','2013-10-09 11:17:12'),(6970,4,1919,'OPD','2013-10-09 11:17:12'),(6971,5,1919,'','2013-10-09 11:17:12'),(6972,6,1919,'207.00','2013-10-09 11:17:12'),(6973,1,1920,'','2013-10-09 11:20:01'),(6974,2,1920,'','2013-10-09 11:20:01'),(6975,3,1920,'','2013-10-09 11:20:01'),(6976,4,1920,'','2013-10-09 11:20:01'),(6977,5,1920,'','2013-10-09 11:20:01'),(6978,6,1920,'','2013-10-09 11:20:01'),(6979,1,1922,'','2013-10-09 11:20:01'),(6980,2,1922,'','2013-10-09 11:20:01'),(6981,3,1922,'','2013-10-09 11:20:01'),(6982,4,1922,'','2013-10-09 11:20:01'),(6983,5,1922,'','2013-10-09 11:20:01'),(6984,6,1922,'','2013-10-09 11:20:01'),(6985,1,1925,'','2013-10-09 11:20:01'),(6986,2,1925,'','2013-10-09 11:20:01'),(6987,3,1925,'','2013-10-09 11:20:01'),(6988,4,1925,'','2013-10-09 11:20:01'),(6989,5,1925,'','2013-10-09 11:20:01'),(6990,6,1925,'','2013-10-09 11:20:01'),(6991,1,1926,'3564197','2013-10-09 11:21:09'),(6992,2,1926,'','2013-10-09 11:21:09'),(6993,3,1926,'','2013-10-09 11:21:09'),(6994,4,1926,'OPD','2013-10-09 11:21:09'),(6995,5,1926,'','2013-10-09 11:21:09'),(6996,6,1926,'40','2013-10-09 11:21:09'),(6997,1,1927,'','2013-10-09 11:26:12'),(6998,2,1927,'','2013-10-09 11:26:12'),(6999,3,1927,'','2013-10-09 11:26:12'),(7000,4,1927,'OPD','2013-10-09 11:26:12'),(7001,5,1927,'','2013-10-09 11:26:12'),(7002,6,1927,'','2013-10-09 11:26:12'),(7003,1,1929,'','2013-10-09 11:26:12'),(7004,2,1929,'','2013-10-09 11:26:12'),(7005,3,1929,'','2013-10-09 11:26:12'),(7006,4,1929,'','2013-10-09 11:26:12'),(7007,5,1929,'','2013-10-09 11:26:12'),(7008,6,1929,'','2013-10-09 11:26:12'),(7009,1,1932,'','2013-10-09 11:26:13'),(7010,2,1932,'','2013-10-09 11:26:13'),(7011,3,1932,'','2013-10-09 11:26:13'),(7012,4,1932,'','2013-10-09 11:26:13'),(7013,5,1932,'','2013-10-09 11:26:13'),(7014,6,1932,'','2013-10-09 11:26:13'),(7015,1,1933,'3564210','2013-10-09 11:32:13'),(7016,2,1933,'76009','2013-10-09 11:32:13'),(7017,3,1933,'','2013-10-09 11:32:13'),(7018,4,1933,'OPD','2013-10-09 11:32:13'),(7019,5,1933,'','2013-10-09 11:32:13'),(7020,6,1933,'35.00','2013-10-09 11:32:13'),(7021,1,1935,'3564210','2013-10-09 11:32:14'),(7022,2,1935,'76009','2013-10-09 11:32:14'),(7023,3,1935,'','2013-10-09 11:32:14'),(7024,4,1935,'OPD','2013-10-09 11:32:14'),(7025,5,1935,'','2013-10-09 11:32:14'),(7026,6,1935,'35.00','2013-10-09 11:32:14'),(7027,1,1936,'3564219','2013-10-09 11:37:59'),(7028,2,1936,'','2013-10-09 11:37:59'),(7029,3,1936,'','2013-10-09 11:37:59'),(7030,4,1936,'OPD','2013-10-09 11:37:59'),(7031,5,1936,'','2013-10-09 11:37:59'),(7032,6,1936,'13.00','2013-10-09 11:37:59'),(7033,1,1937,'3564226','2013-10-09 11:41:23'),(7034,2,1937,'','2013-10-09 11:41:23'),(7035,3,1937,'','2013-10-09 11:41:23'),(7036,4,1937,'OPD','2013-10-09 11:41:23'),(7037,5,1937,'','2013-10-09 11:41:23'),(7038,6,1937,'50','2013-10-09 11:41:23'),(7039,1,1939,'','2013-10-09 11:41:23'),(7040,2,1939,'','2013-10-09 11:41:23'),(7041,3,1939,'','2013-10-09 11:41:23'),(7042,4,1939,'','2013-10-09 11:41:23'),(7043,5,1939,'','2013-10-09 11:41:23'),(7044,6,1939,'','2013-10-09 11:41:23'),(7045,1,1940,'3564230','2013-10-09 11:45:43'),(7046,2,1940,'','2013-10-09 11:45:43'),(7047,3,1940,'','2013-10-09 11:45:43'),(7048,4,1940,'','2013-10-09 11:45:43'),(7049,5,1940,'214325','2013-10-09 11:45:43'),(7050,6,1940,'29.00','2013-10-09 11:45:43'),(7051,1,1941,'3564232','2013-10-09 11:49:42'),(7052,2,1941,'','2013-10-09 11:49:42'),(7053,3,1941,'','2013-10-09 11:49:42'),(7054,4,1941,'','2013-10-09 11:49:42'),(7055,5,1941,'214613','2013-10-09 11:49:42'),(7056,6,1941,'198.00','2013-10-09 11:49:42'),(7057,1,1942,'3564234','2013-10-09 11:52:22'),(7058,2,1942,'','2013-10-09 11:52:22'),(7059,3,1942,'','2013-10-09 11:52:22'),(7060,4,1942,'WARD','2013-10-09 11:52:22'),(7061,5,1942,'B4','2013-10-09 11:52:22'),(7062,6,1942,'40.00','2013-10-09 11:52:22'),(7063,1,1943,'3564228','2013-10-09 11:55:09'),(7064,2,1943,'586721','2013-10-09 11:55:09'),(7065,3,1943,'','2013-10-09 11:55:09'),(7066,4,1943,'OPD','2013-10-09 11:55:09'),(7067,5,1943,'','2013-10-09 11:55:09'),(7068,6,1943,'20.00','2013-10-09 11:55:09'),(7069,1,1944,'3564223','2013-10-09 11:58:31'),(7070,2,1944,'','2013-10-09 11:58:31'),(7071,3,1944,'','2013-10-09 11:58:31'),(7072,4,1944,'OPD','2013-10-09 11:58:31'),(7073,5,1944,'','2013-10-09 11:58:31'),(7074,6,1944,'35.00','2013-10-09 11:58:31'),(7075,1,1946,'','2013-10-09 11:58:31'),(7076,2,1946,'','2013-10-09 11:58:31'),(7077,3,1946,'','2013-10-09 11:58:31'),(7078,4,1946,'','2013-10-09 11:58:31'),(7079,5,1946,'','2013-10-09 11:58:31'),(7080,6,1946,'','2013-10-09 11:58:31'),(7081,1,1947,'3564250','2013-10-09 12:10:30'),(7082,2,1947,'586728','2013-10-09 12:10:30'),(7083,3,1947,'','2013-10-09 12:10:30'),(7084,4,1947,'OPD','2013-10-09 12:10:30'),(7085,5,1947,'','2013-10-09 12:10:30'),(7086,6,1947,'57.00','2013-10-09 12:10:30'),(7087,1,1949,'','2013-10-09 12:10:30'),(7088,2,1949,'','2013-10-09 12:10:30'),(7089,3,1949,'','2013-10-09 12:10:30'),(7090,4,1949,'','2013-10-09 12:10:30'),(7091,5,1949,'','2013-10-09 12:10:30'),(7092,6,1949,'','2013-10-09 12:10:30'),(7093,1,1952,'','2013-10-09 12:10:30'),(7094,2,1952,'','2013-10-09 12:10:30'),(7095,3,1952,'','2013-10-09 12:10:30'),(7096,4,1952,'','2013-10-09 12:10:30'),(7097,5,1952,'','2013-10-09 12:10:30'),(7098,6,1952,'','2013-10-09 12:10:30'),(7099,1,1956,'','2013-10-09 12:10:30'),(7100,2,1956,'','2013-10-09 12:10:30'),(7101,3,1956,'','2013-10-09 12:10:30'),(7102,4,1956,'','2013-10-09 12:10:30'),(7103,5,1956,'','2013-10-09 12:10:30'),(7104,6,1956,'','2013-10-09 12:10:30'),(7105,1,1957,'3564251','2013-10-09 12:20:05'),(7106,2,1957,'','2013-10-09 12:20:05'),(7107,3,1957,'','2013-10-09 12:20:05'),(7108,4,1957,'OPD','2013-10-09 12:20:05'),(7109,5,1957,'','2013-10-09 12:20:05'),(7110,6,1957,'40.00','2013-10-09 12:20:05'),(7111,1,1958,'','2013-10-09 12:31:07'),(7112,2,1958,'','2013-10-09 12:31:07'),(7113,3,1958,'','2013-10-09 12:31:07'),(7114,4,1958,'OPD','2013-10-09 12:31:07'),(7115,5,1958,'','2013-10-09 12:31:07'),(7116,6,1958,'','2013-10-09 12:31:07'),(7117,1,1960,'','2013-10-09 12:31:07'),(7118,2,1960,'','2013-10-09 12:31:07'),(7119,3,1960,'','2013-10-09 12:31:07'),(7120,4,1960,'','2013-10-09 12:31:07'),(7121,5,1960,'','2013-10-09 12:31:07'),(7122,6,1960,'','2013-10-09 12:31:07'),(7123,1,1963,'','2013-10-09 12:31:07'),(7124,2,1963,'','2013-10-09 12:31:07'),(7125,3,1963,'','2013-10-09 12:31:07'),(7126,4,1963,'','2013-10-09 12:31:07'),(7127,5,1963,'','2013-10-09 12:31:07'),(7128,6,1963,'','2013-10-09 12:31:07'),(7129,1,1964,'3563459','2013-10-09 12:37:37'),(7130,2,1964,'586502','2013-10-09 12:37:37'),(7131,3,1964,'','2013-10-09 12:37:37'),(7132,4,1964,'OPD','2013-10-09 12:37:37'),(7133,5,1964,'','2013-10-09 12:37:37'),(7134,6,1964,'74.40','2013-10-09 12:37:37'),(7135,1,1965,'3564290','2013-10-09 12:43:29'),(7136,2,1965,'','2013-10-09 12:43:29'),(7137,3,1965,'','2013-10-09 12:43:29'),(7138,4,1965,'OPD','2013-10-09 12:43:29'),(7139,5,1965,'','2013-10-09 12:43:29'),(7140,6,1965,'181.40','2013-10-09 12:43:29'),(7141,1,1967,'','2013-10-09 12:43:29'),(7142,2,1967,'','2013-10-09 12:43:29'),(7143,3,1967,'','2013-10-09 12:43:29'),(7144,4,1967,'','2013-10-09 12:43:29'),(7145,5,1967,'','2013-10-09 12:43:29'),(7146,6,1967,'','2013-10-09 12:43:29'),(7147,1,1968,'','2013-10-09 12:43:51'),(7148,2,1968,'','2013-10-09 12:43:51'),(7149,3,1968,'','2013-10-09 12:43:51'),(7150,4,1968,'','2013-10-09 12:43:51'),(7151,5,1968,'','2013-10-09 12:43:51'),(7152,6,1968,'','2013-10-09 12:43:51'),(7153,1,1969,'3564294','2013-10-09 12:52:21'),(7154,2,1969,'586742','2013-10-09 12:52:21'),(7155,3,1969,'','2013-10-09 12:52:21'),(7156,4,1969,'','2013-10-09 12:52:21'),(7157,5,1969,'','2013-10-09 12:52:21'),(7158,6,1969,'92.00','2013-10-09 12:52:21'),(7159,1,1971,'','2013-10-09 12:52:21'),(7160,2,1971,'','2013-10-09 12:52:21'),(7161,3,1971,'','2013-10-09 12:52:21'),(7162,4,1971,'','2013-10-09 12:52:21'),(7163,5,1971,'','2013-10-09 12:52:21'),(7164,6,1971,'','2013-10-09 12:52:21'),(7165,1,1974,'','2013-10-09 12:52:22'),(7166,2,1974,'','2013-10-09 12:52:22'),(7167,3,1974,'','2013-10-09 12:52:22'),(7168,4,1974,'','2013-10-09 12:52:22'),(7169,5,1974,'','2013-10-09 12:52:22'),(7170,6,1974,'','2013-10-09 12:52:22'),(7171,1,1975,'3564299','2013-10-09 12:56:58'),(7172,2,1975,'586744','2013-10-09 12:56:58'),(7173,3,1975,'','2013-10-09 12:56:58'),(7174,4,1975,'OPD','2013-10-09 12:56:58'),(7175,5,1975,'','2013-10-09 12:56:58'),(7176,6,1975,'39.00','2013-10-09 12:56:58'),(7177,1,1976,'3564314','2013-10-09 13:13:08'),(7178,2,1976,'','2013-10-09 13:13:08'),(7179,3,1976,'','2013-10-09 13:13:08'),(7180,4,1976,'OPD','2013-10-09 13:13:08'),(7181,5,1976,'','2013-10-09 13:13:08'),(7182,6,1976,'13.00','2013-10-09 13:13:08'),(7183,1,1977,'3564317','2013-10-09 13:17:19'),(7184,2,1977,'','2013-10-09 13:17:19'),(7185,3,1977,'','2013-10-09 13:17:19'),(7186,4,1977,'OPD','2013-10-09 13:17:19'),(7187,5,1977,'','2013-10-09 13:17:19'),(7188,6,1977,'68.00','2013-10-09 13:17:19'),(7189,1,1979,'','2013-10-09 13:17:20'),(7190,2,1979,'','2013-10-09 13:17:20'),(7191,3,1979,'','2013-10-09 13:17:20'),(7192,4,1979,'','2013-10-09 13:17:20'),(7193,5,1979,'','2013-10-09 13:17:20'),(7194,6,1979,'','2013-10-09 13:17:20'),(7195,1,1982,'','2013-10-09 13:17:20'),(7196,2,1982,'','2013-10-09 13:17:20'),(7197,3,1982,'','2013-10-09 13:17:20'),(7198,4,1982,'','2013-10-09 13:17:20'),(7199,5,1982,'','2013-10-09 13:17:20'),(7200,6,1982,'','2013-10-09 13:17:20'),(7201,1,1983,'3564321','2013-10-09 13:29:19'),(7202,2,1983,'586752','2013-10-09 13:29:19'),(7203,3,1983,'','2013-10-09 13:29:19'),(7204,4,1983,'OPD','2013-10-09 13:29:19'),(7205,5,1983,'','2013-10-09 13:29:19'),(7206,6,1983,'174.00','2013-10-09 13:29:19'),(7207,1,1985,'','2013-10-09 13:29:20'),(7208,2,1985,'','2013-10-09 13:29:20'),(7209,3,1985,'','2013-10-09 13:29:20'),(7210,4,1985,'','2013-10-09 13:29:20'),(7211,5,1985,'','2013-10-09 13:29:20'),(7212,6,1985,'','2013-10-09 13:29:20'),(7213,1,1986,'3564327','2013-10-09 13:40:52'),(7214,2,1986,'','2013-10-09 13:40:52'),(7215,3,1986,'','2013-10-09 13:40:52'),(7216,4,1986,'OPD','2013-10-09 13:40:52'),(7217,5,1986,'','2013-10-09 13:40:52'),(7218,6,1986,'35.00','2013-10-09 13:40:52'),(7219,1,1988,'','2013-10-09 13:40:52'),(7220,2,1988,'','2013-10-09 13:40:52'),(7221,3,1988,'','2013-10-09 13:40:52'),(7222,4,1988,'','2013-10-09 13:40:52'),(7223,5,1988,'','2013-10-09 13:40:52'),(7224,6,1988,'','2013-10-09 13:40:52'),(7225,1,1989,'3564339','2013-10-09 14:16:12'),(7226,2,1989,'586764','2013-10-09 14:16:12'),(7227,3,1989,'','2013-10-09 14:16:12'),(7228,4,1989,'OPD','2013-10-09 14:16:12'),(7229,5,1989,'','2013-10-09 14:16:12'),(7230,6,1989,'94.00','2013-10-09 14:16:12'),(7231,1,1990,'3564373','2013-10-09 14:19:52'),(7232,2,1990,'586765','2013-10-09 14:19:52'),(7233,3,1990,'','2013-10-09 14:19:52'),(7234,4,1990,'OPD','2013-10-09 14:19:52'),(7235,5,1990,'','2013-10-09 14:19:52'),(7236,6,1990,'20.00','2013-10-09 14:19:52'),(7237,1,1991,'3564376','2013-10-09 14:23:42'),(7238,2,1991,'','2013-10-09 14:23:42'),(7239,3,1991,'','2013-10-09 14:23:42'),(7240,4,1991,'OPD','2013-10-09 14:23:42'),(7241,5,1991,'','2013-10-09 14:23:42'),(7242,6,1991,'48.00','2013-10-09 14:23:42'),(7243,1,1993,'','2013-10-09 14:23:42'),(7244,2,1993,'','2013-10-09 14:23:42'),(7245,3,1993,'','2013-10-09 14:23:42'),(7246,4,1993,'','2013-10-09 14:23:42'),(7247,5,1993,'','2013-10-09 14:23:42'),(7248,6,1993,'','2013-10-09 14:23:42'),(7249,1,1996,'','2013-10-09 14:23:43'),(7250,2,1996,'','2013-10-09 14:23:43'),(7251,3,1996,'','2013-10-09 14:23:43'),(7252,4,1996,'','2013-10-09 14:23:43'),(7253,5,1996,'','2013-10-09 14:23:43'),(7254,6,1996,'','2013-10-09 14:23:43'),(7255,1,1997,'3564367','2013-10-09 14:30:00'),(7256,2,1997,'','2013-10-09 14:30:00'),(7257,3,1997,'','2013-10-09 14:30:00'),(7258,4,1997,'OPD','2013-10-09 14:30:00'),(7259,5,1997,'','2013-10-09 14:30:00'),(7260,6,1997,'50','2013-10-09 14:30:00'),(7261,1,1999,'','2013-10-09 14:30:01'),(7262,2,1999,'','2013-10-09 14:30:01'),(7263,3,1999,'','2013-10-09 14:30:01'),(7264,4,1999,'','2013-10-09 14:30:01'),(7265,5,1999,'','2013-10-09 14:30:01'),(7266,6,1999,'','2013-10-09 14:30:01'),(7267,1,2000,'3564374','2013-10-09 14:43:13'),(7268,2,2000,'','2013-10-09 14:43:13'),(7269,3,2000,'','2013-10-09 14:43:13'),(7270,4,2000,'OPD','2013-10-09 14:43:13'),(7271,5,2000,'','2013-10-09 14:43:13'),(7272,6,2000,'119.00','2013-10-09 14:43:13'),(7273,1,2002,'','2013-10-09 14:43:13'),(7274,2,2002,'','2013-10-09 14:43:13'),(7275,3,2002,'','2013-10-09 14:43:13'),(7276,4,2002,'','2013-10-09 14:43:13'),(7277,5,2002,'','2013-10-09 14:43:13'),(7278,6,2002,'','2013-10-09 14:43:13'),(7279,1,2003,'3564384','2013-10-09 14:46:59'),(7280,2,2003,'','2013-10-09 14:46:59'),(7281,3,2003,'','2013-10-09 14:46:59'),(7282,4,2003,'OPD','2013-10-09 14:46:59'),(7283,5,2003,'','2013-10-09 14:46:59'),(7284,6,2003,'178.00','2013-10-09 14:46:59'),(7285,1,2005,'','2013-10-09 14:46:59'),(7286,2,2005,'','2013-10-09 14:46:59'),(7287,3,2005,'','2013-10-09 14:46:59'),(7288,4,2005,'','2013-10-09 14:46:59'),(7289,5,2005,'','2013-10-09 14:46:59'),(7290,6,2005,'','2013-10-09 14:46:59'),(7291,1,2006,'3564393','2013-10-09 14:50:33'),(7292,2,2006,'','2013-10-09 14:50:33'),(7293,3,2006,'','2013-10-09 14:50:33'),(7294,4,2006,'OPD','2013-10-09 14:50:33'),(7295,5,2006,'','2013-10-09 14:50:33'),(7296,6,2006,'138.00','2013-10-09 14:50:33'),(7297,1,2007,'3564406','2013-10-09 14:57:08'),(7298,2,2007,'','2013-10-09 14:57:08'),(7299,3,2007,'','2013-10-09 14:57:08'),(7300,4,2007,'OPD','2013-10-09 14:57:08'),(7301,5,2007,'','2013-10-09 14:57:08'),(7302,6,2007,'64.00','2013-10-09 14:57:08'),(7303,1,2009,'','2013-10-09 14:57:08'),(7304,2,2009,'','2013-10-09 14:57:08'),(7305,3,2009,'','2013-10-09 14:57:08'),(7306,4,2009,'','2013-10-09 14:57:08'),(7307,5,2009,'','2013-10-09 14:57:08'),(7308,6,2009,'','2013-10-09 14:57:08'),(7309,1,2012,'','2013-10-09 14:57:09'),(7310,2,2012,'','2013-10-09 14:57:09'),(7311,3,2012,'','2013-10-09 14:57:09'),(7312,4,2012,'','2013-10-09 14:57:09'),(7313,5,2012,'','2013-10-09 14:57:09'),(7314,6,2012,'','2013-10-09 14:57:09'),(7315,1,2013,'3564409','2013-10-09 15:01:43'),(7316,2,2013,'','2013-10-09 15:01:43'),(7317,3,2013,'','2013-10-09 15:01:43'),(7318,4,2013,'OPD','2013-10-09 15:01:43'),(7319,5,2013,'','2013-10-09 15:01:43'),(7320,6,2013,'49.00','2013-10-09 15:01:43'),(7321,1,2015,'','2013-10-09 15:01:47'),(7322,2,2015,'','2013-10-09 15:01:47'),(7323,3,2015,'','2013-10-09 15:01:47'),(7324,4,2015,'','2013-10-09 15:01:47'),(7325,5,2015,'','2013-10-09 15:01:47'),(7326,6,2015,'','2013-10-09 15:01:47'),(7327,1,2016,'3564412','2013-10-09 15:06:13'),(7328,2,2016,'','2013-10-09 15:06:13'),(7329,3,2016,'','2013-10-09 15:06:13'),(7330,4,2016,'OPD','2013-10-09 15:06:13'),(7331,5,2016,'','2013-10-09 15:06:13'),(7332,6,2016,'20.00','2013-10-09 15:06:13'),(7333,1,2017,'3564424','2013-10-09 15:13:05'),(7334,2,2017,'586778','2013-10-09 15:13:05'),(7335,3,2017,'','2013-10-09 15:13:05'),(7336,4,2017,'OPD','2013-10-09 15:13:05'),(7337,5,2017,'','2013-10-09 15:13:05'),(7338,6,2017,'47.00','2013-10-09 15:13:05'),(7339,1,2019,'','2013-10-09 15:13:05'),(7340,2,2019,'','2013-10-09 15:13:05'),(7341,3,2019,'','2013-10-09 15:13:05'),(7342,4,2019,'','2013-10-09 15:13:05'),(7343,5,2019,'','2013-10-09 15:13:05'),(7344,6,2019,'','2013-10-09 15:13:05'),(7345,1,2020,'3564431','2013-10-09 15:29:25'),(7346,2,2020,'','2013-10-09 15:29:25'),(7347,3,2020,'','2013-10-09 15:29:25'),(7348,4,2020,'OPD','2013-10-09 15:29:25'),(7349,5,2020,'','2013-10-09 15:29:25'),(7350,6,2020,'126.00','2013-10-09 15:29:25'),(7351,1,2022,'','2013-10-09 15:29:25'),(7352,2,2022,'','2013-10-09 15:29:25'),(7353,3,2022,'','2013-10-09 15:29:25'),(7354,4,2022,'','2013-10-09 15:29:25'),(7355,5,2022,'','2013-10-09 15:29:25'),(7356,6,2022,'','2013-10-09 15:29:25'),(7357,1,2023,'3564434','2013-10-09 15:33:08'),(7358,2,2023,'','2013-10-09 15:33:08'),(7359,3,2023,'','2013-10-09 15:33:08'),(7360,4,2023,'OPD','2013-10-09 15:33:08'),(7361,5,2023,'','2013-10-09 15:33:08'),(7362,6,2023,'33.00','2013-10-09 15:33:08'),(7363,1,2024,'3564440','2013-10-09 15:40:28'),(7364,2,2024,'586785','2013-10-09 15:40:28'),(7365,3,2024,'','2013-10-09 15:40:28'),(7366,4,2024,'OPD','2013-10-09 15:40:28'),(7367,5,2024,'','2013-10-09 15:40:28'),(7368,6,2024,'188.00','2013-10-09 15:40:28'),(7369,1,2026,'','2013-10-09 15:40:28'),(7370,2,2026,'','2013-10-09 15:40:28'),(7371,3,2026,'','2013-10-09 15:40:28'),(7372,4,2026,'','2013-10-09 15:40:28'),(7373,5,2026,'','2013-10-09 15:40:28'),(7374,6,2026,'','2013-10-09 15:40:28'),(7375,1,2029,'','2013-10-09 15:40:28'),(7376,2,2029,'','2013-10-09 15:40:28'),(7377,3,2029,'','2013-10-09 15:40:28'),(7378,4,2029,'','2013-10-09 15:40:28'),(7379,5,2029,'','2013-10-09 15:40:28'),(7380,6,2029,'','2013-10-09 15:40:28'),(7381,1,2030,'','2013-10-09 15:43:19'),(7382,2,2030,'','2013-10-09 15:43:19'),(7383,3,2030,'','2013-10-09 15:43:19'),(7384,4,2030,'','2013-10-09 15:43:19'),(7385,5,2030,'','2013-10-09 15:43:19'),(7386,6,2030,'','2013-10-09 15:43:19'),(7387,1,2031,'','2013-10-09 15:54:25'),(7388,2,2031,'581403','2013-10-09 15:54:25'),(7389,3,2031,'','2013-10-09 15:54:25'),(7390,4,2031,'','2013-10-09 15:54:25'),(7391,5,2031,'','2013-10-09 15:54:25'),(7392,6,2031,'','2013-10-09 15:54:25'),(7393,1,2032,'3564459','2013-10-09 16:02:59'),(7394,2,2032,'','2013-10-09 16:02:59'),(7395,3,2032,'','2013-10-09 16:02:59'),(7396,4,2032,'WARD','2013-10-09 16:02:59'),(7397,5,2032,'214600','2013-10-09 16:02:59'),(7398,6,2032,'180','2013-10-09 16:02:59'),(7399,1,2033,'','2013-10-09 16:07:58'),(7400,2,2033,'586562','2013-10-09 16:07:58'),(7401,3,2033,'','2013-10-09 16:07:58'),(7402,4,2033,'OPD','2013-10-09 16:07:58'),(7403,5,2033,'','2013-10-09 16:07:58'),(7404,6,2033,'','2013-10-09 16:07:58'),(7405,1,2034,'3564451','2013-10-09 16:11:59'),(7406,2,2034,'','2013-10-09 16:11:59'),(7407,3,2034,'','2013-10-09 16:11:59'),(7408,4,2034,'OPD','2013-10-09 16:11:59'),(7409,5,2034,'','2013-10-09 16:11:59'),(7410,6,2034,'169.00','2013-10-09 16:11:59'),(7411,1,2035,'3564462','2013-10-09 16:16:37'),(7412,2,2035,'','2013-10-09 16:16:37'),(7413,3,2035,'','2013-10-09 16:16:37'),(7414,4,2035,'OPD','2013-10-09 16:16:37'),(7415,5,2035,'','2013-10-09 16:16:37'),(7416,6,2035,'182.00','2013-10-09 16:16:37'),(7417,1,2037,'','2013-10-09 16:16:37'),(7418,2,2037,'','2013-10-09 16:16:37'),(7419,3,2037,'','2013-10-09 16:16:37'),(7420,4,2037,'','2013-10-09 16:16:37'),(7421,5,2037,'','2013-10-09 16:16:37'),(7422,6,2037,'','2013-10-09 16:16:37'),(7423,1,2040,'','2013-10-09 16:16:38'),(7424,2,2040,'','2013-10-09 16:16:38'),(7425,3,2040,'','2013-10-09 16:16:38'),(7426,4,2040,'','2013-10-09 16:16:38'),(7427,5,2040,'','2013-10-09 16:16:38'),(7428,6,2040,'','2013-10-09 16:16:38'),(7429,1,2041,'3564498','2013-10-09 16:47:04'),(7430,2,2041,'586800','2013-10-09 16:47:04'),(7431,3,2041,'','2013-10-09 16:47:04'),(7432,4,2041,'S/R','2013-10-09 16:47:04'),(7433,5,2041,'','2013-10-09 16:47:04'),(7434,6,2041,'50','2013-10-09 16:47:04'),(7435,1,2042,'3564503','2013-10-09 16:52:31'),(7436,2,2042,'','2013-10-09 16:52:31'),(7437,3,2042,'','2013-10-09 16:52:31'),(7438,4,2042,'OPD','2013-10-09 16:52:31'),(7439,5,2042,'','2013-10-09 16:52:31'),(7440,6,2042,'239.00','2013-10-09 16:52:31'),(7441,1,2044,'','2013-10-09 16:52:31'),(7442,2,2044,'','2013-10-09 16:52:31'),(7443,3,2044,'','2013-10-09 16:52:31'),(7444,4,2044,'','2013-10-09 16:52:31'),(7445,5,2044,'','2013-10-09 16:52:31'),(7446,6,2044,'','2013-10-09 16:52:31'),(7447,1,2047,'','2013-10-09 16:52:32'),(7448,2,2047,'','2013-10-09 16:52:32'),(7449,3,2047,'','2013-10-09 16:52:32'),(7450,4,2047,'','2013-10-09 16:52:32'),(7451,5,2047,'','2013-10-09 16:52:32'),(7452,6,2047,'','2013-10-09 16:52:32'),(7453,1,2048,'3564513','2013-10-09 16:55:57'),(7454,2,2048,'','2013-10-09 16:55:57'),(7455,3,2048,'','2013-10-09 16:55:57'),(7456,4,2048,'OPD','2013-10-09 16:55:57'),(7457,5,2048,'','2013-10-09 16:55:57'),(7458,6,2048,'37.00','2013-10-09 16:55:57'),(7459,1,2049,'3564524','2013-10-09 17:12:56'),(7460,2,2049,'','2013-10-09 17:12:56'),(7461,3,2049,'','2013-10-09 17:12:56'),(7462,4,2049,'OPD','2013-10-09 17:12:56'),(7463,5,2049,'','2013-10-09 17:12:56'),(7464,6,2049,'35.00','2013-10-09 17:12:56'),(7465,1,2051,'','2013-10-09 17:12:56'),(7466,2,2051,'','2013-10-09 17:12:56'),(7467,3,2051,'','2013-10-09 17:12:56'),(7468,4,2051,'','2013-10-09 17:12:56'),(7469,5,2051,'','2013-10-09 17:12:56'),(7470,6,2051,'','2013-10-09 17:12:56'),(7471,1,2052,'3564574','2013-10-09 18:03:51'),(7472,2,2052,'','2013-10-09 18:03:51'),(7473,3,2052,'','2013-10-09 18:03:51'),(7474,4,2052,'OPD','2013-10-09 18:03:51'),(7475,5,2052,'','2013-10-09 18:03:51'),(7476,6,2052,'73.40','2013-10-09 18:03:51'),(7477,1,2054,'','2013-10-09 18:03:51'),(7478,2,2054,'','2013-10-09 18:03:51'),(7479,3,2054,'','2013-10-09 18:03:51'),(7480,4,2054,'','2013-10-09 18:03:51'),(7481,5,2054,'','2013-10-09 18:03:51'),(7482,6,2054,'','2013-10-09 18:03:51'),(7483,1,2055,'3564594','2013-10-09 18:21:46'),(7484,2,2055,'','2013-10-09 18:21:46'),(7485,3,2055,'','2013-10-09 18:21:46'),(7486,4,2055,'OPD','2013-10-09 18:21:46'),(7487,5,2055,'','2013-10-09 18:21:46'),(7488,6,2055,'149.00','2013-10-09 18:21:46'),(7489,1,2057,'','2013-10-09 18:21:46'),(7490,2,2057,'','2013-10-09 18:21:46'),(7491,3,2057,'','2013-10-09 18:21:46'),(7492,4,2057,'','2013-10-09 18:21:46'),(7493,5,2057,'','2013-10-09 18:21:46'),(7494,6,2057,'','2013-10-09 18:21:46'),(7495,1,2058,'3564600','2013-10-09 18:28:14'),(7496,2,2058,'','2013-10-09 18:28:14'),(7497,3,2058,'','2013-10-09 18:28:14'),(7498,4,2058,'OPD','2013-10-09 18:28:14'),(7499,5,2058,'','2013-10-09 18:28:14'),(7500,6,2058,'19','2013-10-09 18:28:14'),(7501,1,2059,'3564608','2013-10-09 18:44:24'),(7502,2,2059,'586818','2013-10-09 18:44:24'),(7503,3,2059,'','2013-10-09 18:44:24'),(7504,4,2059,'OPD','2013-10-09 18:44:24'),(7505,5,2059,'','2013-10-09 18:44:24'),(7506,6,2059,'80.00','2013-10-09 18:44:24'),(7507,1,2061,'','2013-10-09 18:44:25'),(7508,2,2061,'','2013-10-09 18:44:25'),(7509,3,2061,'','2013-10-09 18:44:25'),(7510,4,2061,'','2013-10-09 18:44:25'),(7511,5,2061,'','2013-10-09 18:44:25'),(7512,6,2061,'','2013-10-09 18:44:25'),(7513,1,2064,'','2013-10-09 18:44:25'),(7514,2,2064,'','2013-10-09 18:44:25'),(7515,3,2064,'','2013-10-09 18:44:25'),(7516,4,2064,'','2013-10-09 18:44:25'),(7517,5,2064,'','2013-10-09 18:44:25'),(7518,6,2064,'','2013-10-09 18:44:25'),(7519,1,2065,'3564615','2013-10-09 18:45:46'),(7520,2,2065,'','2013-10-09 18:45:46'),(7521,3,2065,'','2013-10-09 18:45:46'),(7522,4,2065,'','2013-10-09 18:45:46'),(7523,5,2065,'','2013-10-09 18:45:46'),(7524,6,2065,'27.00','2013-10-09 18:45:46'),(7525,1,2066,'3564632','2013-10-09 18:55:06'),(7526,2,2066,'','2013-10-09 18:55:06'),(7527,3,2066,'','2013-10-09 18:55:06'),(7528,4,2066,'OPD','2013-10-09 18:55:06'),(7529,5,2066,'','2013-10-09 18:55:06'),(7530,6,2066,'60.40','2013-10-09 18:55:06'),(7531,1,2067,'3564607','2013-10-09 18:59:36'),(7532,2,2067,'','2013-10-09 18:59:36'),(7533,3,2067,'','2013-10-09 18:59:36'),(7534,4,2067,'OPD','2013-10-09 18:59:36'),(7535,5,2067,'','2013-10-09 18:59:36'),(7536,6,2067,'76.00','2013-10-09 18:59:36'),(7537,1,2068,'3564644','2013-10-09 19:04:44'),(7538,2,2068,'','2013-10-09 19:04:44'),(7539,3,2068,'','2013-10-09 19:04:44'),(7540,4,2068,'OPD','2013-10-09 19:04:44'),(7541,5,2068,'','2013-10-09 19:04:44'),(7542,6,2068,'43.00','2013-10-09 19:04:44'),(7543,1,2069,'3564651','2013-10-09 19:08:23'),(7544,2,2069,'','2013-10-09 19:08:23'),(7545,3,2069,'','2013-10-09 19:08:23'),(7546,4,2069,'OPD','2013-10-09 19:08:23'),(7547,5,2069,'','2013-10-09 19:08:23'),(7548,6,2069,'40.00','2013-10-09 19:08:23'),(7549,1,2070,'3564654','2013-10-09 19:15:03'),(7550,2,2070,'','2013-10-09 19:15:03'),(7551,3,2070,'','2013-10-09 19:15:03'),(7552,4,2070,'WARD','2013-10-09 19:15:03'),(7553,5,2070,'B4','2013-10-09 19:15:03'),(7554,6,2070,'40.00','2013-10-09 19:15:03'),(7555,1,2071,'3564676','2013-10-09 19:29:47'),(7556,2,2071,'586826','2013-10-09 19:29:47'),(7557,3,2071,'','2013-10-09 19:29:47'),(7558,4,2071,'OPD','2013-10-09 19:29:47'),(7559,5,2071,'','2013-10-09 19:29:47'),(7560,6,2071,'35.00','2013-10-09 19:29:47'),(7561,1,2072,'3564682','2013-10-09 19:34:43'),(7562,2,2072,'586626','2013-10-09 19:34:43'),(7563,3,2072,'','2013-10-09 19:34:43'),(7564,4,2072,'OPD','2013-10-09 19:34:43'),(7565,5,2072,'','2013-10-09 19:34:43'),(7566,6,2072,'75.00','2013-10-09 19:34:43'),(7567,1,2073,'3564687','2013-10-09 19:48:40'),(7568,2,2073,'','2013-10-09 19:48:40'),(7569,3,2073,'','2013-10-09 19:48:40'),(7570,4,2073,'OPD','2013-10-09 19:48:40'),(7571,5,2073,'','2013-10-09 19:48:40'),(7572,6,2073,'89.00','2013-10-09 19:48:40'),(7573,1,2075,'','2013-10-09 19:48:40'),(7574,2,2075,'','2013-10-09 19:48:40'),(7575,3,2075,'','2013-10-09 19:48:40'),(7576,4,2075,'','2013-10-09 19:48:40'),(7577,5,2075,'','2013-10-09 19:48:40'),(7578,6,2075,'','2013-10-09 19:48:40'),(7579,1,2078,'','2013-10-09 19:48:40'),(7580,2,2078,'','2013-10-09 19:48:40'),(7581,3,2078,'','2013-10-09 19:48:40'),(7582,4,2078,'','2013-10-09 19:48:40'),(7583,5,2078,'','2013-10-09 19:48:40'),(7584,6,2078,'','2013-10-09 19:48:40'),(7585,1,2079,'3564694','2013-10-09 20:44:38'),(7586,2,2079,'','2013-10-09 20:44:38'),(7587,3,2079,'','2013-10-09 20:44:38'),(7588,4,2079,'OPD','2013-10-09 20:44:38'),(7589,5,2079,'','2013-10-09 20:44:38'),(7590,6,2079,'','2013-10-09 20:44:38'),(7591,1,2080,'','2013-10-09 21:08:10'),(7592,2,2080,'','2013-10-09 21:08:10'),(7593,3,2080,'','2013-10-09 21:08:10'),(7594,4,2080,'OPD','2013-10-09 21:08:10'),(7595,5,2080,'','2013-10-09 21:08:10'),(7596,6,2080,'','2013-10-09 21:08:10'),(7597,1,2081,'','2013-10-09 21:24:58'),(7598,2,2081,'','2013-10-09 21:24:58'),(7599,3,2081,'','2013-10-09 21:24:58'),(7600,4,2081,'OPD','2013-10-09 21:24:58'),(7601,5,2081,'','2013-10-09 21:24:58'),(7602,6,2081,'','2013-10-09 21:24:58'),(7603,1,2082,'','2013-10-09 21:35:17'),(7604,2,2082,'','2013-10-09 21:35:17'),(7605,3,2082,'','2013-10-09 21:35:17'),(7606,4,2082,'OPD','2013-10-09 21:35:17'),(7607,5,2082,'','2013-10-09 21:35:17'),(7608,6,2082,'','2013-10-09 21:35:17'),(7609,1,2083,'','2013-10-09 21:51:05'),(7610,2,2083,'','2013-10-09 21:51:05'),(7611,3,2083,'','2013-10-09 21:51:05'),(7612,4,2083,'OPD','2013-10-09 21:51:05'),(7613,5,2083,'','2013-10-09 21:51:05'),(7614,6,2083,'92.00','2013-10-09 21:51:05'),(7615,1,2084,'','2013-10-09 22:03:25'),(7616,2,2084,'','2013-10-09 22:03:25'),(7617,3,2084,'','2013-10-09 22:03:25'),(7618,4,2084,'OPD','2013-10-09 22:03:25'),(7619,5,2084,'','2013-10-09 22:03:25'),(7620,6,2084,'','2013-10-09 22:03:25'),(7621,1,2085,'','2013-10-09 22:10:30'),(7622,2,2085,'','2013-10-09 22:10:30'),(7623,3,2085,'','2013-10-09 22:10:30'),(7624,4,2085,'OPD','2013-10-09 22:10:30'),(7625,5,2085,'','2013-10-09 22:10:30'),(7626,6,2085,'92.00','2013-10-09 22:10:30'),(7627,1,2086,'','2013-10-09 22:17:44'),(7628,2,2086,'','2013-10-09 22:17:44'),(7629,3,2086,'','2013-10-09 22:17:44'),(7630,4,2086,'OPD','2013-10-09 22:17:44'),(7631,5,2086,'','2013-10-09 22:17:44'),(7632,6,2086,'','2013-10-09 22:17:44'),(7633,1,2087,'','2013-10-09 22:22:16'),(7634,2,2087,'','2013-10-09 22:22:16'),(7635,3,2087,'','2013-10-09 22:22:16'),(7636,4,2087,'OPD','2013-10-09 22:22:16'),(7637,5,2087,'','2013-10-09 22:22:16'),(7638,6,2087,'','2013-10-09 22:22:16'),(7639,1,2088,'3564726','2013-10-09 22:55:40'),(7640,2,2088,'','2013-10-09 22:55:40'),(7641,3,2088,'','2013-10-09 22:55:40'),(7642,4,2088,'OPD','2013-10-09 22:55:40'),(7643,5,2088,'','2013-10-09 22:55:40'),(7644,6,2088,'','2013-10-09 22:55:40'),(7645,1,2089,'3564730','2013-10-10 00:40:21'),(7646,2,2089,'','2013-10-10 00:40:21'),(7647,3,2089,'','2013-10-10 00:40:21'),(7648,4,2089,'OPD','2013-10-10 00:40:21'),(7649,5,2089,'','2013-10-10 00:40:21'),(7650,6,2089,'55.00','2013-10-10 00:40:21'),(7651,1,2091,'','2013-10-10 00:40:21'),(7652,2,2091,'','2013-10-10 00:40:21'),(7653,3,2091,'','2013-10-10 00:40:21'),(7654,4,2091,'','2013-10-10 00:40:21'),(7655,5,2091,'','2013-10-10 00:40:21'),(7656,6,2091,'','2013-10-10 00:40:21'),(7657,1,2092,'','2013-10-10 01:00:18'),(7658,2,2092,'','2013-10-10 01:00:18'),(7659,3,2092,'','2013-10-10 01:00:18'),(7660,4,2092,'OPD','2013-10-10 01:00:18'),(7661,5,2092,'','2013-10-10 01:00:18'),(7662,6,2092,'','2013-10-10 01:00:18'),(7663,1,2093,'','2013-10-10 01:10:34'),(7664,2,2093,'','2013-10-10 01:10:34'),(7665,3,2093,'','2013-10-10 01:10:34'),(7666,4,2093,'','2013-10-10 01:10:34'),(7667,5,2093,'','2013-10-10 01:10:34'),(7668,6,2093,'','2013-10-10 01:10:34'),(7669,1,2094,'','2013-10-10 01:15:25'),(7670,2,2094,'','2013-10-10 01:15:25'),(7671,3,2094,'','2013-10-10 01:15:25'),(7672,4,2094,'OPD','2013-10-10 01:15:25'),(7673,5,2094,'','2013-10-10 01:15:25'),(7674,6,2094,'','2013-10-10 01:15:25'),(7675,1,2095,'','2013-10-10 01:22:32'),(7676,2,2095,'','2013-10-10 01:22:32'),(7677,3,2095,'','2013-10-10 01:22:32'),(7678,4,2095,'WARD','2013-10-10 01:22:32'),(7679,5,2095,'','2013-10-10 01:22:32'),(7680,6,2095,'','2013-10-10 01:22:32'),(7681,1,2096,'','2013-10-10 01:26:39'),(7682,2,2096,'','2013-10-10 01:26:39'),(7683,3,2096,'','2013-10-10 01:26:39'),(7684,4,2096,'','2013-10-10 01:26:39'),(7685,5,2096,'','2013-10-10 01:26:39'),(7686,6,2096,'','2013-10-10 01:26:39'),(7687,1,2097,'','2013-10-10 01:32:10'),(7688,2,2097,'','2013-10-10 01:32:10'),(7689,3,2097,'','2013-10-10 01:32:10'),(7690,4,2097,'','2013-10-10 01:32:10'),(7691,5,2097,'','2013-10-10 01:32:10'),(7692,6,2097,'','2013-10-10 01:32:10'),(7693,1,2098,'3564749','2013-10-10 06:57:06'),(7694,2,2098,'586861','2013-10-10 06:57:06'),(7695,3,2098,'','2013-10-10 06:57:06'),(7696,4,2098,'','2013-10-10 06:57:06'),(7697,5,2098,'','2013-10-10 06:57:06'),(7698,6,2098,'99.00','2013-10-10 06:57:06'),(7699,1,2100,'','2013-10-10 06:57:06'),(7700,2,2100,'','2013-10-10 06:57:06'),(7701,3,2100,'','2013-10-10 06:57:06'),(7702,4,2100,'','2013-10-10 06:57:06'),(7703,5,2100,'','2013-10-10 06:57:06'),(7704,6,2100,'','2013-10-10 06:57:06'),(7705,1,2103,'','2013-10-10 06:57:07'),(7706,2,2103,'','2013-10-10 06:57:07'),(7707,3,2103,'','2013-10-10 06:57:07'),(7708,4,2103,'','2013-10-10 06:57:07'),(7709,5,2103,'','2013-10-10 06:57:07'),(7710,6,2103,'','2013-10-10 06:57:07'),(7711,1,2104,'3555808','2013-10-10 07:03:03'),(7712,2,2104,'','2013-10-10 07:03:03'),(7713,3,2104,'','2013-10-10 07:03:03'),(7714,4,2104,'OPD','2013-10-10 07:03:03'),(7715,5,2104,'','2013-10-10 07:03:03'),(7716,6,2104,'','2013-10-10 07:03:03'),(7717,1,2105,'','2013-10-10 07:11:48'),(7718,2,2105,'','2013-10-10 07:11:48'),(7719,3,2105,'','2013-10-10 07:11:48'),(7720,4,2105,'OPD','2013-10-10 07:11:48'),(7721,5,2105,'','2013-10-10 07:11:48'),(7722,6,2105,'','2013-10-10 07:11:48'),(7723,1,2106,'3564778','2013-10-10 07:33:31'),(7724,2,2106,'586869','2013-10-10 07:33:31'),(7725,3,2106,'','2013-10-10 07:33:31'),(7726,4,2106,'','2013-10-10 07:33:31'),(7727,5,2106,'','2013-10-10 07:33:31'),(7728,6,2106,'11.00','2013-10-10 07:33:31'),(7729,1,2107,'3564523','2013-10-10 08:01:36'),(7730,2,2107,'','2013-10-10 08:01:36'),(7731,3,2107,'','2013-10-10 08:01:36'),(7732,4,2107,'OPD','2013-10-10 08:01:36'),(7733,5,2107,'','2013-10-10 08:01:36'),(7734,6,2107,'47.00','2013-10-10 08:01:36'),(7735,1,2109,'','2013-10-10 08:01:36'),(7736,2,2109,'','2013-10-10 08:01:36'),(7737,3,2109,'','2013-10-10 08:01:36'),(7738,4,2109,'','2013-10-10 08:01:36'),(7739,5,2109,'','2013-10-10 08:01:36'),(7740,6,2109,'','2013-10-10 08:01:36'),(7741,1,2112,'','2013-10-10 08:01:37'),(7742,2,2112,'','2013-10-10 08:01:37'),(7743,3,2112,'','2013-10-10 08:01:37'),(7744,4,2112,'','2013-10-10 08:01:37'),(7745,5,2112,'','2013-10-10 08:01:37'),(7746,6,2112,'','2013-10-10 08:01:37'),(7747,1,2113,'','2013-10-10 08:03:43'),(7748,2,2113,'','2013-10-10 08:03:43'),(7749,3,2113,'','2013-10-10 08:03:43'),(7750,4,2113,'OPD','2013-10-10 08:03:43'),(7751,5,2113,'','2013-10-10 08:03:43'),(7752,6,2113,'','2013-10-10 08:03:43'),(7753,1,2114,'3564035','2013-10-10 08:04:10'),(7754,2,2114,'586659','2013-10-10 08:04:10'),(7755,3,2114,'','2013-10-10 08:04:10'),(7756,4,2114,'','2013-10-10 08:04:10'),(7757,5,2114,'','2013-10-10 08:04:10'),(7758,6,2114,'','2013-10-10 08:04:10'),(7759,1,2116,'','2013-10-10 08:04:11'),(7760,2,2116,'','2013-10-10 08:04:11'),(7761,3,2116,'','2013-10-10 08:04:11'),(7762,4,2116,'','2013-10-10 08:04:11'),(7763,5,2116,'','2013-10-10 08:04:11'),(7764,6,2116,'','2013-10-10 08:04:11'),(7765,1,2119,'','2013-10-10 08:04:11'),(7766,2,2119,'','2013-10-10 08:04:11'),(7767,3,2119,'','2013-10-10 08:04:11'),(7768,4,2119,'','2013-10-10 08:04:11'),(7769,5,2119,'','2013-10-10 08:04:11'),(7770,6,2119,'','2013-10-10 08:04:11'),(7771,1,2120,'','2013-10-10 08:07:08'),(7772,2,2120,'','2013-10-10 08:07:08'),(7773,3,2120,'','2013-10-10 08:07:08'),(7774,4,2120,'','2013-10-10 08:07:08'),(7775,5,2120,'','2013-10-10 08:07:08'),(7776,6,2120,'','2013-10-10 08:07:08'),(7777,1,2121,'','2013-10-10 08:11:49'),(7778,2,2121,'','2013-10-10 08:11:49'),(7779,3,2121,'','2013-10-10 08:11:49'),(7780,4,2121,'','2013-10-10 08:11:49'),(7781,5,2121,'','2013-10-10 08:11:49'),(7782,6,2121,'','2013-10-10 08:11:49'),(7783,1,2122,'3564280','2013-10-10 08:12:27'),(7784,2,2122,'','2013-10-10 08:12:27'),(7785,3,2122,'','2013-10-10 08:12:27'),(7786,4,2122,'OPD','2013-10-10 08:12:27'),(7787,5,2122,'','2013-10-10 08:12:27'),(7788,6,2122,'183.00','2013-10-10 08:12:27'),(7789,1,2124,'','2013-10-10 08:12:27'),(7790,2,2124,'','2013-10-10 08:12:27'),(7791,3,2124,'','2013-10-10 08:12:27'),(7792,4,2124,'','2013-10-10 08:12:27'),(7793,5,2124,'','2013-10-10 08:12:27'),(7794,6,2124,'','2013-10-10 08:12:27'),(7795,1,2127,'','2013-10-10 08:12:27'),(7796,2,2127,'','2013-10-10 08:12:27'),(7797,3,2127,'','2013-10-10 08:12:27'),(7798,4,2127,'','2013-10-10 08:12:27'),(7799,5,2127,'','2013-10-10 08:12:27'),(7800,6,2127,'','2013-10-10 08:12:27'),(7801,1,2128,'','2013-10-10 08:25:44'),(7802,2,2128,'','2013-10-10 08:25:44'),(7803,3,2128,'','2013-10-10 08:25:44'),(7804,4,2128,'OPD','2013-10-10 08:25:44'),(7805,5,2128,'','2013-10-10 08:25:44'),(7806,6,2128,'','2013-10-10 08:25:44'),(7807,1,2130,'','2013-10-10 08:25:44'),(7808,2,2130,'','2013-10-10 08:25:44'),(7809,3,2130,'','2013-10-10 08:25:44'),(7810,4,2130,'OPD','2013-10-10 08:25:44'),(7811,5,2130,'','2013-10-10 08:25:44'),(7812,6,2130,'','2013-10-10 08:25:44'),(7813,1,2133,'','2013-10-10 08:25:44'),(7814,2,2133,'','2013-10-10 08:25:44'),(7815,3,2133,'','2013-10-10 08:25:44'),(7816,4,2133,'','2013-10-10 08:25:44'),(7817,5,2133,'','2013-10-10 08:25:44'),(7818,6,2133,'','2013-10-10 08:25:44'),(7819,1,2137,'','2013-10-10 08:25:44'),(7820,2,2137,'','2013-10-10 08:25:44'),(7821,3,2137,'','2013-10-10 08:25:45'),(7822,4,2137,'','2013-10-10 08:25:45'),(7823,5,2137,'','2013-10-10 08:25:45'),(7824,6,2137,'','2013-10-10 08:25:45'),(7825,1,2142,'','2013-10-10 08:25:45'),(7826,2,2142,'','2013-10-10 08:25:45'),(7827,3,2142,'','2013-10-10 08:25:45'),(7828,4,2142,'','2013-10-10 08:25:45'),(7829,5,2142,'','2013-10-10 08:25:45'),(7830,6,2142,'','2013-10-10 08:25:45'),(7831,1,2143,'','2013-10-10 08:32:10'),(7832,2,2143,'','2013-10-10 08:32:10'),(7833,3,2143,'','2013-10-10 08:32:10'),(7834,4,2143,'OPD','2013-10-10 08:32:10'),(7835,5,2143,'','2013-10-10 08:32:10'),(7836,6,2143,'','2013-10-10 08:32:10'),(7837,1,2145,'','2013-10-10 08:32:10'),(7838,2,2145,'','2013-10-10 08:32:10'),(7839,3,2145,'','2013-10-10 08:32:10'),(7840,4,2145,'','2013-10-10 08:32:10'),(7841,5,2145,'','2013-10-10 08:32:10'),(7842,6,2145,'','2013-10-10 08:32:10'),(7843,1,2148,'','2013-10-10 08:32:10'),(7844,2,2148,'','2013-10-10 08:32:10'),(7845,3,2148,'','2013-10-10 08:32:10'),(7846,4,2148,'','2013-10-10 08:32:10'),(7847,5,2148,'','2013-10-10 08:32:10'),(7848,6,2148,'','2013-10-10 08:32:10'),(7849,1,2152,'','2013-10-10 08:32:11'),(7850,2,2152,'','2013-10-10 08:32:11'),(7851,3,2152,'','2013-10-10 08:32:11'),(7852,4,2152,'','2013-10-10 08:32:11'),(7853,5,2152,'','2013-10-10 08:32:11'),(7854,6,2152,'','2013-10-10 08:32:11'),(7855,1,2157,'','2013-10-10 08:32:11'),(7856,2,2157,'','2013-10-10 08:32:11'),(7857,3,2157,'','2013-10-10 08:32:11'),(7858,4,2157,'','2013-10-10 08:32:11'),(7859,5,2157,'','2013-10-10 08:32:11'),(7860,6,2157,'','2013-10-10 08:32:11'),(7861,1,2158,'3564310','2013-10-10 08:37:07'),(7862,2,2158,'','2013-10-10 08:37:07'),(7863,3,2158,'','2013-10-10 08:37:07'),(7864,4,2158,'OPD','2013-10-10 08:37:07'),(7865,5,2158,'','2013-10-10 08:37:07'),(7866,6,2158,'158','2013-10-10 08:37:07'),(7867,1,2160,'','2013-10-10 08:37:07'),(7868,2,2160,'','2013-10-10 08:37:07'),(7869,3,2160,'','2013-10-10 08:37:07'),(7870,4,2160,'','2013-10-10 08:37:07'),(7871,5,2160,'','2013-10-10 08:37:07'),(7872,6,2160,'','2013-10-10 08:37:07'),(7873,1,2163,'','2013-10-10 08:37:08'),(7874,2,2163,'','2013-10-10 08:37:08'),(7875,3,2163,'','2013-10-10 08:37:08'),(7876,4,2163,'','2013-10-10 08:37:08'),(7877,5,2163,'','2013-10-10 08:37:08'),(7878,6,2163,'','2013-10-10 08:37:08'),(7879,1,2164,'35664795','2013-10-10 08:40:16'),(7880,2,2164,'','2013-10-10 08:40:16'),(7881,3,2164,'','2013-10-10 08:40:16'),(7882,4,2164,'OPD','2013-10-10 08:40:16'),(7883,5,2164,'','2013-10-10 08:40:16'),(7884,6,2164,'162','2013-10-10 08:40:16'),(7885,1,2166,'','2013-10-10 08:40:16'),(7886,2,2166,'','2013-10-10 08:40:16'),(7887,3,2166,'','2013-10-10 08:40:16'),(7888,4,2166,'','2013-10-10 08:40:16'),(7889,5,2166,'','2013-10-10 08:40:16'),(7890,6,2166,'','2013-10-10 08:40:16'),(7891,1,2167,'3564793','2013-10-10 08:42:24'),(7892,2,2167,'','2013-10-10 08:42:24'),(7893,3,2167,'','2013-10-10 08:42:24'),(7894,4,2167,'OPD','2013-10-10 08:42:24'),(7895,5,2167,'','2013-10-10 08:42:24'),(7896,6,2167,'94.00','2013-10-10 08:42:24'),(7897,1,2169,'','2013-10-10 08:42:24'),(7898,2,2169,'','2013-10-10 08:42:24'),(7899,3,2169,'','2013-10-10 08:42:25'),(7900,4,2169,'','2013-10-10 08:42:25'),(7901,5,2169,'','2013-10-10 08:42:25'),(7902,6,2169,'','2013-10-10 08:42:25'),(7903,1,2170,'3564800','2013-10-10 08:44:20'),(7904,2,2170,'','2013-10-10 08:44:20'),(7905,3,2170,'','2013-10-10 08:44:20'),(7906,4,2170,'','2013-10-10 08:44:20'),(7907,5,2170,'214471','2013-10-10 08:44:20'),(7908,6,2170,'46.00','2013-10-10 08:44:20'),(7909,1,2172,'','2013-10-10 08:44:20'),(7910,2,2172,'','2013-10-10 08:44:20'),(7911,3,2172,'','2013-10-10 08:44:20'),(7912,4,2172,'','2013-10-10 08:44:20'),(7913,5,2172,'','2013-10-10 08:44:20'),(7914,6,2172,'','2013-10-10 08:44:20'),(7915,1,2173,'3564805','2013-10-10 08:46:06'),(7916,2,2173,'','2013-10-10 08:46:06'),(7917,3,2173,'','2013-10-10 08:46:06'),(7918,4,2173,'OPD','2013-10-10 08:46:06'),(7919,5,2173,'','2013-10-10 08:46:06'),(7920,6,2173,'37.00','2013-10-10 08:46:06'),(7921,1,2174,'3563830','2013-10-10 08:49:31'),(7922,2,2174,'586615','2013-10-10 08:49:31'),(7923,3,2174,'','2013-10-10 08:49:31'),(7924,4,2174,'OPD','2013-10-10 08:49:31'),(7925,5,2174,'','2013-10-10 08:49:31'),(7926,6,2174,'90.00','2013-10-10 08:49:31'),(7927,1,2175,'3564812','2013-10-10 08:53:42'),(7928,2,2175,'','2013-10-10 08:53:42'),(7929,3,2175,'','2013-10-10 08:53:42'),(7930,4,2175,'OPD','2013-10-10 08:53:42'),(7931,5,2175,'','2013-10-10 08:53:42'),(7932,6,2175,'34.00','2013-10-10 08:53:42'),(7933,1,2177,'','2013-10-10 08:53:43'),(7934,2,2177,'','2013-10-10 08:53:43'),(7935,3,2177,'','2013-10-10 08:53:43'),(7936,4,2177,'','2013-10-10 08:53:43'),(7937,5,2177,'','2013-10-10 08:53:43'),(7938,6,2177,'','2013-10-10 08:53:43'),(7939,1,2178,'3564813','2013-10-10 08:57:00'),(7940,2,2178,'','2013-10-10 08:57:00'),(7941,3,2178,'','2013-10-10 08:57:00'),(7942,4,2178,'OPD','2013-10-10 08:57:00'),(7943,5,2178,'','2013-10-10 08:57:00'),(7944,6,2178,'37.00','2013-10-10 08:57:00'),(7945,1,2179,'3564391','2013-10-10 09:09:36'),(7946,2,2179,'586770','2013-10-10 09:09:36'),(7947,3,2179,'','2013-10-10 09:09:36'),(7948,4,2179,'OPD','2013-10-10 09:09:36'),(7949,5,2179,'','2013-10-10 09:09:36'),(7950,6,2179,'93.00','2013-10-10 09:09:36'),(7951,1,2181,'','2013-10-10 09:09:36'),(7952,2,2181,'','2013-10-10 09:09:36'),(7953,3,2181,'','2013-10-10 09:09:36'),(7954,4,2181,'','2013-10-10 09:09:36'),(7955,5,2181,'','2013-10-10 09:09:36'),(7956,6,2181,'','2013-10-10 09:09:36'),(7957,1,2182,'3564307','2013-10-10 09:12:42'),(7958,2,2182,'586881','2013-10-10 09:12:42'),(7959,3,2182,'','2013-10-10 09:12:42'),(7960,4,2182,'OPD','2013-10-10 09:12:42'),(7961,5,2182,'','2013-10-10 09:12:42'),(7962,6,2182,'101','2013-10-10 09:12:42'),(7963,1,2184,'','2013-10-10 09:12:42'),(7964,2,2184,'','2013-10-10 09:12:42'),(7965,3,2184,'','2013-10-10 09:12:42'),(7966,4,2184,'','2013-10-10 09:12:42'),(7967,5,2184,'','2013-10-10 09:12:42'),(7968,6,2184,'','2013-10-10 09:12:42'),(7969,1,2185,'3564816','2013-10-10 09:18:27'),(7970,2,2185,'586882','2013-10-10 09:18:27'),(7971,3,2185,'','2013-10-10 09:18:27'),(7972,4,2185,'OPD','2013-10-10 09:18:27'),(7973,5,2185,'','2013-10-10 09:18:27'),(7974,6,2185,'121.00','2013-10-10 09:18:27'),(7975,1,2187,'','2013-10-10 09:18:28'),(7976,2,2187,'','2013-10-10 09:18:28'),(7977,3,2187,'','2013-10-10 09:18:28'),(7978,4,2187,'','2013-10-10 09:18:28'),(7979,5,2187,'','2013-10-10 09:18:28'),(7980,6,2187,'','2013-10-10 09:18:28'),(7981,1,2190,'','2013-10-10 09:18:28'),(7982,2,2190,'','2013-10-10 09:18:28'),(7983,3,2190,'','2013-10-10 09:18:28'),(7984,4,2190,'','2013-10-10 09:18:28'),(7985,5,2190,'','2013-10-10 09:18:28'),(7986,6,2190,'','2013-10-10 09:18:28'),(7987,1,2191,'','2013-10-10 09:23:36'),(7988,2,2191,'','2013-10-10 09:23:36'),(7989,3,2191,'','2013-10-10 09:23:36'),(7990,4,2191,'OPD','2013-10-10 09:23:36'),(7991,5,2191,'','2013-10-10 09:23:36'),(7992,6,2191,'','2013-10-10 09:23:36'),(7993,1,2193,'','2013-10-10 09:23:36'),(7994,2,2193,'','2013-10-10 09:23:36'),(7995,3,2193,'','2013-10-10 09:23:36'),(7996,4,2193,'','2013-10-10 09:23:36'),(7997,5,2193,'','2013-10-10 09:23:36'),(7998,6,2193,'','2013-10-10 09:23:36'),(7999,1,2196,'','2013-10-10 09:23:36'),(8000,2,2196,'','2013-10-10 09:23:36'),(8001,3,2196,'','2013-10-10 09:23:36'),(8002,4,2196,'','2013-10-10 09:23:36'),(8003,5,2196,'','2013-10-10 09:23:36'),(8004,6,2196,'','2013-10-10 09:23:36'),(8005,1,2200,'','2013-10-10 09:23:37'),(8006,2,2200,'','2013-10-10 09:23:37'),(8007,3,2200,'','2013-10-10 09:23:37'),(8008,4,2200,'','2013-10-10 09:23:37'),(8009,5,2200,'','2013-10-10 09:23:37'),(8010,6,2200,'','2013-10-10 09:23:37'),(8011,1,2205,'','2013-10-10 09:23:37'),(8012,2,2205,'','2013-10-10 09:23:37'),(8013,3,2205,'','2013-10-10 09:23:37'),(8014,4,2205,'','2013-10-10 09:23:37'),(8015,5,2205,'','2013-10-10 09:23:37'),(8016,6,2205,'','2013-10-10 09:23:37'),(8017,1,2206,'3564821','2013-10-10 09:27:51'),(8018,2,2206,'586883','2013-10-10 09:27:51'),(8019,3,2206,'','2013-10-10 09:27:51'),(8020,4,2206,'OPD','2013-10-10 09:27:51'),(8021,5,2206,'','2013-10-10 09:27:51'),(8022,6,2206,'11.00','2013-10-10 09:27:51'),(8023,1,2207,'3560578','2013-10-10 09:31:35'),(8024,2,2207,'','2013-10-10 09:31:35'),(8025,3,2207,'','2013-10-10 09:31:35'),(8026,4,2207,'OPD','2013-10-10 09:31:35'),(8027,5,2207,'','2013-10-10 09:31:35'),(8028,6,2207,'22.00','2013-10-10 09:31:35'),(8029,1,2208,'','2013-10-10 09:31:53'),(8030,2,2208,'','2013-10-10 09:31:53'),(8031,3,2208,'','2013-10-10 09:31:54'),(8032,4,2208,'','2013-10-10 09:31:54'),(8033,5,2208,'','2013-10-10 09:31:54'),(8034,6,2208,'','2013-10-10 09:31:54'),(8035,1,2209,'3564827','2013-10-10 09:36:13'),(8036,2,2209,'','2013-10-10 09:36:13'),(8037,3,2209,'','2013-10-10 09:36:13'),(8038,4,2209,'OPD','2013-10-10 09:36:13'),(8039,5,2209,'','2013-10-10 09:36:13'),(8040,6,2209,'94.00','2013-10-10 09:36:13'),(8041,1,2211,'','2013-10-10 09:36:16'),(8042,2,2211,'','2013-10-10 09:36:16'),(8043,3,2211,'','2013-10-10 09:36:16'),(8044,4,2211,'','2013-10-10 09:36:16'),(8045,5,2211,'','2013-10-10 09:36:16'),(8046,6,2211,'','2013-10-10 09:36:16'),(8047,1,2212,'3564831','2013-10-10 09:40:18'),(8048,2,2212,'','2013-10-10 09:40:18'),(8049,3,2212,'','2013-10-10 09:40:18'),(8050,4,2212,'OPD','2013-10-10 09:40:18'),(8051,5,2212,'','2013-10-10 09:40:18'),(8052,6,2212,'81.00','2013-10-10 09:40:18'),(8053,1,2213,'3564848','2013-10-10 09:44:32'),(8054,2,2213,'','2013-10-10 09:44:32'),(8055,3,2213,'','2013-10-10 09:44:32'),(8056,4,2213,'OPD','2013-10-10 09:44:32'),(8057,5,2213,'','2013-10-10 09:44:32'),(8058,6,2213,'69.00','2013-10-10 09:44:32'),(8059,1,2215,'','2013-10-10 09:44:33'),(8060,2,2215,'','2013-10-10 09:44:33'),(8061,3,2215,'','2013-10-10 09:44:33'),(8062,4,2215,'','2013-10-10 09:44:33'),(8063,5,2215,'','2013-10-10 09:44:33'),(8064,6,2215,'','2013-10-10 09:44:33'),(8065,1,2218,'','2013-10-10 09:44:33'),(8066,2,2218,'','2013-10-10 09:44:33'),(8067,3,2218,'','2013-10-10 09:44:33'),(8068,4,2218,'','2013-10-10 09:44:33'),(8069,5,2218,'','2013-10-10 09:44:33'),(8070,6,2218,'','2013-10-10 09:44:33'),(8071,1,2219,'3564858','2013-10-10 09:48:28'),(8072,2,2219,'','2013-10-10 09:48:28'),(8073,3,2219,'','2013-10-10 09:48:28'),(8074,4,2219,'OPD','2013-10-10 09:48:28'),(8075,5,2219,'','2013-10-10 09:48:28'),(8076,6,2219,'196.00','2013-10-10 09:48:28'),(8077,1,2221,'','2013-10-10 09:48:29'),(8078,2,2221,'','2013-10-10 09:48:29'),(8079,3,2221,'','2013-10-10 09:48:29'),(8080,4,2221,'','2013-10-10 09:48:29'),(8081,5,2221,'','2013-10-10 09:48:29'),(8082,6,2221,'','2013-10-10 09:48:29'),(8083,1,2224,'','2013-10-10 09:48:29'),(8084,2,2224,'','2013-10-10 09:48:29'),(8085,3,2224,'','2013-10-10 09:48:29'),(8086,4,2224,'','2013-10-10 09:48:29'),(8087,5,2224,'','2013-10-10 09:48:29'),(8088,6,2224,'','2013-10-10 09:48:29'),(8089,1,2225,'3564861','2013-10-10 09:53:16'),(8090,2,2225,'','2013-10-10 09:53:16'),(8091,3,2225,'','2013-10-10 09:53:16'),(8092,4,2225,'OPD','2013-10-10 09:53:16'),(8093,5,2225,'','2013-10-10 09:53:16'),(8094,6,2225,'','2013-10-10 09:53:16'),(8095,1,2227,'','2013-10-10 09:53:16'),(8096,2,2227,'','2013-10-10 09:53:16'),(8097,3,2227,'','2013-10-10 09:53:16'),(8098,4,2227,'','2013-10-10 09:53:16'),(8099,5,2227,'','2013-10-10 09:53:16'),(8100,6,2227,'','2013-10-10 09:53:16'),(8101,1,2228,'','2013-10-10 10:00:12'),(8102,2,2228,'','2013-10-10 10:00:12'),(8103,3,2228,'','2013-10-10 10:00:12'),(8104,4,2228,'OPD','2013-10-10 10:00:12'),(8105,5,2228,'','2013-10-10 10:00:12'),(8106,6,2228,'','2013-10-10 10:00:12'),(8107,1,2230,'','2013-10-10 10:00:12'),(8108,2,2230,'','2013-10-10 10:00:12'),(8109,3,2230,'','2013-10-10 10:00:12'),(8110,4,2230,'','2013-10-10 10:00:12'),(8111,5,2230,'','2013-10-10 10:00:12'),(8112,6,2230,'','2013-10-10 10:00:12'),(8113,1,2233,'','2013-10-10 10:00:12'),(8114,2,2233,'','2013-10-10 10:00:12'),(8115,3,2233,'','2013-10-10 10:00:12'),(8116,4,2233,'','2013-10-10 10:00:12'),(8117,5,2233,'','2013-10-10 10:00:12'),(8118,6,2233,'','2013-10-10 10:00:12'),(8119,1,2237,'','2013-10-10 10:00:12'),(8120,2,2237,'','2013-10-10 10:00:12'),(8121,3,2237,'','2013-10-10 10:00:12'),(8122,4,2237,'','2013-10-10 10:00:12'),(8123,5,2237,'','2013-10-10 10:00:12'),(8124,6,2237,'','2013-10-10 10:00:12'),(8125,1,2242,'','2013-10-10 10:00:13'),(8126,2,2242,'','2013-10-10 10:00:13'),(8127,3,2242,'','2013-10-10 10:00:13'),(8128,4,2242,'','2013-10-10 10:00:13'),(8129,5,2242,'','2013-10-10 10:00:13'),(8130,6,2242,'','2013-10-10 10:00:13'),(8131,1,2243,'','2013-10-10 10:04:59'),(8132,2,2243,'','2013-10-10 10:04:59'),(8133,3,2243,'','2013-10-10 10:04:59'),(8134,4,2243,'OPD','2013-10-10 10:04:59'),(8135,5,2243,'','2013-10-10 10:04:59'),(8136,6,2243,'','2013-10-10 10:04:59'),(8137,1,2245,'','2013-10-10 10:05:03'),(8138,2,2245,'','2013-10-10 10:05:03'),(8139,3,2245,'','2013-10-10 10:05:03'),(8140,4,2245,'','2013-10-10 10:05:03'),(8141,5,2245,'','2013-10-10 10:05:03'),(8142,6,2245,'','2013-10-10 10:05:03'),(8143,1,2248,'','2013-10-10 10:05:03'),(8144,2,2248,'','2013-10-10 10:05:03'),(8145,3,2248,'','2013-10-10 10:05:03'),(8146,4,2248,'','2013-10-10 10:05:03'),(8147,5,2248,'','2013-10-10 10:05:03'),(8148,6,2248,'','2013-10-10 10:05:03'),(8149,1,2252,'','2013-10-10 10:05:03'),(8150,2,2252,'','2013-10-10 10:05:03'),(8151,3,2252,'','2013-10-10 10:05:03'),(8152,4,2252,'','2013-10-10 10:05:03'),(8153,5,2252,'','2013-10-10 10:05:03'),(8154,6,2252,'','2013-10-10 10:05:03'),(8155,1,2257,'','2013-10-10 10:05:03'),(8156,2,2257,'','2013-10-10 10:05:03'),(8157,3,2257,'','2013-10-10 10:05:03'),(8158,4,2257,'','2013-10-10 10:05:03'),(8159,5,2257,'','2013-10-10 10:05:03'),(8160,6,2257,'','2013-10-10 10:05:03'),(8161,1,2258,'3564897','2013-10-10 10:11:42'),(8162,2,2258,'','2013-10-10 10:11:42'),(8163,3,2258,'','2013-10-10 10:11:42'),(8164,4,2258,'OPD','2013-10-10 10:11:42'),(8165,5,2258,'','2013-10-10 10:11:42'),(8166,6,2258,'37.00','2013-10-10 10:11:42'),(8167,1,2259,'','2013-10-10 10:13:11'),(8168,2,2259,'','2013-10-10 10:13:11'),(8169,3,2259,'','2013-10-10 10:13:11'),(8170,4,2259,'','2013-10-10 10:13:11'),(8171,5,2259,'','2013-10-10 10:13:11'),(8172,6,2259,'','2013-10-10 10:13:11'),(8173,1,2260,'3564883','2013-10-10 10:15:24'),(8174,2,2260,'586894','2013-10-10 10:15:24'),(8175,3,2260,'','2013-10-10 10:15:24'),(8176,4,2260,'','2013-10-10 10:15:24'),(8177,5,2260,'','2013-10-10 10:15:24'),(8178,6,2260,'69.00','2013-10-10 10:15:24'),(8179,1,2261,'3564906','2013-10-10 10:17:45'),(8180,2,2261,'','2013-10-10 10:17:45'),(8181,3,2261,'','2013-10-10 10:17:45'),(8182,4,2261,'','2013-10-10 10:17:45'),(8183,5,2261,'','2013-10-10 10:17:45'),(8184,6,2261,'112.00','2013-10-10 10:17:45'),(8185,1,2263,'','2013-10-10 10:17:46'),(8186,2,2263,'','2013-10-10 10:17:46'),(8187,3,2263,'','2013-10-10 10:17:46'),(8188,4,2263,'','2013-10-10 10:17:46'),(8189,5,2263,'','2013-10-10 10:17:46'),(8190,6,2263,'','2013-10-10 10:17:46'),(8191,1,2266,'','2013-10-10 10:17:46'),(8192,2,2266,'','2013-10-10 10:17:46'),(8193,3,2266,'','2013-10-10 10:17:46'),(8194,4,2266,'','2013-10-10 10:17:46'),(8195,5,2266,'','2013-10-10 10:17:46'),(8196,6,2266,'39.00','2013-10-10 10:17:46'),(8197,1,2267,'35640904','2013-10-10 10:21:39'),(8198,2,2267,'','2013-10-10 10:21:39'),(8199,3,2267,'','2013-10-10 10:21:39'),(8200,4,2267,'','2013-10-10 10:21:39'),(8201,5,2267,'','2013-10-10 10:21:39'),(8202,6,2267,'83.00','2013-10-10 10:21:39'),(8203,1,2268,'3564910','2013-10-10 10:24:25'),(8204,2,2268,'','2013-10-10 10:24:25'),(8205,3,2268,'','2013-10-10 10:24:25'),(8206,4,2268,'','2013-10-10 10:24:25'),(8207,5,2268,'','2013-10-10 10:24:25'),(8208,6,2268,'50.00','2013-10-10 10:24:25'),(8209,1,2270,'','2013-10-10 10:24:26'),(8210,2,2270,'','2013-10-10 10:24:26'),(8211,3,2270,'','2013-10-10 10:24:26'),(8212,4,2270,'','2013-10-10 10:24:26'),(8213,5,2270,'','2013-10-10 10:24:26'),(8214,6,2270,'','2013-10-10 10:24:26'),(8215,1,2271,'3564912','2013-10-10 10:26:36'),(8216,2,2271,'','2013-10-10 10:26:36'),(8217,3,2271,'','2013-10-10 10:26:36'),(8218,4,2271,'','2013-10-10 10:26:36'),(8219,5,2271,'','2013-10-10 10:26:36'),(8220,6,2271,'139.00','2013-10-10 10:26:36'),(8221,1,2273,'','2013-10-10 10:26:36'),(8222,2,2273,'','2013-10-10 10:26:36'),(8223,3,2273,'','2013-10-10 10:26:36'),(8224,4,2273,'','2013-10-10 10:26:36'),(8225,5,2273,'','2013-10-10 10:26:36'),(8226,6,2273,'','2013-10-10 10:26:36'),(8227,1,2274,'3564913','2013-10-10 10:29:03'),(8228,2,2274,'','2013-10-10 10:29:03'),(8229,3,2274,'','2013-10-10 10:29:03'),(8230,4,2274,'','2013-10-10 10:29:03'),(8231,5,2274,'','2013-10-10 10:29:03'),(8232,6,2274,'79.00','2013-10-10 10:29:03'),(8233,1,2276,'','2013-10-10 10:29:03'),(8234,2,2276,'','2013-10-10 10:29:03'),(8235,3,2276,'','2013-10-10 10:29:03'),(8236,4,2276,'','2013-10-10 10:29:03'),(8237,5,2276,'','2013-10-10 10:29:03'),(8238,6,2276,'','2013-10-10 10:29:03'),(8239,1,2277,'3564932','2013-10-10 10:42:46'),(8240,2,2277,'','2013-10-10 10:42:46'),(8241,3,2277,'','2013-10-10 10:42:46'),(8242,4,2277,'','2013-10-10 10:42:46'),(8243,5,2277,'','2013-10-10 10:42:46'),(8244,6,2277,'81.00','2013-10-10 10:42:46'),(8245,1,2278,'3564935','2013-10-10 10:51:38'),(8246,2,2278,'','2013-10-10 10:51:38'),(8247,3,2278,'','2013-10-10 10:51:38'),(8248,4,2278,'','2013-10-10 10:51:38'),(8249,5,2278,'','2013-10-10 10:51:38'),(8250,6,2278,'69.00','2013-10-10 10:51:38'),(8251,1,2279,'3564940','2013-10-10 10:54:59'),(8252,2,2279,'586908','2013-10-10 10:54:59'),(8253,3,2279,'','2013-10-10 10:54:59'),(8254,4,2279,'','2013-10-10 10:54:59'),(8255,5,2279,'','2013-10-10 10:54:59'),(8256,6,2279,'75.00','2013-10-10 10:54:59'),(8257,1,2280,'','2013-10-10 10:58:30'),(8258,2,2280,'','2013-10-10 10:58:30'),(8259,3,2280,'','2013-10-10 10:58:30'),(8260,4,2280,'','2013-10-10 10:58:30'),(8261,5,2280,'','2013-10-10 10:58:30'),(8262,6,2280,'','2013-10-10 10:58:30'),(8263,1,2282,'','2013-10-10 10:58:30'),(8264,2,2282,'','2013-10-10 10:58:30'),(8265,3,2282,'','2013-10-10 10:58:30'),(8266,4,2282,'','2013-10-10 10:58:30'),(8267,5,2282,'','2013-10-10 10:58:30'),(8268,6,2282,'','2013-10-10 10:58:30'),(8269,1,2285,'','2013-10-10 10:58:31'),(8270,2,2285,'','2013-10-10 10:58:31'),(8271,3,2285,'','2013-10-10 10:58:31'),(8272,4,2285,'','2013-10-10 10:58:31'),(8273,5,2285,'','2013-10-10 10:58:31'),(8274,6,2285,'','2013-10-10 10:58:31'),(8275,1,2289,'','2013-10-10 10:58:31'),(8276,2,2289,'','2013-10-10 10:58:31'),(8277,3,2289,'','2013-10-10 10:58:31'),(8278,4,2289,'','2013-10-10 10:58:31'),(8279,5,2289,'','2013-10-10 10:58:31'),(8280,6,2289,'','2013-10-10 10:58:31'),(8281,1,2290,'3564947','2013-10-10 11:03:24'),(8282,2,2290,'586512','2013-10-10 11:03:24'),(8283,3,2290,'','2013-10-10 11:03:24'),(8284,4,2290,'','2013-10-10 11:03:24'),(8285,5,2290,'','2013-10-10 11:03:24'),(8286,6,2290,'35.00','2013-10-10 11:03:24'),(8287,1,2291,'3564949','2013-10-10 11:07:30'),(8288,2,2291,'586913','2013-10-10 11:07:30'),(8289,3,2291,'HPT / ? ANAEMIA','2013-10-10 11:07:30'),(8290,4,2291,'','2013-10-10 11:07:30'),(8291,5,2291,'','2013-10-10 11:07:30'),(8292,6,2291,'190.00','2013-10-10 11:07:30'),(8293,1,2293,'','2013-10-10 11:07:31'),(8294,2,2293,'','2013-10-10 11:07:31'),(8295,3,2293,'','2013-10-10 11:07:31'),(8296,4,2293,'','2013-10-10 11:07:31'),(8297,5,2293,'','2013-10-10 11:07:31'),(8298,6,2293,'','2013-10-10 11:07:31'),(8299,1,2294,'3564954','2013-10-10 11:12:22'),(8300,2,2294,'586916','2013-10-10 11:12:22'),(8301,3,2294,'CYESIS / HPT / MSP','2013-10-10 11:12:22'),(8302,4,2294,'','2013-10-10 11:12:22'),(8303,5,2294,'','2013-10-10 11:12:22'),(8304,6,2294,'53.00','2013-10-10 11:12:22'),(8305,1,2296,'','2013-10-10 11:12:22'),(8306,2,2296,'','2013-10-10 11:12:22'),(8307,3,2296,'','2013-10-10 11:12:22'),(8308,4,2296,'','2013-10-10 11:12:22'),(8309,5,2296,'','2013-10-10 11:12:22'),(8310,6,2296,'','2013-10-10 11:12:22'),(8311,1,2297,'3564965','2013-10-10 11:20:32'),(8312,2,2297,'','2013-10-10 11:20:32'),(8313,3,2297,'','2013-10-10 11:20:32'),(8314,4,2297,'','2013-10-10 11:20:32'),(8315,5,2297,'','2013-10-10 11:20:32'),(8316,6,2297,'109.00','2013-10-10 11:20:32'),(8317,1,2298,'','2013-10-10 11:24:48'),(8318,2,2298,'','2013-10-10 11:24:48'),(8319,3,2298,'','2013-10-10 11:24:48'),(8320,4,2298,'','2013-10-10 11:24:48'),(8321,5,2298,'','2013-10-10 11:24:48'),(8322,6,2298,'','2013-10-10 11:24:48'),(8323,1,2299,'3564975','2013-10-10 11:29:51'),(8324,2,2299,'','2013-10-10 11:29:51'),(8325,3,2299,'INFECTIVE GASTROENTERITIS / MALARIA / DIARRHO','2013-10-10 11:29:51'),(8326,4,2299,'','2013-10-10 11:29:51'),(8327,5,2299,'','2013-10-10 11:29:51'),(8328,6,2299,'50.00','2013-10-10 11:29:51'),(8329,1,2301,'','2013-10-10 11:29:52'),(8330,2,2301,'','2013-10-10 11:29:52'),(8331,3,2301,'','2013-10-10 11:29:52'),(8332,4,2301,'','2013-10-10 11:29:52'),(8333,5,2301,'','2013-10-10 11:29:52'),(8334,6,2301,'','2013-10-10 11:29:52'),(8335,1,2302,'','2013-10-10 11:39:59'),(8336,2,2302,'','2013-10-10 11:39:59'),(8337,3,2302,'','2013-10-10 11:39:59'),(8338,4,2302,'','2013-10-10 11:39:59'),(8339,5,2302,'','2013-10-10 11:39:59'),(8340,6,2302,'','2013-10-10 11:39:59'),(8341,1,2304,'','2013-10-10 11:39:59'),(8342,2,2304,'','2013-10-10 11:39:59'),(8343,3,2304,'','2013-10-10 11:39:59'),(8344,4,2304,'','2013-10-10 11:39:59'),(8345,5,2304,'','2013-10-10 11:39:59'),(8346,6,2304,'','2013-10-10 11:39:59'),(8347,1,2307,'','2013-10-10 11:39:59'),(8348,2,2307,'','2013-10-10 11:39:59'),(8349,3,2307,'','2013-10-10 11:39:59'),(8350,4,2307,'','2013-10-10 11:39:59'),(8351,5,2307,'','2013-10-10 11:39:59'),(8352,6,2307,'','2013-10-10 11:39:59'),(8353,1,2311,'','2013-10-10 11:40:00'),(8354,2,2311,'','2013-10-10 11:40:00'),(8355,3,2311,'','2013-10-10 11:40:00'),(8356,4,2311,'','2013-10-10 11:40:00'),(8357,5,2311,'','2013-10-10 11:40:00'),(8358,6,2311,'','2013-10-10 11:40:00'),(8359,1,2316,'','2013-10-10 11:40:00'),(8360,2,2316,'','2013-10-10 11:40:00'),(8361,3,2316,'','2013-10-10 11:40:00'),(8362,4,2316,'','2013-10-10 11:40:00'),(8363,5,2316,'','2013-10-10 11:40:00'),(8364,6,2316,'','2013-10-10 11:40:00'),(8365,1,2317,'','2013-10-10 11:43:27'),(8366,2,2317,'','2013-10-10 11:43:27'),(8367,3,2317,'','2013-10-10 11:43:27'),(8368,4,2317,'','2013-10-10 11:43:27'),(8369,5,2317,'','2013-10-10 11:43:27'),(8370,6,2317,'','2013-10-10 11:43:27'),(8371,1,2319,'','2013-10-10 11:43:27'),(8372,2,2319,'','2013-10-10 11:43:27'),(8373,3,2319,'','2013-10-10 11:43:27'),(8374,4,2319,'','2013-10-10 11:43:27'),(8375,5,2319,'','2013-10-10 11:43:27'),(8376,6,2319,'','2013-10-10 11:43:27'),(8377,1,2322,'','2013-10-10 11:43:27'),(8378,2,2322,'','2013-10-10 11:43:27'),(8379,3,2322,'','2013-10-10 11:43:27'),(8380,4,2322,'','2013-10-10 11:43:27'),(8381,5,2322,'','2013-10-10 11:43:27'),(8382,6,2322,'','2013-10-10 11:43:27'),(8383,1,2323,'3564988','2013-10-10 11:47:55'),(8384,2,2323,'','2013-10-10 11:47:55'),(8385,3,2323,'LUMBAR SPONDYLOSIS','2013-10-10 11:47:55'),(8386,4,2323,'','2013-10-10 11:47:55'),(8387,5,2323,'','2013-10-10 11:47:55'),(8388,6,2323,'88.00','2013-10-10 11:47:55'),(8389,1,2324,'3564998','2013-10-10 11:59:21'),(8390,2,2324,'586929','2013-10-10 11:59:21'),(8391,3,2324,'','2013-10-10 11:59:21'),(8392,4,2324,'OPD','2013-10-10 11:59:21'),(8393,5,2324,'','2013-10-10 11:59:21'),(8394,6,2324,'39.80','2013-10-10 11:59:21'),(8395,1,2325,'3565006','2013-10-10 12:02:34'),(8396,2,2325,'','2013-10-10 12:02:34'),(8397,3,2325,'','2013-10-10 12:02:34'),(8398,4,2325,'','2013-10-10 12:02:34'),(8399,5,2325,'','2013-10-10 12:02:34'),(8400,6,2325,'20.00','2013-10-10 12:02:34'),(8401,1,2326,'3565006','2013-10-10 12:04:16'),(8402,2,2326,'','2013-10-10 12:04:16'),(8403,3,2326,'','2013-10-10 12:04:16'),(8404,4,2326,'','2013-10-10 12:04:16'),(8405,5,2326,'214536','2013-10-10 12:04:16'),(8406,6,2326,'22.00','2013-10-10 12:04:16'),(8407,1,2327,'3565012','2013-10-10 12:05:46'),(8408,2,2327,'','2013-10-10 12:05:46'),(8409,3,2327,'','2013-10-10 12:05:46'),(8410,4,2327,'','2013-10-10 12:05:46'),(8411,5,2327,'WARD','2013-10-10 12:05:46'),(8412,6,2327,'22.00','2013-10-10 12:05:46'),(8413,1,2328,'3565010','2013-10-10 12:07:36'),(8414,2,2328,'','2013-10-10 12:07:36'),(8415,3,2328,'','2013-10-10 12:07:36'),(8416,4,2328,'','2013-10-10 12:07:36'),(8417,5,2328,'','2013-10-10 12:07:36'),(8418,6,2328,'22.00','2013-10-10 12:07:36'),(8419,1,2329,'3565018','2013-10-10 12:09:23'),(8420,2,2329,'','2013-10-10 12:09:23'),(8421,3,2329,'','2013-10-10 12:09:23'),(8422,4,2329,'','2013-10-10 12:09:23'),(8423,5,2329,'','2013-10-10 12:09:23'),(8424,6,2329,'35.00','2013-10-10 12:09:23'),(8425,1,2331,'','2013-10-10 12:09:23'),(8426,2,2331,'','2013-10-10 12:09:23'),(8427,3,2331,'','2013-10-10 12:09:23'),(8428,4,2331,'','2013-10-10 12:09:23'),(8429,5,2331,'','2013-10-10 12:09:23'),(8430,6,2331,'','2013-10-10 12:09:23'),(8431,1,2332,'3565037','2013-10-10 12:16:57'),(8432,2,2332,'','2013-10-10 12:16:57'),(8433,3,2332,'','2013-10-10 12:16:57'),(8434,4,2332,'','2013-10-10 12:16:57'),(8435,5,2332,'','2013-10-10 12:16:57'),(8436,6,2332,'27.00','2013-10-10 12:16:57'),(8437,1,2333,'3565036','2013-10-10 12:21:37'),(8438,2,2333,'','2013-10-10 12:21:37'),(8439,3,2333,'','2013-10-10 12:21:37'),(8440,4,2333,'','2013-10-10 12:21:37'),(8441,5,2333,'','2013-10-10 12:21:37'),(8442,6,2333,'122.24','2013-10-10 12:21:37'),(8443,1,2335,'','2013-10-10 12:21:38'),(8444,2,2335,'','2013-10-10 12:21:38'),(8445,3,2335,'','2013-10-10 12:21:38'),(8446,4,2335,'','2013-10-10 12:21:38'),(8447,5,2335,'','2013-10-10 12:21:38'),(8448,6,2335,'','2013-10-10 12:21:38'),(8449,1,2338,'','2013-10-10 12:21:38'),(8450,2,2338,'','2013-10-10 12:21:38'),(8451,3,2338,'','2013-10-10 12:21:38'),(8452,4,2338,'','2013-10-10 12:21:38'),(8453,5,2338,'','2013-10-10 12:21:38'),(8454,6,2338,'','2013-10-10 12:21:38'),(8455,1,2342,'','2013-10-10 12:21:38'),(8456,2,2342,'','2013-10-10 12:21:38'),(8457,3,2342,'','2013-10-10 12:21:39'),(8458,4,2342,'','2013-10-10 12:21:39'),(8459,5,2342,'','2013-10-10 12:21:39'),(8460,6,2342,'','2013-10-10 12:21:39'),(8461,1,2343,'3565040','2013-10-10 12:25:59'),(8462,2,2343,'586937','2013-10-10 12:25:59'),(8463,3,2343,'LT SHOULDER PAIN / SECONDARY RTA / TONSILITIS','2013-10-10 12:25:59'),(8464,4,2343,'','2013-10-10 12:25:59'),(8465,5,2343,'','2013-10-10 12:25:59'),(8466,6,2343,'39.00','2013-10-10 12:25:59'),(8467,1,2344,'356041','2013-10-10 12:28:06'),(8468,2,2344,'','2013-10-10 12:28:06'),(8469,3,2344,'','2013-10-10 12:28:06'),(8470,4,2344,'','2013-10-10 12:28:06'),(8471,5,2344,'','2013-10-10 12:28:06'),(8472,6,2344,'78.00','2013-10-10 12:28:06'),(8473,1,2345,'3565049','2013-10-10 12:30:09'),(8474,2,2345,'','2013-10-10 12:30:09'),(8475,3,2345,'','2013-10-10 12:30:09'),(8476,4,2345,'','2013-10-10 12:30:09'),(8477,5,2345,'','2013-10-10 12:30:09'),(8478,6,2345,'84.00','2013-10-10 12:30:09'),(8479,1,2347,'','2013-10-10 12:30:10'),(8480,2,2347,'','2013-10-10 12:30:10'),(8481,3,2347,'','2013-10-10 12:30:10'),(8482,4,2347,'','2013-10-10 12:30:10'),(8483,5,2347,'','2013-10-10 12:30:10'),(8484,6,2347,'','2013-10-10 12:30:10'),(8485,1,2348,'3565038','2013-10-10 12:34:13'),(8486,2,2348,'','2013-10-10 12:34:13'),(8487,3,2348,'CVA / HPT','2013-10-10 12:34:13'),(8488,4,2348,'','2013-10-10 12:34:13'),(8489,5,2348,'','2013-10-10 12:34:13'),(8490,6,2348,'13.00','2013-10-10 12:34:13'),(8491,1,2350,'','2013-10-10 12:34:14'),(8492,2,2350,'','2013-10-10 12:34:14'),(8493,3,2350,'','2013-10-10 12:34:14'),(8494,4,2350,'','2013-10-10 12:34:14'),(8495,5,2350,'','2013-10-10 12:34:14'),(8496,6,2350,'','2013-10-10 12:34:14'),(8497,1,2353,'','2013-10-10 12:34:14'),(8498,2,2353,'','2013-10-10 12:34:14'),(8499,3,2353,'','2013-10-10 12:34:14'),(8500,4,2353,'','2013-10-10 12:34:14'),(8501,5,2353,'','2013-10-10 12:34:14'),(8502,6,2353,'','2013-10-10 12:34:14'),(8503,1,2357,'','2013-10-10 12:34:14'),(8504,2,2357,'','2013-10-10 12:34:14'),(8505,3,2357,'','2013-10-10 12:34:14'),(8506,4,2357,'','2013-10-10 12:34:14'),(8507,5,2357,'','2013-10-10 12:34:14'),(8508,6,2357,'','2013-10-10 12:34:14'),(8509,1,2362,'','2013-10-10 12:34:14'),(8510,2,2362,'','2013-10-10 12:34:14'),(8511,3,2362,'','2013-10-10 12:34:14'),(8512,4,2362,'','2013-10-10 12:34:14'),(8513,5,2362,'','2013-10-10 12:34:14'),(8514,6,2362,'','2013-10-10 12:34:14'),(8515,1,2368,'','2013-10-10 12:34:15'),(8516,2,2368,'','2013-10-10 12:34:15'),(8517,3,2368,'','2013-10-10 12:34:15'),(8518,4,2368,'','2013-10-10 12:34:15'),(8519,5,2368,'','2013-10-10 12:34:15'),(8520,6,2368,'','2013-10-10 12:34:15'),(8521,1,2369,'','2013-10-10 12:35:59'),(8522,2,2369,'','2013-10-10 12:35:59'),(8523,3,2369,'','2013-10-10 12:35:59'),(8524,4,2369,'','2013-10-10 12:35:59'),(8525,5,2369,'','2013-10-10 12:35:59'),(8526,6,2369,'71.00','2013-10-10 12:35:59'),(8527,1,2370,'3565056','2013-10-10 12:38:25'),(8528,2,2370,'','2013-10-10 12:38:25'),(8529,3,2370,'CONTUSION LEFT KNEE / LUMBAR SPONDYLOSIS','2013-10-10 12:38:25'),(8530,4,2370,'','2013-10-10 12:38:25'),(8531,5,2370,'','2013-10-10 12:38:25'),(8532,6,2370,'83.00','2013-10-10 12:38:25'),(8533,1,2371,'3565046','2013-10-10 12:45:01'),(8534,2,2371,'586940','2013-10-10 12:45:01'),(8535,3,2371,'','2013-10-10 12:45:01'),(8536,4,2371,'','2013-10-10 12:45:01'),(8537,5,2371,'','2013-10-10 12:45:01'),(8538,6,2371,'90.00','2013-10-10 12:45:01'),(8539,1,2373,'','2013-10-10 12:45:01'),(8540,2,2373,'','2013-10-10 12:45:01'),(8541,3,2373,'','2013-10-10 12:45:01'),(8542,4,2373,'','2013-10-10 12:45:01'),(8543,5,2373,'','2013-10-10 12:45:01'),(8544,6,2373,'','2013-10-10 12:45:01'),(8545,1,2374,'3565062','2013-10-10 12:49:35'),(8546,2,2374,'','2013-10-10 12:49:35'),(8547,3,2374,'','2013-10-10 12:49:35'),(8548,4,2374,'','2013-10-10 12:49:35'),(8549,5,2374,'','2013-10-10 12:49:35'),(8550,6,2374,'79.00','2013-10-10 12:49:35'),(8551,1,2376,'','2013-10-10 12:49:35'),(8552,2,2376,'','2013-10-10 12:49:35'),(8553,3,2376,'','2013-10-10 12:49:35'),(8554,4,2376,'','2013-10-10 12:49:35'),(8555,5,2376,'','2013-10-10 12:49:35'),(8556,6,2376,'','2013-10-10 12:49:35'),(8557,1,2379,'','2013-10-10 12:49:35'),(8558,2,2379,'','2013-10-10 12:49:35'),(8559,3,2379,'','2013-10-10 12:49:35'),(8560,4,2379,'','2013-10-10 12:49:35'),(8561,5,2379,'','2013-10-10 12:49:35'),(8562,6,2379,'','2013-10-10 12:49:35'),(8563,1,2383,'','2013-10-10 12:49:35'),(8564,2,2383,'','2013-10-10 12:49:35'),(8565,3,2383,'','2013-10-10 12:49:35'),(8566,4,2383,'','2013-10-10 12:49:35'),(8567,5,2383,'','2013-10-10 12:49:35'),(8568,6,2383,'','2013-10-10 12:49:35'),(8569,1,2388,'','2013-10-10 12:49:36'),(8570,2,2388,'','2013-10-10 12:49:36'),(8571,3,2388,'','2013-10-10 12:49:36'),(8572,4,2388,'','2013-10-10 12:49:36'),(8573,5,2388,'','2013-10-10 12:49:36'),(8574,6,2388,'','2013-10-10 12:49:36'),(8575,1,2389,'3565064','2013-10-10 12:51:35'),(8576,2,2389,'','2013-10-10 12:51:35'),(8577,3,2389,'? FRACTURE ','2013-10-10 12:51:35'),(8578,4,2389,'','2013-10-10 12:51:35'),(8579,5,2389,'','2013-10-10 12:51:35'),(8580,6,2389,'55.00','2013-10-10 12:51:35'),(8581,1,2390,'3565070','2013-10-10 12:54:59'),(8582,2,2390,'','2013-10-10 12:54:59'),(8583,3,2390,'ANAEMIA / R/O UTI / VERTIGO / ? GASTRITIS','2013-10-10 12:54:59'),(8584,4,2390,'','2013-10-10 12:54:59'),(8585,5,2390,'','2013-10-10 12:54:59'),(8586,6,2390,'139.00','2013-10-10 12:54:59'),(8587,1,2392,'','2013-10-10 12:54:59'),(8588,2,2392,'','2013-10-10 12:54:59'),(8589,3,2392,'','2013-10-10 12:54:59'),(8590,4,2392,'','2013-10-10 12:54:59'),(8591,5,2392,'','2013-10-10 12:54:59'),(8592,6,2392,'','2013-10-10 12:54:59'),(8593,1,2395,'','2013-10-10 12:54:59'),(8594,2,2395,'','2013-10-10 12:54:59'),(8595,3,2395,'','2013-10-10 12:54:59'),(8596,4,2395,'','2013-10-10 12:54:59'),(8597,5,2395,'','2013-10-10 12:54:59'),(8598,6,2395,'','2013-10-10 12:54:59'),(8599,1,2399,'','2013-10-10 12:55:00'),(8600,2,2399,'','2013-10-10 12:55:00'),(8601,3,2399,'','2013-10-10 12:55:00'),(8602,4,2399,'','2013-10-10 12:55:00'),(8603,5,2399,'','2013-10-10 12:55:00'),(8604,6,2399,'','2013-10-10 12:55:00'),(8605,1,2400,'3565068','2013-10-10 12:56:25'),(8606,2,2400,'','2013-10-10 12:56:25'),(8607,3,2400,'','2013-10-10 12:56:25'),(8608,4,2400,'','2013-10-10 12:56:25'),(8609,5,2400,'','2013-10-10 12:56:25'),(8610,6,2400,'20.00','2013-10-10 12:56:25'),(8611,1,2401,'3565066','2013-10-10 12:58:40'),(8612,2,2401,'','2013-10-10 12:58:40'),(8613,3,2401,'','2013-10-10 12:58:40'),(8614,4,2401,'','2013-10-10 12:58:40'),(8615,5,2401,'','2013-10-10 12:58:40'),(8616,6,2401,'102.40','2013-10-10 12:58:40'),(8617,1,2403,'','2013-10-10 12:58:41'),(8618,2,2403,'','2013-10-10 12:58:41'),(8619,3,2403,'','2013-10-10 12:58:41'),(8620,4,2403,'','2013-10-10 12:58:41'),(8621,5,2403,'214614','2013-10-10 12:58:41'),(8622,6,2403,'','2013-10-10 12:58:41'),(8623,1,2404,'3565072','2013-10-10 13:01:45'),(8624,2,2404,'','2013-10-10 13:01:45'),(8625,3,2404,'PUD','2013-10-10 13:01:45'),(8626,4,2404,'','2013-10-10 13:01:45'),(8627,5,2404,'','2013-10-10 13:01:45'),(8628,6,2404,'104.00','2013-10-10 13:01:45'),(8629,1,2406,'','2013-10-10 13:01:46'),(8630,2,2406,'','2013-10-10 13:01:46'),(8631,3,2406,'','2013-10-10 13:01:46'),(8632,4,2406,'','2013-10-10 13:01:46'),(8633,5,2406,'','2013-10-10 13:01:46'),(8634,6,2406,'','2013-10-10 13:01:46'),(8635,1,2407,'3565085','2013-10-10 13:13:20'),(8636,2,2407,'','2013-10-10 13:13:20'),(8637,3,2407,'','2013-10-10 13:13:20'),(8638,4,2407,'','2013-10-10 13:13:20'),(8639,5,2407,'','2013-10-10 13:13:20'),(8640,6,2407,'81.00','2013-10-10 13:13:20'),(8641,1,2408,'356080','2013-10-10 13:17:23'),(8642,2,2408,'586947','2013-10-10 13:17:23'),(8643,3,2408,'','2013-10-10 13:17:23'),(8644,4,2408,'','2013-10-10 13:17:23'),(8645,5,2408,'','2013-10-10 13:17:23'),(8646,6,2408,'87.00','2013-10-10 13:17:23'),(8647,1,2410,'','2013-10-10 13:17:24'),(8648,2,2410,'','2013-10-10 13:17:24'),(8649,3,2410,'','2013-10-10 13:17:24'),(8650,4,2410,'','2013-10-10 13:17:24'),(8651,5,2410,'','2013-10-10 13:17:24'),(8652,6,2410,'','2013-10-10 13:17:24'),(8653,1,2411,'3565093','2013-10-10 13:27:14'),(8654,2,2411,'','2013-10-10 13:27:14'),(8655,3,2411,'DM','2013-10-10 13:27:14'),(8656,4,2411,'','2013-10-10 13:27:14'),(8657,5,2411,'','2013-10-10 13:27:14'),(8658,6,2411,'125.00','2013-10-10 13:27:14'),(8659,1,2413,'','2013-10-10 13:27:15'),(8660,2,2413,'','2013-10-10 13:27:15'),(8661,3,2413,'','2013-10-10 13:27:15'),(8662,4,2413,'','2013-10-10 13:27:15'),(8663,5,2413,'','2013-10-10 13:27:15'),(8664,6,2413,'','2013-10-10 13:27:15'),(8665,1,2414,'3565096','2013-10-10 13:31:13'),(8666,2,2414,'','2013-10-10 13:31:13'),(8667,3,2414,'RECURRENT PHARYNGITIS','2013-10-10 13:31:13'),(8668,4,2414,'','2013-10-10 13:31:13'),(8669,5,2414,'','2013-10-10 13:31:13'),(8670,6,2414,'26.24','2013-10-10 13:31:13'),(8671,1,2415,'3565097','2013-10-10 13:35:23'),(8672,2,2415,'','2013-10-10 13:35:23'),(8673,3,2415,'MALARIA / MSP / HELMINTHIASIS','2013-10-10 13:35:23'),(8674,4,2415,'','2013-10-10 13:35:23'),(8675,5,2415,'','2013-10-10 13:35:23'),(8676,6,2415,'50.00','2013-10-10 13:35:23'),(8677,1,2417,'','2013-10-10 13:35:23'),(8678,2,2417,'','2013-10-10 13:35:23'),(8679,3,2417,'','2013-10-10 13:35:23'),(8680,4,2417,'','2013-10-10 13:35:23'),(8681,5,2417,'','2013-10-10 13:35:23'),(8682,6,2417,'','2013-10-10 13:35:23'),(8683,1,2418,'3565052','2013-10-10 13:39:33'),(8684,2,2418,'586952','2013-10-10 13:39:33'),(8685,3,2418,'HEPATITIS','2013-10-10 13:39:33'),(8686,4,2418,'','2013-10-10 13:39:33'),(8687,5,2418,'','2013-10-10 13:39:33'),(8688,6,2418,'860.00','2013-10-10 13:39:33'),(8689,1,2420,'','2013-10-10 13:39:33'),(8690,2,2420,'','2013-10-10 13:39:33'),(8691,3,2420,'','2013-10-10 13:39:33'),(8692,4,2420,'','2013-10-10 13:39:33'),(8693,5,2420,'','2013-10-10 13:39:33'),(8694,6,2420,'','2013-10-10 13:39:33'),(8695,1,2421,'3565103','2013-10-10 13:44:35'),(8696,2,2421,'','2013-10-10 13:44:35'),(8697,3,2421,'','2013-10-10 13:44:35'),(8698,4,2421,'OPD','2013-10-10 13:44:35'),(8699,5,2421,'','2013-10-10 13:44:35'),(8700,6,2421,'31.00','2013-10-10 13:44:35'),(8701,1,2422,'3565092','2013-10-10 13:56:12'),(8702,2,2422,'586951','2013-10-10 13:56:12'),(8703,3,2422,'','2013-10-10 13:56:12'),(8704,4,2422,'OPD','2013-10-10 13:56:12'),(8705,5,2422,'','2013-10-10 13:56:12'),(8706,6,2422,'507.00','2013-10-10 13:56:12'),(8707,1,2423,'','2013-10-10 14:00:28'),(8708,2,2423,'','2013-10-10 14:00:28'),(8709,3,2423,'','2013-10-10 14:00:28'),(8710,4,2423,'','2013-10-10 14:00:28'),(8711,5,2423,'','2013-10-10 14:00:28'),(8712,6,2423,'','2013-10-10 14:00:28'),(8713,1,2425,'','2013-10-10 14:00:28'),(8714,2,2425,'','2013-10-10 14:00:28'),(8715,3,2425,'','2013-10-10 14:00:28'),(8716,4,2425,'','2013-10-10 14:00:28'),(8717,5,2425,'','2013-10-10 14:00:28'),(8718,6,2425,'','2013-10-10 14:00:28'),(8719,1,2426,'3557466','2013-10-10 14:15:51'),(8720,2,2426,'','2013-10-10 14:15:51'),(8721,3,2426,'','2013-10-10 14:15:51'),(8722,4,2426,'OPD','2013-10-10 14:15:51'),(8723,5,2426,'','2013-10-10 14:15:51'),(8724,6,2426,'22.00','2013-10-10 14:15:51'),(8725,1,2427,'','2013-10-10 14:20:07'),(8726,2,2427,'586093','2013-10-10 14:20:07'),(8727,3,2427,'','2013-10-10 14:20:07'),(8728,4,2427,'OPD','2013-10-10 14:20:07'),(8729,5,2427,'','2013-10-10 14:20:07'),(8730,6,2427,'','2013-10-10 14:20:07'),(8731,1,2428,'3565119','2013-10-10 14:23:18'),(8732,2,2428,'586964','2013-10-10 14:23:18'),(8733,3,2428,'','2013-10-10 14:23:18'),(8734,4,2428,'OPD','2013-10-10 14:23:18'),(8735,5,2428,'','2013-10-10 14:23:18'),(8736,6,2428,'87.00','2013-10-10 14:23:18'),(8737,1,2430,'','2013-10-10 14:23:18'),(8738,2,2430,'','2013-10-10 14:23:18'),(8739,3,2430,'','2013-10-10 14:23:18'),(8740,4,2430,'','2013-10-10 14:23:18'),(8741,5,2430,'','2013-10-10 14:23:18'),(8742,6,2430,'','2013-10-10 14:23:18'),(8743,1,2431,'3565122','2013-10-10 14:26:09'),(8744,2,2431,'','2013-10-10 14:26:09'),(8745,3,2431,'','2013-10-10 14:26:09'),(8746,4,2431,'OPD','2013-10-10 14:26:09'),(8747,5,2431,'','2013-10-10 14:26:09'),(8748,6,2431,'98.00','2013-10-10 14:26:09'),(8749,1,2433,'','2013-10-10 14:26:09'),(8750,2,2433,'','2013-10-10 14:26:09'),(8751,3,2433,'','2013-10-10 14:26:09'),(8752,4,2433,'','2013-10-10 14:26:09'),(8753,5,2433,'','2013-10-10 14:26:09'),(8754,6,2433,'','2013-10-10 14:26:09'),(8755,1,2434,'3565128','2013-10-10 14:40:21'),(8756,2,2434,'586971','2013-10-10 14:40:21'),(8757,3,2434,'','2013-10-10 14:40:21'),(8758,4,2434,'OPD','2013-10-10 14:40:21'),(8759,5,2434,'','2013-10-10 14:40:21'),(8760,6,2434,'12.00','2013-10-10 14:40:21'),(8761,1,2435,'3565132','2013-10-10 14:45:21'),(8762,2,2435,'','2013-10-10 14:45:21'),(8763,3,2435,'','2013-10-10 14:45:21'),(8764,4,2435,'OPD','2013-10-10 14:45:21'),(8765,5,2435,'','2013-10-10 14:45:21'),(8766,6,2435,'76.00','2013-10-10 14:45:21'),(8767,1,2436,'3565135','2013-10-10 14:52:14'),(8768,2,2436,'586974','2013-10-10 14:52:14'),(8769,3,2436,'','2013-10-10 14:52:14'),(8770,4,2436,'OPD','2013-10-10 14:52:14'),(8771,5,2436,'','2013-10-10 14:52:14'),(8772,6,2436,'105.00','2013-10-10 14:52:14'),(8773,1,2438,'','2013-10-10 14:52:14'),(8774,2,2438,'','2013-10-10 14:52:14'),(8775,3,2438,'','2013-10-10 14:52:14'),(8776,4,2438,'','2013-10-10 14:52:14'),(8777,5,2438,'','2013-10-10 14:52:14'),(8778,6,2438,'','2013-10-10 14:52:14'),(8779,1,2439,'3565144','2013-10-10 15:06:44'),(8780,2,2439,'','2013-10-10 15:06:44'),(8781,3,2439,'','2013-10-10 15:06:44'),(8782,4,2439,'OPD','2013-10-10 15:06:44'),(8783,5,2439,'','2013-10-10 15:06:44'),(8784,6,2439,'50.00','2013-10-10 15:06:44'),(8785,1,2441,'','2013-10-10 15:06:44'),(8786,2,2441,'','2013-10-10 15:06:44'),(8787,3,2441,'','2013-10-10 15:06:44'),(8788,4,2441,'','2013-10-10 15:06:44'),(8789,5,2441,'','2013-10-10 15:06:44'),(8790,6,2441,'','2013-10-10 15:06:44'),(8791,1,2442,'3560680','2013-10-10 15:12:28'),(8792,2,2442,'585708','2013-10-10 15:12:28'),(8793,3,2442,'','2013-10-10 15:12:28'),(8794,4,2442,'OPD','2013-10-10 15:12:28'),(8795,5,2442,'','2013-10-10 15:12:28'),(8796,6,2442,'22.00','2013-10-10 15:12:28'),(8797,1,2443,'3565156','2013-10-10 15:30:57'),(8798,2,2443,'','2013-10-10 15:30:57'),(8799,3,2443,'','2013-10-10 15:30:57'),(8800,4,2443,'OPD','2013-10-10 15:30:57'),(8801,5,2443,'','2013-10-10 15:30:57'),(8802,6,2443,'39.00','2013-10-10 15:30:57'),(8803,1,2444,'3565162','2013-10-10 15:34:06'),(8804,2,2444,'','2013-10-10 15:34:06'),(8805,3,2444,'','2013-10-10 15:34:06'),(8806,4,2444,'OPD','2013-10-10 15:34:06'),(8807,5,2444,'','2013-10-10 15:34:06'),(8808,6,2444,'99.00','2013-10-10 15:34:06'),(8809,1,2446,'','2013-10-10 15:34:06'),(8810,2,2446,'','2013-10-10 15:34:06'),(8811,3,2446,'','2013-10-10 15:34:06'),(8812,4,2446,'','2013-10-10 15:34:06'),(8813,5,2446,'','2013-10-10 15:34:06'),(8814,6,2446,'','2013-10-10 15:34:06'),(8815,1,2447,'3565165','2013-10-10 15:40:28'),(8816,2,2447,'','2013-10-10 15:40:28'),(8817,3,2447,'','2013-10-10 15:40:28'),(8818,4,2447,'OPD','2013-10-10 15:40:28'),(8819,5,2447,'','2013-10-10 15:40:28'),(8820,6,2447,'99.00','2013-10-10 15:40:28'),(8821,1,2449,'','2013-10-10 15:40:28'),(8822,2,2449,'','2013-10-10 15:40:28'),(8823,3,2449,'','2013-10-10 15:40:28'),(8824,4,2449,'','2013-10-10 15:40:28'),(8825,5,2449,'','2013-10-10 15:40:28'),(8826,6,2449,'','2013-10-10 15:40:28'),(8827,1,2450,'3565168','2013-10-10 15:45:52'),(8828,2,2450,'586986','2013-10-10 15:45:52'),(8829,3,2450,'','2013-10-10 15:45:52'),(8830,4,2450,'OPD','2013-10-10 15:45:52'),(8831,5,2450,'','2013-10-10 15:45:52'),(8832,6,2450,'32.00','2013-10-10 15:45:52'),(8833,1,2452,'','2013-10-10 15:45:52'),(8834,2,2452,'','2013-10-10 15:45:52'),(8835,3,2452,'','2013-10-10 15:45:52'),(8836,4,2452,'','2013-10-10 15:45:52'),(8837,5,2452,'','2013-10-10 15:45:52'),(8838,6,2452,'','2013-10-10 15:45:52'),(8839,1,2453,'3565172','2013-10-10 15:51:36'),(8840,2,2453,'','2013-10-10 15:51:36'),(8841,3,2453,'','2013-10-10 15:51:36'),(8842,4,2453,'','2013-10-10 15:51:36'),(8843,5,2453,'','2013-10-10 15:51:36'),(8844,6,2453,'18.00','2013-10-10 15:51:36'),(8845,1,2454,'3565187','2013-10-10 16:11:44'),(8846,2,2454,'','2013-10-10 16:11:44'),(8847,3,2454,'','2013-10-10 16:11:44'),(8848,4,2454,'OPD','2013-10-10 16:11:44'),(8849,5,2454,'','2013-10-10 16:11:44'),(8850,6,2454,'','2013-10-10 16:11:44'),(8851,1,2455,'3565183','2013-10-10 16:14:53'),(8852,2,2455,'586994','2013-10-10 16:14:53'),(8853,3,2455,'','2013-10-10 16:14:53'),(8854,4,2455,'OPD','2013-10-10 16:14:53'),(8855,5,2455,'','2013-10-10 16:14:53'),(8856,6,2455,'56.00','2013-10-10 16:14:53'),(8857,1,2457,'','2013-10-10 16:14:53'),(8858,2,2457,'','2013-10-10 16:14:53'),(8859,3,2457,'','2013-10-10 16:14:53'),(8860,4,2457,'','2013-10-10 16:14:53'),(8861,5,2457,'','2013-10-10 16:14:53'),(8862,6,2457,'','2013-10-10 16:14:53'),(8863,1,2458,'3565208','2013-10-10 16:47:36'),(8864,2,2458,'','2013-10-10 16:47:36'),(8865,3,2458,'','2013-10-10 16:47:36'),(8866,4,2458,'OPD','2013-10-10 16:47:36'),(8867,5,2458,'','2013-10-10 16:47:36'),(8868,6,2458,'55.00','2013-10-10 16:47:36'),(8869,1,2459,'3565213','2013-10-10 16:57:36'),(8870,2,2459,'','2013-10-10 16:57:36'),(8871,3,2459,'','2013-10-10 16:57:36'),(8872,4,2459,'OPD','2013-10-10 16:57:36'),(8873,5,2459,'','2013-10-10 16:57:36'),(8874,6,2459,'479.00','2013-10-10 16:57:36'),(8875,1,2460,'3565216','2013-10-10 17:03:12'),(8876,2,2460,'','2013-10-10 17:03:12'),(8877,3,2460,'','2013-10-10 17:03:12'),(8878,4,2460,'OPD','2013-10-10 17:03:12'),(8879,5,2460,'','2013-10-10 17:03:12'),(8880,6,2460,'13.00','2013-10-10 17:03:12'),(8881,1,2461,'3565223','2013-10-10 17:08:31'),(8882,2,2461,'587004','2013-10-10 17:08:31'),(8883,3,2461,'','2013-10-10 17:08:31'),(8884,4,2461,'OPD','2013-10-10 17:08:31'),(8885,5,2461,'','2013-10-10 17:08:31'),(8886,6,2461,'84.00','2013-10-10 17:08:31'),(8887,1,2463,'','2013-10-10 17:08:31'),(8888,2,2463,'','2013-10-10 17:08:31'),(8889,3,2463,'','2013-10-10 17:08:31'),(8890,4,2463,'','2013-10-10 17:08:31'),(8891,5,2463,'','2013-10-10 17:08:31'),(8892,6,2463,'','2013-10-10 17:08:31'),(8893,1,2466,'','2013-10-10 17:08:31'),(8894,2,2466,'','2013-10-10 17:08:31'),(8895,3,2466,'','2013-10-10 17:08:31'),(8896,4,2466,'','2013-10-10 17:08:31'),(8897,5,2466,'','2013-10-10 17:08:31'),(8898,6,2466,'','2013-10-10 17:08:31'),(8899,1,2467,'3565232','2013-10-10 17:19:38'),(8900,2,2467,'','2013-10-10 17:19:38'),(8901,3,2467,'','2013-10-10 17:19:38'),(8902,4,2467,'OPD','2013-10-10 17:19:38'),(8903,5,2467,'','2013-10-10 17:19:38'),(8904,6,2467,'200.00','2013-10-10 17:19:38'),(8905,1,2469,'','2013-10-10 17:19:38'),(8906,2,2469,'','2013-10-10 17:19:38'),(8907,3,2469,'','2013-10-10 17:19:38'),(8908,4,2469,'','2013-10-10 17:19:38'),(8909,5,2469,'','2013-10-10 17:19:38'),(8910,6,2469,'','2013-10-10 17:19:38'),(8911,1,2470,'3565266','2013-10-10 18:13:06'),(8912,2,2470,'','2013-10-10 18:13:06'),(8913,3,2470,'','2013-10-10 18:13:06'),(8914,4,2470,'WARD','2013-10-10 18:13:06'),(8915,5,2470,'214621','2013-10-10 18:13:06'),(8916,6,2470,'20.00','2013-10-10 18:13:06'),(8917,1,2471,'3565270','2013-10-10 18:16:01'),(8918,2,2471,'','2013-10-10 18:16:01'),(8919,3,2471,'','2013-10-10 18:16:01'),(8920,4,2471,'OPD','2013-10-10 18:16:01'),(8921,5,2471,'','2013-10-10 18:16:01'),(8922,6,2471,'99.00','2013-10-10 18:16:01'),(8923,1,2473,'','2013-10-10 18:16:02'),(8924,2,2473,'','2013-10-10 18:16:02'),(8925,3,2473,'','2013-10-10 18:16:02'),(8926,4,2473,'','2013-10-10 18:16:02'),(8927,5,2473,'','2013-10-10 18:16:02'),(8928,6,2473,'','2013-10-10 18:16:02'),(8929,1,2474,'3565281','2013-10-10 18:27:53'),(8930,2,2474,'','2013-10-10 18:27:53'),(8931,3,2474,'','2013-10-10 18:27:53'),(8932,4,2474,'OPD','2013-10-10 18:27:53'),(8933,5,2474,'','2013-10-10 18:27:53'),(8934,6,2474,'15','2013-10-10 18:27:53'),(8935,1,2475,'3565326','2013-10-10 19:13:30'),(8936,2,2475,'587028','2013-10-10 19:13:30'),(8937,3,2475,'','2013-10-10 19:13:30'),(8938,4,2475,'OPD','2013-10-10 19:13:30'),(8939,5,2475,'','2013-10-10 19:13:30'),(8940,6,2475,'212.00','2013-10-10 19:13:30'),(8941,1,2477,'','2013-10-10 19:13:30'),(8942,2,2477,'','2013-10-10 19:13:30'),(8943,3,2477,'','2013-10-10 19:13:30'),(8944,4,2477,'','2013-10-10 19:13:30'),(8945,5,2477,'','2013-10-10 19:13:30'),(8946,6,2477,'','2013-10-10 19:13:30'),(8947,1,2480,'','2013-10-10 19:13:30'),(8948,2,2480,'','2013-10-10 19:13:30'),(8949,3,2480,'','2013-10-10 19:13:30'),(8950,4,2480,'','2013-10-10 19:13:30'),(8951,5,2480,'','2013-10-10 19:13:30'),(8952,6,2480,'','2013-10-10 19:13:30'),(8953,1,2481,'3565338','2013-10-10 19:31:28'),(8954,2,2481,'','2013-10-10 19:31:28'),(8955,3,2481,'','2013-10-10 19:31:28'),(8956,4,2481,'WARD','2013-10-10 19:31:28'),(8957,5,2481,'','2013-10-10 19:31:28'),(8958,6,2481,'31.00','2013-10-10 19:31:28'),(8959,1,2482,'','2013-10-10 21:10:53'),(8960,2,2482,'','2013-10-10 21:10:53'),(8961,3,2482,'','2013-10-10 21:10:53'),(8962,4,2482,'OPD','2013-10-10 21:10:53'),(8963,5,2482,'','2013-10-10 21:10:53'),(8964,6,2482,'','2013-10-10 21:10:53'),(8965,1,2483,'','2013-10-10 21:24:41'),(8966,2,2483,'','2013-10-10 21:24:41'),(8967,3,2483,'','2013-10-10 21:24:41'),(8968,4,2483,'OPD','2013-10-10 21:24:41'),(8969,5,2483,'','2013-10-10 21:24:41'),(8970,6,2483,'','2013-10-10 21:24:41'),(8971,1,2484,'','2013-10-11 06:26:16'),(8972,2,2484,'','2013-10-11 06:26:16'),(8973,3,2484,'','2013-10-11 06:26:16'),(8974,4,2484,'OPD','2013-10-11 06:26:16'),(8975,5,2484,'','2013-10-11 06:26:16'),(8976,6,2484,'','2013-10-11 06:26:16'),(8977,1,2485,'3565427','2013-10-11 07:29:12'),(8978,2,2485,'','2013-10-11 07:29:12'),(8979,3,2485,'','2013-10-11 07:29:12'),(8980,4,2485,'OPD','2013-10-11 07:29:12'),(8981,5,2485,'','2013-10-11 07:29:12'),(8982,6,2485,'41','2013-10-11 07:29:12'),(8983,1,2487,'','2013-10-11 07:29:12'),(8984,2,2487,'','2013-10-11 07:29:12'),(8985,3,2487,'','2013-10-11 07:29:12'),(8986,4,2487,'','2013-10-11 07:29:12'),(8987,5,2487,'','2013-10-11 07:29:12'),(8988,6,2487,'','2013-10-11 07:29:12'),(8989,1,2488,'3565451','2013-10-11 07:31:05'),(8990,2,2488,'','2013-10-11 07:31:05'),(8991,3,2488,'','2013-10-11 07:31:05'),(8992,4,2488,'OPD','2013-10-11 07:31:05'),(8993,5,2488,'','2013-10-11 07:31:06'),(8994,6,2488,'81','2013-10-11 07:31:06'),(8995,1,2489,'','2013-10-11 07:46:50'),(8996,2,2489,'','2013-10-11 07:46:50'),(8997,3,2489,'','2013-10-11 07:46:50'),(8998,4,2489,'OUT','2013-10-11 07:46:50'),(8999,5,2489,'','2013-10-11 07:46:50'),(9000,6,2489,'39','2013-10-11 07:46:50'),(9001,1,2490,'','2013-10-11 08:12:03'),(9002,2,2490,'','2013-10-11 08:12:03'),(9003,3,2490,'','2013-10-11 08:12:03'),(9004,4,2490,'OPD','2013-10-11 08:12:03'),(9005,5,2490,'','2013-10-11 08:12:03'),(9006,6,2490,'69','2013-10-11 08:12:03'),(9007,1,2491,'3565422','2013-10-11 08:14:53'),(9008,2,2491,'587062','2013-10-11 08:14:53'),(9009,3,2491,'','2013-10-11 08:14:53'),(9010,4,2491,'OPD','2013-10-11 08:14:53'),(9011,5,2491,'','2013-10-11 08:14:53'),(9012,6,2491,'32','2013-10-11 08:14:53'),(9013,1,2493,'','2013-10-11 08:14:53'),(9014,2,2493,'','2013-10-11 08:14:53'),(9015,3,2493,'','2013-10-11 08:14:53'),(9016,4,2493,'','2013-10-11 08:14:53'),(9017,5,2493,'','2013-10-11 08:14:53'),(9018,6,2493,'','2013-10-11 08:14:53'),(9019,1,2494,'3565392','2013-10-11 08:20:40'),(9020,2,2494,'','2013-10-11 08:20:40'),(9021,3,2494,'','2013-10-11 08:20:40'),(9022,4,2494,'OPD','2013-10-11 08:20:40'),(9023,5,2494,'','2013-10-11 08:20:40'),(9024,6,2494,'48.24','2013-10-11 08:20:40'),(9025,1,2495,'','2013-10-11 08:40:40'),(9026,2,2495,'','2013-10-11 08:40:40'),(9027,3,2495,'','2013-10-11 08:40:40'),(9028,4,2495,'OPD','2013-10-11 08:40:40'),(9029,5,2495,'','2013-10-11 08:40:40'),(9030,6,2495,'81','2013-10-11 08:40:40'),(9031,1,2496,'','2013-10-11 09:02:21'),(9032,2,2496,'','2013-10-11 09:02:21'),(9033,3,2496,'','2013-10-11 09:02:21'),(9034,4,2496,'OPD','2013-10-11 09:02:21'),(9035,5,2496,'','2013-10-11 09:02:21'),(9036,6,2496,'365','2013-10-11 09:02:21'),(9037,1,2497,'','2013-10-11 09:08:06'),(9038,2,2497,'','2013-10-11 09:08:06'),(9039,3,2497,'','2013-10-11 09:08:06'),(9040,4,2497,'MED','2013-10-11 09:08:06'),(9041,5,2497,'','2013-10-11 09:08:06'),(9042,6,2497,'','2013-10-11 09:08:06'),(9043,1,2499,'','2013-10-11 09:08:06'),(9044,2,2499,'','2013-10-11 09:08:06'),(9045,3,2499,'','2013-10-11 09:08:06'),(9046,4,2499,'','2013-10-11 09:08:06'),(9047,5,2499,'','2013-10-11 09:08:06'),(9048,6,2499,'','2013-10-11 09:08:06'),(9049,1,2502,'','2013-10-11 09:08:06'),(9050,2,2502,'','2013-10-11 09:08:06'),(9051,3,2502,'','2013-10-11 09:08:06'),(9052,4,2502,'','2013-10-11 09:08:06'),(9053,5,2502,'','2013-10-11 09:08:06'),(9054,6,2502,'','2013-10-11 09:08:06'),(9055,1,2506,'','2013-10-11 09:08:07'),(9056,2,2506,'','2013-10-11 09:08:07'),(9057,3,2506,'','2013-10-11 09:08:07'),(9058,4,2506,'','2013-10-11 09:08:07'),(9059,5,2506,'','2013-10-11 09:08:07'),(9060,6,2506,'','2013-10-11 09:08:07'),(9061,1,2511,'','2013-10-11 09:08:07'),(9062,2,2511,'','2013-10-11 09:08:07'),(9063,3,2511,'','2013-10-11 09:08:07'),(9064,4,2511,'','2013-10-11 09:08:07'),(9065,5,2511,'','2013-10-11 09:08:07'),(9066,6,2511,'','2013-10-11 09:08:07'),(9067,1,2512,'','2013-10-11 09:13:22'),(9068,2,2512,'','2013-10-11 09:13:22'),(9069,3,2512,'','2013-10-11 09:13:22'),(9070,4,2512,'OPD','2013-10-11 09:13:22'),(9071,5,2512,'','2013-10-11 09:13:22'),(9072,6,2512,'25','2013-10-11 09:13:22'),(9073,1,2514,'','2013-10-11 09:13:22'),(9074,2,2514,'','2013-10-11 09:13:22'),(9075,3,2514,'','2013-10-11 09:13:22'),(9076,4,2514,'','2013-10-11 09:13:22'),(9077,5,2514,'','2013-10-11 09:13:22'),(9078,6,2514,'','2013-10-11 09:13:22'),(9079,1,2515,'','2013-10-11 09:17:19'),(9080,2,2515,'','2013-10-11 09:17:19'),(9081,3,2515,'','2013-10-11 09:17:19'),(9082,4,2515,'OPD','2013-10-11 09:17:19'),(9083,5,2515,'','2013-10-11 09:17:19'),(9084,6,2515,'216','2013-10-11 09:17:19'),(9085,1,2517,'','2013-10-11 09:17:19'),(9086,2,2517,'','2013-10-11 09:17:19'),(9087,3,2517,'','2013-10-11 09:17:19'),(9088,4,2517,'','2013-10-11 09:17:19'),(9089,5,2517,'','2013-10-11 09:17:19'),(9090,6,2517,'','2013-10-11 09:17:19'),(9091,1,2520,'','2013-10-11 09:17:20'),(9092,2,2520,'','2013-10-11 09:17:20'),(9093,3,2520,'','2013-10-11 09:17:20'),(9094,4,2520,'','2013-10-11 09:17:20'),(9095,5,2520,'','2013-10-11 09:17:20'),(9096,6,2520,'','2013-10-11 09:17:20'),(9097,1,2521,'3564343','2013-10-11 09:20:13'),(9098,2,2521,'587075','2013-10-11 09:20:13'),(9099,3,2521,'','2013-10-11 09:20:13'),(9100,4,2521,'OPD','2013-10-11 09:20:13'),(9101,5,2521,'','2013-10-11 09:20:13'),(9102,6,2521,'147','2013-10-11 09:20:13'),(9103,1,2523,'','2013-10-11 09:20:13'),(9104,2,2523,'','2013-10-11 09:20:13'),(9105,3,2523,'','2013-10-11 09:20:13'),(9106,4,2523,'','2013-10-11 09:20:13'),(9107,5,2523,'','2013-10-11 09:20:13'),(9108,6,2523,'','2013-10-11 09:20:13'),(9109,1,2524,'','2013-10-11 09:30:48'),(9110,2,2524,'','2013-10-11 09:30:48'),(9111,3,2524,'','2013-10-11 09:30:48'),(9112,4,2524,'OPD','2013-10-11 09:30:48'),(9113,5,2524,'','2013-10-11 09:30:48'),(9114,6,2524,'133','2013-10-11 09:30:48'),(9115,1,2526,'','2013-10-11 09:30:48'),(9116,2,2526,'','2013-10-11 09:30:48'),(9117,3,2526,'','2013-10-11 09:30:48'),(9118,4,2526,'','2013-10-11 09:30:48'),(9119,5,2526,'','2013-10-11 09:30:48'),(9120,6,2526,'','2013-10-11 09:30:48'),(9121,1,2527,'','2013-10-11 09:34:49'),(9122,2,2527,'','2013-10-11 09:34:49'),(9123,3,2527,'','2013-10-11 09:34:49'),(9124,4,2527,'OPD','2013-10-11 09:34:49'),(9125,5,2527,'','2013-10-11 09:34:49'),(9126,6,2527,'105','2013-10-11 09:34:49'),(9127,1,2529,'','2013-10-11 09:34:49'),(9128,2,2529,'','2013-10-11 09:34:49'),(9129,3,2529,'','2013-10-11 09:34:49'),(9130,4,2529,'','2013-10-11 09:34:49'),(9131,5,2529,'','2013-10-11 09:34:49'),(9132,6,2529,'','2013-10-11 09:34:49'),(9133,1,2530,'','2013-10-11 09:36:53'),(9134,2,2530,'','2013-10-11 09:36:53'),(9135,3,2530,'','2013-10-11 09:36:53'),(9136,4,2530,'','2013-10-11 09:36:53'),(9137,5,2530,'','2013-10-11 09:36:53'),(9138,6,2530,'','2013-10-11 09:36:53'),(9139,1,2531,'356569','2013-10-11 09:46:25'),(9140,2,2531,'587082','2013-10-11 09:46:25'),(9141,3,2531,'','2013-10-11 09:46:25'),(9142,4,2531,'OPD','2013-10-11 09:46:25'),(9143,5,2531,'','2013-10-11 09:46:25'),(9144,6,2531,'360','2013-10-11 09:46:25'),(9145,1,2533,'','2013-10-11 09:46:25'),(9146,2,2533,'','2013-10-11 09:46:25'),(9147,3,2533,'','2013-10-11 09:46:25'),(9148,4,2533,'','2013-10-11 09:46:25'),(9149,5,2533,'','2013-10-11 09:46:25'),(9150,6,2533,'','2013-10-11 09:46:25'),(9151,1,2536,'','2013-10-11 09:46:26'),(9152,2,2536,'','2013-10-11 09:46:26'),(9153,3,2536,'','2013-10-11 09:46:26'),(9154,4,2536,'','2013-10-11 09:46:26'),(9155,5,2536,'','2013-10-11 09:46:26'),(9156,6,2536,'','2013-10-11 09:46:26'),(9157,1,2537,'','2013-10-11 09:55:00'),(9158,2,2537,'','2013-10-11 09:55:00'),(9159,3,2537,'','2013-10-11 09:55:00'),(9160,4,2537,'OPD','2013-10-11 09:55:00'),(9161,5,2537,'','2013-10-11 09:55:00'),(9162,6,2537,'56','2013-10-11 09:55:00'),(9163,1,2539,'','2013-10-11 09:55:00'),(9164,2,2539,'','2013-10-11 09:55:00'),(9165,3,2539,'','2013-10-11 09:55:00'),(9166,4,2539,'','2013-10-11 09:55:00'),(9167,5,2539,'','2013-10-11 09:55:00'),(9168,6,2539,'','2013-10-11 09:55:00'),(9169,1,2540,'3565586','2013-10-11 10:04:28'),(9170,2,2540,'587085','2013-10-11 10:04:28'),(9171,3,2540,'','2013-10-11 10:04:28'),(9172,4,2540,'OPD','2013-10-11 10:04:28'),(9173,5,2540,'','2013-10-11 10:04:28'),(9174,6,2540,'64','2013-10-11 10:04:28'),(9175,1,2541,'3565578','2013-10-11 10:07:44'),(9176,2,2541,'587091','2013-10-11 10:07:44'),(9177,3,2541,'','2013-10-11 10:07:44'),(9178,4,2541,'OPD','2013-10-11 10:07:44'),(9179,5,2541,'','2013-10-11 10:07:44'),(9180,6,2541,'210','2013-10-11 10:07:44'),(9181,1,2542,'','2013-10-11 10:09:03'),(9182,2,2542,'','2013-10-11 10:09:03'),(9183,3,2542,'','2013-10-11 10:09:03'),(9184,4,2542,'','2013-10-11 10:09:03'),(9185,5,2542,'','2013-10-11 10:09:03'),(9186,6,2542,'','2013-10-11 10:09:03'),(9187,1,2544,'','2013-10-11 10:09:03'),(9188,2,2544,'','2013-10-11 10:09:03'),(9189,3,2544,'','2013-10-11 10:09:03'),(9190,4,2544,'','2013-10-11 10:09:03'),(9191,5,2544,'','2013-10-11 10:09:03'),(9192,6,2544,'','2013-10-11 10:09:03'),(9193,1,2545,'','2013-10-11 10:20:59'),(9194,2,2545,'','2013-10-11 10:20:59'),(9195,3,2545,'','2013-10-11 10:20:59'),(9196,4,2545,'OPD','2013-10-11 10:20:59'),(9197,5,2545,'','2013-10-11 10:20:59'),(9198,6,2545,'146','2013-10-11 10:20:59'),(9199,1,2547,'','2013-10-11 10:21:00'),(9200,2,2547,'','2013-10-11 10:21:00'),(9201,3,2547,'','2013-10-11 10:21:00'),(9202,4,2547,'','2013-10-11 10:21:00'),(9203,5,2547,'','2013-10-11 10:21:00'),(9204,6,2547,'','2013-10-11 10:21:00'),(9205,1,2548,'','2013-10-11 10:23:28'),(9206,2,2548,'','2013-10-11 10:23:28'),(9207,3,2548,'','2013-10-11 10:23:28'),(9208,4,2548,'OPD','2013-10-11 10:23:28'),(9209,5,2548,'','2013-10-11 10:23:28'),(9210,6,2548,'18','2013-10-11 10:23:28'),(9211,1,2549,'','2013-10-11 10:26:00'),(9212,2,2549,'','2013-10-11 10:26:00'),(9213,3,2549,'','2013-10-11 10:26:00'),(9214,4,2549,'','2013-10-11 10:26:00'),(9215,5,2549,'210600','2013-10-11 10:26:00'),(9216,6,2549,'','2013-10-11 10:26:00'),(9217,1,2551,'','2013-10-11 10:26:00'),(9218,2,2551,'','2013-10-11 10:26:00'),(9219,3,2551,'','2013-10-11 10:26:00'),(9220,4,2551,'','2013-10-11 10:26:00'),(9221,5,2551,'','2013-10-11 10:26:00'),(9222,6,2551,'','2013-10-11 10:26:00'),(9223,1,2552,'','2013-10-11 10:29:13'),(9224,2,2552,'','2013-10-11 10:29:13'),(9225,3,2552,'','2013-10-11 10:29:13'),(9226,4,2552,'OPD','2013-10-11 10:29:13'),(9227,5,2552,'','2013-10-11 10:29:13'),(9228,6,2552,'166.4','2013-10-11 10:29:13'),(9229,1,2554,'','2013-10-11 10:29:13'),(9230,2,2554,'','2013-10-11 10:29:13'),(9231,3,2554,'','2013-10-11 10:29:13'),(9232,4,2554,'','2013-10-11 10:29:13'),(9233,5,2554,'','2013-10-11 10:29:13'),(9234,6,2554,'','2013-10-11 10:29:13'),(9235,1,2555,'','2013-10-11 10:39:51'),(9236,2,2555,'','2013-10-11 10:39:51'),(9237,3,2555,'','2013-10-11 10:39:51'),(9238,4,2555,'','2013-10-11 10:39:51'),(9239,5,2555,'','2013-10-11 10:39:51'),(9240,6,2555,'','2013-10-11 10:39:51'),(9241,1,2557,'','2013-10-11 10:39:51'),(9242,2,2557,'','2013-10-11 10:39:51'),(9243,3,2557,'','2013-10-11 10:39:51'),(9244,4,2557,'','2013-10-11 10:39:51'),(9245,5,2557,'','2013-10-11 10:39:51'),(9246,6,2557,'','2013-10-11 10:39:51'),(9247,1,2560,'','2013-10-11 10:39:51'),(9248,2,2560,'','2013-10-11 10:39:51'),(9249,3,2560,'','2013-10-11 10:39:51'),(9250,4,2560,'','2013-10-11 10:39:51'),(9251,5,2560,'','2013-10-11 10:39:51'),(9252,6,2560,'','2013-10-11 10:39:51'),(9253,1,2564,'','2013-10-11 10:39:52'),(9254,2,2564,'','2013-10-11 10:39:52'),(9255,3,2564,'','2013-10-11 10:39:52'),(9256,4,2564,'','2013-10-11 10:39:52'),(9257,5,2564,'','2013-10-11 10:39:52'),(9258,6,2564,'','2013-10-11 10:39:52'),(9259,1,2565,'','2013-10-11 10:43:05'),(9260,2,2565,'','2013-10-11 10:43:05'),(9261,3,2565,'','2013-10-11 10:43:05'),(9262,4,2565,'OPD','2013-10-11 10:43:05'),(9263,5,2565,'','2013-10-11 10:43:05'),(9264,6,2565,'148','2013-10-11 10:43:05'),(9265,1,2567,'','2013-10-11 10:43:08'),(9266,2,2567,'','2013-10-11 10:43:08'),(9267,3,2567,'','2013-10-11 10:43:08'),(9268,4,2567,'','2013-10-11 10:43:08'),(9269,5,2567,'','2013-10-11 10:43:08'),(9270,6,2567,'','2013-10-11 10:43:08'),(9271,1,2568,'','2013-10-11 10:53:00'),(9272,2,2568,'','2013-10-11 10:53:00'),(9273,3,2568,'','2013-10-11 10:53:00'),(9274,4,2568,'OPD','2013-10-11 10:53:00'),(9275,5,2568,'','2013-10-11 10:53:00'),(9276,6,2568,'40','2013-10-11 10:53:00'),(9277,1,2569,'','2013-10-11 11:00:53'),(9278,2,2569,'','2013-10-11 11:00:53'),(9279,3,2569,'','2013-10-11 11:00:53'),(9280,4,2569,'','2013-10-11 11:00:53'),(9281,5,2569,'','2013-10-11 11:00:53'),(9282,6,2569,'','2013-10-11 11:00:53'),(9283,1,2570,'','2013-10-11 11:11:02'),(9284,2,2570,'','2013-10-11 11:11:02'),(9285,3,2570,'','2013-10-11 11:11:02'),(9286,4,2570,'OPD','2013-10-11 11:11:02'),(9287,5,2570,'','2013-10-11 11:11:02'),(9288,6,2570,'35','2013-10-11 11:11:02'),(9289,1,2572,'','2013-10-11 11:11:02'),(9290,2,2572,'','2013-10-11 11:11:02'),(9291,3,2572,'','2013-10-11 11:11:02'),(9292,4,2572,'','2013-10-11 11:11:02'),(9293,5,2572,'','2013-10-11 11:11:02'),(9294,6,2572,'','2013-10-11 11:11:02'),(9295,1,2573,'','2013-10-11 11:13:23'),(9296,2,2573,'','2013-10-11 11:13:23'),(9297,3,2573,'','2013-10-11 11:13:23'),(9298,4,2573,'OPD','2013-10-11 11:13:23'),(9299,5,2573,'','2013-10-11 11:13:23'),(9300,6,2573,'66','2013-10-11 11:13:23'),(9301,1,2574,'','2013-10-11 11:14:59'),(9302,2,2574,'','2013-10-11 11:14:59'),(9303,3,2574,'','2013-10-11 11:14:59'),(9304,4,2574,'OPD','2013-10-11 11:14:59'),(9305,5,2574,'','2013-10-11 11:14:59'),(9306,6,2574,'66','2013-10-11 11:14:59'),(9307,1,2575,'','2013-10-11 11:17:52'),(9308,2,2575,'','2013-10-11 11:17:52'),(9309,3,2575,'','2013-10-11 11:17:52'),(9310,4,2575,'OPD','2013-10-11 11:17:52'),(9311,5,2575,'','2013-10-11 11:17:52'),(9312,6,2575,'112','2013-10-11 11:17:52'),(9313,1,2577,'','2013-10-11 11:17:52'),(9314,2,2577,'','2013-10-11 11:17:52'),(9315,3,2577,'','2013-10-11 11:17:52'),(9316,4,2577,'','2013-10-11 11:17:52'),(9317,5,2577,'','2013-10-11 11:17:52'),(9318,6,2577,'','2013-10-11 11:17:52'),(9319,1,2578,'','2013-10-11 11:25:06'),(9320,2,2578,'','2013-10-11 11:25:06'),(9321,3,2578,'','2013-10-11 11:25:06'),(9322,4,2578,'OPD','2013-10-11 11:25:06'),(9323,5,2578,'','2013-10-11 11:25:06'),(9324,6,2578,'','2013-10-11 11:25:06'),(9325,1,2580,'','2013-10-11 11:25:06'),(9326,2,2580,'','2013-10-11 11:25:06'),(9327,3,2580,'','2013-10-11 11:25:06'),(9328,4,2580,'','2013-10-11 11:25:06'),(9329,5,2580,'','2013-10-11 11:25:06'),(9330,6,2580,'','2013-10-11 11:25:06'),(9331,1,2583,'','2013-10-11 11:25:06'),(9332,2,2583,'','2013-10-11 11:25:06'),(9333,3,2583,'','2013-10-11 11:25:06'),(9334,4,2583,'','2013-10-11 11:25:06'),(9335,5,2583,'','2013-10-11 11:25:06'),(9336,6,2583,'','2013-10-11 11:25:06'),(9337,1,2587,'','2013-10-11 11:25:07'),(9338,2,2587,'','2013-10-11 11:25:07'),(9339,3,2587,'','2013-10-11 11:25:07'),(9340,4,2587,'','2013-10-11 11:25:07'),(9341,5,2587,'','2013-10-11 11:25:07'),(9342,6,2587,'','2013-10-11 11:25:07'),(9343,1,2592,'','2013-10-11 11:25:07'),(9344,2,2592,'','2013-10-11 11:25:07'),(9345,3,2592,'','2013-10-11 11:25:07'),(9346,4,2592,'','2013-10-11 11:25:07'),(9347,5,2592,'','2013-10-11 11:25:07'),(9348,6,2592,'','2013-10-11 11:25:07'),(9349,1,2593,'','2013-10-11 11:29:40'),(9350,2,2593,'','2013-10-11 11:29:40'),(9351,3,2593,'','2013-10-11 11:29:40'),(9352,4,2593,'OPD','2013-10-11 11:29:40'),(9353,5,2593,'','2013-10-11 11:29:40'),(9354,6,2593,'','2013-10-11 11:29:40'),(9355,1,2595,'','2013-10-11 11:29:40'),(9356,2,2595,'','2013-10-11 11:29:40'),(9357,3,2595,'','2013-10-11 11:29:40'),(9358,4,2595,'','2013-10-11 11:29:40'),(9359,5,2595,'','2013-10-11 11:29:40'),(9360,6,2595,'','2013-10-11 11:29:40'),(9361,1,2598,'','2013-10-11 11:29:40'),(9362,2,2598,'','2013-10-11 11:29:40'),(9363,3,2598,'','2013-10-11 11:29:40'),(9364,4,2598,'','2013-10-11 11:29:40'),(9365,5,2598,'','2013-10-11 11:29:40'),(9366,6,2598,'','2013-10-11 11:29:40'),(9367,1,2602,'','2013-10-11 11:29:40'),(9368,2,2602,'','2013-10-11 11:29:40'),(9369,3,2602,'','2013-10-11 11:29:40'),(9370,4,2602,'','2013-10-11 11:29:40'),(9371,5,2602,'','2013-10-11 11:29:40'),(9372,6,2602,'','2013-10-11 11:29:40'),(9373,1,2607,'','2013-10-11 11:29:41'),(9374,2,2607,'','2013-10-11 11:29:41'),(9375,3,2607,'','2013-10-11 11:29:41'),(9376,4,2607,'','2013-10-11 11:29:41'),(9377,5,2607,'','2013-10-11 11:29:41'),(9378,6,2607,'','2013-10-11 11:29:41'),(9379,1,2608,'3565639','2013-10-11 11:36:06'),(9380,2,2608,'587103','2013-10-11 11:36:06'),(9381,3,2608,'','2013-10-11 11:36:06'),(9382,4,2608,'SR','2013-10-11 11:36:06'),(9383,5,2608,'','2013-10-11 11:36:06'),(9384,6,2608,'35','2013-10-11 11:36:06'),(9385,1,2609,'','2013-10-11 11:41:58'),(9386,2,2609,'','2013-10-11 11:41:58'),(9387,3,2609,'','2013-10-11 11:41:58'),(9388,4,2609,'','2013-10-11 11:41:58'),(9389,5,2609,'','2013-10-11 11:41:58'),(9390,6,2609,'','2013-10-11 11:41:58'),(9391,1,2610,'','2013-10-11 11:45:26'),(9392,2,2610,'','2013-10-11 11:45:26'),(9393,3,2610,'','2013-10-11 11:45:26'),(9394,4,2610,'OPD','2013-10-11 11:45:26'),(9395,5,2610,'','2013-10-11 11:45:26'),(9396,6,2610,'232','2013-10-11 11:45:26'),(9397,1,2612,'','2013-10-11 11:45:27'),(9398,2,2612,'','2013-10-11 11:45:27'),(9399,3,2612,'','2013-10-11 11:45:27'),(9400,4,2612,'','2013-10-11 11:45:27'),(9401,5,2612,'','2013-10-11 11:45:27'),(9402,6,2612,'','2013-10-11 11:45:27'),(9403,1,2613,'','2013-10-11 11:47:42'),(9404,2,2613,'','2013-10-11 11:47:42'),(9405,3,2613,'','2013-10-11 11:47:42'),(9406,4,2613,'OPD','2013-10-11 11:47:42'),(9407,5,2613,'','2013-10-11 11:47:42'),(9408,6,2613,'40','2013-10-11 11:47:42'),(9409,1,2614,'','2013-10-11 12:03:35'),(9410,2,2614,'','2013-10-11 12:03:35'),(9411,3,2614,'','2013-10-11 12:03:35'),(9412,4,2614,'OPD','2013-10-11 12:03:35'),(9413,5,2614,'','2013-10-11 12:03:35'),(9414,6,2614,'266','2013-10-11 12:03:35'),(9415,1,2616,'','2013-10-11 12:03:35'),(9416,2,2616,'','2013-10-11 12:03:35'),(9417,3,2616,'','2013-10-11 12:03:35'),(9418,4,2616,'','2013-10-11 12:03:35'),(9419,5,2616,'','2013-10-11 12:03:35'),(9420,6,2616,'','2013-10-11 12:03:35'),(9421,1,2619,'','2013-10-11 12:03:35'),(9422,2,2619,'','2013-10-11 12:03:35'),(9423,3,2619,'','2013-10-11 12:03:35'),(9424,4,2619,'','2013-10-11 12:03:35'),(9425,5,2619,'','2013-10-11 12:03:35'),(9426,6,2619,'','2013-10-11 12:03:35'),(9427,1,2623,'','2013-10-11 12:03:36'),(9428,2,2623,'','2013-10-11 12:03:36'),(9429,3,2623,'','2013-10-11 12:03:36'),(9430,4,2623,'','2013-10-11 12:03:36'),(9431,5,2623,'','2013-10-11 12:03:36'),(9432,6,2623,'','2013-10-11 12:03:36'),(9433,1,2628,'','2013-10-11 12:03:36'),(9434,2,2628,'','2013-10-11 12:03:36'),(9435,3,2628,'','2013-10-11 12:03:36'),(9436,4,2628,'','2013-10-11 12:03:36'),(9437,5,2628,'','2013-10-11 12:03:36'),(9438,6,2628,'','2013-10-11 12:03:36'),(9439,1,2629,'','2013-10-11 12:04:39'),(9440,2,2629,'','2013-10-11 12:04:39'),(9441,3,2629,'MEDICAL EXAMS','2013-10-11 12:04:39'),(9442,4,2629,'OPD','2013-10-11 12:04:39'),(9443,5,2629,'','2013-10-11 12:04:39'),(9444,6,2629,'','2013-10-11 12:04:39'),(9445,1,2630,'3565674','2013-10-11 12:10:01'),(9446,2,2630,'','2013-10-11 12:10:01'),(9447,3,2630,'','2013-10-11 12:10:01'),(9448,4,2630,'','2013-10-11 12:10:01'),(9449,5,2630,'','2013-10-11 12:10:01'),(9450,6,2630,'101.00','2013-10-11 12:10:01'),(9451,1,2632,'','2013-10-11 12:10:02'),(9452,2,2632,'','2013-10-11 12:10:02'),(9453,3,2632,'','2013-10-11 12:10:02'),(9454,4,2632,'','2013-10-11 12:10:02'),(9455,5,2632,'','2013-10-11 12:10:02'),(9456,6,2632,'','2013-10-11 12:10:02'),(9457,1,2635,'','2013-10-11 12:10:02'),(9458,2,2635,'','2013-10-11 12:10:02'),(9459,3,2635,'','2013-10-11 12:10:02'),(9460,4,2635,'','2013-10-11 12:10:02'),(9461,5,2635,'','2013-10-11 12:10:02'),(9462,6,2635,'','2013-10-11 12:10:02'),(9463,1,2636,'','2013-10-11 12:13:50'),(9464,2,2636,'','2013-10-11 12:13:50'),(9465,3,2636,'','2013-10-11 12:13:50'),(9466,4,2636,'','2013-10-11 12:13:50'),(9467,5,2636,'','2013-10-11 12:13:50'),(9468,6,2636,'','2013-10-11 12:13:50'),(9469,1,2638,'','2013-10-11 12:13:50'),(9470,2,2638,'','2013-10-11 12:13:50'),(9471,3,2638,'','2013-10-11 12:13:50'),(9472,4,2638,'','2013-10-11 12:13:50'),(9473,5,2638,'','2013-10-11 12:13:50'),(9474,6,2638,'','2013-10-11 12:13:50'),(9475,1,2641,'','2013-10-11 12:13:50'),(9476,2,2641,'','2013-10-11 12:13:50'),(9477,3,2641,'','2013-10-11 12:13:50'),(9478,4,2641,'','2013-10-11 12:13:50'),(9479,5,2641,'','2013-10-11 12:13:50'),(9480,6,2641,'','2013-10-11 12:13:50'),(9481,1,2645,'','2013-10-11 12:13:51'),(9482,2,2645,'','2013-10-11 12:13:51'),(9483,3,2645,'','2013-10-11 12:13:51'),(9484,4,2645,'','2013-10-11 12:13:51'),(9485,5,2645,'','2013-10-11 12:13:51'),(9486,6,2645,'','2013-10-11 12:13:51'),(9487,1,2646,'','2013-10-11 12:18:22'),(9488,2,2646,'','2013-10-11 12:18:22'),(9489,3,2646,'','2013-10-11 12:18:22'),(9490,4,2646,'','2013-10-11 12:18:22'),(9491,5,2646,'','2013-10-11 12:18:22'),(9492,6,2646,'','2013-10-11 12:18:22'),(9493,1,2648,'','2013-10-11 12:18:22'),(9494,2,2648,'','2013-10-11 12:18:22'),(9495,3,2648,'','2013-10-11 12:18:22'),(9496,4,2648,'','2013-10-11 12:18:22'),(9497,5,2648,'','2013-10-11 12:18:22'),(9498,6,2648,'','2013-10-11 12:18:22'),(9499,1,2651,'','2013-10-11 12:18:22'),(9500,2,2651,'','2013-10-11 12:18:22'),(9501,3,2651,'','2013-10-11 12:18:22'),(9502,4,2651,'','2013-10-11 12:18:22'),(9503,5,2651,'','2013-10-11 12:18:22'),(9504,6,2651,'','2013-10-11 12:18:22'),(9505,1,2655,'','2013-10-11 12:18:23'),(9506,2,2655,'','2013-10-11 12:18:23'),(9507,3,2655,'','2013-10-11 12:18:23'),(9508,4,2655,'','2013-10-11 12:18:23'),(9509,5,2655,'','2013-10-11 12:18:23'),(9510,6,2655,'','2013-10-11 12:18:23'),(9511,1,2660,'','2013-10-11 12:18:23'),(9512,2,2660,'','2013-10-11 12:18:23'),(9513,3,2660,'','2013-10-11 12:18:23'),(9514,4,2660,'','2013-10-11 12:18:23'),(9515,5,2660,'','2013-10-11 12:18:23'),(9516,6,2660,'','2013-10-11 12:18:23'),(9517,1,2661,'3565680','2013-10-11 12:21:34'),(9518,2,2661,'','2013-10-11 12:21:34'),(9519,3,2661,'','2013-10-11 12:21:34'),(9520,4,2661,'','2013-10-11 12:21:34'),(9521,5,2661,'','2013-10-11 12:21:34'),(9522,6,2661,'22.00','2013-10-11 12:21:34'),(9523,1,2662,'3565678','2013-10-11 12:23:40'),(9524,2,2662,'587109','2013-10-11 12:23:40'),(9525,3,2662,'','2013-10-11 12:23:40'),(9526,4,2662,'','2013-10-11 12:23:40'),(9527,5,2662,'','2013-10-11 12:23:40'),(9528,6,2662,'','2013-10-11 12:23:40'),(9529,1,2663,'3565689','2013-10-11 12:25:16'),(9530,2,2663,'587114','2013-10-11 12:25:16'),(9531,3,2663,'','2013-10-11 12:25:16'),(9532,4,2663,'','2013-10-11 12:25:16'),(9533,5,2663,'','2013-10-11 12:25:16'),(9534,6,2663,'50.00','2013-10-11 12:25:16'),(9535,1,2664,'3565696','2013-10-11 12:27:13'),(9536,2,2664,'','2013-10-11 12:27:13'),(9537,3,2664,'','2013-10-11 12:27:13'),(9538,4,2664,'','2013-10-11 12:27:13'),(9539,5,2664,'','2013-10-11 12:27:13'),(9540,6,2664,'106.00','2013-10-11 12:27:13'),(9541,1,2665,'3565704','2013-10-11 12:32:36'),(9542,2,2665,'','2013-10-11 12:32:36'),(9543,3,2665,'MALARIA R/O ENTERIC FEVER','2013-10-11 12:32:36'),(9544,4,2665,'OPD','2013-10-11 12:32:36'),(9545,5,2665,'','2013-10-11 12:32:36'),(9546,6,2665,'55.00','2013-10-11 12:32:36'),(9547,1,2667,'','2013-10-11 12:32:36'),(9548,2,2667,'','2013-10-11 12:32:36'),(9549,3,2667,'','2013-10-11 12:32:36'),(9550,4,2667,'','2013-10-11 12:32:36'),(9551,5,2667,'','2013-10-11 12:32:36'),(9552,6,2667,'','2013-10-11 12:32:36'),(9553,1,2668,'3565698','2013-10-11 12:36:51'),(9554,2,2668,'587119','2013-10-11 12:36:51'),(9555,3,2668,'MENOPAUSE','2013-10-11 12:36:51'),(9556,4,2668,'OPD','2013-10-11 12:36:51'),(9557,5,2668,'','2013-10-11 12:36:51'),(9558,6,2668,'198.80','2013-10-11 12:36:51'),(9559,1,2670,'','2013-10-11 12:36:51'),(9560,2,2670,'','2013-10-11 12:36:51'),(9561,3,2670,'','2013-10-11 12:36:51'),(9562,4,2670,'','2013-10-11 12:36:51'),(9563,5,2670,'','2013-10-11 12:36:51'),(9564,6,2670,'','2013-10-11 12:36:51'),(9565,1,2673,'','2013-10-11 12:36:51'),(9566,2,2673,'','2013-10-11 12:36:51'),(9567,3,2673,'','2013-10-11 12:36:51'),(9568,4,2673,'','2013-10-11 12:36:51'),(9569,5,2673,'','2013-10-11 12:36:51'),(9570,6,2673,'','2013-10-11 12:36:51'),(9571,1,2674,'3565721','2013-10-11 12:42:18'),(9572,2,2674,'','2013-10-11 12:42:18'),(9573,3,2674,'','2013-10-11 12:42:18'),(9574,4,2674,'','2013-10-11 12:42:18'),(9575,5,2674,'','2013-10-11 12:42:18'),(9576,6,2674,'67.00','2013-10-11 12:42:18'),(9577,1,2676,'','2013-10-11 12:42:18'),(9578,2,2676,'','2013-10-11 12:42:18'),(9579,3,2676,'','2013-10-11 12:42:18'),(9580,4,2676,'','2013-10-11 12:42:18'),(9581,5,2676,'','2013-10-11 12:42:18'),(9582,6,2676,'','2013-10-11 12:42:18'),(9583,1,2677,'3565714','2013-10-11 12:45:54'),(9584,2,2677,'587131','2013-10-11 12:45:54'),(9585,3,2677,'INFECTIVE GASTROENTERITIS','2013-10-11 12:45:54'),(9586,4,2677,'OPD','2013-10-11 12:45:54'),(9587,5,2677,'','2013-10-11 12:45:54'),(9588,6,2677,'58.00','2013-10-11 12:45:54'),(9589,1,2679,'','2013-10-11 12:45:57'),(9590,2,2679,'','2013-10-11 12:45:57'),(9591,3,2679,'','2013-10-11 12:45:57'),(9592,4,2679,'','2013-10-11 12:45:57'),(9593,5,2679,'','2013-10-11 12:45:57'),(9594,6,2679,'','2013-10-11 12:45:57'),(9595,1,2680,'3565711','2013-10-11 12:48:38'),(9596,2,2680,'587126','2013-10-11 12:48:38'),(9597,3,2680,'INFECTIVE GASTROENTERITIS','2013-10-11 12:48:38'),(9598,4,2680,'','2013-10-11 12:48:38'),(9599,5,2680,'','2013-10-11 12:48:38'),(9600,6,2680,'20.00','2013-10-11 12:48:38'),(9601,1,2681,'3565715','2013-10-11 12:51:31'),(9602,2,2681,'587127','2013-10-11 12:51:31'),(9603,3,2681,'INFECTIVE GASTROENTERITIS','2013-10-11 12:51:31'),(9604,4,2681,'','2013-10-11 12:51:31'),(9605,5,2681,'','2013-10-11 12:51:31'),(9606,6,2681,'56.00','2013-10-11 12:51:31'),(9607,1,2683,'','2013-10-11 12:51:31'),(9608,2,2683,'','2013-10-11 12:51:31'),(9609,3,2683,'','2013-10-11 12:51:31'),(9610,4,2683,'','2013-10-11 12:51:31'),(9611,5,2683,'','2013-10-11 12:51:31'),(9612,6,2683,'','2013-10-11 12:51:31'),(9613,1,2684,'3565725','2013-10-11 12:57:15'),(9614,2,2684,'587132','2013-10-11 12:57:15'),(9615,3,2684,'VERTIGO ? CAUSE R/O MALARIA','2013-10-11 12:57:15'),(9616,4,2684,'OPD','2013-10-11 12:57:15'),(9617,5,2684,'','2013-10-11 12:57:15'),(9618,6,2684,'35.00','2013-10-11 12:57:15'),(9619,1,2686,'','2013-10-11 12:57:16'),(9620,2,2686,'','2013-10-11 12:57:16'),(9621,3,2686,'','2013-10-11 12:57:16'),(9622,4,2686,'','2013-10-11 12:57:16'),(9623,5,2686,'','2013-10-11 12:57:16'),(9624,6,2686,'18.00','2013-10-11 12:57:16'),(9625,1,2687,'3565734','2013-10-11 13:01:54'),(9626,2,2687,'587134','2013-10-11 13:01:54'),(9627,3,2687,'BPPU','2013-10-11 13:01:54'),(9628,4,2687,'','2013-10-11 13:01:54'),(9629,5,2687,'','2013-10-11 13:01:54'),(9630,6,2687,'','2013-10-11 13:01:54'),(9631,1,2689,'','2013-10-11 13:01:54'),(9632,2,2689,'','2013-10-11 13:01:54'),(9633,3,2689,'','2013-10-11 13:01:54'),(9634,4,2689,'','2013-10-11 13:01:54'),(9635,5,2689,'','2013-10-11 13:01:54'),(9636,6,2689,'','2013-10-11 13:01:54'),(9637,1,2692,'','2013-10-11 13:01:54'),(9638,2,2692,'','2013-10-11 13:01:54'),(9639,3,2692,'','2013-10-11 13:01:54'),(9640,4,2692,'','2013-10-11 13:01:54'),(9641,5,2692,'','2013-10-11 13:01:54'),(9642,6,2692,'','2013-10-11 13:01:54'),(9643,1,2693,'3865716','2013-10-11 13:05:22'),(9644,2,2693,'587128','2013-10-11 13:05:22'),(9645,3,2693,'R/O UTERINE FIBROID','2013-10-11 13:05:22'),(9646,4,2693,'','2013-10-11 13:05:22'),(9647,5,2693,'','2013-10-11 13:05:22'),(9648,6,2693,'70.00','2013-10-11 13:05:22'),(9649,1,2695,'','2013-10-11 13:05:31'),(9650,2,2695,'','2013-10-11 13:05:31'),(9651,3,2695,'','2013-10-11 13:05:31'),(9652,4,2695,'','2013-10-11 13:05:31'),(9653,5,2695,'','2013-10-11 13:05:31'),(9654,6,2695,'','2013-10-11 13:05:31'),(9655,1,2696,'3565737','2013-10-11 13:08:32'),(9656,2,2696,'','2013-10-11 13:08:32'),(9657,3,2696,'','2013-10-11 13:08:32'),(9658,4,2696,'','2013-10-11 13:08:32'),(9659,5,2696,'','2013-10-11 13:08:32'),(9660,6,2696,'68.50','2013-10-11 13:08:32'),(9661,1,2698,'','2013-10-11 13:08:32'),(9662,2,2698,'','2013-10-11 13:08:32'),(9663,3,2698,'','2013-10-11 13:08:32'),(9664,4,2698,'','2013-10-11 13:08:32'),(9665,5,2698,'','2013-10-11 13:08:32'),(9666,6,2698,'','2013-10-11 13:08:32'),(9667,1,2699,'3565742','2013-10-11 13:12:08'),(9668,2,2699,'','2013-10-11 13:12:08'),(9669,3,2699,'MALARIA / VOMITING ','2013-10-11 13:12:08'),(9670,4,2699,'','2013-10-11 13:12:08'),(9671,5,2699,'','2013-10-11 13:12:08'),(9672,6,2699,'109.40','2013-10-11 13:12:08'),(9673,1,2700,'3565747','2013-10-11 13:14:26'),(9674,2,2700,'587141','2013-10-11 13:14:26'),(9675,3,2700,'','2013-10-11 13:14:26'),(9676,4,2700,'','2013-10-11 13:14:26'),(9677,5,2700,'','2013-10-11 13:14:26'),(9678,6,2700,'20.00','2013-10-11 13:14:26'),(9679,1,2701,'','2013-10-11 13:16:32'),(9680,2,2701,'','2013-10-11 13:16:32'),(9681,3,2701,'RECURRENT EPISODES OF DIAEEHOEA R/O IRRITABLE','2013-10-11 13:16:32'),(9682,4,2701,'','2013-10-11 13:16:32'),(9683,5,2701,'','2013-10-11 13:16:32'),(9684,6,2701,'','2013-10-11 13:16:32'),(9685,1,2702,'','2013-10-11 13:22:16'),(9686,2,2702,'','2013-10-11 13:22:16'),(9687,3,2702,'','2013-10-11 13:22:16'),(9688,4,2702,'','2013-10-11 13:22:16'),(9689,5,2702,'','2013-10-11 13:22:16'),(9690,6,2702,'','2013-10-11 13:22:16'),(9691,1,2703,'3565775','2013-10-11 13:27:43'),(9692,2,2703,'','2013-10-11 13:27:43'),(9693,3,2703,'','2013-10-11 13:27:43'),(9694,4,2703,'OPD','2013-10-11 13:27:43'),(9695,5,2703,'','2013-10-11 13:27:43'),(9696,6,2703,'19','2013-10-11 13:27:43'),(9697,1,2704,'356777','2013-10-11 13:34:43'),(9698,2,2704,'587146','2013-10-11 13:34:43'),(9699,3,2704,'','2013-10-11 13:34:43'),(9700,4,2704,'OPD','2013-10-11 13:34:43'),(9701,5,2704,'','2013-10-11 13:34:43'),(9702,6,2704,'132','2013-10-11 13:34:43'),(9703,1,2706,'','2013-10-11 13:34:43'),(9704,2,2706,'','2013-10-11 13:34:43'),(9705,3,2706,'','2013-10-11 13:34:43'),(9706,4,2706,'','2013-10-11 13:34:43'),(9707,5,2706,'','2013-10-11 13:34:43'),(9708,6,2706,'','2013-10-11 13:34:43'),(9709,1,2709,'','2013-10-11 13:34:43'),(9710,2,2709,'','2013-10-11 13:34:43'),(9711,3,2709,'','2013-10-11 13:34:43'),(9712,4,2709,'','2013-10-11 13:34:43'),(9713,5,2709,'','2013-10-11 13:34:43'),(9714,6,2709,'','2013-10-11 13:34:43'),(9715,1,2710,'3565763','2013-10-11 13:39:47'),(9716,2,2710,'587147','2013-10-11 13:39:47'),(9717,3,2710,'','2013-10-11 13:39:47'),(9718,4,2710,'OPD','2013-10-11 13:39:47'),(9719,5,2710,'','2013-10-11 13:39:47'),(9720,6,2710,'7.5','2013-10-11 13:39:47'),(9721,1,2711,'','2013-10-11 13:44:03'),(9722,2,2711,'587142','2013-10-11 13:44:03'),(9723,3,2711,'','2013-10-11 13:44:03'),(9724,4,2711,'OPD','2013-10-11 13:44:03'),(9725,5,2711,'','2013-10-11 13:44:03'),(9726,6,2711,'120','2013-10-11 13:44:03'),(9727,1,2713,'','2013-10-11 13:44:03'),(9728,2,2713,'','2013-10-11 13:44:03'),(9729,3,2713,'','2013-10-11 13:44:03'),(9730,4,2713,'','2013-10-11 13:44:03'),(9731,5,2713,'','2013-10-11 13:44:03'),(9732,6,2713,'','2013-10-11 13:44:03'),(9733,1,2714,'3565799','2013-10-11 13:48:25'),(9734,2,2714,'587150','2013-10-11 13:48:25'),(9735,3,2714,'','2013-10-11 13:48:25'),(9736,4,2714,'OPD','2013-10-11 13:48:25'),(9737,5,2714,'','2013-10-11 13:48:25'),(9738,6,2714,'12','2013-10-11 13:48:25'),(9739,1,2715,'3565807','2013-10-11 13:54:53'),(9740,2,2715,'','2013-10-11 13:54:53'),(9741,3,2715,'','2013-10-11 13:54:53'),(9742,4,2715,'OPD','2013-10-11 13:54:53'),(9743,5,2715,'','2013-10-11 13:54:53'),(9744,6,2715,'66','2013-10-11 13:54:53'),(9745,1,2716,'','2013-10-11 13:57:51'),(9746,2,2716,'','2013-10-11 13:57:51'),(9747,3,2716,'','2013-10-11 13:57:51'),(9748,4,2716,'OPD','2013-10-11 13:57:51'),(9749,5,2716,'','2013-10-11 13:57:51'),(9750,6,2716,'81','2013-10-11 13:57:51'),(9751,1,2717,'3565816','2013-10-11 14:00:48'),(9752,2,2717,'','2013-10-11 14:00:48'),(9753,3,2717,'','2013-10-11 14:00:48'),(9754,4,2717,'','2013-10-11 14:00:48'),(9755,5,2717,'214627','2013-10-11 14:00:48'),(9756,6,2717,'37','2013-10-11 14:00:48'),(9757,1,2718,'3565802','2013-10-11 14:05:51'),(9758,2,2718,'587151','2013-10-11 14:05:51'),(9759,3,2718,'','2013-10-11 14:05:51'),(9760,4,2718,'OPD','2013-10-11 14:05:51'),(9761,5,2718,'','2013-10-11 14:05:51'),(9762,6,2718,'35','2013-10-11 14:05:51'),(9763,1,2719,'3565826','2013-10-11 14:08:54'),(9764,2,2719,'','2013-10-11 14:08:54'),(9765,3,2719,'','2013-10-11 14:08:54'),(9766,4,2719,'OPD','2013-10-11 14:08:54'),(9767,5,2719,'','2013-10-11 14:08:54'),(9768,6,2719,'37','2013-10-11 14:08:54'),(9769,1,2720,'3565828','2013-10-11 14:29:51'),(9770,2,2720,'587158','2013-10-11 14:29:51'),(9771,3,2720,'','2013-10-11 14:29:51'),(9772,4,2720,'OPD','2013-10-11 14:29:51'),(9773,5,2720,'','2013-10-11 14:29:51'),(9774,6,2720,'373','2013-10-11 14:29:51'),(9775,1,2722,'','2013-10-11 14:29:52'),(9776,2,2722,'','2013-10-11 14:29:52'),(9777,3,2722,'','2013-10-11 14:29:52'),(9778,4,2722,'','2013-10-11 14:29:52'),(9779,5,2722,'','2013-10-11 14:29:52'),(9780,6,2722,'','2013-10-11 14:29:52'),(9781,1,2725,'','2013-10-11 14:29:52'),(9782,2,2725,'','2013-10-11 14:29:52'),(9783,3,2725,'','2013-10-11 14:29:52'),(9784,4,2725,'','2013-10-11 14:29:52'),(9785,5,2725,'','2013-10-11 14:29:52'),(9786,6,2725,'','2013-10-11 14:29:52'),(9787,1,2726,'','2013-10-11 14:37:43'),(9788,2,2726,'','2013-10-11 14:37:43'),(9789,3,2726,'','2013-10-11 14:37:43'),(9790,4,2726,'OPD','2013-10-11 14:37:43'),(9791,5,2726,'','2013-10-11 14:37:43'),(9792,6,2726,'55','2013-10-11 14:37:43'),(9793,1,2727,'','2013-10-11 14:52:51'),(9794,2,2727,'','2013-10-11 14:52:51'),(9795,3,2727,'','2013-10-11 14:52:51'),(9796,4,2727,'OPD','2013-10-11 14:52:51'),(9797,5,2727,'','2013-10-11 14:52:51'),(9798,6,2727,'55','2013-10-11 14:52:51'),(9799,1,2728,'','2013-10-11 14:55:04'),(9800,2,2728,'','2013-10-11 14:55:04'),(9801,3,2728,'','2013-10-11 14:55:04'),(9802,4,2728,'OPD','2013-10-11 14:55:04'),(9803,5,2728,'','2013-10-11 14:55:04'),(9804,6,2728,'27','2013-10-11 14:55:04'),(9805,1,2729,'3554893','2013-10-11 15:02:33'),(9806,2,2729,'','2013-10-11 15:02:33'),(9807,3,2729,'','2013-10-11 15:02:33'),(9808,4,2729,'OPD','2013-10-11 15:02:33'),(9809,5,2729,'','2013-10-11 15:02:33'),(9810,6,2729,'255.4','2013-10-11 15:02:33'),(9811,1,2731,'','2013-10-11 15:02:33'),(9812,2,2731,'','2013-10-11 15:02:33'),(9813,3,2731,'','2013-10-11 15:02:33'),(9814,4,2731,'','2013-10-11 15:02:33'),(9815,5,2731,'','2013-10-11 15:02:33'),(9816,6,2731,'','2013-10-11 15:02:33'),(9817,1,2732,'','2013-10-11 15:09:18'),(9818,2,2732,'','2013-10-11 15:09:18'),(9819,3,2732,'','2013-10-11 15:09:18'),(9820,4,2732,'OPD','2013-10-11 15:09:18'),(9821,5,2732,'','2013-10-11 15:09:18'),(9822,6,2732,'81','2013-10-11 15:09:18'),(9823,1,2733,'3565839','2013-10-11 15:11:49'),(9824,2,2733,'587162','2013-10-11 15:11:49'),(9825,3,2733,'','2013-10-11 15:11:49'),(9826,4,2733,'OPD','2013-10-11 15:11:49'),(9827,5,2733,'','2013-10-11 15:11:49'),(9828,6,2733,'35','2013-10-11 15:11:49'),(9829,1,2734,'3562936','2013-10-11 15:21:37'),(9830,2,2734,'','2013-10-11 15:21:37'),(9831,3,2734,'','2013-10-11 15:21:37'),(9832,4,2734,'','2013-10-11 15:21:37'),(9833,5,2734,'','2013-10-11 15:21:37'),(9834,6,2734,'22.00','2013-10-11 15:21:37'),(9835,1,2736,'','2013-10-11 15:21:37'),(9836,2,2736,'','2013-10-11 15:21:37'),(9837,3,2736,'','2013-10-11 15:21:37'),(9838,4,2736,'','2013-10-11 15:21:37'),(9839,5,2736,'','2013-10-11 15:21:37'),(9840,6,2736,'106.00','2013-10-11 15:21:37'),(9841,1,2737,'3565860','2013-10-11 15:26:25'),(9842,2,2737,'587170','2013-10-11 15:26:25'),(9843,3,2737,'','2013-10-11 15:26:25'),(9844,4,2737,'','2013-10-11 15:26:25'),(9845,5,2737,'','2013-10-11 15:26:25'),(9846,6,2737,'64.00','2013-10-11 15:26:25'),(9847,1,2739,'','2013-10-11 15:26:26'),(9848,2,2739,'','2013-10-11 15:26:26'),(9849,3,2739,'','2013-10-11 15:26:26'),(9850,4,2739,'','2013-10-11 15:26:26'),(9851,5,2739,'','2013-10-11 15:26:26'),(9852,6,2739,'','2013-10-11 15:26:26'),(9853,1,2742,'','2013-10-11 15:26:26'),(9854,2,2742,'','2013-10-11 15:26:26'),(9855,3,2742,'','2013-10-11 15:26:26'),(9856,4,2742,'','2013-10-11 15:26:26'),(9857,5,2742,'','2013-10-11 15:26:26'),(9858,6,2742,'','2013-10-11 15:26:26'),(9859,1,2743,'','2013-10-11 15:28:25'),(9860,2,2743,'','2013-10-11 15:28:25'),(9861,3,2743,'','2013-10-11 15:28:25'),(9862,4,2743,'','2013-10-11 15:28:25'),(9863,5,2743,'','2013-10-11 15:28:25'),(9864,6,2743,'106.00','2013-10-11 15:28:25'),(9865,1,2744,'','2013-10-11 15:33:55'),(9866,2,2744,'','2013-10-11 15:33:55'),(9867,3,2744,'','2013-10-11 15:33:55'),(9868,4,2744,'','2013-10-11 15:33:55'),(9869,5,2744,'','2013-10-11 15:33:55'),(9870,6,2744,'39.00','2013-10-11 15:33:55'),(9871,1,2746,'','2013-10-11 15:33:56'),(9872,2,2746,'','2013-10-11 15:33:56'),(9873,3,2746,'','2013-10-11 15:33:56'),(9874,4,2746,'','2013-10-11 15:33:56'),(9875,5,2746,'','2013-10-11 15:33:56'),(9876,6,2746,'254.00','2013-10-11 15:33:56'),(9877,1,2747,'','2013-10-11 15:35:12'),(9878,2,2747,'','2013-10-11 15:35:12'),(9879,3,2747,'','2013-10-11 15:35:12'),(9880,4,2747,'','2013-10-11 15:35:12'),(9881,5,2747,'','2013-10-11 15:35:12'),(9882,6,2747,'65.00','2013-10-11 15:35:12'),(9883,1,2748,'3565887','2013-10-11 15:47:10'),(9884,2,2748,'587184','2013-10-11 15:47:10'),(9885,3,2748,'MALARIA ? UTI ? ENTERIC FEVER','2013-10-11 15:47:10'),(9886,4,2748,'','2013-10-11 15:47:10'),(9887,5,2748,'','2013-10-11 15:47:10'),(9888,6,2748,'47.00','2013-10-11 15:47:10'),(9889,1,2750,'','2013-10-11 15:47:10'),(9890,2,2750,'','2013-10-11 15:47:10'),(9891,3,2750,'','2013-10-11 15:47:10'),(9892,4,2750,'','2013-10-11 15:47:10'),(9893,5,2750,'','2013-10-11 15:47:10'),(9894,6,2750,'','2013-10-11 15:47:10'),(9895,1,2753,'','2013-10-11 15:47:10'),(9896,2,2753,'','2013-10-11 15:47:10'),(9897,3,2753,'','2013-10-11 15:47:10'),(9898,4,2753,'','2013-10-11 15:47:10'),(9899,5,2753,'','2013-10-11 15:47:10'),(9900,6,2753,'','2013-10-11 15:47:10'),(9901,1,2754,'3565900','2013-10-11 15:51:37'),(9902,2,2754,'','2013-10-11 15:51:37'),(9903,3,2754,'CHRONIC NECK PAIN','2013-10-11 15:51:37'),(9904,4,2754,'','2013-10-11 15:51:37'),(9905,5,2754,'','2013-10-11 15:51:37'),(9906,6,2754,'78.00','2013-10-11 15:51:37'),(9907,1,2756,'','2013-10-11 15:51:37'),(9908,2,2756,'','2013-10-11 15:51:37'),(9909,3,2756,'PALPITATION','2013-10-11 15:51:37'),(9910,4,2756,'','2013-10-11 15:51:37'),(9911,5,2756,'','2013-10-11 15:51:37'),(9912,6,2756,'18.00','2013-10-11 15:51:37'),(9913,1,2757,'3565897','2013-10-11 15:53:55'),(9914,2,2757,'587187','2013-10-11 15:53:55'),(9915,3,2757,'','2013-10-11 15:53:55'),(9916,4,2757,'','2013-10-11 15:53:55'),(9917,5,2757,'','2013-10-11 15:53:55'),(9918,6,2757,'78.00','2013-10-11 15:53:55'),(9919,1,2758,'3565907','2013-10-11 16:03:56'),(9920,2,2758,'','2013-10-11 16:03:56'),(9921,3,2758,'ENTERIC FEVER','2013-10-11 16:03:56'),(9922,4,2758,'','2013-10-11 16:03:56'),(9923,5,2758,'','2013-10-11 16:03:56'),(9924,6,2758,'84.00','2013-10-11 16:03:56'),(9925,1,2760,'','2013-10-11 16:03:56'),(9926,2,2760,'','2013-10-11 16:03:56'),(9927,3,2760,'','2013-10-11 16:03:56'),(9928,4,2760,'','2013-10-11 16:03:56'),(9929,5,2760,'','2013-10-11 16:03:56'),(9930,6,2760,'','2013-10-11 16:03:56'),(9931,1,2761,'3565920','2013-10-11 16:19:25'),(9932,2,2761,'','2013-10-11 16:19:25'),(9933,3,2761,'','2013-10-11 16:19:25'),(9934,4,2761,'OPD','2013-10-11 16:19:25'),(9935,5,2761,'','2013-10-11 16:19:25'),(9936,6,2761,'50','2013-10-11 16:19:25'),(9937,1,2763,'','2013-10-11 16:19:25'),(9938,2,2763,'','2013-10-11 16:19:25'),(9939,3,2763,'','2013-10-11 16:19:25'),(9940,4,2763,'','2013-10-11 16:19:25'),(9941,5,2763,'','2013-10-11 16:19:25'),(9942,6,2763,'','2013-10-11 16:19:25'),(9943,1,2764,'3565935','2013-10-11 16:46:28'),(9944,2,2764,'587201','2013-10-11 16:46:28'),(9945,3,2764,'','2013-10-11 16:46:28'),(9946,4,2764,'OPD','2013-10-11 16:46:28'),(9947,5,2764,'','2013-10-11 16:46:28'),(9948,6,2764,'20','2013-10-11 16:46:28'),(9949,1,2765,'3565933','2013-10-11 16:50:51'),(9950,2,2765,'','2013-10-11 16:50:51'),(9951,3,2765,'','2013-10-11 16:50:51'),(9952,4,2765,'OPD','2013-10-11 16:50:51'),(9953,5,2765,'','2013-10-11 16:50:51'),(9954,6,2765,'180','2013-10-11 16:50:51'),(9955,1,2767,'','2013-10-11 16:50:51'),(9956,2,2767,'','2013-10-11 16:50:51'),(9957,3,2767,'','2013-10-11 16:50:51'),(9958,4,2767,'','2013-10-11 16:50:51'),(9959,5,2767,'','2013-10-11 16:50:51'),(9960,6,2767,'','2013-10-11 16:50:51'),(9961,1,2770,'','2013-10-11 16:50:52'),(9962,2,2770,'','2013-10-11 16:50:52'),(9963,3,2770,'','2013-10-11 16:50:52'),(9964,4,2770,'','2013-10-11 16:50:52'),(9965,5,2770,'','2013-10-11 16:50:52'),(9966,6,2770,'','2013-10-11 16:50:52'),(9967,1,2774,'','2013-10-11 16:50:54'),(9968,2,2774,'','2013-10-11 16:50:54'),(9969,3,2774,'','2013-10-11 16:50:54'),(9970,4,2774,'','2013-10-11 16:50:54'),(9971,5,2774,'','2013-10-11 16:50:54'),(9972,6,2774,'','2013-10-11 16:50:54'),(9973,1,2775,'','2013-10-11 16:55:02'),(9974,2,2775,'','2013-10-11 16:55:02'),(9975,3,2775,'','2013-10-11 16:55:02'),(9976,4,2775,'','2013-10-11 16:55:02'),(9977,5,2775,'214628','2013-10-11 16:55:02'),(9978,6,2775,'81','2013-10-11 16:55:02'),(9979,1,2777,'','2013-10-11 16:55:02'),(9980,2,2777,'','2013-10-11 16:55:02'),(9981,3,2777,'','2013-10-11 16:55:02'),(9982,4,2777,'','2013-10-11 16:55:02'),(9983,5,2777,'','2013-10-11 16:55:02'),(9984,6,2777,'','2013-10-11 16:55:02'),(9985,1,2778,'','2013-10-11 17:00:11'),(9986,2,2778,'','2013-10-11 17:00:11'),(9987,3,2778,'','2013-10-11 17:00:11'),(9988,4,2778,'OPD','2013-10-11 17:00:11'),(9989,5,2778,'','2013-10-11 17:00:11'),(9990,6,2778,'68','2013-10-11 17:00:11'),(9991,1,2780,'','2013-10-11 17:00:11'),(9992,2,2780,'','2013-10-11 17:00:11'),(9993,3,2780,'','2013-10-11 17:00:11'),(9994,4,2780,'','2013-10-11 17:00:11'),(9995,5,2780,'','2013-10-11 17:00:11'),(9996,6,2780,'','2013-10-11 17:00:11'),(9997,1,2783,'','2013-10-11 17:00:11'),(9998,2,2783,'','2013-10-11 17:00:11'),(9999,3,2783,'','2013-10-11 17:00:11'),(10000,4,2783,'','2013-10-11 17:00:11'),(10001,5,2783,'','2013-10-11 17:00:11'),(10002,6,2783,'','2013-10-11 17:00:11'),(10003,1,2784,'','2013-10-11 17:05:30'),(10004,2,2784,'','2013-10-11 17:05:30'),(10005,3,2784,'','2013-10-11 17:05:30'),(10006,4,2784,'OPD','2013-10-11 17:05:30'),(10007,5,2784,'','2013-10-11 17:05:30'),(10008,6,2784,'104','2013-10-11 17:05:30'),(10009,1,2785,'','2013-10-11 17:28:53'),(10010,2,2785,'','2013-10-11 17:28:53'),(10011,3,2785,'','2013-10-11 17:28:53'),(10012,4,2785,'OPD','2013-10-11 17:28:53'),(10013,5,2785,'','2013-10-11 17:28:53'),(10014,6,2785,'50','2013-10-11 17:28:53'),(10015,1,2787,'','2013-10-11 17:28:54'),(10016,2,2787,'','2013-10-11 17:28:54'),(10017,3,2787,'','2013-10-11 17:28:54'),(10018,4,2787,'','2013-10-11 17:28:54'),(10019,5,2787,'','2013-10-11 17:28:54'),(10020,6,2787,'','2013-10-11 17:28:54'),(10021,1,2788,'','2013-10-11 17:33:55'),(10022,2,2788,'','2013-10-11 17:33:55'),(10023,3,2788,'','2013-10-11 17:33:55'),(10024,4,2788,'','2013-10-11 17:33:55'),(10025,5,2788,'214621','2013-10-11 17:33:55'),(10026,6,2788,'48','2013-10-11 17:33:55'),(10027,1,2789,'','2013-10-11 17:41:57'),(10028,2,2789,'','2013-10-11 17:41:57'),(10029,3,2789,'','2013-10-11 17:41:57'),(10030,4,2789,'OPD','2013-10-11 17:41:57'),(10031,5,2789,'','2013-10-11 17:41:57'),(10032,6,2789,'166','2013-10-11 17:41:57'),(10033,1,2791,'','2013-10-11 17:41:57'),(10034,2,2791,'','2013-10-11 17:41:57'),(10035,3,2791,'','2013-10-11 17:41:57'),(10036,4,2791,'','2013-10-11 17:41:57'),(10037,5,2791,'','2013-10-11 17:41:57'),(10038,6,2791,'','2013-10-11 17:41:57'),(10039,1,2794,'','2013-10-11 17:41:57'),(10040,2,2794,'','2013-10-11 17:41:57'),(10041,3,2794,'','2013-10-11 17:41:57'),(10042,4,2794,'','2013-10-11 17:41:57'),(10043,5,2794,'','2013-10-11 17:41:57'),(10044,6,2794,'','2013-10-11 17:41:57'),(10045,1,2798,'','2013-10-11 17:41:58'),(10046,2,2798,'','2013-10-11 17:41:58'),(10047,3,2798,'','2013-10-11 17:41:58'),(10048,4,2798,'','2013-10-11 17:41:58'),(10049,5,2798,'','2013-10-11 17:41:58'),(10050,6,2798,'','2013-10-11 17:41:58'),(10051,1,2799,'3566001','2013-10-11 18:03:11'),(10052,2,2799,'','2013-10-11 18:03:11'),(10053,3,2799,'','2013-10-11 18:03:11'),(10054,4,2799,'OPD','2013-10-11 18:03:11'),(10055,5,2799,'','2013-10-11 18:03:11'),(10056,6,2799,'37','2013-10-11 18:03:11'),(10057,1,2800,'3566008','2013-10-11 18:23:24'),(10058,2,2800,'','2013-10-11 18:23:24'),(10059,3,2800,'','2013-10-11 18:23:24'),(10060,4,2800,'OPD','2013-10-11 18:23:24'),(10061,5,2800,'','2013-10-11 18:23:24'),(10062,6,2800,'68','2013-10-11 18:23:24'),(10063,1,2802,'','2013-10-11 18:23:25'),(10064,2,2802,'','2013-10-11 18:23:25'),(10065,3,2802,'','2013-10-11 18:23:25'),(10066,4,2802,'','2013-10-11 18:23:25'),(10067,5,2802,'','2013-10-11 18:23:25'),(10068,6,2802,'','2013-10-11 18:23:25'),(10069,1,2805,'','2013-10-11 18:23:25'),(10070,2,2805,'','2013-10-11 18:23:25'),(10071,3,2805,'','2013-10-11 18:23:25'),(10072,4,2805,'','2013-10-11 18:23:25'),(10073,5,2805,'','2013-10-11 18:23:25'),(10074,6,2805,'','2013-10-11 18:23:25'),(10075,1,2806,'','2013-10-11 18:28:23'),(10076,2,2806,'','2013-10-11 18:28:23'),(10077,3,2806,'','2013-10-11 18:28:23'),(10078,4,2806,'OPD','2013-10-11 18:28:23'),(10079,5,2806,'','2013-10-11 18:28:23'),(10080,6,2806,'50','2013-10-11 18:28:23'),(10081,1,2808,'','2013-10-11 18:28:23'),(10082,2,2808,'','2013-10-11 18:28:23'),(10083,3,2808,'','2013-10-11 18:28:23'),(10084,4,2808,'','2013-10-11 18:28:23'),(10085,5,2808,'','2013-10-11 18:28:23'),(10086,6,2808,'','2013-10-11 18:28:23'),(10087,1,2809,'','2013-10-11 18:44:10'),(10088,2,2809,'','2013-10-11 18:44:10'),(10089,3,2809,'','2013-10-11 18:44:10'),(10090,4,2809,'OPD','2013-10-11 18:44:10'),(10091,5,2809,'','2013-10-11 18:44:10'),(10092,6,2809,'114','2013-10-11 18:44:10'),(10093,1,2811,'','2013-10-11 18:44:11'),(10094,2,2811,'','2013-10-11 18:44:11'),(10095,3,2811,'','2013-10-11 18:44:11'),(10096,4,2811,'','2013-10-11 18:44:11'),(10097,5,2811,'','2013-10-11 18:44:11'),(10098,6,2811,'','2013-10-11 18:44:11'),(10099,1,2814,'','2013-10-11 18:44:11'),(10100,2,2814,'','2013-10-11 18:44:11'),(10101,3,2814,'','2013-10-11 18:44:11'),(10102,4,2814,'','2013-10-11 18:44:11'),(10103,5,2814,'','2013-10-11 18:44:11'),(10104,6,2814,'','2013-10-11 18:44:11'),(10105,1,2818,'','2013-10-11 18:44:11'),(10106,2,2818,'','2013-10-11 18:44:11'),(10107,3,2818,'','2013-10-11 18:44:11'),(10108,4,2818,'','2013-10-11 18:44:11'),(10109,5,2818,'','2013-10-11 18:44:11'),(10110,6,2818,'','2013-10-11 18:44:11'),(10111,1,2819,'3566070','2013-10-11 18:51:22'),(10112,2,2819,'','2013-10-11 18:51:22'),(10113,3,2819,'','2013-10-11 18:51:22'),(10114,4,2819,'OPD','2013-10-11 18:51:22'),(10115,5,2819,'','2013-10-11 18:51:22'),(10116,6,2819,'81','2013-10-11 18:51:22'),(10117,1,2820,'3566061/62','2013-10-11 19:00:51'),(10118,2,2820,'587230/28','2013-10-11 19:00:51'),(10119,3,2820,'','2013-10-11 19:00:51'),(10120,4,2820,'OPD','2013-10-11 19:00:51'),(10121,5,2820,'','2013-10-11 19:00:51'),(10122,6,2820,'36/25','2013-10-11 19:00:51'),(10123,1,2822,'','2013-10-11 19:00:51'),(10124,2,2822,'','2013-10-11 19:00:51'),(10125,3,2822,'','2013-10-11 19:00:51'),(10126,4,2822,'','2013-10-11 19:00:51'),(10127,5,2822,'','2013-10-11 19:00:51'),(10128,6,2822,'','2013-10-11 19:00:51'),(10129,1,2823,'','2013-10-11 19:24:02'),(10130,2,2823,'','2013-10-11 19:24:02'),(10131,3,2823,'','2013-10-11 19:24:02'),(10132,4,2823,'OPD','2013-10-11 19:24:02'),(10133,5,2823,'','2013-10-11 19:24:02'),(10134,6,2823,'27','2013-10-11 19:24:02'),(10135,1,2824,'','2013-10-11 19:27:25'),(10136,2,2824,'','2013-10-11 19:27:25'),(10137,3,2824,'','2013-10-11 19:27:25'),(10138,4,2824,'OPD','2013-10-11 19:27:25'),(10139,5,2824,'','2013-10-11 19:27:25'),(10140,6,2824,'101','2013-10-11 19:27:25'),(10141,1,2826,'','2013-10-11 19:27:28'),(10142,2,2826,'','2013-10-11 19:27:28'),(10143,3,2826,'','2013-10-11 19:27:28'),(10144,4,2826,'','2013-10-11 19:27:28'),(10145,5,2826,'','2013-10-11 19:27:28'),(10146,6,2826,'','2013-10-11 19:27:28'),(10147,1,2829,'','2013-10-11 19:27:28'),(10148,2,2829,'','2013-10-11 19:27:28'),(10149,3,2829,'','2013-10-11 19:27:28'),(10150,4,2829,'','2013-10-11 19:27:28'),(10151,5,2829,'','2013-10-11 19:27:28'),(10152,6,2829,'','2013-10-11 19:27:28'),(10153,1,2830,'','2013-10-11 19:56:21'),(10154,2,2830,'','2013-10-11 19:56:21'),(10155,3,2830,'','2013-10-11 19:56:21'),(10156,4,2830,'','2013-10-11 19:56:21'),(10157,5,2830,'WARD','2013-10-11 19:56:21'),(10158,6,2830,'','2013-10-11 19:56:21'),(10159,1,2831,'','2013-10-11 20:03:04'),(10160,2,2831,'','2013-10-11 20:03:04'),(10161,3,2831,'','2013-10-11 20:03:04'),(10162,4,2831,'OPD','2013-10-11 20:03:04'),(10163,5,2831,'','2013-10-11 20:03:04'),(10164,6,2831,'','2013-10-11 20:03:04'),(10165,1,2832,'','2013-10-11 20:09:43'),(10166,2,2832,'','2013-10-11 20:09:43'),(10167,3,2832,'','2013-10-11 20:09:43'),(10168,4,2832,'OPD','2013-10-11 20:09:43'),(10169,5,2832,'','2013-10-11 20:09:43'),(10170,6,2832,'','2013-10-11 20:09:43'),(10171,1,2833,'','2013-10-11 20:09:45'),(10172,2,2833,'','2013-10-11 20:09:45'),(10173,3,2833,'','2013-10-11 20:09:45'),(10174,4,2833,'OPD','2013-10-11 20:09:45'),(10175,5,2833,'','2013-10-11 20:09:45'),(10176,6,2833,'','2013-10-11 20:09:45'),(10177,1,2834,'','2013-10-11 20:41:37'),(10178,2,2834,'','2013-10-11 20:41:37'),(10179,3,2834,'','2013-10-11 20:41:37'),(10180,4,2834,'','2013-10-11 20:41:37'),(10181,5,2834,'','2013-10-11 20:41:37'),(10182,6,2834,'','2013-10-11 20:41:37'),(10183,1,2835,'','2013-10-11 20:51:33'),(10184,2,2835,'','2013-10-11 20:51:33'),(10185,3,2835,'','2013-10-11 20:51:33'),(10186,4,2835,'OPD','2013-10-11 20:51:33'),(10187,5,2835,'','2013-10-11 20:51:33'),(10188,6,2835,'','2013-10-11 20:51:33'),(10189,1,2836,'','2013-10-11 21:08:32'),(10190,2,2836,'','2013-10-11 21:08:32'),(10191,3,2836,'','2013-10-11 21:08:32'),(10192,4,2836,'OPD','2013-10-11 21:08:32'),(10193,5,2836,'','2013-10-11 21:08:32'),(10194,6,2836,'130.00','2013-10-11 21:08:32'),(10195,1,2837,'','2013-10-11 21:18:24'),(10196,2,2837,'','2013-10-11 21:18:24'),(10197,3,2837,'','2013-10-11 21:18:24'),(10198,4,2837,'OPD','2013-10-11 21:18:24'),(10199,5,2837,'','2013-10-11 21:18:24'),(10200,6,2837,'','2013-10-11 21:18:24'),(10201,1,2838,'3566154','2013-10-11 21:56:37'),(10202,2,2838,'','2013-10-11 21:56:37'),(10203,3,2838,'','2013-10-11 21:56:37'),(10204,4,2838,'OPD','2013-10-11 21:56:37'),(10205,5,2838,'','2013-10-11 21:56:37'),(10206,6,2838,'','2013-10-11 21:56:37'),(10207,1,2839,'3566158','2013-10-11 22:02:12'),(10208,2,2839,'','2013-10-11 22:02:12'),(10209,3,2839,'','2013-10-11 22:02:12'),(10210,4,2839,'OPD','2013-10-11 22:02:12'),(10211,5,2839,'','2013-10-11 22:02:12'),(10212,6,2839,'','2013-10-11 22:02:12'),(10213,1,2840,'','2013-10-11 22:04:33'),(10214,2,2840,'','2013-10-11 22:04:33'),(10215,3,2840,'','2013-10-11 22:04:33'),(10216,4,2840,'OPD','2013-10-11 22:04:33'),(10217,5,2840,'','2013-10-11 22:04:33'),(10218,6,2840,'','2013-10-11 22:04:33'),(10219,1,2842,'','2013-10-11 22:04:33'),(10220,2,2842,'','2013-10-11 22:04:33'),(10221,3,2842,'','2013-10-11 22:04:33'),(10222,4,2842,'','2013-10-11 22:04:33'),(10223,5,2842,'','2013-10-11 22:04:33'),(10224,6,2842,'','2013-10-11 22:04:33'),(10225,1,2843,'3566166','2013-10-11 23:16:09'),(10226,2,2843,'','2013-10-11 23:16:09'),(10227,3,2843,'','2013-10-11 23:16:09'),(10228,4,2843,'WARD','2013-10-11 23:16:09'),(10229,5,2843,'','2013-10-11 23:16:09'),(10230,6,2843,'','2013-10-11 23:16:09'),(10231,1,2844,'3566166','2013-10-11 23:18:07'),(10232,2,2844,'','2013-10-11 23:18:07'),(10233,3,2844,'','2013-10-11 23:18:07'),(10234,4,2844,'WARD','2013-10-11 23:18:07'),(10235,5,2844,'214203','2013-10-11 23:18:07'),(10236,6,2844,'','2013-10-11 23:18:07'),(10237,1,2845,'3566172','2013-10-12 00:32:14'),(10238,2,2845,'','2013-10-12 00:32:14'),(10239,3,2845,'','2013-10-12 00:32:14'),(10240,4,2845,'WARD','2013-10-12 00:32:14'),(10241,5,2845,'214632','2013-10-12 00:32:14'),(10242,6,2845,'20.00','2013-10-12 00:32:14'),(10243,1,2847,'3566172','2013-10-12 00:32:14'),(10244,2,2847,'','2013-10-12 00:32:14'),(10245,3,2847,'','2013-10-12 00:32:14'),(10246,4,2847,'WARD','2013-10-12 00:32:14'),(10247,5,2847,'','2013-10-12 00:32:14'),(10248,6,2847,'17.00','2013-10-12 00:32:14'),(10249,1,2850,'3566172','2013-10-12 00:32:14'),(10250,2,2850,'','2013-10-12 00:32:14'),(10251,3,2850,'','2013-10-12 00:32:14'),(10252,4,2850,'WARD','2013-10-12 00:32:14'),(10253,5,2850,'214632','2013-10-12 00:32:14'),(10254,6,2850,'12.00','2013-10-12 00:32:14'),(10255,1,2851,'3566175','2013-10-12 00:47:41'),(10256,2,2851,'587264','2013-10-12 00:47:41'),(10257,3,2851,'','2013-10-12 00:47:41'),(10258,4,2851,'OPD','2013-10-12 00:47:41'),(10259,5,2851,'','2013-10-12 00:47:41'),(10260,6,2851,'39.00','2013-10-12 00:47:41'),(10261,1,2852,'3566198','2013-10-12 06:41:02'),(10262,2,2852,'587267','2013-10-12 06:41:02'),(10263,3,2852,'','2013-10-12 06:41:02'),(10264,4,2852,'OPD','2013-10-12 06:41:02'),(10265,5,2852,'','2013-10-12 06:41:02'),(10266,6,2852,'75.00','2013-10-12 06:41:02'),(10267,1,2854,'3566198','2013-10-12 06:41:03'),(10268,2,2854,'587267','2013-10-12 06:41:03'),(10269,3,2854,'','2013-10-12 06:41:03'),(10270,4,2854,'OPD','2013-10-12 06:41:03'),(10271,5,2854,'','2013-10-12 06:41:03'),(10272,6,2854,'12.00','2013-10-12 06:41:03'),(10273,1,2855,'','2013-10-12 06:46:59'),(10274,2,2855,'','2013-10-12 06:46:59'),(10275,3,2855,'','2013-10-12 06:46:59'),(10276,4,2855,'OPD','2013-10-12 06:46:59'),(10277,5,2855,'','2013-10-12 06:46:59'),(10278,6,2855,'','2013-10-12 06:46:59'),(10279,1,2856,'','2013-10-12 06:55:23'),(10280,2,2856,'','2013-10-12 06:55:23'),(10281,3,2856,'','2013-10-12 06:55:23'),(10282,4,2856,'OPD','2013-10-12 06:55:23'),(10283,5,2856,'','2013-10-12 06:55:23'),(10284,6,2856,'75.00','2013-10-12 06:55:23'),(10285,1,2857,'3545092','2013-10-12 07:01:12'),(10286,2,2857,'','2013-10-12 07:01:12'),(10287,3,2857,'','2013-10-12 07:01:12'),(10288,4,2857,'OPD','2013-10-12 07:01:12'),(10289,5,2857,'','2013-10-12 07:01:12'),(10290,6,2857,'20.00','2013-10-12 07:01:12'),(10291,1,2858,'3566220','2013-10-12 07:06:07'),(10292,2,2858,'','2013-10-12 07:06:07'),(10293,3,2858,'','2013-10-12 07:06:07'),(10294,4,2858,'OPD','2013-10-12 07:06:07'),(10295,5,2858,'','2013-10-12 07:06:07'),(10296,6,2858,'81.00','2013-10-12 07:06:07'),(10297,1,2860,'3566220','2013-10-12 07:06:08'),(10298,2,2860,'','2013-10-12 07:06:08'),(10299,3,2860,'','2013-10-12 07:06:08'),(10300,4,2860,'OPD','2013-10-12 07:06:08'),(10301,5,2860,'','2013-10-12 07:06:08'),(10302,6,2860,'18.00','2013-10-12 07:06:08'),(10303,1,2861,'3566228','2013-10-12 07:09:03'),(10304,2,2861,'','2013-10-12 07:09:03'),(10305,3,2861,'','2013-10-12 07:09:03'),(10306,4,2861,'OPD','2013-10-12 07:09:03'),(10307,5,2861,'','2013-10-12 07:09:03'),(10308,6,2861,'','2013-10-12 07:09:03'),(10309,1,2862,'','2013-10-12 07:18:31'),(10310,2,2862,'','2013-10-12 07:18:31'),(10311,3,2862,'','2013-10-12 07:18:31'),(10312,4,2862,'OPD','2013-10-12 07:18:31'),(10313,5,2862,'','2013-10-12 07:18:31'),(10314,6,2862,'','2013-10-12 07:18:31'),(10315,1,2864,'','2013-10-12 07:18:31'),(10316,2,2864,'','2013-10-12 07:18:31'),(10317,3,2864,'','2013-10-12 07:18:31'),(10318,4,2864,'','2013-10-12 07:18:31'),(10319,5,2864,'','2013-10-12 07:18:31'),(10320,6,2864,'','2013-10-12 07:18:31'),(10321,1,2865,'','2013-10-12 07:28:20'),(10322,2,2865,'','2013-10-12 07:28:20'),(10323,3,2865,'','2013-10-12 07:28:20'),(10324,4,2865,'OD','2013-10-12 07:28:20'),(10325,5,2865,'','2013-10-12 07:28:20'),(10326,6,2865,'22','2013-10-12 07:28:20'),(10327,1,2866,'3566242','2013-10-12 07:46:54'),(10328,2,2866,'','2013-10-12 07:46:54'),(10329,3,2866,'','2013-10-12 07:46:54'),(10330,4,2866,'OPD','2013-10-12 07:46:54'),(10331,5,2866,'','2013-10-12 07:46:54'),(10332,6,2866,'292.5','2013-10-12 07:46:54'),(10333,1,2868,'','2013-10-12 07:46:54'),(10334,2,2868,'','2013-10-12 07:46:54'),(10335,3,2868,'','2013-10-12 07:46:54'),(10336,4,2868,'','2013-10-12 07:46:54'),(10337,5,2868,'','2013-10-12 07:46:54'),(10338,6,2868,'','2013-10-12 07:46:54'),(10339,1,2871,'','2013-10-12 07:46:54'),(10340,2,2871,'','2013-10-12 07:46:54'),(10341,3,2871,'','2013-10-12 07:46:54'),(10342,4,2871,'','2013-10-12 07:46:54'),(10343,5,2871,'','2013-10-12 07:46:54'),(10344,6,2871,'','2013-10-12 07:46:54'),(10345,1,2875,'','2013-10-12 07:46:55'),(10346,2,2875,'','2013-10-12 07:46:55'),(10347,3,2875,'','2013-10-12 07:46:55'),(10348,4,2875,'','2013-10-12 07:46:55'),(10349,5,2875,'','2013-10-12 07:46:55'),(10350,6,2875,'','2013-10-12 07:46:55'),(10351,1,2876,'3566248','2013-10-12 07:57:07'),(10352,2,2876,'','2013-10-12 07:57:07'),(10353,3,2876,'','2013-10-12 07:57:07'),(10354,4,2876,'OPD','2013-10-12 07:57:07'),(10355,5,2876,'','2013-10-12 07:57:07'),(10356,6,2876,'164','2013-10-12 07:57:07'),(10357,1,2878,'','2013-10-12 07:57:07'),(10358,2,2878,'','2013-10-12 07:57:07'),(10359,3,2878,'','2013-10-12 07:57:07'),(10360,4,2878,'','2013-10-12 07:57:07'),(10361,5,2878,'','2013-10-12 07:57:07'),(10362,6,2878,'','2013-10-12 07:57:07'),(10363,1,2881,'','2013-10-12 07:57:07'),(10364,2,2881,'','2013-10-12 07:57:07'),(10365,3,2881,'','2013-10-12 07:57:07'),(10366,4,2881,'','2013-10-12 07:57:07'),(10367,5,2881,'','2013-10-12 07:57:07'),(10368,6,2881,'','2013-10-12 07:57:07'),(10369,1,2885,'','2013-10-12 07:57:07'),(10370,2,2885,'','2013-10-12 07:57:07'),(10371,3,2885,'','2013-10-12 07:57:07'),(10372,4,2885,'','2013-10-12 07:57:07'),(10373,5,2885,'','2013-10-12 07:57:07'),(10374,6,2885,'','2013-10-12 07:57:07'),(10375,1,2886,'587275','2013-10-12 08:00:40'),(10376,2,2886,'','2013-10-12 08:00:40'),(10377,3,2886,'','2013-10-12 08:00:40'),(10378,4,2886,'OPD','2013-10-12 08:00:40'),(10379,5,2886,'','2013-10-12 08:00:40'),(10380,6,2886,'22','2013-10-12 08:00:40'),(10381,1,2887,'3566251','2013-10-12 08:04:11'),(10382,2,2887,'587276','2013-10-12 08:04:11'),(10383,3,2887,'','2013-10-12 08:04:11'),(10384,4,2887,'OPD','2013-10-12 08:04:11'),(10385,5,2887,'','2013-10-12 08:04:11'),(10386,6,2887,'116','2013-10-12 08:04:11'),(10387,1,2889,'','2013-10-12 08:04:11'),(10388,2,2889,'','2013-10-12 08:04:11'),(10389,3,2889,'','2013-10-12 08:04:11'),(10390,4,2889,'','2013-10-12 08:04:11'),(10391,5,2889,'','2013-10-12 08:04:11'),(10392,6,2889,'','2013-10-12 08:04:11'),(10393,1,2892,'','2013-10-12 08:04:11'),(10394,2,2892,'','2013-10-12 08:04:11'),(10395,3,2892,'','2013-10-12 08:04:11'),(10396,4,2892,'','2013-10-12 08:04:11'),(10397,5,2892,'','2013-10-12 08:04:11'),(10398,6,2892,'','2013-10-12 08:04:11'),(10399,1,2893,'356255','2013-10-12 08:14:08'),(10400,2,2893,'587278','2013-10-12 08:14:08'),(10401,3,2893,'','2013-10-12 08:14:08'),(10402,4,2893,'OPD','2013-10-12 08:14:08'),(10403,5,2893,'','2013-10-12 08:14:08'),(10404,6,2893,'23','2013-10-12 08:14:08'),(10405,1,2895,'','2013-10-12 08:14:09'),(10406,2,2895,'','2013-10-12 08:14:09'),(10407,3,2895,'','2013-10-12 08:14:09'),(10408,4,2895,'','2013-10-12 08:14:09'),(10409,5,2895,'','2013-10-12 08:14:09'),(10410,6,2895,'','2013-10-12 08:14:09'),(10411,1,2896,'356256','2013-10-12 08:19:56'),(10412,2,2896,'','2013-10-12 08:19:56'),(10413,3,2896,'','2013-10-12 08:19:56'),(10414,4,2896,'OPD','2013-10-12 08:19:56'),(10415,5,2896,'','2013-10-12 08:19:56'),(10416,6,2896,'160','2013-10-12 08:19:56'),(10417,1,2898,'','2013-10-12 08:19:56'),(10418,2,2898,'','2013-10-12 08:19:56'),(10419,3,2898,'','2013-10-12 08:19:56'),(10420,4,2898,'','2013-10-12 08:19:56'),(10421,5,2898,'','2013-10-12 08:19:56'),(10422,6,2898,'','2013-10-12 08:19:56'),(10423,1,2901,'','2013-10-12 08:19:56'),(10424,2,2901,'','2013-10-12 08:19:56'),(10425,3,2901,'','2013-10-12 08:19:56'),(10426,4,2901,'','2013-10-12 08:19:56'),(10427,5,2901,'','2013-10-12 08:19:56'),(10428,6,2901,'','2013-10-12 08:19:56'),(10429,1,2905,'','2013-10-12 08:19:57'),(10430,2,2905,'','2013-10-12 08:19:57'),(10431,3,2905,'','2013-10-12 08:19:57'),(10432,4,2905,'','2013-10-12 08:19:57'),(10433,5,2905,'','2013-10-12 08:19:57'),(10434,6,2905,'','2013-10-12 08:19:57'),(10435,1,2906,'','2013-10-12 08:27:01'),(10436,2,2906,'','2013-10-12 08:27:01'),(10437,3,2906,'','2013-10-12 08:27:01'),(10438,4,2906,'OPD','2013-10-12 08:27:01'),(10439,5,2906,'','2013-10-12 08:27:01'),(10440,6,2906,'168','2013-10-12 08:27:01'),(10441,1,2908,'','2013-10-12 08:27:02'),(10442,2,2908,'','2013-10-12 08:27:02'),(10443,3,2908,'','2013-10-12 08:27:02'),(10444,4,2908,'','2013-10-12 08:27:02'),(10445,5,2908,'','2013-10-12 08:27:02'),(10446,6,2908,'','2013-10-12 08:27:02'),(10447,1,2911,'','2013-10-12 08:27:02'),(10448,2,2911,'','2013-10-12 08:27:02'),(10449,3,2911,'','2013-10-12 08:27:02'),(10450,4,2911,'','2013-10-12 08:27:02'),(10451,5,2911,'','2013-10-12 08:27:02'),(10452,6,2911,'','2013-10-12 08:27:02'),(10453,1,2912,'3566261','2013-10-12 08:41:30'),(10454,2,2912,'587280','2013-10-12 08:41:30'),(10455,3,2912,'','2013-10-12 08:41:30'),(10456,4,2912,'OPD','2013-10-12 08:41:30'),(10457,5,2912,'','2013-10-12 08:41:30'),(10458,6,2912,'147','2013-10-12 08:41:30'),(10459,1,2914,'','2013-10-12 08:41:30'),(10460,2,2914,'','2013-10-12 08:41:30'),(10461,3,2914,'','2013-10-12 08:41:30'),(10462,4,2914,'','2013-10-12 08:41:30'),(10463,5,2914,'','2013-10-12 08:41:30'),(10464,6,2914,'','2013-10-12 08:41:30'),(10465,1,2918,'','2013-10-12 08:41:30'),(10466,2,2918,'','2013-10-12 08:41:30'),(10467,3,2918,'','2013-10-12 08:41:30'),(10468,4,2918,'','2013-10-12 08:41:30'),(10469,5,2918,'','2013-10-12 08:41:30'),(10470,6,2918,'','2013-10-12 08:41:30'),(10471,1,2919,'3562820','2013-10-12 08:47:14'),(10472,2,2919,'586314','2013-10-12 08:47:14'),(10473,3,2919,'','2013-10-12 08:47:14'),(10474,4,2919,'OPD','2013-10-12 08:47:14'),(10475,5,2919,'','2013-10-12 08:47:14'),(10476,6,2919,'98','2013-10-12 08:47:14'),(10477,1,2921,'','2013-10-12 08:47:14'),(10478,2,2921,'','2013-10-12 08:47:14'),(10479,3,2921,'','2013-10-12 08:47:14'),(10480,4,2921,'','2013-10-12 08:47:14'),(10481,5,2921,'','2013-10-12 08:47:14'),(10482,6,2921,'','2013-10-12 08:47:14'),(10483,1,2922,'','2013-10-12 08:49:15'),(10484,2,2922,'','2013-10-12 08:49:15'),(10485,3,2922,'','2013-10-12 08:49:15'),(10486,4,2922,'OPD','2013-10-12 08:49:15'),(10487,5,2922,'','2013-10-12 08:49:15'),(10488,6,2922,'','2013-10-12 08:49:15'),(10489,1,2924,'','2013-10-12 08:49:15'),(10490,2,2924,'','2013-10-12 08:49:15'),(10491,3,2924,'','2013-10-12 08:49:15'),(10492,4,2924,'','2013-10-12 08:49:15'),(10493,5,2924,'','2013-10-12 08:49:15'),(10494,6,2924,'','2013-10-12 08:49:15'),(10495,1,2925,'','2013-10-12 08:56:52'),(10496,2,2925,'','2013-10-12 08:56:52'),(10497,3,2925,'','2013-10-12 08:56:52'),(10498,4,2925,'OPD','2013-10-12 08:56:52'),(10499,5,2925,'','2013-10-12 08:56:52'),(10500,6,2925,'','2013-10-12 08:56:52'),(10501,1,2927,'','2013-10-12 08:56:52'),(10502,2,2927,'','2013-10-12 08:56:52'),(10503,3,2927,'','2013-10-12 08:56:52'),(10504,4,2927,'','2013-10-12 08:56:52'),(10505,5,2927,'','2013-10-12 08:56:52'),(10506,6,2927,'','2013-10-12 08:56:52'),(10507,1,2930,'','2013-10-12 08:56:52'),(10508,2,2930,'','2013-10-12 08:56:52'),(10509,3,2930,'','2013-10-12 08:56:52'),(10510,4,2930,'','2013-10-12 08:56:52'),(10511,5,2930,'','2013-10-12 08:56:52'),(10512,6,2930,'','2013-10-12 08:56:52'),(10513,1,2931,'','2013-10-12 09:00:00'),(10514,2,2931,'587284','2013-10-12 09:00:00'),(10515,3,2931,'','2013-10-12 09:00:00'),(10516,4,2931,'OPD','2013-10-12 09:00:00'),(10517,5,2931,'','2013-10-12 09:00:00'),(10518,6,2931,'','2013-10-12 09:00:00'),(10519,1,2933,'','2013-10-12 09:00:00'),(10520,2,2933,'','2013-10-12 09:00:00'),(10521,3,2933,'','2013-10-12 09:00:00'),(10522,4,2933,'','2013-10-12 09:00:00'),(10523,5,2933,'','2013-10-12 09:00:00'),(10524,6,2933,'','2013-10-12 09:00:00'),(10525,1,2934,'3564209','2013-10-12 09:14:02'),(10526,2,2934,'586714','2013-10-12 09:14:02'),(10527,3,2934,'','2013-10-12 09:14:02'),(10528,4,2934,'OPD','2013-10-12 09:14:02'),(10529,5,2934,'','2013-10-12 09:14:02'),(10530,6,2934,'23','2013-10-12 09:14:02'),(10531,1,2936,'','2013-10-12 09:14:03'),(10532,2,2936,'','2013-10-12 09:14:03'),(10533,3,2936,'','2013-10-12 09:14:03'),(10534,4,2936,'','2013-10-12 09:14:03'),(10535,5,2936,'','2013-10-12 09:14:03'),(10536,6,2936,'','2013-10-12 09:14:03'),(10537,1,2937,'3566265','2013-10-12 09:28:06'),(10538,2,2937,'','2013-10-12 09:28:06'),(10539,3,2937,'','2013-10-12 09:28:06'),(10540,4,2937,'OPD','2013-10-12 09:28:06'),(10541,5,2937,'','2013-10-12 09:28:06'),(10542,6,2937,'83','2013-10-12 09:28:06'),(10543,1,2939,'','2013-10-12 09:28:06'),(10544,2,2939,'','2013-10-12 09:28:06'),(10545,3,2939,'','2013-10-12 09:28:06'),(10546,4,2939,'','2013-10-12 09:28:06'),(10547,5,2939,'','2013-10-12 09:28:06'),(10548,6,2939,'','2013-10-12 09:28:06'),(10549,1,2940,'','2013-10-12 09:36:25'),(10550,2,2940,'3564746','2013-10-12 09:36:25'),(10551,3,2940,'','2013-10-12 09:36:25'),(10552,4,2940,'OPD','2013-10-12 09:36:25'),(10553,5,2940,'','2013-10-12 09:36:25'),(10554,6,2940,'172.24','2013-10-12 09:36:25'),(10555,1,2942,'','2013-10-12 09:36:25'),(10556,2,2942,'','2013-10-12 09:36:25'),(10557,3,2942,'','2013-10-12 09:36:25'),(10558,4,2942,'','2013-10-12 09:36:25'),(10559,5,2942,'','2013-10-12 09:36:25'),(10560,6,2942,'','2013-10-12 09:36:25'),(10561,1,2945,'','2013-10-12 09:36:25'),(10562,2,2945,'','2013-10-12 09:36:25'),(10563,3,2945,'','2013-10-12 09:36:25'),(10564,4,2945,'','2013-10-12 09:36:25'),(10565,5,2945,'','2013-10-12 09:36:25'),(10566,6,2945,'','2013-10-12 09:36:25'),(10567,1,2946,'3566297','2013-10-12 09:51:19'),(10568,2,2946,'','2013-10-12 09:51:19'),(10569,3,2946,'','2013-10-12 09:51:19'),(10570,4,2946,'OPD','2013-10-12 09:51:19'),(10571,5,2946,'','2013-10-12 09:51:19'),(10572,6,2946,'94','2013-10-12 09:51:19'),(10573,1,2948,'','2013-10-12 09:51:19'),(10574,2,2948,'','2013-10-12 09:51:19'),(10575,3,2948,'','2013-10-12 09:51:19'),(10576,4,2948,'','2013-10-12 09:51:19'),(10577,5,2948,'','2013-10-12 09:51:19'),(10578,6,2948,'','2013-10-12 09:51:19'),(10579,1,2949,'3566302','2013-10-12 09:59:10'),(10580,2,2949,'','2013-10-12 09:59:10'),(10581,3,2949,'','2013-10-12 09:59:10'),(10582,4,2949,'OPD','2013-10-12 09:59:10'),(10583,5,2949,'','2013-10-12 09:59:10'),(10584,6,2949,'50','2013-10-12 09:59:10'),(10585,1,2951,'','2013-10-12 09:59:13'),(10586,2,2951,'','2013-10-12 09:59:13'),(10587,3,2951,'','2013-10-12 09:59:13'),(10588,4,2951,'','2013-10-12 09:59:13'),(10589,5,2951,'','2013-10-12 09:59:13'),(10590,6,2951,'','2013-10-12 09:59:13'),(10591,1,2952,'3566306','2013-10-12 10:09:15'),(10592,2,2952,'587298','2013-10-12 10:09:15'),(10593,3,2952,'','2013-10-12 10:09:15'),(10594,4,2952,'opd','2013-10-12 10:09:15'),(10595,5,2952,'','2013-10-12 10:09:15'),(10596,6,2952,'22','2013-10-12 10:09:15'),(10597,1,2953,'3566312','2013-10-12 10:12:34'),(10598,2,2953,'587300','2013-10-12 10:12:34'),(10599,3,2953,'','2013-10-12 10:12:34'),(10600,4,2953,'OPD','2013-10-12 10:12:34'),(10601,5,2953,'','2013-10-12 10:12:34'),(10602,6,2953,'32','2013-10-12 10:12:34'),(10603,1,2955,'','2013-10-12 10:12:35'),(10604,2,2955,'','2013-10-12 10:12:35'),(10605,3,2955,'','2013-10-12 10:12:35'),(10606,4,2955,'','2013-10-12 10:12:35'),(10607,5,2955,'','2013-10-12 10:12:35'),(10608,6,2955,'','2013-10-12 10:12:35'),(10609,1,2956,'','2013-10-12 10:24:18'),(10610,2,2956,'','2013-10-12 10:24:18'),(10611,3,2956,'','2013-10-12 10:24:18'),(10612,4,2956,'OPD','2013-10-12 10:24:18'),(10613,5,2956,'','2013-10-12 10:24:18'),(10614,6,2956,'56','2013-10-12 10:24:18'),(10615,1,2958,'','2013-10-12 10:24:19'),(10616,2,2958,'','2013-10-12 10:24:19'),(10617,3,2958,'','2013-10-12 10:24:19'),(10618,4,2958,'','2013-10-12 10:24:19'),(10619,5,2958,'','2013-10-12 10:24:19'),(10620,6,2958,'','2013-10-12 10:24:19'),(10621,1,2959,'3566328','2013-10-12 10:30:42'),(10622,2,2959,'','2013-10-12 10:30:42'),(10623,3,2959,'','2013-10-12 10:30:42'),(10624,4,2959,'OPD','2013-10-12 10:30:42'),(10625,5,2959,'','2013-10-12 10:30:42'),(10626,6,2959,'635','2013-10-12 10:30:42'),(10627,1,2961,'','2013-10-12 10:30:42'),(10628,2,2961,'','2013-10-12 10:30:42'),(10629,3,2961,'','2013-10-12 10:30:42'),(10630,4,2961,'','2013-10-12 10:30:42'),(10631,5,2961,'','2013-10-12 10:30:42'),(10632,6,2961,'','2013-10-12 10:30:42'),(10633,1,2962,'356335','2013-10-12 10:43:56'),(10634,2,2962,'','2013-10-12 10:43:56'),(10635,3,2962,'','2013-10-12 10:43:56'),(10636,4,2962,'OPD','2013-10-12 10:43:56'),(10637,5,2962,'','2013-10-12 10:43:56'),(10638,6,2962,'13','2013-10-12 10:43:56'),(10639,1,2963,'356336','2013-10-12 10:48:08'),(10640,2,2963,'','2013-10-12 10:48:08'),(10641,3,2963,'','2013-10-12 10:48:08'),(10642,4,2963,'OPD','2013-10-12 10:48:08'),(10643,5,2963,'','2013-10-12 10:48:08'),(10644,6,2963,'91','2013-10-12 10:48:08'),(10645,1,2965,'','2013-10-12 10:48:11'),(10646,2,2965,'','2013-10-12 10:48:11'),(10647,3,2965,'','2013-10-12 10:48:11'),(10648,4,2965,'','2013-10-12 10:48:11'),(10649,5,2965,'','2013-10-12 10:48:11'),(10650,6,2965,'','2013-10-12 10:48:11'),(10651,1,2966,'','2013-10-12 10:56:15'),(10652,2,2966,'','2013-10-12 10:56:15'),(10653,3,2966,'','2013-10-12 10:56:15'),(10654,4,2966,'OPD','2013-10-12 10:56:15'),(10655,5,2966,'','2013-10-12 10:56:15'),(10656,6,2966,'50','2013-10-12 10:56:15'),(10657,1,2968,'','2013-10-12 10:56:15'),(10658,2,2968,'','2013-10-12 10:56:15'),(10659,3,2968,'','2013-10-12 10:56:15'),(10660,4,2968,'','2013-10-12 10:56:15'),(10661,5,2968,'','2013-10-12 10:56:15'),(10662,6,2968,'','2013-10-12 10:56:15'),(10663,1,2969,'','2013-10-12 11:18:23'),(10664,2,2969,'','2013-10-12 11:18:24'),(10665,3,2969,'','2013-10-12 11:18:24'),(10666,4,2969,'OPD','2013-10-12 11:18:24'),(10667,5,2969,'','2013-10-12 11:18:24'),(10668,6,2969,'130','2013-10-12 11:18:24'),(10669,1,2971,'','2013-10-12 11:18:24'),(10670,2,2971,'','2013-10-12 11:18:24'),(10671,3,2971,'','2013-10-12 11:18:24'),(10672,4,2971,'','2013-10-12 11:18:24'),(10673,5,2971,'','2013-10-12 11:18:24'),(10674,6,2971,'','2013-10-12 11:18:24'),(10675,1,2972,'','2013-10-12 11:24:50'),(10676,2,2972,'','2013-10-12 11:24:50'),(10677,3,2972,'','2013-10-12 11:24:50'),(10678,4,2972,'OPD','2013-10-12 11:24:50'),(10679,5,2972,'','2013-10-12 11:24:50'),(10680,6,2972,'27','2013-10-12 11:24:50'),(10681,1,2973,'','2013-10-12 11:27:02'),(10682,2,2973,'','2013-10-12 11:27:02'),(10683,3,2973,'','2013-10-12 11:27:02'),(10684,4,2973,'OPD','2013-10-12 11:27:02'),(10685,5,2973,'','2013-10-12 11:27:02'),(10686,6,2973,'22','2013-10-12 11:27:02'),(10687,1,2974,'','2013-10-12 11:32:01'),(10688,2,2974,'','2013-10-12 11:32:01'),(10689,3,2974,'','2013-10-12 11:32:01'),(10690,4,2974,'OPD','2013-10-12 11:32:01'),(10691,5,2974,'','2013-10-12 11:32:01'),(10692,6,2974,'37','2013-10-12 11:32:01'),(10693,1,2975,'','2013-10-12 11:40:13'),(10694,2,2975,'587312','2013-10-12 11:40:13'),(10695,3,2975,'','2013-10-12 11:40:13'),(10696,4,2975,'opd','2013-10-12 11:40:13'),(10697,5,2975,'','2013-10-12 11:40:13'),(10698,6,2975,'56','2013-10-12 11:40:13'),(10699,1,2977,'','2013-10-12 11:40:13'),(10700,2,2977,'','2013-10-12 11:40:13'),(10701,3,2977,'','2013-10-12 11:40:13'),(10702,4,2977,'','2013-10-12 11:40:13'),(10703,5,2977,'','2013-10-12 11:40:13'),(10704,6,2977,'','2013-10-12 11:40:13'),(10705,1,2978,'','2013-10-12 11:45:16'),(10706,2,2978,'','2013-10-12 11:45:16'),(10707,3,2978,'','2013-10-12 11:45:16'),(10708,4,2978,'OPD','2013-10-12 11:45:16'),(10709,5,2978,'','2013-10-12 11:45:16'),(10710,6,2978,'204','2013-10-12 11:45:16'),(10711,1,2980,'','2013-10-12 11:45:17'),(10712,2,2980,'','2013-10-12 11:45:17'),(10713,3,2980,'','2013-10-12 11:45:17'),(10714,4,2980,'','2013-10-12 11:45:17'),(10715,5,2980,'','2013-10-12 11:45:17'),(10716,6,2980,'','2013-10-12 11:45:17'),(10717,1,2981,'','2013-10-12 11:55:04'),(10718,2,2981,'','2013-10-12 11:55:04'),(10719,3,2981,'','2013-10-12 11:55:04'),(10720,4,2981,'','2013-10-12 11:55:04'),(10721,5,2981,'','2013-10-12 11:55:04'),(10722,6,2981,'','2013-10-12 11:55:04'),(10723,1,2983,'','2013-10-12 11:55:13'),(10724,2,2983,'','2013-10-12 11:55:13'),(10725,3,2983,'','2013-10-12 11:55:13'),(10726,4,2983,'','2013-10-12 11:55:13'),(10727,5,2983,'','2013-10-12 11:55:13'),(10728,6,2983,'','2013-10-12 11:55:13'),(10729,1,2984,'3566408','2013-10-12 12:06:27'),(10730,2,2984,'','2013-10-12 12:06:27'),(10731,3,2984,'','2013-10-12 12:06:27'),(10732,4,2984,'OPD','2013-10-12 12:06:27'),(10733,5,2984,'','2013-10-12 12:06:27'),(10734,6,2984,'22','2013-10-12 12:06:27'),(10735,1,2985,'3566401','2013-10-12 12:11:10'),(10736,2,2985,'587308','2013-10-12 12:11:10'),(10737,3,2985,'','2013-10-12 12:11:10'),(10738,4,2985,'OPD','2013-10-12 12:11:10'),(10739,5,2985,'','2013-10-12 12:11:10'),(10740,6,2985,'86','2013-10-12 12:11:10'),(10741,1,2987,'','2013-10-12 12:11:10'),(10742,2,2987,'','2013-10-12 12:11:10'),(10743,3,2987,'','2013-10-12 12:11:10'),(10744,4,2987,'','2013-10-12 12:11:10'),(10745,5,2987,'','2013-10-12 12:11:10'),(10746,6,2987,'','2013-10-12 12:11:10'),(10747,1,2990,'','2013-10-12 12:11:11'),(10748,2,2990,'','2013-10-12 12:11:11'),(10749,3,2990,'','2013-10-12 12:11:11'),(10750,4,2990,'','2013-10-12 12:11:11'),(10751,5,2990,'','2013-10-12 12:11:11'),(10752,6,2990,'','2013-10-12 12:11:11'),(10753,1,2991,'3566393','2013-10-12 12:18:29'),(10754,2,2991,'587334','2013-10-12 12:18:29'),(10755,3,2991,'','2013-10-12 12:18:29'),(10756,4,2991,'OPD','2013-10-12 12:18:29'),(10757,5,2991,'','2013-10-12 12:18:29'),(10758,6,2991,'69','2013-10-12 12:18:29'),(10759,1,2992,'3566405','2013-10-12 12:21:12'),(10760,2,2992,'587330','2013-10-12 12:21:12'),(10761,3,2992,'','2013-10-12 12:21:12'),(10762,4,2992,'OPD','2013-10-12 12:21:12'),(10763,5,2992,'','2013-10-12 12:21:12'),(10764,6,2992,'83.8','2013-10-12 12:21:12'),(10765,1,2994,'','2013-10-12 12:21:13'),(10766,2,2994,'','2013-10-12 12:21:13'),(10767,3,2994,'','2013-10-12 12:21:13'),(10768,4,2994,'','2013-10-12 12:21:13'),(10769,5,2994,'','2013-10-12 12:21:13'),(10770,6,2994,'','2013-10-12 12:21:13'),(10771,1,2995,'3566404','2013-10-12 12:37:47'),(10772,2,2995,'587332','2013-10-12 12:37:47'),(10773,3,2995,'','2013-10-12 12:37:47'),(10774,4,2995,'OPD','2013-10-12 12:37:47'),(10775,5,2995,'','2013-10-12 12:37:47'),(10776,6,2995,'74.4','2013-10-12 12:37:47'),(10777,1,2996,'3566417','2013-10-12 12:58:28'),(10778,2,2996,'587335','2013-10-12 12:58:28'),(10779,3,2996,'','2013-10-12 12:58:28'),(10780,4,2996,'OPD','2013-10-12 12:58:28'),(10781,5,2996,'','2013-10-12 12:58:28'),(10782,6,2996,'72','2013-10-12 12:58:28'),(10783,1,2998,'','2013-10-12 12:58:28'),(10784,2,2998,'','2013-10-12 12:58:28'),(10785,3,2998,'','2013-10-12 12:58:28'),(10786,4,2998,'','2013-10-12 12:58:28'),(10787,5,2998,'','2013-10-12 12:58:28'),(10788,6,2998,'','2013-10-12 12:58:28'),(10789,1,2999,'','2013-10-12 13:00:50'),(10790,2,2999,'','2013-10-12 13:00:50'),(10791,3,2999,'','2013-10-12 13:00:50'),(10792,4,2999,'OPD','2013-10-12 13:00:50'),(10793,5,2999,'','2013-10-12 13:00:50'),(10794,6,2999,'159','2013-10-12 13:00:50'),(10795,1,3001,'','2013-10-12 13:00:50'),(10796,2,3001,'','2013-10-12 13:00:50'),(10797,3,3001,'','2013-10-12 13:00:50'),(10798,4,3001,'','2013-10-12 13:00:50'),(10799,5,3001,'','2013-10-12 13:00:50'),(10800,6,3001,'','2013-10-12 13:00:50'),(10801,1,3002,'3566411','2013-10-12 13:04:51'),(10802,2,3002,'587337','2013-10-12 13:04:51'),(10803,3,3002,'','2013-10-12 13:04:51'),(10804,4,3002,'OPD','2013-10-12 13:04:51'),(10805,5,3002,'','2013-10-12 13:04:51'),(10806,6,3002,'47','2013-10-12 13:04:51'),(10807,1,3004,'','2013-10-12 13:04:51'),(10808,2,3004,'','2013-10-12 13:04:51'),(10809,3,3004,'','2013-10-12 13:04:51'),(10810,4,3004,'','2013-10-12 13:04:51'),(10811,5,3004,'','2013-10-12 13:04:51'),(10812,6,3004,'','2013-10-12 13:04:51'),(10813,1,3005,'','2013-10-12 13:06:57'),(10814,2,3005,'','2013-10-12 13:06:57'),(10815,3,3005,'','2013-10-12 13:06:57'),(10816,4,3005,'OPD','2013-10-12 13:06:57'),(10817,5,3005,'','2013-10-12 13:06:57'),(10818,6,3005,'70','2013-10-12 13:06:57'),(10819,1,3006,'','2013-10-12 13:12:11'),(10820,2,3006,'','2013-10-12 13:12:11'),(10821,3,3006,'','2013-10-12 13:12:11'),(10822,4,3006,'OPD','2013-10-12 13:12:11'),(10823,5,3006,'','2013-10-12 13:12:11'),(10824,6,3006,'66','2013-10-12 13:12:11'),(10825,1,3007,'','2013-10-12 13:13:52'),(10826,2,3007,'','2013-10-12 13:13:52'),(10827,3,3007,'','2013-10-12 13:13:52'),(10828,4,3007,'','2013-10-12 13:13:52'),(10829,5,3007,'214325','2013-10-12 13:13:52'),(10830,6,3007,'20','2013-10-12 13:13:52'),(10831,1,3008,'','2013-10-12 13:14:46'),(10832,2,3008,'','2013-10-12 13:14:46'),(10833,3,3008,'','2013-10-12 13:14:46'),(10834,4,3008,'','2013-10-12 13:14:46'),(10835,5,3008,'214553','2013-10-12 13:14:46'),(10836,6,3008,'20','2013-10-12 13:14:46'),(10837,1,3009,'','2013-10-12 13:20:12'),(10838,2,3009,'587349','2013-10-12 13:20:12'),(10839,3,3009,'','2013-10-12 13:20:12'),(10840,4,3009,'','2013-10-12 13:20:12'),(10841,5,3009,'','2013-10-12 13:20:12'),(10842,6,3009,'107','2013-10-12 13:20:12'),(10843,1,3011,'','2013-10-12 13:20:12'),(10844,2,3011,'','2013-10-12 13:20:12'),(10845,3,3011,'','2013-10-12 13:20:12'),(10846,4,3011,'','2013-10-12 13:20:12'),(10847,5,3011,'','2013-10-12 13:20:12'),(10848,6,3011,'','2013-10-12 13:20:12'),(10849,1,3012,'3566421','2013-10-12 13:45:11'),(10850,2,3012,'58351','2013-10-12 13:45:11'),(10851,3,3012,'','2013-10-12 13:45:11'),(10852,4,3012,'OPD','2013-10-12 13:45:11'),(10853,5,3012,'','2013-10-12 13:45:11'),(10854,6,3012,'78','2013-10-12 13:45:11'),(10855,1,3014,'','2013-10-12 13:45:12'),(10856,2,3014,'','2013-10-12 13:45:12'),(10857,3,3014,'','2013-10-12 13:45:12'),(10858,4,3014,'','2013-10-12 13:45:12'),(10859,5,3014,'','2013-10-12 13:45:12'),(10860,6,3014,'','2013-10-12 13:45:12'),(10861,1,3015,'','2013-10-12 13:49:17'),(10862,2,3015,'','2013-10-12 13:49:17'),(10863,3,3015,'','2013-10-12 13:49:17'),(10864,4,3015,'','2013-10-12 13:49:17'),(10865,5,3015,'','2013-10-12 13:49:17'),(10866,6,3015,'44','2013-10-12 13:49:17'),(10867,1,3016,'3566459','2013-10-12 13:51:21'),(10868,2,3016,'587358','2013-10-12 13:51:21'),(10869,3,3016,'','2013-10-12 13:51:21'),(10870,4,3016,'OPD','2013-10-12 13:51:21'),(10871,5,3016,'','2013-10-12 13:51:21'),(10872,6,3016,'35','2013-10-12 13:51:21'),(10873,1,3017,'','2013-10-12 13:55:51'),(10874,2,3017,'','2013-10-12 13:55:51'),(10875,3,3017,'','2013-10-12 13:55:51'),(10876,4,3017,'OPD','2013-10-12 13:55:51'),(10877,5,3017,'','2013-10-12 13:55:51'),(10878,6,3017,'81','2013-10-12 13:55:51'),(10879,1,3018,'','2013-10-12 13:59:35'),(10880,2,3018,'','2013-10-12 13:59:35'),(10881,3,3018,'','2013-10-12 13:59:35'),(10882,4,3018,'OPD','2013-10-12 13:59:35'),(10883,5,3018,'','2013-10-12 13:59:35'),(10884,6,3018,'56','2013-10-12 13:59:35'),(10885,1,3020,'','2013-10-12 13:59:35'),(10886,2,3020,'','2013-10-12 13:59:35'),(10887,3,3020,'','2013-10-12 13:59:35'),(10888,4,3020,'','2013-10-12 13:59:35'),(10889,5,3020,'','2013-10-12 13:59:35'),(10890,6,3020,'56','2013-10-12 13:59:35'),(10891,1,3021,'3566479','2013-10-12 14:10:20'),(10892,2,3021,'','2013-10-12 14:10:20'),(10893,3,3021,'','2013-10-12 14:10:20'),(10894,4,3021,'OPD','2013-10-12 14:10:20'),(10895,5,3021,'','2013-10-12 14:10:20'),(10896,6,3021,'37','2013-10-12 14:10:20'),(10897,1,3022,'3566504','2013-10-12 14:13:13'),(10898,2,3022,'587364','2013-10-12 14:13:13'),(10899,3,3022,'','2013-10-12 14:13:13'),(10900,4,3022,'OPD','2013-10-12 14:13:13'),(10901,5,3022,'','2013-10-12 14:13:13'),(10902,6,3022,'77','2013-10-12 14:13:13'),(10903,1,3024,'','2013-10-12 14:13:13'),(10904,2,3024,'','2013-10-12 14:13:13'),(10905,3,3024,'','2013-10-12 14:13:13'),(10906,4,3024,'','2013-10-12 14:13:13'),(10907,5,3024,'','2013-10-12 14:13:13'),(10908,6,3024,'','2013-10-12 14:13:13'),(10909,1,3025,'3566501','2013-10-12 14:16:22'),(10910,2,3025,'','2013-10-12 14:16:22'),(10911,3,3025,'','2013-10-12 14:16:22'),(10912,4,3025,'OPD','2013-10-12 14:16:22'),(10913,5,3025,'','2013-10-12 14:16:22'),(10914,6,3025,'141','2013-10-12 14:16:22'),(10915,1,3027,'','2013-10-12 14:16:22'),(10916,2,3027,'','2013-10-12 14:16:22'),(10917,3,3027,'','2013-10-12 14:16:22'),(10918,4,3027,'','2013-10-12 14:16:22'),(10919,5,3027,'','2013-10-12 14:16:22'),(10920,6,3027,'','2013-10-12 14:16:22'),(10921,1,3028,'3566512','2013-10-12 14:30:13'),(10922,2,3028,'587366','2013-10-12 14:30:13'),(10923,3,3028,'','2013-10-12 14:30:13'),(10924,4,3028,'OPD','2013-10-12 14:30:13'),(10925,5,3028,'','2013-10-12 14:30:13'),(10926,6,3028,'87','2013-10-12 14:30:13'),(10927,1,3030,'','2013-10-12 14:30:13'),(10928,2,3030,'','2013-10-12 14:30:13'),(10929,3,3030,'','2013-10-12 14:30:13'),(10930,4,3030,'','2013-10-12 14:30:13'),(10931,5,3030,'','2013-10-12 14:30:13'),(10932,6,3030,'','2013-10-12 14:30:13'),(10933,1,3031,'','2013-10-12 14:37:10'),(10934,2,3031,'','2013-10-12 14:37:10'),(10935,3,3031,'','2013-10-12 14:37:10'),(10936,4,3031,'OPD','2013-10-12 14:37:10'),(10937,5,3031,'','2013-10-12 14:37:10'),(10938,6,3031,'77','2013-10-12 14:37:10'),(10939,1,3032,'3566519','2013-10-12 14:47:58'),(10940,2,3032,'587368','2013-10-12 14:47:58'),(10941,3,3032,'','2013-10-12 14:47:58'),(10942,4,3032,'OPD','2013-10-12 14:47:58'),(10943,5,3032,'','2013-10-12 14:47:58'),(10944,6,3032,'65','2013-10-12 14:47:58'),(10945,1,3034,'','2013-10-12 14:47:58'),(10946,2,3034,'','2013-10-12 14:47:58'),(10947,3,3034,'','2013-10-12 14:47:58'),(10948,4,3034,'','2013-10-12 14:47:58'),(10949,5,3034,'','2013-10-12 14:47:58'),(10950,6,3034,'','2013-10-12 14:47:58'),(10951,1,3035,'3566522','2013-10-12 14:50:28'),(10952,2,3035,'587371','2013-10-12 14:50:28'),(10953,3,3035,'','2013-10-12 14:50:28'),(10954,4,3035,'OPD','2013-10-12 14:50:28'),(10955,5,3035,'','2013-10-12 14:50:28'),(10956,6,3035,'19','2013-10-12 14:50:28'),(10957,1,3036,'3566532','2013-10-12 14:57:25'),(10958,2,3036,'','2013-10-12 14:57:25'),(10959,3,3036,'','2013-10-12 14:57:25'),(10960,4,3036,'','2013-10-12 14:57:25'),(10961,5,3036,'214553','2013-10-12 14:57:25'),(10962,6,3036,'69','2013-10-12 14:57:25'),(10963,1,3037,'3566521','2013-10-12 14:59:02'),(10964,2,3037,'','2013-10-12 14:59:02'),(10965,3,3037,'','2013-10-12 14:59:02'),(10966,4,3037,'','2013-10-12 14:59:02'),(10967,5,3037,'214543','2013-10-12 14:59:02'),(10968,6,3037,'22','2013-10-12 14:59:02'),(10969,1,3038,'3566530','2013-10-12 15:04:49'),(10970,2,3038,'','2013-10-12 15:04:49'),(10971,3,3038,'','2013-10-12 15:04:49'),(10972,4,3038,'','2013-10-12 15:04:49'),(10973,5,3038,'214296','2013-10-12 15:04:49'),(10974,6,3038,'63.4','2013-10-12 15:04:49'),(10975,1,3040,'','2013-10-12 15:04:49'),(10976,2,3040,'','2013-10-12 15:04:49'),(10977,3,3040,'','2013-10-12 15:04:49'),(10978,4,3040,'','2013-10-12 15:04:49'),(10979,5,3040,'','2013-10-12 15:04:49'),(10980,6,3040,'','2013-10-12 15:04:49'),(10981,1,3041,'','2013-10-12 15:07:38'),(10982,2,3041,'','2013-10-12 15:07:38'),(10983,3,3041,'','2013-10-12 15:07:38'),(10984,4,3041,'OPD','2013-10-12 15:07:38'),(10985,5,3041,'','2013-10-12 15:07:38'),(10986,6,3041,'40','2013-10-12 15:07:38'),(10987,1,3042,'','2013-10-12 15:18:41'),(10988,2,3042,'','2013-10-12 15:18:41'),(10989,3,3042,'','2013-10-12 15:18:41'),(10990,4,3042,'OPD','2013-10-12 15:18:41'),(10991,5,3042,'','2013-10-12 15:18:41'),(10992,6,3042,'182','2013-10-12 15:18:41'),(10993,1,3043,'3566551','2013-10-12 15:34:54'),(10994,2,3043,'','2013-10-12 15:34:54'),(10995,3,3043,'','2013-10-12 15:34:54'),(10996,4,3043,'OPD','2013-10-12 15:34:54'),(10997,5,3043,'','2013-10-12 15:34:54'),(10998,6,3043,'94','2013-10-12 15:34:54'),(10999,1,3045,'','2013-10-12 15:34:54'),(11000,2,3045,'','2013-10-12 15:34:54'),(11001,3,3045,'','2013-10-12 15:34:54'),(11002,4,3045,'','2013-10-12 15:34:54'),(11003,5,3045,'','2013-10-12 15:34:54'),(11004,6,3045,'','2013-10-12 15:34:54'),(11005,1,3046,'','2013-10-12 15:37:30'),(11006,2,3046,'','2013-10-12 15:37:30'),(11007,3,3046,'','2013-10-12 15:37:30'),(11008,4,3046,'OPD','2013-10-12 15:37:30'),(11009,5,3046,'','2013-10-12 15:37:30'),(11010,6,3046,'35','2013-10-12 15:37:30'),(11011,1,3048,'','2013-10-12 15:37:30'),(11012,2,3048,'','2013-10-12 15:37:30'),(11013,3,3048,'','2013-10-12 15:37:30'),(11014,4,3048,'','2013-10-12 15:37:30'),(11015,5,3048,'','2013-10-12 15:37:30'),(11016,6,3048,'','2013-10-12 15:37:30'),(11017,1,3049,'356566','2013-10-12 15:43:02'),(11018,2,3049,'','2013-10-12 15:43:02'),(11019,3,3049,'','2013-10-12 15:43:02'),(11020,4,3049,'OPD','2013-10-12 15:43:02'),(11021,5,3049,'','2013-10-12 15:43:02'),(11022,6,3049,'113','2013-10-12 15:43:02'),(11023,1,3051,'','2013-10-12 15:43:03'),(11024,2,3051,'','2013-10-12 15:43:03'),(11025,3,3051,'','2013-10-12 15:43:03'),(11026,4,3051,'','2013-10-12 15:43:03'),(11027,5,3051,'','2013-10-12 15:43:03'),(11028,6,3051,'','2013-10-12 15:43:03'),(11029,1,3052,'3566566','2013-10-12 16:19:51'),(11030,2,3052,'','2013-10-12 16:19:51'),(11031,3,3052,'','2013-10-12 16:19:51'),(11032,4,3052,'OPD','2013-10-12 16:19:51'),(11033,5,3052,'','2013-10-12 16:19:51'),(11034,6,3052,'78','2013-10-12 16:19:51'),(11035,1,3054,'','2013-10-12 16:19:52'),(11036,2,3054,'','2013-10-12 16:19:52'),(11037,3,3054,'','2013-10-12 16:19:52'),(11038,4,3054,'','2013-10-12 16:19:52'),(11039,5,3054,'','2013-10-12 16:19:52'),(11040,6,3054,'','2013-10-12 16:19:52'),(11041,1,3055,'3566619','2013-10-12 17:31:20'),(11042,2,3055,'','2013-10-12 17:31:20'),(11043,3,3055,'','2013-10-12 17:31:20'),(11044,4,3055,'','2013-10-12 17:31:20'),(11045,5,3055,'214636','2013-10-12 17:31:20'),(11046,6,3055,'200','2013-10-12 17:31:20'),(11047,1,3056,'3566622','2013-10-12 17:40:27'),(11048,2,3056,'587394','2013-10-12 17:40:27'),(11049,3,3056,'','2013-10-12 17:40:27'),(11050,4,3056,'OPD','2013-10-12 17:40:27'),(11051,5,3056,'','2013-10-12 17:40:27'),(11052,6,3056,'323','2013-10-12 17:40:27'),(11053,1,3058,'','2013-10-12 17:40:27'),(11054,2,3058,'','2013-10-12 17:40:27'),(11055,3,3058,'','2013-10-12 17:40:27'),(11056,4,3058,'','2013-10-12 17:40:27'),(11057,5,3058,'','2013-10-12 17:40:27'),(11058,6,3058,'','2013-10-12 17:40:27'),(11059,1,3059,'','2013-10-12 17:46:06'),(11060,2,3059,'','2013-10-12 17:46:06'),(11061,3,3059,'','2013-10-12 17:46:06'),(11062,4,3059,'OPD','2013-10-12 17:46:06'),(11063,5,3059,'','2013-10-12 17:46:06'),(11064,6,3059,'13','2013-10-12 17:46:06'),(11065,1,3060,'','2013-10-12 17:47:52'),(11066,2,3060,'','2013-10-12 17:47:52'),(11067,3,3060,'','2013-10-12 17:47:52'),(11068,4,3060,'OPD','2013-10-12 17:47:52'),(11069,5,3060,'','2013-10-12 17:47:52'),(11070,6,3060,'13','2013-10-12 17:47:52'),(11071,1,3061,'3566634','2013-10-12 17:58:31'),(11072,2,3061,'587399','2013-10-12 17:58:31'),(11073,3,3061,'','2013-10-12 17:58:31'),(11074,4,3061,'OPD','2013-10-12 17:58:31'),(11075,5,3061,'','2013-10-12 17:58:31'),(11076,6,3061,'74','2013-10-12 17:58:31'),(11077,1,3063,'','2013-10-12 17:58:34'),(11078,2,3063,'','2013-10-12 17:58:34'),(11079,3,3063,'','2013-10-12 17:58:34'),(11080,4,3063,'','2013-10-12 17:58:34'),(11081,5,3063,'','2013-10-12 17:58:34'),(11082,6,3063,'','2013-10-12 17:58:34'),(11083,1,3066,'','2013-10-12 17:58:34'),(11084,2,3066,'','2013-10-12 17:58:34'),(11085,3,3066,'','2013-10-12 17:58:34'),(11086,4,3066,'','2013-10-12 17:58:34'),(11087,5,3066,'','2013-10-12 17:58:34'),(11088,6,3066,'','2013-10-12 17:58:34'),(11089,1,3067,'3566650','2013-10-12 18:12:18'),(11090,2,3067,'','2013-10-12 18:12:18'),(11091,3,3067,'','2013-10-12 18:12:18'),(11092,4,3067,'OPD','2013-10-12 18:12:18'),(11093,5,3067,'','2013-10-12 18:12:18'),(11094,6,3067,'22','2013-10-12 18:12:18'),(11095,1,3068,'3566656','2013-10-12 18:17:59'),(11096,2,3068,'','2013-10-12 18:17:59'),(11097,3,3068,'','2013-10-12 18:17:59'),(11098,4,3068,'OPD','2013-10-12 18:17:59'),(11099,5,3068,'','2013-10-12 18:17:59'),(11100,6,3068,'40','2013-10-12 18:17:59'),(11101,1,3069,'','2013-10-12 18:20:47'),(11102,2,3069,'','2013-10-12 18:20:47'),(11103,3,3069,'','2013-10-12 18:20:47'),(11104,4,3069,'','2013-10-12 18:20:47'),(11105,5,3069,'W','2013-10-12 18:20:47'),(11106,6,3069,'47','2013-10-12 18:20:47'),(11107,1,3071,'','2013-10-12 18:20:47'),(11108,2,3071,'','2013-10-12 18:20:47'),(11109,3,3071,'','2013-10-12 18:20:47'),(11110,4,3071,'','2013-10-12 18:20:47'),(11111,5,3071,'','2013-10-12 18:20:47'),(11112,6,3071,'','2013-10-12 18:20:47'),(11113,1,3072,'','2013-10-12 18:30:14'),(11114,2,3072,'','2013-10-12 18:30:14'),(11115,3,3072,'','2013-10-12 18:30:14'),(11116,4,3072,'OPD','2013-10-12 18:30:14'),(11117,5,3072,'','2013-10-12 18:30:14'),(11118,6,3072,'104','2013-10-12 18:30:14'),(11119,1,3073,'','2013-10-12 18:34:41'),(11120,2,3073,'','2013-10-12 18:34:41'),(11121,3,3073,'','2013-10-12 18:34:41'),(11122,4,3073,'OPD','2013-10-12 18:34:41'),(11123,5,3073,'','2013-10-12 18:34:41'),(11124,6,3073,'260.4','2013-10-12 18:34:41'),(11125,1,3075,'','2013-10-12 18:34:42'),(11126,2,3075,'','2013-10-12 18:34:42'),(11127,3,3075,'','2013-10-12 18:34:42'),(11128,4,3075,'','2013-10-12 18:34:42'),(11129,5,3075,'','2013-10-12 18:34:42'),(11130,6,3075,'','2013-10-12 18:34:42'),(11131,1,3078,'','2013-10-12 18:34:42'),(11132,2,3078,'','2013-10-12 18:34:42'),(11133,3,3078,'','2013-10-12 18:34:42'),(11134,4,3078,'','2013-10-12 18:34:42'),(11135,5,3078,'','2013-10-12 18:34:42'),(11136,6,3078,'','2013-10-12 18:34:42'),(11137,1,3082,'','2013-10-12 18:34:42'),(11138,2,3082,'','2013-10-12 18:34:42'),(11139,3,3082,'','2013-10-12 18:34:42'),(11140,4,3082,'','2013-10-12 18:34:42'),(11141,5,3082,'','2013-10-12 18:34:42'),(11142,6,3082,'','2013-10-12 18:34:42'),(11143,1,3083,'','2013-10-12 18:43:10'),(11144,2,3083,'','2013-10-12 18:43:10'),(11145,3,3083,'','2013-10-12 18:43:10'),(11146,4,3083,'OPD','2013-10-12 18:43:10'),(11147,5,3083,'','2013-10-12 18:43:10'),(11148,6,3083,'176.4','2013-10-12 18:43:10'),(11149,1,3085,'','2013-10-12 18:43:11'),(11150,2,3085,'','2013-10-12 18:43:11'),(11151,3,3085,'','2013-10-12 18:43:11'),(11152,4,3085,'','2013-10-12 18:43:11'),(11153,5,3085,'','2013-10-12 18:43:11'),(11154,6,3085,'','2013-10-12 18:43:11'),(11155,1,3088,'','2013-10-12 18:43:11'),(11156,2,3088,'','2013-10-12 18:43:11'),(11157,3,3088,'','2013-10-12 18:43:11'),(11158,4,3088,'','2013-10-12 18:43:11'),(11159,5,3088,'','2013-10-12 18:43:11'),(11160,6,3088,'','2013-10-12 18:43:11'),(11161,1,3092,'','2013-10-12 18:43:11'),(11162,2,3092,'','2013-10-12 18:43:11'),(11163,3,3092,'','2013-10-12 18:43:11'),(11164,4,3092,'','2013-10-12 18:43:11'),(11165,5,3092,'','2013-10-12 18:43:11'),(11166,6,3092,'','2013-10-12 18:43:11'),(11167,1,3093,'3566685','2013-10-12 18:50:26'),(11168,2,3093,'','2013-10-12 18:50:26'),(11169,3,3093,'','2013-10-12 18:50:26'),(11170,4,3093,'OPD','2013-10-12 18:50:26'),(11171,5,3093,'','2013-10-12 18:50:26'),(11172,6,3093,'112','2013-10-12 18:50:26'),(11173,1,3095,'','2013-10-12 18:50:27'),(11174,2,3095,'','2013-10-12 18:50:27'),(11175,3,3095,'','2013-10-12 18:50:27'),(11176,4,3095,'','2013-10-12 18:50:27'),(11177,5,3095,'','2013-10-12 18:50:27'),(11178,6,3095,'','2013-10-12 18:50:27'),(11179,1,3098,'','2013-10-12 18:50:27'),(11180,2,3098,'','2013-10-12 18:50:27'),(11181,3,3098,'','2013-10-12 18:50:27'),(11182,4,3098,'','2013-10-12 18:50:27'),(11183,5,3098,'','2013-10-12 18:50:27'),(11184,6,3098,'','2013-10-12 18:50:27'),(11185,1,3099,'3566722','2013-10-12 19:34:53'),(11186,2,3099,'','2013-10-12 19:34:53'),(11187,3,3099,'','2013-10-12 19:34:53'),(11188,4,3099,'OPD','2013-10-12 19:34:53'),(11189,5,3099,'','2013-10-12 19:34:53'),(11190,6,3099,'449.00','2013-10-12 19:34:53'),(11191,1,3101,'','2013-10-12 19:34:54'),(11192,2,3101,'','2013-10-12 19:34:54'),(11193,3,3101,'','2013-10-12 19:34:54'),(11194,4,3101,'','2013-10-12 19:34:54'),(11195,5,3101,'','2013-10-12 19:34:54'),(11196,6,3101,'','2013-10-12 19:34:54'),(11197,1,3104,'','2013-10-12 19:34:54'),(11198,2,3104,'','2013-10-12 19:34:54'),(11199,3,3104,'','2013-10-12 19:34:54'),(11200,4,3104,'','2013-10-12 19:34:54'),(11201,5,3104,'','2013-10-12 19:34:54'),(11202,6,3104,'','2013-10-12 19:34:54'),(11203,1,3105,'3566731','2013-10-12 19:43:29'),(11204,2,3105,'','2013-10-12 19:43:29'),(11205,3,3105,'','2013-10-12 19:43:29'),(11206,4,3105,'OPD','2013-10-12 19:43:29'),(11207,5,3105,'','2013-10-12 19:43:29'),(11208,6,3105,'81.00','2013-10-12 19:43:29'),(11209,1,3106,'3566737','2013-10-12 20:07:48'),(11210,2,3106,'','2013-10-12 20:07:48'),(11211,3,3106,'','2013-10-12 20:07:48'),(11212,4,3106,'OPD','2013-10-12 20:07:48'),(11213,5,3106,'','2013-10-12 20:07:48'),(11214,6,3106,'37','2013-10-12 20:07:48'),(11215,1,3107,'3566739','2013-10-12 20:26:56'),(11216,2,3107,'','2013-10-12 20:26:56'),(11217,3,3107,'','2013-10-12 20:26:56'),(11218,4,3107,'OPD','2013-10-12 20:26:56'),(11219,5,3107,'','2013-10-12 20:26:56'),(11220,6,3107,'66.00','2013-10-12 20:26:56'),(11221,1,3108,'3566745','2013-10-12 21:05:46'),(11222,2,3108,'587417','2013-10-12 21:05:46'),(11223,3,3108,'','2013-10-12 21:05:46'),(11224,4,3108,'OPD','2013-10-12 21:05:46'),(11225,5,3108,'','2013-10-12 21:05:46'),(11226,6,3108,'60.00','2013-10-12 21:05:46'),(11227,1,3109,'3566748','2013-10-12 21:29:15'),(11228,2,3109,'587419','2013-10-12 21:29:15'),(11229,3,3109,'','2013-10-12 21:29:15'),(11230,4,3109,'S/R','2013-10-12 21:29:15'),(11231,5,3109,'','2013-10-12 21:29:15'),(11232,6,3109,'35.00','2013-10-12 21:29:15'),(11233,1,3110,'3566752','2013-10-12 21:34:32'),(11234,2,3110,'587420','2013-10-12 21:34:32'),(11235,3,3110,'','2013-10-12 21:34:32'),(11236,4,3110,'S/R','2013-10-12 21:34:32'),(11237,5,3110,'','2013-10-12 21:34:32'),(11238,6,3110,'50.00','2013-10-12 21:34:32'),(11239,1,3111,'3566756','2013-10-12 21:50:01'),(11240,2,3111,'','2013-10-12 21:50:01'),(11241,3,3111,'','2013-10-12 21:50:01'),(11242,4,3111,'OPD','2013-10-12 21:50:01'),(11243,5,3111,'','2013-10-12 21:50:01'),(11244,6,3111,'94.00','2013-10-12 21:50:01'),(11245,1,3113,'','2013-10-12 21:50:02'),(11246,2,3113,'','2013-10-12 21:50:02'),(11247,3,3113,'','2013-10-12 21:50:02'),(11248,4,3113,'','2013-10-12 21:50:02'),(11249,5,3113,'','2013-10-12 21:50:02'),(11250,6,3113,'','2013-10-12 21:50:02'),(11251,1,3114,'3566779','2013-10-12 23:27:37'),(11252,2,3114,'','2013-10-12 23:27:37'),(11253,3,3114,'','2013-10-12 23:27:37'),(11254,4,3114,'WARD','2013-10-12 23:27:37'),(11255,5,3114,'','2013-10-12 23:27:37'),(11256,6,3114,'30.90','2013-10-12 23:27:37'),(11257,1,3115,'3566782','2013-10-12 23:37:08'),(11258,2,3115,'587428','2013-10-12 23:37:08'),(11259,3,3115,'','2013-10-12 23:37:08'),(11260,4,3115,'OPD','2013-10-12 23:37:08'),(11261,5,3115,'','2013-10-12 23:37:08'),(11262,6,3115,'104.00','2013-10-12 23:37:08'),(11263,1,3117,'','2013-10-12 23:37:08'),(11264,2,3117,'','2013-10-12 23:37:08'),(11265,3,3117,'','2013-10-12 23:37:08'),(11266,4,3117,'','2013-10-12 23:37:08'),(11267,5,3117,'','2013-10-12 23:37:08'),(11268,6,3117,'','2013-10-12 23:37:08'),(11269,1,3120,'','2013-10-12 23:37:08'),(11270,2,3120,'','2013-10-12 23:37:08'),(11271,3,3120,'','2013-10-12 23:37:08'),(11272,4,3120,'','2013-10-12 23:37:08'),(11273,5,3120,'','2013-10-12 23:37:08'),(11274,6,3120,'','2013-10-12 23:37:08'),(11275,1,3121,'3566785','2013-10-12 23:57:21'),(11276,2,3121,'','2013-10-12 23:57:21'),(11277,3,3121,'','2013-10-12 23:57:21'),(11278,4,3121,'OPD','2013-10-12 23:57:21'),(11279,5,3121,'','2013-10-12 23:57:21'),(11280,6,3121,'81.00','2013-10-12 23:57:21'),(11281,1,3122,'3566793','2013-10-13 00:38:43'),(11282,2,3122,'587432','2013-10-13 00:38:43'),(11283,3,3122,'','2013-10-13 00:38:43'),(11284,4,3122,'OPD','2013-10-13 00:38:43'),(11285,5,3122,'','2013-10-13 00:38:43'),(11286,6,3122,'104','2013-10-13 00:38:43'),(11287,1,3124,'','2013-10-13 00:38:46'),(11288,2,3124,'','2013-10-13 00:38:46'),(11289,3,3124,'','2013-10-13 00:38:46'),(11290,4,3124,'','2013-10-13 00:38:46'),(11291,5,3124,'','2013-10-13 00:38:46'),(11292,6,3124,'','2013-10-13 00:38:46'),(11293,1,3127,'','2013-10-13 00:38:56'),(11294,2,3127,'','2013-10-13 00:38:56'),(11295,3,3127,'','2013-10-13 00:38:56'),(11296,4,3127,'','2013-10-13 00:38:56'),(11297,5,3127,'','2013-10-13 00:38:56'),(11298,6,3127,'','2013-10-13 00:38:56'),(11299,1,3128,'3566794','2013-10-13 00:44:29'),(11300,2,3128,'5866794','2013-10-13 00:44:29'),(11301,3,3128,'','2013-10-13 00:44:29'),(11302,4,3128,'OPD','2013-10-13 00:44:29'),(11303,5,3128,'','2013-10-13 00:44:29'),(11304,6,3128,'60.00','2013-10-13 00:44:29'),(11305,1,3129,'3566869','2013-10-13 06:51:56'),(11306,2,3129,'','2013-10-13 06:51:56'),(11307,3,3129,'','2013-10-13 06:51:56'),(11308,4,3129,'OPD','2013-10-13 06:51:56'),(11309,5,3129,'','2013-10-13 06:51:56'),(11310,6,3129,'76.00','2013-10-13 06:51:56'),(11311,1,3130,'3566888','2013-10-13 07:33:14'),(11312,2,3130,'','2013-10-13 07:33:14'),(11313,3,3130,'','2013-10-13 07:33:14'),(11314,4,3130,'OPD','2013-10-13 07:33:14'),(11315,5,3130,'','2013-10-13 07:33:14'),(11316,6,3130,'99.00','2013-10-13 07:33:14'),(11317,1,3132,'','2013-10-13 07:33:15'),(11318,2,3132,'','2013-10-13 07:33:15'),(11319,3,3132,'','2013-10-13 07:33:15'),(11320,4,3132,'','2013-10-13 07:33:15'),(11321,5,3132,'','2013-10-13 07:33:15'),(11322,6,3132,'','2013-10-13 07:33:15'),(11323,1,3133,'3566889','2013-10-13 07:37:40'),(11324,2,3133,'','2013-10-13 07:37:40'),(11325,3,3133,'','2013-10-13 07:37:40'),(11326,4,3133,'OPD','2013-10-13 07:37:40'),(11327,5,3133,'','2013-10-13 07:37:40'),(11328,6,3133,'22.00','2013-10-13 07:37:40'),(11329,1,3134,'3561815','2013-10-13 09:22:30'),(11330,2,3134,'','2013-10-13 09:22:30'),(11331,3,3134,'','2013-10-13 09:22:30'),(11332,4,3134,'OPD','2013-10-13 09:22:30'),(11333,5,3134,'','2013-10-13 09:22:30'),(11334,6,3134,'33','2013-10-13 09:22:30'),(11335,1,3135,'3566918','2013-10-13 09:40:09'),(11336,2,3135,'587451','2013-10-13 09:40:09'),(11337,3,3135,'','2013-10-13 09:40:09'),(11338,4,3135,'OPD','2013-10-13 09:40:09'),(11339,5,3135,'','2013-10-13 09:40:09'),(11340,6,3135,'190','2013-10-13 09:40:09'),(11341,1,3137,'','2013-10-13 09:40:09'),(11342,2,3137,'','2013-10-13 09:40:09'),(11343,3,3137,'','2013-10-13 09:40:09'),(11344,4,3137,'','2013-10-13 09:40:09'),(11345,5,3137,'','2013-10-13 09:40:09'),(11346,6,3137,'','2013-10-13 09:40:09'),(11347,1,3138,'3566919','2013-10-13 09:44:37'),(11348,2,3138,'','2013-10-13 09:44:37'),(11349,3,3138,'','2013-10-13 09:44:37'),(11350,4,3138,'OPD','2013-10-13 09:44:37'),(11351,5,3138,'','2013-10-13 09:44:37'),(11352,6,3138,'81','2013-10-13 09:44:37'),(11353,1,3139,'3566921','2013-10-13 09:47:41'),(11354,2,3139,'','2013-10-13 09:47:41'),(11355,3,3139,'','2013-10-13 09:47:41'),(11356,4,3139,'OPD','2013-10-13 09:47:41'),(11357,5,3139,'','2013-10-13 09:47:41'),(11358,6,3139,'99','2013-10-13 09:47:41'),(11359,1,3141,'','2013-10-13 09:47:41'),(11360,2,3141,'','2013-10-13 09:47:41'),(11361,3,3141,'','2013-10-13 09:47:41'),(11362,4,3141,'','2013-10-13 09:47:41'),(11363,5,3141,'','2013-10-13 09:47:41'),(11364,6,3141,'','2013-10-13 09:47:41'),(11365,1,3142,'3566925','2013-10-13 09:55:18'),(11366,2,3142,'587454','2013-10-13 09:55:18'),(11367,3,3142,'','2013-10-13 09:55:18'),(11368,4,3142,'OPD','2013-10-13 09:55:18'),(11369,5,3142,'','2013-10-13 09:55:18'),(11370,6,3142,'75','2013-10-13 09:55:18'),(11371,1,3143,'3566929','2013-10-13 09:57:36'),(11372,2,3143,'','2013-10-13 09:57:36'),(11373,3,3143,'','2013-10-13 09:57:36'),(11374,4,3143,'','2013-10-13 09:57:36'),(11375,5,3143,'214640','2013-10-13 09:57:36'),(11376,6,3143,'48','2013-10-13 09:57:36'),(11377,1,3144,'3566932','2013-10-13 10:09:51'),(11378,2,3144,'','2013-10-13 10:09:51'),(11379,3,3144,'','2013-10-13 10:09:51'),(11380,4,3144,'OPD','2013-10-13 10:09:51'),(11381,5,3144,'','2013-10-13 10:09:51'),(11382,6,3144,'94','2013-10-13 10:09:51'),(11383,1,3146,'','2013-10-13 10:09:51'),(11384,2,3146,'','2013-10-13 10:09:51'),(11385,3,3146,'','2013-10-13 10:09:51'),(11386,4,3146,'','2013-10-13 10:09:51'),(11387,5,3146,'','2013-10-13 10:09:51'),(11388,6,3146,'','2013-10-13 10:09:51'),(11389,1,3149,'','2013-10-13 10:09:51'),(11390,2,3149,'','2013-10-13 10:09:51'),(11391,3,3149,'','2013-10-13 10:09:51'),(11392,4,3149,'','2013-10-13 10:09:51'),(11393,5,3149,'','2013-10-13 10:09:51'),(11394,6,3149,'','2013-10-13 10:09:51'),(11395,1,3150,'3566934','2013-10-13 10:11:53'),(11396,2,3150,'','2013-10-13 10:11:53'),(11397,3,3150,'','2013-10-13 10:11:53'),(11398,4,3150,'OPD','2013-10-13 10:11:53'),(11399,5,3150,'','2013-10-13 10:11:53'),(11400,6,3150,'81','2013-10-13 10:11:53'),(11401,1,3151,'3566933','2013-10-13 10:15:19'),(11402,2,3151,'','2013-10-13 10:15:19'),(11403,3,3151,'','2013-10-13 10:15:19'),(11404,4,3151,'OPD','2013-10-13 10:15:19'),(11405,5,3151,'','2013-10-13 10:15:19'),(11406,6,3151,'13','2013-10-13 10:15:19'),(11407,1,3152,'3566936','2013-10-13 10:18:49'),(11408,2,3152,'','2013-10-13 10:18:49'),(11409,3,3152,'','2013-10-13 10:18:49'),(11410,4,3152,'OPD','2013-10-13 10:18:49'),(11411,5,3152,'','2013-10-13 10:18:49'),(11412,6,3152,'94','2013-10-13 10:18:49'),(11413,1,3154,'','2013-10-13 10:18:49'),(11414,2,3154,'','2013-10-13 10:18:49'),(11415,3,3154,'','2013-10-13 10:18:49'),(11416,4,3154,'','2013-10-13 10:18:49'),(11417,5,3154,'','2013-10-13 10:18:49'),(11418,6,3154,'','2013-10-13 10:18:49'),(11419,1,3155,'','2013-10-13 10:21:53'),(11420,2,3155,'356939','2013-10-13 10:21:53'),(11421,3,3155,'','2013-10-13 10:21:53'),(11422,4,3155,'OPD','2013-10-13 10:21:53'),(11423,5,3155,'','2013-10-13 10:21:53'),(11424,6,3155,'27','2013-10-13 10:21:53'),(11425,1,3156,'','2013-10-13 10:26:50'),(11426,2,3156,'3566941','2013-10-13 10:26:50'),(11427,3,3156,'','2013-10-13 10:26:50'),(11428,4,3156,'OPD','2013-10-13 10:26:50'),(11429,5,3156,'','2013-10-13 10:26:50'),(11430,6,3156,'13','2013-10-13 10:26:50'),(11431,1,3157,'3566942','2013-10-13 10:36:01'),(11432,2,3157,'','2013-10-13 10:36:01'),(11433,3,3157,'','2013-10-13 10:36:01'),(11434,4,3157,'OPD','2013-10-13 10:36:01'),(11435,5,3157,'','2013-10-13 10:36:01'),(11436,6,3157,'286','2013-10-13 10:36:01'),(11437,1,3159,'','2013-10-13 10:36:04'),(11438,2,3159,'','2013-10-13 10:36:04'),(11439,3,3159,'','2013-10-13 10:36:04'),(11440,4,3159,'','2013-10-13 10:36:04'),(11441,5,3159,'','2013-10-13 10:36:04'),(11442,6,3159,'','2013-10-13 10:36:04'),(11443,1,3162,'','2013-10-13 10:36:05'),(11444,2,3162,'','2013-10-13 10:36:05'),(11445,3,3162,'','2013-10-13 10:36:05'),(11446,4,3162,'','2013-10-13 10:36:05'),(11447,5,3162,'','2013-10-13 10:36:05'),(11448,6,3162,'','2013-10-13 10:36:05'),(11449,1,3163,'3566947','2013-10-13 10:40:43'),(11450,2,3163,'','2013-10-13 10:40:43'),(11451,3,3163,'','2013-10-13 10:40:43'),(11452,4,3163,'OPD','2013-10-13 10:40:43'),(11453,5,3163,'','2013-10-13 10:40:43'),(11454,6,3163,'118','2013-10-13 10:40:43'),(11455,1,3165,'','2013-10-13 10:40:43'),(11456,2,3165,'','2013-10-13 10:40:43'),(11457,3,3165,'','2013-10-13 10:40:43'),(11458,4,3165,'','2013-10-13 10:40:43'),(11459,5,3165,'','2013-10-13 10:40:43'),(11460,6,3165,'','2013-10-13 10:40:43'),(11461,1,3168,'','2013-10-13 10:40:44'),(11462,2,3168,'','2013-10-13 10:40:44'),(11463,3,3168,'','2013-10-13 10:40:44'),(11464,4,3168,'','2013-10-13 10:40:44'),(11465,5,3168,'','2013-10-13 10:40:44'),(11466,6,3168,'','2013-10-13 10:40:44'),(11467,1,3169,'3566946','2013-10-13 10:45:07'),(11468,2,3169,'587461','2013-10-13 10:45:07'),(11469,3,3169,'','2013-10-13 10:45:07'),(11470,4,3169,'OPD','2013-10-13 10:45:07'),(11471,5,3169,'','2013-10-13 10:45:07'),(11472,6,3169,'130','2013-10-13 10:45:07'),(11473,1,3171,'','2013-10-13 10:45:08'),(11474,2,3171,'','2013-10-13 10:45:08'),(11475,3,3171,'','2013-10-13 10:45:08'),(11476,4,3171,'','2013-10-13 10:45:08'),(11477,5,3171,'','2013-10-13 10:45:08'),(11478,6,3171,'','2013-10-13 10:45:08'),(11479,1,3174,'','2013-10-13 10:45:08'),(11480,2,3174,'','2013-10-13 10:45:08'),(11481,3,3174,'','2013-10-13 10:45:08'),(11482,4,3174,'','2013-10-13 10:45:08'),(11483,5,3174,'','2013-10-13 10:45:08'),(11484,6,3174,'','2013-10-13 10:45:08'),(11485,1,3175,'3566953','2013-10-13 10:52:31'),(11486,2,3175,'','2013-10-13 10:52:31'),(11487,3,3175,'','2013-10-13 10:52:31'),(11488,4,3175,'OPD','2013-10-13 10:52:31'),(11489,5,3175,'','2013-10-13 10:52:31'),(11490,6,3175,'257','2013-10-13 10:52:31'),(11491,1,3177,'','2013-10-13 10:52:31'),(11492,2,3177,'','2013-10-13 10:52:31'),(11493,3,3177,'','2013-10-13 10:52:31'),(11494,4,3177,'','2013-10-13 10:52:31'),(11495,5,3177,'','2013-10-13 10:52:31'),(11496,6,3177,'','2013-10-13 10:52:31'),(11497,1,3180,'','2013-10-13 10:52:31'),(11498,2,3180,'','2013-10-13 10:52:31'),(11499,3,3180,'','2013-10-13 10:52:31'),(11500,4,3180,'','2013-10-13 10:52:31'),(11501,5,3180,'','2013-10-13 10:52:32'),(11502,6,3180,'','2013-10-13 10:52:32'),(11503,1,3184,'','2013-10-13 10:52:32'),(11504,2,3184,'','2013-10-13 10:52:32'),(11505,3,3184,'','2013-10-13 10:52:32'),(11506,4,3184,'','2013-10-13 10:52:32'),(11507,5,3184,'','2013-10-13 10:52:32'),(11508,6,3184,'','2013-10-13 10:52:32'),(11509,1,3185,'3566971','2013-10-13 11:54:33'),(11510,2,3185,'587471','2013-10-13 11:54:33'),(11511,3,3185,'','2013-10-13 11:54:33'),(11512,4,3185,'OPD','2013-10-13 11:54:33'),(11513,5,3185,'','2013-10-13 11:54:33'),(11514,6,3185,'104','2013-10-13 11:54:33'),(11515,1,3187,'','2013-10-13 11:54:34'),(11516,2,3187,'','2013-10-13 11:54:34'),(11517,3,3187,'','2013-10-13 11:54:34'),(11518,4,3187,'','2013-10-13 11:54:34'),(11519,5,3187,'','2013-10-13 11:54:34'),(11520,6,3187,'','2013-10-13 11:54:34'),(11521,1,3190,'','2013-10-13 11:54:34'),(11522,2,3190,'','2013-10-13 11:54:34'),(11523,3,3190,'','2013-10-13 11:54:34'),(11524,4,3190,'','2013-10-13 11:54:34'),(11525,5,3190,'','2013-10-13 11:54:34'),(11526,6,3190,'','2013-10-13 11:54:34'),(11527,1,3191,'3566972','2013-10-13 12:24:28'),(11528,2,3191,'','2013-10-13 12:24:28'),(11529,3,3191,'','2013-10-13 12:24:28'),(11530,4,3191,'OPD','2013-10-13 12:24:28'),(11531,5,3191,'','2013-10-13 12:24:28'),(11532,6,3191,'91','2013-10-13 12:24:28'),(11533,1,3192,'3566974','2013-10-13 12:29:07'),(11534,2,3192,'','2013-10-13 12:29:07'),(11535,3,3192,'','2013-10-13 12:29:07'),(11536,4,3192,'OPD','2013-10-13 12:29:07'),(11537,5,3192,'','2013-10-13 12:29:07'),(11538,6,3192,'40','2013-10-13 12:29:07'),(11539,1,3193,'3566165','2013-10-13 13:17:52'),(11540,2,3193,'','2013-10-13 13:17:52'),(11541,3,3193,'','2013-10-13 13:17:52'),(11542,4,3193,'OPD','2013-10-13 13:17:52'),(11543,5,3193,'','2013-10-13 13:17:52'),(11544,6,3193,'139','2013-10-13 13:17:52'),(11545,1,3195,'','2013-10-13 13:17:52'),(11546,2,3195,'','2013-10-13 13:17:52'),(11547,3,3195,'','2013-10-13 13:17:52'),(11548,4,3195,'','2013-10-13 13:17:52'),(11549,5,3195,'','2013-10-13 13:17:52'),(11550,6,3195,'','2013-10-13 13:17:52'),(11551,1,3198,'','2013-10-13 13:17:53'),(11552,2,3198,'','2013-10-13 13:17:53'),(11553,3,3198,'','2013-10-13 13:17:53'),(11554,4,3198,'','2013-10-13 13:17:53'),(11555,5,3198,'','2013-10-13 13:17:53'),(11556,6,3198,'','2013-10-13 13:17:53'),(11557,1,3199,'3566993','2013-10-13 14:11:19'),(11558,2,3199,'','2013-10-13 14:11:19'),(11559,3,3199,'','2013-10-13 14:11:19'),(11560,4,3199,'OPD','2013-10-13 14:11:19'),(11561,5,3199,'','2013-10-13 14:11:19'),(11562,6,3199,'166','2013-10-13 14:11:19'),(11563,1,3200,'3566994','2013-10-13 14:16:55'),(11564,2,3200,'','2013-10-13 14:16:55'),(11565,3,3200,'','2013-10-13 14:16:55'),(11566,4,3200,'OPD','2013-10-13 14:16:55'),(11567,5,3200,'','2013-10-13 14:16:55'),(11568,6,3200,'81','2013-10-13 14:16:55'),(11569,1,3201,'3567000','2013-10-13 14:48:54'),(11570,2,3201,'','2013-10-13 14:48:54'),(11571,3,3201,'','2013-10-13 14:48:54'),(11572,4,3201,'OPD','2013-10-13 14:48:54'),(11573,5,3201,'','2013-10-13 14:48:54'),(11574,6,3201,'94','2013-10-13 14:48:54'),(11575,1,3203,'','2013-10-13 14:48:54'),(11576,2,3203,'','2013-10-13 14:48:54'),(11577,3,3203,'','2013-10-13 14:48:54'),(11578,4,3203,'','2013-10-13 14:48:54'),(11579,5,3203,'','2013-10-13 14:48:54'),(11580,6,3203,'','2013-10-13 14:48:54'),(11581,1,3204,'3567020','2013-10-13 16:41:28'),(11582,2,3204,'','2013-10-13 16:41:28'),(11583,3,3204,'','2013-10-13 16:41:28'),(11584,4,3204,'OPD','2013-10-13 16:41:28'),(11585,5,3204,'','2013-10-13 16:41:28'),(11586,6,3204,'81','2013-10-13 16:41:28'),(11587,1,3205,'3567032','2013-10-13 17:17:10'),(11588,2,3205,'','2013-10-13 17:17:10'),(11589,3,3205,'','2013-10-13 17:17:10'),(11590,4,3205,'OPD','2013-10-13 17:17:10'),(11591,5,3205,'','2013-10-13 17:17:10'),(11592,6,3205,'118','2013-10-13 17:17:10'),(11593,1,3207,'','2013-10-13 17:17:10'),(11594,2,3207,'','2013-10-13 17:17:10'),(11595,3,3207,'','2013-10-13 17:17:10'),(11596,4,3207,'','2013-10-13 17:17:10'),(11597,5,3207,'','2013-10-13 17:17:10'),(11598,6,3207,'','2013-10-13 17:17:10'),(11599,1,3210,'','2013-10-13 17:17:11'),(11600,2,3210,'','2013-10-13 17:17:11'),(11601,3,3210,'','2013-10-13 17:17:11'),(11602,4,3210,'','2013-10-13 17:17:11'),(11603,5,3210,'','2013-10-13 17:17:11'),(11604,6,3210,'','2013-10-13 17:17:11'),(11605,1,3211,'3567094','2013-10-13 17:53:04'),(11606,2,3211,'587483','2013-10-13 17:53:04'),(11607,3,3211,'','2013-10-13 17:53:04'),(11608,4,3211,'OPD','2013-10-13 17:53:04'),(11609,5,3211,'','2013-10-13 17:53:04'),(11610,6,3211,'114','2013-10-13 17:53:04'),(11611,1,3213,'','2013-10-13 17:53:04'),(11612,2,3213,'','2013-10-13 17:53:04'),(11613,3,3213,'','2013-10-13 17:53:04'),(11614,4,3213,'','2013-10-13 17:53:04'),(11615,5,3213,'','2013-10-13 17:53:04'),(11616,6,3213,'','2013-10-13 17:53:04'),(11617,1,3216,'','2013-10-13 17:53:05'),(11618,2,3216,'','2013-10-13 17:53:05'),(11619,3,3216,'','2013-10-13 17:53:05'),(11620,4,3216,'','2013-10-13 17:53:05'),(11621,5,3216,'','2013-10-13 17:53:05'),(11622,6,3216,'','2013-10-13 17:53:05'),(11623,1,3217,'3567098','2013-10-13 18:06:32'),(11624,2,3217,'','2013-10-13 18:06:32'),(11625,3,3217,'','2013-10-13 18:06:32'),(11626,4,3217,'OPD','2013-10-13 18:06:32'),(11627,5,3217,'','2013-10-13 18:06:32'),(11628,6,3217,'123','2013-10-13 18:06:32'),(11629,1,3219,'','2013-10-13 18:06:32'),(11630,2,3219,'','2013-10-13 18:06:32'),(11631,3,3219,'','2013-10-13 18:06:32'),(11632,4,3219,'','2013-10-13 18:06:32'),(11633,5,3219,'','2013-10-13 18:06:32'),(11634,6,3219,'','2013-10-13 18:06:32'),(11635,1,3222,'','2013-10-13 18:06:32'),(11636,2,3222,'','2013-10-13 18:06:32'),(11637,3,3222,'','2013-10-13 18:06:32'),(11638,4,3222,'','2013-10-13 18:06:32'),(11639,5,3222,'','2013-10-13 18:06:32'),(11640,6,3222,'','2013-10-13 18:06:32'),(11641,1,3223,'3567100','2013-10-13 18:12:53'),(11642,2,3223,'','2013-10-13 18:12:53'),(11643,3,3223,'','2013-10-13 18:12:53'),(11644,4,3223,'','2013-10-13 18:12:53'),(11645,5,3223,'214641','2013-10-13 18:12:53'),(11646,6,3223,'157','2013-10-13 18:12:53'),(11647,1,3225,'','2013-10-13 18:12:54'),(11648,2,3225,'','2013-10-13 18:12:54'),(11649,3,3225,'','2013-10-13 18:12:54'),(11650,4,3225,'','2013-10-13 18:12:54'),(11651,5,3225,'','2013-10-13 18:12:54'),(11652,6,3225,'','2013-10-13 18:12:54'),(11653,1,3228,'','2013-10-13 18:12:54'),(11654,2,3228,'','2013-10-13 18:12:54'),(11655,3,3228,'','2013-10-13 18:12:54'),(11656,4,3228,'','2013-10-13 18:12:54'),(11657,5,3228,'','2013-10-13 18:12:54'),(11658,6,3228,'','2013-10-13 18:12:54'),(11659,1,3232,'','2013-10-13 18:12:54'),(11660,2,3232,'','2013-10-13 18:12:54'),(11661,3,3232,'','2013-10-13 18:12:54'),(11662,4,3232,'','2013-10-13 18:12:54'),(11663,5,3232,'','2013-10-13 18:12:54'),(11664,6,3232,'','2013-10-13 18:12:54'),(11665,1,3233,'3567138','2013-10-13 19:08:21'),(11666,2,3233,'','2013-10-13 19:08:21'),(11667,3,3233,'','2013-10-13 19:08:21'),(11668,4,3233,'WARD','2013-10-13 19:08:21'),(11669,5,3233,'','2013-10-13 19:08:21'),(11670,6,3233,'62.00','2013-10-13 19:08:21'),(11671,1,3235,'','2013-10-13 19:08:21'),(11672,2,3235,'','2013-10-13 19:08:21'),(11673,3,3235,'','2013-10-13 19:08:21'),(11674,4,3235,'','2013-10-13 19:08:21'),(11675,5,3235,'','2013-10-13 19:08:21'),(11676,6,3235,'','2013-10-13 19:08:21'),(11677,1,3236,'3567146','2013-10-13 19:26:58'),(11678,2,3236,'','2013-10-13 19:26:58'),(11679,3,3236,'','2013-10-13 19:26:58'),(11680,4,3236,'OPD','2013-10-13 19:26:58'),(11681,5,3236,'','2013-10-13 19:26:58'),(11682,6,3236,'81.00','2013-10-13 19:26:58'),(11683,1,3237,'3567163','2013-10-13 20:14:39'),(11684,2,3237,'587504','2013-10-13 20:14:39'),(11685,3,3237,'','2013-10-13 20:14:39'),(11686,4,3237,'OPD','2013-10-13 20:14:39'),(11687,5,3237,'','2013-10-13 20:14:39'),(11688,6,3237,'75.00','2013-10-13 20:14:39'),(11689,1,3238,'3567171','2013-10-13 20:47:03'),(11690,2,3238,'','2013-10-13 20:47:03'),(11691,3,3238,'','2013-10-13 20:47:03'),(11692,4,3238,'OPD','2013-10-13 20:47:03'),(11693,5,3238,'','2013-10-13 20:47:03'),(11694,6,3238,'114.00','2013-10-13 20:47:03'),(11695,1,3239,'3567176','2013-10-13 21:10:44'),(11696,2,3239,'','2013-10-13 21:10:44'),(11697,3,3239,'','2013-10-13 21:10:44'),(11698,4,3239,'OPD','2013-10-13 21:10:44'),(11699,5,3239,'','2013-10-13 21:10:44'),(11700,6,3239,'66.00','2013-10-13 21:10:44'),(11701,1,3240,'3567175','2013-10-13 21:12:38'),(11702,2,3240,'','2013-10-13 21:12:38'),(11703,3,3240,'','2013-10-13 21:12:38'),(11704,4,3240,'OPD','2013-10-13 21:12:38'),(11705,5,3240,'','2013-10-13 21:12:38'),(11706,6,3240,'66.00','2013-10-13 21:12:38'),(11707,1,3241,'3567173','2013-10-13 21:15:43'),(11708,2,3241,'','2013-10-13 21:15:43'),(11709,3,3241,'','2013-10-13 21:15:43'),(11710,4,3241,'OPD','2013-10-13 21:15:43'),(11711,5,3241,'','2013-10-13 21:15:43'),(11712,6,3241,'203.00','2013-10-13 21:15:43'),(11713,1,3243,'','2013-10-13 21:15:43'),(11714,2,3243,'','2013-10-13 21:15:43'),(11715,3,3243,'','2013-10-13 21:15:43'),(11716,4,3243,'','2013-10-13 21:15:43'),(11717,5,3243,'','2013-10-13 21:15:43'),(11718,6,3243,'','2013-10-13 21:15:43'),(11719,1,3244,'3567179','2013-10-13 21:21:05'),(11720,2,3244,'','2013-10-13 21:21:05'),(11721,3,3244,'','2013-10-13 21:21:05'),(11722,4,3244,'OPD','2013-10-13 21:21:05'),(11723,5,3244,'','2013-10-13 21:21:05'),(11724,6,3244,'81.00','2013-10-13 21:21:05'),(11725,1,3245,'3567180','2013-10-13 21:25:00'),(11726,2,3245,'','2013-10-13 21:25:00'),(11727,3,3245,'','2013-10-13 21:25:00'),(11728,4,3245,'OPD','2013-10-13 21:25:00'),(11729,5,3245,'','2013-10-13 21:25:00'),(11730,6,3245,'112.00','2013-10-13 21:25:00'),(11731,1,3247,'','2013-10-13 21:25:00'),(11732,2,3247,'','2013-10-13 21:25:00'),(11733,3,3247,'','2013-10-13 21:25:00'),(11734,4,3247,'','2013-10-13 21:25:00'),(11735,5,3247,'','2013-10-13 21:25:00'),(11736,6,3247,'','2013-10-13 21:25:00'),(11737,1,3250,'','2013-10-13 21:25:00'),(11738,2,3250,'','2013-10-13 21:25:00'),(11739,3,3250,'','2013-10-13 21:25:00'),(11740,4,3250,'','2013-10-13 21:25:00'),(11741,5,3250,'','2013-10-13 21:25:00'),(11742,6,3250,'','2013-10-13 21:25:00'),(11743,1,3251,'3567191','2013-10-13 23:04:10'),(11744,2,3251,'','2013-10-13 23:04:10'),(11745,3,3251,'','2013-10-13 23:04:10'),(11746,4,3251,'OPD','2013-10-13 23:04:10'),(11747,5,3251,'','2013-10-13 23:04:10'),(11748,6,3251,'22.00','2013-10-13 23:04:10'),(11749,1,3252,'3567194','2013-10-13 23:18:03'),(11750,2,3252,'','2013-10-13 23:18:03'),(11751,3,3252,'','2013-10-13 23:18:03'),(11752,4,3252,'OPD','2013-10-13 23:18:03'),(11753,5,3252,'','2013-10-13 23:18:03'),(11754,6,3252,'66.00','2013-10-13 23:18:03'),(11755,1,3253,'3567204','2013-10-14 01:43:01'),(11756,2,3253,'','2013-10-14 01:43:01'),(11757,3,3253,'','2013-10-14 01:43:01'),(11758,4,3253,'OPD','2013-10-14 01:43:01'),(11759,5,3253,'','2013-10-14 01:43:01'),(11760,6,3253,'13.00','2013-10-14 01:43:01'),(11761,1,3254,'3542893','2013-10-14 07:06:45'),(11762,2,3254,'','2013-10-14 07:06:45'),(11763,3,3254,'','2013-10-14 07:06:45'),(11764,4,3254,'OPD','2013-10-14 07:06:45'),(11765,5,3254,'','2013-10-14 07:06:45'),(11766,6,3254,'25.00','2013-10-14 07:06:45'),(11767,1,3256,'','2013-10-14 07:06:46'),(11768,2,3256,'','2013-10-14 07:06:46'),(11769,3,3256,'','2013-10-14 07:06:46'),(11770,4,3256,'','2013-10-14 07:06:46'),(11771,5,3256,'','2013-10-14 07:06:46'),(11772,6,3256,'','2013-10-14 07:06:46'),(11773,1,3257,'3567257','2013-10-14 07:38:52'),(11774,2,3257,'','2013-10-14 07:38:52'),(11775,3,3257,'','2013-10-14 07:38:52'),(11776,4,3257,'OPD','2013-10-14 07:38:52'),(11777,5,3257,'','2013-10-14 07:38:52'),(11778,6,3257,'133.00','2013-10-14 07:38:52'),(11779,1,3259,'','2013-10-14 07:38:52'),(11780,2,3259,'','2013-10-14 07:38:52'),(11781,3,3259,'','2013-10-14 07:38:52'),(11782,4,3259,'','2013-10-14 07:38:52'),(11783,5,3259,'','2013-10-14 07:38:52'),(11784,6,3259,'','2013-10-14 07:38:52'),(11785,1,3262,'','2013-10-14 07:38:52'),(11786,2,3262,'','2013-10-14 07:38:52'),(11787,3,3262,'','2013-10-14 07:38:52'),(11788,4,3262,'','2013-10-14 07:38:52'),(11789,5,3262,'','2013-10-14 07:38:52'),(11790,6,3262,'','2013-10-14 07:38:52'),(11791,1,3263,'','2013-10-14 08:03:40'),(11792,2,3263,'3567263','2013-10-14 08:03:40'),(11793,3,3263,'587527','2013-10-14 08:03:40'),(11794,4,3263,'','2013-10-14 08:03:40'),(11795,5,3263,'','2013-10-14 08:03:40'),(11796,6,3263,'46','2013-10-14 08:03:40'),(11797,1,3265,'','2013-10-14 08:03:40'),(11798,2,3265,'','2013-10-14 08:03:40'),(11799,3,3265,'','2013-10-14 08:03:40'),(11800,4,3265,'','2013-10-14 08:03:40'),(11801,5,3265,'','2013-10-14 08:03:40'),(11802,6,3265,'','2013-10-14 08:03:40'),(11803,1,3266,'','2013-10-14 08:17:35'),(11804,2,3266,'','2013-10-14 08:17:35'),(11805,3,3266,'','2013-10-14 08:17:35'),(11806,4,3266,'OPD','2013-10-14 08:17:35'),(11807,5,3266,'','2013-10-14 08:17:35'),(11808,6,3266,'174','2013-10-14 08:17:35'),(11809,1,3268,'','2013-10-14 08:17:44'),(11810,2,3268,'','2013-10-14 08:17:44'),(11811,3,3268,'','2013-10-14 08:17:44'),(11812,4,3268,'','2013-10-14 08:17:44'),(11813,5,3268,'','2013-10-14 08:17:44'),(11814,6,3268,'','2013-10-14 08:17:44'),(11815,1,3269,'3567268','2013-10-14 08:28:40'),(11816,2,3269,'','2013-10-14 08:28:40'),(11817,3,3269,'','2013-10-14 08:28:40'),(11818,4,3269,'OPD','2013-10-14 08:28:40'),(11819,5,3269,'','2013-10-14 08:28:40'),(11820,6,3269,'','2013-10-14 08:28:40'),(11821,1,3270,'3567283','2013-10-14 08:41:45'),(11822,2,3270,'','2013-10-14 08:41:45'),(11823,3,3270,'','2013-10-14 08:41:45'),(11824,4,3270,'OPD','2013-10-14 08:41:45'),(11825,5,3270,'','2013-10-14 08:41:45'),(11826,6,3270,'61','2013-10-14 08:41:45'),(11827,1,3271,'','2013-10-14 08:46:13'),(11828,2,3271,'3567284','2013-10-14 08:46:13'),(11829,3,3271,'','2013-10-14 08:46:13'),(11830,4,3271,'OPD','2013-10-14 08:46:13'),(11831,5,3271,'','2013-10-14 08:46:13'),(11832,6,3271,'89','2013-10-14 08:46:13'),(11833,1,3273,'','2013-10-14 08:46:13'),(11834,2,3273,'','2013-10-14 08:46:13'),(11835,3,3273,'','2013-10-14 08:46:13'),(11836,4,3273,'','2013-10-14 08:46:13'),(11837,5,3273,'','2013-10-14 08:46:13'),(11838,6,3273,'','2013-10-14 08:46:13'),(11839,1,3276,'','2013-10-14 08:46:13'),(11840,2,3276,'','2013-10-14 08:46:13'),(11841,3,3276,'','2013-10-14 08:46:13'),(11842,4,3276,'','2013-10-14 08:46:13'),(11843,5,3276,'','2013-10-14 08:46:13'),(11844,6,3276,'','2013-10-14 08:46:13'),(11845,1,3277,'3567307','2013-10-14 08:53:44'),(11846,2,3277,'','2013-10-14 08:53:44'),(11847,3,3277,'','2013-10-14 08:53:44'),(11848,4,3277,'OPD','2013-10-14 08:53:44'),(11849,5,3277,'','2013-10-14 08:53:44'),(11850,6,3277,'66','2013-10-14 08:53:44'),(11851,1,3278,'3567321','2013-10-14 09:03:18'),(11852,2,3278,'','2013-10-14 09:03:18'),(11853,3,3278,'','2013-10-14 09:03:18'),(11854,4,3278,'OPD','2013-10-14 09:03:18'),(11855,5,3278,'','2013-10-14 09:03:18'),(11856,6,3278,'138','2013-10-14 09:03:18'),(11857,1,3280,'','2013-10-14 09:03:19'),(11858,2,3280,'','2013-10-14 09:03:19'),(11859,3,3280,'','2013-10-14 09:03:19'),(11860,4,3280,'','2013-10-14 09:03:19'),(11861,5,3280,'','2013-10-14 09:03:19'),(11862,6,3280,'','2013-10-14 09:03:19'),(11863,1,3281,'','2013-10-14 09:04:05'),(11864,2,3281,'','2013-10-14 09:04:05'),(11865,3,3281,'','2013-10-14 09:04:05'),(11866,4,3281,'','2013-10-14 09:04:05'),(11867,5,3281,'','2013-10-14 09:04:05'),(11868,6,3281,'','2013-10-14 09:04:05'),(11869,1,3282,'','2013-10-14 09:14:34'),(11870,2,3282,'587461','2013-10-14 09:14:34'),(11871,3,3282,'','2013-10-14 09:14:34'),(11872,4,3282,'','2013-10-14 09:14:34'),(11873,5,3282,'','2013-10-14 09:14:34'),(11874,6,3282,'','2013-10-14 09:14:34'),(11875,1,3283,'','2013-10-14 09:19:41'),(11876,2,3283,'','2013-10-14 09:19:41'),(11877,3,3283,'','2013-10-14 09:19:41'),(11878,4,3283,'MED','2013-10-14 09:19:41'),(11879,5,3283,'','2013-10-14 09:19:41'),(11880,6,3283,'','2013-10-14 09:19:41'),(11881,1,3285,'','2013-10-14 09:19:42'),(11882,2,3285,'','2013-10-14 09:19:42'),(11883,3,3285,'','2013-10-14 09:19:42'),(11884,4,3285,'','2013-10-14 09:19:42'),(11885,5,3285,'','2013-10-14 09:19:42'),(11886,6,3285,'','2013-10-14 09:19:42'),(11887,1,3288,'','2013-10-14 09:19:42'),(11888,2,3288,'','2013-10-14 09:19:42'),(11889,3,3288,'','2013-10-14 09:19:42'),(11890,4,3288,'','2013-10-14 09:19:42'),(11891,5,3288,'','2013-10-14 09:19:42'),(11892,6,3288,'','2013-10-14 09:19:42'),(11893,1,3292,'','2013-10-14 09:19:42'),(11894,2,3292,'','2013-10-14 09:19:42'),(11895,3,3292,'','2013-10-14 09:19:42'),(11896,4,3292,'','2013-10-14 09:19:42'),(11897,5,3292,'','2013-10-14 09:19:42'),(11898,6,3292,'','2013-10-14 09:19:42'),(11899,1,3297,'','2013-10-14 09:19:42'),(11900,2,3297,'','2013-10-14 09:19:42'),(11901,3,3297,'','2013-10-14 09:19:42'),(11902,4,3297,'','2013-10-14 09:19:42'),(11903,5,3297,'','2013-10-14 09:19:42'),(11904,6,3297,'','2013-10-14 09:19:42'),(11905,1,3303,'','2013-10-14 09:19:45'),(11906,2,3303,'','2013-10-14 09:19:45'),(11907,3,3303,'','2013-10-14 09:19:45'),(11908,4,3303,'','2013-10-14 09:19:45'),(11909,5,3303,'','2013-10-14 09:19:45'),(11910,6,3303,'','2013-10-14 09:19:45'),(11911,1,3304,'','2013-10-14 09:25:07'),(11912,2,3304,'','2013-10-14 09:25:07'),(11913,3,3304,'','2013-10-14 09:25:07'),(11914,4,3304,'MED','2013-10-14 09:25:07'),(11915,5,3304,'','2013-10-14 09:25:07'),(11916,6,3304,'','2013-10-14 09:25:07'),(11917,1,3306,'','2013-10-14 09:25:07'),(11918,2,3306,'','2013-10-14 09:25:07'),(11919,3,3306,'','2013-10-14 09:25:07'),(11920,4,3306,'','2013-10-14 09:25:07'),(11921,5,3306,'','2013-10-14 09:25:07'),(11922,6,3306,'','2013-10-14 09:25:07'),(11923,1,3309,'','2013-10-14 09:25:07'),(11924,2,3309,'','2013-10-14 09:25:07'),(11925,3,3309,'','2013-10-14 09:25:07'),(11926,4,3309,'','2013-10-14 09:25:07'),(11927,5,3309,'','2013-10-14 09:25:07'),(11928,6,3309,'','2013-10-14 09:25:07'),(11929,1,3313,'','2013-10-14 09:25:08'),(11930,2,3313,'','2013-10-14 09:25:08'),(11931,3,3313,'','2013-10-14 09:25:08'),(11932,4,3313,'','2013-10-14 09:25:08'),(11933,5,3313,'','2013-10-14 09:25:08'),(11934,6,3313,'','2013-10-14 09:25:08'),(11935,1,3318,'','2013-10-14 09:25:08'),(11936,2,3318,'','2013-10-14 09:25:08'),(11937,3,3318,'','2013-10-14 09:25:08'),(11938,4,3318,'','2013-10-14 09:25:08'),(11939,5,3318,'','2013-10-14 09:25:08'),(11940,6,3318,'','2013-10-14 09:25:08'),(11941,1,3324,'','2013-10-14 09:25:08'),(11942,2,3324,'','2013-10-14 09:25:08'),(11943,3,3324,'','2013-10-14 09:25:08'),(11944,4,3324,'','2013-10-14 09:25:08'),(11945,5,3324,'','2013-10-14 09:25:08'),(11946,6,3324,'','2013-10-14 09:25:08'),(11947,1,3331,'','2013-10-14 09:25:09'),(11948,2,3331,'','2013-10-14 09:25:09'),(11949,3,3331,'','2013-10-14 09:25:09'),(11950,4,3331,'','2013-10-14 09:25:09'),(11951,5,3331,'','2013-10-14 09:25:09'),(11952,6,3331,'','2013-10-14 09:25:09'),(11953,1,3332,'3542489','2013-10-14 09:28:00'),(11954,2,3332,'','2013-10-14 09:28:00'),(11955,3,3332,'','2013-10-14 09:28:00'),(11956,4,3332,'OPD','2013-10-14 09:28:00'),(11957,5,3332,'','2013-10-14 09:28:00'),(11958,6,3332,'45','2013-10-14 09:28:00'),(11959,1,3333,'','2013-10-14 09:29:53'),(11960,2,3333,'','2013-10-14 09:29:53'),(11961,3,3333,'','2013-10-14 09:29:53'),(11962,4,3333,'','2013-10-14 09:29:53'),(11963,5,3333,'','2013-10-14 09:29:53'),(11964,6,3333,'','2013-10-14 09:29:53'),(11965,1,3334,'3566641','2013-10-14 09:31:18'),(11966,2,3334,'','2013-10-14 09:31:18'),(11967,3,3334,'','2013-10-14 09:31:18'),(11968,4,3334,'PD','2013-10-14 09:31:18'),(11969,5,3334,'','2013-10-14 09:31:18'),(11970,6,3334,'34','2013-10-14 09:31:18'),(11971,1,3336,'','2013-10-14 09:31:18'),(11972,2,3336,'','2013-10-14 09:31:18'),(11973,3,3336,'','2013-10-14 09:31:18'),(11974,4,3336,'','2013-10-14 09:31:18'),(11975,5,3336,'','2013-10-14 09:31:18'),(11976,6,3336,'','2013-10-14 09:31:18'),(11977,1,3337,'3567356','2013-10-14 09:35:07'),(11978,2,3337,'','2013-10-14 09:35:07'),(11979,3,3337,'','2013-10-14 09:35:07'),(11980,4,3337,'OPD','2013-10-14 09:35:07'),(11981,5,3337,'','2013-10-14 09:35:07'),(11982,6,3337,'8','2013-10-14 09:35:07'),(11983,1,3338,'','2013-10-14 09:37:00'),(11984,2,3338,'','2013-10-14 09:37:00'),(11985,3,3338,'','2013-10-14 09:37:00'),(11986,4,3338,'','2013-10-14 09:37:00'),(11987,5,3338,'','2013-10-14 09:37:00'),(11988,6,3338,'','2013-10-14 09:37:00'),(11989,1,3339,'3567352','2013-10-14 09:39:37'),(11990,2,3339,'587534','2013-10-14 09:39:37'),(11991,3,3339,'','2013-10-14 09:39:37'),(11992,4,3339,'OPD','2013-10-14 09:39:37'),(11993,5,3339,'','2013-10-14 09:39:37'),(11994,6,3339,'134','2013-10-14 09:39:37'),(11995,1,3341,'','2013-10-14 09:39:37'),(11996,2,3341,'','2013-10-14 09:39:37'),(11997,3,3341,'','2013-10-14 09:39:37'),(11998,4,3341,'','2013-10-14 09:39:37'),(11999,5,3341,'','2013-10-14 09:39:37'),(12000,6,3341,'','2013-10-14 09:39:37'),(12001,1,3344,'','2013-10-14 09:39:37'),(12002,2,3344,'','2013-10-14 09:39:37'),(12003,3,3344,'','2013-10-14 09:39:37'),(12004,4,3344,'','2013-10-14 09:39:37'),(12005,5,3344,'','2013-10-14 09:39:37'),(12006,6,3344,'','2013-10-14 09:39:37'),(12007,1,3345,'3567358','2013-10-14 09:45:17'),(12008,2,3345,'587538','2013-10-14 09:45:17'),(12009,3,3345,'','2013-10-14 09:45:17'),(12010,4,3345,'OPD','2013-10-14 09:45:17'),(12011,5,3345,'','2013-10-14 09:45:17'),(12012,6,3345,'134','2013-10-14 09:45:17'),(12013,1,3347,'','2013-10-14 09:45:21'),(12014,2,3347,'','2013-10-14 09:45:21'),(12015,3,3347,'','2013-10-14 09:45:21'),(12016,4,3347,'','2013-10-14 09:45:21'),(12017,5,3347,'','2013-10-14 09:45:21'),(12018,6,3347,'','2013-10-14 09:45:21'),(12019,1,3348,'3567364','2013-10-14 09:47:42'),(12020,2,3348,'','2013-10-14 09:47:42'),(12021,3,3348,'','2013-10-14 09:47:42'),(12022,4,3348,'OPD','2013-10-14 09:47:42'),(12023,5,3348,'','2013-10-14 09:47:42'),(12024,6,3348,'94','2013-10-14 09:47:42'),(12025,1,3350,'','2013-10-14 09:47:45'),(12026,2,3350,'','2013-10-14 09:47:45'),(12027,3,3350,'','2013-10-14 09:47:45'),(12028,4,3350,'','2013-10-14 09:47:45'),(12029,5,3350,'','2013-10-14 09:47:45'),(12030,6,3350,'','2013-10-14 09:47:45'),(12031,1,3351,'3558211','2013-10-14 09:51:42'),(12032,2,3351,'','2013-10-14 09:51:42'),(12033,3,3351,'','2013-10-14 09:51:42'),(12034,4,3351,'OPD','2013-10-14 09:51:42'),(12035,5,3351,'','2013-10-14 09:51:42'),(12036,6,3351,'261','2013-10-14 09:51:42'),(12037,1,3353,'','2013-10-14 09:51:42'),(12038,2,3353,'','2013-10-14 09:51:42'),(12039,3,3353,'','2013-10-14 09:51:42'),(12040,4,3353,'','2013-10-14 09:51:42'),(12041,5,3353,'','2013-10-14 09:51:42'),(12042,6,3353,'','2013-10-14 09:51:42'),(12043,1,3356,'','2013-10-14 09:51:43'),(12044,2,3356,'','2013-10-14 09:51:43'),(12045,3,3356,'','2013-10-14 09:51:43'),(12046,4,3356,'','2013-10-14 09:51:43'),(12047,5,3356,'','2013-10-14 09:51:43'),(12048,6,3356,'','2013-10-14 09:51:43'),(12049,1,3357,'3567377','2013-10-14 09:55:34'),(12050,2,3357,'','2013-10-14 09:55:34'),(12051,3,3357,'','2013-10-14 09:55:34'),(12052,4,3357,'OPD','2013-10-14 09:55:34'),(12053,5,3357,'','2013-10-14 09:55:34'),(12054,6,3357,'76','2013-10-14 09:55:34'),(12055,1,3359,'','2013-10-14 09:55:34'),(12056,2,3359,'','2013-10-14 09:55:34'),(12057,3,3359,'','2013-10-14 09:55:34'),(12058,4,3359,'','2013-10-14 09:55:34'),(12059,5,3359,'','2013-10-14 09:55:34'),(12060,6,3359,'','2013-10-14 09:55:34'),(12061,1,3360,'3567384','2013-10-14 10:02:38'),(12062,2,3360,'','2013-10-14 10:02:38'),(12063,3,3360,'','2013-10-14 10:02:38'),(12064,4,3360,'OPD','2013-10-14 10:02:38'),(12065,5,3360,'','2013-10-14 10:02:38'),(12066,6,3360,'88.4','2013-10-14 10:02:38'),(12067,1,3362,'','2013-10-14 10:02:39'),(12068,2,3362,'','2013-10-14 10:02:39'),(12069,3,3362,'','2013-10-14 10:02:39'),(12070,4,3362,'','2013-10-14 10:02:39'),(12071,5,3362,'','2013-10-14 10:02:39'),(12072,6,3362,'','2013-10-14 10:02:39'),(12073,1,3363,'','2013-10-14 10:05:07'),(12074,2,3363,'','2013-10-14 10:05:07'),(12075,3,3363,'','2013-10-14 10:05:07'),(12076,4,3363,'','2013-10-14 10:05:07'),(12077,5,3363,'','2013-10-14 10:05:07'),(12078,6,3363,'','2013-10-14 10:05:07'),(12079,1,3365,'','2013-10-14 10:05:07'),(12080,2,3365,'','2013-10-14 10:05:07'),(12081,3,3365,'','2013-10-14 10:05:07'),(12082,4,3365,'','2013-10-14 10:05:07'),(12083,5,3365,'','2013-10-14 10:05:07'),(12084,6,3365,'','2013-10-14 10:05:07'),(12085,1,3366,'3567390','2013-10-14 10:05:43'),(12086,2,3366,'','2013-10-14 10:05:43'),(12087,3,3366,'','2013-10-14 10:05:43'),(12088,4,3366,'OPD','2013-10-14 10:05:43'),(12089,5,3366,'','2013-10-14 10:05:43'),(12090,6,3366,'50','2013-10-14 10:05:43'),(12091,1,3368,'','2013-10-14 10:05:43'),(12092,2,3368,'','2013-10-14 10:05:43'),(12093,3,3368,'','2013-10-14 10:05:43'),(12094,4,3368,'','2013-10-14 10:05:43'),(12095,5,3368,'','2013-10-14 10:05:43'),(12096,6,3368,'','2013-10-14 10:05:43'),(12097,1,3369,'3567376','2013-10-14 10:10:25'),(12098,2,3369,'587548','2013-10-14 10:10:25'),(12099,3,3369,'','2013-10-14 10:10:25'),(12100,4,3369,'OPD','2013-10-14 10:10:25'),(12101,5,3369,'','2013-10-14 10:10:25'),(12102,6,3369,'18','2013-10-14 10:10:25'),(12103,1,3370,'3567386','2013-10-14 10:13:21'),(12104,2,3370,'587549','2013-10-14 10:13:21'),(12105,3,3370,'','2013-10-14 10:13:21'),(12106,4,3370,'OPD','2013-10-14 10:13:21'),(12107,5,3370,'','2013-10-14 10:13:21'),(12108,6,3370,'39','2013-10-14 10:13:21'),(12109,1,3371,'','2013-10-14 10:18:32'),(12110,2,3371,'','2013-10-14 10:18:32'),(12111,3,3371,'','2013-10-14 10:18:32'),(12112,4,3371,'OPD','2013-10-14 10:18:32'),(12113,5,3371,'','2013-10-14 10:18:32'),(12114,6,3371,'221','2013-10-14 10:18:32'),(12115,1,3373,'','2013-10-14 10:18:32'),(12116,2,3373,'','2013-10-14 10:18:32'),(12117,3,3373,'','2013-10-14 10:18:32'),(12118,4,3373,'','2013-10-14 10:18:32'),(12119,5,3373,'','2013-10-14 10:18:32'),(12120,6,3373,'','2013-10-14 10:18:32'),(12121,1,3376,'','2013-10-14 10:18:33'),(12122,2,3376,'','2013-10-14 10:18:33'),(12123,3,3376,'','2013-10-14 10:18:33'),(12124,4,3376,'','2013-10-14 10:18:33'),(12125,5,3376,'','2013-10-14 10:18:33'),(12126,6,3376,'','2013-10-14 10:18:33'),(12127,1,3377,'3566930','2013-10-14 10:24:05'),(12128,2,3377,'587551','2013-10-14 10:24:05'),(12129,3,3377,'','2013-10-14 10:24:06'),(12130,4,3377,'OPD','2013-10-14 10:24:06'),(12131,5,3377,'','2013-10-14 10:24:06'),(12132,6,3377,'','2013-10-14 10:24:06'),(12133,1,3378,'3567399','2013-10-14 10:37:38'),(12134,2,3378,'','2013-10-14 10:37:38'),(12135,3,3378,'','2013-10-14 10:37:38'),(12136,4,3378,'OPD','2013-10-14 10:37:38'),(12137,5,3378,'','2013-10-14 10:37:38'),(12138,6,3378,'25','2013-10-14 10:37:38'),(12139,1,3380,'','2013-10-14 10:37:38'),(12140,2,3380,'','2013-10-14 10:37:38'),(12141,3,3380,'','2013-10-14 10:37:38'),(12142,4,3380,'','2013-10-14 10:37:38'),(12143,5,3380,'','2013-10-14 10:37:38'),(12144,6,3380,'','2013-10-14 10:37:38'),(12145,1,3381,'3567393','2013-10-14 10:44:18'),(12146,2,3381,'587552','2013-10-14 10:44:18'),(12147,3,3381,'','2013-10-14 10:44:18'),(12148,4,3381,'OPD','2013-10-14 10:44:18'),(12149,5,3381,'','2013-10-14 10:44:18'),(12150,6,3381,'64','2013-10-14 10:44:18'),(12151,1,3383,'','2013-10-14 10:44:19'),(12152,2,3383,'','2013-10-14 10:44:19'),(12153,3,3383,'','2013-10-14 10:44:19'),(12154,4,3383,'','2013-10-14 10:44:19'),(12155,5,3383,'','2013-10-14 10:44:19'),(12156,6,3383,'','2013-10-14 10:44:19'),(12157,1,3386,'','2013-10-14 10:44:19'),(12158,2,3386,'','2013-10-14 10:44:19'),(12159,3,3386,'','2013-10-14 10:44:19'),(12160,4,3386,'','2013-10-14 10:44:19'),(12161,5,3386,'','2013-10-14 10:44:19'),(12162,6,3386,'','2013-10-14 10:44:19'),(12163,1,3387,'3567411','2013-10-14 10:47:26'),(12164,2,3387,'','2013-10-14 10:47:26'),(12165,3,3387,'','2013-10-14 10:47:26'),(12166,4,3387,'OPD','2013-10-14 10:47:26'),(12167,5,3387,'','2013-10-14 10:47:26'),(12168,6,3387,'26.24','2013-10-14 10:47:26'),(12169,1,3388,'3567415','2013-10-14 10:51:23'),(12170,2,3388,'','2013-10-14 10:51:23'),(12171,3,3388,'','2013-10-14 10:51:24'),(12172,4,3388,'OUT','2013-10-14 10:51:24'),(12173,5,3388,'','2013-10-14 10:51:24'),(12174,6,3388,'12','2013-10-14 10:51:24'),(12175,1,3389,'','2013-10-14 10:54:16'),(12176,2,3389,'','2013-10-14 10:54:16'),(12177,3,3389,'','2013-10-14 10:54:16'),(12178,4,3389,'','2013-10-14 10:54:16'),(12179,5,3389,'','2013-10-14 10:54:16'),(12180,6,3389,'12','2013-10-14 10:54:16'),(12181,1,3390,'','2013-10-14 10:57:15'),(12182,2,3390,'','2013-10-14 10:57:15'),(12183,3,3390,'','2013-10-14 10:57:15'),(12184,4,3390,'OPD','2013-10-14 10:57:15'),(12185,5,3390,'','2013-10-14 10:57:15'),(12186,6,3390,'55','2013-10-14 10:57:15'),(12187,1,3391,'','2013-10-14 10:58:59'),(12188,2,3391,'','2013-10-14 10:58:59'),(12189,3,3391,'','2013-10-14 10:58:59'),(12190,4,3391,'','2013-10-14 10:58:59'),(12191,5,3391,'214636','2013-10-14 10:58:59'),(12192,6,3391,'20','2013-10-14 10:58:59'),(12193,1,3392,'','2013-10-14 10:59:13'),(12194,2,3392,'','2013-10-14 10:59:13'),(12195,3,3392,'','2013-10-14 10:59:13'),(12196,4,3392,'','2013-10-14 10:59:13'),(12197,5,3392,'214636','2013-10-14 10:59:13'),(12198,6,3392,'20','2013-10-14 10:59:13'),(12199,1,3393,'','2013-10-14 11:02:42'),(12200,2,3393,'','2013-10-14 11:02:42'),(12201,3,3393,'','2013-10-14 11:02:42'),(12202,4,3393,'','2013-10-14 11:02:42'),(12203,5,3393,'','2013-10-14 11:02:42'),(12204,6,3393,'','2013-10-14 11:02:42'),(12205,1,3394,'3567421','2013-10-14 11:03:06'),(12206,2,3394,'587562','2013-10-14 11:03:06'),(12207,3,3394,'','2013-10-14 11:03:06'),(12208,4,3394,'OPD','2013-10-14 11:03:06'),(12209,5,3394,'','2013-10-14 11:03:06'),(12210,6,3394,'50','2013-10-14 11:03:06'),(12211,1,3395,'3567422','2013-10-14 11:11:46'),(12212,2,3395,'','2013-10-14 11:11:46'),(12213,3,3395,'','2013-10-14 11:11:46'),(12214,4,3395,'OPD','2013-10-14 11:11:46'),(12215,5,3395,'','2013-10-14 11:11:46'),(12216,6,3395,'138','2013-10-14 11:11:46'),(12217,1,3397,'','2013-10-14 11:11:46'),(12218,2,3397,'','2013-10-14 11:11:46'),(12219,3,3397,'','2013-10-14 11:11:46'),(12220,4,3397,'','2013-10-14 11:11:46'),(12221,5,3397,'','2013-10-14 11:11:46'),(12222,6,3397,'','2013-10-14 11:11:46'),(12223,1,3400,'','2013-10-14 11:11:46'),(12224,2,3400,'','2013-10-14 11:11:46'),(12225,3,3400,'','2013-10-14 11:11:46'),(12226,4,3400,'','2013-10-14 11:11:46'),(12227,5,3400,'','2013-10-14 11:11:46'),(12228,6,3400,'','2013-10-14 11:11:46'),(12229,1,3401,'','2013-10-14 11:13:49'),(12230,2,3401,'','2013-10-14 11:13:49'),(12231,3,3401,'','2013-10-14 11:13:49'),(12232,4,3401,'','2013-10-14 11:13:49'),(12233,5,3401,'','2013-10-14 11:13:49'),(12234,6,3401,'','2013-10-14 11:13:49'),(12235,1,3402,'','2013-10-14 11:17:18'),(12236,2,3402,'','2013-10-14 11:17:18'),(12237,3,3402,'','2013-10-14 11:17:18'),(12238,4,3402,'OPD','2013-10-14 11:17:18'),(12239,5,3402,'','2013-10-14 11:17:18'),(12240,6,3402,'330.64','2013-10-14 11:17:18'),(12241,1,3404,'','2013-10-14 11:17:18'),(12242,2,3404,'','2013-10-14 11:17:18'),(12243,3,3404,'','2013-10-14 11:17:18'),(12244,4,3404,'','2013-10-14 11:17:18'),(12245,5,3404,'','2013-10-14 11:17:18'),(12246,6,3404,'','2013-10-14 11:17:18'),(12247,1,3407,'','2013-10-14 11:17:20'),(12248,2,3407,'','2013-10-14 11:17:20'),(12249,3,3407,'','2013-10-14 11:17:20'),(12250,4,3407,'','2013-10-14 11:17:20'),(12251,5,3407,'','2013-10-14 11:17:20'),(12252,6,3407,'','2013-10-14 11:17:20'),(12253,1,3408,'3567440','2013-10-14 11:21:35'),(12254,2,3408,'587600','2013-10-14 11:21:35'),(12255,3,3408,'','2013-10-14 11:21:35'),(12256,4,3408,'OPD','2013-10-14 11:21:35'),(12257,5,3408,'','2013-10-14 11:21:35'),(12258,6,3408,'32','2013-10-14 11:21:35'),(12259,1,3410,'','2013-10-14 11:21:35'),(12260,2,3410,'','2013-10-14 11:21:35'),(12261,3,3410,'','2013-10-14 11:21:35'),(12262,4,3410,'','2013-10-14 11:21:35'),(12263,5,3410,'','2013-10-14 11:21:35'),(12264,6,3410,'','2013-10-14 11:21:35'),(12265,1,3411,'','2013-10-14 11:24:24'),(12266,2,3411,'','2013-10-14 11:24:24'),(12267,3,3411,'','2013-10-14 11:24:24'),(12268,4,3411,'OPD','2013-10-14 11:24:24'),(12269,5,3411,'','2013-10-14 11:24:24'),(12270,6,3411,'92','2013-10-14 11:24:24'),(12271,1,3413,'','2013-10-14 11:24:25'),(12272,2,3413,'','2013-10-14 11:24:25'),(12273,3,3413,'','2013-10-14 11:24:25'),(12274,4,3413,'','2013-10-14 11:24:25'),(12275,5,3413,'','2013-10-14 11:24:25'),(12276,6,3413,'','2013-10-14 11:24:25'),(12277,1,3416,'','2013-10-14 11:24:25'),(12278,2,3416,'','2013-10-14 11:24:25'),(12279,3,3416,'','2013-10-14 11:24:25'),(12280,4,3416,'','2013-10-14 11:24:25'),(12281,5,3416,'','2013-10-14 11:24:25'),(12282,6,3416,'','2013-10-14 11:24:25'),(12283,1,3417,'','2013-10-14 11:37:03'),(12284,2,3417,'','2013-10-14 11:37:03'),(12285,3,3417,'','2013-10-14 11:37:03'),(12286,4,3417,'OPD','2013-10-14 11:37:03'),(12287,5,3417,'','2013-10-14 11:37:03'),(12288,6,3417,'151','2013-10-14 11:37:03'),(12289,1,3419,'','2013-10-14 11:37:04'),(12290,2,3419,'','2013-10-14 11:37:04'),(12291,3,3419,'','2013-10-14 11:37:04'),(12292,4,3419,'','2013-10-14 11:37:04'),(12293,5,3419,'','2013-10-14 11:37:04'),(12294,6,3419,'','2013-10-14 11:37:04'),(12295,1,3422,'','2013-10-14 11:37:04'),(12296,2,3422,'','2013-10-14 11:37:04'),(12297,3,3422,'','2013-10-14 11:37:04'),(12298,4,3422,'','2013-10-14 11:37:04'),(12299,5,3422,'','2013-10-14 11:37:04'),(12300,6,3422,'','2013-10-14 11:37:04'),(12301,1,3426,'','2013-10-14 11:37:04'),(12302,2,3426,'','2013-10-14 11:37:04'),(12303,3,3426,'','2013-10-14 11:37:04'),(12304,4,3426,'','2013-10-14 11:37:04'),(12305,5,3426,'','2013-10-14 11:37:04'),(12306,6,3426,'','2013-10-14 11:37:04'),(12307,1,3427,'3567455','2013-10-14 11:41:33'),(12308,2,3427,'587568','2013-10-14 11:41:33'),(12309,3,3427,'','2013-10-14 11:41:33'),(12310,4,3427,'OPD','2013-10-14 11:41:33'),(12311,5,3427,'','2013-10-14 11:41:33'),(12312,6,3427,'35','2013-10-14 11:41:33'),(12313,1,3428,'3567459','2013-10-14 11:44:34'),(12314,2,3428,'587572','2013-10-14 11:44:34'),(12315,3,3428,'','2013-10-14 11:44:34'),(12316,4,3428,'OPD','2013-10-14 11:44:34'),(12317,5,3428,'','2013-10-14 11:44:34'),(12318,6,3428,'47','2013-10-14 11:44:34'),(12319,1,3430,'','2013-10-14 11:44:35'),(12320,2,3430,'','2013-10-14 11:44:35'),(12321,3,3430,'','2013-10-14 11:44:35'),(12322,4,3430,'','2013-10-14 11:44:35'),(12323,5,3430,'','2013-10-14 11:44:35'),(12324,6,3430,'','2013-10-14 11:44:35'),(12325,1,3431,'','2013-10-14 11:45:35'),(12326,2,3431,'','2013-10-14 11:45:35'),(12327,3,3431,'','2013-10-14 11:45:35'),(12328,4,3431,'','2013-10-14 11:45:35'),(12329,5,3431,'','2013-10-14 11:45:35'),(12330,6,3431,'','2013-10-14 11:45:35'),(12331,1,3432,'3565124','2013-10-14 11:57:04'),(12332,2,3432,'','2013-10-14 11:57:04'),(12333,3,3432,'','2013-10-14 11:57:04'),(12334,4,3432,'OPD','2013-10-14 11:57:04'),(12335,5,3432,'','2013-10-14 11:57:04'),(12336,6,3432,'80.00','2013-10-14 11:57:04'),(12337,1,3433,'','2013-10-14 12:01:48'),(12338,2,3433,'','2013-10-14 12:01:48'),(12339,3,3433,'','2013-10-14 12:01:48'),(12340,4,3433,'','2013-10-14 12:01:48'),(12341,5,3433,'','2013-10-14 12:01:48'),(12342,6,3433,'','2013-10-14 12:01:48'),(12343,1,3434,'3567461','2013-10-14 12:01:53'),(12344,2,3434,'','2013-10-14 12:01:53'),(12345,3,3434,'','2013-10-14 12:01:53'),(12346,4,3434,'OPD','2013-10-14 12:01:53'),(12347,5,3434,'','2013-10-14 12:01:53'),(12348,6,3434,'22.00','2013-10-14 12:01:53'),(12349,1,3436,'','2013-10-14 12:01:53'),(12350,2,3436,'3567461','2013-10-14 12:01:53'),(12351,3,3436,'','2013-10-14 12:01:53'),(12352,4,3436,'OPD','2013-10-14 12:01:53'),(12353,5,3436,'','2013-10-14 12:01:53'),(12354,6,3436,'18.00','2013-10-14 12:01:53'),(12355,1,3439,'3567461','2013-10-14 12:01:53'),(12356,2,3439,'','2013-10-14 12:01:53'),(12357,3,3439,'','2013-10-14 12:01:53'),(12358,4,3439,'OPD','2013-10-14 12:01:53'),(12359,5,3439,'','2013-10-14 12:01:53'),(12360,6,3439,'39.00','2013-10-14 12:01:53'),(12361,1,3440,'3567465','2013-10-14 12:08:32'),(12362,2,3440,'587571','2013-10-14 12:08:32'),(12363,3,3440,'','2013-10-14 12:08:32'),(12364,4,3440,'OPD','2013-10-14 12:08:32'),(12365,5,3440,'','2013-10-14 12:08:32'),(12366,6,3440,'46.00','2013-10-14 12:08:32'),(12367,1,3442,'3567465','2013-10-14 12:08:35'),(12368,2,3442,'587571','2013-10-14 12:08:35'),(12369,3,3442,'','2013-10-14 12:08:35'),(12370,4,3442,'OPD','2013-10-14 12:08:35'),(12371,5,3442,'','2013-10-14 12:08:35'),(12372,6,3442,'17.00','2013-10-14 12:08:35'),(12373,1,3445,'3567465','2013-10-14 12:08:36'),(12374,2,3445,'587571','2013-10-14 12:08:36'),(12375,3,3445,'','2013-10-14 12:08:36'),(12376,4,3445,'OPD','2013-10-14 12:08:36'),(12377,5,3445,'','2013-10-14 12:08:36'),(12378,6,3445,'12.00','2013-10-14 12:08:36'),(12379,1,3446,'','2013-10-14 12:16:10'),(12380,2,3446,'587570','2013-10-14 12:16:10'),(12381,3,3446,'','2013-10-14 12:16:10'),(12382,4,3446,'OPD','2013-10-14 12:16:10'),(12383,5,3446,'','2013-10-14 12:16:10'),(12384,6,3446,'111','2013-10-14 12:16:10'),(12385,1,3448,'','2013-10-14 12:16:10'),(12386,2,3448,'587570','2013-10-14 12:16:10'),(12387,3,3448,'','2013-10-14 12:16:10'),(12388,4,3448,'OPD','2013-10-14 12:16:10'),(12389,5,3448,'','2013-10-14 12:16:10'),(12390,6,3448,'','2013-10-14 12:16:10'),(12391,1,3451,'','2013-10-14 12:16:10'),(12392,2,3451,'587570','2013-10-14 12:16:10'),(12393,3,3451,'','2013-10-14 12:16:10'),(12394,4,3451,'OPD','2013-10-14 12:16:10'),(12395,5,3451,'','2013-10-14 12:16:10'),(12396,6,3451,'','2013-10-14 12:16:10'),(12397,1,3455,'','2013-10-14 12:16:10'),(12398,2,3455,'587570','2013-10-14 12:16:10'),(12399,3,3455,'','2013-10-14 12:16:10'),(12400,4,3455,'OPD','2013-10-14 12:16:10'),(12401,5,3455,'','2013-10-14 12:16:10'),(12402,6,3455,'','2013-10-14 12:16:10'),(12403,1,3456,'3567475','2013-10-14 12:23:58'),(12404,2,3456,'','2013-10-14 12:23:58'),(12405,3,3456,'','2013-10-14 12:23:58'),(12406,4,3456,'OPD','2013-10-14 12:23:58'),(12407,5,3456,'','2013-10-14 12:23:58'),(12408,6,3456,'240.00','2013-10-14 12:23:58'),(12409,1,3458,'3567475','2013-10-14 12:23:58'),(12410,2,3458,'','2013-10-14 12:23:58'),(12411,3,3458,'','2013-10-14 12:23:58'),(12412,4,3458,'OPD','2013-10-14 12:23:58'),(12413,5,3458,'','2013-10-14 12:23:58'),(12414,6,3458,'','2013-10-14 12:23:58'),(12415,1,3461,'3567475','2013-10-14 12:23:59'),(12416,2,3461,'','2013-10-14 12:23:59'),(12417,3,3461,'','2013-10-14 12:23:59'),(12418,4,3461,'OPD','2013-10-14 12:23:59'),(12419,5,3461,'','2013-10-14 12:23:59'),(12420,6,3461,'','2013-10-14 12:23:59'),(12421,1,3465,'3567475','2013-10-14 12:23:59'),(12422,2,3465,'','2013-10-14 12:23:59'),(12423,3,3465,'','2013-10-14 12:23:59'),(12424,4,3465,'OPD','2013-10-14 12:23:59'),(12425,5,3465,'','2013-10-14 12:23:59'),(12426,6,3465,'','2013-10-14 12:23:59'),(12427,1,3466,'3567477','2013-10-14 12:27:36'),(12428,2,3466,'','2013-10-14 12:27:36'),(12429,3,3466,'','2013-10-14 12:27:36'),(12430,4,3466,'OPD','2013-10-14 12:27:36'),(12431,5,3466,'','2013-10-14 12:27:36'),(12432,6,3466,'36.00','2013-10-14 12:27:36'),(12433,1,3467,'3567479','2013-10-14 12:31:51'),(12434,2,3467,'','2013-10-14 12:31:51'),(12435,3,3467,'','2013-10-14 12:31:51'),(12436,4,3467,'OPD','2013-10-14 12:31:51'),(12437,5,3467,'','2013-10-14 12:31:51'),(12438,6,3467,'153','2013-10-14 12:31:51'),(12439,1,3469,'3567479','2013-10-14 12:31:51'),(12440,2,3469,'','2013-10-14 12:31:51'),(12441,3,3469,'','2013-10-14 12:31:51'),(12442,4,3469,'OPD','2013-10-14 12:31:51'),(12443,5,3469,'','2013-10-14 12:31:51'),(12444,6,3469,'','2013-10-14 12:31:51'),(12445,1,3472,'3567479','2013-10-14 12:31:52'),(12446,2,3472,'','2013-10-14 12:31:52'),(12447,3,3472,'','2013-10-14 12:31:52'),(12448,4,3472,'OPD','2013-10-14 12:31:52'),(12449,5,3472,'','2013-10-14 12:31:52'),(12450,6,3472,'','2013-10-14 12:31:52'),(12451,1,3473,'3567492','2013-10-14 12:35:42'),(12452,2,3473,'','2013-10-14 12:35:42'),(12453,3,3473,'','2013-10-14 12:35:42'),(12454,4,3473,'OPD','2013-10-14 12:35:42'),(12455,5,3473,'','2013-10-14 12:35:42'),(12456,6,3473,'39.00','2013-10-14 12:35:42'),(12457,1,3475,'3567492','2013-10-14 12:35:42'),(12458,2,3475,'','2013-10-14 12:35:42'),(12459,3,3475,'','2013-10-14 12:35:42'),(12460,4,3475,'OPD','2013-10-14 12:35:42'),(12461,5,3475,'','2013-10-14 12:35:42'),(12462,6,3475,'37.00','2013-10-14 12:35:42'),(12463,1,3476,'3567486','2013-10-14 12:40:27'),(12464,2,3476,'0002149','2013-10-14 12:40:27'),(12465,3,3476,'','2013-10-14 12:40:27'),(12466,4,3476,'OPD','2013-10-14 12:40:27'),(12467,5,3476,'','2013-10-14 12:40:27'),(12468,6,3476,'92.00','2013-10-14 12:40:27'),(12469,1,3478,'3567486','2013-10-14 12:40:27'),(12470,2,3478,'0002149','2013-10-14 12:40:27'),(12471,3,3478,'','2013-10-14 12:40:27'),(12472,4,3478,'OPD','2013-10-14 12:40:27'),(12473,5,3478,'','2013-10-14 12:40:27'),(12474,6,3478,'','2013-10-14 12:40:27'),(12475,1,3479,'3567503','2013-10-14 12:43:07'),(12476,2,3479,'','2013-10-14 12:43:07'),(12477,3,3479,'','2013-10-14 12:43:07'),(12478,4,3479,'OPD','2013-10-14 12:43:07'),(12479,5,3479,'','2013-10-14 12:43:07'),(12480,6,3479,'18.00','2013-10-14 12:43:07'),(12481,1,3481,'3567503','2013-10-14 12:43:07'),(12482,2,3481,'','2013-10-14 12:43:07'),(12483,3,3481,'','2013-10-14 12:43:07'),(12484,4,3481,'OPD','2013-10-14 12:43:07'),(12485,5,3481,'','2013-10-14 12:43:07'),(12486,6,3481,'13.00','2013-10-14 12:43:07'),(12487,1,3482,'3561956','2013-10-14 12:48:15'),(12488,2,3482,'','2013-10-14 12:48:15'),(12489,3,3482,'','2013-10-14 12:48:15'),(12490,4,3482,'OPD','2013-10-14 12:48:15'),(12491,5,3482,'','2013-10-14 12:48:15'),(12492,6,3482,'276.40','2013-10-14 12:48:15'),(12493,1,3484,'3561956','2013-10-14 12:48:16'),(12494,2,3484,'','2013-10-14 12:48:16'),(12495,3,3484,'','2013-10-14 12:48:16'),(12496,4,3484,'OPD','2013-10-14 12:48:16'),(12497,5,3484,'','2013-10-14 12:48:16'),(12498,6,3484,'','2013-10-14 12:48:16'),(12499,1,3487,'3561956','2013-10-14 12:48:16'),(12500,2,3487,'','2013-10-14 12:48:16'),(12501,3,3487,'','2013-10-14 12:48:16'),(12502,4,3487,'OPD','2013-10-14 12:48:16'),(12503,5,3487,'','2013-10-14 12:48:16'),(12504,6,3487,'','2013-10-14 12:48:16'),(12505,1,3491,'3561956','2013-10-14 12:48:16'),(12506,2,3491,'','2013-10-14 12:48:16'),(12507,3,3491,'','2013-10-14 12:48:16'),(12508,4,3491,'OPD','2013-10-14 12:48:16'),(12509,5,3491,'','2013-10-14 12:48:16'),(12510,6,3491,'','2013-10-14 12:48:16'),(12511,1,3492,'3567491','2013-10-14 12:50:57'),(12512,2,3492,'587501','2013-10-14 12:50:57'),(12513,3,3492,'','2013-10-14 12:50:57'),(12514,4,3492,'OPD','2013-10-14 12:50:57'),(12515,5,3492,'','2013-10-14 12:50:57'),(12516,6,3492,'24.00','2013-10-14 12:50:57'),(12517,1,3493,'3564076','2013-10-14 13:01:39'),(12518,2,3493,'586665','2013-10-14 13:01:39'),(12519,3,3493,'self request','2013-10-14 13:01:39'),(12520,4,3493,'SR','2013-10-14 13:01:39'),(12521,5,3493,'','2013-10-14 13:01:39'),(12522,6,3493,'','2013-10-14 13:01:39'),(12523,1,3494,'3567518','2013-10-14 13:03:03'),(12524,2,3494,'587587','2013-10-14 13:03:03'),(12525,3,3494,'','2013-10-14 13:03:03'),(12526,4,3494,'OUT','2013-10-14 13:03:03'),(12527,5,3494,'','2013-10-14 13:03:03'),(12528,6,3494,'35','2013-10-14 13:03:03'),(12529,1,3495,'3567519','2013-10-14 13:05:49'),(12530,2,3495,'587590','2013-10-14 13:05:49'),(12531,3,3495,'','2013-10-14 13:05:49'),(12532,4,3495,'OPD','2013-10-14 13:05:49'),(12533,5,3495,'','2013-10-14 13:05:49'),(12534,6,3495,'','2013-10-14 13:05:49'),(12535,1,3497,'','2013-10-14 13:05:49'),(12536,2,3497,'','2013-10-14 13:05:49'),(12537,3,3497,'','2013-10-14 13:05:49'),(12538,4,3497,'','2013-10-14 13:05:49'),(12539,5,3497,'','2013-10-14 13:05:49'),(12540,6,3497,'','2013-10-14 13:05:49'),(12541,1,3498,'3567512','2013-10-14 13:08:46'),(12542,2,3498,'587585','2013-10-14 13:08:46'),(12543,3,3498,'','2013-10-14 13:08:46'),(12544,4,3498,'SR','2013-10-14 13:08:46'),(12545,5,3498,'','2013-10-14 13:08:46'),(12546,6,3498,'35','2013-10-14 13:08:46'),(12547,1,3499,'','2013-10-14 13:12:15'),(12548,2,3499,'','2013-10-14 13:12:15'),(12549,3,3499,'','2013-10-14 13:12:15'),(12550,4,3499,'','2013-10-14 13:12:15'),(12551,5,3499,'','2013-10-14 13:12:15'),(12552,6,3499,'','2013-10-14 13:12:15'),(12553,1,3500,'3567484','2013-10-14 13:13:37'),(12554,2,3500,'587586','2013-10-14 13:13:37'),(12555,3,3500,'','2013-10-14 13:13:37'),(12556,4,3500,'OPD','2013-10-14 13:13:37'),(12557,5,3500,'','2013-10-14 13:13:37'),(12558,6,3500,'51','2013-10-14 13:13:37'),(12559,1,3501,'','2013-10-14 13:15:48'),(12560,2,3501,'','2013-10-14 13:15:48'),(12561,3,3501,'','2013-10-14 13:15:48'),(12562,4,3501,'','2013-10-14 13:15:48'),(12563,5,3501,'','2013-10-14 13:15:48'),(12564,6,3501,'','2013-10-14 13:15:48'),(12565,1,3502,'3567627','2013-10-14 13:16:19'),(12566,2,3502,'','2013-10-14 13:16:19'),(12567,3,3502,'','2013-10-14 13:16:19'),(12568,4,3502,'OPD','2013-10-14 13:16:19'),(12569,5,3502,'','2013-10-14 13:16:19'),(12570,6,3502,'94','2013-10-14 13:16:19'),(12571,1,3504,'','2013-10-14 13:16:19'),(12572,2,3504,'','2013-10-14 13:16:19'),(12573,3,3504,'','2013-10-14 13:16:19'),(12574,4,3504,'','2013-10-14 13:16:19'),(12575,5,3504,'','2013-10-14 13:16:19'),(12576,6,3504,'','2013-10-14 13:16:19'),(12577,1,3505,'','2013-10-14 13:18:05'),(12578,2,3505,'','2013-10-14 13:18:05'),(12579,3,3505,'','2013-10-14 13:18:05'),(12580,4,3505,'','2013-10-14 13:18:05'),(12581,5,3505,'','2013-10-14 13:18:05'),(12582,6,3505,'81.00','2013-10-14 13:18:05'),(12583,1,3506,'3567636','2013-10-14 13:18:15'),(12584,2,3506,'','2013-10-14 13:18:15'),(12585,3,3506,'','2013-10-14 13:18:15'),(12586,4,3506,'','2013-10-14 13:18:15'),(12587,5,3506,'214644','2013-10-14 13:18:15'),(12588,6,3506,'26.24','2013-10-14 13:18:15'),(12589,1,3507,'3567624','2013-10-14 13:20:29'),(12590,2,3507,'587591','2013-10-14 13:20:29'),(12591,3,3507,'','2013-10-14 13:20:29'),(12592,4,3507,'OPD','2013-10-14 13:20:29'),(12593,5,3507,'','2013-10-14 13:20:29'),(12594,6,3507,'125','2013-10-14 13:20:29'),(12595,1,3508,'3567541','2013-10-14 13:22:33'),(12596,2,3508,'','2013-10-14 13:22:33'),(12597,3,3508,'','2013-10-14 13:22:33'),(12598,4,3508,'','2013-10-14 13:22:33'),(12599,5,3508,'214629','2013-10-14 13:22:33'),(12600,6,3508,'20','2013-10-14 13:22:33'),(12601,1,3509,'','2013-10-14 13:23:43'),(12602,2,3509,'','2013-10-14 13:23:43'),(12603,3,3509,'','2013-10-14 13:23:43'),(12604,4,3509,'','2013-10-14 13:23:43'),(12605,5,3509,'','2013-10-14 13:23:43'),(12606,6,3509,'','2013-10-14 13:23:43'),(12607,1,3510,'3567528','2013-10-14 13:34:59'),(12608,2,3510,'','2013-10-14 13:34:59'),(12609,3,3510,'','2013-10-14 13:34:59'),(12610,4,3510,'OPD','2013-10-14 13:34:59'),(12611,5,3510,'','2013-10-14 13:34:59'),(12612,6,3510,'37','2013-10-14 13:34:59'),(12613,1,3511,'3567537','2013-10-14 13:43:24'),(12614,2,3511,'587603','2013-10-14 13:43:24'),(12615,3,3511,'','2013-10-14 13:43:24'),(12616,4,3511,'OPD','2013-10-14 13:43:24'),(12617,5,3511,'','2013-10-14 13:43:24'),(12618,6,3511,'24','2013-10-14 13:43:24'),(12619,1,3512,'3567532','2013-10-14 13:51:35'),(12620,2,3512,'587601','2013-10-14 13:51:35'),(12621,3,3512,'','2013-10-14 13:51:35'),(12622,4,3512,'OPD','2013-10-14 13:51:35'),(12623,5,3512,'','2013-10-14 13:51:35'),(12624,6,3512,'64','2013-10-14 13:51:35'),(12625,1,3514,'','2013-10-14 13:51:36'),(12626,2,3514,'','2013-10-14 13:51:36'),(12627,3,3514,'','2013-10-14 13:51:36'),(12628,4,3514,'','2013-10-14 13:51:36'),(12629,5,3514,'','2013-10-14 13:51:36'),(12630,6,3514,'','2013-10-14 13:51:36'),(12631,1,3517,'','2013-10-14 13:51:36'),(12632,2,3517,'','2013-10-14 13:51:36'),(12633,3,3517,'','2013-10-14 13:51:36'),(12634,4,3517,'','2013-10-14 13:51:36'),(12635,5,3517,'','2013-10-14 13:51:36'),(12636,6,3517,'','2013-10-14 13:51:36'),(12637,1,3521,'','2013-10-14 13:51:36'),(12638,2,3521,'','2013-10-14 13:51:36'),(12639,3,3521,'','2013-10-14 13:51:36'),(12640,4,3521,'','2013-10-14 13:51:36'),(12641,5,3521,'','2013-10-14 13:51:36'),(12642,6,3521,'','2013-10-14 13:51:36'),(12643,1,3522,'3567536','2013-10-14 13:56:23'),(12644,2,3522,'587602','2013-10-14 13:56:23'),(12645,3,3522,'','2013-10-14 13:56:23'),(12646,4,3522,'OPD','2013-10-14 13:56:23'),(12647,5,3522,'','2013-10-14 13:56:23'),(12648,6,3522,'98','2013-10-14 13:56:23'),(12649,1,3524,'','2013-10-14 13:56:23'),(12650,2,3524,'','2013-10-14 13:56:23'),(12651,3,3524,'','2013-10-14 13:56:23'),(12652,4,3524,'','2013-10-14 13:56:23'),(12653,5,3524,'','2013-10-14 13:56:23'),(12654,6,3524,'','2013-10-14 13:56:23'),(12655,1,3525,'3567572','2013-10-14 14:08:43'),(12656,2,3525,'','2013-10-14 14:08:43'),(12657,3,3525,'','2013-10-14 14:08:43'),(12658,4,3525,'OPD','2013-10-14 14:08:43'),(12659,5,3525,'','2013-10-14 14:08:43'),(12660,6,3525,'210','2013-10-14 14:08:43'),(12661,1,3527,'','2013-10-14 14:08:43'),(12662,2,3527,'','2013-10-14 14:08:43'),(12663,3,3527,'','2013-10-14 14:08:43'),(12664,4,3527,'','2013-10-14 14:08:43'),(12665,5,3527,'','2013-10-14 14:08:43'),(12666,6,3527,'','2013-10-14 14:08:43'),(12667,1,3530,'','2013-10-14 14:08:43'),(12668,2,3530,'','2013-10-14 14:08:43'),(12669,3,3530,'','2013-10-14 14:08:43'),(12670,4,3530,'','2013-10-14 14:08:43'),(12671,5,3530,'','2013-10-14 14:08:43'),(12672,6,3530,'','2013-10-14 14:08:43'),(12673,1,3531,'3567585','2013-10-14 14:17:21'),(12674,2,3531,'','2013-10-14 14:17:21'),(12675,3,3531,'','2013-10-14 14:17:21'),(12676,4,3531,'OUT','2013-10-14 14:17:21'),(12677,5,3531,'','2013-10-14 14:17:21'),(12678,6,3531,'414','2013-10-14 14:17:21'),(12679,1,3533,'','2013-10-14 14:17:21'),(12680,2,3533,'','2013-10-14 14:17:21'),(12681,3,3533,'','2013-10-14 14:17:21'),(12682,4,3533,'','2013-10-14 14:17:21'),(12683,5,3533,'','2013-10-14 14:17:21'),(12684,6,3533,'','2013-10-14 14:17:21'),(12685,1,3536,'','2013-10-14 14:17:22'),(12686,2,3536,'','2013-10-14 14:17:22'),(12687,3,3536,'','2013-10-14 14:17:22'),(12688,4,3536,'','2013-10-14 14:17:22'),(12689,5,3536,'','2013-10-14 14:17:22'),(12690,6,3536,'','2013-10-14 14:17:22'),(12691,1,3540,'','2013-10-14 14:17:22'),(12692,2,3540,'','2013-10-14 14:17:22'),(12693,3,3540,'','2013-10-14 14:17:22'),(12694,4,3540,'','2013-10-14 14:17:22'),(12695,5,3540,'','2013-10-14 14:17:22'),(12696,6,3540,'','2013-10-14 14:17:22'),(12697,1,3541,'35675952','2013-10-14 14:24:57'),(12698,2,3541,'','2013-10-14 14:24:57'),(12699,3,3541,'','2013-10-14 14:24:57'),(12700,4,3541,'OPD','2013-10-14 14:24:57'),(12701,5,3541,'','2013-10-14 14:24:57'),(12702,6,3541,'94','2013-10-14 14:24:57'),(12703,1,3543,'','2013-10-14 14:25:00'),(12704,2,3543,'','2013-10-14 14:25:00'),(12705,3,3543,'','2013-10-14 14:25:00'),(12706,4,3543,'','2013-10-14 14:25:00'),(12707,5,3543,'','2013-10-14 14:25:00'),(12708,6,3543,'','2013-10-14 14:25:00'),(12709,1,3544,'3567595','2013-10-14 14:30:02'),(12710,2,3544,'587613','2013-10-14 14:30:02'),(12711,3,3544,'','2013-10-14 14:30:02'),(12712,4,3544,'OPD','2013-10-14 14:30:02'),(12713,5,3544,'','2013-10-14 14:30:02'),(12714,6,3544,'32','2013-10-14 14:30:02'),(12715,1,3546,'','2013-10-14 14:30:02'),(12716,2,3546,'','2013-10-14 14:30:02'),(12717,3,3546,'','2013-10-14 14:30:02'),(12718,4,3546,'','2013-10-14 14:30:02'),(12719,5,3546,'','2013-10-14 14:30:02'),(12720,6,3546,'','2013-10-14 14:30:02'),(12721,1,3547,'3567608','2013-10-14 14:34:11'),(12722,2,3547,'','2013-10-14 14:34:11'),(12723,3,3547,'','2013-10-14 14:34:11'),(12724,4,3547,'OPD','2013-10-14 14:34:11'),(12725,5,3547,'','2013-10-14 14:34:11'),(12726,6,3547,'218.4','2013-10-14 14:34:11'),(12727,1,3549,'','2013-10-14 14:34:12'),(12728,2,3549,'','2013-10-14 14:34:12'),(12729,3,3549,'','2013-10-14 14:34:12'),(12730,4,3549,'','2013-10-14 14:34:12'),(12731,5,3549,'','2013-10-14 14:34:12'),(12732,6,3549,'','2013-10-14 14:34:12'),(12733,1,3552,'','2013-10-14 14:34:12'),(12734,2,3552,'','2013-10-14 14:34:12'),(12735,3,3552,'','2013-10-14 14:34:12'),(12736,4,3552,'','2013-10-14 14:34:12'),(12737,5,3552,'','2013-10-14 14:34:12'),(12738,6,3552,'','2013-10-14 14:34:12'),(12739,1,3556,'','2013-10-14 14:34:12'),(12740,2,3556,'','2013-10-14 14:34:12'),(12741,3,3556,'','2013-10-14 14:34:12'),(12742,4,3556,'','2013-10-14 14:34:12'),(12743,5,3556,'','2013-10-14 14:34:12'),(12744,6,3556,'','2013-10-14 14:34:12'),(12745,1,3561,'','2013-10-14 14:34:12'),(12746,2,3561,'','2013-10-14 14:34:12'),(12747,3,3561,'','2013-10-14 14:34:12'),(12748,4,3561,'','2013-10-14 14:34:12'),(12749,5,3561,'','2013-10-14 14:34:12'),(12750,6,3561,'','2013-10-14 14:34:12'),(12751,1,3562,'','2013-10-14 14:36:45'),(12752,2,3562,'','2013-10-14 14:36:45'),(12753,3,3562,'','2013-10-14 14:36:45'),(12754,4,3562,'','2013-10-14 14:36:45'),(12755,5,3562,'','2013-10-14 14:36:45'),(12756,6,3562,'212.4','2013-10-14 14:36:45'),(12757,1,3564,'','2013-10-14 14:36:45'),(12758,2,3564,'','2013-10-14 14:36:45'),(12759,3,3564,'','2013-10-14 14:36:45'),(12760,4,3564,'','2013-10-14 14:36:45'),(12761,5,3564,'','2013-10-14 14:36:45'),(12762,6,3564,'','2013-10-14 14:36:45'),(12763,1,3567,'','2013-10-14 14:36:45'),(12764,2,3567,'','2013-10-14 14:36:45'),(12765,3,3567,'','2013-10-14 14:36:45'),(12766,4,3567,'','2013-10-14 14:36:45'),(12767,5,3567,'','2013-10-14 14:36:45'),(12768,6,3567,'','2013-10-14 14:36:45'),(12769,1,3571,'','2013-10-14 14:36:45'),(12770,2,3571,'','2013-10-14 14:36:45'),(12771,3,3571,'','2013-10-14 14:36:45'),(12772,4,3571,'','2013-10-14 14:36:45'),(12773,5,3571,'','2013-10-14 14:36:45'),(12774,6,3571,'','2013-10-14 14:36:45'),(12775,1,3576,'','2013-10-14 14:36:46'),(12776,2,3576,'','2013-10-14 14:36:46'),(12777,3,3576,'','2013-10-14 14:36:46'),(12778,4,3576,'','2013-10-14 14:36:46'),(12779,5,3576,'','2013-10-14 14:36:46'),(12780,6,3576,'','2013-10-14 14:36:46'),(12781,1,3577,'3567586','2013-10-14 14:39:48'),(12782,2,3577,'587614','2013-10-14 14:39:48'),(12783,3,3577,'','2013-10-14 14:39:48'),(12784,4,3577,'OPD','2013-10-14 14:39:48'),(12785,5,3577,'','2013-10-14 14:39:48'),(12786,6,3577,'131','2013-10-14 14:39:48'),(12787,1,3579,'','2013-10-14 14:39:48'),(12788,2,3579,'','2013-10-14 14:39:48'),(12789,3,3579,'','2013-10-14 14:39:48'),(12790,4,3579,'','2013-10-14 14:39:48'),(12791,5,3579,'','2013-10-14 14:39:48'),(12792,6,3579,'','2013-10-14 14:39:48'),(12793,1,3580,'3567598','2013-10-14 14:46:58'),(12794,2,3580,'587616','2013-10-14 14:46:58'),(12795,3,3580,'','2013-10-14 14:46:58'),(12796,4,3580,'OPD','2013-10-14 14:46:58'),(12797,5,3580,'','2013-10-14 14:46:58'),(12798,6,3580,'47','2013-10-14 14:46:58'),(12799,1,3582,'','2013-10-14 14:46:59'),(12800,2,3582,'','2013-10-14 14:46:59'),(12801,3,3582,'','2013-10-14 14:46:59'),(12802,4,3582,'','2013-10-14 14:46:59'),(12803,5,3582,'','2013-10-14 14:46:59'),(12804,6,3582,'','2013-10-14 14:46:59'),(12805,1,3583,'3567625','2013-10-14 15:01:36'),(12806,2,3583,'','2013-10-14 15:01:36'),(12807,3,3583,'','2013-10-14 15:01:36'),(12808,4,3583,'OPD','2013-10-14 15:01:36'),(12809,5,3583,'','2013-10-14 15:01:36'),(12810,6,3583,'70','2013-10-14 15:01:36'),(12811,1,3584,'3567637','2013-10-14 15:14:41'),(12812,2,3584,'','2013-10-14 15:14:41'),(12813,3,3584,'','2013-10-14 15:14:41'),(12814,4,3584,'OPD','2013-10-14 15:14:41'),(12815,5,3584,'','2013-10-14 15:14:41'),(12816,6,3584,'37','2013-10-14 15:14:41'),(12817,1,3585,'3567640','2013-10-14 15:28:41'),(12818,2,3585,'','2013-10-14 15:28:41'),(12819,3,3585,'','2013-10-14 15:28:41'),(12820,4,3585,'OPD','2013-10-14 15:28:41'),(12821,5,3585,'','2013-10-14 15:28:41'),(12822,6,3585,'80','2013-10-14 15:28:41'),(12823,1,3586,'','2013-10-14 15:30:29'),(12824,2,3586,'','2013-10-14 15:30:29'),(12825,3,3586,'','2013-10-14 15:30:29'),(12826,4,3586,'','2013-10-14 15:30:29'),(12827,5,3586,'','2013-10-14 15:30:29'),(12828,6,3586,'','2013-10-14 15:30:29'),(12829,1,3587,'3567648','2013-10-14 15:34:06'),(12830,2,3587,'','2013-10-14 15:34:06'),(12831,3,3587,'','2013-10-14 15:34:06'),(12832,4,3587,'OPD','2013-10-14 15:34:06'),(12833,5,3587,'','2013-10-14 15:34:06'),(12834,6,3587,'6.5','2013-10-14 15:34:06'),(12835,1,3588,'3567647','2013-10-14 15:40:09'),(12836,2,3588,'','2013-10-14 15:40:09'),(12837,3,3588,'','2013-10-14 15:40:09'),(12838,4,3588,'OPD','2013-10-14 15:40:09'),(12839,5,3588,'','2013-10-14 15:40:09'),(12840,6,3588,'94','2013-10-14 15:40:09'),(12841,1,3590,'','2013-10-14 15:40:09'),(12842,2,3590,'','2013-10-14 15:40:09'),(12843,3,3590,'','2013-10-14 15:40:09'),(12844,4,3590,'','2013-10-14 15:40:09'),(12845,5,3590,'','2013-10-14 15:40:09'),(12846,6,3590,'','2013-10-14 15:40:09'),(12847,1,3591,'3567696','2013-10-14 15:57:45'),(12848,2,3591,'','2013-10-14 15:57:45'),(12849,3,3591,'','2013-10-14 15:57:45'),(12850,4,3591,'OPD','2013-10-14 15:57:45'),(12851,5,3591,'','2013-10-14 15:57:45'),(12852,6,3591,'22','2013-10-14 15:57:45'),(12853,1,3592,'','2013-10-14 15:58:11'),(12854,2,3592,'','2013-10-14 15:58:11'),(12855,3,3592,'','2013-10-14 15:58:11'),(12856,4,3592,'','2013-10-14 15:58:11'),(12857,5,3592,'','2013-10-14 15:58:11'),(12858,6,3592,'','2013-10-14 15:58:11'),(12859,1,3593,'','2013-10-14 16:00:19'),(12860,2,3593,'','2013-10-14 16:00:19'),(12861,3,3593,'','2013-10-14 16:00:19'),(12862,4,3593,'','2013-10-14 16:00:19'),(12863,5,3593,'','2013-10-14 16:00:19'),(12864,6,3593,'','2013-10-14 16:00:19'),(12865,1,3594,'3567699','2013-10-14 16:48:44'),(12866,2,3594,'','2013-10-14 16:48:44'),(12867,3,3594,'','2013-10-14 16:48:44'),(12868,4,3594,'OPD','2013-10-14 16:48:44'),(12869,5,3594,'','2013-10-14 16:48:44'),(12870,6,3594,'94.00','2013-10-14 16:48:44'),(12871,1,3596,'','2013-10-14 16:48:44'),(12872,2,3596,'','2013-10-14 16:48:44'),(12873,3,3596,'','2013-10-14 16:48:44'),(12874,4,3596,'','2013-10-14 16:48:44'),(12875,5,3596,'','2013-10-14 16:48:44'),(12876,6,3596,'','2013-10-14 16:48:44'),(12877,1,3597,'507047','2013-10-14 16:57:20'),(12878,2,3597,'3567697','2013-10-14 16:57:20'),(12879,3,3597,'','2013-10-14 16:57:20'),(12880,4,3597,'OPD','2013-10-14 16:57:20'),(12881,5,3597,'','2013-10-14 16:57:20'),(12882,6,3597,'39.00','2013-10-14 16:57:20'),(12883,1,3598,'3567714','2013-10-14 17:10:47'),(12884,2,3598,'','2013-10-14 17:10:47'),(12885,3,3598,'','2013-10-14 17:10:47'),(12886,4,3598,'OPD','2013-10-14 17:10:47'),(12887,5,3598,'','2013-10-14 17:10:47'),(12888,6,3598,'141','2013-10-14 17:10:47'),(12889,1,3600,'','2013-10-14 17:10:47'),(12890,2,3600,'','2013-10-14 17:10:47'),(12891,3,3600,'','2013-10-14 17:10:47'),(12892,4,3600,'','2013-10-14 17:10:47'),(12893,5,3600,'','2013-10-14 17:10:47'),(12894,6,3600,'','2013-10-14 17:10:47'),(12895,1,3603,'','2013-10-14 17:10:47'),(12896,2,3603,'','2013-10-14 17:10:47'),(12897,3,3603,'','2013-10-14 17:10:47'),(12898,4,3603,'','2013-10-14 17:10:47'),(12899,5,3603,'','2013-10-14 17:10:47'),(12900,6,3603,'','2013-10-14 17:10:47'),(12901,1,3604,'3567715','2013-10-14 17:14:18'),(12902,2,3604,'587654','2013-10-14 17:14:18'),(12903,3,3604,'','2013-10-14 17:14:18'),(12904,4,3604,'OUT','2013-10-14 17:14:18'),(12905,5,3604,'','2013-10-14 17:14:18'),(12906,6,3604,'18','2013-10-14 17:14:18'),(12907,1,3605,'3567728','2013-10-14 17:23:32'),(12908,2,3605,'','2013-10-14 17:23:32'),(12909,3,3605,'','2013-10-14 17:23:32'),(12910,4,3605,'OPD','2013-10-14 17:23:32'),(12911,5,3605,'','2013-10-14 17:23:32'),(12912,6,3605,'79','2013-10-14 17:23:32'),(12913,1,3607,'','2013-10-14 17:23:32'),(12914,2,3607,'','2013-10-14 17:23:32'),(12915,3,3607,'','2013-10-14 17:23:32'),(12916,4,3607,'','2013-10-14 17:23:32'),(12917,5,3607,'','2013-10-14 17:23:32'),(12918,6,3607,'','2013-10-14 17:23:32'),(12919,1,3608,'3567725','2013-10-14 17:28:14'),(12920,2,3608,'','2013-10-14 17:28:14'),(12921,3,3608,'','2013-10-14 17:28:14'),(12922,4,3608,'OPD','2013-10-14 17:28:14'),(12923,5,3608,'','2013-10-14 17:28:14'),(12924,6,3608,'260.4','2013-10-14 17:28:14'),(12925,1,3610,'','2013-10-14 17:28:14'),(12926,2,3610,'','2013-10-14 17:28:14'),(12927,3,3610,'','2013-10-14 17:28:14'),(12928,4,3610,'','2013-10-14 17:28:14'),(12929,5,3610,'','2013-10-14 17:28:14'),(12930,6,3610,'','2013-10-14 17:28:14'),(12931,1,3613,'','2013-10-14 17:28:15'),(12932,2,3613,'','2013-10-14 17:28:15'),(12933,3,3613,'','2013-10-14 17:28:15'),(12934,4,3613,'','2013-10-14 17:28:15'),(12935,5,3613,'','2013-10-14 17:28:15'),(12936,6,3613,'','2013-10-14 17:28:15'),(12937,1,3617,'','2013-10-14 17:28:15'),(12938,2,3617,'','2013-10-14 17:28:15'),(12939,3,3617,'','2013-10-14 17:28:15'),(12940,4,3617,'','2013-10-14 17:28:15'),(12941,5,3617,'','2013-10-14 17:28:15'),(12942,6,3617,'','2013-10-14 17:28:15'),(12943,1,3622,'','2013-10-14 17:28:15'),(12944,2,3622,'','2013-10-14 17:28:15'),(12945,3,3622,'','2013-10-14 17:28:15'),(12946,4,3622,'','2013-10-14 17:28:15'),(12947,5,3622,'','2013-10-14 17:28:15'),(12948,6,3622,'','2013-10-14 17:28:15'),(12949,1,3623,'3567734','2013-10-14 17:36:25'),(12950,2,3623,'','2013-10-14 17:36:25'),(12951,3,3623,'','2013-10-14 17:36:25'),(12952,4,3623,'OPD','2013-10-14 17:36:25'),(12953,5,3623,'','2013-10-14 17:36:25'),(12954,6,3623,'37','2013-10-14 17:36:25'),(12955,1,3624,'3567739','2013-10-14 17:40:22'),(12956,2,3624,'','2013-10-14 17:40:22'),(12957,3,3624,'','2013-10-14 17:40:22'),(12958,4,3624,'OPD','2013-10-14 17:40:22'),(12959,5,3624,'','2013-10-14 17:40:22'),(12960,6,3624,'94','2013-10-14 17:40:22'),(12961,1,3626,'','2013-10-14 17:40:22'),(12962,2,3626,'','2013-10-14 17:40:22'),(12963,3,3626,'','2013-10-14 17:40:22'),(12964,4,3626,'','2013-10-14 17:40:22'),(12965,5,3626,'','2013-10-14 17:40:22'),(12966,6,3626,'','2013-10-14 17:40:22'),(12967,1,3627,'3567741','2013-10-14 17:42:42'),(12968,2,3627,'','2013-10-14 17:42:42'),(12969,3,3627,'','2013-10-14 17:42:42'),(12970,4,3627,'OPD','2013-10-14 17:42:42'),(12971,5,3627,'','2013-10-14 17:42:42'),(12972,6,3627,'121','2013-10-14 17:42:42'),(12973,1,3629,'','2013-10-14 17:42:42'),(12974,2,3629,'','2013-10-14 17:42:42'),(12975,3,3629,'','2013-10-14 17:42:42'),(12976,4,3629,'','2013-10-14 17:42:42'),(12977,5,3629,'','2013-10-14 17:42:42'),(12978,6,3629,'','2013-10-14 17:42:42'),(12979,1,3630,'3567745','2013-10-14 17:47:00'),(12980,2,3630,'','2013-10-14 17:47:00'),(12981,3,3630,'','2013-10-14 17:47:00'),(12982,4,3630,'OPD','2013-10-14 17:47:00'),(12983,5,3630,'','2013-10-14 17:47:00'),(12984,6,3630,'113','2013-10-14 17:47:00'),(12985,1,3632,'','2013-10-14 17:47:01'),(12986,2,3632,'','2013-10-14 17:47:01'),(12987,3,3632,'','2013-10-14 17:47:01'),(12988,4,3632,'','2013-10-14 17:47:01'),(12989,5,3632,'','2013-10-14 17:47:01'),(12990,6,3632,'','2013-10-14 17:47:01'),(12991,1,3633,'','2013-10-14 17:59:53'),(12992,2,3633,'','2013-10-14 17:59:53'),(12993,3,3633,'','2013-10-14 17:59:53'),(12994,4,3633,'','2013-10-14 17:59:53'),(12995,5,3633,'','2013-10-14 17:59:53'),(12996,6,3633,'','2013-10-14 17:59:53'),(12997,1,3634,'3567750','2013-10-14 18:06:09'),(12998,2,3634,'','2013-10-14 18:06:09'),(12999,3,3634,'','2013-10-14 18:06:09'),(13000,4,3634,'OPD','2013-10-14 18:06:09'),(13001,5,3634,'','2013-10-14 18:06:09'),(13002,6,3634,'37','2013-10-14 18:06:09'),(13003,1,3635,'','2013-10-14 18:20:17'),(13004,2,3635,'','2013-10-14 18:20:17'),(13005,3,3635,'','2013-10-14 18:20:17'),(13006,4,3635,'OPD','2013-10-14 18:20:17'),(13007,5,3635,'','2013-10-14 18:20:17'),(13008,6,3635,'','2013-10-14 18:20:17'),(13009,1,3636,'3567775','2013-10-14 18:39:27'),(13010,2,3636,'','2013-10-14 18:39:27'),(13011,3,3636,'','2013-10-14 18:39:27'),(13012,4,3636,'OPD','2013-10-14 18:39:27'),(13013,5,3636,'','2013-10-14 18:39:27'),(13014,6,3636,'112','2013-10-14 18:39:27'),(13015,1,3638,'','2013-10-14 18:39:27'),(13016,2,3638,'','2013-10-14 18:39:27'),(13017,3,3638,'','2013-10-14 18:39:27'),(13018,4,3638,'','2013-10-14 18:39:27'),(13019,5,3638,'','2013-10-14 18:39:27'),(13020,6,3638,'','2013-10-14 18:39:27'),(13021,1,3641,'','2013-10-14 18:39:28'),(13022,2,3641,'','2013-10-14 18:39:28'),(13023,3,3641,'','2013-10-14 18:39:28'),(13024,4,3641,'','2013-10-14 18:39:28'),(13025,5,3641,'','2013-10-14 18:39:28'),(13026,6,3641,'','2013-10-14 18:39:28'),(13027,1,3642,'3567776','2013-10-14 18:43:15'),(13028,2,3642,'587676','2013-10-14 18:43:15'),(13029,3,3642,'','2013-10-14 18:43:15'),(13030,4,3642,'OPD','2013-10-14 18:43:15'),(13031,5,3642,'','2013-10-14 18:43:15'),(13032,6,3642,'50','2013-10-14 18:43:15'),(13033,1,3643,'3567782','2013-10-14 18:47:30'),(13034,2,3643,'','2013-10-14 18:47:30'),(13035,3,3643,'','2013-10-14 18:47:30'),(13036,4,3643,'OPD','2013-10-14 18:47:30'),(13037,5,3643,'','2013-10-14 18:47:30'),(13038,6,3643,'112','2013-10-14 18:47:30'),(13039,1,3645,'','2013-10-14 18:47:30'),(13040,2,3645,'','2013-10-14 18:47:30'),(13041,3,3645,'','2013-10-14 18:47:30'),(13042,4,3645,'','2013-10-14 18:47:30'),(13043,5,3645,'','2013-10-14 18:47:30'),(13044,6,3645,'','2013-10-14 18:47:30'),(13045,1,3648,'','2013-10-14 18:47:31'),(13046,2,3648,'','2013-10-14 18:47:31'),(13047,3,3648,'','2013-10-14 18:47:31'),(13048,4,3648,'','2013-10-14 18:47:31'),(13049,5,3648,'','2013-10-14 18:47:31'),(13050,6,3648,'','2013-10-14 18:47:31'),(13051,1,3649,'3567796','2013-10-14 19:22:39'),(13052,2,3649,'','2013-10-14 19:22:39'),(13053,3,3649,'','2013-10-14 19:22:39'),(13054,4,3649,'OPD','2013-10-14 19:22:39'),(13055,5,3649,'','2013-10-14 19:22:39'),(13056,6,3649,'97.00','2013-10-14 19:22:39'),(13057,1,3651,'','2013-10-14 19:22:39'),(13058,2,3651,'','2013-10-14 19:22:39'),(13059,3,3651,'','2013-10-14 19:22:39'),(13060,4,3651,'','2013-10-14 19:22:39'),(13061,5,3651,'','2013-10-14 19:22:39'),(13062,6,3651,'','2013-10-14 19:22:39'),(13063,1,3654,'','2013-10-14 19:22:39'),(13064,2,3654,'','2013-10-14 19:22:39'),(13065,3,3654,'','2013-10-14 19:22:39'),(13066,4,3654,'','2013-10-14 19:22:39'),(13067,5,3654,'','2013-10-14 19:22:39'),(13068,6,3654,'','2013-10-14 19:22:39'),(13069,1,3655,'3567805','2013-10-14 19:32:57'),(13070,2,3655,'','2013-10-14 19:32:57'),(13071,3,3655,'','2013-10-14 19:32:57'),(13072,4,3655,'OPD','2013-10-14 19:32:57'),(13073,5,3655,'','2013-10-14 19:32:57'),(13074,6,3655,'35.00','2013-10-14 19:32:57'),(13075,1,3657,'','2013-10-14 19:32:57'),(13076,2,3657,'','2013-10-14 19:32:57'),(13077,3,3657,'','2013-10-14 19:32:57'),(13078,4,3657,'','2013-10-14 19:32:57'),(13079,5,3657,'','2013-10-14 19:32:57'),(13080,6,3657,'','2013-10-14 19:32:57'),(13081,1,3658,'3567809','2013-10-14 19:38:35'),(13082,2,3658,'','2013-10-14 19:38:35'),(13083,3,3658,'','2013-10-14 19:38:35'),(13084,4,3658,'OPD','2013-10-14 19:38:35'),(13085,5,3658,'','2013-10-14 19:38:35'),(13086,6,3658,'68.00','2013-10-14 19:38:35'),(13087,1,3660,'','2013-10-14 19:38:36'),(13088,2,3660,'','2013-10-14 19:38:36'),(13089,3,3660,'','2013-10-14 19:38:36'),(13090,4,3660,'','2013-10-14 19:38:36'),(13091,5,3660,'','2013-10-14 19:38:36'),(13092,6,3660,'','2013-10-14 19:38:36'),(13093,1,3663,'','2013-10-14 19:38:36'),(13094,2,3663,'','2013-10-14 19:38:36'),(13095,3,3663,'','2013-10-14 19:38:36'),(13096,4,3663,'','2013-10-14 19:38:36'),(13097,5,3663,'','2013-10-14 19:38:36'),(13098,6,3663,'','2013-10-14 19:38:36'),(13099,1,3664,'3567819','2013-10-14 20:23:50'),(13100,2,3664,'','2013-10-14 20:23:50'),(13101,3,3664,'','2013-10-14 20:23:50'),(13102,4,3664,'OPD','2013-10-14 20:23:50'),(13103,5,3664,'','2013-10-14 20:23:50'),(13104,6,3664,'112.00','2013-10-14 20:23:50'),(13105,1,3666,'','2013-10-14 20:23:51'),(13106,2,3666,'','2013-10-14 20:23:51'),(13107,3,3666,'','2013-10-14 20:23:51'),(13108,4,3666,'','2013-10-14 20:23:51'),(13109,5,3666,'','2013-10-14 20:23:51'),(13110,6,3666,'','2013-10-14 20:23:51'),(13111,1,3669,'','2013-10-14 20:23:51'),(13112,2,3669,'','2013-10-14 20:23:51'),(13113,3,3669,'','2013-10-14 20:23:51'),(13114,4,3669,'','2013-10-14 20:23:51'),(13115,5,3669,'','2013-10-14 20:23:51'),(13116,6,3669,'','2013-10-14 20:23:51'),(13117,1,3670,'3567820','2013-10-14 20:26:52'),(13118,2,3670,'','2013-10-14 20:26:52'),(13119,3,3670,'','2013-10-14 20:26:52'),(13120,4,3670,'OPD','2013-10-14 20:26:52'),(13121,5,3670,'','2013-10-14 20:26:52'),(13122,6,3670,'12.00','2013-10-14 20:26:52'),(13123,1,3671,'3567823','2013-10-14 20:29:55'),(13124,2,3671,'','2013-10-14 20:29:55'),(13125,3,3671,'','2013-10-14 20:29:55'),(13126,4,3671,'OPD','2013-10-14 20:29:55'),(13127,5,3671,'','2013-10-14 20:29:55'),(13128,6,3671,'59.00','2013-10-14 20:29:55'),(13129,1,3672,'3567824','2013-10-14 20:32:49'),(13130,2,3672,'','2013-10-14 20:32:49'),(13131,3,3672,'','2013-10-14 20:32:49'),(13132,4,3672,'OPD','2013-10-14 20:32:49'),(13133,5,3672,'','2013-10-14 20:32:49'),(13134,6,3672,'16.00','2013-10-14 20:32:49'),(13135,1,3673,'3567822','2013-10-14 20:35:30'),(13136,2,3673,'','2013-10-14 20:35:30'),(13137,3,3673,'','2013-10-14 20:35:30'),(13138,4,3673,'WARD','2013-10-14 20:35:30'),(13139,5,3673,'214643','2013-10-14 20:35:30'),(13140,6,3673,'26.24','2013-10-14 20:35:30'),(13141,1,3674,'3567829','2013-10-14 20:56:47'),(13142,2,3674,'587691','2013-10-14 20:56:47'),(13143,3,3674,'','2013-10-14 20:56:47'),(13144,4,3674,'OPD','2013-10-14 20:56:47'),(13145,5,3674,'','2013-10-14 20:56:47'),(13146,6,3674,'36.00','2013-10-14 20:56:47'),(13147,1,3675,'3567856','2013-10-15 02:57:52'),(13148,2,3675,'587699','2013-10-15 02:57:52'),(13149,3,3675,'','2013-10-15 02:57:52'),(13150,4,3675,'','2013-10-15 02:57:52'),(13151,5,3675,'','2013-10-15 02:57:52'),(13152,6,3675,'35.00','2013-10-15 02:57:52'),(13153,1,3676,'3567381','2013-10-15 05:44:32'),(13154,2,3676,'','2013-10-15 05:44:32'),(13155,3,3676,'','2013-10-15 05:44:32'),(13156,4,3676,'OPD','2013-10-15 05:44:32'),(13157,5,3676,'','2013-10-15 05:44:32'),(13158,6,3676,'188.00','2013-10-15 05:44:32'),(13159,1,3678,'','2013-10-15 05:44:32'),(13160,2,3678,'','2013-10-15 05:44:32'),(13161,3,3678,'','2013-10-15 05:44:32'),(13162,4,3678,'','2013-10-15 05:44:32'),(13163,5,3678,'','2013-10-15 05:44:32'),(13164,6,3678,'','2013-10-15 05:44:32'),(13165,1,3679,'3515591','2013-10-15 05:46:53'),(13166,2,3679,'','2013-10-15 05:46:53'),(13167,3,3679,'','2013-10-15 05:46:53'),(13168,4,3679,'OPD','2013-10-15 05:46:53'),(13169,5,3679,'','2013-10-15 05:46:53'),(13170,6,3679,'152.00','2013-10-15 05:46:53'),(13171,1,3680,'3567914','2013-10-15 07:50:56'),(13172,2,3680,'','2013-10-15 07:50:56'),(13173,3,3680,'','2013-10-15 07:50:56'),(13174,4,3680,'OPD','2013-10-15 07:50:56'),(13175,5,3680,'','2013-10-15 07:50:56'),(13176,6,3680,'169','2013-10-15 07:50:56'),(13177,1,3682,'','2013-10-15 07:50:56'),(13178,2,3682,'','2013-10-15 07:50:56'),(13179,3,3682,'','2013-10-15 07:50:56'),(13180,4,3682,'','2013-10-15 07:50:56'),(13181,5,3682,'','2013-10-15 07:50:56'),(13182,6,3682,'','2013-10-15 07:50:56'),(13183,1,3683,'3567921','2013-10-15 08:09:31'),(13184,2,3683,'587713','2013-10-15 08:09:31'),(13185,3,3683,'','2013-10-15 08:09:31'),(13186,4,3683,'OPD','2013-10-15 08:09:31'),(13187,5,3683,'','2013-10-15 08:09:31'),(13188,6,3683,'141.51','2013-10-15 08:09:31'),(13189,1,3685,'','2013-10-15 08:09:31'),(13190,2,3685,'','2013-10-15 08:09:31'),(13191,3,3685,'','2013-10-15 08:09:31'),(13192,4,3685,'','2013-10-15 08:09:31'),(13193,5,3685,'','2013-10-15 08:09:31'),(13194,6,3685,'','2013-10-15 08:09:31'),(13195,1,3688,'','2013-10-15 08:09:31'),(13196,2,3688,'','2013-10-15 08:09:31'),(13197,3,3688,'','2013-10-15 08:09:31'),(13198,4,3688,'','2013-10-15 08:09:31'),(13199,5,3688,'','2013-10-15 08:09:31'),(13200,6,3688,'','2013-10-15 08:09:31'),(13201,1,3689,'3567931','2013-10-15 08:35:54'),(13202,2,3689,'587718','2013-10-15 08:35:54'),(13203,3,3689,'','2013-10-15 08:35:54'),(13204,4,3689,'OPD','2013-10-15 08:35:54'),(13205,5,3689,'','2013-10-15 08:35:54'),(13206,6,3689,'24','2013-10-15 08:35:54'),(13207,1,3690,'3566420','2013-10-15 08:42:49'),(13208,2,3690,'','2013-10-15 08:42:49'),(13209,3,3690,'','2013-10-15 08:42:49'),(13210,4,3690,'OPD','2013-10-15 08:42:49'),(13211,5,3690,'','2013-10-15 08:42:49'),(13212,6,3690,'933','2013-10-15 08:42:49'),(13213,1,3692,'','2013-10-15 08:42:52'),(13214,2,3692,'','2013-10-15 08:42:52'),(13215,3,3692,'','2013-10-15 08:42:52'),(13216,4,3692,'','2013-10-15 08:42:52'),(13217,5,3692,'','2013-10-15 08:42:52'),(13218,6,3692,'','2013-10-15 08:42:52'),(13219,1,3693,'3567930','2013-10-15 08:47:24'),(13220,2,3693,'','2013-10-15 08:47:24'),(13221,3,3693,'','2013-10-15 08:47:24'),(13222,4,3693,'OPD','2013-10-15 08:47:24'),(13223,5,3693,'','2013-10-15 08:47:24'),(13224,6,3693,'50','2013-10-15 08:47:24'),(13225,1,3695,'','2013-10-15 08:47:24'),(13226,2,3695,'','2013-10-15 08:47:24'),(13227,3,3695,'','2013-10-15 08:47:24'),(13228,4,3695,'','2013-10-15 08:47:24'),(13229,5,3695,'','2013-10-15 08:47:24'),(13230,6,3695,'','2013-10-15 08:47:24'),(13231,1,3696,'3567933','2013-10-15 08:50:38'),(13232,2,3696,'587720','2013-10-15 08:50:38'),(13233,3,3696,'','2013-10-15 08:50:38'),(13234,4,3696,'OPD','2013-10-15 08:50:38'),(13235,5,3696,'','2013-10-15 08:50:38'),(13236,6,3696,'20','2013-10-15 08:50:38'),(13237,1,3697,'3567939','2013-10-15 09:12:38'),(13238,2,3697,'','2013-10-15 09:12:38'),(13239,3,3697,'','2013-10-15 09:12:38'),(13240,4,3697,'OPD','2013-10-15 09:12:38'),(13241,5,3697,'','2013-10-15 09:12:38'),(13242,6,3697,'552','2013-10-15 09:12:38'),(13243,1,3699,'','2013-10-15 09:12:38'),(13244,2,3699,'','2013-10-15 09:12:38'),(13245,3,3699,'','2013-10-15 09:12:38'),(13246,4,3699,'','2013-10-15 09:12:38'),(13247,5,3699,'','2013-10-15 09:12:38'),(13248,6,3699,'','2013-10-15 09:12:38'),(13249,1,3702,'','2013-10-15 09:12:39'),(13250,2,3702,'','2013-10-15 09:12:39'),(13251,3,3702,'','2013-10-15 09:12:39'),(13252,4,3702,'','2013-10-15 09:12:39'),(13253,5,3702,'','2013-10-15 09:12:39'),(13254,6,3702,'','2013-10-15 09:12:39'),(13255,1,3703,'3567937','2013-10-15 09:16:16'),(13256,2,3703,'587723','2013-10-15 09:16:16'),(13257,3,3703,'','2013-10-15 09:16:16'),(13258,4,3703,'OPD','2013-10-15 09:16:16'),(13259,5,3703,'','2013-10-15 09:16:16'),(13260,6,3703,'80','2013-10-15 09:16:16'),(13261,1,3704,'3567943','2013-10-15 09:26:22'),(13262,2,3704,'','2013-10-15 09:26:22'),(13263,3,3704,'','2013-10-15 09:26:22'),(13264,4,3704,'OPD','2013-10-15 09:26:22'),(13265,5,3704,'','2013-10-15 09:26:22'),(13266,6,3704,'203','2013-10-15 09:26:22'),(13267,1,3706,'','2013-10-15 09:26:22'),(13268,2,3706,'','2013-10-15 09:26:22'),(13269,3,3706,'','2013-10-15 09:26:22'),(13270,4,3706,'','2013-10-15 09:26:22'),(13271,5,3706,'','2013-10-15 09:26:22'),(13272,6,3706,'','2013-10-15 09:26:22'),(13273,1,3709,'','2013-10-15 09:26:23'),(13274,2,3709,'','2013-10-15 09:26:23'),(13275,3,3709,'','2013-10-15 09:26:23'),(13276,4,3709,'','2013-10-15 09:26:23'),(13277,5,3709,'','2013-10-15 09:26:23'),(13278,6,3709,'','2013-10-15 09:26:23'),(13279,1,3713,'','2013-10-15 09:26:23'),(13280,2,3713,'','2013-10-15 09:26:23'),(13281,3,3713,'','2013-10-15 09:26:23'),(13282,4,3713,'','2013-10-15 09:26:23'),(13283,5,3713,'','2013-10-15 09:26:23'),(13284,6,3713,'','2013-10-15 09:26:23'),(13285,1,3714,'','2013-10-15 09:33:28'),(13286,2,3714,'','2013-10-15 09:33:28'),(13287,3,3714,'','2013-10-15 09:33:28'),(13288,4,3714,'OPD','2013-10-15 09:33:28'),(13289,5,3714,'','2013-10-15 09:33:28'),(13290,6,3714,'66','2013-10-15 09:33:28'),(13291,1,3715,'','2013-10-15 09:34:56'),(13292,2,3715,'','2013-10-15 09:34:56'),(13293,3,3715,'','2013-10-15 09:34:56'),(13294,4,3715,'OPD','2013-10-15 09:34:56'),(13295,5,3715,'','2013-10-15 09:34:56'),(13296,6,3715,'20','2013-10-15 09:34:56'),(13297,1,3716,'3569909','2013-10-15 09:40:12'),(13298,2,3716,'587727','2013-10-15 09:40:12'),(13299,3,3716,'','2013-10-15 09:40:12'),(13300,4,3716,'OPD','2013-10-15 09:40:12'),(13301,5,3716,'','2013-10-15 09:40:12'),(13302,6,3716,'147','2013-10-15 09:40:12'),(13303,1,3718,'','2013-10-15 09:40:12'),(13304,2,3718,'','2013-10-15 09:40:12'),(13305,3,3718,'','2013-10-15 09:40:12'),(13306,4,3718,'','2013-10-15 09:40:12'),(13307,5,3718,'','2013-10-15 09:40:12'),(13308,6,3718,'','2013-10-15 09:40:12'),(13309,1,3719,'','2013-10-15 09:45:46'),(13310,2,3719,'','2013-10-15 09:45:46'),(13311,3,3719,'','2013-10-15 09:45:46'),(13312,4,3719,'OPD','2013-10-15 09:45:46'),(13313,5,3719,'','2013-10-15 09:45:46'),(13314,6,3719,'45','2013-10-15 09:45:46'),(13315,1,3721,'','2013-10-15 09:45:46'),(13316,2,3721,'','2013-10-15 09:45:46'),(13317,3,3721,'','2013-10-15 09:45:46'),(13318,4,3721,'','2013-10-15 09:45:46'),(13319,5,3721,'','2013-10-15 09:45:46'),(13320,6,3721,'','2013-10-15 09:45:46'),(13321,1,3722,'','2013-10-15 09:47:56'),(13322,2,3722,'','2013-10-15 09:47:56'),(13323,3,3722,'','2013-10-15 09:47:56'),(13324,4,3722,'OPD','2013-10-15 09:47:56'),(13325,5,3722,'','2013-10-15 09:47:56'),(13326,6,3722,'','2013-10-15 09:47:56'),(13327,1,3724,'','2013-10-15 09:47:57'),(13328,2,3724,'','2013-10-15 09:47:57'),(13329,3,3724,'','2013-10-15 09:47:57'),(13330,4,3724,'','2013-10-15 09:47:57'),(13331,5,3724,'','2013-10-15 09:47:57'),(13332,6,3724,'','2013-10-15 09:47:57'),(13333,1,3725,'','2013-10-15 09:52:55'),(13334,2,3725,'','2013-10-15 09:52:55'),(13335,3,3725,'','2013-10-15 09:52:55'),(13336,4,3725,'OPD','2013-10-15 09:52:55'),(13337,5,3725,'','2013-10-15 09:52:55'),(13338,6,3725,'45','2013-10-15 09:52:55'),(13339,1,3726,'','2013-10-15 09:53:55'),(13340,2,3726,'','2013-10-15 09:53:55'),(13341,3,3726,'','2013-10-15 09:53:55'),(13342,4,3726,'OPD','2013-10-15 09:53:55'),(13343,5,3726,'','2013-10-15 09:53:55'),(13344,6,3726,'27','2013-10-15 09:53:55'),(13345,1,3727,'3567954','2013-10-15 09:55:52'),(13346,2,3727,'','2013-10-15 09:55:52'),(13347,3,3727,'','2013-10-15 09:55:52'),(13348,4,3727,'OPD','2013-10-15 09:55:52'),(13349,5,3727,'','2013-10-15 09:55:52'),(13350,6,3727,'37','2013-10-15 09:55:52'),(13351,1,3728,'','2013-10-15 10:08:54'),(13352,2,3728,'','2013-10-15 10:08:54'),(13353,3,3728,'','2013-10-15 10:08:54'),(13354,4,3728,'OPD','2013-10-15 10:08:54'),(13355,5,3728,'','2013-10-15 10:08:54'),(13356,6,3728,'115.4','2013-10-15 10:08:54'),(13357,1,3730,'','2013-10-15 10:08:54'),(13358,2,3730,'','2013-10-15 10:08:54'),(13359,3,3730,'','2013-10-15 10:08:54'),(13360,4,3730,'','2013-10-15 10:08:54'),(13361,5,3730,'','2013-10-15 10:08:54'),(13362,6,3730,'','2013-10-15 10:08:54'),(13363,1,3733,'','2013-10-15 10:08:54'),(13364,2,3733,'','2013-10-15 10:08:54'),(13365,3,3733,'','2013-10-15 10:08:54'),(13366,4,3733,'','2013-10-15 10:08:54'),(13367,5,3733,'','2013-10-15 10:08:54'),(13368,6,3733,'','2013-10-15 10:08:54'),(13369,1,3737,'','2013-10-15 10:08:54'),(13370,2,3737,'','2013-10-15 10:08:54'),(13371,3,3737,'','2013-10-15 10:08:54'),(13372,4,3737,'','2013-10-15 10:08:54'),(13373,5,3737,'','2013-10-15 10:08:54'),(13374,6,3737,'','2013-10-15 10:08:54'),(13375,1,3738,'3567934','2013-10-15 10:15:33'),(13376,2,3738,'587732','2013-10-15 10:15:33'),(13377,3,3738,'','2013-10-15 10:15:33'),(13378,4,3738,'OPD','2013-10-15 10:15:33'),(13379,5,3738,'','2013-10-15 10:15:33'),(13380,6,3738,'110','2013-10-15 10:15:33'),(13381,1,3740,'','2013-10-15 10:15:33'),(13382,2,3740,'','2013-10-15 10:15:33'),(13383,3,3740,'','2013-10-15 10:15:33'),(13384,4,3740,'','2013-10-15 10:15:33'),(13385,5,3740,'','2013-10-15 10:15:33'),(13386,6,3740,'','2013-10-15 10:15:33'),(13387,1,3741,'3567972','2013-10-15 10:22:22'),(13388,2,3741,'587735','2013-10-15 10:22:22'),(13389,3,3741,'','2013-10-15 10:22:22'),(13390,4,3741,'OUT','2013-10-15 10:22:22'),(13391,5,3741,'','2013-10-15 10:22:22'),(13392,6,3741,'35','2013-10-15 10:22:22'),(13393,1,3742,'3567975','2013-10-15 10:27:11'),(13394,2,3742,'','2013-10-15 10:27:11'),(13395,3,3742,'','2013-10-15 10:27:11'),(13396,4,3742,'OPD','2013-10-15 10:27:11'),(13397,5,3742,'','2013-10-15 10:27:11'),(13398,6,3742,'76','2013-10-15 10:27:11'),(13399,1,3744,'','2013-10-15 10:27:11'),(13400,2,3744,'','2013-10-15 10:27:12'),(13401,3,3744,'','2013-10-15 10:27:12'),(13402,4,3744,'','2013-10-15 10:27:12'),(13403,5,3744,'','2013-10-15 10:27:12'),(13404,6,3744,'','2013-10-15 10:27:12'),(13405,1,3745,'','2013-10-15 10:41:05'),(13406,2,3745,'','2013-10-15 10:41:05'),(13407,3,3745,'','2013-10-15 10:41:05'),(13408,4,3745,' 20131015-25','2013-10-15 10:41:05'),(13409,5,3745,'','2013-10-15 10:41:05'),(13410,6,3745,'79','2013-10-15 10:41:05'),(13411,1,3747,'','2013-10-15 10:41:06'),(13412,2,3747,'','2013-10-15 10:41:06'),(13413,3,3747,'','2013-10-15 10:41:06'),(13414,4,3747,'','2013-10-15 10:41:06'),(13415,5,3747,'','2013-10-15 10:41:06'),(13416,6,3747,'','2013-10-15 10:41:06'),(13417,1,3748,'3567991','2013-10-15 10:43:44'),(13418,2,3748,'587740','2013-10-15 10:43:44'),(13419,3,3748,'','2013-10-15 10:43:44'),(13420,4,3748,'SR','2013-10-15 10:43:44'),(13421,5,3748,'','2013-10-15 10:43:44'),(13422,6,3748,'75','2013-10-15 10:43:44'),(13423,1,3749,'3568021','2013-10-15 10:47:02'),(13424,2,3749,'','2013-10-15 10:47:02'),(13425,3,3749,'','2013-10-15 10:47:02'),(13426,4,3749,'OPD','2013-10-15 10:47:02'),(13427,5,3749,'','2013-10-15 10:47:02'),(13428,6,3749,'20','2013-10-15 10:47:02'),(13429,1,3750,'','2013-10-15 10:49:55'),(13430,2,3750,'','2013-10-15 10:49:55'),(13431,3,3750,'','2013-10-15 10:49:55'),(13432,4,3750,'','2013-10-15 10:49:55'),(13433,5,3750,'W','2013-10-15 10:49:55'),(13434,6,3750,'22','2013-10-15 10:49:55'),(13435,1,3751,'','2013-10-15 10:51:36'),(13436,2,3751,'','2013-10-15 10:51:36'),(13437,3,3751,'','2013-10-15 10:51:36'),(13438,4,3751,'214645','2013-10-15 10:51:36'),(13439,5,3751,'','2013-10-15 10:51:36'),(13440,6,3751,'52.4','2013-10-15 10:51:36'),(13441,1,3753,'','2013-10-15 10:51:40'),(13442,2,3753,'','2013-10-15 10:51:40'),(13443,3,3753,'','2013-10-15 10:51:40'),(13444,4,3753,'','2013-10-15 10:51:40'),(13445,5,3753,'','2013-10-15 10:51:40'),(13446,6,3753,'','2013-10-15 10:51:40'),(13447,1,3754,'3567995','2013-10-15 10:54:18'),(13448,2,3754,'','2013-10-15 10:54:18'),(13449,3,3754,'','2013-10-15 10:54:18'),(13450,4,3754,'OPD','2013-10-15 10:54:18'),(13451,5,3754,'','2013-10-15 10:54:18'),(13452,6,3754,'51','2013-10-15 10:54:18'),(13453,1,3756,'','2013-10-15 10:54:19'),(13454,2,3756,'','2013-10-15 10:54:19'),(13455,3,3756,'','2013-10-15 10:54:19'),(13456,4,3756,'','2013-10-15 10:54:19'),(13457,5,3756,'','2013-10-15 10:54:19'),(13458,6,3756,'','2013-10-15 10:54:19'),(13459,1,3757,'3568052','2013-10-15 11:05:33'),(13460,2,3757,'','2013-10-15 11:05:33'),(13461,3,3757,'','2013-10-15 11:05:33'),(13462,4,3757,'OPD','2013-10-15 11:05:33'),(13463,5,3757,'','2013-10-15 11:05:33'),(13464,6,3757,'66','2013-10-15 11:05:33'),(13465,1,3758,'','2013-10-15 11:09:21'),(13466,2,3758,'3568078','2013-10-15 11:09:21'),(13467,3,3758,'','2013-10-15 11:09:21'),(13468,4,3758,'OPD','2013-10-15 11:09:21'),(13469,5,3758,'','2013-10-15 11:09:21'),(13470,6,3758,'106','2013-10-15 11:09:21'),(13471,1,3760,'','2013-10-15 11:09:22'),(13472,2,3760,'','2013-10-15 11:09:22'),(13473,3,3760,'','2013-10-15 11:09:22'),(13474,4,3760,'','2013-10-15 11:09:22'),(13475,5,3760,'','2013-10-15 11:09:22'),(13476,6,3760,'','2013-10-15 11:09:22'),(13477,1,3761,'3568079','2013-10-15 11:12:17'),(13478,2,3761,'','2013-10-15 11:12:17'),(13479,3,3761,'','2013-10-15 11:12:17'),(13480,4,3761,'OPD','2013-10-15 11:12:17'),(13481,5,3761,'','2013-10-15 11:12:17'),(13482,6,3761,'123','2013-10-15 11:12:17'),(13483,1,3763,'','2013-10-15 11:12:18'),(13484,2,3763,'','2013-10-15 11:12:18'),(13485,3,3763,'','2013-10-15 11:12:18'),(13486,4,3763,'','2013-10-15 11:12:18'),(13487,5,3763,'','2013-10-15 11:12:18'),(13488,6,3763,'','2013-10-15 11:12:18'),(13489,1,3766,'','2013-10-15 11:12:18'),(13490,2,3766,'','2013-10-15 11:12:18'),(13491,3,3766,'','2013-10-15 11:12:18'),(13492,4,3766,'','2013-10-15 11:12:18'),(13493,5,3766,'','2013-10-15 11:12:18'),(13494,6,3766,'','2013-10-15 11:12:18'),(13495,1,3767,'3567932','2013-10-15 11:24:07'),(13496,2,3767,'587719','2013-10-15 11:24:07'),(13497,3,3767,'','2013-10-15 11:24:07'),(13498,4,3767,'OPD','2013-10-15 11:24:07'),(13499,5,3767,'','2013-10-15 11:24:07'),(13500,6,3767,'105','2013-10-15 11:24:07'),(13501,1,3769,'','2013-10-15 11:24:07'),(13502,2,3769,'','2013-10-15 11:24:07'),(13503,3,3769,'','2013-10-15 11:24:07'),(13504,4,3769,'','2013-10-15 11:24:07'),(13505,5,3769,'','2013-10-15 11:24:07'),(13506,6,3769,'','2013-10-15 11:24:07'),(13507,1,3770,'','2013-10-15 11:29:44'),(13508,2,3770,'','2013-10-15 11:29:44'),(13509,3,3770,'','2013-10-15 11:29:44'),(13510,4,3770,'OPD','2013-10-15 11:29:44'),(13511,5,3770,'','2013-10-15 11:29:44'),(13512,6,3770,'81','2013-10-15 11:29:44'),(13513,1,3771,'3568096','2013-10-15 11:35:47'),(13514,2,3771,'587754','2013-10-15 11:35:47'),(13515,3,3771,'','2013-10-15 11:35:47'),(13516,4,3771,'','2013-10-15 11:35:47'),(13517,5,3771,'','2013-10-15 11:35:47'),(13518,6,3771,'88','2013-10-15 11:35:47'),(13519,1,3773,'','2013-10-15 11:35:50'),(13520,2,3773,'','2013-10-15 11:35:50'),(13521,3,3773,'','2013-10-15 11:35:50'),(13522,4,3773,'','2013-10-15 11:35:50'),(13523,5,3773,'','2013-10-15 11:35:50'),(13524,6,3773,'','2013-10-15 11:35:50'),(13525,1,3774,'3554202','2013-10-15 11:45:29'),(13526,2,3774,'587758','2013-10-15 11:45:29'),(13527,3,3774,'','2013-10-15 11:45:29'),(13528,4,3774,'OPD','2013-10-15 11:45:29'),(13529,5,3774,'','2013-10-15 11:45:29'),(13530,6,3774,'201.8','2013-10-15 11:45:29'),(13531,1,3776,'','2013-10-15 11:45:32'),(13532,2,3776,'','2013-10-15 11:45:32'),(13533,3,3776,'','2013-10-15 11:45:32'),(13534,4,3776,'','2013-10-15 11:45:32'),(13535,5,3776,'','2013-10-15 11:45:32'),(13536,6,3776,'','2013-10-15 11:45:32'),(13537,1,3777,'3568145','2013-10-15 11:51:29'),(13538,2,3777,'','2013-10-15 11:51:29'),(13539,3,3777,'','2013-10-15 11:51:29'),(13540,4,3777,'OPD','2013-10-15 11:51:29'),(13541,5,3777,'','2013-10-15 11:51:29'),(13542,6,3777,'22','2013-10-15 11:51:29'),(13543,1,3778,'3568141','2013-10-15 11:58:19'),(13544,2,3778,'587761','2013-10-15 11:58:19'),(13545,3,3778,'','2013-10-15 11:58:19'),(13546,4,3778,'OPD','2013-10-15 11:58:19'),(13547,5,3778,'','2013-10-15 11:58:19'),(13548,6,3778,'161','2013-10-15 11:58:19'),(13549,1,3780,'','2013-10-15 11:58:19'),(13550,2,3780,'','2013-10-15 11:58:19'),(13551,3,3780,'','2013-10-15 11:58:19'),(13552,4,3780,'','2013-10-15 11:58:19'),(13553,5,3780,'','2013-10-15 11:58:19'),(13554,6,3780,'','2013-10-15 11:58:19'),(13555,1,3783,'','2013-10-15 11:58:19'),(13556,2,3783,'','2013-10-15 11:58:19'),(13557,3,3783,'','2013-10-15 11:58:19'),(13558,4,3783,'','2013-10-15 11:58:19'),(13559,5,3783,'','2013-10-15 11:58:19'),(13560,6,3783,'','2013-10-15 11:58:19'),(13561,1,3784,'','2013-10-15 12:02:47'),(13562,2,3784,'587735','2013-10-15 12:02:47'),(13563,3,3784,'','2013-10-15 12:02:47'),(13564,4,3784,'OUTSIDE','2013-10-15 12:02:47'),(13565,5,3784,'','2013-10-15 12:02:47'),(13566,6,3784,'','2013-10-15 12:02:47'),(13567,1,3785,'','2013-10-15 12:23:02'),(13568,2,3785,'','2013-10-15 12:23:02'),(13569,3,3785,'','2013-10-15 12:23:02'),(13570,4,3785,'OPD','2013-10-15 12:23:02'),(13571,5,3785,'','2013-10-15 12:23:02'),(13572,6,3785,'113','2013-10-15 12:23:02'),(13573,1,3787,'','2013-10-15 12:23:02'),(13574,2,3787,'','2013-10-15 12:23:02'),(13575,3,3787,'','2013-10-15 12:23:02'),(13576,4,3787,'','2013-10-15 12:23:02'),(13577,5,3787,'','2013-10-15 12:23:02'),(13578,6,3787,'','2013-10-15 12:23:02'),(13579,1,3788,'','2013-10-15 12:27:06'),(13580,2,3788,'','2013-10-15 12:27:06'),(13581,3,3788,'','2013-10-15 12:27:06'),(13582,4,3788,'OPD','2013-10-15 12:27:06'),(13583,5,3788,'','2013-10-15 12:27:06'),(13584,6,3788,'94','2013-10-15 12:27:06'),(13585,1,3790,'','2013-10-15 12:27:06'),(13586,2,3790,'','2013-10-15 12:27:06'),(13587,3,3790,'','2013-10-15 12:27:06'),(13588,4,3790,'','2013-10-15 12:27:06'),(13589,5,3790,'','2013-10-15 12:27:06'),(13590,6,3790,'','2013-10-15 12:27:06'),(13591,1,3791,'','2013-10-15 12:31:15'),(13592,2,3791,'','2013-10-15 12:31:15'),(13593,3,3791,'','2013-10-15 12:31:15'),(13594,4,3791,'OPD','2013-10-15 12:31:15'),(13595,5,3791,'','2013-10-15 12:31:15'),(13596,6,3791,'94','2013-10-15 12:31:15'),(13597,1,3793,'','2013-10-15 12:31:15'),(13598,2,3793,'','2013-10-15 12:31:15'),(13599,3,3793,'','2013-10-15 12:31:15'),(13600,4,3793,'','2013-10-15 12:31:15'),(13601,5,3793,'','2013-10-15 12:31:15'),(13602,6,3793,'','2013-10-15 12:31:15'),(13603,1,3794,'3568176','2013-10-15 12:44:21'),(13604,2,3794,'','2013-10-15 12:44:21'),(13605,3,3794,'','2013-10-15 12:44:21'),(13606,4,3794,'OPD','2013-10-15 12:44:21'),(13607,5,3794,'','2013-10-15 12:44:21'),(13608,6,3794,'95.00','2013-10-15 12:44:21'),(13609,1,3796,'','2013-10-15 12:44:22'),(13610,2,3796,'','2013-10-15 12:44:22'),(13611,3,3796,'','2013-10-15 12:44:22'),(13612,4,3796,'','2013-10-15 12:44:22'),(13613,5,3796,'','2013-10-15 12:44:22'),(13614,6,3796,'','2013-10-15 12:44:22'),(13615,1,3799,'','2013-10-15 12:44:22'),(13616,2,3799,'','2013-10-15 12:44:22'),(13617,3,3799,'','2013-10-15 12:44:22'),(13618,4,3799,'','2013-10-15 12:44:22'),(13619,5,3799,'','2013-10-15 12:44:22'),(13620,6,3799,'','2013-10-15 12:44:22'),(13621,1,3803,'','2013-10-15 12:44:22'),(13622,2,3803,'','2013-10-15 12:44:22'),(13623,3,3803,'','2013-10-15 12:44:22'),(13624,4,3803,'','2013-10-15 12:44:22'),(13625,5,3803,'','2013-10-15 12:44:22'),(13626,6,3803,'','2013-10-15 12:44:22'),(13627,1,3804,'3568177','2013-10-15 12:46:42'),(13628,2,3804,'','2013-10-15 12:46:42'),(13629,3,3804,'','2013-10-15 12:46:42'),(13630,4,3804,'OPD','2013-10-15 12:46:42'),(13631,5,3804,'','2013-10-15 12:46:42'),(13632,6,3804,'22.00','2013-10-15 12:46:42'),(13633,1,3805,'3568178','2013-10-15 12:55:27'),(13634,2,3805,'','2013-10-15 12:55:27'),(13635,3,3805,'','2013-10-15 12:55:27'),(13636,4,3805,'OPD','2013-10-15 12:55:27'),(13637,5,3805,'','2013-10-15 12:55:27'),(13638,6,3805,'50.00','2013-10-15 12:55:27'),(13639,1,3807,'','2013-10-15 12:55:30'),(13640,2,3807,'','2013-10-15 12:55:30'),(13641,3,3807,'','2013-10-15 12:55:30'),(13642,4,3807,'','2013-10-15 12:55:30'),(13643,5,3807,'','2013-10-15 12:55:30'),(13644,6,3807,'','2013-10-15 12:55:30'),(13645,1,3808,'3568202','2013-10-15 12:58:53'),(13646,2,3808,'','2013-10-15 12:58:53'),(13647,3,3808,'','2013-10-15 12:58:53'),(13648,4,3808,'OPD','2013-10-15 12:58:53'),(13649,5,3808,'','2013-10-15 12:58:53'),(13650,6,3808,'68.00','2013-10-15 12:58:53'),(13651,1,3810,'','2013-10-15 12:58:54'),(13652,2,3810,'','2013-10-15 12:58:54'),(13653,3,3810,'','2013-10-15 12:58:54'),(13654,4,3810,'','2013-10-15 12:58:54'),(13655,5,3810,'','2013-10-15 12:58:54'),(13656,6,3810,'','2013-10-15 12:58:54'),(13657,1,3811,'','2013-10-15 13:00:32'),(13658,2,3811,'50427','2013-10-15 13:00:32'),(13659,3,3811,'','2013-10-15 13:00:32'),(13660,4,3811,'OPD','2013-10-15 13:00:32'),(13661,5,3811,'','2013-10-15 13:00:32'),(13662,6,3811,'','2013-10-15 13:00:32'),(13663,1,3812,'3568204','2013-10-15 13:06:13'),(13664,2,3812,'587778','2013-10-15 13:06:13'),(13665,3,3812,'','2013-10-15 13:06:13'),(13666,4,3812,'OPD','2013-10-15 13:06:13'),(13667,5,3812,'','2013-10-15 13:06:13'),(13668,6,3812,'89.00','2013-10-15 13:06:13'),(13669,1,3814,'','2013-10-15 13:06:13'),(13670,2,3814,'','2013-10-15 13:06:13'),(13671,3,3814,'','2013-10-15 13:06:13'),(13672,4,3814,'','2013-10-15 13:06:13'),(13673,5,3814,'','2013-10-15 13:06:13'),(13674,6,3814,'','2013-10-15 13:06:13'),(13675,1,3817,'','2013-10-15 13:06:13'),(13676,2,3817,'','2013-10-15 13:06:13'),(13677,3,3817,'','2013-10-15 13:06:13'),(13678,4,3817,'','2013-10-15 13:06:13'),(13679,5,3817,'','2013-10-15 13:06:13'),(13680,6,3817,'','2013-10-15 13:06:13'),(13681,1,3818,'','2013-10-15 13:11:37'),(13682,2,3818,'','2013-10-15 13:11:37'),(13683,3,3818,'','2013-10-15 13:11:37'),(13684,4,3818,'','2013-10-15 13:11:37'),(13685,5,3818,'','2013-10-15 13:11:37'),(13686,6,3818,'','2013-10-15 13:11:37'),(13687,1,3819,'3568218','2013-10-15 13:12:51'),(13688,2,3819,'','2013-10-15 13:12:51'),(13689,3,3819,'','2013-10-15 13:12:51'),(13690,4,3819,'OPD','2013-10-15 13:12:51'),(13691,5,3819,'','2013-10-15 13:12:51'),(13692,6,3819,'99.00','2013-10-15 13:12:51'),(13693,1,3821,'','2013-10-15 13:12:51'),(13694,2,3821,'','2013-10-15 13:12:51'),(13695,3,3821,'','2013-10-15 13:12:51'),(13696,4,3821,'','2013-10-15 13:12:51'),(13697,5,3821,'','2013-10-15 13:12:51'),(13698,6,3821,'','2013-10-15 13:12:51'),(13699,1,3822,'','2013-10-15 13:19:19'),(13700,2,3822,'','2013-10-15 13:19:19'),(13701,3,3822,'','2013-10-15 13:19:19'),(13702,4,3822,'OUTSIDE ','2013-10-15 13:19:19'),(13703,5,3822,'','2013-10-15 13:19:19'),(13704,6,3822,'','2013-10-15 13:19:19'),(13705,1,3823,'3568239','2013-10-15 13:32:50'),(13706,2,3823,'','2013-10-15 13:32:50'),(13707,3,3823,'','2013-10-15 13:32:50'),(13708,4,3823,'OPD','2013-10-15 13:32:50'),(13709,5,3823,'','2013-10-15 13:32:50'),(13710,6,3823,'79','2013-10-15 13:32:50'),(13711,1,3825,'','2013-10-15 13:32:50'),(13712,2,3825,'','2013-10-15 13:32:50'),(13713,3,3825,'','2013-10-15 13:32:50'),(13714,4,3825,'','2013-10-15 13:32:50'),(13715,5,3825,'','2013-10-15 13:32:50'),(13716,6,3825,'','2013-10-15 13:32:50'),(13717,1,3826,'','2013-10-15 13:41:31'),(13718,2,3826,'','2013-10-15 13:41:31'),(13719,3,3826,'','2013-10-15 13:41:31'),(13720,4,3826,'OPD','2013-10-15 13:41:31'),(13721,5,3826,'','2013-10-15 13:41:31'),(13722,6,3826,'69','2013-10-15 13:41:31'),(13723,1,3828,'','2013-10-15 13:41:31'),(13724,2,3828,'','2013-10-15 13:41:31'),(13725,3,3828,'','2013-10-15 13:41:31'),(13726,4,3828,'','2013-10-15 13:41:31'),(13727,5,3828,'','2013-10-15 13:41:31'),(13728,6,3828,'','2013-10-15 13:41:31'),(13729,1,3829,'3568242','2013-10-15 13:45:14'),(13730,2,3829,'587799','2013-10-15 13:45:14'),(13731,3,3829,'','2013-10-15 13:45:14'),(13732,4,3829,'OPD','2013-10-15 13:45:14'),(13733,5,3829,'','2013-10-15 13:45:14'),(13734,6,3829,'47','2013-10-15 13:45:14'),(13735,1,3831,'','2013-10-15 13:45:14'),(13736,2,3831,'','2013-10-15 13:45:14'),(13737,3,3831,'','2013-10-15 13:45:14'),(13738,4,3831,'','2013-10-15 13:45:14'),(13739,5,3831,'','2013-10-15 13:45:14'),(13740,6,3831,'','2013-10-15 13:45:14'),(13741,1,3832,'2568257','2013-10-15 13:57:50'),(13742,2,3832,'','2013-10-15 13:57:50'),(13743,3,3832,'','2013-10-15 13:57:50'),(13744,4,3832,'OPD','2013-10-15 13:57:50'),(13745,5,3832,'','2013-10-15 13:57:50'),(13746,6,3832,'116','2013-10-15 13:57:50'),(13747,1,3834,'','2013-10-15 13:57:50'),(13748,2,3834,'','2013-10-15 13:57:50'),(13749,3,3834,'','2013-10-15 13:57:50'),(13750,4,3834,'','2013-10-15 13:57:50'),(13751,5,3834,'','2013-10-15 13:57:50'),(13752,6,3834,'','2013-10-15 13:57:50'),(13753,1,3835,'3568256','2013-10-15 14:09:09'),(13754,2,3835,'','2013-10-15 14:09:09'),(13755,3,3835,'','2013-10-15 14:09:09'),(13756,4,3835,'OPD','2013-10-15 14:09:09'),(13757,5,3835,'','2013-10-15 14:09:09'),(13758,6,3835,'66','2013-10-15 14:09:09'),(13759,1,3836,'3568271','2013-10-15 14:20:48'),(13760,2,3836,'','2013-10-15 14:20:48'),(13761,3,3836,'','2013-10-15 14:20:48'),(13762,4,3836,'OPD','2013-10-15 14:20:48'),(13763,5,3836,'','2013-10-15 14:20:48'),(13764,6,3836,'55','2013-10-15 14:20:48'),(13765,1,3838,'','2013-10-15 14:20:48'),(13766,2,3838,'','2013-10-15 14:20:48'),(13767,3,3838,'','2013-10-15 14:20:48'),(13768,4,3838,'','2013-10-15 14:20:48'),(13769,5,3838,'','2013-10-15 14:20:48'),(13770,6,3838,'','2013-10-15 14:20:48'),(13771,1,3839,'3568278','2013-10-15 14:27:06'),(13772,2,3839,'','2013-10-15 14:27:06'),(13773,3,3839,'','2013-10-15 14:27:06'),(13774,4,3839,'OPD','2013-10-15 14:27:06'),(13775,5,3839,'','2013-10-15 14:27:06'),(13776,6,3839,'23.4','2013-10-15 14:27:06'),(13777,1,3840,'3568272','2013-10-15 14:37:14'),(13778,2,3840,'','2013-10-15 14:37:14'),(13779,3,3840,'','2013-10-15 14:37:14'),(13780,4,3840,'OPD','2013-10-15 14:37:14'),(13781,5,3840,'','2013-10-15 14:37:14'),(13782,6,3840,'81','2013-10-15 14:37:14'),(13783,1,3841,'3568291','2013-10-15 14:40:54'),(13784,2,3841,'','2013-10-15 14:40:54'),(13785,3,3841,'','2013-10-15 14:40:54'),(13786,4,3841,'OD','2013-10-15 14:40:54'),(13787,5,3841,'','2013-10-15 14:40:54'),(13788,6,3841,'50','2013-10-15 14:40:54'),(13789,1,3843,'','2013-10-15 14:40:54'),(13790,2,3843,'','2013-10-15 14:40:54'),(13791,3,3843,'','2013-10-15 14:40:54'),(13792,4,3843,'','2013-10-15 14:40:54'),(13793,5,3843,'','2013-10-15 14:40:54'),(13794,6,3843,'','2013-10-15 14:40:54'),(13795,1,3844,'','2013-10-15 14:52:40'),(13796,2,3844,'','2013-10-15 14:52:40'),(13797,3,3844,'','2013-10-15 14:52:40'),(13798,4,3844,'OPD','2013-10-15 14:52:40'),(13799,5,3844,'','2013-10-15 14:52:40'),(13800,6,3844,'45.4','2013-10-15 14:52:40'),(13801,1,3845,'3568300','2013-10-15 14:55:48'),(13802,2,3845,'','2013-10-15 14:55:48'),(13803,3,3845,'','2013-10-15 14:55:48'),(13804,4,3845,'OPD','2013-10-15 14:55:48'),(13805,5,3845,'','2013-10-15 14:55:48'),(13806,6,3845,'112','2013-10-15 14:55:48'),(13807,1,3847,'','2013-10-15 14:55:48'),(13808,2,3847,'','2013-10-15 14:55:48'),(13809,3,3847,'','2013-10-15 14:55:48'),(13810,4,3847,'','2013-10-15 14:55:48'),(13811,5,3847,'','2013-10-15 14:55:48'),(13812,6,3847,'','2013-10-15 14:55:48'),(13813,1,3850,'','2013-10-15 14:55:49'),(13814,2,3850,'','2013-10-15 14:55:49'),(13815,3,3850,'','2013-10-15 14:55:49'),(13816,4,3850,'','2013-10-15 14:55:49'),(13817,5,3850,'','2013-10-15 14:55:49'),(13818,6,3850,'','2013-10-15 14:55:49'),(13819,1,3851,'3568295','2013-10-15 15:05:08'),(13820,2,3851,'','2013-10-15 15:05:08'),(13821,3,3851,'POST-TAH','2013-10-15 15:05:08'),(13822,4,3851,'WARD','2013-10-15 15:05:08'),(13823,5,3851,'','2013-10-15 15:05:08'),(13824,6,3851,'216','2013-10-15 15:05:08'),(13825,1,3852,'3568322','2013-10-15 15:05:09'),(13826,2,3852,'','2013-10-15 15:05:09'),(13827,3,3852,'','2013-10-15 15:05:09'),(13828,4,3852,'OPD','2013-10-15 15:05:09'),(13829,5,3852,'','2013-10-15 15:05:09'),(13830,6,3852,'66','2013-10-15 15:05:09'),(13831,1,3853,'3568323','2013-10-15 15:18:17'),(13832,2,3853,'','2013-10-15 15:18:17'),(13833,3,3853,'','2013-10-15 15:18:17'),(13834,4,3853,'OPD','2013-10-15 15:18:17'),(13835,5,3853,'','2013-10-15 15:18:17'),(13836,6,3853,'44','2013-10-15 15:18:17'),(13837,1,3855,'','2013-10-15 15:18:17'),(13838,2,3855,'','2013-10-15 15:18:17'),(13839,3,3855,'','2013-10-15 15:18:17'),(13840,4,3855,'','2013-10-15 15:18:17'),(13841,5,3855,'','2013-10-15 15:18:17'),(13842,6,3855,'','2013-10-15 15:18:17'),(13843,1,3856,'3568335','2013-10-15 15:26:57'),(13844,2,3856,'587812','2013-10-15 15:26:57'),(13845,3,3856,'','2013-10-15 15:26:57'),(13846,4,3856,'OPD','2013-10-15 15:26:57'),(13847,5,3856,'','2013-10-15 15:26:57'),(13848,6,3856,'24','2013-10-15 15:26:57'),(13849,1,3857,'3568389','2013-10-15 16:07:28'),(13850,2,3857,'','2013-10-15 16:07:28'),(13851,3,3857,'?UTI','2013-10-15 16:07:28'),(13852,4,3857,'OPD','2013-10-15 16:07:28'),(13853,5,3857,'','2013-10-15 16:07:28'),(13854,6,3857,'13.00','2013-10-15 16:07:28'),(13855,1,3859,'356839','2013-10-15 16:07:28'),(13856,2,3859,'','2013-10-15 16:07:28'),(13857,3,3859,'','2013-10-15 16:07:28'),(13858,4,3859,'','2013-10-15 16:07:28'),(13859,5,3859,'','2013-10-15 16:07:28'),(13860,6,3859,'104','2013-10-15 16:07:28'),(13861,1,3860,'3568362','2013-10-15 16:28:40'),(13862,2,3860,'587821','2013-10-15 16:28:40'),(13863,3,3860,'','2013-10-15 16:28:40'),(13864,4,3860,'OPD','2013-10-15 16:28:40'),(13865,5,3860,'','2013-10-15 16:28:40'),(13866,6,3860,'90','2013-10-15 16:28:40'),(13867,1,3862,'','2013-10-15 16:28:40'),(13868,2,3862,'','2013-10-15 16:28:40'),(13869,3,3862,'','2013-10-15 16:28:40'),(13870,4,3862,'','2013-10-15 16:28:40'),(13871,5,3862,'','2013-10-15 16:28:40'),(13872,6,3862,'','2013-10-15 16:28:40'),(13873,1,3863,'3568419','2013-10-15 16:44:21'),(13874,2,3863,'','2013-10-15 16:44:21'),(13875,3,3863,'','2013-10-15 16:44:21'),(13876,4,3863,'OPD','2013-10-15 16:44:21'),(13877,5,3863,'','2013-10-15 16:44:21'),(13878,6,3863,'128','2013-10-15 16:44:21'),(13879,1,3865,'','2013-10-15 16:44:22'),(13880,2,3865,'','2013-10-15 16:44:22'),(13881,3,3865,'','2013-10-15 16:44:22'),(13882,4,3865,'','2013-10-15 16:44:22'),(13883,5,3865,'','2013-10-15 16:44:22'),(13884,6,3865,'','2013-10-15 16:44:22'),(13885,1,3866,'3568436','2013-10-15 16:58:41'),(13886,2,3866,'','2013-10-15 16:58:41'),(13887,3,3866,'','2013-10-15 16:58:41'),(13888,4,3866,'OPD','2013-10-15 16:58:41'),(13889,5,3866,'','2013-10-15 16:58:41'),(13890,6,3866,'89','2013-10-15 16:58:41'),(13891,1,3868,'','2013-10-15 16:58:41'),(13892,2,3868,'','2013-10-15 16:58:41'),(13893,3,3868,'','2013-10-15 16:58:41'),(13894,4,3868,'','2013-10-15 16:58:41'),(13895,5,3868,'','2013-10-15 16:58:41'),(13896,6,3868,'','2013-10-15 16:58:41'),(13897,1,3871,'','2013-10-15 16:58:41'),(13898,2,3871,'','2013-10-15 16:58:41'),(13899,3,3871,'','2013-10-15 16:58:41'),(13900,4,3871,'','2013-10-15 16:58:41'),(13901,5,3871,'','2013-10-15 16:58:41'),(13902,6,3871,'','2013-10-15 16:58:41'),(13903,1,3872,'3568433','2013-10-15 17:02:23'),(13904,2,3872,'','2013-10-15 17:02:23'),(13905,3,3872,'','2013-10-15 17:02:23'),(13906,4,3872,'OPD','2013-10-15 17:02:23'),(13907,5,3872,'','2013-10-15 17:02:23'),(13908,6,3872,'50','2013-10-15 17:02:23'),(13909,1,3874,'','2013-10-15 17:02:23'),(13910,2,3874,'','2013-10-15 17:02:23'),(13911,3,3874,'','2013-10-15 17:02:23'),(13912,4,3874,'','2013-10-15 17:02:23'),(13913,5,3874,'','2013-10-15 17:02:23'),(13914,6,3874,'','2013-10-15 17:02:23'),(13915,1,3875,'3568426','2013-10-15 17:10:30'),(13916,2,3875,'587829','2013-10-15 17:10:30'),(13917,3,3875,'','2013-10-15 17:10:30'),(13918,4,3875,'OPD','2013-10-15 17:10:30'),(13919,5,3875,'','2013-10-15 17:10:30'),(13920,6,3875,'','2013-10-15 17:10:30'),(13921,1,3877,'','2013-10-15 17:10:31'),(13922,2,3877,'','2013-10-15 17:10:31'),(13923,3,3877,'','2013-10-15 17:10:31'),(13924,4,3877,'','2013-10-15 17:10:31'),(13925,5,3877,'','2013-10-15 17:10:31'),(13926,6,3877,'','2013-10-15 17:10:31'),(13927,1,3878,'3568430','2013-10-15 17:15:10'),(13928,2,3878,'587830','2013-10-15 17:15:10'),(13929,3,3878,'','2013-10-15 17:15:10'),(13930,4,3878,'OPD','2013-10-15 17:15:10'),(13931,5,3878,'','2013-10-15 17:15:10'),(13932,6,3878,'58','2013-10-15 17:15:10'),(13933,1,3880,'','2013-10-15 17:15:14'),(13934,2,3880,'','2013-10-15 17:15:14'),(13935,3,3880,'','2013-10-15 17:15:14'),(13936,4,3880,'','2013-10-15 17:15:14'),(13937,5,3880,'','2013-10-15 17:15:14'),(13938,6,3880,'','2013-10-15 17:15:14'),(13939,1,3881,'3568440','2013-10-15 17:18:18'),(13940,2,3881,'','2013-10-15 17:18:18'),(13941,3,3881,'','2013-10-15 17:18:18'),(13942,4,3881,'OPD','2013-10-15 17:18:18'),(13943,5,3881,'','2013-10-15 17:18:18'),(13944,6,3881,'94','2013-10-15 17:18:18'),(13945,1,3883,'','2013-10-15 17:18:18'),(13946,2,3883,'','2013-10-15 17:18:18'),(13947,3,3883,'','2013-10-15 17:18:18'),(13948,4,3883,'','2013-10-15 17:18:18'),(13949,5,3883,'','2013-10-15 17:18:18'),(13950,6,3883,'','2013-10-15 17:18:18'),(13951,1,3884,'356843','2013-10-15 17:22:05'),(13952,2,3884,'','2013-10-15 17:22:05'),(13953,3,3884,'','2013-10-15 17:22:05'),(13954,4,3884,'OPD','2013-10-15 17:22:05'),(13955,5,3884,'','2013-10-15 17:22:05'),(13956,6,3884,'56','2013-10-15 17:22:05'),(13957,1,3886,'','2013-10-15 17:22:05'),(13958,2,3886,'','2013-10-15 17:22:05'),(13959,3,3886,'','2013-10-15 17:22:05'),(13960,4,3886,'','2013-10-15 17:22:05'),(13961,5,3886,'','2013-10-15 17:22:05'),(13962,6,3886,'','2013-10-15 17:22:05'),(13963,1,3887,'3566067','2013-10-15 17:32:02'),(13964,2,3887,'587771','2013-10-15 17:32:02'),(13965,3,3887,'','2013-10-15 17:32:02'),(13966,4,3887,'OPD','2013-10-15 17:32:02'),(13967,5,3887,'','2013-10-15 17:32:02'),(13968,6,3887,'','2013-10-15 17:32:02'),(13969,1,3888,'3568474','2013-10-15 18:16:05'),(13970,2,3888,'','2013-10-15 18:16:05'),(13971,3,3888,'','2013-10-15 18:16:05'),(13972,4,3888,'OPD','2013-10-15 18:16:05'),(13973,5,3888,'','2013-10-15 18:16:05'),(13974,6,3888,'79','2013-10-15 18:16:05'),(13975,1,3890,'','2013-10-15 18:16:05'),(13976,2,3890,'','2013-10-15 18:16:05'),(13977,3,3890,'','2013-10-15 18:16:05'),(13978,4,3890,'','2013-10-15 18:16:05'),(13979,5,3890,'','2013-10-15 18:16:05'),(13980,6,3890,'','2013-10-15 18:16:05'),(13981,1,3891,'3568473','2013-10-15 18:22:03'),(13982,2,3891,'','2013-10-15 18:22:03'),(13983,3,3891,'','2013-10-15 18:22:03'),(13984,4,3891,'OPD','2013-10-15 18:22:03'),(13985,5,3891,'','2013-10-15 18:22:03'),(13986,6,3891,'138','2013-10-15 18:22:03'),(13987,1,3893,'','2013-10-15 18:22:04'),(13988,2,3893,'','2013-10-15 18:22:04'),(13989,3,3893,'','2013-10-15 18:22:04'),(13990,4,3893,'','2013-10-15 18:22:04'),(13991,5,3893,'','2013-10-15 18:22:04'),(13992,6,3893,'','2013-10-15 18:22:04'),(13993,1,3896,'','2013-10-15 18:22:04'),(13994,2,3896,'','2013-10-15 18:22:04'),(13995,3,3896,'','2013-10-15 18:22:04'),(13996,4,3896,'','2013-10-15 18:22:04'),(13997,5,3896,'','2013-10-15 18:22:04'),(13998,6,3896,'','2013-10-15 18:22:04'),(13999,1,3897,'3568483','2013-10-15 18:27:08'),(14000,2,3897,'','2013-10-15 18:27:08'),(14001,3,3897,'','2013-10-15 18:27:08'),(14002,4,3897,'OPD','2013-10-15 18:27:08'),(14003,5,3897,'','2013-10-15 18:27:08'),(14004,6,3897,'76','2013-10-15 18:27:08'),(14005,1,3899,'','2013-10-15 18:27:08'),(14006,2,3899,'','2013-10-15 18:27:08'),(14007,3,3899,'','2013-10-15 18:27:08'),(14008,4,3899,'','2013-10-15 18:27:08'),(14009,5,3899,'','2013-10-15 18:27:08'),(14010,6,3899,'','2013-10-15 18:27:08'),(14011,1,3900,'3568500','2013-10-15 19:22:26'),(14012,2,3900,'','2013-10-15 19:22:26'),(14013,3,3900,'','2013-10-15 19:22:26'),(14014,4,3900,'OPD','2013-10-15 19:22:26'),(14015,5,3900,'','2013-10-15 19:22:26'),(14016,6,3900,'13.00','2013-10-15 19:22:26'),(14017,1,3901,'3568513','2013-10-15 20:02:40'),(14018,2,3901,'','2013-10-15 20:02:40'),(14019,3,3901,'','2013-10-15 20:02:40'),(14020,4,3901,'OPD','2013-10-15 20:02:40'),(14021,5,3901,'','2013-10-15 20:02:40'),(14022,6,3901,'81.00','2013-10-15 20:02:40'),(14023,1,3902,'3568513','2013-10-15 20:20:37'),(14024,2,3902,'','2013-10-15 20:20:37'),(14025,3,3902,'','2013-10-15 20:20:37'),(14026,4,3902,'OPD','2013-10-15 20:20:37'),(14027,5,3902,'','2013-10-15 20:20:37'),(14028,6,3902,'37.00','2013-10-15 20:20:37'),(14029,1,3903,'3568516','2013-10-15 20:23:06'),(14030,2,3903,'','2013-10-15 20:23:06'),(14031,3,3903,'','2013-10-15 20:23:06'),(14032,4,3903,'OPD','2013-10-15 20:23:06'),(14033,5,3903,'','2013-10-15 20:23:06'),(14034,6,3903,'50.00','2013-10-15 20:23:06'),(14035,1,3905,'','2013-10-15 20:23:06'),(14036,2,3905,'','2013-10-15 20:23:06'),(14037,3,3905,'','2013-10-15 20:23:06'),(14038,4,3905,'','2013-10-15 20:23:06'),(14039,5,3905,'','2013-10-15 20:23:06'),(14040,6,3905,'','2013-10-15 20:23:06'),(14041,1,3906,'3568524','2013-10-15 21:33:09'),(14042,2,3906,'587849','2013-10-15 21:33:09'),(14043,3,3906,'','2013-10-15 21:33:09'),(14044,4,3906,'S/R','2013-10-15 21:33:09'),(14045,5,3906,'','2013-10-15 21:33:09'),(14046,6,3906,'15.00','2013-10-15 21:33:09'),(14047,1,3907,'3568532','2013-10-15 22:13:42'),(14048,2,3907,'','2013-10-15 22:13:42'),(14049,3,3907,'','2013-10-15 22:13:42'),(14050,4,3907,'OPD','2013-10-15 22:13:42'),(14051,5,3907,'','2013-10-15 22:13:42'),(14052,6,3907,'50.00','2013-10-15 22:13:42'),(14053,1,3909,'','2013-10-15 22:13:42'),(14054,2,3909,'','2013-10-15 22:13:42'),(14055,3,3909,'','2013-10-15 22:13:42'),(14056,4,3909,'','2013-10-15 22:13:42'),(14057,5,3909,'','2013-10-15 22:13:42'),(14058,6,3909,'','2013-10-15 22:13:42'),(14059,1,3910,'3568539','2013-10-16 04:46:16'),(14060,2,3910,'','2013-10-16 04:46:16'),(14061,3,3910,'','2013-10-16 04:46:16'),(14062,4,3910,'OPD','2013-10-16 04:46:16'),(14063,5,3910,'','2013-10-16 04:46:16'),(14064,6,3910,'40.00','2013-10-16 04:46:16'),(14065,1,3911,'3564214','2013-10-16 04:49:29'),(14066,2,3911,'586716','2013-10-16 04:49:29'),(14067,3,3911,'','2013-10-16 04:49:29'),(14068,4,3911,'OPD','2013-10-16 04:49:29'),(14069,5,3911,'','2013-10-16 04:49:29'),(14070,6,3911,'11.00','2013-10-16 04:49:29'),(14071,1,3912,'3568192','2013-10-16 05:33:37'),(14072,2,3912,'587767','2013-10-16 05:33:37'),(14073,3,3912,'','2013-10-16 05:33:37'),(14074,4,3912,'OPD','2013-10-16 05:33:37'),(14075,5,3912,'','2013-10-16 05:33:37'),(14076,6,3912,'319.00','2013-10-16 05:33:37'),(14077,1,3914,'','2013-10-16 05:33:38'),(14078,2,3914,'','2013-10-16 05:33:38'),(14079,3,3914,'','2013-10-16 05:33:38'),(14080,4,3914,'','2013-10-16 05:33:38'),(14081,5,3914,'','2013-10-16 05:33:38'),(14082,6,3914,'','2013-10-16 05:33:38'),(14083,1,3917,'','2013-10-16 05:33:38'),(14084,2,3917,'','2013-10-16 05:33:38'),(14085,3,3917,'','2013-10-16 05:33:38'),(14086,4,3917,'','2013-10-16 05:33:38'),(14087,5,3917,'','2013-10-16 05:33:38'),(14088,6,3917,'','2013-10-16 05:33:38'),(14089,1,3918,'3568112','2013-10-16 06:02:15'),(14090,2,3918,'','2013-10-16 06:02:15'),(14091,3,3918,'','2013-10-16 06:02:15'),(14092,4,3918,'OPD','2013-10-16 06:02:15'),(14093,5,3918,'','2013-10-16 06:02:15'),(14094,6,3918,'12.00','2013-10-16 06:02:15'),(14095,1,3919,'3568197','2013-10-16 06:53:03'),(14096,2,3919,'587772','2013-10-16 06:53:03'),(14097,3,3919,'','2013-10-16 06:53:03'),(14098,4,3919,'OPD','2013-10-16 06:53:03'),(14099,5,3919,'','2013-10-16 06:53:03'),(14100,6,3919,'52.00','2013-10-16 06:53:03'),(14101,1,3921,'','2013-10-16 06:53:03'),(14102,2,3921,'','2013-10-16 06:53:03'),(14103,3,3921,'','2013-10-16 06:53:03'),(14104,4,3921,'','2013-10-16 06:53:03'),(14105,5,3921,'','2013-10-16 06:53:03'),(14106,6,3921,'','2013-10-16 06:53:03'),(14107,1,3922,'','2013-10-16 07:10:36'),(14108,2,3922,'','2013-10-16 07:10:36'),(14109,3,3922,'','2013-10-16 07:10:36'),(14110,4,3922,'MEDICALS','2013-10-16 07:10:36'),(14111,5,3922,'','2013-10-16 07:10:36'),(14112,6,3922,'','2013-10-16 07:10:36'),(14113,1,3924,'','2013-10-16 07:10:36'),(14114,2,3924,'','2013-10-16 07:10:36'),(14115,3,3924,'','2013-10-16 07:10:36'),(14116,4,3924,'','2013-10-16 07:10:36'),(14117,5,3924,'','2013-10-16 07:10:36'),(14118,6,3924,'','2013-10-16 07:10:36'),(14119,1,3927,'','2013-10-16 07:10:36'),(14120,2,3927,'','2013-10-16 07:10:36'),(14121,3,3927,'','2013-10-16 07:10:36'),(14122,4,3927,'','2013-10-16 07:10:36'),(14123,5,3927,'','2013-10-16 07:10:36'),(14124,6,3927,'','2013-10-16 07:10:36'),(14125,1,3931,'','2013-10-16 07:10:36'),(14126,2,3931,'','2013-10-16 07:10:36'),(14127,3,3931,'','2013-10-16 07:10:36'),(14128,4,3931,'','2013-10-16 07:10:36'),(14129,5,3931,'','2013-10-16 07:10:36'),(14130,6,3931,'','2013-10-16 07:10:36'),(14131,1,3936,'','2013-10-16 07:10:37'),(14132,2,3936,'','2013-10-16 07:10:37'),(14133,3,3936,'','2013-10-16 07:10:37'),(14134,4,3936,'','2013-10-16 07:10:37'),(14135,5,3936,'','2013-10-16 07:10:37'),(14136,6,3936,'','2013-10-16 07:10:37'),(14137,1,3937,'','2013-10-16 07:14:35'),(14138,2,3937,'','2013-10-16 07:14:35'),(14139,3,3937,'','2013-10-16 07:14:35'),(14140,4,3937,'MEDICALS','2013-10-16 07:14:35'),(14141,5,3937,'','2013-10-16 07:14:35'),(14142,6,3937,'','2013-10-16 07:14:35'),(14143,1,3939,'','2013-10-16 07:14:39'),(14144,2,3939,'','2013-10-16 07:14:39'),(14145,3,3939,'','2013-10-16 07:14:39'),(14146,4,3939,'','2013-10-16 07:14:39'),(14147,5,3939,'','2013-10-16 07:14:39'),(14148,6,3939,'','2013-10-16 07:14:39'),(14149,1,3942,'','2013-10-16 07:14:39'),(14150,2,3942,'','2013-10-16 07:14:39'),(14151,3,3942,'','2013-10-16 07:14:39'),(14152,4,3942,'','2013-10-16 07:14:39'),(14153,5,3942,'','2013-10-16 07:14:39'),(14154,6,3942,'','2013-10-16 07:14:39'),(14155,1,3946,'','2013-10-16 07:14:39'),(14156,2,3946,'','2013-10-16 07:14:39'),(14157,3,3946,'','2013-10-16 07:14:39'),(14158,4,3946,'','2013-10-16 07:14:39'),(14159,5,3946,'','2013-10-16 07:14:39'),(14160,6,3946,'','2013-10-16 07:14:39'),(14161,1,3951,'','2013-10-16 07:14:39'),(14162,2,3951,'','2013-10-16 07:14:39'),(14163,3,3951,'','2013-10-16 07:14:39'),(14164,4,3951,'','2013-10-16 07:14:39'),(14165,5,3951,'','2013-10-16 07:14:39'),(14166,6,3951,'','2013-10-16 07:14:39'),(14167,1,3952,'3568577','2013-10-16 07:33:43'),(14168,2,3952,'','2013-10-16 07:33:43'),(14169,3,3952,'','2013-10-16 07:33:43'),(14170,4,3952,'OPD','2013-10-16 07:33:44'),(14171,5,3952,'','2013-10-16 07:33:44'),(14172,6,3952,'57.00','2013-10-16 07:33:44'),(14173,1,3954,'','2013-10-16 07:33:44'),(14174,2,3954,'','2013-10-16 07:33:44'),(14175,3,3954,'','2013-10-16 07:33:44'),(14176,4,3954,'','2013-10-16 07:33:44'),(14177,5,3954,'','2013-10-16 07:33:44'),(14178,6,3954,'','2013-10-16 07:33:44'),(14179,1,3955,'3568117','2013-10-16 07:49:52'),(14180,2,3955,'','2013-10-16 07:49:52'),(14181,3,3955,'','2013-10-16 07:49:52'),(14182,4,3955,'OPD','2013-10-16 07:49:52'),(14183,5,3955,'','2013-10-16 07:49:52'),(14184,6,3955,'70','2013-10-16 07:49:52'),(14185,1,3957,'','2013-10-16 07:49:52'),(14186,2,3957,'','2013-10-16 07:49:52'),(14187,3,3957,'','2013-10-16 07:49:52'),(14188,4,3957,'','2013-10-16 07:49:52'),(14189,5,3957,'','2013-10-16 07:49:52'),(14190,6,3957,'','2013-10-16 07:49:52'),(14191,1,3960,'','2013-10-16 07:49:52'),(14192,2,3960,'','2013-10-16 07:49:52'),(14193,3,3960,'','2013-10-16 07:49:52'),(14194,4,3960,'','2013-10-16 07:49:52'),(14195,5,3960,'','2013-10-16 07:49:52'),(14196,6,3960,'','2013-10-16 07:49:52'),(14197,1,3961,'','2013-10-16 07:59:15'),(14198,2,3961,'','2013-10-16 07:59:15'),(14199,3,3961,'','2013-10-16 07:59:15'),(14200,4,3961,'OPD','2013-10-16 07:59:15'),(14201,5,3961,'','2013-10-16 07:59:15'),(14202,6,3961,'','2013-10-16 07:59:15'),(14203,1,3963,'','2013-10-16 07:59:15'),(14204,2,3963,'','2013-10-16 07:59:15'),(14205,3,3963,'','2013-10-16 07:59:15'),(14206,4,3963,'','2013-10-16 07:59:15'),(14207,5,3963,'','2013-10-16 07:59:15'),(14208,6,3963,'','2013-10-16 07:59:15'),(14209,1,3966,'','2013-10-16 07:59:15'),(14210,2,3966,'','2013-10-16 07:59:15'),(14211,3,3966,'','2013-10-16 07:59:15'),(14212,4,3966,'','2013-10-16 07:59:15'),(14213,5,3966,'','2013-10-16 07:59:15'),(14214,6,3966,'','2013-10-16 07:59:15'),(14215,1,3970,'','2013-10-16 07:59:16'),(14216,2,3970,'','2013-10-16 07:59:16'),(14217,3,3970,'','2013-10-16 07:59:16'),(14218,4,3970,'','2013-10-16 07:59:16'),(14219,5,3970,'','2013-10-16 07:59:16'),(14220,6,3970,'','2013-10-16 07:59:16'),(14221,1,3975,'','2013-10-16 07:59:16'),(14222,2,3975,'','2013-10-16 07:59:16'),(14223,3,3975,'','2013-10-16 07:59:16'),(14224,4,3975,'','2013-10-16 07:59:16'),(14225,5,3975,'','2013-10-16 07:59:16'),(14226,6,3975,'','2013-10-16 07:59:16'),(14227,1,3976,'','2013-10-16 08:02:21'),(14228,2,3976,'','2013-10-16 08:02:21'),(14229,3,3976,'','2013-10-16 08:02:21'),(14230,4,3976,'OPD','2013-10-16 08:02:21'),(14231,5,3976,'','2013-10-16 08:02:21'),(14232,6,3976,'','2013-10-16 08:02:21'),(14233,1,3978,'','2013-10-16 08:02:22'),(14234,2,3978,'','2013-10-16 08:02:22'),(14235,3,3978,'','2013-10-16 08:02:22'),(14236,4,3978,'','2013-10-16 08:02:22'),(14237,5,3978,'','2013-10-16 08:02:22'),(14238,6,3978,'','2013-10-16 08:02:22'),(14239,1,3981,'','2013-10-16 08:02:22'),(14240,2,3981,'','2013-10-16 08:02:22'),(14241,3,3981,'','2013-10-16 08:02:22'),(14242,4,3981,'','2013-10-16 08:02:22'),(14243,5,3981,'','2013-10-16 08:02:22'),(14244,6,3981,'','2013-10-16 08:02:22'),(14245,1,3982,'','2013-10-16 08:08:18'),(14246,2,3982,'','2013-10-16 08:08:18'),(14247,3,3982,'','2013-10-16 08:08:18'),(14248,4,3982,'OPD','2013-10-16 08:08:18'),(14249,5,3982,'','2013-10-16 08:08:18'),(14250,6,3982,'','2013-10-16 08:08:18'),(14251,1,3984,'','2013-10-16 08:08:18'),(14252,2,3984,'','2013-10-16 08:08:18'),(14253,3,3984,'','2013-10-16 08:08:18'),(14254,4,3984,'','2013-10-16 08:08:18'),(14255,5,3984,'','2013-10-16 08:08:18'),(14256,6,3984,'','2013-10-16 08:08:18'),(14257,1,3987,'','2013-10-16 08:08:18'),(14258,2,3987,'','2013-10-16 08:08:18'),(14259,3,3987,'','2013-10-16 08:08:18'),(14260,4,3987,'','2013-10-16 08:08:18'),(14261,5,3987,'','2013-10-16 08:08:18'),(14262,6,3987,'','2013-10-16 08:08:18'),(14263,1,3991,'','2013-10-16 08:08:19'),(14264,2,3991,'','2013-10-16 08:08:19'),(14265,3,3991,'','2013-10-16 08:08:19'),(14266,4,3991,'','2013-10-16 08:08:19'),(14267,5,3991,'','2013-10-16 08:08:19'),(14268,6,3991,'','2013-10-16 08:08:19'),(14269,1,3996,'','2013-10-16 08:08:19'),(14270,2,3996,'','2013-10-16 08:08:19'),(14271,3,3996,'','2013-10-16 08:08:19'),(14272,4,3996,'','2013-10-16 08:08:19'),(14273,5,3996,'','2013-10-16 08:08:19'),(14274,6,3996,'','2013-10-16 08:08:19'),(14275,1,4002,'','2013-10-16 08:08:19'),(14276,2,4002,'','2013-10-16 08:08:19'),(14277,3,4002,'','2013-10-16 08:08:19'),(14278,4,4002,'','2013-10-16 08:08:19'),(14279,5,4002,'','2013-10-16 08:08:19'),(14280,6,4002,'','2013-10-16 08:08:19'),(14281,1,4009,'','2013-10-16 08:08:19'),(14282,2,4009,'','2013-10-16 08:08:19'),(14283,3,4009,'','2013-10-16 08:08:19'),(14284,4,4009,'','2013-10-16 08:08:19'),(14285,5,4009,'','2013-10-16 08:08:19'),(14286,6,4009,'','2013-10-16 08:08:19'),(14287,1,4010,'3568603','2013-10-16 08:12:01'),(14288,2,4010,'','2013-10-16 08:12:01'),(14289,3,4010,'','2013-10-16 08:12:01'),(14290,4,4010,'OPD','2013-10-16 08:12:01'),(14291,5,4010,'','2013-10-16 08:12:01'),(14292,6,4010,'50','2013-10-16 08:12:01'),(14293,1,4012,'','2013-10-16 08:12:01'),(14294,2,4012,'','2013-10-16 08:12:01'),(14295,3,4012,'','2013-10-16 08:12:01'),(14296,4,4012,'','2013-10-16 08:12:01'),(14297,5,4012,'','2013-10-16 08:12:01'),(14298,6,4012,'','2013-10-16 08:12:01'),(14299,1,4013,'3568595','2013-10-16 08:15:41'),(14300,2,4013,'','2013-10-16 08:15:41'),(14301,3,4013,'','2013-10-16 08:15:41'),(14302,4,4013,'OPD','2013-10-16 08:15:41'),(14303,5,4013,'','2013-10-16 08:15:41'),(14304,6,4013,'94','2013-10-16 08:15:41'),(14305,1,4015,'','2013-10-16 08:15:41'),(14306,2,4015,'','2013-10-16 08:15:41'),(14307,3,4015,'','2013-10-16 08:15:41'),(14308,4,4015,'','2013-10-16 08:15:41'),(14309,5,4015,'','2013-10-16 08:15:41'),(14310,6,4015,'','2013-10-16 08:15:41'),(14311,1,4016,'','2013-10-16 08:20:40'),(14312,2,4016,'','2013-10-16 08:20:40'),(14313,3,4016,'','2013-10-16 08:20:40'),(14314,4,4016,'OPD','2013-10-16 08:20:40'),(14315,5,4016,'','2013-10-16 08:20:40'),(14316,6,4016,'','2013-10-16 08:20:40'),(14317,1,4018,'','2013-10-16 08:20:40'),(14318,2,4018,'','2013-10-16 08:20:40'),(14319,3,4018,'','2013-10-16 08:20:40'),(14320,4,4018,'','2013-10-16 08:20:40'),(14321,5,4018,'','2013-10-16 08:20:40'),(14322,6,4018,'','2013-10-16 08:20:40'),(14323,1,4021,'','2013-10-16 08:20:40'),(14324,2,4021,'','2013-10-16 08:20:40'),(14325,3,4021,'','2013-10-16 08:20:40'),(14326,4,4021,'','2013-10-16 08:20:40'),(14327,5,4021,'','2013-10-16 08:20:40'),(14328,6,4021,'','2013-10-16 08:20:40'),(14329,1,4025,'','2013-10-16 08:20:40'),(14330,2,4025,'','2013-10-16 08:20:40'),(14331,3,4025,'','2013-10-16 08:20:40'),(14332,4,4025,'','2013-10-16 08:20:40'),(14333,5,4025,'','2013-10-16 08:20:40'),(14334,6,4025,'','2013-10-16 08:20:40'),(14335,1,4031,'','2013-10-16 08:20:41'),(14336,2,4031,'','2013-10-16 08:20:41'),(14337,3,4031,'','2013-10-16 08:20:41'),(14338,4,4031,'','2013-10-16 08:20:41'),(14339,5,4031,'','2013-10-16 08:20:41'),(14340,6,4031,'','2013-10-16 08:20:41'),(14341,1,4038,'','2013-10-16 08:20:41'),(14342,2,4038,'','2013-10-16 08:20:41'),(14343,3,4038,'','2013-10-16 08:20:41'),(14344,4,4038,'','2013-10-16 08:20:41'),(14345,5,4038,'','2013-10-16 08:20:41'),(14346,6,4038,'','2013-10-16 08:20:41'),(14347,1,4039,'','2013-10-16 08:35:42'),(14348,2,4039,'','2013-10-16 08:35:42'),(14349,3,4039,'','2013-10-16 08:35:42'),(14350,4,4039,'OPD','2013-10-16 08:35:42'),(14351,5,4039,'','2013-10-16 08:35:42'),(14352,6,4039,'','2013-10-16 08:35:42'),(14353,1,4041,'','2013-10-16 08:35:42'),(14354,2,4041,'','2013-10-16 08:35:42'),(14355,3,4041,'','2013-10-16 08:35:42'),(14356,4,4041,'','2013-10-16 08:35:42'),(14357,5,4041,'','2013-10-16 08:35:42'),(14358,6,4041,'','2013-10-16 08:35:42'),(14359,1,4044,'','2013-10-16 08:35:42'),(14360,2,4044,'','2013-10-16 08:35:42'),(14361,3,4044,'','2013-10-16 08:35:42'),(14362,4,4044,'','2013-10-16 08:35:42'),(14363,5,4044,'','2013-10-16 08:35:42'),(14364,6,4044,'','2013-10-16 08:35:42'),(14365,1,4048,'','2013-10-16 08:35:43'),(14366,2,4048,'','2013-10-16 08:35:43'),(14367,3,4048,'','2013-10-16 08:35:43'),(14368,4,4048,'','2013-10-16 08:35:43'),(14369,5,4048,'','2013-10-16 08:35:43'),(14370,6,4048,'','2013-10-16 08:35:43'),(14371,1,4053,'','2013-10-16 08:35:43'),(14372,2,4053,'','2013-10-16 08:35:43'),(14373,3,4053,'','2013-10-16 08:35:43'),(14374,4,4053,'','2013-10-16 08:35:43'),(14375,5,4053,'','2013-10-16 08:35:43'),(14376,6,4053,'','2013-10-16 08:35:43'),(14377,1,4059,'','2013-10-16 08:35:43'),(14378,2,4059,'','2013-10-16 08:35:43'),(14379,3,4059,'','2013-10-16 08:35:43'),(14380,4,4059,'','2013-10-16 08:35:43'),(14381,5,4059,'','2013-10-16 08:35:43'),(14382,6,4059,'','2013-10-16 08:35:43'),(14383,1,4066,'','2013-10-16 08:35:43'),(14384,2,4066,'','2013-10-16 08:35:43'),(14385,3,4066,'','2013-10-16 08:35:43'),(14386,4,4066,'','2013-10-16 08:35:43'),(14387,5,4066,'','2013-10-16 08:35:43'),(14388,6,4066,'','2013-10-16 08:35:43'),(14389,1,4067,'','2013-10-16 08:45:29'),(14390,2,4067,'','2013-10-16 08:45:29'),(14391,3,4067,'','2013-10-16 08:45:29'),(14392,4,4067,'OPD','2013-10-16 08:45:29'),(14393,5,4067,'','2013-10-16 08:45:29'),(14394,6,4067,'134','2013-10-16 08:45:29'),(14395,1,4069,'','2013-10-16 08:45:32'),(14396,2,4069,'','2013-10-16 08:45:32'),(14397,3,4069,'','2013-10-16 08:45:32'),(14398,4,4069,'','2013-10-16 08:45:32'),(14399,5,4069,'','2013-10-16 08:45:32'),(14400,6,4069,'','2013-10-16 08:45:32'),(14401,1,4072,'','2013-10-16 08:45:32'),(14402,2,4072,'','2013-10-16 08:45:32'),(14403,3,4072,'','2013-10-16 08:45:32'),(14404,4,4072,'','2013-10-16 08:45:32'),(14405,5,4072,'','2013-10-16 08:45:32'),(14406,6,4072,'','2013-10-16 08:45:32'),(14407,1,4073,'','2013-10-16 08:48:35'),(14408,2,4073,'','2013-10-16 08:48:35'),(14409,3,4073,'','2013-10-16 08:48:35'),(14410,4,4073,'OPD','2013-10-16 08:48:35'),(14411,5,4073,'','2013-10-16 08:48:35'),(14412,6,4073,'','2013-10-16 08:48:35'),(14413,1,4075,'','2013-10-16 08:48:35'),(14414,2,4075,'','2013-10-16 08:48:35'),(14415,3,4075,'','2013-10-16 08:48:35'),(14416,4,4075,'','2013-10-16 08:48:35'),(14417,5,4075,'','2013-10-16 08:48:35'),(14418,6,4075,'','2013-10-16 08:48:35'),(14419,1,4076,'','2013-10-16 08:54:51'),(14420,2,4076,'','2013-10-16 08:54:51'),(14421,3,4076,'','2013-10-16 08:54:51'),(14422,4,4076,'OPD','2013-10-16 08:54:51'),(14423,5,4076,'','2013-10-16 08:54:51'),(14424,6,4076,'','2013-10-16 08:54:51'),(14425,1,4078,'','2013-10-16 08:54:52'),(14426,2,4078,'','2013-10-16 08:54:52'),(14427,3,4078,'','2013-10-16 08:54:52'),(14428,4,4078,'','2013-10-16 08:54:52'),(14429,5,4078,'','2013-10-16 08:54:52'),(14430,6,4078,'','2013-10-16 08:54:52'),(14431,1,4079,'','2013-10-16 08:58:24'),(14432,2,4079,'','2013-10-16 08:58:24'),(14433,3,4079,'','2013-10-16 08:58:24'),(14434,4,4079,'OPD','2013-10-16 08:58:24'),(14435,5,4079,'','2013-10-16 08:58:24'),(14436,6,4079,'50','2013-10-16 08:58:24'),(14437,1,4081,'','2013-10-16 08:58:25'),(14438,2,4081,'','2013-10-16 08:58:25'),(14439,3,4081,'','2013-10-16 08:58:25'),(14440,4,4081,'','2013-10-16 08:58:25'),(14441,5,4081,'','2013-10-16 08:58:25'),(14442,6,4081,'','2013-10-16 08:58:25'),(14443,1,4082,'','2013-10-16 09:09:00'),(14444,2,4082,'','2013-10-16 09:09:00'),(14445,3,4082,'','2013-10-16 09:09:00'),(14446,4,4082,'OPD','2013-10-16 09:09:00'),(14447,5,4082,'','2013-10-16 09:09:00'),(14448,6,4082,'209','2013-10-16 09:09:00'),(14449,1,4084,'','2013-10-16 09:09:00'),(14450,2,4084,'','2013-10-16 09:09:00'),(14451,3,4084,'','2013-10-16 09:09:00'),(14452,4,4084,'','2013-10-16 09:09:00'),(14453,5,4084,'','2013-10-16 09:09:00'),(14454,6,4084,'','2013-10-16 09:09:00'),(14455,1,4087,'','2013-10-16 09:09:00'),(14456,2,4087,'','2013-10-16 09:09:00'),(14457,3,4087,'','2013-10-16 09:09:00'),(14458,4,4087,'','2013-10-16 09:09:00'),(14459,5,4087,'','2013-10-16 09:09:00'),(14460,6,4087,'','2013-10-16 09:09:00'),(14461,1,4088,'3568637','2013-10-16 09:13:10'),(14462,2,4088,'','2013-10-16 09:13:10'),(14463,3,4088,'','2013-10-16 09:13:10'),(14464,4,4088,'OPD','2013-10-16 09:13:10'),(14465,5,4088,'','2013-10-16 09:13:10'),(14466,6,4088,'12','2013-10-16 09:13:10'),(14467,1,4089,'3568651','2013-10-16 09:16:47'),(14468,2,4089,'','2013-10-16 09:16:47'),(14469,3,4089,'','2013-10-16 09:16:47'),(14470,4,4089,'OPD','2013-10-16 09:16:47'),(14471,5,4089,'','2013-10-16 09:16:47'),(14472,6,4089,'170','2013-10-16 09:16:47'),(14473,1,4091,'','2013-10-16 09:16:50'),(14474,2,4091,'','2013-10-16 09:16:50'),(14475,3,4091,'','2013-10-16 09:16:50'),(14476,4,4091,'','2013-10-16 09:16:50'),(14477,5,4091,'','2013-10-16 09:16:50'),(14478,6,4091,'','2013-10-16 09:16:50'),(14479,1,4092,'','2013-10-16 09:20:07'),(14480,2,4092,'','2013-10-16 09:20:07'),(14481,3,4092,'','2013-10-16 09:20:07'),(14482,4,4092,'OPD','2013-10-16 09:20:07'),(14483,5,4092,'','2013-10-16 09:20:07'),(14484,6,4092,'136','2013-10-16 09:20:07'),(14485,1,4093,'','2013-10-16 09:26:06'),(14486,2,4093,'','2013-10-16 09:26:06'),(14487,3,4093,'','2013-10-16 09:26:07'),(14488,4,4093,'OPD','2013-10-16 09:26:07'),(14489,5,4093,'','2013-10-16 09:26:07'),(14490,6,4093,'61','2013-10-16 09:26:07'),(14491,1,4095,'','2013-10-16 09:26:07'),(14492,2,4095,'','2013-10-16 09:26:07'),(14493,3,4095,'','2013-10-16 09:26:07'),(14494,4,4095,'','2013-10-16 09:26:07'),(14495,5,4095,'','2013-10-16 09:26:07'),(14496,6,4095,'','2013-10-16 09:26:07'),(14497,1,4096,'','2013-10-16 09:45:09'),(14498,2,4096,'','2013-10-16 09:45:09'),(14499,3,4096,'','2013-10-16 09:45:09'),(14500,4,4096,'OPD','2013-10-16 09:45:09'),(14501,5,4096,'','2013-10-16 09:45:09'),(14502,6,4096,'33','2013-10-16 09:45:09'),(14503,1,4097,'','2013-10-16 09:48:32'),(14504,2,4097,'','2013-10-16 09:48:32'),(14505,3,4097,'','2013-10-16 09:48:32'),(14506,4,4097,'OPD','2013-10-16 09:48:32'),(14507,5,4097,'','2013-10-16 09:48:33'),(14508,6,4097,'13','2013-10-16 09:48:33'),(14509,1,4098,'3568678','2013-10-16 09:52:40'),(14510,2,4098,'587887','2013-10-16 09:52:40'),(14511,3,4098,'','2013-10-16 09:52:40'),(14512,4,4098,'OPD','2013-10-16 09:52:40'),(14513,5,4098,'','2013-10-16 09:52:40'),(14514,6,4098,'47','2013-10-16 09:52:40'),(14515,1,4100,'','2013-10-16 09:52:40'),(14516,2,4100,'','2013-10-16 09:52:40'),(14517,3,4100,'','2013-10-16 09:52:40'),(14518,4,4100,'','2013-10-16 09:52:40'),(14519,5,4100,'','2013-10-16 09:52:40'),(14520,6,4100,'','2013-10-16 09:52:40'),(14521,1,4101,'356195','2013-10-16 10:10:29'),(14522,2,4101,'587778','2013-10-16 10:10:29'),(14523,3,4101,'','2013-10-16 10:10:29'),(14524,4,4101,'OPD','2013-10-16 10:10:29'),(14525,5,4101,'','2013-10-16 10:10:29'),(14526,6,4101,'200','2013-10-16 10:10:29'),(14527,1,4103,'','2013-10-16 10:10:32'),(14528,2,4103,'','2013-10-16 10:10:32'),(14529,3,4103,'','2013-10-16 10:10:32'),(14530,4,4103,'','2013-10-16 10:10:32'),(14531,5,4103,'','2013-10-16 10:10:32'),(14532,6,4103,'','2013-10-16 10:10:32'),(14533,1,4106,'','2013-10-16 10:10:32'),(14534,2,4106,'','2013-10-16 10:10:32'),(14535,3,4106,'','2013-10-16 10:10:32'),(14536,4,4106,'','2013-10-16 10:10:32'),(14537,5,4106,'','2013-10-16 10:10:32'),(14538,6,4106,'','2013-10-16 10:10:32'),(14539,1,4107,'','2013-10-16 10:26:57'),(14540,2,4107,'','2013-10-16 10:26:57'),(14541,3,4107,'','2013-10-16 10:26:57'),(14542,4,4107,'','2013-10-16 10:26:57'),(14543,5,4107,'','2013-10-16 10:26:57'),(14544,6,4107,'','2013-10-16 10:26:57'),(14545,1,4108,'','2013-10-16 10:34:37'),(14546,2,4108,'','2013-10-16 10:34:37'),(14547,3,4108,'','2013-10-16 10:34:37'),(14548,4,4108,'OPD','2013-10-16 10:34:37'),(14549,5,4108,'','2013-10-16 10:34:37'),(14550,6,4108,'125','2013-10-16 10:34:37'),(14551,1,4110,'','2013-10-16 10:34:37'),(14552,2,4110,'','2013-10-16 10:34:37'),(14553,3,4110,'','2013-10-16 10:34:37'),(14554,4,4110,'','2013-10-16 10:34:37'),(14555,5,4110,'','2013-10-16 10:34:37'),(14556,6,4110,'','2013-10-16 10:34:37'),(14557,1,4113,'','2013-10-16 10:34:37'),(14558,2,4113,'','2013-10-16 10:34:37'),(14559,3,4113,'','2013-10-16 10:34:37'),(14560,4,4113,'','2013-10-16 10:34:37'),(14561,5,4113,'','2013-10-16 10:34:37'),(14562,6,4113,'','2013-10-16 10:34:37'),(14563,1,4117,'','2013-10-16 10:34:38'),(14564,2,4117,'','2013-10-16 10:34:38'),(14565,3,4117,'','2013-10-16 10:34:38'),(14566,4,4117,'','2013-10-16 10:34:38'),(14567,5,4117,'','2013-10-16 10:34:38'),(14568,6,4117,'','2013-10-16 10:34:38'),(14569,1,4118,'','2013-10-16 10:39:42'),(14570,2,4118,'','2013-10-16 10:39:42'),(14571,3,4118,'','2013-10-16 10:39:42'),(14572,4,4118,'OPD','2013-10-16 10:39:42'),(14573,5,4118,'','2013-10-16 10:39:42'),(14574,6,4118,'','2013-10-16 10:39:42'),(14575,1,4120,'','2013-10-16 10:39:42'),(14576,2,4120,'','2013-10-16 10:39:42'),(14577,3,4120,'','2013-10-16 10:39:42'),(14578,4,4120,'','2013-10-16 10:39:42'),(14579,5,4120,'','2013-10-16 10:39:42'),(14580,6,4120,'','2013-10-16 10:39:42'),(14581,1,4123,'','2013-10-16 10:39:43'),(14582,2,4123,'','2013-10-16 10:39:43'),(14583,3,4123,'','2013-10-16 10:39:43'),(14584,4,4123,'','2013-10-16 10:39:43'),(14585,5,4123,'','2013-10-16 10:39:43'),(14586,6,4123,'','2013-10-16 10:39:43'),(14587,1,4127,'','2013-10-16 10:39:43'),(14588,2,4127,'','2013-10-16 10:39:43'),(14589,3,4127,'','2013-10-16 10:39:43'),(14590,4,4127,'','2013-10-16 10:39:43'),(14591,5,4127,'','2013-10-16 10:39:43'),(14592,6,4127,'','2013-10-16 10:39:43'),(14593,1,4132,'','2013-10-16 10:39:43'),(14594,2,4132,'','2013-10-16 10:39:43'),(14595,3,4132,'','2013-10-16 10:39:43'),(14596,4,4132,'','2013-10-16 10:39:43'),(14597,5,4132,'','2013-10-16 10:39:43'),(14598,6,4132,'','2013-10-16 10:39:43'),(14599,1,4138,'','2013-10-16 10:39:43'),(14600,2,4138,'','2013-10-16 10:39:43'),(14601,3,4138,'','2013-10-16 10:39:43'),(14602,4,4138,'','2013-10-16 10:39:43'),(14603,5,4138,'','2013-10-16 10:39:43'),(14604,6,4138,'','2013-10-16 10:39:43'),(14605,1,4145,'','2013-10-16 10:39:44'),(14606,2,4145,'','2013-10-16 10:39:44'),(14607,3,4145,'','2013-10-16 10:39:44'),(14608,4,4145,'','2013-10-16 10:39:44'),(14609,5,4145,'','2013-10-16 10:39:44'),(14610,6,4145,'','2013-10-16 10:39:44'),(14611,1,4146,'','2013-10-16 10:51:08'),(14612,2,4146,'','2013-10-16 10:51:08'),(14613,3,4146,'','2013-10-16 10:51:08'),(14614,4,4146,'OPD','2013-10-16 10:51:08'),(14615,5,4146,'','2013-10-16 10:51:08'),(14616,6,4146,'81','2013-10-16 10:51:08'),(14617,1,4147,'3568654','2013-10-16 10:59:07'),(14618,2,4147,'587903','2013-10-16 10:59:07'),(14619,3,4147,'','2013-10-16 10:59:07'),(14620,4,4147,'OPD','2013-10-16 10:59:07'),(14621,5,4147,'','2013-10-16 10:59:07'),(14622,6,4147,'111','2013-10-16 10:59:07'),(14623,1,4148,'3568708','2013-10-16 11:01:38'),(14624,2,4148,'587899','2013-10-16 11:01:38'),(14625,3,4148,'','2013-10-16 11:01:38'),(14626,4,4148,'OPD','2013-10-16 11:01:38'),(14627,5,4148,'','2013-10-16 11:01:38'),(14628,6,4148,'32','2013-10-16 11:01:38'),(14629,1,4150,'','2013-10-16 11:01:38'),(14630,2,4150,'','2013-10-16 11:01:38'),(14631,3,4150,'','2013-10-16 11:01:38'),(14632,4,4150,'','2013-10-16 11:01:38'),(14633,5,4150,'','2013-10-16 11:01:38'),(14634,6,4150,'','2013-10-16 11:01:38'),(14635,1,4151,'3568908','2013-10-16 11:05:41'),(14636,2,4151,'587901','2013-10-16 11:05:41'),(14637,3,4151,'','2013-10-16 11:05:41'),(14638,4,4151,'OPD','2013-10-16 11:05:41'),(14639,5,4151,'','2013-10-16 11:05:41'),(14640,6,4151,'128','2013-10-16 11:05:41'),(14641,1,4152,'3568718','2013-10-16 11:11:29'),(14642,2,4152,'','2013-10-16 11:11:29'),(14643,3,4152,'','2013-10-16 11:11:29'),(14644,4,4152,'OPD','2013-10-16 11:11:29'),(14645,5,4152,'','2013-10-16 11:11:29'),(14646,6,4152,'113','2013-10-16 11:11:29'),(14647,1,4154,'','2013-10-16 11:11:29'),(14648,2,4154,'','2013-10-16 11:11:29'),(14649,3,4154,'','2013-10-16 11:11:29'),(14650,4,4154,'','2013-10-16 11:11:29'),(14651,5,4154,'','2013-10-16 11:11:29'),(14652,6,4154,'','2013-10-16 11:11:29'),(14653,1,4155,'','2013-10-16 11:15:05'),(14654,2,4155,'','2013-10-16 11:15:05'),(14655,3,4155,'','2013-10-16 11:15:05'),(14656,4,4155,'OPD','2013-10-16 11:15:05'),(14657,5,4155,'','2013-10-16 11:15:05'),(14658,6,4155,'94','2013-10-16 11:15:05'),(14659,1,4157,'','2013-10-16 11:15:05'),(14660,2,4157,'','2013-10-16 11:15:05'),(14661,3,4157,'','2013-10-16 11:15:05'),(14662,4,4157,'','2013-10-16 11:15:05'),(14663,5,4157,'','2013-10-16 11:15:05'),(14664,6,4157,'','2013-10-16 11:15:05'),(14665,1,4158,'3568735','2013-10-16 11:18:58'),(14666,2,4158,'','2013-10-16 11:18:58'),(14667,3,4158,'','2013-10-16 11:18:58'),(14668,4,4158,'OPD','2013-10-16 11:18:58'),(14669,5,4158,'','2013-10-16 11:18:58'),(14670,6,4158,'','2013-10-16 11:18:58'),(14671,1,4159,'','2013-10-16 11:27:42'),(14672,2,4159,'','2013-10-16 11:27:42'),(14673,3,4159,'','2013-10-16 11:27:42'),(14674,4,4159,'','2013-10-16 11:27:42'),(14675,5,4159,'214640','2013-10-16 11:27:42'),(14676,6,4159,'99','2013-10-16 11:27:42'),(14677,1,4161,'','2013-10-16 11:27:42'),(14678,2,4161,'','2013-10-16 11:27:42'),(14679,3,4161,'','2013-10-16 11:27:42'),(14680,4,4161,'','2013-10-16 11:27:42'),(14681,5,4161,'','2013-10-16 11:27:42'),(14682,6,4161,'','2013-10-16 11:27:42'),(14683,1,4162,'','2013-10-16 11:30:40'),(14684,2,4162,'','2013-10-16 11:30:40'),(14685,3,4162,'','2013-10-16 11:30:40'),(14686,4,4162,'','2013-10-16 11:30:40'),(14687,5,4162,'214620','2013-10-16 11:30:40'),(14688,6,4162,'','2013-10-16 11:30:40'),(14689,1,4163,'','2013-10-16 11:34:13'),(14690,2,4163,'','2013-10-16 11:34:13'),(14691,3,4163,'','2013-10-16 11:34:13'),(14692,4,4163,'','2013-10-16 11:34:13'),(14693,5,4163,'214615','2013-10-16 11:34:13'),(14694,6,4163,'37','2013-10-16 11:34:13'),(14695,1,4164,'','2013-10-16 11:46:20'),(14696,2,4164,'','2013-10-16 11:46:20'),(14697,3,4164,'','2013-10-16 11:46:20'),(14698,4,4164,'OPD','2013-10-16 11:46:20'),(14699,5,4164,'','2013-10-16 11:46:20'),(14700,6,4164,'153.48','2013-10-16 11:46:20'),(14701,1,4166,'','2013-10-16 11:46:20'),(14702,2,4166,'','2013-10-16 11:46:20'),(14703,3,4166,'','2013-10-16 11:46:20'),(14704,4,4166,'','2013-10-16 11:46:20'),(14705,5,4166,'','2013-10-16 11:46:20'),(14706,6,4166,'','2013-10-16 11:46:20'),(14707,1,4167,'','2013-10-16 11:50:28'),(14708,2,4167,'','2013-10-16 11:50:28'),(14709,3,4167,'','2013-10-16 11:50:28'),(14710,4,4167,'OPD','2013-10-16 11:50:28'),(14711,5,4167,'','2013-10-16 11:50:28'),(14712,6,4167,'27','2013-10-16 11:50:28'),(14713,1,4168,'3568759','2013-10-16 11:55:32'),(14714,2,4168,'587919','2013-10-16 11:55:32'),(14715,3,4168,'','2013-10-16 11:55:32'),(14716,4,4168,'SR','2013-10-16 11:55:32'),(14717,5,4168,'','2013-10-16 11:55:32'),(14718,6,4168,'11','2013-10-16 11:55:32'),(14719,1,4169,'','2013-10-16 11:58:54'),(14720,2,4169,'','2013-10-16 11:58:54'),(14721,3,4169,'','2013-10-16 11:58:54'),(14722,4,4169,'OPD','2013-10-16 11:58:54'),(14723,5,4169,'','2013-10-16 11:58:54'),(14724,6,4169,'','2013-10-16 11:58:54'),(14725,1,4171,'','2013-10-16 11:58:54'),(14726,2,4171,'','2013-10-16 11:58:54'),(14727,3,4171,'','2013-10-16 11:58:54'),(14728,4,4171,'','2013-10-16 11:58:54'),(14729,5,4171,'','2013-10-16 11:58:54'),(14730,6,4171,'','2013-10-16 11:58:54'),(14731,1,4172,'','2013-10-16 12:17:51'),(14732,2,4172,'','2013-10-16 12:17:51'),(14733,3,4172,'','2013-10-16 12:17:51'),(14734,4,4172,'OPD','2013-10-16 12:17:51'),(14735,5,4172,'','2013-10-16 12:17:51'),(14736,6,4172,'388','2013-10-16 12:17:51'),(14737,1,4174,'','2013-10-16 12:17:52'),(14738,2,4174,'','2013-10-16 12:17:52'),(14739,3,4174,'','2013-10-16 12:17:52'),(14740,4,4174,'','2013-10-16 12:17:52'),(14741,5,4174,'','2013-10-16 12:17:52'),(14742,6,4174,'','2013-10-16 12:17:52'),(14743,1,4177,'','2013-10-16 12:17:52'),(14744,2,4177,'','2013-10-16 12:17:52'),(14745,3,4177,'','2013-10-16 12:17:52'),(14746,4,4177,'','2013-10-16 12:17:52'),(14747,5,4177,'','2013-10-16 12:17:52'),(14748,6,4177,'','2013-10-16 12:17:52'),(14749,1,4181,'','2013-10-16 12:17:52'),(14750,2,4181,'','2013-10-16 12:17:52'),(14751,3,4181,'','2013-10-16 12:17:52'),(14752,4,4181,'','2013-10-16 12:17:52'),(14753,5,4181,'','2013-10-16 12:17:52'),(14754,6,4181,'','2013-10-16 12:17:52'),(14755,1,4186,'','2013-10-16 12:17:52'),(14756,2,4186,'','2013-10-16 12:17:52'),(14757,3,4186,'','2013-10-16 12:17:52'),(14758,4,4186,'','2013-10-16 12:17:52'),(14759,5,4186,'','2013-10-16 12:17:52'),(14760,6,4186,'','2013-10-16 12:17:52'),(14761,1,4187,'3568829','2013-10-16 12:20:09'),(14762,2,4187,'','2013-10-16 12:20:09'),(14763,3,4187,'','2013-10-16 12:20:09'),(14764,4,4187,'OPD','2013-10-16 12:20:09'),(14765,5,4187,'','2013-10-16 12:20:09'),(14766,6,4187,'94','2013-10-16 12:20:09'),(14767,1,4189,'','2013-10-16 12:20:09'),(14768,2,4189,'','2013-10-16 12:20:09'),(14769,3,4189,'','2013-10-16 12:20:09'),(14770,4,4189,'','2013-10-16 12:20:09'),(14771,5,4189,'','2013-10-16 12:20:09'),(14772,6,4189,'','2013-10-16 12:20:09'),(14773,1,4190,'','2013-10-16 12:23:53'),(14774,2,4190,'','2013-10-16 12:23:53'),(14775,3,4190,'','2013-10-16 12:23:53'),(14776,4,4190,'OPD','2013-10-16 12:23:53'),(14777,5,4190,'','2013-10-16 12:23:53'),(14778,6,4190,'53','2013-10-16 12:23:53'),(14779,1,4192,'','2013-10-16 12:23:54'),(14780,2,4192,'','2013-10-16 12:23:54'),(14781,3,4192,'','2013-10-16 12:23:54'),(14782,4,4192,'','2013-10-16 12:23:54'),(14783,5,4192,'','2013-10-16 12:23:54'),(14784,6,4192,'','2013-10-16 12:23:54'),(14785,1,4195,'','2013-10-16 12:23:54'),(14786,2,4195,'','2013-10-16 12:23:54'),(14787,3,4195,'','2013-10-16 12:23:54'),(14788,4,4195,'','2013-10-16 12:23:54'),(14789,5,4195,'','2013-10-16 12:23:54'),(14790,6,4195,'','2013-10-16 12:23:54'),(14791,1,4196,'','2013-10-16 12:30:27'),(14792,2,4196,'','2013-10-16 12:30:27'),(14793,3,4196,'','2013-10-16 12:30:27'),(14794,4,4196,'OPD','2013-10-16 12:30:27'),(14795,5,4196,'W','2013-10-16 12:30:27'),(14796,6,4196,'148','2013-10-16 12:30:27'),(14797,1,4198,'','2013-10-16 12:30:28'),(14798,2,4198,'','2013-10-16 12:30:28'),(14799,3,4198,'','2013-10-16 12:30:28'),(14800,4,4198,'','2013-10-16 12:30:28'),(14801,5,4198,'','2013-10-16 12:30:28'),(14802,6,4198,'','2013-10-16 12:30:28'),(14803,1,4201,'','2013-10-16 12:30:28'),(14804,2,4201,'','2013-10-16 12:30:28'),(14805,3,4201,'','2013-10-16 12:30:28'),(14806,4,4201,'','2013-10-16 12:30:28'),(14807,5,4201,'','2013-10-16 12:30:28'),(14808,6,4201,'','2013-10-16 12:30:28'),(14809,1,4205,'','2013-10-16 12:30:28'),(14810,2,4205,'','2013-10-16 12:30:28'),(14811,3,4205,'','2013-10-16 12:30:28'),(14812,4,4205,'','2013-10-16 12:30:28'),(14813,5,4205,'','2013-10-16 12:30:28'),(14814,6,4205,'','2013-10-16 12:30:28'),(14815,1,4206,'3568772','2013-10-16 12:34:37'),(14816,2,4206,'','2013-10-16 12:34:37'),(14817,3,4206,'','2013-10-16 12:34:37'),(14818,4,4206,'OPD','2013-10-16 12:34:37'),(14819,5,4206,'','2013-10-16 12:34:37'),(14820,6,4206,'','2013-10-16 12:34:37'),(14821,1,4208,'','2013-10-16 12:34:37'),(14822,2,4208,'','2013-10-16 12:34:37'),(14823,3,4208,'','2013-10-16 12:34:37'),(14824,4,4208,'','2013-10-16 12:34:37'),(14825,5,4208,'','2013-10-16 12:34:37'),(14826,6,4208,'','2013-10-16 12:34:37'),(14827,1,4211,'','2013-10-16 12:34:37'),(14828,2,4211,'','2013-10-16 12:34:37'),(14829,3,4211,'','2013-10-16 12:34:37'),(14830,4,4211,'','2013-10-16 12:34:37'),(14831,5,4211,'','2013-10-16 12:34:37'),(14832,6,4211,'','2013-10-16 12:34:37'),(14833,1,4215,'','2013-10-16 12:34:37'),(14834,2,4215,'','2013-10-16 12:34:37'),(14835,3,4215,'','2013-10-16 12:34:37'),(14836,4,4215,'','2013-10-16 12:34:37'),(14837,5,4215,'','2013-10-16 12:34:37'),(14838,6,4215,'','2013-10-16 12:34:37'),(14839,1,4216,'','2013-10-16 12:37:34'),(14840,2,4216,'','2013-10-16 12:37:34'),(14841,3,4216,'','2013-10-16 12:37:34'),(14842,4,4216,'OPD','2013-10-16 12:37:34'),(14843,5,4216,'','2013-10-16 12:37:34'),(14844,6,4216,'79','2013-10-16 12:37:34'),(14845,1,4218,'','2013-10-16 12:37:35'),(14846,2,4218,'','2013-10-16 12:37:35'),(14847,3,4218,'','2013-10-16 12:37:35'),(14848,4,4218,'','2013-10-16 12:37:35'),(14849,5,4218,'','2013-10-16 12:37:35'),(14850,6,4218,'','2013-10-16 12:37:35'),(14851,1,4219,'','2013-10-16 12:45:05'),(14852,2,4219,'','2013-10-16 12:45:05'),(14853,3,4219,'','2013-10-16 12:45:05'),(14854,4,4219,'OPD','2013-10-16 12:45:05'),(14855,5,4219,'','2013-10-16 12:45:05'),(14856,6,4219,'33','2013-10-16 12:45:05'),(14857,1,4221,'','2013-10-16 12:45:05'),(14858,2,4221,'','2013-10-16 12:45:05'),(14859,3,4221,'','2013-10-16 12:45:05'),(14860,4,4221,'','2013-10-16 12:45:05'),(14861,5,4221,'','2013-10-16 12:45:05'),(14862,6,4221,'','2013-10-16 12:45:05'),(14863,1,4222,'3568840','2013-10-16 12:49:11'),(14864,2,4222,'','2013-10-16 12:49:11'),(14865,3,4222,'','2013-10-16 12:49:11'),(14866,4,4222,'OPD','2013-10-16 12:49:11'),(14867,5,4222,'','2013-10-16 12:49:11'),(14868,6,4222,'37','2013-10-16 12:49:11'),(14869,1,4223,'','2013-10-16 12:51:50'),(14870,2,4223,'','2013-10-16 12:51:50'),(14871,3,4223,'','2013-10-16 12:51:50'),(14872,4,4223,'','2013-10-16 12:51:50'),(14873,5,4223,'214654','2013-10-16 12:51:50'),(14874,6,4223,'','2013-10-16 12:51:50'),(14875,1,4224,'','2013-10-16 12:55:00'),(14876,2,4224,'','2013-10-16 12:55:00'),(14877,3,4224,'','2013-10-16 12:55:00'),(14878,4,4224,'OPD','2013-10-16 12:55:00'),(14879,5,4224,'','2013-10-16 12:55:00'),(14880,6,4224,'66','2013-10-16 12:55:00'),(14881,1,4225,'','2013-10-16 12:59:13'),(14882,2,4225,'','2013-10-16 12:59:13'),(14883,3,4225,'','2013-10-16 12:59:13'),(14884,4,4225,'OPD','2013-10-16 12:59:13'),(14885,5,4225,'','2013-10-16 12:59:13'),(14886,6,4225,'18','2013-10-16 12:59:13'),(14887,1,4227,'','2013-10-16 12:59:16'),(14888,2,4227,'','2013-10-16 12:59:16'),(14889,3,4227,'','2013-10-16 12:59:16'),(14890,4,4227,'','2013-10-16 12:59:16'),(14891,5,4227,'','2013-10-16 12:59:16'),(14892,6,4227,'','2013-10-16 12:59:16'),(14893,1,4228,'','2013-10-16 13:03:19'),(14894,2,4228,'','2013-10-16 13:03:19'),(14895,3,4228,'','2013-10-16 13:03:19'),(14896,4,4228,'OPD','2013-10-16 13:03:19'),(14897,5,4228,'','2013-10-16 13:03:19'),(14898,6,4228,'94','2013-10-16 13:03:19'),(14899,1,4230,'','2013-10-16 13:03:19'),(14900,2,4230,'','2013-10-16 13:03:19'),(14901,3,4230,'','2013-10-16 13:03:19'),(14902,4,4230,'','2013-10-16 13:03:19'),(14903,5,4230,'','2013-10-16 13:03:19'),(14904,6,4230,'','2013-10-16 13:03:19'),(14905,1,4231,'3561750','2013-10-16 13:07:21'),(14906,2,4231,'','2013-10-16 13:07:21'),(14907,3,4231,'','2013-10-16 13:07:21'),(14908,4,4231,'OPD','2013-10-16 13:07:21'),(14909,5,4231,'','2013-10-16 13:07:21'),(14910,6,4231,'115','2013-10-16 13:07:21'),(14911,1,4232,'','2013-10-16 13:13:03'),(14912,2,4232,'','2013-10-16 13:13:03'),(14913,3,4232,'','2013-10-16 13:13:03'),(14914,4,4232,'OPD','2013-10-16 13:13:03'),(14915,5,4232,'','2013-10-16 13:13:03'),(14916,6,4232,'360','2013-10-16 13:13:03'),(14917,1,4234,'','2013-10-16 13:13:03'),(14918,2,4234,'','2013-10-16 13:13:03'),(14919,3,4234,'','2013-10-16 13:13:03'),(14920,4,4234,'','2013-10-16 13:13:03'),(14921,5,4234,'','2013-10-16 13:13:03'),(14922,6,4234,'','2013-10-16 13:13:03'),(14923,1,4237,'','2013-10-16 13:13:04'),(14924,2,4237,'','2013-10-16 13:13:04'),(14925,3,4237,'','2013-10-16 13:13:04'),(14926,4,4237,'','2013-10-16 13:13:04'),(14927,5,4237,'','2013-10-16 13:13:04'),(14928,6,4237,'','2013-10-16 13:13:04'),(14929,1,4238,'','2013-10-16 13:21:01'),(14930,2,4238,'','2013-10-16 13:21:01'),(14931,3,4238,'','2013-10-16 13:21:01'),(14932,4,4238,'OPD','2013-10-16 13:21:01'),(14933,5,4238,'','2013-10-16 13:21:01'),(14934,6,4238,'35','2013-10-16 13:21:01'),(14935,1,4239,'','2013-10-16 13:25:21'),(14936,2,4239,'','2013-10-16 13:25:21'),(14937,3,4239,'','2013-10-16 13:25:21'),(14938,4,4239,'OPD','2013-10-16 13:25:21'),(14939,5,4239,'','2013-10-16 13:25:21'),(14940,6,4239,'170','2013-10-16 13:25:21'),(14941,1,4241,'','2013-10-16 13:25:22'),(14942,2,4241,'','2013-10-16 13:25:22'),(14943,3,4241,'','2013-10-16 13:25:22'),(14944,4,4241,'','2013-10-16 13:25:22'),(14945,5,4241,'','2013-10-16 13:25:22'),(14946,6,4241,'','2013-10-16 13:25:22'),(14947,1,4244,'','2013-10-16 13:25:22'),(14948,2,4244,'','2013-10-16 13:25:22'),(14949,3,4244,'','2013-10-16 13:25:22'),(14950,4,4244,'','2013-10-16 13:25:22'),(14951,5,4244,'','2013-10-16 13:25:22'),(14952,6,4244,'','2013-10-16 13:25:22'),(14953,1,4245,'3568658','2013-10-16 13:31:08'),(14954,2,4245,'587952','2013-10-16 13:31:08'),(14955,3,4245,'','2013-10-16 13:31:08'),(14956,4,4245,'OPD','2013-10-16 13:31:08'),(14957,5,4245,'','2013-10-16 13:31:08'),(14958,6,4245,'132','2013-10-16 13:31:08'),(14959,1,4247,'','2013-10-16 13:31:08'),(14960,2,4247,'','2013-10-16 13:31:08'),(14961,3,4247,'','2013-10-16 13:31:08'),(14962,4,4247,'','2013-10-16 13:31:08'),(14963,5,4247,'','2013-10-16 13:31:08'),(14964,6,4247,'','2013-10-16 13:31:08'),(14965,1,4250,'','2013-10-16 13:31:09'),(14966,2,4250,'','2013-10-16 13:31:09'),(14967,3,4250,'','2013-10-16 13:31:09'),(14968,4,4250,'','2013-10-16 13:31:09'),(14969,5,4250,'','2013-10-16 13:31:09'),(14970,6,4250,'','2013-10-16 13:31:09'),(14971,1,4251,'3568854','2013-10-16 13:39:32'),(14972,2,4251,'587957','2013-10-16 13:39:32'),(14973,3,4251,'','2013-10-16 13:39:32'),(14974,4,4251,'OUT','2013-10-16 13:39:32'),(14975,5,4251,'','2013-10-16 13:39:32'),(14976,6,4251,'66','2013-10-16 13:39:32'),(14977,1,4253,'','2013-10-16 13:39:32'),(14978,2,4253,'','2013-10-16 13:39:32'),(14979,3,4253,'','2013-10-16 13:39:32'),(14980,4,4253,'','2013-10-16 13:39:32'),(14981,5,4253,'','2013-10-16 13:39:32'),(14982,6,4253,'','2013-10-16 13:39:32'),(14983,1,4256,'','2013-10-16 13:39:32'),(14984,2,4256,'','2013-10-16 13:39:32'),(14985,3,4256,'','2013-10-16 13:39:32'),(14986,4,4256,'','2013-10-16 13:39:32'),(14987,5,4256,'','2013-10-16 13:39:32'),(14988,6,4256,'','2013-10-16 13:39:32'),(14989,1,4257,'','2013-10-16 13:47:15'),(14990,2,4257,'','2013-10-16 13:47:15'),(14991,3,4257,'','2013-10-16 13:47:15'),(14992,4,4257,'OPD','2013-10-16 13:47:15'),(14993,5,4257,'','2013-10-16 13:47:15'),(14994,6,4257,'13','2013-10-16 13:47:15'),(14995,1,4258,'','2013-10-16 14:11:41'),(14996,2,4258,'','2013-10-16 14:11:41'),(14997,3,4258,'','2013-10-16 14:11:41'),(14998,4,4258,'OPD','2013-10-16 14:11:41'),(14999,5,4258,'','2013-10-16 14:11:41'),(15000,6,4258,'81','2013-10-16 14:11:41'),(15001,1,4259,'','2013-10-16 14:14:30'),(15002,2,4259,'','2013-10-16 14:14:30'),(15003,3,4259,'','2013-10-16 14:14:30'),(15004,4,4259,'OPD','2013-10-16 14:14:30'),(15005,5,4259,'','2013-10-16 14:14:30'),(15006,6,4259,'31','2013-10-16 14:14:30'),(15007,1,4260,'','2013-10-16 14:20:37'),(15008,2,4260,'','2013-10-16 14:20:37'),(15009,3,4260,'','2013-10-16 14:20:37'),(15010,4,4260,'OPD','2013-10-16 14:20:37'),(15011,5,4260,'','2013-10-16 14:20:37'),(15012,6,4260,'62','2013-10-16 14:20:37'),(15013,1,4262,'','2013-10-16 14:20:38'),(15014,2,4262,'','2013-10-16 14:20:38'),(15015,3,4262,'','2013-10-16 14:20:38'),(15016,4,4262,'','2013-10-16 14:20:38'),(15017,5,4262,'','2013-10-16 14:20:38'),(15018,6,4262,'','2013-10-16 14:20:38'),(15019,1,4263,'','2013-10-16 14:21:50'),(15020,2,4263,'','2013-10-16 14:21:50'),(15021,3,4263,'','2013-10-16 14:21:50'),(15022,4,4263,'','2013-10-16 14:21:50'),(15023,5,4263,'','2013-10-16 14:21:50'),(15024,6,4263,'','2013-10-16 14:21:50'),(15025,1,4264,'','2013-10-16 14:26:50'),(15026,2,4264,'','2013-10-16 14:26:50'),(15027,3,4264,'','2013-10-16 14:26:50'),(15028,4,4264,'OPD','2013-10-16 14:26:50'),(15029,5,4264,'','2013-10-16 14:26:50'),(15030,6,4264,'62','2013-10-16 14:26:50'),(15031,1,4266,'','2013-10-16 14:26:51'),(15032,2,4266,'','2013-10-16 14:26:51'),(15033,3,4266,'','2013-10-16 14:26:51'),(15034,4,4266,'','2013-10-16 14:26:51'),(15035,5,4266,'','2013-10-16 14:26:51'),(15036,6,4266,'','2013-10-16 14:26:51'),(15037,1,4267,'','2013-10-16 14:38:50'),(15038,2,4267,'','2013-10-16 14:38:50'),(15039,3,4267,'','2013-10-16 14:38:50'),(15040,4,4267,'','2013-10-16 14:38:50'),(15041,5,4267,'','2013-10-16 14:38:50'),(15042,6,4267,'','2013-10-16 14:38:50'),(15043,1,4268,'3569641','2013-10-16 15:27:42'),(15044,2,4268,'587993','2013-10-16 15:27:42'),(15045,3,4268,'','2013-10-16 15:27:42'),(15046,4,4268,'OPD','2013-10-16 15:27:42'),(15047,5,4268,'','2013-10-16 15:27:42'),(15048,6,4268,'66','2013-10-16 15:27:42'),(15049,1,4270,'','2013-10-16 15:27:42'),(15050,2,4270,'','2013-10-16 15:27:42'),(15051,3,4270,'','2013-10-16 15:27:42'),(15052,4,4270,'','2013-10-16 15:27:42'),(15053,5,4270,'','2013-10-16 15:27:42'),(15054,6,4270,'','2013-10-16 15:27:42'),(15055,1,4271,'','2013-10-16 15:31:56'),(15056,2,4271,'','2013-10-16 15:31:56'),(15057,3,4271,'','2013-10-16 15:31:56'),(15058,4,4271,'OPD','2013-10-16 15:31:56'),(15059,5,4271,'','2013-10-16 15:31:56'),(15060,6,4271,'','2013-10-16 15:31:56'),(15061,1,4273,'','2013-10-16 15:31:57'),(15062,2,4273,'','2013-10-16 15:31:57'),(15063,3,4273,'','2013-10-16 15:31:57'),(15064,4,4273,'','2013-10-16 15:31:57'),(15065,5,4273,'','2013-10-16 15:31:57'),(15066,6,4273,'','2013-10-16 15:31:57'),(15067,1,4274,'3568970','2013-10-16 15:37:18'),(15068,2,4274,'','2013-10-16 15:37:18'),(15069,3,4274,'','2013-10-16 15:37:18'),(15070,4,4274,'','2013-10-16 15:37:18'),(15071,5,4274,'214651','2013-10-16 15:37:18'),(15072,6,4274,'','2013-10-16 15:37:18'),(15073,1,4276,'','2013-10-16 15:37:18'),(15074,2,4276,'','2013-10-16 15:37:18'),(15075,3,4276,'','2013-10-16 15:37:18'),(15076,4,4276,'','2013-10-16 15:37:18'),(15077,5,4276,'','2013-10-16 15:37:18'),(15078,6,4276,'','2013-10-16 15:37:18'),(15079,1,4279,'','2013-10-16 15:37:18'),(15080,2,4279,'','2013-10-16 15:37:18'),(15081,3,4279,'','2013-10-16 15:37:18'),(15082,4,4279,'','2013-10-16 15:37:18'),(15083,5,4279,'','2013-10-16 15:37:18'),(15084,6,4279,'','2013-10-16 15:37:18'),(15085,1,4283,'','2013-10-16 15:37:19'),(15086,2,4283,'','2013-10-16 15:37:19'),(15087,3,4283,'','2013-10-16 15:37:19'),(15088,4,4283,'','2013-10-16 15:37:19'),(15089,5,4283,'','2013-10-16 15:37:19'),(15090,6,4283,'','2013-10-16 15:37:19'),(15091,1,4284,'3568981','2013-10-16 15:41:45'),(15092,2,4284,'587996','2013-10-16 15:41:45'),(15093,3,4284,'','2013-10-16 15:41:45'),(15094,4,4284,'OPD','2013-10-16 15:41:45'),(15095,5,4284,'','2013-10-16 15:41:45'),(15096,6,4284,'47','2013-10-16 15:41:45'),(15097,1,4286,'','2013-10-16 15:41:45'),(15098,2,4286,'','2013-10-16 15:41:45'),(15099,3,4286,'','2013-10-16 15:41:45'),(15100,4,4286,'','2013-10-16 15:41:45'),(15101,5,4286,'','2013-10-16 15:41:45'),(15102,6,4286,'','2013-10-16 15:41:45'),(15103,1,4287,'','2013-10-16 15:44:20'),(15104,2,4287,'','2013-10-16 15:44:20'),(15105,3,4287,'','2013-10-16 15:44:20'),(15106,4,4287,'','2013-10-16 15:44:20'),(15107,5,4287,'','2013-10-16 15:44:20'),(15108,6,4287,'','2013-10-16 15:44:20'),(15109,1,4288,'','2013-10-16 15:47:32'),(15110,2,4288,'','2013-10-16 15:47:32'),(15111,3,4288,'','2013-10-16 15:47:32'),(15112,4,4288,'','2013-10-16 15:47:32'),(15113,5,4288,'','2013-10-16 15:47:32'),(15114,6,4288,'','2013-10-16 15:47:32'),(15115,1,4289,'3568981','2013-10-16 15:48:18'),(15116,2,4289,'587996','2013-10-16 15:48:18'),(15117,3,4289,'','2013-10-16 15:48:18'),(15118,4,4289,'OPD','2013-10-16 15:48:18'),(15119,5,4289,'','2013-10-16 15:48:18'),(15120,6,4289,'47','2013-10-16 15:48:18'),(15121,1,4291,'','2013-10-16 15:48:18'),(15122,2,4291,'','2013-10-16 15:48:18'),(15123,3,4291,'','2013-10-16 15:48:18'),(15124,4,4291,'','2013-10-16 15:48:18'),(15125,5,4291,'','2013-10-16 15:48:18'),(15126,6,4291,'','2013-10-16 15:48:18'),(15127,1,4294,'','2013-10-16 15:48:18'),(15128,2,4294,'','2013-10-16 15:48:18'),(15129,3,4294,'','2013-10-16 15:48:18'),(15130,4,4294,'','2013-10-16 15:48:18'),(15131,5,4294,'','2013-10-16 15:48:18'),(15132,6,4294,'','2013-10-16 15:48:18'),(15133,1,4298,'','2013-10-16 15:48:18'),(15134,2,4298,'','2013-10-16 15:48:18'),(15135,3,4298,'','2013-10-16 15:48:18'),(15136,4,4298,'','2013-10-16 15:48:18'),(15137,5,4298,'','2013-10-16 15:48:18'),(15138,6,4298,'','2013-10-16 15:48:18'),(15139,1,4299,'','2013-10-16 16:12:29'),(15140,2,4299,'','2013-10-16 16:12:29'),(15141,3,4299,'','2013-10-16 16:12:29'),(15142,4,4299,'OPD','2013-10-16 16:12:29'),(15143,5,4299,'','2013-10-16 16:12:29'),(15144,6,4299,'159','2013-10-16 16:12:29'),(15145,1,4301,'','2013-10-16 16:12:29'),(15146,2,4301,'','2013-10-16 16:12:29'),(15147,3,4301,'','2013-10-16 16:12:29'),(15148,4,4301,'','2013-10-16 16:12:29'),(15149,5,4301,'','2013-10-16 16:12:29'),(15150,6,4301,'','2013-10-16 16:12:29'),(15151,1,4304,'','2013-10-16 16:12:30'),(15152,2,4304,'','2013-10-16 16:12:30'),(15153,3,4304,'','2013-10-16 16:12:30'),(15154,4,4304,'','2013-10-16 16:12:30'),(15155,5,4304,'','2013-10-16 16:12:30'),(15156,6,4304,'','2013-10-16 16:12:30'),(15157,1,4305,'','2013-10-16 16:19:48'),(15158,2,4305,'','2013-10-16 16:19:48'),(15159,3,4305,'','2013-10-16 16:19:48'),(15160,4,4305,'OPD','2013-10-16 16:19:48'),(15161,5,4305,'','2013-10-16 16:19:48'),(15162,6,4305,'76','2013-10-16 16:19:48'),(15163,1,4307,'','2013-10-16 16:19:57'),(15164,2,4307,'','2013-10-16 16:19:57'),(15165,3,4307,'','2013-10-16 16:19:57'),(15166,4,4307,'','2013-10-16 16:19:57'),(15167,5,4307,'','2013-10-16 16:19:57'),(15168,6,4307,'','2013-10-16 16:19:57'),(15169,1,4308,'','2013-10-16 16:21:51'),(15170,2,4308,'','2013-10-16 16:21:51'),(15171,3,4308,'','2013-10-16 16:21:51'),(15172,4,4308,'OPD','2013-10-16 16:21:51'),(15173,5,4308,'','2013-10-16 16:21:51'),(15174,6,4308,'22','2013-10-16 16:21:51'),(15175,1,4309,'','2013-10-16 16:27:17'),(15176,2,4309,'','2013-10-16 16:27:18'),(15177,3,4309,'','2013-10-16 16:27:18'),(15178,4,4309,'','2013-10-16 16:27:18'),(15179,5,4309,'','2013-10-16 16:27:18'),(15180,6,4309,'','2013-10-16 16:27:18'),(15181,1,4310,'3569080','2013-10-16 16:38:21'),(15182,2,4310,'','2013-10-16 16:38:21'),(15183,3,4310,'','2013-10-16 16:38:21'),(15184,4,4310,'OPD','2013-10-16 16:38:21'),(15185,5,4310,'','2013-10-16 16:38:21'),(15186,6,4310,'266','2013-10-16 16:38:21'),(15187,1,4312,'','2013-10-16 16:38:21'),(15188,2,4312,'','2013-10-16 16:38:21'),(15189,3,4312,'','2013-10-16 16:38:21'),(15190,4,4312,'','2013-10-16 16:38:21'),(15191,5,4312,'','2013-10-16 16:38:21'),(15192,6,4312,'','2013-10-16 16:38:21'),(15193,1,4315,'','2013-10-16 16:38:21'),(15194,2,4315,'','2013-10-16 16:38:21'),(15195,3,4315,'','2013-10-16 16:38:21'),(15196,4,4315,'','2013-10-16 16:38:21'),(15197,5,4315,'','2013-10-16 16:38:21'),(15198,6,4315,'','2013-10-16 16:38:21'),(15199,1,4319,'','2013-10-16 16:38:22'),(15200,2,4319,'','2013-10-16 16:38:22'),(15201,3,4319,'','2013-10-16 16:38:22'),(15202,4,4319,'','2013-10-16 16:38:22'),(15203,5,4319,'','2013-10-16 16:38:22'),(15204,6,4319,'','2013-10-16 16:38:22'),(15205,1,4320,'','2013-10-16 16:43:58'),(15206,2,4320,'','2013-10-16 16:43:58'),(15207,3,4320,'','2013-10-16 16:43:58'),(15208,4,4320,'OPD','2013-10-16 16:43:58'),(15209,5,4320,'','2013-10-16 16:43:58'),(15210,6,4320,'79','2013-10-16 16:43:58'),(15211,1,4322,'','2013-10-16 16:43:59'),(15212,2,4322,'','2013-10-16 16:43:59'),(15213,3,4322,'','2013-10-16 16:43:59'),(15214,4,4322,'','2013-10-16 16:43:59'),(15215,5,4322,'','2013-10-16 16:43:59'),(15216,6,4322,'','2013-10-16 16:43:59'),(15217,1,4323,'','2013-10-16 16:49:10'),(15218,2,4323,'','2013-10-16 16:49:10'),(15219,3,4323,'','2013-10-16 16:49:10'),(15220,4,4323,'OPD','2013-10-16 16:49:10'),(15221,5,4323,'','2013-10-16 16:49:10'),(15222,6,4323,'82','2013-10-16 16:49:10'),(15223,1,4325,'','2013-10-16 16:49:10'),(15224,2,4325,'','2013-10-16 16:49:10'),(15225,3,4325,'','2013-10-16 16:49:10'),(15226,4,4325,'','2013-10-16 16:49:10'),(15227,5,4325,'','2013-10-16 16:49:10'),(15228,6,4325,'','2013-10-16 16:49:10'),(15229,1,4326,'3569095','2013-10-16 16:53:24'),(15230,2,4326,'','2013-10-16 16:53:24'),(15231,3,4326,'','2013-10-16 16:53:24'),(15232,4,4326,'OPD','2013-10-16 16:53:24'),(15233,5,4326,'','2013-10-16 16:53:24'),(15234,6,4326,'32','2013-10-16 16:53:24'),(15235,1,4328,'','2013-10-16 16:53:24'),(15236,2,4328,'','2013-10-16 16:53:24'),(15237,3,4328,'','2013-10-16 16:53:24'),(15238,4,4328,'','2013-10-16 16:53:24'),(15239,5,4328,'','2013-10-16 16:53:24'),(15240,6,4328,'','2013-10-16 16:53:24'),(15241,1,4329,'','2013-10-16 16:59:57'),(15242,2,4329,'','2013-10-16 16:59:57'),(15243,3,4329,'','2013-10-16 16:59:57'),(15244,4,4329,'OPD','2013-10-16 16:59:57'),(15245,5,4329,'W','2013-10-16 16:59:57'),(15246,6,4329,'50','2013-10-16 16:59:57'),(15247,1,4331,'','2013-10-16 16:59:57'),(15248,2,4331,'','2013-10-16 16:59:57'),(15249,3,4331,'','2013-10-16 16:59:57'),(15250,4,4331,'','2013-10-16 16:59:57'),(15251,5,4331,'','2013-10-16 16:59:57'),(15252,6,4331,'','2013-10-16 16:59:57'),(15253,1,4332,'3569109','2013-10-16 17:02:34'),(15254,2,4332,'','2013-10-16 17:02:34'),(15255,3,4332,'','2013-10-16 17:02:34'),(15256,4,4332,'','2013-10-16 17:02:34'),(15257,5,4332,'W','2013-10-16 17:02:34'),(15258,6,4332,'22','2013-10-16 17:02:34'),(15259,1,4333,'3569110','2013-10-16 17:08:45'),(15260,2,4333,'588018','2013-10-16 17:08:45'),(15261,3,4333,'','2013-10-16 17:08:45'),(15262,4,4333,'OPD','2013-10-16 17:08:45'),(15263,5,4333,'','2013-10-16 17:08:45'),(15264,6,4333,'111','2013-10-16 17:08:45'),(15265,1,4335,'','2013-10-16 17:08:45'),(15266,2,4335,'','2013-10-16 17:08:45'),(15267,3,4335,'','2013-10-16 17:08:45'),(15268,4,4335,'','2013-10-16 17:08:45'),(15269,5,4335,'','2013-10-16 17:08:45'),(15270,6,4335,'','2013-10-16 17:08:45'),(15271,1,4338,'','2013-10-16 17:08:45'),(15272,2,4338,'','2013-10-16 17:08:45'),(15273,3,4338,'','2013-10-16 17:08:45'),(15274,4,4338,'','2013-10-16 17:08:45'),(15275,5,4338,'','2013-10-16 17:08:45'),(15276,6,4338,'','2013-10-16 17:08:45'),(15277,1,4339,'3569115','2013-10-16 17:13:24'),(15278,2,4339,'588020','2013-10-16 17:13:24'),(15279,3,4339,'','2013-10-16 17:13:24'),(15280,4,4339,'OPD','2013-10-16 17:13:24'),(15281,5,4339,'','2013-10-16 17:13:24'),(15282,6,4339,'50','2013-10-16 17:13:24'),(15283,1,4340,'3569132','2013-10-16 17:26:49'),(15284,2,4340,'','2013-10-16 17:26:49'),(15285,3,4340,'','2013-10-16 17:26:49'),(15286,4,4340,'OPD','2013-10-16 17:26:49'),(15287,5,4340,'','2013-10-16 17:26:49'),(15288,6,4340,'276.4','2013-10-16 17:26:49'),(15289,1,4342,'','2013-10-16 17:26:49'),(15290,2,4342,'','2013-10-16 17:26:49'),(15291,3,4342,'','2013-10-16 17:26:49'),(15292,4,4342,'','2013-10-16 17:26:49'),(15293,5,4342,'','2013-10-16 17:26:49'),(15294,6,4342,'','2013-10-16 17:26:49'),(15295,1,4345,'','2013-10-16 17:26:49'),(15296,2,4345,'','2013-10-16 17:26:49'),(15297,3,4345,'','2013-10-16 17:26:49'),(15298,4,4345,'','2013-10-16 17:26:49'),(15299,5,4345,'','2013-10-16 17:26:49'),(15300,6,4345,'','2013-10-16 17:26:49'),(15301,1,4349,'','2013-10-16 17:26:49'),(15302,2,4349,'','2013-10-16 17:26:49'),(15303,3,4349,'','2013-10-16 17:26:49'),(15304,4,4349,'','2013-10-16 17:26:49'),(15305,5,4349,'','2013-10-16 17:26:49'),(15306,6,4349,'','2013-10-16 17:26:49'),(15307,1,4350,'3569143','2013-10-16 17:38:40'),(15308,2,4350,'','2013-10-16 17:38:40'),(15309,3,4350,'','2013-10-16 17:38:40'),(15310,4,4350,'OPD','2013-10-16 17:38:40'),(15311,5,4350,'','2013-10-16 17:38:40'),(15312,6,4350,'128','2013-10-16 17:38:40'),(15313,1,4351,'356+145','2013-10-16 17:40:36'),(15314,2,4351,'','2013-10-16 17:40:36'),(15315,3,4351,'','2013-10-16 17:40:36'),(15316,4,4351,'','2013-10-16 17:40:36'),(15317,5,4351,'214650','2013-10-16 17:40:36'),(15318,6,4351,'54','2013-10-16 17:40:36'),(15319,1,4352,'3569153','2013-10-16 18:03:18'),(15320,2,4352,'588028','2013-10-16 18:03:18'),(15321,3,4352,'','2013-10-16 18:03:18'),(15322,4,4352,'OPD','2013-10-16 18:03:18'),(15323,5,4352,'','2013-10-16 18:03:18'),(15324,6,4352,'32','2013-10-16 18:03:18'),(15325,1,4354,'','2013-10-16 18:03:18'),(15326,2,4354,'','2013-10-16 18:03:18'),(15327,3,4354,'','2013-10-16 18:03:18'),(15328,4,4354,'','2013-10-16 18:03:18'),(15329,5,4354,'','2013-10-16 18:03:18'),(15330,6,4354,'','2013-10-16 18:03:18'),(15331,1,4355,'','2013-10-16 18:16:28'),(15332,2,4355,'','2013-10-16 18:16:28'),(15333,3,4355,'','2013-10-16 18:16:28'),(15334,4,4355,'','2013-10-16 18:16:28'),(15335,5,4355,'','2013-10-16 18:16:28'),(15336,6,4355,'','2013-10-16 18:16:28'),(15337,1,4356,'3569165','2013-10-16 18:17:58'),(15338,2,4356,'','2013-10-16 18:17:58'),(15339,3,4356,'','2013-10-16 18:17:58'),(15340,4,4356,'OPD','2013-10-16 18:17:58'),(15341,5,4356,'','2013-10-16 18:17:58'),(15342,6,4356,'146','2013-10-16 18:17:58'),(15343,1,4358,'','2013-10-16 18:17:58'),(15344,2,4358,'','2013-10-16 18:17:58'),(15345,3,4358,'','2013-10-16 18:17:58'),(15346,4,4358,'','2013-10-16 18:17:58'),(15347,5,4358,'','2013-10-16 18:17:58'),(15348,6,4358,'','2013-10-16 18:17:58'),(15349,1,4361,'','2013-10-16 18:17:58'),(15350,2,4361,'','2013-10-16 18:17:58'),(15351,3,4361,'','2013-10-16 18:17:58'),(15352,4,4361,'','2013-10-16 18:17:58'),(15353,5,4361,'','2013-10-16 18:17:58'),(15354,6,4361,'','2013-10-16 18:17:58'),(15355,1,4362,'3565884','2013-10-16 18:42:52'),(15356,2,4362,'587178','2013-10-16 18:42:52'),(15357,3,4362,'','2013-10-16 18:42:52'),(15358,4,4362,'OPD','2013-10-16 18:42:52'),(15359,5,4362,'','2013-10-16 18:42:52'),(15360,6,4362,'42','2013-10-16 18:42:52'),(15361,1,4364,'','2013-10-16 18:42:52'),(15362,2,4364,'','2013-10-16 18:42:52'),(15363,3,4364,'','2013-10-16 18:42:52'),(15364,4,4364,'','2013-10-16 18:42:52'),(15365,5,4364,'','2013-10-16 18:42:52'),(15366,6,4364,'','2013-10-16 18:42:52'),(15367,1,4365,'','2013-10-16 19:35:53'),(15368,2,4365,'','2013-10-16 19:35:53'),(15369,3,4365,'','2013-10-16 19:35:53'),(15370,4,4365,'OPD','2013-10-16 19:35:53'),(15371,5,4365,'','2013-10-16 19:35:53'),(15372,6,4365,'','2013-10-16 19:35:53'),(15373,1,4366,'3569234/13','2013-10-16 22:54:44'),(15374,2,4366,'','2013-10-16 22:54:44'),(15375,3,4366,'','2013-10-16 22:54:44'),(15376,4,4366,'','2013-10-16 22:54:44'),(15377,5,4366,'','2013-10-16 22:54:44'),(15378,6,4366,'44789','2013-10-16 22:54:44'),(15379,1,4367,'3569237/13','2013-10-17 00:00:28'),(15380,2,4367,'','2013-10-17 00:00:28'),(15381,3,4367,'','2013-10-17 00:00:28'),(15382,4,4367,'','2013-10-17 00:00:28'),(15383,5,4367,'','2013-10-17 00:00:28'),(15384,6,4367,'','2013-10-17 00:00:28'),(15385,1,4369,'3569237/13','2013-10-17 00:00:28'),(15386,2,4369,'','2013-10-17 00:00:28'),(15387,3,4369,'','2013-10-17 00:00:28'),(15388,4,4369,'','2013-10-17 00:00:28'),(15389,5,4369,'','2013-10-17 00:00:28'),(15390,6,4369,'','2013-10-17 00:00:28'),(15391,1,4372,'3569237/13','2013-10-17 00:00:28'),(15392,2,4372,'','2013-10-17 00:00:28'),(15393,3,4372,'','2013-10-17 00:00:28'),(15394,4,4372,'','2013-10-17 00:00:28'),(15395,5,4372,'','2013-10-17 00:00:28'),(15396,6,4372,'','2013-10-17 00:00:28'),(15397,1,4373,'3569236/13','2013-10-17 00:18:43'),(15398,2,4373,'','2013-10-17 00:18:43'),(15399,3,4373,'','2013-10-17 00:18:43'),(15400,4,4373,'','2013-10-17 00:18:43'),(15401,5,4373,'','2013-10-17 00:18:43'),(15402,6,4373,'','2013-10-17 00:18:43'),(15403,1,4375,'3569236/13','2013-10-17 00:18:43'),(15404,2,4375,'','2013-10-17 00:18:43'),(15405,3,4375,'','2013-10-17 00:18:43'),(15406,4,4375,'','2013-10-17 00:18:43'),(15407,5,4375,'','2013-10-17 00:18:43'),(15408,6,4375,'','2013-10-17 00:18:43'),(15409,1,4378,'3569236/13','2013-10-17 00:18:43'),(15410,2,4378,'','2013-10-17 00:18:43'),(15411,3,4378,'','2013-10-17 00:18:43'),(15412,4,4378,'','2013-10-17 00:18:43'),(15413,5,4378,'','2013-10-17 00:18:43'),(15414,6,4378,'','2013-10-17 00:18:43'),(15415,1,4382,'3569236/13','2013-10-17 00:18:44'),(15416,2,4382,'','2013-10-17 00:18:44'),(15417,3,4382,'','2013-10-17 00:18:44'),(15418,4,4382,'','2013-10-17 00:18:44'),(15419,5,4382,'','2013-10-17 00:18:44'),(15420,6,4382,'','2013-10-17 00:18:44'),(15421,1,4383,'3569239/13','2013-10-17 00:25:26'),(15422,2,4383,'','2013-10-17 00:25:26'),(15423,3,4383,'','2013-10-17 00:25:26'),(15424,4,4383,'','2013-10-17 00:25:26'),(15425,5,4383,'','2013-10-17 00:25:26'),(15426,6,4383,'','2013-10-17 00:25:26'),(15427,1,4384,'3569241/13','2013-10-17 00:32:59'),(15428,2,4384,'','2013-10-17 00:32:59'),(15429,3,4384,'','2013-10-17 00:32:59'),(15430,4,4384,'','2013-10-17 00:32:59'),(15431,5,4384,'WARD','2013-10-17 00:32:59'),(15432,6,4384,'','2013-10-17 00:32:59'),(15433,1,4386,'3569241/13','2013-10-17 00:32:59'),(15434,2,4386,'','2013-10-17 00:32:59'),(15435,3,4386,'','2013-10-17 00:32:59'),(15436,4,4386,'','2013-10-17 00:32:59'),(15437,5,4386,'WARD','2013-10-17 00:32:59'),(15438,6,4386,'','2013-10-17 00:32:59'),(15439,1,4389,'3569241/13','2013-10-17 00:32:59'),(15440,2,4389,'','2013-10-17 00:32:59'),(15441,3,4389,'','2013-10-17 00:32:59'),(15442,4,4389,'','2013-10-17 00:32:59'),(15443,5,4389,'WARD','2013-10-17 00:32:59'),(15444,6,4389,'','2013-10-17 00:32:59'),(15445,1,4390,'3569252/13','2013-10-17 00:39:34'),(15446,2,4390,'','2013-10-17 00:39:34'),(15447,3,4390,'','2013-10-17 00:39:34'),(15448,4,4390,'','2013-10-17 00:39:34'),(15449,5,4390,'','2013-10-17 00:39:34'),(15450,6,4390,'','2013-10-17 00:39:34'),(15451,1,4392,'3569252','2013-10-17 00:39:34'),(15452,2,4392,'','2013-10-17 00:39:34'),(15453,3,4392,'','2013-10-17 00:39:34'),(15454,4,4392,'','2013-10-17 00:39:34'),(15455,5,4392,'','2013-10-17 00:39:34'),(15456,6,4392,'','2013-10-17 00:39:34'),(15457,1,4393,'3569244/13','2013-10-17 00:43:50'),(15458,2,4393,'','2013-10-17 00:43:50'),(15459,3,4393,'','2013-10-17 00:43:50'),(15460,4,4393,'','2013-10-17 00:43:50'),(15461,5,4393,'','2013-10-17 00:43:50'),(15462,6,4393,'','2013-10-17 00:43:50'),(15463,1,4395,'3569244/13','2013-10-17 00:43:50'),(15464,2,4395,'','2013-10-17 00:43:50'),(15465,3,4395,'','2013-10-17 00:43:50'),(15466,4,4395,'','2013-10-17 00:43:50'),(15467,5,4395,'','2013-10-17 00:43:50'),(15468,6,4395,'','2013-10-17 00:43:50'),(15469,1,4396,'3569242/13','2013-10-17 00:47:33'),(15470,2,4396,'','2013-10-17 00:47:33'),(15471,3,4396,'','2013-10-17 00:47:33'),(15472,4,4396,'','2013-10-17 00:47:33'),(15473,5,4396,'','2013-10-17 00:47:33'),(15474,6,4396,'','2013-10-17 00:47:33'),(15475,1,4397,'3569254/13','2013-10-17 00:53:28'),(15476,2,4397,'','2013-10-17 00:53:28'),(15477,3,4397,'','2013-10-17 00:53:28'),(15478,4,4397,'','2013-10-17 00:53:28'),(15479,5,4397,'','2013-10-17 00:53:28'),(15480,6,4397,'','2013-10-17 00:53:28'),(15481,1,4399,'3569254/13','2013-10-17 00:53:28'),(15482,2,4399,'','2013-10-17 00:53:28'),(15483,3,4399,'','2013-10-17 00:53:28'),(15484,4,4399,'','2013-10-17 00:53:28'),(15485,5,4399,'','2013-10-17 00:53:28'),(15486,6,4399,'','2013-10-17 00:53:28'),(15487,1,4400,'','2013-10-17 01:19:32'),(15488,2,4400,'','2013-10-17 01:19:32'),(15489,3,4400,'','2013-10-17 01:19:32'),(15490,4,4400,'OPD','2013-10-17 01:19:32'),(15491,5,4400,'','2013-10-17 01:19:32'),(15492,6,4400,'','2013-10-17 01:19:32'),(15493,1,4401,'','2013-10-17 05:58:02'),(15494,2,4401,'','2013-10-17 05:58:02'),(15495,3,4401,'','2013-10-17 05:58:02'),(15496,4,4401,'','2013-10-17 05:58:02'),(15497,5,4401,'','2013-10-17 05:58:02'),(15498,6,4401,'','2013-10-17 05:58:02'),(15499,1,4403,'','2013-10-17 05:58:02'),(15500,2,4403,'','2013-10-17 05:58:02'),(15501,3,4403,'','2013-10-17 05:58:02'),(15502,4,4403,'','2013-10-17 05:58:02'),(15503,5,4403,'','2013-10-17 05:58:02'),(15504,6,4403,'','2013-10-17 05:58:02'),(15505,1,4406,'','2013-10-17 05:58:02'),(15506,2,4406,'','2013-10-17 05:58:02'),(15507,3,4406,'','2013-10-17 05:58:02'),(15508,4,4406,'','2013-10-17 05:58:02'),(15509,5,4406,'','2013-10-17 05:58:02'),(15510,6,4406,'','2013-10-17 05:58:02'),(15511,1,4407,'3569150/13','2013-10-17 06:46:34'),(15512,2,4407,'','2013-10-17 06:46:34'),(15513,3,4407,'','2013-10-17 06:46:34'),(15514,4,4407,'','2013-10-17 06:46:34'),(15515,5,4407,'','2013-10-17 06:46:34'),(15516,6,4407,'','2013-10-17 06:46:34'),(15517,1,4409,'3569150/13','2013-10-17 06:46:34'),(15518,2,4409,'','2013-10-17 06:46:34'),(15519,3,4409,'','2013-10-17 06:46:34'),(15520,4,4409,'','2013-10-17 06:46:34'),(15521,5,4409,'','2013-10-17 06:46:34'),(15522,6,4409,'','2013-10-17 06:46:34'),(15523,1,4410,'3568945/13','2013-10-17 06:50:22'),(15524,2,4410,'','2013-10-17 06:50:22'),(15525,3,4410,'','2013-10-17 06:50:22'),(15526,4,4410,'','2013-10-17 06:50:22'),(15527,5,4410,'','2013-10-17 06:50:22'),(15528,6,4410,'','2013-10-17 06:50:22'),(15529,1,4412,'3568945/13','2013-10-17 06:50:22'),(15530,2,4412,'','2013-10-17 06:50:22'),(15531,3,4412,'','2013-10-17 06:50:22'),(15532,4,4412,'','2013-10-17 06:50:22'),(15533,5,4412,'','2013-10-17 06:50:22'),(15534,6,4412,'','2013-10-17 06:50:22'),(15535,1,4413,'3569315/13','2013-10-17 07:02:01'),(15536,2,4413,'','2013-10-17 07:02:01'),(15537,3,4413,'','2013-10-17 07:02:01'),(15538,4,4413,'','2013-10-17 07:02:01'),(15539,5,4413,'','2013-10-17 07:02:01'),(15540,6,4413,'','2013-10-17 07:02:01'),(15541,1,4414,'3569319/13','2013-10-17 07:13:22'),(15542,2,4414,'','2013-10-17 07:13:22'),(15543,3,4414,'','2013-10-17 07:13:22'),(15544,4,4414,'','2013-10-17 07:13:22'),(15545,5,4414,'','2013-10-17 07:13:22'),(15546,6,4414,'','2013-10-17 07:13:22'),(15547,1,4416,'3569319/13','2013-10-17 07:13:22'),(15548,2,4416,'','2013-10-17 07:13:22'),(15549,3,4416,'','2013-10-17 07:13:22'),(15550,4,4416,'','2013-10-17 07:13:22'),(15551,5,4416,'','2013-10-17 07:13:22'),(15552,6,4416,'','2013-10-17 07:13:22'),(15553,1,4417,'3568929','2013-10-17 07:20:58'),(15554,2,4417,'587976','2013-10-17 07:20:58'),(15555,3,4417,'','2013-10-17 07:20:58'),(15556,4,4417,'OPD','2013-10-17 07:20:58'),(15557,5,4417,'','2013-10-17 07:20:58'),(15558,6,4417,'47','2013-10-17 07:20:58'),(15559,1,4419,'','2013-10-17 07:20:58'),(15560,2,4419,'','2013-10-17 07:20:58'),(15561,3,4419,'','2013-10-17 07:20:58'),(15562,4,4419,'','2013-10-17 07:20:58'),(15563,5,4419,'','2013-10-17 07:20:58'),(15564,6,4419,'','2013-10-17 07:20:58'),(15565,1,4420,'3541563/13','2013-10-17 07:24:27'),(15566,2,4420,'','2013-10-17 07:24:27'),(15567,3,4420,'','2013-10-17 07:24:27'),(15568,4,4420,'','2013-10-17 07:24:27'),(15569,5,4420,'','2013-10-17 07:24:27'),(15570,6,4420,'','2013-10-17 07:24:27'),(15571,1,4422,'3541563/13','2013-10-17 07:24:27'),(15572,2,4422,'','2013-10-17 07:24:27'),(15573,3,4422,'','2013-10-17 07:24:27'),(15574,4,4422,'','2013-10-17 07:24:27'),(15575,5,4422,'','2013-10-17 07:24:27'),(15576,6,4422,'','2013-10-17 07:24:27'),(15577,1,4425,'3541563/13','2013-10-17 07:24:27'),(15578,2,4425,'','2013-10-17 07:24:27'),(15579,3,4425,'','2013-10-17 07:24:27'),(15580,4,4425,'','2013-10-17 07:24:27'),(15581,5,4425,'','2013-10-17 07:24:27'),(15582,6,4425,'','2013-10-17 07:24:27'),(15583,1,4426,'','2013-10-17 07:26:22'),(15584,2,4426,'','2013-10-17 07:26:22'),(15585,3,4426,'','2013-10-17 07:26:22'),(15586,4,4426,'OPD','2013-10-17 07:26:22'),(15587,5,4426,'','2013-10-17 07:26:22'),(15588,6,4426,'','2013-10-17 07:26:22'),(15589,1,4428,'','2013-10-17 07:26:22'),(15590,2,4428,'','2013-10-17 07:26:22'),(15591,3,4428,'','2013-10-17 07:26:22'),(15592,4,4428,'','2013-10-17 07:26:22'),(15593,5,4428,'','2013-10-17 07:26:22'),(15594,6,4428,'','2013-10-17 07:26:22'),(15595,1,4431,'','2013-10-17 07:26:22'),(15596,2,4431,'','2013-10-17 07:26:22'),(15597,3,4431,'','2013-10-17 07:26:22'),(15598,4,4431,'','2013-10-17 07:26:22'),(15599,5,4431,'','2013-10-17 07:26:22'),(15600,6,4431,'','2013-10-17 07:26:22'),(15601,1,4435,'','2013-10-17 07:26:24'),(15602,2,4435,'','2013-10-17 07:26:24'),(15603,3,4435,'','2013-10-17 07:26:24'),(15604,4,4435,'','2013-10-17 07:26:24'),(15605,5,4435,'','2013-10-17 07:26:24'),(15606,6,4435,'','2013-10-17 07:26:24'),(15607,1,4440,'','2013-10-17 07:26:24'),(15608,2,4440,'','2013-10-17 07:26:24'),(15609,3,4440,'','2013-10-17 07:26:24'),(15610,4,4440,'','2013-10-17 07:26:24'),(15611,5,4440,'','2013-10-17 07:26:24'),(15612,6,4440,'','2013-10-17 07:26:24'),(15613,1,4446,'','2013-10-17 07:26:24'),(15614,2,4446,'','2013-10-17 07:26:24'),(15615,3,4446,'','2013-10-17 07:26:24'),(15616,4,4446,'','2013-10-17 07:26:24'),(15617,5,4446,'','2013-10-17 07:26:24'),(15618,6,4446,'','2013-10-17 07:26:24'),(15619,1,4453,'','2013-10-17 07:26:24'),(15620,2,4453,'','2013-10-17 07:26:24'),(15621,3,4453,'','2013-10-17 07:26:24'),(15622,4,4453,'','2013-10-17 07:26:24'),(15623,5,4453,'','2013-10-17 07:26:24'),(15624,6,4453,'','2013-10-17 07:26:24'),(15625,1,4454,'3569325','2013-10-17 07:37:55'),(15626,2,4454,'','2013-10-17 07:37:55'),(15627,3,4454,'','2013-10-17 07:37:55'),(15628,4,4454,'OPD','2013-10-17 07:37:55'),(15629,5,4454,'','2013-10-17 07:37:55'),(15630,6,4454,'99.00','2013-10-17 07:37:55'),(15631,1,4456,'','2013-10-17 07:37:55'),(15632,2,4456,'','2013-10-17 07:37:55'),(15633,3,4456,'','2013-10-17 07:37:55'),(15634,4,4456,'','2013-10-17 07:37:55'),(15635,5,4456,'','2013-10-17 07:37:55'),(15636,6,4456,'','2013-10-17 07:37:55'),(15637,1,4457,'3569324','2013-10-17 07:40:56'),(15638,2,4457,'588071','2013-10-17 07:40:56'),(15639,3,4457,'','2013-10-17 07:40:56'),(15640,4,4457,'OPD','2013-10-17 07:40:56'),(15641,5,4457,'','2013-10-17 07:40:56'),(15642,6,4457,'20.00','2013-10-17 07:40:56'),(15643,1,4458,'','2013-10-17 08:00:56'),(15644,2,4458,'','2013-10-17 08:00:56'),(15645,3,4458,'','2013-10-17 08:00:56'),(15646,4,4458,'OPD','2013-10-17 08:00:56'),(15647,5,4458,'','2013-10-17 08:00:56'),(15648,6,4458,'94','2013-10-17 08:00:56'),(15649,1,4460,'','2013-10-17 08:00:56'),(15650,2,4460,'','2013-10-17 08:00:56'),(15651,3,4460,'','2013-10-17 08:00:56'),(15652,4,4460,'','2013-10-17 08:00:56'),(15653,5,4460,'','2013-10-17 08:00:56'),(15654,6,4460,'','2013-10-17 08:00:56'),(15655,1,4461,'','2013-10-17 08:03:01'),(15656,2,4461,'','2013-10-17 08:03:01'),(15657,3,4461,'','2013-10-17 08:03:01'),(15658,4,4461,'OPD','2013-10-17 08:03:01'),(15659,5,4461,'','2013-10-17 08:03:01'),(15660,6,4461,'162','2013-10-17 08:03:01'),(15661,1,4463,'','2013-10-17 08:03:02'),(15662,2,4463,'','2013-10-17 08:03:02'),(15663,3,4463,'','2013-10-17 08:03:02'),(15664,4,4463,'','2013-10-17 08:03:02'),(15665,5,4463,'','2013-10-17 08:03:02'),(15666,6,4463,'','2013-10-17 08:03:02'),(15667,1,4464,'','2013-10-17 08:06:46'),(15668,2,4464,'','2013-10-17 08:06:46'),(15669,3,4464,'','2013-10-17 08:06:46'),(15670,4,4464,'OPD','2013-10-17 08:06:46'),(15671,5,4464,'','2013-10-17 08:06:46'),(15672,6,4464,'24','2013-10-17 08:06:46'),(15673,1,4465,'3569554','2013-10-17 08:09:11'),(15674,2,4465,'588075','2013-10-17 08:09:11'),(15675,3,4465,'','2013-10-17 08:09:11'),(15676,4,4465,'SR','2013-10-17 08:09:11'),(15677,5,4465,'','2013-10-17 08:09:11'),(15678,6,4465,'59','2013-10-17 08:09:11'),(15679,1,4467,'','2013-10-17 08:09:12'),(15680,2,4467,'','2013-10-17 08:09:12'),(15681,3,4467,'','2013-10-17 08:09:12'),(15682,4,4467,'','2013-10-17 08:09:12'),(15683,5,4467,'','2013-10-17 08:09:12'),(15684,6,4467,'','2013-10-17 08:09:12'),(15685,1,4468,'3569333','2013-10-17 08:11:45'),(15686,2,4468,'588074','2013-10-17 08:11:45'),(15687,3,4468,'','2013-10-17 08:11:45'),(15688,4,4468,'OPD','2013-10-17 08:11:45'),(15689,5,4468,'','2013-10-17 08:11:45'),(15690,6,4468,'59','2013-10-17 08:11:45'),(15691,1,4470,'','2013-10-17 08:11:46'),(15692,2,4470,'','2013-10-17 08:11:46'),(15693,3,4470,'','2013-10-17 08:11:46'),(15694,4,4470,'','2013-10-17 08:11:46'),(15695,5,4470,'','2013-10-17 08:11:46'),(15696,6,4470,'','2013-10-17 08:11:46'),(15697,1,4471,'','2013-10-17 08:39:59'),(15698,2,4471,'','2013-10-17 08:39:59'),(15699,3,4471,'','2013-10-17 08:39:59'),(15700,4,4471,'OPD','2013-10-17 08:39:59'),(15701,5,4471,'','2013-10-17 08:39:59'),(15702,6,4471,'','2013-10-17 08:39:59'),(15703,1,4473,'','2013-10-17 08:40:00'),(15704,2,4473,'','2013-10-17 08:40:00'),(15705,3,4473,'','2013-10-17 08:40:00'),(15706,4,4473,'','2013-10-17 08:40:00'),(15707,5,4473,'','2013-10-17 08:40:00'),(15708,6,4473,'','2013-10-17 08:40:00'),(15709,1,4476,'','2013-10-17 08:40:01'),(15710,2,4476,'','2013-10-17 08:40:01'),(15711,3,4476,'','2013-10-17 08:40:01'),(15712,4,4476,'','2013-10-17 08:40:01'),(15713,5,4476,'','2013-10-17 08:40:01'),(15714,6,4476,'','2013-10-17 08:40:01'),(15715,1,4480,'','2013-10-17 08:40:01'),(15716,2,4480,'','2013-10-17 08:40:01'),(15717,3,4480,'','2013-10-17 08:40:01'),(15718,4,4480,'','2013-10-17 08:40:01'),(15719,5,4480,'','2013-10-17 08:40:01'),(15720,6,4480,'','2013-10-17 08:40:01'),(15721,1,4485,'','2013-10-17 08:40:01'),(15722,2,4485,'','2013-10-17 08:40:01'),(15723,3,4485,'','2013-10-17 08:40:01'),(15724,4,4485,'','2013-10-17 08:40:01'),(15725,5,4485,'','2013-10-17 08:40:01'),(15726,6,4485,'','2013-10-17 08:40:01'),(15727,1,4486,'3569368','2013-10-17 08:42:34'),(15728,2,4486,'','2013-10-17 08:42:34'),(15729,3,4486,'','2013-10-17 08:42:34'),(15730,4,4486,'OPD','2013-10-17 08:42:34'),(15731,5,4486,'','2013-10-17 08:42:34'),(15732,6,4486,'81','2013-10-17 08:42:34'),(15733,1,4487,'','2013-10-17 08:45:41'),(15734,2,4487,'','2013-10-17 08:45:41'),(15735,3,4487,'','2013-10-17 08:45:41'),(15736,4,4487,'','2013-10-17 08:45:41'),(15737,5,4487,'','2013-10-17 08:45:41'),(15738,6,4487,'','2013-10-17 08:45:41'),(15739,1,4488,'3569379','2013-10-17 08:46:50'),(15740,2,4488,'588079','2013-10-17 08:46:50'),(15741,3,4488,'','2013-10-17 08:46:50'),(15742,4,4488,'','2013-10-17 08:46:50'),(15743,5,4488,'','2013-10-17 08:46:50'),(15744,6,4488,'','2013-10-17 08:46:50'),(15745,1,4489,'','2013-10-17 08:48:03'),(15746,2,4489,'','2013-10-17 08:48:03'),(15747,3,4489,'','2013-10-17 08:48:03'),(15748,4,4489,'','2013-10-17 08:48:03'),(15749,5,4489,'','2013-10-17 08:48:03'),(15750,6,4489,'','2013-10-17 08:48:03'),(15751,1,4490,'','2013-10-17 09:03:04'),(15752,2,4490,'','2013-10-17 09:03:04'),(15753,3,4490,'','2013-10-17 09:03:04'),(15754,4,4490,'OPD','2013-10-17 09:03:04'),(15755,5,4490,'','2013-10-17 09:03:04'),(15756,6,4490,'','2013-10-17 09:03:04'),(15757,1,4492,'','2013-10-17 09:03:04'),(15758,2,4492,'','2013-10-17 09:03:04'),(15759,3,4492,'','2013-10-17 09:03:04'),(15760,4,4492,'','2013-10-17 09:03:04'),(15761,5,4492,'','2013-10-17 09:03:04'),(15762,6,4492,'','2013-10-17 09:03:04'),(15763,1,4495,'','2013-10-17 09:03:05'),(15764,2,4495,'','2013-10-17 09:03:05'),(15765,3,4495,'','2013-10-17 09:03:05'),(15766,4,4495,'','2013-10-17 09:03:05'),(15767,5,4495,'','2013-10-17 09:03:05'),(15768,6,4495,'','2013-10-17 09:03:05'),(15769,1,4499,'','2013-10-17 09:03:05'),(15770,2,4499,'','2013-10-17 09:03:05'),(15771,3,4499,'','2013-10-17 09:03:05'),(15772,4,4499,'','2013-10-17 09:03:05'),(15773,5,4499,'','2013-10-17 09:03:05'),(15774,6,4499,'','2013-10-17 09:03:05'),(15775,1,4504,'','2013-10-17 09:03:05'),(15776,2,4504,'','2013-10-17 09:03:05'),(15777,3,4504,'','2013-10-17 09:03:05'),(15778,4,4504,'','2013-10-17 09:03:05'),(15779,5,4504,'','2013-10-17 09:03:05'),(15780,6,4504,'','2013-10-17 09:03:05'),(15781,1,4510,'','2013-10-17 09:03:05'),(15782,2,4510,'','2013-10-17 09:03:05'),(15783,3,4510,'','2013-10-17 09:03:05'),(15784,4,4510,'','2013-10-17 09:03:05'),(15785,5,4510,'','2013-10-17 09:03:05'),(15786,6,4510,'','2013-10-17 09:03:05'),(15787,1,4517,'','2013-10-17 09:03:06'),(15788,2,4517,'','2013-10-17 09:03:06'),(15789,3,4517,'','2013-10-17 09:03:06'),(15790,4,4517,'','2013-10-17 09:03:06'),(15791,5,4517,'','2013-10-17 09:03:06'),(15792,6,4517,'','2013-10-17 09:03:06'),(15793,1,4525,'','2013-10-17 09:03:06'),(15794,2,4525,'','2013-10-17 09:03:06'),(15795,3,4525,'','2013-10-17 09:03:06'),(15796,4,4525,'','2013-10-17 09:03:06'),(15797,5,4525,'','2013-10-17 09:03:06'),(15798,6,4525,'','2013-10-17 09:03:06'),(15799,1,4526,'','2013-10-17 09:07:56'),(15800,2,4526,'','2013-10-17 09:07:56'),(15801,3,4526,'','2013-10-17 09:07:56'),(15802,4,4526,'','2013-10-17 09:07:56'),(15803,5,4526,'','2013-10-17 09:07:56'),(15804,6,4526,'','2013-10-17 09:07:56'),(15805,1,4528,'','2013-10-17 09:07:59'),(15806,2,4528,'','2013-10-17 09:07:59'),(15807,3,4528,'','2013-10-17 09:07:59'),(15808,4,4528,'','2013-10-17 09:07:59'),(15809,5,4528,'','2013-10-17 09:07:59'),(15810,6,4528,'','2013-10-17 09:07:59'),(15811,1,4531,'','2013-10-17 09:08:09'),(15812,2,4531,'','2013-10-17 09:08:09'),(15813,3,4531,'','2013-10-17 09:08:09'),(15814,4,4531,'','2013-10-17 09:08:09'),(15815,5,4531,'','2013-10-17 09:08:09'),(15816,6,4531,'','2013-10-17 09:08:09'),(15817,1,4535,'','2013-10-17 09:08:09'),(15818,2,4535,'','2013-10-17 09:08:09'),(15819,3,4535,'','2013-10-17 09:08:09'),(15820,4,4535,'','2013-10-17 09:08:09'),(15821,5,4535,'','2013-10-17 09:08:09'),(15822,6,4535,'','2013-10-17 09:08:09'),(15823,1,4540,'','2013-10-17 09:08:09'),(15824,2,4540,'','2013-10-17 09:08:09'),(15825,3,4540,'','2013-10-17 09:08:09'),(15826,4,4540,'','2013-10-17 09:08:09'),(15827,5,4540,'','2013-10-17 09:08:09'),(15828,6,4540,'','2013-10-17 09:08:09'),(15829,1,4546,'','2013-10-17 09:08:09'),(15830,2,4546,'','2013-10-17 09:08:09'),(15831,3,4546,'','2013-10-17 09:08:09'),(15832,4,4546,'','2013-10-17 09:08:09'),(15833,5,4546,'','2013-10-17 09:08:09'),(15834,6,4546,'','2013-10-17 09:08:09'),(15835,1,4553,'','2013-10-17 09:08:10'),(15836,2,4553,'','2013-10-17 09:08:10'),(15837,3,4553,'','2013-10-17 09:08:10'),(15838,4,4553,'','2013-10-17 09:08:10'),(15839,5,4553,'','2013-10-17 09:08:10'),(15840,6,4553,'','2013-10-17 09:08:10'),(15841,1,4554,'','2013-10-17 09:08:17'),(15842,2,4554,'','2013-10-17 09:08:17'),(15843,3,4554,'','2013-10-17 09:08:17'),(15844,4,4554,'','2013-10-17 09:08:17'),(15845,5,4554,'','2013-10-17 09:08:17'),(15846,6,4554,'','2013-10-17 09:08:17'),(15847,1,4556,'','2013-10-17 09:08:20'),(15848,2,4556,'','2013-10-17 09:08:20'),(15849,3,4556,'','2013-10-17 09:08:20'),(15850,4,4556,'','2013-10-17 09:08:20'),(15851,5,4556,'','2013-10-17 09:08:20'),(15852,6,4556,'','2013-10-17 09:08:20'),(15853,1,4559,'','2013-10-17 09:08:20'),(15854,2,4559,'','2013-10-17 09:08:20'),(15855,3,4559,'','2013-10-17 09:08:20'),(15856,4,4559,'','2013-10-17 09:08:20'),(15857,5,4559,'','2013-10-17 09:08:20'),(15858,6,4559,'','2013-10-17 09:08:20'),(15859,1,4563,'','2013-10-17 09:08:21'),(15860,2,4563,'','2013-10-17 09:08:21'),(15861,3,4563,'','2013-10-17 09:08:21'),(15862,4,4563,'','2013-10-17 09:08:21'),(15863,5,4563,'','2013-10-17 09:08:21'),(15864,6,4563,'','2013-10-17 09:08:21'),(15865,1,4568,'','2013-10-17 09:08:21'),(15866,2,4568,'','2013-10-17 09:08:21'),(15867,3,4568,'','2013-10-17 09:08:21'),(15868,4,4568,'','2013-10-17 09:08:21'),(15869,5,4568,'','2013-10-17 09:08:21'),(15870,6,4568,'','2013-10-17 09:08:21'),(15871,1,4574,'','2013-10-17 09:08:21'),(15872,2,4574,'','2013-10-17 09:08:21'),(15873,3,4574,'','2013-10-17 09:08:21'),(15874,4,4574,'','2013-10-17 09:08:21'),(15875,5,4574,'','2013-10-17 09:08:21'),(15876,6,4574,'','2013-10-17 09:08:21'),(15877,1,4581,'','2013-10-17 09:08:21'),(15878,2,4581,'','2013-10-17 09:08:21'),(15879,3,4581,'','2013-10-17 09:08:21'),(15880,4,4581,'','2013-10-17 09:08:21'),(15881,5,4581,'','2013-10-17 09:08:21'),(15882,6,4581,'','2013-10-17 09:08:21'),(15883,1,4582,'','2013-10-17 09:24:51'),(15884,2,4582,'','2013-10-17 09:24:51'),(15885,3,4582,'','2013-10-17 09:24:51'),(15886,4,4582,'OPD','2013-10-17 09:24:51'),(15887,5,4582,'','2013-10-17 09:24:51'),(15888,6,4582,'479','2013-10-17 09:24:51'),(15889,1,4583,'','2013-10-17 09:27:49'),(15890,2,4583,'','2013-10-17 09:27:49'),(15891,3,4583,'','2013-10-17 09:27:49'),(15892,4,4583,'','2013-10-17 09:27:49'),(15893,5,4583,'','2013-10-17 09:27:49'),(15894,6,4583,'','2013-10-17 09:27:49'),(15895,1,4585,'','2013-10-17 09:27:49'),(15896,2,4585,'','2013-10-17 09:27:49'),(15897,3,4585,'','2013-10-17 09:27:49'),(15898,4,4585,'','2013-10-17 09:27:49'),(15899,5,4585,'','2013-10-17 09:27:49'),(15900,6,4585,'','2013-10-17 09:27:49'),(15901,1,4588,'','2013-10-17 09:27:49'),(15902,2,4588,'','2013-10-17 09:27:49'),(15903,3,4588,'','2013-10-17 09:27:49'),(15904,4,4588,'','2013-10-17 09:27:49'),(15905,5,4588,'','2013-10-17 09:27:49'),(15906,6,4588,'','2013-10-17 09:27:49'),(15907,1,4592,'','2013-10-17 09:27:49'),(15908,2,4592,'','2013-10-17 09:27:49'),(15909,3,4592,'','2013-10-17 09:27:49'),(15910,4,4592,'','2013-10-17 09:27:49'),(15911,5,4592,'','2013-10-17 09:27:49'),(15912,6,4592,'','2013-10-17 09:27:49'),(15913,1,4597,'','2013-10-17 09:27:50'),(15914,2,4597,'','2013-10-17 09:27:50'),(15915,3,4597,'','2013-10-17 09:27:50'),(15916,4,4597,'','2013-10-17 09:27:50'),(15917,5,4597,'','2013-10-17 09:27:50'),(15918,6,4597,'','2013-10-17 09:27:50'),(15919,1,4598,'3569387','2013-10-17 09:30:24'),(15920,2,4598,'588080','2013-10-17 09:30:24'),(15921,3,4598,'','2013-10-17 09:30:24'),(15922,4,4598,'OPD','2013-10-17 09:30:24'),(15923,5,4598,'','2013-10-17 09:30:24'),(15924,6,4598,'117','2013-10-17 09:30:24'),(15925,1,4600,'','2013-10-17 09:30:25'),(15926,2,4600,'','2013-10-17 09:30:25'),(15927,3,4600,'','2013-10-17 09:30:25'),(15928,4,4600,'','2013-10-17 09:30:25'),(15929,5,4600,'','2013-10-17 09:30:25'),(15930,6,4600,'','2013-10-17 09:30:25'),(15931,1,4603,'','2013-10-17 09:30:25'),(15932,2,4603,'','2013-10-17 09:30:25'),(15933,3,4603,'','2013-10-17 09:30:25'),(15934,4,4603,'','2013-10-17 09:30:25'),(15935,5,4603,'','2013-10-17 09:30:25'),(15936,6,4603,'','2013-10-17 09:30:25'),(15937,1,4604,'3569396','2013-10-17 09:32:56'),(15938,2,4604,'','2013-10-17 09:32:56'),(15939,3,4604,'','2013-10-17 09:32:56'),(15940,4,4604,'OPD','2013-10-17 09:32:56'),(15941,5,4604,'','2013-10-17 09:32:56'),(15942,6,4604,'12','2013-10-17 09:32:56'),(15943,1,4605,'','2013-10-17 09:37:54'),(15944,2,4605,'','2013-10-17 09:37:54'),(15945,3,4605,'','2013-10-17 09:37:54'),(15946,4,4605,'','2013-10-17 09:37:54'),(15947,5,4605,'','2013-10-17 09:37:54'),(15948,6,4605,'','2013-10-17 09:37:54'),(15949,1,4606,'','2013-10-17 09:41:16'),(15950,2,4606,'','2013-10-17 09:41:16'),(15951,3,4606,'','2013-10-17 09:41:16'),(15952,4,4606,'','2013-10-17 09:41:16'),(15953,5,4606,'','2013-10-17 09:41:16'),(15954,6,4606,'','2013-10-17 09:41:16'),(15955,1,4607,'3569339','2013-10-17 09:42:16'),(15956,2,4607,'588081','2013-10-17 09:42:16'),(15957,3,4607,'','2013-10-17 09:42:16'),(15958,4,4607,'OPD','2013-10-17 09:42:16'),(15959,5,4607,'','2013-10-17 09:42:16'),(15960,6,4607,'430','2013-10-17 09:42:16'),(15961,1,4609,'','2013-10-17 09:42:16'),(15962,2,4609,'','2013-10-17 09:42:16'),(15963,3,4609,'','2013-10-17 09:42:16'),(15964,4,4609,'','2013-10-17 09:42:16'),(15965,5,4609,'','2013-10-17 09:42:16'),(15966,6,4609,'','2013-10-17 09:42:16'),(15967,1,4612,'','2013-10-17 09:42:17'),(15968,2,4612,'','2013-10-17 09:42:17'),(15969,3,4612,'','2013-10-17 09:42:17'),(15970,4,4612,'','2013-10-17 09:42:17'),(15971,5,4612,'','2013-10-17 09:42:17'),(15972,6,4612,'','2013-10-17 09:42:17'),(15973,1,4613,'3569410','2013-10-17 09:50:09'),(15974,2,4613,'588084','2013-10-17 09:50:09'),(15975,3,4613,'','2013-10-17 09:50:09'),(15976,4,4613,'OPD','2013-10-17 09:50:09'),(15977,5,4613,'','2013-10-17 09:50:09'),(15978,6,4613,'122.00','2013-10-17 09:50:09'),(15979,1,4615,'','2013-10-17 09:50:09'),(15980,2,4615,'','2013-10-17 09:50:09'),(15981,3,4615,'','2013-10-17 09:50:09'),(15982,4,4615,'','2013-10-17 09:50:09'),(15983,5,4615,'','2013-10-17 09:50:09'),(15984,6,4615,'','2013-10-17 09:50:09'),(15985,1,4618,'','2013-10-17 09:50:09'),(15986,2,4618,'','2013-10-17 09:50:09'),(15987,3,4618,'','2013-10-17 09:50:09'),(15988,4,4618,'','2013-10-17 09:50:09'),(15989,5,4618,'','2013-10-17 09:50:09'),(15990,6,4618,'','2013-10-17 09:50:09'),(15991,1,4619,'3569412','2013-10-17 09:52:17'),(15992,2,4619,'','2013-10-17 09:52:17'),(15993,3,4619,'','2013-10-17 09:52:17'),(15994,4,4619,'','2013-10-17 09:52:18'),(15995,5,4619,'','2013-10-17 09:52:18'),(15996,6,4619,'','2013-10-17 09:52:18'),(15997,1,4620,'','2013-10-17 09:54:15'),(15998,2,4620,'','2013-10-17 09:54:15'),(15999,3,4620,'','2013-10-17 09:54:15'),(16000,4,4620,'','2013-10-17 09:54:15'),(16001,5,4620,'','2013-10-17 09:54:15'),(16002,6,4620,'','2013-10-17 09:54:15'),(16003,1,4621,'3569415','2013-10-17 09:56:51'),(16004,2,4621,'','2013-10-17 09:56:51'),(16005,3,4621,'','2013-10-17 09:56:51'),(16006,4,4621,'','2013-10-17 09:56:51'),(16007,5,4621,'','2013-10-17 09:56:51'),(16008,6,4621,'','2013-10-17 09:56:51'),(16009,1,4623,'','2013-10-17 09:56:51'),(16010,2,4623,'','2013-10-17 09:56:51'),(16011,3,4623,'','2013-10-17 09:56:51'),(16012,4,4623,'','2013-10-17 09:56:51'),(16013,5,4623,'','2013-10-17 09:56:51'),(16014,6,4623,'','2013-10-17 09:56:51'),(16015,1,4624,'3569417','2013-10-17 09:59:16'),(16016,2,4624,'','2013-10-17 09:59:16'),(16017,3,4624,'UTI','2013-10-17 09:59:16'),(16018,4,4624,'','2013-10-17 09:59:16'),(16019,5,4624,'','2013-10-17 09:59:16'),(16020,6,4624,'94','2013-10-17 09:59:16'),(16021,1,4626,'','2013-10-17 09:59:17'),(16022,2,4626,'','2013-10-17 09:59:17'),(16023,3,4626,'UTI','2013-10-17 09:59:17'),(16024,4,4626,'','2013-10-17 09:59:17'),(16025,5,4626,'','2013-10-17 09:59:17'),(16026,6,4626,'','2013-10-17 09:59:17'),(16027,1,4627,'3569432','2013-10-17 10:02:47'),(16028,2,4627,'','2013-10-17 10:02:47'),(16029,3,4627,'','2013-10-17 10:02:47'),(16030,4,4627,'','2013-10-17 10:02:47'),(16031,5,4627,'','2013-10-17 10:02:47'),(16032,6,4627,'76','2013-10-17 10:02:47'),(16033,1,4629,'3569432','2013-10-17 10:02:47'),(16034,2,4629,'','2013-10-17 10:02:47'),(16035,3,4629,'','2013-10-17 10:02:47'),(16036,4,4629,'','2013-10-17 10:02:47'),(16037,5,4629,'','2013-10-17 10:02:47'),(16038,6,4629,'','2013-10-17 10:02:47'),(16039,1,4630,'','2013-10-17 10:03:58'),(16040,2,4630,'','2013-10-17 10:03:58'),(16041,3,4630,'','2013-10-17 10:03:58'),(16042,4,4630,'','2013-10-17 10:03:58'),(16043,5,4630,'','2013-10-17 10:03:58'),(16044,6,4630,'','2013-10-17 10:03:58'),(16045,1,4631,'3569429','2013-10-17 10:07:17'),(16046,2,4631,'500000','2013-10-17 10:07:17'),(16047,3,4631,'','2013-10-17 10:07:17'),(16048,4,4631,'','2013-10-17 10:07:17'),(16049,5,4631,'','2013-10-17 10:07:17'),(16050,6,4631,'18','2013-10-17 10:07:17'),(16051,1,4632,'3569435','2013-10-17 10:09:37'),(16052,2,4632,'','2013-10-17 10:09:37'),(16053,3,4632,'','2013-10-17 10:09:37'),(16054,4,4632,'','2013-10-17 10:09:37'),(16055,5,4632,'','2013-10-17 10:09:37'),(16056,6,4632,'77','2013-10-17 10:09:37'),(16057,1,4633,'3569439','2013-10-17 10:13:35'),(16058,2,4633,'588090','2013-10-17 10:13:35'),(16059,3,4633,'','2013-10-17 10:13:35'),(16060,4,4633,'','2013-10-17 10:13:35'),(16061,5,4633,'','2013-10-17 10:13:35'),(16062,6,4633,'','2013-10-17 10:13:35'),(16063,1,4634,'3569441','2013-10-17 10:16:45'),(16064,2,4634,'','2013-10-17 10:16:45'),(16065,3,4634,'FEVER, CHILLS','2013-10-17 10:16:45'),(16066,4,4634,'','2013-10-17 10:16:45'),(16067,5,4634,'','2013-10-17 10:16:45'),(16068,6,4634,'37','2013-10-17 10:16:45'),(16069,1,4635,'','2013-10-17 10:18:47'),(16070,2,4635,'','2013-10-17 10:18:47'),(16071,3,4635,'','2013-10-17 10:18:47'),(16072,4,4635,'','2013-10-17 10:18:47'),(16073,5,4635,'','2013-10-17 10:18:47'),(16074,6,4635,'','2013-10-17 10:18:47'),(16075,1,4636,'3569440','2013-10-17 10:21:06'),(16076,2,4636,'','2013-10-17 10:21:06'),(16077,3,4636,'','2013-10-17 10:21:06'),(16078,4,4636,'','2013-10-17 10:21:06'),(16079,5,4636,'','2013-10-17 10:21:06'),(16080,6,4636,'','2013-10-17 10:21:06'),(16081,1,4637,'','2013-10-17 10:27:43'),(16082,2,4637,'','2013-10-17 10:27:43'),(16083,3,4637,'','2013-10-17 10:27:43'),(16084,4,4637,'','2013-10-17 10:27:43'),(16085,5,4637,'','2013-10-17 10:27:43'),(16086,6,4637,'','2013-10-17 10:27:43'),(16087,1,4639,'','2013-10-17 10:27:43'),(16088,2,4639,'','2013-10-17 10:27:43'),(16089,3,4639,'','2013-10-17 10:27:43'),(16090,4,4639,'','2013-10-17 10:27:43'),(16091,5,4639,'','2013-10-17 10:27:43'),(16092,6,4639,'','2013-10-17 10:27:43'),(16093,1,4642,'','2013-10-17 10:27:43'),(16094,2,4642,'','2013-10-17 10:27:43'),(16095,3,4642,'','2013-10-17 10:27:43'),(16096,4,4642,'','2013-10-17 10:27:43'),(16097,5,4642,'','2013-10-17 10:27:43'),(16098,6,4642,'','2013-10-17 10:27:43'),(16099,1,4646,'','2013-10-17 10:27:43'),(16100,2,4646,'','2013-10-17 10:27:43'),(16101,3,4646,'','2013-10-17 10:27:43'),(16102,4,4646,'','2013-10-17 10:27:43'),(16103,5,4646,'','2013-10-17 10:27:43'),(16104,6,4646,'','2013-10-17 10:27:43'),(16105,1,4651,'','2013-10-17 10:27:44'),(16106,2,4651,'','2013-10-17 10:27:44'),(16107,3,4651,'','2013-10-17 10:27:44'),(16108,4,4651,'','2013-10-17 10:27:44'),(16109,5,4651,'','2013-10-17 10:27:44'),(16110,6,4651,'','2013-10-17 10:27:44'),(16111,1,4652,'','2013-10-17 10:29:28'),(16112,2,4652,'','2013-10-17 10:29:28'),(16113,3,4652,'','2013-10-17 10:29:28'),(16114,4,4652,'','2013-10-17 10:29:28'),(16115,5,4652,'','2013-10-17 10:29:28'),(16116,6,4652,'','2013-10-17 10:29:28'),(16117,1,4653,'','2013-10-17 10:33:03'),(16118,2,4653,'','2013-10-17 10:33:03'),(16119,3,4653,'','2013-10-17 10:33:03'),(16120,4,4653,'','2013-10-17 10:33:03'),(16121,5,4653,'','2013-10-17 10:33:03'),(16122,6,4653,'','2013-10-17 10:33:03'),(16123,1,4655,'','2013-10-17 10:33:06'),(16124,2,4655,'','2013-10-17 10:33:06'),(16125,3,4655,'','2013-10-17 10:33:06'),(16126,4,4655,'','2013-10-17 10:33:06'),(16127,5,4655,'','2013-10-17 10:33:06'),(16128,6,4655,'','2013-10-17 10:33:06'),(16129,1,4658,'','2013-10-17 10:33:07'),(16130,2,4658,'','2013-10-17 10:33:07'),(16131,3,4658,'','2013-10-17 10:33:07'),(16132,4,4658,'','2013-10-17 10:33:07'),(16133,5,4658,'','2013-10-17 10:33:07'),(16134,6,4658,'','2013-10-17 10:33:07'),(16135,1,4659,'','2013-10-17 10:34:09'),(16136,2,4659,'','2013-10-17 10:34:09'),(16137,3,4659,'','2013-10-17 10:34:09'),(16138,4,4659,'','2013-10-17 10:34:09'),(16139,5,4659,'','2013-10-17 10:34:09'),(16140,6,4659,'','2013-10-17 10:34:09'),(16141,1,4661,'','2013-10-17 10:34:10'),(16142,2,4661,'','2013-10-17 10:34:10'),(16143,3,4661,'','2013-10-17 10:34:10'),(16144,4,4661,'','2013-10-17 10:34:10'),(16145,5,4661,'','2013-10-17 10:34:10'),(16146,6,4661,'','2013-10-17 10:34:10'),(16147,1,4662,'3569464','2013-10-17 10:39:07'),(16148,2,4662,'','2013-10-17 10:39:07'),(16149,3,4662,'','2013-10-17 10:39:07'),(16150,4,4662,'','2013-10-17 10:39:07'),(16151,5,4662,'','2013-10-17 10:39:07'),(16152,6,4662,'26.24','2013-10-17 10:39:07'),(16153,1,4664,'3569464','2013-10-17 10:39:08'),(16154,2,4664,'','2013-10-17 10:39:08'),(16155,3,4664,'','2013-10-17 10:39:08'),(16156,4,4664,'','2013-10-17 10:39:08'),(16157,5,4664,'','2013-10-17 10:39:08'),(16158,6,4664,'13.00','2013-10-17 10:39:08'),(16159,1,4665,'3569455','2013-10-17 10:42:54'),(16160,2,4665,'','2013-10-17 10:42:54'),(16161,3,4665,'','2013-10-17 10:42:54'),(16162,4,4665,'','2013-10-17 10:42:54'),(16163,5,4665,'','2013-10-17 10:42:54'),(16164,6,4665,'34.0','2013-10-17 10:42:54'),(16165,1,4667,'3569455','2013-10-17 10:42:54'),(16166,2,4667,'','2013-10-17 10:42:54'),(16167,3,4667,'','2013-10-17 10:42:54'),(16168,4,4667,'','2013-10-17 10:42:54'),(16169,5,4667,'','2013-10-17 10:42:54'),(16170,6,4667,'99.00','2013-10-17 10:42:54'),(16171,1,4668,'3569467','2013-10-17 10:48:54'),(16172,2,4668,'','2013-10-17 10:48:54'),(16173,3,4668,'','2013-10-17 10:48:54'),(16174,4,4668,'','2013-10-17 10:48:54'),(16175,5,4668,'','2013-10-17 10:48:54'),(16176,6,4668,'','2013-10-17 10:48:54'),(16177,1,4670,'3569467','2013-10-17 10:48:54'),(16178,2,4670,'','2013-10-17 10:48:54'),(16179,3,4670,'','2013-10-17 10:48:54'),(16180,4,4670,'','2013-10-17 10:48:54'),(16181,5,4670,'','2013-10-17 10:48:54'),(16182,6,4670,'72','2013-10-17 10:48:54'),(16183,1,4671,'3569468','2013-10-17 10:51:41'),(16184,2,4671,'','2013-10-17 10:51:41'),(16185,3,4671,'','2013-10-17 10:51:41'),(16186,4,4671,'','2013-10-17 10:51:41'),(16187,5,4671,'','2013-10-17 10:51:41'),(16188,6,4671,'37','2013-10-17 10:51:41'),(16189,1,4672,'','2013-10-17 10:57:56'),(16190,2,4672,'','2013-10-17 10:57:56'),(16191,3,4672,'','2013-10-17 10:57:56'),(16192,4,4672,'','2013-10-17 10:57:56'),(16193,5,4672,'','2013-10-17 10:57:56'),(16194,6,4672,'','2013-10-17 10:57:56'),(16195,1,4674,'','2013-10-17 10:57:56'),(16196,2,4674,'','2013-10-17 10:57:56'),(16197,3,4674,'','2013-10-17 10:57:56'),(16198,4,4674,'','2013-10-17 10:57:56'),(16199,5,4674,'','2013-10-17 10:57:56'),(16200,6,4674,'','2013-10-17 10:57:56'),(16201,1,4677,'','2013-10-17 10:57:56'),(16202,2,4677,'','2013-10-17 10:57:56'),(16203,3,4677,'','2013-10-17 10:57:56'),(16204,4,4677,'','2013-10-17 10:57:56'),(16205,5,4677,'','2013-10-17 10:57:56'),(16206,6,4677,'','2013-10-17 10:57:56'),(16207,1,4681,'','2013-10-17 10:57:57'),(16208,2,4681,'','2013-10-17 10:57:57'),(16209,3,4681,'','2013-10-17 10:57:57'),(16210,4,4681,'','2013-10-17 10:57:57'),(16211,5,4681,'','2013-10-17 10:57:57'),(16212,6,4681,'','2013-10-17 10:57:57'),(16213,1,4686,'','2013-10-17 10:57:57'),(16214,2,4686,'','2013-10-17 10:57:57'),(16215,3,4686,'','2013-10-17 10:57:57'),(16216,4,4686,'','2013-10-17 10:57:57'),(16217,5,4686,'','2013-10-17 10:57:57'),(16218,6,4686,'','2013-10-17 10:57:57'),(16219,1,4687,'','2013-10-17 10:59:43'),(16220,2,4687,'','2013-10-17 10:59:43'),(16221,3,4687,'','2013-10-17 10:59:43'),(16222,4,4687,'','2013-10-17 10:59:43'),(16223,5,4687,'','2013-10-17 10:59:43'),(16224,6,4687,'','2013-10-17 10:59:43'),(16225,1,4688,'3569461','2013-10-17 11:07:30'),(16226,2,4688,'588099','2013-10-17 11:07:30'),(16227,3,4688,'','2013-10-17 11:07:30'),(16228,4,4688,'','2013-10-17 11:07:30'),(16229,5,4688,'','2013-10-17 11:07:30'),(16230,6,4688,'','2013-10-17 11:07:30'),(16231,1,4690,'3569461','2013-10-17 11:07:30'),(16232,2,4690,'588099','2013-10-17 11:07:30'),(16233,3,4690,'?CHRONIC PYELONEPHRITIS','2013-10-17 11:07:30'),(16234,4,4690,'','2013-10-17 11:07:30'),(16235,5,4690,'','2013-10-17 11:07:30'),(16236,6,4690,'205','2013-10-17 11:07:30'),(16237,1,4693,'','2013-10-17 11:07:31'),(16238,2,4693,'','2013-10-17 11:07:31'),(16239,3,4693,'','2013-10-17 11:07:31'),(16240,4,4693,'','2013-10-17 11:07:31'),(16241,5,4693,'','2013-10-17 11:07:31'),(16242,6,4693,'','2013-10-17 11:07:31'),(16243,1,4697,'','2013-10-17 11:07:31'),(16244,2,4697,'','2013-10-17 11:07:31'),(16245,3,4697,'','2013-10-17 11:07:31'),(16246,4,4697,'','2013-10-17 11:07:31'),(16247,5,4697,'','2013-10-17 11:07:31'),(16248,6,4697,'','2013-10-17 11:07:31'),(16249,1,4698,'','2013-10-17 11:08:21'),(16250,2,4698,'','2013-10-17 11:08:21'),(16251,3,4698,'','2013-10-17 11:08:21'),(16252,4,4698,'','2013-10-17 11:08:21'),(16253,5,4698,'','2013-10-17 11:08:21'),(16254,6,4698,'','2013-10-17 11:08:21'),(16255,1,4699,'3569483','2013-10-17 11:11:08'),(16256,2,4699,'','2013-10-17 11:11:08'),(16257,3,4699,'RECURRENT EPIGASTRIC PAIN','2013-10-17 11:11:08'),(16258,4,4699,'','2013-10-17 11:11:08'),(16259,5,4699,'','2013-10-17 11:11:08'),(16260,6,4699,'63','2013-10-17 11:11:08'),(16261,1,4701,'','2013-10-17 11:11:09'),(16262,2,4701,'','2013-10-17 11:11:09'),(16263,3,4701,'','2013-10-17 11:11:09'),(16264,4,4701,'','2013-10-17 11:11:09'),(16265,5,4701,'','2013-10-17 11:11:09'),(16266,6,4701,'','2013-10-17 11:11:09'),(16267,1,4702,'3569487','2013-10-17 11:15:08'),(16268,2,4702,'','2013-10-17 11:15:08'),(16269,3,4702,'ANAEMIA WITH LOW RBC INDICES. Ro','2013-10-17 11:15:08'),(16270,4,4702,'OPD','2013-10-17 11:15:08'),(16271,5,4702,'','2013-10-17 11:15:08'),(16272,6,4702,'26.24','2013-10-17 11:15:08'),(16273,1,4704,'3569487','2013-10-17 11:15:08'),(16274,2,4704,'','2013-10-17 11:15:08'),(16275,3,4704,'ANAEMIA WITH LOW RBC INDICES. Ro','2013-10-17 11:15:08'),(16276,4,4704,'','2013-10-17 11:15:08'),(16277,5,4704,'','2013-10-17 11:15:08'),(16278,6,4704,'106.00','2013-10-17 11:15:08'),(16279,1,4705,'3569620','2013-10-17 11:28:28'),(16280,2,4705,'','2013-10-17 11:28:28'),(16281,3,4705,'','2013-10-17 11:28:28'),(16282,4,4705,'OPD','2013-10-17 11:28:28'),(16283,5,4705,'','2013-10-17 11:28:28'),(16284,6,4705,'81','2013-10-17 11:28:28'),(16285,1,4706,'3569625','2013-10-17 11:30:32'),(16286,2,4706,'','2013-10-17 11:30:32'),(16287,3,4706,'','2013-10-17 11:30:32'),(16288,4,4706,'','2013-10-17 11:30:32'),(16289,5,4706,'214638','2013-10-17 11:30:32'),(16290,6,4706,'22','2013-10-17 11:30:32'),(16291,1,4707,'3569530','2013-10-17 11:34:42'),(16292,2,4707,'','2013-10-17 11:34:42'),(16293,3,4707,'','2013-10-17 11:34:42'),(16294,4,4707,'OPD','2013-10-17 11:34:42'),(16295,5,4707,'','2013-10-17 11:34:42'),(16296,6,4707,'37','2013-10-17 11:34:42'),(16297,1,4708,'3569529','2013-10-17 11:38:51'),(16298,2,4708,'588117','2013-10-17 11:38:51'),(16299,3,4708,'','2013-10-17 11:38:51'),(16300,4,4708,'OPD','2013-10-17 11:38:51'),(16301,5,4708,'','2013-10-17 11:38:51'),(16302,6,4708,'27','2013-10-17 11:38:51'),(16303,1,4709,'3569525','2013-10-17 11:45:34'),(16304,2,4709,'','2013-10-17 11:45:34'),(16305,3,4709,'','2013-10-17 11:45:34'),(16306,4,4709,'OPD','2013-10-17 11:45:34'),(16307,5,4709,'','2013-10-17 11:45:34'),(16308,6,4709,'119','2013-10-17 11:45:34'),(16309,1,4711,'','2013-10-17 11:45:34'),(16310,2,4711,'','2013-10-17 11:45:34'),(16311,3,4711,'','2013-10-17 11:45:34'),(16312,4,4711,'','2013-10-17 11:45:34'),(16313,5,4711,'','2013-10-17 11:45:34'),(16314,6,4711,'','2013-10-17 11:45:34'),(16315,1,4712,'3569532','2013-10-17 11:54:05'),(16316,2,4712,'','2013-10-17 11:54:05'),(16317,3,4712,'','2013-10-17 11:54:05'),(16318,4,4712,'OPD','2013-10-17 11:54:05'),(16319,5,4712,'','2013-10-17 11:54:05'),(16320,6,4712,'234','2013-10-17 11:54:05'),(16321,1,4714,'','2013-10-17 11:54:06'),(16322,2,4714,'','2013-10-17 11:54:06'),(16323,3,4714,'','2013-10-17 11:54:06'),(16324,4,4714,'','2013-10-17 11:54:06'),(16325,5,4714,'','2013-10-17 11:54:06'),(16326,6,4714,'','2013-10-17 11:54:06'),(16327,1,4715,'3569514','2013-10-17 11:58:46'),(16328,2,4715,'','2013-10-17 11:58:46'),(16329,3,4715,'','2013-10-17 11:58:46'),(16330,4,4715,'OPD','2013-10-17 11:58:46'),(16331,5,4715,'','2013-10-17 11:58:46'),(16332,6,4715,'145','2013-10-17 11:58:46'),(16333,1,4717,'','2013-10-17 11:58:47'),(16334,2,4717,'','2013-10-17 11:58:47'),(16335,3,4717,'','2013-10-17 11:58:47'),(16336,4,4717,'','2013-10-17 11:58:47'),(16337,5,4717,'','2013-10-17 11:58:47'),(16338,6,4717,'','2013-10-17 11:58:47'),(16339,1,4718,'3569538','2013-10-17 12:01:47'),(16340,2,4718,'','2013-10-17 12:01:47'),(16341,3,4718,'','2013-10-17 12:01:47'),(16342,4,4718,'OPD','2013-10-17 12:01:47'),(16343,5,4718,'','2013-10-17 12:01:47'),(16344,6,4718,'250.4','2013-10-17 12:01:47'),(16345,1,4720,'','2013-10-17 12:01:47'),(16346,2,4720,'','2013-10-17 12:01:47'),(16347,3,4720,'','2013-10-17 12:01:47'),(16348,4,4720,'','2013-10-17 12:01:47'),(16349,5,4720,'','2013-10-17 12:01:47'),(16350,6,4720,'','2013-10-17 12:01:47'),(16351,1,4721,'','2013-10-17 12:12:20'),(16352,2,4721,'','2013-10-17 12:12:20'),(16353,3,4721,'','2013-10-17 12:12:20'),(16354,4,4721,'OPD','2013-10-17 12:12:20'),(16355,5,4721,'','2013-10-17 12:12:20'),(16356,6,4721,'144','2013-10-17 12:12:20'),(16357,1,4724,'','2013-10-17 12:12:20'),(16358,2,4724,'','2013-10-17 12:12:20'),(16359,3,4724,'','2013-10-17 12:12:20'),(16360,4,4724,'','2013-10-17 12:12:20'),(16361,5,4724,'','2013-10-17 12:12:20'),(16362,6,4724,'','2013-10-17 12:12:20'),(16363,1,4725,'3569563','2013-10-17 12:16:54'),(16364,2,4725,'588131','2013-10-17 12:16:54'),(16365,3,4725,'','2013-10-17 12:16:54'),(16366,4,4725,'OPD','2013-10-17 12:16:54'),(16367,5,4725,'','2013-10-17 12:16:54'),(16368,6,4725,'70','2013-10-17 12:16:54'),(16369,1,4727,'','2013-10-17 12:16:57'),(16370,2,4727,'','2013-10-17 12:16:57'),(16371,3,4727,'','2013-10-17 12:16:57'),(16372,4,4727,'','2013-10-17 12:16:57'),(16373,5,4727,'','2013-10-17 12:16:57'),(16374,6,4727,'','2013-10-17 12:16:57'),(16375,1,4730,'','2013-10-17 12:16:57'),(16376,2,4730,'','2013-10-17 12:16:57'),(16377,3,4730,'','2013-10-17 12:16:57'),(16378,4,4730,'','2013-10-17 12:16:57'),(16379,5,4730,'','2013-10-17 12:16:57'),(16380,6,4730,'','2013-10-17 12:16:57'),(16381,1,4731,'3569547','2013-10-17 12:24:22'),(16382,2,4731,'','2013-10-17 12:24:22'),(16383,3,4731,'','2013-10-17 12:24:22'),(16384,4,4731,'OPD','2013-10-17 12:24:22'),(16385,5,4731,'','2013-10-17 12:24:22'),(16386,6,4731,'165','2013-10-17 12:24:22'),(16387,1,4733,'','2013-10-17 12:24:22'),(16388,2,4733,'','2013-10-17 12:24:22'),(16389,3,4733,'','2013-10-17 12:24:22'),(16390,4,4733,'','2013-10-17 12:24:22'),(16391,5,4733,'','2013-10-17 12:24:22'),(16392,6,4733,'','2013-10-17 12:24:22'),(16393,1,4736,'','2013-10-17 12:24:23'),(16394,2,4736,'','2013-10-17 12:24:23'),(16395,3,4736,'','2013-10-17 12:24:23'),(16396,4,4736,'','2013-10-17 12:24:23'),(16397,5,4736,'','2013-10-17 12:24:23'),(16398,6,4736,'','2013-10-17 12:24:23'),(16399,1,4737,'','2013-10-17 12:29:42'),(16400,2,4737,'','2013-10-17 12:29:42'),(16401,3,4737,'','2013-10-17 12:29:42'),(16402,4,4737,'','2013-10-17 12:29:42'),(16403,5,4737,'','2013-10-17 12:29:42'),(16404,6,4737,'','2013-10-17 12:29:42'),(16405,1,4738,'','2013-10-17 12:32:24'),(16406,2,4738,'356975','2013-10-17 12:32:24'),(16407,3,4738,'','2013-10-17 12:32:24'),(16408,4,4738,'','2013-10-17 12:32:24'),(16409,5,4738,'214654','2013-10-17 12:32:24'),(16410,6,4738,'','2013-10-17 12:32:24'),(16411,1,4740,'','2013-10-17 12:32:24'),(16412,2,4740,'','2013-10-17 12:32:24'),(16413,3,4740,'','2013-10-17 12:32:24'),(16414,4,4740,'','2013-10-17 12:32:24'),(16415,5,4740,'','2013-10-17 12:32:24'),(16416,6,4740,'','2013-10-17 12:32:24'),(16417,1,4743,'','2013-10-17 12:32:24'),(16418,2,4743,'','2013-10-17 12:32:24'),(16419,3,4743,'','2013-10-17 12:32:24'),(16420,4,4743,'','2013-10-17 12:32:24'),(16421,5,4743,'','2013-10-17 12:32:24'),(16422,6,4743,'','2013-10-17 12:32:24'),(16423,1,4744,'3569575','2013-10-17 12:37:01'),(16424,2,4744,'','2013-10-17 12:37:01'),(16425,3,4744,'','2013-10-17 12:37:01'),(16426,4,4744,'OPD','2013-10-17 12:37:01'),(16427,5,4744,'','2013-10-17 12:37:01'),(16428,6,4744,'13','2013-10-17 12:37:01'),(16429,1,4745,'3569555','2013-10-17 12:43:53'),(16430,2,4745,'588126','2013-10-17 12:43:53'),(16431,3,4745,'','2013-10-17 12:43:53'),(16432,4,4745,'OUT','2013-10-17 12:43:53'),(16433,5,4745,'','2013-10-17 12:43:53'),(16434,6,4745,'39','2013-10-17 12:43:53'),(16435,1,4746,'3569572','2013-10-17 12:53:01'),(16436,2,4746,'588132','2013-10-17 12:53:02'),(16437,3,4746,'','2013-10-17 12:53:02'),(16438,4,4746,'OPD','2013-10-17 12:53:02'),(16439,5,4746,'','2013-10-17 12:53:02'),(16440,6,4746,'120','2013-10-17 12:53:02'),(16441,1,4748,'','2013-10-17 12:53:02'),(16442,2,4748,'','2013-10-17 12:53:02'),(16443,3,4748,'','2013-10-17 12:53:02'),(16444,4,4748,'','2013-10-17 12:53:02'),(16445,5,4748,'','2013-10-17 12:53:02'),(16446,6,4748,'','2013-10-17 12:53:02'),(16447,1,4751,'','2013-10-17 12:53:02'),(16448,2,4751,'','2013-10-17 12:53:02'),(16449,3,4751,'','2013-10-17 12:53:02'),(16450,4,4751,'','2013-10-17 12:53:02'),(16451,5,4751,'','2013-10-17 12:53:02'),(16452,6,4751,'','2013-10-17 12:53:02'),(16453,1,4752,'3569442','2013-10-17 12:56:03'),(16454,2,4752,'588091','2013-10-17 12:56:03'),(16455,3,4752,'','2013-10-17 12:56:03'),(16456,4,4752,'SR','2013-10-17 12:56:03'),(16457,5,4752,'','2013-10-17 12:56:03'),(16458,6,4752,'22','2013-10-17 12:56:03'),(16459,1,4753,'','2013-10-17 12:56:14'),(16460,2,4753,'','2013-10-17 12:56:14'),(16461,3,4753,'cyesis','2013-10-17 12:56:14'),(16462,4,4753,'','2013-10-17 12:56:14'),(16463,5,4753,'','2013-10-17 12:56:14'),(16464,6,4753,'24.00','2013-10-17 12:56:14'),(16465,1,4754,'','2013-10-17 13:01:26'),(16466,2,4754,'','2013-10-17 13:01:26'),(16467,3,4754,'','2013-10-17 13:01:26'),(16468,4,4754,'','2013-10-17 13:01:26'),(16469,5,4754,'','2013-10-17 13:01:26'),(16470,6,4754,'','2013-10-17 13:01:26'),(16471,1,4755,'','2013-10-17 13:04:07'),(16472,2,4755,'','2013-10-17 13:04:07'),(16473,3,4755,'','2013-10-17 13:04:07'),(16474,4,4755,'OPD','2013-10-17 13:04:07'),(16475,5,4755,'','2013-10-17 13:04:07'),(16476,6,4755,'22','2013-10-17 13:04:07'),(16477,1,4756,'','2013-10-17 13:16:16'),(16478,2,4756,'','2013-10-17 13:16:16'),(16479,3,4756,'','2013-10-17 13:16:16'),(16480,4,4756,'OPD','2013-10-17 13:16:16'),(16481,5,4756,'','2013-10-17 13:16:16'),(16482,6,4756,'541','2013-10-17 13:16:16'),(16483,1,4758,'','2013-10-17 13:16:16'),(16484,2,4758,'','2013-10-17 13:16:16'),(16485,3,4758,'','2013-10-17 13:16:16'),(16486,4,4758,'','2013-10-17 13:16:16'),(16487,5,4758,'','2013-10-17 13:16:16'),(16488,6,4758,'','2013-10-17 13:16:16'),(16489,1,4761,'','2013-10-17 13:16:16'),(16490,2,4761,'','2013-10-17 13:16:16'),(16491,3,4761,'','2013-10-17 13:16:16'),(16492,4,4761,'','2013-10-17 13:16:16'),(16493,5,4761,'','2013-10-17 13:16:16'),(16494,6,4761,'','2013-10-17 13:16:16'),(16495,1,4762,'','2013-10-17 13:21:19'),(16496,2,4762,'','2013-10-17 13:21:19'),(16497,3,4762,'','2013-10-17 13:21:19'),(16498,4,4762,'OPD','2013-10-17 13:21:19'),(16499,5,4762,'','2013-10-17 13:21:19'),(16500,6,4762,'266','2013-10-17 13:21:19'),(16501,1,4764,'','2013-10-17 13:21:19'),(16502,2,4764,'','2013-10-17 13:21:19'),(16503,3,4764,'','2013-10-17 13:21:19'),(16504,4,4764,'','2013-10-17 13:21:19'),(16505,5,4764,'','2013-10-17 13:21:19'),(16506,6,4764,'','2013-10-17 13:21:19'),(16507,1,4767,'','2013-10-17 13:21:19'),(16508,2,4767,'','2013-10-17 13:21:19'),(16509,3,4767,'','2013-10-17 13:21:19'),(16510,4,4767,'','2013-10-17 13:21:19'),(16511,5,4767,'','2013-10-17 13:21:19'),(16512,6,4767,'','2013-10-17 13:21:19'),(16513,1,4771,'','2013-10-17 13:21:19'),(16514,2,4771,'','2013-10-17 13:21:19'),(16515,3,4771,'','2013-10-17 13:21:19'),(16516,4,4771,'','2013-10-17 13:21:19'),(16517,5,4771,'','2013-10-17 13:21:19'),(16518,6,4771,'','2013-10-17 13:21:19'),(16519,1,4772,'','2013-10-17 13:32:26'),(16520,2,4772,'','2013-10-17 13:32:26'),(16521,3,4772,'','2013-10-17 13:32:26'),(16522,4,4772,'OPD','2013-10-17 13:32:26'),(16523,5,4772,'','2013-10-17 13:32:26'),(16524,6,4772,'','2013-10-17 13:32:26'),(16525,1,4774,'','2013-10-17 13:32:26'),(16526,2,4774,'','2013-10-17 13:32:26'),(16527,3,4774,'','2013-10-17 13:32:26'),(16528,4,4774,'','2013-10-17 13:32:26'),(16529,5,4774,'','2013-10-17 13:32:26'),(16530,6,4774,'','2013-10-17 13:32:26'),(16531,1,4775,'3569562','2013-10-17 13:41:28'),(16532,2,4775,'','2013-10-17 13:41:28'),(16533,3,4775,'','2013-10-17 13:41:28'),(16534,4,4775,'OPD','2013-10-17 13:41:28'),(16535,5,4775,'','2013-10-17 13:41:28'),(16536,6,4775,'134','2013-10-17 13:41:28'),(16537,1,4777,'','2013-10-17 13:41:28'),(16538,2,4777,'','2013-10-17 13:41:28'),(16539,3,4777,'','2013-10-17 13:41:28'),(16540,4,4777,'','2013-10-17 13:41:28'),(16541,5,4777,'','2013-10-17 13:41:28'),(16542,6,4777,'','2013-10-17 13:41:28'),(16543,1,4780,'','2013-10-17 13:41:28'),(16544,2,4780,'','2013-10-17 13:41:28'),(16545,3,4780,'','2013-10-17 13:41:28'),(16546,4,4780,'','2013-10-17 13:41:28'),(16547,5,4780,'','2013-10-17 13:41:28'),(16548,6,4780,'','2013-10-17 13:41:28'),(16549,1,4781,'','2013-10-17 13:44:35'),(16550,2,4781,'','2013-10-17 13:44:35'),(16551,3,4781,'','2013-10-17 13:44:35'),(16552,4,4781,'','2013-10-17 13:44:35'),(16553,5,4781,'214654','2013-10-17 13:44:35'),(16554,6,4781,'49','2013-10-17 13:44:35'),(16555,1,4782,'3569633','2013-10-17 13:47:44'),(16556,2,4782,'','2013-10-17 13:47:44'),(16557,3,4782,'','2013-10-17 13:47:44'),(16558,4,4782,'OPD','2013-10-17 13:47:44'),(16559,5,4782,'','2013-10-17 13:47:44'),(16560,6,4782,'37','2013-10-17 13:47:44'),(16561,1,4783,'3569629','2013-10-17 13:52:10'),(16562,2,4783,'','2013-10-17 13:52:10'),(16563,3,4783,'','2013-10-17 13:52:10'),(16564,4,4783,'OPD','2013-10-17 13:52:10'),(16565,5,4783,'','2013-10-17 13:52:10'),(16566,6,4783,'94','2013-10-17 13:52:10'),(16567,1,4785,'','2013-10-17 13:52:10'),(16568,2,4785,'','2013-10-17 13:52:10'),(16569,3,4785,'','2013-10-17 13:52:10'),(16570,4,4785,'','2013-10-17 13:52:10'),(16571,5,4785,'','2013-10-17 13:52:10'),(16572,6,4785,'','2013-10-17 13:52:10'),(16573,1,4786,'3569622','2013-10-17 13:57:20'),(16574,2,4786,'','2013-10-17 13:57:20'),(16575,3,4786,'','2013-10-17 13:57:20'),(16576,4,4786,'OPD','2013-10-17 13:57:20'),(16577,5,4786,'','2013-10-17 13:57:20'),(16578,6,4786,'360','2013-10-17 13:57:20'),(16579,1,4788,'','2013-10-17 13:57:20'),(16580,2,4788,'','2013-10-17 13:57:20'),(16581,3,4788,'','2013-10-17 13:57:20'),(16582,4,4788,'','2013-10-17 13:57:20'),(16583,5,4788,'','2013-10-17 13:57:20'),(16584,6,4788,'','2013-10-17 13:57:20'),(16585,1,4791,'','2013-10-17 13:57:21'),(16586,2,4791,'','2013-10-17 13:57:21'),(16587,3,4791,'','2013-10-17 13:57:21'),(16588,4,4791,'','2013-10-17 13:57:21'),(16589,5,4791,'','2013-10-17 13:57:21'),(16590,6,4791,'','2013-10-17 13:57:21'),(16591,1,4795,'','2013-10-17 13:57:21'),(16592,2,4795,'','2013-10-17 13:57:21'),(16593,3,4795,'','2013-10-17 13:57:21'),(16594,4,4795,'','2013-10-17 13:57:21'),(16595,5,4795,'','2013-10-17 13:57:21'),(16596,6,4795,'','2013-10-17 13:57:21'),(16597,1,4796,'','2013-10-17 14:09:15'),(16598,2,4796,'','2013-10-17 14:09:15'),(16599,3,4796,'','2013-10-17 14:09:15'),(16600,4,4796,'OPD','2013-10-17 14:09:15'),(16601,5,4796,'','2013-10-17 14:09:15'),(16602,6,4796,'179','2013-10-17 14:09:15'),(16603,1,4798,'','2013-10-17 14:09:15'),(16604,2,4798,'','2013-10-17 14:09:15'),(16605,3,4798,'','2013-10-17 14:09:15'),(16606,4,4798,'','2013-10-17 14:09:15'),(16607,5,4798,'','2013-10-17 14:09:15'),(16608,6,4798,'','2013-10-17 14:09:15'),(16609,1,4801,'','2013-10-17 14:09:15'),(16610,2,4801,'','2013-10-17 14:09:15'),(16611,3,4801,'','2013-10-17 14:09:15'),(16612,4,4801,'','2013-10-17 14:09:15'),(16613,5,4801,'','2013-10-17 14:09:15'),(16614,6,4801,'','2013-10-17 14:09:15'),(16615,1,4802,'3569685','2013-10-17 14:16:03'),(16616,2,4802,'','2013-10-17 14:16:03'),(16617,3,4802,'','2013-10-17 14:16:03'),(16618,4,4802,'OPD','2013-10-17 14:16:03'),(16619,5,4802,'','2013-10-17 14:16:03'),(16620,6,4802,'37','2013-10-17 14:16:03'),(16621,1,4803,'','2013-10-17 14:34:55'),(16622,2,4803,'','2013-10-17 14:34:55'),(16623,3,4803,'','2013-10-17 14:34:55'),(16624,4,4803,'','2013-10-17 14:34:55'),(16625,5,4803,'','2013-10-17 14:34:55'),(16626,6,4803,'','2013-10-17 14:34:55'),(16627,1,4804,'','2013-10-17 14:41:16'),(16628,2,4804,'','2013-10-17 14:41:16'),(16629,3,4804,'','2013-10-17 14:41:16'),(16630,4,4804,'','2013-10-17 14:41:16'),(16631,5,4804,'','2013-10-17 14:41:16'),(16632,6,4804,'','2013-10-17 14:41:16'),(16633,1,4805,'','2013-10-17 14:43:48'),(16634,2,4805,'','2013-10-17 14:43:48'),(16635,3,4805,'','2013-10-17 14:43:48'),(16636,4,4805,'','2013-10-17 14:43:48'),(16637,5,4805,'','2013-10-17 14:43:48'),(16638,6,4805,'33.00','2013-10-17 14:43:48'),(16639,1,4806,'','2013-10-17 14:45:57'),(16640,2,4806,'','2013-10-17 14:45:57'),(16641,3,4806,'','2013-10-17 14:45:57'),(16642,4,4806,'','2013-10-17 14:45:57'),(16643,5,4806,'','2013-10-17 14:45:57'),(16644,6,4806,'','2013-10-17 14:45:57'),(16645,1,4807,'','2013-10-17 14:48:11'),(16646,2,4807,'','2013-10-17 14:48:11'),(16647,3,4807,'','2013-10-17 14:48:11'),(16648,4,4807,'','2013-10-17 14:48:11'),(16649,5,4807,'','2013-10-17 14:48:11'),(16650,6,4807,'','2013-10-17 14:48:11'),(16651,1,4808,'','2013-10-17 15:10:51'),(16652,2,4808,'588160','2013-10-17 15:10:51'),(16653,3,4808,'','2013-10-17 15:10:51'),(16654,4,4808,'OPD','2013-10-17 15:10:51'),(16655,5,4808,'','2013-10-17 15:10:51'),(16656,6,4808,'336','2013-10-17 15:10:51'),(16657,1,4810,'','2013-10-17 15:10:51'),(16658,2,4810,'','2013-10-17 15:10:51'),(16659,3,4810,'','2013-10-17 15:10:51'),(16660,4,4810,'','2013-10-17 15:10:51'),(16661,5,4810,'','2013-10-17 15:10:51'),(16662,6,4810,'','2013-10-17 15:10:51'),(16663,1,4813,'','2013-10-17 15:10:51'),(16664,2,4813,'','2013-10-17 15:10:51'),(16665,3,4813,'','2013-10-17 15:10:51'),(16666,4,4813,'','2013-10-17 15:10:51'),(16667,5,4813,'','2013-10-17 15:10:51'),(16668,6,4813,'','2013-10-17 15:10:51'),(16669,1,4814,'','2013-10-17 15:13:20'),(16670,2,4814,'588162','2013-10-17 15:13:20'),(16671,3,4814,'','2013-10-17 15:13:20'),(16672,4,4814,'OPD','2013-10-17 15:13:20'),(16673,5,4814,'','2013-10-17 15:13:20'),(16674,6,4814,'12','2013-10-17 15:13:20'),(16675,1,4815,'','2013-10-17 15:14:43'),(16676,2,4815,'','2013-10-17 15:14:43'),(16677,3,4815,'','2013-10-17 15:14:43'),(16678,4,4815,'OPD','2013-10-17 15:14:43'),(16679,5,4815,'','2013-10-17 15:14:43'),(16680,6,4815,'66','2013-10-17 15:14:43'),(16681,1,4816,'3569697','2013-10-17 15:38:15'),(16682,2,4816,'','2013-10-17 15:38:15'),(16683,3,4816,'','2013-10-17 15:38:15'),(16684,4,4816,'OPD','2013-10-17 15:38:15'),(16685,5,4816,'','2013-10-17 15:38:15'),(16686,6,4816,'34','2013-10-17 15:38:15'),(16687,1,4818,'','2013-10-17 15:38:16'),(16688,2,4818,'','2013-10-17 15:38:16'),(16689,3,4818,'','2013-10-17 15:38:16'),(16690,4,4818,'','2013-10-17 15:38:16'),(16691,5,4818,'','2013-10-17 15:38:16'),(16692,6,4818,'','2013-10-17 15:38:16'),(16693,1,4819,'3569702','2013-10-17 15:47:31'),(16694,2,4819,'588172','2013-10-17 15:47:31'),(16695,3,4819,'','2013-10-17 15:47:31'),(16696,4,4819,'OPD','2013-10-17 15:47:31'),(16697,5,4819,'','2013-10-17 15:47:31'),(16698,6,4819,'118','2013-10-17 15:47:31'),(16699,1,4821,'','2013-10-17 15:47:31'),(16700,2,4821,'','2013-10-17 15:47:31'),(16701,3,4821,'','2013-10-17 15:47:31'),(16702,4,4821,'','2013-10-17 15:47:31'),(16703,5,4821,'','2013-10-17 15:47:31'),(16704,6,4821,'','2013-10-17 15:47:31'),(16705,1,4824,'','2013-10-17 15:47:31'),(16706,2,4824,'','2013-10-17 15:47:31'),(16707,3,4824,'','2013-10-17 15:47:31'),(16708,4,4824,'','2013-10-17 15:47:31'),(16709,5,4824,'','2013-10-17 15:47:31'),(16710,6,4824,'','2013-10-17 15:47:31'),(16711,1,4828,'','2013-10-17 15:47:32'),(16712,2,4828,'','2013-10-17 15:47:32'),(16713,3,4828,'','2013-10-17 15:47:32'),(16714,4,4828,'','2013-10-17 15:47:32'),(16715,5,4828,'','2013-10-17 15:47:32'),(16716,6,4828,'','2013-10-17 15:47:32'),(16717,1,4829,'3569699','2013-10-17 15:58:45'),(16718,2,4829,'588174','2013-10-17 15:58:45'),(16719,3,4829,'','2013-10-17 15:58:45'),(16720,4,4829,'OPD','2013-10-17 15:58:45'),(16721,5,4829,'','2013-10-17 15:58:45'),(16722,6,4829,'175','2013-10-17 15:58:45'),(16723,1,4831,'','2013-10-17 15:58:45'),(16724,2,4831,'','2013-10-17 15:58:45'),(16725,3,4831,'','2013-10-17 15:58:45'),(16726,4,4831,'','2013-10-17 15:58:45'),(16727,5,4831,'','2013-10-17 15:58:45'),(16728,6,4831,'','2013-10-17 15:58:45'),(16729,1,4834,'','2013-10-17 15:58:45'),(16730,2,4834,'','2013-10-17 15:58:45'),(16731,3,4834,'','2013-10-17 15:58:45'),(16732,4,4834,'','2013-10-17 15:58:45'),(16733,5,4834,'','2013-10-17 15:58:45'),(16734,6,4834,'','2013-10-17 15:58:45'),(16735,1,4835,'3569711','2013-10-17 16:02:58'),(16736,2,4835,'588175','2013-10-17 16:02:58'),(16737,3,4835,'','2013-10-17 16:02:58'),(16738,4,4835,'OPD','2013-10-17 16:02:58'),(16739,5,4835,'','2013-10-17 16:02:58'),(16740,6,4835,'153','2013-10-17 16:02:58'),(16741,1,4837,'','2013-10-17 16:02:59'),(16742,2,4837,'','2013-10-17 16:02:59'),(16743,3,4837,'','2013-10-17 16:02:59'),(16744,4,4837,'','2013-10-17 16:02:59'),(16745,5,4837,'','2013-10-17 16:02:59'),(16746,6,4837,'','2013-10-17 16:02:59'),(16747,1,4840,'','2013-10-17 16:02:59'),(16748,2,4840,'','2013-10-17 16:02:59'),(16749,3,4840,'','2013-10-17 16:02:59'),(16750,4,4840,'','2013-10-17 16:02:59'),(16751,5,4840,'','2013-10-17 16:02:59'),(16752,6,4840,'','2013-10-17 16:02:59'),(16753,1,4841,'3569716','2013-10-17 16:06:06'),(16754,2,4841,'588180','2013-10-17 16:06:06'),(16755,3,4841,'','2013-10-17 16:06:06'),(16756,4,4841,'OPD','2013-10-17 16:06:06'),(16757,5,4841,'','2013-10-17 16:06:06'),(16758,6,4841,'60','2013-10-17 16:06:06'),(16759,1,4842,'3569700','2013-10-17 16:12:56'),(16760,2,4842,'','2013-10-17 16:12:56'),(16761,3,4842,'','2013-10-17 16:12:56'),(16762,4,4842,'','2013-10-17 16:12:56'),(16763,5,4842,'W','2013-10-17 16:12:56'),(16764,6,4842,'165','2013-10-17 16:12:56'),(16765,1,4844,'','2013-10-17 16:12:56'),(16766,2,4844,'','2013-10-17 16:12:56'),(16767,3,4844,'','2013-10-17 16:12:56'),(16768,4,4844,'','2013-10-17 16:12:56'),(16769,5,4844,'','2013-10-17 16:12:56'),(16770,6,4844,'','2013-10-17 16:12:56'),(16771,1,4845,'','2013-10-17 16:16:38'),(16772,2,4845,'','2013-10-17 16:16:38'),(16773,3,4845,'','2013-10-17 16:16:38'),(16774,4,4845,'','2013-10-17 16:16:38'),(16775,5,4845,'','2013-10-17 16:16:38'),(16776,6,4845,'','2013-10-17 16:16:38'),(16777,1,4846,'3569729','2013-10-17 16:29:07'),(16778,2,4846,'800100','2013-10-17 16:29:07'),(16779,3,4846,'','2013-10-17 16:29:07'),(16780,4,4846,'OPD','2013-10-17 16:29:07'),(16781,5,4846,'','2013-10-17 16:29:07'),(16782,6,4846,'36.75','2013-10-17 16:29:07'),(16783,1,4848,'','2013-10-17 16:29:07'),(16784,2,4848,'','2013-10-17 16:29:07'),(16785,3,4848,'','2013-10-17 16:29:07'),(16786,4,4848,'','2013-10-17 16:29:07'),(16787,5,4848,'','2013-10-17 16:29:07'),(16788,6,4848,'','2013-10-17 16:29:07'),(16789,1,4849,'3569734','2013-10-17 16:32:55'),(16790,2,4849,'588185','2013-10-17 16:32:55'),(16791,3,4849,'','2013-10-17 16:32:55'),(16792,4,4849,'OPD','2013-10-17 16:32:55'),(16793,5,4849,'','2013-10-17 16:32:55'),(16794,6,4849,'98.00','2013-10-17 16:32:55'),(16795,1,4851,'','2013-10-17 16:32:55'),(16796,2,4851,'','2013-10-17 16:32:55'),(16797,3,4851,'','2013-10-17 16:32:55'),(16798,4,4851,'','2013-10-17 16:32:55'),(16799,5,4851,'','2013-10-17 16:32:55'),(16800,6,4851,'','2013-10-17 16:32:55'),(16801,1,4854,'','2013-10-17 16:32:56'),(16802,2,4854,'','2013-10-17 16:32:56'),(16803,3,4854,'','2013-10-17 16:32:56'),(16804,4,4854,'','2013-10-17 16:32:56'),(16805,5,4854,'','2013-10-17 16:32:56'),(16806,6,4854,'','2013-10-17 16:32:56'),(16807,1,4855,'3569707','2013-10-17 16:35:02'),(16808,2,4855,'','2013-10-17 16:35:02'),(16809,3,4855,'','2013-10-17 16:35:02'),(16810,4,4855,'OPD','2013-10-17 16:35:02'),(16811,5,4855,'','2013-10-17 16:35:02'),(16812,6,4855,'22.00','2013-10-17 16:35:02'),(16813,1,4856,'3569750','2013-10-17 16:40:16'),(16814,2,4856,'','2013-10-17 16:40:16'),(16815,3,4856,'','2013-10-17 16:40:16'),(16816,4,4856,'OPD','2013-10-17 16:40:16'),(16817,5,4856,'','2013-10-17 16:40:16'),(16818,6,4856,'22.00','2013-10-17 16:40:16'),(16819,1,4857,'3569766','2013-10-17 16:59:44'),(16820,2,4857,'588192','2013-10-17 16:59:44'),(16821,3,4857,'','2013-10-17 16:59:44'),(16822,4,4857,'SR','2013-10-17 16:59:44'),(16823,5,4857,'','2013-10-17 16:59:44'),(16824,6,4857,'75','2013-10-17 16:59:44'),(16825,1,4858,'3569771','2013-10-17 17:06:08'),(16826,2,4858,'','2013-10-17 17:06:08'),(16827,3,4858,'','2013-10-17 17:06:08'),(16828,4,4858,'OPD','2013-10-17 17:06:08'),(16829,5,4858,'','2013-10-17 17:06:08'),(16830,6,4858,'112','2013-10-17 17:06:08'),(16831,1,4860,'','2013-10-17 17:06:08'),(16832,2,4860,'','2013-10-17 17:06:08'),(16833,3,4860,'','2013-10-17 17:06:08'),(16834,4,4860,'','2013-10-17 17:06:08'),(16835,5,4860,'','2013-10-17 17:06:08'),(16836,6,4860,'','2013-10-17 17:06:08'),(16837,1,4863,'','2013-10-17 17:06:09'),(16838,2,4863,'','2013-10-17 17:06:09'),(16839,3,4863,'','2013-10-17 17:06:09'),(16840,4,4863,'','2013-10-17 17:06:09'),(16841,5,4863,'','2013-10-17 17:06:09'),(16842,6,4863,'','2013-10-17 17:06:09'),(16843,1,4864,'3569776','2013-10-17 17:19:14'),(16844,2,4864,'','2013-10-17 17:19:14'),(16845,3,4864,'','2013-10-17 17:19:14'),(16846,4,4864,'OPD','2013-10-17 17:19:14'),(16847,5,4864,'','2013-10-17 17:19:14'),(16848,6,4864,'253','2013-10-17 17:19:14'),(16849,1,4866,'','2013-10-17 17:19:14'),(16850,2,4866,'','2013-10-17 17:19:14'),(16851,3,4866,'','2013-10-17 17:19:14'),(16852,4,4866,'','2013-10-17 17:19:14'),(16853,5,4866,'','2013-10-17 17:19:14'),(16854,6,4866,'','2013-10-17 17:19:14'),(16855,1,4869,'','2013-10-17 17:19:15'),(16856,2,4869,'','2013-10-17 17:19:15'),(16857,3,4869,'','2013-10-17 17:19:15'),(16858,4,4869,'','2013-10-17 17:19:15'),(16859,5,4869,'','2013-10-17 17:19:15'),(16860,6,4869,'','2013-10-17 17:19:15'),(16861,1,4870,'3569757','2013-10-17 17:53:45'),(16862,2,4870,'588205','2013-10-17 17:53:45'),(16863,3,4870,'','2013-10-17 17:53:45'),(16864,4,4870,'OPD','2013-10-17 17:53:45'),(16865,5,4870,'','2013-10-17 17:53:45'),(16866,6,4870,'47','2013-10-17 17:53:45'),(16867,1,4872,'','2013-10-17 17:53:54'),(16868,2,4872,'','2013-10-17 17:53:54'),(16869,3,4872,'','2013-10-17 17:53:54'),(16870,4,4872,'','2013-10-17 17:53:54'),(16871,5,4872,'','2013-10-17 17:53:54'),(16872,6,4872,'','2013-10-17 17:53:54'),(16873,1,4873,'3569757','2013-10-17 17:53:55'),(16874,2,4873,'588205','2013-10-17 17:53:55'),(16875,3,4873,'','2013-10-17 17:53:55'),(16876,4,4873,'OPD','2013-10-17 17:53:55'),(16877,5,4873,'','2013-10-17 17:53:55'),(16878,6,4873,'47','2013-10-17 17:53:55'),(16879,1,4875,'','2013-10-17 17:53:55'),(16880,2,4875,'','2013-10-17 17:53:55'),(16881,3,4875,'','2013-10-17 17:53:55'),(16882,4,4875,'','2013-10-17 17:53:55'),(16883,5,4875,'','2013-10-17 17:53:55'),(16884,6,4875,'','2013-10-17 17:53:55'),(16885,1,4876,'3569798','2013-10-17 17:56:03'),(16886,2,4876,'','2013-10-17 17:56:03'),(16887,3,4876,'','2013-10-17 17:56:03'),(16888,4,4876,'OPD','2013-10-17 17:56:03'),(16889,5,4876,'','2013-10-17 17:56:03'),(16890,6,4876,'36','2013-10-17 17:56:03'),(16891,1,4877,'3569798','2013-10-17 17:56:09'),(16892,2,4877,'','2013-10-17 17:56:09'),(16893,3,4877,'','2013-10-17 17:56:09'),(16894,4,4877,'OPD','2013-10-17 17:56:09'),(16895,5,4877,'W','2013-10-17 17:56:09'),(16896,6,4877,'36','2013-10-17 17:56:09'),(16897,1,4878,'3569809','2013-10-17 18:22:38'),(16898,2,4878,'588209','2013-10-17 18:22:38'),(16899,3,4878,'SEVERE ANEAMIA 2o CAP','2013-10-17 18:22:38'),(16900,4,4878,'TREATMENT ROOM ','2013-10-17 18:22:38'),(16901,5,4878,'','2013-10-17 18:22:38'),(16902,6,4878,'27.30','2013-10-17 18:22:38'),(16903,1,4879,'3569820','2013-10-17 18:33:17'),(16904,2,4879,'','2013-10-17 18:33:17'),(16905,3,4879,'','2013-10-17 18:33:17'),(16906,4,4879,'OPD','2013-10-17 18:33:17'),(16907,5,4879,'','2013-10-17 18:33:17'),(16908,6,4879,'18','2013-10-17 18:33:17'),(16909,1,4880,'','2013-10-17 19:10:42'),(16910,2,4880,'','2013-10-17 19:10:42'),(16911,3,4880,'','2013-10-17 19:10:42'),(16912,4,4880,'','2013-10-17 19:10:42'),(16913,5,4880,'','2013-10-17 19:10:42'),(16914,6,4880,'','2013-10-17 19:10:42'),(16915,1,4881,'3569858','2013-10-17 19:30:06'),(16916,2,4881,'','2013-10-17 19:30:06'),(16917,3,4881,'','2013-10-17 19:30:06'),(16918,4,4881,'opd','2013-10-17 19:30:06'),(16919,5,4881,'','2013-10-17 19:30:06'),(16920,6,4881,'59','2013-10-17 19:30:06'),(16921,1,4882,'3569886','2013-10-17 20:52:16'),(16922,2,4882,'','2013-10-17 20:52:16'),(16923,3,4882,'','2013-10-17 20:52:16'),(16924,4,4882,'opd','2013-10-17 20:52:16'),(16925,5,4882,'','2013-10-17 20:52:16'),(16926,6,4882,'66','2013-10-17 20:52:16'),(16927,1,4883,'3569891','2013-10-17 21:09:11'),(16928,2,4883,'','2013-10-17 21:09:11'),(16929,3,4883,'','2013-10-17 21:09:11'),(16930,4,4883,'opd','2013-10-17 21:09:11'),(16931,5,4883,'','2013-10-17 21:09:11'),(16932,6,4883,'107','2013-10-17 21:09:11'),(16933,1,4885,'','2013-10-17 21:09:11'),(16934,2,4885,'','2013-10-17 21:09:11'),(16935,3,4885,'','2013-10-17 21:09:11'),(16936,4,4885,'','2013-10-17 21:09:11'),(16937,5,4885,'','2013-10-17 21:09:11'),(16938,6,4885,'','2013-10-17 21:09:11'),(16939,1,4888,'','2013-10-17 21:09:11'),(16940,2,4888,'','2013-10-17 21:09:11'),(16941,3,4888,'','2013-10-17 21:09:11'),(16942,4,4888,'','2013-10-17 21:09:11'),(16943,5,4888,'','2013-10-17 21:09:12'),(16944,6,4888,'','2013-10-17 21:09:12'),(16945,1,4889,'3569890','2013-10-17 21:12:34'),(16946,2,4889,'','2013-10-17 21:12:34'),(16947,3,4889,'','2013-10-17 21:12:34'),(16948,4,4889,'opd','2013-10-17 21:12:34'),(16949,5,4889,'','2013-10-17 21:12:34'),(16950,6,4889,'36','2013-10-17 21:12:34'),(16951,1,4891,'','2013-10-17 21:12:34'),(16952,2,4891,'','2013-10-17 21:12:34'),(16953,3,4891,'','2013-10-17 21:12:34'),(16954,4,4891,'','2013-10-17 21:12:34'),(16955,5,4891,'','2013-10-17 21:12:34'),(16956,6,4891,'','2013-10-17 21:12:34'),(16957,1,4892,'3569908','2013-10-17 22:00:07'),(16958,2,4892,'588234','2013-10-17 22:00:07'),(16959,3,4892,'','2013-10-17 22:00:07'),(16960,4,4892,'opd','2013-10-17 22:00:07'),(16961,5,4892,'','2013-10-17 22:00:07'),(16962,6,4892,'18','2013-10-17 22:00:07'),(16963,1,4893,'3569913','2013-10-17 22:10:43'),(16964,2,4893,'','2013-10-17 22:10:43'),(16965,3,4893,'','2013-10-17 22:10:43'),(16966,4,4893,'opd','2013-10-17 22:10:43'),(16967,5,4893,'','2013-10-17 22:10:43'),(16968,6,4893,'94','2013-10-17 22:10:43'),(16969,1,4895,'','2013-10-17 22:10:43'),(16970,2,4895,'','2013-10-17 22:10:43'),(16971,3,4895,'','2013-10-17 22:10:43'),(16972,4,4895,'','2013-10-17 22:10:43'),(16973,5,4895,'','2013-10-17 22:10:43'),(16974,6,4895,'','2013-10-17 22:10:43'),(16975,1,4896,'3569944','2013-10-18 05:40:34'),(16976,2,4896,'588241','2013-10-18 05:40:34'),(16977,3,4896,'','2013-10-18 05:40:34'),(16978,4,4896,'opd','2013-10-18 05:40:34'),(16979,5,4896,'','2013-10-18 05:40:34'),(16980,6,4896,'77','2013-10-18 05:40:34'),(16981,1,4898,'','2013-10-18 05:40:34'),(16982,2,4898,'','2013-10-18 05:40:34'),(16983,3,4898,'','2013-10-18 05:40:34'),(16984,4,4898,'','2013-10-18 05:40:34'),(16985,5,4898,'','2013-10-18 05:40:34'),(16986,6,4898,'','2013-10-18 05:40:34'),(16987,1,4899,'3535843','2013-10-18 06:12:58'),(16988,2,4899,'','2013-10-18 06:12:58'),(16989,3,4899,'','2013-10-18 06:12:58'),(16990,4,4899,'OPD','2013-10-18 06:12:58'),(16991,5,4899,'','2013-10-18 06:12:58'),(16992,6,4899,'92','2013-10-18 06:12:58'),(16993,1,4900,'3569354','2013-10-18 06:19:03'),(16994,2,4900,'','2013-10-18 06:19:03'),(16995,3,4900,'','2013-10-18 06:19:03'),(16996,4,4900,'OPD','2013-10-18 06:19:03'),(16997,5,4900,'','2013-10-18 06:19:03'),(16998,6,4900,'','2013-10-18 06:19:03'),(16999,1,4902,'','2013-10-18 06:19:03'),(17000,2,4902,'','2013-10-18 06:19:03'),(17001,3,4902,'','2013-10-18 06:19:03'),(17002,4,4902,'OPD','2013-10-18 06:19:03'),(17003,5,4902,'','2013-10-18 06:19:03'),(17004,6,4902,'','2013-10-18 06:19:03'),(17005,1,4903,'3569951','2013-10-18 06:22:49'),(17006,2,4903,'588247','2013-10-18 06:22:49'),(17007,3,4903,'','2013-10-18 06:22:49'),(17008,4,4903,'OPD','2013-10-18 06:22:49'),(17009,5,4903,'','2013-10-18 06:22:49'),(17010,6,4903,'38','2013-10-18 06:22:49'),(17011,1,4905,'','2013-10-18 06:22:49'),(17012,2,4905,'','2013-10-18 06:22:49'),(17013,3,4905,'','2013-10-18 06:22:49'),(17014,4,4905,'OPD','2013-10-18 06:22:49'),(17015,5,4905,'','2013-10-18 06:22:49'),(17016,6,4905,'','2013-10-18 06:22:49'),(17017,1,4906,'3569332','2013-10-18 06:31:34'),(17018,2,4906,'','2013-10-18 06:31:34'),(17019,3,4906,'','2013-10-18 06:31:34'),(17020,4,4906,'OPD','2013-10-18 06:31:34'),(17021,5,4906,'','2013-10-18 06:31:34'),(17022,6,4906,'224','2013-10-18 06:31:34'),(17023,1,4908,'','2013-10-18 06:31:34'),(17024,2,4908,'','2013-10-18 06:31:34'),(17025,3,4908,'','2013-10-18 06:31:34'),(17026,4,4908,'OPD','2013-10-18 06:31:34'),(17027,5,4908,'','2013-10-18 06:31:34'),(17028,6,4908,'','2013-10-18 06:31:34'),(17029,1,4909,'3569600','2013-10-18 06:37:00'),(17030,2,4909,'','2013-10-18 06:37:00'),(17031,3,4909,'','2013-10-18 06:37:00'),(17032,4,4909,'OPD','2013-10-18 06:37:00'),(17033,5,4909,'','2013-10-18 06:37:00'),(17034,6,4909,'125','2013-10-18 06:37:00'),(17035,1,4911,'','2013-10-18 06:37:01'),(17036,2,4911,'','2013-10-18 06:37:01'),(17037,3,4911,'','2013-10-18 06:37:01'),(17038,4,4911,'','2013-10-18 06:37:01'),(17039,5,4911,'','2013-10-18 06:37:01'),(17040,6,4911,'','2013-10-18 06:37:01'),(17041,1,4914,'','2013-10-18 06:37:01'),(17042,2,4914,'','2013-10-18 06:37:01'),(17043,3,4914,'','2013-10-18 06:37:01'),(17044,4,4914,'','2013-10-18 06:37:01'),(17045,5,4914,'','2013-10-18 06:37:01'),(17046,6,4914,'','2013-10-18 06:37:01'),(17047,1,4915,'3569957','2013-10-18 06:43:32'),(17048,2,4915,'','2013-10-18 06:43:32'),(17049,3,4915,'','2013-10-18 06:43:32'),(17050,4,4915,'OPD','2013-10-18 06:43:32'),(17051,5,4915,'','2013-10-18 06:43:32'),(17052,6,4915,'271','2013-10-18 06:43:32'),(17053,1,4917,'','2013-10-18 06:43:32'),(17054,2,4917,'','2013-10-18 06:43:32'),(17055,3,4917,'','2013-10-18 06:43:32'),(17056,4,4917,'','2013-10-18 06:43:32'),(17057,5,4917,'','2013-10-18 06:43:32'),(17058,6,4917,'','2013-10-18 06:43:32'),(17059,1,4918,'3569963','2013-10-18 06:53:40'),(17060,2,4918,'','2013-10-18 06:53:40'),(17061,3,4918,'','2013-10-18 06:53:40'),(17062,4,4918,'OPD','2013-10-18 06:53:40'),(17063,5,4918,'','2013-10-18 06:53:40'),(17064,6,4918,'24','2013-10-18 06:53:40'),(17065,1,4919,'3562541','2013-10-18 07:20:27'),(17066,2,4919,'','2013-10-18 07:20:27'),(17067,3,4919,'','2013-10-18 07:20:27'),(17068,4,4919,'OPD','2013-10-18 07:20:27'),(17069,5,4919,'','2013-10-18 07:20:27'),(17070,6,4919,'22','2013-10-18 07:20:27'),(17071,1,4920,'','2013-10-18 07:27:44'),(17072,2,4920,'','2013-10-18 07:27:44'),(17073,3,4920,'','2013-10-18 07:27:44'),(17074,4,4920,'OPD','2013-10-18 07:27:44'),(17075,5,4920,'','2013-10-18 07:27:44'),(17076,6,4920,'','2013-10-18 07:27:44'),(17077,1,4922,'','2013-10-18 07:27:45'),(17078,2,4922,'','2013-10-18 07:27:45'),(17079,3,4922,'','2013-10-18 07:27:45'),(17080,4,4922,'OPD','2013-10-18 07:27:45'),(17081,5,4922,'','2013-10-18 07:27:45'),(17082,6,4922,'','2013-10-18 07:27:45'),(17083,1,4925,'','2013-10-18 07:27:45'),(17084,2,4925,'','2013-10-18 07:27:45'),(17085,3,4925,'','2013-10-18 07:27:45'),(17086,4,4925,'','2013-10-18 07:27:45'),(17087,5,4925,'','2013-10-18 07:27:45'),(17088,6,4925,'','2013-10-18 07:27:45'),(17089,1,4929,'','2013-10-18 07:27:45'),(17090,2,4929,'','2013-10-18 07:27:45'),(17091,3,4929,'','2013-10-18 07:27:45'),(17092,4,4929,'','2013-10-18 07:27:45'),(17093,5,4929,'','2013-10-18 07:27:45'),(17094,6,4929,'','2013-10-18 07:27:45'),(17095,1,4930,'','2013-10-18 07:39:51'),(17096,2,4930,'','2013-10-18 07:39:51'),(17097,3,4930,'','2013-10-18 07:39:51'),(17098,4,4930,'OPD','2013-10-18 07:39:51'),(17099,5,4930,'','2013-10-18 07:39:51'),(17100,6,4930,'','2013-10-18 07:39:51'),(17101,1,4932,'','2013-10-18 07:39:54'),(17102,2,4932,'','2013-10-18 07:39:54'),(17103,3,4932,'','2013-10-18 07:39:54'),(17104,4,4932,'','2013-10-18 07:39:54'),(17105,5,4932,'','2013-10-18 07:39:54'),(17106,6,4932,'','2013-10-18 07:39:54'),(17107,1,4935,'','2013-10-18 07:39:54'),(17108,2,4935,'','2013-10-18 07:39:54'),(17109,3,4935,'','2013-10-18 07:39:54'),(17110,4,4935,'','2013-10-18 07:39:54'),(17111,5,4935,'','2013-10-18 07:39:54'),(17112,6,4935,'','2013-10-18 07:39:54'),(17113,1,4939,'','2013-10-18 07:39:54'),(17114,2,4939,'','2013-10-18 07:39:54'),(17115,3,4939,'','2013-10-18 07:39:54'),(17116,4,4939,'','2013-10-18 07:39:54'),(17117,5,4939,'','2013-10-18 07:39:54'),(17118,6,4939,'','2013-10-18 07:39:54'),(17119,1,4940,'3569986','2013-10-18 07:48:32'),(17120,2,4940,'','2013-10-18 07:48:32'),(17121,3,4940,'','2013-10-18 07:48:32'),(17122,4,4940,'OPD','2013-10-18 07:48:32'),(17123,5,4940,'','2013-10-18 07:48:32'),(17124,6,4940,'45','2013-10-18 07:48:32'),(17125,1,4941,'3543214','2013-10-18 07:54:05'),(17126,2,4941,'','2013-10-18 07:54:05'),(17127,3,4941,'','2013-10-18 07:54:05'),(17128,4,4941,'OPD','2013-10-18 07:54:05'),(17129,5,4941,'','2013-10-18 07:54:05'),(17130,6,4941,'204','2013-10-18 07:54:05'),(17131,1,4943,'','2013-10-18 07:54:05'),(17132,2,4943,'','2013-10-18 07:54:05'),(17133,3,4943,'','2013-10-18 07:54:05'),(17134,4,4943,'','2013-10-18 07:54:05'),(17135,5,4943,'','2013-10-18 07:54:05'),(17136,6,4943,'','2013-10-18 07:54:05'),(17137,1,4946,'','2013-10-18 07:54:06'),(17138,2,4946,'','2013-10-18 07:54:06'),(17139,3,4946,'','2013-10-18 07:54:06'),(17140,4,4946,'','2013-10-18 07:54:06'),(17141,5,4946,'','2013-10-18 07:54:06'),(17142,6,4946,'','2013-10-18 07:54:06'),(17143,1,4947,'','2013-10-18 08:09:22'),(17144,2,4947,'','2013-10-18 08:09:22'),(17145,3,4947,'','2013-10-18 08:09:22'),(17146,4,4947,'OPD','2013-10-18 08:09:22'),(17147,5,4947,'','2013-10-18 08:09:22'),(17148,6,4947,'13','2013-10-18 08:09:22'),(17149,1,4948,'3570010','2013-10-18 08:19:40'),(17150,2,4948,'','2013-10-18 08:19:40'),(17151,3,4948,'','2013-10-18 08:19:40'),(17152,4,4948,'OUT','2013-10-18 08:19:40'),(17153,5,4948,'','2013-10-18 08:19:40'),(17154,6,4948,'91','2013-10-18 08:19:40'),(17155,1,4949,'3570015','2013-10-18 08:26:48'),(17156,2,4949,'','2013-10-18 08:26:48'),(17157,3,4949,'','2013-10-18 08:26:48'),(17158,4,4949,'OPD','2013-10-18 08:26:48'),(17159,5,4949,'','2013-10-18 08:26:48'),(17160,6,4949,'271.4','2013-10-18 08:26:48'),(17161,1,4951,'','2013-10-18 08:26:48'),(17162,2,4951,'','2013-10-18 08:26:48'),(17163,3,4951,'','2013-10-18 08:26:48'),(17164,4,4951,'','2013-10-18 08:26:48'),(17165,5,4951,'','2013-10-18 08:26:48'),(17166,6,4951,'','2013-10-18 08:26:48'),(17167,1,4954,'','2013-10-18 08:26:48'),(17168,2,4954,'','2013-10-18 08:26:48'),(17169,3,4954,'','2013-10-18 08:26:48'),(17170,4,4954,'','2013-10-18 08:26:48'),(17171,5,4954,'','2013-10-18 08:26:48'),(17172,6,4954,'','2013-10-18 08:26:48'),(17173,1,4958,'','2013-10-18 08:26:48'),(17174,2,4958,'','2013-10-18 08:26:48'),(17175,3,4958,'','2013-10-18 08:26:48'),(17176,4,4958,'','2013-10-18 08:26:48'),(17177,5,4958,'','2013-10-18 08:26:48'),(17178,6,4958,'','2013-10-18 08:26:48'),(17179,1,4963,'','2013-10-18 08:26:49'),(17180,2,4963,'','2013-10-18 08:26:49'),(17181,3,4963,'','2013-10-18 08:26:49'),(17182,4,4963,'','2013-10-18 08:26:49'),(17183,5,4963,'','2013-10-18 08:26:49'),(17184,6,4963,'','2013-10-18 08:26:49'),(17185,1,4964,'','2013-10-18 08:31:45'),(17186,2,4964,'','2013-10-18 08:31:45'),(17187,3,4964,'','2013-10-18 08:31:45'),(17188,4,4964,'','2013-10-18 08:31:45'),(17189,5,4964,'','2013-10-18 08:31:45'),(17190,6,4964,'','2013-10-18 08:31:45'),(17191,1,4967,'','2013-10-18 08:31:46'),(17192,2,4967,'','2013-10-18 08:31:46'),(17193,3,4967,'','2013-10-18 08:31:46'),(17194,4,4967,'','2013-10-18 08:31:46'),(17195,5,4967,'','2013-10-18 08:31:46'),(17196,6,4967,'','2013-10-18 08:31:46'),(17197,1,4971,'','2013-10-18 08:31:46'),(17198,2,4971,'','2013-10-18 08:31:46'),(17199,3,4971,'','2013-10-18 08:31:46'),(17200,4,4971,'','2013-10-18 08:31:46'),(17201,5,4971,'','2013-10-18 08:31:46'),(17202,6,4971,'','2013-10-18 08:31:46'),(17203,1,4976,'','2013-10-18 08:31:46'),(17204,2,4976,'','2013-10-18 08:31:46'),(17205,3,4976,'','2013-10-18 08:31:46'),(17206,4,4976,'','2013-10-18 08:31:46'),(17207,5,4976,'','2013-10-18 08:31:46'),(17208,6,4976,'','2013-10-18 08:31:46'),(17209,1,4982,'','2013-10-18 08:31:46'),(17210,2,4982,'','2013-10-18 08:31:46'),(17211,3,4982,'','2013-10-18 08:31:46'),(17212,4,4982,'','2013-10-18 08:31:46'),(17213,5,4982,'','2013-10-18 08:31:46'),(17214,6,4982,'','2013-10-18 08:31:46'),(17215,1,4989,'','2013-10-18 08:31:47'),(17216,2,4989,'','2013-10-18 08:31:47'),(17217,3,4989,'','2013-10-18 08:31:47'),(17218,4,4989,'','2013-10-18 08:31:47'),(17219,5,4989,'','2013-10-18 08:31:47'),(17220,6,4989,'','2013-10-18 08:31:47'),(17221,1,4990,'3570026','2013-10-18 08:35:52'),(17222,2,4990,'','2013-10-18 08:35:52'),(17223,3,4990,'','2013-10-18 08:35:52'),(17224,4,4990,'OPD','2013-10-18 08:35:52'),(17225,5,4990,'','2013-10-18 08:35:52'),(17226,6,4990,'62','2013-10-18 08:35:52'),(17227,1,4992,'','2013-10-18 08:35:52'),(17228,2,4992,'','2013-10-18 08:35:52'),(17229,3,4992,'','2013-10-18 08:35:52'),(17230,4,4992,'','2013-10-18 08:35:52'),(17231,5,4992,'','2013-10-18 08:35:52'),(17232,6,4992,'','2013-10-18 08:35:52'),(17233,1,4993,'','2013-10-18 08:40:35'),(17234,2,4993,'','2013-10-18 08:40:35'),(17235,3,4993,'','2013-10-18 08:40:35'),(17236,4,4993,'','2013-10-18 08:40:35'),(17237,5,4993,'','2013-10-18 08:40:35'),(17238,6,4993,'','2013-10-18 08:40:35'),(17239,1,4995,'','2013-10-18 08:40:35'),(17240,2,4995,'','2013-10-18 08:40:35'),(17241,3,4995,'','2013-10-18 08:40:35'),(17242,4,4995,'','2013-10-18 08:40:35'),(17243,5,4995,'','2013-10-18 08:40:35'),(17244,6,4995,'','2013-10-18 08:40:35'),(17245,1,4998,'','2013-10-18 08:40:35'),(17246,2,4998,'','2013-10-18 08:40:35'),(17247,3,4998,'','2013-10-18 08:40:35'),(17248,4,4998,'','2013-10-18 08:40:35'),(17249,5,4998,'','2013-10-18 08:40:35'),(17250,6,4998,'','2013-10-18 08:40:35'),(17251,1,5002,'','2013-10-18 08:40:35'),(17252,2,5002,'','2013-10-18 08:40:35'),(17253,3,5002,'','2013-10-18 08:40:35'),(17254,4,5002,'','2013-10-18 08:40:35'),(17255,5,5002,'','2013-10-18 08:40:35'),(17256,6,5002,'','2013-10-18 08:40:35'),(17257,1,5007,'','2013-10-18 08:40:36'),(17258,2,5007,'','2013-10-18 08:40:36'),(17259,3,5007,'','2013-10-18 08:40:36'),(17260,4,5007,'','2013-10-18 08:40:36'),(17261,5,5007,'','2013-10-18 08:40:36'),(17262,6,5007,'','2013-10-18 08:40:36'),(17263,1,5013,'','2013-10-18 08:40:36'),(17264,2,5013,'','2013-10-18 08:40:36'),(17265,3,5013,'','2013-10-18 08:40:36'),(17266,4,5013,'','2013-10-18 08:40:36'),(17267,5,5013,'','2013-10-18 08:40:36'),(17268,6,5013,'','2013-10-18 08:40:36'),(17269,1,5014,'35670065','2013-10-18 09:09:17'),(17270,2,5014,'588265','2013-10-18 09:09:17'),(17271,3,5014,'','2013-10-18 09:09:17'),(17272,4,5014,'OPD','2013-10-18 09:09:17'),(17273,5,5014,'','2013-10-18 09:09:17'),(17274,6,5014,'238','2013-10-18 09:09:17'),(17275,1,5016,'','2013-10-18 09:09:17'),(17276,2,5016,'','2013-10-18 09:09:17'),(17277,3,5016,'','2013-10-18 09:09:17'),(17278,4,5016,'','2013-10-18 09:09:17'),(17279,5,5016,'','2013-10-18 09:09:17'),(17280,6,5016,'','2013-10-18 09:09:17'),(17281,1,5020,'','2013-10-18 09:09:18'),(17282,2,5020,'','2013-10-18 09:09:18'),(17283,3,5020,'','2013-10-18 09:09:18'),(17284,4,5020,'','2013-10-18 09:09:18'),(17285,5,5020,'','2013-10-18 09:09:18'),(17286,6,5020,'','2013-10-18 09:09:18'),(17287,1,5021,'35670072','2013-10-18 09:11:46'),(17288,2,5021,'','2013-10-18 09:11:46'),(17289,3,5021,'','2013-10-18 09:11:46'),(17290,4,5021,'OPD','2013-10-18 09:11:46'),(17291,5,5021,'','2013-10-18 09:11:46'),(17292,6,5021,'35','2013-10-18 09:11:46'),(17293,1,5023,'','2013-10-18 09:11:47'),(17294,2,5023,'','2013-10-18 09:11:47'),(17295,3,5023,'','2013-10-18 09:11:47'),(17296,4,5023,'','2013-10-18 09:11:47'),(17297,5,5023,'','2013-10-18 09:11:47'),(17298,6,5023,'','2013-10-18 09:11:47'),(17299,1,5024,'356876','2013-10-18 09:15:05'),(17300,2,5024,'588287','2013-10-18 09:15:05'),(17301,3,5024,'','2013-10-18 09:15:05'),(17302,4,5024,'OUT','2013-10-18 09:15:05'),(17303,5,5024,'','2013-10-18 09:15:05'),(17304,6,5024,'245','2013-10-18 09:15:05'),(17305,1,5026,'','2013-10-18 09:15:05'),(17306,2,5026,'','2013-10-18 09:15:05'),(17307,3,5026,'','2013-10-18 09:15:05'),(17308,4,5026,'','2013-10-18 09:15:05'),(17309,5,5026,'','2013-10-18 09:15:05'),(17310,6,5026,'','2013-10-18 09:15:05'),(17311,1,5027,'35670084','2013-10-18 09:28:23'),(17312,2,5027,'','2013-10-18 09:28:23'),(17313,3,5027,'','2013-10-18 09:28:23'),(17314,4,5027,'OPD','2013-10-18 09:28:23'),(17315,5,5027,'','2013-10-18 09:28:23'),(17316,6,5027,'18','2013-10-18 09:28:23'),(17317,1,5028,'35670091','2013-10-18 09:39:48'),(17318,2,5028,'588274','2013-10-18 09:39:48'),(17319,3,5028,'','2013-10-18 09:39:48'),(17320,4,5028,'SR','2013-10-18 09:39:48'),(17321,5,5028,'','2013-10-18 09:39:48'),(17322,6,5028,'11','2013-10-18 09:39:48'),(17323,1,5029,'25670093','2013-10-18 09:46:09'),(17324,2,5029,'588275','2013-10-18 09:46:09'),(17325,3,5029,'','2013-10-18 09:46:09'),(17326,4,5029,'OPD','2013-10-18 09:46:09'),(17327,5,5029,'','2013-10-18 09:46:09'),(17328,6,5029,'162','2013-10-18 09:46:09'),(17329,1,5031,'','2013-10-18 09:46:10'),(17330,2,5031,'','2013-10-18 09:46:10'),(17331,3,5031,'','2013-10-18 09:46:10'),(17332,4,5031,'','2013-10-18 09:46:10'),(17333,5,5031,'','2013-10-18 09:46:10'),(17334,6,5031,'','2013-10-18 09:46:10'),(17335,1,5034,'','2013-10-18 09:46:10'),(17336,2,5034,'','2013-10-18 09:46:10'),(17337,3,5034,'','2013-10-18 09:46:10'),(17338,4,5034,'','2013-10-18 09:46:10'),(17339,5,5034,'','2013-10-18 09:46:10'),(17340,6,5034,'','2013-10-18 09:46:10'),(17341,1,5035,'35670097','2013-10-18 09:50:35'),(17342,2,5035,'588277','2013-10-18 09:50:35'),(17343,3,5035,'','2013-10-18 09:50:35'),(17344,4,5035,'OPD','2013-10-18 09:50:35'),(17345,5,5035,'','2013-10-18 09:50:35'),(17346,6,5035,'132','2013-10-18 09:50:35'),(17347,1,5037,'','2013-10-18 09:50:35'),(17348,2,5037,'','2013-10-18 09:50:35'),(17349,3,5037,'','2013-10-18 09:50:35'),(17350,4,5037,'','2013-10-18 09:50:35'),(17351,5,5037,'','2013-10-18 09:50:35'),(17352,6,5037,'','2013-10-18 09:50:35'),(17353,1,5038,'','2013-10-18 09:53:35'),(17354,2,5038,'','2013-10-18 09:53:35'),(17355,3,5038,'','2013-10-18 09:53:35'),(17356,4,5038,'','2013-10-18 09:53:35'),(17357,5,5038,'','2013-10-18 09:53:35'),(17358,6,5038,'','2013-10-18 09:53:35'),(17359,1,5039,'35670108','2013-10-18 09:59:24'),(17360,2,5039,'588280','2013-10-18 09:59:24'),(17361,3,5039,'','2013-10-18 09:59:24'),(17362,4,5039,'OPD','2013-10-18 09:59:24'),(17363,5,5039,'','2013-10-18 09:59:24'),(17364,6,5039,'158','2013-10-18 09:59:24'),(17365,1,5041,'','2013-10-18 09:59:24'),(17366,2,5041,'','2013-10-18 09:59:24'),(17367,3,5041,'','2013-10-18 09:59:24'),(17368,4,5041,'','2013-10-18 09:59:24'),(17369,5,5041,'','2013-10-18 09:59:24'),(17370,6,5041,'','2013-10-18 09:59:24'),(17371,1,5044,'','2013-10-18 09:59:24'),(17372,2,5044,'','2013-10-18 09:59:24'),(17373,3,5044,'','2013-10-18 09:59:24'),(17374,4,5044,'','2013-10-18 09:59:24'),(17375,5,5044,'','2013-10-18 09:59:24'),(17376,6,5044,'','2013-10-18 09:59:24'),(17377,1,5048,'','2013-10-18 09:59:24'),(17378,2,5048,'','2013-10-18 09:59:24'),(17379,3,5048,'','2013-10-18 09:59:24'),(17380,4,5048,'','2013-10-18 09:59:24'),(17381,5,5048,'','2013-10-18 09:59:24'),(17382,6,5048,'','2013-10-18 09:59:24'),(17383,1,5053,'','2013-10-18 09:59:25'),(17384,2,5053,'','2013-10-18 09:59:25'),(17385,3,5053,'','2013-10-18 09:59:25'),(17386,4,5053,'','2013-10-18 09:59:25'),(17387,5,5053,'','2013-10-18 09:59:25'),(17388,6,5053,'','2013-10-18 09:59:25'),(17389,1,5054,'','2013-10-18 10:09:28'),(17390,2,5054,'','2013-10-18 10:09:28'),(17391,3,5054,'','2013-10-18 10:09:28'),(17392,4,5054,'','2013-10-18 10:09:28'),(17393,5,5054,'','2013-10-18 10:09:28'),(17394,6,5054,'','2013-10-18 10:09:28'),(17395,1,5056,'','2013-10-18 10:09:28'),(17396,2,5056,'','2013-10-18 10:09:28'),(17397,3,5056,'','2013-10-18 10:09:28'),(17398,4,5056,'','2013-10-18 10:09:28'),(17399,5,5056,'','2013-10-18 10:09:28'),(17400,6,5056,'','2013-10-18 10:09:28'),(17401,1,5059,'','2013-10-18 10:09:29'),(17402,2,5059,'','2013-10-18 10:09:29'),(17403,3,5059,'','2013-10-18 10:09:29'),(17404,4,5059,'','2013-10-18 10:09:29'),(17405,5,5059,'','2013-10-18 10:09:29'),(17406,6,5059,'','2013-10-18 10:09:29'),(17407,1,5060,'','2013-10-18 10:11:51'),(17408,2,5060,'','2013-10-18 10:11:51'),(17409,3,5060,'','2013-10-18 10:11:51'),(17410,4,5060,'','2013-10-18 10:11:51'),(17411,5,5060,'','2013-10-18 10:11:51'),(17412,6,5060,'','2013-10-18 10:11:51'),(17413,1,5061,'35670119','2013-10-18 10:17:41'),(17414,2,5061,'588284','2013-10-18 10:17:41'),(17415,3,5061,'','2013-10-18 10:17:41'),(17416,4,5061,'SR','2013-10-18 10:17:41'),(17417,5,5061,'','2013-10-18 10:17:41'),(17418,6,5061,'177.8','2013-10-18 10:17:41'),(17419,1,5063,'','2013-10-18 10:17:41'),(17420,2,5063,'','2013-10-18 10:17:41'),(17421,3,5063,'','2013-10-18 10:17:41'),(17422,4,5063,'','2013-10-18 10:17:41'),(17423,5,5063,'','2013-10-18 10:17:41'),(17424,6,5063,'','2013-10-18 10:17:41'),(17425,1,5066,'','2013-10-18 10:17:41'),(17426,2,5066,'','2013-10-18 10:17:41'),(17427,3,5066,'','2013-10-18 10:17:41'),(17428,4,5066,'','2013-10-18 10:17:41'),(17429,5,5066,'','2013-10-18 10:17:41'),(17430,6,5066,'','2013-10-18 10:17:41'),(17431,1,5067,'35670126','2013-10-18 10:23:14'),(17432,2,5067,'588285','2013-10-18 10:23:14'),(17433,3,5067,'','2013-10-18 10:23:14'),(17434,4,5067,'OPD','2013-10-18 10:23:14'),(17435,5,5067,'','2013-10-18 10:23:14'),(17436,6,5067,'222','2013-10-18 10:23:14'),(17437,1,5069,'','2013-10-18 10:23:14'),(17438,2,5069,'','2013-10-18 10:23:14'),(17439,3,5069,'','2013-10-18 10:23:14'),(17440,4,5069,'','2013-10-18 10:23:14'),(17441,5,5069,'','2013-10-18 10:23:14'),(17442,6,5069,'','2013-10-18 10:23:14'),(17443,1,5072,'','2013-10-18 10:23:14'),(17444,2,5072,'','2013-10-18 10:23:14'),(17445,3,5072,'','2013-10-18 10:23:14'),(17446,4,5072,'','2013-10-18 10:23:14'),(17447,5,5072,'','2013-10-18 10:23:14'),(17448,6,5072,'','2013-10-18 10:23:14'),(17449,1,5076,'','2013-10-18 10:23:16'),(17450,2,5076,'','2013-10-18 10:23:16'),(17451,3,5076,'','2013-10-18 10:23:16'),(17452,4,5076,'','2013-10-18 10:23:16'),(17453,5,5076,'','2013-10-18 10:23:16'),(17454,6,5076,'','2013-10-18 10:23:16'),(17455,1,5077,'3570123','2013-10-18 10:26:50'),(17456,2,5077,'','2013-10-18 10:26:50'),(17457,3,5077,'','2013-10-18 10:26:50'),(17458,4,5077,'OPD','2013-10-18 10:26:50'),(17459,5,5077,'','2013-10-18 10:26:50'),(17460,6,5077,'','2013-10-18 10:26:50'),(17461,1,5079,'','2013-10-18 10:26:50'),(17462,2,5079,'','2013-10-18 10:26:50'),(17463,3,5079,'','2013-10-18 10:26:50'),(17464,4,5079,'','2013-10-18 10:26:50'),(17465,5,5079,'','2013-10-18 10:26:50'),(17466,6,5079,'','2013-10-18 10:26:50'),(17467,1,5080,'3570135','2013-10-18 10:37:42'),(17468,2,5080,'588289','2013-10-18 10:37:42'),(17469,3,5080,'','2013-10-18 10:37:42'),(17470,4,5080,'OPD','2013-10-18 10:37:42'),(17471,5,5080,'','2013-10-18 10:37:42'),(17472,6,5080,'75','2013-10-18 10:37:42'),(17473,1,5081,'3570150','2013-10-18 10:40:53'),(17474,2,5081,'','2013-10-18 10:40:53'),(17475,3,5081,'','2013-10-18 10:40:53'),(17476,4,5081,'OPD','2013-10-18 10:40:53'),(17477,5,5081,'','2013-10-18 10:40:53'),(17478,6,5081,'13','2013-10-18 10:40:53'),(17479,1,5082,'3570153','2013-10-18 10:42:46'),(17480,2,5082,'','2013-10-18 10:42:46'),(17481,3,5082,'','2013-10-18 10:42:46'),(17482,4,5082,'OPD','2013-10-18 10:42:46'),(17483,5,5082,'','2013-10-18 10:42:46'),(17484,6,5082,'81','2013-10-18 10:42:46'),(17485,1,5083,'','2013-10-18 10:47:35'),(17486,2,5083,'','2013-10-18 10:47:35'),(17487,3,5083,'','2013-10-18 10:47:35'),(17488,4,5083,'OPD','2013-10-18 10:47:35'),(17489,5,5083,'','2013-10-18 10:47:35'),(17490,6,5083,'','2013-10-18 10:47:35'),(17491,1,5085,'','2013-10-18 10:47:35'),(17492,2,5085,'','2013-10-18 10:47:35'),(17493,3,5085,'','2013-10-18 10:47:35'),(17494,4,5085,'','2013-10-18 10:47:35'),(17495,5,5085,'','2013-10-18 10:47:35'),(17496,6,5085,'','2013-10-18 10:47:35'),(17497,1,5086,'3569653','2013-10-18 10:50:53'),(17498,2,5086,'588098','2013-10-18 10:50:53'),(17499,3,5086,'','2013-10-18 10:50:53'),(17500,4,5086,'OPD','2013-10-18 10:50:53'),(17501,5,5086,'','2013-10-18 10:50:53'),(17502,6,5086,'450.75','2013-10-18 10:50:53'),(17503,1,5088,'','2013-10-18 10:50:54'),(17504,2,5088,'','2013-10-18 10:50:54'),(17505,3,5088,'','2013-10-18 10:50:54'),(17506,4,5088,'','2013-10-18 10:50:54'),(17507,5,5088,'','2013-10-18 10:50:54'),(17508,6,5088,'','2013-10-18 10:50:54'),(17509,1,5089,'3568447','2013-10-18 11:00:21'),(17510,2,5089,'','2013-10-18 11:00:21'),(17511,3,5089,'','2013-10-18 11:00:21'),(17512,4,5089,'OPD','2013-10-18 11:00:21'),(17513,5,5089,'','2013-10-18 11:00:21'),(17514,6,5089,'104','2013-10-18 11:00:21'),(17515,1,5091,'','2013-10-18 11:00:21'),(17516,2,5091,'','2013-10-18 11:00:21'),(17517,3,5091,'','2013-10-18 11:00:21'),(17518,4,5091,'','2013-10-18 11:00:21'),(17519,5,5091,'','2013-10-18 11:00:21'),(17520,6,5091,'','2013-10-18 11:00:21'),(17521,1,5092,'3570169','2013-10-18 11:05:02'),(17522,2,5092,'','2013-10-18 11:05:02'),(17523,3,5092,'','2013-10-18 11:05:03'),(17524,4,5092,'OPD','2013-10-18 11:05:03'),(17525,5,5092,'','2013-10-18 11:05:03'),(17526,6,5092,'112','2013-10-18 11:05:03'),(17527,1,5094,'','2013-10-18 11:05:06'),(17528,2,5094,'','2013-10-18 11:05:06'),(17529,3,5094,'','2013-10-18 11:05:06'),(17530,4,5094,'','2013-10-18 11:05:06'),(17531,5,5094,'','2013-10-18 11:05:06'),(17532,6,5094,'','2013-10-18 11:05:06'),(17533,1,5097,'','2013-10-18 11:05:06'),(17534,2,5097,'','2013-10-18 11:05:06'),(17535,3,5097,'','2013-10-18 11:05:06'),(17536,4,5097,'','2013-10-18 11:05:06'),(17537,5,5097,'','2013-10-18 11:05:06'),(17538,6,5097,'','2013-10-18 11:05:06'),(17539,1,5098,'3570167','2013-10-18 11:11:42'),(17540,2,5098,'','2013-10-18 11:11:42'),(17541,3,5098,'','2013-10-18 11:11:42'),(17542,4,5098,'OPD','2013-10-18 11:11:42'),(17543,5,5098,'','2013-10-18 11:11:42'),(17544,6,5098,'143.4','2013-10-18 11:11:42'),(17545,1,5100,'','2013-10-18 11:11:42'),(17546,2,5100,'','2013-10-18 11:11:42'),(17547,3,5100,'','2013-10-18 11:11:42'),(17548,4,5100,'','2013-10-18 11:11:42'),(17549,5,5100,'','2013-10-18 11:11:42'),(17550,6,5100,'','2013-10-18 11:11:42'),(17551,1,5101,'3570172','2013-10-18 11:19:59'),(17552,2,5101,'','2013-10-18 11:19:59'),(17553,3,5101,'','2013-10-18 11:19:59'),(17554,4,5101,'OPD','2013-10-18 11:19:59'),(17555,5,5101,'','2013-10-18 11:19:59'),(17556,6,5101,'34','2013-10-18 11:19:59'),(17557,1,5102,'3570200','2013-10-18 11:44:22'),(17558,2,5102,'','2013-10-18 11:44:22'),(17559,3,5102,'','2013-10-18 11:44:22'),(17560,4,5102,'OPD','2013-10-18 11:44:22'),(17561,5,5102,'','2013-10-18 11:44:22'),(17562,6,5102,'126.6','2013-10-18 11:44:22'),(17563,1,5104,'','2013-10-18 11:44:22'),(17564,2,5104,'','2013-10-18 11:44:22'),(17565,3,5104,'','2013-10-18 11:44:22'),(17566,4,5104,'','2013-10-18 11:44:22'),(17567,5,5104,'','2013-10-18 11:44:22'),(17568,6,5104,'','2013-10-18 11:44:22'),(17569,1,5105,'3570224','2013-10-18 11:57:37'),(17570,2,5105,'','2013-10-18 11:57:37'),(17571,3,5105,'','2013-10-18 11:57:37'),(17572,4,5105,'OPD','2013-10-18 11:57:37'),(17573,5,5105,'','2013-10-18 11:57:37'),(17574,6,5105,'124','2013-10-18 11:57:37'),(17575,1,5107,'','2013-10-18 11:57:38'),(17576,2,5107,'','2013-10-18 11:57:38'),(17577,3,5107,'','2013-10-18 11:57:38'),(17578,4,5107,'','2013-10-18 11:57:38'),(17579,5,5107,'','2013-10-18 11:57:38'),(17580,6,5107,'','2013-10-18 11:57:38'),(17581,1,5108,'3570228','2013-10-18 12:02:15'),(17582,2,5108,'','2013-10-18 12:02:15'),(17583,3,5108,'','2013-10-18 12:02:15'),(17584,4,5108,'OPD','2013-10-18 12:02:15'),(17585,5,5108,'','2013-10-18 12:02:15'),(17586,6,5108,'22','2013-10-18 12:02:15'),(17587,1,5109,'3570235','2013-10-18 12:06:10'),(17588,2,5109,'','2013-10-18 12:06:10'),(17589,3,5109,'','2013-10-18 12:06:10'),(17590,4,5109,'OPD','2013-10-18 12:06:10'),(17591,5,5109,'','2013-10-18 12:06:10'),(17592,6,5109,'120','2013-10-18 12:06:10'),(17593,1,5111,'','2013-10-18 12:06:10'),(17594,2,5111,'','2013-10-18 12:06:10'),(17595,3,5111,'','2013-10-18 12:06:10'),(17596,4,5111,'','2013-10-18 12:06:10'),(17597,5,5111,'','2013-10-18 12:06:10'),(17598,6,5111,'','2013-10-18 12:06:10'),(17599,1,5112,'3570240','2013-10-18 12:13:45'),(17600,2,5112,'','2013-10-18 12:13:45'),(17601,3,5112,'','2013-10-18 12:13:45'),(17602,4,5112,'OPD','2013-10-18 12:13:45'),(17603,5,5112,'','2013-10-18 12:13:45'),(17604,6,5112,'111','2013-10-18 12:13:45'),(17605,1,5114,'','2013-10-18 12:13:45'),(17606,2,5114,'','2013-10-18 12:13:45'),(17607,3,5114,'','2013-10-18 12:13:45'),(17608,4,5114,'','2013-10-18 12:13:45'),(17609,5,5114,'','2013-10-18 12:13:45'),(17610,6,5114,'','2013-10-18 12:13:45'),(17611,1,5117,'','2013-10-18 12:13:45'),(17612,2,5117,'','2013-10-18 12:13:45'),(17613,3,5117,'','2013-10-18 12:13:45'),(17614,4,5117,'','2013-10-18 12:13:45'),(17615,5,5117,'','2013-10-18 12:13:45'),(17616,6,5117,'','2013-10-18 12:13:45'),(17617,1,5118,'','2013-10-18 12:20:09'),(17618,2,5118,'','2013-10-18 12:20:09'),(17619,3,5118,'','2013-10-18 12:20:09'),(17620,4,5118,'','2013-10-18 12:20:09'),(17621,5,5118,'214600','2013-10-18 12:20:09'),(17622,6,5118,'','2013-10-18 12:20:09'),(17623,1,5120,'','2013-10-18 12:20:10'),(17624,2,5120,'','2013-10-18 12:20:10'),(17625,3,5120,'','2013-10-18 12:20:10'),(17626,4,5120,'','2013-10-18 12:20:10'),(17627,5,5120,'','2013-10-18 12:20:10'),(17628,6,5120,'','2013-10-18 12:20:10'),(17629,1,5121,'3570243','2013-10-18 12:28:59'),(17630,2,5121,'588324','2013-10-18 12:28:59'),(17631,3,5121,'','2013-10-18 12:28:59'),(17632,4,5121,'OPD','2013-10-18 12:28:59'),(17633,5,5121,'','2013-10-18 12:28:59'),(17634,6,5121,'35','2013-10-18 12:28:59'),(17635,1,5122,'3570248','2013-10-18 12:32:12'),(17636,2,5122,'588325','2013-10-18 12:32:12'),(17637,3,5122,'','2013-10-18 12:32:12'),(17638,4,5122,'SR','2013-10-18 12:32:12'),(17639,5,5122,'','2013-10-18 12:32:12'),(17640,6,5122,'438','2013-10-18 12:32:12'),(17641,1,5123,'3570259','2013-10-18 12:35:33'),(17642,2,5123,'','2013-10-18 12:35:33'),(17643,3,5123,'','2013-10-18 12:35:33'),(17644,4,5123,'OPD','2013-10-18 12:35:33'),(17645,5,5123,'','2013-10-18 12:35:33'),(17646,6,5123,'133','2013-10-18 12:35:33'),(17647,1,5125,'','2013-10-18 12:35:33'),(17648,2,5125,'','2013-10-18 12:35:33'),(17649,3,5125,'','2013-10-18 12:35:33'),(17650,4,5125,'','2013-10-18 12:35:33'),(17651,5,5125,'','2013-10-18 12:35:33'),(17652,6,5125,'','2013-10-18 12:35:33'),(17653,1,5126,'3570238','2013-10-18 12:37:37'),(17654,2,5126,'588330','2013-10-18 12:37:37'),(17655,3,5126,'','2013-10-18 12:37:37'),(17656,4,5126,'OPD','2013-10-18 12:37:37'),(17657,5,5126,'','2013-10-18 12:37:37'),(17658,6,5126,'60','2013-10-18 12:37:37'),(17659,1,5127,'3570255','2013-10-18 12:44:27'),(17660,2,5127,'','2013-10-18 12:44:27'),(17661,3,5127,'','2013-10-18 12:44:27'),(17662,4,5127,'OPD','2013-10-18 12:44:28'),(17663,5,5127,'','2013-10-18 12:44:28'),(17664,6,5127,'37','2013-10-18 12:44:28'),(17665,1,5128,'35770254','2013-10-18 12:51:16'),(17666,2,5128,'588332','2013-10-18 12:51:16'),(17667,3,5128,'','2013-10-18 12:51:16'),(17668,4,5128,'OPD','2013-10-18 12:51:16'),(17669,5,5128,'','2013-10-18 12:51:16'),(17670,6,5128,'184','2013-10-18 12:51:16'),(17671,1,5130,'','2013-10-18 12:51:19'),(17672,2,5130,'','2013-10-18 12:51:19'),(17673,3,5130,'','2013-10-18 12:51:19'),(17674,4,5130,'','2013-10-18 12:51:19'),(17675,5,5130,'','2013-10-18 12:51:19'),(17676,6,5130,'','2013-10-18 12:51:19'),(17677,1,5131,'','2013-10-18 13:01:43'),(17678,2,5131,'58833','2013-10-18 13:01:43'),(17679,3,5131,'','2013-10-18 13:01:43'),(17680,4,5131,'OPD','2013-10-18 13:01:43'),(17681,5,5131,'','2013-10-18 13:01:43'),(17682,6,5131,'35','2013-10-18 13:01:43'),(17683,1,5132,'','2013-10-18 13:26:48'),(17684,2,5132,'588337','2013-10-18 13:26:48'),(17685,3,5132,'','2013-10-18 13:26:48'),(17686,4,5132,'','2013-10-18 13:26:48'),(17687,5,5132,'','2013-10-18 13:26:48'),(17688,6,5132,'','2013-10-18 13:26:48'),(17689,1,5134,'','2013-10-18 13:26:48'),(17690,2,5134,'','2013-10-18 13:26:48'),(17691,3,5134,'','2013-10-18 13:26:48'),(17692,4,5134,'','2013-10-18 13:26:48'),(17693,5,5134,'','2013-10-18 13:26:48'),(17694,6,5134,'','2013-10-18 13:26:48'),(17695,1,5135,'','2013-10-18 13:42:18'),(17696,2,5135,'','2013-10-18 13:42:18'),(17697,3,5135,'','2013-10-18 13:42:18'),(17698,4,5135,'OPD','2013-10-18 13:42:18'),(17699,5,5135,'','2013-10-18 13:42:18'),(17700,6,5135,'','2013-10-18 13:42:18'),(17701,1,5136,'','2013-10-18 14:11:01'),(17702,2,5136,'','2013-10-18 14:11:01'),(17703,3,5136,'','2013-10-18 14:11:01'),(17704,4,5136,'','2013-10-18 14:11:01'),(17705,5,5136,'','2013-10-18 14:11:01'),(17706,6,5136,'','2013-10-18 14:11:01'),(17707,1,5138,'','2013-10-18 14:11:01'),(17708,2,5138,'','2013-10-18 14:11:01'),(17709,3,5138,'','2013-10-18 14:11:01'),(17710,4,5138,'','2013-10-18 14:11:01'),(17711,5,5138,'','2013-10-18 14:11:01'),(17712,6,5138,'','2013-10-18 14:11:01'),(17713,1,5139,'','2013-10-18 14:15:32'),(17714,2,5139,'','2013-10-18 14:15:32'),(17715,3,5139,'','2013-10-18 14:15:32'),(17716,4,5139,'','2013-10-18 14:15:32'),(17717,5,5139,'','2013-10-18 14:15:32'),(17718,6,5139,'','2013-10-18 14:15:32'),(17719,1,5140,'','2013-10-18 14:19:47'),(17720,2,5140,'','2013-10-18 14:19:47'),(17721,3,5140,'','2013-10-18 14:19:47'),(17722,4,5140,'','2013-10-18 14:19:47'),(17723,5,5140,'','2013-10-18 14:19:47'),(17724,6,5140,'','2013-10-18 14:19:47'),(17725,1,5142,'','2013-10-18 14:19:47'),(17726,2,5142,'','2013-10-18 14:19:47'),(17727,3,5142,'','2013-10-18 14:19:47'),(17728,4,5142,'','2013-10-18 14:19:47'),(17729,5,5142,'','2013-10-18 14:19:47'),(17730,6,5142,'','2013-10-18 14:19:47'),(17731,1,5145,'','2013-10-18 14:19:47'),(17732,2,5145,'','2013-10-18 14:19:47'),(17733,3,5145,'','2013-10-18 14:19:47'),(17734,4,5145,'','2013-10-18 14:19:47'),(17735,5,5145,'','2013-10-18 14:19:47'),(17736,6,5145,'','2013-10-18 14:19:47'),(17737,1,5146,'','2013-10-18 14:23:54'),(17738,2,5146,'','2013-10-18 14:23:54'),(17739,3,5146,'','2013-10-18 14:23:54'),(17740,4,5146,'','2013-10-18 14:23:54'),(17741,5,5146,'','2013-10-18 14:23:54'),(17742,6,5146,'','2013-10-18 14:23:54'),(17743,1,5148,'','2013-10-18 14:23:55'),(17744,2,5148,'','2013-10-18 14:23:55'),(17745,3,5148,'','2013-10-18 14:23:55'),(17746,4,5148,'','2013-10-18 14:23:55'),(17747,5,5148,'','2013-10-18 14:23:55'),(17748,6,5148,'','2013-10-18 14:23:55'),(17749,1,5149,'','2013-10-18 14:29:00'),(17750,2,5149,'','2013-10-18 14:29:00'),(17751,3,5149,'','2013-10-18 14:29:00'),(17752,4,5149,'','2013-10-18 14:29:00'),(17753,5,5149,'','2013-10-18 14:29:00'),(17754,6,5149,'','2013-10-18 14:29:00'),(17755,1,5151,'','2013-10-18 14:29:00'),(17756,2,5151,'','2013-10-18 14:29:00'),(17757,3,5151,'','2013-10-18 14:29:00'),(17758,4,5151,'','2013-10-18 14:29:00'),(17759,5,5151,'','2013-10-18 14:29:00'),(17760,6,5151,'','2013-10-18 14:29:00'),(17761,1,5152,'','2013-10-18 14:45:51'),(17762,2,5152,'','2013-10-18 14:45:51'),(17763,3,5152,'','2013-10-18 14:45:51'),(17764,4,5152,'OPD','2013-10-18 14:45:51'),(17765,5,5152,'','2013-10-18 14:45:51'),(17766,6,5152,'37','2013-10-18 14:45:51'),(17767,1,5153,'','2013-10-18 14:49:39'),(17768,2,5153,'','2013-10-18 14:49:39'),(17769,3,5153,'','2013-10-18 14:49:39'),(17770,4,5153,'OPD','2013-10-18 14:49:39'),(17771,5,5153,'','2013-10-18 14:49:39'),(17772,6,5153,'','2013-10-18 14:49:39'),(17773,1,5154,'','2013-10-18 14:51:53'),(17774,2,5154,'','2013-10-18 14:51:53'),(17775,3,5154,'','2013-10-18 14:51:53'),(17776,4,5154,'OPD','2013-10-18 14:51:53'),(17777,5,5154,'','2013-10-18 14:51:53'),(17778,6,5154,'','2013-10-18 14:51:53'),(17779,1,5155,'','2013-10-18 14:55:34'),(17780,2,5155,'','2013-10-18 14:55:34'),(17781,3,5155,'','2013-10-18 14:55:34'),(17782,4,5155,'OPD','2013-10-18 14:55:34'),(17783,5,5155,'','2013-10-18 14:55:34'),(17784,6,5155,'105','2013-10-18 14:55:34'),(17785,1,5157,'','2013-10-18 14:55:34'),(17786,2,5157,'','2013-10-18 14:55:34'),(17787,3,5157,'','2013-10-18 14:55:34'),(17788,4,5157,'','2013-10-18 14:55:34'),(17789,5,5157,'','2013-10-18 14:55:34'),(17790,6,5157,'','2013-10-18 14:55:34'),(17791,1,5158,'','2013-10-18 15:01:04'),(17792,2,5158,'','2013-10-18 15:01:04'),(17793,3,5158,'','2013-10-18 15:01:04'),(17794,4,5158,'','2013-10-18 15:01:04'),(17795,5,5158,'','2013-10-18 15:01:04'),(17796,6,5158,'13','2013-10-18 15:01:04'),(17797,1,5159,'','2013-10-18 15:03:26'),(17798,2,5159,'','2013-10-18 15:03:26'),(17799,3,5159,'','2013-10-18 15:03:26'),(17800,4,5159,'OPD','2013-10-18 15:03:26'),(17801,5,5159,'','2013-10-18 15:03:26'),(17802,6,5159,'','2013-10-18 15:03:26'),(17803,1,5161,'','2013-10-18 15:03:26'),(17804,2,5161,'','2013-10-18 15:03:26'),(17805,3,5161,'','2013-10-18 15:03:26'),(17806,4,5161,'','2013-10-18 15:03:26'),(17807,5,5161,'','2013-10-18 15:03:26'),(17808,6,5161,'','2013-10-18 15:03:26'),(17809,1,5162,'','2013-10-18 15:03:52'),(17810,2,5162,'','2013-10-18 15:03:52'),(17811,3,5162,'','2013-10-18 15:03:52'),(17812,4,5162,'','2013-10-18 15:03:52'),(17813,5,5162,'','2013-10-18 15:03:52'),(17814,6,5162,'','2013-10-18 15:03:52'),(17815,1,5163,'3570381','2013-10-18 15:10:46'),(17816,2,5163,'','2013-10-18 15:10:46'),(17817,3,5163,'','2013-10-18 15:10:46'),(17818,4,5163,'','2013-10-18 15:10:46'),(17819,5,5163,'214664','2013-10-18 15:10:46'),(17820,6,5163,'91','2013-10-18 15:10:46'),(17821,1,5165,'','2013-10-18 15:10:46'),(17822,2,5165,'','2013-10-18 15:10:46'),(17823,3,5165,'','2013-10-18 15:10:46'),(17824,4,5165,'','2013-10-18 15:10:46'),(17825,5,5165,'','2013-10-18 15:10:46'),(17826,6,5165,'','2013-10-18 15:10:46'),(17827,1,5166,'3570390','2013-10-18 15:30:48'),(17828,2,5166,'588360','2013-10-18 15:30:48'),(17829,3,5166,'','2013-10-18 15:30:48'),(17830,4,5166,'OPD','2013-10-18 15:30:48'),(17831,5,5166,'','2013-10-18 15:30:48'),(17832,6,5166,'130.05','2013-10-18 15:30:48'),(17833,1,5168,'','2013-10-18 15:30:48'),(17834,2,5168,'','2013-10-18 15:30:48'),(17835,3,5168,'','2013-10-18 15:30:48'),(17836,4,5168,'','2013-10-18 15:30:48'),(17837,5,5168,'','2013-10-18 15:30:48'),(17838,6,5168,'','2013-10-18 15:30:48'),(17839,1,5171,'','2013-10-18 15:30:48'),(17840,2,5171,'','2013-10-18 15:30:48'),(17841,3,5171,'','2013-10-18 15:30:48'),(17842,4,5171,'','2013-10-18 15:30:48'),(17843,5,5171,'','2013-10-18 15:30:48'),(17844,6,5171,'','2013-10-18 15:30:48'),(17845,1,5172,'','2013-10-18 15:33:12'),(17846,2,5172,'','2013-10-18 15:33:12'),(17847,3,5172,'','2013-10-18 15:33:12'),(17848,4,5172,'','2013-10-18 15:33:12'),(17849,5,5172,'','2013-10-18 15:33:12'),(17850,6,5172,'','2013-10-18 15:33:12'),(17851,1,5173,'','2013-10-18 16:34:16'),(17852,2,5173,'','2013-10-18 16:34:16'),(17853,3,5173,'','2013-10-18 16:34:16'),(17854,4,5173,'','2013-10-18 16:34:16'),(17855,5,5173,'','2013-10-18 16:34:16'),(17856,6,5173,'','2013-10-18 16:34:16'),(17857,1,5174,'','2013-10-18 16:49:15'),(17858,2,5174,'','2013-10-18 16:49:15'),(17859,3,5174,'','2013-10-18 16:49:15'),(17860,4,5174,'','2013-10-18 16:49:15'),(17861,5,5174,'','2013-10-18 16:49:15'),(17862,6,5174,'','2013-10-18 16:49:15'),(17863,1,5175,'35704337','2013-10-18 16:53:58'),(17864,2,5175,'','2013-10-18 16:53:58'),(17865,3,5175,'','2013-10-18 16:53:58'),(17866,4,5175,'OPD','2013-10-18 16:53:58'),(17867,5,5175,'','2013-10-18 16:53:58'),(17868,6,5175,'203','2013-10-18 16:53:58'),(17869,1,5177,'','2013-10-18 16:53:59'),(17870,2,5177,'','2013-10-18 16:53:59'),(17871,3,5177,'','2013-10-18 16:53:59'),(17872,4,5177,'','2013-10-18 16:53:59'),(17873,5,5177,'','2013-10-18 16:53:59'),(17874,6,5177,'','2013-10-18 16:53:59'),(17875,1,5180,'','2013-10-18 16:53:59'),(17876,2,5180,'','2013-10-18 16:53:59'),(17877,3,5180,'','2013-10-18 16:53:59'),(17878,4,5180,'','2013-10-18 16:53:59'),(17879,5,5180,'','2013-10-18 16:53:59'),(17880,6,5180,'','2013-10-18 16:53:59'),(17881,1,5184,'','2013-10-18 16:53:59'),(17882,2,5184,'','2013-10-18 16:53:59'),(17883,3,5184,'','2013-10-18 16:53:59'),(17884,4,5184,'','2013-10-18 16:53:59'),(17885,5,5184,'','2013-10-18 16:53:59'),(17886,6,5184,'','2013-10-18 16:53:59'),(17887,1,5189,'','2013-10-18 16:53:59'),(17888,2,5189,'','2013-10-18 16:53:59'),(17889,3,5189,'','2013-10-18 16:53:59'),(17890,4,5189,'','2013-10-18 16:53:59'),(17891,5,5189,'','2013-10-18 16:53:59'),(17892,6,5189,'','2013-10-18 16:53:59'),(17893,1,5190,'3570491','2013-10-18 17:17:41'),(17894,2,5190,'','2013-10-18 17:17:41'),(17895,3,5190,'','2013-10-18 17:17:41'),(17896,4,5190,'OPD','2013-10-18 17:17:41'),(17897,5,5190,'','2013-10-18 17:17:41'),(17898,6,5190,'93','2013-10-18 17:17:41'),(17899,1,5192,'','2013-10-18 17:17:41'),(17900,2,5192,'','2013-10-18 17:17:41'),(17901,3,5192,'','2013-10-18 17:17:41'),(17902,4,5192,'','2013-10-18 17:17:41'),(17903,5,5192,'','2013-10-18 17:17:41'),(17904,6,5192,'','2013-10-18 17:17:41'),(17905,1,5193,'3570363','2013-10-18 17:24:43'),(17906,2,5193,'588353','2013-10-18 17:24:43'),(17907,3,5193,'','2013-10-18 17:24:43'),(17908,4,5193,'OPD','2013-10-18 17:24:43'),(17909,5,5193,'','2013-10-18 17:24:43'),(17910,6,5193,'169','2013-10-18 17:24:43'),(17911,1,5195,'','2013-10-18 17:24:43'),(17912,2,5195,'','2013-10-18 17:24:43'),(17913,3,5195,'','2013-10-18 17:24:43'),(17914,4,5195,'','2013-10-18 17:24:43'),(17915,5,5195,'','2013-10-18 17:24:43'),(17916,6,5195,'','2013-10-18 17:24:44'),(17917,1,5198,'','2013-10-18 17:24:44'),(17918,2,5198,'','2013-10-18 17:24:44'),(17919,3,5198,'','2013-10-18 17:24:44'),(17920,4,5198,'','2013-10-18 17:24:44'),(17921,5,5198,'','2013-10-18 17:24:44'),(17922,6,5198,'','2013-10-18 17:24:44'),(17923,1,5199,'','2013-10-18 18:13:57'),(17924,2,5199,'','2013-10-18 18:13:57'),(17925,3,5199,'','2013-10-18 18:13:57'),(17926,4,5199,'OPD','2013-10-18 18:13:57'),(17927,5,5199,'','2013-10-18 18:13:57'),(17928,6,5199,'94','2013-10-18 18:13:57'),(17929,1,5201,'','2013-10-18 18:13:58'),(17930,2,5201,'','2013-10-18 18:13:58'),(17931,3,5201,'','2013-10-18 18:13:58'),(17932,4,5201,'','2013-10-18 18:13:58'),(17933,5,5201,'','2013-10-18 18:13:58'),(17934,6,5201,'','2013-10-18 18:13:58'),(17935,1,5202,'','2013-10-18 18:17:56'),(17936,2,5202,'','2013-10-18 18:17:56'),(17937,3,5202,'','2013-10-18 18:17:56'),(17938,4,5202,'','2013-10-18 18:17:56'),(17939,5,5202,'214661','2013-10-18 18:17:56'),(17940,6,5202,'153','2013-10-18 18:17:56'),(17941,1,5203,'3570516','2013-10-18 18:25:34'),(17942,2,5203,'','2013-10-18 18:25:34'),(17943,3,5203,'','2013-10-18 18:25:34'),(17944,4,5203,'OPD','2013-10-18 18:25:34'),(17945,5,5203,'','2013-10-18 18:25:34'),(17946,6,5203,'79','2013-10-18 18:25:34'),(17947,1,5205,'','2013-10-18 18:25:35'),(17948,2,5205,'','2013-10-18 18:25:35'),(17949,3,5205,'','2013-10-18 18:25:35'),(17950,4,5205,'','2013-10-18 18:25:35'),(17951,5,5205,'','2013-10-18 18:25:35'),(17952,6,5205,'','2013-10-18 18:25:35'),(17953,1,5206,'3570529','2013-10-18 18:34:46'),(17954,2,5206,'','2013-10-18 18:34:46'),(17955,3,5206,'','2013-10-18 18:34:46'),(17956,4,5206,'OPD','2013-10-18 18:34:46'),(17957,5,5206,'','2013-10-18 18:34:46'),(17958,6,5206,'84','2013-10-18 18:34:46'),(17959,1,5208,'','2013-10-18 18:34:46'),(17960,2,5208,'','2013-10-18 18:34:46'),(17961,3,5208,'','2013-10-18 18:34:46'),(17962,4,5208,'','2013-10-18 18:34:46'),(17963,5,5208,'','2013-10-18 18:34:46'),(17964,6,5208,'','2013-10-18 18:34:46'),(17965,1,5209,'3570551','2013-10-18 19:30:40'),(17966,2,5209,'588427','2013-10-18 19:30:40'),(17967,3,5209,'','2013-10-18 19:30:40'),(17968,4,5209,'OPD','2013-10-18 19:30:40'),(17969,5,5209,'','2013-10-18 19:30:40'),(17970,6,5209,'219','2013-10-18 19:30:40'),(17971,1,5211,'','2013-10-18 19:30:40'),(17972,2,5211,'','2013-10-18 19:30:40'),(17973,3,5211,'','2013-10-18 19:30:40'),(17974,4,5211,'OPD','2013-10-18 19:30:40'),(17975,5,5211,'','2013-10-18 19:30:40'),(17976,6,5211,'','2013-10-18 19:30:40'),(17977,1,5212,'3570560','2013-10-18 19:53:05'),(17978,2,5212,'','2013-10-18 19:53:05'),(17979,3,5212,'','2013-10-18 19:53:05'),(17980,4,5212,'OPD','2013-10-18 19:53:05'),(17981,5,5212,'','2013-10-18 19:53:05'),(17982,6,5212,'94','2013-10-18 19:53:05'),(17983,1,5213,'3570560','2013-10-18 19:57:42'),(17984,2,5213,'','2013-10-18 19:57:42'),(17985,3,5213,'','2013-10-18 19:57:42'),(17986,4,5213,'OPD','2013-10-18 19:57:42'),(17987,5,5213,'','2013-10-18 19:57:42'),(17988,6,5213,'94','2013-10-18 19:57:42'),(17989,1,5214,'3570568','2013-10-18 20:18:01'),(17990,2,5214,'588435','2013-10-18 20:18:01'),(17991,3,5214,'','2013-10-18 20:18:01'),(17992,4,5214,'OPD','2013-10-18 20:18:01'),(17993,5,5214,'','2013-10-18 20:18:01'),(17994,6,5214,'35','2013-10-18 20:18:01'),(17995,1,5215,'3570572','2013-10-18 20:45:14'),(17996,2,5215,'','2013-10-18 20:45:14'),(17997,3,5215,'','2013-10-18 20:45:14'),(17998,4,5215,'OUTSIDE','2013-10-18 20:45:14'),(17999,5,5215,'','2013-10-18 20:45:14'),(18000,6,5215,'40','2013-10-18 20:45:14'),(18001,1,5217,'','2013-10-18 20:45:15'),(18002,2,5217,'','2013-10-18 20:45:15'),(18003,3,5217,'','2013-10-18 20:45:15'),(18004,4,5217,'','2013-10-18 20:45:15'),(18005,5,5217,'','2013-10-18 20:45:15'),(18006,6,5217,'','2013-10-18 20:45:15'),(18007,1,5218,'3570575','2013-10-18 20:58:05'),(18008,2,5218,'588441','2013-10-18 20:58:05'),(18009,3,5218,'','2013-10-18 20:58:05'),(18010,4,5218,'OPD','2013-10-18 20:58:05'),(18011,5,5218,'','2013-10-18 20:58:05'),(18012,6,5218,'82','2013-10-18 20:58:05'),(18013,1,5220,'','2013-10-18 20:58:05'),(18014,2,5220,'','2013-10-18 20:58:05'),(18015,3,5220,'','2013-10-18 20:58:05'),(18016,4,5220,'','2013-10-18 20:58:05'),(18017,5,5220,'','2013-10-18 20:58:05'),(18018,6,5220,'','2013-10-18 20:58:05'),(18019,1,5223,'','2013-10-18 20:58:06'),(18020,2,5223,'','2013-10-18 20:58:06'),(18021,3,5223,'','2013-10-18 20:58:06'),(18022,4,5223,'','2013-10-18 20:58:06'),(18023,5,5223,'','2013-10-18 20:58:06'),(18024,6,5223,'','2013-10-18 20:58:06'),(18025,1,5224,'3570577','2013-10-18 21:16:49'),(18026,2,5224,'588442','2013-10-18 21:16:49'),(18027,3,5224,'','2013-10-18 21:16:49'),(18028,4,5224,'OPD','2013-10-18 21:16:49'),(18029,5,5224,'','2013-10-18 21:16:49'),(18030,6,5224,'75','2013-10-18 21:16:49'),(18031,1,5225,'3570582','2013-10-18 21:41:51'),(18032,2,5225,'','2013-10-18 21:41:51'),(18033,3,5225,'','2013-10-18 21:41:51'),(18034,4,5225,'OPD','2013-10-18 21:41:51'),(18035,5,5225,'','2013-10-18 21:41:51'),(18036,6,5225,'81','2013-10-18 21:41:51'),(18037,1,5226,'3570592','2013-10-18 23:57:08'),(18038,2,5226,'','2013-10-18 23:57:08'),(18039,3,5226,'','2013-10-18 23:57:08'),(18040,4,5226,'OPD','2013-10-18 23:57:08'),(18041,5,5226,'','2013-10-18 23:57:08'),(18042,6,5226,'37','2013-10-18 23:57:08'),(18043,1,5227,'3570593','2013-10-19 00:00:20'),(18044,2,5227,'','2013-10-19 00:00:20'),(18045,3,5227,'','2013-10-19 00:00:20'),(18046,4,5227,'OPD','2013-10-19 00:00:20'),(18047,5,5227,'','2013-10-19 00:00:20'),(18048,6,5227,'37','2013-10-19 00:00:20'),(18049,1,5228,'3570595','2013-10-19 00:04:43'),(18050,2,5228,'588453','2013-10-19 00:04:43'),(18051,3,5228,'','2013-10-19 00:04:43'),(18052,4,5228,'OPD','2013-10-19 00:04:43'),(18053,5,5228,'','2013-10-19 00:04:43'),(18054,6,5228,'35','2013-10-19 00:04:43'),(18055,1,5229,'','2013-10-19 00:07:31'),(18056,2,5229,'','2013-10-19 00:07:31'),(18057,3,5229,'','2013-10-19 00:07:31'),(18058,4,5229,'WARD','2013-10-19 00:07:31'),(18059,5,5229,'214667','2013-10-19 00:07:31'),(18060,6,5229,'','2013-10-19 00:07:31'),(18061,1,5230,'3570602','2013-10-19 01:04:22'),(18062,2,5230,'588460','2013-10-19 01:04:22'),(18063,3,5230,'','2013-10-19 01:04:22'),(18064,4,5230,'OPD','2013-10-19 01:04:22'),(18065,5,5230,'','2013-10-19 01:04:22'),(18066,6,5230,'60','2013-10-19 01:04:22'),(18067,1,5231,'3570606','2013-10-19 02:25:07'),(18068,2,5231,'588463','2013-10-19 02:25:07'),(18069,3,5231,'','2013-10-19 02:25:07'),(18070,4,5231,'OPD','2013-10-19 02:25:07'),(18071,5,5231,'','2013-10-19 02:25:07'),(18072,6,5231,'30','2013-10-19 02:25:07'),(18073,1,5232,'3570610','2013-10-19 03:03:27'),(18074,2,5232,'','2013-10-19 03:03:27'),(18075,3,5232,'','2013-10-19 03:03:27'),(18076,4,5232,'OPD','2013-10-19 03:03:27'),(18077,5,5232,'','2013-10-19 03:03:27'),(18078,6,5232,'3378','2013-10-19 03:03:27'),(18079,1,5234,'','2013-10-19 03:03:27'),(18080,2,5234,'','2013-10-19 03:03:27'),(18081,3,5234,'','2013-10-19 03:03:27'),(18082,4,5234,'','2013-10-19 03:03:27'),(18083,5,5234,'','2013-10-19 03:03:27'),(18084,6,5234,'','2013-10-19 03:03:27'),(18085,1,5237,'','2013-10-19 03:03:28'),(18086,2,5237,'','2013-10-19 03:03:28'),(18087,3,5237,'','2013-10-19 03:03:28'),(18088,4,5237,'','2013-10-19 03:03:28'),(18089,5,5237,'','2013-10-19 03:03:28'),(18090,6,5237,'','2013-10-19 03:03:28'),(18091,1,5238,'3570611','2013-10-19 03:22:19'),(18092,2,5238,'','2013-10-19 03:22:19'),(18093,3,5238,'','2013-10-19 03:22:19'),(18094,4,5238,'OPD','2013-10-19 03:22:19'),(18095,5,5238,'','2013-10-19 03:22:19'),(18096,6,5238,'99','2013-10-19 03:22:19'),(18097,1,5240,'','2013-10-19 03:22:20'),(18098,2,5240,'','2013-10-19 03:22:20'),(18099,3,5240,'','2013-10-19 03:22:20'),(18100,4,5240,'','2013-10-19 03:22:20'),(18101,5,5240,'','2013-10-19 03:22:20'),(18102,6,5240,'','2013-10-19 03:22:20'),(18103,1,5241,'3570626','2013-10-19 05:14:28'),(18104,2,5241,'','2013-10-19 05:14:28'),(18105,3,5241,'','2013-10-19 05:14:28'),(18106,4,5241,'OPD','2013-10-19 05:14:28'),(18107,5,5241,'','2013-10-19 05:14:28'),(18108,6,5241,'66','2013-10-19 05:14:28'),(18109,1,5242,'3570629','2013-10-19 05:34:58'),(18110,2,5242,'588466','2013-10-19 05:34:58'),(18111,3,5242,'','2013-10-19 05:34:58'),(18112,4,5242,'OPD','2013-10-19 05:34:58'),(18113,5,5242,'','2013-10-19 05:34:58'),(18114,6,5242,'23','2013-10-19 05:34:58'),(18115,1,5244,'','2013-10-19 05:34:58'),(18116,2,5244,'','2013-10-19 05:34:58'),(18117,3,5244,'','2013-10-19 05:34:58'),(18118,4,5244,'','2013-10-19 05:34:58'),(18119,5,5244,'','2013-10-19 05:34:58'),(18120,6,5244,'','2013-10-19 05:34:58'),(18121,1,5245,'3570635','2013-10-19 06:16:13'),(18122,2,5245,'','2013-10-19 06:16:13'),(18123,3,5245,'','2013-10-19 06:16:13'),(18124,4,5245,'OPD','2013-10-19 06:16:13'),(18125,5,5245,'','2013-10-19 06:16:13'),(18126,6,5245,'29','2013-10-19 06:16:13'),(18127,1,5246,'3570636','2013-10-19 06:23:03'),(18128,2,5246,'','2013-10-19 06:23:03'),(18129,3,5246,'','2013-10-19 06:23:03'),(18130,4,5246,'OPD','2013-10-19 06:23:03'),(18131,5,5246,'','2013-10-19 06:23:03'),(18132,6,5246,'350','2013-10-19 06:23:03'),(18133,1,5248,'','2013-10-19 06:23:03'),(18134,2,5248,'','2013-10-19 06:23:03'),(18135,3,5248,'','2013-10-19 06:23:03'),(18136,4,5248,'','2013-10-19 06:23:03'),(18137,5,5248,'','2013-10-19 06:23:03'),(18138,6,5248,'','2013-10-19 06:23:03'),(18139,1,5251,'','2013-10-19 06:23:03'),(18140,2,5251,'','2013-10-19 06:23:03'),(18141,3,5251,'','2013-10-19 06:23:03'),(18142,4,5251,'','2013-10-19 06:23:03'),(18143,5,5251,'','2013-10-19 06:23:03'),(18144,6,5251,'','2013-10-19 06:23:03'),(18145,1,5255,'','2013-10-19 06:23:04'),(18146,2,5255,'','2013-10-19 06:23:04'),(18147,3,5255,'','2013-10-19 06:23:04'),(18148,4,5255,'','2013-10-19 06:23:04'),(18149,5,5255,'','2013-10-19 06:23:04'),(18150,6,5255,'','2013-10-19 06:23:04'),(18151,1,5256,'3570261','2013-10-19 06:29:37'),(18152,2,5256,'588472','2013-10-19 06:29:37'),(18153,3,5256,'','2013-10-19 06:29:37'),(18154,4,5256,'OPD','2013-10-19 06:29:37'),(18155,5,5256,'','2013-10-19 06:29:37'),(18156,6,5256,'133','2013-10-19 06:29:37'),(18157,1,5258,'','2013-10-19 06:29:37'),(18158,2,5258,'','2013-10-19 06:29:37'),(18159,3,5258,'','2013-10-19 06:29:37'),(18160,4,5258,'','2013-10-19 06:29:37'),(18161,5,5258,'','2013-10-19 06:29:37'),(18162,6,5258,'','2013-10-19 06:29:37'),(18163,1,5261,'','2013-10-19 06:29:38'),(18164,2,5261,'','2013-10-19 06:29:38'),(18165,3,5261,'','2013-10-19 06:29:38'),(18166,4,5261,'','2013-10-19 06:29:38'),(18167,5,5261,'','2013-10-19 06:29:38'),(18168,6,5261,'','2013-10-19 06:29:38'),(18169,1,5265,'','2013-10-19 06:29:38'),(18170,2,5265,'','2013-10-19 06:29:38'),(18171,3,5265,'','2013-10-19 06:29:38'),(18172,4,5265,'','2013-10-19 06:29:38'),(18173,5,5265,'','2013-10-19 06:29:38'),(18174,6,5265,'','2013-10-19 06:29:38'),(18175,1,5266,'3570641','2013-10-19 06:37:26'),(18176,2,5266,'588475','2013-10-19 06:37:26'),(18177,3,5266,'','2013-10-19 06:37:26'),(18178,4,5266,'OPD','2013-10-19 06:37:26'),(18179,5,5266,'','2013-10-19 06:37:26'),(18180,6,5266,'29','2013-10-19 06:37:26'),(18181,1,5267,'3570642','2013-10-19 06:39:33'),(18182,2,5267,'588474','2013-10-19 06:39:33'),(18183,3,5267,'','2013-10-19 06:39:33'),(18184,4,5267,'OPD','2013-10-19 06:39:33'),(18185,5,5267,'','2013-10-19 06:39:33'),(18186,6,5267,'29','2013-10-19 06:39:33'),(18187,1,5268,'3570648','2013-10-19 06:44:03'),(18188,2,5268,'','2013-10-19 06:44:03'),(18189,3,5268,'','2013-10-19 06:44:03'),(18190,4,5268,'OPD','2013-10-19 06:44:03'),(18191,5,5268,'','2013-10-19 06:44:03'),(18192,6,5268,'69','2013-10-19 06:44:03'),(18193,1,5270,'','2013-10-19 06:44:03'),(18194,2,5270,'','2013-10-19 06:44:03'),(18195,3,5270,'','2013-10-19 06:44:03'),(18196,4,5270,'','2013-10-19 06:44:03'),(18197,5,5270,'','2013-10-19 06:44:03'),(18198,6,5270,'','2013-10-19 06:44:03'),(18199,1,5271,'3570658','2013-10-19 07:24:34'),(18200,2,5271,'','2013-10-19 07:24:34'),(18201,3,5271,'','2013-10-19 07:24:34'),(18202,4,5271,'OPD','2013-10-19 07:24:34'),(18203,5,5271,'','2013-10-19 07:24:34'),(18204,6,5271,'32.50','2013-10-19 07:24:34'),(18205,1,5273,'','2013-10-19 07:24:34'),(18206,2,5273,'','2013-10-19 07:24:34'),(18207,3,5273,'','2013-10-19 07:24:34'),(18208,4,5273,'','2013-10-19 07:24:34'),(18209,5,5273,'','2013-10-19 07:24:34'),(18210,6,5273,'','2013-10-19 07:24:34'),(18211,1,5276,'','2013-10-19 07:24:34'),(18212,2,5276,'','2013-10-19 07:24:34'),(18213,3,5276,'','2013-10-19 07:24:34'),(18214,4,5276,'','2013-10-19 07:24:34'),(18215,5,5276,'','2013-10-19 07:24:34'),(18216,6,5276,'','2013-10-19 07:24:34'),(18217,1,5277,'3570659','2013-10-19 07:28:51'),(18218,2,5277,'','2013-10-19 07:28:51'),(18219,3,5277,'','2013-10-19 07:28:51'),(18220,4,5277,'OPD','2013-10-19 07:28:51'),(18221,5,5277,'','2013-10-19 07:28:51'),(18222,6,5277,'12.00','2013-10-19 07:28:51'),(18223,1,5278,'3570670','2013-10-19 07:47:16'),(18224,2,5278,'','2013-10-19 07:47:16'),(18225,3,5278,'','2013-10-19 07:47:16'),(18226,4,5278,'OPD','2013-10-19 07:47:16'),(18227,5,5278,'','2013-10-19 07:47:16'),(18228,6,5278,'22.00','2013-10-19 07:47:16'),(18229,1,5279,'3570676','2013-10-19 08:06:14'),(18230,2,5279,'588483','2013-10-19 08:06:14'),(18231,3,5279,'','2013-10-19 08:06:14'),(18232,4,5279,'S/R','2013-10-19 08:06:14'),(18233,5,5279,'','2013-10-19 08:06:14'),(18234,6,5279,'59.00','2013-10-19 08:06:14'),(18235,1,5281,'','2013-10-19 08:06:14'),(18236,2,5281,'','2013-10-19 08:06:14'),(18237,3,5281,'','2013-10-19 08:06:14'),(18238,4,5281,'','2013-10-19 08:06:14'),(18239,5,5281,'','2013-10-19 08:06:14'),(18240,6,5281,'','2013-10-19 08:06:14'),(18241,1,5282,'3567395','2013-10-19 08:12:47'),(18242,2,5282,'','2013-10-19 08:12:47'),(18243,3,5282,'','2013-10-19 08:12:47'),(18244,4,5282,'OPD','2013-10-19 08:12:47'),(18245,5,5282,'','2013-10-19 08:12:47'),(18246,6,5282,'227.00','2013-10-19 08:12:47'),(18247,1,5284,'','2013-10-19 08:12:51'),(18248,2,5284,'','2013-10-19 08:12:51'),(18249,3,5284,'','2013-10-19 08:12:51'),(18250,4,5284,'','2013-10-19 08:12:51'),(18251,5,5284,'','2013-10-19 08:12:51'),(18252,6,5284,'','2013-10-19 08:12:51'),(18253,1,5285,'3570189','2013-10-19 08:16:37'),(18254,2,5285,'588306','2013-10-19 08:16:37'),(18255,3,5285,'','2013-10-19 08:16:37'),(18256,4,5285,'OPD','2013-10-19 08:16:37'),(18257,5,5285,'','2013-10-19 08:16:37'),(18258,6,5285,'227.00','2013-10-19 08:16:37'),(18259,1,5287,'','2013-10-19 08:16:37'),(18260,2,5287,'','2013-10-19 08:16:37'),(18261,3,5287,'','2013-10-19 08:16:37'),(18262,4,5287,'','2013-10-19 08:16:37'),(18263,5,5287,'','2013-10-19 08:16:37'),(18264,6,5287,'','2013-10-19 08:16:37'),(18265,1,5290,'','2013-10-19 08:16:37'),(18266,2,5290,'','2013-10-19 08:16:37'),(18267,3,5290,'','2013-10-19 08:16:37'),(18268,4,5290,'','2013-10-19 08:16:37'),(18269,5,5290,'','2013-10-19 08:16:37'),(18270,6,5290,'','2013-10-19 08:16:37'),(18271,1,5291,'3570684','2013-10-19 08:19:37'),(18272,2,5291,'','2013-10-19 08:19:37'),(18273,3,5291,'','2013-10-19 08:19:37'),(18274,4,5291,'OPD','2013-10-19 08:19:37'),(18275,5,5291,'','2013-10-19 08:19:37'),(18276,6,5291,'77.00','2013-10-19 08:19:37'),(18277,1,5293,'','2013-10-19 08:19:37'),(18278,2,5293,'','2013-10-19 08:19:38'),(18279,3,5293,'','2013-10-19 08:19:38'),(18280,4,5293,'','2013-10-19 08:19:38'),(18281,5,5293,'','2013-10-19 08:19:38'),(18282,6,5293,'','2013-10-19 08:19:38'),(18283,1,5294,'3570677','2013-10-19 08:22:57'),(18284,2,5294,'','2013-10-19 08:22:57'),(18285,3,5294,'','2013-10-19 08:22:57'),(18286,4,5294,'OPD','2013-10-19 08:22:57'),(18287,5,5294,'','2013-10-19 08:22:57'),(18288,6,5294,'','2013-10-19 08:22:57'),(18289,1,5296,'','2013-10-19 08:22:57'),(18290,2,5296,'','2013-10-19 08:22:57'),(18291,3,5296,'','2013-10-19 08:22:57'),(18292,4,5296,'','2013-10-19 08:22:57'),(18293,5,5296,'','2013-10-19 08:22:57'),(18294,6,5296,'','2013-10-19 08:22:57'),(18295,1,5299,'','2013-10-19 08:22:57'),(18296,2,5299,'','2013-10-19 08:22:57'),(18297,3,5299,'','2013-10-19 08:22:57'),(18298,4,5299,'','2013-10-19 08:22:57'),(18299,5,5299,'','2013-10-19 08:22:57'),(18300,6,5299,'','2013-10-19 08:22:57'),(18301,1,5300,'3562580','2013-10-19 08:28:43'),(18302,2,5300,'','2013-10-19 08:28:43'),(18303,3,5300,'','2013-10-19 08:28:43'),(18304,4,5300,'OPD','2013-10-19 08:28:43'),(18305,5,5300,'','2013-10-19 08:28:43'),(18306,6,5300,'76.00','2013-10-19 08:28:43'),(18307,1,5302,'','2013-10-19 08:28:43'),(18308,2,5302,'','2013-10-19 08:28:43'),(18309,3,5302,'','2013-10-19 08:28:43'),(18310,4,5302,'','2013-10-19 08:28:43'),(18311,5,5302,'','2013-10-19 08:28:43'),(18312,6,5302,'','2013-10-19 08:28:43'),(18313,1,5303,'3570688','2013-10-19 08:35:03'),(18314,2,5303,'','2013-10-19 08:35:03'),(18315,3,5303,'','2013-10-19 08:35:03'),(18316,4,5303,'OPD','2013-10-19 08:35:03'),(18317,5,5303,'','2013-10-19 08:35:03'),(18318,6,5303,'112.00','2013-10-19 08:35:03'),(18319,1,5305,'','2013-10-19 08:35:04'),(18320,2,5305,'','2013-10-19 08:35:04'),(18321,3,5305,'','2013-10-19 08:35:04'),(18322,4,5305,'','2013-10-19 08:35:04'),(18323,5,5305,'','2013-10-19 08:35:04'),(18324,6,5305,'','2013-10-19 08:35:04'),(18325,1,5308,'','2013-10-19 08:35:04'),(18326,2,5308,'','2013-10-19 08:35:04'),(18327,3,5308,'','2013-10-19 08:35:04'),(18328,4,5308,'','2013-10-19 08:35:04'),(18329,5,5308,'','2013-10-19 08:35:04'),(18330,6,5308,'','2013-10-19 08:35:04'),(18331,1,5309,'3570360','2013-10-19 08:39:28'),(18332,2,5309,'','2013-10-19 08:39:28'),(18333,3,5309,'','2013-10-19 08:39:28'),(18334,4,5309,'OPD','2013-10-19 08:39:28'),(18335,5,5309,'','2013-10-19 08:39:28'),(18336,6,5309,'216.00','2013-10-19 08:39:28'),(18337,1,5311,'','2013-10-19 08:39:28'),(18338,2,5311,'','2013-10-19 08:39:28'),(18339,3,5311,'','2013-10-19 08:39:28'),(18340,4,5311,'','2013-10-19 08:39:28'),(18341,5,5311,'','2013-10-19 08:39:28'),(18342,6,5311,'','2013-10-19 08:39:28'),(18343,1,5312,'3570691','2013-10-19 08:43:03'),(18344,2,5312,'','2013-10-19 08:43:03'),(18345,3,5312,'','2013-10-19 08:43:03'),(18346,4,5312,'OPD','2013-10-19 08:43:03'),(18347,5,5312,'','2013-10-19 08:43:03'),(18348,6,5312,'113.00','2013-10-19 08:43:03'),(18349,1,5314,'','2013-10-19 08:43:03'),(18350,2,5314,'','2013-10-19 08:43:03'),(18351,3,5314,'','2013-10-19 08:43:03'),(18352,4,5314,'','2013-10-19 08:43:03'),(18353,5,5314,'','2013-10-19 08:43:03'),(18354,6,5314,'','2013-10-19 08:43:03'),(18355,1,5315,'3570692','2013-10-19 08:45:15'),(18356,2,5315,'','2013-10-19 08:45:15'),(18357,3,5315,'','2013-10-19 08:45:15'),(18358,4,5315,'OPD','2013-10-19 08:45:15'),(18359,5,5315,'','2013-10-19 08:45:15'),(18360,6,5315,'153.00','2013-10-19 08:45:15'),(18361,1,5317,'','2013-10-19 08:45:15'),(18362,2,5317,'','2013-10-19 08:45:15'),(18363,3,5317,'','2013-10-19 08:45:15'),(18364,4,5317,'','2013-10-19 08:45:15'),(18365,5,5317,'','2013-10-19 08:45:15'),(18366,6,5317,'','2013-10-19 08:45:15'),(18367,1,5318,'3570693','2013-10-19 08:55:24'),(18368,2,5318,'','2013-10-19 08:55:24'),(18369,3,5318,'','2013-10-19 08:55:24'),(18370,4,5318,'OPD','2013-10-19 08:55:24'),(18371,5,5318,'','2013-10-19 08:55:24'),(18372,6,5318,'98.00','2013-10-19 08:55:24'),(18373,1,5320,'','2013-10-19 08:55:25'),(18374,2,5320,'','2013-10-19 08:55:25'),(18375,3,5320,'','2013-10-19 08:55:25'),(18376,4,5320,'','2013-10-19 08:55:25'),(18377,5,5320,'','2013-10-19 08:55:25'),(18378,6,5320,'','2013-10-19 08:55:25'),(18379,1,5321,'3570367','2013-10-19 08:58:32'),(18380,2,5321,'','2013-10-19 08:58:32'),(18381,3,5321,'','2013-10-19 08:58:32'),(18382,4,5321,'WARD','2013-10-19 08:58:32'),(18383,5,5321,'214658','2013-10-19 08:58:32'),(18384,6,5321,'22.00','2013-10-19 08:58:32'),(18385,1,5322,'3570706','2013-10-19 09:05:27'),(18386,2,5322,'','2013-10-19 09:05:27'),(18387,3,5322,'','2013-10-19 09:05:27'),(18388,4,5322,'OPD','2013-10-19 09:05:27'),(18389,5,5322,'','2013-10-19 09:05:27'),(18390,6,5322,'81.00','2013-10-19 09:05:27'),(18391,1,5323,'3570204','2013-10-19 09:13:19'),(18392,2,5323,'','2013-10-19 09:13:19'),(18393,3,5323,'','2013-10-19 09:13:19'),(18394,4,5323,'OPD','2013-10-19 09:13:19'),(18395,5,5323,'','2013-10-19 09:13:19'),(18396,6,5323,'212.00','2013-10-19 09:13:19'),(18397,1,5325,'','2013-10-19 09:13:19'),(18398,2,5325,'','2013-10-19 09:13:19'),(18399,3,5325,'','2013-10-19 09:13:19'),(18400,4,5325,'','2013-10-19 09:13:19'),(18401,5,5325,'','2013-10-19 09:13:19'),(18402,6,5325,'','2013-10-19 09:13:19'),(18403,1,5328,'','2013-10-19 09:13:19'),(18404,2,5328,'','2013-10-19 09:13:19'),(18405,3,5328,'','2013-10-19 09:13:19'),(18406,4,5328,'','2013-10-19 09:13:19'),(18407,5,5328,'','2013-10-19 09:13:19'),(18408,6,5328,'','2013-10-19 09:13:19'),(18409,1,5329,'3570712','2013-10-19 09:19:54'),(18410,2,5329,'','2013-10-19 09:19:54'),(18411,3,5329,'','2013-10-19 09:19:54'),(18412,4,5329,'OPD','2013-10-19 09:19:54'),(18413,5,5329,'','2013-10-19 09:19:54'),(18414,6,5329,'81.00','2013-10-19 09:19:54'),(18415,1,5330,'3570715','2013-10-19 09:28:27'),(18416,2,5330,'','2013-10-19 09:28:27'),(18417,3,5330,'','2013-10-19 09:28:27'),(18418,4,5330,'OPD','2013-10-19 09:28:27'),(18419,5,5330,'','2013-10-19 09:28:27'),(18420,6,5330,'455.40','2013-10-19 09:28:27'),(18421,1,5332,'','2013-10-19 09:28:27'),(18422,2,5332,'','2013-10-19 09:28:27'),(18423,3,5332,'','2013-10-19 09:28:27'),(18424,4,5332,'','2013-10-19 09:28:27'),(18425,5,5332,'','2013-10-19 09:28:27'),(18426,6,5332,'','2013-10-19 09:28:27'),(18427,1,5333,'3570719','2013-10-19 09:35:02'),(18428,2,5333,'','2013-10-19 09:35:02'),(18429,3,5333,'','2013-10-19 09:35:02'),(18430,4,5333,'OPD','2013-10-19 09:35:02'),(18431,5,5333,'','2013-10-19 09:35:02'),(18432,6,5333,'24.00','2013-10-19 09:35:02'),(18433,1,5334,'3570723','2013-10-19 09:44:19'),(18434,2,5334,'','2013-10-19 09:44:19'),(18435,3,5334,'','2013-10-19 09:44:19'),(18436,4,5334,'OPD','2013-10-19 09:44:19'),(18437,5,5334,'','2013-10-19 09:44:19'),(18438,6,5334,'81.00','2013-10-19 09:44:19'),(18439,1,5335,'3570734','2013-10-19 09:49:40'),(18440,2,5335,'','2013-10-19 09:49:40'),(18441,3,5335,'','2013-10-19 09:49:40'),(18442,4,5335,'OPD','2013-10-19 09:49:40'),(18443,5,5335,'','2013-10-19 09:49:40'),(18444,6,5335,'94.00','2013-10-19 09:49:40'),(18445,1,5337,'','2013-10-19 09:49:40'),(18446,2,5337,'','2013-10-19 09:49:40'),(18447,3,5337,'','2013-10-19 09:49:40'),(18448,4,5337,'','2013-10-19 09:49:40'),(18449,5,5337,'','2013-10-19 09:49:40'),(18450,6,5337,'','2013-10-19 09:49:40'),(18451,1,5338,'3570739','2013-10-19 09:53:13'),(18452,2,5338,'','2013-10-19 09:53:13'),(18453,3,5338,'','2013-10-19 09:53:13'),(18454,4,5338,'OPD','2013-10-19 09:53:13'),(18455,5,5338,'','2013-10-19 09:53:13'),(18456,6,5338,'35.00','2013-10-19 09:53:13'),(18457,1,5340,'','2013-10-19 09:53:13'),(18458,2,5340,'','2013-10-19 09:53:13'),(18459,3,5340,'','2013-10-19 09:53:13'),(18460,4,5340,'','2013-10-19 09:53:13'),(18461,5,5340,'','2013-10-19 09:53:13'),(18462,6,5340,'','2013-10-19 09:53:13'),(18463,1,5341,'3570731','2013-10-19 09:55:34'),(18464,2,5341,'588501','2013-10-19 09:55:34'),(18465,3,5341,'','2013-10-19 09:55:34'),(18466,4,5341,'OPD','2013-10-19 09:55:34'),(18467,5,5341,'','2013-10-19 09:55:34'),(18468,6,5341,'12.00','2013-10-19 09:55:34'),(18469,1,5342,'3570747','2013-10-19 10:11:39'),(18470,2,5342,'','2013-10-19 10:11:39'),(18471,3,5342,'','2013-10-19 10:11:39'),(18472,4,5342,'OPD','2013-10-19 10:11:39'),(18473,5,5342,'','2013-10-19 10:11:39'),(18474,6,5342,'61.00','2013-10-19 10:11:39'),(18475,1,5343,'3570737','2013-10-19 10:18:44'),(18476,2,5343,'588510','2013-10-19 10:18:44'),(18477,3,5343,'','2013-10-19 10:18:44'),(18478,4,5343,'OPD','2013-10-19 10:18:44'),(18479,5,5343,'','2013-10-19 10:18:44'),(18480,6,5343,'110.00','2013-10-19 10:18:44'),(18481,1,5345,'','2013-10-19 10:18:44'),(18482,2,5345,'','2013-10-19 10:18:44'),(18483,3,5345,'','2013-10-19 10:18:44'),(18484,4,5345,'','2013-10-19 10:18:44'),(18485,5,5345,'','2013-10-19 10:18:44'),(18486,6,5345,'','2013-10-19 10:18:44'),(18487,1,5348,'','2013-10-19 10:18:44'),(18488,2,5348,'','2013-10-19 10:18:44'),(18489,3,5348,'','2013-10-19 10:18:44'),(18490,4,5348,'','2013-10-19 10:18:44'),(18491,5,5348,'','2013-10-19 10:18:44'),(18492,6,5348,'','2013-10-19 10:18:44'),(18493,1,5349,'3570761','2013-10-19 10:24:56'),(18494,2,5349,'','2013-10-19 10:24:56'),(18495,3,5349,'','2013-10-19 10:24:56'),(18496,4,5349,'WARD','2013-10-19 10:24:56'),(18497,5,5349,'214664','2013-10-19 10:24:56'),(18498,6,5349,'22.00','2013-10-19 10:24:56'),(18499,1,5350,'3570754','2013-10-19 10:27:29'),(18500,2,5350,'588513','2013-10-19 10:27:29'),(18501,3,5350,'','2013-10-19 10:27:29'),(18502,4,5350,'','2013-10-19 10:27:29'),(18503,5,5350,'','2013-10-19 10:27:29'),(18504,6,5350,'35.00','2013-10-19 10:27:29'),(18505,1,5351,'3570757','2013-10-19 10:29:23'),(18506,2,5351,'588512','2013-10-19 10:29:23'),(18507,3,5351,'','2013-10-19 10:29:23'),(18508,4,5351,'','2013-10-19 10:29:23'),(18509,5,5351,'','2013-10-19 10:29:23'),(18510,6,5351,'35.00','2013-10-19 10:29:23'),(18511,1,5352,'3570762','2013-10-19 10:34:06'),(18512,2,5352,'588515','2013-10-19 10:34:06'),(18513,3,5352,'','2013-10-19 10:34:06'),(18514,4,5352,'','2013-10-19 10:34:06'),(18515,5,5352,'','2013-10-19 10:34:06'),(18516,6,5352,'55.00','2013-10-19 10:34:06'),(18517,1,5353,'3537368','2013-10-19 10:55:04'),(18518,2,5353,'','2013-10-19 10:55:04'),(18519,3,5353,'','2013-10-19 10:55:04'),(18520,4,5353,'OPD','2013-10-19 10:55:04'),(18521,5,5353,'','2013-10-19 10:55:04'),(18522,6,5353,'22.00','2013-10-19 10:55:04'),(18523,1,5354,'3570796','2013-10-19 11:06:56'),(18524,2,5354,'','2013-10-19 11:06:56'),(18525,3,5354,'','2013-10-19 11:06:56'),(18526,4,5354,'OPD','2013-10-19 11:06:56'),(18527,5,5354,'','2013-10-19 11:06:56'),(18528,6,5354,'532.00','2013-10-19 11:06:56'),(18529,1,5355,'3570807','2013-10-19 11:17:39'),(18530,2,5355,'','2013-10-19 11:17:39'),(18531,3,5355,'','2013-10-19 11:17:39'),(18532,4,5355,'OPD','2013-10-19 11:17:39'),(18533,5,5355,'','2013-10-19 11:17:39'),(18534,6,5355,'54.00','2013-10-19 11:17:39'),(18535,1,5356,'3570831','2013-10-19 11:42:04'),(18536,2,5356,'','2013-10-19 11:42:04'),(18537,3,5356,'','2013-10-19 11:42:04'),(18538,4,5356,'OPD','2013-10-19 11:42:04'),(18539,5,5356,'','2013-10-19 11:42:04'),(18540,6,5356,'62.00','2013-10-19 11:42:04'),(18541,1,5357,'3570830','2013-10-19 11:44:06'),(18542,2,5357,'','2013-10-19 11:44:06'),(18543,3,5357,'','2013-10-19 11:44:06'),(18544,4,5357,'OPD','2013-10-19 11:44:06'),(18545,5,5357,'','2013-10-19 11:44:06'),(18546,6,5357,'185','2013-10-19 11:44:06'),(18547,1,5359,'','2013-10-19 11:44:06'),(18548,2,5359,'','2013-10-19 11:44:06'),(18549,3,5359,'','2013-10-19 11:44:06'),(18550,4,5359,'','2013-10-19 11:44:06'),(18551,5,5359,'','2013-10-19 11:44:06'),(18552,6,5359,'','2013-10-19 11:44:06'),(18553,1,5360,'3570834','2013-10-19 11:55:21'),(18554,2,5360,'588538','2013-10-19 11:55:21'),(18555,3,5360,'','2013-10-19 11:55:21'),(18556,4,5360,'OPD','2013-10-19 11:55:21'),(18557,5,5360,'','2013-10-19 11:55:21'),(18558,6,5360,'65.00','2013-10-19 11:55:21'),(18559,1,5362,'','2013-10-19 11:55:21'),(18560,2,5362,'','2013-10-19 11:55:21'),(18561,3,5362,'','2013-10-19 11:55:21'),(18562,4,5362,'','2013-10-19 11:55:21'),(18563,5,5362,'','2013-10-19 11:55:21'),(18564,6,5362,'','2013-10-19 11:55:21'),(18565,1,5363,'3570853','2013-10-19 11:59:51'),(18566,2,5363,'','2013-10-19 11:59:51'),(18567,3,5363,'','2013-10-19 11:59:51'),(18568,4,5363,'OPD','2013-10-19 11:59:51'),(18569,5,5363,'','2013-10-19 11:59:51'),(18570,6,5363,'77.00','2013-10-19 11:59:51'),(18571,1,5365,'','2013-10-19 11:59:52'),(18572,2,5365,'','2013-10-19 11:59:52'),(18573,3,5365,'','2013-10-19 11:59:52'),(18574,4,5365,'','2013-10-19 11:59:52'),(18575,5,5365,'','2013-10-19 11:59:52'),(18576,6,5365,'','2013-10-19 11:59:52'),(18577,1,5366,'3570850','2013-10-19 12:01:59'),(18578,2,5366,'','2013-10-19 12:01:59'),(18579,3,5366,'','2013-10-19 12:01:59'),(18580,4,5366,'OPD','2013-10-19 12:01:59'),(18581,5,5366,'','2013-10-19 12:01:59'),(18582,6,5366,'77.00','2013-10-19 12:01:59'),(18583,1,5368,'','2013-10-19 12:02:00'),(18584,2,5368,'','2013-10-19 12:02:00'),(18585,3,5368,'','2013-10-19 12:02:00'),(18586,4,5368,'','2013-10-19 12:02:00'),(18587,5,5368,'','2013-10-19 12:02:00'),(18588,6,5368,'','2013-10-19 12:02:00'),(18589,1,5369,'3570849','2013-10-19 12:04:04'),(18590,2,5369,'','2013-10-19 12:04:04'),(18591,3,5369,'','2013-10-19 12:04:04'),(18592,4,5369,'WARD','2013-10-19 12:04:04'),(18593,5,5369,'214654','2013-10-19 12:04:04'),(18594,6,5369,'20.00','2013-10-19 12:04:04'),(18595,1,5370,'3570848','2013-10-19 12:06:33'),(18596,2,5370,'','2013-10-19 12:06:33'),(18597,3,5370,'','2013-10-19 12:06:33'),(18598,4,5370,'WARD','2013-10-19 12:06:33'),(18599,5,5370,'214663','2013-10-19 12:06:33'),(18600,6,5370,'23.40','2013-10-19 12:06:33'),(18601,1,5371,'3570847','2013-10-19 12:09:10'),(18602,2,5371,'','2013-10-19 12:09:10'),(18603,3,5371,'','2013-10-19 12:09:10'),(18604,4,5371,'WARD','2013-10-19 12:09:10'),(18605,5,5371,'214663','2013-10-19 12:09:10'),(18606,6,5371,'22.00','2013-10-19 12:09:10'),(18607,1,5372,'3570845','2013-10-19 12:11:22'),(18608,2,5372,'','2013-10-19 12:11:22'),(18609,3,5372,'','2013-10-19 12:11:22'),(18610,4,5372,'WARD','2013-10-19 12:11:22'),(18611,5,5372,'B6','2013-10-19 12:11:22'),(18612,6,5372,'22.00','2013-10-19 12:11:22'),(18613,1,5373,'3570844','2013-10-19 12:14:13'),(18614,2,5373,'','2013-10-19 12:14:13'),(18615,3,5373,'','2013-10-19 12:14:13'),(18616,4,5373,'WARD','2013-10-19 12:14:13'),(18617,5,5373,'214671','2013-10-19 12:14:13'),(18618,6,5373,'206.40','2013-10-19 12:14:13'),(18619,1,5375,'','2013-10-19 12:14:13'),(18620,2,5375,'','2013-10-19 12:14:13'),(18621,3,5375,'','2013-10-19 12:14:13'),(18622,4,5375,'','2013-10-19 12:14:13'),(18623,5,5375,'','2013-10-19 12:14:13'),(18624,6,5375,'','2013-10-19 12:14:13'),(18625,1,5376,'3570843','2013-10-19 12:19:11'),(18626,2,5376,'','2013-10-19 12:19:11'),(18627,3,5376,'','2013-10-19 12:19:11'),(18628,4,5376,'WARD','2013-10-19 12:19:11'),(18629,5,5376,'214671','2013-10-19 12:19:11'),(18630,6,5376,'25.00','2013-10-19 12:19:11'),(18631,1,5377,'3570842','2013-10-19 12:22:31'),(18632,2,5377,'','2013-10-19 12:22:31'),(18633,3,5377,'','2013-10-19 12:22:31'),(18634,4,5377,'WARD','2013-10-19 12:22:31'),(18635,5,5377,'214667','2013-10-19 12:22:31'),(18636,6,5377,'49.00','2013-10-19 12:22:31'),(18637,1,5378,'3570867','2013-10-19 12:26:08'),(18638,2,5378,'','2013-10-19 12:26:08'),(18639,3,5378,'','2013-10-19 12:26:08'),(18640,4,5378,'OPD','2013-10-19 12:26:08'),(18641,5,5378,'','2013-10-19 12:26:08'),(18642,6,5378,'35.00','2013-10-19 12:26:08'),(18643,1,5380,'','2013-10-19 12:26:11'),(18644,2,5380,'','2013-10-19 12:26:11'),(18645,3,5380,'','2013-10-19 12:26:11'),(18646,4,5380,'','2013-10-19 12:26:11'),(18647,5,5380,'','2013-10-19 12:26:11'),(18648,6,5380,'','2013-10-19 12:26:11'),(18649,1,5381,'3570856','2013-10-19 12:28:32'),(18650,2,5381,'588545','2013-10-19 12:28:32'),(18651,3,5381,'','2013-10-19 12:28:32'),(18652,4,5381,'OPD','2013-10-19 12:28:32'),(18653,5,5381,'','2013-10-19 12:28:32'),(18654,6,5381,'157.00','2013-10-19 12:28:32'),(18655,1,5383,'','2013-10-19 12:28:32'),(18656,2,5383,'','2013-10-19 12:28:32'),(18657,3,5383,'','2013-10-19 12:28:32'),(18658,4,5383,'','2013-10-19 12:28:32'),(18659,5,5383,'','2013-10-19 12:28:32'),(18660,6,5383,'','2013-10-19 12:28:32'),(18661,1,5384,'3570873','2013-10-19 12:31:17'),(18662,2,5384,'','2013-10-19 12:31:17'),(18663,3,5384,'','2013-10-19 12:31:17'),(18664,4,5384,'OPD','2013-10-19 12:31:17'),(18665,5,5384,'','2013-10-19 12:31:17'),(18666,6,5384,'66.00','2013-10-19 12:31:17'),(18667,1,5385,'3570859','2013-10-19 12:34:51'),(18668,2,5385,'','2013-10-19 12:34:51'),(18669,3,5385,'','2013-10-19 12:34:51'),(18670,4,5385,'OPD','2013-10-19 12:34:51'),(18671,5,5385,'','2013-10-19 12:34:51'),(18672,6,5385,'99.00','2013-10-19 12:34:51'),(18673,1,5386,'3570876','2013-10-19 12:40:05'),(18674,2,5386,'588547','2013-10-19 12:40:05'),(18675,3,5386,'','2013-10-19 12:40:05'),(18676,4,5386,'OPD','2013-10-19 12:40:05'),(18677,5,5386,'','2013-10-19 12:40:05'),(18678,6,5386,'','2013-10-19 12:40:05'),(18679,1,5388,'','2013-10-19 12:40:06'),(18680,2,5388,'','2013-10-19 12:40:06'),(18681,3,5388,'','2013-10-19 12:40:06'),(18682,4,5388,'','2013-10-19 12:40:06'),(18683,5,5388,'','2013-10-19 12:40:06'),(18684,6,5388,'','2013-10-19 12:40:06'),(18685,1,5389,'3553528','2013-10-19 12:43:54'),(18686,2,5389,'','2013-10-19 12:43:54'),(18687,3,5389,'','2013-10-19 12:43:54'),(18688,4,5389,'OPD','2013-10-19 12:43:54'),(18689,5,5389,'','2013-10-19 12:43:54'),(18690,6,5389,'22.00','2013-10-19 12:43:54'),(18691,1,5390,'3569227','2013-10-19 13:01:17'),(18692,2,5390,'','2013-10-19 13:01:17'),(18693,3,5390,'','2013-10-19 13:01:17'),(18694,4,5390,'OPD','2013-10-19 13:01:17'),(18695,5,5390,'','2013-10-19 13:01:17'),(18696,6,5390,'234.00','2013-10-19 13:01:17'),(18697,1,5392,'','2013-10-19 13:01:18'),(18698,2,5392,'','2013-10-19 13:01:18'),(18699,3,5392,'','2013-10-19 13:01:18'),(18700,4,5392,'','2013-10-19 13:01:18'),(18701,5,5392,'','2013-10-19 13:01:18'),(18702,6,5392,'','2013-10-19 13:01:18'),(18703,1,5393,'3570814','2013-10-19 13:05:23'),(18704,2,5393,'588534','2013-10-19 13:05:23'),(18705,3,5393,'','2013-10-19 13:05:23'),(18706,4,5393,'OPD','2013-10-19 13:05:23'),(18707,5,5393,'','2013-10-19 13:05:23'),(18708,6,5393,'135.00','2013-10-19 13:05:23'),(18709,1,5394,'3570897','2013-10-19 13:14:01'),(18710,2,5394,'588554','2013-10-19 13:14:01'),(18711,3,5394,'','2013-10-19 13:14:01'),(18712,4,5394,'OPD','2013-10-19 13:14:01'),(18713,5,5394,'','2013-10-19 13:14:01'),(18714,6,5394,'50.00','2013-10-19 13:14:01'),(18715,1,5395,'3553561','2013-10-19 13:16:02'),(18716,2,5395,'','2013-10-19 13:16:02'),(18717,3,5395,'','2013-10-19 13:16:02'),(18718,4,5395,'OPD','2013-10-19 13:16:02'),(18719,5,5395,'','2013-10-19 13:16:02'),(18720,6,5395,'22.00','2013-10-19 13:16:02'),(18721,1,5396,'3570900','2013-10-19 13:32:20'),(18722,2,5396,'588555','2013-10-19 13:32:20'),(18723,3,5396,'','2013-10-19 13:32:20'),(18724,4,5396,'OPD','2013-10-19 13:32:20'),(18725,5,5396,'','2013-10-19 13:32:20'),(18726,6,5396,'322.00','2013-10-19 13:32:20'),(18727,1,5398,'','2013-10-19 13:32:21'),(18728,2,5398,'','2013-10-19 13:32:21'),(18729,3,5398,'','2013-10-19 13:32:21'),(18730,4,5398,'','2013-10-19 13:32:21'),(18731,5,5398,'','2013-10-19 13:32:21'),(18732,6,5398,'','2013-10-19 13:32:21'),(18733,1,5401,'','2013-10-19 13:32:21'),(18734,2,5401,'','2013-10-19 13:32:21'),(18735,3,5401,'','2013-10-19 13:32:21'),(18736,4,5401,'','2013-10-19 13:32:21'),(18737,5,5401,'','2013-10-19 13:32:21'),(18738,6,5401,'','2013-10-19 13:32:21'),(18739,1,5405,'','2013-10-19 13:32:21'),(18740,2,5405,'','2013-10-19 13:32:21'),(18741,3,5405,'','2013-10-19 13:32:21'),(18742,4,5405,'','2013-10-19 13:32:21'),(18743,5,5405,'','2013-10-19 13:32:21'),(18744,6,5405,'','2013-10-19 13:32:21'),(18745,1,5406,'3576920','2013-10-19 13:56:11'),(18746,2,5406,'','2013-10-19 13:56:11'),(18747,3,5406,'','2013-10-19 13:56:11'),(18748,4,5406,'OPD','2013-10-19 13:56:11'),(18749,5,5406,'','2013-10-19 13:56:11'),(18750,6,5406,'163.00','2013-10-19 13:56:11'),(18751,1,5408,'','2013-10-19 13:56:11'),(18752,2,5408,'','2013-10-19 13:56:11'),(18753,3,5408,'','2013-10-19 13:56:11'),(18754,4,5408,'','2013-10-19 13:56:11'),(18755,5,5408,'','2013-10-19 13:56:11'),(18756,6,5408,'','2013-10-19 13:56:11'),(18757,1,5411,'','2013-10-19 13:56:12'),(18758,2,5411,'','2013-10-19 13:56:12'),(18759,3,5411,'','2013-10-19 13:56:12'),(18760,4,5411,'','2013-10-19 13:56:12'),(18761,5,5411,'','2013-10-19 13:56:12'),(18762,6,5411,'','2013-10-19 13:56:12'),(18763,1,5412,'3570924','2013-10-19 14:11:01'),(18764,2,5412,'','2013-10-19 14:11:01'),(18765,3,5412,'','2013-10-19 14:11:01'),(18766,4,5412,'OPD','2013-10-19 14:11:01'),(18767,5,5412,'','2013-10-19 14:11:01'),(18768,6,5412,'13.00','2013-10-19 14:11:01'),(18769,1,5413,'3570942','2013-10-19 14:38:16'),(18770,2,5413,'','2013-10-19 14:38:16'),(18771,3,5413,'','2013-10-19 14:38:16'),(18772,4,5413,'OPD','2013-10-19 14:38:16'),(18773,5,5413,'','2013-10-19 14:38:16'),(18774,6,5413,'749.00','2013-10-19 14:38:16'),(18775,1,5415,'','2013-10-19 14:38:19'),(18776,2,5415,'','2013-10-19 14:38:19'),(18777,3,5415,'','2013-10-19 14:38:19'),(18778,4,5415,'','2013-10-19 14:38:19'),(18779,5,5415,'','2013-10-19 14:38:19'),(18780,6,5415,'','2013-10-19 14:38:19'),(18781,1,5416,'3570943','2013-10-19 14:40:26'),(18782,2,5416,'588569','2013-10-19 14:40:26'),(18783,3,5416,'','2013-10-19 14:40:26'),(18784,4,5416,'S/R','2013-10-19 14:40:26'),(18785,5,5416,'','2013-10-19 14:40:26'),(18786,6,5416,'35.00','2013-10-19 14:40:26'),(18787,1,5417,'3570957','2013-10-19 15:04:30'),(18788,2,5417,'','2013-10-19 15:04:30'),(18789,3,5417,'','2013-10-19 15:04:30'),(18790,4,5417,'OPD','2013-10-19 15:04:30'),(18791,5,5417,'','2013-10-19 15:04:30'),(18792,6,5417,'282.00','2013-10-19 15:04:30'),(18793,1,5419,'','2013-10-19 15:04:30'),(18794,2,5419,'','2013-10-19 15:04:30'),(18795,3,5419,'','2013-10-19 15:04:30'),(18796,4,5419,'','2013-10-19 15:04:30'),(18797,5,5419,'','2013-10-19 15:04:30'),(18798,6,5419,'','2013-10-19 15:04:30'),(18799,1,5422,'','2013-10-19 15:04:31'),(18800,2,5422,'','2013-10-19 15:04:31'),(18801,3,5422,'','2013-10-19 15:04:31'),(18802,4,5422,'','2013-10-19 15:04:31'),(18803,5,5422,'','2013-10-19 15:04:31'),(18804,6,5422,'','2013-10-19 15:04:31'),(18805,1,5426,'','2013-10-19 15:04:31'),(18806,2,5426,'','2013-10-19 15:04:31'),(18807,3,5426,'','2013-10-19 15:04:31'),(18808,4,5426,'','2013-10-19 15:04:31'),(18809,5,5426,'','2013-10-19 15:04:31'),(18810,6,5426,'','2013-10-19 15:04:31'),(18811,1,5427,'3570983','2013-10-19 15:52:49'),(18812,2,5427,'588580','2013-10-19 15:52:49'),(18813,3,5427,'','2013-10-19 15:52:49'),(18814,4,5427,'OPD','2013-10-19 15:52:49'),(18815,5,5427,'','2013-10-19 15:52:49'),(18816,6,5427,'98.00','2013-10-19 15:52:49'),(18817,1,5429,'','2013-10-19 15:52:50'),(18818,2,5429,'','2013-10-19 15:52:50'),(18819,3,5429,'','2013-10-19 15:52:50'),(18820,4,5429,'','2013-10-19 15:52:50'),(18821,5,5429,'','2013-10-19 15:52:50'),(18822,6,5429,'','2013-10-19 15:52:50'),(18823,1,5430,'3570985','2013-10-19 16:02:15'),(18824,2,5430,'','2013-10-19 16:02:15'),(18825,3,5430,'','2013-10-19 16:02:15'),(18826,4,5430,'OPD','2013-10-19 16:02:15'),(18827,5,5430,'','2013-10-19 16:02:15'),(18828,6,5430,'142.40','2013-10-19 16:02:15'),(18829,1,5432,'','2013-10-19 16:02:15'),(18830,2,5432,'','2013-10-19 16:02:15'),(18831,3,5432,'','2013-10-19 16:02:15'),(18832,4,5432,'','2013-10-19 16:02:15'),(18833,5,5432,'','2013-10-19 16:02:15'),(18834,6,5432,'','2013-10-19 16:02:15'),(18835,1,5435,'','2013-10-19 16:02:16'),(18836,2,5435,'','2013-10-19 16:02:16'),(18837,3,5435,'','2013-10-19 16:02:16'),(18838,4,5435,'','2013-10-19 16:02:16'),(18839,5,5435,'','2013-10-19 16:02:16'),(18840,6,5435,'','2013-10-19 16:02:16'),(18841,1,5439,'','2013-10-19 16:02:16'),(18842,2,5439,'','2013-10-19 16:02:16'),(18843,3,5439,'','2013-10-19 16:02:16'),(18844,4,5439,'','2013-10-19 16:02:16'),(18845,5,5439,'','2013-10-19 16:02:16'),(18846,6,5439,'','2013-10-19 16:02:16'),(18847,1,5440,'3570996','2013-10-19 16:40:24'),(18848,2,5440,'','2013-10-19 16:40:24'),(18849,3,5440,'','2013-10-19 16:40:24'),(18850,4,5440,'opd','2013-10-19 16:40:24'),(18851,5,5440,'','2013-10-19 16:40:24'),(18852,6,5440,'146.00','2013-10-19 16:40:24'),(18853,1,5441,'3571005','2013-10-19 16:45:20'),(18854,2,5441,'','2013-10-19 16:45:20'),(18855,3,5441,'','2013-10-19 16:45:20'),(18856,4,5441,'OPD','2013-10-19 16:45:20'),(18857,5,5441,'','2013-10-19 16:45:20'),(18858,6,5441,'94.00','2013-10-19 16:45:20'),(18859,1,5443,'','2013-10-19 16:45:23'),(18860,2,5443,'','2013-10-19 16:45:23'),(18861,3,5443,'','2013-10-19 16:45:23'),(18862,4,5443,'','2013-10-19 16:45:23'),(18863,5,5443,'','2013-10-19 16:45:23'),(18864,6,5443,'','2013-10-19 16:45:23'),(18865,1,5444,'3571023','2013-10-19 17:44:52'),(18866,2,5444,'588599','2013-10-19 17:44:52'),(18867,3,5444,'P.C.O.S','2013-10-19 17:44:52'),(18868,4,5444,'','2013-10-19 17:44:52'),(18869,5,5444,'','2013-10-19 17:44:53'),(18870,6,5444,'246.40','2013-10-19 17:44:53'),(18871,1,5445,'','2013-10-19 17:45:43'),(18872,2,5445,'','2013-10-19 17:45:43'),(18873,3,5445,'','2013-10-19 17:45:43'),(18874,4,5445,'','2013-10-19 17:45:43'),(18875,5,5445,'','2013-10-19 17:45:43'),(18876,6,5445,'','2013-10-19 17:45:43'),(18877,1,5446,'3571060','2013-10-19 17:54:58'),(18878,2,5446,'588600','2013-10-19 17:54:58'),(18879,3,5446,'','2013-10-19 17:54:58'),(18880,4,5446,'OPD','2013-10-19 17:54:58'),(18881,5,5446,'','2013-10-19 17:54:58'),(18882,6,5446,'58.00','2013-10-19 17:54:58'),(18883,1,5448,'','2013-10-19 17:54:58'),(18884,2,5448,'','2013-10-19 17:54:58'),(18885,3,5448,'','2013-10-19 17:54:58'),(18886,4,5448,'','2013-10-19 17:54:58'),(18887,5,5448,'','2013-10-19 17:54:58'),(18888,6,5448,'','2013-10-19 17:54:58'),(18889,1,5449,'3571080','2013-10-19 18:55:23'),(18890,2,5449,'','2013-10-19 18:55:23'),(18891,3,5449,'','2013-10-19 18:55:23'),(18892,4,5449,'WARD','2013-10-19 18:55:23'),(18893,5,5449,'214672','2013-10-19 18:55:23'),(18894,6,5449,'35.00','2013-10-19 18:55:23'),(18895,1,5450,'3571100','2013-10-19 20:20:48'),(18896,2,5450,'588610','2013-10-19 20:20:48'),(18897,3,5450,'','2013-10-19 20:20:48'),(18898,4,5450,'OPD','2013-10-19 20:20:48'),(18899,5,5450,'','2013-10-19 20:20:48'),(18900,6,5450,'75','2013-10-19 20:20:48'),(18901,1,5451,'3571102','2013-10-19 20:24:32'),(18902,2,5451,'','2013-10-19 20:24:32'),(18903,3,5451,'','2013-10-19 20:24:32'),(18904,4,5451,'OPD','2013-10-19 20:24:32'),(18905,5,5451,'','2013-10-19 20:24:32'),(18906,6,5451,'66','2013-10-19 20:24:32'),(18907,1,5452,'3571116','2013-10-19 21:55:52'),(18908,2,5452,'','2013-10-19 21:55:52'),(18909,3,5452,'','2013-10-19 21:55:52'),(18910,4,5452,'OPD','2013-10-19 21:55:52'),(18911,5,5452,'','2013-10-19 21:55:52'),(18912,6,5452,'126','2013-10-19 21:55:52'),(18913,1,5454,'','2013-10-19 21:55:52'),(18914,2,5454,'','2013-10-19 21:55:52'),(18915,3,5454,'','2013-10-19 21:55:52'),(18916,4,5454,'','2013-10-19 21:55:52'),(18917,5,5454,'','2013-10-19 21:55:52'),(18918,6,5454,'','2013-10-19 21:55:52'),(18919,1,5455,'3571139','2013-10-20 00:09:01'),(18920,2,5455,'588621','2013-10-20 00:09:01'),(18921,3,5455,'','2013-10-20 00:09:01'),(18922,4,5455,'OPD','2013-10-20 00:09:01'),(18923,5,5455,'','2013-10-20 00:09:01'),(18924,6,5455,'60','2013-10-20 00:09:01'),(18925,1,5456,'3571140','2013-10-20 00:11:34'),(18926,2,5456,'','2013-10-20 00:11:34'),(18927,3,5456,'','2013-10-20 00:11:34'),(18928,4,5456,'OPD','2013-10-20 00:11:34'),(18929,5,5456,'','2013-10-20 00:11:34'),(18930,6,5456,'94','2013-10-20 00:11:34'),(18931,1,5458,'','2013-10-20 00:11:34'),(18932,2,5458,'','2013-10-20 00:11:34'),(18933,3,5458,'','2013-10-20 00:11:34'),(18934,4,5458,'','2013-10-20 00:11:34'),(18935,5,5458,'','2013-10-20 00:11:34'),(18936,6,5458,'','2013-10-20 00:11:34'),(18937,1,5459,'3570799','2013-10-20 06:28:49'),(18938,2,5459,'','2013-10-20 06:28:49'),(18939,3,5459,'','2013-10-20 06:28:49'),(18940,4,5459,'OPD','2013-10-20 06:28:49'),(18941,5,5459,'','2013-10-20 06:28:49'),(18942,6,5459,'371','2013-10-20 06:28:49'),(18943,1,5461,'','2013-10-20 06:28:50'),(18944,2,5461,'','2013-10-20 06:28:50'),(18945,3,5461,'','2013-10-20 06:28:50'),(18946,4,5461,'','2013-10-20 06:28:50'),(18947,5,5461,'','2013-10-20 06:28:50'),(18948,6,5461,'','2013-10-20 06:28:50'),(18949,1,5464,'','2013-10-20 06:28:50'),(18950,2,5464,'','2013-10-20 06:28:50'),(18951,3,5464,'','2013-10-20 06:28:50'),(18952,4,5464,'','2013-10-20 06:28:50'),(18953,5,5464,'','2013-10-20 06:28:50'),(18954,6,5464,'','2013-10-20 06:28:50'),(18955,1,5465,'3571150','2013-10-20 07:05:29'),(18956,2,5465,'','2013-10-20 07:05:29'),(18957,3,5465,'','2013-10-20 07:05:29'),(18958,4,5465,'OPD','2013-10-20 07:05:29'),(18959,5,5465,'','2013-10-20 07:05:29'),(18960,6,5465,'133','2013-10-20 07:05:29'),(18961,1,5467,'','2013-10-20 07:05:29'),(18962,2,5467,'','2013-10-20 07:05:29'),(18963,3,5467,'','2013-10-20 07:05:29'),(18964,4,5467,'','2013-10-20 07:05:29'),(18965,5,5467,'','2013-10-20 07:05:29'),(18966,6,5467,'','2013-10-20 07:05:29'),(18967,1,5468,'3571151','2013-10-20 07:12:56'),(18968,2,5468,'','2013-10-20 07:12:56'),(18969,3,5468,'','2013-10-20 07:12:56'),(18970,4,5468,'WARD','2013-10-20 07:12:56'),(18971,5,5468,'214666','2013-10-20 07:12:56'),(18972,6,5468,'20.00','2013-10-20 07:12:56'),(18973,1,5469,'3569008','2013-10-20 07:37:39'),(18974,2,5469,'','2013-10-20 07:37:39'),(18975,3,5469,'','2013-10-20 07:37:39'),(18976,4,5469,'OPD','2013-10-20 07:37:39'),(18977,5,5469,'','2013-10-20 07:37:39'),(18978,6,5469,'158.00','2013-10-20 07:37:39'),(18979,1,5471,'','2013-10-20 07:37:39'),(18980,2,5471,'','2013-10-20 07:37:39'),(18981,3,5471,'','2013-10-20 07:37:39'),(18982,4,5471,'','2013-10-20 07:37:39'),(18983,5,5471,'','2013-10-20 07:37:39'),(18984,6,5471,'','2013-10-20 07:37:39'),(18985,1,5474,'','2013-10-20 07:37:39'),(18986,2,5474,'','2013-10-20 07:37:39'),(18987,3,5474,'','2013-10-20 07:37:39'),(18988,4,5474,'','2013-10-20 07:37:39'),(18989,5,5474,'','2013-10-20 07:37:39'),(18990,6,5474,'','2013-10-20 07:37:39'),(18991,1,5475,'3571152','2013-10-20 07:41:43'),(18992,2,5475,'','2013-10-20 07:41:43'),(18993,3,5475,'','2013-10-20 07:41:43'),(18994,4,5475,'WARD','2013-10-20 07:41:43'),(18995,5,5475,'','2013-10-20 07:41:43'),(18996,6,5475,'211.00','2013-10-20 07:41:43'),(18997,1,5477,'','2013-10-20 07:41:43'),(18998,2,5477,'','2013-10-20 07:41:43'),(18999,3,5477,'','2013-10-20 07:41:43'),(19000,4,5477,'','2013-10-20 07:41:43'),(19001,5,5477,'','2013-10-20 07:41:43'),(19002,6,5477,'','2013-10-20 07:41:43'),(19003,1,5478,'3570702','2013-10-20 08:06:29'),(19004,2,5478,'','2013-10-20 08:06:29'),(19005,3,5478,'','2013-10-20 08:06:29'),(19006,4,5478,'OPD','2013-10-20 08:06:29'),(19007,5,5478,'','2013-10-20 08:06:29'),(19008,6,5478,'80.00','2013-10-20 08:06:29'),(19009,1,5479,'3571178','2013-10-20 08:26:56'),(19010,2,5479,'','2013-10-20 08:26:56'),(19011,3,5479,'','2013-10-20 08:26:56'),(19012,4,5479,'OPD','2013-10-20 08:26:56'),(19013,5,5479,'','2013-10-20 08:26:56'),(19014,6,5479,'79.000','2013-10-20 08:26:56'),(19015,1,5481,'','2013-10-20 08:26:56'),(19016,2,5481,'','2013-10-20 08:26:56'),(19017,3,5481,'','2013-10-20 08:26:56'),(19018,4,5481,'','2013-10-20 08:26:56'),(19019,5,5481,'','2013-10-20 08:26:56'),(19020,6,5481,'','2013-10-20 08:26:56'),(19021,1,5482,'3571181','2013-10-20 08:37:57'),(19022,2,5482,'','2013-10-20 08:37:57'),(19023,3,5482,'','2013-10-20 08:37:57'),(19024,4,5482,'OPD','2013-10-20 08:37:57'),(19025,5,5482,'','2013-10-20 08:37:57'),(19026,6,5482,'85.00','2013-10-20 08:37:57'),(19027,1,5484,'','2013-10-20 08:37:57'),(19028,2,5484,'','2013-10-20 08:37:57'),(19029,3,5484,'','2013-10-20 08:37:57'),(19030,4,5484,'','2013-10-20 08:37:57'),(19031,5,5484,'','2013-10-20 08:37:57'),(19032,6,5484,'','2013-10-20 08:37:57'),(19033,1,5485,'3571185','2013-10-20 09:01:25'),(19034,2,5485,'','2013-10-20 09:01:25'),(19035,3,5485,'','2013-10-20 09:01:25'),(19036,4,5485,'WARD','2013-10-20 09:01:25'),(19037,5,5485,'','2013-10-20 09:01:25'),(19038,6,5485,'71.00','2013-10-20 09:01:25'),(19039,1,5487,'','2013-10-20 09:01:25'),(19040,2,5487,'','2013-10-20 09:01:25'),(19041,3,5487,'','2013-10-20 09:01:25'),(19042,4,5487,'','2013-10-20 09:01:25'),(19043,5,5487,'','2013-10-20 09:01:25'),(19044,6,5487,'','2013-10-20 09:01:25'),(19045,1,5488,'3571187','2013-10-20 09:05:29'),(19046,2,5488,'','2013-10-20 09:05:29'),(19047,3,5488,'','2013-10-20 09:05:29'),(19048,4,5488,'OPD','2013-10-20 09:05:29'),(19049,5,5488,'','2013-10-20 09:05:29'),(19050,6,5488,'81.00','2013-10-20 09:05:29'),(19051,1,5489,'3571189','2013-10-20 09:21:20'),(19052,2,5489,'','2013-10-20 09:21:20'),(19053,3,5489,'','2013-10-20 09:21:20'),(19054,4,5489,'OPD','2013-10-20 09:21:20'),(19055,5,5489,'','2013-10-20 09:21:20'),(19056,6,5489,'55.00','2013-10-20 09:21:20'),(19057,1,5491,'','2013-10-20 09:21:21'),(19058,2,5491,'','2013-10-20 09:21:21'),(19059,3,5491,'','2013-10-20 09:21:21'),(19060,4,5491,'','2013-10-20 09:21:21'),(19061,5,5491,'','2013-10-20 09:21:21'),(19062,6,5491,'','2013-10-20 09:21:21'),(19063,1,5492,'3571198','2013-10-20 09:55:06'),(19064,2,5492,'','2013-10-20 09:55:06'),(19065,3,5492,'','2013-10-20 09:55:06'),(19066,4,5492,'OPD','2013-10-20 09:55:06'),(19067,5,5492,'','2013-10-20 09:55:06'),(19068,6,5492,'112.00','2013-10-20 09:55:06'),(19069,1,5494,'','2013-10-20 09:55:06'),(19070,2,5494,'','2013-10-20 09:55:06'),(19071,3,5494,'','2013-10-20 09:55:06'),(19072,4,5494,'','2013-10-20 09:55:06'),(19073,5,5494,'','2013-10-20 09:55:06'),(19074,6,5494,'','2013-10-20 09:55:06'),(19075,1,5497,'','2013-10-20 09:55:06'),(19076,2,5497,'','2013-10-20 09:55:06'),(19077,3,5497,'','2013-10-20 09:55:06'),(19078,4,5497,'','2013-10-20 09:55:06'),(19079,5,5497,'','2013-10-20 09:55:06'),(19080,6,5497,'','2013-10-20 09:55:06'),(19081,1,5498,'3571205','2013-10-20 10:19:34'),(19082,2,5498,'','2013-10-20 10:19:34'),(19083,3,5498,'','2013-10-20 10:19:34'),(19084,4,5498,'OPD','2013-10-20 10:19:34'),(19085,5,5498,'','2013-10-20 10:19:34'),(19086,6,5498,'82.00','2013-10-20 10:19:34'),(19087,1,5500,'','2013-10-20 10:19:34'),(19088,2,5500,'','2013-10-20 10:19:34'),(19089,3,5500,'','2013-10-20 10:19:34'),(19090,4,5500,'','2013-10-20 10:19:34'),(19091,5,5500,'','2013-10-20 10:19:34'),(19092,6,5500,'','2013-10-20 10:19:34'),(19093,1,5501,'3571186','2013-10-20 10:26:00'),(19094,2,5501,'588634','2013-10-20 10:26:00'),(19095,3,5501,'','2013-10-20 10:26:00'),(19096,4,5501,'OPD','2013-10-20 10:26:00'),(19097,5,5501,'','2013-10-20 10:26:00'),(19098,6,5501,'37.00','2013-10-20 10:26:00'),(19099,1,5502,'3571207','2013-10-20 10:35:20'),(19100,2,5502,'588641','2013-10-20 10:35:20'),(19101,3,5502,'','2013-10-20 10:35:20'),(19102,4,5502,'OPD','2013-10-20 10:35:20'),(19103,5,5502,'','2013-10-20 10:35:20'),(19104,6,5502,'77.00','2013-10-20 10:35:20'),(19105,1,5504,'','2013-10-20 10:35:20'),(19106,2,5504,'','2013-10-20 10:35:20'),(19107,3,5504,'','2013-10-20 10:35:20'),(19108,4,5504,'','2013-10-20 10:35:20'),(19109,5,5504,'','2013-10-20 10:35:20'),(19110,6,5504,'','2013-10-20 10:35:20'),(19111,1,5505,'3571208','2013-10-20 10:37:26'),(19112,2,5505,'','2013-10-20 10:37:26'),(19113,3,5505,'','2013-10-20 10:37:26'),(19114,4,5505,'OPD','2013-10-20 10:37:26'),(19115,5,5505,'','2013-10-20 10:37:26'),(19116,6,5505,'13.00','2013-10-20 10:37:26'),(19117,1,5506,'3571212','2013-10-20 10:43:32'),(19118,2,5506,'','2013-10-20 10:43:32'),(19119,3,5506,'','2013-10-20 10:43:32'),(19120,4,5506,'WARD','2013-10-20 10:43:32'),(19121,5,5506,'214665','2013-10-20 10:43:32'),(19122,6,5506,'22.00','2013-10-20 10:43:32'),(19123,1,5507,'3571211','2013-10-20 10:46:12'),(19124,2,5507,'','2013-10-20 10:46:12'),(19125,3,5507,'','2013-10-20 10:46:12'),(19126,4,5507,'WARD','2013-10-20 10:46:12'),(19127,5,5507,'214674','2013-10-20 10:46:12'),(19128,6,5507,'73.75','2013-10-20 10:46:12'),(19129,1,5509,'','2013-10-20 10:46:13'),(19130,2,5509,'','2013-10-20 10:46:13'),(19131,3,5509,'','2013-10-20 10:46:13'),(19132,4,5509,'','2013-10-20 10:46:13'),(19133,5,5509,'','2013-10-20 10:46:13'),(19134,6,5509,'','2013-10-20 10:46:13'),(19135,1,5510,'3571210','2013-10-20 10:49:48'),(19136,2,5510,'588642','2013-10-20 10:49:48'),(19137,3,5510,'','2013-10-20 10:49:48'),(19138,4,5510,'OPD','2013-10-20 10:49:48'),(19139,5,5510,'','2013-10-20 10:49:48'),(19140,6,5510,'97.00','2013-10-20 10:49:48'),(19141,1,5512,'','2013-10-20 10:49:48'),(19142,2,5512,'','2013-10-20 10:49:48'),(19143,3,5512,'','2013-10-20 10:49:48'),(19144,4,5512,'','2013-10-20 10:49:48'),(19145,5,5512,'','2013-10-20 10:49:48'),(19146,6,5512,'','2013-10-20 10:49:48'),(19147,1,5513,'3571216','2013-10-20 10:51:59'),(19148,2,5513,'588644','2013-10-20 10:51:59'),(19149,3,5513,'','2013-10-20 10:51:59'),(19150,4,5513,'S/R','2013-10-20 10:51:59'),(19151,5,5513,'','2013-10-20 10:51:59'),(19152,6,5513,'6.00','2013-10-20 10:51:59'),(19153,1,5514,'3571220','2013-10-20 10:56:38'),(19154,2,5514,'588647','2013-10-20 10:56:38'),(19155,3,5514,'','2013-10-20 10:56:38'),(19156,4,5514,'S/R','2013-10-20 10:56:38'),(19157,5,5514,'','2013-10-20 10:56:38'),(19158,6,5514,'19.80','2013-10-20 10:56:38'),(19159,1,5515,'3571219','2013-10-20 10:58:20'),(19160,2,5515,'588646','2013-10-20 10:58:20'),(19161,3,5515,'','2013-10-20 10:58:20'),(19162,4,5515,'S/R','2013-10-20 10:58:20'),(19163,5,5515,'','2013-10-20 10:58:20'),(19164,6,5515,'19.80','2013-10-20 10:58:20'),(19165,1,5516,'3571229','2013-10-20 11:16:29'),(19166,2,5516,'','2013-10-20 11:16:29'),(19167,3,5516,'','2013-10-20 11:16:29'),(19168,4,5516,'OPD','2013-10-20 11:16:29'),(19169,5,5516,'','2013-10-20 11:16:29'),(19170,6,5516,'112.00','2013-10-20 11:16:29'),(19171,1,5518,'','2013-10-20 11:16:30'),(19172,2,5518,'','2013-10-20 11:16:30'),(19173,3,5518,'','2013-10-20 11:16:30'),(19174,4,5518,'','2013-10-20 11:16:30'),(19175,5,5518,'','2013-10-20 11:16:30'),(19176,6,5518,'','2013-10-20 11:16:30'),(19177,1,5521,'','2013-10-20 11:16:30'),(19178,2,5521,'','2013-10-20 11:16:30'),(19179,3,5521,'','2013-10-20 11:16:30'),(19180,4,5521,'','2013-10-20 11:16:30'),(19181,5,5521,'','2013-10-20 11:16:30'),(19182,6,5521,'','2013-10-20 11:16:30'),(19183,1,5522,'3571235','2013-10-20 11:50:02'),(19184,2,5522,'','2013-10-20 11:50:02'),(19185,3,5522,'','2013-10-20 11:50:02'),(19186,4,5522,'OPD','2013-10-20 11:50:02'),(19187,5,5522,'','2013-10-20 11:50:02'),(19188,6,5522,'67.00','2013-10-20 11:50:02'),(19189,1,5524,'','2013-10-20 11:50:02'),(19190,2,5524,'','2013-10-20 11:50:02'),(19191,3,5524,'','2013-10-20 11:50:02'),(19192,4,5524,'','2013-10-20 11:50:02'),(19193,5,5524,'','2013-10-20 11:50:02'),(19194,6,5524,'','2013-10-20 11:50:02'),(19195,1,5525,'3571234','2013-10-20 11:52:09'),(19196,2,5525,'','2013-10-20 11:52:09'),(19197,3,5525,'','2013-10-20 11:52:09'),(19198,4,5525,'OPD','2013-10-20 11:52:09'),(19199,5,5525,'','2013-10-20 11:52:09'),(19200,6,5525,'40.00','2013-10-20 11:52:09'),(19201,1,5526,'3571251','2013-10-20 12:16:41'),(19202,2,5526,'','2013-10-20 12:16:41'),(19203,3,5526,'','2013-10-20 12:16:41'),(19204,4,5526,'OPD','2013-10-20 12:16:41'),(19205,5,5526,'','2013-10-20 12:16:41'),(19206,6,5526,'22.00','2013-10-20 12:16:41'),(19207,1,5527,'3571261','2013-10-20 12:44:31'),(19208,2,5527,'','2013-10-20 12:44:31'),(19209,3,5527,'','2013-10-20 12:44:31'),(19210,4,5527,'OPD','2013-10-20 12:44:31'),(19211,5,5527,'','2013-10-20 12:44:31'),(19212,6,5527,'117.00','2013-10-20 12:44:31'),(19213,1,5529,'','2013-10-20 12:44:32'),(19214,2,5529,'','2013-10-20 12:44:32'),(19215,3,5529,'','2013-10-20 12:44:32'),(19216,4,5529,'','2013-10-20 12:44:32'),(19217,5,5529,'','2013-10-20 12:44:32'),(19218,6,5529,'','2013-10-20 12:44:32'),(19219,1,5530,'3571266','2013-10-20 12:54:50'),(19220,2,5530,'','2013-10-20 12:54:50'),(19221,3,5530,'','2013-10-20 12:54:50'),(19222,4,5530,'OPD','2013-10-20 12:54:50'),(19223,5,5530,'','2013-10-20 12:54:50'),(19224,6,5530,'39.00','2013-10-20 12:54:50'),(19225,1,5531,'3571265','2013-10-20 13:00:24'),(19226,2,5531,'','2013-10-20 13:00:24'),(19227,3,5531,'','2013-10-20 13:00:24'),(19228,4,5531,'WARD','2013-10-20 13:00:24'),(19229,5,5531,'','2013-10-20 13:00:24'),(19230,6,5531,'33.00','2013-10-20 13:00:24'),(19231,1,5532,'3571264','2013-10-20 13:02:16'),(19232,2,5532,'','2013-10-20 13:02:16'),(19233,3,5532,'','2013-10-20 13:02:16'),(19234,4,5532,'WARD','2013-10-20 13:02:16'),(19235,5,5532,'214662','2013-10-20 13:02:16'),(19236,6,5532,'20.00','2013-10-20 13:02:16'),(19237,1,5533,'3571267','2013-10-20 13:04:50'),(19238,2,5533,'588660','2013-10-20 13:04:50'),(19239,3,5533,'','2013-10-20 13:04:50'),(19240,4,5533,'OPD','2013-10-20 13:04:50'),(19241,5,5533,'','2013-10-20 13:04:50'),(19242,6,5533,'57.00','2013-10-20 13:04:50'),(19243,1,5535,'','2013-10-20 13:04:50'),(19244,2,5535,'','2013-10-20 13:04:50'),(19245,3,5535,'','2013-10-20 13:04:50'),(19246,4,5535,'','2013-10-20 13:04:50'),(19247,5,5535,'','2013-10-20 13:04:50'),(19248,6,5535,'','2013-10-20 13:04:50'),(19249,1,5536,'3571276','2013-10-20 13:41:00'),(19250,2,5536,'588663','2013-10-20 13:41:00'),(19251,3,5536,'','2013-10-20 13:41:00'),(19252,4,5536,'OPD','2013-10-20 13:41:00'),(19253,5,5536,'','2013-10-20 13:41:00'),(19254,6,5536,'75.00','2013-10-20 13:41:00'),(19255,1,5537,'3571278','2013-10-20 13:45:34'),(19256,2,5537,'588664','2013-10-20 13:45:34'),(19257,3,5537,'','2013-10-20 13:45:34'),(19258,4,5537,'opd','2013-10-20 13:45:34'),(19259,5,5537,'','2013-10-20 13:45:34'),(19260,6,5537,'104.00','2013-10-20 13:45:34'),(19261,1,5539,'','2013-10-20 13:45:34'),(19262,2,5539,'','2013-10-20 13:45:34'),(19263,3,5539,'','2013-10-20 13:45:34'),(19264,4,5539,'','2013-10-20 13:45:34'),(19265,5,5539,'','2013-10-20 13:45:34'),(19266,6,5539,'','2013-10-20 13:45:34'),(19267,1,5542,'','2013-10-20 13:45:35'),(19268,2,5542,'','2013-10-20 13:45:35'),(19269,3,5542,'','2013-10-20 13:45:35'),(19270,4,5542,'','2013-10-20 13:45:35'),(19271,5,5542,'','2013-10-20 13:45:35'),(19272,6,5542,'','2013-10-20 13:45:35'),(19273,1,5543,'','2013-10-20 13:47:37'),(19274,2,5543,'','2013-10-20 13:47:37'),(19275,3,5543,'','2013-10-20 13:47:37'),(19276,4,5543,'opd','2013-10-20 13:47:37'),(19277,5,5543,'','2013-10-20 13:47:37'),(19278,6,5543,'','2013-10-20 13:47:37'),(19279,1,5544,'3571287','2013-10-20 14:02:59'),(19280,2,5544,'','2013-10-20 14:02:59'),(19281,3,5544,'','2013-10-20 14:02:59'),(19282,4,5544,'OPD','2013-10-20 14:02:59'),(19283,5,5544,'','2013-10-20 14:02:59'),(19284,6,5544,'166.00','2013-10-20 14:02:59'),(19285,1,5546,'','2013-10-20 14:02:59'),(19286,2,5546,'','2013-10-20 14:02:59'),(19287,3,5546,'','2013-10-20 14:02:59'),(19288,4,5546,'','2013-10-20 14:02:59'),(19289,5,5546,'','2013-10-20 14:02:59'),(19290,6,5546,'','2013-10-20 14:02:59'),(19291,1,5549,'','2013-10-20 14:02:59'),(19292,2,5549,'','2013-10-20 14:02:59'),(19293,3,5549,'','2013-10-20 14:02:59'),(19294,4,5549,'','2013-10-20 14:02:59'),(19295,5,5549,'','2013-10-20 14:02:59'),(19296,6,5549,'','2013-10-20 14:02:59'),(19297,1,5550,'3571285','2013-10-20 14:05:54'),(19298,2,5550,'','2013-10-20 14:05:54'),(19299,3,5550,'','2013-10-20 14:05:54'),(19300,4,5550,'OPD','2013-10-20 14:05:54'),(19301,5,5550,'','2013-10-20 14:05:54'),(19302,6,5550,'13.00','2013-10-20 14:05:54'),(19303,1,5551,'3571292','2013-10-20 14:15:15'),(19304,2,5551,'','2013-10-20 14:15:15'),(19305,3,5551,'','2013-10-20 14:15:15'),(19306,4,5551,'OPD','2013-10-20 14:15:15'),(19307,5,5551,'','2013-10-20 14:15:15'),(19308,6,5551,'40.00','2013-10-20 14:15:15'),(19309,1,5552,'3571297','2013-10-20 14:25:09'),(19310,2,5552,'588666','2013-10-20 14:25:09'),(19311,3,5552,'','2013-10-20 14:25:09'),(19312,4,5552,'OPD','2013-10-20 14:25:09'),(19313,5,5552,'','2013-10-20 14:25:09'),(19314,6,5552,'116.00','2013-10-20 14:25:09'),(19315,1,5554,'','2013-10-20 14:25:09'),(19316,2,5554,'','2013-10-20 14:25:09'),(19317,3,5554,'','2013-10-20 14:25:09'),(19318,4,5554,'','2013-10-20 14:25:09'),(19319,5,5554,'','2013-10-20 14:25:09'),(19320,6,5554,'','2013-10-20 14:25:09'),(19321,1,5557,'','2013-10-20 14:25:09'),(19322,2,5557,'','2013-10-20 14:25:09'),(19323,3,5557,'','2013-10-20 14:25:09'),(19324,4,5557,'','2013-10-20 14:25:09'),(19325,5,5557,'','2013-10-20 14:25:09'),(19326,6,5557,'','2013-10-20 14:25:09'),(19327,1,5558,'3571299','2013-10-20 14:28:45'),(19328,2,5558,'588667','2013-10-20 14:28:45'),(19329,3,5558,'','2013-10-20 14:28:45'),(19330,4,5558,'OPD','2013-10-20 14:28:45'),(19331,5,5558,'','2013-10-20 14:28:45'),(19332,6,5558,'72.00','2013-10-20 14:28:45'),(19333,1,5560,'','2013-10-20 14:28:45'),(19334,2,5560,'','2013-10-20 14:28:45'),(19335,3,5560,'','2013-10-20 14:28:45'),(19336,4,5560,'','2013-10-20 14:28:45'),(19337,5,5560,'','2013-10-20 14:28:45'),(19338,6,5560,'','2013-10-20 14:28:45'),(19339,1,5561,'3571302','2013-10-20 14:39:00'),(19340,2,5561,'','2013-10-20 14:39:00'),(19341,3,5561,'','2013-10-20 14:39:00'),(19342,4,5561,'OPD','2013-10-20 14:39:00'),(19343,5,5561,'','2013-10-20 14:39:00'),(19344,6,5561,'112.00','2013-10-20 14:39:00'),(19345,1,5563,'','2013-10-20 14:39:01'),(19346,2,5563,'','2013-10-20 14:39:01'),(19347,3,5563,'','2013-10-20 14:39:01'),(19348,4,5563,'','2013-10-20 14:39:01'),(19349,5,5563,'','2013-10-20 14:39:01'),(19350,6,5563,'','2013-10-20 14:39:01'),(19351,1,5566,'','2013-10-20 14:39:01'),(19352,2,5566,'','2013-10-20 14:39:01'),(19353,3,5566,'','2013-10-20 14:39:01'),(19354,4,5566,'','2013-10-20 14:39:01'),(19355,5,5566,'','2013-10-20 14:39:01'),(19356,6,5566,'','2013-10-20 14:39:01'),(19357,1,5567,'3571317','2013-10-20 15:00:26'),(19358,2,5567,'','2013-10-20 15:00:26'),(19359,3,5567,'','2013-10-20 15:00:26'),(19360,4,5567,'OPD','2013-10-20 15:00:26'),(19361,5,5567,'','2013-10-20 15:00:26'),(19362,6,5567,'81.00','2013-10-20 15:00:26'),(19363,1,5568,'3571320','2013-10-20 15:13:39'),(19364,2,5568,'588671','2013-10-20 15:13:39'),(19365,3,5568,'','2013-10-20 15:13:39'),(19366,4,5568,'S/R','2013-10-20 15:13:39'),(19367,5,5568,'','2013-10-20 15:13:39'),(19368,6,5568,'15.00','2013-10-20 15:13:39'),(19369,1,5569,'3571322','2013-10-20 15:26:22'),(19370,2,5569,'','2013-10-20 15:26:22'),(19371,3,5569,'','2013-10-20 15:26:22'),(19372,4,5569,'WARD','2013-10-20 15:26:22'),(19373,5,5569,'214679','2013-10-20 15:26:22'),(19374,6,5569,'20.00','2013-10-20 15:26:22'),(19375,1,5570,'3571323','2013-10-20 15:38:32'),(19376,2,5570,'588674','2013-10-20 15:38:32'),(19377,3,5570,'','2013-10-20 15:38:32'),(19378,4,5570,'OPD','2013-10-20 15:38:32'),(19379,5,5570,'','2013-10-20 15:38:32'),(19380,6,5570,'50.00','2013-10-20 15:38:32'),(19381,1,5572,'','2013-10-20 15:38:32'),(19382,2,5572,'','2013-10-20 15:38:32'),(19383,3,5572,'','2013-10-20 15:38:32'),(19384,4,5572,'','2013-10-20 15:38:32'),(19385,5,5572,'','2013-10-20 15:38:32'),(19386,6,5572,'','2013-10-20 15:38:32'),(19387,1,5573,'3571326','2013-10-20 15:49:01'),(19388,2,5573,'','2013-10-20 15:49:01'),(19389,3,5573,'','2013-10-20 15:49:01'),(19390,4,5573,'OPD','2013-10-20 15:49:01'),(19391,5,5573,'','2013-10-20 15:49:01'),(19392,6,5573,'19.00','2013-10-20 15:49:01'),(19393,1,5574,'3571330','2013-10-20 16:26:24'),(19394,2,5574,'588678','2013-10-20 16:26:24'),(19395,3,5574,'','2013-10-20 16:26:24'),(19396,4,5574,'opd','2013-10-20 16:26:24'),(19397,5,5574,'','2013-10-20 16:26:24'),(19398,6,5574,'24.00','2013-10-20 16:26:24'),(19399,1,5575,'3571344','2013-10-20 16:50:06'),(19400,2,5575,'588680','2013-10-20 16:50:06'),(19401,3,5575,'','2013-10-20 16:50:06'),(19402,4,5575,'OPD','2013-10-20 16:50:06'),(19403,5,5575,'','2013-10-20 16:50:06'),(19404,6,5575,'75.00','2013-10-20 16:50:06'),(19405,1,5576,'3571348','2013-10-20 16:56:48'),(19406,2,5576,'588682','2013-10-20 16:56:48'),(19407,3,5576,'','2013-10-20 16:56:48'),(19408,4,5576,'OPD','2013-10-20 16:56:48'),(19409,5,5576,'','2013-10-20 16:56:48'),(19410,6,5576,'12.00','2013-10-20 16:56:48'),(19411,1,5577,'3571351','2013-10-20 17:00:15'),(19412,2,5577,'','2013-10-20 17:00:15'),(19413,3,5577,'','2013-10-20 17:00:15'),(19414,4,5577,'WARD','2013-10-20 17:00:15'),(19415,5,5577,'214664','2013-10-20 17:00:15'),(19416,6,5577,'146.00','2013-10-20 17:00:15'),(19417,1,5579,'','2013-10-20 17:00:15'),(19418,2,5579,'','2013-10-20 17:00:15'),(19419,3,5579,'','2013-10-20 17:00:15'),(19420,4,5579,'','2013-10-20 17:00:15'),(19421,5,5579,'','2013-10-20 17:00:15'),(19422,6,5579,'','2013-10-20 17:00:15'),(19423,1,5582,'','2013-10-20 17:00:16'),(19424,2,5582,'','2013-10-20 17:00:16'),(19425,3,5582,'','2013-10-20 17:00:16'),(19426,4,5582,'','2013-10-20 17:00:16'),(19427,5,5582,'','2013-10-20 17:00:16'),(19428,6,5582,'','2013-10-20 17:00:16'),(19429,1,5583,'3571384','2013-10-20 18:01:36'),(19430,2,5583,'','2013-10-20 18:01:36'),(19431,3,5583,'','2013-10-20 18:01:36'),(19432,4,5583,'OPD','2013-10-20 18:01:36'),(19433,5,5583,'','2013-10-20 18:01:36'),(19434,6,5583,'94.00','2013-10-20 18:01:36'),(19435,1,5585,'','2013-10-20 18:01:36'),(19436,2,5585,'','2013-10-20 18:01:36'),(19437,3,5585,'','2013-10-20 18:01:36'),(19438,4,5585,'','2013-10-20 18:01:36'),(19439,5,5585,'','2013-10-20 18:01:36'),(19440,6,5585,'','2013-10-20 18:01:36'),(19441,1,5586,'3571382','2013-10-20 18:09:12'),(19442,2,5586,'588685','2013-10-20 18:09:12'),(19443,3,5586,'','2013-10-20 18:09:12'),(19444,4,5586,'OPD','2013-10-20 18:09:12'),(19445,5,5586,'','2013-10-20 18:09:12'),(19446,6,5586,'153.00','2013-10-20 18:09:12'),(19447,1,5588,'','2013-10-20 18:09:13'),(19448,2,5588,'','2013-10-20 18:09:13'),(19449,3,5588,'','2013-10-20 18:09:13'),(19450,4,5588,'','2013-10-20 18:09:13'),(19451,5,5588,'','2013-10-20 18:09:13'),(19452,6,5588,'','2013-10-20 18:09:13'),(19453,1,5591,'','2013-10-20 18:09:13'),(19454,2,5591,'','2013-10-20 18:09:13'),(19455,3,5591,'','2013-10-20 18:09:13'),(19456,4,5591,'','2013-10-20 18:09:13'),(19457,5,5591,'','2013-10-20 18:09:13'),(19458,6,5591,'','2013-10-20 18:09:13'),(19459,1,5592,'3571401','2013-10-20 18:54:46'),(19460,2,5592,'588696','2013-10-20 18:54:46'),(19461,3,5592,'','2013-10-20 18:54:46'),(19462,4,5592,'OPD','2013-10-20 18:54:46'),(19463,5,5592,'','2013-10-20 18:54:46'),(19464,6,5592,'75.00','2013-10-20 18:54:46'),(19465,1,5593,'3571413','2013-10-20 19:16:37'),(19466,2,5593,'','2013-10-20 19:16:37'),(19467,3,5593,'','2013-10-20 19:16:37'),(19468,4,5593,'OPD','2013-10-20 19:16:37'),(19469,5,5593,'','2013-10-20 19:16:37'),(19470,6,5593,'94.00','2013-10-20 19:16:37'),(19471,1,5595,'','2013-10-20 19:16:38'),(19472,2,5595,'','2013-10-20 19:16:38'),(19473,3,5595,'','2013-10-20 19:16:38'),(19474,4,5595,'','2013-10-20 19:16:38'),(19475,5,5595,'','2013-10-20 19:16:38'),(19476,6,5595,'','2013-10-20 19:16:38'),(19477,1,5596,'3571414','2013-10-20 19:20:24'),(19478,2,5596,'588701','2013-10-20 19:20:24'),(19479,3,5596,'','2013-10-20 19:20:24'),(19480,4,5596,'OPD','2013-10-20 19:20:24'),(19481,5,5596,'','2013-10-20 19:20:24'),(19482,6,5596,'97.00','2013-10-20 19:20:24'),(19483,1,5598,'','2013-10-20 19:20:25'),(19484,2,5598,'','2013-10-20 19:20:25'),(19485,3,5598,'','2013-10-20 19:20:25'),(19486,4,5598,'','2013-10-20 19:20:25'),(19487,5,5598,'','2013-10-20 19:20:25'),(19488,6,5598,'','2013-10-20 19:20:25'),(19489,1,5599,'3571417','2013-10-20 19:31:57'),(19490,2,5599,'','2013-10-20 19:31:57'),(19491,3,5599,'','2013-10-20 19:31:57'),(19492,4,5599,'OPD','2013-10-20 19:31:57'),(19493,5,5599,'','2013-10-20 19:31:57'),(19494,6,5599,'105.00','2013-10-20 19:31:57'),(19495,1,5601,'','2013-10-20 19:31:57'),(19496,2,5601,'','2013-10-20 19:31:57'),(19497,3,5601,'','2013-10-20 19:31:57'),(19498,4,5601,'','2013-10-20 19:31:57'),(19499,5,5601,'','2013-10-20 19:31:57'),(19500,6,5601,'','2013-10-20 19:31:57'),(19501,1,5602,'3571411','2013-10-20 19:36:39'),(19502,2,5602,'CASH','2013-10-20 19:36:39'),(19503,3,5602,'','2013-10-20 19:36:39'),(19504,4,5602,'OPD','2013-10-20 19:36:39'),(19505,5,5602,'','2013-10-20 19:36:39'),(19506,6,5602,'85.00','2013-10-20 19:36:39'),(19507,1,5603,'3571410','2013-10-20 19:38:46'),(19508,2,5603,'CASH','2013-10-20 19:38:46'),(19509,3,5603,'','2013-10-20 19:38:46'),(19510,4,5603,'OPD','2013-10-20 19:38:46'),(19511,5,5603,'','2013-10-20 19:38:46'),(19512,6,5603,'85.00','2013-10-20 19:38:46'),(19513,1,5604,'3571419','2013-10-20 19:44:51'),(19514,2,5604,'','2013-10-20 19:44:52'),(19515,3,5604,'','2013-10-20 19:44:52'),(19516,4,5604,'OPD','2013-10-20 19:44:52'),(19517,5,5604,'','2013-10-20 19:44:52'),(19518,6,5604,'113.00','2013-10-20 19:44:52'),(19519,1,5606,'','2013-10-20 19:44:52'),(19520,2,5606,'','2013-10-20 19:44:52'),(19521,3,5606,'','2013-10-20 19:44:52'),(19522,4,5606,'','2013-10-20 19:44:52'),(19523,5,5606,'','2013-10-20 19:44:52'),(19524,6,5606,'','2013-10-20 19:44:52'),(19525,1,5607,'3571420','2013-10-20 19:49:22'),(19526,2,5607,'','2013-10-20 19:49:22'),(19527,3,5607,'','2013-10-20 19:49:22'),(19528,4,5607,'OPD','2013-10-20 19:49:22'),(19529,5,5607,'','2013-10-20 19:49:22'),(19530,6,5607,'81.00','2013-10-20 19:49:22'),(19531,1,5608,'3571422','2013-10-20 19:52:38'),(19532,2,5608,'','2013-10-20 19:52:38'),(19533,3,5608,'','2013-10-20 19:52:38'),(19534,4,5608,'OPD','2013-10-20 19:52:38'),(19535,5,5608,'','2013-10-20 19:52:38'),(19536,6,5608,'66.00','2013-10-20 19:52:38'),(19537,1,5609,'3571425','2013-10-20 19:54:26'),(19538,2,5609,'588705','2013-10-20 19:54:26'),(19539,3,5609,'','2013-10-20 19:54:26'),(19540,4,5609,'OPD','2013-10-20 19:54:26'),(19541,5,5609,'','2013-10-20 19:54:26'),(19542,6,5609,'35.00','2013-10-20 19:54:26'),(19543,1,5610,'3571440','2013-10-20 20:58:15'),(19544,2,5610,'588714','2013-10-20 20:58:15'),(19545,3,5610,'','2013-10-20 20:58:15'),(19546,4,5610,'OPD','2013-10-20 20:58:15'),(19547,5,5610,'','2013-10-20 20:58:15'),(19548,6,5610,'87','2013-10-20 20:58:15'),(19549,1,5612,'','2013-10-20 20:58:15'),(19550,2,5612,'','2013-10-20 20:58:15'),(19551,3,5612,'','2013-10-20 20:58:15'),(19552,4,5612,'','2013-10-20 20:58:15'),(19553,5,5612,'','2013-10-20 20:58:15'),(19554,6,5612,'','2013-10-20 20:58:15'),(19555,1,5613,'3571443','2013-10-20 21:55:55'),(19556,2,5613,'588715','2013-10-20 21:55:55'),(19557,3,5613,'','2013-10-20 21:55:55'),(19558,4,5613,'opd','2013-10-20 21:55:55'),(19559,5,5613,'','2013-10-20 21:55:55'),(19560,6,5613,'12','2013-10-20 21:55:55'),(19561,1,5614,'3571459','2013-10-20 22:54:39'),(19562,2,5614,'','2013-10-20 22:54:39'),(19563,3,5614,'','2013-10-20 22:54:39'),(19564,4,5614,'OPD','2013-10-20 22:54:39'),(19565,5,5614,'','2013-10-20 22:54:39'),(19566,6,5614,'7.5','2013-10-20 22:54:39'),(19567,1,5615,'2571468','2013-10-21 00:05:11'),(19568,2,5615,'','2013-10-21 00:05:11'),(19569,3,5615,'','2013-10-21 00:05:11'),(19570,4,5615,'OPD','2013-10-21 00:05:11'),(19571,5,5615,'','2013-10-21 00:05:11'),(19572,6,5615,'94','2013-10-21 00:05:11'),(19573,1,5617,'','2013-10-21 00:05:14'),(19574,2,5617,'','2013-10-21 00:05:15'),(19575,3,5617,'','2013-10-21 00:05:15'),(19576,4,5617,'','2013-10-21 00:05:15'),(19577,5,5617,'','2013-10-21 00:05:15'),(19578,6,5617,'','2013-10-21 00:05:15'),(19579,1,5618,'3571476','2013-10-21 02:27:36'),(19580,2,5618,'588722','2013-10-21 02:27:36'),(19581,3,5618,'','2013-10-21 02:27:36'),(19582,4,5618,'OPD','2013-10-21 02:27:36'),(19583,5,5618,'','2013-10-21 02:27:36'),(19584,6,5618,'64','2013-10-21 02:27:36'),(19585,1,5620,'','2013-10-21 02:27:36'),(19586,2,5620,'','2013-10-21 02:27:36'),(19587,3,5620,'','2013-10-21 02:27:36'),(19588,4,5620,'','2013-10-21 02:27:36'),(19589,5,5620,'','2013-10-21 02:27:36'),(19590,6,5620,'','2013-10-21 02:27:36'),(19591,1,5623,'','2013-10-21 02:27:37'),(19592,2,5623,'','2013-10-21 02:27:37'),(19593,3,5623,'','2013-10-21 02:27:37'),(19594,4,5623,'','2013-10-21 02:27:37'),(19595,5,5623,'','2013-10-21 02:27:37'),(19596,6,5623,'','2013-10-21 02:27:37'),(19597,1,5624,'3571477','2013-10-21 02:36:24'),(19598,2,5624,'','2013-10-21 02:36:24'),(19599,3,5624,'','2013-10-21 02:36:24'),(19600,4,5624,'OPD','2013-10-21 02:36:24'),(19601,5,5624,'','2013-10-21 02:36:24'),(19602,6,5624,'112','2013-10-21 02:36:24'),(19603,1,5626,'','2013-10-21 02:36:24'),(19604,2,5626,'','2013-10-21 02:36:24'),(19605,3,5626,'','2013-10-21 02:36:24'),(19606,4,5626,'','2013-10-21 02:36:24'),(19607,5,5626,'','2013-10-21 02:36:24'),(19608,6,5626,'','2013-10-21 02:36:24'),(19609,1,5629,'','2013-10-21 02:36:25'),(19610,2,5629,'','2013-10-21 02:36:25'),(19611,3,5629,'','2013-10-21 02:36:25'),(19612,4,5629,'','2013-10-21 02:36:25'),(19613,5,5629,'','2013-10-21 02:36:25'),(19614,6,5629,'','2013-10-21 02:36:25'),(19615,1,5630,'3571481','2013-10-21 04:45:05'),(19616,2,5630,'588724','2013-10-21 04:45:05'),(19617,3,5630,'','2013-10-21 04:45:05'),(19618,4,5630,'','2013-10-21 04:45:05'),(19619,5,5630,'','2013-10-21 04:45:05'),(19620,6,5630,'277','2013-10-21 04:45:05'),(19621,1,5632,'','2013-10-21 04:45:05'),(19622,2,5632,'','2013-10-21 04:45:05'),(19623,3,5632,'','2013-10-21 04:45:05'),(19624,4,5632,'','2013-10-21 04:45:05'),(19625,5,5632,'','2013-10-21 04:45:05'),(19626,6,5632,'','2013-10-21 04:45:05'),(19627,1,5635,'','2013-10-21 04:45:06'),(19628,2,5635,'','2013-10-21 04:45:06'),(19629,3,5635,'','2013-10-21 04:45:06'),(19630,4,5635,'','2013-10-21 04:45:06'),(19631,5,5635,'','2013-10-21 04:45:06'),(19632,6,5635,'','2013-10-21 04:45:06'),(19633,1,5639,'','2013-10-21 04:45:06'),(19634,2,5639,'','2013-10-21 04:45:06'),(19635,3,5639,'','2013-10-21 04:45:06'),(19636,4,5639,'','2013-10-21 04:45:06'),(19637,5,5639,'','2013-10-21 04:45:06'),(19638,6,5639,'','2013-10-21 04:45:06'),(19639,1,5640,'3571487','2013-10-21 06:29:03'),(19640,2,5640,'','2013-10-21 06:29:03'),(19641,3,5640,'','2013-10-21 06:29:03'),(19642,4,5640,'OPD','2013-10-21 06:29:03'),(19643,5,5640,'','2013-10-21 06:29:03'),(19644,6,5640,'66','2013-10-21 06:29:03'),(19645,1,5642,'','2013-10-21 06:29:04'),(19646,2,5642,'','2013-10-21 06:29:04'),(19647,3,5642,'','2013-10-21 06:29:04'),(19648,4,5642,'','2013-10-21 06:29:04'),(19649,5,5642,'','2013-10-21 06:29:04'),(19650,6,5642,'','2013-10-21 06:29:04'),(19651,1,5643,'3559125','2013-10-21 06:45:39'),(19652,2,5643,'','2013-10-21 06:45:39'),(19653,3,5643,'','2013-10-21 06:45:39'),(19654,4,5643,'OPD','2013-10-21 06:45:39'),(19655,5,5643,'','2013-10-21 06:45:39'),(19656,6,5643,'25','2013-10-21 06:45:39'),(19657,1,5645,'','2013-10-21 06:45:39'),(19658,2,5645,'','2013-10-21 06:45:39'),(19659,3,5645,'','2013-10-21 06:45:39'),(19660,4,5645,'','2013-10-21 06:45:39'),(19661,5,5645,'','2013-10-21 06:45:39'),(19662,6,5645,'','2013-10-21 06:45:39'),(19663,1,5646,'','2013-10-21 07:06:40'),(19664,2,5646,'','2013-10-21 07:06:40'),(19665,3,5646,'','2013-10-21 07:06:40'),(19666,4,5646,'','2013-10-21 07:06:40'),(19667,5,5646,'','2013-10-21 07:06:40'),(19668,6,5646,'','2013-10-21 07:06:40'),(19669,1,5648,'','2013-10-21 07:06:41'),(19670,2,5648,'','2013-10-21 07:06:41'),(19671,3,5648,'','2013-10-21 07:06:41'),(19672,4,5648,'','2013-10-21 07:06:41'),(19673,5,5648,'','2013-10-21 07:06:41'),(19674,6,5648,'','2013-10-21 07:06:41'),(19675,1,5651,'','2013-10-21 07:06:41'),(19676,2,5651,'','2013-10-21 07:06:41'),(19677,3,5651,'','2013-10-21 07:06:41'),(19678,4,5651,'','2013-10-21 07:06:41'),(19679,5,5651,'','2013-10-21 07:06:41'),(19680,6,5651,'','2013-10-21 07:06:41'),(19681,1,5655,'','2013-10-21 07:06:41'),(19682,2,5655,'','2013-10-21 07:06:41'),(19683,3,5655,'','2013-10-21 07:06:41'),(19684,4,5655,'','2013-10-21 07:06:41'),(19685,5,5655,'','2013-10-21 07:06:41'),(19686,6,5655,'','2013-10-21 07:06:41'),(19687,1,5660,'','2013-10-21 07:06:42'),(19688,2,5660,'','2013-10-21 07:06:42'),(19689,3,5660,'','2013-10-21 07:06:42'),(19690,4,5660,'','2013-10-21 07:06:42'),(19691,5,5660,'','2013-10-21 07:06:42'),(19692,6,5660,'','2013-10-21 07:06:42'),(19693,1,5666,'','2013-10-21 07:06:42'),(19694,2,5666,'','2013-10-21 07:06:42'),(19695,3,5666,'','2013-10-21 07:06:42'),(19696,4,5666,'','2013-10-21 07:06:42'),(19697,5,5666,'','2013-10-21 07:06:42'),(19698,6,5666,'','2013-10-21 07:06:42'),(19699,1,5673,'','2013-10-21 07:06:42'),(19700,2,5673,'','2013-10-21 07:06:42'),(19701,3,5673,'','2013-10-21 07:06:42'),(19702,4,5673,'','2013-10-21 07:06:42'),(19703,5,5673,'','2013-10-21 07:06:42'),(19704,6,5673,'','2013-10-21 07:06:42'),(19705,1,5674,'3571502','2013-10-21 07:16:42'),(19706,2,5674,'','2013-10-21 07:16:42'),(19707,3,5674,'','2013-10-21 07:16:42'),(19708,4,5674,'OPD','2013-10-21 07:16:42'),(19709,5,5674,'','2013-10-21 07:16:42'),(19710,6,5674,'99.00','2013-10-21 07:16:42'),(19711,1,5676,'','2013-10-21 07:16:42'),(19712,2,5676,'','2013-10-21 07:16:42'),(19713,3,5676,'','2013-10-21 07:16:42'),(19714,4,5676,'','2013-10-21 07:16:42'),(19715,5,5676,'','2013-10-21 07:16:42'),(19716,6,5676,'','2013-10-21 07:16:42'),(19717,1,5677,'3571510','2013-10-21 08:13:11'),(19718,2,5677,'588732','2013-10-21 08:13:11'),(19719,3,5677,'','2013-10-21 08:13:11'),(19720,4,5677,'OPD','2013-10-21 08:13:11'),(19721,5,5677,'','2013-10-21 08:13:11'),(19722,6,5677,'20.00','2013-10-21 08:13:11'),(19723,1,5678,'3563282','2013-10-21 08:15:52'),(19724,2,5678,'','2013-10-21 08:15:52'),(19725,3,5678,'','2013-10-21 08:15:52'),(19726,4,5678,'OPD','2013-10-21 08:15:52'),(19727,5,5678,'','2013-10-21 08:15:52'),(19728,6,5678,'55.00','2013-10-21 08:15:52'),(19729,1,5679,'3571516','2013-10-21 08:21:03'),(19730,2,5679,'','2013-10-21 08:21:03'),(19731,3,5679,'','2013-10-21 08:21:03'),(19732,4,5679,'OPD','2013-10-21 08:21:03'),(19733,5,5679,'','2013-10-21 08:21:03'),(19734,6,5679,'197.00','2013-10-21 08:21:03'),(19735,1,5681,'','2013-10-21 08:21:04'),(19736,2,5681,'','2013-10-21 08:21:04'),(19737,3,5681,'','2013-10-21 08:21:04'),(19738,4,5681,'','2013-10-21 08:21:04'),(19739,5,5681,'','2013-10-21 08:21:04'),(19740,6,5681,'','2013-10-21 08:21:04'),(19741,1,5682,'3559831','2013-10-21 08:29:34'),(19742,2,5682,'588737','2013-10-21 08:29:34'),(19743,3,5682,'','2013-10-21 08:29:34'),(19744,4,5682,'OPD','2013-10-21 08:29:34'),(19745,5,5682,'','2013-10-21 08:29:34'),(19746,6,5682,'123','2013-10-21 08:29:34'),(19747,1,5684,'','2013-10-21 08:29:34'),(19748,2,5684,'','2013-10-21 08:29:34'),(19749,3,5684,'','2013-10-21 08:29:34'),(19750,4,5684,'','2013-10-21 08:29:34'),(19751,5,5684,'','2013-10-21 08:29:34'),(19752,6,5684,'','2013-10-21 08:29:34'),(19753,1,5687,'','2013-10-21 08:29:35'),(19754,2,5687,'','2013-10-21 08:29:35'),(19755,3,5687,'','2013-10-21 08:29:35'),(19756,4,5687,'','2013-10-21 08:29:35'),(19757,5,5687,'','2013-10-21 08:29:35'),(19758,6,5687,'','2013-10-21 08:29:35'),(19759,1,5688,'','2013-10-21 08:37:38'),(19760,2,5688,'','2013-10-21 08:37:38'),(19761,3,5688,'','2013-10-21 08:37:38'),(19762,4,5688,'MEDICALS','2013-10-21 08:37:38'),(19763,5,5688,'','2013-10-21 08:37:38'),(19764,6,5688,'','2013-10-21 08:37:38'),(19765,1,5690,'','2013-10-21 08:37:38'),(19766,2,5690,'','2013-10-21 08:37:38'),(19767,3,5690,'','2013-10-21 08:37:38'),(19768,4,5690,'','2013-10-21 08:37:38'),(19769,5,5690,'','2013-10-21 08:37:38'),(19770,6,5690,'','2013-10-21 08:37:38'),(19771,1,5693,'','2013-10-21 08:37:39'),(19772,2,5693,'','2013-10-21 08:37:39'),(19773,3,5693,'','2013-10-21 08:37:39'),(19774,4,5693,'','2013-10-21 08:37:39'),(19775,5,5693,'','2013-10-21 08:37:39'),(19776,6,5693,'','2013-10-21 08:37:39'),(19777,1,5697,'','2013-10-21 08:37:39'),(19778,2,5697,'','2013-10-21 08:37:39'),(19779,3,5697,'','2013-10-21 08:37:39'),(19780,4,5697,'','2013-10-21 08:37:39'),(19781,5,5697,'','2013-10-21 08:37:39'),(19782,6,5697,'','2013-10-21 08:37:39'),(19783,1,5698,'3571526','2013-10-21 08:42:40'),(19784,2,5698,'','2013-10-21 08:42:40'),(19785,3,5698,'','2013-10-21 08:42:40'),(19786,4,5698,'OPD','2013-10-21 08:42:40'),(19787,5,5698,'','2013-10-21 08:42:40'),(19788,6,5698,'195.00','2013-10-21 08:42:40'),(19789,1,5700,'','2013-10-21 08:42:41'),(19790,2,5700,'','2013-10-21 08:42:41'),(19791,3,5700,'','2013-10-21 08:42:41'),(19792,4,5700,'','2013-10-21 08:42:41'),(19793,5,5700,'','2013-10-21 08:42:41'),(19794,6,5700,'','2013-10-21 08:42:41'),(19795,1,5703,'','2013-10-21 08:42:41'),(19796,2,5703,'','2013-10-21 08:42:41'),(19797,3,5703,'','2013-10-21 08:42:41'),(19798,4,5703,'','2013-10-21 08:42:41'),(19799,5,5703,'','2013-10-21 08:42:41'),(19800,6,5703,'','2013-10-21 08:42:41'),(19801,1,5704,'3571523','2013-10-21 08:50:46'),(19802,2,5704,'588740','2013-10-21 08:50:46'),(19803,3,5704,'','2013-10-21 08:50:46'),(19804,4,5704,'MEDICALS','2013-10-21 08:50:46'),(19805,5,5704,'','2013-10-21 08:50:46'),(19806,6,5704,'360.00','2013-10-21 08:50:46'),(19807,1,5706,'','2013-10-21 08:50:46'),(19808,2,5706,'','2013-10-21 08:50:46'),(19809,3,5706,'','2013-10-21 08:50:46'),(19810,4,5706,'','2013-10-21 08:50:46'),(19811,5,5706,'','2013-10-21 08:50:46'),(19812,6,5706,'','2013-10-21 08:50:46'),(19813,1,5709,'','2013-10-21 08:50:46'),(19814,2,5709,'','2013-10-21 08:50:46'),(19815,3,5709,'','2013-10-21 08:50:46'),(19816,4,5709,'','2013-10-21 08:50:46'),(19817,5,5709,'','2013-10-21 08:50:46'),(19818,6,5709,'','2013-10-21 08:50:46'),(19819,1,5710,'','2013-10-21 08:54:38'),(19820,2,5710,'','2013-10-21 08:54:38'),(19821,3,5710,'','2013-10-21 08:54:38'),(19822,4,5710,'MEDICALS','2013-10-21 08:54:38'),(19823,5,5710,'','2013-10-21 08:54:38'),(19824,6,5710,'','2013-10-21 08:54:38'),(19825,1,5712,'','2013-10-21 08:54:38'),(19826,2,5712,'','2013-10-21 08:54:38'),(19827,3,5712,'','2013-10-21 08:54:38'),(19828,4,5712,'','2013-10-21 08:54:38'),(19829,5,5712,'','2013-10-21 08:54:38'),(19830,6,5712,'','2013-10-21 08:54:38'),(19831,1,5715,'','2013-10-21 08:54:38'),(19832,2,5715,'','2013-10-21 08:54:38'),(19833,3,5715,'','2013-10-21 08:54:38'),(19834,4,5715,'','2013-10-21 08:54:38'),(19835,5,5715,'','2013-10-21 08:54:38'),(19836,6,5715,'','2013-10-21 08:54:38'),(19837,1,5719,'','2013-10-21 08:54:38'),(19838,2,5719,'','2013-10-21 08:54:38'),(19839,3,5719,'','2013-10-21 08:54:38'),(19840,4,5719,'','2013-10-21 08:54:38'),(19841,5,5719,'','2013-10-21 08:54:38'),(19842,6,5719,'','2013-10-21 08:54:38'),(19843,1,5720,'3571529','2013-10-21 08:57:21'),(19844,2,5720,'','2013-10-21 08:57:21'),(19845,3,5720,'','2013-10-21 08:57:21'),(19846,4,5720,'OPD','2013-10-21 08:57:21'),(19847,5,5720,'','2013-10-21 08:57:21'),(19848,6,5720,'75.00','2013-10-21 08:57:21'),(19849,1,5722,'','2013-10-21 08:57:21'),(19850,2,5722,'','2013-10-21 08:57:21'),(19851,3,5722,'','2013-10-21 08:57:21'),(19852,4,5722,'','2013-10-21 08:57:21'),(19853,5,5722,'','2013-10-21 08:57:21'),(19854,6,5722,'','2013-10-21 08:57:21'),(19855,1,5723,'','2013-10-21 09:06:10'),(19856,2,5723,'','2013-10-21 09:06:10'),(19857,3,5723,'','2013-10-21 09:06:10'),(19858,4,5723,'MEDICALS','2013-10-21 09:06:10'),(19859,5,5723,'','2013-10-21 09:06:10'),(19860,6,5723,'','2013-10-21 09:06:10'),(19861,1,5725,'','2013-10-21 09:06:11'),(19862,2,5725,'','2013-10-21 09:06:11'),(19863,3,5725,'','2013-10-21 09:06:11'),(19864,4,5725,'','2013-10-21 09:06:11'),(19865,5,5725,'','2013-10-21 09:06:11'),(19866,6,5725,'','2013-10-21 09:06:11'),(19867,1,5728,'','2013-10-21 09:06:12'),(19868,2,5728,'','2013-10-21 09:06:12'),(19869,3,5728,'','2013-10-21 09:06:12'),(19870,4,5728,'','2013-10-21 09:06:12'),(19871,5,5728,'','2013-10-21 09:06:12'),(19872,6,5728,'','2013-10-21 09:06:12'),(19873,1,5732,'','2013-10-21 09:06:12'),(19874,2,5732,'','2013-10-21 09:06:12'),(19875,3,5732,'','2013-10-21 09:06:12'),(19876,4,5732,'','2013-10-21 09:06:12'),(19877,5,5732,'','2013-10-21 09:06:12'),(19878,6,5732,'','2013-10-21 09:06:12'),(19879,1,5737,'','2013-10-21 09:06:13'),(19880,2,5737,'','2013-10-21 09:06:13'),(19881,3,5737,'','2013-10-21 09:06:13'),(19882,4,5737,'','2013-10-21 09:06:13'),(19883,5,5737,'','2013-10-21 09:06:13'),(19884,6,5737,'','2013-10-21 09:06:13'),(19885,1,5738,'3571538','2013-10-21 09:10:28'),(19886,2,5738,'','2013-10-21 09:10:28'),(19887,3,5738,'','2013-10-21 09:10:28'),(19888,4,5738,'OPD','2013-10-21 09:10:28'),(19889,5,5738,'','2013-10-21 09:10:28'),(19890,6,5738,'176.00','2013-10-21 09:10:28'),(19891,1,5740,'','2013-10-21 09:10:28'),(19892,2,5740,'','2013-10-21 09:10:28'),(19893,3,5740,'','2013-10-21 09:10:28'),(19894,4,5740,'','2013-10-21 09:10:28'),(19895,5,5740,'','2013-10-21 09:10:28'),(19896,6,5740,'','2013-10-21 09:10:28'),(19897,1,5741,'3571545','2013-10-21 09:14:12'),(19898,2,5741,'','2013-10-21 09:14:12'),(19899,3,5741,'','2013-10-21 09:14:12'),(19900,4,5741,'OPD','2013-10-21 09:14:12'),(19901,5,5741,'','2013-10-21 09:14:12'),(19902,6,5741,'306.00','2013-10-21 09:14:12'),(19903,1,5743,'','2013-10-21 09:14:12'),(19904,2,5743,'','2013-10-21 09:14:12'),(19905,3,5743,'','2013-10-21 09:14:12'),(19906,4,5743,'','2013-10-21 09:14:12'),(19907,5,5743,'','2013-10-21 09:14:12'),(19908,6,5743,'','2013-10-21 09:14:12'),(19909,1,5746,'','2013-10-21 09:14:13'),(19910,2,5746,'','2013-10-21 09:14:13'),(19911,3,5746,'','2013-10-21 09:14:13'),(19912,4,5746,'','2013-10-21 09:14:13'),(19913,5,5746,'','2013-10-21 09:14:13'),(19914,6,5746,'','2013-10-21 09:14:13'),(19915,1,5747,'3571547','2013-10-21 09:16:26'),(19916,2,5747,'','2013-10-21 09:16:26'),(19917,3,5747,'','2013-10-21 09:16:26'),(19918,4,5747,'OPD','2013-10-21 09:16:26'),(19919,5,5747,'','2013-10-21 09:16:26'),(19920,6,5747,'94.00','2013-10-21 09:16:26'),(19921,1,5749,'','2013-10-21 09:16:26'),(19922,2,5749,'','2013-10-21 09:16:26'),(19923,3,5749,'','2013-10-21 09:16:26'),(19924,4,5749,'','2013-10-21 09:16:26'),(19925,5,5749,'','2013-10-21 09:16:26'),(19926,6,5749,'','2013-10-21 09:16:26'),(19927,1,5750,'3570176','2013-10-21 09:18:58'),(19928,2,5750,'','2013-10-21 09:18:58'),(19929,3,5750,'','2013-10-21 09:18:58'),(19930,4,5750,'OPD','2013-10-21 09:18:58'),(19931,5,5750,'','2013-10-21 09:18:58'),(19932,6,5750,'13.00','2013-10-21 09:18:58'),(19933,1,5751,'3571555','2013-10-21 09:29:14'),(19934,2,5751,'','2013-10-21 09:29:14'),(19935,3,5751,'','2013-10-21 09:29:14'),(19936,4,5751,'OPD','2013-10-21 09:29:14'),(19937,5,5751,'','2013-10-21 09:29:14'),(19938,6,5751,'66.00','2013-10-21 09:29:14'),(19939,1,5752,'3571558','2013-10-21 09:32:45'),(19940,2,5752,'','2013-10-21 09:32:45'),(19941,3,5752,'','2013-10-21 09:32:45'),(19942,4,5752,'OPD','2013-10-21 09:32:45'),(19943,5,5752,'','2013-10-21 09:32:45'),(19944,6,5752,'159.24','2013-10-21 09:32:45'),(19945,1,5754,'','2013-10-21 09:32:46'),(19946,2,5754,'','2013-10-21 09:32:46'),(19947,3,5754,'','2013-10-21 09:32:46'),(19948,4,5754,'','2013-10-21 09:32:46'),(19949,5,5754,'','2013-10-21 09:32:46'),(19950,6,5754,'','2013-10-21 09:32:46'),(19951,1,5755,'3571566','2013-10-21 09:41:21'),(19952,2,5755,'','2013-10-21 09:41:21'),(19953,3,5755,'','2013-10-21 09:41:21'),(19954,4,5755,'OPD','2013-10-21 09:41:21'),(19955,5,5755,'','2013-10-21 09:41:21'),(19956,6,5755,'173.00','2013-10-21 09:41:21'),(19957,1,5757,'','2013-10-21 09:41:21'),(19958,2,5757,'','2013-10-21 09:41:21'),(19959,3,5757,'','2013-10-21 09:41:21'),(19960,4,5757,'','2013-10-21 09:41:21'),(19961,5,5757,'','2013-10-21 09:41:21'),(19962,6,5757,'','2013-10-21 09:41:21'),(19963,1,5758,'3571584','2013-10-21 09:52:05'),(19964,2,5758,'','2013-10-21 09:52:05'),(19965,3,5758,'','2013-10-21 09:52:05'),(19966,4,5758,'WARD','2013-10-21 09:52:05'),(19967,5,5758,'214681','2013-10-21 09:52:05'),(19968,6,5758,'24.50','2013-10-21 09:52:05'),(19969,1,5759,'','2013-10-21 09:57:32'),(19970,2,5759,'','2013-10-21 09:57:32'),(19971,3,5759,'','2013-10-21 09:57:32'),(19972,4,5759,'','2013-10-21 09:57:32'),(19973,5,5759,'','2013-10-21 09:57:32'),(19974,6,5759,'','2013-10-21 09:57:32'),(19975,1,5760,'','2013-10-21 10:06:28'),(19976,2,5760,'','2013-10-21 10:06:28'),(19977,3,5760,'','2013-10-21 10:06:28'),(19978,4,5760,'MEDICALS','2013-10-21 10:06:28'),(19979,5,5760,'','2013-10-21 10:06:28'),(19980,6,5760,'','2013-10-21 10:06:28'),(19981,1,5762,'','2013-10-21 10:06:28'),(19982,2,5762,'','2013-10-21 10:06:28'),(19983,3,5762,'','2013-10-21 10:06:28'),(19984,4,5762,'','2013-10-21 10:06:28'),(19985,5,5762,'','2013-10-21 10:06:28'),(19986,6,5762,'','2013-10-21 10:06:28'),(19987,1,5765,'','2013-10-21 10:06:28'),(19988,2,5765,'','2013-10-21 10:06:28'),(19989,3,5765,'','2013-10-21 10:06:28'),(19990,4,5765,'','2013-10-21 10:06:28'),(19991,5,5765,'','2013-10-21 10:06:28'),(19992,6,5765,'','2013-10-21 10:06:28'),(19993,1,5769,'','2013-10-21 10:06:29'),(19994,2,5769,'','2013-10-21 10:06:29'),(19995,3,5769,'','2013-10-21 10:06:29'),(19996,4,5769,'','2013-10-21 10:06:29'),(19997,5,5769,'','2013-10-21 10:06:29'),(19998,6,5769,'','2013-10-21 10:06:29'),(19999,1,5774,'','2013-10-21 10:06:29'),(20000,2,5774,'','2013-10-21 10:06:29'),(20001,3,5774,'','2013-10-21 10:06:29'),(20002,4,5774,'','2013-10-21 10:06:29'),(20003,5,5774,'','2013-10-21 10:06:29'),(20004,6,5774,'','2013-10-21 10:06:29'),(20005,1,5775,'3571599','2013-10-21 10:10:07'),(20006,2,5775,'588759','2013-10-21 10:10:07'),(20007,3,5775,'','2013-10-21 10:10:07'),(20008,4,5775,'OPD','2013-10-21 10:10:07'),(20009,5,5775,'','2013-10-21 10:10:07'),(20010,6,5775,'84.00','2013-10-21 10:10:07'),(20011,1,5777,'','2013-10-21 10:10:08'),(20012,2,5777,'','2013-10-21 10:10:08'),(20013,3,5777,'','2013-10-21 10:10:08'),(20014,4,5777,'','2013-10-21 10:10:08'),(20015,5,5777,'','2013-10-21 10:10:08'),(20016,6,5777,'','2013-10-21 10:10:08'),(20017,1,5780,'','2013-10-21 10:10:08'),(20018,2,5780,'','2013-10-21 10:10:08'),(20019,3,5780,'','2013-10-21 10:10:08'),(20020,4,5780,'','2013-10-21 10:10:08'),(20021,5,5780,'','2013-10-21 10:10:08'),(20022,6,5780,'','2013-10-21 10:10:08'),(20023,1,5781,'3571598','2013-10-21 10:14:38'),(20024,2,5781,'','2013-10-21 10:14:38'),(20025,3,5781,'','2013-10-21 10:14:38'),(20026,4,5781,'OPD','2013-10-21 10:14:38'),(20027,5,5781,'','2013-10-21 10:14:38'),(20028,6,5781,'79.00','2013-10-21 10:14:38'),(20029,1,5783,'','2013-10-21 10:14:38'),(20030,2,5783,'','2013-10-21 10:14:38'),(20031,3,5783,'','2013-10-21 10:14:38'),(20032,4,5783,'','2013-10-21 10:14:38'),(20033,5,5783,'','2013-10-21 10:14:38'),(20034,6,5783,'','2013-10-21 10:14:38'),(20035,1,5784,'3571618','2013-10-21 10:17:35'),(20036,2,5784,'','2013-10-21 10:17:35'),(20037,3,5784,'','2013-10-21 10:17:35'),(20038,4,5784,'OPD','2013-10-21 10:17:35'),(20039,5,5784,'','2013-10-21 10:17:35'),(20040,6,5784,'66.00','2013-10-21 10:17:35'),(20041,1,5785,'3571622','2013-10-21 10:20:13'),(20042,2,5785,'','2013-10-21 10:20:13'),(20043,3,5785,'','2013-10-21 10:20:13'),(20044,4,5785,'OPD','2013-10-21 10:20:13'),(20045,5,5785,'','2013-10-21 10:20:13'),(20046,6,5785,'37.00','2013-10-21 10:20:13'),(20047,1,5786,'3571612','2013-10-21 10:23:24'),(20048,2,5786,'','2013-10-21 10:23:24'),(20049,3,5786,'','2013-10-21 10:23:24'),(20050,4,5786,'OPD','2013-10-21 10:23:24'),(20051,5,5786,'','2013-10-21 10:23:24'),(20052,6,5786,'53.00','2013-10-21 10:23:24'),(20053,1,5788,'','2013-10-21 10:23:33'),(20054,2,5788,'','2013-10-21 10:23:33'),(20055,3,5788,'','2013-10-21 10:23:33'),(20056,4,5788,'','2013-10-21 10:23:33'),(20057,5,5788,'','2013-10-21 10:23:33'),(20058,6,5788,'','2013-10-21 10:23:33'),(20059,1,5789,'3571637','2013-10-21 10:28:36'),(20060,2,5789,'','2013-10-21 10:28:36'),(20061,3,5789,'','2013-10-21 10:28:36'),(20062,4,5789,'WARD','2013-10-21 10:28:36'),(20063,5,5789,'214666','2013-10-21 10:28:36'),(20064,6,5789,'42.00','2013-10-21 10:28:36'),(20065,1,5791,'','2013-10-21 10:28:36'),(20066,2,5791,'','2013-10-21 10:28:36'),(20067,3,5791,'','2013-10-21 10:28:36'),(20068,4,5791,'','2013-10-21 10:28:36'),(20069,5,5791,'','2013-10-21 10:28:36'),(20070,6,5791,'','2013-10-21 10:28:36'),(20071,1,5792,'3571628','2013-10-21 10:31:44'),(20072,2,5792,'588764','2013-10-21 10:31:44'),(20073,3,5792,'','2013-10-21 10:31:44'),(20074,4,5792,'OPD','2013-10-21 10:31:44'),(20075,5,5792,'','2013-10-21 10:31:44'),(20076,6,5792,'30.00','2013-10-21 10:31:44'),(20077,1,5793,'','2013-10-21 10:34:59'),(20078,2,5793,'','2013-10-21 10:34:59'),(20079,3,5793,'','2013-10-21 10:34:59'),(20080,4,5793,'MEDICALS','2013-10-21 10:34:59'),(20081,5,5793,'','2013-10-21 10:34:59'),(20082,6,5793,'','2013-10-21 10:34:59'),(20083,1,5795,'','2013-10-21 10:35:00'),(20084,2,5795,'','2013-10-21 10:35:00'),(20085,3,5795,'','2013-10-21 10:35:00'),(20086,4,5795,'','2013-10-21 10:35:00'),(20087,5,5795,'','2013-10-21 10:35:00'),(20088,6,5795,'','2013-10-21 10:35:00'),(20089,1,5798,'','2013-10-21 10:35:00'),(20090,2,5798,'','2013-10-21 10:35:00'),(20091,3,5798,'','2013-10-21 10:35:00'),(20092,4,5798,'','2013-10-21 10:35:00'),(20093,5,5798,'','2013-10-21 10:35:00'),(20094,6,5798,'','2013-10-21 10:35:00'),(20095,1,5799,'3571631','2013-10-21 10:37:01'),(20096,2,5799,'588766','2013-10-21 10:37:01'),(20097,3,5799,'','2013-10-21 10:37:01'),(20098,4,5799,'S/R','2013-10-21 10:37:01'),(20099,5,5799,'','2013-10-21 10:37:01'),(20100,6,5799,'20.00','2013-10-21 10:37:01'),(20101,1,5800,'3571639','2013-10-21 10:40:33'),(20102,2,5800,'','2013-10-21 10:40:33'),(20103,3,5800,'','2013-10-21 10:40:33'),(20104,4,5800,'OPD','2013-10-21 10:40:33'),(20105,5,5800,'','2013-10-21 10:40:33'),(20106,6,5800,'48.00','2013-10-21 10:40:33'),(20107,1,5802,'','2013-10-21 10:40:33'),(20108,2,5802,'','2013-10-21 10:40:33'),(20109,3,5802,'','2013-10-21 10:40:33'),(20110,4,5802,'','2013-10-21 10:40:33'),(20111,5,5802,'','2013-10-21 10:40:33'),(20112,6,5802,'','2013-10-21 10:40:33'),(20113,1,5805,'','2013-10-21 10:40:34'),(20114,2,5805,'','2013-10-21 10:40:34'),(20115,3,5805,'','2013-10-21 10:40:34'),(20116,4,5805,'','2013-10-21 10:40:34'),(20117,5,5805,'','2013-10-21 10:40:34'),(20118,6,5805,'','2013-10-21 10:40:34'),(20119,1,5806,'3571647','2013-10-21 10:51:08'),(20120,2,5806,'588778','2013-10-21 10:51:08'),(20121,3,5806,'','2013-10-21 10:51:08'),(20122,4,5806,'OPD','2013-10-21 10:51:08'),(20123,5,5806,'','2013-10-21 10:51:08'),(20124,6,5806,'100.00','2013-10-21 10:51:08'),(20125,1,5808,'','2013-10-21 10:51:08'),(20126,2,5808,'','2013-10-21 10:51:08'),(20127,3,5808,'','2013-10-21 10:51:08'),(20128,4,5808,'','2013-10-21 10:51:08'),(20129,5,5808,'','2013-10-21 10:51:08'),(20130,6,5808,'','2013-10-21 10:51:08'),(20131,1,5809,'3571641','2013-10-21 10:53:49'),(20132,2,5809,'','2013-10-21 10:53:49'),(20133,3,5809,'','2013-10-21 10:53:49'),(20134,4,5809,'OPD','2013-10-21 10:53:49'),(20135,5,5809,'','2013-10-21 10:53:49'),(20136,6,5809,'190.00','2013-10-21 10:53:49'),(20137,1,5811,'','2013-10-21 10:53:49'),(20138,2,5811,'','2013-10-21 10:53:49'),(20139,3,5811,'','2013-10-21 10:53:49'),(20140,4,5811,'','2013-10-21 10:53:49'),(20141,5,5811,'','2013-10-21 10:53:49'),(20142,6,5811,'','2013-10-21 10:53:49'),(20143,1,5812,'3571673','2013-10-21 11:01:40'),(20144,2,5812,'588778','2013-10-21 11:01:40'),(20145,3,5812,'','2013-10-21 11:01:40'),(20146,4,5812,'OPD','2013-10-21 11:01:40'),(20147,5,5812,'','2013-10-21 11:01:40'),(20148,6,5812,'39.80','2013-10-21 11:01:40'),(20149,1,5813,'3571688','2013-10-21 11:05:44'),(20150,2,5813,'588783','2013-10-21 11:05:44'),(20151,3,5813,'','2013-10-21 11:05:44'),(20152,4,5813,'S/R','2013-10-21 11:05:44'),(20153,5,5813,'','2013-10-21 11:05:44'),(20154,6,5813,'60.00','2013-10-21 11:05:44'),(20155,1,5814,'3571696','2013-10-21 11:22:57'),(20156,2,5814,'588786','2013-10-21 11:22:57'),(20157,3,5814,'','2013-10-21 11:22:57'),(20158,4,5814,'','2013-10-21 11:22:57'),(20159,5,5814,'','2013-10-21 11:22:57'),(20160,6,5814,'36.00','2013-10-21 11:22:57'),(20161,1,5815,'3571588','2013-10-21 11:25:15'),(20162,2,5815,'','2013-10-21 11:25:15'),(20163,3,5815,'','2013-10-21 11:25:15'),(20164,4,5815,'WARD','2013-10-21 11:25:15'),(20165,5,5815,'','2013-10-21 11:25:15'),(20166,6,5815,'33.00','2013-10-21 11:25:15'),(20167,1,5816,'3571721','2013-10-21 11:29:44'),(20168,2,5816,'','2013-10-21 11:29:44'),(20169,3,5816,'','2013-10-21 11:29:44'),(20170,4,5816,'OPD','2013-10-21 11:29:44'),(20171,5,5816,'','2013-10-21 11:29:44'),(20172,6,5816,'163.64','2013-10-21 11:29:44'),(20173,1,5817,'3571724','2013-10-21 11:32:31'),(20174,2,5817,'','2013-10-21 11:32:31'),(20175,3,5817,'','2013-10-21 11:32:31'),(20176,4,5817,'OPD','2013-10-21 11:32:31'),(20177,5,5817,'','2013-10-21 11:32:31'),(20178,6,5817,'163.64','2013-10-21 11:32:31'),(20179,1,5818,'3571730','2013-10-21 11:35:11'),(20180,2,5818,'588792','2013-10-21 11:35:11'),(20181,3,5818,'','2013-10-21 11:35:11'),(20182,4,5818,'OPD','2013-10-21 11:35:11'),(20183,5,5818,'','2013-10-21 11:35:11'),(20184,6,5818,'37.00','2013-10-21 11:35:11'),(20185,1,5820,'','2013-10-21 11:35:11'),(20186,2,5820,'','2013-10-21 11:35:11'),(20187,3,5820,'','2013-10-21 11:35:11'),(20188,4,5820,'','2013-10-21 11:35:11'),(20189,5,5820,'','2013-10-21 11:35:11'),(20190,6,5820,'','2013-10-21 11:35:11'),(20191,1,5821,'3571744','2013-10-21 11:38:57'),(20192,2,5821,'','2013-10-21 11:38:57'),(20193,3,5821,'','2013-10-21 11:38:57'),(20194,4,5821,'OPD','2013-10-21 11:38:57'),(20195,5,5821,'','2013-10-21 11:38:57'),(20196,6,5821,'94.00','2013-10-21 11:38:57'),(20197,1,5823,'','2013-10-21 11:38:57'),(20198,2,5823,'','2013-10-21 11:38:57'),(20199,3,5823,'','2013-10-21 11:38:57'),(20200,4,5823,'','2013-10-21 11:38:57'),(20201,5,5823,'','2013-10-21 11:38:57'),(20202,6,5823,'','2013-10-21 11:38:57'),(20203,1,5824,'3571769','2013-10-21 12:01:24'),(20204,2,5824,'','2013-10-21 12:01:24'),(20205,3,5824,'','2013-10-21 12:01:24'),(20206,4,5824,'OPD','2013-10-21 12:01:24'),(20207,5,5824,'','2013-10-21 12:01:24'),(20208,6,5824,'114.00','2013-10-21 12:01:24'),(20209,1,5825,'3571782','2013-10-21 12:14:27'),(20210,2,5825,'','2013-10-21 12:14:27'),(20211,3,5825,'','2013-10-21 12:14:27'),(20212,4,5825,'OPD','2013-10-21 12:14:27'),(20213,5,5825,'','2013-10-21 12:14:27'),(20214,6,5825,'66.00','2013-10-21 12:14:27'),(20215,1,5826,'3571800','2013-10-21 12:33:15'),(20216,2,5826,'','2013-10-21 12:33:15'),(20217,3,5826,'','2013-10-21 12:33:15'),(20218,4,5826,'OPD','2013-10-21 12:33:15'),(20219,5,5826,'','2013-10-21 12:33:15'),(20220,6,5826,'172.00','2013-10-21 12:33:15'),(20221,1,5828,'','2013-10-21 12:33:15'),(20222,2,5828,'','2013-10-21 12:33:15'),(20223,3,5828,'','2013-10-21 12:33:15'),(20224,4,5828,'','2013-10-21 12:33:15'),(20225,5,5828,'','2013-10-21 12:33:15'),(20226,6,5828,'','2013-10-21 12:33:15'),(20227,1,5829,'3571810','2013-10-21 12:39:14'),(20228,2,5829,'','2013-10-21 12:39:14'),(20229,3,5829,'','2013-10-21 12:39:14'),(20230,4,5829,'OPD','2013-10-21 12:39:14'),(20231,5,5829,'','2013-10-21 12:39:14'),(20232,6,5829,'66.00','2013-10-21 12:39:14'),(20233,1,5830,'3571801','2013-10-21 12:44:22'),(20234,2,5830,'588816','2013-10-21 12:44:22'),(20235,3,5830,'','2013-10-21 12:44:22'),(20236,4,5830,'MEDICALS','2013-10-21 12:44:22'),(20237,5,5830,'','2013-10-21 12:44:22'),(20238,6,5830,'300.00','2013-10-21 12:44:22'),(20239,1,5832,'','2013-10-21 12:44:22'),(20240,2,5832,'','2013-10-21 12:44:22'),(20241,3,5832,'','2013-10-21 12:44:22'),(20242,4,5832,'','2013-10-21 12:44:22'),(20243,5,5832,'','2013-10-21 12:44:22'),(20244,6,5832,'','2013-10-21 12:44:22'),(20245,1,5835,'','2013-10-21 12:44:22'),(20246,2,5835,'','2013-10-21 12:44:22'),(20247,3,5835,'','2013-10-21 12:44:22'),(20248,4,5835,'','2013-10-21 12:44:22'),(20249,5,5835,'','2013-10-21 12:44:22'),(20250,6,5835,'','2013-10-21 12:44:22'),(20251,1,5836,'3571816','2013-10-21 12:49:45'),(20252,2,5836,'588819','2013-10-21 12:49:45'),(20253,3,5836,'','2013-10-21 12:49:45'),(20254,4,5836,'OPD','2013-10-21 12:49:45'),(20255,5,5836,'','2013-10-21 12:49:45'),(20256,6,5836,'138.00','2013-10-21 12:49:45'),(20257,1,5837,'3571825','2013-10-21 12:52:27'),(20258,2,5837,'','2013-10-21 12:52:27'),(20259,3,5837,'','2013-10-21 12:52:27'),(20260,4,5837,'OPD','2013-10-21 12:52:27'),(20261,5,5837,'','2013-10-21 12:52:27'),(20262,6,5837,'92.24','2013-10-21 12:52:27'),(20263,1,5838,'','2013-10-21 13:19:38'),(20264,2,5838,'','2013-10-21 13:19:38'),(20265,3,5838,'','2013-10-21 13:19:38'),(20266,4,5838,'','2013-10-21 13:19:38'),(20267,5,5838,'','2013-10-21 13:19:38'),(20268,6,5838,'','2013-10-21 13:19:38'),(20269,1,5840,'','2013-10-21 13:19:38'),(20270,2,5840,'','2013-10-21 13:19:38'),(20271,3,5840,'','2013-10-21 13:19:38'),(20272,4,5840,'','2013-10-21 13:19:38'),(20273,5,5840,'','2013-10-21 13:19:38'),(20274,6,5840,'','2013-10-21 13:19:38'),(20275,1,5841,'','2013-10-21 13:27:38'),(20276,2,5841,'','2013-10-21 13:27:38'),(20277,3,5841,'','2013-10-21 13:27:38'),(20278,4,5841,'','2013-10-21 13:27:38'),(20279,5,5841,'','2013-10-21 13:27:38'),(20280,6,5841,'','2013-10-21 13:27:38'),(20281,1,5842,'3571878','2013-10-21 13:39:13'),(20282,2,5842,'588838','2013-10-21 13:39:13'),(20283,3,5842,'','2013-10-21 13:39:13'),(20284,4,5842,'OUTSIDE REQ','2013-10-21 13:39:13'),(20285,5,5842,'','2013-10-21 13:39:13'),(20286,6,5842,'20.00','2013-10-21 13:39:13'),(20287,1,5843,'3571817','2013-10-21 13:42:38'),(20288,2,5843,'588835','2013-10-21 13:42:38'),(20289,3,5843,'','2013-10-21 13:42:38'),(20290,4,5843,'OPD','2013-10-21 13:42:38'),(20291,5,5843,'','2013-10-21 13:42:38'),(20292,6,5843,'32.00','2013-10-21 13:42:38'),(20293,1,5845,'','2013-10-21 13:42:39'),(20294,2,5845,'','2013-10-21 13:42:39'),(20295,3,5845,'','2013-10-21 13:42:39'),(20296,4,5845,'','2013-10-21 13:42:39'),(20297,5,5845,'','2013-10-21 13:42:39'),(20298,6,5845,'','2013-10-21 13:42:39'),(20299,1,5846,'3571893','2013-10-21 14:02:27'),(20300,2,5846,'588845','2013-10-21 14:02:27'),(20301,3,5846,'','2013-10-21 14:02:27'),(20302,4,5846,'OPD','2013-10-21 14:02:27'),(20303,5,5846,'','2013-10-21 14:02:27'),(20304,6,5846,'336.00','2013-10-21 14:02:27'),(20305,1,5848,'','2013-10-21 14:02:27'),(20306,2,5848,'','2013-10-21 14:02:27'),(20307,3,5848,'','2013-10-21 14:02:27'),(20308,4,5848,'','2013-10-21 14:02:27'),(20309,5,5848,'','2013-10-21 14:02:27'),(20310,6,5848,'','2013-10-21 14:02:27'),(20311,1,5851,'','2013-10-21 14:02:28'),(20312,2,5851,'','2013-10-21 14:02:28'),(20313,3,5851,'','2013-10-21 14:02:28'),(20314,4,5851,'','2013-10-21 14:02:28'),(20315,5,5851,'','2013-10-21 14:02:28'),(20316,6,5851,'','2013-10-21 14:02:28'),(20317,1,5852,'3571897','2013-10-21 14:06:01'),(20318,2,5852,'588846','2013-10-21 14:06:01'),(20319,3,5852,'','2013-10-21 14:06:01'),(20320,4,5852,'OPD','2013-10-21 14:06:01'),(20321,5,5852,'','2013-10-21 14:06:01'),(20322,6,5852,'99.00','2013-10-21 14:06:01'),(20323,1,5854,'','2013-10-21 14:06:01'),(20324,2,5854,'','2013-10-21 14:06:01'),(20325,3,5854,'','2013-10-21 14:06:01'),(20326,4,5854,'','2013-10-21 14:06:01'),(20327,5,5854,'','2013-10-21 14:06:01'),(20328,6,5854,'','2013-10-21 14:06:01'),(20329,1,5857,'','2013-10-21 14:06:01'),(20330,2,5857,'','2013-10-21 14:06:01'),(20331,3,5857,'','2013-10-21 14:06:01'),(20332,4,5857,'','2013-10-21 14:06:01'),(20333,5,5857,'','2013-10-21 14:06:01'),(20334,6,5857,'','2013-10-21 14:06:01'),(20335,1,5858,'3571899','2013-10-21 14:19:50'),(20336,2,5858,'588847','2013-10-21 14:19:50'),(20337,3,5858,'','2013-10-21 14:19:50'),(20338,4,5858,'OPD','2013-10-21 14:19:50'),(20339,5,5858,'','2013-10-21 14:19:50'),(20340,6,5858,'87.00','2013-10-21 14:19:50'),(20341,1,5859,'','2013-10-21 14:48:13'),(20342,2,5859,'','2013-10-21 14:48:13'),(20343,3,5859,'','2013-10-21 14:48:13'),(20344,4,5859,'','2013-10-21 14:48:13'),(20345,5,5859,'','2013-10-21 14:48:13'),(20346,6,5859,'','2013-10-21 14:48:13'),(20347,1,5860,'3571925','2013-10-21 14:50:19'),(20348,2,5860,'588858','2013-10-21 14:50:19'),(20349,3,5860,'','2013-10-21 14:50:19'),(20350,4,5860,'S/R','2013-10-21 14:50:19'),(20351,5,5860,'','2013-10-21 14:50:19'),(20352,6,5860,'35.0','2013-10-21 14:50:19'),(20353,1,5861,'3571940','2013-10-21 15:05:54'),(20354,2,5861,'','2013-10-21 15:05:54'),(20355,3,5861,'','2013-10-21 15:05:54'),(20356,4,5861,'OPD','2013-10-21 15:05:54'),(20357,5,5861,'','2013-10-21 15:05:54'),(20358,6,5861,'62.00','2013-10-21 15:05:54'),(20359,1,5863,'','2013-10-21 15:05:57'),(20360,2,5863,'','2013-10-21 15:05:57'),(20361,3,5863,'','2013-10-21 15:05:57'),(20362,4,5863,'OPD','2013-10-21 15:05:57'),(20363,5,5863,'','2013-10-21 15:05:57'),(20364,6,5863,'87.00','2013-10-21 15:05:57'),(20365,1,5864,'3571939','2013-10-21 15:08:50'),(20366,2,5864,'588861','2013-10-21 15:08:50'),(20367,3,5864,'','2013-10-21 15:08:50'),(20368,4,5864,'OPD','2013-10-21 15:08:50'),(20369,5,5864,'','2013-10-21 15:08:50'),(20370,6,5864,'87.00','2013-10-21 15:08:50'),(20371,1,5866,'','2013-10-21 15:08:51'),(20372,2,5866,'','2013-10-21 15:08:51'),(20373,3,5866,'','2013-10-21 15:08:51'),(20374,4,5866,'','2013-10-21 15:08:51'),(20375,5,5866,'','2013-10-21 15:08:51'),(20376,6,5866,'','2013-10-21 15:08:51'),(20377,1,5867,'3571955','2013-10-21 15:24:59'),(20378,2,5867,'588866','2013-10-21 15:24:59'),(20379,3,5867,'','2013-10-21 15:24:59'),(20380,4,5867,'OPD','2013-10-21 15:24:59'),(20381,5,5867,'','2013-10-21 15:24:59'),(20382,6,5867,'142.00','2013-10-21 15:24:59'),(20383,1,5869,'','2013-10-21 15:24:59'),(20384,2,5869,'','2013-10-21 15:24:59'),(20385,3,5869,'','2013-10-21 15:24:59'),(20386,4,5869,'','2013-10-21 15:24:59'),(20387,5,5869,'','2013-10-21 15:24:59'),(20388,6,5869,'','2013-10-21 15:24:59'),(20389,1,5870,'3571965','2013-10-21 15:28:48'),(20390,2,5870,'','2013-10-21 15:28:48'),(20391,3,5870,'','2013-10-21 15:28:48'),(20392,4,5870,'OPD','2013-10-21 15:28:48'),(20393,5,5870,'','2013-10-21 15:28:48'),(20394,6,5870,'80.00','2013-10-21 15:28:48'),(20395,1,5871,'3571956','2013-10-21 15:33:48'),(20396,2,5871,'588867','2013-10-21 15:33:48'),(20397,3,5871,'','2013-10-21 15:33:48'),(20398,4,5871,'OPD','2013-10-21 15:33:48'),(20399,5,5871,'','2013-10-21 15:33:48'),(20400,6,5871,'132.00','2013-10-21 15:33:48'),(20401,1,5873,'','2013-10-21 15:33:48'),(20402,2,5873,'','2013-10-21 15:33:48'),(20403,3,5873,'','2013-10-21 15:33:48'),(20404,4,5873,'','2013-10-21 15:33:48'),(20405,5,5873,'','2013-10-21 15:33:48'),(20406,6,5873,'','2013-10-21 15:33:48'),(20407,1,5876,'','2013-10-21 15:33:48'),(20408,2,5876,'','2013-10-21 15:33:48'),(20409,3,5876,'','2013-10-21 15:33:48'),(20410,4,5876,'','2013-10-21 15:33:48'),(20411,5,5876,'','2013-10-21 15:33:48'),(20412,6,5876,'','2013-10-21 15:33:48'),(20413,1,5877,'3571973','2013-10-21 15:36:46'),(20414,2,5877,'','2013-10-21 15:36:46'),(20415,3,5877,'','2013-10-21 15:36:46'),(20416,4,5877,'OPD','2013-10-21 15:36:46'),(20417,5,5877,'','2013-10-21 15:36:46'),(20418,6,5877,'22.00','2013-10-21 15:36:46'),(20419,1,5878,'3571978','2013-10-21 15:40:51'),(20420,2,5878,'','2013-10-21 15:40:51'),(20421,3,5878,'','2013-10-21 15:40:51'),(20422,4,5878,'OPD','2013-10-21 15:40:51'),(20423,5,5878,'','2013-10-21 15:40:51'),(20424,6,5878,'77.00','2013-10-21 15:40:51'),(20425,1,5880,'','2013-10-21 15:40:51'),(20426,2,5880,'','2013-10-21 15:40:51'),(20427,3,5880,'','2013-10-21 15:40:51'),(20428,4,5880,'','2013-10-21 15:40:51'),(20429,5,5880,'','2013-10-21 15:40:51'),(20430,6,5880,'','2013-10-21 15:40:51'),(20431,1,5881,'3571985','2013-10-21 15:52:27'),(20432,2,5881,'588873','2013-10-21 15:52:27'),(20433,3,5881,'','2013-10-21 15:52:27'),(20434,4,5881,'OPD','2013-10-21 15:52:27'),(20435,5,5881,'','2013-10-21 15:52:27'),(20436,6,5881,'60.00','2013-10-21 15:52:27'),(20437,1,5882,'3572019','2013-10-21 16:56:21'),(20438,2,5882,'588885','2013-10-21 16:56:21'),(20439,3,5882,'','2013-10-21 16:56:21'),(20440,4,5882,'S/R','2013-10-21 16:56:21'),(20441,5,5882,'','2013-10-21 16:56:21'),(20442,6,5882,'55.00','2013-10-21 16:56:21'),(20443,1,5883,'3572022','2013-10-21 17:04:05'),(20444,2,5883,'','2013-10-21 17:04:05'),(20445,3,5883,'','2013-10-21 17:04:05'),(20446,4,5883,'OUTSIDE REQ','2013-10-21 17:04:05'),(20447,5,5883,'','2013-10-21 17:04:05'),(20448,6,5883,'106.00','2013-10-21 17:04:05'),(20449,1,5885,'','2013-10-21 17:04:05'),(20450,2,5885,'','2013-10-21 17:04:05'),(20451,3,5885,'','2013-10-21 17:04:05'),(20452,4,5885,'','2013-10-21 17:04:05'),(20453,5,5885,'','2013-10-21 17:04:05'),(20454,6,5885,'','2013-10-21 17:04:05'),(20455,1,5886,'3572031','2013-10-21 17:17:32'),(20456,2,5886,'','2013-10-21 17:17:32'),(20457,3,5886,'','2013-10-21 17:17:32'),(20458,4,5886,'OPD','2013-10-21 17:17:32'),(20459,5,5886,'','2013-10-21 17:17:32'),(20460,6,5886,'94.00','2013-10-21 17:17:32'),(20461,1,5888,'','2013-10-21 17:17:32'),(20462,2,5888,'','2013-10-21 17:17:32'),(20463,3,5888,'','2013-10-21 17:17:32'),(20464,4,5888,'','2013-10-21 17:17:32'),(20465,5,5888,'','2013-10-21 17:17:32'),(20466,6,5888,'','2013-10-21 17:17:32'),(20467,1,5889,'3572035','2013-10-21 17:22:50'),(20468,2,5889,'','2013-10-21 17:22:50'),(20469,3,5889,'','2013-10-21 17:22:50'),(20470,4,5889,'OPD','2013-10-21 17:22:50'),(20471,5,5889,'','2013-10-21 17:22:50'),(20472,6,5889,'113.00','2013-10-21 17:22:50'),(20473,1,5891,'','2013-10-21 17:22:50'),(20474,2,5891,'','2013-10-21 17:22:50'),(20475,3,5891,'','2013-10-21 17:22:50'),(20476,4,5891,'','2013-10-21 17:22:50'),(20477,5,5891,'','2013-10-21 17:22:50'),(20478,6,5891,'','2013-10-21 17:22:50'),(20479,1,5892,'3572040','2013-10-21 17:28:23'),(20480,2,5892,'588897','2013-10-21 17:28:23'),(20481,3,5892,'','2013-10-21 17:28:23'),(20482,4,5892,'S/R','2013-10-21 17:28:23'),(20483,5,5892,'','2013-10-21 17:28:23'),(20484,6,5892,'12.00','2013-10-21 17:28:23'),(20485,1,5893,'3572050','2013-10-21 17:31:48'),(20486,2,5893,'','2013-10-21 17:31:48'),(20487,3,5893,'','2013-10-21 17:31:48'),(20488,4,5893,'OPD','2013-10-21 17:31:48'),(20489,5,5893,'','2013-10-21 17:31:48'),(20490,6,5893,'94.00','2013-10-21 17:31:48'),(20491,1,5895,'','2013-10-21 17:31:48'),(20492,2,5895,'','2013-10-21 17:31:48'),(20493,3,5895,'','2013-10-21 17:31:48'),(20494,4,5895,'','2013-10-21 17:31:48'),(20495,5,5895,'','2013-10-21 17:31:48'),(20496,6,5895,'','2013-10-21 17:31:48'),(20497,1,5896,'3572057','2013-10-21 17:42:35'),(20498,2,5896,'','2013-10-21 17:42:35'),(20499,3,5896,'','2013-10-21 17:42:35'),(20500,4,5896,'OPD','2013-10-21 17:42:35'),(20501,5,5896,'','2013-10-21 17:42:35'),(20502,6,5896,'153.00','2013-10-21 17:42:35'),(20503,1,5898,'','2013-10-21 17:42:35'),(20504,2,5898,'','2013-10-21 17:42:35'),(20505,3,5898,'','2013-10-21 17:42:35'),(20506,4,5898,'','2013-10-21 17:42:35'),(20507,5,5898,'','2013-10-21 17:42:35'),(20508,6,5898,'','2013-10-21 17:42:35'),(20509,1,5899,'3572064','2013-10-21 17:48:13'),(20510,2,5899,'','2013-10-21 17:48:13'),(20511,3,5899,'','2013-10-21 17:48:13'),(20512,4,5899,'OPD','2013-10-21 17:48:13'),(20513,5,5899,'','2013-10-21 17:48:13'),(20514,6,5899,'40.00','2013-10-21 17:48:13'),(20515,1,5900,'3572070','2013-10-21 18:00:17'),(20516,2,5900,'','2013-10-21 18:00:17'),(20517,3,5900,'','2013-10-21 18:00:17'),(20518,4,5900,'OPD','2013-10-21 18:00:17'),(20519,5,5900,'','2013-10-21 18:00:17'),(20520,6,5900,'79.00','2013-10-21 18:00:17'),(20521,1,5902,'','2013-10-21 18:00:17'),(20522,2,5902,'','2013-10-21 18:00:17'),(20523,3,5902,'','2013-10-21 18:00:17'),(20524,4,5902,'','2013-10-21 18:00:17'),(20525,5,5902,'','2013-10-21 18:00:17'),(20526,6,5902,'','2013-10-21 18:00:17'),(20527,1,5905,'','2013-10-21 18:00:17'),(20528,2,5905,'','2013-10-21 18:00:17'),(20529,3,5905,'','2013-10-21 18:00:17'),(20530,4,5905,'','2013-10-21 18:00:17'),(20531,5,5905,'','2013-10-21 18:00:17'),(20532,6,5905,'','2013-10-21 18:00:17'),(20533,1,5906,'3572072','2013-10-21 18:02:43'),(20534,2,5906,'588904','2013-10-21 18:02:43'),(20535,3,5906,'','2013-10-21 18:02:43'),(20536,4,5906,'','2013-10-21 18:02:43'),(20537,5,5906,'','2013-10-21 18:02:43'),(20538,6,5906,'72.00','2013-10-21 18:02:43'),(20539,1,5908,'','2013-10-21 18:02:43'),(20540,2,5908,'','2013-10-21 18:02:43'),(20541,3,5908,'','2013-10-21 18:02:43'),(20542,4,5908,'','2013-10-21 18:02:43'),(20543,5,5908,'','2013-10-21 18:02:43'),(20544,6,5908,'','2013-10-21 18:02:43'),(20545,1,5909,'3572068','2013-10-21 18:05:29'),(20546,2,5909,'','2013-10-21 18:05:29'),(20547,3,5909,'','2013-10-21 18:05:29'),(20548,4,5909,'OPD','2013-10-21 18:05:29'),(20549,5,5909,'','2013-10-21 18:05:29'),(20550,6,5909,'54.00','2013-10-21 18:05:29'),(20551,1,5911,'','2013-10-21 18:05:29'),(20552,2,5911,'','2013-10-21 18:05:29'),(20553,3,5911,'','2013-10-21 18:05:29'),(20554,4,5911,'','2013-10-21 18:05:29'),(20555,5,5911,'','2013-10-21 18:05:29'),(20556,6,5911,'','2013-10-21 18:05:29'),(20557,1,5912,'3572074','2013-10-21 18:07:17'),(20558,2,5912,'','2013-10-21 18:07:17'),(20559,3,5912,'','2013-10-21 18:07:17'),(20560,4,5912,'OPD','2013-10-21 18:07:17'),(20561,5,5912,'','2013-10-21 18:07:17'),(20562,6,5912,'81.00','2013-10-21 18:07:17'),(20563,1,5913,'3572084','2013-10-21 18:10:57'),(20564,2,5913,'588906','2013-10-21 18:10:57'),(20565,3,5913,'','2013-10-21 18:10:57'),(20566,4,5913,'OPD','2013-10-21 18:10:57'),(20567,5,5913,'','2013-10-21 18:10:57'),(20568,6,5913,'87.00','2013-10-21 18:10:57'),(20569,1,5915,'','2013-10-21 18:10:57'),(20570,2,5915,'','2013-10-21 18:10:57'),(20571,3,5915,'','2013-10-21 18:10:57'),(20572,4,5915,'','2013-10-21 18:10:57'),(20573,5,5915,'','2013-10-21 18:10:57'),(20574,6,5915,'','2013-10-21 18:10:57'),(20575,1,5916,'3572102','2013-10-21 18:25:42'),(20576,2,5916,'588911','2013-10-21 18:25:42'),(20577,3,5916,'','2013-10-21 18:25:42'),(20578,4,5916,'OPD','2013-10-21 18:25:42'),(20579,5,5916,'','2013-10-21 18:25:43'),(20580,6,5916,'47.00','2013-10-21 18:25:43'),(20581,1,5918,'','2013-10-21 18:25:43'),(20582,2,5918,'','2013-10-21 18:25:43'),(20583,3,5918,'','2013-10-21 18:25:43'),(20584,4,5918,'','2013-10-21 18:25:43'),(20585,5,5918,'','2013-10-21 18:25:43'),(20586,6,5918,'','2013-10-21 18:25:43'),(20587,1,5919,'3572108','2013-10-21 18:27:59'),(20588,2,5919,'','2013-10-21 18:27:59'),(20589,3,5919,'','2013-10-21 18:27:59'),(20590,4,5919,'OPD','2013-10-21 18:27:59'),(20591,5,5919,'','2013-10-21 18:27:59'),(20592,6,5919,'66.00','2013-10-21 18:27:59'),(20593,1,5920,'3572108','2013-10-21 18:28:03'),(20594,2,5920,'','2013-10-21 18:28:03'),(20595,3,5920,'','2013-10-21 18:28:03'),(20596,4,5920,'OPD','2013-10-21 18:28:03'),(20597,5,5920,'','2013-10-21 18:28:03'),(20598,6,5920,'66.00','2013-10-21 18:28:03'),(20599,1,5921,'3572112','2013-10-21 18:36:18'),(20600,2,5921,'','2013-10-21 18:36:18'),(20601,3,5921,'','2013-10-21 18:36:18'),(20602,4,5921,'OPD','2013-10-21 18:36:18'),(20603,5,5921,'','2013-10-21 18:36:18'),(20604,6,5921,'62.00','2013-10-21 18:36:18'),(20605,1,5923,'3572112','2013-10-21 18:36:18'),(20606,2,5923,'','2013-10-21 18:36:18'),(20607,3,5923,'','2013-10-21 18:36:18'),(20608,4,5923,'OPD','2013-10-21 18:36:18'),(20609,5,5923,'','2013-10-21 18:36:18'),(20610,6,5923,'62.00','2013-10-21 18:36:18'),(20611,1,5926,'','2013-10-21 18:36:18'),(20612,2,5926,'','2013-10-21 18:36:18'),(20613,3,5926,'','2013-10-21 18:36:18'),(20614,4,5926,'','2013-10-21 18:36:18'),(20615,5,5926,'','2013-10-21 18:36:18'),(20616,6,5926,'','2013-10-21 18:36:18'),(20617,1,5927,'','2013-10-21 19:18:33'),(20618,2,5927,'','2013-10-21 19:18:33'),(20619,3,5927,'','2013-10-21 19:18:33'),(20620,4,5927,'WARD','2013-10-21 19:18:33'),(20621,5,5927,'214683','2013-10-21 19:18:33'),(20622,6,5927,'','2013-10-21 19:18:33'),(20623,1,5929,'','2013-10-21 19:18:33'),(20624,2,5929,'','2013-10-21 19:18:33'),(20625,3,5929,'','2013-10-21 19:18:33'),(20626,4,5929,'','2013-10-21 19:18:33'),(20627,5,5929,'','2013-10-21 19:18:33'),(20628,6,5929,'','2013-10-21 19:18:33'),(20629,1,5930,'','2013-10-21 19:20:26'),(20630,2,5930,'','2013-10-21 19:20:26'),(20631,3,5930,'','2013-10-21 19:20:26'),(20632,4,5930,'','2013-10-21 19:20:26'),(20633,5,5930,'214666','2013-10-21 19:20:26'),(20634,6,5930,'','2013-10-21 19:20:26'),(20635,1,5931,'','2013-10-21 19:24:28'),(20636,2,5931,'','2013-10-21 19:24:28'),(20637,3,5931,'','2013-10-21 19:24:28'),(20638,4,5931,'OPD','2013-10-21 19:24:28'),(20639,5,5931,'','2013-10-21 19:24:28'),(20640,6,5931,'22','2013-10-21 19:24:28'),(20641,1,5932,'','2013-10-21 20:20:04'),(20642,2,5932,'','2013-10-21 20:20:04'),(20643,3,5932,'','2013-10-21 20:20:04'),(20644,4,5932,'OPD','2013-10-21 20:20:04'),(20645,5,5932,'','2013-10-21 20:20:04'),(20646,6,5932,'','2013-10-21 20:20:04'),(20647,1,5934,'','2013-10-21 20:20:04'),(20648,2,5934,'','2013-10-21 20:20:04'),(20649,3,5934,'','2013-10-21 20:20:04'),(20650,4,5934,'','2013-10-21 20:20:04'),(20651,5,5934,'','2013-10-21 20:20:04'),(20652,6,5934,'','2013-10-21 20:20:04'),(20653,1,5937,'','2013-10-21 20:20:05'),(20654,2,5937,'','2013-10-21 20:20:05'),(20655,3,5937,'','2013-10-21 20:20:05'),(20656,4,5937,'','2013-10-21 20:20:05'),(20657,5,5937,'','2013-10-21 20:20:05'),(20658,6,5937,'','2013-10-21 20:20:05'),(20659,1,5938,'','2013-10-21 20:53:54'),(20660,2,5938,'','2013-10-21 20:53:54'),(20661,3,5938,'','2013-10-21 20:53:54'),(20662,4,5938,'OPD','2013-10-21 20:53:54'),(20663,5,5938,'','2013-10-21 20:53:54'),(20664,6,5938,'','2013-10-21 20:53:54'),(20665,1,5940,'','2013-10-21 20:53:54'),(20666,2,5940,'','2013-10-21 20:53:54'),(20667,3,5940,'','2013-10-21 20:53:54'),(20668,4,5940,'','2013-10-21 20:53:54'),(20669,5,5940,'','2013-10-21 20:53:54'),(20670,6,5940,'','2013-10-21 20:53:54'),(20671,1,5941,'','2013-10-21 21:08:00'),(20672,2,5941,'','2013-10-21 21:08:00'),(20673,3,5941,'','2013-10-21 21:08:00'),(20674,4,5941,'','2013-10-21 21:08:00'),(20675,5,5941,'214688','2013-10-21 21:08:00'),(20676,6,5941,'','2013-10-21 21:08:00'),(20677,1,5943,'','2013-10-21 21:08:00'),(20678,2,5943,'','2013-10-21 21:08:00'),(20679,3,5943,'','2013-10-21 21:08:00'),(20680,4,5943,'','2013-10-21 21:08:00'),(20681,5,5943,'','2013-10-21 21:08:00'),(20682,6,5943,'','2013-10-21 21:08:00'),(20683,1,5944,'','2013-10-21 21:15:01'),(20684,2,5944,'','2013-10-21 21:15:01'),(20685,3,5944,'','2013-10-21 21:15:01'),(20686,4,5944,'OPD','2013-10-21 21:15:01'),(20687,5,5944,'','2013-10-21 21:15:01'),(20688,6,5944,'35','2013-10-21 21:15:01'),(20689,1,5945,'','2013-10-21 21:30:26'),(20690,2,5945,'','2013-10-21 21:30:26'),(20691,3,5945,'','2013-10-21 21:30:26'),(20692,4,5945,'OPD','2013-10-21 21:30:26'),(20693,5,5945,'','2013-10-21 21:30:26'),(20694,6,5945,'','2013-10-21 21:30:26'),(20695,1,5946,'','2013-10-21 21:42:24'),(20696,2,5946,'0002278','2013-10-21 21:42:24'),(20697,3,5946,'','2013-10-21 21:42:24'),(20698,4,5946,'','2013-10-21 21:42:24'),(20699,5,5946,'','2013-10-21 21:42:24'),(20700,6,5946,'87','2013-10-21 21:42:24'),(20701,1,5948,'','2013-10-21 21:42:25'),(20702,2,5948,'','2013-10-21 21:42:25'),(20703,3,5948,'','2013-10-21 21:42:25'),(20704,4,5948,'','2013-10-21 21:42:25'),(20705,5,5948,'','2013-10-21 21:42:25'),(20706,6,5948,'','2013-10-21 21:42:25'),(20707,1,5949,'','2013-10-22 00:22:56'),(20708,2,5949,'','2013-10-22 00:22:56'),(20709,3,5949,'','2013-10-22 00:22:56'),(20710,4,5949,'','2013-10-22 00:22:56'),(20711,5,5949,'W','2013-10-22 00:22:56'),(20712,6,5949,'','2013-10-22 00:22:56'),(20713,1,5951,'','2013-10-22 00:22:56'),(20714,2,5951,'','2013-10-22 00:22:56'),(20715,3,5951,'','2013-10-22 00:22:56'),(20716,4,5951,'','2013-10-22 00:22:56'),(20717,5,5951,'','2013-10-22 00:22:56'),(20718,6,5951,'','2013-10-22 00:22:56'),(20719,1,5952,'','2013-10-22 01:10:52'),(20720,2,5952,'','2013-10-22 01:10:52'),(20721,3,5952,'','2013-10-22 01:10:52'),(20722,4,5952,'OPD','2013-10-22 01:10:52'),(20723,5,5952,'','2013-10-22 01:10:52'),(20724,6,5952,'','2013-10-22 01:10:52'),(20725,1,5954,'','2013-10-22 01:10:52'),(20726,2,5954,'','2013-10-22 01:10:52'),(20727,3,5954,'','2013-10-22 01:10:53'),(20728,4,5954,'','2013-10-22 01:10:53'),(20729,5,5954,'','2013-10-22 01:10:53'),(20730,6,5954,'','2013-10-22 01:10:53'),(20731,1,5955,'','2013-10-22 02:37:01'),(20732,2,5955,'','2013-10-22 02:37:01'),(20733,3,5955,'','2013-10-22 02:37:01'),(20734,4,5955,'','2013-10-22 02:37:01'),(20735,5,5955,'','2013-10-22 02:37:01'),(20736,6,5955,'','2013-10-22 02:37:01'),(20737,1,5956,'3571997','2013-10-22 05:43:00'),(20738,2,5956,'','2013-10-22 05:43:00'),(20739,3,5956,'','2013-10-22 05:43:00'),(20740,4,5956,'OPD','2013-10-22 05:43:00'),(20741,5,5956,'','2013-10-22 05:43:00'),(20742,6,5956,'199','2013-10-22 05:43:00'),(20743,1,5958,'','2013-10-22 05:43:00'),(20744,2,5958,'','2013-10-22 05:43:00'),(20745,3,5958,'','2013-10-22 05:43:00'),(20746,4,5958,'','2013-10-22 05:43:00'),(20747,5,5958,'','2013-10-22 05:43:00'),(20748,6,5958,'','2013-10-22 05:43:00'),(20749,1,5961,'','2013-10-22 05:43:00'),(20750,2,5961,'','2013-10-22 05:43:00'),(20751,3,5961,'','2013-10-22 05:43:00'),(20752,4,5961,'','2013-10-22 05:43:00'),(20753,5,5961,'','2013-10-22 05:43:00'),(20754,6,5961,'','2013-10-22 05:43:00'),(20755,1,5962,'3572225','2013-10-22 05:46:16'),(20756,2,5962,'','2013-10-22 05:46:16'),(20757,3,5962,'','2013-10-22 05:46:16'),(20758,4,5962,'OPS','2013-10-22 05:46:16'),(20759,5,5962,'','2013-10-22 05:46:16'),(20760,6,5962,'40','2013-10-22 05:46:16'),(20761,1,5963,'3572236','2013-10-22 06:31:29'),(20762,2,5963,'','2013-10-22 06:31:29'),(20763,3,5963,'','2013-10-22 06:31:29'),(20764,4,5963,'','2013-10-22 06:31:29'),(20765,5,5963,'214670','2013-10-22 06:31:29'),(20766,6,5963,'49','2013-10-22 06:31:29'),(20767,1,5964,'3572243','2013-10-22 07:11:02'),(20768,2,5964,'','2013-10-22 07:11:02'),(20769,3,5964,'','2013-10-22 07:11:02'),(20770,4,5964,'OPD','2013-10-22 07:11:02'),(20771,5,5964,'','2013-10-22 07:11:02'),(20772,6,5964,'80','2013-10-22 07:11:02'),(20773,1,5966,'','2013-10-22 07:11:03'),(20774,2,5966,'','2013-10-22 07:11:03'),(20775,3,5966,'','2013-10-22 07:11:03'),(20776,4,5966,'','2013-10-22 07:11:03'),(20777,5,5966,'','2013-10-22 07:11:03'),(20778,6,5966,'','2013-10-22 07:11:03'),(20779,1,5969,'','2013-10-22 07:11:03'),(20780,2,5969,'','2013-10-22 07:11:03'),(20781,3,5969,'','2013-10-22 07:11:03'),(20782,4,5969,'','2013-10-22 07:11:03'),(20783,5,5969,'','2013-10-22 07:11:03'),(20784,6,5969,'','2013-10-22 07:11:03'),(20785,1,5970,'3566134','2013-10-22 07:14:55'),(20786,2,5970,'','2013-10-22 07:14:55'),(20787,3,5970,'','2013-10-22 07:14:55'),(20788,4,5970,'OPD','2013-10-22 07:14:55'),(20789,5,5970,'','2013-10-22 07:14:55'),(20790,6,5970,'22','2013-10-22 07:14:55'),(20791,1,5971,'3572249','2013-10-22 07:18:46'),(20792,2,5971,'','2013-10-22 07:18:46'),(20793,3,5971,'','2013-10-22 07:18:46'),(20794,4,5971,'OPD','2013-10-22 07:18:46'),(20795,5,5971,'','2013-10-22 07:18:46'),(20796,6,5971,'80.00','2013-10-22 07:18:46'),(20797,1,5973,'','2013-10-22 07:18:46'),(20798,2,5973,'','2013-10-22 07:18:46'),(20799,3,5973,'','2013-10-22 07:18:46'),(20800,4,5973,'','2013-10-22 07:18:46'),(20801,5,5973,'','2013-10-22 07:18:46'),(20802,6,5973,'','2013-10-22 07:18:46'),(20803,1,5976,'','2013-10-22 07:18:46'),(20804,2,5976,'','2013-10-22 07:18:46'),(20805,3,5976,'','2013-10-22 07:18:46'),(20806,4,5976,'','2013-10-22 07:18:46'),(20807,5,5976,'','2013-10-22 07:18:46'),(20808,6,5976,'','2013-10-22 07:18:46'),(20809,1,5977,'3568817','2013-10-22 07:37:35'),(20810,2,5977,'','2013-10-22 07:37:35'),(20811,3,5977,'','2013-10-22 07:37:35'),(20812,4,5977,'OPD','2013-10-22 07:37:35'),(20813,5,5977,'','2013-10-22 07:37:35'),(20814,6,5977,'255.00','2013-10-22 07:37:35'),(20815,1,5979,'','2013-10-22 07:37:36'),(20816,2,5979,'','2013-10-22 07:37:36'),(20817,3,5979,'','2013-10-22 07:37:36'),(20818,4,5979,'','2013-10-22 07:37:36'),(20819,5,5979,'','2013-10-22 07:37:36'),(20820,6,5979,'','2013-10-22 07:37:36'),(20821,1,5982,'','2013-10-22 07:37:36'),(20822,2,5982,'','2013-10-22 07:37:36'),(20823,3,5982,'','2013-10-22 07:37:36'),(20824,4,5982,'','2013-10-22 07:37:36'),(20825,5,5982,'','2013-10-22 07:37:36'),(20826,6,5982,'','2013-10-22 07:37:36'),(20827,1,5983,'','2013-10-22 07:40:57'),(20828,2,5983,'','2013-10-22 07:40:57'),(20829,3,5983,'','2013-10-22 07:40:57'),(20830,4,5983,'','2013-10-22 07:40:57'),(20831,5,5983,'','2013-10-22 07:40:57'),(20832,6,5983,'','2013-10-22 07:40:57'),(20833,1,5984,'3571758','2013-10-22 07:54:22'),(20834,2,5984,'588962','2013-10-22 07:54:22'),(20835,3,5984,'','2013-10-22 07:54:22'),(20836,4,5984,'OPD','2013-10-22 07:54:22'),(20837,5,5984,'','2013-10-22 07:54:22'),(20838,6,5984,'189.00','2013-10-22 07:54:22'),(20839,1,5986,'','2013-10-22 07:54:22'),(20840,2,5986,'','2013-10-22 07:54:22'),(20841,3,5986,'','2013-10-22 07:54:22'),(20842,4,5986,'','2013-10-22 07:54:22'),(20843,5,5986,'','2013-10-22 07:54:22'),(20844,6,5986,'','2013-10-22 07:54:22'),(20845,1,5989,'','2013-10-22 07:54:22'),(20846,2,5989,'','2013-10-22 07:54:22'),(20847,3,5989,'','2013-10-22 07:54:22'),(20848,4,5989,'','2013-10-22 07:54:22'),(20849,5,5989,'','2013-10-22 07:54:22'),(20850,6,5989,'','2013-10-22 07:54:22'),(20851,1,5990,'3572254','2013-10-22 08:02:53'),(20852,2,5990,'588964','2013-10-22 08:02:53'),(20853,3,5990,'','2013-10-22 08:02:53'),(20854,4,5990,'OUTSIDE','2013-10-22 08:02:53'),(20855,5,5990,'','2013-10-22 08:02:53'),(20856,6,5990,'229.00','2013-10-22 08:02:53'),(20857,1,5992,'','2013-10-22 08:02:53'),(20858,2,5992,'','2013-10-22 08:02:53'),(20859,3,5992,'','2013-10-22 08:02:53'),(20860,4,5992,'','2013-10-22 08:02:53'),(20861,5,5992,'','2013-10-22 08:02:53'),(20862,6,5992,'','2013-10-22 08:02:53'),(20863,1,5993,'3572273','2013-10-22 08:07:18'),(20864,2,5993,'588968','2013-10-22 08:07:18'),(20865,3,5993,'','2013-10-22 08:07:18'),(20866,4,5993,'OPD','2013-10-22 08:07:18'),(20867,5,5993,'','2013-10-22 08:07:18'),(20868,6,5993,'11.00','2013-10-22 08:07:18'),(20869,1,5994,'3572018','2013-10-22 08:15:11'),(20870,2,5994,'','2013-10-22 08:15:11'),(20871,3,5994,'','2013-10-22 08:15:11'),(20872,4,5994,'OPD','2013-10-22 08:15:11'),(20873,5,5994,'','2013-10-22 08:15:11'),(20874,6,5994,'134.00','2013-10-22 08:15:11'),(20875,1,5996,'','2013-10-22 08:15:11'),(20876,2,5996,'','2013-10-22 08:15:11'),(20877,3,5996,'','2013-10-22 08:15:11'),(20878,4,5996,'','2013-10-22 08:15:11'),(20879,5,5996,'','2013-10-22 08:15:11'),(20880,6,5996,'','2013-10-22 08:15:11'),(20881,1,5999,'','2013-10-22 08:15:11'),(20882,2,5999,'','2013-10-22 08:15:11'),(20883,3,5999,'','2013-10-22 08:15:11'),(20884,4,5999,'','2013-10-22 08:15:11'),(20885,5,5999,'','2013-10-22 08:15:11'),(20886,6,5999,'','2013-10-22 08:15:11'),(20887,1,6000,'3572277','2013-10-22 08:17:32'),(20888,2,6000,'588971','2013-10-22 08:17:32'),(20889,3,6000,'','2013-10-22 08:17:32'),(20890,4,6000,'S/R','2013-10-22 08:17:32'),(20891,5,6000,'','2013-10-22 08:17:32'),(20892,6,6000,'11.00','2013-10-22 08:17:32'),(20893,1,6001,'3572281','2013-10-22 08:22:33'),(20894,2,6001,'588972','2013-10-22 08:22:33'),(20895,3,6001,'','2013-10-22 08:22:33'),(20896,4,6001,'','2013-10-22 08:22:33'),(20897,5,6001,'','2013-10-22 08:22:33'),(20898,6,6001,'OPD','2013-10-22 08:22:33'),(20899,1,6002,'3572282','2013-10-22 08:29:22'),(20900,2,6002,'','2013-10-22 08:29:22'),(20901,3,6002,'','2013-10-22 08:29:22'),(20902,4,6002,'OPD','2013-10-22 08:29:22'),(20903,5,6002,'','2013-10-22 08:29:22'),(20904,6,6002,'92.00','2013-10-22 08:29:22'),(20905,1,6003,'3572285','2013-10-22 08:34:21'),(20906,2,6003,'','2013-10-22 08:34:21'),(20907,3,6003,'','2013-10-22 08:34:21'),(20908,4,6003,'OUTSIDE ','2013-10-22 08:34:21'),(20909,5,6003,'','2013-10-22 08:34:21'),(20910,6,6003,'37.00','2013-10-22 08:34:21'),(20911,1,6004,'3571591','2013-10-22 08:37:13'),(20912,2,6004,'588973','2013-10-22 08:37:13'),(20913,3,6004,'','2013-10-22 08:37:13'),(20914,4,6004,'SELF REQUST ','2013-10-22 08:37:13'),(20915,5,6004,'','2013-10-22 08:37:13'),(20916,6,6004,'69.00','2013-10-22 08:37:13'),(20917,1,6005,'3572283','2013-10-22 08:39:52'),(20918,2,6005,'800078','2013-10-22 08:39:52'),(20919,3,6005,'','2013-10-22 08:39:52'),(20920,4,6005,'OPD','2013-10-22 08:39:52'),(20921,5,6005,'','2013-10-22 08:39:52'),(20922,6,6005,'11.00','2013-10-22 08:39:52'),(20923,1,6006,'3571596','2013-10-22 08:46:54'),(20924,2,6006,'588976','2013-10-22 08:46:54'),(20925,3,6006,'','2013-10-22 08:46:54'),(20926,4,6006,'OPD','2013-10-22 08:46:54'),(20927,5,6006,'','2013-10-22 08:46:54'),(20928,6,6006,'236.00','2013-10-22 08:46:54'),(20929,1,6008,'','2013-10-22 08:46:55'),(20930,2,6008,'','2013-10-22 08:46:55'),(20931,3,6008,'','2013-10-22 08:46:55'),(20932,4,6008,'','2013-10-22 08:46:55'),(20933,5,6008,'','2013-10-22 08:46:55'),(20934,6,6008,'','2013-10-22 08:46:55'),(20935,1,6011,'','2013-10-22 08:46:55'),(20936,2,6011,'','2013-10-22 08:46:55'),(20937,3,6011,'','2013-10-22 08:46:55'),(20938,4,6011,'','2013-10-22 08:46:55'),(20939,5,6011,'','2013-10-22 08:46:55'),(20940,6,6011,'','2013-10-22 08:46:55'),(20941,1,6015,'','2013-10-22 08:46:55'),(20942,2,6015,'','2013-10-22 08:46:55'),(20943,3,6015,'','2013-10-22 08:46:55'),(20944,4,6015,'','2013-10-22 08:46:55'),(20945,5,6015,'','2013-10-22 08:46:55'),(20946,6,6015,'','2013-10-22 08:46:55'),(20947,1,6016,'3572299','2013-10-22 08:50:54'),(20948,2,6016,'588979','2013-10-22 08:50:54'),(20949,3,6016,'','2013-10-22 08:50:54'),(20950,4,6016,'OPD','2013-10-22 08:50:54'),(20951,5,6016,'','2013-10-22 08:50:54'),(20952,6,6016,'52.00','2013-10-22 08:50:54'),(20953,1,6018,'','2013-10-22 08:50:54'),(20954,2,6018,'','2013-10-22 08:50:54'),(20955,3,6018,'','2013-10-22 08:50:54'),(20956,4,6018,'','2013-10-22 08:50:54'),(20957,5,6018,'','2013-10-22 08:50:54'),(20958,6,6018,'','2013-10-22 08:50:54'),(20959,1,6019,'3571841','2013-10-22 08:55:14'),(20960,2,6019,'','2013-10-22 08:55:14'),(20961,3,6019,'','2013-10-22 08:55:14'),(20962,4,6019,'OPD','2013-10-22 08:55:14'),(20963,5,6019,'','2013-10-22 08:55:14'),(20964,6,6019,'121.00','2013-10-22 08:55:14'),(20965,1,6021,'','2013-10-22 08:55:15'),(20966,2,6021,'','2013-10-22 08:55:15'),(20967,3,6021,'','2013-10-22 08:55:15'),(20968,4,6021,'','2013-10-22 08:55:15'),(20969,5,6021,'','2013-10-22 08:55:15'),(20970,6,6021,'','2013-10-22 08:55:15'),(20971,1,6024,'','2013-10-22 08:55:15'),(20972,2,6024,'','2013-10-22 08:55:15'),(20973,3,6024,'','2013-10-22 08:55:15'),(20974,4,6024,'','2013-10-22 08:55:15'),(20975,5,6024,'','2013-10-22 08:55:15'),(20976,6,6024,'','2013-10-22 08:55:15'),(20977,1,6025,'3572302','2013-10-22 08:59:16'),(20978,2,6025,'','2013-10-22 08:59:16'),(20979,3,6025,'','2013-10-22 08:59:16'),(20980,4,6025,'OPD','2013-10-22 08:59:16'),(20981,5,6025,'','2013-10-22 08:59:16'),(20982,6,6025,'12.00','2013-10-22 08:59:16'),(20983,1,6026,'3572321','2013-10-22 09:04:30'),(20984,2,6026,'','2013-10-22 09:04:30'),(20985,3,6026,'','2013-10-22 09:04:30'),(20986,4,6026,'OPD','2013-10-22 09:04:30'),(20987,5,6026,'','2013-10-22 09:04:30'),(20988,6,6026,'126.00','2013-10-22 09:04:30'),(20989,1,6028,'','2013-10-22 09:04:30'),(20990,2,6028,'','2013-10-22 09:04:30'),(20991,3,6028,'','2013-10-22 09:04:30'),(20992,4,6028,'','2013-10-22 09:04:30'),(20993,5,6028,'','2013-10-22 09:04:30'),(20994,6,6028,'','2013-10-22 09:04:30'),(20995,1,6031,'','2013-10-22 09:04:31'),(20996,2,6031,'','2013-10-22 09:04:31'),(20997,3,6031,'','2013-10-22 09:04:31'),(20998,4,6031,'','2013-10-22 09:04:31'),(20999,5,6031,'','2013-10-22 09:04:31'),(21000,6,6031,'','2013-10-22 09:04:31'),(21001,1,6032,'3572320','2013-10-22 09:07:41'),(21002,2,6032,'','2013-10-22 09:07:41'),(21003,3,6032,'','2013-10-22 09:07:41'),(21004,4,6032,'OPD','2013-10-22 09:07:41'),(21005,5,6032,'','2013-10-22 09:07:41'),(21006,6,6032,'234.00','2013-10-22 09:07:41'),(21007,1,6034,'','2013-10-22 09:07:41'),(21008,2,6034,'','2013-10-22 09:07:41'),(21009,3,6034,'','2013-10-22 09:07:41'),(21010,4,6034,'','2013-10-22 09:07:41'),(21011,5,6034,'','2013-10-22 09:07:41'),(21012,6,6034,'','2013-10-22 09:07:41'),(21013,1,6035,'3572324','2013-10-22 09:10:44'),(21014,2,6035,'','2013-10-22 09:10:44'),(21015,3,6035,'','2013-10-22 09:10:44'),(21016,4,6035,'OPD','2013-10-22 09:10:44'),(21017,5,6035,'','2013-10-22 09:10:44'),(21018,6,6035,'81.00','2013-10-22 09:10:44'),(21019,1,6036,'3571848','2013-10-22 09:18:50'),(21020,2,6036,'588823','2013-10-22 09:18:50'),(21021,3,6036,'','2013-10-22 09:18:50'),(21022,4,6036,'OPD','2013-10-22 09:18:50'),(21023,5,6036,'','2013-10-22 09:18:50'),(21024,6,6036,'172.00','2013-10-22 09:18:50'),(21025,1,6038,'','2013-10-22 09:18:50'),(21026,2,6038,'','2013-10-22 09:18:50'),(21027,3,6038,'','2013-10-22 09:18:50'),(21028,4,6038,'','2013-10-22 09:18:50'),(21029,5,6038,'','2013-10-22 09:18:50'),(21030,6,6038,'','2013-10-22 09:18:50'),(21031,1,6041,'','2013-10-22 09:18:51'),(21032,2,6041,'','2013-10-22 09:18:51'),(21033,3,6041,'','2013-10-22 09:18:51'),(21034,4,6041,'','2013-10-22 09:18:51'),(21035,5,6041,'','2013-10-22 09:18:51'),(21036,6,6041,'','2013-10-22 09:18:51'),(21037,1,6042,'3571853','2013-10-22 09:23:53'),(21038,2,6042,'588871','2013-10-22 09:23:53'),(21039,3,6042,'','2013-10-22 09:23:53'),(21040,4,6042,'OPD','2013-10-22 09:23:53'),(21041,5,6042,'','2013-10-22 09:23:53'),(21042,6,6042,'271.00','2013-10-22 09:23:53'),(21043,1,6044,'','2013-10-22 09:23:53'),(21044,2,6044,'','2013-10-22 09:23:53'),(21045,3,6044,'','2013-10-22 09:23:53'),(21046,4,6044,'','2013-10-22 09:23:53'),(21047,5,6044,'','2013-10-22 09:23:53'),(21048,6,6044,'','2013-10-22 09:23:53'),(21049,1,6047,'','2013-10-22 09:23:54'),(21050,2,6047,'','2013-10-22 09:23:54'),(21051,3,6047,'','2013-10-22 09:23:54'),(21052,4,6047,'','2013-10-22 09:23:54'),(21053,5,6047,'','2013-10-22 09:23:54'),(21054,6,6047,'','2013-10-22 09:23:54'),(21055,1,6048,'3572341','2013-10-22 09:28:01'),(21056,2,6048,'588987','2013-10-22 09:28:01'),(21057,3,6048,'','2013-10-22 09:28:01'),(21058,4,6048,'SR','2013-10-22 09:28:01'),(21059,5,6048,'','2013-10-22 09:28:01'),(21060,6,6048,'83.80','2013-10-22 09:28:01'),(21061,1,6050,'','2013-10-22 09:28:02'),(21062,2,6050,'','2013-10-22 09:28:02'),(21063,3,6050,'','2013-10-22 09:28:02'),(21064,4,6050,'','2013-10-22 09:28:02'),(21065,5,6050,'','2013-10-22 09:28:02'),(21066,6,6050,'','2013-10-22 09:28:02'),(21067,1,6051,'','2013-10-22 09:28:40'),(21068,2,6051,'','2013-10-22 09:28:40'),(21069,3,6051,'','2013-10-22 09:28:40'),(21070,4,6051,'','2013-10-22 09:28:40'),(21071,5,6051,'','2013-10-22 09:28:40'),(21072,6,6051,'','2013-10-22 09:28:40'),(21073,1,6052,'3572345','2013-10-22 09:31:14'),(21074,2,6052,'','2013-10-22 09:31:14'),(21075,3,6052,'','2013-10-22 09:31:14'),(21076,4,6052,'OPD','2013-10-22 09:31:14'),(21077,5,6052,'','2013-10-22 09:31:14'),(21078,6,6052,'81.00','2013-10-22 09:31:14'),(21079,1,6053,'3559296','2013-10-22 09:34:31'),(21080,2,6053,'','2013-10-22 09:34:31'),(21081,3,6053,'','2013-10-22 09:34:31'),(21082,4,6053,'OPD','2013-10-22 09:34:31'),(21083,5,6053,'','2013-10-22 09:34:31'),(21084,6,6053,'52.00','2013-10-22 09:34:31'),(21085,1,6055,'','2013-10-22 09:34:31'),(21086,2,6055,'','2013-10-22 09:34:31'),(21087,3,6055,'','2013-10-22 09:34:31'),(21088,4,6055,'','2013-10-22 09:34:31'),(21089,5,6055,'','2013-10-22 09:34:31'),(21090,6,6055,'','2013-10-22 09:34:31'),(21091,1,6056,'3572378','2013-10-22 09:39:44'),(21092,2,6056,'','2013-10-22 09:39:44'),(21093,3,6056,'','2013-10-22 09:39:44'),(21094,4,6056,'OPD','2013-10-22 09:39:44'),(21095,5,6056,'','2013-10-22 09:39:44'),(21096,6,6056,'160.00','2013-10-22 09:39:44'),(21097,1,6058,'','2013-10-22 09:39:44'),(21098,2,6058,'','2013-10-22 09:39:44'),(21099,3,6058,'','2013-10-22 09:39:44'),(21100,4,6058,'','2013-10-22 09:39:44'),(21101,5,6058,'','2013-10-22 09:39:44'),(21102,6,6058,'','2013-10-22 09:39:44'),(21103,1,6059,'','2013-10-22 09:41:57'),(21104,2,6059,'','2013-10-22 09:41:57'),(21105,3,6059,'','2013-10-22 09:41:57'),(21106,4,6059,'','2013-10-22 09:41:57'),(21107,5,6059,'214681','2013-10-22 09:41:57'),(21108,6,6059,'','2013-10-22 09:41:57'),(21109,1,6060,'3572375','2013-10-22 09:46:16'),(21110,2,6060,'','2013-10-22 09:46:16'),(21111,3,6060,'','2013-10-22 09:46:16'),(21112,4,6060,'OPD','2013-10-22 09:46:16'),(21113,5,6060,'','2013-10-22 09:46:16'),(21114,6,6060,'239.00','2013-10-22 09:46:16'),(21115,1,6062,'','2013-10-22 09:46:16'),(21116,2,6062,'','2013-10-22 09:46:16'),(21117,3,6062,'','2013-10-22 09:46:16'),(21118,4,6062,'','2013-10-22 09:46:16'),(21119,5,6062,'','2013-10-22 09:46:16'),(21120,6,6062,'','2013-10-22 09:46:16'),(21121,1,6063,'3569073','2013-10-22 09:50:45'),(21122,2,6063,'588010','2013-10-22 09:50:45'),(21123,3,6063,'','2013-10-22 09:50:45'),(21124,4,6063,'OPD','2013-10-22 09:50:45'),(21125,5,6063,'','2013-10-22 09:50:45'),(21126,6,6063,'237.00','2013-10-22 09:50:45'),(21127,1,6065,'','2013-10-22 09:50:45'),(21128,2,6065,'','2013-10-22 09:50:45'),(21129,3,6065,'','2013-10-22 09:50:45'),(21130,4,6065,'','2013-10-22 09:50:45'),(21131,5,6065,'','2013-10-22 09:50:45'),(21132,6,6065,'','2013-10-22 09:50:45'),(21133,1,6068,'','2013-10-22 09:50:45'),(21134,2,6068,'','2013-10-22 09:50:45'),(21135,3,6068,'','2013-10-22 09:50:45'),(21136,4,6068,'','2013-10-22 09:50:45'),(21137,5,6068,'','2013-10-22 09:50:45'),(21138,6,6068,'','2013-10-22 09:50:45'),(21139,1,6069,'3572397','2013-10-22 10:01:22'),(21140,2,6069,'','2013-10-22 10:01:22'),(21141,3,6069,'','2013-10-22 10:01:22'),(21142,4,6069,'OPD','2013-10-22 10:01:22'),(21143,5,6069,'','2013-10-22 10:01:22'),(21144,6,6069,'105.00','2013-10-22 10:01:22'),(21145,1,6071,'','2013-10-22 10:01:22'),(21146,2,6071,'','2013-10-22 10:01:22'),(21147,3,6071,'','2013-10-22 10:01:22'),(21148,4,6071,'','2013-10-22 10:01:22'),(21149,5,6071,'','2013-10-22 10:01:22'),(21150,6,6071,'','2013-10-22 10:01:22'),(21151,1,6072,'3572420/3572430','2013-10-22 10:45:46'),(21152,2,6072,'589010/589012','2013-10-22 10:45:46'),(21153,3,6072,'','2013-10-22 10:45:46'),(21154,4,6072,'OUTSIDE ','2013-10-22 10:45:46'),(21155,5,6072,'','2013-10-22 10:45:46'),(21156,6,6072,'68.00','2013-10-22 10:45:46'),(21157,1,6074,'','2013-10-22 10:45:46'),(21158,2,6074,'','2013-10-22 10:45:46'),(21159,3,6074,'','2013-10-22 10:45:46'),(21160,4,6074,'','2013-10-22 10:45:46'),(21161,5,6074,'','2013-10-22 10:45:46'),(21162,6,6074,'','2013-10-22 10:45:46'),(21163,1,6075,'3572438','2013-10-22 10:50:56'),(21164,2,6075,'','2013-10-22 10:50:56'),(21165,3,6075,'','2013-10-22 10:50:56'),(21166,4,6075,'TR','2013-10-22 10:50:56'),(21167,5,6075,'','2013-10-22 10:50:56'),(21168,6,6075,'70.00','2013-10-22 10:50:56'),(21169,1,6076,'3572433','2013-10-22 11:01:03'),(21170,2,6076,'','2013-10-22 11:01:03'),(21171,3,6076,'','2013-10-22 11:01:03'),(21172,4,6076,'OPD','2013-10-22 11:01:03'),(21173,5,6076,'','2013-10-22 11:01:03'),(21174,6,6076,'35.00','2013-10-22 11:01:03'),(21175,1,6078,'','2013-10-22 11:01:03'),(21176,2,6078,'','2013-10-22 11:01:03'),(21177,3,6078,'','2013-10-22 11:01:04'),(21178,4,6078,'','2013-10-22 11:01:04'),(21179,5,6078,'','2013-10-22 11:01:04'),(21180,6,6078,'','2013-10-22 11:01:04'),(21181,1,6079,'3572450','2013-10-22 11:11:06'),(21182,2,6079,'589015','2013-10-22 11:11:06'),(21183,3,6079,'','2013-10-22 11:11:06'),(21184,4,6079,'OPD','2013-10-22 11:11:06'),(21185,5,6079,'','2013-10-22 11:11:06'),(21186,6,6079,'75.00','2013-10-22 11:11:06'),(21187,1,6080,'','2013-10-22 11:19:11'),(21188,2,6080,'','2013-10-22 11:19:11'),(21189,3,6080,'','2013-10-22 11:19:11'),(21190,4,6080,'OPD','2013-10-22 11:19:11'),(21191,5,6080,'','2013-10-22 11:19:11'),(21192,6,6080,'','2013-10-22 11:19:11'),(21193,1,6082,'','2013-10-22 11:19:12'),(21194,2,6082,'','2013-10-22 11:19:12'),(21195,3,6082,'','2013-10-22 11:19:12'),(21196,4,6082,'','2013-10-22 11:19:12'),(21197,5,6082,'','2013-10-22 11:19:12'),(21198,6,6082,'','2013-10-22 11:19:12'),(21199,1,6085,'','2013-10-22 11:19:12'),(21200,2,6085,'','2013-10-22 11:19:12'),(21201,3,6085,'','2013-10-22 11:19:12'),(21202,4,6085,'','2013-10-22 11:19:12'),(21203,5,6085,'','2013-10-22 11:19:12'),(21204,6,6085,'','2013-10-22 11:19:12'),(21205,1,6089,'','2013-10-22 11:19:12'),(21206,2,6089,'','2013-10-22 11:19:12'),(21207,3,6089,'','2013-10-22 11:19:12'),(21208,4,6089,'','2013-10-22 11:19:12'),(21209,5,6089,'','2013-10-22 11:19:12'),(21210,6,6089,'','2013-10-22 11:19:12'),(21211,1,6090,'3572471','2013-10-22 11:27:15'),(21212,2,6090,'589022','2013-10-22 11:27:15'),(21213,3,6090,'','2013-10-22 11:27:15'),(21214,4,6090,'TR','2013-10-22 11:27:15'),(21215,5,6090,'','2013-10-22 11:27:15'),(21216,6,6090,'72.00','2013-10-22 11:27:15'),(21217,1,6092,'','2013-10-22 11:27:16'),(21218,2,6092,'','2013-10-22 11:27:16'),(21219,3,6092,'','2013-10-22 11:27:16'),(21220,4,6092,'','2013-10-22 11:27:16'),(21221,5,6092,'','2013-10-22 11:27:16'),(21222,6,6092,'','2013-10-22 11:27:16'),(21223,1,6093,'3572479','2013-10-22 11:32:32'),(21224,2,6093,'589026','2013-10-22 11:32:32'),(21225,3,6093,'','2013-10-22 11:32:32'),(21226,4,6093,'OPD','2013-10-22 11:32:32'),(21227,5,6093,'','2013-10-22 11:32:32'),(21228,6,6093,'151.00','2013-10-22 11:32:32'),(21229,1,6095,'','2013-10-22 11:32:32'),(21230,2,6095,'','2013-10-22 11:32:32'),(21231,3,6095,'','2013-10-22 11:32:32'),(21232,4,6095,'','2013-10-22 11:32:32'),(21233,5,6095,'','2013-10-22 11:32:32'),(21234,6,6095,'','2013-10-22 11:32:32'),(21235,1,6098,'','2013-10-22 11:32:32'),(21236,2,6098,'','2013-10-22 11:32:32'),(21237,3,6098,'','2013-10-22 11:32:32'),(21238,4,6098,'','2013-10-22 11:32:32'),(21239,5,6098,'','2013-10-22 11:32:32'),(21240,6,6098,'','2013-10-22 11:32:32'),(21241,1,6099,'3572460','2013-10-22 11:37:48'),(21242,2,6099,'','2013-10-22 11:37:48'),(21243,3,6099,'','2013-10-22 11:37:48'),(21244,4,6099,'OPD','2013-10-22 11:37:48'),(21245,5,6099,'','2013-10-22 11:37:48'),(21246,6,6099,'104.00','2013-10-22 11:37:48'),(21247,1,6101,'','2013-10-22 11:37:48'),(21248,2,6101,'','2013-10-22 11:37:48'),(21249,3,6101,'','2013-10-22 11:37:48'),(21250,4,6101,'','2013-10-22 11:37:48'),(21251,5,6101,'','2013-10-22 11:37:48'),(21252,6,6101,'','2013-10-22 11:37:48'),(21253,1,6102,'3572478','2013-10-22 11:40:45'),(21254,2,6102,'','2013-10-22 11:40:45'),(21255,3,6102,'','2013-10-22 11:40:45'),(21256,4,6102,'OPD','2013-10-22 11:40:45'),(21257,5,6102,'','2013-10-22 11:40:45'),(21258,6,6102,'94.00','2013-10-22 11:40:45'),(21259,1,6104,'','2013-10-22 11:40:46'),(21260,2,6104,'','2013-10-22 11:40:46'),(21261,3,6104,'','2013-10-22 11:40:46'),(21262,4,6104,'','2013-10-22 11:40:46'),(21263,5,6104,'','2013-10-22 11:40:46'),(21264,6,6104,'','2013-10-22 11:40:46'),(21265,1,6105,'3572485','2013-10-22 11:49:16'),(21266,2,6105,'589029','2013-10-22 11:49:16'),(21267,3,6105,'','2013-10-22 11:49:16'),(21268,4,6105,'OPD','2013-10-22 11:49:16'),(21269,5,6105,'','2013-10-22 11:49:16'),(21270,6,6105,'153.00','2013-10-22 11:49:16'),(21271,1,6107,'','2013-10-22 11:49:17'),(21272,2,6107,'','2013-10-22 11:49:17'),(21273,3,6107,'','2013-10-22 11:49:17'),(21274,4,6107,'','2013-10-22 11:49:17'),(21275,5,6107,'','2013-10-22 11:49:17'),(21276,6,6107,'','2013-10-22 11:49:17'),(21277,1,6110,'','2013-10-22 11:49:17'),(21278,2,6110,'','2013-10-22 11:49:17'),(21279,3,6110,'','2013-10-22 11:49:17'),(21280,4,6110,'','2013-10-22 11:49:17'),(21281,5,6110,'','2013-10-22 11:49:17'),(21282,6,6110,'','2013-10-22 11:49:17'),(21283,1,6114,'','2013-10-22 11:49:17'),(21284,2,6114,'','2013-10-22 11:49:17'),(21285,3,6114,'','2013-10-22 11:49:17'),(21286,4,6114,'','2013-10-22 11:49:17'),(21287,5,6114,'','2013-10-22 11:49:17'),(21288,6,6114,'','2013-10-22 11:49:17'),(21289,1,6115,'3572487','2013-10-22 11:53:13'),(21290,2,6115,'589030','2013-10-22 11:53:13'),(21291,3,6115,'','2013-10-22 11:53:13'),(21292,4,6115,'OPD','2013-10-22 11:53:13'),(21293,5,6115,'','2013-10-22 11:53:13'),(21294,6,6115,'47.00','2013-10-22 11:53:13'),(21295,1,6117,'','2013-10-22 11:53:13'),(21296,2,6117,'','2013-10-22 11:53:13'),(21297,3,6117,'','2013-10-22 11:53:13'),(21298,4,6117,'','2013-10-22 11:53:13'),(21299,5,6117,'','2013-10-22 11:53:13'),(21300,6,6117,'','2013-10-22 11:53:13'),(21301,1,6118,'3572492','2013-10-22 11:57:21'),(21302,2,6118,'','2013-10-22 11:57:21'),(21303,3,6118,'','2013-10-22 11:57:21'),(21304,4,6118,'OPD','2013-10-22 11:57:21'),(21305,5,6118,'','2013-10-22 11:57:21'),(21306,6,6118,'52.00','2013-10-22 11:57:21'),(21307,1,6120,'','2013-10-22 11:57:24'),(21308,2,6120,'','2013-10-22 11:57:24'),(21309,3,6120,'','2013-10-22 11:57:24'),(21310,4,6120,'','2013-10-22 11:57:24'),(21311,5,6120,'','2013-10-22 11:57:24'),(21312,6,6120,'','2013-10-22 11:57:24'),(21313,1,6121,'3572499','2013-10-22 11:59:50'),(21314,2,6121,'','2013-10-22 11:59:50'),(21315,3,6121,'','2013-10-22 11:59:50'),(21316,4,6121,'OPD','2013-10-22 11:59:50'),(21317,5,6121,'214676','2013-10-22 11:59:50'),(21318,6,6121,'22.00','2013-10-22 11:59:50'),(21319,1,6122,'','2013-10-22 12:02:58'),(21320,2,6122,'','2013-10-22 12:02:58'),(21321,3,6122,'','2013-10-22 12:02:58'),(21322,4,6122,'OPD','2013-10-22 12:02:58'),(21323,5,6122,'','2013-10-22 12:02:58'),(21324,6,6122,'35.00','2013-10-22 12:02:58'),(21325,1,6123,'','2013-10-22 12:07:01'),(21326,2,6123,'','2013-10-22 12:07:01'),(21327,3,6123,'','2013-10-22 12:07:01'),(21328,4,6123,'OPD','2013-10-22 12:07:01'),(21329,5,6123,'','2013-10-22 12:07:01'),(21330,6,6123,'','2013-10-22 12:07:01'),(21331,1,6125,'','2013-10-22 12:07:01'),(21332,2,6125,'','2013-10-22 12:07:01'),(21333,3,6125,'','2013-10-22 12:07:01'),(21334,4,6125,'','2013-10-22 12:07:01'),(21335,5,6125,'','2013-10-22 12:07:01'),(21336,6,6125,'','2013-10-22 12:07:01'),(21337,1,6128,'','2013-10-22 12:07:01'),(21338,2,6128,'','2013-10-22 12:07:01'),(21339,3,6128,'','2013-10-22 12:07:01'),(21340,4,6128,'','2013-10-22 12:07:01'),(21341,5,6128,'','2013-10-22 12:07:01'),(21342,6,6128,'','2013-10-22 12:07:01'),(21343,1,6132,'','2013-10-22 12:07:01'),(21344,2,6132,'','2013-10-22 12:07:01'),(21345,3,6132,'','2013-10-22 12:07:01'),(21346,4,6132,'','2013-10-22 12:07:01'),(21347,5,6132,'','2013-10-22 12:07:01'),(21348,6,6132,'','2013-10-22 12:07:01'),(21349,1,6133,'3572498','2013-10-22 12:19:08'),(21350,2,6133,'589035','2013-10-22 12:19:08'),(21351,3,6133,'','2013-10-22 12:19:08'),(21352,4,6133,'OPD','2013-10-22 12:19:08'),(21353,5,6133,'','2013-10-22 12:19:08'),(21354,6,6133,'47.00','2013-10-22 12:19:08'),(21355,1,6135,'','2013-10-22 12:19:08'),(21356,2,6135,'','2013-10-22 12:19:08'),(21357,3,6135,'','2013-10-22 12:19:08'),(21358,4,6135,'','2013-10-22 12:19:08'),(21359,5,6135,'','2013-10-22 12:19:08'),(21360,6,6135,'','2013-10-22 12:19:08'),(21361,1,6136,'3572510','2013-10-22 12:21:28'),(21362,2,6136,'','2013-10-22 12:21:28'),(21363,3,6136,'','2013-10-22 12:21:28'),(21364,4,6136,'OPD','2013-10-22 12:21:28'),(21365,5,6136,'','2013-10-22 12:21:28'),(21366,6,6136,'79.00','2013-10-22 12:21:28'),(21367,1,6138,'','2013-10-22 12:21:28'),(21368,2,6138,'','2013-10-22 12:21:28'),(21369,3,6138,'','2013-10-22 12:21:28'),(21370,4,6138,'','2013-10-22 12:21:28'),(21371,5,6138,'','2013-10-22 12:21:28'),(21372,6,6138,'','2013-10-22 12:21:28'),(21373,1,6139,'3572513','2013-10-22 12:25:58'),(21374,2,6139,'','2013-10-22 12:25:58'),(21375,3,6139,'','2013-10-22 12:25:58'),(21376,4,6139,'OPD','2013-10-22 12:25:58'),(21377,5,6139,'','2013-10-22 12:25:58'),(21378,6,6139,'182.00','2013-10-22 12:25:58'),(21379,1,6141,'','2013-10-22 12:25:58'),(21380,2,6141,'','2013-10-22 12:25:58'),(21381,3,6141,'','2013-10-22 12:25:58'),(21382,4,6141,'','2013-10-22 12:25:58'),(21383,5,6141,'','2013-10-22 12:25:58'),(21384,6,6141,'','2013-10-22 12:25:58'),(21385,1,6144,'','2013-10-22 12:25:59'),(21386,2,6144,'','2013-10-22 12:25:59'),(21387,3,6144,'','2013-10-22 12:25:59'),(21388,4,6144,'','2013-10-22 12:25:59'),(21389,5,6144,'','2013-10-22 12:25:59'),(21390,6,6144,'','2013-10-22 12:25:59'),(21391,1,6145,'','2013-10-22 12:29:00'),(21392,2,6145,'','2013-10-22 12:29:00'),(21393,3,6145,'','2013-10-22 12:29:00'),(21394,4,6145,'','2013-10-22 12:29:00'),(21395,5,6145,'214683','2013-10-22 12:29:00'),(21396,6,6145,'36.00','2013-10-22 12:29:00'),(21397,1,6146,'','2013-10-22 12:32:57'),(21398,2,6146,'','2013-10-22 12:32:57'),(21399,3,6146,'','2013-10-22 12:32:57'),(21400,4,6146,'','2013-10-22 12:32:57'),(21401,5,6146,'','2013-10-22 12:32:57'),(21402,6,6146,'','2013-10-22 12:32:57'),(21403,1,6147,'3572518','2013-10-22 12:34:25'),(21404,2,6147,'','2013-10-22 12:34:25'),(21405,3,6147,'','2013-10-22 12:34:25'),(21406,4,6147,'OPD','2013-10-22 12:34:25'),(21407,5,6147,'','2013-10-22 12:34:25'),(21408,6,6147,'191.00','2013-10-22 12:34:25'),(21409,1,6149,'','2013-10-22 12:34:25'),(21410,2,6149,'','2013-10-22 12:34:25'),(21411,3,6149,'','2013-10-22 12:34:25'),(21412,4,6149,'','2013-10-22 12:34:25'),(21413,5,6149,'','2013-10-22 12:34:25'),(21414,6,6149,'','2013-10-22 12:34:25'),(21415,1,6152,'','2013-10-22 12:34:25'),(21416,2,6152,'','2013-10-22 12:34:25'),(21417,3,6152,'','2013-10-22 12:34:25'),(21418,4,6152,'','2013-10-22 12:34:25'),(21419,5,6152,'','2013-10-22 12:34:25'),(21420,6,6152,'','2013-10-22 12:34:25'),(21421,1,6153,'3572524','2013-10-22 12:38:40'),(21422,2,6153,'','2013-10-22 12:38:40'),(21423,3,6153,'','2013-10-22 12:38:40'),(21424,4,6153,'OPD','2013-10-22 12:38:40'),(21425,5,6153,'','2013-10-22 12:38:40'),(21426,6,6153,'13.00','2013-10-22 12:38:40'),(21427,1,6154,'','2013-10-22 12:40:07'),(21428,2,6154,'','2013-10-22 12:40:07'),(21429,3,6154,'','2013-10-22 12:40:07'),(21430,4,6154,'OPD','2013-10-22 12:40:07'),(21431,5,6154,'','2013-10-22 12:40:07'),(21432,6,6154,'','2013-10-22 12:40:07'),(21433,1,6155,'3572569','2013-10-22 12:43:42'),(21434,2,6155,'','2013-10-22 12:43:42'),(21435,3,6155,'','2013-10-22 12:43:42'),(21436,4,6155,'OPD','2013-10-22 12:43:42'),(21437,5,6155,'','2013-10-22 12:43:42'),(21438,6,6155,'112.00','2013-10-22 12:43:42'),(21439,1,6157,'','2013-10-22 12:43:42'),(21440,2,6157,'','2013-10-22 12:43:42'),(21441,3,6157,'','2013-10-22 12:43:42'),(21442,4,6157,'','2013-10-22 12:43:42'),(21443,5,6157,'','2013-10-22 12:43:42'),(21444,6,6157,'','2013-10-22 12:43:42'),(21445,1,6160,'','2013-10-22 12:43:42'),(21446,2,6160,'','2013-10-22 12:43:42'),(21447,3,6160,'','2013-10-22 12:43:42'),(21448,4,6160,'','2013-10-22 12:43:42'),(21449,5,6160,'','2013-10-22 12:43:42'),(21450,6,6160,'','2013-10-22 12:43:42'),(21451,1,6161,'3572522','2013-10-22 12:46:37'),(21452,2,6161,'','2013-10-22 12:46:37'),(21453,3,6161,'','2013-10-22 12:46:37'),(21454,4,6161,'OPD','2013-10-22 12:46:37'),(21455,5,6161,'','2013-10-22 12:46:37'),(21456,6,6161,'128.00','2013-10-22 12:46:37'),(21457,1,6162,'3570426','2013-10-22 12:49:09'),(21458,2,6162,'','2013-10-22 12:49:09'),(21459,3,6162,'','2013-10-22 12:49:09'),(21460,4,6162,'OPD','2013-10-22 12:49:09'),(21461,5,6162,'','2013-10-22 12:49:09'),(21462,6,6162,'33.00','2013-10-22 12:49:09'),(21463,1,6163,'3572539','2013-10-22 12:51:22'),(21464,2,6163,'','2013-10-22 12:51:22'),(21465,3,6163,'','2013-10-22 12:51:22'),(21466,4,6163,'OPD','2013-10-22 12:51:22'),(21467,5,6163,'','2013-10-22 12:51:22'),(21468,6,6163,'37.00','2013-10-22 12:51:22'),(21469,1,6164,'3572556','2013-10-22 12:54:19'),(21470,2,6164,'','2013-10-22 12:54:19'),(21471,3,6164,'','2013-10-22 12:54:19'),(21472,4,6164,'OPD','2013-10-22 12:54:19'),(21473,5,6164,'','2013-10-22 12:54:19'),(21474,6,6164,'160.00','2013-10-22 12:54:19'),(21475,1,6166,'','2013-10-22 12:54:20'),(21476,2,6166,'','2013-10-22 12:54:20'),(21477,3,6166,'','2013-10-22 12:54:20'),(21478,4,6166,'','2013-10-22 12:54:20'),(21479,5,6166,'','2013-10-22 12:54:20'),(21480,6,6166,'','2013-10-22 12:54:20'),(21481,1,6167,'3572532','2013-10-22 13:01:39'),(21482,2,6167,'589046','2013-10-22 13:01:39'),(21483,3,6167,'','2013-10-22 13:01:39'),(21484,4,6167,'OUTSIDE ','2013-10-22 13:01:39'),(21485,5,6167,'','2013-10-22 13:01:39'),(21486,6,6167,'56.00','2013-10-22 13:01:39'),(21487,1,6168,'3572570','2013-10-22 13:04:12'),(21488,2,6168,'','2013-10-22 13:04:12'),(21489,3,6168,'','2013-10-22 13:04:12'),(21490,4,6168,'OPD','2013-10-22 13:04:12'),(21491,5,6168,'','2013-10-22 13:04:12'),(21492,6,6168,'48.24','2013-10-22 13:04:12'),(21493,1,6169,'3572571','2013-10-22 13:06:56'),(21494,2,6169,'','2013-10-22 13:06:56'),(21495,3,6169,'','2013-10-22 13:06:56'),(21496,4,6169,'','2013-10-22 13:06:56'),(21497,5,6169,'','2013-10-22 13:06:56'),(21498,6,6169,'48.24','2013-10-22 13:06:56'),(21499,1,6170,'3572577','2013-10-22 13:12:08'),(21500,2,6170,'589052','2013-10-22 13:12:08'),(21501,3,6170,'','2013-10-22 13:12:08'),(21502,4,6170,'OPD','2013-10-22 13:12:08'),(21503,5,6170,'','2013-10-22 13:12:08'),(21504,6,6170,'30.00','2013-10-22 13:12:08'),(21505,1,6171,'3572589','2013-10-22 13:16:53'),(21506,2,6171,'589055','2013-10-22 13:16:53'),(21507,3,6171,'','2013-10-22 13:16:53'),(21508,4,6171,'OPD','2013-10-22 13:16:53'),(21509,5,6171,'','2013-10-22 13:16:53'),(21510,6,6171,'32.00','2013-10-22 13:16:53'),(21511,1,6173,'','2013-10-22 13:16:53'),(21512,2,6173,'','2013-10-22 13:16:53'),(21513,3,6173,'','2013-10-22 13:16:53'),(21514,4,6173,'','2013-10-22 13:16:53'),(21515,5,6173,'','2013-10-22 13:16:53'),(21516,6,6173,'','2013-10-22 13:16:53'),(21517,1,6174,'3572585','2013-10-22 13:23:07'),(21518,2,6174,'589053','2013-10-22 13:23:07'),(21519,3,6174,'','2013-10-22 13:23:07'),(21520,4,6174,'OPD','2013-10-22 13:23:07'),(21521,5,6174,'','2013-10-22 13:23:07'),(21522,6,6174,'319.00','2013-10-22 13:23:07'),(21523,1,6175,'3572582','2013-10-22 13:28:42'),(21524,2,6175,'','2013-10-22 13:28:42'),(21525,3,6175,'','2013-10-22 13:28:42'),(21526,4,6175,'OUTSIDE ','2013-10-22 13:28:42'),(21527,5,6175,'','2013-10-22 13:28:42'),(21528,6,6175,'','2013-10-22 13:28:42'),(21529,1,6176,'','2013-10-22 13:30:57'),(21530,2,6176,'','2013-10-22 13:30:57'),(21531,3,6176,'','2013-10-22 13:30:57'),(21532,4,6176,'','2013-10-22 13:30:57'),(21533,5,6176,'','2013-10-22 13:30:57'),(21534,6,6176,'','2013-10-22 13:30:57'),(21535,1,6177,'3572588','2013-10-22 13:32:37'),(21536,2,6177,'','2013-10-22 13:32:37'),(21537,3,6177,'','2013-10-22 13:32:37'),(21538,4,6177,'OPD','2013-10-22 13:32:37'),(21539,5,6177,'','2013-10-22 13:32:37'),(21540,6,6177,'66.00','2013-10-22 13:32:37'),(21541,1,6178,'','2013-10-22 13:39:28'),(21542,2,6178,'','2013-10-22 13:39:28'),(21543,3,6178,'','2013-10-22 13:39:28'),(21544,4,6178,'','2013-10-22 13:39:28'),(21545,5,6178,'','2013-10-22 13:39:28'),(21546,6,6178,'','2013-10-22 13:39:28'),(21547,1,6179,'3572587','2013-10-22 13:39:49'),(21548,2,6179,'589054','2013-10-22 13:39:49'),(21549,3,6179,'','2013-10-22 13:39:49'),(21550,4,6179,'OPD','2013-10-22 13:39:49'),(21551,5,6179,'','2013-10-22 13:39:49'),(21552,6,6179,'127.00','2013-10-22 13:39:49'),(21553,1,6181,'','2013-10-22 13:39:50'),(21554,2,6181,'','2013-10-22 13:39:50'),(21555,3,6181,'','2013-10-22 13:39:50'),(21556,4,6181,'','2013-10-22 13:39:50'),(21557,5,6181,'','2013-10-22 13:39:50'),(21558,6,6181,'','2013-10-22 13:39:50'),(21559,1,6184,'','2013-10-22 13:39:50'),(21560,2,6184,'','2013-10-22 13:39:50'),(21561,3,6184,'','2013-10-22 13:39:50'),(21562,4,6184,'','2013-10-22 13:39:50'),(21563,5,6184,'','2013-10-22 13:39:50'),(21564,6,6184,'','2013-10-22 13:39:50'),(21565,1,6185,'3572603','2013-10-22 13:44:35'),(21566,2,6185,'','2013-10-22 13:44:35'),(21567,3,6185,'','2013-10-22 13:44:35'),(21568,4,6185,'OPD','2013-10-22 13:44:35'),(21569,5,6185,'','2013-10-22 13:44:35'),(21570,6,6185,'33.00','2013-10-22 13:44:35'),(21571,1,6186,'3572574','2013-10-22 13:46:30'),(21572,2,6186,'','2013-10-22 13:46:30'),(21573,3,6186,'','2013-10-22 13:46:30'),(21574,4,6186,'OPD','2013-10-22 13:46:30'),(21575,5,6186,'','2013-10-22 13:46:30'),(21576,6,6186,'196.00','2013-10-22 13:46:30'),(21577,1,6187,'3572607','2013-10-22 13:55:42'),(21578,2,6187,'','2013-10-22 13:55:42'),(21579,3,6187,'','2013-10-22 13:55:42'),(21580,4,6187,'OPD','2013-10-22 13:55:42'),(21581,5,6187,'','2013-10-22 13:55:42'),(21582,6,6187,'22.00','2013-10-22 13:55:42'),(21583,1,6189,'','2013-10-22 13:55:42'),(21584,2,6189,'','2013-10-22 13:55:42'),(21585,3,6189,'','2013-10-22 13:55:42'),(21586,4,6189,'','2013-10-22 13:55:42'),(21587,5,6189,'','2013-10-22 13:55:42'),(21588,6,6189,'','2013-10-22 13:55:42'),(21589,1,6190,'3572608','2013-10-22 14:00:40'),(21590,2,6190,'','2013-10-22 14:00:40'),(21591,3,6190,'','2013-10-22 14:00:40'),(21592,4,6190,'OPD','2013-10-22 14:00:40'),(21593,5,6190,'','2013-10-22 14:00:40'),(21594,6,6190,'66.00','2013-10-22 14:00:40'),(21595,1,6191,'','2013-10-22 14:05:38'),(21596,2,6191,'589062','2013-10-22 14:05:38'),(21597,3,6191,'','2013-10-22 14:05:38'),(21598,4,6191,'OPD','2013-10-22 14:05:38'),(21599,5,6191,'','2013-10-22 14:05:38'),(21600,6,6191,'360.00','2013-10-22 14:05:38'),(21601,1,6193,'','2013-10-22 14:05:38'),(21602,2,6193,'','2013-10-22 14:05:38'),(21603,3,6193,'','2013-10-22 14:05:38'),(21604,4,6193,'','2013-10-22 14:05:38'),(21605,5,6193,'','2013-10-22 14:05:38'),(21606,6,6193,'','2013-10-22 14:05:38'),(21607,1,6196,'','2013-10-22 14:05:39'),(21608,2,6196,'','2013-10-22 14:05:39'),(21609,3,6196,'','2013-10-22 14:05:39'),(21610,4,6196,'','2013-10-22 14:05:39'),(21611,5,6196,'','2013-10-22 14:05:39'),(21612,6,6196,'','2013-10-22 14:05:39'),(21613,1,6200,'','2013-10-22 14:05:39'),(21614,2,6200,'','2013-10-22 14:05:39'),(21615,3,6200,'','2013-10-22 14:05:39'),(21616,4,6200,'','2013-10-22 14:05:39'),(21617,5,6200,'','2013-10-22 14:05:39'),(21618,6,6200,'','2013-10-22 14:05:39'),(21619,1,6201,'3572633','2013-10-22 14:16:47'),(21620,2,6201,'','2013-10-22 14:16:47'),(21621,3,6201,'','2013-10-22 14:16:47'),(21622,4,6201,'OPD','2013-10-22 14:16:47'),(21623,5,6201,'','2013-10-22 14:16:47'),(21624,6,6201,'310.00','2013-10-22 14:16:47'),(21625,1,6203,'','2013-10-22 14:16:47'),(21626,2,6203,'','2013-10-22 14:16:48'),(21627,3,6203,'','2013-10-22 14:16:48'),(21628,4,6203,'','2013-10-22 14:16:48'),(21629,5,6203,'','2013-10-22 14:16:48'),(21630,6,6203,'','2013-10-22 14:16:48'),(21631,1,6206,'3572633','2013-10-22 14:16:48'),(21632,2,6206,'','2013-10-22 14:16:48'),(21633,3,6206,'','2013-10-22 14:16:48'),(21634,4,6206,'OPD','2013-10-22 14:16:48'),(21635,5,6206,'','2013-10-22 14:16:48'),(21636,6,6206,'','2013-10-22 14:16:48'),(21637,1,6207,'','2013-10-22 14:32:07'),(21638,2,6207,'','2013-10-22 14:32:07'),(21639,3,6207,'','2013-10-22 14:32:07'),(21640,4,6207,'','2013-10-22 14:32:07'),(21641,5,6207,'','2013-10-22 14:32:07'),(21642,6,6207,'','2013-10-22 14:32:07'),(21643,1,6208,'3572644','2013-10-22 14:42:14'),(21644,2,6208,'589075','2013-10-22 14:42:14'),(21645,3,6208,'','2013-10-22 14:42:14'),(21646,4,6208,'OPD','2013-10-22 14:42:14'),(21647,5,6208,'','2013-10-22 14:42:14'),(21648,6,6208,'OPD','2013-10-22 14:42:14'),(21649,1,6210,'','2013-10-22 14:42:18'),(21650,2,6210,'','2013-10-22 14:42:18'),(21651,3,6210,'','2013-10-22 14:42:18'),(21652,4,6210,'','2013-10-22 14:42:18'),(21653,5,6210,'','2013-10-22 14:42:18'),(21654,6,6210,'','2013-10-22 14:42:18'),(21655,1,6213,'','2013-10-22 14:42:18'),(21656,2,6213,'','2013-10-22 14:42:18'),(21657,3,6213,'','2013-10-22 14:42:18'),(21658,4,6213,'','2013-10-22 14:42:18'),(21659,5,6213,'','2013-10-22 14:42:18'),(21660,6,6213,'','2013-10-22 14:42:18'),(21661,1,6217,'','2013-10-22 14:42:18'),(21662,2,6217,'','2013-10-22 14:42:18'),(21663,3,6217,'','2013-10-22 14:42:18'),(21664,4,6217,'','2013-10-22 14:42:18'),(21665,5,6217,'','2013-10-22 14:42:18'),(21666,6,6217,'','2013-10-22 14:42:18'),(21667,1,6222,'','2013-10-22 14:42:18'),(21668,2,6222,'','2013-10-22 14:42:18'),(21669,3,6222,'','2013-10-22 14:42:18'),(21670,4,6222,'','2013-10-22 14:42:18'),(21671,5,6222,'','2013-10-22 14:42:18'),(21672,6,6222,'','2013-10-22 14:42:18'),(21673,1,6223,'3570954','2013-10-22 14:57:38'),(21674,2,6223,'589080','2013-10-22 14:57:38'),(21675,3,6223,'','2013-10-22 14:57:38'),(21676,4,6223,'OPD','2013-10-22 14:57:38'),(21677,5,6223,'','2013-10-22 14:57:38'),(21678,6,6223,'277.00','2013-10-22 14:57:38'),(21679,1,6225,'','2013-10-22 14:57:38'),(21680,2,6225,'','2013-10-22 14:57:38'),(21681,3,6225,'','2013-10-22 14:57:38'),(21682,4,6225,'','2013-10-22 14:57:38'),(21683,5,6225,'','2013-10-22 14:57:38'),(21684,6,6225,'','2013-10-22 14:57:38'),(21685,1,6228,'','2013-10-22 14:57:38'),(21686,2,6228,'','2013-10-22 14:57:38'),(21687,3,6228,'','2013-10-22 14:57:38'),(21688,4,6228,'','2013-10-22 14:57:38'),(21689,5,6228,'','2013-10-22 14:57:38'),(21690,6,6228,'','2013-10-22 14:57:38'),(21691,1,6232,'','2013-10-22 14:57:39'),(21692,2,6232,'','2013-10-22 14:57:39'),(21693,3,6232,'','2013-10-22 14:57:39'),(21694,4,6232,'','2013-10-22 14:57:39'),(21695,5,6232,'','2013-10-22 14:57:39'),(21696,6,6232,'','2013-10-22 14:57:39'),(21697,1,6233,'','2013-10-22 15:06:54'),(21698,2,6233,'','2013-10-22 15:06:54'),(21699,3,6233,'','2013-10-22 15:06:54'),(21700,4,6233,'','2013-10-22 15:06:54'),(21701,5,6233,'','2013-10-22 15:06:54'),(21702,6,6233,'','2013-10-22 15:06:54'),(21703,1,6234,'3572658','2013-10-22 15:11:34'),(21704,2,6234,'','2013-10-22 15:11:34'),(21705,3,6234,'','2013-10-22 15:11:34'),(21706,4,6234,'OPD','2013-10-22 15:11:34'),(21707,5,6234,'','2013-10-22 15:11:34'),(21708,6,6234,'37.00','2013-10-22 15:11:34'),(21709,1,6235,'3572664','2013-10-22 15:17:10'),(21710,2,6235,'','2013-10-22 15:17:10'),(21711,3,6235,'','2013-10-22 15:17:10'),(21712,4,6235,'OPD','2013-10-22 15:17:10'),(21713,5,6235,'','2013-10-22 15:17:10'),(21714,6,6235,'68.00','2013-10-22 15:17:10'),(21715,1,6237,'','2013-10-22 15:17:10'),(21716,2,6237,'','2013-10-22 15:17:10'),(21717,3,6237,'','2013-10-22 15:17:10'),(21718,4,6237,'','2013-10-22 15:17:10'),(21719,5,6237,'','2013-10-22 15:17:10'),(21720,6,6237,'','2013-10-22 15:17:10'),(21721,1,6240,'','2013-10-22 15:17:10'),(21722,2,6240,'','2013-10-22 15:17:10'),(21723,3,6240,'','2013-10-22 15:17:10'),(21724,4,6240,'','2013-10-22 15:17:10'),(21725,5,6240,'','2013-10-22 15:17:10'),(21726,6,6240,'','2013-10-22 15:17:10'),(21727,1,6241,'3572667','2013-10-22 15:26:37'),(21728,2,6241,'','2013-10-22 15:26:37'),(21729,3,6241,'','2013-10-22 15:26:37'),(21730,4,6241,'OPD','2013-10-22 15:26:37'),(21731,5,6241,'','2013-10-22 15:26:37'),(21732,6,6241,'37.00','2013-10-22 15:26:37'),(21733,1,6242,'3572672','2013-10-22 15:34:38'),(21734,2,6242,'','2013-10-22 15:34:38'),(21735,3,6242,'','2013-10-22 15:34:38'),(21736,4,6242,'OPD','2013-10-22 15:34:38'),(21737,5,6242,'','2013-10-22 15:34:38'),(21738,6,6242,'165.00','2013-10-22 15:34:38'),(21739,1,6244,'','2013-10-22 15:34:41'),(21740,2,6244,'','2013-10-22 15:34:41'),(21741,3,6244,'','2013-10-22 15:34:41'),(21742,4,6244,'','2013-10-22 15:34:41'),(21743,5,6244,'','2013-10-22 15:34:41'),(21744,6,6244,'','2013-10-22 15:34:41'),(21745,1,6247,'','2013-10-22 15:34:41'),(21746,2,6247,'','2013-10-22 15:34:41'),(21747,3,6247,'','2013-10-22 15:34:41'),(21748,4,6247,'','2013-10-22 15:34:41'),(21749,5,6247,'','2013-10-22 15:34:41'),(21750,6,6247,'','2013-10-22 15:34:41'),(21751,1,6248,'3572674','2013-10-22 15:38:48'),(21752,2,6248,'','2013-10-22 15:38:48'),(21753,3,6248,'','2013-10-22 15:38:48'),(21754,4,6248,'OPD','2013-10-22 15:38:48'),(21755,5,6248,'','2013-10-22 15:38:48'),(21756,6,6248,'22.00','2013-10-22 15:38:48'),(21757,1,6249,'3572671','2013-10-22 15:41:32'),(21758,2,6249,'589091','2013-10-22 15:41:32'),(21759,3,6249,'','2013-10-22 15:41:32'),(21760,4,6249,'OPD','2013-10-22 15:41:32'),(21761,5,6249,'','2013-10-22 15:41:32'),(21762,6,6249,'35.00','2013-10-22 15:41:32'),(21763,1,6250,'3572681','2013-10-22 15:49:09'),(21764,2,6250,'','2013-10-22 15:49:09'),(21765,3,6250,'','2013-10-22 15:49:09'),(21766,4,6250,'OPD','2013-10-22 15:49:09'),(21767,5,6250,'','2013-10-22 15:49:09'),(21768,6,6250,'141.00','2013-10-22 15:49:09'),(21769,1,6252,'','2013-10-22 15:49:09'),(21770,2,6252,'','2013-10-22 15:49:09'),(21771,3,6252,'','2013-10-22 15:49:09'),(21772,4,6252,'','2013-10-22 15:49:09'),(21773,5,6252,'','2013-10-22 15:49:09'),(21774,6,6252,'','2013-10-22 15:49:09'),(21775,1,6253,'3572682','2013-10-22 15:51:43'),(21776,2,6253,'589097','2013-10-22 15:51:43'),(21777,3,6253,'','2013-10-22 15:51:43'),(21778,4,6253,'OUTSIDE REQ','2013-10-22 15:51:43'),(21779,5,6253,'','2013-10-22 15:51:43'),(21780,6,6253,'12.00','2013-10-22 15:51:43'),(21781,1,6254,'3572694','2013-10-22 16:22:47'),(21782,2,6254,'589101','2013-10-22 16:22:47'),(21783,3,6254,'','2013-10-22 16:22:47'),(21784,4,6254,'OPD','2013-10-22 16:22:47'),(21785,5,6254,'','2013-10-22 16:22:47'),(21786,6,6254,'115.00','2013-10-22 16:22:47'),(21787,1,6256,'','2013-10-22 16:22:47'),(21788,2,6256,'','2013-10-22 16:22:47'),(21789,3,6256,'','2013-10-22 16:22:47'),(21790,4,6256,'','2013-10-22 16:22:47'),(21791,5,6256,'','2013-10-22 16:22:47'),(21792,6,6256,'','2013-10-22 16:22:47'),(21793,1,6257,'3572698','2013-10-22 16:32:13'),(21794,2,6257,'','2013-10-22 16:32:13'),(21795,3,6257,'','2013-10-22 16:32:13'),(21796,4,6257,'OPD','2013-10-22 16:32:13'),(21797,5,6257,'','2013-10-22 16:32:13'),(21798,6,6257,'66.00','2013-10-22 16:32:13'),(21799,1,6258,'3572700','2013-10-22 16:37:02'),(21800,2,6258,'589103','2013-10-22 16:37:02'),(21801,3,6258,'','2013-10-22 16:37:02'),(21802,4,6258,'OPD','2013-10-22 16:37:02'),(21803,5,6258,'','2013-10-22 16:37:02'),(21804,6,6258,'34.00','2013-10-22 16:37:02'),(21805,1,6259,'','2013-10-22 16:38:04'),(21806,2,6259,'','2013-10-22 16:38:04'),(21807,3,6259,'','2013-10-22 16:38:04'),(21808,4,6259,'','2013-10-22 16:38:04'),(21809,5,6259,'','2013-10-22 16:38:04'),(21810,6,6259,'','2013-10-22 16:38:04'),(21811,1,6260,'3572709','2013-10-22 16:55:46'),(21812,2,6260,'589107','2013-10-22 16:55:46'),(21813,3,6260,'','2013-10-22 16:55:46'),(21814,4,6260,'S/R','2013-10-22 16:55:46'),(21815,5,6260,'','2013-10-22 16:55:46'),(21816,6,6260,'134.00','2013-10-22 16:55:46'),(21817,1,6261,'','2013-10-22 16:58:47'),(21818,2,6261,'','2013-10-22 16:58:47'),(21819,3,6261,'','2013-10-22 16:58:47'),(21820,4,6261,'','2013-10-22 16:58:47'),(21821,5,6261,'','2013-10-22 16:58:47'),(21822,6,6261,'','2013-10-22 16:58:47'),(21823,1,6262,'','2013-10-22 17:07:16'),(21824,2,6262,'','2013-10-22 17:07:16'),(21825,3,6262,'','2013-10-22 17:07:16'),(21826,4,6262,'','2013-10-22 17:07:16'),(21827,5,6262,'','2013-10-22 17:07:16'),(21828,6,6262,'','2013-10-22 17:07:16'),(21829,1,6263,'3572719','2013-10-22 17:08:52'),(21830,2,6263,'589111','2013-10-22 17:08:52'),(21831,3,6263,'','2013-10-22 17:08:52'),(21832,4,6263,'OPD','2013-10-22 17:08:52'),(21833,5,6263,'','2013-10-22 17:08:52'),(21834,6,6263,'79.00','2013-10-22 17:08:52'),(21835,1,6265,'','2013-10-22 17:08:52'),(21836,2,6265,'','2013-10-22 17:08:52'),(21837,3,6265,'','2013-10-22 17:08:52'),(21838,4,6265,'','2013-10-22 17:08:52'),(21839,5,6265,'','2013-10-22 17:08:52'),(21840,6,6265,'','2013-10-22 17:08:52'),(21841,1,6268,'','2013-10-22 17:08:53'),(21842,2,6268,'','2013-10-22 17:08:53'),(21843,3,6268,'','2013-10-22 17:08:53'),(21844,4,6268,'','2013-10-22 17:08:53'),(21845,5,6268,'','2013-10-22 17:08:53'),(21846,6,6268,'','2013-10-22 17:08:53'),(21847,1,6269,'3572769','2013-10-22 18:03:03'),(21848,2,6269,'','2013-10-22 18:03:03'),(21849,3,6269,'','2013-10-22 18:03:03'),(21850,4,6269,'OPD','2013-10-22 18:03:03'),(21851,5,6269,'','2013-10-22 18:03:03'),(21852,6,6269,'22.00','2013-10-22 18:03:03'),(21853,1,6270,'3572772','2013-10-22 18:06:04'),(21854,2,6270,'','2013-10-22 18:06:04'),(21855,3,6270,'','2013-10-22 18:06:04'),(21856,4,6270,'OPD','2013-10-22 18:06:04'),(21857,5,6270,'','2013-10-22 18:06:04'),(21858,6,6270,'292.00','2013-10-22 18:06:04'),(21859,1,6272,'','2013-10-22 18:06:04'),(21860,2,6272,'','2013-10-22 18:06:04'),(21861,3,6272,'','2013-10-22 18:06:04'),(21862,4,6272,'','2013-10-22 18:06:04'),(21863,5,6272,'','2013-10-22 18:06:04'),(21864,6,6272,'','2013-10-22 18:06:04'),(21865,1,6273,'3572782','2013-10-22 18:12:42'),(21866,2,6273,'589134','2013-10-22 18:12:42'),(21867,3,6273,'','2013-10-22 18:12:42'),(21868,4,6273,'OPD','2013-10-22 18:12:42'),(21869,5,6273,'','2013-10-22 18:12:42'),(21870,6,6273,'35.00','2013-10-22 18:12:42'),(21871,1,6274,'3571756','2013-10-22 18:39:15'),(21872,2,6274,'588801','2013-10-22 18:39:15'),(21873,3,6274,'','2013-10-22 18:39:15'),(21874,4,6274,'','2013-10-22 18:39:15'),(21875,5,6274,'','2013-10-22 18:39:15'),(21876,6,6274,'7.50','2013-10-22 18:39:15'),(21877,1,6275,'3572852','2013-10-22 18:53:37'),(21878,2,6275,'','2013-10-22 18:53:37'),(21879,3,6275,'','2013-10-22 18:53:37'),(21880,4,6275,'OPD','2013-10-22 18:53:37'),(21881,5,6275,'','2013-10-22 18:53:37'),(21882,6,6275,'13.00','2013-10-22 18:53:37'),(21883,1,6276,'3572888','2013-10-22 19:26:28'),(21884,2,6276,'589143','2013-10-22 19:26:28'),(21885,3,6276,'','2013-10-22 19:26:28'),(21886,4,6276,'OPD','2013-10-22 19:26:28'),(21887,5,6276,'','2013-10-22 19:26:28'),(21888,6,6276,'255.00','2013-10-22 19:26:28'),(21889,1,6278,'','2013-10-22 19:26:28'),(21890,2,6278,'','2013-10-22 19:26:28'),(21891,3,6278,'','2013-10-22 19:26:28'),(21892,4,6278,'','2013-10-22 19:26:28'),(21893,5,6278,'','2013-10-22 19:26:28'),(21894,6,6278,'','2013-10-22 19:26:28'),(21895,1,6281,'','2013-10-22 19:26:29'),(21896,2,6281,'','2013-10-22 19:26:29'),(21897,3,6281,'','2013-10-22 19:26:29'),(21898,4,6281,'','2013-10-22 19:26:29'),(21899,5,6281,'','2013-10-22 19:26:29'),(21900,6,6281,'','2013-10-22 19:26:29'),(21901,1,6285,'','2013-10-22 19:26:29'),(21902,2,6285,'','2013-10-22 19:26:29'),(21903,3,6285,'','2013-10-22 19:26:29'),(21904,4,6285,'','2013-10-22 19:26:29'),(21905,5,6285,'','2013-10-22 19:26:29'),(21906,6,6285,'','2013-10-22 19:26:29'),(21907,1,6286,'3572904','2013-10-22 20:06:17'),(21908,2,6286,'','2013-10-22 20:06:17'),(21909,3,6286,'','2013-10-22 20:06:17'),(21910,4,6286,'OPD','2013-10-22 20:06:17'),(21911,5,6286,'','2013-10-22 20:06:17'),(21912,6,6286,'84','2013-10-22 20:06:17'),(21913,1,6288,'','2013-10-22 20:06:18'),(21914,2,6288,'','2013-10-22 20:06:18'),(21915,3,6288,'','2013-10-22 20:06:18'),(21916,4,6288,'','2013-10-22 20:06:18'),(21917,5,6288,'','2013-10-22 20:06:18'),(21918,6,6288,'','2013-10-22 20:06:18'),(21919,1,6289,'3572913','2013-10-22 20:20:23'),(21920,2,6289,'','2013-10-22 20:20:23'),(21921,3,6289,'','2013-10-22 20:20:23'),(21922,4,6289,'OPD','2013-10-22 20:20:23'),(21923,5,6289,'','2013-10-22 20:20:23'),(21924,6,6289,'35','2013-10-22 20:20:23'),(21925,1,6291,'','2013-10-22 20:20:23'),(21926,2,6291,'','2013-10-22 20:20:23'),(21927,3,6291,'','2013-10-22 20:20:23'),(21928,4,6291,'','2013-10-22 20:20:23'),(21929,5,6291,'','2013-10-22 20:20:23'),(21930,6,6291,'','2013-10-22 20:20:23'),(21931,1,6292,'3572914','2013-10-22 20:24:08'),(21932,2,6292,'','2013-10-22 20:24:08'),(21933,3,6292,'','2013-10-22 20:24:08'),(21934,4,6292,'OPD','2013-10-22 20:24:08'),(21935,5,6292,'','2013-10-22 20:24:08'),(21936,6,6292,'66','2013-10-22 20:24:08'),(21937,1,6293,'3572915','2013-10-22 20:28:15'),(21938,2,6293,'','2013-10-22 20:28:15'),(21939,3,6293,'','2013-10-22 20:28:15'),(21940,4,6293,'OPD','2013-10-22 20:28:15'),(21941,5,6293,'','2013-10-22 20:28:15'),(21942,6,6293,'84','2013-10-22 20:28:15'),(21943,1,6295,'','2013-10-22 20:28:15'),(21944,2,6295,'','2013-10-22 20:28:15'),(21945,3,6295,'','2013-10-22 20:28:15'),(21946,4,6295,'','2013-10-22 20:28:15'),(21947,5,6295,'','2013-10-22 20:28:15'),(21948,6,6295,'','2013-10-22 20:28:15'),(21949,1,6296,'3572910','2013-10-22 20:32:05'),(21950,2,6296,'589149','2013-10-22 20:32:05'),(21951,3,6296,'','2013-10-22 20:32:05'),(21952,4,6296,'OPD','2013-10-22 20:32:05'),(21953,5,6296,'','2013-10-22 20:32:05'),(21954,6,6296,'112.30','2013-10-22 20:32:05'),(21955,1,6298,'','2013-10-22 20:32:05'),(21956,2,6298,'','2013-10-22 20:32:05'),(21957,3,6298,'','2013-10-22 20:32:05'),(21958,4,6298,'','2013-10-22 20:32:05'),(21959,5,6298,'','2013-10-22 20:32:05'),(21960,6,6298,'','2013-10-22 20:32:05'),(21961,1,6301,'','2013-10-22 20:32:06'),(21962,2,6301,'','2013-10-22 20:32:06'),(21963,3,6301,'','2013-10-22 20:32:06'),(21964,4,6301,'','2013-10-22 20:32:06'),(21965,5,6301,'','2013-10-22 20:32:06'),(21966,6,6301,'','2013-10-22 20:32:06'),(21967,1,6302,'3572922','2013-10-22 20:45:54'),(21968,2,6302,'','2013-10-22 20:45:54'),(21969,3,6302,'','2013-10-22 20:45:54'),(21970,4,6302,'OPD','2013-10-22 20:45:54'),(21971,5,6302,'','2013-10-22 20:45:54'),(21972,6,6302,'37','2013-10-22 20:45:54'),(21973,1,6303,'3572935','2013-10-22 22:08:18'),(21974,2,6303,'','2013-10-22 22:08:18'),(21975,3,6303,'','2013-10-22 22:08:18'),(21976,4,6303,'OPD','2013-10-22 22:08:18'),(21977,5,6303,'','2013-10-22 22:08:18'),(21978,6,6303,'66','2013-10-22 22:08:18'),(21979,1,6304,'3572939','2013-10-22 22:12:54'),(21980,2,6304,'','2013-10-22 22:12:54'),(21981,3,6304,'','2013-10-22 22:12:54'),(21982,4,6304,'WARD','2013-10-22 22:12:54'),(21983,5,6304,'214690','2013-10-22 22:12:54'),(21984,6,6304,'45.40','2013-10-22 22:12:54'),(21985,1,6305,'3572945','2013-10-22 22:34:55'),(21986,2,6305,'','2013-10-22 22:34:55'),(21987,3,6305,'','2013-10-22 22:34:55'),(21988,4,6305,'OPD','2013-10-22 22:34:55'),(21989,5,6305,'','2013-10-22 22:34:55'),(21990,6,6305,'68','2013-10-22 22:34:55'),(21991,1,6307,'','2013-10-22 22:34:56'),(21992,2,6307,'','2013-10-22 22:34:56'),(21993,3,6307,'','2013-10-22 22:34:56'),(21994,4,6307,'','2013-10-22 22:34:56'),(21995,5,6307,'','2013-10-22 22:34:56'),(21996,6,6307,'','2013-10-22 22:34:56'),(21997,1,6310,'','2013-10-22 22:34:56'),(21998,2,6310,'','2013-10-22 22:34:56'),(21999,3,6310,'','2013-10-22 22:34:56'),(22000,4,6310,'','2013-10-22 22:34:56'),(22001,5,6310,'','2013-10-22 22:34:56'),(22002,6,6310,'','2013-10-22 22:34:56'),(22003,1,6311,'3572948','2013-10-22 23:05:08'),(22004,2,6311,'','2013-10-22 23:05:08'),(22005,3,6311,'','2013-10-22 23:05:08'),(22006,4,6311,'OPD','2013-10-22 23:05:08'),(22007,5,6311,'','2013-10-22 23:05:08'),(22008,6,6311,'104','2013-10-22 23:05:08'),(22009,1,6312,'','2013-10-22 23:50:34'),(22010,2,6312,'','2013-10-22 23:50:34'),(22011,3,6312,'','2013-10-22 23:50:34'),(22012,4,6312,'','2013-10-22 23:50:34'),(22013,5,6312,'','2013-10-22 23:50:34'),(22014,6,6312,'','2013-10-22 23:50:34'),(22015,1,6313,'3572952','2013-10-22 23:54:36'),(22016,2,6313,'589160','2013-10-22 23:54:36'),(22017,3,6313,'','2013-10-22 23:54:36'),(22018,4,6313,'OPD','2013-10-22 23:54:36'),(22019,5,6313,'','2013-10-22 23:54:36'),(22020,6,6313,'89','2013-10-22 23:54:36'),(22021,1,6315,'','2013-10-22 23:54:36'),(22022,2,6315,'','2013-10-22 23:54:36'),(22023,3,6315,'','2013-10-22 23:54:36'),(22024,4,6315,'','2013-10-22 23:54:36'),(22025,5,6315,'','2013-10-22 23:54:36'),(22026,6,6315,'','2013-10-22 23:54:36'),(22027,1,6318,'','2013-10-22 23:54:36'),(22028,2,6318,'','2013-10-22 23:54:36'),(22029,3,6318,'','2013-10-22 23:54:36'),(22030,4,6318,'','2013-10-22 23:54:36'),(22031,5,6318,'','2013-10-22 23:54:36'),(22032,6,6318,'','2013-10-22 23:54:36'),(22033,1,6319,'3572963','2013-10-23 02:02:49'),(22034,2,6319,'','2013-10-23 02:02:49'),(22035,3,6319,'','2013-10-23 02:02:49'),(22036,4,6319,'OPD','2013-10-23 02:02:49'),(22037,5,6319,'','2013-10-23 02:02:49'),(22038,6,6319,'55','2013-10-23 02:02:49'),(22039,1,6320,'','2013-10-23 02:45:52'),(22040,2,6320,'','2013-10-23 02:45:52'),(22041,3,6320,'','2013-10-23 02:45:52'),(22042,4,6320,'','2013-10-23 02:45:52'),(22043,5,6320,'','2013-10-23 02:45:52'),(22044,6,6320,'','2013-10-23 02:45:52'),(22045,1,6321,'3564536','2013-10-23 05:37:58'),(22046,2,6321,'','2013-10-23 05:37:58'),(22047,3,6321,'','2013-10-23 05:37:58'),(22048,4,6321,'OPD','2013-10-23 05:37:58'),(22049,5,6321,'','2013-10-23 05:37:58'),(22050,6,6321,'35','2013-10-23 05:37:58'),(22051,1,6323,'','2013-10-23 05:37:59'),(22052,2,6323,'','2013-10-23 05:37:59'),(22053,3,6323,'','2013-10-23 05:37:59'),(22054,4,6323,'','2013-10-23 05:37:59'),(22055,5,6323,'','2013-10-23 05:37:59'),(22056,6,6323,'','2013-10-23 05:37:59'),(22057,1,6324,'3572541','2013-10-23 06:05:24'),(22058,2,6324,'','2013-10-23 06:05:24'),(22059,3,6324,'','2013-10-23 06:05:24'),(22060,4,6324,'OPD','2013-10-23 06:05:24'),(22061,5,6324,'','2013-10-23 06:05:24'),(22062,6,6324,'191','2013-10-23 06:05:24'),(22063,1,6326,'','2013-10-23 06:05:24'),(22064,2,6326,'','2013-10-23 06:05:24'),(22065,3,6326,'','2013-10-23 06:05:24'),(22066,4,6326,'','2013-10-23 06:05:24'),(22067,5,6326,'','2013-10-23 06:05:24'),(22068,6,6326,'','2013-10-23 06:05:24'),(22069,1,6329,'','2013-10-23 06:05:24'),(22070,2,6329,'','2013-10-23 06:05:24'),(22071,3,6329,'','2013-10-23 06:05:24'),(22072,4,6329,'','2013-10-23 06:05:24'),(22073,5,6329,'','2013-10-23 06:05:24'),(22074,6,6329,'','2013-10-23 06:05:24'),(22075,1,6330,'3572470','2013-10-23 06:14:06'),(22076,2,6330,'589021','2013-10-23 06:14:06'),(22077,3,6330,'','2013-10-23 06:14:06'),(22078,4,6330,'OPD','2013-10-23 06:14:06'),(22079,5,6330,'','2013-10-23 06:14:06'),(22080,6,6330,'162','2013-10-23 06:14:06'),(22081,1,6332,'','2013-10-23 06:14:06'),(22082,2,6332,'','2013-10-23 06:14:06'),(22083,3,6332,'','2013-10-23 06:14:06'),(22084,4,6332,'','2013-10-23 06:14:06'),(22085,5,6332,'','2013-10-23 06:14:06'),(22086,6,6332,'','2013-10-23 06:14:06'),(22087,1,6335,'','2013-10-23 06:14:06'),(22088,2,6335,'','2013-10-23 06:14:06'),(22089,3,6335,'','2013-10-23 06:14:06'),(22090,4,6335,'','2013-10-23 06:14:06'),(22091,5,6335,'','2013-10-23 06:14:06'),(22092,6,6335,'','2013-10-23 06:14:06'),(22093,1,6336,'3572489','2013-10-23 06:19:03'),(22094,2,6336,'','2013-10-23 06:19:03'),(22095,3,6336,'','2013-10-23 06:19:03'),(22096,4,6336,'OPD','2013-10-23 06:19:03'),(22097,5,6336,'','2013-10-23 06:19:03'),(22098,6,6336,'146','2013-10-23 06:19:03'),(22099,1,6338,'','2013-10-23 06:19:03'),(22100,2,6338,'','2013-10-23 06:19:03'),(22101,3,6338,'','2013-10-23 06:19:03'),(22102,4,6338,'','2013-10-23 06:19:03'),(22103,5,6338,'','2013-10-23 06:19:03'),(22104,6,6338,'','2013-10-23 06:19:03'),(22105,1,6341,'','2013-10-23 06:19:03'),(22106,2,6341,'','2013-10-23 06:19:03'),(22107,3,6341,'','2013-10-23 06:19:03'),(22108,4,6341,'','2013-10-23 06:19:03'),(22109,5,6341,'','2013-10-23 06:19:03'),(22110,6,6341,'','2013-10-23 06:19:03'),(22111,1,6342,'3573067','2013-10-23 06:24:29'),(22112,2,6342,'589169','2013-10-23 06:24:29'),(22113,3,6342,'','2013-10-23 06:24:29'),(22114,4,6342,'OPD','2013-10-23 06:24:29'),(22115,5,6342,'','2013-10-23 06:24:29'),(22116,6,6342,'30','2013-10-23 06:24:29'),(22117,1,6343,'3572691','2013-10-23 06:35:27'),(22118,2,6343,'','2013-10-23 06:35:27'),(22119,3,6343,'','2013-10-23 06:35:27'),(22120,4,6343,'OPD','2013-10-23 06:35:27'),(22121,5,6343,'','2013-10-23 06:35:27'),(22122,6,6343,'221','2013-10-23 06:35:27'),(22123,1,6345,'','2013-10-23 06:35:27'),(22124,2,6345,'','2013-10-23 06:35:27'),(22125,3,6345,'','2013-10-23 06:35:27'),(22126,4,6345,'','2013-10-23 06:35:27'),(22127,5,6345,'','2013-10-23 06:35:27'),(22128,6,6345,'','2013-10-23 06:35:27'),(22129,1,6348,'','2013-10-23 06:35:27'),(22130,2,6348,'','2013-10-23 06:35:27'),(22131,3,6348,'','2013-10-23 06:35:27'),(22132,4,6348,'','2013-10-23 06:35:27'),(22133,5,6348,'','2013-10-23 06:35:27'),(22134,6,6348,'','2013-10-23 06:35:27'),(22135,1,6349,'3572567','2013-10-23 07:42:51'),(22136,2,6349,'','2013-10-23 07:42:51'),(22137,3,6349,'','2013-10-23 07:42:51'),(22138,4,6349,'OPD','2013-10-23 07:42:51'),(22139,5,6349,'','2013-10-23 07:42:51'),(22140,6,6349,'262.00','2013-10-23 07:42:51'),(22141,1,6351,'','2013-10-23 07:42:51'),(22142,2,6351,'','2013-10-23 07:42:51'),(22143,3,6351,'','2013-10-23 07:42:51'),(22144,4,6351,'','2013-10-23 07:42:51'),(22145,5,6351,'','2013-10-23 07:42:51'),(22146,6,6351,'','2013-10-23 07:42:51'),(22147,1,6354,'','2013-10-23 07:42:51'),(22148,2,6354,'','2013-10-23 07:42:51'),(22149,3,6354,'','2013-10-23 07:42:51'),(22150,4,6354,'','2013-10-23 07:42:51'),(22151,5,6354,'','2013-10-23 07:42:51'),(22152,6,6354,'','2013-10-23 07:42:51'),(22153,1,6355,'3573086','2013-10-23 07:51:12'),(22154,2,6355,'589174','2013-10-23 07:51:12'),(22155,3,6355,'','2013-10-23 07:51:12'),(22156,4,6355,'OPD','2013-10-23 07:51:12'),(22157,5,6355,'','2013-10-23 07:51:12'),(22158,6,6355,'11.00','2013-10-23 07:51:12'),(22159,1,6356,'3573088','2013-10-23 08:01:30'),(22160,2,6356,'589177','2013-10-23 08:01:30'),(22161,3,6356,'','2013-10-23 08:01:30'),(22162,4,6356,'OUTSIDE REQ','2013-10-23 08:01:30'),(22163,5,6356,'','2013-10-23 08:01:30'),(22164,6,6356,'313.50','2013-10-23 08:01:30'),(22165,1,6358,'','2013-10-23 08:01:30'),(22166,2,6358,'','2013-10-23 08:01:30'),(22167,3,6358,'','2013-10-23 08:01:30'),(22168,4,6358,'','2013-10-23 08:01:30'),(22169,5,6358,'','2013-10-23 08:01:30'),(22170,6,6358,'','2013-10-23 08:01:30'),(22171,1,6359,'3573102','2013-10-23 08:11:31'),(22172,2,6359,'','2013-10-23 08:11:31'),(22173,3,6359,'','2013-10-23 08:11:31'),(22174,4,6359,'','2013-10-23 08:11:31'),(22175,5,6359,'','2013-10-23 08:11:31'),(22176,6,6359,'145.00','2013-10-23 08:11:31'),(22177,1,6361,'','2013-10-23 08:11:32'),(22178,2,6361,'','2013-10-23 08:11:32'),(22179,3,6361,'','2013-10-23 08:11:32'),(22180,4,6361,'','2013-10-23 08:11:32'),(22181,5,6361,'','2013-10-23 08:11:32'),(22182,6,6361,'','2013-10-23 08:11:32'),(22183,1,6364,'','2013-10-23 08:11:32'),(22184,2,6364,'','2013-10-23 08:11:32'),(22185,3,6364,'','2013-10-23 08:11:32'),(22186,4,6364,'','2013-10-23 08:11:32'),(22187,5,6364,'','2013-10-23 08:11:32'),(22188,6,6364,'','2013-10-23 08:11:32'),(22189,1,6365,'3573096','2013-10-23 08:21:05'),(22190,2,6365,'589178','2013-10-23 08:21:05'),(22191,3,6365,'','2013-10-23 08:21:05'),(22192,4,6365,'OPD','2013-10-23 08:21:05'),(22193,5,6365,'','2013-10-23 08:21:05'),(22194,6,6365,'98.00','2013-10-23 08:21:05'),(22195,1,6366,'3573109','2013-10-23 08:30:30'),(22196,2,6366,'','2013-10-23 08:30:30'),(22197,3,6366,'','2013-10-23 08:30:30'),(22198,4,6366,'OPD','2013-10-23 08:30:30'),(22199,5,6366,'','2013-10-23 08:30:30'),(22200,6,6366,'139.00','2013-10-23 08:30:30'),(22201,1,6368,'','2013-10-23 08:30:30'),(22202,2,6368,'','2013-10-23 08:30:30'),(22203,3,6368,'','2013-10-23 08:30:30'),(22204,4,6368,'','2013-10-23 08:30:30'),(22205,5,6368,'','2013-10-23 08:30:30'),(22206,6,6368,'','2013-10-23 08:30:30'),(22207,1,6369,'3573137','2013-10-23 08:51:51'),(22208,2,6369,'589186','2013-10-23 08:51:51'),(22209,3,6369,'UTI','2013-10-23 08:51:51'),(22210,4,6369,'OPD','2013-10-23 08:51:51'),(22211,5,6369,'','2013-10-23 08:51:51'),(22212,6,6369,'','2013-10-23 08:51:51'),(22213,1,6371,'','2013-10-23 08:51:52'),(22214,2,6371,'','2013-10-23 08:51:52'),(22215,3,6371,'','2013-10-23 08:51:52'),(22216,4,6371,'','2013-10-23 08:51:52'),(22217,5,6371,'','2013-10-23 08:51:52'),(22218,6,6371,'','2013-10-23 08:51:52'),(22219,1,6372,'','2013-10-23 08:54:43'),(22220,2,6372,'','2013-10-23 08:54:43'),(22221,3,6372,'','2013-10-23 08:54:43'),(22222,4,6372,'','2013-10-23 08:54:43'),(22223,5,6372,'','2013-10-23 08:54:43'),(22224,6,6372,'','2013-10-23 08:54:43'),(22225,1,6373,'3572546','2013-10-23 08:59:59'),(22226,2,6373,'','2013-10-23 08:59:59'),(22227,3,6373,'','2013-10-23 08:59:59'),(22228,4,6373,'','2013-10-23 08:59:59'),(22229,5,6373,'','2013-10-23 08:59:59'),(22230,6,6373,'261.00','2013-10-23 08:59:59'),(22231,1,6375,'','2013-10-23 08:59:59'),(22232,2,6375,'','2013-10-23 08:59:59'),(22233,3,6375,'','2013-10-23 08:59:59'),(22234,4,6375,'','2013-10-23 08:59:59'),(22235,5,6375,'','2013-10-23 08:59:59'),(22236,6,6375,'','2013-10-23 08:59:59'),(22237,1,6378,'','2013-10-23 08:59:59'),(22238,2,6378,'','2013-10-23 08:59:59'),(22239,3,6378,'','2013-10-23 08:59:59'),(22240,4,6378,'','2013-10-23 08:59:59'),(22241,5,6378,'','2013-10-23 08:59:59'),(22242,6,6378,'','2013-10-23 08:59:59'),(22243,1,6382,'','2013-10-23 08:59:59'),(22244,2,6382,'','2013-10-23 08:59:59'),(22245,3,6382,'','2013-10-23 08:59:59'),(22246,4,6382,'','2013-10-23 08:59:59'),(22247,5,6382,'','2013-10-23 08:59:59'),(22248,6,6382,'','2013-10-23 08:59:59'),(22249,1,6383,'3573148','2013-10-23 09:04:07'),(22250,2,6383,'589190','2013-10-23 09:04:07'),(22251,3,6383,'','2013-10-23 09:04:07'),(22252,4,6383,'','2013-10-23 09:04:07'),(22253,5,6383,'','2013-10-23 09:04:07'),(22254,6,6383,'11.00','2013-10-23 09:04:07'),(22255,1,6385,'','2013-10-23 09:04:07'),(22256,2,6385,'','2013-10-23 09:04:07'),(22257,3,6385,'','2013-10-23 09:04:07'),(22258,4,6385,'','2013-10-23 09:04:07'),(22259,5,6385,'','2013-10-23 09:04:07'),(22260,6,6385,'44.00','2013-10-23 09:04:07'),(22261,1,6386,'3572595','2013-10-23 09:35:17'),(22262,2,6386,'','2013-10-23 09:35:17'),(22263,3,6386,'','2013-10-23 09:35:17'),(22264,4,6386,'','2013-10-23 09:35:17'),(22265,5,6386,'','2013-10-23 09:35:17'),(22266,6,6386,'232.00','2013-10-23 09:35:17'),(22267,1,6388,'','2013-10-23 09:35:17'),(22268,2,6388,'','2013-10-23 09:35:17'),(22269,3,6388,'','2013-10-23 09:35:17'),(22270,4,6388,'','2013-10-23 09:35:17'),(22271,5,6388,'','2013-10-23 09:35:17'),(22272,6,6388,'','2013-10-23 09:35:17'),(22273,1,6391,'','2013-10-23 09:35:17'),(22274,2,6391,'','2013-10-23 09:35:17'),(22275,3,6391,'','2013-10-23 09:35:17'),(22276,4,6391,'','2013-10-23 09:35:17'),(22277,5,6391,'','2013-10-23 09:35:17'),(22278,6,6391,'','2013-10-23 09:35:17'),(22279,1,6392,'3573166','2013-10-23 09:38:28'),(22280,2,6392,'','2013-10-23 09:38:28'),(22281,3,6392,'','2013-10-23 09:38:28'),(22282,4,6392,'','2013-10-23 09:38:28'),(22283,5,6392,'','2013-10-23 09:38:28'),(22284,6,6392,'22.00','2013-10-23 09:38:28'),(22285,1,6393,'','2013-10-23 09:54:16'),(22286,2,6393,'','2013-10-23 09:54:16'),(22287,3,6393,'','2013-10-23 09:54:16'),(22288,4,6393,'','2013-10-23 09:54:16'),(22289,5,6393,'','2013-10-23 09:54:16'),(22290,6,6393,'','2013-10-23 09:54:16'),(22291,1,6395,'','2013-10-23 09:54:17'),(22292,2,6395,'','2013-10-23 09:54:17'),(22293,3,6395,'','2013-10-23 09:54:17'),(22294,4,6395,'','2013-10-23 09:54:17'),(22295,5,6395,'','2013-10-23 09:54:17'),(22296,6,6395,'','2013-10-23 09:54:17'),(22297,1,6396,'3573753','2013-10-23 09:58:45'),(22298,2,6396,'','2013-10-23 09:58:45'),(22299,3,6396,'','2013-10-23 09:58:45'),(22300,4,6396,'OPD','2013-10-23 09:58:45'),(22301,5,6396,'','2013-10-23 09:58:45'),(22302,6,6396,'104.64','2013-10-23 09:58:45'),(22303,1,6397,'3573161','2013-10-23 10:05:31'),(22304,2,6397,'','2013-10-23 10:05:31'),(22305,3,6397,'','2013-10-23 10:05:31'),(22306,4,6397,'OPD','2013-10-23 10:05:31'),(22307,5,6397,'','2013-10-23 10:05:31'),(22308,6,6397,'94.00','2013-10-23 10:05:31'),(22309,1,6399,'','2013-10-23 10:05:31'),(22310,2,6399,'','2013-10-23 10:05:31'),(22311,3,6399,'','2013-10-23 10:05:31'),(22312,4,6399,'','2013-10-23 10:05:31'),(22313,5,6399,'','2013-10-23 10:05:31'),(22314,6,6399,'','2013-10-23 10:05:31'),(22315,1,6400,'3573168','2013-10-23 10:08:20'),(22316,2,6400,'','2013-10-23 10:08:20'),(22317,3,6400,'','2013-10-23 10:08:20'),(22318,4,6400,'OPD','2013-10-23 10:08:20'),(22319,5,6400,'','2013-10-23 10:08:20'),(22320,6,6400,'13.00','2013-10-23 10:08:20'),(22321,1,6401,'3573181','2013-10-23 10:11:56'),(22322,2,6401,'','2013-10-23 10:11:56'),(22323,3,6401,'','2013-10-23 10:11:56'),(22324,4,6401,'','2013-10-23 10:11:56'),(22325,5,6401,'','2013-10-23 10:11:56'),(22326,6,6401,'81.00','2013-10-23 10:11:56'),(22327,1,6402,'3573155','2013-10-23 10:16:58'),(22328,2,6402,'589201','2013-10-23 10:16:58'),(22329,3,6402,'','2013-10-23 10:16:58'),(22330,4,6402,'OPD','2013-10-23 10:16:58'),(22331,5,6402,'','2013-10-23 10:16:58'),(22332,6,6402,'360.00','2013-10-23 10:16:58'),(22333,1,6404,'','2013-10-23 10:16:59'),(22334,2,6404,'','2013-10-23 10:16:59'),(22335,3,6404,'','2013-10-23 10:16:59'),(22336,4,6404,'','2013-10-23 10:16:59'),(22337,5,6404,'','2013-10-23 10:16:59'),(22338,6,6404,'','2013-10-23 10:16:59'),(22339,1,6407,'','2013-10-23 10:16:59'),(22340,2,6407,'','2013-10-23 10:16:59'),(22341,3,6407,'','2013-10-23 10:16:59'),(22342,4,6407,'','2013-10-23 10:16:59'),(22343,5,6407,'','2013-10-23 10:16:59'),(22344,6,6407,'','2013-10-23 10:16:59'),(22345,1,6408,'3573207','2013-10-23 10:22:24'),(22346,2,6408,'','2013-10-23 10:22:24'),(22347,3,6408,'','2013-10-23 10:22:24'),(22348,4,6408,'OPD','2013-10-23 10:22:24'),(22349,5,6408,'','2013-10-23 10:22:24'),(22350,6,6408,'78.50','2013-10-23 10:22:24'),(22351,1,6410,'','2013-10-23 10:22:28'),(22352,2,6410,'','2013-10-23 10:22:28'),(22353,3,6410,'','2013-10-23 10:22:28'),(22354,4,6410,'','2013-10-23 10:22:28'),(22355,5,6410,'','2013-10-23 10:22:28'),(22356,6,6410,'','2013-10-23 10:22:28'),(22357,1,6413,'','2013-10-23 10:22:28'),(22358,2,6413,'','2013-10-23 10:22:28'),(22359,3,6413,'','2013-10-23 10:22:28'),(22360,4,6413,'','2013-10-23 10:22:28'),(22361,5,6413,'','2013-10-23 10:22:28'),(22362,6,6413,'','2013-10-23 10:22:28'),(22363,1,6414,'3573150','2013-10-23 10:29:20'),(22364,2,6414,'589200','2013-10-23 10:29:20'),(22365,3,6414,'','2013-10-23 10:29:20'),(22366,4,6414,'OPD','2013-10-23 10:29:20'),(22367,5,6414,'','2013-10-23 10:29:20'),(22368,6,6414,'360.00','2013-10-23 10:29:20'),(22369,1,6416,'','2013-10-23 10:29:20'),(22370,2,6416,'','2013-10-23 10:29:20'),(22371,3,6416,'','2013-10-23 10:29:20'),(22372,4,6416,'','2013-10-23 10:29:20'),(22373,5,6416,'','2013-10-23 10:29:20'),(22374,6,6416,'','2013-10-23 10:29:20'),(22375,1,6417,'3573185','2013-10-23 10:31:49'),(22376,2,6417,'','2013-10-23 10:31:49'),(22377,3,6417,'','2013-10-23 10:31:49'),(22378,4,6417,'OPD','2013-10-23 10:31:49'),(22379,5,6417,'','2013-10-23 10:31:49'),(22380,6,6417,'13.00','2013-10-23 10:31:49'),(22381,1,6418,'3573196','2013-10-23 10:35:36'),(22382,2,6418,'','2013-10-23 10:35:36'),(22383,3,6418,'','2013-10-23 10:35:36'),(22384,4,6418,'OPD','2013-10-23 10:35:36'),(22385,5,6418,'','2013-10-23 10:35:36'),(22386,6,6418,'35.00','2013-10-23 10:35:36'),(22387,1,6420,'','2013-10-23 10:35:36'),(22388,2,6420,'','2013-10-23 10:35:36'),(22389,3,6420,'','2013-10-23 10:35:36'),(22390,4,6420,'','2013-10-23 10:35:36'),(22391,5,6420,'','2013-10-23 10:35:36'),(22392,6,6420,'','2013-10-23 10:35:36'),(22393,1,6421,'3573198','2013-10-23 10:39:50'),(22394,2,6421,'','2013-10-23 10:39:50'),(22395,3,6421,'','2013-10-23 10:39:50'),(22396,4,6421,'OPD','2013-10-23 10:39:50'),(22397,5,6421,'','2013-10-23 10:39:50'),(22398,6,6421,'66.00','2013-10-23 10:39:50'),(22399,1,6422,'3573202','2013-10-23 10:47:06'),(22400,2,6422,'589208','2013-10-23 10:47:06'),(22401,3,6422,'','2013-10-23 10:47:06'),(22402,4,6422,'OPD','2013-10-23 10:47:06'),(22403,5,6422,'','2013-10-23 10:47:06'),(22404,6,6422,'32.00','2013-10-23 10:47:06'),(22405,1,6423,'3573212','2013-10-23 10:49:39'),(22406,2,6423,'','2013-10-23 10:49:39'),(22407,3,6423,'','2013-10-23 10:49:39'),(22408,4,6423,'OPD','2013-10-23 10:49:39'),(22409,5,6423,'','2013-10-23 10:49:39'),(22410,6,6423,'120.00','2013-10-23 10:49:39'),(22411,1,6424,'3573214','2013-10-23 10:52:21'),(22412,2,6424,'','2013-10-23 10:52:21'),(22413,3,6424,'','2013-10-23 10:52:21'),(22414,4,6424,'OPD','2013-10-23 10:52:21'),(22415,5,6424,'','2013-10-23 10:52:21'),(22416,6,6424,'81.00','2013-10-23 10:52:21'),(22417,1,6425,'3573220','2013-10-23 10:56:06'),(22418,2,6425,'','2013-10-23 10:56:06'),(22419,3,6425,'','2013-10-23 10:56:06'),(22420,4,6425,'OPD','2013-10-23 10:56:06'),(22421,5,6425,'','2013-10-23 10:56:06'),(22422,6,6425,'57.00','2013-10-23 10:56:06'),(22423,1,6427,'','2013-10-23 10:56:07'),(22424,2,6427,'','2013-10-23 10:56:07'),(22425,3,6427,'','2013-10-23 10:56:07'),(22426,4,6427,'','2013-10-23 10:56:07'),(22427,5,6427,'','2013-10-23 10:56:07'),(22428,6,6427,'','2013-10-23 10:56:07'),(22429,1,6428,'3573232','2013-10-23 11:03:54'),(22430,2,6428,'','2013-10-23 11:03:54'),(22431,3,6428,'','2013-10-23 11:03:54'),(22432,4,6428,'OPD','2013-10-23 11:03:54'),(22433,5,6428,'','2013-10-23 11:03:54'),(22434,6,6428,'35.00','2013-10-23 11:03:54'),(22435,1,6430,'','2013-10-23 11:03:55'),(22436,2,6430,'','2013-10-23 11:03:55'),(22437,3,6430,'','2013-10-23 11:03:55'),(22438,4,6430,'','2013-10-23 11:03:55'),(22439,5,6430,'','2013-10-23 11:03:55'),(22440,6,6430,'','2013-10-23 11:03:55'),(22441,1,6431,'3573252','2013-10-23 11:05:26'),(22442,2,6431,'','2013-10-23 11:05:26'),(22443,3,6431,'','2013-10-23 11:05:26'),(22444,4,6431,'OPD','2013-10-23 11:05:26'),(22445,5,6431,'','2013-10-23 11:05:26'),(22446,6,6431,'22.00','2013-10-23 11:05:26'),(22447,1,6432,'3573242','2013-10-23 11:07:36'),(22448,2,6432,'','2013-10-23 11:07:36'),(22449,3,6432,'','2013-10-23 11:07:36'),(22450,4,6432,'OPD','2013-10-23 11:07:36'),(22451,5,6432,'','2013-10-23 11:07:36'),(22452,6,6432,'102.40','2013-10-23 11:07:36'),(22453,1,6434,'','2013-10-23 11:07:37'),(22454,2,6434,'','2013-10-23 11:07:37'),(22455,3,6434,'','2013-10-23 11:07:37'),(22456,4,6434,'','2013-10-23 11:07:37'),(22457,5,6434,'','2013-10-23 11:07:37'),(22458,6,6434,'','2013-10-23 11:07:37'),(22459,1,6435,'3573246','2013-10-23 11:10:32'),(22460,2,6435,'','2013-10-23 11:10:32'),(22461,3,6435,'','2013-10-23 11:10:32'),(22462,4,6435,'OPD','2013-10-23 11:10:32'),(22463,5,6435,'','2013-10-23 11:10:32'),(22464,6,6435,'97.00','2013-10-23 11:10:32'),(22465,1,6437,'','2013-10-23 11:10:33'),(22466,2,6437,'','2013-10-23 11:10:33'),(22467,3,6437,'','2013-10-23 11:10:33'),(22468,4,6437,'','2013-10-23 11:10:33'),(22469,5,6437,'','2013-10-23 11:10:33'),(22470,6,6437,'','2013-10-23 11:10:33'),(22471,1,6440,'','2013-10-23 11:10:33'),(22472,2,6440,'','2013-10-23 11:10:33'),(22473,3,6440,'','2013-10-23 11:10:33'),(22474,4,6440,'','2013-10-23 11:10:33'),(22475,5,6440,'','2013-10-23 11:10:33'),(22476,6,6440,'','2013-10-23 11:10:33'),(22477,1,6441,'3573248','2013-10-23 11:14:17'),(22478,2,6441,'','2013-10-23 11:14:17'),(22479,3,6441,'','2013-10-23 11:14:17'),(22480,4,6441,'OPD','2013-10-23 11:14:17'),(22481,5,6441,'','2013-10-23 11:14:17'),(22482,6,6441,'81.00','2013-10-23 11:14:17'),(22483,1,6442,'3573257','2013-10-23 11:24:55'),(22484,2,6442,'589225','2013-10-23 11:24:55'),(22485,3,6442,'','2013-10-23 11:24:55'),(22486,4,6442,'OPD','2013-10-23 11:24:55'),(22487,5,6442,'','2013-10-23 11:24:55'),(22488,6,6442,'49.00','2013-10-23 11:24:55'),(22489,1,6443,'3573265','2013-10-23 11:36:18'),(22490,2,6443,'','2013-10-23 11:36:18'),(22491,3,6443,'','2013-10-23 11:36:18'),(22492,4,6443,'OPD','2013-10-23 11:36:18'),(22493,5,6443,'','2013-10-23 11:36:18'),(22494,6,6443,'106.00','2013-10-23 11:36:18'),(22495,1,6445,'','2013-10-23 11:36:18'),(22496,2,6445,'','2013-10-23 11:36:18'),(22497,3,6445,'','2013-10-23 11:36:18'),(22498,4,6445,'','2013-10-23 11:36:18'),(22499,5,6445,'','2013-10-23 11:36:18'),(22500,6,6445,'','2013-10-23 11:36:18'),(22501,1,6446,'3573268','2013-10-23 11:38:37'),(22502,2,6446,'','2013-10-23 11:38:37'),(22503,3,6446,'','2013-10-23 11:38:37'),(22504,4,6446,'OPD','2013-10-23 11:38:37'),(22505,5,6446,'','2013-10-23 11:38:37'),(22506,6,6446,'81.24','2013-10-23 11:38:37'),(22507,1,6447,'3573272','2013-10-23 11:41:55'),(22508,2,6447,'','2013-10-23 11:41:55'),(22509,3,6447,'','2013-10-23 11:41:55'),(22510,4,6447,'OPD','2013-10-23 11:41:55'),(22511,5,6447,'','2013-10-23 11:41:55'),(22512,6,6447,'53.00','2013-10-23 11:41:55'),(22513,1,6449,'','2013-10-23 11:41:55'),(22514,2,6449,'','2013-10-23 11:41:55'),(22515,3,6449,'','2013-10-23 11:41:55'),(22516,4,6449,'','2013-10-23 11:41:55'),(22517,5,6449,'','2013-10-23 11:41:55'),(22518,6,6449,'','2013-10-23 11:41:55'),(22519,1,6450,'3573278','2013-10-23 11:51:28'),(22520,2,6450,'','2013-10-23 11:51:28'),(22521,3,6450,'','2013-10-23 11:51:28'),(22522,4,6450,'OPD','2013-10-23 11:51:28'),(22523,5,6450,'','2013-10-23 11:51:29'),(22524,6,6450,'50.00','2013-10-23 11:51:29'),(22525,1,6452,'','2013-10-23 11:51:29'),(22526,2,6452,'','2013-10-23 11:51:29'),(22527,3,6452,'','2013-10-23 11:51:29'),(22528,4,6452,'','2013-10-23 11:51:29'),(22529,5,6452,'','2013-10-23 11:51:29'),(22530,6,6452,'','2013-10-23 11:51:29'),(22531,1,6453,'3573284','2013-10-23 11:53:26'),(22532,2,6453,'589231','2013-10-23 11:53:26'),(22533,3,6453,'','2013-10-23 11:53:26'),(22534,4,6453,'','2013-10-23 11:53:26'),(22535,5,6453,'','2013-10-23 11:53:26'),(22536,6,6453,'35.00','2013-10-23 11:53:26'),(22537,1,6454,'3573290','2013-10-23 11:56:21'),(22538,2,6454,'','2013-10-23 11:56:21'),(22539,3,6454,'','2013-10-23 11:56:21'),(22540,4,6454,'OPD','2013-10-23 11:56:21'),(22541,5,6454,'','2013-10-23 11:56:21'),(22542,6,6454,'50.00','2013-10-23 11:56:21'),(22543,1,6455,'3573294','2013-10-23 11:58:08'),(22544,2,6455,'','2013-10-23 11:58:08'),(22545,3,6455,'','2013-10-23 11:58:08'),(22546,4,6455,'OPD','2013-10-23 11:58:08'),(22547,5,6455,'','2013-10-23 11:58:08'),(22548,6,6455,'61.00','2013-10-23 11:58:08'),(22549,1,6456,'3573199','2013-10-23 12:01:32'),(22550,2,6456,'','2013-10-23 12:01:32'),(22551,3,6456,'','2013-10-23 12:01:32'),(22552,4,6456,'WARD','2013-10-23 12:01:32'),(22553,5,6456,'214003','2013-10-23 12:01:32'),(22554,6,6456,'15.00','2013-10-23 12:01:32'),(22555,1,6457,'','2013-10-23 12:12:27'),(22556,2,6457,'','2013-10-23 12:12:27'),(22557,3,6457,'','2013-10-23 12:12:27'),(22558,4,6457,'','2013-10-23 12:12:27'),(22559,5,6457,'','2013-10-23 12:12:27'),(22560,6,6457,'','2013-10-23 12:12:27'),(22561,1,6458,'3573301','2013-10-23 12:30:13'),(22562,2,6458,'','2013-10-23 12:30:13'),(22563,3,6458,'','2013-10-23 12:30:13'),(22564,4,6458,'OPD','2013-10-23 12:30:13'),(22565,5,6458,'','2013-10-23 12:30:13'),(22566,6,6458,'66.00','2013-10-23 12:30:13'),(22567,1,6459,'3573320','2013-10-23 12:34:51'),(22568,2,6459,'','2013-10-23 12:34:51'),(22569,3,6459,'','2013-10-23 12:34:51'),(22570,4,6459,'OPD','2013-10-23 12:34:51'),(22571,5,6459,'','2013-10-23 12:34:51'),(22572,6,6459,'134.40','2013-10-23 12:34:51'),(22573,1,6460,'3573322','2013-10-23 12:36:48'),(22574,2,6460,'','2013-10-23 12:36:48'),(22575,3,6460,'','2013-10-23 12:36:48'),(22576,4,6460,'OPD','2013-10-23 12:36:48'),(22577,5,6460,'','2013-10-23 12:36:48'),(22578,6,6460,'56.40','2013-10-23 12:36:48'),(22579,1,6461,'3573326','2013-10-23 12:45:59'),(22580,2,6461,'589244','2013-10-23 12:45:59'),(22581,3,6461,'','2013-10-23 12:45:59'),(22582,4,6461,'OPD','2013-10-23 12:45:59'),(22583,5,6461,'','2013-10-23 12:45:59'),(22584,6,6461,'72.00','2013-10-23 12:45:59'),(22585,1,6463,'','2013-10-23 12:45:59'),(22586,2,6463,'','2013-10-23 12:45:59'),(22587,3,6463,'','2013-10-23 12:45:59'),(22588,4,6463,'','2013-10-23 12:45:59'),(22589,5,6463,'','2013-10-23 12:45:59'),(22590,6,6463,'','2013-10-23 12:45:59'),(22591,1,6464,'3573332','2013-10-23 12:49:45'),(22592,2,6464,'589246','2013-10-23 12:49:45'),(22593,3,6464,'','2013-10-23 12:49:45'),(22594,4,6464,'OPD','2013-10-23 12:49:45'),(22595,5,6464,'','2013-10-23 12:49:45'),(22596,6,6464,'30.00','2013-10-23 12:49:45'),(22597,1,6465,'3573343','2013-10-23 12:57:38'),(22598,2,6465,'589251','2013-10-23 12:57:38'),(22599,3,6465,'','2013-10-23 12:57:38'),(22600,4,6465,'S/R','2013-10-23 12:57:38'),(22601,5,6465,'','2013-10-23 12:57:38'),(22602,6,6465,'','2013-10-23 12:57:38'),(22603,1,6466,'3573346','2013-10-23 12:59:35'),(22604,2,6466,'','2013-10-23 12:59:35'),(22605,3,6466,'','2013-10-23 12:59:35'),(22606,4,6466,'OPD','2013-10-23 12:59:35'),(22607,5,6466,'','2013-10-23 12:59:35'),(22608,6,6466,'94.00','2013-10-23 12:59:35'),(22609,1,6468,'','2013-10-23 12:59:35'),(22610,2,6468,'','2013-10-23 12:59:35'),(22611,3,6468,'','2013-10-23 12:59:35'),(22612,4,6468,'','2013-10-23 12:59:35'),(22613,5,6468,'','2013-10-23 12:59:35'),(22614,6,6468,'','2013-10-23 12:59:35'),(22615,1,6469,'','2013-10-23 13:06:30'),(22616,2,6469,'','2013-10-23 13:06:30'),(22617,3,6469,'','2013-10-23 13:06:30'),(22618,4,6469,'','2013-10-23 13:06:30'),(22619,5,6469,'','2013-10-23 13:06:30'),(22620,6,6469,'','2013-10-23 13:06:30'),(22621,1,6470,'3573337','2013-10-23 13:07:06'),(22622,2,6470,'589249','2013-10-23 13:07:06'),(22623,3,6470,'','2013-10-23 13:07:06'),(22624,4,6470,'','2013-10-23 13:07:06'),(22625,5,6470,'','2013-10-23 13:07:06'),(22626,6,6470,'79.00','2013-10-23 13:07:06'),(22627,1,6472,'','2013-10-23 13:07:07'),(22628,2,6472,'','2013-10-23 13:07:07'),(22629,3,6472,'','2013-10-23 13:07:07'),(22630,4,6472,'','2013-10-23 13:07:07'),(22631,5,6472,'','2013-10-23 13:07:07'),(22632,6,6472,'','2013-10-23 13:07:07'),(22633,1,6475,'','2013-10-23 13:07:07'),(22634,2,6475,'','2013-10-23 13:07:07'),(22635,3,6475,'','2013-10-23 13:07:07'),(22636,4,6475,'','2013-10-23 13:07:07'),(22637,5,6475,'','2013-10-23 13:07:07'),(22638,6,6475,'','2013-10-23 13:07:07'),(22639,1,6479,'','2013-10-23 13:07:07'),(22640,2,6479,'','2013-10-23 13:07:07'),(22641,3,6479,'','2013-10-23 13:07:07'),(22642,4,6479,'','2013-10-23 13:07:07'),(22643,5,6479,'','2013-10-23 13:07:07'),(22644,6,6479,'','2013-10-23 13:07:07'),(22645,1,6480,'','2013-10-23 13:11:05'),(22646,2,6480,'','2013-10-23 13:11:05'),(22647,3,6480,'','2013-10-23 13:11:05'),(22648,4,6480,'','2013-10-23 13:11:05'),(22649,5,6480,'','2013-10-23 13:11:05'),(22650,6,6480,'','2013-10-23 13:11:05'),(22651,1,6481,'','2013-10-23 13:16:19'),(22652,2,6481,'','2013-10-23 13:16:19'),(22653,3,6481,'','2013-10-23 13:16:19'),(22654,4,6481,'','2013-10-23 13:16:19'),(22655,5,6481,'','2013-10-23 13:16:19'),(22656,6,6481,'','2013-10-23 13:16:19'),(22657,1,6482,'3573370','2013-10-23 13:18:48'),(22658,2,6482,'','2013-10-23 13:18:48'),(22659,3,6482,'','2013-10-23 13:18:48'),(22660,4,6482,'OPD','2013-10-23 13:18:48'),(22661,5,6482,'','2013-10-23 13:18:48'),(22662,6,6482,'81.00','2013-10-23 13:18:48'),(22663,1,6483,'','2013-10-23 13:20:45'),(22664,2,6483,'','2013-10-23 13:20:45'),(22665,3,6483,'','2013-10-23 13:20:45'),(22666,4,6483,'','2013-10-23 13:20:45'),(22667,5,6483,'','2013-10-23 13:20:45'),(22668,6,6483,'','2013-10-23 13:20:45'),(22669,1,6484,'','2013-10-23 13:29:05'),(22670,2,6484,'','2013-10-23 13:29:05'),(22671,3,6484,'','2013-10-23 13:29:05'),(22672,4,6484,'','2013-10-23 13:29:05'),(22673,5,6484,'','2013-10-23 13:29:05'),(22674,6,6484,'','2013-10-23 13:29:05'),(22675,1,6486,'','2013-10-23 13:29:05'),(22676,2,6486,'','2013-10-23 13:29:05'),(22677,3,6486,'','2013-10-23 13:29:05'),(22678,4,6486,'','2013-10-23 13:29:05'),(22679,5,6486,'','2013-10-23 13:29:05'),(22680,6,6486,'','2013-10-23 13:29:05'),(22681,1,6487,'','2013-10-23 13:37:16'),(22682,2,6487,'','2013-10-23 13:37:16'),(22683,3,6487,'','2013-10-23 13:37:16'),(22684,4,6487,'','2013-10-23 13:37:16'),(22685,5,6487,'','2013-10-23 13:37:16'),(22686,6,6487,'','2013-10-23 13:37:16'),(22687,1,6488,'3573394','2013-10-23 13:38:41'),(22688,2,6488,'','2013-10-23 13:38:41'),(22689,3,6488,'','2013-10-23 13:38:41'),(22690,4,6488,'OPD','2013-10-23 13:38:41'),(22691,5,6488,'','2013-10-23 13:38:41'),(22692,6,6488,'19.00','2013-10-23 13:38:41'),(22693,1,6489,'','2013-10-23 13:39:04'),(22694,2,6489,'','2013-10-23 13:39:04'),(22695,3,6489,'','2013-10-23 13:39:04'),(22696,4,6489,'','2013-10-23 13:39:04'),(22697,5,6489,'','2013-10-23 13:39:04'),(22698,6,6489,'','2013-10-23 13:39:04'),(22699,1,6490,'3573380','2013-10-23 13:40:40'),(22700,2,6490,'','2013-10-23 13:40:40'),(22701,3,6490,'','2013-10-23 13:40:40'),(22702,4,6490,'OPD','2013-10-23 13:40:40'),(22703,5,6490,'','2013-10-23 13:40:40'),(22704,6,6490,'66.00','2013-10-23 13:40:40'),(22705,1,6491,'3573385','2013-10-23 13:45:13'),(22706,2,6491,'','2013-10-23 13:45:13'),(22707,3,6491,'','2013-10-23 13:45:13'),(22708,4,6491,'OPD','2013-10-23 13:45:13'),(22709,5,6491,'','2013-10-23 13:45:13'),(22710,6,6491,'22.00','2013-10-23 13:45:13'),(22711,1,6492,'3573405','2013-10-23 13:51:13'),(22712,2,6492,'','2013-10-23 13:51:13'),(22713,3,6492,'','2013-10-23 13:51:13'),(22714,4,6492,'OPD','2013-10-23 13:51:13'),(22715,5,6492,'','2013-10-23 13:51:13'),(22716,6,6492,'35.00','2013-10-23 13:51:13'),(22717,1,6494,'','2013-10-23 13:51:13'),(22718,2,6494,'','2013-10-23 13:51:13'),(22719,3,6494,'','2013-10-23 13:51:13'),(22720,4,6494,'','2013-10-23 13:51:13'),(22721,5,6494,'','2013-10-23 13:51:13'),(22722,6,6494,'','2013-10-23 13:51:13'),(22723,1,6495,'3573412','2013-10-23 13:54:39'),(22724,2,6495,'589256','2013-10-23 13:54:39'),(22725,3,6495,'','2013-10-23 13:54:39'),(22726,4,6495,'OPD','2013-10-23 13:54:39'),(22727,5,6495,'','2013-10-23 13:54:39'),(22728,6,6495,'100.00','2013-10-23 13:54:39'),(22729,1,6497,'','2013-10-23 13:54:39'),(22730,2,6497,'','2013-10-23 13:54:39'),(22731,3,6497,'','2013-10-23 13:54:39'),(22732,4,6497,'','2013-10-23 13:54:39'),(22733,5,6497,'','2013-10-23 13:54:39'),(22734,6,6497,'','2013-10-23 13:54:39'),(22735,1,6498,'3573415','2013-10-23 13:59:33'),(22736,2,6498,'','2013-10-23 13:59:33'),(22737,3,6498,'','2013-10-23 13:59:33'),(22738,4,6498,'OPD','2013-10-23 13:59:33'),(22739,5,6498,'','2013-10-23 13:59:33'),(22740,6,6498,'94.00','2013-10-23 13:59:33'),(22741,1,6500,'','2013-10-23 13:59:33'),(22742,2,6500,'','2013-10-23 13:59:33'),(22743,3,6500,'','2013-10-23 13:59:33'),(22744,4,6500,'','2013-10-23 13:59:33'),(22745,5,6500,'','2013-10-23 13:59:33'),(22746,6,6500,'','2013-10-23 13:59:33'),(22747,1,6501,'3573426','2013-10-23 14:02:07'),(22748,2,6501,'','2013-10-23 14:02:07'),(22749,3,6501,'','2013-10-23 14:02:07'),(22750,4,6501,'OPD','2013-10-23 14:02:07'),(22751,5,6501,'','2013-10-23 14:02:07'),(22752,6,6501,'22.00','2013-10-23 14:02:07'),(22753,1,6502,'3573432','2013-10-23 14:08:21'),(22754,2,6502,'','2013-10-23 14:08:21'),(22755,3,6502,'','2013-10-23 14:08:21'),(22756,4,6502,'OUTSIDE REQ','2013-10-23 14:08:21'),(22757,5,6502,'','2013-10-23 14:08:21'),(22758,6,6502,'54.00','2013-10-23 14:08:21'),(22759,1,6503,'','2013-10-23 14:12:22'),(22760,2,6503,'','2013-10-23 14:12:22'),(22761,3,6503,'','2013-10-23 14:12:22'),(22762,4,6503,'','2013-10-23 14:12:22'),(22763,5,6503,'','2013-10-23 14:12:22'),(22764,6,6503,'','2013-10-23 14:12:22'),(22765,1,6504,'','2013-10-23 14:17:24'),(22766,2,6504,'','2013-10-23 14:17:24'),(22767,3,6504,'','2013-10-23 14:17:24'),(22768,4,6504,'','2013-10-23 14:17:24'),(22769,5,6504,'','2013-10-23 14:17:24'),(22770,6,6504,'','2013-10-23 14:17:24'),(22771,7,6504,'DAY','2013-10-23 14:17:24'),(22772,1,6505,'3573438','2013-10-23 14:27:40'),(22773,2,6505,'','2013-10-23 14:27:40'),(22774,3,6505,'','2013-10-23 14:27:40'),(22775,4,6505,'OPD','2013-10-23 14:27:40'),(22776,5,6505,'','2013-10-23 14:27:40'),(22777,6,6505,'253.00','2013-10-23 14:27:40'),(22778,7,6505,'DAY','2013-10-23 14:27:40'),(22779,1,6507,'','2013-10-23 14:27:40'),(22780,2,6507,'','2013-10-23 14:27:40'),(22781,3,6507,'','2013-10-23 14:27:40'),(22782,4,6507,'','2013-10-23 14:27:40'),(22783,5,6507,'','2013-10-23 14:27:40'),(22784,6,6507,'','2013-10-23 14:27:40'),(22785,7,6507,'DAY','2013-10-23 14:27:40'),(22786,1,6510,'','2013-10-23 14:27:41'),(22787,2,6510,'','2013-10-23 14:27:41'),(22788,3,6510,'','2013-10-23 14:27:41'),(22789,4,6510,'','2013-10-23 14:27:41'),(22790,5,6510,'','2013-10-23 14:27:41'),(22791,6,6510,'','2013-10-23 14:27:41'),(22792,7,6510,'DAY','2013-10-23 14:27:41'),(22793,1,6511,'3573437','2013-10-23 14:33:30'),(22794,2,6511,'','2013-10-23 14:33:30'),(22795,3,6511,'','2013-10-23 14:33:30'),(22796,4,6511,'OPD','2013-10-23 14:33:30'),(22797,5,6511,'','2013-10-23 14:33:30'),(22798,6,6511,'93.80','2013-10-23 14:33:30'),(22799,7,6511,'DAY','2013-10-23 14:33:30'),(22800,1,6513,'','2013-10-23 14:33:31'),(22801,2,6513,'','2013-10-23 14:33:31'),(22802,3,6513,'','2013-10-23 14:33:31'),(22803,4,6513,'','2013-10-23 14:33:31'),(22804,5,6513,'','2013-10-23 14:33:31'),(22805,6,6513,'','2013-10-23 14:33:31'),(22806,7,6513,'DAY','2013-10-23 14:33:31'),(22807,1,6516,'','2013-10-23 14:33:31'),(22808,2,6516,'','2013-10-23 14:33:31'),(22809,3,6516,'','2013-10-23 14:33:31'),(22810,4,6516,'','2013-10-23 14:33:31'),(22811,5,6516,'','2013-10-23 14:33:31'),(22812,6,6516,'','2013-10-23 14:33:31'),(22813,7,6516,'DAY','2013-10-23 14:33:31'),(22814,1,6517,'3573434','2013-10-23 14:36:50'),(22815,2,6517,'','2013-10-23 14:36:50'),(22816,3,6517,'','2013-10-23 14:36:50'),(22817,4,6517,'','2013-10-23 14:36:50'),(22818,5,6517,'','2013-10-23 14:36:50'),(22819,6,6517,'62.00','2013-10-23 14:36:50'),(22820,7,6517,'DAY','2013-10-23 14:36:50'),(22821,1,6519,'','2013-10-23 14:36:51'),(22822,2,6519,'','2013-10-23 14:36:51'),(22823,3,6519,'','2013-10-23 14:36:51'),(22824,4,6519,'','2013-10-23 14:36:51'),(22825,5,6519,'','2013-10-23 14:36:51'),(22826,6,6519,'','2013-10-23 14:36:51'),(22827,7,6519,'DAY','2013-10-23 14:36:51'),(22828,1,6520,'3573441','2013-10-23 14:39:29'),(22829,2,6520,'','2013-10-23 14:39:29'),(22830,3,6520,'','2013-10-23 14:39:29'),(22831,4,6520,'OPD','2013-10-23 14:39:29'),(22832,5,6520,'','2013-10-23 14:39:29'),(22833,6,6520,'81.00','2013-10-23 14:39:29'),(22834,7,6520,'DAY','2013-10-23 14:39:29'),(22835,1,6521,'3573444','2013-10-23 14:45:05'),(22836,2,6521,'','2013-10-23 14:45:05'),(22837,3,6521,'','2013-10-23 14:45:05'),(22838,4,6521,'OPD','2013-10-23 14:45:05'),(22839,5,6521,'','2013-10-23 14:45:05'),(22840,6,6521,'66.00','2013-10-23 14:45:05'),(22841,7,6521,'DAY','2013-10-23 14:45:05'),(22842,1,6522,'3573468','2013-10-23 15:00:47'),(22843,2,6522,'','2013-10-23 15:00:47'),(22844,3,6522,'','2013-10-23 15:00:47'),(22845,4,6522,'OPD','2013-10-23 15:00:47'),(22846,5,6522,'','2013-10-23 15:00:47'),(22847,6,6522,'22.00','2013-10-23 15:00:47'),(22848,7,6522,'DAY','2013-10-23 15:00:47'),(22849,1,6523,'','2013-10-23 15:14:22'),(22850,2,6523,'','2013-10-23 15:14:22'),(22851,3,6523,'','2013-10-23 15:14:22'),(22852,4,6523,'','2013-10-23 15:14:22'),(22853,5,6523,'','2013-10-23 15:14:22'),(22854,6,6523,'','2013-10-23 15:14:22'),(22855,7,6523,'DAY','2013-10-23 15:14:22'),(22856,1,6524,'3571552','2013-10-23 15:20:49'),(22857,2,6524,'589277','2013-10-23 15:20:49'),(22858,3,6524,'','2013-10-23 15:20:49'),(22859,4,6524,'SR','2013-10-23 15:20:49'),(22860,5,6524,'','2013-10-23 15:20:49'),(22861,6,6524,'30.00','2013-10-23 15:20:49'),(22862,7,6524,'DAY','2013-10-23 15:20:49'),(22863,1,6525,'3573481','2013-10-23 15:25:12'),(22864,2,6525,'','2013-10-23 15:25:12'),(22865,3,6525,'','2013-10-23 15:25:12'),(22866,4,6525,'OPD','2013-10-23 15:25:12'),(22867,5,6525,'','2013-10-23 15:25:12'),(22868,6,6525,'113.00','2013-10-23 15:25:12'),(22869,7,6525,'DAY','2013-10-23 15:25:12'),(22870,1,6527,'','2013-10-23 15:25:12'),(22871,2,6527,'','2013-10-23 15:25:12'),(22872,3,6527,'','2013-10-23 15:25:12'),(22873,4,6527,'','2013-10-23 15:25:12'),(22874,5,6527,'','2013-10-23 15:25:12'),(22875,6,6527,'','2013-10-23 15:25:12'),(22876,7,6527,'DAY','2013-10-23 15:25:12'),(22877,1,6528,'3573434','2013-10-23 15:40:58'),(22878,2,6528,'','2013-10-23 15:40:58'),(22879,3,6528,'','2013-10-23 15:40:58'),(22880,4,6528,'OPD','2013-10-23 15:40:58'),(22881,5,6528,'','2013-10-23 15:40:58'),(22882,6,6528,'62.00','2013-10-23 15:40:58'),(22883,7,6528,'DAY','2013-10-23 15:40:58'),(22884,1,6530,'','2013-10-23 15:40:58'),(22885,2,6530,'','2013-10-23 15:40:58'),(22886,3,6530,'','2013-10-23 15:40:58'),(22887,4,6530,'','2013-10-23 15:40:58'),(22888,5,6530,'','2013-10-23 15:40:58'),(22889,6,6530,'','2013-10-23 15:40:58'),(22890,7,6530,'DAY','2013-10-23 15:40:58'),(22891,1,6531,'3573487','2013-10-23 15:50:57'),(22892,2,6531,'','2013-10-23 15:50:57'),(22893,3,6531,'','2013-10-23 15:50:57'),(22894,4,6531,'OPD','2013-10-23 15:50:57'),(22895,5,6531,'','2013-10-23 15:50:57'),(22896,6,6531,'92.00','2013-10-23 15:50:57'),(22897,7,6531,'DAY','2013-10-23 15:50:57'),(22898,1,6533,'','2013-10-23 15:50:57'),(22899,2,6533,'','2013-10-23 15:50:57'),(22900,3,6533,'','2013-10-23 15:50:57'),(22901,4,6533,'','2013-10-23 15:50:57'),(22902,5,6533,'','2013-10-23 15:50:57'),(22903,6,6533,'','2013-10-23 15:50:57'),(22904,7,6533,'DAY','2013-10-23 15:50:57'),(22905,1,6536,'','2013-10-23 15:50:57'),(22906,2,6536,'','2013-10-23 15:50:57'),(22907,3,6536,'','2013-10-23 15:50:57'),(22908,4,6536,'','2013-10-23 15:50:57'),(22909,5,6536,'','2013-10-23 15:50:57'),(22910,6,6536,'','2013-10-23 15:50:57'),(22911,7,6536,'DAY','2013-10-23 15:50:57'),(22912,1,6537,'3573499','2013-10-23 15:55:24'),(22913,2,6537,'','2013-10-23 15:55:24'),(22914,3,6537,'','2013-10-23 15:55:24'),(22915,4,6537,'OPD','2013-10-23 15:55:24'),(22916,5,6537,'','2013-10-23 15:55:24'),(22917,6,6537,'224.00','2013-10-23 15:55:24'),(22918,7,6537,'DAY','2013-10-23 15:55:24'),(22919,1,6539,'','2013-10-23 15:55:24'),(22920,2,6539,'','2013-10-23 15:55:24'),(22921,3,6539,'','2013-10-23 15:55:24'),(22922,4,6539,'','2013-10-23 15:55:24'),(22923,5,6539,'','2013-10-23 15:55:24'),(22924,6,6539,'','2013-10-23 15:55:24'),(22925,7,6539,'DAY','2013-10-23 15:55:24'),(22926,1,6540,'3573512','2013-10-23 16:09:45'),(22927,2,6540,'','2013-10-23 16:09:45'),(22928,3,6540,'','2013-10-23 16:09:45'),(22929,4,6540,'OPD','2013-10-23 16:09:45'),(22930,5,6540,'','2013-10-23 16:09:45'),(22931,6,6540,'54.00','2013-10-23 16:09:45'),(22932,7,6540,'DAY','2013-10-23 16:09:45'),(22933,1,6541,'3573508','2013-10-23 16:19:36'),(22934,2,6541,'','2013-10-23 16:19:36'),(22935,3,6541,'','2013-10-23 16:19:36'),(22936,4,6541,'OPD','2013-10-23 16:19:36'),(22937,5,6541,'','2013-10-23 16:19:36'),(22938,6,6541,'22.00','2013-10-23 16:19:36'),(22939,7,6541,'DAY','2013-10-23 16:19:36'),(22940,1,6542,'3573515','2013-10-23 16:24:18'),(22941,2,6542,'589295','2013-10-23 16:24:18'),(22942,3,6542,'','2013-10-23 16:24:18'),(22943,4,6542,'OPD','2013-10-23 16:24:18'),(22944,5,6542,'','2013-10-23 16:24:18'),(22945,6,6542,'90.00','2013-10-23 16:24:18'),(22946,7,6542,'DAY','2013-10-23 16:24:18'),(22947,1,6544,'','2013-10-23 16:24:19'),(22948,2,6544,'','2013-10-23 16:24:19'),(22949,3,6544,'','2013-10-23 16:24:19'),(22950,4,6544,'','2013-10-23 16:24:19'),(22951,5,6544,'','2013-10-23 16:24:19'),(22952,6,6544,'','2013-10-23 16:24:19'),(22953,7,6544,'DAY','2013-10-23 16:24:19'),(22954,1,6547,'','2013-10-23 16:24:19'),(22955,2,6547,'','2013-10-23 16:24:19'),(22956,3,6547,'','2013-10-23 16:24:19'),(22957,4,6547,'','2013-10-23 16:24:19'),(22958,5,6547,'','2013-10-23 16:24:19'),(22959,6,6547,'','2013-10-23 16:24:19'),(22960,7,6547,'DAY','2013-10-23 16:24:19'),(22961,1,6548,'3573521','2013-10-23 16:28:00'),(22962,2,6548,'','2013-10-23 16:28:00'),(22963,3,6548,'','2013-10-23 16:28:00'),(22964,4,6548,'OPD','2013-10-23 16:28:00'),(22965,5,6548,'','2013-10-23 16:28:00'),(22966,6,6548,'50.00','2013-10-23 16:28:00'),(22967,7,6548,'DAY','2013-10-23 16:28:00'),(22968,1,6550,'','2013-10-23 16:28:03'),(22969,2,6550,'','2013-10-23 16:28:03'),(22970,3,6550,'','2013-10-23 16:28:03'),(22971,4,6550,'','2013-10-23 16:28:03'),(22972,5,6550,'','2013-10-23 16:28:03'),(22973,6,6550,'','2013-10-23 16:28:03'),(22974,7,6550,'DAY','2013-10-23 16:28:03'),(22975,1,6551,'3573524','2013-10-23 16:32:55'),(22976,2,6551,'','2013-10-23 16:32:55'),(22977,3,6551,'','2013-10-23 16:32:55'),(22978,4,6551,'OPD','2013-10-23 16:32:55'),(22979,5,6551,'','2013-10-23 16:32:55'),(22980,6,6551,'66.00','2013-10-23 16:32:55'),(22981,7,6551,'DAY','2013-10-23 16:32:55'),(22982,1,6552,'','2013-10-23 16:51:09'),(22983,2,6552,'','2013-10-23 16:51:09'),(22984,3,6552,'','2013-10-23 16:51:09'),(22985,4,6552,'','2013-10-23 16:51:09'),(22986,5,6552,'','2013-10-23 16:51:09'),(22987,6,6552,'','2013-10-23 16:51:09'),(22988,7,6552,'DAY','2013-10-23 16:51:09'),(22989,1,6553,'3573538','2013-10-23 17:06:44'),(22990,2,6553,'','2013-10-23 17:06:44'),(22991,3,6553,'','2013-10-23 17:06:45'),(22992,4,6553,'WARD','2013-10-23 17:06:45'),(22993,5,6553,'214692','2013-10-23 17:06:45'),(22994,6,6553,'66.00','2013-10-23 17:06:45'),(22995,7,6553,'DAY','2013-10-23 17:06:45'),(22996,1,6554,'3573534','2013-10-23 17:11:45'),(22997,2,6554,'589303','2013-10-23 17:11:45'),(22998,3,6554,'','2013-10-23 17:11:45'),(22999,4,6554,'MEDICALS','2013-10-23 17:11:45'),(23000,5,6554,'','2013-10-23 17:11:45'),(23001,6,6554,'280.00','2013-10-23 17:11:45'),(23002,7,6554,'DAY','2013-10-23 17:11:45'),(23003,1,6556,'','2013-10-23 17:11:45'),(23004,2,6556,'','2013-10-23 17:11:45'),(23005,3,6556,'','2013-10-23 17:11:45'),(23006,4,6556,'','2013-10-23 17:11:45'),(23007,5,6556,'','2013-10-23 17:11:45'),(23008,6,6556,'','2013-10-23 17:11:45'),(23009,7,6556,'DAY','2013-10-23 17:11:45'),(23010,1,6559,'','2013-10-23 17:11:45'),(23011,2,6559,'','2013-10-23 17:11:45'),(23012,3,6559,'','2013-10-23 17:11:45'),(23013,4,6559,'','2013-10-23 17:11:45'),(23014,5,6559,'','2013-10-23 17:11:45'),(23015,6,6559,'','2013-10-23 17:11:45'),(23016,7,6559,'DAY','2013-10-23 17:11:45'),(23017,1,6560,'3573541','2013-10-23 17:14:37'),(23018,2,6560,'','2013-10-23 17:14:37'),(23019,3,6560,'','2013-10-23 17:14:37'),(23020,4,6560,'OPD','2013-10-23 17:14:37'),(23021,5,6560,'','2013-10-23 17:14:37'),(23022,6,6560,'251.00','2013-10-23 17:14:37'),(23023,7,6560,'DAY','2013-10-23 17:14:37'),(23024,1,6562,'','2013-10-23 17:14:37'),(23025,2,6562,'','2013-10-23 17:14:37'),(23026,3,6562,'','2013-10-23 17:14:37'),(23027,4,6562,'','2013-10-23 17:14:37'),(23028,5,6562,'','2013-10-23 17:14:37'),(23029,6,6562,'','2013-10-23 17:14:37'),(23030,7,6562,'DAY','2013-10-23 17:14:37'),(23031,1,6565,'','2013-10-23 17:14:37'),(23032,2,6565,'','2013-10-23 17:14:37'),(23033,3,6565,'','2013-10-23 17:14:37'),(23034,4,6565,'','2013-10-23 17:14:37'),(23035,5,6565,'','2013-10-23 17:14:37'),(23036,6,6565,'','2013-10-23 17:14:37'),(23037,7,6565,'DAY','2013-10-23 17:14:37'),(23038,1,6566,'3573547','2013-10-23 17:19:35'),(23039,2,6566,'','2013-10-23 17:19:35'),(23040,3,6566,'','2013-10-23 17:19:35'),(23041,4,6566,'OPD','2013-10-23 17:19:35'),(23042,5,6566,'','2013-10-23 17:19:35'),(23043,6,6566,'82.00','2013-10-23 17:19:35'),(23044,7,6566,'DAY','2013-10-23 17:19:35'),(23045,1,6568,'','2013-10-23 17:19:35'),(23046,2,6568,'','2013-10-23 17:19:35'),(23047,3,6568,'','2013-10-23 17:19:35'),(23048,4,6568,'','2013-10-23 17:19:35'),(23049,5,6568,'','2013-10-23 17:19:35'),(23050,6,6568,'','2013-10-23 17:19:35'),(23051,7,6568,'DAY','2013-10-23 17:19:35'),(23052,1,6569,'3572908','2013-10-23 17:28:07'),(23053,2,6569,'','2013-10-23 17:28:07'),(23054,3,6569,'','2013-10-23 17:28:07'),(23055,4,6569,'OPD','2013-10-23 17:28:07'),(23056,5,6569,'','2013-10-23 17:28:07'),(23057,6,6569,'35.00','2013-10-23 17:28:07'),(23058,7,6569,'DAY','2013-10-23 17:28:07'),(23059,1,6571,'','2013-10-23 17:28:08'),(23060,2,6571,'','2013-10-23 17:28:08'),(23061,3,6571,'','2013-10-23 17:28:08'),(23062,4,6571,'','2013-10-23 17:28:08'),(23063,5,6571,'','2013-10-23 17:28:08'),(23064,6,6571,'','2013-10-23 17:28:08'),(23065,7,6571,'DAY','2013-10-23 17:28:08'),(23066,1,6572,'3573551','2013-10-23 17:31:29'),(23067,2,6572,'589309','2013-10-23 17:31:29'),(23068,3,6572,'','2013-10-23 17:31:29'),(23069,4,6572,'OPD','2013-10-23 17:31:29'),(23070,5,6572,'','2013-10-23 17:31:29'),(23071,6,6572,'60.00','2013-10-23 17:31:29'),(23072,7,6572,'DAY','2013-10-23 17:31:29'),(23073,1,6573,'3573563','2013-10-23 17:56:58'),(23074,2,6573,'','2013-10-23 17:56:58'),(23075,3,6573,'','2013-10-23 17:56:58'),(23076,4,6573,'OPD','2013-10-23 17:56:58'),(23077,5,6573,'','2013-10-23 17:56:58'),(23078,6,6573,'118.00','2013-10-23 17:56:58'),(23079,7,6573,'DAY','2013-10-23 17:56:58'),(23080,1,6575,'','2013-10-23 17:56:58'),(23081,2,6575,'','2013-10-23 17:56:58'),(23082,3,6575,'','2013-10-23 17:56:58'),(23083,4,6575,'','2013-10-23 17:56:58'),(23084,5,6575,'','2013-10-23 17:56:58'),(23085,6,6575,'','2013-10-23 17:56:58'),(23086,7,6575,'DAY','2013-10-23 17:56:58'),(23087,1,6576,'3573568','2013-10-23 18:02:36'),(23088,2,6576,'','2013-10-23 18:02:36'),(23089,3,6576,'','2013-10-23 18:02:36'),(23090,4,6576,'OPD','2013-10-23 18:02:36'),(23091,5,6576,'','2013-10-23 18:02:36'),(23092,6,6576,'66.00','2013-10-23 18:02:36'),(23093,7,6576,'DAY','2013-10-23 18:02:36'),(23094,1,6577,'3573609','2013-10-23 18:27:13'),(23095,2,6577,'','2013-10-23 18:27:13'),(23096,3,6577,'','2013-10-23 18:27:13'),(23097,4,6577,'OPD','2013-10-23 18:27:13'),(23098,5,6577,'','2013-10-23 18:27:13'),(23099,6,6577,'27.00','2013-10-23 18:27:13'),(23100,7,6577,'DAY','2013-10-23 18:27:13'),(23101,1,6578,'3573632','2013-10-23 18:59:38'),(23102,2,6578,'','2013-10-23 18:59:38'),(23103,3,6578,'','2013-10-23 18:59:38'),(23104,4,6578,'OPD','2013-10-23 18:59:38'),(23105,5,6578,'','2013-10-23 18:59:38'),(23106,6,6578,'69.00','2013-10-23 18:59:38'),(23107,7,6578,'DAY','2013-10-23 18:59:38'),(23108,1,6580,'','2013-10-23 18:59:38'),(23109,2,6580,'','2013-10-23 18:59:38'),(23110,3,6580,'','2013-10-23 18:59:38'),(23111,4,6580,'','2013-10-23 18:59:38'),(23112,5,6580,'','2013-10-23 18:59:38'),(23113,6,6580,'','2013-10-23 18:59:38'),(23114,7,6580,'DAY','2013-10-23 18:59:38'),(23115,1,6581,'3573641','2013-10-23 19:27:20'),(23116,2,6581,'','2013-10-23 19:27:20'),(23117,3,6581,'','2013-10-23 19:27:20'),(23118,4,6581,'OPD','2013-10-23 19:27:20'),(23119,5,6581,'','2013-10-23 19:27:20'),(23120,6,6581,'13','2013-10-23 19:27:20'),(23121,7,6581,'DAY','2013-10-23 19:27:20'),(23122,1,6582,'3573644','2013-10-23 19:44:07'),(23123,2,6582,'589321','2013-10-23 19:44:07'),(23124,3,6582,'','2013-10-23 19:44:07'),(23125,4,6582,'OPD','2013-10-23 19:44:07'),(23126,5,6582,'','2013-10-23 19:44:07'),(23127,6,6582,'183','2013-10-23 19:44:07'),(23128,7,6582,'NIGHT','2013-10-23 19:44:07'),(23129,1,6584,'','2013-10-23 19:44:07'),(23130,2,6584,'','2013-10-23 19:44:07'),(23131,3,6584,'','2013-10-23 19:44:07'),(23132,4,6584,'','2013-10-23 19:44:07'),(23133,5,6584,'','2013-10-23 19:44:07'),(23134,6,6584,'','2013-10-23 19:44:07'),(23135,7,6584,'NIGHT','2013-10-23 19:44:07'),(23136,1,6585,'3573662','2013-10-23 20:40:07'),(23137,2,6585,'','2013-10-23 20:40:07'),(23138,3,6585,'','2013-10-23 20:40:07'),(23139,4,6585,'OPD','2013-10-23 20:40:07'),(23140,5,6585,'','2013-10-23 20:40:07'),(23141,6,6585,'99','2013-10-23 20:40:07'),(23142,7,6585,'NIGHT','2013-10-23 20:40:07'),(23143,1,6587,'','2013-10-23 20:40:07'),(23144,2,6587,'','2013-10-23 20:40:07'),(23145,3,6587,'','2013-10-23 20:40:07'),(23146,4,6587,'','2013-10-23 20:40:07'),(23147,5,6587,'','2013-10-23 20:40:07'),(23148,6,6587,'','2013-10-23 20:40:07'),(23149,7,6587,'NIGHT','2013-10-23 20:40:07'),(23150,1,6588,'3573664','2013-10-23 20:53:39'),(23151,2,6588,'','2013-10-23 20:53:39'),(23152,3,6588,'','2013-10-23 20:53:39'),(23153,4,6588,'OPD','2013-10-23 20:53:39'),(23154,5,6588,'','2013-10-23 20:53:39'),(23155,6,6588,'39','2013-10-23 20:53:39'),(23156,7,6588,'NIGHT','2013-10-23 20:53:39'),(23157,1,6589,'3573670','2013-10-23 21:53:23'),(23158,2,6589,'','2013-10-23 21:53:23'),(23159,3,6589,'','2013-10-23 21:53:23'),(23160,4,6589,'OPD','2013-10-23 21:53:23'),(23161,5,6589,'','2013-10-23 21:53:23'),(23162,6,6589,'34','2013-10-23 21:53:23'),(23163,7,6589,'NIGHT','2013-10-23 21:53:23'),(23164,1,6590,'3573665','2013-10-23 22:07:35'),(23165,2,6590,'','2013-10-23 22:07:35'),(23166,3,6590,'','2013-10-23 22:07:35'),(23167,4,6590,'OPD','2013-10-23 22:07:35'),(23168,5,6590,'','2013-10-23 22:07:35'),(23169,6,6590,'110','2013-10-23 22:07:35'),(23170,7,6590,'NIGHT','2013-10-23 22:07:35'),(23171,1,6592,'','2013-10-23 22:07:35'),(23172,2,6592,'','2013-10-23 22:07:35'),(23173,3,6592,'','2013-10-23 22:07:35'),(23174,4,6592,'','2013-10-23 22:07:35'),(23175,5,6592,'','2013-10-23 22:07:35'),(23176,6,6592,'','2013-10-23 22:07:35'),(23177,7,6592,'NIGHT','2013-10-23 22:07:35'),(23178,1,6595,'','2013-10-23 22:07:35'),(23179,2,6595,'','2013-10-23 22:07:35'),(23180,3,6595,'','2013-10-23 22:07:35'),(23181,4,6595,'','2013-10-23 22:07:35'),(23182,5,6595,'','2013-10-23 22:07:35'),(23183,6,6595,'','2013-10-23 22:07:35'),(23184,7,6595,'NIGHT','2013-10-23 22:07:35'),(23185,1,6596,'','2013-10-23 22:57:05'),(23186,2,6596,'','2013-10-23 22:57:05'),(23187,3,6596,'','2013-10-23 22:57:05'),(23188,4,6596,'','2013-10-23 22:57:05'),(23189,5,6596,'','2013-10-23 22:57:05'),(23190,6,6596,'','2013-10-23 22:57:05'),(23191,7,6596,'DAY','2013-10-23 22:57:05'),(23192,1,6597,'3573684','2013-10-24 01:46:03'),(23193,2,6597,'589336','2013-10-24 01:46:03'),(23194,3,6597,'','2013-10-24 01:46:03'),(23195,4,6597,'OPD','2013-10-24 01:46:03'),(23196,5,6597,'','2013-10-24 01:46:03'),(23197,6,6597,'37','2013-10-24 01:46:03'),(23198,7,6597,'NIGHT','2013-10-24 01:46:03'),(23199,1,6598,'','2013-10-24 01:47:39'),(23200,2,6598,'','2013-10-24 01:47:39'),(23201,3,6598,'','2013-10-24 01:47:39'),(23202,4,6598,'','2013-10-24 01:47:39'),(23203,5,6598,'','2013-10-24 01:47:39'),(23204,6,6598,'','2013-10-24 01:47:39'),(23205,7,6598,'NIGHT','2013-10-24 01:47:40'),(23206,1,6599,'3573688','2013-10-24 04:55:53'),(23207,2,6599,'','2013-10-24 04:55:53'),(23208,3,6599,'','2013-10-24 04:55:53'),(23209,4,6599,'OPD','2013-10-24 04:55:53'),(23210,5,6599,'','2013-10-24 04:55:53'),(23211,6,6599,'575','2013-10-24 04:55:53'),(23212,7,6599,'NIGHT','2013-10-24 04:55:53'),(23213,1,6600,'3573690','2013-10-24 05:20:34'),(23214,2,6600,'','2013-10-24 05:20:34'),(23215,3,6600,'','2013-10-24 05:20:34'),(23216,4,6600,'OPD','2013-10-24 05:20:34'),(23217,5,6600,'','2013-10-24 05:20:34'),(23218,6,6600,'219','2013-10-24 05:20:34'),(23219,7,6600,'NIGHT','2013-10-24 05:20:34'),(23220,1,6602,'','2013-10-24 05:20:34'),(23221,2,6602,'','2013-10-24 05:20:34'),(23222,3,6602,'','2013-10-24 05:20:34'),(23223,4,6602,'','2013-10-24 05:20:34'),(23224,5,6602,'','2013-10-24 05:20:34'),(23225,6,6602,'','2013-10-24 05:20:34'),(23226,7,6602,'NIGHT','2013-10-24 05:20:34'),(23227,1,6603,'3573701','2013-10-24 06:16:20'),(23228,2,6603,'','2013-10-24 06:16:20'),(23229,3,6603,'','2013-10-24 06:16:20'),(23230,4,6603,'WARD','2013-10-24 06:16:20'),(23231,5,6603,'214674','2013-10-24 06:16:20'),(23232,6,6603,'12','2013-10-24 06:16:20'),(23233,7,6603,'DAY','2013-10-24 06:16:20'),(23234,1,6604,'3573708','2013-10-24 06:34:07'),(23235,2,6604,'589338','2013-10-24 06:34:07'),(23236,3,6604,'','2013-10-24 06:34:07'),(23237,4,6604,'OPD','2013-10-24 06:34:07'),(23238,5,6604,'','2013-10-24 06:34:07'),(23239,6,6604,'152','2013-10-24 06:34:07'),(23240,7,6604,'DAY','2013-10-24 06:34:07'),(23241,1,6606,'','2013-10-24 06:34:07'),(23242,2,6606,'','2013-10-24 06:34:07'),(23243,3,6606,'','2013-10-24 06:34:08'),(23244,4,6606,'','2013-10-24 06:34:08'),(23245,5,6606,'','2013-10-24 06:34:08'),(23246,6,6606,'','2013-10-24 06:34:08'),(23247,7,6606,'DAY','2013-10-24 06:34:08'),(23248,1,6607,'3573714','2013-10-24 06:45:31'),(23249,2,6607,'','2013-10-24 06:45:31'),(23250,3,6607,'','2013-10-24 06:45:31'),(23251,4,6607,'OPD','2013-10-24 06:45:31'),(23252,5,6607,'','2013-10-24 06:45:31'),(23253,6,6607,'66','2013-10-24 06:45:31'),(23254,7,6607,'DAY','2013-10-24 06:45:31'),(23255,1,6609,'','2013-10-24 06:45:31'),(23256,2,6609,'','2013-10-24 06:45:31'),(23257,3,6609,'','2013-10-24 06:45:31'),(23258,4,6609,'','2013-10-24 06:45:31'),(23259,5,6609,'','2013-10-24 06:45:31'),(23260,6,6609,'','2013-10-24 06:45:31'),(23261,7,6609,'DAY','2013-10-24 06:45:31'),(23262,1,6610,'3573726','2013-10-24 07:09:11'),(23263,2,6610,'','2013-10-24 07:09:11'),(23264,3,6610,'','2013-10-24 07:09:11'),(23265,4,6610,'OPD','2013-10-24 07:09:11'),(23266,5,6610,'','2013-10-24 07:09:11'),(23267,6,6610,'40','2013-10-24 07:09:11'),(23268,7,6610,'DAY','2013-10-24 07:09:11'),(23269,1,6611,'3573730','2013-10-24 07:13:21'),(23270,2,6611,'','2013-10-24 07:13:21'),(23271,3,6611,'','2013-10-24 07:13:21'),(23272,4,6611,'OPD','2013-10-24 07:13:21'),(23273,5,6611,'','2013-10-24 07:13:21'),(23274,6,6611,'45','2013-10-24 07:13:21'),(23275,7,6611,'DAY','2013-10-24 07:13:21'),(23276,1,6612,'3573532','2013-10-24 07:19:25'),(23277,2,6612,'','2013-10-24 07:19:25'),(23278,3,6612,'','2013-10-24 07:19:25'),(23279,4,6612,'OPD','2013-10-24 07:19:25'),(23280,5,6612,'','2013-10-24 07:19:25'),(23281,6,6612,'142','2013-10-24 07:19:25'),(23282,7,6612,'DAY','2013-10-24 07:19:25'),(23283,1,6614,'','2013-10-24 07:19:25'),(23284,2,6614,'','2013-10-24 07:19:25'),(23285,3,6614,'','2013-10-24 07:19:25'),(23286,4,6614,'','2013-10-24 07:19:25'),(23287,5,6614,'','2013-10-24 07:19:25'),(23288,6,6614,'','2013-10-24 07:19:25'),(23289,7,6614,'DAY','2013-10-24 07:19:25'),(23290,1,6615,'','2013-10-24 07:23:50'),(23291,2,6615,'','2013-10-24 07:23:50'),(23292,3,6615,'','2013-10-24 07:23:50'),(23293,4,6615,'OPD','2013-10-24 07:23:50'),(23294,5,6615,'','2013-10-24 07:23:50'),(23295,6,6615,'46','2013-10-24 07:23:50'),(23296,7,6615,'NIGHT','2013-10-24 07:23:50'),(23297,1,6617,'','2013-10-24 07:23:50'),(23298,2,6617,'','2013-10-24 07:23:50'),(23299,3,6617,'','2013-10-24 07:23:50'),(23300,4,6617,'','2013-10-24 07:23:50'),(23301,5,6617,'','2013-10-24 07:23:50'),(23302,6,6617,'','2013-10-24 07:23:50'),(23303,7,6617,'DAY','2013-10-24 07:23:50'),(23304,1,6618,'3573734','2013-10-24 07:27:34'),(23305,2,6618,'','2013-10-24 07:27:34'),(23306,3,6618,'','2013-10-24 07:27:34'),(23307,4,6618,'OPD','2013-10-24 07:27:34'),(23308,5,6618,'','2013-10-24 07:27:34'),(23309,6,6618,'245','2013-10-24 07:27:34'),(23310,7,6618,'NIGHT','2013-10-24 07:27:34'),(23311,1,6620,'','2013-10-24 07:27:34'),(23312,2,6620,'','2013-10-24 07:27:34'),(23313,3,6620,'','2013-10-24 07:27:34'),(23314,4,6620,'','2013-10-24 07:27:34'),(23315,5,6620,'','2013-10-24 07:27:34'),(23316,6,6620,'','2013-10-24 07:27:34'),(23317,7,6620,'DAY','2013-10-24 07:27:34'),(23318,1,6623,'','2013-10-24 07:27:35'),(23319,2,6623,'','2013-10-24 07:27:35'),(23320,3,6623,'','2013-10-24 07:27:35'),(23321,4,6623,'','2013-10-24 07:27:35'),(23322,5,6623,'','2013-10-24 07:27:35'),(23323,6,6623,'','2013-10-24 07:27:35'),(23324,7,6623,'DAY','2013-10-24 07:27:35'),(23325,1,6624,'3573229','2013-10-24 07:36:06'),(23326,2,6624,'589213','2013-10-24 07:36:06'),(23327,3,6624,'','2013-10-24 07:36:06'),(23328,4,6624,'OUT','2013-10-24 07:36:06'),(23329,5,6624,'','2013-10-24 07:36:06'),(23330,6,6624,'105','2013-10-24 07:36:06'),(23331,7,6624,'DAY','2013-10-24 07:36:06'),(23332,1,6626,'','2013-10-24 07:36:06'),(23333,2,6626,'','2013-10-24 07:36:06'),(23334,3,6626,'','2013-10-24 07:36:06'),(23335,4,6626,'','2013-10-24 07:36:06'),(23336,5,6626,'','2013-10-24 07:36:06'),(23337,6,6626,'','2013-10-24 07:36:06'),(23338,7,6626,'DAY','2013-10-24 07:36:06'),(23339,1,6627,'','2013-10-24 08:01:45'),(23340,2,6627,'','2013-10-24 08:01:45'),(23341,3,6627,'','2013-10-24 08:01:45'),(23342,4,6627,'','2013-10-24 08:01:45'),(23343,5,6627,'','2013-10-24 08:01:45'),(23344,6,6627,'','2013-10-24 08:01:45'),(23345,7,6627,'DAY','2013-10-24 08:01:45'),(23346,1,6629,'','2013-10-24 08:01:46'),(23347,2,6629,'','2013-10-24 08:01:46'),(23348,3,6629,'','2013-10-24 08:01:46'),(23349,4,6629,'','2013-10-24 08:01:46'),(23350,5,6629,'','2013-10-24 08:01:46'),(23351,6,6629,'','2013-10-24 08:01:46'),(23352,7,6629,'DAY','2013-10-24 08:01:46'),(23353,1,6632,'','2013-10-24 08:01:46'),(23354,2,6632,'','2013-10-24 08:01:46'),(23355,3,6632,'','2013-10-24 08:01:46'),(23356,4,6632,'','2013-10-24 08:01:46'),(23357,5,6632,'','2013-10-24 08:01:46'),(23358,6,6632,'','2013-10-24 08:01:46'),(23359,7,6632,'DAY','2013-10-24 08:01:46'),(23360,1,6636,'','2013-10-24 08:01:46'),(23361,2,6636,'','2013-10-24 08:01:46'),(23362,3,6636,'','2013-10-24 08:01:46'),(23363,4,6636,'','2013-10-24 08:01:46'),(23364,5,6636,'','2013-10-24 08:01:46'),(23365,6,6636,'','2013-10-24 08:01:46'),(23366,7,6636,'DAY','2013-10-24 08:01:46'),(23367,1,6637,'3571762','2013-10-24 08:05:46'),(23368,2,6637,'','2013-10-24 08:05:46'),(23369,3,6637,'','2013-10-24 08:05:46'),(23370,4,6637,'','2013-10-24 08:05:46'),(23371,5,6637,'214664','2013-10-24 08:05:46'),(23372,6,6637,'22','2013-10-24 08:05:46'),(23373,7,6637,'DAY','2013-10-24 08:05:46'),(23374,1,6638,'3571758','2013-10-24 08:09:17'),(23375,2,6638,'','2013-10-24 08:09:17'),(23376,3,6638,'','2013-10-24 08:09:17'),(23377,4,6638,'OPD','2013-10-24 08:09:17'),(23378,5,6638,'','2013-10-24 08:09:17'),(23379,6,6638,'54','2013-10-24 08:09:17'),(23380,7,6638,'DAY','2013-10-24 08:09:17'),(23381,1,6640,'','2013-10-24 08:09:17'),(23382,2,6640,'','2013-10-24 08:09:17'),(23383,3,6640,'','2013-10-24 08:09:17'),(23384,4,6640,'','2013-10-24 08:09:17'),(23385,5,6640,'','2013-10-24 08:09:17'),(23386,6,6640,'','2013-10-24 08:09:17'),(23387,7,6640,'DAY','2013-10-24 08:09:17'),(23388,1,6641,'','2013-10-24 08:36:42'),(23389,2,6641,'','2013-10-24 08:36:42'),(23390,3,6641,'','2013-10-24 08:36:42'),(23391,4,6641,'','2013-10-24 08:36:42'),(23392,5,6641,'','2013-10-24 08:36:42'),(23393,6,6641,'','2013-10-24 08:36:42'),(23394,7,6641,'NIGHT','2013-10-24 08:36:42'),(23395,1,6642,'','2013-10-24 08:37:57'),(23396,2,6642,'','2013-10-24 08:37:57'),(23397,3,6642,'','2013-10-24 08:37:57'),(23398,4,6642,'OPD','2013-10-24 08:37:57'),(23399,5,6642,'','2013-10-24 08:37:57'),(23400,6,6642,'13','2013-10-24 08:37:57'),(23401,7,6642,'DAY','2013-10-24 08:37:57'),(23402,1,6643,'','2013-10-24 08:42:46'),(23403,2,6643,'589349','2013-10-24 08:42:46'),(23404,3,6643,'','2013-10-24 08:42:46'),(23405,4,6643,'OPD','2013-10-24 08:42:46'),(23406,5,6643,'','2013-10-24 08:42:46'),(23407,6,6643,'104','2013-10-24 08:42:46'),(23408,7,6643,'DAY','2013-10-24 08:42:46'),(23409,1,6645,'','2013-10-24 08:42:46'),(23410,2,6645,'','2013-10-24 08:42:46'),(23411,3,6645,'','2013-10-24 08:42:46'),(23412,4,6645,'','2013-10-24 08:42:46'),(23413,5,6645,'','2013-10-24 08:42:46'),(23414,6,6645,'','2013-10-24 08:42:46'),(23415,7,6645,'DAY','2013-10-24 08:42:46'),(23416,1,6648,'','2013-10-24 08:42:46'),(23417,2,6648,'','2013-10-24 08:42:46'),(23418,3,6648,'','2013-10-24 08:42:46'),(23419,4,6648,'','2013-10-24 08:42:46'),(23420,5,6648,'','2013-10-24 08:42:46'),(23421,6,6648,'','2013-10-24 08:42:46'),(23422,7,6648,'DAY','2013-10-24 08:42:46'),(23423,1,6649,'','2013-10-24 08:44:44'),(23424,2,6649,'589353','2013-10-24 08:44:44'),(23425,3,6649,'','2013-10-24 08:44:44'),(23426,4,6649,'OPD','2013-10-24 08:44:44'),(23427,5,6649,'','2013-10-24 08:44:44'),(23428,6,6649,'41','2013-10-24 08:44:44'),(23429,7,6649,'DAY','2013-10-24 08:44:44'),(23430,1,6650,'3573799','2013-10-24 08:52:07'),(23431,2,6650,'','2013-10-24 08:52:07'),(23432,3,6650,'','2013-10-24 08:52:07'),(23433,4,6650,'OPD','2013-10-24 08:52:07'),(23434,5,6650,'','2013-10-24 08:52:07'),(23435,6,6650,'25','2013-10-24 08:52:07'),(23436,7,6650,'DAY','2013-10-24 08:52:07'),(23437,1,6652,'','2013-10-24 08:52:07'),(23438,2,6652,'','2013-10-24 08:52:07'),(23439,3,6652,'','2013-10-24 08:52:07'),(23440,4,6652,'','2013-10-24 08:52:07'),(23441,5,6652,'','2013-10-24 08:52:07'),(23442,6,6652,'','2013-10-24 08:52:07'),(23443,7,6652,'DAY','2013-10-24 08:52:07'),(23444,1,6653,'3573815','2013-10-24 09:02:49'),(23445,2,6653,'','2013-10-24 09:02:49'),(23446,3,6653,'','2013-10-24 09:02:49'),(23447,4,6653,'MED','2013-10-24 09:02:49'),(23448,5,6653,'','2013-10-24 09:02:49'),(23449,6,6653,'99','2013-10-24 09:02:49'),(23450,7,6653,'DAY','2013-10-24 09:02:49'),(23451,1,6655,'','2013-10-24 09:02:49'),(23452,2,6655,'','2013-10-24 09:02:49'),(23453,3,6655,'','2013-10-24 09:02:49'),(23454,4,6655,'','2013-10-24 09:02:49'),(23455,5,6655,'','2013-10-24 09:02:49'),(23456,6,6655,'','2013-10-24 09:02:49'),(23457,7,6655,'DAY','2013-10-24 09:02:49'),(23458,1,6658,'','2013-10-24 09:02:50'),(23459,2,6658,'','2013-10-24 09:02:50'),(23460,3,6658,'','2013-10-24 09:02:50'),(23461,4,6658,'','2013-10-24 09:02:50'),(23462,5,6658,'','2013-10-24 09:02:50'),(23463,6,6658,'','2013-10-24 09:02:50'),(23464,7,6658,'DAY','2013-10-24 09:02:50'),(23465,1,6659,'3573808','2013-10-24 09:05:13'),(23466,2,6659,'','2013-10-24 09:05:13'),(23467,3,6659,'','2013-10-24 09:05:13'),(23468,4,6659,'','2013-10-24 09:05:13'),(23469,5,6659,'241691','2013-10-24 09:05:13'),(23470,6,6659,'20','2013-10-24 09:05:13'),(23471,7,6659,'DAY','2013-10-24 09:05:13'),(23472,1,6660,'3573911','2013-10-24 09:07:37'),(23473,2,6660,'','2013-10-24 09:07:37'),(23474,3,6660,'','2013-10-24 09:07:37'),(23475,4,6660,'','2013-10-24 09:07:37'),(23476,5,6660,'W','2013-10-24 09:07:37'),(23477,6,6660,'198','2013-10-24 09:07:37'),(23478,7,6660,'DAY','2013-10-24 09:07:37'),(23479,1,6662,'','2013-10-24 09:07:38'),(23480,2,6662,'','2013-10-24 09:07:38'),(23481,3,6662,'','2013-10-24 09:07:38'),(23482,4,6662,'','2013-10-24 09:07:38'),(23483,5,6662,'','2013-10-24 09:07:38'),(23484,6,6662,'','2013-10-24 09:07:38'),(23485,7,6662,'DAY','2013-10-24 09:07:38'),(23486,1,6663,'3573826','2013-10-24 09:15:48'),(23487,2,6663,'','2013-10-24 09:15:48'),(23488,3,6663,'','2013-10-24 09:15:48'),(23489,4,6663,'OPD','2013-10-24 09:15:48'),(23490,5,6663,'','2013-10-24 09:15:48'),(23491,6,6663,'37','2013-10-24 09:15:48'),(23492,7,6663,'DAY','2013-10-24 09:15:48'),(23493,1,6664,'','2013-10-24 09:27:53'),(23494,2,6664,'','2013-10-24 09:27:53'),(23495,3,6664,'','2013-10-24 09:27:53'),(23496,4,6664,'','2013-10-24 09:27:53'),(23497,5,6664,'','2013-10-24 09:27:53'),(23498,6,6664,'','2013-10-24 09:27:54'),(23499,7,6664,'DAY','2013-10-24 09:27:54'),(23500,1,6665,'','2013-10-24 09:27:57'),(23501,2,6665,'589357','2013-10-24 09:27:57'),(23502,3,6665,'','2013-10-24 09:27:57'),(23503,4,6665,'OPD','2013-10-24 09:27:57'),(23504,5,6665,'','2013-10-24 09:27:57'),(23505,6,6665,'180','2013-10-24 09:27:57'),(23506,7,6665,'DAY','2013-10-24 09:27:57'),(23507,1,6667,'','2013-10-24 09:27:57'),(23508,2,6667,'','2013-10-24 09:27:57'),(23509,3,6667,'','2013-10-24 09:27:57'),(23510,4,6667,'','2013-10-24 09:27:57'),(23511,5,6667,'','2013-10-24 09:27:57'),(23512,6,6667,'','2013-10-24 09:27:57'),(23513,7,6667,'DAY','2013-10-24 09:27:57'),(23514,1,6670,'','2013-10-24 09:27:57'),(23515,2,6670,'','2013-10-24 09:27:57'),(23516,3,6670,'','2013-10-24 09:27:57'),(23517,4,6670,'','2013-10-24 09:27:57'),(23518,5,6670,'','2013-10-24 09:27:57'),(23519,6,6670,'','2013-10-24 09:27:57'),(23520,7,6670,'DAY','2013-10-24 09:27:57'),(23521,1,6674,'','2013-10-24 09:27:58'),(23522,2,6674,'','2013-10-24 09:27:58'),(23523,3,6674,'','2013-10-24 09:27:58'),(23524,4,6674,'','2013-10-24 09:27:58'),(23525,5,6674,'','2013-10-24 09:27:58'),(23526,6,6674,'','2013-10-24 09:27:58'),(23527,7,6674,'DAY','2013-10-24 09:27:58'),(23528,1,6675,'3573843','2013-10-24 09:30:35'),(23529,2,6675,'589360','2013-10-24 09:30:35'),(23530,3,6675,'','2013-10-24 09:30:35'),(23531,4,6675,'OUT','2013-10-24 09:30:35'),(23532,5,6675,'','2013-10-24 09:30:35'),(23533,6,6675,'30','2013-10-24 09:30:35'),(23534,7,6675,'DAY','2013-10-24 09:30:35'),(23535,1,6676,'3573841','2013-10-24 09:34:03'),(23536,2,6676,'','2013-10-24 09:34:03'),(23537,3,6676,'','2013-10-24 09:34:03'),(23538,4,6676,'OPD','2013-10-24 09:34:03'),(23539,5,6676,'','2013-10-24 09:34:03'),(23540,6,6676,'66','2013-10-24 09:34:03'),(23541,7,6676,'DAY','2013-10-24 09:34:03'),(23542,1,6677,'','2013-10-24 09:34:15'),(23543,2,6677,'','2013-10-24 09:34:15'),(23544,3,6677,'','2013-10-24 09:34:15'),(23545,4,6677,'','2013-10-24 09:34:15'),(23546,5,6677,'','2013-10-24 09:34:15'),(23547,6,6677,'','2013-10-24 09:34:15'),(23548,7,6677,'DAY','2013-10-24 09:34:15'),(23549,1,6678,'3573853','2013-10-24 09:38:32'),(23550,2,6678,'589361','2013-10-24 09:38:32'),(23551,3,6678,'','2013-10-24 09:38:32'),(23552,4,6678,'OPD','2013-10-24 09:38:32'),(23553,5,6678,'','2013-10-24 09:38:32'),(23554,6,6678,'44','2013-10-24 09:38:32'),(23555,7,6678,'DAY','2013-10-24 09:38:32'),(23556,1,6680,'','2013-10-24 09:38:32'),(23557,2,6680,'','2013-10-24 09:38:32'),(23558,3,6680,'','2013-10-24 09:38:32'),(23559,4,6680,'','2013-10-24 09:38:32'),(23560,5,6680,'','2013-10-24 09:38:32'),(23561,6,6680,'','2013-10-24 09:38:32'),(23562,7,6680,'DAY','2013-10-24 09:38:32'),(23563,1,6681,'3573856','2013-10-24 09:45:50'),(23564,2,6681,'','2013-10-24 09:45:50'),(23565,3,6681,'','2013-10-24 09:45:50'),(23566,4,6681,'OPD','2013-10-24 09:45:50'),(23567,5,6681,'','2013-10-24 09:45:50'),(23568,6,6681,'109','2013-10-24 09:45:50'),(23569,7,6681,'DAY','2013-10-24 09:45:50'),(23570,1,6683,'','2013-10-24 09:45:50'),(23571,2,6683,'','2013-10-24 09:45:50'),(23572,3,6683,'','2013-10-24 09:45:50'),(23573,4,6683,'','2013-10-24 09:45:50'),(23574,5,6683,'','2013-10-24 09:45:50'),(23575,6,6683,'','2013-10-24 09:45:50'),(23576,7,6683,'DAY','2013-10-24 09:45:50'),(23577,1,6686,'','2013-10-24 09:45:50'),(23578,2,6686,'','2013-10-24 09:45:50'),(23579,3,6686,'','2013-10-24 09:45:50'),(23580,4,6686,'','2013-10-24 09:45:50'),(23581,5,6686,'','2013-10-24 09:45:50'),(23582,6,6686,'','2013-10-24 09:45:50'),(23583,7,6686,'DAY','2013-10-24 09:45:50'),(23584,1,6690,'','2013-10-24 09:45:51'),(23585,2,6690,'','2013-10-24 09:45:51'),(23586,3,6690,'','2013-10-24 09:45:51'),(23587,4,6690,'','2013-10-24 09:45:51'),(23588,5,6690,'','2013-10-24 09:45:51'),(23589,6,6690,'','2013-10-24 09:45:51'),(23590,7,6690,'DAY','2013-10-24 09:45:51'),(23591,1,6691,'','2013-10-24 09:57:58'),(23592,2,6691,'','2013-10-24 09:57:58'),(23593,3,6691,'','2013-10-24 09:57:58'),(23594,4,6691,'OPD','2013-10-24 09:57:58'),(23595,5,6691,'','2013-10-24 09:57:58'),(23596,6,6691,'33','2013-10-24 09:57:58'),(23597,7,6691,'DAY','2013-10-24 09:57:58'),(23598,1,6692,'3573872','2013-10-24 10:01:45'),(23599,2,6692,'','2013-10-24 10:01:45'),(23600,3,6692,'','2013-10-24 10:01:45'),(23601,4,6692,'OUT','2013-10-24 10:01:45'),(23602,5,6692,'','2013-10-24 10:01:45'),(23603,6,6692,'148','2013-10-24 10:01:45'),(23604,7,6692,'DAY','2013-10-24 10:01:45'),(23605,1,6694,'','2013-10-24 10:01:45'),(23606,2,6694,'','2013-10-24 10:01:45'),(23607,3,6694,'','2013-10-24 10:01:45'),(23608,4,6694,'','2013-10-24 10:01:45'),(23609,5,6694,'','2013-10-24 10:01:45'),(23610,6,6694,'','2013-10-24 10:01:45'),(23611,7,6694,'DAY','2013-10-24 10:01:45'),(23612,1,6697,'','2013-10-24 10:01:45'),(23613,2,6697,'','2013-10-24 10:01:45'),(23614,3,6697,'','2013-10-24 10:01:45'),(23615,4,6697,'','2013-10-24 10:01:45'),(23616,5,6697,'','2013-10-24 10:01:45'),(23617,6,6697,'','2013-10-24 10:01:45'),(23618,7,6697,'DAY','2013-10-24 10:01:45'),(23619,1,6698,'3573864','2013-10-24 10:08:56'),(23620,2,6698,'589363','2013-10-24 10:08:56'),(23621,3,6698,'','2013-10-24 10:08:56'),(23622,4,6698,'OPD','2013-10-24 10:08:56'),(23623,5,6698,'','2013-10-24 10:08:56'),(23624,6,6698,'47','2013-10-24 10:08:56'),(23625,7,6698,'DAY','2013-10-24 10:08:56'),(23626,1,6700,'','2013-10-24 10:08:56'),(23627,2,6700,'','2013-10-24 10:08:56'),(23628,3,6700,'','2013-10-24 10:08:56'),(23629,4,6700,'','2013-10-24 10:08:56'),(23630,5,6700,'','2013-10-24 10:08:56'),(23631,6,6700,'','2013-10-24 10:08:56'),(23632,7,6700,'DAY','2013-10-24 10:08:56'),(23633,1,6701,'','2013-10-24 10:10:57'),(23634,2,6701,'','2013-10-24 10:10:57'),(23635,3,6701,'','2013-10-24 10:10:57'),(23636,4,6701,'','2013-10-24 10:10:57'),(23637,5,6701,'','2013-10-24 10:10:57'),(23638,6,6701,'','2013-10-24 10:10:57'),(23639,7,6701,'DAY','2013-10-24 10:10:57'),(23640,1,6702,'3573857','2013-10-24 10:25:20'),(23641,2,6702,'','2013-10-24 10:25:20'),(23642,3,6702,'','2013-10-24 10:25:20'),(23643,4,6702,'OPD','2013-10-24 10:25:20'),(23644,5,6702,'','2013-10-24 10:25:20'),(23645,6,6702,'140.75','2013-10-24 10:25:20'),(23646,7,6702,'DAY','2013-10-24 10:25:20'),(23647,1,6704,'','2013-10-24 10:25:23'),(23648,2,6704,'','2013-10-24 10:25:23'),(23649,3,6704,'','2013-10-24 10:25:23'),(23650,4,6704,'','2013-10-24 10:25:23'),(23651,5,6704,'','2013-10-24 10:25:23'),(23652,6,6704,'','2013-10-24 10:25:23'),(23653,7,6704,'DAY','2013-10-24 10:25:23'),(23654,1,6705,'3573903','2013-10-24 10:29:15'),(23655,2,6705,'','2013-10-24 10:29:15'),(23656,3,6705,'','2013-10-24 10:29:15'),(23657,4,6705,'OPD','2013-10-24 10:29:15'),(23658,5,6705,'','2013-10-24 10:29:15'),(23659,6,6705,'42.00','2013-10-24 10:29:15'),(23660,7,6705,'DAY','2013-10-24 10:29:15'),(23661,1,6706,'3573893','2013-10-24 10:35:29'),(23662,2,6706,'','2013-10-24 10:35:29'),(23663,3,6706,'','2013-10-24 10:35:29'),(23664,4,6706,'OPD','2013-10-24 10:35:29'),(23665,5,6706,'','2013-10-24 10:35:29'),(23666,6,6706,'81.00','2013-10-24 10:35:29'),(23667,7,6706,'DAY','2013-10-24 10:35:29'),(23668,1,6707,'3573908','2013-10-24 10:40:12'),(23669,2,6707,'','2013-10-24 10:40:12'),(23670,3,6707,'','2013-10-24 10:40:12'),(23671,4,6707,'OPD','2013-10-24 10:40:12'),(23672,5,6707,'','2013-10-24 10:40:12'),(23673,6,6707,'136.00','2013-10-24 10:40:12'),(23674,7,6707,'DAY','2013-10-24 10:40:12'),(23675,1,6709,'','2013-10-24 10:40:12'),(23676,2,6709,'','2013-10-24 10:40:12'),(23677,3,6709,'','2013-10-24 10:40:12'),(23678,4,6709,'','2013-10-24 10:40:12'),(23679,5,6709,'','2013-10-24 10:40:12'),(23680,6,6709,'','2013-10-24 10:40:12'),(23681,7,6709,'DAY','2013-10-24 10:40:12'),(23682,1,6712,'','2013-10-24 10:40:12'),(23683,2,6712,'','2013-10-24 10:40:12'),(23684,3,6712,'','2013-10-24 10:40:12'),(23685,4,6712,'','2013-10-24 10:40:12'),(23686,5,6712,'','2013-10-24 10:40:12'),(23687,6,6712,'','2013-10-24 10:40:12'),(23688,7,6712,'DAY','2013-10-24 10:40:12'),(23689,1,6716,'','2013-10-24 10:40:13'),(23690,2,6716,'','2013-10-24 10:40:13'),(23691,3,6716,'','2013-10-24 10:40:13'),(23692,4,6716,'','2013-10-24 10:40:13'),(23693,5,6716,'','2013-10-24 10:40:13'),(23694,6,6716,'','2013-10-24 10:40:13'),(23695,7,6716,'DAY','2013-10-24 10:40:13'),(23696,1,6717,'3573885','2013-10-24 10:46:22'),(23697,2,6717,'','2013-10-24 10:46:22'),(23698,3,6717,'','2013-10-24 10:46:22'),(23699,4,6717,'OPD','2013-10-24 10:46:22'),(23700,5,6717,'','2013-10-24 10:46:22'),(23701,6,6717,'22.00','2013-10-24 10:46:22'),(23702,7,6717,'DAY','2013-10-24 10:46:22'),(23703,1,6718,'3573913','2013-10-24 10:49:29'),(23704,2,6718,'','2013-10-24 10:49:29'),(23705,3,6718,'','2013-10-24 10:49:29'),(23706,4,6718,'OPD','2013-10-24 10:49:29'),(23707,5,6718,'','2013-10-24 10:49:29'),(23708,6,6718,'63.00','2013-10-24 10:49:29'),(23709,7,6718,'DAY','2013-10-24 10:49:29'),(23710,1,6720,'3573913','2013-10-24 10:49:29'),(23711,2,6720,'','2013-10-24 10:49:29'),(23712,3,6720,'','2013-10-24 10:49:29'),(23713,4,6720,'OPD','2013-10-24 10:49:29'),(23714,5,6720,'','2013-10-24 10:49:29'),(23715,6,6720,'63.00','2013-10-24 10:49:29'),(23716,7,6720,'DAY','2013-10-24 10:49:29'),(23717,1,6723,'','2013-10-24 10:49:29'),(23718,2,6723,'','2013-10-24 10:49:29'),(23719,3,6723,'','2013-10-24 10:49:29'),(23720,4,6723,'','2013-10-24 10:49:29'),(23721,5,6723,'','2013-10-24 10:49:29'),(23722,6,6723,'','2013-10-24 10:49:29'),(23723,7,6723,'DAY','2013-10-24 10:49:29'),(23724,1,6724,'','2013-10-24 10:53:06'),(23725,2,6724,'','2013-10-24 10:53:06'),(23726,3,6724,'','2013-10-24 10:53:06'),(23727,4,6724,'','2013-10-24 10:53:06'),(23728,5,6724,'','2013-10-24 10:53:06'),(23729,6,6724,'','2013-10-24 10:53:06'),(23730,7,6724,'DAY','2013-10-24 10:53:06'),(23731,1,6725,'3573922','2013-10-24 10:53:10'),(23732,2,6725,'','2013-10-24 10:53:10'),(23733,3,6725,'','2013-10-24 10:53:10'),(23734,4,6725,'OPD','2013-10-24 10:53:10'),(23735,5,6725,'','2013-10-24 10:53:10'),(23736,6,6725,'68.00','2013-10-24 10:53:10'),(23737,7,6725,'DAY','2013-10-24 10:53:10'),(23738,1,6727,'','2013-10-24 10:53:10'),(23739,2,6727,'','2013-10-24 10:53:10'),(23740,3,6727,'','2013-10-24 10:53:10'),(23741,4,6727,'','2013-10-24 10:53:10'),(23742,5,6727,'','2013-10-24 10:53:10'),(23743,6,6727,'','2013-10-24 10:53:10'),(23744,7,6727,'DAY','2013-10-24 10:53:10'),(23745,1,6730,'','2013-10-24 10:53:10'),(23746,2,6730,'','2013-10-24 10:53:10'),(23747,3,6730,'','2013-10-24 10:53:10'),(23748,4,6730,'','2013-10-24 10:53:10'),(23749,5,6730,'','2013-10-24 10:53:10'),(23750,6,6730,'','2013-10-24 10:53:10'),(23751,7,6730,'DAY','2013-10-24 10:53:10'),(23752,1,6731,'3573916','2013-10-24 10:56:29'),(23753,2,6731,'','2013-10-24 10:56:29'),(23754,3,6731,'','2013-10-24 10:56:29'),(23755,4,6731,'','2013-10-24 10:56:29'),(23756,5,6731,'','2013-10-24 10:56:29'),(23757,6,6731,'188.24','2013-10-24 10:56:29'),(23758,7,6731,'DAY','2013-10-24 10:56:29'),(23759,1,6733,'','2013-10-24 10:56:29'),(23760,2,6733,'','2013-10-24 10:56:29'),(23761,3,6733,'','2013-10-24 10:56:29'),(23762,4,6733,'','2013-10-24 10:56:29'),(23763,5,6733,'','2013-10-24 10:56:29'),(23764,6,6733,'','2013-10-24 10:56:29'),(23765,7,6733,'DAY','2013-10-24 10:56:29'),(23766,1,6734,'3573931','2013-10-24 10:58:59'),(23767,2,6734,'','2013-10-24 10:58:59'),(23768,3,6734,'','2013-10-24 10:58:59'),(23769,4,6734,'OPD','2013-10-24 10:58:59'),(23770,5,6734,'','2013-10-24 10:58:59'),(23771,6,6734,'55.00','2013-10-24 10:58:59'),(23772,7,6734,'DAY','2013-10-24 10:58:59'),(23773,1,6736,'','2013-10-24 10:59:00'),(23774,2,6736,'','2013-10-24 10:59:00'),(23775,3,6736,'','2013-10-24 10:59:00'),(23776,4,6736,'','2013-10-24 10:59:00'),(23777,5,6736,'','2013-10-24 10:59:00'),(23778,6,6736,'','2013-10-24 10:59:00'),(23779,7,6736,'DAY','2013-10-24 10:59:00'),(23780,1,6737,'','2013-10-24 11:02:15'),(23781,2,6737,'','2013-10-24 11:02:15'),(23782,3,6737,'','2013-10-24 11:02:15'),(23783,4,6737,'','2013-10-24 11:02:15'),(23784,5,6737,'','2013-10-24 11:02:15'),(23785,6,6737,'','2013-10-24 11:02:15'),(23786,7,6737,'DAY','2013-10-24 11:02:15'),(23787,1,6738,'3573939','2013-10-24 11:07:16'),(23788,2,6738,'589383','2013-10-24 11:07:16'),(23789,3,6738,'','2013-10-24 11:07:16'),(23790,4,6738,'OUTSIDE ','2013-10-24 11:07:16'),(23791,5,6738,'','2013-10-24 11:07:16'),(23792,6,6738,'69.00','2013-10-24 11:07:16'),(23793,7,6738,'DAY','2013-10-24 11:07:16'),(23794,1,6740,'','2013-10-24 11:07:19'),(23795,2,6740,'','2013-10-24 11:07:19'),(23796,3,6740,'','2013-10-24 11:07:19'),(23797,4,6740,'','2013-10-24 11:07:19'),(23798,5,6740,'','2013-10-24 11:07:19'),(23799,6,6740,'','2013-10-24 11:07:19'),(23800,7,6740,'DAY','2013-10-24 11:07:19'),(23801,1,6741,'3573945','2013-10-24 11:10:22'),(23802,2,6741,'','2013-10-24 11:10:22'),(23803,3,6741,'','2013-10-24 11:10:22'),(23804,4,6741,'OPD','2013-10-24 11:10:22'),(23805,5,6741,'','2013-10-24 11:10:22'),(23806,6,6741,'79.00','2013-10-24 11:10:22'),(23807,7,6741,'DAY','2013-10-24 11:10:22'),(23808,1,6743,'','2013-10-24 11:10:22'),(23809,2,6743,'','2013-10-24 11:10:22'),(23810,3,6743,'','2013-10-24 11:10:22'),(23811,4,6743,'','2013-10-24 11:10:22'),(23812,5,6743,'','2013-10-24 11:10:22'),(23813,6,6743,'','2013-10-24 11:10:22'),(23814,7,6743,'DAY','2013-10-24 11:10:22'),(23815,1,6744,'3573946','2013-10-24 11:14:08'),(23816,2,6744,'','2013-10-24 11:14:08'),(23817,3,6744,'','2013-10-24 11:14:08'),(23818,4,6744,'OPD','2013-10-24 11:14:08'),(23819,5,6744,'','2013-10-24 11:14:08'),(23820,6,6744,'81.00','2013-10-24 11:14:08'),(23821,7,6744,'DAY','2013-10-24 11:14:08'),(23822,1,6745,'3573954','2013-10-24 11:25:39'),(23823,2,6745,'','2013-10-24 11:25:39'),(23824,3,6745,'','2013-10-24 11:25:39'),(23825,4,6745,'OPD','2013-10-24 11:25:39'),(23826,5,6745,'','2013-10-24 11:25:39'),(23827,6,6745,'33.00','2013-10-24 11:25:39'),(23828,7,6745,'DAY','2013-10-24 11:25:39'),(23829,1,6746,'3573950','2013-10-24 11:31:56'),(23830,2,6746,'','2013-10-24 11:31:56'),(23831,3,6746,'','2013-10-24 11:31:56'),(23832,4,6746,'OPD','2013-10-24 11:31:56'),(23833,5,6746,'','2013-10-24 11:31:56'),(23834,6,6746,'179.00','2013-10-24 11:31:56'),(23835,7,6746,'DAY','2013-10-24 11:31:56'),(23836,1,6748,'','2013-10-24 11:31:56'),(23837,2,6748,'','2013-10-24 11:31:56'),(23838,3,6748,'','2013-10-24 11:31:56'),(23839,4,6748,'','2013-10-24 11:31:56'),(23840,5,6748,'','2013-10-24 11:31:56'),(23841,6,6748,'','2013-10-24 11:31:56'),(23842,7,6748,'DAY','2013-10-24 11:31:56'),(23843,1,6749,'','2013-10-24 11:35:25'),(23844,2,6749,'','2013-10-24 11:35:25'),(23845,3,6749,'','2013-10-24 11:35:25'),(23846,4,6749,'','2013-10-24 11:35:25'),(23847,5,6749,'','2013-10-24 11:35:25'),(23848,6,6749,'','2013-10-24 11:35:25'),(23849,7,6749,'DAY','2013-10-24 11:35:25'),(23850,1,6750,'3573959','2013-10-24 11:43:22'),(23851,2,6750,'','2013-10-24 11:43:22'),(23852,3,6750,'','2013-10-24 11:43:22'),(23853,4,6750,'OPD','2013-10-24 11:43:22'),(23854,5,6750,'','2013-10-24 11:43:22'),(23855,6,6750,'81.00','2013-10-24 11:43:22'),(23856,7,6750,'DAY','2013-10-24 11:43:22'),(23857,1,6751,'3573969','2013-10-24 11:46:03'),(23858,2,6751,'','2013-10-24 11:46:03'),(23859,3,6751,'','2013-10-24 11:46:03'),(23860,4,6751,'OPD','2013-10-24 11:46:03'),(23861,5,6751,'','2013-10-24 11:46:03'),(23862,6,6751,'66.00','2013-10-24 11:46:03'),(23863,7,6751,'DAY','2013-10-24 11:46:03'),(23864,1,6752,'3573978','2013-10-24 11:50:12'),(23865,2,6752,'','2013-10-24 11:50:12'),(23866,3,6752,'','2013-10-24 11:50:12'),(23867,4,6752,'OPD','2013-10-24 11:50:12'),(23868,5,6752,'','2013-10-24 11:50:12'),(23869,6,6752,'79.00','2013-10-24 11:50:12'),(23870,7,6752,'DAY','2013-10-24 11:50:12'),(23871,1,6754,'','2013-10-24 11:50:12'),(23872,2,6754,'','2013-10-24 11:50:12'),(23873,3,6754,'','2013-10-24 11:50:12'),(23874,4,6754,'','2013-10-24 11:50:12'),(23875,5,6754,'','2013-10-24 11:50:12'),(23876,6,6754,'','2013-10-24 11:50:12'),(23877,7,6754,'DAY','2013-10-24 11:50:12'),(23878,1,6755,'3573964','2013-10-24 11:53:59'),(23879,2,6755,'','2013-10-24 11:53:59'),(23880,3,6755,'','2013-10-24 11:53:59'),(23881,4,6755,'OPD','2013-10-24 11:53:59'),(23882,5,6755,'','2013-10-24 11:53:59'),(23883,6,6755,'66.00','2013-10-24 11:53:59'),(23884,7,6755,'DAY','2013-10-24 11:53:59'),(23885,1,6756,'3573966','2013-10-24 11:58:35'),(23886,2,6756,'','2013-10-24 11:58:35'),(23887,3,6756,'','2013-10-24 11:58:35'),(23888,4,6756,'OPD','2013-10-24 11:58:35'),(23889,5,6756,'','2013-10-24 11:58:35'),(23890,6,6756,'81.00','2013-10-24 11:58:35'),(23891,7,6756,'DAY','2013-10-24 11:58:35'),(23892,1,6757,'3573896','2013-10-24 12:01:36'),(23893,2,6757,'','2013-10-24 12:01:36'),(23894,3,6757,'','2013-10-24 12:01:36'),(23895,4,6757,'','2013-10-24 12:01:36'),(23896,5,6757,'214674','2013-10-24 12:01:36'),(23897,6,6757,'','2013-10-24 12:01:36'),(23898,7,6757,'DAY','2013-10-24 12:01:36'),(23899,1,6759,'','2013-10-24 12:01:36'),(23900,2,6759,'','2013-10-24 12:01:36'),(23901,3,6759,'','2013-10-24 12:01:36'),(23902,4,6759,'','2013-10-24 12:01:36'),(23903,5,6759,'','2013-10-24 12:01:36'),(23904,6,6759,'','2013-10-24 12:01:36'),(23905,7,6759,'DAY','2013-10-24 12:01:36'),(23906,1,6760,'3573999','2013-10-24 12:15:21'),(23907,2,6760,'','2013-10-24 12:15:21'),(23908,3,6760,'','2013-10-24 12:15:21'),(23909,4,6760,'OPD','2013-10-24 12:15:21'),(23910,5,6760,'','2013-10-24 12:15:21'),(23911,6,6760,'112','2013-10-24 12:15:21'),(23912,7,6760,'DAY','2013-10-24 12:15:21'),(23913,1,6762,'','2013-10-24 12:15:21'),(23914,2,6762,'','2013-10-24 12:15:21'),(23915,3,6762,'','2013-10-24 12:15:21'),(23916,4,6762,'','2013-10-24 12:15:21'),(23917,5,6762,'','2013-10-24 12:15:21'),(23918,6,6762,'','2013-10-24 12:15:21'),(23919,7,6762,'DAY','2013-10-24 12:15:21'),(23920,1,6765,'','2013-10-24 12:15:22'),(23921,2,6765,'','2013-10-24 12:15:22'),(23922,3,6765,'','2013-10-24 12:15:22'),(23923,4,6765,'','2013-10-24 12:15:22'),(23924,5,6765,'','2013-10-24 12:15:22'),(23925,6,6765,'','2013-10-24 12:15:22'),(23926,7,6765,'DAY','2013-10-24 12:15:22'),(23927,1,6766,'3574002','2013-10-24 12:17:45'),(23928,2,6766,'','2013-10-24 12:17:45'),(23929,3,6766,'','2013-10-24 12:17:45'),(23930,4,6766,'OPD','2013-10-24 12:17:45'),(23931,5,6766,'','2013-10-24 12:17:45'),(23932,6,6766,'79','2013-10-24 12:17:45'),(23933,7,6766,'DAY','2013-10-24 12:17:45'),(23934,1,6768,'','2013-10-24 12:17:45'),(23935,2,6768,'','2013-10-24 12:17:45'),(23936,3,6768,'','2013-10-24 12:17:45'),(23937,4,6768,'','2013-10-24 12:17:45'),(23938,5,6768,'','2013-10-24 12:17:45'),(23939,6,6768,'','2013-10-24 12:17:45'),(23940,7,6768,'DAY','2013-10-24 12:17:45'),(23941,1,6769,'3573998','2013-10-24 12:20:41'),(23942,2,6769,'','2013-10-24 12:20:41'),(23943,3,6769,'','2013-10-24 12:20:41'),(23944,4,6769,'OPD','2013-10-24 12:20:41'),(23945,5,6769,'','2013-10-24 12:20:41'),(23946,6,6769,'98','2013-10-24 12:20:41'),(23947,7,6769,'DAY','2013-10-24 12:20:41'),(23948,1,6771,'','2013-10-24 12:20:41'),(23949,2,6771,'','2013-10-24 12:20:41'),(23950,3,6771,'','2013-10-24 12:20:41'),(23951,4,6771,'','2013-10-24 12:20:41'),(23952,5,6771,'','2013-10-24 12:20:41'),(23953,6,6771,'','2013-10-24 12:20:41'),(23954,7,6771,'DAY','2013-10-24 12:20:41'),(23955,1,6772,'3574007','2013-10-24 12:33:15'),(23956,2,6772,'589398','2013-10-24 12:33:15'),(23957,3,6772,'','2013-10-24 12:33:15'),(23958,4,6772,'OPD','2013-10-24 12:33:15'),(23959,5,6772,'','2013-10-24 12:33:15'),(23960,6,6772,'42','2013-10-24 12:33:15'),(23961,7,6772,'DAY','2013-10-24 12:33:15'),(23962,1,6774,'','2013-10-24 12:33:15'),(23963,2,6774,'','2013-10-24 12:33:15'),(23964,3,6774,'','2013-10-24 12:33:15'),(23965,4,6774,'','2013-10-24 12:33:15'),(23966,5,6774,'','2013-10-24 12:33:15'),(23967,6,6774,'','2013-10-24 12:33:15'),(23968,7,6774,'DAY','2013-10-24 12:33:15'),(23969,1,6775,'3574019','2013-10-24 12:40:23'),(23970,2,6775,'589401','2013-10-24 12:40:23'),(23971,3,6775,'','2013-10-24 12:40:23'),(23972,4,6775,'OPD','2013-10-24 12:40:23'),(23973,5,6775,'','2013-10-24 12:40:23'),(23974,6,6775,'24','2013-10-24 12:40:23'),(23975,7,6775,'DAY','2013-10-24 12:40:23'),(23976,1,6776,'357425','2013-10-24 12:42:24'),(23977,2,6776,'','2013-10-24 12:42:24'),(23978,3,6776,'','2013-10-24 12:42:24'),(23979,4,6776,'OPD','2013-10-24 12:42:24'),(23980,5,6776,'','2013-10-24 12:42:24'),(23981,6,6776,'22','2013-10-24 12:42:24'),(23982,7,6776,'DAY','2013-10-24 12:42:24'),(23983,1,6777,'3574025','2013-10-24 12:48:16'),(23984,2,6777,'','2013-10-24 12:48:16'),(23985,3,6777,'','2013-10-24 12:48:16'),(23986,4,6777,'OPD','2013-10-24 12:48:16'),(23987,5,6777,'','2013-10-24 12:48:16'),(23988,6,6777,'81','2013-10-24 12:48:16'),(23989,7,6777,'DAY','2013-10-24 12:48:16'),(23990,1,6778,'3574032','2013-10-24 12:50:54'),(23991,2,6778,'589403','2013-10-24 12:50:54'),(23992,3,6778,'','2013-10-24 12:50:54'),(23993,4,6778,'OPD','2013-10-24 12:50:54'),(23994,5,6778,'','2013-10-24 12:50:54'),(23995,6,6778,'24','2013-10-24 12:50:54'),(23996,7,6778,'DAY','2013-10-24 12:50:54'),(23997,1,6779,'3574039','2013-10-24 13:02:34'),(23998,2,6779,'','2013-10-24 13:02:34'),(23999,3,6779,'','2013-10-24 13:02:34'),(24000,4,6779,'OPD','2013-10-24 13:02:34'),(24001,5,6779,'','2013-10-24 13:02:34'),(24002,6,6779,'112','2013-10-24 13:02:34'),(24003,7,6779,'DAY','2013-10-24 13:02:34'),(24004,1,6781,'','2013-10-24 13:02:35'),(24005,2,6781,'','2013-10-24 13:02:35'),(24006,3,6781,'','2013-10-24 13:02:35'),(24007,4,6781,'','2013-10-24 13:02:35'),(24008,5,6781,'','2013-10-24 13:02:35'),(24009,6,6781,'','2013-10-24 13:02:35'),(24010,7,6781,'DAY','2013-10-24 13:02:35'),(24011,1,6784,'','2013-10-24 13:02:35'),(24012,2,6784,'','2013-10-24 13:02:35'),(24013,3,6784,'','2013-10-24 13:02:35'),(24014,4,6784,'','2013-10-24 13:02:35'),(24015,5,6784,'','2013-10-24 13:02:35'),(24016,6,6784,'','2013-10-24 13:02:35'),(24017,7,6784,'DAY','2013-10-24 13:02:35'),(24018,1,6785,'','2013-10-24 13:07:12'),(24019,2,6785,'','2013-10-24 13:07:12'),(24020,3,6785,'','2013-10-24 13:07:12'),(24021,4,6785,'','2013-10-24 13:07:12'),(24022,5,6785,'','2013-10-24 13:07:12'),(24023,6,6785,'','2013-10-24 13:07:12'),(24024,7,6785,'DAY','2013-10-24 13:07:12'),(24025,1,6786,'3574044','2013-10-24 13:09:45'),(24026,2,6786,'','2013-10-24 13:09:45'),(24027,3,6786,'','2013-10-24 13:09:45'),(24028,4,6786,'OPD','2013-10-24 13:09:45'),(24029,5,6786,'','2013-10-24 13:09:45'),(24030,6,6786,'154','2013-10-24 13:09:45'),(24031,7,6786,'DAY','2013-10-24 13:09:45'),(24032,1,6788,'','2013-10-24 13:09:54'),(24033,2,6788,'','2013-10-24 13:09:54'),(24034,3,6788,'','2013-10-24 13:09:54'),(24035,4,6788,'','2013-10-24 13:09:54'),(24036,5,6788,'','2013-10-24 13:09:54'),(24037,6,6788,'','2013-10-24 13:09:54'),(24038,7,6788,'DAY','2013-10-24 13:09:54'),(24039,1,6791,'','2013-10-24 13:09:54'),(24040,2,6791,'','2013-10-24 13:09:54'),(24041,3,6791,'','2013-10-24 13:09:54'),(24042,4,6791,'','2013-10-24 13:09:54'),(24043,5,6791,'','2013-10-24 13:09:54'),(24044,6,6791,'','2013-10-24 13:09:54'),(24045,7,6791,'DAY','2013-10-24 13:09:54'),(24046,1,6792,'3574069','2013-10-24 13:38:23'),(24047,2,6792,'','2013-10-24 13:38:23'),(24048,3,6792,'','2013-10-24 13:38:23'),(24049,4,6792,'OPD','2013-10-24 13:38:23'),(24050,5,6792,'','2013-10-24 13:38:23'),(24051,6,6792,'81','2013-10-24 13:38:23'),(24052,7,6792,'DAY','2013-10-24 13:38:23'),(24053,1,6795,'','2013-10-24 13:38:24'),(24054,2,6795,'','2013-10-24 13:38:24'),(24055,3,6795,'','2013-10-24 13:38:24'),(24056,4,6795,'','2013-10-24 13:38:24'),(24057,5,6795,'','2013-10-24 13:38:24'),(24058,6,6795,'','2013-10-24 13:38:24'),(24059,7,6795,'DAY','2013-10-24 13:38:24'),(24060,1,6796,'','2013-10-24 13:41:34'),(24061,2,6796,'589407','2013-10-24 13:41:34'),(24062,3,6796,'','2013-10-24 13:41:34'),(24063,4,6796,'OPD','2013-10-24 13:41:34'),(24064,5,6796,'','2013-10-24 13:41:34'),(24065,6,6796,'35','2013-10-24 13:41:34'),(24066,7,6796,'DAY','2013-10-24 13:41:34'),(24067,1,6798,'','2013-10-24 13:41:34'),(24068,2,6798,'','2013-10-24 13:41:34'),(24069,3,6798,'','2013-10-24 13:41:34'),(24070,4,6798,'','2013-10-24 13:41:34'),(24071,5,6798,'','2013-10-24 13:41:34'),(24072,6,6798,'','2013-10-24 13:41:34'),(24073,7,6798,'DAY','2013-10-24 13:41:34'),(24074,1,6799,'','2013-10-24 14:01:30'),(24075,2,6799,'589408','2013-10-24 14:01:30'),(24076,3,6799,'','2013-10-24 14:01:30'),(24077,4,6799,'OPD','2013-10-24 14:01:30'),(24078,5,6799,'','2013-10-24 14:01:30'),(24079,6,6799,'','2013-10-24 14:01:30'),(24080,7,6799,'DAY','2013-10-24 14:01:30'),(24081,1,6800,'','2013-10-24 14:11:03'),(24082,2,6800,'','2013-10-24 14:11:03'),(24083,3,6800,'','2013-10-24 14:11:03'),(24084,4,6800,'','2013-10-24 14:11:03'),(24085,5,6800,'','2013-10-24 14:11:03'),(24086,6,6800,'','2013-10-24 14:11:03'),(24087,7,6800,'DAY','2013-10-24 14:11:03'),(24088,1,6802,'','2013-10-24 14:11:04'),(24089,2,6802,'','2013-10-24 14:11:04'),(24090,3,6802,'','2013-10-24 14:11:04'),(24091,4,6802,'','2013-10-24 14:11:04'),(24092,5,6802,'','2013-10-24 14:11:04'),(24093,6,6802,'','2013-10-24 14:11:04'),(24094,7,6802,'DAY','2013-10-24 14:11:04'),(24095,1,6805,'','2013-10-24 14:11:04'),(24096,2,6805,'','2013-10-24 14:11:04'),(24097,3,6805,'','2013-10-24 14:11:04'),(24098,4,6805,'','2013-10-24 14:11:04'),(24099,5,6805,'','2013-10-24 14:11:04'),(24100,6,6805,'','2013-10-24 14:11:04'),(24101,7,6805,'DAY','2013-10-24 14:11:04'),(24102,1,6809,'','2013-10-24 14:11:04'),(24103,2,6809,'','2013-10-24 14:11:04'),(24104,3,6809,'','2013-10-24 14:11:04'),(24105,4,6809,'','2013-10-24 14:11:04'),(24106,5,6809,'','2013-10-24 14:11:04'),(24107,6,6809,'','2013-10-24 14:11:04'),(24108,7,6809,'DAY','2013-10-24 14:11:04'),(24109,1,6810,'3574102','2013-10-24 14:20:26'),(24110,2,6810,'','2013-10-24 14:20:26'),(24111,3,6810,'','2013-10-24 14:20:26'),(24112,4,6810,'OPD','2013-10-24 14:20:26'),(24113,5,6810,'','2013-10-24 14:20:26'),(24114,6,6810,'51.00','2013-10-24 14:20:26'),(24115,7,6810,'DAY','2013-10-24 14:20:26'),(24116,1,6812,'','2013-10-24 14:20:26'),(24117,2,6812,'','2013-10-24 14:20:26'),(24118,3,6812,'','2013-10-24 14:20:26'),(24119,4,6812,'','2013-10-24 14:20:26'),(24120,5,6812,'','2013-10-24 14:20:26'),(24121,6,6812,'','2013-10-24 14:20:26'),(24122,7,6812,'DAY','2013-10-24 14:20:26'),(24123,1,6813,'3574115','2013-10-24 14:48:49'),(24124,2,6813,'','2013-10-24 14:48:49'),(24125,3,6813,'','2013-10-24 14:48:49'),(24126,4,6813,'S/R','2013-10-24 14:48:49'),(24127,5,6813,'','2013-10-24 14:48:49'),(24128,6,6813,'50.00','2013-10-24 14:48:49'),(24129,7,6813,'DAY','2013-10-24 14:48:49'),(24130,1,6814,'3574118','2013-10-24 15:00:07'),(24131,2,6814,'','2013-10-24 15:00:07'),(24132,3,6814,'','2013-10-24 15:00:07'),(24133,4,6814,'OPD','2013-10-24 15:00:07'),(24134,5,6814,'','2013-10-24 15:00:07'),(24135,6,6814,'31.00','2013-10-24 15:00:07'),(24136,7,6814,'DAY','2013-10-24 15:00:07'),(24137,1,6815,'3574042','2013-10-24 15:04:45'),(24138,2,6815,'589421','2013-10-24 15:04:45'),(24139,3,6815,'','2013-10-24 15:04:45'),(24140,4,6815,'OPD','2013-10-24 15:04:45'),(24141,5,6815,'','2013-10-24 15:04:45'),(24142,6,6815,'101.80','2013-10-24 15:04:45'),(24143,7,6815,'DAY','2013-10-24 15:04:45'),(24144,1,6817,'','2013-10-24 15:04:45'),(24145,2,6817,'','2013-10-24 15:04:45'),(24146,3,6817,'','2013-10-24 15:04:45'),(24147,4,6817,'','2013-10-24 15:04:45'),(24148,5,6817,'','2013-10-24 15:04:45'),(24149,6,6817,'','2013-10-24 15:04:45'),(24150,7,6817,'DAY','2013-10-24 15:04:45'),(24151,1,6818,'3574124','2013-10-24 15:07:58'),(24152,2,6818,'589422','2013-10-24 15:07:58'),(24153,3,6818,'','2013-10-24 15:07:58'),(24154,4,6818,'TR','2013-10-24 15:07:58'),(24155,5,6818,'','2013-10-24 15:07:58'),(24156,6,6818,'87.00','2013-10-24 15:07:58'),(24157,7,6818,'DAY','2013-10-24 15:07:58'),(24158,1,6820,'','2013-10-24 15:07:58'),(24159,2,6820,'','2013-10-24 15:07:58'),(24160,3,6820,'','2013-10-24 15:07:58'),(24161,4,6820,'','2013-10-24 15:07:58'),(24162,5,6820,'','2013-10-24 15:07:58'),(24163,6,6820,'','2013-10-24 15:07:58'),(24164,7,6820,'DAY','2013-10-24 15:07:58'),(24165,1,6821,'3574131','2013-10-24 15:10:28'),(24166,2,6821,'','2013-10-24 15:10:28'),(24167,3,6821,'','2013-10-24 15:10:28'),(24168,4,6821,'OPD','2013-10-24 15:10:28'),(24169,5,6821,'','2013-10-24 15:10:28'),(24170,6,6821,'99.00','2013-10-24 15:10:28'),(24171,7,6821,'DAY','2013-10-24 15:10:28'),(24172,1,6823,'','2013-10-24 15:10:28'),(24173,2,6823,'','2013-10-24 15:10:28'),(24174,3,6823,'','2013-10-24 15:10:28'),(24175,4,6823,'','2013-10-24 15:10:28'),(24176,5,6823,'','2013-10-24 15:10:28'),(24177,6,6823,'','2013-10-24 15:10:28'),(24178,7,6823,'DAY','2013-10-24 15:10:28'),(24179,1,6824,'','2013-10-24 15:24:48'),(24180,2,6824,'','2013-10-24 15:24:48'),(24181,3,6824,'','2013-10-24 15:24:48'),(24182,4,6824,'OPD','2013-10-24 15:24:48'),(24183,5,6824,'','2013-10-24 15:24:48'),(24184,6,6824,'66','2013-10-24 15:24:48'),(24185,7,6824,'DAY','2013-10-24 15:24:48'),(24186,1,6825,'','2013-10-24 15:26:44'),(24187,2,6825,'','2013-10-24 15:26:44'),(24188,3,6825,'','2013-10-24 15:26:44'),(24189,4,6825,'OPD','2013-10-24 15:26:44'),(24190,5,6825,'','2013-10-24 15:26:44'),(24191,6,6825,'72','2013-10-24 15:26:44'),(24192,7,6825,'DAY','2013-10-24 15:26:44'),(24193,1,6826,'','2013-10-24 15:30:19'),(24194,2,6826,'','2013-10-24 15:30:19'),(24195,3,6826,'','2013-10-24 15:30:19'),(24196,4,6826,'OPD','2013-10-24 15:30:19'),(24197,5,6826,'','2013-10-24 15:30:19'),(24198,6,6826,'122','2013-10-24 15:30:19'),(24199,7,6826,'DAY','2013-10-24 15:30:19'),(24200,1,6827,'','2013-10-24 15:32:11'),(24201,2,6827,'','2013-10-24 15:32:11'),(24202,3,6827,'','2013-10-24 15:32:11'),(24203,4,6827,'OPD','2013-10-24 15:32:11'),(24204,5,6827,'','2013-10-24 15:32:11'),(24205,6,6827,'143','2013-10-24 15:32:11'),(24206,7,6827,'DAY','2013-10-24 15:32:11'),(24207,1,6828,'','2013-10-24 15:42:20'),(24208,2,6828,'','2013-10-24 15:42:20'),(24209,3,6828,'','2013-10-24 15:42:20'),(24210,4,6828,'','2013-10-24 15:42:20'),(24211,5,6828,'','2013-10-24 15:42:20'),(24212,6,6828,'','2013-10-24 15:42:20'),(24213,7,6828,'DAY','2013-10-24 15:42:20'),(24214,1,6829,'3574141','2013-10-24 15:43:13'),(24215,2,6829,'','2013-10-24 15:43:13'),(24216,3,6829,'','2013-10-24 15:43:13'),(24217,4,6829,'OPD','2013-10-24 15:43:13'),(24218,5,6829,'','2013-10-24 15:43:13'),(24219,6,6829,'66','2013-10-24 15:43:13'),(24220,7,6829,'DAY','2013-10-24 15:43:13'),(24221,1,6830,'3573963','2013-10-24 15:44:27'),(24222,2,6830,'','2013-10-24 15:44:27'),(24223,3,6830,'','2013-10-24 15:44:27'),(24224,4,6830,'OPD','2013-10-24 15:44:27'),(24225,5,6830,'','2013-10-24 15:44:27'),(24226,6,6830,'140','2013-10-24 15:44:27'),(24227,7,6830,'DAY','2013-10-24 15:44:27'),(24228,1,6831,'3574157','2013-10-24 16:01:14'),(24229,2,6831,'','2013-10-24 16:01:14'),(24230,3,6831,'','2013-10-24 16:01:14'),(24231,4,6831,'OPD','2013-10-24 16:01:14'),(24232,5,6831,'','2013-10-24 16:01:14'),(24233,6,6831,'309.4','2013-10-24 16:01:14'),(24234,7,6831,'DAY','2013-10-24 16:01:14'),(24235,1,6833,'','2013-10-24 16:01:15'),(24236,2,6833,'','2013-10-24 16:01:15'),(24237,3,6833,'','2013-10-24 16:01:15'),(24238,4,6833,'','2013-10-24 16:01:15'),(24239,5,6833,'','2013-10-24 16:01:15'),(24240,6,6833,'','2013-10-24 16:01:15'),(24241,7,6833,'DAY','2013-10-24 16:01:15'),(24242,1,6836,'','2013-10-24 16:01:15'),(24243,2,6836,'','2013-10-24 16:01:15'),(24244,3,6836,'','2013-10-24 16:01:15'),(24245,4,6836,'','2013-10-24 16:01:15'),(24246,5,6836,'','2013-10-24 16:01:15'),(24247,6,6836,'','2013-10-24 16:01:15'),(24248,7,6836,'DAY','2013-10-24 16:01:15'),(24249,1,6840,'','2013-10-24 16:01:15'),(24250,2,6840,'','2013-10-24 16:01:15'),(24251,3,6840,'','2013-10-24 16:01:15'),(24252,4,6840,'','2013-10-24 16:01:15'),(24253,5,6840,'','2013-10-24 16:01:15'),(24254,6,6840,'','2013-10-24 16:01:15'),(24255,7,6840,'DAY','2013-10-24 16:01:16'),(24256,1,6841,'3574160','2013-10-24 16:05:11'),(24257,2,6841,'','2013-10-24 16:05:11'),(24258,3,6841,'','2013-10-24 16:05:11'),(24259,4,6841,'OPD','2013-10-24 16:05:11'),(24260,5,6841,'','2013-10-24 16:05:11'),(24261,6,6841,'161.9','2013-10-24 16:05:11'),(24262,7,6841,'DAY','2013-10-24 16:05:11'),(24263,1,6843,'','2013-10-24 16:05:11'),(24264,2,6843,'','2013-10-24 16:05:11'),(24265,3,6843,'','2013-10-24 16:05:11'),(24266,4,6843,'','2013-10-24 16:05:11'),(24267,5,6843,'','2013-10-24 16:05:11'),(24268,6,6843,'','2013-10-24 16:05:11'),(24269,7,6843,'DAY','2013-10-24 16:05:11'),(24270,1,6846,'','2013-10-24 16:05:12'),(24271,2,6846,'','2013-10-24 16:05:12'),(24272,3,6846,'','2013-10-24 16:05:12'),(24273,4,6846,'','2013-10-24 16:05:12'),(24274,5,6846,'','2013-10-24 16:05:12'),(24275,6,6846,'','2013-10-24 16:05:12'),(24276,7,6846,'DAY','2013-10-24 16:05:12'),(24277,1,6850,'','2013-10-24 16:05:12'),(24278,2,6850,'','2013-10-24 16:05:12'),(24279,3,6850,'','2013-10-24 16:05:12'),(24280,4,6850,'','2013-10-24 16:05:12'),(24281,5,6850,'','2013-10-24 16:05:12'),(24282,6,6850,'','2013-10-24 16:05:12'),(24283,7,6850,'DAY','2013-10-24 16:05:12'),(24284,1,6851,'3574159','2013-10-24 16:17:27'),(24285,2,6851,'','2013-10-24 16:17:27'),(24286,3,6851,'','2013-10-24 16:17:27'),(24287,4,6851,'OPD','2013-10-24 16:17:27'),(24288,5,6851,'','2013-10-24 16:17:27'),(24289,6,6851,'479','2013-10-24 16:17:27'),(24290,7,6851,'DAY','2013-10-24 16:17:27'),(24291,1,6852,'','2013-10-24 16:38:37'),(24292,2,6852,'589435','2013-10-24 16:38:37'),(24293,3,6852,'','2013-10-24 16:38:37'),(24294,4,6852,'OPD','2013-10-24 16:38:37'),(24295,5,6852,'','2013-10-24 16:38:37'),(24296,6,6852,'60','2013-10-24 16:38:37'),(24297,7,6852,'DAY','2013-10-24 16:38:37'),(24298,1,6853,'3574167','2013-10-24 16:42:06'),(24299,2,6853,'589436','2013-10-24 16:42:06'),(24300,3,6853,'','2013-10-24 16:42:06'),(24301,4,6853,'OPD','2013-10-24 16:42:06'),(24302,5,6853,'','2013-10-24 16:42:06'),(24303,6,6853,'120','2013-10-24 16:42:06'),(24304,7,6853,'DAY','2013-10-24 16:42:06'),(24305,1,6855,'','2013-10-24 16:42:07'),(24306,2,6855,'','2013-10-24 16:42:07'),(24307,3,6855,'','2013-10-24 16:42:07'),(24308,4,6855,'','2013-10-24 16:42:07'),(24309,5,6855,'','2013-10-24 16:42:07'),(24310,6,6855,'','2013-10-24 16:42:07'),(24311,7,6855,'DAY','2013-10-24 16:42:07'),(24312,1,6856,'','2013-10-24 16:45:58'),(24313,2,6856,'','2013-10-24 16:45:58'),(24314,3,6856,'','2013-10-24 16:45:58'),(24315,4,6856,'','2013-10-24 16:45:58'),(24316,5,6856,'','2013-10-24 16:45:58'),(24317,6,6856,'','2013-10-24 16:45:58'),(24318,7,6856,'DAY','2013-10-24 16:45:58'),(24319,1,6858,'','2013-10-24 16:45:58'),(24320,2,6858,'','2013-10-24 16:45:58'),(24321,3,6858,'','2013-10-24 16:45:58'),(24322,4,6858,'','2013-10-24 16:45:58'),(24323,5,6858,'','2013-10-24 16:45:58'),(24324,6,6858,'','2013-10-24 16:45:58'),(24325,7,6858,'DAY','2013-10-24 16:45:58'),(24326,1,6861,'','2013-10-24 16:45:59'),(24327,2,6861,'','2013-10-24 16:45:59'),(24328,3,6861,'','2013-10-24 16:45:59'),(24329,4,6861,'','2013-10-24 16:45:59'),(24330,5,6861,'','2013-10-24 16:45:59'),(24331,6,6861,'','2013-10-24 16:45:59'),(24332,7,6861,'DAY','2013-10-24 16:45:59'),(24333,1,6862,'','2013-10-24 16:56:25'),(24334,2,6862,'589443','2013-10-24 16:56:25'),(24335,3,6862,'','2013-10-24 16:56:25'),(24336,4,6862,'OPD','2013-10-24 16:56:25'),(24337,5,6862,'','2013-10-24 16:56:25'),(24338,6,6862,'71','2013-10-24 16:56:25'),(24339,7,6862,'DAY','2013-10-24 16:56:25'),(24340,1,6864,'','2013-10-24 16:56:25'),(24341,2,6864,'','2013-10-24 16:56:25'),(24342,3,6864,'','2013-10-24 16:56:25'),(24343,4,6864,'','2013-10-24 16:56:25'),(24344,5,6864,'','2013-10-24 16:56:25'),(24345,6,6864,'','2013-10-24 16:56:25'),(24346,7,6864,'DAY','2013-10-24 16:56:25'),(24347,1,6865,'','2013-10-24 16:57:50'),(24348,2,6865,'','2013-10-24 16:57:50'),(24349,3,6865,'','2013-10-24 16:57:50'),(24350,4,6865,'','2013-10-24 16:57:50'),(24351,5,6865,'','2013-10-24 16:57:50'),(24352,6,6865,'','2013-10-24 16:57:50'),(24353,7,6865,'DAY','2013-10-24 16:57:50'),(24354,1,6866,'','2013-10-24 16:59:36'),(24355,2,6866,'','2013-10-24 16:59:36'),(24356,3,6866,'','2013-10-24 16:59:36'),(24357,4,6866,'','2013-10-24 16:59:36'),(24358,5,6866,'','2013-10-24 16:59:36'),(24359,6,6866,'','2013-10-24 16:59:36'),(24360,7,6866,'DAY','2013-10-24 16:59:36'),(24361,1,6867,'','2013-10-24 17:05:56'),(24362,2,6867,'','2013-10-24 17:05:56'),(24363,3,6867,'','2013-10-24 17:05:56'),(24364,4,6867,'OPD','2013-10-24 17:05:56'),(24365,5,6867,'','2013-10-24 17:05:56'),(24366,6,6867,'50','2013-10-24 17:05:56'),(24367,7,6867,'DAY','2013-10-24 17:05:56'),(24368,1,6869,'','2013-10-24 17:05:57'),(24369,2,6869,'','2013-10-24 17:05:57'),(24370,3,6869,'','2013-10-24 17:05:57'),(24371,4,6869,'','2013-10-24 17:05:57'),(24372,5,6869,'','2013-10-24 17:05:57'),(24373,6,6869,'','2013-10-24 17:05:57'),(24374,7,6869,'DAY','2013-10-24 17:05:57'),(24375,1,6870,'3574190','2013-10-24 17:13:03'),(24376,2,6870,'','2013-10-24 17:13:03'),(24377,3,6870,'','2013-10-24 17:13:03'),(24378,4,6870,'OPD','2013-10-24 17:13:03'),(24379,5,6870,'','2013-10-24 17:13:03'),(24380,6,6870,'47.4','2013-10-24 17:13:03'),(24381,7,6870,'DAY','2013-10-24 17:13:03'),(24382,1,6872,'','2013-10-24 17:13:04'),(24383,2,6872,'','2013-10-24 17:13:04'),(24384,3,6872,'','2013-10-24 17:13:04'),(24385,4,6872,'','2013-10-24 17:13:04'),(24386,5,6872,'','2013-10-24 17:13:04'),(24387,6,6872,'','2013-10-24 17:13:04'),(24388,7,6872,'DAY','2013-10-24 17:13:04'),(24389,1,6873,'3574195','2013-10-24 17:20:49'),(24390,2,6873,'','2013-10-24 17:20:49'),(24391,3,6873,'','2013-10-24 17:20:49'),(24392,4,6873,'OPD','2013-10-24 17:20:49'),(24393,5,6873,'','2013-10-24 17:20:49'),(24394,6,6873,'35','2013-10-24 17:20:49'),(24395,7,6873,'DAY','2013-10-24 17:20:49'),(24396,1,6874,'','2013-10-24 17:33:41'),(24397,2,6874,'3574198','2013-10-24 17:33:41'),(24398,3,6874,'','2013-10-24 17:33:41'),(24399,4,6874,'OPD','2013-10-24 17:33:41'),(24400,5,6874,'','2013-10-24 17:33:41'),(24401,6,6874,'340','2013-10-24 17:33:41'),(24402,7,6874,'DAY','2013-10-24 17:33:41'),(24403,1,6875,'3574204','2013-10-24 18:20:17'),(24404,2,6875,'','2013-10-24 18:20:17'),(24405,3,6875,'','2013-10-24 18:20:17'),(24406,4,6875,'OPD','2013-10-24 18:20:17'),(24407,5,6875,'','2013-10-24 18:20:17'),(24408,6,6875,'37','2013-10-24 18:20:17'),(24409,7,6875,'DAY','2013-10-24 18:20:17'),(24410,1,6876,'3574212','2013-10-24 18:24:13'),(24411,2,6876,'','2013-10-24 18:24:13'),(24412,3,6876,'','2013-10-24 18:24:13'),(24413,4,6876,'OPD','2013-10-24 18:24:13'),(24414,5,6876,'','2013-10-24 18:24:13'),(24415,6,6876,'112','2013-10-24 18:24:13'),(24416,7,6876,'DAY','2013-10-24 18:24:13'),(24417,1,6878,'','2013-10-24 18:24:13'),(24418,2,6878,'','2013-10-24 18:24:13'),(24419,3,6878,'','2013-10-24 18:24:13'),(24420,4,6878,'','2013-10-24 18:24:13'),(24421,5,6878,'','2013-10-24 18:24:13'),(24422,6,6878,'','2013-10-24 18:24:13'),(24423,7,6878,'DAY','2013-10-24 18:24:13'),(24424,1,6881,'','2013-10-24 18:24:13'),(24425,2,6881,'','2013-10-24 18:24:13'),(24426,3,6881,'','2013-10-24 18:24:13'),(24427,4,6881,'','2013-10-24 18:24:13'),(24428,5,6881,'','2013-10-24 18:24:13'),(24429,6,6881,'','2013-10-24 18:24:13'),(24430,7,6881,'DAY','2013-10-24 18:24:13'),(24431,1,6882,'','2013-10-24 18:32:58'),(24432,2,6882,'','2013-10-24 18:32:58'),(24433,3,6882,'','2013-10-24 18:32:58'),(24434,4,6882,'OPD','2013-10-24 18:32:58'),(24435,5,6882,'','2013-10-24 18:32:58'),(24436,6,6882,'138','2013-10-24 18:32:58'),(24437,7,6882,'DAY','2013-10-24 18:32:58'),(24438,1,6884,'','2013-10-24 18:32:58'),(24439,2,6884,'','2013-10-24 18:32:58'),(24440,3,6884,'','2013-10-24 18:32:58'),(24441,4,6884,'','2013-10-24 18:32:58'),(24442,5,6884,'','2013-10-24 18:32:58'),(24443,6,6884,'','2013-10-24 18:32:58'),(24444,7,6884,'DAY','2013-10-24 18:32:58'),(24445,1,6885,'','2013-10-24 18:38:39'),(24446,2,6885,'589455','2013-10-24 18:38:39'),(24447,3,6885,'','2013-10-24 18:38:39'),(24448,4,6885,'OPD','2013-10-24 18:38:39'),(24449,5,6885,'','2013-10-24 18:38:39'),(24450,6,6885,'24','2013-10-24 18:38:39'),(24451,7,6885,'DAY','2013-10-24 18:38:39'),(24452,1,6886,'','2013-10-24 18:43:03'),(24453,2,6886,'','2013-10-24 18:43:03'),(24454,3,6886,'','2013-10-24 18:43:03'),(24455,4,6886,'','2013-10-24 18:43:03'),(24456,5,6886,'','2013-10-24 18:43:03'),(24457,6,6886,'','2013-10-24 18:43:03'),(24458,7,6886,'DAY','2013-10-24 18:43:03'),(24459,1,6887,'3574222','2013-10-24 18:46:07'),(24460,2,6887,'','2013-10-24 18:46:07'),(24461,3,6887,'','2013-10-24 18:46:07'),(24462,4,6887,'OPD','2013-10-24 18:46:07'),(24463,5,6887,'','2013-10-24 18:46:07'),(24464,6,6887,'81','2013-10-24 18:46:07'),(24465,7,6887,'DAY','2013-10-24 18:46:07'),(24466,1,6888,'3574226','2013-10-24 18:58:03'),(24467,2,6888,'','2013-10-24 18:58:03'),(24468,3,6888,'','2013-10-24 18:58:03'),(24469,4,6888,'','2013-10-24 18:58:03'),(24470,5,6888,'W','2013-10-24 18:58:03'),(24471,6,6888,'66.8','2013-10-24 18:58:03'),(24472,7,6888,'DAY','2013-10-24 18:58:03'),(24473,1,6890,'','2013-10-24 18:58:04'),(24474,2,6890,'','2013-10-24 18:58:04'),(24475,3,6890,'','2013-10-24 18:58:04'),(24476,4,6890,'','2013-10-24 18:58:04'),(24477,5,6890,'','2013-10-24 18:58:04'),(24478,6,6890,'','2013-10-24 18:58:04'),(24479,7,6890,'DAY','2013-10-24 18:58:04'),(24480,1,6891,'3574226','2013-10-24 19:09:57'),(24481,2,6891,'','2013-10-24 19:09:57'),(24482,3,6891,'','2013-10-24 19:09:57'),(24483,4,6891,'OPD','2013-10-24 19:09:57'),(24484,5,6891,'','2013-10-24 19:09:57'),(24485,6,6891,'46','2013-10-24 19:09:57'),(24486,7,6891,'NIGHT','2013-10-24 19:09:57'),(24487,1,6893,'','2013-10-24 19:09:57'),(24488,2,6893,'','2013-10-24 19:09:57'),(24489,3,6893,'','2013-10-24 19:09:57'),(24490,4,6893,'','2013-10-24 19:09:57'),(24491,5,6893,'','2013-10-24 19:09:57'),(24492,6,6893,'','2013-10-24 19:09:57'),(24493,7,6893,'DAY','2013-10-24 19:09:57'),(24494,1,6894,'3574241','2013-10-24 19:39:29'),(24495,2,6894,'','2013-10-24 19:39:29'),(24496,3,6894,'','2013-10-24 19:39:29'),(24497,4,6894,'OPD','2013-10-24 19:39:29'),(24498,5,6894,'','2013-10-24 19:39:29'),(24499,6,6894,'91','2013-10-24 19:39:29'),(24500,7,6894,'NIGHT','2013-10-24 19:39:29'),(24501,1,6896,'','2013-10-24 19:39:29'),(24502,2,6896,'','2013-10-24 19:39:29'),(24503,3,6896,'','2013-10-24 19:39:29'),(24504,4,6896,'','2013-10-24 19:39:29'),(24505,5,6896,'','2013-10-24 19:39:29'),(24506,6,6896,'','2013-10-24 19:39:29'),(24507,7,6896,'NIGHT','2013-10-24 19:39:29'),(24508,1,6897,'3574249','2013-10-24 20:03:38'),(24509,2,6897,'','2013-10-24 20:03:38'),(24510,3,6897,'','2013-10-24 20:03:38'),(24511,4,6897,'OPD','2013-10-24 20:03:38'),(24512,5,6897,'','2013-10-24 20:03:38'),(24513,6,6897,'68','2013-10-24 20:03:38'),(24514,7,6897,'NIGHT','2013-10-24 20:03:38'),(24515,1,6899,'','2013-10-24 20:03:38'),(24516,2,6899,'','2013-10-24 20:03:38'),(24517,3,6899,'','2013-10-24 20:03:38'),(24518,4,6899,'','2013-10-24 20:03:38'),(24519,5,6899,'','2013-10-24 20:03:38'),(24520,6,6899,'','2013-10-24 20:03:38'),(24521,7,6899,'NIGHT','2013-10-24 20:03:38'),(24522,1,6902,'','2013-10-24 20:03:38'),(24523,2,6902,'','2013-10-24 20:03:38'),(24524,3,6902,'','2013-10-24 20:03:38'),(24525,4,6902,'','2013-10-24 20:03:38'),(24526,5,6902,'','2013-10-24 20:03:38'),(24527,6,6902,'','2013-10-24 20:03:38'),(24528,7,6902,'NIGHT','2013-10-24 20:03:38'),(24529,1,6903,'3574253','2013-10-24 20:12:33'),(24530,2,6903,'','2013-10-24 20:12:33'),(24531,3,6903,'','2013-10-24 20:12:33'),(24532,4,6903,'OPD','2013-10-24 20:12:33'),(24533,5,6903,'','2013-10-24 20:12:33'),(24534,6,6903,'113','2013-10-24 20:12:33'),(24535,7,6903,'NIGHT','2013-10-24 20:12:33'),(24536,1,6905,'','2013-10-24 20:12:37'),(24537,2,6905,'','2013-10-24 20:12:37'),(24538,3,6905,'','2013-10-24 20:12:37'),(24539,4,6905,'','2013-10-24 20:12:37'),(24540,5,6905,'','2013-10-24 20:12:37'),(24541,6,6905,'','2013-10-24 20:12:37'),(24542,7,6905,'NIGHT','2013-10-24 20:12:37'),(24543,1,6908,'','2013-10-24 20:12:37'),(24544,2,6908,'','2013-10-24 20:12:37'),(24545,3,6908,'','2013-10-24 20:12:37'),(24546,4,6908,'','2013-10-24 20:12:37'),(24547,5,6908,'','2013-10-24 20:12:37'),(24548,6,6908,'','2013-10-24 20:12:37'),(24549,7,6908,'NIGHT','2013-10-24 20:12:37'),(24550,1,6912,'','2013-10-24 20:12:37'),(24551,2,6912,'','2013-10-24 20:12:37'),(24552,3,6912,'','2013-10-24 20:12:37'),(24553,4,6912,'','2013-10-24 20:12:37'),(24554,5,6912,'','2013-10-24 20:12:37'),(24555,6,6912,'','2013-10-24 20:12:37'),(24556,7,6912,'NIGHT','2013-10-24 20:12:37'),(24557,1,6913,'3574259','2013-10-24 20:34:28'),(24558,2,6913,'589469','2013-10-24 20:34:28'),(24559,3,6913,'','2013-10-24 20:34:28'),(24560,4,6913,'OPD','2013-10-24 20:34:28'),(24561,5,6913,'','2013-10-24 20:34:28'),(24562,6,6913,'241','2013-10-24 20:34:28'),(24563,7,6913,'NIGHT','2013-10-24 20:34:28'),(24564,1,6915,'','2013-10-24 20:34:28'),(24565,2,6915,'','2013-10-24 20:34:28'),(24566,3,6915,'','2013-10-24 20:34:28'),(24567,4,6915,'','2013-10-24 20:34:28'),(24568,5,6915,'','2013-10-24 20:34:28'),(24569,6,6915,'','2013-10-24 20:34:28'),(24570,7,6915,'NIGHT','2013-10-24 20:34:28'),(24571,1,6918,'','2013-10-24 20:34:29'),(24572,2,6918,'','2013-10-24 20:34:29'),(24573,3,6918,'','2013-10-24 20:34:29'),(24574,4,6918,'','2013-10-24 20:34:29'),(24575,5,6918,'','2013-10-24 20:34:29'),(24576,6,6918,'','2013-10-24 20:34:29'),(24577,7,6918,'NIGHT','2013-10-24 20:34:29'),(24578,1,6919,'3574255','2013-10-24 20:37:27'),(24579,2,6919,'','2013-10-24 20:37:27'),(24580,3,6919,'','2013-10-24 20:37:27'),(24581,4,6919,'OPD','2013-10-24 20:37:27'),(24582,5,6919,'','2013-10-24 20:37:27'),(24583,6,6919,'81','2013-10-24 20:37:27'),(24584,7,6919,'NIGHT','2013-10-24 20:37:27'),(24585,1,6920,'3574261','2013-10-24 20:47:24'),(24586,2,6920,'','2013-10-24 20:47:24'),(24587,3,6920,'','2013-10-24 20:47:24'),(24588,4,6920,'OPD','2013-10-24 20:47:24'),(24589,5,6920,'','2013-10-24 20:47:24'),(24590,6,6920,'48','2013-10-24 20:47:24'),(24591,7,6920,'NIGHT','2013-10-24 20:47:24'),(24592,1,6922,'','2013-10-24 20:47:25'),(24593,2,6922,'','2013-10-24 20:47:25'),(24594,3,6922,'','2013-10-24 20:47:25'),(24595,4,6922,'','2013-10-24 20:47:25'),(24596,5,6922,'','2013-10-24 20:47:25'),(24597,6,6922,'','2013-10-24 20:47:25'),(24598,7,6922,'NIGHT','2013-10-24 20:47:25'),(24599,1,6925,'','2013-10-24 20:47:25'),(24600,2,6925,'','2013-10-24 20:47:25'),(24601,3,6925,'','2013-10-24 20:47:25'),(24602,4,6925,'','2013-10-24 20:47:25'),(24603,5,6925,'','2013-10-24 20:47:25'),(24604,6,6925,'','2013-10-24 20:47:25'),(24605,7,6925,'NIGHT','2013-10-24 20:47:25'),(24606,1,6926,'3574265','2013-10-24 21:00:33'),(24607,2,6926,'','2013-10-24 21:00:33'),(24608,3,6926,'','2013-10-24 21:00:33'),(24609,4,6926,'OPD','2013-10-24 21:00:33'),(24610,5,6926,'','2013-10-24 21:00:33'),(24611,6,6926,'81','2013-10-24 21:00:33'),(24612,7,6926,'NIGHT','2013-10-24 21:00:33'),(24613,1,6927,'3574267','2013-10-24 21:13:24'),(24614,2,6927,'','2013-10-24 21:13:24'),(24615,3,6927,'','2013-10-24 21:13:24'),(24616,4,6927,'OPD','2013-10-24 21:13:24'),(24617,5,6927,'','2013-10-24 21:13:24'),(24618,6,6927,'112','2013-10-24 21:13:24'),(24619,7,6927,'NIGHT','2013-10-24 21:13:24'),(24620,1,6929,'','2013-10-24 21:13:24'),(24621,2,6929,'','2013-10-24 21:13:24'),(24622,3,6929,'','2013-10-24 21:13:24'),(24623,4,6929,'','2013-10-24 21:13:24'),(24624,5,6929,'','2013-10-24 21:13:24'),(24625,6,6929,'','2013-10-24 21:13:24'),(24626,7,6929,'NIGHT','2013-10-24 21:13:24'),(24627,1,6932,'','2013-10-24 21:13:25'),(24628,2,6932,'','2013-10-24 21:13:25'),(24629,3,6932,'','2013-10-24 21:13:25'),(24630,4,6932,'','2013-10-24 21:13:25'),(24631,5,6932,'','2013-10-24 21:13:25'),(24632,6,6932,'','2013-10-24 21:13:25'),(24633,7,6932,'NIGHT','2013-10-24 21:13:25'),(24634,1,6933,'3574270','2013-10-24 21:20:15'),(24635,2,6933,'','2013-10-24 21:20:15'),(24636,3,6933,'','2013-10-24 21:20:15'),(24637,4,6933,'OPD','2013-10-24 21:20:15'),(24638,5,6933,'','2013-10-24 21:20:15'),(24639,6,6933,'48','2013-10-24 21:20:15'),(24640,7,6933,'NIGHT','2013-10-24 21:20:15'),(24641,1,6935,'','2013-10-24 21:20:15'),(24642,2,6935,'','2013-10-24 21:20:15'),(24643,3,6935,'','2013-10-24 21:20:15'),(24644,4,6935,'','2013-10-24 21:20:15'),(24645,5,6935,'','2013-10-24 21:20:15'),(24646,6,6935,'','2013-10-24 21:20:15'),(24647,7,6935,'NIGHT','2013-10-24 21:20:15'),(24648,1,6938,'','2013-10-24 21:20:15'),(24649,2,6938,'','2013-10-24 21:20:15'),(24650,3,6938,'','2013-10-24 21:20:15'),(24651,4,6938,'','2013-10-24 21:20:15'),(24652,5,6938,'','2013-10-24 21:20:15'),(24653,6,6938,'','2013-10-24 21:20:15'),(24654,7,6938,'NIGHT','2013-10-24 21:20:15'),(24655,1,6939,'3574280','2013-10-24 22:03:54'),(24656,2,6939,'','2013-10-24 22:03:54'),(24657,3,6939,'','2013-10-24 22:03:54'),(24658,4,6939,'OPD','2013-10-24 22:03:54'),(24659,5,6939,'','2013-10-24 22:03:54'),(24660,6,6939,'87','2013-10-24 22:03:54'),(24661,7,6939,'NIGHT','2013-10-24 22:03:54'),(24662,1,6941,'','2013-10-24 22:03:54'),(24663,2,6941,'','2013-10-24 22:03:54'),(24664,3,6941,'','2013-10-24 22:03:54'),(24665,4,6941,'','2013-10-24 22:03:54'),(24666,5,6941,'','2013-10-24 22:03:54'),(24667,6,6941,'','2013-10-24 22:03:54'),(24668,7,6941,'NIGHT','2013-10-24 22:03:54'),(24669,1,6942,'3574281','2013-10-24 22:07:04'),(24670,2,6942,'','2013-10-24 22:07:04'),(24671,3,6942,'','2013-10-24 22:07:04'),(24672,4,6942,'OPD','2013-10-24 22:07:04'),(24673,5,6942,'','2013-10-24 22:07:04'),(24674,6,6942,'105','2013-10-24 22:07:04'),(24675,7,6942,'NIGHT','2013-10-24 22:07:04'),(24676,1,6944,'','2013-10-24 22:07:04'),(24677,2,6944,'','2013-10-24 22:07:04'),(24678,3,6944,'','2013-10-24 22:07:04'),(24679,4,6944,'','2013-10-24 22:07:04'),(24680,5,6944,'','2013-10-24 22:07:04'),(24681,6,6944,'','2013-10-24 22:07:04'),(24682,7,6944,'NIGHT','2013-10-24 22:07:04'),(24683,1,6945,'3574283','2013-10-24 22:10:33'),(24684,2,6945,'','2013-10-24 22:10:33'),(24685,3,6945,'','2013-10-24 22:10:33'),(24686,4,6945,'OPD','2013-10-24 22:10:33'),(24687,5,6945,'','2013-10-24 22:10:33'),(24688,6,6945,'105','2013-10-24 22:10:33'),(24689,7,6945,'NIGHT','2013-10-24 22:10:33'),(24690,1,6947,'','2013-10-24 22:10:33'),(24691,2,6947,'','2013-10-24 22:10:33'),(24692,3,6947,'','2013-10-24 22:10:33'),(24693,4,6947,'','2013-10-24 22:10:33'),(24694,5,6947,'','2013-10-24 22:10:33'),(24695,6,6947,'','2013-10-24 22:10:33'),(24696,7,6947,'NIGHT','2013-10-24 22:10:33'),(24697,1,6948,'3574282','2013-10-24 22:13:13'),(24698,2,6948,'','2013-10-24 22:13:13'),(24699,3,6948,'','2013-10-24 22:13:13'),(24700,4,6948,'OPD','2013-10-24 22:13:13'),(24701,5,6948,'','2013-10-24 22:13:13'),(24702,6,6948,'94','2013-10-24 22:13:13'),(24703,7,6948,'NIGHT','2013-10-24 22:13:13'),(24704,1,6950,'','2013-10-24 22:13:16'),(24705,2,6950,'','2013-10-24 22:13:16'),(24706,3,6950,'','2013-10-24 22:13:16'),(24707,4,6950,'','2013-10-24 22:13:16'),(24708,5,6950,'','2013-10-24 22:13:16'),(24709,6,6950,'','2013-10-24 22:13:16'),(24710,7,6950,'NIGHT','2013-10-24 22:13:16'),(24711,1,6951,'3574298','2013-10-25 00:02:22'),(24712,2,6951,'589483','2013-10-25 00:02:22'),(24713,3,6951,'','2013-10-25 00:02:22'),(24714,4,6951,'OPD','2013-10-25 00:02:22'),(24715,5,6951,'','2013-10-25 00:02:22'),(24716,6,6951,'35','2013-10-25 00:02:22'),(24717,7,6951,'NIGHT','2013-10-25 00:02:22'),(24718,1,6952,'3574099','2013-10-25 06:29:21'),(24719,2,6952,'','2013-10-25 06:29:21'),(24720,3,6952,'','2013-10-25 06:29:21'),(24721,4,6952,'OPD','2013-10-25 06:29:21'),(24722,5,6952,'','2013-10-25 06:29:21'),(24723,6,6952,'35','2013-10-25 06:29:21'),(24724,7,6952,'NIGHT','2013-10-25 06:29:21'),(24725,1,6954,'','2013-10-25 06:29:21'),(24726,2,6954,'','2013-10-25 06:29:21'),(24727,3,6954,'','2013-10-25 06:29:21'),(24728,4,6954,'','2013-10-25 06:29:21'),(24729,5,6954,'','2013-10-25 06:29:21'),(24730,6,6954,'','2013-10-25 06:29:21'),(24731,7,6954,'NIGHT','2013-10-25 06:29:21'),(24732,1,6955,'3572713','2013-10-25 06:31:05'),(24733,2,6955,'589108','2013-10-25 06:31:05'),(24734,3,6955,'','2013-10-25 06:31:05'),(24735,4,6955,'OPD','2013-10-25 06:31:05'),(24736,5,6955,'','2013-10-25 06:31:05'),(24737,6,6955,'23','2013-10-25 06:31:05'),(24738,7,6955,'NIGHT','2013-10-25 06:31:05'),(24739,1,6956,'3574352','2013-10-25 06:34:29'),(24740,2,6956,'','2013-10-25 06:34:29'),(24741,3,6956,'','2013-10-25 06:34:29'),(24742,4,6956,'OPD','2013-10-25 06:34:29'),(24743,5,6956,'','2013-10-25 06:34:29'),(24744,6,6956,'167','2013-10-25 06:34:29'),(24745,7,6956,'NIGHT','2013-10-25 06:34:29'),(24746,1,6958,'','2013-10-25 06:34:29'),(24747,2,6958,'','2013-10-25 06:34:29'),(24748,3,6958,'','2013-10-25 06:34:29'),(24749,4,6958,'','2013-10-25 06:34:29'),(24750,5,6958,'','2013-10-25 06:34:29'),(24751,6,6958,'','2013-10-25 06:34:29'),(24752,7,6958,'NIGHT','2013-10-25 06:34:29'),(24753,1,6959,'','2013-10-25 06:41:00'),(24754,2,6959,'','2013-10-25 06:41:00'),(24755,3,6959,'','2013-10-25 06:41:00'),(24756,4,6959,'','2013-10-25 06:41:00'),(24757,5,6959,'','2013-10-25 06:41:00'),(24758,6,6959,'','2013-10-25 06:41:00'),(24759,7,6959,'NIGHT','2013-10-25 06:41:00'),(24760,1,6960,'357358','2013-10-25 06:44:11'),(24761,2,6960,'589487','2013-10-25 06:44:11'),(24762,3,6960,'','2013-10-25 06:44:11'),(24763,4,6960,'OPD','2013-10-25 06:44:11'),(24764,5,6960,'','2013-10-25 06:44:11'),(24765,6,6960,'121','2013-10-25 06:44:11'),(24766,7,6960,'NIGHT','2013-10-25 06:44:11'),(24767,1,6962,'','2013-10-25 06:44:11'),(24768,2,6962,'','2013-10-25 06:44:11'),(24769,3,6962,'','2013-10-25 06:44:11'),(24770,4,6962,'','2013-10-25 06:44:11'),(24771,5,6962,'','2013-10-25 06:44:11'),(24772,6,6962,'','2013-10-25 06:44:11'),(24773,7,6962,'NIGHT','2013-10-25 06:44:11'),(24774,1,6963,'3574354','2013-10-25 06:48:45'),(24775,2,6963,'','2013-10-25 06:48:45'),(24776,3,6963,'','2013-10-25 06:48:45'),(24777,4,6963,'OPD','2013-10-25 06:48:45'),(24778,5,6963,'','2013-10-25 06:48:45'),(24779,6,6963,'94','2013-10-25 06:48:45'),(24780,7,6963,'NIGHT','2013-10-25 06:48:45'),(24781,1,6965,'','2013-10-25 06:48:45'),(24782,2,6965,'','2013-10-25 06:48:45'),(24783,3,6965,'','2013-10-25 06:48:45'),(24784,4,6965,'','2013-10-25 06:48:45'),(24785,5,6965,'','2013-10-25 06:48:45'),(24786,6,6965,'','2013-10-25 06:48:45'),(24787,7,6965,'NIGHT','2013-10-25 06:48:45'),(24788,1,6966,'3574230','2013-10-25 06:54:09'),(24789,2,6966,'','2013-10-25 06:54:09'),(24790,3,6966,'','2013-10-25 06:54:09'),(24791,4,6966,'OPD','2013-10-25 06:54:09'),(24792,5,6966,'','2013-10-25 06:54:09'),(24793,6,6966,'12','2013-10-25 06:54:09'),(24794,7,6966,'NIGHT','2013-10-25 06:54:09'),(24795,1,6967,'3574357','2013-10-25 06:57:30'),(24796,2,6967,'','2013-10-25 06:57:30'),(24797,3,6967,'','2013-10-25 06:57:30'),(24798,4,6967,'OPD','2013-10-25 06:57:30'),(24799,5,6967,'','2013-10-25 06:57:30'),(24800,6,6967,'67','2013-10-25 06:57:30'),(24801,7,6967,'NIGHT','2013-10-25 06:57:30'),(24802,1,6969,'','2013-10-25 06:57:30'),(24803,2,6969,'','2013-10-25 06:57:30'),(24804,3,6969,'','2013-10-25 06:57:30'),(24805,4,6969,'','2013-10-25 06:57:30'),(24806,5,6969,'','2013-10-25 06:57:30'),(24807,6,6969,'','2013-10-25 06:57:30'),(24808,7,6969,'NIGHT','2013-10-25 06:57:30'),(24809,1,6970,'3574361','2013-10-25 07:02:09'),(24810,2,6970,'','2013-10-25 07:02:09'),(24811,3,6970,'','2013-10-25 07:02:09'),(24812,4,6970,'WARD','2013-10-25 07:02:09'),(24813,5,6970,'214697','2013-10-25 07:02:09'),(24814,6,6970,'54','2013-10-25 07:02:09'),(24815,7,6970,'NIGHT','2013-10-25 07:02:09'),(24816,1,6971,'3574251','2013-10-25 07:12:04'),(24817,2,6971,'','2013-10-25 07:12:04'),(24818,3,6971,'','2013-10-25 07:12:04'),(24819,4,6971,'OPD','2013-10-25 07:12:04'),(24820,5,6971,'','2013-10-25 07:12:04'),(24821,6,6971,'193','2013-10-25 07:12:04'),(24822,7,6971,'NIGHT','2013-10-25 07:12:04'),(24823,1,6973,'','2013-10-25 07:12:04'),(24824,2,6973,'','2013-10-25 07:12:04'),(24825,3,6973,'','2013-10-25 07:12:04'),(24826,4,6973,'','2013-10-25 07:12:04'),(24827,5,6973,'','2013-10-25 07:12:04'),(24828,6,6973,'','2013-10-25 07:12:04'),(24829,7,6973,'NIGHT','2013-10-25 07:12:04'),(24830,1,6976,'','2013-10-25 07:12:04'),(24831,2,6976,'','2013-10-25 07:12:04'),(24832,3,6976,'','2013-10-25 07:12:04'),(24833,4,6976,'','2013-10-25 07:12:04'),(24834,5,6976,'','2013-10-25 07:12:04'),(24835,6,6976,'','2013-10-25 07:12:04'),(24836,7,6976,'NIGHT','2013-10-25 07:12:04'),(24837,1,6977,'3554010','2013-10-25 07:16:10'),(24838,2,6977,'','2013-10-25 07:16:10'),(24839,3,6977,'','2013-10-25 07:16:10'),(24840,4,6977,'OPD','2013-10-25 07:16:10'),(24841,5,6977,'','2013-10-25 07:16:10'),(24842,6,6977,'137','2013-10-25 07:16:10'),(24843,7,6977,'NIGHT','2013-10-25 07:16:10'),(24844,1,6979,'','2013-10-25 07:16:10'),(24845,2,6979,'','2013-10-25 07:16:10'),(24846,3,6979,'','2013-10-25 07:16:10'),(24847,4,6979,'','2013-10-25 07:16:10'),(24848,5,6979,'','2013-10-25 07:16:10'),(24849,6,6979,'','2013-10-25 07:16:10'),(24850,7,6979,'NIGHT','2013-10-25 07:16:10'),(24851,1,6980,'3570971','2013-10-25 07:21:52'),(24852,2,6980,'','2013-10-25 07:21:52'),(24853,3,6980,'','2013-10-25 07:21:52'),(24854,4,6980,'OPD','2013-10-25 07:21:52'),(24855,5,6980,'','2013-10-25 07:21:52'),(24856,6,6980,'102','2013-10-25 07:21:52'),(24857,7,6980,'NIGHT','2013-10-25 07:21:52'),(24858,1,6982,'','2013-10-25 07:21:53'),(24859,2,6982,'','2013-10-25 07:21:53'),(24860,3,6982,'','2013-10-25 07:21:53'),(24861,4,6982,'','2013-10-25 07:21:53'),(24862,5,6982,'','2013-10-25 07:21:53'),(24863,6,6982,'','2013-10-25 07:21:53'),(24864,7,6982,'NIGHT','2013-10-25 07:21:53'),(24865,1,6983,'3574368','2013-10-25 07:34:09'),(24866,2,6983,'','2013-10-25 07:34:09'),(24867,3,6983,'','2013-10-25 07:34:09'),(24868,4,6983,'OPD','2013-10-25 07:34:09'),(24869,5,6983,'','2013-10-25 07:34:09'),(24870,6,6983,'150','2013-10-25 07:34:09'),(24871,7,6983,'NIGHT','2013-10-25 07:34:09'),(24872,1,6985,'','2013-10-25 07:34:12'),(24873,2,6985,'','2013-10-25 07:34:12'),(24874,3,6985,'','2013-10-25 07:34:12'),(24875,4,6985,'','2013-10-25 07:34:12'),(24876,5,6985,'','2013-10-25 07:34:12'),(24877,6,6985,'','2013-10-25 07:34:12'),(24878,7,6985,'NIGHT','2013-10-25 07:34:12'),(24879,1,6986,'3574369','2013-10-25 07:51:13'),(24880,2,6986,'','2013-10-25 07:51:13'),(24881,3,6986,'','2013-10-25 07:51:13'),(24882,4,6986,'OPD','2013-10-25 07:51:13'),(24883,5,6986,'','2013-10-25 07:51:13'),(24884,6,6986,'96','2013-10-25 07:51:13'),(24885,7,6986,'DAY','2013-10-25 07:51:13'),(24886,1,6988,'','2013-10-25 07:51:13'),(24887,2,6988,'','2013-10-25 07:51:13'),(24888,3,6988,'','2013-10-25 07:51:13'),(24889,4,6988,'','2013-10-25 07:51:13'),(24890,5,6988,'','2013-10-25 07:51:13'),(24891,6,6988,'','2013-10-25 07:51:13'),(24892,7,6988,'DAY','2013-10-25 07:51:13'),(24893,1,6989,'3574372','2013-10-25 07:55:04'),(24894,2,6989,'','2013-10-25 07:55:04'),(24895,3,6989,'','2013-10-25 07:55:04'),(24896,4,6989,'OPD','2013-10-25 07:55:04'),(24897,5,6989,'','2013-10-25 07:55:04'),(24898,6,6989,'27','2013-10-25 07:55:04'),(24899,7,6989,'DAY','2013-10-25 07:55:04'),(24900,1,6990,'3573394','2013-10-25 07:58:32'),(24901,2,6990,'','2013-10-25 07:58:32'),(24902,3,6990,'','2013-10-25 07:58:32'),(24903,4,6990,'OPD','2013-10-25 07:58:32'),(24904,5,6990,'','2013-10-25 07:58:32'),(24905,6,6990,'19','2013-10-25 07:58:32'),(24906,7,6990,'DAY','2013-10-25 07:58:32'),(24907,1,6991,'','2013-10-25 08:01:50'),(24908,2,6991,'','2013-10-25 08:01:50'),(24909,3,6991,'','2013-10-25 08:01:50'),(24910,4,6991,'','2013-10-25 08:01:50'),(24911,5,6991,'','2013-10-25 08:01:50'),(24912,6,6991,'','2013-10-25 08:01:50'),(24913,7,6991,'DAY','2013-10-25 08:01:50'),(24914,1,6992,'3570371','2013-10-25 08:16:34'),(24915,2,6992,'','2013-10-25 08:16:34'),(24916,3,6992,'','2013-10-25 08:16:34'),(24917,4,6992,'OPD','2013-10-25 08:16:34'),(24918,5,6992,'','2013-10-25 08:16:34'),(24919,6,6992,'133','2013-10-25 08:16:34'),(24920,7,6992,'DAY','2013-10-25 08:16:34'),(24921,1,6994,'','2013-10-25 08:16:34'),(24922,2,6994,'','2013-10-25 08:16:34'),(24923,3,6994,'','2013-10-25 08:16:34'),(24924,4,6994,'','2013-10-25 08:16:34'),(24925,5,6994,'','2013-10-25 08:16:34'),(24926,6,6994,'','2013-10-25 08:16:34'),(24927,7,6994,'DAY','2013-10-25 08:16:34'),(24928,1,6995,'3573514','2013-10-25 08:20:15'),(24929,2,6995,'','2013-10-25 08:20:15'),(24930,3,6995,'','2013-10-25 08:20:15'),(24931,4,6995,'OPD','2013-10-25 08:20:15'),(24932,5,6995,'','2013-10-25 08:20:15'),(24933,6,6995,'119','2013-10-25 08:20:15'),(24934,7,6995,'DAY','2013-10-25 08:20:15'),(24935,1,6997,'','2013-10-25 08:20:16'),(24936,2,6997,'','2013-10-25 08:20:16'),(24937,3,6997,'','2013-10-25 08:20:16'),(24938,4,6997,'','2013-10-25 08:20:16'),(24939,5,6997,'','2013-10-25 08:20:16'),(24940,6,6997,'','2013-10-25 08:20:16'),(24941,7,6997,'DAY','2013-10-25 08:20:16'),(24942,1,7000,'','2013-10-25 08:20:16'),(24943,2,7000,'','2013-10-25 08:20:16'),(24944,3,7000,'','2013-10-25 08:20:16'),(24945,4,7000,'','2013-10-25 08:20:16'),(24946,5,7000,'','2013-10-25 08:20:16'),(24947,6,7000,'','2013-10-25 08:20:16'),(24948,7,7000,'DAY','2013-10-25 08:20:16'),(24949,1,7001,'','2013-10-25 08:34:01'),(24950,2,7001,'589498','2013-10-25 08:34:01'),(24951,3,7001,'','2013-10-25 08:34:01'),(24952,4,7001,'OPD','2013-10-25 08:34:01'),(24953,5,7001,'','2013-10-25 08:34:01'),(24954,6,7001,'118','2013-10-25 08:34:01'),(24955,7,7001,'DAY','2013-10-25 08:34:01'),(24956,1,7003,'','2013-10-25 08:34:01'),(24957,2,7003,'','2013-10-25 08:34:01'),(24958,3,7003,'','2013-10-25 08:34:01'),(24959,4,7003,'','2013-10-25 08:34:01'),(24960,5,7003,'','2013-10-25 08:34:01'),(24961,6,7003,'','2013-10-25 08:34:01'),(24962,7,7003,'DAY','2013-10-25 08:34:01'),(24963,1,7004,'','2013-10-25 08:43:22'),(24964,2,7004,'','2013-10-25 08:43:22'),(24965,3,7004,'','2013-10-25 08:43:22'),(24966,4,7004,'OPD','2013-10-25 08:43:22'),(24967,5,7004,'','2013-10-25 08:43:22'),(24968,6,7004,'24','2013-10-25 08:43:22'),(24969,7,7004,'DAY','2013-10-25 08:43:22'),(24970,1,7005,'','2013-10-25 08:45:59'),(24971,2,7005,'','2013-10-25 08:45:59'),(24972,3,7005,'','2013-10-25 08:45:59'),(24973,4,7005,'OPD','2013-10-25 08:45:59'),(24974,5,7005,'','2013-10-25 08:45:59'),(24975,6,7005,'94','2013-10-25 08:45:59'),(24976,7,7005,'DAY','2013-10-25 08:45:59'),(24977,1,7007,'','2013-10-25 08:45:59'),(24978,2,7007,'','2013-10-25 08:45:59'),(24979,3,7007,'','2013-10-25 08:45:59'),(24980,4,7007,'','2013-10-25 08:45:59'),(24981,5,7007,'','2013-10-25 08:45:59'),(24982,6,7007,'','2013-10-25 08:45:59'),(24983,7,7007,'DAY','2013-10-25 08:45:59'),(24984,1,7008,'','2013-10-25 08:54:37'),(24985,2,7008,'','2013-10-25 08:54:37'),(24986,3,7008,'','2013-10-25 08:54:37'),(24987,4,7008,'','2013-10-25 08:54:37'),(24988,5,7008,'','2013-10-25 08:54:37'),(24989,6,7008,'','2013-10-25 08:54:37'),(24990,7,7008,'DAY','2013-10-25 08:54:37'),(24991,1,7010,'','2013-10-25 08:54:37'),(24992,2,7010,'','2013-10-25 08:54:37'),(24993,3,7010,'','2013-10-25 08:54:37'),(24994,4,7010,'','2013-10-25 08:54:37'),(24995,5,7010,'','2013-10-25 08:54:37'),(24996,6,7010,'','2013-10-25 08:54:37'),(24997,7,7010,'DAY','2013-10-25 08:54:37'),(24998,1,7011,'','2013-10-25 09:28:55'),(24999,2,7011,'','2013-10-25 09:28:55'),(25000,3,7011,'','2013-10-25 09:28:55'),(25001,4,7011,'OPD','2013-10-25 09:28:55'),(25002,5,7011,'','2013-10-25 09:28:55'),(25003,6,7011,'','2013-10-25 09:28:55'),(25004,7,7011,'DAY','2013-10-25 09:28:55'),(25005,1,7013,'','2013-10-25 09:28:55'),(25006,2,7013,'','2013-10-25 09:28:55'),(25007,3,7013,'','2013-10-25 09:28:55'),(25008,4,7013,'','2013-10-25 09:28:55'),(25009,5,7013,'','2013-10-25 09:28:55'),(25010,6,7013,'','2013-10-25 09:28:55'),(25011,7,7013,'DAY','2013-10-25 09:28:55'),(25012,1,7016,'','2013-10-25 09:28:55'),(25013,2,7016,'','2013-10-25 09:28:55'),(25014,3,7016,'','2013-10-25 09:28:55'),(25015,4,7016,'','2013-10-25 09:28:55'),(25016,5,7016,'','2013-10-25 09:28:55'),(25017,6,7016,'','2013-10-25 09:28:55'),(25018,7,7016,'DAY','2013-10-25 09:28:55'),(25019,1,7017,'','2013-10-25 09:33:06'),(25020,2,7017,'','2013-10-25 09:33:06'),(25021,3,7017,'','2013-10-25 09:33:06'),(25022,4,7017,'OPD','2013-10-25 09:33:06'),(25023,5,7017,'','2013-10-25 09:33:06'),(25024,6,7017,'50','2013-10-25 09:33:06'),(25025,7,7017,'DAY','2013-10-25 09:33:06'),(25026,1,7019,'','2013-10-25 09:33:06'),(25027,2,7019,'','2013-10-25 09:33:06'),(25028,3,7019,'','2013-10-25 09:33:06'),(25029,4,7019,'','2013-10-25 09:33:06'),(25030,5,7019,'','2013-10-25 09:33:06'),(25031,6,7019,'','2013-10-25 09:33:06'),(25032,7,7019,'DAY','2013-10-25 09:33:06'),(25033,1,7020,'','2013-10-25 09:35:58'),(25034,2,7020,'','2013-10-25 09:35:58'),(25035,3,7020,'','2013-10-25 09:35:58'),(25036,4,7020,'OPD','2013-10-25 09:35:58'),(25037,5,7020,'','2013-10-25 09:35:58'),(25038,6,7020,'93','2013-10-25 09:35:58'),(25039,7,7020,'DAY','2013-10-25 09:35:58'),(25040,1,7021,'','2013-10-25 09:40:54'),(25041,2,7021,'','2013-10-25 09:40:54'),(25042,3,7021,'','2013-10-25 09:40:54'),(25043,4,7021,'OPD','2013-10-25 09:40:54'),(25044,5,7021,'','2013-10-25 09:40:54'),(25045,6,7021,'','2013-10-25 09:40:54'),(25046,7,7021,'DAY','2013-10-25 09:40:54'),(25047,1,7023,'','2013-10-25 09:40:55'),(25048,2,7023,'','2013-10-25 09:40:55'),(25049,3,7023,'','2013-10-25 09:40:55'),(25050,4,7023,'','2013-10-25 09:40:55'),(25051,5,7023,'','2013-10-25 09:40:55'),(25052,6,7023,'','2013-10-25 09:40:55'),(25053,7,7023,'DAY','2013-10-25 09:40:55'),(25054,1,7024,'','2013-10-25 09:43:44'),(25055,2,7024,'','2013-10-25 09:43:44'),(25056,3,7024,'','2013-10-25 09:43:44'),(25057,4,7024,'','2013-10-25 09:43:44'),(25058,5,7024,'','2013-10-25 09:43:44'),(25059,6,7024,'','2013-10-25 09:43:44'),(25060,7,7024,'DAY','2013-10-25 09:43:44'),(25061,1,7026,'','2013-10-25 09:43:44'),(25062,2,7026,'','2013-10-25 09:43:44'),(25063,3,7026,'','2013-10-25 09:43:44'),(25064,4,7026,'','2013-10-25 09:43:44'),(25065,5,7026,'','2013-10-25 09:43:44'),(25066,6,7026,'','2013-10-25 09:43:44'),(25067,7,7026,'DAY','2013-10-25 09:43:44'),(25068,1,7027,'','2013-10-25 09:45:20'),(25069,2,7027,'','2013-10-25 09:45:20'),(25070,3,7027,'','2013-10-25 09:45:20'),(25071,4,7027,'','2013-10-25 09:45:20'),(25072,5,7027,'','2013-10-25 09:45:20'),(25073,6,7027,'','2013-10-25 09:45:20'),(25074,7,7027,'DAY','2013-10-25 09:45:20'),(25075,1,7028,'','2013-10-25 09:46:13'),(25076,2,7028,'','2013-10-25 09:46:13'),(25077,3,7028,'','2013-10-25 09:46:13'),(25078,4,7028,'','2013-10-25 09:46:13'),(25079,5,7028,'','2013-10-25 09:46:13'),(25080,6,7028,'','2013-10-25 09:46:13'),(25081,7,7028,'DAY','2013-10-25 09:46:13'),(25082,1,7029,'','2013-10-25 09:46:50'),(25083,2,7029,'','2013-10-25 09:46:50'),(25084,3,7029,'','2013-10-25 09:46:50'),(25085,4,7029,'','2013-10-25 09:46:50'),(25086,5,7029,'','2013-10-25 09:46:50'),(25087,6,7029,'','2013-10-25 09:46:50'),(25088,7,7029,'DAY','2013-10-25 09:46:50'),(25089,1,7031,'','2013-10-25 09:46:50'),(25090,2,7031,'','2013-10-25 09:46:50'),(25091,3,7031,'','2013-10-25 09:46:50'),(25092,4,7031,'','2013-10-25 09:46:50'),(25093,5,7031,'','2013-10-25 09:46:50'),(25094,6,7031,'','2013-10-25 09:46:50'),(25095,7,7031,'DAY','2013-10-25 09:46:50'),(25096,1,7034,'','2013-10-25 09:46:51'),(25097,2,7034,'','2013-10-25 09:46:51'),(25098,3,7034,'','2013-10-25 09:46:51'),(25099,4,7034,'','2013-10-25 09:46:51'),(25100,5,7034,'','2013-10-25 09:46:51'),(25101,6,7034,'','2013-10-25 09:46:51'),(25102,7,7034,'DAY','2013-10-25 09:46:51'),(25103,1,7035,'','2013-10-25 09:48:52'),(25104,2,7035,'','2013-10-25 09:48:52'),(25105,3,7035,'','2013-10-25 09:48:52'),(25106,4,7035,'','2013-10-25 09:48:52'),(25107,5,7035,'','2013-10-25 09:48:52'),(25108,6,7035,'','2013-10-25 09:48:52'),(25109,7,7035,'DAY','2013-10-25 09:48:52'),(25110,1,7036,'','2013-10-25 09:52:05'),(25111,2,7036,'','2013-10-25 09:52:05'),(25112,3,7036,'','2013-10-25 09:52:05'),(25113,4,7036,'','2013-10-25 09:52:05'),(25114,5,7036,'','2013-10-25 09:52:05'),(25115,6,7036,'','2013-10-25 09:52:05'),(25116,7,7036,'DAY','2013-10-25 09:52:05'),(25117,1,7038,'','2013-10-25 09:52:05'),(25118,2,7038,'','2013-10-25 09:52:05'),(25119,3,7038,'','2013-10-25 09:52:05'),(25120,4,7038,'','2013-10-25 09:52:05'),(25121,5,7038,'','2013-10-25 09:52:05'),(25122,6,7038,'','2013-10-25 09:52:05'),(25123,7,7038,'DAY','2013-10-25 09:52:05'),(25124,1,7039,'','2013-10-25 09:54:20'),(25125,2,7039,'','2013-10-25 09:54:20'),(25126,3,7039,'','2013-10-25 09:54:20'),(25127,4,7039,'','2013-10-25 09:54:20'),(25128,5,7039,'','2013-10-25 09:54:20'),(25129,6,7039,'','2013-10-25 09:54:20'),(25130,7,7039,'DAY','2013-10-25 09:54:20'),(25131,1,7041,'','2013-10-25 09:54:20'),(25132,2,7041,'','2013-10-25 09:54:20'),(25133,3,7041,'','2013-10-25 09:54:20'),(25134,4,7041,'','2013-10-25 09:54:20'),(25135,5,7041,'','2013-10-25 09:54:20'),(25136,6,7041,'','2013-10-25 09:54:20'),(25137,7,7041,'DAY','2013-10-25 09:54:20'),(25138,1,7042,'','2013-10-25 10:01:51'),(25139,2,7042,'','2013-10-25 10:01:51'),(25140,3,7042,'','2013-10-25 10:01:51'),(25141,4,7042,'','2013-10-25 10:01:51'),(25142,5,7042,'','2013-10-25 10:01:51'),(25143,6,7042,'','2013-10-25 10:01:51'),(25144,7,7042,'DAY','2013-10-25 10:01:51'),(25145,1,7044,'','2013-10-25 10:01:51'),(25146,2,7044,'','2013-10-25 10:01:51'),(25147,3,7044,'','2013-10-25 10:01:51'),(25148,4,7044,'','2013-10-25 10:01:51'),(25149,5,7044,'','2013-10-25 10:01:51'),(25150,6,7044,'','2013-10-25 10:01:51'),(25151,7,7044,'DAY','2013-10-25 10:01:51'),(25152,1,7045,'','2013-10-25 10:04:35'),(25153,2,7045,'','2013-10-25 10:04:35'); +INSERT INTO `specimen_custom_data` VALUES (25154,3,7045,'','2013-10-25 10:04:35'),(25155,4,7045,'','2013-10-25 10:04:35'),(25156,5,7045,'','2013-10-25 10:04:35'),(25157,6,7045,'','2013-10-25 10:04:35'),(25158,7,7045,'DAY','2013-10-25 10:04:35'),(25159,1,7047,'','2013-10-25 10:04:35'),(25160,2,7047,'','2013-10-25 10:04:35'),(25161,3,7047,'','2013-10-25 10:04:35'),(25162,4,7047,'','2013-10-25 10:04:35'),(25163,5,7047,'','2013-10-25 10:04:35'),(25164,6,7047,'','2013-10-25 10:04:35'),(25165,7,7047,'DAY','2013-10-25 10:04:35'),(25166,1,7050,'','2013-10-25 10:04:35'),(25167,2,7050,'','2013-10-25 10:04:35'),(25168,3,7050,'','2013-10-25 10:04:35'),(25169,4,7050,'','2013-10-25 10:04:35'),(25170,5,7050,'','2013-10-25 10:04:35'),(25171,6,7050,'','2013-10-25 10:04:35'),(25172,7,7050,'DAY','2013-10-25 10:04:35'),(25173,1,7051,'','2013-10-25 10:08:14'),(25174,2,7051,'','2013-10-25 10:08:14'),(25175,3,7051,'','2013-10-25 10:08:14'),(25176,4,7051,'','2013-10-25 10:08:14'),(25177,5,7051,'','2013-10-25 10:08:14'),(25178,6,7051,'','2013-10-25 10:08:14'),(25179,7,7051,'DAY','2013-10-25 10:08:14'),(25180,1,7053,'','2013-10-25 10:08:14'),(25181,2,7053,'','2013-10-25 10:08:14'),(25182,3,7053,'','2013-10-25 10:08:14'),(25183,4,7053,'','2013-10-25 10:08:14'),(25184,5,7053,'','2013-10-25 10:08:14'),(25185,6,7053,'','2013-10-25 10:08:14'),(25186,7,7053,'DAY','2013-10-25 10:08:14'),(25187,1,7054,'','2013-10-25 10:10:36'),(25188,2,7054,'589513','2013-10-25 10:10:36'),(25189,3,7054,'','2013-10-25 10:10:36'),(25190,4,7054,'','2013-10-25 10:10:36'),(25191,5,7054,'','2013-10-25 10:10:36'),(25192,6,7054,'','2013-10-25 10:10:36'),(25193,7,7054,'DAY','2013-10-25 10:10:36'),(25194,1,7055,'3574453','2013-10-25 10:12:43'),(25195,2,7055,'','2013-10-25 10:12:43'),(25196,3,7055,'','2013-10-25 10:12:43'),(25197,4,7055,'','2013-10-25 10:12:43'),(25198,5,7055,'','2013-10-25 10:12:43'),(25199,6,7055,'','2013-10-25 10:12:43'),(25200,7,7055,'DAY','2013-10-25 10:12:43'),(25201,1,7057,'','2013-10-25 10:12:44'),(25202,2,7057,'','2013-10-25 10:12:44'),(25203,3,7057,'','2013-10-25 10:12:44'),(25204,4,7057,'','2013-10-25 10:12:44'),(25205,5,7057,'','2013-10-25 10:12:44'),(25206,6,7057,'','2013-10-25 10:12:44'),(25207,7,7057,'DAY','2013-10-25 10:12:44'),(25208,1,7060,'','2013-10-25 10:12:44'),(25209,2,7060,'','2013-10-25 10:12:44'),(25210,3,7060,'','2013-10-25 10:12:44'),(25211,4,7060,'','2013-10-25 10:12:44'),(25212,5,7060,'','2013-10-25 10:12:44'),(25213,6,7060,'','2013-10-25 10:12:44'),(25214,7,7060,'DAY','2013-10-25 10:12:44'),(25215,1,7061,'','2013-10-25 10:14:16'),(25216,2,7061,'589512','2013-10-25 10:14:16'),(25217,3,7061,'','2013-10-25 10:14:16'),(25218,4,7061,'','2013-10-25 10:14:16'),(25219,5,7061,'','2013-10-25 10:14:16'),(25220,6,7061,'','2013-10-25 10:14:16'),(25221,7,7061,'DAY','2013-10-25 10:14:16'),(25222,1,7062,'3574461','2013-10-25 10:14:48'),(25223,2,7062,'','2013-10-25 10:14:48'),(25224,3,7062,'','2013-10-25 10:14:48'),(25225,4,7062,'','2013-10-25 10:14:48'),(25226,5,7062,'','2013-10-25 10:14:48'),(25227,6,7062,'50','2013-10-25 10:14:48'),(25228,7,7062,'DAY','2013-10-25 10:14:48'),(25229,1,7064,'','2013-10-25 10:14:49'),(25230,2,7064,'','2013-10-25 10:14:49'),(25231,3,7064,'','2013-10-25 10:14:49'),(25232,4,7064,'','2013-10-25 10:14:49'),(25233,5,7064,'','2013-10-25 10:14:49'),(25234,6,7064,'','2013-10-25 10:14:49'),(25235,7,7064,'DAY','2013-10-25 10:14:49'),(25236,1,7065,'','2013-10-25 10:17:45'),(25237,2,7065,'589515','2013-10-25 10:17:45'),(25238,3,7065,'','2013-10-25 10:17:45'),(25239,4,7065,'','2013-10-25 10:17:45'),(25240,5,7065,'','2013-10-25 10:17:45'),(25241,6,7065,'','2013-10-25 10:17:45'),(25242,7,7065,'DAY','2013-10-25 10:17:45'),(25243,1,7067,'','2013-10-25 10:17:45'),(25244,2,7067,'','2013-10-25 10:17:45'),(25245,3,7067,'','2013-10-25 10:17:45'),(25246,4,7067,'','2013-10-25 10:17:45'),(25247,5,7067,'','2013-10-25 10:17:45'),(25248,6,7067,'','2013-10-25 10:17:45'),(25249,7,7067,'DAY','2013-10-25 10:17:45'),(25250,1,7068,'','2013-10-25 10:25:58'),(25251,2,7068,'589523','2013-10-25 10:25:58'),(25252,3,7068,'','2013-10-25 10:25:58'),(25253,4,7068,'','2013-10-25 10:25:58'),(25254,5,7068,'','2013-10-25 10:25:58'),(25255,6,7068,'','2013-10-25 10:25:58'),(25256,7,7068,'DAY','2013-10-25 10:25:58'),(25257,1,7070,'','2013-10-25 10:25:59'),(25258,2,7070,'','2013-10-25 10:25:59'),(25259,3,7070,'','2013-10-25 10:25:59'),(25260,4,7070,'','2013-10-25 10:25:59'),(25261,5,7070,'','2013-10-25 10:25:59'),(25262,6,7070,'','2013-10-25 10:25:59'),(25263,7,7070,'DAY','2013-10-25 10:25:59'),(25264,1,7073,'','2013-10-25 10:25:59'),(25265,2,7073,'','2013-10-25 10:25:59'),(25266,3,7073,'','2013-10-25 10:25:59'),(25267,4,7073,'','2013-10-25 10:25:59'),(25268,5,7073,'','2013-10-25 10:25:59'),(25269,6,7073,'','2013-10-25 10:25:59'),(25270,7,7073,'DAY','2013-10-25 10:25:59'),(25271,1,7077,'','2013-10-25 10:25:59'),(25272,2,7077,'','2013-10-25 10:25:59'),(25273,3,7077,'','2013-10-25 10:25:59'),(25274,4,7077,'','2013-10-25 10:25:59'),(25275,5,7077,'','2013-10-25 10:25:59'),(25276,6,7077,'','2013-10-25 10:25:59'),(25277,7,7077,'DAY','2013-10-25 10:25:59'),(25278,1,7078,'3574520','2013-10-25 10:36:42'),(25279,2,7078,'','2013-10-25 10:36:42'),(25280,3,7078,'','2013-10-25 10:36:42'),(25281,4,7078,'','2013-10-25 10:36:42'),(25282,5,7078,'','2013-10-25 10:36:42'),(25283,6,7078,'129.40','2013-10-25 10:36:42'),(25284,7,7078,'DAY','2013-10-25 10:36:42'),(25285,1,7080,'','2013-10-25 10:36:43'),(25286,2,7080,'','2013-10-25 10:36:43'),(25287,3,7080,'','2013-10-25 10:36:43'),(25288,4,7080,'','2013-10-25 10:36:43'),(25289,5,7080,'','2013-10-25 10:36:43'),(25290,6,7080,'','2013-10-25 10:36:43'),(25291,7,7080,'DAY','2013-10-25 10:36:43'),(25292,1,7081,'3568971','2013-10-25 10:40:51'),(25293,2,7081,'','2013-10-25 10:40:51'),(25294,3,7081,'','2013-10-25 10:40:51'),(25295,4,7081,'OPD','2013-10-25 10:40:51'),(25296,5,7081,'','2013-10-25 10:40:51'),(25297,6,7081,'27.00','2013-10-25 10:40:51'),(25298,7,7081,'DAY','2013-10-25 10:40:51'),(25299,1,7082,'','2013-10-25 10:43:24'),(25300,2,7082,'589518','2013-10-25 10:43:24'),(25301,3,7082,'','2013-10-25 10:43:24'),(25302,4,7082,'OPD','2013-10-25 10:43:24'),(25303,5,7082,'','2013-10-25 10:43:24'),(25304,6,7082,'','2013-10-25 10:43:24'),(25305,7,7082,'DAY','2013-10-25 10:43:24'),(25306,1,7084,'','2013-10-25 10:43:24'),(25307,2,7084,'','2013-10-25 10:43:24'),(25308,3,7084,'','2013-10-25 10:43:24'),(25309,4,7084,'','2013-10-25 10:43:24'),(25310,5,7084,'','2013-10-25 10:43:24'),(25311,6,7084,'','2013-10-25 10:43:24'),(25312,7,7084,'DAY','2013-10-25 10:43:24'),(25313,1,7087,'','2013-10-25 10:43:24'),(25314,2,7087,'','2013-10-25 10:43:24'),(25315,3,7087,'','2013-10-25 10:43:24'),(25316,4,7087,'','2013-10-25 10:43:24'),(25317,5,7087,'','2013-10-25 10:43:24'),(25318,6,7087,'','2013-10-25 10:43:24'),(25319,7,7087,'DAY','2013-10-25 10:43:24'),(25320,1,7088,'3574495','2013-10-25 10:46:02'),(25321,2,7088,'','2013-10-25 10:46:02'),(25322,3,7088,'','2013-10-25 10:46:02'),(25323,4,7088,'OPD','2013-10-25 10:46:02'),(25324,5,7088,'','2013-10-25 10:46:02'),(25325,6,7088,'94.00','2013-10-25 10:46:02'),(25326,7,7088,'DAY','2013-10-25 10:46:02'),(25327,1,7090,'','2013-10-25 10:46:02'),(25328,2,7090,'','2013-10-25 10:46:02'),(25329,3,7090,'','2013-10-25 10:46:02'),(25330,4,7090,'','2013-10-25 10:46:02'),(25331,5,7090,'','2013-10-25 10:46:02'),(25332,6,7090,'','2013-10-25 10:46:02'),(25333,7,7090,'DAY','2013-10-25 10:46:02'),(25334,1,7091,'3574510','2013-10-25 10:48:37'),(25335,2,7091,'','2013-10-25 10:48:37'),(25336,3,7091,'','2013-10-25 10:48:37'),(25337,4,7091,'','2013-10-25 10:48:37'),(25338,5,7091,'','2013-10-25 10:48:37'),(25339,6,7091,'65.00','2013-10-25 10:48:37'),(25340,7,7091,'DAY','2013-10-25 10:48:37'),(25341,1,7093,'','2013-10-25 10:48:37'),(25342,2,7093,'','2013-10-25 10:48:37'),(25343,3,7093,'','2013-10-25 10:48:37'),(25344,4,7093,'','2013-10-25 10:48:37'),(25345,5,7093,'','2013-10-25 10:48:37'),(25346,6,7093,'','2013-10-25 10:48:37'),(25347,7,7093,'DAY','2013-10-25 10:48:37'),(25348,1,7096,'','2013-10-25 10:48:37'),(25349,2,7096,'','2013-10-25 10:48:37'),(25350,3,7096,'','2013-10-25 10:48:37'),(25351,4,7096,'','2013-10-25 10:48:37'),(25352,5,7096,'','2013-10-25 10:48:37'),(25353,6,7096,'','2013-10-25 10:48:37'),(25354,7,7096,'DAY','2013-10-25 10:48:37'),(25355,1,7097,'3574517','2013-10-25 10:51:09'),(25356,2,7097,'','2013-10-25 10:51:09'),(25357,3,7097,'','2013-10-25 10:51:09'),(25358,4,7097,'OPD','2013-10-25 10:51:09'),(25359,5,7097,'','2013-10-25 10:51:09'),(25360,6,7097,'47.00','2013-10-25 10:51:09'),(25361,7,7097,'DAY','2013-10-25 10:51:09'),(25362,1,7099,'','2013-10-25 10:51:09'),(25363,2,7099,'','2013-10-25 10:51:09'),(25364,3,7099,'','2013-10-25 10:51:09'),(25365,4,7099,'','2013-10-25 10:51:09'),(25366,5,7099,'','2013-10-25 10:51:09'),(25367,6,7099,'','2013-10-25 10:51:09'),(25368,7,7099,'DAY','2013-10-25 10:51:09'),(25369,1,7102,'','2013-10-25 10:51:09'),(25370,2,7102,'','2013-10-25 10:51:09'),(25371,3,7102,'','2013-10-25 10:51:09'),(25372,4,7102,'','2013-10-25 10:51:09'),(25373,5,7102,'','2013-10-25 10:51:09'),(25374,6,7102,'','2013-10-25 10:51:09'),(25375,7,7102,'DAY','2013-10-25 10:51:09'),(25376,1,7103,'','2013-10-25 10:56:43'),(25377,2,7103,'589524','2013-10-25 10:56:43'),(25378,3,7103,'','2013-10-25 10:56:43'),(25379,4,7103,'OPD','2013-10-25 10:56:43'),(25380,5,7103,'','2013-10-25 10:56:43'),(25381,6,7103,'20','2013-10-25 10:56:43'),(25382,7,7103,'DAY','2013-10-25 10:56:43'),(25383,1,7104,'','2013-10-25 11:02:48'),(25384,2,7104,'','2013-10-25 11:02:48'),(25385,3,7104,'','2013-10-25 11:02:48'),(25386,4,7104,'OPD','2013-10-25 11:02:48'),(25387,5,7104,'','2013-10-25 11:02:48'),(25388,6,7104,'178','2013-10-25 11:02:48'),(25389,7,7104,'DAY','2013-10-25 11:02:48'),(25390,1,7106,'','2013-10-25 11:02:48'),(25391,2,7106,'','2013-10-25 11:02:48'),(25392,3,7106,'','2013-10-25 11:02:48'),(25393,4,7106,'','2013-10-25 11:02:48'),(25394,5,7106,'','2013-10-25 11:02:48'),(25395,6,7106,'','2013-10-25 11:02:48'),(25396,7,7106,'DAY','2013-10-25 11:02:48'),(25397,1,7109,'','2013-10-25 11:02:48'),(25398,2,7109,'','2013-10-25 11:02:48'),(25399,3,7109,'','2013-10-25 11:02:48'),(25400,4,7109,'','2013-10-25 11:02:48'),(25401,5,7109,'','2013-10-25 11:02:48'),(25402,6,7109,'','2013-10-25 11:02:48'),(25403,7,7109,'DAY','2013-10-25 11:02:48'),(25404,1,7110,'','2013-10-25 11:16:39'),(25405,2,7110,'','2013-10-25 11:16:39'),(25406,3,7110,'','2013-10-25 11:16:39'),(25407,4,7110,'OPD','2013-10-25 11:16:39'),(25408,5,7110,'','2013-10-25 11:16:39'),(25409,6,7110,'161','2013-10-25 11:16:39'),(25410,7,7110,'DAY','2013-10-25 11:16:39'),(25411,1,7112,'','2013-10-25 11:16:39'),(25412,2,7112,'','2013-10-25 11:16:39'),(25413,3,7112,'','2013-10-25 11:16:39'),(25414,4,7112,'','2013-10-25 11:16:39'),(25415,5,7112,'','2013-10-25 11:16:39'),(25416,6,7112,'','2013-10-25 11:16:39'),(25417,7,7112,'DAY','2013-10-25 11:16:39'),(25418,1,7113,'','2013-10-25 11:22:30'),(25419,2,7113,'','2013-10-25 11:22:30'),(25420,3,7113,'','2013-10-25 11:22:30'),(25421,4,7113,'','2013-10-25 11:22:30'),(25422,5,7113,'','2013-10-25 11:22:30'),(25423,6,7113,'55','2013-10-25 11:22:30'),(25424,7,7113,'DAY','2013-10-25 11:22:30'),(25425,1,7114,'','2013-10-25 11:29:55'),(25426,2,7114,'','2013-10-25 11:29:55'),(25427,3,7114,'','2013-10-25 11:29:55'),(25428,4,7114,'','2013-10-25 11:29:55'),(25429,5,7114,'','2013-10-25 11:29:55'),(25430,6,7114,'66','2013-10-25 11:29:55'),(25431,7,7114,'DAY','2013-10-25 11:29:55'),(25432,1,7115,'','2013-10-25 11:32:14'),(25433,2,7115,'','2013-10-25 11:32:14'),(25434,3,7115,'','2013-10-25 11:32:14'),(25435,4,7115,'OPD','2013-10-25 11:32:14'),(25436,5,7115,'','2013-10-25 11:32:14'),(25437,6,7115,'104','2013-10-25 11:32:14'),(25438,7,7115,'DAY','2013-10-25 11:32:14'),(25439,1,7117,'','2013-10-25 11:32:14'),(25440,2,7117,'','2013-10-25 11:32:14'),(25441,3,7117,'','2013-10-25 11:32:14'),(25442,4,7117,'','2013-10-25 11:32:14'),(25443,5,7117,'','2013-10-25 11:32:14'),(25444,6,7117,'','2013-10-25 11:32:14'),(25445,7,7117,'DAY','2013-10-25 11:32:14'),(25446,1,7118,'','2013-10-25 11:38:30'),(25447,2,7118,'','2013-10-25 11:38:30'),(25448,3,7118,'','2013-10-25 11:38:30'),(25449,4,7118,'','2013-10-25 11:38:30'),(25450,5,7118,'','2013-10-25 11:38:30'),(25451,6,7118,'','2013-10-25 11:38:30'),(25452,7,7118,'DAY','2013-10-25 11:38:30'),(25453,1,7119,'','2013-10-25 11:55:31'),(25454,2,7119,'589547','2013-10-25 11:55:31'),(25455,3,7119,'','2013-10-25 11:55:31'),(25456,4,7119,'','2013-10-25 11:55:31'),(25457,5,7119,'','2013-10-25 11:55:31'),(25458,6,7119,'121','2013-10-25 11:55:31'),(25459,7,7119,'DAY','2013-10-25 11:55:31'),(25460,1,7121,'','2013-10-25 11:55:31'),(25461,2,7121,'','2013-10-25 11:55:31'),(25462,3,7121,'','2013-10-25 11:55:31'),(25463,4,7121,'','2013-10-25 11:55:31'),(25464,5,7121,'','2013-10-25 11:55:31'),(25465,6,7121,'','2013-10-25 11:55:31'),(25466,7,7121,'DAY','2013-10-25 11:55:31'),(25467,1,7124,'','2013-10-25 11:55:32'),(25468,2,7124,'','2013-10-25 11:55:32'),(25469,3,7124,'','2013-10-25 11:55:32'),(25470,4,7124,'','2013-10-25 11:55:32'),(25471,5,7124,'','2013-10-25 11:55:32'),(25472,6,7124,'','2013-10-25 11:55:32'),(25473,7,7124,'DAY','2013-10-25 11:55:32'),(25474,1,7125,'','2013-10-25 11:57:55'),(25475,2,7125,'','2013-10-25 11:57:55'),(25476,3,7125,'','2013-10-25 11:57:55'),(25477,4,7125,'OPD','2013-10-25 11:57:55'),(25478,5,7125,'','2013-10-25 11:57:55'),(25479,6,7125,'70','2013-10-25 11:57:55'),(25480,7,7125,'DAY','2013-10-25 11:57:55'),(25481,1,7126,'','2013-10-25 12:00:00'),(25482,2,7126,'','2013-10-25 12:00:00'),(25483,3,7126,'','2013-10-25 12:00:00'),(25484,4,7126,'OPD','2013-10-25 12:00:00'),(25485,5,7126,'','2013-10-25 12:00:00'),(25486,6,7126,'66','2013-10-25 12:00:00'),(25487,7,7126,'DAY','2013-10-25 12:00:00'),(25488,1,7127,'','2013-10-25 12:01:57'),(25489,2,7127,'','2013-10-25 12:01:57'),(25490,3,7127,'','2013-10-25 12:01:57'),(25491,4,7127,'','2013-10-25 12:01:57'),(25492,5,7127,'','2013-10-25 12:01:57'),(25493,6,7127,'171','2013-10-25 12:01:57'),(25494,7,7127,'DAY','2013-10-25 12:01:57'),(25495,1,7128,'','2013-10-25 12:12:12'),(25496,2,7128,'','2013-10-25 12:12:12'),(25497,3,7128,'','2013-10-25 12:12:12'),(25498,4,7128,'','2013-10-25 12:12:12'),(25499,5,7128,'','2013-10-25 12:12:12'),(25500,6,7128,'','2013-10-25 12:12:12'),(25501,7,7128,'DAY','2013-10-25 12:12:12'),(25502,1,7129,'3574602','2013-10-25 12:12:49'),(25503,2,7129,'','2013-10-25 12:12:49'),(25504,3,7129,'','2013-10-25 12:12:49'),(25505,4,7129,'OPD','2013-10-25 12:12:49'),(25506,5,7129,'','2013-10-25 12:12:49'),(25507,6,7129,'','2013-10-25 12:12:49'),(25508,7,7129,'DAY','2013-10-25 12:12:49'),(25509,1,7130,'','2013-10-25 12:14:49'),(25510,2,7130,'','2013-10-25 12:14:49'),(25511,3,7130,'','2013-10-25 12:14:49'),(25512,4,7130,'OPD','2013-10-25 12:14:49'),(25513,5,7130,'','2013-10-25 12:14:49'),(25514,6,7130,'81','2013-10-25 12:14:49'),(25515,7,7130,'DAY','2013-10-25 12:14:49'),(25516,1,7131,'','2013-10-25 12:18:53'),(25517,2,7131,'','2013-10-25 12:18:53'),(25518,3,7131,'','2013-10-25 12:18:53'),(25519,4,7131,'','2013-10-25 12:18:53'),(25520,5,7131,'','2013-10-25 12:18:53'),(25521,6,7131,'','2013-10-25 12:18:53'),(25522,7,7131,'DAY','2013-10-25 12:18:53'),(25523,1,7132,'','2013-10-25 12:22:28'),(25524,2,7132,'','2013-10-25 12:22:28'),(25525,3,7132,'','2013-10-25 12:22:28'),(25526,4,7132,'OPD','2013-10-25 12:22:28'),(25527,5,7132,'','2013-10-25 12:22:28'),(25528,6,7132,'66','2013-10-25 12:22:28'),(25529,7,7132,'DAY','2013-10-25 12:22:28'),(25530,1,7133,'','2013-10-25 12:25:34'),(25531,2,7133,'','2013-10-25 12:25:34'),(25532,3,7133,'','2013-10-25 12:25:34'),(25533,4,7133,'OPD','2013-10-25 12:25:34'),(25534,5,7133,'','2013-10-25 12:25:34'),(25535,6,7133,'81','2013-10-25 12:25:34'),(25536,7,7133,'DAY','2013-10-25 12:25:34'),(25537,1,7134,'','2013-10-25 12:27:30'),(25538,2,7134,'','2013-10-25 12:27:30'),(25539,3,7134,'','2013-10-25 12:27:30'),(25540,4,7134,'','2013-10-25 12:27:30'),(25541,5,7134,'','2013-10-25 12:27:30'),(25542,6,7134,'22','2013-10-25 12:27:30'),(25543,7,7134,'DAY','2013-10-25 12:27:30'),(25544,1,7135,'','2013-10-25 12:28:37'),(25545,2,7135,'','2013-10-25 12:28:37'),(25546,3,7135,'','2013-10-25 12:28:37'),(25547,4,7135,'OPD','2013-10-25 12:28:37'),(25548,5,7135,'','2013-10-25 12:28:37'),(25549,6,7135,'22','2013-10-25 12:28:37'),(25550,7,7135,'DAY','2013-10-25 12:28:37'),(25551,1,7136,'','2013-10-25 12:38:22'),(25552,2,7136,'','2013-10-25 12:38:22'),(25553,3,7136,'','2013-10-25 12:38:22'),(25554,4,7136,'','2013-10-25 12:38:22'),(25555,5,7136,'','2013-10-25 12:38:22'),(25556,6,7136,'','2013-10-25 12:38:22'),(25557,7,7136,'DAY','2013-10-25 12:38:22'),(25558,1,7137,'','2013-10-25 12:40:12'),(25559,2,7137,'','2013-10-25 12:40:12'),(25560,3,7137,'','2013-10-25 12:40:12'),(25561,4,7137,'','2013-10-25 12:40:12'),(25562,5,7137,'','2013-10-25 12:40:12'),(25563,6,7137,'','2013-10-25 12:40:12'),(25564,7,7137,'DAY','2013-10-25 12:40:12'),(25565,1,7138,'','2013-10-25 12:51:44'),(25566,2,7138,'','2013-10-25 12:51:44'),(25567,3,7138,'','2013-10-25 12:51:44'),(25568,4,7138,'','2013-10-25 12:51:44'),(25569,5,7138,'','2013-10-25 12:51:44'),(25570,6,7138,'','2013-10-25 12:51:44'),(25571,7,7138,'DAY','2013-10-25 12:51:44'),(25572,1,7139,'','2013-10-25 12:57:50'),(25573,2,7139,'','2013-10-25 12:57:50'),(25574,3,7139,'','2013-10-25 12:57:50'),(25575,4,7139,'OPD','2013-10-25 12:57:50'),(25576,5,7139,'','2013-10-25 12:57:50'),(25577,6,7139,'81.24','2013-10-25 12:57:50'),(25578,7,7139,'DAY','2013-10-25 12:57:50'),(25579,1,7140,'','2013-10-25 12:59:36'),(25580,2,7140,'589554','2013-10-25 12:59:36'),(25581,3,7140,'','2013-10-25 12:59:36'),(25582,4,7140,'','2013-10-25 12:59:36'),(25583,5,7140,'','2013-10-25 12:59:36'),(25584,6,7140,'60','2013-10-25 12:59:36'),(25585,7,7140,'DAY','2013-10-25 12:59:36'),(25586,1,7141,'','2013-10-25 13:05:17'),(25587,2,7141,'','2013-10-25 13:05:17'),(25588,3,7141,'','2013-10-25 13:05:17'),(25589,4,7141,'','2013-10-25 13:05:17'),(25590,5,7141,'','2013-10-25 13:05:17'),(25591,6,7141,'','2013-10-25 13:05:17'),(25592,7,7141,'DAY','2013-10-25 13:05:17'),(25593,1,7142,'','2013-10-25 13:08:29'),(25594,2,7142,'589555','2013-10-25 13:08:29'),(25595,3,7142,'','2013-10-25 13:08:29'),(25596,4,7142,'OPD','2013-10-25 13:08:29'),(25597,5,7142,'','2013-10-25 13:08:29'),(25598,6,7142,'298','2013-10-25 13:08:29'),(25599,7,7142,'DAY','2013-10-25 13:08:29'),(25600,1,7144,'','2013-10-25 13:08:29'),(25601,2,7144,'','2013-10-25 13:08:29'),(25602,3,7144,'','2013-10-25 13:08:29'),(25603,4,7144,'','2013-10-25 13:08:29'),(25604,5,7144,'','2013-10-25 13:08:29'),(25605,6,7144,'','2013-10-25 13:08:29'),(25606,7,7144,'DAY','2013-10-25 13:08:29'),(25607,1,7147,'','2013-10-25 13:08:29'),(25608,2,7147,'','2013-10-25 13:08:29'),(25609,3,7147,'','2013-10-25 13:08:29'),(25610,4,7147,'','2013-10-25 13:08:29'),(25611,5,7147,'','2013-10-25 13:08:29'),(25612,6,7147,'','2013-10-25 13:08:29'),(25613,7,7147,'DAY','2013-10-25 13:08:29'),(25614,1,7148,'','2013-10-25 13:09:20'),(25615,2,7148,'','2013-10-25 13:09:20'),(25616,3,7148,'','2013-10-25 13:09:20'),(25617,4,7148,'','2013-10-25 13:09:20'),(25618,5,7148,'','2013-10-25 13:09:20'),(25619,6,7148,'','2013-10-25 13:09:20'),(25620,7,7148,'DAY','2013-10-25 13:09:20'),(25621,1,7149,'','2013-10-25 13:19:52'),(25622,2,7149,'','2013-10-25 13:19:52'),(25623,3,7149,'','2013-10-25 13:19:52'),(25624,4,7149,'','2013-10-25 13:19:52'),(25625,5,7149,'','2013-10-25 13:19:52'),(25626,6,7149,'22','2013-10-25 13:19:52'),(25627,7,7149,'DAY','2013-10-25 13:19:52'),(25628,1,7150,'','2013-10-25 13:21:53'),(25629,2,7150,'','2013-10-25 13:21:53'),(25630,3,7150,'','2013-10-25 13:21:53'),(25631,4,7150,'','2013-10-25 13:21:53'),(25632,5,7150,'','2013-10-25 13:21:53'),(25633,6,7150,'','2013-10-25 13:21:53'),(25634,7,7150,'DAY','2013-10-25 13:21:53'),(25635,1,7151,'','2013-10-25 13:27:51'),(25636,2,7151,'589557','2013-10-25 13:27:51'),(25637,3,7151,'','2013-10-25 13:27:51'),(25638,4,7151,'','2013-10-25 13:27:51'),(25639,5,7151,'','2013-10-25 13:27:51'),(25640,6,7151,'44.75','2013-10-25 13:27:51'),(25641,7,7151,'DAY','2013-10-25 13:27:51'),(25642,1,7152,'','2013-10-25 13:33:33'),(25643,2,7152,'','2013-10-25 13:33:33'),(25644,3,7152,'','2013-10-25 13:33:33'),(25645,4,7152,'','2013-10-25 13:33:33'),(25646,5,7152,'','2013-10-25 13:33:33'),(25647,6,7152,'93','2013-10-25 13:33:33'),(25648,7,7152,'DAY','2013-10-25 13:33:33'),(25649,1,7153,'','2013-10-25 13:36:49'),(25650,2,7153,'','2013-10-25 13:36:49'),(25651,3,7153,'','2013-10-25 13:36:49'),(25652,4,7153,'','2013-10-25 13:36:49'),(25653,5,7153,'','2013-10-25 13:36:49'),(25654,6,7153,'','2013-10-25 13:36:49'),(25655,7,7153,'DAY','2013-10-25 13:36:49'),(25656,1,7154,'','2013-10-25 13:42:42'),(25657,2,7154,'','2013-10-25 13:42:42'),(25658,3,7154,'','2013-10-25 13:42:42'),(25659,4,7154,'','2013-10-25 13:42:42'),(25660,5,7154,'','2013-10-25 13:42:42'),(25661,6,7154,'','2013-10-25 13:42:42'),(25662,7,7154,'DAY','2013-10-25 13:42:42'),(25663,1,7155,'','2013-10-25 13:44:08'),(25664,2,7155,'','2013-10-25 13:44:08'),(25665,3,7155,'','2013-10-25 13:44:08'),(25666,4,7155,'OPD','2013-10-25 13:44:08'),(25667,5,7155,'','2013-10-25 13:44:08'),(25668,6,7155,'13','2013-10-25 13:44:08'),(25669,7,7155,'DAY','2013-10-25 13:44:08'),(25670,1,7156,'','2013-10-25 13:59:11'),(25671,2,7156,'','2013-10-25 13:59:11'),(25672,3,7156,'','2013-10-25 13:59:11'),(25673,4,7156,'opd','2013-10-25 13:59:11'),(25674,5,7156,'','2013-10-25 13:59:11'),(25675,6,7156,'','2013-10-25 13:59:11'),(25676,7,7156,'DAY','2013-10-25 13:59:11'),(25677,1,7157,'','2013-10-25 14:05:02'),(25678,2,7157,'','2013-10-25 14:05:02'),(25679,3,7157,'','2013-10-25 14:05:02'),(25680,4,7157,'','2013-10-25 14:05:02'),(25681,5,7157,'','2013-10-25 14:05:02'),(25682,6,7157,'','2013-10-25 14:05:02'),(25683,7,7157,'DAY','2013-10-25 14:05:02'),(25684,1,7159,'','2013-10-25 14:05:02'),(25685,2,7159,'','2013-10-25 14:05:02'),(25686,3,7159,'','2013-10-25 14:05:02'),(25687,4,7159,'','2013-10-25 14:05:02'),(25688,5,7159,'','2013-10-25 14:05:02'),(25689,6,7159,'','2013-10-25 14:05:02'),(25690,7,7159,'DAY','2013-10-25 14:05:02'),(25691,1,7162,'','2013-10-25 14:05:03'),(25692,2,7162,'','2013-10-25 14:05:03'),(25693,3,7162,'','2013-10-25 14:05:03'),(25694,4,7162,'','2013-10-25 14:05:03'),(25695,5,7162,'','2013-10-25 14:05:03'),(25696,6,7162,'','2013-10-25 14:05:03'),(25697,7,7162,'DAY','2013-10-25 14:05:03'),(25698,1,7163,'','2013-10-25 14:06:35'),(25699,2,7163,'','2013-10-25 14:06:35'),(25700,3,7163,'','2013-10-25 14:06:35'),(25701,4,7163,'','2013-10-25 14:06:35'),(25702,5,7163,'','2013-10-25 14:06:35'),(25703,6,7163,'294','2013-10-25 14:06:35'),(25704,7,7163,'DAY','2013-10-25 14:06:35'),(25705,1,7165,'','2013-10-25 14:06:35'),(25706,2,7165,'','2013-10-25 14:06:35'),(25707,3,7165,'','2013-10-25 14:06:35'),(25708,4,7165,'','2013-10-25 14:06:35'),(25709,5,7165,'','2013-10-25 14:06:35'),(25710,6,7165,'','2013-10-25 14:06:35'),(25711,7,7165,'DAY','2013-10-25 14:06:35'),(25712,1,7168,'','2013-10-25 14:06:36'),(25713,2,7168,'','2013-10-25 14:06:36'),(25714,3,7168,'','2013-10-25 14:06:36'),(25715,4,7168,'','2013-10-25 14:06:36'),(25716,5,7168,'','2013-10-25 14:06:36'),(25717,6,7168,'','2013-10-25 14:06:36'),(25718,7,7168,'DAY','2013-10-25 14:06:36'),(25719,1,7172,'','2013-10-25 14:06:36'),(25720,2,7172,'','2013-10-25 14:06:36'),(25721,3,7172,'','2013-10-25 14:06:36'),(25722,4,7172,'','2013-10-25 14:06:36'),(25723,5,7172,'','2013-10-25 14:06:36'),(25724,6,7172,'','2013-10-25 14:06:36'),(25725,7,7172,'DAY','2013-10-25 14:06:36'),(25726,1,7173,'','2013-10-25 14:08:44'),(25727,2,7173,'','2013-10-25 14:08:44'),(25728,3,7173,'','2013-10-25 14:08:44'),(25729,4,7173,'OPD','2013-10-25 14:08:44'),(25730,5,7173,'','2013-10-25 14:08:44'),(25731,6,7173,'81','2013-10-25 14:08:44'),(25732,7,7173,'DAY','2013-10-25 14:08:44'),(25733,1,7174,'','2013-10-25 14:13:56'),(25734,2,7174,'','2013-10-25 14:13:56'),(25735,3,7174,'','2013-10-25 14:13:56'),(25736,4,7174,'','2013-10-25 14:13:56'),(25737,5,7174,'','2013-10-25 14:13:56'),(25738,6,7174,'56','2013-10-25 14:13:56'),(25739,7,7174,'DAY','2013-10-25 14:13:56'),(25740,1,7175,'','2013-10-25 14:17:33'),(25741,2,7175,'','2013-10-25 14:17:33'),(25742,3,7175,'','2013-10-25 14:17:33'),(25743,4,7175,'OPD','2013-10-25 14:17:33'),(25744,5,7175,'','2013-10-25 14:17:33'),(25745,6,7175,'56','2013-10-25 14:17:33'),(25746,7,7175,'DAY','2013-10-25 14:17:33'),(25747,1,7176,'','2013-10-25 14:21:29'),(25748,2,7176,'589574','2013-10-25 14:21:29'),(25749,3,7176,'','2013-10-25 14:21:29'),(25750,4,7176,'OPD','2013-10-25 14:21:29'),(25751,5,7176,'','2013-10-25 14:21:29'),(25752,6,7176,'11','2013-10-25 14:21:29'),(25753,7,7176,'DAY','2013-10-25 14:21:29'),(25754,1,7177,'','2013-10-25 14:24:05'),(25755,2,7177,'','2013-10-25 14:24:05'),(25756,3,7177,'','2013-10-25 14:24:05'),(25757,4,7177,'OPD','2013-10-25 14:24:05'),(25758,5,7177,'','2013-10-25 14:24:05'),(25759,6,7177,'84','2013-10-25 14:24:05'),(25760,7,7177,'DAY','2013-10-25 14:24:05'),(25761,1,7179,'','2013-10-25 14:24:05'),(25762,2,7179,'','2013-10-25 14:24:05'),(25763,3,7179,'','2013-10-25 14:24:05'),(25764,4,7179,'','2013-10-25 14:24:05'),(25765,5,7179,'','2013-10-25 14:24:05'),(25766,6,7179,'','2013-10-25 14:24:05'),(25767,7,7179,'DAY','2013-10-25 14:24:05'),(25768,1,7180,'','2013-10-25 14:26:20'),(25769,2,7180,'','2013-10-25 14:26:20'),(25770,3,7180,'','2013-10-25 14:26:20'),(25771,4,7180,'OPD','2013-10-25 14:26:20'),(25772,5,7180,'','2013-10-25 14:26:20'),(25773,6,7180,'22','2013-10-25 14:26:20'),(25774,7,7180,'DAY','2013-10-25 14:26:20'),(25775,1,7181,'','2013-10-25 14:33:40'),(25776,2,7181,'589579','2013-10-25 14:33:40'),(25777,3,7181,'','2013-10-25 14:33:40'),(25778,4,7181,'OPD','2013-10-25 14:33:40'),(25779,5,7181,'','2013-10-25 14:33:40'),(25780,6,7181,'35','2013-10-25 14:33:40'),(25781,7,7181,'DAY','2013-10-25 14:33:40'),(25782,1,7182,'','2013-10-25 22:44:55'),(25783,2,7182,'589598','2013-10-25 22:44:55'),(25784,3,7182,'','2013-10-25 22:44:55'),(25785,4,7182,'OPD','2013-10-25 22:44:55'),(25786,5,7182,'','2013-10-25 22:44:55'),(25787,6,7182,'132','2013-10-25 22:44:55'),(25788,7,7182,'DAY','2013-10-25 22:44:55'),(25789,1,7184,'','2013-10-25 22:44:56'),(25790,2,7184,'','2013-10-25 22:44:56'),(25791,3,7184,'','2013-10-25 22:44:56'),(25792,4,7184,'','2013-10-25 22:44:56'),(25793,5,7184,'','2013-10-25 22:44:56'),(25794,6,7184,'','2013-10-25 22:44:56'),(25795,7,7184,'DAY','2013-10-25 22:44:56'),(25796,1,7185,'','2013-10-25 22:48:40'),(25797,2,7185,'','2013-10-25 22:48:40'),(25798,3,7185,'','2013-10-25 22:48:40'),(25799,4,7185,'OPD','2013-10-25 22:48:40'),(25800,5,7185,'','2013-10-25 22:48:40'),(25801,6,7185,'66','2013-10-25 22:48:40'),(25802,7,7185,'DAY','2013-10-25 22:48:40'),(25803,1,7186,'','2013-10-25 22:50:59'),(25804,2,7186,'589602','2013-10-25 22:50:59'),(25805,3,7186,'','2013-10-25 22:50:59'),(25806,4,7186,'SR','2013-10-25 22:50:59'),(25807,5,7186,'','2013-10-25 22:50:59'),(25808,6,7186,'19.8','2013-10-25 22:50:59'),(25809,7,7186,'DAY','2013-10-25 22:50:59'),(25810,1,7187,'3574762','2013-10-25 23:02:33'),(25811,2,7187,'','2013-10-25 23:02:33'),(25812,3,7187,'','2013-10-25 23:02:33'),(25813,4,7187,'','2013-10-25 23:02:33'),(25814,5,7187,'','2013-10-25 23:02:33'),(25815,6,7187,'47.00','2013-10-25 23:02:33'),(25816,7,7187,'DAY','2013-10-25 23:02:33'),(25817,1,7189,'','2013-10-25 23:02:33'),(25818,2,7189,'','2013-10-25 23:02:33'),(25819,3,7189,'','2013-10-25 23:02:33'),(25820,4,7189,'','2013-10-25 23:02:33'),(25821,5,7189,'','2013-10-25 23:02:33'),(25822,6,7189,'','2013-10-25 23:02:33'),(25823,7,7189,'DAY','2013-10-25 23:02:33'),(25824,1,7190,'3574778','2013-10-25 23:05:27'),(25825,2,7190,'','2013-10-25 23:05:27'),(25826,3,7190,'','2013-10-25 23:05:27'),(25827,4,7190,'','2013-10-25 23:05:27'),(25828,5,7190,'','2013-10-25 23:05:27'),(25829,6,7190,'150.35','2013-10-25 23:05:27'),(25830,7,7190,'DAY','2013-10-25 23:05:27'),(25831,1,7192,'','2013-10-25 23:05:27'),(25832,2,7192,'','2013-10-25 23:05:27'),(25833,3,7192,'','2013-10-25 23:05:27'),(25834,4,7192,'','2013-10-25 23:05:27'),(25835,5,7192,'','2013-10-25 23:05:27'),(25836,6,7192,'','2013-10-25 23:05:27'),(25837,7,7192,'DAY','2013-10-25 23:05:27'),(25838,1,7195,'','2013-10-25 23:05:27'),(25839,2,7195,'','2013-10-25 23:05:27'),(25840,3,7195,'','2013-10-25 23:05:27'),(25841,4,7195,'','2013-10-25 23:05:27'),(25842,5,7195,'','2013-10-25 23:05:27'),(25843,6,7195,'','2013-10-25 23:05:27'),(25844,7,7195,'DAY','2013-10-25 23:05:27'),(25845,1,7196,'3574783','2013-10-25 23:08:44'),(25846,2,7196,'','2013-10-25 23:08:44'),(25847,3,7196,'','2013-10-25 23:08:44'),(25848,4,7196,'','2013-10-25 23:08:44'),(25849,5,7196,'','2013-10-25 23:08:44'),(25850,6,7196,'66.00','2013-10-25 23:08:44'),(25851,7,7196,'DAY','2013-10-25 23:08:44'),(25852,1,7197,'3574782','2013-10-25 23:17:39'),(25853,2,7197,'589611','2013-10-25 23:17:39'),(25854,3,7197,'COUGH / ANAEMIA / WEIGHT LOSS ','2013-10-25 23:17:39'),(25855,4,7197,'','2013-10-25 23:17:39'),(25856,5,7197,'','2013-10-25 23:17:39'),(25857,6,7197,'84.75','2013-10-25 23:17:39'),(25858,7,7197,'DAY','2013-10-25 23:17:39'),(25859,1,7199,'','2013-10-25 23:17:39'),(25860,2,7199,'','2013-10-25 23:17:39'),(25861,3,7199,'','2013-10-25 23:17:39'),(25862,4,7199,'','2013-10-25 23:17:39'),(25863,5,7199,'','2013-10-25 23:17:39'),(25864,6,7199,'','2013-10-25 23:17:39'),(25865,7,7199,'DAY','2013-10-25 23:17:39'),(25866,1,7200,'','2013-10-25 23:21:19'),(25867,2,7200,'','2013-10-25 23:21:19'),(25868,3,7200,'','2013-10-25 23:21:19'),(25869,4,7200,'','2013-10-25 23:21:19'),(25870,5,7200,'','2013-10-25 23:21:19'),(25871,6,7200,'','2013-10-25 23:21:19'),(25872,7,7200,'DAY','2013-10-25 23:21:19'),(25873,1,7202,'','2013-10-25 23:21:19'),(25874,2,7202,'','2013-10-25 23:21:19'),(25875,3,7202,'','2013-10-25 23:21:19'),(25876,4,7202,'','2013-10-25 23:21:19'),(25877,5,7202,'','2013-10-25 23:21:19'),(25878,6,7202,'','2013-10-25 23:21:19'),(25879,7,7202,'DAY','2013-10-25 23:21:19'),(25880,1,7203,'','2013-10-25 23:32:12'),(25881,2,7203,'','2013-10-25 23:32:12'),(25882,3,7203,'','2013-10-25 23:32:12'),(25883,4,7203,'','2013-10-25 23:32:12'),(25884,5,7203,'','2013-10-25 23:32:12'),(25885,6,7203,'','2013-10-25 23:32:12'),(25886,7,7203,'DAY','2013-10-25 23:32:12'),(25887,1,7204,'','2013-10-25 23:34:45'),(25888,2,7204,'589591','2013-10-25 23:34:45'),(25889,3,7204,'','2013-10-25 23:34:45'),(25890,4,7204,'','2013-10-25 23:34:45'),(25891,5,7204,'','2013-10-25 23:34:45'),(25892,6,7204,'','2013-10-25 23:34:45'),(25893,7,7204,'DAY','2013-10-25 23:34:45'),(25894,1,7205,'3574758','2013-10-25 23:44:16'),(25895,2,7205,'589599','2013-10-25 23:44:16'),(25896,3,7205,'','2013-10-25 23:44:16'),(25897,4,7205,'','2013-10-25 23:44:16'),(25898,5,7205,'','2013-10-25 23:44:16'),(25899,6,7205,'63.80','2013-10-25 23:44:16'),(25900,7,7205,'DAY','2013-10-25 23:44:16'),(25901,1,7207,'','2013-10-25 23:44:16'),(25902,2,7207,'','2013-10-25 23:44:16'),(25903,3,7207,'','2013-10-25 23:44:16'),(25904,4,7207,'','2013-10-25 23:44:16'),(25905,5,7207,'','2013-10-25 23:44:16'),(25906,6,7207,'','2013-10-25 23:44:16'),(25907,7,7207,'DAY','2013-10-25 23:44:16'),(25908,1,7210,'','2013-10-25 23:44:16'),(25909,2,7210,'','2013-10-25 23:44:16'),(25910,3,7210,'','2013-10-25 23:44:16'),(25911,4,7210,'','2013-10-25 23:44:16'),(25912,5,7210,'','2013-10-25 23:44:16'),(25913,6,7210,'39.00','2013-10-25 23:44:16'),(25914,7,7210,'DAY','2013-10-25 23:44:16'),(25915,1,7211,'','2013-10-25 23:55:06'),(25916,2,7211,'','2013-10-25 23:55:06'),(25917,3,7211,'','2013-10-25 23:55:06'),(25918,4,7211,'OPD','2013-10-25 23:55:06'),(25919,5,7211,'','2013-10-25 23:55:06'),(25920,6,7211,'81','2013-10-25 23:55:06'),(25921,7,7211,'DAY','2013-10-25 23:55:06'),(25922,1,7212,'','2013-10-26 00:14:20'),(25923,2,7212,'','2013-10-26 00:14:20'),(25924,3,7212,'','2013-10-26 00:14:20'),(25925,4,7212,'','2013-10-26 00:14:20'),(25926,5,7212,'','2013-10-26 00:14:20'),(25927,6,7212,'79','2013-10-26 00:14:20'),(25928,7,7212,'DAY','2013-10-26 00:14:20'),(25929,1,7214,'','2013-10-26 00:14:20'),(25930,2,7214,'','2013-10-26 00:14:20'),(25931,3,7214,'','2013-10-26 00:14:20'),(25932,4,7214,'','2013-10-26 00:14:20'),(25933,5,7214,'','2013-10-26 00:14:20'),(25934,6,7214,'','2013-10-26 00:14:20'),(25935,7,7214,'DAY','2013-10-26 00:14:20'),(25936,1,7215,'','2013-10-26 00:16:14'),(25937,2,7215,'','2013-10-26 00:16:14'),(25938,3,7215,'','2013-10-26 00:16:14'),(25939,4,7215,'','2013-10-26 00:16:14'),(25940,5,7215,'','2013-10-26 00:16:14'),(25941,6,7215,'85','2013-10-26 00:16:14'),(25942,7,7215,'DAY','2013-10-26 00:16:14'),(25943,1,7217,'','2013-10-26 00:16:14'),(25944,2,7217,'','2013-10-26 00:16:14'),(25945,3,7217,'','2013-10-26 00:16:14'),(25946,4,7217,'','2013-10-26 00:16:14'),(25947,5,7217,'','2013-10-26 00:16:14'),(25948,6,7217,'','2013-10-26 00:16:14'),(25949,7,7217,'DAY','2013-10-26 00:16:14'),(25950,1,7218,'','2013-10-26 00:20:51'),(25951,2,7218,'589626','2013-10-26 00:20:51'),(25952,3,7218,'','2013-10-26 00:20:51'),(25953,4,7218,'OPD','2013-10-26 00:20:51'),(25954,5,7218,'','2013-10-26 00:20:51'),(25955,6,7218,'12','2013-10-26 00:20:51'),(25956,7,7218,'DAY','2013-10-26 00:20:51'),(25957,1,7219,'','2013-10-26 00:30:28'),(25958,2,7219,'588632','2013-10-26 00:30:28'),(25959,3,7219,'','2013-10-26 00:30:28'),(25960,4,7219,'','2013-10-26 00:30:28'),(25961,5,7219,'','2013-10-26 00:30:28'),(25962,6,7219,'156','2013-10-26 00:30:28'),(25963,7,7219,'DAY','2013-10-26 00:30:28'),(25964,1,7221,'','2013-10-26 00:30:28'),(25965,2,7221,'','2013-10-26 00:30:28'),(25966,3,7221,'','2013-10-26 00:30:28'),(25967,4,7221,'','2013-10-26 00:30:28'),(25968,5,7221,'','2013-10-26 00:30:28'),(25969,6,7221,'','2013-10-26 00:30:28'),(25970,7,7221,'DAY','2013-10-26 00:30:28'),(25971,1,7224,'','2013-10-26 00:30:28'),(25972,2,7224,'','2013-10-26 00:30:28'),(25973,3,7224,'','2013-10-26 00:30:28'),(25974,4,7224,'','2013-10-26 00:30:28'),(25975,5,7224,'','2013-10-26 00:30:28'),(25976,6,7224,'','2013-10-26 00:30:28'),(25977,7,7224,'DAY','2013-10-26 00:30:28'),(25978,1,7228,'','2013-10-26 00:30:28'),(25979,2,7228,'','2013-10-26 00:30:28'),(25980,3,7228,'','2013-10-26 00:30:28'),(25981,4,7228,'','2013-10-26 00:30:28'),(25982,5,7228,'','2013-10-26 00:30:28'),(25983,6,7228,'','2013-10-26 00:30:28'),(25984,7,7228,'DAY','2013-10-26 00:30:28'),(25985,1,7229,'3574829','2013-10-26 01:07:12'),(25986,2,7229,'','2013-10-26 01:07:12'),(25987,3,7229,'','2013-10-26 01:07:12'),(25988,4,7229,'OPD','2013-10-26 01:07:12'),(25989,5,7229,'','2013-10-26 01:07:12'),(25990,6,7229,'79','2013-10-26 01:07:12'),(25991,7,7229,'DAY','2013-10-26 01:07:12'),(25992,1,7231,'','2013-10-26 01:07:12'),(25993,2,7231,'','2013-10-26 01:07:12'),(25994,3,7231,'','2013-10-26 01:07:12'),(25995,4,7231,'','2013-10-26 01:07:12'),(25996,5,7231,'','2013-10-26 01:07:12'),(25997,6,7231,'','2013-10-26 01:07:12'),(25998,7,7231,'DAY','2013-10-26 01:07:12'),(25999,1,7232,'3574903','2013-10-26 02:35:19'),(26000,2,7232,'','2013-10-26 02:35:19'),(26001,3,7232,'','2013-10-26 02:35:19'),(26002,4,7232,'OPD','2013-10-26 02:35:19'),(26003,5,7232,'','2013-10-26 02:35:19'),(26004,6,7232,'91','2013-10-26 02:35:19'),(26005,7,7232,'NIGHT','2013-10-26 02:35:19'),(26006,1,7234,'','2013-10-26 02:35:19'),(26007,2,7234,'','2013-10-26 02:35:19'),(26008,3,7234,'','2013-10-26 02:35:19'),(26009,4,7234,'','2013-10-26 02:35:19'),(26010,5,7234,'','2013-10-26 02:35:19'),(26011,6,7234,'','2013-10-26 02:35:19'),(26012,7,7234,'NIGHT','2013-10-26 02:35:19'),(26013,1,7235,'3574917','2013-10-26 02:53:30'),(26014,2,7235,'589653','2013-10-26 02:53:30'),(26015,3,7235,'','2013-10-26 02:53:30'),(26016,4,7235,'OPD','2013-10-26 02:53:30'),(26017,5,7235,'','2013-10-26 02:53:30'),(26018,6,7235,'77','2013-10-26 02:53:30'),(26019,7,7235,'NIGHT','2013-10-26 02:53:30'),(26020,1,7237,'','2013-10-26 02:53:30'),(26021,2,7237,'','2013-10-26 02:53:30'),(26022,3,7237,'','2013-10-26 02:53:30'),(26023,4,7237,'','2013-10-26 02:53:30'),(26024,5,7237,'','2013-10-26 02:53:30'),(26025,6,7237,'','2013-10-26 02:53:30'),(26026,7,7237,'NIGHT','2013-10-26 02:53:30'),(26027,1,7238,'3574919','2013-10-26 03:08:33'),(26028,2,7238,'589654','2013-10-26 03:08:33'),(26029,3,7238,'','2013-10-26 03:08:33'),(26030,4,7238,'OPD','2013-10-26 03:08:33'),(26031,5,7238,'','2013-10-26 03:08:33'),(26032,6,7238,'20','2013-10-26 03:08:33'),(26033,7,7238,'NIGHT','2013-10-26 03:08:33'),(26034,1,7239,'3574921','2013-10-26 03:11:15'),(26035,2,7239,'','2013-10-26 03:11:15'),(26036,3,7239,'','2013-10-26 03:11:15'),(26037,4,7239,'OPD','2013-10-26 03:11:15'),(26038,5,7239,'','2013-10-26 03:11:15'),(26039,6,7239,'66','2013-10-26 03:11:15'),(26040,7,7239,'NIGHT','2013-10-26 03:11:15'),(26041,1,7240,'3574925','2013-10-26 03:29:35'),(26042,2,7240,'589658','2013-10-26 03:29:35'),(26043,3,7240,'','2013-10-26 03:29:35'),(26044,4,7240,'OPD','2013-10-26 03:29:35'),(26045,5,7240,'','2013-10-26 03:29:35'),(26046,6,7240,'60','2013-10-26 03:29:35'),(26047,7,7240,'NIGHT','2013-10-26 03:29:35'),(26048,1,7241,'3574927','2013-10-26 03:32:32'),(26049,2,7241,'','2013-10-26 03:32:32'),(26050,3,7241,'','2013-10-26 03:32:32'),(26051,4,7241,'OPD','2013-10-26 03:32:32'),(26052,5,7241,'','2013-10-26 03:32:32'),(26053,6,7241,'81','2013-10-26 03:32:32'),(26054,7,7241,'NIGHT','2013-10-26 03:32:32'),(26055,1,7242,'3574929','2013-10-26 04:14:36'),(26056,2,7242,'589660','2013-10-26 04:14:36'),(26057,3,7242,'','2013-10-26 04:14:36'),(26058,4,7242,'OPD','2013-10-26 04:14:36'),(26059,5,7242,'','2013-10-26 04:14:36'),(26060,6,7242,'135','2013-10-26 04:14:36'),(26061,7,7242,'NIGHT','2013-10-26 04:14:36'),(26062,1,7244,'','2013-10-26 04:14:36'),(26063,2,7244,'','2013-10-26 04:14:36'),(26064,3,7244,'','2013-10-26 04:14:36'),(26065,4,7244,'','2013-10-26 04:14:36'),(26066,5,7244,'','2013-10-26 04:14:36'),(26067,6,7244,'','2013-10-26 04:14:36'),(26068,7,7244,'NIGHT','2013-10-26 04:14:36'),(26069,1,7245,'3574931/3574933','2013-10-26 04:29:39'),(26070,2,7245,'','2013-10-26 04:29:39'),(26071,3,7245,'','2013-10-26 04:29:39'),(26072,4,7245,'OPD','2013-10-26 04:29:39'),(26073,5,7245,'','2013-10-26 04:29:39'),(26074,6,7245,'48.24','2013-10-26 04:29:39'),(26075,7,7245,'NIGHT','2013-10-26 04:29:39'),(26076,1,7247,'','2013-10-26 04:29:40'),(26077,2,7247,'','2013-10-26 04:29:40'),(26078,3,7247,'','2013-10-26 04:29:40'),(26079,4,7247,'','2013-10-26 04:29:40'),(26080,5,7247,'','2013-10-26 04:29:40'),(26081,6,7247,'13','2013-10-26 04:29:40'),(26082,7,7247,'NIGHT','2013-10-26 04:29:40'),(26083,1,7248,'3574934','2013-10-26 04:33:50'),(26084,2,7248,'589661','2013-10-26 04:33:50'),(26085,3,7248,'','2013-10-26 04:33:50'),(26086,4,7248,'OPD','2013-10-26 04:33:50'),(26087,5,7248,'','2013-10-26 04:33:50'),(26088,6,7248,'15','2013-10-26 04:33:50'),(26089,7,7248,'NIGHT','2013-10-26 04:33:50'),(26090,1,7249,'3574949','2013-10-26 06:47:41'),(26091,2,7249,'','2013-10-26 06:47:41'),(26092,3,7249,'','2013-10-26 06:47:41'),(26093,4,7249,'OPD','2013-10-26 06:47:41'),(26094,5,7249,'','2013-10-26 06:47:41'),(26095,6,7249,'66','2013-10-26 06:47:41'),(26096,7,7249,'NIGHT','2013-10-26 06:47:41'),(26097,1,7250,'3574951','2013-10-26 07:11:10'),(26098,2,7250,'','2013-10-26 07:11:10'),(26099,3,7250,'','2013-10-26 07:11:10'),(26100,4,7250,'OPD','2013-10-26 07:11:10'),(26101,5,7250,'','2013-10-26 07:11:10'),(26102,6,7250,'66','2013-10-26 07:11:10'),(26103,7,7250,'NIGHT','2013-10-26 07:11:10'),(26104,1,7251,'3574956','2013-10-26 11:08:10'),(26105,2,7251,'','2013-10-26 11:08:10'),(26106,3,7251,'','2013-10-26 11:08:10'),(26107,4,7251,'OPD','2013-10-26 11:08:10'),(26108,5,7251,'','2013-10-26 11:08:10'),(26109,6,7251,'155','2013-10-26 11:08:10'),(26110,7,7251,'NIGHT','2013-10-26 11:08:10'),(26111,1,7253,'','2013-10-26 11:08:10'),(26112,2,7253,'','2013-10-26 11:08:10'),(26113,3,7253,'','2013-10-26 11:08:10'),(26114,4,7253,'','2013-10-26 11:08:10'),(26115,5,7253,'','2013-10-26 11:08:10'),(26116,6,7253,'','2013-10-26 11:08:10'),(26117,7,7253,'NIGHT','2013-10-26 11:08:10'),(26118,1,7256,'','2013-10-26 11:08:11'),(26119,2,7256,'','2013-10-26 11:08:11'),(26120,3,7256,'','2013-10-26 11:08:11'),(26121,4,7256,'','2013-10-26 11:08:11'),(26122,5,7256,'','2013-10-26 11:08:11'),(26123,6,7256,'','2013-10-26 11:08:11'),(26124,7,7256,'NIGHT','2013-10-26 11:08:11'),(26125,1,7257,'3574764','2013-10-26 12:10:42'),(26126,2,7257,'589669','2013-10-26 12:10:42'),(26127,3,7257,'','2013-10-26 12:10:42'),(26128,4,7257,'OPD','2013-10-26 12:10:42'),(26129,5,7257,'','2013-10-26 12:10:42'),(26130,6,7257,'19','2013-10-26 12:10:42'),(26131,7,7257,'NIGHT','2013-10-26 12:10:42'),(26132,1,7258,'3574959','2013-10-26 12:51:39'),(26133,2,7258,'589672','2013-10-26 12:51:39'),(26134,3,7258,'','2013-10-26 12:51:39'),(26135,4,7258,'OPD','2013-10-26 12:51:39'),(26136,5,7258,'','2013-10-26 12:51:39'),(26137,6,7258,'35','2013-10-26 12:51:39'),(26138,7,7258,'NIGHT','2013-10-26 12:51:39'),(26139,1,7259,'3574965','2013-10-26 13:13:57'),(26140,2,7259,'','2013-10-26 13:13:57'),(26141,3,7259,'','2013-10-26 13:13:57'),(26142,4,7259,'OPD','2013-10-26 13:13:57'),(26143,5,7259,'','2013-10-26 13:13:57'),(26144,6,7259,'37','2013-10-26 13:13:57'),(26145,7,7259,'NIGHT','2013-10-26 13:13:57'),(26146,1,7260,'3574966','2013-10-26 13:20:21'),(26147,2,7260,'','2013-10-26 13:20:21'),(26148,3,7260,'','2013-10-26 13:20:21'),(26149,4,7260,'OPD','2013-10-26 13:20:21'),(26150,5,7260,'','2013-10-26 13:20:21'),(26151,6,7260,'81','2013-10-26 13:20:21'),(26152,7,7260,'NIGHT','2013-10-26 13:20:21'),(26153,1,7261,'3574968','2013-10-26 13:24:00'),(26154,2,7261,'','2013-10-26 13:24:00'),(26155,3,7261,'','2013-10-26 13:24:00'),(26156,4,7261,'OPD','2013-10-26 13:24:00'),(26157,5,7261,'','2013-10-26 13:24:00'),(26158,6,7261,'35','2013-10-26 13:24:00'),(26159,7,7261,'NIGHT','2013-10-26 13:24:00'),(26160,1,7263,'','2013-10-26 13:24:00'),(26161,2,7263,'','2013-10-26 13:24:00'),(26162,3,7263,'','2013-10-26 13:24:00'),(26163,4,7263,'','2013-10-26 13:24:00'),(26164,5,7263,'','2013-10-26 13:24:00'),(26165,6,7263,'','2013-10-26 13:24:00'),(26166,7,7263,'NIGHT','2013-10-26 13:24:00'),(26167,1,7264,'3574969','2013-10-26 13:28:43'),(26168,2,7264,'589679','2013-10-26 13:28:43'),(26169,3,7264,'','2013-10-26 13:28:43'),(26170,4,7264,'OUTSIDE','2013-10-26 13:28:43'),(26171,5,7264,'','2013-10-26 13:28:43'),(26172,6,7264,'24','2013-10-26 13:28:43'),(26173,7,7264,'NIGHT','2013-10-26 13:28:43'),(26174,1,7265,'3574972','2013-10-26 13:41:37'),(26175,2,7265,'589675','2013-10-26 13:41:37'),(26176,3,7265,'','2013-10-26 13:41:37'),(26177,4,7265,'OPD','2013-10-26 13:41:37'),(26178,5,7265,'','2013-10-26 13:41:37'),(26179,6,7265,'11','2013-10-26 13:41:37'),(26180,7,7265,'NIGHT','2013-10-26 13:41:37'),(26181,1,7266,'3574973','2013-10-26 14:02:42'),(26182,2,7266,'','2013-10-26 14:02:42'),(26183,3,7266,'','2013-10-26 14:02:42'),(26184,4,7266,'OPD','2013-10-26 14:02:42'),(26185,5,7266,'','2013-10-26 14:02:42'),(26186,6,7266,'853','2013-10-26 14:02:42'),(26187,7,7266,'NIGHT','2013-10-26 14:02:42'),(26188,1,7268,'','2013-10-26 14:02:42'),(26189,2,7268,'','2013-10-26 14:02:42'),(26190,3,7268,'','2013-10-26 14:02:42'),(26191,4,7268,'','2013-10-26 14:02:42'),(26192,5,7268,'','2013-10-26 14:02:42'),(26193,6,7268,'','2013-10-26 14:02:42'),(26194,7,7268,'NIGHT','2013-10-26 14:02:42'),(26195,1,7271,'','2013-10-26 14:02:43'),(26196,2,7271,'','2013-10-26 14:02:43'),(26197,3,7271,'','2013-10-26 14:02:43'),(26198,4,7271,'','2013-10-26 14:02:43'),(26199,5,7271,'','2013-10-26 14:02:43'),(26200,6,7271,'','2013-10-26 14:02:43'),(26201,7,7271,'NIGHT','2013-10-26 14:02:43'),(26202,1,7272,'3574977','2013-10-26 14:09:17'),(26203,2,7272,'','2013-10-26 14:09:17'),(26204,3,7272,'','2013-10-26 14:09:17'),(26205,4,7272,'OPD','2013-10-26 14:09:17'),(26206,5,7272,'','2013-10-26 14:09:17'),(26207,6,7272,'121','2013-10-26 14:09:17'),(26208,7,7272,'NIGHT','2013-10-26 14:09:17'),(26209,1,7274,'','2013-10-26 14:09:17'),(26210,2,7274,'','2013-10-26 14:09:17'),(26211,3,7274,'','2013-10-26 14:09:17'),(26212,4,7274,'','2013-10-26 14:09:17'),(26213,5,7274,'','2013-10-26 14:09:17'),(26214,6,7274,'','2013-10-26 14:09:17'),(26215,7,7274,'NIGHT','2013-10-26 14:09:17'),(26216,1,7275,'3574985','2013-10-26 14:35:19'),(26217,2,7275,'','2013-10-26 14:35:19'),(26218,3,7275,'','2013-10-26 14:35:19'),(26219,4,7275,'OPD','2013-10-26 14:35:19'),(26220,5,7275,'','2013-10-26 14:35:19'),(26221,6,7275,'92.00','2013-10-26 14:35:19'),(26222,7,7275,'NIGHT','2013-10-26 14:35:19'),(26223,1,7277,'','2013-10-26 14:35:20'),(26224,2,7277,'','2013-10-26 14:35:20'),(26225,3,7277,'','2013-10-26 14:35:20'),(26226,4,7277,'','2013-10-26 14:35:20'),(26227,5,7277,'','2013-10-26 14:35:20'),(26228,6,7277,'','2013-10-26 14:35:20'),(26229,7,7277,'DAY','2013-10-26 14:35:20'),(26230,1,7278,'3574538','2013-10-26 14:39:31'),(26231,2,7278,'589678','2013-10-26 14:39:31'),(26232,3,7278,'','2013-10-26 14:39:31'),(26233,4,7278,'OPD','2013-10-26 14:39:31'),(26234,5,7278,'','2013-10-26 14:39:31'),(26235,6,7278,'439','2013-10-26 14:39:31'),(26236,7,7278,'NIGHT','2013-10-26 14:39:31'),(26237,1,7280,'','2013-10-26 14:39:31'),(26238,2,7280,'','2013-10-26 14:39:31'),(26239,3,7280,'','2013-10-26 14:39:31'),(26240,4,7280,'','2013-10-26 14:39:31'),(26241,5,7280,'','2013-10-26 14:39:31'),(26242,6,7280,'','2013-10-26 14:39:31'),(26243,7,7280,'DAY','2013-10-26 14:39:31'),(26244,1,7283,'','2013-10-26 14:39:31'),(26245,2,7283,'','2013-10-26 14:39:31'),(26246,3,7283,'','2013-10-26 14:39:31'),(26247,4,7283,'','2013-10-26 14:39:31'),(26248,5,7283,'','2013-10-26 14:39:31'),(26249,6,7283,'','2013-10-26 14:39:31'),(26250,7,7283,'DAY','2013-10-26 14:39:31'),(26251,1,7287,'','2013-10-26 14:39:32'),(26252,2,7287,'','2013-10-26 14:39:32'),(26253,3,7287,'','2013-10-26 14:39:32'),(26254,4,7287,'','2013-10-26 14:39:32'),(26255,5,7287,'','2013-10-26 14:39:32'),(26256,6,7287,'','2013-10-26 14:39:32'),(26257,7,7287,'DAY','2013-10-26 14:39:32'),(26258,1,7288,'3574623','2013-10-26 14:50:10'),(26259,2,7288,'','2013-10-26 14:50:10'),(26260,3,7288,'','2013-10-26 14:50:10'),(26261,4,7288,'OPD','2013-10-26 14:50:10'),(26262,5,7288,'','2013-10-26 14:50:10'),(26263,6,7288,'114.00','2013-10-26 14:50:10'),(26264,7,7288,'NIGHT','2013-10-26 14:50:10'),(26265,1,7289,'3574728','2013-10-26 14:53:13'),(26266,2,7289,'','2013-10-26 14:53:13'),(26267,3,7289,'','2013-10-26 14:53:13'),(26268,4,7289,'OPD','2013-10-26 14:53:13'),(26269,5,7289,'','2013-10-26 14:53:13'),(26270,6,7289,'81.24','2013-10-26 14:53:13'),(26271,7,7289,'NIGHT','2013-10-26 14:53:13'),(26272,1,7290,'3574992','2013-10-26 15:01:25'),(26273,2,7290,'589682','2013-10-26 15:01:25'),(26274,3,7290,'','2013-10-26 15:01:25'),(26275,4,7290,'OPD','2013-10-26 15:01:25'),(26276,5,7290,'','2013-10-26 15:01:25'),(26277,6,7290,'98.00','2013-10-26 15:01:25'),(26278,7,7290,'DAY','2013-10-26 15:01:25'),(26279,1,7292,'','2013-10-26 15:01:26'),(26280,2,7292,'','2013-10-26 15:01:26'),(26281,3,7292,'','2013-10-26 15:01:26'),(26282,4,7292,'','2013-10-26 15:01:26'),(26283,5,7292,'','2013-10-26 15:01:26'),(26284,6,7292,'','2013-10-26 15:01:26'),(26285,7,7292,'DAY','2013-10-26 15:01:26'),(26286,1,7293,'3574993','2013-10-26 15:05:21'),(26287,2,7293,'','2013-10-26 15:05:21'),(26288,3,7293,'','2013-10-26 15:05:21'),(26289,4,7293,'OPD','2013-10-26 15:05:21'),(26290,5,7293,'','2013-10-26 15:05:21'),(26291,6,7293,'141.00','2013-10-26 15:05:21'),(26292,7,7293,'DAY','2013-10-26 15:05:21'),(26293,1,7295,'','2013-10-26 15:05:22'),(26294,2,7295,'','2013-10-26 15:05:22'),(26295,3,7295,'','2013-10-26 15:05:22'),(26296,4,7295,'','2013-10-26 15:05:22'),(26297,5,7295,'','2013-10-26 15:05:22'),(26298,6,7295,'','2013-10-26 15:05:22'),(26299,7,7295,'DAY','2013-10-26 15:05:22'),(26300,1,7298,'','2013-10-26 15:05:22'),(26301,2,7298,'','2013-10-26 15:05:22'),(26302,3,7298,'','2013-10-26 15:05:22'),(26303,4,7298,'','2013-10-26 15:05:22'),(26304,5,7298,'','2013-10-26 15:05:22'),(26305,6,7298,'','2013-10-26 15:05:22'),(26306,7,7298,'DAY','2013-10-26 15:05:22'),(26307,1,7299,'3574997','2013-10-26 15:07:42'),(26308,2,7299,'','2013-10-26 15:07:42'),(26309,3,7299,'','2013-10-26 15:07:42'),(26310,4,7299,'OPD','2013-10-26 15:07:42'),(26311,5,7299,'','2013-10-26 15:07:42'),(26312,6,7299,'50.00','2013-10-26 15:07:42'),(26313,7,7299,'DAY','2013-10-26 15:07:42'),(26314,1,7301,'','2013-10-26 15:07:42'),(26315,2,7301,'','2013-10-26 15:07:42'),(26316,3,7301,'','2013-10-26 15:07:42'),(26317,4,7301,'','2013-10-26 15:07:42'),(26318,5,7301,'','2013-10-26 15:07:42'),(26319,6,7301,'','2013-10-26 15:07:42'),(26320,7,7301,'DAY','2013-10-26 15:07:42'),(26321,1,7302,'3574995','2013-10-26 15:10:24'),(26322,2,7302,'589683','2013-10-26 15:10:24'),(26323,3,7302,'','2013-10-26 15:10:24'),(26324,4,7302,'OPD','2013-10-26 15:10:24'),(26325,5,7302,'','2013-10-26 15:10:24'),(26326,6,7302,'20.00','2013-10-26 15:10:24'),(26327,7,7302,'DAY','2013-10-26 15:10:24'),(26328,1,7303,'3575003','2013-10-26 15:16:13'),(26329,2,7303,'','2013-10-26 15:16:13'),(26330,3,7303,'','2013-10-26 15:16:13'),(26331,4,7303,'OPD','2013-10-26 15:16:13'),(26332,5,7303,'','2013-10-26 15:16:13'),(26333,6,7303,'226.00','2013-10-26 15:16:13'),(26334,7,7303,'DAY','2013-10-26 15:16:13'),(26335,1,7305,'','2013-10-26 15:16:13'),(26336,2,7305,'','2013-10-26 15:16:13'),(26337,3,7305,'','2013-10-26 15:16:13'),(26338,4,7305,'','2013-10-26 15:16:13'),(26339,5,7305,'','2013-10-26 15:16:13'),(26340,6,7305,'','2013-10-26 15:16:13'),(26341,7,7305,'DAY','2013-10-26 15:16:13'),(26342,1,7308,'','2013-10-26 15:16:14'),(26343,2,7308,'','2013-10-26 15:16:14'),(26344,3,7308,'','2013-10-26 15:16:14'),(26345,4,7308,'','2013-10-26 15:16:14'),(26346,5,7308,'','2013-10-26 15:16:14'),(26347,6,7308,'','2013-10-26 15:16:14'),(26348,7,7308,'DAY','2013-10-26 15:16:14'),(26349,1,7309,'3574556','2013-10-26 15:36:19'),(26350,2,7309,'589535','2013-10-26 15:36:19'),(26351,3,7309,'','2013-10-26 15:36:19'),(26352,4,7309,'OPD','2013-10-26 15:36:19'),(26353,5,7309,'','2013-10-26 15:36:19'),(26354,6,7309,'102','2013-10-26 15:36:19'),(26355,7,7309,'DAY','2013-10-26 15:36:19'),(26356,1,7311,'','2013-10-26 15:36:19'),(26357,2,7311,'','2013-10-26 15:36:19'),(26358,3,7311,'','2013-10-26 15:36:19'),(26359,4,7311,'','2013-10-26 15:36:19'),(26360,5,7311,'','2013-10-26 15:36:19'),(26361,6,7311,'','2013-10-26 15:36:19'),(26362,7,7311,'DAY','2013-10-26 15:36:19'),(26363,1,7312,'3575013','2013-10-26 15:56:57'),(26364,2,7312,'589691','2013-10-26 15:56:57'),(26365,3,7312,'','2013-10-26 15:56:57'),(26366,4,7312,'S/R','2013-10-26 15:56:57'),(26367,5,7312,'','2013-10-26 15:56:57'),(26368,6,7312,'75.00','2013-10-26 15:56:57'),(26369,7,7312,'DAY','2013-10-26 15:56:57'),(26370,1,7313,'','2013-10-26 16:00:08'),(26371,2,7313,'','2013-10-26 16:00:08'),(26372,3,7313,'','2013-10-26 16:00:08'),(26373,4,7313,'','2013-10-26 16:00:08'),(26374,5,7313,'','2013-10-26 16:00:08'),(26375,6,7313,'','2013-10-26 16:00:08'),(26376,7,7313,'DAY','2013-10-26 16:00:08'),(26377,1,7314,'','2013-10-26 16:15:09'),(26378,2,7314,'','2013-10-26 16:15:09'),(26379,3,7314,'','2013-10-26 16:15:09'),(26380,4,7314,'','2013-10-26 16:15:09'),(26381,5,7314,'','2013-10-26 16:15:09'),(26382,6,7314,'','2013-10-26 16:15:09'),(26383,7,7314,'DAY','2013-10-26 16:15:09'),(26384,1,7315,'3575026','2013-10-26 16:36:20'),(26385,2,7315,'589698','2013-10-26 16:36:20'),(26386,3,7315,'','2013-10-26 16:36:20'),(26387,4,7315,'S/R','2013-10-26 16:36:20'),(26388,5,7315,'','2013-10-26 16:36:20'),(26389,6,7315,'88.00','2013-10-26 16:36:20'),(26390,7,7315,'DAY','2013-10-26 16:36:20'),(26391,1,7316,'3575022','2013-10-26 16:59:21'),(26392,2,7316,'589699','2013-10-26 16:59:21'),(26393,3,7316,'','2013-10-26 16:59:21'),(26394,4,7316,'OPD','2013-10-26 16:59:21'),(26395,5,7316,'','2013-10-26 16:59:21'),(26396,6,7316,'','2013-10-26 16:59:21'),(26397,7,7316,'DAY','2013-10-26 16:59:21'),(26398,1,7318,'','2013-10-26 16:59:21'),(26399,2,7318,'','2013-10-26 16:59:21'),(26400,3,7318,'','2013-10-26 16:59:21'),(26401,4,7318,'','2013-10-26 16:59:21'),(26402,5,7318,'','2013-10-26 16:59:21'),(26403,6,7318,'','2013-10-26 16:59:21'),(26404,7,7318,'DAY','2013-10-26 16:59:22'),(26405,1,7319,'','2013-10-26 16:59:36'),(26406,2,7319,'','2013-10-26 16:59:36'),(26407,3,7319,'','2013-10-26 16:59:36'),(26408,4,7319,'','2013-10-26 16:59:36'),(26409,5,7319,'','2013-10-26 16:59:36'),(26410,6,7319,'','2013-10-26 16:59:36'),(26411,7,7319,'DAY','2013-10-26 16:59:36'),(26412,1,7320,'','2013-10-26 17:01:31'),(26413,2,7320,'','2013-10-26 17:01:31'),(26414,3,7320,'','2013-10-26 17:01:31'),(26415,4,7320,'','2013-10-26 17:01:31'),(26416,5,7320,'','2013-10-26 17:01:31'),(26417,6,7320,'','2013-10-26 17:01:31'),(26418,7,7320,'DAY','2013-10-26 17:01:31'),(26419,1,7321,'3575033','2013-10-26 17:02:14'),(26420,2,7321,'589700','2013-10-26 17:02:14'),(26421,3,7321,'','2013-10-26 17:02:14'),(26422,4,7321,'OPD','2013-10-26 17:02:14'),(26423,5,7321,'','2013-10-26 17:02:14'),(26424,6,7321,'148.00','2013-10-26 17:02:14'),(26425,7,7321,'DAY','2013-10-26 17:02:14'),(26426,1,7323,'','2013-10-26 17:02:14'),(26427,2,7323,'','2013-10-26 17:02:14'),(26428,3,7323,'','2013-10-26 17:02:14'),(26429,4,7323,'','2013-10-26 17:02:14'),(26430,5,7323,'','2013-10-26 17:02:14'),(26431,6,7323,'','2013-10-26 17:02:14'),(26432,7,7323,'DAY','2013-10-26 17:02:14'),(26433,1,7326,'','2013-10-26 17:02:14'),(26434,2,7326,'','2013-10-26 17:02:14'),(26435,3,7326,'','2013-10-26 17:02:14'),(26436,4,7326,'','2013-10-26 17:02:14'),(26437,5,7326,'','2013-10-26 17:02:14'),(26438,6,7326,'','2013-10-26 17:02:14'),(26439,7,7326,'DAY','2013-10-26 17:02:14'),(26440,1,7327,'','2013-10-26 17:02:48'),(26441,2,7327,'','2013-10-26 17:02:48'),(26442,3,7327,'','2013-10-26 17:02:48'),(26443,4,7327,'','2013-10-26 17:02:48'),(26444,5,7327,'','2013-10-26 17:02:48'),(26445,6,7327,'','2013-10-26 17:02:48'),(26446,7,7327,'DAY','2013-10-26 17:02:48'),(26447,1,7328,'3574826','2013-10-26 17:08:12'),(26448,2,7328,'589701','2013-10-26 17:08:12'),(26449,3,7328,'','2013-10-26 17:08:12'),(26450,4,7328,'OPD','2013-10-26 17:08:12'),(26451,5,7328,'','2013-10-26 17:08:12'),(26452,6,7328,'81.00','2013-10-26 17:08:12'),(26453,7,7328,'DAY','2013-10-26 17:08:12'),(26454,1,7330,'','2013-10-26 17:08:12'),(26455,2,7330,'','2013-10-26 17:08:12'),(26456,3,7330,'','2013-10-26 17:08:12'),(26457,4,7330,'','2013-10-26 17:08:12'),(26458,5,7330,'','2013-10-26 17:08:12'),(26459,6,7330,'','2013-10-26 17:08:12'),(26460,7,7330,'DAY','2013-10-26 17:08:12'),(26461,1,7333,'','2013-10-26 17:08:13'),(26462,2,7333,'','2013-10-26 17:08:13'),(26463,3,7333,'','2013-10-26 17:08:13'),(26464,4,7333,'','2013-10-26 17:08:13'),(26465,5,7333,'','2013-10-26 17:08:13'),(26466,6,7333,'','2013-10-26 17:08:13'),(26467,7,7333,'DAY','2013-10-26 17:08:13'),(26468,1,7334,'','2013-10-26 17:09:06'),(26469,2,7334,'','2013-10-26 17:09:06'),(26470,3,7334,'','2013-10-26 17:09:06'),(26471,4,7334,'','2013-10-26 17:09:06'),(26472,5,7334,'','2013-10-26 17:09:06'),(26473,6,7334,'','2013-10-26 17:09:06'),(26474,7,7334,'DAY','2013-10-26 17:09:06'),(26475,1,7335,'3575043','2013-10-26 17:21:24'),(26476,2,7335,'','2013-10-26 17:21:24'),(26477,3,7335,'','2013-10-26 17:21:24'),(26478,4,7335,'OPD','2013-10-26 17:21:24'),(26479,5,7335,'','2013-10-26 17:21:24'),(26480,6,7335,'270.40','2013-10-26 17:21:24'),(26481,7,7335,'DAY','2013-10-26 17:21:24'),(26482,1,7337,'','2013-10-26 17:21:24'),(26483,2,7337,'','2013-10-26 17:21:24'),(26484,3,7337,'','2013-10-26 17:21:24'),(26485,4,7337,'','2013-10-26 17:21:24'),(26486,5,7337,'','2013-10-26 17:21:24'),(26487,6,7337,'','2013-10-26 17:21:24'),(26488,7,7337,'DAY','2013-10-26 17:21:24'),(26489,1,7340,'','2013-10-26 17:21:25'),(26490,2,7340,'','2013-10-26 17:21:25'),(26491,3,7340,'','2013-10-26 17:21:25'),(26492,4,7340,'','2013-10-26 17:21:25'),(26493,5,7340,'','2013-10-26 17:21:25'),(26494,6,7340,'','2013-10-26 17:21:25'),(26495,7,7340,'DAY','2013-10-26 17:21:25'),(26496,1,7341,'3575040','2013-10-26 17:27:59'),(26497,2,7341,'','2013-10-26 17:27:59'),(26498,3,7341,'','2013-10-26 17:27:59'),(26499,4,7341,'','2013-10-26 17:27:59'),(26500,5,7341,'214701','2013-10-26 17:27:59'),(26501,6,7341,'47.00','2013-10-26 17:27:59'),(26502,7,7341,'DAY','2013-10-26 17:27:59'),(26503,1,7343,'','2013-10-26 17:27:59'),(26504,2,7343,'','2013-10-26 17:27:59'),(26505,3,7343,'','2013-10-26 17:27:59'),(26506,4,7343,'','2013-10-26 17:27:59'),(26507,5,7343,'','2013-10-26 17:27:59'),(26508,6,7343,'','2013-10-26 17:27:59'),(26509,7,7343,'DAY','2013-10-26 17:27:59'),(26510,1,7344,'3575044','2013-10-26 17:30:01'),(26511,2,7344,'','2013-10-26 17:30:01'),(26512,3,7344,'','2013-10-26 17:30:01'),(26513,4,7344,'','2013-10-26 17:30:01'),(26514,5,7344,'WARD B3','2013-10-26 17:30:01'),(26515,6,7344,'5.00','2013-10-26 17:30:01'),(26516,7,7344,'DAY','2013-10-26 17:30:01'),(26517,1,7345,'','2013-10-26 17:34:42'),(26518,2,7345,'','2013-10-26 17:34:42'),(26519,3,7345,'','2013-10-26 17:34:42'),(26520,4,7345,'OPD','2013-10-26 17:34:42'),(26521,5,7345,'','2013-10-26 17:34:42'),(26522,6,7345,'','2013-10-26 17:34:42'),(26523,7,7345,'DAY','2013-10-26 17:34:42'),(26524,1,7347,'','2013-10-26 17:34:42'),(26525,2,7347,'','2013-10-26 17:34:42'),(26526,3,7347,'','2013-10-26 17:34:42'),(26527,4,7347,'','2013-10-26 17:34:42'),(26528,5,7347,'','2013-10-26 17:34:42'),(26529,6,7347,'','2013-10-26 17:34:42'),(26530,7,7347,'DAY','2013-10-26 17:34:42'),(26531,1,7348,'3575098','2013-10-26 17:37:15'),(26532,2,7348,'','2013-10-26 17:37:15'),(26533,3,7348,'','2013-10-26 17:37:15'),(26534,4,7348,'','2013-10-26 17:37:15'),(26535,5,7348,'214699','2013-10-26 17:37:15'),(26536,6,7348,'34.00','2013-10-26 17:37:15'),(26537,7,7348,'DAY','2013-10-26 17:37:15'),(26538,1,7350,'','2013-10-26 17:37:15'),(26539,2,7350,'','2013-10-26 17:37:15'),(26540,3,7350,'','2013-10-26 17:37:15'),(26541,4,7350,'','2013-10-26 17:37:15'),(26542,5,7350,'','2013-10-26 17:37:15'),(26543,6,7350,'','2013-10-26 17:37:15'),(26544,7,7350,'DAY','2013-10-26 17:37:15'),(26545,1,7351,'3575065','2013-10-26 17:41:24'),(26546,2,7351,'','2013-10-26 17:41:24'),(26547,3,7351,'','2013-10-26 17:41:24'),(26548,4,7351,'OUTSIDE','2013-10-26 17:41:24'),(26549,5,7351,'','2013-10-26 17:41:24'),(26550,6,7351,'72.00','2013-10-26 17:41:24'),(26551,7,7351,'DAY','2013-10-26 17:41:24'),(26552,1,7352,'3575084','2013-10-26 17:56:15'),(26553,2,7352,'589715','2013-10-26 17:56:15'),(26554,3,7352,'','2013-10-26 17:56:15'),(26555,4,7352,'OPD','2013-10-26 17:56:15'),(26556,5,7352,'','2013-10-26 17:56:15'),(26557,6,7352,'59','2013-10-26 17:56:15'),(26558,7,7352,'DAY','2013-10-26 17:56:15'),(26559,1,7353,'3575081','2013-10-26 18:01:17'),(26560,2,7353,'','2013-10-26 18:01:17'),(26561,3,7353,'','2013-10-26 18:01:17'),(26562,4,7353,'OPD','2013-10-26 18:01:17'),(26563,5,7353,'','2013-10-26 18:01:17'),(26564,6,7353,'37.00','2013-10-26 18:01:17'),(26565,7,7353,'DAY','2013-10-26 18:01:17'),(26566,1,7354,'','2013-10-26 18:10:03'),(26567,2,7354,'','2013-10-26 18:10:03'),(26568,3,7354,'','2013-10-26 18:10:03'),(26569,4,7354,'OPD','2013-10-26 18:10:03'),(26570,5,7354,'','2013-10-26 18:10:03'),(26571,6,7354,'','2013-10-26 18:10:03'),(26572,7,7354,'DAY','2013-10-26 18:10:03'),(26573,1,7356,'','2013-10-26 18:10:03'),(26574,2,7356,'','2013-10-26 18:10:03'),(26575,3,7356,'','2013-10-26 18:10:03'),(26576,4,7356,'','2013-10-26 18:10:03'),(26577,5,7356,'','2013-10-26 18:10:03'),(26578,6,7356,'','2013-10-26 18:10:03'),(26579,7,7356,'DAY','2013-10-26 18:10:03'),(26580,1,7357,'3575106','2013-10-26 18:12:57'),(26581,2,7357,'','2013-10-26 18:12:57'),(26582,3,7357,'','2013-10-26 18:12:57'),(26583,4,7357,'OPD','2013-10-26 18:12:57'),(26584,5,7357,'','2013-10-26 18:12:57'),(26585,6,7357,'37.00','2013-10-26 18:12:57'),(26586,7,7357,'DAY','2013-10-26 18:12:57'),(26587,1,7358,'3574664','2013-10-26 18:20:06'),(26588,2,7358,'589724','2013-10-26 18:20:06'),(26589,3,7358,'','2013-10-26 18:20:06'),(26590,4,7358,'OPD','2013-10-26 18:20:06'),(26591,5,7358,'','2013-10-26 18:20:06'),(26592,6,7358,'157.00','2013-10-26 18:20:06'),(26593,7,7358,'DAY','2013-10-26 18:20:06'),(26594,1,7360,'','2013-10-26 18:20:06'),(26595,2,7360,'','2013-10-26 18:20:06'),(26596,3,7360,'','2013-10-26 18:20:06'),(26597,4,7360,'','2013-10-26 18:20:06'),(26598,5,7360,'','2013-10-26 18:20:06'),(26599,6,7360,'','2013-10-26 18:20:06'),(26600,7,7360,'DAY','2013-10-26 18:20:06'),(26601,1,7361,'3575776','2013-10-26 18:22:34'),(26602,2,7361,'','2013-10-26 18:22:34'),(26603,3,7361,'','2013-10-26 18:22:34'),(26604,4,7361,'OPD','2013-10-26 18:22:34'),(26605,5,7361,'','2013-10-26 18:22:34'),(26606,6,7361,'104.00','2013-10-26 18:22:34'),(26607,7,7361,'DAY','2013-10-26 18:22:34'),(26608,1,7363,'','2013-10-26 18:22:34'),(26609,2,7363,'','2013-10-26 18:22:34'),(26610,3,7363,'','2013-10-26 18:22:34'),(26611,4,7363,'','2013-10-26 18:22:34'),(26612,5,7363,'','2013-10-26 18:22:34'),(26613,6,7363,'','2013-10-26 18:22:34'),(26614,7,7363,'DAY','2013-10-26 18:22:34'),(26615,1,7364,'','2013-10-26 18:26:59'),(26616,2,7364,'','2013-10-26 18:26:59'),(26617,3,7364,'','2013-10-26 18:26:59'),(26618,4,7364,'','2013-10-26 18:26:59'),(26619,5,7364,'','2013-10-26 18:26:59'),(26620,6,7364,'','2013-10-26 18:26:59'),(26621,7,7364,'DAY','2013-10-26 18:26:59'),(26622,1,7365,'3575120','2013-10-26 18:27:57'),(26623,2,7365,'','2013-10-26 18:27:57'),(26624,3,7365,'','2013-10-26 18:27:57'),(26625,4,7365,'OPD','2013-10-26 18:27:57'),(26626,5,7365,'','2013-10-26 18:27:57'),(26627,6,7365,'278.40','2013-10-26 18:27:57'),(26628,7,7365,'DAY','2013-10-26 18:27:57'),(26629,1,7367,'','2013-10-26 18:27:58'),(26630,2,7367,'','2013-10-26 18:27:58'),(26631,3,7367,'','2013-10-26 18:27:58'),(26632,4,7367,'','2013-10-26 18:27:58'),(26633,5,7367,'','2013-10-26 18:27:58'),(26634,6,7367,'','2013-10-26 18:27:58'),(26635,7,7367,'DAY','2013-10-26 18:27:58'),(26636,1,7368,'','2013-10-26 18:32:21'),(26637,2,7368,'','2013-10-26 18:32:21'),(26638,3,7368,'','2013-10-26 18:32:21'),(26639,4,7368,'','2013-10-26 18:32:21'),(26640,5,7368,'','2013-10-26 18:32:21'),(26641,6,7368,'','2013-10-26 18:32:21'),(26642,7,7368,'DAY','2013-10-26 18:32:21'),(26643,1,7369,'3575130','2013-10-26 18:33:33'),(26644,2,7369,'','2013-10-26 18:33:33'),(26645,3,7369,'','2013-10-26 18:33:33'),(26646,4,7369,'OPD','2013-10-26 18:33:33'),(26647,5,7369,'','2013-10-26 18:33:33'),(26648,6,7369,'107.00','2013-10-26 18:33:33'),(26649,7,7369,'DAY','2013-10-26 18:33:33'),(26650,1,7371,'','2013-10-26 18:33:33'),(26651,2,7371,'','2013-10-26 18:33:33'),(26652,3,7371,'','2013-10-26 18:33:33'),(26653,4,7371,'','2013-10-26 18:33:33'),(26654,5,7371,'','2013-10-26 18:33:33'),(26655,6,7371,'','2013-10-26 18:33:33'),(26656,7,7371,'DAY','2013-10-26 18:33:33'),(26657,1,7374,'','2013-10-26 18:33:34'),(26658,2,7374,'','2013-10-26 18:33:34'),(26659,3,7374,'','2013-10-26 18:33:34'),(26660,4,7374,'','2013-10-26 18:33:34'),(26661,5,7374,'','2013-10-26 18:33:34'),(26662,6,7374,'','2013-10-26 18:33:34'),(26663,7,7374,'DAY','2013-10-26 18:33:34'),(26664,1,7375,'3575126','2013-10-26 18:38:36'),(26665,2,7375,'','2013-10-26 18:38:36'),(26666,3,7375,'','2013-10-26 18:38:36'),(26667,4,7375,'OPD','2013-10-26 18:38:36'),(26668,5,7375,'','2013-10-26 18:38:36'),(26669,6,7375,'66.00','2013-10-26 18:38:36'),(26670,7,7375,'DAY','2013-10-26 18:38:36'),(26671,1,7376,'','2013-10-26 18:42:14'),(26672,2,7376,'','2013-10-26 18:42:14'),(26673,3,7376,'','2013-10-26 18:42:14'),(26674,4,7376,'OPD','2013-10-26 18:42:14'),(26675,5,7376,'','2013-10-26 18:42:14'),(26676,6,7376,'','2013-10-26 18:42:14'),(26677,7,7376,'DAY','2013-10-26 18:42:14'),(26678,1,7378,'','2013-10-26 18:42:14'),(26679,2,7378,'','2013-10-26 18:42:14'),(26680,3,7378,'','2013-10-26 18:42:14'),(26681,4,7378,'','2013-10-26 18:42:14'),(26682,5,7378,'','2013-10-26 18:42:14'),(26683,6,7378,'','2013-10-26 18:42:14'),(26684,7,7378,'DAY','2013-10-26 18:42:14'),(26685,1,7381,'','2013-10-26 18:42:14'),(26686,2,7381,'','2013-10-26 18:42:14'),(26687,3,7381,'','2013-10-26 18:42:14'),(26688,4,7381,'','2013-10-26 18:42:14'),(26689,5,7381,'','2013-10-26 18:42:14'),(26690,6,7381,'','2013-10-26 18:42:14'),(26691,7,7381,'DAY','2013-10-26 18:42:14'),(26692,1,7385,'','2013-10-26 18:42:15'),(26693,2,7385,'','2013-10-26 18:42:15'),(26694,3,7385,'','2013-10-26 18:42:15'),(26695,4,7385,'','2013-10-26 18:42:15'),(26696,5,7385,'','2013-10-26 18:42:15'),(26697,6,7385,'','2013-10-26 18:42:15'),(26698,7,7385,'DAY','2013-10-26 18:42:15'),(26699,1,7386,'3575157','2013-10-26 19:00:32'),(26700,2,7386,'','2013-10-26 19:00:32'),(26701,3,7386,'','2013-10-26 19:00:32'),(26702,4,7386,'OPD','2013-10-26 19:00:32'),(26703,5,7386,'','2013-10-26 19:00:32'),(26704,6,7386,'89.30','2013-10-26 19:00:32'),(26705,7,7386,'DAY','2013-10-26 19:00:32'),(26706,1,7388,'','2013-10-26 19:00:33'),(26707,2,7388,'','2013-10-26 19:00:33'),(26708,3,7388,'','2013-10-26 19:00:33'),(26709,4,7388,'','2013-10-26 19:00:33'),(26710,5,7388,'','2013-10-26 19:00:33'),(26711,6,7388,'','2013-10-26 19:00:33'),(26712,7,7388,'DAY','2013-10-26 19:00:33'),(26713,1,7391,'','2013-10-26 19:00:33'),(26714,2,7391,'','2013-10-26 19:00:33'),(26715,3,7391,'','2013-10-26 19:00:33'),(26716,4,7391,'','2013-10-26 19:00:33'),(26717,5,7391,'','2013-10-26 19:00:33'),(26718,6,7391,'','2013-10-26 19:00:33'),(26719,7,7391,'DAY','2013-10-26 19:00:33'),(26720,1,7392,'3575139','2013-10-26 19:02:47'),(26721,2,7392,'','2013-10-26 19:02:47'),(26722,3,7392,'','2013-10-26 19:02:47'),(26723,4,7392,'OPD','2013-10-26 19:02:48'),(26724,5,7392,'','2013-10-26 19:02:48'),(26725,6,7392,'22.00','2013-10-26 19:02:48'),(26726,7,7392,'DAY','2013-10-26 19:02:48'),(26727,1,7393,'3575162','2013-10-26 19:06:28'),(26728,2,7393,'','2013-10-26 19:06:28'),(26729,3,7393,'','2013-10-26 19:06:28'),(26730,4,7393,'OPD','2013-10-26 19:06:28'),(26731,5,7393,'','2013-10-26 19:06:28'),(26732,6,7393,'81.00','2013-10-26 19:06:28'),(26733,7,7393,'DAY','2013-10-26 19:06:28'),(26734,1,7394,'3575160','2013-10-26 19:10:04'),(26735,2,7394,'589741','2013-10-26 19:10:04'),(26736,3,7394,'','2013-10-26 19:10:04'),(26737,4,7394,'OPD','2013-10-26 19:10:04'),(26738,5,7394,'','2013-10-26 19:10:04'),(26739,6,7394,'24.00','2013-10-26 19:10:04'),(26740,7,7394,'DAY','2013-10-26 19:10:04'),(26741,1,7395,'3575158','2013-10-26 19:19:07'),(26742,2,7395,'589740','2013-10-26 19:19:07'),(26743,3,7395,'','2013-10-26 19:19:07'),(26744,4,7395,'OPD','2013-10-26 19:19:07'),(26745,5,7395,'','2013-10-26 19:19:07'),(26746,6,7395,'44.00','2013-10-26 19:19:07'),(26747,7,7395,'DAY','2013-10-26 19:19:07'),(26748,1,7396,'3575172','2013-10-26 19:29:32'),(26749,2,7396,'','2013-10-26 19:29:32'),(26750,3,7396,'','2013-10-26 19:29:32'),(26751,4,7396,'OPD','2013-10-26 19:29:32'),(26752,5,7396,'','2013-10-26 19:29:32'),(26753,6,7396,'19.00','2013-10-26 19:29:32'),(26754,7,7396,'DAY','2013-10-26 19:29:32'),(26755,1,7397,'3575170','2013-10-26 19:34:12'),(26756,2,7397,'','2013-10-26 19:34:12'),(26757,3,7397,'','2013-10-26 19:34:12'),(26758,4,7397,'OPD','2013-10-26 19:34:12'),(26759,5,7397,'','2013-10-26 19:34:12'),(26760,6,7397,'22.00','2013-10-26 19:34:12'),(26761,7,7397,'DAY','2013-10-26 19:34:12'),(26762,1,7398,'3575197','2013-10-26 19:58:25'),(26763,2,7398,'','2013-10-26 19:58:25'),(26764,3,7398,'','2013-10-26 19:58:25'),(26765,4,7398,'OPD','2013-10-26 19:58:25'),(26766,5,7398,'','2013-10-26 19:58:25'),(26767,6,7398,'135.24','2013-10-26 19:58:25'),(26768,7,7398,'DAY','2013-10-26 19:58:25'),(26769,1,7400,'','2013-10-26 19:58:25'),(26770,2,7400,'','2013-10-26 19:58:25'),(26771,3,7400,'','2013-10-26 19:58:25'),(26772,4,7400,'','2013-10-26 19:58:25'),(26773,5,7400,'','2013-10-26 19:58:25'),(26774,6,7400,'','2013-10-26 19:58:25'),(26775,7,7400,'DAY','2013-10-26 19:58:25'),(26776,1,7401,'3575223','2013-10-26 20:21:05'),(26777,2,7401,'','2013-10-26 20:21:05'),(26778,3,7401,'','2013-10-26 20:21:05'),(26779,4,7401,'opd','2013-10-26 20:21:05'),(26780,5,7401,'','2013-10-26 20:21:05'),(26781,6,7401,'55.00','2013-10-26 20:21:05'),(26782,7,7401,'DAY','2013-10-26 20:21:05'),(26783,1,7402,'3575235','2013-10-26 20:27:28'),(26784,2,7402,'','2013-10-26 20:27:28'),(26785,3,7402,'','2013-10-26 20:27:28'),(26786,4,7402,'OPD','2013-10-26 20:27:28'),(26787,5,7402,'','2013-10-26 20:27:28'),(26788,6,7402,'50.00','2013-10-26 20:27:28'),(26789,7,7402,'DAY','2013-10-26 20:27:28'),(26790,1,7404,'','2013-10-26 20:27:29'),(26791,2,7404,'','2013-10-26 20:27:29'),(26792,3,7404,'','2013-10-26 20:27:29'),(26793,4,7404,'','2013-10-26 20:27:29'),(26794,5,7404,'','2013-10-26 20:27:29'),(26795,6,7404,'','2013-10-26 20:27:29'),(26796,7,7404,'DAY','2013-10-26 20:27:29'),(26797,1,7405,'3575240','2013-10-26 20:32:52'),(26798,2,7405,'','2013-10-26 20:32:52'),(26799,3,7405,'','2013-10-26 20:32:52'),(26800,4,7405,'OPD','2013-10-26 20:32:52'),(26801,5,7405,'','2013-10-26 20:32:52'),(26802,6,7405,'37.00','2013-10-26 20:32:52'),(26803,7,7405,'DAY','2013-10-26 20:32:52'),(26804,1,7406,'','2013-10-26 20:36:45'),(26805,2,7406,'','2013-10-26 20:36:45'),(26806,3,7406,'','2013-10-26 20:36:45'),(26807,4,7406,'','2013-10-26 20:36:45'),(26808,5,7406,'','2013-10-26 20:36:45'),(26809,6,7406,'','2013-10-26 20:36:45'),(26810,7,7406,'DAY','2013-10-26 20:36:45'),(26811,1,7407,'3575244','2013-10-26 20:39:50'),(26812,2,7407,'','2013-10-26 20:39:50'),(26813,3,7407,'','2013-10-26 20:39:50'),(26814,4,7407,'OPD','2013-10-26 20:39:50'),(26815,5,7407,'','2013-10-26 20:39:50'),(26816,6,7407,'50.00','2013-10-26 20:39:50'),(26817,7,7407,'DAY','2013-10-26 20:39:50'),(26818,1,7409,'','2013-10-26 20:39:50'),(26819,2,7409,'','2013-10-26 20:39:50'),(26820,3,7409,'','2013-10-26 20:39:50'),(26821,4,7409,'','2013-10-26 20:39:50'),(26822,5,7409,'','2013-10-26 20:39:50'),(26823,6,7409,'','2013-10-26 20:39:50'),(26824,7,7409,'DAY','2013-10-26 20:39:50'),(26825,1,7410,'','2013-10-26 20:52:36'),(26826,2,7410,'','2013-10-26 20:52:36'),(26827,3,7410,'','2013-10-26 20:52:36'),(26828,4,7410,'','2013-10-26 20:52:36'),(26829,5,7410,'','2013-10-26 20:52:36'),(26830,6,7410,'','2013-10-26 20:52:36'),(26831,7,7410,'DAY','2013-10-26 20:52:36'),(26832,1,7411,'3575252','2013-10-26 20:54:20'),(26833,2,7411,'','2013-10-26 20:54:20'),(26834,3,7411,'','2013-10-26 20:54:20'),(26835,4,7411,'OPD','2013-10-26 20:54:20'),(26836,5,7411,'','2013-10-26 20:54:20'),(26837,6,7411,'374.00','2013-10-26 20:54:20'),(26838,7,7411,'DAY','2013-10-26 20:54:20'),(26839,1,7412,'3575255','2013-10-26 21:10:52'),(26840,2,7412,'','2013-10-26 21:10:52'),(26841,3,7412,'','2013-10-26 21:10:52'),(26842,4,7412,'OPD','2013-10-26 21:10:52'),(26843,5,7412,'','2013-10-26 21:10:52'),(26844,6,7412,'55.00','2013-10-26 21:10:52'),(26845,7,7412,'DAY','2013-10-26 21:10:52'),(26846,1,7414,'','2013-10-26 21:10:52'),(26847,2,7414,'','2013-10-26 21:10:52'),(26848,3,7414,'','2013-10-26 21:10:52'),(26849,4,7414,'','2013-10-26 21:10:52'),(26850,5,7414,'','2013-10-26 21:10:52'),(26851,6,7414,'','2013-10-26 21:10:52'),(26852,7,7414,'DAY','2013-10-26 21:10:52'),(26853,1,7417,'','2013-10-26 21:10:53'),(26854,2,7417,'','2013-10-26 21:10:53'),(26855,3,7417,'','2013-10-26 21:10:53'),(26856,4,7417,'','2013-10-26 21:10:53'),(26857,5,7417,'','2013-10-26 21:10:53'),(26858,6,7417,'','2013-10-26 21:10:53'),(26859,7,7417,'DAY','2013-10-26 21:10:53'),(26860,1,7418,'3867812','2013-10-26 21:14:07'),(26861,2,7418,'','2013-10-26 21:14:07'),(26862,3,7418,'','2013-10-26 21:14:07'),(26863,4,7418,'OPD','2013-10-26 21:14:07'),(26864,5,7418,'','2013-10-26 21:14:07'),(26865,6,7418,'35.00','2013-10-26 21:14:07'),(26866,7,7418,'DAY','2013-10-26 21:14:07'),(26867,1,7420,'','2013-10-26 21:14:08'),(26868,2,7420,'','2013-10-26 21:14:08'),(26869,3,7420,'','2013-10-26 21:14:08'),(26870,4,7420,'','2013-10-26 21:14:08'),(26871,5,7420,'','2013-10-26 21:14:08'),(26872,6,7420,'','2013-10-26 21:14:08'),(26873,7,7420,'DAY','2013-10-26 21:14:08'),(26874,1,7421,'3575253','2013-10-26 21:17:37'),(26875,2,7421,'589765','2013-10-26 21:17:37'),(26876,3,7421,'','2013-10-26 21:17:37'),(26877,4,7421,'OPD','2013-10-26 21:17:37'),(26878,5,7421,'','2013-10-26 21:17:37'),(26879,6,7421,'52.00','2013-10-26 21:17:37'),(26880,7,7421,'DAY','2013-10-26 21:17:37'),(26881,1,7423,'','2013-10-26 21:17:38'),(26882,2,7423,'','2013-10-26 21:17:38'),(26883,3,7423,'','2013-10-26 21:17:38'),(26884,4,7423,'','2013-10-26 21:17:38'),(26885,5,7423,'','2013-10-26 21:17:38'),(26886,6,7423,'','2013-10-26 21:17:38'),(26887,7,7423,'DAY','2013-10-26 21:17:38'),(26888,1,7424,'3575260','2013-10-26 21:33:47'),(26889,2,7424,'589769','2013-10-26 21:33:47'),(26890,3,7424,'','2013-10-26 21:33:47'),(26891,4,7424,'OPD','2013-10-26 21:33:47'),(26892,5,7424,'','2013-10-26 21:33:47'),(26893,6,7424,'49.80','2013-10-26 21:33:47'),(26894,7,7424,'DAY','2013-10-26 21:33:47'),(26895,1,7425,'3575269','2013-10-26 21:37:38'),(26896,2,7425,'','2013-10-26 21:37:38'),(26897,3,7425,'','2013-10-26 21:37:38'),(26898,4,7425,'OPD','2013-10-26 21:37:38'),(26899,5,7425,'','2013-10-26 21:37:38'),(26900,6,7425,'37.00','2013-10-26 21:37:38'),(26901,7,7425,'DAY','2013-10-26 21:37:38'),(26902,1,7426,'3575287','2013-10-26 21:58:45'),(26903,2,7426,'','2013-10-26 21:58:45'),(26904,3,7426,'','2013-10-26 21:58:45'),(26905,4,7426,'OPD','2013-10-26 21:58:45'),(26906,5,7426,'','2013-10-26 21:58:45'),(26907,6,7426,'79.00','2013-10-26 21:58:45'),(26908,7,7426,'DAY','2013-10-26 21:58:45'),(26909,1,7428,'','2013-10-26 21:58:45'),(26910,2,7428,'','2013-10-26 21:58:45'),(26911,3,7428,'','2013-10-26 21:58:45'),(26912,4,7428,'','2013-10-26 21:58:45'),(26913,5,7428,'','2013-10-26 21:58:45'),(26914,6,7428,'','2013-10-26 21:58:45'),(26915,7,7428,'DAY','2013-10-26 21:58:45'),(26916,1,7429,'3575295','2013-10-26 22:08:26'),(26917,2,7429,'','2013-10-26 22:08:26'),(26918,3,7429,'','2013-10-26 22:08:26'),(26919,4,7429,'OPD','2013-10-26 22:08:26'),(26920,5,7429,'','2013-10-26 22:08:26'),(26921,6,7429,'37.00','2013-10-26 22:08:26'),(26922,7,7429,'DAY','2013-10-26 22:08:26'),(26923,1,7430,'3575298','2013-10-26 22:12:21'),(26924,2,7430,'589776','2013-10-26 22:12:21'),(26925,3,7430,'','2013-10-26 22:12:21'),(26926,4,7430,'MEDICALS','2013-10-26 22:12:21'),(26927,5,7430,'','2013-10-26 22:12:21'),(26928,6,7430,'115.00','2013-10-26 22:12:21'),(26929,7,7430,'DAY','2013-10-26 22:12:21'),(26930,1,7432,'','2013-10-26 22:12:21'),(26931,2,7432,'','2013-10-26 22:12:21'),(26932,3,7432,'','2013-10-26 22:12:21'),(26933,4,7432,'','2013-10-26 22:12:21'),(26934,5,7432,'','2013-10-26 22:12:21'),(26935,6,7432,'','2013-10-26 22:12:21'),(26936,7,7432,'DAY','2013-10-26 22:12:21'),(26937,1,7435,'','2013-10-26 22:12:22'),(26938,2,7435,'','2013-10-26 22:12:22'),(26939,3,7435,'','2013-10-26 22:12:22'),(26940,4,7435,'','2013-10-26 22:12:22'),(26941,5,7435,'','2013-10-26 22:12:22'),(26942,6,7435,'','2013-10-26 22:12:22'),(26943,7,7435,'DAY','2013-10-26 22:12:22'),(26944,1,7439,'','2013-10-26 22:12:22'),(26945,2,7439,'','2013-10-26 22:12:22'),(26946,3,7439,'','2013-10-26 22:12:22'),(26947,4,7439,'','2013-10-26 22:12:22'),(26948,5,7439,'','2013-10-26 22:12:22'),(26949,6,7439,'','2013-10-26 22:12:22'),(26950,7,7439,'DAY','2013-10-26 22:12:22'),(26951,1,7440,'3575317','2013-10-26 22:27:55'),(26952,2,7440,'','2013-10-26 22:27:55'),(26953,3,7440,'','2013-10-26 22:27:55'),(26954,4,7440,'OPD','2013-10-26 22:27:55'),(26955,5,7440,'','2013-10-26 22:27:55'),(26956,6,7440,'276.40','2013-10-26 22:27:55'),(26957,7,7440,'DAY','2013-10-26 22:27:55'),(26958,1,7442,'','2013-10-26 22:27:55'),(26959,2,7442,'','2013-10-26 22:27:55'),(26960,3,7442,'','2013-10-26 22:27:55'),(26961,4,7442,'','2013-10-26 22:27:55'),(26962,5,7442,'','2013-10-26 22:27:55'),(26963,6,7442,'','2013-10-26 22:27:55'),(26964,7,7442,'DAY','2013-10-26 22:27:55'),(26965,1,7445,'','2013-10-26 22:27:56'),(26966,2,7445,'','2013-10-26 22:27:56'),(26967,3,7445,'','2013-10-26 22:27:56'),(26968,4,7445,'','2013-10-26 22:27:56'),(26969,5,7445,'','2013-10-26 22:27:56'),(26970,6,7445,'','2013-10-26 22:27:56'),(26971,7,7445,'DAY','2013-10-26 22:27:56'),(26972,1,7449,'','2013-10-26 22:27:56'),(26973,2,7449,'','2013-10-26 22:27:56'),(26974,3,7449,'','2013-10-26 22:27:56'),(26975,4,7449,'','2013-10-26 22:27:56'),(26976,5,7449,'','2013-10-26 22:27:56'),(26977,6,7449,'','2013-10-26 22:27:56'),(26978,7,7449,'DAY','2013-10-26 22:27:56'),(26979,1,7450,'3575335','2013-10-26 22:34:59'),(26980,2,7450,'','2013-10-26 22:34:59'),(26981,3,7450,'','2013-10-26 22:34:59'),(26982,4,7450,'OPD','2013-10-26 22:34:59'),(26983,5,7450,'','2013-10-26 22:34:59'),(26984,6,7450,'50.00','2013-10-26 22:34:59'),(26985,7,7450,'DAY','2013-10-26 22:34:59'),(26986,1,7452,'','2013-10-26 22:34:59'),(26987,2,7452,'','2013-10-26 22:34:59'),(26988,3,7452,'','2013-10-26 22:34:59'),(26989,4,7452,'','2013-10-26 22:34:59'),(26990,5,7452,'','2013-10-26 22:34:59'),(26991,6,7452,'','2013-10-26 22:34:59'),(26992,7,7452,'DAY','2013-10-26 22:34:59'),(26993,1,7453,'3575337','2013-10-26 22:39:09'),(26994,2,7453,'','2013-10-26 22:39:09'),(26995,3,7453,'','2013-10-26 22:39:09'),(26996,4,7453,'OPD','2013-10-26 22:39:09'),(26997,5,7453,'','2013-10-26 22:39:09'),(26998,6,7453,'35.00','2013-10-26 22:39:09'),(26999,7,7453,'DAY','2013-10-26 22:39:09'),(27000,1,7455,'','2013-10-26 22:39:09'),(27001,2,7455,'','2013-10-26 22:39:09'),(27002,3,7455,'','2013-10-26 22:39:09'),(27003,4,7455,'','2013-10-26 22:39:09'),(27004,5,7455,'','2013-10-26 22:39:09'),(27005,6,7455,'','2013-10-26 22:39:09'),(27006,7,7455,'DAY','2013-10-26 22:39:09'),(27007,1,7456,'3575333','2013-10-26 22:43:34'),(27008,2,7456,'','2013-10-26 22:43:34'),(27009,3,7456,'','2013-10-26 22:43:34'),(27010,4,7456,'OPD','2013-10-26 22:43:34'),(27011,5,7456,'','2013-10-26 22:43:34'),(27012,6,7456,'117.40','2013-10-26 22:43:34'),(27013,7,7456,'DAY','2013-10-26 22:43:34'),(27014,1,7457,'3571068','2013-10-26 23:33:57'),(27015,2,7457,'','2013-10-26 23:33:57'),(27016,3,7457,'','2013-10-26 23:33:57'),(27017,4,7457,'OPD','2013-10-26 23:33:57'),(27018,5,7457,'','2013-10-26 23:33:57'),(27019,6,7457,'129.40','2013-10-26 23:33:57'),(27020,7,7457,'DAY','2013-10-26 23:33:57'),(27021,1,7459,'','2013-10-26 23:33:57'),(27022,2,7459,'','2013-10-26 23:33:57'),(27023,3,7459,'','2013-10-26 23:33:57'),(27024,4,7459,'','2013-10-26 23:33:57'),(27025,5,7459,'','2013-10-26 23:33:57'),(27026,6,7459,'','2013-10-26 23:33:57'),(27027,7,7459,'DAY','2013-10-26 23:33:57'),(27028,1,7460,'3575410','2013-10-27 00:21:09'),(27029,2,7460,'','2013-10-27 00:21:09'),(27030,3,7460,'','2013-10-27 00:21:09'),(27031,4,7460,'OPD','2013-10-27 00:21:09'),(27032,5,7460,'','2013-10-27 00:21:09'),(27033,6,7460,'22.00','2013-10-27 00:21:09'),(27034,7,7460,'DAY','2013-10-27 00:21:09'),(27035,1,7461,'3575419','2013-10-27 00:35:41'),(27036,2,7461,'','2013-10-27 00:35:41'),(27037,3,7461,'','2013-10-27 00:35:41'),(27038,4,7461,'OPD','2013-10-27 00:35:41'),(27039,5,7461,'','2013-10-27 00:35:41'),(27040,6,7461,'187.00','2013-10-27 00:35:41'),(27041,7,7461,'DAY','2013-10-27 00:35:41'),(27042,1,7463,'','2013-10-27 00:35:41'),(27043,2,7463,'','2013-10-27 00:35:41'),(27044,3,7463,'','2013-10-27 00:35:41'),(27045,4,7463,'','2013-10-27 00:35:41'),(27046,5,7463,'','2013-10-27 00:35:41'),(27047,6,7463,'','2013-10-27 00:35:41'),(27048,7,7463,'DAY','2013-10-27 00:35:41'),(27049,1,7464,'3575426','2013-10-27 00:39:38'),(27050,2,7464,'','2013-10-27 00:39:38'),(27051,3,7464,'','2013-10-27 00:39:38'),(27052,4,7464,'OPD','2013-10-27 00:39:38'),(27053,5,7464,'','2013-10-27 00:39:38'),(27054,6,7464,'173.40','2013-10-27 00:39:38'),(27055,7,7464,'DAY','2013-10-27 00:39:38'),(27056,1,7466,'','2013-10-27 00:39:38'),(27057,2,7466,'','2013-10-27 00:39:38'),(27058,3,7466,'','2013-10-27 00:39:38'),(27059,4,7466,'','2013-10-27 00:39:38'),(27060,5,7466,'','2013-10-27 00:39:38'),(27061,6,7466,'','2013-10-27 00:39:38'),(27062,7,7466,'DAY','2013-10-27 00:39:38'),(27063,1,7469,'','2013-10-27 00:39:38'),(27064,2,7469,'','2013-10-27 00:39:38'),(27065,3,7469,'','2013-10-27 00:39:38'),(27066,4,7469,'','2013-10-27 00:39:38'),(27067,5,7469,'','2013-10-27 00:39:38'),(27068,6,7469,'','2013-10-27 00:39:38'),(27069,7,7469,'DAY','2013-10-27 00:39:38'),(27070,1,7470,'3575432','2013-10-27 00:41:40'),(27071,2,7470,'','2013-10-27 00:41:40'),(27072,3,7470,'','2013-10-27 00:41:40'),(27073,4,7470,'OPD','2013-10-27 00:41:40'),(27074,5,7470,'','2013-10-27 00:41:40'),(27075,6,7470,'79.00','2013-10-27 00:41:40'),(27076,7,7470,'DAY','2013-10-27 00:41:40'),(27077,1,7472,'','2013-10-27 00:41:40'),(27078,2,7472,'','2013-10-27 00:41:40'),(27079,3,7472,'','2013-10-27 00:41:40'),(27080,4,7472,'','2013-10-27 00:41:40'),(27081,5,7472,'','2013-10-27 00:41:40'),(27082,6,7472,'','2013-10-27 00:41:40'),(27083,7,7472,'DAY','2013-10-27 00:41:40'),(27084,1,7473,'3575479','2013-10-27 01:31:41'),(27085,2,7473,'','2013-10-27 01:31:41'),(27086,3,7473,'','2013-10-27 01:31:41'),(27087,4,7473,'OPD','2013-10-27 01:31:41'),(27088,5,7473,'','2013-10-27 01:31:41'),(27089,6,7473,'68.00','2013-10-27 01:31:41'),(27090,7,7473,'DAY','2013-10-27 01:31:41'),(27091,1,7475,'','2013-10-27 01:31:41'),(27092,2,7475,'','2013-10-27 01:31:41'),(27093,3,7475,'','2013-10-27 01:31:41'),(27094,4,7475,'','2013-10-27 01:31:41'),(27095,5,7475,'','2013-10-27 01:31:41'),(27096,6,7475,'','2013-10-27 01:31:41'),(27097,7,7475,'DAY','2013-10-27 01:31:41'),(27098,1,7478,'','2013-10-27 01:31:41'),(27099,2,7478,'','2013-10-27 01:31:41'),(27100,3,7478,'','2013-10-27 01:31:41'),(27101,4,7478,'','2013-10-27 01:31:41'),(27102,5,7478,'','2013-10-27 01:31:41'),(27103,6,7478,'','2013-10-27 01:31:41'),(27104,7,7478,'DAY','2013-10-27 01:31:41'),(27105,1,7479,'3575486','2013-10-27 01:49:26'),(27106,2,7479,'','2013-10-27 01:49:26'),(27107,3,7479,'','2013-10-27 01:49:26'),(27108,4,7479,'OPD','2013-10-27 01:49:26'),(27109,5,7479,'','2013-10-27 01:49:26'),(27110,6,7479,'72.00','2013-10-27 01:49:26'),(27111,7,7479,'DAY','2013-10-27 01:49:26'),(27112,1,7480,'3575472','2013-10-27 02:02:16'),(27113,2,7480,'','2013-10-27 02:02:16'),(27114,3,7480,'','2013-10-27 02:02:16'),(27115,4,7480,'OPD','2013-10-27 02:02:16'),(27116,5,7480,'','2013-10-27 02:02:16'),(27117,6,7480,'55.00','2013-10-27 02:02:16'),(27118,7,7480,'DAY','2013-10-27 02:02:16'),(27119,1,7481,'3575476','2013-10-27 02:04:50'),(27120,2,7481,'','2013-10-27 02:04:50'),(27121,3,7481,'','2013-10-27 02:04:50'),(27122,4,7481,'','2013-10-27 02:04:50'),(27123,5,7481,'','2013-10-27 02:04:50'),(27124,6,7481,'164.00','2013-10-27 02:04:50'),(27125,7,7481,'DAY','2013-10-27 02:04:50'),(27126,1,7483,'','2013-10-27 02:04:50'),(27127,2,7483,'','2013-10-27 02:04:50'),(27128,3,7483,'','2013-10-27 02:04:50'),(27129,4,7483,'','2013-10-27 02:04:50'),(27130,5,7483,'','2013-10-27 02:04:50'),(27131,6,7483,'','2013-10-27 02:04:51'),(27132,7,7483,'DAY','2013-10-27 02:04:51'),(27133,1,7486,'','2013-10-27 02:04:51'),(27134,2,7486,'','2013-10-27 02:04:51'),(27135,3,7486,'','2013-10-27 02:04:51'),(27136,4,7486,'','2013-10-27 02:04:51'),(27137,5,7486,'','2013-10-27 02:04:51'),(27138,6,7486,'','2013-10-27 02:04:51'),(27139,7,7486,'DAY','2013-10-27 02:04:51'),(27140,1,7487,'3576474','2013-10-27 02:06:42'),(27141,2,7487,'','2013-10-27 02:06:42'),(27142,3,7487,'','2013-10-27 02:06:42'),(27143,4,7487,'OPD','2013-10-27 02:06:42'),(27144,5,7487,'','2013-10-27 02:06:42'),(27145,6,7487,'55.00','2013-10-27 02:06:42'),(27146,7,7487,'DAY','2013-10-27 02:06:42'),(27147,1,7488,'3575488','2013-10-27 02:08:58'),(27148,2,7488,'','2013-10-27 02:08:58'),(27149,3,7488,'','2013-10-27 02:08:58'),(27150,4,7488,'OPD','2013-10-27 02:08:58'),(27151,5,7488,'','2013-10-27 02:08:58'),(27152,6,7488,'66.00','2013-10-27 02:08:58'),(27153,7,7488,'DAY','2013-10-27 02:08:58'),(27154,1,7489,'3575495','2013-10-27 02:40:18'),(27155,2,7489,'','2013-10-27 02:40:18'),(27156,3,7489,'','2013-10-27 02:40:18'),(27157,4,7489,'OPD','2013-10-27 02:40:18'),(27158,5,7489,'','2013-10-27 02:40:18'),(27159,6,7489,'121','2013-10-27 02:40:18'),(27160,7,7489,'NIGHT','2013-10-27 02:40:18'),(27161,1,7491,'','2013-10-27 02:40:19'),(27162,2,7491,'','2013-10-27 02:40:19'),(27163,3,7491,'','2013-10-27 02:40:19'),(27164,4,7491,'','2013-10-27 02:40:19'),(27165,5,7491,'','2013-10-27 02:40:19'),(27166,6,7491,'','2013-10-27 02:40:19'),(27167,7,7491,'NIGHT','2013-10-27 02:40:19'),(27168,1,7492,'3575497','2013-10-27 02:47:06'),(27169,2,7492,'','2013-10-27 02:47:06'),(27170,3,7492,'','2013-10-27 02:47:06'),(27171,4,7492,'OPD','2013-10-27 02:47:06'),(27172,5,7492,'','2013-10-27 02:47:06'),(27173,6,7492,'37','2013-10-27 02:47:06'),(27174,7,7492,'NIGHT','2013-10-27 02:47:06'),(27175,1,7493,'3575519','2013-10-27 04:00:57'),(27176,2,7493,'','2013-10-27 04:00:57'),(27177,3,7493,'','2013-10-27 04:00:57'),(27178,4,7493,'OPD','2013-10-27 04:00:57'),(27179,5,7493,'','2013-10-27 04:00:57'),(27180,6,7493,'37','2013-10-27 04:00:57'),(27181,7,7493,'NIGHT','2013-10-27 04:00:57'),(27182,1,7494,'3575526','2013-10-27 04:16:36'),(27183,2,7494,'','2013-10-27 04:16:36'),(27184,3,7494,'','2013-10-27 04:16:36'),(27185,4,7494,'OPD','2013-10-27 04:16:36'),(27186,5,7494,'','2013-10-27 04:16:36'),(27187,6,7494,'129','2013-10-27 04:16:36'),(27188,7,7494,'NIGHT','2013-10-27 04:16:36'),(27189,1,7495,'3575529','2013-10-27 04:40:02'),(27190,2,7495,'','2013-10-27 04:40:02'),(27191,3,7495,'','2013-10-27 04:40:02'),(27192,4,7495,'OPD','2013-10-27 04:40:02'),(27193,5,7495,'','2013-10-27 04:40:02'),(27194,6,7495,'112','2013-10-27 04:40:02'),(27195,7,7495,'NIGHT','2013-10-27 04:40:02'),(27196,1,7497,'','2013-10-27 04:40:02'),(27197,2,7497,'','2013-10-27 04:40:02'),(27198,3,7497,'','2013-10-27 04:40:02'),(27199,4,7497,'','2013-10-27 04:40:02'),(27200,5,7497,'','2013-10-27 04:40:02'),(27201,6,7497,'','2013-10-27 04:40:02'),(27202,7,7497,'NIGHT','2013-10-27 04:40:02'),(27203,1,7500,'','2013-10-27 04:40:03'),(27204,2,7500,'','2013-10-27 04:40:03'),(27205,3,7500,'','2013-10-27 04:40:03'),(27206,4,7500,'','2013-10-27 04:40:03'),(27207,5,7500,'','2013-10-27 04:40:03'),(27208,6,7500,'','2013-10-27 04:40:03'),(27209,7,7500,'NIGHT','2013-10-27 04:40:03'),(27210,1,7501,'3575531','2013-10-27 04:54:18'),(27211,2,7501,'','2013-10-27 04:54:18'),(27212,3,7501,'','2013-10-27 04:54:18'),(27213,4,7501,'OPD','2013-10-27 04:54:18'),(27214,5,7501,'','2013-10-27 04:54:18'),(27215,6,7501,'83','2013-10-27 04:54:18'),(27216,7,7501,'NIGHT','2013-10-27 04:54:18'),(27217,1,7503,'','2013-10-27 04:54:19'),(27218,2,7503,'','2013-10-27 04:54:19'),(27219,3,7503,'','2013-10-27 04:54:19'),(27220,4,7503,'','2013-10-27 04:54:19'),(27221,5,7503,'','2013-10-27 04:54:19'),(27222,6,7503,'','2013-10-27 04:54:19'),(27223,7,7503,'NIGHT','2013-10-27 04:54:19'),(27224,1,7504,'3575535','2013-10-27 05:26:08'),(27225,2,7504,'589808','2013-10-27 05:26:08'),(27226,3,7504,'','2013-10-27 05:26:08'),(27227,4,7504,'OPD','2013-10-27 05:26:08'),(27228,5,7504,'','2013-10-27 05:26:08'),(27229,6,7504,'47','2013-10-27 05:26:08'),(27230,7,7504,'NIGHT','2013-10-27 05:26:08'),(27231,1,7506,'','2013-10-27 05:26:08'),(27232,2,7506,'','2013-10-27 05:26:08'),(27233,3,7506,'','2013-10-27 05:26:08'),(27234,4,7506,'','2013-10-27 05:26:08'),(27235,5,7506,'','2013-10-27 05:26:08'),(27236,6,7506,'','2013-10-27 05:26:08'),(27237,7,7506,'NIGHT','2013-10-27 05:26:08'),(27238,1,7507,'3575538','2013-10-27 06:18:26'),(27239,2,7507,'589812','2013-10-27 06:18:26'),(27240,3,7507,'','2013-10-27 06:18:26'),(27241,4,7507,'OPD','2013-10-27 06:18:26'),(27242,5,7507,'','2013-10-27 06:18:26'),(27243,6,7507,'64','2013-10-27 06:18:26'),(27244,7,7507,'NIGHT','2013-10-27 06:18:26'),(27245,1,7509,'','2013-10-27 06:18:26'),(27246,2,7509,'','2013-10-27 06:18:26'),(27247,3,7509,'','2013-10-27 06:18:26'),(27248,4,7509,'','2013-10-27 06:18:26'),(27249,5,7509,'','2013-10-27 06:18:26'),(27250,6,7509,'','2013-10-27 06:18:26'),(27251,7,7509,'NIGHT','2013-10-27 06:18:26'),(27252,1,7512,'','2013-10-27 06:18:26'),(27253,2,7512,'','2013-10-27 06:18:26'),(27254,3,7512,'','2013-10-27 06:18:26'),(27255,4,7512,'','2013-10-27 06:18:26'),(27256,5,7512,'','2013-10-27 06:18:26'),(27257,6,7512,'','2013-10-27 06:18:26'),(27258,7,7512,'NIGHT','2013-10-27 06:18:26'),(27259,1,7513,'3575539','2013-10-27 06:28:01'),(27260,2,7513,'','2013-10-27 06:28:01'),(27261,3,7513,'','2013-10-27 06:28:01'),(27262,4,7513,'OPD','2013-10-27 06:28:01'),(27263,5,7513,'','2013-10-27 06:28:01'),(27264,6,7513,'115.80','2013-10-27 06:28:01'),(27265,7,7513,'NIGHT','2013-10-27 06:28:01'),(27266,1,7515,'','2013-10-27 06:28:02'),(27267,2,7515,'','2013-10-27 06:28:02'),(27268,3,7515,'','2013-10-27 06:28:02'),(27269,4,7515,'','2013-10-27 06:28:02'),(27270,5,7515,'','2013-10-27 06:28:02'),(27271,6,7515,'','2013-10-27 06:28:02'),(27272,7,7515,'NIGHT','2013-10-27 06:28:02'),(27273,1,7516,'3575553','2013-10-27 10:59:50'),(27274,2,7516,'589817','2013-10-27 10:59:50'),(27275,3,7516,'','2013-10-27 10:59:50'),(27276,4,7516,'OPD','2013-10-27 10:59:50'),(27277,5,7516,'','2013-10-27 10:59:50'),(27278,6,7516,'255','2013-10-27 10:59:50'),(27279,7,7516,'NIGHT','2013-10-27 10:59:50'),(27280,1,7518,'','2013-10-27 10:59:50'),(27281,2,7518,'','2013-10-27 10:59:50'),(27282,3,7518,'','2013-10-27 10:59:50'),(27283,4,7518,'','2013-10-27 10:59:50'),(27284,5,7518,'','2013-10-27 10:59:50'),(27285,6,7518,'','2013-10-27 10:59:50'),(27286,7,7518,'NIGHT','2013-10-27 10:59:50'),(27287,1,7521,'','2013-10-27 10:59:51'),(27288,2,7521,'','2013-10-27 10:59:51'),(27289,3,7521,'','2013-10-27 10:59:51'),(27290,4,7521,'','2013-10-27 10:59:51'),(27291,5,7521,'','2013-10-27 10:59:51'),(27292,6,7521,'','2013-10-27 10:59:51'),(27293,7,7521,'NIGHT','2013-10-27 10:59:51'),(27294,1,7525,'','2013-10-27 10:59:51'),(27295,2,7525,'','2013-10-27 10:59:51'),(27296,3,7525,'','2013-10-27 10:59:51'),(27297,4,7525,'','2013-10-27 10:59:51'),(27298,5,7525,'','2013-10-27 10:59:51'),(27299,6,7525,'','2013-10-27 10:59:51'),(27300,7,7525,'NIGHT','2013-10-27 10:59:51'),(27301,1,7526,'3575554','2013-10-27 11:04:32'),(27302,2,7526,'','2013-10-27 11:04:32'),(27303,3,7526,'','2013-10-27 11:04:32'),(27304,4,7526,'OPD','2013-10-27 11:04:32'),(27305,5,7526,'','2013-10-27 11:04:32'),(27306,6,7526,'172','2013-10-27 11:04:32'),(27307,7,7526,'NIGHT','2013-10-27 11:04:32'),(27308,1,7528,'','2013-10-27 11:04:32'),(27309,2,7528,'','2013-10-27 11:04:32'),(27310,3,7528,'','2013-10-27 11:04:32'),(27311,4,7528,'','2013-10-27 11:04:32'),(27312,5,7528,'','2013-10-27 11:04:33'),(27313,6,7528,'','2013-10-27 11:04:33'),(27314,7,7528,'NIGHT','2013-10-27 11:04:33'),(27315,1,7529,'3575555','2013-10-27 11:09:26'),(27316,2,7529,'','2013-10-27 11:09:26'),(27317,3,7529,'','2013-10-27 11:09:26'),(27318,4,7529,'OPD','2013-10-27 11:09:26'),(27319,5,7529,'','2013-10-27 11:09:26'),(27320,6,7529,'48','2013-10-27 11:09:26'),(27321,7,7529,'NIGHT','2013-10-27 11:09:26'),(27322,1,7531,'','2013-10-27 11:09:26'),(27323,2,7531,'','2013-10-27 11:09:26'),(27324,3,7531,'','2013-10-27 11:09:26'),(27325,4,7531,'','2013-10-27 11:09:26'),(27326,5,7531,'','2013-10-27 11:09:26'),(27327,6,7531,'','2013-10-27 11:09:26'),(27328,7,7531,'NIGHT','2013-10-27 11:09:26'),(27329,1,7534,'','2013-10-27 11:09:26'),(27330,2,7534,'','2013-10-27 11:09:26'),(27331,3,7534,'','2013-10-27 11:09:26'),(27332,4,7534,'','2013-10-27 11:09:26'),(27333,5,7534,'','2013-10-27 11:09:26'),(27334,6,7534,'','2013-10-27 11:09:26'),(27335,7,7534,'NIGHT','2013-10-27 11:09:26'),(27336,1,7535,'3575557','2013-10-27 12:09:02'),(27337,2,7535,'589819','2013-10-27 12:09:02'),(27338,3,7535,'','2013-10-27 12:09:02'),(27339,4,7535,'OPD','2013-10-27 12:09:02'),(27340,5,7535,'','2013-10-27 12:09:02'),(27341,6,7535,'36','2013-10-27 12:09:02'),(27342,7,7535,'NIGHT','2013-10-27 12:09:02'),(27343,1,7536,'3575559','2013-10-27 12:38:46'),(27344,2,7536,'','2013-10-27 12:38:46'),(27345,3,7536,'','2013-10-27 12:38:46'),(27346,4,7536,'OPD','2013-10-27 12:38:46'),(27347,5,7536,'','2013-10-27 12:38:46'),(27348,6,7536,'99','2013-10-27 12:38:46'),(27349,7,7536,'NIGHT','2013-10-27 12:38:46'),(27350,1,7538,'','2013-10-27 12:38:46'),(27351,2,7538,'','2013-10-27 12:38:46'),(27352,3,7538,'','2013-10-27 12:38:46'),(27353,4,7538,'','2013-10-27 12:38:46'),(27354,5,7538,'','2013-10-27 12:38:46'),(27355,6,7538,'','2013-10-27 12:38:46'),(27356,7,7538,'NIGHT','2013-10-27 12:38:46'),(27357,1,7539,'3574837','2013-10-27 13:02:27'),(27358,2,7539,'589758','2013-10-27 13:02:27'),(27359,3,7539,'','2013-10-27 13:02:27'),(27360,4,7539,'OPD','2013-10-27 13:02:27'),(27361,5,7539,'','2013-10-27 13:02:27'),(27362,6,7539,'121','2013-10-27 13:02:27'),(27363,7,7539,'NIGHT','2013-10-27 13:02:27'),(27364,1,7541,'','2013-10-27 13:02:27'),(27365,2,7541,'','2013-10-27 13:02:27'),(27366,3,7541,'','2013-10-27 13:02:27'),(27367,4,7541,'','2013-10-27 13:02:27'),(27368,5,7541,'','2013-10-27 13:02:27'),(27369,6,7541,'','2013-10-27 13:02:27'),(27370,7,7541,'NIGHT','2013-10-27 13:02:27'),(27371,1,7542,'3575552','2013-10-27 13:05:51'),(27372,2,7542,'','2013-10-27 13:05:51'),(27373,3,7542,'','2013-10-27 13:05:51'),(27374,4,7542,'OPD','2013-10-27 13:05:51'),(27375,5,7542,'','2013-10-27 13:05:51'),(27376,6,7542,'25','2013-10-27 13:05:51'),(27377,7,7542,'NIGHT','2013-10-27 13:05:51'),(27378,1,7544,'','2013-10-27 13:05:51'),(27379,2,7544,'','2013-10-27 13:05:51'),(27380,3,7544,'','2013-10-27 13:05:51'),(27381,4,7544,'','2013-10-27 13:05:51'),(27382,5,7544,'','2013-10-27 13:05:51'),(27383,6,7544,'','2013-10-27 13:05:51'),(27384,7,7544,'NIGHT','2013-10-27 13:05:51'),(27385,1,7545,'3575387','2013-10-27 13:53:17'),(27386,2,7545,'','2013-10-27 13:53:17'),(27387,3,7545,'','2013-10-27 13:53:17'),(27388,4,7545,'OPD','2013-10-27 13:53:17'),(27389,5,7545,'','2013-10-27 13:53:17'),(27390,6,7545,'124','2013-10-27 13:53:17'),(27391,7,7545,'NIGHT','2013-10-27 13:53:17'),(27392,1,7547,'','2013-10-27 13:53:17'),(27393,2,7547,'','2013-10-27 13:53:17'),(27394,3,7547,'','2013-10-27 13:53:17'),(27395,4,7547,'','2013-10-27 13:53:17'),(27396,5,7547,'','2013-10-27 13:53:17'),(27397,6,7547,'','2013-10-27 13:53:17'),(27398,7,7547,'NIGHT','2013-10-27 13:53:17'),(27399,1,7550,'','2013-10-27 13:53:17'),(27400,2,7550,'','2013-10-27 13:53:17'),(27401,3,7550,'','2013-10-27 13:53:17'),(27402,4,7550,'','2013-10-27 13:53:17'),(27403,5,7550,'','2013-10-27 13:53:17'),(27404,6,7550,'','2013-10-27 13:53:17'),(27405,7,7550,'NIGHT','2013-10-27 13:53:17'),(27406,1,7551,'3575573','2013-10-27 14:02:31'),(27407,2,7551,'','2013-10-27 14:02:31'),(27408,3,7551,'','2013-10-27 14:02:31'),(27409,4,7551,'OPD','2013-10-27 14:02:31'),(27410,5,7551,'','2013-10-27 14:02:31'),(27411,6,7551,'207.40','2013-10-27 14:02:31'),(27412,7,7551,'NIGHT','2013-10-27 14:02:31'),(27413,1,7553,'','2013-10-27 14:02:31'),(27414,2,7553,'','2013-10-27 14:02:31'),(27415,3,7553,'','2013-10-27 14:02:31'),(27416,4,7553,'','2013-10-27 14:02:31'),(27417,5,7553,'','2013-10-27 14:02:31'),(27418,6,7553,'','2013-10-27 14:02:31'),(27419,7,7553,'DAY','2013-10-27 14:02:31'),(27420,1,7554,'3575574','2013-10-27 14:05:15'),(27421,2,7554,'','2013-10-27 14:05:15'),(27422,3,7554,'','2013-10-27 14:05:15'),(27423,4,7554,'OPD','2013-10-27 14:05:15'),(27424,5,7554,'','2013-10-27 14:05:15'),(27425,6,7554,'81','2013-10-27 14:05:15'),(27426,7,7554,'NIGHT','2013-10-27 14:05:15'),(27427,1,7555,'3575176','2013-10-27 14:11:23'),(27428,2,7555,'589750','2013-10-27 14:11:23'),(27429,3,7555,'','2013-10-27 14:11:23'),(27430,4,7555,'OPD','2013-10-27 14:11:23'),(27431,5,7555,'','2013-10-27 14:11:23'),(27432,6,7555,'156','2013-10-27 14:11:23'),(27433,7,7555,'NIGHT','2013-10-27 14:11:23'),(27434,1,7557,'','2013-10-27 14:11:23'),(27435,2,7557,'','2013-10-27 14:11:23'),(27436,3,7557,'','2013-10-27 14:11:23'),(27437,4,7557,'','2013-10-27 14:11:23'),(27438,5,7557,'','2013-10-27 14:11:23'),(27439,6,7557,'','2013-10-27 14:11:23'),(27440,7,7557,'NIGHT','2013-10-27 14:11:23'),(27441,1,7558,'3575580','2013-10-27 14:30:27'),(27442,2,7558,'','2013-10-27 14:30:27'),(27443,3,7558,'','2013-10-27 14:30:27'),(27444,4,7558,'OPD','2013-10-27 14:30:27'),(27445,5,7558,'','2013-10-27 14:30:27'),(27446,6,7558,'131.00','2013-10-27 14:30:27'),(27447,7,7558,'DAY','2013-10-27 14:30:27'),(27448,1,7560,'','2013-10-27 14:30:27'),(27449,2,7560,'','2013-10-27 14:30:27'),(27450,3,7560,'','2013-10-27 14:30:27'),(27451,4,7560,'','2013-10-27 14:30:27'),(27452,5,7560,'','2013-10-27 14:30:27'),(27453,6,7560,'','2013-10-27 14:30:27'),(27454,7,7560,'DAY','2013-10-27 14:30:27'),(27455,1,7563,'','2013-10-27 14:30:28'),(27456,2,7563,'','2013-10-27 14:30:28'),(27457,3,7563,'','2013-10-27 14:30:28'),(27458,4,7563,'','2013-10-27 14:30:28'),(27459,5,7563,'','2013-10-27 14:30:28'),(27460,6,7563,'','2013-10-27 14:30:28'),(27461,7,7563,'DAY','2013-10-27 14:30:28'),(27462,1,7564,'3575591','2013-10-27 15:43:52'),(27463,2,7564,'589829','2013-10-27 15:43:52'),(27464,3,7564,'','2013-10-27 15:43:52'),(27465,4,7564,'OPD','2013-10-27 15:43:52'),(27466,5,7564,'','2013-10-27 15:43:52'),(27467,6,7564,'184.00','2013-10-27 15:43:52'),(27468,7,7564,'DAY','2013-10-27 15:43:52'),(27469,1,7566,'','2013-10-27 15:43:53'),(27470,2,7566,'','2013-10-27 15:43:53'),(27471,3,7566,'','2013-10-27 15:43:53'),(27472,4,7566,'','2013-10-27 15:43:53'),(27473,5,7566,'','2013-10-27 15:43:53'),(27474,6,7566,'','2013-10-27 15:43:53'),(27475,7,7566,'DAY','2013-10-27 15:43:53'),(27476,1,7567,'3575599','2013-10-27 16:06:24'),(27477,2,7567,'589832','2013-10-27 16:06:24'),(27478,3,7567,'','2013-10-27 16:06:24'),(27479,4,7567,'OPD','2013-10-27 16:06:24'),(27480,5,7567,'','2013-10-27 16:06:24'),(27481,6,7567,'104.00','2013-10-27 16:06:24'),(27482,7,7567,'DAY','2013-10-27 16:06:24'),(27483,1,7569,'','2013-10-27 16:06:25'),(27484,2,7569,'','2013-10-27 16:06:25'),(27485,3,7569,'','2013-10-27 16:06:25'),(27486,4,7569,'','2013-10-27 16:06:25'),(27487,5,7569,'','2013-10-27 16:06:25'),(27488,6,7569,'','2013-10-27 16:06:25'),(27489,7,7569,'DAY','2013-10-27 16:06:25'),(27490,1,7572,'','2013-10-27 16:06:25'),(27491,2,7572,'','2013-10-27 16:06:25'),(27492,3,7572,'','2013-10-27 16:06:25'),(27493,4,7572,'','2013-10-27 16:06:25'),(27494,5,7572,'','2013-10-27 16:06:25'),(27495,6,7572,'','2013-10-27 16:06:25'),(27496,7,7572,'DAY','2013-10-27 16:06:25'),(27497,1,7573,'3575604','2013-10-27 16:27:46'),(27498,2,7573,'','2013-10-27 16:27:46'),(27499,3,7573,'','2013-10-27 16:27:46'),(27500,4,7573,'OPD','2013-10-27 16:27:46'),(27501,5,7573,'','2013-10-27 16:27:46'),(27502,6,7573,'131.00','2013-10-27 16:27:46'),(27503,7,7573,'DAY','2013-10-27 16:27:46'),(27504,1,7575,'','2013-10-27 16:27:46'),(27505,2,7575,'','2013-10-27 16:27:46'),(27506,3,7575,'','2013-10-27 16:27:46'),(27507,4,7575,'','2013-10-27 16:27:46'),(27508,5,7575,'','2013-10-27 16:27:46'),(27509,6,7575,'','2013-10-27 16:27:46'),(27510,7,7575,'DAY','2013-10-27 16:27:46'),(27511,1,7578,'','2013-10-27 16:27:46'),(27512,2,7578,'','2013-10-27 16:27:46'),(27513,3,7578,'','2013-10-27 16:27:46'),(27514,4,7578,'','2013-10-27 16:27:46'),(27515,5,7578,'','2013-10-27 16:27:46'),(27516,6,7578,'','2013-10-27 16:27:46'),(27517,7,7578,'DAY','2013-10-27 16:27:46'),(27518,1,7579,'3575606','2013-10-27 16:29:53'),(27519,2,7579,'','2013-10-27 16:29:53'),(27520,3,7579,'','2013-10-27 16:29:53'),(27521,4,7579,'OPD','2013-10-27 16:29:53'),(27522,5,7579,'','2013-10-27 16:29:53'),(27523,6,7579,'49.00','2013-10-27 16:29:53'),(27524,7,7579,'DAY','2013-10-27 16:29:53'),(27525,1,7580,'3575607','2013-10-27 16:41:33'),(27526,2,7580,'','2013-10-27 16:41:33'),(27527,3,7580,'','2013-10-27 16:41:33'),(27528,4,7580,'OPD','2013-10-27 16:41:33'),(27529,5,7580,'','2013-10-27 16:41:33'),(27530,6,7580,'112.00','2013-10-27 16:41:33'),(27531,7,7580,'DAY','2013-10-27 16:41:33'),(27532,1,7582,'','2013-10-27 16:41:33'),(27533,2,7582,'','2013-10-27 16:41:33'),(27534,3,7582,'','2013-10-27 16:41:33'),(27535,4,7582,'','2013-10-27 16:41:33'),(27536,5,7582,'','2013-10-27 16:41:33'),(27537,6,7582,'','2013-10-27 16:41:33'),(27538,7,7582,'DAY','2013-10-27 16:41:33'),(27539,1,7585,'','2013-10-27 16:41:34'),(27540,2,7585,'','2013-10-27 16:41:34'),(27541,3,7585,'','2013-10-27 16:41:34'),(27542,4,7585,'','2013-10-27 16:41:34'),(27543,5,7585,'','2013-10-27 16:41:34'),(27544,6,7585,'','2013-10-27 16:41:34'),(27545,7,7585,'DAY','2013-10-27 16:41:34'),(27546,1,7586,'','2013-10-27 16:56:15'),(27547,2,7586,'','2013-10-27 16:56:15'),(27548,3,7586,'','2013-10-27 16:56:15'),(27549,4,7586,'OPD','2013-10-27 16:56:15'),(27550,5,7586,'','2013-10-27 16:56:15'),(27551,6,7586,'','2013-10-27 16:56:15'),(27552,7,7586,'DAY','2013-10-27 16:56:15'),(27553,1,7587,'000331','2013-10-27 17:24:11'),(27554,2,7587,'0002289','2013-10-27 17:24:11'),(27555,3,7587,'','2013-10-27 17:24:11'),(27556,4,7587,'OPD','2013-10-27 17:24:11'),(27557,5,7587,'','2013-10-27 17:24:11'),(27558,6,7587,'60.00','2013-10-27 17:24:11'),(27559,7,7587,'DAY','2013-10-27 17:24:11'),(27560,1,7588,'0000332','2013-10-27 18:08:32'),(27561,2,7588,'0002295','2013-10-27 18:08:32'),(27562,3,7588,'','2013-10-27 18:08:32'),(27563,4,7588,'OPD','2013-10-27 18:08:32'),(27564,5,7588,'','2013-10-27 18:08:32'),(27565,6,7588,'87.00','2013-10-27 18:08:32'),(27566,7,7588,'DAY','2013-10-27 18:08:32'),(27567,1,7590,'','2013-10-27 18:08:32'),(27568,2,7590,'','2013-10-27 18:08:32'),(27569,3,7590,'','2013-10-27 18:08:32'),(27570,4,7590,'','2013-10-27 18:08:32'),(27571,5,7590,'','2013-10-27 18:08:32'),(27572,6,7590,'','2013-10-27 18:08:32'),(27573,7,7590,'DAY','2013-10-27 18:08:32'),(27574,1,7591,'0000333','2013-10-27 18:15:56'),(27575,2,7591,'0002296','2013-10-27 18:15:56'),(27576,3,7591,'','2013-10-27 18:15:56'),(27577,4,7591,'S/R','2013-10-27 18:15:56'),(27578,5,7591,'','2013-10-27 18:15:56'),(27579,6,7591,'121.00','2013-10-27 18:15:56'),(27580,7,7591,'DAY','2013-10-27 18:15:56'),(27581,1,7593,'','2013-10-27 18:15:57'),(27582,2,7593,'','2013-10-27 18:15:57'),(27583,3,7593,'','2013-10-27 18:15:57'),(27584,4,7593,'','2013-10-27 18:15:57'),(27585,5,7593,'','2013-10-27 18:15:57'),(27586,6,7593,'','2013-10-27 18:15:57'),(27587,7,7593,'DAY','2013-10-27 18:15:57'),(27588,1,7594,'0000334','2013-10-27 18:18:15'),(27589,2,7594,'0002297','2013-10-27 18:18:15'),(27590,3,7594,'','2013-10-27 18:18:15'),(27591,4,7594,'S/R','2013-10-27 18:18:15'),(27592,5,7594,'','2013-10-27 18:18:15'),(27593,6,7594,'121.00','2013-10-27 18:18:15'),(27594,7,7594,'DAY','2013-10-27 18:18:15'),(27595,1,7596,'','2013-10-27 18:18:15'),(27596,2,7596,'','2013-10-27 18:18:15'),(27597,3,7596,'','2013-10-27 18:18:15'),(27598,4,7596,'','2013-10-27 18:18:15'),(27599,5,7596,'','2013-10-27 18:18:15'),(27600,6,7596,'','2013-10-27 18:18:15'),(27601,7,7596,'DAY','2013-10-27 18:18:15'),(27602,1,7597,'0000335','2013-10-27 18:35:58'),(27603,2,7597,'0002299','2013-10-27 18:35:58'),(27604,3,7597,'','2013-10-27 18:35:58'),(27605,4,7597,'OPD','2013-10-27 18:35:58'),(27606,5,7597,'','2013-10-27 18:35:58'),(27607,6,7597,'85.00','2013-10-27 18:35:58'),(27608,7,7597,'DAY','2013-10-27 18:35:58'),(27609,1,7598,'','2013-10-27 18:56:53'),(27610,2,7598,'','2013-10-27 18:56:53'),(27611,3,7598,'','2013-10-27 18:56:53'),(27612,4,7598,'OPD','2013-10-27 18:56:53'),(27613,5,7598,'','2013-10-27 18:56:53'),(27614,6,7598,'','2013-10-27 18:56:53'),(27615,7,7598,'DAY','2013-10-27 18:56:53'),(27616,1,7599,'','2013-10-27 19:32:56'),(27617,2,7599,'','2013-10-27 19:32:56'),(27618,3,7599,'','2013-10-27 19:32:56'),(27619,4,7599,'OPD','2013-10-27 19:32:56'),(27620,5,7599,'','2013-10-27 19:32:56'),(27621,6,7599,'','2013-10-27 19:32:56'),(27622,7,7599,'DAY','2013-10-27 19:32:56'),(27623,1,7601,'','2013-10-27 19:32:56'),(27624,2,7601,'','2013-10-27 19:32:56'),(27625,3,7601,'','2013-10-27 19:32:56'),(27626,4,7601,'','2013-10-27 19:32:56'),(27627,5,7601,'','2013-10-27 19:32:56'),(27628,6,7601,'','2013-10-27 19:32:56'),(27629,7,7601,'DAY','2013-10-27 19:32:56'),(27630,1,7602,'0000337','2013-10-27 19:42:16'),(27631,2,7602,'','2013-10-27 19:42:16'),(27632,3,7602,'','2013-10-27 19:42:16'),(27633,4,7602,'OPD','2013-10-27 19:42:16'),(27634,5,7602,'','2013-10-27 19:42:16'),(27635,6,7602,'20.00','2013-10-27 19:42:16'),(27636,7,7602,'DAY','2013-10-27 19:42:16'),(27637,1,7603,'0000338','2013-10-27 20:02:22'),(27638,2,7603,'','2013-10-27 20:02:22'),(27639,3,7603,'','2013-10-27 20:02:22'),(27640,4,7603,'OPD','2013-10-27 20:02:23'),(27641,5,7603,'','2013-10-27 20:02:23'),(27642,6,7603,'12.00','2013-10-27 20:02:23'),(27643,7,7603,'DAY','2013-10-27 20:02:23'),(27644,1,7604,'','2013-10-27 20:36:22'),(27645,2,7604,'','2013-10-27 20:36:22'),(27646,3,7604,'','2013-10-27 20:36:22'),(27647,4,7604,'OPD','2013-10-27 20:36:22'),(27648,5,7604,'','2013-10-27 20:36:22'),(27649,6,7604,'','2013-10-27 20:36:22'),(27650,7,7604,'DAY','2013-10-27 20:36:22'),(27651,1,7606,'','2013-10-27 20:36:22'),(27652,2,7606,'','2013-10-27 20:36:22'),(27653,3,7606,'','2013-10-27 20:36:22'),(27654,4,7606,'','2013-10-27 20:36:22'),(27655,5,7606,'','2013-10-27 20:36:22'),(27656,6,7606,'','2013-10-27 20:36:22'),(27657,7,7606,'DAY','2013-10-27 20:36:22'),(27658,1,7609,'','2013-10-27 20:36:22'),(27659,2,7609,'','2013-10-27 20:36:22'),(27660,3,7609,'','2013-10-27 20:36:22'),(27661,4,7609,'','2013-10-27 20:36:22'),(27662,5,7609,'','2013-10-27 20:36:22'),(27663,6,7609,'','2013-10-27 20:36:22'),(27664,7,7609,'DAY','2013-10-27 20:36:22'),(27665,1,7610,'0000340','2013-10-27 20:58:59'),(27666,2,7610,'','2013-10-27 20:58:59'),(27667,3,7610,'','2013-10-27 20:58:59'),(27668,4,7610,'OPD','2013-10-27 20:58:59'),(27669,5,7610,'','2013-10-27 20:58:59'),(27670,6,7610,'104.00','2013-10-27 20:58:59'),(27671,7,7610,'DAY','2013-10-27 20:58:59'),(27672,1,7612,'','2013-10-27 20:58:59'),(27673,2,7612,'','2013-10-27 20:58:59'),(27674,3,7612,'','2013-10-27 20:58:59'),(27675,4,7612,'','2013-10-27 20:58:59'),(27676,5,7612,'','2013-10-27 20:58:59'),(27677,6,7612,'','2013-10-27 20:58:59'),(27678,7,7612,'DAY','2013-10-27 20:58:59'),(27679,1,7615,'','2013-10-27 20:59:00'),(27680,2,7615,'','2013-10-27 20:59:00'),(27681,3,7615,'','2013-10-27 20:59:00'),(27682,4,7615,'','2013-10-27 20:59:00'),(27683,5,7615,'','2013-10-27 20:59:00'),(27684,6,7615,'','2013-10-27 20:59:00'),(27685,7,7615,'DAY','2013-10-27 20:59:00'),(27686,1,7616,'3575626','2013-10-27 21:54:30'),(27687,2,7616,'589842','2013-10-27 21:54:30'),(27688,3,7616,'','2013-10-27 21:54:30'),(27689,4,7616,'SR','2013-10-27 21:54:30'),(27690,5,7616,'','2013-10-27 21:54:30'),(27691,6,7616,'94.00','2013-10-27 21:54:30'),(27692,7,7616,'DAY','2013-10-27 21:54:30'),(27693,1,7617,'3575671','2013-10-27 16:26:13'),(27694,2,7617,'','2013-10-27 16:26:13'),(27695,3,7617,'','2013-10-27 16:26:13'),(27696,4,7617,'WARD','2013-10-27 16:26:13'),(27697,5,7617,'214705','2013-10-27 16:26:13'),(27698,6,7617,'152.00','2013-10-27 16:26:13'),(27699,7,7617,'DAY','2013-10-27 16:26:13'),(27700,1,7619,'','2013-10-27 16:26:13'),(27701,2,7619,'','2013-10-27 16:26:13'),(27702,3,7619,'','2013-10-27 16:26:13'),(27703,4,7619,'','2013-10-27 16:26:13'),(27704,5,7619,'','2013-10-27 16:26:13'),(27705,6,7619,'','2013-10-27 16:26:13'),(27706,7,7619,'DAY','2013-10-27 16:26:13'),(27707,1,7620,'3575679','2013-10-27 16:36:40'),(27708,2,7620,'589867','2013-10-27 16:36:40'),(27709,3,7620,'','2013-10-27 16:36:40'),(27710,4,7620,'OUTSIDE REQ','2013-10-27 16:36:40'),(27711,5,7620,'','2013-10-27 16:36:40'),(27712,6,7620,'20.00','2013-10-27 16:36:40'),(27713,7,7620,'DAY','2013-10-27 16:36:40'),(27714,1,7621,'3575700','2013-10-27 17:21:35'),(27715,2,7621,'589878','2013-10-27 17:21:35'),(27716,3,7621,'','2013-10-27 17:21:35'),(27717,4,7621,'OPD','2013-10-27 17:21:35'),(27718,5,7621,'','2013-10-27 17:21:35'),(27719,6,7621,'104.00','2013-10-27 17:21:35'),(27720,7,7621,'DAY','2013-10-27 17:21:35'),(27721,1,7623,'','2013-10-27 17:21:35'),(27722,2,7623,'','2013-10-27 17:21:35'),(27723,3,7623,'','2013-10-27 17:21:35'),(27724,4,7623,'','2013-10-27 17:21:35'),(27725,5,7623,'','2013-10-27 17:21:35'),(27726,6,7623,'','2013-10-27 17:21:35'),(27727,7,7623,'DAY','2013-10-27 17:21:35'),(27728,1,7626,'','2013-10-27 17:21:35'),(27729,2,7626,'','2013-10-27 17:21:35'),(27730,3,7626,'','2013-10-27 17:21:35'),(27731,4,7626,'','2013-10-27 17:21:35'),(27732,5,7626,'','2013-10-27 17:21:35'),(27733,6,7626,'','2013-10-27 17:21:35'),(27734,7,7626,'DAY','2013-10-27 17:21:35'),(27735,1,7627,'','2013-10-27 17:33:19'),(27736,2,7627,'','2013-10-27 17:33:19'),(27737,3,7627,'','2013-10-27 17:33:19'),(27738,4,7627,'','2013-10-27 17:33:19'),(27739,5,7627,'','2013-10-27 17:33:19'),(27740,6,7627,'','2013-10-27 17:33:19'),(27741,7,7627,'DAY','2013-10-27 17:33:19'),(27742,1,7628,'3575722','2013-10-27 17:40:30'),(27743,2,7628,'','2013-10-27 17:40:30'),(27744,3,7628,'','2013-10-27 17:40:30'),(27745,4,7628,'OPD','2013-10-27 17:40:30'),(27746,5,7628,'','2013-10-27 17:40:30'),(27747,6,7628,'118.00','2013-10-27 17:40:30'),(27748,7,7628,'DAY','2013-10-27 17:40:30'),(27749,1,7630,'','2013-10-27 17:40:30'),(27750,2,7630,'','2013-10-27 17:40:30'),(27751,3,7630,'','2013-10-27 17:40:30'),(27752,4,7630,'','2013-10-27 17:40:30'),(27753,5,7630,'','2013-10-27 17:40:30'),(27754,6,7630,'','2013-10-27 17:40:30'),(27755,7,7630,'DAY','2013-10-27 17:40:30'),(27756,1,7633,'','2013-10-27 17:40:30'),(27757,2,7633,'','2013-10-27 17:40:30'),(27758,3,7633,'','2013-10-27 17:40:30'),(27759,4,7633,'','2013-10-27 17:40:30'),(27760,5,7633,'','2013-10-27 17:40:30'),(27761,6,7633,'','2013-10-27 17:40:30'),(27762,7,7633,'DAY','2013-10-27 17:40:30'),(27763,1,7634,'3575724','2013-10-27 18:05:10'),(27764,2,7634,'','2013-10-27 18:05:10'),(27765,3,7634,'','2013-10-27 18:05:10'),(27766,4,7634,'OPD','2013-10-27 18:05:10'),(27767,5,7634,'','2013-10-27 18:05:10'),(27768,6,7634,'131.00','2013-10-27 18:05:10'),(27769,7,7634,'DAY','2013-10-27 18:05:10'),(27770,1,7636,'','2013-10-27 18:05:10'),(27771,2,7636,'','2013-10-27 18:05:10'),(27772,3,7636,'','2013-10-27 18:05:10'),(27773,4,7636,'','2013-10-27 18:05:10'),(27774,5,7636,'','2013-10-27 18:05:10'),(27775,6,7636,'','2013-10-27 18:05:10'),(27776,7,7636,'DAY','2013-10-27 18:05:10'),(27777,1,7639,'','2013-10-27 18:05:11'),(27778,2,7639,'','2013-10-27 18:05:11'),(27779,3,7639,'','2013-10-27 18:05:11'),(27780,4,7639,'','2013-10-27 18:05:11'),(27781,5,7639,'','2013-10-27 18:05:11'),(27782,6,7639,'','2013-10-27 18:05:11'),(27783,7,7639,'DAY','2013-10-27 18:05:11'),(27784,1,7640,'3575726','2013-10-27 18:14:27'),(27785,2,7640,'','2013-10-27 18:14:27'),(27786,3,7640,'','2013-10-27 18:14:27'),(27787,4,7640,'OPD','2013-10-27 18:14:27'),(27788,5,7640,'','2013-10-27 18:14:27'),(27789,6,7640,'112.00','2013-10-27 18:14:27'),(27790,7,7640,'DAY','2013-10-27 18:14:27'),(27791,1,7642,'','2013-10-27 18:14:27'),(27792,2,7642,'','2013-10-27 18:14:27'),(27793,3,7642,'','2013-10-27 18:14:27'),(27794,4,7642,'','2013-10-27 18:14:27'),(27795,5,7642,'','2013-10-27 18:14:27'),(27796,6,7642,'','2013-10-27 18:14:27'),(27797,7,7642,'DAY','2013-10-27 18:14:27'),(27798,1,7645,'','2013-10-27 18:14:27'),(27799,2,7645,'','2013-10-27 18:14:27'),(27800,3,7645,'','2013-10-27 18:14:27'),(27801,4,7645,'','2013-10-27 18:14:27'),(27802,5,7645,'','2013-10-27 18:14:27'),(27803,6,7645,'','2013-10-27 18:14:27'),(27804,7,7645,'DAY','2013-10-27 18:14:27'),(27805,1,7646,'3575520','2013-10-27 19:00:42'),(27806,2,7646,'','2013-10-27 19:00:42'),(27807,3,7646,'','2013-10-27 19:00:42'),(27808,4,7646,'OPD','2013-10-27 19:00:42'),(27809,5,7646,'','2013-10-27 19:00:42'),(27810,6,7646,'112.00','2013-10-27 19:00:42'),(27811,7,7646,'DAY','2013-10-27 19:00:42'),(27812,1,7648,'','2013-10-27 19:00:42'),(27813,2,7648,'','2013-10-27 19:00:42'),(27814,3,7648,'','2013-10-27 19:00:42'),(27815,4,7648,'','2013-10-27 19:00:42'),(27816,5,7648,'','2013-10-27 19:00:42'),(27817,6,7648,'','2013-10-27 19:00:42'),(27818,7,7648,'DAY','2013-10-27 19:00:42'),(27819,1,7651,'','2013-10-27 19:00:43'),(27820,2,7651,'','2013-10-27 19:00:43'),(27821,3,7651,'','2013-10-27 19:00:43'),(27822,4,7651,'','2013-10-27 19:00:43'),(27823,5,7651,'','2013-10-27 19:00:43'),(27824,6,7651,'','2013-10-27 19:00:43'),(27825,7,7651,'DAY','2013-10-27 19:00:43'),(27826,1,7652,'3575758','2013-10-27 19:19:06'),(27827,2,7652,'','2013-10-27 19:19:06'),(27828,3,7652,'','2013-10-27 19:19:06'),(27829,4,7652,'OPD','2013-10-27 19:19:06'),(27830,5,7652,'','2013-10-27 19:19:06'),(27831,6,7652,'110','2013-10-27 19:19:06'),(27832,7,7652,'DAY','2013-10-27 19:19:06'),(27833,1,7654,'','2013-10-27 19:19:06'),(27834,2,7654,'','2013-10-27 19:19:06'),(27835,3,7654,'','2013-10-27 19:19:06'),(27836,4,7654,'','2013-10-27 19:19:06'),(27837,5,7654,'','2013-10-27 19:19:06'),(27838,6,7654,'','2013-10-27 19:19:06'),(27839,7,7654,'DAY','2013-10-27 19:19:06'),(27840,1,7655,'3575763','2013-10-27 19:32:28'),(27841,2,7655,'','2013-10-27 19:32:28'),(27842,3,7655,'','2013-10-27 19:32:28'),(27843,4,7655,'OPD','2013-10-27 19:32:28'),(27844,5,7655,'','2013-10-27 19:32:28'),(27845,6,7655,'256.35','2013-10-27 19:32:28'),(27846,7,7655,'NIGHT','2013-10-27 19:32:28'),(27847,1,7656,'','2013-10-27 19:58:47'),(27848,2,7656,'589895','2013-10-27 19:58:47'),(27849,3,7656,'','2013-10-27 19:58:47'),(27850,4,7656,'OPD','2013-10-27 19:58:47'),(27851,5,7656,'','2013-10-27 19:58:47'),(27852,6,7656,'154','2013-10-27 19:58:47'),(27853,7,7656,'NIGHT','2013-10-27 19:58:47'),(27854,1,7658,'','2013-10-27 19:58:47'),(27855,2,7658,'','2013-10-27 19:58:47'),(27856,3,7658,'','2013-10-27 19:58:47'),(27857,4,7658,'','2013-10-27 19:58:47'),(27858,5,7658,'','2013-10-27 19:58:47'),(27859,6,7658,'','2013-10-27 19:58:47'),(27860,7,7658,'DAY','2013-10-27 19:58:47'),(27861,1,7661,'','2013-10-27 19:58:47'),(27862,2,7661,'','2013-10-27 19:58:47'),(27863,3,7661,'','2013-10-27 19:58:47'),(27864,4,7661,'','2013-10-27 19:58:47'),(27865,5,7661,'','2013-10-27 19:58:47'),(27866,6,7661,'','2013-10-27 19:58:47'),(27867,7,7661,'DAY','2013-10-27 19:58:47'),(27868,1,7665,'','2013-10-27 19:58:47'),(27869,2,7665,'','2013-10-27 19:58:47'),(27870,3,7665,'','2013-10-27 19:58:47'),(27871,4,7665,'','2013-10-27 19:58:47'),(27872,5,7665,'','2013-10-27 19:58:47'),(27873,6,7665,'','2013-10-27 19:58:47'),(27874,7,7665,'DAY','2013-10-27 19:58:47'),(27875,1,7666,'','2013-10-27 20:27:12'),(27876,2,7666,'','2013-10-27 20:27:12'),(27877,3,7666,'','2013-10-27 20:27:12'),(27878,4,7666,'OPD','2013-10-27 20:27:12'),(27879,5,7666,'','2013-10-27 20:27:12'),(27880,6,7666,'112','2013-10-27 20:27:12'),(27881,7,7666,'DAY','2013-10-27 20:27:12'),(27882,1,7668,'','2013-10-27 20:27:12'),(27883,2,7668,'','2013-10-27 20:27:12'),(27884,3,7668,'','2013-10-27 20:27:12'),(27885,4,7668,'','2013-10-27 20:27:12'),(27886,5,7668,'','2013-10-27 20:27:12'),(27887,6,7668,'','2013-10-27 20:27:12'),(27888,7,7668,'DAY','2013-10-27 20:27:12'),(27889,1,7671,'','2013-10-27 20:27:12'),(27890,2,7671,'','2013-10-27 20:27:12'),(27891,3,7671,'','2013-10-27 20:27:12'),(27892,4,7671,'','2013-10-27 20:27:12'),(27893,5,7671,'','2013-10-27 20:27:12'),(27894,6,7671,'','2013-10-27 20:27:12'),(27895,7,7671,'DAY','2013-10-27 20:27:12'),(27896,1,7672,'3575797','2013-10-27 21:16:41'),(27897,2,7672,'','2013-10-27 21:16:41'),(27898,3,7672,'','2013-10-27 21:16:41'),(27899,4,7672,'OPD','2013-10-27 21:16:41'),(27900,5,7672,'','2013-10-27 21:16:41'),(27901,6,7672,'40','2013-10-27 21:16:41'),(27902,7,7672,'NIGHT','2013-10-27 21:16:41'),(27903,1,7673,'3575798','2013-10-27 21:20:36'),(27904,2,7673,'589905','2013-10-27 21:20:36'),(27905,3,7673,'','2013-10-27 21:20:36'),(27906,4,7673,'OPD','2013-10-27 21:20:36'),(27907,5,7673,'','2013-10-27 21:20:36'),(27908,6,7673,'92','2013-10-27 21:20:36'),(27909,7,7673,'DAY','2013-10-27 21:20:36'),(27910,1,7675,'','2013-10-27 21:20:36'),(27911,2,7675,'','2013-10-27 21:20:36'),(27912,3,7675,'','2013-10-27 21:20:36'),(27913,4,7675,'','2013-10-27 21:20:36'),(27914,5,7675,'','2013-10-27 21:20:36'),(27915,6,7675,'','2013-10-27 21:20:36'),(27916,7,7675,'DAY','2013-10-27 21:20:36'),(27917,1,7676,'','2013-10-27 21:58:45'),(27918,2,7676,'3575814','2013-10-27 21:58:45'),(27919,3,7676,'','2013-10-27 21:58:45'),(27920,4,7676,'OPD','2013-10-27 21:58:45'),(27921,5,7676,'','2013-10-27 21:58:45'),(27922,6,7676,'94','2013-10-27 21:58:45'),(27923,7,7676,'DAY','2013-10-27 21:58:45'),(27924,1,7678,'','2013-10-27 21:58:45'),(27925,2,7678,'','2013-10-27 21:58:45'),(27926,3,7678,'','2013-10-27 21:58:45'),(27927,4,7678,'','2013-10-27 21:58:45'),(27928,5,7678,'','2013-10-27 21:58:45'),(27929,6,7678,'','2013-10-27 21:58:45'),(27930,7,7678,'DAY','2013-10-27 21:58:45'),(27931,1,7679,'35755813','2013-10-27 22:02:46'),(27932,2,7679,'589910','2013-10-27 22:02:46'),(27933,3,7679,'','2013-10-27 22:02:46'),(27934,4,7679,'OPD','2013-10-27 22:02:46'),(27935,5,7679,'','2013-10-27 22:02:46'),(27936,6,7679,'97','2013-10-27 22:02:46'),(27937,7,7679,'DAY','2013-10-27 22:02:46'),(27938,1,7681,'','2013-10-27 22:02:46'),(27939,2,7681,'','2013-10-27 22:02:46'),(27940,3,7681,'','2013-10-27 22:02:46'),(27941,4,7681,'','2013-10-27 22:02:46'),(27942,5,7681,'','2013-10-27 22:02:46'),(27943,6,7681,'','2013-10-27 22:02:46'),(27944,7,7681,'DAY','2013-10-27 22:02:46'),(27945,1,7682,'3575815','2013-10-27 22:07:25'),(27946,2,7682,'','2013-10-27 22:07:25'),(27947,3,7682,'','2013-10-27 22:07:25'),(27948,4,7682,'OPD','2013-10-27 22:07:25'),(27949,5,7682,'','2013-10-27 22:07:25'),(27950,6,7682,'81','2013-10-27 22:07:25'),(27951,7,7682,'NIGHT','2013-10-27 22:07:25'),(27952,1,7683,'3575817','2013-10-27 22:14:19'),(27953,2,7683,'','2013-10-27 22:14:19'),(27954,3,7683,'','2013-10-27 22:14:19'),(27955,4,7683,'OPD','2013-10-27 22:14:19'),(27956,5,7683,'','2013-10-27 22:14:19'),(27957,6,7683,'102','2013-10-27 22:14:19'),(27958,7,7683,'NIGHT','2013-10-27 22:14:19'),(27959,1,7685,'','2013-10-27 22:14:19'),(27960,2,7685,'','2013-10-27 22:14:19'),(27961,3,7685,'','2013-10-27 22:14:19'),(27962,4,7685,'','2013-10-27 22:14:19'),(27963,5,7685,'','2013-10-27 22:14:19'),(27964,6,7685,'','2013-10-27 22:14:19'),(27965,7,7685,'DAY','2013-10-27 22:14:19'),(27966,1,7688,'','2013-10-27 22:14:19'),(27967,2,7688,'','2013-10-27 22:14:19'),(27968,3,7688,'','2013-10-27 22:14:19'),(27969,4,7688,'','2013-10-27 22:14:19'),(27970,5,7688,'','2013-10-27 22:14:19'),(27971,6,7688,'','2013-10-27 22:14:19'),(27972,7,7688,'DAY','2013-10-27 22:14:19'),(27973,1,7689,'3575821','2013-10-27 22:20:32'),(27974,2,7689,'','2013-10-27 22:20:32'),(27975,3,7689,'','2013-10-27 22:20:32'),(27976,4,7689,'OPD','2013-10-27 22:20:32'),(27977,5,7689,'','2013-10-27 22:20:32'),(27978,6,7689,'33','2013-10-27 22:20:32'),(27979,7,7689,'DAY','2013-10-27 22:20:32'),(27980,1,7690,'3575820','2013-10-27 22:23:23'),(27981,2,7690,'','2013-10-27 22:23:23'),(27982,3,7690,'','2013-10-27 22:23:23'),(27983,4,7690,'OPD','2013-10-27 22:23:23'),(27984,5,7690,'','2013-10-27 22:23:23'),(27985,6,7690,'126','2013-10-27 22:23:23'),(27986,7,7690,'NIGHT','2013-10-27 22:23:23'),(27987,1,7692,'','2013-10-27 22:23:24'),(27988,2,7692,'','2013-10-27 22:23:24'),(27989,3,7692,'','2013-10-27 22:23:24'),(27990,4,7692,'','2013-10-27 22:23:24'),(27991,5,7692,'','2013-10-27 22:23:24'),(27992,6,7692,'','2013-10-27 22:23:24'),(27993,7,7692,'DAY','2013-10-27 22:23:24'),(27994,1,7693,'3575823','2013-10-27 22:43:13'),(27995,2,7693,'','2013-10-27 22:43:13'),(27996,3,7693,'','2013-10-27 22:43:13'),(27997,4,7693,'OPD','2013-10-27 22:43:13'),(27998,5,7693,'','2013-10-27 22:43:13'),(27999,6,7693,'79','2013-10-27 22:43:13'),(28000,7,7693,'DAY','2013-10-27 22:43:13'),(28001,1,7694,'3575827','2013-10-27 23:31:57'),(28002,2,7694,'','2013-10-27 23:31:57'),(28003,3,7694,'','2013-10-27 23:31:57'),(28004,4,7694,'OPD','2013-10-27 23:31:57'),(28005,5,7694,'','2013-10-27 23:31:57'),(28006,6,7694,'87','2013-10-27 23:31:57'),(28007,7,7694,'DAY','2013-10-27 23:31:57'),(28008,1,7696,'','2013-10-27 23:31:57'),(28009,2,7696,'','2013-10-27 23:31:57'),(28010,3,7696,'','2013-10-27 23:31:57'),(28011,4,7696,'','2013-10-27 23:31:57'),(28012,5,7696,'','2013-10-27 23:31:57'),(28013,6,7696,'','2013-10-27 23:31:57'),(28014,7,7696,'DAY','2013-10-27 23:31:57'),(28015,1,7699,'','2013-10-27 23:31:57'),(28016,2,7699,'','2013-10-27 23:31:57'),(28017,3,7699,'','2013-10-27 23:31:57'),(28018,4,7699,'','2013-10-27 23:31:57'),(28019,5,7699,'','2013-10-27 23:31:57'),(28020,6,7699,'','2013-10-27 23:31:57'),(28021,7,7699,'DAY','2013-10-27 23:31:57'),(28022,1,7700,'','2013-10-28 00:45:48'),(28023,2,7700,'','2013-10-28 00:45:48'),(28024,3,7700,'','2013-10-28 00:45:48'),(28025,4,7700,'OPD','2013-10-28 00:45:48'),(28026,5,7700,'','2013-10-28 00:45:48'),(28027,6,7700,'','2013-10-28 00:45:48'),(28028,7,7700,'DAY','2013-10-28 00:45:48'),(28029,1,7701,'','2013-10-28 04:05:44'),(28030,2,7701,'','2013-10-28 04:05:44'),(28031,3,7701,'','2013-10-28 04:05:44'),(28032,4,7701,'OPD','2013-10-28 04:05:44'),(28033,5,7701,'','2013-10-28 04:05:44'),(28034,6,7701,'96','2013-10-28 04:05:44'),(28035,7,7701,'DAY','2013-10-28 04:05:44'),(28036,1,7703,'','2013-10-28 04:05:44'),(28037,2,7703,'','2013-10-28 04:05:45'),(28038,3,7703,'','2013-10-28 04:05:45'),(28039,4,7703,'','2013-10-28 04:05:45'),(28040,5,7703,'','2013-10-28 04:05:45'),(28041,6,7703,'','2013-10-28 04:05:45'),(28042,7,7703,'DAY','2013-10-28 04:05:45'),(28043,1,7706,'','2013-10-28 04:05:45'),(28044,2,7706,'','2013-10-28 04:05:45'),(28045,3,7706,'','2013-10-28 04:05:45'),(28046,4,7706,'','2013-10-28 04:05:45'),(28047,5,7706,'','2013-10-28 04:05:45'),(28048,6,7706,'','2013-10-28 04:05:45'),(28049,7,7706,'DAY','2013-10-28 04:05:45'),(28050,1,7707,'3575843','2013-10-29 02:28:37'),(28051,2,7707,'','2013-10-29 02:28:37'),(28052,3,7707,'','2013-10-29 02:28:37'),(28053,4,7707,'OPD','2013-10-29 02:28:37'),(28054,5,7707,'','2013-10-29 02:28:37'),(28055,6,7707,'53','2013-10-29 02:28:37'),(28056,7,7707,'NIGHT','2013-10-29 02:28:37'),(28057,1,7709,'','2013-10-29 02:28:37'),(28058,2,7709,'','2013-10-29 02:28:37'),(28059,3,7709,'','2013-10-29 02:28:37'),(28060,4,7709,'','2013-10-29 02:28:37'),(28061,5,7709,'','2013-10-29 02:28:37'),(28062,6,7709,'','2013-10-29 02:28:37'),(28063,7,7709,'DAY','2013-10-29 02:28:37'),(28064,1,7710,'3575811','2013-10-29 02:34:02'),(28065,2,7710,'','2013-10-29 02:34:02'),(28066,3,7710,'','2013-10-29 02:34:02'),(28067,4,7710,'OPD','2013-10-29 02:34:02'),(28068,5,7710,'','2013-10-29 02:34:02'),(28069,6,7710,'192','2013-10-29 02:34:02'),(28070,7,7710,'DAY','2013-10-29 02:34:02'),(28071,1,7712,'','2013-10-29 02:34:03'),(28072,2,7712,'','2013-10-29 02:34:03'),(28073,3,7712,'','2013-10-29 02:34:03'),(28074,4,7712,'','2013-10-29 02:34:03'),(28075,5,7712,'','2013-10-29 02:34:03'),(28076,6,7712,'','2013-10-29 02:34:03'),(28077,7,7712,'DAY','2013-10-29 02:34:03'),(28078,1,7715,'','2013-10-29 02:34:03'),(28079,2,7715,'','2013-10-29 02:34:03'),(28080,3,7715,'','2013-10-29 02:34:03'),(28081,4,7715,'','2013-10-29 02:34:03'),(28082,5,7715,'','2013-10-29 02:34:03'),(28083,6,7715,'','2013-10-29 02:34:03'),(28084,7,7715,'DAY','2013-10-29 02:34:03'),(28085,1,7719,'','2013-10-29 02:34:03'),(28086,2,7719,'','2013-10-29 02:34:03'),(28087,3,7719,'','2013-10-29 02:34:03'),(28088,4,7719,'','2013-10-29 02:34:03'),(28089,5,7719,'','2013-10-29 02:34:03'),(28090,6,7719,'','2013-10-29 02:34:03'),(28091,7,7719,'DAY','2013-10-29 02:34:03'),(28092,1,7724,'','2013-10-29 02:34:03'),(28093,2,7724,'','2013-10-29 02:34:03'),(28094,3,7724,'','2013-10-29 02:34:03'),(28095,4,7724,'','2013-10-29 02:34:03'),(28096,5,7724,'','2013-10-29 02:34:03'),(28097,6,7724,'','2013-10-29 02:34:03'),(28098,7,7724,'DAY','2013-10-29 02:34:03'),(28099,1,7725,'3574152','2013-10-29 02:45:13'),(28100,2,7725,'589919','2013-10-29 02:45:13'),(28101,3,7725,'','2013-10-29 02:45:13'),(28102,4,7725,'OPD','2013-10-29 02:45:13'),(28103,5,7725,'','2013-10-29 02:45:13'),(28104,6,7725,'23','2013-10-29 02:45:13'),(28105,7,7725,'DAY','2013-10-29 02:45:13'),(28106,1,7726,'3575858','2013-10-29 02:49:17'),(28107,2,7726,'589920','2013-10-29 02:49:17'),(28108,3,7726,'','2013-10-29 02:49:17'),(28109,4,7726,'OPD','2013-10-29 02:49:17'),(28110,5,7726,'','2013-10-29 02:49:17'),(28111,6,7726,'127','2013-10-29 02:49:17'),(28112,7,7726,'NIGHT','2013-10-29 02:49:17'),(28113,1,7728,'','2013-10-29 02:49:18'),(28114,2,7728,'','2013-10-29 02:49:18'),(28115,3,7728,'','2013-10-29 02:49:18'),(28116,4,7728,'','2013-10-29 02:49:18'),(28117,5,7728,'','2013-10-29 02:49:18'),(28118,6,7728,'','2013-10-29 02:49:18'),(28119,7,7728,'DAY','2013-10-29 02:49:18'),(28120,1,7729,'','2013-10-29 03:03:08'),(28121,2,7729,'','2013-10-29 03:03:08'),(28122,3,7729,'','2013-10-29 03:03:08'),(28123,4,7729,'OPD','2013-10-29 03:03:08'),(28124,5,7729,'','2013-10-29 03:03:08'),(28125,6,7729,'62','2013-10-29 03:03:08'),(28126,7,7729,'NIGHT','2013-10-29 03:03:08'),(28127,1,7731,'','2013-10-29 03:03:08'),(28128,2,7731,'','2013-10-29 03:03:08'),(28129,3,7731,'','2013-10-29 03:03:08'),(28130,4,7731,'','2013-10-29 03:03:08'),(28131,5,7731,'','2013-10-29 03:03:08'),(28132,6,7731,'','2013-10-29 03:03:08'),(28133,7,7731,'DAY','2013-10-29 03:03:08'),(28134,1,7732,'','2013-10-29 03:06:35'),(28135,2,7732,'','2013-10-29 03:06:35'),(28136,3,7732,'','2013-10-29 03:06:35'),(28137,4,7732,'OPD','2013-10-29 03:06:35'),(28138,5,7732,'','2013-10-29 03:06:35'),(28139,6,7732,'90','2013-10-29 03:06:35'),(28140,7,7732,'DAY','2013-10-29 03:06:35'),(28141,1,7734,'','2013-10-29 03:06:35'),(28142,2,7734,'','2013-10-29 03:06:35'),(28143,3,7734,'','2013-10-29 03:06:35'),(28144,4,7734,'','2013-10-29 03:06:35'),(28145,5,7734,'','2013-10-29 03:06:35'),(28146,6,7734,'','2013-10-29 03:06:35'),(28147,7,7734,'DAY','2013-10-29 03:06:35'),(28148,1,7737,'','2013-10-29 03:06:35'),(28149,2,7737,'','2013-10-29 03:06:35'),(28150,3,7737,'','2013-10-29 03:06:35'),(28151,4,7737,'','2013-10-29 03:06:35'),(28152,5,7737,'','2013-10-29 03:06:35'),(28153,6,7737,'','2013-10-29 03:06:35'),(28154,7,7737,'DAY','2013-10-29 03:06:35'),(28155,1,7738,'','2013-10-29 03:09:01'),(28156,2,7738,'','2013-10-29 03:09:01'),(28157,3,7738,'','2013-10-29 03:09:01'),(28158,4,7738,'OPD','2013-10-29 03:09:01'),(28159,5,7738,'','2013-10-29 03:09:01'),(28160,6,7738,'47','2013-10-29 03:09:01'),(28161,7,7738,'NIGHT','2013-10-29 03:09:01'),(28162,1,7740,'','2013-10-29 03:09:01'),(28163,2,7740,'','2013-10-29 03:09:01'),(28164,3,7740,'','2013-10-29 03:09:01'),(28165,4,7740,'','2013-10-29 03:09:01'),(28166,5,7740,'','2013-10-29 03:09:01'),(28167,6,7740,'','2013-10-29 03:09:01'),(28168,7,7740,'DAY','2013-10-29 03:09:01'),(28169,1,7741,'','2013-10-29 03:13:35'),(28170,2,7741,'','2013-10-29 03:13:35'),(28171,3,7741,'','2013-10-29 03:13:35'),(28172,4,7741,'OPD','2013-10-29 03:13:35'),(28173,5,7741,'','2013-10-29 03:13:35'),(28174,6,7741,'','2013-10-29 03:13:35'),(28175,7,7741,'NIGHT','2013-10-29 03:13:35'),(28176,1,7743,'','2013-10-29 03:13:35'),(28177,2,7743,'','2013-10-29 03:13:35'),(28178,3,7743,'','2013-10-29 03:13:35'),(28179,4,7743,'','2013-10-29 03:13:35'),(28180,5,7743,'','2013-10-29 03:13:35'),(28181,6,7743,'','2013-10-29 03:13:35'),(28182,7,7743,'DAY','2013-10-29 03:13:35'),(28183,1,7746,'','2013-10-29 03:13:35'),(28184,2,7746,'','2013-10-29 03:13:35'),(28185,3,7746,'','2013-10-29 03:13:35'),(28186,4,7746,'','2013-10-29 03:13:35'),(28187,5,7746,'','2013-10-29 03:13:35'),(28188,6,7746,'','2013-10-29 03:13:35'),(28189,7,7746,'DAY','2013-10-29 03:13:35'),(28190,1,7747,'','2013-10-29 03:14:47'),(28191,2,7747,'','2013-10-29 03:14:47'),(28192,3,7747,'','2013-10-29 03:14:47'),(28193,4,7747,'','2013-10-29 03:14:47'),(28194,5,7747,'','2013-10-29 03:14:47'),(28195,6,7747,'','2013-10-29 03:14:47'),(28196,7,7747,'DAY','2013-10-29 03:14:47'),(28197,1,7748,'3575876','2013-10-29 03:18:08'),(28198,2,7748,'','2013-10-29 03:18:08'),(28199,3,7748,'','2013-10-29 03:18:08'),(28200,4,7748,'OPD','2013-10-29 03:18:08'),(28201,5,7748,'','2013-10-29 03:18:08'),(28202,6,7748,'35','2013-10-29 03:18:08'),(28203,7,7748,'NIGHT','2013-10-29 03:18:08'),(28204,1,7750,'','2013-10-29 03:18:08'),(28205,2,7750,'','2013-10-29 03:18:08'),(28206,3,7750,'','2013-10-29 03:18:08'),(28207,4,7750,'','2013-10-29 03:18:08'),(28208,5,7750,'','2013-10-29 03:18:08'),(28209,6,7750,'','2013-10-29 03:18:08'),(28210,7,7750,'DAY','2013-10-29 03:18:08'),(28211,1,7751,'3575792','2013-10-29 03:25:57'),(28212,2,7751,'','2013-10-29 03:25:57'),(28213,3,7751,'','2013-10-29 03:25:57'),(28214,4,7751,'OPD','2013-10-29 03:25:57'),(28215,5,7751,'','2013-10-29 03:25:57'),(28216,6,7751,'125','2013-10-29 03:25:57'),(28217,7,7751,'NIGHT','2013-10-29 03:25:57'),(28218,1,7753,'','2013-10-29 03:25:57'),(28219,2,7753,'','2013-10-29 03:25:57'),(28220,3,7753,'','2013-10-29 03:25:57'),(28221,4,7753,'','2013-10-29 03:25:57'),(28222,5,7753,'','2013-10-29 03:25:57'),(28223,6,7753,'','2013-10-29 03:25:57'),(28224,7,7753,'DAY','2013-10-29 03:25:57'),(28225,1,7756,'','2013-10-29 03:25:57'),(28226,2,7756,'','2013-10-29 03:25:57'),(28227,3,7756,'','2013-10-29 03:25:57'),(28228,4,7756,'','2013-10-29 03:25:57'),(28229,5,7756,'','2013-10-29 03:25:57'),(28230,6,7756,'','2013-10-29 03:25:57'),(28231,7,7756,'DAY','2013-10-29 03:25:57'),(28232,1,7757,'','2013-10-29 03:28:46'),(28233,2,7757,'','2013-10-29 03:28:46'),(28234,3,7757,'','2013-10-29 03:28:46'),(28235,4,7757,'OPD','2013-10-29 03:28:46'),(28236,5,7757,'','2013-10-29 03:28:46'),(28237,6,7757,'','2013-10-29 03:28:46'),(28238,7,7757,'NIGHT','2013-10-29 03:28:46'),(28239,1,7759,'','2013-10-29 03:28:47'),(28240,2,7759,'','2013-10-29 03:28:47'),(28241,3,7759,'','2013-10-29 03:28:47'),(28242,4,7759,'','2013-10-29 03:28:47'),(28243,5,7759,'','2013-10-29 03:28:47'),(28244,6,7759,'','2013-10-29 03:28:47'),(28245,7,7759,'DAY','2013-10-29 03:28:47'),(28246,1,7760,'3575889','2013-10-29 03:42:08'),(28247,2,7760,'','2013-10-29 03:42:08'),(28248,3,7760,'','2013-10-29 03:42:08'),(28249,4,7760,'OUTSIDE REQ','2013-10-29 03:42:08'),(28250,5,7760,'','2013-10-29 03:42:08'),(28251,6,7760,'134.10','2013-10-29 03:42:08'),(28252,7,7760,'DAY','2013-10-29 03:42:08'),(28253,1,7762,'','2013-10-29 03:42:08'),(28254,2,7762,'','2013-10-29 03:42:08'),(28255,3,7762,'','2013-10-29 03:42:08'),(28256,4,7762,'','2013-10-29 03:42:08'),(28257,5,7762,'','2013-10-29 03:42:08'),(28258,6,7762,'','2013-10-29 03:42:08'),(28259,7,7762,'DAY','2013-10-29 03:42:08'),(28260,1,7763,'3575893','2013-10-29 03:55:23'),(28261,2,7763,'589926','2013-10-29 03:55:23'),(28262,3,7763,'','2013-10-29 03:55:23'),(28263,4,7763,'OPD','2013-10-29 03:55:23'),(28264,5,7763,'','2013-10-29 03:55:23'),(28265,6,7763,'68.00','2013-10-29 03:55:23'),(28266,7,7763,'DAY','2013-10-29 03:55:23'),(28267,1,7765,'','2013-10-29 03:55:23'),(28268,2,7765,'','2013-10-29 03:55:23'),(28269,3,7765,'','2013-10-29 03:55:23'),(28270,4,7765,'','2013-10-29 03:55:23'),(28271,5,7765,'','2013-10-29 03:55:23'),(28272,6,7765,'','2013-10-29 03:55:23'),(28273,7,7765,'DAY','2013-10-29 03:55:23'),(28274,1,7768,'','2013-10-29 03:55:24'),(28275,2,7768,'','2013-10-29 03:55:24'),(28276,3,7768,'','2013-10-29 03:55:24'),(28277,4,7768,'','2013-10-29 03:55:24'),(28278,5,7768,'','2013-10-29 03:55:24'),(28279,6,7768,'','2013-10-29 03:55:24'),(28280,7,7768,'DAY','2013-10-29 03:55:24'),(28281,1,7769,'3575517','2013-10-29 03:59:48'),(28282,2,7769,'','2013-10-29 03:59:48'),(28283,3,7769,'','2013-10-29 03:59:48'),(28284,4,7769,'OPD','2013-10-29 03:59:48'),(28285,5,7769,'','2013-10-29 03:59:48'),(28286,6,7769,'273.00','2013-10-29 03:59:48'),(28287,7,7769,'DAY','2013-10-29 03:59:48'),(28288,1,7771,'','2013-10-29 03:59:48'),(28289,2,7771,'','2013-10-29 03:59:48'),(28290,3,7771,'','2013-10-29 03:59:48'),(28291,4,7771,'','2013-10-29 03:59:48'),(28292,5,7771,'','2013-10-29 03:59:48'),(28293,6,7771,'','2013-10-29 03:59:48'),(28294,7,7771,'DAY','2013-10-29 03:59:48'),(28295,1,7774,'','2013-10-29 03:59:48'),(28296,2,7774,'','2013-10-29 03:59:48'),(28297,3,7774,'','2013-10-29 03:59:48'),(28298,4,7774,'','2013-10-29 03:59:48'),(28299,5,7774,'','2013-10-29 03:59:48'),(28300,6,7774,'','2013-10-29 03:59:48'),(28301,7,7774,'DAY','2013-10-29 03:59:48'),(28302,1,7775,'3575897','2013-10-29 04:08:28'),(28303,2,7775,'','2013-10-29 04:08:28'),(28304,3,7775,'','2013-10-29 04:08:28'),(28305,4,7775,'OPD','2013-10-29 04:08:28'),(28306,5,7775,'','2013-10-29 04:08:28'),(28307,6,7775,'309.40','2013-10-29 04:08:28'),(28308,7,7775,'DAY','2013-10-29 04:08:28'),(28309,1,7777,'','2013-10-29 04:08:28'),(28310,2,7777,'','2013-10-29 04:08:28'),(28311,3,7777,'','2013-10-29 04:08:28'),(28312,4,7777,'','2013-10-29 04:08:28'),(28313,5,7777,'','2013-10-29 04:08:28'),(28314,6,7777,'','2013-10-29 04:08:28'),(28315,7,7777,'DAY','2013-10-29 04:08:28'),(28316,1,7780,'','2013-10-29 04:08:28'),(28317,2,7780,'','2013-10-29 04:08:28'),(28318,3,7780,'','2013-10-29 04:08:28'),(28319,4,7780,'','2013-10-29 04:08:28'),(28320,5,7780,'','2013-10-29 04:08:28'),(28321,6,7780,'','2013-10-29 04:08:28'),(28322,7,7780,'DAY','2013-10-29 04:08:28'),(28323,1,7781,'3575901','2013-10-29 04:17:57'),(28324,2,7781,'','2013-10-29 04:17:57'),(28325,3,7781,'','2013-10-29 04:17:57'),(28326,4,7781,'OPD','2013-10-29 04:17:57'),(28327,5,7781,'','2013-10-29 04:17:57'),(28328,6,7781,'16.00','2013-10-29 04:17:57'),(28329,7,7781,'DAY','2013-10-29 04:17:57'),(28330,1,7782,'3575909','2013-10-29 04:25:51'),(28331,2,7782,'589931','2013-10-29 04:25:51'),(28332,3,7782,'','2013-10-29 04:25:51'),(28333,4,7782,'MEDICALS','2013-10-29 04:25:51'),(28334,5,7782,'','2013-10-29 04:25:51'),(28335,6,7782,'430.00','2013-10-29 04:25:51'),(28336,7,7782,'DAY','2013-10-29 04:25:51'),(28337,1,7784,'','2013-10-29 04:25:51'),(28338,2,7784,'','2013-10-29 04:25:51'),(28339,3,7784,'','2013-10-29 04:25:51'),(28340,4,7784,'','2013-10-29 04:25:51'),(28341,5,7784,'','2013-10-29 04:25:51'),(28342,6,7784,'','2013-10-29 04:25:51'),(28343,7,7784,'DAY','2013-10-29 04:25:51'),(28344,1,7787,'','2013-10-29 04:25:52'),(28345,2,7787,'','2013-10-29 04:25:52'),(28346,3,7787,'','2013-10-29 04:25:52'),(28347,4,7787,'','2013-10-29 04:25:52'),(28348,5,7787,'','2013-10-29 04:25:52'),(28349,6,7787,'','2013-10-29 04:25:52'),(28350,7,7787,'DAY','2013-10-29 04:25:52'),(28351,1,7788,'3575913','2013-10-29 04:28:51'),(28352,2,7788,'','2013-10-29 04:28:51'),(28353,3,7788,'','2013-10-29 04:28:51'),(28354,4,7788,'OPD','2013-10-29 04:28:51'),(28355,5,7788,'','2013-10-29 04:28:51'),(28356,6,7788,'152.00','2013-10-29 04:28:51'),(28357,7,7788,'DAY','2013-10-29 04:28:51'),(28358,1,7790,'','2013-10-29 04:28:51'),(28359,2,7790,'','2013-10-29 04:28:51'),(28360,3,7790,'','2013-10-29 04:28:51'),(28361,4,7790,'','2013-10-29 04:28:51'),(28362,5,7790,'','2013-10-29 04:28:51'),(28363,6,7790,'','2013-10-29 04:28:51'),(28364,7,7790,'DAY','2013-10-29 04:28:51'),(28365,1,7793,'','2013-10-29 04:28:51'),(28366,2,7793,'','2013-10-29 04:28:51'),(28367,3,7793,'','2013-10-29 04:28:51'),(28368,4,7793,'','2013-10-29 04:28:51'),(28369,5,7793,'','2013-10-29 04:28:51'),(28370,6,7793,'','2013-10-29 04:28:51'),(28371,7,7793,'DAY','2013-10-29 04:28:51'),(28372,1,7794,'3575926','2013-10-29 04:40:29'),(28373,2,7794,'','2013-10-29 04:40:29'),(28374,3,7794,'','2013-10-29 04:40:29'),(28375,4,7794,'OPD','2013-10-29 04:40:29'),(28376,5,7794,'','2013-10-29 04:40:29'),(28377,6,7794,'61.00','2013-10-29 04:40:29'),(28378,7,7794,'DAY','2013-10-29 04:40:29'),(28379,1,7795,'3575930','2013-10-29 04:43:24'),(28380,2,7795,'589934','2013-10-29 04:43:24'),(28381,3,7795,'','2013-10-29 04:43:24'),(28382,4,7795,'OPD','2013-10-29 04:43:24'),(28383,5,7795,'','2013-10-29 04:43:24'),(28384,6,7795,'23.00','2013-10-29 04:43:24'),(28385,7,7795,'DAY','2013-10-29 04:43:24'),(28386,1,7797,'','2013-10-29 04:43:24'),(28387,2,7797,'','2013-10-29 04:43:24'),(28388,3,7797,'','2013-10-29 04:43:24'),(28389,4,7797,'','2013-10-29 04:43:24'),(28390,5,7797,'','2013-10-29 04:43:24'),(28391,6,7797,'','2013-10-29 04:43:24'),(28392,7,7797,'DAY','2013-10-29 04:43:24'),(28393,1,7798,'3574739','2013-10-29 04:46:35'),(28394,2,7798,'589935','2013-10-29 04:46:35'),(28395,3,7798,'','2013-10-29 04:46:35'),(28396,4,7798,'OPD','2013-10-29 04:46:35'),(28397,5,7798,'','2013-10-29 04:46:35'),(28398,6,7798,'122.00','2013-10-29 04:46:35'),(28399,7,7798,'DAY','2013-10-29 04:46:35'),(28400,1,7800,'','2013-10-29 04:46:35'),(28401,2,7800,'','2013-10-29 04:46:35'),(28402,3,7800,'','2013-10-29 04:46:35'),(28403,4,7800,'','2013-10-29 04:46:35'),(28404,5,7800,'','2013-10-29 04:46:35'),(28405,6,7800,'','2013-10-29 04:46:35'),(28406,7,7800,'DAY','2013-10-29 04:46:35'),(28407,1,7803,'','2013-10-29 04:46:36'),(28408,2,7803,'','2013-10-29 04:46:36'),(28409,3,7803,'','2013-10-29 04:46:36'),(28410,4,7803,'','2013-10-29 04:46:36'),(28411,5,7803,'','2013-10-29 04:46:36'),(28412,6,7803,'','2013-10-29 04:46:36'),(28413,7,7803,'DAY','2013-10-29 04:46:36'),(28414,1,7804,'3573944','2013-10-29 05:02:05'),(28415,2,7804,'','2013-10-29 05:02:05'),(28416,3,7804,'','2013-10-29 05:02:05'),(28417,4,7804,'OPD','2013-10-29 05:02:05'),(28418,5,7804,'','2013-10-29 05:02:05'),(28419,6,7804,'22.00','2013-10-29 05:02:05'),(28420,7,7804,'DAY','2013-10-29 05:02:05'),(28421,1,7805,'3575938','2013-10-29 05:14:49'),(28422,2,7805,'','2013-10-29 05:14:49'),(28423,3,7805,'','2013-10-29 05:14:49'),(28424,4,7805,'OPD','2013-10-29 05:14:49'),(28425,5,7805,'','2013-10-29 05:14:49'),(28426,6,7805,'135.00','2013-10-29 05:14:49'),(28427,7,7805,'DAY','2013-10-29 05:14:49'),(28428,1,7806,'3513070','2013-10-29 05:33:10'),(28429,2,7806,'','2013-10-29 05:33:10'),(28430,3,7806,'','2013-10-29 05:33:10'),(28431,4,7806,'OPD','2013-10-29 05:33:10'),(28432,5,7806,'','2013-10-29 05:33:10'),(28433,6,7806,'62.00','2013-10-29 05:33:10'),(28434,7,7806,'DAY','2013-10-29 05:33:10'),(28435,1,7808,'','2013-10-29 05:33:10'),(28436,2,7808,'','2013-10-29 05:33:10'),(28437,3,7808,'','2013-10-29 05:33:10'),(28438,4,7808,'','2013-10-29 05:33:10'),(28439,5,7808,'','2013-10-29 05:33:10'),(28440,6,7808,'','2013-10-29 05:33:10'),(28441,7,7808,'DAY','2013-10-29 05:33:10'),(28442,1,7809,'3574645','2013-10-29 05:35:43'),(28443,2,7809,'','2013-10-29 05:35:43'),(28444,3,7809,'','2013-10-29 05:35:43'),(28445,4,7809,'OPD','2013-10-29 05:35:43'),(28446,5,7809,'','2013-10-29 05:35:43'),(28447,6,7809,'12.00','2013-10-29 05:35:43'),(28448,7,7809,'DAY','2013-10-29 05:35:43'),(28449,1,7810,'3575963','2013-10-29 05:37:28'),(28450,2,7810,'','2013-10-29 05:37:28'),(28451,3,7810,'','2013-10-29 05:37:28'),(28452,4,7810,'OPD','2013-10-29 05:37:28'),(28453,5,7810,'','2013-10-29 05:37:28'),(28454,6,7810,'39.00','2013-10-29 05:37:28'),(28455,7,7810,'DAY','2013-10-29 05:37:28'),(28456,1,7811,'3575964','2013-10-29 05:43:03'),(28457,2,7811,'589944','2013-10-29 05:43:03'),(28458,3,7811,'','2013-10-29 05:43:03'),(28459,4,7811,'SR','2013-10-29 05:43:03'),(28460,5,7811,'','2013-10-29 05:43:03'),(28461,6,7811,'20.00','2013-10-29 05:43:03'),(28462,7,7811,'DAY','2013-10-29 05:43:03'),(28463,1,7812,'3575981','2013-10-29 05:53:22'),(28464,2,7812,'','2013-10-29 05:53:22'),(28465,3,7812,'','2013-10-29 05:53:22'),(28466,4,7812,'OPD','2013-10-29 05:53:22'),(28467,5,7812,'','2013-10-29 05:53:22'),(28468,6,7812,'352.00','2013-10-29 05:53:22'),(28469,7,7812,'DAY','2013-10-29 05:53:22'),(28470,1,7814,'','2013-10-29 05:53:22'),(28471,2,7814,'','2013-10-29 05:53:22'),(28472,3,7814,'','2013-10-29 05:53:22'),(28473,4,7814,'','2013-10-29 05:53:22'),(28474,5,7814,'','2013-10-29 05:53:22'),(28475,6,7814,'','2013-10-29 05:53:22'),(28476,7,7814,'DAY','2013-10-29 05:53:22'),(28477,1,7817,'','2013-10-29 05:53:23'),(28478,2,7817,'','2013-10-29 05:53:23'),(28479,3,7817,'','2013-10-29 05:53:23'),(28480,4,7817,'','2013-10-29 05:53:23'),(28481,5,7817,'','2013-10-29 05:53:23'),(28482,6,7817,'','2013-10-29 05:53:23'),(28483,7,7817,'DAY','2013-10-29 05:53:23'),(28484,1,7818,'3575985','2013-10-29 05:56:08'),(28485,2,7818,'','2013-10-29 05:56:08'),(28486,3,7818,'','2013-10-29 05:56:08'),(28487,4,7818,'OPD','2013-10-29 05:56:08'),(28488,5,7818,'','2013-10-29 05:56:08'),(28489,6,7818,'116.00','2013-10-29 05:56:08'),(28490,7,7818,'DAY','2013-10-29 05:56:08'),(28491,1,7819,'3575983','2013-10-29 06:00:53'),(28492,2,7819,'','2013-10-29 06:00:53'),(28493,3,7819,'','2013-10-29 06:00:53'),(28494,4,7819,'OPD','2013-10-29 06:00:53'),(28495,5,7819,'','2013-10-29 06:00:53'),(28496,6,7819,'66.00','2013-10-29 06:00:53'),(28497,7,7819,'DAY','2013-10-29 06:00:53'),(28498,1,7820,'','2013-10-29 06:00:54'),(28499,2,7820,'','2013-10-29 06:00:54'),(28500,3,7820,'','2013-10-29 06:00:54'),(28501,4,7820,'','2013-10-29 06:00:54'),(28502,5,7820,'','2013-10-29 06:00:54'),(28503,6,7820,'','2013-10-29 06:00:54'),(28504,7,7820,'DAY','2013-10-29 06:00:54'),(28505,1,7821,'3575988','2013-10-29 06:05:35'),(28506,2,7821,'589949','2013-10-29 06:05:35'),(28507,3,7821,'','2013-10-29 06:05:35'),(28508,4,7821,'OPD','2013-10-29 06:05:35'),(28509,5,7821,'','2013-10-29 06:05:35'),(28510,6,7821,'35.00','2013-10-29 06:05:35'),(28511,7,7821,'DAY','2013-10-29 06:05:35'),(28512,1,7822,'','2013-10-29 06:06:32'),(28513,2,7822,'','2013-10-29 06:06:32'),(28514,3,7822,'','2013-10-29 06:06:32'),(28515,4,7822,'','2013-10-29 06:06:32'),(28516,5,7822,'','2013-10-29 06:06:32'),(28517,6,7822,'','2013-10-29 06:06:32'),(28518,7,7822,'DAY','2013-10-29 06:06:32'),(28519,1,7823,'','2013-10-29 06:09:12'),(28520,2,7823,'','2013-10-29 06:09:12'),(28521,3,7823,'','2013-10-29 06:09:12'),(28522,4,7823,'','2013-10-29 06:09:12'),(28523,5,7823,'','2013-10-29 06:09:12'),(28524,6,7823,'','2013-10-29 06:09:12'),(28525,7,7823,'DAY','2013-10-29 06:09:12'),(28526,1,7824,'3575958','2013-10-29 06:13:47'),(28527,2,7824,'','2013-10-29 06:13:47'),(28528,3,7824,'','2013-10-29 06:13:47'),(28529,4,7824,'OPD','2013-10-29 06:13:47'),(28530,5,7824,'','2013-10-29 06:13:47'),(28531,6,7824,'22.00','2013-10-29 06:13:47'),(28532,7,7824,'DAY','2013-10-29 06:13:47'),(28533,1,7825,'3575959','2013-10-29 06:16:30'),(28534,2,7825,'','2013-10-29 06:16:30'),(28535,3,7825,'','2013-10-29 06:16:30'),(28536,4,7825,'OPD','2013-10-29 06:16:30'),(28537,5,7825,'','2013-10-29 06:16:30'),(28538,6,7825,'22.00','2013-10-29 06:16:30'),(28539,7,7825,'DAY','2013-10-29 06:16:30'),(28540,1,7826,'','2013-10-29 06:31:48'),(28541,2,7826,'','2013-10-29 06:31:48'),(28542,3,7826,'','2013-10-29 06:31:48'),(28543,4,7826,'','2013-10-29 06:31:48'),(28544,5,7826,'','2013-10-29 06:31:48'),(28545,6,7826,'','2013-10-29 06:31:48'),(28546,7,7826,'DAY','2013-10-29 06:31:48'),(28547,1,7827,'3576021','2013-10-29 06:37:52'),(28548,2,7827,'','2013-10-29 06:37:52'),(28549,3,7827,'','2013-10-29 06:37:52'),(28550,4,7827,'OPD','2013-10-29 06:37:52'),(28551,5,7827,'','2013-10-29 06:37:52'),(28552,6,7827,'250.00','2013-10-29 06:37:52'),(28553,7,7827,'DAY','2013-10-29 06:37:52'),(28554,1,7829,'','2013-10-29 06:37:52'),(28555,2,7829,'','2013-10-29 06:37:52'),(28556,3,7829,'','2013-10-29 06:37:52'),(28557,4,7829,'','2013-10-29 06:37:52'),(28558,5,7829,'','2013-10-29 06:37:52'),(28559,6,7829,'','2013-10-29 06:37:52'),(28560,7,7829,'DAY','2013-10-29 06:37:52'),(28561,1,7830,'3576022','2013-10-29 06:46:01'),(28562,2,7830,'589955','2013-10-29 06:46:01'),(28563,3,7830,'','2013-10-29 06:46:01'),(28564,4,7830,'','2013-10-29 06:46:01'),(28565,5,7830,'','2013-10-29 06:46:01'),(28566,6,7830,'101.00','2013-10-29 06:46:01'),(28567,7,7830,'DAY','2013-10-29 06:46:01'),(28568,1,7832,'','2013-10-29 06:46:02'),(28569,2,7832,'','2013-10-29 06:46:02'),(28570,3,7832,'','2013-10-29 06:46:02'),(28571,4,7832,'','2013-10-29 06:46:02'),(28572,5,7832,'','2013-10-29 06:46:02'),(28573,6,7832,'','2013-10-29 06:46:02'),(28574,7,7832,'DAY','2013-10-29 06:46:02'),(28575,1,7833,'3576024','2013-10-29 06:51:44'),(28576,2,7833,'','2013-10-29 06:51:44'),(28577,3,7833,'','2013-10-29 06:51:44'),(28578,4,7833,'OPD','2013-10-29 06:51:44'),(28579,5,7833,'','2013-10-29 06:51:44'),(28580,6,7833,'151.00','2013-10-29 06:51:44'),(28581,7,7833,'DAY','2013-10-29 06:51:44'),(28582,1,7835,'','2013-10-29 06:51:45'),(28583,2,7835,'','2013-10-29 06:51:45'),(28584,3,7835,'','2013-10-29 06:51:45'),(28585,4,7835,'','2013-10-29 06:51:45'),(28586,5,7835,'','2013-10-29 06:51:45'),(28587,6,7835,'','2013-10-29 06:51:45'),(28588,7,7835,'DAY','2013-10-29 06:51:45'),(28589,1,7836,'3576010','2013-10-29 06:55:19'),(28590,2,7836,'','2013-10-29 06:55:19'),(28591,3,7836,'','2013-10-29 06:55:19'),(28592,4,7836,'OPD','2013-10-29 06:55:19'),(28593,5,7836,'','2013-10-29 06:55:19'),(28594,6,7836,'85.00','2013-10-29 06:55:19'),(28595,7,7836,'DAY','2013-10-29 06:55:19'),(28596,1,7838,'','2013-10-29 06:55:19'),(28597,2,7838,'','2013-10-29 06:55:19'),(28598,3,7838,'','2013-10-29 06:55:19'),(28599,4,7838,'','2013-10-29 06:55:19'),(28600,5,7838,'','2013-10-29 06:55:19'),(28601,6,7838,'','2013-10-29 06:55:19'),(28602,7,7838,'DAY','2013-10-29 06:55:19'),(28603,1,7839,'3576012','2013-10-29 06:57:27'),(28604,2,7839,'','2013-10-29 06:57:27'),(28605,3,7839,'','2013-10-29 06:57:27'),(28606,4,7839,'OPD','2013-10-29 06:57:27'),(28607,5,7839,'','2013-10-29 06:57:27'),(28608,6,7839,'149.00','2013-10-29 06:57:27'),(28609,7,7839,'DAY','2013-10-29 06:57:27'),(28610,1,7841,'','2013-10-29 06:57:27'),(28611,2,7841,'','2013-10-29 06:57:27'),(28612,3,7841,'','2013-10-29 06:57:27'),(28613,4,7841,'','2013-10-29 06:57:27'),(28614,5,7841,'','2013-10-29 06:57:27'),(28615,6,7841,'','2013-10-29 06:57:27'),(28616,7,7841,'DAY','2013-10-29 06:57:27'),(28617,1,7844,'','2013-10-29 06:57:28'),(28618,2,7844,'','2013-10-29 06:57:28'),(28619,3,7844,'','2013-10-29 06:57:28'),(28620,4,7844,'','2013-10-29 06:57:28'),(28621,5,7844,'','2013-10-29 06:57:28'),(28622,6,7844,'','2013-10-29 06:57:28'),(28623,7,7844,'DAY','2013-10-29 06:57:28'),(28624,1,7845,'3576018','2013-10-29 06:59:44'),(28625,2,7845,'','2013-10-29 06:59:44'),(28626,3,7845,'','2013-10-29 06:59:44'),(28627,4,7845,'OPD','2013-10-29 06:59:44'),(28628,5,7845,'','2013-10-29 06:59:44'),(28629,6,7845,'168.00','2013-10-29 06:59:44'),(28630,7,7845,'DAY','2013-10-29 06:59:44'),(28631,1,7847,'','2013-10-29 06:59:44'),(28632,2,7847,'','2013-10-29 06:59:44'),(28633,3,7847,'','2013-10-29 06:59:44'),(28634,4,7847,'','2013-10-29 06:59:44'),(28635,5,7847,'','2013-10-29 06:59:44'),(28636,6,7847,'','2013-10-29 06:59:44'),(28637,7,7847,'DAY','2013-10-29 06:59:44'),(28638,1,7850,'','2013-10-29 06:59:44'),(28639,2,7850,'','2013-10-29 06:59:44'),(28640,3,7850,'','2013-10-29 06:59:44'),(28641,4,7850,'','2013-10-29 06:59:44'),(28642,5,7850,'','2013-10-29 06:59:44'),(28643,6,7850,'','2013-10-29 06:59:44'),(28644,7,7850,'DAY','2013-10-29 06:59:44'),(28645,1,7851,'3576014','2013-10-28 19:14:48'),(28646,2,7851,'','2013-10-28 19:14:48'),(28647,3,7851,'','2013-10-28 19:14:48'),(28648,4,7851,'OPD','2013-10-28 19:14:48'),(28649,5,7851,'','2013-10-28 19:14:48'),(28650,6,7851,'331.00','2013-10-28 19:14:48'),(28651,7,7851,'DAY','2013-10-28 19:14:48'),(28652,1,7853,'','2013-10-28 19:14:49'),(28653,2,7853,'','2013-10-28 19:14:49'),(28654,3,7853,'','2013-10-28 19:14:49'),(28655,4,7853,'','2013-10-28 19:14:49'),(28656,5,7853,'','2013-10-28 19:14:49'),(28657,6,7853,'','2013-10-28 19:14:49'),(28658,7,7853,'DAY','2013-10-28 19:14:49'),(28659,1,7856,'','2013-10-28 19:14:49'),(28660,2,7856,'','2013-10-28 19:14:49'),(28661,3,7856,'','2013-10-28 19:14:49'),(28662,4,7856,'','2013-10-28 19:14:49'),(28663,5,7856,'','2013-10-28 19:14:49'),(28664,6,7856,'','2013-10-28 19:14:49'),(28665,7,7856,'DAY','2013-10-28 19:14:49'),(28666,1,7860,'','2013-10-28 19:14:49'),(28667,2,7860,'','2013-10-28 19:14:49'),(28668,3,7860,'','2013-10-28 19:14:49'),(28669,4,7860,'','2013-10-28 19:14:49'),(28670,5,7860,'','2013-10-28 19:14:49'),(28671,6,7860,'','2013-10-28 19:14:49'),(28672,7,7860,'DAY','2013-10-28 19:14:49'),(28673,1,7861,'3576032','2013-10-28 19:16:39'),(28674,2,7861,'','2013-10-28 19:16:39'),(28675,3,7861,'','2013-10-28 19:16:39'),(28676,4,7861,'OPD','2013-10-28 19:16:39'),(28677,5,7861,'','2013-10-28 19:16:39'),(28678,6,7861,'112.00','2013-10-28 19:16:39'),(28679,7,7861,'DAY','2013-10-28 19:16:39'),(28680,1,7863,'','2013-10-28 19:16:39'),(28681,2,7863,'','2013-10-28 19:16:39'),(28682,3,7863,'','2013-10-28 19:16:39'),(28683,4,7863,'','2013-10-28 19:16:39'),(28684,5,7863,'','2013-10-28 19:16:39'),(28685,6,7863,'','2013-10-28 19:16:39'),(28686,7,7863,'DAY','2013-10-28 19:16:39'),(28687,1,7864,'3576055','2013-10-28 19:20:01'),(28688,2,7864,'','2013-10-28 19:20:01'),(28689,3,7864,'','2013-10-28 19:20:01'),(28690,4,7864,'OPD','2013-10-28 19:20:01'),(28691,5,7864,'','2013-10-28 19:20:01'),(28692,6,7864,'85.00','2013-10-28 19:20:01'),(28693,7,7864,'DAY','2013-10-28 19:20:01'),(28694,1,7866,'','2013-10-28 19:20:02'),(28695,2,7866,'','2013-10-28 19:20:02'),(28696,3,7866,'','2013-10-28 19:20:02'),(28697,4,7866,'','2013-10-28 19:20:02'),(28698,5,7866,'','2013-10-28 19:20:02'),(28699,6,7866,'','2013-10-28 19:20:02'),(28700,7,7866,'DAY','2013-10-28 19:20:02'),(28701,1,7867,'3576052','2013-10-28 19:26:46'),(28702,2,7867,'','2013-10-28 19:26:46'),(28703,3,7867,'','2013-10-28 19:26:46'),(28704,4,7867,'OPD','2013-10-28 19:26:46'),(28705,5,7867,'','2013-10-28 19:26:46'),(28706,6,7867,'84.00','2013-10-28 19:26:46'),(28707,7,7867,'DAY','2013-10-28 19:26:46'),(28708,1,7869,'','2013-10-28 19:26:46'),(28709,2,7869,'','2013-10-28 19:26:46'),(28710,3,7869,'','2013-10-28 19:26:46'),(28711,4,7869,'','2013-10-28 19:26:46'),(28712,5,7869,'','2013-10-28 19:26:46'),(28713,6,7869,'','2013-10-28 19:26:46'),(28714,7,7869,'DAY','2013-10-28 19:26:47'),(28715,1,7870,'3576066','2013-10-28 19:30:39'),(28716,2,7870,'589970','2013-10-28 19:30:39'),(28717,3,7870,'','2013-10-28 19:30:39'),(28718,4,7870,'OPD','2013-10-28 19:30:39'),(28719,5,7870,'','2013-10-28 19:30:39'),(28720,6,7870,'202.40','2013-10-28 19:30:39'),(28721,7,7870,'DAY','2013-10-28 19:30:39'),(28722,1,7872,'','2013-10-28 19:30:39'),(28723,2,7872,'','2013-10-28 19:30:39'),(28724,3,7872,'','2013-10-28 19:30:39'),(28725,4,7872,'','2013-10-28 19:30:39'),(28726,5,7872,'','2013-10-28 19:30:39'),(28727,6,7872,'','2013-10-28 19:30:39'),(28728,7,7872,'DAY','2013-10-28 19:30:39'),(28729,1,7875,'','2013-10-28 19:30:40'),(28730,2,7875,'','2013-10-28 19:30:40'),(28731,3,7875,'','2013-10-28 19:30:40'),(28732,4,7875,'','2013-10-28 19:30:40'),(28733,5,7875,'','2013-10-28 19:30:40'),(28734,6,7875,'','2013-10-28 19:30:40'),(28735,7,7875,'DAY','2013-10-28 19:30:40'),(28736,1,7876,'','2013-10-28 19:34:07'),(28737,2,7876,'','2013-10-28 19:34:07'),(28738,3,7876,'','2013-10-28 19:34:07'),(28739,4,7876,'','2013-10-28 19:34:07'),(28740,5,7876,'','2013-10-28 19:34:08'),(28741,6,7876,'','2013-10-28 19:34:08'),(28742,7,7876,'DAY','2013-10-28 19:34:08'),(28743,1,7877,'3576087','2013-10-28 19:48:32'),(28744,2,7877,'','2013-10-28 19:48:32'),(28745,3,7877,'','2013-10-28 19:48:32'),(28746,4,7877,'OUT','2013-10-28 19:48:32'),(28747,5,7877,'','2013-10-28 19:48:32'),(28748,6,7877,'179.00','2013-10-28 19:48:32'),(28749,7,7877,'DAY','2013-10-28 19:48:32'),(28750,1,7879,'','2013-10-28 19:48:32'),(28751,2,7879,'','2013-10-28 19:48:32'),(28752,3,7879,'','2013-10-28 19:48:32'),(28753,4,7879,'','2013-10-28 19:48:32'),(28754,5,7879,'','2013-10-28 19:48:32'),(28755,6,7879,'','2013-10-28 19:48:32'),(28756,7,7879,'DAY','2013-10-28 19:48:32'),(28757,1,7880,'3575970','2013-10-28 19:52:32'),(28758,2,7880,'589978','2013-10-28 19:52:32'),(28759,3,7880,'','2013-10-28 19:52:32'),(28760,4,7880,'OPD','2013-10-28 19:52:32'),(28761,5,7880,'','2013-10-28 19:52:32'),(28762,6,7880,'240.00','2013-10-28 19:52:32'),(28763,7,7880,'DAY','2013-10-28 19:52:32'),(28764,1,7882,'','2013-10-28 19:52:33'),(28765,2,7882,'','2013-10-28 19:52:33'),(28766,3,7882,'','2013-10-28 19:52:33'),(28767,4,7882,'','2013-10-28 19:52:33'),(28768,5,7882,'','2013-10-28 19:52:33'),(28769,6,7882,'','2013-10-28 19:52:33'),(28770,7,7882,'DAY','2013-10-28 19:52:33'),(28771,1,7883,'3576090','2013-10-28 20:01:42'),(28772,2,7883,'','2013-10-28 20:01:42'),(28773,3,7883,'','2013-10-28 20:01:42'),(28774,4,7883,'OPD','2013-10-28 20:01:42'),(28775,5,7883,'','2013-10-28 20:01:42'),(28776,6,7883,'48.24','2013-10-28 20:01:42'),(28777,7,7883,'DAY','2013-10-28 20:01:42'),(28778,1,7884,'3576113','2013-10-28 20:05:46'),(28779,2,7884,'','2013-10-28 20:05:46'),(28780,3,7884,'','2013-10-28 20:05:46'),(28781,4,7884,'OPD','2013-10-28 20:05:46'),(28782,5,7884,'','2013-10-28 20:05:46'),(28783,6,7884,'19.00','2013-10-28 20:05:46'),(28784,7,7884,'DAY','2013-10-28 20:05:46'),(28785,1,7885,'3576111','2013-10-28 20:08:11'),(28786,2,7885,'589986','2013-10-28 20:08:11'),(28787,3,7885,'','2013-10-28 20:08:11'),(28788,4,7885,'OPD','2013-10-28 20:08:11'),(28789,5,7885,'','2013-10-28 20:08:11'),(28790,6,7885,'87.00','2013-10-28 20:08:11'),(28791,7,7885,'DAY','2013-10-28 20:08:11'),(28792,1,7887,'','2013-10-28 20:08:11'),(28793,2,7887,'','2013-10-28 20:08:11'),(28794,3,7887,'','2013-10-28 20:08:11'),(28795,4,7887,'','2013-10-28 20:08:11'),(28796,5,7887,'','2013-10-28 20:08:11'),(28797,6,7887,'','2013-10-28 20:08:11'),(28798,7,7887,'DAY','2013-10-28 20:08:11'),(28799,1,7888,'3576122','2013-10-28 20:16:21'),(28800,2,7888,'','2013-10-28 20:16:21'),(28801,3,7888,'','2013-10-28 20:16:21'),(28802,4,7888,'OPD','2013-10-28 20:16:21'),(28803,5,7888,'','2013-10-28 20:16:21'),(28804,6,7888,'22.00','2013-10-28 20:16:21'),(28805,7,7888,'DAY','2013-10-28 20:16:21'),(28806,1,7889,'3576120','2013-10-28 20:20:05'),(28807,2,7889,'','2013-10-28 20:20:05'),(28808,3,7889,'','2013-10-28 20:20:05'),(28809,4,7889,'OPD','2013-10-28 20:20:05'),(28810,5,7889,'','2013-10-28 20:20:05'),(28811,6,7889,'66.00','2013-10-28 20:20:05'),(28812,7,7889,'DAY','2013-10-28 20:20:05'),(28813,1,7890,'3576093','2013-10-28 20:24:35'),(28814,2,7890,'','2013-10-28 20:24:35'),(28815,3,7890,'','2013-10-28 20:24:35'),(28816,4,7890,'OPD','2013-10-28 20:24:35'),(28817,5,7890,'','2013-10-28 20:24:35'),(28818,6,7890,'75.00','2013-10-28 20:24:35'),(28819,7,7890,'DAY','2013-10-28 20:24:35'),(28820,1,7891,'3576159','2013-10-28 20:27:50'),(28821,2,7891,'','2013-10-28 20:27:50'),(28822,3,7891,'','2013-10-28 20:27:50'),(28823,4,7891,'OPD','2013-10-28 20:27:50'),(28824,5,7891,'','2013-10-28 20:27:50'),(28825,6,7891,'146.00','2013-10-28 20:27:50'),(28826,7,7891,'DAY','2013-10-28 20:27:50'),(28827,1,7893,'','2013-10-28 20:27:50'),(28828,2,7893,'','2013-10-28 20:27:50'),(28829,3,7893,'','2013-10-28 20:27:50'),(28830,4,7893,'','2013-10-28 20:27:50'),(28831,5,7893,'','2013-10-28 20:27:50'),(28832,6,7893,'','2013-10-28 20:27:50'),(28833,7,7893,'DAY','2013-10-28 20:27:50'),(28834,1,7894,'3576166','2013-10-28 20:32:04'),(28835,2,7894,'','2013-10-28 20:32:04'),(28836,3,7894,'','2013-10-28 20:32:04'),(28837,4,7894,'OPD','2013-10-28 20:32:04'),(28838,5,7894,'','2013-10-28 20:32:04'),(28839,6,7894,'22.00','2013-10-28 20:32:04'),(28840,7,7894,'DAY','2013-10-28 20:32:04'),(28841,1,7895,'3576175','2013-10-28 20:34:18'),(28842,2,7895,'','2013-10-28 20:34:18'),(28843,3,7895,'','2013-10-28 20:34:18'),(28844,4,7895,'OPD','2013-10-28 20:34:18'),(28845,5,7895,'','2013-10-28 20:34:18'),(28846,6,7895,'81.00','2013-10-28 20:34:18'),(28847,7,7895,'DAY','2013-10-28 20:34:18'),(28848,1,7896,'3576168','2013-10-28 20:36:12'),(28849,2,7896,'','2013-10-28 20:36:12'),(28850,3,7896,'','2013-10-28 20:36:12'),(28851,4,7896,'OPD','2013-10-28 20:36:12'),(28852,5,7896,'','2013-10-28 20:36:12'),(28853,6,7896,'84.00','2013-10-28 20:36:12'),(28854,7,7896,'DAY','2013-10-28 20:36:12'),(28855,1,7898,'','2013-10-28 20:36:12'),(28856,2,7898,'','2013-10-28 20:36:12'),(28857,3,7898,'','2013-10-28 20:36:12'),(28858,4,7898,'','2013-10-28 20:36:12'),(28859,5,7898,'','2013-10-28 20:36:12'),(28860,6,7898,'','2013-10-28 20:36:12'),(28861,7,7898,'DAY','2013-10-28 20:36:12'),(28862,1,7899,'3576172','2013-10-28 20:44:32'),(28863,2,7899,'589990','2013-10-28 20:44:32'),(28864,3,7899,'','2013-10-28 20:44:32'),(28865,4,7899,'OPD','2013-10-28 20:44:32'),(28866,5,7899,'','2013-10-28 20:44:32'),(28867,6,7899,'101.00','2013-10-28 20:44:32'),(28868,7,7899,'DAY','2013-10-28 20:44:32'),(28869,1,7900,'3576182','2013-10-28 20:47:56'),(28870,2,7900,'589993','2013-10-28 20:47:56'),(28871,3,7900,'','2013-10-28 20:47:56'),(28872,4,7900,'OPD','2013-10-28 20:47:56'),(28873,5,7900,'','2013-10-28 20:47:56'),(28874,6,7900,'267.00','2013-10-28 20:47:56'),(28875,7,7900,'DAY','2013-10-28 20:47:56'),(28876,1,7902,'','2013-10-28 20:47:56'),(28877,2,7902,'','2013-10-28 20:47:56'),(28878,3,7902,'','2013-10-28 20:47:56'),(28879,4,7902,'','2013-10-28 20:47:56'),(28880,5,7902,'','2013-10-28 20:47:56'),(28881,6,7902,'','2013-10-28 20:47:56'),(28882,7,7902,'DAY','2013-10-28 20:47:56'),(28883,1,7905,'','2013-10-28 20:47:56'),(28884,2,7905,'','2013-10-28 20:47:56'),(28885,3,7905,'','2013-10-28 20:47:56'),(28886,4,7905,'','2013-10-28 20:47:56'),(28887,5,7905,'','2013-10-28 20:47:56'),(28888,6,7905,'','2013-10-28 20:47:56'),(28889,7,7905,'DAY','2013-10-28 20:47:56'),(28890,1,7906,'','2013-10-28 20:48:06'),(28891,2,7906,'','2013-10-28 20:48:06'),(28892,3,7906,'','2013-10-28 20:48:06'),(28893,4,7906,'','2013-10-28 20:48:06'),(28894,5,7906,'','2013-10-28 20:48:06'),(28895,6,7906,'','2013-10-28 20:48:06'),(28896,7,7906,'DAY','2013-10-28 20:48:06'),(28897,1,7907,'3576164','2013-10-28 20:50:05'),(28898,2,7907,'589989','2013-10-28 20:50:05'),(28899,3,7907,'','2013-10-28 20:50:05'),(28900,4,7907,'OPD','2013-10-28 20:50:05'),(28901,5,7907,'','2013-10-28 20:50:05'),(28902,6,7907,'20.00','2013-10-28 20:50:05'),(28903,7,7907,'DAY','2013-10-28 20:50:05'),(28904,1,7908,'3576186','2013-10-28 20:54:01'),(28905,2,7908,'','2013-10-28 20:54:01'),(28906,3,7908,'','2013-10-28 20:54:01'),(28907,4,7908,'OPD','2013-10-28 20:54:01'),(28908,5,7908,'','2013-10-28 20:54:01'),(28909,6,7908,'33.00','2013-10-28 20:54:01'),(28910,7,7908,'DAY','2013-10-28 20:54:01'),(28911,1,7909,'3576201','2013-10-28 20:58:59'),(28912,2,7909,'','2013-10-28 20:58:59'),(28913,3,7909,'','2013-10-28 20:58:59'),(28914,4,7909,'OPD','2013-10-28 20:58:59'),(28915,5,7909,'','2013-10-28 20:58:59'),(28916,6,7909,'197.00','2013-10-28 20:58:59'),(28917,7,7909,'DAY','2013-10-28 20:58:59'),(28918,1,7911,'','2013-10-28 20:58:59'),(28919,2,7911,'','2013-10-28 20:58:59'),(28920,3,7911,'','2013-10-28 20:58:59'),(28921,4,7911,'','2013-10-28 20:58:59'),(28922,5,7911,'','2013-10-28 20:58:59'),(28923,6,7911,'','2013-10-28 20:58:59'),(28924,7,7911,'DAY','2013-10-28 20:58:59'),(28925,1,7912,'','2013-10-28 21:03:03'),(28926,2,7912,'','2013-10-28 21:03:03'),(28927,3,7912,'','2013-10-28 21:03:03'),(28928,4,7912,'SR','2013-10-28 21:03:03'),(28929,5,7912,'','2013-10-28 21:03:03'),(28930,6,7912,'32.00','2013-10-28 21:03:03'),(28931,7,7912,'DAY','2013-10-28 21:03:03'),(28932,1,7914,'','2013-10-28 21:03:03'),(28933,2,7914,'','2013-10-28 21:03:03'),(28934,3,7914,'','2013-10-28 21:03:03'),(28935,4,7914,'','2013-10-28 21:03:03'),(28936,5,7914,'','2013-10-28 21:03:03'),(28937,6,7914,'','2013-10-28 21:03:03'),(28938,7,7914,'DAY','2013-10-28 21:03:03'),(28939,1,7915,'3576216','2013-10-28 21:10:30'),(28940,2,7915,'59001','2013-10-28 21:10:30'),(28941,3,7915,'','2013-10-28 21:10:30'),(28942,4,7915,'ER','2013-10-28 21:10:30'),(28943,5,7915,'','2013-10-28 21:10:31'),(28944,6,7915,'15.00','2013-10-28 21:10:31'),(28945,7,7915,'DAY','2013-10-28 21:10:31'),(28946,1,7917,'','2013-10-28 21:10:31'),(28947,2,7917,'','2013-10-28 21:10:31'),(28948,3,7917,'','2013-10-28 21:10:31'),(28949,4,7917,'','2013-10-28 21:10:31'),(28950,5,7917,'','2013-10-28 21:10:31'),(28951,6,7917,'','2013-10-28 21:10:31'),(28952,7,7917,'DAY','2013-10-28 21:10:31'),(28953,1,7918,'','2013-10-28 21:11:45'),(28954,2,7918,'','2013-10-28 21:11:45'),(28955,3,7918,'','2013-10-28 21:11:45'),(28956,4,7918,'','2013-10-28 21:11:45'),(28957,5,7918,'','2013-10-28 21:11:45'),(28958,6,7918,'','2013-10-28 21:11:45'),(28959,7,7918,'DAY','2013-10-28 21:11:45'),(28960,1,7919,'3576227','2013-10-28 21:15:08'),(28961,2,7919,'590005','2013-10-28 21:15:08'),(28962,3,7919,'','2013-10-28 21:15:08'),(28963,4,7919,'SR','2013-10-28 21:15:08'),(28964,5,7919,'','2013-10-28 21:15:08'),(28965,6,7919,'188.00','2013-10-28 21:15:08'),(28966,7,7919,'DAY','2013-10-28 21:15:08'),(28967,1,7920,'3575304','2013-10-28 21:19:35'),(28968,2,7920,'590002','2013-10-28 21:19:35'),(28969,3,7920,'','2013-10-28 21:19:35'),(28970,4,7920,'OPD','2013-10-28 21:19:35'),(28971,5,7920,'','2013-10-28 21:19:35'),(28972,6,7920,'281.00','2013-10-28 21:19:35'),(28973,7,7920,'DAY','2013-10-28 21:19:35'),(28974,1,7922,'','2013-10-28 21:19:36'),(28975,2,7922,'','2013-10-28 21:19:36'),(28976,3,7922,'','2013-10-28 21:19:36'),(28977,4,7922,'','2013-10-28 21:19:36'),(28978,5,7922,'','2013-10-28 21:19:36'),(28979,6,7922,'','2013-10-28 21:19:36'),(28980,7,7922,'DAY','2013-10-28 21:19:36'),(28981,1,7925,'','2013-10-28 21:19:36'),(28982,2,7925,'','2013-10-28 21:19:36'),(28983,3,7925,'','2013-10-28 21:19:36'),(28984,4,7925,'','2013-10-28 21:19:36'),(28985,5,7925,'','2013-10-28 21:19:36'),(28986,6,7925,'','2013-10-28 21:19:36'),(28987,7,7925,'DAY','2013-10-28 21:19:36'),(28988,1,7926,'3572877','2013-10-28 21:35:46'),(28989,2,7926,'590011','2013-10-28 21:35:46'),(28990,3,7926,'','2013-10-28 21:35:46'),(28991,4,7926,'OPD','2013-10-28 21:35:46'),(28992,5,7926,'','2013-10-28 21:35:46'),(28993,6,7926,'36.00','2013-10-28 21:35:46'),(28994,7,7926,'DAY','2013-10-28 21:35:46'),(28995,1,7927,'','2013-10-28 21:41:54'),(28996,2,7927,'','2013-10-28 21:41:54'),(28997,3,7927,'','2013-10-28 21:41:54'),(28998,4,7927,'','2013-10-28 21:41:54'),(28999,5,7927,'','2013-10-28 21:41:54'),(29000,6,7927,'','2013-10-28 21:41:54'),(29001,7,7927,'DAY','2013-10-28 21:41:54'),(29002,1,7928,'3576271','2013-10-28 21:45:48'),(29003,2,7928,'','2013-10-28 21:45:48'),(29004,3,7928,'','2013-10-28 21:45:48'),(29005,4,7928,'OPD','2013-10-28 21:45:48'),(29006,5,7928,'','2013-10-28 21:45:48'),(29007,6,7928,'22.00','2013-10-28 21:45:48'),(29008,7,7928,'DAY','2013-10-28 21:45:48'),(29009,1,7929,'3576275','2013-10-28 21:49:22'),(29010,2,7929,'','2013-10-28 21:49:22'),(29011,3,7929,'','2013-10-28 21:49:22'),(29012,4,7929,'OPD','2013-10-28 21:49:22'),(29013,5,7929,'','2013-10-28 21:49:22'),(29014,6,7929,'37.00','2013-10-28 21:49:22'),(29015,7,7929,'DAY','2013-10-28 21:49:22'),(29016,1,7930,'','2013-10-28 21:51:50'),(29017,2,7930,'','2013-10-28 21:51:50'),(29018,3,7930,'','2013-10-28 21:51:50'),(29019,4,7930,'','2013-10-28 21:51:50'),(29020,5,7930,'','2013-10-28 21:51:50'),(29021,6,7930,'','2013-10-28 21:51:50'),(29022,7,7930,'DAY','2013-10-28 21:51:50'),(29023,1,7931,'3576277','2013-10-28 21:52:28'),(29024,2,7931,'','2013-10-28 21:52:28'),(29025,3,7931,'','2013-10-28 21:52:28'),(29026,4,7931,'OPD','2013-10-28 21:52:28'),(29027,5,7931,'','2013-10-28 21:52:28'),(29028,6,7931,'13.00','2013-10-28 21:52:28'),(29029,7,7931,'DAY','2013-10-28 21:52:28'),(29030,1,7932,'','2013-10-28 22:02:59'),(29031,2,7932,'','2013-10-28 22:02:59'),(29032,3,7932,'','2013-10-28 22:02:59'),(29033,4,7932,'','2013-10-28 22:02:59'),(29034,5,7932,'','2013-10-28 22:02:59'),(29035,6,7932,'','2013-10-28 22:02:59'),(29036,7,7932,'DAY','2013-10-28 22:02:59'),(29037,1,7933,'3576286','2013-10-28 22:06:39'),(29038,2,7933,'','2013-10-28 22:06:39'),(29039,3,7933,'','2013-10-28 22:06:39'),(29040,4,7933,'OPD','2013-10-28 22:06:39'),(29041,5,7933,'','2013-10-28 22:06:39'),(29042,6,7933,'141.00','2013-10-28 22:06:39'),(29043,7,7933,'DAY','2013-10-28 22:06:39'),(29044,1,7935,'','2013-10-28 22:06:39'),(29045,2,7935,'','2013-10-28 22:06:39'),(29046,3,7935,'','2013-10-28 22:06:39'),(29047,4,7935,'','2013-10-28 22:06:39'),(29048,5,7935,'','2013-10-28 22:06:39'),(29049,6,7935,'','2013-10-28 22:06:39'),(29050,7,7935,'DAY','2013-10-28 22:06:39'),(29051,1,7936,'3576291','2013-10-28 22:13:43'),(29052,2,7936,'','2013-10-28 22:13:43'),(29053,3,7936,'','2013-10-28 22:13:43'),(29054,4,7936,'OPD','2013-10-28 22:13:43'),(29055,5,7936,'','2013-10-28 22:13:43'),(29056,6,7936,'156.00','2013-10-28 22:13:43'),(29057,7,7936,'DAY','2013-10-28 22:13:43'),(29058,1,7938,'','2013-10-28 22:13:43'),(29059,2,7938,'','2013-10-28 22:13:43'),(29060,3,7938,'','2013-10-28 22:13:43'),(29061,4,7938,'','2013-10-28 22:13:43'),(29062,5,7938,'','2013-10-28 22:13:43'),(29063,6,7938,'','2013-10-28 22:13:43'),(29064,7,7938,'DAY','2013-10-28 22:13:43'),(29065,1,7939,'3576295','2013-10-28 22:24:33'),(29066,2,7939,'','2013-10-28 22:24:33'),(29067,3,7939,'','2013-10-28 22:24:33'),(29068,4,7939,'OPD','2013-10-28 22:24:33'),(29069,5,7939,'','2013-10-28 22:24:33'),(29070,6,7939,'61.00','2013-10-28 22:24:33'),(29071,7,7939,'DAY','2013-10-28 22:24:33'),(29072,1,7941,'','2013-10-28 22:24:33'),(29073,2,7941,'','2013-10-28 22:24:33'),(29074,3,7941,'','2013-10-28 22:24:33'),(29075,4,7941,'','2013-10-28 22:24:33'),(29076,5,7941,'','2013-10-28 22:24:33'),(29077,6,7941,'','2013-10-28 22:24:33'),(29078,7,7941,'DAY','2013-10-28 22:24:33'),(29079,1,7942,'3576309','2013-10-28 22:51:02'),(29080,2,7942,'','2013-10-28 22:51:02'),(29081,3,7942,'','2013-10-28 22:51:02'),(29082,4,7942,'OUTSIDE','2013-10-28 22:51:02'),(29083,5,7942,'','2013-10-28 22:51:02'),(29084,6,7942,'37.00','2013-10-28 22:51:02'),(29085,7,7942,'DAY','2013-10-28 22:51:02'),(29086,1,7943,'3576312','2013-10-28 22:53:24'),(29087,2,7943,'','2013-10-28 22:53:24'),(29088,3,7943,'','2013-10-28 22:53:24'),(29089,4,7943,'OPD','2013-10-28 22:53:24'),(29090,5,7943,'','2013-10-28 22:53:24'),(29091,6,7943,'48.00','2013-10-28 22:53:24'),(29092,7,7943,'DAY','2013-10-28 22:53:24'),(29093,1,7945,'','2013-10-28 22:53:24'),(29094,2,7945,'','2013-10-28 22:53:24'),(29095,3,7945,'','2013-10-28 22:53:24'),(29096,4,7945,'','2013-10-28 22:53:24'),(29097,5,7945,'','2013-10-28 22:53:24'),(29098,6,7945,'','2013-10-28 22:53:24'),(29099,7,7945,'DAY','2013-10-28 22:53:24'),(29100,1,7948,'','2013-10-28 22:53:25'),(29101,2,7948,'','2013-10-28 22:53:25'),(29102,3,7948,'','2013-10-28 22:53:25'),(29103,4,7948,'','2013-10-28 22:53:25'),(29104,5,7948,'','2013-10-28 22:53:25'),(29105,6,7948,'','2013-10-28 22:53:25'),(29106,7,7948,'DAY','2013-10-28 22:53:25'),(29107,1,7949,'','2013-10-28 23:07:52'),(29108,2,7949,'','2013-10-28 23:07:52'),(29109,3,7949,'','2013-10-28 23:07:52'),(29110,4,7949,'S/R','2013-10-28 23:07:52'),(29111,5,7949,'','2013-10-28 23:07:52'),(29112,6,7949,'12.00','2013-10-28 23:07:52'),(29113,7,7949,'DAY','2013-10-28 23:07:52'),(29114,1,7950,'3576326','2013-10-28 23:15:31'),(29115,2,7950,'590027','2013-10-28 23:15:31'),(29116,3,7950,'','2013-10-28 23:15:31'),(29117,4,7950,'OPD','2013-10-28 23:15:31'),(29118,5,7950,'','2013-10-28 23:15:31'),(29119,6,7950,'177.00','2013-10-28 23:15:31'),(29120,7,7950,'DAY','2013-10-28 23:15:31'),(29121,1,7952,'','2013-10-28 23:15:31'),(29122,2,7952,'','2013-10-28 23:15:31'),(29123,3,7952,'','2013-10-28 23:15:31'),(29124,4,7952,'','2013-10-28 23:15:31'),(29125,5,7952,'','2013-10-28 23:15:31'),(29126,6,7952,'','2013-10-28 23:15:31'),(29127,7,7952,'DAY','2013-10-28 23:15:31'),(29128,1,7955,'','2013-10-28 23:15:31'),(29129,2,7955,'','2013-10-28 23:15:31'),(29130,3,7955,'','2013-10-28 23:15:31'),(29131,4,7955,'','2013-10-28 23:15:31'),(29132,5,7955,'','2013-10-28 23:15:31'),(29133,6,7955,'','2013-10-28 23:15:31'),(29134,7,7955,'DAY','2013-10-28 23:15:31'),(29135,1,7956,'3576346','2013-10-28 23:40:16'),(29136,2,7956,'','2013-10-28 23:40:16'),(29137,3,7956,'','2013-10-28 23:40:16'),(29138,4,7956,'OPD','2013-10-28 23:40:16'),(29139,5,7956,'','2013-10-28 23:40:16'),(29140,6,7956,'81.00','2013-10-28 23:40:16'),(29141,7,7956,'DAY','2013-10-28 23:40:16'),(29142,1,7957,'3576345','2013-10-28 23:45:44'),(29143,2,7957,'590033','2013-10-28 23:45:44'),(29144,3,7957,'','2013-10-28 23:45:44'),(29145,4,7957,'OPD','2013-10-28 23:45:44'),(29146,5,7957,'','2013-10-28 23:45:44'),(29147,6,7957,'101.00','2013-10-28 23:45:44'),(29148,7,7957,'DAY','2013-10-28 23:45:44'),(29149,1,7959,'','2013-10-28 23:45:45'),(29150,2,7959,'','2013-10-28 23:45:45'),(29151,3,7959,'','2013-10-28 23:45:45'),(29152,4,7959,'','2013-10-28 23:45:45'),(29153,5,7959,'','2013-10-28 23:45:45'),(29154,6,7959,'','2013-10-28 23:45:45'),(29155,7,7959,'DAY','2013-10-28 23:45:45'),(29156,1,7962,'','2013-10-28 23:45:45'),(29157,2,7962,'','2013-10-28 23:45:45'),(29158,3,7962,'','2013-10-28 23:45:45'),(29159,4,7962,'','2013-10-28 23:45:45'),(29160,5,7962,'','2013-10-28 23:45:45'),(29161,6,7962,'','2013-10-28 23:45:45'),(29162,7,7962,'DAY','2013-10-28 23:45:45'),(29163,1,7963,'3576368','2013-10-29 00:03:20'),(29164,2,7963,'590035','2013-10-29 00:03:20'),(29165,3,7963,'','2013-10-29 00:03:20'),(29166,4,7963,'OPD','2013-10-29 00:03:20'),(29167,5,7963,'','2013-10-29 00:03:20'),(29168,6,7963,'124.75','2013-10-29 00:03:20'),(29169,7,7963,'DAY','2013-10-29 00:03:20'),(29170,1,7965,'','2013-10-29 00:03:20'),(29171,2,7965,'','2013-10-29 00:03:20'),(29172,3,7965,'','2013-10-29 00:03:20'),(29173,4,7965,'','2013-10-29 00:03:20'),(29174,5,7965,'','2013-10-29 00:03:20'),(29175,6,7965,'','2013-10-29 00:03:20'),(29176,7,7965,'DAY','2013-10-29 00:03:20'),(29177,1,7968,'','2013-10-29 00:03:21'),(29178,2,7968,'','2013-10-29 00:03:21'),(29179,3,7968,'','2013-10-29 00:03:21'),(29180,4,7968,'','2013-10-29 00:03:21'),(29181,5,7968,'','2013-10-29 00:03:21'),(29182,6,7968,'','2013-10-29 00:03:21'),(29183,7,7968,'DAY','2013-10-29 00:03:21'),(29184,1,7972,'','2013-10-29 00:03:21'),(29185,2,7972,'','2013-10-29 00:03:21'),(29186,3,7972,'','2013-10-29 00:03:21'),(29187,4,7972,'','2013-10-29 00:03:21'),(29188,5,7972,'','2013-10-29 00:03:21'),(29189,6,7972,'','2013-10-29 00:03:21'),(29190,7,7972,'DAY','2013-10-29 00:03:21'),(29191,1,7973,'3576380','2013-10-29 00:09:34'),(29192,2,7973,'','2013-10-29 00:09:34'),(29193,3,7973,'','2013-10-29 00:09:34'),(29194,4,7973,'OPD','2013-10-29 00:09:34'),(29195,5,7973,'','2013-10-29 00:09:34'),(29196,6,7973,'131.24','2013-10-29 00:09:34'),(29197,7,7973,'DAY','2013-10-29 00:09:34'),(29198,1,7975,'','2013-10-29 00:09:34'),(29199,2,7975,'','2013-10-29 00:09:34'),(29200,3,7975,'','2013-10-29 00:09:34'),(29201,4,7975,'','2013-10-29 00:09:34'),(29202,5,7975,'','2013-10-29 00:09:34'),(29203,6,7975,'','2013-10-29 00:09:34'),(29204,7,7975,'DAY','2013-10-29 00:09:34'),(29205,1,7978,'','2013-10-29 00:09:34'),(29206,2,7978,'','2013-10-29 00:09:34'),(29207,3,7978,'','2013-10-29 00:09:34'),(29208,4,7978,'','2013-10-29 00:09:34'),(29209,5,7978,'','2013-10-29 00:09:34'),(29210,6,7978,'','2013-10-29 00:09:34'),(29211,7,7978,'DAY','2013-10-29 00:09:34'),(29212,1,7982,'','2013-10-29 00:09:34'),(29213,2,7982,'','2013-10-29 00:09:34'),(29214,3,7982,'','2013-10-29 00:09:34'),(29215,4,7982,'','2013-10-29 00:09:34'),(29216,5,7982,'','2013-10-29 00:09:34'),(29217,6,7982,'','2013-10-29 00:09:34'),(29218,7,7982,'DAY','2013-10-29 00:09:34'),(29219,1,7983,'3576384','2013-10-29 00:12:31'),(29220,2,7983,'','2013-10-29 00:12:31'),(29221,3,7983,'','2013-10-29 00:12:31'),(29222,4,7983,'OPD','2013-10-29 00:12:31'),(29223,5,7983,'','2013-10-29 00:12:31'),(29224,6,7983,'92.00','2013-10-29 00:12:31'),(29225,7,7983,'DAY','2013-10-29 00:12:31'),(29226,1,7984,'3576394','2013-10-29 00:30:43'),(29227,2,7984,'590039','2013-10-29 00:30:43'),(29228,3,7984,'','2013-10-29 00:30:43'),(29229,4,7984,'OPD','2013-10-29 00:30:43'),(29230,5,7984,'','2013-10-29 00:30:43'),(29231,6,7984,'119.00','2013-10-29 00:30:43'),(29232,7,7984,'DAY','2013-10-29 00:30:43'),(29233,1,7985,'3576399','2013-10-29 00:37:49'),(29234,2,7985,'590039','2013-10-29 00:37:49'),(29235,3,7985,'','2013-10-29 00:37:49'),(29236,4,7985,'OPD','2013-10-29 00:37:49'),(29237,5,7985,'','2013-10-29 00:37:49'),(29238,6,7985,'203.00','2013-10-29 00:37:49'),(29239,7,7985,'DAY','2013-10-29 00:37:49'),(29240,1,7987,'','2013-10-29 00:37:49'),(29241,2,7987,'','2013-10-29 00:37:49'),(29242,3,7987,'','2013-10-29 00:37:49'),(29243,4,7987,'','2013-10-29 00:37:49'),(29244,5,7987,'','2013-10-29 00:37:49'),(29245,6,7987,'','2013-10-29 00:37:49'),(29246,7,7987,'DAY','2013-10-29 00:37:49'),(29247,1,7988,'3576403','2013-10-29 00:41:09'),(29248,2,7988,'590041','2013-10-29 00:41:09'),(29249,3,7988,'','2013-10-29 00:41:09'),(29250,4,7988,'SR','2013-10-29 00:41:09'),(29251,5,7988,'','2013-10-29 00:41:09'),(29252,6,7988,'12.00','2013-10-29 00:41:09'),(29253,7,7988,'DAY','2013-10-29 00:41:09'),(29254,1,7989,'3576415','2013-10-29 01:00:55'),(29255,2,7989,'','2013-10-29 01:00:55'),(29256,3,7989,'','2013-10-29 01:00:55'),(29257,4,7989,'OPD','2013-10-29 01:00:55'),(29258,5,7989,'','2013-10-29 01:00:55'),(29259,6,7989,'66.00','2013-10-29 01:00:55'),(29260,7,7989,'DAY','2013-10-29 01:00:55'),(29261,1,7990,'3576414','2013-10-29 01:02:52'),(29262,2,7990,'','2013-10-29 01:02:52'),(29263,3,7990,'','2013-10-29 01:02:52'),(29264,4,7990,'OPD','2013-10-29 01:02:52'),(29265,5,7990,'','2013-10-29 01:02:52'),(29266,6,7990,'66.00','2013-10-29 01:02:52'),(29267,7,7990,'DAY','2013-10-29 01:02:52'),(29268,1,7991,'','2013-10-29 01:09:03'),(29269,2,7991,'','2013-10-29 01:09:03'),(29270,3,7991,'','2013-10-29 01:09:03'),(29271,4,7991,'MEDICALS','2013-10-29 01:09:03'),(29272,5,7991,'','2013-10-29 01:09:03'),(29273,6,7991,'','2013-10-29 01:09:03'),(29274,7,7991,'DAY','2013-10-29 01:09:03'),(29275,1,7993,'','2013-10-29 01:09:03'),(29276,2,7993,'','2013-10-29 01:09:03'),(29277,3,7993,'','2013-10-29 01:09:03'),(29278,4,7993,'','2013-10-29 01:09:03'),(29279,5,7993,'','2013-10-29 01:09:03'),(29280,6,7993,'','2013-10-29 01:09:03'),(29281,7,7993,'DAY','2013-10-29 01:09:03'),(29282,1,7996,'','2013-10-29 01:09:03'),(29283,2,7996,'','2013-10-29 01:09:03'),(29284,3,7996,'','2013-10-29 01:09:03'),(29285,4,7996,'','2013-10-29 01:09:03'),(29286,5,7996,'','2013-10-29 01:09:03'),(29287,6,7996,'','2013-10-29 01:09:03'),(29288,7,7996,'DAY','2013-10-29 01:09:03'),(29289,1,7997,'3576421','2013-10-29 01:13:17'),(29290,2,7997,'','2013-10-29 01:13:17'),(29291,3,7997,'','2013-10-29 01:13:17'),(29292,4,7997,'OPD','2013-10-29 01:13:17'),(29293,5,7997,'','2013-10-29 01:13:17'),(29294,6,7997,'66.00','2013-10-29 01:13:17'),(29295,7,7997,'DAY','2013-10-29 01:13:17'),(29296,1,7998,'3575330','2013-10-29 01:18:48'),(29297,2,7998,'589780','2013-10-29 01:18:48'),(29298,3,7998,'','2013-10-29 01:18:48'),(29299,4,7998,'OPD','2013-10-29 01:18:48'),(29300,5,7998,'','2013-10-29 01:18:48'),(29301,6,7998,'50.00','2013-10-29 01:18:48'),(29302,7,7998,'DAY','2013-10-29 01:18:48'),(29303,1,7999,'3576451','2013-10-29 01:58:52'),(29304,2,7999,'590052','2013-10-29 01:58:52'),(29305,3,7999,'','2013-10-29 01:58:52'),(29306,4,7999,'OPD','2013-10-29 01:58:52'),(29307,5,7999,'','2013-10-29 01:58:52'),(29308,6,7999,'47.00','2013-10-29 01:58:52'),(29309,7,7999,'DAY','2013-10-29 01:58:52'),(29310,1,8001,'','2013-10-29 01:58:52'),(29311,2,8001,'','2013-10-29 01:58:52'),(29312,3,8001,'','2013-10-29 01:58:52'),(29313,4,8001,'','2013-10-29 01:58:52'),(29314,5,8001,'','2013-10-29 01:58:52'),(29315,6,8001,'','2013-10-29 01:58:52'),(29316,7,8001,'DAY','2013-10-29 01:58:52'),(29317,1,8002,'3576454','2013-10-29 01:59:26'),(29318,2,8002,'','2013-10-29 01:59:26'),(29319,3,8002,'','2013-10-29 01:59:26'),(29320,4,8002,'','2013-10-29 01:59:26'),(29321,5,8002,'','2013-10-29 01:59:26'),(29322,6,8002,'333.76','2013-10-29 01:59:26'),(29323,7,8002,'DAY','2013-10-29 01:59:26'),(29324,1,8003,'3576455','2013-10-29 02:02:44'),(29325,2,8003,'','2013-10-29 02:02:44'),(29326,3,8003,'','2013-10-29 02:02:44'),(29327,4,8003,'OPD','2013-10-29 02:02:44'),(29328,5,8003,'','2013-10-29 02:02:44'),(29329,6,8003,'121.00','2013-10-29 02:02:44'),(29330,7,8003,'DAY','2013-10-29 02:02:44'),(29331,1,8005,'','2013-10-29 02:02:44'),(29332,2,8005,'','2013-10-29 02:02:44'),(29333,3,8005,'','2013-10-29 02:02:44'),(29334,4,8005,'','2013-10-29 02:02:44'),(29335,5,8005,'','2013-10-29 02:02:44'),(29336,6,8005,'','2013-10-29 02:02:44'),(29337,7,8005,'DAY','2013-10-29 02:02:44'),(29338,1,8006,'3576448','2013-10-29 02:05:32'),(29339,2,8006,'','2013-10-29 02:05:32'),(29340,3,8006,'','2013-10-29 02:05:32'),(29341,4,8006,'OPD','2013-10-29 02:05:32'),(29342,5,8006,'','2013-10-29 02:05:32'),(29343,6,8006,'104.00','2013-10-29 02:05:32'),(29344,7,8006,'DAY','2013-10-29 02:05:32'),(29345,1,8008,'','2013-10-29 02:05:32'),(29346,2,8008,'','2013-10-29 02:05:32'),(29347,3,8008,'','2013-10-29 02:05:32'),(29348,4,8008,'','2013-10-29 02:05:32'),(29349,5,8008,'','2013-10-29 02:05:32'),(29350,6,8008,'','2013-10-29 02:05:32'),(29351,7,8008,'DAY','2013-10-29 02:05:32'),(29352,1,8009,'3576459','2013-10-29 02:08:45'),(29353,2,8009,'','2013-10-29 02:08:45'),(29354,3,8009,'','2013-10-29 02:08:45'),(29355,4,8009,'OPD','2013-10-29 02:08:45'),(29356,5,8009,'','2013-10-29 02:08:45'),(29357,6,8009,'99.40','2013-10-29 02:08:45'),(29358,7,8009,'DAY','2013-10-29 02:08:45'),(29359,1,8011,'','2013-10-29 02:08:45'),(29360,2,8011,'','2013-10-29 02:08:45'),(29361,3,8011,'','2013-10-29 02:08:45'),(29362,4,8011,'','2013-10-29 02:08:45'),(29363,5,8011,'','2013-10-29 02:08:45'),(29364,6,8011,'','2013-10-29 02:08:45'),(29365,7,8011,'DAY','2013-10-29 02:08:45'),(29366,1,8012,'3576462','2013-10-29 02:10:33'),(29367,2,8012,'','2013-10-29 02:10:33'),(29368,3,8012,'','2013-10-29 02:10:33'),(29369,4,8012,'OPD','2013-10-29 02:10:33'),(29370,5,8012,'','2013-10-29 02:10:33'),(29371,6,8012,'19.00','2013-10-29 02:10:33'),(29372,7,8012,'DAY','2013-10-29 02:10:33'),(29373,1,8013,'3576457','2013-10-29 02:17:29'),(29374,2,8013,'','2013-10-29 02:17:29'),(29375,3,8013,'','2013-10-29 02:17:29'),(29376,4,8013,'WARD','2013-10-29 02:17:29'),(29377,5,8013,'214712','2013-10-29 02:17:29'),(29378,6,8013,'160.00','2013-10-29 02:17:29'),(29379,7,8013,'DAY','2013-10-29 02:17:29'),(29380,1,8015,'','2013-10-29 02:17:29'),(29381,2,8015,'','2013-10-29 02:17:29'),(29382,3,8015,'','2013-10-29 02:17:29'),(29383,4,8015,'','2013-10-29 02:17:29'),(29384,5,8015,'','2013-10-29 02:17:29'),(29385,6,8015,'','2013-10-29 02:17:29'),(29386,7,8015,'DAY','2013-10-29 02:17:29'),(29387,1,8018,'','2013-10-29 02:17:30'),(29388,2,8018,'','2013-10-29 02:17:30'),(29389,3,8018,'','2013-10-29 02:17:30'),(29390,4,8018,'','2013-10-29 02:17:30'),(29391,5,8018,'','2013-10-29 02:17:30'),(29392,6,8018,'','2013-10-29 02:17:30'),(29393,7,8018,'DAY','2013-10-29 02:17:30'),(29394,1,8019,'3576474','2013-10-29 02:31:08'),(29395,2,8019,'590059','2013-10-29 02:31:08'),(29396,3,8019,'','2013-10-29 02:31:08'),(29397,4,8019,'OPD','2013-10-29 02:31:08'),(29398,5,8019,'','2013-10-29 02:31:08'),(29399,6,8019,'87.00','2013-10-29 02:31:08'),(29400,7,8019,'DAY','2013-10-29 02:31:08'),(29401,1,8021,'','2013-10-29 02:31:08'),(29402,2,8021,'','2013-10-29 02:31:08'),(29403,3,8021,'','2013-10-29 02:31:08'),(29404,4,8021,'','2013-10-29 02:31:08'),(29405,5,8021,'','2013-10-29 02:31:08'),(29406,6,8021,'','2013-10-29 02:31:08'),(29407,7,8021,'DAY','2013-10-29 02:31:08'),(29408,1,8022,'3576492','2013-10-29 02:47:05'),(29409,2,8022,'','2013-10-29 02:47:05'),(29410,3,8022,'','2013-10-29 02:47:05'),(29411,4,8022,'OPD','2013-10-29 02:47:05'),(29412,5,8022,'','2013-10-29 02:47:05'),(29413,6,8022,'276.40','2013-10-29 02:47:05'),(29414,7,8022,'DAY','2013-10-29 02:47:05'),(29415,1,8024,'','2013-10-29 02:47:05'),(29416,2,8024,'','2013-10-29 02:47:05'),(29417,3,8024,'','2013-10-29 02:47:05'),(29418,4,8024,'','2013-10-29 02:47:05'),(29419,5,8024,'','2013-10-29 02:47:05'),(29420,6,8024,'','2013-10-29 02:47:05'),(29421,7,8024,'DAY','2013-10-29 02:47:05'),(29422,1,8027,'','2013-10-29 02:47:06'),(29423,2,8027,'','2013-10-29 02:47:06'),(29424,3,8027,'','2013-10-29 02:47:06'),(29425,4,8027,'','2013-10-29 02:47:06'),(29426,5,8027,'','2013-10-29 02:47:06'),(29427,6,8027,'','2013-10-29 02:47:06'),(29428,7,8027,'DAY','2013-10-29 02:47:06'),(29429,1,8031,'','2013-10-29 02:47:06'),(29430,2,8031,'','2013-10-29 02:47:06'),(29431,3,8031,'','2013-10-29 02:47:06'),(29432,4,8031,'','2013-10-29 02:47:06'),(29433,5,8031,'','2013-10-29 02:47:06'),(29434,6,8031,'','2013-10-29 02:47:06'),(29435,7,8031,'DAY','2013-10-29 02:47:06'),(29436,1,8032,'3576499','2013-10-29 02:51:20'),(29437,2,8032,'','2013-10-29 02:51:20'),(29438,3,8032,'','2013-10-29 02:51:20'),(29439,4,8032,'OPD','2013-10-29 02:51:20'),(29440,5,8032,'','2013-10-29 02:51:20'),(29441,6,8032,'79.00','2013-10-29 02:51:20'),(29442,7,8032,'DAY','2013-10-29 02:51:20'),(29443,1,8034,'','2013-10-29 02:51:20'),(29444,2,8034,'','2013-10-29 02:51:20'),(29445,3,8034,'','2013-10-29 02:51:20'),(29446,4,8034,'','2013-10-29 02:51:20'),(29447,5,8034,'','2013-10-29 02:51:20'),(29448,6,8034,'','2013-10-29 02:51:20'),(29449,7,8034,'DAY','2013-10-29 02:51:20'),(29450,1,8035,'3576502','2013-10-29 03:04:22'),(29451,2,8035,'','2013-10-29 03:04:22'),(29452,3,8035,'','2013-10-29 03:04:22'),(29453,4,8035,'OPD','2013-10-29 03:04:22'),(29454,5,8035,'','2013-10-29 03:04:22'),(29455,6,8035,'66.00','2013-10-29 03:04:22'),(29456,7,8035,'DAY','2013-10-29 03:04:22'),(29457,1,8036,'3576501','2013-10-29 03:06:42'),(29458,2,8036,'','2013-10-29 03:06:42'),(29459,3,8036,'','2013-10-29 03:06:42'),(29460,4,8036,'OPD','2013-10-29 03:06:42'),(29461,5,8036,'','2013-10-29 03:06:42'),(29462,6,8036,'160.00','2013-10-29 03:06:42'),(29463,7,8036,'DAY','2013-10-29 03:06:42'),(29464,1,8038,'','2013-10-29 03:06:43'),(29465,2,8038,'','2013-10-29 03:06:43'),(29466,3,8038,'','2013-10-29 03:06:43'),(29467,4,8038,'','2013-10-29 03:06:43'),(29468,5,8038,'','2013-10-29 03:06:43'),(29469,6,8038,'','2013-10-29 03:06:43'),(29470,7,8038,'DAY','2013-10-29 03:06:43'),(29471,1,8039,'','2013-10-29 03:16:50'),(29472,2,8039,'','2013-10-29 03:16:50'),(29473,3,8039,'','2013-10-29 03:16:50'),(29474,4,8039,'','2013-10-29 03:16:50'),(29475,5,8039,'','2013-10-29 03:16:50'),(29476,6,8039,'','2013-10-29 03:16:50'),(29477,7,8039,'DAY','2013-10-29 03:16:50'),(29478,1,8040,'3576523','2013-10-29 03:49:55'),(29479,2,8040,'590084','2013-10-29 03:49:55'),(29480,3,8040,'','2013-10-29 03:49:55'),(29481,4,8040,'OPD','2013-10-29 03:49:55'),(29482,5,8040,'','2013-10-29 03:49:55'),(29483,6,8040,'15','2013-10-29 03:49:55'),(29484,7,8040,'NIGHT','2013-10-29 03:49:55'),(29485,1,8041,'','2013-10-29 04:12:36'),(29486,2,8041,'','2013-10-29 04:12:36'),(29487,3,8041,'','2013-10-29 04:12:36'),(29488,4,8041,'OPD','2013-10-29 04:12:36'),(29489,5,8041,'','2013-10-29 04:12:36'),(29490,6,8041,'170','2013-10-29 04:12:36'),(29491,7,8041,'NIGHT','2013-10-29 04:12:36'),(29492,1,8043,'','2013-10-29 04:12:37'),(29493,2,8043,'','2013-10-29 04:12:37'),(29494,3,8043,'','2013-10-29 04:12:37'),(29495,4,8043,'','2013-10-29 04:12:37'),(29496,5,8043,'','2013-10-29 04:12:37'),(29497,6,8043,'','2013-10-29 04:12:37'),(29498,7,8043,'DAY','2013-10-29 04:12:37'),(29499,1,8046,'','2013-10-29 04:12:37'),(29500,2,8046,'','2013-10-29 04:12:37'),(29501,3,8046,'','2013-10-29 04:12:37'),(29502,4,8046,'','2013-10-29 04:12:37'),(29503,5,8046,'','2013-10-29 04:12:37'),(29504,6,8046,'','2013-10-29 04:12:37'),(29505,7,8046,'DAY','2013-10-29 04:12:37'),(29506,1,8047,'','2013-10-29 04:15:25'),(29507,2,8047,'','2013-10-29 04:15:25'),(29508,3,8047,'','2013-10-29 04:15:25'),(29509,4,8047,'OPD','2013-10-29 04:15:25'),(29510,5,8047,'','2013-10-29 04:15:25'),(29511,6,8047,'183','2013-10-29 04:15:25'),(29512,7,8047,'NIGHT','2013-10-29 04:15:25'),(29513,1,8049,'','2013-10-29 04:15:25'),(29514,2,8049,'','2013-10-29 04:15:25'),(29515,3,8049,'','2013-10-29 04:15:25'),(29516,4,8049,'','2013-10-29 04:15:25'),(29517,5,8049,'','2013-10-29 04:15:25'),(29518,6,8049,'','2013-10-29 04:15:25'),(29519,7,8049,'DAY','2013-10-29 04:15:25'),(29520,1,8052,'','2013-10-29 04:15:25'),(29521,2,8052,'','2013-10-29 04:15:25'),(29522,3,8052,'','2013-10-29 04:15:25'),(29523,4,8052,'','2013-10-29 04:15:25'),(29524,5,8052,'','2013-10-29 04:15:25'),(29525,6,8052,'','2013-10-29 04:15:25'),(29526,7,8052,'DAY','2013-10-29 04:15:25'),(29527,1,8056,'','2013-10-29 04:15:26'),(29528,2,8056,'','2013-10-29 04:15:26'),(29529,3,8056,'','2013-10-29 04:15:26'),(29530,4,8056,'','2013-10-29 04:15:26'),(29531,5,8056,'','2013-10-29 04:15:26'),(29532,6,8056,'','2013-10-29 04:15:26'),(29533,7,8056,'DAY','2013-10-29 04:15:26'),(29534,1,8057,'','2013-10-29 04:18:02'),(29535,2,8057,'','2013-10-29 04:18:02'),(29536,3,8057,'','2013-10-29 04:18:02'),(29537,4,8057,'OPD','2013-10-29 04:18:02'),(29538,5,8057,'','2013-10-29 04:18:02'),(29539,6,8057,'47','2013-10-29 04:18:02'),(29540,7,8057,'DAY','2013-10-29 04:18:02'),(29541,1,8059,'','2013-10-29 04:18:02'),(29542,2,8059,'','2013-10-29 04:18:02'),(29543,3,8059,'','2013-10-29 04:18:02'),(29544,4,8059,'','2013-10-29 04:18:02'),(29545,5,8059,'','2013-10-29 04:18:02'),(29546,6,8059,'','2013-10-29 04:18:02'),(29547,7,8059,'DAY','2013-10-29 04:18:02'),(29548,1,8060,'','2013-10-29 04:21:25'),(29549,2,8060,'','2013-10-29 04:21:25'),(29550,3,8060,'','2013-10-29 04:21:25'),(29551,4,8060,'OPD','2013-10-29 04:21:25'),(29552,5,8060,'','2013-10-29 04:21:25'),(29553,6,8060,'66','2013-10-29 04:21:25'),(29554,7,8060,'NIGHT','2013-10-29 04:21:25'),(29555,1,8061,'','2013-10-29 04:25:36'),(29556,2,8061,'','2013-10-29 04:25:36'),(29557,3,8061,'','2013-10-29 04:25:36'),(29558,4,8061,'OPD','2013-10-29 04:25:36'),(29559,5,8061,'','2013-10-29 04:25:36'),(29560,6,8061,'66','2013-10-29 04:25:36'),(29561,7,8061,'NIGHT','2013-10-29 04:25:36'),(29562,1,8062,'','2013-10-29 04:29:43'),(29563,2,8062,'','2013-10-29 04:29:43'),(29564,3,8062,'','2013-10-29 04:29:43'),(29565,4,8062,'OPD','2013-10-29 04:29:43'),(29566,5,8062,'','2013-10-29 04:29:43'),(29567,6,8062,'22','2013-10-29 04:29:43'),(29568,7,8062,'NIGHT','2013-10-29 04:29:44'),(29569,1,8063,'3576535','2013-10-29 04:49:04'),(29570,2,8063,'590068','2013-10-29 04:49:04'),(29571,3,8063,'','2013-10-29 04:49:04'),(29572,4,8063,'OPD','2013-10-29 04:49:04'),(29573,5,8063,'','2013-10-29 04:49:04'),(29574,6,8063,'9.5','2013-10-29 04:49:04'),(29575,7,8063,'NIGHT','2013-10-29 04:49:04'),(29576,1,8064,'','2013-10-29 06:28:10'),(29577,2,8064,'','2013-10-29 06:28:10'),(29578,3,8064,'','2013-10-29 06:28:10'),(29579,4,8064,'OPD','2013-10-29 06:28:10'),(29580,5,8064,'','2013-10-29 06:28:10'),(29581,6,8064,'32','2013-10-29 06:28:10'),(29582,7,8064,'NIGHT','2013-10-29 06:28:10'),(29583,1,8065,'','2013-10-29 06:36:02'),(29584,2,8065,'','2013-10-29 06:36:02'),(29585,3,8065,'','2013-10-29 06:36:02'),(29586,4,8065,'OPD','2013-10-29 06:36:02'),(29587,5,8065,'','2013-10-29 06:36:02'),(29588,6,8065,'141','2013-10-29 06:36:02'),(29589,7,8065,'NIGHT','2013-10-29 06:36:02'),(29590,1,8067,'','2013-10-29 06:36:02'),(29591,2,8067,'','2013-10-29 06:36:02'),(29592,3,8067,'','2013-10-29 06:36:02'),(29593,4,8067,'','2013-10-29 06:36:02'),(29594,5,8067,'','2013-10-29 06:36:02'),(29595,6,8067,'','2013-10-29 06:36:02'),(29596,7,8067,'DAY','2013-10-29 06:36:02'),(29597,1,8068,'','2013-10-29 06:39:35'),(29598,2,8068,'','2013-10-29 06:39:35'),(29599,3,8068,'','2013-10-29 06:39:35'),(29600,4,8068,'OPD','2013-10-29 06:39:35'),(29601,5,8068,'','2013-10-29 06:39:35'),(29602,6,8068,'50','2013-10-29 06:39:35'),(29603,7,8068,'NIGHT','2013-10-29 06:39:35'),(29604,1,8070,'','2013-10-29 06:39:35'),(29605,2,8070,'','2013-10-29 06:39:35'),(29606,3,8070,'','2013-10-29 06:39:35'),(29607,4,8070,'','2013-10-29 06:39:35'),(29608,5,8070,'','2013-10-29 06:39:35'),(29609,6,8070,'','2013-10-29 06:39:35'),(29610,7,8070,'DAY','2013-10-29 06:39:35'),(29611,1,8071,'','2013-10-29 06:51:20'),(29612,2,8071,'','2013-10-29 06:51:20'),(29613,3,8071,'','2013-10-29 06:51:20'),(29614,4,8071,'OPD','2013-10-29 06:51:20'),(29615,5,8071,'214714','2013-10-29 06:51:20'),(29616,6,8071,'142','2013-10-29 06:51:20'),(29617,7,8071,'NIGHT','2013-10-29 06:51:20'),(29618,1,8073,'','2013-10-29 06:51:20'),(29619,2,8073,'','2013-10-29 06:51:20'),(29620,3,8073,'','2013-10-29 06:51:20'),(29621,4,8073,'','2013-10-29 06:51:20'),(29622,5,8073,'','2013-10-29 06:51:20'),(29623,6,8073,'','2013-10-29 06:51:20'),(29624,7,8073,'DAY','2013-10-29 06:51:20'),(29625,1,8076,'','2013-10-29 06:51:21'),(29626,2,8076,'','2013-10-29 06:51:21'),(29627,3,8076,'','2013-10-29 06:51:21'),(29628,4,8076,'','2013-10-29 06:51:21'),(29629,5,8076,'','2013-10-29 06:51:21'),(29630,6,8076,'','2013-10-29 06:51:21'),(29631,7,8076,'DAY','2013-10-29 06:51:21'),(29632,1,8077,'','2013-10-30 07:23:19'),(29633,2,8077,'','2013-10-30 07:23:19'),(29634,3,8077,'','2013-10-30 07:23:19'),(29635,4,8077,'OPD','2013-10-30 07:23:19'),(29636,5,8077,'','2013-10-30 07:23:19'),(29637,6,8077,'112','2013-10-30 07:23:19'),(29638,7,8077,'DAY','2013-10-30 07:23:19'),(29639,1,8079,'','2013-10-30 07:23:19'),(29640,2,8079,'','2013-10-30 07:23:19'),(29641,3,8079,'','2013-10-30 07:23:19'),(29642,4,8079,'','2013-10-30 07:23:19'),(29643,5,8079,'','2013-10-30 07:23:19'),(29644,6,8079,'','2013-10-30 07:23:19'),(29645,7,8079,'DAY','2013-10-30 07:23:19'),(29646,1,8082,'','2013-10-30 07:23:19'),(29647,2,8082,'','2013-10-30 07:23:19'),(29648,3,8082,'','2013-10-30 07:23:19'),(29649,4,8082,'','2013-10-30 07:23:19'),(29650,5,8082,'','2013-10-30 07:23:19'),(29651,6,8082,'','2013-10-30 07:23:19'),(29652,7,8082,'DAY','2013-10-30 07:23:19'),(29653,1,8083,'3576590','2013-10-29 08:06:56'),(29654,2,8083,'','2013-10-29 08:06:56'),(29655,3,8083,'','2013-10-29 08:06:56'),(29656,4,8083,'','2013-10-29 08:06:56'),(29657,5,8083,'214715','2013-10-29 08:06:56'),(29658,6,8083,'96','2013-10-29 08:06:56'),(29659,7,8083,'NIGHT','2013-10-29 08:06:56'),(29660,1,8085,'','2013-10-29 08:06:56'),(29661,2,8085,'','2013-10-29 08:06:56'),(29662,3,8085,'','2013-10-29 08:06:56'),(29663,4,8085,'','2013-10-29 08:06:56'),(29664,5,8085,'','2013-10-29 08:06:56'),(29665,6,8085,'','2013-10-29 08:06:56'),(29666,7,8085,'DAY','2013-10-29 08:06:56'),(29667,1,8088,'','2013-10-29 08:06:56'),(29668,2,8088,'','2013-10-29 08:06:56'),(29669,3,8088,'','2013-10-29 08:06:56'),(29670,4,8088,'','2013-10-29 08:06:56'),(29671,5,8088,'','2013-10-29 08:06:56'),(29672,6,8088,'','2013-10-29 08:06:56'),(29673,7,8088,'DAY','2013-10-29 08:06:56'),(29674,1,8089,'3576595','2013-10-29 10:24:56'),(29675,2,8089,'','2013-10-29 10:24:56'),(29676,3,8089,'','2013-10-29 10:24:56'),(29677,4,8089,'W','2013-10-29 10:24:56'),(29678,5,8089,'','2013-10-29 10:24:56'),(29679,6,8089,'22','2013-10-29 10:24:56'),(29680,7,8089,'DAY','2013-10-29 10:24:56'),(29681,1,8090,'','2013-10-29 10:31:47'),(29682,2,8090,'','2013-10-29 10:31:47'),(29683,3,8090,'','2013-10-29 10:31:47'),(29684,4,8090,'','2013-10-29 10:31:47'),(29685,5,8090,'214716','2013-10-29 10:31:47'),(29686,6,8090,'317','2013-10-29 10:31:47'),(29687,7,8090,'NIGHT','2013-10-29 10:31:47'),(29688,1,8092,'','2013-10-29 10:31:47'),(29689,2,8092,'','2013-10-29 10:31:47'),(29690,3,8092,'','2013-10-29 10:31:47'),(29691,4,8092,'','2013-10-29 10:31:47'),(29692,5,8092,'','2013-10-29 10:31:47'),(29693,6,8092,'','2013-10-29 10:31:47'),(29694,7,8092,'DAY','2013-10-29 10:31:47'),(29695,1,8095,'','2013-10-29 10:31:47'),(29696,2,8095,'','2013-10-29 10:31:47'),(29697,3,8095,'','2013-10-29 10:31:47'),(29698,4,8095,'','2013-10-29 10:31:47'),(29699,5,8095,'','2013-10-29 10:31:47'),(29700,6,8095,'','2013-10-29 10:31:47'),(29701,7,8095,'DAY','2013-10-29 10:31:47'),(29702,1,8096,'','2013-10-29 14:08:57'),(29703,2,8096,'','2013-10-29 14:08:57'),(29704,3,8096,'','2013-10-29 14:08:57'),(29705,4,8096,'OPD','2013-10-29 14:08:57'),(29706,5,8096,'','2013-10-29 14:08:57'),(29707,6,8096,'25','2013-10-29 14:08:57'),(29708,7,8096,'NIGHT','2013-10-29 14:08:57'),(29709,1,8098,'','2013-10-29 14:08:58'),(29710,2,8098,'','2013-10-29 14:08:58'),(29711,3,8098,'','2013-10-29 14:08:58'),(29712,4,8098,'','2013-10-29 14:08:58'),(29713,5,8098,'','2013-10-29 14:08:58'),(29714,6,8098,'','2013-10-29 14:08:58'),(29715,7,8098,'DAY','2013-10-29 14:08:58'),(29716,1,8099,'','2013-10-29 14:15:07'),(29717,2,8099,'590098','2013-10-29 14:15:07'),(29718,3,8099,'','2013-10-29 14:15:07'),(29719,4,8099,'OPD','2013-10-29 14:15:07'),(29720,5,8099,'','2013-10-29 14:15:07'),(29721,6,8099,'23','2013-10-29 14:15:07'),(29722,7,8099,'NIGHT','2013-10-29 14:15:07'),(29723,1,8101,'','2013-10-29 14:15:07'),(29724,2,8101,'','2013-10-29 14:15:07'),(29725,3,8101,'','2013-10-29 14:15:07'),(29726,4,8101,'','2013-10-29 14:15:07'),(29727,5,8101,'','2013-10-29 14:15:07'),(29728,6,8101,'','2013-10-29 14:15:07'),(29729,7,8101,'DAY','2013-10-29 14:15:07'),(29730,1,8102,'','2013-10-29 14:17:16'),(29731,2,8102,'','2013-10-29 14:17:16'),(29732,3,8102,'','2013-10-29 14:17:16'),(29733,4,8102,'OPD','2013-10-29 14:17:17'),(29734,5,8102,'','2013-10-29 14:17:17'),(29735,6,8102,'25','2013-10-29 14:17:17'),(29736,7,8102,'NIGHT','2013-10-29 14:17:17'),(29737,1,8104,'','2013-10-29 14:17:17'),(29738,2,8104,'','2013-10-29 14:17:17'),(29739,3,8104,'','2013-10-29 14:17:17'),(29740,4,8104,'','2013-10-29 14:17:17'),(29741,5,8104,'','2013-10-29 14:17:17'),(29742,6,8104,'','2013-10-29 14:17:17'),(29743,7,8104,'DAY','2013-10-29 14:17:17'),(29744,1,8105,'','2013-10-29 14:19:53'),(29745,2,8105,'590099','2013-10-29 14:19:53'),(29746,3,8105,'','2013-10-29 14:19:53'),(29747,4,8105,'OPD','2013-10-29 14:19:53'),(29748,5,8105,'','2013-10-29 14:19:53'),(29749,6,8105,'143.4','2013-10-29 14:19:53'),(29750,7,8105,'NIGHT','2013-10-29 14:19:53'),(29751,1,8106,'','2013-10-29 14:31:56'),(29752,2,8106,'','2013-10-29 14:31:56'),(29753,3,8106,'','2013-10-29 14:31:56'),(29754,4,8106,'OPD','2013-10-29 14:31:56'),(29755,5,8106,'','2013-10-29 14:31:56'),(29756,6,8106,'81.24','2013-10-29 14:31:56'),(29757,7,8106,'NIGHT','2013-10-29 14:31:56'),(29758,1,8108,'','2013-10-29 14:31:56'),(29759,2,8108,'','2013-10-29 14:31:56'),(29760,3,8108,'','2013-10-29 14:31:56'),(29761,4,8108,'','2013-10-29 14:31:56'),(29762,5,8108,'','2013-10-29 14:31:56'),(29763,6,8108,'','2013-10-29 14:31:56'),(29764,7,8108,'DAY','2013-10-29 14:31:56'),(29765,1,8109,'','2013-10-29 14:42:17'),(29766,2,8109,'590100','2013-10-29 14:42:17'),(29767,3,8109,'','2013-10-29 14:42:17'),(29768,4,8109,'OPD','2013-10-29 14:42:17'),(29769,5,8109,'','2013-10-29 14:42:17'),(29770,6,8109,'11','2013-10-29 14:42:17'),(29771,7,8109,'NIGHT','2013-10-29 14:42:17'),(29772,1,8110,'','2013-10-29 14:56:20'),(29773,2,8110,'','2013-10-29 14:56:20'),(29774,3,8110,'','2013-10-29 14:56:20'),(29775,4,8110,'OPD','2013-10-29 14:56:20'),(29776,5,8110,'','2013-10-29 14:56:20'),(29777,6,8110,'57','2013-10-29 14:56:20'),(29778,7,8110,'NIGHT','2013-10-29 14:56:20'),(29779,1,8112,'','2013-10-29 14:56:21'),(29780,2,8112,'','2013-10-29 14:56:21'),(29781,3,8112,'','2013-10-29 14:56:21'),(29782,4,8112,'','2013-10-29 14:56:21'),(29783,5,8112,'','2013-10-29 14:56:21'),(29784,6,8112,'','2013-10-29 14:56:21'),(29785,7,8112,'DAY','2013-10-29 14:56:21'),(29786,1,8113,'3576633','2013-10-29 15:07:43'),(29787,2,8113,'590105','2013-10-29 15:07:43'),(29788,3,8113,'','2013-10-29 15:07:43'),(29789,4,8113,'OPD','2013-10-29 15:07:43'),(29790,5,8113,'','2013-10-29 15:07:43'),(29791,6,8113,'13.9','2013-10-29 15:07:43'),(29792,7,8113,'NIGHT','2013-10-29 15:07:43'),(29793,1,8115,'','2013-10-29 15:07:43'),(29794,2,8115,'','2013-10-29 15:07:43'),(29795,3,8115,'','2013-10-29 15:07:43'),(29796,4,8115,'','2013-10-29 15:07:43'),(29797,5,8115,'','2013-10-29 15:07:43'),(29798,6,8115,'','2013-10-29 15:07:43'),(29799,7,8115,'DAY','2013-10-29 15:07:43'),(29800,1,8118,'','2013-10-29 15:07:43'),(29801,2,8118,'','2013-10-29 15:07:43'),(29802,3,8118,'','2013-10-29 15:07:43'),(29803,4,8118,'','2013-10-29 15:07:43'),(29804,5,8118,'','2013-10-29 15:07:43'),(29805,6,8118,'','2013-10-29 15:07:43'),(29806,7,8118,'DAY','2013-10-29 15:07:43'),(29807,1,8119,'','2013-10-29 15:14:12'),(29808,2,8119,'','2013-10-29 15:14:12'),(29809,3,8119,'','2013-10-29 15:14:12'),(29810,4,8119,'OPD','2013-10-29 15:14:12'),(29811,5,8119,'','2013-10-29 15:14:12'),(29812,6,8119,'273','2013-10-29 15:14:12'),(29813,7,8119,'NIGHT','2013-10-29 15:14:12'),(29814,1,8121,'','2013-10-29 15:14:13'),(29815,2,8121,'','2013-10-29 15:14:13'),(29816,3,8121,'','2013-10-29 15:14:13'),(29817,4,8121,'','2013-10-29 15:14:13'),(29818,5,8121,'','2013-10-29 15:14:13'),(29819,6,8121,'','2013-10-29 15:14:13'),(29820,7,8121,'DAY','2013-10-29 15:14:13'),(29821,1,8124,'','2013-10-29 15:14:13'),(29822,2,8124,'','2013-10-29 15:14:13'),(29823,3,8124,'','2013-10-29 15:14:13'),(29824,4,8124,'','2013-10-29 15:14:13'),(29825,5,8124,'','2013-10-29 15:14:13'),(29826,6,8124,'','2013-10-29 15:14:13'),(29827,7,8124,'DAY','2013-10-29 15:14:13'),(29828,1,8125,'3576647','2013-10-29 15:32:54'),(29829,2,8125,'590110','2013-10-29 15:32:54'),(29830,3,8125,'','2013-10-29 15:32:54'),(29831,4,8125,'OPD','2013-10-29 15:32:54'),(29832,5,8125,'','2013-10-29 15:32:54'),(29833,6,8125,'23.00','2013-10-29 15:32:54'),(29834,7,8125,'DAY','2013-10-29 15:32:54'),(29835,1,8127,'','2013-10-29 15:32:54'),(29836,2,8127,'','2013-10-29 15:32:54'),(29837,3,8127,'','2013-10-29 15:32:54'),(29838,4,8127,'','2013-10-29 15:32:54'),(29839,5,8127,'','2013-10-29 15:32:54'),(29840,6,8127,'','2013-10-29 15:32:54'),(29841,7,8127,'DAY','2013-10-29 15:32:54'),(29842,1,8128,'3576422','2013-10-29 15:35:06'),(29843,2,8128,'','2013-10-29 15:35:06'),(29844,3,8128,'','2013-10-29 15:35:06'),(29845,4,8128,'OPD','2013-10-29 15:35:06'),(29846,5,8128,'','2013-10-29 15:35:06'),(29847,6,8128,'47.00','2013-10-29 15:35:06'),(29848,7,8128,'DAY','2013-10-29 15:35:06'),(29849,1,8130,'','2013-10-29 15:35:06'),(29850,2,8130,'','2013-10-29 15:35:06'),(29851,3,8130,'','2013-10-29 15:35:06'),(29852,4,8130,'','2013-10-29 15:35:06'),(29853,5,8130,'','2013-10-29 15:35:06'),(29854,6,8130,'','2013-10-29 15:35:06'),(29855,7,8130,'DAY','2013-10-29 15:35:06'),(29856,1,8131,'','2013-10-29 15:52:53'),(29857,2,8131,'','2013-10-29 15:52:53'),(29858,3,8131,'','2013-10-29 15:52:53'),(29859,4,8131,'','2013-10-29 15:52:53'),(29860,5,8131,'','2013-10-29 15:52:53'),(29861,6,8131,'','2013-10-29 15:52:53'),(29862,7,8131,'DAY','2013-10-29 15:52:53'),(29863,1,8132,'3576664','2013-10-29 15:56:45'),(29864,2,8132,'','2013-10-29 15:56:45'),(29865,3,8132,'','2013-10-29 15:56:45'),(29866,4,8132,'OPD','2013-10-29 15:56:45'),(29867,5,8132,'','2013-10-29 15:56:45'),(29868,6,8132,'126.00','2013-10-29 15:56:45'),(29869,7,8132,'DAY','2013-10-29 15:56:45'),(29870,1,8134,'','2013-10-29 15:56:45'),(29871,2,8134,'','2013-10-29 15:56:45'),(29872,3,8134,'','2013-10-29 15:56:45'),(29873,4,8134,'','2013-10-29 15:56:45'),(29874,5,8134,'','2013-10-29 15:56:45'),(29875,6,8134,'','2013-10-29 15:56:45'),(29876,7,8134,'DAY','2013-10-29 15:56:45'),(29877,1,8137,'','2013-10-29 15:56:46'),(29878,2,8137,'','2013-10-29 15:56:46'),(29879,3,8137,'','2013-10-29 15:56:46'),(29880,4,8137,'','2013-10-29 15:56:46'),(29881,5,8137,'','2013-10-29 15:56:46'),(29882,6,8137,'','2013-10-29 15:56:46'),(29883,7,8137,'DAY','2013-10-29 15:56:46'),(29884,1,8138,'3574735','2013-10-29 16:05:23'),(29885,2,8138,'','2013-10-29 16:05:23'),(29886,3,8138,'','2013-10-29 16:05:23'),(29887,4,8138,'OPD','2013-10-29 16:05:23'),(29888,5,8138,'','2013-10-29 16:05:23'),(29889,6,8138,'25.00','2013-10-29 16:05:23'),(29890,7,8138,'DAY','2013-10-29 16:05:23'),(29891,1,8140,'','2013-10-29 16:05:24'),(29892,2,8140,'','2013-10-29 16:05:24'),(29893,3,8140,'','2013-10-29 16:05:24'),(29894,4,8140,'','2013-10-29 16:05:24'),(29895,5,8140,'','2013-10-29 16:05:24'),(29896,6,8140,'','2013-10-29 16:05:24'),(29897,7,8140,'DAY','2013-10-29 16:05:24'),(29898,1,8141,'3576258','2013-10-29 16:12:51'),(29899,2,8141,'','2013-10-29 16:12:51'),(29900,3,8141,'','2013-10-29 16:12:51'),(29901,4,8141,'OPD','2013-10-29 16:12:51'),(29902,5,8141,'','2013-10-29 16:12:51'),(29903,6,8141,'224.00','2013-10-29 16:12:51'),(29904,7,8141,'DAY','2013-10-29 16:12:51'),(29905,1,8143,'','2013-10-29 16:12:51'),(29906,2,8143,'','2013-10-29 16:12:51'),(29907,3,8143,'','2013-10-29 16:12:51'),(29908,4,8143,'','2013-10-29 16:12:51'),(29909,5,8143,'','2013-10-29 16:12:51'),(29910,6,8143,'','2013-10-29 16:12:51'),(29911,7,8143,'DAY','2013-10-29 16:12:51'),(29912,1,8146,'','2013-10-29 16:12:51'),(29913,2,8146,'','2013-10-29 16:12:51'),(29914,3,8146,'','2013-10-29 16:12:51'),(29915,4,8146,'','2013-10-29 16:12:51'),(29916,5,8146,'','2013-10-29 16:12:51'),(29917,6,8146,'','2013-10-29 16:12:51'),(29918,7,8146,'DAY','2013-10-29 16:12:51'),(29919,1,8147,'3576256','2013-10-29 16:15:53'),(29920,2,8147,'','2013-10-29 16:15:53'),(29921,3,8147,'','2013-10-29 16:15:53'),(29922,4,8147,'OPD','2013-10-29 16:15:53'),(29923,5,8147,'','2013-10-29 16:15:53'),(29924,6,8147,'205.00','2013-10-29 16:15:53'),(29925,7,8147,'DAY','2013-10-29 16:15:53'),(29926,1,8149,'','2013-10-29 16:15:53'),(29927,2,8149,'','2013-10-29 16:15:53'),(29928,3,8149,'','2013-10-29 16:15:53'),(29929,4,8149,'','2013-10-29 16:15:53'),(29930,5,8149,'','2013-10-29 16:15:53'),(29931,6,8149,'','2013-10-29 16:15:53'),(29932,7,8149,'DAY','2013-10-29 16:15:53'),(29933,1,8152,'','2013-10-29 16:15:53'),(29934,2,8152,'','2013-10-29 16:15:53'),(29935,3,8152,'','2013-10-29 16:15:53'),(29936,4,8152,'','2013-10-29 16:15:53'),(29937,5,8152,'','2013-10-29 16:15:53'),(29938,6,8152,'','2013-10-29 16:15:53'),(29939,7,8152,'DAY','2013-10-29 16:15:53'),(29940,1,8153,'3576551','2013-10-29 16:19:13'),(29941,2,8153,'590116','2013-10-29 16:19:13'),(29942,3,8153,'','2013-10-29 16:19:13'),(29943,4,8153,'OPD','2013-10-29 16:19:13'),(29944,5,8153,'','2013-10-29 16:19:13'),(29945,6,8153,'24.00','2013-10-29 16:19:13'),(29946,7,8153,'DAY','2013-10-29 16:19:13'),(29947,1,8154,'','2013-10-29 16:22:24'),(29948,2,8154,'','2013-10-29 16:22:24'),(29949,3,8154,'','2013-10-29 16:22:24'),(29950,4,8154,'MEDICALS','2013-10-29 16:22:24'),(29951,5,8154,'','2013-10-29 16:22:24'),(29952,6,8154,'','2013-10-29 16:22:24'),(29953,7,8154,'DAY','2013-10-29 16:22:24'),(29954,1,8156,'','2013-10-29 16:22:24'),(29955,2,8156,'','2013-10-29 16:22:24'),(29956,3,8156,'','2013-10-29 16:22:24'),(29957,4,8156,'','2013-10-29 16:22:24'),(29958,5,8156,'','2013-10-29 16:22:24'),(29959,6,8156,'','2013-10-29 16:22:24'),(29960,7,8156,'DAY','2013-10-29 16:22:24'),(29961,1,8159,'','2013-10-29 16:22:24'),(29962,2,8159,'','2013-10-29 16:22:24'),(29963,3,8159,'','2013-10-29 16:22:24'),(29964,4,8159,'','2013-10-29 16:22:24'),(29965,5,8159,'','2013-10-29 16:22:24'),(29966,6,8159,'','2013-10-29 16:22:24'),(29967,7,8159,'DAY','2013-10-29 16:22:24'),(29968,1,8160,'3575241','2013-10-29 16:24:14'),(29969,2,8160,'','2013-10-29 16:24:14'),(29970,3,8160,'','2013-10-29 16:24:14'),(29971,4,8160,'OPD','2013-10-29 16:24:14'),(29972,5,8160,'','2013-10-29 16:24:14'),(29973,6,8160,'','2013-10-29 16:24:14'),(29974,7,8160,'DAY','2013-10-29 16:24:14'),(29975,1,8161,'3573292','2013-10-29 16:48:34'),(29976,2,8161,'589258','2013-10-29 16:48:34'),(29977,3,8161,'','2013-10-29 16:48:34'),(29978,4,8161,'','2013-10-29 16:48:34'),(29979,5,8161,'','2013-10-29 16:48:34'),(29980,6,8161,'121.00','2013-10-29 16:48:34'),(29981,7,8161,'DAY','2013-10-29 16:48:34'),(29982,1,8163,'','2013-10-29 16:48:34'),(29983,2,8163,'','2013-10-29 16:48:34'),(29984,3,8163,'','2013-10-29 16:48:34'),(29985,4,8163,'','2013-10-29 16:48:34'),(29986,5,8163,'','2013-10-29 16:48:34'),(29987,6,8163,'','2013-10-29 16:48:34'),(29988,7,8163,'DAY','2013-10-29 16:48:34'),(29989,1,8164,'3576726','2013-10-29 17:11:21'),(29990,2,8164,'','2013-10-29 17:11:21'),(29991,3,8164,'','2013-10-29 17:11:21'),(29992,4,8164,'OPD','2013-10-29 17:11:21'),(29993,5,8164,'','2013-10-29 17:11:21'),(29994,6,8164,'79.00','2013-10-29 17:11:21'),(29995,7,8164,'DAY','2013-10-29 17:11:21'),(29996,1,8166,'','2013-10-29 17:11:22'),(29997,2,8166,'','2013-10-29 17:11:22'),(29998,3,8166,'','2013-10-29 17:11:22'),(29999,4,8166,'','2013-10-29 17:11:22'),(30000,5,8166,'','2013-10-29 17:11:22'),(30001,6,8166,'','2013-10-29 17:11:22'),(30002,7,8166,'DAY','2013-10-29 17:11:22'),(30003,1,8167,'3575909','2013-10-29 17:41:13'),(30004,2,8167,'589931','2013-10-29 17:41:14'),(30005,3,8167,'','2013-10-29 17:41:14'),(30006,4,8167,'medicals','2013-10-29 17:41:14'),(30007,5,8167,'','2013-10-29 17:41:14'),(30008,6,8167,'430.00','2013-10-29 17:41:14'),(30009,7,8167,'DAY','2013-10-29 17:41:14'),(30010,1,8168,'3576752','2013-10-29 17:44:43'),(30011,2,8168,'','2013-10-29 17:44:43'),(30012,3,8168,'','2013-10-29 17:44:43'),(30013,4,8168,'WARD','2013-10-29 17:44:43'),(30014,5,8168,'214716','2013-10-29 17:44:43'),(30015,6,8168,'20.00','2013-10-29 17:44:43'),(30016,7,8168,'DAY','2013-10-29 17:44:43'),(30017,1,8169,'3576745','2013-10-29 17:48:15'),(30018,2,8169,'590131','2013-10-29 17:48:15'),(30019,3,8169,'','2013-10-29 17:48:15'),(30020,4,8169,'OPD','2013-10-29 17:48:15'),(30021,5,8169,'','2013-10-29 17:48:15'),(30022,6,8169,'77.00','2013-10-29 17:48:15'),(30023,7,8169,'DAY','2013-10-29 17:48:15'),(30024,1,8171,'','2013-10-29 17:48:15'),(30025,2,8171,'','2013-10-29 17:48:15'),(30026,3,8171,'','2013-10-29 17:48:15'),(30027,4,8171,'','2013-10-29 17:48:15'),(30028,5,8171,'','2013-10-29 17:48:15'),(30029,6,8171,'','2013-10-29 17:48:15'),(30030,7,8171,'DAY','2013-10-29 17:48:15'),(30031,1,8172,'3576755','2013-10-29 17:50:50'),(30032,2,8172,'','2013-10-29 17:50:50'),(30033,3,8172,'','2013-10-29 17:50:50'),(30034,4,8172,'OPD','2013-10-29 17:50:50'),(30035,5,8172,'','2013-10-29 17:50:50'),(30036,6,8172,'81.00','2013-10-29 17:50:50'),(30037,7,8172,'DAY','2013-10-29 17:50:50'),(30038,1,8173,'3576268','2013-10-29 17:53:55'),(30039,2,8173,'','2013-10-29 17:53:55'),(30040,3,8173,'','2013-10-29 17:53:55'),(30041,4,8173,'OPD','2013-10-29 17:53:55'),(30042,5,8173,'','2013-10-29 17:53:55'),(30043,6,8173,'112.00','2013-10-29 17:53:55'),(30044,7,8173,'DAY','2013-10-29 17:53:55'),(30045,1,8175,'','2013-10-29 17:53:55'),(30046,2,8175,'','2013-10-29 17:53:55'),(30047,3,8175,'','2013-10-29 17:53:55'),(30048,4,8175,'','2013-10-29 17:53:55'),(30049,5,8175,'','2013-10-29 17:53:55'),(30050,6,8175,'','2013-10-29 17:53:55'),(30051,7,8175,'DAY','2013-10-29 17:53:55'),(30052,1,8176,'','2013-10-29 17:56:08'),(30053,2,8176,'','2013-10-29 17:56:08'),(30054,3,8176,'','2013-10-29 17:56:08'),(30055,4,8176,'','2013-10-29 17:56:08'),(30056,5,8176,'','2013-10-29 17:56:08'),(30057,6,8176,'','2013-10-29 17:56:08'),(30058,7,8176,'DAY','2013-10-29 17:56:08'),(30059,1,8177,'3576765','2013-10-29 17:58:45'),(30060,2,8177,'','2013-10-29 17:58:45'),(30061,3,8177,'','2013-10-29 17:58:45'),(30062,4,8177,'OPD','2013-10-29 17:58:45'),(30063,5,8177,'','2013-10-29 17:58:45'),(30064,6,8177,'99.00','2013-10-29 17:58:45'),(30065,7,8177,'DAY','2013-10-29 17:58:45'),(30066,1,8179,'','2013-10-29 17:58:45'),(30067,2,8179,'','2013-10-29 17:58:45'),(30068,3,8179,'','2013-10-29 17:58:45'),(30069,4,8179,'','2013-10-29 17:58:45'),(30070,5,8179,'','2013-10-29 17:58:45'),(30071,6,8179,'','2013-10-29 17:58:45'),(30072,7,8179,'DAY','2013-10-29 17:58:45'),(30073,1,8182,'','2013-10-29 17:58:46'),(30074,2,8182,'','2013-10-29 17:58:46'),(30075,3,8182,'','2013-10-29 17:58:46'),(30076,4,8182,'','2013-10-29 17:58:46'),(30077,5,8182,'','2013-10-29 17:58:46'),(30078,6,8182,'','2013-10-29 17:58:46'),(30079,7,8182,'DAY','2013-10-29 17:58:46'),(30080,1,8183,'','2013-10-29 18:11:59'),(30081,2,8183,'','2013-10-29 18:11:59'),(30082,3,8183,'','2013-10-29 18:11:59'),(30083,4,8183,'','2013-10-29 18:11:59'),(30084,5,8183,'','2013-10-29 18:11:59'),(30085,6,8183,'','2013-10-29 18:11:59'),(30086,7,8183,'DAY','2013-10-29 18:11:59'),(30087,1,8184,'357677','2013-10-29 18:16:23'),(30088,2,8184,'','2013-10-29 18:16:23'),(30089,3,8184,'','2013-10-29 18:16:23'),(30090,4,8184,'OPD','2013-10-29 18:16:23'),(30091,5,8184,'','2013-10-29 18:16:23'),(30092,6,8184,'97.00','2013-10-29 18:16:23'),(30093,7,8184,'DAY','2013-10-29 18:16:23'),(30094,1,8186,'','2013-10-29 18:16:23'),(30095,2,8186,'','2013-10-29 18:16:23'),(30096,3,8186,'','2013-10-29 18:16:23'),(30097,4,8186,'','2013-10-29 18:16:23'),(30098,5,8186,'','2013-10-29 18:16:23'),(30099,6,8186,'','2013-10-29 18:16:23'),(30100,7,8186,'DAY','2013-10-29 18:16:23'),(30101,1,8189,'','2013-10-29 18:16:23'),(30102,2,8189,'','2013-10-29 18:16:23'),(30103,3,8189,'','2013-10-29 18:16:23'),(30104,4,8189,'','2013-10-29 18:16:23'),(30105,5,8189,'','2013-10-29 18:16:23'),(30106,6,8189,'','2013-10-29 18:16:23'),(30107,7,8189,'DAY','2013-10-29 18:16:23'),(30108,1,8190,'3576329','2013-10-29 18:19:35'),(30109,2,8190,'','2013-10-29 18:19:35'),(30110,3,8190,'','2013-10-29 18:19:35'),(30111,4,8190,'OPD','2013-10-29 18:19:35'),(30112,5,8190,'','2013-10-29 18:19:35'),(30113,6,8190,'266.40','2013-10-29 18:19:35'),(30114,7,8190,'DAY','2013-10-29 18:19:35'),(30115,1,8192,'','2013-10-29 18:19:35'),(30116,2,8192,'','2013-10-29 18:19:35'),(30117,3,8192,'','2013-10-29 18:19:35'),(30118,4,8192,'','2013-10-29 18:19:35'),(30119,5,8192,'','2013-10-29 18:19:35'),(30120,6,8192,'','2013-10-29 18:19:35'),(30121,7,8192,'DAY','2013-10-29 18:19:35'),(30122,1,8195,'','2013-10-29 18:19:35'),(30123,2,8195,'','2013-10-29 18:19:35'),(30124,3,8195,'','2013-10-29 18:19:36'),(30125,4,8195,'','2013-10-29 18:19:36'),(30126,5,8195,'','2013-10-29 18:19:36'),(30127,6,8195,'','2013-10-29 18:19:36'),(30128,7,8195,'DAY','2013-10-29 18:19:36'),(30129,1,8196,'','2013-10-29 18:25:15'),(30130,2,8196,'','2013-10-29 18:25:15'),(30131,3,8196,'','2013-10-29 18:25:15'),(30132,4,8196,'','2013-10-29 18:25:15'),(30133,5,8196,'','2013-10-29 18:25:15'),(30134,6,8196,'','2013-10-29 18:25:15'),(30135,7,8196,'DAY','2013-10-29 18:25:15'),(30136,1,8197,'3576777','2013-10-29 18:28:12'),(30137,2,8197,'590141','2013-10-29 18:28:12'),(30138,3,8197,'','2013-10-29 18:28:12'),(30139,4,8197,'SR','2013-10-29 18:28:12'),(30140,5,8197,'','2013-10-29 18:28:12'),(30141,6,8197,'92.00','2013-10-29 18:28:12'),(30142,7,8197,'DAY','2013-10-29 18:28:12'),(30143,1,8199,'','2013-10-29 18:28:13'),(30144,2,8199,'','2013-10-29 18:28:13'),(30145,3,8199,'','2013-10-29 18:28:13'),(30146,4,8199,'','2013-10-29 18:28:13'),(30147,5,8199,'','2013-10-29 18:28:13'),(30148,6,8199,'','2013-10-29 18:28:13'),(30149,7,8199,'DAY','2013-10-29 18:28:13'),(30150,1,8200,'3576781','2013-10-29 18:41:15'),(30151,2,8200,'590142','2013-10-29 18:41:15'),(30152,3,8200,'','2013-10-29 18:41:15'),(30153,4,8200,'OPD','2013-10-29 18:41:15'),(30154,5,8200,'','2013-10-29 18:41:15'),(30155,6,8200,'','2013-10-29 18:41:15'),(30156,7,8200,'DAY','2013-10-29 18:41:15'),(30157,1,8202,'','2013-10-29 18:41:16'),(30158,2,8202,'','2013-10-29 18:41:16'),(30159,3,8202,'','2013-10-29 18:41:16'),(30160,4,8202,'','2013-10-29 18:41:16'),(30161,5,8202,'','2013-10-29 18:41:16'),(30162,6,8202,'','2013-10-29 18:41:16'),(30163,7,8202,'DAY','2013-10-29 18:41:16'),(30164,1,8205,'','2013-10-29 18:41:16'),(30165,2,8205,'','2013-10-29 18:41:16'),(30166,3,8205,'','2013-10-29 18:41:16'),(30167,4,8205,'','2013-10-29 18:41:16'),(30168,5,8205,'','2013-10-29 18:41:16'),(30169,6,8205,'','2013-10-29 18:41:16'),(30170,7,8205,'DAY','2013-10-29 18:41:16'),(30171,1,8206,'3576796','2013-10-29 18:46:25'),(30172,2,8206,'','2013-10-29 18:46:25'),(30173,3,8206,'','2013-10-29 18:46:25'),(30174,4,8206,'OPD','2013-10-29 18:46:25'),(30175,5,8206,'','2013-10-29 18:46:25'),(30176,6,8206,'66.00','2013-10-29 18:46:26'),(30177,7,8206,'DAY','2013-10-29 18:46:26'),(30178,1,8207,'','2013-10-29 18:49:21'),(30179,2,8207,'','2013-10-29 18:49:21'),(30180,3,8207,'','2013-10-29 18:49:21'),(30181,4,8207,'MEDICAL','2013-10-29 18:49:21'),(30182,5,8207,'','2013-10-29 18:49:21'),(30183,6,8207,'','2013-10-29 18:49:21'),(30184,7,8207,'DAY','2013-10-29 18:49:21'),(30185,1,8209,'','2013-10-29 18:49:21'),(30186,2,8209,'','2013-10-29 18:49:21'),(30187,3,8209,'','2013-10-29 18:49:21'),(30188,4,8209,'','2013-10-29 18:49:21'),(30189,5,8209,'','2013-10-29 18:49:21'),(30190,6,8209,'','2013-10-29 18:49:21'),(30191,7,8209,'DAY','2013-10-29 18:49:21'),(30192,1,8212,'','2013-10-29 18:49:21'),(30193,2,8212,'','2013-10-29 18:49:21'),(30194,3,8212,'','2013-10-29 18:49:21'),(30195,4,8212,'','2013-10-29 18:49:21'),(30196,5,8212,'','2013-10-29 18:49:21'),(30197,6,8212,'','2013-10-29 18:49:21'),(30198,7,8212,'DAY','2013-10-29 18:49:21'),(30199,1,8213,'3576800','2013-10-29 18:52:50'),(30200,2,8213,'','2013-10-29 18:52:50'),(30201,3,8213,'','2013-10-29 18:52:50'),(30202,4,8213,'OPD','2013-10-29 18:52:50'),(30203,5,8213,'','2013-10-29 18:52:50'),(30204,6,8213,'139.00','2013-10-29 18:52:50'),(30205,7,8213,'DAY','2013-10-29 18:52:50'),(30206,1,8215,'','2013-10-29 18:52:50'),(30207,2,8215,'','2013-10-29 18:52:50'),(30208,3,8215,'','2013-10-29 18:52:50'),(30209,4,8215,'','2013-10-29 18:52:50'),(30210,5,8215,'','2013-10-29 18:52:50'),(30211,6,8215,'','2013-10-29 18:52:50'),(30212,7,8215,'DAY','2013-10-29 18:52:50'),(30213,1,8218,'','2013-10-29 18:52:50'),(30214,2,8218,'','2013-10-29 18:52:50'),(30215,3,8218,'','2013-10-29 18:52:50'),(30216,4,8218,'','2013-10-29 18:52:50'),(30217,5,8218,'','2013-10-29 18:52:50'),(30218,6,8218,'','2013-10-29 18:52:50'),(30219,7,8218,'DAY','2013-10-29 18:52:50'),(30220,1,8222,'','2013-10-29 18:52:50'),(30221,2,8222,'','2013-10-29 18:52:50'),(30222,3,8222,'','2013-10-29 18:52:50'),(30223,4,8222,'','2013-10-29 18:52:50'),(30224,5,8222,'','2013-10-29 18:52:50'),(30225,6,8222,'','2013-10-29 18:52:50'),(30226,7,8222,'DAY','2013-10-29 18:52:50'),(30227,1,8223,'3576804','2013-10-29 18:57:04'),(30228,2,8223,'590147','2013-10-29 18:57:04'),(30229,3,8223,'','2013-10-29 18:57:04'),(30230,4,8223,'SR','2013-10-29 18:57:04'),(30231,5,8223,'','2013-10-29 18:57:04'),(30232,6,8223,'18.00','2013-10-29 18:57:04'),(30233,7,8223,'DAY','2013-10-29 18:57:04'),(30234,1,8224,'3576805','2013-10-29 19:01:47'),(30235,2,8224,'590150','2013-10-29 19:01:47'),(30236,3,8224,'','2013-10-29 19:01:47'),(30237,4,8224,'OPD','2013-10-29 19:01:47'),(30238,5,8224,'','2013-10-29 19:01:47'),(30239,6,8224,'47.00','2013-10-29 19:01:47'),(30240,7,8224,'DAY','2013-10-29 19:01:47'),(30241,1,8226,'','2013-10-29 19:01:47'),(30242,2,8226,'','2013-10-29 19:01:47'),(30243,3,8226,'','2013-10-29 19:01:47'),(30244,4,8226,'','2013-10-29 19:01:47'),(30245,5,8226,'','2013-10-29 19:01:47'),(30246,6,8226,'','2013-10-29 19:01:47'),(30247,7,8226,'DAY','2013-10-29 19:01:47'),(30248,1,8227,'3576817','2013-10-29 19:13:24'),(30249,2,8227,'','2013-10-29 19:13:24'),(30250,3,8227,'','2013-10-29 19:13:24'),(30251,4,8227,'OPD','2013-10-29 19:13:24'),(30252,5,8227,'','2013-10-29 19:13:24'),(30253,6,8227,'195.40','2013-10-29 19:13:24'),(30254,7,8227,'DAY','2013-10-29 19:13:24'),(30255,1,8229,'','2013-10-29 19:13:25'),(30256,2,8229,'','2013-10-29 19:13:25'),(30257,3,8229,'','2013-10-29 19:13:25'),(30258,4,8229,'','2013-10-29 19:13:25'),(30259,5,8229,'','2013-10-29 19:13:25'),(30260,6,8229,'','2013-10-29 19:13:25'),(30261,7,8229,'DAY','2013-10-29 19:13:25'),(30262,1,8230,'3575811','2013-10-29 19:25:26'),(30263,2,8230,'590153','2013-10-29 19:25:26'),(30264,3,8230,'','2013-10-29 19:25:26'),(30265,4,8230,'OPD','2013-10-29 19:25:26'),(30266,5,8230,'','2013-10-29 19:25:26'),(30267,6,8230,'153.00','2013-10-29 19:25:26'),(30268,7,8230,'DAY','2013-10-29 19:25:26'),(30269,1,8231,'3576824','2013-10-29 19:28:48'),(30270,2,8231,'590155','2013-10-29 19:28:48'),(30271,3,8231,'','2013-10-29 19:28:48'),(30272,4,8231,'OPD','2013-10-29 19:28:48'),(30273,5,8231,'','2013-10-29 19:28:48'),(30274,6,8231,'29.00','2013-10-29 19:28:48'),(30275,7,8231,'DAY','2013-10-29 19:28:48'),(30276,1,8233,'','2013-10-29 19:28:49'),(30277,2,8233,'','2013-10-29 19:28:49'),(30278,3,8233,'','2013-10-29 19:28:49'),(30279,4,8233,'','2013-10-29 19:28:49'),(30280,5,8233,'','2013-10-29 19:28:49'),(30281,6,8233,'','2013-10-29 19:28:49'),(30282,7,8233,'DAY','2013-10-29 19:28:49'),(30283,1,8234,'3576835','2013-10-29 19:34:15'),(30284,2,8234,'','2013-10-29 19:34:15'),(30285,3,8234,'','2013-10-29 19:34:15'),(30286,4,8234,'OPD','2013-10-29 19:34:15'),(30287,5,8234,'','2013-10-29 19:34:15'),(30288,6,8234,'94.00','2013-10-29 19:34:15'),(30289,7,8234,'DAY','2013-10-29 19:34:15'),(30290,1,8236,'','2013-10-29 19:34:15'),(30291,2,8236,'','2013-10-29 19:34:15'),(30292,3,8236,'','2013-10-29 19:34:15'),(30293,4,8236,'','2013-10-29 19:34:15'),(30294,5,8236,'','2013-10-29 19:34:15'),(30295,6,8236,'','2013-10-29 19:34:15'),(30296,7,8236,'DAY','2013-10-29 19:34:15'),(30297,1,8237,'3576849','2013-10-29 19:47:02'),(30298,2,8237,'590167','2013-10-29 19:47:02'),(30299,3,8237,'','2013-10-29 19:47:02'),(30300,4,8237,'MEDICALS','2013-10-29 19:47:02'),(30301,5,8237,'','2013-10-29 19:47:02'),(30302,6,8237,'360.00','2013-10-29 19:47:02'),(30303,7,8237,'DAY','2013-10-29 19:47:02'),(30304,1,8239,'','2013-10-29 19:47:02'),(30305,2,8239,'','2013-10-29 19:47:02'),(30306,3,8239,'','2013-10-29 19:47:02'),(30307,4,8239,'','2013-10-29 19:47:02'),(30308,5,8239,'','2013-10-29 19:47:02'),(30309,6,8239,'','2013-10-29 19:47:02'),(30310,7,8239,'DAY','2013-10-29 19:47:02'),(30311,1,8242,'','2013-10-29 19:47:03'),(30312,2,8242,'','2013-10-29 19:47:03'),(30313,3,8242,'','2013-10-29 19:47:03'),(30314,4,8242,'','2013-10-29 19:47:03'),(30315,5,8242,'','2013-10-29 19:47:03'),(30316,6,8242,'','2013-10-29 19:47:03'),(30317,7,8242,'DAY','2013-10-29 19:47:03'),(30318,1,8243,'3576861','2013-10-29 19:53:32'),(30319,2,8243,'','2013-10-29 19:53:32'),(30320,3,8243,'','2013-10-29 19:53:32'),(30321,4,8243,'OPD','2013-10-29 19:53:32'),(30322,5,8243,'','2013-10-29 19:53:32'),(30323,6,8243,'37.00','2013-10-29 19:53:32'),(30324,7,8243,'DAY','2013-10-29 19:53:32'),(30325,1,8244,'3576865','2013-10-29 20:02:12'),(30326,2,8244,'','2013-10-29 20:02:12'),(30327,3,8244,'','2013-10-29 20:02:12'),(30328,4,8244,'TR','2013-10-29 20:02:12'),(30329,5,8244,'','2013-10-29 20:02:12'),(30330,6,8244,'67.00','2013-10-29 20:02:12'),(30331,7,8244,'DAY','2013-10-29 20:02:12'),(30332,1,8246,'','2013-10-29 20:02:12'),(30333,2,8246,'','2013-10-29 20:02:12'),(30334,3,8246,'','2013-10-29 20:02:12'),(30335,4,8246,'','2013-10-29 20:02:12'),(30336,5,8246,'','2013-10-29 20:02:12'),(30337,6,8246,'','2013-10-29 20:02:12'),(30338,7,8246,'DAY','2013-10-29 20:02:12'),(30339,1,8247,'3576866','2013-10-29 20:05:35'),(30340,2,8247,'','2013-10-29 20:05:35'),(30341,3,8247,'','2013-10-29 20:05:35'),(30342,4,8247,'WARD','2013-10-29 20:05:35'),(30343,5,8247,'214714','2013-10-29 20:05:35'),(30344,6,8247,'207.00','2013-10-29 20:05:35'),(30345,7,8247,'DAY','2013-10-29 20:05:35'),(30346,1,8249,'','2013-10-29 20:05:35'),(30347,2,8249,'','2013-10-29 20:05:35'),(30348,3,8249,'','2013-10-29 20:05:35'),(30349,4,8249,'','2013-10-29 20:05:35'),(30350,5,8249,'','2013-10-29 20:05:35'),(30351,6,8249,'','2013-10-29 20:05:35'),(30352,7,8249,'DAY','2013-10-29 20:05:35'),(30353,1,8250,'3576868','2013-10-29 20:10:53'),(30354,2,8250,'','2013-10-29 20:10:53'),(30355,3,8250,'','2013-10-29 20:10:53'),(30356,4,8250,'OPD','2013-10-29 20:10:53'),(30357,5,8250,'','2013-10-29 20:10:53'),(30358,6,8250,'66.00','2013-10-29 20:10:53'),(30359,7,8250,'DAY','2013-10-29 20:10:53'),(30360,1,8251,'','2013-10-29 20:18:35'),(30361,2,8251,'','2013-10-29 20:18:35'),(30362,3,8251,'','2013-10-29 20:18:35'),(30363,4,8251,'MEDICALS','2013-10-29 20:18:35'),(30364,5,8251,'','2013-10-29 20:18:35'),(30365,6,8251,'','2013-10-29 20:18:35'),(30366,7,8251,'DAY','2013-10-29 20:18:35'),(30367,1,8253,'','2013-10-29 20:18:35'),(30368,2,8253,'','2013-10-29 20:18:35'),(30369,3,8253,'','2013-10-29 20:18:35'),(30370,4,8253,'','2013-10-29 20:18:35'),(30371,5,8253,'','2013-10-29 20:18:35'),(30372,6,8253,'','2013-10-29 20:18:35'),(30373,7,8253,'DAY','2013-10-29 20:18:35'),(30374,1,8256,'','2013-10-29 20:18:35'),(30375,2,8256,'','2013-10-29 20:18:35'),(30376,3,8256,'','2013-10-29 20:18:35'),(30377,4,8256,'','2013-10-29 20:18:35'),(30378,5,8256,'','2013-10-29 20:18:35'),(30379,6,8256,'','2013-10-29 20:18:35'),(30380,7,8256,'DAY','2013-10-29 20:18:35'),(30381,1,8257,'3576874','2013-10-29 20:28:02'),(30382,2,8257,'','2013-10-29 20:28:02'),(30383,3,8257,'','2013-10-29 20:28:02'),(30384,4,8257,'OPD','2013-10-29 20:28:02'),(30385,5,8257,'','2013-10-29 20:28:02'),(30386,6,8257,'91.00','2013-10-29 20:28:02'),(30387,7,8257,'DAY','2013-10-29 20:28:02'),(30388,1,8259,'','2013-10-29 20:28:02'),(30389,2,8259,'','2013-10-29 20:28:02'),(30390,3,8259,'','2013-10-29 20:28:02'),(30391,4,8259,'','2013-10-29 20:28:02'),(30392,5,8259,'','2013-10-29 20:28:02'),(30393,6,8259,'','2013-10-29 20:28:02'),(30394,7,8259,'DAY','2013-10-29 20:28:02'),(30395,1,8260,'357677','2013-10-29 20:34:32'),(30396,2,8260,'','2013-10-29 20:34:32'),(30397,3,8260,'','2013-10-29 20:34:32'),(30398,4,8260,'OPD','2013-10-29 20:34:32'),(30399,5,8260,'','2013-10-29 20:34:32'),(30400,6,8260,'91.00','2013-10-29 20:34:32'),(30401,7,8260,'DAY','2013-10-29 20:34:32'),(30402,1,8262,'','2013-10-29 20:34:33'),(30403,2,8262,'','2013-10-29 20:34:33'),(30404,3,8262,'','2013-10-29 20:34:33'),(30405,4,8262,'','2013-10-29 20:34:33'),(30406,5,8262,'','2013-10-29 20:34:33'),(30407,6,8262,'','2013-10-29 20:34:33'),(30408,7,8262,'DAY','2013-10-29 20:34:33'),(30409,1,8263,'3576768','2013-10-29 20:42:04'),(30410,2,8263,'590181','2013-10-29 20:42:04'),(30411,3,8263,'','2013-10-29 20:42:04'),(30412,4,8263,'OUT SIDE','2013-10-29 20:42:04'),(30413,5,8263,'','2013-10-29 20:42:04'),(30414,6,8263,'88.00','2013-10-29 20:42:04'),(30415,7,8263,'DAY','2013-10-29 20:42:04'),(30416,1,8265,'','2013-10-29 20:42:04'),(30417,2,8265,'','2013-10-29 20:42:04'),(30418,3,8265,'','2013-10-29 20:42:04'),(30419,4,8265,'','2013-10-29 20:42:04'),(30420,5,8265,'','2013-10-29 20:42:04'),(30421,6,8265,'','2013-10-29 20:42:04'),(30422,7,8265,'DAY','2013-10-29 20:42:04'),(30423,1,8266,'3576878','2013-10-29 20:45:12'),(30424,2,8266,'590182','2013-10-29 20:45:12'),(30425,3,8266,'','2013-10-29 20:45:12'),(30426,4,8266,'OPD','2013-10-29 20:45:12'),(30427,5,8266,'','2013-10-29 20:45:12'),(30428,6,8266,'101.00','2013-10-29 20:45:12'),(30429,7,8266,'DAY','2013-10-29 20:45:12'),(30430,1,8268,'','2013-10-29 20:45:13'),(30431,2,8268,'','2013-10-29 20:45:13'),(30432,3,8268,'','2013-10-29 20:45:13'),(30433,4,8268,'','2013-10-29 20:45:13'),(30434,5,8268,'','2013-10-29 20:45:13'),(30435,6,8268,'','2013-10-29 20:45:13'),(30436,7,8268,'DAY','2013-10-29 20:45:13'),(30437,1,8271,'','2013-10-29 20:45:13'),(30438,2,8271,'','2013-10-29 20:45:13'),(30439,3,8271,'','2013-10-29 20:45:13'),(30440,4,8271,'','2013-10-29 20:45:13'),(30441,5,8271,'','2013-10-29 20:45:13'),(30442,6,8271,'','2013-10-29 20:45:13'),(30443,7,8271,'DAY','2013-10-29 20:45:13'),(30444,1,8272,'3576886','2013-10-29 20:47:20'),(30445,2,8272,'590185','2013-10-29 20:47:20'),(30446,3,8272,'','2013-10-29 20:47:20'),(30447,4,8272,'OPD','2013-10-29 20:47:20'),(30448,5,8272,'','2013-10-29 20:47:20'),(30449,6,8272,'36.00','2013-10-29 20:47:20'),(30450,7,8272,'DAY','2013-10-29 20:47:20'),(30451,1,8273,'3576893','2013-10-29 20:49:26'),(30452,2,8273,'','2013-10-29 20:49:26'),(30453,3,8273,'','2013-10-29 20:49:26'),(30454,4,8273,'OPD','2013-10-29 20:49:26'),(30455,5,8273,'','2013-10-29 20:49:26'),(30456,6,8273,'99.00','2013-10-29 20:49:26'),(30457,7,8273,'DAY','2013-10-29 20:49:26'),(30458,1,8274,'3569027','2013-10-29 20:55:19'),(30459,2,8274,'','2013-10-29 20:55:19'),(30460,3,8274,'','2013-10-29 20:55:19'),(30461,4,8274,'OPD','2013-10-29 20:55:19'),(30462,5,8274,'','2013-10-29 20:55:19'),(30463,6,8274,'239.00','2013-10-29 20:55:19'),(30464,7,8274,'DAY','2013-10-29 20:55:19'),(30465,1,8276,'','2013-10-29 20:55:19'),(30466,2,8276,'','2013-10-29 20:55:19'),(30467,3,8276,'','2013-10-29 20:55:19'),(30468,4,8276,'','2013-10-29 20:55:19'),(30469,5,8276,'','2013-10-29 20:55:19'),(30470,6,8276,'','2013-10-29 20:55:19'),(30471,7,8276,'DAY','2013-10-29 20:55:19'),(30472,1,8279,'','2013-10-29 20:55:20'),(30473,2,8279,'','2013-10-29 20:55:20'),(30474,3,8279,'','2013-10-29 20:55:20'),(30475,4,8279,'','2013-10-29 20:55:20'),(30476,5,8279,'','2013-10-29 20:55:20'),(30477,6,8279,'','2013-10-29 20:55:20'),(30478,7,8279,'DAY','2013-10-29 20:55:20'),(30479,1,8280,'','2013-10-29 20:57:18'),(30480,2,8280,'','2013-10-29 20:57:18'),(30481,3,8280,'','2013-10-29 20:57:18'),(30482,4,8280,'','2013-10-29 20:57:18'),(30483,5,8280,'','2013-10-29 20:57:18'),(30484,6,8280,'','2013-10-29 20:57:18'),(30485,7,8280,'DAY','2013-10-29 20:57:18'),(30486,1,8281,'3576918','2013-10-29 21:03:34'),(30487,2,8281,'590195','2013-10-29 21:03:34'),(30488,3,8281,'','2013-10-29 21:03:34'),(30489,4,8281,'TR','2013-10-29 21:03:34'),(30490,5,8281,'','2013-10-29 21:03:34'),(30491,6,8281,'60.00','2013-10-29 21:03:34'),(30492,7,8281,'DAY','2013-10-29 21:03:34'),(30493,1,8282,'3570219','2013-10-29 21:07:16'),(30494,2,8282,'590199','2013-10-29 21:07:16'),(30495,3,8282,'','2013-10-29 21:07:16'),(30496,4,8282,'OPD','2013-10-29 21:07:16'),(30497,5,8282,'','2013-10-29 21:07:16'),(30498,6,8282,'229.80','2013-10-29 21:07:16'),(30499,7,8282,'DAY','2013-10-29 21:07:16'),(30500,1,8284,'','2013-10-29 21:07:16'),(30501,2,8284,'','2013-10-29 21:07:16'),(30502,3,8284,'','2013-10-29 21:07:16'),(30503,4,8284,'','2013-10-29 21:07:16'),(30504,5,8284,'','2013-10-29 21:07:16'),(30505,6,8284,'','2013-10-29 21:07:16'),(30506,7,8284,'DAY','2013-10-29 21:07:16'),(30507,1,8285,'3576929','2013-10-29 21:15:18'),(30508,2,8285,'590202','2013-10-29 21:15:18'),(30509,3,8285,'','2013-10-29 21:15:18'),(30510,4,8285,'OPD','2013-10-29 21:15:18'),(30511,5,8285,'','2013-10-29 21:15:18'),(30512,6,8285,'24.00','2013-10-29 21:15:18'),(30513,7,8285,'DAY','2013-10-29 21:15:18'),(30514,1,8286,'3576936','2013-10-29 21:19:53'),(30515,2,8286,'','2013-10-29 21:19:53'),(30516,3,8286,'','2013-10-29 21:19:53'),(30517,4,8286,'OPD','2013-10-29 21:19:53'),(30518,5,8286,'','2013-10-29 21:19:53'),(30519,6,8286,'13.00','2013-10-29 21:19:53'),(30520,7,8286,'DAY','2013-10-29 21:19:53'),(30521,1,8287,'3576938','2013-10-29 21:28:52'),(30522,2,8287,'590206','2013-10-29 21:28:52'),(30523,3,8287,'','2013-10-29 21:28:52'),(30524,4,8287,'OPD','2013-10-29 21:28:52'),(30525,5,8287,'','2013-10-29 21:28:52'),(30526,6,8287,'75.00','2013-10-29 21:28:52'),(30527,7,8287,'DAY','2013-10-29 21:28:52'),(30528,1,8288,'3576908','2013-10-29 21:34:00'),(30529,2,8288,'','2013-10-29 21:34:00'),(30530,3,8288,'','2013-10-29 21:34:00'),(30531,4,8288,'WARD','2013-10-29 21:34:00'),(30532,5,8288,'214720','2013-10-29 21:34:00'),(30533,6,8288,'50.00','2013-10-29 21:34:00'),(30534,7,8288,'DAY','2013-10-29 21:34:00'),(30535,1,8289,'3576950','2013-10-29 21:39:18'),(30536,2,8289,'590212','2013-10-29 21:39:18'),(30537,3,8289,'','2013-10-29 21:39:18'),(30538,4,8289,'OPD','2013-10-29 21:39:18'),(30539,5,8289,'','2013-10-29 21:39:18'),(30540,6,8289,'92.00','2013-10-29 21:39:18'),(30541,7,8289,'DAY','2013-10-29 21:39:18'),(30542,1,8291,'','2013-10-29 21:39:18'),(30543,2,8291,'','2013-10-29 21:39:18'),(30544,3,8291,'','2013-10-29 21:39:18'),(30545,4,8291,'','2013-10-29 21:39:18'),(30546,5,8291,'','2013-10-29 21:39:18'),(30547,6,8291,'','2013-10-29 21:39:18'),(30548,7,8291,'DAY','2013-10-29 21:39:18'),(30549,1,8292,'3576913','2013-10-29 21:46:44'),(30550,2,8292,'590216','2013-10-29 21:46:44'),(30551,3,8292,'','2013-10-29 21:46:44'),(30552,4,8292,'OPD','2013-10-29 21:46:44'),(30553,5,8292,'','2013-10-29 21:46:44'),(30554,6,8292,'39.00','2013-10-29 21:46:44'),(30555,7,8292,'DAY','2013-10-29 21:46:44'),(30556,1,8293,'3576906','2013-10-29 22:05:11'),(30557,2,8293,'','2013-10-29 22:05:11'),(30558,3,8293,'','2013-10-29 22:05:11'),(30559,4,8293,'T/R','2013-10-29 22:05:11'),(30560,5,8293,'','2013-10-29 22:05:11'),(30561,6,8293,'242.00','2013-10-29 22:05:11'),(30562,7,8293,'DAY','2013-10-29 22:05:11'),(30563,1,8295,'','2013-10-29 22:05:11'),(30564,2,8295,'','2013-10-29 22:05:11'),(30565,3,8295,'','2013-10-29 22:05:11'),(30566,4,8295,'','2013-10-29 22:05:11'),(30567,5,8295,'','2013-10-29 22:05:11'),(30568,6,8295,'','2013-10-29 22:05:11'),(30569,7,8295,'DAY','2013-10-29 22:05:11'),(30570,1,8298,'','2013-10-29 22:05:11'),(30571,2,8298,'','2013-10-29 22:05:11'),(30572,3,8298,'','2013-10-29 22:05:11'),(30573,4,8298,'','2013-10-29 22:05:11'),(30574,5,8298,'','2013-10-29 22:05:11'),(30575,6,8298,'','2013-10-29 22:05:11'),(30576,7,8298,'DAY','2013-10-29 22:05:11'),(30577,1,8299,'','2013-10-29 22:21:59'),(30578,2,8299,'','2013-10-29 22:21:59'),(30579,3,8299,'','2013-10-29 22:21:59'),(30580,4,8299,'','2013-10-29 22:21:59'),(30581,5,8299,'','2013-10-29 22:21:59'),(30582,6,8299,'','2013-10-29 22:21:59'),(30583,7,8299,'DAY','2013-10-29 22:21:59'),(30584,1,8300,'','2013-10-29 22:22:55'),(30585,2,8300,'','2013-10-29 22:22:55'),(30586,3,8300,'','2013-10-29 22:22:55'),(30587,4,8300,'','2013-10-29 22:22:55'),(30588,5,8300,'','2013-10-29 22:22:55'),(30589,6,8300,'','2013-10-29 22:22:55'),(30590,7,8300,'DAY','2013-10-29 22:22:55'),(30591,1,8301,'3576972','2013-10-29 22:24:20'),(30592,2,8301,'','2013-10-29 22:24:20'),(30593,3,8301,'','2013-10-29 22:24:20'),(30594,4,8301,'OPD','2013-10-29 22:24:20'),(30595,5,8301,'','2013-10-29 22:24:20'),(30596,6,8301,'33.00','2013-10-29 22:24:20'),(30597,7,8301,'DAY','2013-10-29 22:24:20'),(30598,1,8302,'3576990','2013-10-29 22:45:43'),(30599,2,8302,'','2013-10-29 22:45:43'),(30600,3,8302,'','2013-10-29 22:45:43'),(30601,4,8302,'OUTSIDE REQ','2013-10-29 22:45:43'),(30602,5,8302,'','2013-10-29 22:45:43'),(30603,6,8302,'446.40','2013-10-29 22:45:43'),(30604,7,8302,'DAY','2013-10-29 22:45:43'),(30605,1,8304,'','2013-10-29 22:45:43'),(30606,2,8304,'','2013-10-29 22:45:43'),(30607,3,8304,'','2013-10-29 22:45:43'),(30608,4,8304,'','2013-10-29 22:45:43'),(30609,5,8304,'','2013-10-29 22:45:43'),(30610,6,8304,'','2013-10-29 22:45:43'),(30611,7,8304,'DAY','2013-10-29 22:45:43'),(30612,1,8305,'','2013-10-29 23:04:14'),(30613,2,8305,'','2013-10-29 23:04:14'),(30614,3,8305,'','2013-10-29 23:04:14'),(30615,4,8305,'','2013-10-29 23:04:14'),(30616,5,8305,'','2013-10-29 23:04:14'),(30617,6,8305,'','2013-10-29 23:04:14'),(30618,7,8305,'DAY','2013-10-29 23:04:14'),(30619,1,8306,'3576994','2013-10-29 23:18:04'),(30620,2,8306,'','2013-10-29 23:18:04'),(30621,3,8306,'','2013-10-29 23:18:04'),(30622,4,8306,'OPD','2013-10-29 23:18:04'),(30623,5,8306,'','2013-10-29 23:18:04'),(30624,6,8306,'130.00','2013-10-29 23:18:04'),(30625,7,8306,'DAY','2013-10-29 23:18:04'),(30626,1,8308,'','2013-10-29 23:18:04'),(30627,2,8308,'','2013-10-29 23:18:04'),(30628,3,8308,'','2013-10-29 23:18:04'),(30629,4,8308,'','2013-10-29 23:18:04'),(30630,5,8308,'','2013-10-29 23:18:04'),(30631,6,8308,'','2013-10-29 23:18:04'),(30632,7,8308,'DAY','2013-10-29 23:18:04'),(30633,1,8311,'','2013-10-29 23:18:04'),(30634,2,8311,'','2013-10-29 23:18:04'),(30635,3,8311,'','2013-10-29 23:18:04'),(30636,4,8311,'','2013-10-29 23:18:04'),(30637,5,8311,'','2013-10-29 23:18:04'),(30638,6,8311,'','2013-10-29 23:18:04'),(30639,7,8311,'DAY','2013-10-29 23:18:04'),(30640,1,8312,'3577008','2013-10-29 23:21:22'),(30641,2,8312,'','2013-10-29 23:21:22'),(30642,3,8312,'','2013-10-29 23:21:22'),(30643,4,8312,'OPD','2013-10-29 23:21:22'),(30644,5,8312,'','2013-10-29 23:21:22'),(30645,6,8312,'66.00','2013-10-29 23:21:22'),(30646,7,8312,'DAY','2013-10-29 23:21:22'),(30647,1,8313,'3577019','2013-10-29 23:28:53'),(30648,2,8313,'','2013-10-29 23:28:53'),(30649,3,8313,'','2013-10-29 23:28:53'),(30650,4,8313,'OPD','2013-10-29 23:28:53'),(30651,5,8313,'','2013-10-29 23:28:53'),(30652,6,8313,'19.00','2013-10-29 23:28:53'),(30653,7,8313,'DAY','2013-10-29 23:28:53'),(30654,1,8314,'3577018','2013-10-29 23:30:59'),(30655,2,8314,'','2013-10-29 23:30:59'),(30656,3,8314,'','2013-10-29 23:30:59'),(30657,4,8314,'OPD','2013-10-29 23:30:59'),(30658,5,8314,'','2013-10-29 23:30:59'),(30659,6,8314,'66.00','2013-10-29 23:30:59'),(30660,7,8314,'DAY','2013-10-29 23:30:59'),(30661,1,8315,'3576854','2013-10-30 00:07:36'),(30662,2,8315,'590242','2013-10-30 00:07:36'),(30663,3,8315,'','2013-10-30 00:07:36'),(30664,4,8315,'69.00','2013-10-30 00:07:36'),(30665,5,8315,'','2013-10-30 00:07:36'),(30666,6,8315,'69.00','2013-10-30 00:07:36'),(30667,7,8315,'DAY','2013-10-30 00:07:36'),(30668,1,8316,'3577040','2013-10-30 00:10:18'),(30669,2,8316,'','2013-10-30 00:10:18'),(30670,3,8316,'','2013-10-30 00:10:18'),(30671,4,8316,'OPD','2013-10-30 00:10:18'),(30672,5,8316,'','2013-10-30 00:10:18'),(30673,6,8316,'97.00','2013-10-30 00:10:18'),(30674,7,8316,'DAY','2013-10-30 00:10:18'),(30675,1,8318,'','2013-10-30 00:10:18'),(30676,2,8318,'','2013-10-30 00:10:18'),(30677,3,8318,'','2013-10-30 00:10:18'),(30678,4,8318,'','2013-10-30 00:10:18'),(30679,5,8318,'','2013-10-30 00:10:18'),(30680,6,8318,'','2013-10-30 00:10:18'),(30681,7,8318,'DAY','2013-10-30 00:10:18'),(30682,1,8321,'','2013-10-30 00:10:19'),(30683,2,8321,'','2013-10-30 00:10:19'),(30684,3,8321,'','2013-10-30 00:10:19'),(30685,4,8321,'','2013-10-30 00:10:19'),(30686,5,8321,'','2013-10-30 00:10:19'),(30687,6,8321,'','2013-10-30 00:10:19'),(30688,7,8321,'DAY','2013-10-30 00:10:19'),(30689,1,8322,'3577055','2013-10-30 00:26:35'),(30690,2,8322,'590246','2013-10-30 00:26:35'),(30691,3,8322,'','2013-10-30 00:26:35'),(30692,4,8322,'OPD','2013-10-30 00:26:35'),(30693,5,8322,'','2013-10-30 00:26:35'),(30694,6,8322,'69.00','2013-10-30 00:26:35'),(30695,7,8322,'DAY','2013-10-30 00:26:35'),(30696,1,8323,'3577059','2013-10-30 00:38:42'),(30697,2,8323,'','2013-10-30 00:38:42'),(30698,3,8323,'','2013-10-30 00:38:42'),(30699,4,8323,'OPD','2013-10-30 00:38:42'),(30700,5,8323,'','2013-10-30 00:38:42'),(30701,6,8323,'78.00','2013-10-30 00:38:42'),(30702,7,8323,'DAY','2013-10-30 00:38:42'),(30703,1,8325,'','2013-10-30 00:38:42'),(30704,2,8325,'','2013-10-30 00:38:42'),(30705,3,8325,'','2013-10-30 00:38:42'),(30706,4,8325,'','2013-10-30 00:38:42'),(30707,5,8325,'','2013-10-30 00:38:42'),(30708,6,8325,'','2013-10-30 00:38:42'),(30709,7,8325,'DAY','2013-10-30 00:38:42'),(30710,1,8326,'3577062','2013-10-30 00:41:34'),(30711,2,8326,'','2013-10-30 00:41:34'),(30712,3,8326,'','2013-10-30 00:41:34'),(30713,4,8326,'OPD','2013-10-30 00:41:34'),(30714,5,8326,'','2013-10-30 00:41:34'),(30715,6,8326,'66.00','2013-10-30 00:41:34'),(30716,7,8326,'DAY','2013-10-30 00:41:34'),(30717,1,8327,'3577064','2013-10-30 00:49:31'),(30718,2,8327,'','2013-10-30 00:49:31'),(30719,3,8327,'','2013-10-30 00:49:31'),(30720,4,8327,'OPD','2013-10-30 00:49:31'),(30721,5,8327,'','2013-10-30 00:49:31'),(30722,6,8327,'77.00','2013-10-30 00:49:31'),(30723,7,8327,'DAY','2013-10-30 00:49:31'),(30724,1,8329,'','2013-10-30 00:49:31'),(30725,2,8329,'','2013-10-30 00:49:31'),(30726,3,8329,'','2013-10-30 00:49:31'),(30727,4,8329,'','2013-10-30 00:49:31'),(30728,5,8329,'','2013-10-30 00:49:31'),(30729,6,8329,'','2013-10-30 00:49:31'),(30730,7,8329,'DAY','2013-10-30 00:49:31'),(30731,1,8330,'3577074','2013-10-30 00:57:27'),(30732,2,8330,'','2013-10-30 00:57:27'),(30733,3,8330,'','2013-10-30 00:57:27'),(30734,4,8330,'OPD','2013-10-30 00:57:27'),(30735,5,8330,'','2013-10-30 00:57:27'),(30736,6,8330,'66.00','2013-10-30 00:57:27'),(30737,7,8330,'DAY','2013-10-30 00:57:27'),(30738,1,8331,'3577085','2013-10-30 01:04:29'),(30739,2,8331,'','2013-10-30 01:04:29'),(30740,3,8331,'','2013-10-30 01:04:29'),(30741,4,8331,'OPD','2013-10-30 01:04:29'),(30742,5,8331,'','2013-10-30 01:04:29'),(30743,6,8331,'66.00','2013-10-30 01:04:29'),(30744,7,8331,'DAY','2013-10-30 01:04:29'),(30745,1,8332,'3577083','2013-10-30 01:17:09'),(30746,2,8332,'','2013-10-30 01:17:09'),(30747,3,8332,'','2013-10-30 01:17:09'),(30748,4,8332,'OPD','2013-10-30 01:17:09'),(30749,5,8332,'','2013-10-30 01:17:09'),(30750,6,8332,'165.00','2013-10-30 01:17:09'),(30751,7,8332,'DAY','2013-10-30 01:17:09'),(30752,1,8333,'3577096','2013-10-30 01:24:30'),(30753,2,8333,'','2013-10-30 01:24:30'),(30754,3,8333,'','2013-10-30 01:24:30'),(30755,4,8333,'','2013-10-30 01:24:30'),(30756,5,8333,'','2013-10-30 01:24:30'),(30757,6,8333,'27.00','2013-10-30 01:24:30'),(30758,7,8333,'DAY','2013-10-30 01:24:30'),(30759,1,8334,'3577106','2013-10-30 01:46:21'),(30760,2,8334,'','2013-10-30 01:46:21'),(30761,3,8334,'','2013-10-30 01:46:21'),(30762,4,8334,'OPD','2013-10-30 01:46:21'),(30763,5,8334,'','2013-10-30 01:46:21'),(30764,6,8334,'119.00','2013-10-30 01:46:21'),(30765,7,8334,'DAY','2013-10-30 01:46:21'),(30766,1,8336,'','2013-10-30 01:46:21'),(30767,2,8336,'','2013-10-30 01:46:21'),(30768,3,8336,'','2013-10-30 01:46:21'),(30769,4,8336,'','2013-10-30 01:46:21'),(30770,5,8336,'','2013-10-30 01:46:21'),(30771,6,8336,'','2013-10-30 01:46:21'),(30772,7,8336,'DAY','2013-10-30 01:46:21'),(30773,1,8337,'','2013-10-30 01:48:48'),(30774,2,8337,'','2013-10-30 01:48:48'),(30775,3,8337,'','2013-10-30 01:48:48'),(30776,4,8337,'','2013-10-30 01:48:48'),(30777,5,8337,'','2013-10-30 01:48:48'),(30778,6,8337,'','2013-10-30 01:48:48'),(30779,7,8337,'DAY','2013-10-30 01:48:48'),(30780,1,8338,'3577135','2013-10-30 02:08:00'),(30781,2,8338,'','2013-10-30 02:08:00'),(30782,3,8338,'','2013-10-30 02:08:00'),(30783,4,8338,'OPD','2013-10-30 02:08:00'),(30784,5,8338,'','2013-10-30 02:08:00'),(30785,6,8338,'94.00','2013-10-30 02:08:00'),(30786,7,8338,'DAY','2013-10-30 02:08:00'),(30787,1,8340,'','2013-10-30 02:08:01'),(30788,2,8340,'','2013-10-30 02:08:01'),(30789,3,8340,'','2013-10-30 02:08:01'),(30790,4,8340,'','2013-10-30 02:08:01'),(30791,5,8340,'','2013-10-30 02:08:01'),(30792,6,8340,'','2013-10-30 02:08:01'),(30793,7,8340,'DAY','2013-10-30 02:08:01'),(30794,1,8341,'3577129','2013-10-30 02:12:09'),(30795,2,8341,'590271','2013-10-30 02:12:09'),(30796,3,8341,'','2013-10-30 02:12:09'),(30797,4,8341,'OPD','2013-10-30 02:12:09'),(30798,5,8341,'','2013-10-30 02:12:09'),(30799,6,8341,'35.00','2013-10-30 02:12:09'),(30800,7,8341,'DAY','2013-10-30 02:12:09'),(30801,1,8343,'','2013-10-30 02:12:09'),(30802,2,8343,'','2013-10-30 02:12:09'),(30803,3,8343,'','2013-10-30 02:12:09'),(30804,4,8343,'','2013-10-30 02:12:09'),(30805,5,8343,'','2013-10-30 02:12:09'),(30806,6,8343,'','2013-10-30 02:12:09'),(30807,7,8343,'DAY','2013-10-30 02:12:09'),(30808,1,8344,'3577131','2013-10-30 02:14:32'),(30809,2,8344,'590270','2013-10-30 02:14:32'),(30810,3,8344,'','2013-10-30 02:14:32'),(30811,4,8344,'OPD','2013-10-30 02:14:32'),(30812,5,8344,'','2013-10-30 02:14:32'),(30813,6,8344,'81.00','2013-10-30 02:14:32'),(30814,7,8344,'DAY','2013-10-30 02:14:32'),(30815,1,8345,'3577158','2013-10-30 02:22:40'),(30816,2,8345,'','2013-10-30 02:22:40'),(30817,3,8345,'','2013-10-30 02:22:40'),(30818,4,8345,'OPD','2013-10-30 02:22:40'),(30819,5,8345,'','2013-10-30 02:22:40'),(30820,6,8345,'94.00','2013-10-30 02:22:40'),(30821,7,8345,'DAY','2013-10-30 02:22:40'),(30822,1,8347,'','2013-10-30 02:22:40'),(30823,2,8347,'','2013-10-30 02:22:40'),(30824,3,8347,'','2013-10-30 02:22:40'),(30825,4,8347,'','2013-10-30 02:22:40'),(30826,5,8347,'','2013-10-30 02:22:40'),(30827,6,8347,'','2013-10-30 02:22:40'),(30828,7,8347,'DAY','2013-10-30 02:22:40'),(30829,1,8348,'3577154','2013-10-30 02:25:04'),(30830,2,8348,'','2013-10-30 02:25:04'),(30831,3,8348,'','2013-10-30 02:25:04'),(30832,4,8348,'WARD','2013-10-30 02:25:04'),(30833,5,8348,'214723','2013-10-30 02:25:04'),(30834,6,8348,'37.00','2013-10-30 02:25:04'),(30835,7,8348,'DAY','2013-10-30 02:25:04'),(30836,1,8349,'3577205','2013-10-30 03:19:55'),(30837,2,8349,'','2013-10-30 03:19:55'),(30838,3,8349,'','2013-10-30 03:19:55'),(30839,4,8349,'OPD','2013-10-30 03:19:55'),(30840,5,8349,'','2013-10-30 03:19:55'),(30841,6,8349,'37','2013-10-30 03:19:55'),(30842,7,8349,'NIGHT','2013-10-30 03:19:55'),(30843,1,8350,'3577212','2013-10-30 03:32:27'),(30844,2,8350,'','2013-10-30 03:32:27'),(30845,3,8350,'','2013-10-30 03:32:27'),(30846,4,8350,'OPD','2013-10-30 03:32:27'),(30847,5,8350,'','2013-10-30 03:32:27'),(30848,6,8350,'400.50','2013-10-30 03:32:27'),(30849,7,8350,'NIGHT','2013-10-30 03:32:27'),(30850,1,8352,'','2013-10-30 03:32:27'),(30851,2,8352,'','2013-10-30 03:32:27'),(30852,3,8352,'','2013-10-30 03:32:27'),(30853,4,8352,'','2013-10-30 03:32:27'),(30854,5,8352,'','2013-10-30 03:32:27'),(30855,6,8352,'','2013-10-30 03:32:27'),(30856,7,8352,'NIGHT','2013-10-30 03:32:27'),(30857,1,8355,'','2013-10-30 03:32:27'),(30858,2,8355,'','2013-10-30 03:32:27'),(30859,3,8355,'','2013-10-30 03:32:27'),(30860,4,8355,'','2013-10-30 03:32:27'),(30861,5,8355,'','2013-10-30 03:32:27'),(30862,6,8355,'','2013-10-30 03:32:27'),(30863,7,8355,'NIGHT','2013-10-30 03:32:27'),(30864,1,8359,'','2013-10-30 03:32:28'),(30865,2,8359,'','2013-10-30 03:32:28'),(30866,3,8359,'','2013-10-30 03:32:28'),(30867,4,8359,'','2013-10-30 03:32:28'),(30868,5,8359,'','2013-10-30 03:32:28'),(30869,6,8359,'','2013-10-30 03:32:28'),(30870,7,8359,'NIGHT','2013-10-30 03:32:28'),(30871,1,8360,'3577236','2013-10-30 03:50:55'),(30872,2,8360,'','2013-10-30 03:50:55'),(30873,3,8360,'','2013-10-30 03:50:55'),(30874,4,8360,'OPD','2013-10-30 03:50:55'),(30875,5,8360,'','2013-10-30 03:50:55'),(30876,6,8360,'94','2013-10-30 03:50:55'),(30877,7,8360,'NIGHT','2013-10-30 03:50:55'),(30878,1,8362,'','2013-10-30 03:50:55'),(30879,2,8362,'','2013-10-30 03:50:55'),(30880,3,8362,'','2013-10-30 03:50:55'),(30881,4,8362,'','2013-10-30 03:50:55'),(30882,5,8362,'','2013-10-30 03:50:55'),(30883,6,8362,'','2013-10-30 03:50:55'),(30884,7,8362,'NIGHT','2013-10-30 03:50:55'),(30885,1,8363,'3577239','2013-10-30 04:06:54'),(30886,2,8363,'','2013-10-30 04:06:54'),(30887,3,8363,'','2013-10-30 04:06:54'),(30888,4,8363,'opd','2013-10-30 04:06:54'),(30889,5,8363,'','2013-10-30 04:06:54'),(30890,6,8363,'13','2013-10-30 04:06:54'),(30891,7,8363,'NIGHT','2013-10-30 04:06:54'),(30892,1,8364,'3577242','2013-10-30 04:11:07'),(30893,2,8364,'','2013-10-30 04:11:07'),(30894,3,8364,'','2013-10-30 04:11:07'),(30895,4,8364,'OPD','2013-10-30 04:11:07'),(30896,5,8364,'','2013-10-30 04:11:07'),(30897,6,8364,'19','2013-10-30 04:11:07'),(30898,7,8364,'NIGHT','2013-10-30 04:11:07'),(30899,1,8365,'3577252','2013-10-30 04:40:44'),(30900,2,8365,'590287','2013-10-30 04:40:44'),(30901,3,8365,'','2013-10-30 04:40:44'),(30902,4,8365,'OPD','2013-10-30 04:40:44'),(30903,5,8365,'','2013-10-30 04:40:44'),(30904,6,8365,'36','2013-10-30 04:40:44'),(30905,7,8365,'NIGHT','2013-10-30 04:40:44'),(30906,1,8366,'3577258','2013-10-30 05:23:53'),(30907,2,8366,'','2013-10-30 05:23:53'),(30908,3,8366,'','2013-10-30 05:23:53'),(30909,4,8366,'WARD','2013-10-30 05:23:53'),(30910,5,8366,'214727','2013-10-30 05:23:53'),(30911,6,8366,'161','2013-10-30 05:23:53'),(30912,7,8366,'NIGHT','2013-10-30 05:23:53'),(30913,1,8368,'','2013-10-30 05:23:53'),(30914,2,8368,'','2013-10-30 05:23:53'),(30915,3,8368,'','2013-10-30 05:23:53'),(30916,4,8368,'','2013-10-30 05:23:53'),(30917,5,8368,'','2013-10-30 05:23:53'),(30918,6,8368,'','2013-10-30 05:23:53'),(30919,7,8368,'NIGHT','2013-10-30 05:23:53'),(30920,1,8371,'','2013-10-30 05:23:53'),(30921,2,8371,'','2013-10-30 05:23:53'),(30922,3,8371,'','2013-10-30 05:23:53'),(30923,4,8371,'','2013-10-30 05:23:53'),(30924,5,8371,'','2013-10-30 05:23:53'),(30925,6,8371,'','2013-10-30 05:23:53'),(30926,7,8371,'NIGHT','2013-10-30 05:23:53'),(30927,1,8372,'357726','2013-10-30 05:37:43'),(30928,2,8372,'590292','2013-10-30 05:37:43'),(30929,3,8372,'','2013-10-30 05:37:43'),(30930,4,8372,'OPD','2013-10-30 05:37:43'),(30931,5,8372,'','2013-10-30 05:37:43'),(30932,6,8372,'122','2013-10-30 05:37:43'),(30933,7,8372,'NIGHT','2013-10-30 05:37:43'),(30934,1,8374,'','2013-10-30 05:37:43'),(30935,2,8374,'','2013-10-30 05:37:43'),(30936,3,8374,'','2013-10-30 05:37:43'),(30937,4,8374,'','2013-10-30 05:37:43'),(30938,5,8374,'','2013-10-30 05:37:43'),(30939,6,8374,'','2013-10-30 05:37:43'),(30940,7,8374,'NIGHT','2013-10-30 05:37:43'),(30941,1,8377,'','2013-10-30 05:37:43'),(30942,2,8377,'','2013-10-30 05:37:43'),(30943,3,8377,'','2013-10-30 05:37:43'),(30944,4,8377,'','2013-10-30 05:37:43'),(30945,5,8377,'','2013-10-30 05:37:43'),(30946,6,8377,'','2013-10-30 05:37:43'),(30947,7,8377,'NIGHT','2013-10-30 05:37:43'),(30948,1,8378,'3577262','2013-10-30 05:44:37'),(30949,2,8378,'','2013-10-30 05:44:37'),(30950,3,8378,'','2013-10-30 05:44:37'),(30951,4,8378,'OPD','2013-10-30 05:44:37'),(30952,5,8378,'','2013-10-30 05:44:37'),(30953,6,8378,'37','2013-10-30 05:44:37'),(30954,7,8378,'NIGHT','2013-10-30 05:44:37'),(30955,1,8379,'3577250','2013-10-30 06:44:56'),(30956,2,8379,'','2013-10-30 06:44:56'),(30957,3,8379,'','2013-10-30 06:44:56'),(30958,4,8379,'WARD','2013-10-30 06:44:56'),(30959,5,8379,'','2013-10-30 06:44:56'),(30960,6,8379,'17.50','2013-10-30 06:44:56'),(30961,7,8379,'NIGHT','2013-10-30 06:44:56'),(30962,1,8380,'3577272','2013-10-30 20:50:12'),(30963,2,8380,'','2013-10-30 20:50:12'),(30964,3,8380,'','2013-10-30 20:50:12'),(30965,4,8380,'OPD','2013-10-30 20:50:12'),(30966,5,8380,'','2013-10-30 20:50:12'),(30967,6,8380,'37','2013-10-30 20:50:12'),(30968,7,8380,'NIGHT','2013-10-30 20:50:12'),(30969,1,8381,'3577276','2013-10-30 22:31:19'),(30970,2,8381,'','2013-10-30 22:31:19'),(30971,3,8381,'','2013-10-30 22:31:19'),(30972,4,8381,'OPD','2013-10-30 22:31:19'),(30973,5,8381,'','2013-10-30 22:31:19'),(30974,6,8381,'12','2013-10-30 22:31:19'),(30975,7,8381,'NIGHT','2013-10-30 22:31:19'),(30976,1,8382,'3577281','2013-10-31 01:14:26'),(30977,2,8382,'590307','2013-10-31 01:14:26'),(30978,3,8382,'','2013-10-31 01:14:26'),(30979,4,8382,'OPD','2013-10-31 01:14:26'),(30980,5,8382,'','2013-10-31 01:14:26'),(30981,6,8382,'64','2013-10-31 01:14:26'),(30982,7,8382,'NIGHT','2013-10-31 01:14:26'),(30983,1,8384,'','2013-10-31 01:14:26'),(30984,2,8384,'','2013-10-31 01:14:26'),(30985,3,8384,'','2013-10-31 01:14:26'),(30986,4,8384,'','2013-10-31 01:14:26'),(30987,5,8384,'','2013-10-31 01:14:26'),(30988,6,8384,'','2013-10-31 01:14:26'),(30989,7,8384,'NIGHT','2013-10-31 01:14:26'),(30990,1,8387,'','2013-10-31 01:14:26'),(30991,2,8387,'','2013-10-31 01:14:26'),(30992,3,8387,'','2013-10-31 01:14:26'),(30993,4,8387,'','2013-10-31 01:14:26'),(30994,5,8387,'','2013-10-31 01:14:26'),(30995,6,8387,'','2013-10-31 01:14:26'),(30996,7,8387,'NIGHT','2013-10-31 01:14:26'),(30997,1,8388,'3577315','2013-10-31 02:39:02'),(30998,2,8388,'','2013-10-31 02:39:02'),(30999,3,8388,'','2013-10-31 02:39:02'),(31000,4,8388,'WARD','2013-10-31 02:39:02'),(31001,5,8388,'','2013-10-31 02:39:02'),(31002,6,8388,'110','2013-10-31 02:39:02'),(31003,7,8388,'NIGHT','2013-10-31 02:39:02'),(31004,1,8390,'','2013-10-31 02:39:03'),(31005,2,8390,'','2013-10-31 02:39:03'),(31006,3,8390,'','2013-10-31 02:39:03'),(31007,4,8390,'','2013-10-31 02:39:03'),(31008,5,8390,'','2013-10-31 02:39:03'),(31009,6,8390,'','2013-10-31 02:39:03'),(31010,7,8390,'NIGHT','2013-10-31 02:39:03'),(31011,1,8391,'35773200','2013-10-31 03:40:47'),(31012,2,8391,'','2013-10-31 03:40:47'),(31013,3,8391,'','2013-10-31 03:40:47'),(31014,4,8391,'OPD','2013-10-31 03:40:47'),(31015,5,8391,'','2013-10-31 03:40:47'),(31016,6,8391,'227','2013-10-31 03:40:47'),(31017,7,8391,'NIGHT','2013-10-31 03:40:47'),(31018,1,8393,'','2013-10-31 03:40:48'),(31019,2,8393,'','2013-10-31 03:40:48'),(31020,3,8393,'','2013-10-31 03:40:48'),(31021,4,8393,'','2013-10-31 03:40:48'),(31022,5,8393,'','2013-10-31 03:40:48'),(31023,6,8393,'','2013-10-31 03:40:48'),(31024,7,8393,'NIGHT','2013-10-31 03:40:48'),(31025,1,8394,'3577324','2013-10-31 03:51:43'),(31026,2,8394,'590315','2013-10-31 03:51:43'),(31027,3,8394,'','2013-10-31 03:51:43'),(31028,4,8394,'OPD','2013-10-31 03:51:43'),(31029,5,8394,'','2013-10-31 03:51:43'),(31030,6,8394,'35','2013-10-31 03:51:43'),(31031,7,8394,'NIGHT','2013-10-31 03:51:43'),(31032,1,8395,'3577326','2013-10-31 03:56:23'),(31033,2,8395,'590316','2013-10-31 03:56:23'),(31034,3,8395,'','2013-10-31 03:56:23'),(31035,4,8395,'OPD','2013-10-31 03:56:23'),(31036,5,8395,'','2013-10-31 03:56:23'),(31037,6,8395,'35','2013-10-31 03:56:23'),(31038,7,8395,'NIGHT','2013-10-31 03:56:23'),(31039,1,8396,'','2013-10-31 04:33:22'),(31040,2,8396,'','2013-10-31 04:33:22'),(31041,3,8396,'','2013-10-31 04:33:22'),(31042,4,8396,'OPD','2013-10-31 04:33:22'),(31043,5,8396,'','2013-10-31 04:33:22'),(31044,6,8396,'','2013-10-31 04:33:22'),(31045,7,8396,'DAY','2013-10-31 04:33:22'),(31046,1,8397,'3577240','2013-10-31 04:36:52'),(31047,2,8397,'','2013-10-31 04:36:52'),(31048,3,8397,'','2013-10-31 04:36:52'),(31049,4,8397,'WARD','2013-10-31 04:36:52'),(31050,5,8397,'214722','2013-10-31 04:36:52'),(31051,6,8397,'27.00','2013-10-31 04:36:52'),(31052,7,8397,'DAY','2013-10-31 04:36:52'),(31053,1,8398,'3577347','2013-10-31 04:39:59'),(31054,2,8398,'','2013-10-31 04:39:59'),(31055,3,8398,'','2013-10-31 04:39:59'),(31056,4,8398,'OPD','2013-10-31 04:39:59'),(31057,5,8398,'','2013-10-31 04:39:59'),(31058,6,8398,'81.00','2013-10-31 04:39:59'),(31059,7,8398,'DAY','2013-10-31 04:39:59'),(31060,1,8400,'','2013-10-31 04:39:59'),(31061,2,8400,'','2013-10-31 04:39:59'),(31062,3,8400,'','2013-10-31 04:39:59'),(31063,4,8400,'','2013-10-31 04:39:59'),(31064,5,8400,'','2013-10-31 04:39:59'),(31065,6,8400,'','2013-10-31 04:39:59'),(31066,7,8400,'DAY','2013-10-31 04:39:59'),(31067,1,8403,'','2013-10-31 04:39:59'),(31068,2,8403,'','2013-10-31 04:39:59'),(31069,3,8403,'','2013-10-31 04:39:59'),(31070,4,8403,'','2013-10-31 04:39:59'),(31071,5,8403,'','2013-10-31 04:39:59'),(31072,6,8403,'','2013-10-31 04:39:59'),(31073,7,8403,'DAY','2013-10-31 04:39:59'),(31074,1,8404,'3552754','2013-10-31 05:04:50'),(31075,2,8404,'','2013-10-31 05:04:50'),(31076,3,8404,'','2013-10-31 05:04:50'),(31077,4,8404,'opd','2013-10-31 05:04:50'),(31078,5,8404,'','2013-10-31 05:04:50'),(31079,6,8404,'172.00','2013-10-31 05:04:50'),(31080,7,8404,'DAY','2013-10-31 05:04:50'),(31081,1,8406,'','2013-10-31 05:04:50'),(31082,2,8406,'','2013-10-31 05:04:50'),(31083,3,8406,'','2013-10-31 05:04:50'),(31084,4,8406,'','2013-10-31 05:04:50'),(31085,5,8406,'','2013-10-31 05:04:50'),(31086,6,8406,'','2013-10-31 05:04:50'),(31087,7,8406,'DAY','2013-10-31 05:04:50'),(31088,1,8409,'','2013-10-31 05:04:50'),(31089,2,8409,'','2013-10-31 05:04:50'),(31090,3,8409,'','2013-10-31 05:04:50'),(31091,4,8409,'','2013-10-31 05:04:50'),(31092,5,8409,'','2013-10-31 05:04:50'),(31093,6,8409,'','2013-10-31 05:04:51'),(31094,7,8409,'DAY','2013-10-31 05:04:51'),(31095,1,8410,'3573359','2013-10-31 05:17:49'),(31096,2,8410,'','2013-10-31 05:17:49'),(31097,3,8410,'','2013-10-31 05:17:49'),(31098,4,8410,'OPD','2013-10-31 05:17:49'),(31099,5,8410,'','2013-10-31 05:17:49'),(31100,6,8410,'39.00','2013-10-31 05:17:49'),(31101,7,8410,'DAY','2013-10-31 05:17:49'),(31102,1,8411,'3576850','2013-10-31 05:26:33'),(31103,2,8411,'590197','2013-10-31 05:26:33'),(31104,3,8411,'','2013-10-31 05:26:33'),(31105,4,8411,'OPD','2013-10-31 05:26:33'),(31106,5,8411,'','2013-10-31 05:26:33'),(31107,6,8411,'255.00','2013-10-31 05:26:33'),(31108,7,8411,'DAY','2013-10-31 05:26:33'),(31109,1,8413,'','2013-10-31 05:26:33'),(31110,2,8413,'','2013-10-31 05:26:33'),(31111,3,8413,'','2013-10-31 05:26:33'),(31112,4,8413,'','2013-10-31 05:26:33'),(31113,5,8413,'','2013-10-31 05:26:33'),(31114,6,8413,'','2013-10-31 05:26:33'),(31115,7,8413,'DAY','2013-10-31 05:26:33'),(31116,1,8416,'','2013-10-31 05:26:34'),(31117,2,8416,'','2013-10-31 05:26:34'),(31118,3,8416,'','2013-10-31 05:26:34'),(31119,4,8416,'','2013-10-31 05:26:34'),(31120,5,8416,'','2013-10-31 05:26:34'),(31121,6,8416,'','2013-10-31 05:26:34'),(31122,7,8416,'DAY','2013-10-31 05:26:34'),(31123,1,8417,'3577368','2013-10-31 05:29:57'),(31124,2,8417,'590333','2013-10-31 05:29:57'),(31125,3,8417,'','2013-10-31 05:29:57'),(31126,4,8417,'OPD','2013-10-31 05:29:57'),(31127,5,8417,'','2013-10-31 05:29:57'),(31128,6,8417,'133.00','2013-10-31 05:29:57'),(31129,7,8417,'DAY','2013-10-31 05:29:57'),(31130,1,8419,'','2013-10-31 05:29:59'),(31131,2,8419,'','2013-10-31 05:29:59'),(31132,3,8419,'','2013-10-31 05:29:59'),(31133,4,8419,'','2013-10-31 05:29:59'),(31134,5,8419,'','2013-10-31 05:29:59'),(31135,6,8419,'','2013-10-31 05:29:59'),(31136,7,8419,'DAY','2013-10-31 05:29:59'),(31137,1,8420,'3577378','2013-10-31 05:35:55'),(31138,2,8420,'','2013-10-31 05:35:55'),(31139,3,8420,'','2013-10-31 05:35:55'),(31140,4,8420,'OUTSIDE','2013-10-31 05:35:55'),(31141,5,8420,'','2013-10-31 05:35:55'),(31142,6,8420,'182.00','2013-10-31 05:35:55'),(31143,7,8420,'DAY','2013-10-31 05:35:55'),(31144,1,8422,'','2013-10-31 05:35:57'),(31145,2,8422,'','2013-10-31 05:35:57'),(31146,3,8422,'','2013-10-31 05:35:57'),(31147,4,8422,'','2013-10-31 05:35:57'),(31148,5,8422,'','2013-10-31 05:35:57'),(31149,6,8422,'','2013-10-31 05:35:57'),(31150,7,8422,'DAY','2013-10-31 05:35:57'),(31151,1,8423,'3573651','2013-10-31 05:39:06'),(31152,2,8423,'','2013-10-31 05:39:06'),(31153,3,8423,'','2013-10-31 05:39:06'),(31154,4,8423,'OPD','2013-10-31 05:39:06'),(31155,5,8423,'','2013-10-31 05:39:06'),(31156,6,8423,'66.00','2013-10-31 05:39:06'),(31157,7,8423,'DAY','2013-10-31 05:39:06'),(31158,1,8424,'3577384','2013-10-31 05:43:51'),(31159,2,8424,'','2013-10-31 05:43:51'),(31160,3,8424,'','2013-10-31 05:43:51'),(31161,4,8424,'OPD','2013-10-31 05:43:51'),(31162,5,8424,'','2013-10-31 05:43:51'),(31163,6,8424,'17.00','2013-10-31 05:43:51'),(31164,7,8424,'DAY','2013-10-31 05:43:51'),(31165,1,8425,'3570354','2013-10-31 05:48:24'),(31166,2,8425,'590337','2013-10-31 05:48:24'),(31167,3,8425,'','2013-10-31 05:48:24'),(31168,4,8425,'OPD','2013-10-31 05:48:24'),(31169,5,8425,'','2013-10-31 05:48:24'),(31170,6,8425,'117.00','2013-10-31 05:48:24'),(31171,7,8425,'DAY','2013-10-31 05:48:24'),(31172,1,8427,'','2013-10-31 05:48:25'),(31173,2,8427,'','2013-10-31 05:48:25'),(31174,3,8427,'','2013-10-31 05:48:25'),(31175,4,8427,'','2013-10-31 05:48:25'),(31176,5,8427,'','2013-10-31 05:48:25'),(31177,6,8427,'','2013-10-31 05:48:25'),(31178,7,8427,'DAY','2013-10-31 05:48:25'),(31179,1,8428,'3576863','2013-10-31 05:55:42'),(31180,2,8428,'590173','2013-10-31 05:55:42'),(31181,3,8428,'','2013-10-31 05:55:42'),(31182,4,8428,'OPD','2013-10-31 05:55:42'),(31183,5,8428,'','2013-10-31 05:55:42'),(31184,6,8428,'251.00','2013-10-31 05:55:42'),(31185,7,8428,'DAY','2013-10-31 05:55:42'),(31186,1,8430,'','2013-10-31 05:55:42'),(31187,2,8430,'','2013-10-31 05:55:42'),(31188,3,8430,'','2013-10-31 05:55:42'),(31189,4,8430,'','2013-10-31 05:55:42'),(31190,5,8430,'','2013-10-31 05:55:42'),(31191,6,8430,'','2013-10-31 05:55:42'),(31192,7,8430,'DAY','2013-10-31 05:55:42'),(31193,1,8433,'','2013-10-31 05:55:42'),(31194,2,8433,'','2013-10-31 05:55:42'),(31195,3,8433,'','2013-10-31 05:55:42'),(31196,4,8433,'','2013-10-31 05:55:42'),(31197,5,8433,'','2013-10-31 05:55:42'),(31198,6,8433,'','2013-10-31 05:55:42'),(31199,7,8433,'DAY','2013-10-31 05:55:42'),(31200,1,8437,'','2013-10-31 05:55:42'),(31201,2,8437,'','2013-10-31 05:55:42'),(31202,3,8437,'','2013-10-31 05:55:42'),(31203,4,8437,'','2013-10-31 05:55:42'),(31204,5,8437,'','2013-10-31 05:55:42'),(31205,6,8437,'','2013-10-31 05:55:42'),(31206,7,8437,'DAY','2013-10-31 05:55:42'),(31207,1,8438,'3577393','2013-10-31 05:59:12'),(31208,2,8438,'590342','2013-10-31 05:59:12'),(31209,3,8438,'','2013-10-31 05:59:12'),(31210,4,8438,'OPD','2013-10-31 05:59:12'),(31211,5,8438,'','2013-10-31 05:59:12'),(31212,6,8438,'123.00','2013-10-31 05:59:12'),(31213,7,8438,'DAY','2013-10-31 05:59:12'),(31214,1,8440,'','2013-10-31 05:59:13'),(31215,2,8440,'','2013-10-31 05:59:13'),(31216,3,8440,'','2013-10-31 05:59:13'),(31217,4,8440,'','2013-10-31 05:59:13'),(31218,5,8440,'','2013-10-31 05:59:13'),(31219,6,8440,'','2013-10-31 05:59:13'),(31220,7,8440,'DAY','2013-10-31 05:59:13'),(31221,1,8443,'','2013-10-31 05:59:13'),(31222,2,8443,'','2013-10-31 05:59:13'),(31223,3,8443,'','2013-10-31 05:59:13'),(31224,4,8443,'','2013-10-31 05:59:13'),(31225,5,8443,'','2013-10-31 05:59:13'),(31226,6,8443,'','2013-10-31 05:59:13'),(31227,7,8443,'DAY','2013-10-31 05:59:13'),(31228,1,8444,'3568959','2013-10-31 06:04:47'),(31229,2,8444,'','2013-10-31 06:04:47'),(31230,3,8444,'','2013-10-31 06:04:47'),(31231,4,8444,'OPD','2013-10-31 06:04:47'),(31232,5,8444,'','2013-10-31 06:04:47'),(31233,6,8444,'278.40','2013-10-31 06:04:47'),(31234,7,8444,'DAY','2013-10-31 06:04:47'),(31235,1,8446,'','2013-10-31 06:04:48'),(31236,2,8446,'','2013-10-31 06:04:48'),(31237,3,8446,'','2013-10-31 06:04:48'),(31238,4,8446,'','2013-10-31 06:04:48'),(31239,5,8446,'','2013-10-31 06:04:48'),(31240,6,8446,'','2013-10-31 06:04:48'),(31241,7,8446,'DAY','2013-10-31 06:04:48'),(31242,1,8449,'','2013-10-31 06:04:48'),(31243,2,8449,'','2013-10-31 06:04:48'),(31244,3,8449,'','2013-10-31 06:04:48'),(31245,4,8449,'','2013-10-31 06:04:48'),(31246,5,8449,'','2013-10-31 06:04:48'),(31247,6,8449,'','2013-10-31 06:04:48'),(31248,7,8449,'DAY','2013-10-31 06:04:48'),(31249,1,8450,'3577408','2013-10-31 06:08:37'),(31250,2,8450,'','2013-10-31 06:08:37'),(31251,3,8450,'','2013-10-31 06:08:37'),(31252,4,8450,'OPD','2013-10-31 06:08:37'),(31253,5,8450,'','2013-10-31 06:08:37'),(31254,6,8450,'167','2013-10-31 06:08:37'),(31255,7,8450,'DAY','2013-10-31 06:08:37'),(31256,1,8452,'','2013-10-31 06:08:37'),(31257,2,8452,'','2013-10-31 06:08:37'),(31258,3,8452,'','2013-10-31 06:08:37'),(31259,4,8452,'','2013-10-31 06:08:37'),(31260,5,8452,'','2013-10-31 06:08:37'),(31261,6,8452,'','2013-10-31 06:08:37'),(31262,7,8452,'DAY','2013-10-31 06:08:37'),(31263,1,8455,'','2013-10-31 06:08:38'),(31264,2,8455,'','2013-10-31 06:08:38'),(31265,3,8455,'','2013-10-31 06:08:38'),(31266,4,8455,'','2013-10-31 06:08:38'),(31267,5,8455,'','2013-10-31 06:08:38'),(31268,6,8455,'','2013-10-31 06:08:38'),(31269,7,8455,'DAY','2013-10-31 06:08:38'),(31270,1,8456,'3576544','2013-10-31 06:12:00'),(31271,2,8456,'','2013-10-31 06:12:00'),(31272,3,8456,'','2013-10-31 06:12:00'),(31273,4,8456,'OPD','2013-10-31 06:12:00'),(31274,5,8456,'','2013-10-31 06:12:00'),(31275,6,8456,'166.00','2013-10-31 06:12:00'),(31276,7,8456,'DAY','2013-10-31 06:12:00'),(31277,1,8458,'','2013-10-31 06:12:01'),(31278,2,8458,'','2013-10-31 06:12:01'),(31279,3,8458,'','2013-10-31 06:12:01'),(31280,4,8458,'','2013-10-31 06:12:01'),(31281,5,8458,'','2013-10-31 06:12:01'),(31282,6,8458,'','2013-10-31 06:12:01'),(31283,7,8458,'DAY','2013-10-31 06:12:01'),(31284,1,8461,'','2013-10-31 06:12:01'),(31285,2,8461,'','2013-10-31 06:12:01'),(31286,3,8461,'','2013-10-31 06:12:01'),(31287,4,8461,'','2013-10-31 06:12:01'),(31288,5,8461,'','2013-10-31 06:12:01'),(31289,6,8461,'','2013-10-31 06:12:01'),(31290,7,8461,'DAY','2013-10-31 06:12:01'),(31291,1,8462,'3576576','2013-10-31 06:14:32'),(31292,2,8462,'590084','2013-10-31 06:14:32'),(31293,3,8462,'','2013-10-31 06:14:32'),(31294,4,8462,'OPD','2013-10-31 06:14:32'),(31295,5,8462,'','2013-10-31 06:14:32'),(31296,6,8462,'125.00','2013-10-31 06:14:32'),(31297,7,8462,'DAY','2013-10-31 06:14:32'),(31298,1,8463,'3577410','2013-10-31 06:17:27'),(31299,2,8463,'','2013-10-31 06:17:27'),(31300,3,8463,'','2013-10-31 06:17:27'),(31301,4,8463,'OPD','2013-10-31 06:17:27'),(31302,5,8463,'','2013-10-31 06:17:27'),(31303,6,8463,'50.00','2013-10-31 06:17:27'),(31304,7,8463,'DAY','2013-10-31 06:17:27'),(31305,1,8465,'','2013-10-31 06:17:27'),(31306,2,8465,'','2013-10-31 06:17:27'),(31307,3,8465,'','2013-10-31 06:17:27'),(31308,4,8465,'','2013-10-31 06:17:27'),(31309,5,8465,'','2013-10-31 06:17:27'),(31310,6,8465,'','2013-10-31 06:17:27'),(31311,7,8465,'DAY','2013-10-31 06:17:27'),(31312,1,8466,'3577437','2013-10-31 06:27:26'),(31313,2,8466,'590349','2013-10-31 06:27:26'),(31314,3,8466,'','2013-10-31 06:27:26'),(31315,4,8466,'OPD','2013-10-31 06:27:26'),(31316,5,8466,'','2013-10-31 06:27:26'),(31317,6,8466,'87.00','2013-10-31 06:27:26'),(31318,7,8466,'DAY','2013-10-31 06:27:26'),(31319,1,8468,'','2013-10-31 06:27:26'),(31320,2,8468,'','2013-10-31 06:27:26'),(31321,3,8468,'','2013-10-31 06:27:26'),(31322,4,8468,'','2013-10-31 06:27:26'),(31323,5,8468,'','2013-10-31 06:27:26'),(31324,6,8468,'','2013-10-31 06:27:26'),(31325,7,8468,'DAY','2013-10-31 06:27:26'),(31326,1,8469,'','2013-10-31 06:28:10'),(31327,2,8469,'','2013-10-31 06:28:10'),(31328,3,8469,'','2013-10-31 06:28:10'),(31329,4,8469,'','2013-10-31 06:28:10'),(31330,5,8469,'','2013-10-31 06:28:10'),(31331,6,8469,'','2013-10-31 06:28:10'),(31332,7,8469,'DAY','2013-10-31 06:28:10'),(31333,1,8470,'3577438','2013-10-31 06:31:54'),(31334,2,8470,'','2013-10-31 06:31:54'),(31335,3,8470,'','2013-10-31 06:31:54'),(31336,4,8470,'OPD','2013-10-31 06:31:54'),(31337,5,8470,'','2013-10-31 06:31:54'),(31338,6,8470,'50.00','2013-10-31 06:31:54'),(31339,7,8470,'DAY','2013-10-31 06:31:54'),(31340,1,8472,'','2013-10-31 06:31:54'),(31341,2,8472,'','2013-10-31 06:31:54'),(31342,3,8472,'','2013-10-31 06:31:54'),(31343,4,8472,'','2013-10-31 06:31:54'),(31344,5,8472,'','2013-10-31 06:31:54'),(31345,6,8472,'','2013-10-31 06:31:54'),(31346,7,8472,'DAY','2013-10-31 06:31:54'),(31347,1,8473,'','2013-10-31 06:33:42'),(31348,2,8473,'','2013-10-31 06:33:42'),(31349,3,8473,'','2013-10-31 06:33:42'),(31350,4,8473,'','2013-10-31 06:33:42'),(31351,5,8473,'','2013-10-31 06:33:42'),(31352,6,8473,'','2013-10-31 06:33:42'),(31353,7,8473,'DAY','2013-10-31 06:33:42'),(31354,1,8474,'3576997','2013-10-31 06:34:19'),(31355,2,8474,'','2013-10-31 06:34:19'),(31356,3,8474,'','2013-10-31 06:34:19'),(31357,4,8474,'OPD','2013-10-31 06:34:19'),(31358,5,8474,'','2013-10-31 06:34:19'),(31359,6,8474,'66.00','2013-10-31 06:34:19'),(31360,7,8474,'DAY','2013-10-31 06:34:19'),(31361,1,8475,'','2013-10-31 06:39:18'),(31362,2,8475,'','2013-10-31 06:39:18'),(31363,3,8475,'','2013-10-31 06:39:18'),(31364,4,8475,'MEDICALS','2013-10-31 06:39:18'),(31365,5,8475,'','2013-10-31 06:39:18'),(31366,6,8475,'','2013-10-31 06:39:18'),(31367,7,8475,'DAY','2013-10-31 06:39:18'),(31368,1,8477,'','2013-10-31 06:39:18'),(31369,2,8477,'','2013-10-31 06:39:18'),(31370,3,8477,'','2013-10-31 06:39:18'),(31371,4,8477,'','2013-10-31 06:39:18'),(31372,5,8477,'','2013-10-31 06:39:18'),(31373,6,8477,'','2013-10-31 06:39:18'),(31374,7,8477,'DAY','2013-10-31 06:39:18'),(31375,1,8480,'','2013-10-31 06:39:18'),(31376,2,8480,'','2013-10-31 06:39:18'),(31377,3,8480,'','2013-10-31 06:39:18'),(31378,4,8480,'','2013-10-31 06:39:18'),(31379,5,8480,'','2013-10-31 06:39:18'),(31380,6,8480,'','2013-10-31 06:39:18'),(31381,7,8480,'DAY','2013-10-31 06:39:18'),(31382,1,8481,'3577450','2013-10-31 06:43:48'),(31383,2,8481,'','2013-10-31 06:43:48'),(31384,3,8481,'','2013-10-31 06:43:48'),(31385,4,8481,'OPD','2013-10-31 06:43:48'),(31386,5,8481,'','2013-10-31 06:43:48'),(31387,6,8481,'139.00','2013-10-31 06:43:48'),(31388,7,8481,'DAY','2013-10-31 06:43:48'),(31389,1,8483,'','2013-10-31 06:43:48'),(31390,2,8483,'','2013-10-31 06:43:48'),(31391,3,8483,'','2013-10-31 06:43:48'),(31392,4,8483,'','2013-10-31 06:43:48'),(31393,5,8483,'','2013-10-31 06:43:48'),(31394,6,8483,'','2013-10-31 06:43:48'),(31395,7,8483,'DAY','2013-10-31 06:43:48'),(31396,1,8486,'','2013-10-31 06:43:49'),(31397,2,8486,'','2013-10-31 06:43:49'),(31398,3,8486,'','2013-10-31 06:43:49'),(31399,4,8486,'','2013-10-31 06:43:49'),(31400,5,8486,'','2013-10-31 06:43:49'),(31401,6,8486,'','2013-10-31 06:43:49'),(31402,7,8486,'DAY','2013-10-31 06:43:49'),(31403,1,8490,'','2013-10-31 06:43:49'),(31404,2,8490,'','2013-10-31 06:43:49'),(31405,3,8490,'','2013-10-31 06:43:49'),(31406,4,8490,'','2013-10-31 06:43:49'),(31407,5,8490,'','2013-10-31 06:43:49'),(31408,6,8490,'','2013-10-31 06:43:49'),(31409,7,8490,'DAY','2013-10-31 06:43:49'),(31410,1,8491,'3577448','2013-10-31 06:49:24'),(31411,2,8491,'590353','2013-10-31 06:49:24'),(31412,3,8491,'','2013-10-31 06:49:24'),(31413,4,8491,'OPD','2013-10-31 06:49:24'),(31414,5,8491,'','2013-10-31 06:49:24'),(31415,6,8491,'63.00','2013-10-31 06:49:24'),(31416,7,8491,'DAY','2013-10-31 06:49:24'),(31417,1,8492,'3577441','2013-10-31 06:51:57'),(31418,2,8492,'','2013-10-31 06:51:57'),(31419,3,8492,'','2013-10-31 06:51:57'),(31420,4,8492,'OPD','2013-10-31 06:51:57'),(31421,5,8492,'','2013-10-31 06:51:57'),(31422,6,8492,'90.00','2013-10-31 06:51:57'),(31423,7,8492,'DAY','2013-10-31 06:51:57'),(31424,1,8494,'','2013-10-31 06:51:57'),(31425,2,8494,'','2013-10-31 06:51:57'),(31426,3,8494,'','2013-10-31 06:51:57'),(31427,4,8494,'','2013-10-31 06:51:57'),(31428,5,8494,'','2013-10-31 06:51:57'),(31429,6,8494,'','2013-10-31 06:51:57'),(31430,7,8494,'DAY','2013-10-31 06:51:57'),(31431,1,8495,'3577453','2013-10-31 06:54:01'),(31432,2,8495,'','2013-10-31 06:54:01'),(31433,3,8495,'','2013-10-31 06:54:01'),(31434,4,8495,'OPD','2013-10-31 06:54:01'),(31435,5,8495,'','2013-10-31 06:54:01'),(31436,6,8495,'164.40','2013-10-31 06:54:01'),(31437,7,8495,'DAY','2013-10-31 06:54:01'),(31438,1,8497,'','2013-10-31 06:54:01'),(31439,2,8497,'','2013-10-31 06:54:01'),(31440,3,8497,'','2013-10-31 06:54:01'),(31441,4,8497,'','2013-10-31 06:54:01'),(31442,5,8497,'','2013-10-31 06:54:01'),(31443,6,8497,'','2013-10-31 06:54:01'),(31444,7,8497,'DAY','2013-10-31 06:54:01'),(31445,1,8498,'','2013-10-31 07:00:34'),(31446,2,8498,'','2013-10-31 07:00:34'),(31447,3,8498,'','2013-10-31 07:00:34'),(31448,4,8498,'','2013-10-31 07:00:34'),(31449,5,8498,'','2013-10-31 07:00:34'),(31450,6,8498,'','2013-10-31 07:00:34'),(31451,7,8498,'DAY','2013-10-31 07:00:34'),(31452,1,8499,'3577464','2013-10-30 18:06:40'),(31453,2,8499,'590357','2013-10-30 18:06:40'),(31454,3,8499,'','2013-10-30 18:06:40'),(31455,4,8499,'OPD','2013-10-30 18:06:40'),(31456,5,8499,'','2013-10-30 18:06:40'),(31457,6,8499,'92.40','2013-10-30 18:06:40'),(31458,7,8499,'DAY','2013-10-30 18:06:40'),(31459,1,8501,'','2013-10-30 18:06:40'),(31460,2,8501,'','2013-10-30 18:06:40'),(31461,3,8501,'','2013-10-30 18:06:40'),(31462,4,8501,'','2013-10-30 18:06:40'),(31463,5,8501,'','2013-10-30 18:06:40'),(31464,6,8501,'','2013-10-30 18:06:40'),(31465,7,8501,'DAY','2013-10-30 18:06:40'),(31466,1,8502,'3577478','2013-10-30 18:18:22'),(31467,2,8502,'','2013-10-30 18:18:22'),(31468,3,8502,'','2013-10-30 18:18:22'),(31469,4,8502,'OPD','2013-10-30 18:18:22'),(31470,5,8502,'','2013-10-30 18:18:22'),(31471,6,8502,'122.00','2013-10-30 18:18:22'),(31472,7,8502,'DAY','2013-10-30 18:18:22'),(31473,1,8504,'','2013-10-30 18:18:22'),(31474,2,8504,'','2013-10-30 18:18:22'),(31475,3,8504,'','2013-10-30 18:18:22'),(31476,4,8504,'','2013-10-30 18:18:22'),(31477,5,8504,'','2013-10-30 18:18:22'),(31478,6,8504,'','2013-10-30 18:18:22'),(31479,7,8504,'DAY','2013-10-30 18:18:22'),(31480,1,8505,'3577480','2013-10-30 18:21:53'),(31481,2,8505,'','2013-10-30 18:21:53'),(31482,3,8505,'','2013-10-30 18:21:53'),(31483,4,8505,'OPD','2013-10-30 18:21:53'),(31484,5,8505,'','2013-10-30 18:21:53'),(31485,6,8505,'80.00','2013-10-30 18:21:53'),(31486,7,8505,'DAY','2013-10-30 18:21:53'),(31487,1,8506,'3577480','2013-10-30 18:25:26'),(31488,2,8506,'','2013-10-30 18:25:26'),(31489,3,8506,'','2013-10-30 18:25:26'),(31490,4,8506,'OPD','2013-10-30 18:25:26'),(31491,5,8506,'','2013-10-30 18:25:26'),(31492,6,8506,'80.00','2013-10-30 18:25:26'),(31493,7,8506,'DAY','2013-10-30 18:25:26'),(31494,1,8507,'3577488','2013-10-30 18:31:43'),(31495,2,8507,'','2013-10-30 18:31:43'),(31496,3,8507,'','2013-10-30 18:31:43'),(31497,4,8507,'TR','2013-10-30 18:31:43'),(31498,5,8507,'','2013-10-30 18:31:43'),(31499,6,8507,'35.00','2013-10-30 18:31:43'),(31500,7,8507,'DAY','2013-10-30 18:31:43'),(31501,1,8509,'','2013-10-30 18:31:44'),(31502,2,8509,'','2013-10-30 18:31:44'),(31503,3,8509,'','2013-10-30 18:31:44'),(31504,4,8509,'','2013-10-30 18:31:44'),(31505,5,8509,'','2013-10-30 18:31:44'),(31506,6,8509,'','2013-10-30 18:31:44'),(31507,7,8509,'DAY','2013-10-30 18:31:44'),(31508,1,8510,'3577484','2013-10-30 18:34:46'),(31509,2,8510,'','2013-10-30 18:34:46'),(31510,3,8510,'','2013-10-30 18:34:46'),(31511,4,8510,'TR','2013-10-30 18:34:46'),(31512,5,8510,'','2013-10-30 18:34:46'),(31513,6,8510,'94.00','2013-10-30 18:34:46'),(31514,7,8510,'DAY','2013-10-30 18:34:46'),(31515,1,8512,'','2013-10-30 18:34:47'),(31516,2,8512,'','2013-10-30 18:34:47'),(31517,3,8512,'','2013-10-30 18:34:47'),(31518,4,8512,'','2013-10-30 18:34:47'),(31519,5,8512,'','2013-10-30 18:34:47'),(31520,6,8512,'','2013-10-30 18:34:47'),(31521,7,8512,'DAY','2013-10-30 18:34:47'),(31522,1,8513,'3577492','2013-10-30 18:36:31'),(31523,2,8513,'','2013-10-30 18:36:31'),(31524,3,8513,'','2013-10-30 18:36:31'),(31525,4,8513,'OPD','2013-10-30 18:36:31'),(31526,5,8513,'','2013-10-30 18:36:31'),(31527,6,8513,'37.00','2013-10-30 18:36:31'),(31528,7,8513,'DAY','2013-10-30 18:36:31'),(31529,1,8514,'3577494','2013-10-30 18:41:04'),(31530,2,8514,'','2013-10-30 18:41:04'),(31531,3,8514,'','2013-10-30 18:41:04'),(31532,4,8514,'OPD','2013-10-30 18:41:04'),(31533,5,8514,'','2013-10-30 18:41:04'),(31534,6,8514,'119.00','2013-10-30 18:41:04'),(31535,7,8514,'DAY','2013-10-30 18:41:04'),(31536,1,8516,'','2013-10-30 18:41:04'),(31537,2,8516,'','2013-10-30 18:41:04'),(31538,3,8516,'','2013-10-30 18:41:04'),(31539,4,8516,'','2013-10-30 18:41:04'),(31540,5,8516,'','2013-10-30 18:41:04'),(31541,6,8516,'','2013-10-30 18:41:04'),(31542,7,8516,'DAY','2013-10-30 18:41:04'),(31543,1,8517,'3577489','2013-10-30 18:44:30'),(31544,2,8517,'','2013-10-30 18:44:30'),(31545,3,8517,'','2013-10-30 18:44:30'),(31546,4,8517,'OPD','2013-10-30 18:44:30'),(31547,5,8517,'','2013-10-30 18:44:30'),(31548,6,8517,'92.00','2013-10-30 18:44:30'),(31549,7,8517,'DAY','2013-10-30 18:44:30'),(31550,1,8519,'','2013-10-30 18:44:30'),(31551,2,8519,'','2013-10-30 18:44:30'),(31552,3,8519,'','2013-10-30 18:44:30'),(31553,4,8519,'','2013-10-30 18:44:30'),(31554,5,8519,'','2013-10-30 18:44:30'),(31555,6,8519,'','2013-10-30 18:44:30'),(31556,7,8519,'DAY','2013-10-30 18:44:30'),(31557,1,8520,'3577499','2013-10-30 18:48:24'),(31558,2,8520,'','2013-10-30 18:48:24'),(31559,3,8520,'','2013-10-30 18:48:24'),(31560,4,8520,'OPD','2013-10-30 18:48:24'),(31561,5,8520,'','2013-10-30 18:48:24'),(31562,6,8520,'81.00','2013-10-30 18:48:24'),(31563,7,8520,'DAY','2013-10-30 18:48:24'),(31564,1,8521,'3577510','2013-10-30 18:56:52'),(31565,2,8521,'','2013-10-30 18:56:52'),(31566,3,8521,'','2013-10-30 18:56:52'),(31567,4,8521,'OPD','2013-10-30 18:56:52'),(31568,5,8521,'','2013-10-30 18:56:52'),(31569,6,8521,'40.00','2013-10-30 18:56:52'),(31570,7,8521,'DAY','2013-10-30 18:56:52'),(31571,1,8523,'','2013-10-30 18:56:52'),(31572,2,8523,'','2013-10-30 18:56:52'),(31573,3,8523,'','2013-10-30 18:56:52'),(31574,4,8523,'','2013-10-30 18:56:52'),(31575,5,8523,'','2013-10-30 18:56:52'),(31576,6,8523,'','2013-10-30 18:56:52'),(31577,7,8523,'DAY','2013-10-30 18:56:52'),(31578,1,8524,'3538285','2013-10-30 18:59:43'),(31579,2,8524,'','2013-10-30 18:59:43'),(31580,3,8524,'','2013-10-30 18:59:43'),(31581,4,8524,'OPD','2013-10-30 18:59:43'),(31582,5,8524,'','2013-10-30 18:59:43'),(31583,6,8524,'105.00','2013-10-30 18:59:43'),(31584,7,8524,'DAY','2013-10-30 18:59:43'),(31585,1,8526,'','2013-10-30 18:59:44'),(31586,2,8526,'','2013-10-30 18:59:44'),(31587,3,8526,'','2013-10-30 18:59:44'),(31588,4,8526,'','2013-10-30 18:59:44'),(31589,5,8526,'','2013-10-30 18:59:44'),(31590,6,8526,'','2013-10-30 18:59:44'),(31591,7,8526,'DAY','2013-10-30 18:59:44'),(31592,1,8527,'3577518','2013-10-30 19:28:32'),(31593,2,8527,'','2013-10-30 19:28:32'),(31594,3,8527,'','2013-10-30 19:28:32'),(31595,4,8527,'OPD','2013-10-30 19:28:32'),(31596,5,8527,'','2013-10-30 19:28:32'),(31597,6,8527,'278.40','2013-10-30 19:28:32'),(31598,7,8527,'DAY','2013-10-30 19:28:32'),(31599,1,8529,'','2013-10-30 19:28:32'),(31600,2,8529,'','2013-10-30 19:28:32'),(31601,3,8529,'','2013-10-30 19:28:32'),(31602,4,8529,'','2013-10-30 19:28:32'),(31603,5,8529,'','2013-10-30 19:28:32'),(31604,6,8529,'','2013-10-30 19:28:32'),(31605,7,8529,'DAY','2013-10-30 19:28:32'),(31606,1,8532,'','2013-10-30 19:28:32'),(31607,2,8532,'','2013-10-30 19:28:32'),(31608,3,8532,'','2013-10-30 19:28:32'),(31609,4,8532,'','2013-10-30 19:28:32'),(31610,5,8532,'','2013-10-30 19:28:32'),(31611,6,8532,'','2013-10-30 19:28:32'),(31612,7,8532,'DAY','2013-10-30 19:28:32'),(31613,1,8533,'','2013-10-30 19:32:02'),(31614,2,8533,'','2013-10-30 19:32:02'),(31615,3,8533,'','2013-10-30 19:32:02'),(31616,4,8533,'','2013-10-30 19:32:02'),(31617,5,8533,'','2013-10-30 19:32:02'),(31618,6,8533,'','2013-10-30 19:32:02'),(31619,7,8533,'DAY','2013-10-30 19:32:02'),(31620,1,8534,'3577533','2013-10-30 19:33:56'),(31621,2,8534,'','2013-10-30 19:33:56'),(31622,3,8534,'','2013-10-30 19:33:56'),(31623,4,8534,'OPD','2013-10-30 19:33:56'),(31624,5,8534,'','2013-10-30 19:33:56'),(31625,6,8534,'139.00','2013-10-30 19:33:56'),(31626,7,8534,'DAY','2013-10-30 19:33:56'),(31627,1,8536,'','2013-10-30 19:33:56'),(31628,2,8536,'','2013-10-30 19:33:56'),(31629,3,8536,'','2013-10-30 19:33:56'),(31630,4,8536,'','2013-10-30 19:33:56'),(31631,5,8536,'','2013-10-30 19:33:56'),(31632,6,8536,'','2013-10-30 19:33:56'),(31633,7,8536,'DAY','2013-10-30 19:33:56'),(31634,1,8539,'','2013-10-30 19:33:56'),(31635,2,8539,'','2013-10-30 19:33:56'),(31636,3,8539,'','2013-10-30 19:33:56'),(31637,4,8539,'','2013-10-30 19:33:56'),(31638,5,8539,'','2013-10-30 19:33:56'),(31639,6,8539,'','2013-10-30 19:33:56'),(31640,7,8539,'DAY','2013-10-30 19:33:56'),(31641,1,8540,'','2013-10-30 19:51:17'),(31642,2,8540,'','2013-10-30 19:51:17'),(31643,3,8540,'','2013-10-30 19:51:17'),(31644,4,8540,'MEDICALS','2013-10-30 19:51:17'),(31645,5,8540,'','2013-10-30 19:51:17'),(31646,6,8540,'','2013-10-30 19:51:17'),(31647,7,8540,'DAY','2013-10-30 19:51:17'),(31648,1,8542,'','2013-10-30 19:51:18'),(31649,2,8542,'','2013-10-30 19:51:18'),(31650,3,8542,'','2013-10-30 19:51:18'),(31651,4,8542,'','2013-10-30 19:51:18'),(31652,5,8542,'','2013-10-30 19:51:18'),(31653,6,8542,'','2013-10-30 19:51:18'),(31654,7,8542,'DAY','2013-10-30 19:51:18'),(31655,1,8545,'','2013-10-30 19:51:18'),(31656,2,8545,'','2013-10-30 19:51:18'),(31657,3,8545,'','2013-10-30 19:51:18'),(31658,4,8545,'','2013-10-30 19:51:18'),(31659,5,8545,'','2013-10-30 19:51:18'),(31660,6,8545,'','2013-10-30 19:51:18'),(31661,7,8545,'DAY','2013-10-30 19:51:18'),(31662,1,8549,'','2013-10-30 19:51:18'),(31663,2,8549,'','2013-10-30 19:51:18'),(31664,3,8549,'','2013-10-30 19:51:18'),(31665,4,8549,'','2013-10-30 19:51:18'),(31666,5,8549,'','2013-10-30 19:51:18'),(31667,6,8549,'','2013-10-30 19:51:18'),(31668,7,8549,'DAY','2013-10-30 19:51:18'),(31669,1,8554,'','2013-10-30 19:51:18'),(31670,2,8554,'','2013-10-30 19:51:18'),(31671,3,8554,'','2013-10-30 19:51:18'),(31672,4,8554,'','2013-10-30 19:51:18'),(31673,5,8554,'','2013-10-30 19:51:18'),(31674,6,8554,'','2013-10-30 19:51:18'),(31675,7,8554,'DAY','2013-10-30 19:51:18'),(31676,1,8555,'3577550','2013-10-30 19:54:19'),(31677,2,8555,'','2013-10-30 19:54:19'),(31678,3,8555,'','2013-10-30 19:54:19'),(31679,4,8555,'OPD','2013-10-30 19:54:19'),(31680,5,8555,'','2013-10-30 19:54:19'),(31681,6,8555,'106.00','2013-10-30 19:54:19'),(31682,7,8555,'DAY','2013-10-30 19:54:19'),(31683,1,8557,'','2013-10-30 19:54:19'),(31684,2,8557,'','2013-10-30 19:54:19'),(31685,3,8557,'','2013-10-30 19:54:19'),(31686,4,8557,'','2013-10-30 19:54:19'),(31687,5,8557,'','2013-10-30 19:54:19'),(31688,6,8557,'','2013-10-30 19:54:19'),(31689,7,8557,'DAY','2013-10-30 19:54:19'),(31690,1,8558,'3577575','2013-10-30 20:18:01'),(31691,2,8558,'','2013-10-30 20:18:01'),(31692,3,8558,'','2013-10-30 20:18:01'),(31693,4,8558,'OPD','2013-10-30 20:18:01'),(31694,5,8558,'','2013-10-30 20:18:01'),(31695,6,8558,'37.00','2013-10-30 20:18:01'),(31696,7,8558,'DAY','2013-10-30 20:18:01'),(31697,1,8559,'3577586','2013-10-30 20:38:14'),(31698,2,8559,'','2013-10-30 20:38:14'),(31699,3,8559,'','2013-10-30 20:38:14'),(31700,4,8559,'OPD','2013-10-30 20:38:14'),(31701,5,8559,'','2013-10-30 20:38:14'),(31702,6,8559,'267.00','2013-10-30 20:38:14'),(31703,7,8559,'DAY','2013-10-30 20:38:14'),(31704,1,8561,'','2013-10-30 20:38:14'),(31705,2,8561,'','2013-10-30 20:38:14'),(31706,3,8561,'','2013-10-30 20:38:14'),(31707,4,8561,'','2013-10-30 20:38:14'),(31708,5,8561,'','2013-10-30 20:38:14'),(31709,6,8561,'','2013-10-30 20:38:14'),(31710,7,8561,'DAY','2013-10-30 20:38:14'),(31711,1,8564,'','2013-10-30 20:38:14'),(31712,2,8564,'','2013-10-30 20:38:14'),(31713,3,8564,'','2013-10-30 20:38:14'),(31714,4,8564,'','2013-10-30 20:38:14'),(31715,5,8564,'','2013-10-30 20:38:14'),(31716,6,8564,'','2013-10-30 20:38:14'),(31717,7,8564,'DAY','2013-10-30 20:38:14'),(31718,1,8565,'3577591','2013-10-30 20:49:55'),(31719,2,8565,'590399','2013-10-30 20:49:55'),(31720,3,8565,'','2013-10-30 20:49:55'),(31721,4,8565,'SR','2013-10-30 20:49:55'),(31722,5,8565,'','2013-10-30 20:49:55'),(31723,6,8565,'136.00','2013-10-30 20:49:55'),(31724,7,8565,'DAY','2013-10-30 20:49:55'),(31725,1,8567,'','2013-10-30 20:49:55'),(31726,2,8567,'','2013-10-30 20:49:55'),(31727,3,8567,'','2013-10-30 20:49:55'),(31728,4,8567,'','2013-10-30 20:49:55'),(31729,5,8567,'','2013-10-30 20:49:55'),(31730,6,8567,'','2013-10-30 20:49:55'),(31731,7,8567,'DAY','2013-10-30 20:49:55'),(31732,1,8568,'','2013-10-30 20:50:26'),(31733,2,8568,'','2013-10-30 20:50:26'),(31734,3,8568,'','2013-10-30 20:50:26'),(31735,4,8568,'','2013-10-30 20:50:26'),(31736,5,8568,'','2013-10-30 20:50:26'),(31737,6,8568,'','2013-10-30 20:50:26'),(31738,7,8568,'DAY','2013-10-30 20:50:26'),(31739,1,8569,'3577608','2013-10-30 20:53:06'),(31740,2,8569,'','2013-10-30 20:53:06'),(31741,3,8569,'','2013-10-30 20:53:06'),(31742,4,8569,'OPD','2013-10-30 20:53:06'),(31743,5,8569,'','2013-10-30 20:53:06'),(31744,6,8569,'148.00','2013-10-30 20:53:06'),(31745,7,8569,'DAY','2013-10-30 20:53:06'),(31746,1,8571,'','2013-10-30 20:53:06'),(31747,2,8571,'','2013-10-30 20:53:06'),(31748,3,8571,'','2013-10-30 20:53:06'),(31749,4,8571,'','2013-10-30 20:53:06'),(31750,5,8571,'','2013-10-30 20:53:06'),(31751,6,8571,'','2013-10-30 20:53:06'),(31752,7,8571,'DAY','2013-10-30 20:53:06'),(31753,1,8574,'','2013-10-30 20:53:06'),(31754,2,8574,'','2013-10-30 20:53:06'),(31755,3,8574,'','2013-10-30 20:53:06'),(31756,4,8574,'','2013-10-30 20:53:06'),(31757,5,8574,'','2013-10-30 20:53:06'),(31758,6,8574,'','2013-10-30 20:53:06'),(31759,7,8574,'DAY','2013-10-30 20:53:06'),(31760,1,8575,'3577606','2013-10-30 20:55:08'),(31761,2,8575,'','2013-10-30 20:55:08'),(31762,3,8575,'','2013-10-30 20:55:08'),(31763,4,8575,'OPD','2013-10-30 20:55:08'),(31764,5,8575,'','2013-10-30 20:55:08'),(31765,6,8575,'22.00','2013-10-30 20:55:08'),(31766,7,8575,'DAY','2013-10-30 20:55:08'),(31767,1,8576,'','2013-10-30 20:58:19'),(31768,2,8576,'','2013-10-30 20:58:19'),(31769,3,8576,'','2013-10-30 20:58:19'),(31770,4,8576,'','2013-10-30 20:58:19'),(31771,5,8576,'','2013-10-30 20:58:19'),(31772,6,8576,'','2013-10-30 20:58:19'),(31773,7,8576,'DAY','2013-10-30 20:58:19'),(31774,1,8577,'','2013-10-30 21:10:41'),(31775,2,8577,'','2013-10-30 21:10:41'),(31776,3,8577,'','2013-10-30 21:10:41'),(31777,4,8577,'','2013-10-30 21:10:41'),(31778,5,8577,'','2013-10-30 21:10:41'),(31779,6,8577,'','2013-10-30 21:10:41'),(31780,7,8577,'DAY','2013-10-30 21:10:41'),(31781,1,8578,'3577628','2013-10-30 21:13:48'),(31782,2,8578,'','2013-10-30 21:13:48'),(31783,3,8578,'','2013-10-30 21:13:48'),(31784,4,8578,'OPD','2013-10-30 21:13:48'),(31785,5,8578,'','2013-10-30 21:13:48'),(31786,6,8578,'119.00','2013-10-30 21:13:48'),(31787,7,8578,'DAY','2013-10-30 21:13:48'),(31788,1,8580,'','2013-10-30 21:13:49'),(31789,2,8580,'','2013-10-30 21:13:49'),(31790,3,8580,'','2013-10-30 21:13:49'),(31791,4,8580,'','2013-10-30 21:13:49'),(31792,5,8580,'','2013-10-30 21:13:49'),(31793,6,8580,'','2013-10-30 21:13:49'),(31794,7,8580,'DAY','2013-10-30 21:13:49'),(31795,1,8581,'3577613','2013-10-30 21:20:54'),(31796,2,8581,'590407','2013-10-30 21:20:54'),(31797,3,8581,'','2013-10-30 21:20:54'),(31798,4,8581,'OPD','2013-10-30 21:20:54'),(31799,5,8581,'','2013-10-30 21:20:54'),(31800,6,8581,'75.00','2013-10-30 21:20:54'),(31801,7,8581,'DAY','2013-10-30 21:20:54'),(31802,1,8582,'','2013-10-30 21:22:06'),(31803,2,8582,'','2013-10-30 21:22:06'),(31804,3,8582,'','2013-10-30 21:22:06'),(31805,4,8582,'','2013-10-30 21:22:06'),(31806,5,8582,'','2013-10-30 21:22:06'),(31807,6,8582,'','2013-10-30 21:22:06'),(31808,7,8582,'DAY','2013-10-30 21:22:06'),(31809,1,8583,'3577631','2013-10-30 21:27:26'),(31810,2,8583,'','2013-10-30 21:27:26'),(31811,3,8583,'','2013-10-30 21:27:26'),(31812,4,8583,'OPD','2013-10-30 21:27:26'),(31813,5,8583,'','2013-10-30 21:27:26'),(31814,6,8583,'27.00','2013-10-30 21:27:26'),(31815,7,8583,'DAY','2013-10-30 21:27:26'),(31816,1,8584,'3577619','2013-10-30 21:32:22'),(31817,2,8584,'590410','2013-10-30 21:32:22'),(31818,3,8584,'','2013-10-30 21:32:22'),(31819,4,8584,'OPD','2013-10-30 21:32:22'),(31820,5,8584,'','2013-10-30 21:32:22'),(31821,6,8584,'172.00','2013-10-30 21:32:22'),(31822,7,8584,'DAY','2013-10-30 21:32:22'),(31823,1,8586,'','2013-10-30 21:32:22'),(31824,2,8586,'','2013-10-30 21:32:22'),(31825,3,8586,'','2013-10-30 21:32:22'),(31826,4,8586,'','2013-10-30 21:32:22'),(31827,5,8586,'','2013-10-30 21:32:22'),(31828,6,8586,'','2013-10-30 21:32:22'),(31829,7,8586,'DAY','2013-10-30 21:32:22'),(31830,1,8589,'','2013-10-30 21:32:23'),(31831,2,8589,'','2013-10-30 21:32:23'),(31832,3,8589,'','2013-10-30 21:32:23'),(31833,4,8589,'','2013-10-30 21:32:23'),(31834,5,8589,'','2013-10-30 21:32:23'),(31835,6,8589,'','2013-10-30 21:32:23'),(31836,7,8589,'DAY','2013-10-30 21:32:23'),(31837,1,8593,'','2013-10-30 21:32:23'),(31838,2,8593,'','2013-10-30 21:32:23'),(31839,3,8593,'','2013-10-30 21:32:23'),(31840,4,8593,'','2013-10-30 21:32:23'),(31841,5,8593,'','2013-10-30 21:32:23'),(31842,6,8593,'','2013-10-30 21:32:23'),(31843,7,8593,'DAY','2013-10-30 21:32:23'),(31844,1,8594,'3577645','2013-10-30 21:35:29'),(31845,2,8594,'','2013-10-30 21:35:29'),(31846,3,8594,'','2013-10-30 21:35:29'),(31847,4,8594,'','2013-10-30 21:35:30'),(31848,5,8594,'','2013-10-30 21:35:30'),(31849,6,8594,'66.00','2013-10-30 21:35:30'),(31850,7,8594,'DAY','2013-10-30 21:35:30'),(31851,1,8595,'3577663','2013-10-30 21:48:32'),(31852,2,8595,'','2013-10-30 21:48:32'),(31853,3,8595,'','2013-10-30 21:48:32'),(31854,4,8595,'OPD','2013-10-30 21:48:32'),(31855,5,8595,'','2013-10-30 21:48:32'),(31856,6,8595,'229.00','2013-10-30 21:48:32'),(31857,7,8595,'DAY','2013-10-30 21:48:32'),(31858,1,8597,'','2013-10-30 21:48:32'),(31859,2,8597,'','2013-10-30 21:48:32'),(31860,3,8597,'','2013-10-30 21:48:32'),(31861,4,8597,'','2013-10-30 21:48:32'),(31862,5,8597,'','2013-10-30 21:48:32'),(31863,6,8597,'','2013-10-30 21:48:32'),(31864,7,8597,'DAY','2013-10-30 21:48:32'),(31865,1,8598,'3577615','2013-10-30 21:56:17'),(31866,2,8598,'590421','2013-10-30 21:56:17'),(31867,3,8598,'','2013-10-30 21:56:17'),(31868,4,8598,'OPD','2013-10-30 21:56:17'),(31869,5,8598,'','2013-10-30 21:56:17'),(31870,6,8598,'68.00','2013-10-30 21:56:17'),(31871,7,8598,'DAY','2013-10-30 21:56:17'),(31872,1,8600,'','2013-10-30 21:56:17'),(31873,2,8600,'','2013-10-30 21:56:17'),(31874,3,8600,'','2013-10-30 21:56:17'),(31875,4,8600,'','2013-10-30 21:56:17'),(31876,5,8600,'','2013-10-30 21:56:17'),(31877,6,8600,'','2013-10-30 21:56:17'),(31878,7,8600,'DAY','2013-10-30 21:56:17'),(31879,1,8601,'3577672','2013-10-30 22:01:53'),(31880,2,8601,'','2013-10-30 22:01:53'),(31881,3,8601,'','2013-10-30 22:01:53'),(31882,4,8601,'OPD','2013-10-30 22:01:53'),(31883,5,8601,'','2013-10-30 22:01:53'),(31884,6,8601,'276.00','2013-10-30 22:01:53'),(31885,7,8601,'DAY','2013-10-30 22:01:53'),(31886,1,8603,'','2013-10-30 22:01:54'),(31887,2,8603,'','2013-10-30 22:01:54'),(31888,3,8603,'','2013-10-30 22:01:54'),(31889,4,8603,'','2013-10-30 22:01:54'),(31890,5,8603,'','2013-10-30 22:01:54'),(31891,6,8603,'','2013-10-30 22:01:54'),(31892,7,8603,'DAY','2013-10-30 22:01:54'),(31893,1,8606,'','2013-10-30 22:01:54'),(31894,2,8606,'','2013-10-30 22:01:54'),(31895,3,8606,'','2013-10-30 22:01:54'),(31896,4,8606,'','2013-10-30 22:01:54'),(31897,5,8606,'','2013-10-30 22:01:54'),(31898,6,8606,'','2013-10-30 22:01:54'),(31899,7,8606,'DAY','2013-10-30 22:01:54'),(31900,1,8607,'3577697','2013-10-30 22:15:51'),(31901,2,8607,'','2013-10-30 22:15:51'),(31902,3,8607,'','2013-10-30 22:15:51'),(31903,4,8607,'WARD','2013-10-30 22:15:51'),(31904,5,8607,'214731','2013-10-30 22:15:51'),(31905,6,8607,'12.00','2013-10-30 22:15:51'),(31906,7,8607,'DAY','2013-10-30 22:15:51'),(31907,1,8608,'','2013-10-30 22:36:03'),(31908,2,8608,'','2013-10-30 22:36:03'),(31909,3,8608,'','2013-10-30 22:36:03'),(31910,4,8608,'MEDICALS','2013-10-30 22:36:03'),(31911,5,8608,'','2013-10-30 22:36:03'),(31912,6,8608,'','2013-10-30 22:36:03'),(31913,7,8608,'DAY','2013-10-30 22:36:03'),(31914,1,8610,'','2013-10-30 22:36:04'),(31915,2,8610,'','2013-10-30 22:36:04'),(31916,3,8610,'','2013-10-30 22:36:04'),(31917,4,8610,'','2013-10-30 22:36:04'),(31918,5,8610,'','2013-10-30 22:36:04'),(31919,6,8610,'','2013-10-30 22:36:04'),(31920,7,8610,'DAY','2013-10-30 22:36:04'),(31921,1,8613,'','2013-10-30 22:36:04'),(31922,2,8613,'','2013-10-30 22:36:04'),(31923,3,8613,'','2013-10-30 22:36:04'),(31924,4,8613,'','2013-10-30 22:36:04'),(31925,5,8613,'','2013-10-30 22:36:04'),(31926,6,8613,'','2013-10-30 22:36:04'),(31927,7,8613,'DAY','2013-10-30 22:36:04'),(31928,1,8614,'3577710','2013-10-30 22:40:22'),(31929,2,8614,'','2013-10-30 22:40:22'),(31930,3,8614,'','2013-10-30 22:40:22'),(31931,4,8614,'OPD','2013-10-30 22:40:22'),(31932,5,8614,'','2013-10-30 22:40:22'),(31933,6,8614,'141.00','2013-10-30 22:40:22'),(31934,7,8614,'DAY','2013-10-30 22:40:22'),(31935,1,8616,'','2013-10-30 22:40:22'),(31936,2,8616,'','2013-10-30 22:40:22'),(31937,3,8616,'','2013-10-30 22:40:22'),(31938,4,8616,'','2013-10-30 22:40:22'),(31939,5,8616,'','2013-10-30 22:40:22'),(31940,6,8616,'','2013-10-30 22:40:22'),(31941,7,8616,'DAY','2013-10-30 22:40:22'),(31942,1,8617,'3577704','2013-10-30 22:46:07'),(31943,2,8617,'','2013-10-30 22:46:07'),(31944,3,8617,'','2013-10-30 22:46:07'),(31945,4,8617,'OPD','2013-10-30 22:46:07'),(31946,5,8617,'','2013-10-30 22:46:07'),(31947,6,8617,'156.00','2013-10-30 22:46:07'),(31948,7,8617,'DAY','2013-10-30 22:46:07'),(31949,1,8619,'','2013-10-30 22:46:07'),(31950,2,8619,'','2013-10-30 22:46:07'),(31951,3,8619,'','2013-10-30 22:46:07'),(31952,4,8619,'','2013-10-30 22:46:07'),(31953,5,8619,'','2013-10-30 22:46:07'),(31954,6,8619,'','2013-10-30 22:46:07'),(31955,7,8619,'DAY','2013-10-30 22:46:07'),(31956,1,8620,'3577705','2013-10-30 22:49:51'),(31957,2,8620,'','2013-10-30 22:49:51'),(31958,3,8620,'','2013-10-30 22:49:51'),(31959,4,8620,'OPD','2013-10-30 22:49:51'),(31960,5,8620,'','2013-10-30 22:49:51'),(31961,6,8620,'78.50','2013-10-30 22:49:51'),(31962,7,8620,'DAY','2013-10-30 22:49:51'),(31963,1,8622,'','2013-10-30 22:49:52'),(31964,2,8622,'','2013-10-30 22:49:52'),(31965,3,8622,'','2013-10-30 22:49:52'),(31966,4,8622,'','2013-10-30 22:49:52'),(31967,5,8622,'','2013-10-30 22:49:52'),(31968,6,8622,'','2013-10-30 22:49:52'),(31969,7,8622,'DAY','2013-10-30 22:49:52'),(31970,1,8623,'3577698','2013-10-30 22:58:42'),(31971,2,8623,'','2013-10-30 22:58:42'),(31972,3,8623,'','2013-10-30 22:58:42'),(31973,4,8623,'OPD','2013-10-30 22:58:42'),(31974,5,8623,'','2013-10-30 22:58:42'),(31975,6,8623,'94.00','2013-10-30 22:58:42'),(31976,7,8623,'DAY','2013-10-30 22:58:42'),(31977,1,8625,'','2013-10-30 22:58:42'),(31978,2,8625,'','2013-10-30 22:58:42'),(31979,3,8625,'','2013-10-30 22:58:42'),(31980,4,8625,'','2013-10-30 22:58:42'),(31981,5,8625,'','2013-10-30 22:58:42'),(31982,6,8625,'','2013-10-30 22:58:42'),(31983,7,8625,'DAY','2013-10-30 22:58:42'),(31984,1,8626,'3577707','2013-10-30 23:12:37'),(31985,2,8626,'','2013-10-30 23:12:37'),(31986,3,8626,'','2013-10-30 23:12:37'),(31987,4,8626,'OPD','2013-10-30 23:12:37'),(31988,5,8626,'','2013-10-30 23:12:37'),(31989,6,8626,'79.00','2013-10-30 23:12:37'),(31990,7,8626,'DAY','2013-10-30 23:12:37'),(31991,1,8628,'','2013-10-30 23:12:37'),(31992,2,8628,'','2013-10-30 23:12:37'),(31993,3,8628,'','2013-10-30 23:12:37'),(31994,4,8628,'','2013-10-30 23:12:37'),(31995,5,8628,'','2013-10-30 23:12:37'),(31996,6,8628,'','2013-10-30 23:12:37'),(31997,7,8628,'DAY','2013-10-30 23:12:37'),(31998,1,8629,'3577722','2013-10-30 23:15:38'),(31999,2,8629,'590434','2013-10-30 23:15:38'),(32000,3,8629,'','2013-10-30 23:15:38'),(32001,4,8629,'OPD','2013-10-30 23:15:38'),(32002,5,8629,'','2013-10-30 23:15:38'),(32003,6,8629,'87.00','2013-10-30 23:15:38'),(32004,7,8629,'DAY','2013-10-30 23:15:38'),(32005,1,8631,'','2013-10-30 23:15:38'),(32006,2,8631,'','2013-10-30 23:15:38'),(32007,3,8631,'','2013-10-30 23:15:38'),(32008,4,8631,'','2013-10-30 23:15:38'),(32009,5,8631,'','2013-10-30 23:15:38'),(32010,6,8631,'','2013-10-30 23:15:38'),(32011,7,8631,'DAY','2013-10-30 23:15:38'),(32012,1,8632,'3577713','2013-10-30 23:19:12'),(32013,2,8632,'','2013-10-30 23:19:12'),(32014,3,8632,'','2013-10-30 23:19:12'),(32015,4,8632,'OPD','2013-10-30 23:19:12'),(32016,5,8632,'','2013-10-30 23:19:12'),(32017,6,8632,'105.00','2013-10-30 23:19:12'),(32018,7,8632,'DAY','2013-10-30 23:19:12'),(32019,1,8633,'','2013-10-30 23:22:29'),(32020,2,8633,'','2013-10-30 23:22:29'),(32021,3,8633,'','2013-10-30 23:22:29'),(32022,4,8633,'MEDACALS','2013-10-30 23:22:29'),(32023,5,8633,'','2013-10-30 23:22:29'),(32024,6,8633,'','2013-10-30 23:22:29'),(32025,7,8633,'DAY','2013-10-30 23:22:29'),(32026,1,8635,'','2013-10-30 23:22:29'),(32027,2,8635,'','2013-10-30 23:22:29'),(32028,3,8635,'','2013-10-30 23:22:29'),(32029,4,8635,'','2013-10-30 23:22:29'),(32030,5,8635,'','2013-10-30 23:22:29'),(32031,6,8635,'','2013-10-30 23:22:29'),(32032,7,8635,'DAY','2013-10-30 23:22:29'),(32033,1,8638,'','2013-10-30 23:22:29'),(32034,2,8638,'','2013-10-30 23:22:29'),(32035,3,8638,'','2013-10-30 23:22:29'),(32036,4,8638,'','2013-10-30 23:22:29'),(32037,5,8638,'','2013-10-30 23:22:29'),(32038,6,8638,'','2013-10-30 23:22:29'),(32039,7,8638,'DAY','2013-10-30 23:22:29'),(32040,1,8642,'','2013-10-30 23:22:29'),(32041,2,8642,'','2013-10-30 23:22:29'),(32042,3,8642,'','2013-10-30 23:22:29'),(32043,4,8642,'','2013-10-30 23:22:29'),(32044,5,8642,'','2013-10-30 23:22:29'),(32045,6,8642,'','2013-10-30 23:22:29'),(32046,7,8642,'DAY','2013-10-30 23:22:29'),(32047,1,8643,'3577762','2013-10-30 23:38:27'),(32048,2,8643,'','2013-10-30 23:38:27'),(32049,3,8643,'','2013-10-30 23:38:27'),(32050,4,8643,'OPD','2013-10-30 23:38:27'),(32051,5,8643,'','2013-10-30 23:38:27'),(32052,6,8643,'203.00','2013-10-30 23:38:27'),(32053,7,8643,'DAY','2013-10-30 23:38:27'),(32054,1,8645,'','2013-10-30 23:38:27'),(32055,2,8645,'','2013-10-30 23:38:27'),(32056,3,8645,'','2013-10-30 23:38:27'),(32057,4,8645,'','2013-10-30 23:38:27'),(32058,5,8645,'','2013-10-30 23:38:27'),(32059,6,8645,'','2013-10-30 23:38:27'),(32060,7,8645,'DAY','2013-10-30 23:38:27'),(32061,1,8646,'3577778','2013-10-31 00:03:49'),(32062,2,8646,'590451','2013-10-31 00:03:49'),(32063,3,8646,'','2013-10-31 00:03:49'),(32064,4,8646,'SR','2013-10-31 00:03:49'),(32065,5,8646,'','2013-10-31 00:03:49'),(32066,6,8646,'75.00','2013-10-31 00:03:49'),(32067,7,8646,'DAY','2013-10-31 00:03:49'),(32068,1,8647,'3577729','2013-10-31 00:07:00'),(32069,2,8647,'590453','2013-10-31 00:07:00'),(32070,3,8647,'','2013-10-31 00:07:00'),(32071,4,8647,'OPD','2013-10-31 00:07:00'),(32072,5,8647,'','2013-10-31 00:07:00'),(32073,6,8647,'50.00','2013-10-31 00:07:00'),(32074,7,8647,'DAY','2013-10-31 00:07:00'),(32075,1,8648,'3577795','2013-10-31 00:13:40'),(32076,2,8648,'','2013-10-31 00:13:40'),(32077,3,8648,'','2013-10-31 00:13:40'),(32078,4,8648,'OPD','2013-10-31 00:13:40'),(32079,5,8648,'','2013-10-31 00:13:40'),(32080,6,8648,'204.00','2013-10-31 00:13:40'),(32081,7,8648,'DAY','2013-10-31 00:13:40'),(32082,1,8650,'','2013-10-31 00:13:41'),(32083,2,8650,'','2013-10-31 00:13:41'),(32084,3,8650,'','2013-10-31 00:13:41'),(32085,4,8650,'','2013-10-31 00:13:41'),(32086,5,8650,'','2013-10-31 00:13:41'),(32087,6,8650,'','2013-10-31 00:13:41'),(32088,7,8650,'DAY','2013-10-31 00:13:41'),(32089,1,8651,'','2013-10-31 00:25:48'),(32090,2,8651,'','2013-10-31 00:25:48'),(32091,3,8651,'','2013-10-31 00:25:48'),(32092,4,8651,'','2013-10-31 00:25:48'),(32093,5,8651,'','2013-10-31 00:25:48'),(32094,6,8651,'','2013-10-31 00:25:48'),(32095,7,8651,'DAY','2013-10-31 00:25:48'),(32096,1,8652,'3577823','2013-10-31 00:29:47'),(32097,2,8652,'','2013-10-31 00:29:47'),(32098,3,8652,'','2013-10-31 00:29:47'),(32099,4,8652,'TR','2013-10-31 00:29:47'),(32100,5,8652,'','2013-10-31 00:29:47'),(32101,6,8652,'22.00','2013-10-31 00:29:47'),(32102,7,8652,'DAY','2013-10-31 00:29:47'),(32103,1,8653,'','2013-10-31 01:04:12'),(32104,2,8653,'','2013-10-31 01:04:12'),(32105,3,8653,'','2013-10-31 01:04:12'),(32106,4,8653,'','2013-10-31 01:04:12'),(32107,5,8653,'','2013-10-31 01:04:12'),(32108,6,8653,'','2013-10-31 01:04:12'),(32109,7,8653,'DAY','2013-10-31 01:04:12'),(32110,1,8654,'3577876','2013-10-31 01:27:48'),(32111,2,8654,'','2013-10-31 01:27:48'),(32112,3,8654,'','2013-10-31 01:27:48'),(32113,4,8654,'OPD','2013-10-31 01:27:48'),(32114,5,8654,'','2013-10-31 01:27:48'),(32115,6,8654,'60.40','2013-10-31 01:27:48'),(32116,7,8654,'DAY','2013-10-31 01:27:48'),(32117,1,8655,'3577879','2013-10-31 01:32:36'),(32118,2,8655,'','2013-10-31 01:32:36'),(32119,3,8655,'','2013-10-31 01:32:36'),(32120,4,8655,'OPD','2013-10-31 01:32:36'),(32121,5,8655,'','2013-10-31 01:32:36'),(32122,6,8655,'22.00','2013-10-31 01:32:36'),(32123,7,8655,'DAY','2013-10-31 01:32:36'),(32124,1,8656,'3577891','2013-10-31 01:53:34'),(32125,2,8656,'','2013-10-31 01:53:34'),(32126,3,8656,'','2013-10-31 01:53:34'),(32127,4,8656,'OPD','2013-10-31 01:53:34'),(32128,5,8656,'','2013-10-31 01:53:34'),(32129,6,8656,'22.00','2013-10-31 01:53:34'),(32130,7,8656,'DAY','2013-10-31 01:53:34'),(32131,1,8657,'3577893','2013-10-31 01:56:34'),(32132,2,8657,'590479','2013-10-31 01:56:34'),(32133,3,8657,'','2013-10-31 01:56:34'),(32134,4,8657,'OPD','2013-10-31 01:56:34'),(32135,5,8657,'','2013-10-31 01:56:34'),(32136,6,8657,'120.00','2013-10-31 01:56:34'),(32137,7,8657,'DAY','2013-10-31 01:56:34'),(32138,1,8659,'','2013-10-31 01:56:34'),(32139,2,8659,'','2013-10-31 01:56:34'),(32140,3,8659,'','2013-10-31 01:56:34'),(32141,4,8659,'','2013-10-31 01:56:34'),(32142,5,8659,'','2013-10-31 01:56:34'),(32143,6,8659,'','2013-10-31 01:56:34'),(32144,7,8659,'DAY','2013-10-31 01:56:34'),(32145,1,8662,'','2013-10-31 01:56:34'),(32146,2,8662,'','2013-10-31 01:56:34'),(32147,3,8662,'','2013-10-31 01:56:34'),(32148,4,8662,'','2013-10-31 01:56:34'),(32149,5,8662,'','2013-10-31 01:56:35'),(32150,6,8662,'','2013-10-31 01:56:35'),(32151,7,8662,'DAY','2013-10-31 01:56:35'),(32152,1,8663,'3577898','2013-10-31 01:59:44'),(32153,2,8663,'','2013-10-31 01:59:44'),(32154,3,8663,'','2013-10-31 01:59:44'),(32155,4,8663,'OPD','2013-10-31 01:59:44'),(32156,5,8663,'','2013-10-31 01:59:44'),(32157,6,8663,'76.00','2013-10-31 01:59:44'),(32158,7,8663,'DAY','2013-10-31 01:59:44'),(32159,1,8665,'','2013-10-31 01:59:44'),(32160,2,8665,'','2013-10-31 01:59:44'),(32161,3,8665,'','2013-10-31 01:59:44'),(32162,4,8665,'','2013-10-31 01:59:44'),(32163,5,8665,'','2013-10-31 01:59:44'),(32164,6,8665,'','2013-10-31 01:59:44'),(32165,7,8665,'DAY','2013-10-31 01:59:44'),(32166,1,8666,'3577878','2013-10-31 02:08:31'),(32167,2,8666,'','2013-10-31 02:08:31'),(32168,3,8666,'','2013-10-31 02:08:31'),(32169,4,8666,'OPD','2013-10-31 02:08:31'),(32170,5,8666,'','2013-10-31 02:08:31'),(32171,6,8666,'630.00','2013-10-31 02:08:31'),(32172,7,8666,'DAY','2013-10-31 02:08:31'),(32173,1,8668,'','2013-10-31 02:08:31'),(32174,2,8668,'','2013-10-31 02:08:31'),(32175,3,8668,'','2013-10-31 02:08:31'),(32176,4,8668,'','2013-10-31 02:08:31'),(32177,5,8668,'','2013-10-31 02:08:31'),(32178,6,8668,'','2013-10-31 02:08:31'),(32179,7,8668,'DAY','2013-10-31 02:08:31'),(32180,1,8671,'','2013-10-31 02:08:32'),(32181,2,8671,'','2013-10-31 02:08:32'),(32182,3,8671,'','2013-10-31 02:08:32'),(32183,4,8671,'','2013-10-31 02:08:32'),(32184,5,8671,'','2013-10-31 02:08:32'),(32185,6,8671,'','2013-10-31 02:08:32'),(32186,7,8671,'DAY','2013-10-31 02:08:32'),(32187,1,8672,'3577919','2013-10-31 02:11:53'),(32188,2,8672,'590482','2013-10-31 02:11:53'),(32189,3,8672,'','2013-10-31 02:11:53'),(32190,4,8672,'OPD','2013-10-31 02:11:53'),(32191,5,8672,'','2013-10-31 02:11:53'),(32192,6,8672,'92.00','2013-10-31 02:11:53'),(32193,7,8672,'DAY','2013-10-31 02:11:53'),(32194,1,8674,'','2013-10-31 02:11:53'),(32195,2,8674,'','2013-10-31 02:11:53'),(32196,3,8674,'','2013-10-31 02:11:53'),(32197,4,8674,'','2013-10-31 02:11:53'),(32198,5,8674,'','2013-10-31 02:11:53'),(32199,6,8674,'','2013-10-31 02:11:53'),(32200,7,8674,'DAY','2013-10-31 02:11:53'),(32201,1,8675,'3577909','2013-10-31 02:21:50'),(32202,2,8675,'590481','2013-10-31 02:21:50'),(32203,3,8675,'','2013-10-31 02:21:50'),(32204,4,8675,'OPD','2013-10-31 02:21:50'),(32205,5,8675,'','2013-10-31 02:21:50'),(32206,6,8675,'92.00','2013-10-31 02:21:50'),(32207,7,8675,'DAY','2013-10-31 02:21:50'),(32208,1,8677,'','2013-10-31 02:21:50'),(32209,2,8677,'','2013-10-31 02:21:50'),(32210,3,8677,'','2013-10-31 02:21:50'),(32211,4,8677,'','2013-10-31 02:21:50'),(32212,5,8677,'','2013-10-31 02:21:50'),(32213,6,8677,'','2013-10-31 02:21:50'),(32214,7,8677,'DAY','2013-10-31 02:21:50'),(32215,1,8678,'3577850','2013-10-31 02:25:32'),(32216,2,8678,'','2013-10-31 02:25:32'),(32217,3,8678,'','2013-10-31 02:25:32'),(32218,4,8678,'TR','2013-10-31 02:25:32'),(32219,5,8678,'','2013-10-31 02:25:32'),(32220,6,8678,'154.00','2013-10-31 02:25:32'),(32221,7,8678,'DAY','2013-10-31 02:25:32'),(32222,1,8680,'','2013-10-31 02:25:33'),(32223,2,8680,'','2013-10-31 02:25:33'),(32224,3,8680,'','2013-10-31 02:25:33'),(32225,4,8680,'','2013-10-31 02:25:33'),(32226,5,8680,'','2013-10-31 02:25:33'),(32227,6,8680,'','2013-10-31 02:25:33'),(32228,7,8680,'DAY','2013-10-31 02:25:33'),(32229,1,8683,'','2013-10-31 02:25:33'),(32230,2,8683,'','2013-10-31 02:25:33'),(32231,3,8683,'','2013-10-31 02:25:33'),(32232,4,8683,'','2013-10-31 02:25:33'),(32233,5,8683,'','2013-10-31 02:25:33'),(32234,6,8683,'','2013-10-31 02:25:33'),(32235,7,8683,'DAY','2013-10-31 02:25:33'),(32236,1,8684,'3577937','2013-10-31 02:28:32'),(32237,2,8684,'590485','2013-10-31 02:28:32'),(32238,3,8684,'','2013-10-31 02:28:32'),(32239,4,8684,'OPD','2013-10-31 02:28:32'),(32240,5,8684,'','2013-10-31 02:28:32'),(32241,6,8684,'128.00','2013-10-31 02:28:32'),(32242,7,8684,'DAY','2013-10-31 02:28:32'),(32243,1,8686,'','2013-10-31 02:28:32'),(32244,2,8686,'','2013-10-31 02:28:32'),(32245,3,8686,'','2013-10-31 02:28:32'),(32246,4,8686,'','2013-10-31 02:28:32'),(32247,5,8686,'','2013-10-31 02:28:32'),(32248,6,8686,'','2013-10-31 02:28:32'),(32249,7,8686,'DAY','2013-10-31 02:28:32'),(32250,1,8689,'','2013-10-31 02:28:32'),(32251,2,8689,'','2013-10-31 02:28:32'),(32252,3,8689,'','2013-10-31 02:28:32'),(32253,4,8689,'','2013-10-31 02:28:32'),(32254,5,8689,'','2013-10-31 02:28:32'),(32255,6,8689,'','2013-10-31 02:28:32'),(32256,7,8689,'DAY','2013-10-31 02:28:32'),(32257,1,8690,'3577952','2013-10-31 02:37:34'),(32258,2,8690,'','2013-10-31 02:37:34'),(32259,3,8690,'','2013-10-31 02:37:34'),(32260,4,8690,'OPD','2013-10-31 02:37:34'),(32261,5,8690,'','2013-10-31 02:37:34'),(32262,6,8690,'22.00','2013-10-31 02:37:34'),(32263,7,8690,'DAY','2013-10-31 02:37:34'),(32264,1,8691,'3577953','2013-10-31 02:40:09'),(32265,2,8691,'590487','2013-10-31 02:40:09'),(32266,3,8691,'','2013-10-31 02:40:09'),(32267,4,8691,'OPD','2013-10-31 02:40:09'),(32268,5,8691,'','2013-10-31 02:40:09'),(32269,6,8691,'32.00','2013-10-31 02:40:09'),(32270,7,8691,'DAY','2013-10-31 02:40:09'),(32271,1,8693,'','2013-10-31 02:40:09'),(32272,2,8693,'','2013-10-31 02:40:09'),(32273,3,8693,'','2013-10-31 02:40:09'),(32274,4,8693,'','2013-10-31 02:40:09'),(32275,5,8693,'','2013-10-31 02:40:09'),(32276,6,8693,'','2013-10-31 02:40:09'),(32277,7,8693,'DAY','2013-10-31 02:40:09'),(32278,1,8694,'3577960','2013-10-31 02:56:23'),(32279,2,8694,'590488','2013-10-31 02:56:23'),(32280,3,8694,'','2013-10-31 02:56:23'),(32281,4,8694,'OPD','2013-10-31 02:56:23'),(32282,5,8694,'','2013-10-31 02:56:23'),(32283,6,8694,'35.00','2013-10-31 02:56:23'),(32284,7,8694,'DAY','2013-10-31 02:56:23'),(32285,1,8695,'3577971','2013-10-31 03:01:22'),(32286,2,8695,'','2013-10-31 03:01:22'),(32287,3,8695,'','2013-10-31 03:01:22'),(32288,4,8695,'OPD','2013-10-31 03:01:22'),(32289,5,8695,'','2013-10-31 03:01:22'),(32290,6,8695,'94.00','2013-10-31 03:01:22'),(32291,7,8695,'DAY','2013-10-31 03:01:22'),(32292,1,8697,'','2013-10-31 03:01:23'),(32293,2,8697,'','2013-10-31 03:01:23'),(32294,3,8697,'','2013-10-31 03:01:23'),(32295,4,8697,'','2013-10-31 03:01:23'),(32296,5,8697,'','2013-10-31 03:01:23'),(32297,6,8697,'','2013-10-31 03:01:23'),(32298,7,8697,'DAY','2013-10-31 03:01:23'),(32299,1,8698,'3577996','2013-10-31 03:25:12'),(32300,2,8698,'','2013-10-31 03:25:12'),(32301,3,8698,'','2013-10-31 03:25:12'),(32302,4,8698,'WARD','2013-10-31 03:25:12'),(32303,5,8698,'C2','2013-10-31 03:25:12'),(32304,6,8698,'','2013-10-31 03:25:12'),(32305,7,8698,'DAY','2013-10-31 03:25:12'),(32306,1,8700,'','2013-10-31 03:25:12'),(32307,2,8700,'','2013-10-31 03:25:12'),(32308,3,8700,'','2013-10-31 03:25:12'),(32309,4,8700,'','2013-10-31 03:25:12'),(32310,5,8700,'','2013-10-31 03:25:12'),(32311,6,8700,'','2013-10-31 03:25:12'),(32312,7,8700,'DAY','2013-10-31 03:25:12'),(32313,1,8703,'','2013-10-31 03:25:12'),(32314,2,8703,'','2013-10-31 03:25:12'),(32315,3,8703,'','2013-10-31 03:25:12'),(32316,4,8703,'','2013-10-31 03:25:12'),(32317,5,8703,'','2013-10-31 03:25:12'),(32318,6,8703,'','2013-10-31 03:25:12'),(32319,7,8703,'DAY','2013-10-31 03:25:12'),(32320,1,8704,'3578002','2013-10-31 03:32:43'),(32321,2,8704,'590494','2013-10-31 03:32:43'),(32322,3,8704,'','2013-10-31 03:32:43'),(32323,4,8704,'OPD','2013-10-31 03:32:43'),(32324,5,8704,'','2013-10-31 03:32:43'),(32325,6,8704,'105','2013-10-31 03:32:43'),(32326,7,8704,'DAY','2013-10-31 03:32:43'),(32327,1,8705,'3578007','2013-10-31 03:45:42'),(32328,2,8705,'','2013-10-31 03:45:42'),(32329,3,8705,'','2013-10-31 03:45:42'),(32330,4,8705,'OPD','2013-10-31 03:45:42'),(32331,5,8705,'','2013-10-31 03:45:42'),(32332,6,8705,'','2013-10-31 03:45:42'),(32333,7,8705,'NIGHT','2013-10-31 03:45:42'),(32334,1,8706,'3578025','2013-10-31 04:06:19'),(32335,2,8706,'','2013-10-31 04:06:19'),(32336,3,8706,'','2013-10-31 04:06:19'),(32337,4,8706,'WARD','2013-10-31 04:06:19'),(32338,5,8706,'214728','2013-10-31 04:06:19'),(32339,6,8706,'40','2013-10-31 04:06:19'),(32340,7,8706,'NIGHT','2013-10-31 04:06:19'),(32341,1,8707,'3578034','2013-10-31 04:46:52'),(32342,2,8707,'590504','2013-10-31 04:46:52'),(32343,3,8707,'','2013-10-31 04:46:52'),(32344,4,8707,'OPD','2013-10-31 04:46:52'),(32345,5,8707,'','2013-10-31 04:46:52'),(32346,6,8707,'92','2013-10-31 04:46:52'),(32347,7,8707,'NIGHT','2013-10-31 04:46:52'),(32348,1,8709,'','2013-10-31 04:46:53'),(32349,2,8709,'','2013-10-31 04:46:53'),(32350,3,8709,'','2013-10-31 04:46:53'),(32351,4,8709,'','2013-10-31 04:46:53'),(32352,5,8709,'','2013-10-31 04:46:53'),(32353,6,8709,'','2013-10-31 04:46:53'),(32354,7,8709,'NIGHT','2013-10-31 04:46:53'),(32355,1,8710,'3578042','2013-10-31 05:34:13'),(32356,2,8710,'','2013-10-31 05:34:13'),(32357,3,8710,'','2013-10-31 05:34:13'),(32358,4,8710,'OPD','2013-10-31 05:34:13'),(32359,5,8710,'','2013-10-31 05:34:13'),(32360,6,8710,'137','2013-10-31 05:34:13'),(32361,7,8710,'NIGHT','2013-10-31 05:34:13'),(32362,1,8712,'','2013-10-31 05:34:13'),(32363,2,8712,'','2013-10-31 05:34:13'),(32364,3,8712,'','2013-10-31 05:34:14'),(32365,4,8712,'','2013-10-31 05:34:14'),(32366,5,8712,'','2013-10-31 05:34:14'),(32367,6,8712,'','2013-10-31 05:34:14'),(32368,7,8712,'NIGHT','2013-10-31 05:34:14'),(32369,1,8715,'','2013-10-31 05:34:14'),(32370,2,8715,'','2013-10-31 05:34:14'),(32371,3,8715,'','2013-10-31 05:34:14'),(32372,4,8715,'','2013-10-31 05:34:14'),(32373,5,8715,'','2013-10-31 05:34:14'),(32374,6,8715,'','2013-10-31 05:34:14'),(32375,7,8715,'NIGHT','2013-10-31 05:34:14'),(32376,1,8716,'3578045','2013-10-31 05:37:34'),(32377,2,8716,'','2013-10-31 05:37:34'),(32378,3,8716,'','2013-10-31 05:37:34'),(32379,4,8716,'OPD','2013-10-31 05:37:34'),(32380,5,8716,'','2013-10-31 05:37:34'),(32381,6,8716,'72','2013-10-31 05:37:34'),(32382,7,8716,'NIGHT','2013-10-31 05:37:34'),(32383,1,8718,'','2013-10-31 05:37:34'),(32384,2,8718,'','2013-10-31 05:37:34'),(32385,3,8718,'','2013-10-31 05:37:34'),(32386,4,8718,'','2013-10-31 05:37:34'),(32387,5,8718,'','2013-10-31 05:37:34'),(32388,6,8718,'','2013-10-31 05:37:34'),(32389,7,8718,'NIGHT','2013-10-31 05:37:34'),(32390,1,8721,'','2013-10-31 05:37:34'),(32391,2,8721,'','2013-10-31 05:37:34'),(32392,3,8721,'','2013-10-31 05:37:34'),(32393,4,8721,'','2013-10-31 05:37:34'),(32394,5,8721,'','2013-10-31 05:37:34'),(32395,6,8721,'','2013-10-31 05:37:34'),(32396,7,8721,'NIGHT','2013-10-31 05:37:34'),(32397,1,8722,'3578046','2013-10-31 05:49:48'),(32398,2,8722,'','2013-10-31 05:49:48'),(32399,3,8722,'','2013-10-31 05:49:48'),(32400,4,8722,'WARD','2013-10-31 05:49:48'),(32401,5,8722,'','2013-10-31 05:49:48'),(32402,6,8722,'104','2013-10-31 05:49:48'),(32403,7,8722,'NIGHT','2013-10-31 05:49:48'),(32404,1,8724,'','2013-10-31 05:49:48'),(32405,2,8724,'','2013-10-31 05:49:48'),(32406,3,8724,'','2013-10-31 05:49:48'),(32407,4,8724,'','2013-10-31 05:49:48'),(32408,5,8724,'','2013-10-31 05:49:48'),(32409,6,8724,'','2013-10-31 05:49:48'),(32410,7,8724,'NIGHT','2013-10-31 05:49:48'),(32411,1,8727,'','2013-10-31 05:49:48'),(32412,2,8727,'','2013-10-31 05:49:48'),(32413,3,8727,'','2013-10-31 05:49:48'),(32414,4,8727,'','2013-10-31 05:49:48'),(32415,5,8727,'','2013-10-31 05:49:48'),(32416,6,8727,'','2013-10-31 05:49:48'),(32417,7,8727,'NIGHT','2013-10-31 05:49:48'),(32418,1,8728,'3578050','2013-10-31 06:09:20'),(32419,2,8728,'590514','2013-10-31 06:09:20'),(32420,3,8728,'','2013-10-31 06:09:20'),(32421,4,8728,'OPD','2013-10-31 06:09:20'),(32422,5,8728,'','2013-10-31 06:09:20'),(32423,6,8728,'92','2013-10-31 06:09:20'),(32424,7,8728,'NIGHT','2013-10-31 06:09:20'),(32425,1,8730,'','2013-10-31 06:09:20'),(32426,2,8730,'','2013-10-31 06:09:20'),(32427,3,8730,'','2013-10-31 06:09:20'),(32428,4,8730,'','2013-10-31 06:09:20'),(32429,5,8730,'','2013-10-31 06:09:20'),(32430,6,8730,'','2013-10-31 06:09:20'),(32431,7,8730,'NIGHT','2013-10-31 06:09:20'),(32432,1,8731,'3578052','2013-10-31 06:12:34'),(32433,2,8731,'','2013-10-31 06:12:34'),(32434,3,8731,'','2013-10-31 06:12:34'),(32435,4,8731,'OPD','2013-10-31 06:12:34'),(32436,5,8731,'','2013-10-31 06:12:34'),(32437,6,8731,'55','2013-10-31 06:12:34'),(32438,7,8731,'NIGHT','2013-10-31 06:12:34'),(32439,1,8733,'','2013-10-31 06:12:34'),(32440,2,8733,'','2013-10-31 06:12:34'),(32441,3,8733,'','2013-10-31 06:12:34'),(32442,4,8733,'','2013-10-31 06:12:34'),(32443,5,8733,'','2013-10-31 06:12:34'),(32444,6,8733,'','2013-10-31 06:12:34'),(32445,7,8733,'NIGHT','2013-10-31 06:12:34'),(32446,1,8734,'3578053','2013-10-31 06:15:40'),(32447,2,8734,'590515','2013-10-31 06:15:40'),(32448,3,8734,'','2013-10-31 06:15:40'),(32449,4,8734,'OPD','2013-10-31 06:15:40'),(32450,5,8734,'','2013-10-31 06:15:40'),(32451,6,8734,'35','2013-10-31 06:15:40'),(32452,7,8734,'NIGHT','2013-10-31 06:15:40'),(32453,1,8735,'3578055','2013-10-31 06:26:16'),(32454,2,8735,'','2013-10-31 06:26:16'),(32455,3,8735,'','2013-10-31 06:26:16'),(32456,4,8735,'OPD','2013-10-31 06:26:16'),(32457,5,8735,'','2013-10-31 06:26:16'),(32458,6,8735,'112','2013-10-31 06:26:16'),(32459,7,8735,'NIGHT','2013-10-31 06:26:16'),(32460,1,8737,'','2013-10-31 06:26:16'),(32461,2,8737,'','2013-10-31 06:26:16'),(32462,3,8737,'','2013-10-31 06:26:16'),(32463,4,8737,'','2013-10-31 06:26:16'),(32464,5,8737,'','2013-10-31 06:26:16'),(32465,6,8737,'','2013-10-31 06:26:16'),(32466,7,8737,'NIGHT','2013-10-31 06:26:16'),(32467,1,8740,'','2013-10-31 06:26:17'),(32468,2,8740,'','2013-10-31 06:26:17'),(32469,3,8740,'','2013-10-31 06:26:17'),(32470,4,8740,'','2013-10-31 06:26:17'),(32471,5,8740,'','2013-10-31 06:26:17'),(32472,6,8740,'','2013-10-31 06:26:17'),(32473,7,8740,'NIGHT','2013-10-31 06:26:17'),(32474,1,8741,'35780','2013-10-31 20:30:00'),(32475,2,8741,'590524','2013-10-31 20:30:00'),(32476,3,8741,'','2013-10-31 20:30:00'),(32477,4,8741,'OPD','2013-10-31 20:30:00'),(32478,5,8741,'','2013-10-31 20:30:00'),(32479,6,8741,'47','2013-10-31 20:30:00'),(32480,7,8741,'NIGHT','2013-10-31 20:30:00'),(32481,1,8743,'','2013-10-31 20:30:00'),(32482,2,8743,'','2013-10-31 20:30:00'),(32483,3,8743,'','2013-10-31 20:30:00'),(32484,4,8743,'','2013-10-31 20:30:00'),(32485,5,8743,'','2013-10-31 20:30:00'),(32486,6,8743,'','2013-10-31 20:30:00'),(32487,7,8743,'NIGHT','2013-10-31 20:30:00'),(32488,1,8744,'3578077','2013-10-31 21:15:48'),(32489,2,8744,'590528','2013-10-31 21:15:48'),(32490,3,8744,'','2013-10-31 21:15:48'),(32491,4,8744,'OPD','2013-10-31 21:15:48'),(32492,5,8744,'','2013-10-31 21:15:48'),(32493,6,8744,'38','2013-10-31 21:15:48'),(32494,7,8744,'NIGHT','2013-10-31 21:15:48'),(32495,1,8746,'','2013-10-31 21:15:48'),(32496,2,8746,'','2013-10-31 21:15:48'),(32497,3,8746,'','2013-10-31 21:15:48'),(32498,4,8746,'','2013-10-31 21:15:48'),(32499,5,8746,'','2013-10-31 21:15:48'),(32500,6,8746,'','2013-10-31 21:15:48'),(32501,7,8746,'NIGHT','2013-10-31 21:15:48'),(32502,1,8747,'3578078','2013-10-31 21:29:50'),(32503,2,8747,'','2013-10-31 21:29:50'),(32504,3,8747,'','2013-10-31 21:29:50'),(32505,4,8747,'WARD','2013-10-31 21:29:50'),(32506,5,8747,'','2013-10-31 21:29:50'),(32507,6,8747,'24','2013-10-31 21:29:50'),(32508,7,8747,'NIGHT','2013-10-31 21:29:50'),(32509,1,8748,'3578076','2013-10-31 21:33:21'),(32510,2,8748,'','2013-10-31 21:33:21'),(32511,3,8748,'','2013-10-31 21:33:21'),(32512,4,8748,'WARD','2013-10-31 21:33:21'),(32513,5,8748,'214738','2013-10-31 21:33:21'),(32514,6,8748,'128','2013-10-31 21:33:21'),(32515,7,8748,'NIGHT','2013-10-31 21:33:21'),(32516,1,8750,'','2013-10-31 21:33:21'),(32517,2,8750,'','2013-10-31 21:33:21'),(32518,3,8750,'','2013-10-31 21:33:21'),(32519,4,8750,'','2013-10-31 21:33:21'),(32520,5,8750,'','2013-10-31 21:33:21'),(32521,6,8750,'','2013-10-31 21:33:21'),(32522,7,8750,'NIGHT','2013-10-31 21:33:21'),(32523,1,8751,'3578083','2013-10-31 23:45:09'),(32524,2,8751,'590531','2013-10-31 23:45:09'),(32525,3,8751,'','2013-10-31 23:45:09'),(32526,4,8751,'OPD','2013-10-31 23:45:09'),(32527,5,8751,'','2013-10-31 23:45:09'),(32528,6,8751,'32','2013-10-31 23:45:09'),(32529,7,8751,'NIGHT','2013-10-31 23:45:09'),(32530,1,8753,'','2013-10-31 23:45:09'),(32531,2,8753,'','2013-10-31 23:45:09'),(32532,3,8753,'','2013-10-31 23:45:09'),(32533,4,8753,'','2013-10-31 23:45:09'),(32534,5,8753,'','2013-10-31 23:45:09'),(32535,6,8753,'','2013-10-31 23:45:09'),(32536,7,8753,'NIGHT','2013-10-31 23:45:09'),(32537,1,8754,'3578085','2013-11-01 00:32:33'),(32538,2,8754,'','2013-11-01 00:32:33'),(32539,3,8754,'','2013-11-01 00:32:33'),(32540,4,8754,'OPD','2013-11-01 00:32:33'),(32541,5,8754,'','2013-11-01 00:32:33'),(32542,6,8754,'110','2013-11-01 00:32:33'),(32543,7,8754,'NIGHT','2013-11-01 00:32:33'),(32544,1,8756,'','2013-11-01 00:32:34'),(32545,2,8756,'','2013-11-01 00:32:34'),(32546,3,8756,'','2013-11-01 00:32:34'),(32547,4,8756,'','2013-11-01 00:32:34'),(32548,5,8756,'','2013-11-01 00:32:34'),(32549,6,8756,'','2013-11-01 00:32:34'),(32550,7,8756,'NIGHT','2013-11-01 00:32:34'),(32551,1,8757,'3578024','2013-11-01 03:25:04'),(32552,2,8757,'','2013-11-01 03:25:04'),(32553,3,8757,'','2013-11-01 03:25:04'),(32554,4,8757,'OPD','2013-11-01 03:25:04'),(32555,5,8757,'','2013-11-01 03:25:04'),(32556,6,8757,'220','2013-11-01 03:25:04'),(32557,7,8757,'NIGHT','2013-11-01 03:25:04'),(32558,1,8759,'','2013-11-01 03:25:04'),(32559,2,8759,'','2013-11-01 03:25:04'),(32560,3,8759,'','2013-11-01 03:25:04'),(32561,4,8759,'','2013-11-01 03:25:04'),(32562,5,8759,'','2013-11-01 03:25:04'),(32563,6,8759,'','2013-11-01 03:25:04'),(32564,7,8759,'NIGHT','2013-11-01 03:25:04'),(32565,1,8762,'','2013-11-01 03:25:04'),(32566,2,8762,'','2013-11-01 03:25:04'),(32567,3,8762,'','2013-11-01 03:25:04'),(32568,4,8762,'','2013-11-01 03:25:04'),(32569,5,8762,'','2013-11-01 03:25:04'),(32570,6,8762,'','2013-11-01 03:25:04'),(32571,7,8762,'NIGHT','2013-11-01 03:25:04'),(32572,1,8763,'','2013-11-01 04:01:51'),(32573,2,8763,'','2013-11-01 04:01:51'),(32574,3,8763,'','2013-11-01 04:01:51'),(32575,4,8763,'','2013-11-01 04:01:51'),(32576,5,8763,'','2013-11-01 04:01:51'),(32577,6,8763,'','2013-11-01 04:01:51'),(32578,7,8763,'DAY','2013-11-01 04:01:51'),(32579,1,8764,'3576123','2013-11-01 04:44:17'),(32580,2,8764,'','2013-11-01 04:44:17'),(32581,3,8764,'','2013-11-01 04:44:17'),(32582,4,8764,'out','2013-11-01 04:44:17'),(32583,5,8764,'','2013-11-01 04:44:17'),(32584,6,8764,'104','2013-11-01 04:44:17'),(32585,7,8764,'DAY','2013-11-01 04:44:17'),(32586,1,8766,'','2013-11-01 04:44:17'),(32587,2,8766,'','2013-11-01 04:44:17'),(32588,3,8766,'','2013-11-01 04:44:17'),(32589,4,8766,'','2013-11-01 04:44:17'),(32590,5,8766,'','2013-11-01 04:44:17'),(32591,6,8766,'','2013-11-01 04:44:17'),(32592,7,8766,'DAY','2013-11-01 04:44:17'),(32593,1,8767,'','2013-11-01 05:11:32'),(32594,2,8767,'590539','2013-11-01 05:11:32'),(32595,3,8767,'','2013-11-01 05:11:32'),(32596,4,8767,'OPD','2013-11-01 05:11:32'),(32597,5,8767,'','2013-11-01 05:11:32'),(32598,6,8767,'25','2013-11-01 05:11:32'),(32599,7,8767,'DAY','2013-11-01 05:11:32'),(32600,1,8769,'','2013-11-01 05:11:32'),(32601,2,8769,'','2013-11-01 05:11:32'),(32602,3,8769,'','2013-11-01 05:11:32'),(32603,4,8769,'','2013-11-01 05:11:32'),(32604,5,8769,'','2013-11-01 05:11:32'),(32605,6,8769,'','2013-11-01 05:11:32'),(32606,7,8769,'DAY','2013-11-01 05:11:32'),(32607,1,8770,'357632','2013-11-01 05:26:47'),(32608,2,8770,'590543','2013-11-01 05:26:47'),(32609,3,8770,'','2013-11-01 05:26:47'),(32610,4,8770,'OPD','2013-11-01 05:26:47'),(32611,5,8770,'','2013-11-01 05:26:47'),(32612,6,8770,'75.5','2013-11-01 05:26:47'),(32613,7,8770,'DAY','2013-11-01 05:26:47'),(32614,1,8772,'','2013-11-01 05:26:47'),(32615,2,8772,'','2013-11-01 05:26:47'),(32616,3,8772,'','2013-11-01 05:26:47'),(32617,4,8772,'','2013-11-01 05:26:47'),(32618,5,8772,'','2013-11-01 05:26:47'),(32619,6,8772,'','2013-11-01 05:26:47'),(32620,7,8772,'DAY','2013-11-01 05:26:47'),(32621,1,8773,'3578156','2013-11-01 05:38:21'),(32622,2,8773,'590540','2013-11-01 05:38:21'),(32623,3,8773,'','2013-11-01 05:38:21'),(32624,4,8773,'OPD','2013-11-01 05:38:21'),(32625,5,8773,'','2013-11-01 05:38:21'),(32626,6,8773,'360','2013-11-01 05:38:21'),(32627,7,8773,'DAY','2013-11-01 05:38:21'),(32628,1,8775,'','2013-11-01 05:38:21'),(32629,2,8775,'','2013-11-01 05:38:21'),(32630,3,8775,'','2013-11-01 05:38:21'),(32631,4,8775,'','2013-11-01 05:38:21'),(32632,5,8775,'','2013-11-01 05:38:21'),(32633,6,8775,'','2013-11-01 05:38:21'),(32634,7,8775,'DAY','2013-11-01 05:38:21'),(32635,1,8778,'','2013-11-01 05:38:22'),(32636,2,8778,'','2013-11-01 05:38:22'),(32637,3,8778,'','2013-11-01 05:38:22'),(32638,4,8778,'','2013-11-01 05:38:22'),(32639,5,8778,'','2013-11-01 05:38:22'),(32640,6,8778,'','2013-11-01 05:38:22'),(32641,7,8778,'DAY','2013-11-01 05:38:22'),(32642,1,8779,'3578141','2013-11-01 05:41:09'),(32643,2,8779,'590544','2013-11-01 05:41:09'),(32644,3,8779,'','2013-11-01 05:41:09'),(32645,4,8779,'OPD','2013-11-01 05:41:09'),(32646,5,8779,'','2013-11-01 05:41:09'),(32647,6,8779,'360','2013-11-01 05:41:09'),(32648,7,8779,'DAY','2013-11-01 05:41:09'),(32649,1,8781,'','2013-11-01 05:41:09'),(32650,2,8781,'','2013-11-01 05:41:09'),(32651,3,8781,'','2013-11-01 05:41:09'),(32652,4,8781,'','2013-11-01 05:41:09'),(32653,5,8781,'','2013-11-01 05:41:09'),(32654,6,8781,'','2013-11-01 05:41:09'),(32655,7,8781,'DAY','2013-11-01 05:41:09'),(32656,1,8784,'','2013-11-01 05:41:09'),(32657,2,8784,'','2013-11-01 05:41:09'),(32658,3,8784,'','2013-11-01 05:41:09'),(32659,4,8784,'','2013-11-01 05:41:09'),(32660,5,8784,'','2013-11-01 05:41:09'),(32661,6,8784,'','2013-11-01 05:41:09'),(32662,7,8784,'DAY','2013-11-01 05:41:09'),(32663,1,8785,'3578153','2013-11-01 05:47:45'),(32664,2,8785,'','2013-11-01 05:47:45'),(32665,3,8785,'','2013-11-01 05:47:45'),(32666,4,8785,'OPD','2013-11-01 05:47:45'),(32667,5,8785,'','2013-11-01 05:47:45'),(32668,6,8785,'12','2013-11-01 05:47:45'),(32669,7,8785,'DAY','2013-11-01 05:47:45'),(32670,1,8786,'','2013-11-01 06:10:01'),(32671,2,8786,'','2013-11-01 06:10:01'),(32672,3,8786,'','2013-11-01 06:10:01'),(32673,4,8786,'OPD','2013-11-01 06:10:01'),(32674,5,8786,'','2013-11-01 06:10:01'),(32675,6,8786,'252','2013-11-01 06:10:01'),(32676,7,8786,'DAY','2013-11-01 06:10:01'),(32677,1,8788,'','2013-11-01 06:10:01'),(32678,2,8788,'','2013-11-01 06:10:01'),(32679,3,8788,'','2013-11-01 06:10:01'),(32680,4,8788,'','2013-11-01 06:10:01'),(32681,5,8788,'','2013-11-01 06:10:01'),(32682,6,8788,'','2013-11-01 06:10:01'),(32683,7,8788,'DAY','2013-11-01 06:10:01'),(32684,1,8791,'','2013-11-01 06:10:02'),(32685,2,8791,'','2013-11-01 06:10:02'),(32686,3,8791,'','2013-11-01 06:10:02'),(32687,4,8791,'','2013-11-01 06:10:02'),(32688,5,8791,'','2013-11-01 06:10:02'),(32689,6,8791,'','2013-11-01 06:10:02'),(32690,7,8791,'DAY','2013-11-01 06:10:02'),(32691,1,8792,'','2013-11-01 06:28:40'),(32692,2,8792,'','2013-11-01 06:28:40'),(32693,3,8792,'','2013-11-01 06:28:40'),(32694,4,8792,'OPD','2013-11-01 06:28:40'),(32695,5,8792,'','2013-11-01 06:28:40'),(32696,6,8792,'22','2013-11-01 06:28:40'),(32697,7,8792,'DAY','2013-11-01 06:28:40'),(32698,1,8793,'','2013-11-01 06:31:39'),(32699,2,8793,'','2013-11-01 06:31:39'),(32700,3,8793,'','2013-11-01 06:31:39'),(32701,4,8793,'OPD','2013-11-01 06:31:39'),(32702,5,8793,'','2013-11-01 06:31:39'),(32703,6,8793,'66','2013-11-01 06:31:39'),(32704,7,8793,'DAY','2013-11-01 06:31:39'),(32705,1,8794,'','2013-11-01 06:40:11'),(32706,2,8794,'','2013-11-01 06:40:11'),(32707,3,8794,'','2013-11-01 06:40:11'),(32708,4,8794,'OPD','2013-11-01 06:40:11'),(32709,5,8794,'','2013-11-01 06:40:11'),(32710,6,8794,'72','2013-11-01 06:40:11'),(32711,7,8794,'DAY','2013-11-01 06:40:11'),(32712,1,8795,'','2013-11-01 06:42:32'),(32713,2,8795,'','2013-11-01 06:42:32'),(32714,3,8795,'','2013-11-01 06:42:32'),(32715,4,8795,'OUT','2013-11-01 06:42:32'),(32716,5,8795,'','2013-11-01 06:42:32'),(32717,6,8795,'24','2013-11-01 06:42:32'),(32718,7,8795,'DAY','2013-11-01 06:42:32'),(32719,1,8796,'','2013-11-01 06:50:01'),(32720,2,8796,'','2013-11-01 06:50:01'),(32721,3,8796,'','2013-11-01 06:50:01'),(32722,4,8796,'OPD','2013-11-01 06:50:01'),(32723,5,8796,'','2013-11-01 06:50:01'),(32724,6,8796,'81','2013-11-01 06:50:01'),(32725,7,8796,'DAY','2013-11-01 06:50:01'),(32726,1,8797,'','2013-11-01 06:54:31'),(32727,2,8797,'590563','2013-11-01 06:54:31'),(32728,3,8797,'','2013-11-01 06:54:31'),(32729,4,8797,'OPD','2013-11-01 06:54:31'),(32730,5,8797,'','2013-11-01 06:54:31'),(32731,6,8797,'72','2013-11-01 06:54:31'),(32732,7,8797,'DAY','2013-11-01 06:54:31'),(32733,1,8799,'','2013-11-01 06:54:31'),(32734,2,8799,'','2013-11-01 06:54:31'),(32735,3,8799,'','2013-11-01 06:54:31'),(32736,4,8799,'','2013-11-01 06:54:31'),(32737,5,8799,'','2013-11-01 06:54:31'),(32738,6,8799,'','2013-11-01 06:54:31'),(32739,7,8799,'DAY','2013-11-01 06:54:32'),(32740,1,8800,'','2013-11-01 06:59:19'),(32741,2,8800,'','2013-11-01 06:59:19'),(32742,3,8800,'','2013-11-01 06:59:19'),(32743,4,8800,'OPD','2013-11-01 06:59:19'),(32744,5,8800,'','2013-11-01 06:59:19'),(32745,6,8800,'133','2013-11-01 06:59:19'),(32746,7,8800,'DAY','2013-11-01 06:59:19'),(32747,1,8802,'','2013-11-01 06:59:20'),(32748,2,8802,'','2013-11-01 06:59:20'),(32749,3,8802,'','2013-11-01 06:59:20'),(32750,4,8802,'','2013-11-01 06:59:20'),(32751,5,8802,'','2013-11-01 06:59:20'),(32752,6,8802,'','2013-11-01 06:59:20'),(32753,7,8802,'DAY','2013-11-01 06:59:20'),(32754,1,8803,'','2013-10-31 19:09:48'),(32755,2,8803,'','2013-10-31 19:09:48'),(32756,3,8803,'','2013-10-31 19:09:48'),(32757,4,8803,'OPD','2013-10-31 19:09:48'),(32758,5,8803,'','2013-10-31 19:09:48'),(32759,6,8803,'217','2013-10-31 19:09:48'),(32760,7,8803,'DAY','2013-10-31 19:09:48'),(32761,1,8804,'','2013-10-31 19:12:19'),(32762,2,8804,'','2013-10-31 19:12:19'),(32763,3,8804,'','2013-10-31 19:12:19'),(32764,4,8804,'OPD','2013-10-31 19:12:19'),(32765,5,8804,'','2013-10-31 19:12:19'),(32766,6,8804,'13','2013-10-31 19:12:19'),(32767,7,8804,'DAY','2013-10-31 19:12:19'),(32768,1,8805,'3578245','2013-10-31 19:16:14'),(32769,2,8805,'','2013-10-31 19:16:14'),(32770,3,8805,'','2013-10-31 19:16:14'),(32771,4,8805,'OPD','2013-10-31 19:16:14'),(32772,5,8805,'','2013-10-31 19:16:14'),(32773,6,8805,'105','2013-10-31 19:16:14'),(32774,7,8805,'DAY','2013-10-31 19:16:14'),(32775,1,8807,'','2013-10-31 19:16:14'),(32776,2,8807,'','2013-10-31 19:16:14'),(32777,3,8807,'','2013-10-31 19:16:14'),(32778,4,8807,'','2013-10-31 19:16:14'),(32779,5,8807,'','2013-10-31 19:16:14'),(32780,6,8807,'','2013-10-31 19:16:14'),(32781,7,8807,'DAY','2013-10-31 19:16:14'),(32782,1,8808,'','2013-10-31 19:20:11'),(32783,2,8808,'','2013-10-31 19:20:11'),(32784,3,8808,'','2013-10-31 19:20:11'),(32785,4,8808,'OPD','2013-10-31 19:20:11'),(32786,5,8808,'','2013-10-31 19:20:11'),(32787,6,8808,'117.24','2013-10-31 19:20:11'),(32788,7,8808,'DAY','2013-10-31 19:20:11'),(32789,1,8810,'','2013-10-31 19:20:11'),(32790,2,8810,'','2013-10-31 19:20:11'),(32791,3,8810,'','2013-10-31 19:20:11'),(32792,4,8810,'','2013-10-31 19:20:11'),(32793,5,8810,'','2013-10-31 19:20:11'),(32794,6,8810,'','2013-10-31 19:20:11'),(32795,7,8810,'DAY','2013-10-31 19:20:11'),(32796,1,8811,'','2013-10-31 19:25:40'),(32797,2,8811,'','2013-10-31 19:25:40'),(32798,3,8811,'','2013-10-31 19:25:40'),(32799,4,8811,'OPD','2013-10-31 19:25:40'),(32800,5,8811,'','2013-10-31 19:25:40'),(32801,6,8811,'71','2013-10-31 19:25:40'),(32802,7,8811,'DAY','2013-10-31 19:25:40'),(32803,1,8813,'','2013-10-31 19:25:40'),(32804,2,8813,'','2013-10-31 19:25:40'),(32805,3,8813,'','2013-10-31 19:25:40'),(32806,4,8813,'','2013-10-31 19:25:40'),(32807,5,8813,'','2013-10-31 19:25:40'),(32808,6,8813,'','2013-10-31 19:25:40'),(32809,7,8813,'DAY','2013-10-31 19:25:40'),(32810,1,8814,'','2013-10-31 19:33:51'),(32811,2,8814,'590578','2013-10-31 19:33:51'),(32812,3,8814,'','2013-10-31 19:33:51'),(32813,4,8814,'OPD','2013-10-31 19:33:51'),(32814,5,8814,'','2013-10-31 19:33:51'),(32815,6,8814,'38','2013-10-31 19:33:51'),(32816,7,8814,'DAY','2013-10-31 19:33:51'),(32817,1,8815,'','2013-10-31 19:35:04'),(32818,2,8815,'590582','2013-10-31 19:35:04'),(32819,3,8815,'','2013-10-31 19:35:04'),(32820,4,8815,'OPD','2013-10-31 19:35:04'),(32821,5,8815,'','2013-10-31 19:35:04'),(32822,6,8815,'40','2013-10-31 19:35:04'),(32823,7,8815,'DAY','2013-10-31 19:35:04'),(32824,1,8816,'','2013-10-31 19:37:16'),(32825,2,8816,'','2013-10-31 19:37:16'),(32826,3,8816,'','2013-10-31 19:37:16'),(32827,4,8816,'OPD','2013-10-31 19:37:16'),(32828,5,8816,'','2013-10-31 19:37:16'),(32829,6,8816,'12','2013-10-31 19:37:16'),(32830,7,8816,'DAY','2013-10-31 19:37:16'),(32831,1,8817,'','2013-10-31 19:41:15'),(32832,2,8817,'','2013-10-31 19:41:15'),(32833,3,8817,'','2013-10-31 19:41:15'),(32834,4,8817,'','2013-10-31 19:41:15'),(32835,5,8817,'','2013-10-31 19:41:15'),(32836,6,8817,'93.4','2013-10-31 19:41:15'),(32837,7,8817,'DAY','2013-10-31 19:41:15'),(32838,1,8819,'','2013-10-31 19:41:15'),(32839,2,8819,'','2013-10-31 19:41:15'),(32840,3,8819,'','2013-10-31 19:41:15'),(32841,4,8819,'','2013-10-31 19:41:15'),(32842,5,8819,'','2013-10-31 19:41:15'),(32843,6,8819,'','2013-10-31 19:41:15'),(32844,7,8819,'DAY','2013-10-31 19:41:15'),(32845,1,8820,'3578305','2013-10-31 19:42:49'),(32846,2,8820,'','2013-10-31 19:42:49'),(32847,3,8820,'','2013-10-31 19:42:49'),(32848,4,8820,'OPD','2013-10-31 19:42:49'),(32849,5,8820,'','2013-10-31 19:42:49'),(32850,6,8820,'39','2013-10-31 19:42:49'),(32851,7,8820,'DAY','2013-10-31 19:42:49'),(32852,1,8821,'','2013-10-31 19:56:52'),(32853,2,8821,'','2013-10-31 19:56:52'),(32854,3,8821,'','2013-10-31 19:56:52'),(32855,4,8821,'OPD','2013-10-31 19:56:52'),(32856,5,8821,'','2013-10-31 19:56:52'),(32857,6,8821,'209','2013-10-31 19:56:52'),(32858,7,8821,'DAY','2013-10-31 19:56:52'),(32859,1,8823,'','2013-10-31 19:56:52'),(32860,2,8823,'','2013-10-31 19:56:52'),(32861,3,8823,'','2013-10-31 19:56:52'),(32862,4,8823,'','2013-10-31 19:56:52'),(32863,5,8823,'','2013-10-31 19:56:52'),(32864,6,8823,'','2013-10-31 19:56:52'),(32865,7,8823,'DAY','2013-10-31 19:56:52'),(32866,1,8824,'','2013-10-31 20:20:07'),(32867,2,8824,'','2013-10-31 20:20:07'),(32868,3,8824,'','2013-10-31 20:20:07'),(32869,4,8824,'OPD','2013-10-31 20:20:07'),(32870,5,8824,'','2013-10-31 20:20:07'),(32871,6,8824,'37','2013-10-31 20:20:07'),(32872,7,8824,'DAY','2013-10-31 20:20:07'),(32873,1,8825,'','2013-10-31 20:22:16'),(32874,2,8825,'','2013-10-31 20:22:16'),(32875,3,8825,'','2013-10-31 20:22:16'),(32876,4,8825,'OPD','2013-10-31 20:22:16'),(32877,5,8825,'','2013-10-31 20:22:16'),(32878,6,8825,'22','2013-10-31 20:22:16'),(32879,7,8825,'DAY','2013-10-31 20:22:16'),(32880,1,8826,'','2013-10-31 20:52:48'),(32881,2,8826,'','2013-10-31 20:52:48'),(32882,3,8826,'','2013-10-31 20:52:48'),(32883,4,8826,'OPD','2013-10-31 20:52:48'),(32884,5,8826,'','2013-10-31 20:52:48'),(32885,6,8826,'37','2013-10-31 20:52:48'),(32886,7,8826,'DAY','2013-10-31 20:52:48'),(32887,1,8827,'','2013-10-31 20:54:46'),(32888,2,8827,'','2013-10-31 20:54:46'),(32889,3,8827,'','2013-10-31 20:54:46'),(32890,4,8827,'OPD','2013-10-31 20:54:46'),(32891,5,8827,'','2013-10-31 20:54:46'),(32892,6,8827,'12','2013-10-31 20:54:46'),(32893,7,8827,'DAY','2013-10-31 20:54:46'),(32894,1,8828,'','2013-10-31 21:06:01'),(32895,2,8828,'','2013-10-31 21:06:01'),(32896,3,8828,'','2013-10-31 21:06:01'),(32897,4,8828,'OPD','2013-10-31 21:06:01'),(32898,5,8828,'','2013-10-31 21:06:01'),(32899,6,8828,'','2013-10-31 21:06:01'),(32900,7,8828,'DAY','2013-10-31 21:06:01'),(32901,1,8830,'','2013-10-31 21:06:02'),(32902,2,8830,'','2013-10-31 21:06:02'),(32903,3,8830,'','2013-10-31 21:06:02'),(32904,4,8830,'','2013-10-31 21:06:02'),(32905,5,8830,'','2013-10-31 21:06:02'),(32906,6,8830,'','2013-10-31 21:06:02'),(32907,7,8830,'DAY','2013-10-31 21:06:02'),(32908,1,8831,'','2013-10-31 21:08:34'),(32909,2,8831,'','2013-10-31 21:08:34'),(32910,3,8831,'','2013-10-31 21:08:34'),(32911,4,8831,'OPD','2013-10-31 21:08:34'),(32912,5,8831,'','2013-10-31 21:08:34'),(32913,6,8831,'139','2013-10-31 21:08:34'),(32914,7,8831,'DAY','2013-10-31 21:08:34'),(32915,1,8833,'','2013-10-31 21:08:34'),(32916,2,8833,'','2013-10-31 21:08:34'),(32917,3,8833,'','2013-10-31 21:08:34'),(32918,4,8833,'','2013-10-31 21:08:34'),(32919,5,8833,'','2013-10-31 21:08:34'),(32920,6,8833,'','2013-10-31 21:08:34'),(32921,7,8833,'DAY','2013-10-31 21:08:34'),(32922,1,8836,'','2013-10-31 21:08:34'),(32923,2,8836,'','2013-10-31 21:08:34'),(32924,3,8836,'','2013-10-31 21:08:34'),(32925,4,8836,'','2013-10-31 21:08:34'),(32926,5,8836,'','2013-10-31 21:08:34'),(32927,6,8836,'','2013-10-31 21:08:34'),(32928,7,8836,'DAY','2013-10-31 21:08:34'),(32929,1,8840,'','2013-10-31 21:08:35'),(32930,2,8840,'','2013-10-31 21:08:35'),(32931,3,8840,'','2013-10-31 21:08:35'),(32932,4,8840,'','2013-10-31 21:08:35'),(32933,5,8840,'','2013-10-31 21:08:35'),(32934,6,8840,'','2013-10-31 21:08:35'),(32935,7,8840,'DAY','2013-10-31 21:08:35'),(32936,1,8841,'','2013-10-31 21:10:59'),(32937,2,8841,'','2013-10-31 21:10:59'),(32938,3,8841,'','2013-10-31 21:10:59'),(32939,4,8841,'OPD','2013-10-31 21:10:59'),(32940,5,8841,'','2013-10-31 21:10:59'),(32941,6,8841,'212','2013-10-31 21:10:59'),(32942,7,8841,'DAY','2013-10-31 21:10:59'),(32943,1,8843,'','2013-10-31 21:10:59'),(32944,2,8843,'','2013-10-31 21:10:59'),(32945,3,8843,'','2013-10-31 21:10:59'),(32946,4,8843,'','2013-10-31 21:10:59'),(32947,5,8843,'','2013-10-31 21:10:59'),(32948,6,8843,'','2013-10-31 21:10:59'),(32949,7,8843,'DAY','2013-10-31 21:10:59'),(32950,1,8846,'','2013-10-31 21:10:59'),(32951,2,8846,'','2013-10-31 21:10:59'),(32952,3,8846,'','2013-10-31 21:10:59'),(32953,4,8846,'','2013-10-31 21:10:59'),(32954,5,8846,'','2013-10-31 21:10:59'),(32955,6,8846,'','2013-10-31 21:10:59'),(32956,7,8846,'DAY','2013-10-31 21:10:59'),(32957,1,8847,'','2013-10-31 21:15:13'),(32958,2,8847,'','2013-10-31 21:15:13'),(32959,3,8847,'','2013-10-31 21:15:13'),(32960,4,8847,'OPD','2013-10-31 21:15:13'),(32961,5,8847,'','2013-10-31 21:15:13'),(32962,6,8847,'94','2013-10-31 21:15:13'),(32963,7,8847,'DAY','2013-10-31 21:15:13'),(32964,1,8849,'','2013-10-31 21:15:13'),(32965,2,8849,'','2013-10-31 21:15:13'),(32966,3,8849,'','2013-10-31 21:15:13'),(32967,4,8849,'','2013-10-31 21:15:13'),(32968,5,8849,'','2013-10-31 21:15:13'),(32969,6,8849,'','2013-10-31 21:15:13'),(32970,7,8849,'DAY','2013-10-31 21:15:13'),(32971,1,8850,'','2013-10-31 21:18:51'),(32972,2,8850,'','2013-10-31 21:18:51'),(32973,3,8850,'','2013-10-31 21:18:51'),(32974,4,8850,'','2013-10-31 21:18:51'),(32975,5,8850,'','2013-10-31 21:18:51'),(32976,6,8850,'','2013-10-31 21:18:51'),(32977,7,8850,'DAY','2013-10-31 21:18:51'),(32978,1,8851,'','2013-10-31 21:24:13'),(32979,2,8851,'','2013-10-31 21:24:13'),(32980,3,8851,'','2013-10-31 21:24:13'),(32981,4,8851,'','2013-10-31 21:24:13'),(32982,5,8851,'','2013-10-31 21:24:13'),(32983,6,8851,'','2013-10-31 21:24:13'),(32984,7,8851,'DAY','2013-10-31 21:24:13'),(32985,1,8852,'3578330','2013-10-31 21:34:31'),(32986,2,8852,'590611','2013-10-31 21:34:31'),(32987,3,8852,'','2013-10-31 21:34:31'),(32988,4,8852,'OPD','2013-10-31 21:34:31'),(32989,5,8852,'','2013-10-31 21:34:31'),(32990,6,8852,'360','2013-10-31 21:34:31'),(32991,7,8852,'DAY','2013-10-31 21:34:31'),(32992,1,8854,'','2013-10-31 21:34:31'),(32993,2,8854,'','2013-10-31 21:34:31'),(32994,3,8854,'','2013-10-31 21:34:31'),(32995,4,8854,'','2013-10-31 21:34:31'),(32996,5,8854,'','2013-10-31 21:34:31'),(32997,6,8854,'','2013-10-31 21:34:31'),(32998,7,8854,'DAY','2013-10-31 21:34:31'),(32999,1,8857,'','2013-10-31 21:34:32'),(33000,2,8857,'','2013-10-31 21:34:32'),(33001,3,8857,'','2013-10-31 21:34:32'),(33002,4,8857,'','2013-10-31 21:34:32'),(33003,5,8857,'','2013-10-31 21:34:32'),(33004,6,8857,'','2013-10-31 21:34:32'),(33005,7,8857,'DAY','2013-10-31 21:34:32'),(33006,1,8858,'3578350','2013-10-31 21:37:24'),(33007,2,8858,'590609','2013-10-31 21:37:24'),(33008,3,8858,'','2013-10-31 21:37:24'),(33009,4,8858,'OPD','2013-10-31 21:37:24'),(33010,5,8858,'','2013-10-31 21:37:24'),(33011,6,8858,'360','2013-10-31 21:37:24'),(33012,7,8858,'DAY','2013-10-31 21:37:24'),(33013,1,8860,'','2013-10-31 21:37:25'),(33014,2,8860,'','2013-10-31 21:37:25'),(33015,3,8860,'','2013-10-31 21:37:25'),(33016,4,8860,'','2013-10-31 21:37:25'),(33017,5,8860,'','2013-10-31 21:37:25'),(33018,6,8860,'','2013-10-31 21:37:25'),(33019,7,8860,'DAY','2013-10-31 21:37:25'),(33020,1,8863,'','2013-10-31 21:37:25'),(33021,2,8863,'','2013-10-31 21:37:25'),(33022,3,8863,'','2013-10-31 21:37:25'),(33023,4,8863,'','2013-10-31 21:37:25'),(33024,5,8863,'','2013-10-31 21:37:25'),(33025,6,8863,'','2013-10-31 21:37:25'),(33026,7,8863,'DAY','2013-10-31 21:37:25'),(33027,1,8864,'3578341','2013-10-31 21:39:38'),(33028,2,8864,'590607','2013-10-31 21:39:38'),(33029,3,8864,'','2013-10-31 21:39:38'),(33030,4,8864,'OPD','2013-10-31 21:39:38'),(33031,5,8864,'','2013-10-31 21:39:38'),(33032,6,8864,'360','2013-10-31 21:39:38'),(33033,7,8864,'DAY','2013-10-31 21:39:38'),(33034,1,8866,'','2013-10-31 21:39:39'),(33035,2,8866,'','2013-10-31 21:39:39'),(33036,3,8866,'','2013-10-31 21:39:39'),(33037,4,8866,'','2013-10-31 21:39:39'),(33038,5,8866,'','2013-10-31 21:39:39'),(33039,6,8866,'','2013-10-31 21:39:39'),(33040,7,8866,'DAY','2013-10-31 21:39:39'),(33041,1,8869,'','2013-10-31 21:39:39'),(33042,2,8869,'','2013-10-31 21:39:39'),(33043,3,8869,'','2013-10-31 21:39:39'),(33044,4,8869,'','2013-10-31 21:39:39'),(33045,5,8869,'','2013-10-31 21:39:39'),(33046,6,8869,'','2013-10-31 21:39:39'),(33047,7,8869,'DAY','2013-10-31 21:39:39'),(33048,1,8870,'3578360','2013-10-31 21:42:46'),(33049,2,8870,'590610','2013-10-31 21:42:46'),(33050,3,8870,'','2013-10-31 21:42:46'),(33051,4,8870,'OPD','2013-10-31 21:42:46'),(33052,5,8870,'','2013-10-31 21:42:46'),(33053,6,8870,'360','2013-10-31 21:42:46'),(33054,7,8870,'DAY','2013-10-31 21:42:46'),(33055,1,8872,'','2013-10-31 21:42:46'),(33056,2,8872,'','2013-10-31 21:42:46'),(33057,3,8872,'','2013-10-31 21:42:46'),(33058,4,8872,'','2013-10-31 21:42:46'),(33059,5,8872,'','2013-10-31 21:42:46'),(33060,6,8872,'','2013-10-31 21:42:46'),(33061,7,8872,'DAY','2013-10-31 21:42:46'),(33062,1,8875,'','2013-10-31 21:42:46'),(33063,2,8875,'','2013-10-31 21:42:46'),(33064,3,8875,'','2013-10-31 21:42:46'),(33065,4,8875,'','2013-10-31 21:42:46'),(33066,5,8875,'','2013-10-31 21:42:46'),(33067,6,8875,'','2013-10-31 21:42:46'),(33068,7,8875,'DAY','2013-10-31 21:42:46'),(33069,1,8876,'3578335','2013-10-31 21:44:44'),(33070,2,8876,'590608','2013-10-31 21:44:44'),(33071,3,8876,'','2013-10-31 21:44:44'),(33072,4,8876,'OPD','2013-10-31 21:44:44'),(33073,5,8876,'','2013-10-31 21:44:44'),(33074,6,8876,'360','2013-10-31 21:44:44'),(33075,7,8876,'DAY','2013-10-31 21:44:44'),(33076,1,8878,'','2013-10-31 21:44:44'),(33077,2,8878,'','2013-10-31 21:44:44'),(33078,3,8878,'','2013-10-31 21:44:44'),(33079,4,8878,'','2013-10-31 21:44:44'),(33080,5,8878,'','2013-10-31 21:44:44'),(33081,6,8878,'','2013-10-31 21:44:44'),(33082,7,8878,'DAY','2013-10-31 21:44:44'),(33083,1,8881,'','2013-10-31 21:44:44'),(33084,2,8881,'','2013-10-31 21:44:44'),(33085,3,8881,'','2013-10-31 21:44:44'),(33086,4,8881,'','2013-10-31 21:44:44'),(33087,5,8881,'','2013-10-31 21:44:44'),(33088,6,8881,'','2013-10-31 21:44:44'),(33089,7,8881,'DAY','2013-10-31 21:44:44'),(33090,1,8882,'','2013-10-31 21:45:06'),(33091,2,8882,'','2013-10-31 21:45:06'),(33092,3,8882,'','2013-10-31 21:45:06'),(33093,4,8882,'','2013-10-31 21:45:06'),(33094,5,8882,'','2013-10-31 21:45:06'),(33095,6,8882,'','2013-10-31 21:45:06'),(33096,7,8882,'DAY','2013-10-31 21:45:06'),(33097,1,8883,'','2013-10-31 21:58:06'),(33098,2,8883,'','2013-10-31 21:58:06'),(33099,3,8883,'','2013-10-31 21:58:06'),(33100,4,8883,'OPD','2013-10-31 21:58:06'),(33101,5,8883,'','2013-10-31 21:58:06'),(33102,6,8883,'337.4','2013-10-31 21:58:06'),(33103,7,8883,'DAY','2013-10-31 21:58:06'),(33104,1,8885,'','2013-10-31 21:58:06'),(33105,2,8885,'','2013-10-31 21:58:06'),(33106,3,8885,'','2013-10-31 21:58:06'),(33107,4,8885,'','2013-10-31 21:58:06'),(33108,5,8885,'','2013-10-31 21:58:06'),(33109,6,8885,'','2013-10-31 21:58:06'),(33110,7,8885,'DAY','2013-10-31 21:58:06'),(33111,1,8888,'','2013-10-31 21:58:07'),(33112,2,8888,'','2013-10-31 21:58:07'),(33113,3,8888,'','2013-10-31 21:58:07'),(33114,4,8888,'','2013-10-31 21:58:07'),(33115,5,8888,'','2013-10-31 21:58:07'),(33116,6,8888,'','2013-10-31 21:58:07'),(33117,7,8888,'DAY','2013-10-31 21:58:07'),(33118,1,8892,'','2013-10-31 21:58:07'),(33119,2,8892,'','2013-10-31 21:58:07'),(33120,3,8892,'','2013-10-31 21:58:07'),(33121,4,8892,'','2013-10-31 21:58:07'),(33122,5,8892,'','2013-10-31 21:58:07'),(33123,6,8892,'','2013-10-31 21:58:07'),(33124,7,8892,'DAY','2013-10-31 21:58:07'),(33125,1,8893,'','2013-10-31 22:08:58'),(33126,2,8893,'','2013-10-31 22:08:58'),(33127,3,8893,'','2013-10-31 22:08:58'),(33128,4,8893,'OPD','2013-10-31 22:08:58'),(33129,5,8893,'','2013-10-31 22:08:58'),(33130,6,8893,'200','2013-10-31 22:08:58'),(33131,7,8893,'DAY','2013-10-31 22:08:58'),(33132,1,8895,'','2013-10-31 22:08:58'),(33133,2,8895,'','2013-10-31 22:08:58'),(33134,3,8895,'','2013-10-31 22:08:58'),(33135,4,8895,'','2013-10-31 22:08:58'),(33136,5,8895,'','2013-10-31 22:08:58'),(33137,6,8895,'','2013-10-31 22:08:58'),(33138,7,8895,'DAY','2013-10-31 22:08:58'),(33139,1,8896,'','2013-10-31 22:17:20'),(33140,2,8896,'','2013-10-31 22:17:20'),(33141,3,8896,'','2013-10-31 22:17:20'),(33142,4,8896,'OPD','2013-10-31 22:17:20'),(33143,5,8896,'','2013-10-31 22:17:20'),(33144,6,8896,'40','2013-10-31 22:17:20'),(33145,7,8896,'DAY','2013-10-31 22:17:20'),(33146,1,8897,'','2013-10-31 22:22:21'),(33147,2,8897,'','2013-10-31 22:22:21'),(33148,3,8897,'','2013-10-31 22:22:21'),(33149,4,8897,'OPD','2013-10-31 22:22:21'),(33150,5,8897,'','2013-10-31 22:22:21'),(33151,6,8897,'104','2013-10-31 22:22:21'),(33152,7,8897,'DAY','2013-10-31 22:22:21'),(33153,1,8899,'','2013-10-31 22:22:22'),(33154,2,8899,'','2013-10-31 22:22:22'),(33155,3,8899,'','2013-10-31 22:22:22'),(33156,4,8899,'','2013-10-31 22:22:22'),(33157,5,8899,'','2013-10-31 22:22:22'),(33158,6,8899,'','2013-10-31 22:22:22'),(33159,7,8899,'DAY','2013-10-31 22:22:22'),(33160,1,8900,'','2013-10-31 22:25:49'),(33161,2,8900,'','2013-10-31 22:25:49'),(33162,3,8900,'','2013-10-31 22:25:49'),(33163,4,8900,'OPD','2013-10-31 22:25:49'),(33164,5,8900,'','2013-10-31 22:25:49'),(33165,6,8900,'40','2013-10-31 22:25:49'),(33166,7,8900,'DAY','2013-10-31 22:25:49'),(33167,1,8901,'','2013-10-31 22:28:33'),(33168,2,8901,'590637','2013-10-31 22:28:33'),(33169,3,8901,'','2013-10-31 22:28:33'),(33170,4,8901,'OPD','2013-10-31 22:28:33'),(33171,5,8901,'','2013-10-31 22:28:33'),(33172,6,8901,'13','2013-10-31 22:28:33'),(33173,7,8901,'DAY','2013-10-31 22:28:33'),(33174,1,8902,'','2013-10-31 22:39:14'),(33175,2,8902,'','2013-10-31 22:39:14'),(33176,3,8902,'','2013-10-31 22:39:14'),(33177,4,8902,'OPD','2013-10-31 22:39:14'),(33178,5,8902,'','2013-10-31 22:39:14'),(33179,6,8902,'141','2013-10-31 22:39:14'),(33180,7,8902,'DAY','2013-10-31 22:39:14'),(33181,1,8904,'','2013-10-31 22:39:14'),(33182,2,8904,'','2013-10-31 22:39:14'),(33183,3,8904,'','2013-10-31 22:39:14'),(33184,4,8904,'','2013-10-31 22:39:14'),(33185,5,8904,'','2013-10-31 22:39:14'),(33186,6,8904,'','2013-10-31 22:39:14'),(33187,7,8904,'DAY','2013-10-31 22:39:14'),(33188,1,8907,'','2013-10-31 22:39:14'),(33189,2,8907,'','2013-10-31 22:39:14'),(33190,3,8907,'','2013-10-31 22:39:14'),(33191,4,8907,'','2013-10-31 22:39:14'),(33192,5,8907,'','2013-10-31 22:39:14'),(33193,6,8907,'','2013-10-31 22:39:14'),(33194,7,8907,'DAY','2013-10-31 22:39:14'),(33195,1,8908,'','2013-10-31 22:41:17'),(33196,2,8908,'','2013-10-31 22:41:17'),(33197,3,8908,'','2013-10-31 22:41:17'),(33198,4,8908,'OPD','2013-10-31 22:41:17'),(33199,5,8908,'','2013-10-31 22:41:17'),(33200,6,8908,'79','2013-10-31 22:41:17'),(33201,7,8908,'DAY','2013-10-31 22:41:17'),(33202,1,8910,'','2013-10-31 22:41:17'),(33203,2,8910,'','2013-10-31 22:41:17'),(33204,3,8910,'','2013-10-31 22:41:17'),(33205,4,8910,'','2013-10-31 22:41:17'),(33206,5,8910,'','2013-10-31 22:41:17'),(33207,6,8910,'','2013-10-31 22:41:17'),(33208,7,8910,'DAY','2013-10-31 22:41:17'),(33209,1,8911,'','2013-10-31 22:45:02'),(33210,2,8911,'','2013-10-31 22:45:03'),(33211,3,8911,'','2013-10-31 22:45:03'),(33212,4,8911,'','2013-10-31 22:45:03'),(33213,5,8911,'','2013-10-31 22:45:03'),(33214,6,8911,'136','2013-10-31 22:45:03'),(33215,7,8911,'DAY','2013-10-31 22:45:03'),(33216,1,8913,'','2013-10-31 22:45:03'),(33217,2,8913,'','2013-10-31 22:45:03'),(33218,3,8913,'','2013-10-31 22:45:03'),(33219,4,8913,'','2013-10-31 22:45:03'),(33220,5,8913,'','2013-10-31 22:45:03'),(33221,6,8913,'','2013-10-31 22:45:03'),(33222,7,8913,'DAY','2013-10-31 22:45:03'),(33223,1,8916,'','2013-10-31 22:45:03'),(33224,2,8916,'','2013-10-31 22:45:03'),(33225,3,8916,'','2013-10-31 22:45:03'),(33226,4,8916,'','2013-10-31 22:45:03'),(33227,5,8916,'','2013-10-31 22:45:03'),(33228,6,8916,'','2013-10-31 22:45:03'),(33229,7,8916,'DAY','2013-10-31 22:45:03'),(33230,1,8920,'','2013-10-31 22:45:03'),(33231,2,8920,'','2013-10-31 22:45:03'),(33232,3,8920,'','2013-10-31 22:45:03'),(33233,4,8920,'','2013-10-31 22:45:03'),(33234,5,8920,'','2013-10-31 22:45:03'),(33235,6,8920,'','2013-10-31 22:45:03'),(33236,7,8920,'DAY','2013-10-31 22:45:03'),(33237,1,8921,'DR Y','2013-10-31 22:48:02'),(33238,2,8921,'','2013-10-31 22:48:02'),(33239,3,8921,'','2013-10-31 22:48:02'),(33240,4,8921,'OPD','2013-10-31 22:48:02'),(33241,5,8921,'','2013-10-31 22:48:02'),(33242,6,8921,'104','2013-10-31 22:48:02'),(33243,7,8921,'DAY','2013-10-31 22:48:02'),(33244,1,8923,'','2013-10-31 22:48:02'),(33245,2,8923,'','2013-10-31 22:48:02'),(33246,3,8923,'','2013-10-31 22:48:02'),(33247,4,8923,'','2013-10-31 22:48:02'),(33248,5,8923,'','2013-10-31 22:48:02'),(33249,6,8923,'','2013-10-31 22:48:02'),(33250,7,8923,'DAY','2013-10-31 22:48:02'),(33251,1,8924,'','2013-10-31 22:52:29'),(33252,2,8924,'','2013-10-31 22:52:29'),(33253,3,8924,'','2013-10-31 22:52:29'),(33254,4,8924,'OPD','2013-10-31 22:52:29'),(33255,5,8924,'','2013-10-31 22:52:29'),(33256,6,8924,'13','2013-10-31 22:52:29'),(33257,7,8924,'DAY','2013-10-31 22:52:29'),(33258,1,8925,'','2013-10-31 22:59:23'),(33259,2,8925,'','2013-10-31 22:59:23'),(33260,3,8925,'','2013-10-31 22:59:23'),(33261,4,8925,'OPD','2013-10-31 22:59:23'),(33262,5,8925,'','2013-10-31 22:59:23'),(33263,6,8925,'234.4','2013-10-31 22:59:23'),(33264,7,8925,'DAY','2013-10-31 22:59:23'),(33265,1,8927,'','2013-10-31 22:59:23'),(33266,2,8927,'','2013-10-31 22:59:23'),(33267,3,8927,'','2013-10-31 22:59:23'),(33268,4,8927,'','2013-10-31 22:59:23'),(33269,5,8927,'','2013-10-31 22:59:23'),(33270,6,8927,'','2013-10-31 22:59:23'),(33271,7,8927,'DAY','2013-10-31 22:59:23'),(33272,1,8928,'','2013-10-31 23:02:17'),(33273,2,8928,'590647','2013-10-31 23:02:17'),(33274,3,8928,'','2013-10-31 23:02:17'),(33275,4,8928,'OPD','2013-10-31 23:02:17'),(33276,5,8928,'','2013-10-31 23:02:17'),(33277,6,8928,'154.75','2013-10-31 23:02:17'),(33278,7,8928,'DAY','2013-10-31 23:02:17'),(33279,1,8930,'','2013-10-31 23:02:18'),(33280,2,8930,'','2013-10-31 23:02:18'),(33281,3,8930,'','2013-10-31 23:02:18'),(33282,4,8930,'','2013-10-31 23:02:18'),(33283,5,8930,'','2013-10-31 23:02:18'),(33284,6,8930,'','2013-10-31 23:02:18'),(33285,7,8930,'DAY','2013-10-31 23:02:18'),(33286,1,8931,'','2013-10-31 23:12:14'),(33287,2,8931,'','2013-10-31 23:12:14'),(33288,3,8931,'','2013-10-31 23:12:14'),(33289,4,8931,'OPD','2013-10-31 23:12:14'),(33290,5,8931,'','2013-10-31 23:12:14'),(33291,6,8931,'80','2013-10-31 23:12:14'),(33292,7,8931,'DAY','2013-10-31 23:12:14'),(33293,1,8932,'','2013-10-31 23:13:38'),(33294,2,8932,'','2013-10-31 23:13:38'),(33295,3,8932,'','2013-10-31 23:13:38'),(33296,4,8932,'OPD','2013-10-31 23:13:38'),(33297,5,8932,'','2013-10-31 23:13:38'),(33298,6,8932,'59','2013-10-31 23:13:38'),(33299,7,8932,'DAY','2013-10-31 23:13:38'),(33300,1,8933,'','2013-10-31 23:26:32'),(33301,2,8933,'590659','2013-10-31 23:26:32'),(33302,3,8933,'','2013-10-31 23:26:32'),(33303,4,8933,'OPD','2013-10-31 23:26:32'),(33304,5,8933,'','2013-10-31 23:26:32'),(33305,6,8933,'87','2013-10-31 23:26:32'),(33306,7,8933,'DAY','2013-10-31 23:26:32'),(33307,1,8935,'','2013-10-31 23:26:32'),(33308,2,8935,'','2013-10-31 23:26:32'),(33309,3,8935,'','2013-10-31 23:26:32'),(33310,4,8935,'','2013-10-31 23:26:32'),(33311,5,8935,'','2013-10-31 23:26:32'),(33312,6,8935,'','2013-10-31 23:26:32'),(33313,7,8935,'DAY','2013-10-31 23:26:32'),(33314,1,8936,'','2013-10-31 23:38:22'),(33315,2,8936,'','2013-10-31 23:38:22'),(33316,3,8936,'','2013-10-31 23:38:22'),(33317,4,8936,'OPD','2013-10-31 23:38:22'),(33318,5,8936,'','2013-10-31 23:38:22'),(33319,6,8936,'40','2013-10-31 23:38:22'),(33320,7,8936,'DAY','2013-10-31 23:38:22'),(33321,1,8937,'','2013-10-31 23:44:01'),(33322,2,8937,'590','2013-10-31 23:44:01'),(33323,3,8937,'','2013-10-31 23:44:01'),(33324,4,8937,'','2013-10-31 23:44:01'),(33325,5,8937,'','2013-10-31 23:44:01'),(33326,6,8937,'110.75','2013-10-31 23:44:01'),(33327,7,8937,'DAY','2013-10-31 23:44:01'),(33328,1,8939,'','2013-10-31 23:44:02'),(33329,2,8939,'','2013-10-31 23:44:02'),(33330,3,8939,'','2013-10-31 23:44:02'),(33331,4,8939,'','2013-10-31 23:44:02'),(33332,5,8939,'','2013-10-31 23:44:02'),(33333,6,8939,'','2013-10-31 23:44:02'),(33334,7,8939,'DAY','2013-10-31 23:44:02'),(33335,1,8940,'','2013-10-31 23:51:48'),(33336,2,8940,'','2013-10-31 23:51:48'),(33337,3,8940,'','2013-10-31 23:51:48'),(33338,4,8940,'OPD','2013-10-31 23:51:48'),(33339,5,8940,'','2013-10-31 23:51:48'),(33340,6,8940,'112','2013-10-31 23:51:48'),(33341,7,8940,'DAY','2013-10-31 23:51:48'),(33342,1,8942,'','2013-10-31 23:51:48'),(33343,2,8942,'','2013-10-31 23:51:48'),(33344,3,8942,'','2013-10-31 23:51:48'),(33345,4,8942,'','2013-10-31 23:51:48'),(33346,5,8942,'','2013-10-31 23:51:48'),(33347,6,8942,'','2013-10-31 23:51:48'),(33348,7,8942,'DAY','2013-10-31 23:51:48'),(33349,1,8943,'','2013-10-31 23:55:21'),(33350,2,8943,'590668','2013-10-31 23:55:21'),(33351,3,8943,'','2013-10-31 23:55:21'),(33352,4,8943,'OPD','2013-10-31 23:55:21'),(33353,5,8943,'','2013-10-31 23:55:21'),(33354,6,8943,'47','2013-10-31 23:55:21'),(33355,7,8943,'DAY','2013-10-31 23:55:21'),(33356,1,8944,'','2013-11-01 00:00:45'),(33357,2,8944,'','2013-11-01 00:00:45'),(33358,3,8944,'','2013-11-01 00:00:45'),(33359,4,8944,'OPD','2013-11-01 00:00:45'),(33360,5,8944,'','2013-11-01 00:00:45'),(33361,6,8944,'22','2013-11-01 00:00:45'),(33362,7,8944,'DAY','2013-11-01 00:00:45'),(33363,1,8945,'','2013-11-01 00:06:03'),(33364,2,8945,'','2013-11-01 00:06:03'),(33365,3,8945,'','2013-11-01 00:06:03'),(33366,4,8945,'','2013-11-01 00:06:03'),(33367,5,8945,'214671','2013-11-01 00:06:03'),(33368,6,8945,'104','2013-11-01 00:06:03'),(33369,7,8945,'DAY','2013-11-01 00:06:03'),(33370,1,8947,'','2013-11-01 00:06:03'),(33371,2,8947,'','2013-11-01 00:06:03'),(33372,3,8947,'','2013-11-01 00:06:03'),(33373,4,8947,'','2013-11-01 00:06:03'),(33374,5,8947,'','2013-11-01 00:06:03'),(33375,6,8947,'','2013-11-01 00:06:03'),(33376,7,8947,'DAY','2013-11-01 00:06:03'),(33377,1,8950,'','2013-11-01 00:06:04'),(33378,2,8950,'','2013-11-01 00:06:04'),(33379,3,8950,'','2013-11-01 00:06:04'),(33380,4,8950,'','2013-11-01 00:06:04'),(33381,5,8950,'','2013-11-01 00:06:04'),(33382,6,8950,'','2013-11-01 00:06:04'),(33383,7,8950,'DAY','2013-11-01 00:06:04'),(33384,1,8951,'','2013-11-01 00:07:57'),(33385,2,8951,'590675','2013-11-01 00:07:57'),(33386,3,8951,'','2013-11-01 00:07:57'),(33387,4,8951,'OPD','2013-11-01 00:07:57'),(33388,5,8951,'','2013-11-01 00:07:57'),(33389,6,8951,'35','2013-11-01 00:07:57'),(33390,7,8951,'DAY','2013-11-01 00:07:57'),(33391,1,8953,'','2013-11-01 00:07:57'),(33392,2,8953,'','2013-11-01 00:07:57'),(33393,3,8953,'','2013-11-01 00:07:57'),(33394,4,8953,'','2013-11-01 00:07:57'),(33395,5,8953,'','2013-11-01 00:07:57'),(33396,6,8953,'','2013-11-01 00:07:57'),(33397,7,8953,'DAY','2013-11-01 00:07:57'),(33398,1,8954,'','2013-11-01 00:23:12'),(33399,2,8954,'','2013-11-01 00:23:12'),(33400,3,8954,'','2013-11-01 00:23:12'),(33401,4,8954,'OPD','2013-11-01 00:23:12'),(33402,5,8954,'','2013-11-01 00:23:12'),(33403,6,8954,'144','2013-11-01 00:23:12'),(33404,7,8954,'DAY','2013-11-01 00:23:12'),(33405,1,8956,'','2013-11-01 00:23:12'),(33406,2,8956,'','2013-11-01 00:23:12'),(33407,3,8956,'','2013-11-01 00:23:12'),(33408,4,8956,'','2013-11-01 00:23:12'),(33409,5,8956,'','2013-11-01 00:23:12'),(33410,6,8956,'','2013-11-01 00:23:12'),(33411,7,8956,'DAY','2013-11-01 00:23:12'),(33412,1,8957,'3578525','2013-11-01 00:37:25'),(33413,2,8957,'','2013-11-01 00:37:25'),(33414,3,8957,'','2013-11-01 00:37:25'),(33415,4,8957,'OPD','2013-11-01 00:37:25'),(33416,5,8957,'','2013-11-01 00:37:25'),(33417,6,8957,'125.00','2013-11-01 00:37:25'),(33418,7,8957,'DAY','2013-11-01 00:37:25'),(33419,1,8958,'3578527','2013-11-01 00:46:03'),(33420,2,8958,'590681','2013-11-01 00:46:03'),(33421,3,8958,'','2013-11-01 00:46:03'),(33422,4,8958,'OPD','2013-11-01 00:46:03'),(33423,5,8958,'','2013-11-01 00:46:03'),(33424,6,8958,'354.75','2013-11-01 00:46:03'),(33425,7,8958,'DAY','2013-11-01 00:46:03'),(33426,1,8959,'3578531','2013-11-01 00:56:15'),(33427,2,8959,'','2013-11-01 00:56:15'),(33428,3,8959,'','2013-11-01 00:56:15'),(33429,4,8959,'OPD','2013-11-01 00:56:15'),(33430,5,8959,'','2013-11-01 00:56:15'),(33431,6,8959,'275.40','2013-11-01 00:56:15'),(33432,7,8959,'DAY','2013-11-01 00:56:15'),(33433,1,8961,'','2013-11-01 00:56:15'),(33434,2,8961,'','2013-11-01 00:56:15'),(33435,3,8961,'','2013-11-01 00:56:15'),(33436,4,8961,'','2013-11-01 00:56:15'),(33437,5,8961,'','2013-11-01 00:56:15'),(33438,6,8961,'','2013-11-01 00:56:15'),(33439,7,8961,'DAY','2013-11-01 00:56:15'),(33440,1,8964,'','2013-11-01 00:56:16'),(33441,2,8964,'','2013-11-01 00:56:16'),(33442,3,8964,'','2013-11-01 00:56:16'),(33443,4,8964,'','2013-11-01 00:56:16'),(33444,5,8964,'','2013-11-01 00:56:16'),(33445,6,8964,'','2013-11-01 00:56:16'),(33446,7,8964,'DAY','2013-11-01 00:56:16'),(33447,1,8968,'','2013-11-01 00:56:16'),(33448,2,8968,'','2013-11-01 00:56:16'),(33449,3,8968,'','2013-11-01 00:56:16'),(33450,4,8968,'','2013-11-01 00:56:16'),(33451,5,8968,'','2013-11-01 00:56:16'),(33452,6,8968,'','2013-11-01 00:56:16'),(33453,7,8968,'DAY','2013-11-01 00:56:16'),(33454,1,8969,'3578511','2013-11-01 00:59:47'),(33455,2,8969,'590682','2013-11-01 00:59:47'),(33456,3,8969,'','2013-11-01 00:59:47'),(33457,4,8969,'OPD','2013-11-01 00:59:47'),(33458,5,8969,'','2013-11-01 00:59:47'),(33459,6,8969,'217.00','2013-11-01 00:59:47'),(33460,7,8969,'DAY','2013-11-01 00:59:47'),(33461,1,8971,'','2013-11-01 00:59:47'),(33462,2,8971,'','2013-11-01 00:59:47'),(33463,3,8971,'','2013-11-01 00:59:47'),(33464,4,8971,'','2013-11-01 00:59:47'),(33465,5,8971,'','2013-11-01 00:59:47'),(33466,6,8971,'','2013-11-01 00:59:47'),(33467,7,8971,'DAY','2013-11-01 00:59:47'),(33468,1,8974,'','2013-11-01 00:59:47'),(33469,2,8974,'','2013-11-01 00:59:47'),(33470,3,8974,'','2013-11-01 00:59:47'),(33471,4,8974,'','2013-11-01 00:59:47'),(33472,5,8974,'','2013-11-01 00:59:47'),(33473,6,8974,'','2013-11-01 00:59:47'),(33474,7,8974,'DAY','2013-11-01 00:59:47'),(33475,1,8975,'3578547','2013-11-01 01:03:12'),(33476,2,8975,'590686','2013-11-01 01:03:12'),(33477,3,8975,'','2013-11-01 01:03:12'),(33478,4,8975,'OPD','2013-11-01 01:03:12'),(33479,5,8975,'','2013-11-01 01:03:12'),(33480,6,8975,'71.00','2013-11-01 01:03:12'),(33481,7,8975,'DAY','2013-11-01 01:03:12'),(33482,1,8977,'','2013-11-01 01:03:12'),(33483,2,8977,'','2013-11-01 01:03:12'),(33484,3,8977,'','2013-11-01 01:03:12'),(33485,4,8977,'','2013-11-01 01:03:12'),(33486,5,8977,'','2013-11-01 01:03:12'),(33487,6,8977,'','2013-11-01 01:03:12'),(33488,7,8977,'DAY','2013-11-01 01:03:12'),(33489,1,8978,'3578576','2013-11-01 01:09:11'),(33490,2,8978,'','2013-11-01 01:09:11'),(33491,3,8978,'','2013-11-01 01:09:11'),(33492,4,8978,'OPD','2013-11-01 01:09:11'),(33493,5,8978,'','2013-11-01 01:09:11'),(33494,6,8978,'33.0','2013-11-01 01:09:11'),(33495,7,8978,'DAY','2013-11-01 01:09:11'),(33496,1,8979,'','2013-11-01 01:53:12'),(33497,2,8979,'','2013-11-01 01:53:12'),(33498,3,8979,'','2013-11-01 01:53:12'),(33499,4,8979,'OPD','2013-11-01 01:53:12'),(33500,5,8979,'','2013-11-01 01:53:12'),(33501,6,8979,'72','2013-11-01 01:53:12'),(33502,7,8979,'DAY','2013-11-01 01:53:12'),(33503,1,8981,'','2013-11-01 01:53:12'),(33504,2,8981,'','2013-11-01 01:53:12'),(33505,3,8981,'','2013-11-01 01:53:12'),(33506,4,8981,'','2013-11-01 01:53:12'),(33507,5,8981,'','2013-11-01 01:53:12'),(33508,6,8981,'','2013-11-01 01:53:12'),(33509,7,8981,'DAY','2013-11-01 01:53:12'),(33510,1,8982,'','2013-11-01 02:01:49'),(33511,2,8982,'','2013-11-01 02:01:49'),(33512,3,8982,'','2013-11-01 02:01:49'),(33513,4,8982,'','2013-11-01 02:01:49'),(33514,5,8982,'214740','2013-11-01 02:01:49'),(33515,6,8982,'76','2013-11-01 02:01:49'),(33516,7,8982,'DAY','2013-11-01 02:01:49'),(33517,1,8983,'','2013-11-01 02:05:26'),(33518,2,8983,'','2013-11-01 02:05:26'),(33519,3,8983,'','2013-11-01 02:05:26'),(33520,4,8983,'OPD','2013-11-01 02:05:26'),(33521,5,8983,'','2013-11-01 02:05:26'),(33522,6,8983,'170','2013-11-01 02:05:26'),(33523,7,8983,'DAY','2013-11-01 02:05:26'),(33524,1,8985,'','2013-11-01 02:05:26'),(33525,2,8985,'','2013-11-01 02:05:26'),(33526,3,8985,'','2013-11-01 02:05:26'),(33527,4,8985,'','2013-11-01 02:05:26'),(33528,5,8985,'','2013-11-01 02:05:26'),(33529,6,8985,'','2013-11-01 02:05:26'),(33530,7,8985,'DAY','2013-11-01 02:05:26'),(33531,1,8988,'','2013-11-01 02:05:27'),(33532,2,8988,'','2013-11-01 02:05:27'),(33533,3,8988,'','2013-11-01 02:05:27'),(33534,4,8988,'','2013-11-01 02:05:27'),(33535,5,8988,'','2013-11-01 02:05:27'),(33536,6,8988,'','2013-11-01 02:05:27'),(33537,7,8988,'DAY','2013-11-01 02:05:27'),(33538,1,8989,'','2013-11-01 02:14:52'),(33539,2,8989,'','2013-11-01 02:14:52'),(33540,3,8989,'','2013-11-01 02:14:52'),(33541,4,8989,'OPD','2013-11-01 02:14:52'),(33542,5,8989,'','2013-11-01 02:14:52'),(33543,6,8989,'248','2013-11-01 02:14:52'),(33544,7,8989,'DAY','2013-11-01 02:14:52'),(33545,1,8991,'','2013-11-01 02:14:53'),(33546,2,8991,'','2013-11-01 02:14:53'),(33547,3,8991,'','2013-11-01 02:14:53'),(33548,4,8991,'','2013-11-01 02:14:53'),(33549,5,8991,'','2013-11-01 02:14:53'),(33550,6,8991,'','2013-11-01 02:14:53'),(33551,7,8991,'DAY','2013-11-01 02:14:53'),(33552,1,8994,'','2013-11-01 02:14:53'),(33553,2,8994,'','2013-11-01 02:14:53'),(33554,3,8994,'','2013-11-01 02:14:53'),(33555,4,8994,'','2013-11-01 02:14:53'),(33556,5,8994,'','2013-11-01 02:14:53'),(33557,6,8994,'','2013-11-01 02:14:53'),(33558,7,8994,'DAY','2013-11-01 02:14:53'),(33559,1,8995,'','2013-11-01 02:19:00'),(33560,2,8995,'590696','2013-11-01 02:19:00'),(33561,3,8995,'','2013-11-01 02:19:00'),(33562,4,8995,'OPD','2013-11-01 02:19:00'),(33563,5,8995,'','2013-11-01 02:19:00'),(33564,6,8995,'181','2013-11-01 02:19:00'),(33565,7,8995,'DAY','2013-11-01 02:19:00'),(33566,1,8997,'','2013-11-01 02:19:00'),(33567,2,8997,'','2013-11-01 02:19:00'),(33568,3,8997,'','2013-11-01 02:19:00'),(33569,4,8997,'','2013-11-01 02:19:00'),(33570,5,8997,'','2013-11-01 02:19:00'),(33571,6,8997,'','2013-11-01 02:19:00'),(33572,7,8997,'DAY','2013-11-01 02:19:00'),(33573,1,8998,'','2013-11-01 02:31:38'),(33574,2,8998,'590699','2013-11-01 02:31:38'),(33575,3,8998,'','2013-11-01 02:31:38'),(33576,4,8998,'SR ','2013-11-01 02:31:38'),(33577,5,8998,'','2013-11-01 02:31:38'),(33578,6,8998,'66','2013-11-01 02:31:38'),(33579,7,8998,'DAY','2013-11-01 02:31:38'),(33580,1,9000,'','2013-11-01 02:31:38'),(33581,2,9000,'','2013-11-01 02:31:38'),(33582,3,9000,'','2013-11-01 02:31:38'),(33583,4,9000,'','2013-11-01 02:31:38'),(33584,5,9000,'','2013-11-01 02:31:38'),(33585,6,9000,'','2013-11-01 02:31:38'),(33586,7,9000,'DAY','2013-11-01 02:31:38'),(33587,1,9003,'','2013-11-01 02:31:38'),(33588,2,9003,'','2013-11-01 02:31:38'),(33589,3,9003,'','2013-11-01 02:31:38'),(33590,4,9003,'','2013-11-01 02:31:38'),(33591,5,9003,'','2013-11-01 02:31:38'),(33592,6,9003,'','2013-11-01 02:31:38'),(33593,7,9003,'DAY','2013-11-01 02:31:38'),(33594,1,9004,'','2013-11-01 02:39:47'),(33595,2,9004,'','2013-11-01 02:39:47'),(33596,3,9004,'','2013-11-01 02:39:47'),(33597,4,9004,'OPD','2013-11-01 02:39:47'),(33598,5,9004,'','2013-11-01 02:39:47'),(33599,6,9004,'23.4','2013-11-01 02:39:47'),(33600,7,9004,'DAY','2013-11-01 02:39:47'),(33601,1,9005,'','2013-11-01 02:44:38'),(33602,2,9005,'','2013-11-01 02:44:38'),(33603,3,9005,'','2013-11-01 02:44:38'),(33604,4,9005,'OPD','2013-11-01 02:44:38'),(33605,5,9005,'','2013-11-01 02:44:38'),(33606,6,9005,'109.4','2013-11-01 02:44:38'),(33607,7,9005,'DAY','2013-11-01 02:44:38'),(33608,1,9007,'','2013-11-01 02:44:38'),(33609,2,9007,'','2013-11-01 02:44:38'),(33610,3,9007,'','2013-11-01 02:44:38'),(33611,4,9007,'','2013-11-01 02:44:38'),(33612,5,9007,'','2013-11-01 02:44:38'),(33613,6,9007,'','2013-11-01 02:44:38'),(33614,7,9007,'DAY','2013-11-01 02:44:38'),(33615,1,9010,'','2013-11-01 02:44:38'),(33616,2,9010,'','2013-11-01 02:44:38'),(33617,3,9010,'','2013-11-01 02:44:38'),(33618,4,9010,'','2013-11-01 02:44:38'),(33619,5,9010,'','2013-11-01 02:44:38'),(33620,6,9010,'','2013-11-01 02:44:38'),(33621,7,9010,'DAY','2013-11-01 02:44:38'),(33622,1,9014,'','2013-11-01 02:44:38'),(33623,2,9014,'','2013-11-01 02:44:38'),(33624,3,9014,'','2013-11-01 02:44:38'),(33625,4,9014,'','2013-11-01 02:44:38'),(33626,5,9014,'','2013-11-01 02:44:38'),(33627,6,9014,'','2013-11-01 02:44:38'),(33628,7,9014,'DAY','2013-11-01 02:44:38'),(33629,1,9015,'','2013-11-01 03:01:46'),(33630,2,9015,'','2013-11-01 03:01:46'),(33631,3,9015,'','2013-11-01 03:01:46'),(33632,4,9015,'','2013-11-01 03:01:46'),(33633,5,9015,'','2013-11-01 03:01:46'),(33634,6,9015,'','2013-11-01 03:01:46'),(33635,7,9015,'DAY','2013-11-01 03:01:46'),(33636,1,9016,'','2013-11-01 03:02:46'),(33637,2,9016,'','2013-11-01 03:02:46'),(33638,3,9016,'','2013-11-01 03:02:46'),(33639,4,9016,'OPD','2013-11-01 03:02:46'),(33640,5,9016,'','2013-11-01 03:02:46'),(33641,6,9016,'22','2013-11-01 03:02:46'),(33642,7,9016,'DAY','2013-11-01 03:02:46'),(33643,1,9017,'3578673','2013-11-01 03:05:23'),(33644,2,9017,'','2013-11-01 03:05:23'),(33645,3,9017,'','2013-11-01 03:05:23'),(33646,4,9017,'OPD','2013-11-01 03:05:23'),(33647,5,9017,'','2013-11-01 03:05:23'),(33648,6,9017,'60','2013-11-01 03:05:23'),(33649,7,9017,'DAY','2013-11-01 03:05:23'),(33650,1,9018,'','2013-11-01 03:12:58'),(33651,2,9018,'3578662','2013-11-01 03:12:58'),(33652,3,9018,'','2013-11-01 03:12:58'),(33653,4,9018,'OPD','2013-11-01 03:12:58'),(33654,5,9018,'','2013-11-01 03:12:58'),(33655,6,9018,'60','2013-11-01 03:12:58'),(33656,7,9018,'DAY','2013-11-01 03:12:58'),(33657,1,9019,'3578684','2013-11-01 03:28:25'),(33658,2,9019,'','2013-11-01 03:28:25'),(33659,3,9019,'','2013-11-01 03:28:25'),(33660,4,9019,'OPD','2013-11-01 03:28:25'),(33661,5,9019,'','2013-11-01 03:28:25'),(33662,6,9019,'40','2013-11-01 03:28:25'),(33663,7,9019,'DAY','2013-11-01 03:28:25'),(33664,1,9021,'','2013-11-01 03:28:25'),(33665,2,9021,'','2013-11-01 03:28:25'),(33666,3,9021,'','2013-11-01 03:28:25'),(33667,4,9021,'','2013-11-01 03:28:25'),(33668,5,9021,'','2013-11-01 03:28:25'),(33669,6,9021,'','2013-11-01 03:28:25'),(33670,7,9021,'DAY','2013-11-01 03:28:25'),(33671,1,9022,'','2013-11-01 03:33:29'),(33672,2,9022,'','2013-11-01 03:33:29'),(33673,3,9022,'','2013-11-01 03:33:29'),(33674,4,9022,'OPD','2013-11-01 03:33:29'),(33675,5,9022,'','2013-11-01 03:33:29'),(33676,6,9022,'181','2013-11-01 03:33:29'),(33677,7,9022,'DAY','2013-11-01 03:33:29'),(33678,1,9024,'','2013-11-01 03:33:30'),(33679,2,9024,'','2013-11-01 03:33:30'),(33680,3,9024,'','2013-11-01 03:33:30'),(33681,4,9024,'','2013-11-01 03:33:30'),(33682,5,9024,'','2013-11-01 03:33:30'),(33683,6,9024,'','2013-11-01 03:33:30'),(33684,7,9024,'DAY','2013-11-01 03:33:30'),(33685,1,9027,'','2013-11-01 03:33:30'),(33686,2,9027,'','2013-11-01 03:33:30'),(33687,3,9027,'','2013-11-01 03:33:30'),(33688,4,9027,'','2013-11-01 03:33:30'),(33689,5,9027,'','2013-11-01 03:33:30'),(33690,6,9027,'','2013-11-01 03:33:30'),(33691,7,9027,'DAY','2013-11-01 03:33:30'),(33692,1,9028,'','2013-11-01 03:46:42'),(33693,2,9028,'','2013-11-01 03:46:42'),(33694,3,9028,'','2013-11-01 03:46:42'),(33695,4,9028,'','2013-11-01 03:46:42'),(33696,5,9028,'','2013-11-01 03:46:42'),(33697,6,9028,'','2013-11-01 03:46:42'),(33698,7,9028,'DAY','2013-11-01 03:46:42'),(33699,1,9029,'','2013-11-01 03:57:32'),(33700,2,9029,'','2013-11-01 03:57:32'),(33701,3,9029,'','2013-11-01 03:57:32'),(33702,4,9029,'OPD','2013-11-01 03:57:32'),(33703,5,9029,'','2013-11-01 03:57:32'),(33704,6,9029,'66','2013-11-01 03:57:32'),(33705,7,9029,'DAY','2013-11-01 03:57:32'),(33706,1,9030,'3578715','2013-11-01 04:30:43'),(33707,2,9030,'','2013-11-01 04:30:43'),(33708,3,9030,'','2013-11-01 04:30:43'),(33709,4,9030,'WARD','2013-11-01 04:30:43'),(33710,5,9030,'214713','2013-11-01 04:30:43'),(33711,6,9030,'120','2013-11-01 04:30:43'),(33712,7,9030,'NIGHT','2013-11-01 04:30:43'),(33713,1,9032,'','2013-11-01 04:30:43'),(33714,2,9032,'','2013-11-01 04:30:43'),(33715,3,9032,'','2013-11-01 04:30:43'),(33716,4,9032,'','2013-11-01 04:30:43'),(33717,5,9032,'','2013-11-01 04:30:43'),(33718,6,9032,'','2013-11-01 04:30:43'),(33719,7,9032,'NIGHT','2013-11-01 04:30:43'),(33720,1,9033,'3578709','2013-11-01 04:50:34'),(33721,2,9033,'590723','2013-11-01 04:50:34'),(33722,3,9033,'','2013-11-01 04:50:34'),(33723,4,9033,'OPD','2013-11-01 04:50:34'),(33724,5,9033,'','2013-11-01 04:50:34'),(33725,6,9033,'75','2013-11-01 04:50:34'),(33726,7,9033,'NIGHT','2013-11-01 04:50:34'),(33727,1,9034,'3578731','2013-11-01 05:13:54'),(33728,2,9034,'590728','2013-11-01 05:13:54'),(33729,3,9034,'','2013-11-01 05:13:54'),(33730,4,9034,'OPD','2013-11-01 05:13:54'),(33731,5,9034,'','2013-11-01 05:13:54'),(33732,6,9034,'75','2013-11-01 05:13:54'),(33733,7,9034,'NIGHT','2013-11-01 05:13:54'),(33734,1,9035,'3578737','2013-11-01 05:49:12'),(33735,2,9035,'20131031-107','2013-11-01 05:49:12'),(33736,3,9035,'','2013-11-01 05:49:12'),(33737,4,9035,'OPD','2013-11-01 05:49:12'),(33738,5,9035,'','2013-11-01 05:49:12'),(33739,6,9035,'42','2013-11-01 05:49:12'),(33740,7,9035,'NIGHT','2013-11-01 05:49:12'),(33741,1,9037,'','2013-11-01 05:49:12'),(33742,2,9037,'','2013-11-01 05:49:12'),(33743,3,9037,'','2013-11-01 05:49:12'),(33744,4,9037,'','2013-11-01 05:49:12'),(33745,5,9037,'','2013-11-01 05:49:12'),(33746,6,9037,'','2013-11-01 05:49:12'),(33747,7,9037,'NIGHT','2013-11-01 05:49:12'),(33748,1,9038,'3578740','2013-11-01 05:52:53'),(33749,2,9038,'','2013-11-01 05:52:53'),(33750,3,9038,'','2013-11-01 05:52:53'),(33751,4,9038,'OPD','2013-11-01 05:52:53'),(33752,5,9038,'','2013-11-01 05:52:53'),(33753,6,9038,'112','2013-11-01 05:52:53'),(33754,7,9038,'NIGHT','2013-11-01 05:52:53'),(33755,1,9040,'','2013-11-01 05:52:53'),(33756,2,9040,'','2013-11-01 05:52:53'),(33757,3,9040,'','2013-11-01 05:52:53'),(33758,4,9040,'','2013-11-01 05:52:53'),(33759,5,9040,'','2013-11-01 05:52:53'),(33760,6,9040,'','2013-11-01 05:52:53'),(33761,7,9040,'NIGHT','2013-11-01 05:52:53'),(33762,1,9043,'','2013-11-01 05:52:54'),(33763,2,9043,'','2013-11-01 05:52:54'),(33764,3,9043,'','2013-11-01 05:52:54'),(33765,4,9043,'','2013-11-01 05:52:54'),(33766,5,9043,'','2013-11-01 05:52:54'),(33767,6,9043,'','2013-11-01 05:52:54'),(33768,7,9043,'NIGHT','2013-11-01 05:52:54'),(33769,1,9044,'3578751','2013-11-01 06:47:03'),(33770,2,9044,'','2013-11-01 06:47:03'),(33771,3,9044,'','2013-11-01 06:47:03'),(33772,4,9044,'OPD','2013-11-01 06:47:03'),(33773,5,9044,'','2013-11-01 06:47:03'),(33774,6,9044,'118','2013-11-01 06:47:03'),(33775,7,9044,'NIGHT','2013-11-01 06:47:03'),(33776,1,9046,'','2013-11-01 06:47:03'),(33777,2,9046,'','2013-11-01 06:47:03'),(33778,3,9046,'','2013-11-01 06:47:03'),(33779,4,9046,'','2013-11-01 06:47:03'),(33780,5,9046,'','2013-11-01 06:47:03'),(33781,6,9046,'','2013-11-01 06:47:03'),(33782,7,9046,'NIGHT','2013-11-01 06:47:03'),(33783,1,9049,'','2013-11-01 06:47:03'),(33784,2,9049,'','2013-11-01 06:47:03'),(33785,3,9049,'','2013-11-01 06:47:03'),(33786,4,9049,'','2013-11-01 06:47:03'),(33787,5,9049,'','2013-11-01 06:47:03'),(33788,6,9049,'','2013-11-01 06:47:03'),(33789,7,9049,'NIGHT','2013-11-01 06:47:03'),(33790,1,9050,'3578760','2013-11-01 06:34:04'),(33791,2,9050,'590742','2013-11-01 06:34:04'),(33792,3,9050,'','2013-11-01 06:34:04'),(33793,4,9050,'OPD','2013-11-01 06:34:04'),(33794,5,9050,'','2013-11-01 06:34:04'),(33795,6,9050,'47','2013-11-01 06:34:04'),(33796,7,9050,'NIGHT','2013-11-01 06:34:04'),(33797,1,9052,'','2013-11-01 06:34:05'),(33798,2,9052,'','2013-11-01 06:34:05'),(33799,3,9052,'','2013-11-01 06:34:05'),(33800,4,9052,'','2013-11-01 06:34:05'),(33801,5,9052,'','2013-11-01 06:34:05'),(33802,6,9052,'','2013-11-01 06:34:05'),(33803,7,9052,'NIGHT','2013-11-01 06:34:05'),(33804,1,9053,'3578741','2013-11-01 06:38:30'),(33805,2,9053,'','2013-11-01 06:38:30'),(33806,3,9053,'','2013-11-01 06:38:30'),(33807,4,9053,'OPD','2013-11-01 06:38:30'),(33808,5,9053,'','2013-11-01 06:38:30'),(33809,6,9053,'148','2013-11-01 06:38:30'),(33810,7,9053,'NIGHT','2013-11-01 06:38:30'),(33811,1,9055,'','2013-11-01 06:38:30'),(33812,2,9055,'','2013-11-01 06:38:30'),(33813,3,9055,'','2013-11-01 06:38:30'),(33814,4,9055,'','2013-11-01 06:38:30'),(33815,5,9055,'','2013-11-01 06:38:30'),(33816,6,9055,'','2013-11-01 06:38:30'),(33817,7,9055,'NIGHT','2013-11-01 06:38:30'),(33818,1,9056,'3578768','2013-11-01 06:56:07'),(33819,2,9056,'590746','2013-11-01 06:56:07'),(33820,3,9056,'','2013-11-01 06:56:07'),(33821,4,9056,'OPD','2013-11-01 06:56:07'),(33822,5,9056,'','2013-11-01 06:56:07'),(33823,6,9056,'287','2013-11-01 06:56:07'),(33824,7,9056,'NIGHT','2013-11-01 06:56:07'),(33825,1,9058,'','2013-11-01 06:56:07'),(33826,2,9058,'','2013-11-01 06:56:07'),(33827,3,9058,'','2013-11-01 06:56:07'),(33828,4,9058,'','2013-11-01 06:56:07'),(33829,5,9058,'','2013-11-01 06:56:07'),(33830,6,9058,'','2013-11-01 06:56:07'),(33831,7,9058,'NIGHT','2013-11-01 06:56:07'),(33832,1,9061,'','2013-11-01 06:56:07'),(33833,2,9061,'','2013-11-01 06:56:07'),(33834,3,9061,'','2013-11-01 06:56:07'),(33835,4,9061,'','2013-11-01 06:56:07'),(33836,5,9061,'','2013-11-01 06:56:07'),(33837,6,9061,'','2013-11-01 06:56:07'),(33838,7,9061,'NIGHT','2013-11-01 06:56:07'),(33839,1,9065,'','2013-11-01 06:56:08'),(33840,2,9065,'','2013-11-01 06:56:08'),(33841,3,9065,'','2013-11-01 06:56:08'),(33842,4,9065,'','2013-11-01 06:56:08'),(33843,5,9065,'','2013-11-01 06:56:08'),(33844,6,9065,'','2013-11-01 06:56:08'),(33845,7,9065,'NIGHT','2013-11-01 06:56:08'),(33846,1,9066,'3578776','2013-11-01 20:21:18'),(33847,2,9066,'','2013-11-01 20:21:18'),(33848,3,9066,'','2013-11-01 20:21:18'),(33849,4,9066,'OPD','2013-11-01 20:21:18'),(33850,5,9066,'','2013-11-01 20:21:18'),(33851,6,9066,'110','2013-11-01 20:21:18'),(33852,7,9066,'NIGHT','2013-11-01 20:21:18'),(33853,1,9068,'','2013-11-01 20:21:18'),(33854,2,9068,'','2013-11-01 20:21:18'),(33855,3,9068,'','2013-11-01 20:21:18'),(33856,4,9068,'','2013-11-01 20:21:18'),(33857,5,9068,'','2013-11-01 20:21:18'),(33858,6,9068,'','2013-11-01 20:21:18'),(33859,7,9068,'NIGHT','2013-11-01 20:21:18'),(33860,1,9071,'','2013-11-01 20:21:19'),(33861,2,9071,'','2013-11-01 20:21:19'),(33862,3,9071,'','2013-11-01 20:21:19'),(33863,4,9071,'','2013-11-01 20:21:19'),(33864,5,9071,'','2013-11-01 20:21:19'),(33865,6,9071,'','2013-11-01 20:21:19'),(33866,7,9071,'NIGHT','2013-11-01 20:21:19'),(33867,1,9072,'3578777','2013-11-01 20:26:12'),(33868,2,9072,'','2013-11-01 20:26:12'),(33869,3,9072,'','2013-11-01 20:26:12'),(33870,4,9072,'OPD','2013-11-01 20:26:12'),(33871,5,9072,'','2013-11-01 20:26:12'),(33872,6,9072,'62','2013-11-01 20:26:12'),(33873,7,9072,'NIGHT','2013-11-01 20:26:12'),(33874,1,9074,'','2013-11-01 20:26:12'),(33875,2,9074,'','2013-11-01 20:26:12'),(33876,3,9074,'','2013-11-01 20:26:12'),(33877,4,9074,'','2013-11-01 20:26:12'),(33878,5,9074,'','2013-11-01 20:26:12'),(33879,6,9074,'','2013-11-01 20:26:12'),(33880,7,9074,'NIGHT','2013-11-01 20:26:12'),(33881,1,9075,'3578784','2013-11-01 21:45:11'),(33882,2,9075,'590753','2013-11-01 21:45:11'),(33883,3,9075,'','2013-11-01 21:45:11'),(33884,4,9075,'OPD','2013-11-01 21:45:11'),(33885,5,9075,'','2013-11-01 21:45:11'),(33886,6,9075,'75','2013-11-01 21:45:11'),(33887,7,9075,'NIGHT','2013-11-01 21:45:11'),(33888,1,9076,'3578785','2013-11-01 21:58:31'),(33889,2,9076,'','2013-11-01 21:58:31'),(33890,3,9076,'','2013-11-01 21:58:31'),(33891,4,9076,'OPD','2013-11-01 21:58:31'),(33892,5,9076,'','2013-11-01 21:58:31'),(33893,6,9076,'94','2013-11-01 21:58:31'),(33894,7,9076,'NIGHT','2013-11-01 21:58:31'),(33895,1,9078,'','2013-11-01 21:58:31'),(33896,2,9078,'','2013-11-01 21:58:31'),(33897,3,9078,'','2013-11-01 21:58:31'),(33898,4,9078,'','2013-11-01 21:58:31'),(33899,5,9078,'','2013-11-01 21:58:31'),(33900,6,9078,'','2013-11-01 21:58:31'),(33901,7,9078,'NIGHT','2013-11-01 21:58:31'),(33902,1,9079,'3578789','2013-11-01 22:37:46'),(33903,2,9079,'590756','2013-11-01 22:37:46'),(33904,3,9079,'','2013-11-01 22:37:46'),(33905,4,9079,'OPD','2013-11-01 22:37:46'),(33906,5,9079,'','2013-11-01 22:37:46'),(33907,6,9079,'35','2013-11-01 22:37:46'),(33908,7,9079,'NIGHT','2013-11-01 22:37:46'),(33909,1,9080,'3578808','2013-11-02 00:39:06'),(33910,2,9080,'','2013-11-02 00:39:06'),(33911,3,9080,'','2013-11-02 00:39:06'),(33912,4,9080,'OPD','2013-11-02 00:39:06'),(33913,5,9080,'','2013-11-02 00:39:06'),(33914,6,9080,'37','2013-11-02 00:39:06'),(33915,7,9080,'NIGHT','2013-11-02 00:39:06'),(33916,1,9081,'3578810','2013-11-02 01:10:41'),(33917,2,9081,'','2013-11-02 01:10:41'),(33918,3,9081,'','2013-11-02 01:10:41'),(33919,4,9081,'OPD','2013-11-02 01:10:41'),(33920,5,9081,'','2013-11-02 01:10:41'),(33921,6,9081,'66','2013-11-02 01:10:41'),(33922,7,9081,'NIGHT','2013-11-02 01:10:41'),(33923,1,9082,'3578833','2013-11-02 03:30:36'),(33924,2,9082,'','2013-11-02 03:30:36'),(33925,3,9082,'','2013-11-02 03:30:36'),(33926,4,9082,'OPD','2013-11-02 03:30:36'),(33927,5,9082,'','2013-11-02 03:30:36'),(33928,6,9082,'112','2013-11-02 03:30:36'),(33929,7,9082,'NIGHT','2013-11-02 03:30:36'),(33930,1,9084,'','2013-11-02 03:30:36'),(33931,2,9084,'','2013-11-02 03:30:36'),(33932,3,9084,'','2013-11-02 03:30:36'),(33933,4,9084,'','2013-11-02 03:30:36'),(33934,5,9084,'','2013-11-02 03:30:36'),(33935,6,9084,'','2013-11-02 03:30:36'),(33936,7,9084,'NIGHT','2013-11-02 03:30:36'),(33937,1,9087,'','2013-11-02 03:30:36'),(33938,2,9087,'','2013-11-02 03:30:36'),(33939,3,9087,'','2013-11-02 03:30:36'),(33940,4,9087,'','2013-11-02 03:30:36'),(33941,5,9087,'','2013-11-02 03:30:36'),(33942,6,9087,'','2013-11-02 03:30:36'),(33943,7,9087,'NIGHT','2013-11-02 03:30:36'),(33944,1,9088,'3578838','2013-11-02 03:41:51'),(33945,2,9088,'590762','2013-11-02 03:41:51'),(33946,3,9088,'','2013-11-02 03:41:51'),(33947,4,9088,'OPD','2013-11-02 03:41:51'),(33948,5,9088,'','2013-11-02 03:41:51'),(33949,6,9088,'718','2013-11-02 03:41:51'),(33950,7,9088,'NIGHT','2013-11-02 03:41:51'),(33951,1,9089,'3578836','2013-11-02 03:44:12'),(33952,2,9089,'590761','2013-11-02 03:44:12'),(33953,3,9089,'','2013-11-02 03:44:12'),(33954,4,9089,'OPD','2013-11-02 03:44:12'),(33955,5,9089,'','2013-11-02 03:44:12'),(33956,6,9089,'23','2013-11-02 03:44:12'),(33957,7,9089,'NIGHT','2013-11-02 03:44:12'),(33958,1,9091,'','2013-11-02 03:44:13'),(33959,2,9091,'','2013-11-02 03:44:13'),(33960,3,9091,'','2013-11-02 03:44:13'),(33961,4,9091,'','2013-11-02 03:44:13'),(33962,5,9091,'','2013-11-02 03:44:13'),(33963,6,9091,'','2013-11-02 03:44:13'),(33964,7,9091,'NIGHT','2013-11-02 03:44:13'),(33965,1,9092,'3578847','2013-11-02 03:50:41'),(33966,2,9092,'','2013-11-02 03:50:41'),(33967,3,9092,'','2013-11-02 03:50:41'),(33968,4,9092,'OPD','2013-11-02 03:50:41'),(33969,5,9092,'','2013-11-02 03:50:41'),(33970,6,9092,'46','2013-11-02 03:50:41'),(33971,7,9092,'NIGHT','2013-11-02 03:50:41'),(33972,1,9094,'','2013-11-02 03:50:41'),(33973,2,9094,'','2013-11-02 03:50:41'),(33974,3,9094,'','2013-11-02 03:50:41'),(33975,4,9094,'','2013-11-02 03:50:41'),(33976,5,9094,'','2013-11-02 03:50:41'),(33977,6,9094,'','2013-11-02 03:50:41'),(33978,7,9094,'NIGHT','2013-11-02 03:50:41'),(33979,1,9095,'','2013-11-02 04:55:01'),(33980,2,9095,'','2013-11-02 04:55:01'),(33981,3,9095,'','2013-11-02 04:55:01'),(33982,4,9095,'OPD','2013-11-02 04:55:01'),(33983,5,9095,'','2013-11-02 04:55:01'),(33984,6,9095,'204','2013-11-02 04:55:01'),(33985,7,9095,'DAY','2013-11-02 04:55:01'),(33986,1,9097,'','2013-11-02 04:55:01'),(33987,2,9097,'','2013-11-02 04:55:01'),(33988,3,9097,'','2013-11-02 04:55:01'),(33989,4,9097,'','2013-11-02 04:55:01'),(33990,5,9097,'','2013-11-02 04:55:01'),(33991,6,9097,'','2013-11-02 04:55:01'),(33992,7,9097,'DAY','2013-11-02 04:55:01'),(33993,1,9100,'','2013-11-02 04:55:01'),(33994,2,9100,'','2013-11-02 04:55:01'),(33995,3,9100,'','2013-11-02 04:55:01'),(33996,4,9100,'','2013-11-02 04:55:01'),(33997,5,9100,'','2013-11-02 04:55:01'),(33998,6,9100,'','2013-11-02 04:55:01'),(33999,7,9100,'DAY','2013-11-02 04:55:01'),(34000,1,9101,'3578866','2013-11-02 05:06:47'),(34001,2,9101,'','2013-11-02 05:06:47'),(34002,3,9101,'','2013-11-02 05:06:47'),(34003,4,9101,'OPD','2013-11-02 05:06:47'),(34004,5,9101,'','2013-11-02 05:06:47'),(34005,6,9101,'112','2013-11-02 05:06:47'),(34006,7,9101,'DAY','2013-11-02 05:06:47'),(34007,1,9103,'','2013-11-02 05:06:47'),(34008,2,9103,'','2013-11-02 05:06:47'),(34009,3,9103,'','2013-11-02 05:06:47'),(34010,4,9103,'','2013-11-02 05:06:47'),(34011,5,9103,'','2013-11-02 05:06:47'),(34012,6,9103,'','2013-11-02 05:06:47'),(34013,7,9103,'DAY','2013-11-02 05:06:47'),(34014,1,9106,'','2013-11-02 05:06:47'),(34015,2,9106,'','2013-11-02 05:06:47'),(34016,3,9106,'','2013-11-02 05:06:47'),(34017,4,9106,'','2013-11-02 05:06:47'),(34018,5,9106,'','2013-11-02 05:06:47'),(34019,6,9106,'','2013-11-02 05:06:47'),(34020,7,9106,'DAY','2013-11-02 05:06:47'),(34021,1,9107,'3578869','2013-11-02 05:11:11'),(34022,2,9107,'','2013-11-02 05:11:11'),(34023,3,9107,'','2013-11-02 05:11:11'),(34024,4,9107,'OPD','2013-11-02 05:11:11'),(34025,5,9107,'','2013-11-02 05:11:11'),(34026,6,9107,'106.3','2013-11-02 05:11:11'),(34027,7,9107,'DAY','2013-11-02 05:11:11'),(34028,1,9109,'','2013-11-02 05:11:11'),(34029,2,9109,'','2013-11-02 05:11:11'),(34030,3,9109,'','2013-11-02 05:11:11'),(34031,4,9109,'','2013-11-02 05:11:11'),(34032,5,9109,'','2013-11-02 05:11:11'),(34033,6,9109,'','2013-11-02 05:11:11'),(34034,7,9109,'DAY','2013-11-02 05:11:11'),(34035,1,9110,'3515250','2013-11-02 05:24:00'),(34036,2,9110,'','2013-11-02 05:24:00'),(34037,3,9110,'','2013-11-02 05:24:00'),(34038,4,9110,'OPD','2013-11-02 05:24:00'),(34039,5,9110,'','2013-11-02 05:24:00'),(34040,6,9110,'42','2013-11-02 05:24:00'),(34041,7,9110,'DAY','2013-11-02 05:24:00'),(34042,1,9111,'','2013-11-02 05:37:43'),(34043,2,9111,'590757','2013-11-02 05:37:43'),(34044,3,9111,'','2013-11-02 05:37:43'),(34045,4,9111,'','2013-11-02 05:37:43'),(34046,5,9111,'','2013-11-02 05:37:43'),(34047,6,9111,'223','2013-11-02 05:37:43'),(34048,7,9111,'DAY','2013-11-02 05:37:43'),(34049,1,9113,'','2013-11-02 05:37:43'),(34050,2,9113,'','2013-11-02 05:37:43'),(34051,3,9113,'','2013-11-02 05:37:43'),(34052,4,9113,'','2013-11-02 05:37:43'),(34053,5,9113,'','2013-11-02 05:37:43'),(34054,6,9113,'','2013-11-02 05:37:43'),(34055,7,9113,'DAY','2013-11-02 05:37:43'),(34056,1,9114,'','2013-11-02 05:58:21'),(34057,2,9114,'','2013-11-02 05:58:21'),(34058,3,9114,'','2013-11-02 05:58:21'),(34059,4,9114,'OPD','2013-11-02 05:58:21'),(34060,5,9114,'','2013-11-02 05:58:21'),(34061,6,9114,'66','2013-11-02 05:58:21'),(34062,7,9114,'DAY','2013-11-02 05:58:21'),(34063,1,9115,'','2013-11-02 06:01:38'),(34064,2,9115,'','2013-11-02 06:01:38'),(34065,3,9115,'','2013-11-02 06:01:38'),(34066,4,9115,'3578888','2013-11-02 06:01:38'),(34067,5,9115,'','2013-11-02 06:01:38'),(34068,6,9115,'61','2013-11-02 06:01:38'),(34069,7,9115,'DAY','2013-11-02 06:01:38'),(34070,1,9116,'','2013-11-02 06:08:35'),(34071,2,9116,'','2013-11-02 06:08:35'),(34072,3,9116,'','2013-11-02 06:08:35'),(34073,4,9116,'','2013-11-02 06:08:35'),(34074,5,9116,'','2013-11-02 06:08:35'),(34075,6,9116,'','2013-11-02 06:08:35'),(34076,7,9116,'DAY','2013-11-02 06:08:35'),(34077,1,9117,'','2013-11-02 06:09:30'),(34078,2,9117,'590657','2013-11-02 06:09:30'),(34079,3,9117,'','2013-11-02 06:09:30'),(34080,4,9117,'','2013-11-02 06:09:30'),(34081,5,9117,'','2013-11-02 06:09:30'),(34082,6,9117,'360','2013-11-02 06:09:30'),(34083,7,9117,'DAY','2013-11-02 06:09:30'),(34084,1,9119,'','2013-11-02 06:09:30'),(34085,2,9119,'','2013-11-02 06:09:30'),(34086,3,9119,'','2013-11-02 06:09:30'),(34087,4,9119,'','2013-11-02 06:09:30'),(34088,5,9119,'','2013-11-02 06:09:30'),(34089,6,9119,'','2013-11-02 06:09:30'),(34090,7,9119,'DAY','2013-11-02 06:09:30'),(34091,1,9122,'','2013-11-02 06:09:30'),(34092,2,9122,'','2013-11-02 06:09:30'),(34093,3,9122,'','2013-11-02 06:09:30'),(34094,4,9122,'','2013-11-02 06:09:30'),(34095,5,9122,'','2013-11-02 06:09:30'),(34096,6,9122,'','2013-11-02 06:09:30'),(34097,7,9122,'DAY','2013-11-02 06:09:30'),(34098,1,9123,'','2013-11-02 06:12:07'),(34099,2,9123,'590656','2013-11-02 06:12:07'),(34100,3,9123,'','2013-11-02 06:12:07'),(34101,4,9123,'OPD','2013-11-02 06:12:07'),(34102,5,9123,'','2013-11-02 06:12:07'),(34103,6,9123,'360','2013-11-02 06:12:07'),(34104,7,9123,'DAY','2013-11-02 06:12:07'),(34105,1,9125,'','2013-11-02 06:12:08'),(34106,2,9125,'','2013-11-02 06:12:08'),(34107,3,9125,'','2013-11-02 06:12:08'),(34108,4,9125,'','2013-11-02 06:12:08'),(34109,5,9125,'','2013-11-02 06:12:08'),(34110,6,9125,'','2013-11-02 06:12:08'),(34111,7,9125,'DAY','2013-11-02 06:12:08'),(34112,1,9128,'','2013-11-02 06:12:08'),(34113,2,9128,'','2013-11-02 06:12:08'),(34114,3,9128,'','2013-11-02 06:12:08'),(34115,4,9128,'','2013-11-02 06:12:08'),(34116,5,9128,'','2013-11-02 06:12:08'),(34117,6,9128,'','2013-11-02 06:12:08'),(34118,7,9128,'DAY','2013-11-02 06:12:08'),(34119,1,9129,'','2013-11-02 06:27:26'),(34120,2,9129,'','2013-11-02 06:27:26'),(34121,3,9129,'','2013-11-02 06:27:26'),(34122,4,9129,'OPD','2013-11-02 06:27:26'),(34123,5,9129,'','2013-11-02 06:27:26'),(34124,6,9129,'25','2013-11-02 06:27:26'),(34125,7,9129,'DAY','2013-11-02 06:27:26'),(34126,1,9131,'','2013-11-02 06:27:26'),(34127,2,9131,'','2013-11-02 06:27:26'),(34128,3,9131,'','2013-11-02 06:27:26'),(34129,4,9131,'','2013-11-02 06:27:26'),(34130,5,9131,'','2013-11-02 06:27:26'),(34131,6,9131,'','2013-11-02 06:27:26'),(34132,7,9131,'DAY','2013-11-02 06:27:26'),(34133,1,9132,'','2013-11-02 06:29:52'),(34134,2,9132,'','2013-11-02 06:29:52'),(34135,3,9132,'','2013-11-02 06:29:52'),(34136,4,9132,'OPD','2013-11-02 06:29:52'),(34137,5,9132,'','2013-11-02 06:29:52'),(34138,6,9132,'149','2013-11-02 06:29:52'),(34139,7,9132,'DAY','2013-11-02 06:29:52'),(34140,1,9134,'','2013-11-02 06:29:52'),(34141,2,9134,'','2013-11-02 06:29:52'),(34142,3,9134,'','2013-11-02 06:29:52'),(34143,4,9134,'','2013-11-02 06:29:52'),(34144,5,9134,'','2013-11-02 06:29:52'),(34145,6,9134,'','2013-11-02 06:29:52'),(34146,7,9134,'DAY','2013-11-02 06:29:52'),(34147,1,9135,'','2013-11-02 06:34:22'),(34148,2,9135,'590777','2013-11-02 06:34:22'),(34149,3,9135,'','2013-11-02 06:34:22'),(34150,4,9135,'OPD','2013-11-02 06:34:22'),(34151,5,9135,'','2013-11-02 06:34:22'),(34152,6,9135,'100','2013-11-02 06:34:22'),(34153,7,9135,'DAY','2013-11-02 06:34:22'),(34154,1,9136,'','2013-11-02 06:47:45'),(34155,2,9136,'','2013-11-02 06:47:45'),(34156,3,9136,'','2013-11-02 06:47:45'),(34157,4,9136,'','2013-11-02 06:47:45'),(34158,5,9136,'','2013-11-02 06:47:45'),(34159,6,9136,'','2013-11-02 06:47:45'),(34160,7,9136,'DAY','2013-11-02 06:47:45'),(34161,1,9137,'3578922','2013-11-02 06:56:46'),(34162,2,9137,'590779','2013-11-02 06:56:46'),(34163,3,9137,'','2013-11-02 06:56:46'),(34164,4,9137,'','2013-11-02 06:56:46'),(34165,5,9137,'','2013-11-02 06:56:46'),(34166,6,9137,'55','2013-11-02 06:56:46'),(34167,7,9137,'DAY','2013-11-02 06:56:46'),(34168,1,9138,'','2013-11-01 19:14:02'),(34169,2,9138,'590781','2013-11-01 19:14:02'),(34170,3,9138,'','2013-11-01 19:14:02'),(34171,4,9138,'','2013-11-01 19:14:02'),(34172,5,9138,'','2013-11-01 19:14:03'),(34173,6,9138,'','2013-11-01 19:14:03'),(34174,7,9138,'DAY','2013-11-01 19:14:03'),(34175,1,9140,'','2013-11-01 19:14:03'),(34176,2,9140,'','2013-11-01 19:14:03'),(34177,3,9140,'','2013-11-01 19:14:03'),(34178,4,9140,'','2013-11-01 19:14:03'),(34179,5,9140,'','2013-11-01 19:14:03'),(34180,6,9140,'','2013-11-01 19:14:03'),(34181,7,9140,'DAY','2013-11-01 19:14:03'),(34182,1,9141,'3578928','2013-11-01 19:16:31'),(34183,2,9141,'','2013-11-01 19:16:31'),(34184,3,9141,'','2013-11-01 19:16:31'),(34185,4,9141,'','2013-11-01 19:16:31'),(34186,5,9141,'','2013-11-01 19:16:31'),(34187,6,9141,'216','2013-11-01 19:16:31'),(34188,7,9141,'DAY','2013-11-01 19:16:31'),(34189,1,9143,'','2013-11-01 19:16:31'),(34190,2,9143,'','2013-11-01 19:16:31'),(34191,3,9143,'','2013-11-01 19:16:31'),(34192,4,9143,'','2013-11-01 19:16:31'),(34193,5,9143,'','2013-11-01 19:16:31'),(34194,6,9143,'','2013-11-01 19:16:31'),(34195,7,9143,'DAY','2013-11-01 19:16:31'),(34196,1,9146,'','2013-11-01 19:16:32'),(34197,2,9146,'','2013-11-01 19:16:32'),(34198,3,9146,'','2013-11-01 19:16:32'),(34199,4,9146,'','2013-11-01 19:16:32'),(34200,5,9146,'','2013-11-01 19:16:32'),(34201,6,9146,'','2013-11-01 19:16:32'),(34202,7,9146,'DAY','2013-11-01 19:16:32'),(34203,1,9150,'','2013-11-01 19:16:32'),(34204,2,9150,'','2013-11-01 19:16:32'),(34205,3,9150,'','2013-11-01 19:16:32'),(34206,4,9150,'','2013-11-01 19:16:32'),(34207,5,9150,'','2013-11-01 19:16:32'),(34208,6,9150,'','2013-11-01 19:16:32'),(34209,7,9150,'DAY','2013-11-01 19:16:32'),(34210,1,9151,'','2013-11-01 19:16:54'),(34211,2,9151,'','2013-11-01 19:16:54'),(34212,3,9151,'','2013-11-01 19:16:54'),(34213,4,9151,'','2013-11-01 19:16:54'),(34214,5,9151,'','2013-11-01 19:16:54'),(34215,6,9151,'','2013-11-01 19:16:54'),(34216,7,9151,'DAY','2013-11-01 19:16:54'),(34217,1,9152,'','2013-11-01 19:17:00'),(34218,2,9152,'','2013-11-01 19:17:00'),(34219,3,9152,'','2013-11-01 19:17:00'),(34220,4,9152,'OPD','2013-11-01 19:17:00'),(34221,5,9152,'','2013-11-01 19:17:00'),(34222,6,9152,'','2013-11-01 19:17:00'),(34223,7,9152,'DAY','2013-11-01 19:17:00'),(34224,1,9153,'','2013-11-01 19:37:27'),(34225,2,9153,'590795','2013-11-01 19:37:27'),(34226,3,9153,'','2013-11-01 19:37:27'),(34227,4,9153,'OPD','2013-11-01 19:37:27'),(34228,5,9153,'','2013-11-01 19:37:27'),(34229,6,9153,'20','2013-11-01 19:37:27'),(34230,7,9153,'DAY','2013-11-01 19:37:27'),(34231,1,9154,'','2013-11-01 19:42:22'),(34232,2,9154,'590786','2013-11-01 19:42:22'),(34233,3,9154,'','2013-11-01 19:42:22'),(34234,4,9154,'','2013-11-01 19:42:22'),(34235,5,9154,'','2013-11-01 19:42:22'),(34236,6,9154,'','2013-11-01 19:42:22'),(34237,7,9154,'DAY','2013-11-01 19:42:22'),(34238,1,9156,'','2013-11-01 19:42:23'),(34239,2,9156,'','2013-11-01 19:42:23'),(34240,3,9156,'','2013-11-01 19:42:23'),(34241,4,9156,'','2013-11-01 19:42:23'),(34242,5,9156,'','2013-11-01 19:42:23'),(34243,6,9156,'','2013-11-01 19:42:23'),(34244,7,9156,'DAY','2013-11-01 19:42:23'),(34245,1,9157,'','2013-11-01 19:45:50'),(34246,2,9157,'590786','2013-11-01 19:45:50'),(34247,3,9157,'','2013-11-01 19:45:50'),(34248,4,9157,'','2013-11-01 19:45:50'),(34249,5,9157,'','2013-11-01 19:45:50'),(34250,6,9157,'68','2013-11-01 19:45:50'),(34251,7,9157,'DAY','2013-11-01 19:45:50'),(34252,1,9159,'','2013-11-01 19:45:50'),(34253,2,9159,'','2013-11-01 19:45:50'),(34254,3,9159,'','2013-11-01 19:45:50'),(34255,4,9159,'','2013-11-01 19:45:50'),(34256,5,9159,'','2013-11-01 19:45:50'),(34257,6,9159,'','2013-11-01 19:45:50'),(34258,7,9159,'DAY','2013-11-01 19:45:50'),(34259,1,9160,'','2013-11-01 19:49:38'),(34260,2,9160,'','2013-11-01 19:49:38'),(34261,3,9160,'','2013-11-01 19:49:38'),(34262,4,9160,'','2013-11-01 19:49:38'),(34263,5,9160,'','2013-11-01 19:49:38'),(34264,6,9160,'87','2013-11-01 19:49:38'),(34265,7,9160,'DAY','2013-11-01 19:49:38'),(34266,1,9162,'','2013-11-01 19:49:38'),(34267,2,9162,'','2013-11-01 19:49:38'),(34268,3,9162,'','2013-11-01 19:49:38'),(34269,4,9162,'','2013-11-01 19:49:38'),(34270,5,9162,'','2013-11-01 19:49:38'),(34271,6,9162,'','2013-11-01 19:49:38'),(34272,7,9162,'DAY','2013-11-01 19:49:38'),(34273,1,9163,'','2013-11-01 19:52:12'),(34274,2,9163,'','2013-11-01 19:52:12'),(34275,3,9163,'','2013-11-01 19:52:12'),(34276,4,9163,'','2013-11-01 19:52:12'),(34277,5,9163,'','2013-11-01 19:52:12'),(34278,6,9163,'37','2013-11-01 19:52:12'),(34279,7,9163,'DAY','2013-11-01 19:52:12'),(34280,1,9164,'','2013-11-01 20:00:35'),(34281,2,9164,'','2013-11-01 20:00:35'),(34282,3,9164,'','2013-11-01 20:00:35'),(34283,4,9164,'OPD','2013-11-01 20:00:35'),(34284,5,9164,'','2013-11-01 20:00:35'),(34285,6,9164,'83','2013-11-01 20:00:35'),(34286,7,9164,'DAY','2013-11-01 20:00:35'),(34287,1,9166,'','2013-11-01 20:00:35'),(34288,2,9166,'','2013-11-01 20:00:35'),(34289,3,9166,'','2013-11-01 20:00:35'),(34290,4,9166,'','2013-11-01 20:00:35'),(34291,5,9166,'','2013-11-01 20:00:35'),(34292,6,9166,'','2013-11-01 20:00:35'),(34293,7,9166,'DAY','2013-11-01 20:00:35'),(34294,1,9167,'','2013-11-01 20:03:29'),(34295,2,9167,'','2013-11-01 20:03:29'),(34296,3,9167,'','2013-11-01 20:03:29'),(34297,4,9167,'OPD','2013-11-01 20:03:29'),(34298,5,9167,'','2013-11-01 20:03:29'),(34299,6,9167,'104','2013-11-01 20:03:29'),(34300,7,9167,'DAY','2013-11-01 20:03:29'),(34301,1,9168,'','2013-11-01 20:05:39'),(34302,2,9168,'590797','2013-11-01 20:05:39'),(34303,3,9168,'','2013-11-01 20:05:39'),(34304,4,9168,'OPD','2013-11-01 20:05:39'),(34305,5,9168,'','2013-11-01 20:05:39'),(34306,6,9168,'125','2013-11-01 20:05:39'),(34307,7,9168,'DAY','2013-11-01 20:05:39'),(34308,1,9170,'','2013-11-01 20:05:40'),(34309,2,9170,'','2013-11-01 20:05:40'),(34310,3,9170,'','2013-11-01 20:05:40'),(34311,4,9170,'','2013-11-01 20:05:40'),(34312,5,9170,'','2013-11-01 20:05:40'),(34313,6,9170,'','2013-11-01 20:05:40'),(34314,7,9170,'DAY','2013-11-01 20:05:40'),(34315,1,9171,'','2013-11-01 20:13:25'),(34316,2,9171,'','2013-11-01 20:13:25'),(34317,3,9171,'','2013-11-01 20:13:25'),(34318,4,9171,'OPD','2013-11-01 20:13:25'),(34319,5,9171,'','2013-11-01 20:13:25'),(34320,6,9171,'103','2013-11-01 20:13:25'),(34321,7,9171,'DAY','2013-11-01 20:13:25'),(34322,1,9173,'','2013-11-01 20:13:25'),(34323,2,9173,'','2013-11-01 20:13:25'),(34324,3,9173,'','2013-11-01 20:13:25'),(34325,4,9173,'','2013-11-01 20:13:25'),(34326,5,9173,'','2013-11-01 20:13:25'),(34327,6,9173,'','2013-11-01 20:13:25'),(34328,7,9173,'DAY','2013-11-01 20:13:25'),(34329,1,9174,'','2013-11-01 20:14:40'),(34330,2,9174,'','2013-11-01 20:14:40'),(34331,3,9174,'','2013-11-01 20:14:40'),(34332,4,9174,'','2013-11-01 20:14:40'),(34333,5,9174,'','2013-11-01 20:14:40'),(34334,6,9174,'','2013-11-01 20:14:40'),(34335,7,9174,'DAY','2013-11-01 20:14:40'),(34336,1,9175,'','2013-11-01 20:21:00'),(34337,2,9175,'590811','2013-11-01 20:21:00'),(34338,3,9175,'','2013-11-01 20:21:00'),(34339,4,9175,'OPD','2013-11-01 20:21:00'),(34340,5,9175,'','2013-11-01 20:21:00'),(34341,6,9175,'20','2013-11-01 20:21:00'),(34342,7,9175,'DAY','2013-11-01 20:21:00'),(34343,1,9176,'','2013-11-01 20:24:27'),(34344,2,9176,'','2013-11-01 20:24:27'),(34345,3,9176,'','2013-11-01 20:24:27'),(34346,4,9176,'OPD','2013-11-01 20:24:27'),(34347,5,9176,'','2013-11-01 20:24:27'),(34348,6,9176,'62','2013-11-01 20:24:27'),(34349,7,9176,'DAY','2013-11-01 20:24:27'),(34350,1,9178,'','2013-11-01 20:24:27'),(34351,2,9178,'','2013-11-01 20:24:27'),(34352,3,9178,'','2013-11-01 20:24:27'),(34353,4,9178,'','2013-11-01 20:24:27'),(34354,5,9178,'','2013-11-01 20:24:27'),(34355,6,9178,'','2013-11-01 20:24:27'),(34356,7,9178,'DAY','2013-11-01 20:24:27'),(34357,1,9179,'','2013-11-01 20:30:34'),(34358,2,9179,'','2013-11-01 20:30:34'),(34359,3,9179,'','2013-11-01 20:30:34'),(34360,4,9179,'','2013-11-01 20:30:34'),(34361,5,9179,'','2013-11-01 20:30:34'),(34362,6,9179,'','2013-11-01 20:30:34'),(34363,7,9179,'DAY','2013-11-01 20:30:34'),(34364,1,9180,'','2013-11-01 20:44:34'),(34365,2,9180,'0001024','2013-11-01 20:44:34'),(34366,3,9180,'','2013-11-01 20:44:34'),(34367,4,9180,'OPD','2013-11-01 20:44:34'),(34368,5,9180,'','2013-11-01 20:44:34'),(34369,6,9180,'179','2013-11-01 20:44:34'),(34370,7,9180,'DAY','2013-11-01 20:44:34'),(34371,1,9182,'','2013-11-01 20:44:34'),(34372,2,9182,'','2013-11-01 20:44:34'),(34373,3,9182,'','2013-11-01 20:44:34'),(34374,4,9182,'','2013-11-01 20:44:34'),(34375,5,9182,'','2013-11-01 20:44:34'),(34376,6,9182,'','2013-11-01 20:44:34'),(34377,7,9182,'DAY','2013-11-01 20:44:34'),(34378,1,9185,'','2013-11-01 20:44:35'),(34379,2,9185,'','2013-11-01 20:44:35'),(34380,3,9185,'','2013-11-01 20:44:35'),(34381,4,9185,'','2013-11-01 20:44:35'),(34382,5,9185,'','2013-11-01 20:44:35'),(34383,6,9185,'','2013-11-01 20:44:35'),(34384,7,9185,'DAY','2013-11-01 20:44:35'),(34385,1,9189,'','2013-11-01 20:44:35'),(34386,2,9189,'','2013-11-01 20:44:35'),(34387,3,9189,'','2013-11-01 20:44:35'),(34388,4,9189,'','2013-11-01 20:44:35'),(34389,5,9189,'','2013-11-01 20:44:35'),(34390,6,9189,'','2013-11-01 20:44:35'),(34391,7,9189,'DAY','2013-11-01 20:44:35'),(34392,1,9190,'','2013-11-01 20:47:20'),(34393,2,9190,'','2013-11-01 20:47:20'),(34394,3,9190,'','2013-11-01 20:47:20'),(34395,4,9190,'OPD','2013-11-01 20:47:20'),(34396,5,9190,'','2013-11-01 20:47:20'),(34397,6,9190,'','2013-11-01 20:47:20'),(34398,7,9190,'DAY','2013-11-01 20:47:20'),(34399,1,9191,'','2013-11-01 20:49:34'),(34400,2,9191,'','2013-11-01 20:49:34'),(34401,3,9191,'','2013-11-01 20:49:34'),(34402,4,9191,'','2013-11-01 20:49:34'),(34403,5,9191,'21254','2013-11-01 20:49:34'),(34404,6,9191,'13','2013-11-01 20:49:34'),(34405,7,9191,'DAY','2013-11-01 20:49:34'),(34406,1,9192,'','2013-11-01 20:52:22'),(34407,2,9192,'','2013-11-01 20:52:22'),(34408,3,9192,'','2013-11-01 20:52:22'),(34409,4,9192,'OPD','2013-11-01 20:52:22'),(34410,5,9192,'','2013-11-01 20:52:22'),(34411,6,9192,'','2013-11-01 20:52:22'),(34412,7,9192,'DAY','2013-11-01 20:52:22'),(34413,1,9194,'','2013-11-01 20:52:23'),(34414,2,9194,'','2013-11-01 20:52:23'),(34415,3,9194,'','2013-11-01 20:52:23'),(34416,4,9194,'','2013-11-01 20:52:23'),(34417,5,9194,'','2013-11-01 20:52:23'),(34418,6,9194,'','2013-11-01 20:52:23'),(34419,7,9194,'DAY','2013-11-01 20:52:23'),(34420,1,9195,'','2013-11-01 20:53:29'),(34421,2,9195,'','2013-11-01 20:53:29'),(34422,3,9195,'','2013-11-01 20:53:29'),(34423,4,9195,'OPD','2013-11-01 20:53:29'),(34424,5,9195,'','2013-11-01 20:53:29'),(34425,6,9195,'13','2013-11-01 20:53:29'),(34426,7,9195,'DAY','2013-11-01 20:53:29'),(34427,1,9196,'','2013-11-01 20:56:27'),(34428,2,9196,'','2013-11-01 20:56:27'),(34429,3,9196,'','2013-11-01 20:56:27'),(34430,4,9196,'OPD','2013-11-01 20:56:27'),(34431,5,9196,'','2013-11-01 20:56:27'),(34432,6,9196,'','2013-11-01 20:56:27'),(34433,7,9196,'DAY','2013-11-01 20:56:27'),(34434,1,9198,'','2013-11-01 20:56:27'),(34435,2,9198,'','2013-11-01 20:56:27'),(34436,3,9198,'','2013-11-01 20:56:27'),(34437,4,9198,'','2013-11-01 20:56:27'),(34438,5,9198,'','2013-11-01 20:56:27'),(34439,6,9198,'','2013-11-01 20:56:27'),(34440,7,9198,'DAY','2013-11-01 20:56:27'),(34441,1,9199,'','2013-11-01 21:18:48'),(34442,2,9199,'','2013-11-01 21:18:48'),(34443,3,9199,'','2013-11-01 21:18:48'),(34444,4,9199,'OPD','2013-11-01 21:18:48'),(34445,5,9199,'','2013-11-01 21:18:48'),(34446,6,9199,'','2013-11-01 21:18:48'),(34447,7,9199,'DAY','2013-11-01 21:18:48'),(34448,1,9201,'','2013-11-01 21:18:49'),(34449,2,9201,'','2013-11-01 21:18:49'),(34450,3,9201,'','2013-11-01 21:18:49'),(34451,4,9201,'','2013-11-01 21:18:49'),(34452,5,9201,'','2013-11-01 21:18:49'),(34453,6,9201,'','2013-11-01 21:18:49'),(34454,7,9201,'DAY','2013-11-01 21:18:49'),(34455,1,9202,'','2013-11-01 21:26:18'),(34456,2,9202,'','2013-11-01 21:26:18'),(34457,3,9202,'','2013-11-01 21:26:18'),(34458,4,9202,'','2013-11-01 21:26:18'),(34459,5,9202,'','2013-11-01 21:26:18'),(34460,6,9202,'','2013-11-01 21:26:18'),(34461,7,9202,'DAY','2013-11-01 21:26:18'),(34462,1,9203,'','2013-11-01 21:28:36'),(34463,2,9203,'','2013-11-01 21:28:36'),(34464,3,9203,'','2013-11-01 21:28:36'),(34465,4,9203,'','2013-11-01 21:28:36'),(34466,5,9203,'214733','2013-11-01 21:28:36'),(34467,6,9203,'37','2013-11-01 21:28:36'),(34468,7,9203,'DAY','2013-11-01 21:28:36'),(34469,1,9204,'','2013-11-01 21:30:09'),(34470,2,9204,'','2013-11-01 21:30:09'),(34471,3,9204,'','2013-11-01 21:30:09'),(34472,4,9204,'','2013-11-01 21:30:09'),(34473,5,9204,'','2013-11-01 21:30:09'),(34474,6,9204,'','2013-11-01 21:30:09'),(34475,7,9204,'DAY','2013-11-01 21:30:09'),(34476,1,9205,'3579067','2013-11-01 21:32:30'),(34477,2,9205,'','2013-11-01 21:32:30'),(34478,3,9205,'','2013-11-01 21:32:30'),(34479,4,9205,'OPD','2013-11-01 21:32:30'),(34480,5,9205,'','2013-11-01 21:32:30'),(34481,6,9205,'46','2013-11-01 21:32:30'),(34482,7,9205,'DAY','2013-11-01 21:32:30'),(34483,1,9207,'','2013-11-01 21:32:31'),(34484,2,9207,'','2013-11-01 21:32:31'),(34485,3,9207,'','2013-11-01 21:32:31'),(34486,4,9207,'','2013-11-01 21:32:31'),(34487,5,9207,'','2013-11-01 21:32:31'),(34488,6,9207,'','2013-11-01 21:32:31'),(34489,7,9207,'DAY','2013-11-01 21:32:31'),(34490,1,9208,'','2013-11-01 21:43:57'),(34491,2,9208,'','2013-11-01 21:43:57'),(34492,3,9208,'','2013-11-01 21:43:57'),(34493,4,9208,'OPD','2013-11-01 21:43:57'),(34494,5,9208,'','2013-11-01 21:43:57'),(34495,6,9208,'50','2013-11-01 21:43:57'),(34496,7,9208,'DAY','2013-11-01 21:43:57'),(34497,1,9210,'','2013-11-01 21:43:57'),(34498,2,9210,'','2013-11-01 21:43:57'),(34499,3,9210,'','2013-11-01 21:43:57'),(34500,4,9210,'','2013-11-01 21:43:57'),(34501,5,9210,'','2013-11-01 21:43:57'),(34502,6,9210,'','2013-11-01 21:43:57'),(34503,7,9210,'DAY','2013-11-01 21:43:57'),(34504,1,9211,'','2013-11-01 21:46:04'),(34505,2,9211,'','2013-11-01 21:46:04'),(34506,3,9211,'','2013-11-01 21:46:04'),(34507,4,9211,'OPD','2013-11-01 21:46:04'),(34508,5,9211,'','2013-11-01 21:46:04'),(34509,6,9211,'50','2013-11-01 21:46:04'),(34510,7,9211,'DAY','2013-11-01 21:46:04'),(34511,1,9213,'','2013-11-01 21:46:04'),(34512,2,9213,'','2013-11-01 21:46:04'),(34513,3,9213,'','2013-11-01 21:46:04'),(34514,4,9213,'','2013-11-01 21:46:04'),(34515,5,9213,'','2013-11-01 21:46:04'),(34516,6,9213,'','2013-11-01 21:46:04'),(34517,7,9213,'DAY','2013-11-01 21:46:04'),(34518,1,9214,'','2013-11-01 22:03:52'),(34519,2,9214,'','2013-11-01 22:03:52'),(34520,3,9214,'','2013-11-01 22:03:52'),(34521,4,9214,'','2013-11-01 22:03:52'),(34522,5,9214,'','2013-11-01 22:03:52'),(34523,6,9214,'','2013-11-01 22:03:52'),(34524,7,9214,'DAY','2013-11-01 22:03:52'),(34525,1,9216,'','2013-11-01 22:03:52'),(34526,2,9216,'','2013-11-01 22:03:52'),(34527,3,9216,'','2013-11-01 22:03:52'),(34528,4,9216,'','2013-11-01 22:03:52'),(34529,5,9216,'','2013-11-01 22:03:52'),(34530,6,9216,'','2013-11-01 22:03:52'),(34531,7,9216,'DAY','2013-11-01 22:03:52'),(34532,1,9219,'','2013-11-01 22:03:52'),(34533,2,9219,'','2013-11-01 22:03:52'),(34534,3,9219,'','2013-11-01 22:03:52'),(34535,4,9219,'','2013-11-01 22:03:52'),(34536,5,9219,'','2013-11-01 22:03:52'),(34537,6,9219,'','2013-11-01 22:03:52'),(34538,7,9219,'DAY','2013-11-01 22:03:52'),(34539,1,9220,'','2013-11-01 22:06:08'),(34540,2,9220,'590840','2013-11-01 22:06:08'),(34541,3,9220,'','2013-11-01 22:06:08'),(34542,4,9220,'OPD','2013-11-01 22:06:08'),(34543,5,9220,'','2013-11-01 22:06:08'),(34544,6,9220,'97','2013-11-01 22:06:08'),(34545,7,9220,'DAY','2013-11-01 22:06:08'),(34546,1,9222,'','2013-11-01 22:06:08'),(34547,2,9222,'','2013-11-01 22:06:08'),(34548,3,9222,'','2013-11-01 22:06:08'),(34549,4,9222,'','2013-11-01 22:06:08'),(34550,5,9222,'','2013-11-01 22:06:08'),(34551,6,9222,'','2013-11-01 22:06:08'),(34552,7,9222,'DAY','2013-11-01 22:06:08'),(34553,1,9223,'','2013-11-01 22:13:10'),(34554,2,9223,'','2013-11-01 22:13:10'),(34555,3,9223,'','2013-11-01 22:13:10'),(34556,4,9223,'OPD','2013-11-01 22:13:10'),(34557,5,9223,'','2013-11-01 22:13:10'),(34558,6,9223,'106','2013-11-01 22:13:10'),(34559,7,9223,'DAY','2013-11-01 22:13:10'),(34560,1,9225,'','2013-11-01 22:13:10'),(34561,2,9225,'','2013-11-01 22:13:10'),(34562,3,9225,'','2013-11-01 22:13:10'),(34563,4,9225,'','2013-11-01 22:13:10'),(34564,5,9225,'','2013-11-01 22:13:10'),(34565,6,9225,'','2013-11-01 22:13:10'),(34566,7,9225,'DAY','2013-11-01 22:13:10'),(34567,1,9226,'','2013-11-01 22:15:23'),(34568,2,9226,'','2013-11-01 22:15:23'),(34569,3,9226,'','2013-11-01 22:15:23'),(34570,4,9226,'OPD','2013-11-01 22:15:23'),(34571,5,9226,'','2013-11-01 22:15:23'),(34572,6,9226,'72','2013-11-01 22:15:23'),(34573,7,9226,'DAY','2013-11-01 22:15:23'),(34574,1,9227,'','2013-11-01 22:25:18'),(34575,2,9227,'','2013-11-01 22:25:18'),(34576,3,9227,'','2013-11-01 22:25:18'),(34577,4,9227,'','2013-11-01 22:25:18'),(34578,5,9227,'','2013-11-01 22:25:18'),(34579,6,9227,'97','2013-11-01 22:25:18'),(34580,7,9227,'DAY','2013-11-01 22:25:18'),(34581,1,9229,'','2013-11-01 22:25:18'),(34582,2,9229,'','2013-11-01 22:25:18'),(34583,3,9229,'','2013-11-01 22:25:18'),(34584,4,9229,'','2013-11-01 22:25:18'),(34585,5,9229,'','2013-11-01 22:25:18'),(34586,6,9229,'','2013-11-01 22:25:18'),(34587,7,9229,'DAY','2013-11-01 22:25:18'),(34588,1,9232,'','2013-11-01 22:25:18'),(34589,2,9232,'','2013-11-01 22:25:18'),(34590,3,9232,'','2013-11-01 22:25:18'),(34591,4,9232,'','2013-11-01 22:25:18'),(34592,5,9232,'','2013-11-01 22:25:18'),(34593,6,9232,'','2013-11-01 22:25:18'),(34594,7,9232,'DAY','2013-11-01 22:25:18'),(34595,1,9233,'','2013-11-01 22:45:17'),(34596,2,9233,'590841','2013-11-01 22:45:17'),(34597,3,9233,'','2013-11-01 22:45:17'),(34598,4,9233,'OPD','2013-11-01 22:45:17'),(34599,5,9233,'','2013-11-01 22:45:17'),(34600,6,9233,'289','2013-11-01 22:45:17'),(34601,7,9233,'DAY','2013-11-01 22:45:17'),(34602,1,9235,'','2013-11-01 22:45:17'),(34603,2,9235,'','2013-11-01 22:45:17'),(34604,3,9235,'','2013-11-01 22:45:17'),(34605,4,9235,'','2013-11-01 22:45:17'),(34606,5,9235,'','2013-11-01 22:45:17'),(34607,6,9235,'','2013-11-01 22:45:17'),(34608,7,9235,'DAY','2013-11-01 22:45:17'),(34609,1,9238,'','2013-11-01 22:45:18'),(34610,2,9238,'','2013-11-01 22:45:18'),(34611,3,9238,'','2013-11-01 22:45:18'),(34612,4,9238,'','2013-11-01 22:45:18'),(34613,5,9238,'','2013-11-01 22:45:18'),(34614,6,9238,'','2013-11-01 22:45:18'),(34615,7,9238,'DAY','2013-11-01 22:45:18'),(34616,1,9242,'','2013-11-01 22:45:18'),(34617,2,9242,'','2013-11-01 22:45:18'),(34618,3,9242,'','2013-11-01 22:45:18'),(34619,4,9242,'','2013-11-01 22:45:18'),(34620,5,9242,'','2013-11-01 22:45:18'),(34621,6,9242,'','2013-11-01 22:45:18'),(34622,7,9242,'DAY','2013-11-01 22:45:18'),(34623,1,9243,'','2013-11-01 22:48:49'),(34624,2,9243,'','2013-11-01 22:48:49'),(34625,3,9243,'','2013-11-01 22:48:49'),(34626,4,9243,'OPD','2013-11-01 22:48:49'),(34627,5,9243,'','2013-11-01 22:48:49'),(34628,6,9243,'40','2013-11-01 22:48:49'),(34629,7,9243,'DAY','2013-11-01 22:48:49'),(34630,1,9244,'','2013-11-01 22:53:32'),(34631,2,9244,'','2013-11-01 22:53:32'),(34632,3,9244,'','2013-11-01 22:53:32'),(34633,4,9244,'OOPD','2013-11-01 22:53:32'),(34634,5,9244,'','2013-11-01 22:53:32'),(34635,6,9244,'454','2013-11-01 22:53:32'),(34636,7,9244,'DAY','2013-11-01 22:53:32'),(34637,1,9246,'','2013-11-01 22:53:33'),(34638,2,9246,'','2013-11-01 22:53:33'),(34639,3,9246,'','2013-11-01 22:53:33'),(34640,4,9246,'','2013-11-01 22:53:33'),(34641,5,9246,'','2013-11-01 22:53:33'),(34642,6,9246,'','2013-11-01 22:53:33'),(34643,7,9246,'DAY','2013-11-01 22:53:33'),(34644,1,9247,'','2013-11-01 22:56:17'),(34645,2,9247,'590849','2013-11-01 22:56:17'),(34646,3,9247,'','2013-11-01 22:56:17'),(34647,4,9247,'OPD','2013-11-01 22:56:17'),(34648,5,9247,'','2013-11-01 22:56:17'),(34649,6,9247,'30','2013-11-01 22:56:17'),(34650,7,9247,'DAY','2013-11-01 22:56:17'),(34651,1,9248,'','2013-11-01 23:00:30'),(34652,2,9248,'','2013-11-01 23:00:30'),(34653,3,9248,'','2013-11-01 23:00:30'),(34654,4,9248,'OPD','2013-11-01 23:00:30'),(34655,5,9248,'','2013-11-01 23:00:30'),(34656,6,9248,'132','2013-11-01 23:00:30'),(34657,7,9248,'DAY','2013-11-01 23:00:30'),(34658,1,9250,'','2013-11-01 23:00:31'),(34659,2,9250,'','2013-11-01 23:00:31'),(34660,3,9250,'','2013-11-01 23:00:31'),(34661,4,9250,'','2013-11-01 23:00:31'),(34662,5,9250,'','2013-11-01 23:00:31'),(34663,6,9250,'','2013-11-01 23:00:31'),(34664,7,9250,'DAY','2013-11-01 23:00:31'),(34665,1,9251,'','2013-11-01 23:05:46'),(34666,2,9251,'','2013-11-01 23:05:46'),(34667,3,9251,'','2013-11-01 23:05:46'),(34668,4,9251,'','2013-11-01 23:05:46'),(34669,5,9251,'','2013-11-01 23:05:46'),(34670,6,9251,'37','2013-11-01 23:05:46'),(34671,7,9251,'DAY','2013-11-01 23:05:46'),(34672,1,9252,'','2013-11-01 23:14:59'),(34673,2,9252,'','2013-11-01 23:14:59'),(34674,3,9252,'','2013-11-01 23:14:59'),(34675,4,9252,'','2013-11-01 23:14:59'),(34676,5,9252,'','2013-11-01 23:14:59'),(34677,6,9252,'66','2013-11-01 23:14:59'),(34678,7,9252,'DAY','2013-11-01 23:14:59'),(34679,1,9253,'','2013-11-01 23:24:23'),(34680,2,9253,'590851','2013-11-01 23:24:23'),(34681,3,9253,'','2013-11-01 23:24:23'),(34682,4,9253,'OPD','2013-11-01 23:24:23'),(34683,5,9253,'','2013-11-01 23:24:23'),(34684,6,9253,'107','2013-11-01 23:24:23'),(34685,7,9253,'DAY','2013-11-01 23:24:23'),(34686,1,9255,'','2013-11-01 23:24:23'),(34687,2,9255,'','2013-11-01 23:24:23'),(34688,3,9255,'','2013-11-01 23:24:23'),(34689,4,9255,'','2013-11-01 23:24:23'),(34690,5,9255,'','2013-11-01 23:24:23'),(34691,6,9255,'','2013-11-01 23:24:23'),(34692,7,9255,'DAY','2013-11-01 23:24:23'),(34693,1,9256,'','2013-11-01 23:28:36'),(34694,2,9256,'','2013-11-01 23:28:36'),(34695,3,9256,'','2013-11-01 23:28:36'),(34696,4,9256,'','2013-11-01 23:28:36'),(34697,5,9256,'','2013-11-01 23:28:36'),(34698,6,9256,'577','2013-11-01 23:28:36'),(34699,7,9256,'DAY','2013-11-01 23:28:36'),(34700,1,9257,'','2013-11-01 23:31:19'),(34701,2,9257,'','2013-11-01 23:31:19'),(34702,3,9257,'','2013-11-01 23:31:19'),(34703,4,9257,'','2013-11-01 23:31:19'),(34704,5,9257,'','2013-11-01 23:31:19'),(34705,6,9257,'118','2013-11-01 23:31:19'),(34706,7,9257,'DAY','2013-11-01 23:31:19'),(34707,1,9259,'','2013-11-01 23:31:20'),(34708,2,9259,'','2013-11-01 23:31:20'),(34709,3,9259,'','2013-11-01 23:31:20'),(34710,4,9259,'','2013-11-01 23:31:20'),(34711,5,9259,'','2013-11-01 23:31:20'),(34712,6,9259,'','2013-11-01 23:31:20'),(34713,7,9259,'DAY','2013-11-01 23:31:20'),(34714,1,9262,'','2013-11-01 23:31:20'),(34715,2,9262,'','2013-11-01 23:31:20'),(34716,3,9262,'','2013-11-01 23:31:20'),(34717,4,9262,'','2013-11-01 23:31:20'),(34718,5,9262,'','2013-11-01 23:31:20'),(34719,6,9262,'','2013-11-01 23:31:20'),(34720,7,9262,'DAY','2013-11-01 23:31:20'),(34721,1,9263,'','2013-11-01 23:53:55'),(34722,2,9263,'','2013-11-01 23:53:55'),(34723,3,9263,'','2013-11-01 23:53:55'),(34724,4,9263,'','2013-11-01 23:53:55'),(34725,5,9263,'214741','2013-11-01 23:53:55'),(34726,6,9263,'130','2013-11-01 23:53:55'),(34727,7,9263,'DAY','2013-11-01 23:53:55'),(34728,1,9265,'','2013-11-01 23:53:55'),(34729,2,9265,'','2013-11-01 23:53:55'),(34730,3,9265,'','2013-11-01 23:53:55'),(34731,4,9265,'','2013-11-01 23:53:55'),(34732,5,9265,'','2013-11-01 23:53:55'),(34733,6,9265,'','2013-11-01 23:53:55'),(34734,7,9265,'DAY','2013-11-01 23:53:55'),(34735,1,9266,'','2013-11-02 00:07:08'),(34736,2,9266,'','2013-11-02 00:07:08'),(34737,3,9266,'','2013-11-02 00:07:08'),(34738,4,9266,'OPD','2013-11-02 00:07:08'),(34739,5,9266,'','2013-11-02 00:07:08'),(34740,6,9266,'66','2013-11-02 00:07:08'),(34741,7,9266,'DAY','2013-11-02 00:07:08'),(34742,1,9267,'','2013-11-02 00:10:38'),(34743,2,9267,'','2013-11-02 00:10:38'),(34744,3,9267,'','2013-11-02 00:10:38'),(34745,4,9267,'OPD','2013-11-02 00:10:38'),(34746,5,9267,'','2013-11-02 00:10:38'),(34747,6,9267,'22','2013-11-02 00:10:38'),(34748,7,9267,'DAY','2013-11-02 00:10:38'),(34749,1,9268,'','2013-11-02 00:40:54'),(34750,2,9268,'590872','2013-11-02 00:40:54'),(34751,3,9268,'','2013-11-02 00:40:54'),(34752,4,9268,'','2013-11-02 00:40:54'),(34753,5,9268,'','2013-11-02 00:40:54'),(34754,6,9268,'92','2013-11-02 00:40:54'),(34755,7,9268,'DAY','2013-11-02 00:40:54'),(34756,1,9270,'','2013-11-02 00:40:54'),(34757,2,9270,'','2013-11-02 00:40:54'),(34758,3,9270,'','2013-11-02 00:40:54'),(34759,4,9270,'','2013-11-02 00:40:54'),(34760,5,9270,'','2013-11-02 00:40:54'),(34761,6,9270,'','2013-11-02 00:40:54'),(34762,7,9270,'DAY','2013-11-02 00:40:54'),(34763,1,9271,'','2013-11-02 00:42:48'),(34764,2,9271,'','2013-11-02 00:42:48'),(34765,3,9271,'','2013-11-02 00:42:48'),(34766,4,9271,'','2013-11-02 00:42:48'),(34767,5,9271,'','2013-11-02 00:42:48'),(34768,6,9271,'','2013-11-02 00:42:48'),(34769,7,9271,'DAY','2013-11-02 00:42:48'),(34770,1,9272,'','2013-11-02 00:46:20'),(34771,2,9272,'','2013-11-02 00:46:20'),(34772,3,9272,'','2013-11-02 00:46:20'),(34773,4,9272,'OPD','2013-11-02 00:46:20'),(34774,5,9272,'','2013-11-02 00:46:20'),(34775,6,9272,'','2013-11-02 00:46:20'),(34776,7,9272,'DAY','2013-11-02 00:46:20'),(34777,1,9274,'','2013-11-02 00:46:20'),(34778,2,9274,'','2013-11-02 00:46:20'),(34779,3,9274,'','2013-11-02 00:46:20'),(34780,4,9274,'','2013-11-02 00:46:20'),(34781,5,9274,'','2013-11-02 00:46:20'),(34782,6,9274,'','2013-11-02 00:46:20'),(34783,7,9274,'DAY','2013-11-02 00:46:20'),(34784,1,9275,'','2013-11-02 00:48:26'),(34785,2,9275,'','2013-11-02 00:48:26'),(34786,3,9275,'','2013-11-02 00:48:26'),(34787,4,9275,'','2013-11-02 00:48:26'),(34788,5,9275,'','2013-11-02 00:48:26'),(34789,6,9275,'69','2013-11-02 00:48:26'),(34790,7,9275,'DAY','2013-11-02 00:48:26'),(34791,1,9277,'','2013-11-02 00:48:26'),(34792,2,9277,'','2013-11-02 00:48:26'),(34793,3,9277,'','2013-11-02 00:48:26'),(34794,4,9277,'','2013-11-02 00:48:26'),(34795,5,9277,'','2013-11-02 00:48:26'),(34796,6,9277,'','2013-11-02 00:48:26'),(34797,7,9277,'DAY','2013-11-02 00:48:26'),(34798,1,9278,'','2013-11-02 00:52:13'),(34799,2,9278,'590874','2013-11-02 00:52:13'),(34800,3,9278,'','2013-11-02 00:52:13'),(34801,4,9278,'','2013-11-02 00:52:13'),(34802,5,9278,'','2013-11-02 00:52:13'),(34803,6,9278,'68','2013-11-02 00:52:13'),(34804,7,9278,'DAY','2013-11-02 00:52:13'),(34805,1,9279,'','2013-11-02 00:55:01'),(34806,2,9279,'','2013-11-02 00:55:01'),(34807,3,9279,'','2013-11-02 00:55:01'),(34808,4,9279,'','2013-11-02 00:55:01'),(34809,5,9279,'','2013-11-02 00:55:01'),(34810,6,9279,'','2013-11-02 00:55:01'),(34811,7,9279,'DAY','2013-11-02 00:55:01'),(34812,1,9280,'3579199','2013-11-02 01:33:49'),(34813,2,9280,'590890','2013-11-02 01:33:49'),(34814,3,9280,'','2013-11-02 01:33:49'),(34815,4,9280,'','2013-11-02 01:33:49'),(34816,5,9280,'','2013-11-02 01:33:49'),(34817,6,9280,'','2013-11-02 01:33:49'),(34818,7,9280,'DAY','2013-11-02 01:33:49'),(34819,1,9281,'','2013-11-02 01:50:45'),(34820,2,9281,'','2013-11-02 01:50:45'),(34821,3,9281,'','2013-11-02 01:50:45'),(34822,4,9281,'','2013-11-02 01:50:45'),(34823,5,9281,'','2013-11-02 01:50:45'),(34824,6,9281,'','2013-11-02 01:50:45'),(34825,7,9281,'DAY','2013-11-02 01:50:45'),(34826,1,9282,'3579214','2013-11-02 01:52:14'),(34827,2,9282,'590896','2013-11-02 01:52:14'),(34828,3,9282,'','2013-11-02 01:52:14'),(34829,4,9282,'','2013-11-02 01:52:14'),(34830,5,9282,'','2013-11-02 01:52:14'),(34831,6,9282,'','2013-11-02 01:52:14'),(34832,7,9282,'DAY','2013-11-02 01:52:14'),(34833,1,9283,'','2013-11-02 01:57:42'),(34834,2,9283,'','2013-11-02 01:57:42'),(34835,3,9283,'','2013-11-02 01:57:42'),(34836,4,9283,'','2013-11-02 01:57:42'),(34837,5,9283,'','2013-11-02 01:57:42'),(34838,6,9283,'','2013-11-02 01:57:42'),(34839,7,9283,'DAY','2013-11-02 01:57:42'),(34840,1,9284,'3579218','2013-11-02 02:04:22'),(34841,2,9284,'590900','2013-11-02 02:04:22'),(34842,3,9284,'','2013-11-02 02:04:22'),(34843,4,9284,'','2013-11-02 02:04:22'),(34844,5,9284,'','2013-11-02 02:04:22'),(34845,6,9284,'160','2013-11-02 02:04:22'),(34846,7,9284,'DAY','2013-11-02 02:04:22'),(34847,1,9285,'','2013-11-02 02:07:41'),(34848,2,9285,'','2013-11-02 02:07:41'),(34849,3,9285,'','2013-11-02 02:07:41'),(34850,4,9285,'','2013-11-02 02:07:41'),(34851,5,9285,'','2013-11-02 02:07:41'),(34852,6,9285,'','2013-11-02 02:07:41'),(34853,7,9285,'DAY','2013-11-02 02:07:41'),(34854,1,9286,'3579230','2013-11-02 02:09:20'),(34855,2,9286,'','2013-11-02 02:09:20'),(34856,3,9286,'','2013-11-02 02:09:20'),(34857,4,9286,'','2013-11-02 02:09:20'),(34858,5,9286,'','2013-11-02 02:09:20'),(34859,6,9286,'39.00','2013-11-02 02:09:20'),(34860,7,9286,'DAY','2013-11-02 02:09:20'),(34861,1,9287,'','2013-11-02 02:11:56'),(34862,2,9287,'','2013-11-02 02:11:56'),(34863,3,9287,'','2013-11-02 02:11:56'),(34864,4,9287,'','2013-11-02 02:11:56'),(34865,5,9287,'','2013-11-02 02:11:56'),(34866,6,9287,'','2013-11-02 02:11:56'),(34867,7,9287,'DAY','2013-11-02 02:11:56'),(34868,1,9289,'3579228','2013-11-02 02:11:56'),(34869,2,9289,'','2013-11-02 02:11:56'),(34870,3,9289,'','2013-11-02 02:11:56'),(34871,4,9289,'','2013-11-02 02:11:56'),(34872,5,9289,'','2013-11-02 02:11:56'),(34873,6,9289,'99','2013-11-02 02:11:56'),(34874,7,9289,'DAY','2013-11-02 02:11:56'),(34875,1,9290,'3579235','2013-11-02 02:15:27'),(34876,2,9290,'','2013-11-02 02:15:27'),(34877,3,9290,'','2013-11-02 02:15:27'),(34878,4,9290,'','2013-11-02 02:15:27'),(34879,5,9290,'','2013-11-02 02:15:27'),(34880,6,9290,'104','2013-11-02 02:15:27'),(34881,7,9290,'DAY','2013-11-02 02:15:27'),(34882,1,9292,'','2013-11-02 02:15:27'),(34883,2,9292,'','2013-11-02 02:15:27'),(34884,3,9292,'','2013-11-02 02:15:27'),(34885,4,9292,'','2013-11-02 02:15:27'),(34886,5,9292,'','2013-11-02 02:15:27'),(34887,6,9292,'','2013-11-02 02:15:27'),(34888,7,9292,'DAY','2013-11-02 02:15:27'),(34889,1,9293,'3579243','2013-11-02 02:22:52'),(34890,2,9293,'590906','2013-11-02 02:22:52'),(34891,3,9293,'','2013-11-02 02:22:52'),(34892,4,9293,'','2013-11-02 02:22:52'),(34893,5,9293,'','2013-11-02 02:22:52'),(34894,6,9293,'','2013-11-02 02:22:52'),(34895,7,9293,'DAY','2013-11-02 02:22:52'),(34896,1,9295,'','2013-11-02 02:22:52'),(34897,2,9295,'','2013-11-02 02:22:52'),(34898,3,9295,'','2013-11-02 02:22:52'),(34899,4,9295,'','2013-11-02 02:22:52'),(34900,5,9295,'','2013-11-02 02:22:52'),(34901,6,9295,'','2013-11-02 02:22:52'),(34902,7,9295,'DAY','2013-11-02 02:22:52'),(34903,1,9296,'3579261','2013-11-02 02:40:35'),(34904,2,9296,'','2013-11-02 02:40:35'),(34905,3,9296,'HEADACHE?','2013-11-02 02:40:35'),(34906,4,9296,'OPD','2013-11-02 02:40:35'),(34907,5,9296,'OPD','2013-11-02 02:40:35'),(34908,6,9296,'','2013-11-02 02:40:35'),(34909,7,9296,'DAY','2013-11-02 02:40:35'),(34910,1,9298,'','2013-11-02 02:40:36'),(34911,2,9298,'','2013-11-02 02:40:36'),(34912,3,9298,'','2013-11-02 02:40:36'),(34913,4,9298,'','2013-11-02 02:40:36'),(34914,5,9298,'','2013-11-02 02:40:36'),(34915,6,9298,'','2013-11-02 02:40:36'),(34916,7,9298,'DAY','2013-11-02 02:40:36'),(34917,1,9301,'','2013-11-02 02:40:36'),(34918,2,9301,'','2013-11-02 02:40:36'),(34919,3,9301,'','2013-11-02 02:40:36'),(34920,4,9301,'','2013-11-02 02:40:36'),(34921,5,9301,'','2013-11-02 02:40:36'),(34922,6,9301,'','2013-11-02 02:40:36'),(34923,7,9301,'DAY','2013-11-02 02:40:36'),(34924,1,9302,'','2013-11-02 02:56:16'),(34925,2,9302,'590913','2013-11-02 02:56:16'),(34926,3,9302,'','2013-11-02 02:56:16'),(34927,4,9302,'','2013-11-02 02:56:16'),(34928,5,9302,'','2013-11-02 02:56:16'),(34929,6,9302,'59','2013-11-02 02:56:16'),(34930,7,9302,'DAY','2013-11-02 02:56:16'),(34931,1,9304,'','2013-11-02 02:56:16'),(34932,2,9304,'','2013-11-02 02:56:16'),(34933,3,9304,'','2013-11-02 02:56:16'),(34934,4,9304,'','2013-11-02 02:56:16'),(34935,5,9304,'','2013-11-02 02:56:16'),(34936,6,9304,'','2013-11-02 02:56:16'),(34937,7,9304,'DAY','2013-11-02 02:56:16'),(34938,1,9307,'','2013-11-02 02:56:16'),(34939,2,9307,'','2013-11-02 02:56:16'),(34940,3,9307,'','2013-11-02 02:56:16'),(34941,4,9307,'','2013-11-02 02:56:16'),(34942,5,9307,'','2013-11-02 02:56:16'),(34943,6,9307,'','2013-11-02 02:56:16'),(34944,7,9307,'DAY','2013-11-02 02:56:16'),(34945,1,9308,'','2013-11-02 03:12:25'),(34946,2,9308,'','2013-11-02 03:12:25'),(34947,3,9308,'','2013-11-02 03:12:25'),(34948,4,9308,'OPD','2013-11-02 03:12:25'),(34949,5,9308,'','2013-11-02 03:12:25'),(34950,6,9308,'79','2013-11-02 03:12:25'),(34951,7,9308,'DAY','2013-11-02 03:12:25'),(34952,1,9310,'','2013-11-02 03:12:25'),(34953,2,9310,'','2013-11-02 03:12:25'),(34954,3,9310,'','2013-11-02 03:12:25'),(34955,4,9310,'','2013-11-02 03:12:25'),(34956,5,9310,'','2013-11-02 03:12:25'),(34957,6,9310,'','2013-11-02 03:12:25'),(34958,7,9310,'DAY','2013-11-02 03:12:25'),(34959,1,9311,'','2013-11-02 03:17:47'),(34960,2,9311,'','2013-11-02 03:17:47'),(34961,3,9311,'','2013-11-02 03:17:47'),(34962,4,9311,'','2013-11-02 03:17:47'),(34963,5,9311,'','2013-11-02 03:17:47'),(34964,6,9311,'','2013-11-02 03:17:47'),(34965,7,9311,'DAY','2013-11-02 03:17:47'),(34966,1,9312,'','2013-11-02 03:19:46'),(34967,2,9312,'','2013-11-02 03:19:46'),(34968,3,9312,'','2013-11-02 03:19:46'),(34969,4,9312,'','2013-11-02 03:19:46'),(34970,5,9312,'','2013-11-02 03:19:46'),(34971,6,9312,'','2013-11-02 03:19:46'),(34972,7,9312,'DAY','2013-11-02 03:19:46'),(34973,1,9313,'','2013-11-02 03:21:35'),(34974,2,9313,'','2013-11-02 03:21:35'),(34975,3,9313,'','2013-11-02 03:21:35'),(34976,4,9313,'','2013-11-02 03:21:35'),(34977,5,9313,'','2013-11-02 03:21:35'),(34978,6,9313,'','2013-11-02 03:21:35'),(34979,7,9313,'DAY','2013-11-02 03:21:35'),(34980,1,9314,'','2013-11-02 03:38:17'),(34981,2,9314,'','2013-11-02 03:38:17'),(34982,3,9314,'','2013-11-02 03:38:17'),(34983,4,9314,'','2013-11-02 03:38:17'),(34984,5,9314,'214724','2013-11-02 03:38:17'),(34985,6,9314,'40','2013-11-02 03:38:17'),(34986,7,9314,'DAY','2013-11-02 03:38:17'),(34987,1,9315,'','2013-11-02 04:02:47'),(34988,2,9315,'','2013-11-02 04:02:47'),(34989,3,9315,'','2013-11-02 04:02:47'),(34990,4,9315,'OPD','2013-11-02 04:02:47'),(34991,5,9315,'','2013-11-02 04:02:47'),(34992,6,9315,'60','2013-11-02 04:02:47'),(34993,7,9315,'DAY','2013-11-02 04:02:47'),(34994,1,9316,'','2013-11-02 04:12:24'),(34995,2,9316,'590935','2013-11-02 04:12:24'),(34996,3,9316,'','2013-11-02 04:12:24'),(34997,4,9316,'','2013-11-02 04:12:24'),(34998,5,9316,'','2013-11-02 04:12:24'),(34999,6,9316,'60','2013-11-02 04:12:24'),(35000,7,9316,'DAY','2013-11-02 04:12:24'),(35001,1,9317,'3579387','2013-11-02 04:20:32'),(35002,2,9317,'','2013-11-02 04:20:32'),(35003,3,9317,'','2013-11-02 04:20:32'),(35004,4,9317,'OPD','2013-11-02 04:20:32'),(35005,5,9317,'','2013-11-02 04:20:32'),(35006,6,9317,'66','2013-11-02 04:20:32'),(35007,7,9317,'NIGHT','2013-11-02 04:20:32'),(35008,1,9318,'3579402','2013-11-02 04:39:20'),(35009,2,9318,'590943','2013-11-02 04:39:20'),(35010,3,9318,'','2013-11-02 04:39:20'),(35011,4,9318,'OPD','2013-11-02 04:39:20'),(35012,5,9318,'','2013-11-02 04:39:20'),(35013,6,9318,'110','2013-11-02 04:39:20'),(35014,7,9318,'NIGHT','2013-11-02 04:39:20'),(35015,1,9320,'','2013-11-02 04:39:21'),(35016,2,9320,'','2013-11-02 04:39:21'),(35017,3,9320,'','2013-11-02 04:39:21'),(35018,4,9320,'','2013-11-02 04:39:21'),(35019,5,9320,'','2013-11-02 04:39:21'),(35020,6,9320,'','2013-11-02 04:39:21'),(35021,7,9320,'NIGHT','2013-11-02 04:39:21'),(35022,1,9323,'','2013-11-02 04:39:21'),(35023,2,9323,'','2013-11-02 04:39:21'),(35024,3,9323,'','2013-11-02 04:39:21'),(35025,4,9323,'','2013-11-02 04:39:21'),(35026,5,9323,'','2013-11-02 04:39:21'),(35027,6,9323,'','2013-11-02 04:39:21'),(35028,7,9323,'NIGHT','2013-11-02 04:39:21'),(35029,1,9324,'3579409','2013-11-02 04:46:05'),(35030,2,9324,'590944','2013-11-02 04:46:05'),(35031,3,9324,'','2013-11-02 04:46:05'),(35032,4,9324,'OPD','2013-11-02 04:46:05'),(35033,5,9324,'','2013-11-02 04:46:05'),(35034,6,9324,'72','2013-11-02 04:46:05'),(35035,7,9324,'NIGHT','2013-11-02 04:46:05'),(35036,1,9326,'','2013-11-02 04:46:05'),(35037,2,9326,'','2013-11-02 04:46:05'),(35038,3,9326,'','2013-11-02 04:46:05'),(35039,4,9326,'','2013-11-02 04:46:05'),(35040,5,9326,'','2013-11-02 04:46:05'),(35041,6,9326,'','2013-11-02 04:46:05'),(35042,7,9326,'NIGHT','2013-11-02 04:46:05'),(35043,1,9327,'3579431','2013-11-02 05:40:44'),(35044,2,9327,'','2013-11-02 05:40:44'),(35045,3,9327,'','2013-11-02 05:40:44'),(35046,4,9327,'WARD','2013-11-02 05:40:44'),(35047,5,9327,'214735','2013-11-02 05:40:44'),(35048,6,9327,'13','2013-11-02 05:40:44'),(35049,7,9327,'NIGHT','2013-11-02 05:40:44'),(35050,1,9328,'3579435','2013-11-02 06:04:19'),(35051,2,9328,'','2013-11-02 06:04:19'),(35052,3,9328,'','2013-11-02 06:04:19'),(35053,4,9328,'OPD','2013-11-02 06:04:19'),(35054,5,9328,'','2013-11-02 06:04:19'),(35055,6,9328,'36','2013-11-02 06:04:19'),(35056,7,9328,'NIGHT','2013-11-02 06:04:19'),(35057,1,9330,'','2013-11-02 06:04:19'),(35058,2,9330,'','2013-11-02 06:04:19'),(35059,3,9330,'','2013-11-02 06:04:19'),(35060,4,9330,'','2013-11-02 06:04:19'),(35061,5,9330,'','2013-11-02 06:04:19'),(35062,6,9330,'','2013-11-02 06:04:19'),(35063,7,9330,'NIGHT','2013-11-02 06:04:19'),(35064,1,9331,'3579439','2013-11-02 06:42:11'),(35065,2,9331,'590957','2013-11-02 06:42:11'),(35066,3,9331,'','2013-11-02 06:42:11'),(35067,4,9331,'OPD','2013-11-02 06:42:11'),(35068,5,9331,'','2013-11-02 06:42:11'),(35069,6,9331,'19.80','2013-11-02 06:42:11'),(35070,7,9331,'NIGHT','2013-11-02 06:42:11'),(35071,1,9332,'3579447','2013-11-02 06:17:51'),(35072,2,9332,'','2013-11-02 06:17:51'),(35073,3,9332,'','2013-11-02 06:17:51'),(35074,4,9332,'OPD','2013-11-02 06:17:51'),(35075,5,9332,'','2013-11-02 06:17:51'),(35076,6,9332,'68','2013-11-02 06:17:51'),(35077,7,9332,'NIGHT','2013-11-02 06:17:51'),(35078,1,9334,'','2013-11-02 06:17:51'),(35079,2,9334,'','2013-11-02 06:17:51'),(35080,3,9334,'','2013-11-02 06:17:51'),(35081,4,9334,'','2013-11-02 06:17:51'),(35082,5,9334,'','2013-11-02 06:17:51'),(35083,6,9334,'','2013-11-02 06:17:51'),(35084,7,9334,'NIGHT','2013-11-02 06:17:51'),(35085,1,9337,'','2013-11-02 06:17:52'),(35086,2,9337,'','2013-11-02 06:17:52'),(35087,3,9337,'','2013-11-02 06:17:52'),(35088,4,9337,'','2013-11-02 06:17:52'),(35089,5,9337,'','2013-11-02 06:17:52'),(35090,6,9337,'','2013-11-02 06:17:52'),(35091,7,9337,'NIGHT','2013-11-02 06:17:52'),(35092,1,9338,'3579448','2013-11-02 06:19:51'),(35093,2,9338,'','2013-11-02 06:19:51'),(35094,3,9338,'','2013-11-02 06:19:51'),(35095,4,9338,'OPD','2013-11-02 06:19:51'),(35096,5,9338,'','2013-11-02 06:19:51'),(35097,6,9338,'37','2013-11-02 06:19:51'),(35098,7,9338,'NIGHT','2013-11-02 06:19:51'),(35099,1,9339,'3579449','2013-11-02 06:31:32'),(35100,2,9339,'590961','2013-11-02 06:31:32'),(35101,3,9339,'','2013-11-02 06:31:32'),(35102,4,9339,'OPD','2013-11-02 06:31:32'),(35103,5,9339,'','2013-11-02 06:31:32'),(35104,6,9339,'17','2013-11-02 06:31:32'),(35105,7,9339,'NIGHT','2013-11-02 06:31:32'),(35106,1,9340,'3579456','2013-11-02 20:02:47'),(35107,2,9340,'','2013-11-02 20:02:47'),(35108,3,9340,'','2013-11-02 20:02:47'),(35109,4,9340,'OPD','2013-11-02 20:02:47'),(35110,5,9340,'','2013-11-02 20:02:47'),(35111,6,9340,'126','2013-11-02 20:02:47'),(35112,7,9340,'NIGHT','2013-11-02 20:02:47'),(35113,1,9342,'','2013-11-02 20:02:47'),(35114,2,9342,'','2013-11-02 20:02:47'),(35115,3,9342,'','2013-11-02 20:02:47'),(35116,4,9342,'','2013-11-02 20:02:47'),(35117,5,9342,'','2013-11-02 20:02:47'),(35118,6,9342,'','2013-11-02 20:02:47'),(35119,7,9342,'NIGHT','2013-11-02 20:02:47'),(35120,1,9343,'3579464','2013-11-02 20:45:42'),(35121,2,9343,'','2013-11-02 20:45:42'),(35122,3,9343,'','2013-11-02 20:45:42'),(35123,4,9343,'OPD','2013-11-02 20:45:42'),(35124,5,9343,'','2013-11-02 20:45:42'),(35125,6,9343,'81','2013-11-02 20:45:42'),(35126,7,9343,'NIGHT','2013-11-02 20:45:42'),(35127,1,9344,'3579463','2013-11-02 20:47:51'),(35128,2,9344,'','2013-11-02 20:47:51'),(35129,3,9344,'','2013-11-02 20:47:51'),(35130,4,9344,'OPD','2013-11-02 20:47:51'),(35131,5,9344,'','2013-11-02 20:47:51'),(35132,6,9344,'81','2013-11-02 20:47:51'),(35133,7,9344,'NIGHT','2013-11-02 20:47:51'),(35134,1,9345,'3579466','2013-11-02 20:57:43'),(35135,2,9345,'590970','2013-11-02 20:57:43'),(35136,3,9345,'','2013-11-02 20:57:43'),(35137,4,9345,'OUTSIDE','2013-11-02 20:57:43'),(35138,5,9345,'','2013-11-02 20:57:43'),(35139,6,9345,'79','2013-11-02 20:57:43'),(35140,7,9345,'NIGHT','2013-11-02 20:57:43'),(35141,1,9347,'','2013-11-02 20:57:43'),(35142,2,9347,'','2013-11-02 20:57:43'),(35143,3,9347,'','2013-11-02 20:57:43'),(35144,4,9347,'','2013-11-02 20:57:43'),(35145,5,9347,'','2013-11-02 20:57:43'),(35146,6,9347,'','2013-11-02 20:57:43'),(35147,7,9347,'NIGHT','2013-11-02 20:57:43'),(35148,1,9348,'3579471','2013-11-02 22:47:53'),(35149,2,9348,'590971','2013-11-02 22:47:53'),(35150,3,9348,'','2013-11-02 22:47:53'),(35151,4,9348,'OUTSIDE','2013-11-02 22:47:53'),(35152,5,9348,'','2013-11-02 22:47:53'),(35153,6,9348,'47','2013-11-02 22:47:53'),(35154,7,9348,'NIGHT','2013-11-02 22:47:53'),(35155,1,9350,'','2013-11-02 22:47:54'),(35156,2,9350,'','2013-11-02 22:47:54'),(35157,3,9350,'','2013-11-02 22:47:54'),(35158,4,9350,'','2013-11-02 22:47:54'),(35159,5,9350,'','2013-11-02 22:47:54'),(35160,6,9350,'','2013-11-02 22:47:54'),(35161,7,9350,'NIGHT','2013-11-02 22:47:54'),(35162,1,9351,'3579474','2013-11-02 23:25:09'),(35163,2,9351,'','2013-11-02 23:25:09'),(35164,3,9351,'','2013-11-02 23:25:09'),(35165,4,9351,'OPD','2013-11-02 23:25:09'),(35166,5,9351,'','2013-11-02 23:25:09'),(35167,6,9351,'104','2013-11-02 23:25:09'),(35168,7,9351,'NIGHT','2013-11-02 23:25:09'),(35169,1,9352,'3579485','2013-11-03 01:17:03'),(35170,2,9352,'590980','2013-11-03 01:17:03'),(35171,3,9352,'','2013-11-03 01:17:03'),(35172,4,9352,'OPD','2013-11-03 01:17:03'),(35173,5,9352,'','2013-11-03 01:17:03'),(35174,6,9352,'213','2013-11-03 01:17:03'),(35175,7,9352,'NIGHT','2013-11-03 01:17:03'),(35176,1,9354,'','2013-11-03 01:17:03'),(35177,2,9354,'','2013-11-03 01:17:03'),(35178,3,9354,'','2013-11-03 01:17:03'),(35179,4,9354,'','2013-11-03 01:17:03'),(35180,5,9354,'','2013-11-03 01:17:03'),(35181,6,9354,'','2013-11-03 01:17:03'),(35182,7,9354,'NIGHT','2013-11-03 01:17:03'),(35183,1,9357,'','2013-11-03 01:17:04'),(35184,2,9357,'','2013-11-03 01:17:04'),(35185,3,9357,'','2013-11-03 01:17:04'),(35186,4,9357,'','2013-11-03 01:17:04'),(35187,5,9357,'','2013-11-03 01:17:04'),(35188,6,9357,'','2013-11-03 01:17:04'),(35189,7,9357,'NIGHT','2013-11-03 01:17:04'),(35190,1,9358,'3570815','2013-11-03 01:27:03'),(35191,2,9358,'','2013-11-03 01:27:03'),(35192,3,9358,'','2013-11-03 01:27:03'),(35193,4,9358,'OPD','2013-11-03 01:27:03'),(35194,5,9358,'','2013-11-03 01:27:03'),(35195,6,9358,'24','2013-11-03 01:27:03'),(35196,7,9358,'NIGHT','2013-11-03 01:27:03'),(35197,1,9359,'3579496','2013-11-03 01:36:21'),(35198,2,9359,'','2013-11-03 01:36:21'),(35199,3,9359,'','2013-11-03 01:36:21'),(35200,4,9359,'OPD','2013-11-03 01:36:21'),(35201,5,9359,'','2013-11-03 01:36:21'),(35202,6,9359,'81','2013-11-03 01:36:21'),(35203,7,9359,'NIGHT','2013-11-03 01:36:21'),(35204,1,9360,'3579509','2013-11-03 02:02:54'),(35205,2,9360,'','2013-11-03 02:02:54'),(35206,3,9360,'','2013-11-03 02:02:54'),(35207,4,9360,'OPD','2013-11-03 02:02:54'),(35208,5,9360,'','2013-11-03 02:02:54'),(35209,6,9360,'81','2013-11-03 02:02:54'),(35210,7,9360,'NIGHT','2013-11-03 02:02:54'),(35211,1,9361,'3579515','2013-11-03 02:24:41'),(35212,2,9361,'','2013-11-03 02:24:41'),(35213,3,9361,'','2013-11-03 02:24:41'),(35214,4,9361,'OPD','2013-11-03 02:24:41'),(35215,5,9361,'','2013-11-03 02:24:41'),(35216,6,9361,'45','2013-11-03 02:24:41'),(35217,7,9361,'NIGHT','2013-11-03 02:24:41'),(35218,1,9362,'3579541','2013-11-03 03:46:54'),(35219,2,9362,'','2013-11-03 03:46:54'),(35220,3,9362,'','2013-11-03 03:46:54'),(35221,4,9362,'OPD','2013-11-03 03:46:54'),(35222,5,9362,'','2013-11-03 03:46:54'),(35223,6,9362,'105','2013-11-03 03:46:54'),(35224,7,9362,'NIGHT','2013-11-03 03:46:54'),(35225,1,9364,'','2013-11-03 03:46:54'),(35226,2,9364,'','2013-11-03 03:46:54'),(35227,3,9364,'','2013-11-03 03:46:54'),(35228,4,9364,'','2013-11-03 03:46:54'),(35229,5,9364,'','2013-11-03 03:46:54'),(35230,6,9364,'','2013-11-03 03:46:54'),(35231,7,9364,'NIGHT','2013-11-03 03:46:54'),(35232,1,9365,'3578986','2013-11-03 04:06:05'),(35233,2,9365,'','2013-11-03 04:06:05'),(35234,3,9365,'','2013-11-03 04:06:05'),(35235,4,9365,'OPD','2013-11-03 04:06:05'),(35236,5,9365,'','2013-11-03 04:06:05'),(35237,6,9365,'522','2013-11-03 04:06:05'),(35238,7,9365,'DAY','2013-11-03 04:06:05'),(35239,1,9367,'','2013-11-03 04:06:05'),(35240,2,9367,'','2013-11-03 04:06:05'),(35241,3,9367,'','2013-11-03 04:06:05'),(35242,4,9367,'','2013-11-03 04:06:05'),(35243,5,9367,'','2013-11-03 04:06:05'),(35244,6,9367,'','2013-11-03 04:06:05'),(35245,7,9367,'DAY','2013-11-03 04:06:05'),(35246,1,9370,'','2013-11-03 04:06:05'),(35247,2,9370,'','2013-11-03 04:06:05'),(35248,3,9370,'','2013-11-03 04:06:05'),(35249,4,9370,'','2013-11-03 04:06:05'),(35250,5,9370,'','2013-11-03 04:06:05'),(35251,6,9370,'','2013-11-03 04:06:05'),(35252,7,9370,'DAY','2013-11-03 04:06:05'),(35253,1,9371,'3579554','2013-11-03 04:33:42'),(35254,2,9371,'590992','2013-11-03 04:33:42'),(35255,3,9371,'','2013-11-03 04:33:42'),(35256,4,9371,'OPD','2013-11-03 04:33:42'),(35257,5,9371,'','2013-11-03 04:33:42'),(35258,6,9371,'94','2013-11-03 04:33:42'),(35259,7,9371,'NIGHT','2013-11-03 04:33:42'),(35260,1,9373,'','2013-11-03 04:33:42'),(35261,2,9373,'','2013-11-03 04:33:42'),(35262,3,9373,'','2013-11-03 04:33:42'),(35263,4,9373,'','2013-11-03 04:33:42'),(35264,5,9373,'','2013-11-03 04:33:42'),(35265,6,9373,'','2013-11-03 04:33:42'),(35266,7,9373,'NIGHT','2013-11-03 04:33:42'),(35267,1,9376,'','2013-11-03 04:33:42'),(35268,2,9376,'','2013-11-03 04:33:42'),(35269,3,9376,'','2013-11-03 04:33:42'),(35270,4,9376,'','2013-11-03 04:33:42'),(35271,5,9376,'','2013-11-03 04:33:42'),(35272,6,9376,'','2013-11-03 04:33:42'),(35273,7,9376,'NIGHT','2013-11-03 04:33:42'),(35274,1,9380,'','2013-11-03 04:33:43'),(35275,2,9380,'','2013-11-03 04:33:43'),(35276,3,9380,'','2013-11-03 04:33:43'),(35277,4,9380,'','2013-11-03 04:33:43'),(35278,5,9380,'','2013-11-03 04:33:43'),(35279,6,9380,'','2013-11-03 04:33:43'),(35280,7,9380,'NIGHT','2013-11-03 04:33:43'),(35281,1,9381,'3579655','2013-11-03 04:38:25'),(35282,2,9381,'590743','2013-11-03 04:38:25'),(35283,3,9381,'','2013-11-03 04:38:25'),(35284,4,9381,'OPD','2013-11-03 04:38:25'),(35285,5,9381,'','2013-11-03 04:38:25'),(35286,6,9381,'19.8','2013-11-03 04:38:25'),(35287,7,9381,'DAY','2013-11-03 04:38:25'),(35288,1,9382,'','2013-11-03 04:57:55'),(35289,2,9382,'590995','2013-11-03 04:57:55'),(35290,3,9382,'','2013-11-03 04:57:55'),(35291,4,9382,'OPD','2013-11-03 04:57:55'),(35292,5,9382,'','2013-11-03 04:57:55'),(35293,6,9382,'277','2013-11-03 04:57:55'),(35294,7,9382,'DAY','2013-11-03 04:57:55'),(35295,1,9384,'','2013-11-03 04:57:56'),(35296,2,9384,'','2013-11-03 04:57:56'),(35297,3,9384,'','2013-11-03 04:57:56'),(35298,4,9384,'','2013-11-03 04:57:56'),(35299,5,9384,'','2013-11-03 04:57:56'),(35300,6,9384,'','2013-11-03 04:57:56'),(35301,7,9384,'DAY','2013-11-03 04:57:56'),(35302,1,9387,'','2013-11-03 04:57:56'),(35303,2,9387,'','2013-11-03 04:57:56'),(35304,3,9387,'','2013-11-03 04:57:56'),(35305,4,9387,'','2013-11-03 04:57:56'),(35306,5,9387,'','2013-11-03 04:57:56'),(35307,6,9387,'','2013-11-03 04:57:56'),(35308,7,9387,'DAY','2013-11-03 04:57:56'),(35309,1,9391,'','2013-11-03 04:57:56'),(35310,2,9391,'','2013-11-03 04:57:56'),(35311,3,9391,'','2013-11-03 04:57:56'),(35312,4,9391,'','2013-11-03 04:57:56'),(35313,5,9391,'','2013-11-03 04:57:56'),(35314,6,9391,'','2013-11-03 04:57:56'),(35315,7,9391,'DAY','2013-11-03 04:57:56'),(35316,1,9392,'','2013-11-03 05:05:13'),(35317,2,9392,'','2013-11-03 05:05:13'),(35318,3,9392,'','2013-11-03 05:05:13'),(35319,4,9392,'OPD','2013-11-03 05:05:13'),(35320,5,9392,'','2013-11-03 05:05:13'),(35321,6,9392,'605','2013-11-03 05:05:13'),(35322,7,9392,'DAY','2013-11-03 05:05:13'),(35323,1,9394,'','2013-11-03 05:05:13'),(35324,2,9394,'','2013-11-03 05:05:13'),(35325,3,9394,'','2013-11-03 05:05:13'),(35326,4,9394,'','2013-11-03 05:05:13'),(35327,5,9394,'','2013-11-03 05:05:13'),(35328,6,9394,'','2013-11-03 05:05:13'),(35329,7,9394,'DAY','2013-11-03 05:05:13'),(35330,1,9397,'','2013-11-03 05:05:14'),(35331,2,9397,'','2013-11-03 05:05:14'),(35332,3,9397,'','2013-11-03 05:05:14'),(35333,4,9397,'','2013-11-03 05:05:14'),(35334,5,9397,'','2013-11-03 05:05:14'),(35335,6,9397,'','2013-11-03 05:05:14'),(35336,7,9397,'DAY','2013-11-03 05:05:14'),(35337,1,9401,'','2013-11-03 05:05:14'),(35338,2,9401,'','2013-11-03 05:05:14'),(35339,3,9401,'','2013-11-03 05:05:14'),(35340,4,9401,'','2013-11-03 05:05:14'),(35341,5,9401,'','2013-11-03 05:05:14'),(35342,6,9401,'','2013-11-03 05:05:14'),(35343,7,9401,'DAY','2013-11-03 05:05:14'),(35344,1,9402,'3579664','2013-11-03 05:06:50'),(35345,2,9402,'590996','2013-11-03 05:06:50'),(35346,3,9402,'','2013-11-03 05:06:50'),(35347,4,9402,'SR','2013-11-03 05:06:50'),(35348,5,9402,'','2013-11-03 05:06:50'),(35349,6,9402,'11','2013-11-03 05:06:50'),(35350,7,9402,'DAY','2013-11-03 05:06:50'),(35351,1,9403,'','2013-11-03 05:23:53'),(35352,2,9403,'','2013-11-03 05:23:53'),(35353,3,9403,'','2013-11-03 05:23:53'),(35354,4,9403,'OPD','2013-11-03 05:23:53'),(35355,5,9403,'','2013-11-03 05:23:53'),(35356,6,9403,'94','2013-11-03 05:23:53'),(35357,7,9403,'DAY','2013-11-03 05:23:53'),(35358,1,9405,'','2013-11-03 05:23:53'),(35359,2,9405,'','2013-11-03 05:23:53'),(35360,3,9405,'','2013-11-03 05:23:53'),(35361,4,9405,'','2013-11-03 05:23:53'),(35362,5,9405,'','2013-11-03 05:23:53'),(35363,6,9405,'','2013-11-03 05:23:53'),(35364,7,9405,'DAY','2013-11-03 05:23:53'),(35365,1,9406,'3579675','2013-11-03 05:35:30'),(35366,2,9406,'','2013-11-03 05:35:30'),(35367,3,9406,'','2013-11-03 05:35:30'),(35368,4,9406,'OPD','2013-11-03 05:35:30'),(35369,5,9406,'','2013-11-03 05:35:30'),(35370,6,9406,'156','2013-11-03 05:35:30'),(35371,7,9406,'DAY','2013-11-03 05:35:30'),(35372,1,9408,'','2013-11-03 05:35:30'),(35373,2,9408,'','2013-11-03 05:35:30'),(35374,3,9408,'','2013-11-03 05:35:30'),(35375,4,9408,'','2013-11-03 05:35:30'),(35376,5,9408,'','2013-11-03 05:35:30'),(35377,6,9408,'','2013-11-03 05:35:30'),(35378,7,9408,'DAY','2013-11-03 05:35:30'),(35379,1,9409,'','2013-11-03 05:53:47'),(35380,2,9409,'','2013-11-03 05:53:47'),(35381,3,9409,'','2013-11-03 05:53:47'),(35382,4,9409,'OPD','2013-11-03 05:53:47'),(35383,5,9409,'','2013-11-03 05:53:47'),(35384,6,9409,'56','2013-11-03 05:53:47'),(35385,7,9409,'DAY','2013-11-03 05:53:47'),(35386,1,9410,'','2013-11-03 05:55:55'),(35387,2,9410,'','2013-11-03 05:55:55'),(35388,3,9410,'','2013-11-03 05:55:55'),(35389,4,9410,'OPD','2013-11-03 05:55:55'),(35390,5,9410,'','2013-11-03 05:55:55'),(35391,6,9410,'22','2013-11-03 05:55:55'),(35392,7,9410,'DAY','2013-11-03 05:55:55'),(35393,1,9411,'','2013-11-03 06:11:10'),(35394,2,9411,'','2013-11-03 06:11:10'),(35395,3,9411,'','2013-11-03 06:11:10'),(35396,4,9411,'OPD','2013-11-03 06:11:10'),(35397,5,9411,'','2013-11-03 06:11:10'),(35398,6,9411,'61','2013-11-03 06:11:10'),(35399,7,9411,'DAY','2013-11-03 06:11:10'),(35400,1,9412,'','2013-11-03 06:14:40'),(35401,2,9412,'','2013-11-03 06:14:40'),(35402,3,9412,'','2013-11-03 06:14:40'),(35403,4,9412,'OPD','2013-11-03 06:14:40'),(35404,5,9412,'','2013-11-03 06:14:40'),(35405,6,9412,'112','2013-11-03 06:14:40'),(35406,7,9412,'DAY','2013-11-03 06:14:40'),(35407,1,9414,'','2013-11-03 06:14:41'),(35408,2,9414,'','2013-11-03 06:14:41'),(35409,3,9414,'','2013-11-03 06:14:41'),(35410,4,9414,'','2013-11-03 06:14:41'),(35411,5,9414,'','2013-11-03 06:14:41'),(35412,6,9414,'','2013-11-03 06:14:41'),(35413,7,9414,'DAY','2013-11-03 06:14:41'),(35414,1,9417,'','2013-11-03 06:14:41'),(35415,2,9417,'','2013-11-03 06:14:41'),(35416,3,9417,'','2013-11-03 06:14:41'),(35417,4,9417,'','2013-11-03 06:14:41'),(35418,5,9417,'','2013-11-03 06:14:41'),(35419,6,9417,'','2013-11-03 06:14:41'),(35420,7,9417,'DAY','2013-11-03 06:14:41'),(35421,1,9418,'','2013-11-03 06:20:40'),(35422,2,9418,'','2013-11-03 06:20:40'),(35423,3,9418,'','2013-11-03 06:20:40'),(35424,4,9418,'OPD','2013-11-03 06:20:40'),(35425,5,9418,'','2013-11-03 06:20:40'),(35426,6,9418,'98','2013-11-03 06:20:40'),(35427,7,9418,'DAY','2013-11-03 06:20:40'),(35428,1,9420,'','2013-11-03 06:20:40'),(35429,2,9420,'','2013-11-03 06:20:40'),(35430,3,9420,'','2013-11-03 06:20:40'),(35431,4,9420,'','2013-11-03 06:20:40'),(35432,5,9420,'','2013-11-03 06:20:40'),(35433,6,9420,'','2013-11-03 06:20:40'),(35434,7,9420,'DAY','2013-11-03 06:20:40'),(35435,1,9421,'','2013-11-03 06:33:58'),(35436,2,9421,'','2013-11-03 06:33:58'),(35437,3,9421,'','2013-11-03 06:33:58'),(35438,4,9421,'OPD','2013-11-03 06:33:58'),(35439,5,9421,'','2013-11-03 06:33:58'),(35440,6,9421,'105','2013-11-03 06:33:58'),(35441,7,9421,'DAY','2013-11-03 06:33:58'),(35442,1,9423,'','2013-11-03 06:33:58'),(35443,2,9423,'','2013-11-03 06:33:58'),(35444,3,9423,'','2013-11-03 06:33:58'),(35445,4,9423,'','2013-11-03 06:33:58'),(35446,5,9423,'','2013-11-03 06:33:58'),(35447,6,9423,'','2013-11-03 06:33:58'),(35448,7,9423,'DAY','2013-11-03 06:33:58'),(35449,1,9426,'','2013-11-03 06:33:59'),(35450,2,9426,'','2013-11-03 06:33:59'),(35451,3,9426,'','2013-11-03 06:33:59'),(35452,4,9426,'','2013-11-03 06:33:59'),(35453,5,9426,'','2013-11-03 06:33:59'),(35454,6,9426,'','2013-11-03 06:33:59'),(35455,7,9426,'DAY','2013-11-03 06:33:59'),(35456,1,9427,'','2013-11-03 06:39:04'),(35457,2,9427,'','2013-11-03 06:39:04'),(35458,3,9427,'','2013-11-03 06:39:04'),(35459,4,9427,'OPD','2013-11-03 06:39:04'),(35460,5,9427,'','2013-11-03 06:39:04'),(35461,6,9427,'27','2013-11-03 06:39:04'),(35462,7,9427,'DAY','2013-11-03 06:39:04'),(35463,1,9428,'','2013-11-03 06:40:41'),(35464,2,9428,'','2013-11-03 06:40:41'),(35465,3,9428,'','2013-11-03 06:40:41'),(35466,4,9428,'OPD','2013-11-03 06:40:41'),(35467,5,9428,'','2013-11-03 06:40:41'),(35468,6,9428,'66','2013-11-03 06:40:41'),(35469,7,9428,'DAY','2013-11-03 06:40:41'),(35470,1,9429,'','2013-11-03 06:44:01'),(35471,2,9429,'','2013-11-03 06:44:01'),(35472,3,9429,'','2013-11-03 06:44:01'),(35473,4,9429,'OPD','2013-11-03 06:44:01'),(35474,5,9429,'','2013-11-03 06:44:01'),(35475,6,9429,'78','2013-11-03 06:44:01'),(35476,7,9429,'DAY','2013-11-03 06:44:01'),(35477,1,9430,'','2013-11-03 06:51:44'),(35478,2,9430,'591012','2013-11-03 06:51:44'),(35479,3,9430,'','2013-11-03 06:51:44'),(35480,4,9430,'OPD','2013-11-03 06:51:44'),(35481,5,9430,'','2013-11-03 06:51:44'),(35482,6,9430,'12','2013-11-03 06:51:44'),(35483,7,9430,'DAY','2013-11-03 06:51:44'),(35484,1,9431,'','2013-11-03 06:51:52'),(35485,2,9431,'','2013-11-03 06:51:52'),(35486,3,9431,'','2013-11-03 06:51:52'),(35487,4,9431,'','2013-11-03 06:51:52'),(35488,5,9431,'','2013-11-03 06:51:52'),(35489,6,9431,'','2013-11-03 06:51:52'),(35490,7,9431,'DAY','2013-11-03 06:51:52'),(35491,1,9432,'3579604','2013-11-03 06:56:08'),(35492,2,9432,'','2013-11-03 06:56:08'),(35493,3,9432,'','2013-11-03 06:56:08'),(35494,4,9432,'OPD','2013-11-03 06:56:08'),(35495,5,9432,'','2013-11-03 06:56:08'),(35496,6,9432,'48.24','2013-11-03 06:56:08'),(35497,7,9432,'DAY','2013-11-03 06:56:08'),(35498,1,9433,'3579606','2013-11-02 19:12:38'),(35499,2,9433,'','2013-11-02 19:12:38'),(35500,3,9433,'','2013-11-02 19:12:38'),(35501,4,9433,'OPD','2013-11-02 19:12:38'),(35502,5,9433,'','2013-11-02 19:12:38'),(35503,6,9433,'124','2013-11-02 19:12:38'),(35504,7,9433,'DAY','2013-11-02 19:12:38'),(35505,1,9435,'','2013-11-02 19:12:38'),(35506,2,9435,'','2013-11-02 19:12:38'),(35507,3,9435,'','2013-11-02 19:12:38'),(35508,4,9435,'','2013-11-02 19:12:38'),(35509,5,9435,'','2013-11-02 19:12:38'),(35510,6,9435,'','2013-11-02 19:12:38'),(35511,7,9435,'DAY','2013-11-02 19:12:38'),(35512,1,9438,'','2013-11-02 19:12:38'),(35513,2,9438,'','2013-11-02 19:12:38'),(35514,3,9438,'','2013-11-02 19:12:38'),(35515,4,9438,'','2013-11-02 19:12:38'),(35516,5,9438,'','2013-11-02 19:12:38'),(35517,6,9438,'','2013-11-02 19:12:38'),(35518,7,9438,'DAY','2013-11-02 19:12:38'),(35519,1,9439,'3571610','2013-11-02 19:16:06'),(35520,2,9439,'','2013-11-02 19:16:06'),(35521,3,9439,'','2013-11-02 19:16:06'),(35522,4,9439,'OPD','2013-11-02 19:16:06'),(35523,5,9439,'','2013-11-02 19:16:06'),(35524,6,9439,'68','2013-11-02 19:16:06'),(35525,7,9439,'DAY','2013-11-02 19:16:06'),(35526,1,9441,'','2013-11-02 19:16:06'),(35527,2,9441,'','2013-11-02 19:16:06'),(35528,3,9441,'','2013-11-02 19:16:06'),(35529,4,9441,'','2013-11-02 19:16:06'),(35530,5,9441,'','2013-11-02 19:16:06'),(35531,6,9441,'','2013-11-02 19:16:06'),(35532,7,9441,'DAY','2013-11-02 19:16:06'),(35533,1,9444,'','2013-11-02 19:16:06'),(35534,2,9444,'','2013-11-02 19:16:06'),(35535,3,9444,'','2013-11-02 19:16:06'),(35536,4,9444,'','2013-11-02 19:16:06'),(35537,5,9444,'','2013-11-02 19:16:06'),(35538,6,9444,'','2013-11-02 19:16:06'),(35539,7,9444,'DAY','2013-11-02 19:16:06'),(35540,1,9445,'','2013-11-02 19:19:20'),(35541,2,9445,'591020','2013-11-02 19:19:20'),(35542,3,9445,'','2013-11-02 19:19:20'),(35543,4,9445,'OPD','2013-11-02 19:19:20'),(35544,5,9445,'','2013-11-02 19:19:20'),(35545,6,9445,'53','2013-11-02 19:19:20'),(35546,7,9445,'DAY','2013-11-02 19:19:20'),(35547,1,9447,'','2013-11-02 19:19:21'),(35548,2,9447,'','2013-11-02 19:19:21'),(35549,3,9447,'','2013-11-02 19:19:21'),(35550,4,9447,'','2013-11-02 19:19:21'),(35551,5,9447,'','2013-11-02 19:19:21'),(35552,6,9447,'','2013-11-02 19:19:21'),(35553,7,9447,'DAY','2013-11-02 19:19:21'),(35554,1,9448,'3579619','2013-11-02 19:24:24'),(35555,2,9448,'','2013-11-02 19:24:24'),(35556,3,9448,'','2013-11-02 19:24:24'),(35557,4,9448,'OPD','2013-11-02 19:24:24'),(35558,5,9448,'','2013-11-02 19:24:24'),(35559,6,9448,'104','2013-11-02 19:24:24'),(35560,7,9448,'DAY','2013-11-02 19:24:24'),(35561,1,9450,'','2013-11-02 19:24:24'),(35562,2,9450,'','2013-11-02 19:24:24'),(35563,3,9450,'','2013-11-02 19:24:24'),(35564,4,9450,'','2013-11-02 19:24:24'),(35565,5,9450,'','2013-11-02 19:24:24'),(35566,6,9450,'','2013-11-02 19:24:24'),(35567,7,9450,'DAY','2013-11-02 19:24:24'),(35568,1,9451,'','2013-11-02 19:36:38'),(35569,2,9451,'','2013-11-02 19:36:38'),(35570,3,9451,'','2013-11-02 19:36:38'),(35571,4,9451,'OPD','2013-11-02 19:36:38'),(35572,5,9451,'','2013-11-02 19:36:38'),(35573,6,9451,'22','2013-11-02 19:36:38'),(35574,7,9451,'DAY','2013-11-02 19:36:38'),(35575,1,9452,'','2013-11-02 20:03:47'),(35576,2,9452,'','2013-11-02 20:03:47'),(35577,3,9452,'','2013-11-02 20:03:47'),(35578,4,9452,'OPD','2013-11-02 20:03:47'),(35579,5,9452,'','2013-11-02 20:03:47'),(35580,6,9452,'40','2013-11-02 20:03:47'),(35581,7,9452,'DAY','2013-11-02 20:03:47'),(35582,1,9454,'','2013-11-02 20:03:48'),(35583,2,9454,'','2013-11-02 20:03:48'),(35584,3,9454,'','2013-11-02 20:03:48'),(35585,4,9454,'','2013-11-02 20:03:48'),(35586,5,9454,'','2013-11-02 20:03:48'),(35587,6,9454,'','2013-11-02 20:03:48'),(35588,7,9454,'DAY','2013-11-02 20:03:48'),(35589,1,9455,'3579616','2013-11-02 20:10:01'),(35590,2,9455,'','2013-11-02 20:10:01'),(35591,3,9455,'','2013-11-02 20:10:01'),(35592,4,9455,'OPD','2013-11-02 20:10:01'),(35593,5,9455,'','2013-11-02 20:10:01'),(35594,6,9455,'44','2013-11-02 20:10:01'),(35595,7,9455,'DAY','2013-11-02 20:10:01'),(35596,1,9456,'','2013-11-02 20:30:04'),(35597,2,9456,'591033','2013-11-02 20:30:04'),(35598,3,9456,'','2013-11-02 20:30:04'),(35599,4,9456,'','2013-11-02 20:30:04'),(35600,5,9456,'','2013-11-02 20:30:04'),(35601,6,9456,'12','2013-11-02 20:30:04'),(35602,7,9456,'DAY','2013-11-02 20:30:04'),(35603,1,9457,'','2013-11-02 20:43:40'),(35604,2,9457,'591035','2013-11-02 20:43:40'),(35605,3,9457,'','2013-11-02 20:43:40'),(35606,4,9457,'OUT','2013-11-02 20:43:40'),(35607,5,9457,'','2013-11-02 20:43:40'),(35608,6,9457,'','2013-11-02 20:43:40'),(35609,7,9457,'DAY','2013-11-02 20:43:41'),(35610,1,9458,'5901036','2013-11-02 20:47:43'),(35611,2,9458,'','2013-11-02 20:47:43'),(35612,3,9458,'','2013-11-02 20:47:43'),(35613,4,9458,'','2013-11-02 20:47:43'),(35614,5,9458,'','2013-11-02 20:47:43'),(35615,6,9458,'','2013-11-02 20:47:43'),(35616,7,9458,'DAY','2013-11-02 20:47:43'),(35617,1,9459,'','2013-11-02 20:50:20'),(35618,2,9459,'','2013-11-02 20:50:20'),(35619,3,9459,'','2013-11-02 20:50:20'),(35620,4,9459,'','2013-11-02 20:50:20'),(35621,5,9459,'','2013-11-02 20:50:20'),(35622,6,9459,'','2013-11-02 20:50:20'),(35623,7,9459,'DAY','2013-11-02 20:50:20'),(35624,1,9460,'','2013-11-02 21:12:46'),(35625,2,9460,'591041','2013-11-02 21:12:46'),(35626,3,9460,'','2013-11-02 21:12:46'),(35627,4,9460,'','2013-11-02 21:12:46'),(35628,5,9460,'','2013-11-02 21:12:46'),(35629,6,9460,'','2013-11-02 21:12:46'),(35630,7,9460,'DAY','2013-11-02 21:12:46'),(35631,1,9462,'','2013-11-02 21:12:46'),(35632,2,9462,'','2013-11-02 21:12:46'),(35633,3,9462,'','2013-11-02 21:12:46'),(35634,4,9462,'','2013-11-02 21:12:46'),(35635,5,9462,'','2013-11-02 21:12:46'),(35636,6,9462,'','2013-11-02 21:12:46'),(35637,7,9462,'DAY','2013-11-02 21:12:46'),(35638,1,9463,'','2013-11-02 21:57:05'),(35639,2,9463,'','2013-11-02 21:57:05'),(35640,3,9463,'','2013-11-02 21:57:05'),(35641,4,9463,'','2013-11-02 21:57:05'),(35642,5,9463,'','2013-11-02 21:57:05'),(35643,6,9463,'','2013-11-02 21:57:05'),(35644,7,9463,'DAY','2013-11-02 21:57:05'),(35645,1,9464,'','2013-11-02 21:58:17'),(35646,2,9464,'591081','2013-11-02 21:58:17'),(35647,3,9464,'','2013-11-02 21:58:17'),(35648,4,9464,'','2013-11-02 21:58:17'),(35649,5,9464,'','2013-11-02 21:58:17'),(35650,6,9464,'','2013-11-02 21:58:17'),(35651,7,9464,'DAY','2013-11-02 21:58:17'),(35652,1,9466,'','2013-11-02 21:58:17'),(35653,2,9466,'','2013-11-02 21:58:17'),(35654,3,9466,'','2013-11-02 21:58:17'),(35655,4,9466,'','2013-11-02 21:58:17'),(35656,5,9466,'','2013-11-02 21:58:17'),(35657,6,9466,'','2013-11-02 21:58:17'),(35658,7,9466,'DAY','2013-11-02 21:58:17'),(35659,1,9469,'','2013-11-02 21:58:17'),(35660,2,9469,'','2013-11-02 21:58:17'),(35661,3,9469,'','2013-11-02 21:58:17'),(35662,4,9469,'','2013-11-02 21:58:17'),(35663,5,9469,'','2013-11-02 21:58:17'),(35664,6,9469,'','2013-11-02 21:58:17'),(35665,7,9469,'DAY','2013-11-02 21:58:17'),(35666,1,9473,'','2013-11-02 21:58:17'),(35667,2,9473,'','2013-11-02 21:58:17'),(35668,3,9473,'','2013-11-02 21:58:17'),(35669,4,9473,'','2013-11-02 21:58:17'),(35670,5,9473,'','2013-11-02 21:58:17'),(35671,6,9473,'','2013-11-02 21:58:17'),(35672,7,9473,'DAY','2013-11-02 21:58:17'),(35673,1,9474,'','2013-11-02 22:05:55'),(35674,2,9474,'','2013-11-02 22:05:55'),(35675,3,9474,'','2013-11-02 22:05:55'),(35676,4,9474,'','2013-11-02 22:05:55'),(35677,5,9474,'','2013-11-02 22:05:55'),(35678,6,9474,'','2013-11-02 22:05:55'),(35679,7,9474,'DAY','2013-11-02 22:05:55'),(35680,1,9475,'','2013-11-02 22:06:13'),(35681,2,9475,'','2013-11-02 22:06:13'),(35682,3,9475,'','2013-11-02 22:06:13'),(35683,4,9475,'','2013-11-02 22:06:13'),(35684,5,9475,'','2013-11-02 22:06:13'),(35685,6,9475,'','2013-11-02 22:06:13'),(35686,7,9475,'DAY','2013-11-02 22:06:13'),(35687,1,9476,'','2013-11-02 22:06:51'),(35688,2,9476,'','2013-11-02 22:06:51'),(35689,3,9476,'','2013-11-02 22:06:51'),(35690,4,9476,'','2013-11-02 22:06:51'),(35691,5,9476,'','2013-11-02 22:06:51'),(35692,6,9476,'','2013-11-02 22:06:51'),(35693,7,9476,'DAY','2013-11-02 22:06:51'),(35694,1,9477,'','2013-11-02 22:07:50'),(35695,2,9477,'5901059','2013-11-02 22:07:50'),(35696,3,9477,'','2013-11-02 22:07:50'),(35697,4,9477,'','2013-11-02 22:07:50'),(35698,5,9477,'','2013-11-02 22:07:50'),(35699,6,9477,'','2013-11-02 22:07:50'),(35700,7,9477,'DAY','2013-11-02 22:07:50'),(35701,1,9478,'','2013-11-02 22:12:15'),(35702,2,9478,'','2013-11-02 22:12:15'),(35703,3,9478,'','2013-11-02 22:12:15'),(35704,4,9478,'','2013-11-02 22:12:15'),(35705,5,9478,'','2013-11-02 22:12:15'),(35706,6,9478,'','2013-11-02 22:12:15'),(35707,7,9478,'DAY','2013-11-02 22:12:15'),(35708,1,9479,'','2013-11-02 22:19:06'),(35709,2,9479,'591067','2013-11-02 22:19:06'),(35710,3,9479,'','2013-11-02 22:19:06'),(35711,4,9479,'','2013-11-02 22:19:06'),(35712,5,9479,'','2013-11-02 22:19:06'),(35713,6,9479,'','2013-11-02 22:19:06'),(35714,7,9479,'DAY','2013-11-02 22:19:06'),(35715,1,9480,'591071','2013-11-02 22:25:22'),(35716,2,9480,'','2013-11-02 22:25:22'),(35717,3,9480,'','2013-11-02 22:25:22'),(35718,4,9480,'','2013-11-02 22:25:22'),(35719,5,9480,'','2013-11-02 22:25:22'),(35720,6,9480,'122','2013-11-02 22:25:22'),(35721,7,9480,'DAY','2013-11-02 22:25:22'),(35722,1,9482,'','2013-11-02 22:25:22'),(35723,2,9482,'','2013-11-02 22:25:22'),(35724,3,9482,'','2013-11-02 22:25:22'),(35725,4,9482,'','2013-11-02 22:25:22'),(35726,5,9482,'','2013-11-02 22:25:22'),(35727,6,9482,'','2013-11-02 22:25:22'),(35728,7,9482,'DAY','2013-11-02 22:25:22'),(35729,1,9485,'','2013-11-02 22:25:22'),(35730,2,9485,'','2013-11-02 22:25:22'),(35731,3,9485,'','2013-11-02 22:25:22'),(35732,4,9485,'','2013-11-02 22:25:22'),(35733,5,9485,'','2013-11-02 22:25:22'),(35734,6,9485,'','2013-11-02 22:25:22'),(35735,7,9485,'DAY','2013-11-02 22:25:22'),(35736,1,9486,'','2013-11-02 22:31:05'),(35737,2,9486,'591072','2013-11-02 22:31:05'),(35738,3,9486,'','2013-11-02 22:31:05'),(35739,4,9486,'','2013-11-02 22:31:05'),(35740,5,9486,'','2013-11-02 22:31:05'),(35741,6,9486,'17','2013-11-02 22:31:05'),(35742,7,9486,'DAY','2013-11-02 22:31:05'),(35743,1,9487,'','2013-11-02 22:32:10'),(35744,2,9487,'','2013-11-02 22:32:10'),(35745,3,9487,'','2013-11-02 22:32:10'),(35746,4,9487,'','2013-11-02 22:32:10'),(35747,5,9487,'','2013-11-02 22:32:10'),(35748,6,9487,'','2013-11-02 22:32:10'),(35749,7,9487,'DAY','2013-11-02 22:32:10'),(35750,1,9488,'','2013-11-02 22:32:52'),(35751,2,9488,'','2013-11-02 22:32:52'),(35752,3,9488,'','2013-11-02 22:32:52'),(35753,4,9488,'','2013-11-02 22:32:52'),(35754,5,9488,'','2013-11-02 22:32:52'),(35755,6,9488,'52','2013-11-02 22:32:52'),(35756,7,9488,'DAY','2013-11-02 22:32:52'),(35757,1,9490,'','2013-11-02 22:32:53'),(35758,2,9490,'','2013-11-02 22:32:53'),(35759,3,9490,'','2013-11-02 22:32:53'),(35760,4,9490,'','2013-11-02 22:32:53'),(35761,5,9490,'','2013-11-02 22:32:53'),(35762,6,9490,'','2013-11-02 22:32:53'),(35763,7,9490,'DAY','2013-11-02 22:32:53'),(35764,1,9491,'','2013-11-02 22:34:49'),(35765,2,9491,'','2013-11-02 22:34:49'),(35766,3,9491,'','2013-11-02 22:34:49'),(35767,4,9491,'','2013-11-02 22:34:49'),(35768,5,9491,'','2013-11-02 22:34:49'),(35769,6,9491,'','2013-11-02 22:34:49'),(35770,7,9491,'DAY','2013-11-02 22:34:49'),(35771,1,9492,'','2013-11-02 22:38:42'),(35772,2,9492,'','2013-11-02 22:38:42'),(35773,3,9492,'','2013-11-02 22:38:42'),(35774,4,9492,'','2013-11-02 22:38:42'),(35775,5,9492,'','2013-11-02 22:38:42'),(35776,6,9492,'105','2013-11-02 22:38:42'),(35777,7,9492,'DAY','2013-11-02 22:38:42'),(35778,1,9494,'','2013-11-02 22:38:42'),(35779,2,9494,'','2013-11-02 22:38:42'),(35780,3,9494,'','2013-11-02 22:38:42'),(35781,4,9494,'','2013-11-02 22:38:42'),(35782,5,9494,'','2013-11-02 22:38:42'),(35783,6,9494,'','2013-11-02 22:38:42'),(35784,7,9494,'DAY','2013-11-02 22:38:42'),(35785,1,9495,'','2013-11-02 22:40:36'),(35786,2,9495,'','2013-11-02 22:40:36'),(35787,3,9495,'','2013-11-02 22:40:36'),(35788,4,9495,'','2013-11-02 22:40:36'),(35789,5,9495,'','2013-11-02 22:40:36'),(35790,6,9495,'37','2013-11-02 22:40:36'),(35791,7,9495,'DAY','2013-11-02 22:40:36'),(35792,1,9496,'','2013-11-02 22:41:32'),(35793,2,9496,'','2013-11-02 22:41:32'),(35794,3,9496,'','2013-11-02 22:41:32'),(35795,4,9496,'','2013-11-02 22:41:32'),(35796,5,9496,'','2013-11-02 22:41:32'),(35797,6,9496,'','2013-11-02 22:41:32'),(35798,7,9496,'DAY','2013-11-02 22:41:32'),(35799,1,9497,'','2013-11-02 22:43:31'),(35800,2,9497,'','2013-11-02 22:43:31'),(35801,3,9497,'','2013-11-02 22:43:31'),(35802,4,9497,'','2013-11-02 22:43:31'),(35803,5,9497,'','2013-11-02 22:43:31'),(35804,6,9497,'','2013-11-02 22:43:31'),(35805,7,9497,'DAY','2013-11-02 22:43:31'),(35806,1,9499,'','2013-11-02 22:43:31'),(35807,2,9499,'','2013-11-02 22:43:31'),(35808,3,9499,'','2013-11-02 22:43:31'),(35809,4,9499,'','2013-11-02 22:43:31'),(35810,5,9499,'','2013-11-02 22:43:31'),(35811,6,9499,'','2013-11-02 22:43:31'),(35812,7,9499,'DAY','2013-11-02 22:43:31'),(35813,1,9500,'','2013-11-02 22:51:34'),(35814,2,9500,'591075','2013-11-02 22:51:34'),(35815,3,9500,'','2013-11-02 22:51:34'),(35816,4,9500,'','2013-11-02 22:51:34'),(35817,5,9500,'','2013-11-02 22:51:34'),(35818,6,9500,'','2013-11-02 22:51:34'),(35819,7,9500,'DAY','2013-11-02 22:51:34'),(35820,1,9502,'','2013-11-02 22:51:34'),(35821,2,9502,'','2013-11-02 22:51:34'),(35822,3,9502,'','2013-11-02 22:51:34'),(35823,4,9502,'','2013-11-02 22:51:34'),(35824,5,9502,'','2013-11-02 22:51:34'),(35825,6,9502,'','2013-11-02 22:51:34'),(35826,7,9502,'DAY','2013-11-02 22:51:34'),(35827,1,9503,'','2013-11-02 22:56:09'),(35828,2,9503,'','2013-11-02 22:56:09'),(35829,3,9503,'','2013-11-02 22:56:09'),(35830,4,9503,'','2013-11-02 22:56:09'),(35831,5,9503,'','2013-11-02 22:56:09'),(35832,6,9503,'','2013-11-02 22:56:09'),(35833,7,9503,'DAY','2013-11-02 22:56:09'),(35834,1,9505,'','2013-11-02 22:56:09'),(35835,2,9505,'','2013-11-02 22:56:09'),(35836,3,9505,'','2013-11-02 22:56:09'),(35837,4,9505,'','2013-11-02 22:56:09'),(35838,5,9505,'','2013-11-02 22:56:09'),(35839,6,9505,'','2013-11-02 22:56:09'),(35840,7,9505,'DAY','2013-11-02 22:56:09'),(35841,1,9508,'','2013-11-02 22:56:09'),(35842,2,9508,'','2013-11-02 22:56:09'),(35843,3,9508,'','2013-11-02 22:56:09'),(35844,4,9508,'','2013-11-02 22:56:09'),(35845,5,9508,'','2013-11-02 22:56:09'),(35846,6,9508,'','2013-11-02 22:56:09'),(35847,7,9508,'DAY','2013-11-02 22:56:09'),(35848,1,9512,'','2013-11-02 22:56:10'),(35849,2,9512,'','2013-11-02 22:56:10'),(35850,3,9512,'','2013-11-02 22:56:10'),(35851,4,9512,'','2013-11-02 22:56:10'),(35852,5,9512,'','2013-11-02 22:56:10'),(35853,6,9512,'','2013-11-02 22:56:10'),(35854,7,9512,'DAY','2013-11-02 22:56:10'),(35855,1,9513,'','2013-11-02 22:57:32'),(35856,2,9513,'','2013-11-02 22:57:32'),(35857,3,9513,'','2013-11-02 22:57:32'),(35858,4,9513,'','2013-11-02 22:57:32'),(35859,5,9513,'','2013-11-02 22:57:32'),(35860,6,9513,'','2013-11-02 22:57:32'),(35861,7,9513,'DAY','2013-11-02 22:57:32'),(35862,1,9514,'','2013-11-02 22:58:04'),(35863,2,9514,'591076','2013-11-02 22:58:04'),(35864,3,9514,'','2013-11-02 22:58:04'),(35865,4,9514,'','2013-11-02 22:58:04'),(35866,5,9514,'','2013-11-02 22:58:04'),(35867,6,9514,'196','2013-11-02 22:58:04'),(35868,7,9514,'DAY','2013-11-02 22:58:04'),(35869,1,9516,'','2013-11-02 22:58:04'),(35870,2,9516,'','2013-11-02 22:58:04'),(35871,3,9516,'','2013-11-02 22:58:04'),(35872,4,9516,'','2013-11-02 22:58:04'),(35873,5,9516,'','2013-11-02 22:58:04'),(35874,6,9516,'','2013-11-02 22:58:04'),(35875,7,9516,'DAY','2013-11-02 22:58:04'),(35876,1,9519,'','2013-11-02 22:58:04'),(35877,2,9519,'','2013-11-02 22:58:04'),(35878,3,9519,'','2013-11-02 22:58:04'),(35879,4,9519,'','2013-11-02 22:58:04'),(35880,5,9519,'','2013-11-02 22:58:04'),(35881,6,9519,'','2013-11-02 22:58:04'),(35882,7,9519,'DAY','2013-11-02 22:58:04'),(35883,1,9523,'','2013-11-02 22:58:04'),(35884,2,9523,'','2013-11-02 22:58:04'),(35885,3,9523,'','2013-11-02 22:58:04'),(35886,4,9523,'','2013-11-02 22:58:04'),(35887,5,9523,'','2013-11-02 22:58:04'),(35888,6,9523,'','2013-11-02 22:58:04'),(35889,7,9523,'DAY','2013-11-02 22:58:04'),(35890,1,9524,'','2013-11-02 23:00:14'),(35891,2,9524,'','2013-11-02 23:00:14'),(35892,3,9524,'','2013-11-02 23:00:14'),(35893,4,9524,'','2013-11-02 23:00:14'),(35894,5,9524,'','2013-11-02 23:00:14'),(35895,6,9524,'111','2013-11-02 23:00:14'),(35896,7,9524,'DAY','2013-11-02 23:00:14'),(35897,1,9526,'','2013-11-02 23:00:15'),(35898,2,9526,'','2013-11-02 23:00:15'),(35899,3,9526,'','2013-11-02 23:00:15'),(35900,4,9526,'','2013-11-02 23:00:15'),(35901,5,9526,'','2013-11-02 23:00:15'),(35902,6,9526,'','2013-11-02 23:00:15'),(35903,7,9526,'DAY','2013-11-02 23:00:15'),(35904,1,9529,'','2013-11-02 23:00:15'),(35905,2,9529,'','2013-11-02 23:00:15'),(35906,3,9529,'','2013-11-02 23:00:15'),(35907,4,9529,'','2013-11-02 23:00:15'),(35908,5,9529,'','2013-11-02 23:00:15'),(35909,6,9529,'','2013-11-02 23:00:15'),(35910,7,9529,'DAY','2013-11-02 23:00:15'),(35911,1,9530,'','2013-11-02 23:02:25'),(35912,2,9530,'','2013-11-02 23:02:25'),(35913,3,9530,'','2013-11-02 23:02:25'),(35914,4,9530,'','2013-11-02 23:02:25'),(35915,5,9530,'','2013-11-02 23:02:25'),(35916,6,9530,'76.4','2013-11-02 23:02:25'),(35917,7,9530,'DAY','2013-11-02 23:02:25'),(35918,1,9532,'','2013-11-02 23:02:25'),(35919,2,9532,'','2013-11-02 23:02:25'),(35920,3,9532,'','2013-11-02 23:02:25'),(35921,4,9532,'','2013-11-02 23:02:25'),(35922,5,9532,'','2013-11-02 23:02:25'),(35923,6,9532,'','2013-11-02 23:02:25'),(35924,7,9532,'DAY','2013-11-02 23:02:25'),(35925,1,9533,'','2013-11-02 23:08:33'),(35926,2,9533,'','2013-11-02 23:08:33'),(35927,3,9533,'','2013-11-02 23:08:33'),(35928,4,9533,'','2013-11-02 23:08:33'),(35929,5,9533,'','2013-11-02 23:08:33'),(35930,6,9533,'','2013-11-02 23:08:33'),(35931,7,9533,'DAY','2013-11-02 23:08:33'),(35932,1,9534,'3579799','2013-11-02 23:08:37'),(35933,2,9534,'','2013-11-02 23:08:37'),(35934,3,9534,'','2013-11-02 23:08:37'),(35935,4,9534,'OPD','2013-11-02 23:08:37'),(35936,5,9534,'','2013-11-02 23:08:37'),(35937,6,9534,'112','2013-11-02 23:08:37'),(35938,7,9534,'DAY','2013-11-02 23:08:37'),(35939,1,9536,'','2013-11-02 23:08:37'),(35940,2,9536,'','2013-11-02 23:08:37'),(35941,3,9536,'','2013-11-02 23:08:37'),(35942,4,9536,'','2013-11-02 23:08:37'),(35943,5,9536,'','2013-11-02 23:08:37'),(35944,6,9536,'','2013-11-02 23:08:37'),(35945,7,9536,'DAY','2013-11-02 23:08:37'),(35946,1,9539,'','2013-11-02 23:08:37'),(35947,2,9539,'','2013-11-02 23:08:37'),(35948,3,9539,'','2013-11-02 23:08:37'),(35949,4,9539,'','2013-11-02 23:08:37'),(35950,5,9539,'','2013-11-02 23:08:37'),(35951,6,9539,'','2013-11-02 23:08:37'),(35952,7,9539,'DAY','2013-11-02 23:08:37'),(35953,1,9540,'','2013-11-02 23:31:59'),(35954,2,9540,'591083','2013-11-02 23:31:59'),(35955,3,9540,'','2013-11-02 23:31:59'),(35956,4,9540,'OPD','2013-11-02 23:31:59'),(35957,5,9540,'','2013-11-02 23:31:59'),(35958,6,9540,'47','2013-11-02 23:31:59'),(35959,7,9540,'DAY','2013-11-02 23:31:59'),(35960,1,9542,'','2013-11-02 23:32:00'),(35961,2,9542,'','2013-11-02 23:32:00'),(35962,3,9542,'','2013-11-02 23:32:00'),(35963,4,9542,'','2013-11-02 23:32:00'),(35964,5,9542,'','2013-11-02 23:32:00'),(35965,6,9542,'','2013-11-02 23:32:00'),(35966,7,9542,'DAY','2013-11-02 23:32:00'),(35967,1,9543,'','2013-11-02 23:54:11'),(35968,2,9543,'','2013-11-02 23:54:11'),(35969,3,9543,'','2013-11-02 23:54:11'),(35970,4,9543,'OPD','2013-11-02 23:54:11'),(35971,5,9543,'','2013-11-02 23:54:11'),(35972,6,9543,'94','2013-11-02 23:54:11'),(35973,7,9543,'DAY','2013-11-02 23:54:11'),(35974,1,9545,'','2013-11-02 23:54:11'),(35975,2,9545,'','2013-11-02 23:54:11'),(35976,3,9545,'','2013-11-02 23:54:11'),(35977,4,9545,'','2013-11-02 23:54:11'),(35978,5,9545,'','2013-11-02 23:54:11'),(35979,6,9545,'','2013-11-02 23:54:11'),(35980,7,9545,'DAY','2013-11-02 23:54:11'),(35981,1,9546,'','2013-11-03 00:15:07'),(35982,2,9546,'','2013-11-03 00:15:07'),(35983,3,9546,'','2013-11-03 00:15:07'),(35984,4,9546,'OPD','2013-11-03 00:15:07'),(35985,5,9546,'','2013-11-03 00:15:07'),(35986,6,9546,'240','2013-11-03 00:15:07'),(35987,7,9546,'DAY','2013-11-03 00:15:07'),(35988,1,9548,'','2013-11-03 00:15:07'),(35989,2,9548,'','2013-11-03 00:15:07'),(35990,3,9548,'','2013-11-03 00:15:07'),(35991,4,9548,'','2013-11-03 00:15:07'),(35992,5,9548,'','2013-11-03 00:15:07'),(35993,6,9548,'','2013-11-03 00:15:07'),(35994,7,9548,'DAY','2013-11-03 00:15:07'),(35995,1,9549,'','2013-11-03 00:31:36'),(35996,2,9549,'','2013-11-03 00:31:36'),(35997,3,9549,'','2013-11-03 00:31:36'),(35998,4,9549,'OPD','2013-11-03 00:31:36'),(35999,5,9549,'','2013-11-03 00:31:36'),(36000,6,9549,'392','2013-11-03 00:31:36'),(36001,7,9549,'DAY','2013-11-03 00:31:36'),(36002,1,9551,'','2013-11-03 00:31:36'),(36003,2,9551,'','2013-11-03 00:31:36'),(36004,3,9551,'','2013-11-03 00:31:36'),(36005,4,9551,'','2013-11-03 00:31:36'),(36006,5,9551,'','2013-11-03 00:31:36'),(36007,6,9551,'','2013-11-03 00:31:36'),(36008,7,9551,'DAY','2013-11-03 00:31:36'),(36009,1,9554,'','2013-11-03 00:31:37'),(36010,2,9554,'','2013-11-03 00:31:37'),(36011,3,9554,'','2013-11-03 00:31:37'),(36012,4,9554,'','2013-11-03 00:31:37'),(36013,5,9554,'','2013-11-03 00:31:37'),(36014,6,9554,'','2013-11-03 00:31:37'),(36015,7,9554,'DAY','2013-11-03 00:31:37'),(36016,1,9555,'','2013-11-03 00:46:09'),(36017,2,9555,'591096','2013-11-03 00:46:09'),(36018,3,9555,'','2013-11-03 00:46:09'),(36019,4,9555,'OUT','2013-11-03 00:46:09'),(36020,5,9555,'','2013-11-03 00:46:09'),(36021,6,9555,'30','2013-11-03 00:46:09'),(36022,7,9555,'DAY','2013-11-03 00:46:09'),(36023,1,9556,'','2013-11-03 01:07:47'),(36024,2,9556,'591097','2013-11-03 01:07:47'),(36025,3,9556,'','2013-11-03 01:07:47'),(36026,4,9556,'OPD','2013-11-03 01:07:47'),(36027,5,9556,'','2013-11-03 01:07:47'),(36028,6,9556,'60','2013-11-03 01:07:47'),(36029,7,9556,'DAY','2013-11-03 01:07:47'),(36030,1,9557,'3579877','2013-11-03 01:12:02'),(36031,2,9557,'','2013-11-03 01:12:02'),(36032,3,9557,'','2013-11-03 01:12:02'),(36033,4,9557,'OPD','2013-11-03 01:12:02'),(36034,5,9557,'','2013-11-03 01:12:02'),(36035,6,9557,'105','2013-11-03 01:12:02'),(36036,7,9557,'DAY','2013-11-03 01:12:02'),(36037,1,9559,'','2013-11-03 01:12:02'),(36038,2,9559,'','2013-11-03 01:12:02'),(36039,3,9559,'','2013-11-03 01:12:02'),(36040,4,9559,'','2013-11-03 01:12:02'),(36041,5,9559,'','2013-11-03 01:12:02'),(36042,6,9559,'','2013-11-03 01:12:02'),(36043,7,9559,'DAY','2013-11-03 01:12:02'),(36044,1,9560,'','2013-11-03 01:15:22'),(36045,2,9560,'','2013-11-03 01:15:22'),(36046,3,9560,'','2013-11-03 01:15:22'),(36047,4,9560,'','2013-11-03 01:15:22'),(36048,5,9560,'','2013-11-03 01:15:22'),(36049,6,9560,'134','2013-11-03 01:15:22'),(36050,7,9560,'DAY','2013-11-03 01:15:22'),(36051,1,9562,'','2013-11-03 01:15:22'),(36052,2,9562,'','2013-11-03 01:15:22'),(36053,3,9562,'','2013-11-03 01:15:22'),(36054,4,9562,'','2013-11-03 01:15:22'),(36055,5,9562,'','2013-11-03 01:15:22'),(36056,6,9562,'','2013-11-03 01:15:22'),(36057,7,9562,'DAY','2013-11-03 01:15:22'),(36058,1,9565,'','2013-11-03 01:15:23'),(36059,2,9565,'','2013-11-03 01:15:23'),(36060,3,9565,'','2013-11-03 01:15:23'),(36061,4,9565,'','2013-11-03 01:15:23'),(36062,5,9565,'','2013-11-03 01:15:23'),(36063,6,9565,'','2013-11-03 01:15:23'),(36064,7,9565,'DAY','2013-11-03 01:15:23'),(36065,1,9566,'','2013-11-03 01:16:56'),(36066,2,9566,'591102','2013-11-03 01:16:56'),(36067,3,9566,'','2013-11-03 01:16:56'),(36068,4,9566,'','2013-11-03 01:16:56'),(36069,5,9566,'','2013-11-03 01:16:56'),(36070,6,9566,'','2013-11-03 01:16:56'),(36071,7,9566,'DAY','2013-11-03 01:16:56'),(36072,1,9567,'','2013-11-03 01:18:59'),(36073,2,9567,'591100','2013-11-03 01:18:59'),(36074,3,9567,'','2013-11-03 01:18:59'),(36075,4,9567,'','2013-11-03 01:18:59'),(36076,5,9567,'','2013-11-03 01:18:59'),(36077,6,9567,'135','2013-11-03 01:18:59'),(36078,7,9567,'DAY','2013-11-03 01:18:59'),(36079,1,9569,'','2013-11-03 01:18:59'),(36080,2,9569,'','2013-11-03 01:18:59'),(36081,3,9569,'','2013-11-03 01:18:59'),(36082,4,9569,'','2013-11-03 01:18:59'),(36083,5,9569,'','2013-11-03 01:18:59'),(36084,6,9569,'','2013-11-03 01:18:59'),(36085,7,9569,'DAY','2013-11-03 01:18:59'),(36086,1,9570,'3579889','2013-11-03 01:29:17'),(36087,2,9570,'','2013-11-03 01:29:17'),(36088,3,9570,'','2013-11-03 01:29:17'),(36089,4,9570,'OPD','2013-11-03 01:29:17'),(36090,5,9570,'','2013-11-03 01:29:17'),(36091,6,9570,'48','2013-11-03 01:29:17'),(36092,7,9570,'DAY','2013-11-03 01:29:17'),(36093,1,9572,'','2013-11-03 01:29:17'),(36094,2,9572,'','2013-11-03 01:29:17'),(36095,3,9572,'','2013-11-03 01:29:17'),(36096,4,9572,'','2013-11-03 01:29:17'),(36097,5,9572,'','2013-11-03 01:29:17'),(36098,6,9572,'','2013-11-03 01:29:17'),(36099,7,9572,'DAY','2013-11-03 01:29:17'),(36100,1,9575,'','2013-11-03 01:29:18'),(36101,2,9575,'','2013-11-03 01:29:18'),(36102,3,9575,'','2013-11-03 01:29:18'),(36103,4,9575,'','2013-11-03 01:29:18'),(36104,5,9575,'','2013-11-03 01:29:18'),(36105,6,9575,'','2013-11-03 01:29:18'),(36106,7,9575,'DAY','2013-11-03 01:29:18'),(36107,1,9576,'','2013-11-03 01:32:39'),(36108,2,9576,'','2013-11-03 01:32:39'),(36109,3,9576,'','2013-11-03 01:32:39'),(36110,4,9576,'OPD','2013-11-03 01:32:39'),(36111,5,9576,'','2013-11-03 01:32:39'),(36112,6,9576,'19','2013-11-03 01:32:39'),(36113,7,9576,'DAY','2013-11-03 01:32:39'),(36114,1,9577,'3571257','2013-11-03 01:37:03'),(36115,2,9577,'','2013-11-03 01:37:03'),(36116,3,9577,'','2013-11-03 01:37:03'),(36117,4,9577,'OPD','2013-11-03 01:37:03'),(36118,5,9577,'','2013-11-03 01:37:03'),(36119,6,9577,'27','2013-11-03 01:37:03'),(36120,7,9577,'DAY','2013-11-03 01:37:03'),(36121,1,9578,'','2013-11-03 01:55:24'),(36122,2,9578,'','2013-11-03 01:55:24'),(36123,3,9578,'','2013-11-03 01:55:24'),(36124,4,9578,'OPD','2013-11-03 01:55:24'),(36125,5,9578,'','2013-11-03 01:55:24'),(36126,6,9578,'35','2013-11-03 01:55:24'),(36127,7,9578,'DAY','2013-11-03 01:55:24'),(36128,1,9580,'','2013-11-03 01:55:24'),(36129,2,9580,'','2013-11-03 01:55:24'),(36130,3,9580,'','2013-11-03 01:55:24'),(36131,4,9580,'','2013-11-03 01:55:24'),(36132,5,9580,'','2013-11-03 01:55:24'),(36133,6,9580,'','2013-11-03 01:55:24'),(36134,7,9580,'DAY','2013-11-03 01:55:24'),(36135,1,9581,'','2013-11-03 02:00:50'),(36136,2,9581,'','2013-11-03 02:00:50'),(36137,3,9581,'','2013-11-03 02:00:50'),(36138,4,9581,'OPD','2013-11-03 02:00:50'),(36139,5,9581,'','2013-11-03 02:00:50'),(36140,6,9581,'105','2013-11-03 02:00:50'),(36141,7,9581,'DAY','2013-11-03 02:00:50'),(36142,1,9583,'','2013-11-03 02:00:50'),(36143,2,9583,'','2013-11-03 02:00:50'),(36144,3,9583,'','2013-11-03 02:00:50'),(36145,4,9583,'','2013-11-03 02:00:50'),(36146,5,9583,'','2013-11-03 02:00:50'),(36147,6,9583,'','2013-11-03 02:00:50'),(36148,7,9583,'DAY','2013-11-03 02:00:50'),(36149,1,9586,'','2013-11-03 02:00:51'),(36150,2,9586,'','2013-11-03 02:00:51'),(36151,3,9586,'','2013-11-03 02:00:51'),(36152,4,9586,'','2013-11-03 02:00:51'),(36153,5,9586,'','2013-11-03 02:00:51'),(36154,6,9586,'','2013-11-03 02:00:51'),(36155,7,9586,'DAY','2013-11-03 02:00:51'),(36156,1,9590,'','2013-11-03 02:00:51'),(36157,2,9590,'','2013-11-03 02:00:51'),(36158,3,9590,'','2013-11-03 02:00:51'),(36159,4,9590,'','2013-11-03 02:00:51'),(36160,5,9590,'','2013-11-03 02:00:51'),(36161,6,9590,'','2013-11-03 02:00:51'),(36162,7,9590,'DAY','2013-11-03 02:00:51'),(36163,1,9591,'3579912','2013-11-03 02:17:35'),(36164,2,9591,'','2013-11-03 02:17:35'),(36165,3,9591,'','2013-11-03 02:17:35'),(36166,4,9591,'OPD','2013-11-03 02:17:35'),(36167,5,9591,'','2013-11-03 02:17:35'),(36168,6,9591,'92','2013-11-03 02:17:35'),(36169,7,9591,'DAY','2013-11-03 02:17:35'),(36170,1,9593,'','2013-11-03 02:17:35'),(36171,2,9593,'','2013-11-03 02:17:35'),(36172,3,9593,'','2013-11-03 02:17:35'),(36173,4,9593,'','2013-11-03 02:17:35'),(36174,5,9593,'','2013-11-03 02:17:35'),(36175,6,9593,'','2013-11-03 02:17:35'),(36176,7,9593,'DAY','2013-11-03 02:17:35'),(36177,1,9596,'','2013-11-03 02:17:35'),(36178,2,9596,'','2013-11-03 02:17:35'),(36179,3,9596,'','2013-11-03 02:17:35'),(36180,4,9596,'','2013-11-03 02:17:35'),(36181,5,9596,'','2013-11-03 02:17:35'),(36182,6,9596,'','2013-11-03 02:17:35'),(36183,7,9596,'DAY','2013-11-03 02:17:35'),(36184,1,9597,'3579914','2013-11-03 02:29:59'),(36185,2,9597,'','2013-11-03 02:29:59'),(36186,3,9597,'','2013-11-03 02:29:59'),(36187,4,9597,'OPD','2013-11-03 02:29:59'),(36188,5,9597,'','2013-11-03 02:29:59'),(36189,6,9597,'46','2013-11-03 02:29:59'),(36190,7,9597,'DAY','2013-11-03 02:29:59'),(36191,1,9599,'','2013-11-03 02:30:00'),(36192,2,9599,'','2013-11-03 02:30:00'),(36193,3,9599,'','2013-11-03 02:30:00'),(36194,4,9599,'','2013-11-03 02:30:00'),(36195,5,9599,'','2013-11-03 02:30:00'),(36196,6,9599,'','2013-11-03 02:30:00'),(36197,7,9599,'DAY','2013-11-03 02:30:00'),(36198,1,9600,'3579917','2013-11-03 02:49:06'),(36199,2,9600,'','2013-11-03 02:49:06'),(36200,3,9600,'','2013-11-03 02:49:06'),(36201,4,9600,'OPD','2013-11-03 02:49:06'),(36202,5,9600,'','2013-11-03 02:49:06'),(36203,6,9600,'66','2013-11-03 02:49:06'),(36204,7,9600,'DAY','2013-11-03 02:49:06'),(36205,1,9601,'','2013-11-03 03:04:47'),(36206,2,9601,'','2013-11-03 03:04:47'),(36207,3,9601,'','2013-11-03 03:04:47'),(36208,4,9601,'OPD','2013-11-03 03:04:47'),(36209,5,9601,'','2013-11-03 03:04:47'),(36210,6,9601,'72','2013-11-03 03:04:47'),(36211,7,9601,'DAY','2013-11-03 03:04:47'),(36212,1,9602,'','2013-11-03 03:08:19'),(36213,2,9602,'','2013-11-03 03:08:19'),(36214,3,9602,'','2013-11-03 03:08:19'),(36215,4,9602,'OPD','2013-11-03 03:08:19'),(36216,5,9602,'','2013-11-03 03:08:19'),(36217,6,9602,'262.4','2013-11-03 03:08:19'),(36218,7,9602,'DAY','2013-11-03 03:08:19'),(36219,1,9604,'','2013-11-03 03:08:19'),(36220,2,9604,'','2013-11-03 03:08:19'),(36221,3,9604,'','2013-11-03 03:08:19'),(36222,4,9604,'','2013-11-03 03:08:19'),(36223,5,9604,'','2013-11-03 03:08:19'),(36224,6,9604,'','2013-11-03 03:08:19'),(36225,7,9604,'DAY','2013-11-03 03:08:19'),(36226,1,9607,'','2013-11-03 03:08:19'),(36227,2,9607,'','2013-11-03 03:08:19'),(36228,3,9607,'','2013-11-03 03:08:19'),(36229,4,9607,'','2013-11-03 03:08:19'),(36230,5,9607,'','2013-11-03 03:08:19'),(36231,6,9607,'','2013-11-03 03:08:19'),(36232,7,9607,'DAY','2013-11-03 03:08:19'),(36233,1,9611,'','2013-11-03 03:08:19'),(36234,2,9611,'','2013-11-03 03:08:19'),(36235,3,9611,'','2013-11-03 03:08:19'),(36236,4,9611,'','2013-11-03 03:08:19'),(36237,5,9611,'','2013-11-03 03:08:19'),(36238,6,9611,'','2013-11-03 03:08:19'),(36239,7,9611,'DAY','2013-11-03 03:08:19'),(36240,1,9616,'','2013-11-03 03:08:20'),(36241,2,9616,'','2013-11-03 03:08:20'),(36242,3,9616,'','2013-11-03 03:08:20'),(36243,4,9616,'','2013-11-03 03:08:20'),(36244,5,9616,'','2013-11-03 03:08:20'),(36245,6,9616,'','2013-11-03 03:08:20'),(36246,7,9616,'DAY','2013-11-03 03:08:20'),(36247,1,9617,'','2013-11-03 03:09:55'),(36248,2,9617,'','2013-11-03 03:09:55'),(36249,3,9617,'','2013-11-03 03:09:55'),(36250,4,9617,'OPD','2013-11-03 03:09:55'),(36251,5,9617,'','2013-11-03 03:09:55'),(36252,6,9617,'66','2013-11-03 03:09:55'),(36253,7,9617,'DAY','2013-11-03 03:09:55'),(36254,1,9618,'','2013-11-03 03:14:14'),(36255,2,9618,'','2013-11-03 03:14:14'),(36256,3,9618,'','2013-11-03 03:14:14'),(36257,4,9618,'OPD','2013-11-03 03:14:14'),(36258,5,9618,'','2013-11-03 03:14:14'),(36259,6,9618,'382.5','2013-11-03 03:14:14'),(36260,7,9618,'DAY','2013-11-03 03:14:14'),(36261,1,9620,'','2013-11-03 03:14:14'),(36262,2,9620,'','2013-11-03 03:14:14'),(36263,3,9620,'','2013-11-03 03:14:14'),(36264,4,9620,'','2013-11-03 03:14:14'),(36265,5,9620,'','2013-11-03 03:14:14'),(36266,6,9620,'','2013-11-03 03:14:14'),(36267,7,9620,'DAY','2013-11-03 03:14:14'),(36268,1,9623,'','2013-11-03 03:14:14'),(36269,2,9623,'','2013-11-03 03:14:14'),(36270,3,9623,'','2013-11-03 03:14:14'),(36271,4,9623,'','2013-11-03 03:14:14'),(36272,5,9623,'','2013-11-03 03:14:14'),(36273,6,9623,'','2013-11-03 03:14:14'),(36274,7,9623,'DAY','2013-11-03 03:14:14'),(36275,1,9627,'','2013-11-03 03:14:14'),(36276,2,9627,'','2013-11-03 03:14:14'),(36277,3,9627,'','2013-11-03 03:14:14'),(36278,4,9627,'','2013-11-03 03:14:14'),(36279,5,9627,'','2013-11-03 03:14:14'),(36280,6,9627,'','2013-11-03 03:14:14'),(36281,7,9627,'DAY','2013-11-03 03:14:14'),(36282,1,9628,'','2013-11-03 03:30:09'),(36283,2,9628,'','2013-11-03 03:30:09'),(36284,3,9628,'','2013-11-03 03:30:09'),(36285,4,9628,'OPD','2013-11-03 03:30:09'),(36286,5,9628,'','2013-11-03 03:30:09'),(36287,6,9628,'62','2013-11-03 03:30:09'),(36288,7,9628,'DAY','2013-11-03 03:30:09'),(36289,1,9630,'','2013-11-03 03:30:09'),(36290,2,9630,'','2013-11-03 03:30:10'),(36291,3,9630,'','2013-11-03 03:30:10'),(36292,4,9630,'','2013-11-03 03:30:10'),(36293,5,9630,'','2013-11-03 03:30:10'),(36294,6,9630,'','2013-11-03 03:30:10'),(36295,7,9630,'DAY','2013-11-03 03:30:10'),(36296,1,9631,'','2013-11-03 03:39:07'),(36297,2,9631,'','2013-11-03 03:39:07'),(36298,3,9631,'','2013-11-03 03:39:07'),(36299,4,9631,'OPD','2013-11-03 03:39:07'),(36300,5,9631,'','2013-11-03 03:39:07'),(36301,6,9631,'13','2013-11-03 03:39:07'),(36302,7,9631,'DAY','2013-11-03 03:39:07'),(36303,1,9632,'','2013-11-03 03:44:06'),(36304,2,9632,'','2013-11-03 03:44:06'),(36305,3,9632,'','2013-11-03 03:44:06'),(36306,4,9632,'OPD','2013-11-03 03:44:06'),(36307,5,9632,'','2013-11-03 03:44:06'),(36308,6,9632,'35','2013-11-03 03:44:06'),(36309,7,9632,'DAY','2013-11-03 03:44:06'),(36310,1,9634,'','2013-11-03 03:44:07'),(36311,2,9634,'','2013-11-03 03:44:07'),(36312,3,9634,'','2013-11-03 03:44:07'),(36313,4,9634,'','2013-11-03 03:44:07'),(36314,5,9634,'','2013-11-03 03:44:07'),(36315,6,9634,'','2013-11-03 03:44:07'),(36316,7,9634,'DAY','2013-11-03 03:44:07'),(36317,1,9635,'','2013-11-03 03:51:09'),(36318,2,9635,'591113','2013-11-03 03:51:09'),(36319,3,9635,'','2013-11-03 03:51:09'),(36320,4,9635,'OPD','2013-11-03 03:51:09'),(36321,5,9635,'','2013-11-03 03:51:09'),(36322,6,9635,'191','2013-11-03 03:51:09'),(36323,7,9635,'DAY','2013-11-03 03:51:09'),(36324,1,9637,'','2013-11-03 03:51:09'),(36325,2,9637,'','2013-11-03 03:51:09'),(36326,3,9637,'','2013-11-03 03:51:09'),(36327,4,9637,'','2013-11-03 03:51:09'),(36328,5,9637,'','2013-11-03 03:51:09'),(36329,6,9637,'','2013-11-03 03:51:09'),(36330,7,9637,'DAY','2013-11-03 03:51:09'),(36331,1,9640,'','2013-11-03 03:51:09'),(36332,2,9640,'','2013-11-03 03:51:09'),(36333,3,9640,'','2013-11-03 03:51:09'),(36334,4,9640,'','2013-11-03 03:51:09'),(36335,5,9640,'','2013-11-03 03:51:09'),(36336,6,9640,'','2013-11-03 03:51:09'),(36337,7,9640,'DAY','2013-11-03 03:51:09'),(36338,1,9641,'','2013-11-03 04:10:58'),(36339,2,9641,'591116','2013-11-03 04:10:58'),(36340,3,9641,'','2013-11-03 04:10:58'),(36341,4,9641,'OPD','2013-11-03 04:10:58'),(36342,5,9641,'','2013-11-03 04:10:58'),(36343,6,9641,'18','2013-11-03 04:10:58'),(36344,7,9641,'DAY','2013-11-03 04:10:58'),(36345,1,9642,'3579973','2013-11-03 05:09:34'),(36346,2,9642,'591119','2013-11-03 05:09:34'),(36347,3,9642,'','2013-11-03 05:09:34'),(36348,4,9642,'OPD','2013-11-03 05:09:34'),(36349,5,9642,'','2013-11-03 05:09:34'),(36350,6,9642,'82.00','2013-11-03 05:09:34'),(36351,7,9642,'DAY','2013-11-03 05:09:34'),(36352,1,9644,'','2013-11-03 05:09:34'),(36353,2,9644,'','2013-11-03 05:09:34'),(36354,3,9644,'','2013-11-03 05:09:34'),(36355,4,9644,'','2013-11-03 05:09:34'),(36356,5,9644,'','2013-11-03 05:09:34'),(36357,6,9644,'','2013-11-03 05:09:34'),(36358,7,9644,'DAY','2013-11-03 05:09:34'),(36359,1,9645,'3579980','2013-11-03 05:42:55'),(36360,2,9645,'','2013-11-03 05:42:55'),(36361,3,9645,'','2013-11-03 05:42:55'),(36362,4,9645,'OPD','2013-11-03 05:42:55'),(36363,5,9645,'','2013-11-03 05:42:55'),(36364,6,9645,'68.00','2013-11-03 05:42:55'),(36365,7,9645,'DAY','2013-11-03 05:42:55'),(36366,1,9647,'','2013-11-03 05:42:55'),(36367,2,9647,'','2013-11-03 05:42:55'),(36368,3,9647,'','2013-11-03 05:42:55'),(36369,4,9647,'','2013-11-03 05:42:55'),(36370,5,9647,'','2013-11-03 05:42:55'),(36371,6,9647,'','2013-11-03 05:42:55'),(36372,7,9647,'DAY','2013-11-03 05:42:55'),(36373,1,9650,'','2013-11-03 05:42:55'),(36374,2,9650,'','2013-11-03 05:42:55'),(36375,3,9650,'','2013-11-03 05:42:55'),(36376,4,9650,'','2013-11-03 05:42:55'),(36377,5,9650,'','2013-11-03 05:42:55'),(36378,6,9650,'','2013-11-03 05:42:55'),(36379,7,9650,'DAY','2013-11-03 05:42:55'),(36380,1,9651,'3579984','2013-11-03 05:51:40'),(36381,2,9651,'','2013-11-03 05:51:40'),(36382,3,9651,'','2013-11-03 05:51:40'),(36383,4,9651,'OPD','2013-11-03 05:51:40'),(36384,5,9651,'','2013-11-03 05:51:40'),(36385,6,9651,'112.00','2013-11-03 05:51:40'),(36386,7,9651,'DAY','2013-11-03 05:51:40'),(36387,1,9653,'','2013-11-03 05:51:40'),(36388,2,9653,'','2013-11-03 05:51:40'),(36389,3,9653,'','2013-11-03 05:51:40'),(36390,4,9653,'','2013-11-03 05:51:40'),(36391,5,9653,'','2013-11-03 05:51:40'),(36392,6,9653,'','2013-11-03 05:51:40'),(36393,7,9653,'DAY','2013-11-03 05:51:40'),(36394,1,9656,'','2013-11-03 05:51:40'),(36395,2,9656,'','2013-11-03 05:51:40'),(36396,3,9656,'','2013-11-03 05:51:40'),(36397,4,9656,'','2013-11-03 05:51:40'),(36398,5,9656,'','2013-11-03 05:51:40'),(36399,6,9656,'','2013-11-03 05:51:40'),(36400,7,9656,'DAY','2013-11-03 05:51:40'),(36401,1,9657,'3579987','2013-11-03 05:59:17'),(36402,2,9657,'','2013-11-03 05:59:17'),(36403,3,9657,'','2013-11-03 05:59:17'),(36404,4,9657,'OPD','2013-11-03 05:59:17'),(36405,5,9657,'','2013-11-03 05:59:17'),(36406,6,9657,'112.00','2013-11-03 05:59:17'),(36407,7,9657,'DAY','2013-11-03 05:59:17'),(36408,1,9659,'','2013-11-03 05:59:18'),(36409,2,9659,'','2013-11-03 05:59:18'),(36410,3,9659,'','2013-11-03 05:59:18'),(36411,4,9659,'','2013-11-03 05:59:18'),(36412,5,9659,'','2013-11-03 05:59:18'),(36413,6,9659,'','2013-11-03 05:59:18'),(36414,7,9659,'DAY','2013-11-03 05:59:18'),(36415,1,9662,'','2013-11-03 05:59:18'),(36416,2,9662,'','2013-11-03 05:59:18'),(36417,3,9662,'','2013-11-03 05:59:18'),(36418,4,9662,'','2013-11-03 05:59:18'),(36419,5,9662,'','2013-11-03 05:59:18'),(36420,6,9662,'','2013-11-03 05:59:18'),(36421,7,9662,'DAY','2013-11-03 05:59:18'),(36422,1,9663,'3579994','2013-11-03 06:45:23'),(36423,2,9663,'','2013-11-03 06:45:23'),(36424,3,9663,'','2013-11-03 06:45:23'),(36425,4,9663,'TR','2013-11-03 06:45:23'),(36426,5,9663,'','2013-11-03 06:45:23'),(36427,6,9663,'131.00','2013-11-03 06:45:23'),(36428,7,9663,'DAY','2013-11-03 06:45:23'),(36429,1,9665,'','2013-11-03 06:45:24'),(36430,2,9665,'','2013-11-03 06:45:24'),(36431,3,9665,'','2013-11-03 06:45:24'),(36432,4,9665,'','2013-11-03 06:45:24'),(36433,5,9665,'','2013-11-03 06:45:24'),(36434,6,9665,'','2013-11-03 06:45:24'),(36435,7,9665,'DAY','2013-11-03 06:45:24'),(36436,1,9668,'','2013-11-03 06:45:24'),(36437,2,9668,'','2013-11-03 06:45:24'),(36438,3,9668,'','2013-11-03 06:45:24'),(36439,4,9668,'','2013-11-03 06:45:24'),(36440,5,9668,'','2013-11-03 06:45:24'),(36441,6,9668,'','2013-11-03 06:45:24'),(36442,7,9668,'DAY','2013-11-03 06:45:24'),(36443,1,9669,'3579998','2013-11-03 06:52:46'),(36444,2,9669,'','2013-11-03 06:52:46'),(36445,3,9669,'','2013-11-03 06:52:46'),(36446,4,9669,'OPD','2013-11-03 06:52:46'),(36447,5,9669,'','2013-11-03 06:52:46'),(36448,6,9669,'65.00','2013-11-03 06:52:46'),(36449,7,9669,'DAY','2013-11-03 06:52:46'),(36450,1,9671,'','2013-11-03 06:52:46'),(36451,2,9671,'','2013-11-03 06:52:46'),(36452,3,9671,'','2013-11-03 06:52:46'),(36453,4,9671,'','2013-11-03 06:52:46'),(36454,5,9671,'','2013-11-03 06:52:46'),(36455,6,9671,'','2013-11-03 06:52:46'),(36456,7,9671,'DAY','2013-11-03 06:52:46'),(36457,1,9672,'3579992','2013-11-03 06:57:42'),(36458,2,9672,'591128','2013-11-03 06:57:42'),(36459,3,9672,'','2013-11-03 06:57:42'),(36460,4,9672,'OPD','2013-11-03 06:57:42'),(36461,5,9672,'','2013-11-03 06:57:42'),(36462,6,9672,'192.00','2013-11-03 06:57:42'),(36463,7,9672,'DAY','2013-11-03 06:57:42'),(36464,1,9674,'','2013-11-03 06:57:42'),(36465,2,9674,'','2013-11-03 06:57:42'),(36466,3,9674,'','2013-11-03 06:57:42'),(36467,4,9674,'','2013-11-03 06:57:42'),(36468,5,9674,'','2013-11-03 06:57:42'),(36469,6,9674,'','2013-11-03 06:57:42'),(36470,7,9674,'DAY','2013-11-03 06:57:42'),(36471,1,9677,'','2013-11-03 06:57:43'),(36472,2,9677,'','2013-11-03 06:57:43'),(36473,3,9677,'','2013-11-03 06:57:43'),(36474,4,9677,'','2013-11-03 06:57:43'),(36475,5,9677,'','2013-11-03 06:57:43'),(36476,6,9677,'','2013-11-03 06:57:43'),(36477,7,9677,'DAY','2013-11-03 06:57:43'),(36478,1,9678,'3580000','2013-11-03 05:06:55'),(36479,2,9678,'','2013-11-03 05:06:55'),(36480,3,9678,'','2013-11-03 05:06:55'),(36481,4,9678,'OPD','2013-11-03 05:06:55'),(36482,5,9678,'','2013-11-03 05:06:55'),(36483,6,9678,'255.00','2013-11-03 05:06:55'),(36484,7,9678,'DAY','2013-11-03 05:06:55'),(36485,1,9680,'','2013-11-03 05:06:55'),(36486,2,9680,'','2013-11-03 05:06:55'),(36487,3,9680,'','2013-11-03 05:06:55'),(36488,4,9680,'','2013-11-03 05:06:55'),(36489,5,9680,'','2013-11-03 05:06:55'),(36490,6,9680,'','2013-11-03 05:06:55'),(36491,7,9680,'DAY','2013-11-03 05:06:55'),(36492,1,9683,'','2013-11-03 05:06:55'),(36493,2,9683,'','2013-11-03 05:06:55'),(36494,3,9683,'','2013-11-03 05:06:55'),(36495,4,9683,'','2013-11-03 05:06:55'),(36496,5,9683,'','2013-11-03 05:06:55'),(36497,6,9683,'','2013-11-03 05:06:55'),(36498,7,9683,'DAY','2013-11-03 05:06:55'),(36499,1,9687,'','2013-11-03 05:06:55'),(36500,2,9687,'','2013-11-03 05:06:55'),(36501,3,9687,'','2013-11-03 05:06:55'),(36502,4,9687,'','2013-11-03 05:06:55'),(36503,5,9687,'','2013-11-03 05:06:55'),(36504,6,9687,'','2013-11-03 05:06:55'),(36505,7,9687,'DAY','2013-11-03 05:06:55'),(36506,1,9688,'3580002','2013-11-03 05:49:05'),(36507,2,9688,'591129','2013-11-03 05:49:05'),(36508,3,9688,'','2013-11-03 05:49:05'),(36509,4,9688,'OPD','2013-11-03 05:49:05'),(36510,5,9688,'','2013-11-03 05:49:05'),(36511,6,9688,'30.00','2013-11-03 05:49:05'),(36512,7,9688,'DAY','2013-11-03 05:49:05'),(36513,1,9689,'3580003','2013-11-03 06:01:02'),(36514,2,9689,'','2013-11-03 06:01:02'),(36515,3,9689,'','2013-11-03 06:01:02'),(36516,4,9689,'OPD','2013-11-03 06:01:02'),(36517,5,9689,'','2013-11-03 06:01:02'),(36518,6,9689,'131.00','2013-11-03 06:01:02'),(36519,7,9689,'DAY','2013-11-03 06:01:02'),(36520,1,9691,'','2013-11-03 06:01:02'),(36521,2,9691,'','2013-11-03 06:01:02'),(36522,3,9691,'','2013-11-03 06:01:02'),(36523,4,9691,'','2013-11-03 06:01:02'),(36524,5,9691,'','2013-11-03 06:01:02'),(36525,6,9691,'','2013-11-03 06:01:02'),(36526,7,9691,'DAY','2013-11-03 06:01:02'),(36527,1,9694,'','2013-11-03 06:01:02'),(36528,2,9694,'','2013-11-03 06:01:02'),(36529,3,9694,'','2013-11-03 06:01:02'),(36530,4,9694,'','2013-11-03 06:01:02'),(36531,5,9694,'','2013-11-03 06:01:02'),(36532,6,9694,'','2013-11-03 06:01:02'),(36533,7,9694,'DAY','2013-11-03 06:01:02'),(36534,1,9695,'','2013-11-03 06:05:50'),(36535,2,9695,'','2013-11-03 06:05:50'),(36536,3,9695,'','2013-11-03 06:05:50'),(36537,4,9695,'','2013-11-03 06:05:50'),(36538,5,9695,'','2013-11-03 06:05:50'),(36539,6,9695,'','2013-11-03 06:05:50'),(36540,7,9695,'DAY','2013-11-03 06:05:50'),(36541,1,9697,'','2013-11-03 06:05:51'),(36542,2,9697,'','2013-11-03 06:05:51'),(36543,3,9697,'','2013-11-03 06:05:51'),(36544,4,9697,'','2013-11-03 06:05:51'),(36545,5,9697,'','2013-11-03 06:05:51'),(36546,6,9697,'','2013-11-03 06:05:51'),(36547,7,9697,'DAY','2013-11-03 06:05:51'),(36548,1,9700,'','2013-11-03 06:05:51'),(36549,2,9700,'','2013-11-03 06:05:51'),(36550,3,9700,'','2013-11-03 06:05:51'),(36551,4,9700,'','2013-11-03 06:05:51'),(36552,5,9700,'','2013-11-03 06:05:51'),(36553,6,9700,'','2013-11-03 06:05:51'),(36554,7,9700,'DAY','2013-11-03 06:05:51'),(36555,1,9701,'3580004','2013-11-03 06:10:15'),(36556,2,9701,'','2013-11-03 06:10:15'),(36557,3,9701,'','2013-11-03 06:10:15'),(36558,4,9701,'OPD','2013-11-03 06:10:15'),(36559,5,9701,'','2013-11-03 06:10:15'),(36560,6,9701,'370.00','2013-11-03 06:10:15'),(36561,7,9701,'DAY','2013-11-03 06:10:15'),(36562,1,9703,'','2013-11-03 06:10:15'),(36563,2,9703,'','2013-11-03 06:10:15'),(36564,3,9703,'','2013-11-03 06:10:15'),(36565,4,9703,'','2013-11-03 06:10:15'),(36566,5,9703,'','2013-11-03 06:10:15'),(36567,6,9703,'','2013-11-03 06:10:15'),(36568,7,9703,'DAY','2013-11-03 06:10:15'),(36569,1,9706,'','2013-11-03 06:10:15'),(36570,2,9706,'','2013-11-03 06:10:15'),(36571,3,9706,'','2013-11-03 06:10:15'),(36572,4,9706,'','2013-11-03 06:10:15'),(36573,5,9706,'','2013-11-03 06:10:15'),(36574,6,9706,'','2013-11-03 06:10:15'),(36575,7,9706,'DAY','2013-11-03 06:10:15'),(36576,1,9707,'3580008','2013-11-03 06:55:54'),(36577,2,9707,'','2013-11-03 06:55:54'),(36578,3,9707,'','2013-11-03 06:55:54'),(36579,4,9707,'OPD','2013-11-03 06:55:54'),(36580,5,9707,'','2013-11-03 06:55:54'),(36581,6,9707,'35.00','2013-11-03 06:55:54'),(36582,7,9707,'DAY','2013-11-03 06:55:54'),(36583,1,9709,'','2013-11-03 06:55:54'),(36584,2,9709,'','2013-11-03 06:55:54'),(36585,3,9709,'','2013-11-03 06:55:54'),(36586,4,9709,'','2013-11-03 06:55:54'),(36587,5,9709,'','2013-11-03 06:55:54'),(36588,6,9709,'','2013-11-03 06:55:54'),(36589,7,9709,'DAY','2013-11-03 06:55:54'),(36590,1,9710,'35800011','2013-11-03 08:13:42'),(36591,2,9710,'','2013-11-03 08:13:42'),(36592,3,9710,'','2013-11-03 08:13:42'),(36593,4,9710,'OPD','2013-11-03 08:13:42'),(36594,5,9710,'','2013-11-03 08:13:42'),(36595,6,9710,'30.00','2013-11-03 08:13:42'),(36596,7,9710,'DAY','2013-11-03 08:13:42'),(36597,1,9711,'3580020','2013-11-03 10:05:57'),(36598,2,9711,'591140','2013-11-03 10:05:57'),(36599,3,9711,'','2013-11-03 10:05:57'),(36600,4,9711,'TR','2013-11-03 10:05:57'),(36601,5,9711,'','2013-11-03 10:05:57'),(36602,6,9711,'52.00','2013-11-03 10:05:57'),(36603,7,9711,'DAY','2013-11-03 10:05:57'),(36604,1,9712,'3580019','2013-11-03 11:25:53'),(36605,2,9712,'591138','2013-11-03 11:25:53'),(36606,3,9712,'','2013-11-03 11:25:53'),(36607,4,9712,'OPD','2013-11-03 11:25:53'),(36608,5,9712,'','2013-11-03 11:25:53'),(36609,6,9712,'87.00','2013-11-03 11:25:53'),(36610,7,9712,'DAY','2013-11-03 11:25:53'),(36611,1,9714,'','2013-11-03 11:25:53'),(36612,2,9714,'','2013-11-03 11:25:53'),(36613,3,9714,'','2013-11-03 11:25:53'),(36614,4,9714,'','2013-11-03 11:25:53'),(36615,5,9714,'','2013-11-03 11:25:53'),(36616,6,9714,'','2013-11-03 11:25:53'),(36617,7,9714,'DAY','2013-11-03 11:25:53'),(36618,1,9715,'3580045','2013-11-03 11:44:21'),(36619,2,9715,'591149','2013-11-03 11:44:21'),(36620,3,9715,'','2013-11-03 11:44:21'),(36621,4,9715,'TR','2013-11-03 11:44:21'),(36622,5,9715,'','2013-11-03 11:44:21'),(36623,6,9715,'104.00','2013-11-03 11:44:21'),(36624,7,9715,'DAY','2013-11-03 11:44:21'),(36625,1,9717,'','2013-11-03 11:44:21'),(36626,2,9717,'','2013-11-03 11:44:21'),(36627,3,9717,'','2013-11-03 11:44:21'),(36628,4,9717,'','2013-11-03 11:44:21'),(36629,5,9717,'','2013-11-03 11:44:21'),(36630,6,9717,'','2013-11-03 11:44:21'),(36631,7,9717,'DAY','2013-11-03 11:44:21'),(36632,1,9720,'','2013-11-03 11:44:22'),(36633,2,9720,'','2013-11-03 11:44:22'),(36634,3,9720,'','2013-11-03 11:44:22'),(36635,4,9720,'','2013-11-03 11:44:22'),(36636,5,9720,'','2013-11-03 11:44:22'),(36637,6,9720,'','2013-11-03 11:44:22'),(36638,7,9720,'DAY','2013-11-03 11:44:22'),(36639,1,9721,'','2013-11-03 12:24:09'),(36640,2,9721,'','2013-11-03 12:24:09'),(36641,3,9721,'','2013-11-03 12:24:09'),(36642,4,9721,'','2013-11-03 12:24:09'),(36643,5,9721,'','2013-11-03 12:24:09'),(36644,6,9721,'','2013-11-03 12:24:09'),(36645,7,9721,'DAY','2013-11-03 12:24:09'),(36646,1,9722,'3579726','2013-11-03 13:35:53'),(36647,2,9722,'','2013-11-03 13:35:53'),(36648,3,9722,'','2013-11-03 13:35:53'),(36649,4,9722,'OPD','2013-11-03 13:35:53'),(36650,5,9722,'','2013-11-03 13:35:53'),(36651,6,9722,'12.00','2013-11-03 13:35:53'),(36652,7,9722,'DAY','2013-11-03 13:35:53'),(36653,1,9723,'3579857','2013-11-03 14:36:50'),(36654,2,9723,'591154','2013-11-03 14:36:50'),(36655,3,9723,'','2013-11-03 14:36:50'),(36656,4,9723,'OPD','2013-11-03 14:36:50'),(36657,5,9723,'','2013-11-03 14:36:50'),(36658,6,9723,'121','2013-11-03 14:36:50'),(36659,7,9723,'DAY','2013-11-03 14:36:50'),(36660,1,9725,'','2013-11-03 14:36:50'),(36661,2,9725,'','2013-11-03 14:36:50'),(36662,3,9725,'','2013-11-03 14:36:50'),(36663,4,9725,'','2013-11-03 14:36:50'),(36664,5,9725,'','2013-11-03 14:36:50'),(36665,6,9725,'','2013-11-03 14:36:50'),(36666,7,9725,'DAY','2013-11-03 14:36:50'),(36667,1,9726,'','2013-11-03 14:43:11'),(36668,2,9726,'3580065','2013-11-03 14:43:11'),(36669,3,9726,'','2013-11-03 14:43:11'),(36670,4,9726,'OPD','2013-11-03 14:43:11'),(36671,5,9726,'','2013-11-03 14:43:11'),(36672,6,9726,'41','2013-11-03 14:43:11'),(36673,7,9726,'DAY','2013-11-03 14:43:11'),(36674,1,9728,'','2013-11-03 14:43:11'),(36675,2,9728,'','2013-11-03 14:43:12'),(36676,3,9728,'','2013-11-03 14:43:12'),(36677,4,9728,'','2013-11-03 14:43:12'),(36678,5,9728,'','2013-11-03 14:43:12'),(36679,6,9728,'','2013-11-03 14:43:12'),(36680,7,9728,'DAY','2013-11-03 14:43:12'),(36681,1,9729,'3580090','2013-11-03 15:10:18'),(36682,2,9729,'','2013-11-03 15:10:18'),(36683,3,9729,'','2013-11-03 15:10:18'),(36684,4,9729,'OPD','2013-11-03 15:10:18'),(36685,5,9729,'','2013-11-03 15:10:18'),(36686,6,9729,'120','2013-11-03 15:10:18'),(36687,7,9729,'DAY','2013-11-03 15:10:18'),(36688,1,9730,'3580091','2013-11-03 15:11:50'),(36689,2,9730,'','2013-11-03 15:11:50'),(36690,3,9730,'','2013-11-03 15:11:50'),(36691,4,9730,'OPD','2013-11-03 15:11:50'),(36692,5,9730,'','2013-11-03 15:11:50'),(36693,6,9730,'58','2013-11-03 15:11:50'),(36694,7,9730,'DAY','2013-11-03 15:11:50'),(36695,1,9732,'','2013-11-03 15:11:50'),(36696,2,9732,'','2013-11-03 15:11:50'),(36697,3,9732,'','2013-11-03 15:11:50'),(36698,4,9732,'','2013-11-03 15:11:50'),(36699,5,9732,'','2013-11-03 15:11:50'),(36700,6,9732,'','2013-11-03 15:11:50'),(36701,7,9732,'DAY','2013-11-03 15:11:50'),(36702,1,9733,'3580099','2013-11-03 15:41:31'),(36703,2,9733,'591160','2013-11-03 15:41:31'),(36704,3,9733,'','2013-11-03 15:41:31'),(36705,4,9733,'OPD','2013-11-03 15:41:31'),(36706,5,9733,'','2013-11-03 15:41:31'),(36707,6,9733,'52','2013-11-03 15:41:31'),(36708,7,9733,'DAY','2013-11-03 15:41:31'),(36709,1,9735,'','2013-11-03 15:41:31'),(36710,2,9735,'','2013-11-03 15:41:31'),(36711,3,9735,'','2013-11-03 15:41:31'),(36712,4,9735,'','2013-11-03 15:41:31'),(36713,5,9735,'','2013-11-03 15:41:31'),(36714,6,9735,'','2013-11-03 15:41:31'),(36715,7,9735,'DAY','2013-11-03 15:41:31'),(36716,1,9736,'3580104','2013-11-03 15:52:36'),(36717,2,9736,'','2013-11-03 15:52:36'),(36718,3,9736,'','2013-11-03 15:52:36'),(36719,4,9736,'OPD','2013-11-03 15:52:36'),(36720,5,9736,'','2013-11-03 15:52:36'),(36721,6,9736,'213','2013-11-03 15:52:36'),(36722,7,9736,'DAY','2013-11-03 15:52:36'),(36723,1,9738,'','2013-11-03 15:52:36'),(36724,2,9738,'','2013-11-03 15:52:36'),(36725,3,9738,'','2013-11-03 15:52:36'),(36726,4,9738,'','2013-11-03 15:52:36'),(36727,5,9738,'','2013-11-03 15:52:36'),(36728,6,9738,'','2013-11-03 15:52:36'),(36729,7,9738,'DAY','2013-11-03 15:52:36'),(36730,1,9741,'','2013-11-03 15:52:36'),(36731,2,9741,'','2013-11-03 15:52:36'),(36732,3,9741,'','2013-11-03 15:52:36'),(36733,4,9741,'','2013-11-03 15:52:36'),(36734,5,9741,'','2013-11-03 15:52:36'),(36735,6,9741,'','2013-11-03 15:52:36'),(36736,7,9741,'DAY','2013-11-03 15:52:36'),(36737,1,9742,'3580107','2013-11-03 16:02:12'),(36738,2,9742,'591161','2013-11-03 16:02:12'),(36739,3,9742,'','2013-11-03 16:02:12'),(36740,4,9742,'','2013-11-03 16:02:12'),(36741,5,9742,'','2013-11-03 16:02:12'),(36742,6,9742,'71','2013-11-03 16:02:12'),(36743,7,9742,'DAY','2013-11-03 16:02:12'),(36744,1,9743,'3580108','2013-11-03 16:05:50'),(36745,2,9743,'','2013-11-03 16:05:50'),(36746,3,9743,'','2013-11-03 16:05:50'),(36747,4,9743,'OPD','2013-11-03 16:05:50'),(36748,5,9743,'','2013-11-03 16:05:50'),(36749,6,9743,'99','2013-11-03 16:05:50'),(36750,7,9743,'DAY','2013-11-03 16:05:50'),(36751,1,9745,'','2013-11-03 16:05:50'),(36752,2,9745,'','2013-11-03 16:05:50'),(36753,3,9745,'','2013-11-03 16:05:50'),(36754,4,9745,'','2013-11-03 16:05:50'),(36755,5,9745,'','2013-11-03 16:05:50'),(36756,6,9745,'','2013-11-03 16:05:50'),(36757,7,9745,'DAY','2013-11-03 16:05:50'),(36758,1,9746,'3580112','2013-11-03 16:22:42'),(36759,2,9746,'','2013-11-03 16:22:42'),(36760,3,9746,'','2013-11-03 16:22:42'),(36761,4,9746,'OPD','2013-11-03 16:22:42'),(36762,5,9746,'','2013-11-03 16:22:42'),(36763,6,9746,'329','2013-11-03 16:22:42'),(36764,7,9746,'DAY','2013-11-03 16:22:42'),(36765,1,9748,'','2013-11-03 16:22:43'),(36766,2,9748,'','2013-11-03 16:22:43'),(36767,3,9748,'','2013-11-03 16:22:43'),(36768,4,9748,'','2013-11-03 16:22:43'),(36769,5,9748,'','2013-11-03 16:22:43'),(36770,6,9748,'','2013-11-03 16:22:43'),(36771,7,9748,'DAY','2013-11-03 16:22:43'),(36772,1,9751,'','2013-11-03 16:22:43'),(36773,2,9751,'','2013-11-03 16:22:43'),(36774,3,9751,'','2013-11-03 16:22:43'),(36775,4,9751,'','2013-11-03 16:22:43'),(36776,5,9751,'','2013-11-03 16:22:43'),(36777,6,9751,'','2013-11-03 16:22:43'),(36778,7,9751,'DAY','2013-11-03 16:22:43'),(36779,1,9755,'','2013-11-03 16:22:43'),(36780,2,9755,'','2013-11-03 16:22:43'),(36781,3,9755,'','2013-11-03 16:22:43'),(36782,4,9755,'','2013-11-03 16:22:43'),(36783,5,9755,'','2013-11-03 16:22:43'),(36784,6,9755,'','2013-11-03 16:22:43'),(36785,7,9755,'DAY','2013-11-03 16:22:43'),(36786,1,9756,'','2013-11-03 16:55:49'),(36787,2,9756,'','2013-11-03 16:55:49'),(36788,3,9756,'','2013-11-03 16:55:49'),(36789,4,9756,'','2013-11-03 16:55:49'),(36790,5,9756,'','2013-11-03 16:55:49'),(36791,6,9756,'','2013-11-03 16:55:49'),(36792,7,9756,'DAY','2013-11-03 16:55:49'),(36793,1,9757,'3580127','2013-11-03 16:56:29'),(36794,2,9757,'','2013-11-03 16:56:29'),(36795,3,9757,'','2013-11-03 16:56:29'),(36796,4,9757,'OPD','2013-11-03 16:56:29'),(36797,5,9757,'','2013-11-03 16:56:29'),(36798,6,9757,'92','2013-11-03 16:56:29'),(36799,7,9757,'DAY','2013-11-03 16:56:29'),(36800,1,9758,'3580131','2013-11-03 17:19:48'),(36801,2,9758,'','2013-11-03 17:19:48'),(36802,3,9758,'','2013-11-03 17:19:48'),(36803,4,9758,'OPD','2013-11-03 17:19:48'),(36804,5,9758,'','2013-11-03 17:19:48'),(36805,6,9758,'34','2013-11-03 17:19:48'),(36806,7,9758,'DAY','2013-11-03 17:19:48'),(36807,1,9759,'3580133','2013-11-03 17:25:35'),(36808,2,9759,'590067','2013-11-03 17:25:35'),(36809,3,9759,'','2013-11-03 17:25:35'),(36810,4,9759,'OPD','2013-11-03 17:25:35'),(36811,5,9759,'','2013-11-03 17:25:35'),(36812,6,9759,'174','2013-11-03 17:25:35'),(36813,7,9759,'DAY','2013-11-03 17:25:35'),(36814,1,9761,'','2013-11-03 17:25:35'),(36815,2,9761,'','2013-11-03 17:25:35'),(36816,3,9761,'','2013-11-03 17:25:35'),(36817,4,9761,'','2013-11-03 17:25:35'),(36818,5,9761,'','2013-11-03 17:25:35'),(36819,6,9761,'','2013-11-03 17:25:35'),(36820,7,9761,'DAY','2013-11-03 17:25:35'),(36821,1,9764,'','2013-11-03 17:25:36'),(36822,2,9764,'','2013-11-03 17:25:36'),(36823,3,9764,'','2013-11-03 17:25:36'),(36824,4,9764,'','2013-11-03 17:25:36'),(36825,5,9764,'','2013-11-03 17:25:36'),(36826,6,9764,'','2013-11-03 17:25:36'),(36827,7,9764,'DAY','2013-11-03 17:25:36'),(36828,1,9765,'3580125','2013-11-03 17:36:18'),(36829,2,9765,'591171','2013-11-03 17:36:18'),(36830,3,9765,'','2013-11-03 17:36:18'),(36831,4,9765,'','2013-11-03 17:36:18'),(36832,5,9765,'','2013-11-03 17:36:18'),(36833,6,9765,'259','2013-11-03 17:36:18'),(36834,7,9765,'DAY','2013-11-03 17:36:18'),(36835,1,9767,'','2013-11-03 17:36:19'),(36836,2,9767,'','2013-11-03 17:36:19'),(36837,3,9767,'','2013-11-03 17:36:19'),(36838,4,9767,'','2013-11-03 17:36:19'),(36839,5,9767,'','2013-11-03 17:36:19'),(36840,6,9767,'','2013-11-03 17:36:19'),(36841,7,9767,'DAY','2013-11-03 17:36:19'),(36842,1,9768,'','2013-11-03 17:43:47'),(36843,2,9768,'','2013-11-03 17:43:47'),(36844,3,9768,'','2013-11-03 17:43:47'),(36845,4,9768,'','2013-11-03 17:43:47'),(36846,5,9768,'','2013-11-03 17:43:47'),(36847,6,9768,'','2013-11-03 17:43:47'),(36848,7,9768,'DAY','2013-11-03 17:43:47'),(36849,1,9769,'3580153','2013-11-03 18:16:04'),(36850,2,9769,'','2013-11-03 18:16:04'),(36851,3,9769,'','2013-11-03 18:16:04'),(36852,4,9769,'OPD','2013-11-03 18:16:04'),(36853,5,9769,'','2013-11-03 18:16:04'),(36854,6,9769,'112','2013-11-03 18:16:04'),(36855,7,9769,'DAY','2013-11-03 18:16:04'),(36856,1,9771,'','2013-11-03 18:16:04'),(36857,2,9771,'','2013-11-03 18:16:04'),(36858,3,9771,'','2013-11-03 18:16:04'),(36859,4,9771,'','2013-11-03 18:16:04'),(36860,5,9771,'','2013-11-03 18:16:04'),(36861,6,9771,'','2013-11-03 18:16:04'),(36862,7,9771,'DAY','2013-11-03 18:16:04'),(36863,1,9774,'','2013-11-03 18:16:05'),(36864,2,9774,'','2013-11-03 18:16:05'),(36865,3,9774,'','2013-11-03 18:16:05'),(36866,4,9774,'','2013-11-03 18:16:05'),(36867,5,9774,'','2013-11-03 18:16:05'),(36868,6,9774,'','2013-11-03 18:16:05'),(36869,7,9774,'DAY','2013-11-03 18:16:05'),(36870,1,9775,'3580166','2013-11-03 18:44:22'),(36871,2,9775,'','2013-11-03 18:44:22'),(36872,3,9775,'','2013-11-03 18:44:22'),(36873,4,9775,'','2013-11-03 18:44:22'),(36874,5,9775,'214758','2013-11-03 18:44:22'),(36875,6,9775,'175','2013-11-03 18:44:22'),(36876,7,9775,'DAY','2013-11-03 18:44:22'),(36877,1,9777,'','2013-11-03 18:44:23'),(36878,2,9777,'','2013-11-03 18:44:23'),(36879,3,9777,'','2013-11-03 18:44:23'),(36880,4,9777,'','2013-11-03 18:44:23'),(36881,5,9777,'','2013-11-03 18:44:23'),(36882,6,9777,'','2013-11-03 18:44:23'),(36883,7,9777,'DAY','2013-11-03 18:44:23'),(36884,1,9780,'','2013-11-03 18:44:23'),(36885,2,9780,'','2013-11-03 18:44:23'),(36886,3,9780,'','2013-11-03 18:44:23'),(36887,4,9780,'','2013-11-03 18:44:23'),(36888,5,9780,'','2013-11-03 18:44:23'),(36889,6,9780,'','2013-11-03 18:44:23'),(36890,7,9780,'DAY','2013-11-03 18:44:23'),(36891,1,9781,'3580165','2013-11-03 18:45:52'),(36892,2,9781,'','2013-11-03 18:45:52'),(36893,3,9781,'','2013-11-03 18:45:52'),(36894,4,9781,'','2013-11-03 18:45:52'),(36895,5,9781,'214740','2013-11-03 18:45:52'),(36896,6,9781,'20','2013-11-03 18:45:52'),(36897,7,9781,'DAY','2013-11-03 18:45:52'),(36898,1,9782,'3580164','2013-11-03 18:47:22'),(36899,2,9782,'','2013-11-03 18:47:22'),(36900,3,9782,'','2013-11-03 18:47:22'),(36901,4,9782,'','2013-11-03 18:47:22'),(36902,5,9782,'214757','2013-11-03 18:47:22'),(36903,6,9782,'37','2013-11-03 18:47:22'),(36904,7,9782,'DAY','2013-11-03 18:47:22'),(36905,1,9783,'3580178','2013-11-03 19:07:09'),(36906,2,9783,'','2013-11-03 19:07:09'),(36907,3,9783,'','2013-11-03 19:07:09'),(36908,4,9783,'OPD','2013-11-03 19:07:09'),(36909,5,9783,'','2013-11-03 19:07:09'),(36910,6,9783,'81','2013-11-03 19:07:09'),(36911,7,9783,'DAY','2013-11-03 19:07:09'),(36912,1,9784,'3580211','2013-11-03 19:45:54'),(36913,2,9784,'','2013-11-03 19:45:54'),(36914,3,9784,'','2013-11-03 19:45:54'),(36915,4,9784,'OPD','2013-11-03 19:45:54'),(36916,5,9784,'214717','2013-11-03 19:45:54'),(36917,6,9784,'16','2013-11-03 19:45:54'),(36918,7,9784,'DAY','2013-11-03 19:45:54'),(36919,1,9785,'','2013-11-03 19:53:31'),(36920,2,9785,'','2013-11-03 19:53:31'),(36921,3,9785,'','2013-11-03 19:53:31'),(36922,4,9785,'','2013-11-03 19:53:31'),(36923,5,9785,'','2013-11-03 19:53:31'),(36924,6,9785,'','2013-11-03 19:53:31'),(36925,7,9785,'DAY','2013-11-03 19:53:31'),(36926,1,9786,'3580214','2013-11-03 20:04:12'),(36927,2,9786,'591197','2013-11-03 20:04:12'),(36928,3,9786,'','2013-11-03 20:04:12'),(36929,4,9786,'','2013-11-03 20:04:12'),(36930,5,9786,'','2013-11-03 20:04:12'),(36931,6,9786,'20','2013-11-03 20:04:12'),(36932,7,9786,'DAY','2013-11-03 20:04:12'),(36933,1,9787,'3580219','2013-11-03 20:17:08'),(36934,2,9787,'591201','2013-11-03 20:17:08'),(36935,3,9787,'','2013-11-03 20:17:08'),(36936,4,9787,'OPD','2013-11-03 20:17:08'),(36937,5,9787,'','2013-11-03 20:17:08'),(36938,6,9787,'75','2013-11-03 20:17:08'),(36939,7,9787,'DAY','2013-11-03 20:17:08'),(36940,1,9788,'3580243','2013-11-03 21:04:20'),(36941,2,9788,'','2013-11-03 21:04:20'),(36942,3,9788,'','2013-11-03 21:04:20'),(36943,4,9788,'','2013-11-03 21:04:20'),(36944,5,9788,'214728','2013-11-03 21:04:20'),(36945,6,9788,'82','2013-11-03 21:04:20'),(36946,7,9788,'DAY','2013-11-03 21:04:20'),(36947,1,9790,'','2013-11-03 21:04:20'),(36948,2,9790,'','2013-11-03 21:04:20'),(36949,3,9790,'','2013-11-03 21:04:20'),(36950,4,9790,'','2013-11-03 21:04:20'),(36951,5,9790,'','2013-11-03 21:04:20'),(36952,6,9790,'','2013-11-03 21:04:20'),(36953,7,9790,'DAY','2013-11-03 21:04:20'),(36954,1,9791,'3580252','2013-11-03 22:04:08'),(36955,2,9791,'','2013-11-03 22:04:08'),(36956,3,9791,'','2013-11-03 22:04:08'),(36957,4,9791,'','2013-11-03 22:04:08'),(36958,5,9791,'WARD','2013-11-03 22:04:08'),(36959,6,9791,'26.00','2013-11-03 22:04:08'),(36960,7,9791,'DAY','2013-11-03 22:04:08'),(36961,1,9792,'3580256','2013-11-03 22:09:44'),(36962,2,9792,'591208','2013-11-03 22:09:44'),(36963,3,9792,'','2013-11-03 22:09:44'),(36964,4,9792,'','2013-11-03 22:09:44'),(36965,5,9792,'SELF REQUEST','2013-11-03 22:09:44'),(36966,6,9792,'72.00','2013-11-03 22:09:44'),(36967,7,9792,'DAY','2013-11-03 22:09:44'),(36968,1,9794,'','2013-11-03 22:09:45'),(36969,2,9794,'','2013-11-03 22:09:45'),(36970,3,9794,'','2013-11-03 22:09:45'),(36971,4,9794,'','2013-11-03 22:09:45'),(36972,5,9794,'','2013-11-03 22:09:45'),(36973,6,9794,'','2013-11-03 22:09:45'),(36974,7,9794,'DAY','2013-11-03 22:09:45'),(36975,1,9795,'3579686','2013-11-03 22:19:42'),(36976,2,9795,'','2013-11-03 22:19:42'),(36977,3,9795,'','2013-11-03 22:19:42'),(36978,4,9795,'OPD','2013-11-03 22:19:42'),(36979,5,9795,'','2013-11-03 22:19:42'),(36980,6,9795,'57','2013-11-03 22:19:42'),(36981,7,9795,'DAY','2013-11-03 22:19:42'),(36982,1,9797,'','2013-11-03 22:19:42'),(36983,2,9797,'','2013-11-03 22:19:42'),(36984,3,9797,'','2013-11-03 22:19:42'),(36985,4,9797,'','2013-11-03 22:19:42'),(36986,5,9797,'','2013-11-03 22:19:42'),(36987,6,9797,'','2013-11-03 22:19:42'),(36988,7,9797,'DAY','2013-11-03 22:19:42'),(36989,1,9798,'','2013-11-03 23:25:40'),(36990,2,9798,'','2013-11-03 23:25:40'),(36991,3,9798,'','2013-11-03 23:25:40'),(36992,4,9798,'','2013-11-03 23:25:40'),(36993,5,9798,'','2013-11-03 23:25:40'),(36994,6,9798,'','2013-11-03 23:25:40'),(36995,7,9798,'DAY','2013-11-03 23:25:40'),(36996,1,9800,'','2013-11-03 23:25:40'),(36997,2,9800,'','2013-11-03 23:25:40'),(36998,3,9800,'','2013-11-03 23:25:40'),(36999,4,9800,'','2013-11-03 23:25:40'),(37000,5,9800,'','2013-11-03 23:25:40'),(37001,6,9800,'','2013-11-03 23:25:40'),(37002,7,9800,'DAY','2013-11-03 23:25:40'),(37003,1,9801,'','2013-11-04 00:07:13'),(37004,2,9801,'591227','2013-11-04 00:07:13'),(37005,3,9801,'','2013-11-04 00:07:13'),(37006,4,9801,'OPD','2013-11-04 00:07:13'),(37007,5,9801,'','2013-11-04 00:07:13'),(37008,6,9801,'190','2013-11-04 00:07:13'),(37009,7,9801,'DAY','2013-11-04 00:07:13'),(37010,1,9803,'','2013-11-04 00:07:14'),(37011,2,9803,'','2013-11-04 00:07:14'),(37012,3,9803,'','2013-11-04 00:07:14'),(37013,4,9803,'','2013-11-04 00:07:14'),(37014,5,9803,'','2013-11-04 00:07:14'),(37015,6,9803,'','2013-11-04 00:07:14'),(37016,7,9803,'DAY','2013-11-04 00:07:14'),(37017,1,9804,'','2013-11-04 00:09:54'),(37018,2,9804,'591228','2013-11-04 00:09:54'),(37019,3,9804,'','2013-11-04 00:09:54'),(37020,4,9804,'OPD','2013-11-04 00:09:54'),(37021,5,9804,'','2013-11-04 00:09:54'),(37022,6,9804,'121','2013-11-04 00:09:54'),(37023,7,9804,'DAY','2013-11-04 00:09:54'),(37024,1,9806,'','2013-11-04 00:09:54'),(37025,2,9806,'','2013-11-04 00:09:54'),(37026,3,9806,'','2013-11-04 00:09:54'),(37027,4,9806,'','2013-11-04 00:09:54'),(37028,5,9806,'','2013-11-04 00:09:54'),(37029,6,9806,'','2013-11-04 00:09:54'),(37030,7,9806,'DAY','2013-11-04 00:09:54'),(37031,1,9807,'3580324','2013-11-04 00:47:58'),(37032,2,9807,'','2013-11-04 00:47:58'),(37033,3,9807,'','2013-11-04 00:47:58'),(37034,4,9807,'OPD','2013-11-04 00:47:58'),(37035,5,9807,'','2013-11-04 00:47:58'),(37036,6,9807,'105','2013-11-04 00:47:58'),(37037,7,9807,'DAY','2013-11-04 00:47:58'),(37038,1,9809,'','2013-11-04 00:47:58'),(37039,2,9809,'','2013-11-04 00:47:58'),(37040,3,9809,'','2013-11-04 00:47:58'),(37041,4,9809,'','2013-11-04 00:47:58'),(37042,5,9809,'','2013-11-04 00:47:58'),(37043,6,9809,'','2013-11-04 00:47:58'),(37044,7,9809,'DAY','2013-11-04 00:47:58'),(37045,1,9810,'3580332','2013-11-04 01:10:13'),(37046,2,9810,'590242','2013-11-04 01:10:13'),(37047,3,9810,'','2013-11-04 01:10:13'),(37048,4,9810,'OPD','2013-11-04 01:10:13'),(37049,5,9810,'','2013-11-04 01:10:13'),(37050,6,9810,'38','2013-11-04 01:10:13'),(37051,7,9810,'DAY','2013-11-04 01:10:13'),(37052,1,9811,'','2013-11-04 01:44:23'),(37053,2,9811,'591246','2013-11-04 01:44:23'),(37054,3,9811,'','2013-11-04 01:44:23'),(37055,4,9811,'OPD','2013-11-04 01:44:23'),(37056,5,9811,'','2013-11-04 01:44:23'),(37057,6,9811,'104','2013-11-04 01:44:23'),(37058,7,9811,'DAY','2013-11-04 01:44:23'),(37059,1,9813,'','2013-11-04 01:44:23'),(37060,2,9813,'','2013-11-04 01:44:23'),(37061,3,9813,'','2013-11-04 01:44:23'),(37062,4,9813,'','2013-11-04 01:44:23'),(37063,5,9813,'','2013-11-04 01:44:23'),(37064,6,9813,'','2013-11-04 01:44:23'),(37065,7,9813,'DAY','2013-11-04 01:44:23'),(37066,1,9816,'','2013-11-04 01:44:24'),(37067,2,9816,'','2013-11-04 01:44:24'),(37068,3,9816,'','2013-11-04 01:44:24'),(37069,4,9816,'','2013-11-04 01:44:24'),(37070,5,9816,'','2013-11-04 01:44:24'),(37071,6,9816,'','2013-11-04 01:44:24'),(37072,7,9816,'DAY','2013-11-04 01:44:24'),(37073,1,9817,'','2013-11-04 01:48:47'),(37074,2,9817,'590251','2013-11-04 01:48:47'),(37075,3,9817,'','2013-11-04 01:48:47'),(37076,4,9817,'OPD','2013-11-04 01:48:47'),(37077,5,9817,'','2013-11-04 01:48:47'),(37078,6,9817,'36','2013-11-04 01:48:47'),(37079,7,9817,'DAY','2013-11-04 01:48:47'),(37080,1,9818,'3580343','2013-11-04 01:55:04'),(37081,2,9818,'591252','2013-11-04 01:55:04'),(37082,3,9818,'','2013-11-04 01:55:04'),(37083,4,9818,'OPD','2013-11-04 01:55:04'),(37084,5,9818,'','2013-11-04 01:55:04'),(37085,6,9818,'97','2013-11-04 01:55:04'),(37086,7,9818,'DAY','2013-11-04 01:55:04'),(37087,1,9820,'','2013-11-04 01:55:04'),(37088,2,9820,'','2013-11-04 01:55:04'),(37089,3,9820,'','2013-11-04 01:55:04'),(37090,4,9820,'','2013-11-04 01:55:04'),(37091,5,9820,'','2013-11-04 01:55:04'),(37092,6,9820,'','2013-11-04 01:55:04'),(37093,7,9820,'DAY','2013-11-04 01:55:04'),(37094,1,9821,'','2013-11-04 01:58:33'),(37095,2,9821,'590253','2013-11-04 01:58:33'),(37096,3,9821,'','2013-11-04 01:58:33'),(37097,4,9821,'OPD','2013-11-04 01:58:33'),(37098,5,9821,'','2013-11-04 01:58:33'),(37099,6,9821,'97','2013-11-04 01:58:33'),(37100,7,9821,'DAY','2013-11-04 01:58:33'),(37101,1,9823,'','2013-11-04 01:58:33'),(37102,2,9823,'','2013-11-04 01:58:33'),(37103,3,9823,'','2013-11-04 01:58:33'),(37104,4,9823,'','2013-11-04 01:58:33'),(37105,5,9823,'','2013-11-04 01:58:33'),(37106,6,9823,'','2013-11-04 01:58:33'),(37107,7,9823,'DAY','2013-11-04 01:58:33'),(37108,1,9824,'3580356','2013-11-04 02:08:52'),(37109,2,9824,'','2013-11-04 02:08:52'),(37110,3,9824,'','2013-11-04 02:08:52'),(37111,4,9824,'OPD','2013-11-04 02:08:52'),(37112,5,9824,'','2013-11-04 02:08:52'),(37113,6,9824,'105','2013-11-04 02:08:52'),(37114,7,9824,'DAY','2013-11-04 02:08:52'),(37115,1,9826,'','2013-11-04 02:08:52'),(37116,2,9826,'','2013-11-04 02:08:52'),(37117,3,9826,'','2013-11-04 02:08:52'),(37118,4,9826,'','2013-11-04 02:08:52'),(37119,5,9826,'','2013-11-04 02:08:52'),(37120,6,9826,'','2013-11-04 02:08:52'),(37121,7,9826,'DAY','2013-11-04 02:08:52'),(37122,1,9827,'3580367','2013-11-04 02:41:00'),(37123,2,9827,'591259','2013-11-04 02:41:00'),(37124,3,9827,'','2013-11-04 02:41:00'),(37125,4,9827,'OPD','2013-11-04 02:41:00'),(37126,5,9827,'','2013-11-04 02:41:00'),(37127,6,9827,'','2013-11-04 02:41:00'),(37128,7,9827,'DAY','2013-11-04 02:41:00'),(37129,1,9829,'','2013-11-04 02:41:00'),(37130,2,9829,'','2013-11-04 02:41:00'),(37131,3,9829,'','2013-11-04 02:41:01'),(37132,4,9829,'','2013-11-04 02:41:01'),(37133,5,9829,'','2013-11-04 02:41:01'),(37134,6,9829,'','2013-11-04 02:41:01'),(37135,7,9829,'DAY','2013-11-04 02:41:01'),(37136,1,9830,'3580376','2013-11-04 03:08:49'),(37137,2,9830,'','2013-11-04 03:08:49'),(37138,3,9830,'','2013-11-04 03:08:49'),(37139,4,9830,'OPD','2013-11-04 03:08:49'),(37140,5,9830,'','2013-11-04 03:08:49'),(37141,6,9830,'94.00','2013-11-04 03:08:49'),(37142,7,9830,'DAY','2013-11-04 03:08:49'),(37143,1,9832,'','2013-11-04 03:08:49'),(37144,2,9832,'','2013-11-04 03:08:49'),(37145,3,9832,'','2013-11-04 03:08:49'),(37146,4,9832,'','2013-11-04 03:08:49'),(37147,5,9832,'','2013-11-04 03:08:49'),(37148,6,9832,'','2013-11-04 03:08:49'),(37149,7,9832,'DAY','2013-11-04 03:08:49'),(37150,1,9833,'3580379','2013-11-04 03:10:28'),(37151,2,9833,'','2013-11-04 03:10:28'),(37152,3,9833,'','2013-11-04 03:10:28'),(37153,4,9833,'','2013-11-04 03:10:28'),(37154,5,9833,'','2013-11-04 03:10:28'),(37155,6,9833,'27.30','2013-11-04 03:10:28'),(37156,7,9833,'DAY','2013-11-04 03:10:28'),(37157,1,9834,'3580369','2013-11-04 03:20:36'),(37158,2,9834,'591263','2013-11-04 03:20:36'),(37159,3,9834,'','2013-11-04 03:20:36'),(37160,4,9834,'OPD','2013-11-04 03:20:36'),(37161,5,9834,'','2013-11-04 03:20:36'),(37162,6,9834,'104.00','2013-11-04 03:20:36'),(37163,7,9834,'DAY','2013-11-04 03:20:36'),(37164,1,9836,'','2013-11-04 03:20:36'),(37165,2,9836,'','2013-11-04 03:20:36'),(37166,3,9836,'','2013-11-04 03:20:36'),(37167,4,9836,'','2013-11-04 03:20:36'),(37168,5,9836,'','2013-11-04 03:20:36'),(37169,6,9836,'','2013-11-04 03:20:36'),(37170,7,9836,'DAY','2013-11-04 03:20:36'),(37171,1,9839,'','2013-11-04 03:20:36'),(37172,2,9839,'','2013-11-04 03:20:36'),(37173,3,9839,'','2013-11-04 03:20:36'),(37174,4,9839,'','2013-11-04 03:20:36'),(37175,5,9839,'','2013-11-04 03:20:36'),(37176,6,9839,'','2013-11-04 03:20:36'),(37177,7,9839,'DAY','2013-11-04 03:20:36'),(37178,1,9840,'3580381','2013-11-04 03:25:03'),(37179,2,9840,'','2013-11-04 03:25:03'),(37180,3,9840,'','2013-11-04 03:25:03'),(37181,4,9840,'OPD','2013-11-04 03:25:03'),(37182,5,9840,'','2013-11-04 03:25:03'),(37183,6,9840,'66.00','2013-11-04 03:25:03'),(37184,7,9840,'DAY','2013-11-04 03:25:03'),(37185,1,9841,'3580398','2013-11-04 06:08:43'),(37186,2,9841,'','2013-11-04 06:08:43'),(37187,3,9841,'','2013-11-04 06:08:43'),(37188,4,9841,'OPD','2013-11-04 06:08:43'),(37189,5,9841,'','2013-11-04 06:08:43'),(37190,6,9841,'94.00','2013-11-04 06:08:43'),(37191,7,9841,'DAY','2013-11-04 06:08:43'),(37192,1,9843,'','2013-11-04 06:08:44'),(37193,2,9843,'','2013-11-04 06:08:44'),(37194,3,9843,'','2013-11-04 06:08:44'),(37195,4,9843,'','2013-11-04 06:08:44'),(37196,5,9843,'','2013-11-04 06:08:44'),(37197,6,9843,'','2013-11-04 06:08:44'),(37198,7,9843,'DAY','2013-11-04 06:08:44'),(37199,1,9844,'','2013-11-04 06:27:56'),(37200,2,9844,'','2013-11-04 06:27:56'),(37201,3,9844,'','2013-11-04 06:27:56'),(37202,4,9844,'','2013-11-04 06:27:56'),(37203,5,9844,'','2013-11-04 06:27:56'),(37204,6,9844,'','2013-11-04 06:27:56'),(37205,7,9844,'DAY','2013-11-04 06:27:56'),(37206,1,9845,'3580403','2013-11-04 06:52:00'),(37207,2,9845,'591278','2013-11-04 06:52:00'),(37208,3,9845,'','2013-11-04 06:52:00'),(37209,4,9845,'OPD','2013-11-04 06:52:00'),(37210,5,9845,'','2013-11-04 06:52:00'),(37211,6,9845,'89.00','2013-11-04 06:52:00'),(37212,7,9845,'DAY','2013-11-04 06:52:00'),(37213,1,9847,'','2013-11-04 06:52:00'),(37214,2,9847,'','2013-11-04 06:52:00'),(37215,3,9847,'','2013-11-04 06:52:00'),(37216,4,9847,'','2013-11-04 06:52:00'),(37217,5,9847,'','2013-11-04 06:52:00'),(37218,6,9847,'','2013-11-04 06:52:00'),(37219,7,9847,'DAY','2013-11-04 06:52:00'),(37220,1,9848,'3578993','2013-11-04 12:23:25'),(37221,2,9848,'','2013-11-04 12:23:25'),(37222,3,9848,'','2013-11-04 12:23:25'),(37223,4,9848,'OPD','2013-11-04 12:23:25'),(37224,5,9848,'','2013-11-04 12:23:25'),(37225,6,9848,'534.00','2013-11-04 12:23:25'),(37226,7,9848,'DAY','2013-11-04 12:23:25'),(37227,1,9850,'','2013-11-04 12:23:26'),(37228,2,9850,'','2013-11-04 12:23:26'),(37229,3,9850,'','2013-11-04 12:23:26'),(37230,4,9850,'','2013-11-04 12:23:26'),(37231,5,9850,'','2013-11-04 12:23:26'),(37232,6,9850,'','2013-11-04 12:23:26'),(37233,7,9850,'DAY','2013-11-04 12:23:26'),(37234,1,9853,'','2013-11-04 12:23:26'),(37235,2,9853,'','2013-11-04 12:23:26'),(37236,3,9853,'','2013-11-04 12:23:26'),(37237,4,9853,'','2013-11-04 12:23:26'),(37238,5,9853,'','2013-11-04 12:23:26'),(37239,6,9853,'','2013-11-04 12:23:26'),(37240,7,9853,'DAY','2013-11-04 12:23:26'),(37241,1,9857,'','2013-11-04 12:23:26'),(37242,2,9857,'','2013-11-04 12:23:26'),(37243,3,9857,'','2013-11-04 12:23:26'),(37244,4,9857,'','2013-11-04 12:23:26'),(37245,5,9857,'','2013-11-04 12:23:26'),(37246,6,9857,'','2013-11-04 12:23:26'),(37247,7,9857,'DAY','2013-11-04 12:23:26'),(37248,1,9858,'3580427','2013-11-04 13:17:02'),(37249,2,9858,'','2013-11-04 13:17:02'),(37250,3,9858,'','2013-11-04 13:17:02'),(37251,4,9858,'OPD','2013-11-04 13:17:02'),(37252,5,9858,'','2013-11-04 13:17:02'),(37253,6,9858,'19.00','2013-11-04 13:17:02'),(37254,7,9858,'DAY','2013-11-04 13:17:02'),(37255,1,9859,'3580431','2013-11-04 13:43:40'),(37256,2,9859,'','2013-11-04 13:43:40'),(37257,3,9859,'','2013-11-04 13:43:40'),(37258,4,9859,'WARD','2013-11-04 13:43:40'),(37259,5,9859,'214740','2013-11-04 13:43:40'),(37260,6,9859,'284.00','2013-11-04 13:43:40'),(37261,7,9859,'DAY','2013-11-04 13:43:40'),(37262,1,9861,'','2013-11-04 13:43:40'),(37263,2,9861,'','2013-11-04 13:43:40'),(37264,3,9861,'','2013-11-04 13:43:40'),(37265,4,9861,'','2013-11-04 13:43:40'),(37266,5,9861,'','2013-11-04 13:43:40'),(37267,6,9861,'','2013-11-04 13:43:40'),(37268,7,9861,'DAY','2013-11-04 13:43:40'),(37269,1,9862,'3578961','2013-11-04 14:15:30'),(37270,2,9862,'','2013-11-04 14:15:30'),(37271,3,9862,'','2013-11-04 14:15:30'),(37272,4,9862,'OPD','2013-11-04 14:15:30'),(37273,5,9862,'','2013-11-04 14:15:30'),(37274,6,9862,'127','2013-11-04 14:15:30'),(37275,7,9862,'DAY','2013-11-04 14:15:30'),(37276,1,9864,'','2013-11-04 14:15:30'),(37277,2,9864,'','2013-11-04 14:15:30'),(37278,3,9864,'','2013-11-04 14:15:30'),(37279,4,9864,'','2013-11-04 14:15:30'),(37280,5,9864,'','2013-11-04 14:15:30'),(37281,6,9864,'','2013-11-04 14:15:31'),(37282,7,9864,'DAY','2013-11-04 14:15:31'),(37283,1,9867,'','2013-11-04 14:15:31'),(37284,2,9867,'','2013-11-04 14:15:31'),(37285,3,9867,'','2013-11-04 14:15:31'),(37286,4,9867,'','2013-11-04 14:15:31'),(37287,5,9867,'','2013-11-04 14:15:31'),(37288,6,9867,'','2013-11-04 14:15:31'),(37289,7,9867,'DAY','2013-11-04 14:15:31'),(37290,1,9868,'3576000','2013-11-04 14:31:43'),(37291,2,9868,'','2013-11-04 14:31:43'),(37292,3,9868,'','2013-11-04 14:31:43'),(37293,4,9868,'OPD','2013-11-04 14:31:43'),(37294,5,9868,'','2013-11-04 14:31:43'),(37295,6,9868,'34','2013-11-04 14:31:43'),(37296,7,9868,'DAY','2013-11-04 14:31:43'),(37297,1,9869,'3580444','2013-11-04 14:46:20'),(37298,2,9869,'','2013-11-04 14:46:20'),(37299,3,9869,'','2013-11-04 14:46:20'),(37300,4,9869,'OPD','2013-11-04 14:46:20'),(37301,5,9869,'','2013-11-04 14:46:20'),(37302,6,9869,'81','2013-11-04 14:46:20'),(37303,7,9869,'DAY','2013-11-04 14:46:20'),(37304,1,9870,'3580445','2013-11-04 14:50:41'),(37305,2,9870,'','2013-11-04 14:50:41'),(37306,3,9870,'','2013-11-04 14:50:41'),(37307,4,9870,'OPD','2013-11-04 14:50:41'),(37308,5,9870,'','2013-11-04 14:50:41'),(37309,6,9870,'105','2013-11-04 14:50:41'),(37310,7,9870,'DAY','2013-11-04 14:50:41'),(37311,1,9872,'','2013-11-04 14:50:41'),(37312,2,9872,'','2013-11-04 14:50:41'),(37313,3,9872,'','2013-11-04 14:50:41'),(37314,4,9872,'','2013-11-04 14:50:41'),(37315,5,9872,'','2013-11-04 14:50:41'),(37316,6,9872,'','2013-11-04 14:50:41'),(37317,7,9872,'DAY','2013-11-04 14:50:41'),(37318,1,9873,'3580397','2013-11-04 15:31:52'),(37319,2,9873,'','2013-11-04 15:31:52'),(37320,3,9873,'','2013-11-04 15:31:52'),(37321,4,9873,'OPD','2013-11-04 15:31:52'),(37322,5,9873,'','2013-11-04 15:31:52'),(37323,6,9873,'137','2013-11-04 15:31:52'),(37324,7,9873,'DAY','2013-11-04 15:31:52'),(37325,1,9875,'','2013-11-04 15:31:52'),(37326,2,9875,'','2013-11-04 15:31:52'),(37327,3,9875,'','2013-11-04 15:31:52'),(37328,4,9875,'','2013-11-04 15:31:52'),(37329,5,9875,'','2013-11-04 15:31:52'),(37330,6,9875,'','2013-11-04 15:31:52'),(37331,7,9875,'DAY','2013-11-04 15:31:52'),(37332,1,9876,'3580469','2013-11-04 15:43:43'),(37333,2,9876,'591293','2013-11-04 15:43:43'),(37334,3,9876,'','2013-11-04 15:43:43'),(37335,4,9876,'OPD','2013-11-04 15:43:43'),(37336,5,9876,'','2013-11-04 15:43:43'),(37337,6,9876,'11','2013-11-04 15:43:43'),(37338,7,9876,'DAY','2013-11-04 15:43:43'),(37339,1,9877,'3580476','2013-11-04 15:57:16'),(37340,2,9877,'','2013-11-04 15:57:16'),(37341,3,9877,'','2013-11-04 15:57:16'),(37342,4,9877,'OPD','2013-11-04 15:57:16'),(37343,5,9877,'','2013-11-04 15:57:16'),(37344,6,9877,'112','2013-11-04 15:57:16'),(37345,7,9877,'DAY','2013-11-04 15:57:16'),(37346,1,9879,'','2013-11-04 15:57:16'),(37347,2,9879,'','2013-11-04 15:57:16'),(37348,3,9879,'','2013-11-04 15:57:16'),(37349,4,9879,'','2013-11-04 15:57:16'),(37350,5,9879,'','2013-11-04 15:57:16'),(37351,6,9879,'','2013-11-04 15:57:16'),(37352,7,9879,'DAY','2013-11-04 15:57:16'),(37353,1,9882,'','2013-11-04 15:57:16'),(37354,2,9882,'','2013-11-04 15:57:16'),(37355,3,9882,'','2013-11-04 15:57:16'),(37356,4,9882,'','2013-11-04 15:57:16'),(37357,5,9882,'','2013-11-04 15:57:16'),(37358,6,9882,'','2013-11-04 15:57:16'),(37359,7,9882,'DAY','2013-11-04 15:57:17'),(37360,1,9883,'3538630','2013-11-04 16:02:25'),(37361,2,9883,'','2013-11-04 16:02:25'),(37362,3,9883,'','2013-11-04 16:02:25'),(37363,4,9883,'OPD','2013-11-04 16:02:25'),(37364,5,9883,'','2013-11-04 16:02:25'),(37365,6,9883,'26','2013-11-04 16:02:25'),(37366,7,9883,'DAY','2013-11-04 16:02:25'),(37367,1,9885,'','2013-11-04 16:02:26'),(37368,2,9885,'','2013-11-04 16:02:26'),(37369,3,9885,'','2013-11-04 16:02:26'),(37370,4,9885,'','2013-11-04 16:02:26'),(37371,5,9885,'','2013-11-04 16:02:26'),(37372,6,9885,'','2013-11-04 16:02:26'),(37373,7,9885,'DAY','2013-11-04 16:02:26'),(37374,1,9886,'','2013-11-04 16:11:17'),(37375,2,9886,'','2013-11-04 16:11:17'),(37376,3,9886,'','2013-11-04 16:11:17'),(37377,4,9886,'OPD','2013-11-04 16:11:17'),(37378,5,9886,'','2013-11-04 16:11:17'),(37379,6,9886,'','2013-11-04 16:11:17'),(37380,7,9886,'DAY','2013-11-04 16:11:17'),(37381,1,9888,'','2013-11-04 16:11:17'),(37382,2,9888,'','2013-11-04 16:11:17'),(37383,3,9888,'','2013-11-04 16:11:17'),(37384,4,9888,'','2013-11-04 16:11:17'),(37385,5,9888,'','2013-11-04 16:11:17'),(37386,6,9888,'','2013-11-04 16:11:17'),(37387,7,9888,'DAY','2013-11-04 16:11:17'),(37388,1,9891,'','2013-11-04 16:11:17'),(37389,2,9891,'','2013-11-04 16:11:17'),(37390,3,9891,'','2013-11-04 16:11:17'),(37391,4,9891,'','2013-11-04 16:11:17'),(37392,5,9891,'','2013-11-04 16:11:17'),(37393,6,9891,'','2013-11-04 16:11:17'),(37394,7,9891,'DAY','2013-11-04 16:11:17'),(37395,1,9892,'418','2013-11-04 16:22:46'),(37396,2,9892,'','2013-11-04 16:22:46'),(37397,3,9892,'','2013-11-04 16:22:46'),(37398,4,9892,'OPD','2013-11-04 16:22:46'),(37399,5,9892,'','2013-11-04 16:22:46'),(37400,6,9892,'94','2013-11-04 16:22:46'),(37401,7,9892,'DAY','2013-11-04 16:22:46'),(37402,1,9894,'','2013-11-04 16:22:46'),(37403,2,9894,'','2013-11-04 16:22:46'),(37404,3,9894,'','2013-11-04 16:22:46'),(37405,4,9894,'','2013-11-04 16:22:46'),(37406,5,9894,'','2013-11-04 16:22:46'),(37407,6,9894,'','2013-11-04 16:22:46'),(37408,7,9894,'DAY','2013-11-04 16:22:46'),(37409,1,9895,'419','2013-11-04 16:24:48'),(37410,2,9895,'2249','2013-11-04 16:24:48'),(37411,3,9895,'','2013-11-04 16:24:48'),(37412,4,9895,'OPD','2013-11-04 16:24:48'),(37413,5,9895,'','2013-11-04 16:24:48'),(37414,6,9895,'30','2013-11-04 16:24:48'),(37415,7,9895,'DAY','2013-11-04 16:24:48'),(37416,1,9896,'420','2013-11-04 16:29:08'),(37417,2,9896,'','2013-11-04 16:29:08'),(37418,3,9896,'','2013-11-04 16:29:08'),(37419,4,9896,'OPD','2013-11-04 16:29:08'),(37420,5,9896,'','2013-11-04 16:29:08'),(37421,6,9896,'79','2013-11-04 16:29:08'),(37422,7,9896,'DAY','2013-11-04 16:29:08'),(37423,1,9898,'','2013-11-04 16:29:08'),(37424,2,9898,'','2013-11-04 16:29:08'),(37425,3,9898,'','2013-11-04 16:29:08'),(37426,4,9898,'','2013-11-04 16:29:08'),(37427,5,9898,'','2013-11-04 16:29:08'),(37428,6,9898,'','2013-11-04 16:29:08'),(37429,7,9898,'DAY','2013-11-04 16:29:08'),(37430,1,9899,'421','2013-11-04 16:41:46'),(37431,2,9899,'1030','2013-11-04 16:41:46'),(37432,3,9899,'','2013-11-04 16:41:46'),(37433,4,9899,'OPD','2013-11-04 16:41:46'),(37434,5,9899,'','2013-11-04 16:41:46'),(37435,6,9899,'81','2013-11-04 16:41:46'),(37436,7,9899,'DAY','2013-11-04 16:41:46'),(37437,1,9900,'','2013-11-04 16:55:55'),(37438,2,9900,'','2013-11-04 16:55:55'),(37439,3,9900,'','2013-11-04 16:55:55'),(37440,4,9900,'','2013-11-04 16:55:55'),(37441,5,9900,'','2013-11-04 16:55:55'),(37442,6,9900,'','2013-11-04 16:55:55'),(37443,7,9900,'DAY','2013-11-04 16:55:55'),(37444,1,9901,'422','2013-11-04 17:07:17'),(37445,2,9901,'1034','2013-11-04 17:07:17'),(37446,3,9901,'','2013-11-04 17:07:17'),(37447,4,9901,'OPD','2013-11-04 17:07:17'),(37448,5,9901,'','2013-11-04 17:07:17'),(37449,6,9901,'300','2013-11-04 17:07:17'),(37450,7,9901,'DAY','2013-11-04 17:07:17'),(37451,1,9903,'','2013-11-04 17:07:17'),(37452,2,9903,'','2013-11-04 17:07:17'),(37453,3,9903,'','2013-11-04 17:07:17'),(37454,4,9903,'','2013-11-04 17:07:17'),(37455,5,9903,'','2013-11-04 17:07:18'),(37456,6,9903,'','2013-11-04 17:07:18'),(37457,7,9903,'DAY','2013-11-04 17:07:18'),(37458,1,9906,'','2013-11-04 17:07:18'),(37459,2,9906,'','2013-11-04 17:07:18'),(37460,3,9906,'','2013-11-04 17:07:18'),(37461,4,9906,'','2013-11-04 17:07:18'),(37462,5,9906,'','2013-11-04 17:07:18'),(37463,6,9906,'','2013-11-04 17:07:18'),(37464,7,9906,'DAY','2013-11-04 17:07:18'),(37465,1,9907,'3580487','2013-11-04 17:15:25'),(37466,2,9907,'','2013-11-04 17:15:25'),(37467,3,9907,'','2013-11-04 17:15:25'),(37468,4,9907,'OPD','2013-11-04 17:15:25'),(37469,5,9907,'','2013-11-04 17:15:25'),(37470,6,9907,'105','2013-11-04 17:15:25'),(37471,7,9907,'DAY','2013-11-04 17:15:25'),(37472,1,9909,'','2013-11-04 17:15:25'),(37473,2,9909,'','2013-11-04 17:15:25'),(37474,3,9909,'','2013-11-04 17:15:25'),(37475,4,9909,'','2013-11-04 17:15:25'),(37476,5,9909,'','2013-11-04 17:15:25'),(37477,6,9909,'','2013-11-04 17:15:25'),(37478,7,9909,'DAY','2013-11-04 17:15:25'),(37479,1,9912,'','2013-11-04 17:15:25'),(37480,2,9912,'','2013-11-04 17:15:25'),(37481,3,9912,'','2013-11-04 17:15:25'),(37482,4,9912,'','2013-11-04 17:15:25'),(37483,5,9912,'','2013-11-04 17:15:25'),(37484,6,9912,'','2013-11-04 17:15:25'),(37485,7,9912,'DAY','2013-11-04 17:15:25'),(37486,1,9916,'','2013-11-04 17:15:26'),(37487,2,9916,'','2013-11-04 17:15:26'),(37488,3,9916,'','2013-11-04 17:15:26'),(37489,4,9916,'','2013-11-04 17:15:26'),(37490,5,9916,'','2013-11-04 17:15:26'),(37491,6,9916,'','2013-11-04 17:15:26'),(37492,7,9916,'DAY','2013-11-04 17:15:26'),(37493,1,9917,'','2013-11-04 17:18:37'),(37494,2,9917,'','2013-11-04 17:18:37'),(37495,3,9917,'','2013-11-04 17:18:37'),(37496,4,9917,'OPD','2013-11-04 17:18:37'),(37497,5,9917,'','2013-11-04 17:18:37'),(37498,6,9917,'','2013-11-04 17:18:37'),(37499,7,9917,'DAY','2013-11-04 17:18:37'),(37500,1,9918,'3579757','2013-11-04 17:26:00'),(37501,2,9918,'591304','2013-11-04 17:26:00'),(37502,3,9918,'','2013-11-04 17:26:00'),(37503,4,9918,'OPD','2013-11-04 17:26:00'),(37504,5,9918,'','2013-11-04 17:26:00'),(37505,6,9918,'324','2013-11-04 17:26:00'),(37506,7,9918,'DAY','2013-11-04 17:26:00'),(37507,1,9919,'','2013-11-04 17:28:10'),(37508,2,9919,'','2013-11-04 17:28:10'),(37509,3,9919,'','2013-11-04 17:28:10'),(37510,4,9919,'','2013-11-04 17:28:10'),(37511,5,9919,'','2013-11-04 17:28:10'),(37512,6,9919,'','2013-11-04 17:28:10'),(37513,7,9919,'DAY','2013-11-04 17:28:10'),(37514,1,9920,'3580517','2013-11-04 17:37:07'),(37515,2,9920,'591306','2013-11-04 17:37:07'),(37516,3,9920,'','2013-11-04 17:37:07'),(37517,4,9920,'OPD','2013-11-04 17:37:07'),(37518,5,9920,'','2013-11-04 17:37:07'),(37519,6,9920,'64','2013-11-04 17:37:07'),(37520,7,9920,'DAY','2013-11-04 17:37:07'),(37521,1,9922,'','2013-11-04 17:37:08'),(37522,2,9922,'','2013-11-04 17:37:08'),(37523,3,9922,'','2013-11-04 17:37:08'),(37524,4,9922,'','2013-11-04 17:37:08'),(37525,5,9922,'','2013-11-04 17:37:08'),(37526,6,9922,'','2013-11-04 17:37:08'),(37527,7,9922,'DAY','2013-11-04 17:37:08'),(37528,1,9925,'','2013-11-04 17:37:08'),(37529,2,9925,'','2013-11-04 17:37:08'),(37530,3,9925,'','2013-11-04 17:37:08'),(37531,4,9925,'','2013-11-04 17:37:08'),(37532,5,9925,'','2013-11-04 17:37:08'),(37533,6,9925,'','2013-11-04 17:37:08'),(37534,7,9925,'DAY','2013-11-04 17:37:08'),(37535,1,9926,'','2013-11-04 17:38:15'),(37536,2,9926,'','2013-11-04 17:38:15'),(37537,3,9926,'','2013-11-04 17:38:15'),(37538,4,9926,'','2013-11-04 17:38:15'),(37539,5,9926,'','2013-11-04 17:38:15'),(37540,6,9926,'','2013-11-04 17:38:15'),(37541,7,9926,'DAY','2013-11-04 17:38:15'),(37542,1,9927,'3580529','2013-11-04 17:40:36'),(37543,2,9927,'591311','2013-11-04 17:40:36'),(37544,3,9927,'','2013-11-04 17:40:36'),(37545,4,9927,'OPD','2013-11-04 17:40:36'),(37546,5,9927,'','2013-11-04 17:40:36'),(37547,6,9927,'87','2013-11-04 17:40:36'),(37548,7,9927,'DAY','2013-11-04 17:40:36'),(37549,1,9929,'','2013-11-04 17:40:36'),(37550,2,9929,'','2013-11-04 17:40:36'),(37551,3,9929,'','2013-11-04 17:40:36'),(37552,4,9929,'','2013-11-04 17:40:36'),(37553,5,9929,'','2013-11-04 17:40:36'),(37554,6,9929,'','2013-11-04 17:40:36'),(37555,7,9929,'DAY','2013-11-04 17:40:36'),(37556,1,9930,'3580535','2013-11-04 17:45:25'),(37557,2,9930,'591310','2013-11-04 17:45:25'),(37558,3,9930,'','2013-11-04 17:45:25'),(37559,4,9930,'OPD','2013-11-04 17:45:25'),(37560,5,9930,'','2013-11-04 17:45:25'),(37561,6,9930,'104','2013-11-04 17:45:25'),(37562,7,9930,'DAY','2013-11-04 17:45:25'),(37563,1,9932,'','2013-11-04 17:45:25'),(37564,2,9932,'','2013-11-04 17:45:25'),(37565,3,9932,'','2013-11-04 17:45:25'),(37566,4,9932,'','2013-11-04 17:45:25'),(37567,5,9932,'','2013-11-04 17:45:25'),(37568,6,9932,'','2013-11-04 17:45:25'),(37569,7,9932,'DAY','2013-11-04 17:45:25'),(37570,1,9935,'','2013-11-04 17:45:25'),(37571,2,9935,'','2013-11-04 17:45:25'),(37572,3,9935,'','2013-11-04 17:45:25'),(37573,4,9935,'','2013-11-04 17:45:25'),(37574,5,9935,'','2013-11-04 17:45:25'),(37575,6,9935,'','2013-11-04 17:45:25'),(37576,7,9935,'DAY','2013-11-04 17:45:25'),(37577,1,9936,'3580561','2013-11-04 17:48:19'),(37578,2,9936,'','2013-11-04 17:48:19'),(37579,3,9936,'','2013-11-04 17:48:19'),(37580,4,9936,'OPD','2013-11-04 17:48:19'),(37581,5,9936,'','2013-11-04 17:48:19'),(37582,6,9936,'87','2013-11-04 17:48:19'),(37583,7,9936,'DAY','2013-11-04 17:48:19'),(37584,1,9938,'','2013-11-04 17:48:19'),(37585,2,9938,'','2013-11-04 17:48:19'),(37586,3,9938,'','2013-11-04 17:48:19'),(37587,4,9938,'','2013-11-04 17:48:19'),(37588,5,9938,'','2013-11-04 17:48:19'),(37589,6,9938,'','2013-11-04 17:48:19'),(37590,7,9938,'DAY','2013-11-04 17:48:19'),(37591,1,9941,'','2013-11-04 17:48:19'),(37592,2,9941,'','2013-11-04 17:48:19'),(37593,3,9941,'','2013-11-04 17:48:19'),(37594,4,9941,'','2013-11-04 17:48:19'),(37595,5,9941,'','2013-11-04 17:48:19'),(37596,6,9941,'','2013-11-04 17:48:19'),(37597,7,9941,'DAY','2013-11-04 17:48:19'),(37598,1,9942,'','2013-11-04 17:49:23'),(37599,2,9942,'','2013-11-04 17:49:23'),(37600,3,9942,'','2013-11-04 17:49:23'),(37601,4,9942,'','2013-11-04 17:49:23'),(37602,5,9942,'','2013-11-04 17:49:23'),(37603,6,9942,'','2013-11-04 17:49:23'),(37604,7,9942,'DAY','2013-11-04 17:49:23'),(37605,1,9943,'3580577','2013-11-04 17:54:06'),(37606,2,9943,'','2013-11-04 17:54:06'),(37607,3,9943,'','2013-11-04 17:54:06'),(37608,4,9943,'OPD','2013-11-04 17:54:06'),(37609,5,9943,'','2013-11-04 17:54:06'),(37610,6,9943,'104','2013-11-04 17:54:06'),(37611,7,9943,'DAY','2013-11-04 17:54:06'),(37612,1,9944,'3580573','2013-11-04 17:57:26'),(37613,2,9944,'','2013-11-04 17:57:26'),(37614,3,9944,'','2013-11-04 17:57:26'),(37615,4,9944,'OPD','2013-11-04 17:57:26'),(37616,5,9944,'','2013-11-04 17:57:26'),(37617,6,9944,'104.64','2013-11-04 17:57:26'),(37618,7,9944,'DAY','2013-11-04 17:57:26'),(37619,1,9945,'3564401','2013-11-04 18:05:51'),(37620,2,9945,'','2013-11-04 18:05:51'),(37621,3,9945,'','2013-11-04 18:05:51'),(37622,4,9945,'OPD','2013-11-04 18:05:51'),(37623,5,9945,'','2013-11-04 18:05:51'),(37624,6,9945,'167','2013-11-04 18:05:51'),(37625,7,9945,'DAY','2013-11-04 18:05:51'),(37626,1,9947,'','2013-11-04 18:05:51'),(37627,2,9947,'','2013-11-04 18:05:52'),(37628,3,9947,'','2013-11-04 18:05:52'),(37629,4,9947,'','2013-11-04 18:05:52'),(37630,5,9947,'','2013-11-04 18:05:52'),(37631,6,9947,'','2013-11-04 18:05:52'),(37632,7,9947,'DAY','2013-11-04 18:05:52'),(37633,1,9950,'','2013-11-04 18:05:52'),(37634,2,9950,'','2013-11-04 18:05:52'),(37635,3,9950,'','2013-11-04 18:05:52'),(37636,4,9950,'','2013-11-04 18:05:52'),(37637,5,9950,'','2013-11-04 18:05:52'),(37638,6,9950,'','2013-11-04 18:05:52'),(37639,7,9950,'DAY','2013-11-04 18:05:52'),(37640,1,9951,'3580581','2013-11-04 18:10:36'),(37641,2,9951,'591326','2013-11-04 18:10:36'),(37642,3,9951,'','2013-11-04 18:10:36'),(37643,4,9951,'OPD','2013-11-04 18:10:36'),(37644,5,9951,'','2013-11-04 18:10:36'),(37645,6,9951,'87','2013-11-04 18:10:36'),(37646,7,9951,'DAY','2013-11-04 18:10:36'),(37647,1,9953,'','2013-11-04 18:10:37'),(37648,2,9953,'','2013-11-04 18:10:37'),(37649,3,9953,'','2013-11-04 18:10:37'),(37650,4,9953,'','2013-11-04 18:10:37'),(37651,5,9953,'','2013-11-04 18:10:37'),(37652,6,9953,'','2013-11-04 18:10:37'),(37653,7,9953,'DAY','2013-11-04 18:10:37'),(37654,1,9954,'3580610','2013-11-04 18:15:18'),(37655,2,9954,'','2013-11-04 18:15:18'),(37656,3,9954,'','2013-11-04 18:15:18'),(37657,4,9954,'OPD','2013-11-04 18:15:18'),(37658,5,9954,'','2013-11-04 18:15:18'),(37659,6,9954,'73','2013-11-04 18:15:18'),(37660,7,9954,'DAY','2013-11-04 18:15:18'),(37661,1,9956,'','2013-11-04 18:15:18'),(37662,2,9956,'','2013-11-04 18:15:18'),(37663,3,9956,'','2013-11-04 18:15:18'),(37664,4,9956,'','2013-11-04 18:15:18'),(37665,5,9956,'','2013-11-04 18:15:18'),(37666,6,9956,'','2013-11-04 18:15:18'),(37667,7,9956,'DAY','2013-11-04 18:15:18'),(37668,1,9957,'3580613','2013-11-04 18:21:45'),(37669,2,9957,'591337','2013-11-04 18:21:45'),(37670,3,9957,'','2013-11-04 18:21:45'),(37671,4,9957,'OPD','2013-11-04 18:21:45'),(37672,5,9957,'','2013-11-04 18:21:45'),(37673,6,9957,'64','2013-11-04 18:21:45'),(37674,7,9957,'DAY','2013-11-04 18:21:45'),(37675,1,9959,'','2013-11-04 18:21:46'),(37676,2,9959,'','2013-11-04 18:21:46'),(37677,3,9959,'','2013-11-04 18:21:46'),(37678,4,9959,'','2013-11-04 18:21:46'),(37679,5,9959,'','2013-11-04 18:21:46'),(37680,6,9959,'','2013-11-04 18:21:46'),(37681,7,9959,'DAY','2013-11-04 18:21:46'),(37682,1,9962,'','2013-11-04 18:21:46'),(37683,2,9962,'','2013-11-04 18:21:46'),(37684,3,9962,'','2013-11-04 18:21:46'),(37685,4,9962,'','2013-11-04 18:21:46'),(37686,5,9962,'','2013-11-04 18:21:46'),(37687,6,9962,'','2013-11-04 18:21:46'),(37688,7,9962,'DAY','2013-11-04 18:21:46'),(37689,1,9963,'','2013-11-04 18:22:27'),(37690,2,9963,'','2013-11-04 18:22:27'),(37691,3,9963,'','2013-11-04 18:22:27'),(37692,4,9963,'','2013-11-04 18:22:27'),(37693,5,9963,'','2013-11-04 18:22:27'),(37694,6,9963,'','2013-11-04 18:22:27'),(37695,7,9963,'DAY','2013-11-04 18:22:27'),(37696,1,9964,'3580634','2013-11-04 18:30:34'),(37697,2,9964,'591342','2013-11-04 18:30:34'),(37698,3,9964,'','2013-11-04 18:30:34'),(37699,4,9964,'OPD','2013-11-04 18:30:34'),(37700,5,9964,'','2013-11-04 18:30:34'),(37701,6,9964,'35','2013-11-04 18:30:34'),(37702,7,9964,'DAY','2013-11-04 18:30:34'),(37703,1,9965,'','2013-11-04 18:31:45'),(37704,2,9965,'','2013-11-04 18:31:45'),(37705,3,9965,'','2013-11-04 18:31:45'),(37706,4,9965,'','2013-11-04 18:31:45'),(37707,5,9965,'','2013-11-04 18:31:45'),(37708,6,9965,'','2013-11-04 18:31:45'),(37709,7,9965,'DAY','2013-11-04 18:31:45'),(37710,1,9966,'3580631','2013-11-04 18:36:57'),(37711,2,9966,'591341','2013-11-04 18:36:57'),(37712,3,9966,'','2013-11-04 18:36:57'),(37713,4,9966,'OPD','2013-11-04 18:36:57'),(37714,5,9966,'','2013-11-04 18:36:57'),(37715,6,9966,'39.80','2013-11-04 18:36:57'),(37716,7,9966,'DAY','2013-11-04 18:36:57'),(37717,1,9967,'','2013-11-04 18:38:19'),(37718,2,9967,'','2013-11-04 18:38:19'),(37719,3,9967,'','2013-11-04 18:38:19'),(37720,4,9967,'','2013-11-04 18:38:19'),(37721,5,9967,'','2013-11-04 18:38:19'),(37722,6,9967,'','2013-11-04 18:38:19'),(37723,7,9967,'DAY','2013-11-04 18:38:19'),(37724,1,9968,'3580695','2013-11-04 18:38:53'),(37725,2,9968,'','2013-11-04 18:38:53'),(37726,3,9968,'','2013-11-04 18:38:53'),(37727,4,9968,'OPD','2013-11-04 18:38:53'),(37728,5,9968,'','2013-11-04 18:38:53'),(37729,6,9968,'22','2013-11-04 18:38:53'),(37730,7,9968,'DAY','2013-11-04 18:38:53'),(37731,1,9969,'3580642','2013-11-04 18:44:28'),(37732,2,9969,'','2013-11-04 18:44:28'),(37733,3,9969,'','2013-11-04 18:44:28'),(37734,4,9969,'OPD','2013-11-04 18:44:28'),(37735,5,9969,'','2013-11-04 18:44:28'),(37736,6,9969,'105','2013-11-04 18:44:28'),(37737,7,9969,'DAY','2013-11-04 18:44:28'),(37738,1,9971,'','2013-11-04 18:44:28'),(37739,2,9971,'','2013-11-04 18:44:28'),(37740,3,9971,'','2013-11-04 18:44:28'),(37741,4,9971,'','2013-11-04 18:44:28'),(37742,5,9971,'','2013-11-04 18:44:28'),(37743,6,9971,'','2013-11-04 18:44:28'),(37744,7,9971,'DAY','2013-11-04 18:44:28'),(37745,1,9972,'3580659','2013-11-04 18:46:44'),(37746,2,9972,'','2013-11-04 18:46:44'),(37747,3,9972,'','2013-11-04 18:46:44'),(37748,4,9972,'OPD','2013-11-04 18:46:44'),(37749,5,9972,'','2013-11-04 18:46:44'),(37750,6,9972,'54','2013-11-04 18:46:44'),(37751,7,9972,'DAY','2013-11-04 18:46:44'),(37752,1,9974,'','2013-11-04 18:46:45'),(37753,2,9974,'','2013-11-04 18:46:45'),(37754,3,9974,'','2013-11-04 18:46:45'),(37755,4,9974,'','2013-11-04 18:46:45'),(37756,5,9974,'','2013-11-04 18:46:45'),(37757,6,9974,'','2013-11-04 18:46:45'),(37758,7,9974,'DAY','2013-11-04 18:46:45'),(37759,1,9975,'3580677','2013-11-04 18:50:08'),(37760,2,9975,'','2013-11-04 18:50:08'),(37761,3,9975,'','2013-11-04 18:50:08'),(37762,4,9975,'OPD','2013-11-04 18:50:08'),(37763,5,9975,'','2013-11-04 18:50:08'),(37764,6,9975,'50','2013-11-04 18:50:08'),(37765,7,9975,'DAY','2013-11-04 18:50:08'),(37766,1,9977,'','2013-11-04 18:50:08'),(37767,2,9977,'','2013-11-04 18:50:08'),(37768,3,9977,'','2013-11-04 18:50:08'),(37769,4,9977,'','2013-11-04 18:50:08'),(37770,5,9977,'','2013-11-04 18:50:08'),(37771,6,9977,'','2013-11-04 18:50:08'),(37772,7,9977,'DAY','2013-11-04 18:50:08'),(37773,1,9978,'3580681','2013-11-04 18:57:51'),(37774,2,9978,'591358','2013-11-04 18:57:51'),(37775,3,9978,'','2013-11-04 18:57:51'),(37776,4,9978,'OPD','2013-11-04 18:57:51'),(37777,5,9978,'','2013-11-04 18:57:51'),(37778,6,9978,'114','2013-11-04 18:57:51'),(37779,7,9978,'DAY','2013-11-04 18:57:51'),(37780,1,9979,'3580729','2013-11-04 18:59:51'),(37781,2,9979,'','2013-11-04 18:59:51'),(37782,3,9979,'','2013-11-04 18:59:51'),(37783,4,9979,'WARD','2013-11-04 18:59:51'),(37784,5,9979,'C4','2013-11-04 18:59:51'),(37785,6,9979,'159.00','2013-11-04 18:59:51'),(37786,7,9979,'DAY','2013-11-04 18:59:51'),(37787,1,9980,'3580732','2013-11-04 19:02:22'),(37788,2,9980,'','2013-11-04 19:02:22'),(37789,3,9980,'','2013-11-04 19:02:22'),(37790,4,9980,'WARD','2013-11-04 19:02:22'),(37791,5,9980,'214734','2013-11-04 19:02:22'),(37792,6,9980,'49.00','2013-11-04 19:02:22'),(37793,7,9980,'DAY','2013-11-04 19:02:22'),(37794,1,9981,'3580726','2013-11-04 19:05:06'),(37795,2,9981,'','2013-11-04 19:05:06'),(37796,3,9981,'','2013-11-04 19:05:06'),(37797,4,9981,'WARD','2013-11-04 19:05:06'),(37798,5,9981,'214756','2013-11-04 19:05:06'),(37799,6,9981,'54.00','2013-11-04 19:05:06'),(37800,7,9981,'DAY','2013-11-04 19:05:06'),(37801,1,9982,'3580686','2013-11-04 19:06:49'),(37802,2,9982,'591361','2013-11-04 19:06:49'),(37803,3,9982,'','2013-11-04 19:06:49'),(37804,4,9982,'OPD','2013-11-04 19:06:49'),(37805,5,9982,'','2013-11-04 19:06:49'),(37806,6,9982,'197','2013-11-04 19:06:49'),(37807,7,9982,'DAY','2013-11-04 19:06:49'),(37808,1,9984,'','2013-11-04 19:06:49'),(37809,2,9984,'','2013-11-04 19:06:49'),(37810,3,9984,'','2013-11-04 19:06:49'),(37811,4,9984,'','2013-11-04 19:06:50'),(37812,5,9984,'','2013-11-04 19:06:50'),(37813,6,9984,'','2013-11-04 19:06:50'),(37814,7,9984,'DAY','2013-11-04 19:06:50'),(37815,1,9985,'3580692','2013-11-04 19:11:08'),(37816,2,9985,'591366','2013-11-04 19:11:08'),(37817,3,9985,'','2013-11-04 19:11:08'),(37818,4,9985,'OPD','2013-11-04 19:11:08'),(37819,5,9985,'','2013-11-04 19:11:08'),(37820,6,9985,'65','2013-11-04 19:11:08'),(37821,7,9985,'DAY','2013-11-04 19:11:08'),(37822,1,9987,'','2013-11-04 19:11:08'),(37823,2,9987,'','2013-11-04 19:11:08'),(37824,3,9987,'','2013-11-04 19:11:08'),(37825,4,9987,'','2013-11-04 19:11:08'),(37826,5,9987,'','2013-11-04 19:11:08'),(37827,6,9987,'','2013-11-04 19:11:08'),(37828,7,9987,'DAY','2013-11-04 19:11:08'),(37829,1,9988,'3580694','2013-11-04 19:14:50'),(37830,2,9988,'591367','2013-11-04 19:14:50'),(37831,3,9988,'','2013-11-04 19:14:50'),(37832,4,9988,'OPD','2013-11-04 19:14:50'),(37833,5,9988,'','2013-11-04 19:14:50'),(37834,6,9988,'66.75','2013-11-04 19:14:50'),(37835,7,9988,'DAY','2013-11-04 19:14:50'),(37836,1,9990,'','2013-11-04 19:14:50'),(37837,2,9990,'','2013-11-04 19:14:50'),(37838,3,9990,'','2013-11-04 19:14:50'),(37839,4,9990,'','2013-11-04 19:14:50'),(37840,5,9990,'','2013-11-04 19:14:50'),(37841,6,9990,'','2013-11-04 19:14:50'),(37842,7,9990,'DAY','2013-11-04 19:14:50'),(37843,1,9991,'3580697','2013-11-04 19:18:58'),(37844,2,9991,'591370','2013-11-04 19:18:58'),(37845,3,9991,'','2013-11-04 19:18:58'),(37846,4,9991,'OPD','2013-11-04 19:18:58'),(37847,5,9991,'','2013-11-04 19:18:58'),(37848,6,9991,'59','2013-11-04 19:18:58'),(37849,7,9991,'DAY','2013-11-04 19:18:58'),(37850,1,9993,'','2013-11-04 19:18:58'),(37851,2,9993,'','2013-11-04 19:18:58'),(37852,3,9993,'','2013-11-04 19:18:58'),(37853,4,9993,'','2013-11-04 19:18:58'),(37854,5,9993,'','2013-11-04 19:18:58'),(37855,6,9993,'','2013-11-04 19:18:58'),(37856,7,9993,'DAY','2013-11-04 19:18:58'),(37857,1,9994,'3580703','2013-11-04 19:22:29'),(37858,2,9994,'591373','2013-11-04 19:22:29'),(37859,3,9994,'','2013-11-04 19:22:29'),(37860,4,9994,'OPD','2013-11-04 19:22:29'),(37861,5,9994,'','2013-11-04 19:22:29'),(37862,6,9994,'20','2013-11-04 19:22:29'),(37863,7,9994,'DAY','2013-11-04 19:22:29'),(37864,1,9995,'3580733','2013-11-04 19:28:42'),(37865,2,9995,'591361','2013-11-04 19:28:42'),(37866,3,9995,'','2013-11-04 19:28:42'),(37867,4,9995,'OPD','2013-11-04 19:28:42'),(37868,5,9995,'','2013-11-04 19:28:42'),(37869,6,9995,'50','2013-11-04 19:28:42'),(37870,7,9995,'DAY','2013-11-04 19:28:42'),(37871,1,9997,'','2013-11-04 19:28:42'),(37872,2,9997,'','2013-11-04 19:28:42'),(37873,3,9997,'','2013-11-04 19:28:42'),(37874,4,9997,'','2013-11-04 19:28:42'),(37875,5,9997,'','2013-11-04 19:28:42'),(37876,6,9997,'','2013-11-04 19:28:42'),(37877,7,9997,'DAY','2013-11-04 19:28:42'),(37878,1,9998,'3580757','2013-11-04 19:31:32'),(37879,2,9998,'','2013-11-04 19:31:32'),(37880,3,9998,'','2013-11-04 19:31:32'),(37881,4,9998,'WARD C5','2013-11-04 19:31:32'),(37882,5,9998,'214750','2013-11-04 19:31:32'),(37883,6,9998,'36.00','2013-11-04 19:31:32'),(37884,7,9998,'DAY','2013-11-04 19:31:32'),(37885,1,9999,'3580752','2013-11-04 19:32:08'),(37886,2,9999,'','2013-11-04 19:32:08'),(37887,3,9999,'','2013-11-04 19:32:08'),(37888,4,9999,'OPD','2013-11-04 19:32:08'),(37889,5,9999,'','2013-11-04 19:32:08'),(37890,6,9999,'15','2013-11-04 19:32:08'),(37891,7,9999,'DAY','2013-11-04 19:32:08'),(37892,1,10000,'3580737','2013-11-04 19:43:18'),(37893,2,10000,'','2013-11-04 19:43:18'),(37894,3,10000,'','2013-11-04 19:43:18'),(37895,4,10000,'OPD','2013-11-04 19:43:18'),(37896,5,10000,'','2013-11-04 19:43:18'),(37897,6,10000,'','2013-11-04 19:43:18'),(37898,7,10000,'DAY','2013-11-04 19:43:18'),(37899,1,10002,'','2013-11-04 19:43:18'),(37900,2,10002,'','2013-11-04 19:43:18'),(37901,3,10002,'','2013-11-04 19:43:18'),(37902,4,10002,'','2013-11-04 19:43:18'),(37903,5,10002,'','2013-11-04 19:43:18'),(37904,6,10002,'','2013-11-04 19:43:18'),(37905,7,10002,'DAY','2013-11-04 19:43:18'),(37906,1,10005,'','2013-11-04 19:43:18'),(37907,2,10005,'','2013-11-04 19:43:18'),(37908,3,10005,'','2013-11-04 19:43:18'),(37909,4,10005,'','2013-11-04 19:43:18'),(37910,5,10005,'','2013-11-04 19:43:18'),(37911,6,10005,'','2013-11-04 19:43:18'),(37912,7,10005,'DAY','2013-11-04 19:43:18'),(37913,1,10006,'3580735','2013-11-04 19:49:27'),(37914,2,10006,'591383','2013-11-04 19:49:27'),(37915,3,10006,'','2013-11-04 19:49:27'),(37916,4,10006,'OPD','2013-11-04 19:49:27'),(37917,5,10006,'','2013-11-04 19:49:27'),(37918,6,10006,'144','2013-11-04 19:49:27'),(37919,7,10006,'DAY','2013-11-04 19:49:27'),(37920,1,10008,'','2013-11-04 19:49:27'),(37921,2,10008,'','2013-11-04 19:49:27'),(37922,3,10008,'','2013-11-04 19:49:27'),(37923,4,10008,'','2013-11-04 19:49:27'),(37924,5,10008,'','2013-11-04 19:49:27'),(37925,6,10008,'','2013-11-04 19:49:27'),(37926,7,10008,'DAY','2013-11-04 19:49:27'),(37927,1,10011,'','2013-11-04 19:49:27'),(37928,2,10011,'','2013-11-04 19:49:27'),(37929,3,10011,'','2013-11-04 19:49:27'),(37930,4,10011,'','2013-11-04 19:49:27'),(37931,5,10011,'','2013-11-04 19:49:27'),(37932,6,10011,'','2013-11-04 19:49:27'),(37933,7,10011,'DAY','2013-11-04 19:49:27'),(37934,1,10015,'','2013-11-04 19:49:27'),(37935,2,10015,'','2013-11-04 19:49:27'),(37936,3,10015,'','2013-11-04 19:49:27'),(37937,4,10015,'','2013-11-04 19:49:27'),(37938,5,10015,'','2013-11-04 19:49:27'),(37939,6,10015,'','2013-11-04 19:49:27'),(37940,7,10015,'DAY','2013-11-04 19:49:27'),(37941,1,10016,'3580741','2013-11-04 19:53:41'),(37942,2,10016,'591386','2013-11-04 19:53:41'),(37943,3,10016,'','2013-11-04 19:53:41'),(37944,4,10016,'OPD','2013-11-04 19:53:41'),(37945,5,10016,'','2013-11-04 19:53:41'),(37946,6,10016,'74','2013-11-04 19:53:41'),(37947,7,10016,'DAY','2013-11-04 19:53:41'),(37948,1,10017,'3580753','2013-11-04 19:58:13'),(37949,2,10017,'','2013-11-04 19:58:13'),(37950,3,10017,'','2013-11-04 19:58:13'),(37951,4,10017,'OPD','2013-11-04 19:58:13'),(37952,5,10017,'','2013-11-04 19:58:13'),(37953,6,10017,'94','2013-11-04 19:58:13'),(37954,7,10017,'DAY','2013-11-04 19:58:13'),(37955,1,10019,'','2013-11-04 19:58:13'),(37956,2,10019,'','2013-11-04 19:58:13'),(37957,3,10019,'','2013-11-04 19:58:13'),(37958,4,10019,'','2013-11-04 19:58:13'),(37959,5,10019,'','2013-11-04 19:58:13'),(37960,6,10019,'','2013-11-04 19:58:13'),(37961,7,10019,'DAY','2013-11-04 19:58:13'),(37962,1,10020,'3580765','2013-11-04 20:18:52'),(37963,2,10020,'','2013-11-04 20:18:52'),(37964,3,10020,'','2013-11-04 20:18:52'),(37965,4,10020,'OPD','2013-11-04 20:18:52'),(37966,5,10020,'','2013-11-04 20:18:52'),(37967,6,10020,'66','2013-11-04 20:18:52'),(37968,7,10020,'DAY','2013-11-04 20:18:52'),(37969,1,10021,'3580764','2013-11-04 20:21:57'),(37970,2,10021,'','2013-11-04 20:21:57'),(37971,3,10021,'','2013-11-04 20:21:57'),(37972,4,10021,'OPD','2013-11-04 20:21:57'),(37973,5,10021,'','2013-11-04 20:21:57'),(37974,6,10021,'66','2013-11-04 20:21:57'),(37975,7,10021,'DAY','2013-11-04 20:21:57'),(37976,1,10022,'3580763','2013-11-04 20:32:01'),(37977,2,10022,'','2013-11-04 20:32:01'),(37978,3,10022,'','2013-11-04 20:32:01'),(37979,4,10022,'OPD','2013-11-04 20:32:01'),(37980,5,10022,'','2013-11-04 20:32:01'),(37981,6,10022,'22','2013-11-04 20:32:01'),(37982,7,10022,'DAY','2013-11-04 20:32:01'),(37983,1,10023,'3580782','2013-11-04 20:33:59'),(37984,2,10023,'','2013-11-04 20:33:59'),(37985,3,10023,'','2013-11-04 20:33:59'),(37986,4,10023,'','2013-11-04 20:33:59'),(37987,5,10023,'','2013-11-04 20:33:59'),(37988,6,10023,'27','2013-11-04 20:33:59'),(37989,7,10023,'DAY','2013-11-04 20:33:59'),(37990,1,10024,'3580766','2013-11-04 20:48:22'),(37991,2,10024,'591391','2013-11-04 20:48:22'),(37992,3,10024,'','2013-11-04 20:48:22'),(37993,4,10024,'OPD','2013-11-04 20:48:22'),(37994,5,10024,'','2013-11-04 20:48:22'),(37995,6,10024,'24','2013-11-04 20:48:22'),(37996,7,10024,'DAY','2013-11-04 20:48:22'),(37997,1,10026,'','2013-11-04 20:48:22'),(37998,2,10026,'','2013-11-04 20:48:22'),(37999,3,10026,'','2013-11-04 20:48:22'),(38000,4,10026,'','2013-11-04 20:48:22'),(38001,5,10026,'','2013-11-04 20:48:22'),(38002,6,10026,'','2013-11-04 20:48:22'),(38003,7,10026,'DAY','2013-11-04 20:48:22'),(38004,1,10027,'3580791','2013-11-04 20:52:41'),(38005,2,10027,'591399','2013-11-04 20:52:41'),(38006,3,10027,'','2013-11-04 20:52:41'),(38007,4,10027,'OPD','2013-11-04 20:52:41'),(38008,5,10027,'','2013-11-04 20:52:41'),(38009,6,10027,'36','2013-11-04 20:52:41'),(38010,7,10027,'DAY','2013-11-04 20:52:41'),(38011,1,10029,'','2013-11-04 20:52:41'),(38012,2,10029,'','2013-11-04 20:52:41'),(38013,3,10029,'','2013-11-04 20:52:41'),(38014,4,10029,'','2013-11-04 20:52:41'),(38015,5,10029,'','2013-11-04 20:52:41'),(38016,6,10029,'','2013-11-04 20:52:41'),(38017,7,10029,'DAY','2013-11-04 20:52:41'),(38018,1,10030,'3580814','2013-11-04 20:54:30'),(38019,2,10030,'','2013-11-04 20:54:30'),(38020,3,10030,'','2013-11-04 20:54:30'),(38021,4,10030,'WARD ','2013-11-04 20:54:30'),(38022,5,10030,'B6','2013-11-04 20:54:30'),(38023,6,10030,'','2013-11-04 20:54:30'),(38024,7,10030,'DAY','2013-11-04 20:54:30'),(38025,1,10032,'','2013-11-04 20:54:30'),(38026,2,10032,'','2013-11-04 20:54:30'),(38027,3,10032,'','2013-11-04 20:54:30'),(38028,4,10032,'','2013-11-04 20:54:30'),(38029,5,10032,'','2013-11-04 20:54:30'),(38030,6,10032,'','2013-11-04 20:54:30'),(38031,7,10032,'DAY','2013-11-04 20:54:30'),(38032,1,10033,'','2013-11-04 21:01:11'),(38033,2,10033,'','2013-11-04 21:01:11'),(38034,3,10033,'','2013-11-04 21:01:11'),(38035,4,10033,'','2013-11-04 21:01:11'),(38036,5,10033,'','2013-11-04 21:01:11'),(38037,6,10033,'','2013-11-04 21:01:11'),(38038,7,10033,'DAY','2013-11-04 21:01:11'),(38039,1,10035,'','2013-11-04 21:01:11'),(38040,2,10035,'','2013-11-04 21:01:11'),(38041,3,10035,'','2013-11-04 21:01:11'),(38042,4,10035,'','2013-11-04 21:01:11'),(38043,5,10035,'','2013-11-04 21:01:11'),(38044,6,10035,'','2013-11-04 21:01:11'),(38045,7,10035,'DAY','2013-11-04 21:01:11'),(38046,1,10036,'3580794','2013-11-04 21:01:28'),(38047,2,10036,'591401','2013-11-04 21:01:28'),(38048,3,10036,'','2013-11-04 21:01:28'),(38049,4,10036,'OPD','2013-11-04 21:01:28'),(38050,5,10036,'','2013-11-04 21:01:28'),(38051,6,10036,'267','2013-11-04 21:01:28'),(38052,7,10036,'DAY','2013-11-04 21:01:28'),(38053,1,10038,'','2013-11-04 21:01:28'),(38054,2,10038,'','2013-11-04 21:01:28'),(38055,3,10038,'','2013-11-04 21:01:28'),(38056,4,10038,'','2013-11-04 21:01:28'),(38057,5,10038,'','2013-11-04 21:01:28'),(38058,6,10038,'','2013-11-04 21:01:28'),(38059,7,10038,'DAY','2013-11-04 21:01:28'),(38060,1,10041,'','2013-11-04 21:01:28'),(38061,2,10041,'','2013-11-04 21:01:28'),(38062,3,10041,'','2013-11-04 21:01:28'),(38063,4,10041,'','2013-11-04 21:01:28'),(38064,5,10041,'','2013-11-04 21:01:28'),(38065,6,10041,'','2013-11-04 21:01:28'),(38066,7,10041,'DAY','2013-11-04 21:01:28'),(38067,1,10042,'3580800','2013-11-04 21:03:51'),(38068,2,10042,'','2013-11-04 21:03:51'),(38069,3,10042,'','2013-11-04 21:03:51'),(38070,4,10042,'OPD','2013-11-04 21:03:51'),(38071,5,10042,'','2013-11-04 21:03:51'),(38072,6,10042,'55','2013-11-04 21:03:51'),(38073,7,10042,'DAY','2013-11-04 21:03:51'),(38074,1,10043,'3580799','2013-11-04 21:18:21'),(38075,2,10043,'591404','2013-11-04 21:18:21'),(38076,3,10043,'','2013-11-04 21:18:21'),(38077,4,10043,'OPD','2013-11-04 21:18:21'),(38078,5,10043,'','2013-11-04 21:18:21'),(38079,6,10043,'113.00','2013-11-04 21:18:21'),(38080,7,10043,'DAY','2013-11-04 21:18:21'),(38081,1,10045,'','2013-11-04 21:18:21'),(38082,2,10045,'','2013-11-04 21:18:21'),(38083,3,10045,'','2013-11-04 21:18:21'),(38084,4,10045,'','2013-11-04 21:18:21'),(38085,5,10045,'','2013-11-04 21:18:21'),(38086,6,10045,'','2013-11-04 21:18:21'),(38087,7,10045,'DAY','2013-11-04 21:18:21'),(38088,1,10046,'3580818','2013-11-04 21:21:30'),(38089,2,10046,'','2013-11-04 21:21:30'),(38090,3,10046,'','2013-11-04 21:21:30'),(38091,4,10046,'OPD','2013-11-04 21:21:30'),(38092,5,10046,'','2013-11-04 21:21:30'),(38093,6,10046,'13.00','2013-11-04 21:21:30'),(38094,7,10046,'DAY','2013-11-04 21:21:30'),(38095,1,10047,'3580815','2013-11-04 21:25:34'),(38096,2,10047,'591411','2013-11-04 21:25:34'),(38097,3,10047,'','2013-11-04 21:25:34'),(38098,4,10047,'OPD','2013-11-04 21:25:34'),(38099,5,10047,'','2013-11-04 21:25:34'),(38100,6,10047,'24.00','2013-11-04 21:25:34'),(38101,7,10047,'DAY','2013-11-04 21:25:34'),(38102,1,10048,'3580839','2013-11-04 21:33:38'),(38103,2,10048,'','2013-11-04 21:33:38'),(38104,3,10048,'','2013-11-04 21:33:38'),(38105,4,10048,'OPD','2013-11-04 21:33:38'),(38106,5,10048,'','2013-11-04 21:33:38'),(38107,6,10048,'64.00','2013-11-04 21:33:38'),(38108,7,10048,'DAY','2013-11-04 21:33:38'),(38109,1,10050,'','2013-11-04 21:33:39'),(38110,2,10050,'','2013-11-04 21:33:39'),(38111,3,10050,'','2013-11-04 21:33:39'),(38112,4,10050,'','2013-11-04 21:33:39'),(38113,5,10050,'','2013-11-04 21:33:39'),(38114,6,10050,'','2013-11-04 21:33:39'),(38115,7,10050,'DAY','2013-11-04 21:33:39'),(38116,1,10053,'','2013-11-04 21:33:39'),(38117,2,10053,'','2013-11-04 21:33:39'),(38118,3,10053,'','2013-11-04 21:33:39'),(38119,4,10053,'','2013-11-04 21:33:39'),(38120,5,10053,'','2013-11-04 21:33:39'),(38121,6,10053,'','2013-11-04 21:33:39'),(38122,7,10053,'DAY','2013-11-04 21:33:39'),(38123,1,10054,'3580846','2013-11-04 21:36:14'),(38124,2,10054,'','2013-11-04 21:36:14'),(38125,3,10054,'','2013-11-04 21:36:14'),(38126,4,10054,'OUTSIDE ','2013-11-04 21:36:14'),(38127,5,10054,'','2013-11-04 21:36:14'),(38128,6,10054,'66.00','2013-11-04 21:36:14'),(38129,7,10054,'DAY','2013-11-04 21:36:14'),(38130,1,10055,'3580841','2013-11-04 21:41:57'),(38131,2,10055,'591417','2013-11-04 21:41:57'),(38132,3,10055,'','2013-11-04 21:41:57'),(38133,4,10055,'OPD','2013-11-04 21:41:57'),(38134,5,10055,'','2013-11-04 21:41:57'),(38135,6,10055,'64.00','2013-11-04 21:41:57'),(38136,7,10055,'DAY','2013-11-04 21:41:57'),(38137,1,10057,'','2013-11-04 21:41:57'),(38138,2,10057,'','2013-11-04 21:41:57'),(38139,3,10057,'','2013-11-04 21:41:57'),(38140,4,10057,'','2013-11-04 21:41:57'),(38141,5,10057,'','2013-11-04 21:41:57'),(38142,6,10057,'','2013-11-04 21:41:57'),(38143,7,10057,'DAY','2013-11-04 21:41:57'),(38144,1,10058,'3580843','2013-11-04 21:43:34'),(38145,2,10058,'','2013-11-04 21:43:34'),(38146,3,10058,'','2013-11-04 21:43:34'),(38147,4,10058,'OPD','2013-11-04 21:43:34'),(38148,5,10058,'','2013-11-04 21:43:34'),(38149,6,10058,'69.00','2013-11-04 21:43:34'),(38150,7,10058,'DAY','2013-11-04 21:43:34'),(38151,1,10059,'3580850','2013-11-04 21:57:24'),(38152,2,10059,'591424','2013-11-04 21:57:24'),(38153,3,10059,'','2013-11-04 21:57:24'),(38154,4,10059,'OPD','2013-11-04 21:57:24'),(38155,5,10059,'','2013-11-04 21:57:24'),(38156,6,10059,'450','2013-11-04 21:57:24'),(38157,7,10059,'DAY','2013-11-04 21:57:24'),(38158,1,10060,'','2013-11-04 22:16:35'),(38159,2,10060,'591427','2013-11-04 22:16:35'),(38160,3,10060,'','2013-11-04 22:16:35'),(38161,4,10060,'OPD','2013-11-04 22:16:35'),(38162,5,10060,'','2013-11-04 22:16:35'),(38163,6,10060,'20','2013-11-04 22:16:35'),(38164,7,10060,'DAY','2013-11-04 22:16:35'),(38165,1,10061,'3580869','2013-11-04 22:25:56'),(38166,2,10061,'591432','2013-11-04 22:25:56'),(38167,3,10061,'','2013-11-04 22:25:56'),(38168,4,10061,'OPD','2013-11-04 22:25:56'),(38169,5,10061,'','2013-11-04 22:25:56'),(38170,6,10061,'24','2013-11-04 22:25:56'),(38171,7,10061,'DAY','2013-11-04 22:25:56'),(38172,1,10062,'3580868','2013-11-04 22:33:03'),(38173,2,10062,'591431','2013-11-04 22:33:03'),(38174,3,10062,'','2013-11-04 22:33:03'),(38175,4,10062,'OPD','2013-11-04 22:33:03'),(38176,5,10062,'','2013-11-04 22:33:03'),(38177,6,10062,'30','2013-11-04 22:33:03'),(38178,7,10062,'DAY','2013-11-04 22:33:03'),(38179,1,10063,'3580899','2013-11-04 23:06:25'),(38180,2,10063,'','2013-11-04 23:06:25'),(38181,3,10063,'','2013-11-04 23:06:25'),(38182,4,10063,'OPD','2013-11-04 23:06:25'),(38183,5,10063,'','2013-11-04 23:06:25'),(38184,6,10063,'113.00','2013-11-04 23:06:25'),(38185,7,10063,'DAY','2013-11-04 23:06:25'),(38186,1,10065,'','2013-11-04 23:06:25'),(38187,2,10065,'','2013-11-04 23:06:25'),(38188,3,10065,'','2013-11-04 23:06:25'),(38189,4,10065,'','2013-11-04 23:06:25'),(38190,5,10065,'','2013-11-04 23:06:25'),(38191,6,10065,'','2013-11-04 23:06:25'),(38192,7,10065,'DAY','2013-11-04 23:06:25'),(38193,1,10066,'','2013-11-04 23:31:56'),(38194,2,10066,'','2013-11-04 23:31:56'),(38195,3,10066,'','2013-11-04 23:31:56'),(38196,4,10066,'','2013-11-04 23:31:56'),(38197,5,10066,'','2013-11-04 23:31:56'),(38198,6,10066,'','2013-11-04 23:31:56'),(38199,7,10066,'DAY','2013-11-04 23:31:56'),(38200,1,10067,'','2013-11-04 23:34:40'),(38201,2,10067,'','2013-11-04 23:34:40'),(38202,3,10067,'','2013-11-04 23:34:40'),(38203,4,10067,'','2013-11-04 23:34:40'),(38204,5,10067,'','2013-11-04 23:34:40'),(38205,6,10067,'','2013-11-04 23:34:40'),(38206,7,10067,'DAY','2013-11-04 23:34:40'),(38207,1,10068,'3580805','2013-11-04 23:56:27'),(38208,2,10068,'','2013-11-04 23:56:27'),(38209,3,10068,'','2013-11-04 23:56:27'),(38210,4,10068,'OPD','2013-11-04 23:56:27'),(38211,5,10068,'','2013-11-04 23:56:27'),(38212,6,10068,'456','2013-11-04 23:56:27'),(38213,7,10068,'DAY','2013-11-04 23:56:27'),(38214,1,10070,'','2013-11-04 23:56:28'),(38215,2,10070,'','2013-11-04 23:56:28'),(38216,3,10070,'','2013-11-04 23:56:28'),(38217,4,10070,'','2013-11-04 23:56:28'),(38218,5,10070,'','2013-11-04 23:56:28'),(38219,6,10070,'','2013-11-04 23:56:28'),(38220,7,10070,'DAY','2013-11-04 23:56:28'),(38221,1,10071,'3580950','2013-11-05 00:19:22'),(38222,2,10071,'591460','2013-11-05 00:19:22'),(38223,3,10071,'','2013-11-05 00:19:22'),(38224,4,10071,'OPD','2013-11-05 00:19:22'),(38225,5,10071,'','2013-11-05 00:19:22'),(38226,6,10071,'64','2013-11-05 00:19:22'),(38227,7,10071,'DAY','2013-11-05 00:19:22'),(38228,1,10073,'','2013-11-05 00:19:22'),(38229,2,10073,'','2013-11-05 00:19:22'),(38230,3,10073,'','2013-11-05 00:19:22'),(38231,4,10073,'','2013-11-05 00:19:22'),(38232,5,10073,'','2013-11-05 00:19:22'),(38233,6,10073,'','2013-11-05 00:19:22'),(38234,7,10073,'DAY','2013-11-05 00:19:22'),(38235,1,10076,'','2013-11-05 00:19:22'),(38236,2,10076,'','2013-11-05 00:19:22'),(38237,3,10076,'','2013-11-05 00:19:22'),(38238,4,10076,'','2013-11-05 00:19:22'),(38239,5,10076,'','2013-11-05 00:19:22'),(38240,6,10076,'','2013-11-05 00:19:22'),(38241,7,10076,'DAY','2013-11-05 00:19:22'),(38242,1,10077,'3567507','2013-11-05 00:23:22'),(38243,2,10077,'','2013-11-05 00:23:22'),(38244,3,10077,'','2013-11-05 00:23:22'),(38245,4,10077,'OPD','2013-11-05 00:23:22'),(38246,5,10077,'','2013-11-05 00:23:22'),(38247,6,10077,'22','2013-11-05 00:23:22'),(38248,7,10077,'DAY','2013-11-05 00:23:22'),(38249,1,10078,'3580974','2013-11-05 00:33:33'),(38250,2,10078,'','2013-11-05 00:33:33'),(38251,3,10078,'','2013-11-05 00:33:33'),(38252,4,10078,'OPD','2013-11-05 00:33:33'),(38253,5,10078,'','2013-11-05 00:33:33'),(38254,6,10078,'98','2013-11-05 00:33:33'),(38255,7,10078,'DAY','2013-11-05 00:33:33'),(38256,1,10080,'','2013-11-05 00:33:33'),(38257,2,10080,'','2013-11-05 00:33:33'),(38258,3,10080,'','2013-11-05 00:33:33'),(38259,4,10080,'','2013-11-05 00:33:33'),(38260,5,10080,'','2013-11-05 00:33:33'),(38261,6,10080,'','2013-11-05 00:33:33'),(38262,7,10080,'DAY','2013-11-05 00:33:33'),(38263,1,10081,'3580980','2013-11-05 00:42:41'),(38264,2,10081,'','2013-11-05 00:42:41'),(38265,3,10081,'','2013-11-05 00:42:41'),(38266,4,10081,'OPD','2013-11-05 00:42:41'),(38267,5,10081,'','2013-11-05 00:42:41'),(38268,6,10081,'104','2013-11-05 00:42:41'),(38269,7,10081,'DAY','2013-11-05 00:42:41'),(38270,1,10083,'','2013-11-05 00:42:42'),(38271,2,10083,'','2013-11-05 00:42:42'),(38272,3,10083,'','2013-11-05 00:42:42'),(38273,4,10083,'','2013-11-05 00:42:42'),(38274,5,10083,'','2013-11-05 00:42:42'),(38275,6,10083,'','2013-11-05 00:42:42'),(38276,7,10083,'DAY','2013-11-05 00:42:42'),(38277,1,10084,'','2013-11-05 00:47:56'),(38278,2,10084,'','2013-11-05 00:47:56'),(38279,3,10084,'','2013-11-05 00:47:56'),(38280,4,10084,'WARD','2013-11-05 00:47:56'),(38281,5,10084,'','2013-11-05 00:47:56'),(38282,6,10084,'','2013-11-05 00:47:56'),(38283,7,10084,'DAY','2013-11-05 00:47:56'),(38284,1,10085,'3581005','2013-11-05 01:08:07'),(38285,2,10085,'','2013-11-05 01:08:07'),(38286,3,10085,'','2013-11-05 01:08:07'),(38287,4,10085,'OPD','2013-11-05 01:08:07'),(38288,5,10085,'','2013-11-05 01:08:07'),(38289,6,10085,'74','2013-11-05 01:08:07'),(38290,7,10085,'DAY','2013-11-05 01:08:07'),(38291,1,10087,'','2013-11-05 01:08:08'),(38292,2,10087,'','2013-11-05 01:08:08'),(38293,3,10087,'','2013-11-05 01:08:08'),(38294,4,10087,'','2013-11-05 01:08:08'),(38295,5,10087,'','2013-11-05 01:08:08'),(38296,6,10087,'','2013-11-05 01:08:08'),(38297,7,10087,'DAY','2013-11-05 01:08:08'),(38298,1,10088,'3581034','2013-11-05 01:27:03'),(38299,2,10088,'','2013-11-05 01:27:03'),(38300,3,10088,'','2013-11-05 01:27:03'),(38301,4,10088,'OPD','2013-11-05 01:27:03'),(38302,5,10088,'','2013-11-05 01:27:03'),(38303,6,10088,'154','2013-11-05 01:27:03'),(38304,7,10088,'DAY','2013-11-05 01:27:03'),(38305,1,10090,'','2013-11-05 01:27:03'),(38306,2,10090,'','2013-11-05 01:27:04'),(38307,3,10090,'','2013-11-05 01:27:04'),(38308,4,10090,'','2013-11-05 01:27:04'),(38309,5,10090,'','2013-11-05 01:27:04'),(38310,6,10090,'','2013-11-05 01:27:04'),(38311,7,10090,'DAY','2013-11-05 01:27:04'),(38312,1,10093,'','2013-11-05 01:27:04'),(38313,2,10093,'','2013-11-05 01:27:04'),(38314,3,10093,'','2013-11-05 01:27:04'),(38315,4,10093,'','2013-11-05 01:27:04'),(38316,5,10093,'','2013-11-05 01:27:04'),(38317,6,10093,'','2013-11-05 01:27:04'),(38318,7,10093,'DAY','2013-11-05 01:27:04'),(38319,1,10097,'','2013-11-05 01:27:04'),(38320,2,10097,'','2013-11-05 01:27:04'),(38321,3,10097,'','2013-11-05 01:27:04'),(38322,4,10097,'','2013-11-05 01:27:04'),(38323,5,10097,'','2013-11-05 01:27:04'),(38324,6,10097,'','2013-11-05 01:27:04'),(38325,7,10097,'DAY','2013-11-05 01:27:04'),(38326,1,10098,'3581060','2013-11-05 01:44:01'),(38327,2,10098,'','2013-11-05 01:44:01'),(38328,3,10098,'','2013-11-05 01:44:01'),(38329,4,10098,'OPD','2013-11-05 01:44:01'),(38330,5,10098,'','2013-11-05 01:44:01'),(38331,6,10098,'104','2013-11-05 01:44:01'),(38332,7,10098,'DAY','2013-11-05 01:44:01'),(38333,1,10100,'','2013-11-05 01:44:01'),(38334,2,10100,'','2013-11-05 01:44:01'),(38335,3,10100,'','2013-11-05 01:44:01'),(38336,4,10100,'','2013-11-05 01:44:01'),(38337,5,10100,'','2013-11-05 01:44:01'),(38338,6,10100,'','2013-11-05 01:44:01'),(38339,7,10100,'DAY','2013-11-05 01:44:01'),(38340,1,10101,'3581078','2013-11-05 02:25:12'),(38341,2,10101,'','2013-11-05 02:25:12'),(38342,3,10101,'','2013-11-05 02:25:12'),(38343,4,10101,'OPD','2013-11-05 02:25:12'),(38344,5,10101,'','2013-11-05 02:25:12'),(38345,6,10101,'395.00','2013-11-05 02:25:12'),(38346,7,10101,'DAY','2013-11-05 02:25:12'),(38347,1,10103,'','2013-11-05 02:25:13'),(38348,2,10103,'','2013-11-05 02:25:13'),(38349,3,10103,'','2013-11-05 02:25:13'),(38350,4,10103,'','2013-11-05 02:25:13'),(38351,5,10103,'','2013-11-05 02:25:13'),(38352,6,10103,'','2013-11-05 02:25:13'),(38353,7,10103,'DAY','2013-11-05 02:25:13'),(38354,1,10106,'','2013-11-05 02:25:13'),(38355,2,10106,'','2013-11-05 02:25:13'),(38356,3,10106,'','2013-11-05 02:25:13'),(38357,4,10106,'','2013-11-05 02:25:13'),(38358,5,10106,'','2013-11-05 02:25:13'),(38359,6,10106,'','2013-11-05 02:25:13'),(38360,7,10106,'DAY','2013-11-05 02:25:13'),(38361,1,10107,'3581082','2013-11-05 02:35:39'),(38362,2,10107,'591489','2013-11-05 02:35:39'),(38363,3,10107,'','2013-11-05 02:35:39'),(38364,4,10107,'SR','2013-11-05 02:35:39'),(38365,5,10107,'','2013-11-05 02:35:39'),(38366,6,10107,'24.00','2013-11-05 02:35:39'),(38367,7,10107,'DAY','2013-11-05 02:35:39'),(38368,1,10108,'3581090','2013-11-05 03:02:20'),(38369,2,10108,'591492','2013-11-05 03:02:20'),(38370,3,10108,'','2013-11-05 03:02:20'),(38371,4,10108,'OUTSIDE','2013-11-05 03:02:20'),(38372,5,10108,'','2013-11-05 03:02:20'),(38373,6,10108,'12.00','2013-11-05 03:02:20'),(38374,7,10108,'DAY','2013-11-05 03:02:20'),(38375,1,10109,'3581098','2013-11-05 03:10:53'),(38376,2,10109,'','2013-11-05 03:10:53'),(38377,3,10109,'','2013-11-05 03:10:53'),(38378,4,10109,'OPD','2013-11-05 03:10:53'),(38379,5,10109,'','2013-11-05 03:10:53'),(38380,6,10109,'99.00','2013-11-05 03:10:53'),(38381,7,10109,'DAY','2013-11-05 03:10:53'),(38382,1,10111,'','2013-11-05 03:10:53'),(38383,2,10111,'','2013-11-05 03:10:53'),(38384,3,10111,'','2013-11-05 03:10:53'),(38385,4,10111,'','2013-11-05 03:10:53'),(38386,5,10111,'','2013-11-05 03:10:53'),(38387,6,10111,'','2013-11-05 03:10:53'),(38388,7,10111,'DAY','2013-11-05 03:10:53'),(38389,1,10112,'3581107','2013-11-05 03:45:58'),(38390,2,10112,'591499','2013-11-05 03:45:58'),(38391,3,10112,'','2013-11-05 03:45:58'),(38392,4,10112,'OPD','2013-11-05 03:45:58'),(38393,5,10112,'','2013-11-05 03:45:58'),(38394,6,10112,'94.00','2013-11-05 03:45:58'),(38395,7,10112,'DAY','2013-11-05 03:45:58'),(38396,1,10113,'3581111','2013-11-05 03:58:39'),(38397,2,10113,'','2013-11-05 03:58:39'),(38398,3,10113,'','2013-11-05 03:58:39'),(38399,4,10113,'OPD','2013-11-05 03:58:39'),(38400,5,10113,'','2013-11-05 03:58:39'),(38401,6,10113,'112.00','2013-11-05 03:58:39'),(38402,7,10113,'DAY','2013-11-05 03:58:39'),(38403,1,10115,'','2013-11-05 03:58:40'),(38404,2,10115,'','2013-11-05 03:58:40'),(38405,3,10115,'','2013-11-05 03:58:40'),(38406,4,10115,'','2013-11-05 03:58:40'),(38407,5,10115,'','2013-11-05 03:58:40'),(38408,6,10115,'','2013-11-05 03:58:40'),(38409,7,10115,'DAY','2013-11-05 03:58:40'),(38410,1,10118,'','2013-11-05 03:58:40'),(38411,2,10118,'','2013-11-05 03:58:40'),(38412,3,10118,'','2013-11-05 03:58:40'),(38413,4,10118,'','2013-11-05 03:58:40'),(38414,5,10118,'','2013-11-05 03:58:40'),(38415,6,10118,'','2013-11-05 03:58:40'),(38416,7,10118,'DAY','2013-11-05 03:58:40'),(38417,1,10119,'3581118','2013-11-05 04:18:42'),(38418,2,10119,'591506','2013-11-05 04:18:42'),(38419,3,10119,'','2013-11-05 04:18:42'),(38420,4,10119,'OPD','2013-11-05 04:18:42'),(38421,5,10119,'','2013-11-05 04:18:42'),(38422,6,10119,'104.00','2013-11-05 04:18:42'),(38423,7,10119,'DAY','2013-11-05 04:18:42'),(38424,1,10121,'','2013-11-05 04:18:42'),(38425,2,10121,'','2013-11-05 04:18:42'),(38426,3,10121,'','2013-11-05 04:18:42'),(38427,4,10121,'','2013-11-05 04:18:42'),(38428,5,10121,'','2013-11-05 04:18:42'),(38429,6,10121,'','2013-11-05 04:18:42'),(38430,7,10121,'DAY','2013-11-05 04:18:42'),(38431,1,10124,'','2013-11-05 04:18:43'),(38432,2,10124,'','2013-11-05 04:18:43'),(38433,3,10124,'','2013-11-05 04:18:43'),(38434,4,10124,'','2013-11-05 04:18:43'),(38435,5,10124,'','2013-11-05 04:18:43'),(38436,6,10124,'','2013-11-05 04:18:43'),(38437,7,10124,'DAY','2013-11-05 04:18:43'),(38438,1,10125,'3581126','2013-11-05 05:02:52'),(38439,2,10125,'','2013-11-05 05:02:52'),(38440,3,10125,'','2013-11-05 05:02:52'),(38441,4,10125,'TREATMENT ROOM','2013-11-05 05:02:52'),(38442,5,10125,'','2013-11-05 05:02:52'),(38443,6,10125,'112','2013-11-05 05:02:52'),(38444,7,10125,'DAY','2013-11-05 05:02:52'),(38445,1,10127,'','2013-11-05 05:02:53'),(38446,2,10127,'','2013-11-05 05:02:53'),(38447,3,10127,'','2013-11-05 05:02:53'),(38448,4,10127,'','2013-11-05 05:02:53'),(38449,5,10127,'','2013-11-05 05:02:53'),(38450,6,10127,'','2013-11-05 05:02:53'),(38451,7,10127,'DAY','2013-11-05 05:02:53'),(38452,1,10130,'','2013-11-05 05:02:53'),(38453,2,10130,'','2013-11-05 05:02:53'),(38454,3,10130,'','2013-11-05 05:02:53'),(38455,4,10130,'','2013-11-05 05:02:53'),(38456,5,10130,'','2013-11-05 05:02:53'),(38457,6,10130,'','2013-11-05 05:02:53'),(38458,7,10130,'DAY','2013-11-05 05:02:53'),(38459,1,10131,'3581133','2013-11-05 05:20:53'),(38460,2,10131,'','2013-11-05 05:20:53'),(38461,3,10131,'','2013-11-05 05:20:53'),(38462,4,10131,'OPD','2013-11-05 05:20:53'),(38463,5,10131,'','2013-11-05 05:20:53'),(38464,6,10131,'81.00','2013-11-05 05:20:53'),(38465,7,10131,'DAY','2013-11-05 05:20:53'),(38466,1,10132,'3581134','2013-11-05 05:36:20'),(38467,2,10132,'591513','2013-11-05 05:36:20'),(38468,3,10132,'','2013-11-05 05:36:20'),(38469,4,10132,'OPD','2013-11-05 05:36:20'),(38470,5,10132,'','2013-11-05 05:36:20'),(38471,6,10132,'20.00','2013-11-05 05:36:20'),(38472,7,10132,'DAY','2013-11-05 05:36:20'),(38473,1,10133,'3581137','2013-11-05 05:58:43'),(38474,2,10133,'591516','2013-11-05 05:58:43'),(38475,3,10133,'','2013-11-05 05:58:43'),(38476,4,10133,'OPD','2013-11-05 05:58:43'),(38477,5,10133,'','2013-11-05 05:58:43'),(38478,6,10133,'70.00','2013-11-05 05:58:43'),(38479,7,10133,'DAY','2013-11-05 05:58:43'),(38480,1,10135,'','2013-11-05 05:58:43'),(38481,2,10135,'','2013-11-05 05:58:43'),(38482,3,10135,'','2013-11-05 05:58:43'),(38483,4,10135,'','2013-11-05 05:58:43'),(38484,5,10135,'','2013-11-05 05:58:43'),(38485,6,10135,'','2013-11-05 05:58:43'),(38486,7,10135,'DAY','2013-11-05 05:58:43'),(38487,1,10138,'','2013-11-05 05:58:43'),(38488,2,10138,'','2013-11-05 05:58:43'),(38489,3,10138,'','2013-11-05 05:58:43'),(38490,4,10138,'','2013-11-05 05:58:43'),(38491,5,10138,'','2013-11-05 05:58:43'),(38492,6,10138,'','2013-11-05 05:58:43'),(38493,7,10138,'DAY','2013-11-05 05:58:43'),(38494,1,10139,'3581142','2013-11-05 06:42:30'),(38495,2,10139,'','2013-11-05 06:42:30'),(38496,3,10139,'','2013-11-05 06:42:30'),(38497,4,10139,'WARD','2013-11-05 06:42:30'),(38498,5,10139,'214766','2013-11-05 06:42:30'),(38499,6,10139,'49.00','2013-11-05 06:42:30'),(38500,7,10139,'DAY','2013-11-05 06:42:30'),(38501,1,10140,'','2013-11-05 07:01:12'),(38502,2,10140,'','2013-11-05 07:01:12'),(38503,3,10140,'','2013-11-05 07:01:12'),(38504,4,10140,'','2013-11-05 07:01:12'),(38505,5,10140,'','2013-11-05 07:01:12'),(38506,6,10140,'','2013-11-05 07:01:12'),(38507,7,10140,'DAY','2013-11-05 07:01:12'),(38508,1,10142,'','2013-11-05 07:01:12'),(38509,2,10142,'','2013-11-05 07:01:12'),(38510,3,10142,'','2013-11-05 07:01:12'),(38511,4,10142,'','2013-11-05 07:01:12'),(38512,5,10142,'','2013-11-05 07:01:12'),(38513,6,10142,'','2013-11-05 07:01:12'),(38514,7,10142,'DAY','2013-11-05 07:01:12'),(38515,1,10143,'3581160','2013-11-05 08:09:40'),(38516,2,10143,'','2013-11-05 08:09:40'),(38517,3,10143,'','2013-11-05 08:09:40'),(38518,4,10143,'WARD','2013-11-05 08:09:40'),(38519,5,10143,'214772','2013-11-05 08:09:40'),(38520,6,10143,'100.00','2013-11-05 08:09:40'),(38521,7,10143,'DAY','2013-11-05 08:09:40'),(38522,1,10145,'','2013-11-05 08:09:40'),(38523,2,10145,'','2013-11-05 08:09:40'),(38524,3,10145,'','2013-11-05 08:09:40'),(38525,4,10145,'','2013-11-05 08:09:40'),(38526,5,10145,'','2013-11-05 08:09:40'),(38527,6,10145,'','2013-11-05 08:09:40'),(38528,7,10145,'DAY','2013-11-05 08:09:40'),(38529,1,10148,'','2013-11-05 08:09:41'),(38530,2,10148,'','2013-11-05 08:09:41'),(38531,3,10148,'','2013-11-05 08:09:41'),(38532,4,10148,'','2013-11-05 08:09:41'),(38533,5,10148,'','2013-11-05 08:09:41'),(38534,6,10148,'','2013-11-05 08:09:41'),(38535,7,10148,'DAY','2013-11-05 08:09:41'),(38536,1,10149,'3581170','2013-11-05 10:20:14'),(38537,2,10149,'591522','2013-11-05 10:20:14'),(38538,3,10149,'','2013-11-05 10:20:14'),(38539,4,10149,'OPD','2013-11-05 10:20:14'),(38540,5,10149,'','2013-11-05 10:20:14'),(38541,6,10149,'81.00','2013-11-05 10:20:14'),(38542,7,10149,'DAY','2013-11-05 10:20:14'),(38543,1,10151,'','2013-11-05 10:20:14'),(38544,2,10151,'','2013-11-05 10:20:14'),(38545,3,10151,'','2013-11-05 10:20:14'),(38546,4,10151,'','2013-11-05 10:20:14'),(38547,5,10151,'','2013-11-05 10:20:14'),(38548,6,10151,'','2013-11-05 10:20:14'),(38549,7,10151,'DAY','2013-11-05 10:20:14'),(38550,1,10154,'','2013-11-05 10:20:14'),(38551,2,10154,'','2013-11-05 10:20:14'),(38552,3,10154,'','2013-11-05 10:20:14'),(38553,4,10154,'','2013-11-05 10:20:14'),(38554,5,10154,'','2013-11-05 10:20:14'),(38555,6,10154,'','2013-11-05 10:20:14'),(38556,7,10154,'DAY','2013-11-05 10:20:15'),(38557,1,10155,'3581171','2013-11-05 10:41:46'),(38558,2,10155,'','2013-11-05 10:41:46'),(38559,3,10155,'','2013-11-05 10:41:46'),(38560,4,10155,'OPD','2013-11-05 10:41:46'),(38561,5,10155,'','2013-11-05 10:41:46'),(38562,6,10155,'48.00','2013-11-05 10:41:46'),(38563,7,10155,'DAY','2013-11-05 10:41:46'),(38564,1,10157,'','2013-11-05 10:41:46'),(38565,2,10157,'','2013-11-05 10:41:46'),(38566,3,10157,'','2013-11-05 10:41:46'),(38567,4,10157,'','2013-11-05 10:41:46'),(38568,5,10157,'','2013-11-05 10:41:46'),(38569,6,10157,'','2013-11-05 10:41:46'),(38570,7,10157,'DAY','2013-11-05 10:41:46'),(38571,1,10160,'','2013-11-05 10:41:46'),(38572,2,10160,'','2013-11-05 10:41:46'),(38573,3,10160,'','2013-11-05 10:41:46'),(38574,4,10160,'','2013-11-05 10:41:46'),(38575,5,10160,'','2013-11-05 10:41:46'),(38576,6,10160,'','2013-11-05 10:41:46'),(38577,7,10160,'DAY','2013-11-05 10:41:46'),(38578,1,10161,'3572440','2013-11-05 13:25:40'),(38579,2,10161,'','2013-11-05 13:25:40'),(38580,3,10161,'','2013-11-05 13:25:40'),(38581,4,10161,'opd','2013-11-05 13:25:40'),(38582,5,10161,'','2013-11-05 13:25:40'),(38583,6,10161,'109.00','2013-11-05 13:25:40'),(38584,7,10161,'DAY','2013-11-05 13:25:40'),(38585,1,10162,'','2013-11-05 13:32:24'),(38586,2,10162,'','2013-11-05 13:32:24'),(38587,3,10162,'','2013-11-05 13:32:24'),(38588,4,10162,'WARD','2013-11-05 13:32:24'),(38589,5,10162,'214770','2013-11-05 13:32:24'),(38590,6,10162,'','2013-11-05 13:32:24'),(38591,7,10162,'DAY','2013-11-05 13:32:24'),(38592,1,10163,'3581149','2013-11-05 13:34:16'),(38593,2,10163,'','2013-11-05 13:34:16'),(38594,3,10163,'','2013-11-05 13:34:16'),(38595,4,10163,'WARD','2013-11-05 13:34:16'),(38596,5,10163,'214771','2013-11-05 13:34:16'),(38597,6,10163,'54.00','2013-11-05 13:34:16'),(38598,7,10163,'DAY','2013-11-05 13:34:16'),(38599,1,10164,'3580904','2013-11-05 13:41:57'),(38600,2,10164,'','2013-11-05 13:41:57'),(38601,3,10164,'','2013-11-05 13:41:57'),(38602,4,10164,'OPD','2013-11-05 13:41:57'),(38603,5,10164,'','2013-11-05 13:41:57'),(38604,6,10164,'222.00','2013-11-05 13:41:57'),(38605,7,10164,'DAY','2013-11-05 13:41:57'),(38606,1,10166,'','2013-11-05 13:41:57'),(38607,2,10166,'','2013-11-05 13:41:57'),(38608,3,10166,'','2013-11-05 13:41:57'),(38609,4,10166,'','2013-11-05 13:41:57'),(38610,5,10166,'','2013-11-05 13:41:57'),(38611,6,10166,'','2013-11-05 13:41:57'),(38612,7,10166,'DAY','2013-11-05 13:41:57'),(38613,1,10169,'','2013-11-05 13:41:58'),(38614,2,10169,'','2013-11-05 13:41:58'),(38615,3,10169,'','2013-11-05 13:41:58'),(38616,4,10169,'','2013-11-05 13:41:58'),(38617,5,10169,'','2013-11-05 13:41:58'),(38618,6,10169,'','2013-11-05 13:41:58'),(38619,7,10169,'DAY','2013-11-05 13:41:58'),(38620,1,10170,'3581187','2013-11-05 13:57:45'),(38621,2,10170,'','2013-11-05 13:57:45'),(38622,3,10170,'','2013-11-05 13:57:45'),(38623,4,10170,'OPD','2013-11-05 13:57:45'),(38624,5,10170,'','2013-11-05 13:57:45'),(38625,6,10170,'112.00','2013-11-05 13:57:45'),(38626,7,10170,'DAY','2013-11-05 13:57:45'),(38627,1,10172,'','2013-11-05 13:57:45'),(38628,2,10172,'','2013-11-05 13:57:45'),(38629,3,10172,'','2013-11-05 13:57:45'),(38630,4,10172,'','2013-11-05 13:57:45'),(38631,5,10172,'','2013-11-05 13:57:45'),(38632,6,10172,'','2013-11-05 13:57:45'),(38633,7,10172,'DAY','2013-11-05 13:57:45'),(38634,1,10175,'','2013-11-05 13:57:45'),(38635,2,10175,'','2013-11-05 13:57:45'),(38636,3,10175,'','2013-11-05 13:57:45'),(38637,4,10175,'','2013-11-05 13:57:45'),(38638,5,10175,'','2013-11-05 13:57:45'),(38639,6,10175,'','2013-11-05 13:57:45'),(38640,7,10175,'DAY','2013-11-05 13:57:45'),(38641,1,10176,'3580964','2013-11-05 13:59:23'),(38642,2,10176,'','2013-11-05 13:59:23'),(38643,3,10176,'','2013-11-05 13:59:23'),(38644,4,10176,'OPD','2013-11-05 13:59:23'),(38645,5,10176,'','2013-11-05 13:59:23'),(38646,6,10176,'12.00','2013-11-05 13:59:23'),(38647,7,10176,'DAY','2013-11-05 13:59:23'),(38648,1,10177,'','2013-11-05 14:17:46'),(38649,2,10177,'','2013-11-05 14:17:46'),(38650,3,10177,'','2013-11-05 14:17:46'),(38651,4,10177,'OPD','2013-11-05 14:17:46'),(38652,5,10177,'','2013-11-05 14:17:46'),(38653,6,10177,'','2013-11-05 14:17:46'),(38654,7,10177,'DAY','2013-11-05 14:17:46'),(38655,1,10179,'','2013-11-05 14:17:47'),(38656,2,10179,'','2013-11-05 14:17:47'),(38657,3,10179,'','2013-11-05 14:17:47'),(38658,4,10179,'','2013-11-05 14:17:47'),(38659,5,10179,'','2013-11-05 14:17:47'),(38660,6,10179,'','2013-11-05 14:17:47'),(38661,7,10179,'DAY','2013-11-05 14:17:47'),(38662,1,10182,'','2013-11-05 14:17:47'),(38663,2,10182,'','2013-11-05 14:17:47'),(38664,3,10182,'','2013-11-05 14:17:47'),(38665,4,10182,'','2013-11-05 14:17:47'),(38666,5,10182,'','2013-11-05 14:17:47'),(38667,6,10182,'','2013-11-05 14:17:47'),(38668,7,10182,'DAY','2013-11-05 14:17:47'),(38669,1,10183,'3581192','2013-11-05 14:21:34'),(38670,2,10183,'591529','2013-11-05 14:21:34'),(38671,3,10183,'','2013-11-05 14:21:34'),(38672,4,10183,'OPD','2013-11-05 14:21:34'),(38673,5,10183,'','2013-11-05 14:21:34'),(38674,6,10183,'41','2013-11-05 14:21:34'),(38675,7,10183,'DAY','2013-11-05 14:21:34'),(38676,1,10184,'3581218','2013-11-05 14:49:22'),(38677,2,10184,'','2013-11-05 14:49:22'),(38678,3,10184,'','2013-11-05 14:49:22'),(38679,4,10184,'OPD','2013-11-05 14:49:22'),(38680,5,10184,'','2013-11-05 14:49:22'),(38681,6,10184,'133','2013-11-05 14:49:22'),(38682,7,10184,'DAY','2013-11-05 14:49:22'),(38683,1,10186,'','2013-11-05 14:49:23'),(38684,2,10186,'','2013-11-05 14:49:23'),(38685,3,10186,'','2013-11-05 14:49:23'),(38686,4,10186,'','2013-11-05 14:49:23'),(38687,5,10186,'','2013-11-05 14:49:23'),(38688,6,10186,'','2013-11-05 14:49:23'),(38689,7,10186,'DAY','2013-11-05 14:49:23'),(38690,1,10187,'3568995','2013-11-05 15:03:54'),(38691,2,10187,'','2013-11-05 15:03:54'),(38692,3,10187,'','2013-11-05 15:03:54'),(38693,4,10187,'OPD','2013-11-05 15:03:54'),(38694,5,10187,'','2013-11-05 15:03:54'),(38695,6,10187,'156.00','2013-11-05 15:03:54'),(38696,7,10187,'DAY','2013-11-05 15:03:54'),(38697,1,10189,'','2013-11-05 15:03:54'),(38698,2,10189,'','2013-11-05 15:03:54'),(38699,3,10189,'','2013-11-05 15:03:54'),(38700,4,10189,'','2013-11-05 15:03:54'),(38701,5,10189,'','2013-11-05 15:03:54'),(38702,6,10189,'','2013-11-05 15:03:55'),(38703,7,10189,'DAY','2013-11-05 15:03:55'),(38704,1,10190,'3581224','2013-11-05 15:06:49'),(38705,2,10190,'591535','2013-11-05 15:06:49'),(38706,3,10190,'','2013-11-05 15:06:49'),(38707,4,10190,'OPD','2013-11-05 15:06:49'),(38708,5,10190,'','2013-11-05 15:06:49'),(38709,6,10190,'69.00','2013-11-05 15:06:49'),(38710,7,10190,'DAY','2013-11-05 15:06:49'),(38711,1,10191,'3581216','2013-11-05 15:16:25'),(38712,2,10191,'','2013-11-05 15:16:25'),(38713,3,10191,'','2013-11-05 15:16:25'),(38714,4,10191,'OUTSIDE','2013-11-05 15:16:25'),(38715,5,10191,'','2013-11-05 15:16:25'),(38716,6,10191,'54','2013-11-05 15:16:25'),(38717,7,10191,'DAY','2013-11-05 15:16:25'),(38718,1,10192,'3581235','2013-11-05 15:38:40'),(38719,2,10192,'591540','2013-11-05 15:38:40'),(38720,3,10192,'','2013-11-05 15:38:40'),(38721,4,10192,'OPD','2013-11-05 15:38:40'),(38722,5,10192,'','2013-11-05 15:38:40'),(38723,6,10192,'286','2013-11-05 15:38:40'),(38724,7,10192,'DAY','2013-11-05 15:38:40'),(38725,1,10194,'','2013-11-05 15:38:40'),(38726,2,10194,'','2013-11-05 15:38:40'),(38727,3,10194,'','2013-11-05 15:38:40'),(38728,4,10194,'','2013-11-05 15:38:40'),(38729,5,10194,'','2013-11-05 15:38:40'),(38730,6,10194,'','2013-11-05 15:38:40'),(38731,7,10194,'DAY','2013-11-05 15:38:40'),(38732,1,10197,'','2013-11-05 15:38:40'),(38733,2,10197,'','2013-11-05 15:38:40'),(38734,3,10197,'','2013-11-05 15:38:40'),(38735,4,10197,'','2013-11-05 15:38:40'),(38736,5,10197,'','2013-11-05 15:38:40'),(38737,6,10197,'','2013-11-05 15:38:40'),(38738,7,10197,'DAY','2013-11-05 15:38:40'),(38739,1,10198,'3581245','2013-11-05 15:43:27'),(38740,2,10198,'','2013-11-05 15:43:27'),(38741,3,10198,'','2013-11-05 15:43:27'),(38742,4,10198,'OPD','2013-11-05 15:43:27'),(38743,5,10198,'','2013-11-05 15:43:27'),(38744,6,10198,'69','2013-11-05 15:43:27'),(38745,7,10198,'DAY','2013-11-05 15:43:27'),(38746,1,10200,'','2013-11-05 15:43:28'),(38747,2,10200,'','2013-11-05 15:43:28'),(38748,3,10200,'','2013-11-05 15:43:28'),(38749,4,10200,'','2013-11-05 15:43:28'),(38750,5,10200,'','2013-11-05 15:43:28'),(38751,6,10200,'','2013-11-05 15:43:28'),(38752,7,10200,'DAY','2013-11-05 15:43:28'),(38753,1,10201,'3574702','2013-11-05 15:47:19'),(38754,2,10201,'589571','2013-11-05 15:47:19'),(38755,3,10201,'','2013-11-05 15:47:19'),(38756,4,10201,'OPD','2013-11-05 15:47:19'),(38757,5,10201,'','2013-11-05 15:47:19'),(38758,6,10201,'26','2013-11-05 15:47:19'),(38759,7,10201,'DAY','2013-11-05 15:47:19'),(38760,1,10202,'3581248','2013-11-05 15:55:57'),(38761,2,10202,'591544','2013-11-05 15:55:57'),(38762,3,10202,'','2013-11-05 15:55:57'),(38763,4,10202,'OPD','2013-11-05 15:55:57'),(38764,5,10202,'','2013-11-05 15:55:57'),(38765,6,10202,'104','2013-11-05 15:55:57'),(38766,7,10202,'DAY','2013-11-05 15:55:57'),(38767,1,10204,'','2013-11-05 15:55:58'),(38768,2,10204,'','2013-11-05 15:55:58'),(38769,3,10204,'','2013-11-05 15:55:58'),(38770,4,10204,'','2013-11-05 15:55:58'),(38771,5,10204,'','2013-11-05 15:55:58'),(38772,6,10204,'','2013-11-05 15:55:58'),(38773,7,10204,'DAY','2013-11-05 15:55:58'),(38774,1,10207,'','2013-11-05 15:55:58'),(38775,2,10207,'','2013-11-05 15:55:58'),(38776,3,10207,'','2013-11-05 15:55:58'),(38777,4,10207,'','2013-11-05 15:55:58'),(38778,5,10207,'','2013-11-05 15:55:58'),(38779,6,10207,'','2013-11-05 15:55:58'),(38780,7,10207,'DAY','2013-11-05 15:55:58'),(38781,1,10208,'3581016','2013-11-05 16:15:15'),(38782,2,10208,'591478','2013-11-05 16:15:15'),(38783,3,10208,'','2013-11-05 16:15:15'),(38784,4,10208,'OPD','2013-11-05 16:15:15'),(38785,5,10208,'','2013-11-05 16:15:15'),(38786,6,10208,'73','2013-11-05 16:15:15'),(38787,7,10208,'DAY','2013-11-05 16:15:15'),(38788,1,10210,'','2013-11-05 16:15:15'),(38789,2,10210,'','2013-11-05 16:15:15'),(38790,3,10210,'','2013-11-05 16:15:15'),(38791,4,10210,'','2013-11-05 16:15:15'),(38792,5,10210,'','2013-11-05 16:15:15'),(38793,6,10210,'','2013-11-05 16:15:15'),(38794,7,10210,'DAY','2013-11-05 16:15:15'),(38795,1,10213,'','2013-11-05 16:15:15'),(38796,2,10213,'','2013-11-05 16:15:15'),(38797,3,10213,'','2013-11-05 16:15:15'),(38798,4,10213,'','2013-11-05 16:15:15'),(38799,5,10213,'','2013-11-05 16:15:15'),(38800,6,10213,'','2013-11-05 16:15:15'),(38801,7,10213,'DAY','2013-11-05 16:15:15'),(38802,1,10214,'3573319','2013-11-05 16:18:10'),(38803,2,10214,'589242','2013-11-05 16:18:10'),(38804,3,10214,'','2013-11-05 16:18:10'),(38805,4,10214,'OPD','2013-11-05 16:18:10'),(38806,5,10214,'','2013-11-05 16:18:10'),(38807,6,10214,'17','2013-11-05 16:18:10'),(38808,7,10214,'DAY','2013-11-05 16:18:10'),(38809,1,10215,'3581277','2013-11-05 16:21:04'),(38810,2,10215,'591549','2013-11-05 16:21:04'),(38811,3,10215,'','2013-11-05 16:21:04'),(38812,4,10215,'OPD','2013-11-05 16:21:04'),(38813,5,10215,'','2013-11-05 16:21:04'),(38814,6,10215,'55','2013-11-05 16:21:04'),(38815,7,10215,'DAY','2013-11-05 16:21:04'),(38816,1,10216,'3581287','2013-11-05 16:24:41'),(38817,2,10216,'','2013-11-05 16:24:41'),(38818,3,10216,'','2013-11-05 16:24:41'),(38819,4,10216,'OPD','2013-11-05 16:24:41'),(38820,5,10216,'','2013-11-05 16:24:41'),(38821,6,10216,'40','2013-11-05 16:24:41'),(38822,7,10216,'DAY','2013-11-05 16:24:41'),(38823,1,10217,'3581279','2013-11-05 16:28:13'),(38824,2,10217,'591550','2013-11-05 16:28:13'),(38825,3,10217,'','2013-11-05 16:28:13'),(38826,4,10217,'OPD','2013-11-05 16:28:13'),(38827,5,10217,'','2013-11-05 16:28:13'),(38828,6,10217,'87','2013-11-05 16:28:13'),(38829,7,10217,'DAY','2013-11-05 16:28:13'),(38830,1,10219,'','2013-11-05 16:28:13'),(38831,2,10219,'','2013-11-05 16:28:13'),(38832,3,10219,'','2013-11-05 16:28:13'),(38833,4,10219,'','2013-11-05 16:28:14'),(38834,5,10219,'','2013-11-05 16:28:14'),(38835,6,10219,'','2013-11-05 16:28:14'),(38836,7,10219,'DAY','2013-11-05 16:28:14'),(38837,1,10220,'3581305','2013-11-05 16:32:24'),(38838,2,10220,'','2013-11-05 16:32:24'),(38839,3,10220,'','2013-11-05 16:32:24'),(38840,4,10220,'OPD','2013-11-05 16:32:24'),(38841,5,10220,'','2013-11-05 16:32:24'),(38842,6,10220,'107','2013-11-05 16:32:24'),(38843,7,10220,'DAY','2013-11-05 16:32:24'),(38844,1,10222,'','2013-11-05 16:32:24'),(38845,2,10222,'','2013-11-05 16:32:24'),(38846,3,10222,'','2013-11-05 16:32:24'),(38847,4,10222,'','2013-11-05 16:32:24'),(38848,5,10222,'','2013-11-05 16:32:24'),(38849,6,10222,'','2013-11-05 16:32:24'),(38850,7,10222,'DAY','2013-11-05 16:32:24'),(38851,1,10223,'','2013-11-05 16:44:23'),(38852,2,10223,'','2013-11-05 16:44:23'),(38853,3,10223,'','2013-11-05 16:44:23'),(38854,4,10223,'OPD','2013-11-05 16:44:23'),(38855,5,10223,'','2013-11-05 16:44:23'),(38856,6,10223,'','2013-11-05 16:44:23'),(38857,7,10223,'DAY','2013-11-05 16:44:23'),(38858,1,10224,'','2013-11-05 16:48:17'),(38859,2,10224,'','2013-11-05 16:48:17'),(38860,3,10224,'','2013-11-05 16:48:17'),(38861,4,10224,'','2013-11-05 16:48:17'),(38862,5,10224,'','2013-11-05 16:48:17'),(38863,6,10224,'','2013-11-05 16:48:17'),(38864,7,10224,'DAY','2013-11-05 16:48:17'),(38865,1,10225,'3580864','2013-11-05 16:51:10'),(38866,2,10225,'','2013-11-05 16:51:10'),(38867,3,10225,'','2013-11-05 16:51:10'),(38868,4,10225,'OPD','2013-11-05 16:51:10'),(38869,5,10225,'','2013-11-05 16:51:10'),(38870,6,10225,'219','2013-11-05 16:51:10'),(38871,7,10225,'DAY','2013-11-05 16:51:10'),(38872,1,10227,'','2013-11-05 16:51:10'),(38873,2,10227,'','2013-11-05 16:51:10'),(38874,3,10227,'','2013-11-05 16:51:10'),(38875,4,10227,'','2013-11-05 16:51:10'),(38876,5,10227,'','2013-11-05 16:51:10'),(38877,6,10227,'','2013-11-05 16:51:10'),(38878,7,10227,'DAY','2013-11-05 16:51:10'),(38879,1,10230,'','2013-11-05 16:51:10'),(38880,2,10230,'','2013-11-05 16:51:10'),(38881,3,10230,'','2013-11-05 16:51:10'),(38882,4,10230,'','2013-11-05 16:51:10'),(38883,5,10230,'','2013-11-05 16:51:10'),(38884,6,10230,'','2013-11-05 16:51:10'),(38885,7,10230,'DAY','2013-11-05 16:51:10'),(38886,1,10234,'','2013-11-05 16:51:11'),(38887,2,10234,'','2013-11-05 16:51:11'),(38888,3,10234,'','2013-11-05 16:51:11'),(38889,4,10234,'','2013-11-05 16:51:11'),(38890,5,10234,'','2013-11-05 16:51:11'),(38891,6,10234,'','2013-11-05 16:51:11'),(38892,7,10234,'DAY','2013-11-05 16:51:11'),(38893,1,10235,'3581317','2013-11-05 16:58:45'),(38894,2,10235,'','2013-11-05 16:58:45'),(38895,3,10235,'','2013-11-05 16:58:45'),(38896,4,10235,'OPD','2013-11-05 16:58:45'),(38897,5,10235,'','2013-11-05 16:58:45'),(38898,6,10235,'12','2013-11-05 16:58:45'),(38899,7,10235,'DAY','2013-11-05 16:58:45'),(38900,1,10236,'3581320','2013-11-05 17:01:46'),(38901,2,10236,'','2013-11-05 17:01:46'),(38902,3,10236,'','2013-11-05 17:01:46'),(38903,4,10236,'OPD','2013-11-05 17:01:46'),(38904,5,10236,'','2013-11-05 17:01:46'),(38905,6,10236,'40.00','2013-11-05 17:01:46'),(38906,7,10236,'DAY','2013-11-05 17:01:46'),(38907,1,10237,'3581329','2013-11-05 17:04:24'),(38908,2,10237,'','2013-11-05 17:04:24'),(38909,3,10237,'','2013-11-05 17:04:24'),(38910,4,10237,'OPD','2013-11-05 17:04:24'),(38911,5,10237,'','2013-11-05 17:04:24'),(38912,6,10237,'94.00','2013-11-05 17:04:24'),(38913,7,10237,'DAY','2013-11-05 17:04:24'),(38914,1,10239,'','2013-11-05 17:04:24'),(38915,2,10239,'','2013-11-05 17:04:24'),(38916,3,10239,'','2013-11-05 17:04:24'),(38917,4,10239,'','2013-11-05 17:04:24'),(38918,5,10239,'','2013-11-05 17:04:24'),(38919,6,10239,'','2013-11-05 17:04:24'),(38920,7,10239,'DAY','2013-11-05 17:04:24'),(38921,1,10240,'','2013-11-05 17:07:45'),(38922,2,10240,'','2013-11-05 17:07:45'),(38923,3,10240,'','2013-11-05 17:07:45'),(38924,4,10240,'','2013-11-05 17:07:45'),(38925,5,10240,'','2013-11-05 17:07:45'),(38926,6,10240,'','2013-11-05 17:07:45'),(38927,7,10240,'DAY','2013-11-05 17:07:45'),(38928,1,10241,'3581330','2013-11-05 17:08:01'),(38929,2,10241,'','2013-11-05 17:08:01'),(38930,3,10241,'','2013-11-05 17:08:01'),(38931,4,10241,'OPD','2013-11-05 17:08:01'),(38932,5,10241,'','2013-11-05 17:08:01'),(38933,6,10241,'35','2013-11-05 17:08:01'),(38934,7,10241,'DAY','2013-11-05 17:08:01'),(38935,1,10243,'','2013-11-05 17:08:01'),(38936,2,10243,'','2013-11-05 17:08:01'),(38937,3,10243,'','2013-11-05 17:08:01'),(38938,4,10243,'','2013-11-05 17:08:01'),(38939,5,10243,'','2013-11-05 17:08:01'),(38940,6,10243,'','2013-11-05 17:08:01'),(38941,7,10243,'DAY','2013-11-05 17:08:01'),(38942,1,10244,'3577655','2013-11-05 17:15:21'),(38943,2,10244,'591560','2013-11-05 17:15:21'),(38944,3,10244,'','2013-11-05 17:15:21'),(38945,4,10244,'OPD','2013-11-05 17:15:21'),(38946,5,10244,'','2013-11-05 17:15:21'),(38947,6,10244,'120','2013-11-05 17:15:21'),(38948,7,10244,'DAY','2013-11-05 17:15:21'),(38949,1,10246,'','2013-11-05 17:15:21'),(38950,2,10246,'','2013-11-05 17:15:21'),(38951,3,10246,'','2013-11-05 17:15:21'),(38952,4,10246,'','2013-11-05 17:15:21'),(38953,5,10246,'','2013-11-05 17:15:21'),(38954,6,10246,'','2013-11-05 17:15:21'),(38955,7,10246,'DAY','2013-11-05 17:15:21'),(38956,1,10247,'','2013-11-05 17:16:52'),(38957,2,10247,'','2013-11-05 17:16:52'),(38958,3,10247,'','2013-11-05 17:16:52'),(38959,4,10247,'','2013-11-05 17:16:52'),(38960,5,10247,'','2013-11-05 17:16:52'),(38961,6,10247,'','2013-11-05 17:16:52'),(38962,7,10247,'DAY','2013-11-05 17:16:52'),(38963,1,10248,'3581344','2013-11-05 17:19:59'),(38964,2,10248,'','2013-11-05 17:19:59'),(38965,3,10248,'','2013-11-05 17:19:59'),(38966,4,10248,'OPD','2013-11-05 17:19:59'),(38967,5,10248,'','2013-11-05 17:19:59'),(38968,6,10248,'37','2013-11-05 17:19:59'),(38969,7,10248,'DAY','2013-11-05 17:19:59'),(38970,1,10249,'3580160','2013-11-05 17:23:57'),(38971,2,10249,'591571','2013-11-05 17:23:57'),(38972,3,10249,'','2013-11-05 17:23:57'),(38973,4,10249,'OPD','2013-11-05 17:23:57'),(38974,5,10249,'','2013-11-05 17:23:57'),(38975,6,10249,'142.00','2013-11-05 17:23:57'),(38976,7,10249,'DAY','2013-11-05 17:23:57'),(38977,1,10251,'','2013-11-05 17:23:57'),(38978,2,10251,'','2013-11-05 17:23:57'),(38979,3,10251,'','2013-11-05 17:23:57'),(38980,4,10251,'','2013-11-05 17:23:57'),(38981,5,10251,'','2013-11-05 17:23:57'),(38982,6,10251,'','2013-11-05 17:23:57'),(38983,7,10251,'DAY','2013-11-05 17:23:57'),(38984,1,10254,'','2013-11-05 17:23:57'),(38985,2,10254,'','2013-11-05 17:23:57'),(38986,3,10254,'','2013-11-05 17:23:57'),(38987,4,10254,'','2013-11-05 17:23:57'),(38988,5,10254,'','2013-11-05 17:23:57'),(38989,6,10254,'','2013-11-05 17:23:57'),(38990,7,10254,'DAY','2013-11-05 17:23:57'),(38991,1,10255,'','2013-11-05 17:25:38'),(38992,2,10255,'','2013-11-05 17:25:38'),(38993,3,10255,'','2013-11-05 17:25:38'),(38994,4,10255,'','2013-11-05 17:25:38'),(38995,5,10255,'','2013-11-05 17:25:38'),(38996,6,10255,'','2013-11-05 17:25:38'),(38997,7,10255,'DAY','2013-11-05 17:25:38'),(38998,1,10256,'3581348','2013-11-05 17:30:14'),(38999,2,10256,'','2013-11-05 17:30:14'),(39000,3,10256,'','2013-11-05 17:30:14'),(39001,4,10256,'OPD','2013-11-05 17:30:14'),(39002,5,10256,'','2013-11-05 17:30:14'),(39003,6,10256,'77.00','2013-11-05 17:30:14'),(39004,7,10256,'DAY','2013-11-05 17:30:14'),(39005,1,10258,'','2013-11-05 17:30:14'),(39006,2,10258,'','2013-11-05 17:30:14'),(39007,3,10258,'','2013-11-05 17:30:14'),(39008,4,10258,'','2013-11-05 17:30:14'),(39009,5,10258,'','2013-11-05 17:30:14'),(39010,6,10258,'','2013-11-05 17:30:14'),(39011,7,10258,'DAY','2013-11-05 17:30:14'),(39012,1,10259,'3581349','2013-11-05 17:32:09'),(39013,2,10259,'591588','2013-11-05 17:32:09'),(39014,3,10259,'','2013-11-05 17:32:09'),(39015,4,10259,'S/R','2013-11-05 17:32:09'),(39016,5,10259,'','2013-11-05 17:32:09'),(39017,6,10259,'22.00','2013-11-05 17:32:09'),(39018,7,10259,'DAY','2013-11-05 17:32:09'),(39019,1,10260,'3577509','2013-11-05 17:37:10'),(39020,2,10260,'','2013-11-05 17:37:10'),(39021,3,10260,'','2013-11-05 17:37:10'),(39022,4,10260,'OPD','2013-11-05 17:37:10'),(39023,5,10260,'','2013-11-05 17:37:10'),(39024,6,10260,'156.00','2013-11-05 17:37:10'),(39025,7,10260,'DAY','2013-11-05 17:37:10'),(39026,1,10262,'','2013-11-05 17:37:11'),(39027,2,10262,'','2013-11-05 17:37:11'),(39028,3,10262,'','2013-11-05 17:37:11'),(39029,4,10262,'','2013-11-05 17:37:11'),(39030,5,10262,'','2013-11-05 17:37:11'),(39031,6,10262,'','2013-11-05 17:37:11'),(39032,7,10262,'DAY','2013-11-05 17:37:11'),(39033,1,10263,'3581345','2013-11-05 17:40:36'),(39034,2,10263,'591565','2013-11-05 17:40:36'),(39035,3,10263,'','2013-11-05 17:40:36'),(39036,4,10263,'OPD','2013-11-05 17:40:36'),(39037,5,10263,'','2013-11-05 17:40:36'),(39038,6,10263,'44.00','2013-11-05 17:40:36'),(39039,7,10263,'DAY','2013-11-05 17:40:36'),(39040,1,10265,'','2013-11-05 17:40:36'),(39041,2,10265,'','2013-11-05 17:40:36'),(39042,3,10265,'','2013-11-05 17:40:36'),(39043,4,10265,'','2013-11-05 17:40:36'),(39044,5,10265,'','2013-11-05 17:40:36'),(39045,6,10265,'','2013-11-05 17:40:36'),(39046,7,10265,'DAY','2013-11-05 17:40:36'),(39047,1,10268,'','2013-11-05 17:40:36'),(39048,2,10268,'','2013-11-05 17:40:36'),(39049,3,10268,'','2013-11-05 17:40:36'),(39050,4,10268,'','2013-11-05 17:40:36'),(39051,5,10268,'','2013-11-05 17:40:36'),(39052,6,10268,'','2013-11-05 17:40:36'),(39053,7,10268,'DAY','2013-11-05 17:40:36'),(39054,1,10269,'3581372','2013-11-05 17:43:48'),(39055,2,10269,'','2013-11-05 17:43:48'),(39056,3,10269,'','2013-11-05 17:43:48'),(39057,4,10269,'OPD','2013-11-05 17:43:48'),(39058,5,10269,'','2013-11-05 17:43:48'),(39059,6,10269,'94.00','2013-11-05 17:43:48'),(39060,7,10269,'DAY','2013-11-05 17:43:48'),(39061,1,10271,'','2013-11-05 17:43:49'),(39062,2,10271,'','2013-11-05 17:43:49'),(39063,3,10271,'','2013-11-05 17:43:49'),(39064,4,10271,'','2013-11-05 17:43:49'),(39065,5,10271,'','2013-11-05 17:43:49'),(39066,6,10271,'','2013-11-05 17:43:49'),(39067,7,10271,'DAY','2013-11-05 17:43:49'),(39068,1,10272,'3579105','2013-11-05 17:49:27'),(39069,2,10272,'','2013-11-05 17:49:27'),(39070,3,10272,'','2013-11-05 17:49:27'),(39071,4,10272,'OPD','2013-11-05 17:49:27'),(39072,5,10272,'','2013-11-05 17:49:27'),(39073,6,10272,'','2013-11-05 17:49:27'),(39074,7,10272,'DAY','2013-11-05 17:49:27'),(39075,1,10274,'','2013-11-05 17:49:27'),(39076,2,10274,'','2013-11-05 17:49:27'),(39077,3,10274,'','2013-11-05 17:49:27'),(39078,4,10274,'','2013-11-05 17:49:27'),(39079,5,10274,'','2013-11-05 17:49:27'),(39080,6,10274,'','2013-11-05 17:49:27'),(39081,7,10274,'DAY','2013-11-05 17:49:27'),(39082,1,10275,'3581380','2013-11-05 18:00:07'),(39083,2,10275,'','2013-11-05 18:00:07'),(39084,3,10275,'','2013-11-05 18:00:07'),(39085,4,10275,'OPD','2013-11-05 18:00:07'),(39086,5,10275,'','2013-11-05 18:00:07'),(39087,6,10275,'112','2013-11-05 18:00:07'),(39088,7,10275,'DAY','2013-11-05 18:00:07'),(39089,1,10277,'','2013-11-05 18:00:07'),(39090,2,10277,'','2013-11-05 18:00:07'),(39091,3,10277,'','2013-11-05 18:00:07'),(39092,4,10277,'','2013-11-05 18:00:07'),(39093,5,10277,'','2013-11-05 18:00:07'),(39094,6,10277,'','2013-11-05 18:00:07'),(39095,7,10277,'DAY','2013-11-05 18:00:07'),(39096,1,10280,'','2013-11-05 18:00:08'),(39097,2,10280,'','2013-11-05 18:00:08'),(39098,3,10280,'','2013-11-05 18:00:08'),(39099,4,10280,'','2013-11-05 18:00:08'),(39100,5,10280,'','2013-11-05 18:00:08'),(39101,6,10280,'','2013-11-05 18:00:08'),(39102,7,10280,'DAY','2013-11-05 18:00:08'),(39103,1,10281,'','2013-11-05 18:05:35'),(39104,2,10281,'','2013-11-05 18:05:35'),(39105,3,10281,'','2013-11-05 18:05:35'),(39106,4,10281,'','2013-11-05 18:05:35'),(39107,5,10281,'','2013-11-05 18:05:35'),(39108,6,10281,'','2013-11-05 18:05:35'),(39109,7,10281,'DAY','2013-11-05 18:05:35'),(39110,1,10282,'','2013-11-05 18:07:32'),(39111,2,10282,'','2013-11-05 18:07:32'),(39112,3,10282,'','2013-11-05 18:07:32'),(39113,4,10282,'MEDICALS','2013-11-05 18:07:32'),(39114,5,10282,'','2013-11-05 18:07:32'),(39115,6,10282,'','2013-11-05 18:07:32'),(39116,7,10282,'DAY','2013-11-05 18:07:32'),(39117,1,10284,'','2013-11-05 18:07:32'),(39118,2,10284,'','2013-11-05 18:07:32'),(39119,3,10284,'','2013-11-05 18:07:32'),(39120,4,10284,'','2013-11-05 18:07:32'),(39121,5,10284,'','2013-11-05 18:07:32'),(39122,6,10284,'','2013-11-05 18:07:32'),(39123,7,10284,'DAY','2013-11-05 18:07:32'),(39124,1,10285,'','2013-11-05 18:08:29'),(39125,2,10285,'','2013-11-05 18:08:29'),(39126,3,10285,'','2013-11-05 18:08:29'),(39127,4,10285,'MEDICALS','2013-11-05 18:08:29'),(39128,5,10285,'','2013-11-05 18:08:29'),(39129,6,10285,'','2013-11-05 18:08:29'),(39130,7,10285,'DAY','2013-11-05 18:08:29'),(39131,1,10286,'','2013-11-05 18:11:58'),(39132,2,10286,'','2013-11-05 18:11:58'),(39133,3,10286,'','2013-11-05 18:11:58'),(39134,4,10286,'MEDICALS','2013-11-05 18:11:58'),(39135,5,10286,'','2013-11-05 18:11:58'),(39136,6,10286,'','2013-11-05 18:11:58'),(39137,7,10286,'DAY','2013-11-05 18:11:58'),(39138,1,10288,'','2013-11-05 18:11:58'),(39139,2,10288,'','2013-11-05 18:11:58'),(39140,3,10288,'','2013-11-05 18:11:58'),(39141,4,10288,'','2013-11-05 18:11:58'),(39142,5,10288,'','2013-11-05 18:11:58'),(39143,6,10288,'','2013-11-05 18:11:58'),(39144,7,10288,'DAY','2013-11-05 18:11:58'),(39145,1,10289,'','2013-11-05 18:13:18'),(39146,2,10289,'','2013-11-05 18:13:18'),(39147,3,10289,'','2013-11-05 18:13:18'),(39148,4,10289,'MEDICALS','2013-11-05 18:13:18'),(39149,5,10289,'','2013-11-05 18:13:18'),(39150,6,10289,'','2013-11-05 18:13:18'),(39151,7,10289,'DAY','2013-11-05 18:13:18'),(39152,1,10291,'','2013-11-05 18:13:19'),(39153,2,10291,'','2013-11-05 18:13:19'),(39154,3,10291,'','2013-11-05 18:13:19'),(39155,4,10291,'','2013-11-05 18:13:19'),(39156,5,10291,'','2013-11-05 18:13:19'),(39157,6,10291,'','2013-11-05 18:13:19'),(39158,7,10291,'DAY','2013-11-05 18:13:19'),(39159,1,10292,'','2013-11-05 18:16:46'),(39160,2,10292,'','2013-11-05 18:16:46'),(39161,3,10292,'','2013-11-05 18:16:46'),(39162,4,10292,'','2013-11-05 18:16:46'),(39163,5,10292,'','2013-11-05 18:16:46'),(39164,6,10292,'','2013-11-05 18:16:46'),(39165,7,10292,'DAY','2013-11-05 18:16:46'),(39166,1,10294,'','2013-11-05 18:16:47'),(39167,2,10294,'','2013-11-05 18:16:47'),(39168,3,10294,'','2013-11-05 18:16:47'),(39169,4,10294,'','2013-11-05 18:16:47'),(39170,5,10294,'','2013-11-05 18:16:47'),(39171,6,10294,'','2013-11-05 18:16:47'),(39172,7,10294,'DAY','2013-11-05 18:16:47'),(39173,1,10295,'358139','2013-11-05 18:34:47'),(39174,2,10295,'591587','2013-11-05 18:34:47'),(39175,3,10295,'','2013-11-05 18:34:47'),(39176,4,10295,'OPD','2013-11-05 18:34:47'),(39177,5,10295,'','2013-11-05 18:34:47'),(39178,6,10295,'379.00','2013-11-05 18:34:47'),(39179,7,10295,'DAY','2013-11-05 18:34:47'),(39180,1,10297,'','2013-11-05 18:34:47'),(39181,2,10297,'','2013-11-05 18:34:47'),(39182,3,10297,'','2013-11-05 18:34:47'),(39183,4,10297,'','2013-11-05 18:34:47'),(39184,5,10297,'','2013-11-05 18:34:47'),(39185,6,10297,'','2013-11-05 18:34:47'),(39186,7,10297,'DAY','2013-11-05 18:34:47'),(39187,1,10300,'','2013-11-05 18:34:47'),(39188,2,10300,'','2013-11-05 18:34:47'),(39189,3,10300,'','2013-11-05 18:34:47'),(39190,4,10300,'','2013-11-05 18:34:47'),(39191,5,10300,'','2013-11-05 18:34:47'),(39192,6,10300,'','2013-11-05 18:34:47'),(39193,7,10300,'DAY','2013-11-05 18:34:47'),(39194,1,10301,'3581407','2013-11-05 18:37:28'),(39195,2,10301,'','2013-11-05 18:37:28'),(39196,3,10301,'','2013-11-05 18:37:28'),(39197,4,10301,'WARD','2013-11-05 18:37:28'),(39198,5,10301,'B2','2013-11-05 18:37:28'),(39199,6,10301,'','2013-11-05 18:37:28'),(39200,7,10301,'DAY','2013-11-05 18:37:28'),(39201,1,10303,'','2013-11-05 18:37:28'),(39202,2,10303,'','2013-11-05 18:37:28'),(39203,3,10303,'','2013-11-05 18:37:28'),(39204,4,10303,'','2013-11-05 18:37:28'),(39205,5,10303,'','2013-11-05 18:37:28'),(39206,6,10303,'','2013-11-05 18:37:28'),(39207,7,10303,'DAY','2013-11-05 18:37:28'),(39208,1,10304,'3581406','2013-11-05 18:44:47'),(39209,2,10304,'','2013-11-05 18:44:47'),(39210,3,10304,'','2013-11-05 18:44:47'),(39211,4,10304,'OPD','2013-11-05 18:44:47'),(39212,5,10304,'','2013-11-05 18:44:47'),(39213,6,10304,'12.00','2013-11-05 18:44:47'),(39214,7,10304,'DAY','2013-11-05 18:44:47'),(39215,1,10305,'3581405','2013-11-05 18:48:18'),(39216,2,10305,'','2013-11-05 18:48:18'),(39217,3,10305,'','2013-11-05 18:48:18'),(39218,4,10305,'OPD','2013-11-05 18:48:18'),(39219,5,10305,'','2013-11-05 18:48:18'),(39220,6,10305,'94.00','2013-11-05 18:48:18'),(39221,7,10305,'DAY','2013-11-05 18:48:18'),(39222,1,10307,'','2013-11-05 18:48:19'),(39223,2,10307,'','2013-11-05 18:48:19'),(39224,3,10307,'','2013-11-05 18:48:19'),(39225,4,10307,'','2013-11-05 18:48:19'),(39226,5,10307,'','2013-11-05 18:48:19'),(39227,6,10307,'','2013-11-05 18:48:19'),(39228,7,10307,'DAY','2013-11-05 18:48:19'),(39229,1,10308,'3581404','2013-11-05 18:51:36'),(39230,2,10308,'','2013-11-05 18:51:36'),(39231,3,10308,'','2013-11-05 18:51:36'),(39232,4,10308,'OPD','2013-11-05 18:51:36'),(39233,5,10308,'','2013-11-05 18:51:36'),(39234,6,10308,'81.00','2013-11-05 18:51:36'),(39235,7,10308,'DAY','2013-11-05 18:51:36'),(39236,1,10309,'3576416','2013-11-05 18:56:38'),(39237,2,10309,'591596','2013-11-05 18:56:38'),(39238,3,10309,'','2013-11-05 18:56:38'),(39239,4,10309,'OPD','2013-11-05 18:56:38'),(39240,5,10309,'','2013-11-05 18:56:38'),(39241,6,10309,'179.00','2013-11-05 18:56:38'),(39242,7,10309,'DAY','2013-11-05 18:56:38'),(39243,1,10311,'','2013-11-05 18:56:39'),(39244,2,10311,'','2013-11-05 18:56:39'),(39245,3,10311,'','2013-11-05 18:56:39'),(39246,4,10311,'','2013-11-05 18:56:39'),(39247,5,10311,'','2013-11-05 18:56:39'),(39248,6,10311,'','2013-11-05 18:56:39'),(39249,7,10311,'DAY','2013-11-05 18:56:39'),(39250,1,10312,'3581464','2013-11-05 19:53:39'),(39251,2,10312,'','2013-11-05 19:53:39'),(39252,3,10312,'','2013-11-05 19:53:39'),(39253,4,10312,'OPD','2013-11-05 19:53:39'),(39254,5,10312,'','2013-11-05 19:53:39'),(39255,6,10312,'112','2013-11-05 19:53:39'),(39256,7,10312,'DAY','2013-11-05 19:53:39'),(39257,1,10314,'','2013-11-05 19:53:39'),(39258,2,10314,'','2013-11-05 19:53:39'),(39259,3,10314,'','2013-11-05 19:53:39'),(39260,4,10314,'','2013-11-05 19:53:39'),(39261,5,10314,'','2013-11-05 19:53:39'),(39262,6,10314,'','2013-11-05 19:53:39'),(39263,7,10314,'DAY','2013-11-05 19:53:39'),(39264,1,10317,'','2013-11-05 19:53:39'),(39265,2,10317,'','2013-11-05 19:53:39'),(39266,3,10317,'','2013-11-05 19:53:39'),(39267,4,10317,'','2013-11-05 19:53:39'),(39268,5,10317,'','2013-11-05 19:53:39'),(39269,6,10317,'','2013-11-05 19:53:39'),(39270,7,10317,'DAY','2013-11-05 19:53:39'),(39271,1,10318,'3581467','2013-11-05 19:55:36'),(39272,2,10318,'','2013-11-05 19:55:36'),(39273,3,10318,'','2013-11-05 19:55:36'),(39274,4,10318,'OPD','2013-11-05 19:55:36'),(39275,5,10318,'','2013-11-05 19:55:36'),(39276,6,10318,'37','2013-11-05 19:55:36'),(39277,7,10318,'DAY','2013-11-05 19:55:36'),(39278,1,10319,'3572738','2013-11-05 19:58:58'),(39279,2,10319,'','2013-11-05 19:58:58'),(39280,3,10319,'','2013-11-05 19:58:58'),(39281,4,10319,'OPD','2013-11-05 19:58:58'),(39282,5,10319,'','2013-11-05 19:58:58'),(39283,6,10319,'22','2013-11-05 19:58:58'),(39284,7,10319,'DAY','2013-11-05 19:58:58'),(39285,1,10320,'3581471','2013-11-05 20:02:19'),(39286,2,10320,'591619','2013-11-05 20:02:19'),(39287,3,10320,'','2013-11-05 20:02:19'),(39288,4,10320,'OPD','2013-11-05 20:02:19'),(39289,5,10320,'','2013-11-05 20:02:19'),(39290,6,10320,'103','2013-11-05 20:02:19'),(39291,7,10320,'DAY','2013-11-05 20:02:19'),(39292,1,10322,'','2013-11-05 20:02:20'),(39293,2,10322,'','2013-11-05 20:02:20'),(39294,3,10322,'','2013-11-05 20:02:20'),(39295,4,10322,'','2013-11-05 20:02:20'),(39296,5,10322,'','2013-11-05 20:02:20'),(39297,6,10322,'','2013-11-05 20:02:20'),(39298,7,10322,'DAY','2013-11-05 20:02:20'),(39299,1,10325,'','2013-11-05 20:02:20'),(39300,2,10325,'','2013-11-05 20:02:20'),(39301,3,10325,'','2013-11-05 20:02:20'),(39302,4,10325,'','2013-11-05 20:02:20'),(39303,5,10325,'','2013-11-05 20:02:20'),(39304,6,10325,'','2013-11-05 20:02:20'),(39305,7,10325,'DAY','2013-11-05 20:02:20'),(39306,1,10326,'','2013-11-05 20:06:09'),(39307,2,10326,'','2013-11-05 20:06:09'),(39308,3,10326,'','2013-11-05 20:06:09'),(39309,4,10326,'','2013-11-05 20:06:09'),(39310,5,10326,'','2013-11-05 20:06:09'),(39311,6,10326,'','2013-11-05 20:06:09'),(39312,7,10326,'DAY','2013-11-05 20:06:09'),(39313,1,10327,'3581470','2013-11-05 20:07:54'),(39314,2,10327,'591615','2013-11-05 20:07:54'),(39315,3,10327,'','2013-11-05 20:07:54'),(39316,4,10327,'OPD','2013-11-05 20:07:54'),(39317,5,10327,'','2013-11-05 20:07:54'),(39318,6,10327,'241','2013-11-05 20:07:54'),(39319,7,10327,'DAY','2013-11-05 20:07:54'),(39320,1,10329,'','2013-11-05 20:07:55'),(39321,2,10329,'','2013-11-05 20:07:55'),(39322,3,10329,'','2013-11-05 20:07:55'),(39323,4,10329,'','2013-11-05 20:07:55'),(39324,5,10329,'','2013-11-05 20:07:55'),(39325,6,10329,'','2013-11-05 20:07:55'),(39326,7,10329,'DAY','2013-11-05 20:07:55'),(39327,1,10330,'3581468','2013-11-05 20:14:36'),(39328,2,10330,'591614','2013-11-05 20:14:36'),(39329,3,10330,'','2013-11-05 20:14:36'),(39330,4,10330,'OPD','2013-11-05 20:14:36'),(39331,5,10330,'','2013-11-05 20:14:36'),(39332,6,10330,'241','2013-11-05 20:14:36'),(39333,7,10330,'DAY','2013-11-05 20:14:36'),(39334,1,10332,'','2013-11-05 20:14:37'),(39335,2,10332,'','2013-11-05 20:14:37'),(39336,3,10332,'','2013-11-05 20:14:37'),(39337,4,10332,'','2013-11-05 20:14:37'),(39338,5,10332,'','2013-11-05 20:14:37'),(39339,6,10332,'','2013-11-05 20:14:37'),(39340,7,10332,'DAY','2013-11-05 20:14:37'),(39341,1,10333,'3581463','2013-11-05 20:32:40'),(39342,2,10333,'591623','2013-11-05 20:32:40'),(39343,3,10333,'','2013-11-05 20:32:40'),(39344,4,10333,'OPD','2013-11-05 20:32:40'),(39345,5,10333,'','2013-11-05 20:32:40'),(39346,6,10333,'122','2013-11-05 20:32:40'),(39347,7,10333,'DAY','2013-11-05 20:32:40'),(39348,1,10335,'','2013-11-05 20:32:40'),(39349,2,10335,'','2013-11-05 20:32:40'),(39350,3,10335,'','2013-11-05 20:32:40'),(39351,4,10335,'','2013-11-05 20:32:40'),(39352,5,10335,'','2013-11-05 20:32:40'),(39353,6,10335,'','2013-11-05 20:32:40'),(39354,7,10335,'DAY','2013-11-05 20:32:40'),(39355,1,10338,'','2013-11-05 20:32:41'),(39356,2,10338,'','2013-11-05 20:32:41'),(39357,3,10338,'','2013-11-05 20:32:41'),(39358,4,10338,'','2013-11-05 20:32:41'),(39359,5,10338,'','2013-11-05 20:32:41'),(39360,6,10338,'','2013-11-05 20:32:41'),(39361,7,10338,'DAY','2013-11-05 20:32:41'),(39362,1,10339,'3577685','2013-11-05 20:40:37'),(39363,2,10339,'','2013-11-05 20:40:37'),(39364,3,10339,'','2013-11-05 20:40:37'),(39365,4,10339,'OPD','2013-11-05 20:40:37'),(39366,5,10339,'','2013-11-05 20:40:37'),(39367,6,10339,'125.40','2013-11-05 20:40:37'),(39368,7,10339,'DAY','2013-11-05 20:40:37'),(39369,1,10340,'3581550','2013-11-05 20:49:31'),(39370,2,10340,'','2013-11-05 20:49:31'),(39371,3,10340,'','2013-11-05 20:49:31'),(39372,4,10340,'OPD','2013-11-05 20:49:31'),(39373,5,10340,'','2013-11-05 20:49:31'),(39374,6,10340,'99','2013-11-05 20:49:31'),(39375,7,10340,'DAY','2013-11-05 20:49:31'),(39376,1,10342,'','2013-11-05 20:49:31'),(39377,2,10342,'','2013-11-05 20:49:31'),(39378,3,10342,'','2013-11-05 20:49:31'),(39379,4,10342,'','2013-11-05 20:49:31'),(39380,5,10342,'','2013-11-05 20:49:31'),(39381,6,10342,'','2013-11-05 20:49:31'),(39382,7,10342,'DAY','2013-11-05 20:49:31'),(39383,1,10345,'','2013-11-05 20:49:31'),(39384,2,10345,'','2013-11-05 20:49:31'),(39385,3,10345,'','2013-11-05 20:49:31'),(39386,4,10345,'','2013-11-05 20:49:31'),(39387,5,10345,'','2013-11-05 20:49:31'),(39388,6,10345,'','2013-11-05 20:49:31'),(39389,7,10345,'DAY','2013-11-05 20:49:31'),(39390,1,10346,'3581639','2013-11-05 21:07:21'),(39391,2,10346,'591636','2013-11-05 21:07:21'),(39392,3,10346,'','2013-11-05 21:07:21'),(39393,4,10346,'OPD','2013-11-05 21:07:21'),(39394,5,10346,'','2013-11-05 21:07:21'),(39395,6,10346,'27','2013-11-05 21:07:21'),(39396,7,10346,'DAY','2013-11-05 21:07:21'),(39397,1,10348,'','2013-11-05 21:07:21'),(39398,2,10348,'','2013-11-05 21:07:21'),(39399,3,10348,'','2013-11-05 21:07:21'),(39400,4,10348,'','2013-11-05 21:07:21'),(39401,5,10348,'','2013-11-05 21:07:21'),(39402,6,10348,'','2013-11-05 21:07:21'),(39403,7,10348,'DAY','2013-11-05 21:07:21'),(39404,1,10351,'','2013-11-05 21:07:22'),(39405,2,10351,'','2013-11-05 21:07:22'),(39406,3,10351,'','2013-11-05 21:07:22'),(39407,4,10351,'','2013-11-05 21:07:22'),(39408,5,10351,'','2013-11-05 21:07:22'),(39409,6,10351,'','2013-11-05 21:07:22'),(39410,7,10351,'DAY','2013-11-05 21:07:22'),(39411,1,10352,'3581332','2013-11-05 21:11:10'),(39412,2,10352,'591645','2013-11-05 21:11:10'),(39413,3,10352,'','2013-11-05 21:11:10'),(39414,4,10352,'OPD','2013-11-05 21:11:10'),(39415,5,10352,'','2013-11-05 21:11:10'),(39416,6,10352,'100','2013-11-05 21:11:10'),(39417,7,10352,'DAY','2013-11-05 21:11:10'),(39418,1,10354,'','2013-11-05 21:11:10'),(39419,2,10354,'','2013-11-05 21:11:10'),(39420,3,10354,'','2013-11-05 21:11:10'),(39421,4,10354,'','2013-11-05 21:11:10'),(39422,5,10354,'','2013-11-05 21:11:10'),(39423,6,10354,'','2013-11-05 21:11:10'),(39424,7,10354,'DAY','2013-11-05 21:11:10'),(39425,1,10355,'3581572','2013-11-05 21:33:23'),(39426,2,10355,'','2013-11-05 21:33:23'),(39427,3,10355,'','2013-11-05 21:33:23'),(39428,4,10355,'OPD','2013-11-05 21:33:23'),(39429,5,10355,'','2013-11-05 21:33:23'),(39430,6,10355,'114','2013-11-05 21:33:23'),(39431,7,10355,'DAY','2013-11-05 21:33:23'),(39432,1,10357,'','2013-11-05 21:33:23'),(39433,2,10357,'','2013-11-05 21:33:23'),(39434,3,10357,'','2013-11-05 21:33:23'),(39435,4,10357,'','2013-11-05 21:33:23'),(39436,5,10357,'','2013-11-05 21:33:23'),(39437,6,10357,'','2013-11-05 21:33:23'),(39438,7,10357,'DAY','2013-11-05 21:33:23'),(39439,1,10360,'','2013-11-05 21:33:24'),(39440,2,10360,'','2013-11-05 21:33:24'),(39441,3,10360,'','2013-11-05 21:33:24'),(39442,4,10360,'','2013-11-05 21:33:24'),(39443,5,10360,'','2013-11-05 21:33:24'),(39444,6,10360,'','2013-11-05 21:33:24'),(39445,7,10360,'DAY','2013-11-05 21:33:24'),(39446,1,10364,'','2013-11-05 21:33:24'),(39447,2,10364,'','2013-11-05 21:33:24'),(39448,3,10364,'','2013-11-05 21:33:24'),(39449,4,10364,'','2013-11-05 21:33:24'),(39450,5,10364,'','2013-11-05 21:33:24'),(39451,6,10364,'','2013-11-05 21:33:24'),(39452,7,10364,'DAY','2013-11-05 21:33:24'),(39453,1,10365,'3581590','2013-11-05 22:18:27'),(39454,2,10365,'591654','2013-11-05 22:18:27'),(39455,3,10365,'','2013-11-05 22:18:27'),(39456,4,10365,'OPD','2013-11-05 22:18:27'),(39457,5,10365,'','2013-11-05 22:18:27'),(39458,6,10365,'99','2013-11-05 22:18:27'),(39459,7,10365,'DAY','2013-11-05 22:18:27'),(39460,1,10367,'','2013-11-05 22:18:27'),(39461,2,10367,'','2013-11-05 22:18:27'),(39462,3,10367,'','2013-11-05 22:18:27'),(39463,4,10367,'','2013-11-05 22:18:27'),(39464,5,10367,'','2013-11-05 22:18:27'),(39465,6,10367,'','2013-11-05 22:18:27'),(39466,7,10367,'DAY','2013-11-05 22:18:27'),(39467,1,10368,'3581600','2013-11-05 22:22:44'),(39468,2,10368,'','2013-11-05 22:22:44'),(39469,3,10368,'','2013-11-05 22:22:44'),(39470,4,10368,'OPD','2013-11-05 22:22:44'),(39471,5,10368,'','2013-11-05 22:22:44'),(39472,6,10368,'139','2013-11-05 22:22:44'),(39473,7,10368,'DAY','2013-11-05 22:22:44'),(39474,1,10370,'','2013-11-05 22:22:44'),(39475,2,10370,'','2013-11-05 22:22:44'),(39476,3,10370,'','2013-11-05 22:22:44'),(39477,4,10370,'','2013-11-05 22:22:44'),(39478,5,10370,'','2013-11-05 22:22:44'),(39479,6,10370,'','2013-11-05 22:22:44'),(39480,7,10370,'DAY','2013-11-05 22:22:44'),(39481,1,10373,'','2013-11-05 22:22:45'),(39482,2,10373,'','2013-11-05 22:22:45'),(39483,3,10373,'','2013-11-05 22:22:45'),(39484,4,10373,'','2013-11-05 22:22:45'),(39485,5,10373,'','2013-11-05 22:22:45'),(39486,6,10373,'','2013-11-05 22:22:45'),(39487,7,10373,'DAY','2013-11-05 22:22:45'),(39488,1,10374,'3581617','2013-11-05 22:52:08'),(39489,2,10374,'591661','2013-11-05 22:52:08'),(39490,3,10374,'','2013-11-05 22:52:08'),(39491,4,10374,'OPD','2013-11-05 22:52:08'),(39492,5,10374,'','2013-11-05 22:52:08'),(39493,6,10374,'130','2013-11-05 22:52:08'),(39494,7,10374,'DAY','2013-11-05 22:52:08'),(39495,1,10376,'','2013-11-05 22:52:08'),(39496,2,10376,'','2013-11-05 22:52:08'),(39497,3,10376,'','2013-11-05 22:52:08'),(39498,4,10376,'','2013-11-05 22:52:08'),(39499,5,10376,'','2013-11-05 22:52:08'),(39500,6,10376,'','2013-11-05 22:52:08'),(39501,7,10376,'DAY','2013-11-05 22:52:08'),(39502,1,10377,'3581620','2013-11-05 22:57:07'),(39503,2,10377,'591663','2013-11-05 22:57:07'),(39504,3,10377,'','2013-11-05 22:57:07'),(39505,4,10377,'OPD','2013-11-05 22:57:07'),(39506,5,10377,'','2013-11-05 22:57:07'),(39507,6,10377,'90.00','2013-11-05 22:57:07'),(39508,7,10377,'DAY','2013-11-05 22:57:07'),(39509,1,10379,'','2013-11-05 22:57:08'),(39510,2,10379,'','2013-11-05 22:57:08'),(39511,3,10379,'','2013-11-05 22:57:08'),(39512,4,10379,'','2013-11-05 22:57:08'),(39513,5,10379,'','2013-11-05 22:57:08'),(39514,6,10379,'','2013-11-05 22:57:08'),(39515,7,10379,'DAY','2013-11-05 22:57:08'),(39516,1,10380,'3581632','2013-11-05 23:05:36'),(39517,2,10380,'','2013-11-05 23:05:36'),(39518,3,10380,'','2013-11-05 23:05:36'),(39519,4,10380,'OPD','2013-11-05 23:05:36'),(39520,5,10380,'','2013-11-05 23:05:36'),(39521,6,10380,'139.00','2013-11-05 23:05:36'),(39522,7,10380,'DAY','2013-11-05 23:05:36'),(39523,1,10382,'','2013-11-05 23:05:37'),(39524,2,10382,'','2013-11-05 23:05:37'),(39525,3,10382,'','2013-11-05 23:05:37'),(39526,4,10382,'','2013-11-05 23:05:37'),(39527,5,10382,'','2013-11-05 23:05:37'),(39528,6,10382,'','2013-11-05 23:05:37'),(39529,7,10382,'DAY','2013-11-05 23:05:37'),(39530,1,10385,'','2013-11-05 23:05:37'),(39531,2,10385,'','2013-11-05 23:05:37'),(39532,3,10385,'','2013-11-05 23:05:37'),(39533,4,10385,'','2013-11-05 23:05:37'),(39534,5,10385,'','2013-11-05 23:05:37'),(39535,6,10385,'','2013-11-05 23:05:37'),(39536,7,10385,'DAY','2013-11-05 23:05:37'),(39537,1,10389,'','2013-11-05 23:05:37'),(39538,2,10389,'','2013-11-05 23:05:37'),(39539,3,10389,'','2013-11-05 23:05:37'),(39540,4,10389,'','2013-11-05 23:05:37'),(39541,5,10389,'','2013-11-05 23:05:37'),(39542,6,10389,'','2013-11-05 23:05:37'),(39543,7,10389,'DAY','2013-11-05 23:05:37'),(39544,1,10390,'3581645','2013-11-05 23:28:09'),(39545,2,10390,'','2013-11-05 23:28:09'),(39546,3,10390,'','2013-11-05 23:28:09'),(39547,4,10390,'OPD','2013-11-05 23:28:09'),(39548,5,10390,'','2013-11-05 23:28:09'),(39549,6,10390,'112','2013-11-05 23:28:09'),(39550,7,10390,'DAY','2013-11-05 23:28:09'),(39551,1,10392,'','2013-11-05 23:28:10'),(39552,2,10392,'','2013-11-05 23:28:10'),(39553,3,10392,'','2013-11-05 23:28:10'),(39554,4,10392,'','2013-11-05 23:28:10'),(39555,5,10392,'','2013-11-05 23:28:10'),(39556,6,10392,'','2013-11-05 23:28:10'),(39557,7,10392,'DAY','2013-11-05 23:28:10'),(39558,1,10395,'','2013-11-05 23:28:10'),(39559,2,10395,'','2013-11-05 23:28:10'),(39560,3,10395,'','2013-11-05 23:28:10'),(39561,4,10395,'','2013-11-05 23:28:10'),(39562,5,10395,'','2013-11-05 23:28:10'),(39563,6,10395,'','2013-11-05 23:28:10'),(39564,7,10395,'DAY','2013-11-05 23:28:10'),(39565,1,10396,'3581655','2013-11-05 23:43:30'),(39566,2,10396,'591679','2013-11-05 23:43:30'),(39567,3,10396,'','2013-11-05 23:43:30'),(39568,4,10396,'OPD','2013-11-05 23:43:30'),(39569,5,10396,'','2013-11-05 23:43:30'),(39570,6,10396,'52','2013-11-05 23:43:30'),(39571,7,10396,'DAY','2013-11-05 23:43:30'),(39572,1,10398,'','2013-11-05 23:43:30'),(39573,2,10398,'','2013-11-05 23:43:30'),(39574,3,10398,'','2013-11-05 23:43:30'),(39575,4,10398,'','2013-11-05 23:43:30'),(39576,5,10398,'','2013-11-05 23:43:30'),(39577,6,10398,'','2013-11-05 23:43:30'),(39578,7,10398,'DAY','2013-11-05 23:43:30'),(39579,1,10399,'3579939','2013-11-05 23:51:33'),(39580,2,10399,'','2013-11-05 23:51:33'),(39581,3,10399,'','2013-11-05 23:51:33'),(39582,4,10399,'OPD','2013-11-05 23:51:33'),(39583,5,10399,'','2013-11-05 23:51:33'),(39584,6,10399,'235.40','2013-11-05 23:51:33'),(39585,7,10399,'DAY','2013-11-05 23:51:33'),(39586,1,10401,'','2013-11-05 23:51:33'),(39587,2,10401,'','2013-11-05 23:51:33'),(39588,3,10401,'','2013-11-05 23:51:33'),(39589,4,10401,'','2013-11-05 23:51:33'),(39590,5,10401,'','2013-11-05 23:51:33'),(39591,6,10401,'','2013-11-05 23:51:33'),(39592,7,10401,'DAY','2013-11-05 23:51:33'),(39593,1,10404,'','2013-11-05 23:51:33'),(39594,2,10404,'','2013-11-05 23:51:33'),(39595,3,10404,'','2013-11-05 23:51:33'),(39596,4,10404,'','2013-11-05 23:51:33'),(39597,5,10404,'','2013-11-05 23:51:33'),(39598,6,10404,'','2013-11-05 23:51:33'),(39599,7,10404,'DAY','2013-11-05 23:51:33'),(39600,1,10405,'3581651','2013-11-06 00:00:51'),(39601,2,10405,'','2013-11-06 00:00:51'),(39602,3,10405,'','2013-11-06 00:00:51'),(39603,4,10405,'OPD','2013-11-06 00:00:51'),(39604,5,10405,'','2013-11-06 00:00:51'),(39605,6,10405,'185.40','2013-11-06 00:00:51'),(39606,7,10405,'DAY','2013-11-06 00:00:51'),(39607,1,10407,'','2013-11-06 00:00:51'),(39608,2,10407,'','2013-11-06 00:00:51'),(39609,3,10407,'','2013-11-06 00:00:51'),(39610,4,10407,'','2013-11-06 00:00:51'),(39611,5,10407,'','2013-11-06 00:00:51'),(39612,6,10407,'','2013-11-06 00:00:51'),(39613,7,10407,'DAY','2013-11-06 00:00:51'),(39614,1,10410,'','2013-11-06 00:00:51'),(39615,2,10410,'','2013-11-06 00:00:51'),(39616,3,10410,'','2013-11-06 00:00:51'),(39617,4,10410,'','2013-11-06 00:00:51'),(39618,5,10410,'','2013-11-06 00:00:51'),(39619,6,10410,'','2013-11-06 00:00:51'),(39620,7,10410,'DAY','2013-11-06 00:00:51'),(39621,1,10414,'','2013-11-06 00:00:52'),(39622,2,10414,'','2013-11-06 00:00:52'),(39623,3,10414,'','2013-11-06 00:00:52'),(39624,4,10414,'','2013-11-06 00:00:52'),(39625,5,10414,'','2013-11-06 00:00:52'),(39626,6,10414,'','2013-11-06 00:00:52'),(39627,7,10414,'DAY','2013-11-06 00:00:52'),(39628,1,10415,'3581675','2013-11-06 00:14:56'),(39629,2,10415,'','2013-11-06 00:14:56'),(39630,3,10415,'','2013-11-06 00:14:56'),(39631,4,10415,'OPD','2013-11-06 00:14:56'),(39632,5,10415,'','2013-11-06 00:14:56'),(39633,6,10415,'22','2013-11-06 00:14:56'),(39634,7,10415,'DAY','2013-11-06 00:14:56'),(39635,1,10416,'3581691','2013-11-06 00:26:07'),(39636,2,10416,'591694','2013-11-06 00:26:07'),(39637,3,10416,'','2013-11-06 00:26:07'),(39638,4,10416,'OPD','2013-11-06 00:26:07'),(39639,5,10416,'','2013-11-06 00:26:07'),(39640,6,10416,'153','2013-11-06 00:26:07'),(39641,7,10416,'DAY','2013-11-06 00:26:07'),(39642,1,10418,'','2013-11-06 00:26:07'),(39643,2,10418,'','2013-11-06 00:26:07'),(39644,3,10418,'','2013-11-06 00:26:07'),(39645,4,10418,'','2013-11-06 00:26:07'),(39646,5,10418,'','2013-11-06 00:26:07'),(39647,6,10418,'','2013-11-06 00:26:07'),(39648,7,10418,'DAY','2013-11-06 00:26:07'),(39649,1,10419,'3581698','2013-11-06 00:30:35'),(39650,2,10419,'','2013-11-06 00:30:35'),(39651,3,10419,'','2013-11-06 00:30:35'),(39652,4,10419,'OPD','2013-11-06 00:30:35'),(39653,5,10419,'','2013-11-06 00:30:35'),(39654,6,10419,'170','2013-11-06 00:30:35'),(39655,7,10419,'DAY','2013-11-06 00:30:35'),(39656,1,10421,'','2013-11-06 00:30:35'),(39657,2,10421,'','2013-11-06 00:30:35'),(39658,3,10421,'','2013-11-06 00:30:35'),(39659,4,10421,'','2013-11-06 00:30:35'),(39660,5,10421,'','2013-11-06 00:30:35'),(39661,6,10421,'','2013-11-06 00:30:35'),(39662,7,10421,'DAY','2013-11-06 00:30:35'),(39663,1,10424,'','2013-11-06 00:30:35'),(39664,2,10424,'','2013-11-06 00:30:35'),(39665,3,10424,'','2013-11-06 00:30:35'),(39666,4,10424,'','2013-11-06 00:30:35'),(39667,5,10424,'','2013-11-06 00:30:35'),(39668,6,10424,'','2013-11-06 00:30:35'),(39669,7,10424,'DAY','2013-11-06 00:30:35'),(39670,1,10425,'3581699','2013-11-06 00:34:32'),(39671,2,10425,'591697','2013-11-06 00:34:32'),(39672,3,10425,'','2013-11-06 00:34:32'),(39673,4,10425,'OPD','2013-11-06 00:34:32'),(39674,5,10425,'','2013-11-06 00:34:32'),(39675,6,10425,'61','2013-11-06 00:34:32'),(39676,7,10425,'DAY','2013-11-06 00:34:32'),(39677,1,10427,'','2013-11-06 00:34:32'),(39678,2,10427,'','2013-11-06 00:34:32'),(39679,3,10427,'','2013-11-06 00:34:32'),(39680,4,10427,'','2013-11-06 00:34:32'),(39681,5,10427,'','2013-11-06 00:34:32'),(39682,6,10427,'','2013-11-06 00:34:32'),(39683,7,10427,'DAY','2013-11-06 00:34:32'),(39684,1,10430,'','2013-11-06 00:34:33'),(39685,2,10430,'','2013-11-06 00:34:33'),(39686,3,10430,'','2013-11-06 00:34:33'),(39687,4,10430,'','2013-11-06 00:34:33'),(39688,5,10430,'','2013-11-06 00:34:33'),(39689,6,10430,'','2013-11-06 00:34:33'),(39690,7,10430,'DAY','2013-11-06 00:34:33'),(39691,1,10434,'','2013-11-06 00:34:33'),(39692,2,10434,'','2013-11-06 00:34:33'),(39693,3,10434,'','2013-11-06 00:34:33'),(39694,4,10434,'','2013-11-06 00:34:33'),(39695,5,10434,'','2013-11-06 00:34:33'),(39696,6,10434,'','2013-11-06 00:34:33'),(39697,7,10434,'DAY','2013-11-06 00:34:33'),(39698,1,10435,'3581715','2013-11-06 00:46:33'),(39699,2,10435,'','2013-11-06 00:46:33'),(39700,3,10435,'','2013-11-06 00:46:33'),(39701,4,10435,'OPD','2013-11-06 00:46:33'),(39702,5,10435,'','2013-11-06 00:46:33'),(39703,6,10435,'118','2013-11-06 00:46:33'),(39704,7,10435,'DAY','2013-11-06 00:46:33'),(39705,1,10437,'','2013-11-06 00:46:34'),(39706,2,10437,'','2013-11-06 00:46:34'),(39707,3,10437,'','2013-11-06 00:46:34'),(39708,4,10437,'','2013-11-06 00:46:34'),(39709,5,10437,'','2013-11-06 00:46:34'),(39710,6,10437,'','2013-11-06 00:46:34'),(39711,7,10437,'DAY','2013-11-06 00:46:34'),(39712,1,10440,'','2013-11-06 00:46:34'),(39713,2,10440,'','2013-11-06 00:46:34'),(39714,3,10440,'','2013-11-06 00:46:34'),(39715,4,10440,'','2013-11-06 00:46:34'),(39716,5,10440,'','2013-11-06 00:46:34'),(39717,6,10440,'','2013-11-06 00:46:34'),(39718,7,10440,'DAY','2013-11-06 00:46:34'),(39719,1,10441,'3581722','2013-11-06 00:56:36'),(39720,2,10441,'','2013-11-06 00:56:36'),(39721,3,10441,'','2013-11-06 00:56:36'),(39722,4,10441,'WARD','2013-11-06 00:56:36'),(39723,5,10441,'214757','2013-11-06 00:56:36'),(39724,6,10441,'261','2013-11-06 00:56:36'),(39725,7,10441,'DAY','2013-11-06 00:56:36'),(39726,1,10442,'3581745','2013-11-06 01:15:51'),(39727,2,10442,'','2013-11-06 01:15:51'),(39728,3,10442,'','2013-11-06 01:15:51'),(39729,4,10442,'OPD','2013-11-06 01:15:51'),(39730,5,10442,'','2013-11-06 01:15:51'),(39731,6,10442,'69','2013-11-06 01:15:51'),(39732,7,10442,'DAY','2013-11-06 01:15:51'),(39733,1,10443,'','2013-11-06 01:27:47'),(39734,2,10443,'591622','2013-11-06 01:27:47'),(39735,3,10443,'','2013-11-06 01:27:47'),(39736,4,10443,'OPD','2013-11-06 01:27:47'),(39737,5,10443,'','2013-11-06 01:27:47'),(39738,6,10443,'','2013-11-06 01:27:47'),(39739,7,10443,'DAY','2013-11-06 01:27:47'),(39740,1,10444,'','2013-11-06 01:29:01'),(39741,2,10444,'591569','2013-11-06 01:29:01'),(39742,3,10444,'','2013-11-06 01:29:01'),(39743,4,10444,'OPD','2013-11-06 01:29:01'),(39744,5,10444,'','2013-11-06 01:29:01'),(39745,6,10444,'','2013-11-06 01:29:01'),(39746,7,10444,'DAY','2013-11-06 01:29:01'),(39747,1,10445,'','2013-11-06 01:32:15'),(39748,2,10445,'','2013-11-06 01:32:15'),(39749,3,10445,'','2013-11-06 01:32:15'),(39750,4,10445,'OUTSIDE','2013-11-06 01:32:15'),(39751,5,10445,'','2013-11-06 01:32:15'),(39752,6,10445,'','2013-11-06 01:32:15'),(39753,7,10445,'DAY','2013-11-06 01:32:15'),(39754,1,10446,'3581772','2013-11-06 01:55:29'),(39755,2,10446,'','2013-11-06 01:55:29'),(39756,3,10446,'','2013-11-06 01:55:29'),(39757,4,10446,'OPD','2013-11-06 01:55:29'),(39758,5,10446,'','2013-11-06 01:55:29'),(39759,6,10446,'79','2013-11-06 01:55:29'),(39760,7,10446,'DAY','2013-11-06 01:55:29'),(39761,1,10447,'3581782','2013-11-06 02:10:01'),(39762,2,10447,'','2013-11-06 02:10:01'),(39763,3,10447,'','2013-11-06 02:10:01'),(39764,4,10447,'OUTSIDE','2013-11-06 02:10:01'),(39765,5,10447,'','2013-11-06 02:10:01'),(39766,6,10447,'33','2013-11-06 02:10:01'),(39767,7,10447,'DAY','2013-11-06 02:10:01'),(39768,1,10448,'3581792','2013-11-06 02:22:54'),(39769,2,10448,'','2013-11-06 02:22:54'),(39770,3,10448,'','2013-11-06 02:22:54'),(39771,4,10448,'OPD','2013-11-06 02:22:54'),(39772,5,10448,'','2013-11-06 02:22:54'),(39773,6,10448,'80','2013-11-06 02:22:54'),(39774,7,10448,'DAY','2013-11-06 02:22:54'),(39775,1,10450,'','2013-11-06 02:22:54'),(39776,2,10450,'','2013-11-06 02:22:54'),(39777,3,10450,'','2013-11-06 02:22:54'),(39778,4,10450,'','2013-11-06 02:22:54'),(39779,5,10450,'','2013-11-06 02:22:54'),(39780,6,10450,'','2013-11-06 02:22:54'),(39781,7,10450,'DAY','2013-11-06 02:22:54'),(39782,1,10453,'','2013-11-06 02:22:54'),(39783,2,10453,'','2013-11-06 02:22:54'),(39784,3,10453,'','2013-11-06 02:22:54'),(39785,4,10453,'','2013-11-06 02:22:54'),(39786,5,10453,'','2013-11-06 02:22:54'),(39787,6,10453,'','2013-11-06 02:22:54'),(39788,7,10453,'DAY','2013-11-06 02:22:54'),(39789,1,10454,'3581796','2013-11-06 02:27:09'),(39790,2,10454,'591925','2013-11-06 02:27:09'),(39791,3,10454,'','2013-11-06 02:27:09'),(39792,4,10454,'OPD','2013-11-06 02:27:09'),(39793,5,10454,'','2013-11-06 02:27:09'),(39794,6,10454,'92','2013-11-06 02:27:09'),(39795,7,10454,'DAY','2013-11-06 02:27:09'),(39796,1,10456,'','2013-11-06 02:27:09'),(39797,2,10456,'','2013-11-06 02:27:09'),(39798,3,10456,'','2013-11-06 02:27:09'),(39799,4,10456,'','2013-11-06 02:27:09'),(39800,5,10456,'','2013-11-06 02:27:09'),(39801,6,10456,'','2013-11-06 02:27:09'),(39802,7,10456,'DAY','2013-11-06 02:27:09'),(39803,1,10457,'35811802','2013-11-06 02:32:51'),(39804,2,10457,'','2013-11-06 02:32:51'),(39805,3,10457,'','2013-11-06 02:32:51'),(39806,4,10457,'OPD','2013-11-06 02:32:51'),(39807,5,10457,'','2013-11-06 02:32:51'),(39808,6,10457,'12','2013-11-06 02:32:51'),(39809,7,10457,'DAY','2013-11-06 02:32:51'),(39810,1,10458,'3581804','2013-11-06 02:35:55'),(39811,2,10458,'','2013-11-06 02:35:55'),(39812,3,10458,'','2013-11-06 02:35:55'),(39813,4,10458,'OPD','2013-11-06 02:35:55'),(39814,5,10458,'','2013-11-06 02:35:55'),(39815,6,10458,'62','2013-11-06 02:35:55'),(39816,7,10458,'DAY','2013-11-06 02:35:55'),(39817,1,10460,'','2013-11-06 02:35:55'),(39818,2,10460,'','2013-11-06 02:35:55'),(39819,3,10460,'','2013-11-06 02:35:55'),(39820,4,10460,'','2013-11-06 02:35:55'),(39821,5,10460,'','2013-11-06 02:35:55'),(39822,6,10460,'','2013-11-06 02:35:55'),(39823,7,10460,'DAY','2013-11-06 02:35:55'),(39824,1,10461,'','2013-11-06 02:41:34'),(39825,2,10461,'','2013-11-06 02:41:34'),(39826,3,10461,'','2013-11-06 02:41:34'),(39827,4,10461,'','2013-11-06 02:41:34'),(39828,5,10461,'','2013-11-06 02:41:34'),(39829,6,10461,'80','2013-11-06 02:41:34'),(39830,7,10461,'DAY','2013-11-06 02:41:34'),(39831,1,10463,'','2013-11-06 02:41:34'),(39832,2,10463,'','2013-11-06 02:41:34'),(39833,3,10463,'','2013-11-06 02:41:34'),(39834,4,10463,'','2013-11-06 02:41:34'),(39835,5,10463,'','2013-11-06 02:41:34'),(39836,6,10463,'','2013-11-06 02:41:34'),(39837,7,10463,'DAY','2013-11-06 02:41:34'),(39838,1,10466,'','2013-11-06 02:41:34'),(39839,2,10466,'','2013-11-06 02:41:34'),(39840,3,10466,'','2013-11-06 02:41:34'),(39841,4,10466,'','2013-11-06 02:41:34'),(39842,5,10466,'','2013-11-06 02:41:34'),(39843,6,10466,'','2013-11-06 02:41:34'),(39844,7,10466,'DAY','2013-11-06 02:41:34'),(39845,1,10467,'','2013-11-06 02:45:58'),(39846,2,10467,'','2013-11-06 02:45:58'),(39847,3,10467,'','2013-11-06 02:45:58'),(39848,4,10467,'OPD','2013-11-06 02:45:58'),(39849,5,10467,'','2013-11-06 02:45:58'),(39850,6,10467,'94','2013-11-06 02:45:58'),(39851,7,10467,'DAY','2013-11-06 02:45:58'),(39852,1,10469,'','2013-11-06 02:45:59'),(39853,2,10469,'','2013-11-06 02:45:59'),(39854,3,10469,'','2013-11-06 02:45:59'),(39855,4,10469,'','2013-11-06 02:45:59'),(39856,5,10469,'','2013-11-06 02:45:59'),(39857,6,10469,'','2013-11-06 02:45:59'),(39858,7,10469,'DAY','2013-11-06 02:45:59'),(39859,1,10470,'','2013-11-06 02:49:32'),(39860,2,10470,'','2013-11-06 02:49:32'),(39861,3,10470,'','2013-11-06 02:49:32'),(39862,4,10470,'OPD','2013-11-06 02:49:32'),(39863,5,10470,'','2013-11-06 02:49:32'),(39864,6,10470,'139','2013-11-06 02:49:32'),(39865,7,10470,'DAY','2013-11-06 02:49:32'),(39866,1,10472,'','2013-11-06 02:49:33'),(39867,2,10472,'','2013-11-06 02:49:33'),(39868,3,10472,'','2013-11-06 02:49:33'),(39869,4,10472,'','2013-11-06 02:49:33'),(39870,5,10472,'','2013-11-06 02:49:33'),(39871,6,10472,'','2013-11-06 02:49:33'),(39872,7,10472,'DAY','2013-11-06 02:49:33'),(39873,1,10475,'','2013-11-06 02:49:33'),(39874,2,10475,'','2013-11-06 02:49:33'),(39875,3,10475,'','2013-11-06 02:49:33'),(39876,4,10475,'','2013-11-06 02:49:33'),(39877,5,10475,'','2013-11-06 02:49:33'),(39878,6,10475,'','2013-11-06 02:49:33'),(39879,7,10475,'DAY','2013-11-06 02:49:33'),(39880,1,10476,'','2013-11-06 02:51:30'),(39881,2,10476,'','2013-11-06 02:51:30'),(39882,3,10476,'','2013-11-06 02:51:30'),(39883,4,10476,'','2013-11-06 02:51:30'),(39884,5,10476,'214760','2013-11-06 02:51:30'),(39885,6,10476,'144','2013-11-06 02:51:30'),(39886,7,10476,'DAY','2013-11-06 02:51:30'),(39887,1,10478,'','2013-11-06 02:51:30'),(39888,2,10478,'','2013-11-06 02:51:30'),(39889,3,10478,'','2013-11-06 02:51:30'),(39890,4,10478,'','2013-11-06 02:51:30'),(39891,5,10478,'','2013-11-06 02:51:30'),(39892,6,10478,'','2013-11-06 02:51:30'),(39893,7,10478,'DAY','2013-11-06 02:51:30'),(39894,1,10479,'3581833','2013-11-06 03:28:16'),(39895,2,10479,'','2013-11-06 03:28:16'),(39896,3,10479,'','2013-11-06 03:28:16'),(39897,4,10479,'OPD','2013-11-06 03:28:16'),(39898,5,10479,'','2013-11-06 03:28:16'),(39899,6,10479,'33','2013-11-06 03:28:16'),(39900,7,10479,'DAY','2013-11-06 03:28:16'),(39901,1,10480,'','2013-11-06 04:36:29'),(39902,2,10480,'','2013-11-06 04:36:29'),(39903,3,10480,'','2013-11-06 04:36:29'),(39904,4,10480,'OPD','2013-11-06 04:36:29'),(39905,5,10480,'','2013-11-06 04:36:29'),(39906,6,10480,'89','2013-11-06 04:36:29'),(39907,7,10480,'DAY','2013-11-06 04:36:29'),(39908,1,10482,'','2013-11-06 04:36:29'),(39909,2,10482,'','2013-11-06 04:36:29'),(39910,3,10482,'','2013-11-06 04:36:29'),(39911,4,10482,'','2013-11-06 04:36:29'),(39912,5,10482,'','2013-11-06 04:36:29'),(39913,6,10482,'','2013-11-06 04:36:29'),(39914,7,10482,'DAY','2013-11-06 04:36:29'),(39915,1,10485,'','2013-11-06 04:36:29'),(39916,2,10485,'','2013-11-06 04:36:29'),(39917,3,10485,'','2013-11-06 04:36:29'),(39918,4,10485,'','2013-11-06 04:36:29'),(39919,5,10485,'','2013-11-06 04:36:29'),(39920,6,10485,'','2013-11-06 04:36:29'),(39921,7,10485,'DAY','2013-11-06 04:36:29'),(39922,1,10486,'','2013-11-06 04:40:44'),(39923,2,10486,'','2013-11-06 04:40:44'),(39924,3,10486,'','2013-11-06 04:40:44'),(39925,4,10486,'OPD','2013-11-06 04:40:44'),(39926,5,10486,'','2013-11-06 04:40:44'),(39927,6,10486,'104','2013-11-06 04:40:44'),(39928,7,10486,'DAY','2013-11-06 04:40:44'),(39929,1,10488,'','2013-11-06 04:40:45'),(39930,2,10488,'','2013-11-06 04:40:45'),(39931,3,10488,'','2013-11-06 04:40:45'),(39932,4,10488,'','2013-11-06 04:40:45'),(39933,5,10488,'','2013-11-06 04:40:45'),(39934,6,10488,'','2013-11-06 04:40:45'),(39935,7,10488,'DAY','2013-11-06 04:40:45'),(39936,1,10489,'','2013-11-06 04:45:45'),(39937,2,10489,'591734','2013-11-06 04:45:45'),(39938,3,10489,'','2013-11-06 04:45:45'),(39939,4,10489,'OPD','2013-11-06 04:45:45'),(39940,5,10489,'','2013-11-06 04:45:45'),(39941,6,10489,'104','2013-11-06 04:45:45'),(39942,7,10489,'DAY','2013-11-06 04:45:45'),(39943,1,10491,'','2013-11-06 04:45:45'),(39944,2,10491,'','2013-11-06 04:45:45'),(39945,3,10491,'','2013-11-06 04:45:45'),(39946,4,10491,'','2013-11-06 04:45:45'),(39947,5,10491,'','2013-11-06 04:45:45'),(39948,6,10491,'','2013-11-06 04:45:45'),(39949,7,10491,'DAY','2013-11-06 04:45:45'),(39950,1,10494,'','2013-11-06 04:45:45'),(39951,2,10494,'','2013-11-06 04:45:45'),(39952,3,10494,'','2013-11-06 04:45:45'),(39953,4,10494,'','2013-11-06 04:45:45'),(39954,5,10494,'','2013-11-06 04:45:45'),(39955,6,10494,'','2013-11-06 04:45:45'),(39956,7,10494,'DAY','2013-11-06 04:45:45'),(39957,1,10495,'','2013-11-06 05:08:31'),(39958,2,10495,'','2013-11-06 05:08:31'),(39959,3,10495,'','2013-11-06 05:08:31'),(39960,4,10495,'OPD','2013-11-06 05:08:31'),(39961,5,10495,'','2013-11-06 05:08:31'),(39962,6,10495,'40','2013-11-06 05:08:31'),(39963,7,10495,'DAY','2013-11-06 05:08:31'),(39964,1,10496,'35817850','2013-11-06 05:55:01'),(39965,2,10496,'','2013-11-06 05:55:01'),(39966,3,10496,'','2013-11-06 05:55:01'),(39967,4,10496,'OUT','2013-11-06 05:55:01'),(39968,5,10496,'','2013-11-06 05:55:01'),(39969,6,10496,'52','2013-11-06 05:55:01'),(39970,7,10496,'DAY','2013-11-06 05:55:01'),(39971,1,10498,'','2013-11-06 05:55:01'),(39972,2,10498,'','2013-11-06 05:55:01'),(39973,3,10498,'','2013-11-06 05:55:01'),(39974,4,10498,'','2013-11-06 05:55:01'),(39975,5,10498,'','2013-11-06 05:55:01'),(39976,6,10498,'','2013-11-06 05:55:02'),(39977,7,10498,'DAY','2013-11-06 05:55:02'),(39978,1,10499,'3577357','2013-11-06 11:25:28'),(39979,2,10499,'','2013-11-06 11:25:28'),(39980,3,10499,'','2013-11-06 11:25:28'),(39981,4,10499,'OPD','2013-11-06 11:25:28'),(39982,5,10499,'','2013-11-06 11:25:28'),(39983,6,10499,'129','2013-11-06 11:25:28'),(39984,7,10499,'DAY','2013-11-06 11:25:28'),(39985,1,10500,'3581859','2013-11-06 11:45:26'),(39986,2,10500,'591743','2013-11-06 11:45:26'),(39987,3,10500,'','2013-11-06 11:45:26'),(39988,4,10500,'OPD','2013-11-06 11:45:26'),(39989,5,10500,'','2013-11-06 11:45:26'),(39990,6,10500,'31','2013-11-06 11:45:26'),(39991,7,10500,'DAY','2013-11-06 11:45:26'),(39992,1,10501,'3581887','2013-11-06 12:38:51'),(39993,2,10501,'','2013-11-06 12:38:51'),(39994,3,10501,'','2013-11-06 12:38:51'),(39995,4,10501,'OPD','2013-11-06 12:38:51'),(39996,5,10501,'','2013-11-06 12:38:51'),(39997,6,10501,'54','2013-11-06 12:38:51'),(39998,7,10501,'DAY','2013-11-06 12:38:51'),(39999,1,10503,'','2013-11-06 12:38:51'),(40000,2,10503,'','2013-11-06 12:38:51'),(40001,3,10503,'','2013-11-06 12:38:51'),(40002,4,10503,'','2013-11-06 12:38:51'),(40003,5,10503,'','2013-11-06 12:38:51'),(40004,6,10503,'','2013-11-06 12:38:51'),(40005,7,10503,'DAY','2013-11-06 12:38:51'),(40006,1,10504,'','2013-11-06 13:50:04'),(40007,2,10504,'591750','2013-11-06 13:50:04'),(40008,3,10504,'','2013-11-06 13:50:04'),(40009,4,10504,'OPD','2013-11-06 13:50:04'),(40010,5,10504,'','2013-11-06 13:50:04'),(40011,6,10504,'11','2013-11-06 13:50:04'),(40012,7,10504,'DAY','2013-11-06 13:50:04'),(40013,1,10505,'','2013-11-06 14:04:01'),(40014,2,10505,'3557253','2013-11-06 14:04:01'),(40015,3,10505,'','2013-11-06 14:04:01'),(40016,4,10505,'OPD','2013-11-06 14:04:01'),(40017,5,10505,'','2013-11-06 14:04:01'),(40018,6,10505,'45','2013-11-06 14:04:01'),(40019,7,10505,'DAY','2013-11-06 14:04:01'),(40020,1,10506,'','2013-11-06 14:22:27'),(40021,2,10506,'','2013-11-06 14:22:27'),(40022,3,10506,'','2013-11-06 14:22:27'),(40023,4,10506,'OPD','2013-11-06 14:22:27'),(40024,5,10506,'','2013-11-06 14:22:27'),(40025,6,10506,'50','2013-11-06 14:22:27'),(40026,7,10506,'DAY','2013-11-06 14:22:27'),(40027,1,10508,'','2013-11-06 14:22:27'),(40028,2,10508,'','2013-11-06 14:22:27'),(40029,3,10508,'','2013-11-06 14:22:27'),(40030,4,10508,'','2013-11-06 14:22:27'),(40031,5,10508,'','2013-11-06 14:22:27'),(40032,6,10508,'','2013-11-06 14:22:27'),(40033,7,10508,'DAY','2013-11-06 14:22:27'),(40034,1,10509,'','2013-11-06 14:30:12'),(40035,2,10509,'','2013-11-06 14:30:12'),(40036,3,10509,'','2013-11-06 14:30:12'),(40037,4,10509,'OPD','2013-11-06 14:30:12'),(40038,5,10509,'','2013-11-06 14:30:12'),(40039,6,10509,'204','2013-11-06 14:30:12'),(40040,7,10509,'DAY','2013-11-06 14:30:12'),(40041,1,10511,'','2013-11-06 14:30:12'),(40042,2,10511,'','2013-11-06 14:30:12'),(40043,3,10511,'','2013-11-06 14:30:12'),(40044,4,10511,'','2013-11-06 14:30:12'),(40045,5,10511,'','2013-11-06 14:30:12'),(40046,6,10511,'','2013-11-06 14:30:12'),(40047,7,10511,'DAY','2013-11-06 14:30:12'),(40048,1,10514,'','2013-11-06 14:30:12'),(40049,2,10514,'','2013-11-06 14:30:12'),(40050,3,10514,'','2013-11-06 14:30:12'),(40051,4,10514,'','2013-11-06 14:30:12'),(40052,5,10514,'','2013-11-06 14:30:12'),(40053,6,10514,'','2013-11-06 14:30:12'),(40054,7,10514,'DAY','2013-11-06 14:30:12'),(40055,1,10515,'3581926','2013-11-06 14:42:26'),(40056,2,10515,'591758','2013-11-06 14:42:26'),(40057,3,10515,'','2013-11-06 14:42:26'),(40058,4,10515,'OPD','2013-11-06 14:42:26'),(40059,5,10515,'','2013-11-06 14:42:26'),(40060,6,10515,'192','2013-11-06 14:42:26'),(40061,7,10515,'DAY','2013-11-06 14:42:26'),(40062,1,10517,'','2013-11-06 14:42:26'),(40063,2,10517,'','2013-11-06 14:42:26'),(40064,3,10517,'','2013-11-06 14:42:26'),(40065,4,10517,'','2013-11-06 14:42:26'),(40066,5,10517,'','2013-11-06 14:42:26'),(40067,6,10517,'','2013-11-06 14:42:26'),(40068,7,10517,'DAY','2013-11-06 14:42:26'),(40069,1,10520,'','2013-11-06 14:42:27'),(40070,2,10520,'','2013-11-06 14:42:27'),(40071,3,10520,'','2013-11-06 14:42:27'),(40072,4,10520,'','2013-11-06 14:42:27'),(40073,5,10520,'','2013-11-06 14:42:27'),(40074,6,10520,'','2013-11-06 14:42:27'),(40075,7,10520,'DAY','2013-11-06 14:42:27'),(40076,1,10521,'3581931','2013-11-06 14:47:49'),(40077,2,10521,'','2013-11-06 14:47:49'),(40078,3,10521,'','2013-11-06 14:47:49'),(40079,4,10521,'OPD','2013-11-06 14:47:49'),(40080,5,10521,'','2013-11-06 14:47:49'),(40081,6,10521,'191','2013-11-06 14:47:49'),(40082,7,10521,'DAY','2013-11-06 14:47:49'),(40083,1,10523,'','2013-11-06 14:47:49'),(40084,2,10523,'','2013-11-06 14:47:49'),(40085,3,10523,'','2013-11-06 14:47:49'),(40086,4,10523,'','2013-11-06 14:47:49'),(40087,5,10523,'','2013-11-06 14:47:49'),(40088,6,10523,'','2013-11-06 14:47:49'),(40089,7,10523,'DAY','2013-11-06 14:47:49'),(40090,1,10524,'3581661','2013-11-06 14:50:52'),(40091,2,10524,'','2013-11-06 14:50:52'),(40092,3,10524,'','2013-11-06 14:50:52'),(40093,4,10524,'OPD','2013-11-06 14:50:52'),(40094,5,10524,'','2013-11-06 14:50:52'),(40095,6,10524,'91','2013-11-06 14:50:52'),(40096,7,10524,'DAY','2013-11-06 14:50:52'),(40097,1,10526,'','2013-11-06 14:50:53'),(40098,2,10526,'','2013-11-06 14:50:53'),(40099,3,10526,'','2013-11-06 14:50:53'),(40100,4,10526,'','2013-11-06 14:50:53'),(40101,5,10526,'','2013-11-06 14:50:53'),(40102,6,10526,'','2013-11-06 14:50:53'),(40103,7,10526,'DAY','2013-11-06 14:50:53'),(40104,1,10527,'3581832','2013-11-06 14:53:01'),(40105,2,10527,'','2013-11-06 14:53:01'),(40106,3,10527,'','2013-11-06 14:53:01'),(40107,4,10527,'OPD','2013-11-06 14:53:01'),(40108,5,10527,'','2013-11-06 14:53:01'),(40109,6,10527,'67','2013-11-06 14:53:01'),(40110,7,10527,'DAY','2013-11-06 14:53:01'),(40111,1,10529,'','2013-11-06 14:53:01'),(40112,2,10529,'','2013-11-06 14:53:01'),(40113,3,10529,'','2013-11-06 14:53:01'),(40114,4,10529,'','2013-11-06 14:53:01'),(40115,5,10529,'','2013-11-06 14:53:01'),(40116,6,10529,'','2013-11-06 14:53:01'),(40117,7,10529,'DAY','2013-11-06 14:53:01'),(40118,1,10530,'3581944','2013-11-06 15:01:46'),(40119,2,10530,'','2013-11-06 15:01:46'),(40120,3,10530,'','2013-11-06 15:01:46'),(40121,4,10530,'OPD','2013-11-06 15:01:46'),(40122,5,10530,'','2013-11-06 15:01:46'),(40123,6,10530,'55','2013-11-06 15:01:46'),(40124,7,10530,'DAY','2013-11-06 15:01:46'),(40125,1,10532,'','2013-11-06 15:01:46'),(40126,2,10532,'','2013-11-06 15:01:46'),(40127,3,10532,'','2013-11-06 15:01:46'),(40128,4,10532,'','2013-11-06 15:01:46'),(40129,5,10532,'','2013-11-06 15:01:46'),(40130,6,10532,'','2013-11-06 15:01:46'),(40131,7,10532,'DAY','2013-11-06 15:01:46'),(40132,1,10533,'3579692','2013-11-06 15:07:42'),(40133,2,10533,'','2013-11-06 15:07:42'),(40134,3,10533,'','2013-11-06 15:07:42'),(40135,4,10533,'OPD','2013-11-06 15:07:42'),(40136,5,10533,'','2013-11-06 15:07:42'),(40137,6,10533,'143','2013-11-06 15:07:42'),(40138,7,10533,'DAY','2013-11-06 15:07:42'),(40139,1,10535,'','2013-11-06 15:07:42'),(40140,2,10535,'','2013-11-06 15:07:42'),(40141,3,10535,'','2013-11-06 15:07:42'),(40142,4,10535,'','2013-11-06 15:07:42'),(40143,5,10535,'','2013-11-06 15:07:42'),(40144,6,10535,'','2013-11-06 15:07:42'),(40145,7,10535,'DAY','2013-11-06 15:07:42'),(40146,1,10536,'3581460','2013-11-06 15:27:23'),(40147,2,10536,'591612','2013-11-06 15:27:23'),(40148,3,10536,'','2013-11-06 15:27:23'),(40149,4,10536,'OPD','2013-11-06 15:27:23'),(40150,5,10536,'','2013-11-06 15:27:23'),(40151,6,10536,'360','2013-11-06 15:27:23'),(40152,7,10536,'DAY','2013-11-06 15:27:23'),(40153,1,10538,'','2013-11-06 15:27:23'),(40154,2,10538,'','2013-11-06 15:27:23'),(40155,3,10538,'','2013-11-06 15:27:23'),(40156,4,10538,'','2013-11-06 15:27:23'),(40157,5,10538,'','2013-11-06 15:27:23'),(40158,6,10538,'','2013-11-06 15:27:23'),(40159,7,10538,'DAY','2013-11-06 15:27:23'),(40160,1,10541,'','2013-11-06 15:27:23'),(40161,2,10541,'','2013-11-06 15:27:23'),(40162,3,10541,'','2013-11-06 15:27:23'),(40163,4,10541,'','2013-11-06 15:27:23'),(40164,5,10541,'','2013-11-06 15:27:23'),(40165,6,10541,'','2013-11-06 15:27:23'),(40166,7,10541,'DAY','2013-11-06 15:27:23'),(40167,1,10542,'','2013-11-06 15:29:36'),(40168,2,10542,'','2013-11-06 15:29:36'),(40169,3,10542,'','2013-11-06 15:29:36'),(40170,4,10542,'','2013-11-06 15:29:36'),(40171,5,10542,'','2013-11-06 15:29:36'),(40172,6,10542,'','2013-11-06 15:29:36'),(40173,7,10542,'DAY','2013-11-06 15:29:36'),(40174,1,10543,'','2013-11-06 15:32:48'),(40175,2,10543,'','2013-11-06 15:32:48'),(40176,3,10543,'','2013-11-06 15:32:48'),(40177,4,10543,'','2013-11-06 15:32:48'),(40178,5,10543,'','2013-11-06 15:32:48'),(40179,6,10543,'','2013-11-06 15:32:48'),(40180,7,10543,'DAY','2013-11-06 15:32:48'),(40181,1,10544,'3581739','2013-11-06 15:53:36'),(40182,2,10544,'','2013-11-06 15:53:36'),(40183,3,10544,'','2013-11-06 15:53:36'),(40184,4,10544,'OPD','2013-11-06 15:53:36'),(40185,5,10544,'','2013-11-06 15:53:36'),(40186,6,10544,'248','2013-11-06 15:53:36'),(40187,7,10544,'DAY','2013-11-06 15:53:36'),(40188,1,10546,'','2013-11-06 15:53:36'),(40189,2,10546,'','2013-11-06 15:53:36'),(40190,3,10546,'','2013-11-06 15:53:36'),(40191,4,10546,'','2013-11-06 15:53:36'),(40192,5,10546,'','2013-11-06 15:53:36'),(40193,6,10546,'','2013-11-06 15:53:36'),(40194,7,10546,'DAY','2013-11-06 15:53:36'),(40195,1,10549,'','2013-11-06 15:53:37'),(40196,2,10549,'','2013-11-06 15:53:37'),(40197,3,10549,'','2013-11-06 15:53:37'),(40198,4,10549,'','2013-11-06 15:53:37'),(40199,5,10549,'','2013-11-06 15:53:37'),(40200,6,10549,'','2013-11-06 15:53:37'),(40201,7,10549,'DAY','2013-11-06 15:53:37'),(40202,1,10550,'3581975','2013-11-06 15:56:19'),(40203,2,10550,'','2013-11-06 15:56:19'),(40204,3,10550,'','2013-11-06 15:56:19'),(40205,4,10550,'OPD','2013-11-06 15:56:19'),(40206,5,10550,'','2013-11-06 15:56:19'),(40207,6,10550,'67.50','2013-11-06 15:56:19'),(40208,7,10550,'DAY','2013-11-06 15:56:19'),(40209,1,10552,'','2013-11-06 15:56:19'),(40210,2,10552,'','2013-11-06 15:56:19'),(40211,3,10552,'','2013-11-06 15:56:19'),(40212,4,10552,'','2013-11-06 15:56:19'),(40213,5,10552,'','2013-11-06 15:56:19'),(40214,6,10552,'','2013-11-06 15:56:19'),(40215,7,10552,'DAY','2013-11-06 15:56:19'),(40216,1,10553,'3579759','2013-11-06 16:08:33'),(40217,2,10553,'','2013-11-06 16:08:33'),(40218,3,10553,'','2013-11-06 16:08:33'),(40219,4,10553,'OPD','2013-11-06 16:08:33'),(40220,5,10553,'','2013-11-06 16:08:33'),(40221,6,10553,'141','2013-11-06 16:08:33'),(40222,7,10553,'DAY','2013-11-06 16:08:33'),(40223,1,10554,'3582003','2013-11-06 16:10:17'),(40224,2,10554,'','2013-11-06 16:10:17'),(40225,3,10554,'','2013-11-06 16:10:17'),(40226,4,10554,'OPD','2013-11-06 16:10:17'),(40227,5,10554,'','2013-11-06 16:10:17'),(40228,6,10554,'22','2013-11-06 16:10:17'),(40229,7,10554,'DAY','2013-11-06 16:10:17'),(40230,1,10555,'','2013-11-06 16:10:33'),(40231,2,10555,'','2013-11-06 16:10:33'),(40232,3,10555,'','2013-11-06 16:10:33'),(40233,4,10555,'','2013-11-06 16:10:33'),(40234,5,10555,'','2013-11-06 16:10:33'),(40235,6,10555,'','2013-11-06 16:10:33'),(40236,7,10555,'DAY','2013-11-06 16:10:33'),(40237,1,10557,'','2013-11-06 16:10:33'),(40238,2,10557,'','2013-11-06 16:10:33'),(40239,3,10557,'','2013-11-06 16:10:33'),(40240,4,10557,'','2013-11-06 16:10:33'),(40241,5,10557,'','2013-11-06 16:10:33'),(40242,6,10557,'','2013-11-06 16:10:33'),(40243,7,10557,'DAY','2013-11-06 16:10:33'),(40244,1,10558,'3581997','2013-11-06 16:12:35'),(40245,2,10558,'591776','2013-11-06 16:12:35'),(40246,3,10558,'','2013-11-06 16:12:35'),(40247,4,10558,'OPD','2013-11-06 16:12:35'),(40248,5,10558,'','2013-11-06 16:12:35'),(40249,6,10558,'92','2013-11-06 16:12:35'),(40250,7,10558,'DAY','2013-11-06 16:12:35'),(40251,1,10560,'','2013-11-06 16:12:35'),(40252,2,10560,'','2013-11-06 16:12:35'),(40253,3,10560,'','2013-11-06 16:12:35'),(40254,4,10560,'','2013-11-06 16:12:35'),(40255,5,10560,'','2013-11-06 16:12:35'),(40256,6,10560,'','2013-11-06 16:12:35'),(40257,7,10560,'DAY','2013-11-06 16:12:35'),(40258,1,10561,'','2013-11-06 16:22:17'),(40259,2,10561,'','2013-11-06 16:22:17'),(40260,3,10561,'','2013-11-06 16:22:17'),(40261,4,10561,'OPD','2013-11-06 16:22:17'),(40262,5,10561,'','2013-11-06 16:22:17'),(40263,6,10561,'','2013-11-06 16:22:17'),(40264,7,10561,'DAY','2013-11-06 16:22:17'),(40265,1,10562,'','2013-11-06 16:23:36'),(40266,2,10562,'','2013-11-06 16:23:36'),(40267,3,10562,'','2013-11-06 16:23:36'),(40268,4,10562,'OPD','2013-11-06 16:23:36'),(40269,5,10562,'','2013-11-06 16:23:36'),(40270,6,10562,'','2013-11-06 16:23:36'),(40271,7,10562,'DAY','2013-11-06 16:23:36'),(40272,1,10563,'','2013-11-06 16:24:36'),(40273,2,10563,'','2013-11-06 16:24:36'),(40274,3,10563,'','2013-11-06 16:24:36'),(40275,4,10563,'OPD','2013-11-06 16:24:36'),(40276,5,10563,'','2013-11-06 16:24:36'),(40277,6,10563,'','2013-11-06 16:24:36'),(40278,7,10563,'DAY','2013-11-06 16:24:36'),(40279,1,10564,'','2013-11-06 16:26:42'),(40280,2,10564,'','2013-11-06 16:26:42'),(40281,3,10564,'','2013-11-06 16:26:42'),(40282,4,10564,'OPD','2013-11-06 16:26:42'),(40283,5,10564,'','2013-11-06 16:26:42'),(40284,6,10564,'','2013-11-06 16:26:42'),(40285,7,10564,'DAY','2013-11-06 16:26:42'),(40286,1,10566,'','2013-11-06 16:26:42'),(40287,2,10566,'','2013-11-06 16:26:42'),(40288,3,10566,'','2013-11-06 16:26:42'),(40289,4,10566,'','2013-11-06 16:26:42'),(40290,5,10566,'','2013-11-06 16:26:42'),(40291,6,10566,'','2013-11-06 16:26:42'),(40292,7,10566,'DAY','2013-11-06 16:26:42'),(40293,1,10567,'3582005','2013-11-06 16:31:23'),(40294,2,10567,'591782','2013-11-06 16:31:23'),(40295,3,10567,'','2013-11-06 16:31:23'),(40296,4,10567,'OPD','2013-11-06 16:31:23'),(40297,5,10567,'','2013-11-06 16:31:23'),(40298,6,10567,'212','2013-11-06 16:31:23'),(40299,7,10567,'DAY','2013-11-06 16:31:23'),(40300,1,10569,'','2013-11-06 16:31:23'),(40301,2,10569,'','2013-11-06 16:31:23'),(40302,3,10569,'','2013-11-06 16:31:23'),(40303,4,10569,'','2013-11-06 16:31:23'),(40304,5,10569,'','2013-11-06 16:31:23'),(40305,6,10569,'','2013-11-06 16:31:23'),(40306,7,10569,'DAY','2013-11-06 16:31:23'),(40307,1,10572,'','2013-11-06 16:31:23'),(40308,2,10572,'','2013-11-06 16:31:23'),(40309,3,10572,'','2013-11-06 16:31:23'),(40310,4,10572,'','2013-11-06 16:31:23'),(40311,5,10572,'','2013-11-06 16:31:23'),(40312,6,10572,'','2013-11-06 16:31:23'),(40313,7,10572,'DAY','2013-11-06 16:31:23'),(40314,1,10573,'','2013-11-06 16:33:14'),(40315,2,10573,'','2013-11-06 16:33:14'),(40316,3,10573,'','2013-11-06 16:33:14'),(40317,4,10573,'OPD','2013-11-06 16:33:14'),(40318,5,10573,'','2013-11-06 16:33:14'),(40319,6,10573,'','2013-11-06 16:33:14'),(40320,7,10573,'DAY','2013-11-06 16:33:14'),(40321,1,10575,'','2013-11-06 16:33:15'),(40322,2,10575,'','2013-11-06 16:33:15'),(40323,3,10575,'','2013-11-06 16:33:15'),(40324,4,10575,'','2013-11-06 16:33:15'),(40325,5,10575,'','2013-11-06 16:33:15'),(40326,6,10575,'','2013-11-06 16:33:15'),(40327,7,10575,'DAY','2013-11-06 16:33:15'),(40328,1,10576,'','2013-11-06 16:34:55'),(40329,2,10576,'','2013-11-06 16:34:55'),(40330,3,10576,'','2013-11-06 16:34:55'),(40331,4,10576,'OPD','2013-11-06 16:34:55'),(40332,5,10576,'','2013-11-06 16:34:55'),(40333,6,10576,'','2013-11-06 16:34:55'),(40334,7,10576,'DAY','2013-11-06 16:34:55'),(40335,1,10578,'','2013-11-06 16:34:55'),(40336,2,10578,'','2013-11-06 16:34:55'),(40337,3,10578,'','2013-11-06 16:34:55'),(40338,4,10578,'','2013-11-06 16:34:55'),(40339,5,10578,'','2013-11-06 16:34:55'),(40340,6,10578,'','2013-11-06 16:34:55'),(40341,7,10578,'DAY','2013-11-06 16:34:55'),(40342,1,10579,'3582021','2013-11-06 16:34:56'),(40343,2,10579,'','2013-11-06 16:34:56'),(40344,3,10579,'','2013-11-06 16:34:56'),(40345,4,10579,'OPD','2013-11-06 16:34:56'),(40346,5,10579,'','2013-11-06 16:34:56'),(40347,6,10579,'','2013-11-06 16:34:56'),(40348,7,10579,'DAY','2013-11-06 16:34:56'),(40349,1,10581,'','2013-11-06 16:34:57'),(40350,2,10581,'','2013-11-06 16:34:57'),(40351,3,10581,'','2013-11-06 16:34:57'),(40352,4,10581,'','2013-11-06 16:34:57'),(40353,5,10581,'','2013-11-06 16:34:57'),(40354,6,10581,'','2013-11-06 16:34:57'),(40355,7,10581,'DAY','2013-11-06 16:34:57'),(40356,1,10584,'','2013-11-06 16:34:57'),(40357,2,10584,'','2013-11-06 16:34:57'),(40358,3,10584,'','2013-11-06 16:34:57'),(40359,4,10584,'','2013-11-06 16:34:57'),(40360,5,10584,'','2013-11-06 16:34:57'),(40361,6,10584,'','2013-11-06 16:34:57'),(40362,7,10584,'DAY','2013-11-06 16:34:57'),(40363,1,10588,'','2013-11-06 16:34:57'),(40364,2,10588,'','2013-11-06 16:34:57'),(40365,3,10588,'','2013-11-06 16:34:57'),(40366,4,10588,'','2013-11-06 16:34:57'),(40367,5,10588,'','2013-11-06 16:34:57'),(40368,6,10588,'','2013-11-06 16:34:57'),(40369,7,10588,'DAY','2013-11-06 16:34:57'),(40370,1,10593,'','2013-11-06 16:34:57'),(40371,2,10593,'','2013-11-06 16:34:57'),(40372,3,10593,'','2013-11-06 16:34:57'),(40373,4,10593,'','2013-11-06 16:34:57'),(40374,5,10593,'','2013-11-06 16:34:57'),(40375,6,10593,'','2013-11-06 16:34:57'),(40376,7,10593,'DAY','2013-11-06 16:34:57'),(40377,1,10594,'3582018','2013-11-06 16:36:59'),(40378,2,10594,'','2013-11-06 16:36:59'),(40379,3,10594,'','2013-11-06 16:36:59'),(40380,4,10594,'OPD','2013-11-06 16:36:59'),(40381,5,10594,'','2013-11-06 16:36:59'),(40382,6,10594,'','2013-11-06 16:36:59'),(40383,7,10594,'DAY','2013-11-06 16:36:59'),(40384,1,10596,'','2013-11-06 16:36:59'),(40385,2,10596,'','2013-11-06 16:36:59'),(40386,3,10596,'','2013-11-06 16:36:59'),(40387,4,10596,'','2013-11-06 16:36:59'),(40388,5,10596,'','2013-11-06 16:36:59'),(40389,6,10596,'','2013-11-06 16:36:59'),(40390,7,10596,'DAY','2013-11-06 16:36:59'),(40391,1,10597,'3582010','2013-11-06 16:39:32'),(40392,2,10597,'','2013-11-06 16:39:32'),(40393,3,10597,'','2013-11-06 16:39:32'),(40394,4,10597,'','2013-11-06 16:39:32'),(40395,5,10597,'','2013-11-06 16:39:32'),(40396,6,10597,'','2013-11-06 16:39:32'),(40397,7,10597,'DAY','2013-11-06 16:39:32'),(40398,1,10599,'','2013-11-06 16:39:32'),(40399,2,10599,'','2013-11-06 16:39:32'),(40400,3,10599,'','2013-11-06 16:39:32'),(40401,4,10599,'','2013-11-06 16:39:32'),(40402,5,10599,'','2013-11-06 16:39:32'),(40403,6,10599,'','2013-11-06 16:39:32'),(40404,7,10599,'DAY','2013-11-06 16:39:32'),(40405,1,10600,'3582024','2013-11-06 16:40:54'),(40406,2,10600,'','2013-11-06 16:40:54'),(40407,3,10600,'','2013-11-06 16:40:54'),(40408,4,10600,'OPD','2013-11-06 16:40:54'),(40409,5,10600,'','2013-11-06 16:40:54'),(40410,6,10600,'50','2013-11-06 16:40:54'),(40411,7,10600,'DAY','2013-11-06 16:40:54'),(40412,1,10602,'','2013-11-06 16:40:54'),(40413,2,10602,'','2013-11-06 16:40:54'),(40414,3,10602,'','2013-11-06 16:40:54'),(40415,4,10602,'','2013-11-06 16:40:54'),(40416,5,10602,'','2013-11-06 16:40:54'),(40417,6,10602,'','2013-11-06 16:40:54'),(40418,7,10602,'DAY','2013-11-06 16:40:54'),(40419,1,10603,'3582014','2013-11-06 16:41:16'),(40420,2,10603,'','2013-11-06 16:41:16'),(40421,3,10603,'','2013-11-06 16:41:16'),(40422,4,10603,'OPD','2013-11-06 16:41:16'),(40423,5,10603,'','2013-11-06 16:41:16'),(40424,6,10603,'','2013-11-06 16:41:16'),(40425,7,10603,'DAY','2013-11-06 16:41:16'),(40426,1,10605,'','2013-11-06 16:41:16'),(40427,2,10605,'','2013-11-06 16:41:16'),(40428,3,10605,'','2013-11-06 16:41:16'),(40429,4,10605,'','2013-11-06 16:41:16'),(40430,5,10605,'','2013-11-06 16:41:16'),(40431,6,10605,'','2013-11-06 16:41:16'),(40432,7,10605,'DAY','2013-11-06 16:41:16'),(40433,1,10606,'3582032','2013-11-06 16:46:16'),(40434,2,10606,'','2013-11-06 16:46:16'),(40435,3,10606,'','2013-11-06 16:46:16'),(40436,4,10606,'OPD','2013-11-06 16:46:16'),(40437,5,10606,'','2013-11-06 16:46:16'),(40438,6,10606,'355','2013-11-06 16:46:16'),(40439,7,10606,'DAY','2013-11-06 16:46:16'),(40440,1,10608,'','2013-11-06 16:46:16'),(40441,2,10608,'','2013-11-06 16:46:16'),(40442,3,10608,'','2013-11-06 16:46:16'),(40443,4,10608,'','2013-11-06 16:46:16'),(40444,5,10608,'','2013-11-06 16:46:16'),(40445,6,10608,'','2013-11-06 16:46:16'),(40446,7,10608,'DAY','2013-11-06 16:46:16'),(40447,1,10611,'','2013-11-06 16:46:16'),(40448,2,10611,'','2013-11-06 16:46:16'),(40449,3,10611,'','2013-11-06 16:46:16'),(40450,4,10611,'','2013-11-06 16:46:16'),(40451,5,10611,'','2013-11-06 16:46:16'),(40452,6,10611,'','2013-11-06 16:46:16'),(40453,7,10611,'DAY','2013-11-06 16:46:16'),(40454,1,10612,'3581762','2013-11-06 16:54:05'),(40455,2,10612,'591715','2013-11-06 16:54:05'),(40456,3,10612,'','2013-11-06 16:54:05'),(40457,4,10612,'OPD','2013-11-06 16:54:05'),(40458,5,10612,'','2013-11-06 16:54:05'),(40459,6,10612,'142','2013-11-06 16:54:05'),(40460,7,10612,'DAY','2013-11-06 16:54:05'),(40461,1,10614,'','2013-11-06 16:54:06'),(40462,2,10614,'','2013-11-06 16:54:06'),(40463,3,10614,'','2013-11-06 16:54:06'),(40464,4,10614,'','2013-11-06 16:54:06'),(40465,5,10614,'','2013-11-06 16:54:06'),(40466,6,10614,'','2013-11-06 16:54:06'),(40467,7,10614,'DAY','2013-11-06 16:54:06'),(40468,1,10617,'','2013-11-06 16:54:06'),(40469,2,10617,'','2013-11-06 16:54:06'),(40470,3,10617,'','2013-11-06 16:54:06'),(40471,4,10617,'','2013-11-06 16:54:06'),(40472,5,10617,'','2013-11-06 16:54:06'),(40473,6,10617,'','2013-11-06 16:54:06'),(40474,7,10617,'DAY','2013-11-06 16:54:06'),(40475,1,10618,'','2013-11-06 16:59:08'),(40476,2,10618,'','2013-11-06 16:59:08'),(40477,3,10618,'','2013-11-06 16:59:08'),(40478,4,10618,'OPD','2013-11-06 16:59:08'),(40479,5,10618,'','2013-11-06 16:59:08'),(40480,6,10618,'','2013-11-06 16:59:08'),(40481,7,10618,'DAY','2013-11-06 16:59:08'),(40482,1,10620,'','2013-11-06 16:59:08'),(40483,2,10620,'','2013-11-06 16:59:08'),(40484,3,10620,'','2013-11-06 16:59:08'),(40485,4,10620,'','2013-11-06 16:59:08'),(40486,5,10620,'','2013-11-06 16:59:08'),(40487,6,10620,'','2013-11-06 16:59:08'),(40488,7,10620,'DAY','2013-11-06 16:59:08'),(40489,1,10623,'','2013-11-06 16:59:09'),(40490,2,10623,'','2013-11-06 16:59:09'),(40491,3,10623,'','2013-11-06 16:59:09'),(40492,4,10623,'','2013-11-06 16:59:09'),(40493,5,10623,'','2013-11-06 16:59:09'),(40494,6,10623,'','2013-11-06 16:59:09'),(40495,7,10623,'DAY','2013-11-06 16:59:09'),(40496,1,10624,'','2013-11-06 17:02:52'),(40497,2,10624,'','2013-11-06 17:02:52'),(40498,3,10624,'','2013-11-06 17:02:52'),(40499,4,10624,'OPD','2013-11-06 17:02:52'),(40500,5,10624,'','2013-11-06 17:02:52'),(40501,6,10624,'','2013-11-06 17:02:52'),(40502,7,10624,'DAY','2013-11-06 17:02:52'),(40503,1,10626,'','2013-11-06 17:02:53'),(40504,2,10626,'','2013-11-06 17:02:53'),(40505,3,10626,'','2013-11-06 17:02:53'),(40506,4,10626,'','2013-11-06 17:02:53'),(40507,5,10626,'','2013-11-06 17:02:53'),(40508,6,10626,'','2013-11-06 17:02:53'),(40509,7,10626,'DAY','2013-11-06 17:02:53'),(40510,1,10629,'','2013-11-06 17:02:53'),(40511,2,10629,'','2013-11-06 17:02:53'),(40512,3,10629,'','2013-11-06 17:02:53'),(40513,4,10629,'','2013-11-06 17:02:53'),(40514,5,10629,'','2013-11-06 17:02:53'),(40515,6,10629,'','2013-11-06 17:02:53'),(40516,7,10629,'DAY','2013-11-06 17:02:53'),(40517,1,10630,'','2013-11-06 17:06:32'),(40518,2,10630,'','2013-11-06 17:06:32'),(40519,3,10630,'','2013-11-06 17:06:32'),(40520,4,10630,'','2013-11-06 17:06:32'),(40521,5,10630,'','2013-11-06 17:06:32'),(40522,6,10630,'','2013-11-06 17:06:32'),(40523,7,10630,'DAY','2013-11-06 17:06:32'),(40524,1,10631,'3582055','2013-11-06 17:12:01'),(40525,2,10631,'','2013-11-06 17:12:01'),(40526,3,10631,'','2013-11-06 17:12:01'),(40527,4,10631,'OPD','2013-11-06 17:12:01'),(40528,5,10631,'','2013-11-06 17:12:01'),(40529,6,10631,'26','2013-11-06 17:12:01'),(40530,7,10631,'DAY','2013-11-06 17:12:01'),(40531,1,10633,'','2013-11-06 17:12:02'),(40532,2,10633,'','2013-11-06 17:12:02'),(40533,3,10633,'','2013-11-06 17:12:02'),(40534,4,10633,'','2013-11-06 17:12:02'),(40535,5,10633,'','2013-11-06 17:12:02'),(40536,6,10633,'','2013-11-06 17:12:02'),(40537,7,10633,'DAY','2013-11-06 17:12:02'),(40538,1,10634,'3575123','2013-11-06 17:13:28'),(40539,2,10634,'589733','2013-11-06 17:13:28'),(40540,3,10634,'','2013-11-06 17:13:28'),(40541,4,10634,'OPD','2013-11-06 17:13:28'),(40542,5,10634,'','2013-11-06 17:13:28'),(40543,6,10634,'38','2013-11-06 17:13:28'),(40544,7,10634,'DAY','2013-11-06 17:13:28'),(40545,1,10635,'3573204','2013-11-06 17:18:52'),(40546,2,10635,'','2013-11-06 17:18:52'),(40547,3,10635,'','2013-11-06 17:18:52'),(40548,4,10635,'OPD','2013-11-06 17:18:52'),(40549,5,10635,'','2013-11-06 17:18:52'),(40550,6,10635,'50','2013-11-06 17:18:52'),(40551,7,10635,'DAY','2013-11-06 17:18:52'),(40552,1,10637,'','2013-11-06 17:18:52'),(40553,2,10637,'','2013-11-06 17:18:52'),(40554,3,10637,'','2013-11-06 17:18:52'),(40555,4,10637,'','2013-11-06 17:18:52'),(40556,5,10637,'','2013-11-06 17:18:52'),(40557,6,10637,'','2013-11-06 17:18:52'),(40558,7,10637,'DAY','2013-11-06 17:18:52'),(40559,1,10638,'3582103','2013-11-06 17:23:34'),(40560,2,10638,'','2013-11-06 17:23:34'),(40561,3,10638,'','2013-11-06 17:23:34'),(40562,4,10638,'OPD','2013-11-06 17:23:34'),(40563,5,10638,'','2013-11-06 17:23:34'),(40564,6,10638,'33','2013-11-06 17:23:34'),(40565,7,10638,'DAY','2013-11-06 17:23:34'),(40566,1,10639,'358151','2013-11-06 17:25:07'),(40567,2,10639,'','2013-11-06 17:25:07'),(40568,3,10639,'','2013-11-06 17:25:07'),(40569,4,10639,'OPD','2013-11-06 17:25:07'),(40570,5,10639,'','2013-11-06 17:25:07'),(40571,6,10639,'13','2013-11-06 17:25:07'),(40572,7,10639,'DAY','2013-11-06 17:25:07'),(40573,1,10640,'3582083','2013-11-06 17:26:51'),(40574,2,10640,'','2013-11-06 17:26:51'),(40575,3,10640,'','2013-11-06 17:26:51'),(40576,4,10640,'OPD','2013-11-06 17:26:51'),(40577,5,10640,'','2013-11-06 17:26:51'),(40578,6,10640,'59','2013-11-06 17:26:51'),(40579,7,10640,'DAY','2013-11-06 17:26:51'),(40580,1,10641,'3582068','2013-11-06 17:31:27'),(40581,2,10641,'','2013-11-06 17:31:27'),(40582,3,10641,'','2013-11-06 17:31:27'),(40583,4,10641,'OPD','2013-11-06 17:31:27'),(40584,5,10641,'','2013-11-06 17:31:27'),(40585,6,10641,'125','2013-11-06 17:31:27'),(40586,7,10641,'DAY','2013-11-06 17:31:27'),(40587,1,10643,'','2013-11-06 17:31:27'),(40588,2,10643,'','2013-11-06 17:31:27'),(40589,3,10643,'','2013-11-06 17:31:27'),(40590,4,10643,'','2013-11-06 17:31:27'),(40591,5,10643,'','2013-11-06 17:31:27'),(40592,6,10643,'','2013-11-06 17:31:27'),(40593,7,10643,'DAY','2013-11-06 17:31:27'),(40594,1,10646,'','2013-11-06 17:31:27'),(40595,2,10646,'','2013-11-06 17:31:27'),(40596,3,10646,'','2013-11-06 17:31:27'),(40597,4,10646,'','2013-11-06 17:31:27'),(40598,5,10646,'','2013-11-06 17:31:27'),(40599,6,10646,'','2013-11-06 17:31:27'),(40600,7,10646,'DAY','2013-11-06 17:31:27'),(40601,1,10647,'','2013-11-06 17:44:37'),(40602,2,10647,'','2013-11-06 17:44:37'),(40603,3,10647,'','2013-11-06 17:44:37'),(40604,4,10647,'','2013-11-06 17:44:37'),(40605,5,10647,'','2013-11-06 17:44:37'),(40606,6,10647,'','2013-11-06 17:44:37'),(40607,7,10647,'DAY','2013-11-06 17:44:37'),(40608,1,10648,'426','2013-11-06 17:56:26'),(40609,2,10648,'','2013-11-06 17:56:26'),(40610,3,10648,'','2013-11-06 17:56:26'),(40611,4,10648,'OPD','2013-11-06 17:56:26'),(40612,5,10648,'','2013-11-06 17:56:26'),(40613,6,10648,'209','2013-11-06 17:56:26'),(40614,7,10648,'DAY','2013-11-06 17:56:26'),(40615,1,10650,'','2013-11-06 17:56:27'),(40616,2,10650,'','2013-11-06 17:56:27'),(40617,3,10650,'','2013-11-06 17:56:27'),(40618,4,10650,'','2013-11-06 17:56:27'),(40619,5,10650,'','2013-11-06 17:56:27'),(40620,6,10650,'','2013-11-06 17:56:27'),(40621,7,10650,'DAY','2013-11-06 17:56:27'),(40622,1,10651,'427','2013-11-06 18:01:26'),(40623,2,10651,'591803','2013-11-06 18:01:26'),(40624,3,10651,'','2013-11-06 18:01:26'),(40625,4,10651,'OPD','2013-11-06 18:01:26'),(40626,5,10651,'','2013-11-06 18:01:26'),(40627,6,10651,'24','2013-11-06 18:01:26'),(40628,7,10651,'DAY','2013-11-06 18:01:26'),(40629,1,10652,'','2013-11-06 18:04:17'),(40630,2,10652,'','2013-11-06 18:04:17'),(40631,3,10652,'','2013-11-06 18:04:17'),(40632,4,10652,'','2013-11-06 18:04:17'),(40633,5,10652,'','2013-11-06 18:04:17'),(40634,6,10652,'','2013-11-06 18:04:17'),(40635,7,10652,'DAY','2013-11-06 18:04:17'),(40636,1,10654,'','2013-11-06 18:04:17'),(40637,2,10654,'','2013-11-06 18:04:17'),(40638,3,10654,'','2013-11-06 18:04:17'),(40639,4,10654,'','2013-11-06 18:04:17'),(40640,5,10654,'','2013-11-06 18:04:17'),(40641,6,10654,'','2013-11-06 18:04:17'),(40642,7,10654,'DAY','2013-11-06 18:04:17'),(40643,1,10655,'3582112','2013-11-06 18:15:42'),(40644,2,10655,'591802','2013-11-06 18:15:42'),(40645,3,10655,'','2013-11-06 18:15:42'),(40646,4,10655,'OPD','2013-11-06 18:15:42'),(40647,5,10655,'','2013-11-06 18:15:42'),(40648,6,10655,'132','2013-11-06 18:15:42'),(40649,7,10655,'DAY','2013-11-06 18:15:42'),(40650,1,10657,'','2013-11-06 18:15:42'),(40651,2,10657,'','2013-11-06 18:15:42'),(40652,3,10657,'','2013-11-06 18:15:42'),(40653,4,10657,'','2013-11-06 18:15:42'),(40654,5,10657,'','2013-11-06 18:15:42'),(40655,6,10657,'','2013-11-06 18:15:42'),(40656,7,10657,'DAY','2013-11-06 18:15:42'),(40657,1,10660,'','2013-11-06 18:15:43'),(40658,2,10660,'','2013-11-06 18:15:43'),(40659,3,10660,'','2013-11-06 18:15:43'),(40660,4,10660,'','2013-11-06 18:15:43'),(40661,5,10660,'','2013-11-06 18:15:43'),(40662,6,10660,'','2013-11-06 18:15:43'),(40663,7,10660,'DAY','2013-11-06 18:15:43'),(40664,1,10661,'','2013-11-06 18:15:43'),(40665,2,10661,'','2013-11-06 18:15:43'),(40666,3,10661,'','2013-11-06 18:15:43'),(40667,4,10661,'','2013-11-06 18:15:43'),(40668,5,10661,'','2013-11-06 18:15:43'),(40669,6,10661,'','2013-11-06 18:15:43'),(40670,7,10661,'DAY','2013-11-06 18:15:43'),(40671,1,10662,'3582116','2013-11-06 18:22:45'),(40672,2,10662,'591806','2013-11-06 18:22:45'),(40673,3,10662,'','2013-11-06 18:22:45'),(40674,4,10662,'OPD','2013-11-06 18:22:45'),(40675,5,10662,'','2013-11-06 18:22:45'),(40676,6,10662,'111','2013-11-06 18:22:45'),(40677,7,10662,'DAY','2013-11-06 18:22:45'),(40678,1,10664,'','2013-11-06 18:22:45'),(40679,2,10664,'','2013-11-06 18:22:45'),(40680,3,10664,'','2013-11-06 18:22:45'),(40681,4,10664,'','2013-11-06 18:22:45'),(40682,5,10664,'','2013-11-06 18:22:45'),(40683,6,10664,'','2013-11-06 18:22:45'),(40684,7,10664,'DAY','2013-11-06 18:22:45'),(40685,1,10665,'3582154','2013-11-06 18:27:30'),(40686,2,10665,'','2013-11-06 18:27:30'),(40687,3,10665,'','2013-11-06 18:27:30'),(40688,4,10665,'','2013-11-06 18:27:30'),(40689,5,10665,'','2013-11-06 18:27:30'),(40690,6,10665,'285.00','2013-11-06 18:27:30'),(40691,7,10665,'DAY','2013-11-06 18:27:30'),(40692,1,10667,'','2013-11-06 18:27:31'),(40693,2,10667,'','2013-11-06 18:27:31'),(40694,3,10667,'','2013-11-06 18:27:31'),(40695,4,10667,'','2013-11-06 18:27:31'),(40696,5,10667,'','2013-11-06 18:27:31'),(40697,6,10667,'','2013-11-06 18:27:31'),(40698,7,10667,'DAY','2013-11-06 18:27:31'),(40699,1,10668,'3582120','2013-11-06 18:33:46'),(40700,2,10668,'591807','2013-11-06 18:33:46'),(40701,3,10668,'','2013-11-06 18:33:46'),(40702,4,10668,'OPD','2013-11-06 18:33:46'),(40703,5,10668,'','2013-11-06 18:33:46'),(40704,6,10668,'56.50','2013-11-06 18:33:46'),(40705,7,10668,'DAY','2013-11-06 18:33:46'),(40706,1,10670,'','2013-11-06 18:33:46'),(40707,2,10670,'','2013-11-06 18:33:46'),(40708,3,10670,'','2013-11-06 18:33:46'),(40709,4,10670,'','2013-11-06 18:33:46'),(40710,5,10670,'','2013-11-06 18:33:46'),(40711,6,10670,'','2013-11-06 18:33:46'),(40712,7,10670,'DAY','2013-11-06 18:33:46'),(40713,1,10671,'','2013-11-06 18:34:43'),(40714,2,10671,'','2013-11-06 18:34:43'),(40715,3,10671,'','2013-11-06 18:34:43'),(40716,4,10671,'','2013-11-06 18:34:43'),(40717,5,10671,'','2013-11-06 18:34:43'),(40718,6,10671,'','2013-11-06 18:34:43'),(40719,7,10671,'DAY','2013-11-06 18:34:43'),(40720,1,10672,'3582126','2013-11-06 18:37:15'),(40721,2,10672,'','2013-11-06 18:37:15'),(40722,3,10672,'','2013-11-06 18:37:15'),(40723,4,10672,'OPD','2013-11-06 18:37:15'),(40724,5,10672,'','2013-11-06 18:37:15'),(40725,6,10672,'50','2013-11-06 18:37:15'),(40726,7,10672,'DAY','2013-11-06 18:37:15'),(40727,1,10674,'','2013-11-06 18:37:15'),(40728,2,10674,'','2013-11-06 18:37:15'),(40729,3,10674,'','2013-11-06 18:37:15'),(40730,4,10674,'','2013-11-06 18:37:15'),(40731,5,10674,'','2013-11-06 18:37:15'),(40732,6,10674,'','2013-11-06 18:37:15'),(40733,7,10674,'DAY','2013-11-06 18:37:15'),(40734,1,10675,'','2013-11-06 18:38:28'),(40735,2,10675,'','2013-11-06 18:38:28'),(40736,3,10675,'','2013-11-06 18:38:28'),(40737,4,10675,'','2013-11-06 18:38:28'),(40738,5,10675,'','2013-11-06 18:38:28'),(40739,6,10675,'','2013-11-06 18:38:28'),(40740,7,10675,'DAY','2013-11-06 18:38:28'),(40741,1,10676,'3582133','2013-11-06 18:40:00'),(40742,2,10676,'','2013-11-06 18:40:00'),(40743,3,10676,'','2013-11-06 18:40:00'),(40744,4,10676,'OPD','2013-11-06 18:40:00'),(40745,5,10676,'','2013-11-06 18:40:00'),(40746,6,10676,'54','2013-11-06 18:40:00'),(40747,7,10676,'DAY','2013-11-06 18:40:00'),(40748,1,10678,'','2013-11-06 18:40:01'),(40749,2,10678,'','2013-11-06 18:40:01'),(40750,3,10678,'','2013-11-06 18:40:01'),(40751,4,10678,'','2013-11-06 18:40:01'),(40752,5,10678,'','2013-11-06 18:40:01'),(40753,6,10678,'','2013-11-06 18:40:01'),(40754,7,10678,'DAY','2013-11-06 18:40:01'),(40755,1,10679,'3582158','2013-11-06 18:45:05'),(40756,2,10679,'','2013-11-06 18:45:05'),(40757,3,10679,'','2013-11-06 18:45:05'),(40758,4,10679,'OPD','2013-11-06 18:45:05'),(40759,5,10679,'','2013-11-06 18:45:05'),(40760,6,10679,'366','2013-11-06 18:45:05'),(40761,7,10679,'DAY','2013-11-06 18:45:05'),(40762,1,10681,'','2013-11-06 18:45:05'),(40763,2,10681,'','2013-11-06 18:45:05'),(40764,3,10681,'','2013-11-06 18:45:05'),(40765,4,10681,'','2013-11-06 18:45:05'),(40766,5,10681,'','2013-11-06 18:45:05'),(40767,6,10681,'','2013-11-06 18:45:05'),(40768,7,10681,'DAY','2013-11-06 18:45:05'),(40769,1,10684,'','2013-11-06 18:45:06'),(40770,2,10684,'','2013-11-06 18:45:06'),(40771,3,10684,'','2013-11-06 18:45:06'),(40772,4,10684,'','2013-11-06 18:45:06'),(40773,5,10684,'','2013-11-06 18:45:06'),(40774,6,10684,'','2013-11-06 18:45:06'),(40775,7,10684,'DAY','2013-11-06 18:45:06'),(40776,1,10685,'3582150','2013-11-06 18:48:06'),(40777,2,10685,'591821','2013-11-06 18:48:06'),(40778,3,10685,'','2013-11-06 18:48:06'),(40779,4,10685,'OPD','2013-11-06 18:48:06'),(40780,5,10685,'','2013-11-06 18:48:06'),(40781,6,10685,'87','2013-11-06 18:48:06'),(40782,7,10685,'DAY','2013-11-06 18:48:06'),(40783,1,10687,'','2013-11-06 18:48:06'),(40784,2,10687,'','2013-11-06 18:48:06'),(40785,3,10687,'','2013-11-06 18:48:06'),(40786,4,10687,'','2013-11-06 18:48:06'),(40787,5,10687,'','2013-11-06 18:48:06'),(40788,6,10687,'','2013-11-06 18:48:06'),(40789,7,10687,'DAY','2013-11-06 18:48:06'),(40790,1,10688,'3582180','2013-11-06 18:54:59'),(40791,2,10688,'','2013-11-06 18:54:59'),(40792,3,10688,'','2013-11-06 18:54:59'),(40793,4,10688,'OPD','2013-11-06 18:54:59'),(40794,5,10688,'','2013-11-06 18:54:59'),(40795,6,10688,'130','2013-11-06 18:54:59'),(40796,7,10688,'DAY','2013-11-06 18:54:59'),(40797,1,10690,'','2013-11-06 18:55:00'),(40798,2,10690,'','2013-11-06 18:55:00'),(40799,3,10690,'','2013-11-06 18:55:00'),(40800,4,10690,'','2013-11-06 18:55:00'),(40801,5,10690,'','2013-11-06 18:55:00'),(40802,6,10690,'','2013-11-06 18:55:00'),(40803,7,10690,'DAY','2013-11-06 18:55:00'),(40804,1,10693,'','2013-11-06 18:55:00'),(40805,2,10693,'','2013-11-06 18:55:00'),(40806,3,10693,'','2013-11-06 18:55:00'),(40807,4,10693,'','2013-11-06 18:55:00'),(40808,5,10693,'','2013-11-06 18:55:00'),(40809,6,10693,'','2013-11-06 18:55:00'),(40810,7,10693,'DAY','2013-11-06 18:55:00'),(40811,1,10697,'','2013-11-06 18:55:00'),(40812,2,10697,'','2013-11-06 18:55:00'),(40813,3,10697,'','2013-11-06 18:55:00'),(40814,4,10697,'','2013-11-06 18:55:00'),(40815,5,10697,'','2013-11-06 18:55:00'),(40816,6,10697,'','2013-11-06 18:55:00'),(40817,7,10697,'DAY','2013-11-06 18:55:00'),(40818,1,10698,'3582164','2013-11-06 19:00:08'),(40819,2,10698,'591825','2013-11-06 19:00:08'),(40820,3,10698,'','2013-11-06 19:00:08'),(40821,4,10698,'OPD','2013-11-06 19:00:08'),(40822,5,10698,'','2013-11-06 19:00:08'),(40823,6,10698,'127.30','2013-11-06 19:00:08'),(40824,7,10698,'DAY','2013-11-06 19:00:08'),(40825,1,10700,'','2013-11-06 19:00:08'),(40826,2,10700,'','2013-11-06 19:00:08'),(40827,3,10700,'','2013-11-06 19:00:08'),(40828,4,10700,'','2013-11-06 19:00:08'),(40829,5,10700,'','2013-11-06 19:00:08'),(40830,6,10700,'','2013-11-06 19:00:08'),(40831,7,10700,'DAY','2013-11-06 19:00:08'),(40832,1,10703,'','2013-11-06 19:00:08'),(40833,2,10703,'','2013-11-06 19:00:08'),(40834,3,10703,'','2013-11-06 19:00:08'),(40835,4,10703,'','2013-11-06 19:00:08'),(40836,5,10703,'','2013-11-06 19:00:08'),(40837,6,10703,'','2013-11-06 19:00:08'),(40838,7,10703,'DAY','2013-11-06 19:00:08'),(40839,1,10704,'3582185','2013-11-06 19:15:04'),(40840,2,10704,'','2013-11-06 19:15:04'),(40841,3,10704,'','2013-11-06 19:15:04'),(40842,4,10704,'OPD','2013-11-06 19:15:04'),(40843,5,10704,'','2013-11-06 19:15:04'),(40844,6,10704,'37','2013-11-06 19:15:04'),(40845,7,10704,'DAY','2013-11-06 19:15:04'),(40846,1,10705,'3582194','2013-11-06 19:19:27'),(40847,2,10705,'','2013-11-06 19:19:27'),(40848,3,10705,'','2013-11-06 19:19:27'),(40849,4,10705,'OPD','2013-11-06 19:19:27'),(40850,5,10705,'','2013-11-06 19:19:27'),(40851,6,10705,'67','2013-11-06 19:19:27'),(40852,7,10705,'DAY','2013-11-06 19:19:27'),(40853,1,10707,'','2013-11-06 19:19:27'),(40854,2,10707,'','2013-11-06 19:19:27'),(40855,3,10707,'','2013-11-06 19:19:27'),(40856,4,10707,'','2013-11-06 19:19:27'),(40857,5,10707,'','2013-11-06 19:19:27'),(40858,6,10707,'','2013-11-06 19:19:27'),(40859,7,10707,'DAY','2013-11-06 19:19:27'),(40860,1,10708,'3582196','2013-11-06 19:20:50'),(40861,2,10708,'','2013-11-06 19:20:50'),(40862,3,10708,'','2013-11-06 19:20:50'),(40863,4,10708,'OPD','2013-11-06 19:20:50'),(40864,5,10708,'','2013-11-06 19:20:50'),(40865,6,10708,'','2013-11-06 19:20:50'),(40866,7,10708,'DAY','2013-11-06 19:20:50'),(40867,1,10709,'3582218','2013-11-06 19:22:41'),(40868,2,10709,'','2013-11-06 19:22:41'),(40869,3,10709,'','2013-11-06 19:22:41'),(40870,4,10709,'OPD','2013-11-06 19:22:41'),(40871,5,10709,'','2013-11-06 19:22:41'),(40872,6,10709,'','2013-11-06 19:22:41'),(40873,7,10709,'DAY','2013-11-06 19:22:41'),(40874,1,10710,'3582212','2013-11-06 19:24:39'),(40875,2,10710,'','2013-11-06 19:24:39'),(40876,3,10710,'','2013-11-06 19:24:39'),(40877,4,10710,'OPD','2013-11-06 19:24:39'),(40878,5,10710,'','2013-11-06 19:24:39'),(40879,6,10710,'','2013-11-06 19:24:39'),(40880,7,10710,'DAY','2013-11-06 19:24:39'),(40881,1,10711,'3582215','2013-11-06 19:28:52'),(40882,2,10711,'591839','2013-11-06 19:28:52'),(40883,3,10711,'','2013-11-06 19:28:52'),(40884,4,10711,'OPD','2013-11-06 19:28:52'),(40885,5,10711,'','2013-11-06 19:28:52'),(40886,6,10711,'','2013-11-06 19:28:52'),(40887,7,10711,'DAY','2013-11-06 19:28:52'),(40888,1,10713,'','2013-11-06 19:28:52'),(40889,2,10713,'','2013-11-06 19:28:52'),(40890,3,10713,'','2013-11-06 19:28:52'),(40891,4,10713,'','2013-11-06 19:28:52'),(40892,5,10713,'','2013-11-06 19:28:52'),(40893,6,10713,'','2013-11-06 19:28:52'),(40894,7,10713,'DAY','2013-11-06 19:28:52'),(40895,1,10714,'3582239','2013-11-06 19:32:11'),(40896,2,10714,'','2013-11-06 19:32:11'),(40897,3,10714,'','2013-11-06 19:32:11'),(40898,4,10714,'OPD','2013-11-06 19:32:11'),(40899,5,10714,'','2013-11-06 19:32:11'),(40900,6,10714,'140.24','2013-11-06 19:32:11'),(40901,7,10714,'DAY','2013-11-06 19:32:11'),(40902,1,10715,'358222','2013-11-06 19:33:32'),(40903,2,10715,'','2013-11-06 19:33:32'),(40904,3,10715,'','2013-11-06 19:33:32'),(40905,4,10715,'OPD','2013-11-06 19:33:32'),(40906,5,10715,'','2013-11-06 19:33:32'),(40907,6,10715,'','2013-11-06 19:33:32'),(40908,7,10715,'DAY','2013-11-06 19:33:32'),(40909,1,10717,'','2013-11-06 19:33:32'),(40910,2,10717,'','2013-11-06 19:33:32'),(40911,3,10717,'','2013-11-06 19:33:32'),(40912,4,10717,'','2013-11-06 19:33:32'),(40913,5,10717,'','2013-11-06 19:33:32'),(40914,6,10717,'','2013-11-06 19:33:32'),(40915,7,10717,'DAY','2013-11-06 19:33:32'),(40916,1,10718,'353225','2013-11-06 19:37:41'),(40917,2,10718,'','2013-11-06 19:37:41'),(40918,3,10718,'','2013-11-06 19:37:41'),(40919,4,10718,'OPD','2013-11-06 19:37:41'),(40920,5,10718,'','2013-11-06 19:37:41'),(40921,6,10718,'66.00','2013-11-06 19:37:41'),(40922,7,10718,'DAY','2013-11-06 19:37:41'),(40923,1,10719,'','2013-11-06 19:40:43'),(40924,2,10719,'','2013-11-06 19:40:43'),(40925,3,10719,'','2013-11-06 19:40:43'),(40926,4,10719,'','2013-11-06 19:40:43'),(40927,5,10719,'','2013-11-06 19:40:43'),(40928,6,10719,'','2013-11-06 19:40:43'),(40929,7,10719,'DAY','2013-11-06 19:40:43'),(40930,1,10720,'3582242','2013-11-06 19:48:53'),(40931,2,10720,'','2013-11-06 19:48:53'),(40932,3,10720,'','2013-11-06 19:48:53'),(40933,4,10720,'OPD','2013-11-06 19:48:53'),(40934,5,10720,'','2013-11-06 19:48:53'),(40935,6,10720,'151','2013-11-06 19:48:53'),(40936,7,10720,'DAY','2013-11-06 19:48:53'),(40937,1,10722,'','2013-11-06 19:48:53'),(40938,2,10722,'','2013-11-06 19:48:53'),(40939,3,10722,'','2013-11-06 19:48:53'),(40940,4,10722,'','2013-11-06 19:48:53'),(40941,5,10722,'','2013-11-06 19:48:53'),(40942,6,10722,'','2013-11-06 19:48:53'),(40943,7,10722,'DAY','2013-11-06 19:48:53'),(40944,1,10723,'3582264','2013-11-06 19:53:12'),(40945,2,10723,'','2013-11-06 19:53:12'),(40946,3,10723,'','2013-11-06 19:53:12'),(40947,4,10723,'OPD','2013-11-06 19:53:12'),(40948,5,10723,'','2013-11-06 19:53:12'),(40949,6,10723,'50','2013-11-06 19:53:12'),(40950,7,10723,'DAY','2013-11-06 19:53:12'),(40951,1,10725,'','2013-11-06 19:53:12'),(40952,2,10725,'','2013-11-06 19:53:12'),(40953,3,10725,'','2013-11-06 19:53:12'),(40954,4,10725,'','2013-11-06 19:53:12'),(40955,5,10725,'','2013-11-06 19:53:12'),(40956,6,10725,'','2013-11-06 19:53:12'),(40957,7,10725,'DAY','2013-11-06 19:53:12'),(40958,1,10726,'3582246','2013-11-06 19:55:55'),(40959,2,10726,'','2013-11-06 19:55:55'),(40960,3,10726,'','2013-11-06 19:55:55'),(40961,4,10726,'OPD','2013-11-06 19:55:55'),(40962,5,10726,'','2013-11-06 19:55:55'),(40963,6,10726,'33.00','2013-11-06 19:55:55'),(40964,7,10726,'DAY','2013-11-06 19:55:55'),(40965,1,10727,'3582256','2013-11-06 19:58:42'),(40966,2,10727,'','2013-11-06 19:58:42'),(40967,3,10727,'','2013-11-06 19:58:42'),(40968,4,10727,'OPD','2013-11-06 19:58:42'),(40969,5,10727,'','2013-11-06 19:58:42'),(40970,6,10727,'','2013-11-06 19:58:42'),(40971,7,10727,'DAY','2013-11-06 19:58:42'),(40972,1,10728,'3582261','2013-11-06 20:02:29'),(40973,2,10728,'591857','2013-11-06 20:02:29'),(40974,3,10728,'','2013-11-06 20:02:29'),(40975,4,10728,'OPD','2013-11-06 20:02:29'),(40976,5,10728,'','2013-11-06 20:02:29'),(40977,6,10728,'35','2013-11-06 20:02:29'),(40978,7,10728,'DAY','2013-11-06 20:02:29'),(40979,1,10729,'','2013-11-06 20:07:02'),(40980,2,10729,'','2013-11-06 20:07:02'),(40981,3,10729,'','2013-11-06 20:07:02'),(40982,4,10729,'','2013-11-06 20:07:02'),(40983,5,10729,'','2013-11-06 20:07:02'),(40984,6,10729,'','2013-11-06 20:07:02'),(40985,7,10729,'DAY','2013-11-06 20:07:02'),(40986,1,10730,'3582267','2013-11-06 20:09:05'),(40987,2,10730,'591856','2013-11-06 20:09:05'),(40988,3,10730,'','2013-11-06 20:09:05'),(40989,4,10730,'OPD','2013-11-06 20:09:05'),(40990,5,10730,'','2013-11-06 20:09:05'),(40991,6,10730,'147','2013-11-06 20:09:05'),(40992,7,10730,'DAY','2013-11-06 20:09:05'),(40993,1,10732,'','2013-11-06 20:09:05'),(40994,2,10732,'','2013-11-06 20:09:05'),(40995,3,10732,'','2013-11-06 20:09:05'),(40996,4,10732,'','2013-11-06 20:09:05'),(40997,5,10732,'','2013-11-06 20:09:05'),(40998,6,10732,'','2013-11-06 20:09:05'),(40999,7,10732,'DAY','2013-11-06 20:09:05'),(41000,1,10733,'3582283','2013-11-06 20:14:26'),(41001,2,10733,'','2013-11-06 20:14:26'),(41002,3,10733,'','2013-11-06 20:14:26'),(41003,4,10733,'OPD','2013-11-06 20:14:26'),(41004,5,10733,'','2013-11-06 20:14:26'),(41005,6,10733,'40','2013-11-06 20:14:26'),(41006,7,10733,'DAY','2013-11-06 20:14:26'),(41007,1,10734,'3582284','2013-11-06 20:19:13'),(41008,2,10734,'','2013-11-06 20:19:13'),(41009,3,10734,'','2013-11-06 20:19:13'),(41010,4,10734,'OPD','2013-11-06 20:19:13'),(41011,5,10734,'','2013-11-06 20:19:13'),(41012,6,10734,'62','2013-11-06 20:19:13'),(41013,7,10734,'DAY','2013-11-06 20:19:13'),(41014,1,10736,'','2013-11-06 20:19:13'),(41015,2,10736,'','2013-11-06 20:19:13'),(41016,3,10736,'','2013-11-06 20:19:13'),(41017,4,10736,'','2013-11-06 20:19:13'),(41018,5,10736,'','2013-11-06 20:19:13'),(41019,6,10736,'','2013-11-06 20:19:13'),(41020,7,10736,'DAY','2013-11-06 20:19:13'),(41021,1,10739,'','2013-11-06 20:19:13'),(41022,2,10739,'','2013-11-06 20:19:13'),(41023,3,10739,'','2013-11-06 20:19:13'),(41024,4,10739,'','2013-11-06 20:19:13'),(41025,5,10739,'','2013-11-06 20:19:13'),(41026,6,10739,'','2013-11-06 20:19:13'),(41027,7,10739,'DAY','2013-11-06 20:19:13'),(41028,1,10740,'','2013-11-06 20:19:43'),(41029,2,10740,'','2013-11-06 20:19:43'),(41030,3,10740,'','2013-11-06 20:19:43'),(41031,4,10740,'','2013-11-06 20:19:43'),(41032,5,10740,'','2013-11-06 20:19:43'),(41033,6,10740,'','2013-11-06 20:19:43'),(41034,7,10740,'DAY','2013-11-06 20:19:43'),(41035,1,10741,'3582282','2013-11-06 20:26:46'),(41036,2,10741,'','2013-11-06 20:26:46'),(41037,3,10741,'','2013-11-06 20:26:46'),(41038,4,10741,'OPD','2013-11-06 20:26:46'),(41039,5,10741,'','2013-11-06 20:26:46'),(41040,6,10741,'119','2013-11-06 20:26:46'),(41041,7,10741,'DAY','2013-11-06 20:26:46'),(41042,1,10743,'','2013-11-06 20:26:47'),(41043,2,10743,'','2013-11-06 20:26:47'),(41044,3,10743,'','2013-11-06 20:26:47'),(41045,4,10743,'','2013-11-06 20:26:47'),(41046,5,10743,'','2013-11-06 20:26:47'),(41047,6,10743,'','2013-11-06 20:26:47'),(41048,7,10743,'DAY','2013-11-06 20:26:47'),(41049,1,10744,'358228','2013-11-06 20:32:33'),(41050,2,10744,'','2013-11-06 20:32:33'),(41051,3,10744,'','2013-11-06 20:32:33'),(41052,4,10744,'opd','2013-11-06 20:32:33'),(41053,5,10744,'','2013-11-06 20:32:33'),(41054,6,10744,'119','2013-11-06 20:32:33'),(41055,7,10744,'DAY','2013-11-06 20:32:33'),(41056,1,10746,'','2013-11-06 20:32:33'),(41057,2,10746,'','2013-11-06 20:32:33'),(41058,3,10746,'','2013-11-06 20:32:33'),(41059,4,10746,'','2013-11-06 20:32:33'),(41060,5,10746,'','2013-11-06 20:32:33'),(41061,6,10746,'','2013-11-06 20:32:33'),(41062,7,10746,'DAY','2013-11-06 20:32:33'),(41063,1,10747,'','2013-11-06 20:44:24'),(41064,2,10747,'','2013-11-06 20:44:24'),(41065,3,10747,'','2013-11-06 20:44:24'),(41066,4,10747,'','2013-11-06 20:44:24'),(41067,5,10747,'','2013-11-06 20:44:24'),(41068,6,10747,'','2013-11-06 20:44:24'),(41069,7,10747,'DAY','2013-11-06 20:44:24'),(41070,1,10748,'3582290','2013-11-06 20:46:01'),(41071,2,10748,'','2013-11-06 20:46:01'),(41072,3,10748,'','2013-11-06 20:46:01'),(41073,4,10748,'OPD','2013-11-06 20:46:01'),(41074,5,10748,'','2013-11-06 20:46:01'),(41075,6,10748,'120','2013-11-06 20:46:01'),(41076,7,10748,'DAY','2013-11-06 20:46:01'),(41077,1,10749,'358229','2013-11-06 20:49:39'),(41078,2,10749,'','2013-11-06 20:49:39'),(41079,3,10749,'','2013-11-06 20:49:39'),(41080,4,10749,'OPD','2013-11-06 20:49:39'),(41081,5,10749,'','2013-11-06 20:49:39'),(41082,6,10749,'194','2013-11-06 20:49:39'),(41083,7,10749,'DAY','2013-11-06 20:49:40'),(41084,1,10751,'','2013-11-06 20:49:40'),(41085,2,10751,'','2013-11-06 20:49:40'),(41086,3,10751,'','2013-11-06 20:49:40'),(41087,4,10751,'','2013-11-06 20:49:40'),(41088,5,10751,'','2013-11-06 20:49:40'),(41089,6,10751,'','2013-11-06 20:49:40'),(41090,7,10751,'DAY','2013-11-06 20:49:40'),(41091,1,10752,'3582322','2013-11-06 21:03:58'),(41092,2,10752,'','2013-11-06 21:03:58'),(41093,3,10752,'','2013-11-06 21:03:58'),(41094,4,10752,'WARD','2013-11-06 21:03:58'),(41095,5,10752,'B6','2013-11-06 21:03:58'),(41096,6,10752,'33.00','2013-11-06 21:03:58'),(41097,7,10752,'DAY','2013-11-06 21:03:58'),(41098,1,10753,'3582304','2013-11-06 21:07:06'),(41099,2,10753,'','2013-11-06 21:07:06'),(41100,3,10753,'','2013-11-06 21:07:06'),(41101,4,10753,'OPD','2013-11-06 21:07:06'),(41102,5,10753,'','2013-11-06 21:07:06'),(41103,6,10753,'238.00','2013-11-06 21:07:06'),(41104,7,10753,'DAY','2013-11-06 21:07:06'),(41105,1,10755,'','2013-11-06 21:07:06'),(41106,2,10755,'','2013-11-06 21:07:06'),(41107,3,10755,'','2013-11-06 21:07:06'),(41108,4,10755,'','2013-11-06 21:07:06'),(41109,5,10755,'','2013-11-06 21:07:06'),(41110,6,10755,'','2013-11-06 21:07:06'),(41111,7,10755,'DAY','2013-11-06 21:07:06'),(41112,1,10756,'3582296','2013-11-06 21:09:12'),(41113,2,10756,'','2013-11-06 21:09:12'),(41114,3,10756,'','2013-11-06 21:09:12'),(41115,4,10756,'OPD','2013-11-06 21:09:12'),(41116,5,10756,'','2013-11-06 21:09:12'),(41117,6,10756,'287.00','2013-11-06 21:09:12'),(41118,7,10756,'DAY','2013-11-06 21:09:12'),(41119,1,10758,'','2013-11-06 21:09:12'),(41120,2,10758,'','2013-11-06 21:09:12'),(41121,3,10758,'','2013-11-06 21:09:12'),(41122,4,10758,'','2013-11-06 21:09:12'),(41123,5,10758,'','2013-11-06 21:09:12'),(41124,6,10758,'','2013-11-06 21:09:12'),(41125,7,10758,'DAY','2013-11-06 21:09:12'),(41126,1,10761,'','2013-11-06 21:09:13'),(41127,2,10761,'','2013-11-06 21:09:13'),(41128,3,10761,'','2013-11-06 21:09:13'),(41129,4,10761,'','2013-11-06 21:09:13'),(41130,5,10761,'','2013-11-06 21:09:13'),(41131,6,10761,'','2013-11-06 21:09:13'),(41132,7,10761,'DAY','2013-11-06 21:09:13'),(41133,1,10762,'3582307','2013-11-06 21:11:16'),(41134,2,10762,'','2013-11-06 21:11:16'),(41135,3,10762,'','2013-11-06 21:11:16'),(41136,4,10762,'OPD','2013-11-06 21:11:16'),(41137,5,10762,'','2013-11-06 21:11:16'),(41138,6,10762,'164.00','2013-11-06 21:11:16'),(41139,7,10762,'DAY','2013-11-06 21:11:16'),(41140,1,10764,'','2013-11-06 21:11:16'),(41141,2,10764,'','2013-11-06 21:11:16'),(41142,3,10764,'','2013-11-06 21:11:16'),(41143,4,10764,'','2013-11-06 21:11:16'),(41144,5,10764,'','2013-11-06 21:11:16'),(41145,6,10764,'','2013-11-06 21:11:16'),(41146,7,10764,'DAY','2013-11-06 21:11:16'),(41147,1,10767,'','2013-11-06 21:11:16'),(41148,2,10767,'','2013-11-06 21:11:16'),(41149,3,10767,'','2013-11-06 21:11:16'),(41150,4,10767,'','2013-11-06 21:11:16'),(41151,5,10767,'','2013-11-06 21:11:16'),(41152,6,10767,'','2013-11-06 21:11:16'),(41153,7,10767,'DAY','2013-11-06 21:11:16'),(41154,1,10768,'3582313','2013-11-06 21:17:22'),(41155,2,10768,'591868','2013-11-06 21:17:22'),(41156,3,10768,'','2013-11-06 21:17:22'),(41157,4,10768,'OPD','2013-11-06 21:17:22'),(41158,5,10768,'','2013-11-06 21:17:22'),(41159,6,10768,'253.00','2013-11-06 21:17:22'),(41160,7,10768,'DAY','2013-11-06 21:17:22'),(41161,1,10770,'','2013-11-06 21:17:22'),(41162,2,10770,'','2013-11-06 21:17:22'),(41163,3,10770,'','2013-11-06 21:17:22'),(41164,4,10770,'','2013-11-06 21:17:22'),(41165,5,10770,'','2013-11-06 21:17:22'),(41166,6,10770,'','2013-11-06 21:17:22'),(41167,7,10770,'DAY','2013-11-06 21:17:22'),(41168,1,10773,'','2013-11-06 21:17:22'),(41169,2,10773,'','2013-11-06 21:17:22'),(41170,3,10773,'','2013-11-06 21:17:22'),(41171,4,10773,'','2013-11-06 21:17:22'),(41172,5,10773,'','2013-11-06 21:17:22'),(41173,6,10773,'','2013-11-06 21:17:22'),(41174,7,10773,'DAY','2013-11-06 21:17:22'),(41175,1,10777,'','2013-11-06 21:17:22'),(41176,2,10777,'','2013-11-06 21:17:22'),(41177,3,10777,'','2013-11-06 21:17:22'),(41178,4,10777,'','2013-11-06 21:17:22'),(41179,5,10777,'','2013-11-06 21:17:22'),(41180,6,10777,'','2013-11-06 21:17:22'),(41181,7,10777,'DAY','2013-11-06 21:17:22'),(41182,1,10778,'3582320','2013-11-06 21:20:54'),(41183,2,10778,'','2013-11-06 21:20:54'),(41184,3,10778,'','2013-11-06 21:20:54'),(41185,4,10778,'OPD','2013-11-06 21:20:54'),(41186,5,10778,'','2013-11-06 21:20:54'),(41187,6,10778,'178.00','2013-11-06 21:20:54'),(41188,7,10778,'DAY','2013-11-06 21:20:54'),(41189,1,10780,'','2013-11-06 21:20:55'),(41190,2,10780,'','2013-11-06 21:20:55'),(41191,3,10780,'','2013-11-06 21:20:55'),(41192,4,10780,'','2013-11-06 21:20:55'),(41193,5,10780,'','2013-11-06 21:20:55'),(41194,6,10780,'','2013-11-06 21:20:55'),(41195,7,10780,'DAY','2013-11-06 21:20:55'),(41196,1,10783,'','2013-11-06 21:20:55'),(41197,2,10783,'','2013-11-06 21:20:55'),(41198,3,10783,'','2013-11-06 21:20:55'),(41199,4,10783,'','2013-11-06 21:20:55'),(41200,5,10783,'','2013-11-06 21:20:55'),(41201,6,10783,'','2013-11-06 21:20:55'),(41202,7,10783,'DAY','2013-11-06 21:20:55'),(41203,1,10784,'3582316','2013-11-06 21:27:08'),(41204,2,10784,'','2013-11-06 21:27:08'),(41205,3,10784,'','2013-11-06 21:27:08'),(41206,4,10784,'OPD','2013-11-06 21:27:08'),(41207,5,10784,'','2013-11-06 21:27:08'),(41208,6,10784,'99.00','2013-11-06 21:27:08'),(41209,7,10784,'DAY','2013-11-06 21:27:08'),(41210,1,10786,'','2013-11-06 21:27:08'),(41211,2,10786,'','2013-11-06 21:27:08'),(41212,3,10786,'','2013-11-06 21:27:08'),(41213,4,10786,'','2013-11-06 21:27:08'),(41214,5,10786,'','2013-11-06 21:27:08'),(41215,6,10786,'','2013-11-06 21:27:08'),(41216,7,10786,'DAY','2013-11-06 21:27:08'),(41217,1,10787,'3582315','2013-11-06 21:34:44'),(41218,2,10787,'','2013-11-06 21:34:44'),(41219,3,10787,'','2013-11-06 21:34:44'),(41220,4,10787,'OPD','2013-11-06 21:34:44'),(41221,5,10787,'','2013-11-06 21:34:44'),(41222,6,10787,'156','2013-11-06 21:34:44'),(41223,7,10787,'DAY','2013-11-06 21:34:44'),(41224,1,10789,'','2013-11-06 21:34:44'),(41225,2,10789,'','2013-11-06 21:34:44'),(41226,3,10789,'','2013-11-06 21:34:44'),(41227,4,10789,'','2013-11-06 21:34:44'),(41228,5,10789,'','2013-11-06 21:34:44'),(41229,6,10789,'','2013-11-06 21:34:44'),(41230,7,10789,'DAY','2013-11-06 21:34:45'),(41231,1,10790,'3582339','2013-11-06 21:37:40'),(41232,2,10790,'','2013-11-06 21:37:40'),(41233,3,10790,'','2013-11-06 21:37:40'),(41234,4,10790,'OPD','2013-11-06 21:37:40'),(41235,5,10790,'','2013-11-06 21:37:40'),(41236,6,10790,'13','2013-11-06 21:37:40'),(41237,7,10790,'DAY','2013-11-06 21:37:40'),(41238,1,10791,'3582343','2013-11-06 21:44:27'),(41239,2,10791,'','2013-11-06 21:44:27'),(41240,3,10791,'','2013-11-06 21:44:27'),(41241,4,10791,'OPD','2013-11-06 21:44:27'),(41242,5,10791,'','2013-11-06 21:44:27'),(41243,6,10791,'50.00','2013-11-06 21:44:27'),(41244,7,10791,'DAY','2013-11-06 21:44:27'),(41245,1,10793,'','2013-11-06 21:44:27'),(41246,2,10793,'','2013-11-06 21:44:27'),(41247,3,10793,'','2013-11-06 21:44:27'),(41248,4,10793,'','2013-11-06 21:44:27'),(41249,5,10793,'','2013-11-06 21:44:27'),(41250,6,10793,'','2013-11-06 21:44:27'),(41251,7,10793,'DAY','2013-11-06 21:44:27'),(41252,1,10794,'3582330','2013-11-06 21:55:41'),(41253,2,10794,'591876','2013-11-06 21:55:41'),(41254,3,10794,'','2013-11-06 21:55:41'),(41255,4,10794,'OPD','2013-11-06 21:55:41'),(41256,5,10794,'','2013-11-06 21:55:41'),(41257,6,10794,'456.80','2013-11-06 21:55:41'),(41258,7,10794,'DAY','2013-11-06 21:55:41'),(41259,1,10796,'','2013-11-06 21:55:41'),(41260,2,10796,'','2013-11-06 21:55:41'),(41261,3,10796,'','2013-11-06 21:55:41'),(41262,4,10796,'','2013-11-06 21:55:41'),(41263,5,10796,'','2013-11-06 21:55:41'),(41264,6,10796,'','2013-11-06 21:55:41'),(41265,7,10796,'DAY','2013-11-06 21:55:41'),(41266,1,10797,'3582334','2013-11-06 22:02:44'),(41267,2,10797,'591878','2013-11-06 22:02:44'),(41268,3,10797,'','2013-11-06 22:02:44'),(41269,4,10797,'OPD','2013-11-06 22:02:44'),(41270,5,10797,'','2013-11-06 22:02:44'),(41271,6,10797,'90','2013-11-06 22:02:44'),(41272,7,10797,'DAY','2013-11-06 22:02:44'),(41273,1,10799,'','2013-11-06 22:02:44'),(41274,2,10799,'','2013-11-06 22:02:44'),(41275,3,10799,'','2013-11-06 22:02:44'),(41276,4,10799,'','2013-11-06 22:02:44'),(41277,5,10799,'','2013-11-06 22:02:44'),(41278,6,10799,'','2013-11-06 22:02:44'),(41279,7,10799,'DAY','2013-11-06 22:02:44'),(41280,1,10802,'','2013-11-06 22:02:45'),(41281,2,10802,'','2013-11-06 22:02:45'),(41282,3,10802,'','2013-11-06 22:02:45'),(41283,4,10802,'','2013-11-06 22:02:45'),(41284,5,10802,'','2013-11-06 22:02:45'),(41285,6,10802,'','2013-11-06 22:02:45'),(41286,7,10802,'DAY','2013-11-06 22:02:45'),(41287,1,10803,'3582363','2013-11-06 22:10:52'),(41288,2,10803,'','2013-11-06 22:10:52'),(41289,3,10803,'','2013-11-06 22:10:52'),(41290,4,10803,'OPD','2013-11-06 22:10:52'),(41291,5,10803,'','2013-11-06 22:10:52'),(41292,6,10803,'104','2013-11-06 22:10:52'),(41293,7,10803,'DAY','2013-11-06 22:10:52'),(41294,1,10805,'','2013-11-06 22:10:53'),(41295,2,10805,'','2013-11-06 22:10:53'),(41296,3,10805,'','2013-11-06 22:10:53'),(41297,4,10805,'','2013-11-06 22:10:53'),(41298,5,10805,'','2013-11-06 22:10:53'),(41299,6,10805,'','2013-11-06 22:10:53'),(41300,7,10805,'DAY','2013-11-06 22:10:53'),(41301,1,10806,'3582365','2013-11-06 22:24:13'),(41302,2,10806,'591882','2013-11-06 22:24:13'),(41303,3,10806,'','2013-11-06 22:24:13'),(41304,4,10806,'OPD','2013-11-06 22:24:13'),(41305,5,10806,'','2013-11-06 22:24:13'),(41306,6,10806,'96','2013-11-06 22:24:13'),(41307,7,10806,'DAY','2013-11-06 22:24:13'),(41308,1,10807,'','2013-11-06 22:30:19'),(41309,2,10807,'','2013-11-06 22:30:19'),(41310,3,10807,'','2013-11-06 22:30:19'),(41311,4,10807,'','2013-11-06 22:30:19'),(41312,5,10807,'','2013-11-06 22:30:19'),(41313,6,10807,'','2013-11-06 22:30:19'),(41314,7,10807,'DAY','2013-11-06 22:30:19'),(41315,1,10809,'','2013-11-06 22:30:19'),(41316,2,10809,'','2013-11-06 22:30:19'),(41317,3,10809,'','2013-11-06 22:30:19'),(41318,4,10809,'','2013-11-06 22:30:19'),(41319,5,10809,'','2013-11-06 22:30:19'),(41320,6,10809,'','2013-11-06 22:30:19'),(41321,7,10809,'DAY','2013-11-06 22:30:19'),(41322,1,10810,'3582379','2013-11-06 22:51:15'),(41323,2,10810,'','2013-11-06 22:51:15'),(41324,3,10810,'','2013-11-06 22:51:15'),(41325,4,10810,'OPD','2013-11-06 22:51:15'),(41326,5,10810,'','2013-11-06 22:51:15'),(41327,6,10810,'190','2013-11-06 22:51:15'),(41328,7,10810,'DAY','2013-11-06 22:51:15'),(41329,1,10812,'','2013-11-06 22:51:15'),(41330,2,10812,'','2013-11-06 22:51:15'),(41331,3,10812,'','2013-11-06 22:51:15'),(41332,4,10812,'','2013-11-06 22:51:15'),(41333,5,10812,'','2013-11-06 22:51:15'),(41334,6,10812,'','2013-11-06 22:51:15'),(41335,7,10812,'DAY','2013-11-06 22:51:15'),(41336,1,10815,'','2013-11-06 22:51:15'),(41337,2,10815,'','2013-11-06 22:51:15'),(41338,3,10815,'','2013-11-06 22:51:15'),(41339,4,10815,'','2013-11-06 22:51:15'),(41340,5,10815,'','2013-11-06 22:51:15'),(41341,6,10815,'','2013-11-06 22:51:15'),(41342,7,10815,'DAY','2013-11-06 22:51:15'),(41343,1,10816,'3582380','2013-11-06 22:53:12'),(41344,2,10816,'591896','2013-11-06 22:53:12'),(41345,3,10816,'','2013-11-06 22:53:12'),(41346,4,10816,'OPD','2013-11-06 22:53:12'),(41347,5,10816,'','2013-11-06 22:53:12'),(41348,6,10816,'30','2013-11-06 22:53:12'),(41349,7,10816,'DAY','2013-11-06 22:53:12'),(41350,1,10817,'3582394','2013-11-06 23:01:54'),(41351,2,10817,'591902','2013-11-06 23:01:54'),(41352,3,10817,'','2013-11-06 23:01:54'),(41353,4,10817,'OPD','2013-11-06 23:01:54'),(41354,5,10817,'','2013-11-06 23:01:54'),(41355,6,10817,'12','2013-11-06 23:01:54'),(41356,7,10817,'DAY','2013-11-06 23:01:54'),(41357,1,10818,'3582395','2013-11-06 23:09:16'),(41358,2,10818,'','2013-11-06 23:09:16'),(41359,3,10818,'','2013-11-06 23:09:16'),(41360,4,10818,'OPD','2013-11-06 23:09:16'),(41361,5,10818,'','2013-11-06 23:09:16'),(41362,6,10818,'112','2013-11-06 23:09:16'),(41363,7,10818,'DAY','2013-11-06 23:09:16'),(41364,1,10820,'','2013-11-06 23:09:16'),(41365,2,10820,'','2013-11-06 23:09:16'),(41366,3,10820,'','2013-11-06 23:09:16'),(41367,4,10820,'','2013-11-06 23:09:16'),(41368,5,10820,'','2013-11-06 23:09:16'),(41369,6,10820,'','2013-11-06 23:09:16'),(41370,7,10820,'DAY','2013-11-06 23:09:16'),(41371,1,10823,'','2013-11-06 23:09:16'),(41372,2,10823,'','2013-11-06 23:09:16'),(41373,3,10823,'','2013-11-06 23:09:16'),(41374,4,10823,'','2013-11-06 23:09:16'),(41375,5,10823,'','2013-11-06 23:09:16'),(41376,6,10823,'','2013-11-06 23:09:16'),(41377,7,10823,'DAY','2013-11-06 23:09:16'),(41378,1,10824,'3582175','2013-11-06 23:24:37'),(41379,2,10824,'','2013-11-06 23:24:37'),(41380,3,10824,'','2013-11-06 23:24:37'),(41381,4,10824,'WARD','2013-11-06 23:24:37'),(41382,5,10824,'C2, 214756','2013-11-06 23:24:37'),(41383,6,10824,'22','2013-11-06 23:24:37'),(41384,7,10824,'DAY','2013-11-06 23:24:37'),(41385,1,10825,'3582414','2013-11-06 23:39:21'),(41386,2,10825,'','2013-11-06 23:39:21'),(41387,3,10825,'','2013-11-06 23:39:21'),(41388,4,10825,'OPD','2013-11-06 23:39:21'),(41389,5,10825,'','2013-11-06 23:39:21'),(41390,6,10825,'145','2013-11-06 23:39:21'),(41391,7,10825,'DAY','2013-11-06 23:39:21'),(41392,1,10827,'','2013-11-06 23:39:21'),(41393,2,10827,'','2013-11-06 23:39:21'),(41394,3,10827,'','2013-11-06 23:39:21'),(41395,4,10827,'','2013-11-06 23:39:21'),(41396,5,10827,'','2013-11-06 23:39:21'),(41397,6,10827,'','2013-11-06 23:39:21'),(41398,7,10827,'DAY','2013-11-06 23:39:21'),(41399,1,10830,'','2013-11-06 23:39:21'),(41400,2,10830,'','2013-11-06 23:39:21'),(41401,3,10830,'','2013-11-06 23:39:21'),(41402,4,10830,'','2013-11-06 23:39:21'),(41403,5,10830,'','2013-11-06 23:39:21'),(41404,6,10830,'','2013-11-06 23:39:21'),(41405,7,10830,'DAY','2013-11-06 23:39:21'),(41406,1,10831,'3582438','2013-11-06 23:44:27'),(41407,2,10831,'591912','2013-11-06 23:44:27'),(41408,3,10831,'','2013-11-06 23:44:27'),(41409,4,10831,'OPD','2013-11-06 23:44:27'),(41410,5,10831,'','2013-11-06 23:44:27'),(41411,6,10831,'36','2013-11-06 23:44:27'),(41412,7,10831,'DAY','2013-11-06 23:44:27'),(41413,1,10832,'3582434','2013-11-06 23:52:42'),(41414,2,10832,'591913','2013-11-06 23:52:42'),(41415,3,10832,'','2013-11-06 23:52:42'),(41416,4,10832,'OPD','2013-11-06 23:52:42'),(41417,5,10832,'','2013-11-06 23:52:42'),(41418,6,10832,'504.90','2013-11-06 23:52:42'),(41419,7,10832,'DAY','2013-11-06 23:52:42'),(41420,1,10834,'','2013-11-06 23:52:42'),(41421,2,10834,'','2013-11-06 23:52:42'),(41422,3,10834,'','2013-11-06 23:52:42'),(41423,4,10834,'','2013-11-06 23:52:42'),(41424,5,10834,'','2013-11-06 23:52:42'),(41425,6,10834,'','2013-11-06 23:52:42'),(41426,7,10834,'DAY','2013-11-06 23:52:42'),(41427,1,10837,'','2013-11-06 23:52:42'),(41428,2,10837,'','2013-11-06 23:52:42'),(41429,3,10837,'','2013-11-06 23:52:42'),(41430,4,10837,'','2013-11-06 23:52:42'),(41431,5,10837,'','2013-11-06 23:52:42'),(41432,6,10837,'','2013-11-06 23:52:42'),(41433,7,10837,'DAY','2013-11-06 23:52:42'),(41434,1,10841,'','2013-11-06 23:52:43'),(41435,2,10841,'','2013-11-06 23:52:43'),(41436,3,10841,'','2013-11-06 23:52:43'),(41437,4,10841,'','2013-11-06 23:52:43'),(41438,5,10841,'','2013-11-06 23:52:43'),(41439,6,10841,'','2013-11-06 23:52:43'),(41440,7,10841,'DAY','2013-11-06 23:52:43'),(41441,1,10842,'3582444','2013-11-06 23:58:28'),(41442,2,10842,'','2013-11-06 23:58:28'),(41443,3,10842,'','2013-11-06 23:58:28'),(41444,4,10842,'OPD','2013-11-06 23:58:28'),(41445,5,10842,'','2013-11-06 23:58:28'),(41446,6,10842,'79','2013-11-06 23:58:28'),(41447,7,10842,'DAY','2013-11-06 23:58:28'),(41448,1,10844,'','2013-11-06 23:58:28'),(41449,2,10844,'','2013-11-06 23:58:28'),(41450,3,10844,'','2013-11-06 23:58:28'),(41451,4,10844,'','2013-11-06 23:58:28'),(41452,5,10844,'','2013-11-06 23:58:28'),(41453,6,10844,'','2013-11-06 23:58:28'),(41454,7,10844,'DAY','2013-11-06 23:58:28'),(41455,1,10845,'3582465','2013-11-07 00:20:27'),(41456,2,10845,'','2013-11-07 00:20:27'),(41457,3,10845,'','2013-11-07 00:20:27'),(41458,4,10845,'OPD','2013-11-07 00:20:27'),(41459,5,10845,'','2013-11-07 00:20:27'),(41460,6,10845,'55','2013-11-07 00:20:27'),(41461,7,10845,'DAY','2013-11-07 00:20:27'),(41462,1,10846,'3582490','2013-11-07 00:39:43'),(41463,2,10846,'','2013-11-07 00:39:43'),(41464,3,10846,'','2013-11-07 00:39:43'),(41465,4,10846,'OPD','2013-11-07 00:39:43'),(41466,5,10846,'','2013-11-07 00:39:43'),(41467,6,10846,'81','2013-11-07 00:39:43'),(41468,7,10846,'DAY','2013-11-07 00:39:43'),(41469,1,10847,'3582495','2013-11-07 00:42:47'),(41470,2,10847,'','2013-11-07 00:42:47'),(41471,3,10847,'','2013-11-07 00:42:47'),(41472,4,10847,'OPD','2013-11-07 00:42:47'),(41473,5,10847,'','2013-11-07 00:42:47'),(41474,6,10847,'33','2013-11-07 00:42:47'),(41475,7,10847,'DAY','2013-11-07 00:42:47'),(41476,1,10848,'3582512','2013-11-07 00:54:48'),(41477,2,10848,'','2013-11-07 00:54:48'),(41478,3,10848,'','2013-11-07 00:54:48'),(41479,4,10848,'OPD','2013-11-07 00:54:48'),(41480,5,10848,'','2013-11-07 00:54:48'),(41481,6,10848,'121','2013-11-07 00:54:48'),(41482,7,10848,'DAY','2013-11-07 00:54:48'),(41483,1,10850,'','2013-11-07 00:54:48'),(41484,2,10850,'','2013-11-07 00:54:48'),(41485,3,10850,'','2013-11-07 00:54:48'),(41486,4,10850,'','2013-11-07 00:54:48'),(41487,5,10850,'','2013-11-07 00:54:48'),(41488,6,10850,'','2013-11-07 00:54:48'),(41489,7,10850,'DAY','2013-11-07 00:54:48'),(41490,1,10851,'3582529','2013-11-07 01:01:47'),(41491,2,10851,'','2013-11-07 01:01:47'),(41492,3,10851,'','2013-11-07 01:01:47'),(41493,4,10851,'WARD','2013-11-07 01:01:47'),(41494,5,10851,'214769','2013-11-07 01:01:47'),(41495,6,10851,'22','2013-11-07 01:01:47'),(41496,7,10851,'DAY','2013-11-07 01:01:47'),(41497,1,10852,'3582530','2013-11-07 01:07:05'),(41498,2,10852,'591924','2013-11-07 01:07:05'),(41499,3,10852,'','2013-11-07 01:07:05'),(41500,4,10852,'OPD','2013-11-07 01:07:05'),(41501,5,10852,'','2013-11-07 01:07:05'),(41502,6,10852,'87','2013-11-07 01:07:05'),(41503,7,10852,'DAY','2013-11-07 01:07:05'),(41504,1,10854,'','2013-11-07 01:07:05'),(41505,2,10854,'','2013-11-07 01:07:05'),(41506,3,10854,'','2013-11-07 01:07:05'),(41507,4,10854,'','2013-11-07 01:07:05'),(41508,5,10854,'','2013-11-07 01:07:05'),(41509,6,10854,'','2013-11-07 01:07:05'),(41510,7,10854,'DAY','2013-11-07 01:07:05'),(41511,1,10855,'3582561','2013-11-07 01:31:40'),(41512,2,10855,'','2013-11-07 01:31:40'),(41513,3,10855,'','2013-11-07 01:31:40'),(41514,4,10855,'OPD','2013-11-07 01:31:40'),(41515,5,10855,'','2013-11-07 01:31:40'),(41516,6,10855,'13','2013-11-07 01:31:40'),(41517,7,10855,'DAY','2013-11-07 01:31:40'),(41518,1,10856,'3582580','2013-11-07 01:47:01'),(41519,2,10856,'','2013-11-07 01:47:01'),(41520,3,10856,'','2013-11-07 01:47:01'),(41521,4,10856,'OPD','2013-11-07 01:47:01'),(41522,5,10856,'','2013-11-07 01:47:01'),(41523,6,10856,'81','2013-11-07 01:47:01'),(41524,7,10856,'DAY','2013-11-07 01:47:01'),(41525,1,10857,'3582583','2013-11-07 01:50:42'),(41526,2,10857,'','2013-11-07 01:50:42'),(41527,3,10857,'','2013-11-07 01:50:42'),(41528,4,10857,'OPD','2013-11-07 01:50:42'),(41529,5,10857,'','2013-11-07 01:50:42'),(41530,6,10857,'198','2013-11-07 01:50:42'),(41531,7,10857,'DAY','2013-11-07 01:50:42'),(41532,1,10859,'','2013-11-07 01:50:42'),(41533,2,10859,'','2013-11-07 01:50:42'),(41534,3,10859,'','2013-11-07 01:50:42'),(41535,4,10859,'','2013-11-07 01:50:42'),(41536,5,10859,'','2013-11-07 01:50:42'),(41537,6,10859,'','2013-11-07 01:50:42'),(41538,7,10859,'DAY','2013-11-07 01:50:42'),(41539,1,10862,'','2013-11-07 01:50:42'),(41540,2,10862,'','2013-11-07 01:50:42'),(41541,3,10862,'','2013-11-07 01:50:42'),(41542,4,10862,'','2013-11-07 01:50:42'),(41543,5,10862,'','2013-11-07 01:50:42'),(41544,6,10862,'','2013-11-07 01:50:42'),(41545,7,10862,'DAY','2013-11-07 01:50:42'),(41546,1,10866,'','2013-11-07 01:50:43'),(41547,2,10866,'','2013-11-07 01:50:43'),(41548,3,10866,'','2013-11-07 01:50:43'),(41549,4,10866,'','2013-11-07 01:50:43'),(41550,5,10866,'','2013-11-07 01:50:43'),(41551,6,10866,'','2013-11-07 01:50:43'),(41552,7,10866,'DAY','2013-11-07 01:50:43'),(41553,1,10867,'','2013-11-07 02:12:17'),(41554,2,10867,'','2013-11-07 02:12:17'),(41555,3,10867,'','2013-11-07 02:12:17'),(41556,4,10867,'','2013-11-07 02:12:17'),(41557,5,10867,'','2013-11-07 02:12:17'),(41558,6,10867,'','2013-11-07 02:12:17'),(41559,7,10867,'DAY','2013-11-07 02:12:17'),(41560,1,10868,'','2013-11-07 02:25:40'),(41561,2,10868,'591936','2013-11-07 02:25:40'),(41562,3,10868,'','2013-11-07 02:25:40'),(41563,4,10868,'OPD','2013-11-07 02:25:40'),(41564,5,10868,'','2013-11-07 02:25:40'),(41565,6,10868,'75','2013-11-07 02:25:40'),(41566,7,10868,'DAY','2013-11-07 02:25:40'),(41567,1,10869,'','2013-11-07 02:58:03'),(41568,2,10869,'','2013-11-07 02:58:03'),(41569,3,10869,'','2013-11-07 02:58:03'),(41570,4,10869,'OPD','2013-11-07 02:58:03'),(41571,5,10869,'','2013-11-07 02:58:03'),(41572,6,10869,'','2013-11-07 02:58:03'),(41573,7,10869,'NIGHT','2013-11-07 02:58:03'),(41574,1,10871,'','2013-11-07 02:58:03'),(41575,2,10871,'','2013-11-07 02:58:03'),(41576,3,10871,'','2013-11-07 02:58:03'),(41577,4,10871,'','2013-11-07 02:58:03'),(41578,5,10871,'','2013-11-07 02:58:03'),(41579,6,10871,'','2013-11-07 02:58:03'),(41580,7,10871,'DAY','2013-11-07 02:58:03'),(41581,1,10872,'','2013-11-07 03:17:29'),(41582,2,10872,'','2013-11-07 03:17:29'),(41583,3,10872,'','2013-11-07 03:17:29'),(41584,4,10872,'OPD','2013-11-07 03:17:29'),(41585,5,10872,'','2013-11-07 03:17:29'),(41586,6,10872,'75','2013-11-07 03:17:29'),(41587,7,10872,'DAY','2013-11-07 03:17:29'),(41588,1,10874,'','2013-11-07 03:17:30'),(41589,2,10874,'','2013-11-07 03:17:30'),(41590,3,10874,'','2013-11-07 03:17:30'),(41591,4,10874,'','2013-11-07 03:17:30'),(41592,5,10874,'','2013-11-07 03:17:30'),(41593,6,10874,'','2013-11-07 03:17:30'),(41594,7,10874,'DAY','2013-11-07 03:17:30'),(41595,1,10875,'','2013-11-07 03:51:50'),(41596,2,10875,'','2013-11-07 03:51:50'),(41597,3,10875,'','2013-11-07 03:51:50'),(41598,4,10875,'OPD','2013-11-07 03:51:50'),(41599,5,10875,'','2013-11-07 03:51:50'),(41600,6,10875,'94','2013-11-07 03:51:50'),(41601,7,10875,'DAY','2013-11-07 03:51:50'),(41602,1,10877,'','2013-11-07 03:51:50'),(41603,2,10877,'','2013-11-07 03:51:50'),(41604,3,10877,'','2013-11-07 03:51:50'),(41605,4,10877,'','2013-11-07 03:51:50'),(41606,5,10877,'','2013-11-07 03:51:50'),(41607,6,10877,'','2013-11-07 03:51:50'),(41608,7,10877,'DAY','2013-11-07 03:51:50'),(41609,1,10878,'','2013-11-07 03:55:37'),(41610,2,10878,'','2013-11-07 03:55:37'),(41611,3,10878,'','2013-11-07 03:55:37'),(41612,4,10878,'OPD','2013-11-07 03:55:37'),(41613,5,10878,'','2013-11-07 03:55:37'),(41614,6,10878,'107','2013-11-07 03:55:37'),(41615,7,10878,'DAY','2013-11-07 03:55:37'),(41616,1,10880,'','2013-11-07 03:55:37'),(41617,2,10880,'','2013-11-07 03:55:37'),(41618,3,10880,'','2013-11-07 03:55:37'),(41619,4,10880,'','2013-11-07 03:55:37'),(41620,5,10880,'','2013-11-07 03:55:37'),(41621,6,10880,'','2013-11-07 03:55:37'),(41622,7,10880,'DAY','2013-11-07 03:55:37'),(41623,1,10883,'','2013-11-07 03:55:38'),(41624,2,10883,'','2013-11-07 03:55:38'),(41625,3,10883,'','2013-11-07 03:55:38'),(41626,4,10883,'','2013-11-07 03:55:38'),(41627,5,10883,'','2013-11-07 03:55:38'),(41628,6,10883,'','2013-11-07 03:55:38'),(41629,7,10883,'DAY','2013-11-07 03:55:38'),(41630,1,10884,'','2013-11-07 04:24:24'),(41631,2,10884,'','2013-11-07 04:24:24'),(41632,3,10884,'','2013-11-07 04:24:24'),(41633,4,10884,'OPD','2013-11-07 04:24:24'),(41634,5,10884,'','2013-11-07 04:24:24'),(41635,6,10884,'49','2013-11-07 04:24:24'),(41636,7,10884,'DAY','2013-11-07 04:24:24'),(41637,1,10885,'','2013-11-07 04:39:46'),(41638,2,10885,'','2013-11-07 04:39:46'),(41639,3,10885,'','2013-11-07 04:39:46'),(41640,4,10885,'OPD','2013-11-07 04:39:46'),(41641,5,10885,'','2013-11-07 04:39:46'),(41642,6,10885,'237','2013-11-07 04:39:46'),(41643,7,10885,'DAY','2013-11-07 04:39:46'),(41644,1,10887,'','2013-11-07 04:39:46'),(41645,2,10887,'','2013-11-07 04:39:46'),(41646,3,10887,'','2013-11-07 04:39:46'),(41647,4,10887,'','2013-11-07 04:39:46'),(41648,5,10887,'','2013-11-07 04:39:46'),(41649,6,10887,'','2013-11-07 04:39:46'),(41650,7,10887,'DAY','2013-11-07 04:39:46'),(41651,1,10890,'','2013-11-07 04:39:47'),(41652,2,10890,'','2013-11-07 04:39:47'),(41653,3,10890,'','2013-11-07 04:39:47'),(41654,4,10890,'','2013-11-07 04:39:47'),(41655,5,10890,'','2013-11-07 04:39:47'),(41656,6,10890,'','2013-11-07 04:39:47'),(41657,7,10890,'DAY','2013-11-07 04:39:47'),(41658,1,10891,'','2013-11-07 04:42:50'),(41659,2,10891,'','2013-11-07 04:42:50'),(41660,3,10891,'','2013-11-07 04:42:50'),(41661,4,10891,'OPD','2013-11-07 04:42:50'),(41662,5,10891,'','2013-11-07 04:42:50'),(41663,6,10891,'91','2013-11-07 04:42:50'),(41664,7,10891,'NIGHT','2013-11-07 04:42:50'),(41665,1,10892,'','2013-11-07 04:57:56'),(41666,2,10892,'','2013-11-07 04:57:56'),(41667,3,10892,'','2013-11-07 04:57:56'),(41668,4,10892,'OPD','2013-11-07 04:57:56'),(41669,5,10892,'','2013-11-07 04:57:56'),(41670,6,10892,'27','2013-11-07 04:57:56'),(41671,7,10892,'DAY','2013-11-07 04:57:56'),(41672,1,10893,'','2013-11-07 06:31:14'),(41673,2,10893,'','2013-11-07 06:31:14'),(41674,3,10893,'','2013-11-07 06:31:14'),(41675,4,10893,'OPD','2013-11-07 06:31:14'),(41676,5,10893,'','2013-11-07 06:31:14'),(41677,6,10893,'168','2013-11-07 06:31:14'),(41678,7,10893,'DAY','2013-11-07 06:31:14'),(41679,1,10895,'','2013-11-07 06:31:14'),(41680,2,10895,'','2013-11-07 06:31:14'),(41681,3,10895,'','2013-11-07 06:31:14'),(41682,4,10895,'','2013-11-07 06:31:14'),(41683,5,10895,'','2013-11-07 06:31:14'),(41684,6,10895,'','2013-11-07 06:31:14'),(41685,7,10895,'DAY','2013-11-07 06:31:14'),(41686,1,10898,'','2013-11-07 06:31:15'),(41687,2,10898,'','2013-11-07 06:31:15'),(41688,3,10898,'','2013-11-07 06:31:15'),(41689,4,10898,'','2013-11-07 06:31:15'),(41690,5,10898,'','2013-11-07 06:31:15'),(41691,6,10898,'','2013-11-07 06:31:15'),(41692,7,10898,'DAY','2013-11-07 06:31:15'),(41693,1,10899,'','2013-11-07 06:51:45'),(41694,2,10899,'','2013-11-07 06:51:45'),(41695,3,10899,'','2013-11-07 06:51:45'),(41696,4,10899,'','2013-11-07 06:51:45'),(41697,5,10899,'W','2013-11-07 06:51:45'),(41698,6,10899,'122','2013-11-07 06:51:45'),(41699,7,10899,'DAY','2013-11-07 06:51:45'),(41700,1,10901,'','2013-11-07 06:51:46'),(41701,2,10901,'','2013-11-07 06:51:46'),(41702,3,10901,'','2013-11-07 06:51:46'),(41703,4,10901,'','2013-11-07 06:51:46'),(41704,5,10901,'','2013-11-07 06:51:46'),(41705,6,10901,'','2013-11-07 06:51:46'),(41706,7,10901,'DAY','2013-11-07 06:51:46'),(41707,1,10904,'','2013-11-07 06:51:46'),(41708,2,10904,'','2013-11-07 06:51:46'),(41709,3,10904,'','2013-11-07 06:51:46'),(41710,4,10904,'','2013-11-07 06:51:46'),(41711,5,10904,'','2013-11-07 06:51:46'),(41712,6,10904,'','2013-11-07 06:51:46'),(41713,7,10904,'DAY','2013-11-07 06:51:46'),(41714,1,10905,'','2013-11-07 07:41:24'),(41715,2,10905,'599155','2013-11-07 07:41:24'),(41716,3,10905,'','2013-11-07 07:41:24'),(41717,4,10905,'OPD','2013-11-07 07:41:24'),(41718,5,10905,'','2013-11-07 07:41:24'),(41719,6,10905,'75','2013-11-07 07:41:24'),(41720,7,10905,'DAY','2013-11-07 07:41:24'),(41721,1,10906,'','2013-11-07 07:43:31'),(41722,2,10906,'599156','2013-11-07 07:43:31'),(41723,3,10906,'','2013-11-07 07:43:31'),(41724,4,10906,'OPD','2013-11-07 07:43:31'),(41725,5,10906,'','2013-11-07 07:43:31'),(41726,6,10906,'35','2013-11-07 07:43:31'),(41727,7,10906,'DAY','2013-11-07 07:43:31'),(41728,1,10907,'','2013-11-07 14:01:28'),(41729,2,10907,'591961','2013-11-07 14:01:28'),(41730,3,10907,'','2013-11-07 14:01:28'),(41731,4,10907,'OPD','2013-11-07 14:01:28'),(41732,5,10907,'','2013-11-07 14:01:28'),(41733,6,10907,'37','2013-11-07 14:01:28'),(41734,7,10907,'DAY','2013-11-07 14:01:28'),(41735,1,10909,'','2013-11-07 14:01:29'),(41736,2,10909,'','2013-11-07 14:01:29'),(41737,3,10909,'','2013-11-07 14:01:29'),(41738,4,10909,'','2013-11-07 14:01:29'),(41739,5,10909,'','2013-11-07 14:01:29'),(41740,6,10909,'','2013-11-07 14:01:29'),(41741,7,10909,'DAY','2013-11-07 14:01:29'),(41742,1,10910,'','2013-11-07 15:16:56'),(41743,2,10910,'','2013-11-07 15:16:56'),(41744,3,10910,'','2013-11-07 15:16:56'),(41745,4,10910,'OPD','2013-11-07 15:16:56'),(41746,5,10910,'','2013-11-07 15:16:56'),(41747,6,10910,'176','2013-11-07 15:16:56'),(41748,7,10910,'DAY','2013-11-07 15:16:56'),(41749,1,10912,'','2013-11-07 15:16:56'),(41750,2,10912,'','2013-11-07 15:16:56'),(41751,3,10912,'','2013-11-07 15:16:56'),(41752,4,10912,'','2013-11-07 15:16:56'),(41753,5,10912,'','2013-11-07 15:16:56'),(41754,6,10912,'','2013-11-07 15:16:56'),(41755,7,10912,'DAY','2013-11-07 15:16:56'),(41756,1,10913,'','2013-11-07 15:39:28'),(41757,2,10913,'','2013-11-07 15:39:28'),(41758,3,10913,'','2013-11-07 15:39:28'),(41759,4,10913,'','2013-11-07 15:39:28'),(41760,5,10913,'','2013-11-07 15:39:28'),(41761,6,10913,'','2013-11-07 15:39:28'),(41762,7,10913,'DAY','2013-11-07 15:39:28'),(41763,1,10914,'3582698','2013-11-07 15:59:00'),(41764,2,10914,'591971','2013-11-07 15:59:00'),(41765,3,10914,'','2013-11-07 15:59:00'),(41766,4,10914,'OPD','2013-11-07 15:59:00'),(41767,5,10914,'','2013-11-07 15:59:00'),(41768,6,10914,'75.00','2013-11-07 15:59:00'),(41769,7,10914,'DAY','2013-11-07 15:59:00'),(41770,1,10916,'','2013-11-07 15:59:01'),(41771,2,10916,'','2013-11-07 15:59:01'),(41772,3,10916,'','2013-11-07 15:59:01'),(41773,4,10916,'','2013-11-07 15:59:01'),(41774,5,10916,'','2013-11-07 15:59:01'),(41775,6,10916,'','2013-11-07 15:59:01'),(41776,7,10916,'DAY','2013-11-07 15:59:01'),(41777,1,10919,'','2013-11-07 15:59:01'),(41778,2,10919,'','2013-11-07 15:59:01'),(41779,3,10919,'','2013-11-07 15:59:01'),(41780,4,10919,'','2013-11-07 15:59:01'),(41781,5,10919,'','2013-11-07 15:59:01'),(41782,6,10919,'','2013-11-07 15:59:01'),(41783,7,10919,'DAY','2013-11-07 15:59:01'),(41784,1,10920,'3582700','2013-11-07 16:09:26'),(41785,2,10920,'591973','2013-11-07 16:09:26'),(41786,3,10920,'','2013-11-07 16:09:26'),(41787,4,10920,'OPD','2013-11-07 16:09:26'),(41788,5,10920,'','2013-11-07 16:09:26'),(41789,6,10920,'129.00','2013-11-07 16:09:26'),(41790,7,10920,'DAY','2013-11-07 16:09:26'),(41791,1,10922,'','2013-11-07 16:09:26'),(41792,2,10922,'','2013-11-07 16:09:26'),(41793,3,10922,'','2013-11-07 16:09:26'),(41794,4,10922,'','2013-11-07 16:09:26'),(41795,5,10922,'','2013-11-07 16:09:26'),(41796,6,10922,'','2013-11-07 16:09:26'),(41797,7,10922,'DAY','2013-11-07 16:09:26'),(41798,1,10923,'','2013-11-07 16:31:11'),(41799,2,10923,'','2013-11-07 16:31:11'),(41800,3,10923,'','2013-11-07 16:31:11'),(41801,4,10923,'','2013-11-07 16:31:11'),(41802,5,10923,'','2013-11-07 16:31:11'),(41803,6,10923,'','2013-11-07 16:31:11'),(41804,7,10923,'DAY','2013-11-07 16:31:11'),(41805,1,10924,'','2013-11-07 16:32:53'),(41806,2,10924,'','2013-11-07 16:32:53'),(41807,3,10924,'','2013-11-07 16:32:53'),(41808,4,10924,'','2013-11-07 16:32:53'),(41809,5,10924,'','2013-11-07 16:32:53'),(41810,6,10924,'','2013-11-07 16:32:53'),(41811,7,10924,'DAY','2013-11-07 16:32:53'),(41812,1,10925,'','2013-11-07 16:39:20'),(41813,2,10925,'','2013-11-07 16:39:20'),(41814,3,10925,'','2013-11-07 16:39:20'),(41815,4,10925,'','2013-11-07 16:39:20'),(41816,5,10925,'','2013-11-07 16:39:20'),(41817,6,10925,'','2013-11-07 16:39:20'),(41818,7,10925,'DAY','2013-11-07 16:39:20'),(41819,1,10926,'3582714','2013-11-07 16:40:35'),(41820,2,10926,'591979','2013-11-07 16:40:35'),(41821,3,10926,'','2013-11-07 16:40:35'),(41822,4,10926,'OPD','2013-11-07 16:40:36'),(41823,5,10926,'','2013-11-07 16:40:36'),(41824,6,10926,'11.00','2013-11-07 16:40:36'),(41825,7,10926,'DAY','2013-11-07 16:40:36'),(41826,1,10927,'3582735','2013-11-07 16:59:53'),(41827,2,10927,'591985','2013-11-07 16:59:53'),(41828,3,10927,'','2013-11-07 16:59:53'),(41829,4,10927,'SR','2013-11-07 16:59:53'),(41830,5,10927,'','2013-11-07 16:59:53'),(41831,6,10927,'22.00','2013-11-07 16:59:53'),(41832,7,10927,'DAY','2013-11-07 16:59:53'),(41833,1,10928,'3582740','2013-11-07 17:02:10'),(41834,2,10928,'','2013-11-07 17:02:10'),(41835,3,10928,'','2013-11-07 17:02:10'),(41836,4,10928,'OPD','2013-11-07 17:02:10'),(41837,5,10928,'','2013-11-07 17:02:10'),(41838,6,10928,'245.00','2013-11-07 17:02:10'),(41839,7,10928,'DAY','2013-11-07 17:02:10'),(41840,1,10930,'','2013-11-07 17:02:10'),(41841,2,10930,'','2013-11-07 17:02:10'),(41842,3,10930,'','2013-11-07 17:02:10'),(41843,4,10930,'','2013-11-07 17:02:10'),(41844,5,10930,'','2013-11-07 17:02:10'),(41845,6,10930,'','2013-11-07 17:02:10'),(41846,7,10930,'DAY','2013-11-07 17:02:10'),(41847,1,10933,'','2013-11-07 17:02:10'),(41848,2,10933,'','2013-11-07 17:02:10'),(41849,3,10933,'','2013-11-07 17:02:10'),(41850,4,10933,'','2013-11-07 17:02:10'),(41851,5,10933,'','2013-11-07 17:02:10'),(41852,6,10933,'','2013-11-07 17:02:10'),(41853,7,10933,'DAY','2013-11-07 17:02:10'),(41854,1,10934,'3582731','2013-11-07 17:07:07'),(41855,2,10934,'','2013-11-07 17:07:07'),(41856,3,10934,'','2013-11-07 17:07:07'),(41857,4,10934,'OPD','2013-11-07 17:07:07'),(41858,5,10934,'','2013-11-07 17:07:07'),(41859,6,10934,'112.00','2013-11-07 17:07:07'),(41860,7,10934,'DAY','2013-11-07 17:07:07'),(41861,1,10936,'','2013-11-07 17:07:07'),(41862,2,10936,'','2013-11-07 17:07:07'),(41863,3,10936,'','2013-11-07 17:07:07'),(41864,4,10936,'','2013-11-07 17:07:07'),(41865,5,10936,'','2013-11-07 17:07:07'),(41866,6,10936,'','2013-11-07 17:07:07'),(41867,7,10936,'DAY','2013-11-07 17:07:07'),(41868,1,10939,'','2013-11-07 17:07:08'),(41869,2,10939,'','2013-11-07 17:07:08'),(41870,3,10939,'','2013-11-07 17:07:08'),(41871,4,10939,'','2013-11-07 17:07:08'),(41872,5,10939,'','2013-11-07 17:07:08'),(41873,6,10939,'','2013-11-07 17:07:08'),(41874,7,10939,'DAY','2013-11-07 17:07:08'),(41875,1,10940,'3582739','2013-11-07 17:10:20'),(41876,2,10940,'591986','2013-11-07 17:10:20'),(41877,3,10940,'','2013-11-07 17:10:20'),(41878,4,10940,'OPD','2013-11-07 17:10:20'),(41879,5,10940,'','2013-11-07 17:10:20'),(41880,6,10940,'30.00','2013-11-07 17:10:20'),(41881,7,10940,'DAY','2013-11-07 17:10:20'),(41882,1,10941,'3582734','2013-11-07 17:11:44'),(41883,2,10941,'','2013-11-07 17:11:44'),(41884,3,10941,'','2013-11-07 17:11:44'),(41885,4,10941,'OPD','2013-11-07 17:11:44'),(41886,5,10941,'','2013-11-07 17:11:44'),(41887,6,10941,'66.00','2013-11-07 17:11:44'),(41888,7,10941,'DAY','2013-11-07 17:11:44'),(41889,1,10942,'3582744','2013-11-07 17:15:05'),(41890,2,10942,'591987','2013-11-07 17:15:05'),(41891,3,10942,'','2013-11-07 17:15:05'),(41892,4,10942,'OPD','2013-11-07 17:15:05'),(41893,5,10942,'','2013-11-07 17:15:05'),(41894,6,10942,'100.00','2013-11-07 17:15:05'),(41895,7,10942,'DAY','2013-11-07 17:15:05'),(41896,1,10944,'','2013-11-07 17:15:05'),(41897,2,10944,'','2013-11-07 17:15:05'),(41898,3,10944,'','2013-11-07 17:15:05'),(41899,4,10944,'','2013-11-07 17:15:05'),(41900,5,10944,'','2013-11-07 17:15:05'),(41901,6,10944,'','2013-11-07 17:15:05'),(41902,7,10944,'DAY','2013-11-07 17:15:05'),(41903,1,10945,'3582643','2013-11-07 17:19:33'),(41904,2,10945,'','2013-11-07 17:19:33'),(41905,3,10945,'','2013-11-07 17:19:33'),(41906,4,10945,'OPD','2013-11-07 17:19:33'),(41907,5,10945,'','2013-11-07 17:19:33'),(41908,6,10945,'264.00','2013-11-07 17:19:33'),(41909,7,10945,'DAY','2013-11-07 17:19:33'),(41910,1,10947,'','2013-11-07 17:19:34'),(41911,2,10947,'','2013-11-07 17:19:34'),(41912,3,10947,'','2013-11-07 17:19:34'),(41913,4,10947,'','2013-11-07 17:19:34'),(41914,5,10947,'','2013-11-07 17:19:34'),(41915,6,10947,'','2013-11-07 17:19:34'),(41916,7,10947,'DAY','2013-11-07 17:19:34'),(41917,1,10948,'3574357','2013-11-07 17:22:09'),(41918,2,10948,'','2013-11-07 17:22:09'),(41919,3,10948,'','2013-11-07 17:22:09'),(41920,4,10948,'OPD','2013-11-07 17:22:09'),(41921,5,10948,'','2013-11-07 17:22:09'),(41922,6,10948,'','2013-11-07 17:22:09'),(41923,7,10948,'DAY','2013-11-07 17:22:09'),(41924,1,10949,'3574549','2013-11-07 17:27:58'),(41925,2,10949,'','2013-11-07 17:27:58'),(41926,3,10949,'','2013-11-07 17:27:58'),(41927,4,10949,'OPD','2013-11-07 17:27:58'),(41928,5,10949,'','2013-11-07 17:27:58'),(41929,6,10949,'22.00','2013-11-07 17:27:58'),(41930,7,10949,'DAY','2013-11-07 17:27:58'),(41931,1,10950,'','2013-11-07 17:46:34'),(41932,2,10950,'','2013-11-07 17:46:34'),(41933,3,10950,'','2013-11-07 17:46:34'),(41934,4,10950,'MEDICALS','2013-11-07 17:46:34'),(41935,5,10950,'','2013-11-07 17:46:34'),(41936,6,10950,'','2013-11-07 17:46:34'),(41937,7,10950,'DAY','2013-11-07 17:46:34'),(41938,1,10952,'','2013-11-07 17:46:35'),(41939,2,10952,'','2013-11-07 17:46:35'),(41940,3,10952,'','2013-11-07 17:46:35'),(41941,4,10952,'','2013-11-07 17:46:35'),(41942,5,10952,'','2013-11-07 17:46:35'),(41943,6,10952,'','2013-11-07 17:46:35'),(41944,7,10952,'DAY','2013-11-07 17:46:35'),(41945,1,10953,'','2013-11-07 17:48:02'),(41946,2,10953,'','2013-11-07 17:48:02'),(41947,3,10953,'','2013-11-07 17:48:02'),(41948,4,10953,'MEDICALS','2013-11-07 17:48:02'),(41949,5,10953,'','2013-11-07 17:48:02'),(41950,6,10953,'','2013-11-07 17:48:02'),(41951,7,10953,'DAY','2013-11-07 17:48:02'),(41952,1,10954,'','2013-11-07 17:49:46'),(41953,2,10954,'','2013-11-07 17:49:46'),(41954,3,10954,'','2013-11-07 17:49:46'),(41955,4,10954,'MEDCALS','2013-11-07 17:49:46'),(41956,5,10954,'','2013-11-07 17:49:46'),(41957,6,10954,'','2013-11-07 17:49:46'),(41958,7,10954,'DAY','2013-11-07 17:49:46'),(41959,1,10956,'','2013-11-07 17:49:46'),(41960,2,10956,'','2013-11-07 17:49:46'),(41961,3,10956,'','2013-11-07 17:49:46'),(41962,4,10956,'','2013-11-07 17:49:46'),(41963,5,10956,'','2013-11-07 17:49:46'),(41964,6,10956,'','2013-11-07 17:49:46'),(41965,7,10956,'DAY','2013-11-07 17:49:46'),(41966,1,10957,'','2013-11-07 17:53:23'),(41967,2,10957,'','2013-11-07 17:53:23'),(41968,3,10957,'','2013-11-07 17:53:23'),(41969,4,10957,'','2013-11-07 17:53:23'),(41970,5,10957,'','2013-11-07 17:53:23'),(41971,6,10957,'','2013-11-07 17:53:23'),(41972,7,10957,'DAY','2013-11-07 17:53:23'),(41973,1,10959,'','2013-11-07 17:53:24'),(41974,2,10959,'','2013-11-07 17:53:24'),(41975,3,10959,'','2013-11-07 17:53:24'),(41976,4,10959,'','2013-11-07 17:53:24'),(41977,5,10959,'','2013-11-07 17:53:24'),(41978,6,10959,'','2013-11-07 17:53:24'),(41979,7,10959,'DAY','2013-11-07 17:53:24'),(41980,1,10960,'','2013-11-07 17:54:32'),(41981,2,10960,'','2013-11-07 17:54:32'),(41982,3,10960,'','2013-11-07 17:54:32'),(41983,4,10960,'','2013-11-07 17:54:32'),(41984,5,10960,'','2013-11-07 17:54:32'),(41985,6,10960,'','2013-11-07 17:54:32'),(41986,7,10960,'DAY','2013-11-07 17:54:32'),(41987,1,10961,'3582805','2013-11-07 17:57:11'),(41988,2,10961,'','2013-11-07 17:57:11'),(41989,3,10961,'','2013-11-07 17:57:11'),(41990,4,10961,'OPD','2013-11-07 17:57:11'),(41991,5,10961,'','2013-11-07 17:57:11'),(41992,6,10961,'66.00','2013-11-07 17:57:11'),(41993,7,10961,'DAY','2013-11-07 17:57:11'),(41994,1,10962,'3582781','2013-11-07 18:00:40'),(41995,2,10962,'591990','2013-11-07 18:00:40'),(41996,3,10962,'','2013-11-07 18:00:40'),(41997,4,10962,'OPD','2013-11-07 18:00:40'),(41998,5,10962,'','2013-11-07 18:00:40'),(41999,6,10962,'47.00','2013-11-07 18:00:40'),(42000,7,10962,'DAY','2013-11-07 18:00:40'),(42001,1,10964,'','2013-11-07 18:00:40'),(42002,2,10964,'','2013-11-07 18:00:40'),(42003,3,10964,'','2013-11-07 18:00:40'),(42004,4,10964,'','2013-11-07 18:00:40'),(42005,5,10964,'','2013-11-07 18:00:40'),(42006,6,10964,'','2013-11-07 18:00:40'),(42007,7,10964,'DAY','2013-11-07 18:00:40'),(42008,1,10965,'3582798','2013-11-07 18:05:16'),(42009,2,10965,'','2013-11-07 18:05:16'),(42010,3,10965,'','2013-11-07 18:05:16'),(42011,4,10965,'OPD','2013-11-07 18:05:16'),(42012,5,10965,'','2013-11-07 18:05:16'),(42013,6,10965,'78.50','2013-11-07 18:05:16'),(42014,7,10965,'DAY','2013-11-07 18:05:16'),(42015,1,10967,'','2013-11-07 18:05:16'),(42016,2,10967,'','2013-11-07 18:05:16'),(42017,3,10967,'','2013-11-07 18:05:16'),(42018,4,10967,'','2013-11-07 18:05:16'),(42019,5,10967,'','2013-11-07 18:05:16'),(42020,6,10967,'','2013-11-07 18:05:16'),(42021,7,10967,'DAY','2013-11-07 18:05:16'),(42022,1,10968,'3582802','2013-11-07 18:12:25'),(42023,2,10968,'','2013-11-07 18:12:25'),(42024,3,10968,'','2013-11-07 18:12:25'),(42025,4,10968,'OPD','2013-11-07 18:12:25'),(42026,5,10968,'','2013-11-07 18:12:25'),(42027,6,10968,'22.00','2013-11-07 18:12:25'),(42028,7,10968,'DAY','2013-11-07 18:12:25'),(42029,1,10969,'3582803','2013-11-07 18:18:41'),(42030,2,10969,'591995','2013-11-07 18:18:41'),(42031,3,10969,'','2013-11-07 18:18:41'),(42032,4,10969,'OPD','2013-11-07 18:18:41'),(42033,5,10969,'','2013-11-07 18:18:41'),(42034,6,10969,'139.00','2013-11-07 18:18:41'),(42035,7,10969,'DAY','2013-11-07 18:18:41'),(42036,1,10971,'','2013-11-07 18:18:41'),(42037,2,10971,'','2013-11-07 18:18:41'),(42038,3,10971,'','2013-11-07 18:18:41'),(42039,4,10971,'','2013-11-07 18:18:42'),(42040,5,10971,'','2013-11-07 18:18:42'),(42041,6,10971,'','2013-11-07 18:18:42'),(42042,7,10971,'DAY','2013-11-07 18:18:42'),(42043,1,10972,'3582807','2013-11-07 18:33:05'),(42044,2,10972,'591996','2013-11-07 18:33:05'),(42045,3,10972,'','2013-11-07 18:33:05'),(42046,4,10972,'OPD','2013-11-07 18:33:05'),(42047,5,10972,'','2013-11-07 18:33:05'),(42048,6,10972,'55.80','2013-11-07 18:33:05'),(42049,7,10972,'DAY','2013-11-07 18:33:05'),(42050,1,10974,'','2013-11-07 18:33:06'),(42051,2,10974,'','2013-11-07 18:33:06'),(42052,3,10974,'','2013-11-07 18:33:06'),(42053,4,10974,'','2013-11-07 18:33:06'),(42054,5,10974,'','2013-11-07 18:33:06'),(42055,6,10974,'','2013-11-07 18:33:06'),(42056,7,10974,'DAY','2013-11-07 18:33:06'),(42057,1,10975,'3582843','2013-11-07 18:37:34'),(42058,2,10975,'','2013-11-07 18:37:34'),(42059,3,10975,'','2013-11-07 18:37:34'),(42060,4,10975,'WARD','2013-11-07 18:37:34'),(42061,5,10975,'214790','2013-11-07 18:37:34'),(42062,6,10975,'20.00','2013-11-07 18:37:34'),(42063,7,10975,'DAY','2013-11-07 18:37:34'),(42064,1,10976,'3582854','2013-11-07 18:42:09'),(42065,2,10976,'','2013-11-07 18:42:09'),(42066,3,10976,'','2013-11-07 18:42:09'),(42067,4,10976,'OPD','2013-11-07 18:42:09'),(42068,5,10976,'','2013-11-07 18:42:09'),(42069,6,10976,'27.00','2013-11-07 18:42:09'),(42070,7,10976,'DAY','2013-11-07 18:42:09'),(42071,1,10977,'3582850','2013-11-07 18:44:43'),(42072,2,10977,'','2013-11-07 18:44:43'),(42073,3,10977,'','2013-11-07 18:44:43'),(42074,4,10977,'OPD','2013-11-07 18:44:43'),(42075,5,10977,'','2013-11-07 18:44:43'),(42076,6,10977,'55.00','2013-11-07 18:44:43'),(42077,7,10977,'DAY','2013-11-07 18:44:43'),(42078,1,10978,'3582810','2013-11-07 18:45:24'),(42079,2,10978,'','2013-11-07 18:45:24'),(42080,3,10978,'','2013-11-07 18:45:24'),(42081,4,10978,'OPD','2013-11-07 18:45:24'),(42082,5,10978,'','2013-11-07 18:45:24'),(42083,6,10978,'112.00','2013-11-07 18:45:24'),(42084,7,10978,'DAY','2013-11-07 18:45:24'),(42085,1,10980,'','2013-11-07 18:45:24'),(42086,2,10980,'','2013-11-07 18:45:24'),(42087,3,10980,'','2013-11-07 18:45:24'),(42088,4,10980,'','2013-11-07 18:45:24'),(42089,5,10980,'','2013-11-07 18:45:24'),(42090,6,10980,'','2013-11-07 18:45:24'),(42091,7,10980,'DAY','2013-11-07 18:45:24'),(42092,1,10983,'','2013-11-07 18:45:25'),(42093,2,10983,'','2013-11-07 18:45:25'),(42094,3,10983,'','2013-11-07 18:45:25'),(42095,4,10983,'','2013-11-07 18:45:25'),(42096,5,10983,'','2013-11-07 18:45:25'),(42097,6,10983,'','2013-11-07 18:45:25'),(42098,7,10983,'DAY','2013-11-07 18:45:25'),(42099,1,10984,'3582844','2013-11-07 18:46:15'),(42100,2,10984,'','2013-11-07 18:46:15'),(42101,3,10984,'','2013-11-07 18:46:15'),(42102,4,10984,'OPD','2013-11-07 18:46:15'),(42103,5,10984,'','2013-11-07 18:46:15'),(42104,6,10984,'81.00','2013-11-07 18:46:15'),(42105,7,10984,'DAY','2013-11-07 18:46:15'),(42106,1,10985,'3582735','2013-11-07 18:48:40'),(42107,2,10985,'591982','2013-11-07 18:48:40'),(42108,3,10985,'','2013-11-07 18:48:40'),(42109,4,10985,'OPD','2013-11-07 18:48:40'),(42110,5,10985,'','2013-11-07 18:48:40'),(42111,6,10985,'','2013-11-07 18:48:40'),(42112,7,10985,'DAY','2013-11-07 18:48:40'),(42113,1,10986,'3582857','2013-11-07 18:50:20'),(42114,2,10986,'','2013-11-07 18:50:20'),(42115,3,10986,'','2013-11-07 18:50:20'),(42116,4,10986,'OPD','2013-11-07 18:50:20'),(42117,5,10986,'','2013-11-07 18:50:20'),(42118,6,10986,'37.00','2013-11-07 18:50:20'),(42119,7,10986,'DAY','2013-11-07 18:50:20'),(42120,1,10987,'3582814','2013-11-07 18:52:29'),(42121,2,10987,'','2013-11-07 18:52:29'),(42122,3,10987,'','2013-11-07 18:52:29'),(42123,4,10987,'OPD','2013-11-07 18:52:29'),(42124,5,10987,'','2013-11-07 18:52:29'),(42125,6,10987,'79.00','2013-11-07 18:52:29'),(42126,7,10987,'DAY','2013-11-07 18:52:29'),(42127,1,10989,'','2013-11-07 18:52:29'),(42128,2,10989,'','2013-11-07 18:52:29'),(42129,3,10989,'','2013-11-07 18:52:29'),(42130,4,10989,'','2013-11-07 18:52:29'),(42131,5,10989,'','2013-11-07 18:52:29'),(42132,6,10989,'','2013-11-07 18:52:29'),(42133,7,10989,'DAY','2013-11-07 18:52:29'),(42134,1,10990,'3582812','2013-11-07 18:53:56'),(42135,2,10990,'','2013-11-07 18:53:56'),(42136,3,10990,'','2013-11-07 18:53:56'),(42137,4,10990,'OPD','2013-11-07 18:53:56'),(42138,5,10990,'','2013-11-07 18:53:56'),(42139,6,10990,'55.00','2013-11-07 18:53:56'),(42140,7,10990,'DAY','2013-11-07 18:53:56'),(42141,1,10992,'','2013-11-07 18:53:56'),(42142,2,10992,'','2013-11-07 18:53:56'),(42143,3,10992,'','2013-11-07 18:53:56'),(42144,4,10992,'','2013-11-07 18:53:56'),(42145,5,10992,'','2013-11-07 18:53:56'),(42146,6,10992,'','2013-11-07 18:53:56'),(42147,7,10992,'DAY','2013-11-07 18:53:57'),(42148,1,10993,'3582817','2013-11-07 18:54:28'),(42149,2,10993,'','2013-11-07 18:54:28'),(42150,3,10993,'','2013-11-07 18:54:28'),(42151,4,10993,'OPD','2013-11-07 18:54:28'),(42152,5,10993,'','2013-11-07 18:54:28'),(42153,6,10993,'112.00','2013-11-07 18:54:28'),(42154,7,10993,'DAY','2013-11-07 18:54:28'),(42155,1,10995,'','2013-11-07 18:54:28'),(42156,2,10995,'','2013-11-07 18:54:28'),(42157,3,10995,'','2013-11-07 18:54:28'),(42158,4,10995,'','2013-11-07 18:54:28'),(42159,5,10995,'','2013-11-07 18:54:28'),(42160,6,10995,'','2013-11-07 18:54:28'),(42161,7,10995,'DAY','2013-11-07 18:54:28'),(42162,1,10998,'','2013-11-07 18:54:28'),(42163,2,10998,'','2013-11-07 18:54:28'),(42164,3,10998,'','2013-11-07 18:54:28'),(42165,4,10998,'','2013-11-07 18:54:28'),(42166,5,10998,'','2013-11-07 18:54:28'),(42167,6,10998,'','2013-11-07 18:54:28'),(42168,7,10998,'DAY','2013-11-07 18:54:28'),(42169,1,10999,'3582735','2013-11-07 18:57:33'),(42170,2,10999,'591985','2013-11-07 18:57:33'),(42171,3,10999,'','2013-11-07 18:57:33'),(42172,4,10999,'OPD','2013-11-07 18:57:33'),(42173,5,10999,'','2013-11-07 18:57:33'),(42174,6,10999,'','2013-11-07 18:57:33'),(42175,7,10999,'DAY','2013-11-07 18:57:33'),(42176,1,11000,'3582856','2013-11-07 18:58:15'),(42177,2,11000,'','2013-11-07 18:58:15'),(42178,3,11000,'','2013-11-07 18:58:15'),(42179,4,11000,'OPD','2013-11-07 18:58:15'),(42180,5,11000,'','2013-11-07 18:58:15'),(42181,6,11000,'106.00','2013-11-07 18:58:15'),(42182,7,11000,'DAY','2013-11-07 18:58:15'),(42183,1,11002,'','2013-11-07 18:58:15'),(42184,2,11002,'','2013-11-07 18:58:15'),(42185,3,11002,'','2013-11-07 18:58:15'),(42186,4,11002,'','2013-11-07 18:58:15'),(42187,5,11002,'','2013-11-07 18:58:15'),(42188,6,11002,'','2013-11-07 18:58:15'),(42189,7,11002,'DAY','2013-11-07 18:58:15'),(42190,1,11003,'3582868','2013-11-07 18:59:44'),(42191,2,11003,'','2013-11-07 18:59:44'),(42192,3,11003,'','2013-11-07 18:59:44'),(42193,4,11003,'OPD','2013-11-07 18:59:44'),(42194,5,11003,'','2013-11-07 18:59:44'),(42195,6,11003,'154.00','2013-11-07 18:59:44'),(42196,7,11003,'DAY','2013-11-07 18:59:44'),(42197,1,11005,'','2013-11-07 18:59:44'),(42198,2,11005,'','2013-11-07 18:59:44'),(42199,3,11005,'','2013-11-07 18:59:44'),(42200,4,11005,'','2013-11-07 18:59:44'),(42201,5,11005,'','2013-11-07 18:59:44'),(42202,6,11005,'','2013-11-07 18:59:44'),(42203,7,11005,'DAY','2013-11-07 18:59:44'),(42204,1,11008,'','2013-11-07 18:59:45'),(42205,2,11008,'','2013-11-07 18:59:45'),(42206,3,11008,'','2013-11-07 18:59:45'),(42207,4,11008,'','2013-11-07 18:59:45'),(42208,5,11008,'','2013-11-07 18:59:45'),(42209,6,11008,'','2013-11-07 18:59:45'),(42210,7,11008,'DAY','2013-11-07 18:59:45'),(42211,1,11009,'3582862','2013-11-07 19:00:48'),(42212,2,11009,'','2013-11-07 19:00:48'),(42213,3,11009,'','2013-11-07 19:00:48'),(42214,4,11009,'OPD','2013-11-07 19:00:48'),(42215,5,11009,'','2013-11-07 19:00:48'),(42216,6,11009,'126.00','2013-11-07 19:00:48'),(42217,7,11009,'DAY','2013-11-07 19:00:48'),(42218,1,11011,'','2013-11-07 19:00:48'),(42219,2,11011,'','2013-11-07 19:00:48'),(42220,3,11011,'','2013-11-07 19:00:48'),(42221,4,11011,'','2013-11-07 19:00:48'),(42222,5,11011,'','2013-11-07 19:00:48'),(42223,6,11011,'','2013-11-07 19:00:48'),(42224,7,11011,'DAY','2013-11-07 19:00:48'),(42225,1,11014,'','2013-11-07 19:00:49'),(42226,2,11014,'','2013-11-07 19:00:49'),(42227,3,11014,'','2013-11-07 19:00:49'),(42228,4,11014,'','2013-11-07 19:00:49'),(42229,5,11014,'','2013-11-07 19:00:49'),(42230,6,11014,'','2013-11-07 19:00:49'),(42231,7,11014,'DAY','2013-11-07 19:00:49'),(42232,1,11015,'3582874','2013-11-07 19:02:50'),(42233,2,11015,'','2013-11-07 19:02:50'),(42234,3,11015,'','2013-11-07 19:02:50'),(42235,4,11015,'WARD','2013-11-07 19:02:50'),(42236,5,11015,'214778','2013-11-07 19:02:50'),(42237,6,11015,'20.00','2013-11-07 19:02:50'),(42238,7,11015,'DAY','2013-11-07 19:02:50'),(42239,1,11016,'3582875','2013-11-07 19:05:51'),(42240,2,11016,'','2013-11-07 19:05:51'),(42241,3,11016,'','2013-11-07 19:05:51'),(42242,4,11016,'OPD','2013-11-07 19:05:51'),(42243,5,11016,'','2013-11-07 19:05:51'),(42244,6,11016,'22.00','2013-11-07 19:05:51'),(42245,7,11016,'DAY','2013-11-07 19:05:51'),(42246,1,11017,'3562869','2013-11-07 19:12:50'),(42247,2,11017,'592020','2013-11-07 19:12:50'),(42248,3,11017,'','2013-11-07 19:12:50'),(42249,4,11017,'OUTSIDE ','2013-11-07 19:12:50'),(42250,5,11017,'','2013-11-07 19:12:50'),(42251,6,11017,'55.80','2013-11-07 19:12:50'),(42252,7,11017,'DAY','2013-11-07 19:12:50'),(42253,1,11018,'3582842','2013-11-07 19:14:59'),(42254,2,11018,'592021','2013-11-07 19:14:59'),(42255,3,11018,'','2013-11-07 19:14:59'),(42256,4,11018,'OPD','2013-11-07 19:14:59'),(42257,5,11018,'','2013-11-07 19:14:59'),(42258,6,11018,'32.00','2013-11-07 19:14:59'),(42259,7,11018,'DAY','2013-11-07 19:14:59'),(42260,1,11020,'','2013-11-07 19:14:59'),(42261,2,11020,'','2013-11-07 19:14:59'),(42262,3,11020,'','2013-11-07 19:14:59'),(42263,4,11020,'','2013-11-07 19:14:59'),(42264,5,11020,'','2013-11-07 19:14:59'),(42265,6,11020,'','2013-11-07 19:14:59'),(42266,7,11020,'DAY','2013-11-07 19:14:59'),(42267,1,11021,'3582888','2013-11-07 19:22:03'),(42268,2,11021,'','2013-11-07 19:22:03'),(42269,3,11021,'','2013-11-07 19:22:03'),(42270,4,11021,'OPD','2013-11-07 19:22:03'),(42271,5,11021,'','2013-11-07 19:22:03'),(42272,6,11021,'40.00','2013-11-07 19:22:03'),(42273,7,11021,'DAY','2013-11-07 19:22:03'),(42274,1,11022,'','2013-11-07 19:24:28'),(42275,2,11022,'','2013-11-07 19:24:28'),(42276,3,11022,'','2013-11-07 19:24:28'),(42277,4,11022,'','2013-11-07 19:24:28'),(42278,5,11022,'','2013-11-07 19:24:28'),(42279,6,11022,'','2013-11-07 19:24:28'),(42280,7,11022,'DAY','2013-11-07 19:24:28'),(42281,1,11023,'3582892','2013-11-07 19:34:18'),(42282,2,11023,'','2013-11-07 19:34:18'),(42283,3,11023,'','2013-11-07 19:34:18'),(42284,4,11023,'OPD','2013-11-07 19:34:18'),(42285,5,11023,'','2013-11-07 19:34:18'),(42286,6,11023,'13.00','2013-11-07 19:34:18'),(42287,7,11023,'DAY','2013-11-07 19:34:18'),(42288,1,11024,'3582893','2013-11-07 19:35:44'),(42289,2,11024,'','2013-11-07 19:35:44'),(42290,3,11024,'','2013-11-07 19:35:44'),(42291,4,11024,'OPD','2013-11-07 19:35:44'),(42292,5,11024,'','2013-11-07 19:35:44'),(42293,6,11024,'13.00','2013-11-07 19:35:44'),(42294,7,11024,'DAY','2013-11-07 19:35:44'),(42295,1,11025,'','2013-11-07 19:37:12'),(42296,2,11025,'','2013-11-07 19:37:12'),(42297,3,11025,'','2013-11-07 19:37:12'),(42298,4,11025,'OPD','2013-11-07 19:37:12'),(42299,5,11025,'','2013-11-07 19:37:12'),(42300,6,11025,'','2013-11-07 19:37:12'),(42301,7,11025,'DAY','2013-11-07 19:37:12'),(42302,1,11026,'3582895','2013-11-07 19:52:46'),(42303,2,11026,'','2013-11-07 19:52:46'),(42304,3,11026,'','2013-11-07 19:52:46'),(42305,4,11026,'OPD','2013-11-07 19:52:46'),(42306,5,11026,'','2013-11-07 19:52:46'),(42307,6,11026,'152.00','2013-11-07 19:52:46'),(42308,7,11026,'DAY','2013-11-07 19:52:46'),(42309,1,11028,'','2013-11-07 19:52:46'),(42310,2,11028,'','2013-11-07 19:52:46'),(42311,3,11028,'','2013-11-07 19:52:46'),(42312,4,11028,'','2013-11-07 19:52:46'),(42313,5,11028,'','2013-11-07 19:52:46'),(42314,6,11028,'','2013-11-07 19:52:46'),(42315,7,11028,'DAY','2013-11-07 19:52:46'),(42316,1,11029,'','2013-11-07 19:55:55'),(42317,2,11029,'','2013-11-07 19:55:55'),(42318,3,11029,'','2013-11-07 19:55:55'),(42319,4,11029,'opd','2013-11-07 19:55:55'),(42320,5,11029,'','2013-11-07 19:55:55'),(42321,6,11029,'','2013-11-07 19:55:55'),(42322,7,11029,'DAY','2013-11-07 19:55:55'),(42323,1,11030,'3582908','2013-11-07 19:56:05'),(42324,2,11030,'592032','2013-11-07 19:56:05'),(42325,3,11030,'','2013-11-07 19:56:05'),(42326,4,11030,'OPD','2013-11-07 19:56:05'),(42327,5,11030,'','2013-11-07 19:56:05'),(42328,6,11030,'64.00','2013-11-07 19:56:05'),(42329,7,11030,'DAY','2013-11-07 19:56:05'),(42330,1,11032,'','2013-11-07 19:56:05'),(42331,2,11032,'','2013-11-07 19:56:05'),(42332,3,11032,'','2013-11-07 19:56:05'),(42333,4,11032,'','2013-11-07 19:56:05'),(42334,5,11032,'','2013-11-07 19:56:05'),(42335,6,11032,'','2013-11-07 19:56:05'),(42336,7,11032,'DAY','2013-11-07 19:56:05'),(42337,1,11035,'','2013-11-07 19:56:06'),(42338,2,11035,'','2013-11-07 19:56:06'),(42339,3,11035,'','2013-11-07 19:56:06'),(42340,4,11035,'','2013-11-07 19:56:06'),(42341,5,11035,'','2013-11-07 19:56:06'),(42342,6,11035,'','2013-11-07 19:56:06'),(42343,7,11035,'DAY','2013-11-07 19:56:06'),(42344,1,11036,'3582925','2013-11-07 19:59:31'),(42345,2,11036,'','2013-11-07 19:59:31'),(42346,3,11036,'','2013-11-07 19:59:31'),(42347,4,11036,'OPD','2013-11-07 19:59:31'),(42348,5,11036,'','2013-11-07 19:59:31'),(42349,6,11036,'194.00','2013-11-07 19:59:31'),(42350,7,11036,'DAY','2013-11-07 19:59:31'),(42351,1,11038,'','2013-11-07 19:59:31'),(42352,2,11038,'','2013-11-07 19:59:31'),(42353,3,11038,'','2013-11-07 19:59:31'),(42354,4,11038,'','2013-11-07 19:59:31'),(42355,5,11038,'','2013-11-07 19:59:31'),(42356,6,11038,'','2013-11-07 19:59:31'),(42357,7,11038,'DAY','2013-11-07 19:59:31'),(42358,1,11039,'3582920','2013-11-07 20:04:21'),(42359,2,11039,'592038','2013-11-07 20:04:21'),(42360,3,11039,'','2013-11-07 20:04:21'),(42361,4,11039,'OPD','2013-11-07 20:04:21'),(42362,5,11039,'','2013-11-07 20:04:21'),(42363,6,11039,'24.00','2013-11-07 20:04:21'),(42364,7,11039,'DAY','2013-11-07 20:04:21'),(42365,1,11040,'3582933','2013-11-07 20:07:36'),(42366,2,11040,'','2013-11-07 20:07:36'),(42367,3,11040,'','2013-11-07 20:07:36'),(42368,4,11040,'OPD','2013-11-07 20:07:36'),(42369,5,11040,'','2013-11-07 20:07:36'),(42370,6,11040,'37.00','2013-11-07 20:07:36'),(42371,7,11040,'DAY','2013-11-07 20:07:36'),(42372,1,11041,'3582936','2013-11-07 20:10:39'),(42373,2,11041,'','2013-11-07 20:10:39'),(42374,3,11041,'','2013-11-07 20:10:39'),(42375,4,11041,'OPD ','2013-11-07 20:10:39'),(42376,5,11041,'','2013-11-07 20:10:39'),(42377,6,11041,'54.00','2013-11-07 20:10:39'),(42378,7,11041,'DAY','2013-11-07 20:10:39'),(42379,1,11042,'3582938','2013-11-07 20:14:28'),(42380,2,11042,'592041','2013-11-07 20:14:28'),(42381,3,11042,'','2013-11-07 20:14:28'),(42382,4,11042,'OPD','2013-11-07 20:14:28'),(42383,5,11042,'','2013-11-07 20:14:28'),(42384,6,11042,'84.00','2013-11-07 20:14:28'),(42385,7,11042,'DAY','2013-11-07 20:14:28'),(42386,1,11043,'3582943','2013-11-07 20:15:04'),(42387,2,11043,'','2013-11-07 20:15:04'),(42388,3,11043,'','2013-11-07 20:15:04'),(42389,4,11043,'OPD','2013-11-07 20:15:04'),(42390,5,11043,'','2013-11-07 20:15:04'),(42391,6,11043,'113.00','2013-11-07 20:15:04'),(42392,7,11043,'DAY','2013-11-07 20:15:04'),(42393,1,11045,'','2013-11-07 20:15:04'),(42394,2,11045,'','2013-11-07 20:15:04'),(42395,3,11045,'','2013-11-07 20:15:04'),(42396,4,11045,'','2013-11-07 20:15:04'),(42397,5,11045,'','2013-11-07 20:15:04'),(42398,6,11045,'','2013-11-07 20:15:04'),(42399,7,11045,'DAY','2013-11-07 20:15:04'),(42400,1,11046,'3582946','2013-11-07 20:20:09'),(42401,2,11046,'','2013-11-07 20:20:09'),(42402,3,11046,'','2013-11-07 20:20:09'),(42403,4,11046,'OPD','2013-11-07 20:20:09'),(42404,5,11046,'','2013-11-07 20:20:09'),(42405,6,11046,'72.40','2013-11-07 20:20:09'),(42406,7,11046,'DAY','2013-11-07 20:20:09'),(42407,1,11047,'3582944','2013-11-07 20:23:05'),(42408,2,11047,'','2013-11-07 20:23:05'),(42409,3,11047,'','2013-11-07 20:23:05'),(42410,4,11047,'OPD','2013-11-07 20:23:05'),(42411,5,11047,'','2013-11-07 20:23:05'),(42412,6,11047,'72.00','2013-11-07 20:23:05'),(42413,7,11047,'DAY','2013-11-07 20:23:05'),(42414,1,11048,'3582879','2013-11-07 20:24:53'),(42415,2,11048,'592022','2013-11-07 20:24:53'),(42416,3,11048,'','2013-11-07 20:24:53'),(42417,4,11048,'OPD','2013-11-07 20:24:53'),(42418,5,11048,'','2013-11-07 20:24:53'),(42419,6,11048,'50.00','2013-11-07 20:24:53'),(42420,7,11048,'DAY','2013-11-07 20:24:53'),(42421,1,11049,'3582949','2013-11-07 20:25:18'),(42422,2,11049,'','2013-11-07 20:25:18'),(42423,3,11049,'','2013-11-07 20:25:18'),(42424,4,11049,'OPD','2013-11-07 20:25:18'),(42425,5,11049,'','2013-11-07 20:25:18'),(42426,6,11049,'131.00','2013-11-07 20:25:18'),(42427,7,11049,'DAY','2013-11-07 20:25:18'),(42428,1,11051,'','2013-11-07 20:25:18'),(42429,2,11051,'','2013-11-07 20:25:18'),(42430,3,11051,'','2013-11-07 20:25:18'),(42431,4,11051,'','2013-11-07 20:25:18'),(42432,5,11051,'','2013-11-07 20:25:18'),(42433,6,11051,'','2013-11-07 20:25:18'),(42434,7,11051,'DAY','2013-11-07 20:25:18'),(42435,1,11054,'','2013-11-07 20:25:19'),(42436,2,11054,'','2013-11-07 20:25:19'),(42437,3,11054,'','2013-11-07 20:25:19'),(42438,4,11054,'','2013-11-07 20:25:19'),(42439,5,11054,'','2013-11-07 20:25:19'),(42440,6,11054,'','2013-11-07 20:25:19'),(42441,7,11054,'DAY','2013-11-07 20:25:19'),(42442,1,11055,'3582962','2013-11-07 20:27:40'),(42443,2,11055,'','2013-11-07 20:27:40'),(42444,3,11055,'','2013-11-07 20:27:40'),(42445,4,11055,'WARD','2013-11-07 20:27:40'),(42446,5,11055,'214779','2013-11-07 20:27:40'),(42447,6,11055,'19.00','2013-11-07 20:27:40'),(42448,7,11055,'DAY','2013-11-07 20:27:40'),(42449,1,11056,'3582960','2013-11-07 20:29:55'),(42450,2,11056,'','2013-11-07 20:29:55'),(42451,3,11056,'','2013-11-07 20:29:55'),(42452,4,11056,'WARD B1','2013-11-07 20:29:55'),(42453,5,11056,'214774','2013-11-07 20:29:55'),(42454,6,11056,'','2013-11-07 20:29:55'),(42455,7,11056,'DAY','2013-11-07 20:29:55'),(42456,1,11057,'3582963','2013-11-07 20:33:00'),(42457,2,11057,'','2013-11-07 20:33:00'),(42458,3,11057,'','2013-11-07 20:33:00'),(42459,4,11057,'OPD','2013-11-07 20:33:00'),(42460,5,11057,'','2013-11-07 20:33:00'),(42461,6,11057,'99.00','2013-11-07 20:33:00'),(42462,7,11057,'DAY','2013-11-07 20:33:00'),(42463,1,11059,'','2013-11-07 20:33:00'),(42464,2,11059,'','2013-11-07 20:33:00'),(42465,3,11059,'','2013-11-07 20:33:00'),(42466,4,11059,'','2013-11-07 20:33:00'),(42467,5,11059,'','2013-11-07 20:33:00'),(42468,6,11059,'','2013-11-07 20:33:00'),(42469,7,11059,'DAY','2013-11-07 20:33:00'),(42470,1,11060,'','2013-11-07 20:36:08'),(42471,2,11060,'','2013-11-07 20:36:08'),(42472,3,11060,'','2013-11-07 20:36:08'),(42473,4,11060,'','2013-11-07 20:36:08'),(42474,5,11060,'','2013-11-07 20:36:08'),(42475,6,11060,'','2013-11-07 20:36:08'),(42476,7,11060,'DAY','2013-11-07 20:36:08'),(42477,1,11061,'3582951','2013-11-07 20:37:53'),(42478,2,11061,'592043','2013-11-07 20:37:53'),(42479,3,11061,'','2013-11-07 20:37:53'),(42480,4,11061,'OPD','2013-11-07 20:37:53'),(42481,5,11061,'','2013-11-07 20:37:53'),(42482,6,11061,'67.00','2013-11-07 20:37:53'),(42483,7,11061,'DAY','2013-11-07 20:37:53'),(42484,1,11063,'','2013-11-07 20:37:53'),(42485,2,11063,'','2013-11-07 20:37:53'),(42486,3,11063,'','2013-11-07 20:37:53'),(42487,4,11063,'','2013-11-07 20:37:53'),(42488,5,11063,'','2013-11-07 20:37:53'),(42489,6,11063,'','2013-11-07 20:37:53'),(42490,7,11063,'DAY','2013-11-07 20:37:53'),(42491,1,11064,'3582969','2013-11-07 20:44:11'),(42492,2,11064,'','2013-11-07 20:44:11'),(42493,3,11064,'','2013-11-07 20:44:11'),(42494,4,11064,'OPD','2013-11-07 20:44:11'),(42495,5,11064,'','2013-11-07 20:44:11'),(42496,6,11064,'182.00','2013-11-07 20:44:11'),(42497,7,11064,'DAY','2013-11-07 20:44:11'),(42498,1,11065,'3582966','2013-11-07 20:47:05'),(42499,2,11065,'592046','2013-11-07 20:47:05'),(42500,3,11065,'','2013-11-07 20:47:05'),(42501,4,11065,'OPD','2013-11-07 20:47:05'),(42502,5,11065,'','2013-11-07 20:47:05'),(42503,6,11065,'125.00','2013-11-07 20:47:05'),(42504,7,11065,'DAY','2013-11-07 20:47:05'),(42505,1,11066,'3582970','2013-11-07 20:49:38'),(42506,2,11066,'','2013-11-07 20:49:38'),(42507,3,11066,'','2013-11-07 20:49:38'),(42508,4,11066,'OPD','2013-11-07 20:49:38'),(42509,5,11066,'','2013-11-07 20:49:38'),(42510,6,11066,'37.00','2013-11-07 20:49:38'),(42511,7,11066,'DAY','2013-11-07 20:49:38'),(42512,1,11067,'3582998','2013-11-07 21:00:18'),(42513,2,11067,'','2013-11-07 21:00:18'),(42514,3,11067,'','2013-11-07 21:00:18'),(42515,4,11067,'OPD','2013-11-07 21:00:18'),(42516,5,11067,'','2013-11-07 21:00:18'),(42517,6,11067,'37.00','2013-11-07 21:00:18'),(42518,7,11067,'DAY','2013-11-07 21:00:18'),(42519,1,11068,'3582987/3582986','2013-11-07 21:03:06'),(42520,2,11068,'592052','2013-11-07 21:03:06'),(42521,3,11068,'','2013-11-07 21:03:06'),(42522,4,11068,'OPD','2013-11-07 21:03:06'),(42523,5,11068,'','2013-11-07 21:03:06'),(42524,6,11068,'','2013-11-07 21:03:06'),(42525,7,11068,'DAY','2013-11-07 21:03:06'),(42526,1,11070,'','2013-11-07 21:03:07'),(42527,2,11070,'','2013-11-07 21:03:07'),(42528,3,11070,'','2013-11-07 21:03:07'),(42529,4,11070,'','2013-11-07 21:03:07'),(42530,5,11070,'','2013-11-07 21:03:07'),(42531,6,11070,'','2013-11-07 21:03:07'),(42532,7,11070,'DAY','2013-11-07 21:03:07'),(42533,1,11071,'3582953','2013-11-07 21:03:53'),(42534,2,11071,'','2013-11-07 21:03:53'),(42535,3,11071,'','2013-11-07 21:03:53'),(42536,4,11071,'OPD','2013-11-07 21:03:53'),(42537,5,11071,'','2013-11-07 21:03:53'),(42538,6,11071,'81.00','2013-11-07 21:03:53'),(42539,7,11071,'DAY','2013-11-07 21:03:53'),(42540,1,11072,'3583015','2013-11-07 21:11:31'),(42541,2,11072,'','2013-11-07 21:11:31'),(42542,3,11072,'','2013-11-07 21:11:31'),(42543,4,11072,'OPD','2013-11-07 21:11:31'),(42544,5,11072,'','2013-11-07 21:11:31'),(42545,6,11072,'81.00','2013-11-07 21:11:31'),(42546,7,11072,'DAY','2013-11-07 21:11:31'),(42547,1,11073,'','2013-11-07 21:13:35'),(42548,2,11073,'','2013-11-07 21:13:35'),(42549,3,11073,'','2013-11-07 21:13:35'),(42550,4,11073,'OPD','2013-11-07 21:13:35'),(42551,5,11073,'','2013-11-07 21:13:35'),(42552,6,11073,'','2013-11-07 21:13:35'),(42553,7,11073,'DAY','2013-11-07 21:13:35'),(42554,1,11074,'3583022','2013-11-07 21:16:17'),(42555,2,11074,'','2013-11-07 21:16:17'),(42556,3,11074,'','2013-11-07 21:16:17'),(42557,4,11074,'OPD','2013-11-07 21:16:17'),(42558,5,11074,'','2013-11-07 21:16:17'),(42559,6,11074,'26.24','2013-11-07 21:16:17'),(42560,7,11074,'DAY','2013-11-07 21:16:17'),(42561,1,11075,'3583033','2013-11-07 21:21:05'),(42562,2,11075,'','2013-11-07 21:21:05'),(42563,3,11075,'','2013-11-07 21:21:05'),(42564,4,11075,'OPD','2013-11-07 21:21:05'),(42565,5,11075,'','2013-11-07 21:21:05'),(42566,6,11075,'167.00','2013-11-07 21:21:05'),(42567,7,11075,'DAY','2013-11-07 21:21:05'),(42568,1,11076,'3583034','2013-11-07 21:23:36'),(42569,2,11076,'','2013-11-07 21:23:36'),(42570,3,11076,'','2013-11-07 21:23:36'),(42571,4,11076,'OPD','2013-11-07 21:23:36'),(42572,5,11076,'','2013-11-07 21:23:36'),(42573,6,11076,'88.00','2013-11-07 21:23:36'),(42574,7,11076,'DAY','2013-11-07 21:23:36'),(42575,1,11078,'','2013-11-07 21:23:36'),(42576,2,11078,'','2013-11-07 21:23:36'),(42577,3,11078,'','2013-11-07 21:23:36'),(42578,4,11078,'','2013-11-07 21:23:36'),(42579,5,11078,'','2013-11-07 21:23:36'),(42580,6,11078,'','2013-11-07 21:23:36'),(42581,7,11078,'DAY','2013-11-07 21:23:36'),(42582,1,11079,'3583031','2013-11-07 21:26:16'),(42583,2,11079,'592061','2013-11-07 21:26:16'),(42584,3,11079,'','2013-11-07 21:26:16'),(42585,4,11079,'','2013-11-07 21:26:16'),(42586,5,11079,'','2013-11-07 21:26:16'),(42587,6,11079,'230.00','2013-11-07 21:26:16'),(42588,7,11079,'DAY','2013-11-07 21:26:16'),(42589,1,11081,'','2013-11-07 21:26:16'),(42590,2,11081,'','2013-11-07 21:26:16'),(42591,3,11081,'','2013-11-07 21:26:16'),(42592,4,11081,'','2013-11-07 21:26:16'),(42593,5,11081,'','2013-11-07 21:26:16'),(42594,6,11081,'','2013-11-07 21:26:16'),(42595,7,11081,'DAY','2013-11-07 21:26:16'),(42596,1,11084,'','2013-11-07 21:26:16'),(42597,2,11084,'','2013-11-07 21:26:16'),(42598,3,11084,'','2013-11-07 21:26:16'),(42599,4,11084,'','2013-11-07 21:26:16'),(42600,5,11084,'','2013-11-07 21:26:16'),(42601,6,11084,'','2013-11-07 21:26:16'),(42602,7,11084,'DAY','2013-11-07 21:26:16'),(42603,1,11085,'3583052','2013-11-07 21:34:49'),(42604,2,11085,'','2013-11-07 21:34:49'),(42605,3,11085,'','2013-11-07 21:34:49'),(42606,4,11085,'OPD','2013-11-07 21:34:49'),(42607,5,11085,'','2013-11-07 21:34:49'),(42608,6,11085,'134.00','2013-11-07 21:34:49'),(42609,7,11085,'DAY','2013-11-07 21:34:49'),(42610,1,11086,'3583051','2013-11-07 21:39:30'),(42611,2,11086,'','2013-11-07 21:39:30'),(42612,3,11086,'','2013-11-07 21:39:30'),(42613,4,11086,'OPD','2013-11-07 21:39:30'),(42614,5,11086,'','2013-11-07 21:39:30'),(42615,6,11086,'66.00','2013-11-07 21:39:30'),(42616,7,11086,'DAY','2013-11-07 21:39:30'),(42617,1,11087,'3583046','2013-11-07 21:40:57'),(42618,2,11087,'','2013-11-07 21:40:57'),(42619,3,11087,'','2013-11-07 21:40:57'),(42620,4,11087,'OPD','2013-11-07 21:40:57'),(42621,5,11087,'','2013-11-07 21:40:57'),(42622,6,11087,'66.00','2013-11-07 21:40:57'),(42623,7,11087,'DAY','2013-11-07 21:40:57'),(42624,1,11088,'3583055','2013-11-07 21:43:27'),(42625,2,11088,'','2013-11-07 21:43:27'),(42626,3,11088,'','2013-11-07 21:43:27'),(42627,4,11088,'OPD','2013-11-07 21:43:27'),(42628,5,11088,'','2013-11-07 21:43:27'),(42629,6,11088,'72.00','2013-11-07 21:43:27'),(42630,7,11088,'DAY','2013-11-07 21:43:27'),(42631,1,11089,'3563456','2013-11-07 21:46:05'),(42632,2,11089,'','2013-11-07 21:46:05'),(42633,3,11089,'','2013-11-07 21:46:05'),(42634,4,11089,'OPD','2013-11-07 21:46:05'),(42635,5,11089,'','2013-11-07 21:46:05'),(42636,6,11089,'22.00','2013-11-07 21:46:05'),(42637,7,11089,'DAY','2013-11-07 21:46:05'),(42638,1,11090,'3582989','2013-11-07 22:00:37'),(42639,2,11090,'592054','2013-11-07 22:00:37'),(42640,3,11090,'','2013-11-07 22:00:37'),(42641,4,11090,'OPD','2013-11-07 22:00:37'),(42642,5,11090,'','2013-11-07 22:00:37'),(42643,6,11090,'125.00','2013-11-07 22:00:37'),(42644,7,11090,'DAY','2013-11-07 22:00:37'),(42645,1,11091,'','2013-11-07 22:07:33'),(42646,2,11091,'','2013-11-07 22:07:33'),(42647,3,11091,'','2013-11-07 22:07:33'),(42648,4,11091,'','2013-11-07 22:07:33'),(42649,5,11091,'','2013-11-07 22:07:33'),(42650,6,11091,'','2013-11-07 22:07:33'),(42651,7,11091,'DAY','2013-11-07 22:07:33'),(42652,1,11092,'3583063','2013-11-07 22:16:50'),(42653,2,11092,'','2013-11-07 22:16:50'),(42654,3,11092,'','2013-11-07 22:16:50'),(42655,4,11092,'OPD','2013-11-07 22:16:50'),(42656,5,11092,'','2013-11-07 22:16:50'),(42657,6,11092,'94.00','2013-11-07 22:16:50'),(42658,7,11092,'DAY','2013-11-07 22:16:50'),(42659,1,11094,'','2013-11-07 22:16:51'),(42660,2,11094,'','2013-11-07 22:16:51'),(42661,3,11094,'','2013-11-07 22:16:51'),(42662,4,11094,'','2013-11-07 22:16:51'),(42663,5,11094,'','2013-11-07 22:16:51'),(42664,6,11094,'','2013-11-07 22:16:51'),(42665,7,11094,'DAY','2013-11-07 22:16:51'),(42666,1,11095,'','2013-11-07 22:17:23'),(42667,2,11095,'','2013-11-07 22:17:23'),(42668,3,11095,'','2013-11-07 22:17:23'),(42669,4,11095,'','2013-11-07 22:17:23'),(42670,5,11095,'','2013-11-07 22:17:23'),(42671,6,11095,'','2013-11-07 22:17:23'),(42672,7,11095,'DAY','2013-11-07 22:17:23'),(42673,1,11096,'3583069','2013-11-07 22:23:14'),(42674,2,11096,'','2013-11-07 22:23:14'),(42675,3,11096,'','2013-11-07 22:23:14'),(42676,4,11096,'OPD','2013-11-07 22:23:14'),(42677,5,11096,'','2013-11-07 22:23:14'),(42678,6,11096,'13.00','2013-11-07 22:23:14'),(42679,7,11096,'DAY','2013-11-07 22:23:14'),(42680,1,11097,'3583082','2013-11-07 22:40:10'),(42681,2,11097,'','2013-11-07 22:40:10'),(42682,3,11097,'','2013-11-07 22:40:10'),(42683,4,11097,'OPD','2013-11-07 22:40:10'),(42684,5,11097,'','2013-11-07 22:40:10'),(42685,6,11097,'39.00','2013-11-07 22:40:10'),(42686,7,11097,'DAY','2013-11-07 22:40:10'),(42687,1,11099,'','2013-11-07 22:40:11'),(42688,2,11099,'','2013-11-07 22:40:11'),(42689,3,11099,'','2013-11-07 22:40:11'),(42690,4,11099,'','2013-11-07 22:40:11'),(42691,5,11099,'','2013-11-07 22:40:11'),(42692,6,11099,'','2013-11-07 22:40:11'),(42693,7,11099,'DAY','2013-11-07 22:40:11'),(42694,1,11100,'3583086','2013-11-07 22:48:57'),(42695,2,11100,'','2013-11-07 22:48:57'),(42696,3,11100,'','2013-11-07 22:48:57'),(42697,4,11100,'OPD','2013-11-07 22:48:57'),(42698,5,11100,'','2013-11-07 22:48:57'),(42699,6,11100,'','2013-11-07 22:48:57'),(42700,7,11100,'DAY','2013-11-07 22:48:57'),(42701,1,11101,'3583091','2013-11-07 22:51:49'),(42702,2,11101,'','2013-11-07 22:51:49'),(42703,3,11101,'','2013-11-07 22:51:49'),(42704,4,11101,'OPD','2013-11-07 22:51:49'),(42705,5,11101,'','2013-11-07 22:51:49'),(42706,6,11101,'66.00','2013-11-07 22:51:49'),(42707,7,11101,'DAY','2013-11-07 22:51:49'),(42708,1,11102,'3583114','2013-11-07 23:02:39'),(42709,2,11102,'','2013-11-07 23:02:39'),(42710,3,11102,'','2013-11-07 23:02:39'),(42711,4,11102,'WARD C1','2013-11-07 23:02:39'),(42712,5,11102,'','2013-11-07 23:02:39'),(42713,6,11102,'61.00','2013-11-07 23:02:39'),(42714,7,11102,'DAY','2013-11-07 23:02:39'),(42715,1,11104,'','2013-11-07 23:02:40'),(42716,2,11104,'','2013-11-07 23:02:40'),(42717,3,11104,'','2013-11-07 23:02:40'),(42718,4,11104,'','2013-11-07 23:02:40'),(42719,5,11104,'','2013-11-07 23:02:40'),(42720,6,11104,'','2013-11-07 23:02:40'),(42721,7,11104,'DAY','2013-11-07 23:02:40'),(42722,1,11105,'3583104','2013-11-07 23:02:46'),(42723,2,11105,'','2013-11-07 23:02:46'),(42724,3,11105,'','2013-11-07 23:02:46'),(42725,4,11105,'OPD','2013-11-07 23:02:46'),(42726,5,11105,'','2013-11-07 23:02:46'),(42727,6,11105,'79.00','2013-11-07 23:02:46'),(42728,7,11105,'DAY','2013-11-07 23:02:46'),(42729,1,11107,'','2013-11-07 23:02:46'),(42730,2,11107,'','2013-11-07 23:02:46'),(42731,3,11107,'','2013-11-07 23:02:46'),(42732,4,11107,'','2013-11-07 23:02:46'),(42733,5,11107,'','2013-11-07 23:02:46'),(42734,6,11107,'','2013-11-07 23:02:46'),(42735,7,11107,'DAY','2013-11-07 23:02:46'),(42736,1,11108,'','2013-11-07 23:08:54'),(42737,2,11108,'','2013-11-07 23:08:54'),(42738,3,11108,'','2013-11-07 23:08:54'),(42739,4,11108,'','2013-11-07 23:08:54'),(42740,5,11108,'','2013-11-07 23:08:54'),(42741,6,11108,'','2013-11-07 23:08:54'),(42742,7,11108,'DAY','2013-11-07 23:08:54'),(42743,1,11109,'3583111','2013-11-07 23:10:51'),(42744,2,11109,'','2013-11-07 23:10:51'),(42745,3,11109,'','2013-11-07 23:10:51'),(42746,4,11109,'OPD','2013-11-07 23:10:51'),(42747,5,11109,'','2013-11-07 23:10:51'),(42748,6,11109,'200.00','2013-11-07 23:10:51'),(42749,7,11109,'DAY','2013-11-07 23:10:51'),(42750,1,11111,'','2013-11-07 23:10:51'),(42751,2,11111,'','2013-11-07 23:10:51'),(42752,3,11111,'','2013-11-07 23:10:51'),(42753,4,11111,'','2013-11-07 23:10:51'),(42754,5,11111,'','2013-11-07 23:10:51'),(42755,6,11111,'','2013-11-07 23:10:51'),(42756,7,11111,'DAY','2013-11-07 23:10:51'),(42757,1,11112,'3583112','2013-11-07 23:16:07'),(42758,2,11112,'592090','2013-11-07 23:16:07'),(42759,3,11112,'','2013-11-07 23:16:07'),(42760,4,11112,'','2013-11-07 23:16:07'),(42761,5,11112,'','2013-11-07 23:16:07'),(42762,6,11112,'OPD','2013-11-07 23:16:07'),(42763,7,11112,'DAY','2013-11-07 23:16:07'),(42764,1,11114,'','2013-11-07 23:16:07'),(42765,2,11114,'','2013-11-07 23:16:07'),(42766,3,11114,'','2013-11-07 23:16:07'),(42767,4,11114,'','2013-11-07 23:16:07'),(42768,5,11114,'','2013-11-07 23:16:07'),(42769,6,11114,'','2013-11-07 23:16:07'),(42770,7,11114,'DAY','2013-11-07 23:16:07'),(42771,1,11117,'','2013-11-07 23:16:08'),(42772,2,11117,'','2013-11-07 23:16:08'),(42773,3,11117,'','2013-11-07 23:16:08'),(42774,4,11117,'','2013-11-07 23:16:08'),(42775,5,11117,'','2013-11-07 23:16:08'),(42776,6,11117,'','2013-11-07 23:16:08'),(42777,7,11117,'DAY','2013-11-07 23:16:08'),(42778,1,11118,'','2013-11-07 23:20:19'),(42779,2,11118,'','2013-11-07 23:20:19'),(42780,3,11118,'','2013-11-07 23:20:19'),(42781,4,11118,'OPD','2013-11-07 23:20:19'),(42782,5,11118,'','2013-11-07 23:20:19'),(42783,6,11118,'','2013-11-07 23:20:19'),(42784,7,11118,'DAY','2013-11-07 23:20:19'),(42785,1,11119,'','2013-11-07 23:29:26'),(42786,2,11119,'','2013-11-07 23:29:26'),(42787,3,11119,'','2013-11-07 23:29:26'),(42788,4,11119,'','2013-11-07 23:29:26'),(42789,5,11119,'','2013-11-07 23:29:26'),(42790,6,11119,'','2013-11-07 23:29:26'),(42791,7,11119,'DAY','2013-11-07 23:29:26'),(42792,1,11120,'','2013-11-07 23:50:13'),(42793,2,11120,'','2013-11-07 23:50:13'),(42794,3,11120,'','2013-11-07 23:50:13'),(42795,4,11120,'','2013-11-07 23:50:13'),(42796,5,11120,'','2013-11-07 23:50:13'),(42797,6,11120,'','2013-11-07 23:50:13'),(42798,7,11120,'DAY','2013-11-07 23:50:13'),(42799,1,11121,'3583164','2013-11-07 23:59:40'),(42800,2,11121,'592097','2013-11-07 23:59:40'),(42801,3,11121,'','2013-11-07 23:59:40'),(42802,4,11121,'OPD','2013-11-07 23:59:40'),(42803,5,11121,'','2013-11-07 23:59:40'),(42804,6,11121,'35.00','2013-11-07 23:59:40'),(42805,7,11121,'DAY','2013-11-07 23:59:40'),(42806,1,11122,'3583174','2013-11-08 00:14:26'),(42807,2,11122,'592098','2013-11-08 00:14:26'),(42808,3,11122,'','2013-11-08 00:14:26'),(42809,4,11122,'OPD','2013-11-08 00:14:26'),(42810,5,11122,'','2013-11-08 00:14:26'),(42811,6,11122,'119.60','2013-11-08 00:14:26'),(42812,7,11122,'DAY','2013-11-08 00:14:26'),(42813,1,11123,'3583184','2013-11-08 00:42:43'),(42814,2,11123,'592102','2013-11-08 00:42:43'),(42815,3,11123,'','2013-11-08 00:42:43'),(42816,4,11123,'OPD','2013-11-08 00:42:43'),(42817,5,11123,'','2013-11-08 00:42:43'),(42818,6,11123,'','2013-11-08 00:42:43'),(42819,7,11123,'DAY','2013-11-08 00:42:43'),(42820,1,11124,'','2013-11-08 00:55:08'),(42821,2,11124,'','2013-11-08 00:55:08'),(42822,3,11124,'','2013-11-08 00:55:08'),(42823,4,11124,'','2013-11-08 00:55:08'),(42824,5,11124,'','2013-11-08 00:55:08'),(42825,6,11124,'','2013-11-08 00:55:08'),(42826,7,11124,'DAY','2013-11-08 00:55:08'),(42827,1,11125,'3583197','2013-11-08 00:59:40'),(42828,2,11125,'','2013-11-08 00:59:40'),(42829,3,11125,'','2013-11-08 00:59:40'),(42830,4,11125,'OPD','2013-11-08 00:59:40'),(42831,5,11125,'','2013-11-08 00:59:40'),(42832,6,11125,'81.00','2013-11-08 00:59:40'),(42833,7,11125,'DAY','2013-11-08 00:59:40'),(42834,1,11126,'3583204','2013-11-08 01:09:26'),(42835,2,11126,'','2013-11-08 01:09:26'),(42836,3,11126,'','2013-11-08 01:09:26'),(42837,4,11126,'OPD','2013-11-08 01:09:26'),(42838,5,11126,'','2013-11-08 01:09:26'),(42839,6,11126,'106.00','2013-11-08 01:09:26'),(42840,7,11126,'DAY','2013-11-08 01:09:26'),(42841,1,11128,'','2013-11-08 01:09:27'),(42842,2,11128,'','2013-11-08 01:09:27'),(42843,3,11128,'','2013-11-08 01:09:27'),(42844,4,11128,'','2013-11-08 01:09:27'),(42845,5,11128,'','2013-11-08 01:09:27'),(42846,6,11128,'','2013-11-08 01:09:27'),(42847,7,11128,'DAY','2013-11-08 01:09:27'),(42848,1,11131,'','2013-11-08 01:09:27'),(42849,2,11131,'','2013-11-08 01:09:27'),(42850,3,11131,'','2013-11-08 01:09:27'),(42851,4,11131,'','2013-11-08 01:09:27'),(42852,5,11131,'','2013-11-08 01:09:27'),(42853,6,11131,'','2013-11-08 01:09:27'),(42854,7,11131,'DAY','2013-11-08 01:09:27'),(42855,1,11132,'3583220','2013-11-08 01:29:48'),(42856,2,11132,'','2013-11-08 01:29:48'),(42857,3,11132,'','2013-11-08 01:29:48'),(42858,4,11132,'OPD','2013-11-08 01:29:48'),(42859,5,11132,'','2013-11-08 01:29:48'),(42860,6,11132,'72.00','2013-11-08 01:29:48'),(42861,7,11132,'DAY','2013-11-08 01:29:48'),(42862,1,11133,'3583218','2013-11-08 01:33:09'),(42863,2,11133,'','2013-11-08 01:33:09'),(42864,3,11133,'','2013-11-08 01:33:09'),(42865,4,11133,'OPD','2013-11-08 01:33:09'),(42866,5,11133,'','2013-11-08 01:33:09'),(42867,6,11133,'54.40','2013-11-08 01:33:09'),(42868,7,11133,'DAY','2013-11-08 01:33:09'),(42869,1,11135,'','2013-11-08 01:33:09'),(42870,2,11135,'','2013-11-08 01:33:09'),(42871,3,11135,'','2013-11-08 01:33:09'),(42872,4,11135,'','2013-11-08 01:33:09'),(42873,5,11135,'','2013-11-08 01:33:09'),(42874,6,11135,'','2013-11-08 01:33:09'),(42875,7,11135,'DAY','2013-11-08 01:33:09'),(42876,1,11136,'3583234','2013-11-08 01:38:06'),(42877,2,11136,'','2013-11-08 01:38:06'),(42878,3,11136,'','2013-11-08 01:38:06'),(42879,4,11136,'OPD','2013-11-08 01:38:06'),(42880,5,11136,'','2013-11-08 01:38:06'),(42881,6,11136,'48.00','2013-11-08 01:38:06'),(42882,7,11136,'DAY','2013-11-08 01:38:06'),(42883,1,11137,'3583236','2013-11-08 01:40:49'),(42884,2,11137,'592112','2013-11-08 01:40:49'),(42885,3,11137,'','2013-11-08 01:40:49'),(42886,4,11137,'OPD','2013-11-08 01:40:49'),(42887,5,11137,'','2013-11-08 01:40:50'),(42888,6,11137,'32.00','2013-11-08 01:40:50'),(42889,7,11137,'DAY','2013-11-08 01:40:50'),(42890,1,11139,'','2013-11-08 01:40:50'),(42891,2,11139,'','2013-11-08 01:40:50'),(42892,3,11139,'','2013-11-08 01:40:50'),(42893,4,11139,'','2013-11-08 01:40:50'),(42894,5,11139,'','2013-11-08 01:40:50'),(42895,6,11139,'','2013-11-08 01:40:50'),(42896,7,11139,'DAY','2013-11-08 01:40:50'),(42897,1,11140,'3583228','2013-11-08 01:44:10'),(42898,2,11140,'592114','2013-11-08 01:44:10'),(42899,3,11140,'','2013-11-08 01:44:10'),(42900,4,11140,'SR','2013-11-08 01:44:10'),(42901,5,11140,'','2013-11-08 01:44:10'),(42902,6,11140,'76.00','2013-11-08 01:44:10'),(42903,7,11140,'DAY','2013-11-08 01:44:10'),(42904,1,11141,'3583250','2013-11-08 01:58:06'),(42905,2,11141,'592118','2013-11-08 01:58:06'),(42906,3,11141,'','2013-11-08 01:58:06'),(42907,4,11141,'OPD','2013-11-08 01:58:06'),(42908,5,11141,'','2013-11-08 01:58:06'),(42909,6,11141,'40.80','2013-11-08 01:58:06'),(42910,7,11141,'DAY','2013-11-08 01:58:06'),(42911,1,11142,'3583260','2013-11-08 02:31:02'),(42912,2,11142,'592122','2013-11-08 02:31:02'),(42913,3,11142,'','2013-11-08 02:31:03'),(42914,4,11142,'OPD','2013-11-08 02:31:03'),(42915,5,11142,'','2013-11-08 02:31:03'),(42916,6,11142,'35.00','2013-11-08 02:31:03'),(42917,7,11142,'DAY','2013-11-08 02:31:03'),(42918,1,11143,'3583266','2013-11-08 02:34:25'),(42919,2,11143,'','2013-11-08 02:34:25'),(42920,3,11143,'','2013-11-08 02:34:25'),(42921,4,11143,'OPD','2013-11-08 02:34:25'),(42922,5,11143,'','2013-11-08 02:34:25'),(42923,6,11143,'26.24','2013-11-08 02:34:25'),(42924,7,11143,'DAY','2013-11-08 02:34:25'),(42925,1,11144,'3583268','2013-11-08 02:38:43'),(42926,2,11144,'','2013-11-08 02:38:43'),(42927,3,11144,'','2013-11-08 02:38:43'),(42928,4,11144,'OPD','2013-11-08 02:38:43'),(42929,5,11144,'','2013-11-08 02:38:43'),(42930,6,11144,'128.00','2013-11-08 02:38:43'),(42931,7,11144,'DAY','2013-11-08 02:38:43'),(42932,1,11145,'3583273','2013-11-08 02:41:21'),(42933,2,11145,'','2013-11-08 02:41:21'),(42934,3,11145,'','2013-11-08 02:41:21'),(42935,4,11145,'OPD','2013-11-08 02:41:21'),(42936,5,11145,'','2013-11-08 02:41:21'),(42937,6,11145,'35.00','2013-11-08 02:41:21'),(42938,7,11145,'DAY','2013-11-08 02:41:21'),(42939,1,11147,'','2013-11-08 02:41:21'),(42940,2,11147,'','2013-11-08 02:41:21'),(42941,3,11147,'','2013-11-08 02:41:21'),(42942,4,11147,'','2013-11-08 02:41:21'),(42943,5,11147,'','2013-11-08 02:41:21'),(42944,6,11147,'','2013-11-08 02:41:21'),(42945,7,11147,'DAY','2013-11-08 02:41:21'),(42946,1,11148,'3583271','2013-11-08 02:45:19'),(42947,2,11148,'592127','2013-11-08 02:45:19'),(42948,3,11148,'','2013-11-08 02:45:19'),(42949,4,11148,'OPD','2013-11-08 02:45:19'),(42950,5,11148,'','2013-11-08 02:45:19'),(42951,6,11148,'47.00','2013-11-08 02:45:19'),(42952,7,11148,'DAY','2013-11-08 02:45:19'),(42953,1,11150,'','2013-11-08 02:45:20'),(42954,2,11150,'','2013-11-08 02:45:20'),(42955,3,11150,'','2013-11-08 02:45:20'),(42956,4,11150,'','2013-11-08 02:45:20'),(42957,5,11150,'','2013-11-08 02:45:20'),(42958,6,11150,'','2013-11-08 02:45:20'),(42959,7,11150,'DAY','2013-11-08 02:45:20'),(42960,1,11151,'','2013-11-08 03:18:59'),(42961,2,11151,'','2013-11-08 03:18:59'),(42962,3,11151,'','2013-11-08 03:18:59'),(42963,4,11151,'','2013-11-08 03:18:59'),(42964,5,11151,'','2013-11-08 03:18:59'),(42965,6,11151,'20.00','2013-11-08 03:18:59'),(42966,7,11151,'DAY','2013-11-08 03:18:59'),(42967,1,11152,'','2013-11-08 03:43:50'),(42968,2,11152,'592140','2013-11-08 03:43:50'),(42969,3,11152,'','2013-11-08 03:43:50'),(42970,4,11152,'OPD','2013-11-08 03:43:50'),(42971,5,11152,'','2013-11-08 03:43:50'),(42972,6,11152,'52','2013-11-08 03:43:50'),(42973,7,11152,'DAY','2013-11-08 03:43:50'),(42974,1,11154,'','2013-11-08 03:43:51'),(42975,2,11154,'','2013-11-08 03:43:51'),(42976,3,11154,'','2013-11-08 03:43:51'),(42977,4,11154,'','2013-11-08 03:43:51'),(42978,5,11154,'','2013-11-08 03:43:51'),(42979,6,11154,'','2013-11-08 03:43:51'),(42980,7,11154,'DAY','2013-11-08 03:43:51'),(42981,1,11155,'3583313','2013-11-08 03:53:03'),(42982,2,11155,'','2013-11-08 03:53:03'),(42983,3,11155,'','2013-11-08 03:53:03'),(42984,4,11155,'','2013-11-08 03:53:03'),(42985,5,11155,'W','2013-11-08 03:53:03'),(42986,6,11155,'','2013-11-08 03:53:03'),(42987,7,11155,'DAY','2013-11-08 03:53:03'),(42988,1,11156,'','2013-11-08 04:29:19'),(42989,2,11156,'','2013-11-08 04:29:19'),(42990,3,11156,'','2013-11-08 04:29:19'),(42991,4,11156,'','2013-11-08 04:29:19'),(42992,5,11156,'W','2013-11-08 04:29:19'),(42993,6,11156,'24','2013-11-08 04:29:19'),(42994,7,11156,'DAY','2013-11-08 04:29:19'),(42995,1,11157,'','2013-11-08 04:31:58'),(42996,2,11157,'','2013-11-08 04:31:58'),(42997,3,11157,'','2013-11-08 04:31:58'),(42998,4,11157,'OPD','2013-11-08 04:31:58'),(42999,5,11157,'','2013-11-08 04:31:58'),(43000,6,11157,'66','2013-11-08 04:31:58'),(43001,7,11157,'NIGHT','2013-11-08 04:31:58'),(43002,1,11158,'','2013-11-08 04:42:19'),(43003,2,11158,'','2013-11-08 04:42:19'),(43004,3,11158,'','2013-11-08 04:42:19'),(43005,4,11158,'','2013-11-08 04:42:19'),(43006,5,11158,'','2013-11-08 04:42:19'),(43007,6,11158,'','2013-11-08 04:42:19'),(43008,7,11158,'DAY','2013-11-08 04:42:19'),(43009,1,11159,'3582334','2013-11-08 05:36:58'),(43010,2,11159,'592157','2013-11-08 05:36:58'),(43011,3,11159,'','2013-11-08 05:36:58'),(43012,4,11159,'OPD','2013-11-08 05:36:58'),(43013,5,11159,'','2013-11-08 05:36:58'),(43014,6,11159,'12','2013-11-08 05:36:58'),(43015,7,11159,'NIGHT','2013-11-08 05:36:58'),(43016,1,11160,'','2013-11-08 07:29:40'),(43017,2,11160,'592162','2013-11-08 07:29:40'),(43018,3,11160,'','2013-11-08 07:29:40'),(43019,4,11160,'OPD','2013-11-08 07:29:40'),(43020,5,11160,'','2013-11-08 07:29:40'),(43021,6,11160,'49','2013-11-08 07:29:40'),(43022,7,11160,'NIGHT','2013-11-08 07:29:40'),(43023,1,11161,'','2013-11-08 07:48:10'),(43024,2,11161,'','2013-11-08 07:48:10'),(43025,3,11161,'','2013-11-08 07:48:10'),(43026,4,11161,'OPD','2013-11-08 07:48:10'),(43027,5,11161,'','2013-11-08 07:48:10'),(43028,6,11161,'158','2013-11-08 07:48:10'),(43029,7,11161,'NIGHT','2013-11-08 07:48:10'),(43030,1,11163,'','2013-11-08 07:48:10'),(43031,2,11163,'','2013-11-08 07:48:10'),(43032,3,11163,'','2013-11-08 07:48:10'),(43033,4,11163,'','2013-11-08 07:48:10'),(43034,5,11163,'','2013-11-08 07:48:10'),(43035,6,11163,'','2013-11-08 07:48:10'),(43036,7,11163,'DAY','2013-11-08 07:48:10'),(43037,1,11164,'','2013-11-08 14:08:37'),(43038,2,11164,'59080','2013-11-08 14:08:37'),(43039,3,11164,'','2013-11-08 14:08:37'),(43040,4,11164,'OPD','2013-11-08 14:08:37'),(43041,5,11164,'','2013-11-08 14:08:37'),(43042,6,11164,'121','2013-11-08 14:08:37'),(43043,7,11164,'NIGHT','2013-11-08 14:08:37'),(43044,1,11166,'','2013-11-08 14:08:37'),(43045,2,11166,'','2013-11-08 14:08:37'),(43046,3,11166,'','2013-11-08 14:08:37'),(43047,4,11166,'','2013-11-08 14:08:37'),(43048,5,11166,'','2013-11-08 14:08:37'),(43049,6,11166,'','2013-11-08 14:08:37'),(43050,7,11166,'DAY','2013-11-08 14:08:37'),(43051,1,11167,'','2013-11-08 14:22:46'),(43052,2,11167,'592103','2013-11-08 14:22:46'),(43053,3,11167,'','2013-11-08 14:22:46'),(43054,4,11167,'OPD','2013-11-08 14:22:46'),(43055,5,11167,'','2013-11-08 14:22:46'),(43056,6,11167,'147','2013-11-08 14:22:46'),(43057,7,11167,'NIGHT','2013-11-08 14:22:46'),(43058,1,11168,'','2013-11-08 14:27:29'),(43059,2,11168,'','2013-11-08 14:27:29'),(43060,3,11168,'','2013-11-08 14:27:29'),(43061,4,11168,'OPD','2013-11-08 14:27:29'),(43062,5,11168,'','2013-11-08 14:27:29'),(43063,6,11168,'67','2013-11-08 14:27:29'),(43064,7,11168,'NIGHT','2013-11-08 14:27:29'),(43065,1,11170,'','2013-11-08 14:27:30'),(43066,2,11170,'','2013-11-08 14:27:30'),(43067,3,11170,'','2013-11-08 14:27:30'),(43068,4,11170,'','2013-11-08 14:27:30'),(43069,5,11170,'','2013-11-08 14:27:30'),(43070,6,11170,'','2013-11-08 14:27:30'),(43071,7,11170,'DAY','2013-11-08 14:27:30'),(43072,1,11171,'','2013-11-08 14:44:24'),(43073,2,11171,'','2013-11-08 14:44:24'),(43074,3,11171,'','2013-11-08 14:44:24'),(43075,4,11171,'OPD','2013-11-08 14:44:24'),(43076,5,11171,'','2013-11-08 14:44:24'),(43077,6,11171,'82','2013-11-08 14:44:24'),(43078,7,11171,'NIGHT','2013-11-08 14:44:24'),(43079,1,11173,'','2013-11-08 14:44:24'),(43080,2,11173,'','2013-11-08 14:44:24'),(43081,3,11173,'','2013-11-08 14:44:24'),(43082,4,11173,'','2013-11-08 14:44:24'),(43083,5,11173,'','2013-11-08 14:44:24'),(43084,6,11173,'','2013-11-08 14:44:24'),(43085,7,11173,'DAY','2013-11-08 14:44:24'),(43086,1,11174,'3583414','2013-11-08 15:42:26'),(43087,2,11174,'','2013-11-08 15:42:26'),(43088,3,11174,'','2013-11-08 15:42:26'),(43089,4,11174,'OPD','2013-11-08 15:42:26'),(43090,5,11174,'','2013-11-08 15:42:26'),(43091,6,11174,'12.00','2013-11-08 15:42:26'),(43092,7,11174,'DAY','2013-11-08 15:42:26'),(43093,1,11175,'3552676','2013-11-08 15:44:57'),(43094,2,11175,'','2013-11-08 15:44:57'),(43095,3,11175,'','2013-11-08 15:44:57'),(43096,4,11175,'OPD','2013-11-08 15:44:57'),(43097,5,11175,'','2013-11-08 15:44:57'),(43098,6,11175,'104.00','2013-11-08 15:44:57'),(43099,7,11175,'DAY','2013-11-08 15:44:57'),(43100,1,11176,'3583179','2013-11-08 15:50:42'),(43101,2,11176,'','2013-11-08 15:50:42'),(43102,3,11176,'','2013-11-08 15:50:42'),(43103,4,11176,'OPD','2013-11-08 15:50:43'),(43104,5,11176,'','2013-11-08 15:50:43'),(43105,6,11176,'13.00','2013-11-08 15:50:43'),(43106,7,11176,'DAY','2013-11-08 15:50:43'),(43107,1,11177,'3583178','2013-11-08 15:53:38'),(43108,2,11177,'','2013-11-08 15:53:38'),(43109,3,11177,'','2013-11-08 15:53:38'),(43110,4,11177,'OPD','2013-11-08 15:53:38'),(43111,5,11177,'','2013-11-08 15:53:38'),(43112,6,11177,'79.00','2013-11-08 15:53:38'),(43113,7,11177,'DAY','2013-11-08 15:53:38'),(43114,1,11179,'','2013-11-08 15:53:38'),(43115,2,11179,'','2013-11-08 15:53:38'),(43116,3,11179,'','2013-11-08 15:53:38'),(43117,4,11179,'','2013-11-08 15:53:38'),(43118,5,11179,'','2013-11-08 15:53:38'),(43119,6,11179,'','2013-11-08 15:53:38'),(43120,7,11179,'DAY','2013-11-08 15:53:38'),(43121,1,11180,'3582980','2013-11-08 16:06:44'),(43122,2,11180,'592049','2013-11-08 16:06:44'),(43123,3,11180,'','2013-11-08 16:06:44'),(43124,4,11180,'OPD','2013-11-08 16:06:44'),(43125,5,11180,'','2013-11-08 16:06:44'),(43126,6,11180,'198.00','2013-11-08 16:06:44'),(43127,7,11180,'DAY','2013-11-08 16:06:44'),(43128,1,11182,'','2013-11-08 16:06:44'),(43129,2,11182,'','2013-11-08 16:06:44'),(43130,3,11182,'','2013-11-08 16:06:44'),(43131,4,11182,'','2013-11-08 16:06:44'),(43132,5,11182,'','2013-11-08 16:06:44'),(43133,6,11182,'','2013-11-08 16:06:44'),(43134,7,11182,'DAY','2013-11-08 16:06:44'),(43135,1,11183,'3583418','2013-11-08 16:13:24'),(43136,2,11183,'','2013-11-08 16:13:24'),(43137,3,11183,'','2013-11-08 16:13:24'),(43138,4,11183,'OPD','2013-11-08 16:13:24'),(43139,5,11183,'','2013-11-08 16:13:24'),(43140,6,11183,'163.64','2013-11-08 16:13:24'),(43141,7,11183,'DAY','2013-11-08 16:13:24'),(43142,1,11184,'3583420','2013-11-08 16:15:04'),(43143,2,11184,'','2013-11-08 16:15:04'),(43144,3,11184,'','2013-11-08 16:15:04'),(43145,4,11184,'OPD','2013-11-08 16:15:04'),(43146,5,11184,'','2013-11-08 16:15:04'),(43147,6,11184,'13.00','2013-11-08 16:15:04'),(43148,7,11184,'DAY','2013-11-08 16:15:04'),(43149,1,11185,'3582421','2013-11-08 16:16:39'),(43150,2,11185,'','2013-11-08 16:16:39'),(43151,3,11185,'','2013-11-08 16:16:39'),(43152,4,11185,'OPD','2013-11-08 16:16:39'),(43153,5,11185,'','2013-11-08 16:16:39'),(43154,6,11185,'138.40','2013-11-08 16:16:39'),(43155,7,11185,'DAY','2013-11-08 16:16:39'),(43156,1,11187,'','2013-11-08 16:16:39'),(43157,2,11187,'','2013-11-08 16:16:39'),(43158,3,11187,'','2013-11-08 16:16:39'),(43159,4,11187,'','2013-11-08 16:16:39'),(43160,5,11187,'','2013-11-08 16:16:39'),(43161,6,11187,'','2013-11-08 16:16:39'),(43162,7,11187,'DAY','2013-11-08 16:16:39'),(43163,1,11188,'3582834','2013-11-08 16:19:34'),(43164,2,11188,'','2013-11-08 16:19:34'),(43165,3,11188,'','2013-11-08 16:19:34'),(43166,4,11188,'OPD','2013-11-08 16:19:34'),(43167,5,11188,'','2013-11-08 16:19:34'),(43168,6,11188,'253.00','2013-11-08 16:19:34'),(43169,7,11188,'DAY','2013-11-08 16:19:34'),(43170,1,11190,'','2013-11-08 16:19:34'),(43171,2,11190,'','2013-11-08 16:19:34'),(43172,3,11190,'','2013-11-08 16:19:34'),(43173,4,11190,'','2013-11-08 16:19:34'),(43174,5,11190,'','2013-11-08 16:19:34'),(43175,6,11190,'','2013-11-08 16:19:34'),(43176,7,11190,'DAY','2013-11-08 16:19:34'),(43177,1,11191,'3582983','2013-11-08 16:22:24'),(43178,2,11191,'592053','2013-11-08 16:22:24'),(43179,3,11191,'','2013-11-08 16:22:24'),(43180,4,11191,'OPD','2013-11-08 16:22:24'),(43181,5,11191,'','2013-11-08 16:22:24'),(43182,6,11191,'199.00','2013-11-08 16:22:24'),(43183,7,11191,'DAY','2013-11-08 16:22:24'),(43184,1,11193,'','2013-11-08 16:22:24'),(43185,2,11193,'','2013-11-08 16:22:24'),(43186,3,11193,'','2013-11-08 16:22:24'),(43187,4,11193,'','2013-11-08 16:22:24'),(43188,5,11193,'','2013-11-08 16:22:24'),(43189,6,11193,'','2013-11-08 16:22:24'),(43190,7,11193,'DAY','2013-11-08 16:22:24'),(43191,1,11196,'','2013-11-08 16:22:24'),(43192,2,11196,'','2013-11-08 16:22:24'),(43193,3,11196,'','2013-11-08 16:22:24'),(43194,4,11196,'','2013-11-08 16:22:24'),(43195,5,11196,'','2013-11-08 16:22:24'),(43196,6,11196,'','2013-11-08 16:22:24'),(43197,7,11196,'DAY','2013-11-08 16:22:24'),(43198,1,11197,'','2013-11-08 16:51:30'),(43199,2,11197,'','2013-11-08 16:51:30'),(43200,3,11197,'','2013-11-08 16:51:30'),(43201,4,11197,'MEDICALS','2013-11-08 16:51:30'),(43202,5,11197,'','2013-11-08 16:51:30'),(43203,6,11197,'','2013-11-08 16:51:30'),(43204,7,11197,'DAY','2013-11-08 16:51:30'),(43205,1,11199,'','2013-11-08 16:51:30'),(43206,2,11199,'','2013-11-08 16:51:30'),(43207,3,11199,'','2013-11-08 16:51:30'),(43208,4,11199,'','2013-11-08 16:51:30'),(43209,5,11199,'','2013-11-08 16:51:30'),(43210,6,11199,'','2013-11-08 16:51:30'),(43211,7,11199,'DAY','2013-11-08 16:51:30'),(43212,1,11202,'','2013-11-08 16:51:30'),(43213,2,11202,'','2013-11-08 16:51:30'),(43214,3,11202,'','2013-11-08 16:51:30'),(43215,4,11202,'','2013-11-08 16:51:30'),(43216,5,11202,'','2013-11-08 16:51:30'),(43217,6,11202,'','2013-11-08 16:51:30'),(43218,7,11202,'DAY','2013-11-08 16:51:30'),(43219,1,11203,'3583439','2013-11-08 17:00:00'),(43220,2,11203,'592163','2013-11-08 17:00:00'),(43221,3,11203,'','2013-11-08 17:00:00'),(43222,4,11203,'SR','2013-11-08 17:00:00'),(43223,5,11203,'','2013-11-08 17:00:00'),(43224,6,11203,'24.75','2013-11-08 17:00:00'),(43225,7,11203,'DAY','2013-11-08 17:00:00'),(43226,1,11204,'3582981','2013-11-08 17:03:51'),(43227,2,11204,'','2013-11-08 17:03:51'),(43228,3,11204,'','2013-11-08 17:03:51'),(43229,4,11204,'OPD','2013-11-08 17:03:51'),(43230,5,11204,'','2013-11-08 17:03:51'),(43231,6,11204,'242.00','2013-11-08 17:03:51'),(43232,7,11204,'DAY','2013-11-08 17:03:51'),(43233,1,11206,'','2013-11-08 17:03:51'),(43234,2,11206,'','2013-11-08 17:03:51'),(43235,3,11206,'','2013-11-08 17:03:51'),(43236,4,11206,'','2013-11-08 17:03:51'),(43237,5,11206,'','2013-11-08 17:03:51'),(43238,6,11206,'','2013-11-08 17:03:51'),(43239,7,11206,'DAY','2013-11-08 17:03:51'),(43240,1,11207,'3583465','2013-11-08 17:05:44'),(43241,2,11207,'','2013-11-08 17:05:44'),(43242,3,11207,'','2013-11-08 17:05:44'),(43243,4,11207,'OPD','2013-11-08 17:05:44'),(43244,5,11207,'','2013-11-08 17:05:44'),(43245,6,11207,'66.00','2013-11-08 17:05:44'),(43246,7,11207,'DAY','2013-11-08 17:05:44'),(43247,1,11208,'3581702','2013-11-08 17:08:55'),(43248,2,11208,'','2013-11-08 17:08:55'),(43249,3,11208,'','2013-11-08 17:08:55'),(43250,4,11208,'OPD','2013-11-08 17:08:55'),(43251,5,11208,'','2013-11-08 17:08:55'),(43252,6,11208,'218.40','2013-11-08 17:08:55'),(43253,7,11208,'DAY','2013-11-08 17:08:55'),(43254,1,11210,'','2013-11-08 17:08:56'),(43255,2,11210,'','2013-11-08 17:08:56'),(43256,3,11210,'','2013-11-08 17:08:56'),(43257,4,11210,'','2013-11-08 17:08:56'),(43258,5,11210,'','2013-11-08 17:08:56'),(43259,6,11210,'','2013-11-08 17:08:56'),(43260,7,11210,'DAY','2013-11-08 17:08:56'),(43261,1,11213,'','2013-11-08 17:08:56'),(43262,2,11213,'','2013-11-08 17:08:56'),(43263,3,11213,'','2013-11-08 17:08:56'),(43264,4,11213,'','2013-11-08 17:08:56'),(43265,5,11213,'','2013-11-08 17:08:56'),(43266,6,11213,'','2013-11-08 17:08:56'),(43267,7,11213,'DAY','2013-11-08 17:08:56'),(43268,1,11217,'','2013-11-08 17:08:56'),(43269,2,11217,'','2013-11-08 17:08:56'),(43270,3,11217,'','2013-11-08 17:08:56'),(43271,4,11217,'','2013-11-08 17:08:56'),(43272,5,11217,'','2013-11-08 17:08:56'),(43273,6,11217,'','2013-11-08 17:08:56'),(43274,7,11217,'DAY','2013-11-08 17:08:56'),(43275,1,11218,'3583459','2013-11-08 17:20:22'),(43276,2,11218,'','2013-11-08 17:20:22'),(43277,3,11218,'','2013-11-08 17:20:22'),(43278,4,11218,'OUTSIDE','2013-11-08 17:20:22'),(43279,5,11218,'','2013-11-08 17:20:22'),(43280,6,11218,'242.40','2013-11-08 17:20:22'),(43281,7,11218,'DAY','2013-11-08 17:20:22'),(43282,1,11220,'','2013-11-08 17:20:22'),(43283,2,11220,'','2013-11-08 17:20:22'),(43284,3,11220,'','2013-11-08 17:20:22'),(43285,4,11220,'','2013-11-08 17:20:22'),(43286,5,11220,'','2013-11-08 17:20:22'),(43287,6,11220,'','2013-11-08 17:20:22'),(43288,7,11220,'DAY','2013-11-08 17:20:22'),(43289,1,11223,'','2013-11-08 17:20:22'),(43290,2,11223,'','2013-11-08 17:20:22'),(43291,3,11223,'','2013-11-08 17:20:22'),(43292,4,11223,'','2013-11-08 17:20:22'),(43293,5,11223,'','2013-11-08 17:20:22'),(43294,6,11223,'','2013-11-08 17:20:22'),(43295,7,11223,'DAY','2013-11-08 17:20:22'),(43296,1,11227,'','2013-11-08 17:20:23'),(43297,2,11227,'','2013-11-08 17:20:23'),(43298,3,11227,'','2013-11-08 17:20:23'),(43299,4,11227,'','2013-11-08 17:20:23'),(43300,5,11227,'','2013-11-08 17:20:23'),(43301,6,11227,'','2013-11-08 17:20:23'),(43302,7,11227,'DAY','2013-11-08 17:20:23'),(43303,1,11228,'3583462','2013-11-08 17:24:27'),(43304,2,11228,'','2013-11-08 17:24:27'),(43305,3,11228,'','2013-11-08 17:24:27'),(43306,4,11228,'OPD','2013-11-08 17:24:27'),(43307,5,11228,'','2013-11-08 17:24:27'),(43308,6,11228,'137.00','2013-11-08 17:24:27'),(43309,7,11228,'DAY','2013-11-08 17:24:27'),(43310,1,11230,'','2013-11-08 17:24:27'),(43311,2,11230,'','2013-11-08 17:24:27'),(43312,3,11230,'','2013-11-08 17:24:27'),(43313,4,11230,'','2013-11-08 17:24:27'),(43314,5,11230,'','2013-11-08 17:24:27'),(43315,6,11230,'','2013-11-08 17:24:27'),(43316,7,11230,'DAY','2013-11-08 17:24:27'),(43317,1,11231,'3583473','2013-11-08 17:28:20'),(43318,2,11231,'','2013-11-08 17:28:20'),(43319,3,11231,'','2013-11-08 17:28:20'),(43320,4,11231,'OPD','2013-11-08 17:28:20'),(43321,5,11231,'','2013-11-08 17:28:20'),(43322,6,11231,'102.00','2013-11-08 17:28:20'),(43323,7,11231,'DAY','2013-11-08 17:28:20'),(43324,1,11233,'','2013-11-08 17:28:20'),(43325,2,11233,'','2013-11-08 17:28:20'),(43326,3,11233,'','2013-11-08 17:28:20'),(43327,4,11233,'','2013-11-08 17:28:20'),(43328,5,11233,'','2013-11-08 17:28:20'),(43329,6,11233,'','2013-11-08 17:28:20'),(43330,7,11233,'DAY','2013-11-08 17:28:20'),(43331,1,11236,'','2013-11-08 17:28:20'),(43332,2,11236,'','2013-11-08 17:28:20'),(43333,3,11236,'','2013-11-08 17:28:20'),(43334,4,11236,'','2013-11-08 17:28:20'),(43335,5,11236,'','2013-11-08 17:28:20'),(43336,6,11236,'','2013-11-08 17:28:20'),(43337,7,11236,'DAY','2013-11-08 17:28:20'),(43338,1,11240,'','2013-11-08 17:28:20'),(43339,2,11240,'','2013-11-08 17:28:20'),(43340,3,11240,'','2013-11-08 17:28:20'),(43341,4,11240,'','2013-11-08 17:28:20'),(43342,5,11240,'','2013-11-08 17:28:20'),(43343,6,11240,'','2013-11-08 17:28:20'),(43344,7,11240,'DAY','2013-11-08 17:28:20'),(43345,1,11241,'3583478','2013-11-08 17:35:52'),(43346,2,11241,'','2013-11-08 17:35:52'),(43347,3,11241,'','2013-11-08 17:35:52'),(43348,4,11241,'OUTSIDE','2013-11-08 17:35:52'),(43349,5,11241,'','2013-11-08 17:35:52'),(43350,6,11241,'152.00','2013-11-08 17:35:52'),(43351,7,11241,'DAY','2013-11-08 17:35:52'),(43352,1,11243,'','2013-11-08 17:35:52'),(43353,2,11243,'','2013-11-08 17:35:52'),(43354,3,11243,'','2013-11-08 17:35:52'),(43355,4,11243,'','2013-11-08 17:35:52'),(43356,5,11243,'','2013-11-08 17:35:52'),(43357,6,11243,'','2013-11-08 17:35:52'),(43358,7,11243,'DAY','2013-11-08 17:35:52'),(43359,1,11244,'3583480','2013-11-08 17:37:52'),(43360,2,11244,'','2013-11-08 17:37:52'),(43361,3,11244,'','2013-11-08 17:37:52'),(43362,4,11244,'OPD','2013-11-08 17:37:52'),(43363,5,11244,'','2013-11-08 17:37:52'),(43364,6,11244,'66.00','2013-11-08 17:37:52'),(43365,7,11244,'DAY','2013-11-08 17:37:52'),(43366,1,11245,'3582383','2013-11-08 17:39:41'),(43367,2,11245,'','2013-11-08 17:39:41'),(43368,3,11245,'','2013-11-08 17:39:41'),(43369,4,11245,'OPD','2013-11-08 17:39:41'),(43370,5,11245,'','2013-11-08 17:39:41'),(43371,6,11245,'366.00','2013-11-08 17:39:41'),(43372,7,11245,'DAY','2013-11-08 17:39:41'),(43373,1,11246,'3583493','2013-11-08 17:41:44'),(43374,2,11246,'','2013-11-08 17:41:44'),(43375,3,11246,'','2013-11-08 17:41:44'),(43376,4,11246,'OPD','2013-11-08 17:41:44'),(43377,5,11246,'','2013-11-08 17:41:44'),(43378,6,11246,'13.00','2013-11-08 17:41:44'),(43379,7,11246,'DAY','2013-11-08 17:41:44'),(43380,1,11247,'3583500','2013-11-08 17:45:23'),(43381,2,11247,'592193','2013-11-08 17:45:23'),(43382,3,11247,'','2013-11-08 17:45:23'),(43383,4,11247,'OPD','2013-11-08 17:45:23'),(43384,5,11247,'','2013-11-08 17:45:23'),(43385,6,11247,'11.00','2013-11-08 17:45:23'),(43386,7,11247,'DAY','2013-11-08 17:45:23'),(43387,1,11248,'3583503','2013-11-08 17:47:08'),(43388,2,11248,'','2013-11-08 17:47:08'),(43389,3,11248,'','2013-11-08 17:47:08'),(43390,4,11248,'OPD','2013-11-08 17:47:08'),(43391,5,11248,'','2013-11-08 17:47:08'),(43392,6,11248,'40.00','2013-11-08 17:47:08'),(43393,7,11248,'DAY','2013-11-08 17:47:08'),(43394,1,11249,'3583511','2013-11-08 17:57:32'),(43395,2,11249,'','2013-11-08 17:57:32'),(43396,3,11249,'','2013-11-08 17:57:32'),(43397,4,11249,'OPD','2013-11-08 17:57:32'),(43398,5,11249,'','2013-11-08 17:57:32'),(43399,6,11249,'121.00','2013-11-08 17:57:32'),(43400,7,11249,'DAY','2013-11-08 17:57:32'),(43401,1,11251,'','2013-11-08 17:57:32'),(43402,2,11251,'','2013-11-08 17:57:32'),(43403,3,11251,'','2013-11-08 17:57:32'),(43404,4,11251,'','2013-11-08 17:57:32'),(43405,5,11251,'','2013-11-08 17:57:32'),(43406,6,11251,'','2013-11-08 17:57:32'),(43407,7,11251,'DAY','2013-11-08 17:57:32'),(43408,1,11254,'','2013-11-08 17:57:33'),(43409,2,11254,'','2013-11-08 17:57:33'),(43410,3,11254,'','2013-11-08 17:57:33'),(43411,4,11254,'','2013-11-08 17:57:33'),(43412,5,11254,'','2013-11-08 17:57:33'),(43413,6,11254,'','2013-11-08 17:57:33'),(43414,7,11254,'DAY','2013-11-08 17:57:33'),(43415,1,11255,'3583513','2013-11-08 17:59:46'),(43416,2,11255,'','2013-11-08 17:59:46'),(43417,3,11255,'','2013-11-08 17:59:46'),(43418,4,11255,'OPD','2013-11-08 17:59:46'),(43419,5,11255,'','2013-11-08 17:59:46'),(43420,6,11255,'39.00','2013-11-08 17:59:46'),(43421,7,11255,'DAY','2013-11-08 17:59:46'),(43422,1,11256,'3583517','2013-11-08 18:05:15'),(43423,2,11256,'','2013-11-08 18:05:15'),(43424,3,11256,'','2013-11-08 18:05:15'),(43425,4,11256,'OPD','2013-11-08 18:05:15'),(43426,5,11256,'','2013-11-08 18:05:15'),(43427,6,11256,'54.00','2013-11-08 18:05:15'),(43428,7,11256,'DAY','2013-11-08 18:05:15'),(43429,1,11258,'','2013-11-08 18:05:16'),(43430,2,11258,'','2013-11-08 18:05:16'),(43431,3,11258,'','2013-11-08 18:05:16'),(43432,4,11258,'','2013-11-08 18:05:16'),(43433,5,11258,'','2013-11-08 18:05:16'),(43434,6,11258,'','2013-11-08 18:05:16'),(43435,7,11258,'DAY','2013-11-08 18:05:16'),(43436,1,11259,'3583520','2013-11-08 18:12:56'),(43437,2,11259,'592197','2013-11-08 18:12:56'),(43438,3,11259,'','2013-11-08 18:12:56'),(43439,4,11259,'OPD','2013-11-08 18:12:56'),(43440,5,11259,'','2013-11-08 18:12:56'),(43441,6,11259,'50.00','2013-11-08 18:12:56'),(43442,7,11259,'DAY','2013-11-08 18:12:56'),(43443,1,11260,'3583528','2013-11-08 18:25:24'),(43444,2,11260,'','2013-11-08 18:25:24'),(43445,3,11260,'','2013-11-08 18:25:24'),(43446,4,11260,'OUTSIDE','2013-11-08 18:25:24'),(43447,5,11260,'','2013-11-08 18:25:24'),(43448,6,11260,'42.00','2013-11-08 18:25:24'),(43449,7,11260,'DAY','2013-11-08 18:25:24'),(43450,1,11261,'3583537','2013-11-08 18:33:41'),(43451,2,11261,'','2013-11-08 18:33:41'),(43452,3,11261,'','2013-11-08 18:33:41'),(43453,4,11261,'WARD','2013-11-08 18:33:41'),(43454,5,11261,'214792','2013-11-08 18:33:41'),(43455,6,11261,'88.00','2013-11-08 18:33:41'),(43456,7,11261,'DAY','2013-11-08 18:33:41'),(43457,1,11262,'3583525','2013-11-08 19:00:00'),(43458,2,11262,'592200','2013-11-08 19:00:00'),(43459,3,11262,'','2013-11-08 19:00:00'),(43460,4,11262,'OPD','2013-11-08 19:00:00'),(43461,5,11262,'','2013-11-08 19:00:00'),(43462,6,11262,'385.00','2013-11-08 19:00:00'),(43463,7,11262,'DAY','2013-11-08 19:00:00'),(43464,1,11264,'','2013-11-08 19:00:00'),(43465,2,11264,'','2013-11-08 19:00:00'),(43466,3,11264,'','2013-11-08 19:00:00'),(43467,4,11264,'','2013-11-08 19:00:00'),(43468,5,11264,'','2013-11-08 19:00:00'),(43469,6,11264,'','2013-11-08 19:00:00'),(43470,7,11264,'DAY','2013-11-08 19:00:00'),(43471,1,11267,'','2013-11-08 19:00:00'),(43472,2,11267,'','2013-11-08 19:00:00'),(43473,3,11267,'','2013-11-08 19:00:00'),(43474,4,11267,'','2013-11-08 19:00:00'),(43475,5,11267,'','2013-11-08 19:00:00'),(43476,6,11267,'','2013-11-08 19:00:00'),(43477,7,11267,'DAY','2013-11-08 19:00:00'),(43478,1,11271,'','2013-11-08 19:00:01'),(43479,2,11271,'','2013-11-08 19:00:01'),(43480,3,11271,'','2013-11-08 19:00:01'),(43481,4,11271,'','2013-11-08 19:00:01'),(43482,5,11271,'','2013-11-08 19:00:01'),(43483,6,11271,'','2013-11-08 19:00:01'),(43484,7,11271,'DAY','2013-11-08 19:00:01'),(43485,1,11272,'3583541','2013-11-08 19:02:46'),(43486,2,11272,'592209','2013-11-08 19:02:46'),(43487,3,11272,'','2013-11-08 19:02:46'),(43488,4,11272,'OPD','2013-11-08 19:02:46'),(43489,5,11272,'','2013-11-08 19:02:46'),(43490,6,11272,'36.00','2013-11-08 19:02:46'),(43491,7,11272,'DAY','2013-11-08 19:02:46'),(43492,1,11273,'','2013-11-08 19:11:02'),(43493,2,11273,'','2013-11-08 19:11:02'),(43494,3,11273,'','2013-11-08 19:11:02'),(43495,4,11273,'','2013-11-08 19:11:02'),(43496,5,11273,'','2013-11-08 19:11:02'),(43497,6,11273,'','2013-11-08 19:11:02'),(43498,7,11273,'DAY','2013-11-08 19:11:02'),(43499,1,11274,'3583562','2013-11-08 19:17:10'),(43500,2,11274,'','2013-11-08 19:17:10'),(43501,3,11274,'','2013-11-08 19:17:10'),(43502,4,11274,'OPD','2013-11-08 19:17:10'),(43503,5,11274,'','2013-11-08 19:17:10'),(43504,6,11274,'182.00','2013-11-08 19:17:10'),(43505,7,11274,'DAY','2013-11-08 19:17:10'),(43506,1,11276,'','2013-11-08 19:17:10'),(43507,2,11276,'','2013-11-08 19:17:10'),(43508,3,11276,'','2013-11-08 19:17:10'),(43509,4,11276,'','2013-11-08 19:17:10'),(43510,5,11276,'','2013-11-08 19:17:10'),(43511,6,11276,'','2013-11-08 19:17:10'),(43512,7,11276,'DAY','2013-11-08 19:17:10'),(43513,1,11277,'3583567','2013-11-08 19:22:35'),(43514,2,11277,'','2013-11-08 19:22:35'),(43515,3,11277,'','2013-11-08 19:22:35'),(43516,4,11277,'WARD','2013-11-08 19:22:35'),(43517,5,11277,'214996','2013-11-08 19:22:35'),(43518,6,11277,'37.00','2013-11-08 19:22:35'),(43519,7,11277,'DAY','2013-11-08 19:22:35'),(43520,1,11278,'3583577','2013-11-08 19:26:47'),(43521,2,11278,'592218','2013-11-08 19:26:47'),(43522,3,11278,'','2013-11-08 19:26:47'),(43523,4,11278,'OPD','2013-11-08 19:26:47'),(43524,5,11278,'','2013-11-08 19:26:47'),(43525,6,11278,'110.00','2013-11-08 19:26:47'),(43526,7,11278,'DAY','2013-11-08 19:26:47'),(43527,1,11280,'','2013-11-08 19:26:48'),(43528,2,11280,'','2013-11-08 19:26:48'),(43529,3,11280,'','2013-11-08 19:26:48'),(43530,4,11280,'','2013-11-08 19:26:48'),(43531,5,11280,'','2013-11-08 19:26:48'),(43532,6,11280,'','2013-11-08 19:26:48'),(43533,7,11280,'DAY','2013-11-08 19:26:48'),(43534,1,11281,'3583575','2013-11-08 19:28:59'),(43535,2,11281,'','2013-11-08 19:28:59'),(43536,3,11281,'','2013-11-08 19:28:59'),(43537,4,11281,'OPD','2013-11-08 19:28:59'),(43538,5,11281,'','2013-11-08 19:28:59'),(43539,6,11281,'74.24','2013-11-08 19:28:59'),(43540,7,11281,'DAY','2013-11-08 19:28:59'),(43541,1,11283,'','2013-11-08 19:28:59'),(43542,2,11283,'','2013-11-08 19:28:59'),(43543,3,11283,'','2013-11-08 19:28:59'),(43544,4,11283,'','2013-11-08 19:28:59'),(43545,5,11283,'','2013-11-08 19:28:59'),(43546,6,11283,'','2013-11-08 19:28:59'),(43547,7,11283,'DAY','2013-11-08 19:28:59'),(43548,1,11286,'','2013-11-08 19:28:59'),(43549,2,11286,'','2013-11-08 19:28:59'),(43550,3,11286,'','2013-11-08 19:28:59'),(43551,4,11286,'','2013-11-08 19:28:59'),(43552,5,11286,'','2013-11-08 19:28:59'),(43553,6,11286,'','2013-11-08 19:28:59'),(43554,7,11286,'DAY','2013-11-08 19:28:59'),(43555,1,11287,'','2013-11-08 19:29:55'),(43556,2,11287,'','2013-11-08 19:29:55'),(43557,3,11287,'','2013-11-08 19:29:55'),(43558,4,11287,'','2013-11-08 19:29:55'),(43559,5,11287,'','2013-11-08 19:29:55'),(43560,6,11287,'','2013-11-08 19:29:55'),(43561,7,11287,'DAY','2013-11-08 19:29:55'),(43562,1,11288,'3583580','2013-11-08 19:31:55'),(43563,2,11288,'592219','2013-11-08 19:31:55'),(43564,3,11288,'','2013-11-08 19:31:55'),(43565,4,11288,'OPD','2013-11-08 19:31:55'),(43566,5,11288,'','2013-11-08 19:31:55'),(43567,6,11288,'15.00','2013-11-08 19:31:55'),(43568,7,11288,'DAY','2013-11-08 19:31:55'),(43569,1,11289,'3575273','2013-11-08 19:44:28'),(43570,2,11289,'','2013-11-08 19:44:28'),(43571,3,11289,'','2013-11-08 19:44:28'),(43572,4,11289,'OPD','2013-11-08 19:44:28'),(43573,5,11289,'','2013-11-08 19:44:28'),(43574,6,11289,'22.00','2013-11-08 19:44:28'),(43575,7,11289,'DAY','2013-11-08 19:44:28'),(43576,1,11290,'','2013-11-08 19:47:55'),(43577,2,11290,'','2013-11-08 19:47:55'),(43578,3,11290,'','2013-11-08 19:47:55'),(43579,4,11290,'','2013-11-08 19:47:55'),(43580,5,11290,'','2013-11-08 19:47:55'),(43581,6,11290,'','2013-11-08 19:47:55'),(43582,7,11290,'DAY','2013-11-08 19:47:55'),(43583,1,11291,'3583587','2013-11-08 19:53:10'),(43584,2,11291,'592221','2013-11-08 19:53:10'),(43585,3,11291,'','2013-11-08 19:53:10'),(43586,4,11291,'OPD','2013-11-08 19:53:10'),(43587,5,11291,'','2013-11-08 19:53:10'),(43588,6,11291,'271.00','2013-11-08 19:53:10'),(43589,7,11291,'DAY','2013-11-08 19:53:10'),(43590,1,11293,'','2013-11-08 19:53:10'),(43591,2,11293,'','2013-11-08 19:53:10'),(43592,3,11293,'','2013-11-08 19:53:10'),(43593,4,11293,'','2013-11-08 19:53:10'),(43594,5,11293,'','2013-11-08 19:53:10'),(43595,6,11293,'','2013-11-08 19:53:10'),(43596,7,11293,'DAY','2013-11-08 19:53:10'),(43597,1,11296,'','2013-11-08 19:53:10'),(43598,2,11296,'','2013-11-08 19:53:10'),(43599,3,11296,'','2013-11-08 19:53:10'),(43600,4,11296,'','2013-11-08 19:53:10'),(43601,5,11296,'','2013-11-08 19:53:10'),(43602,6,11296,'','2013-11-08 19:53:10'),(43603,7,11296,'DAY','2013-11-08 19:53:10'),(43604,1,11300,'','2013-11-08 19:53:10'),(43605,2,11300,'','2013-11-08 19:53:10'),(43606,3,11300,'','2013-11-08 19:53:10'),(43607,4,11300,'','2013-11-08 19:53:10'),(43608,5,11300,'','2013-11-08 19:53:10'),(43609,6,11300,'','2013-11-08 19:53:10'),(43610,7,11300,'DAY','2013-11-08 19:53:10'),(43611,1,11301,'','2013-11-08 19:58:31'),(43612,2,11301,'','2013-11-08 19:58:31'),(43613,3,11301,'','2013-11-08 19:58:31'),(43614,4,11301,'','2013-11-08 19:58:31'),(43615,5,11301,'','2013-11-08 19:58:31'),(43616,6,11301,'','2013-11-08 19:58:31'),(43617,7,11301,'DAY','2013-11-08 19:58:31'),(43618,1,11302,'3583597','2013-11-08 20:04:05'),(43619,2,11302,'','2013-11-08 20:04:05'),(43620,3,11302,'','2013-11-08 20:04:05'),(43621,4,11302,'WARED','2013-11-08 20:04:05'),(43622,5,11302,'214756','2013-11-08 20:04:05'),(43623,6,11302,'22.00','2013-11-08 20:04:05'),(43624,7,11302,'DAY','2013-11-08 20:04:05'),(43625,1,11303,'3583568','2013-11-08 20:05:38'),(43626,2,11303,'','2013-11-08 20:05:38'),(43627,3,11303,'','2013-11-08 20:05:38'),(43628,4,11303,'WARD','2013-11-08 20:05:38'),(43629,5,11303,'214783','2013-11-08 20:05:38'),(43630,6,11303,'13.00','2013-11-08 20:05:38'),(43631,7,11303,'DAY','2013-11-08 20:05:38'),(43632,1,11304,'3583599','2013-11-08 20:08:33'),(43633,2,11304,'592223','2013-11-08 20:08:33'),(43634,3,11304,'','2013-11-08 20:08:33'),(43635,4,11304,'OPD','2013-11-08 20:08:33'),(43636,5,11304,'','2013-11-08 20:08:33'),(43637,6,11304,'172.00','2013-11-08 20:08:33'),(43638,7,11304,'DAY','2013-11-08 20:08:33'),(43639,1,11306,'','2013-11-08 20:08:33'),(43640,2,11306,'','2013-11-08 20:08:33'),(43641,3,11306,'','2013-11-08 20:08:33'),(43642,4,11306,'','2013-11-08 20:08:33'),(43643,5,11306,'','2013-11-08 20:08:33'),(43644,6,11306,'','2013-11-08 20:08:33'),(43645,7,11306,'DAY','2013-11-08 20:08:33'),(43646,1,11307,'','2013-11-08 20:13:07'),(43647,2,11307,'','2013-11-08 20:13:07'),(43648,3,11307,'','2013-11-08 20:13:07'),(43649,4,11307,'','2013-11-08 20:13:07'),(43650,5,11307,'','2013-11-08 20:13:07'),(43651,6,11307,'','2013-11-08 20:13:07'),(43652,7,11307,'DAY','2013-11-08 20:13:07'),(43653,1,11308,'3583600','2013-11-08 20:13:56'),(43654,2,11308,'','2013-11-08 20:13:56'),(43655,3,11308,'','2013-11-08 20:13:56'),(43656,4,11308,'OPD','2013-11-08 20:13:56'),(43657,5,11308,'','2013-11-08 20:13:56'),(43658,6,11308,'66.00','2013-11-08 20:13:56'),(43659,7,11308,'DAY','2013-11-08 20:13:56'),(43660,1,11309,'','2013-11-08 20:17:24'),(43661,2,11309,'','2013-11-08 20:17:24'),(43662,3,11309,'','2013-11-08 20:17:24'),(43663,4,11309,'','2013-11-08 20:17:24'),(43664,5,11309,'','2013-11-08 20:17:24'),(43665,6,11309,'','2013-11-08 20:17:24'),(43666,7,11309,'DAY','2013-11-08 20:17:24'),(43667,1,11310,'3583613','2013-11-08 20:18:13'),(43668,2,11310,'','2013-11-08 20:18:13'),(43669,3,11310,'','2013-11-08 20:18:13'),(43670,4,11310,'OPD','2013-11-08 20:18:13'),(43671,5,11310,'','2013-11-08 20:18:13'),(43672,6,11310,'40.00','2013-11-08 20:18:13'),(43673,7,11310,'DAY','2013-11-08 20:18:13'),(43674,1,11311,'','2013-11-08 20:20:43'),(43675,2,11311,'','2013-11-08 20:20:43'),(43676,3,11311,'','2013-11-08 20:20:43'),(43677,4,11311,'','2013-11-08 20:20:43'),(43678,5,11311,'','2013-11-08 20:20:43'),(43679,6,11311,'','2013-11-08 20:20:43'),(43680,7,11311,'DAY','2013-11-08 20:20:43'),(43681,1,11312,'3583624','2013-11-08 20:30:10'),(43682,2,11312,'','2013-11-08 20:30:10'),(43683,3,11312,'','2013-11-08 20:30:10'),(43684,4,11312,'OPD','2013-11-08 20:30:10'),(43685,5,11312,'','2013-11-08 20:30:10'),(43686,6,11312,'28.50','2013-11-08 20:30:10'),(43687,7,11312,'DAY','2013-11-08 20:30:10'),(43688,1,11314,'','2013-11-08 20:30:10'),(43689,2,11314,'','2013-11-08 20:30:10'),(43690,3,11314,'','2013-11-08 20:30:10'),(43691,4,11314,'','2013-11-08 20:30:10'),(43692,5,11314,'','2013-11-08 20:30:10'),(43693,6,11314,'','2013-11-08 20:30:10'),(43694,7,11314,'DAY','2013-11-08 20:30:10'),(43695,1,11315,'3583627','2013-11-08 20:33:00'),(43696,2,11315,'','2013-11-08 20:33:00'),(43697,3,11315,'','2013-11-08 20:33:00'),(43698,4,11315,'OPD','2013-11-08 20:33:00'),(43699,5,11315,'','2013-11-08 20:33:00'),(43700,6,11315,'324.00','2013-11-08 20:33:00'),(43701,7,11315,'DAY','2013-11-08 20:33:00'),(43702,1,11317,'','2013-11-08 20:33:00'),(43703,2,11317,'','2013-11-08 20:33:00'),(43704,3,11317,'','2013-11-08 20:33:00'),(43705,4,11317,'','2013-11-08 20:33:00'),(43706,5,11317,'','2013-11-08 20:33:00'),(43707,6,11317,'','2013-11-08 20:33:00'),(43708,7,11317,'DAY','2013-11-08 20:33:00'),(43709,1,11320,'','2013-11-08 20:33:00'),(43710,2,11320,'','2013-11-08 20:33:00'),(43711,3,11320,'','2013-11-08 20:33:00'),(43712,4,11320,'','2013-11-08 20:33:00'),(43713,5,11320,'','2013-11-08 20:33:00'),(43714,6,11320,'','2013-11-08 20:33:00'),(43715,7,11320,'DAY','2013-11-08 20:33:00'),(43716,1,11321,'3583643','2013-11-08 20:49:51'),(43717,2,11321,'','2013-11-08 20:49:51'),(43718,3,11321,'','2013-11-08 20:49:51'),(43719,4,11321,'OPD','2013-11-08 20:49:51'),(43720,5,11321,'','2013-11-08 20:49:51'),(43721,6,11321,'96.00','2013-11-08 20:49:51'),(43722,7,11321,'DAY','2013-11-08 20:49:51'),(43723,1,11323,'','2013-11-08 20:49:51'),(43724,2,11323,'','2013-11-08 20:49:51'),(43725,3,11323,'','2013-11-08 20:49:51'),(43726,4,11323,'','2013-11-08 20:49:51'),(43727,5,11323,'','2013-11-08 20:49:51'),(43728,6,11323,'','2013-11-08 20:49:51'),(43729,7,11323,'DAY','2013-11-08 20:49:51'),(43730,1,11324,'','2013-11-08 20:59:41'),(43731,2,11324,'','2013-11-08 20:59:41'),(43732,3,11324,'','2013-11-08 20:59:41'),(43733,4,11324,'','2013-11-08 20:59:41'),(43734,5,11324,'','2013-11-08 20:59:41'),(43735,6,11324,'','2013-11-08 20:59:41'),(43736,7,11324,'DAY','2013-11-08 20:59:41'),(43737,1,11325,'','2013-11-08 21:05:50'),(43738,2,11325,'','2013-11-08 21:05:50'),(43739,3,11325,'','2013-11-08 21:05:50'),(43740,4,11325,'','2013-11-08 21:05:50'),(43741,5,11325,'','2013-11-08 21:05:50'),(43742,6,11325,'','2013-11-08 21:05:50'),(43743,7,11325,'DAY','2013-11-08 21:05:50'),(43744,1,11326,'3583645','2013-11-08 21:10:06'),(43745,2,11326,'592223','2013-11-08 21:10:06'),(43746,3,11326,'','2013-11-08 21:10:06'),(43747,4,11326,'OPD','2013-11-08 21:10:06'),(43748,5,11326,'','2013-11-08 21:10:06'),(43749,6,11326,'66.00','2013-11-08 21:10:06'),(43750,7,11326,'DAY','2013-11-08 21:10:06'),(43751,1,11327,'3583660','2013-11-08 21:26:48'),(43752,2,11327,'','2013-11-08 21:26:48'),(43753,3,11327,'','2013-11-08 21:26:48'),(43754,4,11327,'OPD','2013-11-08 21:26:48'),(43755,5,11327,'','2013-11-08 21:26:48'),(43756,6,11327,'130.00','2013-11-08 21:26:48'),(43757,7,11327,'DAY','2013-11-08 21:26:48'),(43758,1,11329,'','2013-11-08 21:26:48'),(43759,2,11329,'','2013-11-08 21:26:48'),(43760,3,11329,'','2013-11-08 21:26:48'),(43761,4,11329,'','2013-11-08 21:26:48'),(43762,5,11329,'','2013-11-08 21:26:48'),(43763,6,11329,'','2013-11-08 21:26:48'),(43764,7,11329,'DAY','2013-11-08 21:26:48'),(43765,1,11332,'','2013-11-08 21:26:48'),(43766,2,11332,'','2013-11-08 21:26:48'),(43767,3,11332,'','2013-11-08 21:26:48'),(43768,4,11332,'','2013-11-08 21:26:48'),(43769,5,11332,'','2013-11-08 21:26:48'),(43770,6,11332,'','2013-11-08 21:26:48'),(43771,7,11332,'DAY','2013-11-08 21:26:48'),(43772,1,11333,'3583670','2013-11-08 21:51:56'),(43773,2,11333,'','2013-11-08 21:51:56'),(43774,3,11333,'','2013-11-08 21:51:56'),(43775,4,11333,'OPD','2013-11-08 21:51:56'),(43776,5,11333,'','2013-11-08 21:51:56'),(43777,6,11333,'','2013-11-08 21:51:56'),(43778,7,11333,'DAY','2013-11-08 21:51:56'),(43779,1,11334,'3583679','2013-11-08 21:56:19'),(43780,2,11334,'','2013-11-08 21:56:19'),(43781,3,11334,'','2013-11-08 21:56:19'),(43782,4,11334,'OPD','2013-11-08 21:56:19'),(43783,5,11334,'','2013-11-08 21:56:19'),(43784,6,11334,'122.00','2013-11-08 21:56:19'),(43785,7,11334,'DAY','2013-11-08 21:56:19'),(43786,1,11336,'','2013-11-08 21:56:19'),(43787,2,11336,'','2013-11-08 21:56:19'),(43788,3,11336,'','2013-11-08 21:56:19'),(43789,4,11336,'','2013-11-08 21:56:19'),(43790,5,11336,'','2013-11-08 21:56:19'),(43791,6,11336,'','2013-11-08 21:56:19'),(43792,7,11336,'DAY','2013-11-08 21:56:19'),(43793,1,11339,'','2013-11-08 21:56:20'),(43794,2,11339,'','2013-11-08 21:56:20'),(43795,3,11339,'','2013-11-08 21:56:20'),(43796,4,11339,'','2013-11-08 21:56:20'),(43797,5,11339,'','2013-11-08 21:56:20'),(43798,6,11339,'','2013-11-08 21:56:20'),(43799,7,11339,'DAY','2013-11-08 21:56:20'),(43800,1,11340,'','2013-11-08 22:04:55'),(43801,2,11340,'','2013-11-08 22:04:55'),(43802,3,11340,'','2013-11-08 22:04:55'),(43803,4,11340,'','2013-11-08 22:04:55'),(43804,5,11340,'','2013-11-08 22:04:55'),(43805,6,11340,'','2013-11-08 22:04:55'),(43806,7,11340,'DAY','2013-11-08 22:04:55'),(43807,1,11341,'3583691','2013-11-08 22:24:13'),(43808,2,11341,'','2013-11-08 22:24:13'),(43809,3,11341,'','2013-11-08 22:24:13'),(43810,4,11341,'OPD','2013-11-08 22:24:13'),(43811,5,11341,'','2013-11-08 22:24:13'),(43812,6,11341,'105.00','2013-11-08 22:24:13'),(43813,7,11341,'DAY','2013-11-08 22:24:14'),(43814,1,11342,'3583697','2013-11-08 22:40:00'),(43815,2,11342,'','2013-11-08 22:40:00'),(43816,3,11342,'','2013-11-08 22:40:00'),(43817,4,11342,'OPD','2013-11-08 22:40:00'),(43818,5,11342,'','2013-11-08 22:40:00'),(43819,6,11342,'68.00','2013-11-08 22:40:00'),(43820,7,11342,'DAY','2013-11-08 22:40:00'),(43821,1,11344,'','2013-11-08 22:40:00'),(43822,2,11344,'','2013-11-08 22:40:00'),(43823,3,11344,'','2013-11-08 22:40:00'),(43824,4,11344,'','2013-11-08 22:40:00'),(43825,5,11344,'','2013-11-08 22:40:00'),(43826,6,11344,'','2013-11-08 22:40:00'),(43827,7,11344,'DAY','2013-11-08 22:40:00'),(43828,1,11347,'','2013-11-08 22:40:00'),(43829,2,11347,'','2013-11-08 22:40:00'),(43830,3,11347,'','2013-11-08 22:40:00'),(43831,4,11347,'','2013-11-08 22:40:00'),(43832,5,11347,'','2013-11-08 22:40:00'),(43833,6,11347,'','2013-11-08 22:40:00'),(43834,7,11347,'DAY','2013-11-08 22:40:00'),(43835,1,11348,'','2013-11-08 22:50:29'),(43836,2,11348,'','2013-11-08 22:50:29'),(43837,3,11348,'','2013-11-08 22:50:29'),(43838,4,11348,'','2013-11-08 22:50:29'),(43839,5,11348,'','2013-11-08 22:50:29'),(43840,6,11348,'','2013-11-08 22:50:29'),(43841,7,11348,'DAY','2013-11-08 22:50:29'),(43842,1,11349,'3583701','2013-11-08 22:52:44'),(43843,2,11349,'','2013-11-08 22:52:44'),(43844,3,11349,'PIDx, ?Pancreatitis','2013-11-08 22:52:44'),(43845,4,11349,'OPD','2013-11-08 22:52:44'),(43846,5,11349,'','2013-11-08 22:52:44'),(43847,6,11349,'163','2013-11-08 22:52:44'),(43848,7,11349,'DAY','2013-11-08 22:52:44'),(43849,1,11351,'','2013-11-08 22:52:45'),(43850,2,11351,'','2013-11-08 22:52:45'),(43851,3,11351,'','2013-11-08 22:52:45'),(43852,4,11351,'','2013-11-08 22:52:45'),(43853,5,11351,'','2013-11-08 22:52:45'),(43854,6,11351,'','2013-11-08 22:52:45'),(43855,7,11351,'DAY','2013-11-08 22:52:45'),(43856,1,11354,'','2013-11-08 22:52:45'),(43857,2,11354,'','2013-11-08 22:52:45'),(43858,3,11354,'','2013-11-08 22:52:45'),(43859,4,11354,'','2013-11-08 22:52:45'),(43860,5,11354,'','2013-11-08 22:52:45'),(43861,6,11354,'','2013-11-08 22:52:45'),(43862,7,11354,'DAY','2013-11-08 22:52:45'),(43863,1,11358,'','2013-11-08 22:52:45'),(43864,2,11358,'','2013-11-08 22:52:45'),(43865,3,11358,'','2013-11-08 22:52:45'),(43866,4,11358,'','2013-11-08 22:52:45'),(43867,5,11358,'','2013-11-08 22:52:45'),(43868,6,11358,'','2013-11-08 22:52:45'),(43869,7,11358,'DAY','2013-11-08 22:52:45'),(43870,1,11359,'','2013-11-08 22:52:58'),(43871,2,11359,'','2013-11-08 22:52:58'),(43872,3,11359,'','2013-11-08 22:52:58'),(43873,4,11359,'','2013-11-08 22:52:58'),(43874,5,11359,'','2013-11-08 22:52:58'),(43875,6,11359,'','2013-11-08 22:52:58'),(43876,7,11359,'DAY','2013-11-08 22:52:58'),(43877,1,11360,'','2013-11-08 22:54:16'),(43878,2,11360,'','2013-11-08 22:54:16'),(43879,3,11360,'','2013-11-08 22:54:16'),(43880,4,11360,'','2013-11-08 22:54:16'),(43881,5,11360,'','2013-11-08 22:54:16'),(43882,6,11360,'','2013-11-08 22:54:16'),(43883,7,11360,'DAY','2013-11-08 22:54:16'),(43884,1,11361,'','2013-11-08 23:23:48'),(43885,2,11361,'','2013-11-08 23:23:48'),(43886,3,11361,'','2013-11-08 23:23:48'),(43887,4,11361,'','2013-11-08 23:23:48'),(43888,5,11361,'','2013-11-08 23:23:48'),(43889,6,11361,'','2013-11-08 23:23:48'),(43890,7,11361,'DAY','2013-11-08 23:23:48'),(43891,1,11362,'3583721','2013-11-08 23:27:39'),(43892,2,11362,'','2013-11-08 23:27:39'),(43893,3,11362,'','2013-11-08 23:27:39'),(43894,4,11362,'OPD','2013-11-08 23:27:39'),(43895,5,11362,'','2013-11-08 23:27:39'),(43896,6,11362,'132.00','2013-11-08 23:27:39'),(43897,7,11362,'DAY','2013-11-08 23:27:39'),(43898,1,11364,'','2013-11-08 23:27:39'),(43899,2,11364,'','2013-11-08 23:27:39'),(43900,3,11364,'','2013-11-08 23:27:39'),(43901,4,11364,'','2013-11-08 23:27:39'),(43902,5,11364,'','2013-11-08 23:27:39'),(43903,6,11364,'','2013-11-08 23:27:39'),(43904,7,11364,'DAY','2013-11-08 23:27:39'),(43905,1,11367,'','2013-11-08 23:27:39'),(43906,2,11367,'','2013-11-08 23:27:39'),(43907,3,11367,'','2013-11-08 23:27:39'),(43908,4,11367,'','2013-11-08 23:27:39'),(43909,5,11367,'','2013-11-08 23:27:39'),(43910,6,11367,'','2013-11-08 23:27:39'),(43911,7,11367,'DAY','2013-11-08 23:27:39'),(43912,1,11368,'3583722','2013-11-08 23:30:13'),(43913,2,11368,'','2013-11-08 23:30:13'),(43914,3,11368,'','2013-11-08 23:30:13'),(43915,4,11368,'OPD','2013-11-08 23:30:13'),(43916,5,11368,'','2013-11-08 23:30:13'),(43917,6,11368,'117.40','2013-11-08 23:30:13'),(43918,7,11368,'DAY','2013-11-08 23:30:13'),(43919,1,11369,'3583723','2013-11-08 23:33:03'),(43920,2,11369,'','2013-11-08 23:33:03'),(43921,3,11369,'','2013-11-08 23:33:03'),(43922,4,11369,'OPD','2013-11-08 23:33:03'),(43923,5,11369,'','2013-11-08 23:33:03'),(43924,6,11369,'13.00','2013-11-08 23:33:03'),(43925,7,11369,'DAY','2013-11-08 23:33:03'),(43926,1,11370,'','2013-11-08 23:35:17'),(43927,2,11370,'','2013-11-08 23:35:17'),(43928,3,11370,'','2013-11-08 23:35:17'),(43929,4,11370,'','2013-11-08 23:35:17'),(43930,5,11370,'','2013-11-08 23:35:17'),(43931,6,11370,'','2013-11-08 23:35:17'),(43932,7,11370,'DAY','2013-11-08 23:35:17'),(43933,1,11371,'3583730','2013-11-08 23:48:01'),(43934,2,11371,'592250','2013-11-08 23:48:01'),(43935,3,11371,'','2013-11-08 23:48:01'),(43936,4,11371,'OPD','2013-11-08 23:48:01'),(43937,5,11371,'','2013-11-08 23:48:01'),(43938,6,11371,'47.00','2013-11-08 23:48:01'),(43939,7,11371,'DAY','2013-11-08 23:48:01'),(43940,1,11372,'3583736','2013-11-08 23:50:44'),(43941,2,11372,'','2013-11-08 23:50:44'),(43942,3,11372,'','2013-11-08 23:50:44'),(43943,4,11372,'OPD','2013-11-08 23:50:44'),(43944,5,11372,'','2013-11-08 23:50:44'),(43945,6,11372,'61.00','2013-11-08 23:50:44'),(43946,7,11372,'DAY','2013-11-08 23:50:44'),(43947,1,11373,'3583763','2013-11-09 00:40:46'),(43948,2,11373,'592262','2013-11-09 00:40:46'),(43949,3,11373,'','2013-11-09 00:40:46'),(43950,4,11373,'OPD','2013-11-09 00:40:46'),(43951,5,11373,'','2013-11-09 00:40:46'),(43952,6,11373,'408.00','2013-11-09 00:40:46'),(43953,7,11373,'DAY','2013-11-09 00:40:46'),(43954,1,11375,'','2013-11-09 00:40:46'),(43955,2,11375,'','2013-11-09 00:40:46'),(43956,3,11375,'','2013-11-09 00:40:46'),(43957,4,11375,'','2013-11-09 00:40:46'),(43958,5,11375,'','2013-11-09 00:40:46'),(43959,6,11375,'','2013-11-09 00:40:46'),(43960,7,11375,'DAY','2013-11-09 00:40:46'),(43961,1,11378,'','2013-11-09 00:40:46'),(43962,2,11378,'','2013-11-09 00:40:46'),(43963,3,11378,'','2013-11-09 00:40:46'),(43964,4,11378,'','2013-11-09 00:40:46'),(43965,5,11378,'','2013-11-09 00:40:46'),(43966,6,11378,'','2013-11-09 00:40:46'),(43967,7,11378,'DAY','2013-11-09 00:40:46'),(43968,1,11382,'','2013-11-09 00:40:46'),(43969,2,11382,'','2013-11-09 00:40:46'),(43970,3,11382,'','2013-11-09 00:40:46'),(43971,4,11382,'','2013-11-09 00:40:46'),(43972,5,11382,'','2013-11-09 00:40:46'),(43973,6,11382,'','2013-11-09 00:40:46'),(43974,7,11382,'DAY','2013-11-09 00:40:46'),(43975,1,11383,'','2013-11-09 00:44:17'),(43976,2,11383,'','2013-11-09 00:44:17'),(43977,3,11383,'','2013-11-09 00:44:17'),(43978,4,11383,'','2013-11-09 00:44:17'),(43979,5,11383,'','2013-11-09 00:44:17'),(43980,6,11383,'','2013-11-09 00:44:17'),(43981,7,11383,'DAY','2013-11-09 00:44:17'),(43982,1,11384,'','2013-11-09 00:45:56'),(43983,2,11384,'','2013-11-09 00:45:56'),(43984,3,11384,'','2013-11-09 00:45:56'),(43985,4,11384,'','2013-11-09 00:45:56'),(43986,5,11384,'','2013-11-09 00:45:56'),(43987,6,11384,'','2013-11-09 00:45:56'),(43988,7,11384,'DAY','2013-11-09 00:45:56'),(43989,1,11385,'','2013-11-09 01:19:14'),(43990,2,11385,'','2013-11-09 01:19:14'),(43991,3,11385,'','2013-11-09 01:19:14'),(43992,4,11385,'','2013-11-09 01:19:14'),(43993,5,11385,'','2013-11-09 01:19:14'),(43994,6,11385,'','2013-11-09 01:19:14'),(43995,7,11385,'DAY','2013-11-09 01:19:14'),(43996,1,11386,'','2013-11-09 01:29:00'),(43997,2,11386,'','2013-11-09 01:29:00'),(43998,3,11386,'','2013-11-09 01:29:00'),(43999,4,11386,'','2013-11-09 01:29:00'),(44000,5,11386,'','2013-11-09 01:29:00'),(44001,6,11386,'','2013-11-09 01:29:00'),(44002,7,11386,'DAY','2013-11-09 01:29:00'),(44003,1,11387,'3583828','2013-11-09 01:53:08'),(44004,2,11387,'','2013-11-09 01:53:08'),(44005,3,11387,'','2013-11-09 01:53:08'),(44006,4,11387,'OPD','2013-11-09 01:53:08'),(44007,5,11387,'','2013-11-09 01:53:08'),(44008,6,11387,'81.00','2013-11-09 01:53:08'),(44009,7,11387,'DAY','2013-11-09 01:53:08'),(44010,1,11388,'3583832','2013-11-09 01:55:29'),(44011,2,11388,'','2013-11-09 01:55:29'),(44012,3,11388,'','2013-11-09 01:55:29'),(44013,4,11388,'OPD','2013-11-09 01:55:29'),(44014,5,11388,'','2013-11-09 01:55:29'),(44015,6,11388,'13.00','2013-11-09 01:55:29'),(44016,7,11388,'DAY','2013-11-09 01:55:29'),(44017,1,11389,'','2013-11-09 02:04:26'),(44018,2,11389,'592281','2013-11-09 02:04:26'),(44019,3,11389,'','2013-11-09 02:04:26'),(44020,4,11389,'OPD','2013-11-09 02:04:26'),(44021,5,11389,'','2013-11-09 02:04:26'),(44022,6,11389,'154.00','2013-11-09 02:04:26'),(44023,7,11389,'DAY','2013-11-09 02:04:26'),(44024,1,11391,'','2013-11-09 02:04:27'),(44025,2,11391,'','2013-11-09 02:04:27'),(44026,3,11391,'','2013-11-09 02:04:27'),(44027,4,11391,'','2013-11-09 02:04:27'),(44028,5,11391,'','2013-11-09 02:04:27'),(44029,6,11391,'','2013-11-09 02:04:27'),(44030,7,11391,'DAY','2013-11-09 02:04:27'),(44031,1,11394,'','2013-11-09 02:04:27'),(44032,2,11394,'','2013-11-09 02:04:27'),(44033,3,11394,'','2013-11-09 02:04:27'),(44034,4,11394,'','2013-11-09 02:04:27'),(44035,5,11394,'','2013-11-09 02:04:27'),(44036,6,11394,'','2013-11-09 02:04:27'),(44037,7,11394,'DAY','2013-11-09 02:04:27'),(44038,1,11395,'3583850','2013-11-09 02:24:17'),(44039,2,11395,'592286','2013-11-09 02:24:17'),(44040,3,11395,'','2013-11-09 02:24:17'),(44041,4,11395,'OPD','2013-11-09 02:24:17'),(44042,5,11395,'','2013-11-09 02:24:17'),(44043,6,11395,'81.00','2013-11-09 02:24:17'),(44044,7,11395,'DAY','2013-11-09 02:24:17'),(44045,1,11396,'3583872','2013-11-09 02:52:36'),(44046,2,11396,'592291','2013-11-09 02:52:36'),(44047,3,11396,'','2013-11-09 02:52:36'),(44048,4,11396,'OPD','2013-11-09 02:52:36'),(44049,5,11396,'','2013-11-09 02:52:36'),(44050,6,11396,'38.00','2013-11-09 02:52:36'),(44051,7,11396,'DAY','2013-11-09 02:52:36'),(44052,1,11397,'3583874','2013-11-09 02:55:59'),(44053,2,11397,'592292','2013-11-09 02:55:59'),(44054,3,11397,'','2013-11-09 02:55:59'),(44055,4,11397,'','2013-11-09 02:55:59'),(44056,5,11397,'','2013-11-09 02:55:59'),(44057,6,11397,'19.80','2013-11-09 02:55:59'),(44058,7,11397,'DAY','2013-11-09 02:55:59'),(44059,1,11398,'3583889','2013-11-09 03:12:12'),(44060,2,11398,'','2013-11-09 03:12:12'),(44061,3,11398,'','2013-11-09 03:12:12'),(44062,4,11398,'OPD','2013-11-09 03:12:12'),(44063,5,11398,'','2013-11-09 03:12:12'),(44064,6,11398,'94.00','2013-11-09 03:12:12'),(44065,7,11398,'DAY','2013-11-09 03:12:12'),(44066,1,11400,'','2013-11-09 03:12:12'),(44067,2,11400,'','2013-11-09 03:12:12'),(44068,3,11400,'','2013-11-09 03:12:12'),(44069,4,11400,'','2013-11-09 03:12:12'),(44070,5,11400,'','2013-11-09 03:12:12'),(44071,6,11400,'','2013-11-09 03:12:12'),(44072,7,11400,'DAY','2013-11-09 03:12:12'),(44073,1,11401,'3583888','2013-11-09 03:16:25'),(44074,2,11401,'592297','2013-11-09 03:16:25'),(44075,3,11401,'','2013-11-09 03:16:25'),(44076,4,11401,'OUTSIDE REQ','2013-11-09 03:16:25'),(44077,5,11401,'','2013-11-09 03:16:25'),(44078,6,11401,'67.00','2013-11-09 03:16:25'),(44079,7,11401,'DAY','2013-11-09 03:16:25'),(44080,1,11403,'','2013-11-09 03:16:25'),(44081,2,11403,'','2013-11-09 03:16:25'),(44082,3,11403,'','2013-11-09 03:16:25'),(44083,4,11403,'','2013-11-09 03:16:25'),(44084,5,11403,'','2013-11-09 03:16:25'),(44085,6,11403,'','2013-11-09 03:16:25'),(44086,7,11403,'DAY','2013-11-09 03:16:25'),(44087,1,11406,'','2013-11-09 03:16:26'),(44088,2,11406,'','2013-11-09 03:16:26'),(44089,3,11406,'','2013-11-09 03:16:26'),(44090,4,11406,'','2013-11-09 03:16:26'),(44091,5,11406,'','2013-11-09 03:16:26'),(44092,6,11406,'','2013-11-09 03:16:26'),(44093,7,11406,'DAY','2013-11-09 03:16:26'),(44094,1,11410,'','2013-11-09 03:16:26'),(44095,2,11410,'','2013-11-09 03:16:26'),(44096,3,11410,'','2013-11-09 03:16:26'),(44097,4,11410,'','2013-11-09 03:16:26'),(44098,5,11410,'','2013-11-09 03:16:26'),(44099,6,11410,'','2013-11-09 03:16:26'),(44100,7,11410,'DAY','2013-11-09 03:16:26'),(44101,1,11411,'3583893','2013-11-09 03:19:02'),(44102,2,11411,'','2013-11-09 03:19:02'),(44103,3,11411,'','2013-11-09 03:19:02'),(44104,4,11411,'OPD','2013-11-09 03:19:02'),(44105,5,11411,'','2013-11-09 03:19:02'),(44106,6,11411,'22.00','2013-11-09 03:19:02'),(44107,7,11411,'DAY','2013-11-09 03:19:02'),(44108,1,11412,'3583899','2013-11-09 03:25:44'),(44109,2,11412,'','2013-11-09 03:25:44'),(44110,3,11412,'','2013-11-09 03:25:44'),(44111,4,11412,'OPD','2013-11-09 03:25:44'),(44112,5,11412,'','2013-11-09 03:25:44'),(44113,6,11412,'99.00','2013-11-09 03:25:44'),(44114,7,11412,'DAY','2013-11-09 03:25:44'),(44115,1,11414,'','2013-11-09 03:25:44'),(44116,2,11414,'','2013-11-09 03:25:44'),(44117,3,11414,'','2013-11-09 03:25:44'),(44118,4,11414,'','2013-11-09 03:25:44'),(44119,5,11414,'','2013-11-09 03:25:44'),(44120,6,11414,'','2013-11-09 03:25:44'),(44121,7,11414,'DAY','2013-11-09 03:25:44'),(44122,1,11415,'3583902','2013-11-09 03:28:17'),(44123,2,11415,'','2013-11-09 03:28:17'),(44124,3,11415,'','2013-11-09 03:28:17'),(44125,4,11415,'OPD','2013-11-09 03:28:17'),(44126,5,11415,'','2013-11-09 03:28:17'),(44127,6,11415,'94.00','2013-11-09 03:28:17'),(44128,7,11415,'DAY','2013-11-09 03:28:17'),(44129,1,11417,'','2013-11-09 03:28:17'),(44130,2,11417,'','2013-11-09 03:28:17'),(44131,3,11417,'','2013-11-09 03:28:17'),(44132,4,11417,'','2013-11-09 03:28:17'),(44133,5,11417,'','2013-11-09 03:28:17'),(44134,6,11417,'','2013-11-09 03:28:17'),(44135,7,11417,'DAY','2013-11-09 03:28:17'),(44136,1,11418,'','2013-11-09 03:45:12'),(44137,2,11418,'','2013-11-09 03:45:12'),(44138,3,11418,'','2013-11-09 03:45:12'),(44139,4,11418,'OPD','2013-11-09 03:45:12'),(44140,5,11418,'','2013-11-09 03:45:12'),(44141,6,11418,'27.00','2013-11-09 03:45:12'),(44142,7,11418,'DAY','2013-11-09 03:45:12'),(44143,1,11420,'','2013-11-09 03:45:12'),(44144,2,11420,'','2013-11-09 03:45:12'),(44145,3,11420,'','2013-11-09 03:45:12'),(44146,4,11420,'','2013-11-09 03:45:12'),(44147,5,11420,'','2013-11-09 03:45:12'),(44148,6,11420,'','2013-11-09 03:45:12'),(44149,7,11420,'DAY','2013-11-09 03:45:12'),(44150,1,11421,'3583916','2013-11-09 03:52:09'),(44151,2,11421,'','2013-11-09 03:52:09'),(44152,3,11421,'','2013-11-09 03:52:09'),(44153,4,11421,'OPD','2013-11-09 03:52:09'),(44154,5,11421,'','2013-11-09 03:52:09'),(44155,6,11421,'81','2013-11-09 03:52:09'),(44156,7,11421,'DAY','2013-11-09 03:52:09'),(44157,1,11422,'3583940','2013-11-09 04:54:28'),(44158,2,11422,'','2013-11-09 04:54:28'),(44159,3,11422,'','2013-11-09 04:54:28'),(44160,4,11422,'WARD','2013-11-09 04:54:28'),(44161,5,11422,'B1, 214999','2013-11-09 04:54:28'),(44162,6,11422,'159','2013-11-09 04:54:28'),(44163,7,11422,'DAY','2013-11-09 04:54:28'),(44164,1,11424,'','2013-11-09 04:54:28'),(44165,2,11424,'','2013-11-09 04:54:28'),(44166,3,11424,'','2013-11-09 04:54:28'),(44167,4,11424,'','2013-11-09 04:54:28'),(44168,5,11424,'','2013-11-09 04:54:28'),(44169,6,11424,'','2013-11-09 04:54:28'),(44170,7,11424,'DAY','2013-11-09 04:54:28'),(44171,1,11427,'','2013-11-09 04:54:28'),(44172,2,11427,'','2013-11-09 04:54:28'),(44173,3,11427,'','2013-11-09 04:54:28'),(44174,4,11427,'','2013-11-09 04:54:28'),(44175,5,11427,'','2013-11-09 04:54:28'),(44176,6,11427,'','2013-11-09 04:54:28'),(44177,7,11427,'DAY','2013-11-09 04:54:28'),(44178,1,11428,'3583951','2013-11-09 07:04:25'),(44179,2,11428,'592512','2013-11-09 07:04:25'),(44180,3,11428,'','2013-11-09 07:04:25'),(44181,4,11428,'OPD','2013-11-09 07:04:25'),(44182,5,11428,'','2013-11-09 07:04:26'),(44183,6,11428,'92','2013-11-09 07:04:26'),(44184,7,11428,'DAY','2013-11-09 07:04:26'),(44185,1,11430,'','2013-11-09 07:04:26'),(44186,2,11430,'','2013-11-09 07:04:26'),(44187,3,11430,'','2013-11-09 07:04:26'),(44188,4,11430,'','2013-11-09 07:04:26'),(44189,5,11430,'','2013-11-09 07:04:26'),(44190,6,11430,'','2013-11-09 07:04:26'),(44191,7,11430,'DAY','2013-11-09 07:04:26'),(44192,1,11431,'3583959','2013-11-09 09:16:19'),(44193,2,11431,'592318','2013-11-09 09:16:19'),(44194,3,11431,'','2013-11-09 09:16:19'),(44195,4,11431,'OPD','2013-11-09 09:16:19'),(44196,5,11431,'','2013-11-09 09:16:19'),(44197,6,11431,'75','2013-11-09 09:16:19'),(44198,7,11431,'DAY','2013-11-09 09:16:19'),(44199,1,11432,'3583966','2013-11-09 13:49:25'),(44200,2,11432,'592321','2013-11-09 13:49:25'),(44201,3,11432,'','2013-11-09 13:49:25'),(44202,4,11432,'OPD','2013-11-09 13:49:25'),(44203,5,11432,'','2013-11-09 13:49:25'),(44204,6,11432,'32','2013-11-09 13:49:25'),(44205,7,11432,'NIGHT','2013-11-09 13:49:25'),(44206,1,11434,'','2013-11-09 13:49:25'),(44207,2,11434,'','2013-11-09 13:49:25'),(44208,3,11434,'','2013-11-09 13:49:25'),(44209,4,11434,'','2013-11-09 13:49:25'),(44210,5,11434,'','2013-11-09 13:49:25'),(44211,6,11434,'','2013-11-09 13:49:25'),(44212,7,11434,'DAY','2013-11-09 13:49:25'),(44213,1,11435,'3583974','2013-11-09 13:56:18'),(44214,2,11435,'','2013-11-09 13:56:18'),(44215,3,11435,'','2013-11-09 13:56:18'),(44216,4,11435,'OPD','2013-11-09 13:56:18'),(44217,5,11435,'','2013-11-09 13:56:18'),(44218,6,11435,'112','2013-11-09 13:56:18'),(44219,7,11435,'NIGHT','2013-11-09 13:56:18'),(44220,1,11437,'','2013-11-09 13:56:18'),(44221,2,11437,'','2013-11-09 13:56:18'),(44222,3,11437,'','2013-11-09 13:56:18'),(44223,4,11437,'','2013-11-09 13:56:18'),(44224,5,11437,'','2013-11-09 13:56:18'),(44225,6,11437,'','2013-11-09 13:56:18'),(44226,7,11437,'DAY','2013-11-09 13:56:18'),(44227,1,11440,'','2013-11-09 13:56:18'),(44228,2,11440,'','2013-11-09 13:56:18'),(44229,3,11440,'','2013-11-09 13:56:18'),(44230,4,11440,'','2013-11-09 13:56:18'),(44231,5,11440,'','2013-11-09 13:56:18'),(44232,6,11440,'','2013-11-09 13:56:18'),(44233,7,11440,'DAY','2013-11-09 13:56:18'),(44234,1,11441,'3583653','2013-11-09 14:13:08'),(44235,2,11441,'','2013-11-09 14:13:08'),(44236,3,11441,'','2013-11-09 14:13:08'),(44237,4,11441,'OPD','2013-11-09 14:13:08'),(44238,5,11441,'','2013-11-09 14:13:08'),(44239,6,11441,'198','2013-11-09 14:13:08'),(44240,7,11441,'NIGHT','2013-11-09 14:13:08'),(44241,1,11443,'','2013-11-09 14:13:08'),(44242,2,11443,'','2013-11-09 14:13:08'),(44243,3,11443,'','2013-11-09 14:13:08'),(44244,4,11443,'','2013-11-09 14:13:08'),(44245,5,11443,'','2013-11-09 14:13:08'),(44246,6,11443,'','2013-11-09 14:13:08'),(44247,7,11443,'DAY','2013-11-09 14:13:08'),(44248,1,11444,'3583981','2013-11-09 14:26:29'),(44249,2,11444,'592323','2013-11-09 14:26:29'),(44250,3,11444,'','2013-11-09 14:26:29'),(44251,4,11444,'OPD','2013-11-09 14:26:29'),(44252,5,11444,'','2013-11-09 14:26:29'),(44253,6,11444,'22','2013-11-09 14:26:29'),(44254,7,11444,'DAY','2013-11-09 14:26:29'),(44255,1,11445,'3569646','2013-11-09 14:47:06'),(44256,2,11445,'','2013-11-09 14:47:06'),(44257,3,11445,'','2013-11-09 14:47:06'),(44258,4,11445,'OPD','2013-11-09 14:47:06'),(44259,5,11445,'','2013-11-09 14:47:06'),(44260,6,11445,'45','2013-11-09 14:47:06'),(44261,7,11445,'DAY','2013-11-09 14:47:06'),(44262,1,11446,'3583990','2013-11-09 14:49:17'),(44263,2,11446,'','2013-11-09 14:49:17'),(44264,3,11446,'','2013-11-09 14:49:17'),(44265,4,11446,'OPD','2013-11-09 14:49:17'),(44266,5,11446,'','2013-11-09 14:49:17'),(44267,6,11446,'139','2013-11-09 14:49:17'),(44268,7,11446,'NIGHT','2013-11-09 14:49:17'),(44269,1,11448,'','2013-11-09 14:49:17'),(44270,2,11448,'','2013-11-09 14:49:17'),(44271,3,11448,'','2013-11-09 14:49:17'),(44272,4,11448,'','2013-11-09 14:49:17'),(44273,5,11448,'','2013-11-09 14:49:17'),(44274,6,11448,'','2013-11-09 14:49:17'),(44275,7,11448,'DAY','2013-11-09 14:49:17'),(44276,1,11451,'','2013-11-09 14:49:17'),(44277,2,11451,'','2013-11-09 14:49:17'),(44278,3,11451,'','2013-11-09 14:49:17'),(44279,4,11451,'','2013-11-09 14:49:17'),(44280,5,11451,'','2013-11-09 14:49:17'),(44281,6,11451,'','2013-11-09 14:49:17'),(44282,7,11451,'DAY','2013-11-09 14:49:17'),(44283,1,11455,'','2013-11-09 14:49:17'),(44284,2,11455,'','2013-11-09 14:49:17'),(44285,3,11455,'','2013-11-09 14:49:17'),(44286,4,11455,'','2013-11-09 14:49:17'),(44287,5,11455,'','2013-11-09 14:49:17'),(44288,6,11455,'','2013-11-09 14:49:17'),(44289,7,11455,'DAY','2013-11-09 14:49:17'),(44290,1,11456,'3583616','2013-11-09 14:53:32'),(44291,2,11456,'592228','2013-11-09 14:53:32'),(44292,3,11456,'','2013-11-09 14:53:32'),(44293,4,11456,'OPD','2013-11-09 14:53:32'),(44294,5,11456,'','2013-11-09 14:53:32'),(44295,6,11456,'331','2013-11-09 14:53:32'),(44296,7,11456,'NIGHT','2013-11-09 14:53:32'),(44297,1,11458,'','2013-11-09 14:53:33'),(44298,2,11458,'','2013-11-09 14:53:33'),(44299,3,11458,'','2013-11-09 14:53:33'),(44300,4,11458,'','2013-11-09 14:53:33'),(44301,5,11458,'','2013-11-09 14:53:33'),(44302,6,11458,'','2013-11-09 14:53:33'),(44303,7,11458,'DAY','2013-11-09 14:53:33'),(44304,1,11459,'3583992','2013-11-09 15:04:19'),(44305,2,11459,'','2013-11-09 15:04:19'),(44306,3,11459,'','2013-11-09 15:04:19'),(44307,4,11459,'OPD','2013-11-09 15:04:19'),(44308,5,11459,'','2013-11-09 15:04:19'),(44309,6,11459,'57','2013-11-09 15:04:19'),(44310,7,11459,'NIGHT','2013-11-09 15:04:19'),(44311,1,11461,'','2013-11-09 15:04:19'),(44312,2,11461,'','2013-11-09 15:04:19'),(44313,3,11461,'','2013-11-09 15:04:19'),(44314,4,11461,'','2013-11-09 15:04:19'),(44315,5,11461,'','2013-11-09 15:04:19'),(44316,6,11461,'','2013-11-09 15:04:19'),(44317,7,11461,'NIGHT','2013-11-09 15:04:19'),(44318,1,11462,'3583994','2013-11-09 15:05:43'),(44319,2,11462,'','2013-11-09 15:05:43'),(44320,3,11462,'','2013-11-09 15:05:43'),(44321,4,11462,'OPD','2013-11-09 15:05:43'),(44322,5,11462,'','2013-11-09 15:05:43'),(44323,6,11462,'12','2013-11-09 15:05:43'),(44324,7,11462,'NIGHT','2013-11-09 15:05:43'),(44325,1,11463,'','2013-11-09 15:11:02'),(44326,2,11463,'','2013-11-09 15:11:02'),(44327,3,11463,'','2013-11-09 15:11:02'),(44328,4,11463,'','2013-11-09 15:11:02'),(44329,5,11463,'','2013-11-09 15:11:02'),(44330,6,11463,'','2013-11-09 15:11:02'),(44331,7,11463,'DAY','2013-11-09 15:11:02'),(44332,1,11464,'3584003','2013-11-09 15:17:26'),(44333,2,11464,'','2013-11-09 15:17:26'),(44334,3,11464,'','2013-11-09 15:17:26'),(44335,4,11464,'WARD','2013-11-09 15:17:26'),(44336,5,11464,'','2013-11-09 15:17:26'),(44337,6,11464,'180','2013-11-09 15:17:26'),(44338,7,11464,'NIGHT','2013-11-09 15:17:26'),(44339,1,11465,'3584007','2013-11-09 15:24:34'),(44340,2,11465,'','2013-11-09 15:24:34'),(44341,3,11465,'','2013-11-09 15:24:34'),(44342,4,11465,'OPD','2013-11-09 15:24:34'),(44343,5,11465,'','2013-11-09 15:24:34'),(44344,6,11465,'25.00','2013-11-09 15:24:34'),(44345,7,11465,'DAY','2013-11-09 15:24:34'),(44346,1,11467,'','2013-11-09 15:24:34'),(44347,2,11467,'','2013-11-09 15:24:34'),(44348,3,11467,'','2013-11-09 15:24:34'),(44349,4,11467,'','2013-11-09 15:24:34'),(44350,5,11467,'','2013-11-09 15:24:34'),(44351,6,11467,'','2013-11-09 15:24:34'),(44352,7,11467,'DAY','2013-11-09 15:24:34'),(44353,1,11468,'3584020','2013-11-09 16:03:10'),(44354,2,11468,'','2013-11-09 16:03:10'),(44355,3,11468,'','2013-11-09 16:03:10'),(44356,4,11468,'OPD','2013-11-09 16:03:10'),(44357,5,11468,'','2013-11-09 16:03:10'),(44358,6,11468,'114.00','2013-11-09 16:03:10'),(44359,7,11468,'DAY','2013-11-09 16:03:10'),(44360,1,11469,'3583746','2013-11-09 16:05:16'),(44361,2,11469,'','2013-11-09 16:05:16'),(44362,3,11469,'','2013-11-09 16:05:16'),(44363,4,11469,'OPD','2013-11-09 16:05:16'),(44364,5,11469,'','2013-11-09 16:05:16'),(44365,6,11469,'96.00','2013-11-09 16:05:16'),(44366,7,11469,'DAY','2013-11-09 16:05:16'),(44367,1,11471,'','2013-11-09 16:05:16'),(44368,2,11471,'','2013-11-09 16:05:16'),(44369,3,11471,'','2013-11-09 16:05:16'),(44370,4,11471,'','2013-11-09 16:05:16'),(44371,5,11471,'','2013-11-09 16:05:16'),(44372,6,11471,'','2013-11-09 16:05:16'),(44373,7,11471,'DAY','2013-11-09 16:05:16'),(44374,1,11472,'3584035','2013-11-09 16:12:54'),(44375,2,11472,'','2013-11-09 16:12:54'),(44376,3,11472,'','2013-11-09 16:12:54'),(44377,4,11472,'OPD','2013-11-09 16:12:54'),(44378,5,11472,'','2013-11-09 16:12:54'),(44379,6,11472,'12.00','2013-11-09 16:12:54'),(44380,7,11472,'DAY','2013-11-09 16:12:54'),(44381,1,11473,'3584036','2013-11-09 16:14:05'),(44382,2,11473,'','2013-11-09 16:14:05'),(44383,3,11473,'','2013-11-09 16:14:05'),(44384,4,11473,'OPD','2013-11-09 16:14:05'),(44385,5,11473,'','2013-11-09 16:14:05'),(44386,6,11473,'12.00','2013-11-09 16:14:05'),(44387,7,11473,'DAY','2013-11-09 16:14:05'),(44388,1,11474,'3584038','2013-11-09 16:15:54'),(44389,2,11474,'592338','2013-11-09 16:15:54'),(44390,3,11474,'','2013-11-09 16:15:54'),(44391,4,11474,'OPD','2013-11-09 16:15:54'),(44392,5,11474,'','2013-11-09 16:15:54'),(44393,6,11474,'26.00','2013-11-09 16:15:54'),(44394,7,11474,'DAY','2013-11-09 16:15:54'),(44395,1,11475,'3584039','2013-11-09 16:26:44'),(44396,2,11475,'592340','2013-11-09 16:26:44'),(44397,3,11475,'','2013-11-09 16:26:44'),(44398,4,11475,'OPD','2013-11-09 16:26:44'),(44399,5,11475,'','2013-11-09 16:26:44'),(44400,6,11475,'30.00','2013-11-09 16:26:44'),(44401,7,11475,'DAY','2013-11-09 16:26:44'),(44402,1,11476,'3584061','2013-11-09 16:56:47'),(44403,2,11476,'','2013-11-09 16:56:47'),(44404,3,11476,'','2013-11-09 16:56:47'),(44405,4,11476,'OPD','2013-11-09 16:56:47'),(44406,5,11476,'','2013-11-09 16:56:47'),(44407,6,11476,'156.00','2013-11-09 16:56:47'),(44408,7,11476,'DAY','2013-11-09 16:56:47'),(44409,1,11478,'','2013-11-09 16:56:47'),(44410,2,11478,'','2013-11-09 16:56:47'),(44411,3,11478,'','2013-11-09 16:56:47'),(44412,4,11478,'','2013-11-09 16:56:47'),(44413,5,11478,'','2013-11-09 16:56:47'),(44414,6,11478,'','2013-11-09 16:56:47'),(44415,7,11478,'DAY','2013-11-09 16:56:47'),(44416,1,11479,'3584064','2013-11-09 17:10:05'),(44417,2,11479,'592352','2013-11-09 17:10:05'),(44418,3,11479,'','2013-11-09 17:10:05'),(44419,4,11479,'','2013-11-09 17:10:05'),(44420,5,11479,'','2013-11-09 17:10:05'),(44421,6,11479,'360.00','2013-11-09 17:10:05'),(44422,7,11479,'DAY','2013-11-09 17:10:05'),(44423,1,11481,'','2013-11-09 17:10:05'),(44424,2,11481,'','2013-11-09 17:10:05'),(44425,3,11481,'','2013-11-09 17:10:05'),(44426,4,11481,'','2013-11-09 17:10:05'),(44427,5,11481,'','2013-11-09 17:10:05'),(44428,6,11481,'','2013-11-09 17:10:05'),(44429,7,11481,'DAY','2013-11-09 17:10:05'),(44430,1,11484,'','2013-11-09 17:10:06'),(44431,2,11484,'','2013-11-09 17:10:06'),(44432,3,11484,'','2013-11-09 17:10:06'),(44433,4,11484,'','2013-11-09 17:10:06'),(44434,5,11484,'','2013-11-09 17:10:06'),(44435,6,11484,'','2013-11-09 17:10:06'),(44436,7,11484,'DAY','2013-11-09 17:10:06'),(44437,1,11485,'3584068','2013-11-09 17:28:30'),(44438,2,11485,'','2013-11-09 17:28:30'),(44439,3,11485,'','2013-11-09 17:28:30'),(44440,4,11485,'OPD','2013-11-09 17:28:30'),(44441,5,11485,'','2013-11-09 17:28:30'),(44442,6,11485,'123.00','2013-11-09 17:28:30'),(44443,7,11485,'DAY','2013-11-09 17:28:30'),(44444,1,11487,'','2013-11-09 17:28:30'),(44445,2,11487,'','2013-11-09 17:28:30'),(44446,3,11487,'','2013-11-09 17:28:30'),(44447,4,11487,'','2013-11-09 17:28:30'),(44448,5,11487,'','2013-11-09 17:28:30'),(44449,6,11487,'','2013-11-09 17:28:30'),(44450,7,11487,'DAY','2013-11-09 17:28:30'),(44451,1,11490,'','2013-11-09 17:28:30'),(44452,2,11490,'','2013-11-09 17:28:30'),(44453,3,11490,'','2013-11-09 17:28:30'),(44454,4,11490,'','2013-11-09 17:28:30'),(44455,5,11490,'','2013-11-09 17:28:30'),(44456,6,11490,'','2013-11-09 17:28:31'),(44457,7,11490,'DAY','2013-11-09 17:28:31'),(44458,1,11491,'','2013-11-09 17:44:49'),(44459,2,11491,'','2013-11-09 17:44:49'),(44460,3,11491,'','2013-11-09 17:44:49'),(44461,4,11491,'','2013-11-09 17:44:49'),(44462,5,11491,'','2013-11-09 17:44:49'),(44463,6,11491,'','2013-11-09 17:44:49'),(44464,7,11491,'DAY','2013-11-09 17:44:49'),(44465,1,11492,'3584088','2013-11-09 17:45:34'),(44466,2,11492,'592355','2013-11-09 17:45:34'),(44467,3,11492,'','2013-11-09 17:45:34'),(44468,4,11492,'OPD','2013-11-09 17:45:34'),(44469,5,11492,'','2013-11-09 17:45:34'),(44470,6,11492,'87.00','2013-11-09 17:45:34'),(44471,7,11492,'DAY','2013-11-09 17:45:34'),(44472,1,11494,'','2013-11-09 17:45:34'),(44473,2,11494,'','2013-11-09 17:45:34'),(44474,3,11494,'','2013-11-09 17:45:34'),(44475,4,11494,'','2013-11-09 17:45:34'),(44476,5,11494,'','2013-11-09 17:45:34'),(44477,6,11494,'','2013-11-09 17:45:34'),(44478,7,11494,'DAY','2013-11-09 17:45:34'),(44479,1,11495,'','2013-11-09 17:52:08'),(44480,2,11495,'','2013-11-09 17:52:08'),(44481,3,11495,'','2013-11-09 17:52:08'),(44482,4,11495,'','2013-11-09 17:52:08'),(44483,5,11495,'','2013-11-09 17:52:08'),(44484,6,11495,'','2013-11-09 17:52:08'),(44485,7,11495,'DAY','2013-11-09 17:52:08'),(44486,1,11496,'3584112','2013-11-09 18:02:30'),(44487,2,11496,'','2013-11-09 18:02:30'),(44488,3,11496,'','2013-11-09 18:02:30'),(44489,4,11496,'OPD','2013-11-09 18:02:30'),(44490,5,11496,'','2013-11-09 18:02:30'),(44491,6,11496,'141.00','2013-11-09 18:02:30'),(44492,7,11496,'DAY','2013-11-09 18:02:30'),(44493,1,11498,'','2013-11-09 18:02:31'),(44494,2,11498,'','2013-11-09 18:02:31'),(44495,3,11498,'','2013-11-09 18:02:31'),(44496,4,11498,'','2013-11-09 18:02:31'),(44497,5,11498,'','2013-11-09 18:02:31'),(44498,6,11498,'','2013-11-09 18:02:31'),(44499,7,11498,'DAY','2013-11-09 18:02:31'),(44500,1,11499,'3583792','2013-11-09 18:06:29'),(44501,2,11499,'','2013-11-09 18:06:29'),(44502,3,11499,'','2013-11-09 18:06:29'),(44503,4,11499,'OPD','2013-11-09 18:06:29'),(44504,5,11499,'','2013-11-09 18:06:29'),(44505,6,11499,'1124.00','2013-11-09 18:06:29'),(44506,7,11499,'DAY','2013-11-09 18:06:29'),(44507,1,11501,'','2013-11-09 18:06:30'),(44508,2,11501,'','2013-11-09 18:06:30'),(44509,3,11501,'','2013-11-09 18:06:30'),(44510,4,11501,'','2013-11-09 18:06:30'),(44511,5,11501,'','2013-11-09 18:06:30'),(44512,6,11501,'','2013-11-09 18:06:30'),(44513,7,11501,'DAY','2013-11-09 18:06:30'),(44514,1,11504,'','2013-11-09 18:06:30'),(44515,2,11504,'','2013-11-09 18:06:30'),(44516,3,11504,'','2013-11-09 18:06:30'),(44517,4,11504,'','2013-11-09 18:06:30'),(44518,5,11504,'','2013-11-09 18:06:30'),(44519,6,11504,'','2013-11-09 18:06:30'),(44520,7,11504,'DAY','2013-11-09 18:06:30'),(44521,1,11505,'3584125','2013-11-09 18:12:01'),(44522,2,11505,'','2013-11-09 18:12:01'),(44523,3,11505,'','2013-11-09 18:12:01'),(44524,4,11505,'OPD','2013-11-09 18:12:01'),(44525,5,11505,'','2013-11-09 18:12:01'),(44526,6,11505,'129.00','2013-11-09 18:12:01'),(44527,7,11505,'DAY','2013-11-09 18:12:01'),(44528,1,11507,'','2013-11-09 18:12:02'),(44529,2,11507,'','2013-11-09 18:12:02'),(44530,3,11507,'','2013-11-09 18:12:02'),(44531,4,11507,'','2013-11-09 18:12:02'),(44532,5,11507,'','2013-11-09 18:12:02'),(44533,6,11507,'','2013-11-09 18:12:02'),(44534,7,11507,'DAY','2013-11-09 18:12:02'),(44535,1,11510,'','2013-11-09 18:12:02'),(44536,2,11510,'','2013-11-09 18:12:02'),(44537,3,11510,'','2013-11-09 18:12:02'),(44538,4,11510,'','2013-11-09 18:12:02'),(44539,5,11510,'','2013-11-09 18:12:02'),(44540,6,11510,'','2013-11-09 18:12:02'),(44541,7,11510,'DAY','2013-11-09 18:12:02'),(44542,1,11511,'','2013-11-09 18:38:56'),(44543,2,11511,'','2013-11-09 18:38:56'),(44544,3,11511,'','2013-11-09 18:38:56'),(44545,4,11511,'','2013-11-09 18:38:56'),(44546,5,11511,'','2013-11-09 18:38:56'),(44547,6,11511,'','2013-11-09 18:38:56'),(44548,7,11511,'DAY','2013-11-09 18:38:56'),(44549,1,11512,'','2013-11-09 18:40:33'),(44550,2,11512,'','2013-11-09 18:40:33'),(44551,3,11512,'','2013-11-09 18:40:33'),(44552,4,11512,'','2013-11-09 18:40:33'),(44553,5,11512,'','2013-11-09 18:40:33'),(44554,6,11512,'','2013-11-09 18:40:33'),(44555,7,11512,'DAY','2013-11-09 18:40:33'),(44556,1,11513,'3584146','2013-11-09 18:56:33'),(44557,2,11513,'','2013-11-09 18:56:33'),(44558,3,11513,'','2013-11-09 18:56:33'),(44559,4,11513,'OPD','2013-11-09 18:56:33'),(44560,5,11513,'','2013-11-09 18:56:33'),(44561,6,11513,'19.00','2013-11-09 18:56:33'),(44562,7,11513,'DAY','2013-11-09 18:56:33'),(44563,1,11515,'','2013-11-09 18:56:33'),(44564,2,11515,'','2013-11-09 18:56:33'),(44565,3,11515,'','2013-11-09 18:56:33'),(44566,4,11515,'','2013-11-09 18:56:34'),(44567,5,11515,'','2013-11-09 18:56:34'),(44568,6,11515,'','2013-11-09 18:56:34'),(44569,7,11515,'DAY','2013-11-09 18:56:34'),(44570,1,11516,'3584153','2013-11-09 18:58:12'),(44571,2,11516,'','2013-11-09 18:58:12'),(44572,3,11516,'','2013-11-09 18:58:12'),(44573,4,11516,'OPD','2013-11-09 18:58:12'),(44574,5,11516,'','2013-11-09 18:58:12'),(44575,6,11516,'13.00','2013-11-09 18:58:12'),(44576,7,11516,'DAY','2013-11-09 18:58:12'),(44577,1,11517,'3584171','2013-11-09 19:19:27'),(44578,2,11517,'','2013-11-09 19:19:27'),(44579,3,11517,'','2013-11-09 19:19:27'),(44580,4,11517,'OPD','2013-11-09 19:19:27'),(44581,5,11517,'','2013-11-09 19:19:27'),(44582,6,11517,'99.00','2013-11-09 19:19:27'),(44583,7,11517,'DAY','2013-11-09 19:19:27'),(44584,1,11519,'','2013-11-09 19:19:27'),(44585,2,11519,'','2013-11-09 19:19:27'),(44586,3,11519,'','2013-11-09 19:19:27'),(44587,4,11519,'','2013-11-09 19:19:27'),(44588,5,11519,'','2013-11-09 19:19:27'),(44589,6,11519,'','2013-11-09 19:19:27'),(44590,7,11519,'DAY','2013-11-09 19:19:27'),(44591,1,11522,'','2013-11-09 19:19:28'),(44592,2,11522,'','2013-11-09 19:19:28'),(44593,3,11522,'','2013-11-09 19:19:28'),(44594,4,11522,'','2013-11-09 19:19:28'),(44595,5,11522,'','2013-11-09 19:19:28'),(44596,6,11522,'','2013-11-09 19:19:28'),(44597,7,11522,'DAY','2013-11-09 19:19:28'),(44598,1,11523,'3584176','2013-11-09 19:29:20'),(44599,2,11523,'','2013-11-09 19:29:20'),(44600,3,11523,'','2013-11-09 19:29:20'),(44601,4,11523,'OPD','2013-11-09 19:29:20'),(44602,5,11523,'','2013-11-09 19:29:20'),(44603,6,11523,'59.24','2013-11-09 19:29:20'),(44604,7,11523,'DAY','2013-11-09 19:29:20'),(44605,1,11524,'3584177','2013-11-09 19:31:58'),(44606,2,11524,'592393','2013-11-09 19:31:58'),(44607,3,11524,'','2013-11-09 19:31:58'),(44608,4,11524,'OPD','2013-11-09 19:31:58'),(44609,5,11524,'','2013-11-09 19:31:58'),(44610,6,11524,'12.00','2013-11-09 19:31:58'),(44611,7,11524,'DAY','2013-11-09 19:31:58'),(44612,1,11525,'3584188','2013-11-09 19:35:36'),(44613,2,11525,'','2013-11-09 19:35:36'),(44614,3,11525,'','2013-11-09 19:35:36'),(44615,4,11525,'OPD','2013-11-09 19:35:36'),(44616,5,11525,'','2013-11-09 19:35:36'),(44617,6,11525,'15.00','2013-11-09 19:35:36'),(44618,7,11525,'DAY','2013-11-09 19:35:36'),(44619,1,11526,'3584189','2013-11-09 19:38:43'),(44620,2,11526,'','2013-11-09 19:38:43'),(44621,3,11526,'','2013-11-09 19:38:43'),(44622,4,11526,'OPD','2013-11-09 19:38:43'),(44623,5,11526,'','2013-11-09 19:38:43'),(44624,6,11526,'119.00','2013-11-09 19:38:43'),(44625,7,11526,'DAY','2013-11-09 19:38:43'),(44626,1,11528,'','2013-11-09 19:38:43'),(44627,2,11528,'','2013-11-09 19:38:43'),(44628,3,11528,'','2013-11-09 19:38:43'),(44629,4,11528,'','2013-11-09 19:38:43'),(44630,5,11528,'','2013-11-09 19:38:43'),(44631,6,11528,'','2013-11-09 19:38:43'),(44632,7,11528,'DAY','2013-11-09 19:38:43'),(44633,1,11529,'3584107','2013-11-09 19:47:34'),(44634,2,11529,'592396','2013-11-09 19:47:34'),(44635,3,11529,'','2013-11-09 19:47:34'),(44636,4,11529,'OPD','2013-11-09 19:47:34'),(44637,5,11529,'','2013-11-09 19:47:34'),(44638,6,11529,'44.75','2013-11-09 19:47:34'),(44639,7,11529,'DAY','2013-11-09 19:47:34'),(44640,1,11530,'','2013-11-09 19:50:40'),(44641,2,11530,'','2013-11-09 19:50:40'),(44642,3,11530,'','2013-11-09 19:50:40'),(44643,4,11530,'','2013-11-09 19:50:40'),(44644,5,11530,'','2013-11-09 19:50:40'),(44645,6,11530,'','2013-11-09 19:50:40'),(44646,7,11530,'DAY','2013-11-09 19:50:40'),(44647,1,11531,'3584197','2013-11-09 19:51:30'),(44648,2,11531,'','2013-11-09 19:51:30'),(44649,3,11531,'','2013-11-09 19:51:30'),(44650,4,11531,'OPD','2013-11-09 19:51:30'),(44651,5,11531,'','2013-11-09 19:51:30'),(44652,6,11531,'126.00','2013-11-09 19:51:30'),(44653,7,11531,'DAY','2013-11-09 19:51:30'),(44654,1,11533,'','2013-11-09 19:51:30'),(44655,2,11533,'','2013-11-09 19:51:30'),(44656,3,11533,'','2013-11-09 19:51:30'),(44657,4,11533,'','2013-11-09 19:51:30'),(44658,5,11533,'','2013-11-09 19:51:30'),(44659,6,11533,'','2013-11-09 19:51:30'),(44660,7,11533,'DAY','2013-11-09 19:51:30'),(44661,1,11536,'','2013-11-09 19:51:31'),(44662,2,11536,'','2013-11-09 19:51:31'),(44663,3,11536,'','2013-11-09 19:51:31'),(44664,4,11536,'','2013-11-09 19:51:31'),(44665,5,11536,'','2013-11-09 19:51:31'),(44666,6,11536,'','2013-11-09 19:51:31'),(44667,7,11536,'DAY','2013-11-09 19:51:31'),(44668,1,11537,'','2013-11-09 19:53:02'),(44669,2,11537,'','2013-11-09 19:53:02'),(44670,3,11537,'','2013-11-09 19:53:02'),(44671,4,11537,'','2013-11-09 19:53:02'),(44672,5,11537,'','2013-11-09 19:53:02'),(44673,6,11537,'','2013-11-09 19:53:02'),(44674,7,11537,'DAY','2013-11-09 19:53:02'),(44675,1,11538,'3584197','2013-11-09 19:56:27'),(44676,2,11538,'','2013-11-09 19:56:27'),(44677,3,11538,'','2013-11-09 19:56:27'),(44678,4,11538,'OPD','2013-11-09 19:56:27'),(44679,5,11538,'','2013-11-09 19:56:27'),(44680,6,11538,'126.00','2013-11-09 19:56:27'),(44681,7,11538,'DAY','2013-11-09 19:56:27'),(44682,1,11540,'','2013-11-09 19:56:27'),(44683,2,11540,'','2013-11-09 19:56:27'),(44684,3,11540,'','2013-11-09 19:56:27'),(44685,4,11540,'','2013-11-09 19:56:27'),(44686,5,11540,'','2013-11-09 19:56:27'),(44687,6,11540,'','2013-11-09 19:56:27'),(44688,7,11540,'DAY','2013-11-09 19:56:27'),(44689,1,11543,'','2013-11-09 19:56:27'),(44690,2,11543,'','2013-11-09 19:56:27'),(44691,3,11543,'','2013-11-09 19:56:27'),(44692,4,11543,'','2013-11-09 19:56:27'),(44693,5,11543,'','2013-11-09 19:56:27'),(44694,6,11543,'','2013-11-09 19:56:27'),(44695,7,11543,'DAY','2013-11-09 19:56:27'),(44696,1,11544,'3584207','2013-11-09 20:04:20'),(44697,2,11544,'','2013-11-09 20:04:20'),(44698,3,11544,'','2013-11-09 20:04:20'),(44699,4,11544,'OPD','2013-11-09 20:04:20'),(44700,5,11544,'','2013-11-09 20:04:20'),(44701,6,11544,'92.00','2013-11-09 20:04:20'),(44702,7,11544,'DAY','2013-11-09 20:04:20'),(44703,1,11546,'','2013-11-09 20:04:20'),(44704,2,11546,'','2013-11-09 20:04:20'),(44705,3,11546,'','2013-11-09 20:04:20'),(44706,4,11546,'','2013-11-09 20:04:20'),(44707,5,11546,'','2013-11-09 20:04:20'),(44708,6,11546,'','2013-11-09 20:04:20'),(44709,7,11546,'DAY','2013-11-09 20:04:20'),(44710,1,11547,'3584212','2013-11-09 20:06:20'),(44711,2,11547,'','2013-11-09 20:06:20'),(44712,3,11547,'','2013-11-09 20:06:20'),(44713,4,11547,'OPD','2013-11-09 20:06:20'),(44714,5,11547,'','2013-11-09 20:06:20'),(44715,6,11547,'79.00','2013-11-09 20:06:20'),(44716,7,11547,'DAY','2013-11-09 20:06:20'),(44717,1,11549,'','2013-11-09 20:06:20'),(44718,2,11549,'','2013-11-09 20:06:20'),(44719,3,11549,'','2013-11-09 20:06:20'),(44720,4,11549,'','2013-11-09 20:06:20'),(44721,5,11549,'','2013-11-09 20:06:20'),(44722,6,11549,'','2013-11-09 20:06:20'),(44723,7,11549,'DAY','2013-11-09 20:06:20'),(44724,1,11550,'','2013-11-09 20:10:28'),(44725,2,11550,'','2013-11-09 20:10:28'),(44726,3,11550,'','2013-11-09 20:10:28'),(44727,4,11550,'','2013-11-09 20:10:28'),(44728,5,11550,'','2013-11-09 20:10:28'),(44729,6,11550,'','2013-11-09 20:10:28'),(44730,7,11550,'DAY','2013-11-09 20:10:28'),(44731,1,11551,'3584225','2013-11-09 20:11:31'),(44732,2,11551,'','2013-11-09 20:11:31'),(44733,3,11551,'','2013-11-09 20:11:31'),(44734,4,11551,'OPD','2013-11-09 20:11:31'),(44735,5,11551,'','2013-11-09 20:11:31'),(44736,6,11551,'106.00','2013-11-09 20:11:31'),(44737,7,11551,'DAY','2013-11-09 20:11:31'),(44738,1,11553,'','2013-11-09 20:11:31'),(44739,2,11553,'','2013-11-09 20:11:31'),(44740,3,11553,'','2013-11-09 20:11:31'),(44741,4,11553,'','2013-11-09 20:11:31'),(44742,5,11553,'','2013-11-09 20:11:31'),(44743,6,11553,'','2013-11-09 20:11:31'),(44744,7,11553,'DAY','2013-11-09 20:11:31'),(44745,1,11554,'','2013-11-09 20:12:27'),(44746,2,11554,'','2013-11-09 20:12:27'),(44747,3,11554,'','2013-11-09 20:12:27'),(44748,4,11554,'','2013-11-09 20:12:27'),(44749,5,11554,'','2013-11-09 20:12:27'),(44750,6,11554,'','2013-11-09 20:12:27'),(44751,7,11554,'DAY','2013-11-09 20:12:27'),(44752,1,11555,'3583563','2013-11-09 20:13:48'),(44753,2,11555,'','2013-11-09 20:13:48'),(44754,3,11555,'','2013-11-09 20:13:48'),(44755,4,11555,'OPD','2013-11-09 20:13:48'),(44756,5,11555,'','2013-11-09 20:13:48'),(44757,6,11555,'40.00','2013-11-09 20:13:48'),(44758,7,11555,'DAY','2013-11-09 20:13:48'),(44759,1,11556,'3584223','2013-11-09 20:20:05'),(44760,2,11556,'592406','2013-11-09 20:20:05'),(44761,3,11556,'','2013-11-09 20:20:05'),(44762,4,11556,'OPD','2013-11-09 20:20:05'),(44763,5,11556,'','2013-11-09 20:20:05'),(44764,6,11556,'31.80','2013-11-09 20:20:05'),(44765,7,11556,'DAY','2013-11-09 20:20:05'),(44766,1,11558,'','2013-11-09 20:20:05'),(44767,2,11558,'','2013-11-09 20:20:05'),(44768,3,11558,'','2013-11-09 20:20:05'),(44769,4,11558,'','2013-11-09 20:20:05'),(44770,5,11558,'','2013-11-09 20:20:05'),(44771,6,11558,'','2013-11-09 20:20:05'),(44772,7,11558,'DAY','2013-11-09 20:20:05'),(44773,1,11559,'3584229','2013-11-09 20:26:39'),(44774,2,11559,'','2013-11-09 20:26:39'),(44775,3,11559,'','2013-11-09 20:26:39'),(44776,4,11559,'OPD','2013-11-09 20:26:39'),(44777,5,11559,'','2013-11-09 20:26:39'),(44778,6,11559,'221.00','2013-11-09 20:26:39'),(44779,7,11559,'DAY','2013-11-09 20:26:39'),(44780,1,11561,'','2013-11-09 20:26:40'),(44781,2,11561,'','2013-11-09 20:26:40'),(44782,3,11561,'','2013-11-09 20:26:40'),(44783,4,11561,'','2013-11-09 20:26:40'),(44784,5,11561,'','2013-11-09 20:26:40'),(44785,6,11561,'','2013-11-09 20:26:40'),(44786,7,11561,'DAY','2013-11-09 20:26:40'),(44787,1,11562,'3584239','2013-11-09 20:36:26'),(44788,2,11562,'592411','2013-11-09 20:36:26'),(44789,3,11562,'','2013-11-09 20:36:26'),(44790,4,11562,'OPD','2013-11-09 20:36:26'),(44791,5,11562,'','2013-11-09 20:36:26'),(44792,6,11562,'44.00','2013-11-09 20:36:26'),(44793,7,11562,'DAY','2013-11-09 20:36:26'),(44794,1,11564,'','2013-11-09 20:36:26'),(44795,2,11564,'','2013-11-09 20:36:26'),(44796,3,11564,'','2013-11-09 20:36:26'),(44797,4,11564,'','2013-11-09 20:36:26'),(44798,5,11564,'','2013-11-09 20:36:26'),(44799,6,11564,'','2013-11-09 20:36:26'),(44800,7,11564,'DAY','2013-11-09 20:36:26'),(44801,1,11567,'','2013-11-09 20:36:26'),(44802,2,11567,'','2013-11-09 20:36:26'),(44803,3,11567,'','2013-11-09 20:36:26'),(44804,4,11567,'','2013-11-09 20:36:26'),(44805,5,11567,'','2013-11-09 20:36:26'),(44806,6,11567,'','2013-11-09 20:36:26'),(44807,7,11567,'DAY','2013-11-09 20:36:26'),(44808,1,11568,'3584243','2013-11-09 20:38:45'),(44809,2,11568,'','2013-11-09 20:38:45'),(44810,3,11568,'','2013-11-09 20:38:45'),(44811,4,11568,'OPD','2013-11-09 20:38:45'),(44812,5,11568,'','2013-11-09 20:38:45'),(44813,6,11568,'91.24','2013-11-09 20:38:45'),(44814,7,11568,'DAY','2013-11-09 20:38:45'),(44815,1,11569,'','2013-11-09 20:42:05'),(44816,2,11569,'','2013-11-09 20:42:05'),(44817,3,11569,'','2013-11-09 20:42:05'),(44818,4,11569,'OPD','2013-11-09 20:42:05'),(44819,5,11569,'','2013-11-09 20:42:05'),(44820,6,11569,'','2013-11-09 20:42:05'),(44821,7,11569,'DAY','2013-11-09 20:42:05'),(44822,1,11570,'','2013-11-09 20:43:13'),(44823,2,11570,'','2013-11-09 20:43:13'),(44824,3,11570,'','2013-11-09 20:43:13'),(44825,4,11570,'','2013-11-09 20:43:13'),(44826,5,11570,'','2013-11-09 20:43:13'),(44827,6,11570,'','2013-11-09 20:43:13'),(44828,7,11570,'DAY','2013-11-09 20:43:13'),(44829,1,11571,'3584252','2013-11-09 20:52:56'),(44830,2,11571,'','2013-11-09 20:52:56'),(44831,3,11571,'','2013-11-09 20:52:56'),(44832,4,11571,'OPD','2013-11-09 20:52:56'),(44833,5,11571,'','2013-11-09 20:52:56'),(44834,6,11571,'22.00','2013-11-09 20:52:56'),(44835,7,11571,'DAY','2013-11-09 20:52:56'),(44836,1,11572,'','2013-11-09 20:59:50'),(44837,2,11572,'','2013-11-09 20:59:50'),(44838,3,11572,'','2013-11-09 20:59:50'),(44839,4,11572,'','2013-11-09 20:59:50'),(44840,5,11572,'','2013-11-09 20:59:50'),(44841,6,11572,'','2013-11-09 20:59:50'),(44842,7,11572,'DAY','2013-11-09 20:59:50'),(44843,1,11573,'3584259','2013-11-09 21:03:19'),(44844,2,11573,'592420','2013-11-09 21:03:19'),(44845,3,11573,'','2013-11-09 21:03:19'),(44846,4,11573,'OPD','2013-11-09 21:03:19'),(44847,5,11573,'','2013-11-09 21:03:19'),(44848,6,11573,'165.80','2013-11-09 21:03:19'),(44849,7,11573,'DAY','2013-11-09 21:03:19'),(44850,1,11575,'','2013-11-09 21:03:19'),(44851,2,11575,'','2013-11-09 21:03:19'),(44852,3,11575,'','2013-11-09 21:03:19'),(44853,4,11575,'','2013-11-09 21:03:19'),(44854,5,11575,'','2013-11-09 21:03:19'),(44855,6,11575,'','2013-11-09 21:03:19'),(44856,7,11575,'DAY','2013-11-09 21:03:19'),(44857,1,11576,'','2013-11-09 21:12:38'),(44858,2,11576,'','2013-11-09 21:12:38'),(44859,3,11576,'','2013-11-09 21:12:38'),(44860,4,11576,'','2013-11-09 21:12:38'),(44861,5,11576,'','2013-11-09 21:12:38'),(44862,6,11576,'','2013-11-09 21:12:38'),(44863,7,11576,'DAY','2013-11-09 21:12:38'),(44864,1,11577,'3584261','2013-11-09 21:14:37'),(44865,2,11577,'','2013-11-09 21:14:37'),(44866,3,11577,'','2013-11-09 21:14:37'),(44867,4,11577,'OPD','2013-11-09 21:14:37'),(44868,5,11577,'','2013-11-09 21:14:37'),(44869,6,11577,'136.00','2013-11-09 21:14:37'),(44870,7,11577,'DAY','2013-11-09 21:14:37'),(44871,1,11579,'','2013-11-09 21:14:37'),(44872,2,11579,'','2013-11-09 21:14:37'),(44873,3,11579,'','2013-11-09 21:14:37'),(44874,4,11579,'','2013-11-09 21:14:37'),(44875,5,11579,'','2013-11-09 21:14:37'),(44876,6,11579,'','2013-11-09 21:14:37'),(44877,7,11579,'DAY','2013-11-09 21:14:37'),(44878,1,11582,'','2013-11-09 21:14:38'),(44879,2,11582,'','2013-11-09 21:14:38'),(44880,3,11582,'','2013-11-09 21:14:38'),(44881,4,11582,'','2013-11-09 21:14:38'),(44882,5,11582,'','2013-11-09 21:14:38'),(44883,6,11582,'','2013-11-09 21:14:38'),(44884,7,11582,'DAY','2013-11-09 21:14:38'),(44885,1,11586,'','2013-11-09 21:14:38'),(44886,2,11586,'','2013-11-09 21:14:38'),(44887,3,11586,'','2013-11-09 21:14:38'),(44888,4,11586,'','2013-11-09 21:14:38'),(44889,5,11586,'','2013-11-09 21:14:38'),(44890,6,11586,'','2013-11-09 21:14:38'),(44891,7,11586,'DAY','2013-11-09 21:14:38'),(44892,1,11587,'3584265','2013-11-09 21:17:18'),(44893,2,11587,'','2013-11-09 21:17:18'),(44894,3,11587,'','2013-11-09 21:17:18'),(44895,4,11587,'OPD','2013-11-09 21:17:18'),(44896,5,11587,'','2013-11-09 21:17:18'),(44897,6,11587,'123.00','2013-11-09 21:17:18'),(44898,7,11587,'DAY','2013-11-09 21:17:18'),(44899,1,11589,'','2013-11-09 21:17:18'),(44900,2,11589,'','2013-11-09 21:17:18'),(44901,3,11589,'','2013-11-09 21:17:18'),(44902,4,11589,'','2013-11-09 21:17:18'),(44903,5,11589,'','2013-11-09 21:17:18'),(44904,6,11589,'','2013-11-09 21:17:18'),(44905,7,11589,'DAY','2013-11-09 21:17:18'),(44906,1,11592,'','2013-11-09 21:17:18'),(44907,2,11592,'','2013-11-09 21:17:18'),(44908,3,11592,'','2013-11-09 21:17:18'),(44909,4,11592,'','2013-11-09 21:17:18'),(44910,5,11592,'','2013-11-09 21:17:18'),(44911,6,11592,'','2013-11-09 21:17:18'),(44912,7,11592,'DAY','2013-11-09 21:17:18'),(44913,1,11593,'','2013-11-09 21:21:20'),(44914,2,11593,'','2013-11-09 21:21:20'),(44915,3,11593,'','2013-11-09 21:21:20'),(44916,4,11593,'','2013-11-09 21:21:20'),(44917,5,11593,'','2013-11-09 21:21:20'),(44918,6,11593,'','2013-11-09 21:21:20'),(44919,7,11593,'DAY','2013-11-09 21:21:20'),(44920,1,11594,'3584273','2013-11-09 21:30:40'),(44921,2,11594,'592428','2013-11-09 21:30:40'),(44922,3,11594,'','2013-11-09 21:30:40'),(44923,4,11594,'OPD','2013-11-09 21:30:40'),(44924,5,11594,'','2013-11-09 21:30:40'),(44925,6,11594,'193.00','2013-11-09 21:30:40'),(44926,7,11594,'DAY','2013-11-09 21:30:40'),(44927,1,11596,'','2013-11-09 21:30:41'),(44928,2,11596,'','2013-11-09 21:30:41'),(44929,3,11596,'','2013-11-09 21:30:41'),(44930,4,11596,'','2013-11-09 21:30:41'),(44931,5,11596,'','2013-11-09 21:30:41'),(44932,6,11596,'','2013-11-09 21:30:41'),(44933,7,11596,'DAY','2013-11-09 21:30:41'),(44934,1,11597,'3577101','2013-11-09 21:33:54'),(44935,2,11597,'592425','2013-11-09 21:33:54'),(44936,3,11597,'','2013-11-09 21:33:54'),(44937,4,11597,'OPD','2013-11-09 21:33:54'),(44938,5,11597,'','2013-11-09 21:33:54'),(44939,6,11597,'61.00','2013-11-09 21:33:54'),(44940,7,11597,'DAY','2013-11-09 21:33:54'),(44941,1,11599,'','2013-11-09 21:33:54'),(44942,2,11599,'','2013-11-09 21:33:54'),(44943,3,11599,'','2013-11-09 21:33:54'),(44944,4,11599,'','2013-11-09 21:33:54'),(44945,5,11599,'','2013-11-09 21:33:54'),(44946,6,11599,'','2013-11-09 21:33:54'),(44947,7,11599,'DAY','2013-11-09 21:33:54'),(44948,1,11600,'3584279','2013-11-09 21:36:15'),(44949,2,11600,'','2013-11-09 21:36:15'),(44950,3,11600,'','2013-11-09 21:36:15'),(44951,4,11600,'OPD','2013-11-09 21:36:15'),(44952,5,11600,'','2013-11-09 21:36:15'),(44953,6,11600,'105.00','2013-11-09 21:36:15'),(44954,7,11600,'DAY','2013-11-09 21:36:15'),(44955,1,11602,'','2013-11-09 21:36:15'),(44956,2,11602,'','2013-11-09 21:36:15'),(44957,3,11602,'','2013-11-09 21:36:15'),(44958,4,11602,'','2013-11-09 21:36:15'),(44959,5,11602,'','2013-11-09 21:36:15'),(44960,6,11602,'','2013-11-09 21:36:15'),(44961,7,11602,'DAY','2013-11-09 21:36:15'),(44962,1,11603,'3584286','2013-11-09 21:40:35'),(44963,2,11603,'','2013-11-09 21:40:35'),(44964,3,11603,'','2013-11-09 21:40:35'),(44965,4,11603,'OPD','2013-11-09 21:40:35'),(44966,5,11603,'','2013-11-09 21:40:35'),(44967,6,11603,'12.00','2013-11-09 21:40:35'),(44968,7,11603,'DAY','2013-11-09 21:40:35'),(44969,1,11604,'3584292','2013-11-09 21:49:33'),(44970,2,11604,'','2013-11-09 21:49:33'),(44971,3,11604,'','2013-11-09 21:49:33'),(44972,4,11604,'OPD','2013-11-09 21:49:33'),(44973,5,11604,'','2013-11-09 21:49:33'),(44974,6,11604,'61.00','2013-11-09 21:49:33'),(44975,7,11604,'DAY','2013-11-09 21:49:33'),(44976,1,11605,'','2013-11-09 21:55:50'),(44977,2,11605,'','2013-11-09 21:55:50'),(44978,3,11605,'','2013-11-09 21:55:50'),(44979,4,11605,'','2013-11-09 21:55:50'),(44980,5,11605,'','2013-11-09 21:55:50'),(44981,6,11605,'','2013-11-09 21:55:50'),(44982,7,11605,'DAY','2013-11-09 21:55:50'),(44983,1,11607,'','2013-11-09 21:55:51'),(44984,2,11607,'','2013-11-09 21:55:51'),(44985,3,11607,'','2013-11-09 21:55:51'),(44986,4,11607,'','2013-11-09 21:55:51'),(44987,5,11607,'','2013-11-09 21:55:51'),(44988,6,11607,'','2013-11-09 21:55:51'),(44989,7,11607,'DAY','2013-11-09 21:55:51'),(44990,1,11608,'3584295','2013-11-09 22:04:11'),(44991,2,11608,'','2013-11-09 22:04:11'),(44992,3,11608,'','2013-11-09 22:04:11'),(44993,4,11608,'OPD','2013-11-09 22:04:11'),(44994,5,11608,'','2013-11-09 22:04:11'),(44995,6,11608,'48.24','2013-11-09 22:04:11'),(44996,7,11608,'DAY','2013-11-09 22:04:11'),(44997,1,11609,'3584297','2013-11-09 22:18:20'),(44998,2,11609,'','2013-11-09 22:18:20'),(44999,3,11609,'','2013-11-09 22:18:20'),(45000,4,11609,'OPD','2013-11-09 22:18:20'),(45001,5,11609,'','2013-11-09 22:18:20'),(45002,6,11609,'48.24','2013-11-09 22:18:20'),(45003,7,11609,'DAY','2013-11-09 22:18:20'),(45004,1,11610,'3584298','2013-11-09 22:24:45'),(45005,2,11610,'','2013-11-09 22:24:45'),(45006,3,11610,'','2013-11-09 22:24:45'),(45007,4,11610,'OPD','2013-11-09 22:24:45'),(45008,5,11610,'','2013-11-09 22:24:45'),(45009,6,11610,'136.00','2013-11-09 22:24:45'),(45010,7,11610,'DAY','2013-11-09 22:24:45'),(45011,1,11612,'','2013-11-09 22:24:45'),(45012,2,11612,'','2013-11-09 22:24:45'),(45013,3,11612,'','2013-11-09 22:24:45'),(45014,4,11612,'','2013-11-09 22:24:45'),(45015,5,11612,'','2013-11-09 22:24:45'),(45016,6,11612,'','2013-11-09 22:24:45'),(45017,7,11612,'DAY','2013-11-09 22:24:45'),(45018,1,11615,'','2013-11-09 22:24:45'),(45019,2,11615,'','2013-11-09 22:24:45'),(45020,3,11615,'','2013-11-09 22:24:45'),(45021,4,11615,'','2013-11-09 22:24:45'),(45022,5,11615,'','2013-11-09 22:24:45'),(45023,6,11615,'','2013-11-09 22:24:45'),(45024,7,11615,'DAY','2013-11-09 22:24:45'),(45025,1,11619,'','2013-11-09 22:24:45'),(45026,2,11619,'','2013-11-09 22:24:45'),(45027,3,11619,'','2013-11-09 22:24:45'),(45028,4,11619,'','2013-11-09 22:24:45'),(45029,5,11619,'','2013-11-09 22:24:45'),(45030,6,11619,'','2013-11-09 22:24:45'),(45031,7,11619,'DAY','2013-11-09 22:24:45'),(45032,1,11620,'3584317','2013-11-09 22:31:31'),(45033,2,11620,'','2013-11-09 22:31:31'),(45034,3,11620,'','2013-11-09 22:31:31'),(45035,4,11620,'OPD','2013-11-09 22:31:31'),(45036,5,11620,'','2013-11-09 22:31:31'),(45037,6,11620,'73.00','2013-11-09 22:31:31'),(45038,7,11620,'DAY','2013-11-09 22:31:31'),(45039,1,11622,'','2013-11-09 22:31:31'),(45040,2,11622,'','2013-11-09 22:31:31'),(45041,3,11622,'','2013-11-09 22:31:31'),(45042,4,11622,'','2013-11-09 22:31:31'),(45043,5,11622,'','2013-11-09 22:31:31'),(45044,6,11622,'','2013-11-09 22:31:31'),(45045,7,11622,'DAY','2013-11-09 22:31:31'),(45046,1,11623,'3584339','2013-11-09 22:44:37'),(45047,2,11623,'','2013-11-09 22:44:37'),(45048,3,11623,'','2013-11-09 22:44:37'),(45049,4,11623,'OPD','2013-11-09 22:44:37'),(45050,5,11623,'','2013-11-09 22:44:37'),(45051,6,11623,'149.00','2013-11-09 22:44:37'),(45052,7,11623,'DAY','2013-11-09 22:44:37'),(45053,1,11625,'','2013-11-09 22:44:37'),(45054,2,11625,'','2013-11-09 22:44:37'),(45055,3,11625,'','2013-11-09 22:44:37'),(45056,4,11625,'','2013-11-09 22:44:37'),(45057,5,11625,'','2013-11-09 22:44:37'),(45058,6,11625,'','2013-11-09 22:44:37'),(45059,7,11625,'DAY','2013-11-09 22:44:37'),(45060,1,11628,'','2013-11-09 22:44:38'),(45061,2,11628,'','2013-11-09 22:44:38'),(45062,3,11628,'','2013-11-09 22:44:38'),(45063,4,11628,'','2013-11-09 22:44:38'),(45064,5,11628,'','2013-11-09 22:44:38'),(45065,6,11628,'','2013-11-09 22:44:38'),(45066,7,11628,'DAY','2013-11-09 22:44:38'),(45067,1,11629,'3576476','2013-11-09 22:47:03'),(45068,2,11629,'','2013-11-09 22:47:03'),(45069,3,11629,'','2013-11-09 22:47:03'),(45070,4,11629,'OPD','2013-11-09 22:47:03'),(45071,5,11629,'','2013-11-09 22:47:03'),(45072,6,11629,'','2013-11-09 22:47:03'),(45073,7,11629,'DAY','2013-11-09 22:47:03'),(45074,1,11631,'','2013-11-09 22:47:04'),(45075,2,11631,'','2013-11-09 22:47:04'),(45076,3,11631,'','2013-11-09 22:47:04'),(45077,4,11631,'','2013-11-09 22:47:04'),(45078,5,11631,'','2013-11-09 22:47:04'),(45079,6,11631,'','2013-11-09 22:47:04'),(45080,7,11631,'DAY','2013-11-09 22:47:04'),(45081,1,11632,'3584330','2013-11-09 23:00:35'),(45082,2,11632,'592452','2013-11-09 23:00:35'),(45083,3,11632,'','2013-11-09 23:00:35'),(45084,4,11632,'OPD','2013-11-09 23:00:35'),(45085,5,11632,'','2013-11-09 23:00:35'),(45086,6,11632,'135.00','2013-11-09 23:00:35'),(45087,7,11632,'DAY','2013-11-09 23:00:35'),(45088,1,11634,'','2013-11-09 23:00:35'),(45089,2,11634,'','2013-11-09 23:00:35'),(45090,3,11634,'','2013-11-09 23:00:35'),(45091,4,11634,'','2013-11-09 23:00:35'),(45092,5,11634,'','2013-11-09 23:00:35'),(45093,6,11634,'','2013-11-09 23:00:35'),(45094,7,11634,'DAY','2013-11-09 23:00:35'),(45095,1,11635,'3584353','2013-11-09 23:04:19'),(45096,2,11635,'','2013-11-09 23:04:19'),(45097,3,11635,'','2013-11-09 23:04:19'),(45098,4,11635,'OPD','2013-11-09 23:04:19'),(45099,5,11635,'','2013-11-09 23:04:19'),(45100,6,11635,'48.24','2013-11-09 23:04:19'),(45101,7,11635,'DAY','2013-11-09 23:04:19'),(45102,1,11636,'3584352','2013-11-09 23:30:26'),(45103,2,11636,'592458','2013-11-09 23:30:26'),(45104,3,11636,'','2013-11-09 23:30:26'),(45105,4,11636,'OPD','2013-11-09 23:30:26'),(45106,5,11636,'','2013-11-09 23:30:26'),(45107,6,11636,'444.00','2013-11-09 23:30:26'),(45108,7,11636,'DAY','2013-11-09 23:30:26'),(45109,1,11638,'','2013-11-09 23:30:26'),(45110,2,11638,'','2013-11-09 23:30:26'),(45111,3,11638,'','2013-11-09 23:30:26'),(45112,4,11638,'','2013-11-09 23:30:26'),(45113,5,11638,'','2013-11-09 23:30:26'),(45114,6,11638,'','2013-11-09 23:30:26'),(45115,7,11638,'DAY','2013-11-09 23:30:26'),(45116,1,11641,'','2013-11-09 23:30:26'),(45117,2,11641,'','2013-11-09 23:30:26'),(45118,3,11641,'','2013-11-09 23:30:26'),(45119,4,11641,'','2013-11-09 23:30:26'),(45120,5,11641,'','2013-11-09 23:30:26'),(45121,6,11641,'','2013-11-09 23:30:26'),(45122,7,11641,'DAY','2013-11-09 23:30:26'),(45123,1,11642,'3584392','2013-11-10 00:35:25'),(45124,2,11642,'','2013-11-10 00:35:25'),(45125,3,11642,'','2013-11-10 00:35:25'),(45126,4,11642,'OPD','2013-11-10 00:35:25'),(45127,5,11642,'','2013-11-10 00:35:25'),(45128,6,11642,'35.00','2013-11-10 00:35:25'),(45129,7,11642,'DAY','2013-11-10 00:35:25'),(45130,1,11644,'','2013-11-10 00:35:25'),(45131,2,11644,'','2013-11-10 00:35:25'),(45132,3,11644,'','2013-11-10 00:35:25'),(45133,4,11644,'','2013-11-10 00:35:25'),(45134,5,11644,'','2013-11-10 00:35:25'),(45135,6,11644,'','2013-11-10 00:35:25'),(45136,7,11644,'DAY','2013-11-10 00:35:25'),(45137,1,11645,'3549350','2013-11-10 00:39:08'),(45138,2,11645,'','2013-11-10 00:39:08'),(45139,3,11645,'','2013-11-10 00:39:08'),(45140,4,11645,'OPD','2013-11-10 00:39:08'),(45141,5,11645,'','2013-11-10 00:39:08'),(45142,6,11645,'','2013-11-10 00:39:08'),(45143,7,11645,'DAY','2013-11-10 00:39:08'),(45144,1,11646,'3584395','2013-11-10 00:44:04'),(45145,2,11646,'','2013-11-10 00:44:04'),(45146,3,11646,'','2013-11-10 00:44:04'),(45147,4,11646,'OPD','2013-11-10 00:44:04'),(45148,5,11646,'','2013-11-10 00:44:04'),(45149,6,11646,'229.40','2013-11-10 00:44:04'),(45150,7,11646,'DAY','2013-11-10 00:44:04'),(45151,1,11648,'','2013-11-10 00:44:04'),(45152,2,11648,'','2013-11-10 00:44:04'),(45153,3,11648,'','2013-11-10 00:44:04'),(45154,4,11648,'','2013-11-10 00:44:04'),(45155,5,11648,'','2013-11-10 00:44:04'),(45156,6,11648,'','2013-11-10 00:44:04'),(45157,7,11648,'DAY','2013-11-10 00:44:04'),(45158,1,11649,'','2013-11-10 00:50:51'),(45159,2,11649,'','2013-11-10 00:50:51'),(45160,3,11649,'','2013-11-10 00:50:51'),(45161,4,11649,'OPD','2013-11-10 00:50:51'),(45162,5,11649,'','2013-11-10 00:50:51'),(45163,6,11649,'','2013-11-10 00:50:51'),(45164,7,11649,'DAY','2013-11-10 00:50:51'),(45165,1,11650,'','2013-11-10 00:51:56'),(45166,2,11650,'','2013-11-10 00:51:56'),(45167,3,11650,'','2013-11-10 00:51:56'),(45168,4,11650,'','2013-11-10 00:51:56'),(45169,5,11650,'','2013-11-10 00:51:56'),(45170,6,11650,'','2013-11-10 00:51:56'),(45171,7,11650,'DAY','2013-11-10 00:51:56'),(45172,1,11651,'35843996','2013-11-10 00:55:56'),(45173,2,11651,'','2013-11-10 00:55:56'),(45174,3,11651,'','2013-11-10 00:55:56'),(45175,4,11651,'WARD','2013-11-10 00:55:56'),(45176,5,11651,'B3','2013-11-10 00:55:56'),(45177,6,11651,'37.00','2013-11-10 00:55:56'),(45178,7,11651,'DAY','2013-11-10 00:55:56'),(45179,1,11652,'3584404','2013-11-10 01:01:31'),(45180,2,11652,'','2013-11-10 01:01:31'),(45181,3,11652,'','2013-11-10 01:01:31'),(45182,4,11652,'OPD','2013-11-10 01:01:31'),(45183,5,11652,'','2013-11-10 01:01:31'),(45184,6,11652,'50.00','2013-11-10 01:01:31'),(45185,7,11652,'DAY','2013-11-10 01:01:31'),(45186,1,11654,'','2013-11-10 01:01:32'),(45187,2,11654,'','2013-11-10 01:01:32'),(45188,3,11654,'','2013-11-10 01:01:32'),(45189,4,11654,'','2013-11-10 01:01:32'),(45190,5,11654,'','2013-11-10 01:01:32'),(45191,6,11654,'','2013-11-10 01:01:32'),(45192,7,11654,'DAY','2013-11-10 01:01:32'),(45193,1,11655,'','2013-11-10 01:03:45'),(45194,2,11655,'','2013-11-10 01:03:45'),(45195,3,11655,'','2013-11-10 01:03:45'),(45196,4,11655,'','2013-11-10 01:03:45'),(45197,5,11655,'','2013-11-10 01:03:45'),(45198,6,11655,'','2013-11-10 01:03:45'),(45199,7,11655,'DAY','2013-11-10 01:03:45'),(45200,1,11656,'3584413','2013-11-10 01:15:56'),(45201,2,11656,'','2013-11-10 01:15:56'),(45202,3,11656,'','2013-11-10 01:15:56'),(45203,4,11656,'OPD','2013-11-10 01:15:56'),(45204,5,11656,'','2013-11-10 01:15:56'),(45205,6,11656,'27.30','2013-11-10 01:15:56'),(45206,7,11656,'DAY','2013-11-10 01:15:56'),(45207,1,11657,'3584412','2013-11-10 01:18:02'),(45208,2,11657,'592477','2013-11-10 01:18:02'),(45209,3,11657,'','2013-11-10 01:18:02'),(45210,4,11657,'OPD','2013-11-10 01:18:02'),(45211,5,11657,'','2013-11-10 01:18:02'),(45212,6,11657,'36.00','2013-11-10 01:18:02'),(45213,7,11657,'DAY','2013-11-10 01:18:02'),(45214,1,11658,'','2013-11-10 01:22:57'),(45215,2,11658,'','2013-11-10 01:22:57'),(45216,3,11658,'','2013-11-10 01:22:57'),(45217,4,11658,'OPD','2013-11-10 01:22:57'),(45218,5,11658,'','2013-11-10 01:22:57'),(45219,6,11658,'','2013-11-10 01:22:57'),(45220,7,11658,'DAY','2013-11-10 01:22:57'),(45221,1,11660,'','2013-11-10 01:22:57'),(45222,2,11660,'','2013-11-10 01:22:57'),(45223,3,11660,'','2013-11-10 01:22:57'),(45224,4,11660,'','2013-11-10 01:22:57'),(45225,5,11660,'','2013-11-10 01:22:57'),(45226,6,11660,'','2013-11-10 01:22:57'),(45227,7,11660,'DAY','2013-11-10 01:22:57'),(45228,1,11661,'3570959','2013-11-10 01:29:37'),(45229,2,11661,'','2013-11-10 01:29:37'),(45230,3,11661,'','2013-11-10 01:29:37'),(45231,4,11661,'OPD','2013-11-10 01:29:37'),(45232,5,11661,'','2013-11-10 01:29:37'),(45233,6,11661,'22.00','2013-11-10 01:29:37'),(45234,7,11661,'DAY','2013-11-10 01:29:37'),(45235,1,11662,'3584420','2013-11-10 01:32:27'),(45236,2,11662,'','2013-11-10 01:32:27'),(45237,3,11662,'','2013-11-10 01:32:27'),(45238,4,11662,'OPD','2013-11-10 01:32:27'),(45239,5,11662,'','2013-11-10 01:32:27'),(45240,6,11662,'68.00','2013-11-10 01:32:27'),(45241,7,11662,'DAY','2013-11-10 01:32:27'),(45242,1,11664,'','2013-11-10 01:32:28'),(45243,2,11664,'','2013-11-10 01:32:28'),(45244,3,11664,'','2013-11-10 01:32:28'),(45245,4,11664,'','2013-11-10 01:32:28'),(45246,5,11664,'','2013-11-10 01:32:28'),(45247,6,11664,'','2013-11-10 01:32:28'),(45248,7,11664,'DAY','2013-11-10 01:32:28'),(45249,1,11667,'','2013-11-10 01:32:28'),(45250,2,11667,'','2013-11-10 01:32:28'),(45251,3,11667,'','2013-11-10 01:32:28'),(45252,4,11667,'','2013-11-10 01:32:28'),(45253,5,11667,'','2013-11-10 01:32:28'),(45254,6,11667,'','2013-11-10 01:32:28'),(45255,7,11667,'DAY','2013-11-10 01:32:28'),(45256,1,11668,'3584438','2013-11-10 01:57:28'),(45257,2,11668,'','2013-11-10 01:57:28'),(45258,3,11668,'','2013-11-10 01:57:28'),(45259,4,11668,'OPD','2013-11-10 01:57:28'),(45260,5,11668,'','2013-11-10 01:57:28'),(45261,6,11668,'81.00','2013-11-10 01:57:28'),(45262,7,11668,'DAY','2013-11-10 01:57:28'),(45263,1,11669,'3584440','2013-11-10 02:08:38'),(45264,2,11669,'','2013-11-10 02:08:38'),(45265,3,11669,'','2013-11-10 02:08:38'),(45266,4,11669,'WARD','2013-11-10 02:08:38'),(45267,5,11669,'214787','2013-11-10 02:08:38'),(45268,6,11669,'55.00','2013-11-10 02:08:38'),(45269,7,11669,'DAY','2013-11-10 02:08:38'),(45270,1,11670,'3584443','2013-11-10 02:26:31'),(45271,2,11670,'592482','2013-11-10 02:26:31'),(45272,3,11670,'','2013-11-10 02:26:31'),(45273,4,11670,'OPD','2013-11-10 02:26:31'),(45274,5,11670,'','2013-11-10 02:26:31'),(45275,6,11670,'16.00','2013-11-10 02:26:31'),(45276,7,11670,'DAY','2013-11-10 02:26:31'),(45277,1,11671,'3584451','2013-11-10 02:29:26'),(45278,2,11671,'','2013-11-10 02:29:26'),(45279,3,11671,'','2013-11-10 02:29:26'),(45280,4,11671,'OPD','2013-11-10 02:29:26'),(45281,5,11671,'','2013-11-10 02:29:26'),(45282,6,11671,'81.00','2013-11-10 02:29:26'),(45283,7,11671,'DAY','2013-11-10 02:29:26'),(45284,1,11672,'3584465','2013-11-10 02:40:40'),(45285,2,11672,'','2013-11-10 02:40:40'),(45286,3,11672,'','2013-11-10 02:40:40'),(45287,4,11672,'OPD','2013-11-10 02:40:40'),(45288,5,11672,'','2013-11-10 02:40:40'),(45289,6,11672,'56.40','2013-11-10 02:40:40'),(45290,7,11672,'DAY','2013-11-10 02:40:40'),(45291,1,11673,'3584466','2013-11-10 02:45:57'),(45292,2,11673,'','2013-11-10 02:45:57'),(45293,3,11673,'','2013-11-10 02:45:57'),(45294,4,11673,'OPD','2013-11-10 02:45:57'),(45295,5,11673,'','2013-11-10 02:45:57'),(45296,6,11673,'94.00','2013-11-10 02:45:57'),(45297,7,11673,'DAY','2013-11-10 02:45:57'),(45298,1,11675,'','2013-11-10 02:45:57'),(45299,2,11675,'','2013-11-10 02:45:57'),(45300,3,11675,'','2013-11-10 02:45:57'),(45301,4,11675,'','2013-11-10 02:45:57'),(45302,5,11675,'','2013-11-10 02:45:57'),(45303,6,11675,'','2013-11-10 02:45:57'),(45304,7,11675,'DAY','2013-11-10 02:45:57'),(45305,1,11676,'3584468','2013-11-10 02:50:29'),(45306,2,11676,'','2013-11-10 02:50:29'),(45307,3,11676,'','2013-11-10 02:50:29'),(45308,4,11676,'OPD','2013-11-10 02:50:29'),(45309,5,11676,'','2013-11-10 02:50:29'),(45310,6,11676,'159.00','2013-11-10 02:50:29'),(45311,7,11676,'DAY','2013-11-10 02:50:29'),(45312,1,11678,'','2013-11-10 02:50:29'),(45313,2,11678,'','2013-11-10 02:50:29'),(45314,3,11678,'','2013-11-10 02:50:29'),(45315,4,11678,'','2013-11-10 02:50:29'),(45316,5,11678,'','2013-11-10 02:50:29'),(45317,6,11678,'','2013-11-10 02:50:29'),(45318,7,11678,'DAY','2013-11-10 02:50:29'),(45319,1,11681,'','2013-11-10 02:50:29'),(45320,2,11681,'','2013-11-10 02:50:29'),(45321,3,11681,'','2013-11-10 02:50:29'),(45322,4,11681,'','2013-11-10 02:50:29'),(45323,5,11681,'','2013-11-10 02:50:29'),(45324,6,11681,'','2013-11-10 02:50:29'),(45325,7,11681,'DAY','2013-11-10 02:50:29'),(45326,1,11682,'3584469','2013-11-10 02:58:49'),(45327,2,11682,'','2013-11-10 02:58:49'),(45328,3,11682,'','2013-11-10 02:58:49'),(45329,4,11682,'OPD','2013-11-10 02:58:49'),(45330,5,11682,'','2013-11-10 02:58:49'),(45331,6,11682,'168.00','2013-11-10 02:58:49'),(45332,7,11682,'DAY','2013-11-10 02:58:49'),(45333,1,11684,'','2013-11-10 02:58:49'),(45334,2,11684,'','2013-11-10 02:58:49'),(45335,3,11684,'','2013-11-10 02:58:49'),(45336,4,11684,'','2013-11-10 02:58:49'),(45337,5,11684,'','2013-11-10 02:58:49'),(45338,6,11684,'','2013-11-10 02:58:49'),(45339,7,11684,'DAY','2013-11-10 02:58:49'),(45340,1,11685,'3584464','2013-11-10 03:06:49'),(45341,2,11685,'592487','2013-11-10 03:06:49'),(45342,3,11685,'','2013-11-10 03:06:49'),(45343,4,11685,'OPD','2013-11-10 03:06:49'),(45344,5,11685,'','2013-11-10 03:06:49'),(45345,6,11685,'165.00','2013-11-10 03:06:49'),(45346,7,11685,'DAY','2013-11-10 03:06:49'),(45347,1,11687,'','2013-11-10 03:06:49'),(45348,2,11687,'','2013-11-10 03:06:49'),(45349,3,11687,'','2013-11-10 03:06:49'),(45350,4,11687,'','2013-11-10 03:06:49'),(45351,5,11687,'','2013-11-10 03:06:49'),(45352,6,11687,'','2013-11-10 03:06:49'),(45353,7,11687,'DAY','2013-11-10 03:06:49'),(45354,1,11690,'','2013-11-10 03:06:49'),(45355,2,11690,'','2013-11-10 03:06:49'),(45356,3,11690,'','2013-11-10 03:06:49'),(45357,4,11690,'','2013-11-10 03:06:49'),(45358,5,11690,'','2013-11-10 03:06:49'),(45359,6,11690,'','2013-11-10 03:06:49'),(45360,7,11690,'DAY','2013-11-10 03:06:49'),(45361,1,11691,'3584504','2013-11-10 03:43:45'),(45362,2,11691,'','2013-11-10 03:43:45'),(45363,3,11691,'','2013-11-10 03:43:45'),(45364,4,11691,'OPD','2013-11-10 03:43:45'),(45365,5,11691,'','2013-11-10 03:43:45'),(45366,6,11691,'41','2013-11-10 03:43:45'),(45367,7,11691,'NIGHT','2013-11-10 03:43:45'),(45368,1,11693,'','2013-11-10 03:43:46'),(45369,2,11693,'','2013-11-10 03:43:46'),(45370,3,11693,'','2013-11-10 03:43:46'),(45371,4,11693,'','2013-11-10 03:43:46'),(45372,5,11693,'','2013-11-10 03:43:46'),(45373,6,11693,'','2013-11-10 03:43:46'),(45374,7,11693,'DAY','2013-11-10 03:43:46'),(45375,1,11694,'3584500','2013-11-10 03:53:24'),(45376,2,11694,'','2013-11-10 03:53:24'),(45377,3,11694,'','2013-11-10 03:53:24'),(45378,4,11694,'OPD','2013-11-10 03:53:24'),(45379,5,11694,'','2013-11-10 03:53:24'),(45380,6,11694,'40','2013-11-10 03:53:24'),(45381,7,11694,'NIGHT','2013-11-10 03:53:24'),(45382,1,11695,'3584497','2013-11-10 03:56:06'),(45383,2,11695,'','2013-11-10 03:56:06'),(45384,3,11695,'','2013-11-10 03:56:06'),(45385,4,11695,'OPD','2013-11-10 03:56:06'),(45386,5,11695,'','2013-11-10 03:56:06'),(45387,6,11695,'202.40','2013-11-10 03:56:06'),(45388,7,11695,'NIGHT','2013-11-10 03:56:06'),(45389,1,11697,'','2013-11-10 03:56:06'),(45390,2,11697,'','2013-11-10 03:56:06'),(45391,3,11697,'','2013-11-10 03:56:06'),(45392,4,11697,'','2013-11-10 03:56:06'),(45393,5,11697,'','2013-11-10 03:56:06'),(45394,6,11697,'','2013-11-10 03:56:06'),(45395,7,11697,'NIGHT','2013-11-10 03:56:06'),(45396,1,11698,'3584536','2013-11-10 05:23:38'),(45397,2,11698,'','2013-11-10 05:23:38'),(45398,3,11698,'','2013-11-10 05:23:38'),(45399,4,11698,'OPD','2013-11-10 05:23:38'),(45400,5,11698,'','2013-11-10 05:23:38'),(45401,6,11698,'139','2013-11-10 05:23:38'),(45402,7,11698,'NIGHT','2013-11-10 05:23:38'),(45403,1,11700,'','2013-11-10 05:23:38'),(45404,2,11700,'','2013-11-10 05:23:38'),(45405,3,11700,'','2013-11-10 05:23:38'),(45406,4,11700,'','2013-11-10 05:23:38'),(45407,5,11700,'','2013-11-10 05:23:38'),(45408,6,11700,'','2013-11-10 05:23:38'),(45409,7,11700,'NIGHT','2013-11-10 05:23:38'),(45410,1,11703,'','2013-11-10 05:23:39'),(45411,2,11703,'','2013-11-10 05:23:39'),(45412,3,11703,'','2013-11-10 05:23:39'),(45413,4,11703,'','2013-11-10 05:23:39'),(45414,5,11703,'','2013-11-10 05:23:39'),(45415,6,11703,'','2013-11-10 05:23:39'),(45416,7,11703,'DAY','2013-11-10 05:23:39'),(45417,1,11707,'','2013-11-10 05:23:39'),(45418,2,11707,'','2013-11-10 05:23:39'),(45419,3,11707,'','2013-11-10 05:23:39'),(45420,4,11707,'','2013-11-10 05:23:39'),(45421,5,11707,'','2013-11-10 05:23:39'),(45422,6,11707,'','2013-11-10 05:23:39'),(45423,7,11707,'NIGHT','2013-11-10 05:23:39'),(45424,1,11708,'3584538','2013-11-10 05:37:31'),(45425,2,11708,'','2013-11-10 05:37:31'),(45426,3,11708,'','2013-11-10 05:37:31'),(45427,4,11708,'OPD','2013-11-10 05:37:31'),(45428,5,11708,'','2013-11-10 05:37:31'),(45429,6,11708,'63','2013-11-10 05:37:31'),(45430,7,11708,'NIGHT','2013-11-10 05:37:31'),(45431,1,11710,'','2013-11-10 05:37:31'),(45432,2,11710,'','2013-11-10 05:37:31'),(45433,3,11710,'','2013-11-10 05:37:31'),(45434,4,11710,'','2013-11-10 05:37:31'),(45435,5,11710,'','2013-11-10 05:37:31'),(45436,6,11710,'','2013-11-10 05:37:31'),(45437,7,11710,'DAY','2013-11-10 05:37:31'),(45438,1,11713,'','2013-11-10 05:37:32'),(45439,2,11713,'','2013-11-10 05:37:32'),(45440,3,11713,'','2013-11-10 05:37:32'),(45441,4,11713,'','2013-11-10 05:37:32'),(45442,5,11713,'','2013-11-10 05:37:32'),(45443,6,11713,'','2013-11-10 05:37:32'),(45444,7,11713,'DAY','2013-11-10 05:37:32'),(45445,1,11714,'3584539','2013-11-10 05:40:15'),(45446,2,11714,'592505','2013-11-10 05:40:15'),(45447,3,11714,'','2013-11-10 05:40:15'),(45448,4,11714,'OPD','2013-11-10 05:40:15'),(45449,5,11714,'','2013-11-10 05:40:15'),(45450,6,11714,'47','2013-11-10 05:40:15'),(45451,7,11714,'NIGHT','2013-11-10 05:40:15'),(45452,1,11716,'','2013-11-10 05:40:15'),(45453,2,11716,'','2013-11-10 05:40:15'),(45454,3,11716,'','2013-11-10 05:40:15'),(45455,4,11716,'','2013-11-10 05:40:15'),(45456,5,11716,'','2013-11-10 05:40:15'),(45457,6,11716,'','2013-11-10 05:40:15'),(45458,7,11716,'NIGHT','2013-11-10 05:40:15'),(45459,1,11717,'3584542','2013-11-10 05:55:35'),(45460,2,11717,'592507','2013-11-10 05:55:35'),(45461,3,11717,'','2013-11-10 05:55:35'),(45462,4,11717,'OPD','2013-11-10 05:55:35'),(45463,5,11717,'','2013-11-10 05:55:35'),(45464,6,11717,'20','2013-11-10 05:55:35'),(45465,7,11717,'NIGHT','2013-11-10 05:55:35'),(45466,1,11718,'3584544','2013-11-10 06:10:07'),(45467,2,11718,'592509','2013-11-10 06:10:07'),(45468,3,11718,'','2013-11-10 06:10:07'),(45469,4,11718,'OPD','2013-11-10 06:10:07'),(45470,5,11718,'','2013-11-10 06:10:07'),(45471,6,11718,'72','2013-11-10 06:10:07'),(45472,7,11718,'NIGHT','2013-11-10 06:10:07'),(45473,1,11720,'','2013-11-10 06:10:07'),(45474,2,11720,'','2013-11-10 06:10:07'),(45475,3,11720,'','2013-11-10 06:10:07'),(45476,4,11720,'','2013-11-10 06:10:07'),(45477,5,11720,'','2013-11-10 06:10:07'),(45478,6,11720,'','2013-11-10 06:10:07'),(45479,7,11720,'NIGHT','2013-11-10 06:10:07'),(45480,1,11721,'3584547','2013-11-10 06:55:22'),(45481,2,11721,'','2013-11-10 06:55:22'),(45482,3,11721,'','2013-11-10 06:55:22'),(45483,4,11721,'WARD','2013-11-10 06:55:22'),(45484,5,11721,'B5','2013-11-10 06:55:22'),(45485,6,11721,'132','2013-11-10 06:55:22'),(45486,7,11721,'NIGHT','2013-11-10 06:55:22'),(45487,1,11723,'','2013-11-10 06:55:22'),(45488,2,11723,'','2013-11-10 06:55:22'),(45489,3,11723,'','2013-11-10 06:55:22'),(45490,4,11723,'','2013-11-10 06:55:22'),(45491,5,11723,'','2013-11-10 06:55:22'),(45492,6,11723,'','2013-11-10 06:55:22'),(45493,7,11723,'DAY','2013-11-10 06:55:22'),(45494,1,11726,'','2013-11-10 06:55:22'),(45495,2,11726,'','2013-11-10 06:55:22'),(45496,3,11726,'','2013-11-10 06:55:22'),(45497,4,11726,'','2013-11-10 06:55:22'),(45498,5,11726,'','2013-11-10 06:55:22'),(45499,6,11726,'','2013-11-10 06:55:22'),(45500,7,11726,'DAY','2013-11-10 06:55:22'),(45501,1,11730,'','2013-11-10 06:55:23'),(45502,2,11730,'','2013-11-10 06:55:23'),(45503,3,11730,'','2013-11-10 06:55:23'),(45504,4,11730,'','2013-11-10 06:55:23'),(45505,5,11730,'','2013-11-10 06:55:23'),(45506,6,11730,'','2013-11-10 06:55:23'),(45507,7,11730,'DAY','2013-11-10 06:55:23'),(45508,1,11731,'3584552','2013-11-10 07:42:11'),(45509,2,11731,'','2013-11-10 07:42:11'),(45510,3,11731,'','2013-11-10 07:42:11'),(45511,4,11731,'WARD','2013-11-10 07:42:11'),(45512,5,11731,'','2013-11-10 07:42:11'),(45513,6,11731,'27.30','2013-11-10 07:42:11'),(45514,7,11731,'NIGHT','2013-11-10 07:42:11'),(45515,1,11732,'3584566','2013-11-10 08:20:48'),(45516,2,11732,'592521','2013-11-10 08:20:48'),(45517,3,11732,'','2013-11-10 08:20:48'),(45518,4,11732,'OPD','2013-11-10 08:20:48'),(45519,5,11732,'','2013-11-10 08:20:48'),(45520,6,11732,'87','2013-11-10 08:20:48'),(45521,7,11732,'NIGHT','2013-11-10 08:20:48'),(45522,1,11734,'','2013-11-10 08:20:49'),(45523,2,11734,'','2013-11-10 08:20:49'),(45524,3,11734,'','2013-11-10 08:20:49'),(45525,4,11734,'','2013-11-10 08:20:49'),(45526,5,11734,'','2013-11-10 08:20:49'),(45527,6,11734,'','2013-11-10 08:20:49'),(45528,7,11734,'NIGHT','2013-11-10 08:20:49'),(45529,1,11735,'3584567','2013-11-10 08:30:25'),(45530,2,11735,'','2013-11-10 08:30:25'),(45531,3,11735,'','2013-11-10 08:30:25'),(45532,4,11735,'OPD','2013-11-10 08:30:25'),(45533,5,11735,'','2013-11-10 08:30:25'),(45534,6,11735,'37','2013-11-10 08:30:25'),(45535,7,11735,'DAY','2013-11-10 08:30:25'),(45536,1,11736,'3584571','2013-11-10 10:40:17'),(45537,2,11736,'','2013-11-10 10:40:17'),(45538,3,11736,'','2013-11-10 10:40:17'),(45539,4,11736,'OPD','2013-11-10 10:40:17'),(45540,5,11736,'','2013-11-10 10:40:17'),(45541,6,11736,'37','2013-11-10 10:40:17'),(45542,7,11736,'NIGHT','2013-11-10 10:40:17'),(45543,1,11737,'3578750','2013-11-10 14:44:54'),(45544,2,11737,'590739','2013-11-10 14:44:54'),(45545,3,11737,'','2013-11-10 14:44:54'),(45546,4,11737,'OPD','2013-11-10 14:44:54'),(45547,5,11737,'','2013-11-10 14:44:54'),(45548,6,11737,'190','2013-11-10 14:44:54'),(45549,7,11737,'NIGHT','2013-11-10 14:44:54'),(45550,1,11739,'','2013-11-10 14:44:55'),(45551,2,11739,'','2013-11-10 14:44:55'),(45552,3,11739,'','2013-11-10 14:44:55'),(45553,4,11739,'','2013-11-10 14:44:55'),(45554,5,11739,'','2013-11-10 14:44:55'),(45555,6,11739,'','2013-11-10 14:44:55'),(45556,7,11739,'NIGHT','2013-11-10 14:44:55'),(45557,1,11740,'3569882','2013-11-10 15:16:43'),(45558,2,11740,'','2013-11-10 15:16:43'),(45559,3,11740,'','2013-11-10 15:16:43'),(45560,4,11740,'OPD','2013-11-10 15:16:43'),(45561,5,11740,'','2013-11-10 15:16:43'),(45562,6,11740,'226','2013-11-10 15:16:43'),(45563,7,11740,'NIGHT','2013-11-10 15:16:43'),(45564,1,11742,'','2013-11-10 15:16:43'),(45565,2,11742,'','2013-11-10 15:16:43'),(45566,3,11742,'','2013-11-10 15:16:43'),(45567,4,11742,'','2013-11-10 15:16:43'),(45568,5,11742,'','2013-11-10 15:16:43'),(45569,6,11742,'','2013-11-10 15:16:43'),(45570,7,11742,'NIGHT','2013-11-10 15:16:43'),(45571,1,11745,'','2013-11-10 15:16:43'),(45572,2,11745,'','2013-11-10 15:16:43'),(45573,3,11745,'','2013-11-10 15:16:43'),(45574,4,11745,'','2013-11-10 15:16:43'),(45575,5,11745,'','2013-11-10 15:16:43'),(45576,6,11745,'','2013-11-10 15:16:43'),(45577,7,11745,'NIGHT','2013-11-10 15:16:43'),(45578,1,11746,'3569881','2013-11-10 15:19:43'),(45579,2,11746,'','2013-11-10 15:19:43'),(45580,3,11746,'','2013-11-10 15:19:43'),(45581,4,11746,'OPD','2013-11-10 15:19:43'),(45582,5,11746,'','2013-11-10 15:19:43'),(45583,6,11746,'268','2013-11-10 15:19:43'),(45584,7,11746,'NIGHT','2013-11-10 15:19:43'),(45585,1,11748,'','2013-11-10 15:19:43'),(45586,2,11748,'','2013-11-10 15:19:43'),(45587,3,11748,'','2013-11-10 15:19:43'),(45588,4,11748,'','2013-11-10 15:19:43'),(45589,5,11748,'','2013-11-10 15:19:43'),(45590,6,11748,'','2013-11-10 15:19:43'),(45591,7,11748,'NIGHT','2013-11-10 15:19:43'),(45592,1,11751,'','2013-11-10 15:19:44'),(45593,2,11751,'','2013-11-10 15:19:44'),(45594,3,11751,'','2013-11-10 15:19:44'),(45595,4,11751,'','2013-11-10 15:19:44'),(45596,5,11751,'','2013-11-10 15:19:44'),(45597,6,11751,'','2013-11-10 15:19:44'),(45598,7,11751,'NIGHT','2013-11-10 15:19:44'),(45599,1,11752,'3584585','2013-11-10 15:57:29'),(45600,2,11752,'592531','2013-11-10 15:57:29'),(45601,3,11752,'','2013-11-10 15:57:29'),(45602,4,11752,'OPD','2013-11-10 15:57:29'),(45603,5,11752,'','2013-11-10 15:57:29'),(45604,6,11752,'35','2013-11-10 15:57:29'),(45605,7,11752,'DAY','2013-11-10 15:57:29'),(45606,1,11753,'3584590','2013-11-10 16:11:42'),(45607,2,11753,'592534','2013-11-10 16:11:42'),(45608,3,11753,'','2013-11-10 16:11:42'),(45609,4,11753,'OPD','2013-11-10 16:11:42'),(45610,5,11753,'','2013-11-10 16:11:42'),(45611,6,11753,'49','2013-11-10 16:11:42'),(45612,7,11753,'DAY','2013-11-10 16:11:42'),(45613,1,11755,'','2013-11-10 16:11:43'),(45614,2,11755,'','2013-11-10 16:11:43'),(45615,3,11755,'','2013-11-10 16:11:43'),(45616,4,11755,'','2013-11-10 16:11:43'),(45617,5,11755,'','2013-11-10 16:11:43'),(45618,6,11755,'','2013-11-10 16:11:43'),(45619,7,11755,'DAY','2013-11-10 16:11:43'),(45620,1,11758,'','2013-11-10 16:11:43'),(45621,2,11758,'','2013-11-10 16:11:43'),(45622,3,11758,'','2013-11-10 16:11:43'),(45623,4,11758,'','2013-11-10 16:11:43'),(45624,5,11758,'','2013-11-10 16:11:43'),(45625,6,11758,'','2013-11-10 16:11:43'),(45626,7,11758,'DAY','2013-11-10 16:11:43'),(45627,1,11759,'','2013-11-10 16:23:09'),(45628,2,11759,'','2013-11-10 16:23:09'),(45629,3,11759,'','2013-11-10 16:23:09'),(45630,4,11759,'OPD','2013-11-10 16:23:09'),(45631,5,11759,'','2013-11-10 16:23:09'),(45632,6,11759,'156','2013-11-10 16:23:09'),(45633,7,11759,'DAY','2013-11-10 16:23:09'),(45634,1,11761,'','2013-11-10 16:23:09'),(45635,2,11761,'','2013-11-10 16:23:09'),(45636,3,11761,'','2013-11-10 16:23:09'),(45637,4,11761,'','2013-11-10 16:23:09'),(45638,5,11761,'','2013-11-10 16:23:09'),(45639,6,11761,'','2013-11-10 16:23:09'),(45640,7,11761,'DAY','2013-11-10 16:23:09'),(45641,1,11762,'','2013-11-10 16:37:55'),(45642,2,11762,'','2013-11-10 16:37:55'),(45643,3,11762,'','2013-11-10 16:37:55'),(45644,4,11762,'OPD','2013-11-10 16:37:55'),(45645,5,11762,'','2013-11-10 16:37:55'),(45646,6,11762,'','2013-11-10 16:37:55'),(45647,7,11762,'DAY','2013-11-10 16:37:55'),(45648,1,11764,'','2013-11-10 16:37:56'),(45649,2,11764,'','2013-11-10 16:37:56'),(45650,3,11764,'','2013-11-10 16:37:56'),(45651,4,11764,'','2013-11-10 16:37:56'),(45652,5,11764,'','2013-11-10 16:37:56'),(45653,6,11764,'','2013-11-10 16:37:56'),(45654,7,11764,'DAY','2013-11-10 16:37:56'),(45655,1,11765,'3584604','2013-11-10 17:30:59'),(45656,2,11765,'','2013-11-10 17:30:59'),(45657,3,11765,'','2013-11-10 17:30:59'),(45658,4,11765,'OPD','2013-11-10 17:30:59'),(45659,5,11765,'','2013-11-10 17:30:59'),(45660,6,11765,'50','2013-11-10 17:30:59'),(45661,7,11765,'DAY','2013-11-10 17:30:59'),(45662,1,11767,'','2013-11-10 17:31:00'),(45663,2,11767,'','2013-11-10 17:31:00'),(45664,3,11767,'','2013-11-10 17:31:00'),(45665,4,11767,'','2013-11-10 17:31:00'),(45666,5,11767,'','2013-11-10 17:31:00'),(45667,6,11767,'','2013-11-10 17:31:00'),(45668,7,11767,'DAY','2013-11-10 17:31:00'),(45669,1,11768,'3583861','2013-11-10 17:44:58'),(45670,2,11768,'','2013-11-10 17:44:58'),(45671,3,11768,'','2013-11-10 17:44:58'),(45672,4,11768,'OPD','2013-11-10 17:44:58'),(45673,5,11768,'','2013-11-10 17:44:58'),(45674,6,11768,'198','2013-11-10 17:44:58'),(45675,7,11768,'DAY','2013-11-10 17:44:58'),(45676,1,11770,'','2013-11-10 17:44:58'),(45677,2,11770,'','2013-11-10 17:44:58'),(45678,3,11770,'','2013-11-10 17:44:58'),(45679,4,11770,'','2013-11-10 17:44:58'),(45680,5,11770,'','2013-11-10 17:44:58'),(45681,6,11770,'','2013-11-10 17:44:58'),(45682,7,11770,'DAY','2013-11-10 17:44:58'),(45683,1,11773,'','2013-11-10 17:44:59'),(45684,2,11773,'','2013-11-10 17:44:59'),(45685,3,11773,'','2013-11-10 17:44:59'),(45686,4,11773,'','2013-11-10 17:44:59'),(45687,5,11773,'','2013-11-10 17:44:59'),(45688,6,11773,'','2013-11-10 17:44:59'),(45689,7,11773,'DAY','2013-11-10 17:44:59'),(45690,1,11774,'3584626','2013-11-10 18:00:15'),(45691,2,11774,'','2013-11-10 18:00:15'),(45692,3,11774,'','2013-11-10 18:00:15'),(45693,4,11774,'OPD','2013-11-10 18:00:15'),(45694,5,11774,'','2013-11-10 18:00:15'),(45695,6,11774,'134','2013-11-10 18:00:15'),(45696,7,11774,'DAY','2013-11-10 18:00:15'),(45697,1,11776,'','2013-11-10 18:00:15'),(45698,2,11776,'','2013-11-10 18:00:15'),(45699,3,11776,'','2013-11-10 18:00:15'),(45700,4,11776,'','2013-11-10 18:00:15'),(45701,5,11776,'','2013-11-10 18:00:15'),(45702,6,11776,'','2013-11-10 18:00:15'),(45703,7,11776,'DAY','2013-11-10 18:00:15'),(45704,1,11779,'','2013-11-10 18:00:16'),(45705,2,11779,'','2013-11-10 18:00:16'),(45706,3,11779,'','2013-11-10 18:00:16'),(45707,4,11779,'','2013-11-10 18:00:16'),(45708,5,11779,'','2013-11-10 18:00:16'),(45709,6,11779,'','2013-11-10 18:00:16'),(45710,7,11779,'DAY','2013-11-10 18:00:16'),(45711,1,11780,'','2013-11-10 18:15:00'),(45712,2,11780,'','2013-11-10 18:15:00'),(45713,3,11780,'','2013-11-10 18:15:00'),(45714,4,11780,'OPD','2013-11-10 18:15:00'),(45715,5,11780,'','2013-11-10 18:15:00'),(45716,6,11780,'12','2013-11-10 18:15:00'),(45717,7,11780,'DAY','2013-11-10 18:15:00'),(45718,1,11781,'','2013-11-10 18:15:21'),(45719,2,11781,'','2013-11-10 18:15:21'),(45720,3,11781,'','2013-11-10 18:15:21'),(45721,4,11781,'','2013-11-10 18:15:21'),(45722,5,11781,'','2013-11-10 18:15:21'),(45723,6,11781,'','2013-11-10 18:15:21'),(45724,7,11781,'DAY','2013-11-10 18:15:21'),(45725,1,11782,'','2013-11-10 18:34:31'),(45726,2,11782,'','2013-11-10 18:34:31'),(45727,3,11782,'','2013-11-10 18:34:31'),(45728,4,11782,'OPD','2013-11-10 18:34:31'),(45729,5,11782,'','2013-11-10 18:34:31'),(45730,6,11782,'22','2013-11-10 18:34:31'),(45731,7,11782,'DAY','2013-11-10 18:34:31'),(45732,1,11783,'','2013-11-10 18:39:04'),(45733,2,11783,'','2013-11-10 18:39:04'),(45734,3,11783,'','2013-11-10 18:39:04'),(45735,4,11783,'OPD','2013-11-10 18:39:04'),(45736,5,11783,'','2013-11-10 18:39:04'),(45737,6,11783,'12','2013-11-10 18:39:04'),(45738,7,11783,'DAY','2013-11-10 18:39:04'),(45739,1,11784,'3584662','2013-11-10 19:14:34'),(45740,2,11784,'','2013-11-10 19:14:34'),(45741,3,11784,'','2013-11-10 19:14:34'),(45742,4,11784,'OPD','2013-11-10 19:14:34'),(45743,5,11784,'','2013-11-10 19:14:34'),(45744,6,11784,'277','2013-11-10 19:14:34'),(45745,7,11784,'DAY','2013-11-10 19:14:34'),(45746,1,11786,'','2013-11-10 19:14:34'),(45747,2,11786,'','2013-11-10 19:14:34'),(45748,3,11786,'','2013-11-10 19:14:34'),(45749,4,11786,'','2013-11-10 19:14:34'),(45750,5,11786,'','2013-11-10 19:14:34'),(45751,6,11786,'','2013-11-10 19:14:34'),(45752,7,11786,'DAY','2013-11-10 19:14:34'),(45753,1,11789,'','2013-11-10 19:14:35'),(45754,2,11789,'','2013-11-10 19:14:35'),(45755,3,11789,'','2013-11-10 19:14:35'),(45756,4,11789,'','2013-11-10 19:14:35'),(45757,5,11789,'','2013-11-10 19:14:35'),(45758,6,11789,'','2013-11-10 19:14:35'),(45759,7,11789,'DAY','2013-11-10 19:14:35'),(45760,1,11790,'','2013-11-10 19:15:44'),(45761,2,11790,'','2013-11-10 19:15:44'),(45762,3,11790,'','2013-11-10 19:15:44'),(45763,4,11790,'','2013-11-10 19:15:44'),(45764,5,11790,'','2013-11-10 19:15:44'),(45765,6,11790,'','2013-11-10 19:15:44'),(45766,7,11790,'DAY','2013-11-10 19:15:44'),(45767,1,11791,'','2013-11-10 19:24:06'),(45768,2,11791,'','2013-11-10 19:24:06'),(45769,3,11791,'','2013-11-10 19:24:06'),(45770,4,11791,'OPD','2013-11-10 19:24:06'),(45771,5,11791,'','2013-11-10 19:24:06'),(45772,6,11791,'98','2013-11-10 19:24:06'),(45773,7,11791,'DAY','2013-11-10 19:24:06'),(45774,1,11793,'','2013-11-10 19:24:06'),(45775,2,11793,'','2013-11-10 19:24:06'),(45776,3,11793,'','2013-11-10 19:24:06'),(45777,4,11793,'','2013-11-10 19:24:06'),(45778,5,11793,'','2013-11-10 19:24:06'),(45779,6,11793,'','2013-11-10 19:24:06'),(45780,7,11793,'DAY','2013-11-10 19:24:06'),(45781,1,11794,'3584676','2013-11-10 19:35:21'),(45782,2,11794,'','2013-11-10 19:35:21'),(45783,3,11794,'','2013-11-10 19:35:21'),(45784,4,11794,'OPD','2013-11-10 19:35:21'),(45785,5,11794,'','2013-11-10 19:35:21'),(45786,6,11794,'25','2013-11-10 19:35:21'),(45787,7,11794,'DAY','2013-11-10 19:35:21'),(45788,1,11796,'','2013-11-10 19:35:21'),(45789,2,11796,'','2013-11-10 19:35:21'),(45790,3,11796,'','2013-11-10 19:35:21'),(45791,4,11796,'','2013-11-10 19:35:21'),(45792,5,11796,'','2013-11-10 19:35:21'),(45793,6,11796,'','2013-11-10 19:35:21'),(45794,7,11796,'DAY','2013-11-10 19:35:21'),(45795,1,11797,'','2013-11-10 20:03:02'),(45796,2,11797,'','2013-11-10 20:03:02'),(45797,3,11797,'','2013-11-10 20:03:02'),(45798,4,11797,'OPD','2013-11-10 20:03:02'),(45799,5,11797,'','2013-11-10 20:03:02'),(45800,6,11797,'','2013-11-10 20:03:02'),(45801,7,11797,'DAY','2013-11-10 20:03:02'),(45802,1,11799,'','2013-11-10 20:03:02'),(45803,2,11799,'','2013-11-10 20:03:02'),(45804,3,11799,'','2013-11-10 20:03:02'),(45805,4,11799,'','2013-11-10 20:03:02'),(45806,5,11799,'','2013-11-10 20:03:02'),(45807,6,11799,'','2013-11-10 20:03:02'),(45808,7,11799,'DAY','2013-11-10 20:03:02'),(45809,1,11802,'','2013-11-10 20:03:03'),(45810,2,11802,'','2013-11-10 20:03:03'),(45811,3,11802,'','2013-11-10 20:03:03'),(45812,4,11802,'','2013-11-10 20:03:03'),(45813,5,11802,'','2013-11-10 20:03:03'),(45814,6,11802,'','2013-11-10 20:03:03'),(45815,7,11802,'DAY','2013-11-10 20:03:03'),(45816,1,11803,'','2013-11-10 20:26:44'),(45817,2,11803,'','2013-11-10 20:26:44'),(45818,3,11803,'','2013-11-10 20:26:44'),(45819,4,11803,'','2013-11-10 20:26:44'),(45820,5,11803,'','2013-11-10 20:26:44'),(45821,6,11803,'','2013-11-10 20:26:44'),(45822,7,11803,'DAY','2013-11-10 20:26:44'),(45823,1,11804,'3584700','2013-11-10 20:59:26'),(45824,2,11804,'592557','2013-11-10 20:59:26'),(45825,3,11804,'','2013-11-10 20:59:26'),(45826,4,11804,'OUT','2013-11-10 20:59:26'),(45827,5,11804,'','2013-11-10 20:59:26'),(45828,6,11804,'69','2013-11-10 20:59:26'),(45829,7,11804,'DAY','2013-11-10 20:59:26'),(45830,1,11805,'3584705','2013-11-10 21:09:23'),(45831,2,11805,'592558','2013-11-10 21:09:23'),(45832,3,11805,'','2013-11-10 21:09:23'),(45833,4,11805,'OPD','2013-11-10 21:09:23'),(45834,5,11805,'','2013-11-10 21:09:23'),(45835,6,11805,'97','2013-11-10 21:09:23'),(45836,7,11805,'DAY','2013-11-10 21:09:23'),(45837,1,11807,'','2013-11-10 21:09:23'),(45838,2,11807,'','2013-11-10 21:09:23'),(45839,3,11807,'','2013-11-10 21:09:23'),(45840,4,11807,'','2013-11-10 21:09:23'),(45841,5,11807,'','2013-11-10 21:09:23'),(45842,6,11807,'','2013-11-10 21:09:23'),(45843,7,11807,'DAY','2013-11-10 21:09:23'),(45844,1,11808,'3584708','2013-11-10 21:40:29'),(45845,2,11808,'','2013-11-10 21:40:29'),(45846,3,11808,'','2013-11-10 21:40:29'),(45847,4,11808,'OPD','2013-11-10 21:40:29'),(45848,5,11808,'','2013-11-10 21:40:29'),(45849,6,11808,'112','2013-11-10 21:40:29'),(45850,7,11808,'DAY','2013-11-10 21:40:29'),(45851,1,11810,'','2013-11-10 21:40:29'),(45852,2,11810,'','2013-11-10 21:40:29'),(45853,3,11810,'','2013-11-10 21:40:29'),(45854,4,11810,'','2013-11-10 21:40:29'),(45855,5,11810,'','2013-11-10 21:40:29'),(45856,6,11810,'','2013-11-10 21:40:29'),(45857,7,11810,'DAY','2013-11-10 21:40:29'),(45858,1,11813,'','2013-11-10 21:40:29'),(45859,2,11813,'','2013-11-10 21:40:29'),(45860,3,11813,'','2013-11-10 21:40:29'),(45861,4,11813,'','2013-11-10 21:40:29'),(45862,5,11813,'','2013-11-10 21:40:29'),(45863,6,11813,'','2013-11-10 21:40:29'),(45864,7,11813,'DAY','2013-11-10 21:40:29'),(45865,1,11814,'','2013-11-10 21:46:22'),(45866,2,11814,'','2013-11-10 21:46:22'),(45867,3,11814,'','2013-11-10 21:46:22'),(45868,4,11814,'','2013-11-10 21:46:22'),(45869,5,11814,'','2013-11-10 21:46:22'),(45870,6,11814,'','2013-11-10 21:46:22'),(45871,7,11814,'DAY','2013-11-10 21:46:22'),(45872,1,11815,'3584709','2013-11-10 21:48:14'),(45873,2,11815,'','2013-11-10 21:48:14'),(45874,3,11815,'','2013-11-10 21:48:14'),(45875,4,11815,'OPD','2013-11-10 21:48:14'),(45876,5,11815,'','2013-11-10 21:48:14'),(45877,6,11815,'112','2013-11-10 21:48:14'),(45878,7,11815,'DAY','2013-11-10 21:48:14'),(45879,1,11817,'','2013-11-10 21:48:15'),(45880,2,11817,'','2013-11-10 21:48:15'),(45881,3,11817,'','2013-11-10 21:48:15'),(45882,4,11817,'','2013-11-10 21:48:15'),(45883,5,11817,'','2013-11-10 21:48:15'),(45884,6,11817,'','2013-11-10 21:48:15'),(45885,7,11817,'DAY','2013-11-10 21:48:15'),(45886,1,11820,'','2013-11-10 21:48:15'),(45887,2,11820,'','2013-11-10 21:48:15'),(45888,3,11820,'','2013-11-10 21:48:15'),(45889,4,11820,'','2013-11-10 21:48:15'),(45890,5,11820,'','2013-11-10 21:48:15'),(45891,6,11820,'','2013-11-10 21:48:15'),(45892,7,11820,'DAY','2013-11-10 21:48:15'),(45893,1,11821,'','2013-11-10 22:33:28'),(45894,2,11821,'','2013-11-10 22:33:28'),(45895,3,11821,'','2013-11-10 22:33:28'),(45896,4,11821,'','2013-11-10 22:33:28'),(45897,5,11821,'','2013-11-10 22:33:28'),(45898,6,11821,'','2013-11-10 22:33:28'),(45899,7,11821,'DAY','2013-11-10 22:33:28'),(45900,1,11822,'','2013-11-10 23:05:17'),(45901,2,11822,'','2013-11-10 23:05:17'),(45902,3,11822,'','2013-11-10 23:05:17'),(45903,4,11822,'OPD','2013-11-10 23:05:17'),(45904,5,11822,'','2013-11-10 23:05:17'),(45905,6,11822,'104','2013-11-10 23:05:17'),(45906,7,11822,'DAY','2013-11-10 23:05:17'),(45907,1,11824,'','2013-11-10 23:05:17'),(45908,2,11824,'','2013-11-10 23:05:17'),(45909,3,11824,'','2013-11-10 23:05:17'),(45910,4,11824,'','2013-11-10 23:05:17'),(45911,5,11824,'','2013-11-10 23:05:17'),(45912,6,11824,'','2013-11-10 23:05:17'),(45913,7,11824,'DAY','2013-11-10 23:05:17'),(45914,1,11825,'','2013-11-11 00:06:37'),(45915,2,11825,'','2013-11-11 00:06:37'),(45916,3,11825,'','2013-11-11 00:06:37'),(45917,4,11825,'opd','2013-11-11 00:06:37'),(45918,5,11825,'','2013-11-11 00:06:37'),(45919,6,11825,'24','2013-11-11 00:06:37'),(45920,7,11825,'DAY','2013-11-11 00:06:37'),(45921,1,11826,'','2013-11-11 00:08:44'),(45922,2,11826,'','2013-11-11 00:08:44'),(45923,3,11826,'','2013-11-11 00:08:44'),(45924,4,11826,'OPD','2013-11-11 00:08:44'),(45925,5,11826,'','2013-11-11 00:08:44'),(45926,6,11826,'35','2013-11-11 00:08:44'),(45927,7,11826,'DAY','2013-11-11 00:08:44'),(45928,1,11827,'3584756','2013-11-11 00:23:40'),(45929,2,11827,'592569','2013-11-11 00:23:40'),(45930,3,11827,'','2013-11-11 00:23:40'),(45931,4,11827,'OPD','2013-11-11 00:23:40'),(45932,5,11827,'','2013-11-11 00:23:40'),(45933,6,11827,'411','2013-11-11 00:23:40'),(45934,7,11827,'DAY','2013-11-11 00:23:40'),(45935,1,11829,'','2013-11-11 00:23:40'),(45936,2,11829,'','2013-11-11 00:23:40'),(45937,3,11829,'','2013-11-11 00:23:40'),(45938,4,11829,'','2013-11-11 00:23:40'),(45939,5,11829,'','2013-11-11 00:23:40'),(45940,6,11829,'','2013-11-11 00:23:40'),(45941,7,11829,'DAY','2013-11-11 00:23:40'),(45942,1,11832,'','2013-11-11 00:23:40'),(45943,2,11832,'','2013-11-11 00:23:40'),(45944,3,11832,'','2013-11-11 00:23:40'),(45945,4,11832,'','2013-11-11 00:23:40'),(45946,5,11832,'','2013-11-11 00:23:40'),(45947,6,11832,'','2013-11-11 00:23:40'),(45948,7,11832,'DAY','2013-11-11 00:23:40'),(45949,1,11836,'','2013-11-11 00:23:40'),(45950,2,11836,'','2013-11-11 00:23:40'),(45951,3,11836,'','2013-11-11 00:23:40'),(45952,4,11836,'','2013-11-11 00:23:40'),(45953,5,11836,'','2013-11-11 00:23:40'),(45954,6,11836,'','2013-11-11 00:23:40'),(45955,7,11836,'DAY','2013-11-11 00:23:40'),(45956,1,11837,'','2013-11-11 00:27:53'),(45957,2,11837,'','2013-11-11 00:27:53'),(45958,3,11837,'','2013-11-11 00:27:53'),(45959,4,11837,'OPD','2013-11-11 00:27:53'),(45960,5,11837,'','2013-11-11 00:27:53'),(45961,6,11837,'214','2013-11-11 00:27:53'),(45962,7,11837,'DAY','2013-11-11 00:27:53'),(45963,1,11839,'','2013-11-11 00:27:53'),(45964,2,11839,'','2013-11-11 00:27:53'),(45965,3,11839,'','2013-11-11 00:27:53'),(45966,4,11839,'','2013-11-11 00:27:53'),(45967,5,11839,'','2013-11-11 00:27:53'),(45968,6,11839,'','2013-11-11 00:27:53'),(45969,7,11839,'DAY','2013-11-11 00:27:53'),(45970,1,11842,'','2013-11-11 00:27:53'),(45971,2,11842,'','2013-11-11 00:27:53'),(45972,3,11842,'','2013-11-11 00:27:53'),(45973,4,11842,'','2013-11-11 00:27:53'),(45974,5,11842,'','2013-11-11 00:27:53'),(45975,6,11842,'','2013-11-11 00:27:53'),(45976,7,11842,'DAY','2013-11-11 00:27:53'),(45977,1,11846,'','2013-11-11 00:27:54'),(45978,2,11846,'','2013-11-11 00:27:54'),(45979,3,11846,'','2013-11-11 00:27:54'),(45980,4,11846,'','2013-11-11 00:27:54'),(45981,5,11846,'','2013-11-11 00:27:54'),(45982,6,11846,'','2013-11-11 00:27:54'),(45983,7,11846,'DAY','2013-11-11 00:27:54'),(45984,1,11847,'','2013-11-11 00:31:00'),(45985,2,11847,'','2013-11-11 00:31:00'),(45986,3,11847,'','2013-11-11 00:31:00'),(45987,4,11847,'OPD','2013-11-11 00:31:00'),(45988,5,11847,'','2013-11-11 00:31:00'),(45989,6,11847,'152','2013-11-11 00:31:00'),(45990,7,11847,'DAY','2013-11-11 00:31:00'),(45991,1,11849,'','2013-11-11 00:31:00'),(45992,2,11849,'','2013-11-11 00:31:00'),(45993,3,11849,'','2013-11-11 00:31:00'),(45994,4,11849,'','2013-11-11 00:31:00'),(45995,5,11849,'','2013-11-11 00:31:00'),(45996,6,11849,'','2013-11-11 00:31:00'),(45997,7,11849,'DAY','2013-11-11 00:31:00'),(45998,1,11852,'','2013-11-11 00:31:01'),(45999,2,11852,'','2013-11-11 00:31:01'),(46000,3,11852,'','2013-11-11 00:31:01'),(46001,4,11852,'','2013-11-11 00:31:01'),(46002,5,11852,'','2013-11-11 00:31:01'),(46003,6,11852,'','2013-11-11 00:31:01'),(46004,7,11852,'DAY','2013-11-11 00:31:01'),(46005,1,11856,'','2013-11-11 00:31:01'),(46006,2,11856,'','2013-11-11 00:31:01'),(46007,3,11856,'','2013-11-11 00:31:01'),(46008,4,11856,'','2013-11-11 00:31:01'),(46009,5,11856,'','2013-11-11 00:31:01'),(46010,6,11856,'','2013-11-11 00:31:01'),(46011,7,11856,'DAY','2013-11-11 00:31:01'),(46012,1,11857,'','2013-11-11 00:40:03'),(46013,2,11857,'','2013-11-11 00:40:03'),(46014,3,11857,'','2013-11-11 00:40:03'),(46015,4,11857,'OPD','2013-11-11 00:40:03'),(46016,5,11857,'','2013-11-11 00:40:03'),(46017,6,11857,'80','2013-11-11 00:40:03'),(46018,7,11857,'DAY','2013-11-11 00:40:03'),(46019,1,11858,'','2013-11-11 00:46:08'),(46020,2,11858,'','2013-11-11 00:46:08'),(46021,3,11858,'','2013-11-11 00:46:08'),(46022,4,11858,'','2013-11-11 00:46:08'),(46023,5,11858,'','2013-11-11 00:46:08'),(46024,6,11858,'','2013-11-11 00:46:08'),(46025,7,11858,'DAY','2013-11-11 00:46:08'),(46026,1,11859,'35884779','2013-11-11 01:04:29'),(46027,2,11859,'','2013-11-11 01:04:29'),(46028,3,11859,'','2013-11-11 01:04:29'),(46029,4,11859,'OPD','2013-11-11 01:04:29'),(46030,5,11859,'','2013-11-11 01:04:29'),(46031,6,11859,'61','2013-11-11 01:04:29'),(46032,7,11859,'DAY','2013-11-11 01:04:29'),(46033,1,11860,'3584776','2013-11-11 01:10:58'),(46034,2,11860,'592576','2013-11-11 01:10:58'),(46035,3,11860,'','2013-11-11 01:10:58'),(46036,4,11860,'OPD','2013-11-11 01:10:58'),(46037,5,11860,'','2013-11-11 01:10:58'),(46038,6,11860,'154','2013-11-11 01:10:58'),(46039,7,11860,'DAY','2013-11-11 01:10:58'),(46040,1,11862,'','2013-11-11 01:10:58'),(46041,2,11862,'','2013-11-11 01:10:58'),(46042,3,11862,'','2013-11-11 01:10:58'),(46043,4,11862,'','2013-11-11 01:10:58'),(46044,5,11862,'','2013-11-11 01:10:58'),(46045,6,11862,'','2013-11-11 01:10:58'),(46046,7,11862,'DAY','2013-11-11 01:10:58'),(46047,1,11865,'','2013-11-11 01:10:59'),(46048,2,11865,'','2013-11-11 01:10:59'),(46049,3,11865,'','2013-11-11 01:10:59'),(46050,4,11865,'','2013-11-11 01:10:59'),(46051,5,11865,'','2013-11-11 01:10:59'),(46052,6,11865,'','2013-11-11 01:10:59'),(46053,7,11865,'DAY','2013-11-11 01:10:59'),(46054,1,11866,'','2013-11-11 01:12:48'),(46055,2,11866,'','2013-11-11 01:12:48'),(46056,3,11866,'','2013-11-11 01:12:48'),(46057,4,11866,'','2013-11-11 01:12:48'),(46058,5,11866,'W','2013-11-11 01:12:48'),(46059,6,11866,'27.3','2013-11-11 01:12:48'),(46060,7,11866,'DAY','2013-11-11 01:12:48'),(46061,1,11867,'','2013-11-11 02:31:09'),(46062,2,11867,'','2013-11-11 02:31:09'),(46063,3,11867,'','2013-11-11 02:31:09'),(46064,4,11867,'OPD','2013-11-11 02:31:09'),(46065,5,11867,'','2013-11-11 02:31:09'),(46066,6,11867,'148','2013-11-11 02:31:09'),(46067,7,11867,'DAY','2013-11-11 02:31:09'),(46068,1,11869,'','2013-11-11 02:31:09'),(46069,2,11869,'','2013-11-11 02:31:09'),(46070,3,11869,'','2013-11-11 02:31:09'),(46071,4,11869,'','2013-11-11 02:31:09'),(46072,5,11869,'','2013-11-11 02:31:09'),(46073,6,11869,'','2013-11-11 02:31:09'),(46074,7,11869,'DAY','2013-11-11 02:31:09'),(46075,1,11872,'','2013-11-11 02:31:09'),(46076,2,11872,'','2013-11-11 02:31:09'),(46077,3,11872,'','2013-11-11 02:31:09'),(46078,4,11872,'','2013-11-11 02:31:09'),(46079,5,11872,'','2013-11-11 02:31:09'),(46080,6,11872,'','2013-11-11 02:31:09'),(46081,7,11872,'DAY','2013-11-11 02:31:09'),(46082,1,11873,'','2013-11-11 02:45:59'),(46083,2,11873,'','2013-11-11 02:45:59'),(46084,3,11873,'','2013-11-11 02:45:59'),(46085,4,11873,'OPD','2013-11-11 02:45:59'),(46086,5,11873,'','2013-11-11 02:45:59'),(46087,6,11873,'120','2013-11-11 02:45:59'),(46088,7,11873,'DAY','2013-11-11 02:45:59'),(46089,1,11874,'','2013-11-11 03:13:18'),(46090,2,11874,'','2013-11-11 03:13:18'),(46091,3,11874,'','2013-11-11 03:13:18'),(46092,4,11874,'OPD','2013-11-11 03:13:18'),(46093,5,11874,'','2013-11-11 03:13:18'),(46094,6,11874,'81','2013-11-11 03:13:18'),(46095,7,11874,'DAY','2013-11-11 03:13:18'),(46096,1,11875,'3584824','2013-11-11 03:25:52'),(46097,2,11875,'592593','2013-11-11 03:25:52'),(46098,3,11875,'','2013-11-11 03:25:52'),(46099,4,11875,'OPD','2013-11-11 03:25:52'),(46100,5,11875,'','2013-11-11 03:25:52'),(46101,6,11875,'128','2013-11-11 03:25:52'),(46102,7,11875,'NIGHT','2013-11-11 03:25:52'),(46103,1,11877,'','2013-11-11 03:25:52'),(46104,2,11877,'','2013-11-11 03:25:52'),(46105,3,11877,'','2013-11-11 03:25:52'),(46106,4,11877,'','2013-11-11 03:25:52'),(46107,5,11877,'','2013-11-11 03:25:52'),(46108,6,11877,'','2013-11-11 03:25:52'),(46109,7,11877,'NIGHT','2013-11-11 03:25:52'),(46110,1,11880,'','2013-11-11 03:25:53'),(46111,2,11880,'','2013-11-11 03:25:53'),(46112,3,11880,'','2013-11-11 03:25:53'),(46113,4,11880,'','2013-11-11 03:25:53'),(46114,5,11880,'','2013-11-11 03:25:53'),(46115,6,11880,'','2013-11-11 03:25:53'),(46116,7,11880,'NIGHT','2013-11-11 03:25:53'),(46117,1,11881,'3564830','2013-11-11 03:41:08'),(46118,2,11881,'','2013-11-11 03:41:08'),(46119,3,11881,'','2013-11-11 03:41:08'),(46120,4,11881,'OPD','2013-11-11 03:41:08'),(46121,5,11881,'','2013-11-11 03:41:08'),(46122,6,11881,'133','2013-11-11 03:41:08'),(46123,7,11881,'NIGHT','2013-11-11 03:41:08'),(46124,1,11883,'','2013-11-11 03:41:08'),(46125,2,11883,'','2013-11-11 03:41:08'),(46126,3,11883,'','2013-11-11 03:41:08'),(46127,4,11883,'','2013-11-11 03:41:08'),(46128,5,11883,'','2013-11-11 03:41:08'),(46129,6,11883,'','2013-11-11 03:41:08'),(46130,7,11883,'NIGHT','2013-11-11 03:41:08'),(46131,1,11884,'35784832','2013-11-11 03:46:08'),(46132,2,11884,'','2013-11-11 03:46:08'),(46133,3,11884,'','2013-11-11 03:46:08'),(46134,4,11884,'OPD','2013-11-11 03:46:08'),(46135,5,11884,'','2013-11-11 03:46:08'),(46136,6,11884,'81','2013-11-11 03:46:08'),(46137,7,11884,'NIGHT','2013-11-11 03:46:08'),(46138,1,11885,'3584833','2013-11-11 03:57:14'),(46139,2,11885,'592598','2013-11-11 03:57:14'),(46140,3,11885,'','2013-11-11 03:57:14'),(46141,4,11885,'OPD','2013-11-11 03:57:14'),(46142,5,11885,'','2013-11-11 03:57:14'),(46143,6,11885,'142','2013-11-11 03:57:14'),(46144,7,11885,'NIGHT','2013-11-11 03:57:14'),(46145,1,11887,'','2013-11-11 03:57:14'),(46146,2,11887,'','2013-11-11 03:57:14'),(46147,3,11887,'','2013-11-11 03:57:14'),(46148,4,11887,'','2013-11-11 03:57:14'),(46149,5,11887,'','2013-11-11 03:57:14'),(46150,6,11887,'','2013-11-11 03:57:14'),(46151,7,11887,'NIGHT','2013-11-11 03:57:14'),(46152,1,11890,'','2013-11-11 03:57:15'),(46153,2,11890,'','2013-11-11 03:57:15'),(46154,3,11890,'','2013-11-11 03:57:15'),(46155,4,11890,'','2013-11-11 03:57:15'),(46156,5,11890,'','2013-11-11 03:57:15'),(46157,6,11890,'','2013-11-11 03:57:15'),(46158,7,11890,'NIGHT','2013-11-11 03:57:15'),(46159,1,11891,'3584838','2013-11-11 04:05:09'),(46160,2,11891,'592599','2013-11-11 04:05:09'),(46161,3,11891,'','2013-11-11 04:05:09'),(46162,4,11891,'OPD','2013-11-11 04:05:09'),(46163,5,11891,'','2013-11-11 04:05:09'),(46164,6,11891,'20','2013-11-11 04:05:09'),(46165,7,11891,'NIGHT','2013-11-11 04:05:09'),(46166,1,11892,'3584831','2013-11-11 04:10:05'),(46167,2,11892,'','2013-11-11 04:10:05'),(46168,3,11892,'','2013-11-11 04:10:05'),(46169,4,11892,'OPD','2013-11-11 04:10:05'),(46170,5,11892,'','2013-11-11 04:10:05'),(46171,6,11892,'55','2013-11-11 04:10:05'),(46172,7,11892,'NIGHT','2013-11-11 04:10:05'),(46173,1,11894,'','2013-11-11 04:10:05'),(46174,2,11894,'','2013-11-11 04:10:05'),(46175,3,11894,'','2013-11-11 04:10:05'),(46176,4,11894,'','2013-11-11 04:10:05'),(46177,5,11894,'','2013-11-11 04:10:05'),(46178,6,11894,'','2013-11-11 04:10:05'),(46179,7,11894,'NIGHT','2013-11-11 04:10:05'),(46180,1,11895,'3584828','2013-11-11 04:12:50'),(46181,2,11895,'592595','2013-11-11 04:12:50'),(46182,3,11895,'','2013-11-11 04:12:50'),(46183,4,11895,'OPD','2013-11-11 04:12:50'),(46184,5,11895,'','2013-11-11 04:12:50'),(46185,6,11895,'47','2013-11-11 04:12:50'),(46186,7,11895,'NIGHT','2013-11-11 04:12:50'),(46187,1,11897,'','2013-11-11 04:12:50'),(46188,2,11897,'','2013-11-11 04:12:50'),(46189,3,11897,'','2013-11-11 04:12:50'),(46190,4,11897,'','2013-11-11 04:12:50'),(46191,5,11897,'','2013-11-11 04:12:50'),(46192,6,11897,'','2013-11-11 04:12:50'),(46193,7,11897,'NIGHT','2013-11-11 04:12:50'),(46194,1,11898,'3584841','2013-11-11 04:18:38'),(46195,2,11898,'','2013-11-11 04:18:38'),(46196,3,11898,'','2013-11-11 04:18:38'),(46197,4,11898,'OPD','2013-11-11 04:18:38'),(46198,5,11898,'','2013-11-11 04:18:38'),(46199,6,11898,'450','2013-11-11 04:18:38'),(46200,7,11898,'NIGHT','2013-11-11 04:18:38'),(46201,1,11899,'3584550','2013-11-11 05:34:28'),(46202,2,11899,'','2013-11-11 05:34:28'),(46203,3,11899,'','2013-11-11 05:34:28'),(46204,4,11899,'OPD','2013-11-11 05:34:28'),(46205,5,11899,'','2013-11-11 05:34:28'),(46206,6,11899,'104','2013-11-11 05:34:28'),(46207,7,11899,'NIGHT','2013-11-11 05:34:28'),(46208,1,11901,'','2013-11-11 05:34:29'),(46209,2,11901,'','2013-11-11 05:34:29'),(46210,3,11901,'','2013-11-11 05:34:29'),(46211,4,11901,'','2013-11-11 05:34:29'),(46212,5,11901,'','2013-11-11 05:34:29'),(46213,6,11901,'','2013-11-11 05:34:29'),(46214,7,11901,'NIGHT','2013-11-11 05:34:29'),(46215,1,11902,'3584852','2013-11-11 06:13:01'),(46216,2,11902,'','2013-11-11 06:13:01'),(46217,3,11902,'','2013-11-11 06:13:01'),(46218,4,11902,'OPD','2013-11-11 06:13:01'),(46219,5,11902,'','2013-11-11 06:13:01'),(46220,6,11902,'53','2013-11-11 06:13:01'),(46221,7,11902,'NIGHT','2013-11-11 06:13:01'),(46222,1,11904,'','2013-11-11 06:13:02'),(46223,2,11904,'','2013-11-11 06:13:02'),(46224,3,11904,'','2013-11-11 06:13:02'),(46225,4,11904,'','2013-11-11 06:13:02'),(46226,5,11904,'','2013-11-11 06:13:02'),(46227,6,11904,'','2013-11-11 06:13:02'),(46228,7,11904,'NIGHT','2013-11-11 06:13:02'),(46229,1,11907,'','2013-11-11 06:13:02'),(46230,2,11907,'','2013-11-11 06:13:02'),(46231,3,11907,'','2013-11-11 06:13:02'),(46232,4,11907,'','2013-11-11 06:13:02'),(46233,5,11907,'','2013-11-11 06:13:02'),(46234,6,11907,'','2013-11-11 06:13:02'),(46235,7,11907,'NIGHT','2013-11-11 06:13:02'),(46236,1,11908,'3584859','2013-11-11 07:08:24'),(46237,2,11908,'','2013-11-11 07:08:24'),(46238,3,11908,'','2013-11-11 07:08:24'),(46239,4,11908,'OPD','2013-11-11 07:08:24'),(46240,5,11908,'','2013-11-11 07:08:24'),(46241,6,11908,'45.40','2013-11-11 07:08:24'),(46242,7,11908,'NIGHT','2013-11-11 07:08:24'),(46243,1,11909,'3584858','2013-11-11 07:27:52'),(46244,2,11909,'','2013-11-11 07:27:52'),(46245,3,11909,'','2013-11-11 07:27:52'),(46246,4,11909,'WARD','2013-11-11 07:27:52'),(46247,5,11909,'','2013-11-11 07:27:52'),(46248,6,11909,'92','2013-11-11 07:27:52'),(46249,7,11909,'NIGHT','2013-11-11 07:27:52'),(46250,1,11911,'','2013-11-11 07:27:52'),(46251,2,11911,'','2013-11-11 07:27:52'),(46252,3,11911,'','2013-11-11 07:27:52'),(46253,4,11911,'','2013-11-11 07:27:52'),(46254,5,11911,'','2013-11-11 07:27:52'),(46255,6,11911,'','2013-11-11 07:27:52'),(46256,7,11911,'NIGHT','2013-11-11 07:27:52'),(46257,1,11912,'3584866','2013-11-11 08:34:53'),(46258,2,11912,'592919','2013-11-11 08:34:53'),(46259,3,11912,'','2013-11-11 08:34:53'),(46260,4,11912,'OPD','2013-11-11 08:34:53'),(46261,5,11912,'','2013-11-11 08:34:53'),(46262,6,11912,'47','2013-11-11 08:34:53'),(46263,7,11912,'NIGHT','2013-11-11 08:34:53'),(46264,1,11914,'','2013-11-11 08:34:53'),(46265,2,11914,'','2013-11-11 08:34:53'),(46266,3,11914,'','2013-11-11 08:34:53'),(46267,4,11914,'','2013-11-11 08:34:53'),(46268,5,11914,'','2013-11-11 08:34:53'),(46269,6,11914,'','2013-11-11 08:34:53'),(46270,7,11914,'NIGHT','2013-11-11 08:34:53'),(46271,1,11915,'3584871','2013-11-11 08:54:06'),(46272,2,11915,'592620','2013-11-11 08:54:06'),(46273,3,11915,'','2013-11-11 08:54:06'),(46274,4,11915,'OPD','2013-11-11 08:54:06'),(46275,5,11915,'','2013-11-11 08:54:06'),(46276,6,11915,'92','2013-11-11 08:54:06'),(46277,7,11915,'NIGHT','2013-11-11 08:54:06'),(46278,1,11917,'','2013-11-11 08:54:06'),(46279,2,11917,'','2013-11-11 08:54:06'),(46280,3,11917,'','2013-11-11 08:54:06'),(46281,4,11917,'','2013-11-11 08:54:06'),(46282,5,11917,'','2013-11-11 08:54:06'),(46283,6,11917,'','2013-11-11 08:54:06'),(46284,7,11917,'NIGHT','2013-11-11 08:54:06'),(46285,1,11918,'3584889','2013-11-11 13:29:44'),(46286,2,11918,'','2013-11-11 13:29:44'),(46287,3,11918,'','2013-11-11 13:29:44'),(46288,4,11918,'WARD','2013-11-11 13:29:44'),(46289,5,11918,'','2013-11-11 13:29:44'),(46290,6,11918,'55.74','2013-11-11 13:29:44'),(46291,7,11918,'NIGHT','2013-11-11 13:29:44'),(46292,1,11919,'3584835','2013-11-11 14:14:26'),(46293,2,11919,'592601','2013-11-11 14:14:26'),(46294,3,11919,'','2013-11-11 14:14:26'),(46295,4,11919,'OPD','2013-11-11 14:14:26'),(46296,5,11919,'','2013-11-11 14:14:26'),(46297,6,11919,'110','2013-11-11 14:14:26'),(46298,7,11919,'NIGHT','2013-11-11 14:14:26'),(46299,1,11921,'','2013-11-11 14:14:26'),(46300,2,11921,'','2013-11-11 14:14:26'),(46301,3,11921,'','2013-11-11 14:14:26'),(46302,4,11921,'','2013-11-11 14:14:26'),(46303,5,11921,'','2013-11-11 14:14:26'),(46304,6,11921,'','2013-11-11 14:14:26'),(46305,7,11921,'NIGHT','2013-11-11 14:14:26'),(46306,1,11922,'3584896','2013-11-11 14:17:09'),(46307,2,11922,'','2013-11-11 14:17:09'),(46308,3,11922,'','2013-11-11 14:17:09'),(46309,4,11922,'OPD','2013-11-11 14:17:09'),(46310,5,11922,'','2013-11-11 14:17:09'),(46311,6,11922,'99','2013-11-11 14:17:09'),(46312,7,11922,'NIGHT','2013-11-11 14:17:09'),(46313,1,11924,'','2013-11-11 14:17:09'),(46314,2,11924,'','2013-11-11 14:17:09'),(46315,3,11924,'','2013-11-11 14:17:09'),(46316,4,11924,'','2013-11-11 14:17:09'),(46317,5,11924,'','2013-11-11 14:17:09'),(46318,6,11924,'','2013-11-11 14:17:09'),(46319,7,11924,'NIGHT','2013-11-11 14:17:09'),(46320,1,11925,'3584900','2013-11-11 14:46:05'),(46321,2,11925,'','2013-11-11 14:46:05'),(46322,3,11925,'','2013-11-11 14:46:05'),(46323,4,11925,'OPD','2013-11-11 14:46:05'),(46324,5,11925,'','2013-11-11 14:46:05'),(46325,6,11925,'37','2013-11-11 14:46:05'),(46326,7,11925,'NIGHT','2013-11-11 14:46:05'),(46327,1,11926,'3584181','2013-11-11 15:00:34'),(46328,2,11926,'','2013-11-11 15:00:34'),(46329,3,11926,'','2013-11-11 15:00:34'),(46330,4,11926,'OPD','2013-11-11 15:00:34'),(46331,5,11926,'','2013-11-11 15:00:34'),(46332,6,11926,'146','2013-11-11 15:00:34'),(46333,7,11926,'NIGHT','2013-11-11 15:00:34'),(46334,1,11928,'','2013-11-11 15:00:34'),(46335,2,11928,'','2013-11-11 15:00:34'),(46336,3,11928,'','2013-11-11 15:00:34'),(46337,4,11928,'','2013-11-11 15:00:34'),(46338,5,11928,'','2013-11-11 15:00:34'),(46339,6,11928,'','2013-11-11 15:00:34'),(46340,7,11928,'NIGHT','2013-11-11 15:00:34'),(46341,1,11931,'','2013-11-11 15:00:35'),(46342,2,11931,'','2013-11-11 15:00:35'),(46343,3,11931,'','2013-11-11 15:00:35'),(46344,4,11931,'','2013-11-11 15:00:35'),(46345,5,11931,'','2013-11-11 15:00:35'),(46346,6,11931,'','2013-11-11 15:00:35'),(46347,7,11931,'NIGHT','2013-11-11 15:00:35'),(46348,1,11932,'3584909','2013-11-11 15:15:17'),(46349,2,11932,'','2013-11-11 15:15:17'),(46350,3,11932,'','2013-11-11 15:15:17'),(46351,4,11932,'OPD','2013-11-11 15:15:17'),(46352,5,11932,'','2013-11-11 15:15:17'),(46353,6,11932,'126','2013-11-11 15:15:17'),(46354,7,11932,'NIGHT','2013-11-11 15:15:17'),(46355,1,11934,'','2013-11-11 15:15:17'),(46356,2,11934,'','2013-11-11 15:15:17'),(46357,3,11934,'','2013-11-11 15:15:17'),(46358,4,11934,'','2013-11-11 15:15:17'),(46359,5,11934,'','2013-11-11 15:15:17'),(46360,6,11934,'','2013-11-11 15:15:17'),(46361,7,11934,'NIGHT','2013-11-11 15:15:17'),(46362,1,11935,'','2013-11-11 16:30:50'),(46363,2,11935,'','2013-11-11 16:30:50'),(46364,3,11935,'','2013-11-11 16:30:50'),(46365,4,11935,'OPD','2013-11-11 16:30:50'),(46366,5,11935,'','2013-11-11 16:30:50'),(46367,6,11935,'285','2013-11-11 16:30:50'),(46368,7,11935,'DAY','2013-11-11 16:30:50'),(46369,1,11937,'','2013-11-11 16:30:51'),(46370,2,11937,'','2013-11-11 16:30:51'),(46371,3,11937,'','2013-11-11 16:30:51'),(46372,4,11937,'','2013-11-11 16:30:51'),(46373,5,11937,'','2013-11-11 16:30:51'),(46374,6,11937,'','2013-11-11 16:30:51'),(46375,7,11937,'DAY','2013-11-11 16:30:51'),(46376,1,11940,'','2013-11-11 16:30:51'),(46377,2,11940,'','2013-11-11 16:30:51'),(46378,3,11940,'','2013-11-11 16:30:51'),(46379,4,11940,'','2013-11-11 16:30:51'),(46380,5,11940,'','2013-11-11 16:30:51'),(46381,6,11940,'','2013-11-11 16:30:51'),(46382,7,11940,'DAY','2013-11-11 16:30:51'),(46383,1,11944,'','2013-11-11 16:30:51'),(46384,2,11944,'','2013-11-11 16:30:51'),(46385,3,11944,'','2013-11-11 16:30:51'),(46386,4,11944,'','2013-11-11 16:30:51'),(46387,5,11944,'','2013-11-11 16:30:51'),(46388,6,11944,'','2013-11-11 16:30:51'),(46389,7,11944,'DAY','2013-11-11 16:30:51'),(46390,1,11945,'','2013-11-11 16:37:25'),(46391,2,11945,'','2013-11-11 16:37:25'),(46392,3,11945,'','2013-11-11 16:37:25'),(46393,4,11945,'OPD','2013-11-11 16:37:25'),(46394,5,11945,'','2013-11-11 16:37:25'),(46395,6,11945,'43','2013-11-11 16:37:25'),(46396,7,11945,'DAY','2013-11-11 16:37:25'),(46397,1,11947,'','2013-11-11 16:37:25'),(46398,2,11947,'','2013-11-11 16:37:25'),(46399,3,11947,'','2013-11-11 16:37:25'),(46400,4,11947,'','2013-11-11 16:37:25'),(46401,5,11947,'','2013-11-11 16:37:25'),(46402,6,11947,'','2013-11-11 16:37:25'),(46403,7,11947,'DAY','2013-11-11 16:37:25'),(46404,1,11948,'','2013-11-11 16:43:14'),(46405,2,11948,'','2013-11-11 16:43:14'),(46406,3,11948,'','2013-11-11 16:43:14'),(46407,4,11948,'OPD','2013-11-11 16:43:14'),(46408,5,11948,'','2013-11-11 16:43:14'),(46409,6,11948,'67','2013-11-11 16:43:14'),(46410,7,11948,'DAY','2013-11-11 16:43:14'),(46411,1,11950,'','2013-11-11 16:43:14'),(46412,2,11950,'','2013-11-11 16:43:14'),(46413,3,11950,'','2013-11-11 16:43:14'),(46414,4,11950,'','2013-11-11 16:43:14'),(46415,5,11950,'','2013-11-11 16:43:14'),(46416,6,11950,'','2013-11-11 16:43:14'),(46417,7,11950,'DAY','2013-11-11 16:43:14'),(46418,1,11951,'','2013-11-11 16:56:42'),(46419,2,11951,'','2013-11-11 16:56:42'),(46420,3,11951,'','2013-11-11 16:56:42'),(46421,4,11951,'OPD','2013-11-11 16:56:42'),(46422,5,11951,'','2013-11-11 16:56:42'),(46423,6,11951,'66','2013-11-11 16:56:42'),(46424,7,11951,'DAY','2013-11-11 16:56:42'),(46425,1,11952,'','2013-11-11 17:02:09'),(46426,2,11952,'','2013-11-11 17:02:09'),(46427,3,11952,'','2013-11-11 17:02:09'),(46428,4,11952,'OPD','2013-11-11 17:02:09'),(46429,5,11952,'','2013-11-11 17:02:09'),(46430,6,11952,'63','2013-11-11 17:02:09'),(46431,7,11952,'DAY','2013-11-11 17:02:09'),(46432,1,11954,'','2013-11-11 17:02:09'),(46433,2,11954,'','2013-11-11 17:02:09'),(46434,3,11954,'','2013-11-11 17:02:09'),(46435,4,11954,'','2013-11-11 17:02:09'),(46436,5,11954,'','2013-11-11 17:02:09'),(46437,6,11954,'','2013-11-11 17:02:09'),(46438,7,11954,'DAY','2013-11-11 17:02:09'),(46439,1,11955,'','2013-11-11 17:18:13'),(46440,2,11955,'592639','2013-11-11 17:18:13'),(46441,3,11955,'','2013-11-11 17:18:13'),(46442,4,11955,'','2013-11-11 17:18:13'),(46443,5,11955,'','2013-11-11 17:18:13'),(46444,6,11955,'60','2013-11-11 17:18:13'),(46445,7,11955,'DAY','2013-11-11 17:18:13'),(46446,1,11956,'','2013-11-11 17:22:29'),(46447,2,11956,'','2013-11-11 17:22:29'),(46448,3,11956,'','2013-11-11 17:22:29'),(46449,4,11956,'','2013-11-11 17:22:29'),(46450,5,11956,'','2013-11-11 17:22:29'),(46451,6,11956,'','2013-11-11 17:22:29'),(46452,7,11956,'DAY','2013-11-11 17:22:29'),(46453,1,11957,'','2013-11-11 17:23:06'),(46454,2,11957,'','2013-11-11 17:23:06'),(46455,3,11957,'','2013-11-11 17:23:06'),(46456,4,11957,'OPD','2013-11-11 17:23:06'),(46457,5,11957,'','2013-11-11 17:23:06'),(46458,6,11957,'22','2013-11-11 17:23:06'),(46459,7,11957,'DAY','2013-11-11 17:23:06'),(46460,1,11958,'','2013-11-11 17:27:04'),(46461,2,11958,'','2013-11-11 17:27:04'),(46462,3,11958,'','2013-11-11 17:27:04'),(46463,4,11958,'OPD','2013-11-11 17:27:04'),(46464,5,11958,'','2013-11-11 17:27:04'),(46465,6,11958,'55','2013-11-11 17:27:04'),(46466,7,11958,'DAY','2013-11-11 17:27:04'),(46467,1,11960,'','2013-11-11 17:27:05'),(46468,2,11960,'','2013-11-11 17:27:05'),(46469,3,11960,'','2013-11-11 17:27:05'),(46470,4,11960,'','2013-11-11 17:27:05'),(46471,5,11960,'','2013-11-11 17:27:05'),(46472,6,11960,'','2013-11-11 17:27:05'),(46473,7,11960,'DAY','2013-11-11 17:27:05'),(46474,1,11961,'','2013-11-11 17:31:32'),(46475,2,11961,'','2013-11-11 17:31:32'),(46476,3,11961,'','2013-11-11 17:31:32'),(46477,4,11961,'OPD','2013-11-11 17:31:32'),(46478,5,11961,'','2013-11-11 17:31:32'),(46479,6,11961,'112','2013-11-11 17:31:32'),(46480,7,11961,'DAY','2013-11-11 17:31:32'),(46481,1,11963,'','2013-11-11 17:31:32'),(46482,2,11963,'','2013-11-11 17:31:32'),(46483,3,11963,'','2013-11-11 17:31:32'),(46484,4,11963,'','2013-11-11 17:31:32'),(46485,5,11963,'','2013-11-11 17:31:32'),(46486,6,11963,'','2013-11-11 17:31:32'),(46487,7,11963,'DAY','2013-11-11 17:31:32'),(46488,1,11966,'','2013-11-11 17:31:33'),(46489,2,11966,'','2013-11-11 17:31:33'),(46490,3,11966,'','2013-11-11 17:31:33'),(46491,4,11966,'','2013-11-11 17:31:33'),(46492,5,11966,'','2013-11-11 17:31:33'),(46493,6,11966,'','2013-11-11 17:31:33'),(46494,7,11966,'DAY','2013-11-11 17:31:33'),(46495,1,11967,'','2013-11-11 17:36:30'),(46496,2,11967,'','2013-11-11 17:36:30'),(46497,3,11967,'','2013-11-11 17:36:30'),(46498,4,11967,'OPD','2013-11-11 17:36:30'),(46499,5,11967,'','2013-11-11 17:36:30'),(46500,6,11967,'66','2013-11-11 17:36:30'),(46501,7,11967,'DAY','2013-11-11 17:36:30'),(46502,1,11969,'','2013-11-11 17:36:30'),(46503,2,11969,'','2013-11-11 17:36:30'),(46504,3,11969,'','2013-11-11 17:36:30'),(46505,4,11969,'','2013-11-11 17:36:30'),(46506,5,11969,'','2013-11-11 17:36:30'),(46507,6,11969,'','2013-11-11 17:36:30'),(46508,7,11969,'DAY','2013-11-11 17:36:30'),(46509,1,11970,'','2013-11-11 17:48:30'),(46510,2,11970,'','2013-11-11 17:48:30'),(46511,3,11970,'','2013-11-11 17:48:30'),(46512,4,11970,'','2013-11-11 17:48:30'),(46513,5,11970,'','2013-11-11 17:48:30'),(46514,6,11970,'840','2013-11-11 17:48:30'),(46515,7,11970,'DAY','2013-11-11 17:48:30'),(46516,1,11972,'','2013-11-11 17:48:30'),(46517,2,11972,'','2013-11-11 17:48:30'),(46518,3,11972,'','2013-11-11 17:48:30'),(46519,4,11972,'','2013-11-11 17:48:30'),(46520,5,11972,'','2013-11-11 17:48:30'),(46521,6,11972,'','2013-11-11 17:48:30'),(46522,7,11972,'DAY','2013-11-11 17:48:30'),(46523,1,11975,'','2013-11-11 17:48:30'),(46524,2,11975,'','2013-11-11 17:48:30'),(46525,3,11975,'','2013-11-11 17:48:30'),(46526,4,11975,'','2013-11-11 17:48:30'),(46527,5,11975,'','2013-11-11 17:48:30'),(46528,6,11975,'','2013-11-11 17:48:30'),(46529,7,11975,'DAY','2013-11-11 17:48:30'),(46530,1,11979,'','2013-11-11 17:48:31'),(46531,2,11979,'','2013-11-11 17:48:31'),(46532,3,11979,'','2013-11-11 17:48:31'),(46533,4,11979,'','2013-11-11 17:48:31'),(46534,5,11979,'','2013-11-11 17:48:31'),(46535,6,11979,'','2013-11-11 17:48:31'),(46536,7,11979,'DAY','2013-11-11 17:48:31'),(46537,1,11980,'','2013-11-11 17:51:00'),(46538,2,11980,'','2013-11-11 17:51:00'),(46539,3,11980,'','2013-11-11 17:51:00'),(46540,4,11980,'OPD','2013-11-11 17:51:00'),(46541,5,11980,'','2013-11-11 17:51:00'),(46542,6,11980,'22','2013-11-11 17:51:00'),(46543,7,11980,'DAY','2013-11-11 17:51:00'),(46544,1,11981,'','2013-11-11 17:55:16'),(46545,2,11981,'','2013-11-11 17:55:16'),(46546,3,11981,'','2013-11-11 17:55:16'),(46547,4,11981,'OPD','2013-11-11 17:55:16'),(46548,5,11981,'','2013-11-11 17:55:16'),(46549,6,11981,'75','2013-11-11 17:55:16'),(46550,7,11981,'DAY','2013-11-11 17:55:16'),(46551,1,11982,'3584436','2013-11-11 18:28:53'),(46552,2,11982,'592480','2013-11-11 18:28:53'),(46553,3,11982,'','2013-11-11 18:28:53'),(46554,4,11982,'OPD','2013-11-11 18:28:53'),(46555,5,11982,'','2013-11-11 18:28:53'),(46556,6,11982,'177.4','2013-11-11 18:28:53'),(46557,7,11982,'DAY','2013-11-11 18:28:53'),(46558,1,11983,'','2013-11-11 18:50:16'),(46559,2,11983,'','2013-11-11 18:50:16'),(46560,3,11983,'','2013-11-11 18:50:16'),(46561,4,11983,'OPD','2013-11-11 18:50:16'),(46562,5,11983,'','2013-11-11 18:50:16'),(46563,6,11983,'349.9','2013-11-11 18:50:16'),(46564,7,11983,'DAY','2013-11-11 18:50:16'),(46565,1,11985,'','2013-11-11 18:50:16'),(46566,2,11985,'','2013-11-11 18:50:16'),(46567,3,11985,'','2013-11-11 18:50:16'),(46568,4,11985,'','2013-11-11 18:50:16'),(46569,5,11985,'','2013-11-11 18:50:16'),(46570,6,11985,'','2013-11-11 18:50:16'),(46571,7,11985,'DAY','2013-11-11 18:50:16'),(46572,1,11988,'','2013-11-11 18:50:16'),(46573,2,11988,'','2013-11-11 18:50:16'),(46574,3,11988,'','2013-11-11 18:50:16'),(46575,4,11988,'','2013-11-11 18:50:16'),(46576,5,11988,'','2013-11-11 18:50:16'),(46577,6,11988,'','2013-11-11 18:50:16'),(46578,7,11988,'DAY','2013-11-11 18:50:16'),(46579,1,11989,'','2013-11-11 18:51:47'),(46580,2,11989,'','2013-11-11 18:51:47'),(46581,3,11989,'','2013-11-11 18:51:47'),(46582,4,11989,'','2013-11-11 18:51:47'),(46583,5,11989,'','2013-11-11 18:51:47'),(46584,6,11989,'','2013-11-11 18:51:47'),(46585,7,11989,'DAY','2013-11-11 18:51:47'),(46586,1,11990,'','2013-11-11 19:19:19'),(46587,2,11990,'','2013-11-11 19:19:19'),(46588,3,11990,'','2013-11-11 19:19:19'),(46589,4,11990,'','2013-11-11 19:19:19'),(46590,5,11990,'','2013-11-11 19:19:19'),(46591,6,11990,'66','2013-11-11 19:19:19'),(46592,7,11990,'DAY','2013-11-11 19:19:19'),(46593,1,11991,'','2013-11-11 19:21:46'),(46594,2,11991,'','2013-11-11 19:21:46'),(46595,3,11991,'','2013-11-11 19:21:46'),(46596,4,11991,'','2013-11-11 19:21:46'),(46597,5,11991,'','2013-11-11 19:21:46'),(46598,6,11991,'','2013-11-11 19:21:46'),(46599,7,11991,'DAY','2013-11-11 19:21:46'),(46600,1,11992,'','2013-11-11 19:24:45'),(46601,2,11992,'','2013-11-11 19:24:45'),(46602,3,11992,'','2013-11-11 19:24:45'),(46603,4,11992,'','2013-11-11 19:24:45'),(46604,5,11992,'','2013-11-11 19:24:45'),(46605,6,11992,'','2013-11-11 19:24:45'),(46606,7,11992,'DAY','2013-11-11 19:24:45'),(46607,1,11993,'','2013-11-11 19:26:18'),(46608,2,11993,'','2013-11-11 19:26:18'),(46609,3,11993,'','2013-11-11 19:26:18'),(46610,4,11993,'','2013-11-11 19:26:18'),(46611,5,11993,'','2013-11-11 19:26:18'),(46612,6,11993,'66','2013-11-11 19:26:18'),(46613,7,11993,'DAY','2013-11-11 19:26:19'),(46614,1,11994,'','2013-11-11 19:28:11'),(46615,2,11994,'','2013-11-11 19:28:11'),(46616,3,11994,'','2013-11-11 19:28:11'),(46617,4,11994,'','2013-11-11 19:28:11'),(46618,5,11994,'','2013-11-11 19:28:11'),(46619,6,11994,'','2013-11-11 19:28:11'),(46620,7,11994,'DAY','2013-11-11 19:28:11'),(46621,1,11995,'','2013-11-11 19:29:14'),(46622,2,11995,'','2013-11-11 19:29:14'),(46623,3,11995,'','2013-11-11 19:29:14'),(46624,4,11995,'','2013-11-11 19:29:14'),(46625,5,11995,'','2013-11-11 19:29:14'),(46626,6,11995,'','2013-11-11 19:29:14'),(46627,7,11995,'DAY','2013-11-11 19:29:14'),(46628,1,11996,'','2013-11-11 19:29:58'),(46629,2,11996,'','2013-11-11 19:29:58'),(46630,3,11996,'','2013-11-11 19:29:58'),(46631,4,11996,'','2013-11-11 19:29:58'),(46632,5,11996,'','2013-11-11 19:29:58'),(46633,6,11996,'66','2013-11-11 19:29:58'),(46634,7,11996,'DAY','2013-11-11 19:29:58'),(46635,1,11997,'','2013-11-11 19:31:23'),(46636,2,11997,'','2013-11-11 19:31:23'),(46637,3,11997,'','2013-11-11 19:31:23'),(46638,4,11997,'','2013-11-11 19:31:23'),(46639,5,11997,'','2013-11-11 19:31:23'),(46640,6,11997,'66','2013-11-11 19:31:23'),(46641,7,11997,'DAY','2013-11-11 19:31:23'),(46642,1,11998,'','2013-11-11 19:43:12'),(46643,2,11998,'','2013-11-11 19:43:12'),(46644,3,11998,'','2013-11-11 19:43:12'),(46645,4,11998,'','2013-11-11 19:43:12'),(46646,5,11998,'','2013-11-11 19:43:12'),(46647,6,11998,'','2013-11-11 19:43:12'),(46648,7,11998,'DAY','2013-11-11 19:43:12'),(46649,1,11999,'','2013-11-11 19:45:54'),(46650,2,11999,'592670','2013-11-11 19:45:54'),(46651,3,11999,'','2013-11-11 19:45:54'),(46652,4,11999,'','2013-11-11 19:45:54'),(46653,5,11999,'','2013-11-11 19:45:54'),(46654,6,11999,'172','2013-11-11 19:45:54'),(46655,7,11999,'DAY','2013-11-11 19:45:54'),(46656,1,12000,'','2013-11-11 19:49:25'),(46657,2,12000,'','2013-11-11 19:49:25'),(46658,3,12000,'','2013-11-11 19:49:25'),(46659,4,12000,'','2013-11-11 19:49:25'),(46660,5,12000,'','2013-11-11 19:49:25'),(46661,6,12000,'235','2013-11-11 19:49:25'),(46662,7,12000,'DAY','2013-11-11 19:49:25'),(46663,1,12002,'','2013-11-11 19:49:25'),(46664,2,12002,'','2013-11-11 19:49:25'),(46665,3,12002,'','2013-11-11 19:49:25'),(46666,4,12002,'','2013-11-11 19:49:25'),(46667,5,12002,'','2013-11-11 19:49:25'),(46668,6,12002,'','2013-11-11 19:49:25'),(46669,7,12002,'DAY','2013-11-11 19:49:25'),(46670,1,12005,'','2013-11-11 19:49:25'),(46671,2,12005,'','2013-11-11 19:49:25'),(46672,3,12005,'','2013-11-11 19:49:25'),(46673,4,12005,'','2013-11-11 19:49:25'),(46674,5,12005,'','2013-11-11 19:49:25'),(46675,6,12005,'','2013-11-11 19:49:25'),(46676,7,12005,'DAY','2013-11-11 19:49:25'),(46677,1,12006,'','2013-11-11 19:52:53'),(46678,2,12006,'','2013-11-11 19:52:53'),(46679,3,12006,'','2013-11-11 19:52:53'),(46680,4,12006,'','2013-11-11 19:52:53'),(46681,5,12006,'','2013-11-11 19:52:53'),(46682,6,12006,'66','2013-11-11 19:52:53'),(46683,7,12006,'DAY','2013-11-11 19:52:53'),(46684,1,12007,'','2013-11-11 20:02:59'),(46685,2,12007,'592673','2013-11-11 20:02:59'),(46686,3,12007,'','2013-11-11 20:02:59'),(46687,4,12007,'','2013-11-11 20:02:59'),(46688,5,12007,'','2013-11-11 20:02:59'),(46689,6,12007,'121','2013-11-11 20:02:59'),(46690,7,12007,'DAY','2013-11-11 20:02:59'),(46691,1,12009,'','2013-11-11 20:03:00'),(46692,2,12009,'','2013-11-11 20:03:00'),(46693,3,12009,'','2013-11-11 20:03:00'),(46694,4,12009,'','2013-11-11 20:03:00'),(46695,5,12009,'','2013-11-11 20:03:00'),(46696,6,12009,'','2013-11-11 20:03:00'),(46697,7,12009,'DAY','2013-11-11 20:03:00'),(46698,1,12010,'','2013-11-11 20:05:54'),(46699,2,12010,'','2013-11-11 20:05:54'),(46700,3,12010,'','2013-11-11 20:05:54'),(46701,4,12010,'','2013-11-11 20:05:54'),(46702,5,12010,'','2013-11-11 20:05:54'),(46703,6,12010,'','2013-11-11 20:05:54'),(46704,7,12010,'DAY','2013-11-11 20:05:54'),(46705,1,12012,'','2013-11-11 20:05:54'),(46706,2,12012,'','2013-11-11 20:05:54'),(46707,3,12012,'','2013-11-11 20:05:54'),(46708,4,12012,'','2013-11-11 20:05:54'),(46709,5,12012,'','2013-11-11 20:05:54'),(46710,6,12012,'','2013-11-11 20:05:54'),(46711,7,12012,'DAY','2013-11-11 20:05:54'),(46712,1,12013,'','2013-11-11 20:07:59'),(46713,2,12013,'','2013-11-11 20:07:59'),(46714,3,12013,'','2013-11-11 20:07:59'),(46715,4,12013,'','2013-11-11 20:07:59'),(46716,5,12013,'','2013-11-11 20:07:59'),(46717,6,12013,'','2013-11-11 20:07:59'),(46718,7,12013,'DAY','2013-11-11 20:07:59'),(46719,1,12015,'','2013-11-11 20:08:00'),(46720,2,12015,'','2013-11-11 20:08:00'),(46721,3,12015,'','2013-11-11 20:08:00'),(46722,4,12015,'','2013-11-11 20:08:00'),(46723,5,12015,'','2013-11-11 20:08:00'),(46724,6,12015,'','2013-11-11 20:08:00'),(46725,7,12015,'DAY','2013-11-11 20:08:00'),(46726,1,12016,'','2013-11-11 20:10:11'),(46727,2,12016,'','2013-11-11 20:10:11'),(46728,3,12016,'','2013-11-11 20:10:11'),(46729,4,12016,'','2013-11-11 20:10:11'),(46730,5,12016,'','2013-11-11 20:10:11'),(46731,6,12016,'','2013-11-11 20:10:11'),(46732,7,12016,'DAY','2013-11-11 20:10:11'),(46733,1,12018,'','2013-11-11 20:10:11'),(46734,2,12018,'','2013-11-11 20:10:11'),(46735,3,12018,'','2013-11-11 20:10:11'),(46736,4,12018,'','2013-11-11 20:10:11'),(46737,5,12018,'','2013-11-11 20:10:11'),(46738,6,12018,'','2013-11-11 20:10:11'),(46739,7,12018,'DAY','2013-11-11 20:10:11'),(46740,1,12019,'','2013-11-11 20:15:34'),(46741,2,12019,'','2013-11-11 20:15:34'),(46742,3,12019,'','2013-11-11 20:15:34'),(46743,4,12019,'','2013-11-11 20:15:34'),(46744,5,12019,'','2013-11-11 20:15:34'),(46745,6,12019,'','2013-11-11 20:15:34'),(46746,7,12019,'DAY','2013-11-11 20:15:34'),(46747,1,12021,'','2013-11-11 20:15:34'),(46748,2,12021,'','2013-11-11 20:15:34'),(46749,3,12021,'','2013-11-11 20:15:34'),(46750,4,12021,'','2013-11-11 20:15:34'),(46751,5,12021,'','2013-11-11 20:15:34'),(46752,6,12021,'','2013-11-11 20:15:34'),(46753,7,12021,'DAY','2013-11-11 20:15:34'),(46754,1,12022,'','2013-11-11 20:16:38'),(46755,2,12022,'','2013-11-11 20:16:38'),(46756,3,12022,'','2013-11-11 20:16:38'),(46757,4,12022,'','2013-11-11 20:16:38'),(46758,5,12022,'','2013-11-11 20:16:38'),(46759,6,12022,'26.24','2013-11-11 20:16:38'),(46760,7,12022,'DAY','2013-11-11 20:16:38'),(46761,1,12023,'','2013-11-11 20:19:49'),(46762,2,12023,'592678','2013-11-11 20:19:49'),(46763,3,12023,'','2013-11-11 20:19:49'),(46764,4,12023,'','2013-11-11 20:19:49'),(46765,5,12023,'','2013-11-11 20:19:49'),(46766,6,12023,'132','2013-11-11 20:19:49'),(46767,7,12023,'DAY','2013-11-11 20:19:49'),(46768,1,12025,'','2013-11-11 20:19:50'),(46769,2,12025,'','2013-11-11 20:19:50'),(46770,3,12025,'','2013-11-11 20:19:50'),(46771,4,12025,'','2013-11-11 20:19:50'),(46772,5,12025,'','2013-11-11 20:19:50'),(46773,6,12025,'','2013-11-11 20:19:50'),(46774,7,12025,'DAY','2013-11-11 20:19:50'),(46775,1,12028,'','2013-11-11 20:19:50'),(46776,2,12028,'','2013-11-11 20:19:50'),(46777,3,12028,'','2013-11-11 20:19:50'),(46778,4,12028,'','2013-11-11 20:19:50'),(46779,5,12028,'','2013-11-11 20:19:50'),(46780,6,12028,'','2013-11-11 20:19:50'),(46781,7,12028,'DAY','2013-11-11 20:19:50'),(46782,1,12032,'','2013-11-11 20:19:50'),(46783,2,12032,'','2013-11-11 20:19:50'),(46784,3,12032,'','2013-11-11 20:19:50'),(46785,4,12032,'','2013-11-11 20:19:50'),(46786,5,12032,'','2013-11-11 20:19:50'),(46787,6,12032,'','2013-11-11 20:19:50'),(46788,7,12032,'DAY','2013-11-11 20:19:50'),(46789,1,12033,'','2013-11-11 20:35:13'),(46790,2,12033,'','2013-11-11 20:35:13'),(46791,3,12033,'','2013-11-11 20:35:13'),(46792,4,12033,'','2013-11-11 20:35:13'),(46793,5,12033,'','2013-11-11 20:35:13'),(46794,6,12033,'','2013-11-11 20:35:13'),(46795,7,12033,'DAY','2013-11-11 20:35:13'),(46796,1,12035,'','2013-11-11 20:35:13'),(46797,2,12035,'','2013-11-11 20:35:13'),(46798,3,12035,'','2013-11-11 20:35:13'),(46799,4,12035,'','2013-11-11 20:35:13'),(46800,5,12035,'','2013-11-11 20:35:13'),(46801,6,12035,'','2013-11-11 20:35:13'),(46802,7,12035,'DAY','2013-11-11 20:35:13'),(46803,1,12038,'','2013-11-11 20:35:13'),(46804,2,12038,'','2013-11-11 20:35:13'),(46805,3,12038,'','2013-11-11 20:35:13'),(46806,4,12038,'','2013-11-11 20:35:13'),(46807,5,12038,'','2013-11-11 20:35:13'),(46808,6,12038,'','2013-11-11 20:35:13'),(46809,7,12038,'DAY','2013-11-11 20:35:13'),(46810,1,12039,'','2013-11-11 20:41:30'),(46811,2,12039,'','2013-11-11 20:41:30'),(46812,3,12039,'','2013-11-11 20:41:30'),(46813,4,12039,'','2013-11-11 20:41:30'),(46814,5,12039,'','2013-11-11 20:41:30'),(46815,6,12039,'','2013-11-11 20:41:30'),(46816,7,12039,'DAY','2013-11-11 20:41:30'),(46817,1,12040,'','2013-11-11 20:43:18'),(46818,2,12040,'','2013-11-11 20:43:18'),(46819,3,12040,'','2013-11-11 20:43:18'),(46820,4,12040,'','2013-11-11 20:43:18'),(46821,5,12040,'','2013-11-11 20:43:18'),(46822,6,12040,'','2013-11-11 20:43:18'),(46823,7,12040,'DAY','2013-11-11 20:43:18'),(46824,1,12041,'','2013-11-11 20:47:22'),(46825,2,12041,'','2013-11-11 20:47:22'),(46826,3,12041,'','2013-11-11 20:47:22'),(46827,4,12041,'','2013-11-11 20:47:22'),(46828,5,12041,'','2013-11-11 20:47:22'),(46829,6,12041,'','2013-11-11 20:47:22'),(46830,7,12041,'DAY','2013-11-11 20:47:22'),(46831,1,12042,'','2013-11-11 20:51:43'),(46832,2,12042,'592681','2013-11-11 20:51:43'),(46833,3,12042,'','2013-11-11 20:51:43'),(46834,4,12042,'','2013-11-11 20:51:43'),(46835,5,12042,'','2013-11-11 20:51:43'),(46836,6,12042,'130','2013-11-11 20:51:43'),(46837,7,12042,'DAY','2013-11-11 20:51:43'),(46838,1,12044,'','2013-11-11 20:51:43'),(46839,2,12044,'','2013-11-11 20:51:43'),(46840,3,12044,'','2013-11-11 20:51:43'),(46841,4,12044,'','2013-11-11 20:51:43'),(46842,5,12044,'','2013-11-11 20:51:43'),(46843,6,12044,'','2013-11-11 20:51:43'),(46844,7,12044,'DAY','2013-11-11 20:51:43'),(46845,1,12047,'','2013-11-11 20:51:44'),(46846,2,12047,'','2013-11-11 20:51:44'),(46847,3,12047,'','2013-11-11 20:51:44'),(46848,4,12047,'','2013-11-11 20:51:44'),(46849,5,12047,'','2013-11-11 20:51:44'),(46850,6,12047,'','2013-11-11 20:51:44'),(46851,7,12047,'DAY','2013-11-11 20:51:44'),(46852,1,12048,'','2013-11-11 20:54:16'),(46853,2,12048,'','2013-11-11 20:54:16'),(46854,3,12048,'','2013-11-11 20:54:16'),(46855,4,12048,'','2013-11-11 20:54:16'),(46856,5,12048,'','2013-11-11 20:54:16'),(46857,6,12048,'66','2013-11-11 20:54:16'),(46858,7,12048,'DAY','2013-11-11 20:54:16'),(46859,1,12049,'','2013-11-11 20:56:12'),(46860,2,12049,'','2013-11-11 20:56:12'),(46861,3,12049,'','2013-11-11 20:56:12'),(46862,4,12049,'','2013-11-11 20:56:12'),(46863,5,12049,'','2013-11-11 20:56:12'),(46864,6,12049,'','2013-11-11 20:56:12'),(46865,7,12049,'DAY','2013-11-11 20:56:12'),(46866,1,12050,'','2013-11-11 20:58:59'),(46867,2,12050,'592688','2013-11-11 20:58:59'),(46868,3,12050,'','2013-11-11 20:58:59'),(46869,4,12050,'','2013-11-11 20:58:59'),(46870,5,12050,'','2013-11-11 20:58:59'),(46871,6,12050,'87','2013-11-11 20:58:59'),(46872,7,12050,'DAY','2013-11-11 20:58:59'),(46873,1,12052,'','2013-11-11 20:59:00'),(46874,2,12052,'','2013-11-11 20:59:00'),(46875,3,12052,'','2013-11-11 20:59:00'),(46876,4,12052,'','2013-11-11 20:59:00'),(46877,5,12052,'','2013-11-11 20:59:00'),(46878,6,12052,'','2013-11-11 20:59:00'),(46879,7,12052,'DAY','2013-11-11 20:59:00'),(46880,1,12053,'','2013-11-11 21:01:56'),(46881,2,12053,'','2013-11-11 21:01:56'),(46882,3,12053,'','2013-11-11 21:01:56'),(46883,4,12053,'','2013-11-11 21:01:56'),(46884,5,12053,'','2013-11-11 21:01:56'),(46885,6,12053,'','2013-11-11 21:01:56'),(46886,7,12053,'DAY','2013-11-11 21:01:56'),(46887,1,12054,'','2013-11-11 21:06:53'),(46888,2,12054,'','2013-11-11 21:06:53'),(46889,3,12054,'','2013-11-11 21:06:53'),(46890,4,12054,'','2013-11-11 21:06:53'),(46891,5,12054,'','2013-11-11 21:06:53'),(46892,6,12054,'','2013-11-11 21:06:53'),(46893,7,12054,'DAY','2013-11-11 21:06:53'),(46894,1,12055,'','2013-11-11 21:06:55'),(46895,2,12055,'592695','2013-11-11 21:06:55'),(46896,3,12055,'','2013-11-11 21:06:55'),(46897,4,12055,'','2013-11-11 21:06:55'),(46898,5,12055,'','2013-11-11 21:06:55'),(46899,6,12055,'132','2013-11-11 21:06:55'),(46900,7,12055,'DAY','2013-11-11 21:06:55'),(46901,1,12057,'','2013-11-11 21:06:56'),(46902,2,12057,'','2013-11-11 21:06:56'),(46903,3,12057,'','2013-11-11 21:06:56'),(46904,4,12057,'','2013-11-11 21:06:56'),(46905,5,12057,'','2013-11-11 21:06:56'),(46906,6,12057,'','2013-11-11 21:06:56'),(46907,7,12057,'DAY','2013-11-11 21:06:56'),(46908,1,12058,'','2013-11-11 21:09:27'),(46909,2,12058,'','2013-11-11 21:09:27'),(46910,3,12058,'','2013-11-11 21:09:27'),(46911,4,12058,'','2013-11-11 21:09:27'),(46912,5,12058,'','2013-11-11 21:09:27'),(46913,6,12058,'55','2013-11-11 21:09:27'),(46914,7,12058,'DAY','2013-11-11 21:09:27'),(46915,1,12059,'','2013-11-11 21:16:32'),(46916,2,12059,'592689','2013-11-11 21:16:32'),(46917,3,12059,'','2013-11-11 21:16:32'),(46918,4,12059,'OPD','2013-11-11 21:16:32'),(46919,5,12059,'','2013-11-11 21:16:32'),(46920,6,12059,'','2013-11-11 21:16:32'),(46921,7,12059,'DAY','2013-11-11 21:16:32'),(46922,1,12061,'','2013-11-11 21:16:32'),(46923,2,12061,'','2013-11-11 21:16:32'),(46924,3,12061,'','2013-11-11 21:16:32'),(46925,4,12061,'','2013-11-11 21:16:32'),(46926,5,12061,'','2013-11-11 21:16:32'),(46927,6,12061,'','2013-11-11 21:16:32'),(46928,7,12061,'DAY','2013-11-11 21:16:33'),(46929,1,12064,'','2013-11-11 21:16:33'),(46930,2,12064,'','2013-11-11 21:16:33'),(46931,3,12064,'','2013-11-11 21:16:33'),(46932,4,12064,'','2013-11-11 21:16:33'),(46933,5,12064,'','2013-11-11 21:16:33'),(46934,6,12064,'','2013-11-11 21:16:33'),(46935,7,12064,'DAY','2013-11-11 21:16:33'),(46936,1,12068,'','2013-11-11 21:16:33'),(46937,2,12068,'','2013-11-11 21:16:33'),(46938,3,12068,'','2013-11-11 21:16:33'),(46939,4,12068,'','2013-11-11 21:16:33'),(46940,5,12068,'','2013-11-11 21:16:33'),(46941,6,12068,'','2013-11-11 21:16:33'),(46942,7,12068,'DAY','2013-11-11 21:16:33'),(46943,1,12069,'','2013-11-11 21:18:40'),(46944,2,12069,'','2013-11-11 21:18:40'),(46945,3,12069,'','2013-11-11 21:18:40'),(46946,4,12069,'','2013-11-11 21:18:40'),(46947,5,12069,'','2013-11-11 21:18:40'),(46948,6,12069,'','2013-11-11 21:18:40'),(46949,7,12069,'DAY','2013-11-11 21:18:40'),(46950,1,12071,'','2013-11-11 21:18:40'),(46951,2,12071,'','2013-11-11 21:18:40'),(46952,3,12071,'','2013-11-11 21:18:40'),(46953,4,12071,'','2013-11-11 21:18:40'),(46954,5,12071,'','2013-11-11 21:18:40'),(46955,6,12071,'','2013-11-11 21:18:40'),(46956,7,12071,'DAY','2013-11-11 21:18:40'),(46957,1,12072,'','2013-11-11 21:20:46'),(46958,2,12072,'','2013-11-11 21:20:46'),(46959,3,12072,'','2013-11-11 21:20:46'),(46960,4,12072,'','2013-11-11 21:20:46'),(46961,5,12072,'','2013-11-11 21:20:46'),(46962,6,12072,'','2013-11-11 21:20:46'),(46963,7,12072,'DAY','2013-11-11 21:20:46'),(46964,1,12073,'','2013-11-11 21:44:45'),(46965,2,12073,'','2013-11-11 21:44:45'),(46966,3,12073,'','2013-11-11 21:44:45'),(46967,4,12073,'OPD','2013-11-11 21:44:45'),(46968,5,12073,'','2013-11-11 21:44:45'),(46969,6,12073,'66','2013-11-11 21:44:45'),(46970,7,12073,'DAY','2013-11-11 21:44:45'),(46971,1,12074,'','2013-11-11 21:58:03'),(46972,2,12074,'','2013-11-11 21:58:03'),(46973,3,12074,'','2013-11-11 21:58:03'),(46974,4,12074,'','2013-11-11 21:58:03'),(46975,5,12074,'','2013-11-11 21:58:03'),(46976,6,12074,'','2013-11-11 21:58:03'),(46977,7,12074,'DAY','2013-11-11 21:58:03'),(46978,1,12076,'','2013-11-11 21:58:03'),(46979,2,12076,'','2013-11-11 21:58:03'),(46980,3,12076,'','2013-11-11 21:58:03'),(46981,4,12076,'','2013-11-11 21:58:03'),(46982,5,12076,'','2013-11-11 21:58:03'),(46983,6,12076,'','2013-11-11 21:58:03'),(46984,7,12076,'DAY','2013-11-11 21:58:03'),(46985,1,12079,'','2013-11-11 21:58:03'),(46986,2,12079,'','2013-11-11 21:58:03'),(46987,3,12079,'','2013-11-11 21:58:03'),(46988,4,12079,'','2013-11-11 21:58:03'),(46989,5,12079,'','2013-11-11 21:58:03'),(46990,6,12079,'','2013-11-11 21:58:03'),(46991,7,12079,'DAY','2013-11-11 21:58:03'),(46992,1,12080,'','2013-11-11 22:01:54'),(46993,2,12080,'','2013-11-11 22:01:54'),(46994,3,12080,'','2013-11-11 22:01:54'),(46995,4,12080,'','2013-11-11 22:01:54'),(46996,5,12080,'','2013-11-11 22:01:54'),(46997,6,12080,'','2013-11-11 22:01:54'),(46998,7,12080,'DAY','2013-11-11 22:01:54'),(46999,1,12082,'','2013-11-11 22:01:54'),(47000,2,12082,'','2013-11-11 22:01:54'),(47001,3,12082,'','2013-11-11 22:01:54'),(47002,4,12082,'','2013-11-11 22:01:54'),(47003,5,12082,'','2013-11-11 22:01:54'),(47004,6,12082,'','2013-11-11 22:01:54'),(47005,7,12082,'DAY','2013-11-11 22:01:54'),(47006,1,12083,'','2013-11-11 22:03:13'),(47007,2,12083,'','2013-11-11 22:03:13'),(47008,3,12083,'','2013-11-11 22:03:13'),(47009,4,12083,'','2013-11-11 22:03:13'),(47010,5,12083,'','2013-11-11 22:03:13'),(47011,6,12083,'','2013-11-11 22:03:13'),(47012,7,12083,'DAY','2013-11-11 22:03:13'),(47013,1,12084,'','2013-11-11 22:05:26'),(47014,2,12084,'','2013-11-11 22:05:26'),(47015,3,12084,'','2013-11-11 22:05:26'),(47016,4,12084,'','2013-11-11 22:05:26'),(47017,5,12084,'','2013-11-11 22:05:26'),(47018,6,12084,'','2013-11-11 22:05:26'),(47019,7,12084,'DAY','2013-11-11 22:05:26'),(47020,1,12085,'','2013-11-11 22:08:08'),(47021,2,12085,'','2013-11-11 22:08:08'),(47022,3,12085,'','2013-11-11 22:08:08'),(47023,4,12085,'','2013-11-11 22:08:08'),(47024,5,12085,'','2013-11-11 22:08:08'),(47025,6,12085,'','2013-11-11 22:08:08'),(47026,7,12085,'DAY','2013-11-11 22:08:08'),(47027,1,12086,'','2013-11-11 22:15:48'),(47028,2,12086,'592721','2013-11-11 22:15:48'),(47029,3,12086,'','2013-11-11 22:15:48'),(47030,4,12086,'','2013-11-11 22:15:48'),(47031,5,12086,'','2013-11-11 22:15:48'),(47032,6,12086,'635','2013-11-11 22:15:48'),(47033,7,12086,'DAY','2013-11-11 22:15:48'),(47034,1,12088,'','2013-11-11 22:15:49'),(47035,2,12088,'','2013-11-11 22:15:49'),(47036,3,12088,'','2013-11-11 22:15:49'),(47037,4,12088,'','2013-11-11 22:15:49'),(47038,5,12088,'','2013-11-11 22:15:49'),(47039,6,12088,'','2013-11-11 22:15:49'),(47040,7,12088,'DAY','2013-11-11 22:15:49'),(47041,1,12091,'','2013-11-11 22:15:49'),(47042,2,12091,'','2013-11-11 22:15:49'),(47043,3,12091,'','2013-11-11 22:15:49'),(47044,4,12091,'','2013-11-11 22:15:49'),(47045,5,12091,'','2013-11-11 22:15:49'),(47046,6,12091,'','2013-11-11 22:15:49'),(47047,7,12091,'DAY','2013-11-11 22:15:49'),(47048,1,12092,'','2013-11-11 22:25:32'),(47049,2,12092,'','2013-11-11 22:25:32'),(47050,3,12092,'','2013-11-11 22:25:32'),(47051,4,12092,'','2013-11-11 22:25:32'),(47052,5,12092,'','2013-11-11 22:25:32'),(47053,6,12092,'22','2013-11-11 22:25:32'),(47054,7,12092,'DAY','2013-11-11 22:25:32'),(47055,1,12093,'','2013-11-11 22:28:20'),(47056,2,12093,'592723','2013-11-11 22:28:20'),(47057,3,12093,'','2013-11-11 22:28:20'),(47058,4,12093,'','2013-11-11 22:28:20'),(47059,5,12093,'','2013-11-11 22:28:20'),(47060,6,12093,'','2013-11-11 22:28:20'),(47061,7,12093,'DAY','2013-11-11 22:28:20'),(47062,1,12095,'','2013-11-11 22:28:21'),(47063,2,12095,'','2013-11-11 22:28:21'),(47064,3,12095,'','2013-11-11 22:28:21'),(47065,4,12095,'','2013-11-11 22:28:21'),(47066,5,12095,'','2013-11-11 22:28:21'),(47067,6,12095,'','2013-11-11 22:28:21'),(47068,7,12095,'DAY','2013-11-11 22:28:21'),(47069,1,12098,'','2013-11-11 22:28:21'),(47070,2,12098,'','2013-11-11 22:28:21'),(47071,3,12098,'','2013-11-11 22:28:21'),(47072,4,12098,'','2013-11-11 22:28:21'),(47073,5,12098,'','2013-11-11 22:28:21'),(47074,6,12098,'','2013-11-11 22:28:21'),(47075,7,12098,'DAY','2013-11-11 22:28:21'),(47076,1,12099,'','2013-11-11 22:38:02'),(47077,2,12099,'','2013-11-11 22:38:02'),(47078,3,12099,'','2013-11-11 22:38:02'),(47079,4,12099,'','2013-11-11 22:38:02'),(47080,5,12099,'','2013-11-11 22:38:02'),(47081,6,12099,'','2013-11-11 22:38:02'),(47082,7,12099,'DAY','2013-11-11 22:38:02'),(47083,1,12101,'','2013-11-11 22:38:02'),(47084,2,12101,'','2013-11-11 22:38:02'),(47085,3,12101,'','2013-11-11 22:38:02'),(47086,4,12101,'','2013-11-11 22:38:02'),(47087,5,12101,'','2013-11-11 22:38:02'),(47088,6,12101,'','2013-11-11 22:38:02'),(47089,7,12101,'DAY','2013-11-11 22:38:02'),(47090,1,12102,'','2013-11-11 22:40:44'),(47091,2,12102,'','2013-11-11 22:40:44'),(47092,3,12102,'','2013-11-11 22:40:44'),(47093,4,12102,'','2013-11-11 22:40:44'),(47094,5,12102,'','2013-11-11 22:40:44'),(47095,6,12102,'','2013-11-11 22:40:44'),(47096,7,12102,'DAY','2013-11-11 22:40:44'),(47097,1,12104,'','2013-11-11 22:40:44'),(47098,2,12104,'','2013-11-11 22:40:44'),(47099,3,12104,'','2013-11-11 22:40:44'),(47100,4,12104,'','2013-11-11 22:40:44'),(47101,5,12104,'','2013-11-11 22:40:44'),(47102,6,12104,'','2013-11-11 22:40:44'),(47103,7,12104,'DAY','2013-11-11 22:40:44'),(47104,1,12107,'','2013-11-11 22:40:45'),(47105,2,12107,'','2013-11-11 22:40:45'),(47106,3,12107,'','2013-11-11 22:40:45'),(47107,4,12107,'','2013-11-11 22:40:45'),(47108,5,12107,'','2013-11-11 22:40:45'),(47109,6,12107,'','2013-11-11 22:40:45'),(47110,7,12107,'DAY','2013-11-11 22:40:45'),(47111,1,12108,'','2013-11-11 22:48:55'),(47112,2,12108,'','2013-11-11 22:48:55'),(47113,3,12108,'','2013-11-11 22:48:55'),(47114,4,12108,'','2013-11-11 22:48:55'),(47115,5,12108,'','2013-11-11 22:48:55'),(47116,6,12108,'','2013-11-11 22:48:55'),(47117,7,12108,'DAY','2013-11-11 22:48:55'),(47118,1,12110,'','2013-11-11 22:48:55'),(47119,2,12110,'','2013-11-11 22:48:55'),(47120,3,12110,'','2013-11-11 22:48:55'),(47121,4,12110,'','2013-11-11 22:48:55'),(47122,5,12110,'','2013-11-11 22:48:55'),(47123,6,12110,'','2013-11-11 22:48:55'),(47124,7,12110,'DAY','2013-11-11 22:48:55'),(47125,1,12111,'','2013-11-11 22:50:15'),(47126,2,12111,'','2013-11-11 22:50:15'),(47127,3,12111,'','2013-11-11 22:50:15'),(47128,4,12111,'','2013-11-11 22:50:15'),(47129,5,12111,'','2013-11-11 22:50:15'),(47130,6,12111,'','2013-11-11 22:50:15'),(47131,7,12111,'DAY','2013-11-11 22:50:15'),(47132,1,12112,'','2013-11-11 22:58:01'),(47133,2,12112,'','2013-11-11 22:58:01'),(47134,3,12112,'','2013-11-11 22:58:01'),(47135,4,12112,'','2013-11-11 22:58:01'),(47136,5,12112,'','2013-11-11 22:58:01'),(47137,6,12112,'','2013-11-11 22:58:01'),(47138,7,12112,'DAY','2013-11-11 22:58:01'),(47139,1,12113,'','2013-11-11 23:02:35'),(47140,2,12113,'5927278','2013-11-11 23:02:35'),(47141,3,12113,'','2013-11-11 23:02:35'),(47142,4,12113,'','2013-11-11 23:02:35'),(47143,5,12113,'','2013-11-11 23:02:35'),(47144,6,12113,'','2013-11-11 23:02:36'),(47145,7,12113,'DAY','2013-11-11 23:02:36'),(47146,1,12114,'','2013-11-11 23:04:36'),(47147,2,12114,'','2013-11-11 23:04:36'),(47148,3,12114,'','2013-11-11 23:04:36'),(47149,4,12114,'','2013-11-11 23:04:36'),(47150,5,12114,'','2013-11-11 23:04:36'),(47151,6,12114,'','2013-11-11 23:04:36'),(47152,7,12114,'DAY','2013-11-11 23:04:36'),(47153,1,12116,'','2013-11-11 23:04:37'),(47154,2,12116,'','2013-11-11 23:04:37'),(47155,3,12116,'','2013-11-11 23:04:37'),(47156,4,12116,'','2013-11-11 23:04:37'),(47157,5,12116,'','2013-11-11 23:04:37'),(47158,6,12116,'','2013-11-11 23:04:37'),(47159,7,12116,'DAY','2013-11-11 23:04:37'),(47160,1,12117,'','2013-11-11 23:10:33'),(47161,2,12117,'592732','2013-11-11 23:10:33'),(47162,3,12117,'','2013-11-11 23:10:33'),(47163,4,12117,'','2013-11-11 23:10:33'),(47164,5,12117,'','2013-11-11 23:10:33'),(47165,6,12117,'','2013-11-11 23:10:33'),(47166,7,12117,'DAY','2013-11-11 23:10:33'),(47167,1,12119,'','2013-11-11 23:10:33'),(47168,2,12119,'','2013-11-11 23:10:33'),(47169,3,12119,'','2013-11-11 23:10:33'),(47170,4,12119,'','2013-11-11 23:10:33'),(47171,5,12119,'','2013-11-11 23:10:33'),(47172,6,12119,'','2013-11-11 23:10:33'),(47173,7,12119,'DAY','2013-11-11 23:10:33'),(47174,1,12122,'','2013-11-11 23:10:33'),(47175,2,12122,'','2013-11-11 23:10:33'),(47176,3,12122,'','2013-11-11 23:10:33'),(47177,4,12122,'','2013-11-11 23:10:33'),(47178,5,12122,'','2013-11-11 23:10:33'),(47179,6,12122,'','2013-11-11 23:10:33'),(47180,7,12122,'DAY','2013-11-11 23:10:33'),(47181,1,12123,'','2013-11-11 23:22:34'),(47182,2,12123,'592733','2013-11-11 23:22:34'),(47183,3,12123,'','2013-11-11 23:22:34'),(47184,4,12123,'','2013-11-11 23:22:34'),(47185,5,12123,'','2013-11-11 23:22:34'),(47186,6,12123,'','2013-11-11 23:22:34'),(47187,7,12123,'DAY','2013-11-11 23:22:34'),(47188,1,12124,'','2013-11-11 23:24:44'),(47189,2,12124,'','2013-11-11 23:24:44'),(47190,3,12124,'','2013-11-11 23:24:44'),(47191,4,12124,'','2013-11-11 23:24:44'),(47192,5,12124,'','2013-11-11 23:24:44'),(47193,6,12124,'','2013-11-11 23:24:44'),(47194,7,12124,'DAY','2013-11-11 23:24:44'),(47195,1,12125,'','2013-11-11 23:26:32'),(47196,2,12125,'','2013-11-11 23:26:32'),(47197,3,12125,'','2013-11-11 23:26:32'),(47198,4,12125,'','2013-11-11 23:26:32'),(47199,5,12125,'','2013-11-11 23:26:32'),(47200,6,12125,'','2013-11-11 23:26:32'),(47201,7,12125,'DAY','2013-11-11 23:26:32'),(47202,1,12126,'','2013-11-11 23:29:04'),(47203,2,12126,'','2013-11-11 23:29:04'),(47204,3,12126,'','2013-11-11 23:29:04'),(47205,4,12126,'','2013-11-11 23:29:04'),(47206,5,12126,'','2013-11-11 23:29:04'),(47207,6,12126,'','2013-11-11 23:29:04'),(47208,7,12126,'DAY','2013-11-11 23:29:04'),(47209,1,12127,'','2013-11-11 23:36:49'),(47210,2,12127,'','2013-11-11 23:36:49'),(47211,3,12127,'','2013-11-11 23:36:49'),(47212,4,12127,'','2013-11-11 23:36:49'),(47213,5,12127,'','2013-11-11 23:36:49'),(47214,6,12127,'','2013-11-11 23:36:49'),(47215,7,12127,'DAY','2013-11-11 23:36:49'),(47216,1,12128,'','2013-11-11 23:38:40'),(47217,2,12128,'','2013-11-11 23:38:40'),(47218,3,12128,'','2013-11-11 23:38:40'),(47219,4,12128,'','2013-11-11 23:38:40'),(47220,5,12128,'','2013-11-11 23:38:40'),(47221,6,12128,'','2013-11-11 23:38:40'),(47222,7,12128,'DAY','2013-11-11 23:38:40'),(47223,1,12130,'','2013-11-11 23:38:40'),(47224,2,12130,'','2013-11-11 23:38:40'),(47225,3,12130,'','2013-11-11 23:38:40'),(47226,4,12130,'','2013-11-11 23:38:40'),(47227,5,12130,'','2013-11-11 23:38:40'),(47228,6,12130,'','2013-11-11 23:38:40'),(47229,7,12130,'DAY','2013-11-11 23:38:40'),(47230,1,12131,'','2013-11-11 23:40:30'),(47231,2,12131,'','2013-11-11 23:40:30'),(47232,3,12131,'','2013-11-11 23:40:30'),(47233,4,12131,'','2013-11-11 23:40:30'),(47234,5,12131,'','2013-11-11 23:40:30'),(47235,6,12131,'','2013-11-11 23:40:30'),(47236,7,12131,'DAY','2013-11-11 23:40:30'),(47237,1,12132,'','2013-11-11 23:43:26'),(47238,2,12132,'','2013-11-11 23:43:26'),(47239,3,12132,'','2013-11-11 23:43:26'),(47240,4,12132,'','2013-11-11 23:43:26'),(47241,5,12132,'','2013-11-11 23:43:26'),(47242,6,12132,'','2013-11-11 23:43:26'),(47243,7,12132,'DAY','2013-11-11 23:43:26'),(47244,1,12134,'','2013-11-11 23:43:26'),(47245,2,12134,'','2013-11-11 23:43:26'),(47246,3,12134,'','2013-11-11 23:43:26'),(47247,4,12134,'','2013-11-11 23:43:26'),(47248,5,12134,'','2013-11-11 23:43:26'),(47249,6,12134,'','2013-11-11 23:43:26'),(47250,7,12134,'DAY','2013-11-11 23:43:26'),(47251,1,12135,'','2013-11-11 23:47:42'),(47252,2,12135,'592739','2013-11-11 23:47:42'),(47253,3,12135,'','2013-11-11 23:47:42'),(47254,4,12135,'','2013-11-11 23:47:42'),(47255,5,12135,'','2013-11-11 23:47:42'),(47256,6,12135,'','2013-11-11 23:47:42'),(47257,7,12135,'DAY','2013-11-11 23:47:42'),(47258,1,12136,'','2013-11-11 23:52:07'),(47259,2,12136,'','2013-11-11 23:52:07'),(47260,3,12136,'','2013-11-11 23:52:07'),(47261,4,12136,'','2013-11-11 23:52:07'),(47262,5,12136,'','2013-11-11 23:52:07'),(47263,6,12136,'','2013-11-11 23:52:07'),(47264,7,12136,'DAY','2013-11-11 23:52:07'),(47265,1,12138,'','2013-11-11 23:52:08'),(47266,2,12138,'','2013-11-11 23:52:08'),(47267,3,12138,'','2013-11-11 23:52:08'),(47268,4,12138,'','2013-11-11 23:52:08'),(47269,5,12138,'','2013-11-11 23:52:08'),(47270,6,12138,'','2013-11-11 23:52:08'),(47271,7,12138,'DAY','2013-11-11 23:52:08'),(47272,1,12141,'','2013-11-11 23:52:08'),(47273,2,12141,'','2013-11-11 23:52:08'),(47274,3,12141,'','2013-11-11 23:52:08'),(47275,4,12141,'','2013-11-11 23:52:08'),(47276,5,12141,'','2013-11-11 23:52:08'),(47277,6,12141,'','2013-11-11 23:52:08'),(47278,7,12141,'DAY','2013-11-11 23:52:08'),(47279,1,12142,'','2013-11-11 23:53:08'),(47280,2,12142,'','2013-11-11 23:53:08'),(47281,3,12142,'','2013-11-11 23:53:08'),(47282,4,12142,'','2013-11-11 23:53:08'),(47283,5,12142,'','2013-11-11 23:53:08'),(47284,6,12142,'22','2013-11-11 23:53:08'),(47285,7,12142,'DAY','2013-11-11 23:53:08'),(47286,1,12143,'','2013-11-12 00:13:24'),(47287,2,12143,'','2013-11-12 00:13:24'),(47288,3,12143,'','2013-11-12 00:13:24'),(47289,4,12143,'','2013-11-12 00:13:24'),(47290,5,12143,'','2013-11-12 00:13:24'),(47291,6,12143,'','2013-11-12 00:13:24'),(47292,7,12143,'DAY','2013-11-12 00:13:24'),(47293,1,12145,'','2013-11-12 00:13:24'),(47294,2,12145,'','2013-11-12 00:13:24'),(47295,3,12145,'','2013-11-12 00:13:24'),(47296,4,12145,'','2013-11-12 00:13:24'),(47297,5,12145,'','2013-11-12 00:13:24'),(47298,6,12145,'','2013-11-12 00:13:24'),(47299,7,12145,'DAY','2013-11-12 00:13:24'),(47300,1,12146,'','2013-11-12 00:17:09'),(47301,2,12146,'','2013-11-12 00:17:09'),(47302,3,12146,'','2013-11-12 00:17:09'),(47303,4,12146,'','2013-11-12 00:17:09'),(47304,5,12146,'','2013-11-12 00:17:09'),(47305,6,12146,'','2013-11-12 00:17:09'),(47306,7,12146,'DAY','2013-11-12 00:17:09'),(47307,1,12148,'','2013-11-12 00:17:09'),(47308,2,12148,'','2013-11-12 00:17:09'),(47309,3,12148,'','2013-11-12 00:17:09'),(47310,4,12148,'','2013-11-12 00:17:09'),(47311,5,12148,'','2013-11-12 00:17:09'),(47312,6,12148,'','2013-11-12 00:17:09'),(47313,7,12148,'DAY','2013-11-12 00:17:09'),(47314,1,12149,'','2013-11-12 00:20:28'),(47315,2,12149,'','2013-11-12 00:20:28'),(47316,3,12149,'','2013-11-12 00:20:28'),(47317,4,12149,'','2013-11-12 00:20:28'),(47318,5,12149,'','2013-11-12 00:20:28'),(47319,6,12149,'','2013-11-12 00:20:28'),(47320,7,12149,'DAY','2013-11-12 00:20:28'),(47321,1,12151,'','2013-11-12 00:20:28'),(47322,2,12151,'','2013-11-12 00:20:28'),(47323,3,12151,'','2013-11-12 00:20:28'),(47324,4,12151,'','2013-11-12 00:20:28'),(47325,5,12151,'','2013-11-12 00:20:28'),(47326,6,12151,'','2013-11-12 00:20:28'),(47327,7,12151,'DAY','2013-11-12 00:20:28'),(47328,1,12152,'','2013-11-12 00:36:45'),(47329,2,12152,'582743','2013-11-12 00:36:45'),(47330,3,12152,'','2013-11-12 00:36:45'),(47331,4,12152,'','2013-11-12 00:36:45'),(47332,5,12152,'','2013-11-12 00:36:45'),(47333,6,12152,'','2013-11-12 00:36:45'),(47334,7,12152,'DAY','2013-11-12 00:36:45'),(47335,1,12153,'','2013-11-12 00:38:07'),(47336,2,12153,'','2013-11-12 00:38:07'),(47337,3,12153,'','2013-11-12 00:38:07'),(47338,4,12153,'','2013-11-12 00:38:07'),(47339,5,12153,'','2013-11-12 00:38:07'),(47340,6,12153,'','2013-11-12 00:38:07'),(47341,7,12153,'DAY','2013-11-12 00:38:07'),(47342,1,12154,'','2013-11-12 00:40:01'),(47343,2,12154,'','2013-11-12 00:40:01'),(47344,3,12154,'','2013-11-12 00:40:01'),(47345,4,12154,'','2013-11-12 00:40:01'),(47346,5,12154,'','2013-11-12 00:40:01'),(47347,6,12154,'','2013-11-12 00:40:01'),(47348,7,12154,'DAY','2013-11-12 00:40:01'),(47349,1,12155,'','2013-11-12 00:42:20'),(47350,2,12155,'','2013-11-12 00:42:20'),(47351,3,12155,'','2013-11-12 00:42:20'),(47352,4,12155,'','2013-11-12 00:42:20'),(47353,5,12155,'','2013-11-12 00:42:20'),(47354,6,12155,'','2013-11-12 00:42:20'),(47355,7,12155,'DAY','2013-11-12 00:42:20'),(47356,1,12157,'','2013-11-12 00:42:20'),(47357,2,12157,'','2013-11-12 00:42:21'),(47358,3,12157,'','2013-11-12 00:42:21'),(47359,4,12157,'','2013-11-12 00:42:21'),(47360,5,12157,'','2013-11-12 00:42:21'),(47361,6,12157,'','2013-11-12 00:42:21'),(47362,7,12157,'DAY','2013-11-12 00:42:21'),(47363,1,12158,'','2013-11-12 01:03:30'),(47364,2,12158,'','2013-11-12 01:03:30'),(47365,3,12158,'','2013-11-12 01:03:30'),(47366,4,12158,'','2013-11-12 01:03:30'),(47367,5,12158,'','2013-11-12 01:03:30'),(47368,6,12158,'','2013-11-12 01:03:30'),(47369,7,12158,'DAY','2013-11-12 01:03:30'),(47370,1,12160,'','2013-11-12 01:03:30'),(47371,2,12160,'','2013-11-12 01:03:30'),(47372,3,12160,'','2013-11-12 01:03:30'),(47373,4,12160,'','2013-11-12 01:03:30'),(47374,5,12160,'','2013-11-12 01:03:30'),(47375,6,12160,'','2013-11-12 01:03:30'),(47376,7,12160,'DAY','2013-11-12 01:03:30'),(47377,1,12161,'','2013-11-12 01:25:29'),(47378,2,12161,'592780','2013-11-12 01:25:29'),(47379,3,12161,'','2013-11-12 01:25:29'),(47380,4,12161,'','2013-11-12 01:25:29'),(47381,5,12161,'','2013-11-12 01:25:29'),(47382,6,12161,'42','2013-11-12 01:25:29'),(47383,7,12161,'DAY','2013-11-12 01:25:29'),(47384,1,12163,'','2013-11-12 01:25:29'),(47385,2,12163,'','2013-11-12 01:25:29'),(47386,3,12163,'','2013-11-12 01:25:29'),(47387,4,12163,'','2013-11-12 01:25:29'),(47388,5,12163,'','2013-11-12 01:25:29'),(47389,6,12163,'','2013-11-12 01:25:29'),(47390,7,12163,'DAY','2013-11-12 01:25:29'),(47391,1,12164,'','2013-11-12 01:47:37'),(47392,2,12164,'','2013-11-12 01:47:37'),(47393,3,12164,'','2013-11-12 01:47:37'),(47394,4,12164,'','2013-11-12 01:47:37'),(47395,5,12164,'','2013-11-12 01:47:37'),(47396,6,12164,'','2013-11-12 01:47:37'),(47397,7,12164,'DAY','2013-11-12 01:47:37'),(47398,1,12166,'','2013-11-12 01:47:37'),(47399,2,12166,'','2013-11-12 01:47:37'),(47400,3,12166,'','2013-11-12 01:47:37'),(47401,4,12166,'','2013-11-12 01:47:37'),(47402,5,12166,'','2013-11-12 01:47:37'),(47403,6,12166,'','2013-11-12 01:47:37'),(47404,7,12166,'DAY','2013-11-12 01:47:37'),(47405,1,12167,'','2013-11-12 01:49:44'),(47406,2,12167,'','2013-11-12 01:49:44'),(47407,3,12167,'','2013-11-12 01:49:44'),(47408,4,12167,'','2013-11-12 01:49:44'),(47409,5,12167,'','2013-11-12 01:49:44'),(47410,6,12167,'','2013-11-12 01:49:44'),(47411,7,12167,'DAY','2013-11-12 01:49:44'),(47412,1,12169,'','2013-11-12 01:49:44'),(47413,2,12169,'','2013-11-12 01:49:44'),(47414,3,12169,'','2013-11-12 01:49:44'),(47415,4,12169,'','2013-11-12 01:49:44'),(47416,5,12169,'','2013-11-12 01:49:44'),(47417,6,12169,'','2013-11-12 01:49:44'),(47418,7,12169,'DAY','2013-11-12 01:49:44'),(47419,1,12170,'','2013-11-12 02:17:21'),(47420,2,12170,'','2013-11-12 02:17:21'),(47421,3,12170,'','2013-11-12 02:17:21'),(47422,4,12170,'','2013-11-12 02:17:21'),(47423,5,12170,'','2013-11-12 02:17:21'),(47424,6,12170,'81','2013-11-12 02:17:21'),(47425,7,12170,'DAY','2013-11-12 02:17:21'),(47426,1,12171,'','2013-11-12 02:20:03'),(47427,2,12171,'','2013-11-12 02:20:03'),(47428,3,12171,'','2013-11-12 02:20:03'),(47429,4,12171,'','2013-11-12 02:20:03'),(47430,5,12171,'','2013-11-12 02:20:03'),(47431,6,12171,'','2013-11-12 02:20:03'),(47432,7,12171,'DAY','2013-11-12 02:20:03'),(47433,1,12172,'','2013-11-12 02:26:48'),(47434,2,12172,'','2013-11-12 02:26:48'),(47435,3,12172,'','2013-11-12 02:26:48'),(47436,4,12172,'','2013-11-12 02:26:48'),(47437,5,12172,'','2013-11-12 02:26:48'),(47438,6,12172,'','2013-11-12 02:26:48'),(47439,7,12172,'DAY','2013-11-12 02:26:48'),(47440,1,12174,'','2013-11-12 02:26:48'),(47441,2,12174,'','2013-11-12 02:26:48'),(47442,3,12174,'','2013-11-12 02:26:48'),(47443,4,12174,'','2013-11-12 02:26:48'),(47444,5,12174,'','2013-11-12 02:26:48'),(47445,6,12174,'','2013-11-12 02:26:48'),(47446,7,12174,'DAY','2013-11-12 02:26:48'),(47447,1,12177,'','2013-11-12 02:26:48'),(47448,2,12177,'','2013-11-12 02:26:48'),(47449,3,12177,'','2013-11-12 02:26:48'),(47450,4,12177,'','2013-11-12 02:26:48'),(47451,5,12177,'','2013-11-12 02:26:48'),(47452,6,12177,'','2013-11-12 02:26:48'),(47453,7,12177,'DAY','2013-11-12 02:26:48'),(47454,1,12181,'','2013-11-12 02:26:48'),(47455,2,12181,'','2013-11-12 02:26:49'),(47456,3,12181,'','2013-11-12 02:26:49'),(47457,4,12181,'','2013-11-12 02:26:49'),(47458,5,12181,'','2013-11-12 02:26:49'),(47459,6,12181,'','2013-11-12 02:26:49'),(47460,7,12181,'DAY','2013-11-12 02:26:49'),(47461,1,12182,'','2013-11-12 02:28:18'),(47462,2,12182,'592775','2013-11-12 02:28:18'),(47463,3,12182,'','2013-11-12 02:28:18'),(47464,4,12182,'','2013-11-12 02:28:18'),(47465,5,12182,'','2013-11-12 02:28:18'),(47466,6,12182,'','2013-11-12 02:28:18'),(47467,7,12182,'DAY','2013-11-12 02:28:18'),(47468,1,12183,'','2013-11-12 02:40:55'),(47469,2,12183,'','2013-11-12 02:40:55'),(47470,3,12183,'','2013-11-12 02:40:55'),(47471,4,12183,'','2013-11-12 02:40:55'),(47472,5,12183,'','2013-11-12 02:40:55'),(47473,6,12183,'','2013-11-12 02:40:55'),(47474,7,12183,'DAY','2013-11-12 02:40:55'),(47475,1,12185,'','2013-11-12 02:40:55'),(47476,2,12185,'','2013-11-12 02:40:55'),(47477,3,12185,'','2013-11-12 02:40:55'),(47478,4,12185,'','2013-11-12 02:40:55'),(47479,5,12185,'','2013-11-12 02:40:55'),(47480,6,12185,'','2013-11-12 02:40:55'),(47481,7,12185,'DAY','2013-11-12 02:40:55'),(47482,1,12186,'','2013-11-12 02:43:34'),(47483,2,12186,'592779','2013-11-12 02:43:34'),(47484,3,12186,'','2013-11-12 02:43:34'),(47485,4,12186,'','2013-11-12 02:43:34'),(47486,5,12186,'','2013-11-12 02:43:34'),(47487,6,12186,'','2013-11-12 02:43:34'),(47488,7,12186,'DAY','2013-11-12 02:43:34'),(47489,1,12188,'','2013-11-12 02:43:34'),(47490,2,12188,'','2013-11-12 02:43:34'),(47491,3,12188,'','2013-11-12 02:43:34'),(47492,4,12188,'','2013-11-12 02:43:34'),(47493,5,12188,'','2013-11-12 02:43:34'),(47494,6,12188,'','2013-11-12 02:43:34'),(47495,7,12188,'DAY','2013-11-12 02:43:34'),(47496,1,12189,'','2013-11-12 02:51:09'),(47497,2,12189,'','2013-11-12 02:51:09'),(47498,3,12189,'','2013-11-12 02:51:09'),(47499,4,12189,'','2013-11-12 02:51:09'),(47500,5,12189,'','2013-11-12 02:51:09'),(47501,6,12189,'','2013-11-12 02:51:09'),(47502,7,12189,'DAY','2013-11-12 02:51:09'),(47503,1,12191,'','2013-11-12 02:51:09'),(47504,2,12191,'','2013-11-12 02:51:09'),(47505,3,12191,'','2013-11-12 02:51:09'),(47506,4,12191,'','2013-11-12 02:51:09'),(47507,5,12191,'','2013-11-12 02:51:09'),(47508,6,12191,'','2013-11-12 02:51:09'),(47509,7,12191,'DAY','2013-11-12 02:51:09'),(47510,1,12192,'','2013-11-12 02:53:07'),(47511,2,12192,'','2013-11-12 02:53:07'),(47512,3,12192,'','2013-11-12 02:53:07'),(47513,4,12192,'','2013-11-12 02:53:07'),(47514,5,12192,'','2013-11-12 02:53:07'),(47515,6,12192,'','2013-11-12 02:53:07'),(47516,7,12192,'DAY','2013-11-12 02:53:07'),(47517,1,12193,'','2013-11-12 02:58:13'),(47518,2,12193,'','2013-11-12 02:58:13'),(47519,3,12193,'','2013-11-12 02:58:13'),(47520,4,12193,'','2013-11-12 02:58:13'),(47521,5,12193,'','2013-11-12 02:58:13'),(47522,6,12193,'','2013-11-12 02:58:13'),(47523,7,12193,'DAY','2013-11-12 02:58:13'),(47524,1,12194,'','2013-11-12 03:44:02'),(47525,2,12194,'592787','2013-11-12 03:44:02'),(47526,3,12194,'','2013-11-12 03:44:02'),(47527,4,12194,'OPD','2013-11-12 03:44:02'),(47528,5,12194,'','2013-11-12 03:44:02'),(47529,6,12194,'75','2013-11-12 03:44:02'),(47530,7,12194,'DAY','2013-11-12 03:44:02'),(47531,1,12195,'3585567','2013-11-12 04:29:48'),(47532,2,12195,'','2013-11-12 04:29:48'),(47533,3,12195,'','2013-11-12 04:29:48'),(47534,4,12195,'WARD','2013-11-12 04:29:48'),(47535,5,12195,'218019','2013-11-12 04:29:48'),(47536,6,12195,'83.30','2013-11-12 04:29:48'),(47537,7,12195,'NIGHT','2013-11-12 04:29:48'),(47538,1,12197,'','2013-11-12 04:29:48'),(47539,2,12197,'','2013-11-12 04:29:48'),(47540,3,12197,'','2013-11-12 04:29:48'),(47541,4,12197,'','2013-11-12 04:29:48'),(47542,5,12197,'','2013-11-12 04:29:48'),(47543,6,12197,'','2013-11-12 04:29:48'),(47544,7,12197,'NIGHT','2013-11-12 04:29:48'),(47545,1,12198,'3585572','2013-11-12 04:31:52'),(47546,2,12198,'','2013-11-12 04:31:52'),(47547,3,12198,'','2013-11-12 04:31:52'),(47548,4,12198,'OPD','2013-11-12 04:31:52'),(47549,5,12198,'','2013-11-12 04:31:52'),(47550,6,12198,'19','2013-11-12 04:31:52'),(47551,7,12198,'NIGHT','2013-11-12 04:31:52'),(47552,1,12199,'3585571','2013-11-12 04:37:00'),(47553,2,12199,'592794','2013-11-12 04:37:00'),(47554,3,12199,'','2013-11-12 04:37:00'),(47555,4,12199,'OPD','2013-11-12 04:37:00'),(47556,5,12199,'','2013-11-12 04:37:00'),(47557,6,12199,'75','2013-11-12 04:37:00'),(47558,7,12199,'NIGHT','2013-11-12 04:37:00'),(47559,1,12200,'3585574','2013-11-12 04:53:20'),(47560,2,12200,'592796','2013-11-12 04:53:20'),(47561,3,12200,'','2013-11-12 04:53:20'),(47562,4,12200,'OPD','2013-11-12 04:53:20'),(47563,5,12200,'','2013-11-12 04:53:20'),(47564,6,12200,'32','2013-11-12 04:53:20'),(47565,7,12200,'NIGHT','2013-11-12 04:53:20'),(47566,1,12202,'','2013-11-12 04:53:20'),(47567,2,12202,'','2013-11-12 04:53:20'),(47568,3,12202,'','2013-11-12 04:53:20'),(47569,4,12202,'','2013-11-12 04:53:20'),(47570,5,12202,'','2013-11-12 04:53:20'),(47571,6,12202,'','2013-11-12 04:53:20'),(47572,7,12202,'NIGHT','2013-11-12 04:53:20'),(47573,1,12203,'','2013-11-12 05:12:30'),(47574,2,12203,'','2013-11-12 05:12:30'),(47575,3,12203,'','2013-11-12 05:12:30'),(47576,4,12203,'','2013-11-12 05:12:30'),(47577,5,12203,'','2013-11-12 05:12:30'),(47578,6,12203,'','2013-11-12 05:12:30'),(47579,7,12203,'DAY','2013-11-12 05:12:30'),(47580,1,12204,'3585580','2013-11-12 05:36:21'),(47581,2,12204,'592800','2013-11-12 05:36:21'),(47582,3,12204,'','2013-11-12 05:36:21'),(47583,4,12204,'OPD','2013-11-12 05:36:21'),(47584,5,12204,'','2013-11-12 05:36:21'),(47585,6,12204,'122','2013-11-12 05:36:21'),(47586,7,12204,'NIGHT','2013-11-12 05:36:21'),(47587,1,12206,'','2013-11-12 05:36:21'),(47588,2,12206,'','2013-11-12 05:36:21'),(47589,3,12206,'','2013-11-12 05:36:21'),(47590,4,12206,'','2013-11-12 05:36:21'),(47591,5,12206,'','2013-11-12 05:36:21'),(47592,6,12206,'','2013-11-12 05:36:21'),(47593,7,12206,'NIGHT','2013-11-12 05:36:21'),(47594,1,12207,'3585581','2013-11-12 05:41:33'),(47595,2,12207,'','2013-11-12 05:41:33'),(47596,3,12207,'','2013-11-12 05:41:33'),(47597,4,12207,'WARD','2013-11-12 05:41:33'),(47598,5,12207,'215011','2013-11-12 05:41:33'),(47599,6,12207,'160','2013-11-12 05:41:33'),(47600,7,12207,'NIGHT','2013-11-12 05:41:33'),(47601,1,12209,'','2013-11-12 05:41:34'),(47602,2,12209,'','2013-11-12 05:41:34'),(47603,3,12209,'','2013-11-12 05:41:34'),(47604,4,12209,'','2013-11-12 05:41:34'),(47605,5,12209,'','2013-11-12 05:41:34'),(47606,6,12209,'','2013-11-12 05:41:34'),(47607,7,12209,'NIGHT','2013-11-12 05:41:34'),(47608,1,12210,'3585596','2013-11-12 07:57:00'),(47609,2,12210,'','2013-11-12 07:57:00'),(47610,3,12210,'','2013-11-12 07:57:00'),(47611,4,12210,'WARD','2013-11-12 07:57:00'),(47612,5,12210,'218021','2013-11-12 07:57:00'),(47613,6,12210,'20','2013-11-12 07:57:00'),(47614,7,12210,'NIGHT','2013-11-12 07:57:00'),(47615,1,12211,'3585609','2013-11-12 12:25:46'),(47616,2,12211,'','2013-11-12 12:25:46'),(47617,3,12211,'','2013-11-12 12:25:46'),(47618,4,12211,'WARD','2013-11-12 12:25:46'),(47619,5,12211,'218022','2013-11-12 12:25:46'),(47620,6,12211,'81','2013-11-12 12:25:46'),(47621,7,12211,'NIGHT','2013-11-12 12:25:46'),(47622,1,12212,'','2013-11-12 12:49:48'),(47623,2,12212,'','2013-11-12 12:49:48'),(47624,3,12212,'','2013-11-12 12:49:48'),(47625,4,12212,'','2013-11-12 12:49:48'),(47626,5,12212,'','2013-11-12 12:49:48'),(47627,6,12212,'','2013-11-12 12:49:48'),(47628,7,12212,'DAY','2013-11-12 12:49:48'),(47629,1,12213,'3585209','2013-11-12 13:28:38'),(47630,2,12213,'592706','2013-11-12 13:28:38'),(47631,3,12213,'','2013-11-12 13:28:38'),(47632,4,12213,'OUTSIDE','2013-11-12 13:28:38'),(47633,5,12213,'','2013-11-12 13:28:38'),(47634,6,12213,'52','2013-11-12 13:28:38'),(47635,7,12213,'NIGHT','2013-11-12 13:28:38'),(47636,1,12215,'','2013-11-12 13:28:38'),(47637,2,12215,'','2013-11-12 13:28:38'),(47638,3,12215,'','2013-11-12 13:28:38'),(47639,4,12215,'','2013-11-12 13:28:38'),(47640,5,12215,'','2013-11-12 13:28:38'),(47641,6,12215,'','2013-11-12 13:28:38'),(47642,7,12215,'NIGHT','2013-11-12 13:28:38'),(47643,1,12216,'3585615','2013-11-12 13:55:57'),(47644,2,12216,'','2013-11-12 13:55:57'),(47645,3,12216,'','2013-11-12 13:55:57'),(47646,4,12216,'OPD','2013-11-12 13:55:57'),(47647,5,12216,'','2013-11-12 13:55:57'),(47648,6,12216,'112','2013-11-12 13:55:57'),(47649,7,12216,'NIGHT','2013-11-12 13:55:57'),(47650,1,12218,'','2013-11-12 13:55:57'),(47651,2,12218,'','2013-11-12 13:55:57'),(47652,3,12218,'','2013-11-12 13:55:57'),(47653,4,12218,'','2013-11-12 13:55:57'),(47654,5,12218,'','2013-11-12 13:55:57'),(47655,6,12218,'','2013-11-12 13:55:57'),(47656,7,12218,'NIGHT','2013-11-12 13:55:57'),(47657,1,12221,'','2013-11-12 13:55:58'),(47658,2,12221,'','2013-11-12 13:55:58'),(47659,3,12221,'','2013-11-12 13:55:58'),(47660,4,12221,'','2013-11-12 13:55:58'),(47661,5,12221,'','2013-11-12 13:55:58'),(47662,6,12221,'','2013-11-12 13:55:58'),(47663,7,12221,'NIGHT','2013-11-12 13:55:58'),(47664,1,12222,'3585620','2013-11-12 14:07:02'),(47665,2,12222,'','2013-11-12 14:07:02'),(47666,3,12222,'','2013-11-12 14:07:02'),(47667,4,12222,'OPD','2013-11-12 14:07:02'),(47668,5,12222,'','2013-11-12 14:07:02'),(47669,6,12222,'228','2013-11-12 14:07:02'),(47670,7,12222,'NIGHT','2013-11-12 14:07:02'),(47671,1,12224,'','2013-11-12 14:07:02'),(47672,2,12224,'','2013-11-12 14:07:02'),(47673,3,12224,'','2013-11-12 14:07:02'),(47674,4,12224,'','2013-11-12 14:07:02'),(47675,5,12224,'','2013-11-12 14:07:02'),(47676,6,12224,'','2013-11-12 14:07:02'),(47677,7,12224,'NIGHT','2013-11-12 14:07:02'),(47678,1,12227,'','2013-11-12 14:07:02'),(47679,2,12227,'','2013-11-12 14:07:02'),(47680,3,12227,'','2013-11-12 14:07:02'),(47681,4,12227,'','2013-11-12 14:07:02'),(47682,5,12227,'','2013-11-12 14:07:02'),(47683,6,12227,'','2013-11-12 14:07:02'),(47684,7,12227,'NIGHT','2013-11-12 14:07:02'),(47685,1,12231,'','2013-11-12 14:07:03'),(47686,2,12231,'','2013-11-12 14:07:03'),(47687,3,12231,'','2013-11-12 14:07:03'),(47688,4,12231,'','2013-11-12 14:07:03'),(47689,5,12231,'','2013-11-12 14:07:03'),(47690,6,12231,'','2013-11-12 14:07:03'),(47691,7,12231,'NIGHT','2013-11-12 14:07:03'),(47692,1,12232,'3584939','2013-11-12 14:25:09'),(47693,2,12232,'592813','2013-11-12 14:25:09'),(47694,3,12232,'','2013-11-12 14:25:09'),(47695,4,12232,'OPD','2013-11-12 14:25:09'),(47696,5,12232,'','2013-11-12 14:25:09'),(47697,6,12232,'23','2013-11-12 14:25:09'),(47698,7,12232,'NIGHT','2013-11-12 14:25:09'),(47699,1,12234,'','2013-11-12 14:25:09'),(47700,2,12234,'','2013-11-12 14:25:09'),(47701,3,12234,'','2013-11-12 14:25:09'),(47702,4,12234,'','2013-11-12 14:25:09'),(47703,5,12234,'','2013-11-12 14:25:09'),(47704,6,12234,'','2013-11-12 14:25:09'),(47705,7,12234,'NIGHT','2013-11-12 14:25:09'),(47706,1,12235,'3585635','2013-11-12 14:46:31'),(47707,2,12235,'592815','2013-11-12 14:46:31'),(47708,3,12235,'','2013-11-12 14:46:31'),(47709,4,12235,'OUTSIDE','2013-11-12 14:46:31'),(47710,5,12235,'','2013-11-12 14:46:31'),(47711,6,12235,'36','2013-11-12 14:46:31'),(47712,7,12235,'NIGHT','2013-11-12 14:46:31'),(47713,1,12236,'3585636','2013-11-12 14:48:28'),(47714,2,12236,'','2013-11-12 14:48:28'),(47715,3,12236,'','2013-11-12 14:48:28'),(47716,4,12236,'OPD','2013-11-12 14:48:28'),(47717,5,12236,'','2013-11-12 14:48:28'),(47718,6,12236,'12','2013-11-12 14:48:28'),(47719,7,12236,'NIGHT','2013-11-12 14:48:28'),(47720,1,12237,'3582386','2013-11-12 15:33:40'),(47721,2,12237,'','2013-11-12 15:33:40'),(47722,3,12237,'','2013-11-12 15:33:40'),(47723,4,12237,'OPD','2013-11-12 15:33:40'),(47724,5,12237,'','2013-11-12 15:33:40'),(47725,6,12237,'251','2013-11-12 15:33:40'),(47726,7,12237,'NIGHT','2013-11-12 15:33:40'),(47727,1,12239,'','2013-11-12 15:33:41'),(47728,2,12239,'','2013-11-12 15:33:41'),(47729,3,12239,'','2013-11-12 15:33:41'),(47730,4,12239,'','2013-11-12 15:33:41'),(47731,5,12239,'','2013-11-12 15:33:41'),(47732,6,12239,'','2013-11-12 15:33:41'),(47733,7,12239,'NIGHT','2013-11-12 15:33:41'),(47734,1,12242,'','2013-11-12 15:33:41'),(47735,2,12242,'','2013-11-12 15:33:41'),(47736,3,12242,'','2013-11-12 15:33:41'),(47737,4,12242,'','2013-11-12 15:33:41'),(47738,5,12242,'','2013-11-12 15:33:41'),(47739,6,12242,'','2013-11-12 15:33:41'),(47740,7,12242,'NIGHT','2013-11-12 15:33:41'),(47741,1,12243,'3585592','2013-11-12 15:36:11'),(47742,2,12243,'','2013-11-12 15:36:11'),(47743,3,12243,'','2013-11-12 15:36:11'),(47744,4,12243,'OPD','2013-11-12 15:36:11'),(47745,5,12243,'','2013-11-12 15:36:11'),(47746,6,12243,'53','2013-11-12 15:36:11'),(47747,7,12243,'NIGHT','2013-11-12 15:36:11'),(47748,1,12245,'','2013-11-12 15:36:11'),(47749,2,12245,'','2013-11-12 15:36:11'),(47750,3,12245,'','2013-11-12 15:36:11'),(47751,4,12245,'','2013-11-12 15:36:11'),(47752,5,12245,'','2013-11-12 15:36:11'),(47753,6,12245,'','2013-11-12 15:36:11'),(47754,7,12245,'NIGHT','2013-11-12 15:36:11'),(47755,1,12246,'3577676','2013-11-12 15:41:11'),(47756,2,12246,'','2013-11-12 15:41:11'),(47757,3,12246,'','2013-11-12 15:41:11'),(47758,4,12246,'OPD','2013-11-12 15:41:11'),(47759,5,12246,'','2013-11-12 15:41:11'),(47760,6,12246,'368.40','2013-11-12 15:41:11'),(47761,7,12246,'NIGHT','2013-11-12 15:41:11'),(47762,1,12248,'','2013-11-12 15:41:11'),(47763,2,12248,'','2013-11-12 15:41:11'),(47764,3,12248,'','2013-11-12 15:41:11'),(47765,4,12248,'','2013-11-12 15:41:11'),(47766,5,12248,'','2013-11-12 15:41:11'),(47767,6,12248,'','2013-11-12 15:41:11'),(47768,7,12248,'NIGHT','2013-11-12 15:41:11'),(47769,1,12251,'','2013-11-12 15:41:11'),(47770,2,12251,'','2013-11-12 15:41:11'),(47771,3,12251,'','2013-11-12 15:41:11'),(47772,4,12251,'','2013-11-12 15:41:11'),(47773,5,12251,'','2013-11-12 15:41:11'),(47774,6,12251,'','2013-11-12 15:41:11'),(47775,7,12251,'NIGHT','2013-11-12 15:41:11'),(47776,1,12252,'3582922','2013-11-12 15:43:55'),(47777,2,12252,'592818','2013-11-12 15:43:55'),(47778,3,12252,'','2013-11-12 15:43:55'),(47779,4,12252,'OPD','2013-11-12 15:43:55'),(47780,5,12252,'','2013-11-12 15:43:55'),(47781,6,12252,'23','2013-11-12 15:43:55'),(47782,7,12252,'NIGHT','2013-11-12 15:43:55'),(47783,1,12254,'','2013-11-12 15:43:55'),(47784,2,12254,'','2013-11-12 15:43:55'),(47785,3,12254,'','2013-11-12 15:43:55'),(47786,4,12254,'','2013-11-12 15:43:55'),(47787,5,12254,'','2013-11-12 15:43:55'),(47788,6,12254,'','2013-11-12 15:43:55'),(47789,7,12254,'NIGHT','2013-11-12 15:43:55'),(47790,1,12255,'3585659','2013-11-12 15:50:43'),(47791,2,12255,'592821','2013-11-12 15:50:43'),(47792,3,12255,'','2013-11-12 15:50:43'),(47793,4,12255,'OPD','2013-11-12 15:50:43'),(47794,5,12255,'','2013-11-12 15:50:43'),(47795,6,12255,'52','2013-11-12 15:50:43'),(47796,7,12255,'NIGHT','2013-11-12 15:50:43'),(47797,1,12257,'','2013-11-12 15:50:43'),(47798,2,12257,'','2013-11-12 15:50:43'),(47799,3,12257,'','2013-11-12 15:50:43'),(47800,4,12257,'','2013-11-12 15:50:43'),(47801,5,12257,'','2013-11-12 15:50:43'),(47802,6,12257,'','2013-11-12 15:50:43'),(47803,7,12257,'NIGHT','2013-11-12 15:50:43'),(47804,1,12258,'','2013-11-12 16:15:49'),(47805,2,12258,'','2013-11-12 16:15:49'),(47806,3,12258,'','2013-11-12 16:15:49'),(47807,4,12258,'OPD','2013-11-12 16:15:49'),(47808,5,12258,'','2013-11-12 16:15:49'),(47809,6,12258,'25','2013-11-12 16:15:49'),(47810,7,12258,'DAY','2013-11-12 16:15:49'),(47811,1,12260,'','2013-11-12 16:15:49'),(47812,2,12260,'','2013-11-12 16:15:49'),(47813,3,12260,'','2013-11-12 16:15:49'),(47814,4,12260,'','2013-11-12 16:15:49'),(47815,5,12260,'','2013-11-12 16:15:49'),(47816,6,12260,'','2013-11-12 16:15:49'),(47817,7,12260,'DAY','2013-11-12 16:15:49'),(47818,1,12261,'','2013-11-12 16:26:38'),(47819,2,12261,'592825','2013-11-12 16:26:38'),(47820,3,12261,'','2013-11-12 16:26:38'),(47821,4,12261,'OPD','2013-11-12 16:26:38'),(47822,5,12261,'','2013-11-12 16:26:38'),(47823,6,12261,'115.4','2013-11-12 16:26:38'),(47824,7,12261,'DAY','2013-11-12 16:26:38'),(47825,1,12263,'','2013-11-12 16:26:38'),(47826,2,12263,'','2013-11-12 16:26:38'),(47827,3,12263,'','2013-11-12 16:26:38'),(47828,4,12263,'','2013-11-12 16:26:38'),(47829,5,12263,'','2013-11-12 16:26:38'),(47830,6,12263,'','2013-11-12 16:26:38'),(47831,7,12263,'DAY','2013-11-12 16:26:38'),(47832,1,12264,'','2013-11-12 16:41:35'),(47833,2,12264,'592682','2013-11-12 16:41:35'),(47834,3,12264,'','2013-11-12 16:41:35'),(47835,4,12264,'','2013-11-12 16:41:35'),(47836,5,12264,'','2013-11-12 16:41:35'),(47837,6,12264,'75','2013-11-12 16:41:35'),(47838,7,12264,'DAY','2013-11-12 16:41:35'),(47839,1,12265,'','2013-11-12 16:43:18'),(47840,2,12265,'','2013-11-12 16:43:18'),(47841,3,12265,'','2013-11-12 16:43:18'),(47842,4,12265,'','2013-11-12 16:43:18'),(47843,5,12265,'','2013-11-12 16:43:18'),(47844,6,12265,'79','2013-11-12 16:43:18'),(47845,7,12265,'DAY','2013-11-12 16:43:18'),(47846,1,12267,'','2013-11-12 16:43:18'),(47847,2,12267,'','2013-11-12 16:43:18'),(47848,3,12267,'','2013-11-12 16:43:18'),(47849,4,12267,'','2013-11-12 16:43:18'),(47850,5,12267,'','2013-11-12 16:43:18'),(47851,6,12267,'','2013-11-12 16:43:18'),(47852,7,12267,'DAY','2013-11-12 16:43:18'),(47853,1,12268,'','2013-11-12 16:46:17'),(47854,2,12268,'592685','2013-11-12 16:46:17'),(47855,3,12268,'','2013-11-12 16:46:17'),(47856,4,12268,'','2013-11-12 16:46:17'),(47857,5,12268,'','2013-11-12 16:46:17'),(47858,6,12268,'116','2013-11-12 16:46:17'),(47859,7,12268,'DAY','2013-11-12 16:46:17'),(47860,1,12270,'','2013-11-12 16:46:17'),(47861,2,12270,'','2013-11-12 16:46:17'),(47862,3,12270,'','2013-11-12 16:46:17'),(47863,4,12270,'','2013-11-12 16:46:17'),(47864,5,12270,'','2013-11-12 16:46:18'),(47865,6,12270,'','2013-11-12 16:46:18'),(47866,7,12270,'DAY','2013-11-12 16:46:18'),(47867,1,12271,'3585683','2013-11-12 16:48:39'),(47868,2,12271,'','2013-11-12 16:48:39'),(47869,3,12271,'','2013-11-12 16:48:39'),(47870,4,12271,'OPD','2013-11-12 16:48:39'),(47871,5,12271,'','2013-11-12 16:48:39'),(47872,6,12271,'149.24','2013-11-12 16:48:39'),(47873,7,12271,'DAY','2013-11-12 16:48:39'),(47874,1,12273,'','2013-11-12 16:48:39'),(47875,2,12273,'','2013-11-12 16:48:39'),(47876,3,12273,'','2013-11-12 16:48:39'),(47877,4,12273,'','2013-11-12 16:48:39'),(47878,5,12273,'','2013-11-12 16:48:39'),(47879,6,12273,'','2013-11-12 16:48:39'),(47880,7,12273,'DAY','2013-11-12 16:48:39'),(47881,1,12274,'','2013-11-12 17:01:33'),(47882,2,12274,'','2013-11-12 17:01:33'),(47883,3,12274,'','2013-11-12 17:01:33'),(47884,4,12274,'OPD','2013-11-12 17:01:33'),(47885,5,12274,'','2013-11-12 17:01:33'),(47886,6,12274,'22','2013-11-12 17:01:33'),(47887,7,12274,'DAY','2013-11-12 17:01:33'),(47888,1,12275,'','2013-11-12 17:27:57'),(47889,2,12275,'592830','2013-11-12 17:27:57'),(47890,3,12275,'','2013-11-12 17:27:57'),(47891,4,12275,'','2013-11-12 17:27:57'),(47892,5,12275,'','2013-11-12 17:27:57'),(47893,6,12275,'','2013-11-12 17:27:57'),(47894,7,12275,'DAY','2013-11-12 17:27:57'),(47895,1,12277,'','2013-11-12 17:27:57'),(47896,2,12277,'','2013-11-12 17:27:57'),(47897,3,12277,'','2013-11-12 17:27:57'),(47898,4,12277,'','2013-11-12 17:27:57'),(47899,5,12277,'','2013-11-12 17:27:57'),(47900,6,12277,'','2013-11-12 17:27:57'),(47901,7,12277,'DAY','2013-11-12 17:27:57'),(47902,1,12280,'','2013-11-12 17:27:57'),(47903,2,12280,'','2013-11-12 17:27:57'),(47904,3,12280,'','2013-11-12 17:27:57'),(47905,4,12280,'','2013-11-12 17:27:57'),(47906,5,12280,'','2013-11-12 17:27:57'),(47907,6,12280,'','2013-11-12 17:27:57'),(47908,7,12280,'DAY','2013-11-12 17:27:57'),(47909,1,12281,'','2013-11-12 17:28:48'),(47910,2,12281,'','2013-11-12 17:28:48'),(47911,3,12281,'','2013-11-12 17:28:48'),(47912,4,12281,'','2013-11-12 17:28:48'),(47913,5,12281,'','2013-11-12 17:28:48'),(47914,6,12281,'','2013-11-12 17:28:48'),(47915,7,12281,'DAY','2013-11-12 17:28:48'),(47916,1,12282,'','2013-11-12 17:30:32'),(47917,2,12282,'','2013-11-12 17:30:32'),(47918,3,12282,'','2013-11-12 17:30:32'),(47919,4,12282,'','2013-11-12 17:30:32'),(47920,5,12282,'','2013-11-12 17:30:32'),(47921,6,12282,'','2013-11-12 17:30:32'),(47922,7,12282,'DAY','2013-11-12 17:30:32'),(47923,1,12284,'','2013-11-12 17:30:32'),(47924,2,12284,'','2013-11-12 17:30:32'),(47925,3,12284,'','2013-11-12 17:30:32'),(47926,4,12284,'','2013-11-12 17:30:32'),(47927,5,12284,'','2013-11-12 17:30:32'),(47928,6,12284,'','2013-11-12 17:30:32'),(47929,7,12284,'DAY','2013-11-12 17:30:32'),(47930,1,12285,'','2013-11-12 17:33:48'),(47931,2,12285,'','2013-11-12 17:33:48'),(47932,3,12285,'','2013-11-12 17:33:48'),(47933,4,12285,'','2013-11-12 17:33:48'),(47934,5,12285,'','2013-11-12 17:33:48'),(47935,6,12285,'','2013-11-12 17:33:48'),(47936,7,12285,'DAY','2013-11-12 17:33:48'),(47937,1,12286,'','2013-11-12 17:38:12'),(47938,2,12286,'','2013-11-12 17:38:12'),(47939,3,12286,'','2013-11-12 17:38:12'),(47940,4,12286,'','2013-11-12 17:38:12'),(47941,5,12286,'','2013-11-12 17:38:12'),(47942,6,12286,'','2013-11-12 17:38:12'),(47943,7,12286,'DAY','2013-11-12 17:38:12'),(47944,1,12287,'','2013-11-12 17:40:15'),(47945,2,12287,'','2013-11-12 17:40:15'),(47946,3,12287,'','2013-11-12 17:40:15'),(47947,4,12287,'','2013-11-12 17:40:15'),(47948,5,12287,'','2013-11-12 17:40:15'),(47949,6,12287,'','2013-11-12 17:40:15'),(47950,7,12287,'DAY','2013-11-12 17:40:15'),(47951,1,12288,'','2013-11-12 17:41:52'),(47952,2,12288,'','2013-11-12 17:41:52'),(47953,3,12288,'','2013-11-12 17:41:52'),(47954,4,12288,'','2013-11-12 17:41:52'),(47955,5,12288,'','2013-11-12 17:41:52'),(47956,6,12288,'','2013-11-12 17:41:53'),(47957,7,12288,'DAY','2013-11-12 17:41:53'),(47958,1,12290,'','2013-11-12 17:41:53'),(47959,2,12290,'','2013-11-12 17:41:53'),(47960,3,12290,'','2013-11-12 17:41:53'),(47961,4,12290,'','2013-11-12 17:41:53'),(47962,5,12290,'','2013-11-12 17:41:53'),(47963,6,12290,'','2013-11-12 17:41:53'),(47964,7,12290,'DAY','2013-11-12 17:41:53'),(47965,1,12291,'','2013-11-12 17:43:41'),(47966,2,12291,'','2013-11-12 17:43:41'),(47967,3,12291,'','2013-11-12 17:43:41'),(47968,4,12291,'','2013-11-12 17:43:41'),(47969,5,12291,'','2013-11-12 17:43:41'),(47970,6,12291,'','2013-11-12 17:43:41'),(47971,7,12291,'DAY','2013-11-12 17:43:41'),(47972,1,12293,'','2013-11-12 17:43:41'),(47973,2,12293,'','2013-11-12 17:43:41'),(47974,3,12293,'','2013-11-12 17:43:41'),(47975,4,12293,'','2013-11-12 17:43:41'),(47976,5,12293,'','2013-11-12 17:43:41'),(47977,6,12293,'','2013-11-12 17:43:41'),(47978,7,12293,'DAY','2013-11-12 17:43:41'),(47979,1,12296,'','2013-11-12 17:43:41'),(47980,2,12296,'','2013-11-12 17:43:41'),(47981,3,12296,'','2013-11-12 17:43:41'),(47982,4,12296,'','2013-11-12 17:43:42'),(47983,5,12296,'','2013-11-12 17:43:42'),(47984,6,12296,'','2013-11-12 17:43:42'),(47985,7,12296,'DAY','2013-11-12 17:43:42'),(47986,1,12297,'3578372','2013-11-12 17:49:54'),(47987,2,12297,'','2013-11-12 17:49:54'),(47988,3,12297,'','2013-11-12 17:49:54'),(47989,4,12297,'OPD','2013-11-12 17:49:54'),(47990,5,12297,'','2013-11-12 17:49:55'),(47991,6,12297,'','2013-11-12 17:49:55'),(47992,7,12297,'DAY','2013-11-12 17:49:55'),(47993,1,12298,'','2013-11-12 17:58:11'),(47994,2,12298,'592834','2013-11-12 17:58:11'),(47995,3,12298,'','2013-11-12 17:58:11'),(47996,4,12298,'OUT','2013-11-12 17:58:11'),(47997,5,12298,'','2013-11-12 17:58:11'),(47998,6,12298,'252','2013-11-12 17:58:11'),(47999,7,12298,'DAY','2013-11-12 17:58:11'),(48000,1,12300,'','2013-11-12 17:58:12'),(48001,2,12300,'','2013-11-12 17:58:12'),(48002,3,12300,'','2013-11-12 17:58:12'),(48003,4,12300,'','2013-11-12 17:58:12'),(48004,5,12300,'','2013-11-12 17:58:12'),(48005,6,12300,'','2013-11-12 17:58:12'),(48006,7,12300,'DAY','2013-11-12 17:58:12'),(48007,1,12301,'','2013-11-12 18:02:28'),(48008,2,12301,'592837','2013-11-12 18:02:28'),(48009,3,12301,'','2013-11-12 18:02:28'),(48010,4,12301,'OPD','2013-11-12 18:02:28'),(48011,5,12301,'','2013-11-12 18:02:28'),(48012,6,12301,'147','2013-11-12 18:02:28'),(48013,7,12301,'DAY','2013-11-12 18:02:28'),(48014,1,12303,'','2013-11-12 18:02:29'),(48015,2,12303,'','2013-11-12 18:02:29'),(48016,3,12303,'','2013-11-12 18:02:29'),(48017,4,12303,'','2013-11-12 18:02:29'),(48018,5,12303,'','2013-11-12 18:02:29'),(48019,6,12303,'','2013-11-12 18:02:29'),(48020,7,12303,'DAY','2013-11-12 18:02:29'),(48021,1,12306,'','2013-11-12 18:02:29'),(48022,2,12306,'','2013-11-12 18:02:29'),(48023,3,12306,'','2013-11-12 18:02:29'),(48024,4,12306,'','2013-11-12 18:02:29'),(48025,5,12306,'','2013-11-12 18:02:29'),(48026,6,12306,'','2013-11-12 18:02:29'),(48027,7,12306,'DAY','2013-11-12 18:02:29'),(48028,1,12310,'','2013-11-12 18:02:29'),(48029,2,12310,'','2013-11-12 18:02:29'),(48030,3,12310,'','2013-11-12 18:02:29'),(48031,4,12310,'','2013-11-12 18:02:29'),(48032,5,12310,'','2013-11-12 18:02:29'),(48033,6,12310,'','2013-11-12 18:02:29'),(48034,7,12310,'DAY','2013-11-12 18:02:29'),(48035,1,12311,'','2013-11-12 18:04:05'),(48036,2,12311,'','2013-11-12 18:04:05'),(48037,3,12311,'','2013-11-12 18:04:05'),(48038,4,12311,'','2013-11-12 18:04:05'),(48039,5,12311,'','2013-11-12 18:04:05'),(48040,6,12311,'','2013-11-12 18:04:05'),(48041,7,12311,'DAY','2013-11-12 18:04:05'),(48042,1,12312,'','2013-11-12 18:10:24'),(48043,2,12312,'592844','2013-11-12 18:10:24'),(48044,3,12312,'','2013-11-12 18:10:24'),(48045,4,12312,'','2013-11-12 18:10:24'),(48046,5,12312,'','2013-11-12 18:10:24'),(48047,6,12312,'360','2013-11-12 18:10:24'),(48048,7,12312,'DAY','2013-11-12 18:10:24'),(48049,1,12314,'','2013-11-12 18:10:24'),(48050,2,12314,'','2013-11-12 18:10:24'),(48051,3,12314,'','2013-11-12 18:10:24'),(48052,4,12314,'','2013-11-12 18:10:24'),(48053,5,12314,'','2013-11-12 18:10:24'),(48054,6,12314,'','2013-11-12 18:10:24'),(48055,7,12314,'DAY','2013-11-12 18:10:24'),(48056,1,12317,'','2013-11-12 18:10:24'),(48057,2,12317,'','2013-11-12 18:10:24'),(48058,3,12317,'','2013-11-12 18:10:24'),(48059,4,12317,'','2013-11-12 18:10:24'),(48060,5,12317,'','2013-11-12 18:10:24'),(48061,6,12317,'','2013-11-12 18:10:24'),(48062,7,12317,'DAY','2013-11-12 18:10:24'),(48063,1,12318,'','2013-11-12 18:13:16'),(48064,2,12318,'592847','2013-11-12 18:13:16'),(48065,3,12318,'','2013-11-12 18:13:16'),(48066,4,12318,'','2013-11-12 18:13:16'),(48067,5,12318,'','2013-11-12 18:13:16'),(48068,6,12318,'','2013-11-12 18:13:16'),(48069,7,12318,'DAY','2013-11-12 18:13:16'),(48070,1,12320,'','2013-11-12 18:13:16'),(48071,2,12320,'','2013-11-12 18:13:16'),(48072,3,12320,'','2013-11-12 18:13:16'),(48073,4,12320,'','2013-11-12 18:13:16'),(48074,5,12320,'','2013-11-12 18:13:16'),(48075,6,12320,'','2013-11-12 18:13:16'),(48076,7,12320,'DAY','2013-11-12 18:13:16'),(48077,1,12323,'','2013-11-12 18:13:16'),(48078,2,12323,'','2013-11-12 18:13:16'),(48079,3,12323,'','2013-11-12 18:13:16'),(48080,4,12323,'','2013-11-12 18:13:16'),(48081,5,12323,'','2013-11-12 18:13:16'),(48082,6,12323,'','2013-11-12 18:13:16'),(48083,7,12323,'DAY','2013-11-12 18:13:16'),(48084,1,12324,'','2013-11-12 18:24:34'),(48085,2,12324,'','2013-11-12 18:24:34'),(48086,3,12324,'','2013-11-12 18:24:34'),(48087,4,12324,'','2013-11-12 18:24:34'),(48088,5,12324,'','2013-11-12 18:24:34'),(48089,6,12324,'','2013-11-12 18:24:34'),(48090,7,12324,'DAY','2013-11-12 18:24:34'),(48091,1,12326,'','2013-11-12 18:24:34'),(48092,2,12326,'','2013-11-12 18:24:34'),(48093,3,12326,'','2013-11-12 18:24:34'),(48094,4,12326,'','2013-11-12 18:24:34'),(48095,5,12326,'','2013-11-12 18:24:34'),(48096,6,12326,'','2013-11-12 18:24:34'),(48097,7,12326,'DAY','2013-11-12 18:24:34'),(48098,1,12327,'','2013-11-12 18:33:59'),(48099,2,12327,'','2013-11-12 18:33:59'),(48100,3,12327,'','2013-11-12 18:33:59'),(48101,4,12327,'OPD','2013-11-12 18:33:59'),(48102,5,12327,'','2013-11-12 18:33:59'),(48103,6,12327,'','2013-11-12 18:33:59'),(48104,7,12327,'DAY','2013-11-12 18:33:59'),(48105,1,12328,'','2013-11-12 18:45:08'),(48106,2,12328,'','2013-11-12 18:45:08'),(48107,3,12328,'','2013-11-12 18:45:08'),(48108,4,12328,'','2013-11-12 18:45:08'),(48109,5,12328,'','2013-11-12 18:45:08'),(48110,6,12328,'','2013-11-12 18:45:08'),(48111,7,12328,'DAY','2013-11-12 18:45:08'),(48112,1,12329,'','2013-11-12 18:47:27'),(48113,2,12329,'','2013-11-12 18:47:27'),(48114,3,12329,'','2013-11-12 18:47:27'),(48115,4,12329,'','2013-11-12 18:47:27'),(48116,5,12329,'','2013-11-12 18:47:27'),(48117,6,12329,'','2013-11-12 18:47:27'),(48118,7,12329,'DAY','2013-11-12 18:47:27'),(48119,1,12330,'','2013-11-12 18:54:43'),(48120,2,12330,'','2013-11-12 18:54:43'),(48121,3,12330,'','2013-11-12 18:54:43'),(48122,4,12330,'','2013-11-12 18:54:43'),(48123,5,12330,'','2013-11-12 18:54:43'),(48124,6,12330,'','2013-11-12 18:54:43'),(48125,7,12330,'DAY','2013-11-12 18:54:43'),(48126,1,12332,'','2013-11-12 18:54:43'),(48127,2,12332,'','2013-11-12 18:54:43'),(48128,3,12332,'','2013-11-12 18:54:43'),(48129,4,12332,'','2013-11-12 18:54:43'),(48130,5,12332,'','2013-11-12 18:54:43'),(48131,6,12332,'','2013-11-12 18:54:43'),(48132,7,12332,'DAY','2013-11-12 18:54:43'),(48133,1,12333,'','2013-11-12 18:57:22'),(48134,2,12333,'592856','2013-11-12 18:57:22'),(48135,3,12333,'','2013-11-12 18:57:22'),(48136,4,12333,'','2013-11-12 18:57:22'),(48137,5,12333,'','2013-11-12 18:57:22'),(48138,6,12333,'','2013-11-12 18:57:22'),(48139,7,12333,'DAY','2013-11-12 18:57:22'),(48140,1,12335,'','2013-11-12 18:57:23'),(48141,2,12335,'','2013-11-12 18:57:23'),(48142,3,12335,'','2013-11-12 18:57:23'),(48143,4,12335,'','2013-11-12 18:57:23'),(48144,5,12335,'','2013-11-12 18:57:23'),(48145,6,12335,'','2013-11-12 18:57:23'),(48146,7,12335,'DAY','2013-11-12 18:57:23'),(48147,1,12336,'','2013-11-12 19:02:56'),(48148,2,12336,'','2013-11-12 19:02:56'),(48149,3,12336,'','2013-11-12 19:02:56'),(48150,4,12336,'','2013-11-12 19:02:56'),(48151,5,12336,'','2013-11-12 19:02:56'),(48152,6,12336,'','2013-11-12 19:02:56'),(48153,7,12336,'DAY','2013-11-12 19:02:56'),(48154,1,12338,'','2013-11-12 19:02:56'),(48155,2,12338,'','2013-11-12 19:02:56'),(48156,3,12338,'','2013-11-12 19:02:56'),(48157,4,12338,'','2013-11-12 19:02:56'),(48158,5,12338,'','2013-11-12 19:02:56'),(48159,6,12338,'','2013-11-12 19:02:56'),(48160,7,12338,'DAY','2013-11-12 19:02:56'),(48161,1,12339,'','2013-11-12 19:05:53'),(48162,2,12339,'','2013-11-12 19:05:53'),(48163,3,12339,'','2013-11-12 19:05:53'),(48164,4,12339,'','2013-11-12 19:05:53'),(48165,5,12339,'','2013-11-12 19:05:53'),(48166,6,12339,'','2013-11-12 19:05:53'),(48167,7,12339,'DAY','2013-11-12 19:05:53'),(48168,1,12341,'','2013-11-12 19:05:53'),(48169,2,12341,'','2013-11-12 19:05:53'),(48170,3,12341,'','2013-11-12 19:05:53'),(48171,4,12341,'','2013-11-12 19:05:53'),(48172,5,12341,'','2013-11-12 19:05:53'),(48173,6,12341,'','2013-11-12 19:05:53'),(48174,7,12341,'DAY','2013-11-12 19:05:53'),(48175,1,12342,'','2013-11-12 19:10:23'),(48176,2,12342,'592855','2013-11-12 19:10:23'),(48177,3,12342,'','2013-11-12 19:10:23'),(48178,4,12342,'','2013-11-12 19:10:23'),(48179,5,12342,'','2013-11-12 19:10:23'),(48180,6,12342,'84','2013-11-12 19:10:23'),(48181,7,12342,'DAY','2013-11-12 19:10:23'),(48182,1,12343,'','2013-11-12 19:16:02'),(48183,2,12343,'592863','2013-11-12 19:16:02'),(48184,3,12343,'','2013-11-12 19:16:02'),(48185,4,12343,'','2013-11-12 19:16:02'),(48186,5,12343,'','2013-11-12 19:16:02'),(48187,6,12343,'','2013-11-12 19:16:02'),(48188,7,12343,'DAY','2013-11-12 19:16:02'),(48189,1,12345,'','2013-11-12 19:16:02'),(48190,2,12345,'','2013-11-12 19:16:02'),(48191,3,12345,'','2013-11-12 19:16:02'),(48192,4,12345,'','2013-11-12 19:16:02'),(48193,5,12345,'','2013-11-12 19:16:02'),(48194,6,12345,'','2013-11-12 19:16:02'),(48195,7,12345,'DAY','2013-11-12 19:16:02'),(48196,1,12346,'','2013-11-12 19:17:39'),(48197,2,12346,'','2013-11-12 19:17:39'),(48198,3,12346,'','2013-11-12 19:17:39'),(48199,4,12346,'','2013-11-12 19:17:39'),(48200,5,12346,'','2013-11-12 19:17:39'),(48201,6,12346,'','2013-11-12 19:17:39'),(48202,7,12346,'DAY','2013-11-12 19:17:39'),(48203,1,12347,'','2013-11-12 19:19:58'),(48204,2,12347,'','2013-11-12 19:19:58'),(48205,3,12347,'','2013-11-12 19:19:58'),(48206,4,12347,'OPD','2013-11-12 19:19:58'),(48207,5,12347,'','2013-11-12 19:19:58'),(48208,6,12347,'','2013-11-12 19:19:58'),(48209,7,12347,'DAY','2013-11-12 19:19:58'),(48210,1,12349,'','2013-11-12 19:19:59'),(48211,2,12349,'','2013-11-12 19:19:59'),(48212,3,12349,'','2013-11-12 19:19:59'),(48213,4,12349,'','2013-11-12 19:19:59'),(48214,5,12349,'','2013-11-12 19:19:59'),(48215,6,12349,'','2013-11-12 19:19:59'),(48216,7,12349,'DAY','2013-11-12 19:19:59'),(48217,1,12352,'','2013-11-12 19:19:59'),(48218,2,12352,'','2013-11-12 19:19:59'),(48219,3,12352,'','2013-11-12 19:19:59'),(48220,4,12352,'','2013-11-12 19:19:59'),(48221,5,12352,'','2013-11-12 19:19:59'),(48222,6,12352,'','2013-11-12 19:19:59'),(48223,7,12352,'DAY','2013-11-12 19:19:59'),(48224,1,12353,'3585814','2013-11-12 19:27:49'),(48225,2,12353,'','2013-11-12 19:27:49'),(48226,3,12353,'','2013-11-12 19:27:49'),(48227,4,12353,'OPD','2013-11-12 19:27:49'),(48228,5,12353,'','2013-11-12 19:27:49'),(48229,6,12353,'94','2013-11-12 19:27:49'),(48230,7,12353,'DAY','2013-11-12 19:27:49'),(48231,1,12355,'','2013-11-12 19:27:49'),(48232,2,12355,'','2013-11-12 19:27:49'),(48233,3,12355,'','2013-11-12 19:27:49'),(48234,4,12355,'','2013-11-12 19:27:49'),(48235,5,12355,'','2013-11-12 19:27:49'),(48236,6,12355,'','2013-11-12 19:27:49'),(48237,7,12355,'DAY','2013-11-12 19:27:49'),(48238,1,12356,'','2013-11-12 19:29:27'),(48239,2,12356,'','2013-11-12 19:29:27'),(48240,3,12356,'','2013-11-12 19:29:27'),(48241,4,12356,'','2013-11-12 19:29:27'),(48242,5,12356,'','2013-11-12 19:29:27'),(48243,6,12356,'','2013-11-12 19:29:27'),(48244,7,12356,'DAY','2013-11-12 19:29:27'),(48245,1,12358,'','2013-11-12 19:29:27'),(48246,2,12358,'','2013-11-12 19:29:27'),(48247,3,12358,'','2013-11-12 19:29:27'),(48248,4,12358,'','2013-11-12 19:29:27'),(48249,5,12358,'','2013-11-12 19:29:27'),(48250,6,12358,'','2013-11-12 19:29:27'),(48251,7,12358,'DAY','2013-11-12 19:29:27'),(48252,1,12361,'','2013-11-12 19:29:28'),(48253,2,12361,'','2013-11-12 19:29:28'),(48254,3,12361,'','2013-11-12 19:29:28'),(48255,4,12361,'','2013-11-12 19:29:28'),(48256,5,12361,'','2013-11-12 19:29:28'),(48257,6,12361,'','2013-11-12 19:29:28'),(48258,7,12361,'DAY','2013-11-12 19:29:28'),(48259,1,12362,'','2013-11-12 19:32:10'),(48260,2,12362,'','2013-11-12 19:32:10'),(48261,3,12362,'','2013-11-12 19:32:10'),(48262,4,12362,'','2013-11-12 19:32:10'),(48263,5,12362,'','2013-11-12 19:32:10'),(48264,6,12362,'','2013-11-12 19:32:10'),(48265,7,12362,'DAY','2013-11-12 19:32:10'),(48266,1,12363,'3585822','2013-11-12 19:48:42'),(48267,2,12363,'','2013-11-12 19:48:42'),(48268,3,12363,'','2013-11-12 19:48:42'),(48269,4,12363,'OPD','2013-11-12 19:48:42'),(48270,5,12363,'','2013-11-12 19:48:42'),(48271,6,12363,'1147','2013-11-12 19:48:42'),(48272,7,12363,'DAY','2013-11-12 19:48:42'),(48273,1,12365,'','2013-11-12 19:48:42'),(48274,2,12365,'','2013-11-12 19:48:42'),(48275,3,12365,'','2013-11-12 19:48:42'),(48276,4,12365,'','2013-11-12 19:48:42'),(48277,5,12365,'','2013-11-12 19:48:42'),(48278,6,12365,'','2013-11-12 19:48:42'),(48279,7,12365,'DAY','2013-11-12 19:48:42'),(48280,1,12368,'','2013-11-12 19:48:42'),(48281,2,12368,'','2013-11-12 19:48:42'),(48282,3,12368,'','2013-11-12 19:48:42'),(48283,4,12368,'','2013-11-12 19:48:42'),(48284,5,12368,'','2013-11-12 19:48:42'),(48285,6,12368,'','2013-11-12 19:48:42'),(48286,7,12368,'DAY','2013-11-12 19:48:42'),(48287,1,12369,'3585836','2013-11-12 19:53:01'),(48288,2,12369,'','2013-11-12 19:53:01'),(48289,3,12369,'','2013-11-12 19:53:01'),(48290,4,12369,'OPD','2013-11-12 19:53:01'),(48291,5,12369,'','2013-11-12 19:53:01'),(48292,6,12369,'135','2013-11-12 19:53:01'),(48293,7,12369,'DAY','2013-11-12 19:53:01'),(48294,1,12371,'','2013-11-12 19:53:02'),(48295,2,12371,'','2013-11-12 19:53:02'),(48296,3,12371,'','2013-11-12 19:53:02'),(48297,4,12371,'','2013-11-12 19:53:02'),(48298,5,12371,'','2013-11-12 19:53:02'),(48299,6,12371,'','2013-11-12 19:53:02'),(48300,7,12371,'DAY','2013-11-12 19:53:02'),(48301,1,12372,'3585849','2013-11-12 20:15:20'),(48302,2,12372,'','2013-11-12 20:15:20'),(48303,3,12372,'','2013-11-12 20:15:20'),(48304,4,12372,'OPD','2013-11-12 20:15:20'),(48305,5,12372,'','2013-11-12 20:15:20'),(48306,6,12372,'156','2013-11-12 20:15:20'),(48307,7,12372,'DAY','2013-11-12 20:15:20'),(48308,1,12374,'','2013-11-12 20:15:21'),(48309,2,12374,'','2013-11-12 20:15:21'),(48310,3,12374,'','2013-11-12 20:15:21'),(48311,4,12374,'','2013-11-12 20:15:21'),(48312,5,12374,'','2013-11-12 20:15:21'),(48313,6,12374,'','2013-11-12 20:15:21'),(48314,7,12374,'DAY','2013-11-12 20:15:21'),(48315,1,12377,'','2013-11-12 20:15:21'),(48316,2,12377,'','2013-11-12 20:15:21'),(48317,3,12377,'','2013-11-12 20:15:21'),(48318,4,12377,'','2013-11-12 20:15:21'),(48319,5,12377,'','2013-11-12 20:15:21'),(48320,6,12377,'','2013-11-12 20:15:21'),(48321,7,12377,'DAY','2013-11-12 20:15:21'),(48322,1,12378,'3585872','2013-11-12 20:22:04'),(48323,2,12378,'','2013-11-12 20:22:04'),(48324,3,12378,'','2013-11-12 20:22:04'),(48325,4,12378,'OPD','2013-11-12 20:22:04'),(48326,5,12378,'','2013-11-12 20:22:04'),(48327,6,12378,'91','2013-11-12 20:22:04'),(48328,7,12378,'DAY','2013-11-12 20:22:04'),(48329,1,12380,'','2013-11-12 20:22:05'),(48330,2,12380,'','2013-11-12 20:22:05'),(48331,3,12380,'','2013-11-12 20:22:05'),(48332,4,12380,'','2013-11-12 20:22:05'),(48333,5,12380,'','2013-11-12 20:22:05'),(48334,6,12380,'','2013-11-12 20:22:05'),(48335,7,12380,'DAY','2013-11-12 20:22:05'),(48336,1,12381,'3585879','2013-11-12 20:32:37'),(48337,2,12381,'','2013-11-12 20:32:37'),(48338,3,12381,'','2013-11-12 20:32:37'),(48339,4,12381,'OPD','2013-11-12 20:32:37'),(48340,5,12381,'','2013-11-12 20:32:37'),(48341,6,12381,'130','2013-11-12 20:32:37'),(48342,7,12381,'DAY','2013-11-12 20:32:37'),(48343,1,12383,'','2013-11-12 20:32:37'),(48344,2,12383,'','2013-11-12 20:32:37'),(48345,3,12383,'','2013-11-12 20:32:37'),(48346,4,12383,'','2013-11-12 20:32:37'),(48347,5,12383,'','2013-11-12 20:32:37'),(48348,6,12383,'','2013-11-12 20:32:37'),(48349,7,12383,'DAY','2013-11-12 20:32:37'),(48350,1,12386,'','2013-11-12 20:32:37'),(48351,2,12386,'','2013-11-12 20:32:37'),(48352,3,12386,'','2013-11-12 20:32:37'),(48353,4,12386,'','2013-11-12 20:32:37'),(48354,5,12386,'','2013-11-12 20:32:37'),(48355,6,12386,'','2013-11-12 20:32:37'),(48356,7,12386,'DAY','2013-11-12 20:32:37'),(48357,1,12387,'','2013-11-12 20:38:15'),(48358,2,12387,'','2013-11-12 20:38:15'),(48359,3,12387,'','2013-11-12 20:38:15'),(48360,4,12387,'','2013-11-12 20:38:15'),(48361,5,12387,'','2013-11-12 20:38:15'),(48362,6,12387,'','2013-11-12 20:38:15'),(48363,7,12387,'DAY','2013-11-12 20:38:15'),(48364,1,12388,'3585889','2013-11-12 20:43:52'),(48365,2,12388,'','2013-11-12 20:43:52'),(48366,3,12388,'','2013-11-12 20:43:52'),(48367,4,12388,'OPD','2013-11-12 20:43:52'),(48368,5,12388,'','2013-11-12 20:43:52'),(48369,6,12388,'112','2013-11-12 20:43:52'),(48370,7,12388,'DAY','2013-11-12 20:43:52'),(48371,1,12390,'','2013-11-12 20:43:52'),(48372,2,12390,'','2013-11-12 20:43:52'),(48373,3,12390,'','2013-11-12 20:43:52'),(48374,4,12390,'','2013-11-12 20:43:52'),(48375,5,12390,'','2013-11-12 20:43:52'),(48376,6,12390,'','2013-11-12 20:43:52'),(48377,7,12390,'DAY','2013-11-12 20:43:52'),(48378,1,12393,'','2013-11-12 20:43:52'),(48379,2,12393,'','2013-11-12 20:43:52'),(48380,3,12393,'','2013-11-12 20:43:52'),(48381,4,12393,'','2013-11-12 20:43:52'),(48382,5,12393,'','2013-11-12 20:43:52'),(48383,6,12393,'','2013-11-12 20:43:52'),(48384,7,12393,'DAY','2013-11-12 20:43:52'),(48385,1,12394,'','2013-11-12 20:44:28'),(48386,2,12394,'','2013-11-12 20:44:28'),(48387,3,12394,'','2013-11-12 20:44:28'),(48388,4,12394,'','2013-11-12 20:44:28'),(48389,5,12394,'','2013-11-12 20:44:28'),(48390,6,12394,'','2013-11-12 20:44:28'),(48391,7,12394,'DAY','2013-11-12 20:44:28'),(48392,1,12395,'3585886','2013-11-12 20:47:25'),(48393,2,12395,'','2013-11-12 20:47:25'),(48394,3,12395,'','2013-11-12 20:47:25'),(48395,4,12395,'OPD','2013-11-12 20:47:25'),(48396,5,12395,'','2013-11-12 20:47:25'),(48397,6,12395,'260','2013-11-12 20:47:25'),(48398,7,12395,'DAY','2013-11-12 20:47:25'),(48399,1,12396,'','2013-11-12 20:52:55'),(48400,2,12396,'3585892','2013-11-12 20:52:55'),(48401,3,12396,'','2013-11-12 20:52:55'),(48402,4,12396,'OUT','2013-11-12 20:52:55'),(48403,5,12396,'','2013-11-12 20:52:55'),(48404,6,12396,'75','2013-11-12 20:52:55'),(48405,7,12396,'DAY','2013-11-12 20:52:55'),(48406,1,12397,'3585898','2013-11-12 20:54:46'),(48407,2,12397,'','2013-11-12 20:54:46'),(48408,3,12397,'','2013-11-12 20:54:46'),(48409,4,12397,'','2013-11-12 20:54:46'),(48410,5,12397,'215015','2013-11-12 20:54:46'),(48411,6,12397,'13','2013-11-12 20:54:46'),(48412,7,12397,'DAY','2013-11-12 20:54:46'),(48413,1,12398,'3585896','2013-11-12 20:55:52'),(48414,2,12398,'','2013-11-12 20:55:52'),(48415,3,12398,'','2013-11-12 20:55:52'),(48416,4,12398,'','2013-11-12 20:55:52'),(48417,5,12398,'215020','2013-11-12 20:55:52'),(48418,6,12398,'27','2013-11-12 20:55:52'),(48419,7,12398,'DAY','2013-11-12 20:55:52'),(48420,1,12399,'3585903','2013-11-12 20:59:56'),(48421,2,12399,'','2013-11-12 20:59:56'),(48422,3,12399,'','2013-11-12 20:59:56'),(48423,4,12399,'OPD','2013-11-12 20:59:56'),(48424,5,12399,'','2013-11-12 20:59:56'),(48425,6,12399,'75','2013-11-12 20:59:56'),(48426,7,12399,'DAY','2013-11-12 20:59:56'),(48427,1,12400,'3585911','2013-11-12 21:13:07'),(48428,2,12400,'','2013-11-12 21:13:07'),(48429,3,12400,'','2013-11-12 21:13:07'),(48430,4,12400,'OPD','2013-11-12 21:13:07'),(48431,5,12400,'','2013-11-12 21:13:07'),(48432,6,12400,'132','2013-11-12 21:13:07'),(48433,7,12400,'DAY','2013-11-12 21:13:07'),(48434,1,12402,'','2013-11-12 21:13:07'),(48435,2,12402,'','2013-11-12 21:13:07'),(48436,3,12402,'','2013-11-12 21:13:07'),(48437,4,12402,'','2013-11-12 21:13:07'),(48438,5,12402,'','2013-11-12 21:13:07'),(48439,6,12402,'','2013-11-12 21:13:07'),(48440,7,12402,'DAY','2013-11-12 21:13:07'),(48441,1,12403,'3585903','2013-11-12 21:19:24'),(48442,2,12403,'592887','2013-11-12 21:19:24'),(48443,3,12403,'','2013-11-12 21:19:24'),(48444,4,12403,'OPD','2013-11-12 21:19:24'),(48445,5,12403,'','2013-11-12 21:19:24'),(48446,6,12403,'81','2013-11-12 21:19:24'),(48447,7,12403,'DAY','2013-11-12 21:19:24'),(48448,1,12405,'','2013-11-12 21:19:25'),(48449,2,12405,'','2013-11-12 21:19:25'),(48450,3,12405,'','2013-11-12 21:19:25'),(48451,4,12405,'','2013-11-12 21:19:25'),(48452,5,12405,'','2013-11-12 21:19:25'),(48453,6,12405,'','2013-11-12 21:19:25'),(48454,7,12405,'DAY','2013-11-12 21:19:25'),(48455,1,12406,'3585917','2013-11-12 21:31:26'),(48456,2,12406,'592890','2013-11-12 21:31:26'),(48457,3,12406,'','2013-11-12 21:31:26'),(48458,4,12406,'OPD','2013-11-12 21:31:26'),(48459,5,12406,'','2013-11-12 21:31:26'),(48460,6,12406,'32','2013-11-12 21:31:26'),(48461,7,12406,'DAY','2013-11-12 21:31:26'),(48462,1,12408,'','2013-11-12 21:31:26'),(48463,2,12408,'','2013-11-12 21:31:26'),(48464,3,12408,'','2013-11-12 21:31:26'),(48465,4,12408,'','2013-11-12 21:31:26'),(48466,5,12408,'','2013-11-12 21:31:26'),(48467,6,12408,'','2013-11-12 21:31:26'),(48468,7,12408,'DAY','2013-11-12 21:31:26'),(48469,1,12409,'3585925','2013-11-12 21:35:36'),(48470,2,12409,'','2013-11-12 21:35:36'),(48471,3,12409,'','2013-11-12 21:35:36'),(48472,4,12409,'OPD','2013-11-12 21:35:36'),(48473,5,12409,'','2013-11-12 21:35:36'),(48474,6,12409,'91','2013-11-12 21:35:36'),(48475,7,12409,'DAY','2013-11-12 21:35:36'),(48476,1,12411,'','2013-11-12 21:35:36'),(48477,2,12411,'','2013-11-12 21:35:36'),(48478,3,12411,'','2013-11-12 21:35:36'),(48479,4,12411,'','2013-11-12 21:35:36'),(48480,5,12411,'','2013-11-12 21:35:36'),(48481,6,12411,'','2013-11-12 21:35:36'),(48482,7,12411,'DAY','2013-11-12 21:35:36'),(48483,1,12412,'3585926','2013-11-12 21:47:44'),(48484,2,12412,'592895','2013-11-12 21:47:44'),(48485,3,12412,'','2013-11-12 21:47:44'),(48486,4,12412,'OPD','2013-11-12 21:47:44'),(48487,5,12412,'','2013-11-12 21:47:44'),(48488,6,12412,'12.00','2013-11-12 21:47:44'),(48489,7,12412,'DAY','2013-11-12 21:47:44'),(48490,1,12413,'3585937','2013-11-12 21:57:13'),(48491,2,12413,'','2013-11-12 21:57:13'),(48492,3,12413,'','2013-11-12 21:57:13'),(48493,4,12413,'OPD','2013-11-12 21:57:13'),(48494,5,12413,'','2013-11-12 21:57:13'),(48495,6,12413,'37.00','2013-11-12 21:57:13'),(48496,7,12413,'DAY','2013-11-12 21:57:13'),(48497,1,12414,'3585942','2013-11-12 21:59:30'),(48498,2,12414,'','2013-11-12 21:59:30'),(48499,3,12414,'','2013-11-12 21:59:30'),(48500,4,12414,'OPD','2013-11-12 21:59:30'),(48501,5,12414,'','2013-11-12 21:59:30'),(48502,6,12414,'81.00','2013-11-12 21:59:30'),(48503,7,12414,'DAY','2013-11-12 21:59:30'),(48504,1,12415,'3585940','2013-11-12 22:03:45'),(48505,2,12415,'','2013-11-12 22:03:45'),(48506,3,12415,'','2013-11-12 22:03:45'),(48507,4,12415,'OPD','2013-11-12 22:03:45'),(48508,5,12415,'','2013-11-12 22:03:45'),(48509,6,12415,'37.00','2013-11-12 22:03:45'),(48510,7,12415,'DAY','2013-11-12 22:03:45'),(48511,1,12416,'3585961','2013-11-12 22:18:03'),(48512,2,12416,'','2013-11-12 22:18:03'),(48513,3,12416,'','2013-11-12 22:18:03'),(48514,4,12416,'OPD','2013-11-12 22:18:03'),(48515,5,12416,'','2013-11-12 22:18:03'),(48516,6,12416,'177','2013-11-12 22:18:03'),(48517,7,12416,'DAY','2013-11-12 22:18:03'),(48518,1,12418,'','2013-11-12 22:18:03'),(48519,2,12418,'','2013-11-12 22:18:03'),(48520,3,12418,'','2013-11-12 22:18:03'),(48521,4,12418,'','2013-11-12 22:18:03'),(48522,5,12418,'','2013-11-12 22:18:03'),(48523,6,12418,'','2013-11-12 22:18:03'),(48524,7,12418,'DAY','2013-11-12 22:18:03'),(48525,1,12419,'3585967','2013-11-12 22:28:41'),(48526,2,12419,'','2013-11-12 22:28:41'),(48527,3,12419,'','2013-11-12 22:28:41'),(48528,4,12419,'OPD','2013-11-12 22:28:41'),(48529,5,12419,'','2013-11-12 22:28:41'),(48530,6,12419,'126','2013-11-12 22:28:41'),(48531,7,12419,'DAY','2013-11-12 22:28:41'),(48532,1,12421,'','2013-11-12 22:28:42'),(48533,2,12421,'','2013-11-12 22:28:42'),(48534,3,12421,'','2013-11-12 22:28:42'),(48535,4,12421,'','2013-11-12 22:28:42'),(48536,5,12421,'','2013-11-12 22:28:42'),(48537,6,12421,'','2013-11-12 22:28:42'),(48538,7,12421,'DAY','2013-11-12 22:28:42'),(48539,1,12424,'','2013-11-12 22:28:42'),(48540,2,12424,'','2013-11-12 22:28:42'),(48541,3,12424,'','2013-11-12 22:28:42'),(48542,4,12424,'','2013-11-12 22:28:42'),(48543,5,12424,'','2013-11-12 22:28:42'),(48544,6,12424,'','2013-11-12 22:28:42'),(48545,7,12424,'DAY','2013-11-12 22:28:42'),(48546,1,12425,'3585968','2013-11-12 22:31:37'),(48547,2,12425,'','2013-11-12 22:31:37'),(48548,3,12425,'','2013-11-12 22:31:37'),(48549,4,12425,'OPD','2013-11-12 22:31:37'),(48550,5,12425,'','2013-11-12 22:31:37'),(48551,6,12425,'64','2013-11-12 22:31:37'),(48552,7,12425,'DAY','2013-11-12 22:31:37'),(48553,1,12427,'','2013-11-12 22:31:37'),(48554,2,12427,'','2013-11-12 22:31:37'),(48555,3,12427,'','2013-11-12 22:31:37'),(48556,4,12427,'','2013-11-12 22:31:37'),(48557,5,12427,'','2013-11-12 22:31:37'),(48558,6,12427,'','2013-11-12 22:31:37'),(48559,7,12427,'DAY','2013-11-12 22:31:37'),(48560,1,12428,'3585969','2013-11-12 22:35:15'),(48561,2,12428,'','2013-11-12 22:35:15'),(48562,3,12428,'','2013-11-12 22:35:15'),(48563,4,12428,'OPD','2013-11-12 22:35:15'),(48564,5,12428,'','2013-11-12 22:35:15'),(48565,6,12428,'13','2013-11-12 22:35:15'),(48566,7,12428,'DAY','2013-11-12 22:35:15'),(48567,1,12429,'3585968','2013-11-12 22:37:30'),(48568,2,12429,'','2013-11-12 22:37:30'),(48569,3,12429,'','2013-11-12 22:37:30'),(48570,4,12429,'OPD','2013-11-12 22:37:30'),(48571,5,12429,'','2013-11-12 22:37:30'),(48572,6,12429,'81.24','2013-11-12 22:37:30'),(48573,7,12429,'DAY','2013-11-12 22:37:30'),(48574,1,12430,'3585966','2013-11-12 22:46:00'),(48575,2,12430,'','2013-11-12 22:46:00'),(48576,3,12430,'','2013-11-12 22:46:00'),(48577,4,12430,'OPD','2013-11-12 22:46:00'),(48578,5,12430,'','2013-11-12 22:46:00'),(48579,6,12430,'44','2013-11-12 22:46:00'),(48580,7,12430,'DAY','2013-11-12 22:46:00'),(48581,1,12431,'3585965','2013-11-12 22:52:01'),(48582,2,12431,'','2013-11-12 22:52:01'),(48583,3,12431,'','2013-11-12 22:52:01'),(48584,4,12431,'OPD','2013-11-12 22:52:01'),(48585,5,12431,'','2013-11-12 22:52:01'),(48586,6,12431,'226.75','2013-11-12 22:52:01'),(48587,7,12431,'DAY','2013-11-12 22:52:01'),(48588,1,12433,'','2013-11-12 22:52:01'),(48589,2,12433,'','2013-11-12 22:52:01'),(48590,3,12433,'','2013-11-12 22:52:01'),(48591,4,12433,'','2013-11-12 22:52:01'),(48592,5,12433,'','2013-11-12 22:52:01'),(48593,6,12433,'','2013-11-12 22:52:01'),(48594,7,12433,'DAY','2013-11-12 22:52:01'),(48595,1,12436,'','2013-11-12 22:52:01'),(48596,2,12436,'','2013-11-12 22:52:01'),(48597,3,12436,'','2013-11-12 22:52:01'),(48598,4,12436,'','2013-11-12 22:52:01'),(48599,5,12436,'','2013-11-12 22:52:01'),(48600,6,12436,'','2013-11-12 22:52:01'),(48601,7,12436,'DAY','2013-11-12 22:52:01'),(48602,1,12437,'','2013-11-12 23:17:05'),(48603,2,12437,'','2013-11-12 23:17:05'),(48604,3,12437,'','2013-11-12 23:17:05'),(48605,4,12437,'OPD','2013-11-12 23:17:05'),(48606,5,12437,'','2013-11-12 23:17:05'),(48607,6,12437,'22','2013-11-12 23:17:05'),(48608,7,12437,'DAY','2013-11-12 23:17:05'),(48609,1,12438,'','2013-11-12 23:34:31'),(48610,2,12438,'592914','2013-11-12 23:34:31'),(48611,3,12438,'','2013-11-12 23:34:31'),(48612,4,12438,'OPD','2013-11-12 23:34:31'),(48613,5,12438,'','2013-11-12 23:34:31'),(48614,6,12438,'18','2013-11-12 23:34:31'),(48615,7,12438,'DAY','2013-11-12 23:34:31'),(48616,1,12439,'','2013-11-12 23:36:35'),(48617,2,12439,'592914','2013-11-12 23:36:35'),(48618,3,12439,'','2013-11-12 23:36:35'),(48619,4,12439,'OPD','2013-11-12 23:36:35'),(48620,5,12439,'','2013-11-12 23:36:35'),(48621,6,12439,'18','2013-11-12 23:36:35'),(48622,7,12439,'DAY','2013-11-12 23:36:35'),(48623,1,12440,'','2013-11-12 23:38:37'),(48624,2,12440,'592913','2013-11-12 23:38:37'),(48625,3,12440,'','2013-11-12 23:38:37'),(48626,4,12440,'OPD','2013-11-12 23:38:37'),(48627,5,12440,'','2013-11-12 23:38:37'),(48628,6,12440,'133','2013-11-12 23:38:37'),(48629,7,12440,'DAY','2013-11-12 23:38:37'),(48630,1,12442,'','2013-11-12 23:38:37'),(48631,2,12442,'','2013-11-12 23:38:37'),(48632,3,12442,'','2013-11-12 23:38:37'),(48633,4,12442,'','2013-11-12 23:38:37'),(48634,5,12442,'','2013-11-12 23:38:37'),(48635,6,12442,'','2013-11-12 23:38:37'),(48636,7,12442,'DAY','2013-11-12 23:38:37'),(48637,1,12445,'','2013-11-12 23:38:37'),(48638,2,12445,'','2013-11-12 23:38:37'),(48639,3,12445,'','2013-11-12 23:38:37'),(48640,4,12445,'','2013-11-12 23:38:37'),(48641,5,12445,'','2013-11-12 23:38:37'),(48642,6,12445,'','2013-11-12 23:38:37'),(48643,7,12445,'DAY','2013-11-12 23:38:37'),(48644,1,12446,'','2013-11-13 00:01:55'),(48645,2,12446,'','2013-11-13 00:01:55'),(48646,3,12446,'','2013-11-13 00:01:55'),(48647,4,12446,'','2013-11-13 00:01:55'),(48648,5,12446,'','2013-11-13 00:01:55'),(48649,6,12446,'','2013-11-13 00:01:55'),(48650,7,12446,'DAY','2013-11-13 00:01:55'),(48651,1,12448,'','2013-11-13 00:01:55'),(48652,2,12448,'','2013-11-13 00:01:55'),(48653,3,12448,'','2013-11-13 00:01:55'),(48654,4,12448,'','2013-11-13 00:01:55'),(48655,5,12448,'','2013-11-13 00:01:55'),(48656,6,12448,'','2013-11-13 00:01:55'),(48657,7,12448,'DAY','2013-11-13 00:01:55'),(48658,1,12449,'','2013-11-13 00:05:39'),(48659,2,12449,'','2013-11-13 00:05:39'),(48660,3,12449,'','2013-11-13 00:05:39'),(48661,4,12449,'','2013-11-13 00:05:39'),(48662,5,12449,'','2013-11-13 00:05:39'),(48663,6,12449,'','2013-11-13 00:05:39'),(48664,7,12449,'DAY','2013-11-13 00:05:39'),(48665,1,12450,'','2013-11-13 00:22:05'),(48666,2,12450,'','2013-11-13 00:22:05'),(48667,3,12450,'','2013-11-13 00:22:05'),(48668,4,12450,'OPD','2013-11-13 00:22:05'),(48669,5,12450,'','2013-11-13 00:22:05'),(48670,6,12450,'68','2013-11-13 00:22:05'),(48671,7,12450,'DAY','2013-11-13 00:22:05'),(48672,1,12452,'','2013-11-13 00:22:05'),(48673,2,12452,'','2013-11-13 00:22:05'),(48674,3,12452,'','2013-11-13 00:22:05'),(48675,4,12452,'','2013-11-13 00:22:05'),(48676,5,12452,'','2013-11-13 00:22:05'),(48677,6,12452,'','2013-11-13 00:22:05'),(48678,7,12452,'DAY','2013-11-13 00:22:05'),(48679,1,12455,'','2013-11-13 00:22:06'),(48680,2,12455,'','2013-11-13 00:22:06'),(48681,3,12455,'','2013-11-13 00:22:06'),(48682,4,12455,'','2013-11-13 00:22:06'),(48683,5,12455,'','2013-11-13 00:22:06'),(48684,6,12455,'','2013-11-13 00:22:06'),(48685,7,12455,'DAY','2013-11-13 00:22:06'),(48686,1,12456,'3586025','2013-11-13 00:26:09'),(48687,2,12456,'592920','2013-11-13 00:26:09'),(48688,3,12456,'','2013-11-13 00:26:09'),(48689,4,12456,'OPD','2013-11-13 00:26:09'),(48690,5,12456,'','2013-11-13 00:26:09'),(48691,6,12456,'56','2013-11-13 00:26:09'),(48692,7,12456,'DAY','2013-11-13 00:26:09'),(48693,1,12458,'','2013-11-13 00:26:10'),(48694,2,12458,'','2013-11-13 00:26:10'),(48695,3,12458,'','2013-11-13 00:26:10'),(48696,4,12458,'','2013-11-13 00:26:10'),(48697,5,12458,'','2013-11-13 00:26:10'),(48698,6,12458,'','2013-11-13 00:26:10'),(48699,7,12458,'DAY','2013-11-13 00:26:10'),(48700,1,12459,'3586034','2013-11-13 00:29:51'),(48701,2,12459,'','2013-11-13 00:29:51'),(48702,3,12459,'','2013-11-13 00:29:51'),(48703,4,12459,'OPD','2013-11-13 00:29:51'),(48704,5,12459,'','2013-11-13 00:29:51'),(48705,6,12459,'22','2013-11-13 00:29:51'),(48706,7,12459,'DAY','2013-11-13 00:29:51'),(48707,1,12460,'3586045','2013-11-13 00:33:00'),(48708,2,12460,'','2013-11-13 00:33:00'),(48709,3,12460,'','2013-11-13 00:33:00'),(48710,4,12460,'OPD','2013-11-13 00:33:00'),(48711,5,12460,'','2013-11-13 00:33:00'),(48712,6,12460,'94','2013-11-13 00:33:00'),(48713,7,12460,'DAY','2013-11-13 00:33:00'),(48714,1,12462,'','2013-11-13 00:33:00'),(48715,2,12462,'','2013-11-13 00:33:00'),(48716,3,12462,'','2013-11-13 00:33:00'),(48717,4,12462,'','2013-11-13 00:33:00'),(48718,5,12462,'','2013-11-13 00:33:00'),(48719,6,12462,'','2013-11-13 00:33:00'),(48720,7,12462,'DAY','2013-11-13 00:33:00'),(48721,1,12463,'3586051','2013-11-13 00:36:59'),(48722,2,12463,'','2013-11-13 00:36:59'),(48723,3,12463,'','2013-11-13 00:36:59'),(48724,4,12463,'OPD','2013-11-13 00:36:59'),(48725,5,12463,'','2013-11-13 00:36:59'),(48726,6,12463,'94','2013-11-13 00:36:59'),(48727,7,12463,'DAY','2013-11-13 00:36:59'),(48728,1,12465,'','2013-11-13 00:36:59'),(48729,2,12465,'','2013-11-13 00:36:59'),(48730,3,12465,'','2013-11-13 00:36:59'),(48731,4,12465,'','2013-11-13 00:36:59'),(48732,5,12465,'','2013-11-13 00:36:59'),(48733,6,12465,'','2013-11-13 00:36:59'),(48734,7,12465,'DAY','2013-11-13 00:36:59'),(48735,1,12466,'3586052','2013-11-13 00:38:57'),(48736,2,12466,'','2013-11-13 00:38:57'),(48737,3,12466,'','2013-11-13 00:38:57'),(48738,4,12466,'OPD','2013-11-13 00:38:57'),(48739,5,12466,'','2013-11-13 00:38:57'),(48740,6,12466,'35','2013-11-13 00:38:57'),(48741,7,12466,'DAY','2013-11-13 00:38:57'),(48742,1,12467,'3586064','2013-11-13 00:44:12'),(48743,2,12467,'','2013-11-13 00:44:12'),(48744,3,12467,'','2013-11-13 00:44:12'),(48745,4,12467,'OPD','2013-11-13 00:44:12'),(48746,5,12467,'','2013-11-13 00:44:12'),(48747,6,12467,'35','2013-11-13 00:44:12'),(48748,7,12467,'DAY','2013-11-13 00:44:12'),(48749,1,12469,'','2013-11-13 00:44:13'),(48750,2,12469,'','2013-11-13 00:44:13'),(48751,3,12469,'','2013-11-13 00:44:13'),(48752,4,12469,'','2013-11-13 00:44:13'),(48753,5,12469,'','2013-11-13 00:44:13'),(48754,6,12469,'','2013-11-13 00:44:13'),(48755,7,12469,'DAY','2013-11-13 00:44:13'),(48756,1,12470,'','2013-11-13 00:54:40'),(48757,2,12470,'','2013-11-13 00:54:40'),(48758,3,12470,'','2013-11-13 00:54:40'),(48759,4,12470,'OPD','2013-11-13 00:54:40'),(48760,5,12470,'','2013-11-13 00:54:40'),(48761,6,12470,'188','2013-11-13 00:54:40'),(48762,7,12470,'DAY','2013-11-13 00:54:40'),(48763,1,12472,'','2013-11-13 00:54:40'),(48764,2,12472,'','2013-11-13 00:54:40'),(48765,3,12472,'','2013-11-13 00:54:40'),(48766,4,12472,'','2013-11-13 00:54:40'),(48767,5,12472,'','2013-11-13 00:54:40'),(48768,6,12472,'','2013-11-13 00:54:40'),(48769,7,12472,'DAY','2013-11-13 00:54:40'),(48770,1,12475,'','2013-11-13 00:54:41'),(48771,2,12475,'','2013-11-13 00:54:41'),(48772,3,12475,'','2013-11-13 00:54:41'),(48773,4,12475,'','2013-11-13 00:54:41'),(48774,5,12475,'','2013-11-13 00:54:41'),(48775,6,12475,'','2013-11-13 00:54:41'),(48776,7,12475,'DAY','2013-11-13 00:54:41'),(48777,1,12476,'3586067','2013-11-13 01:10:56'),(48778,2,12476,'','2013-11-13 01:10:56'),(48779,3,12476,'','2013-11-13 01:10:56'),(48780,4,12476,'OPD','2013-11-13 01:10:56'),(48781,5,12476,'','2013-11-13 01:10:56'),(48782,6,12476,'37','2013-11-13 01:10:56'),(48783,7,12476,'DAY','2013-11-13 01:10:56'),(48784,1,12477,'','2013-11-13 01:15:56'),(48785,2,12477,'592927','2013-11-13 01:15:56'),(48786,3,12477,'','2013-11-13 01:15:56'),(48787,4,12477,'OPD','2013-11-13 01:15:56'),(48788,5,12477,'','2013-11-13 01:15:56'),(48789,6,12477,'12','2013-11-13 01:15:56'),(48790,7,12477,'DAY','2013-11-13 01:15:56'),(48791,1,12478,'3586091','2013-11-13 01:19:04'),(48792,2,12478,'','2013-11-13 01:19:04'),(48793,3,12478,'','2013-11-13 01:19:04'),(48794,4,12478,'OPD','2013-11-13 01:19:04'),(48795,5,12478,'','2013-11-13 01:19:04'),(48796,6,12478,'37','2013-11-13 01:19:04'),(48797,7,12478,'DAY','2013-11-13 01:19:04'),(48798,1,12479,'3586088','2013-11-13 01:21:52'),(48799,2,12479,'','2013-11-13 01:21:52'),(48800,3,12479,'','2013-11-13 01:21:52'),(48801,4,12479,'OPD','2013-11-13 01:21:52'),(48802,5,12479,'','2013-11-13 01:21:52'),(48803,6,12479,'176','2013-11-13 01:21:52'),(48804,7,12479,'DAY','2013-11-13 01:21:52'),(48805,1,12481,'','2013-11-13 01:21:53'),(48806,2,12481,'','2013-11-13 01:21:53'),(48807,3,12481,'','2013-11-13 01:21:53'),(48808,4,12481,'','2013-11-13 01:21:53'),(48809,5,12481,'','2013-11-13 01:21:53'),(48810,6,12481,'','2013-11-13 01:21:53'),(48811,7,12481,'DAY','2013-11-13 01:21:53'),(48812,1,12484,'','2013-11-13 01:21:53'),(48813,2,12484,'','2013-11-13 01:21:53'),(48814,3,12484,'','2013-11-13 01:21:53'),(48815,4,12484,'','2013-11-13 01:21:53'),(48816,5,12484,'','2013-11-13 01:21:53'),(48817,6,12484,'','2013-11-13 01:21:53'),(48818,7,12484,'DAY','2013-11-13 01:21:53'),(48819,1,12485,'3586116','2013-11-13 01:54:49'),(48820,2,12485,'922934','2013-11-13 01:54:49'),(48821,3,12485,'','2013-11-13 01:54:49'),(48822,4,12485,'OPD','2013-11-13 01:54:49'),(48823,5,12485,'','2013-11-13 01:54:49'),(48824,6,12485,'47','2013-11-13 01:54:49'),(48825,7,12485,'DAY','2013-11-13 01:54:49'),(48826,1,12487,'','2013-11-13 01:54:49'),(48827,2,12487,'','2013-11-13 01:54:49'),(48828,3,12487,'','2013-11-13 01:54:49'),(48829,4,12487,'','2013-11-13 01:54:49'),(48830,5,12487,'','2013-11-13 01:54:49'),(48831,6,12487,'','2013-11-13 01:54:49'),(48832,7,12487,'DAY','2013-11-13 01:54:49'),(48833,1,12488,'3586156','2013-11-13 02:12:11'),(48834,2,12488,'','2013-11-13 02:12:11'),(48835,3,12488,'','2013-11-13 02:12:11'),(48836,4,12488,'OPD','2013-11-13 02:12:11'),(48837,5,12488,'','2013-11-13 02:12:11'),(48838,6,12488,'905','2013-11-13 02:12:11'),(48839,7,12488,'DAY','2013-11-13 02:12:11'),(48840,1,12489,'','2013-11-13 02:34:48'),(48841,2,12489,'','2013-11-13 02:34:48'),(48842,3,12489,'','2013-11-13 02:34:48'),(48843,4,12489,'','2013-11-13 02:34:48'),(48844,5,12489,'','2013-11-13 02:34:48'),(48845,6,12489,'','2013-11-13 02:34:48'),(48846,7,12489,'DAY','2013-11-13 02:34:48'),(48847,1,12490,'3586176','2013-11-13 02:55:35'),(48848,2,12490,'','2013-11-13 02:55:35'),(48849,3,12490,'','2013-11-13 02:55:35'),(48850,4,12490,'OPD','2013-11-13 02:55:35'),(48851,5,12490,'','2013-11-13 02:55:35'),(48852,6,12490,'66.00','2013-11-13 02:55:35'),(48853,7,12490,'DAY','2013-11-13 02:55:35'),(48854,1,12491,'3586183','2013-11-13 03:06:59'),(48855,2,12491,'','2013-11-13 03:06:59'),(48856,3,12491,'','2013-11-13 03:06:59'),(48857,4,12491,'OPD','2013-11-13 03:06:59'),(48858,5,12491,'','2013-11-13 03:06:59'),(48859,6,12491,'36.00','2013-11-13 03:06:59'),(48860,7,12491,'DAY','2013-11-13 03:06:59'),(48861,1,12493,'','2013-11-13 03:07:00'),(48862,2,12493,'','2013-11-13 03:07:00'),(48863,3,12493,'','2013-11-13 03:07:00'),(48864,4,12493,'','2013-11-13 03:07:00'),(48865,5,12493,'','2013-11-13 03:07:00'),(48866,6,12493,'','2013-11-13 03:07:00'),(48867,7,12493,'DAY','2013-11-13 03:07:00'),(48868,1,12494,'3586193','2013-11-13 03:09:44'),(48869,2,12494,'','2013-11-13 03:09:44'),(48870,3,12494,'','2013-11-13 03:09:44'),(48871,4,12494,'OPD','2013-11-13 03:09:44'),(48872,5,12494,'','2013-11-13 03:09:44'),(48873,6,12494,'84.00','2013-11-13 03:09:44'),(48874,7,12494,'DAY','2013-11-13 03:09:44'),(48875,1,12496,'','2013-11-13 03:09:44'),(48876,2,12496,'','2013-11-13 03:09:44'),(48877,3,12496,'','2013-11-13 03:09:44'),(48878,4,12496,'','2013-11-13 03:09:44'),(48879,5,12496,'','2013-11-13 03:09:44'),(48880,6,12496,'','2013-11-13 03:09:44'),(48881,7,12496,'DAY','2013-11-13 03:09:44'),(48882,1,12497,'3586221','2013-11-13 03:49:27'),(48883,2,12497,'','2013-11-13 03:49:27'),(48884,3,12497,'','2013-11-13 03:49:27'),(48885,4,12497,'OPD','2013-11-13 03:49:27'),(48886,5,12497,'','2013-11-13 03:49:27'),(48887,6,12497,'64.00','2013-11-13 03:49:27'),(48888,7,12497,'DAY','2013-11-13 03:49:27'),(48889,1,12499,'','2013-11-13 03:49:27'),(48890,2,12499,'','2013-11-13 03:49:27'),(48891,3,12499,'','2013-11-13 03:49:27'),(48892,4,12499,'','2013-11-13 03:49:27'),(48893,5,12499,'','2013-11-13 03:49:27'),(48894,6,12499,'','2013-11-13 03:49:27'),(48895,7,12499,'DAY','2013-11-13 03:49:27'),(48896,1,12500,'3586209','2013-11-13 03:51:20'),(48897,2,12500,'','2013-11-13 03:51:20'),(48898,3,12500,'','2013-11-13 03:51:20'),(48899,4,12500,'WARD','2013-11-13 03:51:20'),(48900,5,12500,'210013','2013-11-13 03:51:20'),(48901,6,12500,'15.00','2013-11-13 03:51:20'),(48902,7,12500,'DAY','2013-11-13 03:51:20'),(48903,1,12501,'3586222','2013-11-13 03:53:21'),(48904,2,12501,'','2013-11-13 03:53:21'),(48905,3,12501,'','2013-11-13 03:53:21'),(48906,4,12501,'WARD','2013-11-13 03:53:21'),(48907,5,12501,'215017','2013-11-13 03:53:21'),(48908,6,12501,'15.00','2013-11-13 03:53:21'),(48909,7,12501,'DAY','2013-11-13 03:53:21'),(48910,1,12502,'3586224','2013-11-13 03:56:06'),(48911,2,12502,'','2013-11-13 03:56:06'),(48912,3,12502,'','2013-11-13 03:56:06'),(48913,4,12502,'OPD','2013-11-13 03:56:06'),(48914,5,12502,'','2013-11-13 03:56:06'),(48915,6,12502,'81.00','2013-11-13 03:56:06'),(48916,7,12502,'DAY','2013-11-13 03:56:06'),(48917,1,12503,'3586226','2013-11-13 03:57:54'),(48918,2,12503,'','2013-11-13 03:57:54'),(48919,3,12503,'','2013-11-13 03:57:54'),(48920,4,12503,'OPD','2013-11-13 03:57:54'),(48921,5,12503,'','2013-11-13 03:57:54'),(48922,6,12503,'94.00','2013-11-13 03:57:54'),(48923,7,12503,'DAY','2013-11-13 03:57:54'),(48924,1,12505,'','2013-11-13 03:57:54'),(48925,2,12505,'','2013-11-13 03:57:54'),(48926,3,12505,'','2013-11-13 03:57:54'),(48927,4,12505,'','2013-11-13 03:57:54'),(48928,5,12505,'','2013-11-13 03:57:54'),(48929,6,12505,'','2013-11-13 03:57:54'),(48930,7,12505,'DAY','2013-11-13 03:57:54'),(48931,1,12506,'3586213','2013-11-13 04:02:48'),(48932,2,12506,'592948','2013-11-13 04:02:48'),(48933,3,12506,'','2013-11-13 04:02:48'),(48934,4,12506,'OPD','2013-11-13 04:02:48'),(48935,5,12506,'','2013-11-13 04:02:48'),(48936,6,12506,'112.00','2013-11-13 04:02:48'),(48937,7,12506,'DAY','2013-11-13 04:02:48'),(48938,1,12508,'','2013-11-13 04:02:48'),(48939,2,12508,'','2013-11-13 04:02:48'),(48940,3,12508,'','2013-11-13 04:02:48'),(48941,4,12508,'','2013-11-13 04:02:48'),(48942,5,12508,'','2013-11-13 04:02:48'),(48943,6,12508,'','2013-11-13 04:02:48'),(48944,7,12508,'DAY','2013-11-13 04:02:48'),(48945,1,12511,'','2013-11-13 04:02:48'),(48946,2,12511,'','2013-11-13 04:02:48'),(48947,3,12511,'','2013-11-13 04:02:48'),(48948,4,12511,'','2013-11-13 04:02:48'),(48949,5,12511,'','2013-11-13 04:02:48'),(48950,6,12511,'','2013-11-13 04:02:48'),(48951,7,12511,'DAY','2013-11-13 04:02:48'),(48952,1,12512,'3586229','2013-11-13 04:08:05'),(48953,2,12512,'','2013-11-13 04:08:05'),(48954,3,12512,'','2013-11-13 04:08:05'),(48955,4,12512,'OPD','2013-11-13 04:08:05'),(48956,5,12512,'','2013-11-13 04:08:05'),(48957,6,12512,'81.00','2013-11-13 04:08:05'),(48958,7,12512,'DAY','2013-11-13 04:08:05'),(48959,1,12513,'3586230','2013-11-13 04:09:51'),(48960,2,12513,'','2013-11-13 04:09:51'),(48961,3,12513,'','2013-11-13 04:09:51'),(48962,4,12513,'OPD','2013-11-13 04:09:51'),(48963,5,12513,'','2013-11-13 04:09:51'),(48964,6,12513,'84.00','2013-11-13 04:09:51'),(48965,7,12513,'DAY','2013-11-13 04:09:51'),(48966,1,12515,'','2013-11-13 04:09:52'),(48967,2,12515,'','2013-11-13 04:09:52'),(48968,3,12515,'','2013-11-13 04:09:52'),(48969,4,12515,'','2013-11-13 04:09:52'),(48970,5,12515,'','2013-11-13 04:09:52'),(48971,6,12515,'','2013-11-13 04:09:52'),(48972,7,12515,'DAY','2013-11-13 04:09:52'),(48973,1,12516,'','2013-11-13 04:56:31'),(48974,2,12516,'','2013-11-13 04:56:31'),(48975,3,12516,'','2013-11-13 04:56:31'),(48976,4,12516,'','2013-11-13 04:56:31'),(48977,5,12516,'','2013-11-13 04:56:31'),(48978,6,12516,'','2013-11-13 04:56:31'),(48979,7,12516,'DAY','2013-11-13 04:56:31'),(48980,1,12517,'3586243','2013-11-13 05:17:35'),(48981,2,12517,'','2013-11-13 05:17:35'),(48982,3,12517,'','2013-11-13 05:17:35'),(48983,4,12517,'OPD','2013-11-13 05:17:35'),(48984,5,12517,'','2013-11-13 05:17:35'),(48985,6,12517,'33.00','2013-11-13 05:17:35'),(48986,7,12517,'DAY','2013-11-13 05:17:35'),(48987,1,12518,'3586244','2013-11-13 05:24:06'),(48988,2,12518,'','2013-11-13 05:24:06'),(48989,3,12518,'','2013-11-13 05:24:06'),(48990,4,12518,'OPD','2013-11-13 05:24:06'),(48991,5,12518,'','2013-11-13 05:24:06'),(48992,6,12518,'157.00','2013-11-13 05:24:06'),(48993,7,12518,'DAY','2013-11-13 05:24:06'),(48994,1,12520,'','2013-11-13 05:24:06'),(48995,2,12520,'','2013-11-13 05:24:06'),(48996,3,12520,'','2013-11-13 05:24:06'),(48997,4,12520,'','2013-11-13 05:24:06'),(48998,5,12520,'','2013-11-13 05:24:06'),(48999,6,12520,'','2013-11-13 05:24:06'),(49000,7,12520,'DAY','2013-11-13 05:24:06'),(49001,1,12523,'','2013-11-13 05:24:07'),(49002,2,12523,'','2013-11-13 05:24:07'),(49003,3,12523,'','2013-11-13 05:24:07'),(49004,4,12523,'','2013-11-13 05:24:07'),(49005,5,12523,'','2013-11-13 05:24:07'),(49006,6,12523,'','2013-11-13 05:24:07'),(49007,7,12523,'DAY','2013-11-13 05:24:07'),(49008,1,12527,'','2013-11-13 05:24:07'),(49009,2,12527,'','2013-11-13 05:24:07'),(49010,3,12527,'','2013-11-13 05:24:07'),(49011,4,12527,'','2013-11-13 05:24:07'),(49012,5,12527,'','2013-11-13 05:24:07'),(49013,6,12527,'','2013-11-13 05:24:07'),(49014,7,12527,'DAY','2013-11-13 05:24:07'),(49015,1,12528,'3586257','2013-11-13 06:02:27'),(49016,2,12528,'','2013-11-13 06:02:27'),(49017,3,12528,'','2013-11-13 06:02:27'),(49018,4,12528,'OPD','2013-11-13 06:02:27'),(49019,5,12528,'','2013-11-13 06:02:27'),(49020,6,12528,'81.00','2013-11-13 06:02:27'),(49021,7,12528,'DAY','2013-11-13 06:02:27'),(49022,1,12529,'3586258','2013-11-13 06:09:25'),(49023,2,12529,'592965','2013-11-13 06:09:25'),(49024,3,12529,'','2013-11-13 06:09:25'),(49025,4,12529,'','2013-11-13 06:09:25'),(49026,5,12529,'','2013-11-13 06:09:25'),(49027,6,12529,'143.00','2013-11-13 06:09:25'),(49028,7,12529,'DAY','2013-11-13 06:09:25'),(49029,1,12531,'','2013-11-13 06:09:25'),(49030,2,12531,'','2013-11-13 06:09:25'),(49031,3,12531,'','2013-11-13 06:09:25'),(49032,4,12531,'','2013-11-13 06:09:25'),(49033,5,12531,'','2013-11-13 06:09:25'),(49034,6,12531,'','2013-11-13 06:09:25'),(49035,7,12531,'DAY','2013-11-13 06:09:25'),(49036,1,12534,'','2013-11-13 06:09:25'),(49037,2,12534,'','2013-11-13 06:09:25'),(49038,3,12534,'','2013-11-13 06:09:25'),(49039,4,12534,'','2013-11-13 06:09:25'),(49040,5,12534,'','2013-11-13 06:09:25'),(49041,6,12534,'','2013-11-13 06:09:25'),(49042,7,12534,'DAY','2013-11-13 06:09:25'),(49043,1,12535,'3586267','2013-11-13 06:53:14'),(49044,2,12535,'592968','2013-11-13 06:53:14'),(49045,3,12535,'','2013-11-13 06:53:14'),(49046,4,12535,'OPD','2013-11-13 06:53:14'),(49047,5,12535,'','2013-11-13 06:53:14'),(49048,6,12535,'35.00','2013-11-13 06:53:14'),(49049,7,12535,'DAY','2013-11-13 06:53:14'),(49050,1,12536,'3586330','2013-11-13 11:07:05'),(49051,2,12536,'','2013-11-13 11:07:05'),(49052,3,12536,'','2013-11-13 11:07:05'),(49053,4,12536,'OPD','2013-11-13 11:07:05'),(49054,5,12536,'','2013-11-13 11:07:05'),(49055,6,12536,'32.00','2013-11-13 11:07:05'),(49056,7,12536,'DAY','2013-11-13 11:07:05'),(49057,1,12537,'3586334','2013-11-13 14:10:44'),(49058,2,12537,'592972','2013-11-13 14:10:44'),(49059,3,12537,'','2013-11-13 14:10:44'),(49060,4,12537,'OPD','2013-11-13 14:10:44'),(49061,5,12537,'','2013-11-13 14:10:44'),(49062,6,12537,'47.00','2013-11-13 14:10:44'),(49063,7,12537,'DAY','2013-11-13 14:10:44'),(49064,1,12539,'','2013-11-13 14:10:44'),(49065,2,12539,'','2013-11-13 14:10:44'),(49066,3,12539,'','2013-11-13 14:10:44'),(49067,4,12539,'','2013-11-13 14:10:44'),(49068,5,12539,'','2013-11-13 14:10:44'),(49069,6,12539,'','2013-11-13 14:10:44'),(49070,7,12539,'DAY','2013-11-13 14:10:44'),(49071,1,12540,'3586333/3586180','2013-11-13 14:13:41'),(49072,2,12540,'592973/592940','2013-11-13 14:13:41'),(49073,3,12540,'','2013-11-13 14:13:41'),(49074,4,12540,'OPD','2013-11-13 14:13:41'),(49075,5,12540,'','2013-11-13 14:13:41'),(49076,6,12540,'141.00+20.00','2013-11-13 14:13:41'),(49077,7,12540,'DAY','2013-11-13 14:13:41'),(49078,1,12542,'','2013-11-13 14:13:41'),(49079,2,12542,'','2013-11-13 14:13:41'),(49080,3,12542,'','2013-11-13 14:13:41'),(49081,4,12542,'','2013-11-13 14:13:41'),(49082,5,12542,'','2013-11-13 14:13:41'),(49083,6,12542,'','2013-11-13 14:13:42'),(49084,7,12542,'DAY','2013-11-13 14:13:42'),(49085,1,12545,'','2013-11-13 14:13:42'),(49086,2,12545,'','2013-11-13 14:13:42'),(49087,3,12545,'','2013-11-13 14:13:42'),(49088,4,12545,'','2013-11-13 14:13:42'),(49089,5,12545,'','2013-11-13 14:13:42'),(49090,6,12545,'','2013-11-13 14:13:42'),(49091,7,12545,'DAY','2013-11-13 14:13:42'),(49092,1,12546,'3586342','2013-11-13 14:47:50'),(49093,2,12546,'592975','2013-11-13 14:47:50'),(49094,3,12546,'','2013-11-13 14:47:50'),(49095,4,12546,'OPD','2013-11-13 14:47:50'),(49096,5,12546,'','2013-11-13 14:47:50'),(49097,6,12546,'98.00','2013-11-13 14:47:50'),(49098,7,12546,'DAY','2013-11-13 14:47:50'),(49099,1,12548,'','2013-11-13 14:47:50'),(49100,2,12548,'','2013-11-13 14:47:50'),(49101,3,12548,'','2013-11-13 14:47:50'),(49102,4,12548,'','2013-11-13 14:47:50'),(49103,5,12548,'','2013-11-13 14:47:50'),(49104,6,12548,'','2013-11-13 14:47:50'),(49105,7,12548,'DAY','2013-11-13 14:47:50'),(49106,1,12549,'3579883','2013-11-13 14:56:58'),(49107,2,12549,'','2013-11-13 14:56:58'),(49108,3,12549,'','2013-11-13 14:56:58'),(49109,4,12549,'OPD','2013-11-13 14:56:58'),(49110,5,12549,'','2013-11-13 14:56:58'),(49111,6,12549,'221.00','2013-11-13 14:56:58'),(49112,7,12549,'DAY','2013-11-13 14:56:58'),(49113,1,12551,'','2013-11-13 14:56:58'),(49114,2,12551,'','2013-11-13 14:56:58'),(49115,3,12551,'','2013-11-13 14:56:58'),(49116,4,12551,'','2013-11-13 14:56:58'),(49117,5,12551,'','2013-11-13 14:56:58'),(49118,6,12551,'','2013-11-13 14:56:58'),(49119,7,12551,'DAY','2013-11-13 14:56:58'),(49120,1,12552,'3586350','2013-11-13 15:03:26'),(49121,2,12552,'','2013-11-13 15:03:26'),(49122,3,12552,'','2013-11-13 15:03:26'),(49123,4,12552,'WARD','2013-11-13 15:03:26'),(49124,5,12552,'218027','2013-11-13 15:03:26'),(49125,6,12552,'197.00','2013-11-13 15:03:26'),(49126,7,12552,'DAY','2013-11-13 15:03:26'),(49127,1,12554,'','2013-11-13 15:03:26'),(49128,2,12554,'','2013-11-13 15:03:26'),(49129,3,12554,'','2013-11-13 15:03:26'),(49130,4,12554,'','2013-11-13 15:03:26'),(49131,5,12554,'','2013-11-13 15:03:26'),(49132,6,12554,'','2013-11-13 15:03:26'),(49133,7,12554,'DAY','2013-11-13 15:03:26'),(49134,1,12555,'3586349','2013-11-13 15:06:07'),(49135,2,12555,'','2013-11-13 15:06:07'),(49136,3,12555,'','2013-11-13 15:06:07'),(49137,4,12555,'OPD','2013-11-13 15:06:07'),(49138,5,12555,'','2013-11-13 15:06:07'),(49139,6,12555,'112.00','2013-11-13 15:06:07'),(49140,7,12555,'DAY','2013-11-13 15:06:07'),(49141,1,12557,'','2013-11-13 15:06:07'),(49142,2,12557,'','2013-11-13 15:06:07'),(49143,3,12557,'','2013-11-13 15:06:07'),(49144,4,12557,'','2013-11-13 15:06:07'),(49145,5,12557,'','2013-11-13 15:06:07'),(49146,6,12557,'','2013-11-13 15:06:07'),(49147,7,12557,'DAY','2013-11-13 15:06:07'),(49148,1,12560,'','2013-11-13 15:06:07'),(49149,2,12560,'','2013-11-13 15:06:07'),(49150,3,12560,'','2013-11-13 15:06:07'),(49151,4,12560,'','2013-11-13 15:06:07'),(49152,5,12560,'','2013-11-13 15:06:07'),(49153,6,12560,'','2013-11-13 15:06:07'),(49154,7,12560,'DAY','2013-11-13 15:06:07'),(49155,1,12561,'3586352','2013-11-13 15:12:05'),(49156,2,12561,'','2013-11-13 15:12:05'),(49157,3,12561,'','2013-11-13 15:12:05'),(49158,4,12561,'OPD','2013-11-13 15:12:05'),(49159,5,12561,'','2013-11-13 15:12:05'),(49160,6,12561,'13.00','2013-11-13 15:12:05'),(49161,7,12561,'DAY','2013-11-13 15:12:05'),(49162,1,12562,'','2013-11-13 15:22:09'),(49163,2,12562,'','2013-11-13 15:22:09'),(49164,3,12562,'','2013-11-13 15:22:09'),(49165,4,12562,'','2013-11-13 15:22:09'),(49166,5,12562,'','2013-11-13 15:22:09'),(49167,6,12562,'','2013-11-13 15:22:09'),(49168,7,12562,'DAY','2013-11-13 15:22:09'),(49169,1,12563,'','2013-11-13 15:23:28'),(49170,2,12563,'','2013-11-13 15:23:28'),(49171,3,12563,'','2013-11-13 15:23:28'),(49172,4,12563,'','2013-11-13 15:23:28'),(49173,5,12563,'','2013-11-13 15:23:28'),(49174,6,12563,'','2013-11-13 15:23:28'),(49175,7,12563,'DAY','2013-11-13 15:23:28'),(49176,1,12564,'3586355','2013-11-13 15:26:13'),(49177,2,12564,'592978','2013-11-13 15:26:13'),(49178,3,12564,'','2013-11-13 15:26:13'),(49179,4,12564,'OPD','2013-11-13 15:26:13'),(49180,5,12564,'','2013-11-13 15:26:13'),(49181,6,12564,'165.00','2013-11-13 15:26:13'),(49182,7,12564,'DAY','2013-11-13 15:26:13'),(49183,1,12566,'','2013-11-13 15:26:14'),(49184,2,12566,'','2013-11-13 15:26:14'),(49185,3,12566,'','2013-11-13 15:26:14'),(49186,4,12566,'','2013-11-13 15:26:14'),(49187,5,12566,'','2013-11-13 15:26:14'),(49188,6,12566,'','2013-11-13 15:26:14'),(49189,7,12566,'DAY','2013-11-13 15:26:14'),(49190,1,12567,'3586356','2013-11-13 15:28:57'),(49191,2,12567,'592979','2013-11-13 15:28:57'),(49192,3,12567,'','2013-11-13 15:28:57'),(49193,4,12567,'OPD','2013-11-13 15:28:57'),(49194,5,12567,'','2013-11-13 15:28:57'),(49195,6,12567,'11.00','2013-11-13 15:28:57'),(49196,7,12567,'DAY','2013-11-13 15:28:57'),(49197,1,12568,'','2013-11-13 15:37:09'),(49198,2,12568,'','2013-11-13 15:37:09'),(49199,3,12568,'','2013-11-13 15:37:09'),(49200,4,12568,'','2013-11-13 15:37:09'),(49201,5,12568,'','2013-11-13 15:37:09'),(49202,6,12568,'','2013-11-13 15:37:09'),(49203,7,12568,'DAY','2013-11-13 15:37:09'),(49204,1,12569,'3586366','2013-11-13 15:40:36'),(49205,2,12569,'','2013-11-13 15:40:36'),(49206,3,12569,'','2013-11-13 15:40:36'),(49207,4,12569,'OPD','2013-11-13 15:40:36'),(49208,5,12569,'','2013-11-13 15:40:36'),(49209,6,12569,'81','2013-11-13 15:40:36'),(49210,7,12569,'DAY','2013-11-13 15:40:36'),(49211,1,12570,'3586377','2013-11-13 15:47:52'),(49212,2,12570,'','2013-11-13 15:47:52'),(49213,3,12570,'','2013-11-13 15:47:52'),(49214,4,12570,'OPD','2013-11-13 15:47:52'),(49215,5,12570,'','2013-11-13 15:47:52'),(49216,6,12570,'107','2013-11-13 15:47:52'),(49217,7,12570,'DAY','2013-11-13 15:47:52'),(49218,1,12572,'','2013-11-13 15:47:52'),(49219,2,12572,'','2013-11-13 15:47:52'),(49220,3,12572,'','2013-11-13 15:47:52'),(49221,4,12572,'','2013-11-13 15:47:52'),(49222,5,12572,'','2013-11-13 15:47:52'),(49223,6,12572,'','2013-11-13 15:47:52'),(49224,7,12572,'DAY','2013-11-13 15:47:52'),(49225,1,12575,'','2013-11-13 15:47:52'),(49226,2,12575,'','2013-11-13 15:47:52'),(49227,3,12575,'','2013-11-13 15:47:52'),(49228,4,12575,'','2013-11-13 15:47:52'),(49229,5,12575,'','2013-11-13 15:47:52'),(49230,6,12575,'','2013-11-13 15:47:52'),(49231,7,12575,'DAY','2013-11-13 15:47:52'),(49232,1,12576,'3586381','2013-11-13 15:55:17'),(49233,2,12576,'','2013-11-13 15:55:17'),(49234,3,12576,'','2013-11-13 15:55:17'),(49235,4,12576,'OPD','2013-11-13 15:55:17'),(49236,5,12576,'','2013-11-13 15:55:17'),(49237,6,12576,'214','2013-11-13 15:55:17'),(49238,7,12576,'DAY','2013-11-13 15:55:17'),(49239,1,12578,'','2013-11-13 15:55:17'),(49240,2,12578,'','2013-11-13 15:55:17'),(49241,3,12578,'','2013-11-13 15:55:17'),(49242,4,12578,'','2013-11-13 15:55:17'),(49243,5,12578,'','2013-11-13 15:55:17'),(49244,6,12578,'','2013-11-13 15:55:17'),(49245,7,12578,'DAY','2013-11-13 15:55:17'),(49246,1,12581,'','2013-11-13 15:55:17'),(49247,2,12581,'','2013-11-13 15:55:17'),(49248,3,12581,'','2013-11-13 15:55:17'),(49249,4,12581,'','2013-11-13 15:55:17'),(49250,5,12581,'','2013-11-13 15:55:17'),(49251,6,12581,'','2013-11-13 15:55:17'),(49252,7,12581,'DAY','2013-11-13 15:55:17'),(49253,1,12585,'','2013-11-13 15:55:18'),(49254,2,12585,'','2013-11-13 15:55:18'),(49255,3,12585,'','2013-11-13 15:55:18'),(49256,4,12585,'','2013-11-13 15:55:18'),(49257,5,12585,'','2013-11-13 15:55:18'),(49258,6,12585,'','2013-11-13 15:55:18'),(49259,7,12585,'DAY','2013-11-13 15:55:18'),(49260,1,12586,'3585276','2013-11-13 15:59:59'),(49261,2,12586,'','2013-11-13 15:59:59'),(49262,3,12586,'','2013-11-13 15:59:59'),(49263,4,12586,'OPD','2013-11-13 15:59:59'),(49264,5,12586,'','2013-11-13 15:59:59'),(49265,6,12586,'133','2013-11-13 15:59:59'),(49266,7,12586,'DAY','2013-11-13 15:59:59'),(49267,1,12588,'','2013-11-13 15:59:59'),(49268,2,12588,'','2013-11-13 15:59:59'),(49269,3,12588,'','2013-11-13 15:59:59'),(49270,4,12588,'','2013-11-13 15:59:59'),(49271,5,12588,'','2013-11-13 15:59:59'),(49272,6,12588,'','2013-11-13 15:59:59'),(49273,7,12588,'DAY','2013-11-13 15:59:59'),(49274,1,12589,'3585961','2013-11-13 16:06:24'),(49275,2,12589,'592990','2013-11-13 16:06:24'),(49276,3,12589,'','2013-11-13 16:06:24'),(49277,4,12589,'OPD','2013-11-13 16:06:24'),(49278,5,12589,'','2013-11-13 16:06:24'),(49279,6,12589,'186','2013-11-13 16:06:24'),(49280,7,12589,'DAY','2013-11-13 16:06:24'),(49281,1,12591,'','2013-11-13 16:06:24'),(49282,2,12591,'','2013-11-13 16:06:24'),(49283,3,12591,'','2013-11-13 16:06:24'),(49284,4,12591,'','2013-11-13 16:06:24'),(49285,5,12591,'','2013-11-13 16:06:24'),(49286,6,12591,'','2013-11-13 16:06:24'),(49287,7,12591,'DAY','2013-11-13 16:06:24'),(49288,1,12592,'358','2013-11-13 16:21:14'),(49289,2,12592,'','2013-11-13 16:21:14'),(49290,3,12592,'','2013-11-13 16:21:14'),(49291,4,12592,'OPD ','2013-11-13 16:21:14'),(49292,5,12592,'','2013-11-13 16:21:14'),(49293,6,12592,'','2013-11-13 16:21:14'),(49294,7,12592,'DAY','2013-11-13 16:21:14'),(49295,1,12594,'','2013-11-13 16:21:14'),(49296,2,12594,'','2013-11-13 16:21:14'),(49297,3,12594,'','2013-11-13 16:21:14'),(49298,4,12594,'','2013-11-13 16:21:14'),(49299,5,12594,'','2013-11-13 16:21:14'),(49300,6,12594,'','2013-11-13 16:21:14'),(49301,7,12594,'DAY','2013-11-13 16:21:14'),(49302,1,12595,'3586402','2013-11-13 16:30:18'),(49303,2,12595,'','2013-11-13 16:30:18'),(49304,3,12595,'','2013-11-13 16:30:18'),(49305,4,12595,'OPD','2013-11-13 16:30:18'),(49306,5,12595,'','2013-11-13 16:30:18'),(49307,6,12595,'159','2013-11-13 16:30:18'),(49308,7,12595,'DAY','2013-11-13 16:30:18'),(49309,1,12597,'','2013-11-13 16:30:18'),(49310,2,12597,'','2013-11-13 16:30:18'),(49311,3,12597,'','2013-11-13 16:30:18'),(49312,4,12597,'','2013-11-13 16:30:18'),(49313,5,12597,'','2013-11-13 16:30:18'),(49314,6,12597,'','2013-11-13 16:30:18'),(49315,7,12597,'DAY','2013-11-13 16:30:18'),(49316,1,12600,'','2013-11-13 16:30:18'),(49317,2,12600,'','2013-11-13 16:30:18'),(49318,3,12600,'','2013-11-13 16:30:18'),(49319,4,12600,'','2013-11-13 16:30:18'),(49320,5,12600,'','2013-11-13 16:30:18'),(49321,6,12600,'','2013-11-13 16:30:18'),(49322,7,12600,'DAY','2013-11-13 16:30:18'),(49323,1,12601,'3586392','2013-11-13 16:32:36'),(49324,2,12601,'','2013-11-13 16:32:36'),(49325,3,12601,'','2013-11-13 16:32:36'),(49326,4,12601,'OPD','2013-11-13 16:32:36'),(49327,5,12601,'','2013-11-13 16:32:36'),(49328,6,12601,'104','2013-11-13 16:32:36'),(49329,7,12601,'DAY','2013-11-13 16:32:36'),(49330,1,12603,'','2013-11-13 16:32:36'),(49331,2,12603,'','2013-11-13 16:32:36'),(49332,3,12603,'','2013-11-13 16:32:36'),(49333,4,12603,'','2013-11-13 16:32:36'),(49334,5,12603,'','2013-11-13 16:32:36'),(49335,6,12603,'','2013-11-13 16:32:36'),(49336,7,12603,'DAY','2013-11-13 16:32:36'),(49337,1,12604,'3586403','2013-11-13 16:35:25'),(49338,2,12604,'','2013-11-13 16:35:25'),(49339,3,12604,'','2013-11-13 16:35:25'),(49340,4,12604,'OPD','2013-11-13 16:35:25'),(49341,5,12604,'','2013-11-13 16:35:25'),(49342,6,12604,'60','2013-11-13 16:35:25'),(49343,7,12604,'DAY','2013-11-13 16:35:25'),(49344,1,12606,'','2013-11-13 16:35:25'),(49345,2,12606,'','2013-11-13 16:35:25'),(49346,3,12606,'','2013-11-13 16:35:25'),(49347,4,12606,'','2013-11-13 16:35:25'),(49348,5,12606,'','2013-11-13 16:35:25'),(49349,6,12606,'','2013-11-13 16:35:25'),(49350,7,12606,'DAY','2013-11-13 16:35:25'),(49351,1,12607,'','2013-11-13 16:41:34'),(49352,2,12607,'','2013-11-13 16:41:34'),(49353,3,12607,'','2013-11-13 16:41:34'),(49354,4,12607,'','2013-11-13 16:41:34'),(49355,5,12607,'','2013-11-13 16:41:34'),(49356,6,12607,'','2013-11-13 16:41:34'),(49357,7,12607,'DAY','2013-11-13 16:41:34'),(49358,1,12608,'3586420','2013-11-13 16:52:06'),(49359,2,12608,'','2013-11-13 16:52:06'),(49360,3,12608,'','2013-11-13 16:52:06'),(49361,4,12608,'OPD','2013-11-13 16:52:06'),(49362,5,12608,'','2013-11-13 16:52:06'),(49363,6,12608,'66','2013-11-13 16:52:06'),(49364,7,12608,'DAY','2013-11-13 16:52:06'),(49365,1,12609,'3586233','2013-11-13 16:53:51'),(49366,2,12609,'','2013-11-13 16:53:51'),(49367,3,12609,'','2013-11-13 16:53:51'),(49368,4,12609,'OPD','2013-11-13 16:53:51'),(49369,5,12609,'','2013-11-13 16:53:51'),(49370,6,12609,'13','2013-11-13 16:53:51'),(49371,7,12609,'DAY','2013-11-13 16:53:51'),(49372,1,12610,'','2013-11-13 17:06:01'),(49373,2,12610,'','2013-11-13 17:06:01'),(49374,3,12610,'','2013-11-13 17:06:01'),(49375,4,12610,'OPD','2013-11-13 17:06:01'),(49376,5,12610,'','2013-11-13 17:06:01'),(49377,6,12610,'360','2013-11-13 17:06:01'),(49378,7,12610,'DAY','2013-11-13 17:06:01'),(49379,1,12612,'','2013-11-13 17:06:01'),(49380,2,12612,'','2013-11-13 17:06:01'),(49381,3,12612,'','2013-11-13 17:06:01'),(49382,4,12612,'','2013-11-13 17:06:01'),(49383,5,12612,'','2013-11-13 17:06:01'),(49384,6,12612,'','2013-11-13 17:06:01'),(49385,7,12612,'DAY','2013-11-13 17:06:01'),(49386,1,12615,'','2013-11-13 17:06:02'),(49387,2,12615,'','2013-11-13 17:06:02'),(49388,3,12615,'','2013-11-13 17:06:02'),(49389,4,12615,'','2013-11-13 17:06:02'),(49390,5,12615,'','2013-11-13 17:06:02'),(49391,6,12615,'','2013-11-13 17:06:02'),(49392,7,12615,'DAY','2013-11-13 17:06:02'),(49393,1,12616,'3585960','2013-11-13 17:12:27'),(49394,2,12616,'592901','2013-11-13 17:12:27'),(49395,3,12616,'','2013-11-13 17:12:27'),(49396,4,12616,'OPD','2013-11-13 17:12:27'),(49397,5,12616,'','2013-11-13 17:12:27'),(49398,6,12616,'182','2013-11-13 17:12:27'),(49399,7,12616,'DAY','2013-11-13 17:12:27'),(49400,1,12618,'','2013-11-13 17:12:27'),(49401,2,12618,'','2013-11-13 17:12:27'),(49402,3,12618,'','2013-11-13 17:12:27'),(49403,4,12618,'','2013-11-13 17:12:27'),(49404,5,12618,'','2013-11-13 17:12:27'),(49405,6,12618,'','2013-11-13 17:12:27'),(49406,7,12618,'DAY','2013-11-13 17:12:27'),(49407,1,12621,'','2013-11-13 17:12:27'),(49408,2,12621,'','2013-11-13 17:12:27'),(49409,3,12621,'','2013-11-13 17:12:27'),(49410,4,12621,'','2013-11-13 17:12:27'),(49411,5,12621,'','2013-11-13 17:12:27'),(49412,6,12621,'','2013-11-13 17:12:27'),(49413,7,12621,'DAY','2013-11-13 17:12:27'),(49414,1,12622,'3586440','2013-11-13 17:17:03'),(49415,2,12622,'','2013-11-13 17:17:03'),(49416,3,12622,'','2013-11-13 17:17:03'),(49417,4,12622,'OPD','2013-11-13 17:17:03'),(49418,5,12622,'','2013-11-13 17:17:03'),(49419,6,12622,'88','2013-11-13 17:17:03'),(49420,7,12622,'DAY','2013-11-13 17:17:03'),(49421,1,12624,'','2013-11-13 17:17:03'),(49422,2,12624,'','2013-11-13 17:17:03'),(49423,3,12624,'','2013-11-13 17:17:03'),(49424,4,12624,'','2013-11-13 17:17:03'),(49425,5,12624,'','2013-11-13 17:17:03'),(49426,6,12624,'','2013-11-13 17:17:03'),(49427,7,12624,'DAY','2013-11-13 17:17:03'),(49428,1,12627,'','2013-11-13 17:17:04'),(49429,2,12627,'','2013-11-13 17:17:04'),(49430,3,12627,'','2013-11-13 17:17:04'),(49431,4,12627,'','2013-11-13 17:17:04'),(49432,5,12627,'','2013-11-13 17:17:04'),(49433,6,12627,'','2013-11-13 17:17:04'),(49434,7,12627,'DAY','2013-11-13 17:17:04'),(49435,1,12628,'','2013-11-13 17:19:50'),(49436,2,12628,'','2013-11-13 17:19:50'),(49437,3,12628,'','2013-11-13 17:19:50'),(49438,4,12628,'','2013-11-13 17:19:50'),(49439,5,12628,'','2013-11-13 17:19:50'),(49440,6,12628,'','2013-11-13 17:19:50'),(49441,7,12628,'DAY','2013-11-13 17:19:50'),(49442,1,12629,'3585195','2013-11-13 17:27:42'),(49443,2,12629,'593007','2013-11-13 17:27:42'),(49444,3,12629,'','2013-11-13 17:27:42'),(49445,4,12629,'OPD','2013-11-13 17:27:42'),(49446,5,12629,'','2013-11-13 17:27:42'),(49447,6,12629,'655','2013-11-13 17:27:42'),(49448,7,12629,'DAY','2013-11-13 17:27:42'),(49449,1,12631,'','2013-11-13 17:27:42'),(49450,2,12631,'','2013-11-13 17:27:42'),(49451,3,12631,'','2013-11-13 17:27:42'),(49452,4,12631,'','2013-11-13 17:27:42'),(49453,5,12631,'','2013-11-13 17:27:42'),(49454,6,12631,'','2013-11-13 17:27:42'),(49455,7,12631,'DAY','2013-11-13 17:27:42'),(49456,1,12634,'','2013-11-13 17:27:42'),(49457,2,12634,'','2013-11-13 17:27:42'),(49458,3,12634,'','2013-11-13 17:27:42'),(49459,4,12634,'','2013-11-13 17:27:42'),(49460,5,12634,'','2013-11-13 17:27:42'),(49461,6,12634,'','2013-11-13 17:27:42'),(49462,7,12634,'DAY','2013-11-13 17:27:42'),(49463,1,12638,'','2013-11-13 17:27:43'),(49464,2,12638,'','2013-11-13 17:27:43'),(49465,3,12638,'','2013-11-13 17:27:43'),(49466,4,12638,'','2013-11-13 17:27:43'),(49467,5,12638,'','2013-11-13 17:27:43'),(49468,6,12638,'','2013-11-13 17:27:43'),(49469,7,12638,'DAY','2013-11-13 17:27:43'),(49470,1,12639,'','2013-11-13 17:40:31'),(49471,2,12639,'','2013-11-13 17:40:31'),(49472,3,12639,'','2013-11-13 17:40:31'),(49473,4,12639,'','2013-11-13 17:40:31'),(49474,5,12639,'','2013-11-13 17:40:31'),(49475,6,12639,'','2013-11-13 17:40:31'),(49476,7,12639,'DAY','2013-11-13 17:40:31'),(49477,1,12640,'','2013-11-13 17:41:42'),(49478,2,12640,'','2013-11-13 17:41:42'),(49479,3,12640,'','2013-11-13 17:41:42'),(49480,4,12640,'','2013-11-13 17:41:42'),(49481,5,12640,'','2013-11-13 17:41:42'),(49482,6,12640,'','2013-11-13 17:41:42'),(49483,7,12640,'DAY','2013-11-13 17:41:42'),(49484,1,12641,'','2013-11-13 17:44:39'),(49485,2,12641,'','2013-11-13 17:44:39'),(49486,3,12641,'','2013-11-13 17:44:39'),(49487,4,12641,'','2013-11-13 17:44:39'),(49488,5,12641,'','2013-11-13 17:44:39'),(49489,6,12641,'','2013-11-13 17:44:39'),(49490,7,12641,'DAY','2013-11-13 17:44:39'),(49491,1,12642,'','2013-11-13 17:45:19'),(49492,2,12642,'','2013-11-13 17:45:19'),(49493,3,12642,'','2013-11-13 17:45:19'),(49494,4,12642,'ward','2013-11-13 17:45:19'),(49495,5,12642,'','2013-11-13 17:45:19'),(49496,6,12642,'','2013-11-13 17:45:19'),(49497,7,12642,'DAY','2013-11-13 17:45:19'),(49498,1,12643,'','2013-11-13 17:45:34'),(49499,2,12643,'','2013-11-13 17:45:34'),(49500,3,12643,'','2013-11-13 17:45:34'),(49501,4,12643,'','2013-11-13 17:45:34'),(49502,5,12643,'','2013-11-13 17:45:34'),(49503,6,12643,'','2013-11-13 17:45:34'),(49504,7,12643,'DAY','2013-11-13 17:45:34'),(49505,1,12645,'','2013-11-13 17:45:35'),(49506,2,12645,'','2013-11-13 17:45:35'),(49507,3,12645,'','2013-11-13 17:45:35'),(49508,4,12645,'','2013-11-13 17:45:35'),(49509,5,12645,'','2013-11-13 17:45:35'),(49510,6,12645,'','2013-11-13 17:45:35'),(49511,7,12645,'DAY','2013-11-13 17:45:35'),(49512,1,12646,'','2013-11-13 17:47:41'),(49513,2,12646,'','2013-11-13 17:47:41'),(49514,3,12646,'','2013-11-13 17:47:41'),(49515,4,12646,'','2013-11-13 17:47:41'),(49516,5,12646,'','2013-11-13 17:47:41'),(49517,6,12646,'','2013-11-13 17:47:41'),(49518,7,12646,'DAY','2013-11-13 17:47:41'),(49519,1,12647,'','2013-11-13 17:48:30'),(49520,2,12647,'','2013-11-13 17:48:30'),(49521,3,12647,'','2013-11-13 17:48:30'),(49522,4,12647,'','2013-11-13 17:48:30'),(49523,5,12647,'','2013-11-13 17:48:30'),(49524,6,12647,'','2013-11-13 17:48:30'),(49525,7,12647,'DAY','2013-11-13 17:48:30'),(49526,1,12649,'','2013-11-13 17:48:30'),(49527,2,12649,'','2013-11-13 17:48:30'),(49528,3,12649,'','2013-11-13 17:48:30'),(49529,4,12649,'','2013-11-13 17:48:30'),(49530,5,12649,'','2013-11-13 17:48:30'),(49531,6,12649,'','2013-11-13 17:48:30'),(49532,7,12649,'DAY','2013-11-13 17:48:30'),(49533,1,12650,'','2013-11-13 17:50:58'),(49534,2,12650,'','2013-11-13 17:50:58'),(49535,3,12650,'','2013-11-13 17:50:58'),(49536,4,12650,'','2013-11-13 17:50:58'),(49537,5,12650,'','2013-11-13 17:50:58'),(49538,6,12650,'','2013-11-13 17:50:58'),(49539,7,12650,'DAY','2013-11-13 17:50:58'),(49540,1,12651,'','2013-11-13 17:53:45'),(49541,2,12651,'593023','2013-11-13 17:53:45'),(49542,3,12651,'','2013-11-13 17:53:45'),(49543,4,12651,'OPD','2013-11-13 17:53:45'),(49544,5,12651,'','2013-11-13 17:53:45'),(49545,6,12651,'52','2013-11-13 17:53:45'),(49546,7,12651,'DAY','2013-11-13 17:53:45'),(49547,1,12653,'','2013-11-13 17:53:45'),(49548,2,12653,'','2013-11-13 17:53:45'),(49549,3,12653,'','2013-11-13 17:53:45'),(49550,4,12653,'','2013-11-13 17:53:45'),(49551,5,12653,'','2013-11-13 17:53:45'),(49552,6,12653,'','2013-11-13 17:53:45'),(49553,7,12653,'DAY','2013-11-13 17:53:45'),(49554,1,12654,'3586472','2013-11-13 17:56:25'),(49555,2,12654,'593015','2013-11-13 17:56:25'),(49556,3,12654,'','2013-11-13 17:56:25'),(49557,4,12654,'OPD','2013-11-13 17:56:25'),(49558,5,12654,'','2013-11-13 17:56:25'),(49559,6,12654,'52','2013-11-13 17:56:25'),(49560,7,12654,'DAY','2013-11-13 17:56:25'),(49561,1,12656,'','2013-11-13 17:56:26'),(49562,2,12656,'','2013-11-13 17:56:26'),(49563,3,12656,'','2013-11-13 17:56:26'),(49564,4,12656,'','2013-11-13 17:56:26'),(49565,5,12656,'','2013-11-13 17:56:26'),(49566,6,12656,'','2013-11-13 17:56:26'),(49567,7,12656,'DAY','2013-11-13 17:56:26'),(49568,1,12657,'3586480','2013-11-13 18:02:29'),(49569,2,12657,'','2013-11-13 18:02:29'),(49570,3,12657,'','2013-11-13 18:02:29'),(49571,4,12657,'OPD','2013-11-13 18:02:29'),(49572,5,12657,'','2013-11-13 18:02:29'),(49573,6,12657,'94','2013-11-13 18:02:29'),(49574,7,12657,'DAY','2013-11-13 18:02:29'),(49575,1,12659,'','2013-11-13 18:02:29'),(49576,2,12659,'','2013-11-13 18:02:29'),(49577,3,12659,'','2013-11-13 18:02:29'),(49578,4,12659,'','2013-11-13 18:02:29'),(49579,5,12659,'','2013-11-13 18:02:29'),(49580,6,12659,'','2013-11-13 18:02:29'),(49581,7,12659,'DAY','2013-11-13 18:02:29'); +INSERT INTO `specimen_custom_data` VALUES (49582,1,12660,'','2013-11-13 18:04:47'),(49583,2,12660,'','2013-11-13 18:04:47'),(49584,3,12660,'','2013-11-13 18:04:47'),(49585,4,12660,'OPF','2013-11-13 18:04:47'),(49586,5,12660,'','2013-11-13 18:04:47'),(49587,6,12660,'22','2013-11-13 18:04:47'),(49588,7,12660,'DAY','2013-11-13 18:04:47'),(49589,1,12661,'','2013-11-13 18:15:48'),(49590,2,12661,'','2013-11-13 18:15:48'),(49591,3,12661,'','2013-11-13 18:15:48'),(49592,4,12661,'','2013-11-13 18:15:48'),(49593,5,12661,'','2013-11-13 18:15:48'),(49594,6,12661,'','2013-11-13 18:15:48'),(49595,7,12661,'DAY','2013-11-13 18:15:48'),(49596,1,12662,'3586509','2013-11-13 18:18:41'),(49597,2,12662,'','2013-11-13 18:18:41'),(49598,3,12662,'','2013-11-13 18:18:41'),(49599,4,12662,'','2013-11-13 18:18:41'),(49600,5,12662,'','2013-11-13 18:18:41'),(49601,6,12662,'228','2013-11-13 18:18:41'),(49602,7,12662,'DAY','2013-11-13 18:18:41'),(49603,1,12664,'','2013-11-13 18:18:42'),(49604,2,12664,'','2013-11-13 18:18:42'),(49605,3,12664,'','2013-11-13 18:18:42'),(49606,4,12664,'','2013-11-13 18:18:42'),(49607,5,12664,'','2013-11-13 18:18:42'),(49608,6,12664,'','2013-11-13 18:18:42'),(49609,7,12664,'DAY','2013-11-13 18:18:42'),(49610,1,12667,'','2013-11-13 18:18:42'),(49611,2,12667,'','2013-11-13 18:18:42'),(49612,3,12667,'','2013-11-13 18:18:42'),(49613,4,12667,'','2013-11-13 18:18:42'),(49614,5,12667,'','2013-11-13 18:18:42'),(49615,6,12667,'','2013-11-13 18:18:42'),(49616,7,12667,'DAY','2013-11-13 18:18:42'),(49617,1,12668,'3586506','2013-11-13 18:24:53'),(49618,2,12668,'593025','2013-11-13 18:24:53'),(49619,3,12668,'','2013-11-13 18:24:53'),(49620,4,12668,'OPD','2013-11-13 18:24:53'),(49621,5,12668,'','2013-11-13 18:24:53'),(49622,6,12668,'187','2013-11-13 18:24:53'),(49623,7,12668,'DAY','2013-11-13 18:24:53'),(49624,1,12670,'','2013-11-13 18:24:54'),(49625,2,12670,'','2013-11-13 18:24:54'),(49626,3,12670,'','2013-11-13 18:24:54'),(49627,4,12670,'','2013-11-13 18:24:54'),(49628,5,12670,'','2013-11-13 18:24:54'),(49629,6,12670,'','2013-11-13 18:24:54'),(49630,7,12670,'DAY','2013-11-13 18:24:54'),(49631,1,12671,'','2013-11-13 18:27:04'),(49632,2,12671,'593034','2013-11-13 18:27:04'),(49633,3,12671,'','2013-11-13 18:27:04'),(49634,4,12671,'SR','2013-11-13 18:27:04'),(49635,5,12671,'','2013-11-13 18:27:04'),(49636,6,12671,'','2013-11-13 18:27:04'),(49637,7,12671,'DAY','2013-11-13 18:27:04'),(49638,1,12672,'','2013-11-13 18:27:46'),(49639,2,12672,'','2013-11-13 18:27:46'),(49640,3,12672,'','2013-11-13 18:27:46'),(49641,4,12672,'','2013-11-13 18:27:46'),(49642,5,12672,'','2013-11-13 18:27:46'),(49643,6,12672,'','2013-11-13 18:27:46'),(49644,7,12672,'DAY','2013-11-13 18:27:46'),(49645,1,12673,'','2013-11-13 18:29:35'),(49646,2,12673,'593026','2013-11-13 18:29:35'),(49647,3,12673,'','2013-11-13 18:29:35'),(49648,4,12673,'','2013-11-13 18:29:35'),(49649,5,12673,'','2013-11-13 18:29:35'),(49650,6,12673,'','2013-11-13 18:29:35'),(49651,7,12673,'DAY','2013-11-13 18:29:35'),(49652,1,12675,'','2013-11-13 18:29:35'),(49653,2,12675,'','2013-11-13 18:29:35'),(49654,3,12675,'','2013-11-13 18:29:35'),(49655,4,12675,'','2013-11-13 18:29:35'),(49656,5,12675,'','2013-11-13 18:29:35'),(49657,6,12675,'','2013-11-13 18:29:35'),(49658,7,12675,'DAY','2013-11-13 18:29:35'),(49659,1,12678,'','2013-11-13 18:29:35'),(49660,2,12678,'','2013-11-13 18:29:35'),(49661,3,12678,'','2013-11-13 18:29:35'),(49662,4,12678,'','2013-11-13 18:29:35'),(49663,5,12678,'','2013-11-13 18:29:35'),(49664,6,12678,'','2013-11-13 18:29:35'),(49665,7,12678,'DAY','2013-11-13 18:29:35'),(49666,1,12679,'','2013-11-13 18:34:27'),(49667,2,12679,'593027','2013-11-13 18:34:27'),(49668,3,12679,'','2013-11-13 18:34:27'),(49669,4,12679,'','2013-11-13 18:34:27'),(49670,5,12679,'','2013-11-13 18:34:27'),(49671,6,12679,'','2013-11-13 18:34:27'),(49672,7,12679,'DAY','2013-11-13 18:34:27'),(49673,1,12680,'','2013-11-13 18:46:19'),(49674,2,12680,'593020','2013-11-13 18:46:19'),(49675,3,12680,'','2013-11-13 18:46:19'),(49676,4,12680,'','2013-11-13 18:46:19'),(49677,5,12680,'','2013-11-13 18:46:19'),(49678,6,12680,'','2013-11-13 18:46:19'),(49679,7,12680,'DAY','2013-11-13 18:46:19'),(49680,1,12681,'','2013-11-13 18:48:22'),(49681,2,12681,'593040','2013-11-13 18:48:22'),(49682,3,12681,'','2013-11-13 18:48:22'),(49683,4,12681,'','2013-11-13 18:48:22'),(49684,5,12681,'','2013-11-13 18:48:22'),(49685,6,12681,'','2013-11-13 18:48:22'),(49686,7,12681,'DAY','2013-11-13 18:48:22'),(49687,1,12682,'3586546','2013-11-13 18:51:51'),(49688,2,12682,'','2013-11-13 18:51:51'),(49689,3,12682,'','2013-11-13 18:51:51'),(49690,4,12682,'OPD','2013-11-13 18:51:51'),(49691,5,12682,'','2013-11-13 18:51:51'),(49692,6,12682,'50.00','2013-11-13 18:51:51'),(49693,7,12682,'DAY','2013-11-13 18:51:51'),(49694,1,12683,'3586548','2013-11-13 18:53:56'),(49695,2,12683,'','2013-11-13 18:53:56'),(49696,3,12683,'','2013-11-13 18:53:56'),(49697,4,12683,'OPD','2013-11-13 18:53:56'),(49698,5,12683,'','2013-11-13 18:53:56'),(49699,6,12683,'22.00','2013-11-13 18:53:56'),(49700,7,12683,'DAY','2013-11-13 18:53:56'),(49701,1,12684,'','2013-11-13 18:54:33'),(49702,2,12684,'','2013-11-13 18:54:33'),(49703,3,12684,'','2013-11-13 18:54:33'),(49704,4,12684,'','2013-11-13 18:54:33'),(49705,5,12684,'','2013-11-13 18:54:33'),(49706,6,12684,'','2013-11-13 18:54:33'),(49707,7,12684,'DAY','2013-11-13 18:54:33'),(49708,1,12685,'593035','2013-11-13 18:59:09'),(49709,2,12685,'','2013-11-13 18:59:09'),(49710,3,12685,'','2013-11-13 18:59:09'),(49711,4,12685,'OPD','2013-11-13 18:59:09'),(49712,5,12685,'','2013-11-13 18:59:09'),(49713,6,12685,'104.00','2013-11-13 18:59:09'),(49714,7,12685,'DAY','2013-11-13 18:59:09'),(49715,1,12687,'','2013-11-13 18:59:09'),(49716,2,12687,'','2013-11-13 18:59:09'),(49717,3,12687,'','2013-11-13 18:59:09'),(49718,4,12687,'','2013-11-13 18:59:09'),(49719,5,12687,'','2013-11-13 18:59:09'),(49720,6,12687,'','2013-11-13 18:59:09'),(49721,7,12687,'DAY','2013-11-13 18:59:09'),(49722,1,12690,'','2013-11-13 18:59:10'),(49723,2,12690,'','2013-11-13 18:59:10'),(49724,3,12690,'','2013-11-13 18:59:10'),(49725,4,12690,'','2013-11-13 18:59:10'),(49726,5,12690,'','2013-11-13 18:59:10'),(49727,6,12690,'','2013-11-13 18:59:10'),(49728,7,12690,'DAY','2013-11-13 18:59:10'),(49729,1,12691,'3585952','2013-11-13 19:00:16'),(49730,2,12691,'','2013-11-13 19:00:16'),(49731,3,12691,'','2013-11-13 19:00:16'),(49732,4,12691,'OPD','2013-11-13 19:00:16'),(49733,5,12691,'','2013-11-13 19:00:16'),(49734,6,12691,'27.00','2013-11-13 19:00:16'),(49735,7,12691,'DAY','2013-11-13 19:00:16'),(49736,1,12692,'3586535','2013-11-13 19:03:35'),(49737,2,12692,'','2013-11-13 19:03:35'),(49738,3,12692,'','2013-11-13 19:03:35'),(49739,4,12692,'OPD','2013-11-13 19:03:35'),(49740,5,12692,'','2013-11-13 19:03:35'),(49741,6,12692,'88.00','2013-11-13 19:03:35'),(49742,7,12692,'DAY','2013-11-13 19:03:35'),(49743,1,12694,'','2013-11-13 19:03:36'),(49744,2,12694,'','2013-11-13 19:03:36'),(49745,3,12694,'','2013-11-13 19:03:36'),(49746,4,12694,'','2013-11-13 19:03:36'),(49747,5,12694,'','2013-11-13 19:03:36'),(49748,6,12694,'','2013-11-13 19:03:36'),(49749,7,12694,'DAY','2013-11-13 19:03:36'),(49750,1,12695,'3586558','2013-11-13 19:06:06'),(49751,2,12695,'','2013-11-13 19:06:06'),(49752,3,12695,'','2013-11-13 19:06:06'),(49753,4,12695,'OPD','2013-11-13 19:06:06'),(49754,5,12695,'','2013-11-13 19:06:06'),(49755,6,12695,'37','2013-11-13 19:06:06'),(49756,7,12695,'DAY','2013-11-13 19:06:06'),(49757,1,12696,'3586529','2013-11-13 19:06:07'),(49758,2,12696,'','2013-11-13 19:06:07'),(49759,3,12696,'','2013-11-13 19:06:07'),(49760,4,12696,'OPD','2013-11-13 19:06:07'),(49761,5,12696,'','2013-11-13 19:06:07'),(49762,6,12696,'94.00','2013-11-13 19:06:07'),(49763,7,12696,'DAY','2013-11-13 19:06:07'),(49764,1,12698,'','2013-11-13 19:06:07'),(49765,2,12698,'','2013-11-13 19:06:07'),(49766,3,12698,'','2013-11-13 19:06:07'),(49767,4,12698,'','2013-11-13 19:06:07'),(49768,5,12698,'','2013-11-13 19:06:07'),(49769,6,12698,'','2013-11-13 19:06:07'),(49770,7,12698,'DAY','2013-11-13 19:06:07'),(49771,1,12699,'3584335','2013-11-13 19:07:28'),(49772,2,12699,'','2013-11-13 19:07:28'),(49773,3,12699,'','2013-11-13 19:07:28'),(49774,4,12699,'OPD','2013-11-13 19:07:28'),(49775,5,12699,'','2013-11-13 19:07:28'),(49776,6,12699,'205.00','2013-11-13 19:07:28'),(49777,7,12699,'DAY','2013-11-13 19:07:28'),(49778,1,12700,'','2013-11-13 19:13:23'),(49779,2,12700,'593038','2013-11-13 19:13:23'),(49780,3,12700,'','2013-11-13 19:13:23'),(49781,4,12700,'','2013-11-13 19:13:23'),(49782,5,12700,'','2013-11-13 19:13:23'),(49783,6,12700,'','2013-11-13 19:13:23'),(49784,7,12700,'DAY','2013-11-13 19:13:23'),(49785,1,12701,'','2013-11-13 19:17:26'),(49786,2,12701,'','2013-11-13 19:17:26'),(49787,3,12701,'','2013-11-13 19:17:26'),(49788,4,12701,'','2013-11-13 19:17:26'),(49789,5,12701,'','2013-11-13 19:17:26'),(49790,6,12701,'','2013-11-13 19:17:26'),(49791,7,12701,'DAY','2013-11-13 19:17:26'),(49792,1,12703,'','2013-11-13 19:17:26'),(49793,2,12703,'','2013-11-13 19:17:26'),(49794,3,12703,'','2013-11-13 19:17:26'),(49795,4,12703,'','2013-11-13 19:17:26'),(49796,5,12703,'','2013-11-13 19:17:26'),(49797,6,12703,'','2013-11-13 19:17:26'),(49798,7,12703,'DAY','2013-11-13 19:17:26'),(49799,1,12706,'','2013-11-13 19:17:27'),(49800,2,12706,'','2013-11-13 19:17:27'),(49801,3,12706,'','2013-11-13 19:17:27'),(49802,4,12706,'','2013-11-13 19:17:27'),(49803,5,12706,'','2013-11-13 19:17:27'),(49804,6,12706,'','2013-11-13 19:17:27'),(49805,7,12706,'DAY','2013-11-13 19:17:27'),(49806,1,12707,'','2013-11-13 19:22:57'),(49807,2,12707,'','2013-11-13 19:22:57'),(49808,3,12707,'','2013-11-13 19:22:57'),(49809,4,12707,'','2013-11-13 19:22:57'),(49810,5,12707,'','2013-11-13 19:22:57'),(49811,6,12707,'','2013-11-13 19:22:57'),(49812,7,12707,'DAY','2013-11-13 19:22:57'),(49813,1,12708,'358578','2013-11-13 19:39:37'),(49814,2,12708,'','2013-11-13 19:39:37'),(49815,3,12708,'','2013-11-13 19:39:37'),(49816,4,12708,'','2013-11-13 19:39:37'),(49817,5,12708,'','2013-11-13 19:39:37'),(49818,6,12708,'','2013-11-13 19:39:37'),(49819,7,12708,'DAY','2013-11-13 19:39:37'),(49820,1,12710,'','2013-11-13 19:39:37'),(49821,2,12710,'','2013-11-13 19:39:37'),(49822,3,12710,'','2013-11-13 19:39:37'),(49823,4,12710,'','2013-11-13 19:39:37'),(49824,5,12710,'','2013-11-13 19:39:37'),(49825,6,12710,'','2013-11-13 19:39:37'),(49826,7,12710,'DAY','2013-11-13 19:39:37'),(49827,1,12713,'','2013-11-13 19:39:37'),(49828,2,12713,'','2013-11-13 19:39:37'),(49829,3,12713,'','2013-11-13 19:39:37'),(49830,4,12713,'','2013-11-13 19:39:37'),(49831,5,12713,'','2013-11-13 19:39:37'),(49832,6,12713,'','2013-11-13 19:39:37'),(49833,7,12713,'DAY','2013-11-13 19:39:37'),(49834,1,12714,'','2013-11-13 19:41:36'),(49835,2,12714,'','2013-11-13 19:41:36'),(49836,3,12714,'','2013-11-13 19:41:36'),(49837,4,12714,'','2013-11-13 19:41:36'),(49838,5,12714,'','2013-11-13 19:41:36'),(49839,6,12714,'','2013-11-13 19:41:36'),(49840,7,12714,'DAY','2013-11-13 19:41:36'),(49841,1,12715,'','2013-11-13 19:42:20'),(49842,2,12715,'','2013-11-13 19:42:20'),(49843,3,12715,'','2013-11-13 19:42:20'),(49844,4,12715,'','2013-11-13 19:42:20'),(49845,5,12715,'','2013-11-13 19:42:20'),(49846,6,12715,'','2013-11-13 19:42:20'),(49847,7,12715,'DAY','2013-11-13 19:42:20'),(49848,1,12716,'3586575','2013-11-13 19:47:43'),(49849,2,12716,'593046','2013-11-13 19:47:43'),(49850,3,12716,'','2013-11-13 19:47:43'),(49851,4,12716,'OPD','2013-11-13 19:47:43'),(49852,5,12716,'','2013-11-13 19:47:43'),(49853,6,12716,'','2013-11-13 19:47:43'),(49854,7,12716,'DAY','2013-11-13 19:47:43'),(49855,1,12718,'','2013-11-13 19:47:44'),(49856,2,12718,'','2013-11-13 19:47:44'),(49857,3,12718,'','2013-11-13 19:47:44'),(49858,4,12718,'','2013-11-13 19:47:44'),(49859,5,12718,'','2013-11-13 19:47:44'),(49860,6,12718,'','2013-11-13 19:47:44'),(49861,7,12718,'DAY','2013-11-13 19:47:44'),(49862,1,12719,'3586602','2013-11-13 19:51:25'),(49863,2,12719,'','2013-11-13 19:51:25'),(49864,3,12719,'','2013-11-13 19:51:25'),(49865,4,12719,'OPD','2013-11-13 19:51:25'),(49866,5,12719,'','2013-11-13 19:51:25'),(49867,6,12719,'102.00','2013-11-13 19:51:25'),(49868,7,12719,'DAY','2013-11-13 19:51:25'),(49869,1,12721,'','2013-11-13 19:51:26'),(49870,2,12721,'','2013-11-13 19:51:26'),(49871,3,12721,'','2013-11-13 19:51:26'),(49872,4,12721,'','2013-11-13 19:51:26'),(49873,5,12721,'','2013-11-13 19:51:26'),(49874,6,12721,'','2013-11-13 19:51:26'),(49875,7,12721,'DAY','2013-11-13 19:51:26'),(49876,1,12724,'','2013-11-13 19:51:26'),(49877,2,12724,'','2013-11-13 19:51:26'),(49878,3,12724,'','2013-11-13 19:51:26'),(49879,4,12724,'','2013-11-13 19:51:26'),(49880,5,12724,'','2013-11-13 19:51:26'),(49881,6,12724,'','2013-11-13 19:51:26'),(49882,7,12724,'DAY','2013-11-13 19:51:26'),(49883,1,12725,'3586600','2013-11-13 19:55:04'),(49884,2,12725,'','2013-11-13 19:55:04'),(49885,3,12725,'','2013-11-13 19:55:04'),(49886,4,12725,'OPD','2013-11-13 19:55:04'),(49887,5,12725,'','2013-11-13 19:55:04'),(49888,6,12725,'13.00','2013-11-13 19:55:04'),(49889,7,12725,'DAY','2013-11-13 19:55:04'),(49890,1,12726,'3586597','2013-11-13 19:58:12'),(49891,2,12726,'','2013-11-13 19:58:12'),(49892,3,12726,'','2013-11-13 19:58:12'),(49893,4,12726,'OPD','2013-11-13 19:58:12'),(49894,5,12726,'','2013-11-13 19:58:12'),(49895,6,12726,'230.00','2013-11-13 19:58:12'),(49896,7,12726,'DAY','2013-11-13 19:58:12'),(49897,1,12728,'','2013-11-13 19:58:12'),(49898,2,12728,'','2013-11-13 19:58:12'),(49899,3,12728,'','2013-11-13 19:58:12'),(49900,4,12728,'','2013-11-13 19:58:12'),(49901,5,12728,'','2013-11-13 19:58:12'),(49902,6,12728,'','2013-11-13 19:58:12'),(49903,7,12728,'DAY','2013-11-13 19:58:12'),(49904,1,12729,'358667','2013-11-13 20:00:12'),(49905,2,12729,'','2013-11-13 20:00:12'),(49906,3,12729,'','2013-11-13 20:00:12'),(49907,4,12729,'OPD','2013-11-13 20:00:12'),(49908,5,12729,'','2013-11-13 20:00:12'),(49909,6,12729,'','2013-11-13 20:00:12'),(49910,7,12729,'DAY','2013-11-13 20:00:12'),(49911,1,12731,'','2013-11-13 20:00:12'),(49912,2,12731,'','2013-11-13 20:00:12'),(49913,3,12731,'','2013-11-13 20:00:12'),(49914,4,12731,'','2013-11-13 20:00:12'),(49915,5,12731,'','2013-11-13 20:00:12'),(49916,6,12731,'','2013-11-13 20:00:12'),(49917,7,12731,'DAY','2013-11-13 20:00:12'),(49918,1,12732,'3586560','2013-11-13 20:00:36'),(49919,2,12732,'','2013-11-13 20:00:36'),(49920,3,12732,'','2013-11-13 20:00:36'),(49921,4,12732,'OPD','2013-11-13 20:00:36'),(49922,5,12732,'','2013-11-13 20:00:36'),(49923,6,12732,'13.00','2013-11-13 20:00:36'),(49924,7,12732,'DAY','2013-11-13 20:00:36'),(49925,1,12733,'3586591','2013-11-13 20:04:22'),(49926,2,12733,'599052','2013-11-13 20:04:22'),(49927,3,12733,'','2013-11-13 20:04:22'),(49928,4,12733,'OPD','2013-11-13 20:04:22'),(49929,5,12733,'','2013-11-13 20:04:22'),(49930,6,12733,'65.00','2013-11-13 20:04:22'),(49931,7,12733,'DAY','2013-11-13 20:04:22'),(49932,1,12735,'','2013-11-13 20:04:22'),(49933,2,12735,'','2013-11-13 20:04:22'),(49934,3,12735,'','2013-11-13 20:04:22'),(49935,4,12735,'','2013-11-13 20:04:22'),(49936,5,12735,'','2013-11-13 20:04:22'),(49937,6,12735,'','2013-11-13 20:04:22'),(49938,7,12735,'DAY','2013-11-13 20:04:22'),(49939,1,12736,'3586605','2013-11-13 20:05:38'),(49940,2,12736,'','2013-11-13 20:05:38'),(49941,3,12736,'','2013-11-13 20:05:38'),(49942,4,12736,'','2013-11-13 20:05:38'),(49943,5,12736,'','2013-11-13 20:05:38'),(49944,6,12736,'37','2013-11-13 20:05:38'),(49945,7,12736,'DAY','2013-11-13 20:05:38'),(49946,1,12737,'3586569','2013-11-13 20:15:05'),(49947,2,12737,'','2013-11-13 20:15:05'),(49948,3,12737,'','2013-11-13 20:15:05'),(49949,4,12737,'OPD','2013-11-13 20:15:05'),(49950,5,12737,'','2013-11-13 20:15:05'),(49951,6,12737,'133','2013-11-13 20:15:05'),(49952,7,12737,'DAY','2013-11-13 20:15:05'),(49953,1,12739,'','2013-11-13 20:15:06'),(49954,2,12739,'','2013-11-13 20:15:06'),(49955,3,12739,'','2013-11-13 20:15:06'),(49956,4,12739,'','2013-11-13 20:15:06'),(49957,5,12739,'','2013-11-13 20:15:06'),(49958,6,12739,'','2013-11-13 20:15:06'),(49959,7,12739,'DAY','2013-11-13 20:15:06'),(49960,1,12742,'','2013-11-13 20:15:06'),(49961,2,12742,'','2013-11-13 20:15:06'),(49962,3,12742,'','2013-11-13 20:15:06'),(49963,4,12742,'','2013-11-13 20:15:06'),(49964,5,12742,'','2013-11-13 20:15:06'),(49965,6,12742,'','2013-11-13 20:15:06'),(49966,7,12742,'DAY','2013-11-13 20:15:06'),(49967,1,12743,'3586639','2013-11-13 20:19:21'),(49968,2,12743,'','2013-11-13 20:19:21'),(49969,3,12743,'','2013-11-13 20:19:21'),(49970,4,12743,'OPD','2013-11-13 20:19:21'),(49971,5,12743,'','2013-11-13 20:19:21'),(49972,6,12743,'282','2013-11-13 20:19:21'),(49973,7,12743,'DAY','2013-11-13 20:19:21'),(49974,1,12745,'','2013-11-13 20:19:21'),(49975,2,12745,'','2013-11-13 20:19:21'),(49976,3,12745,'','2013-11-13 20:19:21'),(49977,4,12745,'','2013-11-13 20:19:21'),(49978,5,12745,'','2013-11-13 20:19:21'),(49979,6,12745,'','2013-11-13 20:19:21'),(49980,7,12745,'DAY','2013-11-13 20:19:21'),(49981,1,12746,'','2013-11-13 20:26:45'),(49982,2,12746,'','2013-11-13 20:26:45'),(49983,3,12746,'','2013-11-13 20:26:45'),(49984,4,12746,'','2013-11-13 20:26:45'),(49985,5,12746,'','2013-11-13 20:26:45'),(49986,6,12746,'','2013-11-13 20:26:45'),(49987,7,12746,'DAY','2013-11-13 20:26:45'),(49988,1,12747,'3586645','2013-11-13 20:33:52'),(49989,2,12747,'','2013-11-13 20:33:52'),(49990,3,12747,'','2013-11-13 20:33:52'),(49991,4,12747,'OPD','2013-11-13 20:33:52'),(49992,5,12747,'','2013-11-13 20:33:52'),(49993,6,12747,'87','2013-11-13 20:33:52'),(49994,7,12747,'DAY','2013-11-13 20:33:52'),(49995,1,12749,'','2013-11-13 20:33:53'),(49996,2,12749,'','2013-11-13 20:33:53'),(49997,3,12749,'','2013-11-13 20:33:53'),(49998,4,12749,'','2013-11-13 20:33:53'),(49999,5,12749,'','2013-11-13 20:33:53'),(50000,6,12749,'','2013-11-13 20:33:53'),(50001,7,12749,'DAY','2013-11-13 20:33:53'),(50002,1,12750,'','2013-11-13 20:40:40'),(50003,2,12750,'','2013-11-13 20:40:40'),(50004,3,12750,'','2013-11-13 20:40:40'),(50005,4,12750,'','2013-11-13 20:40:40'),(50006,5,12750,'','2013-11-13 20:40:40'),(50007,6,12750,'','2013-11-13 20:40:40'),(50008,7,12750,'DAY','2013-11-13 20:40:40'),(50009,1,12752,'','2013-11-13 20:40:40'),(50010,2,12752,'','2013-11-13 20:40:40'),(50011,3,12752,'','2013-11-13 20:40:40'),(50012,4,12752,'','2013-11-13 20:40:40'),(50013,5,12752,'','2013-11-13 20:40:40'),(50014,6,12752,'','2013-11-13 20:40:40'),(50015,7,12752,'DAY','2013-11-13 20:40:40'),(50016,1,12753,'','2013-11-13 20:42:04'),(50017,2,12753,'','2013-11-13 20:42:04'),(50018,3,12753,'','2013-11-13 20:42:04'),(50019,4,12753,'','2013-11-13 20:42:04'),(50020,5,12753,'','2013-11-13 20:42:04'),(50021,6,12753,'','2013-11-13 20:42:04'),(50022,7,12753,'DAY','2013-11-13 20:42:04'),(50023,1,12754,'','2013-11-13 20:42:18'),(50024,2,12754,'','2013-11-13 20:42:18'),(50025,3,12754,'','2013-11-13 20:42:18'),(50026,4,12754,'','2013-11-13 20:42:18'),(50027,5,12754,'','2013-11-13 20:42:18'),(50028,6,12754,'','2013-11-13 20:42:18'),(50029,7,12754,'DAY','2013-11-13 20:42:18'),(50030,1,12755,'','2013-11-13 20:50:32'),(50031,2,12755,'','2013-11-13 20:50:32'),(50032,3,12755,'','2013-11-13 20:50:32'),(50033,4,12755,'','2013-11-13 20:50:32'),(50034,5,12755,'','2013-11-13 20:50:32'),(50035,6,12755,'','2013-11-13 20:50:32'),(50036,7,12755,'DAY','2013-11-13 20:50:32'),(50037,1,12756,'','2013-11-13 20:54:38'),(50038,2,12756,'','2013-11-13 20:54:38'),(50039,3,12756,'','2013-11-13 20:54:38'),(50040,4,12756,'','2013-11-13 20:54:38'),(50041,5,12756,'','2013-11-13 20:54:38'),(50042,6,12756,'','2013-11-13 20:54:38'),(50043,7,12756,'DAY','2013-11-13 20:54:38'),(50044,1,12757,'','2013-11-13 20:57:37'),(50045,2,12757,'','2013-11-13 20:57:37'),(50046,3,12757,'','2013-11-13 20:57:37'),(50047,4,12757,'','2013-11-13 20:57:37'),(50048,5,12757,'','2013-11-13 20:57:37'),(50049,6,12757,'','2013-11-13 20:57:37'),(50050,7,12757,'DAY','2013-11-13 20:57:37'),(50051,1,12758,'','2013-11-13 20:59:23'),(50052,2,12758,'','2013-11-13 20:59:23'),(50053,3,12758,'','2013-11-13 20:59:23'),(50054,4,12758,'','2013-11-13 20:59:23'),(50055,5,12758,'','2013-11-13 20:59:23'),(50056,6,12758,'','2013-11-13 20:59:23'),(50057,7,12758,'DAY','2013-11-13 20:59:23'),(50058,1,12759,'','2013-11-13 21:02:39'),(50059,2,12759,'','2013-11-13 21:02:39'),(50060,3,12759,'','2013-11-13 21:02:39'),(50061,4,12759,'','2013-11-13 21:02:39'),(50062,5,12759,'','2013-11-13 21:02:39'),(50063,6,12759,'37','2013-11-13 21:02:39'),(50064,7,12759,'DAY','2013-11-13 21:02:39'),(50065,1,12760,'','2013-11-13 21:08:48'),(50066,2,12760,'','2013-11-13 21:08:48'),(50067,3,12760,'','2013-11-13 21:08:48'),(50068,4,12760,'','2013-11-13 21:08:48'),(50069,5,12760,'','2013-11-13 21:08:48'),(50070,6,12760,'','2013-11-13 21:08:48'),(50071,7,12760,'DAY','2013-11-13 21:08:48'),(50072,1,12761,'','2013-11-13 21:13:21'),(50073,2,12761,'593074','2013-11-13 21:13:21'),(50074,3,12761,'','2013-11-13 21:13:21'),(50075,4,12761,'','2013-11-13 21:13:21'),(50076,5,12761,'','2013-11-13 21:13:21'),(50077,6,12761,'','2013-11-13 21:13:21'),(50078,7,12761,'DAY','2013-11-13 21:13:21'),(50079,1,12763,'','2013-11-13 21:13:21'),(50080,2,12763,'','2013-11-13 21:13:21'),(50081,3,12763,'','2013-11-13 21:13:21'),(50082,4,12763,'','2013-11-13 21:13:21'),(50083,5,12763,'','2013-11-13 21:13:21'),(50084,6,12763,'','2013-11-13 21:13:21'),(50085,7,12763,'DAY','2013-11-13 21:13:21'),(50086,1,12766,'','2013-11-13 21:13:21'),(50087,2,12766,'','2013-11-13 21:13:21'),(50088,3,12766,'','2013-11-13 21:13:21'),(50089,4,12766,'','2013-11-13 21:13:21'),(50090,5,12766,'','2013-11-13 21:13:21'),(50091,6,12766,'','2013-11-13 21:13:21'),(50092,7,12766,'DAY','2013-11-13 21:13:21'),(50093,1,12767,'','2013-11-13 21:14:46'),(50094,2,12767,'','2013-11-13 21:14:46'),(50095,3,12767,'','2013-11-13 21:14:46'),(50096,4,12767,'','2013-11-13 21:14:46'),(50097,5,12767,'','2013-11-13 21:14:46'),(50098,6,12767,'','2013-11-13 21:14:46'),(50099,7,12767,'DAY','2013-11-13 21:14:46'),(50100,1,12768,'','2013-11-13 21:18:30'),(50101,2,12768,'','2013-11-13 21:18:30'),(50102,3,12768,'','2013-11-13 21:18:30'),(50103,4,12768,'','2013-11-13 21:18:30'),(50104,5,12768,'','2013-11-13 21:18:30'),(50105,6,12768,'253','2013-11-13 21:18:30'),(50106,7,12768,'DAY','2013-11-13 21:18:30'),(50107,1,12770,'','2013-11-13 21:18:30'),(50108,2,12770,'','2013-11-13 21:18:30'),(50109,3,12770,'','2013-11-13 21:18:30'),(50110,4,12770,'','2013-11-13 21:18:30'),(50111,5,12770,'','2013-11-13 21:18:30'),(50112,6,12770,'','2013-11-13 21:18:30'),(50113,7,12770,'DAY','2013-11-13 21:18:30'),(50114,1,12771,'','2013-11-13 21:20:56'),(50115,2,12771,'593080','2013-11-13 21:20:56'),(50116,3,12771,'','2013-11-13 21:20:56'),(50117,4,12771,'','2013-11-13 21:20:56'),(50118,5,12771,'','2013-11-13 21:20:56'),(50119,6,12771,'74','2013-11-13 21:20:56'),(50120,7,12771,'DAY','2013-11-13 21:20:56'),(50121,1,12772,'','2013-11-13 21:27:29'),(50122,2,12772,'593083','2013-11-13 21:27:29'),(50123,3,12772,'','2013-11-13 21:27:29'),(50124,4,12772,'OPD','2013-11-13 21:27:29'),(50125,5,12772,'','2013-11-13 21:27:29'),(50126,6,12772,'49.8','2013-11-13 21:27:29'),(50127,7,12772,'DAY','2013-11-13 21:27:29'),(50128,1,12773,'','2013-11-13 21:44:39'),(50129,2,12773,'','2013-11-13 21:44:39'),(50130,3,12773,'','2013-11-13 21:44:39'),(50131,4,12773,'OPD','2013-11-13 21:44:39'),(50132,5,12773,'','2013-11-13 21:44:39'),(50133,6,12773,'148','2013-11-13 21:44:39'),(50134,7,12773,'DAY','2013-11-13 21:44:39'),(50135,1,12775,'','2013-11-13 21:44:39'),(50136,2,12775,'','2013-11-13 21:44:39'),(50137,3,12775,'','2013-11-13 21:44:39'),(50138,4,12775,'','2013-11-13 21:44:39'),(50139,5,12775,'','2013-11-13 21:44:39'),(50140,6,12775,'','2013-11-13 21:44:39'),(50141,7,12775,'DAY','2013-11-13 21:44:39'),(50142,1,12778,'','2013-11-13 21:44:39'),(50143,2,12778,'','2013-11-13 21:44:39'),(50144,3,12778,'','2013-11-13 21:44:39'),(50145,4,12778,'','2013-11-13 21:44:39'),(50146,5,12778,'','2013-11-13 21:44:39'),(50147,6,12778,'','2013-11-13 21:44:39'),(50148,7,12778,'DAY','2013-11-13 21:44:39'),(50149,1,12779,'','2013-11-13 21:46:17'),(50150,2,12779,'','2013-11-13 21:46:17'),(50151,3,12779,'','2013-11-13 21:46:17'),(50152,4,12779,'','2013-11-13 21:46:17'),(50153,5,12779,'','2013-11-13 21:46:17'),(50154,6,12779,'','2013-11-13 21:46:17'),(50155,7,12779,'DAY','2013-11-13 21:46:17'),(50156,1,12780,'','2013-11-13 21:48:26'),(50157,2,12780,'','2013-11-13 21:48:26'),(50158,3,12780,'','2013-11-13 21:48:26'),(50159,4,12780,'','2013-11-13 21:48:26'),(50160,5,12780,'','2013-11-13 21:48:26'),(50161,6,12780,'126','2013-11-13 21:48:26'),(50162,7,12780,'DAY','2013-11-13 21:48:26'),(50163,1,12782,'','2013-11-13 21:48:27'),(50164,2,12782,'','2013-11-13 21:48:27'),(50165,3,12782,'','2013-11-13 21:48:27'),(50166,4,12782,'','2013-11-13 21:48:27'),(50167,5,12782,'','2013-11-13 21:48:27'),(50168,6,12782,'','2013-11-13 21:48:27'),(50169,7,12782,'DAY','2013-11-13 21:48:27'),(50170,1,12783,'','2013-11-13 21:50:43'),(50171,2,12783,'','2013-11-13 21:50:43'),(50172,3,12783,'','2013-11-13 21:50:43'),(50173,4,12783,'','2013-11-13 21:50:43'),(50174,5,12783,'','2013-11-13 21:50:43'),(50175,6,12783,'62','2013-11-13 21:50:43'),(50176,7,12783,'DAY','2013-11-13 21:50:43'),(50177,1,12785,'','2013-11-13 21:50:43'),(50178,2,12785,'','2013-11-13 21:50:43'),(50179,3,12785,'','2013-11-13 21:50:43'),(50180,4,12785,'','2013-11-13 21:50:43'),(50181,5,12785,'','2013-11-13 21:50:43'),(50182,6,12785,'','2013-11-13 21:50:43'),(50183,7,12785,'DAY','2013-11-13 21:50:43'),(50184,1,12786,'','2013-11-13 21:55:41'),(50185,2,12786,'593089','2013-11-13 21:55:41'),(50186,3,12786,'','2013-11-13 21:55:41'),(50187,4,12786,'','2013-11-13 21:55:41'),(50188,5,12786,'','2013-11-13 21:55:41'),(50189,6,12786,'56','2013-11-13 21:55:41'),(50190,7,12786,'DAY','2013-11-13 21:55:41'),(50191,1,12788,'','2013-11-13 21:55:42'),(50192,2,12788,'','2013-11-13 21:55:42'),(50193,3,12788,'','2013-11-13 21:55:42'),(50194,4,12788,'','2013-11-13 21:55:42'),(50195,5,12788,'','2013-11-13 21:55:42'),(50196,6,12788,'','2013-11-13 21:55:42'),(50197,7,12788,'DAY','2013-11-13 21:55:42'),(50198,1,12789,'','2013-11-13 21:58:24'),(50199,2,12789,'','2013-11-13 21:58:24'),(50200,3,12789,'','2013-11-13 21:58:24'),(50201,4,12789,'OPD','2013-11-13 21:58:24'),(50202,5,12789,'','2013-11-13 21:58:24'),(50203,6,12789,'70','2013-11-13 21:58:24'),(50204,7,12789,'DAY','2013-11-13 21:58:24'),(50205,1,12790,'','2013-11-13 21:59:45'),(50206,2,12790,'','2013-11-13 21:59:45'),(50207,3,12790,'','2013-11-13 21:59:45'),(50208,4,12790,'OPD','2013-11-13 21:59:45'),(50209,5,12790,'','2013-11-13 21:59:45'),(50210,6,12790,'13','2013-11-13 21:59:45'),(50211,7,12790,'DAY','2013-11-13 21:59:45'),(50212,1,12791,'','2013-11-13 22:01:15'),(50213,2,12791,'','2013-11-13 22:01:15'),(50214,3,12791,'','2013-11-13 22:01:15'),(50215,4,12791,'','2013-11-13 22:01:15'),(50216,5,12791,'','2013-11-13 22:01:15'),(50217,6,12791,'66','2013-11-13 22:01:15'),(50218,7,12791,'DAY','2013-11-13 22:01:15'),(50219,1,12792,'3586708','2013-11-13 22:14:06'),(50220,2,12792,'','2013-11-13 22:14:06'),(50221,3,12792,'','2013-11-13 22:14:06'),(50222,4,12792,'WARD','2013-11-13 22:14:06'),(50223,5,12792,'218032','2013-11-13 22:14:06'),(50224,6,12792,'','2013-11-13 22:14:06'),(50225,7,12792,'DAY','2013-11-13 22:14:06'),(50226,1,12794,'','2013-11-13 22:14:06'),(50227,2,12794,'','2013-11-13 22:14:06'),(50228,3,12794,'','2013-11-13 22:14:06'),(50229,4,12794,'','2013-11-13 22:14:06'),(50230,5,12794,'','2013-11-13 22:14:06'),(50231,6,12794,'','2013-11-13 22:14:06'),(50232,7,12794,'DAY','2013-11-13 22:14:06'),(50233,1,12795,'','2013-11-13 22:22:44'),(50234,2,12795,'','2013-11-13 22:22:44'),(50235,3,12795,'','2013-11-13 22:22:44'),(50236,4,12795,'','2013-11-13 22:22:44'),(50237,5,12795,'','2013-11-13 22:22:44'),(50238,6,12795,'','2013-11-13 22:22:44'),(50239,7,12795,'DAY','2013-11-13 22:22:44'),(50240,1,12796,'3586721','2013-11-13 22:26:01'),(50241,2,12796,'','2013-11-13 22:26:01'),(50242,3,12796,'','2013-11-13 22:26:01'),(50243,4,12796,'OPD','2013-11-13 22:26:01'),(50244,5,12796,'','2013-11-13 22:26:01'),(50245,6,12796,'37.00','2013-11-13 22:26:01'),(50246,7,12796,'DAY','2013-11-13 22:26:01'),(50247,1,12797,'3586729','2013-11-13 22:39:23'),(50248,2,12797,'','2013-11-13 22:39:23'),(50249,3,12797,'','2013-11-13 22:39:23'),(50250,4,12797,'','2013-11-13 22:39:23'),(50251,5,12797,'','2013-11-13 22:39:23'),(50252,6,12797,'53.00','2013-11-13 22:39:23'),(50253,7,12797,'DAY','2013-11-13 22:39:23'),(50254,1,12799,'','2013-11-13 22:39:24'),(50255,2,12799,'','2013-11-13 22:39:24'),(50256,3,12799,'','2013-11-13 22:39:24'),(50257,4,12799,'','2013-11-13 22:39:24'),(50258,5,12799,'','2013-11-13 22:39:24'),(50259,6,12799,'','2013-11-13 22:39:24'),(50260,7,12799,'DAY','2013-11-13 22:39:24'),(50261,1,12802,'','2013-11-13 22:39:24'),(50262,2,12802,'','2013-11-13 22:39:24'),(50263,3,12802,'','2013-11-13 22:39:24'),(50264,4,12802,'','2013-11-13 22:39:24'),(50265,5,12802,'','2013-11-13 22:39:24'),(50266,6,12802,'','2013-11-13 22:39:24'),(50267,7,12802,'DAY','2013-11-13 22:39:24'),(50268,1,12803,'','2013-11-13 22:50:05'),(50269,2,12803,'','2013-11-13 22:50:05'),(50270,3,12803,'','2013-11-13 22:50:05'),(50271,4,12803,'','2013-11-13 22:50:05'),(50272,5,12803,'','2013-11-13 22:50:05'),(50273,6,12803,'','2013-11-13 22:50:05'),(50274,7,12803,'DAY','2013-11-13 22:50:05'),(50275,1,12805,'','2013-11-13 22:50:05'),(50276,2,12805,'','2013-11-13 22:50:05'),(50277,3,12805,'','2013-11-13 22:50:05'),(50278,4,12805,'','2013-11-13 22:50:05'),(50279,5,12805,'','2013-11-13 22:50:05'),(50280,6,12805,'','2013-11-13 22:50:05'),(50281,7,12805,'DAY','2013-11-13 22:50:05'),(50282,1,12806,'','2013-11-13 22:51:51'),(50283,2,12806,'','2013-11-13 22:51:51'),(50284,3,12806,'','2013-11-13 22:51:51'),(50285,4,12806,'','2013-11-13 22:51:51'),(50286,5,12806,'','2013-11-13 22:51:51'),(50287,6,12806,'','2013-11-13 22:51:51'),(50288,7,12806,'DAY','2013-11-13 22:51:51'),(50289,1,12807,'3586731','2013-11-13 22:57:00'),(50290,2,12807,'','2013-11-13 22:57:00'),(50291,3,12807,'','2013-11-13 22:57:00'),(50292,4,12807,'OPD','2013-11-13 22:57:00'),(50293,5,12807,'','2013-11-13 22:57:00'),(50294,6,12807,'46.4','2013-11-13 22:57:00'),(50295,7,12807,'DAY','2013-11-13 22:57:00'),(50296,1,12808,'3586727','2013-11-13 23:00:22'),(50297,2,12808,'593098','2013-11-13 23:00:22'),(50298,3,12808,'','2013-11-13 23:00:22'),(50299,4,12808,'OPD','2013-11-13 23:00:22'),(50300,5,12808,'','2013-11-13 23:00:22'),(50301,6,12808,'104.80','2013-11-13 23:00:22'),(50302,7,12808,'DAY','2013-11-13 23:00:22'),(50303,1,12810,'','2013-11-13 23:00:22'),(50304,2,12810,'','2013-11-13 23:00:22'),(50305,3,12810,'','2013-11-13 23:00:22'),(50306,4,12810,'','2013-11-13 23:00:22'),(50307,5,12810,'','2013-11-13 23:00:22'),(50308,6,12810,'','2013-11-13 23:00:22'),(50309,7,12810,'DAY','2013-11-13 23:00:22'),(50310,1,12813,'','2013-11-13 23:00:22'),(50311,2,12813,'','2013-11-13 23:00:22'),(50312,3,12813,'','2013-11-13 23:00:22'),(50313,4,12813,'','2013-11-13 23:00:22'),(50314,5,12813,'','2013-11-13 23:00:22'),(50315,6,12813,'','2013-11-13 23:00:22'),(50316,7,12813,'DAY','2013-11-13 23:00:22'),(50317,1,12814,'3586733','2013-11-13 23:02:32'),(50318,2,12814,'','2013-11-13 23:02:32'),(50319,3,12814,'','2013-11-13 23:02:32'),(50320,4,12814,'OPD','2013-11-13 23:02:32'),(50321,5,12814,'','2013-11-13 23:02:32'),(50322,6,12814,'36.00','2013-11-13 23:02:32'),(50323,7,12814,'DAY','2013-11-13 23:02:32'),(50324,1,12816,'','2013-11-13 23:02:33'),(50325,2,12816,'','2013-11-13 23:02:33'),(50326,3,12816,'','2013-11-13 23:02:33'),(50327,4,12816,'','2013-11-13 23:02:33'),(50328,5,12816,'','2013-11-13 23:02:33'),(50329,6,12816,'','2013-11-13 23:02:33'),(50330,7,12816,'DAY','2013-11-13 23:02:33'),(50331,1,12817,'','2013-11-13 23:04:01'),(50332,2,12817,'593107','2013-11-13 23:04:01'),(50333,3,12817,'','2013-11-13 23:04:01'),(50334,4,12817,'OPD','2013-11-13 23:04:01'),(50335,5,12817,'','2013-11-13 23:04:01'),(50336,6,12817,'36','2013-11-13 23:04:01'),(50337,7,12817,'DAY','2013-11-13 23:04:01'),(50338,1,12818,'3586739','2013-11-13 23:05:24'),(50339,2,12818,'','2013-11-13 23:05:24'),(50340,3,12818,'','2013-11-13 23:05:24'),(50341,4,12818,'OPD','2013-11-13 23:05:24'),(50342,5,12818,'','2013-11-13 23:05:24'),(50343,6,12818,'118.00','2013-11-13 23:05:24'),(50344,7,12818,'DAY','2013-11-13 23:05:24'),(50345,1,12820,'','2013-11-13 23:05:25'),(50346,2,12820,'','2013-11-13 23:05:25'),(50347,3,12820,'','2013-11-13 23:05:25'),(50348,4,12820,'','2013-11-13 23:05:25'),(50349,5,12820,'','2013-11-13 23:05:25'),(50350,6,12820,'','2013-11-13 23:05:25'),(50351,7,12820,'DAY','2013-11-13 23:05:25'),(50352,1,12823,'','2013-11-13 23:05:25'),(50353,2,12823,'','2013-11-13 23:05:25'),(50354,3,12823,'','2013-11-13 23:05:25'),(50355,4,12823,'','2013-11-13 23:05:25'),(50356,5,12823,'','2013-11-13 23:05:25'),(50357,6,12823,'','2013-11-13 23:05:25'),(50358,7,12823,'DAY','2013-11-13 23:05:25'),(50359,1,12824,'','2013-11-13 23:07:19'),(50360,2,12824,'593108','2013-11-13 23:07:19'),(50361,3,12824,'','2013-11-13 23:07:19'),(50362,4,12824,'OPD','2013-11-13 23:07:19'),(50363,5,12824,'','2013-11-13 23:07:19'),(50364,6,12824,'50','2013-11-13 23:07:19'),(50365,7,12824,'DAY','2013-11-13 23:07:19'),(50366,1,12825,'3585742','2013-11-13 23:09:00'),(50367,2,12825,'593101','2013-11-13 23:09:00'),(50368,3,12825,'','2013-11-13 23:09:00'),(50369,4,12825,'OPD','2013-11-13 23:09:00'),(50370,5,12825,'','2013-11-13 23:09:00'),(50371,6,12825,'150.00','2013-11-13 23:09:00'),(50372,7,12825,'DAY','2013-11-13 23:09:00'),(50373,1,12827,'','2013-11-13 23:09:00'),(50374,2,12827,'','2013-11-13 23:09:00'),(50375,3,12827,'','2013-11-13 23:09:00'),(50376,4,12827,'','2013-11-13 23:09:00'),(50377,5,12827,'','2013-11-13 23:09:00'),(50378,6,12827,'','2013-11-13 23:09:00'),(50379,7,12827,'DAY','2013-11-13 23:09:00'),(50380,1,12828,'','2013-11-13 23:09:39'),(50381,2,12828,'','2013-11-13 23:09:39'),(50382,3,12828,'','2013-11-13 23:09:39'),(50383,4,12828,'OPD','2013-11-13 23:09:39'),(50384,5,12828,'','2013-11-13 23:09:39'),(50385,6,12828,'37','2013-11-13 23:09:39'),(50386,7,12828,'DAY','2013-11-13 23:09:39'),(50387,1,12829,'3586744','2013-11-13 23:12:02'),(50388,2,12829,'5903102','2013-11-13 23:12:02'),(50389,3,12829,'','2013-11-13 23:12:02'),(50390,4,12829,'OPD','2013-11-13 23:12:02'),(50391,5,12829,'','2013-11-13 23:12:02'),(50392,6,12829,'35.00','2013-11-13 23:12:02'),(50393,7,12829,'DAY','2013-11-13 23:12:02'),(50394,1,12830,'','2013-11-13 23:17:52'),(50395,2,12830,'593110','2013-11-13 23:17:52'),(50396,3,12830,'','2013-11-13 23:17:52'),(50397,4,12830,'OPD','2013-11-13 23:17:52'),(50398,5,12830,'','2013-11-13 23:17:52'),(50399,6,12830,'74','2013-11-13 23:17:52'),(50400,7,12830,'DAY','2013-11-13 23:17:52'),(50401,1,12832,'','2013-11-13 23:17:52'),(50402,2,12832,'','2013-11-13 23:17:52'),(50403,3,12832,'','2013-11-13 23:17:52'),(50404,4,12832,'','2013-11-13 23:17:52'),(50405,5,12832,'','2013-11-13 23:17:52'),(50406,6,12832,'','2013-11-13 23:17:52'),(50407,7,12832,'DAY','2013-11-13 23:17:52'),(50408,1,12833,'3586744','2013-11-13 23:21:31'),(50409,2,12833,'593102','2013-11-13 23:21:31'),(50410,3,12833,'','2013-11-13 23:21:31'),(50411,4,12833,'OPD','2013-11-13 23:21:31'),(50412,5,12833,'','2013-11-13 23:21:31'),(50413,6,12833,'35.00','2013-11-13 23:21:31'),(50414,7,12833,'DAY','2013-11-13 23:21:31'),(50415,1,12834,'','2013-11-13 23:35:41'),(50416,2,12834,'','2013-11-13 23:35:41'),(50417,3,12834,'','2013-11-13 23:35:41'),(50418,4,12834,'OPD','2013-11-13 23:35:41'),(50419,5,12834,'','2013-11-13 23:35:41'),(50420,6,12834,'354','2013-11-13 23:35:41'),(50421,7,12834,'DAY','2013-11-13 23:35:41'),(50422,1,12836,'','2013-11-13 23:35:41'),(50423,2,12836,'','2013-11-13 23:35:41'),(50424,3,12836,'','2013-11-13 23:35:41'),(50425,4,12836,'','2013-11-13 23:35:41'),(50426,5,12836,'','2013-11-13 23:35:41'),(50427,6,12836,'','2013-11-13 23:35:41'),(50428,7,12836,'DAY','2013-11-13 23:35:41'),(50429,1,12839,'','2013-11-13 23:35:42'),(50430,2,12839,'','2013-11-13 23:35:42'),(50431,3,12839,'','2013-11-13 23:35:42'),(50432,4,12839,'','2013-11-13 23:35:42'),(50433,5,12839,'','2013-11-13 23:35:42'),(50434,6,12839,'','2013-11-13 23:35:42'),(50435,7,12839,'DAY','2013-11-13 23:35:42'),(50436,1,12840,'','2013-11-13 23:47:07'),(50437,2,12840,'','2013-11-13 23:47:07'),(50438,3,12840,'','2013-11-13 23:47:07'),(50439,4,12840,'','2013-11-13 23:47:07'),(50440,5,12840,'','2013-11-13 23:47:07'),(50441,6,12840,'','2013-11-13 23:47:07'),(50442,7,12840,'DAY','2013-11-13 23:47:07'),(50443,1,12842,'','2013-11-13 23:47:07'),(50444,2,12842,'','2013-11-13 23:47:07'),(50445,3,12842,'','2013-11-13 23:47:07'),(50446,4,12842,'','2013-11-13 23:47:07'),(50447,5,12842,'','2013-11-13 23:47:07'),(50448,6,12842,'','2013-11-13 23:47:07'),(50449,7,12842,'DAY','2013-11-13 23:47:07'),(50450,1,12843,'','2013-11-13 23:47:55'),(50451,2,12843,'','2013-11-13 23:47:55'),(50452,3,12843,'','2013-11-13 23:47:55'),(50453,4,12843,'','2013-11-13 23:47:55'),(50454,5,12843,'','2013-11-13 23:47:55'),(50455,6,12843,'','2013-11-13 23:47:55'),(50456,7,12843,'DAY','2013-11-13 23:47:55'),(50457,1,12844,'','2013-11-14 00:00:51'),(50458,2,12844,'','2013-11-14 00:00:51'),(50459,3,12844,'','2013-11-14 00:00:51'),(50460,4,12844,'','2013-11-14 00:00:51'),(50461,5,12844,'','2013-11-14 00:00:51'),(50462,6,12844,'37','2013-11-14 00:00:51'),(50463,7,12844,'DAY','2013-11-14 00:00:51'),(50464,1,12845,'','2013-11-14 00:01:13'),(50465,2,12845,'','2013-11-14 00:01:13'),(50466,3,12845,'','2013-11-14 00:01:13'),(50467,4,12845,'OPD','2013-11-14 00:01:13'),(50468,5,12845,'','2013-11-14 00:01:13'),(50469,6,12845,'','2013-11-14 00:01:13'),(50470,7,12845,'DAY','2013-11-14 00:01:13'),(50471,1,12846,'','2013-11-14 00:07:20'),(50472,2,12846,'','2013-11-14 00:07:20'),(50473,3,12846,'','2013-11-14 00:07:20'),(50474,4,12846,'OPD','2013-11-14 00:07:20'),(50475,5,12846,'','2013-11-14 00:07:20'),(50476,6,12846,'81','2013-11-14 00:07:20'),(50477,7,12846,'DAY','2013-11-14 00:07:20'),(50478,1,12847,'','2013-11-14 00:11:02'),(50479,2,12847,'593120','2013-11-14 00:11:02'),(50480,3,12847,'','2013-11-14 00:11:02'),(50481,4,12847,'SR','2013-11-14 00:11:02'),(50482,5,12847,'','2013-11-14 00:11:02'),(50483,6,12847,'15','2013-11-14 00:11:02'),(50484,7,12847,'DAY','2013-11-14 00:11:02'),(50485,1,12848,'','2013-11-14 00:14:04'),(50486,2,12848,'','2013-11-14 00:14:04'),(50487,3,12848,'','2013-11-14 00:14:04'),(50488,4,12848,'OPD','2013-11-14 00:14:04'),(50489,5,12848,'','2013-11-14 00:14:04'),(50490,6,12848,'12','2013-11-14 00:14:04'),(50491,7,12848,'DAY','2013-11-14 00:14:04'),(50492,1,12849,'3586813','2013-11-14 00:18:47'),(50493,2,12849,'593127','2013-11-14 00:18:47'),(50494,3,12849,'','2013-11-14 00:18:47'),(50495,4,12849,'OPD','2013-11-14 00:18:47'),(50496,5,12849,'','2013-11-14 00:18:47'),(50497,6,12849,'104','2013-11-14 00:18:47'),(50498,7,12849,'DAY','2013-11-14 00:18:47'),(50499,1,12851,'','2013-11-14 00:18:48'),(50500,2,12851,'','2013-11-14 00:18:48'),(50501,3,12851,'','2013-11-14 00:18:48'),(50502,4,12851,'','2013-11-14 00:18:48'),(50503,5,12851,'','2013-11-14 00:18:48'),(50504,6,12851,'','2013-11-14 00:18:48'),(50505,7,12851,'DAY','2013-11-14 00:18:48'),(50506,1,12852,'','2013-11-14 00:26:10'),(50507,2,12852,'','2013-11-14 00:26:10'),(50508,3,12852,'','2013-11-14 00:26:10'),(50509,4,12852,'','2013-11-14 00:26:10'),(50510,5,12852,'','2013-11-14 00:26:10'),(50511,6,12852,'13','2013-11-14 00:26:10'),(50512,7,12852,'DAY','2013-11-14 00:26:10'),(50513,1,12853,'','2013-11-14 00:35:47'),(50514,2,12853,'593130','2013-11-14 00:35:47'),(50515,3,12853,'','2013-11-14 00:35:47'),(50516,4,12853,'OPD','2013-11-14 00:35:47'),(50517,5,12853,'','2013-11-14 00:35:47'),(50518,6,12853,'112','2013-11-14 00:35:47'),(50519,7,12853,'DAY','2013-11-14 00:35:47'),(50520,1,12855,'','2013-11-14 00:35:47'),(50521,2,12855,'','2013-11-14 00:35:47'),(50522,3,12855,'','2013-11-14 00:35:47'),(50523,4,12855,'','2013-11-14 00:35:47'),(50524,5,12855,'','2013-11-14 00:35:47'),(50525,6,12855,'','2013-11-14 00:35:47'),(50526,7,12855,'DAY','2013-11-14 00:35:47'),(50527,1,12856,'3586803','2013-11-14 00:48:00'),(50528,2,12856,'593134','2013-11-14 00:48:00'),(50529,3,12856,'','2013-11-14 00:48:00'),(50530,4,12856,'OPD','2013-11-14 00:48:00'),(50531,5,12856,'','2013-11-14 00:48:00'),(50532,6,12856,'74.4','2013-11-14 00:48:00'),(50533,7,12856,'DAY','2013-11-14 00:48:00'),(50534,1,12857,'','2013-11-14 01:22:43'),(50535,2,12857,'','2013-11-14 01:22:43'),(50536,3,12857,'','2013-11-14 01:22:43'),(50537,4,12857,'OPD','2013-11-14 01:22:43'),(50538,5,12857,'','2013-11-14 01:22:43'),(50539,6,12857,'33','2013-11-14 01:22:43'),(50540,7,12857,'DAY','2013-11-14 01:22:43'),(50541,1,12858,'','2013-11-14 01:32:42'),(50542,2,12858,'','2013-11-14 01:32:42'),(50543,3,12858,'','2013-11-14 01:32:42'),(50544,4,12858,'OPD','2013-11-14 01:32:42'),(50545,5,12858,'','2013-11-14 01:32:42'),(50546,6,12858,'','2013-11-14 01:32:42'),(50547,7,12858,'DAY','2013-11-14 01:32:42'),(50548,1,12860,'','2013-11-14 01:32:43'),(50549,2,12860,'','2013-11-14 01:32:43'),(50550,3,12860,'','2013-11-14 01:32:43'),(50551,4,12860,'','2013-11-14 01:32:43'),(50552,5,12860,'','2013-11-14 01:32:43'),(50553,6,12860,'','2013-11-14 01:32:43'),(50554,7,12860,'DAY','2013-11-14 01:32:43'),(50555,1,12861,'3586759','2013-11-14 01:46:10'),(50556,2,12861,'','2013-11-14 01:46:10'),(50557,3,12861,'','2013-11-14 01:46:10'),(50558,4,12861,'OPD','2013-11-14 01:46:10'),(50559,5,12861,'','2013-11-14 01:46:10'),(50560,6,12861,'68','2013-11-14 01:46:10'),(50561,7,12861,'DAY','2013-11-14 01:46:10'),(50562,1,12863,'','2013-11-14 01:46:10'),(50563,2,12863,'','2013-11-14 01:46:10'),(50564,3,12863,'','2013-11-14 01:46:10'),(50565,4,12863,'','2013-11-14 01:46:10'),(50566,5,12863,'','2013-11-14 01:46:10'),(50567,6,12863,'','2013-11-14 01:46:10'),(50568,7,12863,'DAY','2013-11-14 01:46:10'),(50569,1,12866,'','2013-11-14 01:46:10'),(50570,2,12866,'','2013-11-14 01:46:10'),(50571,3,12866,'','2013-11-14 01:46:10'),(50572,4,12866,'','2013-11-14 01:46:10'),(50573,5,12866,'','2013-11-14 01:46:10'),(50574,6,12866,'','2013-11-14 01:46:10'),(50575,7,12866,'DAY','2013-11-14 01:46:10'),(50576,1,12867,'0000450','2013-11-14 01:52:50'),(50577,2,12867,'593142','2013-11-14 01:52:50'),(50578,3,12867,'','2013-11-14 01:52:50'),(50579,4,12867,'OPD','2013-11-14 01:52:50'),(50580,5,12867,'','2013-11-14 01:52:50'),(50581,6,12867,'15','2013-11-14 01:52:50'),(50582,7,12867,'DAY','2013-11-14 01:52:50'),(50583,1,12868,'3586859','2013-11-14 02:03:41'),(50584,2,12868,'593143','2013-11-14 02:03:41'),(50585,3,12868,'','2013-11-14 02:03:41'),(50586,4,12868,'OPD','2013-11-14 02:03:41'),(50587,5,12868,'','2013-11-14 02:03:41'),(50588,6,12868,'120','2013-11-14 02:03:41'),(50589,7,12868,'DAY','2013-11-14 02:03:41'),(50590,1,12870,'','2013-11-14 02:03:41'),(50591,2,12870,'','2013-11-14 02:03:41'),(50592,3,12870,'','2013-11-14 02:03:41'),(50593,4,12870,'','2013-11-14 02:03:41'),(50594,5,12870,'','2013-11-14 02:03:41'),(50595,6,12870,'','2013-11-14 02:03:41'),(50596,7,12870,'DAY','2013-11-14 02:03:41'),(50597,1,12871,'3586889','2013-11-14 02:12:36'),(50598,2,12871,'','2013-11-14 02:12:36'),(50599,3,12871,'','2013-11-14 02:12:36'),(50600,4,12871,'OPD','2013-11-14 02:12:36'),(50601,5,12871,'','2013-11-14 02:12:36'),(50602,6,12871,'104','2013-11-14 02:12:36'),(50603,7,12871,'DAY','2013-11-14 02:12:36'),(50604,1,12873,'','2013-11-14 02:12:37'),(50605,2,12873,'','2013-11-14 02:12:37'),(50606,3,12873,'','2013-11-14 02:12:37'),(50607,4,12873,'','2013-11-14 02:12:37'),(50608,5,12873,'','2013-11-14 02:12:37'),(50609,6,12873,'','2013-11-14 02:12:37'),(50610,7,12873,'DAY','2013-11-14 02:12:37'),(50611,1,12874,'3588933','2013-11-14 02:40:32'),(50612,2,12874,'','2013-11-14 02:40:32'),(50613,3,12874,'','2013-11-14 02:40:32'),(50614,4,12874,'','2013-11-14 02:40:32'),(50615,5,12874,'213234','2013-11-14 02:40:32'),(50616,6,12874,'40','2013-11-14 02:40:32'),(50617,7,12874,'DAY','2013-11-14 02:40:32'),(50618,1,12875,'3586935','2013-11-14 02:44:49'),(50619,2,12875,'','2013-11-14 02:44:49'),(50620,3,12875,'','2013-11-14 02:44:49'),(50621,4,12875,'OPD','2013-11-14 02:44:49'),(50622,5,12875,'','2013-11-14 02:44:49'),(50623,6,12875,'68','2013-11-14 02:44:49'),(50624,7,12875,'DAY','2013-11-14 02:44:49'),(50625,1,12877,'','2013-11-14 02:44:49'),(50626,2,12877,'','2013-11-14 02:44:49'),(50627,3,12877,'','2013-11-14 02:44:49'),(50628,4,12877,'','2013-11-14 02:44:49'),(50629,5,12877,'','2013-11-14 02:44:49'),(50630,6,12877,'','2013-11-14 02:44:49'),(50631,7,12877,'DAY','2013-11-14 02:44:49'),(50632,1,12880,'','2013-11-14 02:44:49'),(50633,2,12880,'','2013-11-14 02:44:49'),(50634,3,12880,'','2013-11-14 02:44:49'),(50635,4,12880,'','2013-11-14 02:44:49'),(50636,5,12880,'','2013-11-14 02:44:49'),(50637,6,12880,'','2013-11-14 02:44:49'),(50638,7,12880,'DAY','2013-11-14 02:44:49'),(50639,1,12881,'0000449','2013-11-14 03:21:48'),(50640,2,12881,'','2013-11-14 03:21:48'),(50641,3,12881,'','2013-11-14 03:21:48'),(50642,4,12881,'OPD','2013-11-14 03:21:48'),(50643,5,12881,'','2013-11-14 03:21:48'),(50644,6,12881,'61.00','2013-11-14 03:21:48'),(50645,7,12881,'DAY','2013-11-14 03:21:48'),(50646,1,12882,'','2013-11-14 03:38:39'),(50647,2,12882,'','2013-11-14 03:38:39'),(50648,3,12882,'','2013-11-14 03:38:39'),(50649,4,12882,'OPD','2013-11-14 03:38:39'),(50650,5,12882,'','2013-11-14 03:38:39'),(50651,6,12882,'','2013-11-14 03:38:39'),(50652,7,12882,'DAY','2013-11-14 03:38:39'),(50653,1,12883,'3586981','2013-11-14 03:51:59'),(50654,2,12883,'','2013-11-14 03:51:59'),(50655,3,12883,'','2013-11-14 03:51:59'),(50656,4,12883,'OPD','2013-11-14 03:51:59'),(50657,5,12883,'','2013-11-14 03:51:59'),(50658,6,12883,'133.00','2013-11-14 03:51:59'),(50659,7,12883,'DAY','2013-11-14 03:51:59'),(50660,1,12885,'','2013-11-14 03:51:59'),(50661,2,12885,'','2013-11-14 03:51:59'),(50662,3,12885,'','2013-11-14 03:51:59'),(50663,4,12885,'','2013-11-14 03:51:59'),(50664,5,12885,'','2013-11-14 03:51:59'),(50665,6,12885,'','2013-11-14 03:51:59'),(50666,7,12885,'DAY','2013-11-14 03:51:59'),(50667,1,12886,'','2013-11-14 04:14:30'),(50668,2,12886,'','2013-11-14 04:14:30'),(50669,3,12886,'','2013-11-14 04:14:30'),(50670,4,12886,'','2013-11-14 04:14:30'),(50671,5,12886,'','2013-11-14 04:14:30'),(50672,6,12886,'','2013-11-14 04:14:30'),(50673,7,12886,'DAY','2013-11-14 04:14:30'),(50674,1,12887,'3586990','2013-11-14 04:47:39'),(50675,2,12887,'','2013-11-14 04:47:39'),(50676,3,12887,'','2013-11-14 04:47:39'),(50677,4,12887,'OPD','2013-11-14 04:47:39'),(50678,5,12887,'','2013-11-14 04:47:39'),(50679,6,12887,'68.00','2013-11-14 04:47:39'),(50680,7,12887,'DAY','2013-11-14 04:47:39'),(50681,1,12889,'','2013-11-14 04:47:39'),(50682,2,12889,'','2013-11-14 04:47:39'),(50683,3,12889,'','2013-11-14 04:47:39'),(50684,4,12889,'','2013-11-14 04:47:39'),(50685,5,12889,'','2013-11-14 04:47:39'),(50686,6,12889,'','2013-11-14 04:47:39'),(50687,7,12889,'DAY','2013-11-14 04:47:39'),(50688,1,12892,'','2013-11-14 04:47:39'),(50689,2,12892,'','2013-11-14 04:47:39'),(50690,3,12892,'','2013-11-14 04:47:39'),(50691,4,12892,'','2013-11-14 04:47:39'),(50692,5,12892,'','2013-11-14 04:47:39'),(50693,6,12892,'','2013-11-14 04:47:39'),(50694,7,12892,'DAY','2013-11-14 04:47:39'),(50695,1,12893,'3586991','2013-11-14 04:50:50'),(50696,2,12893,'593155','2013-11-14 04:50:50'),(50697,3,12893,'','2013-11-14 04:50:50'),(50698,4,12893,'OPD','2013-11-14 04:50:50'),(50699,5,12893,'','2013-11-14 04:50:50'),(50700,6,12893,'47.00','2013-11-14 04:50:50'),(50701,7,12893,'DAY','2013-11-14 04:50:50'),(50702,1,12895,'','2013-11-14 04:50:50'),(50703,2,12895,'','2013-11-14 04:50:50'),(50704,3,12895,'','2013-11-14 04:50:50'),(50705,4,12895,'','2013-11-14 04:50:50'),(50706,5,12895,'','2013-11-14 04:50:50'),(50707,6,12895,'','2013-11-14 04:50:50'),(50708,7,12895,'DAY','2013-11-14 04:50:50'),(50709,1,12896,'3586995','2013-11-14 05:27:03'),(50710,2,12896,'','2013-11-14 05:27:03'),(50711,3,12896,'','2013-11-14 05:27:03'),(50712,4,12896,'OPD','2013-11-14 05:27:03'),(50713,5,12896,'','2013-11-14 05:27:03'),(50714,6,12896,'13.00','2013-11-14 05:27:03'),(50715,7,12896,'DAY','2013-11-14 05:27:03'),(50716,1,12897,'3586997','2013-11-14 05:48:44'),(50717,2,12897,'','2013-11-14 05:48:44'),(50718,3,12897,'','2013-11-14 05:48:44'),(50719,4,12897,'WARD','2013-11-14 05:48:44'),(50720,5,12897,'218033','2013-11-14 05:48:44'),(50721,6,12897,'141.00','2013-11-14 05:48:44'),(50722,7,12897,'DAY','2013-11-14 05:48:44'),(50723,1,12899,'','2013-11-14 05:48:44'),(50724,2,12899,'','2013-11-14 05:48:44'),(50725,3,12899,'','2013-11-14 05:48:44'),(50726,4,12899,'','2013-11-14 05:48:44'),(50727,5,12899,'','2013-11-14 05:48:44'),(50728,6,12899,'','2013-11-14 05:48:44'),(50729,7,12899,'DAY','2013-11-14 05:48:44'),(50730,1,12900,'3587036','2013-11-14 08:11:27'),(50731,2,12900,'','2013-11-14 08:11:27'),(50732,3,12900,'','2013-11-14 08:11:27'),(50733,4,12900,'WARD','2013-11-14 08:11:27'),(50734,5,12900,'218032','2013-11-14 08:11:27'),(50735,6,12900,'227.00','2013-11-14 08:11:27'),(50736,7,12900,'DAY','2013-11-14 08:11:27'),(50737,1,12902,'','2013-11-14 08:11:27'),(50738,2,12902,'','2013-11-14 08:11:27'),(50739,3,12902,'','2013-11-14 08:11:27'),(50740,4,12902,'','2013-11-14 08:11:27'),(50741,5,12902,'','2013-11-14 08:11:27'),(50742,6,12902,'','2013-11-14 08:11:27'),(50743,7,12902,'DAY','2013-11-14 08:11:27'),(50744,1,12905,'','2013-11-14 08:11:27'),(50745,2,12905,'','2013-11-14 08:11:27'),(50746,3,12905,'','2013-11-14 08:11:27'),(50747,4,12905,'','2013-11-14 08:11:27'),(50748,5,12905,'','2013-11-14 08:11:27'),(50749,6,12905,'','2013-11-14 08:11:27'),(50750,7,12905,'DAY','2013-11-14 08:11:27'),(50751,1,12909,'','2013-11-14 08:11:27'),(50752,2,12909,'','2013-11-14 08:11:27'),(50753,3,12909,'','2013-11-14 08:11:27'),(50754,4,12909,'','2013-11-14 08:11:27'),(50755,5,12909,'','2013-11-14 08:11:27'),(50756,6,12909,'','2013-11-14 08:11:27'),(50757,7,12909,'DAY','2013-11-14 08:11:27'),(50758,1,12910,'3587037','2013-11-14 08:41:29'),(50759,2,12910,'593160','2013-11-14 08:41:29'),(50760,3,12910,'','2013-11-14 08:41:29'),(50761,4,12910,'OPD','2013-11-14 08:41:29'),(50762,5,12910,'','2013-11-14 08:41:29'),(50763,6,12910,'32.00','2013-11-14 08:41:29'),(50764,7,12910,'DAY','2013-11-14 08:41:29'),(50765,1,12912,'','2013-11-14 08:41:29'),(50766,2,12912,'','2013-11-14 08:41:29'),(50767,3,12912,'','2013-11-14 08:41:29'),(50768,4,12912,'','2013-11-14 08:41:29'),(50769,5,12912,'','2013-11-14 08:41:29'),(50770,6,12912,'','2013-11-14 08:41:29'),(50771,7,12912,'DAY','2013-11-14 08:41:29'),(50772,1,12913,'','2013-11-14 09:30:05'),(50773,2,12913,'','2013-11-14 09:30:05'),(50774,3,12913,'','2013-11-14 09:30:05'),(50775,4,12913,'','2013-11-14 09:30:05'),(50776,5,12913,'','2013-11-14 09:30:05'),(50777,6,12913,'','2013-11-14 09:30:05'),(50778,7,12913,'DAY','2013-11-14 09:30:05'),(50779,1,12914,'3587050','2013-11-14 14:11:27'),(50780,2,12914,'','2013-11-14 14:11:27'),(50781,3,12914,'','2013-11-14 14:11:27'),(50782,4,12914,'OPD','2013-11-14 14:11:27'),(50783,5,12914,'','2013-11-14 14:11:27'),(50784,6,12914,'154.00','2013-11-14 14:11:27'),(50785,7,12914,'DAY','2013-11-14 14:11:27'),(50786,1,12916,'','2013-11-14 14:11:27'),(50787,2,12916,'','2013-11-14 14:11:27'),(50788,3,12916,'','2013-11-14 14:11:27'),(50789,4,12916,'','2013-11-14 14:11:27'),(50790,5,12916,'','2013-11-14 14:11:27'),(50791,6,12916,'','2013-11-14 14:11:27'),(50792,7,12916,'DAY','2013-11-14 14:11:27'),(50793,1,12919,'','2013-11-14 14:11:27'),(50794,2,12919,'','2013-11-14 14:11:27'),(50795,3,12919,'','2013-11-14 14:11:27'),(50796,4,12919,'','2013-11-14 14:11:27'),(50797,5,12919,'','2013-11-14 14:11:27'),(50798,6,12919,'','2013-11-14 14:11:27'),(50799,7,12919,'DAY','2013-11-14 14:11:27'),(50800,1,12920,'','2013-11-14 14:37:26'),(50801,2,12920,'','2013-11-14 14:37:26'),(50802,3,12920,'','2013-11-14 14:37:26'),(50803,4,12920,'','2013-11-14 14:37:26'),(50804,5,12920,'','2013-11-14 14:37:26'),(50805,6,12920,'','2013-11-14 14:37:26'),(50806,7,12920,'DAY','2013-11-14 14:37:26'),(50807,1,12921,'3587058/3587056','2013-11-14 15:02:36'),(50808,2,12921,'593164','2013-11-14 15:02:36'),(50809,3,12921,'','2013-11-14 15:02:36'),(50810,4,12921,'OPD','2013-11-14 15:02:36'),(50811,5,12921,'','2013-11-14 15:02:36'),(50812,6,12921,'256.00','2013-11-14 15:02:36'),(50813,7,12921,'DAY','2013-11-14 15:02:36'),(50814,1,12923,'','2013-11-14 15:02:36'),(50815,2,12923,'','2013-11-14 15:02:36'),(50816,3,12923,'','2013-11-14 15:02:36'),(50817,4,12923,'','2013-11-14 15:02:36'),(50818,5,12923,'','2013-11-14 15:02:36'),(50819,6,12923,'','2013-11-14 15:02:36'),(50820,7,12923,'DAY','2013-11-14 15:02:36'),(50821,1,12926,'','2013-11-14 15:02:36'),(50822,2,12926,'','2013-11-14 15:02:36'),(50823,3,12926,'','2013-11-14 15:02:36'),(50824,4,12926,'','2013-11-14 15:02:36'),(50825,5,12926,'','2013-11-14 15:02:36'),(50826,6,12926,'','2013-11-14 15:02:36'),(50827,7,12926,'DAY','2013-11-14 15:02:36'),(50828,1,12930,'','2013-11-14 15:02:37'),(50829,2,12930,'','2013-11-14 15:02:37'),(50830,3,12930,'','2013-11-14 15:02:37'),(50831,4,12930,'','2013-11-14 15:02:37'),(50832,5,12930,'','2013-11-14 15:02:37'),(50833,6,12930,'','2013-11-14 15:02:37'),(50834,7,12930,'DAY','2013-11-14 15:02:37'),(50835,1,12931,'3586836','2013-11-14 15:33:39'),(50836,2,12931,'593138','2013-11-14 15:33:39'),(50837,3,12931,'','2013-11-14 15:33:39'),(50838,4,12931,'OPD','2013-11-14 15:33:39'),(50839,5,12931,'','2013-11-14 15:33:39'),(50840,6,12931,'139.75','2013-11-14 15:33:39'),(50841,7,12931,'DAY','2013-11-14 15:33:39'),(50842,1,12933,'','2013-11-14 15:33:39'),(50843,2,12933,'','2013-11-14 15:33:39'),(50844,3,12933,'','2013-11-14 15:33:39'),(50845,4,12933,'','2013-11-14 15:33:39'),(50846,5,12933,'','2013-11-14 15:33:39'),(50847,6,12933,'','2013-11-14 15:33:39'),(50848,7,12933,'DAY','2013-11-14 15:33:39'),(50849,1,12936,'','2013-11-14 15:33:40'),(50850,2,12936,'','2013-11-14 15:33:40'),(50851,3,12936,'','2013-11-14 15:33:40'),(50852,4,12936,'','2013-11-14 15:33:40'),(50853,5,12936,'','2013-11-14 15:33:40'),(50854,6,12936,'','2013-11-14 15:33:40'),(50855,7,12936,'DAY','2013-11-14 15:33:40'),(50856,1,12937,'3587081','2013-11-14 15:38:01'),(50857,2,12937,'593175','2013-11-14 15:38:01'),(50858,3,12937,'','2013-11-14 15:38:01'),(50859,4,12937,'OPD','2013-11-14 15:38:01'),(50860,5,12937,'','2013-11-14 15:38:01'),(50861,6,12937,'104','2013-11-14 15:38:01'),(50862,7,12937,'DAY','2013-11-14 15:38:01'),(50863,1,12939,'','2013-11-14 15:38:02'),(50864,2,12939,'','2013-11-14 15:38:02'),(50865,3,12939,'','2013-11-14 15:38:02'),(50866,4,12939,'','2013-11-14 15:38:02'),(50867,5,12939,'','2013-11-14 15:38:02'),(50868,6,12939,'','2013-11-14 15:38:02'),(50869,7,12939,'DAY','2013-11-14 15:38:02'),(50870,1,12942,'','2013-11-14 15:38:02'),(50871,2,12942,'','2013-11-14 15:38:02'),(50872,3,12942,'','2013-11-14 15:38:02'),(50873,4,12942,'','2013-11-14 15:38:02'),(50874,5,12942,'','2013-11-14 15:38:02'),(50875,6,12942,'','2013-11-14 15:38:02'),(50876,7,12942,'DAY','2013-11-14 15:38:02'),(50877,1,12943,'3550677','2013-11-14 15:42:38'),(50878,2,12943,'','2013-11-14 15:42:38'),(50879,3,12943,'','2013-11-14 15:42:38'),(50880,4,12943,'OPD','2013-11-14 15:42:38'),(50881,5,12943,'','2013-11-14 15:42:38'),(50882,6,12943,'25','2013-11-14 15:42:38'),(50883,7,12943,'DAY','2013-11-14 15:42:38'),(50884,1,12945,'','2013-11-14 15:42:38'),(50885,2,12945,'','2013-11-14 15:42:38'),(50886,3,12945,'','2013-11-14 15:42:38'),(50887,4,12945,'','2013-11-14 15:42:38'),(50888,5,12945,'','2013-11-14 15:42:38'),(50889,6,12945,'','2013-11-14 15:42:38'),(50890,7,12945,'DAY','2013-11-14 15:42:38'),(50891,1,12946,'3586525','2013-11-14 16:01:58'),(50892,2,12946,'593033','2013-11-14 16:01:58'),(50893,3,12946,'','2013-11-14 16:01:58'),(50894,4,12946,'OUTSIDE','2013-11-14 16:01:58'),(50895,5,12946,'','2013-11-14 16:01:58'),(50896,6,12946,'41','2013-11-14 16:01:58'),(50897,7,12946,'DAY','2013-11-14 16:01:58'),(50898,1,12947,'3587097','2013-11-14 16:08:56'),(50899,2,12947,'','2013-11-14 16:08:56'),(50900,3,12947,'','2013-11-14 16:08:56'),(50901,4,12947,'OPD','2013-11-14 16:08:56'),(50902,5,12947,'','2013-11-14 16:08:56'),(50903,6,12947,'55','2013-11-14 16:08:56'),(50904,7,12947,'DAY','2013-11-14 16:08:56'),(50905,1,12949,'','2013-11-14 16:08:56'),(50906,2,12949,'','2013-11-14 16:08:56'),(50907,3,12949,'','2013-11-14 16:08:56'),(50908,4,12949,'','2013-11-14 16:08:56'),(50909,5,12949,'','2013-11-14 16:08:56'),(50910,6,12949,'','2013-11-14 16:08:56'),(50911,7,12949,'DAY','2013-11-14 16:08:56'),(50912,1,12950,'3587112','2013-11-14 16:36:19'),(50913,2,12950,'','2013-11-14 16:36:19'),(50914,3,12950,'','2013-11-14 16:36:19'),(50915,4,12950,'OPD','2013-11-14 16:36:19'),(50916,5,12950,'','2013-11-14 16:36:19'),(50917,6,12950,'110','2013-11-14 16:36:19'),(50918,7,12950,'DAY','2013-11-14 16:36:19'),(50919,1,12952,'','2013-11-14 16:36:19'),(50920,2,12952,'','2013-11-14 16:36:19'),(50921,3,12952,'','2013-11-14 16:36:19'),(50922,4,12952,'','2013-11-14 16:36:19'),(50923,5,12952,'','2013-11-14 16:36:19'),(50924,6,12952,'','2013-11-14 16:36:19'),(50925,7,12952,'DAY','2013-11-14 16:36:19'),(50926,1,12955,'','2013-11-14 16:36:19'),(50927,2,12955,'','2013-11-14 16:36:19'),(50928,3,12955,'','2013-11-14 16:36:19'),(50929,4,12955,'','2013-11-14 16:36:19'),(50930,5,12955,'','2013-11-14 16:36:19'),(50931,6,12955,'','2013-11-14 16:36:19'),(50932,7,12955,'DAY','2013-11-14 16:36:19'),(50933,1,12956,'3587138','2013-11-14 17:01:15'),(50934,2,12956,'593192/593165','2013-11-14 17:01:15'),(50935,3,12956,'','2013-11-14 17:01:15'),(50936,4,12956,'OPD','2013-11-14 17:01:15'),(50937,5,12956,'','2013-11-14 17:01:15'),(50938,6,12956,'50','2013-11-14 17:01:15'),(50939,7,12956,'DAY','2013-11-14 17:01:15'),(50940,1,12958,'','2013-11-14 17:01:15'),(50941,2,12958,'','2013-11-14 17:01:15'),(50942,3,12958,'','2013-11-14 17:01:15'),(50943,4,12958,'','2013-11-14 17:01:15'),(50944,5,12958,'','2013-11-14 17:01:15'),(50945,6,12958,'','2013-11-14 17:01:15'),(50946,7,12958,'DAY','2013-11-14 17:01:15'),(50947,1,12959,'','2013-11-14 17:02:38'),(50948,2,12959,'','2013-11-14 17:02:38'),(50949,3,12959,'','2013-11-14 17:02:38'),(50950,4,12959,'','2013-11-14 17:02:38'),(50951,5,12959,'','2013-11-14 17:02:38'),(50952,6,12959,'','2013-11-14 17:02:38'),(50953,7,12959,'DAY','2013-11-14 17:02:38'),(50954,1,12961,'','2013-11-14 17:02:38'),(50955,2,12961,'','2013-11-14 17:02:38'),(50956,3,12961,'','2013-11-14 17:02:38'),(50957,4,12961,'','2013-11-14 17:02:38'),(50958,5,12961,'','2013-11-14 17:02:38'),(50959,6,12961,'','2013-11-14 17:02:38'),(50960,7,12961,'DAY','2013-11-14 17:02:38'),(50961,1,12962,'3578455','2013-11-14 17:04:35'),(50962,2,12962,'593193','2013-11-14 17:04:35'),(50963,3,12962,'','2013-11-14 17:04:35'),(50964,4,12962,'OPD','2013-11-14 17:04:35'),(50965,5,12962,'','2013-11-14 17:04:35'),(50966,6,12962,'229.80','2013-11-14 17:04:35'),(50967,7,12962,'DAY','2013-11-14 17:04:35'),(50968,1,12964,'','2013-11-14 17:04:36'),(50969,2,12964,'','2013-11-14 17:04:36'),(50970,3,12964,'','2013-11-14 17:04:36'),(50971,4,12964,'','2013-11-14 17:04:36'),(50972,5,12964,'','2013-11-14 17:04:36'),(50973,6,12964,'','2013-11-14 17:04:36'),(50974,7,12964,'DAY','2013-11-14 17:04:36'),(50975,1,12965,'3574076','2013-11-14 17:08:17'),(50976,2,12965,'','2013-11-14 17:08:17'),(50977,3,12965,'','2013-11-14 17:08:17'),(50978,4,12965,'OPD','2013-11-14 17:08:17'),(50979,5,12965,'','2013-11-14 17:08:17'),(50980,6,12965,'104','2013-11-14 17:08:17'),(50981,7,12965,'DAY','2013-11-14 17:08:17'),(50982,1,12966,'3587171','2013-11-14 17:11:17'),(50983,2,12966,'','2013-11-14 17:11:17'),(50984,3,12966,'','2013-11-14 17:11:17'),(50985,4,12966,'OPD','2013-11-14 17:11:17'),(50986,5,12966,'','2013-11-14 17:11:17'),(50987,6,12966,'22','2013-11-14 17:11:17'),(50988,7,12966,'DAY','2013-11-14 17:11:17'),(50989,1,12967,'3586660','2013-11-14 17:14:32'),(50990,2,12967,'','2013-11-14 17:14:32'),(50991,3,12967,'','2013-11-14 17:14:32'),(50992,4,12967,'OPD','2013-11-14 17:14:32'),(50993,5,12967,'','2013-11-14 17:14:32'),(50994,6,12967,'112','2013-11-14 17:14:32'),(50995,7,12967,'DAY','2013-11-14 17:14:32'),(50996,1,12969,'','2013-11-14 17:14:32'),(50997,2,12969,'','2013-11-14 17:14:32'),(50998,3,12969,'','2013-11-14 17:14:32'),(50999,4,12969,'','2013-11-14 17:14:32'),(51000,5,12969,'','2013-11-14 17:14:32'),(51001,6,12969,'','2013-11-14 17:14:32'),(51002,7,12969,'DAY','2013-11-14 17:14:32'),(51003,1,12970,'3582090','2013-11-14 17:20:30'),(51004,2,12970,'593196','2013-11-14 17:20:30'),(51005,3,12970,'','2013-11-14 17:20:30'),(51006,4,12970,'OPD','2013-11-14 17:20:30'),(51007,5,12970,'','2013-11-14 17:20:30'),(51008,6,12970,'246.80','2013-11-14 17:20:30'),(51009,7,12970,'DAY','2013-11-14 17:20:30'),(51010,1,12972,'','2013-11-14 17:20:30'),(51011,2,12972,'','2013-11-14 17:20:30'),(51012,3,12972,'','2013-11-14 17:20:30'),(51013,4,12972,'','2013-11-14 17:20:30'),(51014,5,12972,'','2013-11-14 17:20:30'),(51015,6,12972,'','2013-11-14 17:20:30'),(51016,7,12972,'DAY','2013-11-14 17:20:30'),(51017,1,12975,'','2013-11-14 17:20:31'),(51018,2,12975,'','2013-11-14 17:20:31'),(51019,3,12975,'','2013-11-14 17:20:31'),(51020,4,12975,'','2013-11-14 17:20:31'),(51021,5,12975,'','2013-11-14 17:20:31'),(51022,6,12975,'','2013-11-14 17:20:31'),(51023,7,12975,'DAY','2013-11-14 17:20:31'),(51024,1,12979,'','2013-11-14 17:20:31'),(51025,2,12979,'','2013-11-14 17:20:31'),(51026,3,12979,'','2013-11-14 17:20:31'),(51027,4,12979,'','2013-11-14 17:20:31'),(51028,5,12979,'','2013-11-14 17:20:31'),(51029,6,12979,'','2013-11-14 17:20:31'),(51030,7,12979,'DAY','2013-11-14 17:20:31'),(51031,1,12980,'3587173','2013-11-14 17:24:20'),(51032,2,12980,'','2013-11-14 17:24:20'),(51033,3,12980,'','2013-11-14 17:24:20'),(51034,4,12980,'OPD','2013-11-14 17:24:20'),(51035,5,12980,'','2013-11-14 17:24:20'),(51036,6,12980,'22','2013-11-14 17:24:20'),(51037,7,12980,'DAY','2013-11-14 17:24:20'),(51038,1,12981,'','2013-11-14 17:30:28'),(51039,2,12981,'','2013-11-14 17:30:28'),(51040,3,12981,'','2013-11-14 17:30:28'),(51041,4,12981,'OPD','2013-11-14 17:30:28'),(51042,5,12981,'','2013-11-14 17:30:28'),(51043,6,12981,'','2013-11-14 17:30:28'),(51044,7,12981,'DAY','2013-11-14 17:30:28'),(51045,1,12983,'','2013-11-14 17:30:29'),(51046,2,12983,'','2013-11-14 17:30:29'),(51047,3,12983,'','2013-11-14 17:30:29'),(51048,4,12983,'','2013-11-14 17:30:29'),(51049,5,12983,'','2013-11-14 17:30:29'),(51050,6,12983,'','2013-11-14 17:30:29'),(51051,7,12983,'DAY','2013-11-14 17:30:29'),(51052,1,12986,'','2013-11-14 17:30:29'),(51053,2,12986,'','2013-11-14 17:30:29'),(51054,3,12986,'','2013-11-14 17:30:29'),(51055,4,12986,'','2013-11-14 17:30:29'),(51056,5,12986,'','2013-11-14 17:30:29'),(51057,6,12986,'','2013-11-14 17:30:29'),(51058,7,12986,'DAY','2013-11-14 17:30:29'),(51059,1,12987,'','2013-11-14 17:39:46'),(51060,2,12987,'','2013-11-14 17:39:46'),(51061,3,12987,'','2013-11-14 17:39:46'),(51062,4,12987,'','2013-11-14 17:39:46'),(51063,5,12987,'','2013-11-14 17:39:46'),(51064,6,12987,'','2013-11-14 17:39:46'),(51065,7,12987,'DAY','2013-11-14 17:39:46'),(51066,1,12988,'3587157','2013-11-14 17:43:23'),(51067,2,12988,'','2013-11-14 17:43:23'),(51068,3,12988,'','2013-11-14 17:43:23'),(51069,4,12988,'OPD','2013-11-14 17:43:23'),(51070,5,12988,'','2013-11-14 17:43:23'),(51071,6,12988,'45','2013-11-14 17:43:23'),(51072,7,12988,'DAY','2013-11-14 17:43:23'),(51073,1,12989,'','2013-11-14 17:44:12'),(51074,2,12989,'','2013-11-14 17:44:12'),(51075,3,12989,'','2013-11-14 17:44:12'),(51076,4,12989,'','2013-11-14 17:44:12'),(51077,5,12989,'','2013-11-14 17:44:12'),(51078,6,12989,'','2013-11-14 17:44:12'),(51079,7,12989,'DAY','2013-11-14 17:44:12'),(51080,1,12990,'3587183','2013-11-14 17:48:52'),(51081,2,12990,'','2013-11-14 17:48:52'),(51082,3,12990,'','2013-11-14 17:48:52'),(51083,4,12990,'OPD','2013-11-14 17:48:52'),(51084,5,12990,'','2013-11-14 17:48:52'),(51085,6,12990,'12','2013-11-14 17:48:52'),(51086,7,12990,'DAY','2013-11-14 17:48:52'),(51087,1,12991,'3573943','2013-11-14 17:52:36'),(51088,2,12991,'','2013-11-14 17:52:36'),(51089,3,12991,'','2013-11-14 17:52:36'),(51090,4,12991,'OPD','2013-11-14 17:52:36'),(51091,5,12991,'','2013-11-14 17:52:36'),(51092,6,12991,'48.24','2013-11-14 17:52:36'),(51093,7,12991,'DAY','2013-11-14 17:52:36'),(51094,1,12992,'3587212','2013-11-14 17:58:26'),(51095,2,12992,'','2013-11-14 17:58:26'),(51096,3,12992,'','2013-11-14 17:58:26'),(51097,4,12992,'OPD','2013-11-14 17:58:26'),(51098,5,12992,'','2013-11-14 17:58:26'),(51099,6,12992,'104','2013-11-14 17:58:26'),(51100,7,12992,'DAY','2013-11-14 17:58:26'),(51101,1,12994,'','2013-11-14 17:58:26'),(51102,2,12994,'','2013-11-14 17:58:26'),(51103,3,12994,'','2013-11-14 17:58:26'),(51104,4,12994,'','2013-11-14 17:58:26'),(51105,5,12994,'','2013-11-14 17:58:26'),(51106,6,12994,'','2013-11-14 17:58:26'),(51107,7,12994,'DAY','2013-11-14 17:58:26'),(51108,1,12995,'3587214','2013-11-14 18:02:15'),(51109,2,12995,'','2013-11-14 18:02:15'),(51110,3,12995,'','2013-11-14 18:02:15'),(51111,4,12995,'OPD','2013-11-14 18:02:15'),(51112,5,12995,'','2013-11-14 18:02:15'),(51113,6,12995,'106','2013-11-14 18:02:15'),(51114,7,12995,'DAY','2013-11-14 18:02:15'),(51115,1,12997,'','2013-11-14 18:02:15'),(51116,2,12997,'','2013-11-14 18:02:15'),(51117,3,12997,'','2013-11-14 18:02:15'),(51118,4,12997,'','2013-11-14 18:02:15'),(51119,5,12997,'','2013-11-14 18:02:15'),(51120,6,12997,'','2013-11-14 18:02:15'),(51121,7,12997,'DAY','2013-11-14 18:02:15'),(51122,1,12998,'','2013-11-14 18:03:10'),(51123,2,12998,'','2013-11-14 18:03:10'),(51124,3,12998,'','2013-11-14 18:03:10'),(51125,4,12998,'','2013-11-14 18:03:10'),(51126,5,12998,'','2013-11-14 18:03:10'),(51127,6,12998,'','2013-11-14 18:03:10'),(51128,7,12998,'DAY','2013-11-14 18:03:10'),(51129,1,12999,'3587215','2013-11-14 18:04:33'),(51130,2,12999,'','2013-11-14 18:04:33'),(51131,3,12999,'','2013-11-14 18:04:33'),(51132,4,12999,'OPD','2013-11-14 18:04:33'),(51133,5,12999,'','2013-11-14 18:04:33'),(51134,6,12999,'112','2013-11-14 18:04:33'),(51135,7,12999,'DAY','2013-11-14 18:04:33'),(51136,1,13001,'','2013-11-14 18:04:33'),(51137,2,13001,'','2013-11-14 18:04:33'),(51138,3,13001,'','2013-11-14 18:04:33'),(51139,4,13001,'','2013-11-14 18:04:33'),(51140,5,13001,'','2013-11-14 18:04:33'),(51141,6,13001,'','2013-11-14 18:04:33'),(51142,7,13001,'DAY','2013-11-14 18:04:33'),(51143,1,13002,'3587199','2013-11-14 18:08:16'),(51144,2,13002,'593205','2013-11-14 18:08:16'),(51145,3,13002,'','2013-11-14 18:08:16'),(51146,4,13002,'OPD','2013-11-14 18:08:16'),(51147,5,13002,'','2013-11-14 18:08:16'),(51148,6,13002,'104','2013-11-14 18:08:16'),(51149,7,13002,'DAY','2013-11-14 18:08:16'),(51150,1,13004,'','2013-11-14 18:08:17'),(51151,2,13004,'','2013-11-14 18:08:17'),(51152,3,13004,'','2013-11-14 18:08:17'),(51153,4,13004,'','2013-11-14 18:08:17'),(51154,5,13004,'','2013-11-14 18:08:17'),(51155,6,13004,'','2013-11-14 18:08:17'),(51156,7,13004,'DAY','2013-11-14 18:08:17'),(51157,1,13007,'','2013-11-14 18:08:17'),(51158,2,13007,'','2013-11-14 18:08:17'),(51159,3,13007,'','2013-11-14 18:08:17'),(51160,4,13007,'','2013-11-14 18:08:17'),(51161,5,13007,'','2013-11-14 18:08:17'),(51162,6,13007,'','2013-11-14 18:08:17'),(51163,7,13007,'DAY','2013-11-14 18:08:17'),(51164,1,13008,'3587200','2013-11-14 18:11:29'),(51165,2,13008,'593200','2013-11-14 18:11:29'),(51166,3,13008,'','2013-11-14 18:11:29'),(51167,4,13008,'OPD','2013-11-14 18:11:29'),(51168,5,13008,'','2013-11-14 18:11:29'),(51169,6,13008,'104','2013-11-14 18:11:29'),(51170,7,13008,'DAY','2013-11-14 18:11:29'),(51171,1,13010,'','2013-11-14 18:11:30'),(51172,2,13010,'','2013-11-14 18:11:30'),(51173,3,13010,'','2013-11-14 18:11:30'),(51174,4,13010,'','2013-11-14 18:11:30'),(51175,5,13010,'','2013-11-14 18:11:30'),(51176,6,13010,'','2013-11-14 18:11:30'),(51177,7,13010,'DAY','2013-11-14 18:11:30'),(51178,1,13013,'','2013-11-14 18:11:30'),(51179,2,13013,'','2013-11-14 18:11:30'),(51180,3,13013,'','2013-11-14 18:11:30'),(51181,4,13013,'','2013-11-14 18:11:30'),(51182,5,13013,'','2013-11-14 18:11:30'),(51183,6,13013,'','2013-11-14 18:11:30'),(51184,7,13013,'DAY','2013-11-14 18:11:30'),(51185,1,13014,'','2013-11-14 18:18:05'),(51186,2,13014,'','2013-11-14 18:18:05'),(51187,3,13014,'','2013-11-14 18:18:05'),(51188,4,13014,'OPD','2013-11-14 18:18:05'),(51189,5,13014,'','2013-11-14 18:18:05'),(51190,6,13014,'','2013-11-14 18:18:05'),(51191,7,13014,'DAY','2013-11-14 18:18:05'),(51192,1,13016,'','2013-11-14 18:18:05'),(51193,2,13016,'','2013-11-14 18:18:05'),(51194,3,13016,'','2013-11-14 18:18:05'),(51195,4,13016,'','2013-11-14 18:18:05'),(51196,5,13016,'','2013-11-14 18:18:05'),(51197,6,13016,'','2013-11-14 18:18:05'),(51198,7,13016,'DAY','2013-11-14 18:18:05'),(51199,1,13019,'','2013-11-14 18:18:05'),(51200,2,13019,'','2013-11-14 18:18:05'),(51201,3,13019,'','2013-11-14 18:18:05'),(51202,4,13019,'','2013-11-14 18:18:05'),(51203,5,13019,'','2013-11-14 18:18:05'),(51204,6,13019,'','2013-11-14 18:18:05'),(51205,7,13019,'DAY','2013-11-14 18:18:05'),(51206,1,13020,'3570879/3587224','2013-11-14 18:24:23'),(51207,2,13020,'593216','2013-11-14 18:24:23'),(51208,3,13020,'','2013-11-14 18:24:23'),(51209,4,13020,'OPD','2013-11-14 18:24:23'),(51210,5,13020,'','2013-11-14 18:24:23'),(51211,6,13020,'92','2013-11-14 18:24:23'),(51212,7,13020,'DAY','2013-11-14 18:24:23'),(51213,1,13021,'','2013-11-14 18:27:08'),(51214,2,13021,'','2013-11-14 18:27:08'),(51215,3,13021,'','2013-11-14 18:27:08'),(51216,4,13021,'OPD','2013-11-14 18:27:08'),(51217,5,13021,'','2013-11-14 18:27:08'),(51218,6,13021,'','2013-11-14 18:27:08'),(51219,7,13021,'DAY','2013-11-14 18:27:08'),(51220,1,13023,'','2013-11-14 18:27:08'),(51221,2,13023,'','2013-11-14 18:27:08'),(51222,3,13023,'','2013-11-14 18:27:08'),(51223,4,13023,'','2013-11-14 18:27:08'),(51224,5,13023,'','2013-11-14 18:27:08'),(51225,6,13023,'','2013-11-14 18:27:08'),(51226,7,13023,'DAY','2013-11-14 18:27:08'),(51227,1,13026,'','2013-11-14 18:27:08'),(51228,2,13026,'','2013-11-14 18:27:08'),(51229,3,13026,'','2013-11-14 18:27:08'),(51230,4,13026,'','2013-11-14 18:27:08'),(51231,5,13026,'','2013-11-14 18:27:08'),(51232,6,13026,'','2013-11-14 18:27:08'),(51233,7,13026,'DAY','2013-11-14 18:27:08'),(51234,1,13027,'3583099','2013-11-14 18:34:59'),(51235,2,13027,'','2013-11-14 18:34:59'),(51236,3,13027,'','2013-11-14 18:34:59'),(51237,4,13027,'OPD','2013-11-14 18:34:59'),(51238,5,13027,'','2013-11-14 18:34:59'),(51239,6,13027,'22','2013-11-14 18:34:59'),(51240,7,13027,'DAY','2013-11-14 18:34:59'),(51241,1,13028,'3587240','2013-11-14 18:46:09'),(51242,2,13028,'593219','2013-11-14 18:46:09'),(51243,3,13028,'','2013-11-14 18:46:09'),(51244,4,13028,'OPD','2013-11-14 18:46:09'),(51245,5,13028,'','2013-11-14 18:46:09'),(51246,6,13028,'72','2013-11-14 18:46:09'),(51247,7,13028,'DAY','2013-11-14 18:46:09'),(51248,1,13030,'','2013-11-14 18:46:09'),(51249,2,13030,'','2013-11-14 18:46:09'),(51250,3,13030,'','2013-11-14 18:46:09'),(51251,4,13030,'','2013-11-14 18:46:09'),(51252,5,13030,'','2013-11-14 18:46:09'),(51253,6,13030,'','2013-11-14 18:46:09'),(51254,7,13030,'DAY','2013-11-14 18:46:09'),(51255,1,13031,'3587242','2013-11-14 18:49:48'),(51256,2,13031,'','2013-11-14 18:49:48'),(51257,3,13031,'','2013-11-14 18:49:48'),(51258,4,13031,'OPD','2013-11-14 18:49:48'),(51259,5,13031,'','2013-11-14 18:49:48'),(51260,6,13031,'16','2013-11-14 18:49:48'),(51261,7,13031,'DAY','2013-11-14 18:49:48'),(51262,1,13032,'','2013-11-14 18:51:28'),(51263,2,13032,'','2013-11-14 18:51:28'),(51264,3,13032,'','2013-11-14 18:51:28'),(51265,4,13032,'','2013-11-14 18:51:28'),(51266,5,13032,'','2013-11-14 18:51:28'),(51267,6,13032,'','2013-11-14 18:51:28'),(51268,7,13032,'DAY','2013-11-14 18:51:28'),(51269,1,13033,'3587262','2013-11-14 19:13:13'),(51270,2,13033,'','2013-11-14 19:13:13'),(51271,3,13033,'','2013-11-14 19:13:13'),(51272,4,13033,'OPD','2013-11-14 19:13:13'),(51273,5,13033,'','2013-11-14 19:13:13'),(51274,6,13033,'271.40','2013-11-14 19:13:13'),(51275,7,13033,'DAY','2013-11-14 19:13:13'),(51276,1,13035,'','2013-11-14 19:13:13'),(51277,2,13035,'','2013-11-14 19:13:13'),(51278,3,13035,'','2013-11-14 19:13:13'),(51279,4,13035,'','2013-11-14 19:13:13'),(51280,5,13035,'','2013-11-14 19:13:13'),(51281,6,13035,'','2013-11-14 19:13:13'),(51282,7,13035,'DAY','2013-11-14 19:13:13'),(51283,1,13036,'3587267','2013-11-14 19:18:23'),(51284,2,13036,'','2013-11-14 19:18:23'),(51285,3,13036,'','2013-11-14 19:18:23'),(51286,4,13036,'OPD','2013-11-14 19:18:23'),(51287,5,13036,'','2013-11-14 19:18:23'),(51288,6,13036,'76','2013-11-14 19:18:23'),(51289,7,13036,'DAY','2013-11-14 19:18:23'),(51290,1,13038,'','2013-11-14 19:18:23'),(51291,2,13038,'','2013-11-14 19:18:23'),(51292,3,13038,'','2013-11-14 19:18:23'),(51293,4,13038,'','2013-11-14 19:18:23'),(51294,5,13038,'','2013-11-14 19:18:23'),(51295,6,13038,'','2013-11-14 19:18:23'),(51296,7,13038,'DAY','2013-11-14 19:18:23'),(51297,1,13039,'3587273','2013-11-14 19:24:31'),(51298,2,13039,'','2013-11-14 19:24:31'),(51299,3,13039,'','2013-11-14 19:24:31'),(51300,4,13039,'WARD','2013-11-14 19:24:31'),(51301,5,13039,'B8, 218027','2013-11-14 19:24:31'),(51302,6,13039,'788','2013-11-14 19:24:31'),(51303,7,13039,'DAY','2013-11-14 19:24:31'),(51304,1,13040,'3587285','2013-11-14 19:28:39'),(51305,2,13040,'','2013-11-14 19:28:39'),(51306,3,13040,'','2013-11-14 19:28:39'),(51307,4,13040,'OPD','2013-11-14 19:28:39'),(51308,5,13040,'','2013-11-14 19:28:39'),(51309,6,13040,'33','2013-11-14 19:28:39'),(51310,7,13040,'DAY','2013-11-14 19:28:39'),(51311,1,13041,'3587290','2013-11-14 19:38:17'),(51312,2,13041,'593229','2013-11-14 19:38:17'),(51313,3,13041,'','2013-11-14 19:38:17'),(51314,4,13041,'OPD','2013-11-14 19:38:17'),(51315,5,13041,'','2013-11-14 19:38:17'),(51316,6,13041,'132','2013-11-14 19:38:17'),(51317,7,13041,'DAY','2013-11-14 19:38:17'),(51318,1,13043,'','2013-11-14 19:38:17'),(51319,2,13043,'','2013-11-14 19:38:17'),(51320,3,13043,'','2013-11-14 19:38:17'),(51321,4,13043,'','2013-11-14 19:38:17'),(51322,5,13043,'','2013-11-14 19:38:17'),(51323,6,13043,'','2013-11-14 19:38:17'),(51324,7,13043,'DAY','2013-11-14 19:38:17'),(51325,1,13046,'','2013-11-14 19:38:17'),(51326,2,13046,'','2013-11-14 19:38:17'),(51327,3,13046,'','2013-11-14 19:38:17'),(51328,4,13046,'','2013-11-14 19:38:17'),(51329,5,13046,'','2013-11-14 19:38:17'),(51330,6,13046,'','2013-11-14 19:38:17'),(51331,7,13046,'DAY','2013-11-14 19:38:17'),(51332,1,13047,'3587298','2013-11-14 19:44:29'),(51333,2,13047,'593231','2013-11-14 19:44:29'),(51334,3,13047,'','2013-11-14 19:44:29'),(51335,4,13047,'OPD','2013-11-14 19:44:29'),(51336,5,13047,'','2013-11-14 19:44:29'),(51337,6,13047,'30','2013-11-14 19:44:29'),(51338,7,13047,'DAY','2013-11-14 19:44:29'),(51339,1,13048,'3587304','2013-11-14 19:51:11'),(51340,2,13048,'','2013-11-14 19:51:11'),(51341,3,13048,'','2013-11-14 19:51:11'),(51342,4,13048,'WARD','2013-11-14 19:51:11'),(51343,5,13048,'218031','2013-11-14 19:51:11'),(51344,6,13048,'81.00','2013-11-14 19:51:11'),(51345,7,13048,'DAY','2013-11-14 19:51:11'),(51346,1,13050,'','2013-11-14 19:51:12'),(51347,2,13050,'','2013-11-14 19:51:12'),(51348,3,13050,'','2013-11-14 19:51:12'),(51349,4,13050,'','2013-11-14 19:51:12'),(51350,5,13050,'','2013-11-14 19:51:12'),(51351,6,13050,'','2013-11-14 19:51:12'),(51352,7,13050,'DAY','2013-11-14 19:51:12'),(51353,1,13051,'3587314','2013-11-14 19:53:11'),(51354,2,13051,'','2013-11-14 19:53:11'),(51355,3,13051,'','2013-11-14 19:53:11'),(51356,4,13051,'WARD','2013-11-14 19:53:11'),(51357,5,13051,'B4','2013-11-14 19:53:11'),(51358,6,13051,'36.00','2013-11-14 19:53:11'),(51359,7,13051,'DAY','2013-11-14 19:53:11'),(51360,1,13052,'3587305','2013-11-14 19:57:05'),(51361,2,13052,'','2013-11-14 19:57:05'),(51362,3,13052,'','2013-11-14 19:57:05'),(51363,4,13052,'OPD','2013-11-14 19:57:05'),(51364,5,13052,'','2013-11-14 19:57:05'),(51365,6,13052,'168','2013-11-14 19:57:05'),(51366,7,13052,'DAY','2013-11-14 19:57:05'),(51367,1,13054,'','2013-11-14 19:57:05'),(51368,2,13054,'','2013-11-14 19:57:05'),(51369,3,13054,'','2013-11-14 19:57:05'),(51370,4,13054,'','2013-11-14 19:57:05'),(51371,5,13054,'','2013-11-14 19:57:05'),(51372,6,13054,'','2013-11-14 19:57:05'),(51373,7,13054,'DAY','2013-11-14 19:57:05'),(51374,1,13055,'3587311','2013-11-14 19:59:52'),(51375,2,13055,'','2013-11-14 19:59:52'),(51376,3,13055,'','2013-11-14 19:59:52'),(51377,4,13055,'OPD','2013-11-14 19:59:52'),(51378,5,13055,'','2013-11-14 19:59:52'),(51379,6,13055,'166','2013-11-14 19:59:52'),(51380,7,13055,'DAY','2013-11-14 19:59:52'),(51381,1,13057,'','2013-11-14 19:59:52'),(51382,2,13057,'','2013-11-14 19:59:52'),(51383,3,13057,'','2013-11-14 19:59:52'),(51384,4,13057,'','2013-11-14 19:59:52'),(51385,5,13057,'','2013-11-14 19:59:52'),(51386,6,13057,'','2013-11-14 19:59:52'),(51387,7,13057,'DAY','2013-11-14 19:59:52'),(51388,1,13060,'','2013-11-14 19:59:52'),(51389,2,13060,'','2013-11-14 19:59:52'),(51390,3,13060,'','2013-11-14 19:59:52'),(51391,4,13060,'','2013-11-14 19:59:52'),(51392,5,13060,'','2013-11-14 19:59:52'),(51393,6,13060,'','2013-11-14 19:59:52'),(51394,7,13060,'DAY','2013-11-14 19:59:52'),(51395,1,13061,'3587324','2013-11-14 20:10:23'),(51396,2,13061,'','2013-11-14 20:10:23'),(51397,3,13061,'','2013-11-14 20:10:23'),(51398,4,13061,'OPD','2013-11-14 20:10:23'),(51399,5,13061,'','2013-11-14 20:10:23'),(51400,6,13061,'138.40','2013-11-14 20:10:23'),(51401,7,13061,'DAY','2013-11-14 20:10:23'),(51402,1,13063,'','2013-11-14 20:10:23'),(51403,2,13063,'','2013-11-14 20:10:23'),(51404,3,13063,'','2013-11-14 20:10:23'),(51405,4,13063,'','2013-11-14 20:10:23'),(51406,5,13063,'','2013-11-14 20:10:23'),(51407,6,13063,'','2013-11-14 20:10:23'),(51408,7,13063,'DAY','2013-11-14 20:10:23'),(51409,1,13066,'','2013-11-14 20:10:23'),(51410,2,13066,'','2013-11-14 20:10:23'),(51411,3,13066,'','2013-11-14 20:10:23'),(51412,4,13066,'','2013-11-14 20:10:23'),(51413,5,13066,'','2013-11-14 20:10:23'),(51414,6,13066,'','2013-11-14 20:10:23'),(51415,7,13066,'DAY','2013-11-14 20:10:23'),(51416,1,13067,'3587332','2013-11-14 20:13:46'),(51417,2,13067,'','2013-11-14 20:13:46'),(51418,3,13067,'','2013-11-14 20:13:46'),(51419,4,13067,'WARD','2013-11-14 20:13:46'),(51420,5,13067,'C2, 218040','2013-11-14 20:13:46'),(51421,6,13067,'90','2013-11-14 20:13:46'),(51422,7,13067,'DAY','2013-11-14 20:13:46'),(51423,1,13069,'','2013-11-14 20:13:46'),(51424,2,13069,'','2013-11-14 20:13:46'),(51425,3,13069,'','2013-11-14 20:13:46'),(51426,4,13069,'','2013-11-14 20:13:46'),(51427,5,13069,'','2013-11-14 20:13:46'),(51428,6,13069,'','2013-11-14 20:13:46'),(51429,7,13069,'DAY','2013-11-14 20:13:46'),(51430,1,13070,'3587318','2013-11-14 20:19:12'),(51431,2,13070,'','2013-11-14 20:19:12'),(51432,3,13070,'','2013-11-14 20:19:12'),(51433,4,13070,'OPD','2013-11-14 20:19:12'),(51434,5,13070,'','2013-11-14 20:19:12'),(51435,6,13070,'140','2013-11-14 20:19:12'),(51436,7,13070,'DAY','2013-11-14 20:19:12'),(51437,1,13071,'','2013-11-14 20:25:26'),(51438,2,13071,'','2013-11-14 20:25:26'),(51439,3,13071,'','2013-11-14 20:25:26'),(51440,4,13071,'','2013-11-14 20:25:26'),(51441,5,13071,'','2013-11-14 20:25:26'),(51442,6,13071,'','2013-11-14 20:25:26'),(51443,7,13071,'DAY','2013-11-14 20:25:26'),(51444,1,13073,'','2013-11-14 20:25:26'),(51445,2,13073,'','2013-11-14 20:25:26'),(51446,3,13073,'','2013-11-14 20:25:26'),(51447,4,13073,'','2013-11-14 20:25:26'),(51448,5,13073,'','2013-11-14 20:25:26'),(51449,6,13073,'','2013-11-14 20:25:26'),(51450,7,13073,'DAY','2013-11-14 20:25:26'),(51451,1,13074,'','2013-11-14 20:27:02'),(51452,2,13074,'','2013-11-14 20:27:02'),(51453,3,13074,'','2013-11-14 20:27:02'),(51454,4,13074,'OPD','2013-11-14 20:27:02'),(51455,5,13074,'','2013-11-14 20:27:02'),(51456,6,13074,'','2013-11-14 20:27:02'),(51457,7,13074,'DAY','2013-11-14 20:27:02'),(51458,1,13076,'','2013-11-14 20:27:02'),(51459,2,13076,'','2013-11-14 20:27:02'),(51460,3,13076,'','2013-11-14 20:27:02'),(51461,4,13076,'','2013-11-14 20:27:02'),(51462,5,13076,'','2013-11-14 20:27:02'),(51463,6,13076,'','2013-11-14 20:27:02'),(51464,7,13076,'DAY','2013-11-14 20:27:02'),(51465,1,13079,'','2013-11-14 20:27:02'),(51466,2,13079,'','2013-11-14 20:27:02'),(51467,3,13079,'','2013-11-14 20:27:02'),(51468,4,13079,'','2013-11-14 20:27:02'),(51469,5,13079,'','2013-11-14 20:27:02'),(51470,6,13079,'','2013-11-14 20:27:02'),(51471,7,13079,'DAY','2013-11-14 20:27:02'),(51472,1,13080,'3587264','2013-11-14 20:30:51'),(51473,2,13080,'','2013-11-14 20:30:51'),(51474,3,13080,'','2013-11-14 20:30:51'),(51475,4,13080,'OPD','2013-11-14 20:30:51'),(51476,5,13080,'','2013-11-14 20:30:51'),(51477,6,13080,'293.80','2013-11-14 20:30:51'),(51478,7,13080,'DAY','2013-11-14 20:30:51'),(51479,1,13082,'','2013-11-14 20:30:51'),(51480,2,13082,'','2013-11-14 20:30:51'),(51481,3,13082,'','2013-11-14 20:30:51'),(51482,4,13082,'','2013-11-14 20:30:51'),(51483,5,13082,'','2013-11-14 20:30:51'),(51484,6,13082,'','2013-11-14 20:30:51'),(51485,7,13082,'DAY','2013-11-14 20:30:51'),(51486,1,13083,'3587347','2013-11-14 20:33:24'),(51487,2,13083,'','2013-11-14 20:33:24'),(51488,3,13083,'','2013-11-14 20:33:24'),(51489,4,13083,'OPD','2013-11-14 20:33:24'),(51490,5,13083,'','2013-11-14 20:33:24'),(51491,6,13083,'131','2013-11-14 20:33:24'),(51492,7,13083,'DAY','2013-11-14 20:33:24'),(51493,1,13085,'','2013-11-14 20:33:24'),(51494,2,13085,'','2013-11-14 20:33:24'),(51495,3,13085,'','2013-11-14 20:33:24'),(51496,4,13085,'','2013-11-14 20:33:24'),(51497,5,13085,'','2013-11-14 20:33:24'),(51498,6,13085,'','2013-11-14 20:33:24'),(51499,7,13085,'DAY','2013-11-14 20:33:24'),(51500,1,13088,'','2013-11-14 20:33:24'),(51501,2,13088,'','2013-11-14 20:33:24'),(51502,3,13088,'','2013-11-14 20:33:24'),(51503,4,13088,'','2013-11-14 20:33:24'),(51504,5,13088,'','2013-11-14 20:33:24'),(51505,6,13088,'','2013-11-14 20:33:24'),(51506,7,13088,'DAY','2013-11-14 20:33:24'),(51507,1,13089,'3587349','2013-11-14 20:39:04'),(51508,2,13089,'','2013-11-14 20:39:04'),(51509,3,13089,'','2013-11-14 20:39:04'),(51510,4,13089,'OPD','2013-11-14 20:39:04'),(51511,5,13089,'','2013-11-14 20:39:04'),(51512,6,13089,'62','2013-11-14 20:39:04'),(51513,7,13089,'DAY','2013-11-14 20:39:04'),(51514,1,13091,'','2013-11-14 20:39:04'),(51515,2,13091,'','2013-11-14 20:39:04'),(51516,3,13091,'','2013-11-14 20:39:04'),(51517,4,13091,'','2013-11-14 20:39:04'),(51518,5,13091,'','2013-11-14 20:39:04'),(51519,6,13091,'','2013-11-14 20:39:04'),(51520,7,13091,'DAY','2013-11-14 20:39:04'),(51521,1,13092,'3587375','2013-11-14 20:56:55'),(51522,2,13092,'','2013-11-14 20:56:55'),(51523,3,13092,'','2013-11-14 20:56:55'),(51524,4,13092,'OPD','2013-11-14 20:56:55'),(51525,5,13092,'','2013-11-14 20:56:55'),(51526,6,13092,'81','2013-11-14 20:56:55'),(51527,7,13092,'DAY','2013-11-14 20:56:55'),(51528,1,13093,'3587378','2013-11-14 21:03:46'),(51529,2,13093,'','2013-11-14 21:03:46'),(51530,3,13093,'','2013-11-14 21:03:46'),(51531,4,13093,'OPD','2013-11-14 21:03:46'),(51532,5,13093,'','2013-11-14 21:03:46'),(51533,6,13093,'40','2013-11-14 21:03:46'),(51534,7,13093,'DAY','2013-11-14 21:03:46'),(51535,1,13094,'3587381','2013-11-14 21:08:41'),(51536,2,13094,'','2013-11-14 21:08:41'),(51537,3,13094,'','2013-11-14 21:08:41'),(51538,4,13094,'OUTSIDE','2013-11-14 21:08:41'),(51539,5,13094,'','2013-11-14 21:08:41'),(51540,6,13094,'22','2013-11-14 21:08:41'),(51541,7,13094,'DAY','2013-11-14 21:08:41'),(51542,1,13095,'3587387','2013-11-14 21:12:07'),(51543,2,13095,'','2013-11-14 21:12:07'),(51544,3,13095,'','2013-11-14 21:12:07'),(51545,4,13095,'WARD','2013-11-14 21:12:07'),(51546,5,13095,'C4','2013-11-14 21:12:07'),(51547,6,13095,'49','2013-11-14 21:12:07'),(51548,7,13095,'DAY','2013-11-14 21:12:07'),(51549,1,13096,'3587384','2013-11-14 21:13:34'),(51550,2,13096,'','2013-11-14 21:13:34'),(51551,3,13096,'','2013-11-14 21:13:34'),(51552,4,13096,'WARD','2013-11-14 21:13:34'),(51553,5,13096,'C2','2013-11-14 21:13:34'),(51554,6,13096,'33','2013-11-14 21:13:34'),(51555,7,13096,'DAY','2013-11-14 21:13:34'),(51556,1,13097,'3587383','2013-11-14 21:16:08'),(51557,2,13097,'','2013-11-14 21:16:08'),(51558,3,13097,'','2013-11-14 21:16:08'),(51559,4,13097,'WARD','2013-11-14 21:16:08'),(51560,5,13097,'C2, 218038','2013-11-14 21:16:08'),(51561,6,13097,'130','2013-11-14 21:16:08'),(51562,7,13097,'DAY','2013-11-14 21:16:08'),(51563,1,13098,'3587385','2013-11-14 21:18:01'),(51564,2,13098,'','2013-11-14 21:18:01'),(51565,3,13098,'','2013-11-14 21:18:01'),(51566,4,13098,'WARD','2013-11-14 21:18:01'),(51567,5,13098,'C2, 218019','2013-11-14 21:18:01'),(51568,6,13098,'44','2013-11-14 21:18:01'),(51569,7,13098,'DAY','2013-11-14 21:18:01'),(51570,1,13100,'','2013-11-14 21:18:01'),(51571,2,13100,'','2013-11-14 21:18:01'),(51572,3,13100,'','2013-11-14 21:18:01'),(51573,4,13100,'','2013-11-14 21:18:01'),(51574,5,13100,'','2013-11-14 21:18:01'),(51575,6,13100,'','2013-11-14 21:18:01'),(51576,7,13100,'DAY','2013-11-14 21:18:01'),(51577,1,13101,'3587380','2013-11-14 21:20:55'),(51578,2,13101,'593245','2013-11-14 21:20:55'),(51579,3,13101,'','2013-11-14 21:20:55'),(51580,4,13101,'OPD','2013-11-14 21:20:55'),(51581,5,13101,'','2013-11-14 21:20:55'),(51582,6,13101,'114','2013-11-14 21:20:55'),(51583,7,13101,'DAY','2013-11-14 21:20:55'),(51584,1,13103,'','2013-11-14 21:20:56'),(51585,2,13103,'','2013-11-14 21:20:56'),(51586,3,13103,'','2013-11-14 21:20:56'),(51587,4,13103,'','2013-11-14 21:20:56'),(51588,5,13103,'','2013-11-14 21:20:56'),(51589,6,13103,'','2013-11-14 21:20:56'),(51590,7,13103,'DAY','2013-11-14 21:20:56'),(51591,1,13106,'','2013-11-14 21:20:56'),(51592,2,13106,'','2013-11-14 21:20:56'),(51593,3,13106,'','2013-11-14 21:20:56'),(51594,4,13106,'','2013-11-14 21:20:56'),(51595,5,13106,'','2013-11-14 21:20:56'),(51596,6,13106,'','2013-11-14 21:20:56'),(51597,7,13106,'DAY','2013-11-14 21:20:56'),(51598,1,13107,'3587386','2013-11-14 21:23:13'),(51599,2,13107,'593246','2013-11-14 21:23:13'),(51600,3,13107,'','2013-11-14 21:23:13'),(51601,4,13107,'OPD','2013-11-14 21:23:13'),(51602,5,13107,'','2013-11-14 21:23:13'),(51603,6,13107,'24','2013-11-14 21:23:13'),(51604,7,13107,'DAY','2013-11-14 21:23:13'),(51605,1,13108,'3587389','2013-11-14 21:27:27'),(51606,2,13108,'593247','2013-11-14 21:27:27'),(51607,3,13108,'','2013-11-14 21:27:27'),(51608,4,13108,'OPD','2013-11-14 21:27:27'),(51609,5,13108,'','2013-11-14 21:27:27'),(51610,6,13108,'87','2013-11-14 21:27:27'),(51611,7,13108,'DAY','2013-11-14 21:27:27'),(51612,1,13110,'','2013-11-14 21:27:27'),(51613,2,13110,'','2013-11-14 21:27:27'),(51614,3,13110,'','2013-11-14 21:27:27'),(51615,4,13110,'','2013-11-14 21:27:27'),(51616,5,13110,'','2013-11-14 21:27:27'),(51617,6,13110,'','2013-11-14 21:27:27'),(51618,7,13110,'DAY','2013-11-14 21:27:27'),(51619,1,13111,'3587394','2013-11-14 21:32:28'),(51620,2,13111,'','2013-11-14 21:32:28'),(51621,3,13111,'','2013-11-14 21:32:28'),(51622,4,13111,'OPD','2013-11-14 21:32:28'),(51623,5,13111,'','2013-11-14 21:32:28'),(51624,6,13111,'27','2013-11-14 21:32:28'),(51625,7,13111,'DAY','2013-11-14 21:32:28'),(51626,1,13112,'3587396','2013-11-14 21:39:55'),(51627,2,13112,'','2013-11-14 21:39:55'),(51628,3,13112,'','2013-11-14 21:39:55'),(51629,4,13112,'OPD','2013-11-14 21:39:55'),(51630,5,13112,'','2013-11-14 21:39:55'),(51631,6,13112,'99','2013-11-14 21:39:55'),(51632,7,13112,'DAY','2013-11-14 21:39:55'),(51633,1,13114,'','2013-11-14 21:39:55'),(51634,2,13114,'','2013-11-14 21:39:55'),(51635,3,13114,'','2013-11-14 21:39:55'),(51636,4,13114,'','2013-11-14 21:39:55'),(51637,5,13114,'','2013-11-14 21:39:55'),(51638,6,13114,'','2013-11-14 21:39:55'),(51639,7,13114,'DAY','2013-11-14 21:39:55'),(51640,1,13117,'','2013-11-14 21:39:56'),(51641,2,13117,'','2013-11-14 21:39:56'),(51642,3,13117,'','2013-11-14 21:39:56'),(51643,4,13117,'','2013-11-14 21:39:56'),(51644,5,13117,'','2013-11-14 21:39:56'),(51645,6,13117,'','2013-11-14 21:39:56'),(51646,7,13117,'DAY','2013-11-14 21:39:56'),(51647,1,13118,'3587399','2013-11-14 21:41:41'),(51648,2,13118,'','2013-11-14 21:41:41'),(51649,3,13118,'','2013-11-14 21:41:41'),(51650,4,13118,'WARD','2013-11-14 21:41:41'),(51651,5,13118,'C5','2013-11-14 21:41:41'),(51652,6,13118,'12','2013-11-14 21:41:41'),(51653,7,13118,'DAY','2013-11-14 21:41:41'),(51654,1,13119,'3587400','2013-11-14 21:53:01'),(51655,2,13119,'593252','2013-11-14 21:53:01'),(51656,3,13119,'','2013-11-14 21:53:01'),(51657,4,13119,'','2013-11-14 21:53:01'),(51658,5,13119,'','2013-11-14 21:53:01'),(51659,6,13119,'119.00','2013-11-14 21:53:01'),(51660,7,13119,'DAY','2013-11-14 21:53:01'),(51661,1,13121,'','2013-11-14 21:53:01'),(51662,2,13121,'','2013-11-14 21:53:01'),(51663,3,13121,'','2013-11-14 21:53:01'),(51664,4,13121,'','2013-11-14 21:53:01'),(51665,5,13121,'','2013-11-14 21:53:01'),(51666,6,13121,'','2013-11-14 21:53:01'),(51667,7,13121,'DAY','2013-11-14 21:53:01'),(51668,1,13122,'3587431','2013-11-14 22:17:55'),(51669,2,13122,'','2013-11-14 22:17:55'),(51670,3,13122,'','2013-11-14 22:17:55'),(51671,4,13122,'WARD','2013-11-14 22:17:55'),(51672,5,13122,'21841','2013-11-14 22:17:55'),(51673,6,13122,'129.00','2013-11-14 22:17:55'),(51674,7,13122,'DAY','2013-11-14 22:17:55'),(51675,1,13123,'3587423','2013-11-14 22:21:39'),(51676,2,13123,'593260','2013-11-14 22:21:39'),(51677,3,13123,'','2013-11-14 22:21:39'),(51678,4,13123,'OPD','2013-11-14 22:21:39'),(51679,5,13123,'','2013-11-14 22:21:39'),(51680,6,13123,'79.00','2013-11-14 22:21:39'),(51681,7,13123,'DAY','2013-11-14 22:21:39'),(51682,1,13125,'','2013-11-14 22:21:39'),(51683,2,13125,'','2013-11-14 22:21:39'),(51684,3,13125,'','2013-11-14 22:21:39'),(51685,4,13125,'','2013-11-14 22:21:39'),(51686,5,13125,'','2013-11-14 22:21:39'),(51687,6,13125,'','2013-11-14 22:21:39'),(51688,7,13125,'DAY','2013-11-14 22:21:39'),(51689,1,13128,'','2013-11-14 22:21:39'),(51690,2,13128,'','2013-11-14 22:21:39'),(51691,3,13128,'','2013-11-14 22:21:39'),(51692,4,13128,'','2013-11-14 22:21:39'),(51693,5,13128,'','2013-11-14 22:21:39'),(51694,6,13128,'','2013-11-14 22:21:39'),(51695,7,13128,'DAY','2013-11-14 22:21:39'),(51696,1,13129,'3587418','2013-11-14 22:24:53'),(51697,2,13129,'','2013-11-14 22:24:53'),(51698,3,13129,'','2013-11-14 22:24:53'),(51699,4,13129,'OPD','2013-11-14 22:24:53'),(51700,5,13129,'','2013-11-14 22:24:53'),(51701,6,13129,'105.00','2013-11-14 22:24:53'),(51702,7,13129,'DAY','2013-11-14 22:24:53'),(51703,1,13131,'','2013-11-14 22:24:53'),(51704,2,13131,'','2013-11-14 22:24:53'),(51705,3,13131,'','2013-11-14 22:24:53'),(51706,4,13131,'','2013-11-14 22:24:53'),(51707,5,13131,'','2013-11-14 22:24:53'),(51708,6,13131,'','2013-11-14 22:24:53'),(51709,7,13131,'DAY','2013-11-14 22:24:53'),(51710,1,13132,'3587446','2013-11-14 22:29:20'),(51711,2,13132,'','2013-11-14 22:29:20'),(51712,3,13132,'','2013-11-14 22:29:20'),(51713,4,13132,'OPD','2013-11-14 22:29:20'),(51714,5,13132,'','2013-11-14 22:29:20'),(51715,6,13132,'112.00','2013-11-14 22:29:20'),(51716,7,13132,'DAY','2013-11-14 22:29:20'),(51717,1,13134,'','2013-11-14 22:29:21'),(51718,2,13134,'','2013-11-14 22:29:21'),(51719,3,13134,'','2013-11-14 22:29:21'),(51720,4,13134,'','2013-11-14 22:29:21'),(51721,5,13134,'','2013-11-14 22:29:21'),(51722,6,13134,'','2013-11-14 22:29:21'),(51723,7,13134,'DAY','2013-11-14 22:29:21'),(51724,1,13137,'','2013-11-14 22:29:21'),(51725,2,13137,'','2013-11-14 22:29:21'),(51726,3,13137,'','2013-11-14 22:29:21'),(51727,4,13137,'','2013-11-14 22:29:21'),(51728,5,13137,'','2013-11-14 22:29:21'),(51729,6,13137,'','2013-11-14 22:29:21'),(51730,7,13137,'DAY','2013-11-14 22:29:21'),(51731,1,13138,'3587451','2013-11-14 22:32:28'),(51732,2,13138,'','2013-11-14 22:32:28'),(51733,3,13138,'','2013-11-14 22:32:28'),(51734,4,13138,'OPD','2013-11-14 22:32:28'),(51735,5,13138,'','2013-11-14 22:32:28'),(51736,6,13138,'40.00','2013-11-14 22:32:28'),(51737,7,13138,'DAY','2013-11-14 22:32:28'),(51738,1,13139,'3587434','2013-11-14 22:36:35'),(51739,2,13139,'','2013-11-14 22:36:35'),(51740,3,13139,'','2013-11-14 22:36:35'),(51741,4,13139,'OPD','2013-11-14 22:36:35'),(51742,5,13139,'','2013-11-14 22:36:35'),(51743,6,13139,'94.00','2013-11-14 22:36:35'),(51744,7,13139,'DAY','2013-11-14 22:36:35'),(51745,1,13141,'','2013-11-14 22:36:35'),(51746,2,13141,'','2013-11-14 22:36:35'),(51747,3,13141,'','2013-11-14 22:36:35'),(51748,4,13141,'','2013-11-14 22:36:35'),(51749,5,13141,'','2013-11-14 22:36:35'),(51750,6,13141,'','2013-11-14 22:36:35'),(51751,7,13141,'DAY','2013-11-14 22:36:35'),(51752,1,13142,'3587437','2013-11-14 22:39:24'),(51753,2,13142,'','2013-11-14 22:39:24'),(51754,3,13142,'','2013-11-14 22:39:24'),(51755,4,13142,'OPD','2013-11-14 22:39:24'),(51756,5,13142,'','2013-11-14 22:39:24'),(51757,6,13142,'64.00','2013-11-14 22:39:24'),(51758,7,13142,'DAY','2013-11-14 22:39:24'),(51759,1,13144,'','2013-11-14 22:39:24'),(51760,2,13144,'','2013-11-14 22:39:24'),(51761,3,13144,'','2013-11-14 22:39:24'),(51762,4,13144,'','2013-11-14 22:39:24'),(51763,5,13144,'','2013-11-14 22:39:24'),(51764,6,13144,'','2013-11-14 22:39:24'),(51765,7,13144,'DAY','2013-11-14 22:39:24'),(51766,1,13145,'3587449','2013-11-14 22:46:04'),(51767,2,13145,'','2013-11-14 22:46:04'),(51768,3,13145,'','2013-11-14 22:46:04'),(51769,4,13145,'OPD','2013-11-14 22:46:04'),(51770,5,13145,'','2013-11-14 22:46:04'),(51771,6,13145,'362.00','2013-11-14 22:46:04'),(51772,7,13145,'DAY','2013-11-14 22:46:04'),(51773,1,13147,'','2013-11-14 22:46:05'),(51774,2,13147,'','2013-11-14 22:46:05'),(51775,3,13147,'','2013-11-14 22:46:05'),(51776,4,13147,'','2013-11-14 22:46:05'),(51777,5,13147,'','2013-11-14 22:46:05'),(51778,6,13147,'','2013-11-14 22:46:05'),(51779,7,13147,'DAY','2013-11-14 22:46:05'),(51780,1,13150,'','2013-11-14 22:46:05'),(51781,2,13150,'','2013-11-14 22:46:05'),(51782,3,13150,'','2013-11-14 22:46:05'),(51783,4,13150,'','2013-11-14 22:46:05'),(51784,5,13150,'','2013-11-14 22:46:05'),(51785,6,13150,'','2013-11-14 22:46:05'),(51786,7,13150,'DAY','2013-11-14 22:46:05'),(51787,1,13151,'3587452','2013-11-14 22:48:51'),(51788,2,13151,'','2013-11-14 22:48:51'),(51789,3,13151,'','2013-11-14 22:48:51'),(51790,4,13151,'OPD','2013-11-14 22:48:51'),(51791,5,13151,'','2013-11-14 22:48:51'),(51792,6,13151,'155.00','2013-11-14 22:48:51'),(51793,7,13151,'DAY','2013-11-14 22:48:52'),(51794,1,13153,'','2013-11-14 22:48:52'),(51795,2,13153,'','2013-11-14 22:48:52'),(51796,3,13153,'','2013-11-14 22:48:52'),(51797,4,13153,'','2013-11-14 22:48:52'),(51798,5,13153,'','2013-11-14 22:48:52'),(51799,6,13153,'','2013-11-14 22:48:52'),(51800,7,13153,'DAY','2013-11-14 22:48:52'),(51801,1,13156,'','2013-11-14 22:48:52'),(51802,2,13156,'','2013-11-14 22:48:52'),(51803,3,13156,'','2013-11-14 22:48:52'),(51804,4,13156,'','2013-11-14 22:48:52'),(51805,5,13156,'','2013-11-14 22:48:52'),(51806,6,13156,'','2013-11-14 22:48:52'),(51807,7,13156,'DAY','2013-11-14 22:48:52'),(51808,1,13157,'3587456','2013-11-14 22:50:47'),(51809,2,13157,'','2013-11-14 22:50:47'),(51810,3,13157,'','2013-11-14 22:50:47'),(51811,4,13157,'OPD','2013-11-14 22:50:47'),(51812,5,13157,'','2013-11-14 22:50:47'),(51813,6,13157,'81.00','2013-11-14 22:50:47'),(51814,7,13157,'DAY','2013-11-14 22:50:47'),(51815,1,13158,'3587455','2013-11-14 22:55:37'),(51816,2,13158,'593263','2013-11-14 22:55:37'),(51817,3,13158,'','2013-11-14 22:55:37'),(51818,4,13158,'OPD','2013-11-14 22:55:37'),(51819,5,13158,'','2013-11-14 22:55:37'),(51820,6,13158,'189.00','2013-11-14 22:55:37'),(51821,7,13158,'DAY','2013-11-14 22:55:37'),(51822,1,13160,'','2013-11-14 22:55:37'),(51823,2,13160,'','2013-11-14 22:55:37'),(51824,3,13160,'','2013-11-14 22:55:37'),(51825,4,13160,'','2013-11-14 22:55:37'),(51826,5,13160,'','2013-11-14 22:55:37'),(51827,6,13160,'','2013-11-14 22:55:37'),(51828,7,13160,'DAY','2013-11-14 22:55:37'),(51829,1,13163,'','2013-11-14 22:55:37'),(51830,2,13163,'','2013-11-14 22:55:37'),(51831,3,13163,'','2013-11-14 22:55:37'),(51832,4,13163,'','2013-11-14 22:55:37'),(51833,5,13163,'','2013-11-14 22:55:38'),(51834,6,13163,'','2013-11-14 22:55:38'),(51835,7,13163,'DAY','2013-11-14 22:55:38'),(51836,1,13167,'','2013-11-14 22:55:38'),(51837,2,13167,'','2013-11-14 22:55:38'),(51838,3,13167,'','2013-11-14 22:55:38'),(51839,4,13167,'','2013-11-14 22:55:38'),(51840,5,13167,'','2013-11-14 22:55:38'),(51841,6,13167,'','2013-11-14 22:55:38'),(51842,7,13167,'DAY','2013-11-14 22:55:38'),(51843,1,13168,'3587460','2013-11-14 22:58:46'),(51844,2,13168,'593265','2013-11-14 22:58:46'),(51845,3,13168,'','2013-11-14 22:58:46'),(51846,4,13168,'OPD','2013-11-14 22:58:46'),(51847,5,13168,'','2013-11-14 22:58:46'),(51848,6,13168,'132.00','2013-11-14 22:58:46'),(51849,7,13168,'DAY','2013-11-14 22:58:46'),(51850,1,13169,'3587466','2013-11-14 23:06:41'),(51851,2,13169,'','2013-11-14 23:06:41'),(51852,3,13169,'','2013-11-14 23:06:41'),(51853,4,13169,'OPD','2013-11-14 23:06:41'),(51854,5,13169,'','2013-11-14 23:06:41'),(51855,6,13169,'24','2013-11-14 23:06:41'),(51856,7,13169,'DAY','2013-11-14 23:06:41'),(51857,1,13170,'3587476','2013-11-14 23:18:25'),(51858,2,13170,'','2013-11-14 23:18:25'),(51859,3,13170,'','2013-11-14 23:18:25'),(51860,4,13170,'OPD','2013-11-14 23:18:25'),(51861,5,13170,'','2013-11-14 23:18:25'),(51862,6,13170,'84','2013-11-14 23:18:25'),(51863,7,13170,'DAY','2013-11-14 23:18:25'),(51864,1,13172,'','2013-11-14 23:18:25'),(51865,2,13172,'','2013-11-14 23:18:25'),(51866,3,13172,'','2013-11-14 23:18:25'),(51867,4,13172,'','2013-11-14 23:18:25'),(51868,5,13172,'','2013-11-14 23:18:25'),(51869,6,13172,'','2013-11-14 23:18:25'),(51870,7,13172,'DAY','2013-11-14 23:18:25'),(51871,1,13173,'3587477','2013-11-14 23:22:20'),(51872,2,13173,'','2013-11-14 23:22:20'),(51873,3,13173,'','2013-11-14 23:22:20'),(51874,4,13173,'OPD','2013-11-14 23:22:20'),(51875,5,13173,'','2013-11-14 23:22:20'),(51876,6,13173,'128','2013-11-14 23:22:20'),(51877,7,13173,'DAY','2013-11-14 23:22:20'),(51878,1,13174,'3587480','2013-11-14 23:31:22'),(51879,2,13174,'593272','2013-11-14 23:31:22'),(51880,3,13174,'','2013-11-14 23:31:22'),(51881,4,13174,'OUTSIDE','2013-11-14 23:31:22'),(51882,5,13174,'','2013-11-14 23:31:22'),(51883,6,13174,'40','2013-11-14 23:31:22'),(51884,7,13174,'DAY','2013-11-14 23:31:22'),(51885,1,13175,'3587484','2013-11-14 23:35:46'),(51886,2,13175,'','2013-11-14 23:35:46'),(51887,3,13175,'','2013-11-14 23:35:46'),(51888,4,13175,'OPD','2013-11-14 23:35:46'),(51889,5,13175,'','2013-11-14 23:35:46'),(51890,6,13175,'64','2013-11-14 23:35:46'),(51891,7,13175,'DAY','2013-11-14 23:35:46'),(51892,1,13177,'','2013-11-14 23:35:46'),(51893,2,13177,'','2013-11-14 23:35:46'),(51894,3,13177,'','2013-11-14 23:35:46'),(51895,4,13177,'','2013-11-14 23:35:46'),(51896,5,13177,'','2013-11-14 23:35:46'),(51897,6,13177,'','2013-11-14 23:35:46'),(51898,7,13177,'DAY','2013-11-14 23:35:46'),(51899,1,13178,'3587492','2013-11-14 23:41:07'),(51900,2,13178,'','2013-11-14 23:41:07'),(51901,3,13178,'','2013-11-14 23:41:07'),(51902,4,13178,'WARD','2013-11-14 23:41:07'),(51903,5,13178,'218043','2013-11-14 23:41:07'),(51904,6,13178,'48','2013-11-14 23:41:07'),(51905,7,13178,'DAY','2013-11-14 23:41:07'),(51906,1,13179,'3587497','2013-11-14 23:57:08'),(51907,2,13179,'','2013-11-14 23:57:08'),(51908,3,13179,'','2013-11-14 23:57:08'),(51909,4,13179,'OPD','2013-11-14 23:57:08'),(51910,5,13179,'','2013-11-14 23:57:08'),(51911,6,13179,'131','2013-11-14 23:57:08'),(51912,7,13179,'DAY','2013-11-14 23:57:08'),(51913,1,13181,'','2013-11-14 23:57:09'),(51914,2,13181,'','2013-11-14 23:57:09'),(51915,3,13181,'','2013-11-14 23:57:09'),(51916,4,13181,'','2013-11-14 23:57:09'),(51917,5,13181,'','2013-11-14 23:57:09'),(51918,6,13181,'','2013-11-14 23:57:09'),(51919,7,13181,'DAY','2013-11-14 23:57:09'),(51920,1,13182,'3587505','2013-11-15 00:06:54'),(51921,2,13182,'','2013-11-15 00:06:54'),(51922,3,13182,'','2013-11-15 00:06:54'),(51923,4,13182,'OPD','2013-11-15 00:06:54'),(51924,5,13182,'','2013-11-15 00:06:54'),(51925,6,13182,'35','2013-11-15 00:06:54'),(51926,7,13182,'DAY','2013-11-15 00:06:54'),(51927,1,13184,'','2013-11-15 00:06:55'),(51928,2,13184,'','2013-11-15 00:06:55'),(51929,3,13184,'','2013-11-15 00:06:55'),(51930,4,13184,'','2013-11-15 00:06:55'),(51931,5,13184,'','2013-11-15 00:06:55'),(51932,6,13184,'','2013-11-15 00:06:55'),(51933,7,13184,'DAY','2013-11-15 00:06:55'),(51934,1,13185,'3587500','2013-11-15 00:14:32'),(51935,2,13185,'593276','2013-11-15 00:14:32'),(51936,3,13185,'','2013-11-15 00:14:32'),(51937,4,13185,'OPD','2013-11-15 00:14:32'),(51938,5,13185,'','2013-11-15 00:14:32'),(51939,6,13185,'132','2013-11-15 00:14:32'),(51940,7,13185,'DAY','2013-11-15 00:14:32'),(51941,1,13187,'','2013-11-15 00:14:32'),(51942,2,13187,'','2013-11-15 00:14:32'),(51943,3,13187,'','2013-11-15 00:14:32'),(51944,4,13187,'','2013-11-15 00:14:32'),(51945,5,13187,'','2013-11-15 00:14:32'),(51946,6,13187,'','2013-11-15 00:14:32'),(51947,7,13187,'DAY','2013-11-15 00:14:32'),(51948,1,13190,'','2013-11-15 00:14:32'),(51949,2,13190,'','2013-11-15 00:14:32'),(51950,3,13190,'','2013-11-15 00:14:32'),(51951,4,13190,'','2013-11-15 00:14:32'),(51952,5,13190,'','2013-11-15 00:14:32'),(51953,6,13190,'','2013-11-15 00:14:32'),(51954,7,13190,'DAY','2013-11-15 00:14:32'),(51955,1,13191,'3587511','2013-11-15 00:19:21'),(51956,2,13191,'','2013-11-15 00:19:21'),(51957,3,13191,'','2013-11-15 00:19:21'),(51958,4,13191,'OPD','2013-11-15 00:19:21'),(51959,5,13191,'','2013-11-15 00:19:21'),(51960,6,13191,'109','2013-11-15 00:19:21'),(51961,7,13191,'DAY','2013-11-15 00:19:21'),(51962,1,13192,'3587517','2013-11-15 00:22:10'),(51963,2,13192,'','2013-11-15 00:22:10'),(51964,3,13192,'','2013-11-15 00:22:10'),(51965,4,13192,'OPD','2013-11-15 00:22:10'),(51966,5,13192,'','2013-11-15 00:22:10'),(51967,6,13192,'99','2013-11-15 00:22:10'),(51968,7,13192,'DAY','2013-11-15 00:22:10'),(51969,1,13194,'','2013-11-15 00:22:11'),(51970,2,13194,'','2013-11-15 00:22:11'),(51971,3,13194,'','2013-11-15 00:22:11'),(51972,4,13194,'','2013-11-15 00:22:11'),(51973,5,13194,'','2013-11-15 00:22:11'),(51974,6,13194,'','2013-11-15 00:22:11'),(51975,7,13194,'DAY','2013-11-15 00:22:11'),(51976,1,13195,'3587520','2013-11-15 00:26:41'),(51977,2,13195,'593277','2013-11-15 00:26:41'),(51978,3,13195,'','2013-11-15 00:26:41'),(51979,4,13195,'OUTSIDE','2013-11-15 00:26:41'),(51980,5,13195,'','2013-11-15 00:26:41'),(51981,6,13195,'35','2013-11-15 00:26:41'),(51982,7,13195,'DAY','2013-11-15 00:26:41'),(51983,1,13196,'3587525','2013-11-15 00:42:29'),(51984,2,13196,'','2013-11-15 00:42:29'),(51985,3,13196,'','2013-11-15 00:42:29'),(51986,4,13196,'OPD','2013-11-15 00:42:29'),(51987,5,13196,'','2013-11-15 00:42:29'),(51988,6,13196,'188','2013-11-15 00:42:29'),(51989,7,13196,'DAY','2013-11-15 00:42:29'),(51990,1,13197,'3587537','2013-11-15 00:56:15'),(51991,2,13197,'593288','2013-11-15 00:56:15'),(51992,3,13197,'','2013-11-15 00:56:15'),(51993,4,13197,'OPD','2013-11-15 00:56:15'),(51994,5,13197,'','2013-11-15 00:56:15'),(51995,6,13197,'26','2013-11-15 00:56:15'),(51996,7,13197,'DAY','2013-11-15 00:56:15'),(51997,1,13198,'3587548','2013-11-15 01:22:43'),(51998,2,13198,'593296','2013-11-15 01:22:43'),(51999,3,13198,'','2013-11-15 01:22:43'),(52000,4,13198,'OPD','2013-11-15 01:22:43'),(52001,5,13198,'','2013-11-15 01:22:43'),(52002,6,13198,'82','2013-11-15 01:22:43'),(52003,7,13198,'DAY','2013-11-15 01:22:43'),(52004,1,13200,'','2013-11-15 01:22:44'),(52005,2,13200,'','2013-11-15 01:22:44'),(52006,3,13200,'','2013-11-15 01:22:44'),(52007,4,13200,'','2013-11-15 01:22:44'),(52008,5,13200,'','2013-11-15 01:22:44'),(52009,6,13200,'','2013-11-15 01:22:44'),(52010,7,13200,'DAY','2013-11-15 01:22:44'),(52011,1,13203,'','2013-11-15 01:22:44'),(52012,2,13203,'','2013-11-15 01:22:44'),(52013,3,13203,'','2013-11-15 01:22:44'),(52014,4,13203,'','2013-11-15 01:22:44'),(52015,5,13203,'','2013-11-15 01:22:44'),(52016,6,13203,'','2013-11-15 01:22:44'),(52017,7,13203,'DAY','2013-11-15 01:22:44'),(52018,1,13204,'3587550','2013-11-15 01:29:14'),(52019,2,13204,'','2013-11-15 01:29:14'),(52020,3,13204,'','2013-11-15 01:29:14'),(52021,4,13204,'OPD','2013-11-15 01:29:14'),(52022,5,13204,'','2013-11-15 01:29:14'),(52023,6,13204,'104','2013-11-15 01:29:14'),(52024,7,13204,'DAY','2013-11-15 01:29:14'),(52025,1,13206,'','2013-11-15 01:29:14'),(52026,2,13206,'','2013-11-15 01:29:14'),(52027,3,13206,'','2013-11-15 01:29:14'),(52028,4,13206,'','2013-11-15 01:29:14'),(52029,5,13206,'','2013-11-15 01:29:14'),(52030,6,13206,'','2013-11-15 01:29:14'),(52031,7,13206,'DAY','2013-11-15 01:29:14'),(52032,1,13207,'3587555','2013-11-15 01:36:12'),(52033,2,13207,'','2013-11-15 01:36:13'),(52034,3,13207,'','2013-11-15 01:36:13'),(52035,4,13207,'OPD','2013-11-15 01:36:13'),(52036,5,13207,'','2013-11-15 01:36:13'),(52037,6,13207,'302.40','2013-11-15 01:36:13'),(52038,7,13207,'DAY','2013-11-15 01:36:13'),(52039,1,13209,'','2013-11-15 01:36:13'),(52040,2,13209,'','2013-11-15 01:36:13'),(52041,3,13209,'','2013-11-15 01:36:13'),(52042,4,13209,'','2013-11-15 01:36:13'),(52043,5,13209,'','2013-11-15 01:36:13'),(52044,6,13209,'','2013-11-15 01:36:13'),(52045,7,13209,'DAY','2013-11-15 01:36:13'),(52046,1,13212,'','2013-11-15 01:36:13'),(52047,2,13212,'','2013-11-15 01:36:13'),(52048,3,13212,'','2013-11-15 01:36:13'),(52049,4,13212,'','2013-11-15 01:36:13'),(52050,5,13212,'','2013-11-15 01:36:13'),(52051,6,13212,'','2013-11-15 01:36:13'),(52052,7,13212,'DAY','2013-11-15 01:36:13'),(52053,1,13216,'','2013-11-15 01:36:13'),(52054,2,13216,'','2013-11-15 01:36:13'),(52055,3,13216,'','2013-11-15 01:36:13'),(52056,4,13216,'','2013-11-15 01:36:13'),(52057,5,13216,'','2013-11-15 01:36:13'),(52058,6,13216,'','2013-11-15 01:36:13'),(52059,7,13216,'DAY','2013-11-15 01:36:13'),(52060,1,13217,'3587569','2013-11-15 02:01:20'),(52061,2,13217,'','2013-11-15 02:01:20'),(52062,3,13217,'','2013-11-15 02:01:20'),(52063,4,13217,'OPD','2013-11-15 02:01:20'),(52064,5,13217,'','2013-11-15 02:01:20'),(52065,6,13217,'127','2013-11-15 02:01:20'),(52066,7,13217,'DAY','2013-11-15 02:01:20'),(52067,1,13219,'','2013-11-15 02:01:20'),(52068,2,13219,'','2013-11-15 02:01:20'),(52069,3,13219,'','2013-11-15 02:01:20'),(52070,4,13219,'','2013-11-15 02:01:20'),(52071,5,13219,'','2013-11-15 02:01:20'),(52072,6,13219,'','2013-11-15 02:01:20'),(52073,7,13219,'DAY','2013-11-15 02:01:20'),(52074,1,13222,'','2013-11-15 02:01:20'),(52075,2,13222,'','2013-11-15 02:01:20'),(52076,3,13222,'','2013-11-15 02:01:20'),(52077,4,13222,'','2013-11-15 02:01:20'),(52078,5,13222,'','2013-11-15 02:01:20'),(52079,6,13222,'','2013-11-15 02:01:20'),(52080,7,13222,'DAY','2013-11-15 02:01:20'),(52081,1,13223,'3587570','2013-11-15 02:02:28'),(52082,2,13223,'','2013-11-15 02:02:28'),(52083,3,13223,'','2013-11-15 02:02:28'),(52084,4,13223,'OPD','2013-11-15 02:02:28'),(52085,5,13223,'','2013-11-15 02:02:28'),(52086,6,13223,'13','2013-11-15 02:02:28'),(52087,7,13223,'DAY','2013-11-15 02:02:28'),(52088,1,13224,'3587573','2013-11-15 02:11:15'),(52089,2,13224,'593305','2013-11-15 02:11:15'),(52090,3,13224,'','2013-11-15 02:11:15'),(52091,4,13224,'OPD','2013-11-15 02:11:15'),(52092,5,13224,'','2013-11-15 02:11:15'),(52093,6,13224,'39','2013-11-15 02:11:15'),(52094,7,13224,'DAY','2013-11-15 02:11:15'),(52095,1,13225,'3587582','2013-11-15 02:27:20'),(52096,2,13225,'593307','2013-11-15 02:27:20'),(52097,3,13225,'','2013-11-15 02:27:20'),(52098,4,13225,'OPD','2013-11-15 02:27:20'),(52099,5,13225,'','2013-11-15 02:27:20'),(52100,6,13225,'257','2013-11-15 02:27:20'),(52101,7,13225,'DAY','2013-11-15 02:27:20'),(52102,1,13227,'','2013-11-15 02:27:20'),(52103,2,13227,'','2013-11-15 02:27:20'),(52104,3,13227,'','2013-11-15 02:27:20'),(52105,4,13227,'','2013-11-15 02:27:20'),(52106,5,13227,'','2013-11-15 02:27:20'),(52107,6,13227,'','2013-11-15 02:27:20'),(52108,7,13227,'DAY','2013-11-15 02:27:20'),(52109,1,13228,'','2013-11-15 02:30:05'),(52110,2,13228,'','2013-11-15 02:30:05'),(52111,3,13228,'','2013-11-15 02:30:05'),(52112,4,13228,'','2013-11-15 02:30:05'),(52113,5,13228,'','2013-11-15 02:30:05'),(52114,6,13228,'','2013-11-15 02:30:05'),(52115,7,13228,'DAY','2013-11-15 02:30:05'),(52116,1,13229,'3587585','2013-11-15 02:33:34'),(52117,2,13229,'593308','2013-11-15 02:33:34'),(52118,3,13229,'','2013-11-15 02:33:34'),(52119,4,13229,'OPD','2013-11-15 02:33:34'),(52120,5,13229,'','2013-11-15 02:33:34'),(52121,6,13229,'30','2013-11-15 02:33:34'),(52122,7,13229,'DAY','2013-11-15 02:33:34'),(52123,1,13230,'3587588','2013-11-15 02:36:16'),(52124,2,13230,'593309','2013-11-15 02:36:16'),(52125,3,13230,'','2013-11-15 02:36:16'),(52126,4,13230,'OPD','2013-11-15 02:36:16'),(52127,5,13230,'','2013-11-15 02:36:16'),(52128,6,13230,'87','2013-11-15 02:36:16'),(52129,7,13230,'DAY','2013-11-15 02:36:16'),(52130,1,13232,'','2013-11-15 02:36:16'),(52131,2,13232,'','2013-11-15 02:36:16'),(52132,3,13232,'','2013-11-15 02:36:16'),(52133,4,13232,'','2013-11-15 02:36:16'),(52134,5,13232,'','2013-11-15 02:36:16'),(52135,6,13232,'','2013-11-15 02:36:16'),(52136,7,13232,'DAY','2013-11-15 02:36:16'),(52137,1,13233,'3587690','2013-11-15 02:39:04'),(52138,2,13233,'','2013-11-15 02:39:04'),(52139,3,13233,'','2013-11-15 02:39:04'),(52140,4,13233,'OPD','2013-11-15 02:39:04'),(52141,5,13233,'','2013-11-15 02:39:04'),(52142,6,13233,'13','2013-11-15 02:39:04'),(52143,7,13233,'DAY','2013-11-15 02:39:04'),(52144,1,13234,'3587599','2013-11-15 02:49:58'),(52145,2,13234,'','2013-11-15 02:49:58'),(52146,3,13234,'','2013-11-15 02:49:58'),(52147,4,13234,'OPD','2013-11-15 02:49:58'),(52148,5,13234,'','2013-11-15 02:49:58'),(52149,6,13234,'92','2013-11-15 02:49:58'),(52150,7,13234,'DAY','2013-11-15 02:49:58'),(52151,1,13235,'3587598','2013-11-15 02:51:58'),(52152,2,13235,'','2013-11-15 02:51:58'),(52153,3,13235,'','2013-11-15 02:51:58'),(52154,4,13235,'OPD','2013-11-15 02:51:58'),(52155,5,13235,'','2013-11-15 02:51:58'),(52156,6,13235,'66','2013-11-15 02:51:58'),(52157,7,13235,'DAY','2013-11-15 02:51:58'),(52158,1,13236,'3587602','2013-11-15 02:56:39'),(52159,2,13236,'','2013-11-15 02:56:39'),(52160,3,13236,'','2013-11-15 02:56:39'),(52161,4,13236,'OPD','2013-11-15 02:56:39'),(52162,5,13236,'','2013-11-15 02:56:39'),(52163,6,13236,'75','2013-11-15 02:56:39'),(52164,7,13236,'DAY','2013-11-15 02:56:39'),(52165,1,13237,'3587618','2013-11-15 03:45:58'),(52166,2,13237,'','2013-11-15 03:45:58'),(52167,3,13237,'','2013-11-15 03:45:58'),(52168,4,13237,'OPD','2013-11-15 03:45:58'),(52169,5,13237,'','2013-11-15 03:45:58'),(52170,6,13237,'40.00','2013-11-15 03:45:58'),(52171,7,13237,'DAY','2013-11-15 03:45:58'),(52172,1,13238,'3587621','2013-11-15 03:48:14'),(52173,2,13238,'','2013-11-15 03:48:14'),(52174,3,13238,'','2013-11-15 03:48:14'),(52175,4,13238,'WARD','2013-11-15 03:48:14'),(52176,5,13238,'218045','2013-11-15 03:48:14'),(52177,6,13238,'49.00','2013-11-15 03:48:14'),(52178,7,13238,'DAY','2013-11-15 03:48:14'),(52179,1,13240,'','2013-11-15 03:48:14'),(52180,2,13240,'','2013-11-15 03:48:14'),(52181,3,13240,'','2013-11-15 03:48:14'),(52182,4,13240,'','2013-11-15 03:48:14'),(52183,5,13240,'','2013-11-15 03:48:14'),(52184,6,13240,'','2013-11-15 03:48:14'),(52185,7,13240,'DAY','2013-11-15 03:48:14'),(52186,1,13241,'3587632','2013-11-15 03:56:32'),(52187,2,13241,'','2013-11-15 03:56:32'),(52188,3,13241,'','2013-11-15 03:56:32'),(52189,4,13241,'OPD','2013-11-15 03:56:32'),(52190,5,13241,'','2013-11-15 03:56:32'),(52191,6,13241,'112.00','2013-11-15 03:56:32'),(52192,7,13241,'DAY','2013-11-15 03:56:32'),(52193,1,13243,'','2013-11-15 03:56:32'),(52194,2,13243,'','2013-11-15 03:56:32'),(52195,3,13243,'','2013-11-15 03:56:32'),(52196,4,13243,'','2013-11-15 03:56:32'),(52197,5,13243,'','2013-11-15 03:56:32'),(52198,6,13243,'','2013-11-15 03:56:32'),(52199,7,13243,'DAY','2013-11-15 03:56:32'),(52200,1,13246,'','2013-11-15 03:56:33'),(52201,2,13246,'','2013-11-15 03:56:33'),(52202,3,13246,'','2013-11-15 03:56:33'),(52203,4,13246,'','2013-11-15 03:56:33'),(52204,5,13246,'','2013-11-15 03:56:33'),(52205,6,13246,'','2013-11-15 03:56:33'),(52206,7,13246,'DAY','2013-11-15 03:56:33'),(52207,1,13247,'3587639','2013-11-15 04:26:05'),(52208,2,13247,'593328','2013-11-15 04:26:05'),(52209,3,13247,'','2013-11-15 04:26:06'),(52210,4,13247,'OPD','2013-11-15 04:26:06'),(52211,5,13247,'','2013-11-15 04:26:06'),(52212,6,13247,'46.00','2013-11-15 04:26:06'),(52213,7,13247,'DAY','2013-11-15 04:26:06'),(52214,1,13249,'','2013-11-15 04:26:06'),(52215,2,13249,'','2013-11-15 04:26:06'),(52216,3,13249,'','2013-11-15 04:26:06'),(52217,4,13249,'','2013-11-15 04:26:06'),(52218,5,13249,'','2013-11-15 04:26:06'),(52219,6,13249,'','2013-11-15 04:26:06'),(52220,7,13249,'DAY','2013-11-15 04:26:06'),(52221,1,13250,'3587644','2013-11-15 04:34:11'),(52222,2,13250,'','2013-11-15 04:34:11'),(52223,3,13250,'','2013-11-15 04:34:11'),(52224,4,13250,'OPD','2013-11-15 04:34:11'),(52225,5,13250,'','2013-11-15 04:34:11'),(52226,6,13250,'81.00','2013-11-15 04:34:11'),(52227,7,13250,'DAY','2013-11-15 04:34:11'),(52228,1,13251,'3587645','2013-11-15 04:42:07'),(52229,2,13251,'','2013-11-15 04:42:07'),(52230,3,13251,'','2013-11-15 04:42:07'),(52231,4,13251,'OPD','2013-11-15 04:42:07'),(52232,5,13251,'','2013-11-15 04:42:07'),(52233,6,13251,'46.00','2013-11-15 04:42:07'),(52234,7,13251,'DAY','2013-11-15 04:42:07'),(52235,1,13253,'','2013-11-15 04:42:07'),(52236,2,13253,'','2013-11-15 04:42:07'),(52237,3,13253,'','2013-11-15 04:42:07'),(52238,4,13253,'','2013-11-15 04:42:07'),(52239,5,13253,'','2013-11-15 04:42:07'),(52240,6,13253,'','2013-11-15 04:42:07'),(52241,7,13253,'DAY','2013-11-15 04:42:07'),(52242,1,13254,'3587646','2013-11-15 04:56:47'),(52243,2,13254,'593333','2013-11-15 04:56:47'),(52244,3,13254,'','2013-11-15 04:56:47'),(52245,4,13254,'OPD','2013-11-15 04:56:47'),(52246,5,13254,'','2013-11-15 04:56:47'),(52247,6,13254,'32.00','2013-11-15 04:56:47'),(52248,7,13254,'DAY','2013-11-15 04:56:47'),(52249,1,13256,'','2013-11-15 04:56:47'),(52250,2,13256,'','2013-11-15 04:56:47'),(52251,3,13256,'','2013-11-15 04:56:47'),(52252,4,13256,'','2013-11-15 04:56:47'),(52253,5,13256,'','2013-11-15 04:56:47'),(52254,6,13256,'','2013-11-15 04:56:47'),(52255,7,13256,'DAY','2013-11-15 04:56:47'),(52256,1,13257,'3587648','2013-11-15 05:07:22'),(52257,2,13257,'','2013-11-15 05:07:22'),(52258,3,13257,'','2013-11-15 05:07:22'),(52259,4,13257,'WARD','2013-11-15 05:07:22'),(52260,5,13257,'','2013-11-15 05:07:22'),(52261,6,13257,'63.00','2013-11-15 05:07:22'),(52262,7,13257,'DAY','2013-11-15 05:07:22'),(52263,1,13258,'3587663','2013-11-15 05:56:44'),(52264,2,13258,'','2013-11-15 05:56:44'),(52265,3,13258,'','2013-11-15 05:56:44'),(52266,4,13258,'OPD','2013-11-15 05:56:44'),(52267,5,13258,'','2013-11-15 05:56:44'),(52268,6,13258,'126.00','2013-11-15 05:56:44'),(52269,7,13258,'DAY','2013-11-15 05:56:44'),(52270,1,13260,'','2013-11-15 05:56:44'),(52271,2,13260,'','2013-11-15 05:56:44'),(52272,3,13260,'','2013-11-15 05:56:44'),(52273,4,13260,'','2013-11-15 05:56:44'),(52274,5,13260,'','2013-11-15 05:56:44'),(52275,6,13260,'','2013-11-15 05:56:44'),(52276,7,13260,'DAY','2013-11-15 05:56:44'),(52277,1,13263,'','2013-11-15 05:56:44'),(52278,2,13263,'','2013-11-15 05:56:44'),(52279,3,13263,'','2013-11-15 05:56:44'),(52280,4,13263,'','2013-11-15 05:56:45'),(52281,5,13263,'','2013-11-15 05:56:45'),(52282,6,13263,'','2013-11-15 05:56:45'),(52283,7,13263,'DAY','2013-11-15 05:56:45'),(52284,1,13264,'3587671','2013-11-15 06:07:20'),(52285,2,13264,'','2013-11-15 06:07:20'),(52286,3,13264,'','2013-11-15 06:07:20'),(52287,4,13264,'OPD','2013-11-15 06:07:20'),(52288,5,13264,'','2013-11-15 06:07:20'),(52289,6,13264,'112.00','2013-11-15 06:07:20'),(52290,7,13264,'DAY','2013-11-15 06:07:20'),(52291,1,13266,'','2013-11-15 06:07:20'),(52292,2,13266,'','2013-11-15 06:07:20'),(52293,3,13266,'','2013-11-15 06:07:20'),(52294,4,13266,'','2013-11-15 06:07:20'),(52295,5,13266,'','2013-11-15 06:07:20'),(52296,6,13266,'','2013-11-15 06:07:20'),(52297,7,13266,'DAY','2013-11-15 06:07:20'),(52298,1,13269,'','2013-11-15 06:07:21'),(52299,2,13269,'','2013-11-15 06:07:21'),(52300,3,13269,'','2013-11-15 06:07:21'),(52301,4,13269,'','2013-11-15 06:07:21'),(52302,5,13269,'','2013-11-15 06:07:21'),(52303,6,13269,'','2013-11-15 06:07:21'),(52304,7,13269,'DAY','2013-11-15 06:07:21'),(52305,1,13270,'3587678','2013-11-15 06:37:22'),(52306,2,13270,'','2013-11-15 06:37:22'),(52307,3,13270,'','2013-11-15 06:37:22'),(52308,4,13270,'OPD','2013-11-15 06:37:22'),(52309,5,13270,'','2013-11-15 06:37:22'),(52310,6,13270,'46.00','2013-11-15 06:37:22'),(52311,7,13270,'DAY','2013-11-15 06:37:22'),(52312,1,13272,'','2013-11-15 06:37:22'),(52313,2,13272,'','2013-11-15 06:37:22'),(52314,3,13272,'','2013-11-15 06:37:22'),(52315,4,13272,'','2013-11-15 06:37:22'),(52316,5,13272,'','2013-11-15 06:37:22'),(52317,6,13272,'','2013-11-15 06:37:22'),(52318,7,13272,'DAY','2013-11-15 06:37:22'),(52319,1,13273,'3587680','2013-11-15 06:42:03'),(52320,2,13273,'593349','2013-11-15 06:42:03'),(52321,3,13273,'','2013-11-15 06:42:03'),(52322,4,13273,'OPD','2013-11-15 06:42:03'),(52323,5,13273,'','2013-11-15 06:42:03'),(52324,6,13273,'47.00','2013-11-15 06:42:03'),(52325,7,13273,'DAY','2013-11-15 06:42:03'),(52326,1,13275,'','2013-11-15 06:42:04'),(52327,2,13275,'','2013-11-15 06:42:04'),(52328,3,13275,'','2013-11-15 06:42:04'),(52329,4,13275,'','2013-11-15 06:42:04'),(52330,5,13275,'','2013-11-15 06:42:04'),(52331,6,13275,'','2013-11-15 06:42:04'),(52332,7,13275,'DAY','2013-11-15 06:42:04'),(52333,1,13276,'3587723','2013-11-15 14:19:10'),(52334,2,13276,'','2013-11-15 14:19:10'),(52335,3,13276,'','2013-11-15 14:19:10'),(52336,4,13276,'OPD','2013-11-15 14:19:10'),(52337,5,13276,'','2013-11-15 14:19:10'),(52338,6,13276,'81.00','2013-11-15 14:19:10'),(52339,7,13276,'DAY','2013-11-15 14:19:10'),(52340,1,13277,'3585301','2013-11-15 14:23:54'),(52341,2,13277,'','2013-11-15 14:23:54'),(52342,3,13277,'','2013-11-15 14:23:54'),(52343,4,13277,'OPD','2013-11-15 14:23:54'),(52344,5,13277,'','2013-11-15 14:23:54'),(52345,6,13277,'58.00','2013-11-15 14:23:54'),(52346,7,13277,'DAY','2013-11-15 14:23:54'),(52347,1,13279,'','2013-11-15 14:23:55'),(52348,2,13279,'','2013-11-15 14:23:55'),(52349,3,13279,'','2013-11-15 14:23:55'),(52350,4,13279,'','2013-11-15 14:23:55'),(52351,5,13279,'','2013-11-15 14:23:55'),(52352,6,13279,'','2013-11-15 14:23:55'),(52353,7,13279,'DAY','2013-11-15 14:23:55'),(52354,1,13280,'3575023','2013-11-15 14:54:00'),(52355,2,13280,'','2013-11-15 14:54:00'),(52356,3,13280,'','2013-11-15 14:54:00'),(52357,4,13280,'OPD','2013-11-15 14:54:00'),(52358,5,13280,'','2013-11-15 14:54:00'),(52359,6,13280,'','2013-11-15 14:54:00'),(52360,7,13280,'DAY','2013-11-15 14:54:00'),(52361,1,13282,'','2013-11-15 14:54:00'),(52362,2,13282,'','2013-11-15 14:54:00'),(52363,3,13282,'','2013-11-15 14:54:00'),(52364,4,13282,'','2013-11-15 14:54:00'),(52365,5,13282,'','2013-11-15 14:54:00'),(52366,6,13282,'','2013-11-15 14:54:00'),(52367,7,13282,'DAY','2013-11-15 14:54:00'),(52368,1,13285,'','2013-11-15 14:54:00'),(52369,2,13285,'','2013-11-15 14:54:00'),(52370,3,13285,'','2013-11-15 14:54:00'),(52371,4,13285,'','2013-11-15 14:54:00'),(52372,5,13285,'','2013-11-15 14:54:00'),(52373,6,13285,'','2013-11-15 14:54:00'),(52374,7,13285,'DAY','2013-11-15 14:54:00'),(52375,1,13286,'','2013-11-15 14:55:31'),(52376,2,13286,'','2013-11-15 14:55:31'),(52377,3,13286,'','2013-11-15 14:55:31'),(52378,4,13286,'OPD','2013-11-15 14:55:31'),(52379,5,13286,'','2013-11-15 14:55:31'),(52380,6,13286,'','2013-11-15 14:55:31'),(52381,7,13286,'DAY','2013-11-15 14:55:31'),(52382,1,13287,'3587729','2013-11-15 15:09:31'),(52383,2,13287,'593361','2013-11-15 15:09:31'),(52384,3,13287,'','2013-11-15 15:09:31'),(52385,4,13287,'OPD','2013-11-15 15:09:31'),(52386,5,13287,'','2013-11-15 15:09:31'),(52387,6,13287,'38.00','2013-11-15 15:09:31'),(52388,7,13287,'DAY','2013-11-15 15:09:31'),(52389,1,13289,'','2013-11-15 15:09:31'),(52390,2,13289,'','2013-11-15 15:09:31'),(52391,3,13289,'','2013-11-15 15:09:31'),(52392,4,13289,'','2013-11-15 15:09:31'),(52393,5,13289,'','2013-11-15 15:09:31'),(52394,6,13289,'','2013-11-15 15:09:31'),(52395,7,13289,'DAY','2013-11-15 15:09:31'),(52396,1,13290,'3579628','2013-11-15 15:29:06'),(52397,2,13290,'','2013-11-15 15:29:06'),(52398,3,13290,'','2013-11-15 15:29:06'),(52399,4,13290,'OPD','2013-11-15 15:29:06'),(52400,5,13290,'','2013-11-15 15:29:06'),(52401,6,13290,'24.00','2013-11-15 15:29:06'),(52402,7,13290,'DAY','2013-11-15 15:29:06'),(52403,1,13291,'3570801','2013-11-15 15:32:56'),(52404,2,13291,'','2013-11-15 15:32:56'),(52405,3,13291,'','2013-11-15 15:32:56'),(52406,4,13291,'OPD','2013-11-15 15:32:56'),(52407,5,13291,'','2013-11-15 15:32:56'),(52408,6,13291,'137.00','2013-11-15 15:32:56'),(52409,7,13291,'DAY','2013-11-15 15:32:56'),(52410,1,13293,'','2013-11-15 15:32:56'),(52411,2,13293,'','2013-11-15 15:32:56'),(52412,3,13293,'','2013-11-15 15:32:56'),(52413,4,13293,'','2013-11-15 15:32:56'),(52414,5,13293,'','2013-11-15 15:32:56'),(52415,6,13293,'','2013-11-15 15:32:56'),(52416,7,13293,'DAY','2013-11-15 15:32:56'),(52417,1,13294,'3587742','2013-11-15 15:36:03'),(52418,2,13294,'','2013-11-15 15:36:03'),(52419,3,13294,'','2013-11-15 15:36:03'),(52420,4,13294,'OPD','2013-11-15 15:36:03'),(52421,5,13294,'','2013-11-15 15:36:03'),(52422,6,13294,'94','2013-11-15 15:36:03'),(52423,7,13294,'DAY','2013-11-15 15:36:03'),(52424,1,13296,'','2013-11-15 15:36:03'),(52425,2,13296,'','2013-11-15 15:36:03'),(52426,3,13296,'','2013-11-15 15:36:03'),(52427,4,13296,'','2013-11-15 15:36:03'),(52428,5,13296,'','2013-11-15 15:36:03'),(52429,6,13296,'','2013-11-15 15:36:03'),(52430,7,13296,'DAY','2013-11-15 15:36:03'),(52431,1,13297,'3585921','2013-11-15 16:15:15'),(52432,2,13297,'','2013-11-15 16:15:15'),(52433,3,13297,'','2013-11-15 16:15:15'),(52434,4,13297,'OPD','2013-11-15 16:15:15'),(52435,5,13297,'','2013-11-15 16:15:15'),(52436,6,13297,'99','2013-11-15 16:15:15'),(52437,7,13297,'DAY','2013-11-15 16:15:15'),(52438,1,13299,'','2013-11-15 16:15:15'),(52439,2,13299,'','2013-11-15 16:15:15'),(52440,3,13299,'','2013-11-15 16:15:15'),(52441,4,13299,'','2013-11-15 16:15:15'),(52442,5,13299,'','2013-11-15 16:15:15'),(52443,6,13299,'','2013-11-15 16:15:15'),(52444,7,13299,'DAY','2013-11-15 16:15:15'),(52445,1,13300,'3587767','2013-11-15 16:45:36'),(52446,2,13300,'','2013-11-15 16:45:36'),(52447,3,13300,'','2013-11-15 16:45:36'),(52448,4,13300,'OPD','2013-11-15 16:45:36'),(52449,5,13300,'','2013-11-15 16:45:36'),(52450,6,13300,'212','2013-11-15 16:45:36'),(52451,7,13300,'DAY','2013-11-15 16:45:36'),(52452,1,13301,'3586544','2013-11-15 16:59:49'),(52453,2,13301,'','2013-11-15 16:59:49'),(52454,3,13301,'','2013-11-15 16:59:49'),(52455,4,13301,'OPD','2013-11-15 16:59:49'),(52456,5,13301,'','2013-11-15 16:59:49'),(52457,6,13301,'','2013-11-15 16:59:49'),(52458,7,13301,'DAY','2013-11-15 16:59:49'),(52459,1,13302,'3587794','2013-11-15 17:19:44'),(52460,2,13302,'','2013-11-15 17:19:44'),(52461,3,13302,'','2013-11-15 17:19:44'),(52462,4,13302,'OPD','2013-11-15 17:19:44'),(52463,5,13302,'','2013-11-15 17:19:44'),(52464,6,13302,'22','2013-11-15 17:19:44'),(52465,7,13302,'DAY','2013-11-15 17:19:44'),(52466,1,13303,'3587797','2013-11-15 17:24:53'),(52467,2,13303,'','2013-11-15 17:24:53'),(52468,3,13303,'','2013-11-15 17:24:53'),(52469,4,13303,'OPD','2013-11-15 17:24:53'),(52470,5,13303,'','2013-11-15 17:24:53'),(52471,6,13303,'260','2013-11-15 17:24:53'),(52472,7,13303,'DAY','2013-11-15 17:24:53'),(52473,1,13305,'','2013-11-15 17:24:53'),(52474,2,13305,'','2013-11-15 17:24:53'),(52475,3,13305,'','2013-11-15 17:24:53'),(52476,4,13305,'','2013-11-15 17:24:53'),(52477,5,13305,'','2013-11-15 17:24:53'),(52478,6,13305,'','2013-11-15 17:24:53'),(52479,7,13305,'DAY','2013-11-15 17:24:53'),(52480,1,13306,'3587807','2013-11-15 17:27:36'),(52481,2,13306,'','2013-11-15 17:27:36'),(52482,3,13306,'','2013-11-15 17:27:36'),(52483,4,13306,'OPD','2013-11-15 17:27:36'),(52484,5,13306,'','2013-11-15 17:27:36'),(52485,6,13306,'13','2013-11-15 17:27:36'),(52486,7,13306,'DAY','2013-11-15 17:27:36'),(52487,1,13307,'3587778','2013-11-15 17:42:41'),(52488,2,13307,'593385','2013-11-15 17:42:41'),(52489,3,13307,'','2013-11-15 17:42:41'),(52490,4,13307,'OUTSIDE','2013-11-15 17:42:41'),(52491,5,13307,'','2013-11-15 17:42:41'),(52492,6,13307,'138','2013-11-15 17:42:41'),(52493,7,13307,'DAY','2013-11-15 17:42:41'),(52494,1,13308,'3587826','2013-11-15 17:47:33'),(52495,2,13308,'','2013-11-15 17:47:33'),(52496,3,13308,'','2013-11-15 17:47:33'),(52497,4,13308,'OPD','2013-11-15 17:47:33'),(52498,5,13308,'','2013-11-15 17:47:33'),(52499,6,13308,'81','2013-11-15 17:47:33'),(52500,7,13308,'DAY','2013-11-15 17:47:33'),(52501,1,13310,'','2013-11-15 17:47:33'),(52502,2,13310,'','2013-11-15 17:47:33'),(52503,3,13310,'','2013-11-15 17:47:33'),(52504,4,13310,'','2013-11-15 17:47:33'),(52505,5,13310,'','2013-11-15 17:47:33'),(52506,6,13310,'','2013-11-15 17:47:33'),(52507,7,13310,'DAY','2013-11-15 17:47:33'),(52508,1,13313,'','2013-11-15 17:47:34'),(52509,2,13313,'','2013-11-15 17:47:34'),(52510,3,13313,'','2013-11-15 17:47:34'),(52511,4,13313,'','2013-11-15 17:47:34'),(52512,5,13313,'','2013-11-15 17:47:34'),(52513,6,13313,'','2013-11-15 17:47:34'),(52514,7,13313,'DAY','2013-11-15 17:47:34'),(52515,1,13314,'3587833','2013-11-15 17:52:31'),(52516,2,13314,'','2013-11-15 17:52:31'),(52517,3,13314,'','2013-11-15 17:52:31'),(52518,4,13314,'OPD','2013-11-15 17:52:31'),(52519,5,13314,'','2013-11-15 17:52:31'),(52520,6,13314,'99','2013-11-15 17:52:31'),(52521,7,13314,'DAY','2013-11-15 17:52:31'),(52522,1,13316,'','2013-11-15 17:52:31'),(52523,2,13316,'','2013-11-15 17:52:31'),(52524,3,13316,'','2013-11-15 17:52:31'),(52525,4,13316,'','2013-11-15 17:52:31'),(52526,5,13316,'','2013-11-15 17:52:31'),(52527,6,13316,'','2013-11-15 17:52:31'),(52528,7,13316,'DAY','2013-11-15 17:52:31'),(52529,1,13317,'3587834','2013-11-15 17:57:20'),(52530,2,13317,'593388','2013-11-15 17:57:20'),(52531,3,13317,'','2013-11-15 17:57:20'),(52532,4,13317,'OPD','2013-11-15 17:57:20'),(52533,5,13317,'','2013-11-15 17:57:20'),(52534,6,13317,'10','2013-11-15 17:57:20'),(52535,7,13317,'DAY','2013-11-15 17:57:20'),(52536,1,13318,'3587828','2013-11-15 17:59:17'),(52537,2,13318,'593386','2013-11-15 17:59:17'),(52538,3,13318,'','2013-11-15 17:59:17'),(52539,4,13318,'OPD','2013-11-15 17:59:17'),(52540,5,13318,'','2013-11-15 17:59:17'),(52541,6,13318,'64','2013-11-15 17:59:17'),(52542,7,13318,'DAY','2013-11-15 17:59:17'),(52543,1,13319,'3587830','2013-11-15 18:03:49'),(52544,2,13319,'','2013-11-15 18:03:49'),(52545,3,13319,'','2013-11-15 18:03:49'),(52546,4,13319,'OPD','2013-11-15 18:03:49'),(52547,5,13319,'','2013-11-15 18:03:49'),(52548,6,13319,'81','2013-11-15 18:03:49'),(52549,7,13319,'DAY','2013-11-15 18:03:49'),(52550,1,13320,'','2013-11-15 18:20:04'),(52551,2,13320,'','2013-11-15 18:20:04'),(52552,3,13320,'','2013-11-15 18:20:04'),(52553,4,13320,'OPD','2013-11-15 18:20:04'),(52554,5,13320,'','2013-11-15 18:20:04'),(52555,6,13320,'','2013-11-15 18:20:04'),(52556,7,13320,'DAY','2013-11-15 18:20:04'),(52557,1,13321,'3587853','2013-11-15 18:24:48'),(52558,2,13321,'','2013-11-15 18:24:48'),(52559,3,13321,'','2013-11-15 18:24:48'),(52560,4,13321,'OPD','2013-11-15 18:24:48'),(52561,5,13321,'','2013-11-15 18:24:48'),(52562,6,13321,'22','2013-11-15 18:24:48'),(52563,7,13321,'DAY','2013-11-15 18:24:48'),(52564,1,13322,'3587856','2013-11-15 18:28:02'),(52565,2,13322,'593395','2013-11-15 18:28:02'),(52566,3,13322,'','2013-11-15 18:28:02'),(52567,4,13322,'OPD','2013-11-15 18:28:02'),(52568,5,13322,'','2013-11-15 18:28:02'),(52569,6,13322,'145','2013-11-15 18:28:02'),(52570,7,13322,'DAY','2013-11-15 18:28:02'),(52571,1,13324,'','2013-11-15 18:28:02'),(52572,2,13324,'','2013-11-15 18:28:02'),(52573,3,13324,'','2013-11-15 18:28:02'),(52574,4,13324,'','2013-11-15 18:28:02'),(52575,5,13324,'','2013-11-15 18:28:02'),(52576,6,13324,'','2013-11-15 18:28:02'),(52577,7,13324,'DAY','2013-11-15 18:28:02'),(52578,1,13327,'','2013-11-15 18:28:02'),(52579,2,13327,'','2013-11-15 18:28:02'),(52580,3,13327,'','2013-11-15 18:28:02'),(52581,4,13327,'','2013-11-15 18:28:02'),(52582,5,13327,'','2013-11-15 18:28:02'),(52583,6,13327,'','2013-11-15 18:28:02'),(52584,7,13327,'DAY','2013-11-15 18:28:02'),(52585,1,13328,'3587343','2013-11-15 18:30:41'),(52586,2,13328,'','2013-11-15 18:30:41'),(52587,3,13328,'','2013-11-15 18:30:41'),(52588,4,13328,'OPD','2013-11-15 18:30:41'),(52589,5,13328,'','2013-11-15 18:30:41'),(52590,6,13328,'45','2013-11-15 18:30:41'),(52591,7,13328,'DAY','2013-11-15 18:30:41'),(52592,1,13329,'3587862','2013-11-15 18:34:09'),(52593,2,13329,'','2013-11-15 18:34:09'),(52594,3,13329,'','2013-11-15 18:34:09'),(52595,4,13329,'OPD','2013-11-15 18:34:09'),(52596,5,13329,'','2013-11-15 18:34:09'),(52597,6,13329,'77','2013-11-15 18:34:09'),(52598,7,13329,'DAY','2013-11-15 18:34:09'),(52599,1,13330,'3587859','2013-11-15 18:40:34'),(52600,2,13330,'','2013-11-15 18:40:34'),(52601,3,13330,'','2013-11-15 18:40:34'),(52602,4,13330,'OPD','2013-11-15 18:40:34'),(52603,5,13330,'','2013-11-15 18:40:34'),(52604,6,13330,'172','2013-11-15 18:40:34'),(52605,7,13330,'DAY','2013-11-15 18:40:34'),(52606,1,13332,'','2013-11-15 18:40:35'),(52607,2,13332,'','2013-11-15 18:40:35'),(52608,3,13332,'','2013-11-15 18:40:35'),(52609,4,13332,'','2013-11-15 18:40:35'),(52610,5,13332,'','2013-11-15 18:40:35'),(52611,6,13332,'','2013-11-15 18:40:35'),(52612,7,13332,'DAY','2013-11-15 18:40:35'),(52613,1,13333,'3587864','2013-11-15 18:46:39'),(52614,2,13333,'','2013-11-15 18:46:39'),(52615,3,13333,'','2013-11-15 18:46:39'),(52616,4,13333,'OPD','2013-11-15 18:46:39'),(52617,5,13333,'','2013-11-15 18:46:39'),(52618,6,13333,'33','2013-11-15 18:46:39'),(52619,7,13333,'DAY','2013-11-15 18:46:39'),(52620,1,13334,'','2013-11-15 18:48:12'),(52621,2,13334,'','2013-11-15 18:48:12'),(52622,3,13334,'','2013-11-15 18:48:12'),(52623,4,13334,'','2013-11-15 18:48:12'),(52624,5,13334,'','2013-11-15 18:48:12'),(52625,6,13334,'','2013-11-15 18:48:12'),(52626,7,13334,'DAY','2013-11-15 18:48:12'),(52627,1,13335,'3587867','2013-11-15 18:48:14'),(52628,2,13335,'','2013-11-15 18:48:14'),(52629,3,13335,'','2013-11-15 18:48:14'),(52630,4,13335,'OPD','2013-11-15 18:48:14'),(52631,5,13335,'','2013-11-15 18:48:14'),(52632,6,13335,'40','2013-11-15 18:48:14'),(52633,7,13335,'DAY','2013-11-15 18:48:14'),(52634,1,13336,'3587875','2013-11-15 19:00:39'),(52635,2,13336,'','2013-11-15 19:00:39'),(52636,3,13336,'','2013-11-15 19:00:39'),(52637,4,13336,'OPD','2013-11-15 19:00:39'),(52638,5,13336,'','2013-11-15 19:00:39'),(52639,6,13336,'273','2013-11-15 19:00:39'),(52640,7,13336,'DAY','2013-11-15 19:00:39'),(52641,1,13338,'','2013-11-15 19:00:39'),(52642,2,13338,'','2013-11-15 19:00:39'),(52643,3,13338,'','2013-11-15 19:00:39'),(52644,4,13338,'','2013-11-15 19:00:39'),(52645,5,13338,'','2013-11-15 19:00:39'),(52646,6,13338,'','2013-11-15 19:00:39'),(52647,7,13338,'DAY','2013-11-15 19:00:39'),(52648,1,13341,'','2013-11-15 19:00:39'),(52649,2,13341,'','2013-11-15 19:00:39'),(52650,3,13341,'','2013-11-15 19:00:39'),(52651,4,13341,'','2013-11-15 19:00:39'),(52652,5,13341,'','2013-11-15 19:00:39'),(52653,6,13341,'','2013-11-15 19:00:39'),(52654,7,13341,'DAY','2013-11-15 19:00:39'),(52655,1,13342,'3587880','2013-11-15 19:02:55'),(52656,2,13342,'','2013-11-15 19:02:55'),(52657,3,13342,'','2013-11-15 19:02:55'),(52658,4,13342,'OPD','2013-11-15 19:02:55'),(52659,5,13342,'','2013-11-15 19:02:55'),(52660,6,13342,'136','2013-11-15 19:02:55'),(52661,7,13342,'DAY','2013-11-15 19:02:55'),(52662,1,13344,'','2013-11-15 19:02:55'),(52663,2,13344,'','2013-11-15 19:02:55'),(52664,3,13344,'','2013-11-15 19:02:55'),(52665,4,13344,'','2013-11-15 19:02:55'),(52666,5,13344,'','2013-11-15 19:02:55'),(52667,6,13344,'','2013-11-15 19:02:55'),(52668,7,13344,'DAY','2013-11-15 19:02:55'),(52669,1,13347,'','2013-11-15 19:02:55'),(52670,2,13347,'','2013-11-15 19:02:55'),(52671,3,13347,'','2013-11-15 19:02:56'),(52672,4,13347,'','2013-11-15 19:02:56'),(52673,5,13347,'','2013-11-15 19:02:56'),(52674,6,13347,'','2013-11-15 19:02:56'),(52675,7,13347,'DAY','2013-11-15 19:02:56'),(52676,1,13351,'','2013-11-15 19:02:56'),(52677,2,13351,'','2013-11-15 19:02:56'),(52678,3,13351,'','2013-11-15 19:02:56'),(52679,4,13351,'','2013-11-15 19:02:56'),(52680,5,13351,'','2013-11-15 19:02:56'),(52681,6,13351,'','2013-11-15 19:02:56'),(52682,7,13351,'DAY','2013-11-15 19:02:56'),(52683,1,13352,'3587887','2013-11-15 19:12:58'),(52684,2,13352,'','2013-11-15 19:12:58'),(52685,3,13352,'','2013-11-15 19:12:58'),(52686,4,13352,'OPD','2013-11-15 19:12:58'),(52687,5,13352,'','2013-11-15 19:12:58'),(52688,6,13352,'254','2013-11-15 19:12:58'),(52689,7,13352,'DAY','2013-11-15 19:12:58'),(52690,1,13354,'','2013-11-15 19:12:59'),(52691,2,13354,'','2013-11-15 19:12:59'),(52692,3,13354,'','2013-11-15 19:12:59'),(52693,4,13354,'','2013-11-15 19:12:59'),(52694,5,13354,'','2013-11-15 19:12:59'),(52695,6,13354,'','2013-11-15 19:12:59'),(52696,7,13354,'DAY','2013-11-15 19:12:59'),(52697,1,13357,'','2013-11-15 19:12:59'),(52698,2,13357,'','2013-11-15 19:12:59'),(52699,3,13357,'','2013-11-15 19:12:59'),(52700,4,13357,'','2013-11-15 19:12:59'),(52701,5,13357,'','2013-11-15 19:12:59'),(52702,6,13357,'','2013-11-15 19:12:59'),(52703,7,13357,'DAY','2013-11-15 19:12:59'),(52704,1,13358,'3587886','2013-11-15 19:15:10'),(52705,2,13358,'','2013-11-15 19:15:10'),(52706,3,13358,'','2013-11-15 19:15:10'),(52707,4,13358,'OPD','2013-11-15 19:15:10'),(52708,5,13358,'','2013-11-15 19:15:10'),(52709,6,13358,'144','2013-11-15 19:15:10'),(52710,7,13358,'DAY','2013-11-15 19:15:10'),(52711,1,13360,'','2013-11-15 19:15:10'),(52712,2,13360,'','2013-11-15 19:15:10'),(52713,3,13360,'','2013-11-15 19:15:10'),(52714,4,13360,'','2013-11-15 19:15:10'),(52715,5,13360,'','2013-11-15 19:15:10'),(52716,6,13360,'','2013-11-15 19:15:10'),(52717,7,13360,'DAY','2013-11-15 19:15:10'),(52718,1,13361,'3587888','2013-11-15 19:23:29'),(52719,2,13361,'','2013-11-15 19:23:29'),(52720,3,13361,'','2013-11-15 19:23:29'),(52721,4,13361,'OPD','2013-11-15 19:23:29'),(52722,5,13361,'','2013-11-15 19:23:29'),(52723,6,13361,'117','2013-11-15 19:23:29'),(52724,7,13361,'DAY','2013-11-15 19:23:29'),(52725,1,13363,'','2013-11-15 19:23:29'),(52726,2,13363,'','2013-11-15 19:23:29'),(52727,3,13363,'','2013-11-15 19:23:29'),(52728,4,13363,'','2013-11-15 19:23:29'),(52729,5,13363,'','2013-11-15 19:23:29'),(52730,6,13363,'','2013-11-15 19:23:29'),(52731,7,13363,'DAY','2013-11-15 19:23:29'),(52732,1,13366,'','2013-11-15 19:23:30'),(52733,2,13366,'','2013-11-15 19:23:30'),(52734,3,13366,'','2013-11-15 19:23:30'),(52735,4,13366,'','2013-11-15 19:23:30'),(52736,5,13366,'','2013-11-15 19:23:30'),(52737,6,13366,'','2013-11-15 19:23:30'),(52738,7,13366,'DAY','2013-11-15 19:23:30'),(52739,1,13367,'3587891','2013-11-15 19:27:46'),(52740,2,13367,'','2013-11-15 19:27:46'),(52741,3,13367,'','2013-11-15 19:27:46'),(52742,4,13367,'OPD','2013-11-15 19:27:46'),(52743,5,13367,'','2013-11-15 19:27:46'),(52744,6,13367,'211','2013-11-15 19:27:46'),(52745,7,13367,'DAY','2013-11-15 19:27:46'),(52746,1,13369,'','2013-11-15 19:27:46'),(52747,2,13369,'','2013-11-15 19:27:46'),(52748,3,13369,'','2013-11-15 19:27:46'),(52749,4,13369,'','2013-11-15 19:27:46'),(52750,5,13369,'','2013-11-15 19:27:46'),(52751,6,13369,'','2013-11-15 19:27:46'),(52752,7,13369,'DAY','2013-11-15 19:27:46'),(52753,1,13370,'3587905','2013-11-15 19:32:14'),(52754,2,13370,'593408','2013-11-15 19:32:14'),(52755,3,13370,'','2013-11-15 19:32:14'),(52756,4,13370,'OPD','2013-11-15 19:32:14'),(52757,5,13370,'','2013-11-15 19:32:14'),(52758,6,13370,'30','2013-11-15 19:32:14'),(52759,7,13370,'DAY','2013-11-15 19:32:14'),(52760,1,13371,'3587910','2013-11-15 19:36:20'),(52761,2,13371,'','2013-11-15 19:36:20'),(52762,3,13371,'','2013-11-15 19:36:20'),(52763,4,13371,'OPD','2013-11-15 19:36:20'),(52764,5,13371,'','2013-11-15 19:36:20'),(52765,6,13371,'170.40','2013-11-15 19:36:20'),(52766,7,13371,'DAY','2013-11-15 19:36:20'),(52767,1,13373,'','2013-11-15 19:36:20'),(52768,2,13373,'','2013-11-15 19:36:20'),(52769,3,13373,'','2013-11-15 19:36:21'),(52770,4,13373,'','2013-11-15 19:36:21'),(52771,5,13373,'','2013-11-15 19:36:21'),(52772,6,13373,'','2013-11-15 19:36:21'),(52773,7,13373,'DAY','2013-11-15 19:36:21'),(52774,1,13376,'','2013-11-15 19:36:21'),(52775,2,13376,'','2013-11-15 19:36:21'),(52776,3,13376,'','2013-11-15 19:36:21'),(52777,4,13376,'','2013-11-15 19:36:21'),(52778,5,13376,'','2013-11-15 19:36:21'),(52779,6,13376,'','2013-11-15 19:36:21'),(52780,7,13376,'DAY','2013-11-15 19:36:21'),(52781,1,13380,'','2013-11-15 19:36:21'),(52782,2,13380,'','2013-11-15 19:36:21'),(52783,3,13380,'','2013-11-15 19:36:21'),(52784,4,13380,'','2013-11-15 19:36:21'),(52785,5,13380,'','2013-11-15 19:36:21'),(52786,6,13380,'','2013-11-15 19:36:21'),(52787,7,13380,'DAY','2013-11-15 19:36:21'),(52788,1,13381,'3587921','2013-11-15 19:49:05'),(52789,2,13381,'593412','2013-11-15 19:49:05'),(52790,3,13381,'','2013-11-15 19:49:05'),(52791,4,13381,'OPD','2013-11-15 19:49:05'),(52792,5,13381,'','2013-11-15 19:49:05'),(52793,6,13381,'50','2013-11-15 19:49:05'),(52794,7,13381,'DAY','2013-11-15 19:49:05'),(52795,1,13383,'','2013-11-15 19:49:05'),(52796,2,13383,'','2013-11-15 19:49:05'),(52797,3,13383,'','2013-11-15 19:49:05'),(52798,4,13383,'','2013-11-15 19:49:05'),(52799,5,13383,'','2013-11-15 19:49:05'),(52800,6,13383,'','2013-11-15 19:49:05'),(52801,7,13383,'DAY','2013-11-15 19:49:05'),(52802,1,13384,'3587925','2013-11-15 19:54:39'),(52803,2,13384,'','2013-11-15 19:54:39'),(52804,3,13384,'','2013-11-15 19:54:39'),(52805,4,13384,'OPD','2013-11-15 19:54:39'),(52806,5,13384,'','2013-11-15 19:54:39'),(52807,6,13384,'266','2013-11-15 19:54:39'),(52808,7,13384,'DAY','2013-11-15 19:54:39'),(52809,1,13386,'','2013-11-15 19:54:39'),(52810,2,13386,'','2013-11-15 19:54:39'),(52811,3,13386,'','2013-11-15 19:54:39'),(52812,4,13386,'','2013-11-15 19:54:39'),(52813,5,13386,'','2013-11-15 19:54:39'),(52814,6,13386,'','2013-11-15 19:54:39'),(52815,7,13386,'DAY','2013-11-15 19:54:39'),(52816,1,13389,'','2013-11-15 19:54:39'),(52817,2,13389,'','2013-11-15 19:54:39'),(52818,3,13389,'','2013-11-15 19:54:39'),(52819,4,13389,'','2013-11-15 19:54:39'),(52820,5,13389,'','2013-11-15 19:54:39'),(52821,6,13389,'','2013-11-15 19:54:39'),(52822,7,13389,'DAY','2013-11-15 19:54:39'),(52823,1,13390,'','2013-11-15 20:05:05'),(52824,2,13390,'','2013-11-15 20:05:05'),(52825,3,13390,'','2013-11-15 20:05:05'),(52826,4,13390,'','2013-11-15 20:05:05'),(52827,5,13390,'','2013-11-15 20:05:05'),(52828,6,13390,'','2013-11-15 20:05:05'),(52829,7,13390,'DAY','2013-11-15 20:05:05'),(52830,1,13391,'3587929','2013-11-15 20:11:53'),(52831,2,13391,'','2013-11-15 20:11:53'),(52832,3,13391,'','2013-11-15 20:11:53'),(52833,4,13391,'OPD','2013-11-15 20:11:53'),(52834,5,13391,'','2013-11-15 20:11:53'),(52835,6,13391,'189','2013-11-15 20:11:53'),(52836,7,13391,'DAY','2013-11-15 20:11:53'),(52837,1,13393,'','2013-11-15 20:11:54'),(52838,2,13393,'','2013-11-15 20:11:54'),(52839,3,13393,'','2013-11-15 20:11:54'),(52840,4,13393,'','2013-11-15 20:11:54'),(52841,5,13393,'','2013-11-15 20:11:54'),(52842,6,13393,'','2013-11-15 20:11:54'),(52843,7,13393,'DAY','2013-11-15 20:11:54'),(52844,1,13396,'','2013-11-15 20:11:54'),(52845,2,13396,'','2013-11-15 20:11:54'),(52846,3,13396,'','2013-11-15 20:11:54'),(52847,4,13396,'','2013-11-15 20:11:54'),(52848,5,13396,'','2013-11-15 20:11:54'),(52849,6,13396,'','2013-11-15 20:11:54'),(52850,7,13396,'DAY','2013-11-15 20:11:54'),(52851,1,13400,'','2013-11-15 20:11:54'),(52852,2,13400,'','2013-11-15 20:11:54'),(52853,3,13400,'','2013-11-15 20:11:54'),(52854,4,13400,'','2013-11-15 20:11:54'),(52855,5,13400,'','2013-11-15 20:11:54'),(52856,6,13400,'','2013-11-15 20:11:54'),(52857,7,13400,'DAY','2013-11-15 20:11:54'),(52858,1,13401,'3587931','2013-11-15 20:14:11'),(52859,2,13401,'','2013-11-15 20:14:11'),(52860,3,13401,'','2013-11-15 20:14:11'),(52861,4,13401,'OPD','2013-11-15 20:14:11'),(52862,5,13401,'','2013-11-15 20:14:11'),(52863,6,13401,'217.40','2013-11-15 20:14:11'),(52864,7,13401,'DAY','2013-11-15 20:14:11'),(52865,1,13403,'','2013-11-15 20:14:11'),(52866,2,13403,'','2013-11-15 20:14:11'),(52867,3,13403,'','2013-11-15 20:14:11'),(52868,4,13403,'','2013-11-15 20:14:11'),(52869,5,13403,'','2013-11-15 20:14:11'),(52870,6,13403,'','2013-11-15 20:14:11'),(52871,7,13403,'DAY','2013-11-15 20:14:11'),(52872,1,13404,'','2013-11-15 20:21:59'),(52873,2,13404,'','2013-11-15 20:21:59'),(52874,3,13404,'','2013-11-15 20:21:59'),(52875,4,13404,'','2013-11-15 20:21:59'),(52876,5,13404,'','2013-11-15 20:21:59'),(52877,6,13404,'','2013-11-15 20:21:59'),(52878,7,13404,'DAY','2013-11-15 20:21:59'),(52879,1,13405,'3587817','2013-11-15 20:23:46'),(52880,2,13405,'593420','2013-11-15 20:23:46'),(52881,3,13405,'','2013-11-15 20:23:46'),(52882,4,13405,'OPD','2013-11-15 20:23:46'),(52883,5,13405,'','2013-11-15 20:23:46'),(52884,6,13405,'64','2013-11-15 20:23:46'),(52885,7,13405,'DAY','2013-11-15 20:23:46'),(52886,1,13407,'','2013-11-15 20:23:47'),(52887,2,13407,'','2013-11-15 20:23:47'),(52888,3,13407,'','2013-11-15 20:23:47'),(52889,4,13407,'','2013-11-15 20:23:47'),(52890,5,13407,'','2013-11-15 20:23:47'),(52891,6,13407,'','2013-11-15 20:23:47'),(52892,7,13407,'DAY','2013-11-15 20:23:47'),(52893,1,13410,'','2013-11-15 20:23:47'),(52894,2,13410,'','2013-11-15 20:23:47'),(52895,3,13410,'','2013-11-15 20:23:47'),(52896,4,13410,'','2013-11-15 20:23:47'),(52897,5,13410,'','2013-11-15 20:23:47'),(52898,6,13410,'','2013-11-15 20:23:47'),(52899,7,13410,'DAY','2013-11-15 20:23:47'),(52900,1,13411,'','2013-11-15 20:26:59'),(52901,2,13411,'593422','2013-11-15 20:26:59'),(52902,3,13411,'','2013-11-15 20:26:59'),(52903,4,13411,'OPD','2013-11-15 20:26:59'),(52904,5,13411,'','2013-11-15 20:26:59'),(52905,6,13411,'','2013-11-15 20:26:59'),(52906,7,13411,'DAY','2013-11-15 20:26:59'),(52907,1,13413,'','2013-11-15 20:26:59'),(52908,2,13413,'','2013-11-15 20:26:59'),(52909,3,13413,'','2013-11-15 20:26:59'),(52910,4,13413,'','2013-11-15 20:26:59'),(52911,5,13413,'','2013-11-15 20:26:59'),(52912,6,13413,'','2013-11-15 20:26:59'),(52913,7,13413,'DAY','2013-11-15 20:26:59'),(52914,1,13414,'3587967','2013-11-15 20:31:03'),(52915,2,13414,'','2013-11-15 20:31:03'),(52916,3,13414,'','2013-11-15 20:31:03'),(52917,4,13414,'OPD','2013-11-15 20:31:03'),(52918,5,13414,'','2013-11-15 20:31:03'),(52919,6,13414,'66','2013-11-15 20:31:03'),(52920,7,13414,'DAY','2013-11-15 20:31:03'),(52921,1,13415,'3587969','2013-11-15 20:33:38'),(52922,2,13415,'','2013-11-15 20:33:38'),(52923,3,13415,'','2013-11-15 20:33:38'),(52924,4,13415,'OPD','2013-11-15 20:33:38'),(52925,5,13415,'','2013-11-15 20:33:38'),(52926,6,13415,'66','2013-11-15 20:33:38'),(52927,7,13415,'DAY','2013-11-15 20:33:38'),(52928,1,13416,'3587970','2013-11-15 20:36:31'),(52929,2,13416,'','2013-11-15 20:36:31'),(52930,3,13416,'','2013-11-15 20:36:31'),(52931,4,13416,'OPD','2013-11-15 20:36:31'),(52932,5,13416,'','2013-11-15 20:36:31'),(52933,6,13416,'77','2013-11-15 20:36:31'),(52934,7,13416,'DAY','2013-11-15 20:36:31'),(52935,1,13417,'','2013-11-15 20:36:37'),(52936,2,13417,'','2013-11-15 20:36:37'),(52937,3,13417,'','2013-11-15 20:36:37'),(52938,4,13417,'','2013-11-15 20:36:37'),(52939,5,13417,'','2013-11-15 20:36:37'),(52940,6,13417,'','2013-11-15 20:36:37'),(52941,7,13417,'DAY','2013-11-15 20:36:37'),(52942,1,13418,'','2013-11-15 20:37:56'),(52943,2,13418,'','2013-11-15 20:37:56'),(52944,3,13418,'','2013-11-15 20:37:56'),(52945,4,13418,'','2013-11-15 20:37:56'),(52946,5,13418,'','2013-11-15 20:37:56'),(52947,6,13418,'','2013-11-15 20:37:56'),(52948,7,13418,'DAY','2013-11-15 20:37:56'),(52949,1,13419,'3587954','2013-11-15 20:41:05'),(52950,2,13419,'593429','2013-11-15 20:41:05'),(52951,3,13419,'','2013-11-15 20:41:05'),(52952,4,13419,'OPD','2013-11-15 20:41:05'),(52953,5,13419,'','2013-11-15 20:41:05'),(52954,6,13419,'97','2013-11-15 20:41:05'),(52955,7,13419,'DAY','2013-11-15 20:41:05'),(52956,1,13421,'','2013-11-15 20:41:05'),(52957,2,13421,'','2013-11-15 20:41:05'),(52958,3,13421,'','2013-11-15 20:41:05'),(52959,4,13421,'','2013-11-15 20:41:05'),(52960,5,13421,'','2013-11-15 20:41:05'),(52961,6,13421,'','2013-11-15 20:41:05'),(52962,7,13421,'DAY','2013-11-15 20:41:05'),(52963,1,13422,'3587978','2013-11-15 20:44:09'),(52964,2,13422,'','2013-11-15 20:44:09'),(52965,3,13422,'','2013-11-15 20:44:09'),(52966,4,13422,'OPD','2013-11-15 20:44:09'),(52967,5,13422,'','2013-11-15 20:44:09'),(52968,6,13422,'50','2013-11-15 20:44:09'),(52969,7,13422,'DAY','2013-11-15 20:44:09'),(52970,1,13424,'','2013-11-15 20:44:09'),(52971,2,13424,'','2013-11-15 20:44:09'),(52972,3,13424,'','2013-11-15 20:44:09'),(52973,4,13424,'','2013-11-15 20:44:09'),(52974,5,13424,'','2013-11-15 20:44:09'),(52975,6,13424,'','2013-11-15 20:44:09'),(52976,7,13424,'DAY','2013-11-15 20:44:09'),(52977,1,13425,'3587984','2013-11-15 20:47:34'),(52978,2,13425,'','2013-11-15 20:47:34'),(52979,3,13425,'','2013-11-15 20:47:34'),(52980,4,13425,'OPD','2013-11-15 20:47:34'),(52981,5,13425,'','2013-11-15 20:47:34'),(52982,6,13425,'250.40','2013-11-15 20:47:34'),(52983,7,13425,'DAY','2013-11-15 20:47:34'),(52984,1,13427,'','2013-11-15 20:47:35'),(52985,2,13427,'','2013-11-15 20:47:35'),(52986,3,13427,'','2013-11-15 20:47:35'),(52987,4,13427,'','2013-11-15 20:47:35'),(52988,5,13427,'','2013-11-15 20:47:35'),(52989,6,13427,'','2013-11-15 20:47:35'),(52990,7,13427,'DAY','2013-11-15 20:47:35'),(52991,1,13428,'3587982','2013-11-15 20:49:59'),(52992,2,13428,'','2013-11-15 20:49:59'),(52993,3,13428,'','2013-11-15 20:49:59'),(52994,4,13428,'OPD','2013-11-15 20:49:59'),(52995,5,13428,'','2013-11-15 20:49:59'),(52996,6,13428,'170','2013-11-15 20:49:59'),(52997,7,13428,'DAY','2013-11-15 20:49:59'),(52998,1,13430,'','2013-11-15 20:49:59'),(52999,2,13430,'','2013-11-15 20:49:59'),(53000,3,13430,'','2013-11-15 20:49:59'),(53001,4,13430,'','2013-11-15 20:49:59'),(53002,5,13430,'','2013-11-15 20:49:59'),(53003,6,13430,'','2013-11-15 20:49:59'),(53004,7,13430,'DAY','2013-11-15 20:49:59'),(53005,1,13433,'','2013-11-15 20:49:59'),(53006,2,13433,'','2013-11-15 20:49:59'),(53007,3,13433,'','2013-11-15 20:49:59'),(53008,4,13433,'','2013-11-15 20:49:59'),(53009,5,13433,'','2013-11-15 20:49:59'),(53010,6,13433,'','2013-11-15 20:49:59'),(53011,7,13433,'DAY','2013-11-15 20:49:59'),(53012,1,13434,'3587986','2013-11-15 20:53:13'),(53013,2,13434,'593435','2013-11-15 20:53:13'),(53014,3,13434,'','2013-11-15 20:53:13'),(53015,4,13434,'OPD','2013-11-15 20:53:13'),(53016,5,13434,'','2013-11-15 20:53:13'),(53017,6,13434,'132','2013-11-15 20:53:13'),(53018,7,13434,'DAY','2013-11-15 20:53:13'),(53019,1,13436,'','2013-11-15 20:53:13'),(53020,2,13436,'','2013-11-15 20:53:13'),(53021,3,13436,'','2013-11-15 20:53:13'),(53022,4,13436,'','2013-11-15 20:53:13'),(53023,5,13436,'','2013-11-15 20:53:13'),(53024,6,13436,'','2013-11-15 20:53:13'),(53025,7,13436,'DAY','2013-11-15 20:53:13'),(53026,1,13437,'3587993','2013-11-15 20:59:56'),(53027,2,13437,'','2013-11-15 20:59:56'),(53028,3,13437,'','2013-11-15 20:59:56'),(53029,4,13437,'OPD','2013-11-15 20:59:56'),(53030,5,13437,'','2013-11-15 20:59:56'),(53031,6,13437,'22','2013-11-15 20:59:56'),(53032,7,13437,'DAY','2013-11-15 20:59:56'),(53033,1,13438,'3587990','2013-11-15 21:04:56'),(53034,2,13438,'593436','2013-11-15 21:04:56'),(53035,3,13438,'','2013-11-15 21:04:56'),(53036,4,13438,'OPD','2013-11-15 21:04:56'),(53037,5,13438,'','2013-11-15 21:04:56'),(53038,6,13438,'75','2013-11-15 21:04:56'),(53039,7,13438,'DAY','2013-11-15 21:04:56'),(53040,1,13439,'','2013-11-15 21:06:06'),(53041,2,13439,'','2013-11-15 21:06:06'),(53042,3,13439,'','2013-11-15 21:06:06'),(53043,4,13439,'','2013-11-15 21:06:06'),(53044,5,13439,'','2013-11-15 21:06:06'),(53045,6,13439,'','2013-11-15 21:06:06'),(53046,7,13439,'DAY','2013-11-15 21:06:06'),(53047,1,13440,'3586741','2013-11-15 21:14:09'),(53048,2,13440,'593426','2013-11-15 21:14:09'),(53049,3,13440,'','2013-11-15 21:14:09'),(53050,4,13440,'OPD','2013-11-15 21:14:09'),(53051,5,13440,'','2013-11-15 21:14:09'),(53052,6,13440,'66.80','2013-11-15 21:14:09'),(53053,7,13440,'DAY','2013-11-15 21:14:09'),(53054,1,13442,'','2013-11-15 21:14:09'),(53055,2,13442,'','2013-11-15 21:14:09'),(53056,3,13442,'','2013-11-15 21:14:09'),(53057,4,13442,'','2013-11-15 21:14:09'),(53058,5,13442,'','2013-11-15 21:14:09'),(53059,6,13442,'','2013-11-15 21:14:09'),(53060,7,13442,'DAY','2013-11-15 21:14:09'),(53061,1,13443,'','2013-11-15 21:25:40'),(53062,2,13443,'','2013-11-15 21:25:40'),(53063,3,13443,'','2013-11-15 21:25:40'),(53064,4,13443,'','2013-11-15 21:25:40'),(53065,5,13443,'','2013-11-15 21:25:40'),(53066,6,13443,'','2013-11-15 21:25:40'),(53067,7,13443,'DAY','2013-11-15 21:25:40'),(53068,1,13444,'3588004','2013-11-15 21:25:44'),(53069,2,13444,'','2013-11-15 21:25:44'),(53070,3,13444,'','2013-11-15 21:25:44'),(53071,4,13444,'OPD','2013-11-15 21:25:44'),(53072,5,13444,'','2013-11-15 21:25:44'),(53073,6,13444,'111','2013-11-15 21:25:44'),(53074,7,13444,'DAY','2013-11-15 21:25:44'),(53075,1,13446,'','2013-11-15 21:25:44'),(53076,2,13446,'','2013-11-15 21:25:44'),(53077,3,13446,'','2013-11-15 21:25:44'),(53078,4,13446,'','2013-11-15 21:25:44'),(53079,5,13446,'','2013-11-15 21:25:44'),(53080,6,13446,'','2013-11-15 21:25:44'),(53081,7,13446,'DAY','2013-11-15 21:25:44'),(53082,1,13449,'','2013-11-15 21:25:44'),(53083,2,13449,'','2013-11-15 21:25:44'),(53084,3,13449,'','2013-11-15 21:25:44'),(53085,4,13449,'','2013-11-15 21:25:44'),(53086,5,13449,'','2013-11-15 21:25:44'),(53087,6,13449,'','2013-11-15 21:25:44'),(53088,7,13449,'DAY','2013-11-15 21:25:44'),(53089,1,13450,'3587996','2013-11-15 21:28:22'),(53090,2,13450,'','2013-11-15 21:28:22'),(53091,3,13450,'','2013-11-15 21:28:22'),(53092,4,13450,'OPD','2013-11-15 21:28:22'),(53093,5,13450,'','2013-11-15 21:28:22'),(53094,6,13450,'121','2013-11-15 21:28:22'),(53095,7,13450,'DAY','2013-11-15 21:28:22'),(53096,1,13452,'','2013-11-15 21:28:22'),(53097,2,13452,'','2013-11-15 21:28:22'),(53098,3,13452,'','2013-11-15 21:28:22'),(53099,4,13452,'','2013-11-15 21:28:22'),(53100,5,13452,'','2013-11-15 21:28:22'),(53101,6,13452,'','2013-11-15 21:28:22'),(53102,7,13452,'DAY','2013-11-15 21:28:22'),(53103,1,13453,'3588010','2013-11-15 21:30:56'),(53104,2,13453,'','2013-11-15 21:30:56'),(53105,3,13453,'','2013-11-15 21:30:56'),(53106,4,13453,'OPD','2013-11-15 21:30:56'),(53107,5,13453,'','2013-11-15 21:30:56'),(53108,6,13453,'94','2013-11-15 21:30:56'),(53109,7,13453,'DAY','2013-11-15 21:30:56'),(53110,1,13455,'','2013-11-15 21:30:56'),(53111,2,13455,'','2013-11-15 21:30:56'),(53112,3,13455,'','2013-11-15 21:30:56'),(53113,4,13455,'','2013-11-15 21:30:56'),(53114,5,13455,'','2013-11-15 21:30:56'),(53115,6,13455,'','2013-11-15 21:30:56'),(53116,7,13455,'DAY','2013-11-15 21:30:56'),(53117,1,13456,'3588016','2013-11-15 21:40:50'),(53118,2,13456,'','2013-11-15 21:40:50'),(53119,3,13456,'','2013-11-15 21:40:50'),(53120,4,13456,'OPD','2013-11-15 21:40:50'),(53121,5,13456,'','2013-11-15 21:40:50'),(53122,6,13456,'81','2013-11-15 21:40:50'),(53123,7,13456,'DAY','2013-11-15 21:40:50'),(53124,1,13457,'3588018','2013-11-15 21:43:02'),(53125,2,13457,'','2013-11-15 21:43:02'),(53126,3,13457,'','2013-11-15 21:43:02'),(53127,4,13457,'OPD','2013-11-15 21:43:02'),(53128,5,13457,'','2013-11-15 21:43:02'),(53129,6,13457,'81','2013-11-15 21:43:02'),(53130,7,13457,'DAY','2013-11-15 21:43:02'),(53131,1,13458,'3588021','2013-11-15 21:46:01'),(53132,2,13458,'','2013-11-15 21:46:01'),(53133,3,13458,'','2013-11-15 21:46:01'),(53134,4,13458,'OPD','2013-11-15 21:46:01'),(53135,5,13458,'','2013-11-15 21:46:01'),(53136,6,13458,'22','2013-11-15 21:46:01'),(53137,7,13458,'DAY','2013-11-15 21:46:01'),(53138,1,13459,'3588025','2013-11-15 21:50:16'),(53139,2,13459,'593451','2013-11-15 21:50:16'),(53140,3,13459,'','2013-11-15 21:50:16'),(53141,4,13459,'OPD','2013-11-15 21:50:16'),(53142,5,13459,'','2013-11-15 21:50:16'),(53143,6,13459,'20','2013-11-15 21:50:16'),(53144,7,13459,'DAY','2013-11-15 21:50:16'),(53145,1,13460,'3588039','2013-11-15 21:56:23'),(53146,2,13460,'','2013-11-15 21:56:23'),(53147,3,13460,'','2013-11-15 21:56:23'),(53148,4,13460,'OPD','2013-11-15 21:56:23'),(53149,5,13460,'','2013-11-15 21:56:23'),(53150,6,13460,'50','2013-11-15 21:56:23'),(53151,7,13460,'DAY','2013-11-15 21:56:23'),(53152,1,13462,'','2013-11-15 21:56:23'),(53153,2,13462,'','2013-11-15 21:56:23'),(53154,3,13462,'','2013-11-15 21:56:23'),(53155,4,13462,'','2013-11-15 21:56:23'),(53156,5,13462,'','2013-11-15 21:56:23'),(53157,6,13462,'','2013-11-15 21:56:23'),(53158,7,13462,'DAY','2013-11-15 21:56:23'),(53159,1,13463,'','2013-11-15 22:02:40'),(53160,2,13463,'','2013-11-15 22:02:40'),(53161,3,13463,'','2013-11-15 22:02:40'),(53162,4,13463,'','2013-11-15 22:02:40'),(53163,5,13463,'','2013-11-15 22:02:40'),(53164,6,13463,'','2013-11-15 22:02:40'),(53165,7,13463,'DAY','2013-11-15 22:02:40'),(53166,1,13464,'3588028','2013-11-15 22:03:41'),(53167,2,13464,'593448','2013-11-15 22:03:41'),(53168,3,13464,'','2013-11-15 22:03:41'),(53169,4,13464,'OPD','2013-11-15 22:03:41'),(53170,5,13464,'','2013-11-15 22:03:41'),(53171,6,13464,'177.80','2013-11-15 22:03:41'),(53172,7,13464,'DAY','2013-11-15 22:03:41'),(53173,1,13466,'','2013-11-15 22:03:42'),(53174,2,13466,'','2013-11-15 22:03:42'),(53175,3,13466,'','2013-11-15 22:03:42'),(53176,4,13466,'','2013-11-15 22:03:42'),(53177,5,13466,'','2013-11-15 22:03:42'),(53178,6,13466,'','2013-11-15 22:03:42'),(53179,7,13466,'DAY','2013-11-15 22:03:42'),(53180,1,13469,'','2013-11-15 22:03:42'),(53181,2,13469,'','2013-11-15 22:03:42'),(53182,3,13469,'','2013-11-15 22:03:42'),(53183,4,13469,'','2013-11-15 22:03:42'),(53184,5,13469,'','2013-11-15 22:03:42'),(53185,6,13469,'','2013-11-15 22:03:42'),(53186,7,13469,'DAY','2013-11-15 22:03:42'),(53187,1,13473,'','2013-11-15 22:03:42'),(53188,2,13473,'','2013-11-15 22:03:42'),(53189,3,13473,'','2013-11-15 22:03:42'),(53190,4,13473,'','2013-11-15 22:03:42'),(53191,5,13473,'','2013-11-15 22:03:42'),(53192,6,13473,'','2013-11-15 22:03:42'),(53193,7,13473,'DAY','2013-11-15 22:03:42'),(53194,1,13474,'3588035','2013-11-15 22:06:16'),(53195,2,13474,'','2013-11-15 22:06:16'),(53196,3,13474,'','2013-11-15 22:06:16'),(53197,4,13474,'OPD','2013-11-15 22:06:16'),(53198,5,13474,'','2013-11-15 22:06:16'),(53199,6,13474,'110','2013-11-15 22:06:16'),(53200,7,13474,'DAY','2013-11-15 22:06:16'),(53201,1,13476,'','2013-11-15 22:06:16'),(53202,2,13476,'','2013-11-15 22:06:16'),(53203,3,13476,'','2013-11-15 22:06:16'),(53204,4,13476,'','2013-11-15 22:06:16'),(53205,5,13476,'','2013-11-15 22:06:16'),(53206,6,13476,'','2013-11-15 22:06:16'),(53207,7,13476,'DAY','2013-11-15 22:06:16'),(53208,1,13477,'3588052','2013-11-15 22:16:27'),(53209,2,13477,'','2013-11-15 22:16:27'),(53210,3,13477,'','2013-11-15 22:16:27'),(53211,4,13477,'OPD','2013-11-15 22:16:27'),(53212,5,13477,'','2013-11-15 22:16:27'),(53213,6,13477,'31','2013-11-15 22:16:27'),(53214,7,13477,'DAY','2013-11-15 22:16:27'),(53215,1,13478,'3588057','2013-11-15 22:25:02'),(53216,2,13478,'','2013-11-15 22:25:02'),(53217,3,13478,'','2013-11-15 22:25:02'),(53218,4,13478,'OPD','2013-11-15 22:25:02'),(53219,5,13478,'','2013-11-15 22:25:02'),(53220,6,13478,'33','2013-11-15 22:25:02'),(53221,7,13478,'DAY','2013-11-15 22:25:02'),(53222,1,13479,'3588056','2013-11-15 22:26:32'),(53223,2,13479,'','2013-11-15 22:26:32'),(53224,3,13479,'','2013-11-15 22:26:32'),(53225,4,13479,'OPD','2013-11-15 22:26:32'),(53226,5,13479,'','2013-11-15 22:26:32'),(53227,6,13479,'62','2013-11-15 22:26:32'),(53228,7,13479,'DAY','2013-11-15 22:26:32'),(53229,1,13481,'','2013-11-15 22:26:32'),(53230,2,13481,'','2013-11-15 22:26:32'),(53231,3,13481,'','2013-11-15 22:26:32'),(53232,4,13481,'','2013-11-15 22:26:32'),(53233,5,13481,'','2013-11-15 22:26:32'),(53234,6,13481,'','2013-11-15 22:26:32'),(53235,7,13481,'DAY','2013-11-15 22:26:32'),(53236,1,13482,'','2013-11-15 22:57:27'),(53237,2,13482,'','2013-11-15 22:57:27'),(53238,3,13482,'','2013-11-15 22:57:27'),(53239,4,13482,'OPD','2013-11-15 22:57:27'),(53240,5,13482,'','2013-11-15 22:57:27'),(53241,6,13482,'66','2013-11-15 22:57:27'),(53242,7,13482,'DAY','2013-11-15 22:57:27'),(53243,1,13483,'3588104','2013-11-15 23:22:20'),(53244,2,13483,'','2013-11-15 23:22:20'),(53245,3,13483,'','2013-11-15 23:22:20'),(53246,4,13483,'OPD','2013-11-15 23:22:20'),(53247,5,13483,'','2013-11-15 23:22:20'),(53248,6,13483,'37','2013-11-15 23:22:20'),(53249,7,13483,'DAY','2013-11-15 23:22:20'),(53250,1,13484,'3588108','2013-11-15 23:26:06'),(53251,2,13484,'593468','2013-11-15 23:26:06'),(53252,3,13484,'','2013-11-15 23:26:06'),(53253,4,13484,'OPD','2013-11-15 23:26:06'),(53254,5,13484,'','2013-11-15 23:26:06'),(53255,6,13484,'65','2013-11-15 23:26:06'),(53256,7,13484,'DAY','2013-11-15 23:26:06'),(53257,1,13485,'3588129','2013-11-15 23:39:05'),(53258,2,13485,'','2013-11-15 23:39:05'),(53259,3,13485,'','2013-11-15 23:39:05'),(53260,4,13485,'OPD','2013-11-15 23:39:05'),(53261,5,13485,'','2013-11-15 23:39:05'),(53262,6,13485,'64','2013-11-15 23:39:05'),(53263,7,13485,'DAY','2013-11-15 23:39:05'),(53264,1,13486,'3588139','2013-11-15 23:53:16'),(53265,2,13486,'','2013-11-15 23:53:16'),(53266,3,13486,'?CYESIS','2013-11-15 23:53:16'),(53267,4,13486,'','2013-11-15 23:53:16'),(53268,5,13486,'','2013-11-15 23:53:16'),(53269,6,13486,'19','2013-11-15 23:53:16'),(53270,7,13486,'DAY','2013-11-15 23:53:16'),(53271,1,13487,'3588146','2013-11-16 00:00:46'),(53272,2,13487,'','2013-11-16 00:00:46'),(53273,3,13487,'','2013-11-16 00:00:46'),(53274,4,13487,'','2013-11-16 00:00:46'),(53275,5,13487,'','2013-11-16 00:00:46'),(53276,6,13487,'24.00','2013-11-16 00:00:46'),(53277,7,13487,'DAY','2013-11-16 00:00:46'),(53278,1,13488,'3588084','2013-11-16 00:12:46'),(53279,2,13488,'593473','2013-11-16 00:12:46'),(53280,3,13488,'CAP','2013-11-16 00:12:46'),(53281,4,13488,'','2013-11-16 00:12:46'),(53282,5,13488,'','2013-11-16 00:12:46'),(53283,6,13488,'76','2013-11-16 00:12:46'),(53284,7,13488,'DAY','2013-11-16 00:12:46'),(53285,1,13490,'','2013-11-16 00:12:46'),(53286,2,13490,'','2013-11-16 00:12:46'),(53287,3,13490,'','2013-11-16 00:12:46'),(53288,4,13490,'','2013-11-16 00:12:46'),(53289,5,13490,'','2013-11-16 00:12:46'),(53290,6,13490,'','2013-11-16 00:12:46'),(53291,7,13490,'DAY','2013-11-16 00:12:46'),(53292,1,13493,'','2013-11-16 00:12:46'),(53293,2,13493,'','2013-11-16 00:12:46'),(53294,3,13493,'','2013-11-16 00:12:46'),(53295,4,13493,'','2013-11-16 00:12:46'),(53296,5,13493,'','2013-11-16 00:12:46'),(53297,6,13493,'','2013-11-16 00:12:46'),(53298,7,13493,'DAY','2013-11-16 00:12:46'),(53299,1,13497,'','2013-11-16 00:12:46'),(53300,2,13497,'','2013-11-16 00:12:46'),(53301,3,13497,'','2013-11-16 00:12:46'),(53302,4,13497,'','2013-11-16 00:12:46'),(53303,5,13497,'','2013-11-16 00:12:46'),(53304,6,13497,'','2013-11-16 00:12:46'),(53305,7,13497,'DAY','2013-11-16 00:12:46'),(53306,1,13498,'3587836','2013-11-16 00:23:04'),(53307,2,13498,'','2013-11-16 00:23:04'),(53308,3,13498,'','2013-11-16 00:23:04'),(53309,4,13498,'OPD','2013-11-16 00:23:04'),(53310,5,13498,'','2013-11-16 00:23:04'),(53311,6,13498,'40','2013-11-16 00:23:04'),(53312,7,13498,'DAY','2013-11-16 00:23:04'),(53313,1,13499,'','2013-11-16 00:28:52'),(53314,2,13499,'','2013-11-16 00:28:52'),(53315,3,13499,'','2013-11-16 00:28:52'),(53316,4,13499,'','2013-11-16 00:28:52'),(53317,5,13499,'','2013-11-16 00:28:52'),(53318,6,13499,'','2013-11-16 00:28:52'),(53319,7,13499,'DAY','2013-11-16 00:28:52'),(53320,1,13500,'3588161','2013-11-16 00:30:33'),(53321,2,13500,'','2013-11-16 00:30:33'),(53322,3,13500,'','2013-11-16 00:30:33'),(53323,4,13500,'OPD','2013-11-16 00:30:33'),(53324,5,13500,'','2013-11-16 00:30:33'),(53325,6,13500,'172','2013-11-16 00:30:33'),(53326,7,13500,'DAY','2013-11-16 00:30:33'),(53327,1,13501,'3588173','2013-11-16 00:38:47'),(53328,2,13501,'593463','2013-11-16 00:38:47'),(53329,3,13501,'','2013-11-16 00:38:47'),(53330,4,13501,'OPD','2013-11-16 00:38:47'),(53331,5,13501,'','2013-11-16 00:38:47'),(53332,6,13501,'109','2013-11-16 00:38:47'),(53333,7,13501,'DAY','2013-11-16 00:38:47'),(53334,1,13503,'','2013-11-16 00:38:47'),(53335,2,13503,'','2013-11-16 00:38:47'),(53336,3,13503,'','2013-11-16 00:38:47'),(53337,4,13503,'','2013-11-16 00:38:47'),(53338,5,13503,'','2013-11-16 00:38:47'),(53339,6,13503,'','2013-11-16 00:38:47'),(53340,7,13503,'DAY','2013-11-16 00:38:47'),(53341,1,13506,'','2013-11-16 00:38:47'),(53342,2,13506,'','2013-11-16 00:38:47'),(53343,3,13506,'','2013-11-16 00:38:47'),(53344,4,13506,'','2013-11-16 00:38:47'),(53345,5,13506,'','2013-11-16 00:38:47'),(53346,6,13506,'','2013-11-16 00:38:47'),(53347,7,13506,'DAY','2013-11-16 00:38:47'),(53348,1,13507,'3588183','2013-11-16 00:59:46'),(53349,2,13507,'593485','2013-11-16 00:59:46'),(53350,3,13507,'','2013-11-16 00:59:46'),(53351,4,13507,'OPD','2013-11-16 00:59:46'),(53352,5,13507,'','2013-11-16 00:59:46'),(53353,6,13507,'60','2013-11-16 00:59:46'),(53354,7,13507,'DAY','2013-11-16 00:59:46'),(53355,1,13509,'','2013-11-16 00:59:46'),(53356,2,13509,'','2013-11-16 00:59:46'),(53357,3,13509,'','2013-11-16 00:59:46'),(53358,4,13509,'','2013-11-16 00:59:46'),(53359,5,13509,'','2013-11-16 00:59:46'),(53360,6,13509,'','2013-11-16 00:59:46'),(53361,7,13509,'DAY','2013-11-16 00:59:46'),(53362,1,13510,'3588189','2013-11-16 01:16:05'),(53363,2,13510,'593490','2013-11-16 01:16:05'),(53364,3,13510,'','2013-11-16 01:16:05'),(53365,4,13510,'OPD','2013-11-16 01:16:05'),(53366,5,13510,'','2013-11-16 01:16:05'),(53367,6,13510,'36','2013-11-16 01:16:05'),(53368,7,13510,'DAY','2013-11-16 01:16:05'),(53369,1,13511,'3588194','2013-11-16 01:27:59'),(53370,2,13511,'593492','2013-11-16 01:27:59'),(53371,3,13511,'','2013-11-16 01:27:59'),(53372,4,13511,'OPD','2013-11-16 01:27:59'),(53373,5,13511,'','2013-11-16 01:27:59'),(53374,6,13511,'17','2013-11-16 01:27:59'),(53375,7,13511,'DAY','2013-11-16 01:27:59'),(53376,1,13512,'3588205','2013-11-16 01:39:52'),(53377,2,13512,'','2013-11-16 01:39:52'),(53378,3,13512,'','2013-11-16 01:39:52'),(53379,4,13512,'OPD','2013-11-16 01:39:52'),(53380,5,13512,'','2013-11-16 01:39:52'),(53381,6,13512,'107','2013-11-16 01:39:52'),(53382,7,13512,'DAY','2013-11-16 01:39:52'),(53383,1,13514,'','2013-11-16 01:39:53'),(53384,2,13514,'','2013-11-16 01:39:53'),(53385,3,13514,'','2013-11-16 01:39:53'),(53386,4,13514,'','2013-11-16 01:39:53'),(53387,5,13514,'','2013-11-16 01:39:53'),(53388,6,13514,'','2013-11-16 01:39:53'),(53389,7,13514,'DAY','2013-11-16 01:39:53'),(53390,1,13517,'','2013-11-16 01:39:53'),(53391,2,13517,'','2013-11-16 01:39:53'),(53392,3,13517,'','2013-11-16 01:39:53'),(53393,4,13517,'','2013-11-16 01:39:53'),(53394,5,13517,'','2013-11-16 01:39:53'),(53395,6,13517,'','2013-11-16 01:39:53'),(53396,7,13517,'DAY','2013-11-16 01:39:53'),(53397,1,13518,'3588223','2013-11-16 01:50:11'),(53398,2,13518,'593499','2013-11-16 01:50:11'),(53399,3,13518,'','2013-11-16 01:50:11'),(53400,4,13518,'OPD','2013-11-16 01:50:11'),(53401,5,13518,'','2013-11-16 01:50:11'),(53402,6,13518,'60','2013-11-16 01:50:11'),(53403,7,13518,'DAY','2013-11-16 01:50:11'),(53404,1,13519,'3588236','2013-11-16 01:55:21'),(53405,2,13519,'','2013-11-16 01:55:21'),(53406,3,13519,'','2013-11-16 01:55:21'),(53407,4,13519,'OPD','2013-11-16 01:55:21'),(53408,5,13519,'','2013-11-16 01:55:21'),(53409,6,13519,'26.24','2013-11-16 01:55:21'),(53410,7,13519,'DAY','2013-11-16 01:55:21'),(53411,1,13520,'3584383','2013-11-16 02:01:22'),(53412,2,13520,'593501','2013-11-16 02:01:22'),(53413,3,13520,'','2013-11-16 02:01:22'),(53414,4,13520,'OPD','2013-11-16 02:01:22'),(53415,5,13520,'','2013-11-16 02:01:22'),(53416,6,13520,'69','2013-11-16 02:01:22'),(53417,7,13520,'DAY','2013-11-16 02:01:22'),(53418,1,13521,'3588250','2013-11-16 02:06:26'),(53419,2,13521,'','2013-11-16 02:06:26'),(53420,3,13521,'','2013-11-16 02:06:26'),(53421,4,13521,'OPD','2013-11-16 02:06:26'),(53422,5,13521,'','2013-11-16 02:06:26'),(53423,6,13521,'94','2013-11-16 02:06:26'),(53424,7,13521,'DAY','2013-11-16 02:06:26'),(53425,1,13523,'','2013-11-16 02:06:26'),(53426,2,13523,'','2013-11-16 02:06:26'),(53427,3,13523,'','2013-11-16 02:06:26'),(53428,4,13523,'','2013-11-16 02:06:26'),(53429,5,13523,'','2013-11-16 02:06:26'),(53430,6,13523,'','2013-11-16 02:06:26'),(53431,7,13523,'DAY','2013-11-16 02:06:26'),(53432,1,13524,'3588256','2013-11-16 02:15:27'),(53433,2,13524,'','2013-11-16 02:15:27'),(53434,3,13524,'','2013-11-16 02:15:27'),(53435,4,13524,'OPD','2013-11-16 02:15:27'),(53436,5,13524,'','2013-11-16 02:15:27'),(53437,6,13524,'27','2013-11-16 02:15:27'),(53438,7,13524,'DAY','2013-11-16 02:15:27'),(53439,1,13525,'3588267','2013-11-16 02:22:43'),(53440,2,13525,'','2013-11-16 02:22:43'),(53441,3,13525,'','2013-11-16 02:22:43'),(53442,4,13525,'OPD','2013-11-16 02:22:43'),(53443,5,13525,'','2013-11-16 02:22:43'),(53444,6,13525,'126','2013-11-16 02:22:43'),(53445,7,13525,'DAY','2013-11-16 02:22:43'),(53446,1,13527,'','2013-11-16 02:22:44'),(53447,2,13527,'','2013-11-16 02:22:44'),(53448,3,13527,'','2013-11-16 02:22:44'),(53449,4,13527,'','2013-11-16 02:22:44'),(53450,5,13527,'','2013-11-16 02:22:44'),(53451,6,13527,'','2013-11-16 02:22:44'),(53452,7,13527,'DAY','2013-11-16 02:22:44'),(53453,1,13528,'3588277','2013-11-16 02:27:32'),(53454,2,13528,'','2013-11-16 02:27:32'),(53455,3,13528,'','2013-11-16 02:27:32'),(53456,4,13528,'OPD','2013-11-16 02:27:32'),(53457,5,13528,'','2013-11-16 02:27:32'),(53458,6,13528,'144','2013-11-16 02:27:32'),(53459,7,13528,'DAY','2013-11-16 02:27:32'),(53460,1,13530,'','2013-11-16 02:27:32'),(53461,2,13530,'','2013-11-16 02:27:32'),(53462,3,13530,'','2013-11-16 02:27:32'),(53463,4,13530,'','2013-11-16 02:27:32'),(53464,5,13530,'','2013-11-16 02:27:32'),(53465,6,13530,'','2013-11-16 02:27:32'),(53466,7,13530,'DAY','2013-11-16 02:27:32'),(53467,1,13533,'','2013-11-16 02:27:33'),(53468,2,13533,'','2013-11-16 02:27:33'),(53469,3,13533,'','2013-11-16 02:27:33'),(53470,4,13533,'','2013-11-16 02:27:33'),(53471,5,13533,'','2013-11-16 02:27:33'),(53472,6,13533,'','2013-11-16 02:27:33'),(53473,7,13533,'DAY','2013-11-16 02:27:33'),(53474,1,13537,'','2013-11-16 02:27:33'),(53475,2,13537,'','2013-11-16 02:27:33'),(53476,3,13537,'','2013-11-16 02:27:33'),(53477,4,13537,'','2013-11-16 02:27:33'),(53478,5,13537,'','2013-11-16 02:27:33'),(53479,6,13537,'','2013-11-16 02:27:33'),(53480,7,13537,'DAY','2013-11-16 02:27:33'),(53481,1,13538,'3588283','2013-11-16 02:38:15'),(53482,2,13538,'593506','2013-11-16 02:38:15'),(53483,3,13538,'','2013-11-16 02:38:15'),(53484,4,13538,'OPD','2013-11-16 02:38:15'),(53485,5,13538,'','2013-11-16 02:38:15'),(53486,6,13538,'75','2013-11-16 02:38:15'),(53487,7,13538,'DAY','2013-11-16 02:38:15'),(53488,1,13539,'3588293','2013-11-16 02:59:52'),(53489,2,13539,'','2013-11-16 02:59:52'),(53490,3,13539,'','2013-11-16 02:59:52'),(53491,4,13539,'OPD','2013-11-16 02:59:52'),(53492,5,13539,'','2013-11-16 02:59:52'),(53493,6,13539,'79','2013-11-16 02:59:52'),(53494,7,13539,'DAY','2013-11-16 02:59:52'),(53495,1,13541,'','2013-11-16 02:59:52'),(53496,2,13541,'','2013-11-16 02:59:52'),(53497,3,13541,'','2013-11-16 02:59:52'),(53498,4,13541,'','2013-11-16 02:59:52'),(53499,5,13541,'','2013-11-16 02:59:52'),(53500,6,13541,'','2013-11-16 02:59:52'),(53501,7,13541,'DAY','2013-11-16 02:59:52'),(53502,1,13542,'3588299','2013-11-16 03:01:45'),(53503,2,13542,'','2013-11-16 03:01:45'),(53504,3,13542,'','2013-11-16 03:01:45'),(53505,4,13542,'OPD','2013-11-16 03:01:45'),(53506,5,13542,'','2013-11-16 03:01:45'),(53507,6,13542,'23.40','2013-11-16 03:01:45'),(53508,7,13542,'DAY','2013-11-16 03:01:45'),(53509,1,13543,'3588310','2013-11-16 03:16:18'),(53510,2,13543,'','2013-11-16 03:16:18'),(53511,3,13543,'','2013-11-16 03:16:18'),(53512,4,13543,'OPD','2013-11-16 03:16:18'),(53513,5,13543,'','2013-11-16 03:16:18'),(53514,6,13543,'99.00','2013-11-16 03:16:18'),(53515,7,13543,'DAY','2013-11-16 03:16:18'),(53516,1,13545,'','2013-11-16 03:16:18'),(53517,2,13545,'','2013-11-16 03:16:18'),(53518,3,13545,'','2013-11-16 03:16:18'),(53519,4,13545,'','2013-11-16 03:16:18'),(53520,5,13545,'','2013-11-16 03:16:18'),(53521,6,13545,'','2013-11-16 03:16:18'),(53522,7,13545,'DAY','2013-11-16 03:16:18'),(53523,1,13546,'3588311','2013-11-16 03:18:38'),(53524,2,13546,'','2013-11-16 03:18:38'),(53525,3,13546,'','2013-11-16 03:18:38'),(53526,4,13546,'OPD','2013-11-16 03:18:38'),(53527,5,13546,'','2013-11-16 03:18:38'),(53528,6,13546,'94.00','2013-11-16 03:18:38'),(53529,7,13546,'DAY','2013-11-16 03:18:38'),(53530,1,13548,'','2013-11-16 03:18:38'),(53531,2,13548,'','2013-11-16 03:18:38'),(53532,3,13548,'','2013-11-16 03:18:38'),(53533,4,13548,'','2013-11-16 03:18:38'),(53534,5,13548,'','2013-11-16 03:18:38'),(53535,6,13548,'','2013-11-16 03:18:38'),(53536,7,13548,'DAY','2013-11-16 03:18:38'),(53537,1,13549,'3588314','2013-11-16 03:33:33'),(53538,2,13549,'593514','2013-11-16 03:33:33'),(53539,3,13549,'','2013-11-16 03:33:33'),(53540,4,13549,'OPD','2013-11-16 03:33:33'),(53541,5,13549,'','2013-11-16 03:33:33'),(53542,6,13549,'92.00','2013-11-16 03:33:33'),(53543,7,13549,'DAY','2013-11-16 03:33:33'),(53544,1,13551,'','2013-11-16 03:33:33'),(53545,2,13551,'','2013-11-16 03:33:33'),(53546,3,13551,'','2013-11-16 03:33:33'),(53547,4,13551,'','2013-11-16 03:33:33'),(53548,5,13551,'','2013-11-16 03:33:33'),(53549,6,13551,'','2013-11-16 03:33:33'),(53550,7,13551,'DAY','2013-11-16 03:33:33'),(53551,1,13552,'3588330','2013-11-16 03:50:59'),(53552,2,13552,'593519','2013-11-16 03:50:59'),(53553,3,13552,'','2013-11-16 03:50:59'),(53554,4,13552,'OPD','2013-11-16 03:50:59'),(53555,5,13552,'','2013-11-16 03:50:59'),(53556,6,13552,'16.00','2013-11-16 03:50:59'),(53557,7,13552,'DAY','2013-11-16 03:50:59'),(53558,1,13553,'3588351','2013-11-16 04:36:31'),(53559,2,13553,'','2013-11-16 04:36:31'),(53560,3,13553,'','2013-11-16 04:36:31'),(53561,4,13553,'OPD','2013-11-16 04:36:31'),(53562,5,13553,'','2013-11-16 04:36:31'),(53563,6,13553,'33.00','2013-11-16 04:36:31'),(53564,7,13553,'DAY','2013-11-16 04:36:31'),(53565,1,13554,'3588350','2013-11-16 04:39:36'),(53566,2,13554,'','2013-11-16 04:39:36'),(53567,3,13554,'','2013-11-16 04:39:36'),(53568,4,13554,'WARD','2013-11-16 04:39:36'),(53569,5,13554,'218051','2013-11-16 04:39:36'),(53570,6,13554,'136.00','2013-11-16 04:39:36'),(53571,7,13554,'DAY','2013-11-16 04:39:36'),(53572,1,13556,'','2013-11-16 04:39:36'),(53573,2,13556,'','2013-11-16 04:39:36'),(53574,3,13556,'','2013-11-16 04:39:36'),(53575,4,13556,'','2013-11-16 04:39:36'),(53576,5,13556,'','2013-11-16 04:39:36'),(53577,6,13556,'','2013-11-16 04:39:36'),(53578,7,13556,'DAY','2013-11-16 04:39:36'),(53579,1,13559,'','2013-11-16 04:39:37'),(53580,2,13559,'','2013-11-16 04:39:37'),(53581,3,13559,'','2013-11-16 04:39:37'),(53582,4,13559,'','2013-11-16 04:39:37'),(53583,5,13559,'','2013-11-16 04:39:37'),(53584,6,13559,'','2013-11-16 04:39:37'),(53585,7,13559,'DAY','2013-11-16 04:39:37'),(53586,1,13560,'3588357','2013-11-16 05:11:38'),(53587,2,13560,'593528','2013-11-16 05:11:38'),(53588,3,13560,'','2013-11-16 05:11:38'),(53589,4,13560,'OPD','2013-11-16 05:11:38'),(53590,5,13560,'','2013-11-16 05:11:38'),(53591,6,13560,'47.00','2013-11-16 05:11:38'),(53592,7,13560,'DAY','2013-11-16 05:11:38'),(53593,1,13562,'','2013-11-16 05:11:38'),(53594,2,13562,'','2013-11-16 05:11:38'),(53595,3,13562,'','2013-11-16 05:11:38'),(53596,4,13562,'','2013-11-16 05:11:38'),(53597,5,13562,'','2013-11-16 05:11:38'),(53598,6,13562,'','2013-11-16 05:11:38'),(53599,7,13562,'DAY','2013-11-16 05:11:38'),(53600,1,13563,'3588360','2013-11-16 05:20:31'),(53601,2,13563,'','2013-11-16 05:20:31'),(53602,3,13563,'','2013-11-16 05:20:31'),(53603,4,13563,'OPD','2013-11-16 05:20:31'),(53604,5,13563,'','2013-11-16 05:20:31'),(53605,6,13563,'','2013-11-16 05:20:31'),(53606,7,13563,'DAY','2013-11-16 05:20:31'),(53607,1,13564,'3588361','2013-11-16 05:22:17'),(53608,2,13564,'','2013-11-16 05:22:17'),(53609,3,13564,'','2013-11-16 05:22:17'),(53610,4,13564,'OPD','2013-11-16 05:22:17'),(53611,5,13564,'','2013-11-16 05:22:17'),(53612,6,13564,'37.00','2013-11-16 05:22:17'),(53613,7,13564,'DAY','2013-11-16 05:22:17'),(53614,1,13565,'3588368','2013-11-16 05:25:41'),(53615,2,13565,'','2013-11-16 05:25:41'),(53616,3,13565,'','2013-11-16 05:25:41'),(53617,4,13565,'OPD','2013-11-16 05:25:41'),(53618,5,13565,'','2013-11-16 05:25:41'),(53619,6,13565,'116.00','2013-11-16 05:25:41'),(53620,7,13565,'DAY','2013-11-16 05:25:41'),(53621,1,13567,'','2013-11-16 05:25:41'),(53622,2,13567,'','2013-11-16 05:25:41'),(53623,3,13567,'','2013-11-16 05:25:41'),(53624,4,13567,'','2013-11-16 05:25:41'),(53625,5,13567,'','2013-11-16 05:25:41'),(53626,6,13567,'','2013-11-16 05:25:41'),(53627,7,13567,'DAY','2013-11-16 05:25:41'),(53628,1,13570,'','2013-11-16 05:25:42'),(53629,2,13570,'','2013-11-16 05:25:42'),(53630,3,13570,'','2013-11-16 05:25:42'),(53631,4,13570,'','2013-11-16 05:25:42'),(53632,5,13570,'','2013-11-16 05:25:42'),(53633,6,13570,'','2013-11-16 05:25:42'),(53634,7,13570,'DAY','2013-11-16 05:25:42'),(53635,1,13571,'3588366','2013-11-16 05:28:13'),(53636,2,13571,'','2013-11-16 05:28:13'),(53637,3,13571,'','2013-11-16 05:28:13'),(53638,4,13571,'OPD','2013-11-16 05:28:13'),(53639,5,13571,'','2013-11-16 05:28:13'),(53640,6,13571,'216.00','2013-11-16 05:28:13'),(53641,7,13571,'DAY','2013-11-16 05:28:13'),(53642,1,13573,'','2013-11-16 05:28:13'),(53643,2,13573,'','2013-11-16 05:28:13'),(53644,3,13573,'','2013-11-16 05:28:13'),(53645,4,13573,'','2013-11-16 05:28:13'),(53646,5,13573,'','2013-11-16 05:28:13'),(53647,6,13573,'','2013-11-16 05:28:13'),(53648,7,13573,'DAY','2013-11-16 05:28:13'),(53649,1,13576,'','2013-11-16 05:28:14'),(53650,2,13576,'','2013-11-16 05:28:14'),(53651,3,13576,'','2013-11-16 05:28:14'),(53652,4,13576,'','2013-11-16 05:28:14'),(53653,5,13576,'','2013-11-16 05:28:14'),(53654,6,13576,'','2013-11-16 05:28:14'),(53655,7,13576,'DAY','2013-11-16 05:28:14'),(53656,1,13577,'3588341','2013-11-16 06:37:06'),(53657,2,13577,'','2013-11-16 06:37:06'),(53658,3,13577,'','2013-11-16 06:37:06'),(53659,4,13577,'OPD','2013-11-16 06:37:06'),(53660,5,13577,'','2013-11-16 06:37:06'),(53661,6,13577,'120.00','2013-11-16 06:37:06'),(53662,7,13577,'DAY','2013-11-16 06:37:06'),(53663,1,13578,'3588383','2013-11-16 07:10:36'),(53664,2,13578,'','2013-11-16 07:10:36'),(53665,3,13578,'','2013-11-16 07:10:36'),(53666,4,13578,'OPD','2013-11-16 07:10:36'),(53667,5,13578,'','2013-11-16 07:10:36'),(53668,6,13578,'37.00','2013-11-16 07:10:36'),(53669,7,13578,'DAY','2013-11-16 07:10:36'),(53670,1,13579,'3588385','2013-11-16 07:15:00'),(53671,2,13579,'','2013-11-16 07:15:00'),(53672,3,13579,'','2013-11-16 07:15:00'),(53673,4,13579,'OPD','2013-11-16 07:15:00'),(53674,5,13579,'','2013-11-16 07:15:00'),(53675,6,13579,'55.00','2013-11-16 07:15:00'),(53676,7,13579,'DAY','2013-11-16 07:15:00'),(53677,1,13581,'','2013-11-16 07:15:00'),(53678,2,13581,'','2013-11-16 07:15:00'),(53679,3,13581,'','2013-11-16 07:15:00'),(53680,4,13581,'','2013-11-16 07:15:00'),(53681,5,13581,'','2013-11-16 07:15:00'),(53682,6,13581,'','2013-11-16 07:15:00'),(53683,7,13581,'DAY','2013-11-16 07:15:00'),(53684,1,13582,'3588384','2013-11-16 07:19:39'),(53685,2,13582,'','2013-11-16 07:19:39'),(53686,3,13582,'','2013-11-16 07:19:39'),(53687,4,13582,'WARD','2013-11-16 07:19:39'),(53688,5,13582,'218052','2013-11-16 07:19:39'),(53689,6,13582,'147.00','2013-11-16 07:19:39'),(53690,7,13582,'DAY','2013-11-16 07:19:39'),(53691,1,13584,'','2013-11-16 07:19:39'),(53692,2,13584,'','2013-11-16 07:19:39'),(53693,3,13584,'','2013-11-16 07:19:39'),(53694,4,13584,'','2013-11-16 07:19:39'),(53695,5,13584,'','2013-11-16 07:19:39'),(53696,6,13584,'','2013-11-16 07:19:39'),(53697,7,13584,'DAY','2013-11-16 07:19:39'),(53698,1,13585,'3588390','2013-11-16 07:57:14'),(53699,2,13585,'','2013-11-16 07:57:14'),(53700,3,13585,'','2013-11-16 07:57:14'),(53701,4,13585,'OPD','2013-11-16 07:57:14'),(53702,5,13585,'','2013-11-16 07:57:14'),(53703,6,13585,'89.00','2013-11-16 07:57:14'),(53704,7,13585,'DAY','2013-11-16 07:57:14'),(53705,1,13587,'','2013-11-16 07:57:14'),(53706,2,13587,'','2013-11-16 07:57:14'),(53707,3,13587,'','2013-11-16 07:57:14'),(53708,4,13587,'','2013-11-16 07:57:14'),(53709,5,13587,'','2013-11-16 07:57:14'),(53710,6,13587,'','2013-11-16 07:57:14'),(53711,7,13587,'DAY','2013-11-16 07:57:14'),(53712,1,13590,'','2013-11-16 07:57:14'),(53713,2,13590,'','2013-11-16 07:57:14'),(53714,3,13590,'','2013-11-16 07:57:14'),(53715,4,13590,'','2013-11-16 07:57:14'),(53716,5,13590,'','2013-11-16 07:57:14'),(53717,6,13590,'','2013-11-16 07:57:14'),(53718,7,13590,'DAY','2013-11-16 07:57:14'),(53719,1,13591,'3588409','2013-11-16 10:15:45'),(53720,2,13591,'593537','2013-11-16 10:15:45'),(53721,3,13591,'','2013-11-16 10:15:45'),(53722,4,13591,'OPD','2013-11-16 10:15:45'),(53723,5,13591,'','2013-11-16 10:15:45'),(53724,6,13591,'35.00','2013-11-16 10:15:45'),(53725,7,13591,'DAY','2013-11-16 10:15:45'),(53726,1,13592,'3588412','2013-11-16 11:36:36'),(53727,2,13592,'593538','2013-11-16 11:36:36'),(53728,3,13592,'','2013-11-16 11:36:36'),(53729,4,13592,'OPD','2013-11-16 11:36:36'),(53730,5,13592,'','2013-11-16 11:36:36'),(53731,6,13592,'36.00','2013-11-16 11:36:36'),(53732,7,13592,'DAY','2013-11-16 11:36:36'),(53733,1,13593,'3588432','2013-11-16 14:09:58'),(53734,2,13593,'','2013-11-16 14:09:58'),(53735,3,13593,'','2013-11-16 14:09:58'),(53736,4,13593,'OPD','2013-11-16 14:09:58'),(53737,5,13593,'','2013-11-16 14:09:58'),(53738,6,13593,'57.00','2013-11-16 14:09:58'),(53739,7,13593,'DAY','2013-11-16 14:09:58'),(53740,1,13595,'','2013-11-16 14:09:58'),(53741,2,13595,'','2013-11-16 14:09:58'),(53742,3,13595,'','2013-11-16 14:09:58'),(53743,4,13595,'','2013-11-16 14:09:58'),(53744,5,13595,'','2013-11-16 14:09:58'),(53745,6,13595,'','2013-11-16 14:09:58'),(53746,7,13595,'DAY','2013-11-16 14:09:58'),(53747,1,13596,'3588442','2013-11-16 15:02:07'),(53748,2,13596,'','2013-11-16 15:02:07'),(53749,3,13596,'','2013-11-16 15:02:07'),(53750,4,13596,'OPD','2013-11-16 15:02:07'),(53751,5,13596,'','2013-11-16 15:02:07'),(53752,6,13596,'136.00','2013-11-16 15:02:07'),(53753,7,13596,'DAY','2013-11-16 15:02:07'),(53754,1,13598,'','2013-11-16 15:02:07'),(53755,2,13598,'','2013-11-16 15:02:07'),(53756,3,13598,'','2013-11-16 15:02:07'),(53757,4,13598,'','2013-11-16 15:02:07'),(53758,5,13598,'','2013-11-16 15:02:07'),(53759,6,13598,'','2013-11-16 15:02:07'),(53760,7,13598,'DAY','2013-11-16 15:02:07'),(53761,1,13601,'','2013-11-16 15:02:07'),(53762,2,13601,'','2013-11-16 15:02:07'),(53763,3,13601,'','2013-11-16 15:02:07'),(53764,4,13601,'','2013-11-16 15:02:07'),(53765,5,13601,'','2013-11-16 15:02:07'),(53766,6,13601,'','2013-11-16 15:02:07'),(53767,7,13601,'DAY','2013-11-16 15:02:07'),(53768,1,13602,'3588461','2013-11-16 15:57:28'),(53769,2,13602,'','2013-11-16 15:57:28'),(53770,3,13602,'','2013-11-16 15:57:28'),(53771,4,13602,'OPD','2013-11-16 15:57:28'),(53772,5,13602,'','2013-11-16 15:57:28'),(53773,6,13602,'193','2013-11-16 15:57:28'),(53774,7,13602,'DAY','2013-11-16 15:57:28'),(53775,1,13604,'','2013-11-16 15:57:28'),(53776,2,13604,'','2013-11-16 15:57:28'),(53777,3,13604,'','2013-11-16 15:57:28'),(53778,4,13604,'','2013-11-16 15:57:28'),(53779,5,13604,'','2013-11-16 15:57:28'),(53780,6,13604,'','2013-11-16 15:57:28'),(53781,7,13604,'DAY','2013-11-16 15:57:28'),(53782,1,13607,'','2013-11-16 15:57:29'),(53783,2,13607,'','2013-11-16 15:57:29'),(53784,3,13607,'','2013-11-16 15:57:29'),(53785,4,13607,'','2013-11-16 15:57:29'),(53786,5,13607,'','2013-11-16 15:57:29'),(53787,6,13607,'','2013-11-16 15:57:29'),(53788,7,13607,'DAY','2013-11-16 15:57:29'),(53789,1,13611,'','2013-11-16 15:57:29'),(53790,2,13611,'','2013-11-16 15:57:29'),(53791,3,13611,'','2013-11-16 15:57:29'),(53792,4,13611,'','2013-11-16 15:57:29'),(53793,5,13611,'','2013-11-16 15:57:29'),(53794,6,13611,'','2013-11-16 15:57:29'),(53795,7,13611,'DAY','2013-11-16 15:57:29'),(53796,1,13612,'3582926','2013-11-16 16:06:51'),(53797,2,13612,'','2013-11-16 16:06:51'),(53798,3,13612,'','2013-11-16 16:06:51'),(53799,4,13612,'OPD','2013-11-16 16:06:51'),(53800,5,13612,'','2013-11-16 16:06:51'),(53801,6,13612,'135','2013-11-16 16:06:51'),(53802,7,13612,'DAY','2013-11-16 16:06:51'),(53803,1,13613,'3588466','2013-11-16 16:10:31'),(53804,2,13613,'593557','2013-11-16 16:10:31'),(53805,3,13613,'','2013-11-16 16:10:31'),(53806,4,13613,'OPD','2013-11-16 16:10:31'),(53807,5,13613,'','2013-11-16 16:10:31'),(53808,6,13613,'153','2013-11-16 16:10:31'),(53809,7,13613,'DAY','2013-11-16 16:10:31'),(53810,1,13615,'','2013-11-16 16:10:31'),(53811,2,13615,'','2013-11-16 16:10:31'),(53812,3,13615,'','2013-11-16 16:10:31'),(53813,4,13615,'','2013-11-16 16:10:31'),(53814,5,13615,'','2013-11-16 16:10:31'),(53815,6,13615,'','2013-11-16 16:10:31'),(53816,7,13615,'DAY','2013-11-16 16:10:31'),(53817,1,13618,'','2013-11-16 16:10:31'),(53818,2,13618,'','2013-11-16 16:10:31'),(53819,3,13618,'','2013-11-16 16:10:31'),(53820,4,13618,'','2013-11-16 16:10:31'),(53821,5,13618,'','2013-11-16 16:10:31'),(53822,6,13618,'','2013-11-16 16:10:31'),(53823,7,13618,'DAY','2013-11-16 16:10:31'),(53824,1,13622,'','2013-11-16 16:10:31'),(53825,2,13622,'','2013-11-16 16:10:31'),(53826,3,13622,'','2013-11-16 16:10:31'),(53827,4,13622,'','2013-11-16 16:10:31'),(53828,5,13622,'','2013-11-16 16:10:31'),(53829,6,13622,'','2013-11-16 16:10:31'),(53830,7,13622,'DAY','2013-11-16 16:10:31'),(53831,1,13623,'3588472','2013-11-16 16:21:53'),(53832,2,13623,'593642','2013-11-16 16:21:53'),(53833,3,13623,'','2013-11-16 16:21:53'),(53834,4,13623,'OPD','2013-11-16 16:21:53'),(53835,5,13623,'','2013-11-16 16:21:53'),(53836,6,13623,'20','2013-11-16 16:21:53'),(53837,7,13623,'DAY','2013-11-16 16:21:53'),(53838,1,13624,'','2013-11-16 16:26:51'),(53839,2,13624,'','2013-11-16 16:26:51'),(53840,3,13624,'','2013-11-16 16:26:51'),(53841,4,13624,'OPD','2013-11-16 16:26:51'),(53842,5,13624,'','2013-11-16 16:26:51'),(53843,6,13624,'117','2013-11-16 16:26:51'),(53844,7,13624,'DAY','2013-11-16 16:26:51'),(53845,1,13625,'','2013-11-16 16:27:40'),(53846,2,13625,'','2013-11-16 16:27:40'),(53847,3,13625,'','2013-11-16 16:27:40'),(53848,4,13625,'','2013-11-16 16:27:40'),(53849,5,13625,'','2013-11-16 16:27:40'),(53850,6,13625,'','2013-11-16 16:27:40'),(53851,7,13625,'DAY','2013-11-16 16:27:40'),(53852,1,13626,'','2013-11-16 16:28:56'),(53853,2,13626,'','2013-11-16 16:28:56'),(53854,3,13626,'','2013-11-16 16:28:56'),(53855,4,13626,'','2013-11-16 16:28:56'),(53856,5,13626,'','2013-11-16 16:28:56'),(53857,6,13626,'','2013-11-16 16:28:56'),(53858,7,13626,'DAY','2013-11-16 16:28:56'),(53859,1,13627,'3588480','2013-11-16 16:31:38'),(53860,2,13627,'593564','2013-11-16 16:31:38'),(53861,3,13627,'','2013-11-16 16:31:38'),(53862,4,13627,'OPD','2013-11-16 16:31:38'),(53863,5,13627,'','2013-11-16 16:31:38'),(53864,6,13627,'31','2013-11-16 16:31:38'),(53865,7,13627,'DAY','2013-11-16 16:31:38'),(53866,1,13628,'3588481','2013-11-16 16:36:19'),(53867,2,13628,'','2013-11-16 16:36:19'),(53868,3,13628,'','2013-11-16 16:36:19'),(53869,4,13628,'OPD','2013-11-16 16:36:19'),(53870,5,13628,'','2013-11-16 16:36:19'),(53871,6,13628,'94','2013-11-16 16:36:19'),(53872,7,13628,'DAY','2013-11-16 16:36:19'),(53873,1,13630,'','2013-11-16 16:36:20'),(53874,2,13630,'','2013-11-16 16:36:20'),(53875,3,13630,'','2013-11-16 16:36:20'),(53876,4,13630,'','2013-11-16 16:36:20'),(53877,5,13630,'','2013-11-16 16:36:20'),(53878,6,13630,'','2013-11-16 16:36:20'),(53879,7,13630,'DAY','2013-11-16 16:36:20'),(53880,1,13631,'3584249','2013-11-16 16:38:38'),(53881,2,13631,'592415','2013-11-16 16:38:38'),(53882,3,13631,'','2013-11-16 16:38:38'),(53883,4,13631,'OPD','2013-11-16 16:38:38'),(53884,5,13631,'','2013-11-16 16:38:38'),(53885,6,13631,'116','2013-11-16 16:38:38'),(53886,7,13631,'DAY','2013-11-16 16:38:38'),(53887,1,13633,'','2013-11-16 16:38:38'),(53888,2,13633,'','2013-11-16 16:38:38'),(53889,3,13633,'','2013-11-16 16:38:38'),(53890,4,13633,'','2013-11-16 16:38:38'),(53891,5,13633,'','2013-11-16 16:38:38'),(53892,6,13633,'','2013-11-16 16:38:38'),(53893,7,13633,'DAY','2013-11-16 16:38:38'),(53894,1,13634,'3579897','2013-11-16 16:55:59'),(53895,2,13634,'','2013-11-16 16:55:59'),(53896,3,13634,'','2013-11-16 16:55:59'),(53897,4,13634,'OPD','2013-11-16 16:55:59'),(53898,5,13634,'','2013-11-16 16:55:59'),(53899,6,13634,'50','2013-11-16 16:55:59'),(53900,7,13634,'DAY','2013-11-16 16:55:59'),(53901,1,13635,'3588649','2013-11-16 17:01:19'),(53902,2,13635,'593568','2013-11-16 17:01:19'),(53903,3,13635,'','2013-11-16 17:01:19'),(53904,4,13635,'OPD','2013-11-16 17:01:19'),(53905,5,13635,'','2013-11-16 17:01:19'),(53906,6,13635,'64','2013-11-16 17:01:19'),(53907,7,13635,'DAY','2013-11-16 17:01:19'),(53908,1,13637,'','2013-11-16 17:01:20'),(53909,2,13637,'','2013-11-16 17:01:20'),(53910,3,13637,'','2013-11-16 17:01:20'),(53911,4,13637,'','2013-11-16 17:01:20'),(53912,5,13637,'','2013-11-16 17:01:20'),(53913,6,13637,'','2013-11-16 17:01:20'),(53914,7,13637,'DAY','2013-11-16 17:01:20'),(53915,1,13640,'','2013-11-16 17:01:20'),(53916,2,13640,'','2013-11-16 17:01:20'),(53917,3,13640,'','2013-11-16 17:01:20'),(53918,4,13640,'','2013-11-16 17:01:20'),(53919,5,13640,'','2013-11-16 17:01:20'),(53920,6,13640,'','2013-11-16 17:01:20'),(53921,7,13640,'DAY','2013-11-16 17:01:20'),(53922,1,13641,'3588495','2013-11-16 17:08:15'),(53923,2,13641,'','2013-11-16 17:08:15'),(53924,3,13641,'','2013-11-16 17:08:15'),(53925,4,13641,'OPD','2013-11-16 17:08:15'),(53926,5,13641,'','2013-11-16 17:08:15'),(53927,6,13641,'112','2013-11-16 17:08:15'),(53928,7,13641,'DAY','2013-11-16 17:08:15'),(53929,1,13643,'','2013-11-16 17:08:15'),(53930,2,13643,'','2013-11-16 17:08:15'),(53931,3,13643,'','2013-11-16 17:08:15'),(53932,4,13643,'','2013-11-16 17:08:15'),(53933,5,13643,'','2013-11-16 17:08:15'),(53934,6,13643,'','2013-11-16 17:08:15'),(53935,7,13643,'DAY','2013-11-16 17:08:15'),(53936,1,13646,'','2013-11-16 17:08:16'),(53937,2,13646,'','2013-11-16 17:08:16'),(53938,3,13646,'','2013-11-16 17:08:16'),(53939,4,13646,'','2013-11-16 17:08:16'),(53940,5,13646,'','2013-11-16 17:08:16'),(53941,6,13646,'','2013-11-16 17:08:16'),(53942,7,13646,'DAY','2013-11-16 17:08:16'),(53943,1,13647,'3588501','2013-11-16 17:16:49'),(53944,2,13647,'','2013-11-16 17:16:49'),(53945,3,13647,'','2013-11-16 17:16:49'),(53946,4,13647,'OPD','2013-11-16 17:16:49'),(53947,5,13647,'22','2013-11-16 17:16:49'),(53948,6,13647,'','2013-11-16 17:16:49'),(53949,7,13647,'DAY','2013-11-16 17:16:49'),(53950,1,13648,'3588504','2013-11-16 17:24:07'),(53951,2,13648,'593576','2013-11-16 17:24:07'),(53952,3,13648,'','2013-11-16 17:24:07'),(53953,4,13648,'OPD','2013-11-16 17:24:07'),(53954,5,13648,'','2013-11-16 17:24:07'),(53955,6,13648,'36','2013-11-16 17:24:07'),(53956,7,13648,'DAY','2013-11-16 17:24:07'),(53957,1,13650,'','2013-11-16 17:24:07'),(53958,2,13650,'','2013-11-16 17:24:07'),(53959,3,13650,'','2013-11-16 17:24:07'),(53960,4,13650,'','2013-11-16 17:24:07'),(53961,5,13650,'','2013-11-16 17:24:07'),(53962,6,13650,'','2013-11-16 17:24:07'),(53963,7,13650,'DAY','2013-11-16 17:24:07'),(53964,1,13651,'3588506','2013-11-16 17:34:16'),(53965,2,13651,'','2013-11-16 17:34:16'),(53966,3,13651,'','2013-11-16 17:34:16'),(53967,4,13651,'OPD','2013-11-16 17:34:16'),(53968,5,13651,'','2013-11-16 17:34:16'),(53969,6,13651,'247','2013-11-16 17:34:16'),(53970,7,13651,'DAY','2013-11-16 17:34:16'),(53971,1,13653,'','2013-11-16 17:34:16'),(53972,2,13653,'','2013-11-16 17:34:16'),(53973,3,13653,'','2013-11-16 17:34:16'),(53974,4,13653,'','2013-11-16 17:34:16'),(53975,5,13653,'','2013-11-16 17:34:16'),(53976,6,13653,'','2013-11-16 17:34:16'),(53977,7,13653,'DAY','2013-11-16 17:34:16'),(53978,1,13654,'','2013-11-16 17:49:41'),(53979,2,13654,'593579','2013-11-16 17:49:41'),(53980,3,13654,'','2013-11-16 17:49:41'),(53981,4,13654,'','2013-11-16 17:49:41'),(53982,5,13654,'','2013-11-16 17:49:41'),(53983,6,13654,'22','2013-11-16 17:49:41'),(53984,7,13654,'DAY','2013-11-16 17:49:41'),(53985,1,13655,'','2013-11-16 17:51:26'),(53986,2,13655,'','2013-11-16 17:51:26'),(53987,3,13655,'','2013-11-16 17:51:26'),(53988,4,13655,'OPD','2013-11-16 17:51:26'),(53989,5,13655,'','2013-11-16 17:51:26'),(53990,6,13655,'116','2013-11-16 17:51:26'),(53991,7,13655,'DAY','2013-11-16 17:51:26'),(53992,1,13656,'','2013-11-16 17:54:29'),(53993,2,13656,'593581','2013-11-16 17:54:29'),(53994,3,13656,'','2013-11-16 17:54:29'),(53995,4,13656,'OPD','2013-11-16 17:54:29'),(53996,5,13656,'','2013-11-16 17:54:29'),(53997,6,13656,'','2013-11-16 17:54:29'),(53998,7,13656,'DAY','2013-11-16 17:54:29'),(53999,1,13657,'3588520','2013-11-16 17:58:19'),(54000,2,13657,'','2013-11-16 17:58:19'),(54001,3,13657,'','2013-11-16 17:58:19'),(54002,4,13657,'OPD','2013-11-16 17:58:19'),(54003,5,13657,'','2013-11-16 17:58:19'),(54004,6,13657,'121','2013-11-16 17:58:19'),(54005,7,13657,'DAY','2013-11-16 17:58:19'),(54006,1,13659,'','2013-11-16 17:58:20'),(54007,2,13659,'','2013-11-16 17:58:20'),(54008,3,13659,'','2013-11-16 17:58:20'),(54009,4,13659,'','2013-11-16 17:58:20'),(54010,5,13659,'','2013-11-16 17:58:20'),(54011,6,13659,'','2013-11-16 17:58:20'),(54012,7,13659,'DAY','2013-11-16 17:58:20'),(54013,1,13660,'3588545','2013-11-16 18:25:30'),(54014,2,13660,'','2013-11-16 18:25:30'),(54015,3,13660,'','2013-11-16 18:25:30'),(54016,4,13660,'OPD','2013-11-16 18:25:30'),(54017,5,13660,'','2013-11-16 18:25:30'),(54018,6,13660,'94','2013-11-16 18:25:30'),(54019,7,13660,'DAY','2013-11-16 18:25:30'),(54020,1,13662,'','2013-11-16 18:25:31'),(54021,2,13662,'','2013-11-16 18:25:31'),(54022,3,13662,'','2013-11-16 18:25:31'),(54023,4,13662,'','2013-11-16 18:25:31'),(54024,5,13662,'','2013-11-16 18:25:31'),(54025,6,13662,'','2013-11-16 18:25:31'),(54026,7,13662,'DAY','2013-11-16 18:25:31'),(54027,1,13663,'3588541','2013-11-16 18:32:21'),(54028,2,13663,'','2013-11-16 18:32:21'),(54029,3,13663,'','2013-11-16 18:32:21'),(54030,4,13663,'OPD','2013-11-16 18:32:21'),(54031,5,13663,'','2013-11-16 18:32:21'),(54032,6,13663,'76','2013-11-16 18:32:21'),(54033,7,13663,'DAY','2013-11-16 18:32:21'),(54034,1,13665,'','2013-11-16 18:32:21'),(54035,2,13665,'','2013-11-16 18:32:21'),(54036,3,13665,'','2013-11-16 18:32:21'),(54037,4,13665,'','2013-11-16 18:32:21'),(54038,5,13665,'','2013-11-16 18:32:21'),(54039,6,13665,'','2013-11-16 18:32:21'),(54040,7,13665,'DAY','2013-11-16 18:32:21'),(54041,1,13666,'3588559','2013-11-16 18:53:29'),(54042,2,13666,'','2013-11-16 18:53:29'),(54043,3,13666,'','2013-11-16 18:53:29'),(54044,4,13666,'','2013-11-16 18:53:29'),(54045,5,13666,'218052','2013-11-16 18:53:29'),(54046,6,13666,'49','2013-11-16 18:53:29'),(54047,7,13666,'DAY','2013-11-16 18:53:29'),(54048,1,13667,'','2013-11-16 19:07:55'),(54049,2,13667,'','2013-11-16 19:07:55'),(54050,3,13667,'','2013-11-16 19:07:55'),(54051,4,13667,'','2013-11-16 19:07:55'),(54052,5,13667,'','2013-11-16 19:07:55'),(54053,6,13667,'','2013-11-16 19:07:55'),(54054,7,13667,'DAY','2013-11-16 19:07:55'),(54055,1,13668,'3588559','2013-11-16 19:19:13'),(54056,2,13668,'593607','2013-11-16 19:19:13'),(54057,3,13668,'','2013-11-16 19:19:13'),(54058,4,13668,'OPD','2013-11-16 19:19:13'),(54059,5,13668,'','2013-11-16 19:19:13'),(54060,6,13668,'187','2013-11-16 19:19:13'),(54061,7,13668,'DAY','2013-11-16 19:19:13'),(54062,1,13670,'','2013-11-16 19:19:13'),(54063,2,13670,'','2013-11-16 19:19:13'),(54064,3,13670,'','2013-11-16 19:19:13'),(54065,4,13670,'','2013-11-16 19:19:13'),(54066,5,13670,'','2013-11-16 19:19:13'),(54067,6,13670,'','2013-11-16 19:19:13'),(54068,7,13670,'DAY','2013-11-16 19:19:13'),(54069,1,13671,'3586475','2013-11-16 19:25:20'),(54070,2,13671,'','2013-11-16 19:25:20'),(54071,3,13671,'','2013-11-16 19:25:20'),(54072,4,13671,'OPD','2013-11-16 19:25:20'),(54073,5,13671,'','2013-11-16 19:25:20'),(54074,6,13671,'50','2013-11-16 19:25:20'),(54075,7,13671,'DAY','2013-11-16 19:25:20'),(54076,1,13673,'','2013-11-16 19:25:20'),(54077,2,13673,'','2013-11-16 19:25:20'),(54078,3,13673,'','2013-11-16 19:25:20'),(54079,4,13673,'','2013-11-16 19:25:20'),(54080,5,13673,'','2013-11-16 19:25:20'),(54081,6,13673,'','2013-11-16 19:25:20'),(54082,7,13673,'DAY','2013-11-16 19:25:20'),(54083,1,13674,'3588584','2013-11-16 19:26:54'),(54084,2,13674,'','2013-11-16 19:26:54'),(54085,3,13674,'','2013-11-16 19:26:54'),(54086,4,13674,'OPD','2013-11-16 19:26:54'),(54087,5,13674,'','2013-11-16 19:26:54'),(54088,6,13674,'40','2013-11-16 19:26:54'),(54089,7,13674,'DAY','2013-11-16 19:26:54'),(54090,1,13675,'3588585','2013-11-16 19:28:11'),(54091,2,13675,'','2013-11-16 19:28:11'),(54092,3,13675,'','2013-11-16 19:28:11'),(54093,4,13675,'OPD','2013-11-16 19:28:11'),(54094,5,13675,'','2013-11-16 19:28:11'),(54095,6,13675,'22','2013-11-16 19:28:12'),(54096,7,13675,'DAY','2013-11-16 19:28:12'),(54097,1,13676,'','2013-11-16 19:44:12'),(54098,2,13676,'','2013-11-16 19:44:12'),(54099,3,13676,'','2013-11-16 19:44:12'),(54100,4,13676,'OPD','2013-11-16 19:44:12'),(54101,5,13676,'','2013-11-16 19:44:12'),(54102,6,13676,'128','2013-11-16 19:44:12'),(54103,7,13676,'DAY','2013-11-16 19:44:12'),(54104,1,13678,'','2013-11-16 19:44:12'),(54105,2,13678,'','2013-11-16 19:44:12'),(54106,3,13678,'','2013-11-16 19:44:12'),(54107,4,13678,'','2013-11-16 19:44:12'),(54108,5,13678,'','2013-11-16 19:44:12'),(54109,6,13678,'','2013-11-16 19:44:12'),(54110,7,13678,'DAY','2013-11-16 19:44:12'),(54111,1,13681,'','2013-11-16 19:44:12'),(54112,2,13681,'','2013-11-16 19:44:12'),(54113,3,13681,'','2013-11-16 19:44:12'),(54114,4,13681,'','2013-11-16 19:44:12'),(54115,5,13681,'','2013-11-16 19:44:12'),(54116,6,13681,'','2013-11-16 19:44:12'),(54117,7,13681,'DAY','2013-11-16 19:44:12'),(54118,1,13682,'','2013-11-16 19:56:00'),(54119,2,13682,'','2013-11-16 19:56:00'),(54120,3,13682,'','2013-11-16 19:56:00'),(54121,4,13682,'OPD','2013-11-16 19:56:00'),(54122,5,13682,'','2013-11-16 19:56:00'),(54123,6,13682,'74.4','2013-11-16 19:56:00'),(54124,7,13682,'DAY','2013-11-16 19:56:00'),(54125,1,13683,'3588606','2013-11-16 20:06:29'),(54126,2,13683,'','2013-11-16 20:06:29'),(54127,3,13683,'','2013-11-16 20:06:29'),(54128,4,13683,'OPD','2013-11-16 20:06:29'),(54129,5,13683,'','2013-11-16 20:06:29'),(54130,6,13683,'151','2013-11-16 20:06:29'),(54131,7,13683,'DAY','2013-11-16 20:06:29'),(54132,1,13685,'','2013-11-16 20:06:29'),(54133,2,13685,'','2013-11-16 20:06:29'),(54134,3,13685,'','2013-11-16 20:06:29'),(54135,4,13685,'','2013-11-16 20:06:29'),(54136,5,13685,'','2013-11-16 20:06:29'),(54137,6,13685,'','2013-11-16 20:06:29'),(54138,7,13685,'DAY','2013-11-16 20:06:29'),(54139,1,13688,'','2013-11-16 20:06:30'),(54140,2,13688,'','2013-11-16 20:06:30'),(54141,3,13688,'','2013-11-16 20:06:30'),(54142,4,13688,'','2013-11-16 20:06:30'),(54143,5,13688,'','2013-11-16 20:06:30'),(54144,6,13688,'','2013-11-16 20:06:30'),(54145,7,13688,'DAY','2013-11-16 20:06:30'),(54146,1,13689,'3588610','2013-11-16 20:10:35'),(54147,2,13689,'593623','2013-11-16 20:10:35'),(54148,3,13689,'','2013-11-16 20:10:35'),(54149,4,13689,'opd','2013-11-16 20:10:35'),(54150,5,13689,'','2013-11-16 20:10:35'),(54151,6,13689,'64','2013-11-16 20:10:35'),(54152,7,13689,'DAY','2013-11-16 20:10:35'),(54153,1,13690,'','2013-11-16 20:11:17'),(54154,2,13690,'','2013-11-16 20:11:17'),(54155,3,13690,'','2013-11-16 20:11:17'),(54156,4,13690,'','2013-11-16 20:11:17'),(54157,5,13690,'','2013-11-16 20:11:17'),(54158,6,13690,'','2013-11-16 20:11:17'),(54159,7,13690,'DAY','2013-11-16 20:11:17'),(54160,1,13692,'','2013-11-16 20:11:18'),(54161,2,13692,'','2013-11-16 20:11:18'),(54162,3,13692,'','2013-11-16 20:11:18'),(54163,4,13692,'','2013-11-16 20:11:18'),(54164,5,13692,'','2013-11-16 20:11:18'),(54165,6,13692,'','2013-11-16 20:11:18'),(54166,7,13692,'DAY','2013-11-16 20:11:18'),(54167,1,13693,'3588529','2013-11-16 20:19:03'),(54168,2,13693,'','2013-11-16 20:19:03'),(54169,3,13693,'','2013-11-16 20:19:03'),(54170,4,13693,'OPD','2013-11-16 20:19:03'),(54171,5,13693,'','2013-11-16 20:19:03'),(54172,6,13693,'33','2013-11-16 20:19:03'),(54173,7,13693,'DAY','2013-11-16 20:19:03'),(54174,1,13695,'','2013-11-16 20:19:04'),(54175,2,13695,'','2013-11-16 20:19:04'),(54176,3,13695,'','2013-11-16 20:19:04'),(54177,4,13695,'','2013-11-16 20:19:04'),(54178,5,13695,'','2013-11-16 20:19:04'),(54179,6,13695,'','2013-11-16 20:19:04'),(54180,7,13695,'DAY','2013-11-16 20:19:04'),(54181,1,13696,'3588624','2013-11-16 20:21:47'),(54182,2,13696,'593625','2013-11-16 20:21:47'),(54183,3,13696,'','2013-11-16 20:21:47'),(54184,4,13696,'OPD','2013-11-16 20:21:47'),(54185,5,13696,'','2013-11-16 20:21:47'),(54186,6,13696,'72','2013-11-16 20:21:47'),(54187,7,13696,'DAY','2013-11-16 20:21:47'),(54188,1,13698,'','2013-11-16 20:21:47'),(54189,2,13698,'','2013-11-16 20:21:47'),(54190,3,13698,'','2013-11-16 20:21:47'),(54191,4,13698,'','2013-11-16 20:21:47'),(54192,5,13698,'','2013-11-16 20:21:47'),(54193,6,13698,'','2013-11-16 20:21:47'),(54194,7,13698,'DAY','2013-11-16 20:21:47'),(54195,1,13699,'3588639','2013-11-16 20:52:01'),(54196,2,13699,'','2013-11-16 20:52:01'),(54197,3,13699,'','2013-11-16 20:52:01'),(54198,4,13699,'OPD','2013-11-16 20:52:01'),(54199,5,13699,'','2013-11-16 20:52:01'),(54200,6,13699,'172','2013-11-16 20:52:01'),(54201,7,13699,'DAY','2013-11-16 20:52:01'),(54202,1,13701,'','2013-11-16 20:52:01'),(54203,2,13701,'','2013-11-16 20:52:01'),(54204,3,13701,'','2013-11-16 20:52:01'),(54205,4,13701,'','2013-11-16 20:52:01'),(54206,5,13701,'','2013-11-16 20:52:01'),(54207,6,13701,'','2013-11-16 20:52:01'),(54208,7,13701,'DAY','2013-11-16 20:52:01'),(54209,1,13704,'','2013-11-16 20:52:01'),(54210,2,13704,'','2013-11-16 20:52:01'),(54211,3,13704,'','2013-11-16 20:52:01'),(54212,4,13704,'','2013-11-16 20:52:01'),(54213,5,13704,'','2013-11-16 20:52:01'),(54214,6,13704,'','2013-11-16 20:52:01'),(54215,7,13704,'DAY','2013-11-16 20:52:01'),(54216,1,13708,'','2013-11-16 20:52:02'),(54217,2,13708,'','2013-11-16 20:52:02'),(54218,3,13708,'','2013-11-16 20:52:02'),(54219,4,13708,'','2013-11-16 20:52:02'),(54220,5,13708,'','2013-11-16 20:52:02'),(54221,6,13708,'','2013-11-16 20:52:02'),(54222,7,13708,'DAY','2013-11-16 20:52:02'),(54223,1,13709,'3588665','2013-11-16 20:56:37'),(54224,2,13709,'','2013-11-16 20:56:37'),(54225,3,13709,'','2013-11-16 20:56:37'),(54226,4,13709,'OPD','2013-11-16 20:56:37'),(54227,5,13709,'','2013-11-16 20:56:37'),(54228,6,13709,'194','2013-11-16 20:56:37'),(54229,7,13709,'DAY','2013-11-16 20:56:37'),(54230,1,13711,'','2013-11-16 20:56:37'),(54231,2,13711,'','2013-11-16 20:56:37'),(54232,3,13711,'','2013-11-16 20:56:37'),(54233,4,13711,'','2013-11-16 20:56:37'),(54234,5,13711,'','2013-11-16 20:56:37'),(54235,6,13711,'','2013-11-16 20:56:37'),(54236,7,13711,'DAY','2013-11-16 20:56:37'),(54237,1,13712,'','2013-11-16 20:56:45'),(54238,2,13712,'','2013-11-16 20:56:45'),(54239,3,13712,'','2013-11-16 20:56:45'),(54240,4,13712,'','2013-11-16 20:56:45'),(54241,5,13712,'','2013-11-16 20:56:45'),(54242,6,13712,'','2013-11-16 20:56:45'),(54243,7,13712,'DAY','2013-11-16 20:56:45'),(54244,1,13713,'3588656','2013-11-16 21:04:18'),(54245,2,13713,'593638','2013-11-16 21:04:18'),(54246,3,13713,'','2013-11-16 21:04:18'),(54247,4,13713,'OPD','2013-11-16 21:04:18'),(54248,5,13713,'','2013-11-16 21:04:18'),(54249,6,13713,'214','2013-11-16 21:04:18'),(54250,7,13713,'DAY','2013-11-16 21:04:18'),(54251,1,13715,'','2013-11-16 21:04:18'),(54252,2,13715,'','2013-11-16 21:04:18'),(54253,3,13715,'','2013-11-16 21:04:18'),(54254,4,13715,'','2013-11-16 21:04:18'),(54255,5,13715,'','2013-11-16 21:04:18'),(54256,6,13715,'','2013-11-16 21:04:18'),(54257,7,13715,'DAY','2013-11-16 21:04:18'),(54258,1,13718,'','2013-11-16 21:04:18'),(54259,2,13718,'','2013-11-16 21:04:18'),(54260,3,13718,'','2013-11-16 21:04:18'),(54261,4,13718,'','2013-11-16 21:04:18'),(54262,5,13718,'','2013-11-16 21:04:18'),(54263,6,13718,'','2013-11-16 21:04:18'),(54264,7,13718,'DAY','2013-11-16 21:04:18'),(54265,1,13719,'3588663','2013-11-16 21:09:35'),(54266,2,13719,'','2013-11-16 21:09:35'),(54267,3,13719,'','2013-11-16 21:09:35'),(54268,4,13719,'OPD','2013-11-16 21:09:35'),(54269,5,13719,'','2013-11-16 21:09:35'),(54270,6,13719,'22','2013-11-16 21:09:35'),(54271,7,13719,'DAY','2013-11-16 21:09:35'),(54272,1,13720,'3588691','2013-11-16 21:26:41'),(54273,2,13720,'593649','2013-11-16 21:26:41'),(54274,3,13720,'','2013-11-16 21:26:41'),(54275,4,13720,'OPD','2013-11-16 21:26:41'),(54276,5,13720,'','2013-11-16 21:26:41'),(54277,6,13720,'346','2013-11-16 21:26:41'),(54278,7,13720,'DAY','2013-11-16 21:26:41'),(54279,1,13722,'','2013-11-16 21:26:41'),(54280,2,13722,'','2013-11-16 21:26:41'),(54281,3,13722,'','2013-11-16 21:26:41'),(54282,4,13722,'','2013-11-16 21:26:41'),(54283,5,13722,'','2013-11-16 21:26:41'),(54284,6,13722,'','2013-11-16 21:26:41'),(54285,7,13722,'DAY','2013-11-16 21:26:41'),(54286,1,13725,'','2013-11-16 21:26:42'),(54287,2,13725,'','2013-11-16 21:26:42'),(54288,3,13725,'','2013-11-16 21:26:42'),(54289,4,13725,'','2013-11-16 21:26:42'),(54290,5,13725,'','2013-11-16 21:26:42'),(54291,6,13725,'','2013-11-16 21:26:42'),(54292,7,13725,'DAY','2013-11-16 21:26:42'),(54293,1,13729,'','2013-11-16 21:26:42'),(54294,2,13729,'','2013-11-16 21:26:42'),(54295,3,13729,'','2013-11-16 21:26:42'),(54296,4,13729,'','2013-11-16 21:26:42'),(54297,5,13729,'','2013-11-16 21:26:42'),(54298,6,13729,'','2013-11-16 21:26:42'),(54299,7,13729,'DAY','2013-11-16 21:26:42'),(54300,1,13730,'3588696','2013-11-16 21:37:37'),(54301,2,13730,'5936','2013-11-16 21:37:37'),(54302,3,13730,'','2013-11-16 21:37:37'),(54303,4,13730,'OPD','2013-11-16 21:37:37'),(54304,5,13730,'','2013-11-16 21:37:37'),(54305,6,13730,'47','2013-11-16 21:37:37'),(54306,7,13730,'DAY','2013-11-16 21:37:37'),(54307,1,13732,'','2013-11-16 21:37:37'),(54308,2,13732,'','2013-11-16 21:37:37'),(54309,3,13732,'','2013-11-16 21:37:37'),(54310,4,13732,'','2013-11-16 21:37:37'),(54311,5,13732,'','2013-11-16 21:37:37'),(54312,6,13732,'','2013-11-16 21:37:37'),(54313,7,13732,'DAY','2013-11-16 21:37:37'),(54314,1,13733,'3588697','2013-11-16 21:41:43'),(54315,2,13733,'593653','2013-11-16 21:41:43'),(54316,3,13733,'','2013-11-16 21:41:43'),(54317,4,13733,'OPD','2013-11-16 21:41:43'),(54318,5,13733,'','2013-11-16 21:41:43'),(54319,6,13733,'139','2013-11-16 21:41:43'),(54320,7,13733,'DAY','2013-11-16 21:41:43'),(54321,1,13734,'3588693','2013-11-16 21:45:53'),(54322,2,13734,'','2013-11-16 21:45:53'),(54323,3,13734,'','2013-11-16 21:45:53'),(54324,4,13734,'OPD','2013-11-16 21:45:53'),(54325,5,13734,'','2013-11-16 21:45:53'),(54326,6,13734,'112','2013-11-16 21:45:53'),(54327,7,13734,'DAY','2013-11-16 21:45:53'),(54328,1,13736,'','2013-11-16 21:45:53'),(54329,2,13736,'','2013-11-16 21:45:53'),(54330,3,13736,'','2013-11-16 21:45:53'),(54331,4,13736,'','2013-11-16 21:45:53'),(54332,5,13736,'','2013-11-16 21:45:53'),(54333,6,13736,'','2013-11-16 21:45:53'),(54334,7,13736,'DAY','2013-11-16 21:45:53'),(54335,1,13739,'','2013-11-16 21:45:53'),(54336,2,13739,'','2013-11-16 21:45:53'),(54337,3,13739,'','2013-11-16 21:45:53'),(54338,4,13739,'','2013-11-16 21:45:53'),(54339,5,13739,'','2013-11-16 21:45:53'),(54340,6,13739,'','2013-11-16 21:45:53'),(54341,7,13739,'DAY','2013-11-16 21:45:53'),(54342,1,13740,'3588706','2013-11-16 21:51:50'),(54343,2,13740,'593654','2013-11-16 21:51:50'),(54344,3,13740,'','2013-11-16 21:51:50'),(54345,4,13740,'OPD','2013-11-16 21:51:50'),(54346,5,13740,'','2013-11-16 21:51:50'),(54347,6,13740,'115','2013-11-16 21:51:50'),(54348,7,13740,'DAY','2013-11-16 21:51:50'),(54349,1,13742,'','2013-11-16 21:51:50'),(54350,2,13742,'','2013-11-16 21:51:50'),(54351,3,13742,'','2013-11-16 21:51:50'),(54352,4,13742,'','2013-11-16 21:51:50'),(54353,5,13742,'','2013-11-16 21:51:50'),(54354,6,13742,'','2013-11-16 21:51:50'),(54355,7,13742,'DAY','2013-11-16 21:51:50'),(54356,1,13743,'3588692','2013-11-16 21:55:52'),(54357,2,13743,'593656','2013-11-16 21:55:52'),(54358,3,13743,'','2013-11-16 21:55:52'),(54359,4,13743,'OPD','2013-11-16 21:55:52'),(54360,5,13743,'','2013-11-16 21:55:52'),(54361,6,13743,'39','2013-11-16 21:55:52'),(54362,7,13743,'DAY','2013-11-16 21:55:52'),(54363,1,13744,'3588717','2013-11-16 22:02:02'),(54364,2,13744,'593655','2013-11-16 22:02:02'),(54365,3,13744,'','2013-11-16 22:02:02'),(54366,4,13744,'OPD','2013-11-16 22:02:02'),(54367,5,13744,'','2013-11-16 22:02:02'),(54368,6,13744,'115','2013-11-16 22:02:02'),(54369,7,13744,'DAY','2013-11-16 22:02:02'),(54370,1,13745,'','2013-11-16 22:20:25'),(54371,2,13745,'','2013-11-16 22:20:25'),(54372,3,13745,'','2013-11-16 22:20:25'),(54373,4,13745,'','2013-11-16 22:20:25'),(54374,5,13745,'','2013-11-16 22:20:25'),(54375,6,13745,'','2013-11-16 22:20:25'),(54376,7,13745,'DAY','2013-11-16 22:20:25'),(54377,1,13746,'3588114','2013-11-16 22:25:23'),(54378,2,13746,'593661','2013-11-16 22:25:23'),(54379,3,13746,'','2013-11-16 22:25:23'),(54380,4,13746,'OPD','2013-11-16 22:25:23'),(54381,5,13746,'','2013-11-16 22:25:23'),(54382,6,13746,'197','2013-11-16 22:25:23'),(54383,7,13746,'DAY','2013-11-16 22:25:23'),(54384,1,13748,'','2013-11-16 22:25:24'),(54385,2,13748,'','2013-11-16 22:25:24'),(54386,3,13748,'','2013-11-16 22:25:24'),(54387,4,13748,'','2013-11-16 22:25:24'),(54388,5,13748,'','2013-11-16 22:25:24'),(54389,6,13748,'','2013-11-16 22:25:24'),(54390,7,13748,'DAY','2013-11-16 22:25:24'),(54391,1,13749,'3588748','2013-11-16 23:09:20'),(54392,2,13749,'593671','2013-11-16 23:09:20'),(54393,3,13749,'','2013-11-16 23:09:20'),(54394,4,13749,'OPD','2013-11-16 23:09:20'),(54395,5,13749,'','2013-11-16 23:09:20'),(54396,6,13749,'104.8','2013-11-16 23:09:20'),(54397,7,13749,'DAY','2013-11-16 23:09:20'),(54398,1,13751,'','2013-11-16 23:09:20'),(54399,2,13751,'','2013-11-16 23:09:20'),(54400,3,13751,'','2013-11-16 23:09:20'),(54401,4,13751,'','2013-11-16 23:09:20'),(54402,5,13751,'','2013-11-16 23:09:20'),(54403,6,13751,'','2013-11-16 23:09:20'),(54404,7,13751,'DAY','2013-11-16 23:09:20'),(54405,1,13752,'3588747','2013-11-16 23:14:24'),(54406,2,13752,'593672','2013-11-16 23:14:24'),(54407,3,13752,'','2013-11-16 23:14:24'),(54408,4,13752,'OPD','2013-11-16 23:14:24'),(54409,5,13752,'','2013-11-16 23:14:24'),(54410,6,13752,'35','2013-11-16 23:14:24'),(54411,7,13752,'DAY','2013-11-16 23:14:24'),(54412,1,13753,'3588759','2013-11-16 23:33:05'),(54413,2,13753,'593674','2013-11-16 23:33:05'),(54414,3,13753,'','2013-11-16 23:33:05'),(54415,4,13753,'OPD','2013-11-16 23:33:05'),(54416,5,13753,'','2013-11-16 23:33:05'),(54417,6,13753,'253','2013-11-16 23:33:05'),(54418,7,13753,'DAY','2013-11-16 23:33:05'),(54419,1,13755,'','2013-11-16 23:33:06'),(54420,2,13755,'','2013-11-16 23:33:06'),(54421,3,13755,'','2013-11-16 23:33:06'),(54422,4,13755,'','2013-11-16 23:33:06'),(54423,5,13755,'','2013-11-16 23:33:06'),(54424,6,13755,'','2013-11-16 23:33:06'),(54425,7,13755,'DAY','2013-11-16 23:33:06'),(54426,1,13758,'','2013-11-16 23:33:06'),(54427,2,13758,'','2013-11-16 23:33:06'),(54428,3,13758,'','2013-11-16 23:33:06'),(54429,4,13758,'','2013-11-16 23:33:06'),(54430,5,13758,'','2013-11-16 23:33:06'),(54431,6,13758,'','2013-11-16 23:33:06'),(54432,7,13758,'DAY','2013-11-16 23:33:06'),(54433,1,13762,'','2013-11-16 23:33:06'),(54434,2,13762,'','2013-11-16 23:33:06'),(54435,3,13762,'','2013-11-16 23:33:06'),(54436,4,13762,'','2013-11-16 23:33:06'),(54437,5,13762,'','2013-11-16 23:33:06'),(54438,6,13762,'','2013-11-16 23:33:06'),(54439,7,13762,'DAY','2013-11-16 23:33:06'),(54440,1,13763,'3588767','2013-11-16 23:45:47'),(54441,2,13763,'593676','2013-11-16 23:45:47'),(54442,3,13763,'','2013-11-16 23:45:47'),(54443,4,13763,'OPD','2013-11-16 23:45:47'),(54444,5,13763,'','2013-11-16 23:45:47'),(54445,6,13763,'264','2013-11-16 23:45:47'),(54446,7,13763,'DAY','2013-11-16 23:45:47'),(54447,1,13765,'','2013-11-16 23:45:47'),(54448,2,13765,'','2013-11-16 23:45:47'),(54449,3,13765,'','2013-11-16 23:45:47'),(54450,4,13765,'','2013-11-16 23:45:47'),(54451,5,13765,'','2013-11-16 23:45:47'),(54452,6,13765,'','2013-11-16 23:45:47'),(54453,7,13765,'DAY','2013-11-16 23:45:47'),(54454,1,13768,'','2013-11-16 23:45:47'),(54455,2,13768,'','2013-11-16 23:45:47'),(54456,3,13768,'','2013-11-16 23:45:47'),(54457,4,13768,'','2013-11-16 23:45:47'),(54458,5,13768,'','2013-11-16 23:45:47'),(54459,6,13768,'','2013-11-16 23:45:47'),(54460,7,13768,'DAY','2013-11-16 23:45:47'),(54461,1,13769,'3588779','2013-11-16 23:54:31'),(54462,2,13769,'','2013-11-16 23:54:31'),(54463,3,13769,'','2013-11-16 23:54:31'),(54464,4,13769,'OPD','2013-11-16 23:54:31'),(54465,5,13769,'','2013-11-16 23:54:31'),(54466,6,13769,'22','2013-11-16 23:54:31'),(54467,7,13769,'DAY','2013-11-16 23:54:31'),(54468,1,13770,'3588782','2013-11-16 23:58:33'),(54469,2,13770,'','2013-11-16 23:58:33'),(54470,3,13770,'','2013-11-16 23:58:33'),(54471,4,13770,'OPD','2013-11-16 23:58:33'),(54472,5,13770,'','2013-11-16 23:58:33'),(54473,6,13770,'124','2013-11-16 23:58:33'),(54474,7,13770,'DAY','2013-11-16 23:58:33'),(54475,1,13772,'','2013-11-16 23:58:34'),(54476,2,13772,'','2013-11-16 23:58:34'),(54477,3,13772,'','2013-11-16 23:58:34'),(54478,4,13772,'','2013-11-16 23:58:34'),(54479,5,13772,'','2013-11-16 23:58:34'),(54480,6,13772,'','2013-11-16 23:58:34'),(54481,7,13772,'DAY','2013-11-16 23:58:34'),(54482,1,13775,'','2013-11-16 23:58:34'),(54483,2,13775,'','2013-11-16 23:58:34'),(54484,3,13775,'','2013-11-16 23:58:34'),(54485,4,13775,'','2013-11-16 23:58:34'),(54486,5,13775,'','2013-11-16 23:58:34'),(54487,6,13775,'','2013-11-16 23:58:34'),(54488,7,13775,'DAY','2013-11-16 23:58:34'),(54489,1,13776,'3588800','2013-11-17 00:41:56'),(54490,2,13776,'593691','2013-11-17 00:41:56'),(54491,3,13776,'','2013-11-17 00:41:56'),(54492,4,13776,'OPD','2013-11-17 00:41:56'),(54493,5,13776,'','2013-11-17 00:41:56'),(54494,6,13776,'120','2013-11-17 00:41:56'),(54495,7,13776,'DAY','2013-11-17 00:41:56'),(54496,1,13778,'','2013-11-17 00:41:56'),(54497,2,13778,'','2013-11-17 00:41:56'),(54498,3,13778,'','2013-11-17 00:41:56'),(54499,4,13778,'','2013-11-17 00:41:56'),(54500,5,13778,'','2013-11-17 00:41:56'),(54501,6,13778,'','2013-11-17 00:41:56'),(54502,7,13778,'DAY','2013-11-17 00:41:56'),(54503,1,13781,'','2013-11-17 00:41:56'),(54504,2,13781,'','2013-11-17 00:41:56'),(54505,3,13781,'','2013-11-17 00:41:56'),(54506,4,13781,'','2013-11-17 00:41:56'),(54507,5,13781,'','2013-11-17 00:41:56'),(54508,6,13781,'','2013-11-17 00:41:56'),(54509,7,13781,'DAY','2013-11-17 00:41:56'),(54510,1,13782,'3588803','2013-11-17 00:52:40'),(54511,2,13782,'','2013-11-17 00:52:40'),(54512,3,13782,'','2013-11-17 00:52:40'),(54513,4,13782,'OPD','2013-11-17 00:52:40'),(54514,5,13782,'','2013-11-17 00:52:40'),(54515,6,13782,'79','2013-11-17 00:52:40'),(54516,7,13782,'DAY','2013-11-17 00:52:40'),(54517,1,13784,'','2013-11-17 00:52:41'),(54518,2,13784,'','2013-11-17 00:52:41'),(54519,3,13784,'','2013-11-17 00:52:41'),(54520,4,13784,'','2013-11-17 00:52:41'),(54521,5,13784,'','2013-11-17 00:52:41'),(54522,6,13784,'','2013-11-17 00:52:41'),(54523,7,13784,'DAY','2013-11-17 00:52:41'),(54524,1,13785,'3588804','2013-11-17 00:55:57'),(54525,2,13785,'593693','2013-11-17 00:55:57'),(54526,3,13785,'','2013-11-17 00:55:57'),(54527,4,13785,'OPD','2013-11-17 00:55:57'),(54528,5,13785,'','2013-11-17 00:55:57'),(54529,6,13785,'31','2013-11-17 00:55:57'),(54530,7,13785,'DAY','2013-11-17 00:55:57'),(54531,1,13786,'3588806','2013-11-17 01:09:29'),(54532,2,13786,'','2013-11-17 01:09:29'),(54533,3,13786,'','2013-11-17 01:09:29'),(54534,4,13786,'OPD','2013-11-17 01:09:29'),(54535,5,13786,'','2013-11-17 01:09:29'),(54536,6,13786,'69','2013-11-17 01:09:29'),(54537,7,13786,'DAY','2013-11-17 01:09:29'),(54538,1,13788,'','2013-11-17 01:09:29'),(54539,2,13788,'','2013-11-17 01:09:29'),(54540,3,13788,'','2013-11-17 01:09:29'),(54541,4,13788,'','2013-11-17 01:09:29'),(54542,5,13788,'','2013-11-17 01:09:29'),(54543,6,13788,'','2013-11-17 01:09:29'),(54544,7,13788,'DAY','2013-11-17 01:09:29'),(54545,1,13789,'3588823','2013-11-17 01:24:07'),(54546,2,13789,'','2013-11-17 01:24:07'),(54547,3,13789,'','2013-11-17 01:24:07'),(54548,4,13789,'OPD','2013-11-17 01:24:07'),(54549,5,13789,'','2013-11-17 01:24:07'),(54550,6,13789,'22','2013-11-17 01:24:07'),(54551,7,13789,'DAY','2013-11-17 01:24:07'),(54552,1,13790,'3588827','2013-11-17 01:29:21'),(54553,2,13790,'593697','2013-11-17 01:29:21'),(54554,3,13790,'','2013-11-17 01:29:21'),(54555,4,13790,'OPD','2013-11-17 01:29:21'),(54556,5,13790,'','2013-11-17 01:29:21'),(54557,6,13790,'60','2013-11-17 01:29:21'),(54558,7,13790,'DAY','2013-11-17 01:29:21'),(54559,1,13791,'3588833','2013-11-17 01:31:38'),(54560,2,13791,'','2013-11-17 01:31:38'),(54561,3,13791,'','2013-11-17 01:31:38'),(54562,4,13791,'OPD','2013-11-17 01:31:39'),(54563,5,13791,'','2013-11-17 01:31:39'),(54564,6,13791,'94','2013-11-17 01:31:39'),(54565,7,13791,'DAY','2013-11-17 01:31:39'),(54566,1,13793,'','2013-11-17 01:31:39'),(54567,2,13793,'','2013-11-17 01:31:39'),(54568,3,13793,'','2013-11-17 01:31:39'),(54569,4,13793,'','2013-11-17 01:31:39'),(54570,5,13793,'','2013-11-17 01:31:39'),(54571,6,13793,'','2013-11-17 01:31:39'),(54572,7,13793,'DAY','2013-11-17 01:31:39'),(54573,1,13794,'3588850','2013-11-17 02:13:10'),(54574,2,13794,'593702','2013-11-17 02:13:10'),(54575,3,13794,'','2013-11-17 02:13:10'),(54576,4,13794,'OPD','2013-11-17 02:13:10'),(54577,5,13794,'','2013-11-17 02:13:10'),(54578,6,13794,'214','2013-11-17 02:13:10'),(54579,7,13794,'DAY','2013-11-17 02:13:10'),(54580,1,13795,'','2013-11-17 02:14:19'),(54581,2,13795,'','2013-11-17 02:14:19'),(54582,3,13795,'','2013-11-17 02:14:19'),(54583,4,13795,'','2013-11-17 02:14:19'),(54584,5,13795,'','2013-11-17 02:14:19'),(54585,6,13795,'','2013-11-17 02:14:19'),(54586,7,13795,'DAY','2013-11-17 02:14:19'),(54587,1,13797,'','2013-11-17 02:14:20'),(54588,2,13797,'','2013-11-17 02:14:20'),(54589,3,13797,'','2013-11-17 02:14:20'),(54590,4,13797,'','2013-11-17 02:14:20'),(54591,5,13797,'','2013-11-17 02:14:20'),(54592,6,13797,'','2013-11-17 02:14:20'),(54593,7,13797,'DAY','2013-11-17 02:14:20'),(54594,1,13798,'358884','2013-11-17 02:22:55'),(54595,2,13798,'','2013-11-17 02:22:55'),(54596,3,13798,'','2013-11-17 02:22:55'),(54597,4,13798,'OPD','2013-11-17 02:22:55'),(54598,5,13798,'','2013-11-17 02:22:55'),(54599,6,13798,'27','2013-11-17 02:22:55'),(54600,7,13798,'DAY','2013-11-17 02:22:55'),(54601,1,13799,'3588892','2013-11-17 02:35:40'),(54602,2,13799,'','2013-11-17 02:35:40'),(54603,3,13799,'','2013-11-17 02:35:40'),(54604,4,13799,'OPD','2013-11-17 02:35:40'),(54605,5,13799,'','2013-11-17 02:35:40'),(54606,6,13799,'104','2013-11-17 02:35:40'),(54607,7,13799,'DAY','2013-11-17 02:35:40'),(54608,1,13801,'','2013-11-17 02:35:40'),(54609,2,13801,'','2013-11-17 02:35:40'),(54610,3,13801,'','2013-11-17 02:35:40'),(54611,4,13801,'','2013-11-17 02:35:40'),(54612,5,13801,'','2013-11-17 02:35:40'),(54613,6,13801,'','2013-11-17 02:35:40'),(54614,7,13801,'DAY','2013-11-17 02:35:40'),(54615,1,13802,'3588891','2013-11-17 03:10:01'),(54616,2,13802,'','2013-11-17 03:10:01'),(54617,3,13802,'','2013-11-17 03:10:01'),(54618,4,13802,'OPD','2013-11-17 03:10:01'),(54619,5,13802,'','2013-11-17 03:10:01'),(54620,6,13802,'147','2013-11-17 03:10:01'),(54621,7,13802,'DAY','2013-11-17 03:10:01'),(54622,1,13804,'','2013-11-17 03:10:02'),(54623,2,13804,'','2013-11-17 03:10:02'),(54624,3,13804,'','2013-11-17 03:10:02'),(54625,4,13804,'','2013-11-17 03:10:02'),(54626,5,13804,'','2013-11-17 03:10:02'),(54627,6,13804,'','2013-11-17 03:10:02'),(54628,7,13804,'DAY','2013-11-17 03:10:02'),(54629,1,13807,'','2013-11-17 03:10:02'),(54630,2,13807,'','2013-11-17 03:10:02'),(54631,3,13807,'','2013-11-17 03:10:02'),(54632,4,13807,'','2013-11-17 03:10:02'),(54633,5,13807,'','2013-11-17 03:10:02'),(54634,6,13807,'','2013-11-17 03:10:02'),(54635,7,13807,'DAY','2013-11-17 03:10:02'),(54636,1,13808,'3588916','2013-11-17 03:21:32'),(54637,2,13808,'','2013-11-17 03:21:32'),(54638,3,13808,'','2013-11-17 03:21:32'),(54639,4,13808,'OPD','2013-11-17 03:21:32'),(54640,5,13808,'','2013-11-17 03:21:32'),(54641,6,13808,'94','2013-11-17 03:21:32'),(54642,7,13808,'DAY','2013-11-17 03:21:32'),(54643,1,13810,'','2013-11-17 03:21:32'),(54644,2,13810,'','2013-11-17 03:21:32'),(54645,3,13810,'','2013-11-17 03:21:32'),(54646,4,13810,'','2013-11-17 03:21:32'),(54647,5,13810,'','2013-11-17 03:21:32'),(54648,6,13810,'','2013-11-17 03:21:32'),(54649,7,13810,'DAY','2013-11-17 03:21:32'),(54650,1,13811,'3588917','2013-11-17 03:28:05'),(54651,2,13811,'','2013-11-17 03:28:05'),(54652,3,13811,'','2013-11-17 03:28:05'),(54653,4,13811,'OPD','2013-11-17 03:28:05'),(54654,5,13811,'','2013-11-17 03:28:05'),(54655,6,13811,'82','2013-11-17 03:28:05'),(54656,7,13811,'DAY','2013-11-17 03:28:05'),(54657,1,13812,'3588924','2013-11-17 03:35:38'),(54658,2,13812,'593711','2013-11-17 03:35:38'),(54659,3,13812,'','2013-11-17 03:35:38'),(54660,4,13812,'OPD','2013-11-17 03:35:38'),(54661,5,13812,'','2013-11-17 03:35:38'),(54662,6,13812,'12','2013-11-17 03:35:38'),(54663,7,13812,'DAY','2013-11-17 03:35:38'),(54664,1,13813,'','2013-11-17 03:40:48'),(54665,2,13813,'','2013-11-17 03:40:48'),(54666,3,13813,'','2013-11-17 03:40:48'),(54667,4,13813,'','2013-11-17 03:40:48'),(54668,5,13813,'','2013-11-17 03:40:48'),(54669,6,13813,'','2013-11-17 03:40:48'),(54670,7,13813,'DAY','2013-11-17 03:40:48'),(54671,1,13814,'3588936','2013-11-17 04:18:38'),(54672,2,13814,'593720','2013-11-17 04:18:38'),(54673,3,13814,'','2013-11-17 04:18:38'),(54674,4,13814,'OUTSIDE','2013-11-17 04:18:38'),(54675,5,13814,'','2013-11-17 04:18:38'),(54676,6,13814,'64','2013-11-17 04:18:38'),(54677,7,13814,'DAY','2013-11-17 04:18:38'),(54678,1,13816,'','2013-11-17 04:18:38'),(54679,2,13816,'','2013-11-17 04:18:38'),(54680,3,13816,'','2013-11-17 04:18:38'),(54681,4,13816,'','2013-11-17 04:18:38'),(54682,5,13816,'','2013-11-17 04:18:38'),(54683,6,13816,'','2013-11-17 04:18:38'),(54684,7,13816,'DAY','2013-11-17 04:18:38'),(54685,1,13819,'','2013-11-17 04:18:38'),(54686,2,13819,'','2013-11-17 04:18:38'),(54687,3,13819,'','2013-11-17 04:18:38'),(54688,4,13819,'','2013-11-17 04:18:38'),(54689,5,13819,'','2013-11-17 04:18:38'),(54690,6,13819,'','2013-11-17 04:18:38'),(54691,7,13819,'DAY','2013-11-17 04:18:38'),(54692,1,13820,'3588943','2013-11-17 04:53:58'),(54693,2,13820,'593727','2013-11-17 04:53:58'),(54694,3,13820,'','2013-11-17 04:53:58'),(54695,4,13820,'OPD','2013-11-17 04:53:58'),(54696,5,13820,'','2013-11-17 04:53:58'),(54697,6,13820,'15','2013-11-17 04:53:58'),(54698,7,13820,'DAY','2013-11-17 04:53:58'),(54699,1,13821,'3588944','2013-11-17 04:59:59'),(54700,2,13821,'593728','2013-11-17 04:59:59'),(54701,3,13821,'','2013-11-17 04:59:59'),(54702,4,13821,'OPD','2013-11-17 04:59:59'),(54703,5,13821,'','2013-11-17 04:59:59'),(54704,6,13821,'52','2013-11-17 04:59:59'),(54705,7,13821,'DAY','2013-11-17 04:59:59'),(54706,1,13823,'','2013-11-17 04:59:59'),(54707,2,13823,'','2013-11-17 04:59:59'),(54708,3,13823,'','2013-11-17 04:59:59'),(54709,4,13823,'','2013-11-17 04:59:59'),(54710,5,13823,'','2013-11-17 04:59:59'),(54711,6,13823,'','2013-11-17 04:59:59'),(54712,7,13823,'DAY','2013-11-17 04:59:59'),(54713,1,13824,'3588946','2013-11-17 05:03:32'),(54714,2,13824,'593730','2013-11-17 05:03:32'),(54715,3,13824,'','2013-11-17 05:03:32'),(54716,4,13824,'OPD','2013-11-17 05:03:32'),(54717,5,13824,'','2013-11-17 05:03:32'),(54718,6,13824,'75','2013-11-17 05:03:32'),(54719,7,13824,'DAY','2013-11-17 05:03:32'),(54720,1,13825,'3588957','2013-11-17 06:28:13'),(54721,2,13825,'','2013-11-17 06:28:13'),(54722,3,13825,'','2013-11-17 06:28:13'),(54723,4,13825,'OPD','2013-11-17 06:28:13'),(54724,5,13825,'','2013-11-17 06:28:13'),(54725,6,13825,'94','2013-11-17 06:28:13'),(54726,7,13825,'DAY','2013-11-17 06:28:13'),(54727,1,13827,'','2013-11-17 06:28:14'),(54728,2,13827,'','2013-11-17 06:28:14'),(54729,3,13827,'','2013-11-17 06:28:14'),(54730,4,13827,'','2013-11-17 06:28:14'),(54731,5,13827,'','2013-11-17 06:28:14'),(54732,6,13827,'','2013-11-17 06:28:14'),(54733,7,13827,'DAY','2013-11-17 06:28:14'),(54734,1,13828,'3588960','2013-11-17 06:35:08'),(54735,2,13828,'','2013-11-17 06:35:08'),(54736,3,13828,'','2013-11-17 06:35:08'),(54737,4,13828,'OPD','2013-11-17 06:35:08'),(54738,5,13828,'','2013-11-17 06:35:08'),(54739,6,13828,'35','2013-11-17 06:35:08'),(54740,7,13828,'DAY','2013-11-17 06:35:08'),(54741,1,13830,'','2013-11-17 06:35:08'),(54742,2,13830,'','2013-11-17 06:35:08'),(54743,3,13830,'','2013-11-17 06:35:08'),(54744,4,13830,'','2013-11-17 06:35:08'),(54745,5,13830,'','2013-11-17 06:35:08'),(54746,6,13830,'','2013-11-17 06:35:08'),(54747,7,13830,'DAY','2013-11-17 06:35:08'),(54748,1,13831,'3588968','2013-11-17 09:01:23'),(54749,2,13831,'593745','2013-11-17 09:01:23'),(54750,3,13831,'','2013-11-17 09:01:23'),(54751,4,13831,'OPD','2013-11-17 09:01:23'),(54752,5,13831,'','2013-11-17 09:01:23'),(54753,6,13831,'11','2013-11-17 09:01:23'),(54754,7,13831,'DAY','2013-11-17 09:01:23'),(54755,1,13832,'3588972','2013-11-17 11:38:30'),(54756,2,13832,'','2013-11-17 11:38:30'),(54757,3,13832,'','2013-11-17 11:38:30'),(54758,4,13832,'OPD','2013-11-17 11:38:30'),(54759,5,13832,'','2013-11-17 11:38:30'),(54760,6,13832,'112','2013-11-17 11:38:30'),(54761,7,13832,'DAY','2013-11-17 11:38:30'),(54762,1,13834,'','2013-11-17 11:38:30'),(54763,2,13834,'','2013-11-17 11:38:30'),(54764,3,13834,'','2013-11-17 11:38:30'),(54765,4,13834,'','2013-11-17 11:38:30'),(54766,5,13834,'','2013-11-17 11:38:30'),(54767,6,13834,'','2013-11-17 11:38:30'),(54768,7,13834,'DAY','2013-11-17 11:38:30'),(54769,1,13837,'','2013-11-17 11:38:31'),(54770,2,13837,'','2013-11-17 11:38:31'),(54771,3,13837,'','2013-11-17 11:38:31'),(54772,4,13837,'','2013-11-17 11:38:31'),(54773,5,13837,'','2013-11-17 11:38:31'),(54774,6,13837,'','2013-11-17 11:38:31'),(54775,7,13837,'DAY','2013-11-17 11:38:31'),(54776,1,13838,'3567726','2013-11-17 13:52:15'),(54777,2,13838,'','2013-11-17 13:52:15'),(54778,3,13838,'','2013-11-17 13:52:15'),(54779,4,13838,'OPD','2013-11-17 13:52:15'),(54780,5,13838,'','2013-11-17 13:52:15'),(54781,6,13838,'260.40','2013-11-17 13:52:15'),(54782,7,13838,'NIGHT','2013-11-17 13:52:15'),(54783,1,13840,'','2013-11-17 13:52:15'),(54784,2,13840,'','2013-11-17 13:52:15'),(54785,3,13840,'','2013-11-17 13:52:15'),(54786,4,13840,'','2013-11-17 13:52:15'),(54787,5,13840,'','2013-11-17 13:52:15'),(54788,6,13840,'','2013-11-17 13:52:15'),(54789,7,13840,'NIGHT','2013-11-17 13:52:15'),(54790,1,13843,'','2013-11-17 13:52:16'),(54791,2,13843,'','2013-11-17 13:52:16'),(54792,3,13843,'','2013-11-17 13:52:16'),(54793,4,13843,'','2013-11-17 13:52:16'),(54794,5,13843,'','2013-11-17 13:52:16'),(54795,6,13843,'','2013-11-17 13:52:16'),(54796,7,13843,'NIGHT','2013-11-17 13:52:16'),(54797,1,13847,'','2013-11-17 13:52:16'),(54798,2,13847,'','2013-11-17 13:52:16'),(54799,3,13847,'','2013-11-17 13:52:16'),(54800,4,13847,'','2013-11-17 13:52:16'),(54801,5,13847,'','2013-11-17 13:52:16'),(54802,6,13847,'','2013-11-17 13:52:16'),(54803,7,13847,'NIGHT','2013-11-17 13:52:16'),(54804,1,13848,'3588994','2013-11-17 14:36:58'),(54805,2,13848,'593751','2013-11-17 14:36:58'),(54806,3,13848,'','2013-11-17 14:36:58'),(54807,4,13848,'OPD','2013-11-17 14:36:58'),(54808,5,13848,'','2013-11-17 14:36:58'),(54809,6,13848,'23','2013-11-17 14:36:58'),(54810,7,13848,'NIGHT','2013-11-17 14:36:58'),(54811,1,13850,'','2013-11-17 14:36:58'),(54812,2,13850,'','2013-11-17 14:36:58'),(54813,3,13850,'','2013-11-17 14:36:58'),(54814,4,13850,'','2013-11-17 14:36:58'),(54815,5,13850,'','2013-11-17 14:36:58'),(54816,6,13850,'','2013-11-17 14:36:58'),(54817,7,13850,'DAY','2013-11-17 14:36:58'),(54818,1,13851,'3589000','2013-11-17 14:53:52'),(54819,2,13851,'','2013-11-17 14:53:52'),(54820,3,13851,'','2013-11-17 14:53:52'),(54821,4,13851,'OPD','2013-11-17 14:53:52'),(54822,5,13851,'','2013-11-17 14:53:52'),(54823,6,13851,'94','2013-11-17 14:53:52'),(54824,7,13851,'NIGHT','2013-11-17 14:53:52'),(54825,1,13853,'','2013-11-17 14:53:52'),(54826,2,13853,'','2013-11-17 14:53:52'),(54827,3,13853,'','2013-11-17 14:53:52'),(54828,4,13853,'','2013-11-17 14:53:52'),(54829,5,13853,'','2013-11-17 14:53:52'),(54830,6,13853,'','2013-11-17 14:53:52'),(54831,7,13853,'NIGHT','2013-11-17 14:53:52'),(54832,1,13856,'','2013-11-17 14:53:52'),(54833,2,13856,'','2013-11-17 14:53:52'),(54834,3,13856,'','2013-11-17 14:53:52'),(54835,4,13856,'','2013-11-17 14:53:52'),(54836,5,13856,'','2013-11-17 14:53:52'),(54837,6,13856,'','2013-11-17 14:53:52'),(54838,7,13856,'DAY','2013-11-17 14:53:52'),(54839,1,13857,'3589001','2013-11-17 14:57:48'),(54840,2,13857,'','2013-11-17 14:57:48'),(54841,3,13857,'','2013-11-17 14:57:48'),(54842,4,13857,'OPD','2013-11-17 14:57:48'),(54843,5,13857,'','2013-11-17 14:57:48'),(54844,6,13857,'146','2013-11-17 14:57:48'),(54845,7,13857,'NIGHT','2013-11-17 14:57:48'),(54846,1,13859,'','2013-11-17 14:57:48'),(54847,2,13859,'','2013-11-17 14:57:48'),(54848,3,13859,'','2013-11-17 14:57:48'),(54849,4,13859,'','2013-11-17 14:57:48'),(54850,5,13859,'','2013-11-17 14:57:48'),(54851,6,13859,'','2013-11-17 14:57:48'),(54852,7,13859,'NIGHT','2013-11-17 14:57:48'),(54853,1,13862,'','2013-11-17 14:57:49'),(54854,2,13862,'','2013-11-17 14:57:49'),(54855,3,13862,'','2013-11-17 14:57:49'),(54856,4,13862,'','2013-11-17 14:57:49'),(54857,5,13862,'','2013-11-17 14:57:49'),(54858,6,13862,'','2013-11-17 14:57:49'),(54859,7,13862,'NIGHT','2013-11-17 14:57:49'),(54860,1,13863,'3589003','2013-11-17 15:07:04'),(54861,2,13863,'','2013-11-17 15:07:04'),(54862,3,13863,'','2013-11-17 15:07:04'),(54863,4,13863,'OPD','2013-11-17 15:07:04'),(54864,5,13863,'','2013-11-17 15:07:04'),(54865,6,13863,'94','2013-11-17 15:07:04'),(54866,7,13863,'NIGHT','2013-11-17 15:07:04'),(54867,1,13865,'','2013-11-17 15:07:04'),(54868,2,13865,'','2013-11-17 15:07:04'),(54869,3,13865,'','2013-11-17 15:07:04'),(54870,4,13865,'','2013-11-17 15:07:04'),(54871,5,13865,'','2013-11-17 15:07:04'),(54872,6,13865,'','2013-11-17 15:07:04'),(54873,7,13865,'DAY','2013-11-17 15:07:04'),(54874,1,13866,'3589004','2013-11-17 15:09:27'),(54875,2,13866,'','2013-11-17 15:09:27'),(54876,3,13866,'','2013-11-17 15:09:27'),(54877,4,13866,'OPD','2013-11-17 15:09:27'),(54878,5,13866,'','2013-11-17 15:09:27'),(54879,6,13866,'81','2013-11-17 15:09:27'),(54880,7,13866,'NIGHT','2013-11-17 15:09:27'),(54881,1,13867,'3589007','2013-11-17 15:53:16'),(54882,2,13867,'','2013-11-17 15:53:16'),(54883,3,13867,'','2013-11-17 15:53:16'),(54884,4,13867,'OPD','2013-11-17 15:53:16'),(54885,5,13867,'','2013-11-17 15:53:16'),(54886,6,13867,'50','2013-11-17 15:53:16'),(54887,7,13867,'DAY','2013-11-17 15:53:16'),(54888,1,13869,'','2013-11-17 15:53:17'),(54889,2,13869,'','2013-11-17 15:53:17'),(54890,3,13869,'','2013-11-17 15:53:17'),(54891,4,13869,'','2013-11-17 15:53:17'),(54892,5,13869,'','2013-11-17 15:53:17'),(54893,6,13869,'','2013-11-17 15:53:17'),(54894,7,13869,'DAY','2013-11-17 15:53:17'),(54895,1,13870,'3589010','2013-11-17 15:56:05'),(54896,2,13870,'','2013-11-17 15:56:05'),(54897,3,13870,'','2013-11-17 15:56:05'),(54898,4,13870,'OPD','2013-11-17 15:56:05'),(54899,5,13870,'','2013-11-17 15:56:05'),(54900,6,13870,'68','2013-11-17 15:56:05'),(54901,7,13870,'DAY','2013-11-17 15:56:05'),(54902,1,13871,'3588640','2013-11-17 16:01:23'),(54903,2,13871,'','2013-11-17 16:01:23'),(54904,3,13871,'','2013-11-17 16:01:23'),(54905,4,13871,'OPD','2013-11-17 16:01:23'),(54906,5,13871,'','2013-11-17 16:01:23'),(54907,6,13871,'252','2013-11-17 16:01:23'),(54908,7,13871,'DAY','2013-11-17 16:01:23'),(54909,1,13873,'','2013-11-17 16:01:23'),(54910,2,13873,'','2013-11-17 16:01:23'),(54911,3,13873,'','2013-11-17 16:01:23'),(54912,4,13873,'','2013-11-17 16:01:23'),(54913,5,13873,'','2013-11-17 16:01:23'),(54914,6,13873,'','2013-11-17 16:01:23'),(54915,7,13873,'DAY','2013-11-17 16:01:23'),(54916,1,13876,'','2013-11-17 16:01:24'),(54917,2,13876,'','2013-11-17 16:01:24'),(54918,3,13876,'','2013-11-17 16:01:24'),(54919,4,13876,'','2013-11-17 16:01:24'),(54920,5,13876,'','2013-11-17 16:01:24'),(54921,6,13876,'','2013-11-17 16:01:24'),(54922,7,13876,'DAY','2013-11-17 16:01:24'),(54923,1,13877,'3589118','2013-11-17 16:37:23'),(54924,2,13877,'','2013-11-17 16:37:23'),(54925,3,13877,'','2013-11-17 16:37:23'),(54926,4,13877,'OPD','2013-11-17 16:37:23'),(54927,5,13877,'','2013-11-17 16:37:23'),(54928,6,13877,'109','2013-11-17 16:37:23'),(54929,7,13877,'DAY','2013-11-17 16:37:23'),(54930,1,13879,'','2013-11-17 16:37:23'),(54931,2,13879,'','2013-11-17 16:37:23'),(54932,3,13879,'','2013-11-17 16:37:23'),(54933,4,13879,'','2013-11-17 16:37:23'),(54934,5,13879,'','2013-11-17 16:37:23'),(54935,6,13879,'','2013-11-17 16:37:23'),(54936,7,13879,'DAY','2013-11-17 16:37:23'),(54937,1,13880,'3531539','2013-11-17 16:53:39'),(54938,2,13880,'','2013-11-17 16:53:39'),(54939,3,13880,'','2013-11-17 16:53:39'),(54940,4,13880,'OPD','2013-11-17 16:53:39'),(54941,5,13880,'','2013-11-17 16:53:39'),(54942,6,13880,'226','2013-11-17 16:53:39'),(54943,7,13880,'DAY','2013-11-17 16:53:39'),(54944,1,13882,'','2013-11-17 16:53:40'),(54945,2,13882,'','2013-11-17 16:53:40'),(54946,3,13882,'','2013-11-17 16:53:40'),(54947,4,13882,'','2013-11-17 16:53:40'),(54948,5,13882,'','2013-11-17 16:53:40'),(54949,6,13882,'','2013-11-17 16:53:40'),(54950,7,13882,'DAY','2013-11-17 16:53:40'),(54951,1,13883,'3589023','2013-11-17 16:57:01'),(54952,2,13883,'','2013-11-17 16:57:01'),(54953,3,13883,'','2013-11-17 16:57:01'),(54954,4,13883,'OPD','2013-11-17 16:57:01'),(54955,5,13883,'','2013-11-17 16:57:01'),(54956,6,13883,'75','2013-11-17 16:57:01'),(54957,7,13883,'DAY','2013-11-17 16:57:01'),(54958,1,13885,'','2013-11-17 16:57:01'),(54959,2,13885,'','2013-11-17 16:57:01'),(54960,3,13885,'','2013-11-17 16:57:01'),(54961,4,13885,'','2013-11-17 16:57:01'),(54962,5,13885,'','2013-11-17 16:57:01'),(54963,6,13885,'','2013-11-17 16:57:01'),(54964,7,13885,'DAY','2013-11-17 16:57:01'),(54965,1,13888,'','2013-11-17 16:57:01'),(54966,2,13888,'','2013-11-17 16:57:01'),(54967,3,13888,'','2013-11-17 16:57:01'),(54968,4,13888,'','2013-11-17 16:57:01'),(54969,5,13888,'','2013-11-17 16:57:01'),(54970,6,13888,'','2013-11-17 16:57:01'),(54971,7,13888,'DAY','2013-11-17 16:57:01'),(54972,1,13889,'3589025','2013-11-17 17:04:53'),(54973,2,13889,'','2013-11-17 17:04:53'),(54974,3,13889,'','2013-11-17 17:04:53'),(54975,4,13889,'OPD','2013-11-17 17:04:53'),(54976,5,13889,'','2013-11-17 17:04:53'),(54977,6,13889,'66','2013-11-17 17:04:53'),(54978,7,13889,'DAY','2013-11-17 17:04:53'),(54979,1,13890,'','2013-11-17 17:09:58'),(54980,2,13890,'','2013-11-17 17:09:58'),(54981,3,13890,'','2013-11-17 17:09:58'),(54982,4,13890,'OPD','2013-11-17 17:09:58'),(54983,5,13890,'','2013-11-17 17:09:58'),(54984,6,13890,'22','2013-11-17 17:09:58'),(54985,7,13890,'DAY','2013-11-17 17:09:58'),(54986,1,13891,'3589029','2013-11-17 17:14:31'),(54987,2,13891,'','2013-11-17 17:14:31'),(54988,3,13891,'','2013-11-17 17:14:31'),(54989,4,13891,'OPD','2013-11-17 17:14:31'),(54990,5,13891,'','2013-11-17 17:14:31'),(54991,6,13891,'33','2013-11-17 17:14:31'),(54992,7,13891,'DAY','2013-11-17 17:14:31'),(54993,1,13892,'3589039','2013-11-17 17:53:07'),(54994,2,13892,'','2013-11-17 17:53:07'),(54995,3,13892,'','2013-11-17 17:53:07'),(54996,4,13892,'OPD','2013-11-17 17:53:07'),(54997,5,13892,'','2013-11-17 17:53:07'),(54998,6,13892,'84','2013-11-17 17:53:07'),(54999,7,13892,'DAY','2013-11-17 17:53:07'),(55000,1,13894,'','2013-11-17 17:53:07'),(55001,2,13894,'','2013-11-17 17:53:07'),(55002,3,13894,'','2013-11-17 17:53:07'),(55003,4,13894,'','2013-11-17 17:53:07'),(55004,5,13894,'','2013-11-17 17:53:07'),(55005,6,13894,'','2013-11-17 17:53:07'),(55006,7,13894,'DAY','2013-11-17 17:53:07'),(55007,1,13895,'','2013-11-17 18:23:27'),(55008,2,13895,'','2013-11-17 18:23:27'),(55009,3,13895,'','2013-11-17 18:23:27'),(55010,4,13895,'','2013-11-17 18:23:27'),(55011,5,13895,'','2013-11-17 18:23:27'),(55012,6,13895,'','2013-11-17 18:23:27'),(55013,7,13895,'DAY','2013-11-17 18:23:27'),(55014,1,13896,'','2013-11-17 18:33:38'),(55015,2,13896,'','2013-11-17 18:33:38'),(55016,3,13896,'','2013-11-17 18:33:38'),(55017,4,13896,'','2013-11-17 18:33:38'),(55018,5,13896,'','2013-11-17 18:33:38'),(55019,6,13896,'','2013-11-17 18:33:38'),(55020,7,13896,'DAY','2013-11-17 18:33:38'),(55021,1,13897,'3589047','2013-11-17 18:35:00'),(55022,2,13897,'593757','2013-11-17 18:35:00'),(55023,3,13897,'','2013-11-17 18:35:00'),(55024,4,13897,'OPD','2013-11-17 18:35:00'),(55025,5,13897,'','2013-11-17 18:35:00'),(55026,6,13897,'135','2013-11-17 18:35:00'),(55027,7,13897,'DAY','2013-11-17 18:35:00'),(55028,1,13899,'','2013-11-17 18:35:00'),(55029,2,13899,'','2013-11-17 18:35:00'),(55030,3,13899,'','2013-11-17 18:35:00'),(55031,4,13899,'','2013-11-17 18:35:00'),(55032,5,13899,'','2013-11-17 18:35:00'),(55033,6,13899,'','2013-11-17 18:35:00'),(55034,7,13899,'DAY','2013-11-17 18:35:00'),(55035,1,13900,'3589049','2013-11-17 18:43:00'),(55036,2,13900,'','2013-11-17 18:43:00'),(55037,3,13900,'','2013-11-17 18:43:00'),(55038,4,13900,'OPD','2013-11-17 18:43:00'),(55039,5,13900,'','2013-11-17 18:43:00'),(55040,6,13900,'79','2013-11-17 18:43:00'),(55041,7,13900,'DAY','2013-11-17 18:43:00'),(55042,1,13902,'','2013-11-17 18:43:01'),(55043,2,13902,'','2013-11-17 18:43:01'),(55044,3,13902,'','2013-11-17 18:43:01'),(55045,4,13902,'','2013-11-17 18:43:01'),(55046,5,13902,'','2013-11-17 18:43:01'),(55047,6,13902,'','2013-11-17 18:43:01'),(55048,7,13902,'DAY','2013-11-17 18:43:01'),(55049,1,13903,'','2013-11-17 18:44:18'),(55050,2,13903,'','2013-11-17 18:44:18'),(55051,3,13903,'','2013-11-17 18:44:18'),(55052,4,13903,'','2013-11-17 18:44:18'),(55053,5,13903,'','2013-11-17 18:44:18'),(55054,6,13903,'','2013-11-17 18:44:18'),(55055,7,13903,'DAY','2013-11-17 18:44:18'),(55056,1,13904,'3589057','2013-11-17 19:01:40'),(55057,2,13904,'','2013-11-17 19:01:40'),(55058,3,13904,'','2013-11-17 19:01:40'),(55059,4,13904,'OPD','2013-11-17 19:01:40'),(55060,5,13904,'','2013-11-17 19:01:40'),(55061,6,13904,'113','2013-11-17 19:01:40'),(55062,7,13904,'DAY','2013-11-17 19:01:40'),(55063,1,13906,'','2013-11-17 19:01:40'),(55064,2,13906,'','2013-11-17 19:01:40'),(55065,3,13906,'','2013-11-17 19:01:40'),(55066,4,13906,'','2013-11-17 19:01:40'),(55067,5,13906,'','2013-11-17 19:01:40'),(55068,6,13906,'','2013-11-17 19:01:40'),(55069,7,13906,'DAY','2013-11-17 19:01:40'),(55070,1,13907,'3589059','2013-11-17 19:08:20'),(55071,2,13907,'','2013-11-17 19:08:20'),(55072,3,13907,'','2013-11-17 19:08:20'),(55073,4,13907,'OPD','2013-11-17 19:08:20'),(55074,5,13907,'','2013-11-17 19:08:20'),(55075,6,13907,'138','2013-11-17 19:08:20'),(55076,7,13907,'DAY','2013-11-17 19:08:20'),(55077,1,13909,'','2013-11-17 19:08:21'),(55078,2,13909,'','2013-11-17 19:08:21'),(55079,3,13909,'','2013-11-17 19:08:21'),(55080,4,13909,'','2013-11-17 19:08:21'),(55081,5,13909,'','2013-11-17 19:08:21'),(55082,6,13909,'','2013-11-17 19:08:21'),(55083,7,13909,'DAY','2013-11-17 19:08:21'),(55084,1,13912,'','2013-11-17 19:08:21'),(55085,2,13912,'','2013-11-17 19:08:21'),(55086,3,13912,'','2013-11-17 19:08:21'),(55087,4,13912,'','2013-11-17 19:08:21'),(55088,5,13912,'','2013-11-17 19:08:21'),(55089,6,13912,'','2013-11-17 19:08:21'),(55090,7,13912,'DAY','2013-11-17 19:08:21'),(55091,1,13913,'3589060','2013-11-17 19:11:03'),(55092,2,13913,'593762','2013-11-17 19:11:03'),(55093,3,13913,'','2013-11-17 19:11:03'),(55094,4,13913,'OPD','2013-11-17 19:11:03'),(55095,5,13913,'','2013-11-17 19:11:03'),(55096,6,13913,'30','2013-11-17 19:11:03'),(55097,7,13913,'DAY','2013-11-17 19:11:03'),(55098,1,13914,'3589063','2013-11-17 19:23:15'),(55099,2,13914,'','2013-11-17 19:23:15'),(55100,3,13914,'','2013-11-17 19:23:15'),(55101,4,13914,'OPD','2013-11-17 19:23:15'),(55102,5,13914,'','2013-11-17 19:23:15'),(55103,6,13914,'94','2013-11-17 19:23:15'),(55104,7,13914,'DAY','2013-11-17 19:23:15'),(55105,1,13916,'','2013-11-17 19:23:15'),(55106,2,13916,'','2013-11-17 19:23:15'),(55107,3,13916,'','2013-11-17 19:23:15'),(55108,4,13916,'','2013-11-17 19:23:15'),(55109,5,13916,'','2013-11-17 19:23:15'),(55110,6,13916,'','2013-11-17 19:23:15'),(55111,7,13916,'DAY','2013-11-17 19:23:15'),(55112,1,13917,'3589064','2013-11-17 19:26:59'),(55113,2,13917,'','2013-11-17 19:26:59'),(55114,3,13917,'','2013-11-17 19:26:59'),(55115,4,13917,'','2013-11-17 19:26:59'),(55116,5,13917,'218027','2013-11-17 19:26:59'),(55117,6,13917,'22','2013-11-17 19:26:59'),(55118,7,13917,'DAY','2013-11-17 19:26:59'),(55119,1,13918,'3589066','2013-11-17 19:41:25'),(55120,2,13918,'','2013-11-17 19:41:25'),(55121,3,13918,'','2013-11-17 19:41:25'),(55122,4,13918,'OPD','2013-11-17 19:41:25'),(55123,5,13918,'','2013-11-17 19:41:25'),(55124,6,13918,'42','2013-11-17 19:41:25'),(55125,7,13918,'DAY','2013-11-17 19:41:25'),(55126,1,13919,'','2013-11-17 19:45:40'),(55127,2,13919,'','2013-11-17 19:45:40'),(55128,3,13919,'','2013-11-17 19:45:40'),(55129,4,13919,'','2013-11-17 19:45:40'),(55130,5,13919,'','2013-11-17 19:45:40'),(55131,6,13919,'','2013-11-17 19:45:40'),(55132,7,13919,'DAY','2013-11-17 19:45:40'),(55133,1,13920,'3589071','2013-11-17 19:52:38'),(55134,2,13920,'','2013-11-17 19:52:38'),(55135,3,13920,'','2013-11-17 19:52:38'),(55136,4,13920,'OPD','2013-11-17 19:52:38'),(55137,5,13920,'','2013-11-17 19:52:38'),(55138,6,13920,'94','2013-11-17 19:52:38'),(55139,7,13920,'DAY','2013-11-17 19:52:38'),(55140,1,13922,'','2013-11-17 19:52:38'),(55141,2,13922,'','2013-11-17 19:52:38'),(55142,3,13922,'','2013-11-17 19:52:38'),(55143,4,13922,'','2013-11-17 19:52:38'),(55144,5,13922,'','2013-11-17 19:52:38'),(55145,6,13922,'','2013-11-17 19:52:38'),(55146,7,13922,'DAY','2013-11-17 19:52:38'),(55147,1,13923,'3589072','2013-11-17 20:00:06'),(55148,2,13923,'','2013-11-17 20:00:06'),(55149,3,13923,'','2013-11-17 20:00:06'),(55150,4,13923,'OPD','2013-11-17 20:00:06'),(55151,5,13923,'','2013-11-17 20:00:06'),(55152,6,13923,'179','2013-11-17 20:00:06'),(55153,7,13923,'DAY','2013-11-17 20:00:06'),(55154,1,13925,'','2013-11-17 20:00:06'),(55155,2,13925,'','2013-11-17 20:00:06'),(55156,3,13925,'','2013-11-17 20:00:06'),(55157,4,13925,'','2013-11-17 20:00:06'),(55158,5,13925,'','2013-11-17 20:00:06'),(55159,6,13925,'','2013-11-17 20:00:06'),(55160,7,13925,'DAY','2013-11-17 20:00:06'),(55161,1,13926,'3589084','2013-11-17 20:52:55'),(55162,2,13926,'','2013-11-17 20:52:55'),(55163,3,13926,'LEFT KNEE ATHRITIS ','2013-11-17 20:52:55'),(55164,4,13926,'','2013-11-17 20:52:55'),(55165,5,13926,'','2013-11-17 20:52:55'),(55166,6,13926,'33.00','2013-11-17 20:52:55'),(55167,7,13926,'DAY','2013-11-17 20:52:55'),(55168,1,13928,'3589084','2013-11-17 20:52:56'),(55169,2,13928,'','2013-11-17 20:52:56'),(55170,3,13928,'','2013-11-17 20:52:56'),(55171,4,13928,'','2013-11-17 20:52:56'),(55172,5,13928,'','2013-11-17 20:52:56'),(55173,6,13928,'78','2013-11-17 20:52:56'),(55174,7,13928,'DAY','2013-11-17 20:52:56'),(55175,1,13929,'','2013-11-17 21:08:05'),(55176,2,13929,'','2013-11-17 21:08:05'),(55177,3,13929,'','2013-11-17 21:08:05'),(55178,4,13929,'','2013-11-17 21:08:05'),(55179,5,13929,'','2013-11-17 21:08:05'),(55180,6,13929,'','2013-11-17 21:08:05'),(55181,7,13929,'DAY','2013-11-17 21:08:05'),(55182,1,13931,'','2013-11-17 21:08:05'),(55183,2,13931,'','2013-11-17 21:08:05'),(55184,3,13931,'','2013-11-17 21:08:05'),(55185,4,13931,'','2013-11-17 21:08:05'),(55186,5,13931,'','2013-11-17 21:08:05'),(55187,6,13931,'','2013-11-17 21:08:05'),(55188,7,13931,'DAY','2013-11-17 21:08:05'),(55189,1,13932,'3589090','2013-11-17 21:18:59'),(55190,2,13932,'','2013-11-17 21:18:59'),(55191,3,13932,'RO MALARIA','2013-11-17 21:18:59'),(55192,4,13932,'','2013-11-17 21:18:59'),(55193,5,13932,'','2013-11-17 21:18:59'),(55194,6,13932,'66.00','2013-11-17 21:18:59'),(55195,7,13932,'DAY','2013-11-17 21:18:59'),(55196,1,13934,'3589090','2013-11-17 21:18:59'),(55197,2,13934,'','2013-11-17 21:18:59'),(55198,3,13934,'UTI','2013-11-17 21:18:59'),(55199,4,13934,'','2013-11-17 21:18:59'),(55200,5,13934,'','2013-11-17 21:18:59'),(55201,6,13934,'13.00','2013-11-17 21:18:59'),(55202,7,13934,'DAY','2013-11-17 21:18:59'),(55203,1,13935,'3589092','2013-11-17 21:24:18'),(55204,2,13935,'','2013-11-17 21:24:18'),(55205,3,13935,'','2013-11-17 21:24:18'),(55206,4,13935,'TROOM','2013-11-17 21:24:18'),(55207,5,13935,'','2013-11-17 21:24:18'),(55208,6,13935,'81.00','2013-11-17 21:24:18'),(55209,7,13935,'DAY','2013-11-17 21:24:18'),(55210,1,13937,'3589092','2013-11-17 21:24:18'),(55211,2,13937,'','2013-11-17 21:24:18'),(55212,3,13937,'','2013-11-17 21:24:18'),(55213,4,13937,'','2013-11-17 21:24:18'),(55214,5,13937,'','2013-11-17 21:24:18'),(55215,6,13937,'13.00','2013-11-17 21:24:18'),(55216,7,13937,'DAY','2013-11-17 21:24:18'),(55217,1,13938,'3589087','2013-11-17 21:26:00'),(55218,2,13938,'','2013-11-17 21:26:00'),(55219,3,13938,'','2013-11-17 21:26:00'),(55220,4,13938,'','2013-11-17 21:26:00'),(55221,5,13938,'','2013-11-17 21:26:00'),(55222,6,13938,'104','2013-11-17 21:26:00'),(55223,7,13938,'DAY','2013-11-17 21:26:00'),(55224,1,13939,'','2013-11-17 21:34:13'),(55225,2,13939,'','2013-11-17 21:34:13'),(55226,3,13939,'','2013-11-17 21:34:13'),(55227,4,13939,'','2013-11-17 21:34:13'),(55228,5,13939,'','2013-11-17 21:34:13'),(55229,6,13939,'','2013-11-17 21:34:13'),(55230,7,13939,'DAY','2013-11-17 21:34:13'),(55231,1,13940,'3589094','2013-11-17 21:34:57'),(55232,2,13940,'','2013-11-17 21:34:57'),(55233,3,13940,'URTI, TONSILITIS STAPH SEPSIS','2013-11-17 21:34:57'),(55234,4,13940,'OPD','2013-11-17 21:34:57'),(55235,5,13940,'','2013-11-17 21:34:57'),(55236,6,13940,'22.00','2013-11-17 21:34:57'),(55237,7,13940,'DAY','2013-11-17 21:34:57'),(55238,1,13941,'3589103','2013-11-17 22:09:35'),(55239,2,13941,'593779','2013-11-17 22:09:35'),(55240,3,13941,'','2013-11-17 22:09:35'),(55241,4,13941,'OPD','2013-11-17 22:09:35'),(55242,5,13941,'','2013-11-17 22:09:35'),(55243,6,13941,'20','2013-11-17 22:09:35'),(55244,7,13941,'DAY','2013-11-17 22:09:35'),(55245,1,13942,'3589109','2013-11-17 22:31:26'),(55246,2,13942,'593782','2013-11-17 22:31:26'),(55247,3,13942,'','2013-11-17 22:31:26'),(55248,4,13942,'SR','2013-11-17 22:31:26'),(55249,5,13942,'','2013-11-17 22:31:26'),(55250,6,13942,'59','2013-11-17 22:31:26'),(55251,7,13942,'DAY','2013-11-17 22:31:26'),(55252,1,13944,'','2013-11-17 22:31:27'),(55253,2,13944,'','2013-11-17 22:31:27'),(55254,3,13944,'','2013-11-17 22:31:27'),(55255,4,13944,'','2013-11-17 22:31:27'),(55256,5,13944,'','2013-11-17 22:31:27'),(55257,6,13944,'','2013-11-17 22:31:27'),(55258,7,13944,'DAY','2013-11-17 22:31:27'),(55259,1,13945,'','2013-11-17 22:57:34'),(55260,2,13945,'','2013-11-17 22:57:34'),(55261,3,13945,'','2013-11-17 22:57:34'),(55262,4,13945,'','2013-11-17 22:57:34'),(55263,5,13945,'','2013-11-17 22:57:34'),(55264,6,13945,'','2013-11-17 22:57:34'),(55265,7,13945,'DAY','2013-11-17 22:57:34'),(55266,1,13946,'3589120','2013-11-17 23:04:12'),(55267,2,13946,'593784','2013-11-17 23:04:12'),(55268,3,13946,'','2013-11-17 23:04:12'),(55269,4,13946,'OPD','2013-11-17 23:04:12'),(55270,5,13946,'','2013-11-17 23:04:12'),(55271,6,13946,'12','2013-11-17 23:04:12'),(55272,7,13946,'DAY','2013-11-17 23:04:12'),(55273,1,13947,'3589123','2013-11-17 23:09:23'),(55274,2,13947,'','2013-11-17 23:09:23'),(55275,3,13947,'','2013-11-17 23:09:23'),(55276,4,13947,'OPD','2013-11-17 23:09:23'),(55277,5,13947,'','2013-11-17 23:09:23'),(55278,6,13947,'81','2013-11-17 23:09:23'),(55279,7,13947,'DAY','2013-11-17 23:09:23'),(55280,1,13948,'','2013-11-17 23:33:05'),(55281,2,13948,'593786','2013-11-17 23:33:05'),(55282,3,13948,'','2013-11-17 23:33:05'),(55283,4,13948,'OPD','2013-11-17 23:33:05'),(55284,5,13948,'','2013-11-17 23:33:05'),(55285,6,13948,'42','2013-11-17 23:33:05'),(55286,7,13948,'DAY','2013-11-17 23:33:05'),(55287,1,13949,'','2013-11-17 23:43:45'),(55288,2,13949,'','2013-11-17 23:43:45'),(55289,3,13949,'','2013-11-17 23:43:45'),(55290,4,13949,'','2013-11-17 23:43:45'),(55291,5,13949,'','2013-11-17 23:43:45'),(55292,6,13949,'','2013-11-17 23:43:45'),(55293,7,13949,'DAY','2013-11-17 23:43:45'),(55294,1,13950,'','2013-11-17 23:46:19'),(55295,2,13950,'','2013-11-17 23:46:19'),(55296,3,13950,'','2013-11-17 23:46:19'),(55297,4,13950,'','2013-11-17 23:46:19'),(55298,5,13950,'','2013-11-17 23:46:19'),(55299,6,13950,'','2013-11-17 23:46:19'),(55300,7,13950,'DAY','2013-11-17 23:46:19'),(55301,1,13951,'','2013-11-18 00:13:18'),(55302,2,13951,'','2013-11-18 00:13:18'),(55303,3,13951,'','2013-11-18 00:13:18'),(55304,4,13951,'','2013-11-18 00:13:18'),(55305,5,13951,'','2013-11-18 00:13:18'),(55306,6,13951,'','2013-11-18 00:13:18'),(55307,7,13951,'DAY','2013-11-18 00:13:18'),(55308,1,13952,'3589153','2013-11-18 00:22:01'),(55309,2,13952,'','2013-11-18 00:22:01'),(55310,3,13952,'','2013-11-18 00:22:01'),(55311,4,13952,'OPD','2013-11-18 00:22:01'),(55312,5,13952,'','2013-11-18 00:22:01'),(55313,6,13952,'91','2013-11-18 00:22:01'),(55314,7,13952,'DAY','2013-11-18 00:22:01'),(55315,1,13953,'3589132','2013-11-18 00:34:03'),(55316,2,13953,'','2013-11-18 00:34:03'),(55317,3,13953,'','2013-11-18 00:34:03'),(55318,4,13953,'OPD','2013-11-18 00:34:03'),(55319,5,13953,'','2013-11-18 00:34:03'),(55320,6,13953,'22','2013-11-18 00:34:03'),(55321,7,13953,'DAY','2013-11-18 00:34:03'),(55322,1,13954,'3589154','2013-11-18 00:47:29'),(55323,2,13954,'593789','2013-11-18 00:47:29'),(55324,3,13954,'','2013-11-18 00:47:29'),(55325,4,13954,'OPD','2013-11-18 00:47:29'),(55326,5,13954,'','2013-11-18 00:47:29'),(55327,6,13954,'92','2013-11-18 00:47:29'),(55328,7,13954,'DAY','2013-11-18 00:47:29'),(55329,1,13956,'','2013-11-18 00:47:29'),(55330,2,13956,'','2013-11-18 00:47:29'),(55331,3,13956,'','2013-11-18 00:47:29'),(55332,4,13956,'','2013-11-18 00:47:29'),(55333,5,13956,'','2013-11-18 00:47:29'),(55334,6,13956,'','2013-11-18 00:47:29'),(55335,7,13956,'DAY','2013-11-18 00:47:29'),(55336,1,13957,'3589135','2013-11-18 01:01:02'),(55337,2,13957,'','2013-11-18 01:01:02'),(55338,3,13957,'','2013-11-18 01:01:02'),(55339,4,13957,'OPD','2013-11-18 01:01:02'),(55340,5,13957,'','2013-11-18 01:01:02'),(55341,6,13957,'94','2013-11-18 01:01:02'),(55342,7,13957,'DAY','2013-11-18 01:01:02'),(55343,1,13959,'','2013-11-18 01:01:02'),(55344,2,13959,'','2013-11-18 01:01:02'),(55345,3,13959,'','2013-11-18 01:01:02'),(55346,4,13959,'','2013-11-18 01:01:02'),(55347,5,13959,'','2013-11-18 01:01:02'),(55348,6,13959,'','2013-11-18 01:01:02'),(55349,7,13959,'DAY','2013-11-18 01:01:02'),(55350,1,13960,'3589136','2013-11-18 01:11:06'),(55351,2,13960,'','2013-11-18 01:11:06'),(55352,3,13960,'','2013-11-18 01:11:06'),(55353,4,13960,'OPD','2013-11-18 01:11:06'),(55354,5,13960,'','2013-11-18 01:11:06'),(55355,6,13960,'75','2013-11-18 01:11:06'),(55356,7,13960,'DAY','2013-11-18 01:11:06'),(55357,1,13961,'','2013-11-18 01:39:44'),(55358,2,13961,'','2013-11-18 01:39:44'),(55359,3,13961,'','2013-11-18 01:39:44'),(55360,4,13961,'','2013-11-18 01:39:44'),(55361,5,13961,'','2013-11-18 01:39:44'),(55362,6,13961,'','2013-11-18 01:39:44'),(55363,7,13961,'DAY','2013-11-18 01:39:44'),(55364,1,13962,'3589168','2013-11-18 02:00:57'),(55365,2,13962,'','2013-11-18 02:00:57'),(55366,3,13962,'','2013-11-18 02:00:57'),(55367,4,13962,'OPD','2013-11-18 02:00:57'),(55368,5,13962,'','2013-11-18 02:00:57'),(55369,6,13962,'213','2013-11-18 02:00:57'),(55370,7,13962,'DAY','2013-11-18 02:00:57'),(55371,1,13964,'','2013-11-18 02:00:57'),(55372,2,13964,'','2013-11-18 02:00:57'),(55373,3,13964,'','2013-11-18 02:00:57'),(55374,4,13964,'','2013-11-18 02:00:57'),(55375,5,13964,'','2013-11-18 02:00:57'),(55376,6,13964,'','2013-11-18 02:00:57'),(55377,7,13964,'DAY','2013-11-18 02:00:57'),(55378,1,13965,'3589150','2013-11-18 02:11:22'),(55379,2,13965,'593796','2013-11-18 02:11:22'),(55380,3,13965,'','2013-11-18 02:11:22'),(55381,4,13965,'OPD','2013-11-18 02:11:22'),(55382,5,13965,'','2013-11-18 02:11:22'),(55383,6,13965,'104','2013-11-18 02:11:22'),(55384,7,13965,'DAY','2013-11-18 02:11:22'),(55385,1,13967,'','2013-11-18 02:11:22'),(55386,2,13967,'','2013-11-18 02:11:22'),(55387,3,13967,'','2013-11-18 02:11:22'),(55388,4,13967,'','2013-11-18 02:11:22'),(55389,5,13967,'','2013-11-18 02:11:22'),(55390,6,13967,'','2013-11-18 02:11:22'),(55391,7,13967,'DAY','2013-11-18 02:11:22'),(55392,1,13970,'','2013-11-18 02:11:22'),(55393,2,13970,'','2013-11-18 02:11:22'),(55394,3,13970,'','2013-11-18 02:11:22'),(55395,4,13970,'','2013-11-18 02:11:22'),(55396,5,13970,'','2013-11-18 02:11:22'),(55397,6,13970,'','2013-11-18 02:11:22'),(55398,7,13970,'DAY','2013-11-18 02:11:22'),(55399,1,13971,'3589165','2013-11-18 02:14:30'),(55400,2,13971,'','2013-11-18 02:14:30'),(55401,3,13971,'','2013-11-18 02:14:30'),(55402,4,13971,'OPD','2013-11-18 02:14:30'),(55403,5,13971,'','2013-11-18 02:14:30'),(55404,6,13971,'126','2013-11-18 02:14:30'),(55405,7,13971,'DAY','2013-11-18 02:14:30'),(55406,1,13972,'3589216','2013-11-18 02:51:07'),(55407,2,13972,'','2013-11-18 02:51:07'),(55408,3,13972,'','2013-11-18 02:51:07'),(55409,4,13972,'OPD','2013-11-18 02:51:07'),(55410,5,13972,'','2013-11-18 02:51:07'),(55411,6,13972,'27','2013-11-18 02:51:07'),(55412,7,13972,'DAY','2013-11-18 02:51:07'),(55413,1,13973,'3589224','2013-11-18 03:26:48'),(55414,2,13973,'','2013-11-18 03:26:48'),(55415,3,13973,'','2013-11-18 03:26:48'),(55416,4,13973,'OPD','2013-11-18 03:26:48'),(55417,5,13973,'','2013-11-18 03:26:48'),(55418,6,13973,'112','2013-11-18 03:26:48'),(55419,7,13973,'NIGHT','2013-11-18 03:26:48'),(55420,1,13975,'','2013-11-18 03:26:48'),(55421,2,13975,'','2013-11-18 03:26:48'),(55422,3,13975,'','2013-11-18 03:26:48'),(55423,4,13975,'','2013-11-18 03:26:48'),(55424,5,13975,'','2013-11-18 03:26:48'),(55425,6,13975,'','2013-11-18 03:26:48'),(55426,7,13975,'NIGHT','2013-11-18 03:26:48'),(55427,1,13978,'','2013-11-18 03:26:49'),(55428,2,13978,'','2013-11-18 03:26:49'),(55429,3,13978,'','2013-11-18 03:26:49'),(55430,4,13978,'','2013-11-18 03:26:49'),(55431,5,13978,'','2013-11-18 03:26:49'),(55432,6,13978,'','2013-11-18 03:26:49'),(55433,7,13978,'NIGHT','2013-11-18 03:26:49'),(55434,1,13979,'3589226','2013-11-18 03:33:19'),(55435,2,13979,'','2013-11-18 03:33:19'),(55436,3,13979,'','2013-11-18 03:33:19'),(55437,4,13979,'OPD','2013-11-18 03:33:19'),(55438,5,13979,'','2013-11-18 03:33:19'),(55439,6,13979,'207','2013-11-18 03:33:19'),(55440,7,13979,'NIGHT','2013-11-18 03:33:19'),(55441,1,13981,'','2013-11-18 03:33:19'),(55442,2,13981,'','2013-11-18 03:33:19'),(55443,3,13981,'','2013-11-18 03:33:19'),(55444,4,13981,'','2013-11-18 03:33:19'),(55445,5,13981,'','2013-11-18 03:33:19'),(55446,6,13981,'','2013-11-18 03:33:19'),(55447,7,13981,'NIGHT','2013-11-18 03:33:19'),(55448,1,13982,'3589238','2013-11-18 03:56:37'),(55449,2,13982,'593805','2013-11-18 03:56:37'),(55450,3,13982,'','2013-11-18 03:56:37'),(55451,4,13982,'OPD','2013-11-18 03:56:37'),(55452,5,13982,'','2013-11-18 03:56:37'),(55453,6,13982,'75','2013-11-18 03:56:37'),(55454,7,13982,'NIGHT','2013-11-18 03:56:37'),(55455,1,13983,'3589240','2013-11-18 04:02:44'),(55456,2,13983,'','2013-11-18 04:02:44'),(55457,3,13983,'','2013-11-18 04:02:44'),(55458,4,13983,'OPD','2013-11-18 04:02:44'),(55459,5,13983,'','2013-11-18 04:02:44'),(55460,6,13983,'113','2013-11-18 04:02:44'),(55461,7,13983,'NIGHT','2013-11-18 04:02:44'),(55462,1,13985,'','2013-11-18 04:02:45'),(55463,2,13985,'','2013-11-18 04:02:45'),(55464,3,13985,'','2013-11-18 04:02:45'),(55465,4,13985,'','2013-11-18 04:02:45'),(55466,5,13985,'','2013-11-18 04:02:45'),(55467,6,13985,'','2013-11-18 04:02:45'),(55468,7,13985,'NIGHT','2013-11-18 04:02:45'),(55469,1,13986,'3589243','2013-11-18 04:36:53'),(55470,2,13986,'','2013-11-18 04:36:53'),(55471,3,13986,'','2013-11-18 04:36:53'),(55472,4,13986,'OPD','2013-11-18 04:36:53'),(55473,5,13986,'','2013-11-18 04:36:53'),(55474,6,13986,'81','2013-11-18 04:36:53'),(55475,7,13986,'NIGHT','2013-11-18 04:36:53'),(55476,1,13987,'3589245','2013-11-18 04:42:55'),(55477,2,13987,'','2013-11-18 04:42:55'),(55478,3,13987,'','2013-11-18 04:42:55'),(55479,4,13987,'OPD','2013-11-18 04:42:55'),(55480,5,13987,'','2013-11-18 04:42:55'),(55481,6,13987,'33','2013-11-18 04:42:55'),(55482,7,13987,'NIGHT','2013-11-18 04:42:55'),(55483,1,13988,'3589251','2013-11-18 06:07:10'),(55484,2,13988,'','2013-11-18 06:07:10'),(55485,3,13988,'','2013-11-18 06:07:10'),(55486,4,13988,'OPD','2013-11-18 06:07:10'),(55487,5,13988,'','2013-11-18 06:07:10'),(55488,6,13988,'92','2013-11-18 06:07:10'),(55489,7,13988,'NIGHT','2013-11-18 06:07:10'),(55490,1,13990,'','2013-11-18 06:07:10'),(55491,2,13990,'','2013-11-18 06:07:10'),(55492,3,13990,'','2013-11-18 06:07:10'),(55493,4,13990,'','2013-11-18 06:07:10'),(55494,5,13990,'','2013-11-18 06:07:10'),(55495,6,13990,'','2013-11-18 06:07:10'),(55496,7,13990,'NIGHT','2013-11-18 06:07:10'),(55497,1,13991,'3589254','2013-11-18 08:20:44'),(55498,2,13991,'','2013-11-18 08:20:44'),(55499,3,13991,'','2013-11-18 08:20:44'),(55500,4,13991,'OPD','2013-11-18 08:20:44'),(55501,5,13991,'','2013-11-18 08:20:44'),(55502,6,13991,'81','2013-11-18 08:20:44'),(55503,7,13991,'NIGHT','2013-11-18 08:20:44'),(55504,1,13992,'3589256','2013-11-18 10:19:37'),(55505,2,13992,'','2013-11-18 10:19:37'),(55506,3,13992,'','2013-11-18 10:19:37'),(55507,4,13992,'OPD','2013-11-18 10:19:37'),(55508,5,13992,'','2013-11-18 10:19:37'),(55509,6,13992,'81','2013-11-18 10:19:37'),(55510,7,13992,'NIGHT','2013-11-18 10:19:37'),(55511,1,13993,'3589061','2013-11-18 13:56:30'),(55512,2,13993,'593763','2013-11-18 13:56:30'),(55513,3,13993,'','2013-11-18 13:56:30'),(55514,4,13993,'OPD','2013-11-18 13:56:30'),(55515,5,13993,'','2013-11-18 13:56:30'),(55516,6,13993,'146.40','2013-11-18 13:56:30'),(55517,7,13993,'NIGHT','2013-11-18 13:56:30'),(55518,1,13995,'','2013-11-18 13:56:30'),(55519,2,13995,'','2013-11-18 13:56:30'),(55520,3,13995,'','2013-11-18 13:56:30'),(55521,4,13995,'','2013-11-18 13:56:30'),(55522,5,13995,'','2013-11-18 13:56:30'),(55523,6,13995,'','2013-11-18 13:56:30'),(55524,7,13995,'NIGHT','2013-11-18 13:56:30'),(55525,1,13996,'3589272','2013-11-18 14:26:40'),(55526,2,13996,'','2013-11-18 14:26:40'),(55527,3,13996,'','2013-11-18 14:26:40'),(55528,4,13996,'OPD','2013-11-18 14:26:40'),(55529,5,13996,'','2013-11-18 14:26:40'),(55530,6,13996,'37','2013-11-18 14:26:40'),(55531,7,13996,'NIGHT','2013-11-18 14:26:40'),(55532,1,13997,'3589274','2013-11-18 14:29:12'),(55533,2,13997,'','2013-11-18 14:29:12'),(55534,3,13997,'','2013-11-18 14:29:12'),(55535,4,13997,'OPD','2013-11-18 14:29:12'),(55536,5,13997,'','2013-11-18 14:29:12'),(55537,6,13997,'37','2013-11-18 14:29:12'),(55538,7,13997,'NIGHT','2013-11-18 14:29:12'),(55539,1,13998,'3589284','2013-11-18 15:01:09'),(55540,2,13998,'','2013-11-18 15:01:09'),(55541,3,13998,'','2013-11-18 15:01:09'),(55542,4,13998,'OPD','2013-11-18 15:01:09'),(55543,5,13998,'','2013-11-18 15:01:09'),(55544,6,13998,'150','2013-11-18 15:01:09'),(55545,7,13998,'NIGHT','2013-11-18 15:01:09'),(55546,1,14000,'','2013-11-18 15:01:09'),(55547,2,14000,'','2013-11-18 15:01:09'),(55548,3,14000,'','2013-11-18 15:01:09'),(55549,4,14000,'','2013-11-18 15:01:09'),(55550,5,14000,'','2013-11-18 15:01:09'),(55551,6,14000,'','2013-11-18 15:01:09'),(55552,7,14000,'NIGHT','2013-11-18 15:01:09'),(55553,1,14003,'','2013-11-18 15:01:10'),(55554,2,14003,'','2013-11-18 15:01:10'),(55555,3,14003,'','2013-11-18 15:01:10'),(55556,4,14003,'','2013-11-18 15:01:10'),(55557,5,14003,'','2013-11-18 15:01:10'),(55558,6,14003,'','2013-11-18 15:01:10'),(55559,7,14003,'NIGHT','2013-11-18 15:01:10'),(55560,1,14004,'3589283','2013-11-18 15:05:10'),(55561,2,14004,'','2013-11-18 15:05:10'),(55562,3,14004,'','2013-11-18 15:05:10'),(55563,4,14004,'OPD','2013-11-18 15:05:10'),(55564,5,14004,'','2013-11-18 15:05:10'),(55565,6,14004,'79','2013-11-18 15:05:10'),(55566,7,14004,'NIGHT','2013-11-18 15:05:10'),(55567,1,14006,'','2013-11-18 15:05:10'),(55568,2,14006,'','2013-11-18 15:05:10'),(55569,3,14006,'','2013-11-18 15:05:10'),(55570,4,14006,'','2013-11-18 15:05:10'),(55571,5,14006,'','2013-11-18 15:05:10'),(55572,6,14006,'','2013-11-18 15:05:10'),(55573,7,14006,'NIGHT','2013-11-18 15:05:10'),(55574,1,14007,'3589285','2013-11-18 15:10:36'),(55575,2,14007,'','2013-11-18 15:10:36'),(55576,3,14007,'','2013-11-18 15:10:36'),(55577,4,14007,'OPD','2013-11-18 15:10:36'),(55578,5,14007,'','2013-11-18 15:10:36'),(55579,6,14007,'81','2013-11-18 15:10:36'),(55580,7,14007,'NIGHT','2013-11-18 15:10:36'),(55581,1,14008,'3589295','2013-11-18 15:22:48'),(55582,2,14008,'','2013-11-18 15:22:48'),(55583,3,14008,'','2013-11-18 15:22:48'),(55584,4,14008,'OPD','2013-11-18 15:22:48'),(55585,5,14008,'','2013-11-18 15:22:48'),(55586,6,14008,'66.00','2013-11-18 15:22:48'),(55587,7,14008,'DAY','2013-11-18 15:22:48'),(55588,1,14009,'3589293','2013-11-18 15:26:01'),(55589,2,14009,'','2013-11-18 15:26:01'),(55590,3,14009,'','2013-11-18 15:26:01'),(55591,4,14009,'OPD','2013-11-18 15:26:01'),(55592,5,14009,'','2013-11-18 15:26:01'),(55593,6,14009,'62.00','2013-11-18 15:26:01'),(55594,7,14009,'DAY','2013-11-18 15:26:01'),(55595,1,14011,'','2013-11-18 15:26:01'),(55596,2,14011,'','2013-11-18 15:26:01'),(55597,3,14011,'','2013-11-18 15:26:01'),(55598,4,14011,'','2013-11-18 15:26:01'),(55599,5,14011,'','2013-11-18 15:26:01'),(55600,6,14011,'','2013-11-18 15:26:01'),(55601,7,14011,'DAY','2013-11-18 15:26:01'),(55602,1,14012,'3580546','2013-11-18 15:42:43'),(55603,2,14012,'','2013-11-18 15:42:43'),(55604,3,14012,'','2013-11-18 15:42:43'),(55605,4,14012,'OPD','2013-11-18 15:42:43'),(55606,5,14012,'','2013-11-18 15:42:43'),(55607,6,14012,'22.00','2013-11-18 15:42:43'),(55608,7,14012,'DAY','2013-11-18 15:42:43'),(55609,1,14013,'3589303','2013-11-18 15:51:03'),(55610,2,14013,'','2013-11-18 15:51:03'),(55611,3,14013,'','2013-11-18 15:51:03'),(55612,4,14013,'OPD','2013-11-18 15:51:03'),(55613,5,14013,'','2013-11-18 15:51:03'),(55614,6,14013,'71.00','2013-11-18 15:51:03'),(55615,7,14013,'DAY','2013-11-18 15:51:03'),(55616,1,14014,'3589310','2013-11-18 15:54:23'),(55617,2,14014,'','2013-11-18 15:54:23'),(55618,3,14014,'','2013-11-18 15:54:23'),(55619,4,14014,'OPD','2013-11-18 15:54:23'),(55620,5,14014,'','2013-11-18 15:54:23'),(55621,6,14014,'45.00','2013-11-18 15:54:23'),(55622,7,14014,'DAY','2013-11-18 15:54:23'),(55623,1,14015,'3589315','2013-11-18 16:06:27'),(55624,2,14015,'','2013-11-18 16:06:27'),(55625,3,14015,'','2013-11-18 16:06:27'),(55626,4,14015,'OPD','2013-11-18 16:06:27'),(55627,5,14015,'','2013-11-18 16:06:27'),(55628,6,14015,'179.00','2013-11-18 16:06:27'),(55629,7,14015,'DAY','2013-11-18 16:06:27'),(55630,1,14017,'','2013-11-18 16:06:28'),(55631,2,14017,'','2013-11-18 16:06:28'),(55632,3,14017,'','2013-11-18 16:06:28'),(55633,4,14017,'','2013-11-18 16:06:28'),(55634,5,14017,'','2013-11-18 16:06:28'),(55635,6,14017,'','2013-11-18 16:06:28'),(55636,7,14017,'DAY','2013-11-18 16:06:28'),(55637,1,14020,'','2013-11-18 16:06:28'),(55638,2,14020,'','2013-11-18 16:06:28'),(55639,3,14020,'','2013-11-18 16:06:28'),(55640,4,14020,'','2013-11-18 16:06:28'),(55641,5,14020,'','2013-11-18 16:06:28'),(55642,6,14020,'','2013-11-18 16:06:28'),(55643,7,14020,'DAY','2013-11-18 16:06:28'),(55644,1,14021,'3589304','2013-11-18 16:18:55'),(55645,2,14021,'593824','2013-11-18 16:18:55'),(55646,3,14021,'','2013-11-18 16:18:55'),(55647,4,14021,'OPD','2013-11-18 16:18:55'),(55648,5,14021,'','2013-11-18 16:18:55'),(55649,6,14021,'155.00','2013-11-18 16:18:55'),(55650,7,14021,'DAY','2013-11-18 16:18:55'),(55651,1,14023,'','2013-11-18 16:18:55'),(55652,2,14023,'','2013-11-18 16:18:55'),(55653,3,14023,'','2013-11-18 16:18:55'),(55654,4,14023,'','2013-11-18 16:18:55'),(55655,5,14023,'','2013-11-18 16:18:55'),(55656,6,14023,'','2013-11-18 16:18:55'),(55657,7,14023,'DAY','2013-11-18 16:18:55'),(55658,1,14024,'3589306','2013-11-18 16:22:02'),(55659,2,14024,'593823','2013-11-18 16:22:02'),(55660,3,14024,'','2013-11-18 16:22:02'),(55661,4,14024,'OPD','2013-11-18 16:22:02'),(55662,5,14024,'','2013-11-18 16:22:02'),(55663,6,14024,'361.00','2013-11-18 16:22:02'),(55664,7,14024,'DAY','2013-11-18 16:22:02'),(55665,1,14026,'','2013-11-18 16:22:02'),(55666,2,14026,'','2013-11-18 16:22:02'),(55667,3,14026,'','2013-11-18 16:22:02'),(55668,4,14026,'','2013-11-18 16:22:02'),(55669,5,14026,'','2013-11-18 16:22:02'),(55670,6,14026,'','2013-11-18 16:22:02'),(55671,7,14026,'DAY','2013-11-18 16:22:02'),(55672,1,14029,'','2013-11-18 16:22:02'),(55673,2,14029,'','2013-11-18 16:22:02'),(55674,3,14029,'','2013-11-18 16:22:02'),(55675,4,14029,'','2013-11-18 16:22:02'),(55676,5,14029,'','2013-11-18 16:22:02'),(55677,6,14029,'','2013-11-18 16:22:02'),(55678,7,14029,'DAY','2013-11-18 16:22:02'),(55679,1,14033,'','2013-11-18 16:22:03'),(55680,2,14033,'','2013-11-18 16:22:03'),(55681,3,14033,'','2013-11-18 16:22:03'),(55682,4,14033,'','2013-11-18 16:22:03'),(55683,5,14033,'','2013-11-18 16:22:03'),(55684,6,14033,'','2013-11-18 16:22:03'),(55685,7,14033,'DAY','2013-11-18 16:22:03'),(55686,1,14034,'3536064','2013-11-18 16:24:43'),(55687,2,14034,'','2013-11-18 16:24:43'),(55688,3,14034,'','2013-11-18 16:24:43'),(55689,4,14034,'OPD','2013-11-18 16:24:43'),(55690,5,14034,'','2013-11-18 16:24:43'),(55691,6,14034,'74.40','2013-11-18 16:24:43'),(55692,7,14034,'DAY','2013-11-18 16:24:43'),(55693,1,14036,'','2013-11-18 16:24:43'),(55694,2,14036,'','2013-11-18 16:24:43'),(55695,3,14036,'','2013-11-18 16:24:43'),(55696,4,14036,'','2013-11-18 16:24:43'),(55697,5,14036,'','2013-11-18 16:24:43'),(55698,6,14036,'','2013-11-18 16:24:43'),(55699,7,14036,'DAY','2013-11-18 16:24:43'),(55700,1,14037,'3589333','2013-11-18 16:59:08'),(55701,2,14037,'593833','2013-11-18 16:59:08'),(55702,3,14037,'','2013-11-18 16:59:08'),(55703,4,14037,'','2013-11-18 16:59:08'),(55704,5,14037,'','2013-11-18 16:59:08'),(55705,6,14037,'290.00','2013-11-18 16:59:08'),(55706,7,14037,'DAY','2013-11-18 16:59:08'),(55707,1,14039,'','2013-11-18 16:59:08'),(55708,2,14039,'','2013-11-18 16:59:08'),(55709,3,14039,'','2013-11-18 16:59:08'),(55710,4,14039,'','2013-11-18 16:59:08'),(55711,5,14039,'','2013-11-18 16:59:08'),(55712,6,14039,'','2013-11-18 16:59:08'),(55713,7,14039,'DAY','2013-11-18 16:59:09'),(55714,1,14042,'','2013-11-18 16:59:09'),(55715,2,14042,'','2013-11-18 16:59:09'),(55716,3,14042,'','2013-11-18 16:59:09'),(55717,4,14042,'','2013-11-18 16:59:09'),(55718,5,14042,'','2013-11-18 16:59:09'),(55719,6,14042,'','2013-11-18 16:59:09'),(55720,7,14042,'DAY','2013-11-18 16:59:09'),(55721,1,14043,'3589343','2013-11-18 17:01:35'),(55722,2,14043,'','2013-11-18 17:01:35'),(55723,3,14043,'','2013-11-18 17:01:35'),(55724,4,14043,'OPD','2013-11-18 17:01:35'),(55725,5,14043,'','2013-11-18 17:01:35'),(55726,6,14043,'94.00','2013-11-18 17:01:35'),(55727,7,14043,'DAY','2013-11-18 17:01:35'),(55728,1,14045,'','2013-11-18 17:01:36'),(55729,2,14045,'','2013-11-18 17:01:36'),(55730,3,14045,'','2013-11-18 17:01:36'),(55731,4,14045,'','2013-11-18 17:01:36'),(55732,5,14045,'','2013-11-18 17:01:36'),(55733,6,14045,'','2013-11-18 17:01:36'),(55734,7,14045,'DAY','2013-11-18 17:01:36'),(55735,1,14046,'3582166','2013-11-18 17:03:35'),(55736,2,14046,'','2013-11-18 17:03:35'),(55737,3,14046,'','2013-11-18 17:03:35'),(55738,4,14046,'OPD','2013-11-18 17:03:35'),(55739,5,14046,'','2013-11-18 17:03:35'),(55740,6,14046,'50.00','2013-11-18 17:03:35'),(55741,7,14046,'DAY','2013-11-18 17:03:35'),(55742,1,14048,'','2013-11-18 17:03:35'),(55743,2,14048,'','2013-11-18 17:03:35'),(55744,3,14048,'','2013-11-18 17:03:35'),(55745,4,14048,'','2013-11-18 17:03:35'),(55746,5,14048,'','2013-11-18 17:03:35'),(55747,6,14048,'','2013-11-18 17:03:35'),(55748,7,14048,'DAY','2013-11-18 17:03:35'),(55749,1,14049,'3589356','2013-11-18 17:09:17'),(55750,2,14049,'','2013-11-18 17:09:17'),(55751,3,14049,'','2013-11-18 17:09:17'),(55752,4,14049,'WARD','2013-11-18 17:09:17'),(55753,5,14049,'','2013-11-18 17:09:17'),(55754,6,14049,'20.00','2013-11-18 17:09:17'),(55755,7,14049,'DAY','2013-11-18 17:09:17'),(55756,1,14050,'3589355','2013-11-18 17:11:38'),(55757,2,14050,'','2013-11-18 17:11:38'),(55758,3,14050,'','2013-11-18 17:11:38'),(55759,4,14050,'WARD','2013-11-18 17:11:38'),(55760,5,14050,'218055','2013-11-18 17:11:38'),(55761,6,14050,'22.00','2013-11-18 17:11:38'),(55762,7,14050,'DAY','2013-11-18 17:11:38'),(55763,1,14051,'','2013-11-18 17:18:18'),(55764,2,14051,'','2013-11-18 17:18:18'),(55765,3,14051,'','2013-11-18 17:18:18'),(55766,4,14051,'MEDICALS','2013-11-18 17:18:18'),(55767,5,14051,'','2013-11-18 17:18:18'),(55768,6,14051,'','2013-11-18 17:18:18'),(55769,7,14051,'DAY','2013-11-18 17:18:18'),(55770,1,14053,'','2013-11-18 17:18:18'),(55771,2,14053,'','2013-11-18 17:18:18'),(55772,3,14053,'','2013-11-18 17:18:18'),(55773,4,14053,'','2013-11-18 17:18:18'),(55774,5,14053,'','2013-11-18 17:18:18'),(55775,6,14053,'','2013-11-18 17:18:18'),(55776,7,14053,'DAY','2013-11-18 17:18:18'),(55777,1,14056,'','2013-11-18 17:18:18'),(55778,2,14056,'','2013-11-18 17:18:18'),(55779,3,14056,'','2013-11-18 17:18:18'),(55780,4,14056,'','2013-11-18 17:18:18'),(55781,5,14056,'','2013-11-18 17:18:18'),(55782,6,14056,'','2013-11-18 17:18:18'),(55783,7,14056,'DAY','2013-11-18 17:18:18'),(55784,1,14057,' 3589385','2013-11-18 17:28:09'),(55785,2,14057,'','2013-11-18 17:28:09'),(55786,3,14057,'','2013-11-18 17:28:09'),(55787,4,14057,'OPD','2013-11-18 17:28:09'),(55788,5,14057,'','2013-11-18 17:28:09'),(55789,6,14057,'66.00','2013-11-18 17:28:09'),(55790,7,14057,'DAY','2013-11-18 17:28:09'),(55791,1,14058,'','2013-11-18 17:48:34'),(55792,2,14058,'','2013-11-18 17:48:34'),(55793,3,14058,'','2013-11-18 17:48:34'),(55794,4,14058,'','2013-11-18 17:48:34'),(55795,5,14058,'','2013-11-18 17:48:34'),(55796,6,14058,'','2013-11-18 17:48:34'),(55797,7,14058,'DAY','2013-11-18 17:48:34'),(55798,1,14059,'','2013-11-18 17:56:51'),(55799,2,14059,'','2013-11-18 17:56:51'),(55800,3,14059,'','2013-11-18 17:56:51'),(55801,4,14059,'','2013-11-18 17:56:51'),(55802,5,14059,'','2013-11-18 17:56:51'),(55803,6,14059,'','2013-11-18 17:56:51'),(55804,7,14059,'DAY','2013-11-18 17:56:51'),(55805,1,14060,'3589427','2013-11-18 17:57:38'),(55806,2,14060,'593848','2013-11-18 17:57:38'),(55807,3,14060,'','2013-11-18 17:57:38'),(55808,4,14060,'OPD','2013-11-18 17:57:38'),(55809,5,14060,'','2013-11-18 17:57:38'),(55810,6,14060,'35.00','2013-11-18 17:57:38'),(55811,7,14060,'DAY','2013-11-18 17:57:38'),(55812,1,14061,'3589425','2013-11-18 18:00:16'),(55813,2,14061,'593849','2013-11-18 18:00:16'),(55814,3,14061,'','2013-11-18 18:00:16'),(55815,4,14061,'OPD','2013-11-18 18:00:16'),(55816,5,14061,'','2013-11-18 18:00:16'),(55817,6,14061,'35.00','2013-11-18 18:00:16'),(55818,7,14061,'DAY','2013-11-18 18:00:16'),(55819,1,14062,'3589432','2013-11-18 18:04:54'),(55820,2,14062,'593850','2013-11-18 18:04:54'),(55821,3,14062,'','2013-11-18 18:04:54'),(55822,4,14062,'OPD','2013-11-18 18:04:54'),(55823,5,14062,'','2013-11-18 18:04:54'),(55824,6,14062,'154.40','2013-11-18 18:04:54'),(55825,7,14062,'DAY','2013-11-18 18:04:54'),(55826,1,14063,'3589452','2013-11-18 18:06:36'),(55827,2,14063,'','2013-11-18 18:06:36'),(55828,3,14063,'','2013-11-18 18:06:36'),(55829,4,14063,'OPD','2013-11-18 18:06:36'),(55830,5,14063,'','2013-11-18 18:06:36'),(55831,6,14063,'70.00','2013-11-18 18:06:36'),(55832,7,14063,'DAY','2013-11-18 18:06:36'),(55833,1,14064,'3589436','2013-11-18 18:09:08'),(55834,2,14064,'593853','2013-11-18 18:09:08'),(55835,3,14064,'','2013-11-18 18:09:08'),(55836,4,14064,'OPD','2013-11-18 18:09:08'),(55837,5,14064,'','2013-11-18 18:09:08'),(55838,6,14064,'104.00','2013-11-18 18:09:08'),(55839,7,14064,'DAY','2013-11-18 18:09:08'),(55840,1,14066,'','2013-11-18 18:09:09'),(55841,2,14066,'','2013-11-18 18:09:09'),(55842,3,14066,'','2013-11-18 18:09:09'),(55843,4,14066,'','2013-11-18 18:09:09'),(55844,5,14066,'','2013-11-18 18:09:09'),(55845,6,14066,'','2013-11-18 18:09:09'),(55846,7,14066,'DAY','2013-11-18 18:09:09'),(55847,1,14069,'','2013-11-18 18:09:09'),(55848,2,14069,'','2013-11-18 18:09:09'),(55849,3,14069,'','2013-11-18 18:09:09'),(55850,4,14069,'','2013-11-18 18:09:09'),(55851,5,14069,'','2013-11-18 18:09:09'),(55852,6,14069,'','2013-11-18 18:09:09'),(55853,7,14069,'DAY','2013-11-18 18:09:09'),(55854,1,14070,'3589438','2013-11-18 18:11:17'),(55855,2,14070,'','2013-11-18 18:11:17'),(55856,3,14070,'','2013-11-18 18:11:17'),(55857,4,14070,'OPD','2013-11-18 18:11:17'),(55858,5,14070,'','2013-11-18 18:11:17'),(55859,6,14070,'81.00','2013-11-18 18:11:17'),(55860,7,14070,'DAY','2013-11-18 18:11:17'),(55861,1,14071,'3589375','2013-11-18 18:12:35'),(55862,2,14071,'','2013-11-18 18:12:35'),(55863,3,14071,'','2013-11-18 18:12:35'),(55864,4,14071,'OPD','2013-11-18 18:12:35'),(55865,5,14071,'','2013-11-18 18:12:35'),(55866,6,14071,'81.00','2013-11-18 18:12:35'),(55867,7,14071,'DAY','2013-11-18 18:12:35'),(55868,1,14072,'3589453','2013-11-18 18:17:21'),(55869,2,14072,'','2013-11-18 18:17:21'),(55870,3,14072,'','2013-11-18 18:17:21'),(55871,4,14072,'OPD','2013-11-18 18:17:21'),(55872,5,14072,'','2013-11-18 18:17:21'),(55873,6,14072,'66.00','2013-11-18 18:17:21'),(55874,7,14072,'DAY','2013-11-18 18:17:21'),(55875,1,14073,'3589444','2013-11-18 18:19:59'),(55876,2,14073,'593854','2013-11-18 18:19:59'),(55877,3,14073,'','2013-11-18 18:19:59'),(55878,4,14073,'OPD','2013-11-18 18:19:59'),(55879,5,14073,'','2013-11-18 18:19:59'),(55880,6,14073,'75.00','2013-11-18 18:19:59'),(55881,7,14073,'DAY','2013-11-18 18:19:59'),(55882,1,14074,'3589460','2013-11-18 18:23:03'),(55883,2,14074,'','2013-11-18 18:23:03'),(55884,3,14074,'','2013-11-18 18:23:03'),(55885,4,14074,'OPD','2013-11-18 18:23:03'),(55886,5,14074,'','2013-11-18 18:23:03'),(55887,6,14074,'152.00','2013-11-18 18:23:03'),(55888,7,14074,'DAY','2013-11-18 18:23:03'),(55889,1,14076,'','2013-11-18 18:23:03'),(55890,2,14076,'','2013-11-18 18:23:03'),(55891,3,14076,'','2013-11-18 18:23:03'),(55892,4,14076,'','2013-11-18 18:23:03'),(55893,5,14076,'','2013-11-18 18:23:03'),(55894,6,14076,'','2013-11-18 18:23:03'),(55895,7,14076,'DAY','2013-11-18 18:23:03'),(55896,1,14077,'3589441','2013-11-18 18:26:00'),(55897,2,14077,'593855','2013-11-18 18:26:00'),(55898,3,14077,'','2013-11-18 18:26:00'),(55899,4,14077,'OPD','2013-11-18 18:26:00'),(55900,5,14077,'','2013-11-18 18:26:00'),(55901,6,14077,'59.00','2013-11-18 18:26:00'),(55902,7,14077,'DAY','2013-11-18 18:26:00'),(55903,1,14078,'','2013-11-18 18:27:20'),(55904,2,14078,'','2013-11-18 18:27:20'),(55905,3,14078,'','2013-11-18 18:27:20'),(55906,4,14078,'','2013-11-18 18:27:20'),(55907,5,14078,'','2013-11-18 18:27:20'),(55908,6,14078,'','2013-11-18 18:27:20'),(55909,7,14078,'DAY','2013-11-18 18:27:20'),(55910,1,14079,'3589481','2013-11-18 18:34:02'),(55911,2,14079,'','2013-11-18 18:34:02'),(55912,3,14079,'','2013-11-18 18:34:02'),(55913,4,14079,'OPD','2013-11-18 18:34:02'),(55914,5,14079,'','2013-11-18 18:34:02'),(55915,6,14079,'112.00','2013-11-18 18:34:02'),(55916,7,14079,'DAY','2013-11-18 18:34:02'),(55917,1,14081,'','2013-11-18 18:34:02'),(55918,2,14081,'','2013-11-18 18:34:02'),(55919,3,14081,'','2013-11-18 18:34:02'),(55920,4,14081,'','2013-11-18 18:34:02'),(55921,5,14081,'','2013-11-18 18:34:02'),(55922,6,14081,'','2013-11-18 18:34:02'),(55923,7,14081,'DAY','2013-11-18 18:34:02'),(55924,1,14084,'','2013-11-18 18:34:03'),(55925,2,14084,'','2013-11-18 18:34:03'),(55926,3,14084,'','2013-11-18 18:34:03'),(55927,4,14084,'','2013-11-18 18:34:03'),(55928,5,14084,'','2013-11-18 18:34:03'),(55929,6,14084,'','2013-11-18 18:34:03'),(55930,7,14084,'DAY','2013-11-18 18:34:03'),(55931,1,14085,'3587528','2013-11-18 18:35:45'),(55932,2,14085,'593864','2013-11-18 18:35:45'),(55933,3,14085,'','2013-11-18 18:35:45'),(55934,4,14085,'OPD','2013-11-18 18:35:45'),(55935,5,14085,'','2013-11-18 18:35:45'),(55936,6,14085,'101.00','2013-11-18 18:35:45'),(55937,7,14085,'DAY','2013-11-18 18:35:45'),(55938,1,14087,'','2013-11-18 18:35:45'),(55939,2,14087,'','2013-11-18 18:35:45'),(55940,3,14087,'','2013-11-18 18:35:45'),(55941,4,14087,'','2013-11-18 18:35:45'),(55942,5,14087,'','2013-11-18 18:35:45'),(55943,6,14087,'','2013-11-18 18:35:45'),(55944,7,14087,'DAY','2013-11-18 18:35:45'),(55945,1,14088,'3589475','2013-11-18 18:37:30'),(55946,2,14088,'','2013-11-18 18:37:30'),(55947,3,14088,'','2013-11-18 18:37:30'),(55948,4,14088,'OPD','2013-11-18 18:37:30'),(55949,5,14088,'','2013-11-18 18:37:30'),(55950,6,14088,'30.00','2013-11-18 18:37:30'),(55951,7,14088,'DAY','2013-11-18 18:37:30'),(55952,1,14089,'3589488','2013-11-18 18:52:43'),(55953,2,14089,'3589488','2013-11-18 18:52:43'),(55954,3,14089,'','2013-11-18 18:52:43'),(55955,4,14089,'OPD','2013-11-18 18:52:43'),(55956,5,14089,'','2013-11-18 18:52:43'),(55957,6,14089,'180.00','2013-11-18 18:52:43'),(55958,7,14089,'DAY','2013-11-18 18:52:43'),(55959,1,14091,'','2013-11-18 18:52:44'),(55960,2,14091,'','2013-11-18 18:52:44'),(55961,3,14091,'','2013-11-18 18:52:44'),(55962,4,14091,'','2013-11-18 18:52:44'),(55963,5,14091,'','2013-11-18 18:52:44'),(55964,6,14091,'','2013-11-18 18:52:44'),(55965,7,14091,'DAY','2013-11-18 18:52:44'),(55966,1,14094,'','2013-11-18 18:52:44'),(55967,2,14094,'','2013-11-18 18:52:44'),(55968,3,14094,'','2013-11-18 18:52:44'),(55969,4,14094,'','2013-11-18 18:52:44'),(55970,5,14094,'','2013-11-18 18:52:44'),(55971,6,14094,'','2013-11-18 18:52:44'),(55972,7,14094,'DAY','2013-11-18 18:52:44'),(55973,1,14095,'3589499','2013-11-18 18:58:17'),(55974,2,14095,'','2013-11-18 18:58:17'),(55975,3,14095,'','2013-11-18 18:58:17'),(55976,4,14095,'OPD','2013-11-18 18:58:17'),(55977,5,14095,'','2013-11-18 18:58:17'),(55978,6,14095,'222.00','2013-11-18 18:58:17'),(55979,7,14095,'DAY','2013-11-18 18:58:17'),(55980,1,14097,'','2013-11-18 18:58:17'),(55981,2,14097,'','2013-11-18 18:58:17'),(55982,3,14097,'','2013-11-18 18:58:17'),(55983,4,14097,'','2013-11-18 18:58:17'),(55984,5,14097,'','2013-11-18 18:58:17'),(55985,6,14097,'','2013-11-18 18:58:17'),(55986,7,14097,'DAY','2013-11-18 18:58:17'),(55987,1,14098,'3589497','2013-11-18 19:00:17'),(55988,2,14098,'','2013-11-18 19:00:17'),(55989,3,14098,'','2013-11-18 19:00:17'),(55990,4,14098,'OPD','2013-11-18 19:00:17'),(55991,5,14098,'','2013-11-18 19:00:17'),(55992,6,14098,'81.00','2013-11-18 19:00:17'),(55993,7,14098,'DAY','2013-11-18 19:00:17'),(55994,1,14099,'3589485','2013-11-18 19:05:34'),(55995,2,14099,'593870','2013-11-18 19:05:34'),(55996,3,14099,'','2013-11-18 19:05:34'),(55997,4,14099,'OPD','2013-11-18 19:05:34'),(55998,5,14099,'','2013-11-18 19:05:34'),(55999,6,14099,'','2013-11-18 19:05:34'),(56000,7,14099,'DAY','2013-11-18 19:05:34'),(56001,1,14101,'','2013-11-18 19:05:34'),(56002,2,14101,'','2013-11-18 19:05:34'),(56003,3,14101,'','2013-11-18 19:05:34'),(56004,4,14101,'','2013-11-18 19:05:34'),(56005,5,14101,'','2013-11-18 19:05:34'),(56006,6,14101,'','2013-11-18 19:05:34'),(56007,7,14101,'DAY','2013-11-18 19:05:34'),(56008,1,14104,'','2013-11-18 19:05:35'),(56009,2,14104,'','2013-11-18 19:05:35'),(56010,3,14104,'','2013-11-18 19:05:35'),(56011,4,14104,'','2013-11-18 19:05:35'),(56012,5,14104,'','2013-11-18 19:05:35'),(56013,6,14104,'','2013-11-18 19:05:35'),(56014,7,14104,'DAY','2013-11-18 19:05:35'),(56015,1,14105,'3589509','2013-11-18 19:10:20'),(56016,2,14105,'593874','2013-11-18 19:10:20'),(56017,3,14105,'','2013-11-18 19:10:20'),(56018,4,14105,'OPD','2013-11-18 19:10:20'),(56019,5,14105,'','2013-11-18 19:10:20'),(56020,6,14105,'37.50','2013-11-18 19:10:20'),(56021,7,14105,'DAY','2013-11-18 19:10:20'),(56022,1,14106,'','2013-11-18 19:10:36'),(56023,2,14106,'','2013-11-18 19:10:36'),(56024,3,14106,'','2013-11-18 19:10:36'),(56025,4,14106,'','2013-11-18 19:10:36'),(56026,5,14106,'','2013-11-18 19:10:36'),(56027,6,14106,'','2013-11-18 19:10:36'),(56028,7,14106,'DAY','2013-11-18 19:10:36'),(56029,1,14107,'','2013-11-18 19:12:36'),(56030,2,14107,'','2013-11-18 19:12:36'),(56031,3,14107,'','2013-11-18 19:12:36'),(56032,4,14107,'','2013-11-18 19:12:36'),(56033,5,14107,'','2013-11-18 19:12:36'),(56034,6,14107,'','2013-11-18 19:12:36'),(56035,7,14107,'DAY','2013-11-18 19:12:36'),(56036,1,14108,'','2013-11-18 19:16:13'),(56037,2,14108,'','2013-11-18 19:16:13'),(56038,3,14108,'','2013-11-18 19:16:13'),(56039,4,14108,'','2013-11-18 19:16:13'),(56040,5,14108,'','2013-11-18 19:16:13'),(56041,6,14108,'','2013-11-18 19:16:13'),(56042,7,14108,'DAY','2013-11-18 19:16:13'),(56043,1,14109,'3589516','2013-11-18 19:19:27'),(56044,2,14109,'593876','2013-11-18 19:19:27'),(56045,3,14109,'','2013-11-18 19:19:27'),(56046,4,14109,'OPD','2013-11-18 19:19:27'),(56047,5,14109,'','2013-11-18 19:19:27'),(56048,6,14109,'20.00','2013-11-18 19:19:27'),(56049,7,14109,'DAY','2013-11-18 19:19:27'),(56050,1,14110,'3589522','2013-11-18 19:23:58'),(56051,2,14110,'','2013-11-18 19:23:58'),(56052,3,14110,'','2013-11-18 19:23:58'),(56053,4,14110,'OPD','2013-11-18 19:23:58'),(56054,5,14110,'','2013-11-18 19:23:58'),(56055,6,14110,'48.24','2013-11-18 19:23:58'),(56056,7,14110,'DAY','2013-11-18 19:23:58'),(56057,1,14111,'3589517','2013-11-18 19:26:28'),(56058,2,14111,'593878','2013-11-18 19:26:28'),(56059,3,14111,'','2013-11-18 19:26:28'),(56060,4,14111,'OPD','2013-11-18 19:26:28'),(56061,5,14111,'','2013-11-18 19:26:28'),(56062,6,14111,'72.00','2013-11-18 19:26:28'),(56063,7,14111,'DAY','2013-11-18 19:26:28'),(56064,1,14113,'','2013-11-18 19:26:28'),(56065,2,14113,'','2013-11-18 19:26:28'),(56066,3,14113,'','2013-11-18 19:26:28'),(56067,4,14113,'','2013-11-18 19:26:28'),(56068,5,14113,'','2013-11-18 19:26:28'),(56069,6,14113,'','2013-11-18 19:26:28'),(56070,7,14113,'DAY','2013-11-18 19:26:28'),(56071,1,14114,'3589534','2013-11-18 19:29:14'),(56072,2,14114,'','2013-11-18 19:29:14'),(56073,3,14114,'','2013-11-18 19:29:14'),(56074,4,14114,'OPD','2013-11-18 19:29:14'),(56075,5,14114,'','2013-11-18 19:29:14'),(56076,6,14114,'138.00','2013-11-18 19:29:14'),(56077,7,14114,'DAY','2013-11-18 19:29:14'),(56078,1,14116,'','2013-11-18 19:29:15'),(56079,2,14116,'','2013-11-18 19:29:15'),(56080,3,14116,'','2013-11-18 19:29:15'),(56081,4,14116,'','2013-11-18 19:29:15'),(56082,5,14116,'','2013-11-18 19:29:15'),(56083,6,14116,'','2013-11-18 19:29:15'),(56084,7,14116,'DAY','2013-11-18 19:29:15'),(56085,1,14117,'','2013-11-18 19:36:03'),(56086,2,14117,'','2013-11-18 19:36:03'),(56087,3,14117,'','2013-11-18 19:36:03'),(56088,4,14117,'OPD','2013-11-18 19:36:03'),(56089,5,14117,'','2013-11-18 19:36:03'),(56090,6,14117,'','2013-11-18 19:36:03'),(56091,7,14117,'DAY','2013-11-18 19:36:03'),(56092,1,14119,'','2013-11-18 19:36:03'),(56093,2,14119,'','2013-11-18 19:36:03'),(56094,3,14119,'','2013-11-18 19:36:03'),(56095,4,14119,'','2013-11-18 19:36:03'),(56096,5,14119,'','2013-11-18 19:36:03'),(56097,6,14119,'','2013-11-18 19:36:03'),(56098,7,14119,'DAY','2013-11-18 19:36:03'),(56099,1,14122,'','2013-11-18 19:36:03'),(56100,2,14122,'','2013-11-18 19:36:03'),(56101,3,14122,'','2013-11-18 19:36:03'),(56102,4,14122,'','2013-11-18 19:36:03'),(56103,5,14122,'','2013-11-18 19:36:03'),(56104,6,14122,'','2013-11-18 19:36:03'),(56105,7,14122,'DAY','2013-11-18 19:36:03'),(56106,1,14123,'3589559','2013-11-18 19:48:15'),(56107,2,14123,'','2013-11-18 19:48:15'),(56108,3,14123,'','2013-11-18 19:48:15'),(56109,4,14123,'OPD','2013-11-18 19:48:15'),(56110,5,14123,'','2013-11-18 19:48:15'),(56111,6,14123,'33.00','2013-11-18 19:48:15'),(56112,7,14123,'DAY','2013-11-18 19:48:15'),(56113,1,14124,'3589549','2013-11-18 19:54:35'),(56114,2,14124,'','2013-11-18 19:54:35'),(56115,3,14124,'','2013-11-18 19:54:35'),(56116,4,14124,'OPD','2013-11-18 19:54:35'),(56117,5,14124,'','2013-11-18 19:54:35'),(56118,6,14124,'67.50','2013-11-18 19:54:35'),(56119,7,14124,'DAY','2013-11-18 19:54:35'),(56120,1,14126,'','2013-11-18 19:54:36'),(56121,2,14126,'','2013-11-18 19:54:36'),(56122,3,14126,'','2013-11-18 19:54:36'),(56123,4,14126,'','2013-11-18 19:54:36'),(56124,5,14126,'','2013-11-18 19:54:36'),(56125,6,14126,'','2013-11-18 19:54:36'),(56126,7,14126,'DAY','2013-11-18 19:54:36'),(56127,1,14127,'3589555','2013-11-18 19:56:08'),(56128,2,14127,'','2013-11-18 19:56:08'),(56129,3,14127,'','2013-11-18 19:56:08'),(56130,4,14127,'OPD','2013-11-18 19:56:08'),(56131,5,14127,'','2013-11-18 19:56:08'),(56132,6,14127,'99.00','2013-11-18 19:56:08'),(56133,7,14127,'DAY','2013-11-18 19:56:08'),(56134,1,14129,'','2013-11-18 19:56:08'),(56135,2,14129,'','2013-11-18 19:56:08'),(56136,3,14129,'','2013-11-18 19:56:08'),(56137,4,14129,'','2013-11-18 19:56:08'),(56138,5,14129,'','2013-11-18 19:56:08'),(56139,6,14129,'','2013-11-18 19:56:08'),(56140,7,14129,'DAY','2013-11-18 19:56:08'),(56141,1,14130,'3589554','2013-11-18 19:57:54'),(56142,2,14130,'','2013-11-18 19:57:54'),(56143,3,14130,'','2013-11-18 19:57:54'),(56144,4,14130,'OPD','2013-11-18 19:57:54'),(56145,5,14130,'','2013-11-18 19:57:54'),(56146,6,14130,'94.00','2013-11-18 19:57:54'),(56147,7,14130,'DAY','2013-11-18 19:57:54'),(56148,1,14132,'','2013-11-18 19:57:54'),(56149,2,14132,'','2013-11-18 19:57:54'),(56150,3,14132,'','2013-11-18 19:57:54'),(56151,4,14132,'','2013-11-18 19:57:54'),(56152,5,14132,'','2013-11-18 19:57:54'),(56153,6,14132,'','2013-11-18 19:57:54'),(56154,7,14132,'DAY','2013-11-18 19:57:54'),(56155,1,14133,'3589562','2013-11-18 19:59:29'),(56156,2,14133,'','2013-11-18 19:59:29'),(56157,3,14133,'','2013-11-18 19:59:29'),(56158,4,14133,'OPD','2013-11-18 19:59:29'),(56159,5,14133,'','2013-11-18 19:59:29'),(56160,6,14133,'44.00','2013-11-18 19:59:29'),(56161,7,14133,'DAY','2013-11-18 19:59:29'),(56162,1,14134,'3589568','2013-11-18 20:08:20'),(56163,2,14134,'','2013-11-18 20:08:20'),(56164,3,14134,'','2013-11-18 20:08:20'),(56165,4,14134,'OPD','2013-11-18 20:08:20'),(56166,5,14134,'','2013-11-18 20:08:20'),(56167,6,14134,'37.00','2013-11-18 20:08:20'),(56168,7,14134,'DAY','2013-11-18 20:08:20'),(56169,1,14135,'3589579','2013-11-18 20:10:33'),(56170,2,14135,'','2013-11-18 20:10:33'),(56171,3,14135,'','2013-11-18 20:10:33'),(56172,4,14135,'OPD','2013-11-18 20:10:33'),(56173,5,14135,'','2013-11-18 20:10:33'),(56174,6,14135,'61.00','2013-11-18 20:10:33'),(56175,7,14135,'DAY','2013-11-18 20:10:33'),(56176,1,14137,'','2013-11-18 20:10:34'),(56177,2,14137,'','2013-11-18 20:10:34'),(56178,3,14137,'','2013-11-18 20:10:34'),(56179,4,14137,'','2013-11-18 20:10:34'),(56180,5,14137,'','2013-11-18 20:10:34'),(56181,6,14137,'','2013-11-18 20:10:34'),(56182,7,14137,'DAY','2013-11-18 20:10:34'),(56183,1,14138,'3589585','2013-11-18 20:12:38'),(56184,2,14138,'','2013-11-18 20:12:38'),(56185,3,14138,'','2013-11-18 20:12:38'),(56186,4,14138,'OPD','2013-11-18 20:12:38'),(56187,5,14138,'','2013-11-18 20:12:38'),(56188,6,14138,'102.00','2013-11-18 20:12:38'),(56189,7,14138,'DAY','2013-11-18 20:12:38'),(56190,1,14140,'','2013-11-18 20:12:38'),(56191,2,14140,'','2013-11-18 20:12:38'),(56192,3,14140,'','2013-11-18 20:12:38'),(56193,4,14140,'','2013-11-18 20:12:38'),(56194,5,14140,'','2013-11-18 20:12:38'),(56195,6,14140,'','2013-11-18 20:12:38'),(56196,7,14140,'DAY','2013-11-18 20:12:38'),(56197,1,14143,'','2013-11-18 20:12:39'),(56198,2,14143,'','2013-11-18 20:12:39'),(56199,3,14143,'','2013-11-18 20:12:39'),(56200,4,14143,'','2013-11-18 20:12:39'),(56201,5,14143,'','2013-11-18 20:12:39'),(56202,6,14143,'','2013-11-18 20:12:39'),(56203,7,14143,'DAY','2013-11-18 20:12:39'),(56204,1,14144,'','2013-11-18 20:19:36'),(56205,2,14144,'','2013-11-18 20:19:36'),(56206,3,14144,'','2013-11-18 20:19:36'),(56207,4,14144,'','2013-11-18 20:19:36'),(56208,5,14144,'','2013-11-18 20:19:36'),(56209,6,14144,'','2013-11-18 20:19:36'),(56210,7,14144,'DAY','2013-11-18 20:19:36'),(56211,1,14145,'3589590','2013-11-18 20:25:57'),(56212,2,14145,'','2013-11-18 20:25:57'),(56213,3,14145,'','2013-11-18 20:25:57'),(56214,4,14145,'OPD','2013-11-18 20:25:57'),(56215,5,14145,'','2013-11-18 20:25:57'),(56216,6,14145,'179.00','2013-11-18 20:25:57'),(56217,7,14145,'DAY','2013-11-18 20:25:57'),(56218,1,14147,'','2013-11-18 20:25:57'),(56219,2,14147,'','2013-11-18 20:25:57'),(56220,3,14147,'','2013-11-18 20:25:57'),(56221,4,14147,'','2013-11-18 20:25:57'),(56222,5,14147,'','2013-11-18 20:25:57'),(56223,6,14147,'','2013-11-18 20:25:57'),(56224,7,14147,'DAY','2013-11-18 20:25:57'),(56225,1,14148,'3589564','2013-11-18 20:30:18'),(56226,2,14148,'593889','2013-11-18 20:30:18'),(56227,3,14148,'','2013-11-18 20:30:18'),(56228,4,14148,'OPD','2013-11-18 20:30:18'),(56229,5,14148,'','2013-11-18 20:30:18'),(56230,6,14148,'128','2013-11-18 20:30:18'),(56231,7,14148,'DAY','2013-11-18 20:30:18'),(56232,1,14150,'','2013-11-18 20:30:18'),(56233,2,14150,'','2013-11-18 20:30:18'),(56234,3,14150,'','2013-11-18 20:30:18'),(56235,4,14150,'','2013-11-18 20:30:19'),(56236,5,14150,'','2013-11-18 20:30:19'),(56237,6,14150,'','2013-11-18 20:30:19'),(56238,7,14150,'DAY','2013-11-18 20:30:19'),(56239,1,14153,'','2013-11-18 20:30:19'),(56240,2,14153,'','2013-11-18 20:30:19'),(56241,3,14153,'','2013-11-18 20:30:19'),(56242,4,14153,'','2013-11-18 20:30:19'),(56243,5,14153,'','2013-11-18 20:30:19'),(56244,6,14153,'','2013-11-18 20:30:19'),(56245,7,14153,'DAY','2013-11-18 20:30:19'),(56246,1,14154,'3589602','2013-11-18 20:34:38'),(56247,2,14154,'','2013-11-18 20:34:38'),(56248,3,14154,'','2013-11-18 20:34:38'),(56249,4,14154,'OPD','2013-11-18 20:34:38'),(56250,5,14154,'','2013-11-18 20:34:38'),(56251,6,14154,'79.00','2013-11-18 20:34:38'),(56252,7,14154,'DAY','2013-11-18 20:34:38'),(56253,1,14156,'','2013-11-18 20:34:38'),(56254,2,14156,'','2013-11-18 20:34:38'),(56255,3,14156,'','2013-11-18 20:34:38'),(56256,4,14156,'','2013-11-18 20:34:38'),(56257,5,14156,'','2013-11-18 20:34:38'),(56258,6,14156,'','2013-11-18 20:34:38'),(56259,7,14156,'DAY','2013-11-18 20:34:38'),(56260,1,14157,'3589506','2013-11-18 20:46:35'),(56261,2,14157,'593898','2013-11-18 20:46:35'),(56262,3,14157,'','2013-11-18 20:46:35'),(56263,4,14157,'OPD','2013-11-18 20:46:35'),(56264,5,14157,'','2013-11-18 20:46:35'),(56265,6,14157,'232.00','2013-11-18 20:46:35'),(56266,7,14157,'DAY','2013-11-18 20:46:35'),(56267,1,14159,'','2013-11-18 20:46:35'),(56268,2,14159,'','2013-11-18 20:46:35'),(56269,3,14159,'','2013-11-18 20:46:35'),(56270,4,14159,'','2013-11-18 20:46:35'),(56271,5,14159,'','2013-11-18 20:46:35'),(56272,6,14159,'','2013-11-18 20:46:35'),(56273,7,14159,'DAY','2013-11-18 20:46:35'),(56274,1,14162,'','2013-11-18 20:46:35'),(56275,2,14162,'','2013-11-18 20:46:35'),(56276,3,14162,'','2013-11-18 20:46:35'),(56277,4,14162,'','2013-11-18 20:46:35'),(56278,5,14162,'','2013-11-18 20:46:35'),(56279,6,14162,'','2013-11-18 20:46:35'),(56280,7,14162,'DAY','2013-11-18 20:46:35'),(56281,1,14163,'3589608','2013-11-18 20:48:13'),(56282,2,14163,'','2013-11-18 20:48:13'),(56283,3,14163,'','2013-11-18 20:48:13'),(56284,4,14163,'OPD','2013-11-18 20:48:13'),(56285,5,14163,'','2013-11-18 20:48:13'),(56286,6,14163,'66.00','2013-11-18 20:48:13'),(56287,7,14163,'DAY','2013-11-18 20:48:13'),(56288,1,14164,'3589604','2013-11-18 20:50:52'),(56289,2,14164,'593899','2013-11-18 20:50:52'),(56290,3,14164,'','2013-11-18 20:50:52'),(56291,4,14164,'OPD','2013-11-18 20:50:52'),(56292,5,14164,'','2013-11-18 20:50:52'),(56293,6,14164,'72.00','2013-11-18 20:50:52'),(56294,7,14164,'DAY','2013-11-18 20:50:52'),(56295,1,14166,'','2013-11-18 20:50:53'),(56296,2,14166,'','2013-11-18 20:50:53'),(56297,3,14166,'','2013-11-18 20:50:53'),(56298,4,14166,'','2013-11-18 20:50:53'),(56299,5,14166,'','2013-11-18 20:50:53'),(56300,6,14166,'','2013-11-18 20:50:53'),(56301,7,14166,'DAY','2013-11-18 20:50:53'),(56302,1,14167,'','2013-11-18 20:55:44'),(56303,2,14167,'','2013-11-18 20:55:44'),(56304,3,14167,'','2013-11-18 20:55:44'),(56305,4,14167,'','2013-11-18 20:55:44'),(56306,5,14167,'','2013-11-18 20:55:44'),(56307,6,14167,'','2013-11-18 20:55:44'),(56308,7,14167,'DAY','2013-11-18 20:55:44'),(56309,1,14168,'3589577','2013-11-18 21:03:42'),(56310,2,14168,'593906','2013-11-18 21:03:42'),(56311,3,14168,'','2013-11-18 21:03:42'),(56312,4,14168,'OPD','2013-11-18 21:03:42'),(56313,5,14168,'','2013-11-18 21:03:42'),(56314,6,14168,'179.00','2013-11-18 21:03:42'),(56315,7,14168,'DAY','2013-11-18 21:03:42'),(56316,1,14170,'','2013-11-18 21:03:42'),(56317,2,14170,'','2013-11-18 21:03:42'),(56318,3,14170,'','2013-11-18 21:03:42'),(56319,4,14170,'','2013-11-18 21:03:42'),(56320,5,14170,'','2013-11-18 21:03:42'),(56321,6,14170,'','2013-11-18 21:03:42'),(56322,7,14170,'DAY','2013-11-18 21:03:42'),(56323,1,14173,'','2013-11-18 21:03:42'),(56324,2,14173,'','2013-11-18 21:03:42'),(56325,3,14173,'','2013-11-18 21:03:42'),(56326,4,14173,'','2013-11-18 21:03:42'),(56327,5,14173,'','2013-11-18 21:03:42'),(56328,6,14173,'','2013-11-18 21:03:42'),(56329,7,14173,'DAY','2013-11-18 21:03:42'),(56330,1,14174,'3587532','2013-11-18 21:05:51'),(56331,2,14174,'','2013-11-18 21:05:51'),(56332,3,14174,'','2013-11-18 21:05:51'),(56333,4,14174,'OPD','2013-11-18 21:05:51'),(56334,5,14174,'','2013-11-18 21:05:51'),(56335,6,14174,'','2013-11-18 21:05:51'),(56336,7,14174,'DAY','2013-11-18 21:05:51'),(56337,1,14175,'3589626','2013-11-18 21:10:22'),(56338,2,14175,'','2013-11-18 21:10:22'),(56339,3,14175,'','2013-11-18 21:10:22'),(56340,4,14175,'OPD','2013-11-18 21:10:22'),(56341,5,14175,'','2013-11-18 21:10:22'),(56342,6,14175,'22.00','2013-11-18 21:10:22'),(56343,7,14175,'DAY','2013-11-18 21:10:22'),(56344,1,14176,'593903','2013-11-18 21:14:49'),(56345,2,14176,'3589623','2013-11-18 21:14:49'),(56346,3,14176,'','2013-11-18 21:14:49'),(56347,4,14176,'OPD','2013-11-18 21:14:49'),(56348,5,14176,'','2013-11-18 21:14:49'),(56349,6,14176,'','2013-11-18 21:14:49'),(56350,7,14176,'DAY','2013-11-18 21:14:49'),(56351,1,14178,'','2013-11-18 21:14:50'),(56352,2,14178,'','2013-11-18 21:14:50'),(56353,3,14178,'','2013-11-18 21:14:50'),(56354,4,14178,'','2013-11-18 21:14:50'),(56355,5,14178,'','2013-11-18 21:14:50'),(56356,6,14178,'','2013-11-18 21:14:50'),(56357,7,14178,'DAY','2013-11-18 21:14:50'),(56358,1,14179,'3589641','2013-11-18 21:17:44'),(56359,2,14179,'','2013-11-18 21:17:44'),(56360,3,14179,'','2013-11-18 21:17:44'),(56361,4,14179,'OPD','2013-11-18 21:17:44'),(56362,5,14179,'','2013-11-18 21:17:44'),(56363,6,14179,'','2013-11-18 21:17:44'),(56364,7,14179,'DAY','2013-11-18 21:17:44'),(56365,1,14181,'','2013-11-18 21:17:44'),(56366,2,14181,'','2013-11-18 21:17:44'),(56367,3,14181,'','2013-11-18 21:17:44'),(56368,4,14181,'','2013-11-18 21:17:44'),(56369,5,14181,'','2013-11-18 21:17:44'),(56370,6,14181,'','2013-11-18 21:17:44'),(56371,7,14181,'DAY','2013-11-18 21:17:44'),(56372,1,14184,'','2013-11-18 21:17:45'),(56373,2,14184,'','2013-11-18 21:17:45'),(56374,3,14184,'','2013-11-18 21:17:45'),(56375,4,14184,'','2013-11-18 21:17:45'),(56376,5,14184,'','2013-11-18 21:17:45'),(56377,6,14184,'','2013-11-18 21:17:45'),(56378,7,14184,'DAY','2013-11-18 21:17:45'),(56379,1,14188,'','2013-11-18 21:17:45'),(56380,2,14188,'','2013-11-18 21:17:45'),(56381,3,14188,'','2013-11-18 21:17:45'),(56382,4,14188,'','2013-11-18 21:17:45'),(56383,5,14188,'','2013-11-18 21:17:45'),(56384,6,14188,'','2013-11-18 21:17:45'),(56385,7,14188,'DAY','2013-11-18 21:17:45'),(56386,1,14189,'3589636','2013-11-18 21:21:41'),(56387,2,14189,'','2013-11-18 21:21:41'),(56388,3,14189,'','2013-11-18 21:21:41'),(56389,4,14189,'OPD','2013-11-18 21:21:41'),(56390,5,14189,'','2013-11-18 21:21:41'),(56391,6,14189,'22.00','2013-11-18 21:21:41'),(56392,7,14189,'DAY','2013-11-18 21:21:41'),(56393,1,14190,'3589645','2013-11-18 21:25:20'),(56394,2,14190,'593909','2013-11-18 21:25:20'),(56395,3,14190,'','2013-11-18 21:25:20'),(56396,4,14190,'OPD','2013-11-18 21:25:20'),(56397,5,14190,'','2013-11-18 21:25:20'),(56398,6,14190,'47.00','2013-11-18 21:25:20'),(56399,7,14190,'DAY','2013-11-18 21:25:20'),(56400,1,14192,'','2013-11-18 21:25:21'),(56401,2,14192,'','2013-11-18 21:25:21'),(56402,3,14192,'','2013-11-18 21:25:21'),(56403,4,14192,'','2013-11-18 21:25:21'),(56404,5,14192,'','2013-11-18 21:25:21'),(56405,6,14192,'','2013-11-18 21:25:21'),(56406,7,14192,'DAY','2013-11-18 21:25:21'),(56407,1,14193,'3589652','2013-11-18 21:29:59'),(56408,2,14193,'593915','2013-11-18 21:29:59'),(56409,3,14193,'','2013-11-18 21:29:59'),(56410,4,14193,'OPD','2013-11-18 21:29:59'),(56411,5,14193,'','2013-11-18 21:29:59'),(56412,6,14193,'24.00','2013-11-18 21:29:59'),(56413,7,14193,'DAY','2013-11-18 21:29:59'),(56414,1,14194,'3589669','2013-11-18 21:36:51'),(56415,2,14194,'','2013-11-18 21:36:51'),(56416,3,14194,'','2013-11-18 21:36:51'),(56417,4,14194,'OPD','2013-11-18 21:36:51'),(56418,5,14194,'','2013-11-18 21:36:51'),(56419,6,14194,'36.00','2013-11-18 21:36:51'),(56420,7,14194,'DAY','2013-11-18 21:36:51'),(56421,1,14196,'','2013-11-18 21:36:51'),(56422,2,14196,'','2013-11-18 21:36:51'),(56423,3,14196,'','2013-11-18 21:36:51'),(56424,4,14196,'','2013-11-18 21:36:51'),(56425,5,14196,'','2013-11-18 21:36:51'),(56426,6,14196,'','2013-11-18 21:36:51'),(56427,7,14196,'DAY','2013-11-18 21:36:51'),(56428,1,14197,'3589673','2013-11-18 21:41:11'),(56429,2,14197,'','2013-11-18 21:41:11'),(56430,3,14197,'','2013-11-18 21:41:11'),(56431,4,14197,'OPD','2013-11-18 21:41:11'),(56432,5,14197,'','2013-11-18 21:41:11'),(56433,6,14197,'81.00','2013-11-18 21:41:11'),(56434,7,14197,'DAY','2013-11-18 21:41:11'),(56435,1,14198,'3589674','2013-11-18 21:42:53'),(56436,2,14198,'','2013-11-18 21:42:53'),(56437,3,14198,'','2013-11-18 21:42:53'),(56438,4,14198,'OPD','2013-11-18 21:42:53'),(56439,5,14198,'','2013-11-18 21:42:53'),(56440,6,14198,'132.00','2013-11-18 21:42:53'),(56441,7,14198,'DAY','2013-11-18 21:42:53'),(56442,1,14200,'','2013-11-18 21:42:53'),(56443,2,14200,'','2013-11-18 21:42:53'),(56444,3,14200,'','2013-11-18 21:42:53'),(56445,4,14200,'','2013-11-18 21:42:53'),(56446,5,14200,'','2013-11-18 21:42:53'),(56447,6,14200,'','2013-11-18 21:42:53'),(56448,7,14200,'DAY','2013-11-18 21:42:53'),(56449,1,14201,'','2013-11-18 21:49:06'),(56450,2,14201,'','2013-11-18 21:49:06'),(56451,3,14201,'','2013-11-18 21:49:06'),(56452,4,14201,'','2013-11-18 21:49:06'),(56453,5,14201,'','2013-11-18 21:49:06'),(56454,6,14201,'','2013-11-18 21:49:06'),(56455,7,14201,'DAY','2013-11-18 21:49:06'),(56456,1,14202,'3589682','2013-11-18 21:56:44'),(56457,2,14202,'','2013-11-18 21:56:44'),(56458,3,14202,'','2013-11-18 21:56:44'),(56459,4,14202,'OPD','2013-11-18 21:56:44'),(56460,5,14202,'','2013-11-18 21:56:44'),(56461,6,14202,'192.00','2013-11-18 21:56:44'),(56462,7,14202,'DAY','2013-11-18 21:56:44'),(56463,1,14204,'','2013-11-18 21:56:44'),(56464,2,14204,'','2013-11-18 21:56:44'),(56465,3,14204,'','2013-11-18 21:56:44'),(56466,4,14204,'','2013-11-18 21:56:44'),(56467,5,14204,'','2013-11-18 21:56:44'),(56468,6,14204,'','2013-11-18 21:56:44'),(56469,7,14204,'DAY','2013-11-18 21:56:44'),(56470,1,14205,'3589695','2013-11-18 22:19:13'),(56471,2,14205,'','2013-11-18 22:19:13'),(56472,3,14205,'','2013-11-18 22:19:13'),(56473,4,14205,'OPD','2013-11-18 22:19:13'),(56474,5,14205,'','2013-11-18 22:19:13'),(56475,6,14205,'205.00','2013-11-18 22:19:13'),(56476,7,14205,'DAY','2013-11-18 22:19:13'),(56477,1,14207,'','2013-11-18 22:19:13'),(56478,2,14207,'','2013-11-18 22:19:13'),(56479,3,14207,'','2013-11-18 22:19:13'),(56480,4,14207,'','2013-11-18 22:19:13'),(56481,5,14207,'','2013-11-18 22:19:13'),(56482,6,14207,'','2013-11-18 22:19:13'),(56483,7,14207,'DAY','2013-11-18 22:19:13'),(56484,1,14208,'3589699','2013-11-18 22:21:47'),(56485,2,14208,'','2013-11-18 22:21:47'),(56486,3,14208,'','2013-11-18 22:21:47'),(56487,4,14208,'OPD','2013-11-18 22:21:47'),(56488,5,14208,'','2013-11-18 22:21:47'),(56489,6,14208,'59.24','2013-11-18 22:21:47'),(56490,7,14208,'DAY','2013-11-18 22:21:47'),(56491,1,14209,'3569661','2013-11-18 22:25:06'),(56492,2,14209,'','2013-11-18 22:25:06'),(56493,3,14209,'','2013-11-18 22:25:06'),(56494,4,14209,'OPD','2013-11-18 22:25:06'),(56495,5,14209,'','2013-11-18 22:25:06'),(56496,6,14209,'84.00','2013-11-18 22:25:06'),(56497,7,14209,'DAY','2013-11-18 22:25:06'),(56498,1,14211,'','2013-11-18 22:25:06'),(56499,2,14211,'','2013-11-18 22:25:06'),(56500,3,14211,'','2013-11-18 22:25:06'),(56501,4,14211,'','2013-11-18 22:25:06'),(56502,5,14211,'','2013-11-18 22:25:06'),(56503,6,14211,'','2013-11-18 22:25:06'),(56504,7,14211,'DAY','2013-11-18 22:25:06'),(56505,1,14212,'3580948','2013-11-18 22:38:15'),(56506,2,14212,'','2013-11-18 22:38:15'),(56507,3,14212,'','2013-11-18 22:38:15'),(56508,4,14212,'OPD','2013-11-18 22:38:15'),(56509,5,14212,'','2013-11-18 22:38:15'),(56510,6,14212,'128.00','2013-11-18 22:38:15'),(56511,7,14212,'DAY','2013-11-18 22:38:15'),(56512,1,14213,'3589712','2013-11-18 22:44:09'),(56513,2,14213,'','2013-11-18 22:44:09'),(56514,3,14213,'','2013-11-18 22:44:09'),(56515,4,14213,'OPD','2013-11-18 22:44:09'),(56516,5,14213,'','2013-11-18 22:44:09'),(56517,6,14213,'64.00','2013-11-18 22:44:09'),(56518,7,14213,'DAY','2013-11-18 22:44:09'),(56519,1,14215,'','2013-11-18 22:44:10'),(56520,2,14215,'','2013-11-18 22:44:10'),(56521,3,14215,'','2013-11-18 22:44:10'),(56522,4,14215,'','2013-11-18 22:44:10'),(56523,5,14215,'','2013-11-18 22:44:10'),(56524,6,14215,'','2013-11-18 22:44:10'),(56525,7,14215,'DAY','2013-11-18 22:44:10'),(56526,1,14216,'3589728','2013-11-18 23:06:16'),(56527,2,14216,'593939','2013-11-18 23:06:16'),(56528,3,14216,'','2013-11-18 23:06:16'),(56529,4,14216,'OPD','2013-11-18 23:06:16'),(56530,5,14216,'','2013-11-18 23:06:16'),(56531,6,14216,'189.00','2013-11-18 23:06:16'),(56532,7,14216,'DAY','2013-11-18 23:06:16'),(56533,1,14218,'','2013-11-18 23:06:16'),(56534,2,14218,'','2013-11-18 23:06:16'),(56535,3,14218,'','2013-11-18 23:06:16'),(56536,4,14218,'','2013-11-18 23:06:16'),(56537,5,14218,'','2013-11-18 23:06:16'),(56538,6,14218,'','2013-11-18 23:06:16'),(56539,7,14218,'DAY','2013-11-18 23:06:16'),(56540,1,14221,'','2013-11-18 23:06:17'),(56541,2,14221,'','2013-11-18 23:06:17'),(56542,3,14221,'','2013-11-18 23:06:17'),(56543,4,14221,'','2013-11-18 23:06:17'),(56544,5,14221,'','2013-11-18 23:06:17'),(56545,6,14221,'','2013-11-18 23:06:17'),(56546,7,14221,'DAY','2013-11-18 23:06:17'),(56547,1,14225,'','2013-11-18 23:06:17'),(56548,2,14225,'','2013-11-18 23:06:17'),(56549,3,14225,'','2013-11-18 23:06:17'),(56550,4,14225,'','2013-11-18 23:06:17'),(56551,5,14225,'','2013-11-18 23:06:17'),(56552,6,14225,'','2013-11-18 23:06:17'),(56553,7,14225,'DAY','2013-11-18 23:06:17'),(56554,1,14226,'3589738','2013-11-18 23:25:15'),(56555,2,14226,'593945','2013-11-18 23:25:15'),(56556,3,14226,'','2013-11-18 23:25:15'),(56557,4,14226,'OPD','2013-11-18 23:25:15'),(56558,5,14226,'','2013-11-18 23:25:15'),(56559,6,14226,'72.00','2013-11-18 23:25:15'),(56560,7,14226,'DAY','2013-11-18 23:25:15'),(56561,1,14228,'','2013-11-18 23:25:15'),(56562,2,14228,'','2013-11-18 23:25:15'),(56563,3,14228,'','2013-11-18 23:25:15'),(56564,4,14228,'','2013-11-18 23:25:15'),(56565,5,14228,'','2013-11-18 23:25:15'),(56566,6,14228,'','2013-11-18 23:25:15'),(56567,7,14228,'DAY','2013-11-18 23:25:15'),(56568,1,14229,'3589732','2013-11-18 23:42:17'),(56569,2,14229,'','2013-11-18 23:42:17'),(56570,3,14229,'','2013-11-18 23:42:17'),(56571,4,14229,'OPD','2013-11-18 23:42:17'),(56572,5,14229,'','2013-11-18 23:42:17'),(56573,6,14229,'61.00','2013-11-18 23:42:17'),(56574,7,14229,'DAY','2013-11-18 23:42:17'),(56575,1,14230,'3589756','2013-11-19 00:04:57'),(56576,2,14230,'','2013-11-19 00:04:57'),(56577,3,14230,'','2013-11-19 00:04:57'),(56578,4,14230,'','2013-11-19 00:04:57'),(56579,5,14230,'','2013-11-19 00:04:57'),(56580,6,14230,'40.00','2013-11-19 00:04:57'),(56581,7,14230,'DAY','2013-11-19 00:04:57'),(56582,1,14231,'','2013-11-19 00:24:30'),(56583,2,14231,'','2013-11-19 00:24:30'),(56584,3,14231,'','2013-11-19 00:24:30'),(56585,4,14231,'','2013-11-19 00:24:30'),(56586,5,14231,'','2013-11-19 00:24:30'),(56587,6,14231,'13.00','2013-11-19 00:24:30'),(56588,7,14231,'DAY','2013-11-19 00:24:30'),(56589,1,14232,'3589764','2013-11-19 00:33:45'),(56590,2,14232,'593960','2013-11-19 00:33:45'),(56591,3,14232,'','2013-11-19 00:33:45'),(56592,4,14232,'OPD','2013-11-19 00:33:45'),(56593,5,14232,'','2013-11-19 00:33:45'),(56594,6,14232,'156.00','2013-11-19 00:33:45'),(56595,7,14232,'DAY','2013-11-19 00:33:45'),(56596,1,14234,'','2013-11-19 00:33:45'),(56597,2,14234,'','2013-11-19 00:33:45'),(56598,3,14234,'','2013-11-19 00:33:45'),(56599,4,14234,'','2013-11-19 00:33:45'),(56600,5,14234,'','2013-11-19 00:33:45'),(56601,6,14234,'','2013-11-19 00:33:45'),(56602,7,14234,'DAY','2013-11-19 00:33:45'),(56603,1,14237,'','2013-11-19 00:33:46'),(56604,2,14237,'','2013-11-19 00:33:46'),(56605,3,14237,'','2013-11-19 00:33:46'),(56606,4,14237,'','2013-11-19 00:33:46'),(56607,5,14237,'','2013-11-19 00:33:46'),(56608,6,14237,'','2013-11-19 00:33:46'),(56609,7,14237,'DAY','2013-11-19 00:33:46'),(56610,1,14241,'','2013-11-19 00:33:46'),(56611,2,14241,'','2013-11-19 00:33:46'),(56612,3,14241,'','2013-11-19 00:33:46'),(56613,4,14241,'','2013-11-19 00:33:46'),(56614,5,14241,'','2013-11-19 00:33:46'),(56615,6,14241,'','2013-11-19 00:33:46'),(56616,7,14241,'DAY','2013-11-19 00:33:46'),(56617,1,14246,'','2013-11-19 00:33:46'),(56618,2,14246,'','2013-11-19 00:33:46'),(56619,3,14246,'','2013-11-19 00:33:46'),(56620,4,14246,'','2013-11-19 00:33:46'),(56621,5,14246,'','2013-11-19 00:33:46'),(56622,6,14246,'','2013-11-19 00:33:46'),(56623,7,14246,'DAY','2013-11-19 00:33:46'),(56624,1,14247,'3589772','2013-11-19 00:40:31'),(56625,2,14247,'','2013-11-19 00:40:31'),(56626,3,14247,'','2013-11-19 00:40:31'),(56627,4,14247,'OPD','2013-11-19 00:40:31'),(56628,5,14247,'','2013-11-19 00:40:31'),(56629,6,14247,'52.00','2013-11-19 00:40:31'),(56630,7,14247,'DAY','2013-11-19 00:40:31'),(56631,1,14249,'','2013-11-19 00:40:31'),(56632,2,14249,'','2013-11-19 00:40:31'),(56633,3,14249,'','2013-11-19 00:40:31'),(56634,4,14249,'','2013-11-19 00:40:31'),(56635,5,14249,'','2013-11-19 00:40:31'),(56636,6,14249,'','2013-11-19 00:40:31'),(56637,7,14249,'DAY','2013-11-19 00:40:31'),(56638,1,14250,'3589791','2013-11-19 01:09:09'),(56639,2,14250,'593968','2013-11-19 01:09:09'),(56640,3,14250,'','2013-11-19 01:09:09'),(56641,4,14250,'OPD','2013-11-19 01:09:09'),(56642,5,14250,'','2013-11-19 01:09:09'),(56643,6,14250,'72.00','2013-11-19 01:09:09'),(56644,7,14250,'DAY','2013-11-19 01:09:09'),(56645,1,14252,'','2013-11-19 01:09:09'),(56646,2,14252,'','2013-11-19 01:09:09'),(56647,3,14252,'','2013-11-19 01:09:09'),(56648,4,14252,'','2013-11-19 01:09:09'),(56649,5,14252,'','2013-11-19 01:09:09'),(56650,6,14252,'','2013-11-19 01:09:09'),(56651,7,14252,'DAY','2013-11-19 01:09:09'),(56652,1,14253,'3581066','2013-11-19 01:12:14'),(56653,2,14253,'','2013-11-19 01:12:14'),(56654,3,14253,'','2013-11-19 01:12:14'),(56655,4,14253,'OPD','2013-11-19 01:12:14'),(56656,5,14253,'','2013-11-19 01:12:14'),(56657,6,14253,'161.00','2013-11-19 01:12:14'),(56658,7,14253,'DAY','2013-11-19 01:12:14'),(56659,1,14254,'3580976','2013-11-19 01:14:53'),(56660,2,14254,'','2013-11-19 01:14:53'),(56661,3,14254,'','2013-11-19 01:14:53'),(56662,4,14254,'OPD','2013-11-19 01:14:53'),(56663,5,14254,'','2013-11-19 01:14:53'),(56664,6,14254,'128.00','2013-11-19 01:14:53'),(56665,7,14254,'DAY','2013-11-19 01:14:53'),(56666,1,14255,'3589793','2013-11-19 01:18:43'),(56667,2,14255,'','2013-11-19 01:18:43'),(56668,3,14255,'','2013-11-19 01:18:43'),(56669,4,14255,'OPD','2013-11-19 01:18:43'),(56670,5,14255,'','2013-11-19 01:18:43'),(56671,6,14255,'157.90','2013-11-19 01:18:43'),(56672,7,14255,'DAY','2013-11-19 01:18:43'),(56673,1,14257,'','2013-11-19 01:18:43'),(56674,2,14257,'','2013-11-19 01:18:43'),(56675,3,14257,'','2013-11-19 01:18:43'),(56676,4,14257,'','2013-11-19 01:18:43'),(56677,5,14257,'','2013-11-19 01:18:43'),(56678,6,14257,'','2013-11-19 01:18:43'),(56679,7,14257,'DAY','2013-11-19 01:18:43'),(56680,1,14260,'','2013-11-19 01:18:44'),(56681,2,14260,'','2013-11-19 01:18:44'),(56682,3,14260,'','2013-11-19 01:18:44'),(56683,4,14260,'','2013-11-19 01:18:44'),(56684,5,14260,'','2013-11-19 01:18:44'),(56685,6,14260,'','2013-11-19 01:18:44'),(56686,7,14260,'DAY','2013-11-19 01:18:44'),(56687,1,14261,'3589802','2013-11-19 01:28:20'),(56688,2,14261,'','2013-11-19 01:28:20'),(56689,3,14261,'','2013-11-19 01:28:20'),(56690,4,14261,'OPD','2013-11-19 01:28:20'),(56691,5,14261,'','2013-11-19 01:28:20'),(56692,6,14261,'79.00','2013-11-19 01:28:20'),(56693,7,14261,'DAY','2013-11-19 01:28:20'),(56694,1,14263,'','2013-11-19 01:28:20'),(56695,2,14263,'','2013-11-19 01:28:20'),(56696,3,14263,'','2013-11-19 01:28:20'),(56697,4,14263,'','2013-11-19 01:28:20'),(56698,5,14263,'','2013-11-19 01:28:20'),(56699,6,14263,'','2013-11-19 01:28:20'),(56700,7,14263,'DAY','2013-11-19 01:28:20'),(56701,1,14264,'3589828','2013-11-19 02:05:55'),(56702,2,14264,'','2013-11-19 02:05:55'),(56703,3,14264,'','2013-11-19 02:05:55'),(56704,4,14264,'OPD','2013-11-19 02:05:55'),(56705,5,14264,'','2013-11-19 02:05:55'),(56706,6,14264,'35.00','2013-11-19 02:05:55'),(56707,7,14264,'DAY','2013-11-19 02:05:55'),(56708,1,14266,'','2013-11-19 02:05:56'),(56709,2,14266,'','2013-11-19 02:05:56'),(56710,3,14266,'','2013-11-19 02:05:56'),(56711,4,14266,'','2013-11-19 02:05:56'),(56712,5,14266,'','2013-11-19 02:05:56'),(56713,6,14266,'','2013-11-19 02:05:56'),(56714,7,14266,'DAY','2013-11-19 02:05:56'),(56715,1,14267,'3589844','2013-11-19 02:12:50'),(56716,2,14267,'','2013-11-19 02:12:50'),(56717,3,14267,'','2013-11-19 02:12:50'),(56718,4,14267,'OPD','2013-11-19 02:12:50'),(56719,5,14267,'','2013-11-19 02:12:50'),(56720,6,14267,'157.00','2013-11-19 02:12:50'),(56721,7,14267,'DAY','2013-11-19 02:12:50'),(56722,1,14269,'','2013-11-19 02:12:51'),(56723,2,14269,'','2013-11-19 02:12:51'),(56724,3,14269,'','2013-11-19 02:12:51'),(56725,4,14269,'','2013-11-19 02:12:51'),(56726,5,14269,'','2013-11-19 02:12:51'),(56727,6,14269,'','2013-11-19 02:12:51'),(56728,7,14269,'DAY','2013-11-19 02:12:51'),(56729,1,14270,'3589852','2013-11-19 02:17:16'),(56730,2,14270,'','2013-11-19 02:17:16'),(56731,3,14270,'','2013-11-19 02:17:16'),(56732,4,14270,'WARD','2013-11-19 02:17:16'),(56733,5,14270,'218066','2013-11-19 02:17:16'),(56734,6,14270,'126.00','2013-11-19 02:17:16'),(56735,7,14270,'DAY','2013-11-19 02:17:16'),(56736,1,14272,'','2013-11-19 02:17:16'),(56737,2,14272,'','2013-11-19 02:17:16'),(56738,3,14272,'','2013-11-19 02:17:16'),(56739,4,14272,'','2013-11-19 02:17:16'),(56740,5,14272,'','2013-11-19 02:17:16'),(56741,6,14272,'','2013-11-19 02:17:16'),(56742,7,14272,'DAY','2013-11-19 02:17:16'),(56743,1,14273,'3589868','2013-11-19 02:29:17'),(56744,2,14273,'','2013-11-19 02:29:17'),(56745,3,14273,'','2013-11-19 02:29:17'),(56746,4,14273,'OPD','2013-11-19 02:29:17'),(56747,5,14273,'','2013-11-19 02:29:17'),(56748,6,14273,'27.00','2013-11-19 02:29:17'),(56749,7,14273,'DAY','2013-11-19 02:29:17'),(56750,1,14274,'3589873','2013-11-19 02:34:36'),(56751,2,14274,'','2013-11-19 02:34:36'),(56752,3,14274,'','2013-11-19 02:34:36'),(56753,4,14274,'OPD','2013-11-19 02:34:36'),(56754,5,14274,'','2013-11-19 02:34:36'),(56755,6,14274,'15.00','2013-11-19 02:34:36'),(56756,7,14274,'DAY','2013-11-19 02:34:36'),(56757,1,14275,'3589871','2013-11-19 02:36:28'),(56758,2,14275,'','2013-11-19 02:36:28'),(56759,3,14275,'','2013-11-19 02:36:28'),(56760,4,14275,'WARD','2013-11-19 02:36:28'),(56761,5,14275,'218064','2013-11-19 02:36:28'),(56762,6,14275,'130.00','2013-11-19 02:36:28'),(56763,7,14275,'DAY','2013-11-19 02:36:28'),(56764,1,14276,'3589884','2013-11-19 02:45:35'),(56765,2,14276,'','2013-11-19 02:45:35'),(56766,3,14276,'','2013-11-19 02:45:35'),(56767,4,14276,'OPD','2013-11-19 02:45:35'),(56768,5,14276,'','2013-11-19 02:45:35'),(56769,6,14276,'72.00','2013-11-19 02:45:35'),(56770,7,14276,'DAY','2013-11-19 02:45:35'),(56771,1,14277,'3589910','2013-11-19 03:13:38'),(56772,2,14277,'','2013-11-19 03:13:38'),(56773,3,14277,'','2013-11-19 03:13:38'),(56774,4,14277,'OPD','2013-11-19 03:13:38'),(56775,5,14277,'','2013-11-19 03:13:38'),(56776,6,14277,'112.00','2013-11-19 03:13:38'),(56777,7,14277,'DAY','2013-11-19 03:13:38'),(56778,1,14279,'','2013-11-19 03:13:39'),(56779,2,14279,'','2013-11-19 03:13:39'),(56780,3,14279,'','2013-11-19 03:13:39'),(56781,4,14279,'','2013-11-19 03:13:39'),(56782,5,14279,'','2013-11-19 03:13:39'),(56783,6,14279,'','2013-11-19 03:13:39'),(56784,7,14279,'DAY','2013-11-19 03:13:39'),(56785,1,14282,'','2013-11-19 03:13:39'),(56786,2,14282,'','2013-11-19 03:13:39'),(56787,3,14282,'','2013-11-19 03:13:39'),(56788,4,14282,'','2013-11-19 03:13:39'),(56789,5,14282,'','2013-11-19 03:13:39'),(56790,6,14282,'','2013-11-19 03:13:39'),(56791,7,14282,'DAY','2013-11-19 03:13:39'),(56792,1,14283,'3589912','2013-11-19 03:16:29'),(56793,2,14283,'','2013-11-19 03:16:29'),(56794,3,14283,'','2013-11-19 03:16:29'),(56795,4,14283,'OPD','2013-11-19 03:16:29'),(56796,5,14283,'','2013-11-19 03:16:29'),(56797,6,14283,'81.00','2013-11-19 03:16:29'),(56798,7,14283,'DAY','2013-11-19 03:16:29'),(56799,1,14284,'3589921','2013-11-19 03:24:57'),(56800,2,14284,'','2013-11-19 03:24:57'),(56801,3,14284,'','2013-11-19 03:24:57'),(56802,4,14284,'OPD','2013-11-19 03:24:57'),(56803,5,14284,'','2013-11-19 03:24:57'),(56804,6,14284,'80','2013-11-19 03:24:57'),(56805,7,14284,'NIGHT','2013-11-19 03:24:57'),(56806,1,14285,'3589941','2013-11-19 04:32:10'),(56807,2,14285,'','2013-11-19 04:32:10'),(56808,3,14285,'','2013-11-19 04:32:10'),(56809,4,14285,'OPD','2013-11-19 04:32:10'),(56810,5,14285,'','2013-11-19 04:32:10'),(56811,6,14285,'50','2013-11-19 04:32:10'),(56812,7,14285,'NIGHT','2013-11-19 04:32:10'),(56813,1,14287,'','2013-11-19 04:32:10'),(56814,2,14287,'','2013-11-19 04:32:10'),(56815,3,14287,'','2013-11-19 04:32:10'),(56816,4,14287,'','2013-11-19 04:32:10'),(56817,5,14287,'','2013-11-19 04:32:10'),(56818,6,14287,'','2013-11-19 04:32:10'),(56819,7,14287,'NIGHT','2013-11-19 04:32:10'),(56820,1,14288,'3589942','2013-11-19 04:34:11'),(56821,2,14288,'','2013-11-19 04:34:11'),(56822,3,14288,'','2013-11-19 04:34:11'),(56823,4,14288,'OPD','2013-11-19 04:34:11'),(56824,5,14288,'','2013-11-19 04:34:11'),(56825,6,14288,'37','2013-11-19 04:34:11'),(56826,7,14288,'NIGHT','2013-11-19 04:34:11'),(56827,1,14289,'3589944','2013-11-19 04:56:03'),(56828,2,14289,'','2013-11-19 04:56:03'),(56829,3,14289,'','2013-11-19 04:56:03'),(56830,4,14289,'OPD','2013-11-19 04:56:03'),(56831,5,14289,'','2013-11-19 04:56:03'),(56832,6,14289,'126','2013-11-19 04:56:03'),(56833,7,14289,'NIGHT','2013-11-19 04:56:03'),(56834,1,14291,'','2013-11-19 04:56:03'),(56835,2,14291,'','2013-11-19 04:56:03'),(56836,3,14291,'','2013-11-19 04:56:03'),(56837,4,14291,'','2013-11-19 04:56:03'),(56838,5,14291,'','2013-11-19 04:56:03'),(56839,6,14291,'','2013-11-19 04:56:03'),(56840,7,14291,'NIGHT','2013-11-19 04:56:03'),(56841,1,14294,'','2013-11-19 04:56:03'),(56842,2,14294,'','2013-11-19 04:56:03'),(56843,3,14294,'','2013-11-19 04:56:03'),(56844,4,14294,'','2013-11-19 04:56:03'),(56845,5,14294,'','2013-11-19 04:56:03'),(56846,6,14294,'','2013-11-19 04:56:03'),(56847,7,14294,'NIGHT','2013-11-19 04:56:03'),(56848,1,14295,'3589946','2013-11-19 05:01:53'),(56849,2,14295,'593997','2013-11-19 05:01:53'),(56850,3,14295,'','2013-11-19 05:01:53'),(56851,4,14295,'OPD','2013-11-19 05:01:53'),(56852,5,14295,'','2013-11-19 05:01:53'),(56853,6,14295,'135','2013-11-19 05:01:53'),(56854,7,14295,'NIGHT','2013-11-19 05:01:53'),(56855,1,14297,'','2013-11-19 05:01:53'),(56856,2,14297,'','2013-11-19 05:01:53'),(56857,3,14297,'','2013-11-19 05:01:53'),(56858,4,14297,'','2013-11-19 05:01:53'),(56859,5,14297,'','2013-11-19 05:01:53'),(56860,6,14297,'','2013-11-19 05:01:53'),(56861,7,14297,'NIGHT','2013-11-19 05:01:53'),(56862,1,14300,'','2013-11-19 05:01:54'),(56863,2,14300,'','2013-11-19 05:01:54'),(56864,3,14300,'','2013-11-19 05:01:54'),(56865,4,14300,'','2013-11-19 05:01:54'),(56866,5,14300,'','2013-11-19 05:01:54'),(56867,6,14300,'','2013-11-19 05:01:54'),(56868,7,14300,'NIGHT','2013-11-19 05:01:54'),(56869,1,14301,'3589948','2013-11-19 05:08:53'),(56870,2,14301,'','2013-11-19 05:08:53'),(56871,3,14301,'','2013-11-19 05:08:53'),(56872,4,14301,'OPD','2013-11-19 05:08:53'),(56873,5,14301,'','2013-11-19 05:08:53'),(56874,6,14301,'50','2013-11-19 05:08:53'),(56875,7,14301,'NIGHT','2013-11-19 05:08:53'),(56876,1,14303,'','2013-11-19 05:08:54'),(56877,2,14303,'','2013-11-19 05:08:54'),(56878,3,14303,'','2013-11-19 05:08:54'),(56879,4,14303,'','2013-11-19 05:08:54'),(56880,5,14303,'','2013-11-19 05:08:54'),(56881,6,14303,'','2013-11-19 05:08:54'),(56882,7,14303,'NIGHT','2013-11-19 05:08:54'),(56883,1,14304,'','2013-11-19 05:09:40'),(56884,2,14304,'','2013-11-19 05:09:40'),(56885,3,14304,'','2013-11-19 05:09:40'),(56886,4,14304,'','2013-11-19 05:09:40'),(56887,5,14304,'','2013-11-19 05:09:40'),(56888,6,14304,'','2013-11-19 05:09:40'),(56889,7,14304,'DAY','2013-11-19 05:09:40'),(56890,1,14305,'','2013-11-19 05:13:42'),(56891,2,14305,'','2013-11-19 05:13:42'),(56892,3,14305,'','2013-11-19 05:13:42'),(56893,4,14305,'','2013-11-19 05:13:42'),(56894,5,14305,'','2013-11-19 05:13:42'),(56895,6,14305,'','2013-11-19 05:13:42'),(56896,7,14305,'DAY','2013-11-19 05:13:42'),(56897,1,14306,'3589950','2013-11-19 05:20:28'),(56898,2,14306,'','2013-11-19 05:20:28'),(56899,3,14306,'','2013-11-19 05:20:28'),(56900,4,14306,'OPD','2013-11-19 05:20:28'),(56901,5,14306,'','2013-11-19 05:20:28'),(56902,6,14306,'141','2013-11-19 05:20:28'),(56903,7,14306,'NIGHT','2013-11-19 05:20:28'),(56904,1,14308,'','2013-11-19 05:20:28'),(56905,2,14308,'','2013-11-19 05:20:28'),(56906,3,14308,'','2013-11-19 05:20:28'),(56907,4,14308,'','2013-11-19 05:20:28'),(56908,5,14308,'','2013-11-19 05:20:28'),(56909,6,14308,'','2013-11-19 05:20:28'),(56910,7,14308,'NIGHT','2013-11-19 05:20:28'),(56911,1,14309,'3589949','2013-11-19 05:34:38'),(56912,2,14309,'','2013-11-19 05:34:38'),(56913,3,14309,'','2013-11-19 05:34:38'),(56914,4,14309,'OPD','2013-11-19 05:34:39'),(56915,5,14309,'','2013-11-19 05:34:39'),(56916,6,14309,'112','2013-11-19 05:34:39'),(56917,7,14309,'NIGHT','2013-11-19 05:34:39'),(56918,1,14311,'','2013-11-19 05:34:39'),(56919,2,14311,'','2013-11-19 05:34:39'),(56920,3,14311,'','2013-11-19 05:34:39'),(56921,4,14311,'','2013-11-19 05:34:39'),(56922,5,14311,'','2013-11-19 05:34:39'),(56923,6,14311,'','2013-11-19 05:34:39'),(56924,7,14311,'NIGHT','2013-11-19 05:34:39'),(56925,1,14314,'','2013-11-19 05:34:39'),(56926,2,14314,'','2013-11-19 05:34:39'),(56927,3,14314,'','2013-11-19 05:34:39'),(56928,4,14314,'','2013-11-19 05:34:39'),(56929,5,14314,'','2013-11-19 05:34:39'),(56930,6,14314,'','2013-11-19 05:34:39'),(56931,7,14314,'NIGHT','2013-11-19 05:34:39'),(56932,1,14315,'3589951','2013-11-19 05:46:25'),(56933,2,14315,'593998','2013-11-19 05:46:25'),(56934,3,14315,'','2013-11-19 05:46:25'),(56935,4,14315,'OPD','2013-11-19 05:46:25'),(56936,5,14315,'','2013-11-19 05:46:25'),(56937,6,14315,'91','2013-11-19 05:46:25'),(56938,7,14315,'NIGHT','2013-11-19 05:46:25'),(56939,1,14317,'','2013-11-19 05:46:26'),(56940,2,14317,'','2013-11-19 05:46:26'),(56941,3,14317,'','2013-11-19 05:46:26'),(56942,4,14317,'','2013-11-19 05:46:26'),(56943,5,14317,'','2013-11-19 05:46:26'),(56944,6,14317,'','2013-11-19 05:46:26'),(56945,7,14317,'NIGHT','2013-11-19 05:46:26'),(56946,1,14318,'3589952','2013-11-19 06:28:09'),(56947,2,14318,'','2013-11-19 06:28:09'),(56948,3,14318,'','2013-11-19 06:28:09'),(56949,4,14318,'OPD','2013-11-19 06:28:09'),(56950,5,14318,'','2013-11-19 06:28:09'),(56951,6,14318,'81','2013-11-19 06:28:09'),(56952,7,14318,'NIGHT','2013-11-19 06:28:09'),(56953,1,14319,'3589959','2013-11-19 06:42:55'),(56954,2,14319,'','2013-11-19 06:42:55'),(56955,3,14319,'','2013-11-19 06:42:55'),(56956,4,14319,'OPD','2013-11-19 06:42:55'),(56957,5,14319,'','2013-11-19 06:42:55'),(56958,6,14319,'30','2013-11-19 06:42:55'),(56959,7,14319,'NIGHT','2013-11-19 06:42:55'),(56960,1,14320,'3589960','2013-11-19 07:06:26'),(56961,2,14320,'','2013-11-19 07:06:26'),(56962,3,14320,'','2013-11-19 07:06:26'),(56963,4,14320,'OPD','2013-11-19 07:06:26'),(56964,5,14320,'','2013-11-19 07:06:26'),(56965,6,14320,'145','2013-11-19 07:06:26'),(56966,7,14320,'NIGHT','2013-11-19 07:06:26'),(56967,1,14322,'','2013-11-19 07:06:26'),(56968,2,14322,'','2013-11-19 07:06:26'),(56969,3,14322,'','2013-11-19 07:06:26'),(56970,4,14322,'','2013-11-19 07:06:26'),(56971,5,14322,'','2013-11-19 07:06:26'),(56972,6,14322,'','2013-11-19 07:06:26'),(56973,7,14322,'NIGHT','2013-11-19 07:06:26'),(56974,1,14325,'','2013-11-19 07:06:26'),(56975,2,14325,'','2013-11-19 07:06:26'),(56976,3,14325,'','2013-11-19 07:06:26'),(56977,4,14325,'','2013-11-19 07:06:26'),(56978,5,14325,'','2013-11-19 07:06:26'),(56979,6,14325,'','2013-11-19 07:06:26'),(56980,7,14325,'NIGHT','2013-11-19 07:06:26'),(56981,1,14326,'3589962','2013-11-19 08:06:13'),(56982,2,14326,'594000','2013-11-19 08:06:13'),(56983,3,14326,'','2013-11-19 08:06:13'),(56984,4,14326,'OPD','2013-11-19 08:06:13'),(56985,5,14326,'','2013-11-19 08:06:13'),(56986,6,14326,'64','2013-11-19 08:06:13'),(56987,7,14326,'NIGHT','2013-11-19 08:06:13'),(56988,1,14328,'','2013-11-19 08:06:13'),(56989,2,14328,'','2013-11-19 08:06:13'),(56990,3,14328,'','2013-11-19 08:06:13'),(56991,4,14328,'','2013-11-19 08:06:13'),(56992,5,14328,'','2013-11-19 08:06:13'),(56993,6,14328,'','2013-11-19 08:06:13'),(56994,7,14328,'NIGHT','2013-11-19 08:06:13'),(56995,1,14331,'','2013-11-19 08:06:14'),(56996,2,14331,'','2013-11-19 08:06:14'),(56997,3,14331,'','2013-11-19 08:06:14'),(56998,4,14331,'','2013-11-19 08:06:14'),(56999,5,14331,'','2013-11-19 08:06:14'),(57000,6,14331,'','2013-11-19 08:06:14'),(57001,7,14331,'NIGHT','2013-11-19 08:06:14'),(57002,1,14332,'3589970','2013-11-19 12:21:47'),(57003,2,14332,'594007','2013-11-19 12:21:47'),(57004,3,14332,'','2013-11-19 12:21:47'),(57005,4,14332,'WARD','2013-11-19 12:21:47'),(57006,5,14332,'218070','2013-11-19 12:21:47'),(57007,6,14332,'95','2013-11-19 12:21:47'),(57008,7,14332,'NIGHT','2013-11-19 12:21:47'),(57009,1,14334,'','2013-11-19 12:21:47'),(57010,2,14334,'','2013-11-19 12:21:47'),(57011,3,14334,'','2013-11-19 12:21:48'),(57012,4,14334,'','2013-11-19 12:21:48'),(57013,5,14334,'','2013-11-19 12:21:48'),(57014,6,14334,'','2013-11-19 12:21:48'),(57015,7,14334,'NIGHT','2013-11-19 12:21:48'),(57016,1,14335,'3525903','2013-11-19 14:12:13'),(57017,2,14335,'','2013-11-19 14:12:13'),(57018,3,14335,'','2013-11-19 14:12:13'),(57019,4,14335,'OPD','2013-11-19 14:12:13'),(57020,5,14335,'','2013-11-19 14:12:13'),(57021,6,14335,'12','2013-11-19 14:12:13'),(57022,7,14335,'NIGHT','2013-11-19 14:12:13'),(57023,1,14336,'3590010','2013-11-19 14:34:20'),(57024,2,14336,'594009','2013-11-19 14:34:20'),(57025,3,14336,'','2013-11-19 14:34:20'),(57026,4,14336,'OPD','2013-11-19 14:34:20'),(57027,5,14336,'','2013-11-19 14:34:20'),(57028,6,14336,'127','2013-11-19 14:34:20'),(57029,7,14336,'NIGHT','2013-11-19 14:34:20'),(57030,1,14338,'','2013-11-19 14:34:20'),(57031,2,14338,'','2013-11-19 14:34:20'),(57032,3,14338,'','2013-11-19 14:34:20'),(57033,4,14338,'','2013-11-19 14:34:20'),(57034,5,14338,'','2013-11-19 14:34:20'),(57035,6,14338,'','2013-11-19 14:34:20'),(57036,7,14338,'NIGHT','2013-11-19 14:34:20'),(57037,1,14339,'3590015','2013-11-19 14:47:43'),(57038,2,14339,'','2013-11-19 14:47:43'),(57039,3,14339,'','2013-11-19 14:47:43'),(57040,4,14339,'OPD','2013-11-19 14:47:43'),(57041,5,14339,'','2013-11-19 14:47:43'),(57042,6,14339,'124','2013-11-19 14:47:43'),(57043,7,14339,'NIGHT','2013-11-19 14:47:43'),(57044,1,14341,'','2013-11-19 14:47:44'),(57045,2,14341,'','2013-11-19 14:47:44'),(57046,3,14341,'','2013-11-19 14:47:44'),(57047,4,14341,'','2013-11-19 14:47:44'),(57048,5,14341,'','2013-11-19 14:47:44'),(57049,6,14341,'','2013-11-19 14:47:44'),(57050,7,14341,'NIGHT','2013-11-19 14:47:44'),(57051,1,14344,'','2013-11-19 14:47:44'),(57052,2,14344,'','2013-11-19 14:47:44'),(57053,3,14344,'','2013-11-19 14:47:44'),(57054,4,14344,'','2013-11-19 14:47:44'),(57055,5,14344,'','2013-11-19 14:47:44'),(57056,6,14344,'','2013-11-19 14:47:44'),(57057,7,14344,'NIGHT','2013-11-19 14:47:44'),(57058,1,14345,'3590016','2013-11-19 14:50:55'),(57059,2,14345,'594011','2013-11-19 14:50:55'),(57060,3,14345,'','2013-11-19 14:50:55'),(57061,4,14345,'OPD','2013-11-19 14:50:55'),(57062,5,14345,'','2013-11-19 14:50:55'),(57063,6,14345,'121','2013-11-19 14:50:55'),(57064,7,14345,'NIGHT','2013-11-19 14:50:55'),(57065,1,14347,'','2013-11-19 14:50:55'),(57066,2,14347,'','2013-11-19 14:50:55'),(57067,3,14347,'','2013-11-19 14:50:55'),(57068,4,14347,'','2013-11-19 14:50:55'),(57069,5,14347,'','2013-11-19 14:50:55'),(57070,6,14347,'','2013-11-19 14:50:55'),(57071,7,14347,'NIGHT','2013-11-19 14:50:55'),(57072,1,14348,'3548730/3585863','2013-11-19 15:00:15'),(57073,2,14348,'','2013-11-19 15:00:15'),(57074,3,14348,'','2013-11-19 15:00:15'),(57075,4,14348,'OPD','2013-11-19 15:00:15'),(57076,5,14348,'','2013-11-19 15:00:15'),(57077,6,14348,'64','2013-11-19 15:00:15'),(57078,7,14348,'NIGHT','2013-11-19 15:00:15'),(57079,1,14350,'','2013-11-19 15:00:15'),(57080,2,14350,'','2013-11-19 15:00:15'),(57081,3,14350,'','2013-11-19 15:00:15'),(57082,4,14350,'','2013-11-19 15:00:15'),(57083,5,14350,'','2013-11-19 15:00:15'),(57084,6,14350,'','2013-11-19 15:00:16'),(57085,7,14350,'NIGHT','2013-11-19 15:00:16'),(57086,1,14351,'3590020','2013-11-19 15:14:01'),(57087,2,14351,'594013','2013-11-19 15:14:01'),(57088,3,14351,'','2013-11-19 15:14:01'),(57089,4,14351,'OPD','2013-11-19 15:14:01'),(57090,5,14351,'','2013-11-19 15:14:01'),(57091,6,14351,'47','2013-11-19 15:14:01'),(57092,7,14351,'NIGHT','2013-11-19 15:14:01'),(57093,1,14353,'','2013-11-19 15:14:01'),(57094,2,14353,'','2013-11-19 15:14:01'),(57095,3,14353,'','2013-11-19 15:14:01'),(57096,4,14353,'','2013-11-19 15:14:01'),(57097,5,14353,'','2013-11-19 15:14:01'),(57098,6,14353,'','2013-11-19 15:14:01'),(57099,7,14353,'NIGHT','2013-11-19 15:14:01'),(57100,1,14354,'3590031','2013-11-19 15:45:27'),(57101,2,14354,'','2013-11-19 15:45:27'),(57102,3,14354,'','2013-11-19 15:45:27'),(57103,4,14354,'OPD','2013-11-19 15:45:27'),(57104,5,14354,'','2013-11-19 15:45:27'),(57105,6,14354,'50.00','2013-11-19 15:45:27'),(57106,7,14354,'DAY','2013-11-19 15:45:27'),(57107,1,14356,'','2013-11-19 15:45:27'),(57108,2,14356,'','2013-11-19 15:45:27'),(57109,3,14356,'','2013-11-19 15:45:27'),(57110,4,14356,'','2013-11-19 15:45:27'),(57111,5,14356,'','2013-11-19 15:45:27'),(57112,6,14356,'','2013-11-19 15:45:27'),(57113,7,14356,'DAY','2013-11-19 15:45:27'),(57114,1,14357,'3585842','2013-11-19 15:46:36'),(57115,2,14357,'','2013-11-19 15:46:36'),(57116,3,14357,'','2013-11-19 15:46:36'),(57117,4,14357,'OPD','2013-11-19 15:46:36'),(57118,5,14357,'','2013-11-19 15:46:36'),(57119,6,14357,'12.00','2013-11-19 15:46:36'),(57120,7,14357,'DAY','2013-11-19 15:46:36'),(57121,1,14358,'3590033','2013-11-19 15:48:25'),(57122,2,14358,'','2013-11-19 15:48:25'),(57123,3,14358,'','2013-11-19 15:48:25'),(57124,4,14358,'OPD','2013-11-19 15:48:25'),(57125,5,14358,'','2013-11-19 15:48:25'),(57126,6,14358,'122.00','2013-11-19 15:48:25'),(57127,7,14358,'DAY','2013-11-19 15:48:25'),(57128,1,14360,'','2013-11-19 15:48:26'),(57129,2,14360,'','2013-11-19 15:48:26'),(57130,3,14360,'','2013-11-19 15:48:26'),(57131,4,14360,'','2013-11-19 15:48:26'),(57132,5,14360,'','2013-11-19 15:48:26'),(57133,6,14360,'','2013-11-19 15:48:26'),(57134,7,14360,'DAY','2013-11-19 15:48:26'),(57135,1,14363,'','2013-11-19 15:48:26'),(57136,2,14363,'','2013-11-19 15:48:26'),(57137,3,14363,'','2013-11-19 15:48:26'),(57138,4,14363,'','2013-11-19 15:48:26'),(57139,5,14363,'','2013-11-19 15:48:26'),(57140,6,14363,'','2013-11-19 15:48:26'),(57141,7,14363,'DAY','2013-11-19 15:48:26'),(57142,1,14364,'3536040','2013-11-19 15:58:45'),(57143,2,14364,'','2013-11-19 15:58:45'),(57144,3,14364,'','2013-11-19 15:58:45'),(57145,4,14364,'OPD','2013-11-19 15:58:45'),(57146,5,14364,'','2013-11-19 15:58:45'),(57147,6,14364,'57.00','2013-11-19 15:58:45'),(57148,7,14364,'DAY','2013-11-19 15:58:45'),(57149,1,14366,'','2013-11-19 15:58:46'),(57150,2,14366,'','2013-11-19 15:58:46'),(57151,3,14366,'','2013-11-19 15:58:46'),(57152,4,14366,'','2013-11-19 15:58:46'),(57153,5,14366,'','2013-11-19 15:58:46'),(57154,6,14366,'','2013-11-19 15:58:46'),(57155,7,14366,'DAY','2013-11-19 15:58:46'),(57156,1,14367,'3590040','2013-11-19 15:59:51'),(57157,2,14367,'','2013-11-19 15:59:51'),(57158,3,14367,'','2013-11-19 15:59:51'),(57159,4,14367,'OPD','2013-11-19 15:59:51'),(57160,5,14367,'','2013-11-19 15:59:51'),(57161,6,14367,'81.00','2013-11-19 15:59:51'),(57162,7,14367,'DAY','2013-11-19 15:59:51'),(57163,1,14368,'','2013-11-19 16:03:24'),(57164,2,14368,'','2013-11-19 16:03:24'),(57165,3,14368,'','2013-11-19 16:03:24'),(57166,4,14368,'MEDICALS','2013-11-19 16:03:24'),(57167,5,14368,'','2013-11-19 16:03:24'),(57168,6,14368,'','2013-11-19 16:03:24'),(57169,7,14368,'DAY','2013-11-19 16:03:24'),(57170,1,14370,'','2013-11-19 16:03:24'),(57171,2,14370,'','2013-11-19 16:03:24'),(57172,3,14370,'','2013-11-19 16:03:24'),(57173,4,14370,'','2013-11-19 16:03:24'),(57174,5,14370,'','2013-11-19 16:03:24'),(57175,6,14370,'','2013-11-19 16:03:24'),(57176,7,14370,'DAY','2013-11-19 16:03:24'),(57177,1,14373,'','2013-11-19 16:03:25'),(57178,2,14373,'','2013-11-19 16:03:25'),(57179,3,14373,'','2013-11-19 16:03:25'),(57180,4,14373,'','2013-11-19 16:03:25'),(57181,5,14373,'','2013-11-19 16:03:25'),(57182,6,14373,'','2013-11-19 16:03:25'),(57183,7,14373,'DAY','2013-11-19 16:03:25'),(57184,1,14374,'','2013-11-19 16:05:07'),(57185,2,14374,'','2013-11-19 16:05:07'),(57186,3,14374,'','2013-11-19 16:05:07'),(57187,4,14374,'MEDICALS','2013-11-19 16:05:07'),(57188,5,14374,'','2013-11-19 16:05:07'),(57189,6,14374,'','2013-11-19 16:05:07'),(57190,7,14374,'DAY','2013-11-19 16:05:07'),(57191,1,14376,'','2013-11-19 16:05:07'),(57192,2,14376,'','2013-11-19 16:05:07'),(57193,3,14376,'','2013-11-19 16:05:07'),(57194,4,14376,'','2013-11-19 16:05:07'),(57195,5,14376,'','2013-11-19 16:05:07'),(57196,6,14376,'','2013-11-19 16:05:07'),(57197,7,14376,'DAY','2013-11-19 16:05:07'),(57198,1,14379,'','2013-11-19 16:05:07'),(57199,2,14379,'','2013-11-19 16:05:07'),(57200,3,14379,'','2013-11-19 16:05:07'),(57201,4,14379,'','2013-11-19 16:05:07'),(57202,5,14379,'','2013-11-19 16:05:07'),(57203,6,14379,'','2013-11-19 16:05:07'),(57204,7,14379,'DAY','2013-11-19 16:05:07'),(57205,1,14380,'3589934','2013-11-19 16:07:26'),(57206,2,14380,'','2013-11-19 16:07:26'),(57207,3,14380,'','2013-11-19 16:07:26'),(57208,4,14380,'OPD','2013-11-19 16:07:26'),(57209,5,14380,'','2013-11-19 16:07:26'),(57210,6,14380,'349.00','2013-11-19 16:07:26'),(57211,7,14380,'DAY','2013-11-19 16:07:26'),(57212,1,14382,'','2013-11-19 16:07:26'),(57213,2,14382,'','2013-11-19 16:07:26'),(57214,3,14382,'','2013-11-19 16:07:26'),(57215,4,14382,'','2013-11-19 16:07:26'),(57216,5,14382,'','2013-11-19 16:07:26'),(57217,6,14382,'','2013-11-19 16:07:26'),(57218,7,14382,'DAY','2013-11-19 16:07:26'),(57219,1,14383,'3590057','2013-11-19 16:28:06'),(57220,2,14383,'','2013-11-19 16:28:06'),(57221,3,14383,'','2013-11-19 16:28:06'),(57222,4,14383,'OPD','2013-11-19 16:28:06'),(57223,5,14383,'','2013-11-19 16:28:06'),(57224,6,14383,'85.00','2013-11-19 16:28:06'),(57225,7,14383,'DAY','2013-11-19 16:28:06'),(57226,1,14385,'','2013-11-19 16:28:07'),(57227,2,14385,'','2013-11-19 16:28:07'),(57228,3,14385,'','2013-11-19 16:28:07'),(57229,4,14385,'','2013-11-19 16:28:07'),(57230,5,14385,'','2013-11-19 16:28:07'),(57231,6,14385,'','2013-11-19 16:28:07'),(57232,7,14385,'DAY','2013-11-19 16:28:07'),(57233,1,14386,'3590050','2013-11-19 16:33:01'),(57234,2,14386,'','2013-11-19 16:33:01'),(57235,3,14386,'','2013-11-19 16:33:01'),(57236,4,14386,'OPD','2013-11-19 16:33:01'),(57237,5,14386,'','2013-11-19 16:33:01'),(57238,6,14386,'386.00','2013-11-19 16:33:01'),(57239,7,14386,'DAY','2013-11-19 16:33:01'),(57240,1,14388,'','2013-11-19 16:33:01'),(57241,2,14388,'','2013-11-19 16:33:01'),(57242,3,14388,'','2013-11-19 16:33:01'),(57243,4,14388,'','2013-11-19 16:33:01'),(57244,5,14388,'','2013-11-19 16:33:01'),(57245,6,14388,'','2013-11-19 16:33:01'),(57246,7,14388,'DAY','2013-11-19 16:33:01'),(57247,1,14389,'3590063','2013-11-19 16:35:17'),(57248,2,14389,'','2013-11-19 16:35:17'),(57249,3,14389,'','2013-11-19 16:35:17'),(57250,4,14389,'OPD','2013-11-19 16:35:17'),(57251,5,14389,'','2013-11-19 16:35:17'),(57252,6,14389,'104.00','2013-11-19 16:35:17'),(57253,7,14389,'DAY','2013-11-19 16:35:17'),(57254,1,14391,'','2013-11-19 16:35:17'),(57255,2,14391,'','2013-11-19 16:35:17'),(57256,3,14391,'','2013-11-19 16:35:17'),(57257,4,14391,'','2013-11-19 16:35:17'),(57258,5,14391,'','2013-11-19 16:35:17'),(57259,6,14391,'','2013-11-19 16:35:17'),(57260,7,14391,'DAY','2013-11-19 16:35:17'),(57261,1,14392,'','2013-11-19 16:41:56'),(57262,2,14392,'','2013-11-19 16:41:56'),(57263,3,14392,'','2013-11-19 16:41:56'),(57264,4,14392,'OPD','2013-11-19 16:41:56'),(57265,5,14392,'','2013-11-19 16:41:56'),(57266,6,14392,'','2013-11-19 16:41:56'),(57267,7,14392,'DAY','2013-11-19 16:41:56'),(57268,1,14394,'','2013-11-19 16:41:57'),(57269,2,14394,'','2013-11-19 16:41:57'),(57270,3,14394,'','2013-11-19 16:41:57'),(57271,4,14394,'','2013-11-19 16:41:57'),(57272,5,14394,'','2013-11-19 16:41:57'),(57273,6,14394,'','2013-11-19 16:41:57'),(57274,7,14394,'DAY','2013-11-19 16:41:57'),(57275,1,14397,'','2013-11-19 16:41:57'),(57276,2,14397,'','2013-11-19 16:41:57'),(57277,3,14397,'','2013-11-19 16:41:57'),(57278,4,14397,'','2013-11-19 16:41:57'),(57279,5,14397,'','2013-11-19 16:41:57'),(57280,6,14397,'','2013-11-19 16:41:57'),(57281,7,14397,'DAY','2013-11-19 16:41:57'),(57282,1,14398,'3590095','2013-11-19 16:54:43'),(57283,2,14398,'','2013-11-19 16:54:43'),(57284,3,14398,'','2013-11-19 16:54:43'),(57285,4,14398,'WARD','2013-11-19 16:54:43'),(57286,5,14398,'','2013-11-19 16:54:43'),(57287,6,14398,'132.00','2013-11-19 16:54:43'),(57288,7,14398,'DAY','2013-11-19 16:54:43'),(57289,1,14399,'3590096','2013-11-19 16:57:31'),(57290,2,14399,'','2013-11-19 16:57:31'),(57291,3,14399,'','2013-11-19 16:57:31'),(57292,4,14399,'OPD','2013-11-19 16:57:31'),(57293,5,14399,'','2013-11-19 16:57:31'),(57294,6,14399,'99.00','2013-11-19 16:57:31'),(57295,7,14399,'DAY','2013-11-19 16:57:31'),(57296,1,14401,'','2013-11-19 16:57:31'),(57297,2,14401,'','2013-11-19 16:57:31'),(57298,3,14401,'','2013-11-19 16:57:31'),(57299,4,14401,'','2013-11-19 16:57:31'),(57300,5,14401,'','2013-11-19 16:57:31'),(57301,6,14401,'','2013-11-19 16:57:31'),(57302,7,14401,'DAY','2013-11-19 16:57:31'),(57303,1,14402,'3587609','2013-11-19 16:59:57'),(57304,2,14402,'','2013-11-19 16:59:57'),(57305,3,14402,'','2013-11-19 16:59:57'),(57306,4,14402,'OPD','2013-11-19 16:59:57'),(57307,5,14402,'','2013-11-19 16:59:57'),(57308,6,14402,'92.00','2013-11-19 16:59:57'),(57309,7,14402,'DAY','2013-11-19 16:59:57'),(57310,1,14403,'3590101','2013-11-19 17:06:20'),(57311,2,14403,'','2013-11-19 17:06:20'),(57312,3,14403,'','2013-11-19 17:06:20'),(57313,4,14403,'OPD','2013-11-19 17:06:20'),(57314,5,14403,'','2013-11-19 17:06:21'),(57315,6,14403,'169.00','2013-11-19 17:06:21'),(57316,7,14403,'DAY','2013-11-19 17:06:21'),(57317,1,14405,'','2013-11-19 17:06:21'),(57318,2,14405,'','2013-11-19 17:06:21'),(57319,3,14405,'','2013-11-19 17:06:21'),(57320,4,14405,'','2013-11-19 17:06:21'),(57321,5,14405,'','2013-11-19 17:06:21'),(57322,6,14405,'','2013-11-19 17:06:21'),(57323,7,14405,'DAY','2013-11-19 17:06:21'),(57324,1,14408,'','2013-11-19 17:06:21'),(57325,2,14408,'','2013-11-19 17:06:21'),(57326,3,14408,'','2013-11-19 17:06:21'),(57327,4,14408,'','2013-11-19 17:06:21'),(57328,5,14408,'','2013-11-19 17:06:21'),(57329,6,14408,'','2013-11-19 17:06:21'),(57330,7,14408,'DAY','2013-11-19 17:06:21'),(57331,1,14409,'3586425','2013-11-19 17:19:38'),(57332,2,14409,'594029','2013-11-19 17:19:38'),(57333,3,14409,'','2013-11-19 17:19:38'),(57334,4,14409,'OPD','2013-11-19 17:19:38'),(57335,5,14409,'','2013-11-19 17:19:38'),(57336,6,14409,'234.00','2013-11-19 17:19:38'),(57337,7,14409,'DAY','2013-11-19 17:19:38'),(57338,1,14411,'','2013-11-19 17:19:39'),(57339,2,14411,'','2013-11-19 17:19:39'),(57340,3,14411,'','2013-11-19 17:19:39'),(57341,4,14411,'','2013-11-19 17:19:39'),(57342,5,14411,'','2013-11-19 17:19:39'),(57343,6,14411,'','2013-11-19 17:19:39'),(57344,7,14411,'DAY','2013-11-19 17:19:39'),(57345,1,14414,'','2013-11-19 17:19:39'),(57346,2,14414,'','2013-11-19 17:19:39'),(57347,3,14414,'','2013-11-19 17:19:39'),(57348,4,14414,'','2013-11-19 17:19:39'),(57349,5,14414,'','2013-11-19 17:19:39'),(57350,6,14414,'','2013-11-19 17:19:39'),(57351,7,14414,'DAY','2013-11-19 17:19:39'),(57352,1,14415,'3590109','2013-11-19 17:24:13'),(57353,2,14415,'','2013-11-19 17:24:13'),(57354,3,14415,'','2013-11-19 17:24:13'),(57355,4,14415,'OPD','2013-11-19 17:24:13'),(57356,5,14415,'','2013-11-19 17:24:13'),(57357,6,14415,'125.00','2013-11-19 17:24:13'),(57358,7,14415,'DAY','2013-11-19 17:24:13'),(57359,1,14416,'894031','2013-11-19 17:24:13'),(57361,2,14416,'3590111','2013-11-19 17:24:13'),(57362,3,14416,'','2013-11-19 17:24:13'),(57364,4,14416,'OPD','2013-11-19 17:24:13'),(57366,5,14416,'','2013-11-19 17:24:13'),(57367,6,14416,'55.00','2013-11-19 17:24:13'),(57368,7,14416,'DAY','2013-11-19 17:24:13'),(57373,1,14419,'','2013-11-19 17:24:13'),(57374,2,14419,'','2013-11-19 17:24:13'),(57375,3,14419,'','2013-11-19 17:24:13'),(57376,4,14419,'','2013-11-19 17:24:13'),(57377,5,14419,'','2013-11-19 17:24:13'),(57378,6,14419,'','2013-11-19 17:24:13'),(57379,7,14419,'DAY','2013-11-19 17:24:13'),(57380,1,14423,'','2013-11-19 17:24:14'),(57381,2,14423,'','2013-11-19 17:24:14'),(57382,3,14423,'','2013-11-19 17:24:14'),(57383,4,14423,'','2013-11-19 17:24:14'),(57384,5,14423,'','2013-11-19 17:24:14'),(57385,6,14423,'','2013-11-19 17:24:14'),(57386,7,14423,'DAY','2013-11-19 17:24:14'),(57387,1,14424,'DR DANIE','2013-11-19 17:26:58'),(57388,2,14424,'3590115','2013-11-19 17:26:58'),(57389,3,14424,'','2013-11-19 17:26:58'),(57390,4,14424,'OPD','2013-11-19 17:26:58'),(57391,5,14424,'','2013-11-19 17:26:58'),(57392,6,14424,'222.00','2013-11-19 17:26:58'),(57393,7,14424,'DAY','2013-11-19 17:26:58'),(57394,1,14426,'','2013-11-19 17:26:58'),(57395,2,14426,'','2013-11-19 17:26:58'),(57396,3,14426,'','2013-11-19 17:26:58'),(57397,4,14426,'','2013-11-19 17:26:58'),(57398,5,14426,'','2013-11-19 17:26:58'),(57399,6,14426,'','2013-11-19 17:26:58'),(57400,7,14426,'DAY','2013-11-19 17:26:58'),(57401,1,14429,'','2013-11-19 17:26:59'),(57402,2,14429,'','2013-11-19 17:26:59'),(57403,3,14429,'','2013-11-19 17:26:59'),(57404,4,14429,'','2013-11-19 17:26:59'),(57405,5,14429,'','2013-11-19 17:26:59'),(57406,6,14429,'','2013-11-19 17:26:59'),(57407,7,14429,'DAY','2013-11-19 17:26:59'),(57408,1,14430,'3590113','2013-11-19 17:27:21'),(57409,2,14430,'','2013-11-19 17:27:21'),(57410,3,14430,'','2013-11-19 17:27:21'),(57411,4,14430,'OPD','2013-11-19 17:27:21'),(57412,5,14430,'','2013-11-19 17:27:21'),(57413,6,14430,'79.00','2013-11-19 17:27:21'),(57414,7,14430,'DAY','2013-11-19 17:27:21'),(57415,1,14432,'','2013-11-19 17:27:21'),(57416,2,14432,'','2013-11-19 17:27:21'),(57417,3,14432,'','2013-11-19 17:27:21'),(57418,4,14432,'','2013-11-19 17:27:21'),(57419,5,14432,'','2013-11-19 17:27:21'),(57420,6,14432,'','2013-11-19 17:27:21'),(57421,7,14432,'DAY','2013-11-19 17:27:21'),(57422,1,14433,'3590116','2013-11-19 17:31:38'),(57423,2,14433,'','2013-11-19 17:31:38'),(57424,3,14433,'','2013-11-19 17:31:38'),(57425,4,14433,'OPD','2013-11-19 17:31:38'),(57426,5,14433,'','2013-11-19 17:31:38'),(57427,6,14433,'81.00','2013-11-19 17:31:38'),(57428,7,14433,'DAY','2013-11-19 17:31:38'),(57429,1,14434,'3590099','2013-11-19 17:34:34'),(57430,2,14434,'','2013-11-19 17:34:34'),(57431,3,14434,'','2013-11-19 17:34:34'),(57432,4,14434,'OPD','2013-11-19 17:34:34'),(57433,5,14434,'','2013-11-19 17:34:34'),(57434,6,14434,'360.00','2013-11-19 17:34:34'),(57435,7,14434,'DAY','2013-11-19 17:34:34'),(57436,1,14436,'','2013-11-19 17:34:35'),(57437,2,14436,'','2013-11-19 17:34:35'),(57438,3,14436,'','2013-11-19 17:34:35'),(57439,4,14436,'','2013-11-19 17:34:35'),(57440,5,14436,'','2013-11-19 17:34:35'),(57441,6,14436,'','2013-11-19 17:34:35'),(57442,7,14436,'DAY','2013-11-19 17:34:35'),(57443,1,14439,'','2013-11-19 17:34:35'),(57444,2,14439,'','2013-11-19 17:34:35'),(57445,3,14439,'','2013-11-19 17:34:35'),(57446,4,14439,'','2013-11-19 17:34:35'),(57447,5,14439,'','2013-11-19 17:34:35'),(57448,6,14439,'','2013-11-19 17:34:35'),(57449,7,14439,'DAY','2013-11-19 17:34:35'),(57450,1,14440,'3590122','2013-11-19 17:46:56'),(57451,2,14440,'594033','2013-11-19 17:46:56'),(57452,3,14440,'','2013-11-19 17:46:56'),(57453,4,14440,'OPD','2013-11-19 17:46:56'),(57454,5,14440,'','2013-11-19 17:46:56'),(57455,6,14440,'165.00','2013-11-19 17:46:56'),(57456,7,14440,'DAY','2013-11-19 17:46:56'),(57457,1,14442,'','2013-11-19 17:46:56'),(57458,2,14442,'','2013-11-19 17:46:56'),(57459,3,14442,'','2013-11-19 17:46:56'),(57460,4,14442,'','2013-11-19 17:46:56'),(57461,5,14442,'','2013-11-19 17:46:56'),(57462,6,14442,'','2013-11-19 17:46:56'),(57463,7,14442,'DAY','2013-11-19 17:46:56'),(57464,1,14445,'','2013-11-19 17:46:56'),(57465,2,14445,'','2013-11-19 17:46:56'),(57466,3,14445,'','2013-11-19 17:46:56'),(57467,4,14445,'','2013-11-19 17:46:56'),(57468,5,14445,'','2013-11-19 17:46:56'),(57469,6,14445,'','2013-11-19 17:46:56'),(57470,7,14445,'DAY','2013-11-19 17:46:56'),(57471,1,14449,'','2013-11-19 17:46:57'),(57472,2,14449,'','2013-11-19 17:46:57'),(57473,3,14449,'','2013-11-19 17:46:57'),(57474,4,14449,'','2013-11-19 17:46:57'),(57475,5,14449,'','2013-11-19 17:46:57'),(57476,6,14449,'','2013-11-19 17:46:57'),(57477,7,14449,'DAY','2013-11-19 17:46:57'),(57478,1,14450,'3590145','2013-11-19 18:00:19'),(57479,2,14450,'594038','2013-11-19 18:00:19'),(57480,3,14450,'','2013-11-19 18:00:19'),(57481,4,14450,'OPD','2013-11-19 18:00:19'),(57482,5,14450,'','2013-11-19 18:00:19'),(57483,6,14450,'103.00','2013-11-19 18:00:19'),(57484,7,14450,'DAY','2013-11-19 18:00:19'),(57485,1,14452,'','2013-11-19 18:00:19'),(57486,2,14452,'','2013-11-19 18:00:19'),(57487,3,14452,'','2013-11-19 18:00:19'),(57488,4,14452,'','2013-11-19 18:00:19'),(57489,5,14452,'','2013-11-19 18:00:19'),(57490,6,14452,'','2013-11-19 18:00:19'),(57491,7,14452,'DAY','2013-11-19 18:00:19'),(57492,1,14453,'3590155','2013-11-19 18:02:34'),(57493,2,14453,'','2013-11-19 18:02:34'),(57494,3,14453,'','2013-11-19 18:02:34'),(57495,4,14453,'OPD','2013-11-19 18:02:34'),(57496,5,14453,'','2013-11-19 18:02:34'),(57497,6,14453,'126.00','2013-11-19 18:02:34'),(57498,7,14453,'DAY','2013-11-19 18:02:34'),(57499,1,14455,'','2013-11-19 18:02:34'),(57500,2,14455,'','2013-11-19 18:02:34'),(57501,3,14455,'','2013-11-19 18:02:34'),(57502,4,14455,'','2013-11-19 18:02:34'),(57503,5,14455,'','2013-11-19 18:02:34'),(57504,6,14455,'','2013-11-19 18:02:34'),(57505,7,14455,'DAY','2013-11-19 18:02:34'),(57506,1,14456,'','2013-11-19 18:05:42'),(57507,2,14456,'','2013-11-19 18:05:42'),(57508,3,14456,'','2013-11-19 18:05:42'),(57509,4,14456,'','2013-11-19 18:05:42'),(57510,5,14456,'','2013-11-19 18:05:42'),(57511,6,14456,'','2013-11-19 18:05:42'),(57512,7,14456,'DAY','2013-11-19 18:05:42'),(57513,1,14457,'3590151','2013-11-19 18:05:49'),(57514,2,14457,'','2013-11-19 18:05:49'),(57515,3,14457,'','2013-11-19 18:05:49'),(57516,4,14457,'OPD','2013-11-19 18:05:49'),(57517,5,14457,'','2013-11-19 18:05:49'),(57518,6,14457,'202.00','2013-11-19 18:05:49'),(57519,7,14457,'DAY','2013-11-19 18:05:49'),(57520,1,14459,'','2013-11-19 18:05:49'),(57521,2,14459,'','2013-11-19 18:05:49'),(57522,3,14459,'','2013-11-19 18:05:49'),(57523,4,14459,'','2013-11-19 18:05:49'),(57524,5,14459,'','2013-11-19 18:05:49'),(57525,6,14459,'','2013-11-19 18:05:49'),(57526,7,14459,'DAY','2013-11-19 18:05:49'),(57527,1,14462,'','2013-11-19 18:05:49'),(57528,2,14462,'','2013-11-19 18:05:49'),(57529,3,14462,'','2013-11-19 18:05:49'),(57530,4,14462,'','2013-11-19 18:05:49'),(57531,5,14462,'','2013-11-19 18:05:49'),(57532,6,14462,'','2013-11-19 18:05:49'),(57533,7,14462,'DAY','2013-11-19 18:05:49'),(57534,1,14463,'','2013-11-19 18:07:03'),(57535,2,14463,'','2013-11-19 18:07:03'),(57536,3,14463,'','2013-11-19 18:07:03'),(57537,4,14463,'','2013-11-19 18:07:03'),(57538,5,14463,'','2013-11-19 18:07:03'),(57539,6,14463,'','2013-11-19 18:07:03'),(57540,7,14463,'DAY','2013-11-19 18:07:03'),(57541,1,14464,'3590168','2013-11-19 18:23:51'),(57542,2,14464,'','2013-11-19 18:23:51'),(57543,3,14464,'','2013-11-19 18:23:51'),(57544,4,14464,'OPD','2013-11-19 18:23:51'),(57545,5,14464,'','2013-11-19 18:23:51'),(57546,6,14464,'13.00','2013-11-19 18:23:51'),(57547,7,14464,'DAY','2013-11-19 18:23:51'),(57548,1,14465,'3590171','2013-11-19 18:26:24'),(57549,2,14465,'','2013-11-19 18:26:24'),(57550,3,14465,'','2013-11-19 18:26:24'),(57551,4,14465,'OPD','2013-11-19 18:26:24'),(57552,5,14465,'','2013-11-19 18:26:24'),(57553,6,14465,'99.00','2013-11-19 18:26:24'),(57554,7,14465,'DAY','2013-11-19 18:26:24'),(57555,1,14467,'','2013-11-19 18:26:24'),(57556,2,14467,'','2013-11-19 18:26:24'),(57557,3,14467,'','2013-11-19 18:26:24'),(57558,4,14467,'','2013-11-19 18:26:24'),(57559,5,14467,'','2013-11-19 18:26:24'),(57560,6,14467,'','2013-11-19 18:26:24'),(57561,7,14467,'DAY','2013-11-19 18:26:24'),(57562,1,14468,'3589670','2013-11-19 18:29:23'),(57563,2,14468,'594080','2013-11-19 18:29:23'),(57564,3,14468,'','2013-11-19 18:29:23'),(57565,4,14468,'OPD','2013-11-19 18:29:23'),(57566,5,14468,'','2013-11-19 18:29:23'),(57567,6,14468,'115.80','2013-11-19 18:29:23'),(57568,7,14468,'DAY','2013-11-19 18:29:23'),(57569,1,14470,'','2013-11-19 18:29:23'),(57570,2,14470,'','2013-11-19 18:29:23'),(57571,3,14470,'','2013-11-19 18:29:23'),(57572,4,14470,'','2013-11-19 18:29:23'),(57573,5,14470,'','2013-11-19 18:29:23'),(57574,6,14470,'','2013-11-19 18:29:23'),(57575,7,14470,'DAY','2013-11-19 18:29:23'),(57576,1,14471,'3590181','2013-11-19 18:38:01'),(57577,2,14471,'','2013-11-19 18:38:01'),(57578,3,14471,'','2013-11-19 18:38:01'),(57579,4,14471,'OPD','2013-11-19 18:38:01'),(57580,5,14471,'','2013-11-19 18:38:01'),(57581,6,14471,'18.00','2013-11-19 18:38:01'),(57582,7,14471,'DAY','2013-11-19 18:38:01'),(57583,1,14472,'3590189','2013-11-19 18:44:13'),(57584,2,14472,'','2013-11-19 18:44:13'),(57585,3,14472,'','2013-11-19 18:44:13'),(57586,4,14472,'WARD','2013-11-19 18:44:13'),(57587,5,14472,'','2013-11-19 18:44:13'),(57588,6,14472,'76.00','2013-11-19 18:44:13'),(57589,7,14472,'DAY','2013-11-19 18:44:13'),(57590,1,14473,'3590175','2013-11-19 18:57:57'),(57591,2,14473,'594054','2013-11-19 18:57:57'),(57592,3,14473,'','2013-11-19 18:57:57'),(57593,4,14473,'OPD','2013-11-19 18:57:57'),(57594,5,14473,'','2013-11-19 18:57:57'),(57595,6,14473,'53.00','2013-11-19 18:57:57'),(57596,7,14473,'DAY','2013-11-19 18:57:57'),(57597,1,14475,'','2013-11-19 18:57:57'),(57598,2,14475,'','2013-11-19 18:57:57'),(57599,3,14475,'','2013-11-19 18:57:57'),(57600,4,14475,'','2013-11-19 18:57:57'),(57601,5,14475,'','2013-11-19 18:57:57'),(57602,6,14475,'','2013-11-19 18:57:57'),(57603,7,14475,'DAY','2013-11-19 18:57:57'),(57604,1,14476,'3586766','2013-11-19 19:04:06'),(57605,2,14476,'','2013-11-19 19:04:06'),(57606,3,14476,'','2013-11-19 19:04:06'),(57607,4,14476,'OPD','2013-11-19 19:04:06'),(57608,5,14476,'','2013-11-19 19:04:06'),(57609,6,14476,'156.00','2013-11-19 19:04:06'),(57610,7,14476,'DAY','2013-11-19 19:04:06'),(57611,1,14478,'','2013-11-19 19:04:06'),(57612,2,14478,'','2013-11-19 19:04:06'),(57613,3,14478,'','2013-11-19 19:04:06'),(57614,4,14478,'','2013-11-19 19:04:06'),(57615,5,14478,'','2013-11-19 19:04:06'),(57616,6,14478,'','2013-11-19 19:04:06'),(57617,7,14478,'DAY','2013-11-19 19:04:06'),(57618,1,14479,'3588746','2013-11-19 19:06:54'),(57619,2,14479,'','2013-11-19 19:06:54'),(57620,3,14479,'','2013-11-19 19:06:54'),(57621,4,14479,'OPD','2013-11-19 19:06:54'),(57622,5,14479,'','2013-11-19 19:06:54'),(57623,6,14479,'128.00','2013-11-19 19:06:54'),(57624,7,14479,'DAY','2013-11-19 19:06:54'),(57625,1,14480,'3590196','2013-11-19 19:12:34'),(57626,2,14480,'','2013-11-19 19:12:34'),(57627,3,14480,'','2013-11-19 19:12:34'),(57628,4,14480,'OUTSIDE','2013-11-19 19:12:34'),(57629,5,14480,'','2013-11-19 19:12:34'),(57630,6,14480,'23.40','2013-11-19 19:12:34'),(57631,7,14480,'DAY','2013-11-19 19:12:34'),(57632,1,14481,'','2013-11-19 19:13:51'),(57633,2,14481,'','2013-11-19 19:13:51'),(57634,3,14481,'','2013-11-19 19:13:51'),(57635,4,14481,'','2013-11-19 19:13:51'),(57636,5,14481,'','2013-11-19 19:13:51'),(57637,6,14481,'','2013-11-19 19:13:51'),(57638,7,14481,'DAY','2013-11-19 19:13:51'),(57639,1,14482,'3590204','2013-11-19 19:14:56'),(57640,2,14482,'','2013-11-19 19:14:56'),(57641,3,14482,'','2013-11-19 19:14:56'),(57642,4,14482,'OPD','2013-11-19 19:14:56'),(57643,5,14482,'','2013-11-19 19:14:56'),(57644,6,14482,'258.00','2013-11-19 19:14:56'),(57645,7,14482,'DAY','2013-11-19 19:14:56'),(57646,1,14484,'','2013-11-19 19:14:56'),(57647,2,14484,'','2013-11-19 19:14:56'),(57648,3,14484,'','2013-11-19 19:14:56'),(57649,4,14484,'','2013-11-19 19:14:56'),(57650,5,14484,'','2013-11-19 19:14:56'),(57651,6,14484,'','2013-11-19 19:14:56'),(57652,7,14484,'DAY','2013-11-19 19:14:56'),(57653,1,14485,'','2013-11-19 19:21:29'),(57654,2,14485,'','2013-11-19 19:21:29'),(57655,3,14485,'','2013-11-19 19:21:29'),(57656,4,14485,'','2013-11-19 19:21:29'),(57657,5,14485,'','2013-11-19 19:21:29'),(57658,6,14485,'','2013-11-19 19:21:29'),(57659,7,14485,'DAY','2013-11-19 19:21:29'),(57660,1,14486,'3590221','2013-11-19 19:23:47'),(57661,2,14486,'','2013-11-19 19:23:47'),(57662,3,14486,'','2013-11-19 19:23:47'),(57663,4,14486,'OPD','2013-11-19 19:23:47'),(57664,5,14486,'','2013-11-19 19:23:47'),(57665,6,14486,'45.00','2013-11-19 19:23:47'),(57666,7,14486,'DAY','2013-11-19 19:23:47'),(57667,1,14487,'','2013-11-19 19:29:03'),(57668,2,14487,'','2013-11-19 19:29:03'),(57669,3,14487,'','2013-11-19 19:29:03'),(57670,4,14487,'','2013-11-19 19:29:03'),(57671,5,14487,'','2013-11-19 19:29:03'),(57672,6,14487,'','2013-11-19 19:29:03'),(57673,7,14487,'DAY','2013-11-19 19:29:03'),(57674,1,14489,'','2013-11-19 19:29:04'),(57675,2,14489,'','2013-11-19 19:29:04'),(57676,3,14489,'','2013-11-19 19:29:04'),(57677,4,14489,'','2013-11-19 19:29:04'),(57678,5,14489,'','2013-11-19 19:29:04'),(57679,6,14489,'','2013-11-19 19:29:04'),(57680,7,14489,'DAY','2013-11-19 19:29:04'),(57681,1,14492,'','2013-11-19 19:29:07'),(57682,2,14492,'','2013-11-19 19:29:07'),(57683,3,14492,'','2013-11-19 19:29:07'),(57684,4,14492,'','2013-11-19 19:29:07'),(57685,5,14492,'','2013-11-19 19:29:07'),(57686,6,14492,'','2013-11-19 19:29:07'),(57687,7,14492,'DAY','2013-11-19 19:29:07'),(57688,1,14493,'','2013-11-19 19:41:45'),(57689,2,14493,'','2013-11-19 19:41:45'),(57690,3,14493,'','2013-11-19 19:41:45'),(57691,4,14493,'','2013-11-19 19:41:45'),(57692,5,14493,'','2013-11-19 19:41:45'),(57693,6,14493,'','2013-11-19 19:41:45'),(57694,7,14493,'DAY','2013-11-19 19:41:45'),(57695,1,14495,'','2013-11-19 19:41:45'),(57696,2,14495,'','2013-11-19 19:41:45'),(57697,3,14495,'','2013-11-19 19:41:45'),(57698,4,14495,'','2013-11-19 19:41:45'),(57699,5,14495,'','2013-11-19 19:41:45'),(57700,6,14495,'','2013-11-19 19:41:45'),(57701,7,14495,'DAY','2013-11-19 19:41:45'),(57702,1,14496,'3590224','2013-11-19 19:47:21'),(57703,2,14496,'594070','2013-11-19 19:47:21'),(57704,3,14496,'','2013-11-19 19:47:21'),(57705,4,14496,'OPD','2013-11-19 19:47:21'),(57706,5,14496,'','2013-11-19 19:47:21'),(57707,6,14496,'47.00','2013-11-19 19:47:21'),(57708,7,14496,'DAY','2013-11-19 19:47:21'),(57709,1,14498,'','2013-11-19 19:47:21'),(57710,2,14498,'','2013-11-19 19:47:21'),(57711,3,14498,'','2013-11-19 19:47:21'),(57712,4,14498,'','2013-11-19 19:47:21'),(57713,5,14498,'','2013-11-19 19:47:21'),(57714,6,14498,'','2013-11-19 19:47:21'),(57715,7,14498,'DAY','2013-11-19 19:47:21'),(57716,1,14499,'3590258','2013-11-19 19:57:34'),(57717,2,14499,'594076','2013-11-19 19:57:34'),(57718,3,14499,'','2013-11-19 19:57:34'),(57719,4,14499,'OPD','2013-11-19 19:57:34'),(57720,5,14499,'','2013-11-19 19:57:34'),(57721,6,14499,'75.00','2013-11-19 19:57:34'),(57722,7,14499,'DAY','2013-11-19 19:57:34'),(57723,1,14500,'3589687','2013-11-19 20:13:39'),(57724,2,14500,'593924','2013-11-19 20:13:39'),(57725,3,14500,'','2013-11-19 20:13:39'),(57726,4,14500,'OPD','2013-11-19 20:13:39'),(57727,5,14500,'','2013-11-19 20:13:39'),(57728,6,14500,'109.00','2013-11-19 20:13:39'),(57729,7,14500,'DAY','2013-11-19 20:13:39'),(57730,1,14502,'','2013-11-19 20:13:39'),(57731,2,14502,'','2013-11-19 20:13:39'),(57732,3,14502,'','2013-11-19 20:13:39'),(57733,4,14502,'','2013-11-19 20:13:39'),(57734,5,14502,'','2013-11-19 20:13:39'),(57735,6,14502,'','2013-11-19 20:13:39'),(57736,7,14502,'DAY','2013-11-19 20:13:39'),(57737,1,14503,'3590262','2013-11-19 20:21:20'),(57738,2,14503,'594078','2013-11-19 20:21:20'),(57739,3,14503,'','2013-11-19 20:21:20'),(57740,4,14503,'OPD','2013-11-19 20:21:20'),(57741,5,14503,'','2013-11-19 20:21:20'),(57742,6,14503,'153.00','2013-11-19 20:21:20'),(57743,7,14503,'DAY','2013-11-19 20:21:20'),(57744,1,14505,'','2013-11-19 20:21:21'),(57745,2,14505,'','2013-11-19 20:21:21'),(57746,3,14505,'','2013-11-19 20:21:21'),(57747,4,14505,'','2013-11-19 20:21:21'),(57748,5,14505,'','2013-11-19 20:21:21'),(57749,6,14505,'','2013-11-19 20:21:21'),(57750,7,14505,'DAY','2013-11-19 20:21:21'),(57751,1,14508,'','2013-11-19 20:21:21'),(57752,2,14508,'','2013-11-19 20:21:21'),(57753,3,14508,'','2013-11-19 20:21:21'),(57754,4,14508,'','2013-11-19 20:21:21'),(57755,5,14508,'','2013-11-19 20:21:21'),(57756,6,14508,'','2013-11-19 20:21:21'),(57757,7,14508,'DAY','2013-11-19 20:21:21'),(57758,1,14509,'3590268','2013-11-19 20:25:15'),(57759,2,14509,'594081','2013-11-19 20:25:15'),(57760,3,14509,'','2013-11-19 20:25:15'),(57761,4,14509,'OPD','2013-11-19 20:25:15'),(57762,5,14509,'','2013-11-19 20:25:15'),(57763,6,14509,'132.00','2013-11-19 20:25:15'),(57764,7,14509,'DAY','2013-11-19 20:25:15'),(57765,1,14511,'','2013-11-19 20:25:15'),(57766,2,14511,'','2013-11-19 20:25:15'),(57767,3,14511,'','2013-11-19 20:25:15'),(57768,4,14511,'','2013-11-19 20:25:15'),(57769,5,14511,'','2013-11-19 20:25:15'),(57770,6,14511,'','2013-11-19 20:25:15'),(57771,7,14511,'DAY','2013-11-19 20:25:15'),(57772,1,14514,'','2013-11-19 20:25:15'),(57773,2,14514,'','2013-11-19 20:25:15'),(57774,3,14514,'','2013-11-19 20:25:15'),(57775,4,14514,'','2013-11-19 20:25:15'),(57776,5,14514,'','2013-11-19 20:25:15'),(57777,6,14514,'','2013-11-19 20:25:15'),(57778,7,14514,'DAY','2013-11-19 20:25:15'),(57779,1,14515,'3590266','2013-11-19 20:28:41'),(57780,2,14515,'594080','2013-11-19 20:28:41'),(57781,3,14515,'','2013-11-19 20:28:41'),(57782,4,14515,'OPD','2013-11-19 20:28:41'),(57783,5,14515,'','2013-11-19 20:28:41'),(57784,6,14515,'20.00','2013-11-19 20:28:41'),(57785,7,14515,'DAY','2013-11-19 20:28:41'),(57786,1,14516,'3590275','2013-11-19 20:32:10'),(57787,2,14516,'594085','2013-11-19 20:32:10'),(57788,3,14516,'','2013-11-19 20:32:10'),(57789,4,14516,'OPD','2013-11-19 20:32:10'),(57790,5,14516,'','2013-11-19 20:32:10'),(57791,6,14516,'30.00','2013-11-19 20:32:10'),(57792,7,14516,'DAY','2013-11-19 20:32:10'),(57793,1,14517,'3590281','2013-11-19 20:34:43'),(57794,2,14517,'','2013-11-19 20:34:43'),(57795,3,14517,'','2013-11-19 20:34:43'),(57796,4,14517,'OPD','2013-11-19 20:34:43'),(57797,5,14517,'','2013-11-19 20:34:43'),(57798,6,14517,'70.00','2013-11-19 20:34:43'),(57799,7,14517,'DAY','2013-11-19 20:34:43'),(57800,1,14518,'3590280','2013-11-19 20:39:12'),(57801,2,14518,'594086','2013-11-19 20:39:12'),(57802,3,14518,'','2013-11-19 20:39:12'),(57803,4,14518,'OPD','2013-11-19 20:39:12'),(57804,5,14518,'','2013-11-19 20:39:12'),(57805,6,14518,'12.00','2013-11-19 20:39:12'),(57806,7,14518,'DAY','2013-11-19 20:39:12'),(57807,1,14519,'3590274','2013-11-19 20:42:00'),(57808,2,14519,'','2013-11-19 20:42:00'),(57809,3,14519,'','2013-11-19 20:42:00'),(57810,4,14519,'OPD','2013-11-19 20:42:00'),(57811,5,14519,'','2013-11-19 20:42:00'),(57812,6,14519,'50.00','2013-11-19 20:42:00'),(57813,7,14519,'DAY','2013-11-19 20:42:00'),(57814,1,14521,'','2013-11-19 20:42:01'),(57815,2,14521,'','2013-11-19 20:42:01'),(57816,3,14521,'','2013-11-19 20:42:01'),(57817,4,14521,'','2013-11-19 20:42:01'),(57818,5,14521,'','2013-11-19 20:42:01'),(57819,6,14521,'','2013-11-19 20:42:01'),(57820,7,14521,'DAY','2013-11-19 20:42:01'),(57821,1,14522,'3586711','2013-11-19 20:45:51'),(57822,2,14522,'','2013-11-19 20:45:51'),(57823,3,14522,'','2013-11-19 20:45:51'),(57824,4,14522,'OPD','2013-11-19 20:45:51'),(57825,5,14522,'','2013-11-19 20:45:51'),(57826,6,14522,'113.40','2013-11-19 20:45:51'),(57827,7,14522,'DAY','2013-11-19 20:45:51'),(57828,1,14523,'3590286','2013-11-19 20:52:34'),(57829,2,14523,'','2013-11-19 20:52:34'),(57830,3,14523,'','2013-11-19 20:52:34'),(57831,4,14523,'OPD','2013-11-19 20:52:34'),(57832,5,14523,'','2013-11-19 20:52:34'),(57833,6,14523,'410.00','2013-11-19 20:52:34'),(57834,7,14523,'DAY','2013-11-19 20:52:34'),(57835,1,14525,'','2013-11-19 20:52:34'),(57836,2,14525,'','2013-11-19 20:52:34'),(57837,3,14525,'','2013-11-19 20:52:34'),(57838,4,14525,'','2013-11-19 20:52:34'),(57839,5,14525,'','2013-11-19 20:52:34'),(57840,6,14525,'','2013-11-19 20:52:34'),(57841,7,14525,'DAY','2013-11-19 20:52:34'),(57842,1,14526,'3590292','2013-11-19 21:00:30'),(57843,2,14526,'','2013-11-19 21:00:30'),(57844,3,14526,'','2013-11-19 21:00:30'),(57845,4,14526,'OPD','2013-11-19 21:00:30'),(57846,5,14526,'','2013-11-19 21:00:30'),(57847,6,14526,'269.00','2013-11-19 21:00:30'),(57848,7,14526,'DAY','2013-11-19 21:00:30'),(57849,1,14528,'','2013-11-19 21:00:31'),(57850,2,14528,'','2013-11-19 21:00:31'),(57851,3,14528,'','2013-11-19 21:00:31'),(57852,4,14528,'','2013-11-19 21:00:31'),(57853,5,14528,'','2013-11-19 21:00:31'),(57854,6,14528,'','2013-11-19 21:00:31'),(57855,7,14528,'DAY','2013-11-19 21:00:31'),(57856,1,14531,'','2013-11-19 21:00:31'),(57857,2,14531,'','2013-11-19 21:00:31'),(57858,3,14531,'','2013-11-19 21:00:31'),(57859,4,14531,'','2013-11-19 21:00:31'),(57860,5,14531,'','2013-11-19 21:00:31'),(57861,6,14531,'','2013-11-19 21:00:31'),(57862,7,14531,'DAY','2013-11-19 21:00:31'),(57863,1,14532,'3590290','2013-11-19 21:04:29'),(57864,2,14532,'','2013-11-19 21:04:29'),(57865,3,14532,'','2013-11-19 21:04:29'),(57866,4,14532,'OPD','2013-11-19 21:04:29'),(57867,5,14532,'','2013-11-19 21:04:29'),(57868,6,14532,'308.00','2013-11-19 21:04:29'),(57869,7,14532,'DAY','2013-11-19 21:04:29'),(57870,1,14534,'','2013-11-19 21:04:29'),(57871,2,14534,'','2013-11-19 21:04:29'),(57872,3,14534,'','2013-11-19 21:04:29'),(57873,4,14534,'','2013-11-19 21:04:29'),(57874,5,14534,'','2013-11-19 21:04:29'),(57875,6,14534,'','2013-11-19 21:04:29'),(57876,7,14534,'DAY','2013-11-19 21:04:29'),(57877,1,14537,'','2013-11-19 21:04:29'),(57878,2,14537,'','2013-11-19 21:04:29'),(57879,3,14537,'','2013-11-19 21:04:29'),(57880,4,14537,'','2013-11-19 21:04:29'),(57881,5,14537,'','2013-11-19 21:04:29'),(57882,6,14537,'','2013-11-19 21:04:29'),(57883,7,14537,'DAY','2013-11-19 21:04:29'),(57884,1,14538,'','2013-11-19 21:06:20'),(57885,2,14538,'','2013-11-19 21:06:20'),(57886,3,14538,'','2013-11-19 21:06:20'),(57887,4,14538,'','2013-11-19 21:06:20'),(57888,5,14538,'','2013-11-19 21:06:20'),(57889,6,14538,'','2013-11-19 21:06:20'),(57890,7,14538,'DAY','2013-11-19 21:06:20'),(57891,1,14539,'3590302','2013-11-19 21:18:48'),(57892,2,14539,'','2013-11-19 21:18:48'),(57893,3,14539,'','2013-11-19 21:18:48'),(57894,4,14539,'OPD','2013-11-19 21:18:48'),(57895,5,14539,'','2013-11-19 21:18:48'),(57896,6,14539,'112.00','2013-11-19 21:18:48'),(57897,7,14539,'DAY','2013-11-19 21:18:48'),(57898,1,14541,'','2013-11-19 21:18:49'),(57899,2,14541,'','2013-11-19 21:18:49'),(57900,3,14541,'','2013-11-19 21:18:49'),(57901,4,14541,'','2013-11-19 21:18:49'),(57902,5,14541,'','2013-11-19 21:18:49'),(57903,6,14541,'','2013-11-19 21:18:49'),(57904,7,14541,'DAY','2013-11-19 21:18:49'),(57905,1,14544,'','2013-11-19 21:18:49'),(57906,2,14544,'','2013-11-19 21:18:49'),(57907,3,14544,'','2013-11-19 21:18:49'),(57908,4,14544,'','2013-11-19 21:18:49'),(57909,5,14544,'','2013-11-19 21:18:49'),(57910,6,14544,'','2013-11-19 21:18:49'),(57911,7,14544,'DAY','2013-11-19 21:18:49'),(57912,1,14545,'3590300','2013-11-19 21:22:28'),(57913,2,14545,'','2013-11-19 21:22:28'),(57914,3,14545,'','2013-11-19 21:22:28'),(57915,4,14545,'OPD','2013-11-19 21:22:28'),(57916,5,14545,'','2013-11-19 21:22:28'),(57917,6,14545,'81.00','2013-11-19 21:22:28'),(57918,7,14545,'DAY','2013-11-19 21:22:28'),(57919,1,14546,'3590304','2013-11-19 21:29:32'),(57920,2,14546,'','2013-11-19 21:29:32'),(57921,3,14546,'','2013-11-19 21:29:32'),(57922,4,14546,'OPD','2013-11-19 21:29:32'),(57923,5,14546,'','2013-11-19 21:29:32'),(57924,6,14546,'54.00','2013-11-19 21:29:32'),(57925,7,14546,'DAY','2013-11-19 21:29:32'),(57926,1,14547,'3590309','2013-11-19 21:31:57'),(57927,2,14547,'','2013-11-19 21:31:57'),(57928,3,14547,'','2013-11-19 21:31:57'),(57929,4,14547,'OPD','2013-11-19 21:31:57'),(57930,5,14547,'','2013-11-19 21:31:57'),(57931,6,14547,'22.00','2013-11-19 21:31:57'),(57932,7,14547,'DAY','2013-11-19 21:31:57'),(57933,1,14548,'3590311','2013-11-19 21:42:46'),(57934,2,14548,'594095','2013-11-19 21:42:46'),(57935,3,14548,'','2013-11-19 21:42:46'),(57936,4,14548,'OPD','2013-11-19 21:42:46'),(57937,5,14548,'','2013-11-19 21:42:46'),(57938,6,14548,'60.00','2013-11-19 21:42:46'),(57939,7,14548,'DAY','2013-11-19 21:42:46'),(57940,1,14549,'3590317','2013-11-19 21:59:28'),(57941,2,14549,'','2013-11-19 21:59:28'),(57942,3,14549,'','2013-11-19 21:59:28'),(57943,4,14549,'OPD','2013-11-19 21:59:28'),(57944,5,14549,'','2013-11-19 21:59:28'),(57945,6,14549,'99.00','2013-11-19 21:59:28'),(57946,7,14549,'DAY','2013-11-19 21:59:28'),(57947,1,14551,'','2013-11-19 21:59:28'),(57948,2,14551,'','2013-11-19 21:59:28'),(57949,3,14551,'','2013-11-19 21:59:28'),(57950,4,14551,'','2013-11-19 21:59:28'),(57951,5,14551,'','2013-11-19 21:59:28'),(57952,6,14551,'','2013-11-19 21:59:28'),(57953,7,14551,'DAY','2013-11-19 21:59:28'),(57954,1,14552,'','2013-11-19 22:04:06'),(57955,2,14552,'','2013-11-19 22:04:06'),(57956,3,14552,'','2013-11-19 22:04:06'),(57957,4,14552,'','2013-11-19 22:04:06'),(57958,5,14552,'','2013-11-19 22:04:06'),(57959,6,14552,'','2013-11-19 22:04:06'),(57960,7,14552,'DAY','2013-11-19 22:04:06'),(57961,1,14553,'3590321','2013-11-19 22:04:17'),(57962,2,14553,'','2013-11-19 22:04:17'),(57963,3,14553,'','2013-11-19 22:04:17'),(57964,4,14553,'OPD','2013-11-19 22:04:17'),(57965,5,14553,'','2013-11-19 22:04:17'),(57966,6,14553,'126.00','2013-11-19 22:04:17'),(57967,7,14553,'DAY','2013-11-19 22:04:17'),(57968,1,14555,'','2013-11-19 22:04:17'),(57969,2,14555,'','2013-11-19 22:04:17'),(57970,3,14555,'','2013-11-19 22:04:17'),(57971,4,14555,'','2013-11-19 22:04:17'),(57972,5,14555,'','2013-11-19 22:04:17'),(57973,6,14555,'','2013-11-19 22:04:17'),(57974,7,14555,'DAY','2013-11-19 22:04:17'),(57975,1,14558,'','2013-11-19 22:04:18'),(57976,2,14558,'','2013-11-19 22:04:18'),(57977,3,14558,'','2013-11-19 22:04:18'),(57978,4,14558,'','2013-11-19 22:04:18'),(57979,5,14558,'','2013-11-19 22:04:18'),(57980,6,14558,'','2013-11-19 22:04:18'),(57981,7,14558,'DAY','2013-11-19 22:04:18'),(57982,1,14559,'3590326','2013-11-19 22:09:08'),(57983,2,14559,'','2013-11-19 22:09:08'),(57984,3,14559,'','2013-11-19 22:09:08'),(57985,4,14559,'OPD','2013-11-19 22:09:08'),(57986,5,14559,'','2013-11-19 22:09:08'),(57987,6,14559,'22.00','2013-11-19 22:09:08'),(57988,7,14559,'DAY','2013-11-19 22:09:08'),(57989,1,14560,'3590532','2013-11-19 22:25:40'),(57990,2,14560,'','2013-11-19 22:25:40'),(57991,3,14560,'','2013-11-19 22:25:40'),(57992,4,14560,'OPD','2013-11-19 22:25:40'),(57993,5,14560,'','2013-11-19 22:25:40'),(57994,6,14560,'37.00','2013-11-19 22:25:40'),(57995,7,14560,'DAY','2013-11-19 22:25:40'),(57996,1,14561,'3590342','2013-11-19 22:37:39'),(57997,2,14561,'','2013-11-19 22:37:39'),(57998,3,14561,'','2013-11-19 22:37:39'),(57999,4,14561,'OPD','2013-11-19 22:37:39'),(58000,5,14561,'','2013-11-19 22:37:39'),(58001,6,14561,'81.00','2013-11-19 22:37:39'),(58002,7,14561,'DAY','2013-11-19 22:37:39'),(58003,1,14562,'3590352','2013-11-19 22:58:16'),(58004,2,14562,'','2013-11-19 22:58:16'),(58005,3,14562,'','2013-11-19 22:58:16'),(58006,4,14562,'OPD','2013-11-19 22:58:16'),(58007,5,14562,'','2013-11-19 22:58:16'),(58008,6,14562,'37.00','2013-11-19 22:58:16'),(58009,7,14562,'DAY','2013-11-19 22:58:16'),(58010,1,14563,'3590370','2013-11-19 23:17:37'),(58011,2,14563,'','2013-11-19 23:17:37'),(58012,3,14563,'','2013-11-19 23:17:37'),(58013,4,14563,'WARD','2013-11-19 23:17:37'),(58014,5,14563,'218027','2013-11-19 23:17:37'),(58015,6,14563,'202.00','2013-11-19 23:17:37'),(58016,7,14563,'DAY','2013-11-19 23:17:37'),(58017,1,14564,'3590367','2013-11-19 23:24:44'),(58018,2,14564,'594109','2013-11-19 23:24:44'),(58019,3,14564,'','2013-11-19 23:24:45'),(58020,4,14564,'OPD','2013-11-19 23:24:45'),(58021,5,14564,'','2013-11-19 23:24:45'),(58022,6,14564,'72.00','2013-11-19 23:24:45'),(58023,7,14564,'DAY','2013-11-19 23:24:45'),(58024,1,14566,'','2013-11-19 23:24:45'),(58025,2,14566,'','2013-11-19 23:24:45'),(58026,3,14566,'','2013-11-19 23:24:45'),(58027,4,14566,'','2013-11-19 23:24:45'),(58028,5,14566,'','2013-11-19 23:24:45'),(58029,6,14566,'','2013-11-19 23:24:45'),(58030,7,14566,'DAY','2013-11-19 23:24:45'),(58031,1,14567,'3590363','2013-11-19 23:26:54'),(58032,2,14567,'594106','2013-11-19 23:26:54'),(58033,3,14567,'','2013-11-19 23:26:54'),(58034,4,14567,'OPD','2013-11-19 23:26:54'),(58035,5,14567,'','2013-11-19 23:26:54'),(58036,6,14567,'83.00','2013-11-19 23:26:54'),(58037,7,14567,'DAY','2013-11-19 23:26:54'),(58038,1,14569,'','2013-11-19 23:26:54'),(58039,2,14569,'','2013-11-19 23:26:54'),(58040,3,14569,'','2013-11-19 23:26:54'),(58041,4,14569,'','2013-11-19 23:26:54'),(58042,5,14569,'','2013-11-19 23:26:54'),(58043,6,14569,'','2013-11-19 23:26:54'),(58044,7,14569,'DAY','2013-11-19 23:26:54'),(58045,1,14570,'3590375','2013-11-19 23:29:01'),(58046,2,14570,'','2013-11-19 23:29:01'),(58047,3,14570,'','2013-11-19 23:29:01'),(58048,4,14570,'OPD','2013-11-19 23:29:01'),(58049,5,14570,'','2013-11-19 23:29:01'),(58050,6,14570,'37.00','2013-11-19 23:29:01'),(58051,7,14570,'DAY','2013-11-19 23:29:01'),(58052,1,14571,'','2013-11-19 23:39:20'),(58053,2,14571,'','2013-11-19 23:39:20'),(58054,3,14571,'','2013-11-19 23:39:20'),(58055,4,14571,'','2013-11-19 23:39:20'),(58056,5,14571,'','2013-11-19 23:39:20'),(58057,6,14571,'','2013-11-19 23:39:20'),(58058,7,14571,'DAY','2013-11-19 23:39:20'),(58059,1,14572,'3590386','2013-11-19 23:56:59'),(58060,2,14572,'594117','2013-11-19 23:56:59'),(58061,3,14572,'','2013-11-19 23:56:59'),(58062,4,14572,'OPD','2013-11-19 23:56:59'),(58063,5,14572,'','2013-11-19 23:56:59'),(58064,6,14572,'20.00','2013-11-19 23:56:59'),(58065,7,14572,'DAY','2013-11-19 23:56:59'),(58066,1,14573,'3590382','2013-11-20 00:20:19'),(58067,2,14573,'','2013-11-20 00:20:19'),(58068,3,14573,'','2013-11-20 00:20:19'),(58069,4,14573,'OPD','2013-11-20 00:20:19'),(58070,5,14573,'','2013-11-20 00:20:19'),(58071,6,14573,'133.00','2013-11-20 00:20:19'),(58072,7,14573,'DAY','2013-11-20 00:20:19'),(58073,1,14575,'','2013-11-20 00:20:20'),(58074,2,14575,'','2013-11-20 00:20:20'),(58075,3,14575,'','2013-11-20 00:20:20'),(58076,4,14575,'','2013-11-20 00:20:20'),(58077,5,14575,'','2013-11-20 00:20:20'),(58078,6,14575,'','2013-11-20 00:20:20'),(58079,7,14575,'DAY','2013-11-20 00:20:20'),(58080,1,14578,'','2013-11-20 00:20:20'),(58081,2,14578,'','2013-11-20 00:20:20'),(58082,3,14578,'','2013-11-20 00:20:20'),(58083,4,14578,'','2013-11-20 00:20:20'),(58084,5,14578,'','2013-11-20 00:20:20'),(58085,6,14578,'','2013-11-20 00:20:20'),(58086,7,14578,'DAY','2013-11-20 00:20:20'),(58087,1,14579,'3590394','2013-11-20 00:26:03'),(58088,2,14579,'594121','2013-11-20 00:26:03'),(58089,3,14579,'','2013-11-20 00:26:03'),(58090,4,14579,'OPD','2013-11-20 00:26:03'),(58091,5,14579,'','2013-11-20 00:26:03'),(58092,6,14579,'47.00','2013-11-20 00:26:03'),(58093,7,14579,'DAY','2013-11-20 00:26:03'),(58094,1,14581,'','2013-11-20 00:26:03'),(58095,2,14581,'','2013-11-20 00:26:03'),(58096,3,14581,'','2013-11-20 00:26:03'),(58097,4,14581,'','2013-11-20 00:26:03'),(58098,5,14581,'','2013-11-20 00:26:03'),(58099,6,14581,'','2013-11-20 00:26:03'),(58100,7,14581,'DAY','2013-11-20 00:26:03'),(58101,1,14582,'3590420','2013-11-20 00:43:08'),(58102,2,14582,'','2013-11-20 00:43:08'),(58103,3,14582,'','2013-11-20 00:43:08'),(58104,4,14582,'OPD','2013-11-20 00:43:08'),(58105,5,14582,'','2013-11-20 00:43:08'),(58106,6,14582,'126.00','2013-11-20 00:43:08'),(58107,7,14582,'DAY','2013-11-20 00:43:08'),(58108,1,14584,'','2013-11-20 00:43:08'),(58109,2,14584,'','2013-11-20 00:43:08'),(58110,3,14584,'','2013-11-20 00:43:08'),(58111,4,14584,'','2013-11-20 00:43:08'),(58112,5,14584,'','2013-11-20 00:43:08'),(58113,6,14584,'','2013-11-20 00:43:08'),(58114,7,14584,'DAY','2013-11-20 00:43:08'),(58115,1,14587,'','2013-11-20 00:43:09'),(58116,2,14587,'','2013-11-20 00:43:09'),(58117,3,14587,'','2013-11-20 00:43:09'),(58118,4,14587,'','2013-11-20 00:43:09'),(58119,5,14587,'','2013-11-20 00:43:09'),(58120,6,14587,'','2013-11-20 00:43:09'),(58121,7,14587,'DAY','2013-11-20 00:43:09'),(58122,1,14588,'3590458','2013-11-20 01:36:10'),(58123,2,14588,'','2013-11-20 01:36:10'),(58124,3,14588,'','2013-11-20 01:36:10'),(58125,4,14588,'OPD','2013-11-20 01:36:10'),(58126,5,14588,'','2013-11-20 01:36:10'),(58127,6,14588,'175.00','2013-11-20 01:36:10'),(58128,7,14588,'DAY','2013-11-20 01:36:10'),(58129,1,14590,'','2013-11-20 01:36:10'),(58130,2,14590,'','2013-11-20 01:36:10'),(58131,3,14590,'','2013-11-20 01:36:10'),(58132,4,14590,'','2013-11-20 01:36:10'),(58133,5,14590,'','2013-11-20 01:36:10'),(58134,6,14590,'','2013-11-20 01:36:10'),(58135,7,14590,'DAY','2013-11-20 01:36:10'),(58136,1,14593,'','2013-11-20 01:36:10'),(58137,2,14593,'','2013-11-20 01:36:10'),(58138,3,14593,'','2013-11-20 01:36:10'),(58139,4,14593,'','2013-11-20 01:36:10'),(58140,5,14593,'','2013-11-20 01:36:10'),(58141,6,14593,'','2013-11-20 01:36:10'),(58142,7,14593,'DAY','2013-11-20 01:36:10'),(58143,1,14594,'3590460','2013-11-20 01:37:11'),(58144,2,14594,'','2013-11-20 01:37:11'),(58145,3,14594,'','2013-11-20 01:37:11'),(58146,4,14594,'OPD','2013-11-20 01:37:11'),(58147,5,14594,'','2013-11-20 01:37:11'),(58148,6,14594,'22.00','2013-11-20 01:37:11'),(58149,7,14594,'DAY','2013-11-20 01:37:11'),(58150,1,14595,'3590475','2013-11-20 02:29:27'),(58151,2,14595,'594141','2013-11-20 02:29:27'),(58152,3,14595,'','2013-11-20 02:29:27'),(58153,4,14595,'OPD','2013-11-20 02:29:27'),(58154,5,14595,'','2013-11-20 02:29:27'),(58155,6,14595,'47.00','2013-11-20 02:29:27'),(58156,7,14595,'DAY','2013-11-20 02:29:27'),(58157,1,14597,'','2013-11-20 02:29:27'),(58158,2,14597,'','2013-11-20 02:29:27'),(58159,3,14597,'','2013-11-20 02:29:27'),(58160,4,14597,'','2013-11-20 02:29:27'),(58161,5,14597,'','2013-11-20 02:29:27'),(58162,6,14597,'','2013-11-20 02:29:27'),(58163,7,14597,'DAY','2013-11-20 02:29:27'),(58164,1,14598,'3590491','2013-11-20 02:53:24'),(58165,2,14598,'','2013-11-20 02:53:24'),(58166,3,14598,'','2013-11-20 02:53:24'),(58167,4,14598,'OPD','2013-11-20 02:53:24'),(58168,5,14598,'','2013-11-20 02:53:24'),(58169,6,14598,'27.00','2013-11-20 02:53:24'),(58170,7,14598,'DAY','2013-11-20 02:53:24'),(58171,1,14599,'3590509','2013-11-20 03:02:57'),(58172,2,14599,'594146','2013-11-20 03:02:57'),(58173,3,14599,'','2013-11-20 03:02:57'),(58174,4,14599,'OPD','2013-11-20 03:02:57'),(58175,5,14599,'','2013-11-20 03:02:57'),(58176,6,14599,'59.00','2013-11-20 03:02:57'),(58177,7,14599,'DAY','2013-11-20 03:02:57'),(58178,1,14601,'','2013-11-20 03:02:57'),(58179,2,14601,'','2013-11-20 03:02:57'),(58180,3,14601,'','2013-11-20 03:02:57'),(58181,4,14601,'','2013-11-20 03:02:57'),(58182,5,14601,'','2013-11-20 03:02:57'),(58183,6,14601,'','2013-11-20 03:02:57'),(58184,7,14601,'DAY','2013-11-20 03:02:57'),(58185,1,14602,'3590841','2013-11-20 03:32:20'),(58186,2,14602,'','2013-11-20 03:32:20'),(58187,3,14602,'','2013-11-20 03:32:20'),(58188,4,14602,'OPD','2013-11-20 03:32:20'),(58189,5,14602,'','2013-11-20 03:32:20'),(58190,6,14602,'22','2013-11-20 03:32:20'),(58191,7,14602,'NIGHT','2013-11-20 03:32:20'),(58192,1,14603,'3590542','2013-11-20 03:35:32'),(58193,2,14603,'','2013-11-20 03:35:32'),(58194,3,14603,'','2013-11-20 03:35:32'),(58195,4,14603,'OPD','2013-11-20 03:35:32'),(58196,5,14603,'','2013-11-20 03:35:32'),(58197,6,14603,'37','2013-11-20 03:35:32'),(58198,7,14603,'NIGHT','2013-11-20 03:35:32'),(58199,1,14604,'3590565','2013-11-20 04:40:38'),(58200,2,14604,'','2013-11-20 04:40:38'),(58201,3,14604,'','2013-11-20 04:40:38'),(58202,4,14604,'OPD','2013-11-20 04:40:38'),(58203,5,14604,'','2013-11-20 04:40:38'),(58204,6,14604,'37','2013-11-20 04:40:38'),(58205,7,14604,'NIGHT','2013-11-20 04:40:38'),(58206,1,14605,'3590659','2013-11-20 05:15:08'),(58207,2,14605,'','2013-11-20 05:15:08'),(58208,3,14605,'','2013-11-20 05:15:08'),(58209,4,14605,'OPD','2013-11-20 05:15:08'),(58210,5,14605,'','2013-11-20 05:15:08'),(58211,6,14605,'50','2013-11-20 05:15:08'),(58212,7,14605,'NIGHT','2013-11-20 05:15:08'),(58213,1,14607,'','2013-11-20 05:15:08'),(58214,2,14607,'','2013-11-20 05:15:08'),(58215,3,14607,'','2013-11-20 05:15:08'),(58216,4,14607,'','2013-11-20 05:15:08'),(58217,5,14607,'','2013-11-20 05:15:08'),(58218,6,14607,'','2013-11-20 05:15:08'),(58219,7,14607,'DAY','2013-11-20 05:15:08'),(58220,1,14608,'','2013-11-20 05:52:04'),(58221,2,14608,'','2013-11-20 05:52:04'),(58222,3,14608,'','2013-11-20 05:52:04'),(58223,4,14608,'','2013-11-20 05:52:04'),(58224,5,14608,'218076','2013-11-20 05:52:04'),(58225,6,14608,'38','2013-11-20 05:52:04'),(58226,7,14608,'NIGHT','2013-11-20 05:52:04'),(58227,1,14609,'359564','2013-11-20 05:58:06'),(58228,2,14609,'','2013-11-20 05:58:06'),(58229,3,14609,'','2013-11-20 05:58:06'),(58230,4,14609,'OPD','2013-11-20 05:58:06'),(58231,5,14609,'','2013-11-20 05:58:06'),(58232,6,14609,'56','2013-11-20 05:58:06'),(58233,7,14609,'DAY','2013-11-20 05:58:06'),(58234,1,14611,'','2013-11-20 05:58:06'),(58235,2,14611,'','2013-11-20 05:58:06'),(58236,3,14611,'','2013-11-20 05:58:06'),(58237,4,14611,'','2013-11-20 05:58:06'),(58238,5,14611,'','2013-11-20 05:58:06'),(58239,6,14611,'','2013-11-20 05:58:06'),(58240,7,14611,'DAY','2013-11-20 05:58:06'),(58241,1,14612,'3590569','2013-11-20 07:04:03'),(58242,2,14612,'','2013-11-20 07:04:03'),(58243,3,14612,'','2013-11-20 07:04:03'),(58244,4,14612,'OPD','2013-11-20 07:04:03'),(58245,5,14612,'','2013-11-20 07:04:03'),(58246,6,14612,'68','2013-11-20 07:04:03'),(58247,7,14612,'NIGHT','2013-11-20 07:04:03'),(58248,1,14614,'','2013-11-20 07:04:03'),(58249,2,14614,'','2013-11-20 07:04:03'),(58250,3,14614,'','2013-11-20 07:04:03'),(58251,4,14614,'','2013-11-20 07:04:03'),(58252,5,14614,'','2013-11-20 07:04:03'),(58253,6,14614,'','2013-11-20 07:04:03'),(58254,7,14614,'DAY','2013-11-20 07:04:03'),(58255,1,14617,'','2013-11-20 07:04:03'),(58256,2,14617,'','2013-11-20 07:04:03'),(58257,3,14617,'','2013-11-20 07:04:03'),(58258,4,14617,'','2013-11-20 07:04:03'),(58259,5,14617,'','2013-11-20 07:04:03'),(58260,6,14617,'','2013-11-20 07:04:03'),(58261,7,14617,'DAY','2013-11-20 07:04:03'),(58262,1,14618,'3576772','2013-11-20 13:46:35'),(58263,2,14618,'','2013-11-20 13:46:35'),(58264,3,14618,'','2013-11-20 13:46:35'),(58265,4,14618,'OPD','2013-11-20 13:46:35'),(58266,5,14618,'','2013-11-20 13:46:35'),(58267,6,14618,'12','2013-11-20 13:46:35'),(58268,7,14618,'NIGHT','2013-11-20 13:46:35'),(58269,1,14619,'3590153','2013-11-20 13:57:53'),(58270,2,14619,'','2013-11-20 13:57:53'),(58271,3,14619,'','2013-11-20 13:57:53'),(58272,4,14619,'OPD','2013-11-20 13:57:53'),(58273,5,14619,'','2013-11-20 13:57:53'),(58274,6,14619,'26.24','2013-11-20 13:57:53'),(58275,7,14619,'NIGHT','2013-11-20 13:57:53'),(58276,1,14620,'3590567','2013-11-20 14:18:44'),(58277,2,14620,'594180','2013-11-20 14:18:44'),(58278,3,14620,'','2013-11-20 14:18:44'),(58279,4,14620,'SR','2013-11-20 14:18:44'),(58280,5,14620,'','2013-11-20 14:18:44'),(58281,6,14620,'12','2013-11-20 14:18:44'),(58282,7,14620,'DAY','2013-11-20 14:18:44'),(58283,1,14621,'3590604','2013-11-20 14:35:09'),(58284,2,14621,'','2013-11-20 14:35:09'),(58285,3,14621,'','2013-11-20 14:35:09'),(58286,4,14621,'OPD','2013-11-20 14:35:09'),(58287,5,14621,'','2013-11-20 14:35:09'),(58288,6,14621,'307','2013-11-20 14:35:09'),(58289,7,14621,'NIGHT','2013-11-20 14:35:09'),(58290,1,14623,'','2013-11-20 14:35:09'),(58291,2,14623,'','2013-11-20 14:35:09'),(58292,3,14623,'','2013-11-20 14:35:09'),(58293,4,14623,'','2013-11-20 14:35:09'),(58294,5,14623,'','2013-11-20 14:35:09'),(58295,6,14623,'','2013-11-20 14:35:09'),(58296,7,14623,'DAY','2013-11-20 14:35:09'),(58297,1,14626,'','2013-11-20 14:35:10'),(58298,2,14626,'','2013-11-20 14:35:10'),(58299,3,14626,'','2013-11-20 14:35:10'),(58300,4,14626,'','2013-11-20 14:35:10'),(58301,5,14626,'','2013-11-20 14:35:10'),(58302,6,14626,'','2013-11-20 14:35:10'),(58303,7,14626,'DAY','2013-11-20 14:35:10'),(58304,1,14627,'3590219','2013-11-20 14:48:25'),(58305,2,14627,'591068','2013-11-20 14:48:25'),(58306,3,14627,'','2013-11-20 14:48:25'),(58307,4,14627,'OPD','2013-11-20 14:48:25'),(58308,5,14627,'','2013-11-20 14:48:25'),(58309,6,14627,'146','2013-11-20 14:48:25'),(58310,7,14627,'NIGHT','2013-11-20 14:48:25'),(58311,1,14629,'','2013-11-20 14:48:26'),(58312,2,14629,'','2013-11-20 14:48:26'),(58313,3,14629,'','2013-11-20 14:48:26'),(58314,4,14629,'','2013-11-20 14:48:26'),(58315,5,14629,'','2013-11-20 14:48:26'),(58316,6,14629,'','2013-11-20 14:48:26'),(58317,7,14629,'DAY','2013-11-20 14:48:26'),(58318,1,14630,'3590618','2013-11-20 15:08:19'),(58319,2,14630,'594167','2013-11-20 15:08:19'),(58320,3,14630,'','2013-11-20 15:08:19'),(58321,4,14630,'OPD','2013-11-20 15:08:19'),(58322,5,14630,'','2013-11-20 15:08:19'),(58323,6,14630,'11','2013-11-20 15:08:19'),(58324,7,14630,'DAY','2013-11-20 15:08:19'),(58325,1,14631,'3590633','2013-11-20 15:35:45'),(58326,2,14631,'','2013-11-20 15:35:45'),(58327,3,14631,'','2013-11-20 15:35:45'),(58328,4,14631,'OPD','2013-11-20 15:35:45'),(58329,5,14631,'','2013-11-20 15:35:45'),(58330,6,14631,'12.00','2013-11-20 15:35:45'),(58331,7,14631,'DAY','2013-11-20 15:35:45'),(58332,1,14632,'3590627','2013-11-20 15:43:13'),(58333,2,14632,'594170','2013-11-20 15:43:13'),(58334,3,14632,'','2013-11-20 15:43:13'),(58335,4,14632,'OPD','2013-11-20 15:43:13'),(58336,5,14632,'','2013-11-20 15:43:13'),(58337,6,14632,'52.00','2013-11-20 15:43:13'),(58338,7,14632,'DAY','2013-11-20 15:43:13'),(58339,1,14634,'','2013-11-20 15:43:13'),(58340,2,14634,'','2013-11-20 15:43:13'),(58341,3,14634,'','2013-11-20 15:43:13'),(58342,4,14634,'','2013-11-20 15:43:13'),(58343,5,14634,'','2013-11-20 15:43:13'),(58344,6,14634,'','2013-11-20 15:43:13'),(58345,7,14634,'DAY','2013-11-20 15:43:13'),(58346,1,14635,'3590630','2013-11-20 15:46:17'),(58347,2,14635,'594172','2013-11-20 15:46:17'),(58348,3,14635,'','2013-11-20 15:46:17'),(58349,4,14635,'OPD','2013-11-20 15:46:17'),(58350,5,14635,'','2013-11-20 15:46:17'),(58351,6,14635,'104.00','2013-11-20 15:46:17'),(58352,7,14635,'DAY','2013-11-20 15:46:17'),(58353,1,14637,'','2013-11-20 15:46:17'),(58354,2,14637,'','2013-11-20 15:46:17'),(58355,3,14637,'','2013-11-20 15:46:17'),(58356,4,14637,'','2013-11-20 15:46:17'),(58357,5,14637,'','2013-11-20 15:46:17'),(58358,6,14637,'','2013-11-20 15:46:17'),(58359,7,14637,'DAY','2013-11-20 15:46:17'),(58360,1,14640,'','2013-11-20 15:46:17'),(58361,2,14640,'','2013-11-20 15:46:17'),(58362,3,14640,'','2013-11-20 15:46:17'),(58363,4,14640,'','2013-11-20 15:46:18'),(58364,5,14640,'','2013-11-20 15:46:18'),(58365,6,14640,'','2013-11-20 15:46:18'),(58366,7,14640,'DAY','2013-11-20 15:46:18'),(58367,1,14641,'','2013-11-20 15:48:23'),(58368,2,14641,'','2013-11-20 15:48:23'),(58369,3,14641,'','2013-11-20 15:48:23'),(58370,4,14641,'OPD','2013-11-20 15:48:23'),(58371,5,14641,'','2013-11-20 15:48:23'),(58372,6,14641,'','2013-11-20 15:48:23'),(58373,7,14641,'DAY','2013-11-20 15:48:23'),(58374,1,14643,'','2013-11-20 15:48:23'),(58375,2,14643,'','2013-11-20 15:48:23'),(58376,3,14643,'','2013-11-20 15:48:23'),(58377,4,14643,'','2013-11-20 15:48:23'),(58378,5,14643,'','2013-11-20 15:48:23'),(58379,6,14643,'','2013-11-20 15:48:23'),(58380,7,14643,'DAY','2013-11-20 15:48:23'),(58381,1,14646,'','2013-11-20 15:48:23'),(58382,2,14646,'','2013-11-20 15:48:23'),(58383,3,14646,'','2013-11-20 15:48:23'),(58384,4,14646,'','2013-11-20 15:48:23'),(58385,5,14646,'','2013-11-20 15:48:23'),(58386,6,14646,'','2013-11-20 15:48:23'),(58387,7,14646,'DAY','2013-11-20 15:48:23'),(58388,1,14647,'3584333','2013-11-20 15:57:32'),(58389,2,14647,'594176','2013-11-20 15:57:32'),(58390,3,14647,'','2013-11-20 15:57:32'),(58391,4,14647,'OPD','2013-11-20 15:57:32'),(58392,5,14647,'','2013-11-20 15:57:32'),(58393,6,14647,'203.00','2013-11-20 15:57:32'),(58394,7,14647,'DAY','2013-11-20 15:57:32'),(58395,1,14649,'','2013-11-20 15:57:33'),(58396,2,14649,'','2013-11-20 15:57:33'),(58397,3,14649,'','2013-11-20 15:57:33'),(58398,4,14649,'','2013-11-20 15:57:33'),(58399,5,14649,'','2013-11-20 15:57:33'),(58400,6,14649,'','2013-11-20 15:57:33'),(58401,7,14649,'DAY','2013-11-20 15:57:33'),(58402,1,14650,'3590643','2013-11-20 16:00:42'),(58403,2,14650,'','2013-11-20 16:00:42'),(58404,3,14650,'','2013-11-20 16:00:42'),(58405,4,14650,'OPD','2013-11-20 16:00:42'),(58406,5,14650,'','2013-11-20 16:00:42'),(58407,6,14650,'12.00','2013-11-20 16:00:42'),(58408,7,14650,'DAY','2013-11-20 16:00:42'),(58409,1,14651,'3590645','2013-11-20 16:03:44'),(58410,2,14651,'','2013-11-20 16:03:44'),(58411,3,14651,'','2013-11-20 16:03:44'),(58412,4,14651,'OPD','2013-11-20 16:03:44'),(58413,5,14651,'','2013-11-20 16:03:44'),(58414,6,14651,'37.00','2013-11-20 16:03:44'),(58415,7,14651,'DAY','2013-11-20 16:03:44'),(58416,1,14652,'','2013-11-20 16:05:52'),(58417,2,14652,'','2013-11-20 16:05:52'),(58418,3,14652,'','2013-11-20 16:05:52'),(58419,4,14652,'OPD','2013-11-20 16:05:52'),(58420,5,14652,'','2013-11-20 16:05:52'),(58421,6,14652,'','2013-11-20 16:05:52'),(58422,7,14652,'DAY','2013-11-20 16:05:52'),(58423,1,14654,'','2013-11-20 16:05:52'),(58424,2,14654,'','2013-11-20 16:05:52'),(58425,3,14654,'','2013-11-20 16:05:52'),(58426,4,14654,'','2013-11-20 16:05:52'),(58427,5,14654,'','2013-11-20 16:05:52'),(58428,6,14654,'','2013-11-20 16:05:52'),(58429,7,14654,'DAY','2013-11-20 16:05:52'),(58430,1,14657,'','2013-11-20 16:05:52'),(58431,2,14657,'','2013-11-20 16:05:52'),(58432,3,14657,'','2013-11-20 16:05:52'),(58433,4,14657,'','2013-11-20 16:05:52'),(58434,5,14657,'','2013-11-20 16:05:52'),(58435,6,14657,'','2013-11-20 16:05:52'),(58436,7,14657,'DAY','2013-11-20 16:05:52'),(58437,1,14658,'3575188','2013-11-20 16:10:05'),(58438,2,14658,'594170','2013-11-20 16:10:05'),(58439,3,14658,'','2013-11-20 16:10:05'),(58440,4,14658,'OPD','2013-11-20 16:10:05'),(58441,5,14658,'','2013-11-20 16:10:05'),(58442,6,14658,'52.00','2013-11-20 16:10:05'),(58443,7,14658,'DAY','2013-11-20 16:10:05'),(58444,1,14660,'','2013-11-20 16:10:06'),(58445,2,14660,'','2013-11-20 16:10:06'),(58446,3,14660,'','2013-11-20 16:10:06'),(58447,4,14660,'','2013-11-20 16:10:06'),(58448,5,14660,'','2013-11-20 16:10:06'),(58449,6,14660,'','2013-11-20 16:10:06'),(58450,7,14660,'DAY','2013-11-20 16:10:06'),(58451,1,14661,'3590451/3590450','2013-11-20 16:32:48'),(58452,2,14661,'594133','2013-11-20 16:32:48'),(58453,3,14661,'','2013-11-20 16:32:48'),(58454,4,14661,'OPD','2013-11-20 16:32:48'),(58455,5,14661,'','2013-11-20 16:32:48'),(58456,6,14661,'294.00','2013-11-20 16:32:48'),(58457,7,14661,'DAY','2013-11-20 16:32:48'),(58458,1,14663,'','2013-11-20 16:32:49'),(58459,2,14663,'','2013-11-20 16:32:49'),(58460,3,14663,'','2013-11-20 16:32:49'),(58461,4,14663,'','2013-11-20 16:32:49'),(58462,5,14663,'','2013-11-20 16:32:49'),(58463,6,14663,'','2013-11-20 16:32:49'),(58464,7,14663,'DAY','2013-11-20 16:32:49'),(58465,1,14664,'3590655','2013-11-20 16:35:03'),(58466,2,14664,'594180','2013-11-20 16:35:03'),(58467,3,14664,'','2013-11-20 16:35:03'),(58468,4,14664,'OPD','2013-11-20 16:35:03'),(58469,5,14664,'','2013-11-20 16:35:03'),(58470,6,14664,'23.00','2013-11-20 16:35:03'),(58471,7,14664,'DAY','2013-11-20 16:35:03'),(58472,1,14665,'','2013-11-20 16:37:01'),(58473,2,14665,'','2013-11-20 16:37:01'),(58474,3,14665,'','2013-11-20 16:37:01'),(58475,4,14665,'OPD','2013-11-20 16:37:01'),(58476,5,14665,'','2013-11-20 16:37:01'),(58477,6,14665,'','2013-11-20 16:37:01'),(58478,7,14665,'DAY','2013-11-20 16:37:01'),(58479,1,14667,'','2013-11-20 16:37:01'),(58480,2,14667,'','2013-11-20 16:37:01'),(58481,3,14667,'','2013-11-20 16:37:01'),(58482,4,14667,'','2013-11-20 16:37:01'),(58483,5,14667,'','2013-11-20 16:37:01'),(58484,6,14667,'','2013-11-20 16:37:01'),(58485,7,14667,'DAY','2013-11-20 16:37:01'),(58486,1,14670,'','2013-11-20 16:37:02'),(58487,2,14670,'','2013-11-20 16:37:02'),(58488,3,14670,'','2013-11-20 16:37:02'),(58489,4,14670,'','2013-11-20 16:37:02'),(58490,5,14670,'','2013-11-20 16:37:02'),(58491,6,14670,'','2013-11-20 16:37:02'),(58492,7,14670,'DAY','2013-11-20 16:37:02'),(58493,1,14671,'3582715','2013-11-20 16:38:55'),(58494,2,14671,'594182','2013-11-20 16:38:55'),(58495,3,14671,'','2013-11-20 16:38:55'),(58496,4,14671,'OPD','2013-11-20 16:38:55'),(58497,5,14671,'','2013-11-20 16:38:55'),(58498,6,14671,'11.00','2013-11-20 16:38:55'),(58499,7,14671,'DAY','2013-11-20 16:38:55'),(58500,1,14672,'3590663','2013-11-20 16:42:09'),(58501,2,14672,'','2013-11-20 16:42:09'),(58502,3,14672,'','2013-11-20 16:42:09'),(58503,4,14672,'OPD','2013-11-20 16:42:09'),(58504,5,14672,'','2013-11-20 16:42:09'),(58505,6,14672,'163.00','2013-11-20 16:42:09'),(58506,7,14672,'DAY','2013-11-20 16:42:10'),(58507,1,14674,'','2013-11-20 16:42:10'),(58508,2,14674,'','2013-11-20 16:42:10'),(58509,3,14674,'','2013-11-20 16:42:10'),(58510,4,14674,'','2013-11-20 16:42:10'),(58511,5,14674,'','2013-11-20 16:42:10'),(58512,6,14674,'','2013-11-20 16:42:10'),(58513,7,14674,'DAY','2013-11-20 16:42:10'),(58514,1,14677,'','2013-11-20 16:42:10'),(58515,2,14677,'','2013-11-20 16:42:10'),(58516,3,14677,'','2013-11-20 16:42:10'),(58517,4,14677,'','2013-11-20 16:42:10'),(58518,5,14677,'','2013-11-20 16:42:10'),(58519,6,14677,'','2013-11-20 16:42:10'),(58520,7,14677,'DAY','2013-11-20 16:42:10'),(58521,1,14681,'','2013-11-20 16:42:10'),(58522,2,14681,'','2013-11-20 16:42:10'),(58523,3,14681,'','2013-11-20 16:42:10'),(58524,4,14681,'','2013-11-20 16:42:10'),(58525,5,14681,'','2013-11-20 16:42:10'),(58526,6,14681,'','2013-11-20 16:42:10'),(58527,7,14681,'DAY','2013-11-20 16:42:10'),(58528,1,14682,'3590674','2013-11-20 16:44:05'),(58529,2,14682,'','2013-11-20 16:44:05'),(58530,3,14682,'','2013-11-20 16:44:05'),(58531,4,14682,'OPD','2013-11-20 16:44:05'),(58532,5,14682,'','2013-11-20 16:44:05'),(58533,6,14682,'66.00','2013-11-20 16:44:05'),(58534,7,14682,'DAY','2013-11-20 16:44:05'),(58535,1,14683,'3590682','2013-11-20 16:45:24'),(58536,2,14683,'','2013-11-20 16:45:24'),(58537,3,14683,'','2013-11-20 16:45:24'),(58538,4,14683,'OPD','2013-11-20 16:45:24'),(58539,5,14683,'','2013-11-20 16:45:24'),(58540,6,14683,'92.00','2013-11-20 16:45:24'),(58541,7,14683,'DAY','2013-11-20 16:45:24'),(58542,1,14684,'3590689','2013-11-20 16:49:26'),(58543,2,14684,'','2013-11-20 16:49:26'),(58544,3,14684,'','2013-11-20 16:49:26'),(58545,4,14684,'OPD','2013-11-20 16:49:26'),(58546,5,14684,'','2013-11-20 16:49:26'),(58547,6,14684,'81.24','2013-11-20 16:49:26'),(58548,7,14684,'DAY','2013-11-20 16:49:26'),(58549,1,14685,'3590687','2013-11-20 16:56:12'),(58550,2,14685,'','2013-11-20 16:56:12'),(58551,3,14685,'','2013-11-20 16:56:12'),(58552,4,14685,'OPD','2013-11-20 16:56:12'),(58553,5,14685,'','2013-11-20 16:56:12'),(58554,6,14685,'97.00','2013-11-20 16:56:12'),(58555,7,14685,'DAY','2013-11-20 16:56:12'),(58556,1,14687,'','2013-11-20 16:56:12'),(58557,2,14687,'','2013-11-20 16:56:12'),(58558,3,14687,'','2013-11-20 16:56:12'),(58559,4,14687,'','2013-11-20 16:56:12'),(58560,5,14687,'','2013-11-20 16:56:12'),(58561,6,14687,'','2013-11-20 16:56:12'),(58562,7,14687,'DAY','2013-11-20 16:56:12'),(58563,1,14688,'3590255','2013-11-20 17:00:57'),(58564,2,14688,'594188','2013-11-20 17:00:57'),(58565,3,14688,'','2013-11-20 17:00:57'),(58566,4,14688,'OPD','2013-11-20 17:00:57'),(58567,5,14688,'','2013-11-20 17:00:57'),(58568,6,14688,'198.00','2013-11-20 17:00:57'),(58569,7,14688,'DAY','2013-11-20 17:00:57'),(58570,1,14690,'','2013-11-20 17:00:58'),(58571,2,14690,'','2013-11-20 17:00:58'),(58572,3,14690,'','2013-11-20 17:00:58'),(58573,4,14690,'','2013-11-20 17:00:58'),(58574,5,14690,'','2013-11-20 17:00:58'),(58575,6,14690,'','2013-11-20 17:00:58'),(58576,7,14690,'DAY','2013-11-20 17:00:58'),(58577,1,14693,'','2013-11-20 17:00:58'),(58578,2,14693,'','2013-11-20 17:00:58'),(58579,3,14693,'','2013-11-20 17:00:58'),(58580,4,14693,'','2013-11-20 17:00:58'),(58581,5,14693,'','2013-11-20 17:00:58'),(58582,6,14693,'','2013-11-20 17:00:58'),(58583,7,14693,'DAY','2013-11-20 17:00:58'),(58584,1,14694,'','2013-11-20 17:04:20'),(58585,2,14694,'','2013-11-20 17:04:20'),(58586,3,14694,'','2013-11-20 17:04:20'),(58587,4,14694,'','2013-11-20 17:04:20'),(58588,5,14694,'','2013-11-20 17:04:20'),(58589,6,14694,'','2013-11-20 17:04:20'),(58590,7,14694,'DAY','2013-11-20 17:04:20'),(58591,1,14695,'3590719','2013-11-20 17:10:18'),(58592,2,14695,'','2013-11-20 17:10:18'),(58593,3,14695,'','2013-11-20 17:10:18'),(58594,4,14695,'OPD','2013-11-20 17:10:18'),(58595,5,14695,'','2013-11-20 17:10:18'),(58596,6,14695,'192.00','2013-11-20 17:10:18'),(58597,7,14695,'DAY','2013-11-20 17:10:18'),(58598,1,14697,'','2013-11-20 17:10:18'),(58599,2,14697,'','2013-11-20 17:10:18'),(58600,3,14697,'','2013-11-20 17:10:18'),(58601,4,14697,'','2013-11-20 17:10:18'),(58602,5,14697,'','2013-11-20 17:10:18'),(58603,6,14697,'','2013-11-20 17:10:18'),(58604,7,14697,'DAY','2013-11-20 17:10:18'),(58605,1,14700,'','2013-11-20 17:10:19'),(58606,2,14700,'','2013-11-20 17:10:19'),(58607,3,14700,'','2013-11-20 17:10:19'),(58608,4,14700,'','2013-11-20 17:10:19'),(58609,5,14700,'','2013-11-20 17:10:19'),(58610,6,14700,'','2013-11-20 17:10:19'),(58611,7,14700,'DAY','2013-11-20 17:10:19'),(58612,1,14701,'3590390','2013-11-20 17:23:17'),(58613,2,14701,'','2013-11-20 17:23:17'),(58614,3,14701,'','2013-11-20 17:23:17'),(58615,4,14701,'OPD','2013-11-20 17:23:17'),(58616,5,14701,'','2013-11-20 17:23:17'),(58617,6,14701,'281.00','2013-11-20 17:23:17'),(58618,7,14701,'DAY','2013-11-20 17:23:17'),(58619,1,14703,'','2013-11-20 17:23:17'),(58620,2,14703,'','2013-11-20 17:23:17'),(58621,3,14703,'','2013-11-20 17:23:17'),(58622,4,14703,'','2013-11-20 17:23:17'),(58623,5,14703,'','2013-11-20 17:23:17'),(58624,6,14703,'','2013-11-20 17:23:17'),(58625,7,14703,'DAY','2013-11-20 17:23:17'),(58626,1,14704,'3590741','2013-11-20 17:32:37'),(58627,2,14704,'','2013-11-20 17:32:37'),(58628,3,14704,'','2013-11-20 17:32:37'),(58629,4,14704,'WARD','2013-11-20 17:32:37'),(58630,5,14704,'215012','2013-11-20 17:32:37'),(58631,6,14704,'54.00','2013-11-20 17:32:37'),(58632,7,14704,'DAY','2013-11-20 17:32:37'),(58633,1,14705,'3590734','2013-11-20 17:35:48'),(58634,2,14705,'','2013-11-20 17:35:48'),(58635,3,14705,'','2013-11-20 17:35:48'),(58636,4,14705,'OPD','2013-11-20 17:35:48'),(58637,5,14705,'','2013-11-20 17:35:48'),(58638,6,14705,'66.00','2013-11-20 17:35:48'),(58639,7,14705,'DAY','2013-11-20 17:35:48'),(58640,1,14706,'3590732','2013-11-20 17:38:22'),(58641,2,14706,'','2013-11-20 17:38:22'),(58642,3,14706,'','2013-11-20 17:38:22'),(58643,4,14706,'OPD','2013-11-20 17:38:22'),(58644,5,14706,'','2013-11-20 17:38:22'),(58645,6,14706,'66.00','2013-11-20 17:38:22'),(58646,7,14706,'DAY','2013-11-20 17:38:22'),(58647,1,14707,'3590755','2013-11-20 17:49:21'),(58648,2,14707,'','2013-11-20 17:49:21'),(58649,3,14707,'','2013-11-20 17:49:21'),(58650,4,14707,'','2013-11-20 17:49:21'),(58651,5,14707,'','2013-11-20 17:49:21'),(58652,6,14707,'33.00','2013-11-20 17:49:21'),(58653,7,14707,'DAY','2013-11-20 17:49:21'),(58654,1,14708,'3590757','2013-11-20 17:51:34'),(58655,2,14708,'','2013-11-20 17:51:34'),(58656,3,14708,'','2013-11-20 17:51:34'),(58657,4,14708,'OPD','2013-11-20 17:51:34'),(58658,5,14708,'','2013-11-20 17:51:34'),(58659,6,14708,'72.00','2013-11-20 17:51:34'),(58660,7,14708,'DAY','2013-11-20 17:51:34'),(58661,1,14709,'3590759','2013-11-20 17:55:50'),(58662,2,14709,'','2013-11-20 17:55:50'),(58663,3,14709,'','2013-11-20 17:55:50'),(58664,4,14709,'OPD','2013-11-20 17:55:50'),(58665,5,14709,'','2013-11-20 17:55:50'),(58666,6,14709,'94.00','2013-11-20 17:55:50'),(58667,7,14709,'DAY','2013-11-20 17:55:50'),(58668,1,14711,'','2013-11-20 17:55:50'),(58669,2,14711,'','2013-11-20 17:55:50'),(58670,3,14711,'','2013-11-20 17:55:50'),(58671,4,14711,'','2013-11-20 17:55:50'),(58672,5,14711,'','2013-11-20 17:55:50'),(58673,6,14711,'','2013-11-20 17:55:50'),(58674,7,14711,'DAY','2013-11-20 17:55:50'),(58675,1,14712,'','2013-11-20 18:05:29'),(58676,2,14712,'','2013-11-20 18:05:29'),(58677,3,14712,'','2013-11-20 18:05:29'),(58678,4,14712,'OPD','2013-11-20 18:05:29'),(58679,5,14712,'','2013-11-20 18:05:29'),(58680,6,14712,'','2013-11-20 18:05:29'),(58681,7,14712,'DAY','2013-11-20 18:05:29'),(58682,1,14714,'','2013-11-20 18:05:29'),(58683,2,14714,'','2013-11-20 18:05:29'),(58684,3,14714,'','2013-11-20 18:05:29'),(58685,4,14714,'','2013-11-20 18:05:29'),(58686,5,14714,'','2013-11-20 18:05:29'),(58687,6,14714,'','2013-11-20 18:05:29'),(58688,7,14714,'DAY','2013-11-20 18:05:29'),(58689,1,14717,'','2013-11-20 18:05:30'),(58690,2,14717,'','2013-11-20 18:05:30'),(58691,3,14717,'','2013-11-20 18:05:30'),(58692,4,14717,'','2013-11-20 18:05:30'),(58693,5,14717,'','2013-11-20 18:05:30'),(58694,6,14717,'','2013-11-20 18:05:30'),(58695,7,14717,'DAY','2013-11-20 18:05:30'),(58696,1,14718,'3590748','2013-11-20 18:08:35'),(58697,2,14718,'594209','2013-11-20 18:08:35'),(58698,3,14718,'','2013-11-20 18:08:35'),(58699,4,14718,'OPD','2013-11-20 18:08:35'),(58700,5,14718,'','2013-11-20 18:08:35'),(58701,6,14718,'91.00','2013-11-20 18:08:35'),(58702,7,14718,'DAY','2013-11-20 18:08:35'),(58703,1,14720,'','2013-11-20 18:08:36'),(58704,2,14720,'','2013-11-20 18:08:36'),(58705,3,14720,'','2013-11-20 18:08:36'),(58706,4,14720,'','2013-11-20 18:08:36'),(58707,5,14720,'','2013-11-20 18:08:36'),(58708,6,14720,'','2013-11-20 18:08:36'),(58709,7,14720,'DAY','2013-11-20 18:08:36'),(58710,1,14721,'3590764','2013-11-20 18:10:24'),(58711,2,14721,'594210','2013-11-20 18:10:25'),(58712,3,14721,'','2013-11-20 18:10:25'),(58713,4,14721,'OPD','2013-11-20 18:10:25'),(58714,5,14721,'','2013-11-20 18:10:25'),(58715,6,14721,'11.00','2013-11-20 18:10:25'),(58716,7,14721,'DAY','2013-11-20 18:10:25'),(58717,1,14722,'3590762','2013-11-20 18:19:32'),(58718,2,14722,'','2013-11-20 18:19:32'),(58719,3,14722,'','2013-11-20 18:19:32'),(58720,4,14722,'OPD','2013-11-20 18:19:32'),(58721,5,14722,'','2013-11-20 18:19:32'),(58722,6,14722,'468.00','2013-11-20 18:19:32'),(58723,7,14722,'DAY','2013-11-20 18:19:32'),(58724,1,14724,'','2013-11-20 18:19:32'),(58725,2,14724,'','2013-11-20 18:19:32'),(58726,3,14724,'','2013-11-20 18:19:32'),(58727,4,14724,'','2013-11-20 18:19:32'),(58728,5,14724,'','2013-11-20 18:19:32'),(58729,6,14724,'','2013-11-20 18:19:32'),(58730,7,14724,'DAY','2013-11-20 18:19:32'),(58731,1,14727,'','2013-11-20 18:19:32'),(58732,2,14727,'','2013-11-20 18:19:32'),(58733,3,14727,'','2013-11-20 18:19:32'),(58734,4,14727,'','2013-11-20 18:19:32'),(58735,5,14727,'','2013-11-20 18:19:33'),(58736,6,14727,'','2013-11-20 18:19:33'),(58737,7,14727,'DAY','2013-11-20 18:19:33'),(58738,1,14731,'','2013-11-20 18:19:33'),(58739,2,14731,'','2013-11-20 18:19:33'),(58740,3,14731,'','2013-11-20 18:19:33'),(58741,4,14731,'','2013-11-20 18:19:33'),(58742,5,14731,'','2013-11-20 18:19:33'),(58743,6,14731,'','2013-11-20 18:19:33'),(58744,7,14731,'DAY','2013-11-20 18:19:33'),(58745,1,14732,'3590769','2013-11-20 18:22:02'),(58746,2,14732,'594214','2013-11-20 18:22:02'),(58747,3,14732,'','2013-11-20 18:22:02'),(58748,4,14732,'OPD','2013-11-20 18:22:02'),(58749,5,14732,'','2013-11-20 18:22:02'),(58750,6,14732,'18.00','2013-11-20 18:22:02'),(58751,7,14732,'DAY','2013-11-20 18:22:02'),(58752,1,14733,'3590777','2013-11-20 18:24:27'),(58753,2,14733,'','2013-11-20 18:24:27'),(58754,3,14733,'','2013-11-20 18:24:27'),(58755,4,14733,'OPD','2013-11-20 18:24:27'),(58756,5,14733,'','2013-11-20 18:24:27'),(58757,6,14733,'189.00','2013-11-20 18:24:27'),(58758,7,14733,'DAY','2013-11-20 18:24:27'),(58759,1,14735,'','2013-11-20 18:24:27'),(58760,2,14735,'','2013-11-20 18:24:27'),(58761,3,14735,'','2013-11-20 18:24:27'),(58762,4,14735,'','2013-11-20 18:24:27'),(58763,5,14735,'','2013-11-20 18:24:27'),(58764,6,14735,'','2013-11-20 18:24:27'),(58765,7,14735,'DAY','2013-11-20 18:24:27'),(58766,1,14736,'3590744/3590789','2013-11-20 18:39:41'),(58767,2,14736,'594216/594200','2013-11-20 18:39:41'),(58768,3,14736,'','2013-11-20 18:39:41'),(58769,4,14736,'OPD','2013-11-20 18:39:41'),(58770,5,14736,'','2013-11-20 18:39:41'),(58771,6,14736,'83.00+120.00','2013-11-20 18:39:41'),(58772,7,14736,'DAY','2013-11-20 18:39:41'),(58773,1,14738,'','2013-11-20 18:39:41'),(58774,2,14738,'','2013-11-20 18:39:41'),(58775,3,14738,'','2013-11-20 18:39:41'),(58776,4,14738,'','2013-11-20 18:39:41'),(58777,5,14738,'','2013-11-20 18:39:41'),(58778,6,14738,'','2013-11-20 18:39:41'),(58779,7,14738,'DAY','2013-11-20 18:39:41'),(58780,1,14741,'','2013-11-20 18:39:41'),(58781,2,14741,'','2013-11-20 18:39:41'),(58782,3,14741,'','2013-11-20 18:39:41'),(58783,4,14741,'','2013-11-20 18:39:41'),(58784,5,14741,'','2013-11-20 18:39:41'),(58785,6,14741,'','2013-11-20 18:39:41'),(58786,7,14741,'DAY','2013-11-20 18:39:41'),(58787,1,14742,'3590785','2013-11-20 18:42:05'),(58788,2,14742,'','2013-11-20 18:42:05'),(58789,3,14742,'','2013-11-20 18:42:05'),(58790,4,14742,'OPD','2013-11-20 18:42:05'),(58791,5,14742,'','2013-11-20 18:42:05'),(58792,6,14742,'55.00','2013-11-20 18:42:05'),(58793,7,14742,'DAY','2013-11-20 18:42:05'),(58794,1,14743,'3590779','2013-11-20 18:43:34'),(58795,2,14743,'','2013-11-20 18:43:34'),(58796,3,14743,'','2013-11-20 18:43:34'),(58797,4,14743,'OPD','2013-11-20 18:43:34'),(58798,5,14743,'','2013-11-20 18:43:34'),(58799,6,14743,'37.00','2013-11-20 18:43:34'),(58800,7,14743,'DAY','2013-11-20 18:43:34'),(58801,1,14744,'3590787','2013-11-20 18:45:34'),(58802,2,14744,'','2013-11-20 18:45:34'),(58803,3,14744,'','2013-11-20 18:45:34'),(58804,4,14744,'','2013-11-20 18:45:34'),(58805,5,14744,'','2013-11-20 18:45:34'),(58806,6,14744,'22.00','2013-11-20 18:45:34'),(58807,7,14744,'DAY','2013-11-20 18:45:34'),(58808,1,14745,'3590793','2013-11-20 18:49:17'),(58809,2,14745,'594221','2013-11-20 18:49:17'),(58810,3,14745,'','2013-11-20 18:49:17'),(58811,4,14745,'OPD','2013-11-20 18:49:17'),(58812,5,14745,'','2013-11-20 18:49:17'),(58813,6,14745,'47.00','2013-11-20 18:49:17'),(58814,7,14745,'DAY','2013-11-20 18:49:17'),(58815,1,14747,'','2013-11-20 18:49:18'),(58816,2,14747,'','2013-11-20 18:49:18'),(58817,3,14747,'','2013-11-20 18:49:18'),(58818,4,14747,'','2013-11-20 18:49:18'),(58819,5,14747,'','2013-11-20 18:49:18'),(58820,6,14747,'','2013-11-20 18:49:18'),(58821,7,14747,'DAY','2013-11-20 18:49:18'),(58822,1,14748,'3590798','2013-11-20 18:51:19'),(58823,2,14748,'','2013-11-20 18:51:19'),(58824,3,14748,'','2013-11-20 18:51:19'),(58825,4,14748,'OPD','2013-11-20 18:51:19'),(58826,5,14748,'','2013-11-20 18:51:19'),(58827,6,14748,'233.00','2013-11-20 18:51:19'),(58828,7,14748,'DAY','2013-11-20 18:51:19'),(58829,1,14750,'','2013-11-20 18:51:19'),(58830,2,14750,'','2013-11-20 18:51:19'),(58831,3,14750,'','2013-11-20 18:51:19'),(58832,4,14750,'','2013-11-20 18:51:19'),(58833,5,14750,'','2013-11-20 18:51:19'),(58834,6,14750,'','2013-11-20 18:51:19'),(58835,7,14750,'DAY','2013-11-20 18:51:19'),(58836,1,14751,'3590817','2013-11-20 19:07:40'),(58837,2,14751,'','2013-11-20 19:07:40'),(58838,3,14751,'','2013-11-20 19:07:40'),(58839,4,14751,'WARD','2013-11-20 19:07:40'),(58840,5,14751,'218077','2013-11-20 19:07:40'),(58841,6,14751,'','2013-11-20 19:07:40'),(58842,7,14751,'DAY','2013-11-20 19:07:40'),(58843,1,14753,'','2013-11-20 19:07:40'),(58844,2,14753,'','2013-11-20 19:07:40'),(58845,3,14753,'','2013-11-20 19:07:40'),(58846,4,14753,'','2013-11-20 19:07:40'),(58847,5,14753,'','2013-11-20 19:07:40'),(58848,6,14753,'','2013-11-20 19:07:40'),(58849,7,14753,'DAY','2013-11-20 19:07:40'),(58850,1,14754,'3590825','2013-11-20 19:16:14'),(58851,2,14754,'','2013-11-20 19:16:14'),(58852,3,14754,'','2013-11-20 19:16:14'),(58853,4,14754,'OPD','2013-11-20 19:16:14'),(58854,5,14754,'','2013-11-20 19:16:14'),(58855,6,14754,'68.00','2013-11-20 19:16:14'),(58856,7,14754,'DAY','2013-11-20 19:16:14'),(58857,1,14756,'','2013-11-20 19:16:14'),(58858,2,14756,'','2013-11-20 19:16:14'),(58859,3,14756,'','2013-11-20 19:16:14'),(58860,4,14756,'','2013-11-20 19:16:14'),(58861,5,14756,'','2013-11-20 19:16:14'),(58862,6,14756,'','2013-11-20 19:16:14'),(58863,7,14756,'DAY','2013-11-20 19:16:14'),(58864,1,14757,'3590835','2013-11-20 19:23:50'),(58865,2,14757,'','2013-11-20 19:23:50'),(58866,3,14757,'','2013-11-20 19:23:50'),(58867,4,14757,'OPD','2013-11-20 19:23:50'),(58868,5,14757,'','2013-11-20 19:23:50'),(58869,6,14757,'66.00','2013-11-20 19:23:50'),(58870,7,14757,'DAY','2013-11-20 19:23:50'),(58871,1,14758,'3590832','2013-11-20 19:26:53'),(58872,2,14758,'594234','2013-11-20 19:26:53'),(58873,3,14758,'','2013-11-20 19:26:53'),(58874,4,14758,'OPD','2013-11-20 19:26:53'),(58875,5,14758,'','2013-11-20 19:26:53'),(58876,6,14758,'39.80','2013-11-20 19:26:53'),(58877,7,14758,'DAY','2013-11-20 19:26:53'),(58878,1,14759,'3590853','2013-11-20 19:44:50'),(58879,2,14759,'594238','2013-11-20 19:44:50'),(58880,3,14759,'','2013-11-20 19:44:50'),(58881,4,14759,'OPD','2013-11-20 19:44:50'),(58882,5,14759,'','2013-11-20 19:44:50'),(58883,6,14759,'166.00','2013-11-20 19:44:50'),(58884,7,14759,'DAY','2013-11-20 19:44:50'),(58885,1,14761,'','2013-11-20 19:44:50'),(58886,2,14761,'','2013-11-20 19:44:50'),(58887,3,14761,'','2013-11-20 19:44:50'),(58888,4,14761,'','2013-11-20 19:44:50'),(58889,5,14761,'','2013-11-20 19:44:50'),(58890,6,14761,'','2013-11-20 19:44:50'),(58891,7,14761,'DAY','2013-11-20 19:44:50'),(58892,1,14762,'3590861','2013-11-20 19:48:07'),(58893,2,14762,'','2013-11-20 19:48:07'),(58894,3,14762,'','2013-11-20 19:48:07'),(58895,4,14762,'OPD','2013-11-20 19:48:07'),(58896,5,14762,'','2013-11-20 19:48:07'),(58897,6,14762,'50.00','2013-11-20 19:48:07'),(58898,7,14762,'DAY','2013-11-20 19:48:07'),(58899,1,14764,'','2013-11-20 19:48:07'),(58900,2,14764,'','2013-11-20 19:48:07'),(58901,3,14764,'','2013-11-20 19:48:07'),(58902,4,14764,'','2013-11-20 19:48:07'),(58903,5,14764,'','2013-11-20 19:48:07'),(58904,6,14764,'','2013-11-20 19:48:07'),(58905,7,14764,'DAY','2013-11-20 19:48:07'),(58906,1,14765,'3590857','2013-11-20 19:51:53'),(58907,2,14765,'','2013-11-20 19:51:53'),(58908,3,14765,'','2013-11-20 19:51:53'),(58909,4,14765,'OPD','2013-11-20 19:51:53'),(58910,5,14765,'','2013-11-20 19:51:53'),(58911,6,14765,'61.00','2013-11-20 19:51:53'),(58912,7,14765,'DAY','2013-11-20 19:51:53'),(58913,1,14766,'3590868','2013-11-20 19:58:40'),(58914,2,14766,'','2013-11-20 19:58:40'),(58915,3,14766,'','2013-11-20 19:58:40'),(58916,4,14766,'OPD','2013-11-20 19:58:40'),(58917,5,14766,'','2013-11-20 19:58:40'),(58918,6,14766,'22.00','2013-11-20 19:58:40'),(58919,7,14766,'DAY','2013-11-20 19:58:40'),(58920,1,14767,'3590866','2013-11-20 20:00:39'),(58921,2,14767,'','2013-11-20 20:00:39'),(58922,3,14767,'','2013-11-20 20:00:39'),(58923,4,14767,'','2013-11-20 20:00:39'),(58924,5,14767,'WARD','2013-11-20 20:00:39'),(58925,6,14767,'218071','2013-11-20 20:00:39'),(58926,7,14767,'DAY','2013-11-20 20:00:39'),(58927,1,14768,'3590870','2013-11-20 20:05:04'),(58928,2,14768,'','2013-11-20 20:05:04'),(58929,3,14768,'','2013-11-20 20:05:04'),(58930,4,14768,'OPD','2013-11-20 20:05:04'),(58931,5,14768,'','2013-11-20 20:05:04'),(58932,6,14768,'99.00','2013-11-20 20:05:04'),(58933,7,14768,'DAY','2013-11-20 20:05:04'),(58934,1,14769,'3590875','2013-11-20 20:09:12'),(58935,2,14769,'','2013-11-20 20:09:12'),(58936,3,14769,'','2013-11-20 20:09:12'),(58937,4,14769,'OPD','2013-11-20 20:09:12'),(58938,5,14769,'','2013-11-20 20:09:12'),(58939,6,14769,'50.00','2013-11-20 20:09:12'),(58940,7,14769,'DAY','2013-11-20 20:09:12'),(58941,1,14771,'','2013-11-20 20:09:12'),(58942,2,14771,'','2013-11-20 20:09:12'),(58943,3,14771,'','2013-11-20 20:09:12'),(58944,4,14771,'','2013-11-20 20:09:12'),(58945,5,14771,'','2013-11-20 20:09:12'),(58946,6,14771,'','2013-11-20 20:09:12'),(58947,7,14771,'DAY','2013-11-20 20:09:12'),(58948,1,14772,'3590877','2013-11-20 20:17:53'),(58949,2,14772,'','2013-11-20 20:17:53'),(58950,3,14772,'','2013-11-20 20:17:53'),(58951,4,14772,'OPD','2013-11-20 20:17:53'),(58952,5,14772,'','2013-11-20 20:17:53'),(58953,6,14772,'126.00','2013-11-20 20:17:53'),(58954,7,14772,'DAY','2013-11-20 20:17:53'),(58955,1,14774,'','2013-11-20 20:17:53'),(58956,2,14774,'','2013-11-20 20:17:53'),(58957,3,14774,'','2013-11-20 20:17:53'),(58958,4,14774,'','2013-11-20 20:17:53'),(58959,5,14774,'','2013-11-20 20:17:53'),(58960,6,14774,'','2013-11-20 20:17:53'),(58961,7,14774,'DAY','2013-11-20 20:17:53'),(58962,1,14777,'','2013-11-20 20:17:53'),(58963,2,14777,'','2013-11-20 20:17:53'),(58964,3,14777,'','2013-11-20 20:17:53'),(58965,4,14777,'','2013-11-20 20:17:53'),(58966,5,14777,'','2013-11-20 20:17:53'),(58967,6,14777,'','2013-11-20 20:17:53'),(58968,7,14777,'DAY','2013-11-20 20:17:53'),(58969,1,14778,'3590889','2013-11-20 20:19:21'),(58970,2,14778,'','2013-11-20 20:19:21'),(58971,3,14778,'','2013-11-20 20:19:21'),(58972,4,14778,'','2013-11-20 20:19:21'),(58973,5,14778,'','2013-11-20 20:19:21'),(58974,6,14778,'31.00','2013-11-20 20:19:21'),(58975,7,14778,'DAY','2013-11-20 20:19:21'),(58976,1,14779,'','2013-11-20 20:22:08'),(58977,2,14779,'','2013-11-20 20:22:08'),(58978,3,14779,'','2013-11-20 20:22:08'),(58979,4,14779,'','2013-11-20 20:22:08'),(58980,5,14779,'','2013-11-20 20:22:08'),(58981,6,14779,'','2013-11-20 20:22:08'),(58982,7,14779,'DAY','2013-11-20 20:22:08'),(58983,1,14780,'3590887','2013-11-20 20:31:19'),(58984,2,14780,'','2013-11-20 20:31:19'),(58985,3,14780,'','2013-11-20 20:31:19'),(58986,4,14780,'OPD','2013-11-20 20:31:19'),(58987,5,14780,'','2013-11-20 20:31:19'),(58988,6,14780,'53.00','2013-11-20 20:31:19'),(58989,7,14780,'DAY','2013-11-20 20:31:19'),(58990,1,14782,'','2013-11-20 20:31:19'),(58991,2,14782,'','2013-11-20 20:31:19'),(58992,3,14782,'','2013-11-20 20:31:19'),(58993,4,14782,'','2013-11-20 20:31:19'),(58994,5,14782,'','2013-11-20 20:31:19'),(58995,6,14782,'','2013-11-20 20:31:19'),(58996,7,14782,'DAY','2013-11-20 20:31:19'),(58997,1,14785,'','2013-11-20 20:31:19'),(58998,2,14785,'','2013-11-20 20:31:19'),(58999,3,14785,'','2013-11-20 20:31:19'),(59000,4,14785,'','2013-11-20 20:31:19'),(59001,5,14785,'','2013-11-20 20:31:19'),(59002,6,14785,'','2013-11-20 20:31:19'),(59003,7,14785,'DAY','2013-11-20 20:31:19'),(59004,1,14786,'3590910','2013-11-20 20:38:56'),(59005,2,14786,'','2013-11-20 20:38:56'),(59006,3,14786,'','2013-11-20 20:38:56'),(59007,4,14786,'OPD','2013-11-20 20:38:56'),(59008,5,14786,'','2013-11-20 20:38:56'),(59009,6,14786,'120.24','2013-11-20 20:38:56'),(59010,7,14786,'DAY','2013-11-20 20:38:56'),(59011,1,14787,'3590901','2013-11-20 20:42:16'),(59012,2,14787,'594250','2013-11-20 20:42:16'),(59013,3,14787,'','2013-11-20 20:42:16'),(59014,4,14787,'OPD','2013-11-20 20:42:16'),(59015,5,14787,'','2013-11-20 20:42:16'),(59016,6,14787,'268.80','2013-11-20 20:42:16'),(59017,7,14787,'DAY','2013-11-20 20:42:16'),(59018,1,14789,'','2013-11-20 20:42:17'),(59019,2,14789,'','2013-11-20 20:42:17'),(59020,3,14789,'','2013-11-20 20:42:17'),(59021,4,14789,'','2013-11-20 20:42:17'),(59022,5,14789,'','2013-11-20 20:42:17'),(59023,6,14789,'','2013-11-20 20:42:17'),(59024,7,14789,'DAY','2013-11-20 20:42:17'),(59025,1,14792,'','2013-11-20 20:42:17'),(59026,2,14792,'','2013-11-20 20:42:17'),(59027,3,14792,'','2013-11-20 20:42:17'),(59028,4,14792,'','2013-11-20 20:42:17'),(59029,5,14792,'','2013-11-20 20:42:17'),(59030,6,14792,'','2013-11-20 20:42:17'),(59031,7,14792,'DAY','2013-11-20 20:42:17'),(59032,1,14796,'','2013-11-20 20:42:17'),(59033,2,14796,'','2013-11-20 20:42:17'),(59034,3,14796,'','2013-11-20 20:42:17'),(59035,4,14796,'','2013-11-20 20:42:17'),(59036,5,14796,'','2013-11-20 20:42:17'),(59037,6,14796,'','2013-11-20 20:42:17'),(59038,7,14796,'DAY','2013-11-20 20:42:17'),(59039,1,14797,'3590825','2013-11-20 20:49:27'),(59040,2,14797,'','2013-11-20 20:49:27'),(59041,3,14797,'','2013-11-20 20:49:27'),(59042,4,14797,'OPD','2013-11-20 20:49:27'),(59043,5,14797,'','2013-11-20 20:49:27'),(59044,6,14797,'','2013-11-20 20:49:27'),(59045,7,14797,'DAY','2013-11-20 20:49:27'),(59046,1,14798,'3590915','2013-11-20 20:54:59'),(59047,2,14798,'594251','2013-11-20 20:54:59'),(59048,3,14798,'','2013-11-20 20:54:59'),(59049,4,14798,'OPD','2013-11-20 20:54:59'),(59050,5,14798,'','2013-11-20 20:54:59'),(59051,6,14798,'59.00','2013-11-20 20:54:59'),(59052,7,14798,'DAY','2013-11-20 20:54:59'),(59053,1,14799,'3590922','2013-11-20 20:59:38'),(59054,2,14799,'','2013-11-20 20:59:38'),(59055,3,14799,'','2013-11-20 20:59:38'),(59056,4,14799,'OPD','2013-11-20 20:59:38'),(59057,5,14799,'','2013-11-20 20:59:38'),(59058,6,14799,'67.00','2013-11-20 20:59:38'),(59059,7,14799,'DAY','2013-11-20 20:59:38'),(59060,1,14801,'','2013-11-20 20:59:38'),(59061,2,14801,'','2013-11-20 20:59:38'),(59062,3,14801,'','2013-11-20 20:59:38'),(59063,4,14801,'','2013-11-20 20:59:38'),(59064,5,14801,'','2013-11-20 20:59:38'),(59065,6,14801,'','2013-11-20 20:59:38'),(59066,7,14801,'DAY','2013-11-20 20:59:38'),(59067,1,14802,'','2013-11-20 21:17:38'),(59068,2,14802,'','2013-11-20 21:17:38'),(59069,3,14802,'','2013-11-20 21:17:38'),(59070,4,14802,'','2013-11-20 21:17:38'),(59071,5,14802,'','2013-11-20 21:17:38'),(59072,6,14802,'','2013-11-20 21:17:38'),(59073,7,14802,'DAY','2013-11-20 21:17:38'),(59074,1,14803,'','2013-11-20 21:19:21'),(59075,2,14803,'','2013-11-20 21:19:21'),(59076,3,14803,'','2013-11-20 21:19:21'),(59077,4,14803,'','2013-11-20 21:19:21'),(59078,5,14803,'','2013-11-20 21:19:21'),(59079,6,14803,'','2013-11-20 21:19:21'),(59080,7,14803,'DAY','2013-11-20 21:19:21'),(59081,1,14804,'3590655','2013-11-20 21:19:52'),(59082,2,14804,'594180','2013-11-20 21:19:52'),(59083,3,14804,'','2013-11-20 21:19:52'),(59084,4,14804,'OPD','2013-11-20 21:19:52'),(59085,5,14804,'','2013-11-20 21:19:52'),(59086,6,14804,'','2013-11-20 21:19:52'),(59087,7,14804,'DAY','2013-11-20 21:19:52'),(59088,1,14805,'3590939','2013-11-20 21:26:56'),(59089,2,14805,'','2013-11-20 21:26:56'),(59090,3,14805,'','2013-11-20 21:26:56'),(59091,4,14805,'OPD','2013-11-20 21:26:56'),(59092,5,14805,'','2013-11-20 21:26:56'),(59093,6,14805,'113.00','2013-11-20 21:26:56'),(59094,7,14805,'DAY','2013-11-20 21:26:56'),(59095,1,14807,'','2013-11-20 21:26:56'),(59096,2,14807,'','2013-11-20 21:26:56'),(59097,3,14807,'','2013-11-20 21:26:56'),(59098,4,14807,'','2013-11-20 21:26:56'),(59099,5,14807,'','2013-11-20 21:26:56'),(59100,6,14807,'','2013-11-20 21:26:56'),(59101,7,14807,'DAY','2013-11-20 21:26:56'),(59102,1,14808,'3590942','2013-11-20 21:29:23'),(59103,2,14808,'','2013-11-20 21:29:23'),(59104,3,14808,'','2013-11-20 21:29:23'),(59105,4,14808,'OPD','2013-11-20 21:29:23'),(59106,5,14808,'','2013-11-20 21:29:23'),(59107,6,14808,'34.00','2013-11-20 21:29:23'),(59108,7,14808,'DAY','2013-11-20 21:29:23'),(59109,1,14809,'3590944','2013-11-20 21:33:13'),(59110,2,14809,'','2013-11-20 21:33:13'),(59111,3,14809,'','2013-11-20 21:33:13'),(59112,4,14809,'OPD','2013-11-20 21:33:13'),(59113,5,14809,'','2013-11-20 21:33:13'),(59114,6,14809,'37.00','2013-11-20 21:33:13'),(59115,7,14809,'DAY','2013-11-20 21:33:13'),(59116,1,14810,'3590940','2013-11-20 21:36:26'),(59117,2,14810,'594257','2013-11-20 21:36:26'),(59118,3,14810,'','2013-11-20 21:36:26'),(59119,4,14810,'OPD','2013-11-20 21:36:26'),(59120,5,14810,'','2013-11-20 21:36:26'),(59121,6,14810,'59.00','2013-11-20 21:36:26'),(59122,7,14810,'DAY','2013-11-20 21:36:26'),(59123,1,14811,'3590947','2013-11-20 21:39:11'),(59124,2,14811,'','2013-11-20 21:39:11'),(59125,3,14811,'','2013-11-20 21:39:11'),(59126,4,14811,'OPD','2013-11-20 21:39:11'),(59127,5,14811,'','2013-11-20 21:39:11'),(59128,6,14811,'62.00','2013-11-20 21:39:11'),(59129,7,14811,'DAY','2013-11-20 21:39:11'),(59130,1,14813,'','2013-11-20 21:39:11'),(59131,2,14813,'','2013-11-20 21:39:11'),(59132,3,14813,'','2013-11-20 21:39:11'),(59133,4,14813,'','2013-11-20 21:39:11'),(59134,5,14813,'','2013-11-20 21:39:11'),(59135,6,14813,'','2013-11-20 21:39:11'),(59136,7,14813,'DAY','2013-11-20 21:39:11'),(59137,1,14814,'3590952','2013-11-20 21:42:19'),(59138,2,14814,'','2013-11-20 21:42:19'),(59139,3,14814,'','2013-11-20 21:42:19'),(59140,4,14814,'OPD','2013-11-20 21:42:19'),(59141,5,14814,'','2013-11-20 21:42:19'),(59142,6,14814,'68.00','2013-11-20 21:42:19'),(59143,7,14814,'DAY','2013-11-20 21:42:19'),(59144,1,14816,'','2013-11-20 21:42:20'),(59145,2,14816,'','2013-11-20 21:42:20'),(59146,3,14816,'','2013-11-20 21:42:20'),(59147,4,14816,'','2013-11-20 21:42:20'),(59148,5,14816,'','2013-11-20 21:42:20'),(59149,6,14816,'','2013-11-20 21:42:20'),(59150,7,14816,'DAY','2013-11-20 21:42:20'),(59151,1,14819,'','2013-11-20 21:42:20'),(59152,2,14819,'','2013-11-20 21:42:20'),(59153,3,14819,'','2013-11-20 21:42:20'),(59154,4,14819,'','2013-11-20 21:42:20'),(59155,5,14819,'','2013-11-20 21:42:20'),(59156,6,14819,'','2013-11-20 21:42:20'),(59157,7,14819,'DAY','2013-11-20 21:42:20'),(59158,1,14820,'3590964','2013-11-20 21:48:28'),(59159,2,14820,'','2013-11-20 21:48:28'),(59160,3,14820,'','2013-11-20 21:48:28'),(59161,4,14820,'OPD','2013-11-20 21:48:28'),(59162,5,14820,'','2013-11-20 21:48:28'),(59163,6,14820,'214.00','2013-11-20 21:48:28'),(59164,7,14820,'DAY','2013-11-20 21:48:28'),(59165,1,14822,'','2013-11-20 21:48:28'),(59166,2,14822,'','2013-11-20 21:48:28'),(59167,3,14822,'','2013-11-20 21:48:28'),(59168,4,14822,'','2013-11-20 21:48:28'),(59169,5,14822,'','2013-11-20 21:48:28'),(59170,6,14822,'','2013-11-20 21:48:28'),(59171,7,14822,'DAY','2013-11-20 21:48:28'),(59172,1,14823,'','2013-11-20 21:49:16'),(59173,2,14823,'','2013-11-20 21:49:16'),(59174,3,14823,'','2013-11-20 21:49:16'),(59175,4,14823,'','2013-11-20 21:49:16'),(59176,5,14823,'','2013-11-20 21:49:16'),(59177,6,14823,'','2013-11-20 21:49:16'),(59178,7,14823,'DAY','2013-11-20 21:49:16'),(59179,1,14824,'3590978','2013-11-20 21:51:38'),(59180,2,14824,'','2013-11-20 21:51:38'),(59181,3,14824,'','2013-11-20 21:51:38'),(59182,4,14824,'OPD','2013-11-20 21:51:38'),(59183,5,14824,'','2013-11-20 21:51:38'),(59184,6,14824,'35.00','2013-11-20 21:51:38'),(59185,7,14824,'DAY','2013-11-20 21:51:38'),(59186,1,14826,'','2013-11-20 21:51:39'),(59187,2,14826,'','2013-11-20 21:51:39'),(59188,3,14826,'','2013-11-20 21:51:39'),(59189,4,14826,'','2013-11-20 21:51:39'),(59190,5,14826,'','2013-11-20 21:51:39'),(59191,6,14826,'','2013-11-20 21:51:39'),(59192,7,14826,'DAY','2013-11-20 21:51:39'),(59193,1,14827,'3591001','2013-11-20 22:04:03'),(59194,2,14827,'','2013-11-20 22:04:03'),(59195,3,14827,'','2013-11-20 22:04:03'),(59196,4,14827,'OPD','2013-11-20 22:04:03'),(59197,5,14827,'','2013-11-20 22:04:03'),(59198,6,14827,'68.00','2013-11-20 22:04:03'),(59199,7,14827,'DAY','2013-11-20 22:04:03'),(59200,1,14829,'','2013-11-20 22:04:03'),(59201,2,14829,'','2013-11-20 22:04:03'),(59202,3,14829,'','2013-11-20 22:04:03'),(59203,4,14829,'','2013-11-20 22:04:03'),(59204,5,14829,'','2013-11-20 22:04:03'),(59205,6,14829,'','2013-11-20 22:04:03'),(59206,7,14829,'DAY','2013-11-20 22:04:03'),(59207,1,14832,'','2013-11-20 22:04:03'),(59208,2,14832,'','2013-11-20 22:04:03'),(59209,3,14832,'','2013-11-20 22:04:03'),(59210,4,14832,'','2013-11-20 22:04:03'),(59211,5,14832,'','2013-11-20 22:04:03'),(59212,6,14832,'','2013-11-20 22:04:03'),(59213,7,14832,'DAY','2013-11-20 22:04:03'),(59214,1,14833,'3591015','2013-11-20 22:23:14'),(59215,2,14833,'594275','2013-11-20 22:23:14'),(59216,3,14833,'','2013-11-20 22:23:14'),(59217,4,14833,'OPD','2013-11-20 22:23:14'),(59218,5,14833,'','2013-11-20 22:23:14'),(59219,6,14833,'171.00','2013-11-20 22:23:14'),(59220,7,14833,'DAY','2013-11-20 22:23:14'),(59221,1,14835,'','2013-11-20 22:23:15'),(59222,2,14835,'','2013-11-20 22:23:15'),(59223,3,14835,'','2013-11-20 22:23:15'),(59224,4,14835,'','2013-11-20 22:23:15'),(59225,5,14835,'','2013-11-20 22:23:15'),(59226,6,14835,'','2013-11-20 22:23:15'),(59227,7,14835,'DAY','2013-11-20 22:23:15'),(59228,1,14838,'','2013-11-20 22:23:15'),(59229,2,14838,'','2013-11-20 22:23:15'),(59230,3,14838,'','2013-11-20 22:23:15'),(59231,4,14838,'','2013-11-20 22:23:15'),(59232,5,14838,'','2013-11-20 22:23:15'),(59233,6,14838,'','2013-11-20 22:23:15'),(59234,7,14838,'DAY','2013-11-20 22:23:15'),(59235,1,14839,'3591013','2013-11-20 22:25:54'),(59236,2,14839,'','2013-11-20 22:25:54'),(59237,3,14839,'','2013-11-20 22:25:54'),(59238,4,14839,'OPD','2013-11-20 22:25:54'),(59239,5,14839,'','2013-11-20 22:25:54'),(59240,6,14839,'81.00','2013-11-20 22:25:54'),(59241,7,14839,'DAY','2013-11-20 22:25:54'),(59242,1,14840,'3591021','2013-11-20 22:30:18'),(59243,2,14840,'','2013-11-20 22:30:18'),(59244,3,14840,'','2013-11-20 22:30:18'),(59245,4,14840,'','2013-11-20 22:30:18'),(59246,5,14840,'','2013-11-20 22:30:18'),(59247,6,14840,'73.00','2013-11-20 22:30:18'),(59248,7,14840,'DAY','2013-11-20 22:30:18'),(59249,1,14842,'','2013-11-20 22:30:18'),(59250,2,14842,'','2013-11-20 22:30:18'),(59251,3,14842,'','2013-11-20 22:30:18'),(59252,4,14842,'','2013-11-20 22:30:18'),(59253,5,14842,'','2013-11-20 22:30:18'),(59254,6,14842,'','2013-11-20 22:30:18'),(59255,7,14842,'DAY','2013-11-20 22:30:18'),(59256,1,14843,'3590928','2013-11-20 22:36:26'),(59257,2,14843,'','2013-11-20 22:36:26'),(59258,3,14843,'','2013-11-20 22:36:26'),(59259,4,14843,'OPD','2013-11-20 22:36:26'),(59260,5,14843,'','2013-11-20 22:36:26'),(59261,6,14843,'86.00','2013-11-20 22:36:26'),(59262,7,14843,'DAY','2013-11-20 22:36:26'),(59263,1,14844,'3591023','2013-11-20 22:41:40'),(59264,2,14844,'','2013-11-20 22:41:40'),(59265,3,14844,'','2013-11-20 22:41:40'),(59266,4,14844,'OPD','2013-11-20 22:41:40'),(59267,5,14844,'','2013-11-20 22:41:40'),(59268,6,14844,'38.00','2013-11-20 22:41:40'),(59269,7,14844,'DAY','2013-11-20 22:41:40'),(59270,1,14846,'','2013-11-20 22:41:40'),(59271,2,14846,'','2013-11-20 22:41:40'),(59272,3,14846,'','2013-11-20 22:41:40'),(59273,4,14846,'','2013-11-20 22:41:40'),(59274,5,14846,'','2013-11-20 22:41:40'),(59275,6,14846,'','2013-11-20 22:41:40'),(59276,7,14846,'DAY','2013-11-20 22:41:40'),(59277,1,14847,'','2013-11-20 22:48:27'),(59278,2,14847,'','2013-11-20 22:48:27'),(59279,3,14847,'','2013-11-20 22:48:27'),(59280,4,14847,'','2013-11-20 22:48:27'),(59281,5,14847,'','2013-11-20 22:48:27'),(59282,6,14847,'','2013-11-20 22:48:27'),(59283,7,14847,'DAY','2013-11-20 22:48:27'),(59284,1,14848,'','2013-11-20 22:54:44'),(59285,2,14848,'','2013-11-20 22:54:44'),(59286,3,14848,'','2013-11-20 22:54:44'),(59287,4,14848,'OPD','2013-11-20 22:54:44'),(59288,5,14848,'','2013-11-20 22:54:44'),(59289,6,14848,'','2013-11-20 22:54:44'),(59290,7,14848,'DAY','2013-11-20 22:54:44'),(59291,1,14849,'','2013-11-20 22:55:55'),(59292,2,14849,'','2013-11-20 22:55:55'),(59293,3,14849,'','2013-11-20 22:55:55'),(59294,4,14849,'','2013-11-20 22:55:55'),(59295,5,14849,'','2013-11-20 22:55:55'),(59296,6,14849,'','2013-11-20 22:55:55'),(59297,7,14849,'DAY','2013-11-20 22:55:55'),(59298,1,14850,'3591043','2013-11-20 23:17:07'),(59299,2,14850,'','2013-11-20 23:17:07'),(59300,3,14850,'','2013-11-20 23:17:07'),(59301,4,14850,'OPD','2013-11-20 23:17:07'),(59302,5,14850,'','2013-11-20 23:17:07'),(59303,6,14850,'22.00','2013-11-20 23:17:07'),(59304,7,14850,'DAY','2013-11-20 23:17:07'),(59305,1,14851,'3591041','2013-11-20 23:19:20'),(59306,2,14851,'','2013-11-20 23:19:20'),(59307,3,14851,'','2013-11-20 23:19:20'),(59308,4,14851,'OPD','2013-11-20 23:19:20'),(59309,5,14851,'','2013-11-20 23:19:20'),(59310,6,14851,'112.00','2013-11-20 23:19:20'),(59311,7,14851,'DAY','2013-11-20 23:19:20'),(59312,1,14853,'','2013-11-20 23:19:20'),(59313,2,14853,'','2013-11-20 23:19:20'),(59314,3,14853,'','2013-11-20 23:19:20'),(59315,4,14853,'','2013-11-20 23:19:20'),(59316,5,14853,'','2013-11-20 23:19:20'),(59317,6,14853,'','2013-11-20 23:19:20'),(59318,7,14853,'DAY','2013-11-20 23:19:20'),(59319,1,14856,'','2013-11-20 23:19:20'),(59320,2,14856,'','2013-11-20 23:19:20'),(59321,3,14856,'','2013-11-20 23:19:20'),(59322,4,14856,'','2013-11-20 23:19:20'),(59323,5,14856,'','2013-11-20 23:19:20'),(59324,6,14856,'','2013-11-20 23:19:20'),(59325,7,14856,'DAY','2013-11-20 23:19:20'),(59326,1,14857,'3591036','2013-11-20 23:22:38'),(59327,2,14857,'','2013-11-20 23:22:38'),(59328,3,14857,'','2013-11-20 23:22:38'),(59329,4,14857,'OPD','2013-11-20 23:22:38'),(59330,5,14857,'','2013-11-20 23:22:38'),(59331,6,14857,'92.00','2013-11-20 23:22:38'),(59332,7,14857,'DAY','2013-11-20 23:22:38'),(59333,1,14858,'3591060','2013-11-20 23:32:11'),(59334,2,14858,'','2013-11-20 23:32:11'),(59335,3,14858,'','2013-11-20 23:32:11'),(59336,4,14858,'OPD','2013-11-20 23:32:11'),(59337,5,14858,'','2013-11-20 23:32:11'),(59338,6,14858,'13.00','2013-11-20 23:32:11'),(59339,7,14858,'DAY','2013-11-20 23:32:11'),(59340,1,14859,'3591062','2013-11-20 23:33:43'),(59341,2,14859,'','2013-11-20 23:33:43'),(59342,3,14859,'','2013-11-20 23:33:43'),(59343,4,14859,'OPD','2013-11-20 23:33:43'),(59344,5,14859,'','2013-11-20 23:33:43'),(59345,6,14859,'48.00','2013-11-20 23:33:43'),(59346,7,14859,'DAY','2013-11-20 23:33:43'),(59347,1,14860,'3591066','2013-11-20 23:40:58'),(59348,2,14860,'','2013-11-20 23:40:58'),(59349,3,14860,'','2013-11-20 23:40:58'),(59350,4,14860,'OPD','2013-11-20 23:40:58'),(59351,5,14860,'','2013-11-20 23:40:58'),(59352,6,14860,'103.00','2013-11-20 23:40:58'),(59353,7,14860,'DAY','2013-11-20 23:40:58'),(59354,1,14862,'','2013-11-20 23:40:59'),(59355,2,14862,'','2013-11-20 23:40:59'),(59356,3,14862,'','2013-11-20 23:40:59'),(59357,4,14862,'','2013-11-20 23:40:59'),(59358,5,14862,'','2013-11-20 23:40:59'),(59359,6,14862,'','2013-11-20 23:40:59'),(59360,7,14862,'DAY','2013-11-20 23:40:59'),(59361,1,14863,'','2013-11-20 23:46:37'),(59362,2,14863,'','2013-11-20 23:46:37'),(59363,3,14863,'','2013-11-20 23:46:37'),(59364,4,14863,'','2013-11-20 23:46:37'),(59365,5,14863,'','2013-11-20 23:46:37'),(59366,6,14863,'','2013-11-20 23:46:37'),(59367,7,14863,'DAY','2013-11-20 23:46:37'),(59368,1,14864,'3591092','2013-11-21 00:25:56'),(59369,2,14864,'594301','2013-11-21 00:25:56'),(59370,3,14864,'','2013-11-21 00:25:56'),(59371,4,14864,'OPD','2013-11-21 00:25:56'),(59372,5,14864,'','2013-11-21 00:25:56'),(59373,6,14864,'98.00','2013-11-21 00:25:56'),(59374,7,14864,'DAY','2013-11-21 00:25:56'),(59375,1,14866,'','2013-11-21 00:25:56'),(59376,2,14866,'','2013-11-21 00:25:56'),(59377,3,14866,'','2013-11-21 00:25:56'),(59378,4,14866,'','2013-11-21 00:25:56'),(59379,5,14866,'','2013-11-21 00:25:56'),(59380,6,14866,'','2013-11-21 00:25:56'),(59381,7,14866,'DAY','2013-11-21 00:25:56'),(59382,1,14867,'3591097','2013-11-21 00:30:17'),(59383,2,14867,'','2013-11-21 00:30:17'),(59384,3,14867,'','2013-11-21 00:30:17'),(59385,4,14867,'','2013-11-21 00:30:17'),(59386,5,14867,'T/R','2013-11-21 00:30:17'),(59387,6,14867,'94.00','2013-11-21 00:30:17'),(59388,7,14867,'DAY','2013-11-21 00:30:17'),(59389,1,14869,'','2013-11-21 00:30:17'),(59390,2,14869,'','2013-11-21 00:30:17'),(59391,3,14869,'','2013-11-21 00:30:17'),(59392,4,14869,'','2013-11-21 00:30:17'),(59393,5,14869,'','2013-11-21 00:30:17'),(59394,6,14869,'','2013-11-21 00:30:17'),(59395,7,14869,'DAY','2013-11-21 00:30:17'),(59396,1,14870,'3591102','2013-11-21 00:37:39'),(59397,2,14870,'','2013-11-21 00:37:39'),(59398,3,14870,'','2013-11-21 00:37:39'),(59399,4,14870,'OPD','2013-11-21 00:37:39'),(59400,5,14870,'','2013-11-21 00:37:39'),(59401,6,14870,'77.00','2013-11-21 00:37:39'),(59402,7,14870,'DAY','2013-11-21 00:37:39'),(59403,1,14871,'3591099','2013-11-21 00:40:59'),(59404,2,14871,'','2013-11-21 00:40:59'),(59405,3,14871,'','2013-11-21 00:40:59'),(59406,4,14871,'OPD','2013-11-21 00:40:59'),(59407,5,14871,'','2013-11-21 00:40:59'),(59408,6,14871,'165.00','2013-11-21 00:40:59'),(59409,7,14871,'DAY','2013-11-21 00:40:59'),(59410,1,14872,'3591106','2013-11-21 00:47:46'),(59411,2,14872,'','2013-11-21 00:47:46'),(59412,3,14872,'','2013-11-21 00:47:46'),(59413,4,14872,'OPD','2013-11-21 00:47:46'),(59414,5,14872,'','2013-11-21 00:47:46'),(59415,6,14872,'81.00','2013-11-21 00:47:46'),(59416,7,14872,'DAY','2013-11-21 00:47:46'),(59417,1,14873,'3591114','2013-11-21 00:52:54'),(59418,2,14873,'','2013-11-21 00:52:54'),(59419,3,14873,'','2013-11-21 00:52:54'),(59420,4,14873,'OPD','2013-11-21 00:52:54'),(59421,5,14873,'','2013-11-21 00:52:54'),(59422,6,14873,'22.00','2013-11-21 00:52:54'),(59423,7,14873,'DAY','2013-11-21 00:52:54'),(59424,1,14874,'3591116','2013-11-21 00:54:50'),(59425,2,14874,'','2013-11-21 00:54:50'),(59426,3,14874,'','2013-11-21 00:54:50'),(59427,4,14874,'OPD','2013-11-21 00:54:50'),(59428,5,14874,'','2013-11-21 00:54:50'),(59429,6,14874,'81.00','2013-11-21 00:54:50'),(59430,7,14874,'DAY','2013-11-21 00:54:50'),(59431,1,14875,'3591126','2013-11-21 01:05:35'),(59432,2,14875,'','2013-11-21 01:05:35'),(59433,3,14875,'','2013-11-21 01:05:36'),(59434,4,14875,'OPD','2013-11-21 01:05:36'),(59435,5,14875,'','2013-11-21 01:05:36'),(59436,6,14875,'41.00','2013-11-21 01:05:36'),(59437,7,14875,'DAY','2013-11-21 01:05:36'),(59438,1,14877,'','2013-11-21 01:05:36'),(59439,2,14877,'','2013-11-21 01:05:36'),(59440,3,14877,'','2013-11-21 01:05:36'),(59441,4,14877,'','2013-11-21 01:05:36'),(59442,5,14877,'','2013-11-21 01:05:36'),(59443,6,14877,'','2013-11-21 01:05:36'),(59444,7,14877,'DAY','2013-11-21 01:05:36'),(59445,1,14878,'3591121','2013-11-21 01:12:52'),(59446,2,14878,'','2013-11-21 01:12:52'),(59447,3,14878,'','2013-11-21 01:12:52'),(59448,4,14878,'OPD','2013-11-21 01:12:52'),(59449,5,14878,'','2013-11-21 01:12:52'),(59450,6,14878,'147.00','2013-11-21 01:12:52'),(59451,7,14878,'DAY','2013-11-21 01:12:52'),(59452,1,14880,'','2013-11-21 01:12:52'),(59453,2,14880,'','2013-11-21 01:12:52'),(59454,3,14880,'','2013-11-21 01:12:52'),(59455,4,14880,'','2013-11-21 01:12:52'),(59456,5,14880,'','2013-11-21 01:12:52'),(59457,6,14880,'','2013-11-21 01:12:52'),(59458,7,14880,'DAY','2013-11-21 01:12:52'),(59459,1,14881,'','2013-11-21 01:21:09'),(59460,2,14881,'','2013-11-21 01:21:09'),(59461,3,14881,'','2013-11-21 01:21:09'),(59462,4,14881,'','2013-11-21 01:21:09'),(59463,5,14881,'','2013-11-21 01:21:09'),(59464,6,14881,'','2013-11-21 01:21:09'),(59465,7,14881,'DAY','2013-11-21 01:21:09'),(59466,1,14882,'3591197','2013-11-21 03:09:36'),(59467,2,14882,'','2013-11-21 03:09:36'),(59468,3,14882,'','2013-11-21 03:09:36'),(59469,4,14882,'OPD','2013-11-21 03:09:36'),(59470,5,14882,'','2013-11-21 03:09:36'),(59471,6,14882,'27','2013-11-21 03:09:36'),(59472,7,14882,'DAY','2013-11-21 03:09:36'),(59473,1,14883,'3591200','2013-11-21 03:20:04'),(59474,2,14883,'','2013-11-21 03:20:04'),(59475,3,14883,'','2013-11-21 03:20:04'),(59476,4,14883,'WARD','2013-11-21 03:20:04'),(59477,5,14883,'218077','2013-11-21 03:20:04'),(59478,6,14883,'177','2013-11-21 03:20:04'),(59479,7,14883,'DAY','2013-11-21 03:20:04'),(59480,1,14885,'','2013-11-21 03:20:04'),(59481,2,14885,'','2013-11-21 03:20:04'),(59482,3,14885,'','2013-11-21 03:20:04'),(59483,4,14885,'','2013-11-21 03:20:04'),(59484,5,14885,'','2013-11-21 03:20:04'),(59485,6,14885,'','2013-11-21 03:20:04'),(59486,7,14885,'DAY','2013-11-21 03:20:04'),(59487,1,14888,'','2013-11-21 03:20:05'),(59488,2,14888,'','2013-11-21 03:20:05'),(59489,3,14888,'','2013-11-21 03:20:05'),(59490,4,14888,'','2013-11-21 03:20:05'),(59491,5,14888,'','2013-11-21 03:20:05'),(59492,6,14888,'','2013-11-21 03:20:05'),(59493,7,14888,'DAY','2013-11-21 03:20:05'),(59494,1,14889,'','2013-11-21 03:21:18'),(59495,2,14889,'','2013-11-21 03:21:18'),(59496,3,14889,'','2013-11-21 03:21:18'),(59497,4,14889,'','2013-11-21 03:21:18'),(59498,5,14889,'','2013-11-21 03:21:18'),(59499,6,14889,'','2013-11-21 03:21:18'),(59500,7,14889,'DAY','2013-11-21 03:21:18'),(59501,1,14890,'3591215','2013-11-21 03:38:11'),(59502,2,14890,'594333','2013-11-21 03:38:11'),(59503,3,14890,'','2013-11-21 03:38:11'),(59504,4,14890,'OPD','2013-11-21 03:38:11'),(59505,5,14890,'','2013-11-21 03:38:11'),(59506,6,14890,'20','2013-11-21 03:38:11'),(59507,7,14890,'DAY','2013-11-21 03:38:11'),(59508,1,14891,'3591223','2013-11-21 03:46:00'),(59509,2,14891,'','2013-11-21 03:46:00'),(59510,3,14891,'','2013-11-21 03:46:00'),(59511,4,14891,'OPD','2013-11-21 03:46:00'),(59512,5,14891,'','2013-11-21 03:46:00'),(59513,6,14891,'13','2013-11-21 03:46:00'),(59514,7,14891,'DAY','2013-11-21 03:46:00'),(59515,1,14892,'','2013-11-21 04:10:20'),(59516,2,14892,'591336','2013-11-21 04:10:20'),(59517,3,14892,'','2013-11-21 04:10:20'),(59518,4,14892,'OPD','2013-11-21 04:10:20'),(59519,5,14892,'','2013-11-21 04:10:20'),(59520,6,14892,'47','2013-11-21 04:10:20'),(59521,7,14892,'DAY','2013-11-21 04:10:20'),(59522,1,14894,'','2013-11-21 04:10:21'),(59523,2,14894,'','2013-11-21 04:10:21'),(59524,3,14894,'','2013-11-21 04:10:21'),(59525,4,14894,'','2013-11-21 04:10:21'),(59526,5,14894,'','2013-11-21 04:10:21'),(59527,6,14894,'','2013-11-21 04:10:21'),(59528,7,14894,'DAY','2013-11-21 04:10:21'),(59529,1,14895,'3591237','2013-11-21 04:35:13'),(59530,2,14895,'594340','2013-11-21 04:35:13'),(59531,3,14895,'','2013-11-21 04:35:13'),(59532,4,14895,'SR','2013-11-21 04:35:13'),(59533,5,14895,'','2013-11-21 04:35:13'),(59534,6,14895,'15','2013-11-21 04:35:13'),(59535,7,14895,'NIGHT','2013-11-21 04:35:13'),(59536,1,14896,'3591230','2013-11-21 04:45:25'),(59537,2,14896,'','2013-11-21 04:45:25'),(59538,3,14896,'','2013-11-21 04:45:25'),(59539,4,14896,'','2013-11-21 04:45:25'),(59540,5,14896,'218084','2013-11-21 04:45:25'),(59541,6,14896,'112','2013-11-21 04:45:25'),(59542,7,14896,'NIGHT','2013-11-21 04:45:25'),(59543,1,14898,'','2013-11-21 04:45:26'),(59544,2,14898,'','2013-11-21 04:45:26'),(59545,3,14898,'','2013-11-21 04:45:26'),(59546,4,14898,'','2013-11-21 04:45:26'),(59547,5,14898,'','2013-11-21 04:45:26'),(59548,6,14898,'','2013-11-21 04:45:26'),(59549,7,14898,'DAY','2013-11-21 04:45:26'),(59550,1,14899,'3591180','2013-11-21 04:56:09'),(59551,2,14899,'594341','2013-11-21 04:56:09'),(59552,3,14899,'','2013-11-21 04:56:09'),(59553,4,14899,'OPD','2013-11-21 04:56:09'),(59554,5,14899,'','2013-11-21 04:56:09'),(59555,6,14899,'OPD','2013-11-21 04:56:09'),(59556,7,14899,'NIGHT','2013-11-21 04:56:09'),(59557,1,14901,'','2013-11-21 04:56:09'),(59558,2,14901,'','2013-11-21 04:56:09'),(59559,3,14901,'','2013-11-21 04:56:09'),(59560,4,14901,'','2013-11-21 04:56:09'),(59561,5,14901,'','2013-11-21 04:56:09'),(59562,6,14901,'','2013-11-21 04:56:09'),(59563,7,14901,'DAY','2013-11-21 04:56:09'),(59564,1,14902,'3591262','2013-11-21 07:32:37'),(59565,2,14902,'','2013-11-21 07:32:37'),(59566,3,14902,'','2013-11-21 07:32:37'),(59567,4,14902,'OPD','2013-11-21 07:32:37'),(59568,5,14902,'','2013-11-21 07:32:37'),(59569,6,14902,'50','2013-11-21 07:32:37'),(59570,7,14902,'NIGHT','2013-11-21 07:32:37'),(59571,1,14904,'','2013-11-21 07:32:37'),(59572,2,14904,'','2013-11-21 07:32:37'),(59573,3,14904,'','2013-11-21 07:32:37'),(59574,4,14904,'','2013-11-21 07:32:37'),(59575,5,14904,'','2013-11-21 07:32:37'),(59576,6,14904,'','2013-11-21 07:32:37'),(59577,7,14904,'DAY','2013-11-21 07:32:37'),(59578,1,14905,'3591264','2013-11-21 07:38:52'),(59579,2,14905,'','2013-11-21 07:38:52'),(59580,3,14905,'','2013-11-21 07:38:52'),(59581,4,14905,'opd','2013-11-21 07:38:52'),(59582,5,14905,'','2013-11-21 07:38:52'),(59583,6,14905,'50','2013-11-21 07:38:52'),(59584,7,14905,'NIGHT','2013-11-21 07:38:52'),(59585,1,14907,'','2013-11-21 07:38:52'),(59586,2,14907,'','2013-11-21 07:38:52'),(59587,3,14907,'','2013-11-21 07:38:52'),(59588,4,14907,'','2013-11-21 07:38:52'),(59589,5,14907,'','2013-11-21 07:38:52'),(59590,6,14907,'','2013-11-21 07:38:52'),(59591,7,14907,'DAY','2013-11-21 07:38:52'),(59592,1,14908,'','2013-11-21 08:08:04'),(59593,2,14908,'','2013-11-21 08:08:04'),(59594,3,14908,'','2013-11-21 08:08:04'),(59595,4,14908,'','2013-11-21 08:08:04'),(59596,5,14908,'','2013-11-21 08:08:04'),(59597,6,14908,'','2013-11-21 08:08:04'),(59598,7,14908,'DAY','2013-11-21 08:08:04'),(59599,1,14909,'3591273','2013-11-21 09:15:36'),(59600,2,14909,'','2013-11-21 09:15:36'),(59601,3,14909,'','2013-11-21 09:15:36'),(59602,4,14909,'OPD','2013-11-21 09:15:36'),(59603,5,14909,'','2013-11-21 09:15:36'),(59604,6,14909,'87','2013-11-21 09:15:36'),(59605,7,14909,'NIGHT','2013-11-21 09:15:36'),(59606,1,14911,'','2013-11-21 09:15:36'),(59607,2,14911,'','2013-11-21 09:15:36'),(59608,3,14911,'','2013-11-21 09:15:36'),(59609,4,14911,'','2013-11-21 09:15:36'),(59610,5,14911,'','2013-11-21 09:15:36'),(59611,6,14911,'','2013-11-21 09:15:36'),(59612,7,14911,'DAY','2013-11-21 09:15:36'),(59613,1,14914,'','2013-11-21 09:15:36'),(59614,2,14914,'','2013-11-21 09:15:36'),(59615,3,14914,'','2013-11-21 09:15:36'),(59616,4,14914,'','2013-11-21 09:15:36'),(59617,5,14914,'','2013-11-21 09:15:36'),(59618,6,14914,'','2013-11-21 09:15:36'),(59619,7,14914,'DAY','2013-11-21 09:15:36'),(59620,1,14915,'','2013-11-21 13:42:10'),(59621,2,14915,'','2013-11-21 13:42:10'),(59622,3,14915,'','2013-11-21 13:42:10'),(59623,4,14915,'OPD','2013-11-21 13:42:10'),(59624,5,14915,'','2013-11-21 13:42:10'),(59625,6,14915,'12','2013-11-21 13:42:10'),(59626,7,14915,'NIGHT','2013-11-21 13:42:10'),(59627,1,14916,'3591297','2013-11-21 14:19:27'),(59628,2,14916,'','2013-11-21 14:19:27'),(59629,3,14916,'','2013-11-21 14:19:27'),(59630,4,14916,'OPD','2013-11-21 14:19:27'),(59631,5,14916,'','2013-11-21 14:19:27'),(59632,6,14916,'226','2013-11-21 14:19:27'),(59633,7,14916,'NIGHT','2013-11-21 14:19:27'),(59634,1,14918,'','2013-11-21 14:19:27'),(59635,2,14918,'','2013-11-21 14:19:27'),(59636,3,14918,'','2013-11-21 14:19:27'),(59637,4,14918,'','2013-11-21 14:19:27'),(59638,5,14918,'','2013-11-21 14:19:27'),(59639,6,14918,'','2013-11-21 14:19:27'),(59640,7,14918,'DAY','2013-11-21 14:19:27'),(59641,1,14921,'','2013-11-21 14:19:27'),(59642,2,14921,'','2013-11-21 14:19:27'),(59643,3,14921,'','2013-11-21 14:19:27'),(59644,4,14921,'','2013-11-21 14:19:27'),(59645,5,14921,'','2013-11-21 14:19:27'),(59646,6,14921,'','2013-11-21 14:19:27'),(59647,7,14921,'DAY','2013-11-21 14:19:27'),(59648,1,14922,'3591305','2013-11-21 14:47:14'),(59649,2,14922,'','2013-11-21 14:47:14'),(59650,3,14922,'','2013-11-21 14:47:14'),(59651,4,14922,'OPD','2013-11-21 14:47:14'),(59652,5,14922,'','2013-11-21 14:47:14'),(59653,6,14922,'228','2013-11-21 14:47:14'),(59654,7,14922,'DAY','2013-11-21 14:47:14'),(59655,1,14924,'','2013-11-21 14:47:14'),(59656,2,14924,'','2013-11-21 14:47:14'),(59657,3,14924,'','2013-11-21 14:47:14'),(59658,4,14924,'','2013-11-21 14:47:14'),(59659,5,14924,'','2013-11-21 14:47:14'),(59660,6,14924,'','2013-11-21 14:47:14'),(59661,7,14924,'DAY','2013-11-21 14:47:14'),(59662,1,14927,'','2013-11-21 14:47:14'),(59663,2,14927,'','2013-11-21 14:47:14'),(59664,3,14927,'','2013-11-21 14:47:14'),(59665,4,14927,'','2013-11-21 14:47:14'),(59666,5,14927,'','2013-11-21 14:47:14'),(59667,6,14927,'','2013-11-21 14:47:14'),(59668,7,14927,'DAY','2013-11-21 14:47:14'),(59669,1,14931,'','2013-11-21 14:47:15'),(59670,2,14931,'','2013-11-21 14:47:15'),(59671,3,14931,'','2013-11-21 14:47:15'),(59672,4,14931,'','2013-11-21 14:47:15'),(59673,5,14931,'','2013-11-21 14:47:15'),(59674,6,14931,'','2013-11-21 14:47:15'),(59675,7,14931,'DAY','2013-11-21 14:47:15'),(59676,1,14932,'3591307','2013-11-21 15:00:37'),(59677,2,14932,'','2013-11-21 15:00:37'),(59678,3,14932,'','2013-11-21 15:00:37'),(59679,4,14932,'OPD','2013-11-21 15:00:37'),(59680,5,14932,'','2013-11-21 15:00:37'),(59681,6,14932,'93','2013-11-21 15:00:37'),(59682,7,14932,'NIGHT','2013-11-21 15:00:37'),(59683,1,14933,'','2013-11-21 15:13:32'),(59684,2,14933,'','2013-11-21 15:13:32'),(59685,3,14933,'','2013-11-21 15:13:32'),(59686,4,14933,'OPD','2013-11-21 15:13:32'),(59687,5,14933,'','2013-11-21 15:13:32'),(59688,6,14933,'81','2013-11-21 15:13:32'),(59689,7,14933,'NIGHT','2013-11-21 15:13:32'),(59690,1,14934,'3591310','2013-11-21 15:16:31'),(59691,2,14934,'','2013-11-21 15:16:31'),(59692,3,14934,'','2013-11-21 15:16:31'),(59693,4,14934,'OPD','2013-11-21 15:16:31'),(59694,5,14934,'','2013-11-21 15:16:31'),(59695,6,14934,'25','2013-11-21 15:16:31'),(59696,7,14934,'NIGHT','2013-11-21 15:16:31'),(59697,1,14936,'','2013-11-21 15:16:31'),(59698,2,14936,'','2013-11-21 15:16:31'),(59699,3,14936,'','2013-11-21 15:16:31'),(59700,4,14936,'','2013-11-21 15:16:31'),(59701,5,14936,'','2013-11-21 15:16:31'),(59702,6,14936,'','2013-11-21 15:16:31'),(59703,7,14936,'DAY','2013-11-21 15:16:31'),(59704,1,14937,'3582705','2013-11-21 15:21:22'),(59705,2,14937,'','2013-11-21 15:21:22'),(59706,3,14937,'','2013-11-21 15:21:22'),(59707,4,14937,'OPD','2013-11-21 15:21:22'),(59708,5,14937,'','2013-11-21 15:21:22'),(59709,6,14937,'188','2013-11-21 15:21:22'),(59710,7,14937,'NIGHT','2013-11-21 15:21:22'),(59711,1,14939,'','2013-11-21 15:21:22'),(59712,2,14939,'','2013-11-21 15:21:22'),(59713,3,14939,'','2013-11-21 15:21:22'),(59714,4,14939,'','2013-11-21 15:21:22'),(59715,5,14939,'','2013-11-21 15:21:22'),(59716,6,14939,'','2013-11-21 15:21:22'),(59717,7,14939,'DAY','2013-11-21 15:21:22'),(59718,1,14942,'','2013-11-21 15:21:22'),(59719,2,14942,'','2013-11-21 15:21:22'),(59720,3,14942,'','2013-11-21 15:21:22'),(59721,4,14942,'','2013-11-21 15:21:22'),(59722,5,14942,'','2013-11-21 15:21:22'),(59723,6,14942,'','2013-11-21 15:21:22'),(59724,7,14942,'DAY','2013-11-21 15:21:23'),(59725,1,14943,'3591323','2013-11-21 15:40:27'),(59726,2,14943,'','2013-11-21 15:40:27'),(59727,3,14943,'','2013-11-21 15:40:27'),(59728,4,14943,'OPD','2013-11-21 15:40:27'),(59729,5,14943,'','2013-11-21 15:40:27'),(59730,6,14943,'151','2013-11-21 15:40:27'),(59731,7,14943,'DAY','2013-11-21 15:40:27'),(59732,1,14945,'','2013-11-21 15:40:28'),(59733,2,14945,'','2013-11-21 15:40:28'),(59734,3,14945,'','2013-11-21 15:40:28'),(59735,4,14945,'','2013-11-21 15:40:28'),(59736,5,14945,'','2013-11-21 15:40:28'),(59737,6,14945,'','2013-11-21 15:40:28'),(59738,7,14945,'DAY','2013-11-21 15:40:28'),(59739,1,14948,'','2013-11-21 15:40:28'),(59740,2,14948,'','2013-11-21 15:40:28'),(59741,3,14948,'','2013-11-21 15:40:28'),(59742,4,14948,'','2013-11-21 15:40:28'),(59743,5,14948,'','2013-11-21 15:40:28'),(59744,6,14948,'','2013-11-21 15:40:28'),(59745,7,14948,'DAY','2013-11-21 15:40:28'),(59746,1,14949,'3591332','2013-11-21 15:51:15'),(59747,2,14949,'594370','2013-11-21 15:51:15'),(59748,3,14949,'','2013-11-21 15:51:15'),(59749,4,14949,'OPD','2013-11-21 15:51:15'),(59750,5,14949,'','2013-11-21 15:51:15'),(59751,6,14949,'52','2013-11-21 15:51:15'),(59752,7,14949,'DAY','2013-11-21 15:51:15'),(59753,1,14951,'','2013-11-21 15:51:15'),(59754,2,14951,'','2013-11-21 15:51:15'),(59755,3,14951,'','2013-11-21 15:51:15'),(59756,4,14951,'','2013-11-21 15:51:15'),(59757,5,14951,'','2013-11-21 15:51:15'),(59758,6,14951,'','2013-11-21 15:51:15'),(59759,7,14951,'DAY','2013-11-21 15:51:15'),(59760,1,14952,'3591347','2013-11-21 16:00:07'),(59761,2,14952,'594374','2013-11-21 16:00:07'),(59762,3,14952,'','2013-11-21 16:00:07'),(59763,4,14952,'OPD','2013-11-21 16:00:07'),(59764,5,14952,'','2013-11-21 16:00:07'),(59765,6,14952,'52','2013-11-21 16:00:07'),(59766,7,14952,'DAY','2013-11-21 16:00:07'),(59767,1,14954,'','2013-11-21 16:00:08'),(59768,2,14954,'','2013-11-21 16:00:08'),(59769,3,14954,'','2013-11-21 16:00:08'),(59770,4,14954,'','2013-11-21 16:00:08'),(59771,5,14954,'','2013-11-21 16:00:08'),(59772,6,14954,'','2013-11-21 16:00:08'),(59773,7,14954,'DAY','2013-11-21 16:00:08'),(59774,1,14955,'3591203','2013-11-21 16:02:55'),(59775,2,14955,'','2013-11-21 16:02:55'),(59776,3,14955,'','2013-11-21 16:02:55'),(59777,4,14955,'OPD','2013-11-21 16:02:55'),(59778,5,14955,'','2013-11-21 16:02:55'),(59779,6,14955,'149','2013-11-21 16:02:55'),(59780,7,14955,'DAY','2013-11-21 16:02:55'),(59781,1,14957,'','2013-11-21 16:02:56'),(59782,2,14957,'','2013-11-21 16:02:56'),(59783,3,14957,'','2013-11-21 16:02:56'),(59784,4,14957,'','2013-11-21 16:02:56'),(59785,5,14957,'','2013-11-21 16:02:56'),(59786,6,14957,'','2013-11-21 16:02:56'),(59787,7,14957,'DAY','2013-11-21 16:02:56'),(59788,1,14958,'3591349','2013-11-21 16:06:23'),(59789,2,14958,'594376','2013-11-21 16:06:23'),(59790,3,14958,'','2013-11-21 16:06:23'),(59791,4,14958,'OPD','2013-11-21 16:06:23'),(59792,5,14958,'','2013-11-21 16:06:23'),(59793,6,14958,'65','2013-11-21 16:06:23'),(59794,7,14958,'DAY','2013-11-21 16:06:23'),(59795,1,14960,'','2013-11-21 16:06:24'),(59796,2,14960,'','2013-11-21 16:06:24'),(59797,3,14960,'','2013-11-21 16:06:24'),(59798,4,14960,'','2013-11-21 16:06:24'),(59799,5,14960,'','2013-11-21 16:06:24'),(59800,6,14960,'','2013-11-21 16:06:24'),(59801,7,14960,'DAY','2013-11-21 16:06:24'),(59802,1,14963,'','2013-11-21 16:06:24'),(59803,2,14963,'','2013-11-21 16:06:24'),(59804,3,14963,'','2013-11-21 16:06:24'),(59805,4,14963,'','2013-11-21 16:06:24'),(59806,5,14963,'','2013-11-21 16:06:24'),(59807,6,14963,'','2013-11-21 16:06:24'),(59808,7,14963,'DAY','2013-11-21 16:06:24'),(59809,1,14964,'3577870','2013-11-21 16:22:50'),(59810,2,14964,'','2013-11-21 16:22:50'),(59811,3,14964,'','2013-11-21 16:22:50'),(59812,4,14964,'OPD','2013-11-21 16:22:50'),(59813,5,14964,'','2013-11-21 16:22:50'),(59814,6,14964,'12','2013-11-21 16:22:50'),(59815,7,14964,'DAY','2013-11-21 16:22:50'),(59816,1,14965,'','2013-11-21 16:28:28'),(59817,2,14965,'','2013-11-21 16:28:28'),(59818,3,14965,'','2013-11-21 16:28:28'),(59819,4,14965,'OPD','2013-11-21 16:28:28'),(59820,5,14965,'','2013-11-21 16:28:28'),(59821,6,14965,'','2013-11-21 16:28:28'),(59822,7,14965,'DAY','2013-11-21 16:28:28'),(59823,1,14967,'','2013-11-21 16:28:28'),(59824,2,14967,'','2013-11-21 16:28:28'),(59825,3,14967,'','2013-11-21 16:28:28'),(59826,4,14967,'','2013-11-21 16:28:28'),(59827,5,14967,'','2013-11-21 16:28:28'),(59828,6,14967,'','2013-11-21 16:28:28'),(59829,7,14967,'DAY','2013-11-21 16:28:28'),(59830,1,14970,'','2013-11-21 16:28:28'),(59831,2,14970,'','2013-11-21 16:28:28'),(59832,3,14970,'','2013-11-21 16:28:28'),(59833,4,14970,'','2013-11-21 16:28:28'),(59834,5,14970,'','2013-11-21 16:28:28'),(59835,6,14970,'','2013-11-21 16:28:28'),(59836,7,14970,'DAY','2013-11-21 16:28:28'),(59837,1,14971,'','2013-11-21 16:33:03'),(59838,2,14971,'','2013-11-21 16:33:03'),(59839,3,14971,'','2013-11-21 16:33:03'),(59840,4,14971,'','2013-11-21 16:33:03'),(59841,5,14971,'','2013-11-21 16:33:03'),(59842,6,14971,'','2013-11-21 16:33:03'),(59843,7,14971,'DAY','2013-11-21 16:33:03'),(59844,1,14972,'3591387','2013-11-21 16:45:34'),(59845,2,14972,'','2013-11-21 16:45:34'),(59846,3,14972,'','2013-11-21 16:45:34'),(59847,4,14972,'OPD','2013-11-21 16:45:34'),(59848,5,14972,'','2013-11-21 16:45:34'),(59849,6,14972,'94','2013-11-21 16:45:34'),(59850,7,14972,'DAY','2013-11-21 16:45:34'),(59851,1,14974,'','2013-11-21 16:45:34'),(59852,2,14974,'','2013-11-21 16:45:34'),(59853,3,14974,'','2013-11-21 16:45:34'),(59854,4,14974,'','2013-11-21 16:45:34'),(59855,5,14974,'','2013-11-21 16:45:34'),(59856,6,14974,'','2013-11-21 16:45:34'),(59857,7,14974,'DAY','2013-11-21 16:45:34'),(59858,1,14977,'','2013-11-21 16:45:35'),(59859,2,14977,'','2013-11-21 16:45:35'),(59860,3,14977,'','2013-11-21 16:45:35'),(59861,4,14977,'','2013-11-21 16:45:35'),(59862,5,14977,'','2013-11-21 16:45:35'),(59863,6,14977,'','2013-11-21 16:45:35'),(59864,7,14977,'DAY','2013-11-21 16:45:35'),(59865,1,14981,'','2013-11-21 16:45:35'),(59866,2,14981,'','2013-11-21 16:45:35'),(59867,3,14981,'','2013-11-21 16:45:35'),(59868,4,14981,'','2013-11-21 16:45:35'),(59869,5,14981,'','2013-11-21 16:45:35'),(59870,6,14981,'','2013-11-21 16:45:35'),(59871,7,14981,'DAY','2013-11-21 16:45:35'),(59872,1,14982,'3591418','2013-11-21 17:17:13'),(59873,2,14982,'','2013-11-21 17:17:13'),(59874,3,14982,'','2013-11-21 17:17:13'),(59875,4,14982,'OPD','2013-11-21 17:17:13'),(59876,5,14982,'','2013-11-21 17:17:13'),(59877,6,14982,'409','2013-11-21 17:17:13'),(59878,7,14982,'DAY','2013-11-21 17:17:13'),(59879,1,14984,'','2013-11-21 17:17:13'),(59880,2,14984,'','2013-11-21 17:17:13'),(59881,3,14984,'','2013-11-21 17:17:13'),(59882,4,14984,'','2013-11-21 17:17:13'),(59883,5,14984,'','2013-11-21 17:17:13'),(59884,6,14984,'','2013-11-21 17:17:13'),(59885,7,14984,'DAY','2013-11-21 17:17:13'),(59886,1,14987,'','2013-11-21 17:17:14'),(59887,2,14987,'','2013-11-21 17:17:14'),(59888,3,14987,'','2013-11-21 17:17:14'),(59889,4,14987,'','2013-11-21 17:17:14'),(59890,5,14987,'','2013-11-21 17:17:14'),(59891,6,14987,'','2013-11-21 17:17:14'),(59892,7,14987,'DAY','2013-11-21 17:17:14'),(59893,1,14988,'3591423','2013-11-21 17:19:56'),(59894,2,14988,'','2013-11-21 17:19:56'),(59895,3,14988,'','2013-11-21 17:19:56'),(59896,4,14988,'OPD','2013-11-21 17:19:56'),(59897,5,14988,'','2013-11-21 17:19:56'),(59898,6,14988,'24','2013-11-21 17:19:56'),(59899,7,14988,'DAY','2013-11-21 17:19:56'),(59900,1,14989,'3591438','2013-11-21 17:39:05'),(59901,2,14989,'','2013-11-21 17:39:05'),(59902,3,14989,'','2013-11-21 17:39:05'),(59903,4,14989,'OPD','2013-11-21 17:39:05'),(59904,5,14989,'','2013-11-21 17:39:05'),(59905,6,14989,'142','2013-11-21 17:39:05'),(59906,7,14989,'DAY','2013-11-21 17:39:05'),(59907,1,14991,'','2013-11-21 17:39:05'),(59908,2,14991,'','2013-11-21 17:39:05'),(59909,3,14991,'','2013-11-21 17:39:05'),(59910,4,14991,'','2013-11-21 17:39:05'),(59911,5,14991,'','2013-11-21 17:39:05'),(59912,6,14991,'','2013-11-21 17:39:05'),(59913,7,14991,'DAY','2013-11-21 17:39:05'),(59914,1,14992,'3591451','2013-11-21 17:44:09'),(59915,2,14992,'','2013-11-21 17:44:09'),(59916,3,14992,'','2013-11-21 17:44:09'),(59917,4,14992,'OPD','2013-11-21 17:44:09'),(59918,5,14992,'','2013-11-21 17:44:09'),(59919,6,14992,'79','2013-11-21 17:44:09'),(59920,7,14992,'DAY','2013-11-21 17:44:09'),(59921,1,14994,'','2013-11-21 17:44:09'),(59922,2,14994,'','2013-11-21 17:44:09'),(59923,3,14994,'','2013-11-21 17:44:09'),(59924,4,14994,'','2013-11-21 17:44:09'),(59925,5,14994,'','2013-11-21 17:44:09'),(59926,6,14994,'','2013-11-21 17:44:09'),(59927,7,14994,'DAY','2013-11-21 17:44:09'),(59928,1,14995,'3591461','2013-11-21 17:46:12'),(59929,2,14995,'594401','2013-11-21 17:46:12'),(59930,3,14995,'','2013-11-21 17:46:12'),(59931,4,14995,'OPD','2013-11-21 17:46:12'),(59932,5,14995,'','2013-11-21 17:46:12'),(59933,6,14995,'20','2013-11-21 17:46:12'),(59934,7,14995,'DAY','2013-11-21 17:46:12'),(59935,1,14996,'3591457','2013-11-21 17:49:12'),(59936,2,14996,'5594400','2013-11-21 17:49:12'),(59937,3,14996,'','2013-11-21 17:49:12'),(59938,4,14996,'OPD','2013-11-21 17:49:12'),(59939,5,14996,'','2013-11-21 17:49:12'),(59940,6,14996,'36','2013-11-21 17:49:12'),(59941,7,14996,'DAY','2013-11-21 17:49:12'),(59942,1,14997,'','2013-11-21 17:51:30'),(59943,2,14997,'','2013-11-21 17:51:30'),(59944,3,14997,'','2013-11-21 17:51:30'),(59945,4,14997,'OUTSIDE','2013-11-21 17:51:30'),(59946,5,14997,'','2013-11-21 17:51:30'),(59947,6,14997,'','2013-11-21 17:51:30'),(59948,7,14997,'DAY','2013-11-21 17:51:30'),(59949,1,14998,'3591475','2013-11-21 17:54:55'),(59950,2,14998,'','2013-11-21 17:54:55'),(59951,3,14998,'','2013-11-21 17:54:55'),(59952,4,14998,'OPD','2013-11-21 17:54:55'),(59953,5,14998,'','2013-11-21 17:54:55'),(59954,6,14998,'22','2013-11-21 17:54:55'),(59955,7,14998,'DAY','2013-11-21 17:54:55'),(59956,1,14999,'3591473','2013-11-21 17:59:32'),(59957,2,14999,'594410','2013-11-21 17:59:32'),(59958,3,14999,'','2013-11-21 17:59:32'),(59959,4,14999,'OPD','2013-11-21 17:59:32'),(59960,5,14999,'','2013-11-21 17:59:32'),(59961,6,14999,'82','2013-11-21 17:59:32'),(59962,7,14999,'DAY','2013-11-21 17:59:32'),(59963,1,15001,'','2013-11-21 17:59:33'),(59964,2,15001,'','2013-11-21 17:59:33'),(59965,3,15001,'','2013-11-21 17:59:33'),(59966,4,15001,'','2013-11-21 17:59:33'),(59967,5,15001,'','2013-11-21 17:59:33'),(59968,6,15001,'','2013-11-21 17:59:33'),(59969,7,15001,'DAY','2013-11-21 17:59:33'),(59970,1,15004,'','2013-11-21 17:59:33'),(59971,2,15004,'','2013-11-21 17:59:33'),(59972,3,15004,'','2013-11-21 17:59:33'),(59973,4,15004,'','2013-11-21 17:59:33'),(59974,5,15004,'','2013-11-21 17:59:33'),(59975,6,15004,'','2013-11-21 17:59:33'),(59976,7,15004,'DAY','2013-11-21 17:59:33'),(59977,1,15005,'3591476','2013-11-21 18:08:40'),(59978,2,15005,'','2013-11-21 18:08:40'),(59979,3,15005,'','2013-11-21 18:08:40'),(59980,4,15005,'OPD','2013-11-21 18:08:40'),(59981,5,15005,'','2013-11-21 18:08:40'),(59982,6,15005,'92','2013-11-21 18:08:40'),(59983,7,15005,'DAY','2013-11-21 18:08:40'),(59984,1,15006,'3591154','2013-11-21 18:18:11'),(59985,2,15006,'594413','2013-11-21 18:18:11'),(59986,3,15006,'','2013-11-21 18:18:11'),(59987,4,15006,'OPD','2013-11-21 18:18:11'),(59988,5,15006,'','2013-11-21 18:18:11'),(59989,6,15006,'172.80','2013-11-21 18:18:11'),(59990,7,15006,'DAY','2013-11-21 18:18:11'),(59991,1,15008,'','2013-11-21 18:18:11'),(59992,2,15008,'','2013-11-21 18:18:11'),(59993,3,15008,'','2013-11-21 18:18:11'),(59994,4,15008,'','2013-11-21 18:18:11'),(59995,5,15008,'','2013-11-21 18:18:11'),(59996,6,15008,'','2013-11-21 18:18:11'),(59997,7,15008,'DAY','2013-11-21 18:18:11'),(59998,1,15011,'','2013-11-21 18:18:11'),(59999,2,15011,'','2013-11-21 18:18:11'),(60000,3,15011,'','2013-11-21 18:18:11'),(60001,4,15011,'','2013-11-21 18:18:11'),(60002,5,15011,'','2013-11-21 18:18:11'),(60003,6,15011,'','2013-11-21 18:18:11'),(60004,7,15011,'DAY','2013-11-21 18:18:11'),(60005,1,15015,'','2013-11-21 18:18:11'),(60006,2,15015,'','2013-11-21 18:18:11'),(60007,3,15015,'','2013-11-21 18:18:11'),(60008,4,15015,'','2013-11-21 18:18:11'),(60009,5,15015,'','2013-11-21 18:18:11'),(60010,6,15015,'','2013-11-21 18:18:11'),(60011,7,15015,'DAY','2013-11-21 18:18:11'),(60012,1,15016,'3591485','2013-11-21 18:21:00'),(60013,2,15016,'','2013-11-21 18:21:00'),(60014,3,15016,'','2013-11-21 18:21:00'),(60015,4,15016,'OPD','2013-11-21 18:21:00'),(60016,5,15016,'','2013-11-21 18:21:00'),(60017,6,15016,'222','2013-11-21 18:21:00'),(60018,7,15016,'DAY','2013-11-21 18:21:00'),(60019,1,15018,'','2013-11-21 18:21:00'),(60020,2,15018,'','2013-11-21 18:21:00'),(60021,3,15018,'','2013-11-21 18:21:00'),(60022,4,15018,'','2013-11-21 18:21:00'),(60023,5,15018,'','2013-11-21 18:21:00'),(60024,6,15018,'','2013-11-21 18:21:00'),(60025,7,15018,'DAY','2013-11-21 18:21:00'),(60026,1,15021,'','2013-11-21 18:21:00'),(60027,2,15021,'','2013-11-21 18:21:00'),(60028,3,15021,'','2013-11-21 18:21:00'),(60029,4,15021,'','2013-11-21 18:21:00'),(60030,5,15021,'','2013-11-21 18:21:00'),(60031,6,15021,'','2013-11-21 18:21:00'),(60032,7,15021,'DAY','2013-11-21 18:21:00'),(60033,1,15022,'3591483','2013-11-21 18:22:17'),(60034,2,15022,'','2013-11-21 18:22:17'),(60035,3,15022,'','2013-11-21 18:22:17'),(60036,4,15022,'OPD','2013-11-21 18:22:17'),(60037,5,15022,'','2013-11-21 18:22:17'),(60038,6,15022,'22','2013-11-21 18:22:17'),(60039,7,15022,'DAY','2013-11-21 18:22:17'),(60040,1,15023,'3591493','2013-11-21 18:25:40'),(60041,2,15023,'','2013-11-21 18:25:40'),(60042,3,15023,'','2013-11-21 18:25:40'),(60043,4,15023,'OPD','2013-11-21 18:25:40'),(60044,5,15023,'','2013-11-21 18:25:40'),(60045,6,15023,'159','2013-11-21 18:25:40'),(60046,7,15023,'DAY','2013-11-21 18:25:40'),(60047,1,15025,'','2013-11-21 18:25:40'),(60048,2,15025,'','2013-11-21 18:25:40'),(60049,3,15025,'','2013-11-21 18:25:40'),(60050,4,15025,'','2013-11-21 18:25:40'),(60051,5,15025,'','2013-11-21 18:25:40'),(60052,6,15025,'','2013-11-21 18:25:40'),(60053,7,15025,'DAY','2013-11-21 18:25:40'),(60054,1,15028,'','2013-11-21 18:25:41'),(60055,2,15028,'','2013-11-21 18:25:41'),(60056,3,15028,'','2013-11-21 18:25:41'),(60057,4,15028,'','2013-11-21 18:25:41'),(60058,5,15028,'','2013-11-21 18:25:41'),(60059,6,15028,'','2013-11-21 18:25:41'),(60060,7,15028,'DAY','2013-11-21 18:25:41'),(60061,1,15029,'3591430','2013-11-21 18:30:18'),(60062,2,15029,'','2013-11-21 18:30:18'),(60063,3,15029,'','2013-11-21 18:30:18'),(60064,4,15029,'OPD','2013-11-21 18:30:18'),(60065,5,15029,'','2013-11-21 18:30:18'),(60066,6,15029,'412','2013-11-21 18:30:18'),(60067,7,15029,'DAY','2013-11-21 18:30:18'),(60068,1,15031,'','2013-11-21 18:30:19'),(60069,2,15031,'','2013-11-21 18:30:19'),(60070,3,15031,'','2013-11-21 18:30:19'),(60071,4,15031,'','2013-11-21 18:30:19'),(60072,5,15031,'','2013-11-21 18:30:19'),(60073,6,15031,'','2013-11-21 18:30:19'),(60074,7,15031,'DAY','2013-11-21 18:30:19'),(60075,1,15034,'','2013-11-21 18:30:19'),(60076,2,15034,'','2013-11-21 18:30:19'),(60077,3,15034,'','2013-11-21 18:30:19'),(60078,4,15034,'','2013-11-21 18:30:19'),(60079,5,15034,'','2013-11-21 18:30:19'),(60080,6,15034,'','2013-11-21 18:30:19'),(60081,7,15034,'DAY','2013-11-21 18:30:19'),(60082,1,15038,'','2013-11-21 18:30:19'),(60083,2,15038,'','2013-11-21 18:30:19'),(60084,3,15038,'','2013-11-21 18:30:19'),(60085,4,15038,'','2013-11-21 18:30:19'),(60086,5,15038,'','2013-11-21 18:30:19'),(60087,6,15038,'','2013-11-21 18:30:19'),(60088,7,15038,'DAY','2013-11-21 18:30:19'),(60089,1,15039,'3591465','2013-11-21 18:33:22'),(60090,2,15039,'594408','2013-11-21 18:33:22'),(60091,3,15039,'','2013-11-21 18:33:22'),(60092,4,15039,'OUTSIDE','2013-11-21 18:33:22'),(60093,5,15039,'','2013-11-21 18:33:22'),(60094,6,15039,'37','2013-11-21 18:33:22'),(60095,7,15039,'DAY','2013-11-21 18:33:22'),(60096,1,15041,'','2013-11-21 18:33:22'),(60097,2,15041,'','2013-11-21 18:33:22'),(60098,3,15041,'','2013-11-21 18:33:22'),(60099,4,15041,'','2013-11-21 18:33:22'),(60100,5,15041,'','2013-11-21 18:33:22'),(60101,6,15041,'','2013-11-21 18:33:22'),(60102,7,15041,'DAY','2013-11-21 18:33:22'),(60103,1,15042,'3591504','2013-11-21 18:38:42'),(60104,2,15042,'','2013-11-21 18:38:42'),(60105,3,15042,'','2013-11-21 18:38:42'),(60106,4,15042,'OPD','2013-11-21 18:38:42'),(60107,5,15042,'','2013-11-21 18:38:42'),(60108,6,15042,'15','2013-11-21 18:38:42'),(60109,7,15042,'DAY','2013-11-21 18:38:42'),(60110,1,15043,'3591506','2013-11-21 18:44:37'),(60111,2,15043,'594425','2013-11-21 18:44:37'),(60112,3,15043,'','2013-11-21 18:44:37'),(60113,4,15043,'OPD','2013-11-21 18:44:37'),(60114,5,15043,'','2013-11-21 18:44:37'),(60115,6,15043,'141','2013-11-21 18:44:37'),(60116,7,15043,'DAY','2013-11-21 18:44:37'),(60117,1,15045,'','2013-11-21 18:44:37'),(60118,2,15045,'','2013-11-21 18:44:37'),(60119,3,15045,'','2013-11-21 18:44:37'),(60120,4,15045,'','2013-11-21 18:44:37'),(60121,5,15045,'','2013-11-21 18:44:37'),(60122,6,15045,'','2013-11-21 18:44:37'),(60123,7,15045,'DAY','2013-11-21 18:44:37'),(60124,1,15046,'3591508','2013-11-21 18:51:27'),(60125,2,15046,'594426','2013-11-21 18:51:27'),(60126,3,15046,'','2013-11-21 18:51:27'),(60127,4,15046,'OPD','2013-11-21 18:51:27'),(60128,5,15046,'','2013-11-21 18:51:27'),(60129,6,15046,'75','2013-11-21 18:51:27'),(60130,7,15046,'DAY','2013-11-21 18:51:27'),(60131,1,15048,'','2013-11-21 18:51:28'),(60132,2,15048,'','2013-11-21 18:51:28'),(60133,3,15048,'','2013-11-21 18:51:28'),(60134,4,15048,'','2013-11-21 18:51:28'),(60135,5,15048,'','2013-11-21 18:51:28'),(60136,6,15048,'','2013-11-21 18:51:28'),(60137,7,15048,'DAY','2013-11-21 18:51:28'),(60138,1,15049,'3591523','2013-11-21 18:56:34'),(60139,2,15049,'','2013-11-21 18:56:34'),(60140,3,15049,'','2013-11-21 18:56:34'),(60141,4,15049,'OPD','2013-11-21 18:56:34'),(60142,5,15049,'','2013-11-21 18:56:34'),(60143,6,15049,'118','2013-11-21 18:56:34'),(60144,7,15049,'DAY','2013-11-21 18:56:34'),(60145,1,15050,'3591529','2013-11-21 19:09:29'),(60146,2,15050,'594432','2013-11-21 19:09:29'),(60147,3,15050,'','2013-11-21 19:09:29'),(60148,4,15050,'OPD','2013-11-21 19:09:29'),(60149,5,15050,'','2013-11-21 19:09:29'),(60150,6,15050,'35','2013-11-21 19:09:29'),(60151,7,15050,'DAY','2013-11-21 19:09:29'),(60152,1,15051,'3591532','2013-11-21 19:15:59'),(60153,2,15051,'','2013-11-21 19:15:59'),(60154,3,15051,'','2013-11-21 19:15:59'),(60155,4,15051,'OPD','2013-11-21 19:15:59'),(60156,5,15051,'','2013-11-21 19:15:59'),(60157,6,15051,'81','2013-11-21 19:15:59'),(60158,7,15051,'DAY','2013-11-21 19:15:59'),(60159,1,15052,'3591543','2013-11-21 19:17:02'),(60160,2,15052,'','2013-11-21 19:17:02'),(60161,3,15052,'','2013-11-21 19:17:02'),(60162,4,15052,'OPD','2013-11-21 19:17:02'),(60163,5,15052,'','2013-11-21 19:17:02'),(60164,6,15052,'22','2013-11-21 19:17:02'),(60165,7,15052,'DAY','2013-11-21 19:17:02'),(60166,1,15053,'3591541','2013-11-21 19:19:46'),(60167,2,15053,'','2013-11-21 19:19:46'),(60168,3,15053,'','2013-11-21 19:19:46'),(60169,4,15053,'OPD','2013-11-21 19:19:46'),(60170,5,15053,'','2013-11-21 19:19:46'),(60171,6,15053,'77','2013-11-21 19:19:46'),(60172,7,15053,'DAY','2013-11-21 19:19:46'),(60173,1,15055,'','2013-11-21 19:19:46'),(60174,2,15055,'','2013-11-21 19:19:46'),(60175,3,15055,'','2013-11-21 19:19:46'),(60176,4,15055,'','2013-11-21 19:19:46'),(60177,5,15055,'','2013-11-21 19:19:46'),(60178,6,15055,'','2013-11-21 19:19:46'),(60179,7,15055,'DAY','2013-11-21 19:19:46'),(60180,1,15056,'3591537','2013-11-21 19:26:28'),(60181,2,15056,'594436','2013-11-21 19:26:28'),(60182,3,15056,'','2013-11-21 19:26:28'),(60183,4,15056,'OPD','2013-11-21 19:26:28'),(60184,5,15056,'','2013-11-21 19:26:28'),(60185,6,15056,'54','2013-11-21 19:26:28'),(60186,7,15056,'DAY','2013-11-21 19:26:28'),(60187,1,15057,'','2013-11-21 19:27:45'),(60188,2,15057,'','2013-11-21 19:27:45'),(60189,3,15057,'','2013-11-21 19:27:45'),(60190,4,15057,'','2013-11-21 19:27:45'),(60191,5,15057,'','2013-11-21 19:27:45'),(60192,6,15057,'','2013-11-21 19:27:45'),(60193,7,15057,'DAY','2013-11-21 19:27:45'),(60194,1,15058,'3591550','2013-11-21 19:31:49'),(60195,2,15058,'594438','2013-11-21 19:31:49'),(60196,3,15058,'','2013-11-21 19:31:49'),(60197,4,15058,'OPD','2013-11-21 19:31:49'),(60198,5,15058,'','2013-11-21 19:31:49'),(60199,6,15058,'41','2013-11-21 19:31:49'),(60200,7,15058,'DAY','2013-11-21 19:31:49'),(60201,1,15059,'3591554','2013-11-21 19:40:03'),(60202,2,15059,'','2013-11-21 19:40:03'),(60203,3,15059,'','2013-11-21 19:40:03'),(60204,4,15059,'OPD','2013-11-21 19:40:03'),(60205,5,15059,'','2013-11-21 19:40:03'),(60206,6,15059,'42','2013-11-21 19:40:03'),(60207,7,15059,'DAY','2013-11-21 19:40:03'),(60208,1,15060,'','2013-11-21 19:41:07'),(60209,2,15060,'','2013-11-21 19:41:07'),(60210,3,15060,'','2013-11-21 19:41:07'),(60211,4,15060,'','2013-11-21 19:41:07'),(60212,5,15060,'','2013-11-21 19:41:07'),(60213,6,15060,'','2013-11-21 19:41:07'),(60214,7,15060,'DAY','2013-11-21 19:41:07'),(60215,1,15061,'3591552','2013-11-21 19:42:37'),(60216,2,15061,'','2013-11-21 19:42:37'),(60217,3,15061,'','2013-11-21 19:42:37'),(60218,4,15061,'OPD','2013-11-21 19:42:37'),(60219,5,15061,'','2013-11-21 19:42:37'),(60220,6,15061,'177','2013-11-21 19:42:37'),(60221,7,15061,'DAY','2013-11-21 19:42:37'),(60222,1,15063,'','2013-11-21 19:42:37'),(60223,2,15063,'','2013-11-21 19:42:37'),(60224,3,15063,'','2013-11-21 19:42:37'),(60225,4,15063,'','2013-11-21 19:42:37'),(60226,5,15063,'','2013-11-21 19:42:37'),(60227,6,15063,'','2013-11-21 19:42:37'),(60228,7,15063,'DAY','2013-11-21 19:42:37'),(60229,1,15066,'','2013-11-21 19:42:37'),(60230,2,15066,'','2013-11-21 19:42:37'),(60231,3,15066,'','2013-11-21 19:42:37'),(60232,4,15066,'','2013-11-21 19:42:37'),(60233,5,15066,'','2013-11-21 19:42:37'),(60234,6,15066,'','2013-11-21 19:42:37'),(60235,7,15066,'DAY','2013-11-21 19:42:37'),(60236,1,15067,'3591568','2013-11-21 19:45:42'),(60237,2,15067,'','2013-11-21 19:45:42'),(60238,3,15067,'','2013-11-21 19:45:42'),(60239,4,15067,'OPD','2013-11-21 19:45:42'),(60240,5,15067,'','2013-11-21 19:45:42'),(60241,6,15067,'37','2013-11-21 19:45:42'),(60242,7,15067,'DAY','2013-11-21 19:45:42'),(60243,1,15068,'3591521','2013-11-21 19:57:31'),(60244,2,15068,'594443','2013-11-21 19:57:31'),(60245,3,15068,'','2013-11-21 19:57:31'),(60246,4,15068,'OPD','2013-11-21 19:57:31'),(60247,5,15068,'','2013-11-21 19:57:31'),(60248,6,15068,'88.00','2013-11-21 19:57:31'),(60249,7,15068,'DAY','2013-11-21 19:57:31'),(60250,1,15070,'','2013-11-21 19:57:32'),(60251,2,15070,'','2013-11-21 19:57:32'),(60252,3,15070,'','2013-11-21 19:57:32'),(60253,4,15070,'','2013-11-21 19:57:32'),(60254,5,15070,'','2013-11-21 19:57:32'),(60255,6,15070,'','2013-11-21 19:57:32'),(60256,7,15070,'DAY','2013-11-21 19:57:32'),(60257,1,15073,'','2013-11-21 19:57:32'),(60258,2,15073,'','2013-11-21 19:57:32'),(60259,3,15073,'','2013-11-21 19:57:32'),(60260,4,15073,'','2013-11-21 19:57:32'),(60261,5,15073,'','2013-11-21 19:57:32'),(60262,6,15073,'','2013-11-21 19:57:32'),(60263,7,15073,'DAY','2013-11-21 19:57:32'),(60264,1,15074,'3591574','2013-11-21 20:00:11'),(60265,2,15074,'','2013-11-21 20:00:11'),(60266,3,15074,'','2013-11-21 20:00:11'),(60267,4,15074,'WARD','2013-11-21 20:00:11'),(60268,5,15074,'218069','2013-11-21 20:00:11'),(60269,6,15074,'','2013-11-21 20:00:11'),(60270,7,15074,'DAY','2013-11-21 20:00:11'),(60271,1,15075,'3591573','2013-11-21 20:03:06'),(60272,2,15075,'','2013-11-21 20:03:06'),(60273,3,15075,'','2013-11-21 20:03:06'),(60274,4,15075,'WARD C2','2013-11-21 20:03:06'),(60275,5,15075,'218082','2013-11-21 20:03:06'),(60276,6,15075,'12.00','2013-11-21 20:03:06'),(60277,7,15075,'DAY','2013-11-21 20:03:06'),(60278,1,15076,'3591583','2013-11-21 20:04:43'),(60279,2,15076,'594444','2013-11-21 20:04:43'),(60280,3,15076,'','2013-11-21 20:04:43'),(60281,4,15076,'OPD','2013-11-21 20:04:43'),(60282,5,15076,'','2013-11-21 20:04:43'),(60283,6,15076,'75','2013-11-21 20:04:43'),(60284,7,15076,'DAY','2013-11-21 20:04:43'),(60285,1,15078,'','2013-11-21 20:04:44'),(60286,2,15078,'','2013-11-21 20:04:44'),(60287,3,15078,'','2013-11-21 20:04:44'),(60288,4,15078,'','2013-11-21 20:04:44'),(60289,5,15078,'','2013-11-21 20:04:44'),(60290,6,15078,'','2013-11-21 20:04:44'),(60291,7,15078,'DAY','2013-11-21 20:04:44'),(60292,1,15081,'','2013-11-21 20:04:44'),(60293,2,15081,'','2013-11-21 20:04:44'),(60294,3,15081,'','2013-11-21 20:04:44'),(60295,4,15081,'','2013-11-21 20:04:44'),(60296,5,15081,'','2013-11-21 20:04:44'),(60297,6,15081,'','2013-11-21 20:04:44'),(60298,7,15081,'DAY','2013-11-21 20:04:44'),(60299,1,15082,'3591608','2013-11-21 20:07:06'),(60300,2,15082,'','2013-11-21 20:07:06'),(60301,3,15082,'','2013-11-21 20:07:06'),(60302,4,15082,'OPD','2013-11-21 20:07:06'),(60303,5,15082,'','2013-11-21 20:07:06'),(60304,6,15082,'40','2013-11-21 20:07:06'),(60305,7,15082,'DAY','2013-11-21 20:07:06'),(60306,1,15083,'3591588','2013-11-21 20:11:04'),(60307,2,15083,'','2013-11-21 20:11:04'),(60308,3,15083,'','2013-11-21 20:11:04'),(60309,4,15083,'OPD','2013-11-21 20:11:04'),(60310,5,15083,'','2013-11-21 20:11:04'),(60311,6,15083,'77','2013-11-21 20:11:04'),(60312,7,15083,'DAY','2013-11-21 20:11:04'),(60313,1,15084,'3591610','2013-11-21 20:18:13'),(60314,2,15084,'','2013-11-21 20:18:13'),(60315,3,15084,'','2013-11-21 20:18:13'),(60316,4,15084,'OPD','2013-11-21 20:18:13'),(60317,5,15084,'','2013-11-21 20:18:13'),(60318,6,15084,'204','2013-11-21 20:18:13'),(60319,7,15084,'DAY','2013-11-21 20:18:13'),(60320,1,15086,'','2013-11-21 20:18:13'),(60321,2,15086,'','2013-11-21 20:18:13'),(60322,3,15086,'','2013-11-21 20:18:13'),(60323,4,15086,'','2013-11-21 20:18:13'),(60324,5,15086,'','2013-11-21 20:18:13'),(60325,6,15086,'','2013-11-21 20:18:13'),(60326,7,15086,'DAY','2013-11-21 20:18:13'),(60327,1,15087,'3591614','2013-11-21 20:20:13'),(60328,2,15087,'594453','2013-11-21 20:20:13'),(60329,3,15087,'','2013-11-21 20:20:13'),(60330,4,15087,'OPD','2013-11-21 20:20:13'),(60331,5,15087,'','2013-11-21 20:20:13'),(60332,6,15087,'16','2013-11-21 20:20:13'),(60333,7,15087,'DAY','2013-11-21 20:20:13'),(60334,1,15088,'3591591','2013-11-21 20:23:45'),(60335,2,15088,'','2013-11-21 20:23:45'),(60336,3,15088,'','2013-11-21 20:23:45'),(60337,4,15088,'OPD','2013-11-21 20:23:45'),(60338,5,15088,'','2013-11-21 20:23:45'),(60339,6,15088,'31','2013-11-21 20:23:45'),(60340,7,15088,'DAY','2013-11-21 20:23:45'),(60341,1,15090,'','2013-11-21 20:23:46'),(60342,2,15090,'','2013-11-21 20:23:46'),(60343,3,15090,'','2013-11-21 20:23:46'),(60344,4,15090,'','2013-11-21 20:23:46'),(60345,5,15090,'','2013-11-21 20:23:46'),(60346,6,15090,'','2013-11-21 20:23:46'),(60347,7,15090,'DAY','2013-11-21 20:23:46'),(60348,1,15091,'3591605','2013-11-21 20:27:54'),(60349,2,15091,'594450','2013-11-21 20:27:54'),(60350,3,15091,'','2013-11-21 20:27:54'),(60351,4,15091,'OPD','2013-11-21 20:27:54'),(60352,5,15091,'','2013-11-21 20:27:54'),(60353,6,15091,'48','2013-11-21 20:27:54'),(60354,7,15091,'DAY','2013-11-21 20:27:54'),(60355,1,15093,'','2013-11-21 20:27:55'),(60356,2,15093,'','2013-11-21 20:27:55'),(60357,3,15093,'','2013-11-21 20:27:55'),(60358,4,15093,'','2013-11-21 20:27:55'),(60359,5,15093,'','2013-11-21 20:27:55'),(60360,6,15093,'','2013-11-21 20:27:55'),(60361,7,15093,'DAY','2013-11-21 20:27:55'),(60362,1,15094,'3591631','2013-11-21 20:31:05'),(60363,2,15094,'','2013-11-21 20:31:05'),(60364,3,15094,'','2013-11-21 20:31:05'),(60365,4,15094,'OPD','2013-11-21 20:31:05'),(60366,5,15094,'','2013-11-21 20:31:05'),(60367,6,15094,'13','2013-11-21 20:31:05'),(60368,7,15094,'DAY','2013-11-21 20:31:05'),(60369,1,15095,'3591621','2013-11-21 20:33:35'),(60370,2,15095,'','2013-11-21 20:33:35'),(60371,3,15095,'','2013-11-21 20:33:35'),(60372,4,15095,'OPD','2013-11-21 20:33:35'),(60373,5,15095,'','2013-11-21 20:33:35'),(60374,6,15095,'22','2013-11-21 20:33:35'),(60375,7,15095,'DAY','2013-11-21 20:33:35'),(60376,1,15096,'3591629','2013-11-21 20:37:23'),(60377,2,15096,'','2013-11-21 20:37:23'),(60378,3,15096,'','2013-11-21 20:37:23'),(60379,4,15096,'OPD','2013-11-21 20:37:23'),(60380,5,15096,'','2013-11-21 20:37:23'),(60381,6,15096,'191','2013-11-21 20:37:23'),(60382,7,15096,'DAY','2013-11-21 20:37:24'),(60383,1,15098,'','2013-11-21 20:37:24'),(60384,2,15098,'','2013-11-21 20:37:24'),(60385,3,15098,'','2013-11-21 20:37:24'),(60386,4,15098,'','2013-11-21 20:37:24'),(60387,5,15098,'','2013-11-21 20:37:24'),(60388,6,15098,'','2013-11-21 20:37:24'),(60389,7,15098,'DAY','2013-11-21 20:37:24'),(60390,1,15101,'','2013-11-21 20:37:24'),(60391,2,15101,'','2013-11-21 20:37:24'),(60392,3,15101,'','2013-11-21 20:37:24'),(60393,4,15101,'','2013-11-21 20:37:24'),(60394,5,15101,'','2013-11-21 20:37:24'),(60395,6,15101,'','2013-11-21 20:37:24'),(60396,7,15101,'DAY','2013-11-21 20:37:24'),(60397,1,15105,'','2013-11-21 20:37:24'),(60398,2,15105,'','2013-11-21 20:37:24'),(60399,3,15105,'','2013-11-21 20:37:24'),(60400,4,15105,'','2013-11-21 20:37:24'),(60401,5,15105,'','2013-11-21 20:37:24'),(60402,6,15105,'','2013-11-21 20:37:24'),(60403,7,15105,'DAY','2013-11-21 20:37:24'),(60404,1,15106,'3591634','2013-11-21 20:39:29'),(60405,2,15106,'','2013-11-21 20:39:29'),(60406,3,15106,'','2013-11-21 20:39:29'),(60407,4,15106,'OPD','2013-11-21 20:39:29'),(60408,5,15106,'','2013-11-21 20:39:29'),(60409,6,15106,'82','2013-11-21 20:39:29'),(60410,7,15106,'DAY','2013-11-21 20:39:29'),(60411,1,15108,'','2013-11-21 20:39:30'),(60412,2,15108,'','2013-11-21 20:39:30'),(60413,3,15108,'','2013-11-21 20:39:30'),(60414,4,15108,'','2013-11-21 20:39:30'),(60415,5,15108,'','2013-11-21 20:39:30'),(60416,6,15108,'','2013-11-21 20:39:30'),(60417,7,15108,'DAY','2013-11-21 20:39:30'),(60418,1,15109,'3591636','2013-11-21 20:42:55'),(60419,2,15109,'','2013-11-21 20:42:55'),(60420,3,15109,'','2013-11-21 20:42:55'),(60421,4,15109,'OPD','2013-11-21 20:42:55'),(60422,5,15109,'','2013-11-21 20:42:55'),(60423,6,15109,'81','2013-11-21 20:42:55'),(60424,7,15109,'DAY','2013-11-21 20:42:55'),(60425,1,15110,'3591642','2013-11-21 20:47:44'),(60426,2,15110,'594461','2013-11-21 20:47:44'),(60427,3,15110,'','2013-11-21 20:47:44'),(60428,4,15110,'OPD','2013-11-21 20:47:44'),(60429,5,15110,'','2013-11-21 20:47:44'),(60430,6,15110,'30','2013-11-21 20:47:44'),(60431,7,15110,'DAY','2013-11-21 20:47:44'),(60432,1,15111,'3591647','2013-11-21 20:50:26'),(60433,2,15111,'','2013-11-21 20:50:26'),(60434,3,15111,'','2013-11-21 20:50:26'),(60435,4,15111,'OPD','2013-11-21 20:50:26'),(60436,5,15111,'','2013-11-21 20:50:26'),(60437,6,15111,'13','2013-11-21 20:50:26'),(60438,7,15111,'DAY','2013-11-21 20:50:26'),(60439,1,15112,'3591585','2013-11-21 20:56:37'),(60440,2,15112,'','2013-11-21 20:56:37'),(60441,3,15112,'','2013-11-21 20:56:37'),(60442,4,15112,'OPD','2013-11-21 20:56:37'),(60443,5,15112,'','2013-11-21 20:56:37'),(60444,6,15112,'185','2013-11-21 20:56:37'),(60445,7,15112,'DAY','2013-11-21 20:56:37'),(60446,1,15114,'','2013-11-21 20:56:37'),(60447,2,15114,'','2013-11-21 20:56:37'),(60448,3,15114,'','2013-11-21 20:56:37'),(60449,4,15114,'','2013-11-21 20:56:37'),(60450,5,15114,'','2013-11-21 20:56:37'),(60451,6,15114,'','2013-11-21 20:56:37'),(60452,7,15114,'DAY','2013-11-21 20:56:37'),(60453,1,15117,'','2013-11-21 20:56:37'),(60454,2,15117,'','2013-11-21 20:56:37'),(60455,3,15117,'','2013-11-21 20:56:37'),(60456,4,15117,'','2013-11-21 20:56:37'),(60457,5,15117,'','2013-11-21 20:56:37'),(60458,6,15117,'','2013-11-21 20:56:37'),(60459,7,15117,'DAY','2013-11-21 20:56:37'),(60460,1,15118,'3591651','2013-11-21 21:00:42'),(60461,2,15118,'','2013-11-21 21:00:42'),(60462,3,15118,'','2013-11-21 21:00:42'),(60463,4,15118,'OPD','2013-11-21 21:00:42'),(60464,5,15118,'','2013-11-21 21:00:42'),(60465,6,15118,'69','2013-11-21 21:00:42'),(60466,7,15118,'DAY','2013-11-21 21:00:42'),(60467,1,15120,'','2013-11-21 21:00:42'),(60468,2,15120,'','2013-11-21 21:00:42'),(60469,3,15120,'','2013-11-21 21:00:42'),(60470,4,15120,'','2013-11-21 21:00:42'),(60471,5,15120,'','2013-11-21 21:00:42'),(60472,6,15120,'','2013-11-21 21:00:42'),(60473,7,15120,'DAY','2013-11-21 21:00:42'),(60474,1,15121,'','2013-11-21 21:01:47'),(60475,2,15121,'','2013-11-21 21:01:47'),(60476,3,15121,'','2013-11-21 21:01:47'),(60477,4,15121,'','2013-11-21 21:01:47'),(60478,5,15121,'','2013-11-21 21:01:47'),(60479,6,15121,'','2013-11-21 21:01:47'),(60480,7,15121,'DAY','2013-11-21 21:01:47'),(60481,1,15122,'3591657','2013-11-21 21:09:13'),(60482,2,15122,'','2013-11-21 21:09:13'),(60483,3,15122,'','2013-11-21 21:09:13'),(60484,4,15122,'OPD','2013-11-21 21:09:13'),(60485,5,15122,'','2013-11-21 21:09:13'),(60486,6,15122,'68','2013-11-21 21:09:13'),(60487,7,15122,'DAY','2013-11-21 21:09:13'),(60488,1,15124,'','2013-11-21 21:09:13'),(60489,2,15124,'','2013-11-21 21:09:13'),(60490,3,15124,'','2013-11-21 21:09:13'),(60491,4,15124,'','2013-11-21 21:09:13'),(60492,5,15124,'','2013-11-21 21:09:13'),(60493,6,15124,'','2013-11-21 21:09:13'),(60494,7,15124,'DAY','2013-11-21 21:09:13'),(60495,1,15127,'','2013-11-21 21:09:14'),(60496,2,15127,'','2013-11-21 21:09:14'),(60497,3,15127,'','2013-11-21 21:09:14'),(60498,4,15127,'','2013-11-21 21:09:14'),(60499,5,15127,'','2013-11-21 21:09:14'),(60500,6,15127,'','2013-11-21 21:09:14'),(60501,7,15127,'DAY','2013-11-21 21:09:14'),(60502,1,15128,'3591661','2013-11-21 21:11:57'),(60503,2,15128,'','2013-11-21 21:11:57'),(60504,3,15128,'','2013-11-21 21:11:57'),(60505,4,15128,'OPD','2013-11-21 21:11:57'),(60506,5,15128,'','2013-11-21 21:11:57'),(60507,6,15128,'34','2013-11-21 21:11:57'),(60508,7,15128,'DAY','2013-11-21 21:11:57'),(60509,1,15129,'','2013-11-21 21:14:20'),(60510,2,15129,'','2013-11-21 21:14:20'),(60511,3,15129,'','2013-11-21 21:14:20'),(60512,4,15129,'','2013-11-21 21:14:20'),(60513,5,15129,'','2013-11-21 21:14:20'),(60514,6,15129,'','2013-11-21 21:14:20'),(60515,7,15129,'DAY','2013-11-21 21:14:20'),(60516,1,15130,'','2013-11-21 21:20:53'),(60517,2,15130,'','2013-11-21 21:20:53'),(60518,3,15130,'','2013-11-21 21:20:53'),(60519,4,15130,'','2013-11-21 21:20:53'),(60520,5,15130,'','2013-11-21 21:20:53'),(60521,6,15130,'','2013-11-21 21:20:53'),(60522,7,15130,'DAY','2013-11-21 21:20:53'),(60523,1,15131,'3591674','2013-11-21 21:33:25'),(60524,2,15131,'','2013-11-21 21:33:25'),(60525,3,15131,'','2013-11-21 21:33:25'),(60526,4,15131,'OPD','2013-11-21 21:33:25'),(60527,5,15131,'','2013-11-21 21:33:25'),(60528,6,15131,'285','2013-11-21 21:33:25'),(60529,7,15131,'DAY','2013-11-21 21:33:25'),(60530,1,15133,'','2013-11-21 21:33:25'),(60531,2,15133,'','2013-11-21 21:33:25'),(60532,3,15133,'','2013-11-21 21:33:25'),(60533,4,15133,'','2013-11-21 21:33:25'),(60534,5,15133,'','2013-11-21 21:33:25'),(60535,6,15133,'','2013-11-21 21:33:25'),(60536,7,15133,'DAY','2013-11-21 21:33:25'),(60537,1,15136,'','2013-11-21 21:33:26'),(60538,2,15136,'','2013-11-21 21:33:26'),(60539,3,15136,'','2013-11-21 21:33:26'),(60540,4,15136,'','2013-11-21 21:33:26'),(60541,5,15136,'','2013-11-21 21:33:26'),(60542,6,15136,'','2013-11-21 21:33:26'),(60543,7,15136,'DAY','2013-11-21 21:33:26'),(60544,1,15137,'3591667','2013-11-21 21:35:19'),(60545,2,15137,'','2013-11-21 21:35:19'),(60546,3,15137,'','2013-11-21 21:35:19'),(60547,4,15137,'OPD','2013-11-21 21:35:19'),(60548,5,15137,'','2013-11-21 21:35:19'),(60549,6,15137,'138','2013-11-21 21:35:19'),(60550,7,15137,'DAY','2013-11-21 21:35:19'),(60551,1,15139,'','2013-11-21 21:35:19'),(60552,2,15139,'','2013-11-21 21:35:19'),(60553,3,15139,'','2013-11-21 21:35:19'),(60554,4,15139,'','2013-11-21 21:35:19'),(60555,5,15139,'','2013-11-21 21:35:19'),(60556,6,15139,'','2013-11-21 21:35:19'),(60557,7,15139,'DAY','2013-11-21 21:35:19'),(60558,1,15142,'','2013-11-21 21:35:19'),(60559,2,15142,'','2013-11-21 21:35:19'),(60560,3,15142,'','2013-11-21 21:35:19'),(60561,4,15142,'','2013-11-21 21:35:19'),(60562,5,15142,'','2013-11-21 21:35:19'),(60563,6,15142,'','2013-11-21 21:35:19'),(60564,7,15142,'DAY','2013-11-21 21:35:19'),(60565,1,15143,'3591681','2013-11-21 21:40:55'),(60566,2,15143,'','2013-11-21 21:40:55'),(60567,3,15143,'','2013-11-21 21:40:55'),(60568,4,15143,'OPD','2013-11-21 21:40:55'),(60569,5,15143,'','2013-11-21 21:40:55'),(60570,6,15143,'172','2013-11-21 21:40:55'),(60571,7,15143,'DAY','2013-11-21 21:40:55'),(60572,1,15145,'','2013-11-21 21:40:55'),(60573,2,15145,'','2013-11-21 21:40:55'),(60574,3,15145,'','2013-11-21 21:40:55'),(60575,4,15145,'','2013-11-21 21:40:55'),(60576,5,15145,'','2013-11-21 21:40:55'),(60577,6,15145,'','2013-11-21 21:40:55'),(60578,7,15145,'DAY','2013-11-21 21:40:55'),(60579,1,15148,'','2013-11-21 21:40:55'),(60580,2,15148,'','2013-11-21 21:40:55'),(60581,3,15148,'','2013-11-21 21:40:55'),(60582,4,15148,'','2013-11-21 21:40:55'),(60583,5,15148,'','2013-11-21 21:40:55'),(60584,6,15148,'','2013-11-21 21:40:55'),(60585,7,15148,'DAY','2013-11-21 21:40:55'),(60586,1,15149,'3591686','2013-11-21 21:59:40'),(60587,2,15149,'','2013-11-21 21:59:40'),(60588,3,15149,'','2013-11-21 21:59:40'),(60589,4,15149,'OPD','2013-11-21 21:59:40'),(60590,5,15149,'','2013-11-21 21:59:40'),(60591,6,15149,'66.00','2013-11-21 21:59:40'),(60592,7,15149,'DAY','2013-11-21 21:59:40'),(60593,1,15150,'','2013-11-21 22:07:21'),(60594,2,15150,'','2013-11-21 22:07:21'),(60595,3,15150,'','2013-11-21 22:07:21'),(60596,4,15150,'','2013-11-21 22:07:21'),(60597,5,15150,'','2013-11-21 22:07:21'),(60598,6,15150,'','2013-11-21 22:07:21'),(60599,7,15150,'DAY','2013-11-21 22:07:21'),(60600,1,15151,'','2013-11-21 22:08:17'),(60601,2,15151,'','2013-11-21 22:08:17'),(60602,3,15151,'','2013-11-21 22:08:17'),(60603,4,15151,'','2013-11-21 22:08:17'),(60604,5,15151,'','2013-11-21 22:08:17'),(60605,6,15151,'','2013-11-21 22:08:17'),(60606,7,15151,'DAY','2013-11-21 22:08:17'),(60607,1,15152,'3591594','2013-11-21 22:16:18'),(60608,2,15152,'','2013-11-21 22:16:18'),(60609,3,15152,'','2013-11-21 22:16:18'),(60610,4,15152,'OPD','2013-11-21 22:16:18'),(60611,5,15152,'','2013-11-21 22:16:18'),(60612,6,15152,'22.00','2013-11-21 22:16:18'),(60613,7,15152,'DAY','2013-11-21 22:16:18'),(60614,1,15153,'3591698','2013-11-21 22:20:55'),(60615,2,15153,'','2013-11-21 22:20:55'),(60616,3,15153,'','2013-11-21 22:20:55'),(60617,4,15153,'OPD','2013-11-21 22:20:55'),(60618,5,15153,'','2013-11-21 22:20:55'),(60619,6,15153,'37.00','2013-11-21 22:20:55'),(60620,7,15153,'DAY','2013-11-21 22:20:55'),(60621,1,15154,'3591705','2013-11-21 22:26:14'),(60622,2,15154,'594477','2013-11-21 22:26:14'),(60623,3,15154,'','2013-11-21 22:26:14'),(60624,4,15154,'OPD','2013-11-21 22:26:14'),(60625,5,15154,'','2013-11-21 22:26:14'),(60626,6,15154,'111.00','2013-11-21 22:26:14'),(60627,7,15154,'DAY','2013-11-21 22:26:14'),(60628,1,15156,'','2013-11-21 22:26:15'),(60629,2,15156,'','2013-11-21 22:26:15'),(60630,3,15156,'','2013-11-21 22:26:15'),(60631,4,15156,'','2013-11-21 22:26:15'),(60632,5,15156,'','2013-11-21 22:26:15'),(60633,6,15156,'','2013-11-21 22:26:15'),(60634,7,15156,'DAY','2013-11-21 22:26:15'),(60635,1,15157,'3590807','2013-11-21 22:32:21'),(60636,2,15157,'594478','2013-11-21 22:32:21'),(60637,3,15157,'','2013-11-21 22:32:21'),(60638,4,15157,'OPD','2013-11-21 22:32:21'),(60639,5,15157,'','2013-11-21 22:32:21'),(60640,6,15157,'47.00','2013-11-21 22:32:21'),(60641,7,15157,'DAY','2013-11-21 22:32:21'),(60642,1,15159,'','2013-11-21 22:32:21'),(60643,2,15159,'','2013-11-21 22:32:21'),(60644,3,15159,'','2013-11-21 22:32:21'),(60645,4,15159,'','2013-11-21 22:32:21'),(60646,5,15159,'','2013-11-21 22:32:21'),(60647,6,15159,'','2013-11-21 22:32:21'),(60648,7,15159,'DAY','2013-11-21 22:32:21'),(60649,1,15160,'3590413','2013-11-21 22:41:19'),(60650,2,15160,'','2013-11-21 22:41:19'),(60651,3,15160,'','2013-11-21 22:41:19'),(60652,4,15160,'OPD','2013-11-21 22:41:19'),(60653,5,15160,'','2013-11-21 22:41:19'),(60654,6,15160,'128','2013-11-21 22:41:19'),(60655,7,15160,'DAY','2013-11-21 22:41:19'),(60656,1,15161,'3591696','2013-11-21 22:44:31'),(60657,2,15161,'','2013-11-21 22:44:31'),(60658,3,15161,'','2013-11-21 22:44:31'),(60659,4,15161,'OPD','2013-11-21 22:44:31'),(60660,5,15161,'','2013-11-21 22:44:31'),(60661,6,15161,'57.40','2013-11-21 22:44:31'),(60662,7,15161,'DAY','2013-11-21 22:44:31'),(60663,1,15162,'3591711','2013-11-21 22:48:52'),(60664,2,15162,'','2013-11-21 22:48:52'),(60665,3,15162,'','2013-11-21 22:48:52'),(60666,4,15162,'OPD','2013-11-21 22:48:52'),(60667,5,15162,'','2013-11-21 22:48:52'),(60668,6,15162,'37','2013-11-21 22:48:52'),(60669,7,15162,'DAY','2013-11-21 22:48:52'),(60670,1,15163,'','2013-11-21 22:58:41'),(60671,2,15163,'','2013-11-21 22:58:41'),(60672,3,15163,'','2013-11-21 22:58:41'),(60673,4,15163,'','2013-11-21 22:58:41'),(60674,5,15163,'','2013-11-21 22:58:41'),(60675,6,15163,'','2013-11-21 22:58:41'),(60676,7,15163,'DAY','2013-11-21 22:58:41'),(60677,1,15164,'3591726','2013-11-21 23:14:24'),(60678,2,15164,'','2013-11-21 23:14:24'),(60679,3,15164,'','2013-11-21 23:14:24'),(60680,4,15164,'OPD','2013-11-21 23:14:24'),(60681,5,15164,'','2013-11-21 23:14:24'),(60682,6,15164,'22','2013-11-21 23:14:24'),(60683,7,15164,'DAY','2013-11-21 23:14:24'),(60684,1,15165,'3591745','2013-11-21 23:33:30'),(60685,2,15165,'','2013-11-21 23:33:30'),(60686,3,15165,'','2013-11-21 23:33:30'),(60687,4,15165,'OPD','2013-11-21 23:33:30'),(60688,5,15165,'','2013-11-21 23:33:30'),(60689,6,15165,'33','2013-11-21 23:33:31'),(60690,7,15165,'DAY','2013-11-21 23:33:31'),(60691,1,15166,'3591747','2013-11-21 23:38:42'),(60692,2,15166,'','2013-11-21 23:38:42'),(60693,3,15166,'','2013-11-21 23:38:42'),(60694,4,15166,'OPD','2013-11-21 23:38:42'),(60695,5,15166,'','2013-11-21 23:38:42'),(60696,6,15166,'73','2013-11-21 23:38:42'),(60697,7,15166,'DAY','2013-11-21 23:38:42'),(60698,1,15168,'','2013-11-21 23:38:42'),(60699,2,15168,'','2013-11-21 23:38:42'),(60700,3,15168,'','2013-11-21 23:38:42'),(60701,4,15168,'','2013-11-21 23:38:42'),(60702,5,15168,'','2013-11-21 23:38:43'),(60703,6,15168,'','2013-11-21 23:38:43'),(60704,7,15168,'DAY','2013-11-21 23:38:43'),(60705,1,15169,'3591754','2013-11-21 23:52:13'),(60706,2,15169,'','2013-11-21 23:52:13'),(60707,3,15169,'','2013-11-21 23:52:13'),(60708,4,15169,'OPD','2013-11-21 23:52:13'),(60709,5,15169,'','2013-11-21 23:52:13'),(60710,6,15169,'143','2013-11-21 23:52:13'),(60711,7,15169,'DAY','2013-11-21 23:52:13'),(60712,1,15170,'3591785','2013-11-22 00:21:45'),(60713,2,15170,'','2013-11-22 00:21:45'),(60714,3,15170,'','2013-11-22 00:21:45'),(60715,4,15170,'OPD','2013-11-22 00:21:45'),(60716,5,15170,'','2013-11-22 00:21:45'),(60717,6,15170,'577','2013-11-22 00:21:45'),(60718,7,15170,'DAY','2013-11-22 00:21:45'),(60719,1,15172,'','2013-11-22 00:21:46'),(60720,2,15172,'','2013-11-22 00:21:46'),(60721,3,15172,'','2013-11-22 00:21:46'),(60722,4,15172,'','2013-11-22 00:21:46'),(60723,5,15172,'','2013-11-22 00:21:46'),(60724,6,15172,'','2013-11-22 00:21:46'),(60725,7,15172,'DAY','2013-11-22 00:21:46'),(60726,1,15173,'3591793','2013-11-22 00:28:44'),(60727,2,15173,'','2013-11-22 00:28:44'),(60728,3,15173,'','2013-11-22 00:28:44'),(60729,4,15173,'OPD','2013-11-22 00:28:44'),(60730,5,15173,'','2013-11-22 00:28:44'),(60731,6,15173,'111','2013-11-22 00:28:44'),(60732,7,15173,'DAY','2013-11-22 00:28:44'),(60733,1,15175,'','2013-11-22 00:28:44'),(60734,2,15175,'','2013-11-22 00:28:44'),(60735,3,15175,'','2013-11-22 00:28:44'),(60736,4,15175,'','2013-11-22 00:28:44'),(60737,5,15175,'','2013-11-22 00:28:44'),(60738,6,15175,'','2013-11-22 00:28:44'),(60739,7,15175,'DAY','2013-11-22 00:28:44'),(60740,1,15176,'3591796','2013-11-22 00:33:33'),(60741,2,15176,'','2013-11-22 00:33:33'),(60742,3,15176,'','2013-11-22 00:33:33'),(60743,4,15176,'OPD','2013-11-22 00:33:33'),(60744,5,15176,'','2013-11-22 00:33:33'),(60745,6,15176,'112','2013-11-22 00:33:33'),(60746,7,15176,'DAY','2013-11-22 00:33:33'),(60747,1,15178,'','2013-11-22 00:33:34'),(60748,2,15178,'','2013-11-22 00:33:34'),(60749,3,15178,'','2013-11-22 00:33:34'),(60750,4,15178,'','2013-11-22 00:33:34'),(60751,5,15178,'','2013-11-22 00:33:34'),(60752,6,15178,'','2013-11-22 00:33:34'),(60753,7,15178,'DAY','2013-11-22 00:33:34'),(60754,1,15181,'','2013-11-22 00:33:34'),(60755,2,15181,'','2013-11-22 00:33:34'),(60756,3,15181,'','2013-11-22 00:33:34'),(60757,4,15181,'','2013-11-22 00:33:34'),(60758,5,15181,'','2013-11-22 00:33:34'),(60759,6,15181,'','2013-11-22 00:33:34'),(60760,7,15181,'DAY','2013-11-22 00:33:34'),(60761,1,15182,'3591799','2013-11-22 00:41:40'),(60762,2,15182,'','2013-11-22 00:41:40'),(60763,3,15182,'','2013-11-22 00:41:40'),(60764,4,15182,'OPD','2013-11-22 00:41:40'),(60765,5,15182,'','2013-11-22 00:41:40'),(60766,6,15182,'81','2013-11-22 00:41:40'),(60767,7,15182,'DAY','2013-11-22 00:41:40'),(60768,1,15183,'3591801','2013-11-22 00:43:09'),(60769,2,15183,'','2013-11-22 00:43:09'),(60770,3,15183,'','2013-11-22 00:43:09'),(60771,4,15183,'OPD','2013-11-22 00:43:09'),(60772,5,15183,'','2013-11-22 00:43:09'),(60773,6,15183,'37','2013-11-22 00:43:09'),(60774,7,15183,'DAY','2013-11-22 00:43:09'),(60775,1,15184,'3591818','2013-11-22 00:51:22'),(60776,2,15184,'599480','2013-11-22 00:51:22'),(60777,3,15184,'','2013-11-22 00:51:22'),(60778,4,15184,'WARD','2013-11-22 00:51:22'),(60779,5,15184,'218087','2013-11-22 00:51:22'),(60780,6,15184,'46','2013-11-22 00:51:22'),(60781,7,15184,'DAY','2013-11-22 00:51:22'),(60782,1,15185,'3591769/3591787','2013-11-22 00:58:56'),(60783,2,15185,'594491/594495','2013-11-22 00:58:56'),(60784,3,15185,'','2013-11-22 00:58:56'),(60785,4,15185,'OPD','2013-11-22 00:58:56'),(60786,5,15185,'','2013-11-22 00:58:56'),(60787,6,15185,'51','2013-11-22 00:58:56'),(60788,7,15185,'DAY','2013-11-22 00:58:56'),(60789,1,15186,'','2013-11-22 01:12:58'),(60790,2,15186,'','2013-11-22 01:12:58'),(60791,3,15186,'','2013-11-22 01:12:58'),(60792,4,15186,'','2013-11-22 01:12:58'),(60793,5,15186,'','2013-11-22 01:12:58'),(60794,6,15186,'','2013-11-22 01:12:58'),(60795,7,15186,'DAY','2013-11-22 01:12:58'),(60796,1,15187,'3591829','2013-11-22 01:21:14'),(60797,2,15187,'','2013-11-22 01:21:14'),(60798,3,15187,'','2013-11-22 01:21:14'),(60799,4,15187,'OPD','2013-11-22 01:21:14'),(60800,5,15187,'','2013-11-22 01:21:14'),(60801,6,15187,'84','2013-11-22 01:21:14'),(60802,7,15187,'DAY','2013-11-22 01:21:14'),(60803,1,15189,'','2013-11-22 01:21:15'),(60804,2,15189,'','2013-11-22 01:21:15'),(60805,3,15189,'','2013-11-22 01:21:15'),(60806,4,15189,'','2013-11-22 01:21:15'),(60807,5,15189,'','2013-11-22 01:21:15'),(60808,6,15189,'','2013-11-22 01:21:15'),(60809,7,15189,'DAY','2013-11-22 01:21:15'),(60810,1,15190,'3591839','2013-11-22 01:33:00'),(60811,2,15190,'','2013-11-22 01:33:00'),(60812,3,15190,'','2013-11-22 01:33:00'),(60813,4,15190,'OPD','2013-11-22 01:33:00'),(60814,5,15190,'','2013-11-22 01:33:00'),(60815,6,15190,'13','2013-11-22 01:33:00'),(60816,7,15190,'DAY','2013-11-22 01:33:00'),(60817,1,15191,'3591850','2013-11-22 01:40:52'),(60818,2,15191,'','2013-11-22 01:40:52'),(60819,3,15191,'','2013-11-22 01:40:52'),(60820,4,15191,'OPD','2013-11-22 01:40:52'),(60821,5,15191,'','2013-11-22 01:40:52'),(60822,6,15191,'33','2013-11-22 01:40:52'),(60823,7,15191,'DAY','2013-11-22 01:40:52'),(60824,1,15192,'3591843','2013-11-22 01:45:16'),(60825,2,15192,'','2013-11-22 01:45:16'),(60826,3,15192,'','2013-11-22 01:45:16'),(60827,4,15192,'OPD','2013-11-22 01:45:16'),(60828,5,15192,'','2013-11-22 01:45:16'),(60829,6,15192,'309.40','2013-11-22 01:45:16'),(60830,7,15192,'DAY','2013-11-22 01:45:16'),(60831,1,15194,'','2013-11-22 01:45:16'),(60832,2,15194,'','2013-11-22 01:45:16'),(60833,3,15194,'','2013-11-22 01:45:16'),(60834,4,15194,'','2013-11-22 01:45:16'),(60835,5,15194,'','2013-11-22 01:45:16'),(60836,6,15194,'','2013-11-22 01:45:16'),(60837,7,15194,'DAY','2013-11-22 01:45:16'),(60838,1,15197,'','2013-11-22 01:45:17'),(60839,2,15197,'','2013-11-22 01:45:17'),(60840,3,15197,'','2013-11-22 01:45:17'),(60841,4,15197,'','2013-11-22 01:45:17'),(60842,5,15197,'','2013-11-22 01:45:17'),(60843,6,15197,'','2013-11-22 01:45:17'),(60844,7,15197,'DAY','2013-11-22 01:45:17'),(60845,1,15198,'3591872','2013-11-22 01:56:37'),(60846,2,15198,'','2013-11-22 01:56:37'),(60847,3,15198,'','2013-11-22 01:56:37'),(60848,4,15198,'OPD','2013-11-22 01:56:37'),(60849,5,15198,'','2013-11-22 01:56:37'),(60850,6,15198,'126','2013-11-22 01:56:37'),(60851,7,15198,'DAY','2013-11-22 01:56:37'),(60852,1,15200,'','2013-11-22 01:56:37'),(60853,2,15200,'','2013-11-22 01:56:37'),(60854,3,15200,'','2013-11-22 01:56:37'),(60855,4,15200,'','2013-11-22 01:56:37'),(60856,5,15200,'','2013-11-22 01:56:37'),(60857,6,15200,'','2013-11-22 01:56:37'),(60858,7,15200,'DAY','2013-11-22 01:56:37'),(60859,1,15201,'3591881','2013-11-22 02:03:59'),(60860,2,15201,'','2013-11-22 02:03:59'),(60861,3,15201,'','2013-11-22 02:03:59'),(60862,4,15201,'OPD','2013-11-22 02:03:59'),(60863,5,15201,'','2013-11-22 02:03:59'),(60864,6,15201,'177','2013-11-22 02:03:59'),(60865,7,15201,'DAY','2013-11-22 02:03:59'),(60866,1,15203,'','2013-11-22 02:03:59'),(60867,2,15203,'','2013-11-22 02:03:59'),(60868,3,15203,'','2013-11-22 02:04:00'),(60869,4,15203,'','2013-11-22 02:04:00'),(60870,5,15203,'','2013-11-22 02:04:00'),(60871,6,15203,'','2013-11-22 02:04:00'),(60872,7,15203,'DAY','2013-11-22 02:04:00'),(60873,1,15204,'3591887','2013-11-22 02:13:56'),(60874,2,15204,'594510','2013-11-22 02:13:56'),(60875,3,15204,'','2013-11-22 02:13:56'),(60876,4,15204,'OPD','2013-11-22 02:13:56'),(60877,5,15204,'','2013-11-22 02:13:56'),(60878,6,15204,'115.80','2013-11-22 02:13:56'),(60879,7,15204,'DAY','2013-11-22 02:13:56'),(60880,1,15206,'','2013-11-22 02:13:56'),(60881,2,15206,'','2013-11-22 02:13:56'),(60882,3,15206,'','2013-11-22 02:13:56'),(60883,4,15206,'','2013-11-22 02:13:56'),(60884,5,15206,'','2013-11-22 02:13:56'),(60885,6,15206,'','2013-11-22 02:13:56'),(60886,7,15206,'DAY','2013-11-22 02:13:56'),(60887,1,15207,'3591891','2013-11-22 02:18:06'),(60888,2,15207,'','2013-11-22 02:18:06'),(60889,3,15207,'','2013-11-22 02:18:06'),(60890,4,15207,'OPD','2013-11-22 02:18:06'),(60891,5,15207,'','2013-11-22 02:18:06'),(60892,6,15207,'22','2013-11-22 02:18:06'),(60893,7,15207,'DAY','2013-11-22 02:18:06'),(60894,1,15208,'3591895','2013-11-22 02:33:16'),(60895,2,15208,'','2013-11-22 02:33:16'),(60896,3,15208,'','2013-11-22 02:33:16'),(60897,4,15208,'OPD','2013-11-22 02:33:16'),(60898,5,15208,'','2013-11-22 02:33:16'),(60899,6,15208,'40','2013-11-22 02:33:16'),(60900,7,15208,'DAY','2013-11-22 02:33:16'),(60901,1,15209,'3591897','2013-11-22 02:46:50'),(60902,2,15209,'594513','2013-11-22 02:46:50'),(60903,3,15209,'','2013-11-22 02:46:50'),(60904,4,15209,'OPD','2013-11-22 02:46:50'),(60905,5,15209,'','2013-11-22 02:46:50'),(60906,6,15209,'24','2013-11-22 02:46:50'),(60907,7,15209,'DAY','2013-11-22 02:46:50'),(60908,1,15210,'3591899','2013-11-22 02:49:38'),(60909,2,15210,'','2013-11-22 02:49:38'),(60910,3,15210,'','2013-11-22 02:49:38'),(60911,4,15210,'OPD','2013-11-22 02:49:38'),(60912,5,15210,'','2013-11-22 02:49:38'),(60913,6,15210,'33','2013-11-22 02:49:38'),(60914,7,15210,'DAY','2013-11-22 02:49:38'),(60915,1,15211,'3591905','2013-11-22 03:00:18'),(60916,2,15211,'','2013-11-22 03:00:18'),(60917,3,15211,'','2013-11-22 03:00:18'),(60918,4,15211,'OPD','2013-11-22 03:00:18'),(60919,5,15211,'','2013-11-22 03:00:18'),(60920,6,15211,'24','2013-11-22 03:00:18'),(60921,7,15211,'DAY','2013-11-22 03:00:18'),(60922,1,15213,'','2013-11-22 03:00:18'),(60923,2,15213,'','2013-11-22 03:00:18'),(60924,3,15213,'','2013-11-22 03:00:18'),(60925,4,15213,'','2013-11-22 03:00:18'),(60926,5,15213,'','2013-11-22 03:00:18'),(60927,6,15213,'','2013-11-22 03:00:18'),(60928,7,15213,'DAY','2013-11-22 03:00:18'),(60929,1,15214,'3591907','2013-11-22 03:07:23'),(60930,2,15214,'594516','2013-11-22 03:07:23'),(60931,3,15214,'','2013-11-22 03:07:23'),(60932,4,15214,'OUTSIDE','2013-11-22 03:07:23'),(60933,5,15214,'','2013-11-22 03:07:23'),(60934,6,15214,'55','2013-11-22 03:07:23'),(60935,7,15214,'DAY','2013-11-22 03:07:23'),(60936,1,15215,'3591912','2013-11-22 03:31:58'),(60937,2,15215,'594519','2013-11-22 03:31:58'),(60938,3,15215,'','2013-11-22 03:31:58'),(60939,4,15215,'SR','2013-11-22 03:31:58'),(60940,5,15215,'','2013-11-22 03:31:58'),(60941,6,15215,'69','2013-11-22 03:31:58'),(60942,7,15215,'NIGHT','2013-11-22 03:31:58'),(60943,1,15217,'','2013-11-22 03:31:58'),(60944,2,15217,'','2013-11-22 03:31:58'),(60945,3,15217,'','2013-11-22 03:31:58'),(60946,4,15217,'','2013-11-22 03:31:58'),(60947,5,15217,'','2013-11-22 03:31:58'),(60948,6,15217,'','2013-11-22 03:31:58'),(60949,7,15217,'DAY','2013-11-22 03:31:58'),(60950,1,15218,'3591911','2013-11-22 03:34:26'),(60951,2,15218,'594520','2013-11-22 03:34:26'),(60952,3,15218,'','2013-11-22 03:34:26'),(60953,4,15218,'SR','2013-11-22 03:34:26'),(60954,5,15218,'','2013-11-22 03:34:26'),(60955,6,15218,'89','2013-11-22 03:34:26'),(60956,7,15218,'NIGHT','2013-11-22 03:34:26'),(60957,1,15220,'','2013-11-22 03:34:26'),(60958,2,15220,'','2013-11-22 03:34:26'),(60959,3,15220,'','2013-11-22 03:34:26'),(60960,4,15220,'','2013-11-22 03:34:26'),(60961,5,15220,'','2013-11-22 03:34:26'),(60962,6,15220,'','2013-11-22 03:34:26'),(60963,7,15220,'DAY','2013-11-22 03:34:26'),(60964,1,15221,'3591920','2013-11-22 03:45:24'),(60965,2,15221,'','2013-11-22 03:45:24'),(60966,3,15221,'','2013-11-22 03:45:24'),(60967,4,15221,'OPD','2013-11-22 03:45:24'),(60968,5,15221,'','2013-11-22 03:45:24'),(60969,6,15221,'77','2013-11-22 03:45:24'),(60970,7,15221,'NIGHT','2013-11-22 03:45:24'),(60971,1,15222,'3591923','2013-11-22 04:00:51'),(60972,2,15222,'594527','2013-11-22 04:00:51'),(60973,3,15222,'','2013-11-22 04:00:51'),(60974,4,15222,'','2013-11-22 04:00:51'),(60975,5,15222,'','2013-11-22 04:00:51'),(60976,6,15222,'38','2013-11-22 04:00:51'),(60977,7,15222,'NIGHT','2013-11-22 04:00:51'),(60978,1,15223,'3591933','2013-11-22 04:04:43'),(60979,2,15223,'594558','2013-11-22 04:04:43'),(60980,3,15223,'','2013-11-22 04:04:43'),(60981,4,15223,'OUT','2013-11-22 04:04:43'),(60982,5,15223,'','2013-11-22 04:04:43'),(60983,6,15223,'35','2013-11-22 04:04:43'),(60984,7,15223,'NIGHT','2013-11-22 04:04:43'),(60985,1,15225,'','2013-11-22 04:04:43'),(60986,2,15225,'','2013-11-22 04:04:43'),(60987,3,15225,'','2013-11-22 04:04:43'),(60988,4,15225,'','2013-11-22 04:04:43'),(60989,5,15225,'','2013-11-22 04:04:43'),(60990,6,15225,'','2013-11-22 04:04:43'),(60991,7,15225,'DAY','2013-11-22 04:04:43'),(60992,1,15226,'3591960','2013-11-22 05:37:11'),(60993,2,15226,'594543','2013-11-22 05:37:11'),(60994,3,15226,'','2013-11-22 05:37:11'),(60995,4,15226,'OPD','2013-11-22 05:37:11'),(60996,5,15226,'','2013-11-22 05:37:11'),(60997,6,15226,'75','2013-11-22 05:37:11'),(60998,7,15226,'NIGHT','2013-11-22 05:37:11'),(60999,1,15227,'3591951','2013-11-22 06:32:41'),(61000,2,15227,'','2013-11-22 06:32:41'),(61001,3,15227,'','2013-11-22 06:32:41'),(61002,4,15227,'','2013-11-22 06:32:41'),(61003,5,15227,'218088','2013-11-22 06:32:41'),(61004,6,15227,'94','2013-11-22 06:32:41'),(61005,7,15227,'NIGHT','2013-11-22 06:32:41'),(61006,1,15229,'','2013-11-22 06:32:41'),(61007,2,15229,'','2013-11-22 06:32:41'),(61008,3,15229,'','2013-11-22 06:32:41'),(61009,4,15229,'','2013-11-22 06:32:41'),(61010,5,15229,'','2013-11-22 06:32:41'),(61011,6,15229,'','2013-11-22 06:32:41'),(61012,7,15229,'DAY','2013-11-22 06:32:41'),(61013,1,15230,'3591973','2013-11-22 06:51:57'),(61014,2,15230,'594548','2013-11-22 06:51:57'),(61015,3,15230,'','2013-11-22 06:51:57'),(61016,4,15230,'OPD','2013-11-22 06:51:57'),(61017,5,15230,'','2013-11-22 06:51:57'),(61018,6,15230,'75','2013-11-22 06:51:57'),(61019,7,15230,'NIGHT','2013-11-22 06:51:57'),(61020,1,15231,'3581991','2013-11-22 13:34:20'),(61021,2,15231,'','2013-11-22 13:34:20'),(61022,3,15231,'','2013-11-22 13:34:20'),(61023,4,15231,'OPD','2013-11-22 13:34:20'),(61024,5,15231,'','2013-11-22 13:34:20'),(61025,6,15231,'384','2013-11-22 13:34:20'),(61026,7,15231,'NIGHT','2013-11-22 13:34:20'),(61027,1,15233,'','2013-11-22 13:34:20'),(61028,2,15233,'','2013-11-22 13:34:20'),(61029,3,15233,'','2013-11-22 13:34:20'),(61030,4,15233,'','2013-11-22 13:34:20'),(61031,5,15233,'','2013-11-22 13:34:20'),(61032,6,15233,'','2013-11-22 13:34:20'),(61033,7,15233,'DAY','2013-11-22 13:34:20'),(61034,1,15236,'','2013-11-22 13:34:21'),(61035,2,15236,'','2013-11-22 13:34:21'),(61036,3,15236,'','2013-11-22 13:34:21'),(61037,4,15236,'','2013-11-22 13:34:21'),(61038,5,15236,'','2013-11-22 13:34:21'),(61039,6,15236,'','2013-11-22 13:34:21'),(61040,7,15236,'DAY','2013-11-22 13:34:21'),(61041,1,15240,'','2013-11-22 13:34:21'),(61042,2,15240,'','2013-11-22 13:34:21'),(61043,3,15240,'','2013-11-22 13:34:21'),(61044,4,15240,'','2013-11-22 13:34:21'),(61045,5,15240,'','2013-11-22 13:34:21'),(61046,6,15240,'','2013-11-22 13:34:21'),(61047,7,15240,'DAY','2013-11-22 13:34:21'),(61048,1,15241,'3591994','2013-11-22 14:12:07'),(61049,2,15241,'594555','2013-11-22 14:12:07'),(61050,3,15241,'','2013-11-22 14:12:07'),(61051,4,15241,'OPD','2013-11-22 14:12:07'),(61052,5,15241,'','2013-11-22 14:12:07'),(61053,6,15241,'22','2013-11-22 14:12:07'),(61054,7,15241,'NIGHT','2013-11-22 14:12:07'),(61055,1,15242,'3591997','2013-11-22 14:24:09'),(61056,2,15242,'594556','2013-11-22 14:24:09'),(61057,3,15242,'','2013-11-22 14:24:09'),(61058,4,15242,'OPD','2013-11-22 14:24:09'),(61059,5,15242,'','2013-11-22 14:24:09'),(61060,6,15242,'11','2013-11-22 14:24:09'),(61061,7,15242,'NIGHT','2013-11-22 14:24:09'),(61062,1,15243,'3591996','2013-11-22 14:27:59'),(61063,2,15243,'','2013-11-22 14:28:00'),(61064,3,15243,'','2013-11-22 14:28:00'),(61065,4,15243,'','2013-11-22 14:28:00'),(61066,5,15243,'218081','2013-11-22 14:28:00'),(61067,6,15243,'12','2013-11-22 14:28:00'),(61068,7,15243,'NIGHT','2013-11-22 14:28:00'),(61069,1,15244,'3590097','2013-11-22 14:55:05'),(61070,2,15244,'594026','2013-11-22 14:55:05'),(61071,3,15244,'','2013-11-22 14:55:05'),(61072,4,15244,'OPD','2013-11-22 14:55:05'),(61073,5,15244,'','2013-11-22 14:55:05'),(61074,6,15244,'12','2013-11-22 14:55:05'),(61075,7,15244,'NIGHT','2013-11-22 14:55:05'),(61076,1,15245,'3588996','2013-11-22 15:12:58'),(61077,2,15245,'594559','2013-11-22 15:12:58'),(61078,3,15245,'','2013-11-22 15:12:58'),(61079,4,15245,'OPD','2013-11-22 15:12:58'),(61080,5,15245,'','2013-11-22 15:12:58'),(61081,6,15245,'47','2013-11-22 15:12:58'),(61082,7,15245,'NIGHT','2013-11-22 15:12:58'),(61083,1,15247,'','2013-11-22 15:12:59'),(61084,2,15247,'','2013-11-22 15:12:59'),(61085,3,15247,'','2013-11-22 15:12:59'),(61086,4,15247,'','2013-11-22 15:12:59'),(61087,5,15247,'','2013-11-22 15:12:59'),(61088,6,15247,'','2013-11-22 15:12:59'),(61089,7,15247,'DAY','2013-11-22 15:12:59'),(61090,1,15248,'3588313','2013-11-22 15:19:31'),(61091,2,15248,'583513','2013-11-22 15:19:31'),(61092,3,15248,'','2013-11-22 15:19:31'),(61093,4,15248,'OPD','2013-11-22 15:19:31'),(61094,5,15248,'','2013-11-22 15:19:31'),(61095,6,15248,'295','2013-11-22 15:19:31'),(61096,7,15248,'NIGHT','2013-11-22 15:19:31'),(61097,1,15250,'','2013-11-22 15:19:31'),(61098,2,15250,'','2013-11-22 15:19:31'),(61099,3,15250,'','2013-11-22 15:19:31'),(61100,4,15250,'','2013-11-22 15:19:31'),(61101,5,15250,'','2013-11-22 15:19:31'),(61102,6,15250,'','2013-11-22 15:19:31'),(61103,7,15250,'DAY','2013-11-22 15:19:31'),(61104,1,15251,'3592009','2013-11-22 15:26:22'),(61105,2,15251,'','2013-11-22 15:26:22'),(61106,3,15251,'','2013-11-22 15:26:22'),(61107,4,15251,'OPD','2013-11-22 15:26:22'),(61108,5,15251,'','2013-11-22 15:26:22'),(61109,6,15251,'133','2013-11-22 15:26:22'),(61110,7,15251,'DAY','2013-11-22 15:26:22'),(61111,1,15253,'','2013-11-22 15:26:22'),(61112,2,15253,'','2013-11-22 15:26:22'),(61113,3,15253,'','2013-11-22 15:26:22'),(61114,4,15253,'','2013-11-22 15:26:22'),(61115,5,15253,'','2013-11-22 15:26:22'),(61116,6,15253,'','2013-11-22 15:26:22'),(61117,7,15253,'DAY','2013-11-22 15:26:22'),(61118,1,15254,'3592012','2013-11-22 15:29:40'),(61119,2,15254,'','2013-11-22 15:29:40'),(61120,3,15254,'','2013-11-22 15:29:40'),(61121,4,15254,'OPD','2013-11-22 15:29:40'),(61122,5,15254,'','2013-11-22 15:29:40'),(61123,6,15254,'18','2013-11-22 15:29:40'),(61124,7,15254,'NIGHT','2013-11-22 15:29:40'),(61125,1,15255,'','2013-11-22 15:46:39'),(61126,2,15255,'','2013-11-22 15:46:39'),(61127,3,15255,'','2013-11-22 15:46:39'),(61128,4,15255,'OPD','2013-11-22 15:46:39'),(61129,5,15255,'','2013-11-22 15:46:39'),(61130,6,15255,'','2013-11-22 15:46:39'),(61131,7,15255,'DAY','2013-11-22 15:46:39'),(61132,1,15257,'','2013-11-22 15:46:39'),(61133,2,15257,'','2013-11-22 15:46:39'),(61134,3,15257,'','2013-11-22 15:46:39'),(61135,4,15257,'','2013-11-22 15:46:39'),(61136,5,15257,'','2013-11-22 15:46:39'),(61137,6,15257,'','2013-11-22 15:46:39'),(61138,7,15257,'DAY','2013-11-22 15:46:39'),(61139,1,15260,'','2013-11-22 15:46:39'),(61140,2,15260,'','2013-11-22 15:46:39'),(61141,3,15260,'','2013-11-22 15:46:39'),(61142,4,15260,'','2013-11-22 15:46:39'),(61143,5,15260,'','2013-11-22 15:46:39'),(61144,6,15260,'','2013-11-22 15:46:39'),(61145,7,15260,'DAY','2013-11-22 15:46:39'),(61146,1,15261,'3591708','2013-11-22 15:54:06'),(61147,2,15261,'','2013-11-22 15:54:06'),(61148,3,15261,'','2013-11-22 15:54:06'),(61149,4,15261,'OPD','2013-11-22 15:54:06'),(61150,5,15261,'','2013-11-22 15:54:06'),(61151,6,15261,'112','2013-11-22 15:54:06'),(61152,7,15261,'DAY','2013-11-22 15:54:06'),(61153,1,15263,'','2013-11-22 15:54:06'),(61154,2,15263,'','2013-11-22 15:54:06'),(61155,3,15263,'','2013-11-22 15:54:06'),(61156,4,15263,'','2013-11-22 15:54:06'),(61157,5,15263,'','2013-11-22 15:54:06'),(61158,6,15263,'','2013-11-22 15:54:06'),(61159,7,15263,'DAY','2013-11-22 15:54:06'),(61160,1,15264,'3592020','2013-11-22 15:59:21'),(61161,2,15264,'','2013-11-22 15:59:21'),(61162,3,15264,'','2013-11-22 15:59:21'),(61163,4,15264,'OPD','2013-11-22 15:59:21'),(61164,5,15264,'','2013-11-22 15:59:21'),(61165,6,15264,'1004','2013-11-22 15:59:21'),(61166,7,15264,'DAY','2013-11-22 15:59:21'),(61167,1,15266,'','2013-11-22 15:59:21'),(61168,2,15266,'','2013-11-22 15:59:21'),(61169,3,15266,'','2013-11-22 15:59:21'),(61170,4,15266,'','2013-11-22 15:59:21'),(61171,5,15266,'','2013-11-22 15:59:21'),(61172,6,15266,'','2013-11-22 15:59:21'),(61173,7,15266,'DAY','2013-11-22 15:59:21'),(61174,1,15267,'3592025','2013-11-22 16:02:55'),(61175,2,15267,'','2013-11-22 16:02:55'),(61176,3,15267,'','2013-11-22 16:02:55'),(61177,4,15267,'OPD','2013-11-22 16:02:55'),(61178,5,15267,'','2013-11-22 16:02:55'),(61179,6,15267,'124','2013-11-22 16:02:55'),(61180,7,15267,'DAY','2013-11-22 16:02:55'),(61181,1,15269,'','2013-11-22 16:02:56'),(61182,2,15269,'','2013-11-22 16:02:56'),(61183,3,15269,'','2013-11-22 16:02:56'),(61184,4,15269,'','2013-11-22 16:02:56'),(61185,5,15269,'','2013-11-22 16:02:56'),(61186,6,15269,'','2013-11-22 16:02:56'),(61187,7,15269,'DAY','2013-11-22 16:02:56'),(61188,1,15272,'','2013-11-22 16:02:56'),(61189,2,15272,'','2013-11-22 16:02:56'),(61190,3,15272,'','2013-11-22 16:02:56'),(61191,4,15272,'','2013-11-22 16:02:56'),(61192,5,15272,'','2013-11-22 16:02:56'),(61193,6,15272,'','2013-11-22 16:02:56'),(61194,7,15272,'DAY','2013-11-22 16:02:56'),(61195,1,15273,'3592031','2013-11-22 16:22:31'),(61196,2,15273,'','2013-11-22 16:22:31'),(61197,3,15273,'','2013-11-22 16:22:31'),(61198,4,15273,'OPD','2013-11-22 16:22:31'),(61199,5,15273,'','2013-11-22 16:22:31'),(61200,6,15273,'19','2013-11-22 16:22:31'),(61201,7,15273,'DAY','2013-11-22 16:22:31'),(61202,1,15274,'3592038','2013-11-22 16:29:56'),(61203,2,15274,'','2013-11-22 16:29:56'),(61204,3,15274,'','2013-11-22 16:29:56'),(61205,4,15274,'OPD','2013-11-22 16:29:56'),(61206,5,15274,'','2013-11-22 16:29:56'),(61207,6,15274,'12','2013-11-22 16:29:56'),(61208,7,15274,'DAY','2013-11-22 16:29:56'),(61209,1,15275,'3592036','2013-11-22 16:33:37'),(61210,2,15275,'594567','2013-11-22 16:33:37'),(61211,3,15275,'','2013-11-22 16:33:37'),(61212,4,15275,'OPD','2013-11-22 16:33:37'),(61213,5,15275,'','2013-11-22 16:33:37'),(61214,6,15275,'188','2013-11-22 16:33:37'),(61215,7,15275,'DAY','2013-11-22 16:33:37'),(61216,1,15277,'','2013-11-22 16:33:38'),(61217,2,15277,'','2013-11-22 16:33:38'),(61218,3,15277,'','2013-11-22 16:33:38'),(61219,4,15277,'','2013-11-22 16:33:38'),(61220,5,15277,'','2013-11-22 16:33:38'),(61221,6,15277,'','2013-11-22 16:33:38'),(61222,7,15277,'DAY','2013-11-22 16:33:38'),(61223,1,15280,'','2013-11-22 16:33:38'),(61224,2,15280,'','2013-11-22 16:33:38'),(61225,3,15280,'','2013-11-22 16:33:38'),(61226,4,15280,'','2013-11-22 16:33:38'),(61227,5,15280,'','2013-11-22 16:33:38'),(61228,6,15280,'','2013-11-22 16:33:38'),(61229,7,15280,'DAY','2013-11-22 16:33:38'),(61230,1,15281,'3592048','2013-11-22 16:47:52'),(61231,2,15281,'','2013-11-22 16:47:52'),(61232,3,15281,'','2013-11-22 16:47:52'),(61233,4,15281,'WARD','2013-11-22 16:47:52'),(61234,5,15281,'218083','2013-11-22 16:47:52'),(61235,6,15281,'20','2013-11-22 16:47:52'),(61236,7,15281,'DAY','2013-11-22 16:47:52'),(61237,1,15282,'3592055','2013-11-22 16:51:36'),(61238,2,15282,'','2013-11-22 16:51:36'),(61239,3,15282,'','2013-11-22 16:51:36'),(61240,4,15282,'OPD','2013-11-22 16:51:36'),(61241,5,15282,'','2013-11-22 16:51:36'),(61242,6,15282,'61','2013-11-22 16:51:36'),(61243,7,15282,'DAY','2013-11-22 16:51:36'),(61244,1,15284,'','2013-11-22 16:51:36'),(61245,2,15284,'','2013-11-22 16:51:36'),(61246,3,15284,'','2013-11-22 16:51:36'),(61247,4,15284,'','2013-11-22 16:51:36'),(61248,5,15284,'','2013-11-22 16:51:36'),(61249,6,15284,'','2013-11-22 16:51:36'),(61250,7,15284,'DAY','2013-11-22 16:51:36'),(61251,1,15285,'3592067','2013-11-22 17:08:43'),(61252,2,15285,'','2013-11-22 17:08:43'),(61253,3,15285,'','2013-11-22 17:08:43'),(61254,4,15285,'OPD','2013-11-22 17:08:43'),(61255,5,15285,'','2013-11-22 17:08:43'),(61256,6,15285,'55','2013-11-22 17:08:43'),(61257,7,15285,'DAY','2013-11-22 17:08:43'),(61258,1,15287,'','2013-11-22 17:08:43'),(61259,2,15287,'','2013-11-22 17:08:43'),(61260,3,15287,'','2013-11-22 17:08:43'),(61261,4,15287,'','2013-11-22 17:08:43'),(61262,5,15287,'','2013-11-22 17:08:43'),(61263,6,15287,'','2013-11-22 17:08:43'),(61264,7,15287,'DAY','2013-11-22 17:08:43'),(61265,1,15288,'3592072','2013-11-22 17:15:22'),(61266,2,15288,'594574','2013-11-22 17:15:22'),(61267,3,15288,'','2013-11-22 17:15:22'),(61268,4,15288,'OPD','2013-11-22 17:15:22'),(61269,5,15288,'','2013-11-22 17:15:22'),(61270,6,15288,'73','2013-11-22 17:15:22'),(61271,7,15288,'DAY','2013-11-22 17:15:22'),(61272,1,15290,'','2013-11-22 17:15:22'),(61273,2,15290,'','2013-11-22 17:15:22'),(61274,3,15290,'','2013-11-22 17:15:22'),(61275,4,15290,'','2013-11-22 17:15:22'),(61276,5,15290,'','2013-11-22 17:15:22'),(61277,6,15290,'','2013-11-22 17:15:22'),(61278,7,15290,'DAY','2013-11-22 17:15:22'),(61279,1,15293,'','2013-11-22 17:15:23'),(61280,2,15293,'','2013-11-22 17:15:23'),(61281,3,15293,'','2013-11-22 17:15:23'),(61282,4,15293,'','2013-11-22 17:15:23'),(61283,5,15293,'','2013-11-22 17:15:23'),(61284,6,15293,'','2013-11-22 17:15:23'),(61285,7,15293,'DAY','2013-11-22 17:15:23'),(61286,1,15294,'','2013-11-22 17:16:14'),(61287,2,15294,'','2013-11-22 17:16:14'),(61288,3,15294,'','2013-11-22 17:16:14'),(61289,4,15294,'','2013-11-22 17:16:14'),(61290,5,15294,'','2013-11-22 17:16:14'),(61291,6,15294,'','2013-11-22 17:16:14'),(61292,7,15294,'DAY','2013-11-22 17:16:14'),(61293,1,15295,'3592081','2013-11-22 17:24:41'),(61294,2,15295,'','2013-11-22 17:24:41'),(61295,3,15295,'','2013-11-22 17:24:41'),(61296,4,15295,'OPD','2013-11-22 17:24:41'),(61297,5,15295,'','2013-11-22 17:24:41'),(61298,6,15295,'81','2013-11-22 17:24:41'),(61299,7,15295,'DAY','2013-11-22 17:24:41'),(61300,1,15296,'3592087','2013-11-22 17:26:31'),(61301,2,15296,'594578','2013-11-22 17:26:31'),(61302,3,15296,'','2013-11-22 17:26:31'),(61303,4,15296,'OPD','2013-11-22 17:26:31'),(61304,5,15296,'','2013-11-22 17:26:31'),(61305,6,15296,'20','2013-11-22 17:26:31'),(61306,7,15296,'DAY','2013-11-22 17:26:31'),(61307,1,15297,'3592099','2013-11-22 17:34:53'),(61308,2,15297,'','2013-11-22 17:34:53'),(61309,3,15297,'','2013-11-22 17:34:53'),(61310,4,15297,'OPD','2013-11-22 17:34:53'),(61311,5,15297,'','2013-11-22 17:34:53'),(61312,6,15297,'130','2013-11-22 17:34:53'),(61313,7,15297,'DAY','2013-11-22 17:34:53'),(61314,1,15299,'','2013-11-22 17:34:53'),(61315,2,15299,'','2013-11-22 17:34:53'),(61316,3,15299,'','2013-11-22 17:34:53'),(61317,4,15299,'','2013-11-22 17:34:53'),(61318,5,15299,'','2013-11-22 17:34:53'),(61319,6,15299,'','2013-11-22 17:34:53'),(61320,7,15299,'DAY','2013-11-22 17:34:53'),(61321,1,15300,'3588280','2013-11-22 17:38:17'),(61322,2,15300,'','2013-11-22 17:38:17'),(61323,3,15300,'','2013-11-22 17:38:17'),(61324,4,15300,'OPD','2013-11-22 17:38:17'),(61325,5,15300,'','2013-11-22 17:38:17'),(61326,6,15300,'187','2013-11-22 17:38:17'),(61327,7,15300,'DAY','2013-11-22 17:38:17'),(61328,1,15301,'3588282','2013-11-22 17:42:35'),(61329,2,15301,'','2013-11-22 17:42:35'),(61330,3,15301,'','2013-11-22 17:42:35'),(61331,4,15301,'OPD','2013-11-22 17:42:35'),(61332,5,15301,'','2013-11-22 17:42:35'),(61333,6,15301,'81','2013-11-22 17:42:35'),(61334,7,15301,'DAY','2013-11-22 17:42:35'),(61335,1,15302,'3592105','2013-11-22 17:48:42'),(61336,2,15302,'594582','2013-11-22 17:48:42'),(61337,3,15302,'','2013-11-22 17:48:42'),(61338,4,15302,'OPD','2013-11-22 17:48:42'),(61339,5,15302,'','2013-11-22 17:48:42'),(61340,6,15302,'191','2013-11-22 17:48:42'),(61341,7,15302,'DAY','2013-11-22 17:48:42'),(61342,1,15304,'','2013-11-22 17:48:43'),(61343,2,15304,'','2013-11-22 17:48:43'),(61344,3,15304,'','2013-11-22 17:48:43'),(61345,4,15304,'','2013-11-22 17:48:43'),(61346,5,15304,'','2013-11-22 17:48:43'),(61347,6,15304,'','2013-11-22 17:48:43'),(61348,7,15304,'DAY','2013-11-22 17:48:43'),(61349,1,15307,'','2013-11-22 17:48:43'),(61350,2,15307,'','2013-11-22 17:48:43'),(61351,3,15307,'','2013-11-22 17:48:43'),(61352,4,15307,'','2013-11-22 17:48:43'),(61353,5,15307,'','2013-11-22 17:48:43'),(61354,6,15307,'','2013-11-22 17:48:43'),(61355,7,15307,'DAY','2013-11-22 17:48:43'),(61356,1,15308,'3592112','2013-11-22 17:52:29'),(61357,2,15308,'','2013-11-22 17:52:29'),(61358,3,15308,'','2013-11-22 17:52:29'),(61359,4,15308,'OPD','2013-11-22 17:52:29'),(61360,5,15308,'','2013-11-22 17:52:29'),(61361,6,15308,'84','2013-11-22 17:52:29'),(61362,7,15308,'DAY','2013-11-22 17:52:29'),(61363,1,15310,'','2013-11-22 17:52:29'),(61364,2,15310,'','2013-11-22 17:52:29'),(61365,3,15310,'','2013-11-22 17:52:29'),(61366,4,15310,'','2013-11-22 17:52:29'),(61367,5,15310,'','2013-11-22 17:52:29'),(61368,6,15310,'','2013-11-22 17:52:30'),(61369,7,15310,'DAY','2013-11-22 17:52:30'),(61370,1,15311,'3592110','2013-11-22 17:56:52'),(61371,2,15311,'594584','2013-11-22 17:56:52'),(61372,3,15311,'','2013-11-22 17:56:52'),(61373,4,15311,'OUTSIDE','2013-11-22 17:56:52'),(61374,5,15311,'','2013-11-22 17:56:52'),(61375,6,15311,'35','2013-11-22 17:56:52'),(61376,7,15311,'DAY','2013-11-22 17:56:52'),(61377,1,15312,'3592117','2013-11-22 17:59:53'),(61378,2,15312,'','2013-11-22 17:59:53'),(61379,3,15312,'','2013-11-22 17:59:53'),(61380,4,15312,'OPD','2013-11-22 17:59:53'),(61381,5,15312,'','2013-11-22 17:59:53'),(61382,6,15312,'112','2013-11-22 17:59:53'),(61383,7,15312,'DAY','2013-11-22 17:59:53'),(61384,1,15314,'','2013-11-22 17:59:54'),(61385,2,15314,'','2013-11-22 17:59:54'),(61386,3,15314,'','2013-11-22 17:59:54'),(61387,4,15314,'','2013-11-22 17:59:54'),(61388,5,15314,'','2013-11-22 17:59:54'),(61389,6,15314,'','2013-11-22 17:59:54'),(61390,7,15314,'DAY','2013-11-22 17:59:54'),(61391,1,15317,'','2013-11-22 17:59:54'),(61392,2,15317,'','2013-11-22 17:59:54'),(61393,3,15317,'','2013-11-22 17:59:54'),(61394,4,15317,'','2013-11-22 17:59:54'),(61395,5,15317,'','2013-11-22 17:59:54'),(61396,6,15317,'','2013-11-22 17:59:54'),(61397,7,15317,'DAY','2013-11-22 17:59:54'),(61398,1,15318,'3592116','2013-11-22 18:03:50'),(61399,2,15318,'594587','2013-11-22 18:03:50'),(61400,3,15318,'','2013-11-22 18:03:50'),(61401,4,15318,'OPD','2013-11-22 18:03:50'),(61402,5,15318,'','2013-11-22 18:03:50'),(61403,6,15318,'128.75','2013-11-22 18:03:50'),(61404,7,15318,'DAY','2013-11-22 18:03:50'),(61405,1,15320,'','2013-11-22 18:03:50'),(61406,2,15320,'','2013-11-22 18:03:50'),(61407,3,15320,'','2013-11-22 18:03:50'),(61408,4,15320,'','2013-11-22 18:03:50'),(61409,5,15320,'','2013-11-22 18:03:50'),(61410,6,15320,'','2013-11-22 18:03:50'),(61411,7,15320,'DAY','2013-11-22 18:03:50'),(61412,1,15321,'','2013-11-22 18:08:35'),(61413,2,15321,'','2013-11-22 18:08:35'),(61414,3,15321,'','2013-11-22 18:08:35'),(61415,4,15321,'','2013-11-22 18:08:35'),(61416,5,15321,'','2013-11-22 18:08:35'),(61417,6,15321,'','2013-11-22 18:08:35'),(61418,7,15321,'DAY','2013-11-22 18:08:35'),(61419,1,15322,'3592120','2013-11-22 18:11:43'),(61420,2,15322,'','2013-11-22 18:11:43'),(61421,3,15322,'','2013-11-22 18:11:43'),(61422,4,15322,'OPD','2013-11-22 18:11:43'),(61423,5,15322,'','2013-11-22 18:11:43'),(61424,6,15322,'308','2013-11-22 18:11:43'),(61425,7,15322,'DAY','2013-11-22 18:11:43'),(61426,1,15324,'','2013-11-22 18:11:44'),(61427,2,15324,'','2013-11-22 18:11:44'),(61428,3,15324,'','2013-11-22 18:11:44'),(61429,4,15324,'','2013-11-22 18:11:44'),(61430,5,15324,'','2013-11-22 18:11:44'),(61431,6,15324,'','2013-11-22 18:11:44'),(61432,7,15324,'DAY','2013-11-22 18:11:44'),(61433,1,15327,'','2013-11-22 18:11:44'),(61434,2,15327,'','2013-11-22 18:11:44'),(61435,3,15327,'','2013-11-22 18:11:44'),(61436,4,15327,'','2013-11-22 18:11:44'),(61437,5,15327,'','2013-11-22 18:11:44'),(61438,6,15327,'','2013-11-22 18:11:44'),(61439,7,15327,'DAY','2013-11-22 18:11:44'),(61440,1,15328,'3592118','2013-11-22 18:14:07'),(61441,2,15328,'','2013-11-22 18:14:07'),(61442,3,15328,'','2013-11-22 18:14:07'),(61443,4,15328,'OPD','2013-11-22 18:14:07'),(61444,5,15328,'','2013-11-22 18:14:07'),(61445,6,15328,'24','2013-11-22 18:14:07'),(61446,7,15328,'DAY','2013-11-22 18:14:07'),(61447,1,15330,'','2013-11-22 18:14:07'),(61448,2,15330,'','2013-11-22 18:14:07'),(61449,3,15330,'','2013-11-22 18:14:07'),(61450,4,15330,'','2013-11-22 18:14:07'),(61451,5,15330,'','2013-11-22 18:14:07'),(61452,6,15330,'','2013-11-22 18:14:07'),(61453,7,15330,'DAY','2013-11-22 18:14:07'),(61454,1,15331,'3592121','2013-11-22 18:17:31'),(61455,2,15331,'','2013-11-22 18:17:31'),(61456,3,15331,'','2013-11-22 18:17:31'),(61457,4,15331,'OPD','2013-11-22 18:17:31'),(61458,5,15331,'','2013-11-22 18:17:31'),(61459,6,15331,'51','2013-11-22 18:17:31'),(61460,7,15331,'DAY','2013-11-22 18:17:31'),(61461,1,15333,'','2013-11-22 18:17:31'),(61462,2,15333,'','2013-11-22 18:17:31'),(61463,3,15333,'','2013-11-22 18:17:31'),(61464,4,15333,'','2013-11-22 18:17:31'),(61465,5,15333,'','2013-11-22 18:17:31'),(61466,6,15333,'','2013-11-22 18:17:31'),(61467,7,15333,'DAY','2013-11-22 18:17:31'),(61468,1,15334,'3591619','2013-11-22 18:22:48'),(61469,2,15334,'594588','2013-11-22 18:22:48'),(61470,3,15334,'','2013-11-22 18:22:48'),(61471,4,15334,'OPD','2013-11-22 18:22:48'),(61472,5,15334,'','2013-11-22 18:22:48'),(61473,6,15334,'121','2013-11-22 18:22:48'),(61474,7,15334,'DAY','2013-11-22 18:22:48'),(61475,1,15336,'','2013-11-22 18:22:49'),(61476,2,15336,'','2013-11-22 18:22:49'),(61477,3,15336,'','2013-11-22 18:22:49'),(61478,4,15336,'','2013-11-22 18:22:49'),(61479,5,15336,'','2013-11-22 18:22:49'),(61480,6,15336,'','2013-11-22 18:22:49'),(61481,7,15336,'DAY','2013-11-22 18:22:49'),(61482,1,15337,'','2013-11-22 18:25:15'),(61483,2,15337,'','2013-11-22 18:25:15'),(61484,3,15337,'','2013-11-22 18:25:15'),(61485,4,15337,'OPD','2013-11-22 18:25:15'),(61486,5,15337,'','2013-11-22 18:25:15'),(61487,6,15337,'','2013-11-22 18:25:15'),(61488,7,15337,'DAY','2013-11-22 18:25:15'),(61489,1,15339,'','2013-11-22 18:25:15'),(61490,2,15339,'','2013-11-22 18:25:15'),(61491,3,15339,'','2013-11-22 18:25:15'),(61492,4,15339,'','2013-11-22 18:25:15'),(61493,5,15339,'','2013-11-22 18:25:15'),(61494,6,15339,'','2013-11-22 18:25:15'),(61495,7,15339,'DAY','2013-11-22 18:25:15'),(61496,1,15342,'','2013-11-22 18:25:16'),(61497,2,15342,'','2013-11-22 18:25:16'),(61498,3,15342,'','2013-11-22 18:25:16'),(61499,4,15342,'','2013-11-22 18:25:16'),(61500,5,15342,'','2013-11-22 18:25:16'),(61501,6,15342,'','2013-11-22 18:25:16'),(61502,7,15342,'DAY','2013-11-22 18:25:16'),(61503,1,15343,'3592137','2013-11-22 18:30:12'),(61504,2,15343,'','2013-11-22 18:30:12'),(61505,3,15343,'','2013-11-22 18:30:12'),(61506,4,15343,'OPD','2013-11-22 18:30:12'),(61507,5,15343,'','2013-11-22 18:30:12'),(61508,6,15343,'77','2013-11-22 18:30:12'),(61509,7,15343,'DAY','2013-11-22 18:30:12'),(61510,1,15345,'','2013-11-22 18:30:12'),(61511,2,15345,'','2013-11-22 18:30:12'),(61512,3,15345,'','2013-11-22 18:30:12'),(61513,4,15345,'','2013-11-22 18:30:12'),(61514,5,15345,'','2013-11-22 18:30:12'),(61515,6,15345,'','2013-11-22 18:30:12'),(61516,7,15345,'DAY','2013-11-22 18:30:12'),(61517,1,15346,'3592138','2013-11-22 18:36:39'),(61518,2,15346,'','2013-11-22 18:36:39'),(61519,3,15346,'','2013-11-22 18:36:39'),(61520,4,15346,'OPD','2013-11-22 18:36:39'),(61521,5,15346,'','2013-11-22 18:36:39'),(61522,6,15346,'112','2013-11-22 18:36:39'),(61523,7,15346,'DAY','2013-11-22 18:36:39'),(61524,1,15348,'','2013-11-22 18:36:39'),(61525,2,15348,'','2013-11-22 18:36:39'),(61526,3,15348,'','2013-11-22 18:36:39'),(61527,4,15348,'','2013-11-22 18:36:39'),(61528,5,15348,'','2013-11-22 18:36:39'),(61529,6,15348,'','2013-11-22 18:36:39'),(61530,7,15348,'DAY','2013-11-22 18:36:39'),(61531,1,15351,'','2013-11-22 18:36:39'),(61532,2,15351,'','2013-11-22 18:36:39'),(61533,3,15351,'','2013-11-22 18:36:39'),(61534,4,15351,'','2013-11-22 18:36:39'),(61535,5,15351,'','2013-11-22 18:36:39'),(61536,6,15351,'','2013-11-22 18:36:39'),(61537,7,15351,'DAY','2013-11-22 18:36:39'),(61538,1,15352,'3592144','2013-11-22 18:39:37'),(61539,2,15352,'','2013-11-22 18:39:37'),(61540,3,15352,'','2013-11-22 18:39:37'),(61541,4,15352,'OPD','2013-11-22 18:39:37'),(61542,5,15352,'','2013-11-22 18:39:37'),(61543,6,15352,'156','2013-11-22 18:39:37'),(61544,7,15352,'DAY','2013-11-22 18:39:37'),(61545,1,15354,'','2013-11-22 18:39:37'),(61546,2,15354,'','2013-11-22 18:39:37'),(61547,3,15354,'','2013-11-22 18:39:37'),(61548,4,15354,'','2013-11-22 18:39:37'),(61549,5,15354,'','2013-11-22 18:39:37'),(61550,6,15354,'','2013-11-22 18:39:37'),(61551,7,15354,'DAY','2013-11-22 18:39:37'),(61552,1,15357,'','2013-11-22 18:39:37'),(61553,2,15357,'','2013-11-22 18:39:37'),(61554,3,15357,'','2013-11-22 18:39:37'),(61555,4,15357,'','2013-11-22 18:39:37'),(61556,5,15357,'','2013-11-22 18:39:37'),(61557,6,15357,'','2013-11-22 18:39:37'),(61558,7,15357,'DAY','2013-11-22 18:39:37'),(61559,1,15358,'3592141','2013-11-22 18:41:20'),(61560,2,15358,'594596','2013-11-22 18:41:20'),(61561,3,15358,'','2013-11-22 18:41:20'),(61562,4,15358,'OPD','2013-11-22 18:41:20'),(61563,5,15358,'','2013-11-22 18:41:20'),(61564,6,15358,'60','2013-11-22 18:41:20'),(61565,7,15358,'DAY','2013-11-22 18:41:20'),(61566,1,15359,'3592148','2013-11-22 18:43:00'),(61567,2,15359,'','2013-11-22 18:43:00'),(61568,3,15359,'','2013-11-22 18:43:00'),(61569,4,15359,'OPD','2013-11-22 18:43:00'),(61570,5,15359,'','2013-11-22 18:43:00'),(61571,6,15359,'76','2013-11-22 18:43:00'),(61572,7,15359,'DAY','2013-11-22 18:43:00'),(61573,1,15360,'3592150','2013-11-22 18:45:44'),(61574,2,15360,'','2013-11-22 18:45:44'),(61575,3,15360,'','2013-11-22 18:45:44'),(61576,4,15360,'OPD','2013-11-22 18:45:44'),(61577,5,15360,'','2013-11-22 18:45:44'),(61578,6,15360,'159','2013-11-22 18:45:44'),(61579,7,15360,'DAY','2013-11-22 18:45:44'),(61580,1,15362,'','2013-11-22 18:45:45'),(61581,2,15362,'','2013-11-22 18:45:45'),(61582,3,15362,'','2013-11-22 18:45:45'),(61583,4,15362,'','2013-11-22 18:45:45'),(61584,5,15362,'','2013-11-22 18:45:45'),(61585,6,15362,'','2013-11-22 18:45:45'),(61586,7,15362,'DAY','2013-11-22 18:45:45'),(61587,1,15365,'','2013-11-22 18:45:45'),(61588,2,15365,'','2013-11-22 18:45:45'),(61589,3,15365,'','2013-11-22 18:45:45'),(61590,4,15365,'','2013-11-22 18:45:45'),(61591,5,15365,'','2013-11-22 18:45:45'),(61592,6,15365,'','2013-11-22 18:45:45'),(61593,7,15365,'DAY','2013-11-22 18:45:45'),(61594,1,15366,'3591683','2013-11-22 18:56:49'),(61595,2,15366,'','2013-11-22 18:56:49'),(61596,3,15366,'','2013-11-22 18:56:49'),(61597,4,15366,'OPD','2013-11-22 18:56:49'),(61598,5,15366,'','2013-11-22 18:56:49'),(61599,6,15366,'240','2013-11-22 18:56:49'),(61600,7,15366,'DAY','2013-11-22 18:56:49'),(61601,1,15368,'','2013-11-22 18:56:49'),(61602,2,15368,'','2013-11-22 18:56:49'),(61603,3,15368,'','2013-11-22 18:56:49'),(61604,4,15368,'','2013-11-22 18:56:49'),(61605,5,15368,'','2013-11-22 18:56:49'),(61606,6,15368,'','2013-11-22 18:56:49'),(61607,7,15368,'DAY','2013-11-22 18:56:49'),(61608,1,15369,'3592172','2013-11-22 18:58:53'),(61609,2,15369,'','2013-11-22 18:58:53'),(61610,3,15369,'','2013-11-22 18:58:53'),(61611,4,15369,'OPD','2013-11-22 18:58:53'),(61612,5,15369,'','2013-11-22 18:58:53'),(61613,6,15369,'270','2013-11-22 18:58:53'),(61614,7,15369,'DAY','2013-11-22 18:58:53'),(61615,1,15371,'','2013-11-22 18:58:53'),(61616,2,15371,'','2013-11-22 18:58:53'),(61617,3,15371,'','2013-11-22 18:58:53'),(61618,4,15371,'','2013-11-22 18:58:53'),(61619,5,15371,'','2013-11-22 18:58:53'),(61620,6,15371,'','2013-11-22 18:58:53'),(61621,7,15371,'DAY','2013-11-22 18:58:53'),(61622,1,15372,'3592157','2013-11-22 19:04:51'),(61623,2,15372,'','2013-11-22 19:04:51'),(61624,3,15372,'','2013-11-22 19:04:51'),(61625,4,15372,'OPD','2013-11-22 19:04:51'),(61626,5,15372,'','2013-11-22 19:04:51'),(61627,6,15372,'203','2013-11-22 19:04:51'),(61628,7,15372,'DAY','2013-11-22 19:04:51'),(61629,1,15374,'','2013-11-22 19:04:51'),(61630,2,15374,'','2013-11-22 19:04:51'),(61631,3,15374,'','2013-11-22 19:04:51'),(61632,4,15374,'','2013-11-22 19:04:51'),(61633,5,15374,'','2013-11-22 19:04:51'),(61634,6,15374,'','2013-11-22 19:04:51'),(61635,7,15374,'DAY','2013-11-22 19:04:51'),(61636,1,15377,'','2013-11-22 19:04:51'),(61637,2,15377,'','2013-11-22 19:04:51'),(61638,3,15377,'','2013-11-22 19:04:51'),(61639,4,15377,'','2013-11-22 19:04:51'),(61640,5,15377,'','2013-11-22 19:04:51'),(61641,6,15377,'','2013-11-22 19:04:52'),(61642,7,15377,'DAY','2013-11-22 19:04:52'),(61643,1,15378,'3592167','2013-11-22 19:13:05'),(61644,2,15378,'','2013-11-22 19:13:05'),(61645,3,15378,'','2013-11-22 19:13:05'),(61646,4,15378,'OPD','2013-11-22 19:13:05'),(61647,5,15378,'','2013-11-22 19:13:05'),(61648,6,15378,'77','2013-11-22 19:13:05'),(61649,7,15378,'DAY','2013-11-22 19:13:05'),(61650,1,15380,'','2013-11-22 19:13:05'),(61651,2,15380,'','2013-11-22 19:13:05'),(61652,3,15380,'','2013-11-22 19:13:05'),(61653,4,15380,'','2013-11-22 19:13:05'),(61654,5,15380,'','2013-11-22 19:13:05'),(61655,6,15380,'','2013-11-22 19:13:05'),(61656,7,15380,'DAY','2013-11-22 19:13:05'),(61657,1,15381,'3592172','2013-11-22 19:14:41'),(61658,2,15381,'','2013-11-22 19:14:41'),(61659,3,15381,'','2013-11-22 19:14:41'),(61660,4,15381,'OPD','2013-11-22 19:14:41'),(61661,5,15381,'','2013-11-22 19:14:41'),(61662,6,15381,'54','2013-11-22 19:14:41'),(61663,7,15381,'DAY','2013-11-22 19:14:41'),(61664,1,15382,'3592179','2013-11-22 19:30:58'),(61665,2,15382,'594607','2013-11-22 19:30:58'),(61666,3,15382,'','2013-11-22 19:30:58'),(61667,4,15382,'OPD','2013-11-22 19:30:58'),(61668,5,15382,'','2013-11-22 19:30:58'),(61669,6,15382,'102','2013-11-22 19:30:58'),(61670,7,15382,'DAY','2013-11-22 19:30:58'),(61671,1,15383,'3592185','2013-11-22 19:37:58'),(61672,2,15383,'','2013-11-22 19:37:58'),(61673,3,15383,'','2013-11-22 19:37:58'),(61674,4,15383,'OPD','2013-11-22 19:37:58'),(61675,5,15383,'','2013-11-22 19:37:58'),(61676,6,15383,'35','2013-11-22 19:37:58'),(61677,7,15383,'DAY','2013-11-22 19:37:58'),(61678,1,15385,'','2013-11-22 19:37:59'),(61679,2,15385,'','2013-11-22 19:37:59'),(61680,3,15385,'','2013-11-22 19:37:59'),(61681,4,15385,'','2013-11-22 19:37:59'),(61682,5,15385,'','2013-11-22 19:37:59'),(61683,6,15385,'','2013-11-22 19:37:59'),(61684,7,15385,'DAY','2013-11-22 19:37:59'),(61685,1,15386,'3585910','2013-11-22 19:49:16'),(61686,2,15386,'','2013-11-22 19:49:16'),(61687,3,15386,'','2013-11-22 19:49:16'),(61688,4,15386,'OPD','2013-11-22 19:49:16'),(61689,5,15386,'','2013-11-22 19:49:16'),(61690,6,15386,'35','2013-11-22 19:49:16'),(61691,7,15386,'DAY','2013-11-22 19:49:16'),(61692,1,15388,'','2013-11-22 19:49:17'),(61693,2,15388,'','2013-11-22 19:49:17'),(61694,3,15388,'','2013-11-22 19:49:17'),(61695,4,15388,'','2013-11-22 19:49:17'),(61696,5,15388,'','2013-11-22 19:49:17'),(61697,6,15388,'','2013-11-22 19:49:17'),(61698,7,15388,'DAY','2013-11-22 19:49:17'),(61699,1,15389,'3592197','2013-11-22 19:53:11'),(61700,2,15389,'','2013-11-22 19:53:11'),(61701,3,15389,'','2013-11-22 19:53:11'),(61702,4,15389,'OPD','2013-11-22 19:53:11'),(61703,5,15389,'','2013-11-22 19:53:11'),(61704,6,15389,'194','2013-11-22 19:53:11'),(61705,7,15389,'DAY','2013-11-22 19:53:11'),(61706,1,15391,'','2013-11-22 19:53:11'),(61707,2,15391,'','2013-11-22 19:53:11'),(61708,3,15391,'','2013-11-22 19:53:11'),(61709,4,15391,'','2013-11-22 19:53:11'),(61710,5,15391,'','2013-11-22 19:53:11'),(61711,6,15391,'','2013-11-22 19:53:11'),(61712,7,15391,'DAY','2013-11-22 19:53:11'),(61713,1,15394,'','2013-11-22 19:53:11'),(61714,2,15394,'','2013-11-22 19:53:11'),(61715,3,15394,'','2013-11-22 19:53:11'),(61716,4,15394,'','2013-11-22 19:53:11'),(61717,5,15394,'','2013-11-22 19:53:11'),(61718,6,15394,'','2013-11-22 19:53:11'),(61719,7,15394,'DAY','2013-11-22 19:53:11'),(61720,1,15398,'','2013-11-22 19:53:11'),(61721,2,15398,'','2013-11-22 19:53:11'),(61722,3,15398,'','2013-11-22 19:53:11'),(61723,4,15398,'','2013-11-22 19:53:11'),(61724,5,15398,'','2013-11-22 19:53:11'),(61725,6,15398,'','2013-11-22 19:53:11'),(61726,7,15398,'DAY','2013-11-22 19:53:11'),(61727,1,15399,'3592194','2013-11-22 20:00:06'),(61728,2,15399,'594612','2013-11-22 20:00:06'),(61729,3,15399,'','2013-11-22 20:00:06'),(61730,4,15399,'OPD','2013-11-22 20:00:06'),(61731,5,15399,'','2013-11-22 20:00:06'),(61732,6,15399,'17','2013-11-22 20:00:06'),(61733,7,15399,'DAY','2013-11-22 20:00:06'),(61734,1,15400,'3592200','2013-11-22 20:01:46'),(61735,2,15400,'','2013-11-22 20:01:46'),(61736,3,15400,'','2013-11-22 20:01:46'),(61737,4,15400,'OPD','2013-11-22 20:01:46'),(61738,5,15400,'','2013-11-22 20:01:46'),(61739,6,15400,'55','2013-11-22 20:01:46'),(61740,7,15400,'DAY','2013-11-22 20:01:46'),(61741,1,15401,'3592203','2013-11-22 20:05:40'),(61742,2,15401,'','2013-11-22 20:05:40'),(61743,3,15401,'','2013-11-22 20:05:40'),(61744,4,15401,'OPD','2013-11-22 20:05:40'),(61745,5,15401,'','2013-11-22 20:05:40'),(61746,6,15401,'68','2013-11-22 20:05:40'),(61747,7,15401,'DAY','2013-11-22 20:05:40'),(61748,1,15403,'','2013-11-22 20:05:40'),(61749,2,15403,'','2013-11-22 20:05:40'),(61750,3,15403,'','2013-11-22 20:05:41'),(61751,4,15403,'','2013-11-22 20:05:41'),(61752,5,15403,'','2013-11-22 20:05:41'),(61753,6,15403,'','2013-11-22 20:05:41'),(61754,7,15403,'DAY','2013-11-22 20:05:41'),(61755,1,15406,'','2013-11-22 20:05:41'),(61756,2,15406,'','2013-11-22 20:05:41'),(61757,3,15406,'','2013-11-22 20:05:41'),(61758,4,15406,'','2013-11-22 20:05:41'),(61759,5,15406,'','2013-11-22 20:05:41'),(61760,6,15406,'','2013-11-22 20:05:41'),(61761,7,15406,'DAY','2013-11-22 20:05:41'),(61762,1,15407,'','2013-11-22 20:13:18'),(61763,2,15407,'','2013-11-22 20:13:18'),(61764,3,15407,'','2013-11-22 20:13:18'),(61765,4,15407,'OPD','2013-11-22 20:13:18'),(61766,5,15407,'','2013-11-22 20:13:18'),(61767,6,15407,'','2013-11-22 20:13:18'),(61768,7,15407,'DAY','2013-11-22 20:13:18'),(61769,1,15409,'','2013-11-22 20:13:18'),(61770,2,15409,'','2013-11-22 20:13:18'),(61771,3,15409,'','2013-11-22 20:13:18'),(61772,4,15409,'','2013-11-22 20:13:18'),(61773,5,15409,'','2013-11-22 20:13:18'),(61774,6,15409,'','2013-11-22 20:13:18'),(61775,7,15409,'DAY','2013-11-22 20:13:18'),(61776,1,15412,'','2013-11-22 20:13:19'),(61777,2,15412,'','2013-11-22 20:13:19'),(61778,3,15412,'','2013-11-22 20:13:19'),(61779,4,15412,'','2013-11-22 20:13:19'),(61780,5,15412,'','2013-11-22 20:13:19'),(61781,6,15412,'','2013-11-22 20:13:19'),(61782,7,15412,'DAY','2013-11-22 20:13:19'),(61783,1,15413,'3592206','2013-11-22 20:22:12'),(61784,2,15413,'','2013-11-22 20:22:12'),(61785,3,15413,'','2013-11-22 20:22:12'),(61786,4,15413,'OPD','2013-11-22 20:22:12'),(61787,5,15413,'','2013-11-22 20:22:12'),(61788,6,15413,'34','2013-11-22 20:22:12'),(61789,7,15413,'DAY','2013-11-22 20:22:12'),(61790,1,15414,'3592215','2013-11-22 20:23:50'),(61791,2,15414,'','2013-11-22 20:23:50'),(61792,3,15414,'','2013-11-22 20:23:50'),(61793,4,15414,'OPD','2013-11-22 20:23:50'),(61794,5,15414,'','2013-11-22 20:23:50'),(61795,6,15414,'40','2013-11-22 20:23:50'),(61796,7,15414,'DAY','2013-11-22 20:23:50'),(61797,1,15415,'3591463','2013-11-22 20:27:21'),(61798,2,15415,'','2013-11-22 20:27:21'),(61799,3,15415,'','2013-11-22 20:27:21'),(61800,4,15415,'OPD','2013-11-22 20:27:21'),(61801,5,15415,'','2013-11-22 20:27:21'),(61802,6,15415,'218','2013-11-22 20:27:21'),(61803,7,15415,'DAY','2013-11-22 20:27:21'),(61804,1,15417,'','2013-11-22 20:27:22'),(61805,2,15417,'','2013-11-22 20:27:22'),(61806,3,15417,'','2013-11-22 20:27:22'),(61807,4,15417,'','2013-11-22 20:27:22'),(61808,5,15417,'','2013-11-22 20:27:22'),(61809,6,15417,'','2013-11-22 20:27:22'),(61810,7,15417,'DAY','2013-11-22 20:27:22'),(61811,1,15420,'','2013-11-22 20:27:22'),(61812,2,15420,'','2013-11-22 20:27:22'),(61813,3,15420,'','2013-11-22 20:27:22'),(61814,4,15420,'','2013-11-22 20:27:22'),(61815,5,15420,'','2013-11-22 20:27:22'),(61816,6,15420,'','2013-11-22 20:27:22'),(61817,7,15420,'DAY','2013-11-22 20:27:22'),(61818,1,15421,'3592208','2013-11-22 20:36:42'),(61819,2,15421,'','2013-11-22 20:36:42'),(61820,3,15421,'','2013-11-22 20:36:42'),(61821,4,15421,'OPD','2013-11-22 20:36:42'),(61822,5,15421,'','2013-11-22 20:36:42'),(61823,6,15421,'37','2013-11-22 20:36:42'),(61824,7,15421,'DAY','2013-11-22 20:36:42'),(61825,1,15422,'3592233','2013-11-22 20:39:01'),(61826,2,15422,'','2013-11-22 20:39:01'),(61827,3,15422,'','2013-11-22 20:39:01'),(61828,4,15422,'OPD','2013-11-22 20:39:01'),(61829,5,15422,'','2013-11-22 20:39:01'),(61830,6,15422,'119','2013-11-22 20:39:01'),(61831,7,15422,'DAY','2013-11-22 20:39:01'),(61832,1,15424,'','2013-11-22 20:39:01'),(61833,2,15424,'','2013-11-22 20:39:01'),(61834,3,15424,'','2013-11-22 20:39:01'),(61835,4,15424,'','2013-11-22 20:39:01'),(61836,5,15424,'','2013-11-22 20:39:01'),(61837,6,15424,'','2013-11-22 20:39:01'),(61838,7,15424,'DAY','2013-11-22 20:39:01'),(61839,1,15427,'','2013-11-22 20:39:02'),(61840,2,15427,'','2013-11-22 20:39:02'),(61841,3,15427,'','2013-11-22 20:39:02'),(61842,4,15427,'','2013-11-22 20:39:02'),(61843,5,15427,'','2013-11-22 20:39:02'),(61844,6,15427,'','2013-11-22 20:39:02'),(61845,7,15427,'DAY','2013-11-22 20:39:02'),(61846,1,15431,'','2013-11-22 20:39:02'),(61847,2,15431,'','2013-11-22 20:39:02'),(61848,3,15431,'','2013-11-22 20:39:02'),(61849,4,15431,'','2013-11-22 20:39:02'),(61850,5,15431,'','2013-11-22 20:39:02'),(61851,6,15431,'','2013-11-22 20:39:02'),(61852,7,15431,'DAY','2013-11-22 20:39:02'),(61853,1,15432,'3592212','2013-11-22 20:40:57'),(61854,2,15432,'','2013-11-22 20:40:57'),(61855,3,15432,'','2013-11-22 20:40:57'),(61856,4,15432,'OPD','2013-11-22 20:40:57'),(61857,5,15432,'','2013-11-22 20:40:57'),(61858,6,15432,'40','2013-11-22 20:40:57'),(61859,7,15432,'DAY','2013-11-22 20:40:57'),(61860,1,15434,'','2013-11-22 20:40:58'),(61861,2,15434,'','2013-11-22 20:40:58'),(61862,3,15434,'','2013-11-22 20:40:58'),(61863,4,15434,'','2013-11-22 20:40:58'),(61864,5,15434,'','2013-11-22 20:40:58'),(61865,6,15434,'','2013-11-22 20:40:58'),(61866,7,15434,'DAY','2013-11-22 20:40:58'),(61867,1,15435,'3592254','2013-11-22 20:45:20'),(61868,2,15435,'','2013-11-22 20:45:20'),(61869,3,15435,'','2013-11-22 20:45:20'),(61870,4,15435,'OPD','2013-11-22 20:45:20'),(61871,5,15435,'','2013-11-22 20:45:20'),(61872,6,15435,'134','2013-11-22 20:45:20'),(61873,7,15435,'DAY','2013-11-22 20:45:20'),(61874,1,15437,'','2013-11-22 20:45:20'),(61875,2,15437,'','2013-11-22 20:45:20'),(61876,3,15437,'','2013-11-22 20:45:20'),(61877,4,15437,'','2013-11-22 20:45:20'),(61878,5,15437,'','2013-11-22 20:45:20'),(61879,6,15437,'','2013-11-22 20:45:20'),(61880,7,15437,'DAY','2013-11-22 20:45:20'),(61881,1,15440,'','2013-11-22 20:45:21'),(61882,2,15440,'','2013-11-22 20:45:21'),(61883,3,15440,'','2013-11-22 20:45:21'),(61884,4,15440,'','2013-11-22 20:45:21'),(61885,5,15440,'','2013-11-22 20:45:21'),(61886,6,15440,'','2013-11-22 20:45:21'),(61887,7,15440,'DAY','2013-11-22 20:45:21'),(61888,1,15441,'3592230','2013-11-22 20:47:27'),(61889,2,15441,'','2013-11-22 20:47:27'),(61890,3,15441,'','2013-11-22 20:47:27'),(61891,4,15441,'OPD','2013-11-22 20:47:27'),(61892,5,15441,'','2013-11-22 20:47:27'),(61893,6,15441,'77','2013-11-22 20:47:27'),(61894,7,15441,'DAY','2013-11-22 20:47:27'),(61895,1,15443,'','2013-11-22 20:47:27'),(61896,2,15443,'','2013-11-22 20:47:27'),(61897,3,15443,'','2013-11-22 20:47:27'),(61898,4,15443,'','2013-11-22 20:47:27'),(61899,5,15443,'','2013-11-22 20:47:27'),(61900,6,15443,'','2013-11-22 20:47:27'),(61901,7,15443,'DAY','2013-11-22 20:47:27'),(61902,1,15444,'3592235','2013-11-22 20:49:22'),(61903,2,15444,'594620','2013-11-22 20:49:22'),(61904,3,15444,'','2013-11-22 20:49:22'),(61905,4,15444,'OPD','2013-11-22 20:49:22'),(61906,5,15444,'','2013-11-22 20:49:22'),(61907,6,15444,'11','2013-11-22 20:49:22'),(61908,7,15444,'DAY','2013-11-22 20:49:22'),(61909,1,15445,'3592248','2013-11-22 20:53:51'),(61910,2,15445,'','2013-11-22 20:53:51'),(61911,3,15445,'','2013-11-22 20:53:51'),(61912,4,15445,'OPD','2013-11-22 20:53:51'),(61913,5,15445,'','2013-11-22 20:53:51'),(61914,6,15445,'344.15','2013-11-22 20:53:51'),(61915,7,15445,'DAY','2013-11-22 20:53:51'),(61916,1,15447,'','2013-11-22 20:53:51'),(61917,2,15447,'','2013-11-22 20:53:51'),(61918,3,15447,'','2013-11-22 20:53:51'),(61919,4,15447,'','2013-11-22 20:53:51'),(61920,5,15447,'','2013-11-22 20:53:51'),(61921,6,15447,'','2013-11-22 20:53:51'),(61922,7,15447,'DAY','2013-11-22 20:53:51'),(61923,1,15448,'3592261','2013-11-22 20:57:02'),(61924,2,15448,'594627','2013-11-22 20:57:02'),(61925,3,15448,'','2013-11-22 20:57:02'),(61926,4,15448,'OPD','2013-11-22 20:57:02'),(61927,5,15448,'','2013-11-22 20:57:02'),(61928,6,15448,'39','2013-11-22 20:57:02'),(61929,7,15448,'DAY','2013-11-22 20:57:02'),(61930,1,15449,'3592286','2013-11-22 21:20:51'),(61931,2,15449,'','2013-11-22 21:20:51'),(61932,3,15449,'','2013-11-22 21:20:51'),(61933,4,15449,'OPD','2013-11-22 21:20:51'),(61934,5,15449,'','2013-11-22 21:20:51'),(61935,6,15449,'232.80','2013-11-22 21:20:51'),(61936,7,15449,'DAY','2013-11-22 21:20:51'),(61937,1,15451,'','2013-11-22 21:20:52'),(61938,2,15451,'','2013-11-22 21:20:52'),(61939,3,15451,'','2013-11-22 21:20:52'),(61940,4,15451,'','2013-11-22 21:20:52'),(61941,5,15451,'','2013-11-22 21:20:52'),(61942,6,15451,'','2013-11-22 21:20:52'),(61943,7,15451,'DAY','2013-11-22 21:20:52'),(61944,1,15452,'3592293','2013-11-22 21:36:03'),(61945,2,15452,'','2013-11-22 21:36:03'),(61946,3,15452,'','2013-11-22 21:36:03'),(61947,4,15452,'OPD','2013-11-22 21:36:03'),(61948,5,15452,'','2013-11-22 21:36:03'),(61949,6,15452,'11','2013-11-22 21:36:03'),(61950,7,15452,'DAY','2013-11-22 21:36:03'),(61951,1,15453,'3592298','2013-11-22 21:41:10'),(61952,2,15453,'','2013-11-22 21:41:10'),(61953,3,15453,'','2013-11-22 21:41:10'),(61954,4,15453,'OPD','2013-11-22 21:41:10'),(61955,5,15453,'','2013-11-22 21:41:10'),(61956,6,15453,'19','2013-11-22 21:41:10'),(61957,7,15453,'DAY','2013-11-22 21:41:10'),(61958,1,15454,'3592301','2013-11-22 22:18:26'),(61959,2,15454,'','2013-11-22 22:18:26'),(61960,3,15454,'','2013-11-22 22:18:26'),(61961,4,15454,'OPD','2013-11-22 22:18:26'),(61962,5,15454,'','2013-11-22 22:18:26'),(61963,6,15454,'22','2013-11-22 22:18:26'),(61964,7,15454,'DAY','2013-11-22 22:18:26'),(61965,1,15455,'3592318','2013-11-22 22:41:27'),(61966,2,15455,'','2013-11-22 22:41:27'),(61967,3,15455,'','2013-11-22 22:41:27'),(61968,4,15455,'WARD','2013-11-22 22:41:27'),(61969,5,15455,'','2013-11-22 22:41:27'),(61970,6,15455,'196.00','2013-11-22 22:41:27'),(61971,7,15455,'DAY','2013-11-22 22:41:27'),(61972,1,15457,'','2013-11-22 22:41:27'),(61973,2,15457,'','2013-11-22 22:41:27'),(61974,3,15457,'','2013-11-22 22:41:27'),(61975,4,15457,'','2013-11-22 22:41:27'),(61976,5,15457,'','2013-11-22 22:41:27'),(61977,6,15457,'','2013-11-22 22:41:27'),(61978,7,15457,'DAY','2013-11-22 22:41:27'),(61979,1,15458,'3592337','2013-11-22 22:43:34'),(61980,2,15458,'594647','2013-11-22 22:43:34'),(61981,3,15458,'','2013-11-22 22:43:34'),(61982,4,15458,'T/R','2013-11-22 22:43:34'),(61983,5,15458,'','2013-11-22 22:43:34'),(61984,6,15458,'44.75','2013-11-22 22:43:34'),(61985,7,15458,'DAY','2013-11-22 22:43:34'),(61986,1,15459,'594654','2013-11-22 22:56:46'),(61987,2,15459,'','2013-11-22 22:56:46'),(61988,3,15459,'','2013-11-22 22:56:46'),(61989,4,15459,'SELF REQUEST','2013-11-22 22:56:46'),(61990,5,15459,'','2013-11-22 22:56:46'),(61991,6,15459,'18.00','2013-11-22 22:56:46'),(61992,7,15459,'DAY','2013-11-22 22:56:46'),(61993,1,15460,'3592353','2013-11-22 23:11:44'),(61994,2,15460,'','2013-11-22 23:11:44'),(61995,3,15460,'','2013-11-22 23:11:44'),(61996,4,15460,'OPD','2013-11-22 23:11:44'),(61997,5,15460,'','2013-11-22 23:11:44'),(61998,6,15460,'79.00','2013-11-22 23:11:44'),(61999,7,15460,'DAY','2013-11-22 23:11:44'),(62000,1,15462,'','2013-11-22 23:11:44'),(62001,2,15462,'','2013-11-22 23:11:44'),(62002,3,15462,'','2013-11-22 23:11:44'),(62003,4,15462,'','2013-11-22 23:11:44'),(62004,5,15462,'','2013-11-22 23:11:44'),(62005,6,15462,'','2013-11-22 23:11:44'),(62006,7,15462,'DAY','2013-11-22 23:11:44'),(62007,1,15463,'3591653','2013-11-22 23:29:14'),(62008,2,15463,'594660','2013-11-22 23:29:14'),(62009,3,15463,'','2013-11-22 23:29:14'),(62010,4,15463,'OPD','2013-11-22 23:29:14'),(62011,5,15463,'','2013-11-22 23:29:14'),(62012,6,15463,'209.80','2013-11-22 23:29:14'),(62013,7,15463,'DAY','2013-11-22 23:29:14'),(62014,1,15465,'','2013-11-22 23:29:14'),(62015,2,15465,'','2013-11-22 23:29:14'),(62016,3,15465,'','2013-11-22 23:29:14'),(62017,4,15465,'','2013-11-22 23:29:14'),(62018,5,15465,'','2013-11-22 23:29:14'),(62019,6,15465,'','2013-11-22 23:29:14'),(62020,7,15465,'DAY','2013-11-22 23:29:14'),(62021,1,15466,'3592203','2013-11-22 23:31:50'),(62022,2,15466,'','2013-11-22 23:31:50'),(62023,3,15466,'','2013-11-22 23:31:50'),(62024,4,15466,'OPD','2013-11-22 23:31:50'),(62025,5,15466,'','2013-11-22 23:31:50'),(62026,6,15466,'68.00','2013-11-22 23:31:50'),(62027,7,15466,'DAY','2013-11-22 23:31:50'),(62028,1,15468,'','2013-11-22 23:31:50'),(62029,2,15468,'','2013-11-22 23:31:50'),(62030,3,15468,'','2013-11-22 23:31:50'),(62031,4,15468,'','2013-11-22 23:31:50'),(62032,5,15468,'','2013-11-22 23:31:50'),(62033,6,15468,'','2013-11-22 23:31:50'),(62034,7,15468,'DAY','2013-11-22 23:31:50'),(62035,1,15469,'3592392','2013-11-23 00:13:14'),(62036,2,15469,'','2013-11-23 00:13:14'),(62037,3,15469,'','2013-11-23 00:13:14'),(62038,4,15469,'OPD','2013-11-23 00:13:14'),(62039,5,15469,'','2013-11-23 00:13:14'),(62040,6,15469,'16','2013-11-23 00:13:14'),(62041,7,15469,'DAY','2013-11-23 00:13:14'),(62042,1,15470,'3592401','2013-11-23 00:20:59'),(62043,2,15470,'594674','2013-11-23 00:20:59'),(62044,3,15470,'','2013-11-23 00:20:59'),(62045,4,15470,'OPD','2013-11-23 00:20:59'),(62046,5,15470,'','2013-11-23 00:20:59'),(62047,6,15470,'39','2013-11-23 00:20:59'),(62048,7,15470,'DAY','2013-11-23 00:20:59'),(62049,1,15471,'3592411','2013-11-23 00:36:27'),(62050,2,15471,'594677','2013-11-23 00:36:27'),(62051,3,15471,'','2013-11-23 00:36:27'),(62052,4,15471,'OPD','2013-11-23 00:36:27'),(62053,5,15471,'','2013-11-23 00:36:27'),(62054,6,15471,'36','2013-11-23 00:36:27'),(62055,7,15471,'DAY','2013-11-23 00:36:27'),(62056,1,15472,'3592442','2013-11-23 01:02:44'),(62057,2,15472,'','2013-11-23 01:02:44'),(62058,3,15472,'','2013-11-23 01:02:44'),(62059,4,15472,'OPD','2013-11-23 01:02:44'),(62060,5,15472,'','2013-11-23 01:02:44'),(62061,6,15472,'69','2013-11-23 01:02:44'),(62062,7,15472,'DAY','2013-11-23 01:02:44'),(62063,1,15474,'','2013-11-23 01:02:44'),(62064,2,15474,'','2013-11-23 01:02:44'),(62065,3,15474,'','2013-11-23 01:02:44'),(62066,4,15474,'','2013-11-23 01:02:44'),(62067,5,15474,'','2013-11-23 01:02:44'),(62068,6,15474,'','2013-11-23 01:02:44'),(62069,7,15474,'DAY','2013-11-23 01:02:44'),(62070,1,15475,'3592483','2013-11-23 01:54:17'),(62071,2,15475,'','2013-11-23 01:54:17'),(62072,3,15475,'','2013-11-23 01:54:17'),(62073,4,15475,'OPD','2013-11-23 01:54:17'),(62074,5,15475,'','2013-11-23 01:54:17'),(62075,6,15475,'84','2013-11-23 01:54:17'),(62076,7,15475,'DAY','2013-11-23 01:54:17'),(62077,1,15477,'','2013-11-23 01:54:17'),(62078,2,15477,'','2013-11-23 01:54:17'),(62079,3,15477,'','2013-11-23 01:54:17'),(62080,4,15477,'','2013-11-23 01:54:17'),(62081,5,15477,'','2013-11-23 01:54:17'),(62082,6,15477,'','2013-11-23 01:54:17'),(62083,7,15477,'DAY','2013-11-23 01:54:17'),(62084,1,15478,'3592497','2013-11-23 02:00:49'),(62085,2,15478,'','2013-11-23 02:00:49'),(62086,3,15478,'','2013-11-23 02:00:49'),(62087,4,15478,'OPD','2013-11-23 02:00:49'),(62088,5,15478,'','2013-11-23 02:00:49'),(62089,6,15478,'185','2013-11-23 02:00:49'),(62090,7,15478,'DAY','2013-11-23 02:00:49'),(62091,1,15480,'','2013-11-23 02:00:49'),(62092,2,15480,'','2013-11-23 02:00:49'),(62093,3,15480,'','2013-11-23 02:00:49'),(62094,4,15480,'','2013-11-23 02:00:49'),(62095,5,15480,'','2013-11-23 02:00:49'),(62096,6,15480,'','2013-11-23 02:00:49'),(62097,7,15480,'DAY','2013-11-23 02:00:49'),(62098,1,15483,'','2013-11-23 02:00:50'),(62099,2,15483,'','2013-11-23 02:00:50'),(62100,3,15483,'','2013-11-23 02:00:50'),(62101,4,15483,'','2013-11-23 02:00:50'),(62102,5,15483,'','2013-11-23 02:00:50'),(62103,6,15483,'','2013-11-23 02:00:50'),(62104,7,15483,'DAY','2013-11-23 02:00:50'),(62105,1,15484,'3592505/3584456','2013-11-23 02:13:59'),(62106,2,15484,'','2013-11-23 02:13:59'),(62107,3,15484,'','2013-11-23 02:13:59'),(62108,4,15484,'OPD','2013-11-23 02:13:59'),(62109,5,15484,'','2013-11-23 02:13:59'),(62110,6,15484,'121','2013-11-23 02:13:59'),(62111,7,15484,'DAY','2013-11-23 02:13:59'),(62112,1,15486,'','2013-11-23 02:13:59'),(62113,2,15486,'','2013-11-23 02:13:59'),(62114,3,15486,'','2013-11-23 02:13:59'),(62115,4,15486,'','2013-11-23 02:13:59'),(62116,5,15486,'','2013-11-23 02:13:59'),(62117,6,15486,'','2013-11-23 02:13:59'),(62118,7,15486,'DAY','2013-11-23 02:13:59'),(62119,1,15487,'3589203','2013-11-23 02:17:29'),(62120,2,15487,'','2013-11-23 02:17:29'),(62121,3,15487,'','2013-11-23 02:17:29'),(62122,4,15487,'OPD','2013-11-23 02:17:29'),(62123,5,15487,'','2013-11-23 02:17:29'),(62124,6,15487,'13','2013-11-23 02:17:29'),(62125,7,15487,'DAY','2013-11-23 02:17:29'),(62126,1,15488,'359251','2013-11-23 02:20:02'),(62127,2,15488,'','2013-11-23 02:20:02'),(62128,3,15488,'','2013-11-23 02:20:02'),(62129,4,15488,'OPD','2013-11-23 02:20:02'),(62130,5,15488,'','2013-11-23 02:20:02'),(62131,6,15488,'66','2013-11-23 02:20:02'),(62132,7,15488,'DAY','2013-11-23 02:20:02'),(62133,1,15489,'3592519','2013-11-23 02:28:59'),(62134,2,15489,'5924697','2013-11-23 02:28:59'),(62135,3,15489,'','2013-11-23 02:28:59'),(62136,4,15489,'OPD','2013-11-23 02:28:59'),(62137,5,15489,'','2013-11-23 02:28:59'),(62138,6,15489,'20','2013-11-23 02:28:59'),(62139,7,15489,'DAY','2013-11-23 02:28:59'),(62140,1,15490,'3592532','2013-11-23 02:46:18'),(62141,2,15490,'','2013-11-23 02:46:18'),(62142,3,15490,'','2013-11-23 02:46:18'),(62143,4,15490,'OPD','2013-11-23 02:46:18'),(62144,5,15490,'','2013-11-23 02:46:18'),(62145,6,15490,'22','2013-11-23 02:46:18'),(62146,7,15490,'DAY','2013-11-23 02:46:18'),(62147,1,15491,'','2013-11-23 03:15:38'),(62148,2,15491,'','2013-11-23 03:15:38'),(62149,3,15491,'','2013-11-23 03:15:38'),(62150,4,15491,'','2013-11-23 03:15:38'),(62151,5,15491,'218088','2013-11-23 03:15:38'),(62152,6,15491,'179','2013-11-23 03:15:38'),(62153,7,15491,'NIGHT','2013-11-23 03:15:38'),(62154,1,15493,'','2013-11-23 03:15:38'),(62155,2,15493,'','2013-11-23 03:15:38'),(62156,3,15493,'','2013-11-23 03:15:38'),(62157,4,15493,'','2013-11-23 03:15:38'),(62158,5,15493,'','2013-11-23 03:15:38'),(62159,6,15493,'','2013-11-23 03:15:38'),(62160,7,15493,'DAY','2013-11-23 03:15:38'),(62161,1,15494,'','2013-11-23 03:17:17'),(62162,2,15494,'','2013-11-23 03:17:17'),(62163,3,15494,'','2013-11-23 03:17:17'),(62164,4,15494,'','2013-11-23 03:17:17'),(62165,5,15494,'218081','2013-11-23 03:17:17'),(62166,6,15494,'38','2013-11-23 03:17:17'),(62167,7,15494,'NIGHT','2013-11-23 03:17:17'),(62168,1,15496,'','2013-11-23 03:17:17'),(62169,2,15496,'','2013-11-23 03:17:17'),(62170,3,15496,'','2013-11-23 03:17:17'),(62171,4,15496,'','2013-11-23 03:17:17'),(62172,5,15496,'','2013-11-23 03:17:17'),(62173,6,15496,'','2013-11-23 03:17:17'),(62174,7,15496,'DAY','2013-11-23 03:17:17'),(62175,1,15497,'3592580','2013-11-23 04:17:39'),(62176,2,15497,'','2013-11-23 04:17:39'),(62177,3,15497,'','2013-11-23 04:17:39'),(62178,4,15497,'OPD','2013-11-23 04:17:39'),(62179,5,15497,'','2013-11-23 04:17:39'),(62180,6,15497,'37','2013-11-23 04:17:39'),(62181,7,15497,'NIGHT','2013-11-23 04:17:39'),(62182,1,15498,'3592583','2013-11-23 04:42:43'),(62183,2,15498,'','2013-11-23 04:42:43'),(62184,3,15498,'','2013-11-23 04:42:43'),(62185,4,15498,'OPD','2013-11-23 04:42:43'),(62186,5,15498,'','2013-11-23 04:42:43'),(62187,6,15498,'30.8','2013-11-23 04:42:43'),(62188,7,15498,'NIGHT','2013-11-23 04:42:43'),(62189,1,15499,'3592584','2013-11-23 04:46:37'),(62190,2,15499,'','2013-11-23 04:46:37'),(62191,3,15499,'','2013-11-23 04:46:37'),(62192,4,15499,'','2013-11-23 04:46:37'),(62193,5,15499,'218091','2013-11-23 04:46:37'),(62194,6,15499,'163','2013-11-23 04:46:37'),(62195,7,15499,'NIGHT','2013-11-23 04:46:37'),(62196,1,15501,'','2013-11-23 04:46:37'),(62197,2,15501,'','2013-11-23 04:46:37'),(62198,3,15501,'','2013-11-23 04:46:37'),(62199,4,15501,'','2013-11-23 04:46:37'),(62200,5,15501,'','2013-11-23 04:46:37'),(62201,6,15501,'','2013-11-23 04:46:37'),(62202,7,15501,'DAY','2013-11-23 04:46:37'),(62203,1,15502,'3592569','2013-11-23 05:36:04'),(62204,2,15502,'','2013-11-23 05:36:04'),(62205,3,15502,'','2013-11-23 05:36:04'),(62206,4,15502,'OPD','2013-11-23 05:36:04'),(62207,5,15502,'','2013-11-23 05:36:04'),(62208,6,15502,'91','2013-11-23 05:36:04'),(62209,7,15502,'NIGHT','2013-11-23 05:36:04'),(62210,1,15503,'3592590','2013-11-23 06:04:09'),(62211,2,15503,'','2013-11-23 06:04:09'),(62212,3,15503,'','2013-11-23 06:04:09'),(62213,4,15503,'OPD','2013-11-23 06:04:09'),(62214,5,15503,'','2013-11-23 06:04:09'),(62215,6,15503,'35','2013-11-23 06:04:09'),(62216,7,15503,'NIGHT','2013-11-23 06:04:09'),(62217,1,15505,'','2013-11-23 06:04:09'),(62218,2,15505,'','2013-11-23 06:04:09'),(62219,3,15505,'','2013-11-23 06:04:09'),(62220,4,15505,'','2013-11-23 06:04:09'),(62221,5,15505,'','2013-11-23 06:04:09'),(62222,6,15505,'','2013-11-23 06:04:09'),(62223,7,15505,'DAY','2013-11-23 06:04:09'),(62224,1,15506,'3592591','2013-11-23 07:07:28'),(62225,2,15506,'','2013-11-23 07:07:28'),(62226,3,15506,'','2013-11-23 07:07:28'),(62227,4,15506,'OPD','2013-11-23 07:07:28'),(62228,5,15506,'','2013-11-23 07:07:28'),(62229,6,15506,'81','2013-11-23 07:07:28'),(62230,7,15506,'NIGHT','2013-11-23 07:07:28'),(62231,1,15507,'3592599','2013-11-23 07:54:46'),(62232,2,15507,'','2013-11-23 07:54:46'),(62233,3,15507,'','2013-11-23 07:54:46'),(62234,4,15507,'','2013-11-23 07:54:46'),(62235,5,15507,'218096','2013-11-23 07:54:46'),(62236,6,15507,'138.8','2013-11-23 07:54:46'),(62237,7,15507,'NIGHT','2013-11-23 07:54:46'),(62238,1,15509,'','2013-11-23 07:54:46'),(62239,2,15509,'','2013-11-23 07:54:46'),(62240,3,15509,'','2013-11-23 07:54:46'),(62241,4,15509,'','2013-11-23 07:54:46'),(62242,5,15509,'','2013-11-23 07:54:46'),(62243,6,15509,'','2013-11-23 07:54:46'),(62244,7,15509,'DAY','2013-11-23 07:54:46'),(62245,1,15512,'','2013-11-23 07:54:46'),(62246,2,15512,'','2013-11-23 07:54:46'),(62247,3,15512,'','2013-11-23 07:54:46'),(62248,4,15512,'','2013-11-23 07:54:46'),(62249,5,15512,'','2013-11-23 07:54:46'),(62250,6,15512,'','2013-11-23 07:54:46'),(62251,7,15512,'DAY','2013-11-23 07:54:46'),(62252,1,15513,'3592549','2013-11-23 13:56:34'),(62253,2,15513,'','2013-11-23 13:56:34'),(62254,3,15513,'','2013-11-23 13:56:34'),(62255,4,15513,'','2013-11-23 13:56:34'),(62256,5,15513,'W','2013-11-23 13:56:34'),(62257,6,15513,'30.9','2013-11-23 13:56:34'),(62258,7,15513,'NIGHT','2013-11-23 13:56:34'),(62259,1,15514,'3592552','2013-11-23 14:58:23'),(62260,2,15514,'594727','2013-11-23 14:58:23'),(62261,3,15514,'','2013-11-23 14:58:23'),(62262,4,15514,'OPD','2013-11-23 14:58:23'),(62263,5,15514,'','2013-11-23 14:58:23'),(62264,6,15514,'115','2013-11-23 14:58:23'),(62265,7,15514,'NIGHT','2013-11-23 14:58:23'),(62266,1,15516,'','2013-11-23 14:58:23'),(62267,2,15516,'','2013-11-23 14:58:23'),(62268,3,15516,'','2013-11-23 14:58:23'),(62269,4,15516,'','2013-11-23 14:58:23'),(62270,5,15516,'','2013-11-23 14:58:23'),(62271,6,15516,'','2013-11-23 14:58:23'),(62272,7,15516,'DAY','2013-11-23 14:58:23'),(62273,1,15519,'','2013-11-23 14:58:23'),(62274,2,15519,'','2013-11-23 14:58:23'),(62275,3,15519,'','2013-11-23 14:58:23'),(62276,4,15519,'','2013-11-23 14:58:23'),(62277,5,15519,'','2013-11-23 14:58:23'),(62278,6,15519,'','2013-11-23 14:58:23'),(62279,7,15519,'DAY','2013-11-23 14:58:23'),(62280,1,15520,'3592557','2013-11-23 15:15:32'),(62281,2,15520,'594729','2013-11-23 15:15:32'),(62282,3,15520,'','2013-11-23 15:15:32'),(62283,4,15520,'OPD','2013-11-23 15:15:32'),(62284,5,15520,'','2013-11-23 15:15:32'),(62285,6,15520,'30','2013-11-23 15:15:32'),(62286,7,15520,'NIGHT','2013-11-23 15:15:32'),(62287,1,15522,'','2013-11-23 15:15:32'),(62288,2,15522,'','2013-11-23 15:15:32'),(62289,3,15522,'','2013-11-23 15:15:32'),(62290,4,15522,'','2013-11-23 15:15:32'),(62291,5,15522,'','2013-11-23 15:15:32'),(62292,6,15522,'','2013-11-23 15:15:32'),(62293,7,15522,'DAY','2013-11-23 15:15:32'),(62294,1,15523,'','2013-11-23 15:43:07'),(62295,2,15523,'','2013-11-23 15:43:07'),(62296,3,15523,'','2013-11-23 15:43:07'),(62297,4,15523,'OPD','2013-11-23 15:43:07'),(62298,5,15523,'','2013-11-23 15:43:07'),(62299,6,15523,'','2013-11-23 15:43:07'),(62300,7,15523,'DAY','2013-11-23 15:43:07'),(62301,1,15525,'','2013-11-23 15:43:07'),(62302,2,15525,'','2013-11-23 15:43:07'),(62303,3,15525,'','2013-11-23 15:43:07'),(62304,4,15525,'','2013-11-23 15:43:07'),(62305,5,15525,'','2013-11-23 15:43:07'),(62306,6,15525,'','2013-11-23 15:43:07'),(62307,7,15525,'DAY','2013-11-23 15:43:07'),(62308,1,15528,'','2013-11-23 15:43:08'),(62309,2,15528,'','2013-11-23 15:43:08'),(62310,3,15528,'','2013-11-23 15:43:08'),(62311,4,15528,'','2013-11-23 15:43:08'),(62312,5,15528,'','2013-11-23 15:43:08'),(62313,6,15528,'','2013-11-23 15:43:08'),(62314,7,15528,'DAY','2013-11-23 15:43:08'),(62315,1,15529,'3592675','2013-11-23 15:53:41'),(62316,2,15529,'','2013-11-23 15:53:41'),(62317,3,15529,'','2013-11-23 15:53:41'),(62318,4,15529,'OPD','2013-11-23 15:53:41'),(62319,5,15529,'','2013-11-23 15:53:41'),(62320,6,15529,'113.00','2013-11-23 15:53:41'),(62321,7,15529,'DAY','2013-11-23 15:53:41'),(62322,1,15531,'','2013-11-23 15:53:42'),(62323,2,15531,'','2013-11-23 15:53:42'),(62324,3,15531,'','2013-11-23 15:53:42'),(62325,4,15531,'','2013-11-23 15:53:42'),(62326,5,15531,'','2013-11-23 15:53:42'),(62327,6,15531,'','2013-11-23 15:53:42'),(62328,7,15531,'DAY','2013-11-23 15:53:42'),(62329,1,15532,'3592676','2013-11-23 15:56:50'),(62330,2,15532,'594735','2013-11-23 15:56:50'),(62331,3,15532,'','2013-11-23 15:56:50'),(62332,4,15532,'OPD','2013-11-23 15:56:50'),(62333,5,15532,'','2013-11-23 15:56:50'),(62334,6,15532,'57.00','2013-11-23 15:56:50'),(62335,7,15532,'DAY','2013-11-23 15:56:50'),(62336,1,15534,'','2013-11-23 15:56:50'),(62337,2,15534,'','2013-11-23 15:56:50'),(62338,3,15534,'','2013-11-23 15:56:50'),(62339,4,15534,'','2013-11-23 15:56:50'),(62340,5,15534,'','2013-11-23 15:56:50'),(62341,6,15534,'','2013-11-23 15:56:50'),(62342,7,15534,'DAY','2013-11-23 15:56:50'),(62343,1,15535,'','2013-11-23 16:41:19'),(62344,2,15535,'','2013-11-23 16:41:19'),(62345,3,15535,'','2013-11-23 16:41:19'),(62346,4,15535,'','2013-11-23 16:41:19'),(62347,5,15535,'','2013-11-23 16:41:19'),(62348,6,15535,'','2013-11-23 16:41:19'),(62349,7,15535,'DAY','2013-11-23 16:41:19'),(62350,1,15536,'','2013-11-23 16:42:56'),(62351,2,15536,'','2013-11-23 16:42:56'),(62352,3,15536,'','2013-11-23 16:42:56'),(62353,4,15536,'','2013-11-23 16:42:56'),(62354,5,15536,'','2013-11-23 16:42:56'),(62355,6,15536,'','2013-11-23 16:42:56'),(62356,7,15536,'DAY','2013-11-23 16:42:56'),(62357,1,15537,'','2013-11-23 16:56:00'),(62358,2,15537,'','2013-11-23 16:56:00'),(62359,3,15537,'','2013-11-23 16:56:00'),(62360,4,15537,'','2013-11-23 16:56:00'),(62361,5,15537,'','2013-11-23 16:56:00'),(62362,6,15537,'','2013-11-23 16:56:00'),(62363,7,15537,'DAY','2013-11-23 16:56:00'),(62364,1,15538,'3592650','2013-11-23 17:03:10'),(62365,2,15538,'','2013-11-23 17:03:10'),(62366,3,15538,'','2013-11-23 17:03:10'),(62367,4,15538,'WARD','2013-11-23 17:03:10'),(62368,5,15538,'','2013-11-23 17:03:10'),(62369,6,15538,'30.00','2013-11-23 17:03:10'),(62370,7,15538,'DAY','2013-11-23 17:03:10'),(62371,1,15539,'3592704','2013-11-23 17:06:16'),(62372,2,15539,'','2013-11-23 17:06:16'),(62373,3,15539,'','2013-11-23 17:06:16'),(62374,4,15539,'OPD','2013-11-23 17:06:16'),(62375,5,15539,'','2013-11-23 17:06:16'),(62376,6,15539,'81.00','2013-11-23 17:06:16'),(62377,7,15539,'DAY','2013-11-23 17:06:16'),(62378,1,15540,'3592702','2013-11-23 17:07:36'),(62379,2,15540,'','2013-11-23 17:07:36'),(62380,3,15540,'','2013-11-23 17:07:36'),(62381,4,15540,'OPD','2013-11-23 17:07:36'),(62382,5,15540,'','2013-11-23 17:07:36'),(62383,6,15540,'40.00','2013-11-23 17:07:36'),(62384,7,15540,'DAY','2013-11-23 17:07:36'),(62385,1,15541,'','2013-11-23 17:09:02'),(62386,2,15541,'','2013-11-23 17:09:02'),(62387,3,15541,'','2013-11-23 17:09:02'),(62388,4,15541,'','2013-11-23 17:09:02'),(62389,5,15541,'','2013-11-23 17:09:02'),(62390,6,15541,'','2013-11-23 17:09:02'),(62391,7,15541,'DAY','2013-11-23 17:09:02'),(62392,1,15542,'3592705','2013-11-23 17:11:07'),(62393,2,15542,'','2013-11-23 17:11:07'),(62394,3,15542,'','2013-11-23 17:11:07'),(62395,4,15542,'OPD','2013-11-23 17:11:07'),(62396,5,15542,'','2013-11-23 17:11:07'),(62397,6,15542,'283.00','2013-11-23 17:11:07'),(62398,7,15542,'DAY','2013-11-23 17:11:07'),(62399,1,15544,'','2013-11-23 17:11:07'),(62400,2,15544,'','2013-11-23 17:11:07'),(62401,3,15544,'','2013-11-23 17:11:07'),(62402,4,15544,'','2013-11-23 17:11:07'),(62403,5,15544,'','2013-11-23 17:11:07'),(62404,6,15544,'','2013-11-23 17:11:07'),(62405,7,15544,'DAY','2013-11-23 17:11:07'),(62406,1,15547,'','2013-11-23 17:11:08'),(62407,2,15547,'','2013-11-23 17:11:08'),(62408,3,15547,'','2013-11-23 17:11:08'),(62409,4,15547,'','2013-11-23 17:11:08'),(62410,5,15547,'','2013-11-23 17:11:08'),(62411,6,15547,'','2013-11-23 17:11:08'),(62412,7,15547,'DAY','2013-11-23 17:11:08'),(62413,1,15551,'','2013-11-23 17:11:08'),(62414,2,15551,'','2013-11-23 17:11:08'),(62415,3,15551,'','2013-11-23 17:11:08'),(62416,4,15551,'','2013-11-23 17:11:08'),(62417,5,15551,'','2013-11-23 17:11:08'),(62418,6,15551,'','2013-11-23 17:11:08'),(62419,7,15551,'DAY','2013-11-23 17:11:08'),(62420,1,15552,'3506810','2013-11-23 17:12:20'),(62421,2,15552,'','2013-11-23 17:12:20'),(62422,3,15552,'','2013-11-23 17:12:20'),(62423,4,15552,'OPD','2013-11-23 17:12:20'),(62424,5,15552,'','2013-11-23 17:12:20'),(62425,6,15552,'72.00','2013-11-23 17:12:20'),(62426,7,15552,'DAY','2013-11-23 17:12:20'),(62427,1,15553,'3592714','2013-11-23 17:20:24'),(62428,2,15553,'','2013-11-23 17:20:24'),(62429,3,15553,'','2013-11-23 17:20:24'),(62430,4,15553,'OPD','2013-11-23 17:20:24'),(62431,5,15553,'','2013-11-23 17:20:24'),(62432,6,15553,'72.00','2013-11-23 17:20:24'),(62433,7,15553,'DAY','2013-11-23 17:20:24'),(62434,1,15554,'3592716','2013-11-23 17:24:56'),(62435,2,15554,'','2013-11-23 17:24:56'),(62436,3,15554,'','2013-11-23 17:24:56'),(62437,4,15554,'OPD','2013-11-23 17:24:56'),(62438,5,15554,'','2013-11-23 17:24:56'),(62439,6,15554,'81.00','2013-11-23 17:24:56'),(62440,7,15554,'DAY','2013-11-23 17:24:56'),(62441,1,15555,'','2013-11-23 17:32:33'),(62442,2,15555,'','2013-11-23 17:32:33'),(62443,3,15555,'','2013-11-23 17:32:33'),(62444,4,15555,'','2013-11-23 17:32:33'),(62445,5,15555,'','2013-11-23 17:32:33'),(62446,6,15555,'','2013-11-23 17:32:33'),(62447,7,15555,'DAY','2013-11-23 17:32:33'),(62448,1,15556,'3592720','2013-11-23 17:36:22'),(62449,2,15556,'','2013-11-23 17:36:22'),(62450,3,15556,'','2013-11-23 17:36:22'),(62451,4,15556,'OPD','2013-11-23 17:36:22'),(62452,5,15556,'','2013-11-23 17:36:22'),(62453,6,15556,'22.00','2013-11-23 17:36:22'),(62454,7,15556,'DAY','2013-11-23 17:36:22'),(62455,1,15557,'3592722','2013-11-23 17:37:35'),(62456,2,15557,'','2013-11-23 17:37:35'),(62457,3,15557,'','2013-11-23 17:37:35'),(62458,4,15557,'OPD','2013-11-23 17:37:35'),(62459,5,15557,'','2013-11-23 17:37:35'),(62460,6,15557,'12.00','2013-11-23 17:37:35'),(62461,7,15557,'DAY','2013-11-23 17:37:35'),(62462,1,15558,'3592725','2013-11-23 17:44:47'),(62463,2,15558,'594757','2013-11-23 17:44:47'),(62464,3,15558,'','2013-11-23 17:44:47'),(62465,4,15558,'OPD','2013-11-23 17:44:47'),(62466,5,15558,'','2013-11-23 17:44:47'),(62467,6,15558,'35.00','2013-11-23 17:44:47'),(62468,7,15558,'DAY','2013-11-23 17:44:47'),(62469,1,15559,'','2013-11-23 17:46:12'),(62470,2,15559,'','2013-11-23 17:46:12'),(62471,3,15559,'','2013-11-23 17:46:12'),(62472,4,15559,'','2013-11-23 17:46:12'),(62473,5,15559,'','2013-11-23 17:46:12'),(62474,6,15559,'','2013-11-23 17:46:12'),(62475,7,15559,'DAY','2013-11-23 17:46:12'),(62476,1,15560,'3592728','2013-11-23 17:48:45'),(62477,2,15560,'','2013-11-23 17:48:45'),(62478,3,15560,'','2013-11-23 17:48:45'),(62479,4,15560,'OPD','2013-11-23 17:48:45'),(62480,5,15560,'','2013-11-23 17:48:45'),(62481,6,15560,'191.00','2013-11-23 17:48:45'),(62482,7,15560,'DAY','2013-11-23 17:48:45'),(62483,1,15562,'','2013-11-23 17:48:45'),(62484,2,15562,'','2013-11-23 17:48:45'),(62485,3,15562,'','2013-11-23 17:48:45'),(62486,4,15562,'','2013-11-23 17:48:45'),(62487,5,15562,'','2013-11-23 17:48:45'),(62488,6,15562,'','2013-11-23 17:48:45'),(62489,7,15562,'DAY','2013-11-23 17:48:45'),(62490,1,15565,'','2013-11-23 17:48:45'),(62491,2,15565,'','2013-11-23 17:48:45'),(62492,3,15565,'','2013-11-23 17:48:45'),(62493,4,15565,'','2013-11-23 17:48:45'),(62494,5,15565,'','2013-11-23 17:48:45'),(62495,6,15565,'','2013-11-23 17:48:45'),(62496,7,15565,'DAY','2013-11-23 17:48:45'),(62497,1,15566,'3592730','2013-11-23 18:02:42'),(62498,2,15566,'','2013-11-23 18:02:42'),(62499,3,15566,'','2013-11-23 18:02:42'),(62500,4,15566,'OPD','2013-11-23 18:02:42'),(62501,5,15566,'','2013-11-23 18:02:42'),(62502,6,15566,'87.40','2013-11-23 18:02:42'),(62503,7,15566,'DAY','2013-11-23 18:02:42'),(62504,1,15568,'','2013-11-23 18:02:42'),(62505,2,15568,'','2013-11-23 18:02:42'),(62506,3,15568,'','2013-11-23 18:02:42'),(62507,4,15568,'','2013-11-23 18:02:42'),(62508,5,15568,'','2013-11-23 18:02:42'),(62509,6,15568,'','2013-11-23 18:02:42'),(62510,7,15568,'DAY','2013-11-23 18:02:42'),(62511,1,15569,'3592724','2013-11-23 18:04:25'),(62512,2,15569,'','2013-11-23 18:04:25'),(62513,3,15569,'','2013-11-23 18:04:25'),(62514,4,15569,'OPD','2013-11-23 18:04:25'),(62515,5,15569,'','2013-11-23 18:04:25'),(62516,6,15569,'12.00','2013-11-23 18:04:25'),(62517,7,15569,'DAY','2013-11-23 18:04:25'),(62518,1,15570,'3592744','2013-11-23 18:08:19'),(62519,2,15570,'594762','2013-11-23 18:08:19'),(62520,3,15570,'','2013-11-23 18:08:19'),(62521,4,15570,'OPD','2013-11-23 18:08:19'),(62522,5,15570,'','2013-11-23 18:08:19'),(62523,6,15570,'52.00','2013-11-23 18:08:19'),(62524,7,15570,'DAY','2013-11-23 18:08:19'),(62525,1,15572,'','2013-11-23 18:08:20'),(62526,2,15572,'','2013-11-23 18:08:20'),(62527,3,15572,'','2013-11-23 18:08:20'),(62528,4,15572,'','2013-11-23 18:08:20'),(62529,5,15572,'','2013-11-23 18:08:20'),(62530,6,15572,'','2013-11-23 18:08:20'),(62531,7,15572,'DAY','2013-11-23 18:08:20'),(62532,1,15573,'3592726','2013-11-23 18:11:32'),(62533,2,15573,'','2013-11-23 18:11:32'),(62534,3,15573,'','2013-11-23 18:11:32'),(62535,4,15573,'OPD','2013-11-23 18:11:32'),(62536,5,15573,'','2013-11-23 18:11:32'),(62537,6,15573,'220.00','2013-11-23 18:11:32'),(62538,7,15573,'DAY','2013-11-23 18:11:32'),(62539,1,15575,'','2013-11-23 18:11:32'),(62540,2,15575,'','2013-11-23 18:11:32'),(62541,3,15575,'','2013-11-23 18:11:32'),(62542,4,15575,'','2013-11-23 18:11:32'),(62543,5,15575,'','2013-11-23 18:11:32'),(62544,6,15575,'','2013-11-23 18:11:32'),(62545,7,15575,'DAY','2013-11-23 18:11:32'),(62546,1,15578,'','2013-11-23 18:11:32'),(62547,2,15578,'','2013-11-23 18:11:32'),(62548,3,15578,'','2013-11-23 18:11:32'),(62549,4,15578,'','2013-11-23 18:11:32'),(62550,5,15578,'','2013-11-23 18:11:32'),(62551,6,15578,'','2013-11-23 18:11:32'),(62552,7,15578,'DAY','2013-11-23 18:11:32'),(62553,1,15582,'','2013-11-23 18:11:33'),(62554,2,15582,'','2013-11-23 18:11:33'),(62555,3,15582,'','2013-11-23 18:11:33'),(62556,4,15582,'','2013-11-23 18:11:33'),(62557,5,15582,'','2013-11-23 18:11:33'),(62558,6,15582,'','2013-11-23 18:11:33'),(62559,7,15582,'DAY','2013-11-23 18:11:33'),(62560,1,15583,'3538995','2013-11-23 18:14:04'),(62561,2,15583,'','2013-11-23 18:14:04'),(62562,3,15583,'','2013-11-23 18:14:04'),(62563,4,15583,'OPD','2013-11-23 18:14:04'),(62564,5,15583,'','2013-11-23 18:14:04'),(62565,6,15583,'16.00','2013-11-23 18:14:04'),(62566,7,15583,'DAY','2013-11-23 18:14:04'),(62567,1,15584,'3592737','2013-11-23 18:16:57'),(62568,2,15584,'','2013-11-23 18:16:57'),(62569,3,15584,'','2013-11-23 18:16:57'),(62570,4,15584,'OPD','2013-11-23 18:16:57'),(62571,5,15584,'','2013-11-23 18:16:57'),(62572,6,15584,'195.00','2013-11-23 18:16:57'),(62573,7,15584,'DAY','2013-11-23 18:16:57'),(62574,1,15586,'','2013-11-23 18:16:57'),(62575,2,15586,'','2013-11-23 18:16:57'),(62576,3,15586,'','2013-11-23 18:16:57'),(62577,4,15586,'','2013-11-23 18:16:57'),(62578,5,15586,'','2013-11-23 18:16:57'),(62579,6,15586,'','2013-11-23 18:16:57'),(62580,7,15586,'DAY','2013-11-23 18:16:57'),(62581,1,15587,'3592741','2013-11-23 18:21:37'),(62582,2,15587,'594763','2013-11-23 18:21:37'),(62583,3,15587,'','2013-11-23 18:21:37'),(62584,4,15587,'OUTSIDE','2013-11-23 18:21:37'),(62585,5,15587,'','2013-11-23 18:21:37'),(62586,6,15587,'106.00','2013-11-23 18:21:37'),(62587,7,15587,'DAY','2013-11-23 18:21:37'),(62588,1,15588,'3589947','2013-11-23 18:40:04'),(62589,2,15588,'','2013-11-23 18:40:04'),(62590,3,15588,'','2013-11-23 18:40:04'),(62591,4,15588,'OPD','2013-11-23 18:40:04'),(62592,5,15588,'','2013-11-23 18:40:04'),(62593,6,15588,'12.00','2013-11-23 18:40:04'),(62594,7,15588,'DAY','2013-11-23 18:40:04'),(62595,1,15589,'3592773','2013-11-23 18:49:49'),(62596,2,15589,'594773','2013-11-23 18:49:49'),(62597,3,15589,'','2013-11-23 18:49:49'),(62598,4,15589,'','2013-11-23 18:49:49'),(62599,5,15589,'','2013-11-23 18:49:49'),(62600,6,15589,'OPD','2013-11-23 18:49:49'),(62601,7,15589,'DAY','2013-11-23 18:49:49'),(62602,1,15591,'','2013-11-23 18:49:49'),(62603,2,15591,'','2013-11-23 18:49:49'),(62604,3,15591,'','2013-11-23 18:49:49'),(62605,4,15591,'','2013-11-23 18:49:49'),(62606,5,15591,'','2013-11-23 18:49:49'),(62607,6,15591,'','2013-11-23 18:49:49'),(62608,7,15591,'DAY','2013-11-23 18:49:49'),(62609,1,15594,'','2013-11-23 18:49:49'),(62610,2,15594,'','2013-11-23 18:49:49'),(62611,3,15594,'','2013-11-23 18:49:49'),(62612,4,15594,'','2013-11-23 18:49:49'),(62613,5,15594,'','2013-11-23 18:49:49'),(62614,6,15594,'','2013-11-23 18:49:49'),(62615,7,15594,'DAY','2013-11-23 18:49:49'),(62616,1,15595,'3571049','2013-11-23 19:02:23'),(62617,2,15595,'588598','2013-11-23 19:02:23'),(62618,3,15595,'','2013-11-23 19:02:23'),(62619,4,15595,'OPD','2013-11-23 19:02:23'),(62620,5,15595,'','2013-11-23 19:02:23'),(62621,6,15595,'32.00','2013-11-23 19:02:23'),(62622,7,15595,'DAY','2013-11-23 19:02:23'),(62623,1,15597,'','2013-11-23 19:02:24'),(62624,2,15597,'','2013-11-23 19:02:24'),(62625,3,15597,'','2013-11-23 19:02:24'),(62626,4,15597,'','2013-11-23 19:02:24'),(62627,5,15597,'','2013-11-23 19:02:24'),(62628,6,15597,'','2013-11-23 19:02:24'),(62629,7,15597,'DAY','2013-11-23 19:02:24'),(62630,1,15598,'3592788','2013-11-23 19:04:18'),(62631,2,15598,'','2013-11-23 19:04:18'),(62632,3,15598,'','2013-11-23 19:04:18'),(62633,4,15598,'OPD','2013-11-23 19:04:18'),(62634,5,15598,'','2013-11-23 19:04:18'),(62635,6,15598,'44.00','2013-11-23 19:04:18'),(62636,7,15598,'DAY','2013-11-23 19:04:18'),(62637,1,15599,'3592835','2013-11-23 19:23:40'),(62638,2,15599,'594788','2013-11-23 19:23:40'),(62639,3,15599,'','2013-11-23 19:23:40'),(62640,4,15599,'OPD','2013-11-23 19:23:40'),(62641,5,15599,'','2013-11-23 19:23:40'),(62642,6,15599,'93.80','2013-11-23 19:23:40'),(62643,7,15599,'DAY','2013-11-23 19:23:40'),(62644,1,15600,'3592844','2013-11-23 19:32:02'),(62645,2,15600,'594789','2013-11-23 19:32:02'),(62646,3,15600,'','2013-11-23 19:32:02'),(62647,4,15600,'OPD','2013-11-23 19:32:02'),(62648,5,15600,'','2013-11-23 19:32:02'),(62649,6,15600,'170.00','2013-11-23 19:32:02'),(62650,7,15600,'DAY','2013-11-23 19:32:02'),(62651,1,15602,'','2013-11-23 19:32:02'),(62652,2,15602,'','2013-11-23 19:32:02'),(62653,3,15602,'','2013-11-23 19:32:02'),(62654,4,15602,'','2013-11-23 19:32:02'),(62655,5,15602,'','2013-11-23 19:32:02'),(62656,6,15602,'','2013-11-23 19:32:02'),(62657,7,15602,'DAY','2013-11-23 19:32:02'),(62658,1,15605,'','2013-11-23 19:32:02'),(62659,2,15605,'','2013-11-23 19:32:02'),(62660,3,15605,'','2013-11-23 19:32:02'),(62661,4,15605,'','2013-11-23 19:32:02'),(62662,5,15605,'','2013-11-23 19:32:02'),(62663,6,15605,'','2013-11-23 19:32:02'),(62664,7,15605,'DAY','2013-11-23 19:32:02'),(62665,1,15606,'3592856','2013-11-23 19:37:38'),(62666,2,15606,'','2013-11-23 19:37:38'),(62667,3,15606,'','2013-11-23 19:37:38'),(62668,4,15606,'OPD','2013-11-23 19:37:38'),(62669,5,15606,'','2013-11-23 19:37:38'),(62670,6,15606,'35.00','2013-11-23 19:37:38'),(62671,7,15606,'DAY','2013-11-23 19:37:38'),(62672,1,15608,'','2013-11-23 19:37:38'),(62673,2,15608,'','2013-11-23 19:37:38'),(62674,3,15608,'','2013-11-23 19:37:38'),(62675,4,15608,'','2013-11-23 19:37:38'),(62676,5,15608,'','2013-11-23 19:37:38'),(62677,6,15608,'','2013-11-23 19:37:38'),(62678,7,15608,'DAY','2013-11-23 19:37:38'),(62679,1,15609,'3592866','2013-11-23 19:54:05'),(62680,2,15609,'594798','2013-11-23 19:54:05'),(62681,3,15609,'','2013-11-23 19:54:05'),(62682,4,15609,'OPD','2013-11-23 19:54:05'),(62683,5,15609,'','2013-11-23 19:54:05'),(62684,6,15609,'97.00','2013-11-23 19:54:05'),(62685,7,15609,'DAY','2013-11-23 19:54:05'),(62686,1,15611,'','2013-11-23 19:54:05'),(62687,2,15611,'','2013-11-23 19:54:05'),(62688,3,15611,'','2013-11-23 19:54:05'),(62689,4,15611,'','2013-11-23 19:54:05'),(62690,5,15611,'','2013-11-23 19:54:05'),(62691,6,15611,'','2013-11-23 19:54:05'),(62692,7,15611,'DAY','2013-11-23 19:54:05'),(62693,1,15612,'3592878','2013-11-23 20:04:55'),(62694,2,15612,'','2013-11-23 20:04:55'),(62695,3,15612,'','2013-11-23 20:04:55'),(62696,4,15612,'OPD','2013-11-23 20:04:55'),(62697,5,15612,'','2013-11-23 20:04:55'),(62698,6,15612,'37.00','2013-11-23 20:04:55'),(62699,7,15612,'DAY','2013-11-23 20:04:55'),(62700,1,15613,'3592879','2013-11-23 20:08:35'),(62701,2,15613,'','2013-11-23 20:08:35'),(62702,3,15613,'','2013-11-23 20:08:35'),(62703,4,15613,'OPD','2013-11-23 20:08:35'),(62704,5,15613,'','2013-11-23 20:08:35'),(62705,6,15613,'37.00','2013-11-23 20:08:35'),(62706,7,15613,'DAY','2013-11-23 20:08:35'),(62707,1,15614,'3592887','2013-11-23 20:16:27'),(62708,2,15614,'','2013-11-23 20:16:27'),(62709,3,15614,'','2013-11-23 20:16:27'),(62710,4,15614,'WARD','2013-11-23 20:16:27'),(62711,5,15614,'218099','2013-11-23 20:16:27'),(62712,6,15614,'138.00','2013-11-23 20:16:27'),(62713,7,15614,'DAY','2013-11-23 20:16:27'),(62714,1,15616,'','2013-11-23 20:16:27'),(62715,2,15616,'','2013-11-23 20:16:27'),(62716,3,15616,'','2013-11-23 20:16:27'),(62717,4,15616,'','2013-11-23 20:16:27'),(62718,5,15616,'','2013-11-23 20:16:27'),(62719,6,15616,'','2013-11-23 20:16:27'),(62720,7,15616,'DAY','2013-11-23 20:16:27'),(62721,1,15617,'3592882','2013-11-23 20:18:08'),(62722,2,15617,'','2013-11-23 20:18:08'),(62723,3,15617,'','2013-11-23 20:18:08'),(62724,4,15617,'OPD','2013-11-23 20:18:08'),(62725,5,15617,'','2013-11-23 20:18:08'),(62726,6,15617,'143.00','2013-11-23 20:18:08'),(62727,7,15617,'DAY','2013-11-23 20:18:08'),(62728,1,15619,'','2013-11-23 20:18:08'),(62729,2,15619,'','2013-11-23 20:18:08'),(62730,3,15619,'','2013-11-23 20:18:08'),(62731,4,15619,'','2013-11-23 20:18:08'),(62732,5,15619,'','2013-11-23 20:18:08'),(62733,6,15619,'','2013-11-23 20:18:08'),(62734,7,15619,'DAY','2013-11-23 20:18:08'),(62735,1,15620,'3541112','2013-11-23 20:20:07'),(62736,2,15620,'','2013-11-23 20:20:07'),(62737,3,15620,'','2013-11-23 20:20:07'),(62738,4,15620,'OPD','2013-11-23 20:20:07'),(62739,5,15620,'','2013-11-23 20:20:07'),(62740,6,15620,'535.00','2013-11-23 20:20:07'),(62741,7,15620,'DAY','2013-11-23 20:20:07'),(62742,1,15621,'3592228','2013-11-23 20:24:50'),(62743,2,15621,'','2013-11-23 20:24:50'),(62744,3,15621,'','2013-11-23 20:24:50'),(62745,4,15621,'OPD','2013-11-23 20:24:50'),(62746,5,15621,'','2013-11-23 20:24:50'),(62747,6,15621,'83.00','2013-11-23 20:24:50'),(62748,7,15621,'DAY','2013-11-23 20:24:50'),(62749,1,15622,'3592891','2013-11-23 20:32:58'),(62750,2,15622,'594809','2013-11-23 20:32:58'),(62751,3,15622,'','2013-11-23 20:32:58'),(62752,4,15622,'OPD','2013-11-23 20:32:58'),(62753,5,15622,'','2013-11-23 20:32:58'),(62754,6,15622,'20.00','2013-11-23 20:32:58'),(62755,7,15622,'DAY','2013-11-23 20:32:58'),(62756,1,15623,'3592902','2013-11-23 20:37:01'),(62757,2,15623,'','2013-11-23 20:37:01'),(62758,3,15623,'','2013-11-23 20:37:01'),(62759,4,15623,'OPD','2013-11-23 20:37:01'),(62760,5,15623,'','2013-11-23 20:37:01'),(62761,6,15623,'81.00','2013-11-23 20:37:01'),(62762,7,15623,'DAY','2013-11-23 20:37:01'),(62763,1,15624,'3592904','2013-11-23 20:46:18'),(62764,2,15624,'','2013-11-23 20:46:18'),(62765,3,15624,'','2013-11-23 20:46:18'),(62766,4,15624,'OPD','2013-11-23 20:46:18'),(62767,5,15624,'','2013-11-23 20:46:18'),(62768,6,15624,'167.00','2013-11-23 20:46:18'),(62769,7,15624,'DAY','2013-11-23 20:46:18'),(62770,1,15626,'','2013-11-23 20:46:18'),(62771,2,15626,'','2013-11-23 20:46:18'),(62772,3,15626,'','2013-11-23 20:46:18'),(62773,4,15626,'','2013-11-23 20:46:18'),(62774,5,15626,'','2013-11-23 20:46:18'),(62775,6,15626,'','2013-11-23 20:46:18'),(62776,7,15626,'DAY','2013-11-23 20:46:18'),(62777,1,15627,'3592899','2013-11-23 20:48:16'),(62778,2,15627,'594812','2013-11-23 20:48:16'),(62779,3,15627,'','2013-11-23 20:48:16'),(62780,4,15627,'OPD','2013-11-23 20:48:16'),(62781,5,15627,'','2013-11-23 20:48:16'),(62782,6,15627,'24.00','2013-11-23 20:48:16'),(62783,7,15627,'DAY','2013-11-23 20:48:16'),(62784,1,15628,'3592908','2013-11-23 20:50:09'),(62785,2,15628,'','2013-11-23 20:50:09'),(62786,3,15628,'','2013-11-23 20:50:09'),(62787,4,15628,'OPD','2013-11-23 20:50:09'),(62788,5,15628,'','2013-11-23 20:50:09'),(62789,6,15628,'22.00','2013-11-23 20:50:09'),(62790,7,15628,'DAY','2013-11-23 20:50:09'),(62791,1,15629,'3592909','2013-11-23 20:53:36'),(62792,2,15629,'','2013-11-23 20:53:36'),(62793,3,15629,'','2013-11-23 20:53:36'),(62794,4,15629,'OPD','2013-11-23 20:53:36'),(62795,5,15629,'','2013-11-23 20:53:36'),(62796,6,15629,'22.00','2013-11-23 20:53:36'),(62797,7,15629,'DAY','2013-11-23 20:53:36'),(62798,1,15630,'3592910','2013-11-23 20:55:26'),(62799,2,15630,'','2013-11-23 20:55:26'),(62800,3,15630,'','2013-11-23 20:55:26'),(62801,4,15630,'OPD','2013-11-23 20:55:26'),(62802,5,15630,'','2013-11-23 20:55:27'),(62803,6,15630,'22.00','2013-11-23 20:55:27'),(62804,7,15630,'DAY','2013-11-23 20:55:27'),(62805,1,15631,'3592914','2013-11-23 20:59:17'),(62806,2,15631,'','2013-11-23 20:59:17'),(62807,3,15631,'','2013-11-23 20:59:17'),(62808,4,15631,'OPD','2013-11-23 20:59:17'),(62809,5,15631,'','2013-11-23 20:59:17'),(62810,6,15631,'47.00','2013-11-23 20:59:17'),(62811,7,15631,'DAY','2013-11-23 20:59:17'),(62812,1,15633,'','2013-11-23 20:59:17'),(62813,2,15633,'','2013-11-23 20:59:17'),(62814,3,15633,'','2013-11-23 20:59:17'),(62815,4,15633,'','2013-11-23 20:59:17'),(62816,5,15633,'','2013-11-23 20:59:17'),(62817,6,15633,'','2013-11-23 20:59:17'),(62818,7,15633,'DAY','2013-11-23 20:59:17'),(62819,1,15634,'3592916','2013-11-23 21:00:53'),(62820,2,15634,'','2013-11-23 21:00:53'),(62821,3,15634,'','2013-11-23 21:00:53'),(62822,4,15634,'OPD','2013-11-23 21:00:53'),(62823,5,15634,'','2013-11-23 21:00:53'),(62824,6,15634,'81.00','2013-11-23 21:00:53'),(62825,7,15634,'DAY','2013-11-23 21:00:53'),(62826,1,15635,'3592933','2013-11-23 21:14:47'),(62827,2,15635,'','2013-11-23 21:14:47'),(62828,3,15635,'','2013-11-23 21:14:47'),(62829,4,15635,'OPD','2013-11-23 21:14:47'),(62830,5,15635,'','2013-11-23 21:14:47'),(62831,6,15635,'47.00','2013-11-23 21:14:47'),(62832,7,15635,'DAY','2013-11-23 21:14:47'),(62833,1,15637,'','2013-11-23 21:14:47'),(62834,2,15637,'','2013-11-23 21:14:47'),(62835,3,15637,'','2013-11-23 21:14:47'),(62836,4,15637,'','2013-11-23 21:14:47'),(62837,5,15637,'','2013-11-23 21:14:47'),(62838,6,15637,'','2013-11-23 21:14:47'),(62839,7,15637,'DAY','2013-11-23 21:14:47'),(62840,1,15638,'3592941','2013-11-23 21:22:08'),(62841,2,15638,'','2013-11-23 21:22:08'),(62842,3,15638,'','2013-11-23 21:22:08'),(62843,4,15638,'OPD','2013-11-23 21:22:08'),(62844,5,15638,'','2013-11-23 21:22:08'),(62845,6,15638,'104.00','2013-11-23 21:22:08'),(62846,7,15638,'DAY','2013-11-23 21:22:08'),(62847,1,15640,'','2013-11-23 21:22:08'),(62848,2,15640,'','2013-11-23 21:22:08'),(62849,3,15640,'','2013-11-23 21:22:08'),(62850,4,15640,'','2013-11-23 21:22:08'),(62851,5,15640,'','2013-11-23 21:22:08'),(62852,6,15640,'','2013-11-23 21:22:08'),(62853,7,15640,'DAY','2013-11-23 21:22:08'),(62854,1,15641,'3592956','2013-11-23 22:01:22'),(62855,2,15641,'','2013-11-23 22:01:22'),(62856,3,15641,'','2013-11-23 22:01:22'),(62857,4,15641,'OPD','2013-11-23 22:01:22'),(62858,5,15641,'','2013-11-23 22:01:22'),(62859,6,15641,'94.00','2013-11-23 22:01:22'),(62860,7,15641,'DAY','2013-11-23 22:01:22'),(62861,1,15643,'','2013-11-23 22:01:23'),(62862,2,15643,'','2013-11-23 22:01:23'),(62863,3,15643,'','2013-11-23 22:01:23'),(62864,4,15643,'','2013-11-23 22:01:23'),(62865,5,15643,'','2013-11-23 22:01:23'),(62866,6,15643,'','2013-11-23 22:01:23'),(62867,7,15643,'DAY','2013-11-23 22:01:23'),(62868,1,15644,'3592958','2013-11-23 22:05:05'),(62869,2,15644,'594826','2013-11-23 22:05:05'),(62870,3,15644,'','2013-11-23 22:05:05'),(62871,4,15644,'OUTSIDE REQ','2013-11-23 22:05:05'),(62872,5,15644,'','2013-11-23 22:05:05'),(62873,6,15644,'36.00','2013-11-23 22:05:05'),(62874,7,15644,'DAY','2013-11-23 22:05:05'),(62875,1,15646,'','2013-11-23 22:05:05'),(62876,2,15646,'','2013-11-23 22:05:05'),(62877,3,15646,'','2013-11-23 22:05:05'),(62878,4,15646,'','2013-11-23 22:05:05'),(62879,5,15646,'','2013-11-23 22:05:05'),(62880,6,15646,'','2013-11-23 22:05:05'),(62881,7,15646,'DAY','2013-11-23 22:05:05'),(62882,1,15647,'3592959','2013-11-23 22:07:44'),(62883,2,15647,'594827','2013-11-23 22:07:44'),(62884,3,15647,'','2013-11-23 22:07:44'),(62885,4,15647,'OPD','2013-11-23 22:07:44'),(62886,5,15647,'','2013-11-23 22:07:44'),(62887,6,15647,'75.00','2013-11-23 22:07:44'),(62888,7,15647,'DAY','2013-11-23 22:07:44'),(62889,1,15648,'3592961','2013-11-23 22:20:03'),(62890,2,15648,'','2013-11-23 22:20:03'),(62891,3,15648,'','2013-11-23 22:20:03'),(62892,4,15648,'OPD','2013-11-23 22:20:03'),(62893,5,15648,'','2013-11-23 22:20:03'),(62894,6,15648,'13.00','2013-11-23 22:20:03'),(62895,7,15648,'DAY','2013-11-23 22:20:03'),(62896,1,15649,'3592966','2013-11-23 22:27:26'),(62897,2,15649,'','2013-11-23 22:27:26'),(62898,3,15649,'','2013-11-23 22:27:26'),(62899,4,15649,'OPD','2013-11-23 22:27:26'),(62900,5,15649,'','2013-11-23 22:27:26'),(62901,6,15649,'320.00','2013-11-23 22:27:27'),(62902,7,15649,'DAY','2013-11-23 22:27:27'),(62903,1,15651,'','2013-11-23 22:27:27'),(62904,2,15651,'','2013-11-23 22:27:27'),(62905,3,15651,'','2013-11-23 22:27:27'),(62906,4,15651,'','2013-11-23 22:27:27'),(62907,5,15651,'','2013-11-23 22:27:27'),(62908,6,15651,'','2013-11-23 22:27:27'),(62909,7,15651,'DAY','2013-11-23 22:27:27'),(62910,1,15654,'','2013-11-23 22:27:27'),(62911,2,15654,'','2013-11-23 22:27:27'),(62912,3,15654,'','2013-11-23 22:27:27'),(62913,4,15654,'','2013-11-23 22:27:27'),(62914,5,15654,'','2013-11-23 22:27:27'),(62915,6,15654,'','2013-11-23 22:27:27'),(62916,7,15654,'DAY','2013-11-23 22:27:27'),(62917,1,15655,'3592960','2013-11-23 22:44:57'),(62918,2,15655,'594832','2013-11-23 22:44:57'),(62919,3,15655,'','2013-11-23 22:44:57'),(62920,4,15655,'OPD','2013-11-23 22:44:57'),(62921,5,15655,'','2013-11-23 22:44:57'),(62922,6,15655,'32.00','2013-11-23 22:44:57'),(62923,7,15655,'DAY','2013-11-23 22:44:57'),(62924,1,15657,'','2013-11-23 22:44:58'),(62925,2,15657,'','2013-11-23 22:44:58'),(62926,3,15657,'','2013-11-23 22:44:58'),(62927,4,15657,'','2013-11-23 22:44:58'),(62928,5,15657,'','2013-11-23 22:44:58'),(62929,6,15657,'','2013-11-23 22:44:58'),(62930,7,15657,'DAY','2013-11-23 22:44:58'),(62931,1,15658,'3584376','2013-11-23 22:47:53'),(62932,2,15658,'','2013-11-23 22:47:53'),(62933,3,15658,'','2013-11-23 22:47:53'),(62934,4,15658,'OPD','2013-11-23 22:47:53'),(62935,5,15658,'','2013-11-23 22:47:53'),(62936,6,15658,'','2013-11-23 22:47:53'),(62937,7,15658,'DAY','2013-11-23 22:47:53'),(62938,1,15660,'','2013-11-23 22:47:53'),(62939,2,15660,'','2013-11-23 22:47:53'),(62940,3,15660,'','2013-11-23 22:47:53'),(62941,4,15660,'','2013-11-23 22:47:53'),(62942,5,15660,'','2013-11-23 22:47:53'),(62943,6,15660,'','2013-11-23 22:47:53'),(62944,7,15660,'DAY','2013-11-23 22:47:53'),(62945,1,15661,'3592989','2013-11-23 23:15:44'),(62946,2,15661,'','2013-11-23 23:15:44'),(62947,3,15661,'','2013-11-23 23:15:44'),(62948,4,15661,'OPD','2013-11-23 23:15:44'),(62949,5,15661,'','2013-11-23 23:15:44'),(62950,6,15661,'27.00','2013-11-23 23:15:44'),(62951,7,15661,'DAY','2013-11-23 23:15:44'),(62952,1,15662,'3592993','2013-11-23 23:23:05'),(62953,2,15662,'','2013-11-23 23:23:05'),(62954,3,15662,'','2013-11-23 23:23:05'),(62955,4,15662,'OPD','2013-11-23 23:23:05'),(62956,5,15662,'','2013-11-23 23:23:05'),(62957,6,15662,'66.00','2013-11-23 23:23:05'),(62958,7,15662,'DAY','2013-11-23 23:23:05'),(62959,1,15663,'3592992','2013-11-23 23:25:41'),(62960,2,15663,'','2013-11-23 23:25:41'),(62961,3,15663,'','2013-11-23 23:25:41'),(62962,4,15663,'OPD','2013-11-23 23:25:41'),(62963,5,15663,'','2013-11-23 23:25:41'),(62964,6,15663,'66.00','2013-11-23 23:25:41'),(62965,7,15663,'DAY','2013-11-23 23:25:41'),(62966,1,15664,'3593012','2013-11-23 23:42:45'),(62967,2,15664,'','2013-11-23 23:42:45'),(62968,3,15664,'','2013-11-23 23:42:45'),(62969,4,15664,'OPD','2013-11-23 23:42:45'),(62970,5,15664,'','2013-11-23 23:42:45'),(62971,6,15664,'103.00','2013-11-23 23:42:45'),(62972,7,15664,'DAY','2013-11-23 23:42:45'),(62973,1,15666,'','2013-11-23 23:42:45'),(62974,2,15666,'','2013-11-23 23:42:45'),(62975,3,15666,'','2013-11-23 23:42:45'),(62976,4,15666,'','2013-11-23 23:42:45'),(62977,5,15666,'','2013-11-23 23:42:45'),(62978,6,15666,'','2013-11-23 23:42:45'),(62979,7,15666,'DAY','2013-11-23 23:42:45'),(62980,1,15667,'3592994','2013-11-23 23:49:15'),(62981,2,15667,'594842','2013-11-23 23:49:15'),(62982,3,15667,'','2013-11-23 23:49:15'),(62983,4,15667,'OPD','2013-11-23 23:49:15'),(62984,5,15667,'','2013-11-23 23:49:15'),(62985,6,15667,'132.00','2013-11-23 23:49:15'),(62986,7,15667,'DAY','2013-11-23 23:49:15'),(62987,1,15669,'','2013-11-23 23:49:15'),(62988,2,15669,'','2013-11-23 23:49:15'),(62989,3,15669,'','2013-11-23 23:49:15'),(62990,4,15669,'','2013-11-23 23:49:15'),(62991,5,15669,'','2013-11-23 23:49:15'),(62992,6,15669,'','2013-11-23 23:49:15'),(62993,7,15669,'DAY','2013-11-23 23:49:15'),(62994,1,15670,'3593015','2013-11-24 00:05:30'),(62995,2,15670,'594846','2013-11-24 00:05:30'),(62996,3,15670,'','2013-11-24 00:05:30'),(62997,4,15670,'','2013-11-24 00:05:30'),(62998,5,15670,'','2013-11-24 00:05:30'),(62999,6,15670,'12.00','2013-11-24 00:05:30'),(63000,7,15670,'DAY','2013-11-24 00:05:30'),(63001,1,15671,'3593017','2013-11-24 00:08:43'),(63002,2,15671,'','2013-11-24 00:08:43'),(63003,3,15671,'','2013-11-24 00:08:43'),(63004,4,15671,'OPD','2013-11-24 00:08:43'),(63005,5,15671,'','2013-11-24 00:08:43'),(63006,6,15671,'72.00','2013-11-24 00:08:43'),(63007,7,15671,'DAY','2013-11-24 00:08:43'),(63008,1,15673,'','2013-11-24 00:08:43'),(63009,2,15673,'','2013-11-24 00:08:43'),(63010,3,15673,'','2013-11-24 00:08:43'),(63011,4,15673,'','2013-11-24 00:08:43'),(63012,5,15673,'','2013-11-24 00:08:43'),(63013,6,15673,'','2013-11-24 00:08:43'),(63014,7,15673,'DAY','2013-11-24 00:08:43'),(63015,1,15674,'3593020','2013-11-24 00:13:02'),(63016,2,15674,'','2013-11-24 00:13:02'),(63017,3,15674,'','2013-11-24 00:13:02'),(63018,4,15674,'OPD','2013-11-24 00:13:02'),(63019,5,15674,'','2013-11-24 00:13:02'),(63020,6,15674,'97.00','2013-11-24 00:13:02'),(63021,7,15674,'DAY','2013-11-24 00:13:02'),(63022,1,15676,'','2013-11-24 00:13:02'),(63023,2,15676,'','2013-11-24 00:13:02'),(63024,3,15676,'','2013-11-24 00:13:02'),(63025,4,15676,'','2013-11-24 00:13:02'),(63026,5,15676,'','2013-11-24 00:13:02'),(63027,6,15676,'','2013-11-24 00:13:02'),(63028,7,15676,'DAY','2013-11-24 00:13:02'),(63029,1,15679,'','2013-11-24 00:13:02'),(63030,2,15679,'','2013-11-24 00:13:02'),(63031,3,15679,'','2013-11-24 00:13:02'),(63032,4,15679,'','2013-11-24 00:13:02'),(63033,5,15679,'','2013-11-24 00:13:02'),(63034,6,15679,'','2013-11-24 00:13:02'),(63035,7,15679,'DAY','2013-11-24 00:13:02'),(63036,1,15680,'3593021','2013-11-24 00:15:17'),(63037,2,15680,'','2013-11-24 00:15:17'),(63038,3,15680,'','2013-11-24 00:15:17'),(63039,4,15680,'OPD','2013-11-24 00:15:17'),(63040,5,15680,'','2013-11-24 00:15:17'),(63041,6,15680,'31.00','2013-11-24 00:15:17'),(63042,7,15680,'DAY','2013-11-24 00:15:17'),(63043,1,15682,'','2013-11-24 00:15:17'),(63044,2,15682,'','2013-11-24 00:15:17'),(63045,3,15682,'','2013-11-24 00:15:17'),(63046,4,15682,'','2013-11-24 00:15:17'),(63047,5,15682,'','2013-11-24 00:15:17'),(63048,6,15682,'','2013-11-24 00:15:17'),(63049,7,15682,'DAY','2013-11-24 00:15:17'),(63050,1,15683,'3593018','2013-11-24 00:25:45'),(63051,2,15683,'594848','2013-11-24 00:25:45'),(63052,3,15683,'','2013-11-24 00:25:45'),(63053,4,15683,'OPD','2013-11-24 00:25:45'),(63054,5,15683,'','2013-11-24 00:25:45'),(63055,6,15683,'231.00','2013-11-24 00:25:45'),(63056,7,15683,'DAY','2013-11-24 00:25:45'),(63057,1,15685,'','2013-11-24 00:25:46'),(63058,2,15685,'','2013-11-24 00:25:46'),(63059,3,15685,'','2013-11-24 00:25:46'),(63060,4,15685,'','2013-11-24 00:25:46'),(63061,5,15685,'','2013-11-24 00:25:46'),(63062,6,15685,'','2013-11-24 00:25:46'),(63063,7,15685,'DAY','2013-11-24 00:25:46'),(63064,1,15686,'3593053','2013-11-24 00:53:06'),(63065,2,15686,'','2013-11-24 00:53:06'),(63066,3,15686,'','2013-11-24 00:53:06'),(63067,4,15686,'OPD','2013-11-24 00:53:06'),(63068,5,15686,'','2013-11-24 00:53:06'),(63069,6,15686,'66.00','2013-11-24 00:53:06'),(63070,7,15686,'DAY','2013-11-24 00:53:06'),(63071,1,15687,'3593050','2013-11-24 00:56:53'),(63072,2,15687,'','2013-11-24 00:56:53'),(63073,3,15687,'','2013-11-24 00:56:53'),(63074,4,15687,'OPD','2013-11-24 00:56:53'),(63075,5,15687,'','2013-11-24 00:56:53'),(63076,6,15687,'127.00','2013-11-24 00:56:53'),(63077,7,15687,'DAY','2013-11-24 00:56:53'),(63078,1,15689,'','2013-11-24 00:56:53'),(63079,2,15689,'','2013-11-24 00:56:53'),(63080,3,15689,'','2013-11-24 00:56:53'),(63081,4,15689,'','2013-11-24 00:56:53'),(63082,5,15689,'','2013-11-24 00:56:53'),(63083,6,15689,'','2013-11-24 00:56:53'),(63084,7,15689,'DAY','2013-11-24 00:56:53'),(63085,1,15690,'3593040','2013-11-24 01:15:01'),(63086,2,15690,'','2013-11-24 01:15:01'),(63087,3,15690,'','2013-11-24 01:15:01'),(63088,4,15690,'OPD','2013-11-24 01:15:01'),(63089,5,15690,'','2013-11-24 01:15:01'),(63090,6,15690,'66.00','2013-11-24 01:15:01'),(63091,7,15690,'DAY','2013-11-24 01:15:01'),(63092,1,15691,'3593045','2013-11-24 01:17:06'),(63093,2,15691,'','2013-11-24 01:17:06'),(63094,3,15691,'','2013-11-24 01:17:06'),(63095,4,15691,'OPD','2013-11-24 01:17:06'),(63096,5,15691,'','2013-11-24 01:17:06'),(63097,6,15691,'22.00','2013-11-24 01:17:06'),(63098,7,15691,'DAY','2013-11-24 01:17:06'),(63099,1,15692,'3593082','2013-11-24 01:19:25'),(63100,2,15692,'','2013-11-24 01:19:25'),(63101,3,15692,'','2013-11-24 01:19:25'),(63102,4,15692,'OPD','2013-11-24 01:19:25'),(63103,5,15692,'','2013-11-24 01:19:25'),(63104,6,15692,'94.00','2013-11-24 01:19:25'),(63105,7,15692,'DAY','2013-11-24 01:19:25'),(63106,1,15694,'','2013-11-24 01:19:25'),(63107,2,15694,'','2013-11-24 01:19:25'),(63108,3,15694,'','2013-11-24 01:19:25'),(63109,4,15694,'','2013-11-24 01:19:25'),(63110,5,15694,'','2013-11-24 01:19:25'),(63111,6,15694,'','2013-11-24 01:19:25'),(63112,7,15694,'DAY','2013-11-24 01:19:25'),(63113,1,15695,'3593088','2013-11-24 01:22:37'),(63114,2,15695,'','2013-11-24 01:22:37'),(63115,3,15695,'','2013-11-24 01:22:37'),(63116,4,15695,'OPD','2013-11-24 01:22:37'),(63117,5,15695,'','2013-11-24 01:22:37'),(63118,6,15695,'223.40','2013-11-24 01:22:37'),(63119,7,15695,'DAY','2013-11-24 01:22:37'),(63120,1,15697,'','2013-11-24 01:22:37'),(63121,2,15697,'','2013-11-24 01:22:37'),(63122,3,15697,'','2013-11-24 01:22:37'),(63123,4,15697,'','2013-11-24 01:22:37'),(63124,5,15697,'','2013-11-24 01:22:37'),(63125,6,15697,'','2013-11-24 01:22:37'),(63126,7,15697,'DAY','2013-11-24 01:22:37'),(63127,1,15700,'','2013-11-24 01:22:37'),(63128,2,15700,'','2013-11-24 01:22:37'),(63129,3,15700,'','2013-11-24 01:22:37'),(63130,4,15700,'','2013-11-24 01:22:37'),(63131,5,15700,'','2013-11-24 01:22:37'),(63132,6,15700,'','2013-11-24 01:22:37'),(63133,7,15700,'DAY','2013-11-24 01:22:37'),(63134,1,15704,'','2013-11-24 01:22:38'),(63135,2,15704,'','2013-11-24 01:22:38'),(63136,3,15704,'','2013-11-24 01:22:38'),(63137,4,15704,'','2013-11-24 01:22:38'),(63138,5,15704,'','2013-11-24 01:22:38'),(63139,6,15704,'','2013-11-24 01:22:38'),(63140,7,15704,'DAY','2013-11-24 01:22:38'),(63141,1,15705,'3593096','2013-11-24 01:27:30'),(63142,2,15705,'594859','2013-11-24 01:27:30'),(63143,3,15705,'','2013-11-24 01:27:30'),(63144,4,15705,'OPD','2013-11-24 01:27:30'),(63145,5,15705,'','2013-11-24 01:27:30'),(63146,6,15705,'237.00','2013-11-24 01:27:30'),(63147,7,15705,'DAY','2013-11-24 01:27:30'),(63148,1,15707,'','2013-11-24 01:27:31'),(63149,2,15707,'','2013-11-24 01:27:31'),(63150,3,15707,'','2013-11-24 01:27:31'),(63151,4,15707,'','2013-11-24 01:27:31'),(63152,5,15707,'','2013-11-24 01:27:31'),(63153,6,15707,'','2013-11-24 01:27:31'),(63154,7,15707,'DAY','2013-11-24 01:27:31'),(63155,1,15708,'3593103','2013-11-24 01:29:59'),(63156,2,15708,'','2013-11-24 01:29:59'),(63157,3,15708,'','2013-11-24 01:29:59'),(63158,4,15708,'OPD','2013-11-24 01:29:59'),(63159,5,15708,'','2013-11-24 01:29:59'),(63160,6,15708,'62.00','2013-11-24 01:29:59'),(63161,7,15708,'DAY','2013-11-24 01:29:59'),(63162,1,15710,'','2013-11-24 01:30:00'),(63163,2,15710,'','2013-11-24 01:30:00'),(63164,3,15710,'','2013-11-24 01:30:00'),(63165,4,15710,'','2013-11-24 01:30:00'),(63166,5,15710,'','2013-11-24 01:30:00'),(63167,6,15710,'','2013-11-24 01:30:00'),(63168,7,15710,'DAY','2013-11-24 01:30:00'),(63169,1,15711,'3593106','2013-11-24 01:39:12'),(63170,2,15711,'594860','2013-11-24 01:39:12'),(63171,3,15711,'','2013-11-24 01:39:12'),(63172,4,15711,'','2013-11-24 01:39:12'),(63173,5,15711,'OPD','2013-11-24 01:39:12'),(63174,6,15711,'12.00','2013-11-24 01:39:12'),(63175,7,15711,'DAY','2013-11-24 01:39:12'),(63176,1,15712,'3593116','2013-11-24 01:46:27'),(63177,2,15712,'','2013-11-24 01:46:27'),(63178,3,15712,'','2013-11-24 01:46:27'),(63179,4,15712,'OPD','2013-11-24 01:46:27'),(63180,5,15712,'','2013-11-24 01:46:27'),(63181,6,15712,'99.00','2013-11-24 01:46:27'),(63182,7,15712,'DAY','2013-11-24 01:46:27'),(63183,1,15714,'','2013-11-24 01:46:28'),(63184,2,15714,'','2013-11-24 01:46:28'),(63185,3,15714,'','2013-11-24 01:46:28'),(63186,4,15714,'','2013-11-24 01:46:28'),(63187,5,15714,'','2013-11-24 01:46:28'),(63188,6,15714,'','2013-11-24 01:46:28'),(63189,7,15714,'DAY','2013-11-24 01:46:28'),(63190,1,15715,'3593128','2013-11-24 02:22:40'),(63191,2,15715,'594866','2013-11-24 02:22:40'),(63192,3,15715,'','2013-11-24 02:22:40'),(63193,4,15715,'OPD','2013-11-24 02:22:40'),(63194,5,15715,'','2013-11-24 02:22:40'),(63195,6,15715,'87.00','2013-11-24 02:22:40'),(63196,7,15715,'DAY','2013-11-24 02:22:40'),(63197,1,15717,'','2013-11-24 02:22:41'),(63198,2,15717,'','2013-11-24 02:22:41'),(63199,3,15717,'','2013-11-24 02:22:41'),(63200,4,15717,'','2013-11-24 02:22:41'),(63201,5,15717,'','2013-11-24 02:22:41'),(63202,6,15717,'','2013-11-24 02:22:41'),(63203,7,15717,'DAY','2013-11-24 02:22:41'),(63204,1,15718,'3593124','2013-11-24 02:26:54'),(63205,2,15718,'','2013-11-24 02:26:54'),(63206,3,15718,'','2013-11-24 02:26:54'),(63207,4,15718,'','2013-11-24 02:26:54'),(63208,5,15718,'','2013-11-24 02:26:54'),(63209,6,15718,'81.00','2013-11-24 02:26:54'),(63210,7,15718,'DAY','2013-11-24 02:26:54'),(63211,1,15719,'3593135','2013-11-24 02:39:31'),(63212,2,15719,'','2013-11-24 02:39:31'),(63213,3,15719,'','2013-11-24 02:39:31'),(63214,4,15719,'OPD','2013-11-24 02:39:31'),(63215,5,15719,'','2013-11-24 02:39:31'),(63216,6,15719,'49.00','2013-11-24 02:39:31'),(63217,7,15719,'DAY','2013-11-24 02:39:31'),(63218,1,15721,'','2013-11-24 02:39:31'),(63219,2,15721,'','2013-11-24 02:39:31'),(63220,3,15721,'','2013-11-24 02:39:31'),(63221,4,15721,'','2013-11-24 02:39:31'),(63222,5,15721,'','2013-11-24 02:39:31'),(63223,6,15721,'','2013-11-24 02:39:31'),(63224,7,15721,'DAY','2013-11-24 02:39:31'),(63225,1,15722,'3593164','2013-11-24 03:22:12'),(63226,2,15722,'','2013-11-24 03:22:12'),(63227,3,15722,'','2013-11-24 03:22:12'),(63228,4,15722,'OPD','2013-11-24 03:22:12'),(63229,5,15722,'','2013-11-24 03:22:12'),(63230,6,15722,'26.24','2013-11-24 03:22:12'),(63231,7,15722,'DAY','2013-11-24 03:22:12'),(63232,1,15723,'3593163','2013-11-24 03:27:52'),(63233,2,15723,'594870','2013-11-24 03:27:52'),(63234,3,15723,'','2013-11-24 03:27:52'),(63235,4,15723,'OPD','2013-11-24 03:27:52'),(63236,5,15723,'','2013-11-24 03:27:52'),(63237,6,15723,'35','2013-11-24 03:27:52'),(63238,7,15723,'DAY','2013-11-24 03:27:52'),(63239,1,15724,'3593167','2013-11-24 03:44:07'),(63240,2,15724,'','2013-11-24 03:44:07'),(63241,3,15724,'','2013-11-24 03:44:07'),(63242,4,15724,'OPD','2013-11-24 03:44:07'),(63243,5,15724,'','2013-11-24 03:44:07'),(63244,6,15724,'132','2013-11-24 03:44:07'),(63245,7,15724,'DAY','2013-11-24 03:44:07'),(63246,1,15726,'','2013-11-24 03:44:08'),(63247,2,15726,'','2013-11-24 03:44:08'),(63248,3,15726,'','2013-11-24 03:44:08'),(63249,4,15726,'','2013-11-24 03:44:08'),(63250,5,15726,'','2013-11-24 03:44:08'),(63251,6,15726,'','2013-11-24 03:44:08'),(63252,7,15726,'DAY','2013-11-24 03:44:08'),(63253,1,15727,'3593168','2013-11-24 03:52:41'),(63254,2,15727,'','2013-11-24 03:52:41'),(63255,3,15727,'','2013-11-24 03:52:41'),(63256,4,15727,'OPD','2013-11-24 03:52:41'),(63257,5,15727,'','2013-11-24 03:52:41'),(63258,6,15727,'81','2013-11-24 03:52:41'),(63259,7,15727,'DAY','2013-11-24 03:52:41'),(63260,1,15728,'3593178','2013-11-24 04:32:53'),(63261,2,15728,'','2013-11-24 04:32:54'),(63262,3,15728,'','2013-11-24 04:32:54'),(63263,4,15728,'OPD','2013-11-24 04:32:54'),(63264,5,15728,'','2013-11-24 04:32:54'),(63265,6,15728,'18','2013-11-24 04:32:54'),(63266,7,15728,'DAY','2013-11-24 04:32:54'),(63267,1,15729,'3593180','2013-11-24 04:48:58'),(63268,2,15729,'','2013-11-24 04:48:58'),(63269,3,15729,'','2013-11-24 04:48:58'),(63270,4,15729,'OPD','2013-11-24 04:48:58'),(63271,5,15729,'','2013-11-24 04:48:58'),(63272,6,15729,'185','2013-11-24 04:48:58'),(63273,7,15729,'NIGHT','2013-11-24 04:48:58'),(63274,1,15731,'','2013-11-24 04:48:58'),(63275,2,15731,'','2013-11-24 04:48:58'),(63276,3,15731,'','2013-11-24 04:48:58'),(63277,4,15731,'','2013-11-24 04:48:58'),(63278,5,15731,'','2013-11-24 04:48:58'),(63279,6,15731,'','2013-11-24 04:48:58'),(63280,7,15731,'NIGHT','2013-11-24 04:48:58'),(63281,1,15732,'3593181','2013-11-24 04:56:51'),(63282,2,15732,'','2013-11-24 04:56:51'),(63283,3,15732,'','2013-11-24 04:56:51'),(63284,4,15732,'OPD','2013-11-24 04:56:51'),(63285,5,15732,'','2013-11-24 04:56:51'),(63286,6,15732,'68','2013-11-24 04:56:51'),(63287,7,15732,'NIGHT','2013-11-24 04:56:51'),(63288,1,15734,'','2013-11-24 04:56:51'),(63289,2,15734,'','2013-11-24 04:56:51'),(63290,3,15734,'','2013-11-24 04:56:51'),(63291,4,15734,'','2013-11-24 04:56:51'),(63292,5,15734,'','2013-11-24 04:56:51'),(63293,6,15734,'','2013-11-24 04:56:51'),(63294,7,15734,'NIGHT','2013-11-24 04:56:51'),(63295,1,15735,'','2013-11-24 04:57:41'),(63296,2,15735,'','2013-11-24 04:57:41'),(63297,3,15735,'','2013-11-24 04:57:41'),(63298,4,15735,'','2013-11-24 04:57:41'),(63299,5,15735,'','2013-11-24 04:57:41'),(63300,6,15735,'','2013-11-24 04:57:41'),(63301,7,15735,'NIGHT','2013-11-24 04:57:41'),(63302,1,15736,'3593194','2013-11-24 09:52:12'),(63303,2,15736,'','2013-11-24 09:52:12'),(63304,3,15736,'','2013-11-24 09:52:12'),(63305,4,15736,'OPD','2013-11-24 09:52:12'),(63306,5,15736,'','2013-11-24 09:52:12'),(63307,6,15736,'79','2013-11-24 09:52:12'),(63308,7,15736,'NIGHT','2013-11-24 09:52:12'),(63309,1,15738,'','2013-11-24 09:52:12'),(63310,2,15738,'','2013-11-24 09:52:12'),(63311,3,15738,'','2013-11-24 09:52:12'),(63312,4,15738,'','2013-11-24 09:52:12'),(63313,5,15738,'','2013-11-24 09:52:12'),(63314,6,15738,'','2013-11-24 09:52:12'),(63315,7,15738,'NIGHT','2013-11-24 09:52:12'),(63316,1,15739,'3593204','2013-11-24 13:08:02'),(63317,2,15739,'','2013-11-24 13:08:02'),(63318,3,15739,'','2013-11-24 13:08:02'),(63319,4,15739,'OPD','2013-11-24 13:08:02'),(63320,5,15739,'','2013-11-24 13:08:02'),(63321,6,15739,'50','2013-11-24 13:08:02'),(63322,7,15739,'NIGHT','2013-11-24 13:08:02'),(63323,1,15741,'','2013-11-24 13:08:02'),(63324,2,15741,'','2013-11-24 13:08:02'),(63325,3,15741,'','2013-11-24 13:08:02'),(63326,4,15741,'','2013-11-24 13:08:02'),(63327,5,15741,'','2013-11-24 13:08:02'),(63328,6,15741,'','2013-11-24 13:08:02'),(63329,7,15741,'NIGHT','2013-11-24 13:08:02'),(63330,1,15742,'3593208','2013-11-24 13:57:19'),(63331,2,15742,'','2013-11-24 13:57:19'),(63332,3,15742,'','2013-11-24 13:57:19'),(63333,4,15742,'OPD','2013-11-24 13:57:19'),(63334,5,15742,'','2013-11-24 13:57:19'),(63335,6,15742,'245','2013-11-24 13:57:19'),(63336,7,15742,'NIGHT','2013-11-24 13:57:19'),(63337,1,15744,'','2013-11-24 13:57:19'),(63338,2,15744,'','2013-11-24 13:57:19'),(63339,3,15744,'','2013-11-24 13:57:19'),(63340,4,15744,'','2013-11-24 13:57:19'),(63341,5,15744,'','2013-11-24 13:57:19'),(63342,6,15744,'','2013-11-24 13:57:19'),(63343,7,15744,'NIGHT','2013-11-24 13:57:19'),(63344,1,15745,'3593211','2013-11-24 14:33:09'),(63345,2,15745,'','2013-11-24 14:33:09'),(63346,3,15745,'','2013-11-24 14:33:09'),(63347,4,15745,'OPD','2013-11-24 14:33:09'),(63348,5,15745,'','2013-11-24 14:33:09'),(63349,6,15745,'102','2013-11-24 14:33:09'),(63350,7,15745,'NIGHT','2013-11-24 14:33:09'),(63351,1,15747,'','2013-11-24 14:33:09'),(63352,2,15747,'','2013-11-24 14:33:09'),(63353,3,15747,'','2013-11-24 14:33:09'),(63354,4,15747,'','2013-11-24 14:33:09'),(63355,5,15747,'','2013-11-24 14:33:09'),(63356,6,15747,'','2013-11-24 14:33:09'),(63357,7,15747,'NIGHT','2013-11-24 14:33:09'),(63358,1,15750,'','2013-11-24 14:33:09'),(63359,2,15750,'','2013-11-24 14:33:09'),(63360,3,15750,'','2013-11-24 14:33:09'),(63361,4,15750,'','2013-11-24 14:33:09'),(63362,5,15750,'','2013-11-24 14:33:09'),(63363,6,15750,'','2013-11-24 14:33:09'),(63364,7,15750,'NIGHT','2013-11-24 14:33:09'),(63365,1,15751,'3593212','2013-11-24 14:37:05'),(63366,2,15751,'','2013-11-24 14:37:05'),(63367,3,15751,'','2013-11-24 14:37:05'),(63368,4,15751,'OPD','2013-11-24 14:37:05'),(63369,5,15751,'','2013-11-24 14:37:05'),(63370,6,15751,'13','2013-11-24 14:37:05'),(63371,7,15751,'NIGHT','2013-11-24 14:37:05'),(63372,1,15752,'3589665','2013-11-24 14:44:26'),(63373,2,15752,'','2013-11-24 14:44:26'),(63374,3,15752,'','2013-11-24 14:44:26'),(63375,4,15752,'OPD','2013-11-24 14:44:26'),(63376,5,15752,'','2013-11-24 14:44:26'),(63377,6,15752,'220','2013-11-24 14:44:26'),(63378,7,15752,'NIGHT','2013-11-24 14:44:26'),(63379,1,15753,'3576716','2013-11-24 15:11:24'),(63380,2,15753,'','2013-11-24 15:11:24'),(63381,3,15753,'','2013-11-24 15:11:24'),(63382,4,15753,'OPD','2013-11-24 15:11:24'),(63383,5,15753,'','2013-11-24 15:11:24'),(63384,6,15753,'80','2013-11-24 15:11:24'),(63385,7,15753,'NIGHT','2013-11-24 15:11:24'),(63386,1,15754,'3593223','2013-11-24 15:32:44'),(63387,2,15754,'','2013-11-24 15:32:44'),(63388,3,15754,'','2013-11-24 15:32:44'),(63389,4,15754,'OPD','2013-11-24 15:32:44'),(63390,5,15754,'','2013-11-24 15:32:44'),(63391,6,15754,'50.00','2013-11-24 15:32:44'),(63392,7,15754,'DAY','2013-11-24 15:32:44'),(63393,1,15756,'','2013-11-24 15:32:44'),(63394,2,15756,'','2013-11-24 15:32:44'),(63395,3,15756,'','2013-11-24 15:32:44'),(63396,4,15756,'','2013-11-24 15:32:44'),(63397,5,15756,'','2013-11-24 15:32:44'),(63398,6,15756,'','2013-11-24 15:32:44'),(63399,7,15756,'DAY','2013-11-24 15:32:44'),(63400,1,15757,'3593222','2013-11-24 15:36:58'),(63401,2,15757,'','2013-11-24 15:36:58'),(63402,3,15757,'','2013-11-24 15:36:58'),(63403,4,15757,'OPD','2013-11-24 15:36:58'),(63404,5,15757,'','2013-11-24 15:36:58'),(63405,6,15757,'','2013-11-24 15:36:58'),(63406,7,15757,'DAY','2013-11-24 15:36:58'),(63407,1,15759,'','2013-11-24 15:36:59'),(63408,2,15759,'','2013-11-24 15:36:59'),(63409,3,15759,'','2013-11-24 15:36:59'),(63410,4,15759,'','2013-11-24 15:36:59'),(63411,5,15759,'','2013-11-24 15:36:59'),(63412,6,15759,'','2013-11-24 15:36:59'),(63413,7,15759,'DAY','2013-11-24 15:36:59'),(63414,1,15760,'3593226','2013-11-24 15:45:19'),(63415,2,15760,'','2013-11-24 15:45:19'),(63416,3,15760,'','2013-11-24 15:45:19'),(63417,4,15760,'OPD','2013-11-24 15:45:19'),(63418,5,15760,'','2013-11-24 15:45:19'),(63419,6,15760,'37.00','2013-11-24 15:45:19'),(63420,7,15760,'DAY','2013-11-24 15:45:19'),(63421,1,15761,'3593156','2013-11-24 15:48:53'),(63422,2,15761,'','2013-11-24 15:48:53'),(63423,3,15761,'','2013-11-24 15:48:53'),(63424,4,15761,'OPD','2013-11-24 15:48:53'),(63425,5,15761,'','2013-11-24 15:48:53'),(63426,6,15761,'12.00','2013-11-24 15:48:53'),(63427,7,15761,'DAY','2013-11-24 15:48:53'),(63428,1,15762,'3593229','2013-11-24 15:52:08'),(63429,2,15762,'','2013-11-24 15:52:08'),(63430,3,15762,'','2013-11-24 15:52:08'),(63431,4,15762,'OPD','2013-11-24 15:52:08'),(63432,5,15762,'','2013-11-24 15:52:08'),(63433,6,15762,'172.00','2013-11-24 15:52:08'),(63434,7,15762,'DAY','2013-11-24 15:52:08'),(63435,1,15764,'','2013-11-24 15:52:08'),(63436,2,15764,'','2013-11-24 15:52:08'),(63437,3,15764,'','2013-11-24 15:52:08'),(63438,4,15764,'','2013-11-24 15:52:08'),(63439,5,15764,'','2013-11-24 15:52:08'),(63440,6,15764,'','2013-11-24 15:52:08'),(63441,7,15764,'DAY','2013-11-24 15:52:08'),(63442,1,15767,'','2013-11-24 15:52:08'),(63443,2,15767,'','2013-11-24 15:52:08'),(63444,3,15767,'','2013-11-24 15:52:08'),(63445,4,15767,'','2013-11-24 15:52:08'),(63446,5,15767,'','2013-11-24 15:52:08'),(63447,6,15767,'','2013-11-24 15:52:08'),(63448,7,15767,'DAY','2013-11-24 15:52:08'),(63449,1,15771,'','2013-11-24 15:52:09'),(63450,2,15771,'','2013-11-24 15:52:09'),(63451,3,15771,'','2013-11-24 15:52:09'),(63452,4,15771,'','2013-11-24 15:52:09'),(63453,5,15771,'','2013-11-24 15:52:09'),(63454,6,15771,'','2013-11-24 15:52:09'),(63455,7,15771,'DAY','2013-11-24 15:52:09'),(63456,1,15772,'3593227','2013-11-24 15:54:00'),(63457,2,15772,'','2013-11-24 15:54:00'),(63458,3,15772,'','2013-11-24 15:54:00'),(63459,4,15772,'OPD','2013-11-24 15:54:00'),(63460,5,15772,'','2013-11-24 15:54:00'),(63461,6,15772,'68.00','2013-11-24 15:54:00'),(63462,7,15772,'DAY','2013-11-24 15:54:00'),(63463,1,15774,'','2013-11-24 15:54:00'),(63464,2,15774,'','2013-11-24 15:54:00'),(63465,3,15774,'','2013-11-24 15:54:00'),(63466,4,15774,'','2013-11-24 15:54:00'),(63467,5,15774,'','2013-11-24 15:54:00'),(63468,6,15774,'','2013-11-24 15:54:00'),(63469,7,15774,'DAY','2013-11-24 15:54:00'),(63470,1,15777,'','2013-11-24 15:54:00'),(63471,2,15777,'','2013-11-24 15:54:00'),(63472,3,15777,'','2013-11-24 15:54:00'),(63473,4,15777,'','2013-11-24 15:54:00'),(63474,5,15777,'','2013-11-24 15:54:00'),(63475,6,15777,'','2013-11-24 15:54:00'),(63476,7,15777,'DAY','2013-11-24 15:54:00'),(63477,1,15778,'3593230','2013-11-24 16:01:02'),(63478,2,15778,'','2013-11-24 16:01:02'),(63479,3,15778,'','2013-11-24 16:01:02'),(63480,4,15778,'OPD','2013-11-24 16:01:02'),(63481,5,15778,'','2013-11-24 16:01:02'),(63482,6,15778,'45.00','2013-11-24 16:01:02'),(63483,7,15778,'DAY','2013-11-24 16:01:02'),(63484,1,15779,'3593233','2013-11-24 16:25:37'),(63485,2,15779,'','2013-11-24 16:25:37'),(63486,3,15779,'','2013-11-24 16:25:37'),(63487,4,15779,'OPD','2013-11-24 16:25:37'),(63488,5,15779,'','2013-11-24 16:25:37'),(63489,6,15779,'103.00','2013-11-24 16:25:37'),(63490,7,15779,'DAY','2013-11-24 16:25:37'),(63491,1,15781,'','2013-11-24 16:25:37'),(63492,2,15781,'','2013-11-24 16:25:38'),(63493,3,15781,'','2013-11-24 16:25:38'),(63494,4,15781,'','2013-11-24 16:25:38'),(63495,5,15781,'','2013-11-24 16:25:38'),(63496,6,15781,'','2013-11-24 16:25:38'),(63497,7,15781,'DAY','2013-11-24 16:25:38'),(63498,1,15782,'3593235','2013-11-24 16:32:24'),(63499,2,15782,'','2013-11-24 16:32:24'),(63500,3,15782,'','2013-11-24 16:32:24'),(63501,4,15782,'WARD','2013-11-24 16:32:24'),(63502,5,15782,'218081','2013-11-24 16:32:24'),(63503,6,15782,'44.00','2013-11-24 16:32:24'),(63504,7,15782,'DAY','2013-11-24 16:32:24'),(63505,1,15784,'','2013-11-24 16:32:24'),(63506,2,15784,'','2013-11-24 16:32:24'),(63507,3,15784,'','2013-11-24 16:32:24'),(63508,4,15784,'','2013-11-24 16:32:24'),(63509,5,15784,'','2013-11-24 16:32:24'),(63510,6,15784,'','2013-11-24 16:32:24'),(63511,7,15784,'DAY','2013-11-24 16:32:24'),(63512,1,15785,'3593242','2013-11-24 16:55:36'),(63513,2,15785,'','2013-11-24 16:55:36'),(63514,3,15785,'','2013-11-24 16:55:36'),(63515,4,15785,'OPD','2013-11-24 16:55:36'),(63516,5,15785,'','2013-11-24 16:55:36'),(63517,6,15785,'89.00','2013-11-24 16:55:36'),(63518,7,15785,'DAY','2013-11-24 16:55:36'),(63519,1,15787,'','2013-11-24 16:55:36'),(63520,2,15787,'','2013-11-24 16:55:36'),(63521,3,15787,'','2013-11-24 16:55:36'),(63522,4,15787,'','2013-11-24 16:55:36'),(63523,5,15787,'','2013-11-24 16:55:36'),(63524,6,15787,'','2013-11-24 16:55:36'),(63525,7,15787,'DAY','2013-11-24 16:55:36'),(63526,1,15790,'','2013-11-24 16:55:36'),(63527,2,15790,'','2013-11-24 16:55:36'),(63528,3,15790,'','2013-11-24 16:55:36'),(63529,4,15790,'','2013-11-24 16:55:36'),(63530,5,15790,'','2013-11-24 16:55:36'),(63531,6,15790,'','2013-11-24 16:55:36'),(63532,7,15790,'DAY','2013-11-24 16:55:36'),(63533,1,15791,'3593247','2013-11-24 17:21:41'),(63534,2,15791,'','2013-11-24 17:21:41'),(63535,3,15791,'','2013-11-24 17:21:41'),(63536,4,15791,'OPD','2013-11-24 17:21:41'),(63537,5,15791,'','2013-11-24 17:21:41'),(63538,6,15791,'94.00','2013-11-24 17:21:41'),(63539,7,15791,'DAY','2013-11-24 17:21:41'),(63540,1,15793,'','2013-11-24 17:21:41'),(63541,2,15793,'','2013-11-24 17:21:41'),(63542,3,15793,'','2013-11-24 17:21:41'),(63543,4,15793,'','2013-11-24 17:21:41'),(63544,5,15793,'','2013-11-24 17:21:41'),(63545,6,15793,'','2013-11-24 17:21:41'),(63546,7,15793,'DAY','2013-11-24 17:21:41'),(63547,1,15794,'3593248','2013-11-24 17:25:20'),(63548,2,15794,'','2013-11-24 17:25:20'),(63549,3,15794,'','2013-11-24 17:25:20'),(63550,4,15794,'OPD','2013-11-24 17:25:20'),(63551,5,15794,'','2013-11-24 17:25:20'),(63552,6,15794,'80.00','2013-11-24 17:25:20'),(63553,7,15794,'DAY','2013-11-24 17:25:20'),(63554,1,15796,'','2013-11-24 17:25:20'),(63555,2,15796,'','2013-11-24 17:25:20'),(63556,3,15796,'','2013-11-24 17:25:20'),(63557,4,15796,'','2013-11-24 17:25:20'),(63558,5,15796,'','2013-11-24 17:25:20'),(63559,6,15796,'','2013-11-24 17:25:20'),(63560,7,15796,'DAY','2013-11-24 17:25:20'),(63561,1,15797,'3593252','2013-11-24 17:36:23'),(63562,2,15797,'','2013-11-24 17:36:23'),(63563,3,15797,'','2013-11-24 17:36:23'),(63564,4,15797,'OPD','2013-11-24 17:36:23'),(63565,5,15797,'','2013-11-24 17:36:23'),(63566,6,15797,'107.00','2013-11-24 17:36:23'),(63567,7,15797,'DAY','2013-11-24 17:36:23'),(63568,1,15799,'','2013-11-24 17:36:24'),(63569,2,15799,'','2013-11-24 17:36:24'),(63570,3,15799,'','2013-11-24 17:36:24'),(63571,4,15799,'','2013-11-24 17:36:24'),(63572,5,15799,'','2013-11-24 17:36:24'),(63573,6,15799,'','2013-11-24 17:36:24'),(63574,7,15799,'DAY','2013-11-24 17:36:24'),(63575,1,15802,'','2013-11-24 17:36:24'),(63576,2,15802,'','2013-11-24 17:36:24'),(63577,3,15802,'','2013-11-24 17:36:24'),(63578,4,15802,'','2013-11-24 17:36:24'),(63579,5,15802,'','2013-11-24 17:36:24'),(63580,6,15802,'','2013-11-24 17:36:24'),(63581,7,15802,'DAY','2013-11-24 17:36:24'),(63582,1,15803,'3593253','2013-11-24 17:42:05'),(63583,2,15803,'594890','2013-11-24 17:42:05'),(63584,3,15803,'','2013-11-24 17:42:05'),(63585,4,15803,'OPD','2013-11-24 17:42:05'),(63586,5,15803,'','2013-11-24 17:42:05'),(63587,6,15803,'12.00','2013-11-24 17:42:05'),(63588,7,15803,'DAY','2013-11-24 17:42:05'),(63589,1,15804,'3593266','2013-11-24 18:03:30'),(63590,2,15804,'','2013-11-24 18:03:30'),(63591,3,15804,'','2013-11-24 18:03:30'),(63592,4,15804,'OPD','2013-11-24 18:03:30'),(63593,5,15804,'','2013-11-24 18:03:30'),(63594,6,15804,'112.00','2013-11-24 18:03:30'),(63595,7,15804,'DAY','2013-11-24 18:03:30'),(63596,1,15806,'','2013-11-24 18:03:30'),(63597,2,15806,'','2013-11-24 18:03:30'),(63598,3,15806,'','2013-11-24 18:03:30'),(63599,4,15806,'','2013-11-24 18:03:30'),(63600,5,15806,'','2013-11-24 18:03:30'),(63601,6,15806,'','2013-11-24 18:03:30'),(63602,7,15806,'DAY','2013-11-24 18:03:30'),(63603,1,15809,'','2013-11-24 18:03:31'),(63604,2,15809,'','2013-11-24 18:03:31'),(63605,3,15809,'','2013-11-24 18:03:31'),(63606,4,15809,'','2013-11-24 18:03:31'),(63607,5,15809,'','2013-11-24 18:03:31'),(63608,6,15809,'','2013-11-24 18:03:31'),(63609,7,15809,'DAY','2013-11-24 18:03:31'),(63610,1,15810,'3592577','2013-11-24 18:10:11'),(63611,2,15810,'','2013-11-24 18:10:11'),(63612,3,15810,'','2013-11-24 18:10:11'),(63613,4,15810,'OPD','2013-11-24 18:10:11'),(63614,5,15810,'','2013-11-24 18:10:11'),(63615,6,15810,'','2013-11-24 18:10:11'),(63616,7,15810,'DAY','2013-11-24 18:10:11'),(63617,1,15812,'','2013-11-24 18:10:11'),(63618,2,15812,'','2013-11-24 18:10:11'),(63619,3,15812,'','2013-11-24 18:10:11'),(63620,4,15812,'','2013-11-24 18:10:11'),(63621,5,15812,'','2013-11-24 18:10:11'),(63622,6,15812,'','2013-11-24 18:10:11'),(63623,7,15812,'DAY','2013-11-24 18:10:11'),(63624,1,15813,'','2013-11-24 18:32:42'),(63625,2,15813,'','2013-11-24 18:32:42'),(63626,3,15813,'','2013-11-24 18:32:42'),(63627,4,15813,'','2013-11-24 18:32:42'),(63628,5,15813,'','2013-11-24 18:32:42'),(63629,6,15813,'','2013-11-24 18:32:42'),(63630,7,15813,'DAY','2013-11-24 18:32:42'),(63631,1,15814,'','2013-11-24 18:40:46'),(63632,2,15814,'','2013-11-24 18:40:46'),(63633,3,15814,'','2013-11-24 18:40:46'),(63634,4,15814,'','2013-11-24 18:40:46'),(63635,5,15814,'','2013-11-24 18:40:46'),(63636,6,15814,'','2013-11-24 18:40:46'),(63637,7,15814,'DAY','2013-11-24 18:40:46'),(63638,1,15815,'3593277','2013-11-24 18:45:11'),(63639,2,15815,'594893','2013-11-24 18:45:11'),(63640,3,15815,'','2013-11-24 18:45:11'),(63641,4,15815,'OPD','2013-11-24 18:45:11'),(63642,5,15815,'','2013-11-24 18:45:11'),(63643,6,15815,'15.00','2013-11-24 18:45:11'),(63644,7,15815,'DAY','2013-11-24 18:45:11'),(63645,1,15816,'3593281','2013-11-24 18:47:36'),(63646,2,15816,'','2013-11-24 18:47:36'),(63647,3,15816,'','2013-11-24 18:47:36'),(63648,4,15816,'OPD','2013-11-24 18:47:36'),(63649,5,15816,'','2013-11-24 18:47:36'),(63650,6,15816,'81.00','2013-11-24 18:47:36'),(63651,7,15816,'DAY','2013-11-24 18:47:36'),(63652,1,15817,'3593285','2013-11-24 18:54:14'),(63653,2,15817,'','2013-11-24 18:54:14'),(63654,3,15817,'','2013-11-24 18:54:14'),(63655,4,15817,'OPD','2013-11-24 18:54:14'),(63656,5,15817,'','2013-11-24 18:54:14'),(63657,6,15817,'112.00','2013-11-24 18:54:14'),(63658,7,15817,'DAY','2013-11-24 18:54:14'),(63659,1,15819,'','2013-11-24 18:54:15'),(63660,2,15819,'','2013-11-24 18:54:15'),(63661,3,15819,'','2013-11-24 18:54:15'),(63662,4,15819,'','2013-11-24 18:54:15'),(63663,5,15819,'','2013-11-24 18:54:15'),(63664,6,15819,'','2013-11-24 18:54:15'),(63665,7,15819,'DAY','2013-11-24 18:54:15'),(63666,1,15822,'','2013-11-24 18:54:15'),(63667,2,15822,'','2013-11-24 18:54:15'),(63668,3,15822,'','2013-11-24 18:54:15'),(63669,4,15822,'','2013-11-24 18:54:15'),(63670,5,15822,'','2013-11-24 18:54:15'),(63671,6,15822,'','2013-11-24 18:54:15'),(63672,7,15822,'DAY','2013-11-24 18:54:15'),(63673,1,15823,'3593296','2013-11-24 19:19:04'),(63674,2,15823,'594897','2013-11-24 19:19:04'),(63675,3,15823,'','2013-11-24 19:19:04'),(63676,4,15823,'OPD','2013-11-24 19:19:04'),(63677,5,15823,'','2013-11-24 19:19:04'),(63678,6,15823,'87.00','2013-11-24 19:19:04'),(63679,7,15823,'DAY','2013-11-24 19:19:04'),(63680,1,15825,'','2013-11-24 19:19:04'),(63681,2,15825,'','2013-11-24 19:19:04'),(63682,3,15825,'','2013-11-24 19:19:04'),(63683,4,15825,'','2013-11-24 19:19:04'),(63684,5,15825,'','2013-11-24 19:19:04'),(63685,6,15825,'','2013-11-24 19:19:04'),(63686,7,15825,'DAY','2013-11-24 19:19:04'),(63687,1,15826,'3593292','2013-11-24 19:31:21'),(63688,2,15826,'','2013-11-24 19:31:21'),(63689,3,15826,'','2013-11-24 19:31:21'),(63690,4,15826,'OPD','2013-11-24 19:31:21'),(63691,5,15826,'','2013-11-24 19:31:21'),(63692,6,15826,'125.00','2013-11-24 19:31:21'),(63693,7,15826,'DAY','2013-11-24 19:31:21'),(63694,1,15828,'','2013-11-24 19:31:21'),(63695,2,15828,'','2013-11-24 19:31:21'),(63696,3,15828,'','2013-11-24 19:31:21'),(63697,4,15828,'','2013-11-24 19:31:21'),(63698,5,15828,'','2013-11-24 19:31:21'),(63699,6,15828,'','2013-11-24 19:31:21'),(63700,7,15828,'DAY','2013-11-24 19:31:21'),(63701,1,15831,'','2013-11-24 19:31:21'),(63702,2,15831,'','2013-11-24 19:31:21'),(63703,3,15831,'','2013-11-24 19:31:21'),(63704,4,15831,'','2013-11-24 19:31:21'),(63705,5,15831,'','2013-11-24 19:31:21'),(63706,6,15831,'','2013-11-24 19:31:21'),(63707,7,15831,'DAY','2013-11-24 19:31:21'),(63708,1,15835,'','2013-11-24 19:31:22'),(63709,2,15835,'','2013-11-24 19:31:22'),(63710,3,15835,'','2013-11-24 19:31:22'),(63711,4,15835,'','2013-11-24 19:31:22'),(63712,5,15835,'','2013-11-24 19:31:22'),(63713,6,15835,'','2013-11-24 19:31:22'),(63714,7,15835,'DAY','2013-11-24 19:31:22'),(63715,1,15836,'3593299','2013-11-24 19:40:25'),(63716,2,15836,'594899','2013-11-24 19:40:25'),(63717,3,15836,'','2013-11-24 19:40:25'),(63718,4,15836,'OPD','2013-11-24 19:40:25'),(63719,5,15836,'','2013-11-24 19:40:25'),(63720,6,15836,'100.00','2013-11-24 19:40:25'),(63721,7,15836,'DAY','2013-11-24 19:40:25'),(63722,1,15838,'','2013-11-24 19:40:26'),(63723,2,15838,'','2013-11-24 19:40:26'),(63724,3,15838,'','2013-11-24 19:40:26'),(63725,4,15838,'','2013-11-24 19:40:26'),(63726,5,15838,'','2013-11-24 19:40:26'),(63727,6,15838,'','2013-11-24 19:40:26'),(63728,7,15838,'DAY','2013-11-24 19:40:26'),(63729,1,15839,'3593280','2013-11-24 19:43:32'),(63730,2,15839,'','2013-11-24 19:43:32'),(63731,3,15839,'','2013-11-24 19:43:32'),(63732,4,15839,'OPD','2013-11-24 19:43:32'),(63733,5,15839,'','2013-11-24 19:43:32'),(63734,6,15839,'100.00','2013-11-24 19:43:32'),(63735,7,15839,'DAY','2013-11-24 19:43:32'),(63736,1,15841,'','2013-11-24 19:43:32'),(63737,2,15841,'','2013-11-24 19:43:32'),(63738,3,15841,'','2013-11-24 19:43:32'),(63739,4,15841,'','2013-11-24 19:43:32'),(63740,5,15841,'','2013-11-24 19:43:32'),(63741,6,15841,'','2013-11-24 19:43:32'),(63742,7,15841,'DAY','2013-11-24 19:43:32'),(63743,1,15842,'3593308','2013-11-24 20:02:06'),(63744,2,15842,'594902','2013-11-24 20:02:06'),(63745,3,15842,'','2013-11-24 20:02:06'),(63746,4,15842,'','2013-11-24 20:02:06'),(63747,5,15842,'','2013-11-24 20:02:06'),(63748,6,15842,'98.00','2013-11-24 20:02:06'),(63749,7,15842,'DAY','2013-11-24 20:02:06'),(63750,1,15844,'','2013-11-24 20:02:06'),(63751,2,15844,'','2013-11-24 20:02:06'),(63752,3,15844,'','2013-11-24 20:02:06'),(63753,4,15844,'','2013-11-24 20:02:07'),(63754,5,15844,'','2013-11-24 20:02:07'),(63755,6,15844,'','2013-11-24 20:02:07'),(63756,7,15844,'DAY','2013-11-24 20:02:07'),(63757,1,15845,'3593309','2013-11-24 20:04:45'),(63758,2,15845,'','2013-11-24 20:04:45'),(63759,3,15845,'','2013-11-24 20:04:45'),(63760,4,15845,'OPD','2013-11-24 20:04:45'),(63761,5,15845,'','2013-11-24 20:04:45'),(63762,6,15845,'32.00','2013-11-24 20:04:45'),(63763,7,15845,'DAY','2013-11-24 20:04:45'),(63764,1,15846,'3593310','2013-11-24 20:07:28'),(63765,2,15846,'','2013-11-24 20:07:28'),(63766,3,15846,'','2013-11-24 20:07:28'),(63767,4,15846,'OPD','2013-11-24 20:07:28'),(63768,5,15846,'','2013-11-24 20:07:28'),(63769,6,15846,'94.00','2013-11-24 20:07:28'),(63770,7,15846,'DAY','2013-11-24 20:07:28'),(63771,1,15848,'','2013-11-24 20:07:29'),(63772,2,15848,'','2013-11-24 20:07:29'),(63773,3,15848,'','2013-11-24 20:07:29'),(63774,4,15848,'','2013-11-24 20:07:29'),(63775,5,15848,'','2013-11-24 20:07:29'),(63776,6,15848,'','2013-11-24 20:07:29'),(63777,7,15848,'DAY','2013-11-24 20:07:29'),(63778,1,15849,'3593312','2013-11-24 20:14:45'),(63779,2,15849,'','2013-11-24 20:14:45'),(63780,3,15849,'','2013-11-24 20:14:45'),(63781,4,15849,'OUTSIDE REQ','2013-11-24 20:14:45'),(63782,5,15849,'','2013-11-24 20:14:45'),(63783,6,15849,'45.00','2013-11-24 20:14:45'),(63784,7,15849,'DAY','2013-11-24 20:14:45'),(63785,1,15850,'3593317','2013-11-24 20:29:06'),(63786,2,15850,'','2013-11-24 20:29:06'),(63787,3,15850,'','2013-11-24 20:29:06'),(63788,4,15850,'OPD','2013-11-24 20:29:06'),(63789,5,15850,'','2013-11-24 20:29:06'),(63790,6,15850,'175.00','2013-11-24 20:29:06'),(63791,7,15850,'DAY','2013-11-24 20:29:06'),(63792,1,15852,'','2013-11-24 20:29:06'),(63793,2,15852,'','2013-11-24 20:29:06'),(63794,3,15852,'','2013-11-24 20:29:06'),(63795,4,15852,'','2013-11-24 20:29:06'),(63796,5,15852,'','2013-11-24 20:29:06'),(63797,6,15852,'','2013-11-24 20:29:06'),(63798,7,15852,'DAY','2013-11-24 20:29:06'),(63799,1,15855,'','2013-11-24 20:29:06'),(63800,2,15855,'','2013-11-24 20:29:06'),(63801,3,15855,'','2013-11-24 20:29:06'),(63802,4,15855,'','2013-11-24 20:29:06'),(63803,5,15855,'','2013-11-24 20:29:06'),(63804,6,15855,'','2013-11-24 20:29:06'),(63805,7,15855,'DAY','2013-11-24 20:29:06'),(63806,1,15856,'3593326','2013-11-24 20:50:03'),(63807,2,15856,'','2013-11-24 20:50:03'),(63808,3,15856,'','2013-11-24 20:50:03'),(63809,4,15856,'OPD','2013-11-24 20:50:03'),(63810,5,15856,'','2013-11-24 20:50:03'),(63811,6,15856,'235.00','2013-11-24 20:50:03'),(63812,7,15856,'DAY','2013-11-24 20:50:03'),(63813,1,15858,'','2013-11-24 20:50:03'),(63814,2,15858,'','2013-11-24 20:50:03'),(63815,3,15858,'','2013-11-24 20:50:03'),(63816,4,15858,'','2013-11-24 20:50:03'),(63817,5,15858,'','2013-11-24 20:50:03'),(63818,6,15858,'','2013-11-24 20:50:03'),(63819,7,15858,'DAY','2013-11-24 20:50:03'),(63820,1,15861,'','2013-11-24 20:50:03'),(63821,2,15861,'','2013-11-24 20:50:03'),(63822,3,15861,'','2013-11-24 20:50:03'),(63823,4,15861,'','2013-11-24 20:50:03'),(63824,5,15861,'','2013-11-24 20:50:03'),(63825,6,15861,'','2013-11-24 20:50:03'),(63826,7,15861,'DAY','2013-11-24 20:50:03'),(63827,1,15862,'3593328','2013-11-24 20:59:38'),(63828,2,15862,'','2013-11-24 20:59:38'),(63829,3,15862,'','2013-11-24 20:59:38'),(63830,4,15862,'OPD','2013-11-24 20:59:38'),(63831,5,15862,'','2013-11-24 20:59:38'),(63832,6,15862,'59.00','2013-11-24 20:59:38'),(63833,7,15862,'DAY','2013-11-24 20:59:38'),(63834,1,15863,'3593331','2013-11-24 21:22:32'),(63835,2,15863,'594916','2013-11-24 21:22:32'),(63836,3,15863,'','2013-11-24 21:22:32'),(63837,4,15863,'','2013-11-24 21:22:32'),(63838,5,15863,'','2013-11-24 21:22:32'),(63839,6,15863,'12.00','2013-11-24 21:22:32'),(63840,7,15863,'DAY','2013-11-24 21:22:32'),(63841,1,15864,'3593339','2013-11-24 21:36:09'),(63842,2,15864,'594917','2013-11-24 21:36:09'),(63843,3,15864,'','2013-11-24 21:36:09'),(63844,4,15864,'OPD','2013-11-24 21:36:09'),(63845,5,15864,'','2013-11-24 21:36:09'),(63846,6,15864,'104.00','2013-11-24 21:36:09'),(63847,7,15864,'DAY','2013-11-24 21:36:09'),(63848,1,15865,'3593343','2013-11-24 22:01:01'),(63849,2,15865,'','2013-11-24 22:01:01'),(63850,3,15865,'','2013-11-24 22:01:01'),(63851,4,15865,'OPD','2013-11-24 22:01:01'),(63852,5,15865,'','2013-11-24 22:01:01'),(63853,6,15865,'81.00','2013-11-24 22:01:01'),(63854,7,15865,'DAY','2013-11-24 22:01:01'),(63855,1,15866,'3593208','2013-11-24 22:30:34'),(63856,2,15866,'','2013-11-24 22:30:34'),(63857,3,15866,'','2013-11-24 22:30:34'),(63858,4,15866,'','2013-11-24 22:30:34'),(63859,5,15866,'','2013-11-24 22:30:34'),(63860,6,15866,'','2013-11-24 22:30:34'),(63861,7,15866,'DAY','2013-11-24 22:30:34'),(63862,1,15867,'3593352','2013-11-24 22:58:21'),(63863,2,15867,'594923','2013-11-24 22:58:21'),(63864,3,15867,'','2013-11-24 22:58:21'),(63865,4,15867,'','2013-11-24 22:58:21'),(63866,5,15867,'','2013-11-24 22:58:21'),(63867,6,15867,'59','2013-11-24 22:58:21'),(63868,7,15867,'DAY','2013-11-24 22:58:21'),(63869,1,15868,'3593355','2013-11-24 23:25:45'),(63870,2,15868,'','2013-11-24 23:25:45'),(63871,3,15868,'','2013-11-24 23:25:45'),(63872,4,15868,'OPD','2013-11-24 23:25:45'),(63873,5,15868,'','2013-11-24 23:25:45'),(63874,6,15868,'99.00','2013-11-24 23:25:45'),(63875,7,15868,'DAY','2013-11-24 23:25:45'),(63876,1,15870,'','2013-11-24 23:25:45'),(63877,2,15870,'','2013-11-24 23:25:45'),(63878,3,15870,'','2013-11-24 23:25:45'),(63879,4,15870,'','2013-11-24 23:25:45'),(63880,5,15870,'','2013-11-24 23:25:45'),(63881,6,15870,'','2013-11-24 23:25:45'),(63882,7,15870,'DAY','2013-11-24 23:25:45'),(63883,1,15871,'3593358','2013-11-24 23:30:46'),(63884,2,15871,'','2013-11-24 23:30:46'),(63885,3,15871,'','2013-11-24 23:30:46'),(63886,4,15871,'OPD','2013-11-24 23:30:46'),(63887,5,15871,'','2013-11-24 23:30:46'),(63888,6,15871,'112.00','2013-11-24 23:30:46'),(63889,7,15871,'DAY','2013-11-24 23:30:46'),(63890,1,15873,'','2013-11-24 23:30:46'),(63891,2,15873,'','2013-11-24 23:30:46'),(63892,3,15873,'','2013-11-24 23:30:46'),(63893,4,15873,'','2013-11-24 23:30:46'),(63894,5,15873,'','2013-11-24 23:30:46'),(63895,6,15873,'','2013-11-24 23:30:46'),(63896,7,15873,'DAY','2013-11-24 23:30:46'),(63897,1,15876,'','2013-11-24 23:30:46'),(63898,2,15876,'','2013-11-24 23:30:46'),(63899,3,15876,'','2013-11-24 23:30:46'),(63900,4,15876,'','2013-11-24 23:30:46'),(63901,5,15876,'','2013-11-24 23:30:46'),(63902,6,15876,'','2013-11-24 23:30:46'),(63903,7,15876,'DAY','2013-11-24 23:30:46'),(63904,1,15877,'3593370','2013-11-25 00:10:57'),(63905,2,15877,'','2013-11-25 00:10:57'),(63906,3,15877,'','2013-11-25 00:10:57'),(63907,4,15877,'OPD','2013-11-25 00:10:57'),(63908,5,15877,'','2013-11-25 00:10:57'),(63909,6,15877,'66.00','2013-11-25 00:10:57'),(63910,7,15877,'DAY','2013-11-25 00:10:57'),(63911,1,15878,'3593365','2013-11-25 01:21:16'),(63912,2,15878,'594932','2013-11-25 01:21:16'),(63913,3,15878,'','2013-11-25 01:21:16'),(63914,4,15878,'OPD','2013-11-25 01:21:16'),(63915,5,15878,'','2013-11-25 01:21:16'),(63916,6,15878,'87.00','2013-11-25 01:21:16'),(63917,7,15878,'DAY','2013-11-25 01:21:16'),(63918,1,15880,'','2013-11-25 01:21:16'),(63919,2,15880,'','2013-11-25 01:21:16'),(63920,3,15880,'','2013-11-25 01:21:16'),(63921,4,15880,'','2013-11-25 01:21:16'),(63922,5,15880,'','2013-11-25 01:21:16'),(63923,6,15880,'','2013-11-25 01:21:16'),(63924,7,15880,'DAY','2013-11-25 01:21:16'),(63925,1,15881,'3593425','2013-11-25 01:24:00'),(63926,2,15881,'','2013-11-25 01:24:00'),(63927,3,15881,'','2013-11-25 01:24:00'),(63928,4,15881,'OPD','2013-11-25 01:24:00'),(63929,5,15881,'','2013-11-25 01:24:00'),(63930,6,15881,'112.00','2013-11-25 01:24:00'),(63931,7,15881,'DAY','2013-11-25 01:24:00'),(63932,1,15883,'','2013-11-25 01:24:00'),(63933,2,15883,'','2013-11-25 01:24:00'),(63934,3,15883,'','2013-11-25 01:24:00'),(63935,4,15883,'','2013-11-25 01:24:00'),(63936,5,15883,'','2013-11-25 01:24:00'),(63937,6,15883,'','2013-11-25 01:24:00'),(63938,7,15883,'DAY','2013-11-25 01:24:00'),(63939,1,15886,'','2013-11-25 01:24:00'),(63940,2,15886,'','2013-11-25 01:24:00'),(63941,3,15886,'','2013-11-25 01:24:00'),(63942,4,15886,'','2013-11-25 01:24:00'),(63943,5,15886,'','2013-11-25 01:24:00'),(63944,6,15886,'','2013-11-25 01:24:00'),(63945,7,15886,'DAY','2013-11-25 01:24:00'),(63946,1,15887,'3593428','2013-11-25 01:29:46'),(63947,2,15887,'','2013-11-25 01:29:46'),(63948,3,15887,'','2013-11-25 01:29:46'),(63949,4,15887,'OPD','2013-11-25 01:29:46'),(63950,5,15887,'','2013-11-25 01:29:46'),(63951,6,15887,'112.00','2013-11-25 01:29:46'),(63952,7,15887,'DAY','2013-11-25 01:29:46'),(63953,1,15889,'','2013-11-25 01:29:47'),(63954,2,15889,'','2013-11-25 01:29:47'),(63955,3,15889,'','2013-11-25 01:29:47'),(63956,4,15889,'','2013-11-25 01:29:47'),(63957,5,15889,'','2013-11-25 01:29:47'),(63958,6,15889,'','2013-11-25 01:29:47'),(63959,7,15889,'DAY','2013-11-25 01:29:47'),(63960,1,15892,'','2013-11-25 01:29:47'),(63961,2,15892,'','2013-11-25 01:29:47'),(63962,3,15892,'','2013-11-25 01:29:47'),(63963,4,15892,'','2013-11-25 01:29:47'),(63964,5,15892,'','2013-11-25 01:29:47'),(63965,6,15892,'','2013-11-25 01:29:47'),(63966,7,15892,'DAY','2013-11-25 01:29:47'),(63967,1,15893,'3593467','2013-11-25 03:24:52'),(63968,2,15893,'','2013-11-25 03:24:52'),(63969,3,15893,'','2013-11-25 03:24:52'),(63970,4,15893,'OPD','2013-11-25 03:24:52'),(63971,5,15893,'','2013-11-25 03:24:52'),(63972,6,15893,'176','2013-11-25 03:24:52'),(63973,7,15893,'NIGHT','2013-11-25 03:24:52'),(63974,1,15895,'','2013-11-25 03:24:52'),(63975,2,15895,'','2013-11-25 03:24:53'),(63976,3,15895,'','2013-11-25 03:24:53'),(63977,4,15895,'','2013-11-25 03:24:53'),(63978,5,15895,'','2013-11-25 03:24:53'),(63979,6,15895,'','2013-11-25 03:24:53'),(63980,7,15895,'NIGHT','2013-11-25 03:24:53'),(63981,1,15898,'','2013-11-25 03:24:53'),(63982,2,15898,'','2013-11-25 03:24:53'),(63983,3,15898,'','2013-11-25 03:24:53'),(63984,4,15898,'','2013-11-25 03:24:53'),(63985,5,15898,'','2013-11-25 03:24:53'),(63986,6,15898,'','2013-11-25 03:24:53'),(63987,7,15898,'NIGHT','2013-11-25 03:24:53'),(63988,1,15899,'3593485','2013-11-25 04:29:30'),(63989,2,15899,'','2013-11-25 04:29:30'),(63990,3,15899,'','2013-11-25 04:29:30'),(63991,4,15899,'OPD','2013-11-25 04:29:30'),(63992,5,15899,'','2013-11-25 04:29:30'),(63993,6,15899,'37','2013-11-25 04:29:30'),(63994,7,15899,'NIGHT','2013-11-25 04:29:30'),(63995,1,15900,'3593505','2013-11-25 07:36:26'),(63996,2,15900,'','2013-11-25 07:36:26'),(63997,3,15900,'','2013-11-25 07:36:26'),(63998,4,15900,'OPD','2013-11-25 07:36:26'),(63999,5,15900,'','2013-11-25 07:36:26'),(64000,6,15900,'39','2013-11-25 07:36:26'),(64001,7,15900,'NIGHT','2013-11-25 07:36:26'),(64002,1,15901,'3593504','2013-11-25 07:38:15'),(64003,2,15901,'594956','2013-11-25 07:38:15'),(64004,3,15901,'','2013-11-25 07:38:15'),(64005,4,15901,'OPD','2013-11-25 07:38:15'),(64006,5,15901,'','2013-11-25 07:38:15'),(64007,6,15901,'35','2013-11-25 07:38:15'),(64008,7,15901,'NIGHT','2013-11-25 07:38:15'),(64009,1,15902,'3593506','2013-11-25 07:53:42'),(64010,2,15902,'','2013-11-25 07:53:42'),(64011,3,15902,'','2013-11-25 07:53:42'),(64012,4,15902,'OPD','2013-11-25 07:53:42'),(64013,5,15902,'','2013-11-25 07:53:42'),(64014,6,15902,'50','2013-11-25 07:53:42'),(64015,7,15902,'NIGHT','2013-11-25 07:53:42'),(64016,1,15904,'','2013-11-25 07:53:42'),(64017,2,15904,'','2013-11-25 07:53:42'),(64018,3,15904,'','2013-11-25 07:53:42'),(64019,4,15904,'','2013-11-25 07:53:42'),(64020,5,15904,'','2013-11-25 07:53:42'),(64021,6,15904,'','2013-11-25 07:53:42'),(64022,7,15904,'NIGHT','2013-11-25 07:53:42'),(64023,1,15905,'3593512','2013-11-25 09:08:48'),(64024,2,15905,'','2013-11-25 09:08:48'),(64025,3,15905,'','2013-11-25 09:08:48'),(64026,4,15905,'OPD','2013-11-25 09:08:48'),(64027,5,15905,'','2013-11-25 09:08:48'),(64028,6,15905,'37','2013-11-25 09:08:48'),(64029,7,15905,'NIGHT','2013-11-25 09:08:48'),(64030,1,15906,'3593511','2013-11-25 09:28:28'),(64031,2,15906,'','2013-11-25 09:28:28'),(64032,3,15906,'','2013-11-25 09:28:28'),(64033,4,15906,'OPD','2013-11-25 09:28:28'),(64034,5,15906,'','2013-11-25 09:28:28'),(64035,6,15906,'191','2013-11-25 09:28:28'),(64036,7,15906,'NIGHT','2013-11-25 09:28:28'),(64037,1,15908,'','2013-11-25 09:28:28'),(64038,2,15908,'','2013-11-25 09:28:28'),(64039,3,15908,'','2013-11-25 09:28:28'),(64040,4,15908,'','2013-11-25 09:28:28'),(64041,5,15908,'','2013-11-25 09:28:28'),(64042,6,15908,'','2013-11-25 09:28:28'),(64043,7,15908,'NIGHT','2013-11-25 09:28:28'),(64044,1,15911,'','2013-11-25 09:28:28'),(64045,2,15911,'','2013-11-25 09:28:28'),(64046,3,15911,'','2013-11-25 09:28:28'),(64047,4,15911,'','2013-11-25 09:28:28'),(64048,5,15911,'','2013-11-25 09:28:28'),(64049,6,15911,'','2013-11-25 09:28:28'),(64050,7,15911,'NIGHT','2013-11-25 09:28:28'),(64051,1,15912,'3593516','2013-11-25 10:33:29'),(64052,2,15912,'594963','2013-11-25 10:33:29'),(64053,3,15912,'','2013-11-25 10:33:29'),(64054,4,15912,'OPD','2013-11-25 10:33:29'),(64055,5,15912,'','2013-11-25 10:33:29'),(64056,6,15912,'12','2013-11-25 10:33:29'),(64057,7,15912,'NIGHT','2013-11-25 10:33:29'),(64058,1,15913,'3593523','2013-11-25 13:52:49'),(64059,2,15913,'','2013-11-25 13:52:49'),(64060,3,15913,'','2013-11-25 13:52:49'),(64061,4,15913,'OPD','2013-11-25 13:52:49'),(64062,5,15913,'','2013-11-25 13:52:49'),(64063,6,15913,'112','2013-11-25 13:52:49'),(64064,7,15913,'NIGHT','2013-11-25 13:52:49'),(64065,1,15915,'','2013-11-25 13:52:49'),(64066,2,15915,'','2013-11-25 13:52:49'),(64067,3,15915,'','2013-11-25 13:52:49'),(64068,4,15915,'','2013-11-25 13:52:49'),(64069,5,15915,'','2013-11-25 13:52:49'),(64070,6,15915,'','2013-11-25 13:52:49'),(64071,7,15915,'NIGHT','2013-11-25 13:52:49'),(64072,1,15918,'','2013-11-25 13:52:50'),(64073,2,15918,'','2013-11-25 13:52:50'),(64074,3,15918,'','2013-11-25 13:52:50'),(64075,4,15918,'','2013-11-25 13:52:50'),(64076,5,15918,'','2013-11-25 13:52:50'),(64077,6,15918,'','2013-11-25 13:52:50'),(64078,7,15918,'NIGHT','2013-11-25 13:52:50'),(64079,1,15919,'3592837','2013-11-25 13:59:19'),(64080,2,15919,'594787','2013-11-25 13:59:19'),(64081,3,15919,'','2013-11-25 13:59:19'),(64082,4,15919,'OPD','2013-11-25 13:59:19'),(64083,5,15919,'','2013-11-25 13:59:19'),(64084,6,15919,'150','2013-11-25 13:59:19'),(64085,7,15919,'NIGHT','2013-11-25 13:59:19'),(64086,1,15921,'','2013-11-25 13:59:19'),(64087,2,15921,'','2013-11-25 13:59:19'),(64088,3,15921,'','2013-11-25 13:59:19'),(64089,4,15921,'','2013-11-25 13:59:19'),(64090,5,15921,'','2013-11-25 13:59:19'),(64091,6,15921,'','2013-11-25 13:59:19'),(64092,7,15921,'NIGHT','2013-11-25 13:59:19'),(64093,1,15924,'','2013-11-25 13:59:19'),(64094,2,15924,'','2013-11-25 13:59:19'),(64095,3,15924,'','2013-11-25 13:59:19'),(64096,4,15924,'','2013-11-25 13:59:19'),(64097,5,15924,'','2013-11-25 13:59:19'),(64098,6,15924,'','2013-11-25 13:59:19'),(64099,7,15924,'NIGHT','2013-11-25 13:59:19'),(64100,1,15925,'3585469','2013-11-25 14:32:45'),(64101,2,15925,'','2013-11-25 14:32:45'),(64102,3,15925,'','2013-11-25 14:32:45'),(64103,4,15925,'OPD','2013-11-25 14:32:45'),(64104,5,15925,'','2013-11-25 14:32:45'),(64105,6,15925,'60','2013-11-25 14:32:45'),(64106,7,15925,'NIGHT','2013-11-25 14:32:45'),(64107,1,15927,'','2013-11-25 14:32:45'),(64108,2,15927,'','2013-11-25 14:32:45'),(64109,3,15927,'','2013-11-25 14:32:45'),(64110,4,15927,'','2013-11-25 14:32:45'),(64111,5,15927,'','2013-11-25 14:32:45'),(64112,6,15927,'','2013-11-25 14:32:45'),(64113,7,15927,'NIGHT','2013-11-25 14:32:45'),(64114,1,15928,'3593533','2013-11-25 14:50:05'),(64115,2,15928,'','2013-11-25 14:50:05'),(64116,3,15928,'','2013-11-25 14:50:05'),(64117,4,15928,'OPD','2013-11-25 14:50:05'),(64118,5,15928,'','2013-11-25 14:50:05'),(64119,6,15928,'55','2013-11-25 14:50:05'),(64120,7,15928,'NIGHT','2013-11-25 14:50:05'),(64121,1,15930,'','2013-11-25 14:50:05'),(64122,2,15930,'','2013-11-25 14:50:05'),(64123,3,15930,'','2013-11-25 14:50:05'),(64124,4,15930,'','2013-11-25 14:50:05'),(64125,5,15930,'','2013-11-25 14:50:05'),(64126,6,15930,'','2013-11-25 14:50:05'),(64127,7,15930,'NIGHT','2013-11-25 14:50:05'),(64128,1,15931,'3593541','2013-11-25 15:15:40'),(64129,2,15931,'','2013-11-25 15:15:40'),(64130,3,15931,'','2013-11-25 15:15:40'),(64131,4,15931,'OPD','2013-11-25 15:15:40'),(64132,5,15931,'','2013-11-25 15:15:40'),(64133,6,15931,'112','2013-11-25 15:15:40'),(64134,7,15931,'NIGHT','2013-11-25 15:15:40'),(64135,1,15933,'','2013-11-25 15:15:41'),(64136,2,15933,'','2013-11-25 15:15:41'),(64137,3,15933,'','2013-11-25 15:15:41'),(64138,4,15933,'','2013-11-25 15:15:41'),(64139,5,15933,'','2013-11-25 15:15:41'),(64140,6,15933,'','2013-11-25 15:15:41'),(64141,7,15933,'NIGHT','2013-11-25 15:15:41'),(64142,1,15934,'3589454','2013-11-25 15:27:03'),(64143,2,15934,'','2013-11-25 15:27:03'),(64144,3,15934,'','2013-11-25 15:27:03'),(64145,4,15934,'OPD','2013-11-25 15:27:03'),(64146,5,15934,'','2013-11-25 15:27:03'),(64147,6,15934,'22','2013-11-25 15:27:03'),(64148,7,15934,'DAY','2013-11-25 15:27:03'),(64149,1,15935,'3593552','2013-11-25 15:39:51'),(64150,2,15935,'','2013-11-25 15:39:51'),(64151,3,15935,'','2013-11-25 15:39:51'),(64152,4,15935,'OPD','2013-11-25 15:39:51'),(64153,5,15935,'','2013-11-25 15:39:51'),(64154,6,15935,'37','2013-11-25 15:39:51'),(64155,7,15935,'DAY','2013-11-25 15:39:51'),(64156,1,15936,'3593557','2013-11-25 15:51:31'),(64157,2,15936,'594974','2013-11-25 15:51:31'),(64158,3,15936,'','2013-11-25 15:51:31'),(64159,4,15936,'OPD','2013-11-25 15:51:31'),(64160,5,15936,'','2013-11-25 15:51:31'),(64161,6,15936,'360','2013-11-25 15:51:31'),(64162,7,15936,'DAY','2013-11-25 15:51:31'),(64163,1,15938,'','2013-11-25 15:51:31'),(64164,2,15938,'','2013-11-25 15:51:31'),(64165,3,15938,'','2013-11-25 15:51:31'),(64166,4,15938,'','2013-11-25 15:51:31'),(64167,5,15938,'','2013-11-25 15:51:31'),(64168,6,15938,'','2013-11-25 15:51:31'),(64169,7,15938,'DAY','2013-11-25 15:51:31'),(64170,1,15941,'','2013-11-25 15:51:31'),(64171,2,15941,'','2013-11-25 15:51:31'),(64172,3,15941,'','2013-11-25 15:51:31'),(64173,4,15941,'','2013-11-25 15:51:31'),(64174,5,15941,'','2013-11-25 15:51:31'),(64175,6,15941,'','2013-11-25 15:51:31'),(64176,7,15941,'DAY','2013-11-25 15:51:31'),(64177,1,15942,'3593551','2013-11-25 16:01:05'),(64178,2,15942,'594979','2013-11-25 16:01:05'),(64179,3,15942,'','2013-11-25 16:01:05'),(64180,4,15942,'SR','2013-11-25 16:01:05'),(64181,5,15942,'','2013-11-25 16:01:05'),(64182,6,15942,'52','2013-11-25 16:01:05'),(64183,7,15942,'DAY','2013-11-25 16:01:05'),(64184,1,15944,'','2013-11-25 16:01:05'),(64185,2,15944,'','2013-11-25 16:01:05'),(64186,3,15944,'','2013-11-25 16:01:05'),(64187,4,15944,'','2013-11-25 16:01:05'),(64188,5,15944,'','2013-11-25 16:01:05'),(64189,6,15944,'','2013-11-25 16:01:05'),(64190,7,15944,'DAY','2013-11-25 16:01:05'),(64191,1,15945,'','2013-11-25 16:13:09'),(64192,2,15945,'594980','2013-11-25 16:13:09'),(64193,3,15945,'','2013-11-25 16:13:09'),(64194,4,15945,'OPD','2013-11-25 16:13:09'),(64195,5,15945,'','2013-11-25 16:13:09'),(64196,6,15945,'35','2013-11-25 16:13:09'),(64197,7,15945,'DAY','2013-11-25 16:13:09'),(64198,1,15946,'3593557','2013-11-25 16:17:25'),(64199,2,15946,'594981','2013-11-25 16:17:25'),(64200,3,15946,'','2013-11-25 16:17:25'),(64201,4,15946,'OPD','2013-11-25 16:17:25'),(64202,5,15946,'','2013-11-25 16:17:25'),(64203,6,15946,'49','2013-11-25 16:17:25'),(64204,7,15946,'DAY','2013-11-25 16:17:25'),(64205,1,15948,'','2013-11-25 16:17:25'),(64206,2,15948,'','2013-11-25 16:17:25'),(64207,3,15948,'','2013-11-25 16:17:25'),(64208,4,15948,'','2013-11-25 16:17:25'),(64209,5,15948,'','2013-11-25 16:17:25'),(64210,6,15948,'','2013-11-25 16:17:25'),(64211,7,15948,'DAY','2013-11-25 16:17:25'),(64212,1,15951,'','2013-11-25 16:17:26'),(64213,2,15951,'','2013-11-25 16:17:26'),(64214,3,15951,'','2013-11-25 16:17:26'),(64215,4,15951,'','2013-11-25 16:17:26'),(64216,5,15951,'','2013-11-25 16:17:26'),(64217,6,15951,'','2013-11-25 16:17:26'),(64218,7,15951,'DAY','2013-11-25 16:17:26'),(64219,1,15952,'3593571','2013-11-25 16:29:06'),(64220,2,15952,'594982','2013-11-25 16:29:06'),(64221,3,15952,'','2013-11-25 16:29:06'),(64222,4,15952,'OPD ','2013-11-25 16:29:06'),(64223,5,15952,'','2013-11-25 16:29:06'),(64224,6,15952,'153','2013-11-25 16:29:06'),(64225,7,15952,'DAY','2013-11-25 16:29:06'),(64226,1,15954,'','2013-11-25 16:29:06'),(64227,2,15954,'','2013-11-25 16:29:06'),(64228,3,15954,'','2013-11-25 16:29:06'),(64229,4,15954,'','2013-11-25 16:29:06'),(64230,5,15954,'','2013-11-25 16:29:06'),(64231,6,15954,'','2013-11-25 16:29:06'),(64232,7,15954,'DAY','2013-11-25 16:29:06'),(64233,1,15957,'','2013-11-25 16:29:06'),(64234,2,15957,'','2013-11-25 16:29:06'),(64235,3,15957,'','2013-11-25 16:29:06'),(64236,4,15957,'','2013-11-25 16:29:06'),(64237,5,15957,'','2013-11-25 16:29:06'),(64238,6,15957,'','2013-11-25 16:29:06'),(64239,7,15957,'DAY','2013-11-25 16:29:06'),(64240,1,15958,'35929251','2013-11-25 16:48:45'),(64241,2,15958,'594891','2013-11-25 16:48:45'),(64242,3,15958,'','2013-11-25 16:48:45'),(64243,4,15958,'OPD','2013-11-25 16:48:45'),(64244,5,15958,'','2013-11-25 16:48:45'),(64245,6,15958,'479','2013-11-25 16:48:45'),(64246,7,15958,'DAY','2013-11-25 16:48:45'),(64247,1,15960,'','2013-11-25 16:48:45'),(64248,2,15960,'','2013-11-25 16:48:45'),(64249,3,15960,'','2013-11-25 16:48:45'),(64250,4,15960,'','2013-11-25 16:48:45'),(64251,5,15960,'','2013-11-25 16:48:45'),(64252,6,15960,'','2013-11-25 16:48:45'),(64253,7,15960,'DAY','2013-11-25 16:48:45'),(64254,1,15961,'3593582','2013-11-25 16:51:45'),(64255,2,15961,'','2013-11-25 16:51:45'),(64256,3,15961,'','2013-11-25 16:51:45'),(64257,4,15961,'OPD','2013-11-25 16:51:45'),(64258,5,15961,'','2013-11-25 16:51:45'),(64259,6,15961,'66','2013-11-25 16:51:45'),(64260,7,15961,'DAY','2013-11-25 16:51:45'),(64261,1,15962,'','2013-11-25 16:54:10'),(64262,2,15962,'','2013-11-25 16:54:10'),(64263,3,15962,'','2013-11-25 16:54:10'),(64264,4,15962,'','2013-11-25 16:54:10'),(64265,5,15962,'','2013-11-25 16:54:10'),(64266,6,15962,'','2013-11-25 16:54:10'),(64267,7,15962,'DAY','2013-11-25 16:54:10'),(64268,1,15963,'3593603','2013-11-25 16:59:29'),(64269,2,15963,'','2013-11-25 16:59:29'),(64270,3,15963,'','2013-11-25 16:59:29'),(64271,4,15963,'OPD','2013-11-25 16:59:29'),(64272,5,15963,'','2013-11-25 16:59:29'),(64273,6,15963,'489','2013-11-25 16:59:29'),(64274,7,15963,'DAY','2013-11-25 16:59:29'),(64275,1,15965,'','2013-11-25 16:59:29'),(64276,2,15965,'','2013-11-25 16:59:29'),(64277,3,15965,'','2013-11-25 16:59:29'),(64278,4,15965,'','2013-11-25 16:59:29'),(64279,5,15965,'','2013-11-25 16:59:29'),(64280,6,15965,'','2013-11-25 16:59:29'),(64281,7,15965,'DAY','2013-11-25 16:59:29'),(64282,1,15968,'','2013-11-25 16:59:29'),(64283,2,15968,'','2013-11-25 16:59:29'),(64284,3,15968,'','2013-11-25 16:59:29'),(64285,4,15968,'','2013-11-25 16:59:29'),(64286,5,15968,'','2013-11-25 16:59:29'),(64287,6,15968,'','2013-11-25 16:59:29'),(64288,7,15968,'DAY','2013-11-25 16:59:29'),(64289,1,15972,'','2013-11-25 16:59:30'),(64290,2,15972,'','2013-11-25 16:59:30'),(64291,3,15972,'','2013-11-25 16:59:30'),(64292,4,15972,'','2013-11-25 16:59:30'),(64293,5,15972,'','2013-11-25 16:59:30'),(64294,6,15972,'','2013-11-25 16:59:30'),(64295,7,15972,'DAY','2013-11-25 16:59:30'),(64296,1,15973,'3593609','2013-11-25 17:05:37'),(64297,2,15973,'594988','2013-11-25 17:05:37'),(64298,3,15973,'','2013-11-25 17:05:37'),(64299,4,15973,'OPD','2013-11-25 17:05:37'),(64300,5,15973,'','2013-11-25 17:05:37'),(64301,6,15973,'36','2013-11-25 17:05:37'),(64302,7,15973,'DAY','2013-11-25 17:05:37'),(64303,1,15974,'','2013-11-25 17:09:02'),(64304,2,15974,'','2013-11-25 17:09:02'),(64305,3,15974,'','2013-11-25 17:09:02'),(64306,4,15974,'OPD','2013-11-25 17:09:02'),(64307,5,15974,'','2013-11-25 17:09:02'),(64308,6,15974,'94','2013-11-25 17:09:02'),(64309,7,15974,'DAY','2013-11-25 17:09:02'),(64310,1,15976,'','2013-11-25 17:09:03'),(64311,2,15976,'','2013-11-25 17:09:03'),(64312,3,15976,'','2013-11-25 17:09:03'),(64313,4,15976,'','2013-11-25 17:09:03'),(64314,5,15976,'','2013-11-25 17:09:03'),(64315,6,15976,'','2013-11-25 17:09:03'),(64316,7,15976,'DAY','2013-11-25 17:09:03'),(64317,1,15977,'','2013-11-25 17:16:18'),(64318,2,15977,'','2013-11-25 17:16:18'),(64319,3,15977,'','2013-11-25 17:16:18'),(64320,4,15977,'OPD','2013-11-25 17:16:18'),(64321,5,15977,'','2013-11-25 17:16:18'),(64322,6,15977,'242','2013-11-25 17:16:18'),(64323,7,15977,'DAY','2013-11-25 17:16:18'),(64324,1,15978,'','2013-11-25 17:21:21'),(64325,2,15978,'','2013-11-25 17:21:21'),(64326,3,15978,'','2013-11-25 17:21:21'),(64327,4,15978,'','2013-11-25 17:21:21'),(64328,5,15978,'218082','2013-11-25 17:21:21'),(64329,6,15978,'20','2013-11-25 17:21:21'),(64330,7,15978,'DAY','2013-11-25 17:21:21'),(64331,1,15979,'','2013-11-25 17:23:14'),(64332,2,15979,'','2013-11-25 17:23:14'),(64333,3,15979,'','2013-11-25 17:23:14'),(64334,4,15979,'','2013-11-25 17:23:14'),(64335,5,15979,'218099','2013-11-25 17:23:14'),(64336,6,15979,'22','2013-11-25 17:23:14'),(64337,7,15979,'DAY','2013-11-25 17:23:14'),(64338,1,15980,'3593621','2013-11-25 17:30:56'),(64339,2,15980,'','2013-11-25 17:30:56'),(64340,3,15980,'','2013-11-25 17:30:56'),(64341,4,15980,'OPD','2013-11-25 17:30:56'),(64342,5,15980,'','2013-11-25 17:30:56'),(64343,6,15980,'37','2013-11-25 17:30:56'),(64344,7,15980,'DAY','2013-11-25 17:30:56'),(64345,1,15981,'','2013-11-25 17:37:28'),(64346,2,15981,'594993','2013-11-25 17:37:28'),(64347,3,15981,'','2013-11-25 17:37:28'),(64348,4,15981,'OPD','2013-11-25 17:37:28'),(64349,5,15981,'','2013-11-25 17:37:28'),(64350,6,15981,'23','2013-11-25 17:37:28'),(64351,7,15981,'DAY','2013-11-25 17:37:28'),(64352,1,15983,'','2013-11-25 17:37:29'),(64353,2,15983,'','2013-11-25 17:37:29'),(64354,3,15983,'','2013-11-25 17:37:29'),(64355,4,15983,'','2013-11-25 17:37:29'),(64356,5,15983,'','2013-11-25 17:37:29'),(64357,6,15983,'','2013-11-25 17:37:29'),(64358,7,15983,'DAY','2013-11-25 17:37:29'),(64359,1,15984,'','2013-11-25 17:41:48'),(64360,2,15984,'','2013-11-25 17:41:48'),(64361,3,15984,'','2013-11-25 17:41:48'),(64362,4,15984,'OPD','2013-11-25 17:41:48'),(64363,5,15984,'','2013-11-25 17:41:48'),(64364,6,15984,'34','2013-11-25 17:41:48'),(64365,7,15984,'DAY','2013-11-25 17:41:48'),(64366,1,15985,'','2013-11-25 18:02:16'),(64367,2,15985,'','2013-11-25 18:02:16'),(64368,3,15985,'','2013-11-25 18:02:16'),(64369,4,15985,'','2013-11-25 18:02:16'),(64370,5,15985,'218093','2013-11-25 18:02:16'),(64371,6,15985,'22','2013-11-25 18:02:16'),(64372,7,15985,'DAY','2013-11-25 18:02:16'),(64373,1,15986,'','2013-11-25 18:03:37'),(64374,2,15986,'','2013-11-25 18:03:37'),(64375,3,15986,'','2013-11-25 18:03:37'),(64376,4,15986,'','2013-11-25 18:03:37'),(64377,5,15986,'218090','2013-11-25 18:03:37'),(64378,6,15986,'22','2013-11-25 18:03:37'),(64379,7,15986,'DAY','2013-11-25 18:03:37'),(64380,1,15987,'','2013-11-25 18:05:30'),(64381,2,15987,'','2013-11-25 18:05:30'),(64382,3,15987,'','2013-11-25 18:05:30'),(64383,4,15987,'OPD','2013-11-25 18:05:30'),(64384,5,15987,'','2013-11-25 18:05:30'),(64385,6,15987,'81','2013-11-25 18:05:30'),(64386,7,15987,'DAY','2013-11-25 18:05:30'),(64387,1,15988,'3593651','2013-11-25 18:07:29'),(64388,2,15988,'','2013-11-25 18:07:29'),(64389,3,15988,'','2013-11-25 18:07:29'),(64390,4,15988,'OPD','2013-11-25 18:07:29'),(64391,5,15988,'','2013-11-25 18:07:29'),(64392,6,15988,'6','2013-11-25 18:07:29'),(64393,7,15988,'DAY','2013-11-25 18:07:29'),(64394,1,15989,'','2013-11-25 18:08:55'),(64395,2,15989,'','2013-11-25 18:08:55'),(64396,3,15989,'','2013-11-25 18:08:55'),(64397,4,15989,'W','2013-11-25 18:08:55'),(64398,5,15989,'','2013-11-25 18:08:55'),(64399,6,15989,'22','2013-11-25 18:08:55'),(64400,7,15989,'DAY','2013-11-25 18:08:55'),(64401,1,15990,'','2013-11-25 18:13:41'),(64402,2,15990,'','2013-11-25 18:13:41'),(64403,3,15990,'','2013-11-25 18:13:41'),(64404,4,15990,'OPD','2013-11-25 18:13:41'),(64405,5,15990,'','2013-11-25 18:13:41'),(64406,6,15990,'84','2013-11-25 18:13:41'),(64407,7,15990,'DAY','2013-11-25 18:13:41'),(64408,1,15992,'','2013-11-25 18:13:42'),(64409,2,15992,'','2013-11-25 18:13:42'),(64410,3,15992,'','2013-11-25 18:13:42'),(64411,4,15992,'','2013-11-25 18:13:42'),(64412,5,15992,'','2013-11-25 18:13:42'),(64413,6,15992,'','2013-11-25 18:13:42'),(64414,7,15992,'DAY','2013-11-25 18:13:42'),(64415,1,15993,'','2013-11-25 18:22:24'),(64416,2,15993,'','2013-11-25 18:22:24'),(64417,3,15993,'','2013-11-25 18:22:24'),(64418,4,15993,'OPD','2013-11-25 18:22:24'),(64419,5,15993,'','2013-11-25 18:22:24'),(64420,6,15993,'227','2013-11-25 18:22:24'),(64421,7,15993,'DAY','2013-11-25 18:22:24'),(64422,1,15995,'','2013-11-25 18:22:24'),(64423,2,15995,'','2013-11-25 18:22:24'),(64424,3,15995,'','2013-11-25 18:22:24'),(64425,4,15995,'','2013-11-25 18:22:24'),(64426,5,15995,'','2013-11-25 18:22:24'),(64427,6,15995,'','2013-11-25 18:22:24'),(64428,7,15995,'DAY','2013-11-25 18:22:24'),(64429,1,15996,'','2013-11-25 18:25:34'),(64430,2,15996,'','2013-11-25 18:25:34'),(64431,3,15996,'','2013-11-25 18:25:34'),(64432,4,15996,'OPD','2013-11-25 18:25:34'),(64433,5,15996,'','2013-11-25 18:25:34'),(64434,6,15996,'22','2013-11-25 18:25:34'),(64435,7,15996,'DAY','2013-11-25 18:25:34'),(64436,1,15997,'','2013-11-25 18:26:30'),(64437,2,15997,'','2013-11-25 18:26:30'),(64438,3,15997,'','2013-11-25 18:26:30'),(64439,4,15997,'OPD','2013-11-25 18:26:30'),(64440,5,15997,'','2013-11-25 18:26:30'),(64441,6,15997,'40','2013-11-25 18:26:30'),(64442,7,15997,'DAY','2013-11-25 18:26:30'),(64443,1,15998,'3593676','2013-11-25 18:41:42'),(64444,2,15998,'595005','2013-11-25 18:41:42'),(64445,3,15998,'','2013-11-25 18:41:42'),(64446,4,15998,'OPD','2013-11-25 18:41:42'),(64447,5,15998,'','2013-11-25 18:41:42'),(64448,6,15998,'60','2013-11-25 18:41:42'),(64449,7,15998,'DAY','2013-11-25 18:41:42'),(64450,1,15999,'','2013-11-25 18:46:31'),(64451,2,15999,'','2013-11-25 18:46:31'),(64452,3,15999,'','2013-11-25 18:46:31'),(64453,4,15999,'OPD','2013-11-25 18:46:31'),(64454,5,15999,'','2013-11-25 18:46:31'),(64455,6,15999,'81','2013-11-25 18:46:31'),(64456,7,15999,'DAY','2013-11-25 18:46:31'),(64457,1,16000,'','2013-11-25 18:51:08'),(64458,2,16000,'595011','2013-11-25 18:51:08'),(64459,3,16000,'','2013-11-25 18:51:08'),(64460,4,16000,'OPD','2013-11-25 18:51:08'),(64461,5,16000,'','2013-11-25 18:51:08'),(64462,6,16000,'171','2013-11-25 18:51:08'),(64463,7,16000,'DAY','2013-11-25 18:51:08'),(64464,1,16002,'','2013-11-25 18:51:08'),(64465,2,16002,'','2013-11-25 18:51:08'),(64466,3,16002,'','2013-11-25 18:51:08'),(64467,4,16002,'','2013-11-25 18:51:08'),(64468,5,16002,'','2013-11-25 18:51:08'),(64469,6,16002,'','2013-11-25 18:51:08'),(64470,7,16002,'DAY','2013-11-25 18:51:08'),(64471,1,16005,'','2013-11-25 18:51:08'),(64472,2,16005,'','2013-11-25 18:51:08'),(64473,3,16005,'','2013-11-25 18:51:08'),(64474,4,16005,'','2013-11-25 18:51:08'),(64475,5,16005,'','2013-11-25 18:51:08'),(64476,6,16005,'','2013-11-25 18:51:08'),(64477,7,16005,'DAY','2013-11-25 18:51:08'),(64478,1,16006,'3593706','2013-11-25 18:54:08'),(64479,2,16006,'','2013-11-25 18:54:08'),(64480,3,16006,'','2013-11-25 18:54:08'),(64481,4,16006,'OPD','2013-11-25 18:54:08'),(64482,5,16006,'','2013-11-25 18:54:08'),(64483,6,16006,'128.4','2013-11-25 18:54:08'),(64484,7,16006,'DAY','2013-11-25 18:54:08'),(64485,1,16008,'','2013-11-25 18:54:09'),(64486,2,16008,'','2013-11-25 18:54:09'),(64487,3,16008,'','2013-11-25 18:54:09'),(64488,4,16008,'','2013-11-25 18:54:09'),(64489,5,16008,'','2013-11-25 18:54:09'),(64490,6,16008,'','2013-11-25 18:54:09'),(64491,7,16008,'DAY','2013-11-25 18:54:09'),(64492,1,16009,'','2013-11-25 18:55:33'),(64493,2,16009,'','2013-11-25 18:55:33'),(64494,3,16009,'','2013-11-25 18:55:33'),(64495,4,16009,'OPD','2013-11-25 18:55:33'),(64496,5,16009,'','2013-11-25 18:55:33'),(64497,6,16009,'13','2013-11-25 18:55:33'),(64498,7,16009,'DAY','2013-11-25 18:55:33'),(64499,1,16010,'3593719','2013-11-25 18:58:15'),(64500,2,16010,'595016','2013-11-25 18:58:15'),(64501,3,16010,'','2013-11-25 18:58:15'),(64502,4,16010,'OPD','2013-11-25 18:58:15'),(64503,5,16010,'','2013-11-25 18:58:15'),(64504,6,16010,'64','2013-11-25 18:58:15'),(64505,7,16010,'DAY','2013-11-25 18:58:15'),(64506,1,16012,'','2013-11-25 18:58:15'),(64507,2,16012,'','2013-11-25 18:58:15'),(64508,3,16012,'','2013-11-25 18:58:15'),(64509,4,16012,'','2013-11-25 18:58:15'),(64510,5,16012,'','2013-11-25 18:58:15'),(64511,6,16012,'','2013-11-25 18:58:15'),(64512,7,16012,'DAY','2013-11-25 18:58:15'),(64513,1,16015,'','2013-11-25 18:58:16'),(64514,2,16015,'','2013-11-25 18:58:16'),(64515,3,16015,'','2013-11-25 18:58:16'),(64516,4,16015,'','2013-11-25 18:58:16'),(64517,5,16015,'','2013-11-25 18:58:16'),(64518,6,16015,'','2013-11-25 18:58:16'),(64519,7,16015,'DAY','2013-11-25 18:58:16'),(64520,1,16016,'','2013-11-25 19:02:14'),(64521,2,16016,'','2013-11-25 19:02:14'),(64522,3,16016,'','2013-11-25 19:02:14'),(64523,4,16016,'OPD','2013-11-25 19:02:14'),(64524,5,16016,'','2013-11-25 19:02:14'),(64525,6,16016,'13','2013-11-25 19:02:14'),(64526,7,16016,'DAY','2013-11-25 19:02:14'),(64527,1,16017,'3593709','2013-11-25 19:05:15'),(64528,2,16017,'','2013-11-25 19:05:15'),(64529,3,16017,'','2013-11-25 19:05:15'),(64530,4,16017,'OPD','2013-11-25 19:05:15'),(64531,5,16017,'','2013-11-25 19:05:15'),(64532,6,16017,'94','2013-11-25 19:05:15'),(64533,7,16017,'DAY','2013-11-25 19:05:15'),(64534,1,16019,'','2013-11-25 19:05:16'),(64535,2,16019,'','2013-11-25 19:05:16'),(64536,3,16019,'','2013-11-25 19:05:16'),(64537,4,16019,'','2013-11-25 19:05:16'),(64538,5,16019,'','2013-11-25 19:05:16'),(64539,6,16019,'','2013-11-25 19:05:16'),(64540,7,16019,'DAY','2013-11-25 19:05:16'),(64541,1,16020,'','2013-11-25 19:08:00'),(64542,2,16020,'','2013-11-25 19:08:00'),(64543,3,16020,'','2013-11-25 19:08:00'),(64544,4,16020,'OPD','2013-11-25 19:08:00'),(64545,5,16020,'','2013-11-25 19:08:00'),(64546,6,16020,'94','2013-11-25 19:08:00'),(64547,7,16020,'DAY','2013-11-25 19:08:00'),(64548,1,16022,'','2013-11-25 19:08:00'),(64549,2,16022,'','2013-11-25 19:08:00'),(64550,3,16022,'','2013-11-25 19:08:00'),(64551,4,16022,'','2013-11-25 19:08:00'),(64552,5,16022,'','2013-11-25 19:08:00'),(64553,6,16022,'','2013-11-25 19:08:00'),(64554,7,16022,'DAY','2013-11-25 19:08:00'),(64555,1,16023,'','2013-11-25 19:12:19'),(64556,2,16023,'','2013-11-25 19:12:19'),(64557,3,16023,'','2013-11-25 19:12:19'),(64558,4,16023,'OPD','2013-11-25 19:12:19'),(64559,5,16023,'','2013-11-25 19:12:19'),(64560,6,16023,'18','2013-11-25 19:12:19'),(64561,7,16023,'DAY','2013-11-25 19:12:19'),(64562,1,16024,'3593714','2013-11-25 19:18:46'),(64563,2,16024,'595014','2013-11-25 19:18:46'),(64564,3,16024,'','2013-11-25 19:18:46'),(64565,4,16024,'OPD','2013-11-25 19:18:46'),(64566,5,16024,'','2013-11-25 19:18:46'),(64567,6,16024,'60','2013-11-25 19:18:46'),(64568,7,16024,'DAY','2013-11-25 19:18:46'),(64569,1,16026,'','2013-11-25 19:18:47'),(64570,2,16026,'','2013-11-25 19:18:47'),(64571,3,16026,'','2013-11-25 19:18:47'),(64572,4,16026,'','2013-11-25 19:18:47'),(64573,5,16026,'','2013-11-25 19:18:47'),(64574,6,16026,'','2013-11-25 19:18:47'),(64575,7,16026,'DAY','2013-11-25 19:18:47'),(64576,1,16027,'3593721','2013-11-25 19:20:27'),(64577,2,16027,'','2013-11-25 19:20:27'),(64578,3,16027,'','2013-11-25 19:20:27'),(64579,4,16027,'OPD','2013-11-25 19:20:27'),(64580,5,16027,'','2013-11-25 19:20:27'),(64581,6,16027,'27','2013-11-25 19:20:27'),(64582,7,16027,'DAY','2013-11-25 19:20:27'),(64583,1,16028,'3593731','2013-11-25 19:25:08'),(64584,2,16028,'','2013-11-25 19:25:08'),(64585,3,16028,'','2013-11-25 19:25:08'),(64586,4,16028,'OPD','2013-11-25 19:25:08'),(64587,5,16028,'','2013-11-25 19:25:08'),(64588,6,16028,'12','2013-11-25 19:25:08'),(64589,7,16028,'DAY','2013-11-25 19:25:08'),(64590,1,16029,'','2013-11-25 19:28:56'),(64591,2,16029,'','2013-11-25 19:28:56'),(64592,3,16029,'','2013-11-25 19:28:56'),(64593,4,16029,'OPD','2013-11-25 19:28:56'),(64594,5,16029,'','2013-11-25 19:28:56'),(64595,6,16029,'40','2013-11-25 19:28:56'),(64596,7,16029,'DAY','2013-11-25 19:28:56'),(64597,1,16030,'3593735','2013-11-25 19:40:44'),(64598,2,16030,'595021','2013-11-25 19:40:44'),(64599,3,16030,'','2013-11-25 19:40:44'),(64600,4,16030,'OPD','2013-11-25 19:40:44'),(64601,5,16030,'','2013-11-25 19:40:44'),(64602,6,16030,'47','2013-11-25 19:40:44'),(64603,7,16030,'DAY','2013-11-25 19:40:44'),(64604,1,16032,'','2013-11-25 19:40:44'),(64605,2,16032,'','2013-11-25 19:40:44'),(64606,3,16032,'','2013-11-25 19:40:44'),(64607,4,16032,'','2013-11-25 19:40:44'),(64608,5,16032,'','2013-11-25 19:40:44'),(64609,6,16032,'','2013-11-25 19:40:44'),(64610,7,16032,'DAY','2013-11-25 19:40:44'),(64611,1,16033,'3593734','2013-11-25 19:43:04'),(64612,2,16033,'595022','2013-11-25 19:43:04'),(64613,3,16033,'','2013-11-25 19:43:04'),(64614,4,16033,'OPD','2013-11-25 19:43:04'),(64615,5,16033,'','2013-11-25 19:43:04'),(64616,6,16033,'35','2013-11-25 19:43:04'),(64617,7,16033,'DAY','2013-11-25 19:43:04'),(64618,1,16034,'','2013-11-25 19:53:18'),(64619,2,16034,'','2013-11-25 19:53:18'),(64620,3,16034,'','2013-11-25 19:53:18'),(64621,4,16034,'OPD','2013-11-25 19:53:18'),(64622,5,16034,'','2013-11-25 19:53:18'),(64623,6,16034,'246','2013-11-25 19:53:18'),(64624,7,16034,'DAY','2013-11-25 19:53:18'),(64625,1,16036,'','2013-11-25 19:53:19'),(64626,2,16036,'','2013-11-25 19:53:19'),(64627,3,16036,'','2013-11-25 19:53:19'),(64628,4,16036,'','2013-11-25 19:53:19'),(64629,5,16036,'','2013-11-25 19:53:19'),(64630,6,16036,'','2013-11-25 19:53:19'),(64631,7,16036,'DAY','2013-11-25 19:53:19'),(64632,1,16037,'','2013-11-25 19:57:40'),(64633,2,16037,'','2013-11-25 19:57:40'),(64634,3,16037,'','2013-11-25 19:57:40'),(64635,4,16037,'OPD','2013-11-25 19:57:40'),(64636,5,16037,'','2013-11-25 19:57:40'),(64637,6,16037,'','2013-11-25 19:57:40'),(64638,7,16037,'DAY','2013-11-25 19:57:40'),(64639,1,16039,'','2013-11-25 19:57:40'),(64640,2,16039,'','2013-11-25 19:57:40'),(64641,3,16039,'','2013-11-25 19:57:40'),(64642,4,16039,'','2013-11-25 19:57:40'),(64643,5,16039,'','2013-11-25 19:57:40'),(64644,6,16039,'','2013-11-25 19:57:40'),(64645,7,16039,'DAY','2013-11-25 19:57:40'),(64646,1,16042,'','2013-11-25 19:57:40'),(64647,2,16042,'','2013-11-25 19:57:40'),(64648,3,16042,'','2013-11-25 19:57:40'),(64649,4,16042,'','2013-11-25 19:57:40'),(64650,5,16042,'','2013-11-25 19:57:40'),(64651,6,16042,'','2013-11-25 19:57:40'),(64652,7,16042,'DAY','2013-11-25 19:57:40'),(64653,1,16043,'','2013-11-25 19:59:10'),(64654,2,16043,'595029','2013-11-25 19:59:10'),(64655,3,16043,'','2013-11-25 19:59:10'),(64656,4,16043,'OPD','2013-11-25 19:59:10'),(64657,5,16043,'','2013-11-25 19:59:10'),(64658,6,16043,'35','2013-11-25 19:59:10'),(64659,7,16043,'DAY','2013-11-25 19:59:10'),(64660,1,16044,'3593755','2013-11-25 20:07:15'),(64661,2,16044,'595030','2013-11-25 20:07:15'),(64662,3,16044,'','2013-11-25 20:07:15'),(64663,4,16044,'OPD','2013-11-25 20:07:15'),(64664,5,16044,'','2013-11-25 20:07:15'),(64665,6,16044,'431','2013-11-25 20:07:15'),(64666,7,16044,'DAY','2013-11-25 20:07:15'),(64667,1,16046,'','2013-11-25 20:07:15'),(64668,2,16046,'','2013-11-25 20:07:15'),(64669,3,16046,'','2013-11-25 20:07:15'),(64670,4,16046,'','2013-11-25 20:07:15'),(64671,5,16046,'','2013-11-25 20:07:15'),(64672,6,16046,'','2013-11-25 20:07:15'),(64673,7,16046,'DAY','2013-11-25 20:07:15'),(64674,1,16049,'','2013-11-25 20:07:15'),(64675,2,16049,'','2013-11-25 20:07:15'),(64676,3,16049,'','2013-11-25 20:07:15'),(64677,4,16049,'','2013-11-25 20:07:15'),(64678,5,16049,'','2013-11-25 20:07:15'),(64679,6,16049,'','2013-11-25 20:07:15'),(64680,7,16049,'DAY','2013-11-25 20:07:15'),(64681,1,16053,'','2013-11-25 20:07:16'),(64682,2,16053,'','2013-11-25 20:07:16'),(64683,3,16053,'','2013-11-25 20:07:16'),(64684,4,16053,'','2013-11-25 20:07:16'),(64685,5,16053,'','2013-11-25 20:07:16'),(64686,6,16053,'','2013-11-25 20:07:16'),(64687,7,16053,'DAY','2013-11-25 20:07:16'),(64688,1,16054,'3593770','2013-11-25 20:10:12'),(64689,2,16054,'','2013-11-25 20:10:12'),(64690,3,16054,'','2013-11-25 20:10:12'),(64691,4,16054,'OPD','2013-11-25 20:10:12'),(64692,5,16054,'','2013-11-25 20:10:12'),(64693,6,16054,'50','2013-11-25 20:10:12'),(64694,7,16054,'DAY','2013-11-25 20:10:12'),(64695,1,16056,'','2013-11-25 20:10:12'),(64696,2,16056,'','2013-11-25 20:10:12'),(64697,3,16056,'','2013-11-25 20:10:12'),(64698,4,16056,'','2013-11-25 20:10:12'),(64699,5,16056,'','2013-11-25 20:10:12'),(64700,6,16056,'','2013-11-25 20:10:12'),(64701,7,16056,'DAY','2013-11-25 20:10:12'),(64702,1,16057,'3593771','2013-11-25 20:16:41'),(64703,2,16057,'','2013-11-25 20:16:41'),(64704,3,16057,'','2013-11-25 20:16:41'),(64705,4,16057,'','2013-11-25 20:16:41'),(64706,5,16057,'','2013-11-25 20:16:41'),(64707,6,16057,'7.5','2013-11-25 20:16:41'),(64708,7,16057,'DAY','2013-11-25 20:16:41'),(64709,1,16058,'3593784','2013-11-25 20:23:47'),(64710,2,16058,'','2013-11-25 20:23:47'),(64711,3,16058,'','2013-11-25 20:23:47'),(64712,4,16058,'OPD','2013-11-25 20:23:47'),(64713,5,16058,'','2013-11-25 20:23:47'),(64714,6,16058,'81','2013-11-25 20:23:47'),(64715,7,16058,'DAY','2013-11-25 20:23:47'),(64716,1,16059,'','2013-11-25 20:34:20'),(64717,2,16059,'','2013-11-25 20:34:20'),(64718,3,16059,'','2013-11-25 20:34:20'),(64719,4,16059,'OPD','2013-11-25 20:34:20'),(64720,5,16059,'','2013-11-25 20:34:20'),(64721,6,16059,'99','2013-11-25 20:34:20'),(64722,7,16059,'DAY','2013-11-25 20:34:20'),(64723,1,16061,'','2013-11-25 20:34:20'),(64724,2,16061,'','2013-11-25 20:34:20'),(64725,3,16061,'','2013-11-25 20:34:20'),(64726,4,16061,'','2013-11-25 20:34:20'),(64727,5,16061,'','2013-11-25 20:34:20'),(64728,6,16061,'','2013-11-25 20:34:20'),(64729,7,16061,'DAY','2013-11-25 20:34:20'),(64730,1,16064,'','2013-11-25 20:34:20'),(64731,2,16064,'','2013-11-25 20:34:20'),(64732,3,16064,'','2013-11-25 20:34:20'),(64733,4,16064,'','2013-11-25 20:34:20'),(64734,5,16064,'','2013-11-25 20:34:20'),(64735,6,16064,'','2013-11-25 20:34:20'),(64736,7,16064,'DAY','2013-11-25 20:34:20'),(64737,1,16065,'3593806','2013-11-25 20:53:01'),(64738,2,16065,'','2013-11-25 20:53:01'),(64739,3,16065,'','2013-11-25 20:53:01'),(64740,4,16065,'OPD','2013-11-25 20:53:01'),(64741,5,16065,'','2013-11-25 20:53:01'),(64742,6,16065,'18','2013-11-25 20:53:01'),(64743,7,16065,'DAY','2013-11-25 20:53:01'),(64744,1,16066,'3593828','2013-11-25 21:01:08'),(64745,2,16066,'595045','2013-11-25 21:01:08'),(64746,3,16066,'','2013-11-25 21:01:08'),(64747,4,16066,'OPD','2013-11-25 21:01:08'),(64748,5,16066,'','2013-11-25 21:01:08'),(64749,6,16066,'31','2013-11-25 21:01:08'),(64750,7,16066,'DAY','2013-11-25 21:01:08'),(64751,1,16067,'3593844','2013-11-25 21:09:13'),(64752,2,16067,'','2013-11-25 21:09:13'),(64753,3,16067,'','2013-11-25 21:09:13'),(64754,4,16067,'','2013-11-25 21:09:13'),(64755,5,16067,'218104','2013-11-25 21:09:13'),(64756,6,16067,'236','2013-11-25 21:09:13'),(64757,7,16067,'DAY','2013-11-25 21:09:13'),(64758,1,16069,'','2013-11-25 21:09:13'),(64759,2,16069,'','2013-11-25 21:09:13'),(64760,3,16069,'','2013-11-25 21:09:13'),(64761,4,16069,'','2013-11-25 21:09:13'),(64762,5,16069,'','2013-11-25 21:09:13'),(64763,6,16069,'','2013-11-25 21:09:13'),(64764,7,16069,'DAY','2013-11-25 21:09:13'),(64765,1,16072,'','2013-11-25 21:09:13'),(64766,2,16072,'','2013-11-25 21:09:13'),(64767,3,16072,'','2013-11-25 21:09:13'),(64768,4,16072,'','2013-11-25 21:09:13'),(64769,5,16072,'','2013-11-25 21:09:13'),(64770,6,16072,'','2013-11-25 21:09:13'),(64771,7,16072,'DAY','2013-11-25 21:09:13'),(64772,1,16073,'','2013-11-25 21:20:50'),(64773,2,16073,'','2013-11-25 21:20:50'),(64774,3,16073,'','2013-11-25 21:20:50'),(64775,4,16073,'OPD','2013-11-25 21:20:50'),(64776,5,16073,'','2013-11-25 21:20:50'),(64777,6,16073,'81','2013-11-25 21:20:50'),(64778,7,16073,'DAY','2013-11-25 21:20:50'),(64779,1,16074,'3593796','2013-11-25 21:32:30'),(64780,2,16074,'595049','2013-11-25 21:32:30'),(64781,3,16074,'','2013-11-25 21:32:30'),(64782,4,16074,'','2013-11-25 21:32:30'),(64783,5,16074,'','2013-11-25 21:32:30'),(64784,6,16074,'405.66','2013-11-25 21:32:30'),(64785,7,16074,'DAY','2013-11-25 21:32:30'),(64786,1,16076,'','2013-11-25 21:32:30'),(64787,2,16076,'','2013-11-25 21:32:30'),(64788,3,16076,'','2013-11-25 21:32:30'),(64789,4,16076,'','2013-11-25 21:32:30'),(64790,5,16076,'','2013-11-25 21:32:30'),(64791,6,16076,'','2013-11-25 21:32:30'),(64792,7,16076,'DAY','2013-11-25 21:32:30'),(64793,1,16077,'3593797','2013-11-25 21:34:52'),(64794,2,16077,'595047','2013-11-25 21:34:52'),(64795,3,16077,'','2013-11-25 21:34:52'),(64796,4,16077,'','2013-11-25 21:34:52'),(64797,5,16077,'','2013-11-25 21:34:52'),(64798,6,16077,'41.00','2013-11-25 21:34:52'),(64799,7,16077,'DAY','2013-11-25 21:34:52'),(64800,1,16078,'3593867','2013-11-25 21:36:45'),(64801,2,16078,'','2013-11-25 21:36:45'),(64802,3,16078,'','2013-11-25 21:36:45'),(64803,4,16078,'OPD','2013-11-25 21:36:45'),(64804,5,16078,'','2013-11-25 21:36:45'),(64805,6,16078,'110.00','2013-11-25 21:36:45'),(64806,7,16078,'DAY','2013-11-25 21:36:45'),(64807,1,16080,'','2013-11-25 21:36:45'),(64808,2,16080,'','2013-11-25 21:36:45'),(64809,3,16080,'','2013-11-25 21:36:45'),(64810,4,16080,'','2013-11-25 21:36:45'),(64811,5,16080,'','2013-11-25 21:36:45'),(64812,6,16080,'','2013-11-25 21:36:45'),(64813,7,16080,'DAY','2013-11-25 21:36:45'),(64814,1,16081,'','2013-11-25 21:37:11'),(64815,2,16081,'','2013-11-25 21:37:11'),(64816,3,16081,'','2013-11-25 21:37:11'),(64817,4,16081,'','2013-11-25 21:37:11'),(64818,5,16081,'','2013-11-25 21:37:11'),(64819,6,16081,'','2013-11-25 21:37:11'),(64820,7,16081,'DAY','2013-11-25 21:37:11'),(64821,1,16082,'3593884','2013-11-25 21:47:10'),(64822,2,16082,'','2013-11-25 21:47:10'),(64823,3,16082,'','2013-11-25 21:47:10'),(64824,4,16082,'OPD','2013-11-25 21:47:10'),(64825,5,16082,'','2013-11-25 21:47:10'),(64826,6,16082,'141.00','2013-11-25 21:47:10'),(64827,7,16082,'DAY','2013-11-25 21:47:10'),(64828,1,16084,'','2013-11-25 21:47:10'),(64829,2,16084,'','2013-11-25 21:47:10'),(64830,3,16084,'','2013-11-25 21:47:10'),(64831,4,16084,'','2013-11-25 21:47:10'),(64832,5,16084,'','2013-11-25 21:47:10'),(64833,6,16084,'','2013-11-25 21:47:10'),(64834,7,16084,'DAY','2013-11-25 21:47:10'),(64835,1,16085,'3593887','2013-11-25 21:56:46'),(64836,2,16085,'','2013-11-25 21:56:46'),(64837,3,16085,'','2013-11-25 21:56:46'),(64838,4,16085,'OPD','2013-11-25 21:56:46'),(64839,5,16085,'','2013-11-25 21:56:46'),(64840,6,16085,'45.00','2013-11-25 21:56:46'),(64841,7,16085,'DAY','2013-11-25 21:56:46'),(64842,1,16086,'','2013-11-25 22:12:16'),(64843,2,16086,'595064','2013-11-25 22:12:16'),(64844,3,16086,'','2013-11-25 22:12:16'),(64845,4,16086,'OPD','2013-11-25 22:12:16'),(64846,5,16086,'','2013-11-25 22:12:16'),(64847,6,16086,'35','2013-11-25 22:12:16'),(64848,7,16086,'DAY','2013-11-25 22:12:16'),(64849,1,16087,'','2013-11-25 22:35:38'),(64850,2,16087,'','2013-11-25 22:35:38'),(64851,3,16087,'','2013-11-25 22:35:38'),(64852,4,16087,'','2013-11-25 22:35:38'),(64853,5,16087,'','2013-11-25 22:35:38'),(64854,6,16087,'','2013-11-25 22:35:38'),(64855,7,16087,'DAY','2013-11-25 22:35:38'),(64856,1,16088,'3593895','2013-11-25 22:36:18'),(64857,2,16088,'','2013-11-25 22:36:18'),(64858,3,16088,'','2013-11-25 22:36:18'),(64859,4,16088,'OPD','2013-11-25 22:36:18'),(64860,5,16088,'','2013-11-25 22:36:18'),(64861,6,16088,'131','2013-11-25 22:36:18'),(64862,7,16088,'DAY','2013-11-25 22:36:18'),(64863,1,16090,'','2013-11-25 22:36:18'),(64864,2,16090,'','2013-11-25 22:36:18'),(64865,3,16090,'','2013-11-25 22:36:18'),(64866,4,16090,'','2013-11-25 22:36:18'),(64867,5,16090,'','2013-11-25 22:36:18'),(64868,6,16090,'','2013-11-25 22:36:18'),(64869,7,16090,'DAY','2013-11-25 22:36:18'),(64870,1,16091,'3593995','2013-11-25 23:00:17'),(64871,2,16091,'595079','2013-11-25 23:00:17'),(64872,3,16091,'','2013-11-25 23:00:17'),(64873,4,16091,'OPD','2013-11-25 23:00:17'),(64874,5,16091,'','2013-11-25 23:00:17'),(64875,6,16091,'38','2013-11-25 23:00:17'),(64876,7,16091,'DAY','2013-11-25 23:00:17'),(64877,1,16093,'','2013-11-25 23:00:17'),(64878,2,16093,'','2013-11-25 23:00:17'),(64879,3,16093,'','2013-11-25 23:00:17'),(64880,4,16093,'','2013-11-25 23:00:17'),(64881,5,16093,'','2013-11-25 23:00:17'),(64882,6,16093,'','2013-11-25 23:00:17'),(64883,7,16093,'DAY','2013-11-25 23:00:17'),(64884,1,16094,'','2013-11-25 23:04:22'),(64885,2,16094,'595078','2013-11-25 23:04:22'),(64886,3,16094,'','2013-11-25 23:04:22'),(64887,4,16094,'OPD','2013-11-25 23:04:22'),(64888,5,16094,'','2013-11-25 23:04:22'),(64889,6,16094,'60','2013-11-25 23:04:22'),(64890,7,16094,'DAY','2013-11-25 23:04:22'),(64891,1,16096,'','2013-11-25 23:04:22'),(64892,2,16096,'','2013-11-25 23:04:22'),(64893,3,16096,'','2013-11-25 23:04:22'),(64894,4,16096,'','2013-11-25 23:04:22'),(64895,5,16096,'','2013-11-25 23:04:22'),(64896,6,16096,'','2013-11-25 23:04:22'),(64897,7,16096,'DAY','2013-11-25 23:04:22'),(64898,1,16097,'','2013-11-25 23:10:31'),(64899,2,16097,'','2013-11-25 23:10:31'),(64900,3,16097,'','2013-11-25 23:10:31'),(64901,4,16097,'OPD','2013-11-25 23:10:31'),(64902,5,16097,'','2013-11-25 23:10:31'),(64903,6,16097,'214','2013-11-25 23:10:31'),(64904,7,16097,'DAY','2013-11-25 23:10:31'),(64905,1,16099,'','2013-11-25 23:10:32'),(64906,2,16099,'','2013-11-25 23:10:32'),(64907,3,16099,'','2013-11-25 23:10:32'),(64908,4,16099,'','2013-11-25 23:10:32'),(64909,5,16099,'','2013-11-25 23:10:32'),(64910,6,16099,'','2013-11-25 23:10:32'),(64911,7,16099,'DAY','2013-11-25 23:10:32'),(64912,1,16102,'','2013-11-25 23:10:32'),(64913,2,16102,'','2013-11-25 23:10:32'),(64914,3,16102,'','2013-11-25 23:10:32'),(64915,4,16102,'','2013-11-25 23:10:32'),(64916,5,16102,'','2013-11-25 23:10:32'),(64917,6,16102,'','2013-11-25 23:10:32'),(64918,7,16102,'DAY','2013-11-25 23:10:32'),(64919,1,16103,'','2013-11-25 23:14:18'),(64920,2,16103,'','2013-11-25 23:14:18'),(64921,3,16103,'','2013-11-25 23:14:18'),(64922,4,16103,'','2013-11-25 23:14:18'),(64923,5,16103,'','2013-11-25 23:14:18'),(64924,6,16103,'','2013-11-25 23:14:18'),(64925,7,16103,'DAY','2013-11-25 23:14:18'),(64926,1,16104,'','2013-11-25 23:20:14'),(64927,2,16104,'','2013-11-25 23:20:14'),(64928,3,16104,'','2013-11-25 23:20:14'),(64929,4,16104,'OPD','2013-11-25 23:20:14'),(64930,5,16104,'','2013-11-25 23:20:14'),(64931,6,16104,'30','2013-11-25 23:20:14'),(64932,7,16104,'DAY','2013-11-25 23:20:14'),(64933,1,16105,'','2013-11-25 23:43:49'),(64934,2,16105,'595093','2013-11-25 23:43:49'),(64935,3,16105,'','2013-11-25 23:43:49'),(64936,4,16105,'OPD','2013-11-25 23:43:49'),(64937,5,16105,'','2013-11-25 23:43:49'),(64938,6,16105,'12','2013-11-25 23:43:49'),(64939,7,16105,'DAY','2013-11-25 23:43:49'),(64940,1,16106,'','2013-11-25 23:46:19'),(64941,2,16106,'','2013-11-25 23:46:19'),(64942,3,16106,'','2013-11-25 23:46:19'),(64943,4,16106,'OPD','2013-11-25 23:46:19'),(64944,5,16106,'','2013-11-25 23:46:19'),(64945,6,16106,'42','2013-11-25 23:46:19'),(64946,7,16106,'DAY','2013-11-25 23:46:19'),(64947,1,16107,'','2013-11-25 23:49:53'),(64948,2,16107,'595095','2013-11-25 23:49:53'),(64949,3,16107,'','2013-11-25 23:49:53'),(64950,4,16107,'OPD','2013-11-25 23:49:53'),(64951,5,16107,'','2013-11-25 23:49:53'),(64952,6,16107,'87','2013-11-25 23:49:53'),(64953,7,16107,'DAY','2013-11-25 23:49:53'),(64954,1,16109,'','2013-11-25 23:49:53'),(64955,2,16109,'','2013-11-25 23:49:53'),(64956,3,16109,'','2013-11-25 23:49:53'),(64957,4,16109,'','2013-11-25 23:49:53'),(64958,5,16109,'','2013-11-25 23:49:53'),(64959,6,16109,'','2013-11-25 23:49:53'),(64960,7,16109,'DAY','2013-11-25 23:49:53'),(64961,1,16110,'','2013-11-25 23:56:58'),(64962,2,16110,'','2013-11-25 23:56:58'),(64963,3,16110,'','2013-11-25 23:56:58'),(64964,4,16110,'OPD','2013-11-25 23:56:58'),(64965,5,16110,'','2013-11-25 23:56:58'),(64966,6,16110,'104','2013-11-25 23:56:58'),(64967,7,16110,'DAY','2013-11-25 23:56:58'),(64968,1,16112,'','2013-11-25 23:56:59'),(64969,2,16112,'','2013-11-25 23:56:59'),(64970,3,16112,'','2013-11-25 23:56:59'),(64971,4,16112,'','2013-11-25 23:56:59'),(64972,5,16112,'','2013-11-25 23:56:59'),(64973,6,16112,'','2013-11-25 23:56:59'),(64974,7,16112,'DAY','2013-11-25 23:56:59'),(64975,1,16113,'','2013-11-26 00:13:41'),(64976,2,16113,'','2013-11-26 00:13:41'),(64977,3,16113,'','2013-11-26 00:13:41'),(64978,4,16113,'OPD','2013-11-26 00:13:41'),(64979,5,16113,'','2013-11-26 00:13:41'),(64980,6,16113,'104','2013-11-26 00:13:41'),(64981,7,16113,'DAY','2013-11-26 00:13:41'),(64982,1,16115,'','2013-11-26 00:13:42'),(64983,2,16115,'','2013-11-26 00:13:42'),(64984,3,16115,'','2013-11-26 00:13:42'),(64985,4,16115,'','2013-11-26 00:13:42'),(64986,5,16115,'','2013-11-26 00:13:42'),(64987,6,16115,'','2013-11-26 00:13:42'),(64988,7,16115,'DAY','2013-11-26 00:13:42'),(64989,1,16116,'3593834','2013-11-26 00:35:34'),(64990,2,16116,'595081','2013-11-26 00:35:34'),(64991,3,16116,'','2013-11-26 00:35:34'),(64992,4,16116,'OPD','2013-11-26 00:35:34'),(64993,5,16116,'','2013-11-26 00:35:34'),(64994,6,16116,'192','2013-11-26 00:35:34'),(64995,7,16116,'DAY','2013-11-26 00:35:34'),(64996,1,16118,'','2013-11-26 00:35:35'),(64997,2,16118,'','2013-11-26 00:35:35'),(64998,3,16118,'','2013-11-26 00:35:35'),(64999,4,16118,'','2013-11-26 00:35:35'),(65000,5,16118,'','2013-11-26 00:35:35'),(65001,6,16118,'','2013-11-26 00:35:35'),(65002,7,16118,'DAY','2013-11-26 00:35:35'),(65003,1,16121,'','2013-11-26 00:35:35'),(65004,2,16121,'','2013-11-26 00:35:35'),(65005,3,16121,'','2013-11-26 00:35:35'),(65006,4,16121,'','2013-11-26 00:35:35'),(65007,5,16121,'','2013-11-26 00:35:35'),(65008,6,16121,'','2013-11-26 00:35:35'),(65009,7,16121,'DAY','2013-11-26 00:35:35'),(65010,1,16122,'','2013-11-26 00:38:46'),(65011,2,16122,'','2013-11-26 00:38:46'),(65012,3,16122,'','2013-11-26 00:38:46'),(65013,4,16122,'','2013-11-26 00:38:46'),(65014,5,16122,'218092','2013-11-26 00:38:46'),(65015,6,16122,'28','2013-11-26 00:38:46'),(65016,7,16122,'DAY','2013-11-26 00:38:46'),(65017,1,16124,'','2013-11-26 00:38:47'),(65018,2,16124,'','2013-11-26 00:38:47'),(65019,3,16124,'','2013-11-26 00:38:47'),(65020,4,16124,'','2013-11-26 00:38:47'),(65021,5,16124,'','2013-11-26 00:38:47'),(65022,6,16124,'','2013-11-26 00:38:47'),(65023,7,16124,'DAY','2013-11-26 00:38:47'),(65024,1,16125,'','2013-11-26 00:59:22'),(65025,2,16125,'','2013-11-26 00:59:22'),(65026,3,16125,'','2013-11-26 00:59:22'),(65027,4,16125,'OPD','2013-11-26 00:59:22'),(65028,5,16125,'','2013-11-26 00:59:22'),(65029,6,16125,'22','2013-11-26 00:59:22'),(65030,7,16125,'DAY','2013-11-26 00:59:22'),(65031,1,16126,'','2013-11-26 01:07:06'),(65032,2,16126,'595104','2013-11-26 01:07:06'),(65033,3,16126,'','2013-11-26 01:07:06'),(65034,4,16126,'OPD','2013-11-26 01:07:06'),(65035,5,16126,'','2013-11-26 01:07:06'),(65036,6,16126,'59','2013-11-26 01:07:06'),(65037,7,16126,'DAY','2013-11-26 01:07:06'),(65038,1,16127,'','2013-11-26 01:09:15'),(65039,2,16127,'595105','2013-11-26 01:09:15'),(65040,3,16127,'','2013-11-26 01:09:15'),(65041,4,16127,'OPD','2013-11-26 01:09:15'),(65042,5,16127,'','2013-11-26 01:09:15'),(65043,6,16127,'59','2013-11-26 01:09:15'),(65044,7,16127,'DAY','2013-11-26 01:09:15'),(65045,1,16128,'','2013-11-26 01:11:03'),(65046,2,16128,'','2013-11-26 01:11:03'),(65047,3,16128,'','2013-11-26 01:11:03'),(65048,4,16128,'OPD','2013-11-26 01:11:03'),(65049,5,16128,'','2013-11-26 01:11:03'),(65050,6,16128,'34','2013-11-26 01:11:03'),(65051,7,16128,'DAY','2013-11-26 01:11:03'),(65052,1,16129,'','2013-11-26 01:14:17'),(65053,2,16129,'','2013-11-26 01:14:17'),(65054,3,16129,'','2013-11-26 01:14:17'),(65055,4,16129,'OPD','2013-11-26 01:14:17'),(65056,5,16129,'','2013-11-26 01:14:17'),(65057,6,16129,'177','2013-11-26 01:14:17'),(65058,7,16129,'DAY','2013-11-26 01:14:17'),(65059,1,16131,'','2013-11-26 01:14:18'),(65060,2,16131,'','2013-11-26 01:14:18'),(65061,3,16131,'','2013-11-26 01:14:18'),(65062,4,16131,'','2013-11-26 01:14:18'),(65063,5,16131,'','2013-11-26 01:14:18'),(65064,6,16131,'','2013-11-26 01:14:18'),(65065,7,16131,'DAY','2013-11-26 01:14:18'),(65066,1,16132,'','2013-11-26 01:22:13'),(65067,2,16132,'','2013-11-26 01:22:13'),(65068,3,16132,'','2013-11-26 01:22:13'),(65069,4,16132,'OPD','2013-11-26 01:22:13'),(65070,5,16132,'','2013-11-26 01:22:13'),(65071,6,16132,'94','2013-11-26 01:22:13'),(65072,7,16132,'DAY','2013-11-26 01:22:13'),(65073,1,16134,'','2013-11-26 01:22:13'),(65074,2,16134,'','2013-11-26 01:22:13'),(65075,3,16134,'','2013-11-26 01:22:13'),(65076,4,16134,'','2013-11-26 01:22:13'),(65077,5,16134,'','2013-11-26 01:22:13'),(65078,6,16134,'','2013-11-26 01:22:13'),(65079,7,16134,'DAY','2013-11-26 01:22:13'),(65080,1,16135,'','2013-11-26 01:27:35'),(65081,2,16135,'','2013-11-26 01:27:35'),(65082,3,16135,'','2013-11-26 01:27:35'),(65083,4,16135,'OPD','2013-11-26 01:27:35'),(65084,5,16135,'','2013-11-26 01:27:35'),(65085,6,16135,'112','2013-11-26 01:27:35'),(65086,7,16135,'DAY','2013-11-26 01:27:35'),(65087,1,16137,'','2013-11-26 01:27:35'),(65088,2,16137,'','2013-11-26 01:27:35'),(65089,3,16137,'','2013-11-26 01:27:35'),(65090,4,16137,'','2013-11-26 01:27:35'),(65091,5,16137,'','2013-11-26 01:27:35'),(65092,6,16137,'','2013-11-26 01:27:35'),(65093,7,16137,'DAY','2013-11-26 01:27:35'),(65094,1,16140,'','2013-11-26 01:27:36'),(65095,2,16140,'','2013-11-26 01:27:36'),(65096,3,16140,'','2013-11-26 01:27:36'),(65097,4,16140,'','2013-11-26 01:27:36'),(65098,5,16140,'','2013-11-26 01:27:36'),(65099,6,16140,'','2013-11-26 01:27:36'),(65100,7,16140,'DAY','2013-11-26 01:27:36'),(65101,1,16141,'','2013-11-26 01:38:44'),(65102,2,16141,'','2013-11-26 01:38:44'),(65103,3,16141,'','2013-11-26 01:38:44'),(65104,4,16141,'OPD','2013-11-26 01:38:44'),(65105,5,16141,'','2013-11-26 01:38:44'),(65106,6,16141,'94','2013-11-26 01:38:44'),(65107,7,16141,'DAY','2013-11-26 01:38:44'),(65108,1,16143,'','2013-11-26 01:38:44'),(65109,2,16143,'','2013-11-26 01:38:44'),(65110,3,16143,'','2013-11-26 01:38:44'),(65111,4,16143,'','2013-11-26 01:38:44'),(65112,5,16143,'','2013-11-26 01:38:44'),(65113,6,16143,'','2013-11-26 01:38:44'),(65114,7,16143,'DAY','2013-11-26 01:38:44'),(65115,1,16144,'','2013-11-26 01:47:16'),(65116,2,16144,'','2013-11-26 01:47:16'),(65117,3,16144,'','2013-11-26 01:47:16'),(65118,4,16144,'OPD','2013-11-26 01:47:16'),(65119,5,16144,'','2013-11-26 01:47:16'),(65120,6,16144,'81','2013-11-26 01:47:16'),(65121,7,16144,'DAY','2013-11-26 01:47:16'),(65122,1,16145,'','2013-11-26 01:59:17'),(65123,2,16145,'','2013-11-26 01:59:17'),(65124,3,16145,'','2013-11-26 01:59:17'),(65125,4,16145,'OPD','2013-11-26 01:59:17'),(65126,5,16145,'','2013-11-26 01:59:17'),(65127,6,16145,'127','2013-11-26 01:59:17'),(65128,7,16145,'DAY','2013-11-26 01:59:17'),(65129,1,16147,'','2013-11-26 01:59:17'),(65130,2,16147,'','2013-11-26 01:59:17'),(65131,3,16147,'','2013-11-26 01:59:17'),(65132,4,16147,'','2013-11-26 01:59:17'),(65133,5,16147,'','2013-11-26 01:59:17'),(65134,6,16147,'','2013-11-26 01:59:17'),(65135,7,16147,'DAY','2013-11-26 01:59:17'),(65136,1,16148,'','2013-11-26 02:02:31'),(65137,2,16148,'','2013-11-26 02:02:31'),(65138,3,16148,'','2013-11-26 02:02:31'),(65139,4,16148,'OPD','2013-11-26 02:02:31'),(65140,5,16148,'','2013-11-26 02:02:31'),(65141,6,16148,'37','2013-11-26 02:02:31'),(65142,7,16148,'DAY','2013-11-26 02:02:31'),(65143,1,16149,'','2013-11-26 02:08:52'),(65144,2,16149,'595115','2013-11-26 02:08:52'),(65145,3,16149,'','2013-11-26 02:08:52'),(65146,4,16149,'OPD','2013-11-26 02:08:52'),(65147,5,16149,'','2013-11-26 02:08:52'),(65148,6,16149,'32','2013-11-26 02:08:52'),(65149,7,16149,'DAY','2013-11-26 02:08:52'),(65150,1,16151,'','2013-11-26 02:08:53'),(65151,2,16151,'','2013-11-26 02:08:53'),(65152,3,16151,'','2013-11-26 02:08:53'),(65153,4,16151,'','2013-11-26 02:08:53'),(65154,5,16151,'','2013-11-26 02:08:53'),(65155,6,16151,'','2013-11-26 02:08:53'),(65156,7,16151,'DAY','2013-11-26 02:08:53'),(65157,1,16152,'','2013-11-26 02:16:24'),(65158,2,16152,'','2013-11-26 02:16:24'),(65159,3,16152,'','2013-11-26 02:16:24'),(65160,4,16152,'OPD','2013-11-26 02:16:24'),(65161,5,16152,'','2013-11-26 02:16:24'),(65162,6,16152,'120','2013-11-26 02:16:24'),(65163,7,16152,'DAY','2013-11-26 02:16:24'),(65164,1,16153,'','2013-11-26 02:19:28'),(65165,2,16153,'','2013-11-26 02:19:28'),(65166,3,16153,'','2013-11-26 02:19:28'),(65167,4,16153,'OPD','2013-11-26 02:19:28'),(65168,5,16153,'','2013-11-26 02:19:28'),(65169,6,16153,'93','2013-11-26 02:19:28'),(65170,7,16153,'DAY','2013-11-26 02:19:28'),(65171,1,16154,'','2013-11-26 02:24:54'),(65172,2,16154,'','2013-11-26 02:24:54'),(65173,3,16154,'','2013-11-26 02:24:54'),(65174,4,16154,'OPD','2013-11-26 02:24:54'),(65175,5,16154,'','2013-11-26 02:24:54'),(65176,6,16154,'32','2013-11-26 02:24:54'),(65177,7,16154,'DAY','2013-11-26 02:24:54'),(65178,1,16156,'','2013-11-26 02:24:54'),(65179,2,16156,'','2013-11-26 02:24:54'),(65180,3,16156,'','2013-11-26 02:24:54'),(65181,4,16156,'','2013-11-26 02:24:54'),(65182,5,16156,'','2013-11-26 02:24:54'),(65183,6,16156,'','2013-11-26 02:24:54'),(65184,7,16156,'DAY','2013-11-26 02:24:54'),(65185,1,16157,'','2013-11-26 02:30:41'),(65186,2,16157,'','2013-11-26 02:30:41'),(65187,3,16157,'','2013-11-26 02:30:41'),(65188,4,16157,'OPD','2013-11-26 02:30:41'),(65189,5,16157,'','2013-11-26 02:30:41'),(65190,6,16157,'79','2013-11-26 02:30:41'),(65191,7,16157,'DAY','2013-11-26 02:30:41'),(65192,1,16159,'','2013-11-26 02:30:41'),(65193,2,16159,'','2013-11-26 02:30:41'),(65194,3,16159,'','2013-11-26 02:30:41'),(65195,4,16159,'','2013-11-26 02:30:41'),(65196,5,16159,'','2013-11-26 02:30:41'),(65197,6,16159,'','2013-11-26 02:30:41'),(65198,7,16159,'DAY','2013-11-26 02:30:41'),(65199,1,16160,'','2013-11-26 02:33:50'),(65200,2,16160,'','2013-11-26 02:33:50'),(65201,3,16160,'','2013-11-26 02:33:50'),(65202,4,16160,'OPD','2013-11-26 02:33:50'),(65203,5,16160,'','2013-11-26 02:33:50'),(65204,6,16160,'50','2013-11-26 02:33:50'),(65205,7,16160,'DAY','2013-11-26 02:33:50'),(65206,1,16162,'','2013-11-26 02:33:50'),(65207,2,16162,'','2013-11-26 02:33:50'),(65208,3,16162,'','2013-11-26 02:33:50'),(65209,4,16162,'','2013-11-26 02:33:50'),(65210,5,16162,'','2013-11-26 02:33:50'),(65211,6,16162,'','2013-11-26 02:33:50'),(65212,7,16162,'DAY','2013-11-26 02:33:50'),(65213,1,16163,'','2013-11-26 02:40:09'),(65214,2,16163,'','2013-11-26 02:40:09'),(65215,3,16163,'','2013-11-26 02:40:09'),(65216,4,16163,'OPD','2013-11-26 02:40:09'),(65217,5,16163,'','2013-11-26 02:40:09'),(65218,6,16163,'112','2013-11-26 02:40:09'),(65219,7,16163,'DAY','2013-11-26 02:40:09'),(65220,1,16165,'','2013-11-26 02:40:09'),(65221,2,16165,'','2013-11-26 02:40:09'),(65222,3,16165,'','2013-11-26 02:40:09'),(65223,4,16165,'','2013-11-26 02:40:09'),(65224,5,16165,'','2013-11-26 02:40:09'),(65225,6,16165,'','2013-11-26 02:40:09'),(65226,7,16165,'DAY','2013-11-26 02:40:09'),(65227,1,16168,'','2013-11-26 02:40:09'),(65228,2,16168,'','2013-11-26 02:40:09'),(65229,3,16168,'','2013-11-26 02:40:09'),(65230,4,16168,'','2013-11-26 02:40:09'),(65231,5,16168,'','2013-11-26 02:40:09'),(65232,6,16168,'','2013-11-26 02:40:09'),(65233,7,16168,'DAY','2013-11-26 02:40:09'),(65234,1,16169,'','2013-11-26 02:43:50'),(65235,2,16169,'','2013-11-26 02:43:50'),(65236,3,16169,'','2013-11-26 02:43:50'),(65237,4,16169,'OPD','2013-11-26 02:43:50'),(65238,5,16169,'','2013-11-26 02:43:50'),(65239,6,16169,'81','2013-11-26 02:43:50'),(65240,7,16169,'DAY','2013-11-26 02:43:50'),(65241,1,16170,'','2013-11-26 02:47:12'),(65242,2,16170,'','2013-11-26 02:47:12'),(65243,3,16170,'','2013-11-26 02:47:12'),(65244,4,16170,'OPD','2013-11-26 02:47:12'),(65245,5,16170,'','2013-11-26 02:47:12'),(65246,6,16170,'94','2013-11-26 02:47:12'),(65247,7,16170,'DAY','2013-11-26 02:47:12'),(65248,1,16172,'','2013-11-26 02:47:12'),(65249,2,16172,'','2013-11-26 02:47:12'),(65250,3,16172,'','2013-11-26 02:47:12'),(65251,4,16172,'','2013-11-26 02:47:12'),(65252,5,16172,'','2013-11-26 02:47:12'),(65253,6,16172,'','2013-11-26 02:47:12'),(65254,7,16172,'DAY','2013-11-26 02:47:12'),(65255,1,16173,'','2013-11-26 02:54:22'),(65256,2,16173,'','2013-11-26 02:54:22'),(65257,3,16173,'','2013-11-26 02:54:22'),(65258,4,16173,'','2013-11-26 02:54:22'),(65259,5,16173,'218104','2013-11-26 02:54:22'),(65260,6,16173,'49','2013-11-26 02:54:22'),(65261,7,16173,'DAY','2013-11-26 02:54:22'),(65262,1,16174,'','2013-11-26 02:57:36'),(65263,2,16174,'','2013-11-26 02:57:36'),(65264,3,16174,'','2013-11-26 02:57:36'),(65265,4,16174,'OPD','2013-11-26 02:57:36'),(65266,5,16174,'','2013-11-26 02:57:36'),(65267,6,16174,'48.34','2013-11-26 02:57:36'),(65268,7,16174,'DAY','2013-11-26 02:57:36'),(65269,1,16175,'3594139','2013-11-26 03:18:52'),(65270,2,16175,'','2013-11-26 03:18:52'),(65271,3,16175,'','2013-11-26 03:18:52'),(65272,4,16175,'OPD','2013-11-26 03:18:52'),(65273,5,16175,'','2013-11-26 03:18:52'),(65274,6,16175,'79','2013-11-26 03:18:52'),(65275,7,16175,'NIGHT','2013-11-26 03:18:52'),(65276,1,16177,'','2013-11-26 03:18:52'),(65277,2,16177,'','2013-11-26 03:18:52'),(65278,3,16177,'','2013-11-26 03:18:52'),(65279,4,16177,'','2013-11-26 03:18:52'),(65280,5,16177,'','2013-11-26 03:18:52'),(65281,6,16177,'','2013-11-26 03:18:52'),(65282,7,16177,'NIGHT','2013-11-26 03:18:52'),(65283,1,16178,'','2013-11-26 03:34:33'),(65284,2,16178,'','2013-11-26 03:34:33'),(65285,3,16178,'','2013-11-26 03:34:33'),(65286,4,16178,'','2013-11-26 03:34:33'),(65287,5,16178,'218103','2013-11-26 03:34:33'),(65288,6,16178,'145.4','2013-11-26 03:34:33'),(65289,7,16178,'DAY','2013-11-26 03:34:33'),(65290,1,16179,'3594147','2013-11-26 03:39:34'),(65291,2,16179,'','2013-11-26 03:39:34'),(65292,3,16179,'','2013-11-26 03:39:34'),(65293,4,16179,'OPD','2013-11-26 03:39:35'),(65294,5,16179,'','2013-11-26 03:39:35'),(65295,6,16179,'53','2013-11-26 03:39:35'),(65296,7,16179,'NIGHT','2013-11-26 03:39:35'),(65297,1,16181,'','2013-11-26 03:39:35'),(65298,2,16181,'','2013-11-26 03:39:35'),(65299,3,16181,'','2013-11-26 03:39:35'),(65300,4,16181,'','2013-11-26 03:39:35'),(65301,5,16181,'','2013-11-26 03:39:35'),(65302,6,16181,'','2013-11-26 03:39:35'),(65303,7,16181,'NIGHT','2013-11-26 03:39:35'),(65304,1,16184,'','2013-11-26 03:39:35'),(65305,2,16184,'','2013-11-26 03:39:35'),(65306,3,16184,'','2013-11-26 03:39:35'),(65307,4,16184,'','2013-11-26 03:39:35'),(65308,5,16184,'','2013-11-26 03:39:35'),(65309,6,16184,'','2013-11-26 03:39:35'),(65310,7,16184,'NIGHT','2013-11-26 03:39:35'),(65311,1,16185,'3594154','2013-11-26 03:43:48'),(65312,2,16185,'','2013-11-26 03:43:48'),(65313,3,16185,'','2013-11-26 03:43:48'),(65314,4,16185,'OPD','2013-11-26 03:43:48'),(65315,5,16185,'','2013-11-26 03:43:48'),(65316,6,16185,'81','2013-11-26 03:43:48'),(65317,7,16185,'NIGHT','2013-11-26 03:43:48'),(65318,1,16186,'3594168','2013-11-26 04:16:39'),(65319,2,16186,'','2013-11-26 04:16:39'),(65320,3,16186,'','2013-11-26 04:16:39'),(65321,4,16186,'OPD','2013-11-26 04:16:39'),(65322,5,16186,'','2013-11-26 04:16:39'),(65323,6,16186,'22','2013-11-26 04:16:39'),(65324,7,16186,'NIGHT','2013-11-26 04:16:39'),(65325,1,16187,'3594167','2013-11-26 04:18:13'),(65326,2,16187,'','2013-11-26 04:18:13'),(65327,3,16187,'','2013-11-26 04:18:13'),(65328,4,16187,'OPD','2013-11-26 04:18:13'),(65329,5,16187,'','2013-11-26 04:18:13'),(65330,6,16187,'37','2013-11-26 04:18:13'),(65331,7,16187,'NIGHT','2013-11-26 04:18:13'),(65332,1,16188,'3594170','2013-11-26 04:35:20'),(65333,2,16188,'595132','2013-11-26 04:35:20'),(65334,3,16188,'','2013-11-26 04:35:20'),(65335,4,16188,'OPD','2013-11-26 04:35:20'),(65336,5,16188,'','2013-11-26 04:35:20'),(65337,6,16188,'35','2013-11-26 04:35:20'),(65338,7,16188,'NIGHT','2013-11-26 04:35:20'),(65339,1,16189,'3594171','2013-11-26 04:48:04'),(65340,2,16189,'598133','2013-11-26 04:48:04'),(65341,3,16189,'','2013-11-26 04:48:04'),(65342,4,16189,'OPD','2013-11-26 04:48:04'),(65343,5,16189,'','2013-11-26 04:48:04'),(65344,6,16189,'195','2013-11-26 04:48:04'),(65345,7,16189,'NIGHT','2013-11-26 04:48:04'),(65346,1,16191,'','2013-11-26 04:48:04'),(65347,2,16191,'','2013-11-26 04:48:04'),(65348,3,16191,'','2013-11-26 04:48:04'),(65349,4,16191,'','2013-11-26 04:48:04'),(65350,5,16191,'','2013-11-26 04:48:04'),(65351,6,16191,'','2013-11-26 04:48:04'),(65352,7,16191,'NIGHT','2013-11-26 04:48:04'),(65353,1,16194,'','2013-11-26 04:48:04'),(65354,2,16194,'','2013-11-26 04:48:04'),(65355,3,16194,'','2013-11-26 04:48:04'),(65356,4,16194,'','2013-11-26 04:48:04'),(65357,5,16194,'','2013-11-26 04:48:04'),(65358,6,16194,'','2013-11-26 04:48:04'),(65359,7,16194,'NIGHT','2013-11-26 04:48:04'),(65360,1,16195,'3594172','2013-11-26 04:50:27'),(65361,2,16195,'','2013-11-26 04:50:27'),(65362,3,16195,'','2013-11-26 04:50:27'),(65363,4,16195,'OPD','2013-11-26 04:50:27'),(65364,5,16195,'','2013-11-26 04:50:27'),(65365,6,16195,'112','2013-11-26 04:50:27'),(65366,7,16195,'NIGHT','2013-11-26 04:50:27'),(65367,1,16197,'','2013-11-26 04:50:27'),(65368,2,16197,'','2013-11-26 04:50:27'),(65369,3,16197,'','2013-11-26 04:50:27'),(65370,4,16197,'','2013-11-26 04:50:27'),(65371,5,16197,'','2013-11-26 04:50:27'),(65372,6,16197,'','2013-11-26 04:50:27'),(65373,7,16197,'NIGHT','2013-11-26 04:50:27'),(65374,1,16200,'','2013-11-26 04:50:28'),(65375,2,16200,'','2013-11-26 04:50:28'),(65376,3,16200,'','2013-11-26 04:50:28'),(65377,4,16200,'','2013-11-26 04:50:28'),(65378,5,16200,'','2013-11-26 04:50:28'),(65379,6,16200,'','2013-11-26 04:50:28'),(65380,7,16200,'NIGHT','2013-11-26 04:50:28'),(65381,1,16201,'3594174','2013-11-26 04:51:50'),(65382,2,16201,'','2013-11-26 04:51:50'),(65383,3,16201,'','2013-11-26 04:51:50'),(65384,4,16201,'OPD','2013-11-26 04:51:50'),(65385,5,16201,'','2013-11-26 04:51:50'),(65386,6,16201,'27','2013-11-26 04:51:50'),(65387,7,16201,'NIGHT','2013-11-26 04:51:50'),(65388,1,16202,'3594175','2013-11-26 05:00:30'),(65389,2,16202,'','2013-11-26 05:00:30'),(65390,3,16202,'','2013-11-26 05:00:30'),(65391,4,16202,'OPD','2013-11-26 05:00:30'),(65392,5,16202,'','2013-11-26 05:00:30'),(65393,6,16202,'99','2013-11-26 05:00:30'),(65394,7,16202,'NIGHT','2013-11-26 05:00:30'),(65395,1,16204,'','2013-11-26 05:00:30'),(65396,2,16204,'','2013-11-26 05:00:30'),(65397,3,16204,'','2013-11-26 05:00:30'),(65398,4,16204,'','2013-11-26 05:00:30'),(65399,5,16204,'','2013-11-26 05:00:30'),(65400,6,16204,'','2013-11-26 05:00:30'),(65401,7,16204,'NIGHT','2013-11-26 05:00:30'),(65402,1,16205,'3594177','2013-11-26 05:02:32'),(65403,2,16205,'','2013-11-26 05:02:32'),(65404,3,16205,'','2013-11-26 05:02:32'),(65405,4,16205,'OPD','2013-11-26 05:02:32'),(65406,5,16205,'','2013-11-26 05:02:32'),(65407,6,16205,'19','2013-11-26 05:02:32'),(65408,7,16205,'NIGHT','2013-11-26 05:02:32'),(65409,1,16206,'3594188','2013-11-26 06:28:45'),(65410,2,16206,'595140','2013-11-26 06:28:45'),(65411,3,16206,'','2013-11-26 06:28:45'),(65412,4,16206,'OPD','2013-11-26 06:28:45'),(65413,5,16206,'','2013-11-26 06:28:45'),(65414,6,16206,'117','2013-11-26 06:28:45'),(65415,7,16206,'NIGHT','2013-11-26 06:28:45'),(65416,1,16208,'','2013-11-26 06:28:45'),(65417,2,16208,'','2013-11-26 06:28:45'),(65418,3,16208,'','2013-11-26 06:28:45'),(65419,4,16208,'','2013-11-26 06:28:45'),(65420,5,16208,'','2013-11-26 06:28:45'),(65421,6,16208,'','2013-11-26 06:28:45'),(65422,7,16208,'NIGHT','2013-11-26 06:28:45'),(65423,1,16211,'','2013-11-26 06:28:46'),(65424,2,16211,'','2013-11-26 06:28:46'),(65425,3,16211,'','2013-11-26 06:28:46'),(65426,4,16211,'','2013-11-26 06:28:46'),(65427,5,16211,'','2013-11-26 06:28:46'),(65428,6,16211,'','2013-11-26 06:28:46'),(65429,7,16211,'NIGHT','2013-11-26 06:28:46'),(65430,1,16212,'3594210','2013-11-26 12:47:28'),(65431,2,16212,'','2013-11-26 12:47:28'),(65432,3,16212,'','2013-11-26 12:47:28'),(65433,4,16212,'OPD','2013-11-26 12:47:28'),(65434,5,16212,'','2013-11-26 12:47:28'),(65435,6,16212,'40','2013-11-26 12:47:28'),(65436,7,16212,'NIGHT','2013-11-26 12:47:28'),(65437,1,16213,'3594218','2013-11-26 13:37:37'),(65438,2,16213,'595151','2013-11-26 13:37:37'),(65439,3,16213,'','2013-11-26 13:37:37'),(65440,4,16213,'OPD','2013-11-26 13:37:37'),(65441,5,16213,'','2013-11-26 13:37:37'),(65442,6,16213,'32','2013-11-26 13:37:37'),(65443,7,16213,'NIGHT','2013-11-26 13:37:37'),(65444,1,16215,'','2013-11-26 13:37:37'),(65445,2,16215,'','2013-11-26 13:37:37'),(65446,3,16215,'','2013-11-26 13:37:37'),(65447,4,16215,'','2013-11-26 13:37:37'),(65448,5,16215,'','2013-11-26 13:37:37'),(65449,6,16215,'','2013-11-26 13:37:37'),(65450,7,16215,'NIGHT','2013-11-26 13:37:37'),(65451,1,16216,'3577166','2013-11-26 14:10:37'),(65452,2,16216,'','2013-11-26 14:10:37'),(65453,3,16216,'','2013-11-26 14:10:37'),(65454,4,16216,'OPD','2013-11-26 14:10:37'),(65455,5,16216,'','2013-11-26 14:10:37'),(65456,6,16216,'12','2013-11-26 14:10:37'),(65457,7,16216,'NIGHT','2013-11-26 14:10:37'),(65458,1,16217,'3593999','2013-11-26 14:15:09'),(65459,2,16217,'595155','2013-11-26 14:15:09'),(65460,3,16217,'','2013-11-26 14:15:09'),(65461,4,16217,'OPD','2013-11-26 14:15:09'),(65462,5,16217,'','2013-11-26 14:15:09'),(65463,6,16217,'91','2013-11-26 14:15:09'),(65464,7,16217,'NIGHT','2013-11-26 14:15:09'),(65465,1,16219,'','2013-11-26 14:15:09'),(65466,2,16219,'','2013-11-26 14:15:09'),(65467,3,16219,'','2013-11-26 14:15:09'),(65468,4,16219,'','2013-11-26 14:15:09'),(65469,5,16219,'','2013-11-26 14:15:09'),(65470,6,16219,'','2013-11-26 14:15:09'),(65471,7,16219,'NIGHT','2013-11-26 14:15:09'),(65472,1,16220,'','2013-11-26 14:15:57'),(65473,2,16220,'','2013-11-26 14:15:57'),(65474,3,16220,'','2013-11-26 14:15:57'),(65475,4,16220,'','2013-11-26 14:15:57'),(65476,5,16220,'','2013-11-26 14:15:57'),(65477,6,16220,'','2013-11-26 14:15:57'),(65478,7,16220,'NIGHT','2013-11-26 14:15:57'),(65479,1,16221,'3594238','2013-11-26 14:21:03'),(65480,2,16221,'','2013-11-26 14:21:03'),(65481,3,16221,'','2013-11-26 14:21:03'),(65482,4,16221,'OPD','2013-11-26 14:21:03'),(65483,5,16221,'','2013-11-26 14:21:03'),(65484,6,16221,'115','2013-11-26 14:21:03'),(65485,7,16221,'NIGHT','2013-11-26 14:21:03'),(65486,1,16223,'','2013-11-26 14:21:03'),(65487,2,16223,'','2013-11-26 14:21:03'),(65488,3,16223,'','2013-11-26 14:21:03'),(65489,4,16223,'','2013-11-26 14:21:03'),(65490,5,16223,'','2013-11-26 14:21:03'),(65491,6,16223,'','2013-11-26 14:21:03'),(65492,7,16223,'NIGHT','2013-11-26 14:21:03'),(65493,1,16224,'3594246','2013-11-26 14:40:18'),(65494,2,16224,'','2013-11-26 14:40:18'),(65495,3,16224,'','2013-11-26 14:40:18'),(65496,4,16224,'OPD','2013-11-26 14:40:18'),(65497,5,16224,'','2013-11-26 14:40:18'),(65498,6,16224,'53','2013-11-26 14:40:18'),(65499,7,16224,'NIGHT','2013-11-26 14:40:18'),(65500,1,16226,'','2013-11-26 14:40:18'),(65501,2,16226,'','2013-11-26 14:40:18'),(65502,3,16226,'','2013-11-26 14:40:19'),(65503,4,16226,'','2013-11-26 14:40:19'),(65504,5,16226,'','2013-11-26 14:40:19'),(65505,6,16226,'','2013-11-26 14:40:19'),(65506,7,16226,'NIGHT','2013-11-26 14:40:19'),(65507,1,16229,'','2013-11-26 14:40:19'),(65508,2,16229,'','2013-11-26 14:40:19'),(65509,3,16229,'','2013-11-26 14:40:19'),(65510,4,16229,'','2013-11-26 14:40:19'),(65511,5,16229,'','2013-11-26 14:40:19'),(65512,6,16229,'','2013-11-26 14:40:19'),(65513,7,16229,'NIGHT','2013-11-26 14:40:19'),(65514,1,16230,'3594234','2013-11-26 14:42:40'),(65515,2,16230,'595158','2013-11-26 14:42:40'),(65516,3,16230,'','2013-11-26 14:42:40'),(65517,4,16230,'OPD','2013-11-26 14:42:40'),(65518,5,16230,'','2013-11-26 14:42:40'),(65519,6,16230,'11','2013-11-26 14:42:40'),(65520,7,16230,'NIGHT','2013-11-26 14:42:40'),(65521,1,16231,'3594247','2013-11-26 14:43:42'),(65522,2,16231,'','2013-11-26 14:43:42'),(65523,3,16231,'','2013-11-26 14:43:42'),(65524,4,16231,'OPD','2013-11-26 14:43:42'),(65525,5,16231,'','2013-11-26 14:43:42'),(65526,6,16231,'40','2013-11-26 14:43:42'),(65527,7,16231,'NIGHT','2013-11-26 14:43:42'),(65528,1,16232,'3594255','2013-11-26 15:13:56'),(65529,2,16232,'','2013-11-26 15:13:56'),(65530,3,16232,'','2013-11-26 15:13:56'),(65531,4,16232,'OPD','2013-11-26 15:13:56'),(65532,5,16232,'','2013-11-26 15:13:56'),(65533,6,16232,'115','2013-11-26 15:13:56'),(65534,7,16232,'NIGHT','2013-11-26 15:13:56'),(65535,1,16234,'','2013-11-26 15:13:57'),(65536,2,16234,'','2013-11-26 15:13:57'),(65537,3,16234,'','2013-11-26 15:13:57'),(65538,4,16234,'','2013-11-26 15:13:57'),(65539,5,16234,'','2013-11-26 15:13:57'),(65540,6,16234,'','2013-11-26 15:13:57'),(65541,7,16234,'NIGHT','2013-11-26 15:13:57'),(65542,1,16235,'3594135','2013-11-26 15:40:09'),(65543,2,16235,'','2013-11-26 15:40:09'),(65544,3,16235,'','2013-11-26 15:40:09'),(65545,4,16235,'OPD','2013-11-26 15:40:09'),(65546,5,16235,'','2013-11-26 15:40:09'),(65547,6,16235,'241','2013-11-26 15:40:09'),(65548,7,16235,'DAY','2013-11-26 15:40:09'),(65549,1,16237,'','2013-11-26 15:40:10'),(65550,2,16237,'','2013-11-26 15:40:10'),(65551,3,16237,'','2013-11-26 15:40:10'),(65552,4,16237,'','2013-11-26 15:40:10'),(65553,5,16237,'','2013-11-26 15:40:10'),(65554,6,16237,'','2013-11-26 15:40:10'),(65555,7,16237,'DAY','2013-11-26 15:40:10'),(65556,1,16238,'3594259','2013-11-26 15:45:03'),(65557,2,16238,'595161','2013-11-26 15:45:03'),(65558,3,16238,'','2013-11-26 15:45:03'),(65559,4,16238,'OPD','2013-11-26 15:45:03'),(65560,5,16238,'','2013-11-26 15:45:03'),(65561,6,16238,'196','2013-11-26 15:45:03'),(65562,7,16238,'DAY','2013-11-26 15:45:03'),(65563,1,16240,'','2013-11-26 15:45:03'),(65564,2,16240,'','2013-11-26 15:45:03'),(65565,3,16240,'','2013-11-26 15:45:03'),(65566,4,16240,'','2013-11-26 15:45:03'),(65567,5,16240,'','2013-11-26 15:45:03'),(65568,6,16240,'','2013-11-26 15:45:03'),(65569,7,16240,'DAY','2013-11-26 15:45:03'),(65570,1,16241,'','2013-11-26 16:04:11'),(65571,2,16241,'','2013-11-26 16:04:11'),(65572,3,16241,'','2013-11-26 16:04:11'),(65573,4,16241,'','2013-11-26 16:04:11'),(65574,5,16241,'','2013-11-26 16:04:11'),(65575,6,16241,'','2013-11-26 16:04:11'),(65576,7,16241,'DAY','2013-11-26 16:04:11'),(65577,1,16242,'','2013-11-26 16:19:19'),(65578,2,16242,'','2013-11-26 16:19:19'),(65579,3,16242,'','2013-11-26 16:19:19'),(65580,4,16242,'OPD','2013-11-26 16:19:19'),(65581,5,16242,'','2013-11-26 16:19:19'),(65582,6,16242,'76','2013-11-26 16:19:19'),(65583,7,16242,'DAY','2013-11-26 16:19:19'),(65584,1,16243,'3594298','2013-11-26 16:51:41'),(65585,2,16243,'','2013-11-26 16:51:41'),(65586,3,16243,'','2013-11-26 16:51:41'),(65587,4,16243,'OPD','2013-11-26 16:51:41'),(65588,5,16243,'','2013-11-26 16:51:41'),(65589,6,16243,'111.4','2013-11-26 16:51:41'),(65590,7,16243,'DAY','2013-11-26 16:51:41'),(65591,1,16245,'','2013-11-26 16:51:41'),(65592,2,16245,'','2013-11-26 16:51:41'),(65593,3,16245,'','2013-11-26 16:51:41'),(65594,4,16245,'','2013-11-26 16:51:41'),(65595,5,16245,'','2013-11-26 16:51:41'),(65596,6,16245,'','2013-11-26 16:51:41'),(65597,7,16245,'DAY','2013-11-26 16:51:41'),(65598,1,16246,'','2013-11-26 17:03:38'),(65599,2,16246,'','2013-11-26 17:03:38'),(65600,3,16246,'','2013-11-26 17:03:38'),(65601,4,16246,'SELF REQUEST','2013-11-26 17:03:38'),(65602,5,16246,'','2013-11-26 17:03:38'),(65603,6,16246,'','2013-11-26 17:03:38'),(65604,7,16246,'DAY','2013-11-26 17:03:38'),(65605,1,16247,'','2013-11-26 17:06:10'),(65606,2,16247,'','2013-11-26 17:06:10'),(65607,3,16247,'','2013-11-26 17:06:10'),(65608,4,16247,'SELF REQUST','2013-11-26 17:06:10'),(65609,5,16247,'','2013-11-26 17:06:10'),(65610,6,16247,'','2013-11-26 17:06:10'),(65611,7,16247,'DAY','2013-11-26 17:06:10'),(65612,1,16248,'','2013-11-26 17:13:08'),(65613,2,16248,'','2013-11-26 17:13:08'),(65614,3,16248,'','2013-11-26 17:13:08'),(65615,4,16248,'','2013-11-26 17:13:08'),(65616,5,16248,'','2013-11-26 17:13:08'),(65617,6,16248,'','2013-11-26 17:13:08'),(65618,7,16248,'DAY','2013-11-26 17:13:08'),(65619,1,16250,'','2013-11-26 17:13:08'),(65620,2,16250,'','2013-11-26 17:13:08'),(65621,3,16250,'','2013-11-26 17:13:08'),(65622,4,16250,'','2013-11-26 17:13:08'),(65623,5,16250,'','2013-11-26 17:13:08'),(65624,6,16250,'','2013-11-26 17:13:08'),(65625,7,16250,'DAY','2013-11-26 17:13:08'),(65626,1,16253,'','2013-11-26 17:13:08'),(65627,2,16253,'','2013-11-26 17:13:08'),(65628,3,16253,'','2013-11-26 17:13:08'),(65629,4,16253,'','2013-11-26 17:13:08'),(65630,5,16253,'','2013-11-26 17:13:08'),(65631,6,16253,'','2013-11-26 17:13:08'),(65632,7,16253,'DAY','2013-11-26 17:13:08'),(65633,1,16257,'','2013-11-26 17:13:09'),(65634,2,16257,'','2013-11-26 17:13:09'),(65635,3,16257,'','2013-11-26 17:13:09'),(65636,4,16257,'','2013-11-26 17:13:09'),(65637,5,16257,'','2013-11-26 17:13:09'),(65638,6,16257,'','2013-11-26 17:13:09'),(65639,7,16257,'DAY','2013-11-26 17:13:09'),(65640,1,16258,'','2013-11-26 17:15:16'),(65641,2,16258,'','2013-11-26 17:15:16'),(65642,3,16258,'','2013-11-26 17:15:16'),(65643,4,16258,'','2013-11-26 17:15:16'),(65644,5,16258,'','2013-11-26 17:15:16'),(65645,6,16258,'','2013-11-26 17:15:16'),(65646,7,16258,'DAY','2013-11-26 17:15:16'),(65647,1,16260,'','2013-11-26 17:15:16'),(65648,2,16260,'','2013-11-26 17:15:16'),(65649,3,16260,'','2013-11-26 17:15:16'),(65650,4,16260,'','2013-11-26 17:15:16'),(65651,5,16260,'','2013-11-26 17:15:16'),(65652,6,16260,'','2013-11-26 17:15:16'),(65653,7,16260,'DAY','2013-11-26 17:15:16'),(65654,1,16263,'','2013-11-26 17:15:16'),(65655,2,16263,'','2013-11-26 17:15:16'),(65656,3,16263,'','2013-11-26 17:15:16'),(65657,4,16263,'','2013-11-26 17:15:16'),(65658,5,16263,'','2013-11-26 17:15:16'),(65659,6,16263,'','2013-11-26 17:15:16'),(65660,7,16263,'DAY','2013-11-26 17:15:16'),(65661,1,16267,'','2013-11-26 17:15:16'),(65662,2,16267,'','2013-11-26 17:15:16'),(65663,3,16267,'','2013-11-26 17:15:16'),(65664,4,16267,'','2013-11-26 17:15:16'),(65665,5,16267,'','2013-11-26 17:15:16'),(65666,6,16267,'','2013-11-26 17:15:16'),(65667,7,16267,'DAY','2013-11-26 17:15:16'),(65668,1,16268,'3594325','2013-11-26 17:22:00'),(65669,2,16268,'','2013-11-26 17:22:00'),(65670,3,16268,'','2013-11-26 17:22:00'),(65671,4,16268,'OPD','2013-11-26 17:22:00'),(65672,5,16268,'','2013-11-26 17:22:00'),(65673,6,16268,'216','2013-11-26 17:22:00'),(65674,7,16268,'DAY','2013-11-26 17:22:00'),(65675,1,16270,'','2013-11-26 17:22:00'),(65676,2,16270,'','2013-11-26 17:22:00'),(65677,3,16270,'','2013-11-26 17:22:00'),(65678,4,16270,'','2013-11-26 17:22:00'),(65679,5,16270,'','2013-11-26 17:22:00'),(65680,6,16270,'','2013-11-26 17:22:00'),(65681,7,16270,'DAY','2013-11-26 17:22:00'),(65682,1,16273,'','2013-11-26 17:22:01'),(65683,2,16273,'','2013-11-26 17:22:01'),(65684,3,16273,'','2013-11-26 17:22:01'),(65685,4,16273,'','2013-11-26 17:22:01'),(65686,5,16273,'','2013-11-26 17:22:01'),(65687,6,16273,'','2013-11-26 17:22:01'),(65688,7,16273,'DAY','2013-11-26 17:22:01'),(65689,1,16277,'','2013-11-26 17:22:01'),(65690,2,16277,'','2013-11-26 17:22:01'),(65691,3,16277,'','2013-11-26 17:22:01'),(65692,4,16277,'','2013-11-26 17:22:01'),(65693,5,16277,'','2013-11-26 17:22:01'),(65694,6,16277,'','2013-11-26 17:22:01'),(65695,7,16277,'DAY','2013-11-26 17:22:01'),(65696,1,16278,'','2013-11-26 17:29:36'),(65697,2,16278,'595181','2013-11-26 17:29:36'),(65698,3,16278,'','2013-11-26 17:29:36'),(65699,4,16278,'OPD','2013-11-26 17:29:36'),(65700,5,16278,'','2013-11-26 17:29:36'),(65701,6,16278,'36','2013-11-26 17:29:36'),(65702,7,16278,'DAY','2013-11-26 17:29:36'),(65703,1,16280,'','2013-11-26 17:29:36'),(65704,2,16280,'','2013-11-26 17:29:36'),(65705,3,16280,'','2013-11-26 17:29:36'),(65706,4,16280,'','2013-11-26 17:29:36'),(65707,5,16280,'','2013-11-26 17:29:36'),(65708,6,16280,'','2013-11-26 17:29:36'),(65709,7,16280,'DAY','2013-11-26 17:29:36'),(65710,1,16281,'','2013-11-26 17:32:22'),(65711,2,16281,'','2013-11-26 17:32:22'),(65712,3,16281,'','2013-11-26 17:32:22'),(65713,4,16281,'OPD','2013-11-26 17:32:22'),(65714,5,16281,'','2013-11-26 17:32:22'),(65715,6,16281,'50','2013-11-26 17:32:22'),(65716,7,16281,'DAY','2013-11-26 17:32:22'),(65717,1,16283,'','2013-11-26 17:32:22'),(65718,2,16283,'','2013-11-26 17:32:22'),(65719,3,16283,'','2013-11-26 17:32:22'),(65720,4,16283,'','2013-11-26 17:32:22'),(65721,5,16283,'','2013-11-26 17:32:22'),(65722,6,16283,'','2013-11-26 17:32:22'),(65723,7,16283,'DAY','2013-11-26 17:32:22'),(65724,1,16284,'','2013-11-26 17:37:37'),(65725,2,16284,'','2013-11-26 17:37:37'),(65726,3,16284,'','2013-11-26 17:37:37'),(65727,4,16284,'','2013-11-26 17:37:37'),(65728,5,16284,'','2013-11-26 17:37:37'),(65729,6,16284,'','2013-11-26 17:37:37'),(65730,7,16284,'DAY','2013-11-26 17:37:37'),(65731,1,16286,'','2013-11-26 17:37:38'),(65732,2,16286,'','2013-11-26 17:37:38'),(65733,3,16286,'','2013-11-26 17:37:38'),(65734,4,16286,'','2013-11-26 17:37:38'),(65735,5,16286,'','2013-11-26 17:37:38'),(65736,6,16286,'','2013-11-26 17:37:38'),(65737,7,16286,'DAY','2013-11-26 17:37:38'),(65738,1,16289,'','2013-11-26 17:37:38'),(65739,2,16289,'','2013-11-26 17:37:38'),(65740,3,16289,'','2013-11-26 17:37:38'),(65741,4,16289,'','2013-11-26 17:37:38'),(65742,5,16289,'','2013-11-26 17:37:38'),(65743,6,16289,'','2013-11-26 17:37:38'),(65744,7,16289,'DAY','2013-11-26 17:37:38'),(65745,1,16293,'','2013-11-26 17:37:38'),(65746,2,16293,'','2013-11-26 17:37:38'),(65747,3,16293,'','2013-11-26 17:37:38'),(65748,4,16293,'','2013-11-26 17:37:38'),(65749,5,16293,'','2013-11-26 17:37:38'),(65750,6,16293,'','2013-11-26 17:37:38'),(65751,7,16293,'DAY','2013-11-26 17:37:38'),(65752,1,16294,'3594332','2013-11-26 17:43:01'),(65753,2,16294,'595186','2013-11-26 17:43:01'),(65754,3,16294,'','2013-11-26 17:43:01'),(65755,4,16294,'OPD','2013-11-26 17:43:01'),(65756,5,16294,'','2013-11-26 17:43:01'),(65757,6,16294,'104','2013-11-26 17:43:01'),(65758,7,16294,'DAY','2013-11-26 17:43:01'),(65759,1,16296,'','2013-11-26 17:43:02'),(65760,2,16296,'','2013-11-26 17:43:02'),(65761,3,16296,'','2013-11-26 17:43:02'),(65762,4,16296,'','2013-11-26 17:43:02'),(65763,5,16296,'','2013-11-26 17:43:02'),(65764,6,16296,'','2013-11-26 17:43:02'),(65765,7,16296,'DAY','2013-11-26 17:43:02'),(65766,1,16299,'','2013-11-26 17:43:02'),(65767,2,16299,'','2013-11-26 17:43:02'),(65768,3,16299,'','2013-11-26 17:43:02'),(65769,4,16299,'','2013-11-26 17:43:02'),(65770,5,16299,'','2013-11-26 17:43:02'),(65771,6,16299,'','2013-11-26 17:43:02'),(65772,7,16299,'DAY','2013-11-26 17:43:02'),(65773,1,16300,'3594333','2013-11-26 18:00:41'),(65774,2,16300,'','2013-11-26 18:00:41'),(65775,3,16300,'','2013-11-26 18:00:41'),(65776,4,16300,'OPD','2013-11-26 18:00:41'),(65777,5,16300,'','2013-11-26 18:00:41'),(65778,6,16300,'','2013-11-26 18:00:41'),(65779,7,16300,'DAY','2013-11-26 18:00:41'),(65780,1,16302,'','2013-11-26 18:00:42'),(65781,2,16302,'','2013-11-26 18:00:42'),(65782,3,16302,'','2013-11-26 18:00:42'),(65783,4,16302,'','2013-11-26 18:00:42'),(65784,5,16302,'','2013-11-26 18:00:42'),(65785,6,16302,'','2013-11-26 18:00:42'),(65786,7,16302,'DAY','2013-11-26 18:00:42'),(65787,1,16303,'','2013-11-26 18:06:24'),(65788,2,16303,'','2013-11-26 18:06:24'),(65789,3,16303,'','2013-11-26 18:06:24'),(65790,4,16303,'','2013-11-26 18:06:24'),(65791,5,16303,'','2013-11-26 18:06:24'),(65792,6,16303,'','2013-11-26 18:06:24'),(65793,7,16303,'DAY','2013-11-26 18:06:24'),(65794,1,16305,'','2013-11-26 18:06:24'),(65795,2,16305,'','2013-11-26 18:06:24'),(65796,3,16305,'','2013-11-26 18:06:24'),(65797,4,16305,'','2013-11-26 18:06:24'),(65798,5,16305,'','2013-11-26 18:06:24'),(65799,6,16305,'','2013-11-26 18:06:24'),(65800,7,16305,'DAY','2013-11-26 18:06:24'),(65801,1,16308,'','2013-11-26 18:06:25'),(65802,2,16308,'','2013-11-26 18:06:25'),(65803,3,16308,'','2013-11-26 18:06:25'),(65804,4,16308,'','2013-11-26 18:06:25'),(65805,5,16308,'','2013-11-26 18:06:25'),(65806,6,16308,'','2013-11-26 18:06:25'),(65807,7,16308,'DAY','2013-11-26 18:06:25'),(65808,1,16312,'','2013-11-26 18:06:25'),(65809,2,16312,'','2013-11-26 18:06:25'),(65810,3,16312,'','2013-11-26 18:06:25'),(65811,4,16312,'','2013-11-26 18:06:25'),(65812,5,16312,'','2013-11-26 18:06:25'),(65813,6,16312,'','2013-11-26 18:06:25'),(65814,7,16312,'DAY','2013-11-26 18:06:25'),(65815,1,16313,'3594344','2013-11-26 18:13:58'),(65816,2,16313,'','2013-11-26 18:13:58'),(65817,3,16313,'','2013-11-26 18:13:58'),(65818,4,16313,'OPD','2013-11-26 18:13:58'),(65819,5,16313,'','2013-11-26 18:13:58'),(65820,6,16313,'22','2013-11-26 18:13:58'),(65821,7,16313,'DAY','2013-11-26 18:13:58'),(65822,1,16314,'','2013-11-26 18:16:22'),(65823,2,16314,'','2013-11-26 18:16:22'),(65824,3,16314,'','2013-11-26 18:16:22'),(65825,4,16314,'OPD','2013-11-26 18:16:22'),(65826,5,16314,'','2013-11-26 18:16:22'),(65827,6,16314,'37','2013-11-26 18:16:22'),(65828,7,16314,'DAY','2013-11-26 18:16:22'),(65829,1,16315,'','2013-11-26 18:20:09'),(65830,2,16315,'595059','2013-11-26 18:20:09'),(65831,3,16315,'','2013-11-26 18:20:09'),(65832,4,16315,'OPD','2013-11-26 18:20:09'),(65833,5,16315,'','2013-11-26 18:20:09'),(65834,6,16315,'12','2013-11-26 18:20:09'),(65835,7,16315,'DAY','2013-11-26 18:20:09'),(65836,1,16316,'','2013-11-26 18:23:50'),(65837,2,16316,'','2013-11-26 18:23:50'),(65838,3,16316,'','2013-11-26 18:23:50'),(65839,4,16316,'','2013-11-26 18:23:50'),(65840,5,16316,'','2013-11-26 18:23:50'),(65841,6,16316,'','2013-11-26 18:23:50'),(65842,7,16316,'DAY','2013-11-26 18:23:50'),(65843,1,16318,'','2013-11-26 18:23:50'),(65844,2,16318,'','2013-11-26 18:23:50'),(65845,3,16318,'','2013-11-26 18:23:50'),(65846,4,16318,'','2013-11-26 18:23:50'),(65847,5,16318,'','2013-11-26 18:23:50'),(65848,6,16318,'','2013-11-26 18:23:50'),(65849,7,16318,'DAY','2013-11-26 18:23:50'),(65850,1,16321,'','2013-11-26 18:23:50'),(65851,2,16321,'','2013-11-26 18:23:50'),(65852,3,16321,'','2013-11-26 18:23:50'),(65853,4,16321,'','2013-11-26 18:23:50'),(65854,5,16321,'','2013-11-26 18:23:50'),(65855,6,16321,'','2013-11-26 18:23:50'),(65856,7,16321,'DAY','2013-11-26 18:23:50'),(65857,1,16325,'','2013-11-26 18:23:50'),(65858,2,16325,'','2013-11-26 18:23:50'),(65859,3,16325,'','2013-11-26 18:23:50'),(65860,4,16325,'','2013-11-26 18:23:50'),(65861,5,16325,'','2013-11-26 18:23:50'),(65862,6,16325,'','2013-11-26 18:23:50'),(65863,7,16325,'DAY','2013-11-26 18:23:51'),(65864,1,16326,'','2013-11-26 18:36:02'),(65865,2,16326,'595304','2013-11-26 18:36:02'),(65866,3,16326,'','2013-11-26 18:36:02'),(65867,4,16326,'OPD','2013-11-26 18:36:02'),(65868,5,16326,'','2013-11-26 18:36:02'),(65869,6,16326,'41','2013-11-26 18:36:02'),(65870,7,16326,'DAY','2013-11-26 18:36:02'),(65871,1,16327,'','2013-11-26 18:38:06'),(65872,2,16327,'','2013-11-26 18:38:06'),(65873,3,16327,'','2013-11-26 18:38:06'),(65874,4,16327,'OPD','2013-11-26 18:38:06'),(65875,5,16327,'','2013-11-26 18:38:06'),(65876,6,16327,'83','2013-11-26 18:38:06'),(65877,7,16327,'DAY','2013-11-26 18:38:06'),(65878,1,16329,'','2013-11-26 18:38:07'),(65879,2,16329,'','2013-11-26 18:38:07'),(65880,3,16329,'','2013-11-26 18:38:07'),(65881,4,16329,'','2013-11-26 18:38:07'),(65882,5,16329,'','2013-11-26 18:38:07'),(65883,6,16329,'','2013-11-26 18:38:07'),(65884,7,16329,'DAY','2013-11-26 18:38:07'),(65885,1,16330,'','2013-11-26 18:44:10'),(65886,2,16330,'','2013-11-26 18:44:10'),(65887,3,16330,'','2013-11-26 18:44:10'),(65888,4,16330,'OPD','2013-11-26 18:44:10'),(65889,5,16330,'','2013-11-26 18:44:10'),(65890,6,16330,'99','2013-11-26 18:44:10'),(65891,7,16330,'DAY','2013-11-26 18:44:10'),(65892,1,16332,'','2013-11-26 18:44:11'),(65893,2,16332,'','2013-11-26 18:44:11'),(65894,3,16332,'','2013-11-26 18:44:11'),(65895,4,16332,'','2013-11-26 18:44:11'),(65896,5,16332,'','2013-11-26 18:44:11'),(65897,6,16332,'','2013-11-26 18:44:11'),(65898,7,16332,'DAY','2013-11-26 18:44:11'),(65899,1,16333,'','2013-11-26 18:46:14'),(65900,2,16333,'594201','2013-11-26 18:46:14'),(65901,3,16333,'','2013-11-26 18:46:14'),(65902,4,16333,'OPD','2013-11-26 18:46:14'),(65903,5,16333,'','2013-11-26 18:46:14'),(65904,6,16333,'116.4','2013-11-26 18:46:14'),(65905,7,16333,'DAY','2013-11-26 18:46:14'),(65906,1,16335,'','2013-11-26 18:46:14'),(65907,2,16335,'','2013-11-26 18:46:14'),(65908,3,16335,'','2013-11-26 18:46:14'),(65909,4,16335,'','2013-11-26 18:46:14'),(65910,5,16335,'','2013-11-26 18:46:14'),(65911,6,16335,'','2013-11-26 18:46:14'),(65912,7,16335,'DAY','2013-11-26 18:46:14'),(65913,1,16336,'','2013-11-26 18:50:18'),(65914,2,16336,'595197','2013-11-26 18:50:18'),(65915,3,16336,'','2013-11-26 18:50:18'),(65916,4,16336,'SR','2013-11-26 18:50:18'),(65917,5,16336,'','2013-11-26 18:50:18'),(65918,6,16336,'43','2013-11-26 18:50:18'),(65919,7,16336,'DAY','2013-11-26 18:50:18'),(65920,1,16337,'3594364','2013-11-26 18:54:27'),(65921,2,16337,'','2013-11-26 18:54:27'),(65922,3,16337,'','2013-11-26 18:54:27'),(65923,4,16337,'OPD','2013-11-26 18:54:27'),(65924,5,16337,'','2013-11-26 18:54:27'),(65925,6,16337,'66','2013-11-26 18:54:27'),(65926,7,16337,'DAY','2013-11-26 18:54:27'),(65927,1,16338,'3594376','2013-11-26 18:56:45'),(65928,2,16338,'','2013-11-26 18:56:45'),(65929,3,16338,'','2013-11-26 18:56:45'),(65930,4,16338,'OPD','2013-11-26 18:56:45'),(65931,5,16338,'','2013-11-26 18:56:45'),(65932,6,16338,'72','2013-11-26 18:56:45'),(65933,7,16338,'DAY','2013-11-26 18:56:45'),(65934,1,16339,'','2013-11-26 18:59:48'),(65935,2,16339,'','2013-11-26 18:59:48'),(65936,3,16339,'','2013-11-26 18:59:48'),(65937,4,16339,'OPD','2013-11-26 18:59:48'),(65938,5,16339,'','2013-11-26 18:59:48'),(65939,6,16339,'66','2013-11-26 18:59:48'),(65940,7,16339,'DAY','2013-11-26 18:59:48'),(65941,1,16340,'3594422','2013-11-26 19:02:49'),(65942,2,16340,'','2013-11-26 19:02:49'),(65943,3,16340,'','2013-11-26 19:02:49'),(65944,4,16340,'OPD','2013-11-26 19:02:49'),(65945,5,16340,'','2013-11-26 19:02:49'),(65946,6,16340,'66','2013-11-26 19:02:49'),(65947,7,16340,'DAY','2013-11-26 19:02:49'),(65948,1,16341,'','2013-11-26 19:06:48'),(65949,2,16341,'','2013-11-26 19:06:48'),(65950,3,16341,'','2013-11-26 19:06:48'),(65951,4,16341,'OPD','2013-11-26 19:06:48'),(65952,5,16341,'','2013-11-26 19:06:48'),(65953,6,16341,'41','2013-11-26 19:06:48'),(65954,7,16341,'DAY','2013-11-26 19:06:48'),(65955,1,16343,'','2013-11-26 19:06:48'),(65956,2,16343,'','2013-11-26 19:06:48'),(65957,3,16343,'','2013-11-26 19:06:48'),(65958,4,16343,'','2013-11-26 19:06:48'),(65959,5,16343,'','2013-11-26 19:06:48'),(65960,6,16343,'','2013-11-26 19:06:48'),(65961,7,16343,'DAY','2013-11-26 19:06:48'),(65962,1,16344,'','2013-11-26 19:19:08'),(65963,2,16344,'595203','2013-11-26 19:19:08'),(65964,3,16344,'','2013-11-26 19:19:08'),(65965,4,16344,'OPD','2013-11-26 19:19:08'),(65966,5,16344,'','2013-11-26 19:19:08'),(65967,6,16344,'74.4','2013-11-26 19:19:08'),(65968,7,16344,'DAY','2013-11-26 19:19:08'),(65969,1,16345,'3594436','2013-11-26 19:39:31'),(65970,2,16345,'','2013-11-26 19:39:31'),(65971,3,16345,'','2013-11-26 19:39:31'),(65972,4,16345,'OPD','2013-11-26 19:39:31'),(65973,5,16345,'','2013-11-26 19:39:31'),(65974,6,16345,'272','2013-11-26 19:39:31'),(65975,7,16345,'DAY','2013-11-26 19:39:31'),(65976,1,16347,'','2013-11-26 19:39:32'),(65977,2,16347,'','2013-11-26 19:39:32'),(65978,3,16347,'','2013-11-26 19:39:32'),(65979,4,16347,'','2013-11-26 19:39:32'),(65980,5,16347,'','2013-11-26 19:39:32'),(65981,6,16347,'','2013-11-26 19:39:32'),(65982,7,16347,'DAY','2013-11-26 19:39:32'),(65983,1,16350,'','2013-11-26 19:39:32'),(65984,2,16350,'','2013-11-26 19:39:32'),(65985,3,16350,'','2013-11-26 19:39:32'),(65986,4,16350,'','2013-11-26 19:39:32'),(65987,5,16350,'','2013-11-26 19:39:32'),(65988,6,16350,'','2013-11-26 19:39:32'),(65989,7,16350,'DAY','2013-11-26 19:39:32'),(65990,1,16351,'3594450','2013-11-26 19:49:09'),(65991,2,16351,'595222','2013-11-26 19:49:09'),(65992,3,16351,'','2013-11-26 19:49:09'),(65993,4,16351,'OPD','2013-11-26 19:49:09'),(65994,5,16351,'','2013-11-26 19:49:09'),(65995,6,16351,'35.00','2013-11-26 19:49:09'),(65996,7,16351,'DAY','2013-11-26 19:49:09'),(65997,1,16352,'3594434','2013-11-26 19:51:46'),(65998,2,16352,'595215','2013-11-26 19:51:46'),(65999,3,16352,'','2013-11-26 19:51:46'),(66000,4,16352,'OPD','2013-11-26 19:51:46'),(66001,5,16352,'','2013-11-26 19:51:46'),(66002,6,16352,'10','2013-11-26 19:51:46'),(66003,7,16352,'DAY','2013-11-26 19:51:46'),(66004,1,16353,'3594441','2013-11-26 19:52:06'),(66005,2,16353,'595216','2013-11-26 19:52:06'),(66006,3,16353,'','2013-11-26 19:52:06'),(66007,4,16353,'OPD','2013-11-26 19:52:06'),(66008,5,16353,'','2013-11-26 19:52:06'),(66009,6,16353,'35.00','2013-11-26 19:52:06'),(66010,7,16353,'DAY','2013-11-26 19:52:06'),(66011,1,16354,'3594452','2013-11-26 19:53:45'),(66012,2,16354,'','2013-11-26 19:53:45'),(66013,3,16354,'','2013-11-26 19:53:45'),(66014,4,16354,'OPD','2013-11-26 19:53:45'),(66015,5,16354,'','2013-11-26 19:53:45'),(66016,6,16354,'79.00','2013-11-26 19:53:45'),(66017,7,16354,'DAY','2013-11-26 19:53:45'),(66018,1,16356,'','2013-11-26 19:53:46'),(66019,2,16356,'','2013-11-26 19:53:46'),(66020,3,16356,'','2013-11-26 19:53:46'),(66021,4,16356,'','2013-11-26 19:53:46'),(66022,5,16356,'','2013-11-26 19:53:46'),(66023,6,16356,'','2013-11-26 19:53:46'),(66024,7,16356,'DAY','2013-11-26 19:53:46'),(66025,1,16357,'3589632','2013-11-26 19:55:35'),(66026,2,16357,'595219','2013-11-26 19:55:35'),(66027,3,16357,'','2013-11-26 19:55:35'),(66028,4,16357,'OPD','2013-11-26 19:55:35'),(66029,5,16357,'','2013-11-26 19:55:35'),(66030,6,16357,'130.00','2013-11-26 19:55:35'),(66031,7,16357,'DAY','2013-11-26 19:55:35'),(66032,1,16358,'3594454','2013-11-26 19:56:34'),(66033,2,16358,'','2013-11-26 19:56:34'),(66034,3,16358,'','2013-11-26 19:56:34'),(66035,4,16358,'OPD','2013-11-26 19:56:34'),(66036,5,16358,'','2013-11-26 19:56:34'),(66037,6,16358,'37','2013-11-26 19:56:34'),(66038,7,16358,'DAY','2013-11-26 19:56:34'),(66039,1,16359,'3594439','2013-11-26 19:57:49'),(66040,2,16359,'','2013-11-26 19:57:49'),(66041,3,16359,'','2013-11-26 19:57:49'),(66042,4,16359,'OPD','2013-11-26 19:57:49'),(66043,5,16359,'','2013-11-26 19:57:49'),(66044,6,16359,'90.00','2013-11-26 19:57:49'),(66045,7,16359,'DAY','2013-11-26 19:57:49'),(66046,1,16361,'','2013-11-26 19:57:49'),(66047,2,16361,'','2013-11-26 19:57:49'),(66048,3,16361,'','2013-11-26 19:57:49'),(66049,4,16361,'','2013-11-26 19:57:49'),(66050,5,16361,'','2013-11-26 19:57:49'),(66051,6,16361,'','2013-11-26 19:57:49'),(66052,7,16361,'DAY','2013-11-26 19:57:49'),(66053,1,16362,'3594444','2013-11-26 19:59:56'),(66054,2,16362,'','2013-11-26 19:59:56'),(66055,3,16362,'','2013-11-26 19:59:56'),(66056,4,16362,'OPD','2013-11-26 19:59:56'),(66057,5,16362,'','2013-11-26 19:59:56'),(66058,6,16362,'66.00','2013-11-26 19:59:56'),(66059,7,16362,'DAY','2013-11-26 19:59:56'),(66060,1,16363,'3594475','2013-11-26 20:11:28'),(66061,2,16363,'595233','2013-11-26 20:11:28'),(66062,3,16363,'','2013-11-26 20:11:28'),(66063,4,16363,'OPD','2013-11-26 20:11:28'),(66064,5,16363,'','2013-11-26 20:11:28'),(66065,6,16363,'220','2013-11-26 20:11:28'),(66066,7,16363,'DAY','2013-11-26 20:11:28'),(66067,1,16365,'','2013-11-26 20:11:29'),(66068,2,16365,'','2013-11-26 20:11:29'),(66069,3,16365,'','2013-11-26 20:11:29'),(66070,4,16365,'','2013-11-26 20:11:29'),(66071,5,16365,'','2013-11-26 20:11:29'),(66072,6,16365,'','2013-11-26 20:11:29'),(66073,7,16365,'DAY','2013-11-26 20:11:29'),(66074,1,16368,'','2013-11-26 20:11:29'),(66075,2,16368,'','2013-11-26 20:11:29'),(66076,3,16368,'','2013-11-26 20:11:29'),(66077,4,16368,'','2013-11-26 20:11:29'),(66078,5,16368,'','2013-11-26 20:11:29'),(66079,6,16368,'','2013-11-26 20:11:29'),(66080,7,16368,'DAY','2013-11-26 20:11:29'),(66081,1,16369,'3594478','2013-11-26 20:20:24'),(66082,2,16369,'','2013-11-26 20:20:24'),(66083,3,16369,'','2013-11-26 20:20:24'),(66084,4,16369,'OPD','2013-11-26 20:20:24'),(66085,5,16369,'','2013-11-26 20:20:24'),(66086,6,16369,'153.4','2013-11-26 20:20:24'),(66087,7,16369,'DAY','2013-11-26 20:20:24'),(66088,1,16371,'','2013-11-26 20:20:24'),(66089,2,16371,'','2013-11-26 20:20:24'),(66090,3,16371,'','2013-11-26 20:20:24'),(66091,4,16371,'','2013-11-26 20:20:24'),(66092,5,16371,'','2013-11-26 20:20:24'),(66093,6,16371,'','2013-11-26 20:20:24'),(66094,7,16371,'DAY','2013-11-26 20:20:24'),(66095,1,16374,'','2013-11-26 20:20:24'),(66096,2,16374,'','2013-11-26 20:20:24'),(66097,3,16374,'','2013-11-26 20:20:24'),(66098,4,16374,'','2013-11-26 20:20:24'),(66099,5,16374,'','2013-11-26 20:20:24'),(66100,6,16374,'','2013-11-26 20:20:24'),(66101,7,16374,'DAY','2013-11-26 20:20:24'),(66102,1,16375,'','2013-11-26 20:23:28'),(66103,2,16375,'595232','2013-11-26 20:23:28'),(66104,3,16375,'','2013-11-26 20:23:28'),(66105,4,16375,'OPD','2013-11-26 20:23:28'),(66106,5,16375,'','2013-11-26 20:23:28'),(66107,6,16375,'84','2013-11-26 20:23:28'),(66108,7,16375,'DAY','2013-11-26 20:23:28'),(66109,1,16377,'','2013-11-26 20:23:28'),(66110,2,16377,'','2013-11-26 20:23:28'),(66111,3,16377,'','2013-11-26 20:23:28'),(66112,4,16377,'','2013-11-26 20:23:28'),(66113,5,16377,'','2013-11-26 20:23:28'),(66114,6,16377,'','2013-11-26 20:23:28'),(66115,7,16377,'DAY','2013-11-26 20:23:28'),(66116,1,16380,'','2013-11-26 20:23:28'),(66117,2,16380,'','2013-11-26 20:23:28'),(66118,3,16380,'','2013-11-26 20:23:28'),(66119,4,16380,'','2013-11-26 20:23:28'),(66120,5,16380,'','2013-11-26 20:23:28'),(66121,6,16380,'','2013-11-26 20:23:28'),(66122,7,16380,'DAY','2013-11-26 20:23:28'),(66123,1,16381,'','2013-11-26 20:25:16'),(66124,2,16381,'595235','2013-11-26 20:25:16'),(66125,3,16381,'','2013-11-26 20:25:16'),(66126,4,16381,'SR','2013-11-26 20:25:16'),(66127,5,16381,'','2013-11-26 20:25:16'),(66128,6,16381,'35','2013-11-26 20:25:16'),(66129,7,16381,'DAY','2013-11-26 20:25:16'),(66130,1,16382,'','2013-11-26 20:31:21'),(66131,2,16382,'595237','2013-11-26 20:31:21'),(66132,3,16382,'','2013-11-26 20:31:21'),(66133,4,16382,'OPD','2013-11-26 20:31:21'),(66134,5,16382,'','2013-11-26 20:31:21'),(66135,6,16382,'183','2013-11-26 20:31:21'),(66136,7,16382,'DAY','2013-11-26 20:31:21'),(66137,1,16384,'','2013-11-26 20:31:21'),(66138,2,16384,'','2013-11-26 20:31:21'),(66139,3,16384,'','2013-11-26 20:31:21'),(66140,4,16384,'','2013-11-26 20:31:21'),(66141,5,16384,'','2013-11-26 20:31:21'),(66142,6,16384,'','2013-11-26 20:31:22'),(66143,7,16384,'DAY','2013-11-26 20:31:22'),(66144,1,16385,'','2013-11-26 20:42:49'),(66145,2,16385,'595242','2013-11-26 20:42:49'),(66146,3,16385,'','2013-11-26 20:42:49'),(66147,4,16385,'OPD','2013-11-26 20:42:49'),(66148,5,16385,'','2013-11-26 20:42:49'),(66149,6,16385,'12','2013-11-26 20:42:49'),(66150,7,16385,'DAY','2013-11-26 20:42:49'),(66151,1,16386,'','2013-11-26 20:44:21'),(66152,2,16386,'','2013-11-26 20:44:21'),(66153,3,16386,'','2013-11-26 20:44:21'),(66154,4,16386,'OPD','2013-11-26 20:44:21'),(66155,5,16386,'','2013-11-26 20:44:21'),(66156,6,16386,'37','2013-11-26 20:44:21'),(66157,7,16386,'DAY','2013-11-26 20:44:21'),(66158,1,16387,'3594499','2013-11-26 20:46:35'),(66159,2,16387,'','2013-11-26 20:46:35'),(66160,3,16387,'','2013-11-26 20:46:35'),(66161,4,16387,'OPD','2013-11-26 20:46:35'),(66162,5,16387,'','2013-11-26 20:46:35'),(66163,6,16387,'13','2013-11-26 20:46:35'),(66164,7,16387,'DAY','2013-11-26 20:46:35'),(66165,1,16388,'3594503','2013-11-26 20:55:12'),(66166,2,16388,'','2013-11-26 20:55:12'),(66167,3,16388,'','2013-11-26 20:55:12'),(66168,4,16388,'OPD','2013-11-26 20:55:12'),(66169,5,16388,'','2013-11-26 20:55:12'),(66170,6,16388,'97','2013-11-26 20:55:12'),(66171,7,16388,'DAY','2013-11-26 20:55:12'),(66172,1,16390,'','2013-11-26 20:55:12'),(66173,2,16390,'','2013-11-26 20:55:12'),(66174,3,16390,'','2013-11-26 20:55:12'),(66175,4,16390,'','2013-11-26 20:55:12'),(66176,5,16390,'','2013-11-26 20:55:12'),(66177,6,16390,'','2013-11-26 20:55:12'),(66178,7,16390,'DAY','2013-11-26 20:55:12'),(66179,1,16393,'','2013-11-26 20:55:12'),(66180,2,16393,'','2013-11-26 20:55:12'),(66181,3,16393,'','2013-11-26 20:55:12'),(66182,4,16393,'','2013-11-26 20:55:12'),(66183,5,16393,'','2013-11-26 20:55:12'),(66184,6,16393,'','2013-11-26 20:55:12'),(66185,7,16393,'DAY','2013-11-26 20:55:13'),(66186,1,16394,'','2013-11-26 20:57:45'),(66187,2,16394,'','2013-11-26 20:57:45'),(66188,3,16394,'','2013-11-26 20:57:45'),(66189,4,16394,'OPD','2013-11-26 20:57:45'),(66190,5,16394,'','2013-11-26 20:57:45'),(66191,6,16394,'115','2013-11-26 20:57:45'),(66192,7,16394,'DAY','2013-11-26 20:57:45'),(66193,1,16396,'','2013-11-26 20:57:46'),(66194,2,16396,'','2013-11-26 20:57:46'),(66195,3,16396,'','2013-11-26 20:57:46'),(66196,4,16396,'','2013-11-26 20:57:46'),(66197,5,16396,'','2013-11-26 20:57:46'),(66198,6,16396,'','2013-11-26 20:57:46'),(66199,7,16396,'DAY','2013-11-26 20:57:46'),(66200,1,16399,'','2013-11-26 20:57:46'),(66201,2,16399,'','2013-11-26 20:57:46'),(66202,3,16399,'','2013-11-26 20:57:46'),(66203,4,16399,'','2013-11-26 20:57:46'),(66204,5,16399,'','2013-11-26 20:57:46'),(66205,6,16399,'','2013-11-26 20:57:46'),(66206,7,16399,'DAY','2013-11-26 20:57:46'),(66207,1,16400,'','2013-11-26 21:01:13'),(66208,2,16400,'','2013-11-26 21:01:13'),(66209,3,16400,'','2013-11-26 21:01:13'),(66210,4,16400,'OPD','2013-11-26 21:01:13'),(66211,5,16400,'','2013-11-26 21:01:13'),(66212,6,16400,'225','2013-11-26 21:01:13'),(66213,7,16400,'DAY','2013-11-26 21:01:13'),(66214,1,16402,'','2013-11-26 21:01:13'),(66215,2,16402,'','2013-11-26 21:01:13'),(66216,3,16402,'','2013-11-26 21:01:13'),(66217,4,16402,'','2013-11-26 21:01:13'),(66218,5,16402,'','2013-11-26 21:01:13'),(66219,6,16402,'','2013-11-26 21:01:13'),(66220,7,16402,'DAY','2013-11-26 21:01:13'),(66221,1,16405,'','2013-11-26 21:01:13'),(66222,2,16405,'','2013-11-26 21:01:13'),(66223,3,16405,'','2013-11-26 21:01:13'),(66224,4,16405,'','2013-11-26 21:01:13'),(66225,5,16405,'','2013-11-26 21:01:13'),(66226,6,16405,'','2013-11-26 21:01:13'),(66227,7,16405,'DAY','2013-11-26 21:01:13'),(66228,1,16406,'3594538','2013-11-26 21:15:42'),(66229,2,16406,'','2013-11-26 21:15:42'),(66230,3,16406,'','2013-11-26 21:15:42'),(66231,4,16406,'OPD','2013-11-26 21:15:42'),(66232,5,16406,'','2013-11-26 21:15:42'),(66233,6,16406,'112','2013-11-26 21:15:42'),(66234,7,16406,'DAY','2013-11-26 21:15:42'),(66235,1,16408,'','2013-11-26 21:15:42'),(66236,2,16408,'','2013-11-26 21:15:42'),(66237,3,16408,'','2013-11-26 21:15:42'),(66238,4,16408,'','2013-11-26 21:15:42'),(66239,5,16408,'','2013-11-26 21:15:42'),(66240,6,16408,'','2013-11-26 21:15:42'),(66241,7,16408,'DAY','2013-11-26 21:15:42'),(66242,1,16411,'','2013-11-26 21:15:43'),(66243,2,16411,'','2013-11-26 21:15:43'),(66244,3,16411,'','2013-11-26 21:15:43'),(66245,4,16411,'','2013-11-26 21:15:43'),(66246,5,16411,'','2013-11-26 21:15:43'),(66247,6,16411,'','2013-11-26 21:15:43'),(66248,7,16411,'DAY','2013-11-26 21:15:43'),(66249,1,16412,'3594558','2013-11-26 21:45:52'),(66250,2,16412,'','2013-11-26 21:45:52'),(66251,3,16412,'','2013-11-26 21:45:52'),(66252,4,16412,'OPD','2013-11-26 21:45:52'),(66253,5,16412,'','2013-11-26 21:45:52'),(66254,6,16412,'177','2013-11-26 21:45:52'),(66255,7,16412,'DAY','2013-11-26 21:45:52'),(66256,1,16414,'','2013-11-26 21:45:52'),(66257,2,16414,'','2013-11-26 21:45:52'),(66258,3,16414,'','2013-11-26 21:45:52'),(66259,4,16414,'','2013-11-26 21:45:52'),(66260,5,16414,'','2013-11-26 21:45:52'),(66261,6,16414,'','2013-11-26 21:45:52'),(66262,7,16414,'DAY','2013-11-26 21:45:52'),(66263,1,16417,'','2013-11-26 21:45:52'),(66264,2,16417,'','2013-11-26 21:45:52'),(66265,3,16417,'','2013-11-26 21:45:52'),(66266,4,16417,'','2013-11-26 21:45:52'),(66267,5,16417,'','2013-11-26 21:45:52'),(66268,6,16417,'','2013-11-26 21:45:52'),(66269,7,16417,'DAY','2013-11-26 21:45:52'),(66270,1,16418,'3594153','2013-11-26 21:53:30'),(66271,2,16418,'','2013-11-26 21:53:30'),(66272,3,16418,'','2013-11-26 21:53:30'),(66273,4,16418,'OPD','2013-11-26 21:53:30'),(66274,5,16418,'','2013-11-26 21:53:30'),(66275,6,16418,'126','2013-11-26 21:53:30'),(66276,7,16418,'DAY','2013-11-26 21:53:30'),(66277,1,16420,'','2013-11-26 21:53:30'),(66278,2,16420,'','2013-11-26 21:53:30'),(66279,3,16420,'','2013-11-26 21:53:30'),(66280,4,16420,'','2013-11-26 21:53:30'),(66281,5,16420,'','2013-11-26 21:53:30'),(66282,6,16420,'','2013-11-26 21:53:30'),(66283,7,16420,'DAY','2013-11-26 21:53:30'),(66284,1,16423,'','2013-11-26 21:53:30'),(66285,2,16423,'','2013-11-26 21:53:30'),(66286,3,16423,'','2013-11-26 21:53:30'),(66287,4,16423,'','2013-11-26 21:53:30'),(66288,5,16423,'','2013-11-26 21:53:30'),(66289,6,16423,'','2013-11-26 21:53:30'),(66290,7,16423,'DAY','2013-11-26 21:53:30'),(66291,1,16424,'','2013-11-26 21:53:34'),(66292,2,16424,'','2013-11-26 21:53:34'),(66293,3,16424,'','2013-11-26 21:53:34'),(66294,4,16424,'','2013-11-26 21:53:34'),(66295,5,16424,'','2013-11-26 21:53:34'),(66296,6,16424,'','2013-11-26 21:53:34'),(66297,7,16424,'DAY','2013-11-26 21:53:34'),(66298,1,16425,'','2013-11-26 22:08:24'),(66299,2,16425,'','2013-11-26 22:08:24'),(66300,3,16425,'','2013-11-26 22:08:24'),(66301,4,16425,'OPD','2013-11-26 22:08:24'),(66302,5,16425,'','2013-11-26 22:08:24'),(66303,6,16425,'20','2013-11-26 22:08:24'),(66304,7,16425,'DAY','2013-11-26 22:08:24'),(66305,1,16426,'','2013-11-26 22:21:14'),(66306,2,16426,'595266','2013-11-26 22:21:14'),(66307,3,16426,'','2013-11-26 22:21:14'),(66308,4,16426,'OPD','2013-11-26 22:21:14'),(66309,5,16426,'','2013-11-26 22:21:14'),(66310,6,16426,'104','2013-11-26 22:21:14'),(66311,7,16426,'DAY','2013-11-26 22:21:14'),(66312,1,16428,'','2013-11-26 22:21:14'),(66313,2,16428,'','2013-11-26 22:21:14'),(66314,3,16428,'','2013-11-26 22:21:14'),(66315,4,16428,'','2013-11-26 22:21:14'),(66316,5,16428,'','2013-11-26 22:21:14'),(66317,6,16428,'','2013-11-26 22:21:14'),(66318,7,16428,'DAY','2013-11-26 22:21:14'),(66319,1,16431,'','2013-11-26 22:21:14'),(66320,2,16431,'','2013-11-26 22:21:14'),(66321,3,16431,'','2013-11-26 22:21:14'),(66322,4,16431,'','2013-11-26 22:21:14'),(66323,5,16431,'','2013-11-26 22:21:14'),(66324,6,16431,'','2013-11-26 22:21:14'),(66325,7,16431,'DAY','2013-11-26 22:21:14'),(66326,1,16432,'3594571','2013-11-26 22:32:27'),(66327,2,16432,'','2013-11-26 22:32:27'),(66328,3,16432,'','2013-11-26 22:32:27'),(66329,4,16432,'OPD','2013-11-26 22:32:27'),(66330,5,16432,'','2013-11-26 22:32:27'),(66331,6,16432,'88','2013-11-26 22:32:27'),(66332,7,16432,'DAY','2013-11-26 22:32:27'),(66333,1,16434,'','2013-11-26 22:32:27'),(66334,2,16434,'','2013-11-26 22:32:27'),(66335,3,16434,'','2013-11-26 22:32:27'),(66336,4,16434,'','2013-11-26 22:32:27'),(66337,5,16434,'','2013-11-26 22:32:27'),(66338,6,16434,'','2013-11-26 22:32:27'),(66339,7,16434,'DAY','2013-11-26 22:32:27'),(66340,1,16435,'3594573','2013-11-26 22:37:32'),(66341,2,16435,'','2013-11-26 22:37:32'),(66342,3,16435,'','2013-11-26 22:37:32'),(66343,4,16435,'OPD','2013-11-26 22:37:32'),(66344,5,16435,'','2013-11-26 22:37:32'),(66345,6,16435,'13','2013-11-26 22:37:32'),(66346,7,16435,'DAY','2013-11-26 22:37:32'),(66347,1,16436,'3594600','2013-11-26 23:14:36'),(66348,2,16436,'','2013-11-26 23:14:36'),(66349,3,16436,'','2013-11-26 23:14:36'),(66350,4,16436,'OPD','2013-11-26 23:14:36'),(66351,5,16436,'','2013-11-26 23:14:36'),(66352,6,16436,'90','2013-11-26 23:14:36'),(66353,7,16436,'DAY','2013-11-26 23:14:36'),(66354,1,16437,'','2013-11-26 23:17:27'),(66355,2,16437,'','2013-11-26 23:17:27'),(66356,3,16437,'','2013-11-26 23:17:27'),(66357,4,16437,'','2013-11-26 23:17:27'),(66358,5,16437,'','2013-11-26 23:17:27'),(66359,6,16437,'','2013-11-26 23:17:27'),(66360,7,16437,'DAY','2013-11-26 23:17:27'),(66361,1,16438,'','2013-11-26 23:23:58'),(66362,2,16438,'595278','2013-11-26 23:23:58'),(66363,3,16438,'','2013-11-26 23:23:58'),(66364,4,16438,'OPD','2013-11-26 23:23:58'),(66365,5,16438,'','2013-11-26 23:23:58'),(66366,6,16438,'20','2013-11-26 23:23:58'),(66367,7,16438,'DAY','2013-11-26 23:23:58'),(66368,1,16439,'3594603','2013-11-26 23:38:10'),(66369,2,16439,'','2013-11-26 23:38:10'),(66370,3,16439,'','2013-11-26 23:38:10'),(66371,4,16439,'OPD','2013-11-26 23:38:10'),(66372,5,16439,'','2013-11-26 23:38:10'),(66373,6,16439,'112','2013-11-26 23:38:10'),(66374,7,16439,'DAY','2013-11-26 23:38:10'),(66375,1,16441,'','2013-11-26 23:38:10'),(66376,2,16441,'','2013-11-26 23:38:10'),(66377,3,16441,'','2013-11-26 23:38:10'),(66378,4,16441,'','2013-11-26 23:38:10'),(66379,5,16441,'','2013-11-26 23:38:10'),(66380,6,16441,'','2013-11-26 23:38:10'),(66381,7,16441,'DAY','2013-11-26 23:38:10'),(66382,1,16442,'','2013-11-26 23:41:36'),(66383,2,16442,'','2013-11-26 23:41:36'),(66384,3,16442,'','2013-11-26 23:41:36'),(66385,4,16442,'OPD','2013-11-26 23:41:36'),(66386,5,16442,'','2013-11-26 23:41:36'),(66387,6,16442,'166','2013-11-26 23:41:36'),(66388,7,16442,'DAY','2013-11-26 23:41:36'),(66389,1,16444,'','2013-11-26 23:41:37'),(66390,2,16444,'','2013-11-26 23:41:37'),(66391,3,16444,'','2013-11-26 23:41:37'),(66392,4,16444,'','2013-11-26 23:41:37'),(66393,5,16444,'','2013-11-26 23:41:37'),(66394,6,16444,'','2013-11-26 23:41:37'),(66395,7,16444,'DAY','2013-11-26 23:41:37'),(66396,1,16445,'','2013-11-27 00:31:13'),(66397,2,16445,'','2013-11-27 00:31:13'),(66398,3,16445,'','2013-11-27 00:31:13'),(66399,4,16445,'OPD','2013-11-27 00:31:13'),(66400,5,16445,'','2013-11-27 00:31:13'),(66401,6,16445,'80','2013-11-27 00:31:13'),(66402,7,16445,'DAY','2013-11-27 00:31:13'),(66403,1,16446,'3594632','2013-11-27 00:39:31'),(66404,2,16446,'','2013-11-27 00:39:31'),(66405,3,16446,'','2013-11-27 00:39:31'),(66406,4,16446,'OPD','2013-11-27 00:39:31'),(66407,5,16446,'','2013-11-27 00:39:31'),(66408,6,16446,'61','2013-11-27 00:39:31'),(66409,7,16446,'DAY','2013-11-27 00:39:31'),(66410,1,16447,'3594639','2013-11-27 00:55:47'),(66411,2,16447,'','2013-11-27 00:55:47'),(66412,3,16447,'','2013-11-27 00:55:47'),(66413,4,16447,'OPD','2013-11-27 00:55:47'),(66414,5,16447,'','2013-11-27 00:55:47'),(66415,6,16447,'151','2013-11-27 00:55:47'),(66416,7,16447,'DAY','2013-11-27 00:55:47'),(66417,1,16449,'','2013-11-27 00:55:47'),(66418,2,16449,'','2013-11-27 00:55:47'),(66419,3,16449,'','2013-11-27 00:55:47'),(66420,4,16449,'','2013-11-27 00:55:47'),(66421,5,16449,'','2013-11-27 00:55:47'),(66422,6,16449,'','2013-11-27 00:55:47'),(66423,7,16449,'DAY','2013-11-27 00:55:47'),(66424,1,16452,'','2013-11-27 00:55:47'),(66425,2,16452,'','2013-11-27 00:55:47'),(66426,3,16452,'','2013-11-27 00:55:47'),(66427,4,16452,'','2013-11-27 00:55:47'),(66428,5,16452,'','2013-11-27 00:55:47'),(66429,6,16452,'','2013-11-27 00:55:47'),(66430,7,16452,'DAY','2013-11-27 00:55:47'),(66431,1,16453,'3594731','2013-11-27 01:41:17'),(66432,2,16453,'','2013-11-27 01:41:17'),(66433,3,16453,'','2013-11-27 01:41:17'),(66434,4,16453,'OPD','2013-11-27 01:41:17'),(66435,5,16453,'','2013-11-27 01:41:17'),(66436,6,16453,'66','2013-11-27 01:41:17'),(66437,7,16453,'DAY','2013-11-27 01:41:17'),(66438,1,16454,'3594745','2013-11-27 02:02:07'),(66439,2,16454,'595320','2013-11-27 02:02:07'),(66440,3,16454,'','2013-11-27 02:02:07'),(66441,4,16454,'OPD','2013-11-27 02:02:07'),(66442,5,16454,'','2013-11-27 02:02:07'),(66443,6,16454,'12','2013-11-27 02:02:07'),(66444,7,16454,'DAY','2013-11-27 02:02:07'),(66445,1,16455,'3594805','2013-11-27 04:03:26'),(66446,2,16455,'','2013-11-27 04:03:26'),(66447,3,16455,'','2013-11-27 04:03:26'),(66448,4,16455,'OPD','2013-11-27 04:03:26'),(66449,5,16455,'','2013-11-27 04:03:26'),(66450,6,16455,'59.00','2013-11-27 04:03:26'),(66451,7,16455,'DAY','2013-11-27 04:03:26'),(66452,1,16456,'3594817','2013-11-27 04:36:33'),(66453,2,16456,'','2013-11-27 04:36:33'),(66454,3,16456,'','2013-11-27 04:36:33'),(66455,4,16456,'OPD','2013-11-27 04:36:33'),(66456,5,16456,'','2013-11-27 04:36:33'),(66457,6,16456,'20.00','2013-11-27 04:36:33'),(66458,7,16456,'DAY','2013-11-27 04:36:33'),(66459,1,16457,'3594823','2013-11-27 05:01:33'),(66460,2,16457,'','2013-11-27 05:01:33'),(66461,3,16457,'','2013-11-27 05:01:33'),(66462,4,16457,'OPD','2013-11-27 05:01:33'),(66463,5,16457,'','2013-11-27 05:01:33'),(66464,6,16457,'107.00','2013-11-27 05:01:33'),(66465,7,16457,'DAY','2013-11-27 05:01:33'),(66466,1,16459,'','2013-11-27 05:01:33'),(66467,2,16459,'','2013-11-27 05:01:33'),(66468,3,16459,'','2013-11-27 05:01:33'),(66469,4,16459,'','2013-11-27 05:01:33'),(66470,5,16459,'','2013-11-27 05:01:33'),(66471,6,16459,'','2013-11-27 05:01:33'),(66472,7,16459,'DAY','2013-11-27 05:01:33'),(66473,1,16462,'','2013-11-27 05:01:33'),(66474,2,16462,'','2013-11-27 05:01:33'),(66475,3,16462,'','2013-11-27 05:01:33'),(66476,4,16462,'','2013-11-27 05:01:33'),(66477,5,16462,'','2013-11-27 05:01:33'),(66478,6,16462,'','2013-11-27 05:01:33'),(66479,7,16462,'DAY','2013-11-27 05:01:33'),(66480,1,16463,'3594824','2013-11-27 05:05:42'),(66481,2,16463,'595342','2013-11-27 05:05:42'),(66482,3,16463,'','2013-11-27 05:05:42'),(66483,4,16463,'OPD','2013-11-27 05:05:42'),(66484,5,16463,'','2013-11-27 05:05:42'),(66485,6,16463,'59.00','2013-11-27 05:05:42'),(66486,7,16463,'DAY','2013-11-27 05:05:42'),(66487,1,16465,'','2013-11-27 05:05:43'),(66488,2,16465,'','2013-11-27 05:05:43'),(66489,3,16465,'','2013-11-27 05:05:43'),(66490,4,16465,'','2013-11-27 05:05:43'),(66491,5,16465,'','2013-11-27 05:05:43'),(66492,6,16465,'','2013-11-27 05:05:43'),(66493,7,16465,'DAY','2013-11-27 05:05:43'),(66494,1,16468,'','2013-11-27 05:05:43'),(66495,2,16468,'','2013-11-27 05:05:43'),(66496,3,16468,'','2013-11-27 05:05:43'),(66497,4,16468,'','2013-11-27 05:05:43'),(66498,5,16468,'','2013-11-27 05:05:43'),(66499,6,16468,'','2013-11-27 05:05:43'),(66500,7,16468,'DAY','2013-11-27 05:05:43'),(66501,1,16469,'3594826','2013-11-27 05:12:21'),(66502,2,16469,'','2013-11-27 05:12:21'),(66503,3,16469,'','2013-11-27 05:12:21'),(66504,4,16469,'OPD','2013-11-27 05:12:21'),(66505,5,16469,'','2013-11-27 05:12:21'),(66506,6,16469,'55.00','2013-11-27 05:12:21'),(66507,7,16469,'DAY','2013-11-27 05:12:21'),(66508,1,16471,'','2013-11-27 05:12:21'),(66509,2,16471,'','2013-11-27 05:12:21'),(66510,3,16471,'','2013-11-27 05:12:21'),(66511,4,16471,'','2013-11-27 05:12:21'),(66512,5,16471,'','2013-11-27 05:12:21'),(66513,6,16471,'','2013-11-27 05:12:21'),(66514,7,16471,'DAY','2013-11-27 05:12:21'),(66515,1,16472,'3594827','2013-11-27 05:20:01'),(66516,2,16472,'595343','2013-11-27 05:20:01'),(66517,3,16472,'','2013-11-27 05:20:01'),(66518,4,16472,'OPD','2013-11-27 05:20:01'),(66519,5,16472,'','2013-11-27 05:20:01'),(66520,6,16472,'55.00','2013-11-27 05:20:01'),(66521,7,16472,'DAY','2013-11-27 05:20:01'),(66522,1,16473,'3594834','2013-11-27 05:52:45'),(66523,2,16473,'','2013-11-27 05:52:45'),(66524,3,16473,'','2013-11-27 05:52:45'),(66525,4,16473,'OPD','2013-11-27 05:52:45'),(66526,5,16473,'','2013-11-27 05:52:45'),(66527,6,16473,'134.00','2013-11-27 05:52:45'),(66528,7,16473,'DAY','2013-11-27 05:52:45'),(66529,1,16475,'','2013-11-27 05:52:45'),(66530,2,16475,'','2013-11-27 05:52:45'),(66531,3,16475,'','2013-11-27 05:52:45'),(66532,4,16475,'','2013-11-27 05:52:45'),(66533,5,16475,'','2013-11-27 05:52:45'),(66534,6,16475,'','2013-11-27 05:52:45'),(66535,7,16475,'DAY','2013-11-27 05:52:45'),(66536,1,16476,'3594838','2013-11-27 06:17:24'),(66537,2,16476,'','2013-11-27 06:17:24'),(66538,3,16476,'','2013-11-27 06:17:24'),(66539,4,16476,'OPD','2013-11-27 06:17:24'),(66540,5,16476,'','2013-11-27 06:17:24'),(66541,6,16476,'112.00','2013-11-27 06:17:24'),(66542,7,16476,'DAY','2013-11-27 06:17:24'),(66543,1,16478,'','2013-11-27 06:17:25'),(66544,2,16478,'','2013-11-27 06:17:25'),(66545,3,16478,'','2013-11-27 06:17:25'),(66546,4,16478,'','2013-11-27 06:17:25'),(66547,5,16478,'','2013-11-27 06:17:25'),(66548,6,16478,'','2013-11-27 06:17:25'),(66549,7,16478,'DAY','2013-11-27 06:17:25'),(66550,1,16481,'','2013-11-27 06:17:25'),(66551,2,16481,'','2013-11-27 06:17:25'),(66552,3,16481,'','2013-11-27 06:17:25'),(66553,4,16481,'','2013-11-27 06:17:25'),(66554,5,16481,'','2013-11-27 06:17:25'),(66555,6,16481,'','2013-11-27 06:17:25'),(66556,7,16481,'DAY','2013-11-27 06:17:25'),(66557,1,16482,'3594840','2013-11-27 06:40:05'),(66558,2,16482,'','2013-11-27 06:40:05'),(66559,3,16482,'','2013-11-27 06:40:05'),(66560,4,16482,'OPD','2013-11-27 06:40:05'),(66561,5,16482,'','2013-11-27 06:40:05'),(66562,6,16482,'81.00','2013-11-27 06:40:05'),(66563,7,16482,'DAY','2013-11-27 06:40:05'),(66564,1,16483,'3594841','2013-11-27 06:42:56'),(66565,2,16483,'','2013-11-27 06:42:56'),(66566,3,16483,'','2013-11-27 06:42:56'),(66567,4,16483,'OPD','2013-11-27 06:42:56'),(66568,5,16483,'','2013-11-27 06:42:56'),(66569,6,16483,'81.00','2013-11-27 06:42:56'),(66570,7,16483,'DAY','2013-11-27 06:42:56'),(66571,1,16484,'3594849','2013-11-27 09:08:36'),(66572,2,16484,'595353','2013-11-27 09:08:36'),(66573,3,16484,'','2013-11-27 09:08:36'),(66574,4,16484,'OPD','2013-11-27 09:08:36'),(66575,5,16484,'','2013-11-27 09:08:36'),(66576,6,16484,'64.00','2013-11-27 09:08:36'),(66577,7,16484,'DAY','2013-11-27 09:08:36'),(66578,1,16486,'','2013-11-27 09:08:37'),(66579,2,16486,'','2013-11-27 09:08:37'),(66580,3,16486,'','2013-11-27 09:08:37'),(66581,4,16486,'','2013-11-27 09:08:37'),(66582,5,16486,'','2013-11-27 09:08:37'),(66583,6,16486,'','2013-11-27 09:08:37'),(66584,7,16486,'DAY','2013-11-27 09:08:37'),(66585,1,16489,'','2013-11-27 09:08:37'),(66586,2,16489,'','2013-11-27 09:08:37'),(66587,3,16489,'','2013-11-27 09:08:37'),(66588,4,16489,'','2013-11-27 09:08:37'),(66589,5,16489,'','2013-11-27 09:08:37'),(66590,6,16489,'','2013-11-27 09:08:37'),(66591,7,16489,'DAY','2013-11-27 09:08:37'),(66592,1,16490,'3541194','2013-11-27 14:47:44'),(66593,2,16490,'','2013-11-27 14:47:44'),(66594,3,16490,'','2013-11-27 14:47:44'),(66595,4,16490,'OPD','2013-11-27 14:47:44'),(66596,5,16490,'','2013-11-27 14:47:44'),(66597,6,16490,'125.00','2013-11-27 14:47:44'),(66598,7,16490,'DAY','2013-11-27 14:47:44'),(66599,1,16492,'','2013-11-27 14:47:44'),(66600,2,16492,'','2013-11-27 14:47:44'),(66601,3,16492,'','2013-11-27 14:47:44'),(66602,4,16492,'','2013-11-27 14:47:44'),(66603,5,16492,'','2013-11-27 14:47:44'),(66604,6,16492,'','2013-11-27 14:47:44'),(66605,7,16492,'DAY','2013-11-27 14:47:44'),(66606,1,16493,'0001024','2013-11-27 14:58:39'),(66607,2,16493,'','2013-11-27 14:58:39'),(66608,3,16493,'','2013-11-27 14:58:39'),(66609,4,16493,'OPD','2013-11-27 14:58:39'),(66610,5,16493,'','2013-11-27 14:58:39'),(66611,6,16493,'108.00','2013-11-27 14:58:39'),(66612,7,16493,'DAY','2013-11-27 14:58:39'),(66613,1,16495,'','2013-11-27 14:58:39'),(66614,2,16495,'','2013-11-27 14:58:39'),(66615,3,16495,'','2013-11-27 14:58:39'),(66616,4,16495,'','2013-11-27 14:58:39'),(66617,5,16495,'','2013-11-27 14:58:39'),(66618,6,16495,'','2013-11-27 14:58:39'),(66619,7,16495,'DAY','2013-11-27 14:58:39'),(66620,1,16498,'','2013-11-27 14:58:40'),(66621,2,16498,'','2013-11-27 14:58:40'),(66622,3,16498,'','2013-11-27 14:58:40'),(66623,4,16498,'','2013-11-27 14:58:40'),(66624,5,16498,'','2013-11-27 14:58:40'),(66625,6,16498,'','2013-11-27 14:58:40'),(66626,7,16498,'DAY','2013-11-27 14:58:40'),(66627,1,16499,'0001023','2013-11-27 15:00:28'),(66628,2,16499,'595355','2013-11-27 15:00:28'),(66629,3,16499,'','2013-11-27 15:00:28'),(66630,4,16499,'OPD','2013-11-27 15:00:28'),(66631,5,16499,'','2013-11-27 15:00:28'),(66632,6,16499,'41.00','2013-11-27 15:00:28'),(66633,7,16499,'DAY','2013-11-27 15:00:28'),(66634,1,16500,'3594877','2013-11-27 15:21:14'),(66635,2,16500,'595358','2013-11-27 15:21:14'),(66636,3,16500,'','2013-11-27 15:21:14'),(66637,4,16500,'OPD','2013-11-27 15:21:14'),(66638,5,16500,'','2013-11-27 15:21:14'),(66639,6,16500,'94.80','2013-11-27 15:21:14'),(66640,7,16500,'DAY','2013-11-27 15:21:14'),(66641,1,16501,'','2013-11-27 15:42:45'),(66642,2,16501,'','2013-11-27 15:42:45'),(66643,3,16501,'','2013-11-27 15:42:45'),(66644,4,16501,'WARD','2013-11-27 15:42:45'),(66645,5,16501,'','2013-11-27 15:42:45'),(66646,6,16501,'','2013-11-27 15:42:45'),(66647,7,16501,'DAY','2013-11-27 15:42:45'),(66648,1,16502,'','2013-11-27 15:44:51'),(66649,2,16502,'595357','2013-11-27 15:44:51'),(66650,3,16502,'','2013-11-27 15:44:51'),(66651,4,16502,'','2013-11-27 15:44:51'),(66652,5,16502,'','2013-11-27 15:44:51'),(66653,6,16502,'271','2013-11-27 15:44:51'),(66654,7,16502,'DAY','2013-11-27 15:44:51'),(66655,1,16503,'','2013-11-27 15:46:45'),(66656,2,16503,'','2013-11-27 15:46:45'),(66657,3,16503,'','2013-11-27 15:46:45'),(66658,4,16503,'OPD','2013-11-27 15:46:45'),(66659,5,16503,'','2013-11-27 15:46:45'),(66660,6,16503,'72','2013-11-27 15:46:45'),(66661,7,16503,'DAY','2013-11-27 15:46:45'),(66662,1,16505,'','2013-11-27 15:46:45'),(66663,2,16505,'','2013-11-27 15:46:45'),(66664,3,16505,'','2013-11-27 15:46:45'),(66665,4,16505,'','2013-11-27 15:46:45'),(66666,5,16505,'','2013-11-27 15:46:45'),(66667,6,16505,'','2013-11-27 15:46:45'),(66668,7,16505,'DAY','2013-11-27 15:46:45'),(66669,1,16508,'','2013-11-27 15:46:46'),(66670,2,16508,'','2013-11-27 15:46:46'),(66671,3,16508,'','2013-11-27 15:46:46'),(66672,4,16508,'','2013-11-27 15:46:46'),(66673,5,16508,'','2013-11-27 15:46:46'),(66674,6,16508,'','2013-11-27 15:46:46'),(66675,7,16508,'DAY','2013-11-27 15:46:46'),(66676,1,16509,'','2013-11-27 15:53:49'),(66677,2,16509,'','2013-11-27 15:53:49'),(66678,3,16509,'','2013-11-27 15:53:49'),(66679,4,16509,'','2013-11-27 15:53:49'),(66680,5,16509,'','2013-11-27 15:53:49'),(66681,6,16509,'','2013-11-27 15:53:49'),(66682,7,16509,'DAY','2013-11-27 15:53:49'),(66683,1,16510,'3594935','2013-11-27 16:38:34'),(66684,2,16510,'','2013-11-27 16:38:34'),(66685,3,16510,'','2013-11-27 16:38:34'),(66686,4,16510,'OPD','2013-11-27 16:38:34'),(66687,5,16510,'','2013-11-27 16:38:34'),(66688,6,16510,'81.24','2013-11-27 16:38:34'),(66689,7,16510,'DAY','2013-11-27 16:38:34'),(66690,1,16511,'3594714','2013-11-27 16:44:06'),(66691,2,16511,'','2013-11-27 16:44:06'),(66692,3,16511,'','2013-11-27 16:44:06'),(66693,4,16511,'OPD','2013-11-27 16:44:06'),(66694,5,16511,'','2013-11-27 16:44:06'),(66695,6,16511,'127','2013-11-27 16:44:06'),(66696,7,16511,'DAY','2013-11-27 16:44:06'),(66697,1,16513,'','2013-11-27 16:44:07'),(66698,2,16513,'','2013-11-27 16:44:07'),(66699,3,16513,'','2013-11-27 16:44:07'),(66700,4,16513,'','2013-11-27 16:44:07'),(66701,5,16513,'','2013-11-27 16:44:07'),(66702,6,16513,'','2013-11-27 16:44:07'),(66703,7,16513,'DAY','2013-11-27 16:44:07'),(66704,1,16514,'','2013-11-27 17:00:29'),(66705,2,16514,'595374','2013-11-27 17:00:29'),(66706,3,16514,'','2013-11-27 17:00:29'),(66707,4,16514,'OPD','2013-11-27 17:00:29'),(66708,5,16514,'','2013-11-27 17:00:29'),(66709,6,16514,'352','2013-11-27 17:00:29'),(66710,7,16514,'DAY','2013-11-27 17:00:29'),(66711,1,16516,'','2013-11-27 17:00:29'),(66712,2,16516,'','2013-11-27 17:00:29'),(66713,3,16516,'','2013-11-27 17:00:29'),(66714,4,16516,'','2013-11-27 17:00:29'),(66715,5,16516,'','2013-11-27 17:00:29'),(66716,6,16516,'','2013-11-27 17:00:29'),(66717,7,16516,'DAY','2013-11-27 17:00:29'),(66718,1,16519,'','2013-11-27 17:00:29'),(66719,2,16519,'','2013-11-27 17:00:29'),(66720,3,16519,'','2013-11-27 17:00:29'),(66721,4,16519,'','2013-11-27 17:00:29'),(66722,5,16519,'','2013-11-27 17:00:29'),(66723,6,16519,'','2013-11-27 17:00:29'),(66724,7,16519,'DAY','2013-11-27 17:00:29'),(66725,1,16520,'','2013-11-27 17:04:55'),(66726,2,16520,'','2013-11-27 17:04:55'),(66727,3,16520,'','2013-11-27 17:04:55'),(66728,4,16520,'OPD','2013-11-27 17:04:55'),(66729,5,16520,'','2013-11-27 17:04:55'),(66730,6,16520,'','2013-11-27 17:04:55'),(66731,7,16520,'DAY','2013-11-27 17:04:55'),(66732,1,16521,'3594959','2013-11-27 17:11:03'),(66733,2,16521,'595377','2013-11-27 17:11:03'),(66734,3,16521,'','2013-11-27 17:11:03'),(66735,4,16521,'OPD','2013-11-27 17:11:03'),(66736,5,16521,'','2013-11-27 17:11:03'),(66737,6,16521,'77','2013-11-27 17:11:03'),(66738,7,16521,'DAY','2013-11-27 17:11:03'),(66739,1,16523,'','2013-11-27 17:11:03'),(66740,2,16523,'','2013-11-27 17:11:03'),(66741,3,16523,'','2013-11-27 17:11:03'),(66742,4,16523,'','2013-11-27 17:11:03'),(66743,5,16523,'','2013-11-27 17:11:03'),(66744,6,16523,'','2013-11-27 17:11:03'),(66745,7,16523,'DAY','2013-11-27 17:11:03'),(66746,1,16524,'3594962','2013-11-27 17:21:19'),(66747,2,16524,'','2013-11-27 17:21:19'),(66748,3,16524,'','2013-11-27 17:21:19'),(66749,4,16524,'OPD','2013-11-27 17:21:19'),(66750,5,16524,'','2013-11-27 17:21:19'),(66751,6,16524,'273','2013-11-27 17:21:19'),(66752,7,16524,'DAY','2013-11-27 17:21:19'),(66753,1,16525,'3594967','2013-11-27 17:23:56'),(66754,2,16525,'','2013-11-27 17:23:56'),(66755,3,16525,'','2013-11-27 17:23:56'),(66756,4,16525,'OPD','2013-11-27 17:23:56'),(66757,5,16525,'','2013-11-27 17:23:56'),(66758,6,16525,'22','2013-11-27 17:23:56'),(66759,7,16525,'DAY','2013-11-27 17:23:56'),(66760,1,16526,'3594965','2013-11-27 17:27:15'),(66761,2,16526,'','2013-11-27 17:27:15'),(66762,3,16526,'','2013-11-27 17:27:15'),(66763,4,16526,'OPD','2013-11-27 17:27:15'),(66764,5,16526,'','2013-11-27 17:27:15'),(66765,6,16526,'20','2013-11-27 17:27:15'),(66766,7,16526,'DAY','2013-11-27 17:27:15'),(66767,1,16527,'3594975','2013-11-27 17:33:40'),(66768,2,16527,'','2013-11-27 17:33:40'),(66769,3,16527,'','2013-11-27 17:33:40'),(66770,4,16527,'OPD','2013-11-27 17:33:40'),(66771,5,16527,'','2013-11-27 17:33:40'),(66772,6,16527,'27','2013-11-27 17:33:40'),(66773,7,16527,'DAY','2013-11-27 17:33:40'),(66774,1,16528,'3594963','2013-11-27 17:35:34'),(66775,2,16528,'595384','2013-11-27 17:35:34'),(66776,3,16528,'','2013-11-27 17:35:34'),(66777,4,16528,'OPD','2013-11-27 17:35:34'),(66778,5,16528,'','2013-11-27 17:35:34'),(66779,6,16528,'20','2013-11-27 17:35:34'),(66780,7,16528,'DAY','2013-11-27 17:35:34'),(66781,1,16529,'3577044','2013-11-27 17:38:11'),(66782,2,16529,'','2013-11-27 17:38:11'),(66783,3,16529,'','2013-11-27 17:38:11'),(66784,4,16529,'OPD','2013-11-27 17:38:11'),(66785,5,16529,'','2013-11-27 17:38:11'),(66786,6,16529,'137','2013-11-27 17:38:11'),(66787,7,16529,'DAY','2013-11-27 17:38:11'),(66788,1,16531,'','2013-11-27 17:38:12'),(66789,2,16531,'','2013-11-27 17:38:12'),(66790,3,16531,'','2013-11-27 17:38:12'),(66791,4,16531,'','2013-11-27 17:38:12'),(66792,5,16531,'','2013-11-27 17:38:12'),(66793,6,16531,'','2013-11-27 17:38:12'),(66794,7,16531,'DAY','2013-11-27 17:38:12'),(66795,1,16532,'3593533','2013-11-27 17:41:22'),(66796,2,16532,'','2013-11-27 17:41:22'),(66797,3,16532,'','2013-11-27 17:41:22'),(66798,4,16532,'OPD','2013-11-27 17:41:22'),(66799,5,16532,'','2013-11-27 17:41:22'),(66800,6,16532,'13','2013-11-27 17:41:22'),(66801,7,16532,'DAY','2013-11-27 17:41:22'),(66802,1,16533,'3594977','2013-11-27 17:48:21'),(66803,2,16533,'','2013-11-27 17:48:21'),(66804,3,16533,'','2013-11-27 17:48:21'),(66805,4,16533,'OPD','2013-11-27 17:48:21'),(66806,5,16533,'','2013-11-27 17:48:21'),(66807,6,16533,'367.24','2013-11-27 17:48:21'),(66808,7,16533,'DAY','2013-11-27 17:48:21'),(66809,1,16535,'','2013-11-27 17:48:21'),(66810,2,16535,'','2013-11-27 17:48:21'),(66811,3,16535,'','2013-11-27 17:48:21'),(66812,4,16535,'','2013-11-27 17:48:21'),(66813,5,16535,'','2013-11-27 17:48:21'),(66814,6,16535,'','2013-11-27 17:48:21'),(66815,7,16535,'DAY','2013-11-27 17:48:21'),(66816,1,16536,'3594973','2013-11-27 17:56:50'),(66817,2,16536,'595387','2013-11-27 17:56:50'),(66818,3,16536,'','2013-11-27 17:56:50'),(66819,4,16536,'OPD','2013-11-27 17:56:50'),(66820,5,16536,'','2013-11-27 17:56:50'),(66821,6,16536,'','2013-11-27 17:56:50'),(66822,7,16536,'DAY','2013-11-27 17:56:50'),(66823,1,16538,'','2013-11-27 17:56:50'),(66824,2,16538,'','2013-11-27 17:56:50'),(66825,3,16538,'','2013-11-27 17:56:50'),(66826,4,16538,'','2013-11-27 17:56:50'),(66827,5,16538,'','2013-11-27 17:56:50'),(66828,6,16538,'','2013-11-27 17:56:50'),(66829,7,16538,'DAY','2013-11-27 17:56:50'),(66830,1,16539,'3594988','2013-11-27 18:00:26'),(66831,2,16539,'','2013-11-27 18:00:26'),(66832,3,16539,'','2013-11-27 18:00:26'),(66833,4,16539,'OPD','2013-11-27 18:00:26'),(66834,5,16539,'','2013-11-27 18:00:26'),(66835,6,16539,'77','2013-11-27 18:00:26'),(66836,7,16539,'DAY','2013-11-27 18:00:26'),(66837,1,16541,'','2013-11-27 18:00:27'),(66838,2,16541,'','2013-11-27 18:00:27'),(66839,3,16541,'','2013-11-27 18:00:27'),(66840,4,16541,'','2013-11-27 18:00:27'),(66841,5,16541,'','2013-11-27 18:00:27'),(66842,6,16541,'','2013-11-27 18:00:27'),(66843,7,16541,'DAY','2013-11-27 18:00:27'),(66844,1,16542,'3594991','2013-11-27 18:03:22'),(66845,2,16542,'','2013-11-27 18:03:22'),(66846,3,16542,'','2013-11-27 18:03:22'),(66847,4,16542,'OPD','2013-11-27 18:03:22'),(66848,5,16542,'','2013-11-27 18:03:22'),(66849,6,16542,'114','2013-11-27 18:03:22'),(66850,7,16542,'DAY','2013-11-27 18:03:22'),(66851,1,16544,'','2013-11-27 18:03:22'),(66852,2,16544,'','2013-11-27 18:03:22'),(66853,3,16544,'','2013-11-27 18:03:22'),(66854,4,16544,'','2013-11-27 18:03:22'),(66855,5,16544,'','2013-11-27 18:03:22'),(66856,6,16544,'','2013-11-27 18:03:22'),(66857,7,16544,'DAY','2013-11-27 18:03:22'),(66858,1,16545,'3594998','2013-11-27 18:07:40'),(66859,2,16545,'','2013-11-27 18:07:40'),(66860,3,16545,'','2013-11-27 18:07:40'),(66861,4,16545,'OPD','2013-11-27 18:07:40'),(66862,5,16545,'','2013-11-27 18:07:40'),(66863,6,16545,'50','2013-11-27 18:07:40'),(66864,7,16545,'DAY','2013-11-27 18:07:40'),(66865,1,16547,'','2013-11-27 18:07:40'),(66866,2,16547,'','2013-11-27 18:07:40'),(66867,3,16547,'','2013-11-27 18:07:40'),(66868,4,16547,'','2013-11-27 18:07:40'),(66869,5,16547,'','2013-11-27 18:07:40'),(66870,6,16547,'','2013-11-27 18:07:40'),(66871,7,16547,'DAY','2013-11-27 18:07:40'),(66872,1,16548,'','2013-11-27 18:11:44'),(66873,2,16548,'','2013-11-27 18:11:44'),(66874,3,16548,'','2013-11-27 18:11:44'),(66875,4,16548,'','2013-11-27 18:11:44'),(66876,5,16548,'','2013-11-27 18:11:44'),(66877,6,16548,'','2013-11-27 18:11:44'),(66878,7,16548,'DAY','2013-11-27 18:11:44'),(66879,1,16549,'3595009','2013-11-27 18:15:39'),(66880,2,16549,'','2013-11-27 18:15:39'),(66881,3,16549,'','2013-11-27 18:15:39'),(66882,4,16549,'','2013-11-27 18:15:39'),(66883,5,16549,'218104','2013-11-27 18:15:39'),(66884,6,16549,'12','2013-11-27 18:15:39'),(66885,7,16549,'DAY','2013-11-27 18:15:39'),(66886,1,16550,'3595007','2013-11-27 18:18:15'),(66887,2,16550,'','2013-11-27 18:18:15'),(66888,3,16550,'','2013-11-27 18:18:15'),(66889,4,16550,'','2013-11-27 18:18:15'),(66890,5,16550,'218101','2013-11-27 18:18:15'),(66891,6,16550,'24','2013-11-27 18:18:15'),(66892,7,16550,'DAY','2013-11-27 18:18:15'),(66893,1,16551,'3595000','2013-11-27 18:20:02'),(66894,2,16551,'','2013-11-27 18:20:02'),(66895,3,16551,'','2013-11-27 18:20:02'),(66896,4,16551,'OPD','2013-11-27 18:20:02'),(66897,5,16551,'','2013-11-27 18:20:02'),(66898,6,16551,'22','2013-11-27 18:20:02'),(66899,7,16551,'DAY','2013-11-27 18:20:02'),(66900,1,16552,'3595011','2013-11-27 18:24:45'),(66901,2,16552,'595402','2013-11-27 18:24:45'),(66902,3,16552,'','2013-11-27 18:24:45'),(66903,4,16552,'OPD','2013-11-27 18:24:45'),(66904,5,16552,'','2013-11-27 18:24:45'),(66905,6,16552,'99','2013-11-27 18:24:45'),(66906,7,16552,'DAY','2013-11-27 18:24:45'),(66907,1,16553,'3595020','2013-11-27 18:29:28'),(66908,2,16553,'','2013-11-27 18:29:28'),(66909,3,16553,'','2013-11-27 18:29:28'),(66910,4,16553,'OPD','2013-11-27 18:29:28'),(66911,5,16553,'','2013-11-27 18:29:28'),(66912,6,16553,'180','2013-11-27 18:29:28'),(66913,7,16553,'DAY','2013-11-27 18:29:28'),(66914,1,16555,'','2013-11-27 18:29:28'),(66915,2,16555,'','2013-11-27 18:29:28'),(66916,3,16555,'','2013-11-27 18:29:28'),(66917,4,16555,'','2013-11-27 18:29:28'),(66918,5,16555,'','2013-11-27 18:29:28'),(66919,6,16555,'','2013-11-27 18:29:28'),(66920,7,16555,'DAY','2013-11-27 18:29:28'),(66921,1,16556,'3595029','2013-11-27 18:39:52'),(66922,2,16556,'','2013-11-27 18:39:52'),(66923,3,16556,'','2013-11-27 18:39:52'),(66924,4,16556,'OPD','2013-11-27 18:39:52'),(66925,5,16556,'','2013-11-27 18:39:52'),(66926,6,16556,'177','2013-11-27 18:39:52'),(66927,7,16556,'DAY','2013-11-27 18:39:52'),(66928,1,16558,'','2013-11-27 18:39:53'),(66929,2,16558,'','2013-11-27 18:39:53'),(66930,3,16558,'','2013-11-27 18:39:53'),(66931,4,16558,'','2013-11-27 18:39:53'),(66932,5,16558,'','2013-11-27 18:39:53'),(66933,6,16558,'','2013-11-27 18:39:53'),(66934,7,16558,'DAY','2013-11-27 18:39:53'),(66935,1,16561,'','2013-11-27 18:39:53'),(66936,2,16561,'','2013-11-27 18:39:53'),(66937,3,16561,'','2013-11-27 18:39:53'),(66938,4,16561,'','2013-11-27 18:39:53'),(66939,5,16561,'','2013-11-27 18:39:53'),(66940,6,16561,'','2013-11-27 18:39:53'),(66941,7,16561,'DAY','2013-11-27 18:39:53'),(66942,1,16565,'','2013-11-27 18:39:53'),(66943,2,16565,'','2013-11-27 18:39:53'),(66944,3,16565,'','2013-11-27 18:39:53'),(66945,4,16565,'','2013-11-27 18:39:53'),(66946,5,16565,'','2013-11-27 18:39:53'),(66947,6,16565,'','2013-11-27 18:39:53'),(66948,7,16565,'DAY','2013-11-27 18:39:53'),(66949,1,16566,'','2013-11-27 18:41:30'),(66950,2,16566,'','2013-11-27 18:41:30'),(66951,3,16566,'','2013-11-27 18:41:30'),(66952,4,16566,'','2013-11-27 18:41:30'),(66953,5,16566,'W','2013-11-27 18:41:30'),(66954,6,16566,'100','2013-11-27 18:41:30'),(66955,7,16566,'DAY','2013-11-27 18:41:30'),(66956,1,16567,'3596024','2013-11-27 18:44:58'),(66957,2,16567,'','2013-11-27 18:44:58'),(66958,3,16567,'','2013-11-27 18:44:58'),(66959,4,16567,'OPD','2013-11-27 18:44:58'),(66960,5,16567,'','2013-11-27 18:44:58'),(66961,6,16567,'86','2013-11-27 18:44:58'),(66962,7,16567,'DAY','2013-11-27 18:44:58'),(66963,1,16568,'','2013-11-27 18:53:24'),(66964,2,16568,'','2013-11-27 18:53:24'),(66965,3,16568,'','2013-11-27 18:53:24'),(66966,4,16568,'','2013-11-27 18:53:24'),(66967,5,16568,'','2013-11-27 18:53:24'),(66968,6,16568,'','2013-11-27 18:53:24'),(66969,7,16568,'DAY','2013-11-27 18:53:24'),(66970,1,16569,'3595038','2013-11-27 18:54:35'),(66971,2,16569,'','2013-11-27 18:54:35'),(66972,3,16569,'','2013-11-27 18:54:35'),(66973,4,16569,'OPD','2013-11-27 18:54:35'),(66974,5,16569,'','2013-11-27 18:54:35'),(66975,6,16569,'112','2013-11-27 18:54:35'),(66976,7,16569,'DAY','2013-11-27 18:54:35'),(66977,1,16571,'','2013-11-27 18:54:35'),(66978,2,16571,'','2013-11-27 18:54:35'),(66979,3,16571,'','2013-11-27 18:54:35'),(66980,4,16571,'','2013-11-27 18:54:35'),(66981,5,16571,'','2013-11-27 18:54:35'),(66982,6,16571,'','2013-11-27 18:54:35'),(66983,7,16571,'DAY','2013-11-27 18:54:35'),(66984,1,16574,'','2013-11-27 18:54:35'),(66985,2,16574,'','2013-11-27 18:54:35'),(66986,3,16574,'','2013-11-27 18:54:35'),(66987,4,16574,'','2013-11-27 18:54:35'),(66988,5,16574,'','2013-11-27 18:54:35'),(66989,6,16574,'','2013-11-27 18:54:35'),(66990,7,16574,'DAY','2013-11-27 18:54:35'),(66991,1,16575,'3595033','2013-11-27 18:58:00'),(66992,2,16575,'','2013-11-27 18:58:00'),(66993,3,16575,'','2013-11-27 18:58:00'),(66994,4,16575,'OPD','2013-11-27 18:58:00'),(66995,5,16575,'','2013-11-27 18:58:00'),(66996,6,16575,'42','2013-11-27 18:58:00'),(66997,7,16575,'DAY','2013-11-27 18:58:00'),(66998,1,16576,'','2013-11-27 19:08:23'),(66999,2,16576,'','2013-11-27 19:08:23'),(67000,3,16576,'','2013-11-27 19:08:23'),(67001,4,16576,'','2013-11-27 19:08:23'),(67002,5,16576,'','2013-11-27 19:08:23'),(67003,6,16576,'','2013-11-27 19:08:23'),(67004,7,16576,'DAY','2013-11-27 19:08:23'),(67005,1,16578,'','2013-11-27 19:08:23'),(67006,2,16578,'','2013-11-27 19:08:23'),(67007,3,16578,'','2013-11-27 19:08:23'),(67008,4,16578,'','2013-11-27 19:08:23'),(67009,5,16578,'','2013-11-27 19:08:23'),(67010,6,16578,'','2013-11-27 19:08:23'),(67011,7,16578,'DAY','2013-11-27 19:08:23'),(67012,1,16579,'3595045','2013-11-27 19:12:22'),(67013,2,16579,'','2013-11-27 19:12:22'),(67014,3,16579,'','2013-11-27 19:12:22'),(67015,4,16579,'OPD','2013-11-27 19:12:22'),(67016,5,16579,'','2013-11-27 19:12:22'),(67017,6,16579,'50','2013-11-27 19:12:22'),(67018,7,16579,'DAY','2013-11-27 19:12:22'),(67019,1,16581,'','2013-11-27 19:12:23'),(67020,2,16581,'','2013-11-27 19:12:23'),(67021,3,16581,'','2013-11-27 19:12:23'),(67022,4,16581,'','2013-11-27 19:12:23'),(67023,5,16581,'','2013-11-27 19:12:23'),(67024,6,16581,'','2013-11-27 19:12:23'),(67025,7,16581,'DAY','2013-11-27 19:12:23'),(67026,1,16582,'3595065','2013-11-27 19:20:54'),(67027,2,16582,'595419','2013-11-27 19:20:54'),(67028,3,16582,'','2013-11-27 19:20:54'),(67029,4,16582,'OPD','2013-11-27 19:20:54'),(67030,5,16582,'','2013-11-27 19:20:54'),(67031,6,16582,'35','2013-11-27 19:20:54'),(67032,7,16582,'DAY','2013-11-27 19:20:54'),(67033,1,16583,'3595059','2013-11-27 19:22:47'),(67034,2,16583,'','2013-11-27 19:22:47'),(67035,3,16583,'','2013-11-27 19:22:47'),(67036,4,16583,'OPD','2013-11-27 19:22:47'),(67037,5,16583,'','2013-11-27 19:22:47'),(67038,6,16583,'81','2013-11-27 19:22:47'),(67039,7,16583,'DAY','2013-11-27 19:22:47'),(67040,1,16584,'3595060','2013-11-27 19:28:06'),(67041,2,16584,'','2013-11-27 19:28:06'),(67042,3,16584,'','2013-11-27 19:28:06'),(67043,4,16584,'OPD','2013-11-27 19:28:06'),(67044,5,16584,'','2013-11-27 19:28:06'),(67045,6,16584,'172','2013-11-27 19:28:06'),(67046,7,16584,'DAY','2013-11-27 19:28:06'),(67047,1,16586,'','2013-11-27 19:28:06'),(67048,2,16586,'','2013-11-27 19:28:06'),(67049,3,16586,'','2013-11-27 19:28:06'),(67050,4,16586,'','2013-11-27 19:28:06'),(67051,5,16586,'','2013-11-27 19:28:06'),(67052,6,16586,'','2013-11-27 19:28:06'),(67053,7,16586,'DAY','2013-11-27 19:28:06'),(67054,1,16589,'','2013-11-27 19:28:07'),(67055,2,16589,'','2013-11-27 19:28:07'),(67056,3,16589,'','2013-11-27 19:28:07'),(67057,4,16589,'','2013-11-27 19:28:07'),(67058,5,16589,'','2013-11-27 19:28:07'),(67059,6,16589,'','2013-11-27 19:28:07'),(67060,7,16589,'DAY','2013-11-27 19:28:07'),(67061,1,16593,'','2013-11-27 19:28:07'),(67062,2,16593,'','2013-11-27 19:28:07'),(67063,3,16593,'','2013-11-27 19:28:07'),(67064,4,16593,'','2013-11-27 19:28:07'),(67065,5,16593,'','2013-11-27 19:28:07'),(67066,6,16593,'','2013-11-27 19:28:07'),(67067,7,16593,'DAY','2013-11-27 19:28:07'),(67068,1,16594,'3595094','2013-11-27 19:37:32'),(67069,2,16594,'','2013-11-27 19:37:32'),(67070,3,16594,'','2013-11-27 19:37:32'),(67071,4,16594,'opd','2013-11-27 19:37:32'),(67072,5,16594,'','2013-11-27 19:37:32'),(67073,6,16594,'56','2013-11-27 19:37:32'),(67074,7,16594,'DAY','2013-11-27 19:37:32'),(67075,1,16595,'359500','2013-11-27 19:40:35'),(67076,2,16595,'','2013-11-27 19:40:35'),(67077,3,16595,'','2013-11-27 19:40:35'),(67078,4,16595,'OPD','2013-11-27 19:40:35'),(67079,5,16595,'','2013-11-27 19:40:35'),(67080,6,16595,'85','2013-11-27 19:40:35'),(67081,7,16595,'DAY','2013-11-27 19:40:35'),(67082,1,16597,'','2013-11-27 19:40:35'),(67083,2,16597,'','2013-11-27 19:40:35'),(67084,3,16597,'','2013-11-27 19:40:35'),(67085,4,16597,'','2013-11-27 19:40:35'),(67086,5,16597,'','2013-11-27 19:40:35'),(67087,6,16597,'','2013-11-27 19:40:35'),(67088,7,16597,'DAY','2013-11-27 19:40:35'),(67089,1,16598,'35950109','2013-11-27 19:43:35'),(67090,2,16598,'595439','2013-11-27 19:43:35'),(67091,3,16598,'','2013-11-27 19:43:35'),(67092,4,16598,'OPD','2013-11-27 19:43:35'),(67093,5,16598,'','2013-11-27 19:43:35'),(67094,6,16598,'84','2013-11-27 19:43:35'),(67095,7,16598,'DAY','2013-11-27 19:43:35'),(67096,1,16599,'3595111','2013-11-27 19:50:04'),(67097,2,16599,'595444','2013-11-27 19:50:04'),(67098,3,16599,'','2013-11-27 19:50:04'),(67099,4,16599,'OPD','2013-11-27 19:50:04'),(67100,5,16599,'','2013-11-27 19:50:04'),(67101,6,16599,'92','2013-11-27 19:50:04'),(67102,7,16599,'DAY','2013-11-27 19:50:04'),(67103,1,16601,'','2013-11-27 19:50:04'),(67104,2,16601,'','2013-11-27 19:50:04'),(67105,3,16601,'','2013-11-27 19:50:04'),(67106,4,16601,'','2013-11-27 19:50:04'),(67107,5,16601,'','2013-11-27 19:50:04'),(67108,6,16601,'','2013-11-27 19:50:04'),(67109,7,16601,'DAY','2013-11-27 19:50:04'),(67110,1,16602,'3595027','2013-11-27 19:55:46'),(67111,2,16602,'595413','2013-11-27 19:55:46'),(67112,3,16602,'','2013-11-27 19:55:46'),(67113,4,16602,'OPD','2013-11-27 19:55:46'),(67114,5,16602,'','2013-11-27 19:55:46'),(67115,6,16602,'','2013-11-27 19:55:46'),(67116,7,16602,'DAY','2013-11-27 19:55:46'),(67117,1,16604,'','2013-11-27 19:55:46'),(67118,2,16604,'','2013-11-27 19:55:46'),(67119,3,16604,'','2013-11-27 19:55:46'),(67120,4,16604,'','2013-11-27 19:55:46'),(67121,5,16604,'','2013-11-27 19:55:46'),(67122,6,16604,'','2013-11-27 19:55:46'),(67123,7,16604,'DAY','2013-11-27 19:55:46'),(67124,1,16605,'3595119','2013-11-27 20:04:47'),(67125,2,16605,'','2013-11-27 20:04:47'),(67126,3,16605,'','2013-11-27 20:04:47'),(67127,4,16605,'OPD','2013-11-27 20:04:47'),(67128,5,16605,'','2013-11-27 20:04:47'),(67129,6,16605,'22','2013-11-27 20:04:47'),(67130,7,16605,'DAY','2013-11-27 20:04:47'),(67131,1,16606,'3595127','2013-11-27 20:16:31'),(67132,2,16606,'','2013-11-27 20:16:31'),(67133,3,16606,'','2013-11-27 20:16:31'),(67134,4,16606,'OPD','2013-11-27 20:16:31'),(67135,5,16606,'','2013-11-27 20:16:31'),(67136,6,16606,'107','2013-11-27 20:16:31'),(67137,7,16606,'DAY','2013-11-27 20:16:31'),(67138,1,16608,'','2013-11-27 20:16:31'),(67139,2,16608,'','2013-11-27 20:16:31'),(67140,3,16608,'','2013-11-27 20:16:31'),(67141,4,16608,'','2013-11-27 20:16:31'),(67142,5,16608,'','2013-11-27 20:16:31'),(67143,6,16608,'','2013-11-27 20:16:31'),(67144,7,16608,'DAY','2013-11-27 20:16:31'),(67145,1,16611,'','2013-11-27 20:16:31'),(67146,2,16611,'','2013-11-27 20:16:31'),(67147,3,16611,'','2013-11-27 20:16:31'),(67148,4,16611,'','2013-11-27 20:16:31'),(67149,5,16611,'','2013-11-27 20:16:31'),(67150,6,16611,'','2013-11-27 20:16:31'),(67151,7,16611,'DAY','2013-11-27 20:16:31'),(67152,1,16612,'3595130','2013-11-27 20:22:41'),(67153,2,16612,'','2013-11-27 20:22:41'),(67154,3,16612,'','2013-11-27 20:22:41'),(67155,4,16612,'OPD','2013-11-27 20:22:41'),(67156,5,16612,'','2013-11-27 20:22:41'),(67157,6,16612,'73','2013-11-27 20:22:41'),(67158,7,16612,'DAY','2013-11-27 20:22:41'),(67159,1,16613,'359545','2013-11-27 20:32:26'),(67160,2,16613,'','2013-11-27 20:32:26'),(67161,3,16613,'','2013-11-27 20:32:26'),(67162,4,16613,'OPD','2013-11-27 20:32:26'),(67163,5,16613,'','2013-11-27 20:32:26'),(67164,6,16613,'35','2013-11-27 20:32:26'),(67165,7,16613,'DAY','2013-11-27 20:32:26'),(67166,1,16614,'3595151','2013-11-27 20:36:12'),(67167,2,16614,'','2013-11-27 20:36:12'),(67168,3,16614,'','2013-11-27 20:36:12'),(67169,4,16614,'OPD','2013-11-27 20:36:12'),(67170,5,16614,'','2013-11-27 20:36:12'),(67171,6,16614,'267','2013-11-27 20:36:12'),(67172,7,16614,'DAY','2013-11-27 20:36:12'),(67173,1,16616,'','2013-11-27 20:36:13'),(67174,2,16616,'','2013-11-27 20:36:13'),(67175,3,16616,'','2013-11-27 20:36:13'),(67176,4,16616,'','2013-11-27 20:36:13'),(67177,5,16616,'','2013-11-27 20:36:13'),(67178,6,16616,'','2013-11-27 20:36:13'),(67179,7,16616,'DAY','2013-11-27 20:36:13'),(67180,1,16619,'','2013-11-27 20:36:13'),(67181,2,16619,'','2013-11-27 20:36:13'),(67182,3,16619,'','2013-11-27 20:36:13'),(67183,4,16619,'','2013-11-27 20:36:13'),(67184,5,16619,'','2013-11-27 20:36:13'),(67185,6,16619,'','2013-11-27 20:36:13'),(67186,7,16619,'DAY','2013-11-27 20:36:13'),(67187,1,16620,'3595149','2013-11-27 20:43:47'),(67188,2,16620,'','2013-11-27 20:43:47'),(67189,3,16620,'','2013-11-27 20:43:47'),(67190,4,16620,'OPD','2013-11-27 20:43:47'),(67191,5,16620,'','2013-11-27 20:43:47'),(67192,6,16620,'62','2013-11-27 20:43:47'),(67193,7,16620,'DAY','2013-11-27 20:43:47'),(67194,1,16622,'','2013-11-27 20:43:47'),(67195,2,16622,'','2013-11-27 20:43:47'),(67196,3,16622,'','2013-11-27 20:43:47'),(67197,4,16622,'','2013-11-27 20:43:47'),(67198,5,16622,'','2013-11-27 20:43:47'),(67199,6,16622,'','2013-11-27 20:43:47'),(67200,7,16622,'DAY','2013-11-27 20:43:47'),(67201,1,16623,'3595105','2013-11-27 20:47:57'),(67202,2,16623,'','2013-11-27 20:47:57'),(67203,3,16623,'','2013-11-27 20:47:57'),(67204,4,16623,'OPD','2013-11-27 20:47:57'),(67205,5,16623,'','2013-11-27 20:47:57'),(67206,6,16623,'186','2013-11-27 20:47:57'),(67207,7,16623,'DAY','2013-11-27 20:47:57'),(67208,1,16625,'','2013-11-27 20:47:57'),(67209,2,16625,'','2013-11-27 20:47:57'),(67210,3,16625,'','2013-11-27 20:47:57'),(67211,4,16625,'','2013-11-27 20:47:57'),(67212,5,16625,'','2013-11-27 20:47:57'),(67213,6,16625,'','2013-11-27 20:47:57'),(67214,7,16625,'DAY','2013-11-27 20:47:57'),(67215,1,16626,'','2013-11-27 20:50:50'),(67216,2,16626,'','2013-11-27 20:50:50'),(67217,3,16626,'','2013-11-27 20:50:50'),(67218,4,16626,'','2013-11-27 20:50:50'),(67219,5,16626,'','2013-11-27 20:50:50'),(67220,6,16626,'','2013-11-27 20:50:50'),(67221,7,16626,'DAY','2013-11-27 20:50:50'),(67222,1,16627,'359165','2013-11-27 20:51:37'),(67223,2,16627,'595487','2013-11-27 20:51:37'),(67224,3,16627,'','2013-11-27 20:51:37'),(67225,4,16627,'OPD','2013-11-27 20:51:37'),(67226,5,16627,'','2013-11-27 20:51:37'),(67227,6,16627,'60','2013-11-27 20:51:37'),(67228,7,16627,'DAY','2013-11-27 20:51:37'),(67229,1,16629,'','2013-11-27 20:51:38'),(67230,2,16629,'','2013-11-27 20:51:38'),(67231,3,16629,'','2013-11-27 20:51:38'),(67232,4,16629,'','2013-11-27 20:51:38'),(67233,5,16629,'','2013-11-27 20:51:38'),(67234,6,16629,'','2013-11-27 20:51:38'),(67235,7,16629,'DAY','2013-11-27 20:51:38'),(67236,1,16630,'3595168','2013-11-27 20:55:43'),(67237,2,16630,'595488','2013-11-27 20:55:43'),(67238,3,16630,'','2013-11-27 20:55:43'),(67239,4,16630,'OPD','2013-11-27 20:55:43'),(67240,5,16630,'','2013-11-27 20:55:43'),(67241,6,16630,'67','2013-11-27 20:55:43'),(67242,7,16630,'DAY','2013-11-27 20:55:43'),(67243,1,16631,'3595171','2013-11-27 21:05:03'),(67244,2,16631,'','2013-11-27 21:05:03'),(67245,3,16631,'','2013-11-27 21:05:03'),(67246,4,16631,'OPD','2013-11-27 21:05:03'),(67247,5,16631,'','2013-11-27 21:05:03'),(67248,6,16631,'33','2013-11-27 21:05:03'),(67249,7,16631,'DAY','2013-11-27 21:05:03'),(67250,1,16633,'','2013-11-27 21:05:03'),(67251,2,16633,'','2013-11-27 21:05:03'),(67252,3,16633,'','2013-11-27 21:05:03'),(67253,4,16633,'','2013-11-27 21:05:03'),(67254,5,16633,'','2013-11-27 21:05:03'),(67255,6,16633,'','2013-11-27 21:05:03'),(67256,7,16633,'DAY','2013-11-27 21:05:03'),(67257,1,16634,'','2013-11-27 21:13:51'),(67258,2,16634,'','2013-11-27 21:13:51'),(67259,3,16634,'','2013-11-27 21:13:51'),(67260,4,16634,'','2013-11-27 21:13:51'),(67261,5,16634,'','2013-11-27 21:13:51'),(67262,6,16634,'','2013-11-27 21:13:51'),(67263,7,16634,'DAY','2013-11-27 21:13:51'),(67264,1,16635,'3595182','2013-11-27 21:14:21'),(67265,2,16635,'595474','2013-11-27 21:14:21'),(67266,3,16635,'','2013-11-27 21:14:21'),(67267,4,16635,'OPD','2013-11-27 21:14:21'),(67268,5,16635,'','2013-11-27 21:14:21'),(67269,6,16635,'47','2013-11-27 21:14:21'),(67270,7,16635,'DAY','2013-11-27 21:14:21'),(67271,1,16637,'','2013-11-27 21:14:21'),(67272,2,16637,'','2013-11-27 21:14:21'),(67273,3,16637,'','2013-11-27 21:14:21'),(67274,4,16637,'','2013-11-27 21:14:21'),(67275,5,16637,'','2013-11-27 21:14:21'),(67276,6,16637,'','2013-11-27 21:14:21'),(67277,7,16637,'DAY','2013-11-27 21:14:21'),(67278,1,16638,'3595196','2013-11-27 21:26:21'),(67279,2,16638,'595482','2013-11-27 21:26:21'),(67280,3,16638,'','2013-11-27 21:26:21'),(67281,4,16638,'OPD','2013-11-27 21:26:21'),(67282,5,16638,'','2013-11-27 21:26:21'),(67283,6,16638,'104.00','2013-11-27 21:26:21'),(67284,7,16638,'DAY','2013-11-27 21:26:21'),(67285,1,16640,'','2013-11-27 21:26:22'),(67286,2,16640,'','2013-11-27 21:26:22'),(67287,3,16640,'','2013-11-27 21:26:22'),(67288,4,16640,'OPD','2013-11-27 21:26:22'),(67289,5,16640,'','2013-11-27 21:26:22'),(67290,6,16640,'','2013-11-27 21:26:22'),(67291,7,16640,'DAY','2013-11-27 21:26:22'),(67292,1,16643,'','2013-11-27 21:26:22'),(67293,2,16643,'','2013-11-27 21:26:22'),(67294,3,16643,'','2013-11-27 21:26:22'),(67295,4,16643,'OPD','2013-11-27 21:26:22'),(67296,5,16643,'','2013-11-27 21:26:22'),(67297,6,16643,'','2013-11-27 21:26:22'),(67298,7,16643,'DAY','2013-11-27 21:26:22'),(67299,1,16644,'','2013-11-27 21:27:02'),(67300,2,16644,'','2013-11-27 21:27:02'),(67301,3,16644,'','2013-11-27 21:27:02'),(67302,4,16644,'','2013-11-27 21:27:02'),(67303,5,16644,'','2013-11-27 21:27:02'),(67304,6,16644,'','2013-11-27 21:27:02'),(67305,7,16644,'DAY','2013-11-27 21:27:02'),(67306,1,16645,'3595208','2013-11-27 21:30:28'),(67307,2,16645,'','2013-11-27 21:30:28'),(67308,3,16645,'','2013-11-27 21:30:28'),(67309,4,16645,'OPD','2013-11-27 21:30:28'),(67310,5,16645,'','2013-11-27 21:30:28'),(67311,6,16645,'22','2013-11-27 21:30:28'),(67312,7,16645,'DAY','2013-11-27 21:30:28'),(67313,1,16646,'3595210','2013-11-27 21:35:27'),(67314,2,16646,'','2013-11-27 21:35:27'),(67315,3,16646,'','2013-11-27 21:35:27'),(67316,4,16646,'OPD','2013-11-27 21:35:27'),(67317,5,16646,'','2013-11-27 21:35:27'),(67318,6,16646,'133','2013-11-27 21:35:27'),(67319,7,16646,'DAY','2013-11-27 21:35:27'),(67320,1,16647,'3595212','2013-11-27 21:42:16'),(67321,2,16647,'','2013-11-27 21:42:16'),(67322,3,16647,'','2013-11-27 21:42:16'),(67323,4,16647,'OPD','2013-11-27 21:42:16'),(67324,5,16647,'','2013-11-27 21:42:16'),(67325,6,16647,'22','2013-11-27 21:42:16'),(67326,7,16647,'DAY','2013-11-27 21:42:16'),(67327,1,16648,'3595219','2013-11-27 21:52:35'),(67328,2,16648,'','2013-11-27 21:52:35'),(67329,3,16648,'','2013-11-27 21:52:35'),(67330,4,16648,'OPD','2013-11-27 21:52:35'),(67331,5,16648,'','2013-11-27 21:52:35'),(67332,6,16648,'81','2013-11-27 21:52:35'),(67333,7,16648,'DAY','2013-11-27 21:52:35'),(67334,1,16649,'3595220','2013-11-27 21:54:05'),(67335,2,16649,'','2013-11-27 21:54:05'),(67336,3,16649,'','2013-11-27 21:54:05'),(67337,4,16649,'OPD','2013-11-27 21:54:05'),(67338,5,16649,'','2013-11-27 21:54:05'),(67339,6,16649,'76','2013-11-27 21:54:05'),(67340,7,16649,'DAY','2013-11-27 21:54:05'),(67341,1,16650,'3595238','2013-11-27 22:23:20'),(67342,2,16650,'','2013-11-27 22:23:20'),(67343,3,16650,'','2013-11-27 22:23:20'),(67344,4,16650,'OPD','2013-11-27 22:23:20'),(67345,5,16650,'','2013-11-27 22:23:20'),(67346,6,16650,'74','2013-11-27 22:23:20'),(67347,7,16650,'DAY','2013-11-27 22:23:20'),(67348,1,16652,'','2013-11-27 22:23:20'),(67349,2,16652,'','2013-11-27 22:23:20'),(67350,3,16652,'','2013-11-27 22:23:20'),(67351,4,16652,'','2013-11-27 22:23:20'),(67352,5,16652,'','2013-11-27 22:23:20'),(67353,6,16652,'','2013-11-27 22:23:20'),(67354,7,16652,'DAY','2013-11-27 22:23:20'),(67355,1,16653,'3595243','2013-11-27 22:51:15'),(67356,2,16653,'595505','2013-11-27 22:51:15'),(67357,3,16653,'','2013-11-27 22:51:15'),(67358,4,16653,'OPD','2013-11-27 22:51:15'),(67359,5,16653,'','2013-11-27 22:51:15'),(67360,6,16653,'93','2013-11-27 22:51:15'),(67361,7,16653,'DAY','2013-11-27 22:51:15'),(67362,1,16655,'','2013-11-27 22:51:16'),(67363,2,16655,'','2013-11-27 22:51:16'),(67364,3,16655,'','2013-11-27 22:51:16'),(67365,4,16655,'','2013-11-27 22:51:16'),(67366,5,16655,'','2013-11-27 22:51:16'),(67367,6,16655,'','2013-11-27 22:51:16'),(67368,7,16655,'DAY','2013-11-27 22:51:16'),(67369,1,16656,'3595248','2013-11-27 23:06:45'),(67370,2,16656,'','2013-11-27 23:06:45'),(67371,3,16656,'','2013-11-27 23:06:45'),(67372,4,16656,'OPD','2013-11-27 23:06:45'),(67373,5,16656,'','2013-11-27 23:06:45'),(67374,6,16656,'94','2013-11-27 23:06:45'),(67375,7,16656,'DAY','2013-11-27 23:06:45'),(67376,1,16658,'','2013-11-27 23:06:45'),(67377,2,16658,'','2013-11-27 23:06:45'),(67378,3,16658,'','2013-11-27 23:06:45'),(67379,4,16658,'','2013-11-27 23:06:45'),(67380,5,16658,'','2013-11-27 23:06:45'),(67381,6,16658,'','2013-11-27 23:06:45'),(67382,7,16658,'DAY','2013-11-27 23:06:45'),(67383,1,16659,'','2013-11-27 23:13:10'),(67384,2,16659,'','2013-11-27 23:13:10'),(67385,3,16659,'','2013-11-27 23:13:10'),(67386,4,16659,'OPD','2013-11-27 23:13:10'),(67387,5,16659,'','2013-11-27 23:13:10'),(67388,6,16659,'33','2013-11-27 23:13:10'),(67389,7,16659,'DAY','2013-11-27 23:13:10'),(67390,1,16660,'3595257','2013-11-27 23:29:14'),(67391,2,16660,'','2013-11-27 23:29:14'),(67392,3,16660,'','2013-11-27 23:29:14'),(67393,4,16660,'OPD','2013-11-27 23:29:14'),(67394,5,16660,'','2013-11-27 23:29:14'),(67395,6,16660,'310','2013-11-27 23:29:14'),(67396,7,16660,'DAY','2013-11-27 23:29:14'),(67397,1,16662,'','2013-11-27 23:29:14'),(67398,2,16662,'','2013-11-27 23:29:14'),(67399,3,16662,'','2013-11-27 23:29:14'),(67400,4,16662,'','2013-11-27 23:29:14'),(67401,5,16662,'','2013-11-27 23:29:14'),(67402,6,16662,'','2013-11-27 23:29:14'),(67403,7,16662,'DAY','2013-11-27 23:29:14'),(67404,1,16665,'','2013-11-27 23:29:14'),(67405,2,16665,'','2013-11-27 23:29:14'),(67406,3,16665,'','2013-11-27 23:29:14'),(67407,4,16665,'','2013-11-27 23:29:14'),(67408,5,16665,'','2013-11-27 23:29:14'),(67409,6,16665,'','2013-11-27 23:29:14'),(67410,7,16665,'DAY','2013-11-27 23:29:14'),(67411,1,16666,'3595257','2013-11-27 23:30:45'),(67412,2,16666,'','2013-11-27 23:30:45'),(67413,3,16666,'','2013-11-27 23:30:45'),(67414,4,16666,'OPD','2013-11-27 23:30:45'),(67415,5,16666,'','2013-11-27 23:30:45'),(67416,6,16666,'240.4','2013-11-27 23:30:45'),(67417,7,16666,'DAY','2013-11-27 23:30:45'),(67418,1,16668,'','2013-11-27 23:30:45'),(67419,2,16668,'','2013-11-27 23:30:45'),(67420,3,16668,'','2013-11-27 23:30:45'),(67421,4,16668,'','2013-11-27 23:30:45'),(67422,5,16668,'','2013-11-27 23:30:45'),(67423,6,16668,'','2013-11-27 23:30:45'),(67424,7,16668,'DAY','2013-11-27 23:30:45'),(67425,1,16669,'3595314','2013-11-28 00:19:21'),(67426,2,16669,'','2013-11-28 00:19:21'),(67427,3,16669,'','2013-11-28 00:19:21'),(67428,4,16669,'OPD','2013-11-28 00:19:21'),(67429,5,16669,'','2013-11-28 00:19:21'),(67430,6,16669,'','2013-11-28 00:19:21'),(67431,7,16669,'DAY','2013-11-28 00:19:21'),(67432,1,16670,'3595316','2013-11-28 00:21:41'),(67433,2,16670,'595518','2013-11-28 00:21:41'),(67434,3,16670,'','2013-11-28 00:21:41'),(67435,4,16670,'OPD','2013-11-28 00:21:41'),(67436,5,16670,'','2013-11-28 00:21:41'),(67437,6,16670,'47.00','2013-11-28 00:21:41'),(67438,7,16670,'DAY','2013-11-28 00:21:41'),(67439,1,16672,'','2013-11-28 00:21:41'),(67440,2,16672,'','2013-11-28 00:21:41'),(67441,3,16672,'','2013-11-28 00:21:41'),(67442,4,16672,'','2013-11-28 00:21:41'),(67443,5,16672,'','2013-11-28 00:21:41'),(67444,6,16672,'','2013-11-28 00:21:41'),(67445,7,16672,'DAY','2013-11-28 00:21:41'),(67446,1,16673,'359524','2013-11-28 00:33:25'),(67447,2,16673,'595520','2013-11-28 00:33:25'),(67448,3,16673,'','2013-11-28 00:33:25'),(67449,4,16673,'OPD','2013-11-28 00:33:25'),(67450,5,16673,'','2013-11-28 00:33:25'),(67451,6,16673,'69','2013-11-28 00:33:25'),(67452,7,16673,'DAY','2013-11-28 00:33:25'),(67453,1,16675,'','2013-11-28 00:33:25'),(67454,2,16675,'','2013-11-28 00:33:25'),(67455,3,16675,'','2013-11-28 00:33:25'),(67456,4,16675,'','2013-11-28 00:33:25'),(67457,5,16675,'','2013-11-28 00:33:25'),(67458,6,16675,'','2013-11-28 00:33:25'),(67459,7,16675,'DAY','2013-11-28 00:33:25'),(67460,1,16676,'3595360','2013-11-28 00:38:19'),(67461,2,16676,'','2013-11-28 00:38:19'),(67462,3,16676,'','2013-11-28 00:38:19'),(67463,4,16676,'OPD','2013-11-28 00:38:19'),(67464,5,16676,'','2013-11-28 00:38:19'),(67465,6,16676,'81','2013-11-28 00:38:19'),(67466,7,16676,'DAY','2013-11-28 00:38:19'),(67467,1,16677,'3595348','2013-11-28 00:41:57'),(67468,2,16677,'','2013-11-28 00:41:57'),(67469,3,16677,'','2013-11-28 00:41:57'),(67470,4,16677,'OPD','2013-11-28 00:41:57'),(67471,5,16677,'','2013-11-28 00:41:57'),(67472,6,16677,'47','2013-11-28 00:41:57'),(67473,7,16677,'DAY','2013-11-28 00:41:57'),(67474,1,16679,'','2013-11-28 00:41:58'),(67475,2,16679,'','2013-11-28 00:41:58'),(67476,3,16679,'','2013-11-28 00:41:58'),(67477,4,16679,'','2013-11-28 00:41:58'),(67478,5,16679,'','2013-11-28 00:41:58'),(67479,6,16679,'','2013-11-28 00:41:58'),(67480,7,16679,'DAY','2013-11-28 00:41:58'),(67481,1,16680,'3595387','2013-11-28 01:08:11'),(67482,2,16680,'595532','2013-11-28 01:08:11'),(67483,3,16680,'','2013-11-28 01:08:11'),(67484,4,16680,'OPD','2013-11-28 01:08:11'),(67485,5,16680,'','2013-11-28 01:08:11'),(67486,6,16680,'236','2013-11-28 01:08:11'),(67487,7,16680,'DAY','2013-11-28 01:08:11'),(67488,1,16682,'','2013-11-28 01:08:11'),(67489,2,16682,'','2013-11-28 01:08:11'),(67490,3,16682,'','2013-11-28 01:08:11'),(67491,4,16682,'','2013-11-28 01:08:11'),(67492,5,16682,'','2013-11-28 01:08:11'),(67493,6,16682,'','2013-11-28 01:08:11'),(67494,7,16682,'DAY','2013-11-28 01:08:11'),(67495,1,16683,'','2013-11-28 01:10:00'),(67496,2,16683,'','2013-11-28 01:10:00'),(67497,3,16683,'','2013-11-28 01:10:00'),(67498,4,16683,'','2013-11-28 01:10:00'),(67499,5,16683,'','2013-11-28 01:10:00'),(67500,6,16683,'','2013-11-28 01:10:00'),(67501,7,16683,'DAY','2013-11-28 01:10:00'),(67502,1,16685,'','2013-11-28 01:10:00'),(67503,2,16685,'','2013-11-28 01:10:00'),(67504,3,16685,'','2013-11-28 01:10:00'),(67505,4,16685,'','2013-11-28 01:10:00'),(67506,5,16685,'','2013-11-28 01:10:00'),(67507,6,16685,'','2013-11-28 01:10:00'),(67508,7,16685,'DAY','2013-11-28 01:10:00'),(67509,1,16686,'3595392','2013-11-28 01:14:10'),(67510,2,16686,'','2013-11-28 01:14:10'),(67511,3,16686,'','2013-11-28 01:14:10'),(67512,4,16686,'OPD','2013-11-28 01:14:10'),(67513,5,16686,'','2013-11-28 01:14:10'),(67514,6,16686,'50','2013-11-28 01:14:10'),(67515,7,16686,'DAY','2013-11-28 01:14:10'),(67516,1,16688,'','2013-11-28 01:14:10'),(67517,2,16688,'','2013-11-28 01:14:10'),(67518,3,16688,'','2013-11-28 01:14:10'),(67519,4,16688,'','2013-11-28 01:14:10'),(67520,5,16688,'','2013-11-28 01:14:10'),(67521,6,16688,'','2013-11-28 01:14:10'),(67522,7,16688,'DAY','2013-11-28 01:14:10'),(67523,1,16689,'3595393','2013-11-28 01:26:54'),(67524,2,16689,'595539','2013-11-28 01:26:54'),(67525,3,16689,'','2013-11-28 01:26:54'),(67526,4,16689,'OPD','2013-11-28 01:26:54'),(67527,5,16689,'','2013-11-28 01:26:54'),(67528,6,16689,'20','2013-11-28 01:26:54'),(67529,7,16689,'DAY','2013-11-28 01:26:54'),(67530,1,16690,'359401','2013-11-28 01:30:43'),(67531,2,16690,'595541','2013-11-28 01:30:43'),(67532,3,16690,'','2013-11-28 01:30:43'),(67533,4,16690,'OPD','2013-11-28 01:30:43'),(67534,5,16690,'','2013-11-28 01:30:43'),(67535,6,16690,'32','2013-11-28 01:30:43'),(67536,7,16690,'DAY','2013-11-28 01:30:43'),(67537,1,16692,'','2013-11-28 01:30:43'),(67538,2,16692,'','2013-11-28 01:30:43'),(67539,3,16692,'','2013-11-28 01:30:43'),(67540,4,16692,'','2013-11-28 01:30:43'),(67541,5,16692,'','2013-11-28 01:30:43'),(67542,6,16692,'','2013-11-28 01:30:43'),(67543,7,16692,'DAY','2013-11-28 01:30:43'),(67544,1,16693,'','2013-11-28 01:41:34'),(67545,2,16693,'','2013-11-28 01:41:34'),(67546,3,16693,'','2013-11-28 01:41:34'),(67547,4,16693,'','2013-11-28 01:41:34'),(67548,5,16693,'','2013-11-28 01:41:34'),(67549,6,16693,'','2013-11-28 01:41:34'),(67550,7,16693,'DAY','2013-11-28 01:41:34'),(67551,1,16695,'','2013-11-28 01:41:34'),(67552,2,16695,'','2013-11-28 01:41:34'),(67553,3,16695,'','2013-11-28 01:41:34'),(67554,4,16695,'','2013-11-28 01:41:34'),(67555,5,16695,'','2013-11-28 01:41:34'),(67556,6,16695,'','2013-11-28 01:41:34'),(67557,7,16695,'DAY','2013-11-28 01:41:34'),(67558,1,16696,'3595474','2013-11-28 02:30:13'),(67559,2,16696,'','2013-11-28 02:30:13'),(67560,3,16696,'','2013-11-28 02:30:13'),(67561,4,16696,'OPD','2013-11-28 02:30:13'),(67562,5,16696,'','2013-11-28 02:30:13'),(67563,6,16696,'151','2013-11-28 02:30:13'),(67564,7,16696,'DAY','2013-11-28 02:30:13'),(67565,1,16698,'','2013-11-28 02:30:14'),(67566,2,16698,'','2013-11-28 02:30:14'),(67567,3,16698,'','2013-11-28 02:30:14'),(67568,4,16698,'','2013-11-28 02:30:14'),(67569,5,16698,'','2013-11-28 02:30:14'),(67570,6,16698,'','2013-11-28 02:30:14'),(67571,7,16698,'DAY','2013-11-28 02:30:14'),(67572,1,16701,'','2013-11-28 02:30:14'),(67573,2,16701,'','2013-11-28 02:30:14'),(67574,3,16701,'','2013-11-28 02:30:14'),(67575,4,16701,'','2013-11-28 02:30:14'),(67576,5,16701,'','2013-11-28 02:30:14'),(67577,6,16701,'','2013-11-28 02:30:14'),(67578,7,16701,'DAY','2013-11-28 02:30:14'),(67579,1,16702,'3595477','2013-11-28 02:33:00'),(67580,2,16702,'','2013-11-28 02:33:00'),(67581,3,16702,'','2013-11-28 02:33:00'),(67582,4,16702,'OPD','2013-11-28 02:33:00'),(67583,5,16702,'','2013-11-28 02:33:00'),(67584,6,16702,'81','2013-11-28 02:33:00'),(67585,7,16702,'DAY','2013-11-28 02:33:00'),(67586,1,16703,'3595479','2013-11-28 02:41:50'),(67587,2,16703,'','2013-11-28 02:41:50'),(67588,3,16703,'','2013-11-28 02:41:50'),(67589,4,16703,'OPD','2013-11-28 02:41:50'),(67590,5,16703,'','2013-11-28 02:41:50'),(67591,6,16703,'40','2013-11-28 02:41:50'),(67592,7,16703,'DAY','2013-11-28 02:41:50'),(67593,1,16704,'3595493','2013-11-28 03:12:00'),(67594,2,16704,'595555','2013-11-28 03:12:00'),(67595,3,16704,'','2013-11-28 03:12:00'),(67596,4,16704,'OPD','2013-11-28 03:12:00'),(67597,5,16704,'','2013-11-28 03:12:00'),(67598,6,16704,'96.00','2013-11-28 03:12:00'),(67599,7,16704,'DAY','2013-11-28 03:12:00'),(67600,1,16706,'','2013-11-28 03:12:00'),(67601,2,16706,'','2013-11-28 03:12:00'),(67602,3,16706,'','2013-11-28 03:12:00'),(67603,4,16706,'','2013-11-28 03:12:00'),(67604,5,16706,'','2013-11-28 03:12:00'),(67605,6,16706,'','2013-11-28 03:12:00'),(67606,7,16706,'DAY','2013-11-28 03:12:00'),(67607,1,16709,'','2013-11-28 03:12:01'),(67608,2,16709,'','2013-11-28 03:12:01'),(67609,3,16709,'','2013-11-28 03:12:01'),(67610,4,16709,'','2013-11-28 03:12:01'),(67611,5,16709,'','2013-11-28 03:12:01'),(67612,6,16709,'','2013-11-28 03:12:01'),(67613,7,16709,'DAY','2013-11-28 03:12:01'),(67614,1,16710,'3595503','2013-11-28 03:14:22'),(67615,2,16710,'','2013-11-28 03:14:22'),(67616,3,16710,'','2013-11-28 03:14:22'),(67617,4,16710,'OPD','2013-11-28 03:14:22'),(67618,5,16710,'','2013-11-28 03:14:22'),(67619,6,16710,'81.00','2013-11-28 03:14:22'),(67620,7,16710,'DAY','2013-11-28 03:14:22'),(67621,1,16711,'3595504','2013-11-28 03:26:59'),(67622,2,16711,'595556','2013-11-28 03:26:59'),(67623,3,16711,'','2013-11-28 03:26:59'),(67624,4,16711,'OPD','2013-11-28 03:26:59'),(67625,5,16711,'','2013-11-28 03:26:59'),(67626,6,16711,'50.00','2013-11-28 03:26:59'),(67627,7,16711,'DAY','2013-11-28 03:26:59'),(67628,1,16712,'3595512','2013-11-28 03:57:41'),(67629,2,16712,'595560','2013-11-28 03:57:41'),(67630,3,16712,'','2013-11-28 03:57:41'),(67631,4,16712,'OPD','2013-11-28 03:57:41'),(67632,5,16712,'','2013-11-28 03:57:41'),(67633,6,16712,'35.00','2013-11-28 03:57:41'),(67634,7,16712,'DAY','2013-11-28 03:57:41'),(67635,1,16713,'3595517','2013-11-28 04:06:05'),(67636,2,16713,'','2013-11-28 04:06:05'),(67637,3,16713,'','2013-11-28 04:06:05'),(67638,4,16713,'OPD','2013-11-28 04:06:05'),(67639,5,16713,'','2013-11-28 04:06:05'),(67640,6,16713,'13.00','2013-11-28 04:06:05'),(67641,7,16713,'DAY','2013-11-28 04:06:05'),(67642,1,16714,'3595519','2013-11-28 04:12:44'),(67643,2,16714,'595565','2013-11-28 04:12:44'),(67644,3,16714,'','2013-11-28 04:12:44'),(67645,4,16714,'','2013-11-28 04:12:44'),(67646,5,16714,'','2013-11-28 04:12:44'),(67647,6,16714,'15.00','2013-11-28 04:12:44'),(67648,7,16714,'DAY','2013-11-28 04:12:44'),(67649,1,16715,'3595524','2013-11-28 04:32:23'),(67650,2,16715,'595567','2013-11-28 04:32:23'),(67651,3,16715,'','2013-11-28 04:32:23'),(67652,4,16715,'OPD','2013-11-28 04:32:23'),(67653,5,16715,'','2013-11-28 04:32:23'),(67654,6,16715,'87.00','2013-11-28 04:32:23'),(67655,7,16715,'DAY','2013-11-28 04:32:23'),(67656,1,16717,'','2013-11-28 04:32:23'),(67657,2,16717,'','2013-11-28 04:32:23'),(67658,3,16717,'','2013-11-28 04:32:23'),(67659,4,16717,'','2013-11-28 04:32:23'),(67660,5,16717,'','2013-11-28 04:32:23'),(67661,6,16717,'','2013-11-28 04:32:23'),(67662,7,16717,'DAY','2013-11-28 04:32:23'),(67663,1,16718,'3595526','2013-11-28 04:42:45'),(67664,2,16718,'','2013-11-28 04:42:45'),(67665,3,16718,'','2013-11-28 04:42:45'),(67666,4,16718,'OPD','2013-11-28 04:42:45'),(67667,5,16718,'','2013-11-28 04:42:45'),(67668,6,16718,'66.00','2013-11-28 04:42:45'),(67669,7,16718,'DAY','2013-11-28 04:42:45'),(67670,1,16719,'3595531','2013-11-28 05:07:06'),(67671,2,16719,'','2013-11-28 05:07:06'),(67672,3,16719,'','2013-11-28 05:07:06'),(67673,4,16719,'OPD','2013-11-28 05:07:06'),(67674,5,16719,'','2013-11-28 05:07:06'),(67675,6,16719,'112.00','2013-11-28 05:07:06'),(67676,7,16719,'DAY','2013-11-28 05:07:06'),(67677,1,16721,'','2013-11-28 05:07:06'),(67678,2,16721,'','2013-11-28 05:07:06'),(67679,3,16721,'','2013-11-28 05:07:06'),(67680,4,16721,'','2013-11-28 05:07:06'),(67681,5,16721,'','2013-11-28 05:07:06'),(67682,6,16721,'','2013-11-28 05:07:06'),(67683,7,16721,'DAY','2013-11-28 05:07:06'),(67684,1,16724,'','2013-11-28 05:07:06'),(67685,2,16724,'','2013-11-28 05:07:06'),(67686,3,16724,'','2013-11-28 05:07:06'),(67687,4,16724,'','2013-11-28 05:07:06'),(67688,5,16724,'','2013-11-28 05:07:06'),(67689,6,16724,'','2013-11-28 05:07:06'),(67690,7,16724,'DAY','2013-11-28 05:07:06'),(67691,1,16725,'3595181','2013-11-28 05:27:51'),(67692,2,16725,'595573','2013-11-28 05:27:51'),(67693,3,16725,'','2013-11-28 05:27:51'),(67694,4,16725,'OPD','2013-11-28 05:27:51'),(67695,5,16725,'','2013-11-28 05:27:51'),(67696,6,16725,'75.00','2013-11-28 05:27:51'),(67697,7,16725,'DAY','2013-11-28 05:27:51'),(67698,1,16727,'','2013-11-28 05:27:51'),(67699,2,16727,'','2013-11-28 05:27:51'),(67700,3,16727,'','2013-11-28 05:27:51'),(67701,4,16727,'','2013-11-28 05:27:51'),(67702,5,16727,'','2013-11-28 05:27:51'),(67703,6,16727,'','2013-11-28 05:27:51'),(67704,7,16727,'DAY','2013-11-28 05:27:51'),(67705,1,16728,'3595538','2013-11-28 05:53:44'),(67706,2,16728,'','2013-11-28 05:53:44'),(67707,3,16728,'','2013-11-28 05:53:44'),(67708,4,16728,'OPD','2013-11-28 05:53:44'),(67709,5,16728,'','2013-11-28 05:53:44'),(67710,6,16728,'36.00','2013-11-28 05:53:44'),(67711,7,16728,'DAY','2013-11-28 05:53:44'),(67712,1,16730,'','2013-11-28 05:53:44'),(67713,2,16730,'','2013-11-28 05:53:44'),(67714,3,16730,'','2013-11-28 05:53:44'),(67715,4,16730,'','2013-11-28 05:53:44'),(67716,5,16730,'','2013-11-28 05:53:44'),(67717,6,16730,'','2013-11-28 05:53:44'),(67718,7,16730,'DAY','2013-11-28 05:53:44'),(67719,1,16731,'3595543','2013-11-28 06:08:25'),(67720,2,16731,'','2013-11-28 06:08:25'),(67721,3,16731,'','2013-11-28 06:08:25'),(67722,4,16731,'OPD','2013-11-28 06:08:25'),(67723,5,16731,'','2013-11-28 06:08:25'),(67724,6,16731,'1300','2013-11-28 06:08:25'),(67725,7,16731,'DAY','2013-11-28 06:08:25'),(67726,1,16732,'3595548','2013-11-28 06:23:41'),(67727,2,16732,'','2013-11-28 06:23:41'),(67728,3,16732,'','2013-11-28 06:23:41'),(67729,4,16732,'OPD','2013-11-28 06:23:41'),(67730,5,16732,'','2013-11-28 06:23:41'),(67731,6,16732,'170.00','2013-11-28 06:23:41'),(67732,7,16732,'DAY','2013-11-28 06:23:41'),(67733,1,16734,'','2013-11-28 06:23:41'),(67734,2,16734,'','2013-11-28 06:23:41'),(67735,3,16734,'','2013-11-28 06:23:41'),(67736,4,16734,'','2013-11-28 06:23:41'),(67737,5,16734,'','2013-11-28 06:23:41'),(67738,6,16734,'','2013-11-28 06:23:41'),(67739,7,16734,'DAY','2013-11-28 06:23:41'),(67740,1,16737,'','2013-11-28 06:23:41'),(67741,2,16737,'','2013-11-28 06:23:41'),(67742,3,16737,'','2013-11-28 06:23:41'),(67743,4,16737,'','2013-11-28 06:23:41'),(67744,5,16737,'','2013-11-28 06:23:41'),(67745,6,16737,'','2013-11-28 06:23:41'),(67746,7,16737,'DAY','2013-11-28 06:23:41'),(67747,1,16738,'3595555','2013-11-28 14:11:59'),(67748,2,16738,'','2013-11-28 14:11:59'),(67749,3,16738,'','2013-11-28 14:11:59'),(67750,4,16738,'','2013-11-28 14:11:59'),(67751,5,16738,'','2013-11-28 14:11:59'),(67752,6,16738,'66.00','2013-11-28 14:11:59'),(67753,7,16738,'DAY','2013-11-28 14:11:59'),(67754,1,16739,'3595225','2013-11-28 15:15:59'),(67755,2,16739,'','2013-11-28 15:15:59'),(67756,3,16739,'','2013-11-28 15:15:59'),(67757,4,16739,'OPD','2013-11-28 15:15:59'),(67758,5,16739,'','2013-11-28 15:15:59'),(67759,6,16739,'153.00','2013-11-28 15:15:59'),(67760,7,16739,'DAY','2013-11-28 15:15:59'),(67761,1,16741,'','2013-11-28 15:15:59'),(67762,2,16741,'','2013-11-28 15:15:59'),(67763,3,16741,'','2013-11-28 15:15:59'),(67764,4,16741,'','2013-11-28 15:15:59'),(67765,5,16741,'','2013-11-28 15:15:59'),(67766,6,16741,'','2013-11-28 15:15:59'),(67767,7,16741,'DAY','2013-11-28 15:15:59'),(67768,1,16742,'3595582','2013-11-28 15:24:10'),(67769,2,16742,'595581','2013-11-28 15:24:10'),(67770,3,16742,'','2013-11-28 15:24:10'),(67771,4,16742,'OPD','2013-11-28 15:24:10'),(67772,5,16742,'','2013-11-28 15:24:10'),(67773,6,16742,'104','2013-11-28 15:24:10'),(67774,7,16742,'DAY','2013-11-28 15:24:10'),(67775,1,16744,'','2013-11-28 15:24:10'),(67776,2,16744,'','2013-11-28 15:24:10'),(67777,3,16744,'','2013-11-28 15:24:10'),(67778,4,16744,'','2013-11-28 15:24:10'),(67779,5,16744,'','2013-11-28 15:24:10'),(67780,6,16744,'','2013-11-28 15:24:10'),(67781,7,16744,'DAY','2013-11-28 15:24:10'),(67782,1,16747,'','2013-11-28 15:24:10'),(67783,2,16747,'','2013-11-28 15:24:10'),(67784,3,16747,'','2013-11-28 15:24:10'),(67785,4,16747,'','2013-11-28 15:24:10'),(67786,5,16747,'','2013-11-28 15:24:10'),(67787,6,16747,'','2013-11-28 15:24:10'),(67788,7,16747,'DAY','2013-11-28 15:24:10'),(67789,1,16748,'3595587','2013-11-28 15:26:44'),(67790,2,16748,'','2013-11-28 15:26:44'),(67791,3,16748,'','2013-11-28 15:26:44'),(67792,4,16748,'OPD','2013-11-28 15:26:44'),(67793,5,16748,'','2013-11-28 15:26:44'),(67794,6,16748,'77','2013-11-28 15:26:44'),(67795,7,16748,'DAY','2013-11-28 15:26:44'),(67796,1,16749,'3595595','2013-11-28 15:43:28'),(67797,2,16749,'595585','2013-11-28 15:43:28'),(67798,3,16749,'','2013-11-28 15:43:28'),(67799,4,16749,'OPD','2013-11-28 15:43:28'),(67800,5,16749,'','2013-11-28 15:43:28'),(67801,6,16749,'127','2013-11-28 15:43:28'),(67802,7,16749,'DAY','2013-11-28 15:43:28'),(67803,1,16751,'','2013-11-28 15:43:28'),(67804,2,16751,'','2013-11-28 15:43:28'),(67805,3,16751,'','2013-11-28 15:43:28'),(67806,4,16751,'','2013-11-28 15:43:28'),(67807,5,16751,'','2013-11-28 15:43:28'),(67808,6,16751,'','2013-11-28 15:43:28'),(67809,7,16751,'DAY','2013-11-28 15:43:28'),(67810,1,16752,'3595299','2013-11-28 15:48:07'),(67811,2,16752,'595517','2013-11-28 15:48:07'),(67812,3,16752,'','2013-11-28 15:48:07'),(67813,4,16752,'OPD','2013-11-28 15:48:07'),(67814,5,16752,'','2013-11-28 15:48:07'),(67815,6,16752,'11','2013-11-28 15:48:07'),(67816,7,16752,'DAY','2013-11-28 15:48:07'),(67817,1,16753,'3595229','2013-11-28 15:55:49'),(67818,2,16753,'595497','2013-11-28 15:55:49'),(67819,3,16753,'','2013-11-28 15:55:49'),(67820,4,16753,'OPD','2013-11-28 15:55:49'),(67821,5,16753,'','2013-11-28 15:55:49'),(67822,6,16753,'840','2013-11-28 15:55:49'),(67823,7,16753,'DAY','2013-11-28 15:55:49'),(67824,1,16755,'','2013-11-28 15:55:49'),(67825,2,16755,'','2013-11-28 15:55:49'),(67826,3,16755,'','2013-11-28 15:55:49'),(67827,4,16755,'','2013-11-28 15:55:49'),(67828,5,16755,'','2013-11-28 15:55:49'),(67829,6,16755,'','2013-11-28 15:55:49'),(67830,7,16755,'DAY','2013-11-28 15:55:49'),(67831,1,16758,'','2013-11-28 15:55:49'),(67832,2,16758,'','2013-11-28 15:55:49'),(67833,3,16758,'','2013-11-28 15:55:49'),(67834,4,16758,'','2013-11-28 15:55:49'),(67835,5,16758,'','2013-11-28 15:55:49'),(67836,6,16758,'','2013-11-28 15:55:49'),(67837,7,16758,'DAY','2013-11-28 15:55:49'),(67838,1,16762,'','2013-11-28 15:55:49'),(67839,2,16762,'','2013-11-28 15:55:49'),(67840,3,16762,'','2013-11-28 15:55:49'),(67841,4,16762,'','2013-11-28 15:55:49'),(67842,5,16762,'','2013-11-28 15:55:49'),(67843,6,16762,'','2013-11-28 15:55:49'),(67844,7,16762,'DAY','2013-11-28 15:55:49'),(67845,1,16763,'3595610','2013-11-28 16:09:09'),(67846,2,16763,'','2013-11-28 16:09:09'),(67847,3,16763,'','2013-11-28 16:09:09'),(67848,4,16763,'OPD','2013-11-28 16:09:09'),(67849,5,16763,'','2013-11-28 16:09:09'),(67850,6,16763,'169.40','2013-11-28 16:09:09'),(67851,7,16763,'DAY','2013-11-28 16:09:09'),(67852,1,16765,'','2013-11-28 16:09:10'),(67853,2,16765,'','2013-11-28 16:09:10'),(67854,3,16765,'','2013-11-28 16:09:10'),(67855,4,16765,'','2013-11-28 16:09:10'),(67856,5,16765,'','2013-11-28 16:09:10'),(67857,6,16765,'','2013-11-28 16:09:10'),(67858,7,16765,'DAY','2013-11-28 16:09:10'),(67859,1,16768,'','2013-11-28 16:09:10'),(67860,2,16768,'','2013-11-28 16:09:10'),(67861,3,16768,'','2013-11-28 16:09:10'),(67862,4,16768,'','2013-11-28 16:09:10'),(67863,5,16768,'','2013-11-28 16:09:10'),(67864,6,16768,'','2013-11-28 16:09:10'),(67865,7,16768,'DAY','2013-11-28 16:09:10'),(67866,1,16769,'3595615','2013-11-28 16:12:08'),(67867,2,16769,'595590','2013-11-28 16:12:08'),(67868,3,16769,'','2013-11-28 16:12:08'),(67869,4,16769,'OPD','2013-11-28 16:12:08'),(67870,5,16769,'','2013-11-28 16:12:08'),(67871,6,16769,'43','2013-11-28 16:12:08'),(67872,7,16769,'DAY','2013-11-28 16:12:08'),(67873,1,16771,'','2013-11-28 16:12:08'),(67874,2,16771,'','2013-11-28 16:12:08'),(67875,3,16771,'','2013-11-28 16:12:08'),(67876,4,16771,'','2013-11-28 16:12:08'),(67877,5,16771,'','2013-11-28 16:12:08'),(67878,6,16771,'','2013-11-28 16:12:08'),(67879,7,16771,'DAY','2013-11-28 16:12:08'),(67880,1,16772,'3595466','2013-11-28 16:19:43'),(67881,2,16772,'595589','2013-11-28 16:19:43'),(67882,3,16772,'','2013-11-28 16:19:43'),(67883,4,16772,'OPD','2013-11-28 16:19:43'),(67884,5,16772,'','2013-11-28 16:19:43'),(67885,6,16772,'497','2013-11-28 16:19:43'),(67886,7,16772,'DAY','2013-11-28 16:19:43'),(67887,1,16774,'','2013-11-28 16:19:43'),(67888,2,16774,'','2013-11-28 16:19:44'),(67889,3,16774,'','2013-11-28 16:19:44'),(67890,4,16774,'','2013-11-28 16:19:44'),(67891,5,16774,'','2013-11-28 16:19:44'),(67892,6,16774,'','2013-11-28 16:19:44'),(67893,7,16774,'DAY','2013-11-28 16:19:44'),(67894,1,16777,'','2013-11-28 16:19:44'),(67895,2,16777,'','2013-11-28 16:19:44'),(67896,3,16777,'','2013-11-28 16:19:44'),(67897,4,16777,'','2013-11-28 16:19:44'),(67898,5,16777,'','2013-11-28 16:19:44'),(67899,6,16777,'','2013-11-28 16:19:44'),(67900,7,16777,'DAY','2013-11-28 16:19:44'),(67901,1,16781,'','2013-11-28 16:19:44'),(67902,2,16781,'','2013-11-28 16:19:44'),(67903,3,16781,'','2013-11-28 16:19:44'),(67904,4,16781,'','2013-11-28 16:19:44'),(67905,5,16781,'','2013-11-28 16:19:44'),(67906,6,16781,'','2013-11-28 16:19:44'),(67907,7,16781,'DAY','2013-11-28 16:19:44'),(67908,1,16782,'3592311','2013-11-28 16:24:50'),(67909,2,16782,'594641','2013-11-28 16:24:50'),(67910,3,16782,'','2013-11-28 16:24:50'),(67911,4,16782,'OPD','2013-11-28 16:24:50'),(67912,5,16782,'','2013-11-28 16:24:50'),(67913,6,16782,'86','2013-11-28 16:24:50'),(67914,7,16782,'DAY','2013-11-28 16:24:50'),(67915,1,16784,'','2013-11-28 16:24:51'),(67916,2,16784,'','2013-11-28 16:24:51'),(67917,3,16784,'','2013-11-28 16:24:51'),(67918,4,16784,'','2013-11-28 16:24:51'),(67919,5,16784,'','2013-11-28 16:24:51'),(67920,6,16784,'','2013-11-28 16:24:51'),(67921,7,16784,'DAY','2013-11-28 16:24:51'),(67922,1,16787,'','2013-11-28 16:24:51'),(67923,2,16787,'','2013-11-28 16:24:51'),(67924,3,16787,'','2013-11-28 16:24:51'),(67925,4,16787,'','2013-11-28 16:24:51'),(67926,5,16787,'','2013-11-28 16:24:51'),(67927,6,16787,'','2013-11-28 16:24:51'),(67928,7,16787,'DAY','2013-11-28 16:24:51'),(67929,1,16788,'3592987','2013-11-28 16:34:00'),(67930,2,16788,'','2013-11-28 16:34:00'),(67931,3,16788,'','2013-11-28 16:34:00'),(67932,4,16788,'OPD','2013-11-28 16:34:00'),(67933,5,16788,'','2013-11-28 16:34:00'),(67934,6,16788,'314','2013-11-28 16:34:00'),(67935,7,16788,'DAY','2013-11-28 16:34:00'),(67936,1,16790,'','2013-11-28 16:34:00'),(67937,2,16790,'','2013-11-28 16:34:00'),(67938,3,16790,'','2013-11-28 16:34:00'),(67939,4,16790,'','2013-11-28 16:34:00'),(67940,5,16790,'','2013-11-28 16:34:00'),(67941,6,16790,'','2013-11-28 16:34:00'),(67942,7,16790,'DAY','2013-11-28 16:34:00'),(67943,1,16791,'3594825','2013-11-28 16:37:39'),(67944,2,16791,'595592','2013-11-28 16:37:39'),(67945,3,16791,'','2013-11-28 16:37:39'),(67946,4,16791,'OPD','2013-11-28 16:37:39'),(67947,5,16791,'','2013-11-28 16:37:39'),(67948,6,16791,'41','2013-11-28 16:37:39'),(67949,7,16791,'DAY','2013-11-28 16:37:39'),(67950,1,16792,'3595200','2013-11-28 16:49:54'),(67951,2,16792,'','2013-11-28 16:49:54'),(67952,3,16792,'','2013-11-28 16:49:54'),(67953,4,16792,'OPD','2013-11-28 16:49:54'),(67954,5,16792,'','2013-11-28 16:49:54'),(67955,6,16792,'120','2013-11-28 16:49:54'),(67956,7,16792,'DAY','2013-11-28 16:49:54'),(67957,1,16794,'','2013-11-28 16:49:54'),(67958,2,16794,'','2013-11-28 16:49:54'),(67959,3,16794,'','2013-11-28 16:49:54'),(67960,4,16794,'','2013-11-28 16:49:54'),(67961,5,16794,'','2013-11-28 16:49:54'),(67962,6,16794,'','2013-11-28 16:49:54'),(67963,7,16794,'DAY','2013-11-28 16:49:54'),(67964,1,16795,'3595637','2013-11-28 16:53:53'),(67965,2,16795,'','2013-11-28 16:53:53'),(67966,3,16795,'','2013-11-28 16:53:53'),(67967,4,16795,'OPD','2013-11-28 16:53:53'),(67968,5,16795,'','2013-11-28 16:53:53'),(67969,6,16795,'66','2013-11-28 16:53:53'),(67970,7,16795,'DAY','2013-11-28 16:53:53'),(67971,1,16796,'3595049','2013-11-28 17:00:43'),(67972,2,16796,'595420','2013-11-28 17:00:43'),(67973,3,16796,'','2013-11-28 17:00:43'),(67974,4,16796,'OPD','2013-11-28 17:00:43'),(67975,5,16796,'','2013-11-28 17:00:43'),(67976,6,16796,'75','2013-11-28 17:00:43'),(67977,7,16796,'DAY','2013-11-28 17:00:43'),(67978,1,16797,'3595644','2013-11-28 17:11:39'),(67979,2,16797,'','2013-11-28 17:11:39'),(67980,3,16797,'','2013-11-28 17:11:39'),(67981,4,16797,'OPD','2013-11-28 17:11:39'),(67982,5,16797,'','2013-11-28 17:11:39'),(67983,6,16797,'358','2013-11-28 17:11:39'),(67984,7,16797,'DAY','2013-11-28 17:11:39'),(67985,1,16799,'','2013-11-28 17:11:39'),(67986,2,16799,'','2013-11-28 17:11:39'),(67987,3,16799,'','2013-11-28 17:11:39'),(67988,4,16799,'','2013-11-28 17:11:39'),(67989,5,16799,'','2013-11-28 17:11:39'),(67990,6,16799,'','2013-11-28 17:11:39'),(67991,7,16799,'DAY','2013-11-28 17:11:39'),(67992,1,16802,'','2013-11-28 17:11:39'),(67993,2,16802,'','2013-11-28 17:11:39'),(67994,3,16802,'','2013-11-28 17:11:39'),(67995,4,16802,'','2013-11-28 17:11:39'),(67996,5,16802,'','2013-11-28 17:11:39'),(67997,6,16802,'','2013-11-28 17:11:39'),(67998,7,16802,'DAY','2013-11-28 17:11:39'),(67999,1,16803,'3595657','2013-11-28 17:22:09'),(68000,2,16803,'','2013-11-28 17:22:09'),(68001,3,16803,'','2013-11-28 17:22:09'),(68002,4,16803,'OPD','2013-11-28 17:22:09'),(68003,5,16803,'','2013-11-28 17:22:09'),(68004,6,16803,'93','2013-11-28 17:22:09'),(68005,7,16803,'DAY','2013-11-28 17:22:09'),(68006,1,16805,'','2013-11-28 17:22:09'),(68007,2,16805,'','2013-11-28 17:22:09'),(68008,3,16805,'','2013-11-28 17:22:09'),(68009,4,16805,'','2013-11-28 17:22:09'),(68010,5,16805,'','2013-11-28 17:22:09'),(68011,6,16805,'','2013-11-28 17:22:09'),(68012,7,16805,'DAY','2013-11-28 17:22:09'),(68013,1,16806,'595605','2013-11-28 17:27:23'),(68014,2,16806,'','2013-11-28 17:27:23'),(68015,3,16806,'','2013-11-28 17:27:23'),(68016,4,16806,'OPD','2013-11-28 17:27:23'),(68017,5,16806,'','2013-11-28 17:27:23'),(68018,6,16806,'29.00','2013-11-28 17:27:23'),(68019,7,16806,'DAY','2013-11-28 17:27:23'),(68020,1,16807,'','2013-11-28 17:30:18'),(68021,2,16807,'','2013-11-28 17:30:18'),(68022,3,16807,'','2013-11-28 17:30:18'),(68023,4,16807,'WARD C4','2013-11-28 17:30:18'),(68024,5,16807,'218112','2013-11-28 17:30:18'),(68025,6,16807,'','2013-11-28 17:30:18'),(68026,7,16807,'DAY','2013-11-28 17:30:18'),(68027,1,16808,'3595870','2013-11-28 17:38:00'),(68028,2,16808,'','2013-11-28 17:38:00'),(68029,3,16808,'','2013-11-28 17:38:00'),(68030,4,16808,'OPD','2013-11-28 17:38:00'),(68031,5,16808,'','2013-11-28 17:38:00'),(68032,6,16808,'99.00','2013-11-28 17:38:00'),(68033,7,16808,'DAY','2013-11-28 17:38:00'),(68034,1,16810,'','2013-11-28 17:38:00'),(68035,2,16810,'','2013-11-28 17:38:00'),(68036,3,16810,'','2013-11-28 17:38:00'),(68037,4,16810,'','2013-11-28 17:38:00'),(68038,5,16810,'','2013-11-28 17:38:00'),(68039,6,16810,'','2013-11-28 17:38:00'),(68040,7,16810,'DAY','2013-11-28 17:38:00'),(68041,1,16813,'','2013-11-28 17:38:01'),(68042,2,16813,'','2013-11-28 17:38:01'),(68043,3,16813,'','2013-11-28 17:38:01'),(68044,4,16813,'','2013-11-28 17:38:01'),(68045,5,16813,'','2013-11-28 17:38:01'),(68046,6,16813,'','2013-11-28 17:38:01'),(68047,7,16813,'DAY','2013-11-28 17:38:01'),(68048,1,16814,'3595678','2013-11-28 17:51:37'),(68049,2,16814,'','2013-11-28 17:51:37'),(68050,3,16814,'','2013-11-28 17:51:37'),(68051,4,16814,'OPD','2013-11-28 17:51:37'),(68052,5,16814,'','2013-11-28 17:51:37'),(68053,6,16814,'116.00','2013-11-28 17:51:37'),(68054,7,16814,'DAY','2013-11-28 17:51:37'),(68055,1,16815,'3595679','2013-11-28 17:54:20'),(68056,2,16815,'','2013-11-28 17:54:20'),(68057,3,16815,'','2013-11-28 17:54:20'),(68058,4,16815,'OPD','2013-11-28 17:54:20'),(68059,5,16815,'','2013-11-28 17:54:20'),(68060,6,16815,'201.00','2013-11-28 17:54:20'),(68061,7,16815,'DAY','2013-11-28 17:54:20'),(68062,1,16817,'','2013-11-28 17:54:20'),(68063,2,16817,'','2013-11-28 17:54:20'),(68064,3,16817,'','2013-11-28 17:54:20'),(68065,4,16817,'','2013-11-28 17:54:20'),(68066,5,16817,'','2013-11-28 17:54:20'),(68067,6,16817,'','2013-11-28 17:54:20'),(68068,7,16817,'DAY','2013-11-28 17:54:20'),(68069,1,16820,'','2013-11-28 17:54:21'),(68070,2,16820,'','2013-11-28 17:54:21'),(68071,3,16820,'','2013-11-28 17:54:21'),(68072,4,16820,'','2013-11-28 17:54:21'),(68073,5,16820,'','2013-11-28 17:54:21'),(68074,6,16820,'','2013-11-28 17:54:21'),(68075,7,16820,'DAY','2013-11-28 17:54:21'),(68076,1,16824,'','2013-11-28 17:54:21'),(68077,2,16824,'','2013-11-28 17:54:21'),(68078,3,16824,'','2013-11-28 17:54:21'),(68079,4,16824,'','2013-11-28 17:54:21'),(68080,5,16824,'','2013-11-28 17:54:21'),(68081,6,16824,'','2013-11-28 17:54:21'),(68082,7,16824,'DAY','2013-11-28 17:54:21'),(68083,1,16825,'3595227','2013-11-28 18:00:41'),(68084,2,16825,'595496','2013-11-28 18:00:41'),(68085,3,16825,'','2013-11-28 18:00:41'),(68086,4,16825,'OUTSIDE ','2013-11-28 18:00:41'),(68087,5,16825,'','2013-11-28 18:00:41'),(68088,6,16825,'317.00','2013-11-28 18:00:41'),(68089,7,16825,'DAY','2013-11-28 18:00:41'),(68090,1,16827,'','2013-11-28 18:00:42'),(68091,2,16827,'','2013-11-28 18:00:42'),(68092,3,16827,'','2013-11-28 18:00:42'),(68093,4,16827,'','2013-11-28 18:00:42'),(68094,5,16827,'','2013-11-28 18:00:42'),(68095,6,16827,'','2013-11-28 18:00:42'),(68096,7,16827,'DAY','2013-11-28 18:00:42'),(68097,1,16828,'','2013-11-28 18:06:37'),(68098,2,16828,'','2013-11-28 18:06:37'),(68099,3,16828,'','2013-11-28 18:06:37'),(68100,4,16828,'OPD','2013-11-28 18:06:37'),(68101,5,16828,'','2013-11-28 18:06:37'),(68102,6,16828,'','2013-11-28 18:06:37'),(68103,7,16828,'DAY','2013-11-28 18:06:37'),(68104,1,16830,'','2013-11-28 18:06:38'),(68105,2,16830,'','2013-11-28 18:06:38'),(68106,3,16830,'','2013-11-28 18:06:38'),(68107,4,16830,'','2013-11-28 18:06:38'),(68108,5,16830,'','2013-11-28 18:06:38'),(68109,6,16830,'','2013-11-28 18:06:38'),(68110,7,16830,'DAY','2013-11-28 18:06:38'),(68111,1,16833,'','2013-11-28 18:06:38'),(68112,2,16833,'','2013-11-28 18:06:38'),(68113,3,16833,'','2013-11-28 18:06:38'),(68114,4,16833,'','2013-11-28 18:06:38'),(68115,5,16833,'','2013-11-28 18:06:38'),(68116,6,16833,'','2013-11-28 18:06:38'),(68117,7,16833,'DAY','2013-11-28 18:06:38'),(68118,1,16834,'3598684','2013-11-28 18:09:29'),(68119,2,16834,'','2013-11-28 18:09:29'),(68120,3,16834,'','2013-11-28 18:09:29'),(68121,4,16834,'OPD','2013-11-28 18:09:29'),(68122,5,16834,'','2013-11-28 18:09:29'),(68123,6,16834,'66.00','2013-11-28 18:09:29'),(68124,7,16834,'DAY','2013-11-28 18:09:29'),(68125,1,16835,'3595692','2013-11-28 18:11:49'),(68126,2,16835,'','2013-11-28 18:11:49'),(68127,3,16835,'','2013-11-28 18:11:49'),(68128,4,16835,'OPD','2013-11-28 18:11:49'),(68129,5,16835,'','2013-11-28 18:11:49'),(68130,6,16835,'22.00','2013-11-28 18:11:49'),(68131,7,16835,'DAY','2013-11-28 18:11:49'),(68132,1,16836,'3595686','2013-11-28 18:13:41'),(68133,2,16836,'','2013-11-28 18:13:41'),(68134,3,16836,'','2013-11-28 18:13:41'),(68135,4,16836,'OPD','2013-11-28 18:13:41'),(68136,5,16836,'','2013-11-28 18:13:41'),(68137,6,16836,'128.00','2013-11-28 18:13:41'),(68138,7,16836,'DAY','2013-11-28 18:13:41'),(68139,1,16837,'3594141','2013-11-28 18:18:09'),(68140,2,16837,'','2013-11-28 18:18:09'),(68141,3,16837,'','2013-11-28 18:18:09'),(68142,4,16837,'OPD','2013-11-28 18:18:09'),(68143,5,16837,'','2013-11-28 18:18:09'),(68144,6,16837,'272.00','2013-11-28 18:18:09'),(68145,7,16837,'DAY','2013-11-28 18:18:09'),(68146,1,16839,'','2013-11-28 18:18:09'),(68147,2,16839,'','2013-11-28 18:18:09'),(68148,3,16839,'','2013-11-28 18:18:09'),(68149,4,16839,'','2013-11-28 18:18:09'),(68150,5,16839,'','2013-11-28 18:18:09'),(68151,6,16839,'','2013-11-28 18:18:09'),(68152,7,16839,'DAY','2013-11-28 18:18:09'),(68153,1,16840,'3595700','2013-11-28 18:23:31'),(68154,2,16840,'','2013-11-28 18:23:31'),(68155,3,16840,'','2013-11-28 18:23:31'),(68156,4,16840,'OPD','2013-11-28 18:23:31'),(68157,5,16840,'','2013-11-28 18:23:31'),(68158,6,16840,'257','2013-11-28 18:23:31'),(68159,7,16840,'DAY','2013-11-28 18:23:31'),(68160,1,16842,'','2013-11-28 18:23:31'),(68161,2,16842,'','2013-11-28 18:23:31'),(68162,3,16842,'','2013-11-28 18:23:31'),(68163,4,16842,'','2013-11-28 18:23:31'),(68164,5,16842,'','2013-11-28 18:23:31'),(68165,6,16842,'','2013-11-28 18:23:31'),(68166,7,16842,'DAY','2013-11-28 18:23:31'),(68167,1,16843,'3595709','2013-11-28 18:24:55'),(68168,2,16843,'','2013-11-28 18:24:55'),(68169,3,16843,'','2013-11-28 18:24:55'),(68170,4,16843,'OPD','2013-11-28 18:24:55'),(68171,5,16843,'','2013-11-28 18:24:55'),(68172,6,16843,'40','2013-11-28 18:24:55'),(68173,7,16843,'DAY','2013-11-28 18:24:55'),(68174,1,16844,'3595677','2013-11-28 18:27:36'),(68175,2,16844,'','2013-11-28 18:27:36'),(68176,3,16844,'','2013-11-28 18:27:36'),(68177,4,16844,'OPD','2013-11-28 18:27:36'),(68178,5,16844,'','2013-11-28 18:27:36'),(68179,6,16844,'152','2013-11-28 18:27:36'),(68180,7,16844,'DAY','2013-11-28 18:27:36'),(68181,1,16846,'','2013-11-28 18:27:37'),(68182,2,16846,'','2013-11-28 18:27:37'),(68183,3,16846,'','2013-11-28 18:27:37'),(68184,4,16846,'','2013-11-28 18:27:37'),(68185,5,16846,'','2013-11-28 18:27:37'),(68186,6,16846,'','2013-11-28 18:27:37'),(68187,7,16846,'DAY','2013-11-28 18:27:37'),(68188,1,16849,'','2013-11-28 18:27:37'),(68189,2,16849,'','2013-11-28 18:27:37'),(68190,3,16849,'','2013-11-28 18:27:37'),(68191,4,16849,'','2013-11-28 18:27:37'),(68192,5,16849,'','2013-11-28 18:27:37'),(68193,6,16849,'','2013-11-28 18:27:37'),(68194,7,16849,'DAY','2013-11-28 18:27:37'),(68195,1,16853,'','2013-11-28 18:27:37'),(68196,2,16853,'','2013-11-28 18:27:37'),(68197,3,16853,'','2013-11-28 18:27:37'),(68198,4,16853,'','2013-11-28 18:27:37'),(68199,5,16853,'','2013-11-28 18:27:37'),(68200,6,16853,'','2013-11-28 18:27:37'),(68201,7,16853,'DAY','2013-11-28 18:27:37'),(68202,1,16854,'3595663','2013-11-28 18:34:45'),(68203,2,16854,'595629','2013-11-28 18:34:45'),(68204,3,16854,'','2013-11-28 18:34:45'),(68205,4,16854,'OPD','2013-11-28 18:34:45'),(68206,5,16854,'','2013-11-28 18:34:45'),(68207,6,16854,'88.40','2013-11-28 18:34:45'),(68208,7,16854,'DAY','2013-11-28 18:34:45'),(68209,1,16856,'','2013-11-28 18:34:45'),(68210,2,16856,'','2013-11-28 18:34:45'),(68211,3,16856,'','2013-11-28 18:34:45'),(68212,4,16856,'','2013-11-28 18:34:45'),(68213,5,16856,'','2013-11-28 18:34:45'),(68214,6,16856,'','2013-11-28 18:34:45'),(68215,7,16856,'DAY','2013-11-28 18:34:45'),(68216,1,16857,'3595720','2013-11-28 18:37:42'),(68217,2,16857,'','2013-11-28 18:37:42'),(68218,3,16857,'','2013-11-28 18:37:42'),(68219,4,16857,'OPD','2013-11-28 18:37:42'),(68220,5,16857,'','2013-11-28 18:37:42'),(68221,6,16857,'37','2013-11-28 18:37:42'),(68222,7,16857,'DAY','2013-11-28 18:37:42'),(68223,1,16858,'3595721','2013-11-28 18:41:08'),(68224,2,16858,'595632','2013-11-28 18:41:08'),(68225,3,16858,'','2013-11-28 18:41:08'),(68226,4,16858,'OPD','2013-11-28 18:41:08'),(68227,5,16858,'','2013-11-28 18:41:08'),(68228,6,16858,'41','2013-11-28 18:41:08'),(68229,7,16858,'DAY','2013-11-28 18:41:08'),(68230,1,16859,'3595729','2013-11-28 18:49:20'),(68231,2,16859,'','2013-11-28 18:49:20'),(68232,3,16859,'','2013-11-28 18:49:20'),(68233,4,16859,'OPD','2013-11-28 18:49:20'),(68234,5,16859,'','2013-11-28 18:49:20'),(68235,6,16859,'104','2013-11-28 18:49:20'),(68236,7,16859,'DAY','2013-11-28 18:49:20'),(68237,1,16861,'','2013-11-28 18:49:21'),(68238,2,16861,'','2013-11-28 18:49:21'),(68239,3,16861,'','2013-11-28 18:49:21'),(68240,4,16861,'','2013-11-28 18:49:21'),(68241,5,16861,'','2013-11-28 18:49:21'),(68242,6,16861,'','2013-11-28 18:49:21'),(68243,7,16861,'DAY','2013-11-28 18:49:21'),(68244,1,16862,'3595725','2013-11-28 18:52:57'),(68245,2,16862,'595634','2013-11-28 18:52:57'),(68246,3,16862,'','2013-11-28 18:52:57'),(68247,4,16862,'OPD','2013-11-28 18:52:57'),(68248,5,16862,'','2013-11-28 18:52:57'),(68249,6,16862,'36','2013-11-28 18:52:57'),(68250,7,16862,'DAY','2013-11-28 18:52:57'),(68251,1,16863,'3595741','2013-11-28 18:56:35'),(68252,2,16863,'','2013-11-28 18:56:35'),(68253,3,16863,'','2013-11-28 18:56:35'),(68254,4,16863,'OPD','2013-11-28 18:56:35'),(68255,5,16863,'','2013-11-28 18:56:35'),(68256,6,16863,'47','2013-11-28 18:56:35'),(68257,7,16863,'DAY','2013-11-28 18:56:35'),(68258,1,16865,'','2013-11-28 18:56:36'),(68259,2,16865,'','2013-11-28 18:56:36'),(68260,3,16865,'','2013-11-28 18:56:36'),(68261,4,16865,'','2013-11-28 18:56:36'),(68262,5,16865,'','2013-11-28 18:56:36'),(68263,6,16865,'','2013-11-28 18:56:36'),(68264,7,16865,'DAY','2013-11-28 18:56:36'),(68265,1,16866,'3595761','2013-11-28 19:10:18'),(68266,2,16866,'','2013-11-28 19:10:18'),(68267,3,16866,'','2013-11-28 19:10:18'),(68268,4,16866,'OPD','2013-11-28 19:10:18'),(68269,5,16866,'','2013-11-28 19:10:18'),(68270,6,16866,'45.40','2013-11-28 19:10:18'),(68271,7,16866,'DAY','2013-11-28 19:10:18'),(68272,1,16867,'3595769','2013-11-28 19:17:58'),(68273,2,16867,'','2013-11-28 19:17:58'),(68274,3,16867,'','2013-11-28 19:17:58'),(68275,4,16867,'OPD','2013-11-28 19:17:58'),(68276,5,16867,'','2013-11-28 19:17:58'),(68277,6,16867,'112','2013-11-28 19:17:58'),(68278,7,16867,'DAY','2013-11-28 19:17:58'),(68279,1,16869,'','2013-11-28 19:17:58'),(68280,2,16869,'','2013-11-28 19:17:58'),(68281,3,16869,'','2013-11-28 19:17:58'),(68282,4,16869,'','2013-11-28 19:17:58'),(68283,5,16869,'','2013-11-28 19:17:58'),(68284,6,16869,'','2013-11-28 19:17:58'),(68285,7,16869,'DAY','2013-11-28 19:17:58'),(68286,1,16872,'','2013-11-28 19:17:58'),(68287,2,16872,'','2013-11-28 19:17:58'),(68288,3,16872,'','2013-11-28 19:17:58'),(68289,4,16872,'','2013-11-28 19:17:58'),(68290,5,16872,'','2013-11-28 19:17:58'),(68291,6,16872,'','2013-11-28 19:17:59'),(68292,7,16872,'DAY','2013-11-28 19:17:59'),(68293,1,16873,'3595764','2013-11-28 19:19:57'),(68294,2,16873,'','2013-11-28 19:19:57'),(68295,3,16873,'','2013-11-28 19:19:57'),(68296,4,16873,'OPD','2013-11-28 19:19:57'),(68297,5,16873,'','2013-11-28 19:19:57'),(68298,6,16873,'37','2013-11-28 19:19:57'),(68299,7,16873,'DAY','2013-11-28 19:19:57'),(68300,1,16874,'3595756','2013-11-28 19:24:10'),(68301,2,16874,'595647','2013-11-28 19:24:10'),(68302,3,16874,'','2013-11-28 19:24:10'),(68303,4,16874,'OPD','2013-11-28 19:24:10'),(68304,5,16874,'','2013-11-28 19:24:10'),(68305,6,16874,'108','2013-11-28 19:24:10'),(68306,7,16874,'DAY','2013-11-28 19:24:10'),(68307,1,16876,'','2013-11-28 19:24:10'),(68308,2,16876,'','2013-11-28 19:24:10'),(68309,3,16876,'','2013-11-28 19:24:10'),(68310,4,16876,'','2013-11-28 19:24:10'),(68311,5,16876,'','2013-11-28 19:24:10'),(68312,6,16876,'','2013-11-28 19:24:10'),(68313,7,16876,'DAY','2013-11-28 19:24:10'),(68314,1,16879,'','2013-11-28 19:24:10'),(68315,2,16879,'','2013-11-28 19:24:10'),(68316,3,16879,'','2013-11-28 19:24:10'),(68317,4,16879,'','2013-11-28 19:24:10'),(68318,5,16879,'','2013-11-28 19:24:10'),(68319,6,16879,'','2013-11-28 19:24:10'),(68320,7,16879,'DAY','2013-11-28 19:24:10'),(68321,1,16880,'3595774','2013-11-28 19:26:49'),(68322,2,16880,'','2013-11-28 19:26:49'),(68323,3,16880,'','2013-11-28 19:26:49'),(68324,4,16880,'OPD','2013-11-28 19:26:49'),(68325,5,16880,'','2013-11-28 19:26:49'),(68326,6,16880,'81','2013-11-28 19:26:49'),(68327,7,16880,'DAY','2013-11-28 19:26:49'),(68328,1,16882,'','2013-11-28 19:26:50'),(68329,2,16882,'','2013-11-28 19:26:50'),(68330,3,16882,'','2013-11-28 19:26:50'),(68331,4,16882,'','2013-11-28 19:26:50'),(68332,5,16882,'','2013-11-28 19:26:50'),(68333,6,16882,'','2013-11-28 19:26:50'),(68334,7,16882,'DAY','2013-11-28 19:26:50'),(68335,1,16883,'3595777','2013-11-28 19:29:15'),(68336,2,16883,'','2013-11-28 19:29:15'),(68337,3,16883,'','2013-11-28 19:29:15'),(68338,4,16883,'OPD','2013-11-28 19:29:15'),(68339,5,16883,'','2013-11-28 19:29:15'),(68340,6,16883,'37','2013-11-28 19:29:15'),(68341,7,16883,'DAY','2013-11-28 19:29:15'),(68342,1,16884,'','2013-11-28 19:34:42'),(68343,2,16884,'','2013-11-28 19:34:42'),(68344,3,16884,'','2013-11-28 19:34:42'),(68345,4,16884,'','2013-11-28 19:34:42'),(68346,5,16884,'','2013-11-28 19:34:42'),(68347,6,16884,'','2013-11-28 19:34:42'),(68348,7,16884,'DAY','2013-11-28 19:34:42'),(68349,1,16885,'3595785','2013-11-28 19:41:45'),(68350,2,16885,'','2013-11-28 19:41:45'),(68351,3,16885,'','2013-11-28 19:41:45'),(68352,4,16885,'OPD','2013-11-28 19:41:45'),(68353,5,16885,'','2013-11-28 19:41:45'),(68354,6,16885,'84','2013-11-28 19:41:45'),(68355,7,16885,'DAY','2013-11-28 19:41:45'),(68356,1,16887,'','2013-11-28 19:41:45'),(68357,2,16887,'','2013-11-28 19:41:45'),(68358,3,16887,'','2013-11-28 19:41:45'),(68359,4,16887,'','2013-11-28 19:41:45'),(68360,5,16887,'','2013-11-28 19:41:46'),(68361,6,16887,'','2013-11-28 19:41:46'),(68362,7,16887,'DAY','2013-11-28 19:41:46'),(68363,1,16888,'3595792','2013-11-28 19:49:26'),(68364,2,16888,'','2013-11-28 19:49:26'),(68365,3,16888,'','2013-11-28 19:49:26'),(68366,4,16888,'OPD','2013-11-28 19:49:26'),(68367,5,16888,'','2013-11-28 19:49:26'),(68368,6,16888,'34','2013-11-28 19:49:26'),(68369,7,16888,'DAY','2013-11-28 19:49:26'),(68370,1,16889,'3595789','2013-11-28 19:53:09'),(68371,2,16889,'595653','2013-11-28 19:53:09'),(68372,3,16889,'','2013-11-28 19:53:09'),(68373,4,16889,'OPD','2013-11-28 19:53:09'),(68374,5,16889,'','2013-11-28 19:53:09'),(68375,6,16889,'54.75','2013-11-28 19:53:09'),(68376,7,16889,'DAY','2013-11-28 19:53:09'),(68377,1,16890,'3595793','2013-11-28 19:55:28'),(68378,2,16890,'595654','2013-11-28 19:55:28'),(68379,3,16890,'','2013-11-28 19:55:28'),(68380,4,16890,'OPD','2013-11-28 19:55:28'),(68381,5,16890,'','2013-11-28 19:55:28'),(68382,6,16890,'20','2013-11-28 19:55:28'),(68383,7,16890,'DAY','2013-11-28 19:55:28'),(68384,1,16891,'3595810','2013-11-28 20:13:33'),(68385,2,16891,'','2013-11-28 20:13:33'),(68386,3,16891,'','2013-11-28 20:13:33'),(68387,4,16891,'OPD','2013-11-28 20:13:33'),(68388,5,16891,'','2013-11-28 20:13:33'),(68389,6,16891,'35','2013-11-28 20:13:33'),(68390,7,16891,'DAY','2013-11-28 20:13:33'),(68391,1,16893,'','2013-11-28 20:13:33'),(68392,2,16893,'','2013-11-28 20:13:33'),(68393,3,16893,'','2013-11-28 20:13:33'),(68394,4,16893,'','2013-11-28 20:13:33'),(68395,5,16893,'','2013-11-28 20:13:33'),(68396,6,16893,'','2013-11-28 20:13:33'),(68397,7,16893,'DAY','2013-11-28 20:13:33'),(68398,1,16894,'3595799','2013-11-28 20:15:48'),(68399,2,16894,'','2013-11-28 20:15:48'),(68400,3,16894,'','2013-11-28 20:15:48'),(68401,4,16894,'OPD','2013-11-28 20:15:48'),(68402,5,16894,'','2013-11-28 20:15:48'),(68403,6,16894,'37','2013-11-28 20:15:48'),(68404,7,16894,'DAY','2013-11-28 20:15:48'),(68405,1,16895,'3595823','2013-11-28 20:29:47'),(68406,2,16895,'','2013-11-28 20:29:47'),(68407,3,16895,'','2013-11-28 20:29:47'),(68408,4,16895,'OPD','2013-11-28 20:29:47'),(68409,5,16895,'','2013-11-28 20:29:47'),(68410,6,16895,'37','2013-11-28 20:29:47'),(68411,7,16895,'DAY','2013-11-28 20:29:47'),(68412,1,16896,'','2013-11-28 20:35:19'),(68413,2,16896,'','2013-11-28 20:35:19'),(68414,3,16896,'','2013-11-28 20:35:19'),(68415,4,16896,'','2013-11-28 20:35:19'),(68416,5,16896,'','2013-11-28 20:35:19'),(68417,6,16896,'','2013-11-28 20:35:19'),(68418,7,16896,'DAY','2013-11-28 20:35:19'),(68419,1,16897,'3595818','2013-11-28 20:35:45'),(68420,2,16897,'595667','2013-11-28 20:35:45'),(68421,3,16897,'','2013-11-28 20:35:45'),(68422,4,16897,'OPD','2013-11-28 20:35:45'),(68423,5,16897,'','2013-11-28 20:35:45'),(68424,6,16897,'360','2013-11-28 20:35:45'),(68425,7,16897,'DAY','2013-11-28 20:35:45'),(68426,1,16899,'','2013-11-28 20:35:45'),(68427,2,16899,'','2013-11-28 20:35:45'),(68428,3,16899,'','2013-11-28 20:35:45'),(68429,4,16899,'','2013-11-28 20:35:45'),(68430,5,16899,'','2013-11-28 20:35:45'),(68431,6,16899,'','2013-11-28 20:35:45'),(68432,7,16899,'DAY','2013-11-28 20:35:45'),(68433,1,16902,'','2013-11-28 20:35:45'),(68434,2,16902,'','2013-11-28 20:35:45'),(68435,3,16902,'','2013-11-28 20:35:45'),(68436,4,16902,'','2013-11-28 20:35:45'),(68437,5,16902,'','2013-11-28 20:35:45'),(68438,6,16902,'','2013-11-28 20:35:45'),(68439,7,16902,'DAY','2013-11-28 20:35:45'),(68440,1,16903,'3595804','2013-11-28 20:44:49'),(68441,2,16903,'','2013-11-28 20:44:49'),(68442,3,16903,'','2013-11-28 20:44:49'),(68443,4,16903,'OPD','2013-11-28 20:44:49'),(68444,5,16903,'','2013-11-28 20:44:49'),(68445,6,16903,'27','2013-11-28 20:44:49'),(68446,7,16903,'DAY','2013-11-28 20:44:49'),(68447,1,16904,'3595838','2013-11-28 20:46:28'),(68448,2,16904,'','2013-11-28 20:46:28'),(68449,3,16904,'','2013-11-28 20:46:28'),(68450,4,16904,'OPD','2013-11-28 20:46:28'),(68451,5,16904,'','2013-11-28 20:46:28'),(68452,6,16904,'27','2013-11-28 20:46:28'),(68453,7,16904,'DAY','2013-11-28 20:46:28'),(68454,1,16905,'','2013-11-28 21:02:17'),(68455,2,16905,'','2013-11-28 21:02:17'),(68456,3,16905,'','2013-11-28 21:02:17'),(68457,4,16905,'','2013-11-28 21:02:17'),(68458,5,16905,'','2013-11-28 21:02:17'),(68459,6,16905,'','2013-11-28 21:02:17'),(68460,7,16905,'DAY','2013-11-28 21:02:17'),(68461,1,16906,'','2013-11-28 21:08:59'),(68462,2,16906,'','2013-11-28 21:08:59'),(68463,3,16906,'','2013-11-28 21:08:59'),(68464,4,16906,'','2013-11-28 21:08:59'),(68465,5,16906,'','2013-11-28 21:08:59'),(68466,6,16906,'','2013-11-28 21:08:59'),(68467,7,16906,'DAY','2013-11-28 21:08:59'),(68468,1,16907,'3595849','2013-11-28 21:13:07'),(68469,2,16907,'595678','2013-11-28 21:13:07'),(68470,3,16907,'','2013-11-28 21:13:08'),(68471,4,16907,'OPD','2013-11-28 21:13:08'),(68472,5,16907,'','2013-11-28 21:13:08'),(68473,6,16907,'121','2013-11-28 21:13:08'),(68474,7,16907,'DAY','2013-11-28 21:13:08'),(68475,1,16909,'','2013-11-28 21:13:08'),(68476,2,16909,'','2013-11-28 21:13:08'),(68477,3,16909,'','2013-11-28 21:13:08'),(68478,4,16909,'','2013-11-28 21:13:08'),(68479,5,16909,'','2013-11-28 21:13:08'),(68480,6,16909,'','2013-11-28 21:13:08'),(68481,7,16909,'DAY','2013-11-28 21:13:08'),(68482,1,16910,'3595860','2013-11-28 21:18:21'),(68483,2,16910,'','2013-11-28 21:18:21'),(68484,3,16910,'','2013-11-28 21:18:21'),(68485,4,16910,'OPD','2013-11-28 21:18:21'),(68486,5,16910,'','2013-11-28 21:18:21'),(68487,6,16910,'106','2013-11-28 21:18:21'),(68488,7,16910,'DAY','2013-11-28 21:18:21'),(68489,1,16912,'','2013-11-28 21:18:21'),(68490,2,16912,'','2013-11-28 21:18:21'),(68491,3,16912,'','2013-11-28 21:18:21'),(68492,4,16912,'','2013-11-28 21:18:21'),(68493,5,16912,'','2013-11-28 21:18:21'),(68494,6,16912,'','2013-11-28 21:18:21'),(68495,7,16912,'DAY','2013-11-28 21:18:21'),(68496,1,16913,'3595864','2013-11-28 21:23:12'),(68497,2,16913,'','2013-11-28 21:23:12'),(68498,3,16913,'','2013-11-28 21:23:12'),(68499,4,16913,'OPD','2013-11-28 21:23:12'),(68500,5,16913,'','2013-11-28 21:23:12'),(68501,6,16913,'120','2013-11-28 21:23:12'),(68502,7,16913,'DAY','2013-11-28 21:23:12'),(68503,1,16914,'','2013-11-28 21:44:41'),(68504,2,16914,'','2013-11-28 21:44:41'),(68505,3,16914,'','2013-11-28 21:44:41'),(68506,4,16914,'','2013-11-28 21:44:41'),(68507,5,16914,'','2013-11-28 21:44:41'),(68508,6,16914,'','2013-11-28 21:44:41'),(68509,7,16914,'DAY','2013-11-28 21:44:41'),(68510,1,16915,'3595895','2013-11-28 21:57:59'),(68511,2,16915,'','2013-11-28 21:57:59'),(68512,3,16915,'','2013-11-28 21:57:59'),(68513,4,16915,'OPD','2013-11-28 21:57:59'),(68514,5,16915,'','2013-11-28 21:57:59'),(68515,6,16915,'748','2013-11-28 21:57:59'),(68516,7,16915,'DAY','2013-11-28 21:57:59'),(68517,1,16917,'','2013-11-28 21:57:59'),(68518,2,16917,'','2013-11-28 21:57:59'),(68519,3,16917,'','2013-11-28 21:57:59'),(68520,4,16917,'','2013-11-28 21:57:59'),(68521,5,16917,'','2013-11-28 21:57:59'),(68522,6,16917,'','2013-11-28 21:57:59'),(68523,7,16917,'DAY','2013-11-28 21:57:59'),(68524,1,16918,'','2013-11-28 22:05:03'),(68525,2,16918,'3595358','2013-11-28 22:05:03'),(68526,3,16918,'','2013-11-28 22:05:03'),(68527,4,16918,'OPD','2013-11-28 22:05:03'),(68528,5,16918,'','2013-11-28 22:05:03'),(68529,6,16918,'64.00','2013-11-28 22:05:03'),(68530,7,16918,'DAY','2013-11-28 22:05:03'),(68531,1,16920,'','2013-11-28 22:05:04'),(68532,2,16920,'','2013-11-28 22:05:04'),(68533,3,16920,'','2013-11-28 22:05:04'),(68534,4,16920,'','2013-11-28 22:05:04'),(68535,5,16920,'','2013-11-28 22:05:04'),(68536,6,16920,'','2013-11-28 22:05:04'),(68537,7,16920,'DAY','2013-11-28 22:05:04'),(68538,1,16923,'','2013-11-28 22:05:04'),(68539,2,16923,'','2013-11-28 22:05:04'),(68540,3,16923,'','2013-11-28 22:05:04'),(68541,4,16923,'','2013-11-28 22:05:04'),(68542,5,16923,'','2013-11-28 22:05:04'),(68543,6,16923,'','2013-11-28 22:05:04'),(68544,7,16923,'DAY','2013-11-28 22:05:04'),(68545,1,16924,'','2013-11-28 23:07:45'),(68546,2,16924,'','2013-11-28 23:07:45'),(68547,3,16924,'','2013-11-28 23:07:45'),(68548,4,16924,'','2013-11-28 23:07:45'),(68549,5,16924,'','2013-11-28 23:07:45'),(68550,6,16924,'','2013-11-28 23:07:45'),(68551,7,16924,'DAY','2013-11-28 23:07:45'),(68552,1,16925,'3595917','2013-11-28 23:11:46'),(68553,2,16925,'','2013-11-28 23:11:46'),(68554,3,16925,'','2013-11-28 23:11:46'),(68555,4,16925,'OPD','2013-11-28 23:11:46'),(68556,5,16925,'','2013-11-28 23:11:46'),(68557,6,16925,'66','2013-11-28 23:11:46'),(68558,7,16925,'DAY','2013-11-28 23:11:46'),(68559,1,16926,'3595532','2013-11-28 23:21:32'),(68560,2,16926,'','2013-11-28 23:21:32'),(68561,3,16926,'','2013-11-28 23:21:32'),(68562,4,16926,'OPD','2013-11-28 23:21:32'),(68563,5,16926,'','2013-11-28 23:21:32'),(68564,6,16926,'66','2013-11-28 23:21:32'),(68565,7,16926,'DAY','2013-11-28 23:21:32'),(68566,1,16927,'3595913','2013-11-28 23:23:11'),(68567,2,16927,'','2013-11-28 23:23:11'),(68568,3,16927,'','2013-11-28 23:23:11'),(68569,4,16927,'WARD','2013-11-28 23:23:11'),(68570,5,16927,'B6','2013-11-28 23:23:11'),(68571,6,16927,'66','2013-11-28 23:23:11'),(68572,7,16927,'DAY','2013-11-28 23:23:11'),(68573,1,16928,'3595932','2013-11-28 23:27:52'),(68574,2,16928,'','2013-11-28 23:27:52'),(68575,3,16928,'','2013-11-28 23:27:52'),(68576,4,16928,'OPD','2013-11-28 23:27:52'),(68577,5,16928,'','2013-11-28 23:27:52'),(68578,6,16928,'258','2013-11-28 23:27:52'),(68579,7,16928,'DAY','2013-11-28 23:27:52'),(68580,1,16930,'','2013-11-28 23:27:52'),(68581,2,16930,'','2013-11-28 23:27:52'),(68582,3,16930,'','2013-11-28 23:27:52'),(68583,4,16930,'','2013-11-28 23:27:52'),(68584,5,16930,'','2013-11-28 23:27:52'),(68585,6,16930,'','2013-11-28 23:27:52'),(68586,7,16930,'DAY','2013-11-28 23:27:52'),(68587,1,16931,'3595956','2013-11-28 23:56:06'),(68588,2,16931,'595691','2013-11-28 23:56:06'),(68589,3,16931,'','2013-11-28 23:56:06'),(68590,4,16931,'OUTSIDE','2013-11-28 23:56:06'),(68591,5,16931,'','2013-11-28 23:56:06'),(68592,6,16931,'22','2013-11-28 23:56:06'),(68593,7,16931,'DAY','2013-11-28 23:56:06'),(68594,1,16932,'3595957','2013-11-29 00:09:38'),(68595,2,16932,'','2013-11-29 00:09:38'),(68596,3,16932,'','2013-11-29 00:09:38'),(68597,4,16932,'OUTSIDE','2013-11-29 00:09:38'),(68598,5,16932,'','2013-11-29 00:09:38'),(68599,6,16932,'132.40','2013-11-29 00:09:38'),(68600,7,16932,'DAY','2013-11-29 00:09:38'),(68601,1,16934,'','2013-11-29 00:09:38'),(68602,2,16934,'','2013-11-29 00:09:38'),(68603,3,16934,'','2013-11-29 00:09:38'),(68604,4,16934,'','2013-11-29 00:09:38'),(68605,5,16934,'','2013-11-29 00:09:38'),(68606,6,16934,'','2013-11-29 00:09:38'),(68607,7,16934,'DAY','2013-11-29 00:09:38'),(68608,1,16937,'','2013-11-29 00:09:38'),(68609,2,16937,'','2013-11-29 00:09:38'),(68610,3,16937,'','2013-11-29 00:09:38'),(68611,4,16937,'','2013-11-29 00:09:38'),(68612,5,16937,'','2013-11-29 00:09:38'),(68613,6,16937,'','2013-11-29 00:09:38'),(68614,7,16937,'DAY','2013-11-29 00:09:38'),(68615,1,16938,'3595976','2013-11-29 00:19:41'),(68616,2,16938,'','2013-11-29 00:19:41'),(68617,3,16938,'','2013-11-29 00:19:41'),(68618,4,16938,'OPD','2013-11-29 00:19:41'),(68619,5,16938,'','2013-11-29 00:19:41'),(68620,6,16938,'69','2013-11-29 00:19:41'),(68621,7,16938,'DAY','2013-11-29 00:19:41'),(68622,1,16940,'','2013-11-29 00:19:41'),(68623,2,16940,'','2013-11-29 00:19:41'),(68624,3,16940,'','2013-11-29 00:19:41'),(68625,4,16940,'','2013-11-29 00:19:41'),(68626,5,16940,'','2013-11-29 00:19:41'),(68627,6,16940,'','2013-11-29 00:19:41'),(68628,7,16940,'DAY','2013-11-29 00:19:41'),(68629,1,16941,'3595981','2013-11-29 00:35:34'),(68630,2,16941,'','2013-11-29 00:35:34'),(68631,3,16941,'','2013-11-29 00:35:34'),(68632,4,16941,'OPD','2013-11-29 00:35:34'),(68633,5,16941,'','2013-11-29 00:35:34'),(68634,6,16941,'179','2013-11-29 00:35:34'),(68635,7,16941,'DAY','2013-11-29 00:35:34'),(68636,1,16943,'','2013-11-29 00:35:34'),(68637,2,16943,'','2013-11-29 00:35:34'),(68638,3,16943,'','2013-11-29 00:35:34'),(68639,4,16943,'','2013-11-29 00:35:34'),(68640,5,16943,'','2013-11-29 00:35:34'),(68641,6,16943,'','2013-11-29 00:35:34'),(68642,7,16943,'DAY','2013-11-29 00:35:34'),(68643,1,16944,'3595984','2013-11-29 00:41:04'),(68644,2,16944,'','2013-11-29 00:41:04'),(68645,3,16944,'','2013-11-29 00:41:04'),(68646,4,16944,'OPD','2013-11-29 00:41:04'),(68647,5,16944,'','2013-11-29 00:41:04'),(68648,6,16944,'152','2013-11-29 00:41:04'),(68649,7,16944,'DAY','2013-11-29 00:41:04'),(68650,1,16946,'','2013-11-29 00:41:04'),(68651,2,16946,'','2013-11-29 00:41:04'),(68652,3,16946,'','2013-11-29 00:41:04'),(68653,4,16946,'','2013-11-29 00:41:04'),(68654,5,16946,'','2013-11-29 00:41:04'),(68655,6,16946,'','2013-11-29 00:41:04'),(68656,7,16946,'DAY','2013-11-29 00:41:04'),(68657,1,16947,'3596001','2013-11-29 00:58:50'),(68658,2,16947,'595696','2013-11-29 00:58:50'),(68659,3,16947,'','2013-11-29 00:58:50'),(68660,4,16947,'OPD','2013-11-29 00:58:50'),(68661,5,16947,'','2013-11-29 00:58:50'),(68662,6,16947,'52','2013-11-29 00:58:50'),(68663,7,16947,'DAY','2013-11-29 00:58:50'),(68664,1,16949,'','2013-11-29 00:58:50'),(68665,2,16949,'','2013-11-29 00:58:50'),(68666,3,16949,'','2013-11-29 00:58:50'),(68667,4,16949,'','2013-11-29 00:58:50'),(68668,5,16949,'','2013-11-29 00:58:50'),(68669,6,16949,'','2013-11-29 00:58:50'),(68670,7,16949,'DAY','2013-11-29 00:58:50'),(68671,1,16950,'3596003','2013-11-29 01:02:00'),(68672,2,16950,'595697','2013-11-29 01:02:00'),(68673,3,16950,'','2013-11-29 01:02:00'),(68674,4,16950,'OPD','2013-11-29 01:02:00'),(68675,5,16950,'','2013-11-29 01:02:00'),(68676,6,16950,'20','2013-11-29 01:02:00'),(68677,7,16950,'DAY','2013-11-29 01:02:00'),(68678,1,16951,'3596016','2013-11-29 01:23:36'),(68679,2,16951,'','2013-11-29 01:23:36'),(68680,3,16951,'','2013-11-29 01:23:36'),(68681,4,16951,'OPD','2013-11-29 01:23:36'),(68682,5,16951,'','2013-11-29 01:23:36'),(68683,6,16951,'188','2013-11-29 01:23:36'),(68684,7,16951,'DAY','2013-11-29 01:23:36'),(68685,1,16953,'','2013-11-29 01:23:37'),(68686,2,16953,'','2013-11-29 01:23:37'),(68687,3,16953,'','2013-11-29 01:23:37'),(68688,4,16953,'','2013-11-29 01:23:37'),(68689,5,16953,'','2013-11-29 01:23:37'),(68690,6,16953,'','2013-11-29 01:23:37'),(68691,7,16953,'DAY','2013-11-29 01:23:37'),(68692,1,16956,'','2013-11-29 01:23:37'),(68693,2,16956,'','2013-11-29 01:23:37'),(68694,3,16956,'','2013-11-29 01:23:37'),(68695,4,16956,'','2013-11-29 01:23:37'),(68696,5,16956,'','2013-11-29 01:23:37'),(68697,6,16956,'','2013-11-29 01:23:37'),(68698,7,16956,'DAY','2013-11-29 01:23:37'),(68699,1,16957,'3596017','2013-11-29 01:28:31'),(68700,2,16957,'','2013-11-29 01:28:31'),(68701,3,16957,'','2013-11-29 01:28:31'),(68702,4,16957,'OPD','2013-11-29 01:28:31'),(68703,5,16957,'','2013-11-29 01:28:31'),(68704,6,16957,'22','2013-11-29 01:28:31'),(68705,7,16957,'DAY','2013-11-29 01:28:31'),(68706,1,16958,'3596022','2013-11-29 01:43:17'),(68707,2,16958,'','2013-11-29 01:43:17'),(68708,3,16958,'','2013-11-29 01:43:17'),(68709,4,16958,'OPD','2013-11-29 01:43:17'),(68710,5,16958,'','2013-11-29 01:43:17'),(68711,6,16958,'27','2013-11-29 01:43:17'),(68712,7,16958,'DAY','2013-11-29 01:43:17'),(68713,1,16959,'3596032','2013-11-29 01:54:35'),(68714,2,16959,'','2013-11-29 01:54:35'),(68715,3,16959,'','2013-11-29 01:54:35'),(68716,4,16959,'OPD','2013-11-29 01:54:35'),(68717,5,16959,'','2013-11-29 01:54:35'),(68718,6,16959,'77','2013-11-29 01:54:35'),(68719,7,16959,'DAY','2013-11-29 01:54:35'),(68720,1,16960,'3596050','2013-11-29 02:43:30'),(68721,2,16960,'','2013-11-29 02:43:30'),(68722,3,16960,'','2013-11-29 02:43:30'),(68723,4,16960,'OPD','2013-11-29 02:43:30'),(68724,5,16960,'','2013-11-29 02:43:30'),(68725,6,16960,'73','2013-11-29 02:43:30'),(68726,7,16960,'DAY','2013-11-29 02:43:30'),(68727,1,16961,'','2013-11-29 02:44:13'),(68728,2,16961,'','2013-11-29 02:44:13'),(68729,3,16961,'','2013-11-29 02:44:13'),(68730,4,16961,'','2013-11-29 02:44:13'),(68731,5,16961,'','2013-11-29 02:44:13'),(68732,6,16961,'','2013-11-29 02:44:13'),(68733,7,16961,'DAY','2013-11-29 02:44:13'),(68734,1,16962,'3596061','2013-11-29 02:53:36'),(68735,2,16962,'595716','2013-11-29 02:53:36'),(68736,3,16962,'','2013-11-29 02:53:36'),(68737,4,16962,'OPD','2013-11-29 02:53:36'),(68738,5,16962,'','2013-11-29 02:53:36'),(68739,6,16962,'99.00','2013-11-29 02:53:36'),(68740,7,16962,'DAY','2013-11-29 02:53:36'),(68741,1,16963,'3596066','2013-11-29 03:02:32'),(68742,2,16963,'','2013-11-29 03:02:32'),(68743,3,16963,'','2013-11-29 03:02:32'),(68744,4,16963,'OPD','2013-11-29 03:02:32'),(68745,5,16963,'','2013-11-29 03:02:32'),(68746,6,16963,'308.00','2013-11-29 03:02:32'),(68747,7,16963,'DAY','2013-11-29 03:02:32'),(68748,1,16965,'','2013-11-29 03:02:32'),(68749,2,16965,'','2013-11-29 03:02:32'),(68750,3,16965,'','2013-11-29 03:02:32'),(68751,4,16965,'','2013-11-29 03:02:32'),(68752,5,16965,'','2013-11-29 03:02:32'),(68753,6,16965,'','2013-11-29 03:02:32'),(68754,7,16965,'DAY','2013-11-29 03:02:32'),(68755,1,16968,'','2013-11-29 03:02:33'),(68756,2,16968,'','2013-11-29 03:02:33'),(68757,3,16968,'','2013-11-29 03:02:33'),(68758,4,16968,'','2013-11-29 03:02:33'),(68759,5,16968,'','2013-11-29 03:02:33'),(68760,6,16968,'','2013-11-29 03:02:33'),(68761,7,16968,'DAY','2013-11-29 03:02:33'),(68762,1,16969,'3596079','2013-11-29 03:40:15'),(68763,2,16969,'','2013-11-29 03:40:15'),(68764,3,16969,'','2013-11-29 03:40:15'),(68765,4,16969,'OPD','2013-11-29 03:40:15'),(68766,5,16969,'','2013-11-29 03:40:15'),(68767,6,16969,'27.00','2013-11-29 03:40:15'),(68768,7,16969,'DAY','2013-11-29 03:40:15'),(68769,1,16970,'3596083','2013-11-29 04:02:10'),(68770,2,16970,'595727','2013-11-29 04:02:10'),(68771,3,16970,'','2013-11-29 04:02:10'),(68772,4,16970,'OPD','2013-11-29 04:02:10'),(68773,5,16970,'','2013-11-29 04:02:10'),(68774,6,16970,'174.80','2013-11-29 04:02:10'),(68775,7,16970,'DAY','2013-11-29 04:02:10'),(68776,1,16972,'','2013-11-29 04:02:10'),(68777,2,16972,'','2013-11-29 04:02:10'),(68778,3,16972,'','2013-11-29 04:02:10'),(68779,4,16972,'','2013-11-29 04:02:10'),(68780,5,16972,'','2013-11-29 04:02:10'),(68781,6,16972,'','2013-11-29 04:02:10'),(68782,7,16972,'DAY','2013-11-29 04:02:10'),(68783,1,16973,'3596087','2013-11-29 04:09:53'),(68784,2,16973,'','2013-11-29 04:09:53'),(68785,3,16973,'','2013-11-29 04:09:53'),(68786,4,16973,'OPD','2013-11-29 04:09:53'),(68787,5,16973,'','2013-11-29 04:09:53'),(68788,6,16973,'99.00','2013-11-29 04:09:53'),(68789,7,16973,'DAY','2013-11-29 04:09:53'),(68790,1,16975,'','2013-11-29 04:09:53'),(68791,2,16975,'','2013-11-29 04:09:53'),(68792,3,16975,'','2013-11-29 04:09:53'),(68793,4,16975,'','2013-11-29 04:09:53'),(68794,5,16975,'','2013-11-29 04:09:53'),(68795,6,16975,'','2013-11-29 04:09:53'),(68796,7,16975,'DAY','2013-11-29 04:09:53'),(68797,1,16976,'3596086','2013-11-29 04:15:33'),(68798,2,16976,'595729','2013-11-29 04:15:33'),(68799,3,16976,'','2013-11-29 04:15:33'),(68800,4,16976,'OPD','2013-11-29 04:15:33'),(68801,5,16976,'','2013-11-29 04:15:33'),(68802,6,16976,'47.00','2013-11-29 04:15:33'),(68803,7,16976,'DAY','2013-11-29 04:15:33'),(68804,1,16978,'','2013-11-29 04:15:33'),(68805,2,16978,'','2013-11-29 04:15:33'),(68806,3,16978,'','2013-11-29 04:15:33'),(68807,4,16978,'','2013-11-29 04:15:33'),(68808,5,16978,'','2013-11-29 04:15:33'),(68809,6,16978,'','2013-11-29 04:15:33'),(68810,7,16978,'DAY','2013-11-29 04:15:33'),(68811,1,16979,'3596091','2013-11-29 04:26:22'),(68812,2,16979,'','2013-11-29 04:26:22'),(68813,3,16979,'','2013-11-29 04:26:22'),(68814,4,16979,'OPD','2013-11-29 04:26:22'),(68815,5,16979,'','2013-11-29 04:26:22'),(68816,6,16979,'68.00','2013-11-29 04:26:22'),(68817,7,16979,'DAY','2013-11-29 04:26:22'),(68818,1,16981,'','2013-11-29 04:26:22'),(68819,2,16981,'','2013-11-29 04:26:22'),(68820,3,16981,'','2013-11-29 04:26:22'),(68821,4,16981,'','2013-11-29 04:26:22'),(68822,5,16981,'','2013-11-29 04:26:22'),(68823,6,16981,'','2013-11-29 04:26:22'),(68824,7,16981,'DAY','2013-11-29 04:26:22'),(68825,1,16984,'','2013-11-29 04:26:22'),(68826,2,16984,'','2013-11-29 04:26:22'),(68827,3,16984,'','2013-11-29 04:26:22'),(68828,4,16984,'','2013-11-29 04:26:22'),(68829,5,16984,'','2013-11-29 04:26:22'),(68830,6,16984,'','2013-11-29 04:26:22'),(68831,7,16984,'DAY','2013-11-29 04:26:22'),(68832,1,16985,'3596093','2013-11-29 04:28:51'),(68833,2,16985,'','2013-11-29 04:28:51'),(68834,3,16985,'','2013-11-29 04:28:51'),(68835,4,16985,'OPD','2013-11-29 04:28:51'),(68836,5,16985,'','2013-11-29 04:28:51'),(68837,6,16985,'112.00','2013-11-29 04:28:51'),(68838,7,16985,'DAY','2013-11-29 04:28:51'),(68839,1,16987,'','2013-11-29 04:28:52'),(68840,2,16987,'','2013-11-29 04:28:52'),(68841,3,16987,'','2013-11-29 04:28:52'),(68842,4,16987,'','2013-11-29 04:28:52'),(68843,5,16987,'','2013-11-29 04:28:52'),(68844,6,16987,'','2013-11-29 04:28:52'),(68845,7,16987,'DAY','2013-11-29 04:28:52'),(68846,1,16990,'','2013-11-29 04:28:52'),(68847,2,16990,'','2013-11-29 04:28:52'),(68848,3,16990,'','2013-11-29 04:28:52'),(68849,4,16990,'','2013-11-29 04:28:52'),(68850,5,16990,'','2013-11-29 04:28:52'),(68851,6,16990,'','2013-11-29 04:28:52'),(68852,7,16990,'DAY','2013-11-29 04:28:52'),(68853,1,16991,'3596092','2013-11-29 04:31:23'),(68854,2,16991,'','2013-11-29 04:31:23'),(68855,3,16991,'','2013-11-29 04:31:23'),(68856,4,16991,'OPD','2013-11-29 04:31:23'),(68857,5,16991,'','2013-11-29 04:31:23'),(68858,6,16991,'94.80','2013-11-29 04:31:23'),(68859,7,16991,'DAY','2013-11-29 04:31:23'),(68860,1,16992,'3596096','2013-11-29 04:42:59'),(68861,2,16992,'','2013-11-29 04:42:59'),(68862,3,16992,'','2013-11-29 04:42:59'),(68863,4,16992,'OPD','2013-11-29 04:42:59'),(68864,5,16992,'','2013-11-29 04:43:00'),(68865,6,16992,'98.00','2013-11-29 04:43:00'),(68866,7,16992,'DAY','2013-11-29 04:43:00'),(68867,1,16994,'','2013-11-29 04:43:00'),(68868,2,16994,'','2013-11-29 04:43:00'),(68869,3,16994,'','2013-11-29 04:43:00'),(68870,4,16994,'','2013-11-29 04:43:00'),(68871,5,16994,'','2013-11-29 04:43:00'),(68872,6,16994,'','2013-11-29 04:43:00'),(68873,7,16994,'DAY','2013-11-29 04:43:00'),(68874,1,16995,'3596098','2013-11-29 05:00:45'),(68875,2,16995,'595734','2013-11-29 05:00:45'),(68876,3,16995,'','2013-11-29 05:00:45'),(68877,4,16995,'OPD','2013-11-29 05:00:45'),(68878,5,16995,'','2013-11-29 05:00:45'),(68879,6,16995,'99.00','2013-11-29 05:00:45'),(68880,7,16995,'DAY','2013-11-29 05:00:45'),(68881,1,16997,'','2013-11-29 05:00:45'),(68882,2,16997,'','2013-11-29 05:00:45'),(68883,3,16997,'','2013-11-29 05:00:45'),(68884,4,16997,'','2013-11-29 05:00:45'),(68885,5,16997,'','2013-11-29 05:00:45'),(68886,6,16997,'','2013-11-29 05:00:45'),(68887,7,16997,'DAY','2013-11-29 05:00:45'),(68888,1,16998,'3596102','2013-11-29 05:32:23'),(68889,2,16998,'','2013-11-29 05:32:23'),(68890,3,16998,'','2013-11-29 05:32:23'),(68891,4,16998,'OPD','2013-11-29 05:32:23'),(68892,5,16998,'','2013-11-29 05:32:23'),(68893,6,16998,'81.00','2013-11-29 05:32:23'),(68894,7,16998,'DAY','2013-11-29 05:32:23'),(68895,1,16999,'3596111','2013-11-29 06:29:46'),(68896,2,16999,'','2013-11-29 06:29:46'),(68897,3,16999,'','2013-11-29 06:29:46'),(68898,4,16999,'OPD','2013-11-29 06:29:46'),(68899,5,16999,'','2013-11-29 06:29:46'),(68900,6,16999,'139.00','2013-11-29 06:29:46'),(68901,7,16999,'DAY','2013-11-29 06:29:46'),(68902,1,17001,'','2013-11-29 06:29:46'),(68903,2,17001,'','2013-11-29 06:29:46'),(68904,3,17001,'','2013-11-29 06:29:46'),(68905,4,17001,'','2013-11-29 06:29:46'),(68906,5,17001,'','2013-11-29 06:29:46'),(68907,6,17001,'','2013-11-29 06:29:46'),(68908,7,17001,'DAY','2013-11-29 06:29:46'),(68909,1,17004,'','2013-11-29 06:29:46'),(68910,2,17004,'','2013-11-29 06:29:46'),(68911,3,17004,'','2013-11-29 06:29:46'),(68912,4,17004,'','2013-11-29 06:29:46'),(68913,5,17004,'','2013-11-29 06:29:46'),(68914,6,17004,'','2013-11-29 06:29:46'),(68915,7,17004,'DAY','2013-11-29 06:29:46'),(68916,1,17008,'','2013-11-29 06:29:46'),(68917,2,17008,'','2013-11-29 06:29:46'),(68918,3,17008,'','2013-11-29 06:29:46'),(68919,4,17008,'','2013-11-29 06:29:46'),(68920,5,17008,'','2013-11-29 06:29:46'),(68921,6,17008,'','2013-11-29 06:29:46'),(68922,7,17008,'DAY','2013-11-29 06:29:46'),(68923,1,17009,'3596109','2013-11-29 06:47:32'),(68924,2,17009,'595741','2013-11-29 06:47:32'),(68925,3,17009,'','2013-11-29 06:47:32'),(68926,4,17009,'','2013-11-29 06:47:32'),(68927,5,17009,'','2013-11-29 06:47:32'),(68928,6,17009,'49.00','2013-11-29 06:47:32'),(68929,7,17009,'DAY','2013-11-29 06:47:33'),(68930,1,17010,'3596115','2013-11-29 07:13:50'),(68931,2,17010,'595745','2013-11-29 07:13:50'),(68932,3,17010,'','2013-11-29 07:13:50'),(68933,4,17010,'OPD','2013-11-29 07:13:50'),(68934,5,17010,'','2013-11-29 07:13:50'),(68935,6,17010,'75.00','2013-11-29 07:13:50'),(68936,7,17010,'DAY','2013-11-29 07:13:50'),(68937,1,17011,'3596119','2013-11-29 07:34:40'),(68938,2,17011,'','2013-11-29 07:34:40'),(68939,3,17011,'','2013-11-29 07:34:40'),(68940,4,17011,'OPD','2013-11-29 07:34:40'),(68941,5,17011,'','2013-11-29 07:34:40'),(68942,6,17011,'122.00','2013-11-29 07:34:40'),(68943,7,17011,'DAY','2013-11-29 07:34:40'),(68944,1,17013,'','2013-11-29 07:34:40'),(68945,2,17013,'','2013-11-29 07:34:40'),(68946,3,17013,'','2013-11-29 07:34:40'),(68947,4,17013,'','2013-11-29 07:34:40'),(68948,5,17013,'','2013-11-29 07:34:40'),(68949,6,17013,'','2013-11-29 07:34:40'),(68950,7,17013,'DAY','2013-11-29 07:34:40'),(68951,1,17016,'','2013-11-29 07:34:41'),(68952,2,17016,'','2013-11-29 07:34:41'),(68953,3,17016,'','2013-11-29 07:34:41'),(68954,4,17016,'','2013-11-29 07:34:41'),(68955,5,17016,'','2013-11-29 07:34:41'),(68956,6,17016,'','2013-11-29 07:34:41'),(68957,7,17016,'DAY','2013-11-29 07:34:41'),(68958,1,17017,'3596129','2013-11-29 08:27:38'),(68959,2,17017,'','2013-11-29 08:27:38'),(68960,3,17017,'','2013-11-29 08:27:38'),(68961,4,17017,'WARD','2013-11-29 08:27:38'),(68962,5,17017,'','2013-11-29 08:27:38'),(68963,6,17017,'27.30','2013-11-29 08:27:38'),(68964,7,17017,'DAY','2013-11-29 08:27:38'),(68965,1,17018,'3596130','2013-11-29 08:32:53'),(68966,2,17018,'595755','2013-11-29 08:32:53'),(68967,3,17018,'','2013-11-29 08:32:53'),(68968,4,17018,'OPD','2013-11-29 08:32:53'),(68969,5,17018,'','2013-11-29 08:32:53'),(68970,6,17018,'92.00','2013-11-29 08:32:53'),(68971,7,17018,'DAY','2013-11-29 08:32:53'),(68972,1,17020,'','2013-11-29 08:32:53'),(68973,2,17020,'','2013-11-29 08:32:53'),(68974,3,17020,'','2013-11-29 08:32:53'),(68975,4,17020,'','2013-11-29 08:32:53'),(68976,5,17020,'','2013-11-29 08:32:53'),(68977,6,17020,'','2013-11-29 08:32:53'),(68978,7,17020,'DAY','2013-11-29 08:32:53'),(68979,1,17021,'','2013-11-29 09:18:22'),(68980,2,17021,'','2013-11-29 09:18:22'),(68981,3,17021,'','2013-11-29 09:18:22'),(68982,4,17021,'','2013-11-29 09:18:22'),(68983,5,17021,'','2013-11-29 09:18:22'),(68984,6,17021,'','2013-11-29 09:18:22'),(68985,7,17021,'DAY','2013-11-29 09:18:22'),(68986,1,17022,'3596183','2013-11-29 10:09:59'),(68987,2,17022,'595762','2013-11-29 10:09:59'),(68988,3,17022,'','2013-11-29 10:09:59'),(68989,4,17022,'OPD','2013-11-29 10:09:59'),(68990,5,17022,'','2013-11-29 10:09:59'),(68991,6,17022,'47.00','2013-11-29 10:09:59'),(68992,7,17022,'DAY','2013-11-29 10:09:59'),(68993,1,17024,'','2013-11-29 10:09:59'),(68994,2,17024,'','2013-11-29 10:09:59'),(68995,3,17024,'','2013-11-29 10:09:59'),(68996,4,17024,'','2013-11-29 10:09:59'),(68997,5,17024,'','2013-11-29 10:09:59'),(68998,6,17024,'','2013-11-29 10:09:59'),(68999,7,17024,'DAY','2013-11-29 10:09:59'),(69000,1,17025,'3596183','2013-11-29 13:41:46'),(69001,2,17025,'','2013-11-29 13:41:46'),(69002,3,17025,'','2013-11-29 13:41:46'),(69003,4,17025,'OPD','2013-11-29 13:41:46'),(69004,5,17025,'','2013-11-29 13:41:46'),(69005,6,17025,'222.00','2013-11-29 13:41:46'),(69006,7,17025,'DAY','2013-11-29 13:41:46'),(69007,1,17027,'','2013-11-29 13:41:46'),(69008,2,17027,'','2013-11-29 13:41:46'),(69009,3,17027,'','2013-11-29 13:41:46'),(69010,4,17027,'','2013-11-29 13:41:46'),(69011,5,17027,'','2013-11-29 13:41:46'),(69012,6,17027,'','2013-11-29 13:41:46'),(69013,7,17027,'DAY','2013-11-29 13:41:46'),(69014,1,17030,'','2013-11-29 13:41:46'),(69015,2,17030,'','2013-11-29 13:41:46'),(69016,3,17030,'','2013-11-29 13:41:46'),(69017,4,17030,'','2013-11-29 13:41:46'),(69018,5,17030,'','2013-11-29 13:41:46'),(69019,6,17030,'','2013-11-29 13:41:46'),(69020,7,17030,'DAY','2013-11-29 13:41:46'),(69021,1,17031,'3595737','2013-11-29 14:14:46'),(69022,2,17031,'','2013-11-29 14:14:46'),(69023,3,17031,'','2013-11-29 14:14:46'),(69024,4,17031,'OPD','2013-11-29 14:14:46'),(69025,5,17031,'','2013-11-29 14:14:46'),(69026,6,17031,'34.00','2013-11-29 14:14:46'),(69027,7,17031,'DAY','2013-11-29 14:14:46'),(69028,1,17032,'3588518','2013-11-29 14:34:44'),(69029,2,17032,'','2013-11-29 14:34:44'),(69030,3,17032,'','2013-11-29 14:34:44'),(69031,4,17032,'OPD','2013-11-29 14:34:44'),(69032,5,17032,'','2013-11-29 14:34:44'),(69033,6,17032,'24.00','2013-11-29 14:34:44'),(69034,7,17032,'DAY','2013-11-29 14:34:44'),(69035,1,17033,'3596195','2013-11-29 15:01:24'),(69036,2,17033,'','2013-11-29 15:01:24'),(69037,3,17033,'','2013-11-29 15:01:24'),(69038,4,17033,'OPD','2013-11-29 15:01:24'),(69039,5,17033,'','2013-11-29 15:01:24'),(69040,6,17033,'255.00','2013-11-29 15:01:24'),(69041,7,17033,'DAY','2013-11-29 15:01:24'),(69042,1,17035,'','2013-11-29 15:01:24'),(69043,2,17035,'','2013-11-29 15:01:24'),(69044,3,17035,'','2013-11-29 15:01:24'),(69045,4,17035,'','2013-11-29 15:01:24'),(69046,5,17035,'','2013-11-29 15:01:24'),(69047,6,17035,'','2013-11-29 15:01:24'),(69048,7,17035,'DAY','2013-11-29 15:01:24'),(69049,1,17038,'','2013-11-29 15:01:24'),(69050,2,17038,'','2013-11-29 15:01:24'),(69051,3,17038,'','2013-11-29 15:01:24'),(69052,4,17038,'','2013-11-29 15:01:24'),(69053,5,17038,'','2013-11-29 15:01:24'),(69054,6,17038,'','2013-11-29 15:01:24'),(69055,7,17038,'DAY','2013-11-29 15:01:24'),(69056,1,17039,'3596196','2013-11-29 15:04:11'),(69057,2,17039,'','2013-11-29 15:04:11'),(69058,3,17039,'','2013-11-29 15:04:11'),(69059,4,17039,'OPD','2013-11-29 15:04:11'),(69060,5,17039,'','2013-11-29 15:04:11'),(69061,6,17039,'211.40','2013-11-29 15:04:11'),(69062,7,17039,'DAY','2013-11-29 15:04:11'),(69063,1,17041,'','2013-11-29 15:04:12'),(69064,2,17041,'','2013-11-29 15:04:12'),(69065,3,17041,'','2013-11-29 15:04:12'),(69066,4,17041,'','2013-11-29 15:04:12'),(69067,5,17041,'','2013-11-29 15:04:12'),(69068,6,17041,'','2013-11-29 15:04:12'),(69069,7,17041,'DAY','2013-11-29 15:04:12'),(69070,1,17042,'3594695','2013-11-29 15:51:52'),(69071,2,17042,'','2013-11-29 15:51:52'),(69072,3,17042,'','2013-11-29 15:51:52'),(69073,4,17042,'OPD','2013-11-29 15:51:52'),(69074,5,17042,'','2013-11-29 15:51:52'),(69075,6,17042,'459.24','2013-11-29 15:51:52'),(69076,7,17042,'DAY','2013-11-29 15:51:52'),(69077,1,17044,'','2013-11-29 15:51:52'),(69078,2,17044,'','2013-11-29 15:51:52'),(69079,3,17044,'','2013-11-29 15:51:52'),(69080,4,17044,'','2013-11-29 15:51:52'),(69081,5,17044,'','2013-11-29 15:51:52'),(69082,6,17044,'','2013-11-29 15:51:52'),(69083,7,17044,'DAY','2013-11-29 15:51:52'),(69084,1,17047,'','2013-11-29 15:51:53'),(69085,2,17047,'','2013-11-29 15:51:53'),(69086,3,17047,'','2013-11-29 15:51:53'),(69087,4,17047,'','2013-11-29 15:51:53'),(69088,5,17047,'','2013-11-29 15:51:53'),(69089,6,17047,'','2013-11-29 15:51:53'),(69090,7,17047,'DAY','2013-11-29 15:51:53'),(69091,1,17051,'','2013-11-29 15:51:53'),(69092,2,17051,'','2013-11-29 15:51:53'),(69093,3,17051,'','2013-11-29 15:51:53'),(69094,4,17051,'','2013-11-29 15:51:53'),(69095,5,17051,'','2013-11-29 15:51:53'),(69096,6,17051,'','2013-11-29 15:51:53'),(69097,7,17051,'DAY','2013-11-29 15:51:53'),(69098,1,17052,'3594760','2013-11-29 15:59:37'),(69099,2,17052,'595775','2013-11-29 15:59:37'),(69100,3,17052,'','2013-11-29 15:59:37'),(69101,4,17052,'OPD','2013-11-29 15:59:37'),(69102,5,17052,'','2013-11-29 15:59:37'),(69103,6,17052,'295','2013-11-29 15:59:37'),(69104,7,17052,'DAY','2013-11-29 15:59:37'),(69105,1,17054,'','2013-11-29 15:59:37'),(69106,2,17054,'','2013-11-29 15:59:37'),(69107,3,17054,'','2013-11-29 15:59:37'),(69108,4,17054,'','2013-11-29 15:59:37'),(69109,5,17054,'','2013-11-29 15:59:37'),(69110,6,17054,'','2013-11-29 15:59:37'),(69111,7,17054,'DAY','2013-11-29 15:59:37'),(69112,1,17057,'','2013-11-29 15:59:37'),(69113,2,17057,'','2013-11-29 15:59:37'),(69114,3,17057,'','2013-11-29 15:59:37'),(69115,4,17057,'','2013-11-29 15:59:37'),(69116,5,17057,'','2013-11-29 15:59:37'),(69117,6,17057,'','2013-11-29 15:59:37'),(69118,7,17057,'DAY','2013-11-29 15:59:37'),(69119,1,17061,'','2013-11-29 15:59:37'),(69120,2,17061,'','2013-11-29 15:59:37'),(69121,3,17061,'','2013-11-29 15:59:37'),(69122,4,17061,'','2013-11-29 15:59:37'),(69123,5,17061,'','2013-11-29 15:59:37'),(69124,6,17061,'','2013-11-29 15:59:37'),(69125,7,17061,'DAY','2013-11-29 15:59:37'),(69126,1,17062,'3596221','2013-11-29 16:13:32'),(69127,2,17062,'','2013-11-29 16:13:32'),(69128,3,17062,'','2013-11-29 16:13:32'),(69129,4,17062,'OPD','2013-11-29 16:13:32'),(69130,5,17062,'','2013-11-29 16:13:32'),(69131,6,17062,'99','2013-11-29 16:13:32'),(69132,7,17062,'DAY','2013-11-29 16:13:32'),(69133,1,17064,'','2013-11-29 16:13:32'),(69134,2,17064,'','2013-11-29 16:13:32'),(69135,3,17064,'','2013-11-29 16:13:32'),(69136,4,17064,'','2013-11-29 16:13:32'),(69137,5,17064,'','2013-11-29 16:13:32'),(69138,6,17064,'','2013-11-29 16:13:32'),(69139,7,17064,'DAY','2013-11-29 16:13:32'),(69140,1,17067,'','2013-11-29 16:13:32'),(69141,2,17067,'','2013-11-29 16:13:32'),(69142,3,17067,'','2013-11-29 16:13:32'),(69143,4,17067,'','2013-11-29 16:13:32'),(69144,5,17067,'','2013-11-29 16:13:32'),(69145,6,17067,'','2013-11-29 16:13:32'),(69146,7,17067,'DAY','2013-11-29 16:13:32'),(69147,1,17068,'','2013-11-29 16:18:33'),(69148,2,17068,'','2013-11-29 16:18:33'),(69149,3,17068,'','2013-11-29 16:18:33'),(69150,4,17068,'','2013-11-29 16:18:33'),(69151,5,17068,'','2013-11-29 16:18:33'),(69152,6,17068,'','2013-11-29 16:18:33'),(69153,7,17068,'DAY','2013-11-29 16:18:33'),(69154,1,17069,'3596226','2013-11-29 16:19:40'),(69155,2,17069,'','2013-11-29 16:19:40'),(69156,3,17069,'','2013-11-29 16:19:40'),(69157,4,17069,'OPD','2013-11-29 16:19:40'),(69158,5,17069,'','2013-11-29 16:19:40'),(69159,6,17069,'66','2013-11-29 16:19:40'),(69160,7,17069,'DAY','2013-11-29 16:19:40'),(69161,1,17070,'3596241','2013-11-29 16:39:03'),(69162,2,17070,'','2013-11-29 16:39:03'),(69163,3,17070,'','2013-11-29 16:39:03'),(69164,4,17070,'WARD','2013-11-29 16:39:03'),(69165,5,17070,'C1, 218104','2013-11-29 16:39:03'),(69166,6,17070,'35','2013-11-29 16:39:03'),(69167,7,17070,'DAY','2013-11-29 16:39:03'),(69168,1,17071,'3596252','2013-11-29 16:49:15'),(69169,2,17071,'','2013-11-29 16:49:15'),(69170,3,17071,'','2013-11-29 16:49:15'),(69171,4,17071,'OPD','2013-11-29 16:49:15'),(69172,5,17071,'','2013-11-29 16:49:15'),(69173,6,17071,'62','2013-11-29 16:49:15'),(69174,7,17071,'DAY','2013-11-29 16:49:15'),(69175,1,17073,'','2013-11-29 16:49:15'),(69176,2,17073,'','2013-11-29 16:49:15'),(69177,3,17073,'','2013-11-29 16:49:15'),(69178,4,17073,'','2013-11-29 16:49:15'),(69179,5,17073,'','2013-11-29 16:49:15'),(69180,6,17073,'','2013-11-29 16:49:15'),(69181,7,17073,'DAY','2013-11-29 16:49:15'),(69182,1,17074,'3595177','2013-11-29 16:58:58'),(69183,2,17074,'595790','2013-11-29 16:58:58'),(69184,3,17074,'','2013-11-29 16:58:58'),(69185,4,17074,'OPD','2013-11-29 16:58:58'),(69186,5,17074,'','2013-11-29 16:58:58'),(69187,6,17074,'121','2013-11-29 16:58:58'),(69188,7,17074,'DAY','2013-11-29 16:58:58'),(69189,1,17076,'','2013-11-29 16:58:58'),(69190,2,17076,'','2013-11-29 16:58:58'),(69191,3,17076,'','2013-11-29 16:58:58'),(69192,4,17076,'','2013-11-29 16:58:58'),(69193,5,17076,'','2013-11-29 16:58:58'),(69194,6,17076,'','2013-11-29 16:58:58'),(69195,7,17076,'DAY','2013-11-29 16:58:58'),(69196,1,17077,'','2013-11-29 17:16:18'),(69197,2,17077,'','2013-11-29 17:16:18'),(69198,3,17077,'','2013-11-29 17:16:18'),(69199,4,17077,'OPD','2013-11-29 17:16:18'),(69200,5,17077,'','2013-11-29 17:16:18'),(69201,6,17077,'','2013-11-29 17:16:18'),(69202,7,17077,'DAY','2013-11-29 17:16:18'),(69203,1,17078,'3596267','2013-11-29 17:20:23'),(69204,2,17078,'595793','2013-11-29 17:20:23'),(69205,3,17078,'','2013-11-29 17:20:23'),(69206,4,17078,'OPD','2013-11-29 17:20:23'),(69207,5,17078,'','2013-11-29 17:20:23'),(69208,6,17078,'360','2013-11-29 17:20:23'),(69209,7,17078,'DAY','2013-11-29 17:20:23'),(69210,1,17080,'','2013-11-29 17:20:23'),(69211,2,17080,'','2013-11-29 17:20:23'),(69212,3,17080,'','2013-11-29 17:20:23'),(69213,4,17080,'','2013-11-29 17:20:23'),(69214,5,17080,'','2013-11-29 17:20:23'),(69215,6,17080,'','2013-11-29 17:20:23'),(69216,7,17080,'DAY','2013-11-29 17:20:23'),(69217,1,17083,'','2013-11-29 17:20:23'),(69218,2,17083,'','2013-11-29 17:20:23'),(69219,3,17083,'','2013-11-29 17:20:23'),(69220,4,17083,'','2013-11-29 17:20:23'),(69221,5,17083,'','2013-11-29 17:20:23'),(69222,6,17083,'','2013-11-29 17:20:23'),(69223,7,17083,'DAY','2013-11-29 17:20:23'),(69224,1,17084,'3596240','2013-11-29 17:23:20'),(69225,2,17084,'595788','2013-11-29 17:23:20'),(69226,3,17084,'','2013-11-29 17:23:20'),(69227,4,17084,'OPD','2013-11-29 17:23:20'),(69228,5,17084,'','2013-11-29 17:23:20'),(69229,6,17084,'360','2013-11-29 17:23:20'),(69230,7,17084,'DAY','2013-11-29 17:23:20'),(69231,1,17086,'','2013-11-29 17:23:21'),(69232,2,17086,'','2013-11-29 17:23:21'),(69233,3,17086,'','2013-11-29 17:23:21'),(69234,4,17086,'','2013-11-29 17:23:21'),(69235,5,17086,'','2013-11-29 17:23:21'),(69236,6,17086,'','2013-11-29 17:23:21'),(69237,7,17086,'DAY','2013-11-29 17:23:21'),(69238,1,17089,'','2013-11-29 17:23:21'),(69239,2,17089,'','2013-11-29 17:23:21'),(69240,3,17089,'','2013-11-29 17:23:21'),(69241,4,17089,'','2013-11-29 17:23:21'),(69242,5,17089,'','2013-11-29 17:23:21'),(69243,6,17089,'','2013-11-29 17:23:21'),(69244,7,17089,'DAY','2013-11-29 17:23:21'),(69245,1,17090,'3596276','2013-11-29 17:25:49'),(69246,2,17090,'','2013-11-29 17:25:49'),(69247,3,17090,'','2013-11-29 17:25:49'),(69248,4,17090,'OPD','2013-11-29 17:25:49'),(69249,5,17090,'','2013-11-29 17:25:49'),(69250,6,17090,'223','2013-11-29 17:25:49'),(69251,7,17090,'DAY','2013-11-29 17:25:49'),(69252,1,17092,'','2013-11-29 17:25:49'),(69253,2,17092,'','2013-11-29 17:25:49'),(69254,3,17092,'','2013-11-29 17:25:49'),(69255,4,17092,'','2013-11-29 17:25:49'),(69256,5,17092,'','2013-11-29 17:25:49'),(69257,6,17092,'','2013-11-29 17:25:49'),(69258,7,17092,'DAY','2013-11-29 17:25:50'),(69259,1,17093,'3596286','2013-11-29 17:36:28'),(69260,2,17093,'','2013-11-29 17:36:28'),(69261,3,17093,'','2013-11-29 17:36:28'),(69262,4,17093,'WARD','2013-11-29 17:36:28'),(69263,5,17093,'C5, 218114','2013-11-29 17:36:28'),(69264,6,17093,'82','2013-11-29 17:36:28'),(69265,7,17093,'DAY','2013-11-29 17:36:28'),(69266,1,17095,'','2013-11-29 17:36:29'),(69267,2,17095,'','2013-11-29 17:36:29'),(69268,3,17095,'','2013-11-29 17:36:29'),(69269,4,17095,'','2013-11-29 17:36:29'),(69270,5,17095,'','2013-11-29 17:36:29'),(69271,6,17095,'','2013-11-29 17:36:29'),(69272,7,17095,'DAY','2013-11-29 17:36:29'),(69273,1,17096,'3596285','2013-11-29 17:39:11'),(69274,2,17096,'','2013-11-29 17:39:11'),(69275,3,17096,'','2013-11-29 17:39:11'),(69276,4,17096,'WARD','2013-11-29 17:39:11'),(69277,5,17096,'C4, 218109','2013-11-29 17:39:11'),(69278,6,17096,'22','2013-11-29 17:39:11'),(69279,7,17096,'DAY','2013-11-29 17:39:11'),(69280,1,17097,'3596282','2013-11-29 17:46:20'),(69281,2,17097,'595803','2013-11-29 17:46:20'),(69282,3,17097,'','2013-11-29 17:46:20'),(69283,4,17097,'OPD','2013-11-29 17:46:20'),(69284,5,17097,'','2013-11-29 17:46:20'),(69285,6,17097,'360','2013-11-29 17:46:20'),(69286,7,17097,'DAY','2013-11-29 17:46:20'),(69287,1,17099,'','2013-11-29 17:46:20'),(69288,2,17099,'','2013-11-29 17:46:20'),(69289,3,17099,'','2013-11-29 17:46:20'),(69290,4,17099,'','2013-11-29 17:46:20'),(69291,5,17099,'','2013-11-29 17:46:20'),(69292,6,17099,'','2013-11-29 17:46:20'),(69293,7,17099,'DAY','2013-11-29 17:46:20'),(69294,1,17102,'','2013-11-29 17:46:21'),(69295,2,17102,'','2013-11-29 17:46:21'),(69296,3,17102,'','2013-11-29 17:46:21'),(69297,4,17102,'','2013-11-29 17:46:21'),(69298,5,17102,'','2013-11-29 17:46:21'),(69299,6,17102,'','2013-11-29 17:46:21'),(69300,7,17102,'DAY','2013-11-29 17:46:21'),(69301,1,17103,'3594070','2013-11-29 17:47:51'),(69302,2,17103,'','2013-11-29 17:47:51'),(69303,3,17103,'','2013-11-29 17:47:51'),(69304,4,17103,'OPD','2013-11-29 17:47:51'),(69305,5,17103,'','2013-11-29 17:47:51'),(69306,6,17103,'40','2013-11-29 17:47:51'),(69307,7,17103,'DAY','2013-11-29 17:47:51'),(69308,1,17104,'3596292','2013-11-29 17:50:43'),(69309,2,17104,'','2013-11-29 17:50:43'),(69310,3,17104,'','2013-11-29 17:50:43'),(69311,4,17104,'OPD','2013-11-29 17:50:43'),(69312,5,17104,'','2013-11-29 17:50:43'),(69313,6,17104,'37.00','2013-11-29 17:50:43'),(69314,7,17104,'DAY','2013-11-29 17:50:43'),(69315,1,17105,'3596290','2013-11-29 17:51:30'),(69316,2,17105,'595804','2013-11-29 17:51:30'),(69317,3,17105,'','2013-11-29 17:51:30'),(69318,4,17105,'OPD','2013-11-29 17:51:30'),(69319,5,17105,'','2013-11-29 17:51:30'),(69320,6,17105,'20','2013-11-29 17:51:30'),(69321,7,17105,'DAY','2013-11-29 17:51:30'),(69322,1,17106,'3596303','2013-11-29 18:02:45'),(69323,2,17106,'595810','2013-11-29 18:02:45'),(69324,3,17106,'','2013-11-29 18:02:45'),(69325,4,17106,'OPD','2013-11-29 18:02:45'),(69326,5,17106,'','2013-11-29 18:02:45'),(69327,6,17106,'118','2013-11-29 18:02:45'),(69328,7,17106,'DAY','2013-11-29 18:02:45'),(69329,1,17108,'','2013-11-29 18:02:46'),(69330,2,17108,'','2013-11-29 18:02:46'),(69331,3,17108,'','2013-11-29 18:02:46'),(69332,4,17108,'','2013-11-29 18:02:46'),(69333,5,17108,'','2013-11-29 18:02:46'),(69334,6,17108,'','2013-11-29 18:02:46'),(69335,7,17108,'DAY','2013-11-29 18:02:46'),(69336,1,17111,'','2013-11-29 18:02:46'),(69337,2,17111,'','2013-11-29 18:02:46'),(69338,3,17111,'','2013-11-29 18:02:46'),(69339,4,17111,'','2013-11-29 18:02:46'),(69340,5,17111,'','2013-11-29 18:02:46'),(69341,6,17111,'','2013-11-29 18:02:46'),(69342,7,17111,'DAY','2013-11-29 18:02:46'),(69343,1,17112,'','2013-11-29 18:03:48'),(69344,2,17112,'','2013-11-29 18:03:48'),(69345,3,17112,'','2013-11-29 18:03:48'),(69346,4,17112,'OPD','2013-11-29 18:03:48'),(69347,5,17112,'','2013-11-29 18:03:48'),(69348,6,17112,'','2013-11-29 18:03:48'),(69349,7,17112,'DAY','2013-11-29 18:03:48'),(69350,1,17113,'3596314','2013-11-29 18:13:34'),(69351,2,17113,'595814','2013-11-29 18:13:34'),(69352,3,17113,'','2013-11-29 18:13:34'),(69353,4,17113,'OPD','2013-11-29 18:13:34'),(69354,5,17113,'','2013-11-29 18:13:34'),(69355,6,17113,'50','2013-11-29 18:13:34'),(69356,7,17113,'DAY','2013-11-29 18:13:34'),(69357,1,17114,'3596316','2013-11-29 18:17:23'),(69358,2,17114,'','2013-11-29 18:17:23'),(69359,3,17114,'','2013-11-29 18:17:23'),(69360,4,17114,'OPD','2013-11-29 18:17:23'),(69361,5,17114,'','2013-11-29 18:17:23'),(69362,6,17114,'218','2013-11-29 18:17:23'),(69363,7,17114,'DAY','2013-11-29 18:17:23'),(69364,1,17116,'','2013-11-29 18:17:23'),(69365,2,17116,'','2013-11-29 18:17:23'),(69366,3,17116,'','2013-11-29 18:17:23'),(69367,4,17116,'','2013-11-29 18:17:23'),(69368,5,17116,'','2013-11-29 18:17:23'),(69369,6,17116,'','2013-11-29 18:17:23'),(69370,7,17116,'DAY','2013-11-29 18:17:23'),(69371,1,17119,'','2013-11-29 18:17:24'),(69372,2,17119,'','2013-11-29 18:17:24'),(69373,3,17119,'','2013-11-29 18:17:24'),(69374,4,17119,'','2013-11-29 18:17:24'),(69375,5,17119,'','2013-11-29 18:17:24'),(69376,6,17119,'','2013-11-29 18:17:24'),(69377,7,17119,'DAY','2013-11-29 18:17:24'),(69378,1,17120,'3596330','2013-11-29 18:34:55'),(69379,2,17120,'595819','2013-11-29 18:34:55'),(69380,3,17120,'','2013-11-29 18:34:55'),(69381,4,17120,'OPD','2013-11-29 18:34:55'),(69382,5,17120,'','2013-11-29 18:34:55'),(69383,6,17120,'24','2013-11-29 18:34:55'),(69384,7,17120,'DAY','2013-11-29 18:34:55'),(69385,1,17121,'3596331','2013-11-29 18:46:54'),(69386,2,17121,'595820','2013-11-29 18:46:54'),(69387,3,17121,'','2013-11-29 18:46:54'),(69388,4,17121,'OPD','2013-11-29 18:46:54'),(69389,5,17121,'','2013-11-29 18:46:54'),(69390,6,17121,'208','2013-11-29 18:46:54'),(69391,7,17121,'DAY','2013-11-29 18:46:54'),(69392,1,17123,'','2013-11-29 18:46:54'),(69393,2,17123,'','2013-11-29 18:46:54'),(69394,3,17123,'','2013-11-29 18:46:54'),(69395,4,17123,'','2013-11-29 18:46:54'),(69396,5,17123,'','2013-11-29 18:46:54'),(69397,6,17123,'','2013-11-29 18:46:54'),(69398,7,17123,'DAY','2013-11-29 18:46:54'),(69399,1,17124,'3596334','2013-11-29 18:50:08'),(69400,2,17124,'','2013-11-29 18:50:08'),(69401,3,17124,'','2013-11-29 18:50:08'),(69402,4,17124,'OPD','2013-11-29 18:50:08'),(69403,5,17124,'','2013-11-29 18:50:08'),(69404,6,17124,'160','2013-11-29 18:50:08'),(69405,7,17124,'DAY','2013-11-29 18:50:08'),(69406,1,17126,'','2013-11-29 18:50:08'),(69407,2,17126,'','2013-11-29 18:50:08'),(69408,3,17126,'','2013-11-29 18:50:08'),(69409,4,17126,'','2013-11-29 18:50:08'),(69410,5,17126,'','2013-11-29 18:50:08'),(69411,6,17126,'','2013-11-29 18:50:08'),(69412,7,17126,'DAY','2013-11-29 18:50:08'),(69413,1,17129,'','2013-11-29 18:50:08'),(69414,2,17129,'','2013-11-29 18:50:08'),(69415,3,17129,'','2013-11-29 18:50:08'),(69416,4,17129,'','2013-11-29 18:50:08'),(69417,5,17129,'','2013-11-29 18:50:08'),(69418,6,17129,'','2013-11-29 18:50:08'),(69419,7,17129,'DAY','2013-11-29 18:50:08'),(69420,1,17130,'3596339','2013-11-29 18:53:30'),(69421,2,17130,'595823','2013-11-29 18:53:30'),(69422,3,17130,'','2013-11-29 18:53:30'),(69423,4,17130,'OPD','2013-11-29 18:53:30'),(69424,5,17130,'','2013-11-29 18:53:31'),(69425,6,17130,'187','2013-11-29 18:53:31'),(69426,7,17130,'DAY','2013-11-29 18:53:31'),(69427,1,17132,'','2013-11-29 18:53:31'),(69428,2,17132,'','2013-11-29 18:53:31'),(69429,3,17132,'','2013-11-29 18:53:31'),(69430,4,17132,'','2013-11-29 18:53:31'),(69431,5,17132,'','2013-11-29 18:53:31'),(69432,6,17132,'','2013-11-29 18:53:31'),(69433,7,17132,'DAY','2013-11-29 18:53:31'),(69434,1,17135,'','2013-11-29 18:53:31'),(69435,2,17135,'','2013-11-29 18:53:31'),(69436,3,17135,'','2013-11-29 18:53:31'),(69437,4,17135,'','2013-11-29 18:53:31'),(69438,5,17135,'','2013-11-29 18:53:31'),(69439,6,17135,'','2013-11-29 18:53:31'),(69440,7,17135,'DAY','2013-11-29 18:53:31'),(69441,1,17139,'','2013-11-29 18:53:31'),(69442,2,17139,'','2013-11-29 18:53:31'),(69443,3,17139,'','2013-11-29 18:53:31'),(69444,4,17139,'','2013-11-29 18:53:31'),(69445,5,17139,'','2013-11-29 18:53:31'),(69446,6,17139,'','2013-11-29 18:53:31'),(69447,7,17139,'DAY','2013-11-29 18:53:31'),(69448,1,17140,'3596344','2013-11-29 18:57:24'),(69449,2,17140,'','2013-11-29 18:57:24'),(69450,3,17140,'','2013-11-29 18:57:24'),(69451,4,17140,'OPD','2013-11-29 18:57:24'),(69452,5,17140,'','2013-11-29 18:57:24'),(69453,6,17140,'89','2013-11-29 18:57:24'),(69454,7,17140,'DAY','2013-11-29 18:57:24'),(69455,1,17142,'','2013-11-29 18:57:24'),(69456,2,17142,'','2013-11-29 18:57:24'),(69457,3,17142,'','2013-11-29 18:57:24'),(69458,4,17142,'','2013-11-29 18:57:24'),(69459,5,17142,'','2013-11-29 18:57:24'),(69460,6,17142,'','2013-11-29 18:57:24'),(69461,7,17142,'DAY','2013-11-29 18:57:24'),(69462,1,17143,'3596350','2013-11-29 19:03:06'),(69463,2,17143,'595826','2013-11-29 19:03:06'),(69464,3,17143,'','2013-11-29 19:03:06'),(69465,4,17143,'OPD','2013-11-29 19:03:06'),(69466,5,17143,'','2013-11-29 19:03:06'),(69467,6,17143,'69','2013-11-29 19:03:06'),(69468,7,17143,'DAY','2013-11-29 19:03:06'),(69469,1,17144,'3595306','2013-11-29 19:05:11'),(69470,2,17144,'','2013-11-29 19:05:11'),(69471,3,17144,'','2013-11-29 19:05:11'),(69472,4,17144,'OPD','2013-11-29 19:05:11'),(69473,5,17144,'','2013-11-29 19:05:11'),(69474,6,17144,'76','2013-11-29 19:05:11'),(69475,7,17144,'DAY','2013-11-29 19:05:11'),(69476,1,17145,'3588609','2013-11-29 19:07:04'),(69477,2,17145,'','2013-11-29 19:07:04'),(69478,3,17145,'','2013-11-29 19:07:04'),(69479,4,17145,'OPD','2013-11-29 19:07:04'),(69480,5,17145,'','2013-11-29 19:07:04'),(69481,6,17145,'100','2013-11-29 19:07:04'),(69482,7,17145,'DAY','2013-11-29 19:07:04'),(69483,1,17147,'','2013-11-29 19:07:04'),(69484,2,17147,'','2013-11-29 19:07:04'),(69485,3,17147,'','2013-11-29 19:07:04'),(69486,4,17147,'','2013-11-29 19:07:04'),(69487,5,17147,'','2013-11-29 19:07:04'),(69488,6,17147,'','2013-11-29 19:07:04'),(69489,7,17147,'DAY','2013-11-29 19:07:04'),(69490,1,17148,'3596359','2013-11-29 19:13:41'),(69491,2,17148,'','2013-11-29 19:13:41'),(69492,3,17148,'','2013-11-29 19:13:41'),(69493,4,17148,'OPD','2013-11-29 19:13:41'),(69494,5,17148,'','2013-11-29 19:13:41'),(69495,6,17148,'40','2013-11-29 19:13:41'),(69496,7,17148,'DAY','2013-11-29 19:13:41'),(69497,1,17150,'','2013-11-29 19:13:41'),(69498,2,17150,'','2013-11-29 19:13:41'),(69499,3,17150,'','2013-11-29 19:13:41'),(69500,4,17150,'','2013-11-29 19:13:41'),(69501,5,17150,'','2013-11-29 19:13:41'),(69502,6,17150,'','2013-11-29 19:13:41'),(69503,7,17150,'DAY','2013-11-29 19:13:41'),(69504,1,17151,'3596364','2013-11-29 19:22:05'),(69505,2,17151,'595834','2013-11-29 19:22:05'),(69506,3,17151,'','2013-11-29 19:22:05'),(69507,4,17151,'OPD','2013-11-29 19:22:05'),(69508,5,17151,'','2013-11-29 19:22:05'),(69509,6,17151,'99','2013-11-29 19:22:05'),(69510,7,17151,'DAY','2013-11-29 19:22:05'),(69511,1,17152,'3596371','2013-11-29 19:29:49'),(69512,2,17152,'','2013-11-29 19:29:49'),(69513,3,17152,'','2013-11-29 19:29:49'),(69514,4,17152,'OPD','2013-11-29 19:29:49'),(69515,5,17152,'','2013-11-29 19:29:49'),(69516,6,17152,'79','2013-11-29 19:29:49'),(69517,7,17152,'DAY','2013-11-29 19:29:49'),(69518,1,17154,'','2013-11-29 19:29:49'),(69519,2,17154,'','2013-11-29 19:29:49'),(69520,3,17154,'','2013-11-29 19:29:49'),(69521,4,17154,'','2013-11-29 19:29:49'),(69522,5,17154,'','2013-11-29 19:29:49'),(69523,6,17154,'','2013-11-29 19:29:49'),(69524,7,17154,'DAY','2013-11-29 19:29:49'),(69525,1,17155,'','2013-11-29 19:30:24'),(69526,2,17155,'','2013-11-29 19:30:24'),(69527,3,17155,'','2013-11-29 19:30:24'),(69528,4,17155,'','2013-11-29 19:30:24'),(69529,5,17155,'','2013-11-29 19:30:24'),(69530,6,17155,'','2013-11-29 19:30:24'),(69531,7,17155,'DAY','2013-11-29 19:30:25'),(69532,1,17156,'3596372','2013-11-29 19:41:51'),(69533,2,17156,'','2013-11-29 19:41:51'),(69534,3,17156,'','2013-11-29 19:41:51'),(69535,4,17156,'OPD','2013-11-29 19:41:51'),(69536,5,17156,'','2013-11-29 19:41:51'),(69537,6,17156,'286','2013-11-29 19:41:51'),(69538,7,17156,'DAY','2013-11-29 19:41:51'),(69539,1,17157,'3589883','2013-11-29 19:51:01'),(69540,2,17157,'','2013-11-29 19:51:01'),(69541,3,17157,'','2013-11-29 19:51:01'),(69542,4,17157,'OPD','2013-11-29 19:51:01'),(69543,5,17157,'','2013-11-29 19:51:01'),(69544,6,17157,'170.40','2013-11-29 19:51:01'),(69545,7,17157,'DAY','2013-11-29 19:51:01'),(69546,1,17159,'','2013-11-29 19:51:01'),(69547,2,17159,'','2013-11-29 19:51:01'),(69548,3,17159,'','2013-11-29 19:51:01'),(69549,4,17159,'','2013-11-29 19:51:01'),(69550,5,17159,'','2013-11-29 19:51:01'),(69551,6,17159,'','2013-11-29 19:51:01'),(69552,7,17159,'DAY','2013-11-29 19:51:01'),(69553,1,17162,'','2013-11-29 19:51:02'),(69554,2,17162,'','2013-11-29 19:51:02'),(69555,3,17162,'','2013-11-29 19:51:02'),(69556,4,17162,'','2013-11-29 19:51:02'),(69557,5,17162,'','2013-11-29 19:51:02'),(69558,6,17162,'','2013-11-29 19:51:02'),(69559,7,17162,'DAY','2013-11-29 19:51:02'),(69560,1,17166,'','2013-11-29 19:51:02'),(69561,2,17166,'','2013-11-29 19:51:02'),(69562,3,17166,'','2013-11-29 19:51:02'),(69563,4,17166,'','2013-11-29 19:51:02'),(69564,5,17166,'','2013-11-29 19:51:02'),(69565,6,17166,'','2013-11-29 19:51:02'),(69566,7,17166,'DAY','2013-11-29 19:51:02'),(69567,1,17167,'3596383','2013-11-29 19:59:31'),(69568,2,17167,'595842','2013-11-29 19:59:31'),(69569,3,17167,'','2013-11-29 19:59:31'),(69570,4,17167,'OPD','2013-11-29 19:59:31'),(69571,5,17167,'','2013-11-29 19:59:31'),(69572,6,17167,'36','2013-11-29 19:59:31'),(69573,7,17167,'DAY','2013-11-29 19:59:31'),(69574,1,17168,'3596387','2013-11-29 20:02:30'),(69575,2,17168,'','2013-11-29 20:02:30'),(69576,3,17168,'','2013-11-29 20:02:30'),(69577,4,17168,'OPD','2013-11-29 20:02:30'),(69578,5,17168,'','2013-11-29 20:02:30'),(69579,6,17168,'139','2013-11-29 20:02:30'),(69580,7,17168,'DAY','2013-11-29 20:02:30'),(69581,1,17170,'','2013-11-29 20:02:30'),(69582,2,17170,'','2013-11-29 20:02:30'),(69583,3,17170,'','2013-11-29 20:02:30'),(69584,4,17170,'','2013-11-29 20:02:30'),(69585,5,17170,'','2013-11-29 20:02:30'),(69586,6,17170,'','2013-11-29 20:02:30'),(69587,7,17170,'DAY','2013-11-29 20:02:30'),(69588,1,17173,'','2013-11-29 20:02:30'),(69589,2,17173,'','2013-11-29 20:02:30'),(69590,3,17173,'','2013-11-29 20:02:30'),(69591,4,17173,'','2013-11-29 20:02:30'),(69592,5,17173,'','2013-11-29 20:02:30'),(69593,6,17173,'','2013-11-29 20:02:30'),(69594,7,17173,'DAY','2013-11-29 20:02:30'),(69595,1,17174,'3596399','2013-11-29 20:09:44'),(69596,2,17174,'','2013-11-29 20:09:44'),(69597,3,17174,'','2013-11-29 20:09:44'),(69598,4,17174,'WARD','2013-11-29 20:09:44'),(69599,5,17174,'C3, 218116','2013-11-29 20:09:44'),(69600,6,17174,'218','2013-11-29 20:09:44'),(69601,7,17174,'DAY','2013-11-29 20:09:44'),(69602,1,17176,'','2013-11-29 20:09:45'),(69603,2,17176,'','2013-11-29 20:09:45'),(69604,3,17176,'','2013-11-29 20:09:45'),(69605,4,17176,'','2013-11-29 20:09:45'),(69606,5,17176,'','2013-11-29 20:09:45'),(69607,6,17176,'','2013-11-29 20:09:45'),(69608,7,17176,'DAY','2013-11-29 20:09:45'),(69609,1,17179,'','2013-11-29 20:09:45'),(69610,2,17179,'','2013-11-29 20:09:45'),(69611,3,17179,'','2013-11-29 20:09:45'),(69612,4,17179,'','2013-11-29 20:09:45'),(69613,5,17179,'','2013-11-29 20:09:45'),(69614,6,17179,'','2013-11-29 20:09:45'),(69615,7,17179,'DAY','2013-11-29 20:09:45'),(69616,1,17180,'3596421','2013-11-29 20:41:39'),(69617,2,17180,'','2013-11-29 20:41:39'),(69618,3,17180,'','2013-11-29 20:41:39'),(69619,4,17180,'OPD','2013-11-29 20:41:39'),(69620,5,17180,'','2013-11-29 20:41:39'),(69621,6,17180,'112','2013-11-29 20:41:39'),(69622,7,17180,'DAY','2013-11-29 20:41:39'),(69623,1,17182,'','2013-11-29 20:41:39'),(69624,2,17182,'','2013-11-29 20:41:39'),(69625,3,17182,'','2013-11-29 20:41:39'),(69626,4,17182,'','2013-11-29 20:41:39'),(69627,5,17182,'','2013-11-29 20:41:39'),(69628,6,17182,'','2013-11-29 20:41:39'),(69629,7,17182,'DAY','2013-11-29 20:41:39'),(69630,1,17185,'','2013-11-29 20:41:39'),(69631,2,17185,'','2013-11-29 20:41:39'),(69632,3,17185,'','2013-11-29 20:41:39'),(69633,4,17185,'','2013-11-29 20:41:39'),(69634,5,17185,'','2013-11-29 20:41:39'),(69635,6,17185,'','2013-11-29 20:41:39'),(69636,7,17185,'DAY','2013-11-29 20:41:39'),(69637,1,17186,'3596413','2013-11-29 20:44:15'),(69638,2,17186,'','2013-11-29 20:44:15'),(69639,3,17186,'','2013-11-29 20:44:15'),(69640,4,17186,'OPD','2013-11-29 20:44:15'),(69641,5,17186,'','2013-11-29 20:44:15'),(69642,6,17186,'35','2013-11-29 20:44:15'),(69643,7,17186,'DAY','2013-11-29 20:44:15'),(69644,1,17188,'','2013-11-29 20:44:15'),(69645,2,17188,'','2013-11-29 20:44:15'),(69646,3,17188,'','2013-11-29 20:44:15'),(69647,4,17188,'','2013-11-29 20:44:15'),(69648,5,17188,'','2013-11-29 20:44:15'),(69649,6,17188,'','2013-11-29 20:44:15'),(69650,7,17188,'DAY','2013-11-29 20:44:15'),(69651,1,17189,'3596425','2013-11-29 20:47:38'),(69652,2,17189,'','2013-11-29 20:47:38'),(69653,3,17189,'','2013-11-29 20:47:38'),(69654,4,17189,'OPD','2013-11-29 20:47:38'),(69655,5,17189,'','2013-11-29 20:47:38'),(69656,6,17189,'232','2013-11-29 20:47:38'),(69657,7,17189,'DAY','2013-11-29 20:47:39'),(69658,1,17191,'','2013-11-29 20:47:39'),(69659,2,17191,'','2013-11-29 20:47:39'),(69660,3,17191,'','2013-11-29 20:47:39'),(69661,4,17191,'','2013-11-29 20:47:39'),(69662,5,17191,'','2013-11-29 20:47:39'),(69663,6,17191,'','2013-11-29 20:47:39'),(69664,7,17191,'DAY','2013-11-29 20:47:39'),(69665,1,17194,'','2013-11-29 20:47:39'),(69666,2,17194,'','2013-11-29 20:47:39'),(69667,3,17194,'','2013-11-29 20:47:39'),(69668,4,17194,'','2013-11-29 20:47:39'),(69669,5,17194,'','2013-11-29 20:47:39'),(69670,6,17194,'','2013-11-29 20:47:39'),(69671,7,17194,'DAY','2013-11-29 20:47:39'),(69672,1,17195,'3596427','2013-11-29 20:52:10'),(69673,2,17195,'595865','2013-11-29 20:52:10'),(69674,3,17195,'','2013-11-29 20:52:10'),(69675,4,17195,'OPD','2013-11-29 20:52:10'),(69676,5,17195,'','2013-11-29 20:52:10'),(69677,6,17195,'72','2013-11-29 20:52:10'),(69678,7,17195,'DAY','2013-11-29 20:52:10'),(69679,1,17197,'','2013-11-29 20:52:11'),(69680,2,17197,'','2013-11-29 20:52:11'),(69681,3,17197,'','2013-11-29 20:52:11'),(69682,4,17197,'','2013-11-29 20:52:11'),(69683,5,17197,'','2013-11-29 20:52:11'),(69684,6,17197,'','2013-11-29 20:52:11'),(69685,7,17197,'DAY','2013-11-29 20:52:11'),(69686,1,17198,'3596432','2013-11-29 20:58:07'),(69687,2,17198,'','2013-11-29 20:58:07'),(69688,3,17198,'','2013-11-29 20:58:07'),(69689,4,17198,'OPD','2013-11-29 20:58:07'),(69690,5,17198,'','2013-11-29 20:58:07'),(69691,6,17198,'281','2013-11-29 20:58:07'),(69692,7,17198,'DAY','2013-11-29 20:58:07'),(69693,1,17200,'','2013-11-29 20:58:07'),(69694,2,17200,'','2013-11-29 20:58:07'),(69695,3,17200,'','2013-11-29 20:58:07'),(69696,4,17200,'','2013-11-29 20:58:07'),(69697,5,17200,'','2013-11-29 20:58:07'),(69698,6,17200,'','2013-11-29 20:58:07'),(69699,7,17200,'DAY','2013-11-29 20:58:07'),(69700,1,17203,'','2013-11-29 20:58:07'),(69701,2,17203,'','2013-11-29 20:58:07'),(69702,3,17203,'','2013-11-29 20:58:07'),(69703,4,17203,'','2013-11-29 20:58:07'),(69704,5,17203,'','2013-11-29 20:58:07'),(69705,6,17203,'','2013-11-29 20:58:07'),(69706,7,17203,'DAY','2013-11-29 20:58:07'),(69707,1,17204,'3596434','2013-11-29 21:05:14'),(69708,2,17204,'','2013-11-29 21:05:14'),(69709,3,17204,'','2013-11-29 21:05:14'),(69710,4,17204,'OPD','2013-11-29 21:05:14'),(69711,5,17204,'','2013-11-29 21:05:14'),(69712,6,17204,'33','2013-11-29 21:05:14'),(69713,7,17204,'DAY','2013-11-29 21:05:14'),(69714,1,17205,'3596433','2013-11-29 21:08:39'),(69715,2,17205,'','2013-11-29 21:08:39'),(69716,3,17205,'','2013-11-29 21:08:39'),(69717,4,17205,'OPD','2013-11-29 21:08:39'),(69718,5,17205,'','2013-11-29 21:08:39'),(69719,6,17205,'77','2013-11-29 21:08:39'),(69720,7,17205,'DAY','2013-11-29 21:08:39'),(69721,1,17207,'','2013-11-29 21:08:39'),(69722,2,17207,'','2013-11-29 21:08:39'),(69723,3,17207,'','2013-11-29 21:08:39'),(69724,4,17207,'','2013-11-29 21:08:39'),(69725,5,17207,'','2013-11-29 21:08:39'),(69726,6,17207,'','2013-11-29 21:08:39'),(69727,7,17207,'DAY','2013-11-29 21:08:39'),(69728,1,17208,'3596444','2013-11-29 21:23:08'),(69729,2,17208,'595874','2013-11-29 21:23:08'),(69730,3,17208,'','2013-11-29 21:23:08'),(69731,4,17208,'OPD','2013-11-29 21:23:08'),(69732,5,17208,'','2013-11-29 21:23:08'),(69733,6,17208,'132.40','2013-11-29 21:23:08'),(69734,7,17208,'DAY','2013-11-29 21:23:08'),(69735,1,17209,'3596456','2013-11-29 21:46:46'),(69736,2,17209,'','2013-11-29 21:46:46'),(69737,3,17209,'','2013-11-29 21:46:46'),(69738,4,17209,'OPD','2013-11-29 21:46:46'),(69739,5,17209,'','2013-11-29 21:46:46'),(69740,6,17209,'211','2013-11-29 21:46:46'),(69741,7,17209,'DAY','2013-11-29 21:46:46'),(69742,1,17211,'','2013-11-29 21:46:46'),(69743,2,17211,'','2013-11-29 21:46:46'),(69744,3,17211,'','2013-11-29 21:46:46'),(69745,4,17211,'','2013-11-29 21:46:46'),(69746,5,17211,'','2013-11-29 21:46:46'),(69747,6,17211,'','2013-11-29 21:46:46'),(69748,7,17211,'DAY','2013-11-29 21:46:46'),(69749,1,17212,'3596446','2013-11-29 21:53:46'),(69750,2,17212,'','2013-11-29 21:53:46'),(69751,3,17212,'','2013-11-29 21:53:46'),(69752,4,17212,'OPD','2013-11-29 21:53:46'),(69753,5,17212,'','2013-11-29 21:53:46'),(69754,6,17212,'192.24','2013-11-29 21:53:46'),(69755,7,17212,'DAY','2013-11-29 21:53:46'),(69756,1,17214,'','2013-11-29 21:53:46'),(69757,2,17214,'','2013-11-29 21:53:46'),(69758,3,17214,'','2013-11-29 21:53:46'),(69759,4,17214,'','2013-11-29 21:53:46'),(69760,5,17214,'','2013-11-29 21:53:46'),(69761,6,17214,'','2013-11-29 21:53:46'),(69762,7,17214,'DAY','2013-11-29 21:53:46'),(69763,1,17217,'','2013-11-29 21:53:46'),(69764,2,17217,'','2013-11-29 21:53:46'),(69765,3,17217,'','2013-11-29 21:53:46'),(69766,4,17217,'','2013-11-29 21:53:46'),(69767,5,17217,'','2013-11-29 21:53:46'),(69768,6,17217,'','2013-11-29 21:53:46'),(69769,7,17217,'DAY','2013-11-29 21:53:46'),(69770,1,17221,'','2013-11-29 21:53:46'),(69771,2,17221,'','2013-11-29 21:53:46'),(69772,3,17221,'','2013-11-29 21:53:46'),(69773,4,17221,'','2013-11-29 21:53:46'),(69774,5,17221,'','2013-11-29 21:53:46'),(69775,6,17221,'','2013-11-29 21:53:46'),(69776,7,17221,'DAY','2013-11-29 21:53:46'),(69777,1,17222,'3596288','2013-11-29 22:29:18'),(69778,2,17222,'','2013-11-29 22:29:18'),(69779,3,17222,'','2013-11-29 22:29:18'),(69780,4,17222,'OPD','2013-11-29 22:29:18'),(69781,5,17222,'','2013-11-29 22:29:18'),(69782,6,17222,'22','2013-11-29 22:29:18'),(69783,7,17222,'DAY','2013-11-29 22:29:18'),(69784,1,17223,'3596482','2013-11-29 22:35:03'),(69785,2,17223,'','2013-11-29 22:35:03'),(69786,3,17223,'','2013-11-29 22:35:03'),(69787,4,17223,'OPD','2013-11-29 22:35:03'),(69788,5,17223,'','2013-11-29 22:35:03'),(69789,6,17223,'154.4','2013-11-29 22:35:03'),(69790,7,17223,'DAY','2013-11-29 22:35:03'),(69791,1,17225,'','2013-11-29 22:35:04'),(69792,2,17225,'','2013-11-29 22:35:04'),(69793,3,17225,'','2013-11-29 22:35:04'),(69794,4,17225,'','2013-11-29 22:35:04'),(69795,5,17225,'','2013-11-29 22:35:04'),(69796,6,17225,'','2013-11-29 22:35:04'),(69797,7,17225,'DAY','2013-11-29 22:35:04'),(69798,1,17226,'','2013-11-29 22:36:55'),(69799,2,17226,'','2013-11-29 22:36:55'),(69800,3,17226,'','2013-11-29 22:36:55'),(69801,4,17226,'','2013-11-29 22:36:55'),(69802,5,17226,'','2013-11-29 22:36:55'),(69803,6,17226,'','2013-11-29 22:36:55'),(69804,7,17226,'DAY','2013-11-29 22:36:55'),(69805,1,17228,'','2013-11-29 22:36:55'),(69806,2,17228,'','2013-11-29 22:36:55'),(69807,3,17228,'','2013-11-29 22:36:55'),(69808,4,17228,'','2013-11-29 22:36:55'),(69809,5,17228,'','2013-11-29 22:36:55'),(69810,6,17228,'','2013-11-29 22:36:55'),(69811,7,17228,'DAY','2013-11-29 22:36:55'),(69812,1,17229,'3596492','2013-11-29 22:45:52'),(69813,2,17229,'','2013-11-29 22:45:52'),(69814,3,17229,'','2013-11-29 22:45:52'),(69815,4,17229,'OPD','2013-11-29 22:45:52'),(69816,5,17229,'','2013-11-29 22:45:52'),(69817,6,17229,'22','2013-11-29 22:45:52'),(69818,7,17229,'DAY','2013-11-29 22:45:52'),(69819,1,17230,'','2013-11-29 22:52:06'),(69820,2,17230,'','2013-11-29 22:52:06'),(69821,3,17230,'','2013-11-29 22:52:06'),(69822,4,17230,'OPD','2013-11-29 22:52:06'),(69823,5,17230,'','2013-11-29 22:52:06'),(69824,6,17230,'41','2013-11-29 22:52:06'),(69825,7,17230,'DAY','2013-11-29 22:52:06'),(69826,1,17232,'','2013-11-29 22:52:06'),(69827,2,17232,'','2013-11-29 22:52:06'),(69828,3,17232,'','2013-11-29 22:52:06'),(69829,4,17232,'','2013-11-29 22:52:06'),(69830,5,17232,'','2013-11-29 22:52:06'),(69831,6,17232,'','2013-11-29 22:52:06'),(69832,7,17232,'DAY','2013-11-29 22:52:06'),(69833,1,17233,'3596497','2013-11-29 23:10:33'),(69834,2,17233,'','2013-11-29 23:10:33'),(69835,3,17233,'','2013-11-29 23:10:33'),(69836,4,17233,'OPD','2013-11-29 23:10:33'),(69837,5,17233,'','2013-11-29 23:10:33'),(69838,6,17233,'120','2013-11-29 23:10:33'),(69839,7,17233,'DAY','2013-11-29 23:10:33'),(69840,1,17234,'','2013-11-29 23:16:06'),(69841,2,17234,'','2013-11-29 23:16:06'),(69842,3,17234,'','2013-11-29 23:16:06'),(69843,4,17234,'','2013-11-29 23:16:06'),(69844,5,17234,'','2013-11-29 23:16:06'),(69845,6,17234,'','2013-11-29 23:16:06'),(69846,7,17234,'DAY','2013-11-29 23:16:06'),(69847,1,17235,'3596506','2013-11-29 23:16:29'),(69848,2,17235,'','2013-11-29 23:16:29'),(69849,3,17235,'','2013-11-29 23:16:29'),(69850,4,17235,'OPD','2013-11-29 23:16:29'),(69851,5,17235,'','2013-11-29 23:16:29'),(69852,6,17235,'178','2013-11-29 23:16:29'),(69853,7,17235,'DAY','2013-11-29 23:16:29'),(69854,1,17237,'','2013-11-29 23:16:29'),(69855,2,17237,'','2013-11-29 23:16:29'),(69856,3,17237,'','2013-11-29 23:16:29'),(69857,4,17237,'','2013-11-29 23:16:29'),(69858,5,17237,'','2013-11-29 23:16:29'),(69859,6,17237,'','2013-11-29 23:16:29'),(69860,7,17237,'DAY','2013-11-29 23:16:29'),(69861,1,17238,'','2013-11-29 23:17:19'),(69862,2,17238,'','2013-11-29 23:17:19'),(69863,3,17238,'','2013-11-29 23:17:19'),(69864,4,17238,'','2013-11-29 23:17:19'),(69865,5,17238,'','2013-11-29 23:17:19'),(69866,6,17238,'','2013-11-29 23:17:19'),(69867,7,17238,'DAY','2013-11-29 23:17:19'),(69868,1,17239,'3596508','2013-11-29 23:19:53'),(69869,2,17239,'','2013-11-29 23:19:53'),(69870,3,17239,'','2013-11-29 23:19:53'),(69871,4,17239,'OPD','2013-11-29 23:19:53'),(69872,5,17239,'','2013-11-29 23:19:53'),(69873,6,17239,'93.5','2013-11-29 23:19:53'),(69874,7,17239,'DAY','2013-11-29 23:19:53'),(69875,1,17241,'','2013-11-29 23:19:53'),(69876,2,17241,'','2013-11-29 23:19:53'),(69877,3,17241,'','2013-11-29 23:19:53'),(69878,4,17241,'','2013-11-29 23:19:53'),(69879,5,17241,'','2013-11-29 23:19:53'),(69880,6,17241,'','2013-11-29 23:19:53'),(69881,7,17241,'DAY','2013-11-29 23:19:53'),(69882,1,17242,'','2013-11-29 23:25:03'),(69883,2,17242,'','2013-11-29 23:25:03'),(69884,3,17242,'','2013-11-29 23:25:03'),(69885,4,17242,'','2013-11-29 23:25:03'),(69886,5,17242,'','2013-11-29 23:25:03'),(69887,6,17242,'','2013-11-29 23:25:03'),(69888,7,17242,'DAY','2013-11-29 23:25:03'),(69889,1,17243,'','2013-11-29 23:26:47'),(69890,2,17243,'','2013-11-29 23:26:47'),(69891,3,17243,'','2013-11-29 23:26:47'),(69892,4,17243,'','2013-11-29 23:26:47'),(69893,5,17243,'','2013-11-29 23:26:47'),(69894,6,17243,'','2013-11-29 23:26:47'),(69895,7,17243,'DAY','2013-11-29 23:26:47'),(69896,1,17244,'3596518','2013-11-29 23:48:42'),(69897,2,17244,'','2013-11-29 23:48:42'),(69898,3,17244,'','2013-11-29 23:48:42'),(69899,4,17244,'OPD','2013-11-29 23:48:42'),(69900,5,17244,'','2013-11-29 23:48:42'),(69901,6,17244,'342','2013-11-29 23:48:42'),(69902,7,17244,'DAY','2013-11-29 23:48:42'),(69903,1,17246,'','2013-11-29 23:48:43'),(69904,2,17246,'','2013-11-29 23:48:43'),(69905,3,17246,'','2013-11-29 23:48:43'),(69906,4,17246,'','2013-11-29 23:48:43'),(69907,5,17246,'','2013-11-29 23:48:43'),(69908,6,17246,'','2013-11-29 23:48:43'),(69909,7,17246,'DAY','2013-11-29 23:48:43'),(69910,1,17249,'','2013-11-29 23:48:43'),(69911,2,17249,'','2013-11-29 23:48:43'),(69912,3,17249,'','2013-11-29 23:48:43'),(69913,4,17249,'','2013-11-29 23:48:43'),(69914,5,17249,'','2013-11-29 23:48:43'),(69915,6,17249,'','2013-11-29 23:48:43'),(69916,7,17249,'DAY','2013-11-29 23:48:43'),(69917,1,17250,'3596533','2013-11-30 00:26:05'),(69918,2,17250,'595921','2013-11-30 00:26:05'),(69919,3,17250,'','2013-11-30 00:26:05'),(69920,4,17250,'OPD','2013-11-30 00:26:05'),(69921,5,17250,'','2013-11-30 00:26:05'),(69922,6,17250,'129','2013-11-30 00:26:05'),(69923,7,17250,'DAY','2013-11-30 00:26:05'),(69924,1,17252,'','2013-11-30 00:26:05'),(69925,2,17252,'','2013-11-30 00:26:05'),(69926,3,17252,'','2013-11-30 00:26:05'),(69927,4,17252,'','2013-11-30 00:26:05'),(69928,5,17252,'','2013-11-30 00:26:05'),(69929,6,17252,'','2013-11-30 00:26:05'),(69930,7,17252,'DAY','2013-11-30 00:26:05'),(69931,1,17255,'','2013-11-30 00:26:05'),(69932,2,17255,'','2013-11-30 00:26:05'),(69933,3,17255,'','2013-11-30 00:26:05'),(69934,4,17255,'','2013-11-30 00:26:05'),(69935,5,17255,'','2013-11-30 00:26:05'),(69936,6,17255,'','2013-11-30 00:26:05'),(69937,7,17255,'DAY','2013-11-30 00:26:05'),(69938,1,17256,'3596535','2013-11-30 00:31:43'),(69939,2,17256,'','2013-11-30 00:31:43'),(69940,3,17256,'','2013-11-30 00:31:43'),(69941,4,17256,'OPD','2013-11-30 00:31:43'),(69942,5,17256,'','2013-11-30 00:31:43'),(69943,6,17256,'86','2013-11-30 00:31:43'),(69944,7,17256,'DAY','2013-11-30 00:31:43'),(69945,1,17258,'','2013-11-30 00:31:44'),(69946,2,17258,'','2013-11-30 00:31:44'),(69947,3,17258,'','2013-11-30 00:31:44'),(69948,4,17258,'','2013-11-30 00:31:44'),(69949,5,17258,'','2013-11-30 00:31:44'),(69950,6,17258,'','2013-11-30 00:31:44'),(69951,7,17258,'DAY','2013-11-30 00:31:44'),(69952,1,17259,'','2013-11-30 00:31:56'),(69953,2,17259,'','2013-11-30 00:31:56'),(69954,3,17259,'','2013-11-30 00:31:56'),(69955,4,17259,'','2013-11-30 00:31:56'),(69956,5,17259,'','2013-11-30 00:31:56'),(69957,6,17259,'','2013-11-30 00:31:56'),(69958,7,17259,'DAY','2013-11-30 00:31:56'),(69959,1,17260,'3596557','2013-11-30 01:01:23'),(69960,2,17260,'595935','2013-11-30 01:01:23'),(69961,3,17260,'','2013-11-30 01:01:23'),(69962,4,17260,'OPD','2013-11-30 01:01:23'),(69963,5,17260,'','2013-11-30 01:01:23'),(69964,6,17260,'60','2013-11-30 01:01:23'),(69965,7,17260,'DAY','2013-11-30 01:01:23'),(69966,1,17261,'3596586','2013-11-30 01:09:36'),(69967,2,17261,'','2013-11-30 01:09:36'),(69968,3,17261,'','2013-11-30 01:09:36'),(69969,4,17261,'OPD','2013-11-30 01:09:36'),(69970,5,17261,'','2013-11-30 01:09:36'),(69971,6,17261,'144','2013-11-30 01:09:36'),(69972,7,17261,'DAY','2013-11-30 01:09:36'),(69973,1,17263,'','2013-11-30 01:09:36'),(69974,2,17263,'','2013-11-30 01:09:36'),(69975,3,17263,'','2013-11-30 01:09:36'),(69976,4,17263,'','2013-11-30 01:09:36'),(69977,5,17263,'','2013-11-30 01:09:36'),(69978,6,17263,'','2013-11-30 01:09:36'),(69979,7,17263,'DAY','2013-11-30 01:09:36'),(69980,1,17266,'','2013-11-30 01:09:36'),(69981,2,17266,'','2013-11-30 01:09:36'),(69982,3,17266,'','2013-11-30 01:09:36'),(69983,4,17266,'','2013-11-30 01:09:36'),(69984,5,17266,'','2013-11-30 01:09:36'),(69985,6,17266,'','2013-11-30 01:09:36'),(69986,7,17266,'DAY','2013-11-30 01:09:36'),(69987,1,17267,'3596582','2013-11-30 01:25:41'),(69988,2,17267,'595943','2013-11-30 01:25:41'),(69989,3,17267,'','2013-11-30 01:25:41'),(69990,4,17267,'OPD','2013-11-30 01:25:41'),(69991,5,17267,'','2013-11-30 01:25:41'),(69992,6,17267,'169','2013-11-30 01:25:41'),(69993,7,17267,'DAY','2013-11-30 01:25:41'),(69994,1,17269,'','2013-11-30 01:25:41'),(69995,2,17269,'','2013-11-30 01:25:41'),(69996,3,17269,'','2013-11-30 01:25:41'),(69997,4,17269,'','2013-11-30 01:25:41'),(69998,5,17269,'','2013-11-30 01:25:41'),(69999,6,17269,'','2013-11-30 01:25:41'),(70000,7,17269,'DAY','2013-11-30 01:25:41'),(70001,1,17270,'3596613','2013-11-30 01:46:54'),(70002,2,17270,'595952','2013-11-30 01:46:54'),(70003,3,17270,'','2013-11-30 01:46:54'),(70004,4,17270,'OPD','2013-11-30 01:46:54'),(70005,5,17270,'','2013-11-30 01:46:54'),(70006,6,17270,'100','2013-11-30 01:46:54'),(70007,7,17270,'DAY','2013-11-30 01:46:54'),(70008,1,17272,'','2013-11-30 01:46:54'),(70009,2,17272,'','2013-11-30 01:46:54'),(70010,3,17272,'','2013-11-30 01:46:54'),(70011,4,17272,'','2013-11-30 01:46:54'),(70012,5,17272,'','2013-11-30 01:46:54'),(70013,6,17272,'','2013-11-30 01:46:54'),(70014,7,17272,'DAY','2013-11-30 01:46:54'),(70015,1,17273,'3596631','2013-11-30 02:02:46'),(70016,2,17273,'595953','2013-11-30 02:02:46'),(70017,3,17273,'','2013-11-30 02:02:46'),(70018,4,17273,'OUTSIDE','2013-11-30 02:02:46'),(70019,5,17273,'','2013-11-30 02:02:46'),(70020,6,17273,'55','2013-11-30 02:02:46'),(70021,7,17273,'DAY','2013-11-30 02:02:46'),(70022,1,17274,'3596651','2013-11-30 02:19:20'),(70023,2,17274,'','2013-11-30 02:19:20'),(70024,3,17274,'','2013-11-30 02:19:20'),(70025,4,17274,'OPD','2013-11-30 02:19:20'),(70026,5,17274,'','2013-11-30 02:19:20'),(70027,6,17274,'156','2013-11-30 02:19:20'),(70028,7,17274,'DAY','2013-11-30 02:19:20'),(70029,1,17276,'','2013-11-30 02:19:20'),(70030,2,17276,'','2013-11-30 02:19:20'),(70031,3,17276,'','2013-11-30 02:19:20'),(70032,4,17276,'','2013-11-30 02:19:20'),(70033,5,17276,'','2013-11-30 02:19:20'),(70034,6,17276,'','2013-11-30 02:19:20'),(70035,7,17276,'DAY','2013-11-30 02:19:20'),(70036,1,17277,'3596660','2013-11-30 02:26:51'),(70037,2,17277,'','2013-11-30 02:26:51'),(70038,3,17277,'','2013-11-30 02:26:51'),(70039,4,17277,'OPD','2013-11-30 02:26:51'),(70040,5,17277,'','2013-11-30 02:26:51'),(70041,6,17277,'49','2013-11-30 02:26:51'),(70042,7,17277,'DAY','2013-11-30 02:26:51'),(70043,1,17279,'','2013-11-30 02:26:51'),(70044,2,17279,'','2013-11-30 02:26:51'),(70045,3,17279,'','2013-11-30 02:26:51'),(70046,4,17279,'','2013-11-30 02:26:51'),(70047,5,17279,'','2013-11-30 02:26:51'),(70048,6,17279,'','2013-11-30 02:26:51'),(70049,7,17279,'DAY','2013-11-30 02:26:51'),(70050,1,17280,'','2013-11-30 02:47:39'),(70051,2,17280,'','2013-11-30 02:47:39'),(70052,3,17280,'','2013-11-30 02:47:39'),(70053,4,17280,'','2013-11-30 02:47:39'),(70054,5,17280,'','2013-11-30 02:47:39'),(70055,6,17280,'','2013-11-30 02:47:39'),(70056,7,17280,'DAY','2013-11-30 02:47:39'),(70057,1,17281,'3596734','2013-11-30 03:20:25'),(70058,2,17281,'','2013-11-30 03:20:25'),(70059,3,17281,'','2013-11-30 03:20:25'),(70060,4,17281,'OPD','2013-11-30 03:20:25'),(70061,5,17281,'','2013-11-30 03:20:25'),(70062,6,17281,'79.00','2013-11-30 03:20:25'),(70063,7,17281,'DAY','2013-11-30 03:20:25'),(70064,1,17283,'','2013-11-30 03:20:25'),(70065,2,17283,'','2013-11-30 03:20:25'),(70066,3,17283,'','2013-11-30 03:20:25'),(70067,4,17283,'','2013-11-30 03:20:25'),(70068,5,17283,'','2013-11-30 03:20:25'),(70069,6,17283,'','2013-11-30 03:20:25'),(70070,7,17283,'DAY','2013-11-30 03:20:25'),(70071,1,17284,'3596735','2013-11-30 03:26:10'),(70072,2,17284,'595965','2013-11-30 03:26:10'),(70073,3,17284,'','2013-11-30 03:26:10'),(70074,4,17284,'OPD','2013-11-30 03:26:10'),(70075,5,17284,'','2013-11-30 03:26:10'),(70076,6,17284,'35.00','2013-11-30 03:26:10'),(70077,7,17284,'DAY','2013-11-30 03:26:10'),(70078,1,17285,'3596764','2013-11-30 04:23:28'),(70079,2,17285,'','2013-11-30 04:23:28'),(70080,3,17285,'','2013-11-30 04:23:28'),(70081,4,17285,'OPD','2013-11-30 04:23:28'),(70082,5,17285,'','2013-11-30 04:23:28'),(70083,6,17285,'114.00','2013-11-30 04:23:28'),(70084,7,17285,'DAY','2013-11-30 04:23:28'),(70085,1,17286,'3596776','2013-11-30 04:40:03'),(70086,2,17286,'','2013-11-30 04:40:03'),(70087,3,17286,'','2013-11-30 04:40:03'),(70088,4,17286,'OPD','2013-11-30 04:40:03'),(70089,5,17286,'','2013-11-30 04:40:03'),(70090,6,17286,'126.00','2013-11-30 04:40:03'),(70091,7,17286,'DAY','2013-11-30 04:40:03'),(70092,1,17288,'','2013-11-30 04:40:03'),(70093,2,17288,'','2013-11-30 04:40:03'),(70094,3,17288,'','2013-11-30 04:40:03'),(70095,4,17288,'','2013-11-30 04:40:03'),(70096,5,17288,'','2013-11-30 04:40:03'),(70097,6,17288,'','2013-11-30 04:40:03'),(70098,7,17288,'DAY','2013-11-30 04:40:03'),(70099,1,17289,'3596780','2013-11-30 05:06:49'),(70100,2,17289,'','2013-11-30 05:06:49'),(70101,3,17289,'','2013-11-30 05:06:49'),(70102,4,17289,'OPD','2013-11-30 05:06:49'),(70103,5,17289,'','2013-11-30 05:06:49'),(70104,6,17289,'37.00','2013-11-30 05:06:49'),(70105,7,17289,'DAY','2013-11-30 05:06:49'),(70106,1,17290,'3596782','2013-11-30 05:32:44'),(70107,2,17290,'','2013-11-30 05:32:44'),(70108,3,17290,'','2013-11-30 05:32:44'),(70109,4,17290,'OPD','2013-11-30 05:32:44'),(70110,5,17290,'','2013-11-30 05:32:44'),(70111,6,17290,'126.00','2013-11-30 05:32:44'),(70112,7,17290,'DAY','2013-11-30 05:32:44'),(70113,1,17292,'','2013-11-30 05:32:44'),(70114,2,17292,'','2013-11-30 05:32:44'),(70115,3,17292,'','2013-11-30 05:32:44'),(70116,4,17292,'','2013-11-30 05:32:44'),(70117,5,17292,'','2013-11-30 05:32:44'),(70118,6,17292,'','2013-11-30 05:32:44'),(70119,7,17292,'DAY','2013-11-30 05:32:44'),(70120,1,17295,'','2013-11-30 05:32:45'),(70121,2,17295,'','2013-11-30 05:32:45'),(70122,3,17295,'','2013-11-30 05:32:45'),(70123,4,17295,'','2013-11-30 05:32:45'),(70124,5,17295,'','2013-11-30 05:32:45'),(70125,6,17295,'','2013-11-30 05:32:45'),(70126,7,17295,'DAY','2013-11-30 05:32:45'),(70127,1,17296,'3596780','2013-11-30 05:41:45'),(70128,2,17296,'','2013-11-30 05:41:45'),(70129,3,17296,'','2013-11-30 05:41:45'),(70130,4,17296,'OPD','2013-11-30 05:41:45'),(70131,5,17296,'','2013-11-30 05:41:45'),(70132,6,17296,'94.00','2013-11-30 05:41:45'),(70133,7,17296,'DAY','2013-11-30 05:41:45'),(70134,1,17298,'','2013-11-30 05:41:45'),(70135,2,17298,'','2013-11-30 05:41:45'),(70136,3,17298,'','2013-11-30 05:41:45'),(70137,4,17298,'','2013-11-30 05:41:45'),(70138,5,17298,'','2013-11-30 05:41:45'),(70139,6,17298,'','2013-11-30 05:41:45'),(70140,7,17298,'DAY','2013-11-30 05:41:45'),(70141,1,17299,'3596789','2013-11-30 05:47:50'),(70142,2,17299,'','2013-11-30 05:47:50'),(70143,3,17299,'','2013-11-30 05:47:50'),(70144,4,17299,'OPD','2013-11-30 05:47:50'),(70145,5,17299,'','2013-11-30 05:47:50'),(70146,6,17299,'33.00','2013-11-30 05:47:50'),(70147,7,17299,'DAY','2013-11-30 05:47:50'),(70148,1,17300,'3596791','2013-11-30 06:14:59'),(70149,2,17300,'595976','2013-11-30 06:14:59'),(70150,3,17300,'','2013-11-30 06:14:59'),(70151,4,17300,'OPD','2013-11-30 06:14:59'),(70152,5,17300,'','2013-11-30 06:14:59'),(70153,6,17300,'35.00','2013-11-30 06:14:59'),(70154,7,17300,'DAY','2013-11-30 06:14:59'),(70155,1,17301,'3596795','2013-11-30 06:35:52'),(70156,2,17301,'','2013-11-30 06:35:52'),(70157,3,17301,'','2013-11-30 06:35:52'),(70158,4,17301,'OPD','2013-11-30 06:35:52'),(70159,5,17301,'','2013-11-30 06:35:52'),(70160,6,17301,'100.00','2013-11-30 06:35:52'),(70161,7,17301,'DAY','2013-11-30 06:35:52'),(70162,1,17303,'','2013-11-30 06:35:53'),(70163,2,17303,'','2013-11-30 06:35:53'),(70164,3,17303,'','2013-11-30 06:35:53'),(70165,4,17303,'','2013-11-30 06:35:53'),(70166,5,17303,'','2013-11-30 06:35:53'),(70167,6,17303,'','2013-11-30 06:35:53'),(70168,7,17303,'DAY','2013-11-30 06:35:53'),(70169,1,17304,'3596796','2013-11-30 06:39:54'),(70170,2,17304,'595979','2013-11-30 06:39:54'),(70171,3,17304,'','2013-11-30 06:39:54'),(70172,4,17304,'OPD','2013-11-30 06:39:54'),(70173,5,17304,'','2013-11-30 06:39:54'),(70174,6,17304,'35.00','2013-11-30 06:39:54'),(70175,7,17304,'DAY','2013-11-30 06:39:54'),(70176,1,17305,'3596789','2013-11-30 07:52:32'),(70177,2,17305,'595981','2013-11-30 07:52:32'),(70178,3,17305,'','2013-11-30 07:52:32'),(70179,4,17305,'OPD','2013-11-30 07:52:32'),(70180,5,17305,'','2013-11-30 07:52:32'),(70181,6,17305,'90.00','2013-11-30 07:52:32'),(70182,7,17305,'DAY','2013-11-30 07:52:32'),(70183,1,17307,'','2013-11-30 07:52:32'),(70184,2,17307,'','2013-11-30 07:52:32'),(70185,3,17307,'','2013-11-30 07:52:32'),(70186,4,17307,'','2013-11-30 07:52:32'),(70187,5,17307,'','2013-11-30 07:52:32'),(70188,6,17307,'','2013-11-30 07:52:32'),(70189,7,17307,'DAY','2013-11-30 07:52:32'),(70190,1,17308,'3596800','2013-11-30 08:15:21'),(70191,2,17308,'','2013-11-30 08:15:21'),(70192,3,17308,'','2013-11-30 08:15:21'),(70193,4,17308,'OPD','2013-11-30 08:15:21'),(70194,5,17308,'','2013-11-30 08:15:21'),(70195,6,17308,'81.00','2013-11-30 08:15:21'),(70196,7,17308,'DAY','2013-11-30 08:15:21'),(70197,1,17309,'3596808','2013-11-30 13:42:29'),(70198,2,17309,'595986','2013-11-30 13:42:29'),(70199,3,17309,'','2013-11-30 13:42:29'),(70200,4,17309,'OPD','2013-11-30 13:42:29'),(70201,5,17309,'','2013-11-30 13:42:29'),(70202,6,17309,'269.00','2013-11-30 13:42:29'),(70203,7,17309,'DAY','2013-11-30 13:42:29'),(70204,1,17311,'','2013-11-30 13:42:29'),(70205,2,17311,'','2013-11-30 13:42:29'),(70206,3,17311,'','2013-11-30 13:42:29'),(70207,4,17311,'','2013-11-30 13:42:29'),(70208,5,17311,'','2013-11-30 13:42:29'),(70209,6,17311,'','2013-11-30 13:42:29'),(70210,7,17311,'DAY','2013-11-30 13:42:29'),(70211,1,17314,'','2013-11-30 13:42:29'),(70212,2,17314,'','2013-11-30 13:42:29'),(70213,3,17314,'','2013-11-30 13:42:29'),(70214,4,17314,'','2013-11-30 13:42:29'),(70215,5,17314,'','2013-11-30 13:42:29'),(70216,6,17314,'','2013-11-30 13:42:29'),(70217,7,17314,'DAY','2013-11-30 13:42:29'),(70218,1,17315,'3596843','2013-11-30 14:49:05'),(70219,2,17315,'595991','2013-11-30 14:49:05'),(70220,3,17315,'','2013-11-30 14:49:05'),(70221,4,17315,'OPD','2013-11-30 14:49:05'),(70222,5,17315,'','2013-11-30 14:49:05'),(70223,6,17315,'22.00','2013-11-30 14:49:05'),(70224,7,17315,'DAY','2013-11-30 14:49:05'),(70225,1,17316,'3588699','2013-11-30 15:23:12'),(70226,2,17316,'','2013-11-30 15:23:12'),(70227,3,17316,'','2013-11-30 15:23:12'),(70228,4,17316,'OPD','2013-11-30 15:23:12'),(70229,5,17316,'','2013-11-30 15:23:12'),(70230,6,17316,'39.00','2013-11-30 15:23:12'),(70231,7,17316,'DAY','2013-11-30 15:23:12'),(70232,1,17317,'3596856','2013-11-30 15:28:18'),(70233,2,17317,'','2013-11-30 15:28:18'),(70234,3,17317,'','2013-11-30 15:28:18'),(70235,4,17317,'OPD','2013-11-30 15:28:18'),(70236,5,17317,'','2013-11-30 15:28:18'),(70237,6,17317,'112.00','2013-11-30 15:28:18'),(70238,7,17317,'DAY','2013-11-30 15:28:18'),(70239,1,17319,'','2013-11-30 15:28:18'),(70240,2,17319,'','2013-11-30 15:28:18'),(70241,3,17319,'','2013-11-30 15:28:18'),(70242,4,17319,'','2013-11-30 15:28:18'),(70243,5,17319,'','2013-11-30 15:28:18'),(70244,6,17319,'','2013-11-30 15:28:18'),(70245,7,17319,'DAY','2013-11-30 15:28:18'),(70246,1,17320,'3596858','2013-11-30 15:37:11'),(70247,2,17320,'','2013-11-30 15:37:11'),(70248,3,17320,'','2013-11-30 15:37:11'),(70249,4,17320,'OPD','2013-11-30 15:37:11'),(70250,5,17320,'','2013-11-30 15:37:11'),(70251,6,17320,'203.5','2013-11-30 15:37:11'),(70252,7,17320,'DAY','2013-11-30 15:37:11'),(70253,1,17322,'','2013-11-30 15:37:11'),(70254,2,17322,'','2013-11-30 15:37:11'),(70255,3,17322,'','2013-11-30 15:37:11'),(70256,4,17322,'','2013-11-30 15:37:11'),(70257,5,17322,'','2013-11-30 15:37:11'),(70258,6,17322,'','2013-11-30 15:37:11'),(70259,7,17322,'DAY','2013-11-30 15:37:11'),(70260,1,17325,'','2013-11-30 15:37:11'),(70261,2,17325,'','2013-11-30 15:37:11'),(70262,3,17325,'','2013-11-30 15:37:11'),(70263,4,17325,'','2013-11-30 15:37:11'),(70264,5,17325,'','2013-11-30 15:37:11'),(70265,6,17325,'','2013-11-30 15:37:11'),(70266,7,17325,'DAY','2013-11-30 15:37:11'),(70267,1,17326,'3588086','2013-11-30 15:40:58'),(70268,2,17326,'','2013-11-30 15:40:58'),(70269,3,17326,'','2013-11-30 15:40:58'),(70270,4,17326,'OPD','2013-11-30 15:40:58'),(70271,5,17326,'','2013-11-30 15:40:58'),(70272,6,17326,'213','2013-11-30 15:40:58'),(70273,7,17326,'DAY','2013-11-30 15:40:58'),(70274,1,17328,'','2013-11-30 15:40:58'),(70275,2,17328,'','2013-11-30 15:40:58'),(70276,3,17328,'','2013-11-30 15:40:58'),(70277,4,17328,'','2013-11-30 15:40:58'),(70278,5,17328,'','2013-11-30 15:40:58'),(70279,6,17328,'','2013-11-30 15:40:58'),(70280,7,17328,'DAY','2013-11-30 15:40:58'),(70281,1,17331,'','2013-11-30 15:40:58'),(70282,2,17331,'','2013-11-30 15:40:58'),(70283,3,17331,'','2013-11-30 15:40:58'),(70284,4,17331,'','2013-11-30 15:40:58'),(70285,5,17331,'','2013-11-30 15:40:58'),(70286,6,17331,'','2013-11-30 15:40:58'),(70287,7,17331,'DAY','2013-11-30 15:40:58'),(70288,1,17332,'3596405','2013-11-30 16:01:59'),(70289,2,17332,'','2013-11-30 16:01:59'),(70290,3,17332,'','2013-11-30 16:01:59'),(70291,4,17332,'OPD','2013-11-30 16:01:59'),(70292,5,17332,'','2013-11-30 16:01:59'),(70293,6,17332,'151','2013-11-30 16:01:59'),(70294,7,17332,'DAY','2013-11-30 16:01:59'),(70295,1,17334,'','2013-11-30 16:01:59'),(70296,2,17334,'','2013-11-30 16:01:59'),(70297,3,17334,'','2013-11-30 16:01:59'),(70298,4,17334,'','2013-11-30 16:01:59'),(70299,5,17334,'','2013-11-30 16:01:59'),(70300,6,17334,'','2013-11-30 16:01:59'),(70301,7,17334,'DAY','2013-11-30 16:01:59'),(70302,1,17335,'3596866','2013-11-30 16:09:03'),(70303,2,17335,'','2013-11-30 16:09:03'),(70304,3,17335,'','2013-11-30 16:09:03'),(70305,4,17335,'OPD','2013-11-30 16:09:03'),(70306,5,17335,'','2013-11-30 16:09:03'),(70307,6,17335,'55','2013-11-30 16:09:03'),(70308,7,17335,'DAY','2013-11-30 16:09:03'),(70309,1,17337,'','2013-11-30 16:09:03'),(70310,2,17337,'','2013-11-30 16:09:03'),(70311,3,17337,'','2013-11-30 16:09:03'),(70312,4,17337,'','2013-11-30 16:09:03'),(70313,5,17337,'','2013-11-30 16:09:03'),(70314,6,17337,'','2013-11-30 16:09:03'),(70315,7,17337,'DAY','2013-11-30 16:09:03'),(70316,1,17338,'3596887','2013-11-30 17:05:37'),(70317,2,17338,'','2013-11-30 17:05:37'),(70318,3,17338,'','2013-11-30 17:05:37'),(70319,4,17338,'OPD','2013-11-30 17:05:37'),(70320,5,17338,'','2013-11-30 17:05:37'),(70321,6,17338,'55','2013-11-30 17:05:37'),(70322,7,17338,'DAY','2013-11-30 17:05:37'),(70323,1,17339,'3596886','2013-11-30 17:07:24'),(70324,2,17339,'','2013-11-30 17:07:24'),(70325,3,17339,'','2013-11-30 17:07:24'),(70326,4,17339,'OPD','2013-11-30 17:07:24'),(70327,5,17339,'','2013-11-30 17:07:24'),(70328,6,17339,'114','2013-11-30 17:07:24'),(70329,7,17339,'DAY','2013-11-30 17:07:24'),(70330,1,17340,'3596892','2013-11-30 17:16:58'),(70331,2,17340,'','2013-11-30 17:16:58'),(70332,3,17340,'','2013-11-30 17:16:58'),(70333,4,17340,'OPD','2013-11-30 17:16:58'),(70334,5,17340,'','2013-11-30 17:16:58'),(70335,6,17340,'27','2013-11-30 17:16:58'),(70336,7,17340,'DAY','2013-11-30 17:16:58'),(70337,1,17341,'3596902','2013-11-30 17:36:32'),(70338,2,17341,'','2013-11-30 17:36:32'),(70339,3,17341,'','2013-11-30 17:36:32'),(70340,4,17341,'OPD','2013-11-30 17:36:32'),(70341,5,17341,'','2013-11-30 17:36:32'),(70342,6,17341,'','2013-11-30 17:36:32'),(70343,7,17341,'DAY','2013-11-30 17:36:32'),(70344,1,17342,'3596904','2013-11-30 17:39:34'),(70345,2,17342,'','2013-11-30 17:39:34'),(70346,3,17342,'','2013-11-30 17:39:34'),(70347,4,17342,'OPD','2013-11-30 17:39:34'),(70348,5,17342,'','2013-11-30 17:39:34'),(70349,6,17342,'192','2013-11-30 17:39:34'),(70350,7,17342,'DAY','2013-11-30 17:39:34'),(70351,1,17344,'','2013-11-30 17:39:34'),(70352,2,17344,'','2013-11-30 17:39:34'),(70353,3,17344,'','2013-11-30 17:39:34'),(70354,4,17344,'','2013-11-30 17:39:34'),(70355,5,17344,'','2013-11-30 17:39:34'),(70356,6,17344,'','2013-11-30 17:39:34'),(70357,7,17344,'DAY','2013-11-30 17:39:34'),(70358,1,17347,'','2013-11-30 17:39:34'),(70359,2,17347,'','2013-11-30 17:39:34'),(70360,3,17347,'','2013-11-30 17:39:34'),(70361,4,17347,'','2013-11-30 17:39:34'),(70362,5,17347,'','2013-11-30 17:39:34'),(70363,6,17347,'','2013-11-30 17:39:34'),(70364,7,17347,'DAY','2013-11-30 17:39:34'),(70365,1,17348,'3596906','2013-11-30 17:42:39'),(70366,2,17348,'','2013-11-30 17:42:39'),(70367,3,17348,'','2013-11-30 17:42:39'),(70368,4,17348,'OPD','2013-11-30 17:42:39'),(70369,5,17348,'','2013-11-30 17:42:39'),(70370,6,17348,'12','2013-11-30 17:42:39'),(70371,7,17348,'DAY','2013-11-30 17:42:39'),(70372,1,17349,'3596907','2013-11-30 17:45:31'),(70373,2,17349,'','2013-11-30 17:45:31'),(70374,3,17349,'','2013-11-30 17:45:31'),(70375,4,17349,'OPD','2013-11-30 17:45:31'),(70376,5,17349,'','2013-11-30 17:45:31'),(70377,6,17349,'45','2013-11-30 17:45:31'),(70378,7,17349,'DAY','2013-11-30 17:45:31'),(70379,1,17350,'3596894','2013-11-30 17:48:27'),(70380,2,17350,'596016','2013-11-30 17:48:27'),(70381,3,17350,'','2013-11-30 17:48:27'),(70382,4,17350,'OPD','2013-11-30 17:48:27'),(70383,5,17350,'','2013-11-30 17:48:28'),(70384,6,17350,'75','2013-11-30 17:48:28'),(70385,7,17350,'DAY','2013-11-30 17:48:28'),(70386,1,17351,'3596909','2013-11-30 18:05:03'),(70387,2,17351,'','2013-11-30 18:05:03'),(70388,3,17351,'','2013-11-30 18:05:03'),(70389,4,17351,'OPD','2013-11-30 18:05:03'),(70390,5,17351,'','2013-11-30 18:05:03'),(70391,6,17351,'94','2013-11-30 18:05:03'),(70392,7,17351,'DAY','2013-11-30 18:05:03'),(70393,1,17353,'','2013-11-30 18:05:03'),(70394,2,17353,'','2013-11-30 18:05:03'),(70395,3,17353,'','2013-11-30 18:05:03'),(70396,4,17353,'','2013-11-30 18:05:03'),(70397,5,17353,'','2013-11-30 18:05:03'),(70398,6,17353,'','2013-11-30 18:05:03'),(70399,7,17353,'DAY','2013-11-30 18:05:03'),(70400,1,17354,'3596643','2013-11-30 18:15:26'),(70401,2,17354,'','2013-11-30 18:15:26'),(70402,3,17354,'','2013-11-30 18:15:26'),(70403,4,17354,'OPD','2013-11-30 18:15:26'),(70404,5,17354,'','2013-11-30 18:15:26'),(70405,6,17354,'72','2013-11-30 18:15:26'),(70406,7,17354,'DAY','2013-11-30 18:15:26'),(70407,1,17356,'','2013-11-30 18:15:26'),(70408,2,17356,'','2013-11-30 18:15:26'),(70409,3,17356,'','2013-11-30 18:15:26'),(70410,4,17356,'','2013-11-30 18:15:26'),(70411,5,17356,'','2013-11-30 18:15:27'),(70412,6,17356,'','2013-11-30 18:15:27'),(70413,7,17356,'DAY','2013-11-30 18:15:27'),(70414,1,17357,'3589668','2013-11-30 18:21:26'),(70415,2,17357,'','2013-11-30 18:21:26'),(70416,3,17357,'','2013-11-30 18:21:26'),(70417,4,17357,'OPD','2013-11-30 18:21:26'),(70418,5,17357,'','2013-11-30 18:21:26'),(70419,6,17357,'104.4','2013-11-30 18:21:26'),(70420,7,17357,'DAY','2013-11-30 18:21:26'),(70421,1,17358,'3596914','2013-11-30 18:23:20'),(70422,2,17358,'','2013-11-30 18:23:20'),(70423,3,17358,'','2013-11-30 18:23:20'),(70424,4,17358,'OPD','2013-11-30 18:23:20'),(70425,5,17358,'','2013-11-30 18:23:20'),(70426,6,17358,'108','2013-11-30 18:23:20'),(70427,7,17358,'DAY','2013-11-30 18:23:20'),(70428,1,17360,'','2013-11-30 18:23:20'),(70429,2,17360,'','2013-11-30 18:23:20'),(70430,3,17360,'','2013-11-30 18:23:20'),(70431,4,17360,'','2013-11-30 18:23:20'),(70432,5,17360,'','2013-11-30 18:23:20'),(70433,6,17360,'','2013-11-30 18:23:20'),(70434,7,17360,'DAY','2013-11-30 18:23:20'),(70435,1,17361,'3596923','2013-11-30 18:28:27'),(70436,2,17361,'','2013-11-30 18:28:27'),(70437,3,17361,'','2013-11-30 18:28:27'),(70438,4,17361,'','2013-11-30 18:28:27'),(70439,5,17361,'218120','2013-11-30 18:28:27'),(70440,6,17361,'186','2013-11-30 18:28:27'),(70441,7,17361,'DAY','2013-11-30 18:28:27'),(70442,1,17363,'','2013-11-30 18:28:27'),(70443,2,17363,'','2013-11-30 18:28:27'),(70444,3,17363,'','2013-11-30 18:28:27'),(70445,4,17363,'','2013-11-30 18:28:27'),(70446,5,17363,'','2013-11-30 18:28:27'),(70447,6,17363,'','2013-11-30 18:28:27'),(70448,7,17363,'DAY','2013-11-30 18:28:27'),(70449,1,17366,'','2013-11-30 18:28:27'),(70450,2,17366,'','2013-11-30 18:28:27'),(70451,3,17366,'','2013-11-30 18:28:27'),(70452,4,17366,'','2013-11-30 18:28:27'),(70453,5,17366,'','2013-11-30 18:28:27'),(70454,6,17366,'','2013-11-30 18:28:27'),(70455,7,17366,'DAY','2013-11-30 18:28:27'),(70456,1,17367,'3596915','2013-11-30 18:33:12'),(70457,2,17367,'','2013-11-30 18:33:12'),(70458,3,17367,'','2013-11-30 18:33:12'),(70459,4,17367,'OPD','2013-11-30 18:33:12'),(70460,5,17367,'','2013-11-30 18:33:12'),(70461,6,17367,'123','2013-11-30 18:33:12'),(70462,7,17367,'DAY','2013-11-30 18:33:12'),(70463,1,17368,'3596720','2013-11-30 18:36:11'),(70464,2,17368,'','2013-11-30 18:36:11'),(70465,3,17368,'','2013-11-30 18:36:11'),(70466,4,17368,'OPD','2013-11-30 18:36:11'),(70467,5,17368,'','2013-11-30 18:36:11'),(70468,6,17368,'313','2013-11-30 18:36:11'),(70469,7,17368,'DAY','2013-11-30 18:36:11'),(70470,1,17370,'','2013-11-30 18:36:11'),(70471,2,17370,'','2013-11-30 18:36:11'),(70472,3,17370,'','2013-11-30 18:36:11'),(70473,4,17370,'','2013-11-30 18:36:11'),(70474,5,17370,'','2013-11-30 18:36:11'),(70475,6,17370,'','2013-11-30 18:36:11'),(70476,7,17370,'DAY','2013-11-30 18:36:11'),(70477,1,17373,'','2013-11-30 18:36:12'),(70478,2,17373,'','2013-11-30 18:36:12'),(70479,3,17373,'','2013-11-30 18:36:12'),(70480,4,17373,'','2013-11-30 18:36:12'),(70481,5,17373,'','2013-11-30 18:36:12'),(70482,6,17373,'','2013-11-30 18:36:12'),(70483,7,17373,'DAY','2013-11-30 18:36:12'),(70484,1,17374,'','2013-11-30 18:37:11'),(70485,2,17374,'','2013-11-30 18:37:11'),(70486,3,17374,'','2013-11-30 18:37:11'),(70487,4,17374,'OPD','2013-11-30 18:37:11'),(70488,5,17374,'','2013-11-30 18:37:11'),(70489,6,17374,'27','2013-11-30 18:37:11'),(70490,7,17374,'DAY','2013-11-30 18:37:11'),(70491,1,17375,'3596926','2013-11-30 18:39:36'),(70492,2,17375,'596028','2013-11-30 18:39:36'),(70493,3,17375,'','2013-11-30 18:39:36'),(70494,4,17375,'OPD','2013-11-30 18:39:36'),(70495,5,17375,'','2013-11-30 18:39:36'),(70496,6,17375,'12','2013-11-30 18:39:36'),(70497,7,17375,'DAY','2013-11-30 18:39:36'),(70498,1,17376,'','2013-11-30 18:49:26'),(70499,2,17376,'','2013-11-30 18:49:26'),(70500,3,17376,'','2013-11-30 18:49:26'),(70501,4,17376,'','2013-11-30 18:49:26'),(70502,5,17376,'','2013-11-30 18:49:26'),(70503,6,17376,'','2013-11-30 18:49:26'),(70504,7,17376,'DAY','2013-11-30 18:49:26'),(70505,1,17377,'3596913','2013-11-30 18:57:29'),(70506,2,17377,'','2013-11-30 18:57:29'),(70507,3,17377,'','2013-11-30 18:57:29'),(70508,4,17377,'OPD','2013-11-30 18:57:29'),(70509,5,17377,'','2013-11-30 18:57:29'),(70510,6,17377,'33','2013-11-30 18:57:29'),(70511,7,17377,'DAY','2013-11-30 18:57:29'),(70512,1,17378,'','2013-11-30 18:59:30'),(70513,2,17378,'','2013-11-30 18:59:30'),(70514,3,17378,'','2013-11-30 18:59:30'),(70515,4,17378,'','2013-11-30 18:59:30'),(70516,5,17378,'','2013-11-30 18:59:30'),(70517,6,17378,'','2013-11-30 18:59:30'),(70518,7,17378,'DAY','2013-11-30 18:59:30'),(70519,1,17379,'','2013-11-30 19:07:11'),(70520,2,17379,'','2013-11-30 19:07:11'),(70521,3,17379,'','2013-11-30 19:07:11'),(70522,4,17379,'','2013-11-30 19:07:11'),(70523,5,17379,'','2013-11-30 19:07:11'),(70524,6,17379,'','2013-11-30 19:07:11'),(70525,7,17379,'DAY','2013-11-30 19:07:11'),(70526,1,17380,'3596924','2013-11-30 19:07:19'),(70527,2,17380,'596027','2013-11-30 19:07:19'),(70528,3,17380,'','2013-11-30 19:07:19'),(70529,4,17380,'OPD','2013-11-30 19:07:19'),(70530,5,17380,'','2013-11-30 19:07:19'),(70531,6,17380,'101','2013-11-30 19:07:19'),(70532,7,17380,'DAY','2013-11-30 19:07:19'),(70533,1,17382,'','2013-11-30 19:07:19'),(70534,2,17382,'','2013-11-30 19:07:19'),(70535,3,17382,'','2013-11-30 19:07:19'),(70536,4,17382,'','2013-11-30 19:07:19'),(70537,5,17382,'','2013-11-30 19:07:19'),(70538,6,17382,'','2013-11-30 19:07:19'),(70539,7,17382,'DAY','2013-11-30 19:07:19'),(70540,1,17385,'','2013-11-30 19:07:19'),(70541,2,17385,'','2013-11-30 19:07:19'),(70542,3,17385,'','2013-11-30 19:07:19'),(70543,4,17385,'','2013-11-30 19:07:19'),(70544,5,17385,'','2013-11-30 19:07:19'),(70545,6,17385,'','2013-11-30 19:07:19'),(70546,7,17385,'DAY','2013-11-30 19:07:19'),(70547,1,17389,'','2013-11-30 19:07:19'),(70548,2,17389,'','2013-11-30 19:07:19'),(70549,3,17389,'','2013-11-30 19:07:19'),(70550,4,17389,'','2013-11-30 19:07:19'),(70551,5,17389,'','2013-11-30 19:07:19'),(70552,6,17389,'','2013-11-30 19:07:19'),(70553,7,17389,'DAY','2013-11-30 19:07:19'),(70554,1,17390,'3596933','2013-11-30 19:09:50'),(70555,2,17390,'596030','2013-11-30 19:09:50'),(70556,3,17390,'','2013-11-30 19:09:50'),(70557,4,17390,'OPD','2013-11-30 19:09:50'),(70558,5,17390,'','2013-11-30 19:09:50'),(70559,6,17390,'62','2013-11-30 19:09:50'),(70560,7,17390,'DAY','2013-11-30 19:09:50'),(70561,1,17392,'','2013-11-30 19:09:51'),(70562,2,17392,'','2013-11-30 19:09:51'),(70563,3,17392,'','2013-11-30 19:09:51'),(70564,4,17392,'','2013-11-30 19:09:51'),(70565,5,17392,'','2013-11-30 19:09:51'),(70566,6,17392,'','2013-11-30 19:09:51'),(70567,7,17392,'DAY','2013-11-30 19:09:51'),(70568,1,17393,'3596960','2013-11-30 19:20:41'),(70569,2,17393,'','2013-11-30 19:20:41'),(70570,3,17393,'','2013-11-30 19:20:41'),(70571,4,17393,'OPD','2013-11-30 19:20:41'),(70572,5,17393,'','2013-11-30 19:20:41'),(70573,6,17393,'184','2013-11-30 19:20:41'),(70574,7,17393,'DAY','2013-11-30 19:20:41'),(70575,1,17395,'','2013-11-30 19:20:41'),(70576,2,17395,'','2013-11-30 19:20:41'),(70577,3,17395,'','2013-11-30 19:20:41'),(70578,4,17395,'','2013-11-30 19:20:41'),(70579,5,17395,'','2013-11-30 19:20:41'),(70580,6,17395,'','2013-11-30 19:20:41'),(70581,7,17395,'DAY','2013-11-30 19:20:41'),(70582,1,17398,'','2013-11-30 19:20:41'),(70583,2,17398,'','2013-11-30 19:20:41'),(70584,3,17398,'','2013-11-30 19:20:41'),(70585,4,17398,'','2013-11-30 19:20:41'),(70586,5,17398,'','2013-11-30 19:20:41'),(70587,6,17398,'','2013-11-30 19:20:41'),(70588,7,17398,'DAY','2013-11-30 19:20:41'),(70589,1,17402,'','2013-11-30 19:20:41'),(70590,2,17402,'','2013-11-30 19:20:41'),(70591,3,17402,'','2013-11-30 19:20:41'),(70592,4,17402,'','2013-11-30 19:20:41'),(70593,5,17402,'','2013-11-30 19:20:41'),(70594,6,17402,'','2013-11-30 19:20:41'),(70595,7,17402,'DAY','2013-11-30 19:20:41'),(70596,1,17403,'3596963','2013-11-30 19:23:05'),(70597,2,17403,'','2013-11-30 19:23:05'),(70598,3,17403,'','2013-11-30 19:23:05'),(70599,4,17403,'OPD','2013-11-30 19:23:05'),(70600,5,17403,'','2013-11-30 19:23:05'),(70601,6,17403,'95','2013-11-30 19:23:05'),(70602,7,17403,'DAY','2013-11-30 19:23:05'),(70603,1,17405,'','2013-11-30 19:23:05'),(70604,2,17405,'','2013-11-30 19:23:05'),(70605,3,17405,'','2013-11-30 19:23:05'),(70606,4,17405,'','2013-11-30 19:23:05'),(70607,5,17405,'','2013-11-30 19:23:05'),(70608,6,17405,'','2013-11-30 19:23:05'),(70609,7,17405,'DAY','2013-11-30 19:23:05'),(70610,1,17406,'3596964','2013-11-30 19:29:02'),(70611,2,17406,'','2013-11-30 19:29:02'),(70612,3,17406,'','2013-11-30 19:29:02'),(70613,4,17406,'OPD','2013-11-30 19:29:02'),(70614,5,17406,'','2013-11-30 19:29:02'),(70615,6,17406,'83','2013-11-30 19:29:02'),(70616,7,17406,'DAY','2013-11-30 19:29:02'),(70617,1,17407,'3596965','2013-11-30 19:32:27'),(70618,2,17407,'','2013-11-30 19:32:27'),(70619,3,17407,'','2013-11-30 19:32:27'),(70620,4,17407,'','2013-11-30 19:32:27'),(70621,5,17407,'218127','2013-11-30 19:32:27'),(70622,6,17407,'392','2013-11-30 19:32:27'),(70623,7,17407,'DAY','2013-11-30 19:32:27'),(70624,1,17409,'','2013-11-30 19:32:27'),(70625,2,17409,'','2013-11-30 19:32:27'),(70626,3,17409,'','2013-11-30 19:32:27'),(70627,4,17409,'','2013-11-30 19:32:27'),(70628,5,17409,'','2013-11-30 19:32:27'),(70629,6,17409,'','2013-11-30 19:32:27'),(70630,7,17409,'DAY','2013-11-30 19:32:27'),(70631,1,17412,'','2013-11-30 19:32:27'),(70632,2,17412,'','2013-11-30 19:32:27'),(70633,3,17412,'','2013-11-30 19:32:27'),(70634,4,17412,'','2013-11-30 19:32:27'),(70635,5,17412,'','2013-11-30 19:32:27'),(70636,6,17412,'','2013-11-30 19:32:27'),(70637,7,17412,'DAY','2013-11-30 19:32:27'),(70638,1,17416,'','2013-11-30 19:32:28'),(70639,2,17416,'','2013-11-30 19:32:28'),(70640,3,17416,'','2013-11-30 19:32:28'),(70641,4,17416,'','2013-11-30 19:32:28'),(70642,5,17416,'','2013-11-30 19:32:28'),(70643,6,17416,'','2013-11-30 19:32:28'),(70644,7,17416,'DAY','2013-11-30 19:32:28'),(70645,1,17417,'3596970','2013-11-30 19:42:15'),(70646,2,17417,'','2013-11-30 19:42:15'),(70647,3,17417,'','2013-11-30 19:42:15'),(70648,4,17417,'OPD','2013-11-30 19:42:15'),(70649,5,17417,'','2013-11-30 19:42:15'),(70650,6,17417,'361','2013-11-30 19:42:15'),(70651,7,17417,'DAY','2013-11-30 19:42:15'),(70652,1,17419,'','2013-11-30 19:42:15'),(70653,2,17419,'','2013-11-30 19:42:15'),(70654,3,17419,'','2013-11-30 19:42:15'),(70655,4,17419,'','2013-11-30 19:42:15'),(70656,5,17419,'','2013-11-30 19:42:15'),(70657,6,17419,'','2013-11-30 19:42:15'),(70658,7,17419,'DAY','2013-11-30 19:42:15'),(70659,1,17420,'3596972','2013-11-30 19:45:48'),(70660,2,17420,'','2013-11-30 19:45:48'),(70661,3,17420,'','2013-11-30 19:45:48'),(70662,4,17420,'OPD','2013-11-30 19:45:48'),(70663,5,17420,'','2013-11-30 19:45:48'),(70664,6,17420,'157','2013-11-30 19:45:48'),(70665,7,17420,'DAY','2013-11-30 19:45:48'),(70666,1,17422,'','2013-11-30 19:45:49'),(70667,2,17422,'','2013-11-30 19:45:49'),(70668,3,17422,'','2013-11-30 19:45:49'),(70669,4,17422,'','2013-11-30 19:45:49'),(70670,5,17422,'','2013-11-30 19:45:49'),(70671,6,17422,'','2013-11-30 19:45:49'),(70672,7,17422,'DAY','2013-11-30 19:45:49'),(70673,1,17425,'','2013-11-30 19:45:49'),(70674,2,17425,'','2013-11-30 19:45:49'),(70675,3,17425,'','2013-11-30 19:45:49'),(70676,4,17425,'','2013-11-30 19:45:49'),(70677,5,17425,'','2013-11-30 19:45:49'),(70678,6,17425,'','2013-11-30 19:45:49'),(70679,7,17425,'DAY','2013-11-30 19:45:49'),(70680,1,17426,'3596982','2013-11-30 19:50:39'),(70681,2,17426,'','2013-11-30 19:50:39'),(70682,3,17426,'','2013-11-30 19:50:39'),(70683,4,17426,'','2013-11-30 19:50:39'),(70684,5,17426,'W','2013-11-30 19:50:39'),(70685,6,17426,'94','2013-11-30 19:50:39'),(70686,7,17426,'DAY','2013-11-30 19:50:39'),(70687,1,17428,'','2013-11-30 19:50:39'),(70688,2,17428,'','2013-11-30 19:50:39'),(70689,3,17428,'','2013-11-30 19:50:39'),(70690,4,17428,'','2013-11-30 19:50:39'),(70691,5,17428,'','2013-11-30 19:50:39'),(70692,6,17428,'','2013-11-30 19:50:39'),(70693,7,17428,'DAY','2013-11-30 19:50:39'),(70694,1,17429,'','2013-11-30 19:53:16'),(70695,2,17429,'','2013-11-30 19:53:16'),(70696,3,17429,'','2013-11-30 19:53:16'),(70697,4,17429,'','2013-11-30 19:53:16'),(70698,5,17429,'','2013-11-30 19:53:16'),(70699,6,17429,'','2013-11-30 19:53:16'),(70700,7,17429,'DAY','2013-11-30 19:53:16'),(70701,1,17430,'3596973','2013-11-30 19:56:18'),(70702,2,17430,'','2013-11-30 19:56:18'),(70703,3,17430,'','2013-11-30 19:56:18'),(70704,4,17430,'OPD','2013-11-30 19:56:18'),(70705,5,17430,'','2013-11-30 19:56:18'),(70706,6,17430,'90','2013-11-30 19:56:18'),(70707,7,17430,'DAY','2013-11-30 19:56:18'),(70708,1,17431,'3586842','2013-11-30 20:04:03'),(70709,2,17431,'','2013-11-30 20:04:03'),(70710,3,17431,'','2013-11-30 20:04:03'),(70711,4,17431,'OPD','2013-11-30 20:04:03'),(70712,5,17431,'','2013-11-30 20:04:03'),(70713,6,17431,'35','2013-11-30 20:04:03'),(70714,7,17431,'DAY','2013-11-30 20:04:03'),(70715,1,17433,'','2013-11-30 20:04:03'),(70716,2,17433,'','2013-11-30 20:04:03'),(70717,3,17433,'','2013-11-30 20:04:03'),(70718,4,17433,'','2013-11-30 20:04:03'),(70719,5,17433,'','2013-11-30 20:04:03'),(70720,6,17433,'','2013-11-30 20:04:03'),(70721,7,17433,'DAY','2013-11-30 20:04:03'),(70722,1,17434,'3589079','2013-11-30 20:05:53'),(70723,2,17434,'','2013-11-30 20:05:53'),(70724,3,17434,'','2013-11-30 20:05:53'),(70725,4,17434,'OPD','2013-11-30 20:05:53'),(70726,5,17434,'','2013-11-30 20:05:53'),(70727,6,17434,'28.4','2013-11-30 20:05:53'),(70728,7,17434,'DAY','2013-11-30 20:05:53'),(70729,1,17435,'3596984','2013-11-30 20:09:16'),(70730,2,17435,'','2013-11-30 20:09:16'),(70731,3,17435,'','2013-11-30 20:09:16'),(70732,4,17435,'OPD','2013-11-30 20:09:16'),(70733,5,17435,'','2013-11-30 20:09:16'),(70734,6,17435,'84','2013-11-30 20:09:16'),(70735,7,17435,'DAY','2013-11-30 20:09:16'),(70736,1,17437,'','2013-11-30 20:09:16'),(70737,2,17437,'','2013-11-30 20:09:16'),(70738,3,17437,'','2013-11-30 20:09:16'),(70739,4,17437,'','2013-11-30 20:09:16'),(70740,5,17437,'','2013-11-30 20:09:16'),(70741,6,17437,'','2013-11-30 20:09:16'),(70742,7,17437,'DAY','2013-11-30 20:09:16'),(70743,1,17438,'3597006','2013-11-30 20:37:45'),(70744,2,17438,'596048','2013-11-30 20:37:45'),(70745,3,17438,'','2013-11-30 20:37:45'),(70746,4,17438,'OPD','2013-11-30 20:37:45'),(70747,5,17438,'','2013-11-30 20:37:45'),(70748,6,17438,'22','2013-11-30 20:37:45'),(70749,7,17438,'DAY','2013-11-30 20:37:45'),(70750,1,17439,'3596988','2013-11-30 20:40:30'),(70751,2,17439,'596049','2013-11-30 20:40:30'),(70752,3,17439,'','2013-11-30 20:40:30'),(70753,4,17439,'OPD','2013-11-30 20:40:30'),(70754,5,17439,'','2013-11-30 20:40:30'),(70755,6,17439,'114','2013-11-30 20:40:30'),(70756,7,17439,'DAY','2013-11-30 20:40:30'),(70757,1,17441,'','2013-11-30 20:40:31'),(70758,2,17441,'','2013-11-30 20:40:31'),(70759,3,17441,'','2013-11-30 20:40:31'),(70760,4,17441,'','2013-11-30 20:40:31'),(70761,5,17441,'','2013-11-30 20:40:31'),(70762,6,17441,'','2013-11-30 20:40:31'),(70763,7,17441,'DAY','2013-11-30 20:40:31'),(70764,1,17444,'','2013-11-30 20:40:31'),(70765,2,17444,'','2013-11-30 20:40:31'),(70766,3,17444,'','2013-11-30 20:40:31'),(70767,4,17444,'','2013-11-30 20:40:31'),(70768,5,17444,'','2013-11-30 20:40:31'),(70769,6,17444,'','2013-11-30 20:40:31'),(70770,7,17444,'DAY','2013-11-30 20:40:31'),(70771,1,17445,'3597014','2013-11-30 20:44:28'),(70772,2,17445,'596051','2013-11-30 20:44:28'),(70773,3,17445,'','2013-11-30 20:44:28'),(70774,4,17445,'OPD','2013-11-30 20:44:28'),(70775,5,17445,'','2013-11-30 20:44:28'),(70776,6,17445,'50','2013-11-30 20:44:28'),(70777,7,17445,'DAY','2013-11-30 20:44:28'),(70778,1,17447,'','2013-11-30 20:44:28'),(70779,2,17447,'','2013-11-30 20:44:28'),(70780,3,17447,'','2013-11-30 20:44:28'),(70781,4,17447,'','2013-11-30 20:44:28'),(70782,5,17447,'','2013-11-30 20:44:28'),(70783,6,17447,'','2013-11-30 20:44:28'),(70784,7,17447,'DAY','2013-11-30 20:44:28'),(70785,1,17448,'3597009','2013-11-30 21:07:21'),(70786,2,17448,'596050','2013-11-30 21:07:21'),(70787,3,17448,'','2013-11-30 21:07:21'),(70788,4,17448,'OPD','2013-11-30 21:07:21'),(70789,5,17448,'','2013-11-30 21:07:21'),(70790,6,17448,'163','2013-11-30 21:07:21'),(70791,7,17448,'DAY','2013-11-30 21:07:21'),(70792,1,17450,'','2013-11-30 21:07:21'),(70793,2,17450,'','2013-11-30 21:07:21'),(70794,3,17450,'','2013-11-30 21:07:21'),(70795,4,17450,'','2013-11-30 21:07:21'),(70796,5,17450,'','2013-11-30 21:07:21'),(70797,6,17450,'','2013-11-30 21:07:21'),(70798,7,17450,'DAY','2013-11-30 21:07:21'),(70799,1,17453,'','2013-11-30 21:07:21'),(70800,2,17453,'','2013-11-30 21:07:21'),(70801,3,17453,'','2013-11-30 21:07:21'),(70802,4,17453,'','2013-11-30 21:07:21'),(70803,5,17453,'','2013-11-30 21:07:21'),(70804,6,17453,'','2013-11-30 21:07:21'),(70805,7,17453,'DAY','2013-11-30 21:07:21'),(70806,1,17454,'3597029','2013-11-30 21:11:26'),(70807,2,17454,'','2013-11-30 21:11:26'),(70808,3,17454,'','2013-11-30 21:11:26'),(70809,4,17454,'OPD','2013-11-30 21:11:26'),(70810,5,17454,'','2013-11-30 21:11:26'),(70811,6,17454,'42','2013-11-30 21:11:26'),(70812,7,17454,'DAY','2013-11-30 21:11:26'),(70813,1,17455,'3597031','2013-11-30 21:17:18'),(70814,2,17455,'596058','2013-11-30 21:17:18'),(70815,3,17455,'','2013-11-30 21:17:18'),(70816,4,17455,'OPD','2013-11-30 21:17:18'),(70817,5,17455,'','2013-11-30 21:17:18'),(70818,6,17455,'30','2013-11-30 21:17:18'),(70819,7,17455,'DAY','2013-11-30 21:17:18'),(70820,1,17456,'3597032','2013-11-30 21:22:22'),(70821,2,17456,'596060','2013-11-30 21:22:22'),(70822,3,17456,'','2013-11-30 21:22:22'),(70823,4,17456,'OPD','2013-11-30 21:22:22'),(70824,5,17456,'','2013-11-30 21:22:22'),(70825,6,17456,'202','2013-11-30 21:22:22'),(70826,7,17456,'DAY','2013-11-30 21:22:22'),(70827,1,17458,'','2013-11-30 21:22:22'),(70828,2,17458,'','2013-11-30 21:22:22'),(70829,3,17458,'','2013-11-30 21:22:22'),(70830,4,17458,'','2013-11-30 21:22:22'),(70831,5,17458,'','2013-11-30 21:22:22'),(70832,6,17458,'','2013-11-30 21:22:22'),(70833,7,17458,'DAY','2013-11-30 21:22:22'),(70834,1,17459,'','2013-11-30 21:50:18'),(70835,2,17459,'','2013-11-30 21:50:18'),(70836,3,17459,'','2013-11-30 21:50:18'),(70837,4,17459,'','2013-11-30 21:50:18'),(70838,5,17459,'','2013-11-30 21:50:18'),(70839,6,17459,'','2013-11-30 21:50:18'),(70840,7,17459,'DAY','2013-11-30 21:50:18'),(70841,1,17460,'','2013-11-30 21:55:17'),(70842,2,17460,'','2013-11-30 21:55:17'),(70843,3,17460,'','2013-11-30 21:55:17'),(70844,4,17460,'','2013-11-30 21:55:17'),(70845,5,17460,'','2013-11-30 21:55:17'),(70846,6,17460,'','2013-11-30 21:55:17'),(70847,7,17460,'DAY','2013-11-30 21:55:17'),(70848,1,17461,'3597053','2013-11-30 22:04:17'),(70849,2,17461,'','2013-11-30 22:04:17'),(70850,3,17461,'','2013-11-30 22:04:17'),(70851,4,17461,'OPD','2013-11-30 22:04:17'),(70852,5,17461,'','2013-11-30 22:04:17'),(70853,6,17461,'66','2013-11-30 22:04:17'),(70854,7,17461,'DAY','2013-11-30 22:04:17'),(70855,1,17462,'','2013-11-30 22:09:53'),(70856,2,17462,'','2013-11-30 22:09:53'),(70857,3,17462,'','2013-11-30 22:09:53'),(70858,4,17462,'','2013-11-30 22:09:53'),(70859,5,17462,'','2013-11-30 22:09:53'),(70860,6,17462,'76','2013-11-30 22:09:53'),(70861,7,17462,'DAY','2013-11-30 22:09:53'),(70862,1,17463,'','2013-11-30 22:12:09'),(70863,2,17463,'','2013-11-30 22:12:09'),(70864,3,17463,'','2013-11-30 22:12:09'),(70865,4,17463,'','2013-11-30 22:12:09'),(70866,5,17463,'','2013-11-30 22:12:09'),(70867,6,17463,'','2013-11-30 22:12:09'),(70868,7,17463,'DAY','2013-11-30 22:12:09'),(70869,1,17465,'','2013-11-30 22:12:10'),(70870,2,17465,'','2013-11-30 22:12:10'),(70871,3,17465,'','2013-11-30 22:12:10'),(70872,4,17465,'','2013-11-30 22:12:10'),(70873,5,17465,'','2013-11-30 22:12:10'),(70874,6,17465,'','2013-11-30 22:12:10'),(70875,7,17465,'DAY','2013-11-30 22:12:10'),(70876,1,17468,'','2013-11-30 22:12:10'),(70877,2,17468,'','2013-11-30 22:12:10'),(70878,3,17468,'','2013-11-30 22:12:10'),(70879,4,17468,'','2013-11-30 22:12:10'),(70880,5,17468,'','2013-11-30 22:12:10'),(70881,6,17468,'','2013-11-30 22:12:10'),(70882,7,17468,'DAY','2013-11-30 22:12:10'),(70883,1,17469,'3597065','2013-11-30 22:19:21'),(70884,2,17469,'','2013-11-30 22:19:21'),(70885,3,17469,'','2013-11-30 22:19:21'),(70886,4,17469,'OPD','2013-11-30 22:19:21'),(70887,5,17469,'','2013-11-30 22:19:21'),(70888,6,17469,'264','2013-11-30 22:19:21'),(70889,7,17469,'DAY','2013-11-30 22:19:21'),(70890,1,17471,'','2013-11-30 22:19:22'),(70891,2,17471,'','2013-11-30 22:19:22'),(70892,3,17471,'','2013-11-30 22:19:22'),(70893,4,17471,'','2013-11-30 22:19:22'),(70894,5,17471,'','2013-11-30 22:19:22'),(70895,6,17471,'','2013-11-30 22:19:22'),(70896,7,17471,'DAY','2013-11-30 22:19:22'),(70897,1,17474,'','2013-11-30 22:19:22'),(70898,2,17474,'','2013-11-30 22:19:22'),(70899,3,17474,'','2013-11-30 22:19:22'),(70900,4,17474,'','2013-11-30 22:19:22'),(70901,5,17474,'','2013-11-30 22:19:22'),(70902,6,17474,'','2013-11-30 22:19:22'),(70903,7,17474,'DAY','2013-11-30 22:19:22'),(70904,1,17475,'3597071','2013-11-30 22:24:21'),(70905,2,17475,'','2013-11-30 22:24:21'),(70906,3,17475,'','2013-11-30 22:24:21'),(70907,4,17475,'OPD','2013-11-30 22:24:21'),(70908,5,17475,'','2013-11-30 22:24:21'),(70909,6,17475,'264','2013-11-30 22:24:21'),(70910,7,17475,'DAY','2013-11-30 22:24:21'),(70911,1,17477,'','2013-11-30 22:24:21'),(70912,2,17477,'','2013-11-30 22:24:21'),(70913,3,17477,'','2013-11-30 22:24:21'),(70914,4,17477,'','2013-11-30 22:24:21'),(70915,5,17477,'','2013-11-30 22:24:21'),(70916,6,17477,'','2013-11-30 22:24:21'),(70917,7,17477,'DAY','2013-11-30 22:24:21'),(70918,1,17480,'','2013-11-30 22:24:22'),(70919,2,17480,'','2013-11-30 22:24:22'),(70920,3,17480,'','2013-11-30 22:24:22'),(70921,4,17480,'','2013-11-30 22:24:22'),(70922,5,17480,'','2013-11-30 22:24:22'),(70923,6,17480,'','2013-11-30 22:24:22'),(70924,7,17480,'DAY','2013-11-30 22:24:22'),(70925,1,17481,'3597078','2013-11-30 22:33:22'),(70926,2,17481,'','2013-11-30 22:33:22'),(70927,3,17481,'','2013-11-30 22:33:22'),(70928,4,17481,'OPD','2013-11-30 22:33:22'),(70929,5,17481,'','2013-11-30 22:33:22'),(70930,6,17481,'98','2013-11-30 22:33:22'),(70931,7,17481,'DAY','2013-11-30 22:33:22'),(70932,1,17483,'','2013-11-30 22:33:22'),(70933,2,17483,'','2013-11-30 22:33:22'),(70934,3,17483,'','2013-11-30 22:33:22'),(70935,4,17483,'','2013-11-30 22:33:22'),(70936,5,17483,'','2013-11-30 22:33:22'),(70937,6,17483,'','2013-11-30 22:33:22'),(70938,7,17483,'DAY','2013-11-30 22:33:22'),(70939,1,17484,'','2013-11-30 22:46:02'),(70940,2,17484,'','2013-11-30 22:46:02'),(70941,3,17484,'','2013-11-30 22:46:02'),(70942,4,17484,'','2013-11-30 22:46:02'),(70943,5,17484,'','2013-11-30 22:46:02'),(70944,6,17484,'','2013-11-30 22:46:02'),(70945,7,17484,'DAY','2013-11-30 22:46:02'),(70946,1,17486,'','2013-11-30 22:46:02'),(70947,2,17486,'','2013-11-30 22:46:02'),(70948,3,17486,'','2013-11-30 22:46:02'),(70949,4,17486,'','2013-11-30 22:46:02'),(70950,5,17486,'','2013-11-30 22:46:02'),(70951,6,17486,'','2013-11-30 22:46:02'),(70952,7,17486,'DAY','2013-11-30 22:46:02'),(70953,1,17487,'3597090','2013-11-30 22:52:59'),(70954,2,17487,'','2013-11-30 22:52:59'),(70955,3,17487,'','2013-11-30 22:52:59'),(70956,4,17487,'OPD','2013-11-30 22:52:59'),(70957,5,17487,'','2013-11-30 22:52:59'),(70958,6,17487,'35','2013-11-30 22:52:59'),(70959,7,17487,'DAY','2013-11-30 22:52:59'),(70960,1,17489,'','2013-11-30 22:52:59'),(70961,2,17489,'','2013-11-30 22:52:59'),(70962,3,17489,'','2013-11-30 22:52:59'),(70963,4,17489,'','2013-11-30 22:52:59'),(70964,5,17489,'','2013-11-30 22:52:59'),(70965,6,17489,'','2013-11-30 22:52:59'),(70966,7,17489,'DAY','2013-11-30 22:52:59'),(70967,1,17490,'','2013-11-30 22:55:26'),(70968,2,17490,'','2013-11-30 22:55:26'),(70969,3,17490,'','2013-11-30 22:55:26'),(70970,4,17490,'','2013-11-30 22:55:26'),(70971,5,17490,'','2013-11-30 22:55:26'),(70972,6,17490,'','2013-11-30 22:55:26'),(70973,7,17490,'DAY','2013-11-30 22:55:26'),(70974,1,17491,'','2013-11-30 22:56:31'),(70975,2,17491,'596073','2013-11-30 22:56:31'),(70976,3,17491,'','2013-11-30 22:56:31'),(70977,4,17491,'OPD','2013-11-30 22:56:31'),(70978,5,17491,'','2013-11-30 22:56:31'),(70979,6,17491,'','2013-11-30 22:56:31'),(70980,7,17491,'DAY','2013-11-30 22:56:31'),(70981,1,17492,'','2013-11-30 23:08:53'),(70982,2,17492,'','2013-11-30 23:08:53'),(70983,3,17492,'','2013-11-30 23:08:53'),(70984,4,17492,'','2013-11-30 23:08:53'),(70985,5,17492,'','2013-11-30 23:08:53'),(70986,6,17492,'','2013-11-30 23:08:53'),(70987,7,17492,'DAY','2013-11-30 23:08:53'),(70988,1,17493,'3597099','2013-11-30 23:12:08'),(70989,2,17493,'','2013-11-30 23:12:08'),(70990,3,17493,'','2013-11-30 23:12:08'),(70991,4,17493,'OPD','2013-11-30 23:12:08'),(70992,5,17493,'','2013-11-30 23:12:09'),(70993,6,17493,'40','2013-11-30 23:12:09'),(70994,7,17493,'DAY','2013-11-30 23:12:09'),(70995,1,17494,'3597107','2013-11-30 23:24:00'),(70996,2,17494,'','2013-11-30 23:24:00'),(70997,3,17494,'','2013-11-30 23:24:00'),(70998,4,17494,'OPD','2013-11-30 23:24:00'),(70999,5,17494,'','2013-11-30 23:24:00'),(71000,6,17494,'35.00','2013-11-30 23:24:00'),(71001,7,17494,'DAY','2013-11-30 23:24:00'),(71002,1,17496,'','2013-11-30 23:24:00'),(71003,2,17496,'','2013-11-30 23:24:00'),(71004,3,17496,'','2013-11-30 23:24:00'),(71005,4,17496,'OPD','2013-11-30 23:24:00'),(71006,5,17496,'','2013-11-30 23:24:00'),(71007,6,17496,'','2013-11-30 23:24:00'),(71008,7,17496,'DAY','2013-11-30 23:24:00'),(71009,1,17497,'3597113','2013-11-30 23:32:07'),(71010,2,17497,'','2013-11-30 23:32:07'),(71011,3,17497,'','2013-11-30 23:32:07'),(71012,4,17497,'OPD','2013-11-30 23:32:07'),(71013,5,17497,'','2013-11-30 23:32:07'),(71014,6,17497,'91.00','2013-11-30 23:32:07'),(71015,7,17497,'DAY','2013-11-30 23:32:07'),(71016,1,17499,'','2013-11-30 23:32:07'),(71017,2,17499,'','2013-11-30 23:32:07'),(71018,3,17499,'','2013-11-30 23:32:07'),(71019,4,17499,'OPD','2013-11-30 23:32:07'),(71020,5,17499,'','2013-11-30 23:32:07'),(71021,6,17499,'','2013-11-30 23:32:07'),(71022,7,17499,'DAY','2013-11-30 23:32:07'),(71023,1,17500,'3597119','2013-11-30 23:48:01'),(71024,2,17500,'596090','2013-11-30 23:48:01'),(71025,3,17500,'','2013-11-30 23:48:01'),(71026,4,17500,'OPD','2013-11-30 23:48:01'),(71027,5,17500,'','2013-11-30 23:48:01'),(71028,6,17500,'125','2013-11-30 23:48:01'),(71029,7,17500,'DAY','2013-11-30 23:48:01'),(71030,1,17501,'3597129','2013-12-01 00:06:13'),(71031,2,17501,'','2013-12-01 00:06:13'),(71032,3,17501,'','2013-12-01 00:06:13'),(71033,4,17501,'OPD','2013-12-01 00:06:13'),(71034,5,17501,'','2013-12-01 00:06:13'),(71035,6,17501,'106','2013-12-01 00:06:13'),(71036,7,17501,'DAY','2013-12-01 00:06:13'),(71037,1,17502,'','2013-12-01 00:09:38'),(71038,2,17502,'596089','2013-12-01 00:09:38'),(71039,3,17502,'','2013-12-01 00:09:38'),(71040,4,17502,'OPD','2013-12-01 00:09:38'),(71041,5,17502,'','2013-12-01 00:09:38'),(71042,6,17502,'','2013-12-01 00:09:38'),(71043,7,17502,'DAY','2013-12-01 00:09:38'),(71044,1,17503,'3597142','2013-12-01 00:15:36'),(71045,2,17503,'596098','2013-12-01 00:15:36'),(71046,3,17503,'','2013-12-01 00:15:36'),(71047,4,17503,'SR','2013-12-01 00:15:36'),(71048,5,17503,'','2013-12-01 00:15:36'),(71049,6,17503,'15','2013-12-01 00:15:36'),(71050,7,17503,'DAY','2013-12-01 00:15:36'),(71051,1,17504,'3597152','2013-12-01 00:21:53'),(71052,2,17504,'','2013-12-01 00:21:53'),(71053,3,17504,'','2013-12-01 00:21:53'),(71054,4,17504,'OPD','2013-12-01 00:21:53'),(71055,5,17504,'','2013-12-01 00:21:53'),(71056,6,17504,'94','2013-12-01 00:21:53'),(71057,7,17504,'DAY','2013-12-01 00:21:53'),(71058,1,17506,'','2013-12-01 00:21:53'),(71059,2,17506,'','2013-12-01 00:21:53'),(71060,3,17506,'','2013-12-01 00:21:53'),(71061,4,17506,'','2013-12-01 00:21:53'),(71062,5,17506,'','2013-12-01 00:21:53'),(71063,6,17506,'','2013-12-01 00:21:53'),(71064,7,17506,'DAY','2013-12-01 00:21:53'),(71065,1,17507,'3597157','2013-12-01 00:34:15'),(71066,2,17507,'596103','2013-12-01 00:34:15'),(71067,3,17507,'','2013-12-01 00:34:15'),(71068,4,17507,'OPD','2013-12-01 00:34:15'),(71069,5,17507,'','2013-12-01 00:34:15'),(71070,6,17507,'161','2013-12-01 00:34:15'),(71071,7,17507,'DAY','2013-12-01 00:34:15'),(71072,1,17508,'3597156','2013-12-01 00:40:54'),(71073,2,17508,'','2013-12-01 00:40:54'),(71074,3,17508,'','2013-12-01 00:40:54'),(71075,4,17508,'OPD','2013-12-01 00:40:54'),(71076,5,17508,'','2013-12-01 00:40:54'),(71077,6,17508,'35','2013-12-01 00:40:54'),(71078,7,17508,'DAY','2013-12-01 00:40:54'),(71079,1,17510,'','2013-12-01 00:40:54'),(71080,2,17510,'','2013-12-01 00:40:54'),(71081,3,17510,'','2013-12-01 00:40:54'),(71082,4,17510,'','2013-12-01 00:40:54'),(71083,5,17510,'','2013-12-01 00:40:54'),(71084,6,17510,'','2013-12-01 00:40:54'),(71085,7,17510,'DAY','2013-12-01 00:40:54'),(71086,1,17511,'3597160','2013-12-01 01:09:31'),(71087,2,17511,'','2013-12-01 01:09:31'),(71088,3,17511,'','2013-12-01 01:09:31'),(71089,4,17511,'OPD','2013-12-01 01:09:31'),(71090,5,17511,'','2013-12-01 01:09:31'),(71091,6,17511,'27.00','2013-12-01 01:09:31'),(71092,7,17511,'DAY','2013-12-01 01:09:31'),(71093,1,17512,'3597199','2013-12-01 01:22:19'),(71094,2,17512,'','2013-12-01 01:22:19'),(71095,3,17512,'','2013-12-01 01:22:19'),(71096,4,17512,'OPD','2013-12-01 01:22:19'),(71097,5,17512,'','2013-12-01 01:22:19'),(71098,6,17512,'203.00','2013-12-01 01:22:19'),(71099,7,17512,'DAY','2013-12-01 01:22:19'),(71100,1,17514,'','2013-12-01 01:22:19'),(71101,2,17514,'','2013-12-01 01:22:19'),(71102,3,17514,'','2013-12-01 01:22:19'),(71103,4,17514,'','2013-12-01 01:22:19'),(71104,5,17514,'','2013-12-01 01:22:19'),(71105,6,17514,'','2013-12-01 01:22:19'),(71106,7,17514,'DAY','2013-12-01 01:22:19'),(71107,1,17517,'','2013-12-01 01:22:19'),(71108,2,17517,'','2013-12-01 01:22:19'),(71109,3,17517,'','2013-12-01 01:22:19'),(71110,4,17517,'','2013-12-01 01:22:19'),(71111,5,17517,'','2013-12-01 01:22:19'),(71112,6,17517,'','2013-12-01 01:22:19'),(71113,7,17517,'DAY','2013-12-01 01:22:19'),(71114,1,17521,'','2013-12-01 01:22:19'),(71115,2,17521,'','2013-12-01 01:22:19'),(71116,3,17521,'','2013-12-01 01:22:19'),(71117,4,17521,'','2013-12-01 01:22:19'),(71118,5,17521,'','2013-12-01 01:22:19'),(71119,6,17521,'','2013-12-01 01:22:19'),(71120,7,17521,'DAY','2013-12-01 01:22:19'),(71121,1,17522,'3597207','2013-12-01 01:29:05'),(71122,2,17522,'','2013-12-01 01:29:05'),(71123,3,17522,'','2013-12-01 01:29:05'),(71124,4,17522,'OPD','2013-12-01 01:29:05'),(71125,5,17522,'','2013-12-01 01:29:05'),(71126,6,17522,'94.00','2013-12-01 01:29:05'),(71127,7,17522,'DAY','2013-12-01 01:29:05'),(71128,1,17524,'','2013-12-01 01:29:05'),(71129,2,17524,'','2013-12-01 01:29:05'),(71130,3,17524,'','2013-12-01 01:29:05'),(71131,4,17524,'','2013-12-01 01:29:05'),(71132,5,17524,'','2013-12-01 01:29:05'),(71133,6,17524,'','2013-12-01 01:29:05'),(71134,7,17524,'DAY','2013-12-01 01:29:05'),(71135,1,17525,'3597213','2013-12-01 01:32:16'),(71136,2,17525,'','2013-12-01 01:32:16'),(71137,3,17525,'','2013-12-01 01:32:16'),(71138,4,17525,'OPD','2013-12-01 01:32:16'),(71139,5,17525,'','2013-12-01 01:32:16'),(71140,6,17525,'13.00','2013-12-01 01:32:16'),(71141,7,17525,'DAY','2013-12-01 01:32:16'),(71142,1,17526,'3597222','2013-12-01 01:38:01'),(71143,2,17526,'','2013-12-01 01:38:01'),(71144,3,17526,'','2013-12-01 01:38:01'),(71145,4,17526,'OPD','2013-12-01 01:38:01'),(71146,5,17526,'','2013-12-01 01:38:01'),(71147,6,17526,'175.00','2013-12-01 01:38:01'),(71148,7,17526,'DAY','2013-12-01 01:38:01'),(71149,1,17527,'3597228','2013-12-01 01:46:04'),(71150,2,17527,'','2013-12-01 01:46:04'),(71151,3,17527,'','2013-12-01 01:46:04'),(71152,4,17527,'OPD','2013-12-01 01:46:04'),(71153,5,17527,'','2013-12-01 01:46:04'),(71154,6,17527,'300.00','2013-12-01 01:46:04'),(71155,7,17527,'DAY','2013-12-01 01:46:04'),(71156,1,17529,'','2013-12-01 01:46:04'),(71157,2,17529,'','2013-12-01 01:46:04'),(71158,3,17529,'','2013-12-01 01:46:04'),(71159,4,17529,'','2013-12-01 01:46:04'),(71160,5,17529,'','2013-12-01 01:46:04'),(71161,6,17529,'','2013-12-01 01:46:04'),(71162,7,17529,'DAY','2013-12-01 01:46:04'),(71163,1,17530,'3597251','2013-12-01 01:55:00'),(71164,2,17530,'','2013-12-01 01:55:00'),(71165,3,17530,'','2013-12-01 01:55:00'),(71166,4,17530,'OPD','2013-12-01 01:55:00'),(71167,5,17530,'','2013-12-01 01:55:00'),(71168,6,17530,'94.00','2013-12-01 01:55:00'),(71169,7,17530,'DAY','2013-12-01 01:55:00'),(71170,1,17532,'','2013-12-01 01:55:00'),(71171,2,17532,'','2013-12-01 01:55:00'),(71172,3,17532,'','2013-12-01 01:55:00'),(71173,4,17532,'OPD','2013-12-01 01:55:00'),(71174,5,17532,'','2013-12-01 01:55:00'),(71175,6,17532,'','2013-12-01 01:55:00'),(71176,7,17532,'DAY','2013-12-01 01:55:00'),(71177,1,17533,'3597248','2013-12-01 01:57:33'),(71178,2,17533,'','2013-12-01 01:57:33'),(71179,3,17533,'','2013-12-01 01:57:33'),(71180,4,17533,'OPD','2013-12-01 01:57:33'),(71181,5,17533,'','2013-12-01 01:57:33'),(71182,6,17533,'94.00','2013-12-01 01:57:33'),(71183,7,17533,'DAY','2013-12-01 01:57:33'),(71184,1,17535,'','2013-12-01 01:57:33'),(71185,2,17535,'','2013-12-01 01:57:33'),(71186,3,17535,'','2013-12-01 01:57:33'),(71187,4,17535,'OPD','2013-12-01 01:57:33'),(71188,5,17535,'','2013-12-01 01:57:33'),(71189,6,17535,'','2013-12-01 01:57:33'),(71190,7,17535,'DAY','2013-12-01 01:57:33'),(71191,1,17536,'','2013-12-01 02:00:02'),(71192,2,17536,'','2013-12-01 02:00:02'),(71193,3,17536,'','2013-12-01 02:00:02'),(71194,4,17536,'OPD','2013-12-01 02:00:02'),(71195,5,17536,'','2013-12-01 02:00:02'),(71196,6,17536,'','2013-12-01 02:00:02'),(71197,7,17536,'DAY','2013-12-01 02:00:02'),(71198,1,17537,'35970278','2013-12-01 02:22:48'),(71199,2,17537,'','2013-12-01 02:22:48'),(71200,3,17537,'','2013-12-01 02:22:48'),(71201,4,17537,'OPD','2013-12-01 02:22:48'),(71202,5,17537,'','2013-12-01 02:22:48'),(71203,6,17537,'66','2013-12-01 02:22:48'),(71204,7,17537,'DAY','2013-12-01 02:22:48'),(71205,1,17538,'3597280','2013-12-01 02:25:29'),(71206,2,17538,'596116','2013-12-01 02:25:29'),(71207,3,17538,'','2013-12-01 02:25:29'),(71208,4,17538,'OUT','2013-12-01 02:25:29'),(71209,5,17538,'','2013-12-01 02:25:29'),(71210,6,17538,'17','2013-12-01 02:25:29'),(71211,7,17538,'DAY','2013-12-01 02:25:29'),(71212,1,17539,'','2013-12-01 02:32:16'),(71213,2,17539,'','2013-12-01 02:32:16'),(71214,3,17539,'','2013-12-01 02:32:16'),(71215,4,17539,'OPD','2013-12-01 02:32:16'),(71216,5,17539,'','2013-12-01 02:32:16'),(71217,6,17539,'339','2013-12-01 02:32:16'),(71218,7,17539,'DAY','2013-12-01 02:32:16'),(71219,1,17541,'','2013-12-01 02:32:16'),(71220,2,17541,'','2013-12-01 02:32:16'),(71221,3,17541,'','2013-12-01 02:32:16'),(71222,4,17541,'','2013-12-01 02:32:16'),(71223,5,17541,'','2013-12-01 02:32:16'),(71224,6,17541,'','2013-12-01 02:32:16'),(71225,7,17541,'DAY','2013-12-01 02:32:16'),(71226,1,17542,'3597289','2013-12-01 02:37:42'),(71227,2,17542,'','2013-12-01 02:37:42'),(71228,3,17542,'','2013-12-01 02:37:42'),(71229,4,17542,'OPD','2013-12-01 02:37:42'),(71230,5,17542,'','2013-12-01 02:37:42'),(71231,6,17542,'112','2013-12-01 02:37:42'),(71232,7,17542,'DAY','2013-12-01 02:37:42'),(71233,1,17544,'','2013-12-01 02:37:42'),(71234,2,17544,'','2013-12-01 02:37:42'),(71235,3,17544,'','2013-12-01 02:37:42'),(71236,4,17544,'','2013-12-01 02:37:42'),(71237,5,17544,'','2013-12-01 02:37:42'),(71238,6,17544,'','2013-12-01 02:37:42'),(71239,7,17544,'DAY','2013-12-01 02:37:42'),(71240,1,17547,'','2013-12-01 02:37:42'),(71241,2,17547,'','2013-12-01 02:37:42'),(71242,3,17547,'','2013-12-01 02:37:42'),(71243,4,17547,'','2013-12-01 02:37:42'),(71244,5,17547,'','2013-12-01 02:37:42'),(71245,6,17547,'','2013-12-01 02:37:42'),(71246,7,17547,'DAY','2013-12-01 02:37:42'),(71247,1,17548,'3597313','2013-12-01 03:06:41'),(71248,2,17548,'','2013-12-01 03:06:41'),(71249,3,17548,'','2013-12-01 03:06:41'),(71250,4,17548,'OPD','2013-12-01 03:06:41'),(71251,5,17548,'','2013-12-01 03:06:41'),(71252,6,17548,'112','2013-12-01 03:06:41'),(71253,7,17548,'DAY','2013-12-01 03:06:41'),(71254,1,17550,'','2013-12-01 03:06:41'),(71255,2,17550,'','2013-12-01 03:06:41'),(71256,3,17550,'','2013-12-01 03:06:41'),(71257,4,17550,'','2013-12-01 03:06:41'),(71258,5,17550,'','2013-12-01 03:06:41'),(71259,6,17550,'','2013-12-01 03:06:41'),(71260,7,17550,'DAY','2013-12-01 03:06:41'),(71261,1,17553,'','2013-12-01 03:06:41'),(71262,2,17553,'','2013-12-01 03:06:41'),(71263,3,17553,'','2013-12-01 03:06:41'),(71264,4,17553,'','2013-12-01 03:06:41'),(71265,5,17553,'','2013-12-01 03:06:41'),(71266,6,17553,'','2013-12-01 03:06:41'),(71267,7,17553,'DAY','2013-12-01 03:06:41'),(71268,1,17554,'3597315','2013-12-01 03:09:44'),(71269,2,17554,'','2013-12-01 03:09:44'),(71270,3,17554,'','2013-12-01 03:09:44'),(71271,4,17554,'OPD','2013-12-01 03:09:44'),(71272,5,17554,'','2013-12-01 03:09:44'),(71273,6,17554,'112','2013-12-01 03:09:44'),(71274,7,17554,'DAY','2013-12-01 03:09:44'),(71275,1,17556,'','2013-12-01 03:09:45'),(71276,2,17556,'','2013-12-01 03:09:45'),(71277,3,17556,'','2013-12-01 03:09:45'),(71278,4,17556,'','2013-12-01 03:09:45'),(71279,5,17556,'','2013-12-01 03:09:45'),(71280,6,17556,'','2013-12-01 03:09:45'),(71281,7,17556,'DAY','2013-12-01 03:09:45'),(71282,1,17557,'3597320','2013-12-01 03:34:49'),(71283,2,17557,'','2013-12-01 03:34:49'),(71284,3,17557,'','2013-12-01 03:34:49'),(71285,4,17557,'WARD','2013-12-01 03:34:49'),(71286,5,17557,'B3, 218109','2013-12-01 03:34:49'),(71287,6,17557,'64','2013-12-01 03:34:49'),(71288,7,17557,'NIGHT','2013-12-01 03:34:49'),(71289,1,17558,'3597321','2013-12-01 03:40:02'),(71290,2,17558,'','2013-12-01 03:40:02'),(71291,3,17558,'','2013-12-01 03:40:02'),(71292,4,17558,'OPD','2013-12-01 03:40:02'),(71293,5,17558,'','2013-12-01 03:40:02'),(71294,6,17558,'35','2013-12-01 03:40:02'),(71295,7,17558,'NIGHT','2013-12-01 03:40:02'),(71296,1,17560,'','2013-12-01 03:40:02'),(71297,2,17560,'','2013-12-01 03:40:02'),(71298,3,17560,'','2013-12-01 03:40:02'),(71299,4,17560,'','2013-12-01 03:40:02'),(71300,5,17560,'','2013-12-01 03:40:02'),(71301,6,17560,'','2013-12-01 03:40:02'),(71302,7,17560,'NIGHT','2013-12-01 03:40:02'),(71303,1,17561,'3597367','2013-12-01 06:21:01'),(71304,2,17561,'','2013-12-01 06:21:01'),(71305,3,17561,'','2013-12-01 06:21:01'),(71306,4,17561,'OPD','2013-12-01 06:21:01'),(71307,5,17561,'','2013-12-01 06:21:01'),(71308,6,17561,'309','2013-12-01 06:21:01'),(71309,7,17561,'NIGHT','2013-12-01 06:21:01'),(71310,1,17563,'','2013-12-01 06:21:01'),(71311,2,17563,'','2013-12-01 06:21:01'),(71312,3,17563,'','2013-12-01 06:21:01'),(71313,4,17563,'','2013-12-01 06:21:01'),(71314,5,17563,'','2013-12-01 06:21:01'),(71315,6,17563,'','2013-12-01 06:21:01'),(71316,7,17563,'DAY','2013-12-01 06:21:01'),(71317,1,17566,'','2013-12-01 06:21:02'),(71318,2,17566,'','2013-12-01 06:21:02'),(71319,3,17566,'','2013-12-01 06:21:02'),(71320,4,17566,'','2013-12-01 06:21:02'),(71321,5,17566,'','2013-12-01 06:21:02'),(71322,6,17566,'','2013-12-01 06:21:02'),(71323,7,17566,'NIGHT','2013-12-01 06:21:02'),(71324,1,17567,'3597373','2013-12-01 07:39:21'),(71325,2,17567,'','2013-12-01 07:39:21'),(71326,3,17567,'','2013-12-01 07:39:21'),(71327,4,17567,'OPD','2013-12-01 07:39:21'),(71328,5,17567,'','2013-12-01 07:39:21'),(71329,6,17567,'196','2013-12-01 07:39:21'),(71330,7,17567,'NIGHT','2013-12-01 07:39:21'),(71331,1,17569,'','2013-12-01 07:39:21'),(71332,2,17569,'','2013-12-01 07:39:21'),(71333,3,17569,'','2013-12-01 07:39:21'),(71334,4,17569,'','2013-12-01 07:39:21'),(71335,5,17569,'','2013-12-01 07:39:21'),(71336,6,17569,'','2013-12-01 07:39:21'),(71337,7,17569,'NIGHT','2013-12-01 07:39:21'),(71338,1,17572,'','2013-12-01 07:39:21'),(71339,2,17572,'','2013-12-01 07:39:21'),(71340,3,17572,'','2013-12-01 07:39:21'),(71341,4,17572,'','2013-12-01 07:39:21'),(71342,5,17572,'','2013-12-01 07:39:21'),(71343,6,17572,'','2013-12-01 07:39:21'),(71344,7,17572,'NIGHT','2013-12-01 07:39:21'),(71345,1,17573,'3597372','2013-12-01 07:46:28'),(71346,2,17573,'596132','2013-12-01 07:46:28'),(71347,3,17573,'','2013-12-01 07:46:28'),(71348,4,17573,'OPD','2013-12-01 07:46:28'),(71349,5,17573,'','2013-12-01 07:46:28'),(71350,6,17573,'193','2013-12-01 07:46:28'),(71351,7,17573,'NIGHT','2013-12-01 07:46:28'),(71352,1,17575,'','2013-12-01 07:46:29'),(71353,2,17575,'','2013-12-01 07:46:29'),(71354,3,17575,'','2013-12-01 07:46:29'),(71355,4,17575,'','2013-12-01 07:46:29'),(71356,5,17575,'','2013-12-01 07:46:29'),(71357,6,17575,'','2013-12-01 07:46:29'),(71358,7,17575,'NIGHT','2013-12-01 07:46:29'),(71359,1,17576,'3597391','2013-12-01 12:25:21'),(71360,2,17576,'','2013-12-01 12:25:21'),(71361,3,17576,'','2013-12-01 12:25:21'),(71362,4,17576,'OPD','2013-12-01 12:25:21'),(71363,5,17576,'','2013-12-01 12:25:21'),(71364,6,17576,'81','2013-12-01 12:25:21'),(71365,7,17576,'NIGHT','2013-12-01 12:25:21'),(71366,1,17577,'3597392','2013-12-01 12:37:33'),(71367,2,17577,'','2013-12-01 12:37:33'),(71368,3,17577,'','2013-12-01 12:37:33'),(71369,4,17577,'OPD','2013-12-01 12:37:33'),(71370,5,17577,'','2013-12-01 12:37:33'),(71371,6,17577,'125','2013-12-01 12:37:33'),(71372,7,17577,'NIGHT','2013-12-01 12:37:33'),(71373,1,17579,'','2013-12-01 12:37:33'),(71374,2,17579,'','2013-12-01 12:37:33'),(71375,3,17579,'','2013-12-01 12:37:33'),(71376,4,17579,'','2013-12-01 12:37:33'),(71377,5,17579,'','2013-12-01 12:37:33'),(71378,6,17579,'','2013-12-01 12:37:33'),(71379,7,17579,'NIGHT','2013-12-01 12:37:33'),(71380,1,17580,'3597404','2013-12-01 15:53:31'),(71381,2,17580,'','2013-12-01 15:53:31'),(71382,3,17580,'','2013-12-01 15:53:31'),(71383,4,17580,'OPD','2013-12-01 15:53:31'),(71384,5,17580,'','2013-12-01 15:53:31'),(71385,6,17580,'66','2013-12-01 15:53:31'),(71386,7,17580,'DAY','2013-12-01 15:53:31'),(71387,1,17581,'3597407','2013-12-01 16:01:08'),(71388,2,17581,'596144','2013-12-01 16:01:08'),(71389,3,17581,'','2013-12-01 16:01:08'),(71390,4,17581,'SR','2013-12-01 16:01:08'),(71391,5,17581,'','2013-12-01 16:01:08'),(71392,6,17581,'90','2013-12-01 16:01:08'),(71393,7,17581,'DAY','2013-12-01 16:01:08'),(71394,1,17582,'3597411','2013-12-01 16:03:40'),(71395,2,17582,'596146','2013-12-01 16:03:40'),(71396,3,17582,'','2013-12-01 16:03:40'),(71397,4,17582,'OPD','2013-12-01 16:03:40'),(71398,5,17582,'','2013-12-01 16:03:40'),(71399,6,17582,'47','2013-12-01 16:03:40'),(71400,7,17582,'DAY','2013-12-01 16:03:40'),(71401,1,17583,'3597115','2013-12-01 16:21:03'),(71402,2,17583,'','2013-12-01 16:21:03'),(71403,3,17583,'','2013-12-01 16:21:03'),(71404,4,17583,'OPD','2013-12-01 16:21:03'),(71405,5,17583,'','2013-12-01 16:21:03'),(71406,6,17583,'151','2013-12-01 16:21:03'),(71407,7,17583,'DAY','2013-12-01 16:21:03'),(71408,1,17585,'','2013-12-01 16:21:03'),(71409,2,17585,'','2013-12-01 16:21:03'),(71410,3,17585,'','2013-12-01 16:21:03'),(71411,4,17585,'','2013-12-01 16:21:03'),(71412,5,17585,'','2013-12-01 16:21:03'),(71413,6,17585,'','2013-12-01 16:21:03'),(71414,7,17585,'DAY','2013-12-01 16:21:03'),(71415,1,17586,'3597421','2013-12-01 16:58:29'),(71416,2,17586,'','2013-12-01 16:58:29'),(71417,3,17586,'','2013-12-01 16:58:29'),(71418,4,17586,'OPD','2013-12-01 16:58:29'),(71419,5,17586,'','2013-12-01 16:58:29'),(71420,6,17586,'99','2013-12-01 16:58:29'),(71421,7,17586,'DAY','2013-12-01 16:58:29'),(71422,1,17588,'','2013-12-01 16:58:30'),(71423,2,17588,'','2013-12-01 16:58:30'),(71424,3,17588,'','2013-12-01 16:58:30'),(71425,4,17588,'','2013-12-01 16:58:30'),(71426,5,17588,'','2013-12-01 16:58:30'),(71427,6,17588,'','2013-12-01 16:58:30'),(71428,7,17588,'DAY','2013-12-01 16:58:30'),(71429,1,17589,'3597423','2013-12-01 17:15:52'),(71430,2,17589,'','2013-12-01 17:15:52'),(71431,3,17589,'','2013-12-01 17:15:52'),(71432,4,17589,'OPD','2013-12-01 17:15:52'),(71433,5,17589,'','2013-12-01 17:15:52'),(71434,6,17589,'37','2013-12-01 17:15:52'),(71435,7,17589,'DAY','2013-12-01 17:15:52'),(71436,1,17590,'3597429','2013-12-01 17:35:23'),(71437,2,17590,'','2013-12-01 17:35:23'),(71438,3,17590,'','2013-12-01 17:35:23'),(71439,4,17590,'OPD','2013-12-01 17:35:23'),(71440,5,17590,'','2013-12-01 17:35:23'),(71441,6,17590,'13','2013-12-01 17:35:23'),(71442,7,17590,'DAY','2013-12-01 17:35:23'),(71443,1,17591,'3597430','2013-12-01 17:36:51'),(71444,2,17591,'','2013-12-01 17:36:51'),(71445,3,17591,'','2013-12-01 17:36:51'),(71446,4,17591,'OPD','2013-12-01 17:36:51'),(71447,5,17591,'','2013-12-01 17:36:51'),(71448,6,17591,'27','2013-12-01 17:36:51'),(71449,7,17591,'DAY','2013-12-01 17:36:51'),(71450,1,17592,'3597431','2013-12-01 17:45:16'),(71451,2,17592,'596152','2013-12-01 17:45:16'),(71452,3,17592,'','2013-12-01 17:45:16'),(71453,4,17592,'OPD','2013-12-01 17:45:16'),(71454,5,17592,'','2013-12-01 17:45:16'),(71455,6,17592,'105','2013-12-01 17:45:16'),(71456,7,17592,'DAY','2013-12-01 17:45:16'),(71457,1,17594,'','2013-12-01 17:45:16'),(71458,2,17594,'','2013-12-01 17:45:16'),(71459,3,17594,'','2013-12-01 17:45:16'),(71460,4,17594,'','2013-12-01 17:45:16'),(71461,5,17594,'','2013-12-01 17:45:16'),(71462,6,17594,'','2013-12-01 17:45:16'),(71463,7,17594,'DAY','2013-12-01 17:45:16'),(71464,1,17595,'3597072','2013-12-01 18:18:42'),(71465,2,17595,'','2013-12-01 18:18:42'),(71466,3,17595,'','2013-12-01 18:18:42'),(71467,4,17595,'OPD','2013-12-01 18:18:42'),(71468,5,17595,'','2013-12-01 18:18:42'),(71469,6,17595,'195','2013-12-01 18:18:42'),(71470,7,17595,'DAY','2013-12-01 18:18:42'),(71471,1,17597,'','2013-12-01 18:18:42'),(71472,2,17597,'','2013-12-01 18:18:42'),(71473,3,17597,'','2013-12-01 18:18:42'),(71474,4,17597,'','2013-12-01 18:18:42'),(71475,5,17597,'','2013-12-01 18:18:42'),(71476,6,17597,'','2013-12-01 18:18:42'),(71477,7,17597,'DAY','2013-12-01 18:18:42'),(71478,1,17598,'3597446','2013-12-01 18:27:46'),(71479,2,17598,'','2013-12-01 18:27:46'),(71480,3,17598,'','2013-12-01 18:27:46'),(71481,4,17598,'OPD','2013-12-01 18:27:46'),(71482,5,17598,'','2013-12-01 18:27:46'),(71483,6,17598,'59','2013-12-01 18:27:46'),(71484,7,17598,'DAY','2013-12-01 18:27:46'),(71485,1,17599,'3597447','2013-12-01 18:32:48'),(71486,2,17599,'','2013-12-01 18:32:48'),(71487,3,17599,'','2013-12-01 18:32:48'),(71488,4,17599,'OPD','2013-12-01 18:32:48'),(71489,5,17599,'','2013-12-01 18:32:48'),(71490,6,17599,'112','2013-12-01 18:32:48'),(71491,7,17599,'DAY','2013-12-01 18:32:48'),(71492,1,17601,'','2013-12-01 18:32:49'),(71493,2,17601,'','2013-12-01 18:32:49'),(71494,3,17601,'','2013-12-01 18:32:49'),(71495,4,17601,'','2013-12-01 18:32:49'),(71496,5,17601,'','2013-12-01 18:32:49'),(71497,6,17601,'','2013-12-01 18:32:49'),(71498,7,17601,'DAY','2013-12-01 18:32:49'),(71499,1,17602,'','2013-12-01 18:33:50'),(71500,2,17602,'','2013-12-01 18:33:50'),(71501,3,17602,'','2013-12-01 18:33:50'),(71502,4,17602,'','2013-12-01 18:33:50'),(71503,5,17602,'','2013-12-01 18:33:50'),(71504,6,17602,'','2013-12-01 18:33:50'),(71505,7,17602,'DAY','2013-12-01 18:33:50'),(71506,1,17603,'3597446','2013-12-01 18:35:53'),(71507,2,17603,'','2013-12-01 18:35:53'),(71508,3,17603,'','2013-12-01 18:35:53'),(71509,4,17603,'OPD','2013-12-01 18:35:53'),(71510,5,17603,'','2013-12-01 18:35:53'),(71511,6,17603,'113','2013-12-01 18:35:53'),(71512,7,17603,'DAY','2013-12-01 18:35:53'),(71513,1,17605,'','2013-12-01 18:35:53'),(71514,2,17605,'','2013-12-01 18:35:53'),(71515,3,17605,'','2013-12-01 18:35:53'),(71516,4,17605,'','2013-12-01 18:35:53'),(71517,5,17605,'','2013-12-01 18:35:53'),(71518,6,17605,'','2013-12-01 18:35:53'),(71519,7,17605,'DAY','2013-12-01 18:35:53'),(71520,1,17606,'3597450','2013-12-01 18:40:55'),(71521,2,17606,'596160','2013-12-01 18:40:55'),(71522,3,17606,'','2013-12-01 18:40:55'),(71523,4,17606,'OPD','2013-12-01 18:40:55'),(71524,5,17606,'','2013-12-01 18:40:55'),(71525,6,17606,'54.8','2013-12-01 18:40:55'),(71526,7,17606,'DAY','2013-12-01 18:40:55'),(71527,1,17607,'3597451','2013-12-01 18:46:31'),(71528,2,17607,'','2013-12-01 18:46:31'),(71529,3,17607,'','2013-12-01 18:46:31'),(71530,4,17607,'OPD','2013-12-01 18:46:31'),(71531,5,17607,'','2013-12-01 18:46:31'),(71532,6,17607,'112','2013-12-01 18:46:31'),(71533,7,17607,'DAY','2013-12-01 18:46:31'),(71534,1,17609,'','2013-12-01 18:46:32'),(71535,2,17609,'','2013-12-01 18:46:32'),(71536,3,17609,'','2013-12-01 18:46:32'),(71537,4,17609,'','2013-12-01 18:46:32'),(71538,5,17609,'','2013-12-01 18:46:32'),(71539,6,17609,'','2013-12-01 18:46:32'),(71540,7,17609,'DAY','2013-12-01 18:46:32'),(71541,1,17612,'','2013-12-01 18:46:32'),(71542,2,17612,'','2013-12-01 18:46:32'),(71543,3,17612,'','2013-12-01 18:46:32'),(71544,4,17612,'','2013-12-01 18:46:32'),(71545,5,17612,'','2013-12-01 18:46:32'),(71546,6,17612,'','2013-12-01 18:46:32'),(71547,7,17612,'DAY','2013-12-01 18:46:32'),(71548,1,17613,'3597468','2013-12-01 18:54:58'),(71549,2,17613,'','2013-12-01 18:54:58'),(71550,3,17613,'','2013-12-01 18:54:58'),(71551,4,17613,'OPD','2013-12-01 18:54:58'),(71552,5,17613,'','2013-12-01 18:54:58'),(71553,6,17613,'81','2013-12-01 18:54:58'),(71554,7,17613,'DAY','2013-12-01 18:54:58'),(71555,1,17614,'3597303','2013-12-01 18:59:45'),(71556,2,17614,'','2013-12-01 18:59:45'),(71557,3,17614,'','2013-12-01 18:59:45'),(71558,4,17614,'OPD','2013-12-01 18:59:45'),(71559,5,17614,'','2013-12-01 18:59:45'),(71560,6,17614,'249','2013-12-01 18:59:45'),(71561,7,17614,'DAY','2013-12-01 18:59:45'),(71562,1,17616,'','2013-12-01 18:59:45'),(71563,2,17616,'','2013-12-01 18:59:45'),(71564,3,17616,'','2013-12-01 18:59:45'),(71565,4,17616,'','2013-12-01 18:59:45'),(71566,5,17616,'','2013-12-01 18:59:45'),(71567,6,17616,'','2013-12-01 18:59:45'),(71568,7,17616,'DAY','2013-12-01 18:59:45'),(71569,1,17619,'','2013-12-01 18:59:45'),(71570,2,17619,'','2013-12-01 18:59:45'),(71571,3,17619,'','2013-12-01 18:59:45'),(71572,4,17619,'','2013-12-01 18:59:45'),(71573,5,17619,'','2013-12-01 18:59:45'),(71574,6,17619,'','2013-12-01 18:59:45'),(71575,7,17619,'DAY','2013-12-01 18:59:45'),(71576,1,17620,'3597457','2013-12-01 19:02:08'),(71577,2,17620,'596167','2013-12-01 19:02:08'),(71578,3,17620,'','2013-12-01 19:02:08'),(71579,4,17620,'OPD','2013-12-01 19:02:08'),(71580,5,17620,'','2013-12-01 19:02:08'),(71581,6,17620,'30','2013-12-01 19:02:08'),(71582,7,17620,'DAY','2013-12-01 19:02:08'),(71583,1,17621,'3597471','2013-12-01 19:06:13'),(71584,2,17621,'','2013-12-01 19:06:13'),(71585,3,17621,'','2013-12-01 19:06:13'),(71586,4,17621,'OPD','2013-12-01 19:06:13'),(71587,5,17621,'','2013-12-01 19:06:13'),(71588,6,17621,'93','2013-12-01 19:06:13'),(71589,7,17621,'DAY','2013-12-01 19:06:13'),(71590,1,17622,'3597476','2013-12-01 19:11:00'),(71591,2,17622,'','2013-12-01 19:11:00'),(71592,3,17622,'','2013-12-01 19:11:00'),(71593,4,17622,'OPD','2013-12-01 19:11:00'),(71594,5,17622,'','2013-12-01 19:11:00'),(71595,6,17622,'329','2013-12-01 19:11:00'),(71596,7,17622,'DAY','2013-12-01 19:11:00'),(71597,1,17624,'','2013-12-01 19:11:01'),(71598,2,17624,'','2013-12-01 19:11:01'),(71599,3,17624,'','2013-12-01 19:11:01'),(71600,4,17624,'','2013-12-01 19:11:01'),(71601,5,17624,'','2013-12-01 19:11:01'),(71602,6,17624,'','2013-12-01 19:11:01'),(71603,7,17624,'DAY','2013-12-01 19:11:01'),(71604,1,17625,'3597482','2013-12-01 19:20:59'),(71605,2,17625,'','2013-12-01 19:20:59'),(71606,3,17625,'','2013-12-01 19:20:59'),(71607,4,17625,'','2013-12-01 19:20:59'),(71608,5,17625,'W','2013-12-01 19:20:59'),(71609,6,17625,'20','2013-12-01 19:20:59'),(71610,7,17625,'DAY','2013-12-01 19:20:59'),(71611,1,17626,'357467','2013-12-01 19:24:44'),(71612,2,17626,'','2013-12-01 19:24:44'),(71613,3,17626,'','2013-12-01 19:24:44'),(71614,4,17626,'OPD','2013-12-01 19:24:44'),(71615,5,17626,'','2013-12-01 19:24:44'),(71616,6,17626,'13','2013-12-01 19:24:44'),(71617,7,17626,'DAY','2013-12-01 19:24:44'),(71618,1,17627,'3597488','2013-12-01 19:28:18'),(71619,2,17627,'596171','2013-12-01 19:28:18'),(71620,3,17627,'','2013-12-01 19:28:18'),(71621,4,17627,'OPD','2013-12-01 19:28:18'),(71622,5,17627,'','2013-12-01 19:28:18'),(71623,6,17627,'12','2013-12-01 19:28:18'),(71624,7,17627,'DAY','2013-12-01 19:28:18'),(71625,1,17628,'3597496','2013-12-01 19:42:54'),(71626,2,17628,'','2013-12-01 19:42:54'),(71627,3,17628,'','2013-12-01 19:42:54'),(71628,4,17628,'','2013-12-01 19:42:54'),(71629,5,17628,'218118','2013-12-01 19:42:54'),(71630,6,17628,'11','2013-12-01 19:42:54'),(71631,7,17628,'DAY','2013-12-01 19:42:54'),(71632,1,17629,'','2013-12-01 19:58:42'),(71633,2,17629,'','2013-12-01 19:58:42'),(71634,3,17629,'','2013-12-01 19:58:42'),(71635,4,17629,'','2013-12-01 19:58:42'),(71636,5,17629,'','2013-12-01 19:58:42'),(71637,6,17629,'','2013-12-01 19:58:42'),(71638,7,17629,'DAY','2013-12-01 19:58:42'),(71639,1,17630,'3597502','2013-12-01 20:08:35'),(71640,2,17630,'596176','2013-12-01 20:08:35'),(71641,3,17630,'','2013-12-01 20:08:35'),(71642,4,17630,'OPD','2013-12-01 20:08:35'),(71643,5,17630,'','2013-12-01 20:08:35'),(71644,6,17630,'20','2013-12-01 20:08:35'),(71645,7,17630,'DAY','2013-12-01 20:08:35'),(71646,1,17631,'3597507','2013-12-01 20:16:22'),(71647,2,17631,'','2013-12-01 20:16:22'),(71648,3,17631,'','2013-12-01 20:16:22'),(71649,4,17631,'OPD','2013-12-01 20:16:22'),(71650,5,17631,'','2013-12-01 20:16:22'),(71651,6,17631,'119','2013-12-01 20:16:22'),(71652,7,17631,'DAY','2013-12-01 20:16:22'),(71653,1,17633,'','2013-12-01 20:16:23'),(71654,2,17633,'','2013-12-01 20:16:23'),(71655,3,17633,'','2013-12-01 20:16:23'),(71656,4,17633,'','2013-12-01 20:16:23'),(71657,5,17633,'','2013-12-01 20:16:23'),(71658,6,17633,'','2013-12-01 20:16:23'),(71659,7,17633,'DAY','2013-12-01 20:16:23'),(71660,1,17636,'','2013-12-01 20:16:23'),(71661,2,17636,'','2013-12-01 20:16:23'),(71662,3,17636,'','2013-12-01 20:16:23'),(71663,4,17636,'','2013-12-01 20:16:23'),(71664,5,17636,'','2013-12-01 20:16:23'),(71665,6,17636,'','2013-12-01 20:16:23'),(71666,7,17636,'DAY','2013-12-01 20:16:23'),(71667,1,17637,'','2013-12-01 21:07:19'),(71668,2,17637,'','2013-12-01 21:07:19'),(71669,3,17637,'chronic otitis media','2013-12-01 21:07:19'),(71670,4,17637,'opd','2013-12-01 21:07:19'),(71671,5,17637,'','2013-12-01 21:07:19'),(71672,6,17637,'','2013-12-01 21:07:19'),(71673,7,17637,'DAY','2013-12-01 21:07:19'),(71674,1,17638,'3597537','2013-12-01 21:18:16'),(71675,2,17638,'','2013-12-01 21:18:16'),(71676,3,17638,'','2013-12-01 21:18:16'),(71677,4,17638,'OPD','2013-12-01 21:18:16'),(71678,5,17638,'','2013-12-01 21:18:16'),(71679,6,17638,'13','2013-12-01 21:18:16'),(71680,7,17638,'DAY','2013-12-01 21:18:16'),(71681,1,17639,'3597540','2013-12-01 21:33:12'),(71682,2,17639,'','2013-12-01 21:33:12'),(71683,3,17639,'','2013-12-01 21:33:12'),(71684,4,17639,'OPD','2013-12-01 21:33:12'),(71685,5,17639,'','2013-12-01 21:33:12'),(71686,6,17639,'112','2013-12-01 21:33:12'),(71687,7,17639,'DAY','2013-12-01 21:33:12'),(71688,1,17641,'','2013-12-01 21:33:12'),(71689,2,17641,'','2013-12-01 21:33:12'),(71690,3,17641,'','2013-12-01 21:33:12'),(71691,4,17641,'','2013-12-01 21:33:12'),(71692,5,17641,'','2013-12-01 21:33:12'),(71693,6,17641,'','2013-12-01 21:33:12'),(71694,7,17641,'DAY','2013-12-01 21:33:12'),(71695,1,17644,'','2013-12-01 21:33:12'),(71696,2,17644,'','2013-12-01 21:33:12'),(71697,3,17644,'','2013-12-01 21:33:12'),(71698,4,17644,'','2013-12-01 21:33:12'),(71699,5,17644,'','2013-12-01 21:33:12'),(71700,6,17644,'','2013-12-01 21:33:12'),(71701,7,17644,'DAY','2013-12-01 21:33:12'),(71702,1,17645,'359541','2013-12-01 21:36:52'),(71703,2,17645,'','2013-12-01 21:36:52'),(71704,3,17645,'','2013-12-01 21:36:52'),(71705,4,17645,'OPD','2013-12-01 21:36:52'),(71706,5,17645,'','2013-12-01 21:36:52'),(71707,6,17645,'123','2013-12-01 21:36:52'),(71708,7,17645,'DAY','2013-12-01 21:36:52'),(71709,1,17647,'','2013-12-01 21:36:52'),(71710,2,17647,'','2013-12-01 21:36:52'),(71711,3,17647,'','2013-12-01 21:36:52'),(71712,4,17647,'','2013-12-01 21:36:52'),(71713,5,17647,'','2013-12-01 21:36:52'),(71714,6,17647,'','2013-12-01 21:36:52'),(71715,7,17647,'DAY','2013-12-01 21:36:52'),(71716,1,17650,'','2013-12-01 21:36:52'),(71717,2,17650,'','2013-12-01 21:36:52'),(71718,3,17650,'','2013-12-01 21:36:52'),(71719,4,17650,'','2013-12-01 21:36:52'),(71720,5,17650,'','2013-12-01 21:36:52'),(71721,6,17650,'','2013-12-01 21:36:52'),(71722,7,17650,'DAY','2013-12-01 21:36:52'),(71723,1,17651,'','2013-12-01 21:38:21'),(71724,2,17651,'','2013-12-01 21:38:21'),(71725,3,17651,'','2013-12-01 21:38:21'),(71726,4,17651,'','2013-12-01 21:38:21'),(71727,5,17651,'','2013-12-01 21:38:21'),(71728,6,17651,'','2013-12-01 21:38:21'),(71729,7,17651,'DAY','2013-12-01 21:38:21'),(71730,1,17652,'3597544','2013-12-01 21:44:35'),(71731,2,17652,'','2013-12-01 21:44:35'),(71732,3,17652,'','2013-12-01 21:44:35'),(71733,4,17652,'OPD','2013-12-01 21:44:35'),(71734,5,17652,'','2013-12-01 21:44:35'),(71735,6,17652,'18','2013-12-01 21:44:35'),(71736,7,17652,'DAY','2013-12-01 21:44:35'),(71737,1,17653,'3597561','2013-12-01 22:44:56'),(71738,2,17653,'','2013-12-01 22:44:56'),(71739,3,17653,'','2013-12-01 22:44:56'),(71740,4,17653,'','2013-12-01 22:44:56'),(71741,5,17653,'','2013-12-01 22:44:56'),(71742,6,17653,'218126','2013-12-01 22:44:56'),(71743,7,17653,'DAY','2013-12-01 22:44:56'),(71744,1,17655,'','2013-12-01 22:44:57'),(71745,2,17655,'','2013-12-01 22:44:57'),(71746,3,17655,'','2013-12-01 22:44:57'),(71747,4,17655,'','2013-12-01 22:44:57'),(71748,5,17655,'','2013-12-01 22:44:57'),(71749,6,17655,'','2013-12-01 22:44:57'),(71750,7,17655,'DAY','2013-12-01 22:44:57'),(71751,1,17658,'','2013-12-01 22:44:57'),(71752,2,17658,'','2013-12-01 22:44:57'),(71753,3,17658,'','2013-12-01 22:44:57'),(71754,4,17658,'','2013-12-01 22:44:57'),(71755,5,17658,'','2013-12-01 22:44:57'),(71756,6,17658,'','2013-12-01 22:44:57'),(71757,7,17658,'DAY','2013-12-01 22:44:57'),(71758,1,17659,'3597567','2013-12-01 23:09:51'),(71759,2,17659,'','2013-12-01 23:09:51'),(71760,3,17659,'','2013-12-01 23:09:51'),(71761,4,17659,'OPD','2013-12-01 23:09:51'),(71762,5,17659,'','2013-12-01 23:09:51'),(71763,6,17659,'13','2013-12-01 23:09:51'),(71764,7,17659,'DAY','2013-12-01 23:09:51'),(71765,1,17660,'3597576','2013-12-01 23:34:45'),(71766,2,17660,'','2013-12-01 23:34:45'),(71767,3,17660,'','2013-12-01 23:34:45'),(71768,4,17660,'OPD','2013-12-01 23:34:45'),(71769,5,17660,'','2013-12-01 23:34:45'),(71770,6,17660,'81','2013-12-01 23:34:45'),(71771,7,17660,'DAY','2013-12-01 23:34:45'),(71772,1,17661,'3597574','2013-12-01 23:37:22'),(71773,2,17661,'596093','2013-12-01 23:37:22'),(71774,3,17661,'','2013-12-01 23:37:22'),(71775,4,17661,'OPD','2013-12-01 23:37:22'),(71776,5,17661,'','2013-12-01 23:37:22'),(71777,6,17661,'87','2013-12-01 23:37:22'),(71778,7,17661,'DAY','2013-12-01 23:37:22'),(71779,1,17663,'','2013-12-01 23:37:22'),(71780,2,17663,'','2013-12-01 23:37:22'),(71781,3,17663,'','2013-12-01 23:37:22'),(71782,4,17663,'','2013-12-01 23:37:22'),(71783,5,17663,'','2013-12-01 23:37:22'),(71784,6,17663,'','2013-12-01 23:37:22'),(71785,7,17663,'DAY','2013-12-01 23:37:22'),(71786,1,17664,'3597577','2013-12-01 23:42:48'),(71787,2,17664,'','2013-12-01 23:42:48'),(71788,3,17664,'','2013-12-01 23:42:48'),(71789,4,17664,'OPD','2013-12-01 23:42:48'),(71790,5,17664,'','2013-12-01 23:42:48'),(71791,6,17664,'81','2013-12-01 23:42:48'),(71792,7,17664,'DAY','2013-12-01 23:42:48'),(71793,1,17665,'3597577','2013-12-01 23:47:06'),(71794,2,17665,'','2013-12-01 23:47:06'),(71795,3,17665,'','2013-12-01 23:47:06'),(71796,4,17665,'OPD','2013-12-01 23:47:06'),(71797,5,17665,'','2013-12-01 23:47:06'),(71798,6,17665,'81','2013-12-01 23:47:06'),(71799,7,17665,'DAY','2013-12-01 23:47:06'),(71800,1,17666,'3597579','2013-12-01 23:51:50'),(71801,2,17666,'0001047','2013-12-01 23:51:50'),(71802,3,17666,'','2013-12-01 23:51:50'),(71803,4,17666,'OPD','2013-12-01 23:51:50'),(71804,5,17666,'','2013-12-01 23:51:50'),(71805,6,17666,'105','2013-12-01 23:51:50'),(71806,7,17666,'DAY','2013-12-01 23:51:50'),(71807,1,17668,'','2013-12-01 23:51:50'),(71808,2,17668,'','2013-12-01 23:51:50'),(71809,3,17668,'','2013-12-01 23:51:50'),(71810,4,17668,'','2013-12-01 23:51:50'),(71811,5,17668,'','2013-12-01 23:51:50'),(71812,6,17668,'','2013-12-01 23:51:50'),(71813,7,17668,'DAY','2013-12-01 23:51:50'),(71814,1,17669,'3597580','2013-12-01 23:55:16'),(71815,2,17669,'0001048','2013-12-01 23:55:16'),(71816,3,17669,'','2013-12-01 23:55:16'),(71817,4,17669,'OPD','2013-12-01 23:55:16'),(71818,5,17669,'','2013-12-01 23:55:16'),(71819,6,17669,'87','2013-12-01 23:55:16'),(71820,7,17669,'DAY','2013-12-01 23:55:16'),(71821,1,17671,'','2013-12-01 23:55:17'),(71822,2,17671,'','2013-12-01 23:55:17'),(71823,3,17671,'','2013-12-01 23:55:17'),(71824,4,17671,'','2013-12-01 23:55:17'),(71825,5,17671,'','2013-12-01 23:55:17'),(71826,6,17671,'','2013-12-01 23:55:17'),(71827,7,17671,'DAY','2013-12-01 23:55:17'),(71828,1,17672,'3597578','2013-12-02 00:02:38'),(71829,2,17672,'596194','2013-12-02 00:02:38'),(71830,3,17672,'','2013-12-02 00:02:38'),(71831,4,17672,'OPD','2013-12-02 00:02:38'),(71832,5,17672,'','2013-12-02 00:02:38'),(71833,6,17672,'12','2013-12-02 00:02:38'),(71834,7,17672,'DAY','2013-12-02 00:02:38'),(71835,1,17673,'3597585','2013-12-02 00:26:03'),(71836,2,17673,'','2013-12-02 00:26:03'),(71837,3,17673,'','2013-12-02 00:26:03'),(71838,4,17673,'OPD','2013-12-02 00:26:03'),(71839,5,17673,'','2013-12-02 00:26:03'),(71840,6,17673,'81','2013-12-02 00:26:03'),(71841,7,17673,'DAY','2013-12-02 00:26:03'),(71842,1,17674,'3597590','2013-12-02 00:40:54'),(71843,2,17674,'','2013-12-02 00:40:54'),(71844,3,17674,'','2013-12-02 00:40:54'),(71845,4,17674,'','2013-12-02 00:40:54'),(71846,5,17674,'','2013-12-02 00:40:54'),(71847,6,17674,'30.00','2013-12-02 00:40:54'),(71848,7,17674,'DAY','2013-12-02 00:40:54'),(71849,1,17675,'3597592','2013-12-02 00:43:54'),(71850,2,17675,'596198','2013-12-02 00:43:54'),(71851,3,17675,'','2013-12-02 00:43:54'),(71852,4,17675,'','2013-12-02 00:43:54'),(71853,5,17675,'','2013-12-02 00:43:54'),(71854,6,17675,'18.00','2013-12-02 00:43:54'),(71855,7,17675,'DAY','2013-12-02 00:43:54'),(71856,1,17676,'','2013-12-02 01:01:31'),(71857,2,17676,'','2013-12-02 01:01:31'),(71858,3,17676,'','2013-12-02 01:01:31'),(71859,4,17676,'','2013-12-02 01:01:31'),(71860,5,17676,'','2013-12-02 01:01:31'),(71861,6,17676,'','2013-12-02 01:01:31'),(71862,7,17676,'DAY','2013-12-02 01:01:31'),(71863,1,17677,'3597615','2013-12-02 01:04:39'),(71864,2,17677,'590200','2013-12-02 01:04:39'),(71865,3,17677,'','2013-12-02 01:04:39'),(71866,4,17677,'','2013-12-02 01:04:39'),(71867,5,17677,'','2013-12-02 01:04:39'),(71868,6,17677,'75.00','2013-12-02 01:04:39'),(71869,7,17677,'DAY','2013-12-02 01:04:39'),(71870,1,17678,'3597613','2013-12-02 01:13:44'),(71871,2,17678,'','2013-12-02 01:13:44'),(71872,3,17678,'','2013-12-02 01:13:44'),(71873,4,17678,'OPD','2013-12-02 01:13:44'),(71874,5,17678,'','2013-12-02 01:13:44'),(71875,6,17678,'112','2013-12-02 01:13:44'),(71876,7,17678,'DAY','2013-12-02 01:13:44'),(71877,1,17680,'','2013-12-02 01:13:44'),(71878,2,17680,'','2013-12-02 01:13:44'),(71879,3,17680,'','2013-12-02 01:13:44'),(71880,4,17680,'','2013-12-02 01:13:44'),(71881,5,17680,'','2013-12-02 01:13:44'),(71882,6,17680,'','2013-12-02 01:13:44'),(71883,7,17680,'DAY','2013-12-02 01:13:44'),(71884,1,17683,'','2013-12-02 01:13:45'),(71885,2,17683,'','2013-12-02 01:13:45'),(71886,3,17683,'','2013-12-02 01:13:45'),(71887,4,17683,'','2013-12-02 01:13:45'),(71888,5,17683,'','2013-12-02 01:13:45'),(71889,6,17683,'','2013-12-02 01:13:45'),(71890,7,17683,'DAY','2013-12-02 01:13:45'),(71891,1,17684,'3597619','2013-12-02 01:16:00'),(71892,2,17684,'','2013-12-02 01:16:00'),(71893,3,17684,'','2013-12-02 01:16:00'),(71894,4,17684,'OPD','2013-12-02 01:16:00'),(71895,5,17684,'','2013-12-02 01:16:00'),(71896,6,17684,'112','2013-12-02 01:16:00'),(71897,7,17684,'DAY','2013-12-02 01:16:00'),(71898,1,17686,'','2013-12-02 01:16:00'),(71899,2,17686,'','2013-12-02 01:16:00'),(71900,3,17686,'','2013-12-02 01:16:00'),(71901,4,17686,'','2013-12-02 01:16:00'),(71902,5,17686,'','2013-12-02 01:16:00'),(71903,6,17686,'','2013-12-02 01:16:00'),(71904,7,17686,'DAY','2013-12-02 01:16:00'),(71905,1,17689,'','2013-12-02 01:16:00'),(71906,2,17689,'','2013-12-02 01:16:00'),(71907,3,17689,'','2013-12-02 01:16:00'),(71908,4,17689,'','2013-12-02 01:16:00'),(71909,5,17689,'','2013-12-02 01:16:00'),(71910,6,17689,'','2013-12-02 01:16:00'),(71911,7,17689,'DAY','2013-12-02 01:16:00'),(71912,1,17690,'3597629','2013-12-02 01:46:23'),(71913,2,17690,'596203','2013-12-02 01:46:23'),(71914,3,17690,'','2013-12-02 01:46:23'),(71915,4,17690,'OPD','2013-12-02 01:46:23'),(71916,5,17690,'','2013-12-02 01:46:23'),(71917,6,17690,'24','2013-12-02 01:46:23'),(71918,7,17690,'DAY','2013-12-02 01:46:23'),(71919,1,17691,'3597634','2013-12-02 01:52:53'),(71920,2,17691,'','2013-12-02 01:52:53'),(71921,3,17691,'','2013-12-02 01:52:53'),(71922,4,17691,'OPD','2013-12-02 01:52:53'),(71923,5,17691,'','2013-12-02 01:52:53'),(71924,6,17691,'112','2013-12-02 01:52:53'),(71925,7,17691,'DAY','2013-12-02 01:52:53'),(71926,1,17693,'','2013-12-02 01:52:53'),(71927,2,17693,'','2013-12-02 01:52:53'),(71928,3,17693,'','2013-12-02 01:52:53'),(71929,4,17693,'','2013-12-02 01:52:53'),(71930,5,17693,'','2013-12-02 01:52:53'),(71931,6,17693,'','2013-12-02 01:52:53'),(71932,7,17693,'DAY','2013-12-02 01:52:53'),(71933,1,17696,'','2013-12-02 01:52:53'),(71934,2,17696,'','2013-12-02 01:52:53'),(71935,3,17696,'','2013-12-02 01:52:53'),(71936,4,17696,'','2013-12-02 01:52:53'),(71937,5,17696,'','2013-12-02 01:52:53'),(71938,6,17696,'','2013-12-02 01:52:53'),(71939,7,17696,'DAY','2013-12-02 01:52:53'),(71940,1,17697,'3597644','2013-12-02 02:26:11'),(71941,2,17697,'','2013-12-02 02:26:11'),(71942,3,17697,'','2013-12-02 02:26:11'),(71943,4,17697,'OPD','2013-12-02 02:26:11'),(71944,5,17697,'','2013-12-02 02:26:11'),(71945,6,17697,'101','2013-12-02 02:26:11'),(71946,7,17697,'DAY','2013-12-02 02:26:11'),(71947,1,17698,'3597652','2013-12-02 02:59:23'),(71948,2,17698,'596213','2013-12-02 02:59:23'),(71949,3,17698,'','2013-12-02 02:59:23'),(71950,6,17698,'27','2013-12-02 02:59:23'),(71951,7,17698,'DAY','2013-12-02 02:59:23'),(71952,52,17698,'','2013-12-02 02:59:23'),(71953,65,17698,'','2013-12-02 02:59:23'),(71954,66,17698,'OPD','2013-12-02 02:59:23'),(71955,1,17700,'','2013-12-02 02:59:24'),(71956,2,17700,'','2013-12-02 02:59:24'),(71957,3,17700,'','2013-12-02 02:59:24'),(71958,6,17700,'','2013-12-02 02:59:24'),(71959,7,17700,'DAY','2013-12-02 02:59:24'),(71960,52,17700,'','2013-12-02 02:59:24'),(71961,65,17700,'','2013-12-02 02:59:24'),(71962,66,17700,'OPD','2013-12-02 02:59:24'),(71963,1,17701,'3597669','2013-12-02 03:53:48'),(71964,2,17701,'','2013-12-02 03:53:48'),(71965,3,17701,'','2013-12-02 03:53:48'),(71966,6,17701,'81','2013-12-02 03:53:48'),(71967,7,17701,'NIGHT','2013-12-02 03:53:48'),(71968,65,17701,'','2013-12-02 03:53:48'),(71969,66,17701,'OPD','2013-12-02 03:53:48'),(71970,1,17702,'3597673','2013-12-02 04:12:59'),(71971,2,17702,'596223','2013-12-02 04:12:59'),(71972,3,17702,'','2013-12-02 04:12:59'),(71973,6,17702,'104','2013-12-02 04:12:59'),(71974,7,17702,'NIGHT','2013-12-02 04:12:59'),(71975,65,17702,'','2013-12-02 04:12:59'),(71976,66,17702,'OPD','2013-12-02 04:12:59'),(71977,1,17704,'','2013-12-02 04:12:59'),(71978,2,17704,'','2013-12-02 04:12:59'),(71979,3,17704,'','2013-12-02 04:12:59'),(71980,6,17704,'','2013-12-02 04:12:59'),(71981,7,17704,'NIGHT','2013-12-02 04:12:59'),(71982,65,17704,'','2013-12-02 04:12:59'),(71983,66,17704,'OPD','2013-12-02 04:12:59'),(71984,1,17707,'','2013-12-02 04:12:59'),(71985,2,17707,'','2013-12-02 04:12:59'),(71986,3,17707,'','2013-12-02 04:12:59'),(71987,6,17707,'','2013-12-02 04:12:59'),(71988,7,17707,'DAY','2013-12-02 04:12:59'),(71989,65,17707,'','2013-12-02 04:12:59'),(71990,66,17707,'OPD','2013-12-02 04:12:59'),(71991,1,17708,'3597675','2013-12-02 04:16:17'),(71992,2,17708,'596224','2013-12-02 04:16:17'),(71993,3,17708,'','2013-12-02 04:16:17'),(71994,6,17708,'18','2013-12-02 04:16:17'),(71995,7,17708,'NIGHT','2013-12-02 04:16:17'),(71996,65,17708,'','2013-12-02 04:16:17'),(71997,66,17708,'OPD','2013-12-02 04:16:17'),(71998,1,17709,'3597679','2013-12-02 04:37:49'),(71999,2,17709,'596226','2013-12-02 04:37:49'),(72000,3,17709,'','2013-12-02 04:37:49'),(72001,6,17709,'196','2013-12-02 04:37:49'),(72002,7,17709,'NIGHT','2013-12-02 04:37:49'),(72003,65,17709,'','2013-12-02 04:37:49'),(72004,66,17709,'OPD','2013-12-02 04:37:49'),(72005,1,17711,'','2013-12-02 04:37:49'),(72006,2,17711,'','2013-12-02 04:37:49'),(72007,3,17711,'','2013-12-02 04:37:49'),(72008,6,17711,'','2013-12-02 04:37:49'),(72009,7,17711,'NIGHT','2013-12-02 04:37:49'),(72010,65,17711,'','2013-12-02 04:37:49'),(72011,66,17711,'OPD','2013-12-02 04:37:49'),(72012,1,17712,'3597682','2013-12-02 05:02:45'),(72013,2,17712,'','2013-12-02 05:02:45'),(72014,3,17712,'','2013-12-02 05:02:45'),(72015,6,17712,'94','2013-12-02 05:02:45'),(72016,7,17712,'NIGHT','2013-12-02 05:02:45'),(72017,65,17712,'','2013-12-02 05:02:45'),(72018,66,17712,'OPD','2013-12-02 05:02:45'),(72019,1,17714,'','2013-12-02 05:02:45'),(72020,2,17714,'','2013-12-02 05:02:45'),(72021,3,17714,'','2013-12-02 05:02:45'),(72022,6,17714,'','2013-12-02 05:02:45'),(72023,7,17714,'NIGHT','2013-12-02 05:02:45'),(72024,65,17714,'','2013-12-02 05:02:45'),(72025,66,17714,'OPD','2013-12-02 05:02:45'),(72026,1,17715,'3597683','2013-12-02 05:07:27'),(72027,2,17715,'','2013-12-02 05:07:27'),(72028,3,17715,'','2013-12-02 05:07:27'),(72029,6,17715,'81','2013-12-02 05:07:27'),(72030,7,17715,'NIGHT','2013-12-02 05:07:27'),(72031,65,17715,'','2013-12-02 05:07:27'),(72032,66,17715,'OPD','2013-12-02 05:07:27'),(72033,1,17716,'3597692','2013-12-02 06:02:30'),(72034,2,17716,'','2013-12-02 06:02:30'),(72035,3,17716,'','2013-12-02 06:02:30'),(72036,6,17716,'112','2013-12-02 06:02:30'),(72037,7,17716,'NIGHT','2013-12-02 06:02:30'),(72038,65,17716,'','2013-12-02 06:02:30'),(72039,66,17716,'OPD','2013-12-02 06:02:30'),(72040,1,17718,'','2013-12-02 06:02:30'),(72041,2,17718,'','2013-12-02 06:02:30'),(72042,3,17718,'','2013-12-02 06:02:30'),(72043,6,17718,'','2013-12-02 06:02:30'),(72044,7,17718,'NIGHT','2013-12-02 06:02:30'),(72045,65,17718,'','2013-12-02 06:02:30'),(72046,66,17718,'TROOM','2013-12-02 06:02:30'),(72047,1,17721,'','2013-12-02 06:02:30'),(72048,2,17721,'','2013-12-02 06:02:30'),(72049,3,17721,'','2013-12-02 06:02:30'),(72050,6,17721,'','2013-12-02 06:02:30'),(72051,7,17721,'NIGHT','2013-12-02 06:02:30'),(72052,65,17721,'','2013-12-02 06:02:30'),(72053,66,17721,'TROOM','2013-12-02 06:02:30'),(72054,1,17722,'3597693','2013-12-02 06:04:46'),(72055,2,17722,'','2013-12-02 06:04:46'),(72056,3,17722,'','2013-12-02 06:04:46'),(72057,6,17722,'50','2013-12-02 06:04:46'),(72058,7,17722,'NIGHT','2013-12-02 06:04:46'),(72059,65,17722,'','2013-12-02 06:04:46'),(72060,66,17722,'OPD','2013-12-02 06:04:46'),(72061,1,17724,'','2013-12-02 06:04:46'),(72062,2,17724,'','2013-12-02 06:04:46'),(72063,3,17724,'','2013-12-02 06:04:46'),(72064,6,17724,'','2013-12-02 06:04:46'),(72065,7,17724,'NIGHT','2013-12-02 06:04:46'),(72066,65,17724,'','2013-12-02 06:04:46'),(72067,66,17724,'OPD','2013-12-02 06:04:46'),(72068,1,17725,'3597700','2013-12-02 06:20:01'),(72069,2,17725,'596232','2013-12-02 06:20:01'),(72070,3,17725,'','2013-12-02 06:20:01'),(72071,6,17725,'35','2013-12-02 06:20:01'),(72072,7,17725,'NIGHT','2013-12-02 06:20:01'),(72073,65,17725,'','2013-12-02 06:20:01'),(72074,66,17725,'OPD','2013-12-02 06:20:01'),(72075,1,17726,'3597685','2013-12-02 07:13:40'),(72076,2,17726,'','2013-12-02 07:13:40'),(72077,3,17726,'','2013-12-02 07:13:40'),(72078,6,17726,'37','2013-12-02 07:13:40'),(72079,7,17726,'NIGHT','2013-12-02 07:13:40'),(72080,65,17726,'','2013-12-02 07:13:40'),(72081,66,17726,'OPD','2013-12-02 07:13:40'),(72082,1,17727,'3597706','2013-12-02 07:58:32'),(72083,2,17727,'596236','2013-12-02 07:58:32'),(72084,3,17727,'','2013-12-02 07:58:32'),(72085,6,17727,'500','2013-12-02 07:58:32'),(72086,7,17727,'NIGHT','2013-12-02 07:58:32'),(72087,65,17727,'','2013-12-02 07:58:32'),(72088,66,17727,'TROOM','2013-12-02 07:58:32'),(72089,1,17729,'','2013-12-02 07:58:32'),(72090,2,17729,'','2013-12-02 07:58:32'),(72091,3,17729,'','2013-12-02 07:58:32'),(72092,6,17729,'','2013-12-02 07:58:32'),(72093,7,17729,'NIGHT','2013-12-02 07:58:32'),(72094,65,17729,'','2013-12-02 07:58:32'),(72095,66,17729,'TROOM','2013-12-02 07:58:32'),(72096,1,17730,'3597707','2013-12-02 08:15:07'),(72097,2,17730,'596237','2013-12-02 08:15:07'),(72098,3,17730,'','2013-12-02 08:15:07'),(72099,6,17730,'76','2013-12-02 08:15:07'),(72100,7,17730,'NIGHT','2013-12-02 08:15:07'),(72101,65,17730,'','2013-12-02 08:15:07'),(72102,66,17730,'SELF REQ','2013-12-02 08:15:07'),(72103,1,17732,'','2013-12-02 08:15:08'),(72104,2,17732,'','2013-12-02 08:15:08'),(72105,3,17732,'','2013-12-02 08:15:08'),(72106,6,17732,'','2013-12-02 08:15:08'),(72107,7,17732,'NIGHT','2013-12-02 08:15:08'),(72108,65,17732,'','2013-12-02 08:15:08'),(72109,66,17732,'SELF REQ','2013-12-02 08:15:08'),(72110,1,17733,'3597721','2013-12-02 11:15:46'),(72111,2,17733,'','2013-12-02 11:15:46'),(72112,3,17733,'','2013-12-02 11:15:46'),(72113,6,17733,'68','2013-12-02 11:15:46'),(72114,7,17733,'NIGHT','2013-12-02 11:15:46'),(72115,65,17733,'','2013-12-02 11:15:46'),(72116,66,17733,'TROOM','2013-12-02 11:15:46'),(72117,1,17735,'','2013-12-02 11:15:47'),(72118,2,17735,'','2013-12-02 11:15:47'),(72119,3,17735,'','2013-12-02 11:15:47'),(72120,6,17735,'','2013-12-02 11:15:47'),(72121,7,17735,'NIGHT','2013-12-02 11:15:47'),(72122,65,17735,'','2013-12-02 11:15:47'),(72123,66,17735,'TROOM','2013-12-02 11:15:47'),(72124,1,17738,'','2013-12-02 11:15:47'),(72125,2,17738,'','2013-12-02 11:15:47'),(72126,3,17738,'','2013-12-02 11:15:47'),(72127,6,17738,'','2013-12-02 11:15:47'),(72128,7,17738,'NIGHT','2013-12-02 11:15:47'),(72129,65,17738,'','2013-12-02 11:15:47'),(72130,66,17738,'TROOM','2013-12-02 11:15:47'),(72131,1,17739,'3597722/3597725','2013-12-02 14:06:55'),(72132,2,17739,'596239/596238','2013-12-02 14:06:55'),(72133,3,17739,'','2013-12-02 14:06:55'),(72134,6,17739,'','2013-12-02 14:06:55'),(72135,7,17739,'NIGHT','2013-12-02 14:06:55'),(72136,65,17739,'','2013-12-02 14:06:55'),(72137,66,17739,'SELF REQ','2013-12-02 14:06:55'),(72138,1,17741,'','2013-12-02 14:06:55'),(72139,2,17741,'','2013-12-02 14:06:55'),(72140,3,17741,'','2013-12-02 14:06:55'),(72141,6,17741,'','2013-12-02 14:06:55'),(72142,7,17741,'NIGHT','2013-12-02 14:06:55'),(72143,65,17741,'','2013-12-02 14:06:55'),(72144,66,17741,'SELF REQ','2013-12-02 14:06:55'),(72145,1,17744,'','2013-12-02 14:06:56'),(72146,2,17744,'','2013-12-02 14:06:56'),(72147,3,17744,'','2013-12-02 14:06:56'),(72148,6,17744,'','2013-12-02 14:06:56'),(72149,7,17744,'NIGHT','2013-12-02 14:06:56'),(72150,65,17744,'','2013-12-02 14:06:56'),(72151,66,17744,'SELF REQ','2013-12-02 14:06:56'),(72152,1,17745,'3590715','2013-12-02 14:18:19'),(72153,2,17745,'596240','2013-12-02 14:18:19'),(72154,3,17745,'','2013-12-02 14:18:19'),(72155,6,17745,'76','2013-12-02 14:18:19'),(72156,7,17745,'NIGHT','2013-12-02 14:18:19'),(72157,65,17745,'','2013-12-02 14:18:19'),(72158,66,17745,'OPD','2013-12-02 14:18:19'),(72159,1,17747,'','2013-12-02 14:18:20'),(72160,2,17747,'','2013-12-02 14:18:20'),(72161,3,17747,'','2013-12-02 14:18:20'),(72162,6,17747,'','2013-12-02 14:18:20'),(72163,7,17747,'NIGHT','2013-12-02 14:18:20'),(72164,65,17747,'','2013-12-02 14:18:20'),(72165,66,17747,'OPD','2013-12-02 14:18:20'),(72166,1,17748,'3597696','2013-12-02 15:16:56'),(72167,2,17748,'596231','2013-12-02 15:16:56'),(72168,3,17748,'','2013-12-02 15:16:56'),(72169,6,17748,'52','2013-12-02 15:16:56'),(72170,7,17748,'NIGHT','2013-12-02 15:16:56'),(72171,65,17748,'','2013-12-02 15:16:56'),(72172,66,17748,'OPD','2013-12-02 15:16:56'),(72173,1,17750,'','2013-12-02 15:16:56'),(72174,2,17750,'','2013-12-02 15:16:56'),(72175,3,17750,'','2013-12-02 15:16:56'),(72176,6,17750,'','2013-12-02 15:16:56'),(72177,7,17750,'NIGHT','2013-12-02 15:16:56'),(72178,65,17750,'','2013-12-02 15:16:56'),(72179,66,17750,'OPD','2013-12-02 15:16:56'),(72180,1,17751,'3597732','2013-12-02 15:26:58'),(72181,2,17751,'','2013-12-02 15:26:58'),(72182,3,17751,'','2013-12-02 15:26:58'),(72183,6,17751,'104','2013-12-02 15:26:58'),(72184,7,17751,'NIGHT','2013-12-02 15:26:58'),(72185,65,17751,'','2013-12-02 15:26:58'),(72186,66,17751,'OPD','2013-12-02 15:26:58'),(72187,1,17753,'','2013-12-02 15:26:59'),(72188,2,17753,'','2013-12-02 15:26:59'),(72189,3,17753,'','2013-12-02 15:26:59'),(72190,6,17753,'','2013-12-02 15:26:59'),(72191,7,17753,'DAY','2013-12-02 15:26:59'),(72192,65,17753,'','2013-12-02 15:26:59'),(72193,66,17753,'OPD','2013-12-02 15:26:59'),(72194,1,17754,'3597738','2013-12-02 15:40:05'),(72195,2,17754,'','2013-12-02 15:40:05'),(72196,3,17754,'','2013-12-02 15:40:05'),(72197,6,17754,'64.00','2013-12-02 15:40:05'),(72198,7,17754,'DAY','2013-12-02 15:40:05'),(72199,65,17754,'','2013-12-02 15:40:05'),(72200,66,17754,'OPD','2013-12-02 15:40:05'),(72201,1,17755,'3597741','2013-12-02 15:45:51'),(72202,2,17755,'','2013-12-02 15:45:51'),(72203,3,17755,'','2013-12-02 15:45:51'),(72204,6,17755,'146.00','2013-12-02 15:45:51'),(72205,7,17755,'DAY','2013-12-02 15:45:51'),(72206,65,17755,'','2013-12-02 15:45:51'),(72207,66,17755,'OPD','2013-12-02 15:45:51'),(72208,1,17757,'','2013-12-02 15:45:51'),(72209,2,17757,'','2013-12-02 15:45:51'),(72210,3,17757,'','2013-12-02 15:45:51'),(72211,6,17757,'','2013-12-02 15:45:51'),(72212,7,17757,'DAY','2013-12-02 15:45:51'),(72213,65,17757,'','2013-12-02 15:45:51'),(72214,66,17757,'OPD','2013-12-02 15:45:51'),(72215,1,17760,'','2013-12-02 15:45:51'),(72216,2,17760,'','2013-12-02 15:45:51'),(72217,3,17760,'','2013-12-02 15:45:51'),(72218,6,17760,'','2013-12-02 15:45:51'),(72219,7,17760,'DAY','2013-12-02 15:45:51'),(72220,65,17760,'','2013-12-02 15:45:51'),(72221,66,17760,'OPD','2013-12-02 15:45:51'),(72222,1,17761,'3597747','2013-12-02 16:05:03'),(72223,2,17761,'','2013-12-02 16:05:03'),(72224,3,17761,'','2013-12-02 16:05:03'),(72225,6,17761,'205','2013-12-02 16:05:03'),(72226,7,17761,'DAY','2013-12-02 16:05:03'),(72227,65,17761,'','2013-12-02 16:05:03'),(72228,66,17761,'OPD','2013-12-02 16:05:03'),(72229,1,17763,'','2013-12-02 16:05:03'),(72230,2,17763,'','2013-12-02 16:05:03'),(72231,3,17763,'','2013-12-02 16:05:03'),(72232,6,17763,'','2013-12-02 16:05:03'),(72233,7,17763,'DAY','2013-12-02 16:05:03'),(72234,65,17763,'','2013-12-02 16:05:03'),(72235,66,17763,'OPD','2013-12-02 16:05:03'),(72236,1,17766,'','2013-12-02 16:05:03'),(72237,2,17766,'','2013-12-02 16:05:03'),(72238,3,17766,'','2013-12-02 16:05:03'),(72239,6,17766,'','2013-12-02 16:05:03'),(72240,7,17766,'DAY','2013-12-02 16:05:03'),(72241,65,17766,'','2013-12-02 16:05:03'),(72242,66,17766,'OPD','2013-12-02 16:05:03'),(72243,1,17767,'3597753','2013-12-02 16:27:45'),(72244,2,17767,'596252','2013-12-02 16:27:45'),(72245,3,17767,'','2013-12-02 16:27:45'),(72246,6,17767,'360.00','2013-12-02 16:27:45'),(72247,7,17767,'DAY','2013-12-02 16:27:45'),(72248,65,17767,'','2013-12-02 16:27:45'),(72249,66,17767,'OPD','2013-12-02 16:27:45'),(72250,1,17769,'','2013-12-02 16:27:45'),(72251,2,17769,'','2013-12-02 16:27:45'),(72252,3,17769,'','2013-12-02 16:27:45'),(72253,6,17769,'','2013-12-02 16:27:45'),(72254,7,17769,'DAY','2013-12-02 16:27:45'),(72255,65,17769,'','2013-12-02 16:27:45'),(72256,66,17769,'OPD','2013-12-02 16:27:45'),(72257,1,17772,'','2013-12-02 16:27:45'),(72258,2,17772,'','2013-12-02 16:27:45'),(72259,3,17772,'','2013-12-02 16:27:45'),(72260,6,17772,'','2013-12-02 16:27:45'),(72261,7,17772,'DAY','2013-12-02 16:27:45'),(72262,65,17772,'','2013-12-02 16:27:45'),(72263,66,17772,'OPD','2013-12-02 16:27:45'),(72264,1,17773,'3597758','2013-12-02 16:30:26'),(72265,2,17773,'','2013-12-02 16:30:26'),(72266,3,17773,'','2013-12-02 16:30:26'),(72267,6,17773,'12.00','2013-12-02 16:30:26'),(72268,7,17773,'DAY','2013-12-02 16:30:26'),(72269,65,17773,'','2013-12-02 16:30:26'),(72270,66,17773,'SELF REQ','2013-12-02 16:30:26'),(72271,1,17774,'3597786','2013-12-02 17:06:07'),(72272,2,17774,'','2013-12-02 17:06:07'),(72273,3,17774,'','2013-12-02 17:06:07'),(72274,6,17774,'159.00','2013-12-02 17:06:07'),(72275,7,17774,'DAY','2013-12-02 17:06:07'),(72276,65,17774,'','2013-12-02 17:06:07'),(72277,66,17774,'OPD','2013-12-02 17:06:07'),(72278,1,17775,'3597778','2013-12-02 17:08:04'),(72279,2,17775,'596256','2013-12-02 17:08:04'),(72280,3,17775,'','2013-12-02 17:08:04'),(72281,6,17775,'11.00','2013-12-02 17:08:04'),(72282,7,17775,'DAY','2013-12-02 17:08:04'),(72283,65,17775,'','2013-12-02 17:08:04'),(72284,66,17775,'OPD','2013-12-02 17:08:04'),(72285,1,17776,'3597788','2013-12-02 17:14:44'),(72286,2,17776,'596260','2013-12-02 17:14:44'),(72287,3,17776,'','2013-12-02 17:14:44'),(72288,6,17776,'271.00','2013-12-02 17:14:44'),(72289,7,17776,'DAY','2013-12-02 17:14:44'),(72290,65,17776,'','2013-12-02 17:14:44'),(72291,66,17776,'OPD','2013-12-02 17:14:44'),(72292,1,17778,'','2013-12-02 17:14:45'),(72293,2,17778,'','2013-12-02 17:14:45'),(72294,3,17778,'','2013-12-02 17:14:45'),(72295,6,17778,'','2013-12-02 17:14:45'),(72296,7,17778,'DAY','2013-12-02 17:14:45'),(72297,65,17778,'','2013-12-02 17:14:45'),(72298,66,17778,'OPD','2013-12-02 17:14:45'),(72299,1,17779,'3597791','2013-12-02 17:18:19'),(72300,2,17779,'596261','2013-12-02 17:18:19'),(72301,3,17779,'','2013-12-02 17:18:19'),(72302,6,17779,'30.00','2013-12-02 17:18:19'),(72303,7,17779,'DAY','2013-12-02 17:18:19'),(72304,65,17779,'','2013-12-02 17:18:19'),(72305,66,17779,'OPD','2013-12-02 17:18:19'),(72306,1,17780,'3597800','2013-12-02 17:21:30'),(72307,2,17780,'','2013-12-02 17:21:30'),(72308,3,17780,'','2013-12-02 17:21:30'),(72309,6,17780,'79.00','2013-12-02 17:21:30'),(72310,7,17780,'DAY','2013-12-02 17:21:30'),(72311,65,17780,'','2013-12-02 17:21:30'),(72312,66,17780,'OPD','2013-12-02 17:21:30'),(72313,1,17782,'','2013-12-02 17:21:30'),(72314,2,17782,'','2013-12-02 17:21:30'),(72315,3,17782,'','2013-12-02 17:21:30'),(72316,6,17782,'','2013-12-02 17:21:30'),(72317,7,17782,'DAY','2013-12-02 17:21:30'),(72318,65,17782,'','2013-12-02 17:21:30'),(72319,66,17782,'OPD','2013-12-02 17:21:30'),(72320,1,17783,'3597814','2013-12-02 17:24:50'),(72321,2,17783,'','2013-12-02 17:24:50'),(72322,3,17783,'','2013-12-02 17:24:50'),(72323,6,17783,'49.00','2013-12-02 17:24:50'),(72324,7,17783,'DAY','2013-12-02 17:24:50'),(72325,65,17783,'','2013-12-02 17:24:50'),(72326,66,17783,'WARD C','2013-12-02 17:24:50'),(72327,1,17784,'3597811','2013-12-02 17:33:26'),(72328,2,17784,'596265','2013-12-02 17:33:26'),(72329,3,17784,'','2013-12-02 17:33:26'),(72330,6,17784,'360.00','2013-12-02 17:33:26'),(72331,7,17784,'DAY','2013-12-02 17:33:26'),(72332,65,17784,'','2013-12-02 17:33:26'),(72333,66,17784,'OPD','2013-12-02 17:33:26'),(72334,1,17786,'','2013-12-02 17:33:26'),(72335,2,17786,'','2013-12-02 17:33:26'),(72336,3,17786,'','2013-12-02 17:33:26'),(72337,6,17786,'','2013-12-02 17:33:26'),(72338,7,17786,'DAY','2013-12-02 17:33:26'),(72339,65,17786,'','2013-12-02 17:33:26'),(72340,66,17786,'OPD','2013-12-02 17:33:26'),(72341,1,17789,'','2013-12-02 17:33:26'),(72342,2,17789,'','2013-12-02 17:33:26'),(72343,3,17789,'','2013-12-02 17:33:26'),(72344,6,17789,'','2013-12-02 17:33:26'),(72345,7,17789,'DAY','2013-12-02 17:33:26'),(72346,65,17789,'','2013-12-02 17:33:26'),(72347,66,17789,'OPD','2013-12-02 17:33:26'),(72348,1,17790,'','2013-12-02 17:34:12'),(72349,2,17790,'','2013-12-02 17:34:12'),(72350,3,17790,'','2013-12-02 17:34:12'),(72351,6,17790,'','2013-12-02 17:34:12'),(72352,7,17790,'DAY','2013-12-02 17:34:12'),(72353,65,17790,'','2013-12-02 17:34:12'),(72354,66,17790,'OPD','2013-12-02 17:34:12'),(72355,1,17791,'3597837','2013-12-02 17:34:57'),(72356,2,17791,'','2013-12-02 17:34:57'),(72357,3,17791,'','2013-12-02 17:34:57'),(72358,6,17791,'54.00','2013-12-02 17:34:57'),(72359,7,17791,'DAY','2013-12-02 17:34:57'),(72360,65,17791,'','2013-12-02 17:34:57'),(72361,66,17791,'OPD','2013-12-02 17:34:57'),(72362,1,17792,'3597829','2013-12-02 17:37:36'),(72363,2,17792,'','2013-12-02 17:37:36'),(72364,3,17792,'','2013-12-02 17:37:36'),(72365,6,17792,'81.00','2013-12-02 17:37:36'),(72366,7,17792,'DAY','2013-12-02 17:37:36'),(72367,65,17792,'','2013-12-02 17:37:36'),(72368,66,17792,'OPD','2013-12-02 17:37:36'),(72369,1,17793,'3597827','2013-12-02 17:39:34'),(72370,2,17793,'','2013-12-02 17:39:34'),(72371,3,17793,'','2013-12-02 17:39:34'),(72372,6,17793,'117.00','2013-12-02 17:39:34'),(72373,7,17793,'DAY','2013-12-02 17:39:34'),(72374,65,17793,'','2013-12-02 17:39:34'),(72375,66,17793,'OPD','2013-12-02 17:39:34'),(72376,1,17794,'3597823','2013-12-02 17:44:33'),(72377,2,17794,'','2013-12-02 17:44:33'),(72378,3,17794,'','2013-12-02 17:44:33'),(72379,6,17794,'66.00','2013-12-02 17:44:33'),(72380,7,17794,'DAY','2013-12-02 17:44:33'),(72381,65,17794,'','2013-12-02 17:44:33'),(72382,66,17794,'OPD','2013-12-02 17:44:33'),(72383,1,17795,'3597824','2013-12-02 17:45:49'),(72384,2,17795,'','2013-12-02 17:45:49'),(72385,3,17795,'','2013-12-02 17:45:49'),(72386,6,17795,'22.00','2013-12-02 17:45:49'),(72387,7,17795,'DAY','2013-12-02 17:45:49'),(72388,65,17795,'','2013-12-02 17:45:49'),(72389,66,17795,'OPD','2013-12-02 17:45:49'),(72390,1,17796,'3597840','2013-12-02 17:49:17'),(72391,2,17796,'596269','2013-12-02 17:49:17'),(72392,3,17796,'','2013-12-02 17:49:17'),(72393,6,17796,'81.00','2013-12-02 17:49:17'),(72394,7,17796,'DAY','2013-12-02 17:49:17'),(72395,65,17796,'','2013-12-02 17:49:17'),(72396,66,17796,'OPD','2013-12-02 17:49:17'),(72397,1,17798,'','2013-12-02 17:49:17'),(72398,2,17798,'','2013-12-02 17:49:17'),(72399,3,17798,'','2013-12-02 17:49:17'),(72400,6,17798,'','2013-12-02 17:49:17'),(72401,7,17798,'DAY','2013-12-02 17:49:17'),(72402,65,17798,'','2013-12-02 17:49:17'),(72403,66,17798,'OPD','2013-12-02 17:49:17'),(72404,1,17799,'3596520','2013-12-02 17:53:23'),(72405,2,17799,'','2013-12-02 17:53:23'),(72406,3,17799,'','2013-12-02 17:53:23'),(72407,6,17799,'133.00','2013-12-02 17:53:23'),(72408,7,17799,'DAY','2013-12-02 17:53:23'),(72409,65,17799,'','2013-12-02 17:53:23'),(72410,66,17799,'OPD','2013-12-02 17:53:23'),(72411,1,17801,'','2013-12-02 17:53:23'),(72412,2,17801,'','2013-12-02 17:53:23'),(72413,3,17801,'','2013-12-02 17:53:23'),(72414,6,17801,'','2013-12-02 17:53:23'),(72415,7,17801,'DAY','2013-12-02 17:53:23'),(72416,65,17801,'','2013-12-02 17:53:23'),(72417,66,17801,'OPD','2013-12-02 17:53:23'),(72418,1,17802,'3597842','2013-12-02 17:55:49'),(72419,2,17802,'','2013-12-02 17:55:49'),(72420,3,17802,'','2013-12-02 17:55:49'),(72421,6,17802,'61.00','2013-12-02 17:55:49'),(72422,7,17802,'DAY','2013-12-02 17:55:49'),(72423,65,17802,'','2013-12-02 17:55:49'),(72424,66,17802,'OPD','2013-12-02 17:55:49'),(72425,1,17804,'','2013-12-02 17:55:49'),(72426,2,17804,'','2013-12-02 17:55:49'),(72427,3,17804,'','2013-12-02 17:55:49'),(72428,6,17804,'','2013-12-02 17:55:49'),(72429,7,17804,'DAY','2013-12-02 17:55:49'),(72430,65,17804,'','2013-12-02 17:55:49'),(72431,66,17804,'OPD','2013-12-02 17:55:49'),(72432,1,17805,'3597858','2013-12-02 18:02:59'),(72433,2,17805,'','2013-12-02 18:02:59'),(72434,3,17805,'','2013-12-02 18:02:59'),(72435,6,17805,'211.00','2013-12-02 18:02:59'),(72436,7,17805,'DAY','2013-12-02 18:02:59'),(72437,65,17805,'','2013-12-02 18:02:59'),(72438,66,17805,'OPD','2013-12-02 18:02:59'),(72439,1,17807,'','2013-12-02 18:03:00'),(72440,2,17807,'','2013-12-02 18:03:00'),(72441,3,17807,'','2013-12-02 18:03:00'),(72442,6,17807,'','2013-12-02 18:03:00'),(72443,7,17807,'DAY','2013-12-02 18:03:00'),(72444,65,17807,'','2013-12-02 18:03:00'),(72445,66,17807,'OPD','2013-12-02 18:03:00'),(72446,1,17810,'','2013-12-02 18:03:00'),(72447,2,17810,'','2013-12-02 18:03:00'),(72448,3,17810,'','2013-12-02 18:03:00'),(72449,6,17810,'','2013-12-02 18:03:00'),(72450,7,17810,'DAY','2013-12-02 18:03:00'),(72451,65,17810,'','2013-12-02 18:03:00'),(72452,66,17810,'OPD','2013-12-02 18:03:00'),(72453,1,17811,'3597859','2013-12-02 18:08:44'),(72454,2,17811,'','2013-12-02 18:08:44'),(72455,3,17811,'','2013-12-02 18:08:44'),(72456,6,17811,'66.00','2013-12-02 18:08:44'),(72457,7,17811,'DAY','2013-12-02 18:08:44'),(72458,65,17811,'','2013-12-02 18:08:44'),(72459,66,17811,'OPD','2013-12-02 18:08:44'),(72460,1,17812,'3597866','2013-12-02 18:10:32'),(72461,2,17812,'','2013-12-02 18:10:32'),(72462,3,17812,'','2013-12-02 18:10:32'),(72463,6,17812,'66.00','2013-12-02 18:10:32'),(72464,7,17812,'DAY','2013-12-02 18:10:32'),(72465,65,17812,'','2013-12-02 18:10:32'),(72466,66,17812,'OPD','2013-12-02 18:10:32'),(72467,1,17813,'','2013-12-02 18:12:06'),(72468,2,17813,'','2013-12-02 18:12:06'),(72469,3,17813,'','2013-12-02 18:12:06'),(72470,6,17813,'','2013-12-02 18:12:06'),(72471,7,17813,'DAY','2013-12-02 18:12:06'),(72472,65,17813,'','2013-12-02 18:12:06'),(72473,66,17813,'OPD','2013-12-02 18:12:06'),(72474,1,17814,'3597881','2013-12-02 18:14:22'),(72475,2,17814,'596279','2013-12-02 18:14:22'),(72476,3,17814,'','2013-12-02 18:14:22'),(72477,6,17814,'45.00','2013-12-02 18:14:22'),(72478,7,17814,'DAY','2013-12-02 18:14:22'),(72479,65,17814,'','2013-12-02 18:14:22'),(72480,66,17814,'OPD','2013-12-02 18:14:22'),(72481,1,17815,'3597895','2013-12-02 18:22:17'),(72482,2,17815,'596283','2013-12-02 18:22:17'),(72483,3,17815,'','2013-12-02 18:22:17'),(72484,6,17815,'104.00','2013-12-02 18:22:17'),(72485,7,17815,'DAY','2013-12-02 18:22:17'),(72486,65,17815,'','2013-12-02 18:22:17'),(72487,66,17815,'OPD','2013-12-02 18:22:17'),(72488,1,17817,'','2013-12-02 18:22:17'),(72489,2,17817,'','2013-12-02 18:22:17'),(72490,3,17817,'','2013-12-02 18:22:17'),(72491,6,17817,'','2013-12-02 18:22:17'),(72492,7,17817,'DAY','2013-12-02 18:22:17'),(72493,65,17817,'','2013-12-02 18:22:17'),(72494,66,17817,'OPD','2013-12-02 18:22:17'),(72495,1,17820,'','2013-12-02 18:22:18'),(72496,2,17820,'','2013-12-02 18:22:18'),(72497,3,17820,'','2013-12-02 18:22:18'),(72498,6,17820,'','2013-12-02 18:22:18'),(72499,7,17820,'DAY','2013-12-02 18:22:18'),(72500,65,17820,'','2013-12-02 18:22:18'),(72501,66,17820,'OPD','2013-12-02 18:22:18'),(72502,1,17821,'3597904','2013-12-02 18:30:47'),(72503,2,17821,'596286','2013-12-02 18:30:47'),(72504,3,17821,'','2013-12-02 18:30:47'),(72505,6,17821,'202.00','2013-12-02 18:30:47'),(72506,7,17821,'DAY','2013-12-02 18:30:47'),(72507,65,17821,'','2013-12-02 18:30:47'),(72508,66,17821,'OPD','2013-12-02 18:30:47'),(72509,1,17823,'','2013-12-02 18:30:47'),(72510,2,17823,'','2013-12-02 18:30:47'),(72511,3,17823,'','2013-12-02 18:30:47'),(72512,6,17823,'','2013-12-02 18:30:47'),(72513,7,17823,'DAY','2013-12-02 18:30:47'),(72514,65,17823,'','2013-12-02 18:30:47'),(72515,66,17823,'OPD','2013-12-02 18:30:47'),(72516,1,17826,'','2013-12-02 18:30:48'),(72517,2,17826,'','2013-12-02 18:30:48'),(72518,3,17826,'','2013-12-02 18:30:48'),(72519,6,17826,'','2013-12-02 18:30:48'),(72520,7,17826,'DAY','2013-12-02 18:30:48'),(72521,65,17826,'','2013-12-02 18:30:48'),(72522,66,17826,'OPD','2013-12-02 18:30:48'),(72523,1,17827,'3597910','2013-12-02 18:33:04'),(72524,2,17827,'','2013-12-02 18:33:04'),(72525,3,17827,'','2013-12-02 18:33:04'),(72526,6,17827,'50.00','2013-12-02 18:33:04'),(72527,7,17827,'DAY','2013-12-02 18:33:04'),(72528,65,17827,'','2013-12-02 18:33:04'),(72529,66,17827,'OPD','2013-12-02 18:33:04'),(72530,1,17828,'3597875','2013-12-02 18:37:37'),(72531,2,17828,'','2013-12-02 18:37:37'),(72532,3,17828,'','2013-12-02 18:37:37'),(72533,6,17828,'118.00','2013-12-02 18:37:37'),(72534,7,17828,'DAY','2013-12-02 18:37:37'),(72535,65,17828,'','2013-12-02 18:37:37'),(72536,66,17828,'OPD','2013-12-02 18:37:37'),(72537,1,17830,'','2013-12-02 18:37:37'),(72538,2,17830,'','2013-12-02 18:37:37'),(72539,3,17830,'','2013-12-02 18:37:37'),(72540,6,17830,'','2013-12-02 18:37:37'),(72541,7,17830,'DAY','2013-12-02 18:37:37'),(72542,65,17830,'','2013-12-02 18:37:37'),(72543,66,17830,'OPD','2013-12-02 18:37:37'),(72544,1,17831,'3597927','2013-12-02 18:43:18'),(72545,2,17831,'','2013-12-02 18:43:18'),(72546,3,17831,'','2013-12-02 18:43:18'),(72547,6,17831,'81.00','2013-12-02 18:43:18'),(72548,7,17831,'DAY','2013-12-02 18:43:18'),(72549,65,17831,'','2013-12-02 18:43:18'),(72550,66,17831,'OPD','2013-12-02 18:43:18'),(72551,1,17832,'3597892','2013-12-02 18:45:50'),(72552,2,17832,'','2013-12-02 18:45:50'),(72553,3,17832,'','2013-12-02 18:45:50'),(72554,6,17832,'81.00','2013-12-02 18:45:50'),(72555,7,17832,'DAY','2013-12-02 18:45:51'),(72556,65,17832,'','2013-12-02 18:45:51'),(72557,66,17832,'OPD','2013-12-02 18:45:51'),(72558,1,17833,'','2013-12-02 18:48:50'),(72559,2,17833,'596201','2013-12-02 18:48:50'),(72560,3,17833,'','2013-12-02 18:48:50'),(72561,6,17833,'','2013-12-02 18:48:50'),(72562,7,17833,'DAY','2013-12-02 18:48:50'),(72563,65,17833,'','2013-12-02 18:48:50'),(72564,66,17833,'OPD','2013-12-02 18:48:50'),(72565,1,17835,'','2013-12-02 18:48:50'),(72566,2,17835,'','2013-12-02 18:48:50'),(72567,3,17835,'','2013-12-02 18:48:50'),(72568,6,17835,'','2013-12-02 18:48:50'),(72569,7,17835,'DAY','2013-12-02 18:48:50'),(72570,65,17835,'','2013-12-02 18:48:50'),(72571,66,17835,'OPD','2013-12-02 18:48:50'),(72572,1,17838,'','2013-12-02 18:48:50'),(72573,2,17838,'','2013-12-02 18:48:50'),(72574,3,17838,'','2013-12-02 18:48:50'),(72575,6,17838,'','2013-12-02 18:48:50'),(72576,7,17838,'DAY','2013-12-02 18:48:50'),(72577,65,17838,'','2013-12-02 18:48:50'),(72578,66,17838,'OPD','2013-12-02 18:48:50'),(72579,1,17839,'3596995','2013-12-02 18:53:29'),(72580,2,17839,'','2013-12-02 18:53:29'),(72581,3,17839,'','2013-12-02 18:53:29'),(72582,6,17839,'138.00','2013-12-02 18:53:29'),(72583,7,17839,'DAY','2013-12-02 18:53:29'),(72584,65,17839,'','2013-12-02 18:53:29'),(72585,66,17839,'OPD','2013-12-02 18:53:29'),(72586,1,17841,'','2013-12-02 18:53:29'),(72587,2,17841,'','2013-12-02 18:53:29'),(72588,3,17841,'','2013-12-02 18:53:29'),(72589,6,17841,'','2013-12-02 18:53:29'),(72590,7,17841,'DAY','2013-12-02 18:53:29'),(72591,65,17841,'','2013-12-02 18:53:29'),(72592,66,17841,'OPD','2013-12-02 18:53:29'),(72593,1,17842,'3597937','2013-12-02 18:58:16'),(72594,2,17842,'','2013-12-02 18:58:16'),(72595,3,17842,'','2013-12-02 18:58:16'),(72596,6,17842,'109.00','2013-12-02 18:58:16'),(72597,7,17842,'DAY','2013-12-02 18:58:16'),(72598,65,17842,'','2013-12-02 18:58:16'),(72599,66,17842,'OPD','2013-12-02 18:58:16'),(72600,1,17844,'','2013-12-02 18:58:16'),(72601,2,17844,'','2013-12-02 18:58:16'),(72602,3,17844,'','2013-12-02 18:58:16'),(72603,6,17844,'','2013-12-02 18:58:16'),(72604,7,17844,'DAY','2013-12-02 18:58:16'),(72605,65,17844,'','2013-12-02 18:58:16'),(72606,66,17844,'OPD','2013-12-02 18:58:16'),(72607,1,17847,'','2013-12-02 18:58:16'),(72608,2,17847,'','2013-12-02 18:58:16'),(72609,3,17847,'','2013-12-02 18:58:16'),(72610,6,17847,'','2013-12-02 18:58:16'),(72611,7,17847,'DAY','2013-12-02 18:58:16'),(72612,65,17847,'','2013-12-02 18:58:16'),(72613,66,17847,'OPD','2013-12-02 18:58:16'),(72614,1,17848,'','2013-12-02 19:00:50'),(72615,2,17848,'','2013-12-02 19:00:50'),(72616,3,17848,'','2013-12-02 19:00:50'),(72617,6,17848,'','2013-12-02 19:00:50'),(72618,7,17848,'DAY','2013-12-02 19:00:50'),(72619,65,17848,'','2013-12-02 19:00:50'),(72620,66,17848,'OPD','2013-12-02 19:00:50'),(72621,1,17849,'3597945','2013-12-02 19:03:00'),(72622,2,17849,'','2013-12-02 19:03:00'),(72623,3,17849,'','2013-12-02 19:03:00'),(72624,6,17849,'87.27','2013-12-02 19:03:00'),(72625,7,17849,'DAY','2013-12-02 19:03:00'),(72626,65,17849,'','2013-12-02 19:03:00'),(72627,66,17849,'OPD','2013-12-02 19:03:00'),(72628,1,17850,'','2013-12-02 19:06:27'),(72629,2,17850,'','2013-12-02 19:06:27'),(72630,3,17850,'','2013-12-02 19:06:27'),(72631,6,17850,'','2013-12-02 19:06:27'),(72632,7,17850,'DAY','2013-12-02 19:06:27'),(72633,65,17850,'','2013-12-02 19:06:27'),(72634,66,17850,'OPD','2013-12-02 19:06:27'),(72635,1,17851,'3597943','2013-12-02 19:06:41'),(72636,2,17851,'596294','2013-12-02 19:06:41'),(72637,3,17851,'','2013-12-02 19:06:41'),(72638,6,17851,'103.80','2013-12-02 19:06:41'),(72639,7,17851,'DAY','2013-12-02 19:06:41'),(72640,65,17851,'','2013-12-02 19:06:41'),(72641,66,17851,'OPD','2013-12-02 19:06:41'),(72642,1,17853,'','2013-12-02 19:06:41'),(72643,2,17853,'','2013-12-02 19:06:41'),(72644,3,17853,'','2013-12-02 19:06:41'),(72645,6,17853,'','2013-12-02 19:06:41'),(72646,7,17853,'DAY','2013-12-02 19:06:41'),(72647,65,17853,'','2013-12-02 19:06:41'),(72648,66,17853,'OPD','2013-12-02 19:06:41'),(72649,1,17854,'3597961','2013-12-02 19:09:41'),(72650,2,17854,'','2013-12-02 19:09:41'),(72651,3,17854,'','2013-12-02 19:09:41'),(72652,6,17854,'250.40','2013-12-02 19:09:41'),(72653,7,17854,'DAY','2013-12-02 19:09:41'),(72654,65,17854,'','2013-12-02 19:09:41'),(72655,66,17854,'OPD','2013-12-02 19:09:41'),(72656,1,17856,'','2013-12-02 19:09:41'),(72657,2,17856,'','2013-12-02 19:09:41'),(72658,3,17856,'','2013-12-02 19:09:41'),(72659,6,17856,'','2013-12-02 19:09:41'),(72660,7,17856,'DAY','2013-12-02 19:09:41'),(72661,65,17856,'','2013-12-02 19:09:41'),(72662,66,17856,'OPD','2013-12-02 19:09:41'),(72663,1,17857,'3597977','2013-12-02 19:28:22'),(72664,2,17857,'','2013-12-02 19:28:22'),(72665,3,17857,'','2013-12-02 19:28:22'),(72666,6,17857,'209.00','2013-12-02 19:28:22'),(72667,7,17857,'DAY','2013-12-02 19:28:22'),(72668,65,17857,'','2013-12-02 19:28:22'),(72669,66,17857,'OPD','2013-12-02 19:28:22'),(72670,1,17859,'','2013-12-02 19:28:23'),(72671,2,17859,'','2013-12-02 19:28:23'),(72672,3,17859,'','2013-12-02 19:28:23'),(72673,6,17859,'','2013-12-02 19:28:23'),(72674,7,17859,'DAY','2013-12-02 19:28:23'),(72675,65,17859,'','2013-12-02 19:28:23'),(72676,66,17859,'OPD','2013-12-02 19:28:23'),(72677,1,17860,'3597987','2013-12-02 19:35:59'),(72678,2,17860,'','2013-12-02 19:35:59'),(72679,3,17860,'','2013-12-02 19:35:59'),(72680,6,17860,'55.00','2013-12-02 19:35:59'),(72681,7,17860,'DAY','2013-12-02 19:35:59'),(72682,65,17860,'','2013-12-02 19:35:59'),(72683,66,17860,'OPD','2013-12-02 19:35:59'),(72684,1,17862,'','2013-12-02 19:35:59'),(72685,2,17862,'','2013-12-02 19:35:59'),(72686,3,17862,'','2013-12-02 19:35:59'),(72687,6,17862,'','2013-12-02 19:35:59'),(72688,7,17862,'DAY','2013-12-02 19:35:59'),(72689,65,17862,'','2013-12-02 19:35:59'),(72690,66,17862,'OPD','2013-12-02 19:35:59'),(72691,1,17863,'3597984','2013-12-02 19:37:58'),(72692,2,17863,'','2013-12-02 19:37:58'),(72693,3,17863,'','2013-12-02 19:37:58'),(72694,6,17863,'178.00','2013-12-02 19:37:58'),(72695,7,17863,'DAY','2013-12-02 19:37:58'),(72696,65,17863,'','2013-12-02 19:37:58'),(72697,66,17863,'OPD','2013-12-02 19:37:58'),(72698,1,17865,'','2013-12-02 19:37:58'),(72699,2,17865,'','2013-12-02 19:37:58'),(72700,3,17865,'','2013-12-02 19:37:58'),(72701,6,17865,'','2013-12-02 19:37:58'),(72702,7,17865,'DAY','2013-12-02 19:37:58'),(72703,65,17865,'','2013-12-02 19:37:58'),(72704,66,17865,'OPD','2013-12-02 19:37:58'),(72705,1,17866,'3597994','2013-12-02 19:50:05'),(72706,2,17866,'596306','2013-12-02 19:50:05'),(72707,3,17866,'','2013-12-02 19:50:05'),(72708,6,17866,'241.00','2013-12-02 19:50:05'),(72709,7,17866,'DAY','2013-12-02 19:50:05'),(72710,65,17866,'','2013-12-02 19:50:05'),(72711,66,17866,'OPD','2013-12-02 19:50:05'),(72712,1,17868,'','2013-12-02 19:50:05'),(72713,2,17868,'','2013-12-02 19:50:05'),(72714,3,17868,'','2013-12-02 19:50:05'),(72715,6,17868,'','2013-12-02 19:50:05'),(72716,7,17868,'DAY','2013-12-02 19:50:05'),(72717,65,17868,'','2013-12-02 19:50:05'),(72718,66,17868,'OPD','2013-12-02 19:50:05'),(72719,1,17871,'','2013-12-02 19:50:05'),(72720,2,17871,'','2013-12-02 19:50:05'),(72721,3,17871,'','2013-12-02 19:50:05'),(72722,6,17871,'','2013-12-02 19:50:05'),(72723,7,17871,'DAY','2013-12-02 19:50:05'),(72724,65,17871,'','2013-12-02 19:50:05'),(72725,66,17871,'OPD','2013-12-02 19:50:05'),(72726,1,17872,'3597996','2013-12-02 19:58:04'),(72727,2,17872,'596309','2013-12-02 19:58:04'),(72728,3,17872,'','2013-12-02 19:58:04'),(72729,6,17872,'47.00','2013-12-02 19:58:04'),(72730,7,17872,'DAY','2013-12-02 19:58:04'),(72731,65,17872,'','2013-12-02 19:58:04'),(72732,66,17872,'OPD','2013-12-02 19:58:04'),(72733,1,17874,'','2013-12-02 19:58:05'),(72734,2,17874,'','2013-12-02 19:58:05'),(72735,3,17874,'','2013-12-02 19:58:05'),(72736,6,17874,'','2013-12-02 19:58:05'),(72737,7,17874,'DAY','2013-12-02 19:58:05'),(72738,65,17874,'','2013-12-02 19:58:05'),(72739,66,17874,'OPD','2013-12-02 19:58:05'),(72740,1,17875,'','2013-12-02 19:58:22'),(72741,2,17875,'','2013-12-02 19:58:22'),(72742,3,17875,'','2013-12-02 19:58:22'),(72743,6,17875,'','2013-12-02 19:58:22'),(72744,7,17875,'DAY','2013-12-02 19:58:22'),(72745,65,17875,'','2013-12-02 19:58:22'),(72746,66,17875,'OPD','2013-12-02 19:58:22'),(72747,1,17876,'3597970','2013-12-02 20:01:29'),(72748,2,17876,'','2013-12-02 20:01:29'),(72749,3,17876,'','2013-12-02 20:01:29'),(72750,6,17876,'107.00','2013-12-02 20:01:29'),(72751,7,17876,'DAY','2013-12-02 20:01:29'),(72752,65,17876,'','2013-12-02 20:01:29'),(72753,66,17876,'OPD','2013-12-02 20:01:29'),(72754,1,17878,'','2013-12-02 20:01:30'),(72755,2,17878,'','2013-12-02 20:01:30'),(72756,3,17878,'','2013-12-02 20:01:30'),(72757,6,17878,'','2013-12-02 20:01:30'),(72758,7,17878,'DAY','2013-12-02 20:01:30'),(72759,65,17878,'','2013-12-02 20:01:30'),(72760,66,17878,'OPD','2013-12-02 20:01:30'),(72761,1,17881,'','2013-12-02 20:01:30'),(72762,2,17881,'','2013-12-02 20:01:30'),(72763,3,17881,'','2013-12-02 20:01:30'),(72764,6,17881,'','2013-12-02 20:01:30'),(72765,7,17881,'DAY','2013-12-02 20:01:30'),(72766,65,17881,'','2013-12-02 20:01:30'),(72767,66,17881,'OPD','2013-12-02 20:01:30'),(72768,1,17882,'3595185','2013-12-02 20:15:58'),(72769,2,17882,'595479','2013-12-02 20:15:58'),(72770,3,17882,'','2013-12-02 20:15:58'),(72771,6,17882,'223.00','2013-12-02 20:15:58'),(72772,7,17882,'DAY','2013-12-02 20:15:58'),(72773,65,17882,'','2013-12-02 20:15:58'),(72774,66,17882,'OPD','2013-12-02 20:15:58'),(72775,1,17884,'','2013-12-02 20:15:58'),(72776,2,17884,'','2013-12-02 20:15:58'),(72777,3,17884,'','2013-12-02 20:15:58'),(72778,6,17884,'','2013-12-02 20:15:58'),(72779,7,17884,'DAY','2013-12-02 20:15:58'),(72780,65,17884,'','2013-12-02 20:15:58'),(72781,66,17884,'OPD','2013-12-02 20:15:58'),(72782,1,17887,'','2013-12-02 20:15:58'),(72783,2,17887,'','2013-12-02 20:15:58'),(72784,3,17887,'','2013-12-02 20:15:58'),(72785,6,17887,'','2013-12-02 20:15:58'),(72786,7,17887,'DAY','2013-12-02 20:15:58'),(72787,65,17887,'','2013-12-02 20:15:58'),(72788,66,17887,'OPD','2013-12-02 20:15:58'),(72789,1,17888,'3598012','2013-12-02 20:18:22'),(72790,2,17888,'596317','2013-12-02 20:18:22'),(72791,3,17888,'','2013-12-02 20:18:22'),(72792,6,17888,'30.00','2013-12-02 20:18:22'),(72793,7,17888,'DAY','2013-12-02 20:18:22'),(72794,65,17888,'','2013-12-02 20:18:22'),(72795,66,17888,'OPD','2013-12-02 20:18:22'),(72796,1,17889,'3598025','2013-12-02 20:23:43'),(72797,2,17889,'','2013-12-02 20:23:43'),(72798,3,17889,'','2013-12-02 20:23:43'),(72799,6,17889,'13.00','2013-12-02 20:23:43'),(72800,7,17889,'DAY','2013-12-02 20:23:43'),(72801,65,17889,'','2013-12-02 20:23:43'),(72802,66,17889,'OPD','2013-12-02 20:23:43'),(72803,1,17890,'3598028','2013-12-02 20:26:43'),(72804,2,17890,'','2013-12-02 20:26:43'),(72805,3,17890,'','2013-12-02 20:26:43'),(72806,6,17890,'112.00','2013-12-02 20:26:43'),(72807,7,17890,'DAY','2013-12-02 20:26:43'),(72808,65,17890,'','2013-12-02 20:26:43'),(72809,66,17890,'OPD','2013-12-02 20:26:43'),(72810,1,17892,'','2013-12-02 20:26:43'),(72811,2,17892,'','2013-12-02 20:26:43'),(72812,3,17892,'','2013-12-02 20:26:43'),(72813,6,17892,'','2013-12-02 20:26:43'),(72814,7,17892,'DAY','2013-12-02 20:26:43'),(72815,65,17892,'','2013-12-02 20:26:43'),(72816,66,17892,'OPD','2013-12-02 20:26:43'),(72817,1,17895,'','2013-12-02 20:26:44'),(72818,2,17895,'','2013-12-02 20:26:44'),(72819,3,17895,'','2013-12-02 20:26:44'),(72820,6,17895,'','2013-12-02 20:26:44'),(72821,7,17895,'DAY','2013-12-02 20:26:44'),(72822,65,17895,'','2013-12-02 20:26:44'),(72823,66,17895,'OPD','2013-12-02 20:26:44'),(72824,1,17896,'3598040','2013-12-02 20:40:42'),(72825,2,17896,'','2013-12-02 20:40:42'),(72826,3,17896,'','2013-12-02 20:40:42'),(72827,6,17896,'26.24','2013-12-02 20:40:42'),(72828,7,17896,'DAY','2013-12-02 20:40:42'),(72829,65,17896,'','2013-12-02 20:40:42'),(72830,66,17896,'OPD','2013-12-02 20:40:42'),(72831,1,17897,'3598044','2013-12-02 20:45:45'),(72832,2,17897,'','2013-12-02 20:45:46'),(72833,3,17897,'','2013-12-02 20:45:46'),(72834,6,17897,'27.00','2013-12-02 20:45:46'),(72835,7,17897,'DAY','2013-12-02 20:45:46'),(72836,65,17897,'','2013-12-02 20:45:46'),(72837,66,17897,'OPD','2013-12-02 20:45:46'),(72838,1,17898,'3598042','2013-12-02 20:47:18'),(72839,2,17898,'','2013-12-02 20:47:18'),(72840,3,17898,'','2013-12-02 20:47:18'),(72841,6,17898,'35.00','2013-12-02 20:47:18'),(72842,7,17898,'DAY','2013-12-02 20:47:18'),(72843,65,17898,'','2013-12-02 20:47:18'),(72844,66,17898,'OPD','2013-12-02 20:47:18'),(72845,1,17899,'3598049','2013-12-02 20:53:20'),(72846,2,17899,'596324','2013-12-02 20:53:20'),(72847,3,17899,'','2013-12-02 20:53:20'),(72848,6,17899,'179.00','2013-12-02 20:53:20'),(72849,7,17899,'DAY','2013-12-02 20:53:20'),(72850,65,17899,'','2013-12-02 20:53:20'),(72851,66,17899,'OPD','2013-12-02 20:53:20'),(72852,1,17901,'','2013-12-02 20:53:21'),(72853,2,17901,'','2013-12-02 20:53:21'),(72854,3,17901,'','2013-12-02 20:53:21'),(72855,6,17901,'','2013-12-02 20:53:21'),(72856,7,17901,'DAY','2013-12-02 20:53:21'),(72857,65,17901,'','2013-12-02 20:53:21'),(72858,66,17901,'OPD','2013-12-02 20:53:21'),(72859,1,17902,'3598057','2013-12-02 20:58:58'),(72860,2,17902,'','2013-12-02 20:58:58'),(72861,3,17902,'','2013-12-02 20:58:58'),(72862,6,17902,'849.00','2013-12-02 20:58:59'),(72863,7,17902,'DAY','2013-12-02 20:58:59'),(72864,65,17902,'','2013-12-02 20:58:59'),(72865,66,17902,'OPD','2013-12-02 20:58:59'),(72866,1,17904,'','2013-12-02 20:58:59'),(72867,2,17904,'','2013-12-02 20:58:59'),(72868,3,17904,'','2013-12-02 20:58:59'),(72869,6,17904,'','2013-12-02 20:58:59'),(72870,7,17904,'DAY','2013-12-02 20:58:59'),(72871,65,17904,'','2013-12-02 20:58:59'),(72872,66,17904,'OPD','2013-12-02 20:58:59'),(72873,1,17905,'3598069','2013-12-02 21:03:10'),(72874,2,17905,'','2013-12-02 21:03:10'),(72875,3,17905,'','2013-12-02 21:03:10'),(72876,6,17905,'72.00','2013-12-02 21:03:10'),(72877,7,17905,'DAY','2013-12-02 21:03:10'),(72878,65,17905,'','2013-12-02 21:03:10'),(72879,66,17905,'OPD','2013-12-02 21:03:10'),(72880,1,17906,'3598071','2013-12-02 21:11:07'),(72881,2,17906,'','2013-12-02 21:11:07'),(72882,3,17906,'','2013-12-02 21:11:07'),(72883,6,17906,'239.00','2013-12-02 21:11:07'),(72884,7,17906,'DAY','2013-12-02 21:11:07'),(72885,65,17906,'','2013-12-02 21:11:07'),(72886,66,17906,'OPD','2013-12-02 21:11:07'),(72887,1,17908,'','2013-12-02 21:11:07'),(72888,2,17908,'','2013-12-02 21:11:07'),(72889,3,17908,'','2013-12-02 21:11:07'),(72890,6,17908,'','2013-12-02 21:11:07'),(72891,7,17908,'DAY','2013-12-02 21:11:07'),(72892,65,17908,'','2013-12-02 21:11:07'),(72893,66,17908,'OPD','2013-12-02 21:11:07'),(72894,1,17909,'3598075','2013-12-02 21:17:01'),(72895,2,17909,'','2013-12-02 21:17:01'),(72896,3,17909,'','2013-12-02 21:17:01'),(72897,6,17909,'68.00','2013-12-02 21:17:01'),(72898,7,17909,'DAY','2013-12-02 21:17:01'),(72899,65,17909,'','2013-12-02 21:17:01'),(72900,66,17909,'OPD','2013-12-02 21:17:01'),(72901,1,17911,'','2013-12-02 21:17:02'),(72902,2,17911,'','2013-12-02 21:17:02'),(72903,3,17911,'','2013-12-02 21:17:02'),(72904,6,17911,'','2013-12-02 21:17:02'),(72905,7,17911,'DAY','2013-12-02 21:17:02'),(72906,65,17911,'','2013-12-02 21:17:02'),(72907,66,17911,'OPD','2013-12-02 21:17:02'),(72908,1,17914,'','2013-12-02 21:17:02'),(72909,2,17914,'','2013-12-02 21:17:02'),(72910,3,17914,'','2013-12-02 21:17:02'),(72911,6,17914,'','2013-12-02 21:17:02'),(72912,7,17914,'DAY','2013-12-02 21:17:02'),(72913,65,17914,'','2013-12-02 21:17:02'),(72914,66,17914,'OPD','2013-12-02 21:17:02'),(72915,1,17915,'3598080','2013-12-02 21:20:07'),(72916,2,17915,'','2013-12-02 21:20:07'),(72917,3,17915,'','2013-12-02 21:20:07'),(72918,6,17915,'31.00','2013-12-02 21:20:07'),(72919,7,17915,'DAY','2013-12-02 21:20:07'),(72920,65,17915,'','2013-12-02 21:20:07'),(72921,66,17915,'OPD','2013-12-02 21:20:07'),(72922,1,17917,'','2013-12-02 21:20:08'),(72923,2,17917,'','2013-12-02 21:20:08'),(72924,3,17917,'','2013-12-02 21:20:08'),(72925,6,17917,'','2013-12-02 21:20:08'),(72926,7,17917,'DAY','2013-12-02 21:20:08'),(72927,65,17917,'','2013-12-02 21:20:08'),(72928,66,17917,'OPD','2013-12-02 21:20:08'),(72929,1,17918,'3598062','2013-12-02 21:23:32'),(72930,2,17918,'','2013-12-02 21:23:32'),(72931,3,17918,'','2013-12-02 21:23:32'),(72932,6,17918,'48.24','2013-12-02 21:23:32'),(72933,7,17918,'DAY','2013-12-02 21:23:32'),(72934,65,17918,'','2013-12-02 21:23:32'),(72935,66,17918,'OPD','2013-12-02 21:23:32'),(72936,1,17919,'3598089','2013-12-02 21:26:00'),(72937,2,17919,'','2013-12-02 21:26:00'),(72938,3,17919,'','2013-12-02 21:26:00'),(72939,6,17919,'91.40','2013-12-02 21:26:00'),(72940,7,17919,'DAY','2013-12-02 21:26:00'),(72941,65,17919,'','2013-12-02 21:26:00'),(72942,66,17919,'OPD','2013-12-02 21:26:00'),(72943,1,17921,'','2013-12-02 21:26:00'),(72944,2,17921,'','2013-12-02 21:26:00'),(72945,3,17921,'','2013-12-02 21:26:00'),(72946,6,17921,'','2013-12-02 21:26:00'),(72947,7,17921,'DAY','2013-12-02 21:26:00'),(72948,65,17921,'','2013-12-02 21:26:00'),(72949,66,17921,'OPD','2013-12-02 21:26:00'),(72950,1,17924,'','2013-12-02 21:26:01'),(72951,2,17924,'','2013-12-02 21:26:01'),(72952,3,17924,'','2013-12-02 21:26:01'),(72953,6,17924,'','2013-12-02 21:26:01'),(72954,7,17924,'DAY','2013-12-02 21:26:01'),(72955,65,17924,'','2013-12-02 21:26:01'),(72956,66,17924,'OPD','2013-12-02 21:26:01'),(72957,1,17925,'3597932','2013-12-02 21:29:22'),(72958,2,17925,'596311','2013-12-02 21:29:22'),(72959,3,17925,'','2013-12-02 21:29:22'),(72960,6,17925,'269.00','2013-12-02 21:29:22'),(72961,7,17925,'DAY','2013-12-02 21:29:22'),(72962,65,17925,'','2013-12-02 21:29:22'),(72963,66,17925,'OPD','2013-12-02 21:29:22'),(72964,1,17927,'','2013-12-02 21:29:22'),(72965,2,17927,'','2013-12-02 21:29:22'),(72966,3,17927,'','2013-12-02 21:29:22'),(72967,6,17927,'','2013-12-02 21:29:22'),(72968,7,17927,'DAY','2013-12-02 21:29:22'),(72969,65,17927,'','2013-12-02 21:29:22'),(72970,66,17927,'OPD','2013-12-02 21:29:22'),(72971,1,17928,'','2013-12-02 21:30:22'),(72972,2,17928,'','2013-12-02 21:30:22'),(72973,3,17928,'','2013-12-02 21:30:22'),(72974,6,17928,'','2013-12-02 21:30:22'),(72975,7,17928,'DAY','2013-12-02 21:30:22'),(72976,65,17928,'','2013-12-02 21:30:22'),(72977,66,17928,'OPD','2013-12-02 21:30:22'),(72978,1,17929,'3598005','2013-12-02 21:32:06'),(72979,2,17929,'596311','2013-12-02 21:32:06'),(72980,3,17929,'','2013-12-02 21:32:06'),(72981,6,17929,'32.00','2013-12-02 21:32:06'),(72982,7,17929,'DAY','2013-12-02 21:32:06'),(72983,65,17929,'','2013-12-02 21:32:06'),(72984,66,17929,'OPD','2013-12-02 21:32:06'),(72985,1,17931,'','2013-12-02 21:32:07'),(72986,2,17931,'','2013-12-02 21:32:07'),(72987,3,17931,'','2013-12-02 21:32:07'),(72988,6,17931,'','2013-12-02 21:32:07'),(72989,7,17931,'DAY','2013-12-02 21:32:07'),(72990,65,17931,'','2013-12-02 21:32:07'),(72991,66,17931,'OPD','2013-12-02 21:32:07'),(72992,1,17932,'3598096','2013-12-02 21:39:49'),(72993,2,17932,'','2013-12-02 21:39:49'),(72994,3,17932,'','2013-12-02 21:39:49'),(72995,6,17932,'75.00','2013-12-02 21:39:49'),(72996,7,17932,'DAY','2013-12-02 21:39:49'),(72997,65,17932,'','2013-12-02 21:39:49'),(72998,66,17932,'OPD','2013-12-02 21:39:49'),(72999,1,17933,'3598099','2013-12-02 21:43:09'),(73000,2,17933,'','2013-12-02 21:43:09'),(73001,3,17933,'','2013-12-02 21:43:09'),(73002,6,17933,'22.00','2013-12-02 21:43:09'),(73003,7,17933,'DAY','2013-12-02 21:43:09'),(73004,65,17933,'','2013-12-02 21:43:09'),(73005,66,17933,'OPD','2013-12-02 21:43:09'),(73006,1,17934,'3598102','2013-12-02 21:46:20'),(73007,2,17934,'','2013-12-02 21:46:20'),(73008,3,17934,'','2013-12-02 21:46:20'),(73009,6,17934,'51.00','2013-12-02 21:46:20'),(73010,7,17934,'DAY','2013-12-02 21:46:20'),(73011,65,17934,'','2013-12-02 21:46:20'),(73012,66,17934,'OPD','2013-12-02 21:46:20'),(73013,1,17936,'','2013-12-02 21:46:20'),(73014,2,17936,'','2013-12-02 21:46:20'),(73015,3,17936,'','2013-12-02 21:46:20'),(73016,6,17936,'','2013-12-02 21:46:20'),(73017,7,17936,'DAY','2013-12-02 21:46:20'),(73018,65,17936,'','2013-12-02 21:46:20'),(73019,66,17936,'OPD','2013-12-02 21:46:20'),(73020,1,17939,'','2013-12-02 21:46:21'),(73021,2,17939,'','2013-12-02 21:46:21'),(73022,3,17939,'','2013-12-02 21:46:21'),(73023,6,17939,'','2013-12-02 21:46:21'),(73024,7,17939,'DAY','2013-12-02 21:46:21'),(73025,65,17939,'','2013-12-02 21:46:21'),(73026,66,17939,'OPD','2013-12-02 21:46:21'),(73027,1,17940,'3598112','2013-12-02 21:55:27'),(73028,2,17940,'','2013-12-02 21:55:27'),(73029,3,17940,'','2013-12-02 21:55:27'),(73030,6,17940,'153.00','2013-12-02 21:55:27'),(73031,7,17940,'DAY','2013-12-02 21:55:27'),(73032,65,17940,'','2013-12-02 21:55:27'),(73033,66,17940,'OPD','2013-12-02 21:55:27'),(73034,1,17942,'','2013-12-02 21:55:27'),(73035,2,17942,'','2013-12-02 21:55:27'),(73036,3,17942,'','2013-12-02 21:55:27'),(73037,6,17942,'','2013-12-02 21:55:27'),(73038,7,17942,'DAY','2013-12-02 21:55:27'),(73039,65,17942,'','2013-12-02 21:55:27'),(73040,66,17942,'OPD','2013-12-02 21:55:27'),(73041,1,17943,'3598115','2013-12-02 22:07:27'),(73042,2,17943,'','2013-12-02 22:07:27'),(73043,3,17943,'','2013-12-02 22:07:27'),(73044,6,17943,'55.00','2013-12-02 22:07:27'),(73045,7,17943,'DAY','2013-12-02 22:07:27'),(73046,65,17943,'','2013-12-02 22:07:27'),(73047,66,17943,'OPD','2013-12-02 22:07:27'),(73048,1,17945,'','2013-12-02 22:07:28'),(73049,2,17945,'','2013-12-02 22:07:28'),(73050,3,17945,'','2013-12-02 22:07:28'),(73051,6,17945,'','2013-12-02 22:07:28'),(73052,7,17945,'DAY','2013-12-02 22:07:28'),(73053,65,17945,'','2013-12-02 22:07:28'),(73054,66,17945,'OPD','2013-12-02 22:07:28'),(73055,1,17946,'3598117','2013-12-02 22:12:48'),(73056,2,17946,'','2013-12-02 22:12:48'),(73057,3,17946,'','2013-12-02 22:12:48'),(73058,6,17946,'161.00','2013-12-02 22:12:48'),(73059,7,17946,'DAY','2013-12-02 22:12:48'),(73060,65,17946,'','2013-12-02 22:12:48'),(73061,66,17946,'OPD','2013-12-02 22:12:48'),(73062,1,17947,'3550473','2013-12-02 22:36:04'),(73063,2,17947,'','2013-12-02 22:36:04'),(73064,3,17947,'','2013-12-02 22:36:04'),(73065,6,17947,'75.00','2013-12-02 22:36:04'),(73066,7,17947,'DAY','2013-12-02 22:36:04'),(73067,65,17947,'','2013-12-02 22:36:04'),(73068,66,17947,'OPD','2013-12-02 22:36:04'),(73069,1,17949,'','2013-12-02 22:36:04'),(73070,2,17949,'','2013-12-02 22:36:04'),(73071,3,17949,'','2013-12-02 22:36:04'),(73072,6,17949,'','2013-12-02 22:36:04'),(73073,7,17949,'DAY','2013-12-02 22:36:04'),(73074,65,17949,'','2013-12-02 22:36:04'),(73075,66,17949,'OPD','2013-12-02 22:36:04'),(73076,1,17950,'3598122','2013-12-02 22:49:00'),(73077,2,17950,'596338','2013-12-02 22:49:00'),(73078,3,17950,'','2013-12-02 22:49:00'),(73079,6,17950,'100.00','2013-12-02 22:49:00'),(73080,7,17950,'DAY','2013-12-02 22:49:00'),(73081,65,17950,'','2013-12-02 22:49:00'),(73082,66,17950,'OPD','2013-12-02 22:49:00'),(73083,1,17952,'','2013-12-02 22:49:00'),(73084,2,17952,'','2013-12-02 22:49:00'),(73085,3,17952,'','2013-12-02 22:49:00'),(73086,6,17952,'','2013-12-02 22:49:00'),(73087,7,17952,'DAY','2013-12-02 22:49:00'),(73088,65,17952,'','2013-12-02 22:49:00'),(73089,66,17952,'OPD','2013-12-02 22:49:00'),(73090,1,17953,'3598113','2013-12-02 22:56:39'),(73091,2,17953,'','2013-12-02 22:56:39'),(73092,3,17953,'','2013-12-02 22:56:39'),(73093,6,17953,'153.00','2013-12-02 22:56:39'),(73094,7,17953,'DAY','2013-12-02 22:56:39'),(73095,65,17953,'','2013-12-02 22:56:39'),(73096,66,17953,'TROOM','2013-12-02 22:56:39'),(73097,1,17955,'','2013-12-02 22:56:39'),(73098,2,17955,'','2013-12-02 22:56:39'),(73099,3,17955,'','2013-12-02 22:56:39'),(73100,6,17955,'','2013-12-02 22:56:39'),(73101,7,17955,'DAY','2013-12-02 22:56:39'),(73102,65,17955,'','2013-12-02 22:56:39'),(73103,66,17955,'OPD','2013-12-02 22:56:39'),(73104,1,17956,'3598145','2013-12-02 23:29:09'),(73105,2,17956,'596342','2013-12-02 23:29:09'),(73106,3,17956,'','2013-12-02 23:29:09'),(73107,6,17956,'17.00','2013-12-02 23:29:09'),(73108,7,17956,'DAY','2013-12-02 23:29:09'),(73109,65,17956,'','2013-12-02 23:29:09'),(73110,66,17956,'SELF REQ','2013-12-02 23:29:09'),(73111,1,17957,'3598154','2013-12-02 23:45:30'),(73112,2,17957,'','2013-12-02 23:45:30'),(73113,3,17957,'','2013-12-02 23:45:30'),(73114,6,17957,'11.00','2013-12-02 23:45:30'),(73115,7,17957,'DAY','2013-12-02 23:45:30'),(73116,65,17957,'','2013-12-02 23:45:30'),(73117,66,17957,'OPD','2013-12-02 23:45:30'),(73118,1,17958,'3598160','2013-12-02 23:55:38'),(73119,2,17958,'','2013-12-02 23:55:38'),(73120,3,17958,'','2013-12-02 23:55:38'),(73121,6,17958,'92.00','2013-12-02 23:55:38'),(73122,7,17958,'DAY','2013-12-02 23:55:38'),(73123,65,17958,'','2013-12-02 23:55:38'),(73124,66,17958,'OPD','2013-12-02 23:55:38'),(73125,1,17960,'','2013-12-02 23:55:38'),(73126,2,17960,'','2013-12-02 23:55:38'),(73127,3,17960,'','2013-12-02 23:55:38'),(73128,6,17960,'','2013-12-02 23:55:38'),(73129,7,17960,'DAY','2013-12-02 23:55:38'),(73130,65,17960,'','2013-12-02 23:55:38'),(73131,66,17960,'OPD','2013-12-02 23:55:38'),(73132,1,17963,'','2013-12-02 23:55:39'),(73133,2,17963,'','2013-12-02 23:55:39'),(73134,3,17963,'','2013-12-02 23:55:39'),(73135,6,17963,'','2013-12-02 23:55:39'),(73136,7,17963,'DAY','2013-12-02 23:55:39'),(73137,65,17963,'','2013-12-02 23:55:39'),(73138,66,17963,'OPD','2013-12-02 23:55:39'),(73139,1,17964,'3598169','2013-12-03 00:01:02'),(73140,2,17964,'','2013-12-03 00:01:02'),(73141,3,17964,'','2013-12-03 00:01:02'),(73142,6,17964,'81.00','2013-12-03 00:01:02'),(73143,7,17964,'DAY','2013-12-03 00:01:02'),(73144,65,17964,'','2013-12-03 00:01:02'),(73145,66,17964,'OPD','2013-12-03 00:01:02'),(73146,1,17965,'3598171','2013-12-03 00:14:57'),(73147,2,17965,'596348','2013-12-03 00:14:57'),(73148,3,17965,'','2013-12-03 00:14:57'),(73149,6,17965,'154.00','2013-12-03 00:14:57'),(73150,7,17965,'DAY','2013-12-03 00:14:57'),(73151,65,17965,'','2013-12-03 00:14:57'),(73152,66,17965,'OPD','2013-12-03 00:14:57'),(73153,1,17967,'','2013-12-03 00:14:57'),(73154,2,17967,'','2013-12-03 00:14:57'),(73155,3,17967,'','2013-12-03 00:14:57'),(73156,6,17967,'','2013-12-03 00:14:57'),(73157,7,17967,'DAY','2013-12-03 00:14:57'),(73158,65,17967,'','2013-12-03 00:14:57'),(73159,66,17967,'OPD','2013-12-03 00:14:57'),(73160,1,17970,'','2013-12-03 00:14:57'),(73161,2,17970,'','2013-12-03 00:14:57'),(73162,3,17970,'','2013-12-03 00:14:57'),(73163,6,17970,'','2013-12-03 00:14:57'),(73164,7,17970,'DAY','2013-12-03 00:14:57'),(73165,65,17970,'','2013-12-03 00:14:57'),(73166,66,17970,'OPD','2013-12-03 00:14:57'),(73167,1,17971,'3598188','2013-12-03 00:33:54'),(73168,2,17971,'596356','2013-12-03 00:33:54'),(73169,3,17971,'','2013-12-03 00:33:54'),(73170,6,17971,'100.00','2013-12-03 00:33:54'),(73171,7,17971,'DAY','2013-12-03 00:33:54'),(73172,65,17971,'','2013-12-03 00:33:54'),(73173,66,17971,'OPD','2013-12-03 00:33:54'),(73174,1,17973,'','2013-12-03 00:33:54'),(73175,2,17973,'','2013-12-03 00:33:54'),(73176,3,17973,'','2013-12-03 00:33:54'),(73177,6,17973,'','2013-12-03 00:33:54'),(73178,7,17973,'DAY','2013-12-03 00:33:54'),(73179,65,17973,'','2013-12-03 00:33:54'),(73180,66,17973,'OPD','2013-12-03 00:33:54'),(73181,1,17974,'3598222','2013-12-03 00:57:31'),(73182,2,17974,'','2013-12-03 00:57:31'),(73183,3,17974,'','2013-12-03 00:57:31'),(73184,6,17974,'37.00','2013-12-03 00:57:31'),(73185,7,17974,'DAY','2013-12-03 00:57:31'),(73186,65,17974,'','2013-12-03 00:57:31'),(73187,66,17974,'OPD','2013-12-03 00:57:31'),(73188,1,17975,'3598237','2013-12-03 01:18:02'),(73189,2,17975,'','2013-12-03 01:18:02'),(73190,3,17975,'','2013-12-03 01:18:02'),(73191,6,17975,'81.00','2013-12-03 01:18:02'),(73192,7,17975,'DAY','2013-12-03 01:18:02'),(73193,65,17975,'','2013-12-03 01:18:02'),(73194,66,17975,'OPD','2013-12-03 01:18:02'),(73195,1,17976,'3598257','2013-12-03 01:44:05'),(73196,2,17976,'','2013-12-03 01:44:05'),(73197,3,17976,'','2013-12-03 01:44:05'),(73198,6,17976,'173.00','2013-12-03 01:44:05'),(73199,7,17976,'DAY','2013-12-03 01:44:05'),(73200,65,17976,'','2013-12-03 01:44:05'),(73201,66,17976,'OPD','2013-12-03 01:44:05'),(73202,1,17978,'','2013-12-03 01:44:05'),(73203,2,17978,'','2013-12-03 01:44:05'),(73204,3,17978,'','2013-12-03 01:44:05'),(73205,6,17978,'','2013-12-03 01:44:05'),(73206,7,17978,'DAY','2013-12-03 01:44:05'),(73207,65,17978,'','2013-12-03 01:44:05'),(73208,66,17978,'OPD','2013-12-03 01:44:05'),(73209,1,17979,'3598234','2013-12-03 01:46:47'),(73210,2,17979,'596368','2013-12-03 01:46:47'),(73211,3,17979,'','2013-12-03 01:46:47'),(73212,6,17979,'178.00','2013-12-03 01:46:47'),(73213,7,17979,'DAY','2013-12-03 01:46:47'),(73214,65,17979,'','2013-12-03 01:46:47'),(73215,66,17979,'OPD','2013-12-03 01:46:47'),(73216,1,17980,'3598278','2013-12-03 01:51:06'),(73217,2,17980,'','2013-12-03 01:51:06'),(73218,3,17980,'','2013-12-03 01:51:06'),(73219,6,17980,'13.00','2013-12-03 01:51:06'),(73220,7,17980,'DAY','2013-12-03 01:51:06'),(73221,65,17980,'','2013-12-03 01:51:06'),(73222,66,17980,'OPD','2013-12-03 01:51:06'),(73223,1,17981,'3598269','2013-12-03 01:55:03'),(73224,2,17981,'596372','2013-12-03 01:55:03'),(73225,3,17981,'','2013-12-03 01:55:03'),(73226,6,17981,'87.00','2013-12-03 01:55:03'),(73227,7,17981,'DAY','2013-12-03 01:55:03'),(73228,65,17981,'','2013-12-03 01:55:03'),(73229,66,17981,'OPD','2013-12-03 01:55:03'),(73230,1,17983,'','2013-12-03 01:55:03'),(73231,2,17983,'','2013-12-03 01:55:03'),(73232,3,17983,'','2013-12-03 01:55:03'),(73233,6,17983,'','2013-12-03 01:55:03'),(73234,7,17983,'DAY','2013-12-03 01:55:03'),(73235,65,17983,'','2013-12-03 01:55:03'),(73236,66,17983,'OPD','2013-12-03 01:55:03'),(73237,1,17984,'3598285','2013-12-03 02:11:43'),(73238,2,17984,'','2013-12-03 02:11:43'),(73239,3,17984,'','2013-12-03 02:11:43'),(73240,6,17984,'81.00','2013-12-03 02:11:43'),(73241,7,17984,'DAY','2013-12-03 02:11:43'),(73242,65,17984,'','2013-12-03 02:11:43'),(73243,66,17984,'OPD','2013-12-03 02:11:43'),(73244,1,17985,'3598298','2013-12-03 02:17:09'),(73245,2,17985,'','2013-12-03 02:17:09'),(73246,3,17985,'','2013-12-03 02:17:09'),(73247,6,17985,'160.00','2013-12-03 02:17:09'),(73248,7,17985,'DAY','2013-12-03 02:17:09'),(73249,65,17985,'','2013-12-03 02:17:09'),(73250,66,17985,'OPD','2013-12-03 02:17:09'),(73251,1,17987,'','2013-12-03 02:17:09'),(73252,2,17987,'','2013-12-03 02:17:09'),(73253,3,17987,'','2013-12-03 02:17:09'),(73254,6,17987,'','2013-12-03 02:17:09'),(73255,7,17987,'DAY','2013-12-03 02:17:09'),(73256,65,17987,'','2013-12-03 02:17:09'),(73257,66,17987,'OPD','2013-12-03 02:17:09'),(73258,1,17988,'3598317','2013-12-03 02:35:40'),(73259,2,17988,'','2013-12-03 02:35:40'),(73260,3,17988,'','2013-12-03 02:35:40'),(73261,6,17988,'81.00','2013-12-03 02:35:40'),(73262,7,17988,'DAY','2013-12-03 02:35:40'),(73263,65,17988,'','2013-12-03 02:35:40'),(73264,66,17988,'OPD','2013-12-03 02:35:40'),(73265,1,17989,'3598320','2013-12-03 02:41:53'),(73266,2,17989,'','2013-12-03 02:41:53'),(73267,3,17989,'','2013-12-03 02:41:53'),(73268,6,17989,'22.00','2013-12-03 02:41:53'),(73269,7,17989,'DAY','2013-12-03 02:41:53'),(73270,65,17989,'','2013-12-03 02:41:53'),(73271,66,17989,'OPD','2013-12-03 02:41:53'),(73272,1,17990,'3598324','2013-12-03 02:59:21'),(73273,2,17990,'596381','2013-12-03 02:59:21'),(73274,3,17990,'','2013-12-03 02:59:21'),(73275,6,17990,'','2013-12-03 02:59:21'),(73276,7,17990,'DAY','2013-12-03 02:59:21'),(73277,65,17990,'','2013-12-03 02:59:21'),(73278,66,17990,'OPD','2013-12-03 02:59:21'),(73279,1,17991,'3598328','2013-12-03 03:14:13'),(73280,2,17991,'','2013-12-03 03:14:13'),(73281,3,17991,'','2013-12-03 03:14:13'),(73282,6,17991,'22.00','2013-12-03 03:14:13'),(73283,7,17991,'DAY','2013-12-03 03:14:13'),(73284,65,17991,'','2013-12-03 03:14:13'),(73285,66,17991,'OPD','2013-12-03 03:14:13'),(73286,1,17992,'3598345','2013-12-03 03:54:43'),(73287,2,17992,'','2013-12-03 03:54:43'),(73288,3,17992,'','2013-12-03 03:54:43'),(73289,6,17992,'68','2013-12-03 03:54:43'),(73290,7,17992,'NIGHT','2013-12-03 03:54:43'),(73291,65,17992,'','2013-12-03 03:54:43'),(73292,66,17992,'OPD','2013-12-03 03:54:43'),(73293,1,17994,'','2013-12-03 03:54:43'),(73294,2,17994,'','2013-12-03 03:54:43'),(73295,3,17994,'','2013-12-03 03:54:43'),(73296,6,17994,'','2013-12-03 03:54:43'),(73297,7,17994,'NIGHT','2013-12-03 03:54:43'),(73298,65,17994,'','2013-12-03 03:54:43'),(73299,66,17994,'OPD','2013-12-03 03:54:43'),(73300,1,17997,'','2013-12-03 03:54:44'),(73301,2,17997,'','2013-12-03 03:54:44'),(73302,3,17997,'','2013-12-03 03:54:44'),(73303,6,17997,'','2013-12-03 03:54:44'),(73304,7,17997,'NIGHT','2013-12-03 03:54:44'),(73305,65,17997,'','2013-12-03 03:54:44'),(73306,66,17997,'OPD','2013-12-03 03:54:44'),(73307,1,17998,'3598347','2013-12-03 04:24:33'),(73308,2,17998,'','2013-12-03 04:24:33'),(73309,3,17998,'','2013-12-03 04:24:33'),(73310,6,17998,'81','2013-12-03 04:24:33'),(73311,7,17998,'NIGHT','2013-12-03 04:24:33'),(73312,65,17998,'','2013-12-03 04:24:33'),(73313,66,17998,'OPD','2013-12-03 04:24:33'),(73314,1,17999,'3598348','2013-12-03 04:30:08'),(73315,2,17999,'596388','2013-12-03 04:30:08'),(73316,3,17999,'','2013-12-03 04:30:08'),(73317,6,17999,'32','2013-12-03 04:30:08'),(73318,7,17999,'NIGHT','2013-12-03 04:30:08'),(73319,65,17999,'','2013-12-03 04:30:08'),(73320,66,17999,'OPD','2013-12-03 04:30:08'),(73321,1,18001,'','2013-12-03 04:30:08'),(73322,2,18001,'','2013-12-03 04:30:08'),(73323,3,18001,'','2013-12-03 04:30:08'),(73324,6,18001,'','2013-12-03 04:30:08'),(73325,7,18001,'NIGHT','2013-12-03 04:30:08'),(73326,65,18001,'','2013-12-03 04:30:08'),(73327,66,18001,'OPD','2013-12-03 04:30:08'),(73328,1,18002,'3598358','2013-12-03 05:11:58'),(73329,2,18002,'','2013-12-03 05:11:58'),(73330,3,18002,'TONSILITIS R/O MALARIA','2013-12-03 05:11:58'),(73331,6,18002,'81.00','2013-12-03 05:11:58'),(73332,7,18002,'NIGHT','2013-12-03 05:11:58'),(73333,65,18002,'','2013-12-03 05:11:58'),(73334,66,18002,'OPD','2013-12-03 05:11:58'),(73335,1,18003,'3598353','2013-12-03 05:25:03'),(73336,2,18003,'','2013-12-03 05:25:03'),(73337,3,18003,'','2013-12-03 05:25:03'),(73338,6,18003,'35','2013-12-03 05:25:03'),(73339,7,18003,'NIGHT','2013-12-03 05:25:03'),(73340,65,18003,'','2013-12-03 05:25:03'),(73341,66,18003,'OPD','2013-12-03 05:25:03'),(73342,1,18005,'','2013-12-03 05:25:03'),(73343,2,18005,'','2013-12-03 05:25:03'),(73344,3,18005,'','2013-12-03 05:25:03'),(73345,6,18005,'','2013-12-03 05:25:03'),(73346,7,18005,'NIGHT','2013-12-03 05:25:03'),(73347,65,18005,'','2013-12-03 05:25:03'),(73348,66,18005,'OPD','2013-12-03 05:25:03'),(73349,1,18006,'3598359','2013-12-03 05:30:05'),(73350,2,18006,'596393','2013-12-03 05:30:05'),(73351,3,18006,'','2013-12-03 05:30:05'),(73352,6,18006,'24','2013-12-03 05:30:05'),(73353,7,18006,'NIGHT','2013-12-03 05:30:05'),(73354,65,18006,'','2013-12-03 05:30:05'),(73355,66,18006,'OPD','2013-12-03 05:30:05'),(73356,1,18007,'3598360','2013-12-03 05:49:46'),(73357,2,18007,'596394','2013-12-03 05:49:46'),(73358,3,18007,'','2013-12-03 05:49:46'),(73359,6,18007,'104','2013-12-03 05:49:46'),(73360,7,18007,'NIGHT','2013-12-03 05:49:46'),(73361,65,18007,'','2013-12-03 05:49:46'),(73362,66,18007,'OPD','2013-12-03 05:49:46'),(73363,1,18009,'','2013-12-03 05:49:46'),(73364,2,18009,'','2013-12-03 05:49:46'),(73365,3,18009,'','2013-12-03 05:49:46'),(73366,6,18009,'','2013-12-03 05:49:46'),(73367,7,18009,'NIGHT','2013-12-03 05:49:46'),(73368,65,18009,'','2013-12-03 05:49:46'),(73369,66,18009,'OPD','2013-12-03 05:49:46'),(73370,1,18012,'','2013-12-03 05:49:47'),(73371,2,18012,'','2013-12-03 05:49:47'),(73372,3,18012,'','2013-12-03 05:49:47'),(73373,6,18012,'','2013-12-03 05:49:47'),(73374,7,18012,'NIGHT','2013-12-03 05:49:47'),(73375,65,18012,'','2013-12-03 05:49:47'),(73376,66,18012,'OPD','2013-12-03 05:49:47'),(73377,1,18013,'3598361','2013-12-03 05:56:01'),(73378,2,18013,'596397','2013-12-03 05:56:01'),(73379,3,18013,'','2013-12-03 05:56:01'),(73380,6,18013,'12','2013-12-03 05:56:01'),(73381,7,18013,'NIGHT','2013-12-03 05:56:01'),(73382,65,18013,'','2013-12-03 05:56:01'),(73383,66,18013,'OPD','2013-12-03 05:56:01'),(73384,1,18014,'3598369','2013-12-03 06:57:34'),(73385,2,18014,'596402','2013-12-03 06:57:34'),(73386,3,18014,'','2013-12-03 06:57:34'),(73387,6,18014,'63','2013-12-03 06:57:34'),(73388,7,18014,'NIGHT','2013-12-03 06:57:34'),(73389,65,18014,'','2013-12-03 06:57:34'),(73390,66,18014,'OPD','2013-12-03 06:57:34'),(73391,1,18016,'','2013-12-03 06:57:34'),(73392,2,18016,'','2013-12-03 06:57:34'),(73393,3,18016,'','2013-12-03 06:57:34'),(73394,6,18016,'','2013-12-03 06:57:34'),(73395,7,18016,'NIGHT','2013-12-03 06:57:34'),(73396,65,18016,'','2013-12-03 06:57:34'),(73397,66,18016,'OPD','2013-12-03 06:57:34'),(73398,1,18017,'3598371','2013-12-03 07:27:50'),(73399,2,18017,'','2013-12-03 07:27:50'),(73400,3,18017,'','2013-12-03 07:27:50'),(73401,6,18017,'112','2013-12-03 07:27:50'),(73402,7,18017,'NIGHT','2013-12-03 07:27:50'),(73403,65,18017,'','2013-12-03 07:27:50'),(73404,66,18017,'TROOM','2013-12-03 07:27:50'),(73405,1,18019,'','2013-12-03 07:27:50'),(73406,2,18019,'','2013-12-03 07:27:50'),(73407,3,18019,'','2013-12-03 07:27:50'),(73408,6,18019,'','2013-12-03 07:27:50'),(73409,7,18019,'NIGHT','2013-12-03 07:27:50'),(73410,65,18019,'','2013-12-03 07:27:50'),(73411,66,18019,'TROOM','2013-12-03 07:27:50'),(73412,1,18022,'','2013-12-03 07:27:50'),(73413,2,18022,'','2013-12-03 07:27:50'),(73414,3,18022,'','2013-12-03 07:27:50'),(73415,6,18022,'','2013-12-03 07:27:50'),(73416,7,18022,'NIGHT','2013-12-03 07:27:50'),(73417,65,18022,'','2013-12-03 07:27:50'),(73418,66,18022,'TROOM','2013-12-03 07:27:50'),(73419,1,18026,'','2013-12-03 07:27:51'),(73420,2,18026,'','2013-12-03 07:27:51'),(73421,3,18026,'','2013-12-03 07:27:51'),(73422,6,18026,'','2013-12-03 07:27:51'),(73423,7,18026,'NIGHT','2013-12-03 07:27:51'),(73424,65,18026,'','2013-12-03 07:27:51'),(73425,66,18026,'TROOM','2013-12-03 07:27:51'),(73426,1,18027,'3598374','2013-12-03 08:56:13'),(73427,2,18027,'596405','2013-12-03 08:56:13'),(73428,3,18027,'','2013-12-03 08:56:13'),(73429,6,18027,'75','2013-12-03 08:56:13'),(73430,7,18027,'NIGHT','2013-12-03 08:56:13'),(73431,65,18027,'','2013-12-03 08:56:13'),(73432,66,18027,'TROOM','2013-12-03 08:56:13'),(73433,1,18028,'3598376','2013-12-03 12:18:36'),(73434,2,18028,'','2013-12-03 12:18:36'),(73435,3,18028,'','2013-12-03 12:18:36'),(73436,6,18028,'79','2013-12-03 12:18:36'),(73437,7,18028,'NIGHT','2013-12-03 12:18:37'),(73438,65,18028,'','2013-12-03 12:18:37'),(73439,66,18028,'OPD','2013-12-03 12:18:37'),(73440,1,18029,'3598400','2013-12-03 13:19:36'),(73441,2,18029,'','2013-12-03 13:19:36'),(73442,3,18029,'','2013-12-03 13:19:36'),(73443,6,18029,'400','2013-12-03 13:19:36'),(73444,7,18029,'NIGHT','2013-12-03 13:19:36'),(73445,65,18029,'','2013-12-03 13:19:36'),(73446,66,18029,'OPD','2013-12-03 13:19:36'),(73447,1,18031,'','2013-12-03 13:19:37'),(73448,2,18031,'','2013-12-03 13:19:37'),(73449,3,18031,'','2013-12-03 13:19:37'),(73450,6,18031,'','2013-12-03 13:19:37'),(73451,7,18031,'NIGHT','2013-12-03 13:19:37'),(73452,65,18031,'','2013-12-03 13:19:37'),(73453,66,18031,'OPD','2013-12-03 13:19:37'),(73454,1,18034,'','2013-12-03 13:19:37'),(73455,2,18034,'','2013-12-03 13:19:37'),(73456,3,18034,'','2013-12-03 13:19:37'),(73457,6,18034,'','2013-12-03 13:19:37'),(73458,7,18034,'NIGHT','2013-12-03 13:19:37'),(73459,65,18034,'','2013-12-03 13:19:37'),(73460,66,18034,'OPD','2013-12-03 13:19:37'),(73461,1,18035,'3598404','2013-12-03 13:42:56'),(73462,2,18035,'','2013-12-03 13:42:56'),(73463,3,18035,'','2013-12-03 13:42:56'),(73464,6,18035,'33','2013-12-03 13:42:56'),(73465,7,18035,'NIGHT','2013-12-03 13:42:56'),(73466,65,18035,'','2013-12-03 13:42:56'),(73467,66,18035,'OPD','2013-12-03 13:42:56'),(73468,1,18036,'3598413','2013-12-03 15:03:42'),(73469,2,18036,'596411','2013-12-03 15:03:42'),(73470,3,18036,'','2013-12-03 15:03:42'),(73471,6,18036,'256.80','2013-12-03 15:03:42'),(73472,7,18036,'NIGHT','2013-12-03 15:03:42'),(73473,65,18036,'','2013-12-03 15:03:42'),(73474,66,18036,'OPD','2013-12-03 15:03:42'),(73475,1,18038,'','2013-12-03 15:03:42'),(73476,2,18038,'','2013-12-03 15:03:42'),(73477,3,18038,'','2013-12-03 15:03:42'),(73478,6,18038,'','2013-12-03 15:03:42'),(73479,7,18038,'NIGHT','2013-12-03 15:03:42'),(73480,65,18038,'','2013-12-03 15:03:42'),(73481,66,18038,'OPD','2013-12-03 15:03:42'),(73482,1,18041,'','2013-12-03 15:03:43'),(73483,2,18041,'','2013-12-03 15:03:43'),(73484,3,18041,'','2013-12-03 15:03:43'),(73485,6,18041,'','2013-12-03 15:03:43'),(73486,7,18041,'NIGHT','2013-12-03 15:03:43'),(73487,65,18041,'','2013-12-03 15:03:43'),(73488,66,18041,'OPD','2013-12-03 15:03:43'),(73489,1,18042,'','2013-12-03 15:19:05'),(73490,2,18042,'','2013-12-03 15:19:05'),(73491,3,18042,'','2013-12-03 15:19:05'),(73492,6,18042,'','2013-12-03 15:19:05'),(73493,7,18042,'DAY','2013-12-03 15:19:05'),(73494,65,18042,'','2013-12-03 15:19:05'),(73495,66,18042,'OPD','2013-12-03 15:19:05'),(73496,1,18043,'3598423','2013-12-03 15:21:42'),(73497,2,18043,'','2013-12-03 15:21:42'),(73498,3,18043,'','2013-12-03 15:21:42'),(73499,6,18043,'41.00','2013-12-03 15:21:42'),(73500,7,18043,'DAY','2013-12-03 15:21:42'),(73501,65,18043,'','2013-12-03 15:21:42'),(73502,66,18043,'OPD','2013-12-03 15:21:42'),(73503,1,18044,'','2013-12-03 15:28:46'),(73504,2,18044,'','2013-12-03 15:28:46'),(73505,3,18044,'','2013-12-03 15:28:46'),(73506,6,18044,'','2013-12-03 15:28:46'),(73507,7,18044,'DAY','2013-12-03 15:28:46'),(73508,65,18044,'','2013-12-03 15:28:46'),(73509,66,18044,'OPD','2013-12-03 15:28:46'),(73510,1,18045,'3598424','2013-12-03 15:49:24'),(73511,2,18045,'596417','2013-12-03 15:49:24'),(73512,3,18045,'','2013-12-03 15:49:24'),(73513,6,18045,'64.00','2013-12-03 15:49:24'),(73514,7,18045,'DAY','2013-12-03 15:49:24'),(73515,65,18045,'','2013-12-03 15:49:24'),(73516,66,18045,'TROOM','2013-12-03 15:49:24'),(73517,1,18047,'','2013-12-03 15:49:24'),(73518,2,18047,'','2013-12-03 15:49:24'),(73519,3,18047,'','2013-12-03 15:49:24'),(73520,6,18047,'','2013-12-03 15:49:24'),(73521,7,18047,'DAY','2013-12-03 15:49:24'),(73522,65,18047,'','2013-12-03 15:49:24'),(73523,66,18047,'OPD','2013-12-03 15:49:24'),(73524,1,18050,'','2013-12-03 15:49:24'),(73525,2,18050,'','2013-12-03 15:49:24'),(73526,3,18050,'','2013-12-03 15:49:24'),(73527,6,18050,'','2013-12-03 15:49:24'),(73528,7,18050,'DAY','2013-12-03 15:49:24'),(73529,65,18050,'','2013-12-03 15:49:24'),(73530,66,18050,'OPD','2013-12-03 15:49:24'),(73531,1,18051,'3595397','2013-12-03 16:10:59'),(73532,2,18051,'','2013-12-03 16:10:59'),(73533,3,18051,'','2013-12-03 16:10:59'),(73534,6,18051,'103.00','2013-12-03 16:10:59'),(73535,7,18051,'DAY','2013-12-03 16:10:59'),(73536,65,18051,'','2013-12-03 16:10:59'),(73537,66,18051,'OPD','2013-12-03 16:10:59'),(73538,1,18053,'','2013-12-03 16:10:59'),(73539,2,18053,'','2013-12-03 16:10:59'),(73540,3,18053,'','2013-12-03 16:10:59'),(73541,6,18053,'','2013-12-03 16:10:59'),(73542,7,18053,'DAY','2013-12-03 16:10:59'),(73543,65,18053,'','2013-12-03 16:10:59'),(73544,66,18053,'OPD','2013-12-03 16:10:59'),(73545,1,18054,'3598459','2013-12-03 16:20:01'),(73546,2,18054,'','2013-12-03 16:20:01'),(73547,3,18054,'','2013-12-03 16:20:01'),(73548,6,18054,'134.00','2013-12-03 16:20:01'),(73549,7,18054,'DAY','2013-12-03 16:20:01'),(73550,65,18054,'','2013-12-03 16:20:01'),(73551,66,18054,'OPD','2013-12-03 16:20:01'),(73552,1,18055,'3598460','2013-12-03 16:22:14'),(73553,2,18055,'','2013-12-03 16:22:14'),(73554,3,18055,'','2013-12-03 16:22:14'),(73555,6,18055,'66.00','2013-12-03 16:22:14'),(73556,7,18055,'DAY','2013-12-03 16:22:14'),(73557,65,18055,'','2013-12-03 16:22:14'),(73558,66,18055,'OPD','2013-12-03 16:22:14'),(73559,1,18056,'3598457','2013-12-03 16:24:57'),(73560,2,18056,'596424','2013-12-03 16:24:57'),(73561,3,18056,'','2013-12-03 16:24:57'),(73562,6,18056,'35.00','2013-12-03 16:24:57'),(73563,7,18056,'DAY','2013-12-03 16:24:57'),(73564,65,18056,'','2013-12-03 16:24:57'),(73565,66,18056,'OPD','2013-12-03 16:24:57'),(73566,1,18057,'3595283','2013-12-03 16:32:33'),(73567,2,18057,'','2013-12-03 16:32:33'),(73568,3,18057,'','2013-12-03 16:32:33'),(73569,6,18057,'156.00','2013-12-03 16:32:33'),(73570,7,18057,'DAY','2013-12-03 16:32:33'),(73571,65,18057,'','2013-12-03 16:32:33'),(73572,66,18057,'OPD','2013-12-03 16:32:33'),(73573,1,18059,'','2013-12-03 16:32:34'),(73574,2,18059,'','2013-12-03 16:32:34'),(73575,3,18059,'','2013-12-03 16:32:34'),(73576,6,18059,'','2013-12-03 16:32:34'),(73577,7,18059,'DAY','2013-12-03 16:32:34'),(73578,65,18059,'','2013-12-03 16:32:34'),(73579,66,18059,'OPD','2013-12-03 16:32:34'),(73580,1,18060,'3598498','2013-12-03 17:01:58'),(73581,2,18060,'','2013-12-03 17:01:58'),(73582,3,18060,'','2013-12-03 17:01:58'),(73583,6,18060,'55.00','2013-12-03 17:01:58'),(73584,7,18060,'DAY','2013-12-03 17:01:59'),(73585,65,18060,'','2013-12-03 17:01:59'),(73586,66,18060,'OPD','2013-12-03 17:01:59'),(73587,1,18062,'','2013-12-03 17:01:59'),(73588,2,18062,'','2013-12-03 17:01:59'),(73589,3,18062,'','2013-12-03 17:01:59'),(73590,6,18062,'','2013-12-03 17:01:59'),(73591,7,18062,'DAY','2013-12-03 17:01:59'),(73592,65,18062,'','2013-12-03 17:01:59'),(73593,66,18062,'OPD','2013-12-03 17:01:59'),(73594,1,18063,'3597110','2013-12-03 17:03:26'),(73595,2,18063,'596084','2013-12-03 17:03:26'),(73596,3,18063,'','2013-12-03 17:03:26'),(73597,6,18063,'105.00','2013-12-03 17:03:26'),(73598,7,18063,'DAY','2013-12-03 17:03:26'),(73599,65,18063,'','2013-12-03 17:03:26'),(73600,66,18063,'OPD','2013-12-03 17:03:26'),(73601,1,18064,'3598505','2013-12-03 17:06:40'),(73602,2,18064,'','2013-12-03 17:06:40'),(73603,3,18064,'','2013-12-03 17:06:40'),(73604,6,18064,'142.00','2013-12-03 17:06:40'),(73605,7,18064,'DAY','2013-12-03 17:06:40'),(73606,65,18064,'','2013-12-03 17:06:40'),(73607,66,18064,'OPD','2013-12-03 17:06:40'),(73608,1,18066,'','2013-12-03 17:06:40'),(73609,2,18066,'','2013-12-03 17:06:40'),(73610,3,18066,'','2013-12-03 17:06:40'),(73611,6,18066,'','2013-12-03 17:06:40'),(73612,7,18066,'DAY','2013-12-03 17:06:40'),(73613,65,18066,'','2013-12-03 17:06:40'),(73614,66,18066,'OPD','2013-12-03 17:06:40'); +INSERT INTO `specimen_custom_data` VALUES (73615,1,18067,'3598531','2013-12-03 17:23:02'),(73616,2,18067,'','2013-12-03 17:23:02'),(73617,3,18067,'','2013-12-03 17:23:02'),(73618,6,18067,'37.00','2013-12-03 17:23:02'),(73619,7,18067,'DAY','2013-12-03 17:23:02'),(73620,65,18067,'','2013-12-03 17:23:02'),(73621,66,18067,'OPD','2013-12-03 17:23:02'),(73622,1,18068,'3598532','2013-12-03 17:27:35'),(73623,2,18068,'','2013-12-03 17:27:35'),(73624,3,18068,'','2013-12-03 17:27:35'),(73625,6,18068,'84.00','2013-12-03 17:27:35'),(73626,7,18068,'DAY','2013-12-03 17:27:35'),(73627,65,18068,'','2013-12-03 17:27:35'),(73628,66,18068,'OPD','2013-12-03 17:27:35'),(73629,1,18070,'','2013-12-03 17:27:35'),(73630,2,18070,'','2013-12-03 17:27:35'),(73631,3,18070,'','2013-12-03 17:27:35'),(73632,6,18070,'','2013-12-03 17:27:35'),(73633,7,18070,'DAY','2013-12-03 17:27:35'),(73634,65,18070,'','2013-12-03 17:27:35'),(73635,66,18070,'OPD','2013-12-03 17:27:35'),(73636,1,18071,'','2013-12-03 17:29:20'),(73637,2,18071,'','2013-12-03 17:29:20'),(73638,3,18071,'','2013-12-03 17:29:20'),(73639,6,18071,'','2013-12-03 17:29:20'),(73640,7,18071,'DAY','2013-12-03 17:29:20'),(73641,65,18071,'','2013-12-03 17:29:20'),(73642,66,18071,'OPD','2013-12-03 17:29:20'),(73643,1,18072,'3598526','2013-12-03 17:30:38'),(73644,2,18072,'','2013-12-03 17:30:38'),(73645,3,18072,'','2013-12-03 17:30:38'),(73646,6,18072,'373.40','2013-12-03 17:30:38'),(73647,7,18072,'DAY','2013-12-03 17:30:38'),(73648,65,18072,'','2013-12-03 17:30:38'),(73649,66,18072,'OPD','2013-12-03 17:30:38'),(73650,1,18074,'','2013-12-03 17:30:38'),(73651,2,18074,'','2013-12-03 17:30:38'),(73652,3,18074,'','2013-12-03 17:30:38'),(73653,6,18074,'','2013-12-03 17:30:38'),(73654,7,18074,'DAY','2013-12-03 17:30:38'),(73655,65,18074,'','2013-12-03 17:30:38'),(73656,66,18074,'OPD','2013-12-03 17:30:38'),(73657,1,18075,'3598528','2013-12-03 17:43:07'),(73658,2,18075,'596438','2013-12-03 17:43:07'),(73659,3,18075,'','2013-12-03 17:43:07'),(73660,6,18075,'118.00','2013-12-03 17:43:07'),(73661,7,18075,'DAY','2013-12-03 17:43:07'),(73662,65,18075,'','2013-12-03 17:43:07'),(73663,66,18075,'OPD','2013-12-03 17:43:07'),(73664,1,18076,'','2013-12-03 17:59:19'),(73665,2,18076,'','2013-12-03 17:59:19'),(73666,3,18076,'','2013-12-03 17:59:19'),(73667,6,18076,'','2013-12-03 17:59:19'),(73668,7,18076,'DAY','2013-12-03 17:59:19'),(73669,65,18076,'','2013-12-03 17:59:19'),(73670,66,18076,'OPD','2013-12-03 17:59:19'),(73671,1,18077,'','2013-12-03 18:00:53'),(73672,2,18077,'','2013-12-03 18:00:53'),(73673,3,18077,'','2013-12-03 18:00:53'),(73674,6,18077,'','2013-12-03 18:00:53'),(73675,7,18077,'DAY','2013-12-03 18:00:53'),(73676,65,18077,'','2013-12-03 18:00:53'),(73677,66,18077,'OPD','2013-12-03 18:00:53'),(73678,1,18078,'','2013-12-03 18:06:04'),(73679,2,18078,'','2013-12-03 18:06:04'),(73680,3,18078,'','2013-12-03 18:06:04'),(73681,6,18078,'','2013-12-03 18:06:04'),(73682,7,18078,'DAY','2013-12-03 18:06:04'),(73683,65,18078,'','2013-12-03 18:06:04'),(73684,66,18078,'OPD','2013-12-03 18:06:04'),(73685,1,18079,'','2013-12-03 18:06:45'),(73686,2,18079,'','2013-12-03 18:06:45'),(73687,3,18079,'','2013-12-03 18:06:45'),(73688,6,18079,'','2013-12-03 18:06:45'),(73689,7,18079,'DAY','2013-12-03 18:06:45'),(73690,65,18079,'','2013-12-03 18:06:45'),(73691,66,18079,'OPD','2013-12-03 18:06:45'),(73692,1,18080,'3598550','2013-12-03 18:08:27'),(73693,2,18080,'596447','2013-12-03 18:08:27'),(73694,3,18080,'','2013-12-03 18:08:27'),(73695,6,18080,'23.00','2013-12-03 18:08:27'),(73696,7,18080,'DAY','2013-12-03 18:08:27'),(73697,65,18080,'','2013-12-03 18:08:27'),(73698,66,18080,'OPD','2013-12-03 18:08:27'),(73699,1,18082,'','2013-12-03 18:08:28'),(73700,2,18082,'','2013-12-03 18:08:28'),(73701,3,18082,'','2013-12-03 18:08:28'),(73702,6,18082,'','2013-12-03 18:08:28'),(73703,7,18082,'DAY','2013-12-03 18:08:28'),(73704,65,18082,'','2013-12-03 18:08:28'),(73705,66,18082,'OPD','2013-12-03 18:08:28'),(73706,1,18083,'','2013-12-03 18:08:32'),(73707,2,18083,'','2013-12-03 18:08:32'),(73708,3,18083,'','2013-12-03 18:08:32'),(73709,6,18083,'','2013-12-03 18:08:32'),(73710,7,18083,'DAY','2013-12-03 18:08:32'),(73711,65,18083,'','2013-12-03 18:08:32'),(73712,66,18083,'OPD','2013-12-03 18:08:32'),(73713,1,18084,'3598552','2013-12-03 18:15:30'),(73714,2,18084,'596449','2013-12-03 18:15:30'),(73715,3,18084,'','2013-12-03 18:15:30'),(73716,6,18084,'198.00','2013-12-03 18:15:30'),(73717,7,18084,'DAY','2013-12-03 18:15:30'),(73718,65,18084,'','2013-12-03 18:15:30'),(73719,66,18084,'OPD','2013-12-03 18:15:30'),(73720,1,18085,'3598538','2013-12-03 18:28:17'),(73721,2,18085,'','2013-12-03 18:28:17'),(73722,3,18085,'','2013-12-03 18:28:17'),(73723,6,18085,'360.00','2013-12-03 18:28:17'),(73724,7,18085,'DAY','2013-12-03 18:28:17'),(73725,66,18085,'OPD','2013-12-03 18:28:17'),(73726,67,18085,'','2013-12-03 18:28:17'),(73727,1,18087,'','2013-12-03 18:28:17'),(73728,2,18087,'','2013-12-03 18:28:17'),(73729,3,18087,'','2013-12-03 18:28:17'),(73730,6,18087,'','2013-12-03 18:28:17'),(73731,7,18087,'DAY','2013-12-03 18:28:17'),(73732,66,18087,'OPD','2013-12-03 18:28:17'),(73733,67,18087,'','2013-12-03 18:28:17'),(73734,1,18090,'','2013-12-03 18:28:17'),(73735,2,18090,'','2013-12-03 18:28:17'),(73736,3,18090,'','2013-12-03 18:28:17'),(73737,6,18090,'','2013-12-03 18:28:17'),(73738,7,18090,'DAY','2013-12-03 18:28:17'),(73739,66,18090,'OPD','2013-12-03 18:28:17'),(73740,67,18090,'','2013-12-03 18:28:17'),(73741,1,18091,'3598534','2013-12-03 18:31:02'),(73742,2,18091,'596451','2013-12-03 18:31:02'),(73743,3,18091,'','2013-12-03 18:31:03'),(73744,6,18091,'360.00','2013-12-03 18:31:03'),(73745,7,18091,'DAY','2013-12-03 18:31:03'),(73746,66,18091,'OPD','2013-12-03 18:31:03'),(73747,67,18091,'','2013-12-03 18:31:03'),(73748,1,18093,'','2013-12-03 18:31:03'),(73749,2,18093,'','2013-12-03 18:31:03'),(73750,3,18093,'','2013-12-03 18:31:03'),(73751,6,18093,'','2013-12-03 18:31:03'),(73752,7,18093,'DAY','2013-12-03 18:31:03'),(73753,66,18093,'OPD','2013-12-03 18:31:03'),(73754,67,18093,'','2013-12-03 18:31:03'),(73755,1,18096,'','2013-12-03 18:31:03'),(73756,2,18096,'','2013-12-03 18:31:03'),(73757,3,18096,'','2013-12-03 18:31:03'),(73758,6,18096,'','2013-12-03 18:31:03'),(73759,7,18096,'DAY','2013-12-03 18:31:03'),(73760,66,18096,'OPD','2013-12-03 18:31:03'),(73761,67,18096,'','2013-12-03 18:31:03'),(73762,1,18097,'3598564','2013-12-03 18:33:29'),(73763,2,18097,'','2013-12-03 18:33:29'),(73764,3,18097,'','2013-12-03 18:33:29'),(73765,6,18097,'19.00','2013-12-03 18:33:29'),(73766,7,18097,'DAY','2013-12-03 18:33:29'),(73767,66,18097,'OPD','2013-12-03 18:33:29'),(73768,67,18097,'','2013-12-03 18:33:29'),(73769,1,18098,'3583107','2013-12-03 18:36:31'),(73770,2,18098,'592086','2013-12-03 18:36:31'),(73771,3,18098,'','2013-12-03 18:36:31'),(73772,6,18098,'186.00','2013-12-03 18:36:31'),(73773,7,18098,'DAY','2013-12-03 18:36:31'),(73774,66,18098,'OPD','2013-12-03 18:36:31'),(73775,67,18098,'','2013-12-03 18:36:31'),(73776,1,18100,'','2013-12-03 18:36:32'),(73777,2,18100,'','2013-12-03 18:36:32'),(73778,3,18100,'','2013-12-03 18:36:32'),(73779,6,18100,'','2013-12-03 18:36:32'),(73780,7,18100,'DAY','2013-12-03 18:36:32'),(73781,66,18100,'OPD','2013-12-03 18:36:32'),(73782,67,18100,'','2013-12-03 18:36:32'),(73783,1,18103,'','2013-12-03 18:36:32'),(73784,2,18103,'','2013-12-03 18:36:32'),(73785,3,18103,'','2013-12-03 18:36:32'),(73786,6,18103,'','2013-12-03 18:36:32'),(73787,7,18103,'DAY','2013-12-03 18:36:32'),(73788,66,18103,'OPD','2013-12-03 18:36:32'),(73789,67,18103,'','2013-12-03 18:36:32'),(73790,1,18104,'3598563','2013-12-03 18:47:14'),(73791,2,18104,'596453','2013-12-03 18:47:14'),(73792,3,18104,'','2013-12-03 18:47:14'),(73793,6,18104,'36.00','2013-12-03 18:47:14'),(73794,7,18104,'DAY','2013-12-03 18:47:14'),(73795,66,18104,'OPD','2013-12-03 18:47:14'),(73796,67,18104,'','2013-12-03 18:47:14'),(73797,1,18106,'','2013-12-03 18:47:14'),(73798,2,18106,'','2013-12-03 18:47:14'),(73799,3,18106,'','2013-12-03 18:47:14'),(73800,6,18106,'','2013-12-03 18:47:14'),(73801,7,18106,'DAY','2013-12-03 18:47:14'),(73802,66,18106,'OPD','2013-12-03 18:47:14'),(73803,67,18106,'','2013-12-03 18:47:14'),(73804,1,18107,'3598569','2013-12-03 18:49:10'),(73805,2,18107,'','2013-12-03 18:49:10'),(73806,3,18107,'','2013-12-03 18:49:10'),(73807,6,18107,'15.00','2013-12-03 18:49:10'),(73808,7,18107,'DAY','2013-12-03 18:49:10'),(73809,66,18107,'OPD','2013-12-03 18:49:10'),(73810,67,18107,'','2013-12-03 18:49:10'),(73811,1,18108,'3598566','2013-12-03 18:51:16'),(73812,2,18108,'','2013-12-03 18:51:16'),(73813,3,18108,'','2013-12-03 18:51:16'),(73814,6,18108,'37.00','2013-12-03 18:51:16'),(73815,7,18108,'DAY','2013-12-03 18:51:16'),(73816,66,18108,'OPD','2013-12-03 18:51:16'),(73817,67,18108,'','2013-12-03 18:51:16'),(73818,1,18109,'','2013-12-03 18:58:52'),(73819,2,18109,'','2013-12-03 18:58:52'),(73820,3,18109,'','2013-12-03 18:58:52'),(73821,6,18109,'','2013-12-03 18:58:52'),(73822,7,18109,'DAY','2013-12-03 18:58:52'),(73823,66,18109,'OPD','2013-12-03 18:58:52'),(73824,67,18109,'','2013-12-03 18:58:52'),(73825,1,18111,'','2013-12-03 18:58:52'),(73826,2,18111,'','2013-12-03 18:58:52'),(73827,3,18111,'','2013-12-03 18:58:52'),(73828,6,18111,'','2013-12-03 18:58:52'),(73829,7,18111,'DAY','2013-12-03 18:58:52'),(73830,66,18111,'OPD','2013-12-03 18:58:52'),(73831,67,18111,'','2013-12-03 18:58:52'),(73832,1,18114,'','2013-12-03 18:58:52'),(73833,2,18114,'','2013-12-03 18:58:52'),(73834,3,18114,'','2013-12-03 18:58:52'),(73835,6,18114,'','2013-12-03 18:58:52'),(73836,7,18114,'DAY','2013-12-03 18:58:52'),(73837,66,18114,'OPD','2013-12-03 18:58:52'),(73838,67,18114,'','2013-12-03 18:58:52'),(73839,1,18115,'3598610','2013-12-03 19:12:14'),(73840,2,18115,'','2013-12-03 19:12:14'),(73841,3,18115,'','2013-12-03 19:12:14'),(73842,6,18115,'37.00','2013-12-03 19:12:14'),(73843,7,18115,'DAY','2013-12-03 19:12:14'),(73844,66,18115,'OPD','2013-12-03 19:12:14'),(73845,67,18115,'','2013-12-03 19:12:14'),(73846,1,18116,'3598614','2013-12-03 19:21:26'),(73847,2,18116,'','2013-12-03 19:21:26'),(73848,3,18116,'','2013-12-03 19:21:26'),(73849,6,18116,'41.00','2013-12-03 19:21:26'),(73850,7,18116,'DAY','2013-12-03 19:21:26'),(73851,66,18116,'OPD','2013-12-03 19:21:26'),(73852,67,18116,'','2013-12-03 19:21:26'),(73853,1,18118,'','2013-12-03 19:21:26'),(73854,2,18118,'','2013-12-03 19:21:26'),(73855,3,18118,'','2013-12-03 19:21:26'),(73856,6,18118,'','2013-12-03 19:21:26'),(73857,7,18118,'DAY','2013-12-03 19:21:26'),(73858,66,18118,'OPD','2013-12-03 19:21:26'),(73859,67,18118,'','2013-12-03 19:21:26'),(73860,1,18119,'3598620','2013-12-03 19:23:53'),(73861,2,18119,'','2013-12-03 19:23:53'),(73862,3,18119,'','2013-12-03 19:23:53'),(73863,6,18119,'20.00','2013-12-03 19:23:53'),(73864,7,18119,'DAY','2013-12-03 19:23:53'),(73865,66,18119,'OPD','2013-12-03 19:23:53'),(73866,67,18119,'','2013-12-03 19:23:53'),(73867,1,18120,'3598622','2013-12-03 19:31:11'),(73868,2,18120,'596466','2013-12-03 19:31:11'),(73869,3,18120,'','2013-12-03 19:31:11'),(73870,6,18120,'35.00','2013-12-03 19:31:11'),(73871,7,18120,'DAY','2013-12-03 19:31:11'),(73872,66,18120,'OPD','2013-12-03 19:31:11'),(73873,67,18120,'','2013-12-03 19:31:11'),(73874,1,18121,'3598629','2013-12-03 19:42:46'),(73875,2,18121,'','2013-12-03 19:42:46'),(73876,3,18121,'','2013-12-03 19:42:46'),(73877,6,18121,'31.00','2013-12-03 19:42:46'),(73878,7,18121,'DAY','2013-12-03 19:42:46'),(73879,66,18121,'OPD','2013-12-03 19:42:46'),(73880,67,18121,'','2013-12-03 19:42:46'),(73881,1,18123,'3598630','2013-12-03 19:42:46'),(73882,2,18123,'','2013-12-03 19:42:46'),(73883,3,18123,'','2013-12-03 19:42:46'),(73884,6,18123,'','2013-12-03 19:42:46'),(73885,7,18123,'DAY','2013-12-03 19:42:46'),(73886,66,18123,'OPD','2013-12-03 19:42:46'),(73887,67,18123,'','2013-12-03 19:42:47'),(73888,1,18124,'3598638','2013-12-03 19:49:55'),(73889,2,18124,'','2013-12-03 19:49:55'),(73890,3,18124,'','2013-12-03 19:49:55'),(73891,6,18124,'37.00','2013-12-03 19:49:55'),(73892,7,18124,'DAY','2013-12-03 19:49:55'),(73893,66,18124,'OPD','2013-12-03 19:49:55'),(73894,67,18124,'','2013-12-03 19:49:55'),(73895,1,18125,'3598636','2013-12-03 19:52:53'),(73896,2,18125,'596471','2013-12-03 19:52:53'),(73897,3,18125,'','2013-12-03 19:52:53'),(73898,6,18125,'154.00','2013-12-03 19:52:53'),(73899,7,18125,'DAY','2013-12-03 19:52:53'),(73900,66,18125,'OPD','2013-12-03 19:52:53'),(73901,67,18125,'','2013-12-03 19:52:53'),(73902,1,18127,'','2013-12-03 19:52:53'),(73903,2,18127,'','2013-12-03 19:52:53'),(73904,3,18127,'','2013-12-03 19:52:53'),(73905,6,18127,'','2013-12-03 19:52:53'),(73906,7,18127,'DAY','2013-12-03 19:52:53'),(73907,66,18127,'OPD','2013-12-03 19:52:53'),(73908,67,18127,'','2013-12-03 19:52:53'),(73909,1,18130,'','2013-12-03 19:52:53'),(73910,2,18130,'','2013-12-03 19:52:53'),(73911,3,18130,'','2013-12-03 19:52:53'),(73912,6,18130,'','2013-12-03 19:52:53'),(73913,7,18130,'DAY','2013-12-03 19:52:53'),(73914,66,18130,'OPD','2013-12-03 19:52:53'),(73915,67,18130,'','2013-12-03 19:52:53'),(73916,1,18131,'3598641','2013-12-03 19:56:23'),(73917,2,18131,'','2013-12-03 19:56:23'),(73918,3,18131,'','2013-12-03 19:56:23'),(73919,6,18131,'201.00','2013-12-03 19:56:23'),(73920,7,18131,'DAY','2013-12-03 19:56:23'),(73921,66,18131,'OPD','2013-12-03 19:56:23'),(73922,67,18131,'','2013-12-03 19:56:23'),(73923,1,18133,'','2013-12-03 19:56:23'),(73924,2,18133,'','2013-12-03 19:56:23'),(73925,3,18133,'','2013-12-03 19:56:23'),(73926,6,18133,'','2013-12-03 19:56:23'),(73927,7,18133,'DAY','2013-12-03 19:56:23'),(73928,66,18133,'OPD','2013-12-03 19:56:23'),(73929,67,18133,'','2013-12-03 19:56:23'),(73930,1,18136,'','2013-12-03 19:56:23'),(73931,2,18136,'','2013-12-03 19:56:23'),(73932,3,18136,'','2013-12-03 19:56:23'),(73933,6,18136,'','2013-12-03 19:56:23'),(73934,7,18136,'DAY','2013-12-03 19:56:23'),(73935,66,18136,'OPD','2013-12-03 19:56:23'),(73936,67,18136,'ERIC','2013-12-03 19:56:23'),(73937,1,18137,'3598631','2013-12-03 20:01:41'),(73938,2,18137,'596472','2013-12-03 20:01:41'),(73939,3,18137,'','2013-12-03 20:01:41'),(73940,6,18137,'74.40','2013-12-03 20:01:41'),(73941,7,18137,'DAY','2013-12-03 20:01:41'),(73942,66,18137,'OPD','2013-12-03 20:01:41'),(73943,67,18137,'','2013-12-03 20:01:41'),(73944,1,18138,'3598648','2013-12-03 20:03:37'),(73945,2,18138,'','2013-12-03 20:03:37'),(73946,3,18138,'','2013-12-03 20:03:37'),(73947,6,18138,'50.00','2013-12-03 20:03:37'),(73948,7,18138,'DAY','2013-12-03 20:03:37'),(73949,66,18138,'OPD','2013-12-03 20:03:37'),(73950,67,18138,'','2013-12-03 20:03:37'),(73951,1,18140,'','2013-12-03 20:03:37'),(73952,2,18140,'','2013-12-03 20:03:37'),(73953,3,18140,'','2013-12-03 20:03:37'),(73954,6,18140,'','2013-12-03 20:03:37'),(73955,7,18140,'DAY','2013-12-03 20:03:37'),(73956,66,18140,'OPD','2013-12-03 20:03:37'),(73957,67,18140,'','2013-12-03 20:03:37'),(73958,1,18141,'3598639','2013-12-03 20:07:36'),(73959,2,18141,'596474','2013-12-03 20:07:36'),(73960,3,18141,'','2013-12-03 20:07:36'),(73961,6,18141,'69.00','2013-12-03 20:07:36'),(73962,7,18141,'DAY','2013-12-03 20:07:36'),(73963,66,18141,'OPD','2013-12-03 20:07:36'),(73964,67,18141,'','2013-12-03 20:07:36'),(73965,1,18142,'','2013-12-03 20:10:54'),(73966,2,18142,'','2013-12-03 20:10:54'),(73967,3,18142,'','2013-12-03 20:10:54'),(73968,6,18142,'','2013-12-03 20:10:54'),(73969,7,18142,'DAY','2013-12-03 20:10:54'),(73970,66,18142,'OPD','2013-12-03 20:10:54'),(73971,67,18142,'','2013-12-03 20:10:54'),(73972,1,18143,'3598656','2013-12-03 20:11:48'),(73973,2,18143,'','2013-12-03 20:11:48'),(73974,3,18143,'','2013-12-03 20:11:48'),(73975,6,18143,'50.00','2013-12-03 20:11:48'),(73976,7,18143,'DAY','2013-12-03 20:11:48'),(73977,66,18143,'OPD','2013-12-03 20:11:48'),(73978,67,18143,'','2013-12-03 20:11:48'),(73979,1,18145,'','2013-12-03 20:11:48'),(73980,2,18145,'','2013-12-03 20:11:48'),(73981,3,18145,'','2013-12-03 20:11:48'),(73982,6,18145,'','2013-12-03 20:11:48'),(73983,7,18145,'DAY','2013-12-03 20:11:48'),(73984,66,18145,'OPD','2013-12-03 20:11:48'),(73985,67,18145,'','2013-12-03 20:11:48'),(73986,1,18146,'3598567','2013-12-03 20:14:03'),(73987,2,18146,'','2013-12-03 20:14:03'),(73988,3,18146,'','2013-12-03 20:14:03'),(73989,6,18146,'121.00','2013-12-03 20:14:03'),(73990,7,18146,'DAY','2013-12-03 20:14:03'),(73991,66,18146,'OPD','2013-12-03 20:14:03'),(73992,67,18146,'AKUA','2013-12-03 20:14:03'),(73993,1,18148,'','2013-12-03 20:14:03'),(73994,2,18148,'','2013-12-03 20:14:03'),(73995,3,18148,'','2013-12-03 20:14:03'),(73996,6,18148,'','2013-12-03 20:14:03'),(73997,7,18148,'DAY','2013-12-03 20:14:03'),(73998,66,18148,'OPD','2013-12-03 20:14:03'),(73999,67,18148,'','2013-12-03 20:14:03'),(74000,1,18149,'3598560','2013-12-03 20:16:15'),(74001,2,18149,'','2013-12-03 20:16:15'),(74002,3,18149,'','2013-12-03 20:16:15'),(74003,6,18149,'163.00','2013-12-03 20:16:15'),(74004,7,18149,'DAY','2013-12-03 20:16:15'),(74005,66,18149,'OPD','2013-12-03 20:16:15'),(74006,67,18149,'AKUA','2013-12-03 20:16:15'),(74007,1,18151,'','2013-12-03 20:16:15'),(74008,2,18151,'','2013-12-03 20:16:15'),(74009,3,18151,'','2013-12-03 20:16:15'),(74010,6,18151,'','2013-12-03 20:16:15'),(74011,7,18151,'DAY','2013-12-03 20:16:15'),(74012,66,18151,'OPD','2013-12-03 20:16:15'),(74013,67,18151,'','2013-12-03 20:16:15'),(74014,1,18152,'3598652','2013-12-03 20:18:07'),(74015,2,18152,'','2013-12-03 20:18:07'),(74016,3,18152,'','2013-12-03 20:18:07'),(74017,6,18152,'106.00','2013-12-03 20:18:07'),(74018,7,18152,'DAY','2013-12-03 20:18:07'),(74019,66,18152,'OPD','2013-12-03 20:18:07'),(74020,67,18152,'AKUA','2013-12-03 20:18:07'),(74021,1,18154,'','2013-12-03 20:18:08'),(74022,2,18154,'','2013-12-03 20:18:08'),(74023,3,18154,'','2013-12-03 20:18:08'),(74024,6,18154,'','2013-12-03 20:18:08'),(74025,7,18154,'DAY','2013-12-03 20:18:08'),(74026,66,18154,'OPD','2013-12-03 20:18:08'),(74027,67,18154,'','2013-12-03 20:18:08'),(74028,1,18155,'3598650','2013-12-03 20:20:08'),(74029,2,18155,'','2013-12-03 20:20:08'),(74030,3,18155,'','2013-12-03 20:20:08'),(74031,6,18155,'106.00','2013-12-03 20:20:08'),(74032,7,18155,'DAY','2013-12-03 20:20:08'),(74033,66,18155,'OPD','2013-12-03 20:20:08'),(74034,67,18155,'AKUA','2013-12-03 20:20:08'),(74035,1,18157,'','2013-12-03 20:20:08'),(74036,2,18157,'','2013-12-03 20:20:08'),(74037,3,18157,'','2013-12-03 20:20:08'),(74038,6,18157,'','2013-12-03 20:20:08'),(74039,7,18157,'DAY','2013-12-03 20:20:08'),(74040,66,18157,'OPD','2013-12-03 20:20:08'),(74041,67,18157,'','2013-12-03 20:20:08'),(74042,1,18158,'','2013-12-03 20:21:01'),(74043,2,18158,'','2013-12-03 20:21:01'),(74044,3,18158,'','2013-12-03 20:21:01'),(74045,6,18158,'','2013-12-03 20:21:01'),(74046,7,18158,'DAY','2013-12-03 20:21:01'),(74047,66,18158,'OPD','2013-12-03 20:21:01'),(74048,67,18158,'','2013-12-03 20:21:01'),(74049,1,18159,'3598667','2013-12-03 20:35:39'),(74050,2,18159,'','2013-12-03 20:35:39'),(74051,3,18159,'','2013-12-03 20:35:39'),(74052,6,18159,'130.00','2013-12-03 20:35:39'),(74053,7,18159,'DAY','2013-12-03 20:35:39'),(74054,66,18159,'OPD','2013-12-03 20:35:39'),(74055,67,18159,'','2013-12-03 20:35:39'),(74056,1,18160,'3598669','2013-12-03 20:40:58'),(74057,2,18160,'','2013-12-03 20:40:58'),(74058,3,18160,'','2013-12-03 20:40:58'),(74059,6,18160,'66.00','2013-12-03 20:40:58'),(74060,7,18160,'DAY','2013-12-03 20:40:58'),(74061,66,18160,'OPD','2013-12-03 20:40:58'),(74062,67,18160,'','2013-12-03 20:40:58'),(74063,1,18161,'3598670','2013-12-03 20:43:00'),(74064,2,18161,'','2013-12-03 20:43:00'),(74065,3,18161,'','2013-12-03 20:43:00'),(74066,6,18161,'81.00','2013-12-03 20:43:00'),(74067,7,18161,'DAY','2013-12-03 20:43:00'),(74068,66,18161,'OPD','2013-12-03 20:43:00'),(74069,67,18161,'','2013-12-03 20:43:00'),(74070,1,18162,'3595343','2013-12-03 20:44:47'),(74071,2,18162,'','2013-12-03 20:44:47'),(74072,3,18162,'','2013-12-03 20:44:47'),(74073,6,18162,'103.00','2013-12-03 20:44:47'),(74074,7,18162,'DAY','2013-12-03 20:44:47'),(74075,66,18162,'OPD','2013-12-03 20:44:47'),(74076,67,18162,'','2013-12-03 20:44:47'),(74077,1,18164,'','2013-12-03 20:44:47'),(74078,2,18164,'','2013-12-03 20:44:47'),(74079,3,18164,'','2013-12-03 20:44:47'),(74080,6,18164,'','2013-12-03 20:44:47'),(74081,7,18164,'DAY','2013-12-03 20:44:47'),(74082,66,18164,'OPD','2013-12-03 20:44:47'),(74083,67,18164,'','2013-12-03 20:44:47'),(74084,1,18165,'3598672','2013-12-03 20:52:49'),(74085,2,18165,'','2013-12-03 20:52:49'),(74086,3,18165,'','2013-12-03 20:52:49'),(74087,6,18165,'84.00','2013-12-03 20:52:49'),(74088,7,18165,'DAY','2013-12-03 20:52:49'),(74089,66,18165,'OPD','2013-12-03 20:52:49'),(74090,67,18165,'','2013-12-03 20:52:49'),(74091,1,18167,'','2013-12-03 20:52:50'),(74092,2,18167,'','2013-12-03 20:52:50'),(74093,3,18167,'','2013-12-03 20:52:50'),(74094,6,18167,'','2013-12-03 20:52:50'),(74095,7,18167,'DAY','2013-12-03 20:52:50'),(74096,66,18167,'OPD','2013-12-03 20:52:50'),(74097,67,18167,'','2013-12-03 20:52:50'),(74098,1,18168,'3598678','2013-12-03 21:01:08'),(74099,2,18168,'','2013-12-03 21:01:08'),(74100,3,18168,'','2013-12-03 21:01:08'),(74101,6,18168,'633.00','2013-12-03 21:01:08'),(74102,7,18168,'DAY','2013-12-03 21:01:08'),(74103,66,18168,'OPD','2013-12-03 21:01:08'),(74104,67,18168,'','2013-12-03 21:01:08'),(74105,1,18170,'','2013-12-03 21:01:08'),(74106,2,18170,'','2013-12-03 21:01:08'),(74107,3,18170,'','2013-12-03 21:01:08'),(74108,6,18170,'','2013-12-03 21:01:08'),(74109,7,18170,'DAY','2013-12-03 21:01:08'),(74110,66,18170,'OPD','2013-12-03 21:01:08'),(74111,67,18170,'','2013-12-03 21:01:08'),(74112,1,18171,'3598675','2013-12-03 21:04:10'),(74113,2,18171,'596488','2013-12-03 21:04:10'),(74114,3,18171,'','2013-12-03 21:04:10'),(74115,6,18171,'243.80','2013-12-03 21:04:10'),(74116,7,18171,'DAY','2013-12-03 21:04:10'),(74117,66,18171,'OPD','2013-12-03 21:04:10'),(74118,67,18171,'','2013-12-03 21:04:10'),(74119,1,18173,'','2013-12-03 21:04:10'),(74120,2,18173,'','2013-12-03 21:04:10'),(74121,3,18173,'','2013-12-03 21:04:10'),(74122,6,18173,'','2013-12-03 21:04:10'),(74123,7,18173,'DAY','2013-12-03 21:04:10'),(74124,66,18173,'OPD','2013-12-03 21:04:10'),(74125,67,18173,'','2013-12-03 21:04:10'),(74126,1,18174,'3598684','2013-12-03 21:08:53'),(74127,2,18174,'','2013-12-03 21:08:53'),(74128,3,18174,'','2013-12-03 21:08:53'),(74129,6,18174,'68.00','2013-12-03 21:08:53'),(74130,7,18174,'DAY','2013-12-03 21:08:53'),(74131,66,18174,'OPD','2013-12-03 21:08:53'),(74132,67,18174,'','2013-12-03 21:08:53'),(74133,1,18176,'','2013-12-03 21:08:53'),(74134,2,18176,'','2013-12-03 21:08:53'),(74135,3,18176,'','2013-12-03 21:08:53'),(74136,6,18176,'','2013-12-03 21:08:53'),(74137,7,18176,'DAY','2013-12-03 21:08:53'),(74138,66,18176,'OPD','2013-12-03 21:08:53'),(74139,67,18176,'','2013-12-03 21:08:53'),(74140,1,18179,'','2013-12-03 21:08:53'),(74141,2,18179,'','2013-12-03 21:08:53'),(74142,3,18179,'','2013-12-03 21:08:53'),(74143,6,18179,'','2013-12-03 21:08:53'),(74144,7,18179,'DAY','2013-12-03 21:08:53'),(74145,66,18179,'OPD','2013-12-03 21:08:53'),(74146,67,18179,'','2013-12-03 21:08:53'),(74147,1,18180,'','2013-12-03 21:11:26'),(74148,2,18180,'','2013-12-03 21:11:26'),(74149,3,18180,'','2013-12-03 21:11:26'),(74150,6,18180,'','2013-12-03 21:11:26'),(74151,7,18180,'DAY','2013-12-03 21:11:26'),(74152,66,18180,'OPD','2013-12-03 21:11:26'),(74153,67,18180,'','2013-12-03 21:11:26'),(74154,1,18182,'','2013-12-03 21:11:26'),(74155,2,18182,'','2013-12-03 21:11:26'),(74156,3,18182,'','2013-12-03 21:11:26'),(74157,6,18182,'','2013-12-03 21:11:26'),(74158,7,18182,'DAY','2013-12-03 21:11:26'),(74159,66,18182,'OPD','2013-12-03 21:11:26'),(74160,67,18182,'','2013-12-03 21:11:26'),(74161,1,18183,'3598686','2013-12-03 21:12:50'),(74162,2,18183,'','2013-12-03 21:12:50'),(74163,3,18183,'','2013-12-03 21:12:50'),(74164,6,18183,'37.00','2013-12-03 21:12:50'),(74165,7,18183,'DAY','2013-12-03 21:12:50'),(74166,66,18183,'OPD','2013-12-03 21:12:50'),(74167,67,18183,'','2013-12-03 21:12:50'),(74168,1,18184,'3598689','2013-12-03 21:15:11'),(74169,2,18184,'','2013-12-03 21:15:11'),(74170,3,18184,'','2013-12-03 21:15:11'),(74171,6,18184,'37.00','2013-12-03 21:15:11'),(74172,7,18184,'DAY','2013-12-03 21:15:11'),(74173,66,18184,'OPD','2013-12-03 21:15:11'),(74174,67,18184,'','2013-12-03 21:15:11'),(74175,1,18185,'3598690','2013-12-03 21:16:50'),(74176,2,18185,'596493','2013-12-03 21:16:50'),(74177,3,18185,'','2013-12-03 21:16:50'),(74178,6,18185,'75.00','2013-12-03 21:16:50'),(74179,7,18185,'DAY','2013-12-03 21:16:50'),(74180,66,18185,'OPD','2013-12-03 21:16:50'),(74181,67,18185,'','2013-12-03 21:16:50'),(74182,1,18186,'3598692','2013-12-03 21:21:16'),(74183,2,18186,'','2013-12-03 21:21:16'),(74184,3,18186,'','2013-12-03 21:21:16'),(74185,6,18186,'61.00','2013-12-03 21:21:16'),(74186,7,18186,'DAY','2013-12-03 21:21:16'),(74187,66,18186,'OPD','2013-12-03 21:21:16'),(74188,67,18186,'','2013-12-03 21:21:16'),(74189,1,18187,'3598680','2013-12-03 21:30:42'),(74190,2,18187,'','2013-12-03 21:30:42'),(74191,3,18187,'','2013-12-03 21:30:42'),(74192,6,18187,'37.00','2013-12-03 21:30:42'),(74193,7,18187,'DAY','2013-12-03 21:30:42'),(74194,66,18187,'OPD','2013-12-03 21:30:42'),(74195,67,18187,'','2013-12-03 21:30:42'),(74196,1,18188,'3598693','2013-12-03 21:33:31'),(74197,2,18188,'','2013-12-03 21:33:31'),(74198,3,18188,'','2013-12-03 21:33:31'),(74199,6,18188,'47.00','2013-12-03 21:33:31'),(74200,7,18188,'DAY','2013-12-03 21:33:31'),(74201,66,18188,'OPD','2013-12-03 21:33:31'),(74202,67,18188,'','2013-12-03 21:33:31'),(74203,1,18190,'','2013-12-03 21:33:31'),(74204,2,18190,'','2013-12-03 21:33:31'),(74205,3,18190,'','2013-12-03 21:33:31'),(74206,6,18190,'','2013-12-03 21:33:31'),(74207,7,18190,'DAY','2013-12-03 21:33:31'),(74208,66,18190,'OPD','2013-12-03 21:33:31'),(74209,67,18190,'','2013-12-03 21:33:31'),(74210,1,18191,'3598707','2013-12-03 21:54:04'),(74211,2,18191,'','2013-12-03 21:54:04'),(74212,3,18191,'','2013-12-03 21:54:04'),(74213,6,18191,'111.40','2013-12-03 21:54:04'),(74214,7,18191,'DAY','2013-12-03 21:54:04'),(74215,66,18191,'OPD','2013-12-03 21:54:04'),(74216,67,18191,'','2013-12-03 21:54:04'),(74217,1,18192,'3598709','2013-12-03 21:56:24'),(74218,2,18192,'','2013-12-03 21:56:24'),(74219,3,18192,'','2013-12-03 21:56:24'),(74220,6,18192,'56.00','2013-12-03 21:56:24'),(74221,7,18192,'DAY','2013-12-03 21:56:24'),(74222,66,18192,'OPD','2013-12-03 21:56:24'),(74223,67,18192,'','2013-12-03 21:56:24'),(74224,1,18194,'','2013-12-03 21:56:24'),(74225,2,18194,'','2013-12-03 21:56:24'),(74226,3,18194,'','2013-12-03 21:56:24'),(74227,6,18194,'','2013-12-03 21:56:24'),(74228,7,18194,'DAY','2013-12-03 21:56:24'),(74229,66,18194,'OPD','2013-12-03 21:56:24'),(74230,67,18194,'','2013-12-03 21:56:24'),(74231,1,18195,'3598599','2013-12-03 22:08:07'),(74232,2,18195,'','2013-12-03 22:08:07'),(74233,3,18195,'','2013-12-03 22:08:07'),(74234,6,18195,'37.00','2013-12-03 22:08:07'),(74235,7,18195,'DAY','2013-12-03 22:08:07'),(74236,66,18195,'OPD','2013-12-03 22:08:07'),(74237,67,18195,'','2013-12-03 22:08:07'),(74238,1,18196,'3598733','2013-12-03 22:12:22'),(74239,2,18196,'','2013-12-03 22:12:22'),(74240,3,18196,'','2013-12-03 22:12:22'),(74241,6,18196,'37.00','2013-12-03 22:12:22'),(74242,7,18196,'DAY','2013-12-03 22:12:22'),(74243,66,18196,'OPD','2013-12-03 22:12:22'),(74244,67,18196,'','2013-12-03 22:12:22'),(74245,1,18197,'3598740','2013-12-03 22:25:00'),(74246,2,18197,'596508','2013-12-03 22:25:00'),(74247,3,18197,'','2013-12-03 22:25:00'),(74248,6,18197,'36.00','2013-12-03 22:25:00'),(74249,7,18197,'DAY','2013-12-03 22:25:01'),(74250,66,18197,'OPD','2013-12-03 22:25:01'),(74251,67,18197,'','2013-12-03 22:25:01'),(74252,1,18198,'3598744','2013-12-03 23:18:13'),(74253,2,18198,'','2013-12-03 23:18:13'),(74254,3,18198,'','2013-12-03 23:18:13'),(74255,6,18198,'77.00','2013-12-03 23:18:13'),(74256,7,18198,'DAY','2013-12-03 23:18:13'),(74257,66,18198,'TROOM','2013-12-03 23:18:13'),(74258,67,18198,'','2013-12-03 23:18:13'),(74259,1,18200,'','2013-12-03 23:18:13'),(74260,2,18200,'','2013-12-03 23:18:13'),(74261,3,18200,'','2013-12-03 23:18:13'),(74262,6,18200,'','2013-12-03 23:18:13'),(74263,7,18200,'DAY','2013-12-03 23:18:13'),(74264,66,18200,'OPD','2013-12-03 23:18:13'),(74265,67,18200,'','2013-12-03 23:18:13'),(74266,1,18201,'3598766','2013-12-03 23:27:52'),(74267,2,18201,'596526','2013-12-03 23:27:52'),(74268,3,18201,'','2013-12-03 23:27:52'),(74269,6,18201,'49.00','2013-12-03 23:27:52'),(74270,7,18201,'DAY','2013-12-03 23:27:52'),(74271,66,18201,'OPD','2013-12-03 23:27:52'),(74272,67,18201,'','2013-12-03 23:27:52'),(74273,1,18202,'3598774','2013-12-03 23:39:32'),(74274,2,18202,'','2013-12-03 23:39:32'),(74275,3,18202,'','2013-12-03 23:39:32'),(74276,6,18202,'54.00','2013-12-03 23:39:32'),(74277,7,18202,'DAY','2013-12-03 23:39:32'),(74278,66,18202,'TROOM','2013-12-03 23:39:32'),(74279,67,18202,'NURU','2013-12-03 23:39:32'),(74280,1,18203,'3598780','2013-12-03 23:49:18'),(74281,2,18203,'596532','2013-12-03 23:49:18'),(74282,3,18203,'','2013-12-03 23:49:18'),(74283,6,18203,'87.00','2013-12-03 23:49:18'),(74284,7,18203,'DAY','2013-12-03 23:49:18'),(74285,66,18203,'OPD','2013-12-03 23:49:18'),(74286,67,18203,'','2013-12-03 23:49:18'),(74287,1,18205,'','2013-12-03 23:49:19'),(74288,2,18205,'','2013-12-03 23:49:19'),(74289,3,18205,'','2013-12-03 23:49:19'),(74290,6,18205,'','2013-12-03 23:49:19'),(74291,7,18205,'DAY','2013-12-03 23:49:19'),(74292,66,18205,'OPD','2013-12-03 23:49:19'),(74293,67,18205,'','2013-12-03 23:49:19'),(74294,1,18206,'3598783','2013-12-03 23:55:41'),(74295,2,18206,'596535','2013-12-03 23:55:41'),(74296,3,18206,'','2013-12-03 23:55:41'),(74297,6,18206,'12.00','2013-12-03 23:55:41'),(74298,7,18206,'DAY','2013-12-03 23:55:41'),(74299,66,18206,'OPD','2013-12-03 23:55:41'),(74300,67,18206,'','2013-12-03 23:55:41'),(74301,1,18207,'3598812','2013-12-04 00:32:11'),(74302,2,18207,'596541','2013-12-04 00:32:11'),(74303,3,18207,'','2013-12-04 00:32:11'),(74304,6,18207,'10.00','2013-12-04 00:32:11'),(74305,7,18207,'DAY','2013-12-04 00:32:11'),(74306,66,18207,'OPD','2013-12-04 00:32:11'),(74307,67,18207,'','2013-12-04 00:32:11'),(74308,1,18208,'3598815','2013-12-04 00:42:08'),(74309,2,18208,'596545','2013-12-04 00:42:08'),(74310,3,18208,'','2013-12-04 00:42:08'),(74311,6,18208,'','2013-12-04 00:42:08'),(74312,7,18208,'DAY','2013-12-04 00:42:08'),(74313,66,18208,'SELF REQ','2013-12-04 00:42:08'),(74314,67,18208,'','2013-12-04 00:42:08'),(74315,1,18209,'3598822','2013-12-04 00:45:05'),(74316,2,18209,'596546','2013-12-04 00:45:05'),(74317,3,18209,'','2013-12-04 00:45:05'),(74318,6,18209,'120.00','2013-12-04 00:45:05'),(74319,7,18209,'DAY','2013-12-04 00:45:05'),(74320,66,18209,'OPD','2013-12-04 00:45:05'),(74321,67,18209,'','2013-12-04 00:45:05'),(74322,1,18210,'3598826','2013-12-04 00:53:33'),(74323,2,18210,'596549','2013-12-04 00:53:33'),(74324,3,18210,'','2013-12-04 00:53:33'),(74325,6,18210,'118.00','2013-12-04 00:53:33'),(74326,7,18210,'DAY','2013-12-04 00:53:33'),(74327,66,18210,'OPD','2013-12-04 00:53:33'),(74328,67,18210,'','2013-12-04 00:53:33'),(74329,1,18212,'','2013-12-04 00:53:33'),(74330,2,18212,'','2013-12-04 00:53:33'),(74331,3,18212,'','2013-12-04 00:53:33'),(74332,6,18212,'','2013-12-04 00:53:33'),(74333,7,18212,'DAY','2013-12-04 00:53:33'),(74334,66,18212,'OPD','2013-12-04 00:53:33'),(74335,67,18212,'','2013-12-04 00:53:33'),(74336,1,18213,'3598837','2013-12-04 00:56:10'),(74337,2,18213,'','2013-12-04 00:56:10'),(74338,3,18213,'','2013-12-04 00:56:10'),(74339,6,18213,'246.40','2013-12-04 00:56:10'),(74340,7,18213,'DAY','2013-12-04 00:56:10'),(74341,66,18213,'OPD','2013-12-04 00:56:10'),(74342,67,18213,'PEACE','2013-12-04 00:56:10'),(74343,1,18215,'','2013-12-04 00:56:10'),(74344,2,18215,'','2013-12-04 00:56:10'),(74345,3,18215,'','2013-12-04 00:56:10'),(74346,6,18215,'','2013-12-04 00:56:10'),(74347,7,18215,'DAY','2013-12-04 00:56:10'),(74348,66,18215,'OPD','2013-12-04 00:56:10'),(74349,67,18215,'','2013-12-04 00:56:10'),(74350,1,18216,'3598834','2013-12-04 01:00:38'),(74351,2,18216,'596551','2013-12-04 01:00:38'),(74352,3,18216,'','2013-12-04 01:00:38'),(74353,6,18216,'120.00','2013-12-04 01:00:38'),(74354,7,18216,'DAY','2013-12-04 01:00:38'),(74355,66,18216,'OPD','2013-12-04 01:00:38'),(74356,67,18216,'','2013-12-04 01:00:38'),(74357,1,18218,'','2013-12-04 01:00:38'),(74358,2,18218,'','2013-12-04 01:00:38'),(74359,3,18218,'','2013-12-04 01:00:38'),(74360,6,18218,'','2013-12-04 01:00:38'),(74361,7,18218,'DAY','2013-12-04 01:00:38'),(74362,66,18218,'OPD','2013-12-04 01:00:38'),(74363,67,18218,'','2013-12-04 01:00:38'),(74364,1,18221,'','2013-12-04 01:00:38'),(74365,2,18221,'','2013-12-04 01:00:38'),(74366,3,18221,'','2013-12-04 01:00:38'),(74367,6,18221,'','2013-12-04 01:00:38'),(74368,7,18221,'DAY','2013-12-04 01:00:38'),(74369,66,18221,'OPD','2013-12-04 01:00:38'),(74370,67,18221,'','2013-12-04 01:00:38'),(74371,1,18225,'','2013-12-04 01:00:39'),(74372,2,18225,'','2013-12-04 01:00:39'),(74373,3,18225,'','2013-12-04 01:00:39'),(74374,6,18225,'','2013-12-04 01:00:39'),(74375,7,18225,'DAY','2013-12-04 01:00:39'),(74376,66,18225,'OPD','2013-12-04 01:00:39'),(74377,67,18225,'','2013-12-04 01:00:39'),(74378,1,18226,'3598841','2013-12-04 01:02:55'),(74379,2,18226,'','2013-12-04 01:02:55'),(74380,3,18226,'','2013-12-04 01:02:55'),(74381,6,18226,'112.00','2013-12-04 01:02:55'),(74382,7,18226,'DAY','2013-12-04 01:02:55'),(74383,66,18226,'TROOM','2013-12-04 01:02:55'),(74384,67,18226,'NURU','2013-12-04 01:02:55'),(74385,1,18228,'','2013-12-04 01:02:55'),(74386,2,18228,'','2013-12-04 01:02:55'),(74387,3,18228,'','2013-12-04 01:02:55'),(74388,6,18228,'','2013-12-04 01:02:55'),(74389,7,18228,'DAY','2013-12-04 01:02:55'),(74390,66,18228,'OPD','2013-12-04 01:02:55'),(74391,67,18228,'','2013-12-04 01:02:55'),(74392,1,18231,'','2013-12-04 01:02:55'),(74393,2,18231,'','2013-12-04 01:02:55'),(74394,3,18231,'','2013-12-04 01:02:55'),(74395,6,18231,'','2013-12-04 01:02:55'),(74396,7,18231,'DAY','2013-12-04 01:02:55'),(74397,66,18231,'OPD','2013-12-04 01:02:55'),(74398,67,18231,'','2013-12-04 01:02:55'),(74399,1,18232,'3598828','2013-12-04 01:05:26'),(74400,2,18232,'596550','2013-12-04 01:05:26'),(74401,3,18232,'','2013-12-04 01:05:26'),(74402,6,18232,'24.00','2013-12-04 01:05:26'),(74403,7,18232,'DAY','2013-12-04 01:05:26'),(74404,66,18232,'OPD','2013-12-04 01:05:26'),(74405,67,18232,'','2013-12-04 01:05:26'),(74406,1,18233,'3598862','2013-12-04 01:29:22'),(74407,2,18233,'','2013-12-04 01:29:22'),(74408,3,18233,'','2013-12-04 01:29:22'),(74409,6,18233,'19.00','2013-12-04 01:29:22'),(74410,7,18233,'DAY','2013-12-04 01:29:22'),(74411,66,18233,'OPD','2013-12-04 01:29:22'),(74412,67,18233,'','2013-12-04 01:29:22'),(74413,1,18234,'3598889','2013-12-04 01:49:55'),(74414,2,18234,'','2013-12-04 01:49:55'),(74415,3,18234,'','2013-12-04 01:49:55'),(74416,6,18234,'13.00','2013-12-04 01:49:55'),(74417,7,18234,'DAY','2013-12-04 01:49:55'),(74418,66,18234,'OPD','2013-12-04 01:49:55'),(74419,67,18234,'','2013-12-04 01:49:55'),(74420,1,18235,'3598893','2013-12-04 01:53:59'),(74421,2,18235,'596565','2013-12-04 01:53:59'),(74422,3,18235,'','2013-12-04 01:53:59'),(74423,6,18235,'15.00','2013-12-04 01:53:59'),(74424,7,18235,'DAY','2013-12-04 01:53:59'),(74425,66,18235,'OPD','2013-12-04 01:53:59'),(74426,67,18235,'','2013-12-04 01:53:59'),(74427,1,18236,'','2013-12-04 01:56:15'),(74428,2,18236,'','2013-12-04 01:56:15'),(74429,3,18236,'','2013-12-04 01:56:15'),(74430,6,18236,'','2013-12-04 01:56:15'),(74431,7,18236,'DAY','2013-12-04 01:56:15'),(74432,66,18236,'OPD','2013-12-04 01:56:15'),(74433,67,18236,'','2013-12-04 01:56:15'),(74434,1,18237,'3598886','2013-12-04 01:59:57'),(74435,2,18237,'596562','2013-12-04 01:59:57'),(74436,3,18237,'','2013-12-04 01:59:57'),(74437,6,18237,'311.00','2013-12-04 01:59:57'),(74438,7,18237,'DAY','2013-12-04 01:59:57'),(74439,66,18237,'OPD','2013-12-04 01:59:57'),(74440,67,18237,'','2013-12-04 01:59:57'),(74441,1,18239,'','2013-12-04 01:59:58'),(74442,2,18239,'','2013-12-04 01:59:58'),(74443,3,18239,'','2013-12-04 01:59:58'),(74444,6,18239,'','2013-12-04 01:59:58'),(74445,7,18239,'DAY','2013-12-04 01:59:58'),(74446,66,18239,'OPD','2013-12-04 01:59:58'),(74447,67,18239,'','2013-12-04 01:59:58'),(74448,1,18242,'','2013-12-04 01:59:58'),(74449,2,18242,'','2013-12-04 01:59:58'),(74450,3,18242,'','2013-12-04 01:59:58'),(74451,6,18242,'','2013-12-04 01:59:58'),(74452,7,18242,'DAY','2013-12-04 01:59:58'),(74453,66,18242,'OPD','2013-12-04 01:59:58'),(74454,67,18242,'','2013-12-04 01:59:58'),(74455,1,18246,'','2013-12-04 01:59:58'),(74456,2,18246,'','2013-12-04 01:59:58'),(74457,3,18246,'','2013-12-04 01:59:58'),(74458,6,18246,'','2013-12-04 01:59:58'),(74459,7,18246,'DAY','2013-12-04 01:59:58'),(74460,66,18246,'OPD','2013-12-04 01:59:58'),(74461,67,18246,'','2013-12-04 01:59:58'),(74462,1,18247,'35988866','2013-12-04 02:04:37'),(74463,2,18247,'','2013-12-04 02:04:37'),(74464,3,18247,'','2013-12-04 02:04:37'),(74465,6,18247,'343.00','2013-12-04 02:04:37'),(74466,7,18247,'DAY','2013-12-04 02:04:37'),(74467,66,18247,'OPD','2013-12-04 02:04:37'),(74468,67,18247,'','2013-12-04 02:04:37'),(74469,1,18249,'','2013-12-04 02:04:37'),(74470,2,18249,'','2013-12-04 02:04:37'),(74471,3,18249,'','2013-12-04 02:04:37'),(74472,6,18249,'','2013-12-04 02:04:37'),(74473,7,18249,'DAY','2013-12-04 02:04:37'),(74474,66,18249,'OPD','2013-12-04 02:04:37'),(74475,67,18249,'','2013-12-04 02:04:37'),(74476,1,18252,'','2013-12-04 02:04:37'),(74477,2,18252,'','2013-12-04 02:04:37'),(74478,3,18252,'','2013-12-04 02:04:37'),(74479,6,18252,'','2013-12-04 02:04:37'),(74480,7,18252,'DAY','2013-12-04 02:04:37'),(74481,66,18252,'OPD','2013-12-04 02:04:37'),(74482,67,18252,'','2013-12-04 02:04:37'),(74483,1,18253,'3598898','2013-12-04 02:14:17'),(74484,2,18253,'','2013-12-04 02:14:17'),(74485,3,18253,'','2013-12-04 02:14:17'),(74486,6,18253,'','2013-12-04 02:14:17'),(74487,7,18253,'DAY','2013-12-04 02:14:17'),(74488,66,18253,'OPD','2013-12-04 02:14:17'),(74489,67,18253,'','2013-12-04 02:14:17'),(74490,1,18254,'3598919','2013-12-04 02:20:26'),(74491,2,18254,'596571','2013-12-04 02:20:26'),(74492,3,18254,'','2013-12-04 02:20:26'),(74493,6,18254,'507.00','2013-12-04 02:20:26'),(74494,7,18254,'DAY','2013-12-04 02:20:26'),(74495,66,18254,'OPD','2013-12-04 02:20:26'),(74496,67,18254,'','2013-12-04 02:20:26'),(74497,1,18255,'3598940','2013-12-04 02:37:17'),(74498,2,18255,'','2013-12-04 02:37:17'),(74499,3,18255,'','2013-12-04 02:37:17'),(74500,6,18255,'66.00','2013-12-04 02:37:17'),(74501,7,18255,'DAY','2013-12-04 02:37:17'),(74502,66,18255,'OPD','2013-12-04 02:37:17'),(74503,67,18255,'','2013-12-04 02:37:17'),(74504,1,18256,'3598963','2013-12-04 02:46:38'),(74505,2,18256,'','2013-12-04 02:46:38'),(74506,3,18256,'','2013-12-04 02:46:38'),(74507,6,18256,'50.00','2013-12-04 02:46:38'),(74508,7,18256,'DAY','2013-12-04 02:46:38'),(74509,66,18256,'OPD','2013-12-04 02:46:38'),(74510,67,18256,'','2013-12-04 02:46:38'),(74511,1,18258,'','2013-12-04 02:46:39'),(74512,2,18258,'','2013-12-04 02:46:39'),(74513,3,18258,'','2013-12-04 02:46:39'),(74514,6,18258,'','2013-12-04 02:46:39'),(74515,7,18258,'DAY','2013-12-04 02:46:39'),(74516,66,18258,'OPD','2013-12-04 02:46:39'),(74517,67,18258,'','2013-12-04 02:46:39'),(74518,1,18259,'3598972','2013-12-04 02:56:42'),(74519,2,18259,'596576','2013-12-04 02:56:42'),(74520,3,18259,'','2013-12-04 02:56:42'),(74521,6,18259,'32.00','2013-12-04 02:56:42'),(74522,7,18259,'DAY','2013-12-04 02:56:42'),(74523,66,18259,'OPD','2013-12-04 02:56:42'),(74524,67,18259,'','2013-12-04 02:56:42'),(74525,1,18261,'','2013-12-04 02:56:42'),(74526,2,18261,'','2013-12-04 02:56:42'),(74527,3,18261,'','2013-12-04 02:56:42'),(74528,6,18261,'','2013-12-04 02:56:42'),(74529,7,18261,'DAY','2013-12-04 02:56:42'),(74530,66,18261,'OPD','2013-12-04 02:56:42'),(74531,67,18261,'','2013-12-04 02:56:42'),(74532,1,18262,'3598986','2013-12-04 03:05:27'),(74533,2,18262,'','2013-12-04 03:05:27'),(74534,3,18262,'','2013-12-04 03:05:27'),(74535,6,18262,'26.00','2013-12-04 03:05:27'),(74536,7,18262,'DAY','2013-12-04 03:05:27'),(74537,66,18262,'OPD','2013-12-04 03:05:27'),(74538,67,18262,'PEACE','2013-12-04 03:05:27'),(74539,1,18263,'3598969','2013-12-04 03:08:08'),(74540,2,18263,'596575','2013-12-04 03:08:08'),(74541,3,18263,'','2013-12-04 03:08:08'),(74542,6,18263,'35.00','2013-12-04 03:08:08'),(74543,7,18263,'DAY','2013-12-04 03:08:08'),(74544,66,18263,'TROOM','2013-12-04 03:08:08'),(74545,67,18263,'','2013-12-04 03:08:08'),(74546,1,18264,'3599024','2013-12-04 03:55:47'),(74547,2,18264,'','2013-12-04 03:55:47'),(74548,3,18264,'','2013-12-04 03:55:47'),(74549,6,18264,'66','2013-12-04 03:55:47'),(74550,7,18264,'NIGHT','2013-12-04 03:55:47'),(74551,66,18264,'OPD','2013-12-04 03:55:47'),(74552,67,18264,'','2013-12-04 03:55:47'),(74553,1,18265,'3599025','2013-12-04 03:58:14'),(74554,2,18265,'','2013-12-04 03:58:14'),(74555,3,18265,'','2013-12-04 03:58:14'),(74556,6,18265,'81','2013-12-04 03:58:14'),(74557,7,18265,'NIGHT','2013-12-04 03:58:14'),(74558,66,18265,'OPD','2013-12-04 03:58:14'),(74559,67,18265,'','2013-12-04 03:58:14'),(74560,1,18266,'3599029','2013-12-04 04:12:15'),(74561,2,18266,'596582','2013-12-04 04:12:15'),(74562,3,18266,'','2013-12-04 04:12:15'),(74563,6,18266,'20','2013-12-04 04:12:15'),(74564,7,18266,'NIGHT','2013-12-04 04:12:15'),(74565,66,18266,'OPD','2013-12-04 04:12:15'),(74566,67,18266,'','2013-12-04 04:12:15'),(74567,1,18267,'3599038','2013-12-04 04:19:47'),(74568,2,18267,'','2013-12-04 04:19:47'),(74569,3,18267,'','2013-12-04 04:19:47'),(74570,6,18267,'66','2013-12-04 04:19:47'),(74571,7,18267,'NIGHT','2013-12-04 04:19:47'),(74572,66,18267,'OPD','2013-12-04 04:19:47'),(74573,67,18267,'','2013-12-04 04:19:47'),(74574,1,18268,'','2013-12-04 04:25:33'),(74575,2,18268,'','2013-12-04 04:25:33'),(74576,3,18268,'','2013-12-04 04:25:33'),(74577,6,18268,'61','2013-12-04 04:25:33'),(74578,7,18268,'NIGHT','2013-12-04 04:25:33'),(74579,66,18268,'OPD','2013-12-04 04:25:33'),(74580,67,18268,'','2013-12-04 04:25:33'),(74581,1,18269,'3599036','2013-12-04 04:27:16'),(74582,2,18269,'','2013-12-04 04:27:16'),(74583,3,18269,'','2013-12-04 04:27:16'),(74584,6,18269,'66','2013-12-04 04:27:16'),(74585,7,18269,'NIGHT','2013-12-04 04:27:16'),(74586,66,18269,'OPD','2013-12-04 04:27:16'),(74587,67,18269,'','2013-12-04 04:27:16'),(74588,1,18270,'3599037','2013-12-04 04:29:49'),(74589,2,18270,'','2013-12-04 04:29:49'),(74590,3,18270,'','2013-12-04 04:29:49'),(74591,6,18270,'97','2013-12-04 04:29:49'),(74592,7,18270,'NIGHT','2013-12-04 04:29:49'),(74593,66,18270,'OPD','2013-12-04 04:29:49'),(74594,67,18270,'','2013-12-04 04:29:49'),(74595,1,18272,'','2013-12-04 04:29:49'),(74596,2,18272,'','2013-12-04 04:29:49'),(74597,3,18272,'','2013-12-04 04:29:49'),(74598,6,18272,'','2013-12-04 04:29:49'),(74599,7,18272,'NIGHT','2013-12-04 04:29:49'),(74600,66,18272,'OPD','2013-12-04 04:29:49'),(74601,67,18272,'','2013-12-04 04:29:49'),(74602,1,18275,'','2013-12-04 04:29:49'),(74603,2,18275,'','2013-12-04 04:29:49'),(74604,3,18275,'','2013-12-04 04:29:49'),(74605,6,18275,'','2013-12-04 04:29:49'),(74606,7,18275,'NIGHT','2013-12-04 04:29:49'),(74607,66,18275,'OPD','2013-12-04 04:29:49'),(74608,67,18275,'','2013-12-04 04:29:49'),(74609,1,18276,'3599043','2013-12-04 04:46:18'),(74610,2,18276,'','2013-12-04 04:46:18'),(74611,3,18276,'','2013-12-04 04:46:18'),(74612,6,18276,'54','2013-12-04 04:46:18'),(74613,7,18276,'NIGHT','2013-12-04 04:46:18'),(74614,66,18276,'OPD','2013-12-04 04:46:18'),(74615,67,18276,'','2013-12-04 04:46:18'),(74616,1,18278,'','2013-12-04 04:46:18'),(74617,2,18278,'','2013-12-04 04:46:18'),(74618,3,18278,'','2013-12-04 04:46:18'),(74619,6,18278,'','2013-12-04 04:46:18'),(74620,7,18278,'NIGHT','2013-12-04 04:46:18'),(74621,66,18278,'OPD','2013-12-04 04:46:18'),(74622,67,18278,'','2013-12-04 04:46:18'),(74623,1,18279,'3599045','2013-12-04 05:01:31'),(74624,2,18279,'','2013-12-04 05:01:31'),(74625,3,18279,'','2013-12-04 05:01:31'),(74626,6,18279,'207.24','2013-12-04 05:01:31'),(74627,7,18279,'NIGHT','2013-12-04 05:01:31'),(74628,66,18279,'OPD','2013-12-04 05:01:31'),(74629,67,18279,'','2013-12-04 05:01:31'),(74630,1,18281,'','2013-12-04 05:01:31'),(74631,2,18281,'','2013-12-04 05:01:31'),(74632,3,18281,'','2013-12-04 05:01:31'),(74633,6,18281,'','2013-12-04 05:01:31'),(74634,7,18281,'DAY','2013-12-04 05:01:31'),(74635,66,18281,'OPD','2013-12-04 05:01:31'),(74636,67,18281,'','2013-12-04 05:01:31'),(74637,1,18284,'','2013-12-04 05:01:31'),(74638,2,18284,'','2013-12-04 05:01:31'),(74639,3,18284,'','2013-12-04 05:01:31'),(74640,6,18284,'','2013-12-04 05:01:31'),(74641,7,18284,'NIGHT','2013-12-04 05:01:31'),(74642,66,18284,'OPD','2013-12-04 05:01:31'),(74643,67,18284,'','2013-12-04 05:01:31'),(74644,1,18285,'3599040','2013-12-04 05:04:51'),(74645,2,18285,'596587','2013-12-04 05:04:51'),(74646,3,18285,'','2013-12-04 05:04:51'),(74647,6,18285,'92','2013-12-04 05:04:51'),(74648,7,18285,'NIGHT','2013-12-04 05:04:51'),(74649,66,18285,'OPD','2013-12-04 05:04:51'),(74650,67,18285,'','2013-12-04 05:04:51'),(74651,1,18287,'','2013-12-04 05:04:52'),(74652,2,18287,'','2013-12-04 05:04:52'),(74653,3,18287,'','2013-12-04 05:04:52'),(74654,6,18287,'','2013-12-04 05:04:52'),(74655,7,18287,'DAY','2013-12-04 05:04:52'),(74656,66,18287,'OPD','2013-12-04 05:04:52'),(74657,67,18287,'','2013-12-04 05:04:52'),(74658,1,18288,'3599050','2013-12-04 05:22:31'),(74659,2,18288,'595695','2013-12-04 05:22:31'),(74660,3,18288,'','2013-12-04 05:22:31'),(74661,6,18288,'75','2013-12-04 05:22:31'),(74662,7,18288,'NIGHT','2013-12-04 05:22:31'),(74663,66,18288,'OPD','2013-12-04 05:22:31'),(74664,67,18288,'','2013-12-04 05:22:31'),(74665,1,18289,'3599054','2013-12-04 05:39:44'),(74666,2,18289,'596598','2013-12-04 05:39:44'),(74667,3,18289,'','2013-12-04 05:39:44'),(74668,6,18289,'104','2013-12-04 05:39:44'),(74669,7,18289,'NIGHT','2013-12-04 05:39:44'),(74670,66,18289,'OPD','2013-12-04 05:39:44'),(74671,67,18289,'','2013-12-04 05:39:44'),(74672,1,18291,'','2013-12-04 05:39:44'),(74673,2,18291,'','2013-12-04 05:39:44'),(74674,3,18291,'','2013-12-04 05:39:44'),(74675,6,18291,'','2013-12-04 05:39:44'),(74676,7,18291,'NIGHT','2013-12-04 05:39:44'),(74677,66,18291,'OPD','2013-12-04 05:39:44'),(74678,67,18291,'','2013-12-04 05:39:44'),(74679,1,18294,'','2013-12-04 05:39:45'),(74680,2,18294,'','2013-12-04 05:39:45'),(74681,3,18294,'','2013-12-04 05:39:45'),(74682,6,18294,'','2013-12-04 05:39:45'),(74683,7,18294,'DAY','2013-12-04 05:39:45'),(74684,66,18294,'OPD','2013-12-04 05:39:45'),(74685,67,18294,'','2013-12-04 05:39:45'),(74686,1,18295,'3599055','2013-12-04 05:51:08'),(74687,2,18295,'596599','2013-12-04 05:51:08'),(74688,3,18295,'','2013-12-04 05:51:08'),(74689,6,18295,'104','2013-12-04 05:51:08'),(74690,7,18295,'NIGHT','2013-12-04 05:51:08'),(74691,66,18295,'OPD','2013-12-04 05:51:08'),(74692,67,18295,'','2013-12-04 05:51:08'),(74693,1,18297,'','2013-12-04 05:51:09'),(74694,2,18297,'','2013-12-04 05:51:09'),(74695,3,18297,'','2013-12-04 05:51:09'),(74696,6,18297,'','2013-12-04 05:51:09'),(74697,7,18297,'NIGHT','2013-12-04 05:51:09'),(74698,66,18297,'OPD','2013-12-04 05:51:09'),(74699,67,18297,'','2013-12-04 05:51:09'),(74700,1,18300,'','2013-12-04 05:51:09'),(74701,2,18300,'','2013-12-04 05:51:09'),(74702,3,18300,'','2013-12-04 05:51:09'),(74703,6,18300,'','2013-12-04 05:51:09'),(74704,7,18300,'NIGHT','2013-12-04 05:51:09'),(74705,66,18300,'OPD','2013-12-04 05:51:09'),(74706,67,18300,'','2013-12-04 05:51:09'),(74707,1,18301,'3599067','2013-12-04 07:40:04'),(74708,2,18301,'596600','2013-12-04 07:40:04'),(74709,3,18301,'','2013-12-04 07:40:04'),(74710,6,18301,'104','2013-12-04 07:40:04'),(74711,7,18301,'NIGHT','2013-12-04 07:40:04'),(74712,66,18301,'OPD','2013-12-04 07:40:04'),(74713,67,18301,'','2013-12-04 07:40:04'),(74714,1,18303,'','2013-12-04 07:40:04'),(74715,2,18303,'','2013-12-04 07:40:04'),(74716,3,18303,'','2013-12-04 07:40:04'),(74717,6,18303,'','2013-12-04 07:40:04'),(74718,7,18303,'DAY','2013-12-04 07:40:04'),(74719,66,18303,'OPD','2013-12-04 07:40:04'),(74720,67,18303,'','2013-12-04 07:40:04'),(74721,1,18306,'','2013-12-04 07:40:05'),(74722,2,18306,'','2013-12-04 07:40:05'),(74723,3,18306,'','2013-12-04 07:40:05'),(74724,6,18306,'','2013-12-04 07:40:05'),(74725,7,18306,'DAY','2013-12-04 07:40:05'),(74726,66,18306,'OPD','2013-12-04 07:40:05'),(74727,67,18306,'','2013-12-04 07:40:05'),(74728,1,18307,'3599068','2013-12-04 07:43:28'),(74729,2,18307,'','2013-12-04 07:43:28'),(74730,3,18307,'','2013-12-04 07:43:28'),(74731,6,18307,'94','2013-12-04 07:43:28'),(74732,7,18307,'NIGHT','2013-12-04 07:43:28'),(74733,66,18307,'TROOM','2013-12-04 07:43:28'),(74734,67,18307,'','2013-12-04 07:43:28'),(74735,1,18309,'','2013-12-04 07:43:28'),(74736,2,18309,'','2013-12-04 07:43:28'),(74737,3,18309,'','2013-12-04 07:43:28'),(74738,6,18309,'','2013-12-04 07:43:28'),(74739,7,18309,'NIGHT','2013-12-04 07:43:28'),(74740,66,18309,'TROOM','2013-12-04 07:43:28'),(74741,67,18309,'','2013-12-04 07:43:28'),(74742,1,18310,'3599065','2013-12-04 07:46:16'),(74743,2,18310,'','2013-12-04 07:46:16'),(74744,3,18310,'','2013-12-04 07:46:16'),(74745,6,18310,'35','2013-12-04 07:46:16'),(74746,7,18310,'NIGHT','2013-12-04 07:46:16'),(74747,66,18310,'TROOM','2013-12-04 07:46:16'),(74748,67,18310,'','2013-12-04 07:46:16'),(74749,1,18312,'','2013-12-04 07:46:17'),(74750,2,18312,'','2013-12-04 07:46:17'),(74751,3,18312,'','2013-12-04 07:46:17'),(74752,6,18312,'','2013-12-04 07:46:17'),(74753,7,18312,'NIGHT','2013-12-04 07:46:17'),(74754,66,18312,'TROOM','2013-12-04 07:46:17'),(74755,67,18312,'','2013-12-04 07:46:17'),(74756,1,18313,'3599073','2013-12-04 08:20:20'),(74757,2,18313,'','2013-12-04 08:20:20'),(74758,3,18313,'','2013-12-04 08:20:20'),(74759,6,18313,'112','2013-12-04 08:20:20'),(74760,7,18313,'NIGHT','2013-12-04 08:20:20'),(74761,66,18313,'OPD','2013-12-04 08:20:20'),(74762,67,18313,'','2013-12-04 08:20:20'),(74763,1,18315,'','2013-12-04 08:20:21'),(74764,2,18315,'','2013-12-04 08:20:21'),(74765,3,18315,'','2013-12-04 08:20:21'),(74766,6,18315,'','2013-12-04 08:20:21'),(74767,7,18315,'DAY','2013-12-04 08:20:21'),(74768,66,18315,'OPD','2013-12-04 08:20:21'),(74769,67,18315,'','2013-12-04 08:20:21'),(74770,1,18318,'','2013-12-04 08:20:21'),(74771,2,18318,'','2013-12-04 08:20:21'),(74772,3,18318,'','2013-12-04 08:20:21'),(74773,6,18318,'','2013-12-04 08:20:21'),(74774,7,18318,'DAY','2013-12-04 08:20:21'),(74775,66,18318,'OPD','2013-12-04 08:20:21'),(74776,67,18318,'','2013-12-04 08:20:21'),(74777,1,18319,'','2013-12-04 08:21:33'),(74778,2,18319,'','2013-12-04 08:21:33'),(74779,3,18319,'','2013-12-04 08:21:33'),(74780,6,18319,'','2013-12-04 08:21:33'),(74781,7,18319,'DAY','2013-12-04 08:21:33'),(74782,66,18319,'OPD','2013-12-04 08:21:33'),(74783,67,18319,'','2013-12-04 08:21:33'),(74784,1,18320,'3599075','2013-12-04 08:29:12'),(74785,2,18320,'','2013-12-04 08:29:12'),(74786,3,18320,'','2013-12-04 08:29:12'),(74787,6,18320,'79','2013-12-04 08:29:12'),(74788,7,18320,'NIGHT','2013-12-04 08:29:12'),(74789,66,18320,'OPD','2013-12-04 08:29:12'),(74790,67,18320,'','2013-12-04 08:29:12'),(74791,1,18322,'','2013-12-04 08:29:13'),(74792,2,18322,'','2013-12-04 08:29:13'),(74793,3,18322,'','2013-12-04 08:29:13'),(74794,6,18322,'','2013-12-04 08:29:13'),(74795,7,18322,'DAY','2013-12-04 08:29:13'),(74796,66,18322,'OPD','2013-12-04 08:29:13'),(74797,67,18322,'','2013-12-04 08:29:13'),(74798,1,18323,'3599106','2013-12-04 10:28:06'),(74799,2,18323,'596611','2013-12-04 10:28:06'),(74800,3,18323,'','2013-12-04 10:28:06'),(74801,6,18323,'104','2013-12-04 10:28:06'),(74802,7,18323,'NIGHT','2013-12-04 10:28:06'),(74803,66,18323,'OPD','2013-12-04 10:28:06'),(74804,67,18323,'','2013-12-04 10:28:06'),(74805,1,18325,'','2013-12-04 10:28:06'),(74806,2,18325,'','2013-12-04 10:28:06'),(74807,3,18325,'','2013-12-04 10:28:06'),(74808,6,18325,'','2013-12-04 10:28:06'),(74809,7,18325,'NIGHT','2013-12-04 10:28:06'),(74810,66,18325,'OPD','2013-12-04 10:28:06'),(74811,67,18325,'','2013-12-04 10:28:06'),(74812,1,18328,'','2013-12-04 10:28:06'),(74813,2,18328,'','2013-12-04 10:28:06'),(74814,3,18328,'','2013-12-04 10:28:06'),(74815,6,18328,'','2013-12-04 10:28:06'),(74816,7,18328,'NIGHT','2013-12-04 10:28:06'),(74817,66,18328,'OPD','2013-12-04 10:28:06'),(74818,67,18328,'','2013-12-04 10:28:06'),(74819,1,18329,'35956769','2013-12-04 14:00:44'),(74820,2,18329,'','2013-12-04 14:00:44'),(74821,3,18329,'','2013-12-04 14:00:44'),(74822,6,18329,'12','2013-12-04 14:00:44'),(74823,7,18329,'NIGHT','2013-12-04 14:00:44'),(74824,66,18329,'OPD','2013-12-04 14:00:44'),(74825,67,18329,'','2013-12-04 14:00:44'),(74826,1,18330,'3598150','2013-12-04 14:37:45'),(74827,2,18330,'','2013-12-04 14:37:45'),(74828,3,18330,'','2013-12-04 14:37:45'),(74829,6,18330,'278','2013-12-04 14:37:45'),(74830,7,18330,'NIGHT','2013-12-04 14:37:45'),(74831,66,18330,'OPD','2013-12-04 14:37:45'),(74832,67,18330,'','2013-12-04 14:37:45'),(74833,1,18332,'','2013-12-04 14:37:45'),(74834,2,18332,'','2013-12-04 14:37:45'),(74835,3,18332,'','2013-12-04 14:37:45'),(74836,6,18332,'','2013-12-04 14:37:45'),(74837,7,18332,'DAY','2013-12-04 14:37:45'),(74838,66,18332,'OPD','2013-12-04 14:37:45'),(74839,67,18332,'','2013-12-04 14:37:45'),(74840,1,18335,'','2013-12-04 14:37:45'),(74841,2,18335,'','2013-12-04 14:37:45'),(74842,3,18335,'','2013-12-04 14:37:45'),(74843,6,18335,'','2013-12-04 14:37:45'),(74844,7,18335,'DAY','2013-12-04 14:37:45'),(74845,66,18335,'OPD','2013-12-04 14:37:45'),(74846,67,18335,'','2013-12-04 14:37:45'),(74847,1,18336,'3597736','2013-12-04 14:40:52'),(74848,2,18336,'','2013-12-04 14:40:52'),(74849,3,18336,'','2013-12-04 14:40:52'),(74850,6,18336,'37','2013-12-04 14:40:52'),(74851,7,18336,'NIGHT','2013-12-04 14:40:52'),(74852,66,18336,'OPD','2013-12-04 14:40:52'),(74853,67,18336,'','2013-12-04 14:40:52'),(74854,1,18337,'3599132','2013-12-04 15:10:31'),(74855,2,18337,'','2013-12-04 15:10:31'),(74856,3,18337,'','2013-12-04 15:10:31'),(74857,6,18337,'240','2013-12-04 15:10:31'),(74858,7,18337,'NIGHT','2013-12-04 15:10:31'),(74859,66,18337,'OPD','2013-12-04 15:10:31'),(74860,67,18337,'','2013-12-04 15:10:31'),(74861,1,18339,'','2013-12-04 15:10:32'),(74862,2,18339,'','2013-12-04 15:10:32'),(74863,3,18339,'','2013-12-04 15:10:32'),(74864,6,18339,'','2013-12-04 15:10:32'),(74865,7,18339,'NIGHT','2013-12-04 15:10:32'),(74866,66,18339,'OPD','2013-12-04 15:10:32'),(74867,67,18339,'','2013-12-04 15:10:32'),(74868,1,18342,'','2013-12-04 15:10:32'),(74869,2,18342,'','2013-12-04 15:10:32'),(74870,3,18342,'','2013-12-04 15:10:32'),(74871,6,18342,'','2013-12-04 15:10:32'),(74872,7,18342,'NIGHT','2013-12-04 15:10:32'),(74873,66,18342,'OPD','2013-12-04 15:10:32'),(74874,67,18342,'','2013-12-04 15:10:32'),(74875,1,18343,'3599133','2013-12-04 15:17:37'),(74876,2,18343,'','2013-12-04 15:17:37'),(74877,3,18343,'','2013-12-04 15:17:37'),(74878,6,18343,'77','2013-12-04 15:17:37'),(74879,7,18343,'NIGHT','2013-12-04 15:17:37'),(74880,66,18343,'OPD','2013-12-04 15:17:37'),(74881,67,18343,'','2013-12-04 15:17:37'),(74882,1,18345,'','2013-12-04 15:17:38'),(74883,2,18345,'','2013-12-04 15:17:38'),(74884,3,18345,'','2013-12-04 15:17:38'),(74885,6,18345,'','2013-12-04 15:17:38'),(74886,7,18345,'DAY','2013-12-04 15:17:38'),(74887,66,18345,'OPD','2013-12-04 15:17:38'),(74888,67,18345,'','2013-12-04 15:17:38'),(74889,1,18346,'3599154','2013-12-04 16:18:54'),(74890,2,18346,'','2013-12-04 16:18:54'),(74891,3,18346,'','2013-12-04 16:18:54'),(74892,6,18346,'41.00','2013-12-04 16:18:54'),(74893,7,18346,'DAY','2013-12-04 16:18:54'),(74894,66,18346,'OPD','2013-12-04 16:18:54'),(74895,67,18346,'','2013-12-04 16:18:54'),(74896,1,18348,'','2013-12-04 16:18:54'),(74897,2,18348,'','2013-12-04 16:18:54'),(74898,3,18348,'','2013-12-04 16:18:54'),(74899,6,18348,'','2013-12-04 16:18:54'),(74900,7,18348,'DAY','2013-12-04 16:18:54'),(74901,66,18348,'OPD','2013-12-04 16:18:54'),(74902,67,18348,'','2013-12-04 16:18:54'),(74903,1,18349,'3599157','2013-12-04 16:22:56'),(74904,2,18349,'596621','2013-12-04 16:22:56'),(74905,3,18349,'','2013-12-04 16:22:56'),(74906,6,18349,'44.00','2013-12-04 16:22:56'),(74907,7,18349,'DAY','2013-12-04 16:22:56'),(74908,66,18349,'TROOM','2013-12-04 16:22:56'),(74909,67,18349,'ISHMAEL AZUNDOW','2013-12-04 16:22:56'),(74910,1,18351,'','2013-12-04 16:22:56'),(74911,2,18351,'','2013-12-04 16:22:56'),(74912,3,18351,'','2013-12-04 16:22:56'),(74913,6,18351,'','2013-12-04 16:22:56'),(74914,7,18351,'DAY','2013-12-04 16:22:56'),(74915,66,18351,'OPD','2013-12-04 16:22:56'),(74916,67,18351,'','2013-12-04 16:22:56'),(74917,1,18354,'','2013-12-04 16:22:57'),(74918,2,18354,'','2013-12-04 16:22:57'),(74919,3,18354,'','2013-12-04 16:22:57'),(74920,6,18354,'','2013-12-04 16:22:57'),(74921,7,18354,'DAY','2013-12-04 16:22:57'),(74922,66,18354,'OPD','2013-12-04 16:22:57'),(74923,67,18354,'','2013-12-04 16:22:57'),(74924,1,18355,'','2013-12-04 16:35:55'),(74925,2,18355,'','2013-12-04 16:35:55'),(74926,3,18355,'','2013-12-04 16:35:55'),(74927,6,18355,'','2013-12-04 16:35:55'),(74928,7,18355,'DAY','2013-12-04 16:35:55'),(74929,66,18355,'OPD','2013-12-04 16:35:55'),(74930,67,18355,'','2013-12-04 16:35:55'),(74931,1,18357,'','2013-12-04 16:35:55'),(74932,2,18357,'','2013-12-04 16:35:55'),(74933,3,18357,'','2013-12-04 16:35:55'),(74934,6,18357,'','2013-12-04 16:35:55'),(74935,7,18357,'DAY','2013-12-04 16:35:55'),(74936,66,18357,'OPD','2013-12-04 16:35:55'),(74937,67,18357,'','2013-12-04 16:35:55'),(74938,1,18360,'','2013-12-04 16:35:55'),(74939,2,18360,'','2013-12-04 16:35:55'),(74940,3,18360,'','2013-12-04 16:35:55'),(74941,6,18360,'','2013-12-04 16:35:55'),(74942,7,18360,'DAY','2013-12-04 16:35:55'),(74943,66,18360,'OPD','2013-12-04 16:35:55'),(74944,67,18360,'','2013-12-04 16:35:55'),(74945,1,18364,'','2013-12-04 16:35:56'),(74946,2,18364,'','2013-12-04 16:35:56'),(74947,3,18364,'','2013-12-04 16:35:56'),(74948,6,18364,'','2013-12-04 16:35:56'),(74949,7,18364,'DAY','2013-12-04 16:35:56'),(74950,66,18364,'OPD','2013-12-04 16:35:56'),(74951,67,18364,'','2013-12-04 16:35:56'),(74952,1,18365,'3599166','2013-12-04 16:37:49'),(74953,2,18365,'596626','2013-12-04 16:37:49'),(74954,3,18365,'','2013-12-04 16:37:49'),(74955,6,18365,'18.00','2013-12-04 16:37:49'),(74956,7,18365,'DAY','2013-12-04 16:37:49'),(74957,66,18365,'OPD','2013-12-04 16:37:49'),(74958,67,18365,'','2013-12-04 16:37:49'),(74959,1,18366,'3519994','2013-12-04 16:39:51'),(74960,2,18366,'','2013-12-04 16:39:51'),(74961,3,18366,'','2013-12-04 16:39:51'),(74962,6,18366,'125.00','2013-12-04 16:39:51'),(74963,7,18366,'DAY','2013-12-04 16:39:51'),(74964,66,18366,'OPD','2013-12-04 16:39:51'),(74965,67,18366,'','2013-12-04 16:39:51'),(74966,1,18368,'','2013-12-04 16:39:51'),(74967,2,18368,'','2013-12-04 16:39:51'),(74968,3,18368,'','2013-12-04 16:39:51'),(74969,6,18368,'','2013-12-04 16:39:51'),(74970,7,18368,'DAY','2013-12-04 16:39:51'),(74971,66,18368,'OPD','2013-12-04 16:39:51'),(74972,67,18368,'','2013-12-04 16:39:51'),(74973,1,18369,'3599175','2013-12-04 16:42:16'),(74974,2,18369,'','2013-12-04 16:42:16'),(74975,3,18369,'','2013-12-04 16:42:16'),(74976,6,18369,'119.00','2013-12-04 16:42:16'),(74977,7,18369,'DAY','2013-12-04 16:42:16'),(74978,66,18369,'OPD','2013-12-04 16:42:16'),(74979,67,18369,'','2013-12-04 16:42:16'),(74980,1,18370,'3599188','2013-12-04 17:03:59'),(74981,2,18370,'596633','2013-12-04 17:03:59'),(74982,3,18370,'','2013-12-04 17:03:59'),(74983,6,18370,'32.00','2013-12-04 17:03:59'),(74984,7,18370,'DAY','2013-12-04 17:03:59'),(74985,66,18370,'OPD','2013-12-04 17:03:59'),(74986,67,18370,'','2013-12-04 17:03:59'),(74987,1,18372,'','2013-12-04 17:04:00'),(74988,2,18372,'','2013-12-04 17:04:00'),(74989,3,18372,'','2013-12-04 17:04:00'),(74990,6,18372,'','2013-12-04 17:04:00'),(74991,7,18372,'DAY','2013-12-04 17:04:00'),(74992,66,18372,'OPD','2013-12-04 17:04:00'),(74993,67,18372,'','2013-12-04 17:04:00'),(74994,1,18373,'3599206','2013-12-04 17:14:15'),(74995,2,18373,'','2013-12-04 17:14:15'),(74996,3,18373,'','2013-12-04 17:14:15'),(74997,6,18373,'22.00','2013-12-04 17:14:15'),(74998,7,18373,'DAY','2013-12-04 17:14:15'),(74999,66,18373,'OPD','2013-12-04 17:14:15'),(75000,67,18373,'','2013-12-04 17:14:15'),(75001,1,18374,'3599218','2013-12-04 17:21:17'),(75002,2,18374,'596640','2013-12-04 17:21:17'),(75003,3,18374,'','2013-12-04 17:21:17'),(75004,6,18374,'','2013-12-04 17:21:17'),(75005,7,18374,'DAY','2013-12-04 17:21:17'),(75006,66,18374,'OPD','2013-12-04 17:21:17'),(75007,67,18374,'','2013-12-04 17:21:17'),(75008,1,18375,'3599246','2013-12-04 17:52:03'),(75009,2,18375,'596651','2013-12-04 17:52:03'),(75010,3,18375,'','2013-12-04 17:52:03'),(75011,6,18375,'11.00','2013-12-04 17:52:03'),(75012,7,18375,'DAY','2013-12-04 17:52:03'),(75013,66,18375,'OPD','2013-12-04 17:52:03'),(75014,67,18375,'','2013-12-04 17:52:03'),(75015,1,18376,'3599249','2013-12-04 17:55:03'),(75016,2,18376,'','2013-12-04 17:55:03'),(75017,3,18376,'','2013-12-04 17:55:03'),(75018,6,18376,'22.00','2013-12-04 17:55:03'),(75019,7,18376,'DAY','2013-12-04 17:55:03'),(75020,66,18376,'OPD','2013-12-04 17:55:03'),(75021,67,18376,'','2013-12-04 17:55:03'),(75022,1,18377,'3599259','2013-12-04 18:12:17'),(75023,2,18377,'','2013-12-04 18:12:17'),(75024,3,18377,'','2013-12-04 18:12:17'),(75025,6,18377,'13.00','2013-12-04 18:12:17'),(75026,7,18377,'DAY','2013-12-04 18:12:17'),(75027,66,18377,'OPD','2013-12-04 18:12:17'),(75028,67,18377,'','2013-12-04 18:12:18'),(75029,1,18378,'3599263','2013-12-04 18:24:25'),(75030,2,18378,'','2013-12-04 18:24:25'),(75031,3,18378,'','2013-12-04 18:24:25'),(75032,6,18378,'77.00','2013-12-04 18:24:25'),(75033,7,18378,'DAY','2013-12-04 18:24:25'),(75034,66,18378,'OPD','2013-12-04 18:24:25'),(75035,67,18378,'','2013-12-04 18:24:25'),(75036,1,18380,'','2013-12-04 18:24:25'),(75037,2,18380,'','2013-12-04 18:24:25'),(75038,3,18380,'','2013-12-04 18:24:25'),(75039,6,18380,'','2013-12-04 18:24:25'),(75040,7,18380,'DAY','2013-12-04 18:24:25'),(75041,66,18380,'OPD','2013-12-04 18:24:25'),(75042,67,18380,'','2013-12-04 18:24:25'),(75043,1,18381,'3599266','2013-12-04 18:27:35'),(75044,2,18381,'596661','2013-12-04 18:27:35'),(75045,3,18381,'','2013-12-04 18:27:35'),(75046,6,18381,'138.00','2013-12-04 18:27:35'),(75047,7,18381,'DAY','2013-12-04 18:27:35'),(75048,66,18381,'OPD','2013-12-04 18:27:35'),(75049,67,18381,'','2013-12-04 18:27:35'),(75050,1,18383,'','2013-12-04 18:27:35'),(75051,2,18383,'','2013-12-04 18:27:35'),(75052,3,18383,'','2013-12-04 18:27:35'),(75053,6,18383,'','2013-12-04 18:27:35'),(75054,7,18383,'DAY','2013-12-04 18:27:35'),(75055,66,18383,'OPD','2013-12-04 18:27:35'),(75056,67,18383,'','2013-12-04 18:27:35'),(75057,1,18384,'3599277','2013-12-04 18:39:17'),(75058,2,18384,'596665','2013-12-04 18:39:17'),(75059,3,18384,'','2013-12-04 18:39:17'),(75060,6,18384,'146.80','2013-12-04 18:39:17'),(75061,7,18384,'DAY','2013-12-04 18:39:17'),(75062,66,18384,'OPD','2013-12-04 18:39:17'),(75063,67,18384,'','2013-12-04 18:39:17'),(75064,1,18386,'','2013-12-04 18:39:17'),(75065,2,18386,'','2013-12-04 18:39:17'),(75066,3,18386,'','2013-12-04 18:39:17'),(75067,6,18386,'','2013-12-04 18:39:17'),(75068,7,18386,'DAY','2013-12-04 18:39:17'),(75069,66,18386,'OPD','2013-12-04 18:39:17'),(75070,67,18386,'','2013-12-04 18:39:17'),(75071,1,18387,'3599281','2013-12-04 18:42:10'),(75072,2,18387,'','2013-12-04 18:42:10'),(75073,3,18387,'','2013-12-04 18:42:10'),(75074,6,18387,'139.00','2013-12-04 18:42:10'),(75075,7,18387,'DAY','2013-12-04 18:42:10'),(75076,66,18387,'OPD','2013-12-04 18:42:10'),(75077,67,18387,'','2013-12-04 18:42:10'),(75078,1,18389,'','2013-12-04 18:42:10'),(75079,2,18389,'','2013-12-04 18:42:10'),(75080,3,18389,'','2013-12-04 18:42:10'),(75081,6,18389,'','2013-12-04 18:42:10'),(75082,7,18389,'DAY','2013-12-04 18:42:10'),(75083,66,18389,'OPD','2013-12-04 18:42:10'),(75084,67,18389,'','2013-12-04 18:42:10'),(75085,1,18392,'','2013-12-04 18:42:10'),(75086,2,18392,'','2013-12-04 18:42:10'),(75087,3,18392,'','2013-12-04 18:42:10'),(75088,6,18392,'','2013-12-04 18:42:10'),(75089,7,18392,'DAY','2013-12-04 18:42:10'),(75090,66,18392,'OPD','2013-12-04 18:42:10'),(75091,67,18392,'','2013-12-04 18:42:11'),(75092,1,18393,'3599283','2013-12-04 18:45:43'),(75093,2,18393,'','2013-12-04 18:45:43'),(75094,3,18393,'','2013-12-04 18:45:43'),(75095,6,18393,'122.50','2013-12-04 18:45:43'),(75096,7,18393,'DAY','2013-12-04 18:45:43'),(75097,66,18393,'OPD','2013-12-04 18:45:43'),(75098,67,18393,'','2013-12-04 18:45:43'),(75099,1,18395,'','2013-12-04 18:45:43'),(75100,2,18395,'','2013-12-04 18:45:43'),(75101,3,18395,'','2013-12-04 18:45:43'),(75102,6,18395,'','2013-12-04 18:45:43'),(75103,7,18395,'DAY','2013-12-04 18:45:43'),(75104,66,18395,'OPD','2013-12-04 18:45:43'),(75105,67,18395,'','2013-12-04 18:45:43'),(75106,1,18396,'3599291','2013-12-04 18:49:38'),(75107,2,18396,'','2013-12-04 18:49:38'),(75108,3,18396,'','2013-12-04 18:49:38'),(75109,6,18396,'112.00','2013-12-04 18:49:38'),(75110,7,18396,'DAY','2013-12-04 18:49:38'),(75111,66,18396,'OPD','2013-12-04 18:49:38'),(75112,67,18396,'','2013-12-04 18:49:38'),(75113,1,18398,'','2013-12-04 18:49:38'),(75114,2,18398,'','2013-12-04 18:49:38'),(75115,3,18398,'','2013-12-04 18:49:38'),(75116,6,18398,'','2013-12-04 18:49:38'),(75117,7,18398,'DAY','2013-12-04 18:49:38'),(75118,66,18398,'OPD','2013-12-04 18:49:38'),(75119,67,18398,'','2013-12-04 18:49:38'),(75120,1,18401,'','2013-12-04 18:49:38'),(75121,2,18401,'','2013-12-04 18:49:38'),(75122,3,18401,'','2013-12-04 18:49:38'),(75123,6,18401,'','2013-12-04 18:49:38'),(75124,7,18401,'DAY','2013-12-04 18:49:38'),(75125,66,18401,'OPD','2013-12-04 18:49:38'),(75126,67,18401,'','2013-12-04 18:49:38'),(75127,1,18402,'3599303','2013-12-04 18:57:05'),(75128,2,18402,'596675','2013-12-04 18:57:05'),(75129,3,18402,'','2013-12-04 18:57:05'),(75130,6,18402,'87.00','2013-12-04 18:57:05'),(75131,7,18402,'DAY','2013-12-04 18:57:05'),(75132,66,18402,'OPD','2013-12-04 18:57:05'),(75133,67,18402,'','2013-12-04 18:57:05'),(75134,1,18404,'','2013-12-04 18:57:05'),(75135,2,18404,'','2013-12-04 18:57:05'),(75136,3,18404,'','2013-12-04 18:57:05'),(75137,6,18404,'','2013-12-04 18:57:05'),(75138,7,18404,'DAY','2013-12-04 18:57:05'),(75139,66,18404,'OPD','2013-12-04 18:57:05'),(75140,67,18404,'','2013-12-04 18:57:05'),(75141,1,18405,'3599310','2013-12-04 19:07:43'),(75142,2,18405,'596679','2013-12-04 19:07:43'),(75143,3,18405,'','2013-12-04 19:07:43'),(75144,6,18405,'267.00','2013-12-04 19:07:43'),(75145,7,18405,'DAY','2013-12-04 19:07:43'),(75146,66,18405,'OPD','2013-12-04 19:07:43'),(75147,67,18405,'','2013-12-04 19:07:43'),(75148,1,18407,'','2013-12-04 19:07:44'),(75149,2,18407,'','2013-12-04 19:07:44'),(75150,3,18407,'','2013-12-04 19:07:44'),(75151,6,18407,'','2013-12-04 19:07:44'),(75152,7,18407,'DAY','2013-12-04 19:07:44'),(75153,66,18407,'OPD','2013-12-04 19:07:44'),(75154,67,18407,'','2013-12-04 19:07:44'),(75155,1,18408,'3599322','2013-12-04 19:10:52'),(75156,2,18408,'','2013-12-04 19:10:52'),(75157,3,18408,'','2013-12-04 19:10:52'),(75158,6,18408,'162.00','2013-12-04 19:10:52'),(75159,7,18408,'DAY','2013-12-04 19:10:52'),(75160,66,18408,'OPD','2013-12-04 19:10:52'),(75161,67,18408,'','2013-12-04 19:10:52'),(75162,1,18410,'','2013-12-04 19:10:52'),(75163,2,18410,'','2013-12-04 19:10:52'),(75164,3,18410,'','2013-12-04 19:10:52'),(75165,6,18410,'','2013-12-04 19:10:52'),(75166,7,18410,'DAY','2013-12-04 19:10:52'),(75167,66,18410,'OPD','2013-12-04 19:10:52'),(75168,67,18410,'','2013-12-04 19:10:52'),(75169,1,18411,'3599312','2013-12-04 19:14:37'),(75170,2,18411,'596680','2013-12-04 19:14:38'),(75171,3,18411,'','2013-12-04 19:14:38'),(75172,6,18411,'35.00','2013-12-04 19:14:38'),(75173,7,18411,'DAY','2013-12-04 19:14:38'),(75174,66,18411,'OPD','2013-12-04 19:14:38'),(75175,67,18411,'','2013-12-04 19:14:38'),(75176,1,18412,'3599333','2013-12-04 19:19:39'),(75177,2,18412,'','2013-12-04 19:19:39'),(75178,3,18412,'WARD/218139','2013-12-04 19:19:39'),(75179,6,18412,'49.00','2013-12-04 19:19:39'),(75180,7,18412,'DAY','2013-12-04 19:19:39'),(75181,66,18412,'OPD','2013-12-04 19:19:39'),(75182,67,18412,'PEACE','2013-12-04 19:19:39'),(75183,1,18413,'3599330','2013-12-04 19:21:28'),(75184,2,18413,'596686','2013-12-04 19:21:28'),(75185,3,18413,'','2013-12-04 19:21:28'),(75186,6,18413,'35.00','2013-12-04 19:21:28'),(75187,7,18413,'DAY','2013-12-04 19:21:28'),(75188,66,18413,'OPD','2013-12-04 19:21:28'),(75189,67,18413,'','2013-12-04 19:21:28'),(75190,1,18414,'','2013-12-04 19:22:19'),(75191,2,18414,'','2013-12-04 19:22:19'),(75192,3,18414,'','2013-12-04 19:22:19'),(75193,6,18414,'','2013-12-04 19:22:19'),(75194,7,18414,'DAY','2013-12-04 19:22:19'),(75195,66,18414,'OPD','2013-12-04 19:22:19'),(75196,67,18414,'','2013-12-04 19:22:19'),(75197,1,18415,'3599334','2013-12-04 19:25:40'),(75198,2,18415,'596687','2013-12-04 19:25:40'),(75199,3,18415,'','2013-12-04 19:25:40'),(75200,6,18415,'72.00','2013-12-04 19:25:40'),(75201,7,18415,'DAY','2013-12-04 19:25:40'),(75202,66,18415,'OPD','2013-12-04 19:25:40'),(75203,67,18415,'','2013-12-04 19:25:40'),(75204,1,18417,'','2013-12-04 19:25:41'),(75205,2,18417,'','2013-12-04 19:25:41'),(75206,3,18417,'','2013-12-04 19:25:41'),(75207,6,18417,'','2013-12-04 19:25:41'),(75208,7,18417,'DAY','2013-12-04 19:25:41'),(75209,66,18417,'OPD','2013-12-04 19:25:41'),(75210,67,18417,'','2013-12-04 19:25:41'),(75211,1,18418,'3599335','2013-12-04 19:27:17'),(75212,2,18418,'','2013-12-04 19:27:17'),(75213,3,18418,'','2013-12-04 19:27:17'),(75214,6,18418,'22.00','2013-12-04 19:27:17'),(75215,7,18418,'DAY','2013-12-04 19:27:17'),(75216,66,18418,'OPD','2013-12-04 19:27:17'),(75217,67,18418,'','2013-12-04 19:27:17'),(75218,1,18419,'3599318','2013-12-04 19:29:25'),(75219,2,18419,'','2013-12-04 19:29:25'),(75220,3,18419,'','2013-12-04 19:29:25'),(75221,6,18419,'176.00','2013-12-04 19:29:25'),(75222,7,18419,'DAY','2013-12-04 19:29:25'),(75223,66,18419,'OPD','2013-12-04 19:29:25'),(75224,67,18419,'','2013-12-04 19:29:25'),(75225,1,18421,'','2013-12-04 19:29:25'),(75226,2,18421,'','2013-12-04 19:29:25'),(75227,3,18421,'','2013-12-04 19:29:25'),(75228,6,18421,'','2013-12-04 19:29:25'),(75229,7,18421,'DAY','2013-12-04 19:29:25'),(75230,66,18421,'OPD','2013-12-04 19:29:25'),(75231,67,18421,'','2013-12-04 19:29:25'),(75232,1,18422,'3599339','2013-12-04 19:34:30'),(75233,2,18422,'','2013-12-04 19:34:30'),(75234,3,18422,'','2013-12-04 19:34:30'),(75235,6,18422,'135.00','2013-12-04 19:34:30'),(75236,7,18422,'DAY','2013-12-04 19:34:30'),(75237,66,18422,'OPD','2013-12-04 19:34:30'),(75238,67,18422,'','2013-12-04 19:34:30'),(75239,1,18424,'','2013-12-04 19:34:31'),(75240,2,18424,'','2013-12-04 19:34:31'),(75241,3,18424,'','2013-12-04 19:34:31'),(75242,6,18424,'','2013-12-04 19:34:31'),(75243,7,18424,'DAY','2013-12-04 19:34:31'),(75244,66,18424,'OPD','2013-12-04 19:34:31'),(75245,67,18424,'','2013-12-04 19:34:31'),(75246,1,18425,'3599343','2013-12-04 19:43:53'),(75247,2,18425,'','2013-12-04 19:43:53'),(75248,3,18425,'','2013-12-04 19:43:53'),(75249,6,18425,'151.00','2013-12-04 19:43:53'),(75250,7,18425,'DAY','2013-12-04 19:43:53'),(75251,66,18425,'OPD','2013-12-04 19:43:53'),(75252,67,18425,'','2013-12-04 19:43:53'),(75253,1,18427,'','2013-12-04 19:43:53'),(75254,2,18427,'','2013-12-04 19:43:53'),(75255,3,18427,'','2013-12-04 19:43:53'),(75256,6,18427,'','2013-12-04 19:43:53'),(75257,7,18427,'DAY','2013-12-04 19:43:53'),(75258,66,18427,'OPD','2013-12-04 19:43:53'),(75259,67,18427,'','2013-12-04 19:43:53'),(75260,1,18428,'3599344','2013-12-04 19:47:13'),(75261,2,18428,'','2013-12-04 19:47:13'),(75262,3,18428,'','2013-12-04 19:47:13'),(75263,6,18428,'41.00','2013-12-04 19:47:13'),(75264,7,18428,'DAY','2013-12-04 19:47:13'),(75265,66,18428,'OPD','2013-12-04 19:47:13'),(75266,67,18428,'','2013-12-04 19:47:13'),(75267,1,18430,'','2013-12-04 19:47:13'),(75268,2,18430,'','2013-12-04 19:47:13'),(75269,3,18430,'','2013-12-04 19:47:13'),(75270,6,18430,'','2013-12-04 19:47:13'),(75271,7,18430,'DAY','2013-12-04 19:47:13'),(75272,66,18430,'OPD','2013-12-04 19:47:13'),(75273,67,18430,'','2013-12-04 19:47:13'),(75274,1,18431,'3599348','2013-12-04 19:54:29'),(75275,2,18431,'','2013-12-04 19:54:29'),(75276,3,18431,'','2013-12-04 19:54:29'),(75277,6,18431,'22.00','2013-12-04 19:54:29'),(75278,7,18431,'DAY','2013-12-04 19:54:29'),(75279,66,18431,'OPD','2013-12-04 19:54:29'),(75280,67,18431,'','2013-12-04 19:54:29'),(75281,1,18432,'3591710','2013-12-04 19:55:29'),(75282,2,18432,'','2013-12-04 19:55:29'),(75283,3,18432,'','2013-12-04 19:55:29'),(75284,6,18432,'22.00','2013-12-04 19:55:29'),(75285,7,18432,'DAY','2013-12-04 19:55:29'),(75286,66,18432,'OPD','2013-12-04 19:55:29'),(75287,67,18432,'','2013-12-04 19:55:29'),(75288,1,18433,'3599363','2013-12-04 20:00:38'),(75289,2,18433,'','2013-12-04 20:00:38'),(75290,3,18433,'','2013-12-04 20:00:38'),(75291,6,18433,'152.00','2013-12-04 20:00:38'),(75292,7,18433,'DAY','2013-12-04 20:00:38'),(75293,66,18433,'OPD','2013-12-04 20:00:38'),(75294,67,18433,'','2013-12-04 20:00:38'),(75295,1,18435,'','2013-12-04 20:00:39'),(75296,2,18435,'','2013-12-04 20:00:39'),(75297,3,18435,'','2013-12-04 20:00:39'),(75298,6,18435,'','2013-12-04 20:00:39'),(75299,7,18435,'DAY','2013-12-04 20:00:39'),(75300,66,18435,'OPD','2013-12-04 20:00:39'),(75301,67,18435,'','2013-12-04 20:00:39'),(75302,1,18436,'3599369','2013-12-04 20:08:24'),(75303,2,18436,'','2013-12-04 20:08:24'),(75304,3,18436,'','2013-12-04 20:08:24'),(75305,6,18436,'35.00','2013-12-04 20:08:24'),(75306,7,18436,'DAY','2013-12-04 20:08:24'),(75307,66,18436,'OPD','2013-12-04 20:08:24'),(75308,67,18436,'','2013-12-04 20:08:24'),(75309,1,18438,'','2013-12-04 20:08:24'),(75310,2,18438,'','2013-12-04 20:08:24'),(75311,3,18438,'','2013-12-04 20:08:24'),(75312,6,18438,'','2013-12-04 20:08:24'),(75313,7,18438,'DAY','2013-12-04 20:08:24'),(75314,66,18438,'OPD','2013-12-04 20:08:24'),(75315,67,18438,'','2013-12-04 20:08:24'),(75316,1,18439,'3599371','2013-12-04 20:09:40'),(75317,2,18439,'','2013-12-04 20:09:40'),(75318,3,18439,'','2013-12-04 20:09:40'),(75319,6,18439,'50.00','2013-12-04 20:09:40'),(75320,7,18439,'DAY','2013-12-04 20:09:40'),(75321,66,18439,'OPD','2013-12-04 20:09:40'),(75322,67,18439,'','2013-12-04 20:09:40'),(75323,1,18441,'','2013-12-04 20:09:40'),(75324,2,18441,'','2013-12-04 20:09:40'),(75325,3,18441,'','2013-12-04 20:09:40'),(75326,6,18441,'','2013-12-04 20:09:40'),(75327,7,18441,'DAY','2013-12-04 20:09:40'),(75328,66,18441,'OPD','2013-12-04 20:09:40'),(75329,67,18441,'','2013-12-04 20:09:40'),(75330,1,18442,'3599367','2013-12-04 20:12:54'),(75331,2,18442,'596698','2013-12-04 20:12:54'),(75332,3,18442,'','2013-12-04 20:12:54'),(75333,6,18442,'71.00','2013-12-04 20:12:54'),(75334,7,18442,'DAY','2013-12-04 20:12:54'),(75335,66,18442,'OPD','2013-12-04 20:12:54'),(75336,67,18442,'','2013-12-04 20:12:54'),(75337,1,18444,'','2013-12-04 20:12:54'),(75338,2,18444,'','2013-12-04 20:12:54'),(75339,3,18444,'','2013-12-04 20:12:54'),(75340,6,18444,'','2013-12-04 20:12:54'),(75341,7,18444,'DAY','2013-12-04 20:12:54'),(75342,66,18444,'OPD','2013-12-04 20:12:54'),(75343,67,18444,'','2013-12-04 20:12:54'),(75344,1,18445,'3599375','2013-12-04 20:15:53'),(75345,2,18445,'','2013-12-04 20:15:53'),(75346,3,18445,'','2013-12-04 20:15:53'),(75347,6,18445,'50.00','2013-12-04 20:15:53'),(75348,7,18445,'DAY','2013-12-04 20:15:53'),(75349,66,18445,'OPD','2013-12-04 20:15:53'),(75350,67,18445,'','2013-12-04 20:15:53'),(75351,1,18447,'','2013-12-04 20:15:53'),(75352,2,18447,'','2013-12-04 20:15:53'),(75353,3,18447,'','2013-12-04 20:15:53'),(75354,6,18447,'','2013-12-04 20:15:53'),(75355,7,18447,'DAY','2013-12-04 20:15:53'),(75356,66,18447,'OPD','2013-12-04 20:15:53'),(75357,67,18447,'','2013-12-04 20:15:53'),(75358,1,18448,'3599379','2013-12-04 20:26:42'),(75359,2,18448,'','2013-12-04 20:26:42'),(75360,3,18448,'','2013-12-04 20:26:42'),(75361,6,18448,'200.00','2013-12-04 20:26:42'),(75362,7,18448,'DAY','2013-12-04 20:26:42'),(75363,66,18448,'OPD','2013-12-04 20:26:42'),(75364,67,18448,'','2013-12-04 20:26:42'),(75365,1,18450,'','2013-12-04 20:26:42'),(75366,2,18450,'','2013-12-04 20:26:42'),(75367,3,18450,'','2013-12-04 20:26:42'),(75368,6,18450,'','2013-12-04 20:26:42'),(75369,7,18450,'DAY','2013-12-04 20:26:42'),(75370,66,18450,'OPD','2013-12-04 20:26:42'),(75371,67,18450,'','2013-12-04 20:26:42'),(75372,1,18451,'3599378','2013-12-04 20:30:06'),(75373,2,18451,'596706','2013-12-04 20:30:06'),(75374,3,18451,'','2013-12-04 20:30:06'),(75375,6,18451,'295.00','2013-12-04 20:30:06'),(75376,7,18451,'DAY','2013-12-04 20:30:06'),(75377,66,18451,'OPD','2013-12-04 20:30:06'),(75378,67,18451,'','2013-12-04 20:30:06'),(75379,1,18453,'','2013-12-04 20:30:06'),(75380,2,18453,'','2013-12-04 20:30:06'),(75381,3,18453,'','2013-12-04 20:30:06'),(75382,6,18453,'','2013-12-04 20:30:06'),(75383,7,18453,'DAY','2013-12-04 20:30:06'),(75384,66,18453,'OPD','2013-12-04 20:30:06'),(75385,67,18453,'','2013-12-04 20:30:06'),(75386,1,18456,'','2013-12-04 20:30:06'),(75387,2,18456,'','2013-12-04 20:30:06'),(75388,3,18456,'','2013-12-04 20:30:06'),(75389,6,18456,'','2013-12-04 20:30:06'),(75390,7,18456,'DAY','2013-12-04 20:30:06'),(75391,66,18456,'OPD','2013-12-04 20:30:06'),(75392,67,18456,'','2013-12-04 20:30:06'),(75393,1,18460,'','2013-12-04 20:30:06'),(75394,2,18460,'','2013-12-04 20:30:06'),(75395,3,18460,'','2013-12-04 20:30:06'),(75396,6,18460,'','2013-12-04 20:30:06'),(75397,7,18460,'DAY','2013-12-04 20:30:06'),(75398,66,18460,'OPD','2013-12-04 20:30:06'),(75399,67,18460,'','2013-12-04 20:30:06'),(75400,1,18461,'3597097','2013-12-04 20:35:05'),(75401,2,18461,'596086','2013-12-04 20:35:05'),(75402,3,18461,'','2013-12-04 20:35:05'),(75403,6,18461,'203.80','2013-12-04 20:35:05'),(75404,7,18461,'DAY','2013-12-04 20:35:05'),(75405,66,18461,'OPD','2013-12-04 20:35:05'),(75406,67,18461,'','2013-12-04 20:35:05'),(75407,1,18463,'','2013-12-04 20:35:05'),(75408,2,18463,'','2013-12-04 20:35:05'),(75409,3,18463,'','2013-12-04 20:35:05'),(75410,6,18463,'','2013-12-04 20:35:05'),(75411,7,18463,'DAY','2013-12-04 20:35:05'),(75412,66,18463,'OPD','2013-12-04 20:35:05'),(75413,67,18463,'','2013-12-04 20:35:05'),(75414,1,18466,'','2013-12-04 20:35:05'),(75415,2,18466,'','2013-12-04 20:35:05'),(75416,3,18466,'','2013-12-04 20:35:05'),(75417,6,18466,'','2013-12-04 20:35:05'),(75418,7,18466,'DAY','2013-12-04 20:35:05'),(75419,66,18466,'OPD','2013-12-04 20:35:05'),(75420,67,18466,'','2013-12-04 20:35:05'),(75421,1,18470,'','2013-12-04 20:35:06'),(75422,2,18470,'','2013-12-04 20:35:06'),(75423,3,18470,'','2013-12-04 20:35:06'),(75424,6,18470,'','2013-12-04 20:35:06'),(75425,7,18470,'DAY','2013-12-04 20:35:06'),(75426,66,18470,'OPD','2013-12-04 20:35:06'),(75427,67,18470,'','2013-12-04 20:35:06'),(75428,1,18471,'3599357','2013-12-04 20:40:09'),(75429,2,18471,'596694','2013-12-04 20:40:09'),(75430,3,18471,'','2013-12-04 20:40:09'),(75431,6,18471,'60.00','2013-12-04 20:40:09'),(75432,7,18471,'DAY','2013-12-04 20:40:09'),(75433,66,18471,'TROOM','2013-12-04 20:40:09'),(75434,67,18471,'AKUA','2013-12-04 20:40:09'),(75435,1,18472,'3599390','2013-12-04 20:43:23'),(75436,2,18472,'','2013-12-04 20:43:23'),(75437,3,18472,'','2013-12-04 20:43:23'),(75438,6,18472,'37.00','2013-12-04 20:43:23'),(75439,7,18472,'DAY','2013-12-04 20:43:23'),(75440,66,18472,'TROOM','2013-12-04 20:43:23'),(75441,67,18472,'AKUA','2013-12-04 20:43:23'),(75442,1,18473,'3599395','2013-12-04 20:45:36'),(75443,2,18473,'','2013-12-04 20:45:36'),(75444,3,18473,'C4','2013-12-04 20:45:36'),(75445,6,18473,'33.00','2013-12-04 20:45:36'),(75446,7,18473,'DAY','2013-12-04 20:45:36'),(75447,66,18473,'OPD','2013-12-04 20:45:36'),(75448,67,18473,'REGINA','2013-12-04 20:45:36'),(75449,1,18474,'3599396','2013-12-04 20:47:05'),(75450,2,18474,'','2013-12-04 20:47:05'),(75451,3,18474,'WARD','2013-12-04 20:47:05'),(75452,6,18474,'22.00','2013-12-04 20:47:05'),(75453,7,18474,'DAY','2013-12-04 20:47:05'),(75454,66,18474,'OPD','2013-12-04 20:47:05'),(75455,67,18474,'REGINA','2013-12-04 20:47:05'),(75456,1,18475,'3599391','2013-12-04 20:52:48'),(75457,2,18475,'','2013-12-04 20:52:48'),(75458,3,18475,'','2013-12-04 20:52:48'),(75459,6,18475,'301.00','2013-12-04 20:52:48'),(75460,7,18475,'DAY','2013-12-04 20:52:48'),(75461,66,18475,'OPD','2013-12-04 20:52:48'),(75462,67,18475,'','2013-12-04 20:52:48'),(75463,1,18477,'','2013-12-04 20:52:48'),(75464,2,18477,'','2013-12-04 20:52:48'),(75465,3,18477,'','2013-12-04 20:52:48'),(75466,6,18477,'','2013-12-04 20:52:48'),(75467,7,18477,'DAY','2013-12-04 20:52:48'),(75468,66,18477,'OPD','2013-12-04 20:52:48'),(75469,67,18477,'','2013-12-04 20:52:48'),(75470,1,18478,'3599393','2013-12-04 20:54:55'),(75471,2,18478,'','2013-12-04 20:54:55'),(75472,3,18478,'','2013-12-04 20:54:55'),(75473,6,18478,'13.00','2013-12-04 20:54:55'),(75474,7,18478,'DAY','2013-12-04 20:54:55'),(75475,66,18478,'OPD','2013-12-04 20:54:55'),(75476,67,18478,'','2013-12-04 20:54:55'),(75477,1,18479,'3599394','2013-12-04 20:56:30'),(75478,2,18479,'','2013-12-04 20:56:30'),(75479,3,18479,'','2013-12-04 20:56:30'),(75480,6,18479,'22.00','2013-12-04 20:56:30'),(75481,7,18479,'DAY','2013-12-04 20:56:30'),(75482,66,18479,'OPD','2013-12-04 20:56:30'),(75483,67,18479,'','2013-12-04 20:56:30'),(75484,1,18480,'','2013-12-04 21:12:14'),(75485,2,18480,'','2013-12-04 21:12:14'),(75486,3,18480,'','2013-12-04 21:12:14'),(75487,6,18480,'','2013-12-04 21:12:14'),(75488,7,18480,'DAY','2013-12-04 21:12:14'),(75489,66,18480,'OPD','2013-12-04 21:12:14'),(75490,67,18480,'','2013-12-04 21:12:14'),(75491,1,18481,'','2013-12-04 21:13:25'),(75492,2,18481,'','2013-12-04 21:13:25'),(75493,3,18481,'','2013-12-04 21:13:25'),(75494,6,18481,'','2013-12-04 21:13:25'),(75495,7,18481,'DAY','2013-12-04 21:13:25'),(75496,66,18481,'OPD','2013-12-04 21:13:25'),(75497,67,18481,'','2013-12-04 21:13:25'),(75498,1,18482,'3599409','2013-12-04 21:16:51'),(75499,2,18482,'596721','2013-12-04 21:16:51'),(75500,3,18482,'','2013-12-04 21:16:51'),(75501,6,18482,'78.00','2013-12-04 21:16:51'),(75502,7,18482,'DAY','2013-12-04 21:16:51'),(75503,66,18482,'OPD','2013-12-04 21:16:51'),(75504,67,18482,'','2013-12-04 21:16:51'),(75505,1,18483,'3599410','2013-12-04 21:22:39'),(75506,2,18483,'596723','2013-12-04 21:22:39'),(75507,3,18483,'','2013-12-04 21:22:39'),(75508,6,18483,'84.00','2013-12-04 21:22:39'),(75509,7,18483,'DAY','2013-12-04 21:22:39'),(75510,66,18483,'OPD','2013-12-04 21:22:39'),(75511,67,18483,'','2013-12-04 21:22:39'),(75512,1,18485,'','2013-12-04 21:22:40'),(75513,2,18485,'','2013-12-04 21:22:40'),(75514,3,18485,'','2013-12-04 21:22:40'),(75515,6,18485,'','2013-12-04 21:22:40'),(75516,7,18485,'DAY','2013-12-04 21:22:40'),(75517,66,18485,'OPD','2013-12-04 21:22:40'),(75518,67,18485,'','2013-12-04 21:22:40'),(75519,1,18486,'3599430','2013-12-04 21:34:29'),(75520,2,18486,'596727','2013-12-04 21:34:29'),(75521,3,18486,'','2013-12-04 21:34:29'),(75522,6,18486,'62.00','2013-12-04 21:34:29'),(75523,7,18486,'DAY','2013-12-04 21:34:29'),(75524,66,18486,'OPD','2013-12-04 21:34:29'),(75525,67,18486,'','2013-12-04 21:34:29'),(75526,1,18488,'','2013-12-04 21:34:30'),(75527,2,18488,'','2013-12-04 21:34:30'),(75528,3,18488,'','2013-12-04 21:34:30'),(75529,6,18488,'','2013-12-04 21:34:30'),(75530,7,18488,'DAY','2013-12-04 21:34:30'),(75531,66,18488,'OPD','2013-12-04 21:34:30'),(75532,67,18488,'','2013-12-04 21:34:30'),(75533,1,18491,'','2013-12-04 21:34:30'),(75534,2,18491,'','2013-12-04 21:34:30'),(75535,3,18491,'','2013-12-04 21:34:30'),(75536,6,18491,'','2013-12-04 21:34:30'),(75537,7,18491,'DAY','2013-12-04 21:34:30'),(75538,66,18491,'OPD','2013-12-04 21:34:30'),(75539,67,18491,'','2013-12-04 21:34:30'),(75540,1,18492,'3599432','2013-12-04 21:36:39'),(75541,2,18492,'','2013-12-04 21:36:39'),(75542,3,18492,'','2013-12-04 21:36:39'),(75543,6,18492,'81.00','2013-12-04 21:36:39'),(75544,7,18492,'DAY','2013-12-04 21:36:39'),(75545,66,18492,'OPD','2013-12-04 21:36:39'),(75546,67,18492,'','2013-12-04 21:36:39'),(75547,1,18493,'3599436','2013-12-04 21:38:44'),(75548,2,18493,'','2013-12-04 21:38:44'),(75549,3,18493,'','2013-12-04 21:38:44'),(75550,6,18493,'112.00','2013-12-04 21:38:44'),(75551,7,18493,'DAY','2013-12-04 21:38:44'),(75552,66,18493,'OPD','2013-12-04 21:38:44'),(75553,67,18493,'','2013-12-04 21:38:44'),(75554,1,18495,'','2013-12-04 21:38:44'),(75555,2,18495,'','2013-12-04 21:38:44'),(75556,3,18495,'','2013-12-04 21:38:44'),(75557,6,18495,'','2013-12-04 21:38:44'),(75558,7,18495,'DAY','2013-12-04 21:38:44'),(75559,66,18495,'OPD','2013-12-04 21:38:44'),(75560,67,18495,'','2013-12-04 21:38:44'),(75561,1,18498,'','2013-12-04 21:38:45'),(75562,2,18498,'','2013-12-04 21:38:45'),(75563,3,18498,'','2013-12-04 21:38:45'),(75564,6,18498,'','2013-12-04 21:38:45'),(75565,7,18498,'DAY','2013-12-04 21:38:45'),(75566,66,18498,'OPD','2013-12-04 21:38:45'),(75567,67,18498,'','2013-12-04 21:38:45'),(75568,1,18499,'','2013-12-04 21:44:34'),(75569,2,18499,'','2013-12-04 21:44:34'),(75570,3,18499,'','2013-12-04 21:44:34'),(75571,6,18499,'','2013-12-04 21:44:34'),(75572,7,18499,'DAY','2013-12-04 21:44:34'),(75573,66,18499,'OPD','2013-12-04 21:44:34'),(75574,67,18499,'','2013-12-04 21:44:34'),(75575,1,18500,'3599450','2013-12-04 22:03:26'),(75576,2,18500,'','2013-12-04 22:03:26'),(75577,3,18500,'','2013-12-04 22:03:26'),(75578,6,18500,'50.00','2013-12-04 22:03:26'),(75579,7,18500,'DAY','2013-12-04 22:03:26'),(75580,66,18500,'OPD','2013-12-04 22:03:26'),(75581,67,18500,'','2013-12-04 22:03:26'),(75582,1,18502,'','2013-12-04 22:03:27'),(75583,2,18502,'','2013-12-04 22:03:27'),(75584,3,18502,'','2013-12-04 22:03:27'),(75585,6,18502,'','2013-12-04 22:03:27'),(75586,7,18502,'DAY','2013-12-04 22:03:27'),(75587,66,18502,'OPD','2013-12-04 22:03:27'),(75588,67,18502,'','2013-12-04 22:03:27'),(75589,1,18503,'3599465','2013-12-04 22:07:16'),(75590,2,18503,'','2013-12-04 22:07:16'),(75591,3,18503,'','2013-12-04 22:07:16'),(75592,6,18503,'55.00','2013-12-04 22:07:16'),(75593,7,18503,'DAY','2013-12-04 22:07:16'),(75594,66,18503,'OPD','2013-12-04 22:07:16'),(75595,67,18503,'','2013-12-04 22:07:16'),(75596,1,18505,'','2013-12-04 22:07:16'),(75597,2,18505,'','2013-12-04 22:07:16'),(75598,3,18505,'','2013-12-04 22:07:16'),(75599,6,18505,'','2013-12-04 22:07:16'),(75600,7,18505,'DAY','2013-12-04 22:07:16'),(75601,66,18505,'OPD','2013-12-04 22:07:16'),(75602,67,18505,'','2013-12-04 22:07:16'),(75603,1,18506,'','2013-12-04 22:10:36'),(75604,2,18506,'','2013-12-04 22:10:36'),(75605,3,18506,'','2013-12-04 22:10:36'),(75606,6,18506,'84.00','2013-12-04 22:10:36'),(75607,7,18506,'DAY','2013-12-04 22:10:36'),(75608,66,18506,'OPD','2013-12-04 22:10:36'),(75609,67,18506,'','2013-12-04 22:10:36'),(75610,1,18508,'','2013-12-04 22:10:36'),(75611,2,18508,'','2013-12-04 22:10:36'),(75612,3,18508,'','2013-12-04 22:10:36'),(75613,6,18508,'','2013-12-04 22:10:36'),(75614,7,18508,'DAY','2013-12-04 22:10:36'),(75615,66,18508,'OPD','2013-12-04 22:10:36'),(75616,67,18508,'','2013-12-04 22:10:36'),(75617,1,18509,'3599467','2013-12-04 22:18:44'),(75618,2,18509,'596744','2013-12-04 22:18:44'),(75619,3,18509,'','2013-12-04 22:18:44'),(75620,6,18509,'77.00','2013-12-04 22:18:44'),(75621,7,18509,'DAY','2013-12-04 22:18:44'),(75622,66,18509,'OPD','2013-12-04 22:18:44'),(75623,67,18509,'','2013-12-04 22:18:44'),(75624,1,18511,'','2013-12-04 22:18:45'),(75625,2,18511,'','2013-12-04 22:18:45'),(75626,3,18511,'','2013-12-04 22:18:45'),(75627,6,18511,'','2013-12-04 22:18:45'),(75628,7,18511,'DAY','2013-12-04 22:18:45'),(75629,66,18511,'OPD','2013-12-04 22:18:45'),(75630,67,18511,'','2013-12-04 22:18:45'),(75631,1,18512,'3599470','2013-12-04 22:21:22'),(75632,2,18512,'596747','2013-12-04 22:21:22'),(75633,3,18512,'','2013-12-04 22:21:22'),(75634,6,18512,'47.00','2013-12-04 22:21:22'),(75635,7,18512,'DAY','2013-12-04 22:21:22'),(75636,66,18512,'OPD','2013-12-04 22:21:22'),(75637,67,18512,'','2013-12-04 22:21:22'),(75638,1,18514,'','2013-12-04 22:21:22'),(75639,2,18514,'','2013-12-04 22:21:22'),(75640,3,18514,'','2013-12-04 22:21:22'),(75641,6,18514,'','2013-12-04 22:21:22'),(75642,7,18514,'DAY','2013-12-04 22:21:22'),(75643,66,18514,'OPD','2013-12-04 22:21:22'),(75644,67,18514,'','2013-12-04 22:21:22'),(75645,1,18515,'3599476','2013-12-04 22:26:12'),(75646,2,18515,'','2013-12-04 22:26:12'),(75647,3,18515,'','2013-12-04 22:26:12'),(75648,6,18515,'27.00','2013-12-04 22:26:12'),(75649,7,18515,'DAY','2013-12-04 22:26:12'),(75650,66,18515,'OPD','2013-12-04 22:26:12'),(75651,67,18515,'','2013-12-04 22:26:12'),(75652,1,18516,'3599459','2013-12-04 23:01:50'),(75653,2,18516,'596745','2013-12-04 23:01:50'),(75654,3,18516,'','2013-12-04 23:01:50'),(75655,6,18516,'223','2013-12-04 23:01:50'),(75656,7,18516,'DAY','2013-12-04 23:01:50'),(75657,66,18516,'TROOM','2013-12-04 23:01:50'),(75658,67,18516,'','2013-12-04 23:01:50'),(75659,1,18518,'','2013-12-04 23:01:50'),(75660,2,18518,'','2013-12-04 23:01:50'),(75661,3,18518,'','2013-12-04 23:01:50'),(75662,6,18518,'','2013-12-04 23:01:50'),(75663,7,18518,'DAY','2013-12-04 23:01:50'),(75664,66,18518,'TROOM','2013-12-04 23:01:50'),(75665,67,18518,'','2013-12-04 23:01:50'),(75666,1,18521,'','2013-12-04 23:01:50'),(75667,2,18521,'','2013-12-04 23:01:50'),(75668,3,18521,'','2013-12-04 23:01:50'),(75669,6,18521,'','2013-12-04 23:01:50'),(75670,7,18521,'DAY','2013-12-04 23:01:50'),(75671,66,18521,'TROOM','2013-12-04 23:01:50'),(75672,67,18521,'','2013-12-04 23:01:50'),(75673,1,18525,'','2013-12-04 23:01:50'),(75674,2,18525,'','2013-12-04 23:01:50'),(75675,3,18525,'','2013-12-04 23:01:50'),(75676,6,18525,'','2013-12-04 23:01:50'),(75677,7,18525,'DAY','2013-12-04 23:01:50'),(75678,66,18525,'TROOM','2013-12-04 23:01:50'),(75679,67,18525,'','2013-12-04 23:01:50'),(75680,1,18526,'3599518','2013-12-04 23:35:58'),(75681,2,18526,'','2013-12-04 23:35:58'),(75682,3,18526,'','2013-12-04 23:35:58'),(75683,6,18526,'94.00','2013-12-04 23:35:58'),(75684,7,18526,'DAY','2013-12-04 23:35:58'),(75685,66,18526,'OPD','2013-12-04 23:35:58'),(75686,67,18526,'','2013-12-04 23:35:58'),(75687,1,18528,'','2013-12-04 23:35:58'),(75688,2,18528,'','2013-12-04 23:35:58'),(75689,3,18528,'','2013-12-04 23:35:58'),(75690,6,18528,'','2013-12-04 23:35:58'),(75691,7,18528,'DAY','2013-12-04 23:35:58'),(75692,66,18528,'OPD','2013-12-04 23:35:58'),(75693,67,18528,'','2013-12-04 23:35:58'),(75694,1,18529,'3599545','2013-12-05 00:02:55'),(75695,2,18529,'','2013-12-05 00:02:55'),(75696,3,18529,'','2013-12-05 00:02:55'),(75697,6,18529,'37.00','2013-12-05 00:02:55'),(75698,7,18529,'DAY','2013-12-05 00:02:55'),(75699,66,18529,'OPD','2013-12-05 00:02:55'),(75700,67,18529,'','2013-12-05 00:02:55'),(75701,1,18530,'3599533','2013-12-05 00:10:49'),(75702,2,18530,'596782','2013-12-05 00:10:49'),(75703,3,18530,'','2013-12-05 00:10:49'),(75704,6,18530,'189.00','2013-12-05 00:10:49'),(75705,7,18530,'DAY','2013-12-05 00:10:49'),(75706,66,18530,'OPD','2013-12-05 00:10:49'),(75707,67,18530,'','2013-12-05 00:10:49'),(75708,1,18532,'','2013-12-05 00:10:49'),(75709,2,18532,'','2013-12-05 00:10:49'),(75710,3,18532,'','2013-12-05 00:10:49'),(75711,6,18532,'','2013-12-05 00:10:49'),(75712,7,18532,'DAY','2013-12-05 00:10:49'),(75713,66,18532,'OPD','2013-12-05 00:10:49'),(75714,67,18532,'','2013-12-05 00:10:49'),(75715,1,18535,'','2013-12-05 00:10:49'),(75716,2,18535,'','2013-12-05 00:10:49'),(75717,3,18535,'','2013-12-05 00:10:49'),(75718,6,18535,'','2013-12-05 00:10:49'),(75719,7,18535,'DAY','2013-12-05 00:10:49'),(75720,66,18535,'OPD','2013-12-05 00:10:49'),(75721,67,18535,'','2013-12-05 00:10:49'),(75722,1,18536,'3599533','2013-12-05 00:25:16'),(75723,2,18536,'596782','2013-12-05 00:25:16'),(75724,3,18536,'','2013-12-05 00:25:16'),(75725,6,18536,'32.00','2013-12-05 00:25:16'),(75726,7,18536,'DAY','2013-12-05 00:25:16'),(75727,66,18536,'OPD','2013-12-05 00:25:16'),(75728,67,18536,'','2013-12-05 00:25:16'),(75729,1,18538,'','2013-12-05 00:25:16'),(75730,2,18538,'','2013-12-05 00:25:16'),(75731,3,18538,'','2013-12-05 00:25:16'),(75732,6,18538,'','2013-12-05 00:25:16'),(75733,7,18538,'DAY','2013-12-05 00:25:16'),(75734,66,18538,'OPD','2013-12-05 00:25:16'),(75735,67,18538,'','2013-12-05 00:25:16'),(75736,1,18539,'3599559','2013-12-05 00:29:27'),(75737,2,18539,'596789','2013-12-05 00:29:27'),(75738,3,18539,'','2013-12-05 00:29:27'),(75739,6,18539,'20.00','2013-12-05 00:29:27'),(75740,7,18539,'DAY','2013-12-05 00:29:27'),(75741,66,18539,'OPD','2013-12-05 00:29:27'),(75742,67,18539,'','2013-12-05 00:29:27'),(75743,1,18540,'3599567','2013-12-05 00:32:34'),(75744,2,18540,'','2013-12-05 00:32:34'),(75745,3,18540,'','2013-12-05 00:32:34'),(75746,6,18540,'55.00','2013-12-05 00:32:34'),(75747,7,18540,'DAY','2013-12-05 00:32:34'),(75748,66,18540,'OPD','2013-12-05 00:32:34'),(75749,67,18540,'','2013-12-05 00:32:34'),(75750,1,18541,'3599576','2013-12-05 00:44:03'),(75751,2,18541,'596793','2013-12-05 00:44:03'),(75752,3,18541,'','2013-12-05 00:44:03'),(75753,6,18541,'35.00','2013-12-05 00:44:03'),(75754,7,18541,'DAY','2013-12-05 00:44:03'),(75755,66,18541,'OPD','2013-12-05 00:44:03'),(75756,67,18541,'','2013-12-05 00:44:03'),(75757,1,18542,'3599638','2013-12-05 01:36:35'),(75758,2,18542,'596800','2013-12-05 01:36:35'),(75759,3,18542,'','2013-12-05 01:36:35'),(75760,6,18542,'180.00','2013-12-05 01:36:35'),(75761,7,18542,'DAY','2013-12-05 01:36:35'),(75762,66,18542,'OPD','2013-12-05 01:36:35'),(75763,67,18542,'','2013-12-05 01:36:35'),(75764,1,18544,'','2013-12-05 01:36:36'),(75765,2,18544,'','2013-12-05 01:36:36'),(75766,3,18544,'','2013-12-05 01:36:36'),(75767,6,18544,'','2013-12-05 01:36:36'),(75768,7,18544,'DAY','2013-12-05 01:36:36'),(75769,66,18544,'OPD','2013-12-05 01:36:36'),(75770,67,18544,'','2013-12-05 01:36:36'),(75771,1,18545,'3599656','2013-12-05 02:05:09'),(75772,2,18545,'','2013-12-05 02:05:09'),(75773,3,18545,'','2013-12-05 02:05:09'),(75774,6,18545,'73.40','2013-12-05 02:05:09'),(75775,7,18545,'DAY','2013-12-05 02:05:09'),(75776,66,18545,'OPD','2013-12-05 02:05:09'),(75777,67,18545,'','2013-12-05 02:05:09'),(75778,1,18547,'','2013-12-05 02:05:09'),(75779,2,18547,'','2013-12-05 02:05:09'),(75780,3,18547,'','2013-12-05 02:05:09'),(75781,6,18547,'','2013-12-05 02:05:09'),(75782,7,18547,'DAY','2013-12-05 02:05:09'),(75783,66,18547,'OPD','2013-12-05 02:05:09'),(75784,67,18547,'','2013-12-05 02:05:09'),(75785,1,18548,'3599657','2013-12-05 02:08:05'),(75786,2,18548,'','2013-12-05 02:08:05'),(75787,3,18548,'','2013-12-05 02:08:05'),(75788,6,18548,'81.00','2013-12-05 02:08:05'),(75789,7,18548,'DAY','2013-12-05 02:08:05'),(75790,66,18548,'OPD','2013-12-05 02:08:05'),(75791,67,18548,'','2013-12-05 02:08:05'),(75792,1,18549,'3599678','2013-12-05 02:29:23'),(75793,2,18549,'','2013-12-05 02:29:23'),(75794,3,18549,'','2013-12-05 02:29:23'),(75795,6,18549,'62.00','2013-12-05 02:29:23'),(75796,7,18549,'DAY','2013-12-05 02:29:23'),(75797,66,18549,'OPD','2013-12-05 02:29:23'),(75798,67,18549,'','2013-12-05 02:29:23'),(75799,1,18551,'','2013-12-05 02:29:23'),(75800,2,18551,'','2013-12-05 02:29:23'),(75801,3,18551,'','2013-12-05 02:29:23'),(75802,6,18551,'','2013-12-05 02:29:23'),(75803,7,18551,'DAY','2013-12-05 02:29:23'),(75804,66,18551,'OPD','2013-12-05 02:29:23'),(75805,67,18551,'','2013-12-05 02:29:23'),(75806,1,18554,'','2013-12-05 02:29:23'),(75807,2,18554,'','2013-12-05 02:29:23'),(75808,3,18554,'','2013-12-05 02:29:23'),(75809,6,18554,'','2013-12-05 02:29:23'),(75810,7,18554,'DAY','2013-12-05 02:29:23'),(75811,66,18554,'OPD','2013-12-05 02:29:23'),(75812,67,18554,'','2013-12-05 02:29:23'),(75813,1,18555,'3599700','2013-12-05 03:02:21'),(75814,2,18555,'596712','2013-12-05 03:02:21'),(75815,3,18555,'','2013-12-05 03:02:21'),(75816,6,18555,'66','2013-12-05 03:02:21'),(75817,7,18555,'NIGHT','2013-12-05 03:02:21'),(75818,66,18555,'OPD','2013-12-05 03:02:21'),(75819,67,18555,'','2013-12-05 03:02:21'),(75820,1,18556,'3599712','2013-12-05 03:15:27'),(75821,2,18556,'','2013-12-05 03:15:27'),(75822,3,18556,'GASTRITIS, PUD','2013-12-05 03:15:27'),(75823,6,18556,'219','2013-12-05 03:15:27'),(75824,7,18556,'NIGHT','2013-12-05 03:15:27'),(75825,66,18556,'OPD','2013-12-05 03:15:27'),(75826,67,18556,'','2013-12-05 03:15:27'),(75827,1,18557,'','2013-12-05 03:16:57'),(75828,2,18557,'','2013-12-05 03:16:57'),(75829,3,18557,'','2013-12-05 03:16:57'),(75830,6,18557,'','2013-12-05 03:16:57'),(75831,7,18557,'DAY','2013-12-05 03:16:57'),(75832,66,18557,'OPD','2013-12-05 03:16:57'),(75833,67,18557,'','2013-12-05 03:16:57'),(75834,1,18559,'','2013-12-05 03:16:57'),(75835,2,18559,'','2013-12-05 03:16:57'),(75836,3,18559,'','2013-12-05 03:16:57'),(75837,6,18559,'','2013-12-05 03:16:57'),(75838,7,18559,'DAY','2013-12-05 03:16:57'),(75839,66,18559,'OPD','2013-12-05 03:16:57'),(75840,67,18559,'','2013-12-05 03:16:57'),(75841,1,18562,'','2013-12-05 03:16:57'),(75842,2,18562,'','2013-12-05 03:16:57'),(75843,3,18562,'','2013-12-05 03:16:57'),(75844,6,18562,'','2013-12-05 03:16:57'),(75845,7,18562,'DAY','2013-12-05 03:16:57'),(75846,66,18562,'OPD','2013-12-05 03:16:57'),(75847,67,18562,'','2013-12-05 03:16:57'),(75848,1,18563,'','2013-12-05 03:18:42'),(75849,2,18563,'','2013-12-05 03:18:43'),(75850,3,18563,'','2013-12-05 03:18:43'),(75851,6,18563,'','2013-12-05 03:18:43'),(75852,7,18563,'DAY','2013-12-05 03:18:43'),(75853,66,18563,'OPD','2013-12-05 03:18:43'),(75854,67,18563,'','2013-12-05 03:18:43'),(75855,1,18564,'3599726','2013-12-05 03:40:19'),(75856,2,18564,'596816','2013-12-05 03:40:19'),(75857,3,18564,'','2013-12-05 03:40:19'),(75858,6,18564,'24','2013-12-05 03:40:19'),(75859,7,18564,'NIGHT','2013-12-05 03:40:19'),(75860,66,18564,'OPD','2013-12-05 03:40:19'),(75861,67,18564,'','2013-12-05 03:40:19'),(75862,1,18566,'','2013-12-05 03:40:19'),(75863,2,18566,'','2013-12-05 03:40:19'),(75864,3,18566,'','2013-12-05 03:40:19'),(75865,6,18566,'','2013-12-05 03:40:19'),(75866,7,18566,'NIGHT','2013-12-05 03:40:19'),(75867,66,18566,'OPD','2013-12-05 03:40:19'),(75868,67,18566,'','2013-12-05 03:40:19'),(75869,1,18567,'3599720','2013-12-05 03:45:43'),(75870,2,18567,'596817','2013-12-05 03:45:43'),(75871,3,18567,'','2013-12-05 03:45:43'),(75872,6,18567,'24','2013-12-05 03:45:43'),(75873,7,18567,'NIGHT','2013-12-05 03:45:43'),(75874,66,18567,'OPD','2013-12-05 03:45:43'),(75875,67,18567,'','2013-12-05 03:45:43'),(75876,1,18569,'','2013-12-05 03:45:44'),(75877,2,18569,'','2013-12-05 03:45:44'),(75878,3,18569,'','2013-12-05 03:45:44'),(75879,6,18569,'','2013-12-05 03:45:44'),(75880,7,18569,'NIGHT','2013-12-05 03:45:44'),(75881,66,18569,'OPD','2013-12-05 03:45:44'),(75882,67,18569,'','2013-12-05 03:45:44'),(75883,1,18570,'3599738','2013-12-05 05:08:05'),(75884,2,18570,'','2013-12-05 05:08:05'),(75885,3,18570,'','2013-12-05 05:08:05'),(75886,6,18570,'40','2013-12-05 05:08:05'),(75887,7,18570,'NIGHT','2013-12-05 05:08:05'),(75888,66,18570,'OPD','2013-12-05 05:08:05'),(75889,67,18570,'','2013-12-05 05:08:05'),(75890,1,18571,'3599753','2013-12-05 05:57:45'),(75891,2,18571,'','2013-12-05 05:57:45'),(75892,3,18571,'','2013-12-05 05:57:45'),(75893,6,18571,'81','2013-12-05 05:57:45'),(75894,7,18571,'NIGHT','2013-12-05 05:57:45'),(75895,66,18571,'OPD','2013-12-05 05:57:45'),(75896,67,18571,'PRINCE','2013-12-05 05:57:45'),(75897,1,18572,'3599755','2013-12-05 06:07:52'),(75898,2,18572,'','2013-12-05 06:07:52'),(75899,3,18572,'','2013-12-05 06:07:52'),(75900,6,18572,'81','2013-12-05 06:07:52'),(75901,7,18572,'NIGHT','2013-12-05 06:07:52'),(75902,66,18572,'OPD','2013-12-05 06:07:52'),(75903,67,18572,'','2013-12-05 06:07:52'),(75904,1,18573,'3599756','2013-12-05 06:12:44'),(75905,2,18573,'','2013-12-05 06:12:44'),(75906,3,18573,'','2013-12-05 06:12:44'),(75907,6,18573,'66','2013-12-05 06:12:44'),(75908,7,18573,'NIGHT','2013-12-05 06:12:44'),(75909,66,18573,'OPD','2013-12-05 06:12:44'),(75910,67,18573,'','2013-12-05 06:12:44'),(75911,1,18574,'3599776','2013-12-05 07:42:09'),(75912,2,18574,'596830','2013-12-05 07:42:09'),(75913,3,18574,'','2013-12-05 07:42:09'),(75914,6,18574,'88','2013-12-05 07:42:09'),(75915,7,18574,'NIGHT','2013-12-05 07:42:09'),(75916,66,18574,'TROOM','2013-12-05 07:42:09'),(75917,67,18574,'','2013-12-05 07:42:09'),(75918,1,18576,'','2013-12-05 07:42:09'),(75919,2,18576,'','2013-12-05 07:42:09'),(75920,3,18576,'','2013-12-05 07:42:09'),(75921,6,18576,'','2013-12-05 07:42:09'),(75922,7,18576,'NIGHT','2013-12-05 07:42:09'),(75923,66,18576,'OPD','2013-12-05 07:42:09'),(75924,67,18576,'','2013-12-05 07:42:09'),(75925,1,18577,'3599789','2013-12-05 13:16:57'),(75926,2,18577,'','2013-12-05 13:16:57'),(75927,3,18577,'','2013-12-05 13:16:57'),(75928,6,18577,'154','2013-12-05 13:16:57'),(75929,7,18577,'NIGHT','2013-12-05 13:16:57'),(75930,66,18577,'TROOM','2013-12-05 13:16:57'),(75931,67,18577,'MATILDA','2013-12-05 13:16:57'),(75932,1,18579,'','2013-12-05 13:16:57'),(75933,2,18579,'','2013-12-05 13:16:57'),(75934,3,18579,'','2013-12-05 13:16:57'),(75935,6,18579,'','2013-12-05 13:16:57'),(75936,7,18579,'NIGHT','2013-12-05 13:16:57'),(75937,66,18579,'TROOM','2013-12-05 13:16:57'),(75938,67,18579,'MATILDA','2013-12-05 13:16:57'),(75939,1,18582,'','2013-12-05 13:16:57'),(75940,2,18582,'','2013-12-05 13:16:57'),(75941,3,18582,'','2013-12-05 13:16:57'),(75942,6,18582,'','2013-12-05 13:16:57'),(75943,7,18582,'NIGHT','2013-12-05 13:16:57'),(75944,66,18582,'TROOM','2013-12-05 13:16:57'),(75945,67,18582,'MATILDA','2013-12-05 13:16:57'),(75946,1,18583,'3599788','2013-12-05 13:21:05'),(75947,2,18583,'596835','2013-12-05 13:21:05'),(75948,3,18583,'','2013-12-05 13:21:05'),(75949,6,18583,'36','2013-12-05 13:21:05'),(75950,7,18583,'NIGHT','2013-12-05 13:21:05'),(75951,66,18583,'OPD','2013-12-05 13:21:05'),(75952,67,18583,'','2013-12-05 13:21:05'),(75953,1,18585,'','2013-12-05 13:21:06'),(75954,2,18585,'','2013-12-05 13:21:06'),(75955,3,18585,'','2013-12-05 13:21:06'),(75956,6,18585,'','2013-12-05 13:21:06'),(75957,7,18585,'NIGHT','2013-12-05 13:21:06'),(75958,66,18585,'OPD','2013-12-05 13:21:06'),(75959,67,18585,'','2013-12-05 13:21:06'),(75960,1,18586,'35947012','2013-12-05 13:50:55'),(75961,2,18586,'','2013-12-05 13:50:55'),(75962,3,18586,'','2013-12-05 13:50:55'),(75963,6,18586,'12','2013-12-05 13:50:55'),(75964,7,18586,'NIGHT','2013-12-05 13:50:55'),(75965,66,18586,'OPD','2013-12-05 13:50:55'),(75966,67,18586,'','2013-12-05 13:50:55'),(75967,1,18587,'3577117','2013-12-05 14:09:18'),(75968,2,18587,'','2013-12-05 14:09:18'),(75969,3,18587,'','2013-12-05 14:09:18'),(75970,6,18587,'30','2013-12-05 14:09:18'),(75971,7,18587,'NIGHT','2013-12-05 14:09:18'),(75972,66,18587,'OPD','2013-12-05 14:09:18'),(75973,67,18587,'','2013-12-05 14:09:18'),(75974,1,18589,'','2013-12-05 14:09:19'),(75975,2,18589,'','2013-12-05 14:09:19'),(75976,3,18589,'','2013-12-05 14:09:19'),(75977,6,18589,'','2013-12-05 14:09:19'),(75978,7,18589,'NIGHT','2013-12-05 14:09:19'),(75979,66,18589,'OPD','2013-12-05 14:09:19'),(75980,67,18589,'','2013-12-05 14:09:19'),(75981,1,18590,'3599793','2013-12-05 14:26:46'),(75982,2,18590,'','2013-12-05 14:26:46'),(75983,3,18590,'','2013-12-05 14:26:46'),(75984,6,18590,'57','2013-12-05 14:26:46'),(75985,7,18590,'NIGHT','2013-12-05 14:26:46'),(75986,66,18590,'OPD','2013-12-05 14:26:46'),(75987,67,18590,'','2013-12-05 14:26:46'),(75988,1,18592,'','2013-12-05 14:26:47'),(75989,2,18592,'','2013-12-05 14:26:47'),(75990,3,18592,'','2013-12-05 14:26:47'),(75991,6,18592,'','2013-12-05 14:26:47'),(75992,7,18592,'NIGHT','2013-12-05 14:26:47'),(75993,66,18592,'OPD','2013-12-05 14:26:47'),(75994,67,18592,'','2013-12-05 14:26:47'),(75995,1,18593,'3599796','2013-12-05 14:41:31'),(75996,2,18593,'','2013-12-05 14:41:31'),(75997,3,18593,'','2013-12-05 14:41:31'),(75998,6,18593,'22','2013-12-05 14:41:31'),(75999,7,18593,'NIGHT','2013-12-05 14:41:31'),(76000,66,18593,'OPD','2013-12-05 14:41:31'),(76001,67,18593,'','2013-12-05 14:41:31'),(76002,1,18594,'3599800','2013-12-05 14:50:29'),(76003,2,18594,'','2013-12-05 14:50:29'),(76004,3,18594,'','2013-12-05 14:50:29'),(76005,6,18594,'112','2013-12-05 14:50:29'),(76006,7,18594,'NIGHT','2013-12-05 14:50:29'),(76007,66,18594,'OPD','2013-12-05 14:50:29'),(76008,67,18594,'','2013-12-05 14:50:29'),(76009,1,18596,'','2013-12-05 14:50:29'),(76010,2,18596,'','2013-12-05 14:50:29'),(76011,3,18596,'','2013-12-05 14:50:29'),(76012,6,18596,'','2013-12-05 14:50:29'),(76013,7,18596,'NIGHT','2013-12-05 14:50:29'),(76014,66,18596,'OPD','2013-12-05 14:50:29'),(76015,67,18596,'','2013-12-05 14:50:29'),(76016,1,18599,'','2013-12-05 14:50:29'),(76017,2,18599,'','2013-12-05 14:50:29'),(76018,3,18599,'','2013-12-05 14:50:29'),(76019,6,18599,'','2013-12-05 14:50:29'),(76020,7,18599,'NIGHT','2013-12-05 14:50:29'),(76021,66,18599,'OPD','2013-12-05 14:50:29'),(76022,67,18599,'','2013-12-05 14:50:29'),(76023,1,18600,'3599802','2013-12-05 15:00:14'),(76024,2,18600,'596839','2013-12-05 15:00:14'),(76025,3,18600,'','2013-12-05 15:00:14'),(76026,6,18600,'136','2013-12-05 15:00:14'),(76027,7,18600,'NIGHT','2013-12-05 15:00:15'),(76028,66,18600,'OPD','2013-12-05 15:00:15'),(76029,67,18600,'','2013-12-05 15:00:15'),(76030,1,18602,'','2013-12-05 15:00:15'),(76031,2,18602,'','2013-12-05 15:00:15'),(76032,3,18602,'','2013-12-05 15:00:15'),(76033,6,18602,'','2013-12-05 15:00:15'),(76034,7,18602,'NIGHT','2013-12-05 15:00:15'),(76035,66,18602,'OPD','2013-12-05 15:00:15'),(76036,67,18602,'','2013-12-05 15:00:15'),(76037,1,18603,'3599806','2013-12-05 15:12:01'),(76038,2,18603,'596841','2013-12-05 15:12:01'),(76039,3,18603,'','2013-12-05 15:12:01'),(76040,6,18603,'118','2013-12-05 15:12:01'),(76041,7,18603,'NIGHT','2013-12-05 15:12:02'),(76042,66,18603,'OPD','2013-12-05 15:12:02'),(76043,67,18603,'','2013-12-05 15:12:02'),(76044,1,18604,'3599807','2013-12-05 15:14:04'),(76045,2,18604,'','2013-12-05 15:14:04'),(76046,3,18604,'','2013-12-05 15:14:04'),(76047,6,18604,'23.4','2013-12-05 15:14:04'),(76048,7,18604,'NIGHT','2013-12-05 15:14:04'),(76049,66,18604,'OPD','2013-12-05 15:14:04'),(76050,67,18604,'','2013-12-05 15:14:04'),(76051,1,18605,'3599807','2013-12-05 15:14:58'),(76052,2,18605,'','2013-12-05 15:14:58'),(76053,3,18605,'','2013-12-05 15:14:58'),(76054,6,18605,'23.4','2013-12-05 15:14:58'),(76055,7,18605,'NIGHT','2013-12-05 15:14:58'),(76056,66,18605,'OPD','2013-12-05 15:14:58'),(76057,67,18605,'','2013-12-05 15:14:58'),(76058,1,18606,'','2013-12-05 15:23:36'),(76059,2,18606,'','2013-12-05 15:23:36'),(76060,3,18606,'','2013-12-05 15:23:36'),(76061,6,18606,'12','2013-12-05 15:23:36'),(76062,7,18606,'NIGHT','2013-12-05 15:23:36'),(76063,66,18606,'OPD','2013-12-05 15:23:36'),(76064,67,18606,'','2013-12-05 15:23:36'),(76065,1,18607,'3599809','2013-12-05 15:27:39'),(76066,2,18607,'596843','2013-12-05 15:27:39'),(76067,3,18607,'','2013-12-05 15:27:39'),(76068,6,18607,'11','2013-12-05 15:27:39'),(76069,7,18607,'NIGHT','2013-12-05 15:27:39'),(76070,66,18607,'OPD','2013-12-05 15:27:39'),(76071,67,18607,'','2013-12-05 15:27:39'),(76072,1,18608,'','2013-12-05 15:40:12'),(76073,2,18608,'','2013-12-05 15:40:12'),(76074,3,18608,'','2013-12-05 15:40:12'),(76075,6,18608,'','2013-12-05 15:40:12'),(76076,7,18608,'DAY','2013-12-05 15:40:12'),(76077,66,18608,'OPD','2013-12-05 15:40:12'),(76078,67,18608,'','2013-12-05 15:40:12'),(76079,1,18609,'3591028','2013-12-05 15:49:33'),(76080,2,18609,'596846','2013-12-05 15:49:33'),(76081,3,18609,'','2013-12-05 15:49:33'),(76082,6,18609,'95.80','2013-12-05 15:49:33'),(76083,7,18609,'DAY','2013-12-05 15:49:33'),(76084,66,18609,'OPD','2013-12-05 15:49:33'),(76085,67,18609,'','2013-12-05 15:49:33'),(76086,1,18611,'','2013-12-05 15:49:34'),(76087,2,18611,'','2013-12-05 15:49:34'),(76088,3,18611,'','2013-12-05 15:49:34'),(76089,6,18611,'','2013-12-05 15:49:34'),(76090,7,18611,'DAY','2013-12-05 15:49:34'),(76091,66,18611,'OPD','2013-12-05 15:49:34'),(76092,67,18611,'','2013-12-05 15:49:34'),(76093,1,18612,'3599821','2013-12-05 15:56:33'),(76094,2,18612,'596848','2013-12-05 15:56:33'),(76095,3,18612,'','2013-12-05 15:56:33'),(76096,6,18612,'12','2013-12-05 15:56:33'),(76097,7,18612,'DAY','2013-12-05 15:56:33'),(76098,66,18612,'OPD','2013-12-05 15:56:33'),(76099,67,18612,'','2013-12-05 15:56:33'),(76100,1,18613,'3599355','2013-12-05 16:07:13'),(76101,2,18613,'','2013-12-05 16:07:13'),(76102,3,18613,'','2013-12-05 16:07:13'),(76103,6,18613,'814','2013-12-05 16:07:13'),(76104,7,18613,'DAY','2013-12-05 16:07:13'),(76105,66,18613,'OPD','2013-12-05 16:07:13'),(76106,67,18613,'','2013-12-05 16:07:13'),(76107,1,18615,'','2013-12-05 16:07:13'),(76108,2,18615,'','2013-12-05 16:07:13'),(76109,3,18615,'','2013-12-05 16:07:13'),(76110,6,18615,'','2013-12-05 16:07:13'),(76111,7,18615,'DAY','2013-12-05 16:07:13'),(76112,66,18615,'OPD','2013-12-05 16:07:13'),(76113,67,18615,'','2013-12-05 16:07:13'),(76114,1,18616,'3599830','2013-12-05 16:09:04'),(76115,2,18616,'','2013-12-05 16:09:04'),(76116,3,18616,'','2013-12-05 16:09:04'),(76117,6,18616,'33','2013-12-05 16:09:04'),(76118,7,18616,'DAY','2013-12-05 16:09:04'),(76119,66,18616,'OPD','2013-12-05 16:09:04'),(76120,67,18616,'','2013-12-05 16:09:04'),(76121,1,18617,'3599879','2013-12-05 17:01:47'),(76122,2,18617,'596863','2013-12-05 17:01:47'),(76123,3,18617,'','2013-12-05 17:01:47'),(76124,6,18617,'85.40','2013-12-05 17:01:47'),(76125,7,18617,'DAY','2013-12-05 17:01:47'),(76126,66,18617,'OPD','2013-12-05 17:01:47'),(76127,67,18617,'','2013-12-05 17:01:47'),(76128,1,18619,'','2013-12-05 17:01:47'),(76129,2,18619,'','2013-12-05 17:01:47'),(76130,3,18619,'','2013-12-05 17:01:47'),(76131,6,18619,'','2013-12-05 17:01:47'),(76132,7,18619,'DAY','2013-12-05 17:01:47'),(76133,66,18619,'OPD','2013-12-05 17:01:47'),(76134,67,18619,'','2013-12-05 17:01:47'),(76135,1,18620,'3588521','2013-12-05 17:05:09'),(76136,2,18620,'','2013-12-05 17:05:09'),(76137,3,18620,'','2013-12-05 17:05:09'),(76138,6,18620,'101','2013-12-05 17:05:09'),(76139,7,18620,'DAY','2013-12-05 17:05:09'),(76140,66,18620,'OPD','2013-12-05 17:05:09'),(76141,67,18620,'','2013-12-05 17:05:09'),(76142,1,18622,'','2013-12-05 17:05:10'),(76143,2,18622,'','2013-12-05 17:05:10'),(76144,3,18622,'','2013-12-05 17:05:10'),(76145,6,18622,'','2013-12-05 17:05:10'),(76146,7,18622,'DAY','2013-12-05 17:05:10'),(76147,66,18622,'OPD','2013-12-05 17:05:10'),(76148,67,18622,'','2013-12-05 17:05:10'),(76149,1,18625,'','2013-12-05 17:05:10'),(76150,2,18625,'','2013-12-05 17:05:10'),(76151,3,18625,'','2013-12-05 17:05:10'),(76152,6,18625,'','2013-12-05 17:05:10'),(76153,7,18625,'DAY','2013-12-05 17:05:10'),(76154,66,18625,'OPD','2013-12-05 17:05:10'),(76155,67,18625,'','2013-12-05 17:05:10'),(76156,1,18626,'35998977','2013-12-05 17:20:24'),(76157,2,18626,'','2013-12-05 17:20:24'),(76158,3,18626,'','2013-12-05 17:20:24'),(76159,6,18626,'181','2013-12-05 17:20:24'),(76160,7,18626,'DAY','2013-12-05 17:20:24'),(76161,66,18626,'TROOM','2013-12-05 17:20:24'),(76162,67,18626,'NURUDEEN','2013-12-05 17:20:24'),(76163,1,18628,'','2013-12-05 17:20:24'),(76164,2,18628,'','2013-12-05 17:20:24'),(76165,3,18628,'','2013-12-05 17:20:24'),(76166,6,18628,'','2013-12-05 17:20:24'),(76167,7,18628,'DAY','2013-12-05 17:20:24'),(76168,66,18628,'TROOM','2013-12-05 17:20:24'),(76169,67,18628,'','2013-12-05 17:20:24'),(76170,1,18631,'','2013-12-05 17:20:24'),(76171,2,18631,'','2013-12-05 17:20:24'),(76172,3,18631,'','2013-12-05 17:20:24'),(76173,6,18631,'','2013-12-05 17:20:24'),(76174,7,18631,'DAY','2013-12-05 17:20:24'),(76175,66,18631,'TROOM','2013-12-05 17:20:24'),(76176,67,18631,'','2013-12-05 17:20:24'),(76177,1,18632,'3599908','2013-12-05 17:26:39'),(76178,2,18632,'596868','2013-12-05 17:26:39'),(76179,3,18632,'','2013-12-05 17:26:39'),(76180,6,18632,'102','2013-12-05 17:26:39'),(76181,7,18632,'DAY','2013-12-05 17:26:39'),(76182,66,18632,'OPD','2013-12-05 17:26:39'),(76183,67,18632,'','2013-12-05 17:26:39'),(76184,1,18634,'','2013-12-05 17:26:39'),(76185,2,18634,'','2013-12-05 17:26:39'),(76186,3,18634,'','2013-12-05 17:26:39'),(76187,6,18634,'','2013-12-05 17:26:39'),(76188,7,18634,'DAY','2013-12-05 17:26:39'),(76189,66,18634,'OPD','2013-12-05 17:26:39'),(76190,67,18634,'','2013-12-05 17:26:39'),(76191,1,18637,'','2013-12-05 17:26:39'),(76192,2,18637,'','2013-12-05 17:26:39'),(76193,3,18637,'','2013-12-05 17:26:39'),(76194,6,18637,'','2013-12-05 17:26:39'),(76195,7,18637,'DAY','2013-12-05 17:26:39'),(76196,66,18637,'OPD','2013-12-05 17:26:39'),(76197,67,18637,'','2013-12-05 17:26:39'),(76198,1,18641,'','2013-12-05 17:26:39'),(76199,2,18641,'','2013-12-05 17:26:39'),(76200,3,18641,'','2013-12-05 17:26:39'),(76201,6,18641,'','2013-12-05 17:26:39'),(76202,7,18641,'DAY','2013-12-05 17:26:39'),(76203,66,18641,'OPD','2013-12-05 17:26:39'),(76204,67,18641,'','2013-12-05 17:26:39'),(76205,1,18642,'3599911','2013-12-05 17:31:46'),(76206,2,18642,'','2013-12-05 17:31:46'),(76207,3,18642,'','2013-12-05 17:31:46'),(76208,6,18642,'22','2013-12-05 17:31:46'),(76209,7,18642,'DAY','2013-12-05 17:31:46'),(76210,66,18642,'OPD','2013-12-05 17:31:46'),(76211,67,18642,'','2013-12-05 17:31:46'),(76212,1,18643,'3599926','2013-12-05 17:38:45'),(76213,2,18643,'','2013-12-05 17:38:45'),(76214,3,18643,'','2013-12-05 17:38:45'),(76215,6,18643,'22','2013-12-05 17:38:45'),(76216,7,18643,'DAY','2013-12-05 17:38:45'),(76217,66,18643,'OPD','2013-12-05 17:38:45'),(76218,67,18643,'','2013-12-05 17:38:45'),(76219,1,18644,'3599928','2013-12-05 17:49:11'),(76220,2,18644,'','2013-12-05 17:49:11'),(76221,3,18644,'','2013-12-05 17:49:11'),(76222,6,18644,'19','2013-12-05 17:49:11'),(76223,7,18644,'DAY','2013-12-05 17:49:11'),(76224,66,18644,'OPD','2013-12-05 17:49:11'),(76225,67,18644,'','2013-12-05 17:49:11'),(76226,1,18645,'3599927','2013-12-05 17:51:45'),(76227,2,18645,'','2013-12-05 17:51:45'),(76228,3,18645,'','2013-12-05 17:51:45'),(76229,6,18645,'93.40','2013-12-05 17:51:45'),(76230,7,18645,'DAY','2013-12-05 17:51:45'),(76231,66,18645,'OPD','2013-12-05 17:51:45'),(76232,67,18645,'','2013-12-05 17:51:45'),(76233,1,18646,'3599937','2013-12-05 18:06:00'),(76234,2,18646,'','2013-12-05 18:06:00'),(76235,3,18646,'','2013-12-05 18:06:00'),(76236,6,18646,'255','2013-12-05 18:06:00'),(76237,7,18646,'DAY','2013-12-05 18:06:00'),(76238,66,18646,'OPD','2013-12-05 18:06:00'),(76239,67,18646,'','2013-12-05 18:06:00'),(76240,1,18648,'','2013-12-05 18:06:01'),(76241,2,18648,'','2013-12-05 18:06:01'),(76242,3,18648,'','2013-12-05 18:06:01'),(76243,6,18648,'','2013-12-05 18:06:01'),(76244,7,18648,'DAY','2013-12-05 18:06:01'),(76245,66,18648,'OPD','2013-12-05 18:06:01'),(76246,67,18648,'','2013-12-05 18:06:01'),(76247,1,18651,'','2013-12-05 18:06:01'),(76248,2,18651,'','2013-12-05 18:06:01'),(76249,3,18651,'','2013-12-05 18:06:01'),(76250,6,18651,'','2013-12-05 18:06:01'),(76251,7,18651,'DAY','2013-12-05 18:06:01'),(76252,66,18651,'OPD','2013-12-05 18:06:01'),(76253,67,18651,'','2013-12-05 18:06:01'),(76254,1,18652,'3599939','2013-12-05 18:09:29'),(76255,2,18652,'596877','2013-12-05 18:09:29'),(76256,3,18652,'','2013-12-05 18:09:29'),(76257,6,18652,'20','2013-12-05 18:09:29'),(76258,7,18652,'DAY','2013-12-05 18:09:30'),(76259,66,18652,'SELF REQ','2013-12-05 18:09:30'),(76260,67,18652,'','2013-12-05 18:09:30'),(76261,1,18653,'3599941','2013-12-05 18:14:22'),(76262,2,18653,'596878','2013-12-05 18:14:22'),(76263,3,18653,'','2013-12-05 18:14:22'),(76264,6,18653,'13','2013-12-05 18:14:22'),(76265,7,18653,'DAY','2013-12-05 18:14:22'),(76266,66,18653,'OPD','2013-12-05 18:14:22'),(76267,67,18653,'','2013-12-05 18:14:22'),(76268,1,18654,'3599944','2013-12-05 18:17:06'),(76269,2,18654,'','2013-12-05 18:17:06'),(76270,3,18654,'','2013-12-05 18:17:06'),(76271,6,18654,'218.40','2013-12-05 18:17:06'),(76272,7,18654,'DAY','2013-12-05 18:17:06'),(76273,66,18654,'OPD','2013-12-05 18:17:06'),(76274,67,18654,'','2013-12-05 18:17:06'),(76275,1,18656,'','2013-12-05 18:17:06'),(76276,2,18656,'','2013-12-05 18:17:06'),(76277,3,18656,'','2013-12-05 18:17:06'),(76278,6,18656,'','2013-12-05 18:17:06'),(76279,7,18656,'DAY','2013-12-05 18:17:06'),(76280,66,18656,'OPD','2013-12-05 18:17:06'),(76281,67,18656,'','2013-12-05 18:17:06'),(76282,1,18657,'','2013-12-05 18:17:09'),(76283,2,18657,'','2013-12-05 18:17:09'),(76284,3,18657,'','2013-12-05 18:17:09'),(76285,6,18657,'','2013-12-05 18:17:09'),(76286,7,18657,'DAY','2013-12-05 18:17:09'),(76287,66,18657,'OPD','2013-12-05 18:17:09'),(76288,67,18657,'','2013-12-05 18:17:09'),(76289,1,18658,'3599952','2013-12-05 18:36:20'),(76290,2,18658,'','2013-12-05 18:36:20'),(76291,3,18658,'','2013-12-05 18:36:20'),(76292,6,18658,'73.40','2013-12-05 18:36:20'),(76293,7,18658,'DAY','2013-12-05 18:36:20'),(76294,66,18658,'SELF REQ','2013-12-05 18:36:20'),(76295,67,18658,'','2013-12-05 18:36:20'),(76296,1,18660,'','2013-12-05 18:36:20'),(76297,2,18660,'','2013-12-05 18:36:20'),(76298,3,18660,'','2013-12-05 18:36:20'),(76299,6,18660,'','2013-12-05 18:36:20'),(76300,7,18660,'DAY','2013-12-05 18:36:20'),(76301,66,18660,'OPD','2013-12-05 18:36:20'),(76302,67,18660,'','2013-12-05 18:36:20'),(76303,1,18661,'3599962','2013-12-05 18:51:56'),(76304,2,18661,'','2013-12-05 18:51:56'),(76305,3,18661,'','2013-12-05 18:51:56'),(76306,6,18661,'294','2013-12-05 18:51:56'),(76307,7,18661,'DAY','2013-12-05 18:51:56'),(76308,66,18661,'OPD','2013-12-05 18:51:56'),(76309,67,18661,'','2013-12-05 18:51:56'),(76310,1,18663,'','2013-12-05 18:51:56'),(76311,2,18663,'','2013-12-05 18:51:56'),(76312,3,18663,'','2013-12-05 18:51:56'),(76313,6,18663,'','2013-12-05 18:51:56'),(76314,7,18663,'DAY','2013-12-05 18:51:56'),(76315,66,18663,'OPD','2013-12-05 18:51:56'),(76316,67,18663,'','2013-12-05 18:51:56'),(76317,1,18666,'','2013-12-05 18:51:57'),(76318,2,18666,'','2013-12-05 18:51:57'),(76319,3,18666,'','2013-12-05 18:51:57'),(76320,6,18666,'','2013-12-05 18:51:57'),(76321,7,18666,'DAY','2013-12-05 18:51:57'),(76322,66,18666,'OPD','2013-12-05 18:51:57'),(76323,67,18666,'','2013-12-05 18:51:57'),(76324,1,18667,'3599987','2013-12-05 19:06:03'),(76325,2,18667,'','2013-12-05 19:06:03'),(76326,3,18667,'','2013-12-05 19:06:03'),(76327,6,18667,'40','2013-12-05 19:06:03'),(76328,7,18667,'DAY','2013-12-05 19:06:03'),(76329,66,18667,'OPD','2013-12-05 19:06:03'),(76330,67,18667,'','2013-12-05 19:06:03'),(76331,1,18668,'3599989','2013-12-05 19:08:36'),(76332,2,18668,'','2013-12-05 19:08:36'),(76333,3,18668,'','2013-12-05 19:08:36'),(76334,6,18668,'105','2013-12-05 19:08:36'),(76335,7,18668,'DAY','2013-12-05 19:08:36'),(76336,66,18668,'OPD','2013-12-05 19:08:36'),(76337,67,18668,'','2013-12-05 19:08:36'),(76338,1,18670,'','2013-12-05 19:08:37'),(76339,2,18670,'','2013-12-05 19:08:37'),(76340,3,18670,'','2013-12-05 19:08:37'),(76341,6,18670,'','2013-12-05 19:08:37'),(76342,7,18670,'DAY','2013-12-05 19:08:37'),(76343,66,18670,'OPD','2013-12-05 19:08:37'),(76344,67,18670,'','2013-12-05 19:08:37'),(76345,1,18671,'3599998','2013-12-05 19:23:25'),(76346,2,18671,'','2013-12-05 19:23:25'),(76347,3,18671,'','2013-12-05 19:23:25'),(76348,6,18671,'37','2013-12-05 19:23:25'),(76349,7,18671,'DAY','2013-12-05 19:23:25'),(76350,66,18671,'OPD','2013-12-05 19:23:25'),(76351,67,18671,'','2013-12-05 19:23:25'),(76352,1,18672,'3600009','2013-12-05 19:34:27'),(76353,2,18672,'','2013-12-05 19:34:27'),(76354,3,18672,'','2013-12-05 19:34:27'),(76355,6,18672,'407','2013-12-05 19:34:27'),(76356,7,18672,'DAY','2013-12-05 19:34:27'),(76357,66,18672,'OPD','2013-12-05 19:34:27'),(76358,67,18672,'','2013-12-05 19:34:27'),(76359,1,18673,'3600015','2013-12-05 19:43:33'),(76360,2,18673,'','2013-12-05 19:43:33'),(76361,3,18673,'','2013-12-05 19:43:33'),(76362,6,18673,'225','2013-12-05 19:43:33'),(76363,7,18673,'DAY','2013-12-05 19:43:33'),(76364,66,18673,'OPD','2013-12-05 19:43:33'),(76365,67,18673,'','2013-12-05 19:43:33'),(76366,1,18675,'','2013-12-05 19:43:33'),(76367,2,18675,'','2013-12-05 19:43:33'),(76368,3,18675,'','2013-12-05 19:43:33'),(76369,6,18675,'','2013-12-05 19:43:33'),(76370,7,18675,'DAY','2013-12-05 19:43:33'),(76371,66,18675,'OPD','2013-12-05 19:43:33'),(76372,67,18675,'','2013-12-05 19:43:33'),(76373,1,18676,'3600004','2013-12-05 19:47:05'),(76374,2,18676,'596907','2013-12-05 19:47:05'),(76375,3,18676,'','2013-12-05 19:47:05'),(76376,6,18676,'19','2013-12-05 19:47:05'),(76377,7,18676,'DAY','2013-12-05 19:47:05'),(76378,66,18676,'OPD','2013-12-05 19:47:05'),(76379,67,18676,'','2013-12-05 19:47:05'),(76380,1,18677,'36000033','2013-12-05 20:15:59'),(76381,2,18677,'','2013-12-05 20:15:59'),(76382,3,18677,'','2013-12-05 20:15:59'),(76383,6,18677,'263','2013-12-05 20:15:59'),(76384,7,18677,'DAY','2013-12-05 20:15:59'),(76385,66,18677,'OPD','2013-12-05 20:15:59'),(76386,67,18677,'','2013-12-05 20:15:59'),(76387,1,18679,'','2013-12-05 20:15:59'),(76388,2,18679,'','2013-12-05 20:15:59'),(76389,3,18679,'','2013-12-05 20:15:59'),(76390,6,18679,'','2013-12-05 20:15:59'),(76391,7,18679,'DAY','2013-12-05 20:15:59'),(76392,66,18679,'OPD','2013-12-05 20:15:59'),(76393,67,18679,'','2013-12-05 20:15:59'),(76394,1,18682,'','2013-12-05 20:15:59'),(76395,2,18682,'','2013-12-05 20:15:59'),(76396,3,18682,'','2013-12-05 20:15:59'),(76397,6,18682,'','2013-12-05 20:15:59'),(76398,7,18682,'DAY','2013-12-05 20:15:59'),(76399,66,18682,'OPD','2013-12-05 20:15:59'),(76400,67,18682,'','2013-12-05 20:15:59'),(76401,1,18686,'','2013-12-05 20:16:00'),(76402,2,18686,'','2013-12-05 20:16:00'),(76403,3,18686,'','2013-12-05 20:16:00'),(76404,6,18686,'','2013-12-05 20:16:00'),(76405,7,18686,'DAY','2013-12-05 20:16:00'),(76406,66,18686,'OPD','2013-12-05 20:16:00'),(76407,67,18686,'','2013-12-05 20:16:00'),(76408,1,18687,'3600034','2013-12-05 20:21:07'),(76409,2,18687,'596913','2013-12-05 20:21:07'),(76410,3,18687,'','2013-12-05 20:21:07'),(76411,6,18687,'18','2013-12-05 20:21:07'),(76412,7,18687,'DAY','2013-12-05 20:21:07'),(76413,66,18687,'OPD','2013-12-05 20:21:07'),(76414,67,18687,'','2013-12-05 20:21:07'),(76415,1,18688,'3600040','2013-12-05 20:39:50'),(76416,2,18688,'','2013-12-05 20:39:50'),(76417,3,18688,'','2013-12-05 20:39:50'),(76418,6,18688,'184.24','2013-12-05 20:39:50'),(76419,7,18688,'DAY','2013-12-05 20:39:50'),(76420,66,18688,'OPD','2013-12-05 20:39:50'),(76421,67,18688,'','2013-12-05 20:39:50'),(76422,1,18690,'','2013-12-05 20:39:50'),(76423,2,18690,'','2013-12-05 20:39:50'),(76424,3,18690,'','2013-12-05 20:39:50'),(76425,6,18690,'','2013-12-05 20:39:50'),(76426,7,18690,'DAY','2013-12-05 20:39:50'),(76427,66,18690,'OPD','2013-12-05 20:39:50'),(76428,67,18690,'','2013-12-05 20:39:50'),(76429,1,18691,'3600042','2013-12-05 20:41:54'),(76430,2,18691,'','2013-12-05 20:41:54'),(76431,3,18691,'','2013-12-05 20:41:54'),(76432,6,18691,'7.50','2013-12-05 20:41:54'),(76433,7,18691,'DAY','2013-12-05 20:41:54'),(76434,66,18691,'WARD B','2013-12-05 20:41:54'),(76435,67,18691,'ERIC','2013-12-05 20:41:54'),(76436,1,18692,'3600048','2013-12-05 20:49:33'),(76437,2,18692,'','2013-12-05 20:49:33'),(76438,3,18692,'','2013-12-05 20:49:33'),(76439,6,18692,'92','2013-12-05 20:49:33'),(76440,7,18692,'DAY','2013-12-05 20:49:33'),(76441,66,18692,'OPD','2013-12-05 20:49:33'),(76442,67,18692,'','2013-12-05 20:49:33'),(76443,1,18693,'3600053','2013-12-05 20:51:55'),(76444,2,18693,'','2013-12-05 20:51:55'),(76445,3,18693,'','2013-12-05 20:51:55'),(76446,6,18693,'105','2013-12-05 20:51:55'),(76447,7,18693,'DAY','2013-12-05 20:51:55'),(76448,66,18693,'OPD','2013-12-05 20:51:55'),(76449,67,18693,'','2013-12-05 20:51:55'),(76450,1,18695,'','2013-12-05 20:51:55'),(76451,2,18695,'','2013-12-05 20:51:55'),(76452,3,18695,'','2013-12-05 20:51:55'),(76453,6,18695,'','2013-12-05 20:51:55'),(76454,7,18695,'DAY','2013-12-05 20:51:55'),(76455,66,18695,'OPD','2013-12-05 20:51:55'),(76456,67,18695,'','2013-12-05 20:51:55'),(76457,1,18696,'3600063','2013-12-05 20:56:43'),(76458,2,18696,'596925','2013-12-05 20:56:43'),(76459,3,18696,'','2013-12-05 20:56:43'),(76460,6,18696,'124','2013-12-05 20:56:43'),(76461,7,18696,'DAY','2013-12-05 20:56:43'),(76462,66,18696,'OPD','2013-12-05 20:56:43'),(76463,67,18696,'','2013-12-05 20:56:43'),(76464,1,18698,'','2013-12-05 20:56:43'),(76465,2,18698,'','2013-12-05 20:56:43'),(76466,3,18698,'','2013-12-05 20:56:43'),(76467,6,18698,'','2013-12-05 20:56:43'),(76468,7,18698,'DAY','2013-12-05 20:56:43'),(76469,66,18698,'OPD','2013-12-05 20:56:43'),(76470,67,18698,'','2013-12-05 20:56:43'),(76471,1,18701,'','2013-12-05 20:56:44'),(76472,2,18701,'','2013-12-05 20:56:44'),(76473,3,18701,'','2013-12-05 20:56:44'),(76474,6,18701,'','2013-12-05 20:56:44'),(76475,7,18701,'DAY','2013-12-05 20:56:44'),(76476,66,18701,'OPD','2013-12-05 20:56:44'),(76477,67,18701,'','2013-12-05 20:56:44'),(76478,1,18702,'3600052','2013-12-05 20:59:29'),(76479,2,18702,'596922','2013-12-05 20:59:29'),(76480,3,18702,'','2013-12-05 20:59:29'),(76481,6,18702,'182','2013-12-05 20:59:29'),(76482,7,18702,'DAY','2013-12-05 20:59:29'),(76483,66,18702,'OPD','2013-12-05 20:59:29'),(76484,67,18702,'','2013-12-05 20:59:29'),(76485,1,18704,'','2013-12-05 20:59:29'),(76486,2,18704,'','2013-12-05 20:59:29'),(76487,3,18704,'','2013-12-05 20:59:29'),(76488,6,18704,'','2013-12-05 20:59:29'),(76489,7,18704,'DAY','2013-12-05 20:59:29'),(76490,66,18704,'OPD','2013-12-05 20:59:29'),(76491,67,18704,'','2013-12-05 20:59:29'),(76492,1,18705,'3600058','2013-12-05 21:04:21'),(76493,2,18705,'','2013-12-05 21:04:21'),(76494,3,18705,'','2013-12-05 21:04:21'),(76495,6,18705,'342','2013-12-05 21:04:21'),(76496,7,18705,'DAY','2013-12-05 21:04:21'),(76497,66,18705,'OPD','2013-12-05 21:04:21'),(76498,67,18705,'','2013-12-05 21:04:21'),(76499,1,18707,'','2013-12-05 21:04:21'),(76500,2,18707,'','2013-12-05 21:04:21'),(76501,3,18707,'','2013-12-05 21:04:21'),(76502,6,18707,'','2013-12-05 21:04:21'),(76503,7,18707,'DAY','2013-12-05 21:04:21'),(76504,66,18707,'OPD','2013-12-05 21:04:21'),(76505,67,18707,'','2013-12-05 21:04:21'),(76506,1,18710,'','2013-12-05 21:04:22'),(76507,2,18710,'','2013-12-05 21:04:22'),(76508,3,18710,'','2013-12-05 21:04:22'),(76509,6,18710,'','2013-12-05 21:04:22'),(76510,7,18710,'DAY','2013-12-05 21:04:22'),(76511,66,18710,'OPD','2013-12-05 21:04:22'),(76512,67,18710,'','2013-12-05 21:04:22'),(76513,1,18714,'','2013-12-05 21:04:22'),(76514,2,18714,'','2013-12-05 21:04:22'),(76515,3,18714,'','2013-12-05 21:04:22'),(76516,6,18714,'','2013-12-05 21:04:22'),(76517,7,18714,'DAY','2013-12-05 21:04:22'),(76518,66,18714,'OPD','2013-12-05 21:04:22'),(76519,67,18714,'','2013-12-05 21:04:22'),(76520,1,18715,'3600065','2013-12-05 21:09:40'),(76521,2,18715,'','2013-12-05 21:09:40'),(76522,3,18715,'','2013-12-05 21:09:40'),(76523,6,18715,'83','2013-12-05 21:09:40'),(76524,7,18715,'DAY','2013-12-05 21:09:40'),(76525,66,18715,'OPD','2013-12-05 21:09:40'),(76526,67,18715,'','2013-12-05 21:09:40'),(76527,1,18716,'3600070','2013-12-05 21:11:03'),(76528,2,18716,'','2013-12-05 21:11:03'),(76529,3,18716,'','2013-12-05 21:11:03'),(76530,6,18716,'30','2013-12-05 21:11:03'),(76531,7,18716,'DAY','2013-12-05 21:11:03'),(76532,66,18716,'WARD C','2013-12-05 21:11:03'),(76533,67,18716,'ERIC','2013-12-05 21:11:03'),(76534,1,18717,'','2013-12-05 21:16:39'),(76535,2,18717,'','2013-12-05 21:16:39'),(76536,3,18717,'','2013-12-05 21:16:39'),(76537,6,18717,'','2013-12-05 21:16:39'),(76538,7,18717,'DAY','2013-12-05 21:16:39'),(76539,66,18717,'OPD','2013-12-05 21:16:39'),(76540,67,18717,'','2013-12-05 21:16:39'),(76541,1,18719,'','2013-12-05 21:16:39'),(76542,2,18719,'','2013-12-05 21:16:39'),(76543,3,18719,'','2013-12-05 21:16:39'),(76544,6,18719,'','2013-12-05 21:16:39'),(76545,7,18719,'DAY','2013-12-05 21:16:39'),(76546,66,18719,'OPD','2013-12-05 21:16:39'),(76547,67,18719,'','2013-12-05 21:16:39'),(76548,1,18722,'','2013-12-05 21:16:39'),(76549,2,18722,'','2013-12-05 21:16:39'),(76550,3,18722,'','2013-12-05 21:16:39'),(76551,6,18722,'','2013-12-05 21:16:39'),(76552,7,18722,'DAY','2013-12-05 21:16:39'),(76553,66,18722,'OPD','2013-12-05 21:16:39'),(76554,67,18722,'','2013-12-05 21:16:39'),(76555,1,18723,'3600068','2013-12-05 21:30:34'),(76556,2,18723,'596926','2013-12-05 21:30:34'),(76557,3,18723,'','2013-12-05 21:30:34'),(76558,6,18723,'19.80','2013-12-05 21:30:34'),(76559,7,18723,'DAY','2013-12-05 21:30:34'),(76560,66,18723,'OPD','2013-12-05 21:30:34'),(76561,67,18723,'','2013-12-05 21:30:34'),(76562,1,18724,'','2013-12-05 21:31:39'),(76563,2,18724,'','2013-12-05 21:31:39'),(76564,3,18724,'','2013-12-05 21:31:39'),(76565,6,18724,'','2013-12-05 21:31:39'),(76566,7,18724,'DAY','2013-12-05 21:31:39'),(76567,66,18724,'OPD','2013-12-05 21:31:39'),(76568,67,18724,'','2013-12-05 21:31:39'),(76569,1,18725,'3600082','2013-12-05 21:35:58'),(76570,2,18725,'','2013-12-05 21:35:58'),(76571,3,18725,'','2013-12-05 21:35:58'),(76572,6,18725,'91','2013-12-05 21:35:58'),(76573,7,18725,'DAY','2013-12-05 21:35:58'),(76574,66,18725,'OPD','2013-12-05 21:35:58'),(76575,67,18725,'','2013-12-05 21:35:58'),(76576,1,18727,'','2013-12-05 21:35:58'),(76577,2,18727,'','2013-12-05 21:35:58'),(76578,3,18727,'','2013-12-05 21:35:58'),(76579,6,18727,'','2013-12-05 21:35:58'),(76580,7,18727,'DAY','2013-12-05 21:35:58'),(76581,66,18727,'OPD','2013-12-05 21:35:58'),(76582,67,18727,'','2013-12-05 21:35:58'),(76583,1,18728,'3600098','2013-12-05 21:47:45'),(76584,2,18728,'','2013-12-05 21:47:45'),(76585,3,18728,'','2013-12-05 21:47:45'),(76586,6,18728,'25','2013-12-05 21:47:45'),(76587,7,18728,'DAY','2013-12-05 21:47:45'),(76588,66,18728,'OPD','2013-12-05 21:47:45'),(76589,67,18728,'','2013-12-05 21:47:45'),(76590,1,18730,'','2013-12-05 21:47:45'),(76591,2,18730,'','2013-12-05 21:47:45'),(76592,3,18730,'','2013-12-05 21:47:45'),(76593,6,18730,'','2013-12-05 21:47:45'),(76594,7,18730,'DAY','2013-12-05 21:47:45'),(76595,66,18730,'OPD','2013-12-05 21:47:45'),(76596,67,18730,'','2013-12-05 21:47:45'),(76597,1,18731,'3600100','2013-12-05 21:51:28'),(76598,2,18731,'','2013-12-05 21:51:28'),(76599,3,18731,'','2013-12-05 21:51:28'),(76600,6,18731,'15','2013-12-05 21:51:28'),(76601,7,18731,'DAY','2013-12-05 21:51:28'),(76602,66,18731,'WARD B','2013-12-05 21:51:28'),(76603,67,18731,'REGINA','2013-12-05 21:51:28'),(76604,1,18732,'3600102','2013-12-05 21:54:51'),(76605,2,18732,'','2013-12-05 21:54:51'),(76606,3,18732,'','2013-12-05 21:54:51'),(76607,6,18732,'15','2013-12-05 21:54:51'),(76608,7,18732,'DAY','2013-12-05 21:54:51'),(76609,66,18732,'WARD B','2013-12-05 21:54:51'),(76610,67,18732,'REGINA','2013-12-05 21:54:51'),(76611,1,18733,'3600105','2013-12-05 22:11:48'),(76612,2,18733,'','2013-12-05 22:11:48'),(76613,3,18733,'','2013-12-05 22:11:48'),(76614,6,18733,'33.00','2013-12-05 22:11:48'),(76615,7,18733,'DAY','2013-12-05 22:11:48'),(76616,66,18733,'OPD','2013-12-05 22:11:48'),(76617,67,18733,'','2013-12-05 22:11:48'),(76618,1,18734,'3600099','2013-12-05 22:16:56'),(76619,2,18734,'596938','2013-12-05 22:16:56'),(76620,3,18734,'','2013-12-05 22:16:56'),(76621,6,18734,'85.00','2013-12-05 22:16:56'),(76622,7,18734,'DAY','2013-12-05 22:16:56'),(76623,66,18734,'OPD','2013-12-05 22:16:56'),(76624,67,18734,'','2013-12-05 22:16:56'),(76625,1,18735,'3600106','2013-12-05 22:20:11'),(76626,2,18735,'','2013-12-05 22:20:11'),(76627,3,18735,'','2013-12-05 22:20:11'),(76628,6,18735,'251.00','2013-12-05 22:20:11'),(76629,7,18735,'DAY','2013-12-05 22:20:11'),(76630,66,18735,'OPD','2013-12-05 22:20:11'),(76631,67,18735,'','2013-12-05 22:20:11'),(76632,1,18737,'','2013-12-05 22:20:11'),(76633,2,18737,'','2013-12-05 22:20:11'),(76634,3,18737,'','2013-12-05 22:20:11'),(76635,6,18737,'','2013-12-05 22:20:11'),(76636,7,18737,'DAY','2013-12-05 22:20:11'),(76637,66,18737,'OPD','2013-12-05 22:20:11'),(76638,67,18737,'','2013-12-05 22:20:11'),(76639,1,18738,'3600108','2013-12-05 22:29:27'),(76640,2,18738,'596940','2013-12-05 22:29:27'),(76641,3,18738,'','2013-12-05 22:29:27'),(76642,6,18738,'91.00','2013-12-05 22:29:27'),(76643,7,18738,'DAY','2013-12-05 22:29:27'),(76644,66,18738,'OPD','2013-12-05 22:29:27'),(76645,67,18738,'','2013-12-05 22:29:27'),(76646,1,18740,'','2013-12-05 22:29:27'),(76647,2,18740,'','2013-12-05 22:29:27'),(76648,3,18740,'','2013-12-05 22:29:27'),(76649,6,18740,'','2013-12-05 22:29:27'),(76650,7,18740,'DAY','2013-12-05 22:29:27'),(76651,66,18740,'OPD','2013-12-05 22:29:27'),(76652,67,18740,'','2013-12-05 22:29:27'),(76653,1,18741,'3600113','2013-12-05 22:31:45'),(76654,2,18741,'','2013-12-05 22:31:45'),(76655,3,18741,'','2013-12-05 22:31:45'),(76656,6,18741,'112.00','2013-12-05 22:31:45'),(76657,7,18741,'DAY','2013-12-05 22:31:45'),(76658,66,18741,'OPD','2013-12-05 22:31:45'),(76659,67,18741,'','2013-12-05 22:31:45'),(76660,1,18743,'','2013-12-05 22:31:45'),(76661,2,18743,'','2013-12-05 22:31:45'),(76662,3,18743,'','2013-12-05 22:31:45'),(76663,6,18743,'','2013-12-05 22:31:45'),(76664,7,18743,'DAY','2013-12-05 22:31:45'),(76665,66,18743,'OPD','2013-12-05 22:31:45'),(76666,67,18743,'','2013-12-05 22:31:45'),(76667,1,18746,'','2013-12-05 22:31:46'),(76668,2,18746,'','2013-12-05 22:31:46'),(76669,3,18746,'','2013-12-05 22:31:46'),(76670,6,18746,'','2013-12-05 22:31:46'),(76671,7,18746,'DAY','2013-12-05 22:31:46'),(76672,66,18746,'OPD','2013-12-05 22:31:46'),(76673,67,18746,'','2013-12-05 22:31:46'),(76674,1,18747,'3600093','2013-12-05 22:33:17'),(76675,2,18747,'596937','2013-12-05 22:33:17'),(76676,3,18747,'','2013-12-05 22:33:17'),(76677,6,18747,'20.00','2013-12-05 22:33:17'),(76678,7,18747,'DAY','2013-12-05 22:33:17'),(76679,66,18747,'OPD','2013-12-05 22:33:17'),(76680,67,18747,'','2013-12-05 22:33:17'),(76681,1,18748,'3600109','2013-12-05 22:36:10'),(76682,2,18748,'','2013-12-05 22:36:10'),(76683,3,18748,'','2013-12-05 22:36:10'),(76684,6,18748,'81.00','2013-12-05 22:36:10'),(76685,7,18748,'DAY','2013-12-05 22:36:10'),(76686,66,18748,'OPD','2013-12-05 22:36:10'),(76687,67,18748,'','2013-12-05 22:36:10'),(76688,1,18749,'3600116','2013-12-05 22:39:47'),(76689,2,18749,'','2013-12-05 22:39:47'),(76690,3,18749,'','2013-12-05 22:39:47'),(76691,6,18749,'68.00','2013-12-05 22:39:47'),(76692,7,18749,'DAY','2013-12-05 22:39:47'),(76693,66,18749,'OPD','2013-12-05 22:39:47'),(76694,67,18749,'','2013-12-05 22:39:47'),(76695,1,18751,'','2013-12-05 22:39:47'),(76696,2,18751,'','2013-12-05 22:39:47'),(76697,3,18751,'','2013-12-05 22:39:47'),(76698,6,18751,'','2013-12-05 22:39:47'),(76699,7,18751,'DAY','2013-12-05 22:39:47'),(76700,66,18751,'OPD','2013-12-05 22:39:47'),(76701,67,18751,'','2013-12-05 22:39:47'),(76702,1,18754,'','2013-12-05 22:39:47'),(76703,2,18754,'','2013-12-05 22:39:47'),(76704,3,18754,'','2013-12-05 22:39:47'),(76705,6,18754,'','2013-12-05 22:39:47'),(76706,7,18754,'DAY','2013-12-05 22:39:47'),(76707,66,18754,'OPD','2013-12-05 22:39:47'),(76708,67,18754,'','2013-12-05 22:39:47'),(76709,1,18755,'3600117','2013-12-05 22:41:27'),(76710,2,18755,'','2013-12-05 22:41:27'),(76711,3,18755,'','2013-12-05 22:41:27'),(76712,6,18755,'19.00','2013-12-05 22:41:27'),(76713,7,18755,'DAY','2013-12-05 22:41:27'),(76714,66,18755,'OPD','2013-12-05 22:41:27'),(76715,67,18755,'','2013-12-05 22:41:27'),(76716,1,18756,'3599739','2013-12-05 22:49:11'),(76717,2,18756,'596944','2013-12-05 22:49:11'),(76718,3,18756,'','2013-12-05 22:49:11'),(76719,6,18756,'260','2013-12-05 22:49:11'),(76720,7,18756,'DAY','2013-12-05 22:49:11'),(76721,66,18756,'TROOM','2013-12-05 22:49:11'),(76722,67,18756,'','2013-12-05 22:49:11'),(76723,1,18758,'','2013-12-05 22:49:11'),(76724,2,18758,'','2013-12-05 22:49:11'),(76725,3,18758,'','2013-12-05 22:49:11'),(76726,6,18758,'','2013-12-05 22:49:11'),(76727,7,18758,'DAY','2013-12-05 22:49:11'),(76728,66,18758,'TROOM','2013-12-05 22:49:11'),(76729,67,18758,'','2013-12-05 22:49:11'),(76730,1,18761,'','2013-12-05 22:49:11'),(76731,2,18761,'','2013-12-05 22:49:11'),(76732,3,18761,'','2013-12-05 22:49:11'),(76733,6,18761,'','2013-12-05 22:49:11'),(76734,7,18761,'DAY','2013-12-05 22:49:11'),(76735,66,18761,'TROOM','2013-12-05 22:49:11'),(76736,67,18761,'','2013-12-05 22:49:11'),(76737,1,18762,'3597106','2013-12-05 22:52:16'),(76738,2,18762,'','2013-12-05 22:52:16'),(76739,3,18762,'','2013-12-05 22:52:16'),(76740,6,18762,'22','2013-12-05 22:52:16'),(76741,7,18762,'DAY','2013-12-05 22:52:16'),(76742,66,18762,'OPD','2013-12-05 22:52:16'),(76743,67,18762,'','2013-12-05 22:52:16'),(76744,1,18763,'3597093','2013-12-05 22:55:20'),(76745,2,18763,'','2013-12-05 22:55:20'),(76746,3,18763,'','2013-12-05 22:55:20'),(76747,6,18763,'35','2013-12-05 22:55:20'),(76748,7,18763,'DAY','2013-12-05 22:55:20'),(76749,66,18763,'OPD','2013-12-05 22:55:20'),(76750,67,18763,'','2013-12-05 22:55:20'),(76751,1,18765,'','2013-12-05 22:55:20'),(76752,2,18765,'','2013-12-05 22:55:20'),(76753,3,18765,'','2013-12-05 22:55:20'),(76754,6,18765,'','2013-12-05 22:55:20'),(76755,7,18765,'DAY','2013-12-05 22:55:20'),(76756,66,18765,'OPD','2013-12-05 22:55:20'),(76757,67,18765,'','2013-12-05 22:55:20'),(76758,1,18766,'3600121','2013-12-05 22:56:51'),(76759,2,18766,'','2013-12-05 22:56:51'),(76760,3,18766,'','2013-12-05 22:56:51'),(76761,6,18766,'15','2013-12-05 22:56:51'),(76762,7,18766,'DAY','2013-12-05 22:56:51'),(76763,66,18766,'OPD','2013-12-05 22:56:51'),(76764,67,18766,'','2013-12-05 22:56:51'),(76765,1,18767,'3600122','2013-12-05 22:59:35'),(76766,2,18767,'','2013-12-05 22:59:35'),(76767,3,18767,'','2013-12-05 22:59:35'),(76768,6,18767,'68','2013-12-05 22:59:35'),(76769,7,18767,'DAY','2013-12-05 22:59:35'),(76770,66,18767,'OPD','2013-12-05 22:59:35'),(76771,67,18767,'','2013-12-05 22:59:35'),(76772,1,18769,'','2013-12-05 22:59:36'),(76773,2,18769,'','2013-12-05 22:59:36'),(76774,3,18769,'','2013-12-05 22:59:36'),(76775,6,18769,'','2013-12-05 22:59:36'),(76776,7,18769,'DAY','2013-12-05 22:59:36'),(76777,66,18769,'OPD','2013-12-05 22:59:36'),(76778,67,18769,'','2013-12-05 22:59:36'),(76779,1,18772,'','2013-12-05 22:59:36'),(76780,2,18772,'','2013-12-05 22:59:36'),(76781,3,18772,'','2013-12-05 22:59:36'),(76782,6,18772,'','2013-12-05 22:59:36'),(76783,7,18772,'DAY','2013-12-05 22:59:36'),(76784,66,18772,'OPD','2013-12-05 22:59:36'),(76785,67,18772,'','2013-12-05 22:59:36'),(76786,1,18773,'3600123','2013-12-05 23:01:37'),(76787,2,18773,'','2013-12-05 23:01:37'),(76788,3,18773,'','2013-12-05 23:01:37'),(76789,6,18773,'50','2013-12-05 23:01:37'),(76790,7,18773,'DAY','2013-12-05 23:01:37'),(76791,66,18773,'OPD','2013-12-05 23:01:37'),(76792,67,18773,'','2013-12-05 23:01:37'),(76793,1,18775,'','2013-12-05 23:01:37'),(76794,2,18775,'','2013-12-05 23:01:37'),(76795,3,18775,'','2013-12-05 23:01:37'),(76796,6,18775,'','2013-12-05 23:01:37'),(76797,7,18775,'DAY','2013-12-05 23:01:37'),(76798,66,18775,'OPD','2013-12-05 23:01:37'),(76799,67,18775,'','2013-12-05 23:01:37'),(76800,1,18776,'3600132','2013-12-05 23:05:35'),(76801,2,18776,'','2013-12-05 23:05:35'),(76802,3,18776,'','2013-12-05 23:05:35'),(76803,6,18776,'50','2013-12-05 23:05:35'),(76804,7,18776,'DAY','2013-12-05 23:05:35'),(76805,66,18776,'OPD','2013-12-05 23:05:35'),(76806,67,18776,'','2013-12-05 23:05:35'),(76807,1,18778,'','2013-12-05 23:05:35'),(76808,2,18778,'','2013-12-05 23:05:35'),(76809,3,18778,'','2013-12-05 23:05:35'),(76810,6,18778,'','2013-12-05 23:05:35'),(76811,7,18778,'DAY','2013-12-05 23:05:35'),(76812,66,18778,'OPD','2013-12-05 23:05:35'),(76813,67,18778,'','2013-12-05 23:05:35'),(76814,1,18779,'3600151','2013-12-05 23:35:51'),(76815,2,18779,'','2013-12-05 23:35:51'),(76816,3,18779,'','2013-12-05 23:35:51'),(76817,6,18779,'50','2013-12-05 23:35:51'),(76818,7,18779,'DAY','2013-12-05 23:35:51'),(76819,66,18779,'OPD','2013-12-05 23:35:51'),(76820,67,18779,'','2013-12-05 23:35:51'),(76821,1,18780,'3600180','2013-12-05 23:59:24'),(76822,2,18780,'','2013-12-05 23:59:24'),(76823,3,18780,'','2013-12-05 23:59:24'),(76824,6,18780,'104','2013-12-05 23:59:24'),(76825,7,18780,'DAY','2013-12-05 23:59:24'),(76826,66,18780,'OPD','2013-12-05 23:59:24'),(76827,67,18780,'','2013-12-05 23:59:24'),(76828,1,18782,'','2013-12-05 23:59:24'),(76829,2,18782,'','2013-12-05 23:59:24'),(76830,3,18782,'','2013-12-05 23:59:24'),(76831,6,18782,'','2013-12-05 23:59:24'),(76832,7,18782,'DAY','2013-12-05 23:59:24'),(76833,66,18782,'OPD','2013-12-05 23:59:24'),(76834,67,18782,'','2013-12-05 23:59:24'),(76835,1,18783,'3600185','2013-12-06 00:05:16'),(76836,2,18783,'596956','2013-12-06 00:05:16'),(76837,3,18783,'','2013-12-06 00:05:16'),(76838,6,18783,'51','2013-12-06 00:05:16'),(76839,7,18783,'DAY','2013-12-06 00:05:16'),(76840,66,18783,'OPD','2013-12-06 00:05:16'),(76841,67,18783,'','2013-12-06 00:05:16'),(76842,1,18784,'','2013-12-06 00:08:10'),(76843,2,18784,'','2013-12-06 00:08:10'),(76844,3,18784,'','2013-12-06 00:08:10'),(76845,6,18784,'','2013-12-06 00:08:10'),(76846,7,18784,'DAY','2013-12-06 00:08:10'),(76847,66,18784,'OPD','2013-12-06 00:08:10'),(76848,67,18784,'','2013-12-06 00:08:10'),(76849,1,18785,'3600210','2013-12-06 00:34:24'),(76850,2,18785,'596961','2013-12-06 00:34:24'),(76851,3,18785,'','2013-12-06 00:34:24'),(76852,6,18785,'24','2013-12-06 00:34:24'),(76853,7,18785,'DAY','2013-12-06 00:34:24'),(76854,66,18785,'OPD','2013-12-06 00:34:24'),(76855,67,18785,'','2013-12-06 00:34:24'),(76856,1,18786,'3600214','2013-12-06 00:40:31'),(76857,2,18786,'','2013-12-06 00:40:31'),(76858,3,18786,'','2013-12-06 00:40:31'),(76859,6,18786,'18','2013-12-06 00:40:31'),(76860,7,18786,'DAY','2013-12-06 00:40:31'),(76861,66,18786,'OPD','2013-12-06 00:40:31'),(76862,67,18786,'','2013-12-06 00:40:31'),(76863,1,18787,'3593067','2013-12-06 00:51:49'),(76864,2,18787,'','2013-12-06 00:51:49'),(76865,3,18787,'','2013-12-06 00:51:49'),(76866,6,18787,'45','2013-12-06 00:51:49'),(76867,7,18787,'DAY','2013-12-06 00:51:49'),(76868,66,18787,'OPD','2013-12-06 00:51:49'),(76869,67,18787,'','2013-12-06 00:51:49'),(76870,1,18789,'','2013-12-06 00:51:49'),(76871,2,18789,'','2013-12-06 00:51:49'),(76872,3,18789,'','2013-12-06 00:51:49'),(76873,6,18789,'','2013-12-06 00:51:49'),(76874,7,18789,'DAY','2013-12-06 00:51:49'),(76875,66,18789,'OPD','2013-12-06 00:51:49'),(76876,67,18789,'','2013-12-06 00:51:49'),(76877,1,18790,'3600221','2013-12-06 01:01:45'),(76878,2,18790,'596968','2013-12-06 01:01:45'),(76879,3,18790,'','2013-12-06 01:01:45'),(76880,6,18790,'93','2013-12-06 01:01:45'),(76881,7,18790,'DAY','2013-12-06 01:01:45'),(76882,66,18790,'OPD','2013-12-06 01:01:45'),(76883,67,18790,'','2013-12-06 01:01:45'),(76884,1,18792,'','2013-12-06 01:01:46'),(76885,2,18792,'','2013-12-06 01:01:46'),(76886,3,18792,'','2013-12-06 01:01:46'),(76887,6,18792,'','2013-12-06 01:01:46'),(76888,7,18792,'DAY','2013-12-06 01:01:46'),(76889,66,18792,'OPD','2013-12-06 01:01:46'),(76890,67,18792,'','2013-12-06 01:01:46'),(76891,1,18795,'','2013-12-06 01:01:46'),(76892,2,18795,'','2013-12-06 01:01:46'),(76893,3,18795,'','2013-12-06 01:01:46'),(76894,6,18795,'','2013-12-06 01:01:46'),(76895,7,18795,'DAY','2013-12-06 01:01:46'),(76896,66,18795,'OPD','2013-12-06 01:01:46'),(76897,67,18795,'','2013-12-06 01:01:46'),(76898,1,18796,'3600237','2013-12-06 01:20:47'),(76899,2,18796,'596973','2013-12-06 01:20:47'),(76900,3,18796,'','2013-12-06 01:20:47'),(76901,6,18796,'35','2013-12-06 01:20:47'),(76902,7,18796,'DAY','2013-12-06 01:20:47'),(76903,66,18796,'OPD','2013-12-06 01:20:47'),(76904,67,18796,'','2013-12-06 01:20:47'),(76905,1,18797,'3600240','2013-12-06 01:25:34'),(76906,2,18797,'','2013-12-06 01:25:34'),(76907,3,18797,'','2013-12-06 01:25:34'),(76908,6,18797,'333.75','2013-12-06 01:25:34'),(76909,7,18797,'DAY','2013-12-06 01:25:34'),(76910,66,18797,'OPD','2013-12-06 01:25:34'),(76911,67,18797,'','2013-12-06 01:25:34'),(76912,1,18799,'','2013-12-06 01:25:34'),(76913,2,18799,'','2013-12-06 01:25:34'),(76914,3,18799,'','2013-12-06 01:25:34'),(76915,6,18799,'','2013-12-06 01:25:34'),(76916,7,18799,'DAY','2013-12-06 01:25:34'),(76917,66,18799,'OPD','2013-12-06 01:25:34'),(76918,67,18799,'','2013-12-06 01:25:34'),(76919,1,18802,'','2013-12-06 01:25:35'),(76920,2,18802,'','2013-12-06 01:25:35'),(76921,3,18802,'','2013-12-06 01:25:35'),(76922,6,18802,'','2013-12-06 01:25:35'),(76923,7,18802,'DAY','2013-12-06 01:25:35'),(76924,66,18802,'OPD','2013-12-06 01:25:35'),(76925,67,18802,'','2013-12-06 01:25:35'),(76926,1,18803,'3600252','2013-12-06 01:29:04'),(76927,2,18803,'','2013-12-06 01:29:04'),(76928,3,18803,'','2013-12-06 01:29:04'),(76929,6,18803,'12','2013-12-06 01:29:04'),(76930,7,18803,'DAY','2013-12-06 01:29:04'),(76931,66,18803,'OPD','2013-12-06 01:29:04'),(76932,67,18803,'','2013-12-06 01:29:04'),(76933,1,18804,'3600245','2013-12-06 01:36:20'),(76934,2,18804,'','2013-12-06 01:36:20'),(76935,3,18804,'','2013-12-06 01:36:20'),(76936,6,18804,'81','2013-12-06 01:36:20'),(76937,7,18804,'DAY','2013-12-06 01:36:20'),(76938,66,18804,'OPD','2013-12-06 01:36:20'),(76939,67,18804,'','2013-12-06 01:36:20'),(76940,1,18805,'3600259','2013-12-06 01:54:43'),(76941,2,18805,'596976','2013-12-06 01:54:43'),(76942,3,18805,'','2013-12-06 01:54:43'),(76943,6,18805,'79','2013-12-06 01:54:43'),(76944,7,18805,'DAY','2013-12-06 01:54:43'),(76945,66,18805,'SELF REQ','2013-12-06 01:54:43'),(76946,67,18805,'','2013-12-06 01:54:43'),(76947,1,18807,'','2013-12-06 01:54:43'),(76948,2,18807,'','2013-12-06 01:54:43'),(76949,3,18807,'','2013-12-06 01:54:43'),(76950,6,18807,'','2013-12-06 01:54:43'),(76951,7,18807,'DAY','2013-12-06 01:54:43'),(76952,66,18807,'SELF REQ','2013-12-06 01:54:43'),(76953,67,18807,'','2013-12-06 01:54:43'),(76954,1,18808,'3600269','2013-12-06 02:03:20'),(76955,2,18808,'','2013-12-06 02:03:20'),(76956,3,18808,'','2013-12-06 02:03:20'),(76957,6,18808,'54','2013-12-06 02:03:20'),(76958,7,18808,'DAY','2013-12-06 02:03:20'),(76959,66,18808,'OPD','2013-12-06 02:03:20'),(76960,67,18808,'','2013-12-06 02:03:20'),(76961,1,18810,'','2013-12-06 02:03:21'),(76962,2,18810,'','2013-12-06 02:03:21'),(76963,3,18810,'','2013-12-06 02:03:21'),(76964,6,18810,'','2013-12-06 02:03:21'),(76965,7,18810,'DAY','2013-12-06 02:03:21'),(76966,66,18810,'OPD','2013-12-06 02:03:21'),(76967,67,18810,'','2013-12-06 02:03:21'),(76968,1,18811,'3600291','2013-12-06 02:50:16'),(76969,2,18811,'','2013-12-06 02:50:16'),(76970,3,18811,'','2013-12-06 02:50:16'),(76971,6,18811,'50','2013-12-06 02:50:16'),(76972,7,18811,'DAY','2013-12-06 02:50:16'),(76973,66,18811,'OPD','2013-12-06 02:50:16'),(76974,67,18811,'','2013-12-06 02:50:16'),(76975,1,18813,'','2013-12-06 02:50:16'),(76976,2,18813,'','2013-12-06 02:50:16'),(76977,3,18813,'','2013-12-06 02:50:16'),(76978,6,18813,'','2013-12-06 02:50:16'),(76979,7,18813,'DAY','2013-12-06 02:50:16'),(76980,66,18813,'OPD','2013-12-06 02:50:16'),(76981,67,18813,'','2013-12-06 02:50:16'),(76982,1,18814,'3600297','2013-12-06 03:04:23'),(76983,2,18814,'','2013-12-06 03:04:23'),(76984,3,18814,'','2013-12-06 03:04:23'),(76985,6,18814,'150','2013-12-06 03:04:23'),(76986,7,18814,'NIGHT','2013-12-06 03:04:23'),(76987,66,18814,'WARD B','2013-12-06 03:04:23'),(76988,67,18814,'','2013-12-06 03:04:23'),(76989,1,18816,'','2013-12-06 03:04:23'),(76990,2,18816,'','2013-12-06 03:04:23'),(76991,3,18816,'','2013-12-06 03:04:23'),(76992,6,18816,'','2013-12-06 03:04:23'),(76993,7,18816,'NIGHT','2013-12-06 03:04:23'),(76994,66,18816,'WARD B','2013-12-06 03:04:23'),(76995,67,18816,'','2013-12-06 03:04:23'),(76996,1,18819,'','2013-12-06 03:04:23'),(76997,2,18819,'','2013-12-06 03:04:23'),(76998,3,18819,'','2013-12-06 03:04:23'),(76999,6,18819,'','2013-12-06 03:04:23'),(77000,7,18819,'NIGHT','2013-12-06 03:04:23'),(77001,66,18819,'WARD B','2013-12-06 03:04:23'),(77002,67,18819,'','2013-12-06 03:04:23'),(77003,1,18820,'3600301','2013-12-06 03:13:19'),(77004,2,18820,'','2013-12-06 03:13:19'),(77005,3,18820,'','2013-12-06 03:13:19'),(77006,6,18820,'68','2013-12-06 03:13:19'),(77007,7,18820,'NIGHT','2013-12-06 03:13:19'),(77008,66,18820,'OPD','2013-12-06 03:13:19'),(77009,67,18820,'','2013-12-06 03:13:19'),(77010,1,18822,'','2013-12-06 03:13:19'),(77011,2,18822,'','2013-12-06 03:13:19'),(77012,3,18822,'','2013-12-06 03:13:19'),(77013,6,18822,'','2013-12-06 03:13:19'),(77014,7,18822,'NIGHT','2013-12-06 03:13:19'),(77015,66,18822,'OPD','2013-12-06 03:13:19'),(77016,67,18822,'','2013-12-06 03:13:19'),(77017,1,18825,'','2013-12-06 03:13:20'),(77018,2,18825,'','2013-12-06 03:13:20'),(77019,3,18825,'','2013-12-06 03:13:20'),(77020,6,18825,'','2013-12-06 03:13:20'),(77021,7,18825,'NIGHT','2013-12-06 03:13:20'),(77022,66,18825,'OPD','2013-12-06 03:13:20'),(77023,67,18825,'','2013-12-06 03:13:20'),(77024,1,18826,'3600308','2013-12-06 03:39:09'),(77025,2,18826,'','2013-12-06 03:39:09'),(77026,3,18826,'','2013-12-06 03:39:09'),(77027,6,18826,'36','2013-12-06 03:39:09'),(77028,7,18826,'NIGHT','2013-12-06 03:39:09'),(77029,66,18826,'OPD','2013-12-06 03:39:09'),(77030,67,18826,'','2013-12-06 03:39:09'),(77031,1,18828,'','2013-12-06 03:39:10'),(77032,2,18828,'','2013-12-06 03:39:10'),(77033,3,18828,'','2013-12-06 03:39:10'),(77034,6,18828,'','2013-12-06 03:39:10'),(77035,7,18828,'NIGHT','2013-12-06 03:39:10'),(77036,66,18828,'OPD','2013-12-06 03:39:10'),(77037,67,18828,'','2013-12-06 03:39:10'),(77038,1,18829,'3600311','2013-12-06 04:04:44'),(77039,2,18829,'','2013-12-06 04:04:44'),(77040,3,18829,'','2013-12-06 04:04:44'),(77041,6,18829,'145','2013-12-06 04:04:44'),(77042,7,18829,'NIGHT','2013-12-06 04:04:44'),(77043,66,18829,'WARD C','2013-12-06 04:04:44'),(77044,67,18829,'STELLA','2013-12-06 04:04:44'),(77045,1,18831,'','2013-12-06 04:04:45'),(77046,2,18831,'','2013-12-06 04:04:45'),(77047,3,18831,'','2013-12-06 04:04:45'),(77048,6,18831,'','2013-12-06 04:04:45'),(77049,7,18831,'NIGHT','2013-12-06 04:04:45'),(77050,66,18831,'WARD C','2013-12-06 04:04:45'),(77051,67,18831,'STELLA','2013-12-06 04:04:45'),(77052,1,18834,'','2013-12-06 04:04:45'),(77053,2,18834,'','2013-12-06 04:04:45'),(77054,3,18834,'','2013-12-06 04:04:45'),(77055,6,18834,'','2013-12-06 04:04:45'),(77056,7,18834,'NIGHT','2013-12-06 04:04:45'),(77057,66,18834,'WARD C','2013-12-06 04:04:45'),(77058,67,18834,'STELLA','2013-12-06 04:04:45'),(77059,1,18835,'3600318','2013-12-06 04:14:14'),(77060,2,18835,'596994','2013-12-06 04:14:14'),(77061,3,18835,'','2013-12-06 04:14:14'),(77062,6,18835,'50','2013-12-06 04:14:14'),(77063,7,18835,'NIGHT','2013-12-06 04:14:14'),(77064,66,18835,'SELF REQ','2013-12-06 04:14:14'),(77065,67,18835,'','2013-12-06 04:14:14'),(77066,1,18836,'3600321','2013-12-06 04:21:42'),(77067,2,18836,'','2013-12-06 04:21:42'),(77068,3,18836,'','2013-12-06 04:21:42'),(77069,6,18836,'22','2013-12-06 04:21:42'),(77070,7,18836,'NIGHT','2013-12-06 04:21:42'),(77071,66,18836,'TROOM','2013-12-06 04:21:42'),(77072,67,18836,'','2013-12-06 04:21:42'),(77073,1,18837,'3600326','2013-12-06 05:06:35'),(77074,2,18837,'596999','2013-12-06 05:06:35'),(77075,3,18837,'','2013-12-06 05:06:35'),(77076,6,18837,'35','2013-12-06 05:06:35'),(77077,7,18837,'NIGHT','2013-12-06 05:06:35'),(77078,66,18837,'OPD','2013-12-06 05:06:35'),(77079,67,18837,'','2013-12-06 05:06:35'),(77080,1,18838,'3600331','2013-12-06 05:19:58'),(77081,2,18838,'','2013-12-06 05:19:58'),(77082,3,18838,'','2013-12-06 05:19:58'),(77083,6,18838,'65.9','2013-12-06 05:19:58'),(77084,7,18838,'NIGHT','2013-12-06 05:19:58'),(77085,66,18838,'TROOM','2013-12-06 05:19:58'),(77086,67,18838,'MATILDA','2013-12-06 05:19:58'),(77087,1,18840,'','2013-12-06 05:19:59'),(77088,2,18840,'','2013-12-06 05:19:59'),(77089,3,18840,'','2013-12-06 05:19:59'),(77090,6,18840,'','2013-12-06 05:19:59'),(77091,7,18840,'NIGHT','2013-12-06 05:19:59'),(77092,66,18840,'TROOM','2013-12-06 05:19:59'),(77093,67,18840,'MATILDA','2013-12-06 05:19:59'),(77094,1,18841,'3600327','2013-12-06 05:22:32'),(77095,2,18841,'597001','2013-12-06 05:22:32'),(77096,3,18841,'','2013-12-06 05:22:32'),(77097,6,18841,'131.4','2013-12-06 05:22:32'),(77098,7,18841,'NIGHT','2013-12-06 05:22:32'),(77099,66,18841,'OPD','2013-12-06 05:22:32'),(77100,67,18841,'','2013-12-06 05:22:32'),(77101,1,18842,'3600329','2013-12-06 05:25:51'),(77102,2,18842,'597002','2013-12-06 05:25:51'),(77103,3,18842,'','2013-12-06 05:25:51'),(77104,6,18842,'32','2013-12-06 05:25:51'),(77105,7,18842,'NIGHT','2013-12-06 05:25:51'),(77106,66,18842,'TROOM','2013-12-06 05:25:51'),(77107,67,18842,'','2013-12-06 05:25:51'),(77108,1,18844,'','2013-12-06 05:25:52'),(77109,2,18844,'','2013-12-06 05:25:52'),(77110,3,18844,'','2013-12-06 05:25:52'),(77111,6,18844,'','2013-12-06 05:25:52'),(77112,7,18844,'NIGHT','2013-12-06 05:25:52'),(77113,66,18844,'TROOM','2013-12-06 05:25:52'),(77114,67,18844,'','2013-12-06 05:25:52'),(77115,1,18845,'3600332','2013-12-06 05:28:13'),(77116,2,18845,'','2013-12-06 05:28:13'),(77117,3,18845,'','2013-12-06 05:28:13'),(77118,6,18845,'94','2013-12-06 05:28:13'),(77119,7,18845,'NIGHT','2013-12-06 05:28:13'),(77120,66,18845,'OPD','2013-12-06 05:28:13'),(77121,67,18845,'','2013-12-06 05:28:13'),(77122,1,18847,'','2013-12-06 05:28:13'),(77123,2,18847,'','2013-12-06 05:28:13'),(77124,3,18847,'','2013-12-06 05:28:13'),(77125,6,18847,'','2013-12-06 05:28:13'),(77126,7,18847,'NIGHT','2013-12-06 05:28:13'),(77127,66,18847,'OPD','2013-12-06 05:28:13'),(77128,67,18847,'','2013-12-06 05:28:13'),(77129,1,18848,'3600335','2013-12-06 05:47:07'),(77130,2,18848,'','2013-12-06 05:47:07'),(77131,3,18848,'','2013-12-06 05:47:07'),(77132,6,18848,'117','2013-12-06 05:47:07'),(77133,7,18848,'NIGHT','2013-12-06 05:47:07'),(77134,66,18848,'TROOM','2013-12-06 05:47:07'),(77135,67,18848,'','2013-12-06 05:47:07'),(77136,1,18850,'','2013-12-06 05:47:07'),(77137,2,18850,'','2013-12-06 05:47:07'),(77138,3,18850,'','2013-12-06 05:47:07'),(77139,6,18850,'','2013-12-06 05:47:07'),(77140,7,18850,'NIGHT','2013-12-06 05:47:07'),(77141,66,18850,'TROOM','2013-12-06 05:47:07'),(77142,67,18850,'','2013-12-06 05:47:07'),(77143,1,18853,'','2013-12-06 05:47:07'),(77144,2,18853,'','2013-12-06 05:47:07'),(77145,3,18853,'','2013-12-06 05:47:07'),(77146,6,18853,'','2013-12-06 05:47:07'),(77147,7,18853,'NIGHT','2013-12-06 05:47:07'),(77148,66,18853,'TROOM','2013-12-06 05:47:07'),(77149,67,18853,'','2013-12-06 05:47:07'),(77150,1,18854,'3600343','2013-12-06 06:39:22'),(77151,2,18854,'','2013-12-06 06:39:23'),(77152,3,18854,'','2013-12-06 06:39:23'),(77153,6,18854,'66','2013-12-06 06:39:23'),(77154,7,18854,'NIGHT','2013-12-06 06:39:23'),(77155,66,18854,'OPD','2013-12-06 06:39:23'),(77156,67,18854,'','2013-12-06 06:39:23'),(77157,1,18855,'3600340','2013-12-06 06:44:21'),(77158,2,18855,'597008','2013-12-06 06:44:21'),(77159,3,18855,'','2013-12-06 06:44:21'),(77160,6,18855,'75','2013-12-06 06:44:21'),(77161,7,18855,'NIGHT','2013-12-06 06:44:21'),(77162,66,18855,'OPD','2013-12-06 06:44:21'),(77163,67,18855,'','2013-12-06 06:44:21'),(77164,1,18856,'3600346','2013-12-06 06:49:54'),(77165,2,18856,'','2013-12-06 06:49:54'),(77166,3,18856,'','2013-12-06 06:49:54'),(77167,6,18856,'90','2013-12-06 06:49:54'),(77168,7,18856,'NIGHT','2013-12-06 06:49:54'),(77169,66,18856,'OPD','2013-12-06 06:49:54'),(77170,67,18856,'','2013-12-06 06:49:54'),(77171,1,18858,'','2013-12-06 06:49:54'),(77172,2,18858,'','2013-12-06 06:49:54'),(77173,3,18858,'','2013-12-06 06:49:54'),(77174,6,18858,'','2013-12-06 06:49:54'),(77175,7,18858,'NIGHT','2013-12-06 06:49:54'),(77176,66,18858,'OPD','2013-12-06 06:49:54'),(77177,67,18858,'','2013-12-06 06:49:54'),(77178,1,18859,'3600345','2013-12-06 06:52:19'),(77179,2,18859,'','2013-12-06 06:52:19'),(77180,3,18859,'','2013-12-06 06:52:19'),(77181,6,18859,'66','2013-12-06 06:52:19'),(77182,7,18859,'NIGHT','2013-12-06 06:52:19'),(77183,66,18859,'OPD','2013-12-06 06:52:19'),(77184,67,18859,'','2013-12-06 06:52:19'),(77185,1,18860,'3600348','2013-12-06 07:27:10'),(77186,2,18860,'','2013-12-06 07:27:10'),(77187,3,18860,'','2013-12-06 07:27:10'),(77188,6,18860,'50','2013-12-06 07:27:10'),(77189,7,18860,'NIGHT','2013-12-06 07:27:10'),(77190,66,18860,'TROOM','2013-12-06 07:27:10'),(77191,67,18860,'BEN','2013-12-06 07:27:10'),(77192,1,18862,'','2013-12-06 07:27:10'),(77193,2,18862,'','2013-12-06 07:27:10'),(77194,3,18862,'','2013-12-06 07:27:10'),(77195,6,18862,'','2013-12-06 07:27:10'),(77196,7,18862,'NIGHT','2013-12-06 07:27:10'),(77197,66,18862,'TROOM','2013-12-06 07:27:10'),(77198,67,18862,'BEN','2013-12-06 07:27:10'),(77199,1,18863,'3600356','2013-12-06 08:22:19'),(77200,2,18863,'','2013-12-06 08:22:19'),(77201,3,18863,'','2013-12-06 08:22:19'),(77202,6,18863,'66','2013-12-06 08:22:19'),(77203,7,18863,'NIGHT','2013-12-06 08:22:19'),(77204,66,18863,'OPD','2013-12-06 08:22:19'),(77205,67,18863,'','2013-12-06 08:22:19'),(77206,1,18864,'3600360','2013-12-06 09:18:48'),(77207,2,18864,'','2013-12-06 09:18:48'),(77208,3,18864,'','2013-12-06 09:18:48'),(77209,6,18864,'96.3','2013-12-06 09:18:48'),(77210,7,18864,'NIGHT','2013-12-06 09:18:48'),(77211,66,18864,'WARD B','2013-12-06 09:18:48'),(77212,67,18864,'','2013-12-06 09:18:48'),(77213,1,18866,'','2013-12-06 09:18:48'),(77214,2,18866,'','2013-12-06 09:18:48'),(77215,3,18866,'','2013-12-06 09:18:48'),(77216,6,18866,'','2013-12-06 09:18:48'),(77217,7,18866,'NIGHT','2013-12-06 09:18:48'),(77218,66,18866,'WARD B','2013-12-06 09:18:48'),(77219,67,18866,'','2013-12-06 09:18:48'),(77220,1,18867,'3600395','2013-12-06 14:35:56'),(77221,2,18867,'597017','2013-12-06 14:35:56'),(77222,3,18867,'','2013-12-06 14:35:56'),(77223,6,18867,'121','2013-12-06 14:35:56'),(77224,7,18867,'NIGHT','2013-12-06 14:35:56'),(77225,66,18867,'OPD','2013-12-06 14:35:56'),(77226,67,18867,'','2013-12-06 14:35:56'),(77227,1,18869,'','2013-12-06 14:35:56'),(77228,2,18869,'','2013-12-06 14:35:56'),(77229,3,18869,'','2013-12-06 14:35:56'),(77230,6,18869,'','2013-12-06 14:35:56'),(77231,7,18869,'NIGHT','2013-12-06 14:35:56'),(77232,66,18869,'OPD','2013-12-06 14:35:56'),(77233,67,18869,'','2013-12-06 14:35:56'),(77234,1,18870,'3600390','2013-12-06 15:03:30'),(77235,2,18870,'','2013-12-06 15:03:30'),(77236,3,18870,'','2013-12-06 15:03:30'),(77237,6,18870,'12','2013-12-06 15:03:30'),(77238,7,18870,'NIGHT','2013-12-06 15:03:30'),(77239,66,18870,'WARD C','2013-12-06 15:03:30'),(77240,67,18870,'','2013-12-06 15:03:30'),(77241,1,18871,'3600411','2013-12-06 15:06:50'),(77242,2,18871,'','2013-12-06 15:06:50'),(77243,3,18871,'','2013-12-06 15:06:50'),(77244,6,18871,'12','2013-12-06 15:06:50'),(77245,7,18871,'NIGHT','2013-12-06 15:06:50'),(77246,66,18871,'OPD','2013-12-06 15:06:50'),(77247,67,18871,'','2013-12-06 15:06:50'),(77248,1,18872,'3600415','2013-12-06 15:12:21'),(77249,2,18872,'597020','2013-12-06 15:12:21'),(77250,3,18872,'','2013-12-06 15:12:21'),(77251,6,18872,'22','2013-12-06 15:12:21'),(77252,7,18872,'NIGHT','2013-12-06 15:12:21'),(77253,66,18872,'OPD','2013-12-06 15:12:21'),(77254,67,18872,'','2013-12-06 15:12:21'),(77255,1,18873,'3600427','2013-12-06 15:22:09'),(77256,2,18873,'','2013-12-06 15:22:09'),(77257,3,18873,'','2013-12-06 15:22:09'),(77258,6,18873,'318','2013-12-06 15:22:09'),(77259,7,18873,'NIGHT','2013-12-06 15:22:09'),(77260,66,18873,'OPD','2013-12-06 15:22:09'),(77261,67,18873,'','2013-12-06 15:22:09'),(77262,1,18875,'','2013-12-06 15:22:09'),(77263,2,18875,'','2013-12-06 15:22:09'),(77264,3,18875,'','2013-12-06 15:22:09'),(77265,6,18875,'','2013-12-06 15:22:09'),(77266,7,18875,'NIGHT','2013-12-06 15:22:09'),(77267,66,18875,'OPD','2013-12-06 15:22:09'),(77268,67,18875,'','2013-12-06 15:22:09'),(77269,1,18878,'','2013-12-06 15:22:10'),(77270,2,18878,'','2013-12-06 15:22:10'),(77271,3,18878,'','2013-12-06 15:22:10'),(77272,6,18878,'','2013-12-06 15:22:10'),(77273,7,18878,'NIGHT','2013-12-06 15:22:10'),(77274,66,18878,'OPD','2013-12-06 15:22:10'),(77275,67,18878,'','2013-12-06 15:22:10'),(77276,1,18882,'','2013-12-06 15:22:10'),(77277,2,18882,'','2013-12-06 15:22:10'),(77278,3,18882,'','2013-12-06 15:22:10'),(77279,6,18882,'','2013-12-06 15:22:10'),(77280,7,18882,'NIGHT','2013-12-06 15:22:10'),(77281,66,18882,'OPD','2013-12-06 15:22:10'),(77282,67,18882,'','2013-12-06 15:22:10'),(77283,1,18883,'3600432','2013-12-06 15:25:34'),(77284,2,18883,'','2013-12-06 15:25:34'),(77285,3,18883,'','2013-12-06 15:25:34'),(77286,6,18883,'66','2013-12-06 15:25:34'),(77287,7,18883,'NIGHT','2013-12-06 15:25:34'),(77288,66,18883,'OPD','2013-12-06 15:25:34'),(77289,67,18883,'','2013-12-06 15:25:34'),(77290,1,18884,'3597079','2013-12-06 15:36:26'),(77291,2,18884,'','2013-12-06 15:36:26'),(77292,3,18884,'','2013-12-06 15:36:26'),(77293,6,18884,'100','2013-12-06 15:36:26'),(77294,7,18884,'DAY','2013-12-06 15:36:26'),(77295,66,18884,'OPD','2013-12-06 15:36:26'),(77296,67,18884,'','2013-12-06 15:36:26'),(77297,1,18886,'','2013-12-06 15:36:26'),(77298,2,18886,'','2013-12-06 15:36:26'),(77299,3,18886,'','2013-12-06 15:36:26'),(77300,6,18886,'','2013-12-06 15:36:26'),(77301,7,18886,'DAY','2013-12-06 15:36:26'),(77302,66,18886,'OPD','2013-12-06 15:36:26'),(77303,67,18886,'','2013-12-06 15:36:26'),(77304,1,18887,'3600437','2013-12-06 15:39:42'),(77305,2,18887,'597023','2013-12-06 15:39:42'),(77306,3,18887,'','2013-12-06 15:39:43'),(77307,6,18887,'72','2013-12-06 15:39:43'),(77308,7,18887,'DAY','2013-12-06 15:39:43'),(77309,66,18887,'OPD','2013-12-06 15:39:43'),(77310,67,18887,'','2013-12-06 15:39:43'),(77311,1,18889,'','2013-12-06 15:39:43'),(77312,2,18889,'','2013-12-06 15:39:43'),(77313,3,18889,'','2013-12-06 15:39:43'),(77314,6,18889,'','2013-12-06 15:39:43'),(77315,7,18889,'DAY','2013-12-06 15:39:43'),(77316,66,18889,'OPD','2013-12-06 15:39:43'),(77317,67,18889,'','2013-12-06 15:39:43'),(77318,1,18890,'3600440','2013-12-06 15:44:24'),(77319,2,18890,'','2013-12-06 15:44:24'),(77320,3,18890,'','2013-12-06 15:44:24'),(77321,6,18890,'216','2013-12-06 15:44:24'),(77322,7,18890,'DAY','2013-12-06 15:44:24'),(77323,66,18890,'WARD B','2013-12-06 15:44:24'),(77324,67,18890,'ERNEST','2013-12-06 15:44:24'),(77325,1,18891,'','2013-12-06 15:45:53'),(77326,2,18891,'596740','2013-12-06 15:45:53'),(77327,3,18891,'','2013-12-06 15:45:53'),(77328,6,18891,'','2013-12-06 15:45:53'),(77329,7,18891,'DAY','2013-12-06 15:45:53'),(77330,66,18891,'WARD B','2013-12-06 15:45:53'),(77331,67,18891,'ERNEST','2013-12-06 15:45:53'),(77332,1,18892,'3600441','2013-12-06 15:50:27'),(77333,2,18892,'','2013-12-06 15:50:27'),(77334,3,18892,'','2013-12-06 15:50:27'),(77335,6,18892,'35','2013-12-06 15:50:27'),(77336,7,18892,'DAY','2013-12-06 15:50:27'),(77337,66,18892,'OPD','2013-12-06 15:50:27'),(77338,67,18892,'','2013-12-06 15:50:27'),(77339,1,18894,'','2013-12-06 15:50:27'),(77340,2,18894,'','2013-12-06 15:50:27'),(77341,3,18894,'','2013-12-06 15:50:27'),(77342,6,18894,'','2013-12-06 15:50:27'),(77343,7,18894,'DAY','2013-12-06 15:50:27'),(77344,66,18894,'OPD','2013-12-06 15:50:27'),(77345,67,18894,'','2013-12-06 15:50:27'),(77346,1,18895,'3600444','2013-12-06 15:55:49'),(77347,2,18895,'597025','2013-12-06 15:55:49'),(77348,3,18895,'','2013-12-06 15:55:49'),(77349,6,18895,'291','2013-12-06 15:55:49'),(77350,7,18895,'DAY','2013-12-06 15:55:49'),(77351,66,18895,'EXT. REQ','2013-12-06 15:55:49'),(77352,67,18895,'','2013-12-06 15:55:49'),(77353,1,18896,'3600027','2013-12-06 16:08:58'),(77354,2,18896,'597027','2013-12-06 16:08:58'),(77355,3,18896,'','2013-12-06 16:08:58'),(77356,6,18896,'403','2013-12-06 16:08:58'),(77357,7,18896,'DAY','2013-12-06 16:08:58'),(77358,66,18896,'OPD','2013-12-06 16:08:58'),(77359,67,18896,'','2013-12-06 16:08:58'),(77360,1,18898,'','2013-12-06 16:08:59'),(77361,2,18898,'','2013-12-06 16:08:59'),(77362,3,18898,'','2013-12-06 16:08:59'),(77363,6,18898,'','2013-12-06 16:08:59'),(77364,7,18898,'DAY','2013-12-06 16:08:59'),(77365,66,18898,'OPD','2013-12-06 16:08:59'),(77366,67,18898,'','2013-12-06 16:08:59'),(77367,1,18901,'','2013-12-06 16:08:59'),(77368,2,18901,'','2013-12-06 16:08:59'),(77369,3,18901,'','2013-12-06 16:08:59'),(77370,6,18901,'','2013-12-06 16:08:59'),(77371,7,18901,'DAY','2013-12-06 16:08:59'),(77372,66,18901,'OPD','2013-12-06 16:08:59'),(77373,67,18901,'','2013-12-06 16:08:59'),(77374,1,18902,'3592893','2013-12-06 16:17:50'),(77375,2,18902,'597030','2013-12-06 16:17:50'),(77376,3,18902,'','2013-12-06 16:17:50'),(77377,6,18902,'76.50','2013-12-06 16:17:50'),(77378,7,18902,'DAY','2013-12-06 16:17:50'),(77379,66,18902,'OPD','2013-12-06 16:17:50'),(77380,67,18902,'','2013-12-06 16:17:50'),(77381,1,18903,'3584071','2013-12-06 16:24:39'),(77382,2,18903,'','2013-12-06 16:24:39'),(77383,3,18903,'','2013-12-06 16:24:39'),(77384,6,18903,'105','2013-12-06 16:24:39'),(77385,7,18903,'DAY','2013-12-06 16:24:39'),(77386,66,18903,'OPD','2013-12-06 16:24:39'),(77387,67,18903,'','2013-12-06 16:24:39'),(77388,1,18905,'','2013-12-06 16:24:39'),(77389,2,18905,'','2013-12-06 16:24:39'),(77390,3,18905,'','2013-12-06 16:24:39'),(77391,6,18905,'','2013-12-06 16:24:39'),(77392,7,18905,'DAY','2013-12-06 16:24:39'),(77393,66,18905,'OPD','2013-12-06 16:24:39'),(77394,67,18905,'','2013-12-06 16:24:39'),(77395,1,18906,'3600451','2013-12-06 16:30:37'),(77396,2,18906,'','2013-12-06 16:30:37'),(77397,3,18906,'','2013-12-06 16:30:37'),(77398,6,18906,'22','2013-12-06 16:30:37'),(77399,7,18906,'DAY','2013-12-06 16:30:37'),(77400,66,18906,'OPD','2013-12-06 16:30:37'),(77401,67,18906,'','2013-12-06 16:30:37'),(77402,1,18907,'3600452','2013-12-06 16:32:28'),(77403,2,18907,'','2013-12-06 16:32:28'),(77404,3,18907,'','2013-12-06 16:32:28'),(77405,6,18907,'66','2013-12-06 16:32:28'),(77406,7,18907,'DAY','2013-12-06 16:32:28'),(77407,66,18907,'OPD','2013-12-06 16:32:28'),(77408,67,18907,'','2013-12-06 16:32:28'),(77409,1,18908,'3579648','2013-12-06 16:42:39'),(77410,2,18908,'590214','2013-12-06 16:42:39'),(77411,3,18908,'','2013-12-06 16:42:39'),(77412,6,18908,'61','2013-12-06 16:42:39'),(77413,7,18908,'DAY','2013-12-06 16:42:39'),(77414,66,18908,'OPD','2013-12-06 16:42:39'),(77415,67,18908,'','2013-12-06 16:42:39'),(77416,1,18910,'','2013-12-06 16:42:39'),(77417,2,18910,'','2013-12-06 16:42:39'),(77418,3,18910,'','2013-12-06 16:42:39'),(77419,6,18910,'','2013-12-06 16:42:39'),(77420,7,18910,'DAY','2013-12-06 16:42:39'),(77421,66,18910,'OPD','2013-12-06 16:42:39'),(77422,67,18910,'','2013-12-06 16:42:39'),(77423,1,18911,'3600457','2013-12-06 16:47:59'),(77424,2,18911,'','2013-12-06 16:47:59'),(77425,3,18911,'','2013-12-06 16:47:59'),(77426,6,18911,'117','2013-12-06 16:47:59'),(77427,7,18911,'DAY','2013-12-06 16:47:59'),(77428,66,18911,'WARD B','2013-12-06 16:47:59'),(77429,67,18911,'ERIC','2013-12-06 16:47:59'),(77430,1,18912,'3600458','2013-12-06 16:48:56'),(77431,2,18912,'','2013-12-06 16:48:56'),(77432,3,18912,'','2013-12-06 16:48:56'),(77433,6,18912,'13','2013-12-06 16:48:56'),(77434,7,18912,'DAY','2013-12-06 16:48:56'),(77435,66,18912,'OPD','2013-12-06 16:48:56'),(77436,67,18912,'','2013-12-06 16:48:56'),(77437,1,18913,'3600463','2013-12-06 16:56:26'),(77438,2,18913,'','2013-12-06 16:56:26'),(77439,3,18913,'','2013-12-06 16:56:26'),(77440,6,18913,'66','2013-12-06 16:56:26'),(77441,7,18913,'DAY','2013-12-06 16:56:26'),(77442,66,18913,'OPD','2013-12-06 16:56:26'),(77443,67,18913,'','2013-12-06 16:56:26'),(77444,1,18914,'3589482','2013-12-06 17:15:57'),(77445,2,18914,'','2013-12-06 17:15:57'),(77446,3,18914,'','2013-12-06 17:15:57'),(77447,6,18914,'34','2013-12-06 17:15:57'),(77448,7,18914,'DAY','2013-12-06 17:15:57'),(77449,66,18914,'OPD','2013-12-06 17:15:57'),(77450,67,18914,'','2013-12-06 17:15:57'),(77451,1,18915,'3600485','2013-12-06 17:27:29'),(77452,2,18915,'','2013-12-06 17:27:29'),(77453,3,18915,'','2013-12-06 17:27:29'),(77454,6,18915,'12','2013-12-06 17:27:29'),(77455,7,18915,'DAY','2013-12-06 17:27:29'),(77456,66,18915,'OPD','2013-12-06 17:27:29'),(77457,67,18915,'','2013-12-06 17:27:29'),(77458,1,18916,'3600487','2013-12-06 17:33:01'),(77459,2,18916,'','2013-12-06 17:33:01'),(77460,3,18916,'','2013-12-06 17:33:01'),(77461,6,18916,'233','2013-12-06 17:33:01'),(77462,7,18916,'DAY','2013-12-06 17:33:01'),(77463,66,18916,'OPD','2013-12-06 17:33:01'),(77464,67,18916,'','2013-12-06 17:33:01'),(77465,1,18918,'','2013-12-06 17:33:01'),(77466,2,18918,'','2013-12-06 17:33:01'),(77467,3,18918,'','2013-12-06 17:33:01'),(77468,6,18918,'','2013-12-06 17:33:01'),(77469,7,18918,'DAY','2013-12-06 17:33:01'),(77470,66,18918,'OPD','2013-12-06 17:33:01'),(77471,67,18918,'','2013-12-06 17:33:01'),(77472,1,18921,'','2013-12-06 17:33:01'),(77473,2,18921,'','2013-12-06 17:33:01'),(77474,3,18921,'','2013-12-06 17:33:01'),(77475,6,18921,'','2013-12-06 17:33:01'),(77476,7,18921,'DAY','2013-12-06 17:33:01'),(77477,66,18921,'OPD','2013-12-06 17:33:01'),(77478,67,18921,'','2013-12-06 17:33:01'),(77479,1,18925,'','2013-12-06 17:33:01'),(77480,2,18925,'','2013-12-06 17:33:01'),(77481,3,18925,'','2013-12-06 17:33:01'),(77482,6,18925,'','2013-12-06 17:33:01'),(77483,7,18925,'DAY','2013-12-06 17:33:01'),(77484,66,18925,'OPD','2013-12-06 17:33:01'),(77485,67,18925,'','2013-12-06 17:33:01'),(77486,1,18926,'3599030','2013-12-06 17:40:15'),(77487,2,18926,'','2013-12-06 17:40:15'),(77488,3,18926,'','2013-12-06 17:40:15'),(77489,6,18926,'297','2013-12-06 17:40:15'),(77490,7,18926,'DAY','2013-12-06 17:40:15'),(77491,66,18926,'EXT. REQ','2013-12-06 17:40:15'),(77492,67,18926,'','2013-12-06 17:40:15'),(77493,1,18928,'','2013-12-06 17:40:15'),(77494,2,18928,'','2013-12-06 17:40:15'),(77495,3,18928,'','2013-12-06 17:40:15'),(77496,6,18928,'','2013-12-06 17:40:15'),(77497,7,18928,'DAY','2013-12-06 17:40:15'),(77498,66,18928,'EXT. REQ','2013-12-06 17:40:15'),(77499,67,18928,'','2013-12-06 17:40:15'),(77500,1,18929,'3600501','2013-12-06 17:55:29'),(77501,2,18929,'','2013-12-06 17:55:29'),(77502,3,18929,'','2013-12-06 17:55:29'),(77503,6,18929,'79','2013-12-06 17:55:29'),(77504,7,18929,'DAY','2013-12-06 17:55:29'),(77505,66,18929,'OPD','2013-12-06 17:55:29'),(77506,67,18929,'','2013-12-06 17:55:29'),(77507,1,18930,'3600506','2013-12-06 17:58:15'),(77508,2,18930,'597042','2013-12-06 17:58:15'),(77509,3,18930,'','2013-12-06 17:58:15'),(77510,6,18930,'20','2013-12-06 17:58:15'),(77511,7,18930,'DAY','2013-12-06 17:58:15'),(77512,66,18930,'OPD','2013-12-06 17:58:15'),(77513,67,18930,'','2013-12-06 17:58:15'),(77514,1,18931,'3600508','2013-12-06 18:02:57'),(77515,2,18931,'597043','2013-12-06 18:02:57'),(77516,3,18931,'','2013-12-06 18:02:57'),(77517,6,18931,'23','2013-12-06 18:02:57'),(77518,7,18931,'DAY','2013-12-06 18:02:57'),(77519,66,18931,'OPD','2013-12-06 18:02:57'),(77520,67,18931,'','2013-12-06 18:02:57'),(77521,1,18933,'','2013-12-06 18:02:57'),(77522,2,18933,'','2013-12-06 18:02:57'),(77523,3,18933,'','2013-12-06 18:02:57'),(77524,6,18933,'','2013-12-06 18:02:57'),(77525,7,18933,'DAY','2013-12-06 18:02:57'),(77526,66,18933,'OPD','2013-12-06 18:02:57'),(77527,67,18933,'','2013-12-06 18:02:57'),(77528,1,18934,'3600521','2013-12-06 18:08:38'),(77529,2,18934,'','2013-12-06 18:08:38'),(77530,3,18934,'','2013-12-06 18:08:38'),(77531,6,18934,'58','2013-12-06 18:08:38'),(77532,7,18934,'DAY','2013-12-06 18:08:38'),(77533,66,18934,'OPD','2013-12-06 18:08:38'),(77534,67,18934,'','2013-12-06 18:08:38'),(77535,1,18936,'','2013-12-06 18:08:38'),(77536,2,18936,'','2013-12-06 18:08:38'),(77537,3,18936,'','2013-12-06 18:08:38'),(77538,6,18936,'','2013-12-06 18:08:38'),(77539,7,18936,'DAY','2013-12-06 18:08:38'),(77540,66,18936,'OPD','2013-12-06 18:08:38'),(77541,67,18936,'','2013-12-06 18:08:38'),(77542,1,18937,'3600524','2013-12-06 18:12:19'),(77543,2,18937,'','2013-12-06 18:12:19'),(77544,3,18937,'','2013-12-06 18:12:19'),(77545,6,18937,'144.40','2013-12-06 18:12:19'),(77546,7,18937,'DAY','2013-12-06 18:12:19'),(77547,66,18937,'OPD','2013-12-06 18:12:19'),(77548,67,18937,'','2013-12-06 18:12:19'),(77549,1,18939,'','2013-12-06 18:12:20'),(77550,2,18939,'','2013-12-06 18:12:20'),(77551,3,18939,'','2013-12-06 18:12:20'),(77552,6,18939,'','2013-12-06 18:12:20'),(77553,7,18939,'DAY','2013-12-06 18:12:20'),(77554,66,18939,'OPD','2013-12-06 18:12:20'),(77555,67,18939,'','2013-12-06 18:12:20'),(77556,1,18940,'3600536','2013-12-06 18:17:48'),(77557,2,18940,'','2013-12-06 18:17:48'),(77558,3,18940,'','2013-12-06 18:17:48'),(77559,6,18940,'222','2013-12-06 18:17:48'),(77560,7,18940,'DAY','2013-12-06 18:17:48'),(77561,66,18940,'OPD','2013-12-06 18:17:48'),(77562,67,18940,'','2013-12-06 18:17:48'),(77563,1,18942,'','2013-12-06 18:17:48'),(77564,2,18942,'','2013-12-06 18:17:48'),(77565,3,18942,'','2013-12-06 18:17:48'),(77566,6,18942,'','2013-12-06 18:17:48'),(77567,7,18942,'DAY','2013-12-06 18:17:48'),(77568,66,18942,'OPD','2013-12-06 18:17:48'),(77569,67,18942,'','2013-12-06 18:17:48'),(77570,1,18945,'','2013-12-06 18:17:49'),(77571,2,18945,'','2013-12-06 18:17:49'),(77572,3,18945,'','2013-12-06 18:17:49'),(77573,6,18945,'','2013-12-06 18:17:49'),(77574,7,18945,'DAY','2013-12-06 18:17:49'),(77575,66,18945,'OPD','2013-12-06 18:17:49'),(77576,67,18945,'','2013-12-06 18:17:49'),(77577,1,18949,'','2013-12-06 18:17:49'),(77578,2,18949,'','2013-12-06 18:17:49'),(77579,3,18949,'','2013-12-06 18:17:49'),(77580,6,18949,'','2013-12-06 18:17:49'),(77581,7,18949,'DAY','2013-12-06 18:17:49'),(77582,66,18949,'OPD','2013-12-06 18:17:49'),(77583,67,18949,'','2013-12-06 18:17:49'),(77584,1,18950,'3600546','2013-12-06 18:25:13'),(77585,2,18950,'','2013-12-06 18:25:13'),(77586,3,18950,'','2013-12-06 18:25:13'),(77587,6,18950,'105.24','2013-12-06 18:25:13'),(77588,7,18950,'DAY','2013-12-06 18:25:13'),(77589,66,18950,'OPD','2013-12-06 18:25:13'),(77590,67,18950,'','2013-12-06 18:25:13'),(77591,1,18951,'3600532','2013-12-06 18:26:28'),(77592,2,18951,'597046','2013-12-06 18:26:28'),(77593,3,18951,'','2013-12-06 18:26:28'),(77594,6,18951,'165','2013-12-06 18:26:28'),(77595,7,18951,'DAY','2013-12-06 18:26:28'),(77596,66,18951,'OPD','2013-12-06 18:26:28'),(77597,67,18951,'','2013-12-06 18:26:28'),(77598,1,18952,'3600544','2013-12-06 18:28:44'),(77599,2,18952,'','2013-12-06 18:28:44'),(77600,3,18952,'','2013-12-06 18:28:44'),(77601,6,18952,'97','2013-12-06 18:28:44'),(77602,7,18952,'DAY','2013-12-06 18:28:44'),(77603,66,18952,'OPD','2013-12-06 18:28:44'),(77604,67,18952,'','2013-12-06 18:28:44'),(77605,1,18954,'','2013-12-06 18:28:44'),(77606,2,18954,'','2013-12-06 18:28:44'),(77607,3,18954,'','2013-12-06 18:28:44'),(77608,6,18954,'','2013-12-06 18:28:44'),(77609,7,18954,'DAY','2013-12-06 18:28:44'),(77610,66,18954,'OPD','2013-12-06 18:28:44'),(77611,67,18954,'','2013-12-06 18:28:44'),(77612,1,18957,'','2013-12-06 18:28:45'),(77613,2,18957,'','2013-12-06 18:28:45'),(77614,3,18957,'','2013-12-06 18:28:45'),(77615,6,18957,'','2013-12-06 18:28:45'),(77616,7,18957,'DAY','2013-12-06 18:28:45'),(77617,66,18957,'OPD','2013-12-06 18:28:45'),(77618,67,18957,'','2013-12-06 18:28:45'),(77619,1,18958,'3600561','2013-12-06 18:42:02'),(77620,2,18958,'','2013-12-06 18:42:02'),(77621,3,18958,'','2013-12-06 18:42:02'),(77622,6,18958,'12','2013-12-06 18:42:02'),(77623,7,18958,'DAY','2013-12-06 18:42:02'),(77624,66,18958,'OPD','2013-12-06 18:42:02'),(77625,67,18958,'','2013-12-06 18:42:02'),(77626,1,18959,'3600578','2013-12-06 18:57:35'),(77627,2,18959,'597058','2013-12-06 18:57:35'),(77628,3,18959,'','2013-12-06 18:57:35'),(77629,6,18959,'138','2013-12-06 18:57:35'),(77630,7,18959,'DAY','2013-12-06 18:57:35'),(77631,66,18959,'OPD','2013-12-06 18:57:35'),(77632,67,18959,'','2013-12-06 18:57:35'),(77633,1,18961,'','2013-12-06 18:57:35'),(77634,2,18961,'','2013-12-06 18:57:35'),(77635,3,18961,'','2013-12-06 18:57:35'),(77636,6,18961,'','2013-12-06 18:57:35'),(77637,7,18961,'DAY','2013-12-06 18:57:35'),(77638,66,18961,'OPD','2013-12-06 18:57:35'),(77639,67,18961,'','2013-12-06 18:57:35'),(77640,1,18962,'3600587','2013-12-06 19:02:38'),(77641,2,18962,'597060','2013-12-06 19:02:38'),(77642,3,18962,'','2013-12-06 19:02:38'),(77643,6,18962,'42','2013-12-06 19:02:38'),(77644,7,18962,'DAY','2013-12-06 19:02:38'),(77645,66,18962,'OPD','2013-12-06 19:02:38'),(77646,67,18962,'','2013-12-06 19:02:38'),(77647,1,18964,'','2013-12-06 19:02:39'),(77648,2,18964,'','2013-12-06 19:02:39'),(77649,3,18964,'','2013-12-06 19:02:39'),(77650,6,18964,'','2013-12-06 19:02:39'),(77651,7,18964,'DAY','2013-12-06 19:02:39'),(77652,66,18964,'OPD','2013-12-06 19:02:39'),(77653,67,18964,'','2013-12-06 19:02:39'),(77654,1,18965,'3600581','2013-12-06 19:06:12'),(77655,2,18965,'597057','2013-12-06 19:06:12'),(77656,3,18965,'','2013-12-06 19:06:12'),(77657,6,18965,'139','2013-12-06 19:06:12'),(77658,7,18965,'DAY','2013-12-06 19:06:12'),(77659,66,18965,'OPD','2013-12-06 19:06:12'),(77660,67,18965,'','2013-12-06 19:06:12'),(77661,1,18967,'','2013-12-06 19:06:12'),(77662,2,18967,'','2013-12-06 19:06:12'),(77663,3,18967,'','2013-12-06 19:06:12'),(77664,6,18967,'','2013-12-06 19:06:12'),(77665,7,18967,'DAY','2013-12-06 19:06:12'),(77666,66,18967,'OPD','2013-12-06 19:06:12'),(77667,67,18967,'','2013-12-06 19:06:12'),(77668,1,18970,'','2013-12-06 19:06:12'),(77669,2,18970,'','2013-12-06 19:06:12'),(77670,3,18970,'','2013-12-06 19:06:12'),(77671,6,18970,'','2013-12-06 19:06:12'),(77672,7,18970,'DAY','2013-12-06 19:06:12'),(77673,66,18970,'OPD','2013-12-06 19:06:12'),(77674,67,18970,'','2013-12-06 19:06:12'),(77675,1,18971,'3600593','2013-12-06 19:12:26'),(77676,2,18971,'','2013-12-06 19:12:26'),(77677,3,18971,'','2013-12-06 19:12:26'),(77678,6,18971,'66','2013-12-06 19:12:26'),(77679,7,18971,'DAY','2013-12-06 19:12:26'),(77680,66,18971,'OPD','2013-12-06 19:12:26'),(77681,67,18971,'','2013-12-06 19:12:26'),(77682,1,18972,'','2013-12-06 19:20:21'),(77683,2,18972,'','2013-12-06 19:20:21'),(77684,3,18972,'','2013-12-06 19:20:21'),(77685,6,18972,'','2013-12-06 19:20:21'),(77686,7,18972,'DAY','2013-12-06 19:20:21'),(77687,66,18972,'OPD','2013-12-06 19:20:21'),(77688,67,18972,'','2013-12-06 19:20:21'),(77689,1,18973,'3600589','2013-12-06 19:20:58'),(77690,2,18973,'','2013-12-06 19:20:58'),(77691,3,18973,'','2013-12-06 19:20:58'),(77692,6,18973,'315','2013-12-06 19:20:58'),(77693,7,18973,'DAY','2013-12-06 19:20:58'),(77694,66,18973,'OPD','2013-12-06 19:20:59'),(77695,67,18973,'','2013-12-06 19:20:59'),(77696,1,18975,'','2013-12-06 19:20:59'),(77697,2,18975,'','2013-12-06 19:20:59'),(77698,3,18975,'','2013-12-06 19:20:59'),(77699,6,18975,'','2013-12-06 19:20:59'),(77700,7,18975,'DAY','2013-12-06 19:20:59'),(77701,66,18975,'OPD','2013-12-06 19:20:59'),(77702,67,18975,'','2013-12-06 19:20:59'),(77703,1,18976,'3600590','2013-12-06 19:22:36'),(77704,2,18976,'','2013-12-06 19:22:36'),(77705,3,18976,'','2013-12-06 19:22:36'),(77706,6,18976,'74.40','2013-12-06 19:22:36'),(77707,7,18976,'DAY','2013-12-06 19:22:36'),(77708,66,18976,'WARD C','2013-12-06 19:22:36'),(77709,67,18976,'ERIC','2013-12-06 19:22:36'),(77710,1,18977,'3600592','2013-12-06 19:27:30'),(77711,2,18977,'','2013-12-06 19:27:30'),(77712,3,18977,'','2013-12-06 19:27:30'),(77713,6,18977,'340.40','2013-12-06 19:27:30'),(77714,7,18977,'DAY','2013-12-06 19:27:30'),(77715,66,18977,'WARD C','2013-12-06 19:27:30'),(77716,67,18977,'ERIC','2013-12-06 19:27:30'),(77717,1,18979,'','2013-12-06 19:27:30'),(77718,2,18979,'','2013-12-06 19:27:30'),(77719,3,18979,'','2013-12-06 19:27:30'),(77720,6,18979,'','2013-12-06 19:27:30'),(77721,7,18979,'DAY','2013-12-06 19:27:30'),(77722,66,18979,'WARD C','2013-12-06 19:27:30'),(77723,67,18979,'ERIC','2013-12-06 19:27:30'),(77724,1,18982,'','2013-12-06 19:27:30'),(77725,2,18982,'','2013-12-06 19:27:30'),(77726,3,18982,'','2013-12-06 19:27:30'),(77727,6,18982,'','2013-12-06 19:27:30'),(77728,7,18982,'DAY','2013-12-06 19:27:30'),(77729,66,18982,'WARD C','2013-12-06 19:27:30'),(77730,67,18982,'ERIC','2013-12-06 19:27:30'),(77731,1,18983,'3600607','2013-12-06 19:31:53'),(77732,2,18983,'597066','2013-12-06 19:31:53'),(77733,3,18983,'','2013-12-06 19:31:53'),(77734,6,18983,'70','2013-12-06 19:31:53'),(77735,7,18983,'DAY','2013-12-06 19:31:53'),(77736,66,18983,'SELF REQ','2013-12-06 19:31:53'),(77737,67,18983,'','2013-12-06 19:31:53'),(77738,1,18985,'','2013-12-06 19:31:53'),(77739,2,18985,'','2013-12-06 19:31:53'),(77740,3,18985,'','2013-12-06 19:31:53'),(77741,6,18985,'','2013-12-06 19:31:53'),(77742,7,18985,'DAY','2013-12-06 19:31:53'),(77743,66,18985,'SELF REQ','2013-12-06 19:31:53'),(77744,67,18985,'','2013-12-06 19:31:53'),(77745,1,18988,'','2013-12-06 19:31:53'),(77746,2,18988,'','2013-12-06 19:31:53'),(77747,3,18988,'','2013-12-06 19:31:53'),(77748,6,18988,'','2013-12-06 19:31:53'),(77749,7,18988,'DAY','2013-12-06 19:31:53'),(77750,66,18988,'SELF REQ','2013-12-06 19:31:53'),(77751,67,18988,'','2013-12-06 19:31:53'),(77752,1,18989,'3600622','2013-12-06 19:49:19'),(77753,2,18989,'','2013-12-06 19:49:19'),(77754,3,18989,'','2013-12-06 19:49:19'),(77755,6,18989,'131.40','2013-12-06 19:49:19'),(77756,7,18989,'DAY','2013-12-06 19:49:19'),(77757,66,18989,'OPD','2013-12-06 19:49:19'),(77758,67,18989,'','2013-12-06 19:49:19'),(77759,1,18991,'','2013-12-06 19:49:19'),(77760,2,18991,'','2013-12-06 19:49:19'),(77761,3,18991,'','2013-12-06 19:49:19'),(77762,6,18991,'','2013-12-06 19:49:19'),(77763,7,18991,'DAY','2013-12-06 19:49:19'),(77764,66,18991,'OPD','2013-12-06 19:49:19'),(77765,67,18991,'','2013-12-06 19:49:19'),(77766,1,18992,'3600638','2013-12-06 20:01:36'),(77767,2,18992,'','2013-12-06 20:01:36'),(77768,3,18992,'','2013-12-06 20:01:36'),(77769,6,18992,'39','2013-12-06 20:01:36'),(77770,7,18992,'DAY','2013-12-06 20:01:36'),(77771,66,18992,'OPD','2013-12-06 20:01:36'),(77772,67,18992,'','2013-12-06 20:01:36'),(77773,1,18994,'','2013-12-06 20:01:36'),(77774,2,18994,'','2013-12-06 20:01:36'),(77775,3,18994,'','2013-12-06 20:01:36'),(77776,6,18994,'','2013-12-06 20:01:36'),(77777,7,18994,'DAY','2013-12-06 20:01:36'),(77778,66,18994,'OPD','2013-12-06 20:01:36'),(77779,67,18994,'','2013-12-06 20:01:36'),(77780,1,18995,'3600643','2013-12-06 20:08:24'),(77781,2,18995,'597075','2013-12-06 20:08:24'),(77782,3,18995,'','2013-12-06 20:08:24'),(77783,6,18995,'35','2013-12-06 20:08:24'),(77784,7,18995,'DAY','2013-12-06 20:08:24'),(77785,66,18995,'OPD','2013-12-06 20:08:24'),(77786,67,18995,'','2013-12-06 20:08:24'),(77787,1,18996,'3600646','2013-12-06 20:15:29'),(77788,2,18996,'597080','2013-12-06 20:15:29'),(77789,3,18996,'','2013-12-06 20:15:29'),(77790,6,18996,'20','2013-12-06 20:15:29'),(77791,7,18996,'DAY','2013-12-06 20:15:29'),(77792,66,18996,'OPD','2013-12-06 20:15:29'),(77793,67,18996,'','2013-12-06 20:15:29'),(77794,1,18997,'3600651','2013-12-06 20:21:59'),(77795,2,18997,'597083','2013-12-06 20:21:59'),(77796,3,18997,'','2013-12-06 20:21:59'),(77797,6,18997,'117.80','2013-12-06 20:21:59'),(77798,7,18997,'DAY','2013-12-06 20:21:59'),(77799,66,18997,'OPD','2013-12-06 20:21:59'),(77800,67,18997,'','2013-12-06 20:21:59'),(77801,1,18999,'','2013-12-06 20:21:59'),(77802,2,18999,'','2013-12-06 20:21:59'),(77803,3,18999,'','2013-12-06 20:21:59'),(77804,6,18999,'','2013-12-06 20:21:59'),(77805,7,18999,'DAY','2013-12-06 20:21:59'),(77806,66,18999,'OPD','2013-12-06 20:21:59'),(77807,67,18999,'','2013-12-06 20:21:59'),(77808,1,19000,'3600661','2013-12-06 20:26:54'),(77809,2,19000,'','2013-12-06 20:26:54'),(77810,3,19000,'','2013-12-06 20:26:54'),(77811,6,19000,'68','2013-12-06 20:26:54'),(77812,7,19000,'DAY','2013-12-06 20:26:54'),(77813,66,19000,'OPD','2013-12-06 20:26:54'),(77814,67,19000,'','2013-12-06 20:26:54'),(77815,1,19002,'','2013-12-06 20:26:54'),(77816,2,19002,'','2013-12-06 20:26:54'),(77817,3,19002,'','2013-12-06 20:26:55'),(77818,6,19002,'','2013-12-06 20:26:55'),(77819,7,19002,'DAY','2013-12-06 20:26:55'),(77820,66,19002,'OPD','2013-12-06 20:26:55'),(77821,67,19002,'','2013-12-06 20:26:55'),(77822,1,19005,'','2013-12-06 20:26:55'),(77823,2,19005,'','2013-12-06 20:26:55'),(77824,3,19005,'','2013-12-06 20:26:55'),(77825,6,19005,'','2013-12-06 20:26:55'),(77826,7,19005,'DAY','2013-12-06 20:26:55'),(77827,66,19005,'OPD','2013-12-06 20:26:55'),(77828,67,19005,'','2013-12-06 20:26:55'),(77829,1,19006,'3600663','2013-12-06 20:30:20'),(77830,2,19006,'597089','2013-12-06 20:30:20'),(77831,3,19006,'','2013-12-06 20:30:20'),(77832,6,19006,'142','2013-12-06 20:30:20'),(77833,7,19006,'DAY','2013-12-06 20:30:20'),(77834,66,19006,'TROOM','2013-12-06 20:30:20'),(77835,67,19006,'','2013-12-06 20:30:20'),(77836,1,19008,'','2013-12-06 20:30:20'),(77837,2,19008,'','2013-12-06 20:30:20'),(77838,3,19008,'','2013-12-06 20:30:20'),(77839,6,19008,'','2013-12-06 20:30:20'),(77840,7,19008,'DAY','2013-12-06 20:30:20'),(77841,66,19008,'TROOM','2013-12-06 20:30:20'),(77842,67,19008,'','2013-12-06 20:30:20'),(77843,1,19011,'','2013-12-06 20:30:20'),(77844,2,19011,'','2013-12-06 20:30:20'),(77845,3,19011,'','2013-12-06 20:30:20'),(77846,6,19011,'','2013-12-06 20:30:20'),(77847,7,19011,'DAY','2013-12-06 20:30:20'),(77848,66,19011,'TROOM','2013-12-06 20:30:20'),(77849,67,19011,'','2013-12-06 20:30:20'),(77850,1,19012,'3600641','2013-12-06 20:55:00'),(77851,2,19012,'','2013-12-06 20:55:00'),(77852,3,19012,'','2013-12-06 20:55:00'),(77853,6,19012,'121','2013-12-06 20:55:00'),(77854,7,19012,'DAY','2013-12-06 20:55:00'),(77855,66,19012,'TROOM','2013-12-06 20:55:00'),(77856,67,19012,'NURU','2013-12-06 20:55:00'),(77857,1,19014,'','2013-12-06 20:55:01'),(77858,2,19014,'','2013-12-06 20:55:01'),(77859,3,19014,'','2013-12-06 20:55:01'),(77860,6,19014,'','2013-12-06 20:55:01'),(77861,7,19014,'DAY','2013-12-06 20:55:01'),(77862,66,19014,'TROOM','2013-12-06 20:55:01'),(77863,67,19014,'NURU','2013-12-06 20:55:01'),(77864,1,19015,'3600642','2013-12-06 20:57:37'),(77865,2,19015,'','2013-12-06 20:57:37'),(77866,3,19015,'','2013-12-06 20:57:37'),(77867,6,19015,'49','2013-12-06 20:57:37'),(77868,7,19015,'DAY','2013-12-06 20:57:37'),(77869,66,19015,'TROOM','2013-12-06 20:57:37'),(77870,67,19015,'NURU','2013-12-06 20:57:37'),(77871,1,19017,'','2013-12-06 20:57:38'),(77872,2,19017,'','2013-12-06 20:57:38'),(77873,3,19017,'','2013-12-06 20:57:38'),(77874,6,19017,'','2013-12-06 20:57:38'),(77875,7,19017,'DAY','2013-12-06 20:57:38'),(77876,66,19017,'TROOM','2013-12-06 20:57:38'),(77877,67,19017,'NURU','2013-12-06 20:57:38'),(77878,1,19020,'','2013-12-06 20:57:38'),(77879,2,19020,'','2013-12-06 20:57:38'),(77880,3,19020,'','2013-12-06 20:57:38'),(77881,6,19020,'','2013-12-06 20:57:38'),(77882,7,19020,'DAY','2013-12-06 20:57:38'),(77883,66,19020,'TROOM','2013-12-06 20:57:38'),(77884,67,19020,'NURU','2013-12-06 20:57:38'),(77885,1,19021,'3600666','2013-12-06 21:00:16'),(77886,2,19021,'','2013-12-06 21:00:16'),(77887,3,19021,'','2013-12-06 21:00:16'),(77888,6,19021,'48','2013-12-06 21:00:16'),(77889,7,19021,'DAY','2013-12-06 21:00:16'),(77890,66,19021,'OPD','2013-12-06 21:00:16'),(77891,67,19021,'','2013-12-06 21:00:16'),(77892,1,19023,'','2013-12-06 21:00:16'),(77893,2,19023,'','2013-12-06 21:00:16'),(77894,3,19023,'','2013-12-06 21:00:16'),(77895,6,19023,'','2013-12-06 21:00:16'),(77896,7,19023,'DAY','2013-12-06 21:00:16'),(77897,66,19023,'OPD','2013-12-06 21:00:16'),(77898,67,19023,'','2013-12-06 21:00:16'),(77899,1,19024,'3600685','2013-12-06 21:04:03'),(77900,2,19024,'597094','2013-12-06 21:04:03'),(77901,3,19024,'','2013-12-06 21:04:03'),(77902,6,19024,'69','2013-12-06 21:04:03'),(77903,7,19024,'DAY','2013-12-06 21:04:03'),(77904,66,19024,'OPD','2013-12-06 21:04:03'),(77905,67,19024,'','2013-12-06 21:04:03'),(77906,1,19025,'3600691','2013-12-06 21:08:29'),(77907,2,19025,'597097','2013-12-06 21:08:29'),(77908,3,19025,'','2013-12-06 21:08:29'),(77909,6,19025,'35','2013-12-06 21:08:29'),(77910,7,19025,'DAY','2013-12-06 21:08:29'),(77911,66,19025,'OPD','2013-12-06 21:08:29'),(77912,67,19025,'','2013-12-06 21:08:29'),(77913,1,19026,'3600689','2013-12-06 21:10:47'),(77914,2,19026,'597098','2013-12-06 21:10:47'),(77915,3,19026,'','2013-12-06 21:10:47'),(77916,6,19026,'35','2013-12-06 21:10:47'),(77917,7,19026,'DAY','2013-12-06 21:10:47'),(77918,66,19026,'OPD','2013-12-06 21:10:47'),(77919,67,19026,'','2013-12-06 21:10:47'),(77920,1,19027,'3600725','2013-12-06 21:33:59'),(77921,2,19027,'','2013-12-06 21:33:59'),(77922,3,19027,'','2013-12-06 21:33:59'),(77923,6,19027,'188.00','2013-12-06 21:33:59'),(77924,7,19027,'DAY','2013-12-06 21:33:59'),(77925,66,19027,'OPD','2013-12-06 21:33:59'),(77926,67,19027,'','2013-12-06 21:33:59'),(77927,1,19029,'','2013-12-06 21:34:00'),(77928,2,19029,'','2013-12-06 21:34:00'),(77929,3,19029,'','2013-12-06 21:34:00'),(77930,6,19029,'','2013-12-06 21:34:00'),(77931,7,19029,'DAY','2013-12-06 21:34:00'),(77932,66,19029,'OPD','2013-12-06 21:34:00'),(77933,67,19029,'','2013-12-06 21:34:00'),(77934,1,19032,'','2013-12-06 21:34:00'),(77935,2,19032,'','2013-12-06 21:34:00'),(77936,3,19032,'','2013-12-06 21:34:00'),(77937,6,19032,'','2013-12-06 21:34:00'),(77938,7,19032,'DAY','2013-12-06 21:34:00'),(77939,66,19032,'OPD','2013-12-06 21:34:00'),(77940,67,19032,'','2013-12-06 21:34:00'),(77941,1,19033,'3600719','2013-12-06 21:36:09'),(77942,2,19033,'597104','2013-12-06 21:36:09'),(77943,3,19033,'','2013-12-06 21:36:09'),(77944,6,19033,'29.00','2013-12-06 21:36:09'),(77945,7,19033,'DAY','2013-12-06 21:36:09'),(77946,66,19033,'OPD','2013-12-06 21:36:09'),(77947,67,19033,'','2013-12-06 21:36:09'),(77948,1,19034,'3600718','2013-12-06 21:38:01'),(77949,2,19034,'597103','2013-12-06 21:38:01'),(77950,3,19034,'','2013-12-06 21:38:01'),(77951,6,19034,'29.00','2013-12-06 21:38:01'),(77952,7,19034,'DAY','2013-12-06 21:38:01'),(77953,66,19034,'OPD','2013-12-06 21:38:01'),(77954,67,19034,'','2013-12-06 21:38:01'),(77955,1,19035,'3600699','2013-12-06 21:42:37'),(77956,2,19035,'','2013-12-06 21:42:37'),(77957,3,19035,'','2013-12-06 21:42:37'),(77958,6,19035,'49.00','2013-12-06 21:42:37'),(77959,7,19035,'DAY','2013-12-06 21:42:37'),(77960,66,19035,'OPD','2013-12-06 21:42:37'),(77961,67,19035,'','2013-12-06 21:42:37'),(77962,1,19036,'3600716','2013-12-06 21:56:48'),(77963,2,19036,'597108','2013-12-06 21:56:48'),(77964,3,19036,'','2013-12-06 21:56:48'),(77965,6,19036,'169.00','2013-12-06 21:56:48'),(77966,7,19036,'DAY','2013-12-06 21:56:48'),(77967,66,19036,'OPD','2013-12-06 21:56:48'),(77968,67,19036,'','2013-12-06 21:56:48'),(77969,1,19038,'','2013-12-06 21:56:49'),(77970,2,19038,'','2013-12-06 21:56:49'),(77971,3,19038,'','2013-12-06 21:56:49'),(77972,6,19038,'','2013-12-06 21:56:49'),(77973,7,19038,'DAY','2013-12-06 21:56:49'),(77974,66,19038,'OPD','2013-12-06 21:56:49'),(77975,67,19038,'','2013-12-06 21:56:49'),(77976,1,19039,'3600738','2013-12-06 21:59:22'),(77977,2,19039,'','2013-12-06 21:59:22'),(77978,3,19039,'','2013-12-06 21:59:22'),(77979,6,19039,'79.00','2013-12-06 21:59:22'),(77980,7,19039,'DAY','2013-12-06 21:59:22'),(77981,66,19039,'OPD','2013-12-06 21:59:22'),(77982,67,19039,'','2013-12-06 21:59:22'),(77983,1,19041,'','2013-12-06 21:59:22'),(77984,2,19041,'','2013-12-06 21:59:22'),(77985,3,19041,'','2013-12-06 21:59:22'),(77986,6,19041,'','2013-12-06 21:59:22'),(77987,7,19041,'DAY','2013-12-06 21:59:22'),(77988,66,19041,'OPD','2013-12-06 21:59:22'),(77989,67,19041,'','2013-12-06 21:59:22'),(77990,1,19042,'3600739','2013-12-06 22:01:07'),(77991,2,19042,'','2013-12-06 22:01:07'),(77992,3,19042,'','2013-12-06 22:01:07'),(77993,6,19042,'81.00','2013-12-06 22:01:07'),(77994,7,19042,'DAY','2013-12-06 22:01:07'),(77995,66,19042,'OPD','2013-12-06 22:01:07'),(77996,67,19042,'','2013-12-06 22:01:07'),(77997,1,19043,'3600741','2013-12-06 22:02:44'),(77998,2,19043,'','2013-12-06 22:02:44'),(77999,3,19043,'','2013-12-06 22:02:44'),(78000,6,19043,'12.00','2013-12-06 22:02:44'),(78001,7,19043,'DAY','2013-12-06 22:02:44'),(78002,66,19043,'OPD','2013-12-06 22:02:44'),(78003,67,19043,'','2013-12-06 22:02:44'),(78004,1,19044,'3600745','2013-12-06 22:08:36'),(78005,2,19044,'','2013-12-06 22:08:36'),(78006,3,19044,'','2013-12-06 22:08:36'),(78007,6,19044,'84','2013-12-06 22:08:36'),(78008,7,19044,'DAY','2013-12-06 22:08:36'),(78009,66,19044,'OPD','2013-12-06 22:08:36'),(78010,67,19044,'','2013-12-06 22:08:36'),(78011,1,19046,'','2013-12-06 22:08:36'),(78012,2,19046,'','2013-12-06 22:08:36'),(78013,3,19046,'','2013-12-06 22:08:36'),(78014,6,19046,'','2013-12-06 22:08:36'),(78015,7,19046,'DAY','2013-12-06 22:08:36'),(78016,66,19046,'OPD','2013-12-06 22:08:36'),(78017,67,19046,'','2013-12-06 22:08:36'),(78018,1,19047,'3600757','2013-12-06 22:15:14'),(78019,2,19047,'','2013-12-06 22:15:14'),(78020,3,19047,'','2013-12-06 22:15:14'),(78021,6,19047,'13','2013-12-06 22:15:14'),(78022,7,19047,'DAY','2013-12-06 22:15:14'),(78023,66,19047,'OPD','2013-12-06 22:15:14'),(78024,67,19047,'','2013-12-06 22:15:14'),(78025,1,19048,'3600793','2013-12-06 22:40:53'),(78026,2,19048,'','2013-12-06 22:40:53'),(78027,3,19048,'','2013-12-06 22:40:53'),(78028,6,19048,'50','2013-12-06 22:40:53'),(78029,7,19048,'DAY','2013-12-06 22:40:53'),(78030,66,19048,'OPD','2013-12-06 22:40:53'),(78031,67,19048,'','2013-12-06 22:40:53'),(78032,1,19050,'','2013-12-06 22:40:53'),(78033,2,19050,'','2013-12-06 22:40:53'),(78034,3,19050,'','2013-12-06 22:40:53'),(78035,6,19050,'','2013-12-06 22:40:53'),(78036,7,19050,'DAY','2013-12-06 22:40:53'),(78037,66,19050,'OPD','2013-12-06 22:40:53'),(78038,67,19050,'','2013-12-06 22:40:53'),(78039,1,19051,'3600803','2013-12-06 22:51:31'),(78040,2,19051,'','2013-12-06 22:51:31'),(78041,3,19051,'','2013-12-06 22:51:31'),(78042,6,19051,'27','2013-12-06 22:51:31'),(78043,7,19051,'DAY','2013-12-06 22:51:31'),(78044,66,19051,'OPD','2013-12-06 22:51:31'),(78045,67,19051,'','2013-12-06 22:51:31'),(78046,1,19052,'3600809','2013-12-06 22:55:58'),(78047,2,19052,'','2013-12-06 22:55:58'),(78048,3,19052,'','2013-12-06 22:55:58'),(78049,6,19052,'55','2013-12-06 22:55:58'),(78050,7,19052,'DAY','2013-12-06 22:55:58'),(78051,66,19052,'OPD','2013-12-06 22:55:59'),(78052,67,19052,'','2013-12-06 22:55:59'),(78053,1,19054,'','2013-12-06 22:55:59'),(78054,2,19054,'','2013-12-06 22:55:59'),(78055,3,19054,'','2013-12-06 22:55:59'),(78056,6,19054,'','2013-12-06 22:55:59'),(78057,7,19054,'DAY','2013-12-06 22:55:59'),(78058,66,19054,'OPD','2013-12-06 22:55:59'),(78059,67,19054,'','2013-12-06 22:55:59'),(78060,1,19055,'3600829','2013-12-06 23:23:55'),(78061,2,19055,'597133','2013-12-06 23:23:55'),(78062,3,19055,'','2013-12-06 23:23:55'),(78063,6,19055,'35','2013-12-06 23:23:55'),(78064,7,19055,'DAY','2013-12-06 23:23:55'),(78065,66,19055,'OPD','2013-12-06 23:23:55'),(78066,67,19055,'','2013-12-06 23:23:55'),(78067,1,19056,'3600857','2013-12-07 00:00:36'),(78068,2,19056,'','2013-12-07 00:00:37'),(78069,3,19056,'','2013-12-07 00:00:37'),(78070,6,19056,'314.40','2013-12-07 00:00:37'),(78071,7,19056,'DAY','2013-12-07 00:00:37'),(78072,66,19056,'OPD','2013-12-07 00:00:37'),(78073,67,19056,'','2013-12-07 00:00:37'),(78074,1,19058,'','2013-12-07 00:00:37'),(78075,2,19058,'','2013-12-07 00:00:37'),(78076,3,19058,'','2013-12-07 00:00:37'),(78077,6,19058,'','2013-12-07 00:00:37'),(78078,7,19058,'DAY','2013-12-07 00:00:37'),(78079,66,19058,'OPD','2013-12-07 00:00:37'),(78080,67,19058,'','2013-12-07 00:00:37'),(78081,1,19061,'','2013-12-07 00:00:37'),(78082,2,19061,'','2013-12-07 00:00:37'),(78083,3,19061,'','2013-12-07 00:00:37'),(78084,6,19061,'','2013-12-07 00:00:37'),(78085,7,19061,'DAY','2013-12-07 00:00:37'),(78086,66,19061,'OPD','2013-12-07 00:00:37'),(78087,67,19061,'','2013-12-07 00:00:37'),(78088,1,19062,'3600879','2013-12-07 00:28:52'),(78089,2,19062,'597150','2013-12-07 00:28:52'),(78090,3,19062,'','2013-12-07 00:28:52'),(78091,6,19062,'101','2013-12-07 00:28:52'),(78092,7,19062,'DAY','2013-12-07 00:28:52'),(78093,66,19062,'OPD','2013-12-07 00:28:52'),(78094,67,19062,'','2013-12-07 00:28:52'),(78095,1,19064,'','2013-12-07 00:28:53'),(78096,2,19064,'','2013-12-07 00:28:53'),(78097,3,19064,'','2013-12-07 00:28:53'),(78098,6,19064,'','2013-12-07 00:28:53'),(78099,7,19064,'DAY','2013-12-07 00:28:53'),(78100,66,19064,'OPD','2013-12-07 00:28:53'),(78101,67,19064,'','2013-12-07 00:28:53'),(78102,1,19065,'3600887','2013-12-07 00:41:35'),(78103,2,19065,'','2013-12-07 00:41:35'),(78104,3,19065,'','2013-12-07 00:41:35'),(78105,6,19065,'81','2013-12-07 00:41:35'),(78106,7,19065,'DAY','2013-12-07 00:41:35'),(78107,66,19065,'OPD','2013-12-07 00:41:35'),(78108,67,19065,'','2013-12-07 00:41:35'),(78109,1,19066,'3600868','2013-12-07 00:54:28'),(78110,2,19066,'597145','2013-12-07 00:54:28'),(78111,3,19066,'','2013-12-07 00:54:28'),(78112,6,19066,'178','2013-12-07 00:54:28'),(78113,7,19066,'DAY','2013-12-07 00:54:28'),(78114,66,19066,'TROOM','2013-12-07 00:54:28'),(78115,67,19066,'','2013-12-07 00:54:28'),(78116,1,19068,'','2013-12-07 00:54:28'),(78117,2,19068,'','2013-12-07 00:54:28'),(78118,3,19068,'','2013-12-07 00:54:28'),(78119,6,19068,'','2013-12-07 00:54:28'),(78120,7,19068,'DAY','2013-12-07 00:54:28'),(78121,66,19068,'TROOM','2013-12-07 00:54:28'),(78122,67,19068,'','2013-12-07 00:54:28'),(78123,1,19071,'','2013-12-07 00:54:28'),(78124,2,19071,'','2013-12-07 00:54:28'),(78125,3,19071,'','2013-12-07 00:54:28'),(78126,6,19071,'','2013-12-07 00:54:28'),(78127,7,19071,'DAY','2013-12-07 00:54:28'),(78128,66,19071,'TROOM','2013-12-07 00:54:28'),(78129,67,19071,'','2013-12-07 00:54:28'),(78130,1,19072,'3600897','2013-12-07 00:56:22'),(78131,2,19072,'597155','2013-12-07 00:56:22'),(78132,3,19072,'','2013-12-07 00:56:22'),(78133,6,19072,'20','2013-12-07 00:56:22'),(78134,7,19072,'DAY','2013-12-07 00:56:22'),(78135,66,19072,'OPD','2013-12-07 00:56:22'),(78136,67,19072,'','2013-12-07 00:56:22'),(78137,1,19073,'3600902','2013-12-07 01:04:40'),(78138,2,19073,'','2013-12-07 01:04:40'),(78139,3,19073,'','2013-12-07 01:04:40'),(78140,6,19073,'142','2013-12-07 01:04:40'),(78141,7,19073,'DAY','2013-12-07 01:04:40'),(78142,66,19073,'OPD','2013-12-07 01:04:40'),(78143,67,19073,'','2013-12-07 01:04:40'),(78144,1,19075,'','2013-12-07 01:04:40'),(78145,2,19075,'','2013-12-07 01:04:40'),(78146,3,19075,'','2013-12-07 01:04:40'),(78147,6,19075,'','2013-12-07 01:04:40'),(78148,7,19075,'DAY','2013-12-07 01:04:40'),(78149,66,19075,'OPD','2013-12-07 01:04:40'),(78150,67,19075,'','2013-12-07 01:04:40'),(78151,1,19078,'','2013-12-07 01:04:40'),(78152,2,19078,'','2013-12-07 01:04:40'),(78153,3,19078,'','2013-12-07 01:04:40'),(78154,6,19078,'','2013-12-07 01:04:40'),(78155,7,19078,'DAY','2013-12-07 01:04:40'),(78156,66,19078,'OPD','2013-12-07 01:04:40'),(78157,67,19078,'','2013-12-07 01:04:40'),(78158,1,19079,'3600907','2013-12-07 01:08:49'),(78159,2,19079,'','2013-12-07 01:08:49'),(78160,3,19079,'','2013-12-07 01:08:49'),(78161,6,19079,'22','2013-12-07 01:08:49'),(78162,7,19079,'DAY','2013-12-07 01:08:49'),(78163,66,19079,'OPD','2013-12-07 01:08:49'),(78164,67,19079,'','2013-12-07 01:08:49'),(78165,1,19080,'3600912','2013-12-07 01:19:46'),(78166,2,19080,'','2013-12-07 01:19:46'),(78167,3,19080,'','2013-12-07 01:19:46'),(78168,6,19080,'22','2013-12-07 01:19:46'),(78169,7,19080,'DAY','2013-12-07 01:19:46'),(78170,66,19080,'OPD','2013-12-07 01:19:46'),(78171,67,19080,'','2013-12-07 01:19:46'),(78172,1,19081,'3600940','2013-12-07 02:02:56'),(78173,2,19081,'','2013-12-07 02:02:56'),(78174,3,19081,'','2013-12-07 02:02:56'),(78175,6,19081,'88','2013-12-07 02:02:56'),(78176,7,19081,'DAY','2013-12-07 02:02:56'),(78177,66,19081,'OPD','2013-12-07 02:02:56'),(78178,67,19081,'','2013-12-07 02:02:56'),(78179,1,19083,'','2013-12-07 02:02:57'),(78180,2,19083,'','2013-12-07 02:02:57'),(78181,3,19083,'','2013-12-07 02:02:57'),(78182,6,19083,'','2013-12-07 02:02:57'),(78183,7,19083,'DAY','2013-12-07 02:02:57'),(78184,66,19083,'OPD','2013-12-07 02:02:57'),(78185,67,19083,'','2013-12-07 02:02:57'),(78186,1,19084,'3600923','2013-12-07 02:08:05'),(78187,2,19084,'','2013-12-07 02:08:05'),(78188,3,19084,'','2013-12-07 02:08:06'),(78189,6,19084,'479','2013-12-07 02:08:06'),(78190,7,19084,'DAY','2013-12-07 02:08:06'),(78191,66,19084,'OPD','2013-12-07 02:08:06'),(78192,67,19084,'','2013-12-07 02:08:06'),(78193,1,19086,'','2013-12-07 02:08:06'),(78194,2,19086,'','2013-12-07 02:08:06'),(78195,3,19086,'','2013-12-07 02:08:06'),(78196,6,19086,'','2013-12-07 02:08:06'),(78197,7,19086,'DAY','2013-12-07 02:08:06'),(78198,66,19086,'OPD','2013-12-07 02:08:06'),(78199,67,19086,'','2013-12-07 02:08:06'),(78200,1,19087,'3600945','2013-12-07 02:11:01'),(78201,2,19087,'','2013-12-07 02:11:01'),(78202,3,19087,'','2013-12-07 02:11:01'),(78203,6,19087,'100','2013-12-07 02:11:01'),(78204,7,19087,'DAY','2013-12-07 02:11:01'),(78205,66,19087,'OPD','2013-12-07 02:11:01'),(78206,67,19087,'','2013-12-07 02:11:01'),(78207,1,19089,'','2013-12-07 02:11:01'),(78208,2,19089,'','2013-12-07 02:11:01'),(78209,3,19089,'','2013-12-07 02:11:01'),(78210,6,19089,'','2013-12-07 02:11:01'),(78211,7,19089,'DAY','2013-12-07 02:11:01'),(78212,66,19089,'OPD','2013-12-07 02:11:01'),(78213,67,19089,'','2013-12-07 02:11:01'),(78214,1,19090,'3600955','2013-12-07 02:24:19'),(78215,2,19090,'','2013-12-07 02:24:19'),(78216,3,19090,'','2013-12-07 02:24:19'),(78217,6,19090,'22','2013-12-07 02:24:19'),(78218,7,19090,'DAY','2013-12-07 02:24:19'),(78219,66,19090,'OPD','2013-12-07 02:24:19'),(78220,67,19090,'','2013-12-07 02:24:19'),(78221,1,19091,'3600884','2013-12-07 02:50:02'),(78222,2,19091,'597175','2013-12-07 02:50:02'),(78223,3,19091,'','2013-12-07 02:50:02'),(78224,6,19091,'139','2013-12-07 02:50:02'),(78225,7,19091,'DAY','2013-12-07 02:50:02'),(78226,66,19091,'TROOM','2013-12-07 02:50:02'),(78227,67,19091,'NONNA','2013-12-07 02:50:02'),(78228,1,19093,'','2013-12-07 02:50:02'),(78229,2,19093,'','2013-12-07 02:50:02'),(78230,3,19093,'','2013-12-07 02:50:02'),(78231,6,19093,'','2013-12-07 02:50:02'),(78232,7,19093,'DAY','2013-12-07 02:50:02'),(78233,66,19093,'TROOM','2013-12-07 02:50:02'),(78234,67,19093,'NONNA','2013-12-07 02:50:02'),(78235,1,19096,'','2013-12-07 02:50:02'),(78236,2,19096,'','2013-12-07 02:50:02'),(78237,3,19096,'','2013-12-07 02:50:02'),(78238,6,19096,'','2013-12-07 02:50:02'),(78239,7,19096,'DAY','2013-12-07 02:50:02'),(78240,66,19096,'TROOM','2013-12-07 02:50:02'),(78241,67,19096,'NONNA','2013-12-07 02:50:02'),(78242,1,19097,'3600993','2013-12-07 03:20:58'),(78243,2,19097,'','2013-12-07 03:20:58'),(78244,3,19097,'','2013-12-07 03:20:58'),(78245,6,19097,'22','2013-12-07 03:20:58'),(78246,7,19097,'NIGHT','2013-12-07 03:20:58'),(78247,66,19097,'OPD','2013-12-07 03:20:58'),(78248,67,19097,'','2013-12-07 03:20:58'),(78249,1,19098,'3601000','2013-12-07 03:32:43'),(78250,2,19098,'','2013-12-07 03:32:43'),(78251,3,19098,'','2013-12-07 03:32:43'),(78252,6,19098,'99','2013-12-07 03:32:43'),(78253,7,19098,'NIGHT','2013-12-07 03:32:43'),(78254,66,19098,'OPD','2013-12-07 03:32:43'),(78255,67,19098,'','2013-12-07 03:32:43'),(78256,1,19100,'','2013-12-07 03:32:43'),(78257,2,19100,'','2013-12-07 03:32:43'),(78258,3,19100,'','2013-12-07 03:32:43'),(78259,6,19100,'','2013-12-07 03:32:43'),(78260,7,19100,'DAY','2013-12-07 03:32:43'),(78261,66,19100,'OPD','2013-12-07 03:32:43'),(78262,67,19100,'','2013-12-07 03:32:43'),(78263,1,19101,'3601005','2013-12-07 03:47:06'),(78264,2,19101,'','2013-12-07 03:47:06'),(78265,3,19101,'','2013-12-07 03:47:06'),(78266,6,19101,'35','2013-12-07 03:47:06'),(78267,7,19101,'NIGHT','2013-12-07 03:47:06'),(78268,66,19101,'OPD','2013-12-07 03:47:06'),(78269,67,19101,'','2013-12-07 03:47:06'),(78270,1,19103,'','2013-12-07 03:47:07'),(78271,2,19103,'','2013-12-07 03:47:07'),(78272,3,19103,'','2013-12-07 03:47:07'),(78273,6,19103,'','2013-12-07 03:47:07'),(78274,7,19103,'NIGHT','2013-12-07 03:47:07'),(78275,66,19103,'OPD','2013-12-07 03:47:07'),(78276,67,19103,'','2013-12-07 03:47:07'),(78277,1,19104,'3601015','2013-12-07 04:17:59'),(78278,2,19104,'','2013-12-07 04:17:59'),(78279,3,19104,'','2013-12-07 04:17:59'),(78280,6,19104,'35','2013-12-07 04:17:59'),(78281,7,19104,'NIGHT','2013-12-07 04:17:59'),(78282,66,19104,'OPD','2013-12-07 04:17:59'),(78283,67,19104,'','2013-12-07 04:17:59'),(78284,1,19106,'','2013-12-07 04:17:59'),(78285,2,19106,'','2013-12-07 04:17:59'),(78286,3,19106,'','2013-12-07 04:17:59'),(78287,6,19106,'','2013-12-07 04:17:59'),(78288,7,19106,'NIGHT','2013-12-07 04:17:59'),(78289,66,19106,'OPD','2013-12-07 04:17:59'),(78290,67,19106,'','2013-12-07 04:17:59'),(78291,1,19107,'3601021','2013-12-07 04:34:34'),(78292,2,19107,'','2013-12-07 04:34:34'),(78293,3,19107,'','2013-12-07 04:34:34'),(78294,6,19107,'55','2013-12-07 04:34:34'),(78295,7,19107,'NIGHT','2013-12-07 04:34:34'),(78296,66,19107,'OPD','2013-12-07 04:34:34'),(78297,67,19107,'','2013-12-07 04:34:34'),(78298,1,19109,'','2013-12-07 04:34:35'),(78299,2,19109,'','2013-12-07 04:34:35'),(78300,3,19109,'','2013-12-07 04:34:35'),(78301,6,19109,'','2013-12-07 04:34:35'),(78302,7,19109,'NIGHT','2013-12-07 04:34:35'),(78303,66,19109,'OPD','2013-12-07 04:34:35'),(78304,67,19109,'','2013-12-07 04:34:35'),(78305,1,19110,'3601024','2013-12-07 04:48:09'),(78306,2,19110,'','2013-12-07 04:48:09'),(78307,3,19110,'','2013-12-07 04:48:09'),(78308,6,19110,'33','2013-12-07 04:48:09'),(78309,7,19110,'NIGHT','2013-12-07 04:48:09'),(78310,66,19110,'OPD','2013-12-07 04:48:09'),(78311,67,19110,'','2013-12-07 04:48:09'),(78312,1,19111,'3601027','2013-12-07 04:54:15'),(78313,2,19111,'','2013-12-07 04:54:15'),(78314,3,19111,'','2013-12-07 04:54:15'),(78315,6,19111,'90','2013-12-07 04:54:15'),(78316,7,19111,'NIGHT','2013-12-07 04:54:15'),(78317,66,19111,'WARD B','2013-12-07 04:54:15'),(78318,67,19111,'','2013-12-07 04:54:15'),(78319,1,19112,'3601026','2013-12-07 04:57:12'),(78320,2,19112,'','2013-12-07 04:57:12'),(78321,3,19112,'','2013-12-07 04:57:12'),(78322,6,19112,'38','2013-12-07 04:57:12'),(78323,7,19112,'NIGHT','2013-12-07 04:57:12'),(78324,66,19112,'WARD B','2013-12-07 04:57:12'),(78325,67,19112,'','2013-12-07 04:57:12'),(78326,1,19114,'','2013-12-07 04:57:12'),(78327,2,19114,'','2013-12-07 04:57:12'),(78328,3,19114,'','2013-12-07 04:57:12'),(78329,6,19114,'','2013-12-07 04:57:12'),(78330,7,19114,'NIGHT','2013-12-07 04:57:12'),(78331,66,19114,'WARD B','2013-12-07 04:57:12'),(78332,67,19114,'','2013-12-07 04:57:12'),(78333,1,19115,'3601029','2013-12-07 04:59:59'),(78334,2,19115,'','2013-12-07 04:59:59'),(78335,3,19115,'','2013-12-07 04:59:59'),(78336,6,19115,'37','2013-12-07 04:59:59'),(78337,7,19115,'NIGHT','2013-12-07 04:59:59'),(78338,66,19115,'OPD','2013-12-07 04:59:59'),(78339,67,19115,'','2013-12-07 04:59:59'),(78340,1,19116,'3601025','2013-12-07 05:04:03'),(78341,2,19116,'597191','2013-12-07 05:04:03'),(78342,3,19116,'','2013-12-07 05:04:03'),(78343,6,19116,'104','2013-12-07 05:04:03'),(78344,7,19116,'NIGHT','2013-12-07 05:04:03'),(78345,66,19116,'TROOM','2013-12-07 05:04:03'),(78346,67,19116,'PAUL','2013-12-07 05:04:03'),(78347,1,19118,'','2013-12-07 05:04:03'),(78348,2,19118,'','2013-12-07 05:04:03'),(78349,3,19118,'','2013-12-07 05:04:03'),(78350,6,19118,'','2013-12-07 05:04:03'),(78351,7,19118,'NIGHT','2013-12-07 05:04:03'),(78352,66,19118,'TROOM','2013-12-07 05:04:03'),(78353,67,19118,'PAUL','2013-12-07 05:04:03'),(78354,1,19121,'','2013-12-07 05:04:04'),(78355,2,19121,'','2013-12-07 05:04:04'),(78356,3,19121,'','2013-12-07 05:04:04'),(78357,6,19121,'','2013-12-07 05:04:04'),(78358,7,19121,'NIGHT','2013-12-07 05:04:04'),(78359,66,19121,'TROOM','2013-12-07 05:04:04'),(78360,67,19121,'PAUL','2013-12-07 05:04:04'),(78361,1,19122,'3601010','2013-12-07 05:06:10'),(78362,2,19122,'597186','2013-12-07 05:06:10'),(78363,3,19122,'','2013-12-07 05:06:10'),(78364,6,19122,'75','2013-12-07 05:06:10'),(78365,7,19122,'NIGHT','2013-12-07 05:06:10'),(78366,66,19122,'TROOM','2013-12-07 05:06:10'),(78367,67,19122,'PAUL','2013-12-07 05:06:10'),(78368,1,19123,'','2013-12-07 05:25:38'),(78369,2,19123,'','2013-12-07 05:25:38'),(78370,3,19123,'','2013-12-07 05:25:38'),(78371,6,19123,'50','2013-12-07 05:25:38'),(78372,7,19123,'NIGHT','2013-12-07 05:25:38'),(78373,66,19123,'OPD','2013-12-07 05:25:38'),(78374,67,19123,'','2013-12-07 05:25:38'),(78375,1,19125,'','2013-12-07 05:25:38'),(78376,2,19125,'','2013-12-07 05:25:38'),(78377,3,19125,'','2013-12-07 05:25:38'),(78378,6,19125,'','2013-12-07 05:25:38'),(78379,7,19125,'NIGHT','2013-12-07 05:25:38'),(78380,66,19125,'OPD','2013-12-07 05:25:38'),(78381,67,19125,'','2013-12-07 05:25:38'),(78382,1,19126,'3601036','2013-12-07 05:34:27'),(78383,2,19126,'','2013-12-07 05:34:27'),(78384,3,19126,'','2013-12-07 05:34:27'),(78385,6,19126,'37','2013-12-07 05:34:27'),(78386,7,19126,'NIGHT','2013-12-07 05:34:27'),(78387,66,19126,'OPD','2013-12-07 05:34:27'),(78388,67,19126,'','2013-12-07 05:34:27'),(78389,1,19127,'3601041','2013-12-07 06:48:22'),(78390,2,19127,'597200','2013-12-07 06:48:22'),(78391,3,19127,'','2013-12-07 06:48:22'),(78392,6,19127,'47','2013-12-07 06:48:22'),(78393,7,19127,'NIGHT','2013-12-07 06:48:22'),(78394,66,19127,'OPD','2013-12-07 06:48:22'),(78395,67,19127,'','2013-12-07 06:48:22'),(78396,1,19129,'','2013-12-07 06:48:23'),(78397,2,19129,'','2013-12-07 06:48:23'),(78398,3,19129,'','2013-12-07 06:48:23'),(78399,6,19129,'','2013-12-07 06:48:23'),(78400,7,19129,'DAY','2013-12-07 06:48:23'),(78401,66,19129,'OPD','2013-12-07 06:48:23'),(78402,67,19129,'','2013-12-07 06:48:23'),(78403,1,19130,'3601030','2013-12-07 06:59:42'),(78404,2,19130,'','2013-12-07 06:59:42'),(78405,3,19130,'','2013-12-07 06:59:42'),(78406,6,19130,'50','2013-12-07 06:59:42'),(78407,7,19130,'NIGHT','2013-12-07 06:59:42'),(78408,66,19130,'OPD','2013-12-07 06:59:42'),(78409,67,19130,'','2013-12-07 06:59:42'),(78410,1,19132,'','2013-12-07 06:59:42'),(78411,2,19132,'','2013-12-07 06:59:42'),(78412,3,19132,'','2013-12-07 06:59:42'),(78413,6,19132,'','2013-12-07 06:59:42'),(78414,7,19132,'NIGHT','2013-12-07 06:59:42'),(78415,66,19132,'OPD','2013-12-07 06:59:42'),(78416,67,19132,'','2013-12-07 06:59:42'),(78417,1,19133,'3601047','2013-12-07 08:38:36'),(78418,2,19133,'597205','2013-12-07 08:38:36'),(78419,3,19133,'','2013-12-07 08:38:36'),(78420,6,19133,'47','2013-12-07 08:38:36'),(78421,7,19133,'NIGHT','2013-12-07 08:38:36'),(78422,66,19133,'OPD','2013-12-07 08:38:36'),(78423,67,19133,'','2013-12-07 08:38:36'),(78424,1,19135,'','2013-12-07 08:38:36'),(78425,2,19135,'','2013-12-07 08:38:36'),(78426,3,19135,'','2013-12-07 08:38:36'),(78427,6,19135,'','2013-12-07 08:38:36'),(78428,7,19135,'NIGHT','2013-12-07 08:38:36'),(78429,66,19135,'OPD','2013-12-07 08:38:36'),(78430,67,19135,'','2013-12-07 08:38:36'),(78431,1,19136,'3601056','2013-12-07 12:23:56'),(78432,2,19136,'597208','2013-12-07 12:23:56'),(78433,3,19136,'','2013-12-07 12:23:56'),(78434,6,19136,'29','2013-12-07 12:23:56'),(78435,7,19136,'NIGHT','2013-12-07 12:23:56'),(78436,66,19136,'OPD','2013-12-07 12:23:56'),(78437,67,19136,'','2013-12-07 12:23:56'),(78438,1,19138,'','2013-12-07 12:23:56'),(78439,2,19138,'','2013-12-07 12:23:56'),(78440,3,19138,'','2013-12-07 12:23:56'),(78441,6,19138,'','2013-12-07 12:23:56'),(78442,7,19138,'DAY','2013-12-07 12:23:56'),(78443,66,19138,'OPD','2013-12-07 12:23:56'),(78444,67,19138,'','2013-12-07 12:23:56'),(78445,1,19139,'3599399','2013-12-07 14:24:28'),(78446,2,19139,'596717','2013-12-07 14:24:28'),(78447,3,19139,'','2013-12-07 14:24:28'),(78448,6,19139,'136','2013-12-07 14:24:28'),(78449,7,19139,'NIGHT','2013-12-07 14:24:28'),(78450,66,19139,'OPD','2013-12-07 14:24:28'),(78451,67,19139,'','2013-12-07 14:24:28'),(78452,1,19141,'','2013-12-07 14:24:29'),(78453,2,19141,'','2013-12-07 14:24:29'),(78454,3,19141,'','2013-12-07 14:24:29'),(78455,6,19141,'','2013-12-07 14:24:29'),(78456,7,19141,'NIGHT','2013-12-07 14:24:29'),(78457,66,19141,'OPD','2013-12-07 14:24:29'),(78458,67,19141,'','2013-12-07 14:24:29'),(78459,1,19142,'3600823','2013-12-07 14:33:44'),(78460,2,19142,'','2013-12-07 14:33:44'),(78461,3,19142,'','2013-12-07 14:33:44'),(78462,6,19142,'68','2013-12-07 14:33:44'),(78463,7,19142,'NIGHT','2013-12-07 14:33:44'),(78464,66,19142,'OPD','2013-12-07 14:33:44'),(78465,67,19142,'','2013-12-07 14:33:44'),(78466,1,19144,'','2013-12-07 14:33:44'),(78467,2,19144,'','2013-12-07 14:33:44'),(78468,3,19144,'','2013-12-07 14:33:44'),(78469,6,19144,'','2013-12-07 14:33:44'),(78470,7,19144,'NIGHT','2013-12-07 14:33:44'),(78471,66,19144,'OPD','2013-12-07 14:33:44'),(78472,67,19144,'','2013-12-07 14:33:44'),(78473,1,19145,'3601094','2013-12-07 14:59:46'),(78474,2,19145,'','2013-12-07 14:59:46'),(78475,3,19145,'','2013-12-07 14:59:46'),(78476,6,19145,'128.00','2013-12-07 14:59:46'),(78477,7,19145,'NIGHT','2013-12-07 14:59:46'),(78478,66,19145,'OPD','2013-12-07 14:59:46'),(78479,67,19145,'','2013-12-07 14:59:46'),(78480,1,19147,'','2013-12-07 14:59:46'),(78481,2,19147,'','2013-12-07 14:59:46'),(78482,3,19147,'','2013-12-07 14:59:46'),(78483,6,19147,'','2013-12-07 14:59:46'),(78484,7,19147,'DAY','2013-12-07 14:59:46'),(78485,66,19147,'OPD','2013-12-07 14:59:46'),(78486,67,19147,'','2013-12-07 14:59:46'),(78487,1,19148,'3592748','2013-12-07 15:02:18'),(78488,2,19148,'','2013-12-07 15:02:18'),(78489,3,19148,'','2013-12-07 15:02:18'),(78490,6,19148,'105.00','2013-12-07 15:02:18'),(78491,7,19148,'DAY','2013-12-07 15:02:18'),(78492,66,19148,'OPD','2013-12-07 15:02:18'),(78493,67,19148,'','2013-12-07 15:02:18'),(78494,1,19150,'','2013-12-07 15:02:18'),(78495,2,19150,'','2013-12-07 15:02:18'),(78496,3,19150,'','2013-12-07 15:02:18'),(78497,6,19150,'','2013-12-07 15:02:18'),(78498,7,19150,'DAY','2013-12-07 15:02:18'),(78499,66,19150,'OPD','2013-12-07 15:02:18'),(78500,67,19150,'','2013-12-07 15:02:18'),(78501,1,19151,'3601097','2013-12-07 15:05:26'),(78502,2,19151,'','2013-12-07 15:05:26'),(78503,3,19151,'','2013-12-07 15:05:26'),(78504,6,19151,'89','2013-12-07 15:05:26'),(78505,7,19151,'NIGHT','2013-12-07 15:05:26'),(78506,66,19151,'WARD C','2013-12-07 15:05:26'),(78507,67,19151,'','2013-12-07 15:05:26'),(78508,1,19153,'','2013-12-07 15:05:26'),(78509,2,19153,'','2013-12-07 15:05:26'),(78510,3,19153,'','2013-12-07 15:05:26'),(78511,6,19153,'','2013-12-07 15:05:26'),(78512,7,19153,'NIGHT','2013-12-07 15:05:26'),(78513,66,19153,'WARD C','2013-12-07 15:05:26'),(78514,67,19153,'','2013-12-07 15:05:26'),(78515,1,19154,'3601098','2013-12-07 15:07:12'),(78516,2,19154,'','2013-12-07 15:07:12'),(78517,3,19154,'','2013-12-07 15:07:12'),(78518,6,19154,'35','2013-12-07 15:07:12'),(78519,7,19154,'NIGHT','2013-12-07 15:07:12'),(78520,66,19154,'WARD B','2013-12-07 15:07:12'),(78521,67,19154,'','2013-12-07 15:07:12'),(78522,1,19155,'360099','2013-12-07 15:08:32'),(78523,2,19155,'','2013-12-07 15:08:32'),(78524,3,19155,'','2013-12-07 15:08:32'),(78525,6,19155,'22','2013-12-07 15:08:32'),(78526,7,19155,'NIGHT','2013-12-07 15:08:32'),(78527,66,19155,'WARD B','2013-12-07 15:08:32'),(78528,67,19155,'','2013-12-07 15:08:32'),(78529,1,19156,'3601104','2013-12-07 15:28:36'),(78530,2,19156,'','2013-12-07 15:28:36'),(78531,3,19156,'','2013-12-07 15:28:36'),(78532,6,19156,'222.00','2013-12-07 15:28:36'),(78533,7,19156,'DAY','2013-12-07 15:28:36'),(78534,66,19156,'OPD','2013-12-07 15:28:36'),(78535,67,19156,'','2013-12-07 15:28:36'),(78536,1,19158,'','2013-12-07 15:28:36'),(78537,2,19158,'','2013-12-07 15:28:36'),(78538,3,19158,'','2013-12-07 15:28:36'),(78539,6,19158,'','2013-12-07 15:28:36'),(78540,7,19158,'DAY','2013-12-07 15:28:36'),(78541,66,19158,'OPD','2013-12-07 15:28:36'),(78542,67,19158,'','2013-12-07 15:28:36'),(78543,1,19161,'','2013-12-07 15:28:36'),(78544,2,19161,'','2013-12-07 15:28:36'),(78545,3,19161,'','2013-12-07 15:28:36'),(78546,6,19161,'','2013-12-07 15:28:36'),(78547,7,19161,'DAY','2013-12-07 15:28:36'),(78548,66,19161,'OPD','2013-12-07 15:28:36'),(78549,67,19161,'','2013-12-07 15:28:36'),(78550,1,19162,'3601106','2013-12-07 15:34:31'),(78551,2,19162,'597217','2013-12-07 15:34:31'),(78552,3,19162,'','2013-12-07 15:34:31'),(78553,6,19162,'11.00','2013-12-07 15:34:31'),(78554,7,19162,'DAY','2013-12-07 15:34:31'),(78555,66,19162,'OPD','2013-12-07 15:34:31'),(78556,67,19162,'','2013-12-07 15:34:31'),(78557,1,19163,'3584335','2013-12-07 15:45:48'),(78558,2,19163,'','2013-12-07 15:45:48'),(78559,3,19163,'','2013-12-07 15:45:48'),(78560,6,19163,'112.00','2013-12-07 15:45:48'),(78561,7,19163,'DAY','2013-12-07 15:45:48'),(78562,66,19163,'OPD','2013-12-07 15:45:48'),(78563,67,19163,'','2013-12-07 15:45:48'),(78564,1,19165,'','2013-12-07 15:45:48'),(78565,2,19165,'','2013-12-07 15:45:48'),(78566,3,19165,'','2013-12-07 15:45:48'),(78567,6,19165,'','2013-12-07 15:45:48'),(78568,7,19165,'DAY','2013-12-07 15:45:48'),(78569,66,19165,'OPD','2013-12-07 15:45:48'),(78570,67,19165,'','2013-12-07 15:45:48'),(78571,1,19166,'3601141','2013-12-07 17:06:21'),(78572,2,19166,'','2013-12-07 17:06:21'),(78573,3,19166,'','2013-12-07 17:06:21'),(78574,6,19166,'101.00','2013-12-07 17:06:21'),(78575,7,19166,'DAY','2013-12-07 17:06:21'),(78576,66,19166,'OPD','2013-12-07 17:06:21'),(78577,67,19166,'','2013-12-07 17:06:21'),(78578,1,19168,'','2013-12-07 17:06:21'),(78579,2,19168,'','2013-12-07 17:06:21'),(78580,3,19168,'','2013-12-07 17:06:21'),(78581,6,19168,'','2013-12-07 17:06:21'),(78582,7,19168,'DAY','2013-12-07 17:06:21'),(78583,66,19168,'OPD','2013-12-07 17:06:21'),(78584,67,19168,'','2013-12-07 17:06:21'),(78585,1,19169,'3601149','2013-12-07 17:08:51'),(78586,2,19169,'','2013-12-07 17:08:51'),(78587,3,19169,'','2013-12-07 17:08:51'),(78588,6,19169,'196.40','2013-12-07 17:08:51'),(78589,7,19169,'DAY','2013-12-07 17:08:51'),(78590,66,19169,'OPD','2013-12-07 17:08:51'),(78591,67,19169,'','2013-12-07 17:08:51'),(78592,1,19171,'','2013-12-07 17:08:51'),(78593,2,19171,'','2013-12-07 17:08:51'),(78594,3,19171,'','2013-12-07 17:08:51'),(78595,6,19171,'','2013-12-07 17:08:51'),(78596,7,19171,'DAY','2013-12-07 17:08:51'),(78597,66,19171,'OPD','2013-12-07 17:08:51'),(78598,67,19171,'','2013-12-07 17:08:51'),(78599,1,19172,'3601143','2013-12-07 17:11:59'),(78600,2,19172,'','2013-12-07 17:11:59'),(78601,3,19172,'','2013-12-07 17:11:59'),(78602,6,19172,'45.00','2013-12-07 17:11:59'),(78603,7,19172,'DAY','2013-12-07 17:11:59'),(78604,66,19172,'OPD','2013-12-07 17:11:59'),(78605,67,19172,'','2013-12-07 17:11:59'),(78606,1,19173,'','2013-12-07 17:19:59'),(78607,2,19173,'','2013-12-07 17:19:59'),(78608,3,19173,'','2013-12-07 17:19:59'),(78609,6,19173,'','2013-12-07 17:19:59'),(78610,7,19173,'DAY','2013-12-07 17:19:59'),(78611,66,19173,'OPD','2013-12-07 17:19:59'),(78612,67,19173,'','2013-12-07 17:19:59'),(78613,1,19174,'3601147','2013-12-07 17:24:16'),(78614,2,19174,'597243','2013-12-07 17:24:16'),(78615,3,19174,'','2013-12-07 17:24:16'),(78616,6,19174,'122.00','2013-12-07 17:24:16'),(78617,7,19174,'DAY','2013-12-07 17:24:16'),(78618,66,19174,'OPD','2013-12-07 17:24:16'),(78619,67,19174,'','2013-12-07 17:24:16'),(78620,1,19176,'','2013-12-07 17:24:16'),(78621,2,19176,'','2013-12-07 17:24:16'),(78622,3,19176,'','2013-12-07 17:24:16'),(78623,6,19176,'','2013-12-07 17:24:16'),(78624,7,19176,'DAY','2013-12-07 17:24:16'),(78625,66,19176,'OPD','2013-12-07 17:24:16'),(78626,67,19176,'','2013-12-07 17:24:16'),(78627,1,19179,'','2013-12-07 17:24:17'),(78628,2,19179,'','2013-12-07 17:24:17'),(78629,3,19179,'','2013-12-07 17:24:17'),(78630,6,19179,'','2013-12-07 17:24:17'),(78631,7,19179,'DAY','2013-12-07 17:24:17'),(78632,66,19179,'OPD','2013-12-07 17:24:17'),(78633,67,19179,'','2013-12-07 17:24:17'),(78634,1,19180,'','2013-12-07 17:34:54'),(78635,2,19180,'','2013-12-07 17:34:54'),(78636,3,19180,'','2013-12-07 17:34:54'),(78637,6,19180,'','2013-12-07 17:34:54'),(78638,7,19180,'DAY','2013-12-07 17:34:54'),(78639,66,19180,'OPD','2013-12-07 17:34:54'),(78640,67,19180,'','2013-12-07 17:34:54'),(78641,1,19181,'3596937','2013-12-07 17:45:49'),(78642,2,19181,'596033','2013-12-07 17:45:49'),(78643,3,19181,'','2013-12-07 17:45:49'),(78644,6,19181,'36.00','2013-12-07 17:45:49'),(78645,7,19181,'DAY','2013-12-07 17:45:49'),(78646,66,19181,'OPD','2013-12-07 17:45:49'),(78647,67,19181,'','2013-12-07 17:45:49'),(78648,1,19182,'3601176','2013-12-07 17:52:08'),(78649,2,19182,'','2013-12-07 17:52:08'),(78650,3,19182,'','2013-12-07 17:52:08'),(78651,6,19182,'45.00','2013-12-07 17:52:08'),(78652,7,19182,'DAY','2013-12-07 17:52:08'),(78653,66,19182,'OPD','2013-12-07 17:52:08'),(78654,67,19182,'','2013-12-07 17:52:08'),(78655,1,19183,'','2013-12-07 17:56:43'),(78656,2,19183,'','2013-12-07 17:56:43'),(78657,3,19183,'','2013-12-07 17:56:43'),(78658,6,19183,'','2013-12-07 17:56:43'),(78659,7,19183,'DAY','2013-12-07 17:56:43'),(78660,66,19183,'OPD','2013-12-07 17:56:43'),(78661,67,19183,'','2013-12-07 17:56:43'),(78662,1,19184,'3601199','2013-12-07 18:08:59'),(78663,2,19184,'597264','2013-12-07 18:08:59'),(78664,3,19184,'','2013-12-07 18:08:59'),(78665,6,19184,'25.30','2013-12-07 18:08:59'),(78666,7,19184,'DAY','2013-12-07 18:08:59'),(78667,66,19184,'OPD','2013-12-07 18:08:59'),(78668,67,19184,'','2013-12-07 18:08:59'),(78669,1,19185,'3601204','2013-12-07 18:19:00'),(78670,2,19185,'597269','2013-12-07 18:19:00'),(78671,3,19185,'','2013-12-07 18:19:00'),(78672,6,19185,'52.00','2013-12-07 18:19:00'),(78673,7,19185,'DAY','2013-12-07 18:19:00'),(78674,66,19185,'OPD','2013-12-07 18:19:00'),(78675,67,19185,'','2013-12-07 18:19:00'),(78676,1,19187,'','2013-12-07 18:19:00'),(78677,2,19187,'','2013-12-07 18:19:00'),(78678,3,19187,'','2013-12-07 18:19:00'),(78679,6,19187,'','2013-12-07 18:19:01'),(78680,7,19187,'DAY','2013-12-07 18:19:01'),(78681,66,19187,'OPD','2013-12-07 18:19:01'),(78682,67,19187,'','2013-12-07 18:19:01'),(78683,1,19188,'3601224','2013-12-07 18:31:18'),(78684,2,19188,'597273','2013-12-07 18:31:18'),(78685,3,19188,'','2013-12-07 18:31:18'),(78686,6,19188,'48.00','2013-12-07 18:31:18'),(78687,7,19188,'DAY','2013-12-07 18:31:18'),(78688,66,19188,'OPD','2013-12-07 18:31:18'),(78689,67,19188,'','2013-12-07 18:31:18'),(78690,1,19190,'','2013-12-07 18:31:18'),(78691,2,19190,'','2013-12-07 18:31:18'),(78692,3,19190,'','2013-12-07 18:31:18'),(78693,6,19190,'','2013-12-07 18:31:18'),(78694,7,19190,'DAY','2013-12-07 18:31:18'),(78695,66,19190,'OPD','2013-12-07 18:31:18'),(78696,67,19190,'','2013-12-07 18:31:18'),(78697,1,19191,'3601227','2013-12-07 18:32:41'),(78698,2,19191,'597274','2013-12-07 18:32:41'),(78699,3,19191,'','2013-12-07 18:32:41'),(78700,6,19191,'11.00','2013-12-07 18:32:41'),(78701,7,19191,'DAY','2013-12-07 18:32:41'),(78702,66,19191,'OPD','2013-12-07 18:32:41'),(78703,67,19191,'','2013-12-07 18:32:41'),(78704,1,19192,'3601244','2013-12-07 18:38:10'),(78705,2,19192,'','2013-12-07 18:38:10'),(78706,3,19192,'','2013-12-07 18:38:10'),(78707,6,19192,'27.00','2013-12-07 18:38:10'),(78708,7,19192,'DAY','2013-12-07 18:38:10'),(78709,66,19192,'OPD','2013-12-07 18:38:10'),(78710,67,19192,'','2013-12-07 18:38:10'),(78711,1,19193,'3601247','2013-12-07 18:46:51'),(78712,2,19193,'','2013-12-07 18:46:51'),(78713,3,19193,'','2013-12-07 18:46:51'),(78714,6,19193,'13.00','2013-12-07 18:46:51'),(78715,7,19193,'DAY','2013-12-07 18:46:51'),(78716,66,19193,'OPD','2013-12-07 18:46:51'),(78717,67,19193,'','2013-12-07 18:46:51'),(78718,1,19194,'3601258','2013-12-07 18:50:12'),(78719,2,19194,'','2013-12-07 18:50:12'),(78720,3,19194,'','2013-12-07 18:50:12'),(78721,6,19194,'25.00','2013-12-07 18:50:12'),(78722,7,19194,'DAY','2013-12-07 18:50:12'),(78723,66,19194,'OPD','2013-12-07 18:50:12'),(78724,67,19194,'','2013-12-07 18:50:12'),(78725,1,19196,'','2013-12-07 18:50:12'),(78726,2,19196,'','2013-12-07 18:50:12'),(78727,3,19196,'','2013-12-07 18:50:12'),(78728,6,19196,'','2013-12-07 18:50:12'),(78729,7,19196,'DAY','2013-12-07 18:50:12'),(78730,66,19196,'OPD','2013-12-07 18:50:12'),(78731,67,19196,'','2013-12-07 18:50:12'),(78732,1,19197,'','2013-12-07 18:53:05'),(78733,2,19197,'','2013-12-07 18:53:05'),(78734,3,19197,'','2013-12-07 18:53:05'),(78735,6,19197,'','2013-12-07 18:53:05'),(78736,7,19197,'DAY','2013-12-07 18:53:05'),(78737,66,19197,'OPD','2013-12-07 18:53:05'),(78738,67,19197,'','2013-12-07 18:53:05'),(78739,1,19198,'3601254','2013-12-07 18:53:30'),(78740,2,19198,'597279','2013-12-07 18:53:30'),(78741,3,19198,'','2013-12-07 18:53:30'),(78742,6,19198,'97.00','2013-12-07 18:53:30'),(78743,7,19198,'DAY','2013-12-07 18:53:30'),(78744,66,19198,'OPD','2013-12-07 18:53:30'),(78745,67,19198,'','2013-12-07 18:53:30'),(78746,1,19200,'','2013-12-07 18:53:30'),(78747,2,19200,'','2013-12-07 18:53:30'),(78748,3,19200,'','2013-12-07 18:53:30'),(78749,6,19200,'','2013-12-07 18:53:30'),(78750,7,19200,'DAY','2013-12-07 18:53:30'),(78751,66,19200,'OPD','2013-12-07 18:53:30'),(78752,67,19200,'','2013-12-07 18:53:30'),(78753,1,19201,'','2013-12-07 18:54:26'),(78754,2,19201,'','2013-12-07 18:54:26'),(78755,3,19201,'','2013-12-07 18:54:26'),(78756,6,19201,'','2013-12-07 18:54:26'),(78757,7,19201,'DAY','2013-12-07 18:54:26'),(78758,66,19201,'OPD','2013-12-07 18:54:26'),(78759,67,19201,'','2013-12-07 18:54:26'),(78760,1,19202,'3601256','2013-12-07 18:55:30'),(78761,2,19202,'','2013-12-07 18:55:30'),(78762,3,19202,'','2013-12-07 18:55:30'),(78763,6,19202,'37.00','2013-12-07 18:55:30'),(78764,7,19202,'DAY','2013-12-07 18:55:30'),(78765,66,19202,'OPD','2013-12-07 18:55:30'),(78766,67,19202,'','2013-12-07 18:55:30'),(78767,1,19203,'','2013-12-07 18:56:33'),(78768,2,19203,'','2013-12-07 18:56:33'),(78769,3,19203,'','2013-12-07 18:56:33'),(78770,6,19203,'','2013-12-07 18:56:33'),(78771,7,19203,'DAY','2013-12-07 18:56:33'),(78772,66,19203,'OPD','2013-12-07 18:56:33'),(78773,67,19203,'','2013-12-07 18:56:33'),(78774,1,19204,'3601196','2013-12-07 18:58:13'),(78775,2,19204,'','2013-12-07 18:58:13'),(78776,3,19204,'','2013-12-07 18:58:13'),(78777,6,19204,'175.40','2013-12-07 18:58:13'),(78778,7,19204,'DAY','2013-12-07 18:58:13'),(78779,66,19204,'OPD','2013-12-07 18:58:13'),(78780,67,19204,'','2013-12-07 18:58:13'),(78781,1,19206,'','2013-12-07 18:58:13'),(78782,2,19206,'','2013-12-07 18:58:13'),(78783,3,19206,'','2013-12-07 18:58:13'),(78784,6,19206,'','2013-12-07 18:58:13'),(78785,7,19206,'DAY','2013-12-07 18:58:13'),(78786,66,19206,'WARD B','2013-12-07 18:58:13'),(78787,67,19206,'MARGARET','2013-12-07 18:58:13'),(78788,1,19207,'3601265','2013-12-07 19:03:58'),(78789,2,19207,'','2013-12-07 19:03:58'),(78790,3,19207,'','2013-12-07 19:03:58'),(78791,6,19207,'168.00','2013-12-07 19:03:58'),(78792,7,19207,'DAY','2013-12-07 19:03:58'),(78793,66,19207,'OPD','2013-12-07 19:03:58'),(78794,67,19207,'','2013-12-07 19:03:58'),(78795,1,19209,'','2013-12-07 19:03:58'),(78796,2,19209,'','2013-12-07 19:03:58'),(78797,3,19209,'','2013-12-07 19:03:58'),(78798,6,19209,'','2013-12-07 19:03:58'),(78799,7,19209,'DAY','2013-12-07 19:03:58'),(78800,66,19209,'OPD','2013-12-07 19:03:58'),(78801,67,19209,'','2013-12-07 19:03:58'),(78802,1,19210,'3601270','2013-12-07 19:25:58'),(78803,2,19210,'597282','2013-12-07 19:25:58'),(78804,3,19210,'','2013-12-07 19:25:58'),(78805,6,19210,'123.00','2013-12-07 19:25:58'),(78806,7,19210,'DAY','2013-12-07 19:25:58'),(78807,66,19210,'OPD','2013-12-07 19:25:58'),(78808,67,19210,'','2013-12-07 19:25:58'),(78809,1,19212,'','2013-12-07 19:25:58'),(78810,2,19212,'','2013-12-07 19:25:58'),(78811,3,19212,'','2013-12-07 19:25:58'),(78812,6,19212,'','2013-12-07 19:25:58'),(78813,7,19212,'DAY','2013-12-07 19:25:58'),(78814,66,19212,'OPD','2013-12-07 19:25:58'),(78815,67,19212,'','2013-12-07 19:25:58'),(78816,1,19215,'','2013-12-07 19:25:58'),(78817,2,19215,'','2013-12-07 19:25:58'),(78818,3,19215,'','2013-12-07 19:25:58'),(78819,6,19215,'','2013-12-07 19:25:58'),(78820,7,19215,'DAY','2013-12-07 19:25:58'),(78821,66,19215,'OPD','2013-12-07 19:25:58'),(78822,67,19215,'','2013-12-07 19:25:58'),(78823,1,19216,'3601283','2013-12-07 19:43:26'),(78824,2,19216,'597286','2013-12-07 19:43:26'),(78825,3,19216,'','2013-12-07 19:43:26'),(78826,6,19216,'12.00','2013-12-07 19:43:26'),(78827,7,19216,'DAY','2013-12-07 19:43:26'),(78828,66,19216,'OPD','2013-12-07 19:43:26'),(78829,67,19216,'','2013-12-07 19:43:26'),(78830,1,19217,'3601299','2013-12-07 19:53:57'),(78831,2,19217,'597291','2013-12-07 19:53:57'),(78832,3,19217,'','2013-12-07 19:53:57'),(78833,6,19217,'193.00','2013-12-07 19:53:57'),(78834,7,19217,'DAY','2013-12-07 19:53:57'),(78835,66,19217,'OPD','2013-12-07 19:53:57'),(78836,67,19217,'','2013-12-07 19:53:57'),(78837,1,19219,'','2013-12-07 19:53:58'),(78838,2,19219,'','2013-12-07 19:53:58'),(78839,3,19219,'','2013-12-07 19:53:58'),(78840,6,19219,'','2013-12-07 19:53:58'),(78841,7,19219,'DAY','2013-12-07 19:53:58'),(78842,66,19219,'OPD','2013-12-07 19:53:58'),(78843,67,19219,'','2013-12-07 19:53:58'),(78844,1,19220,'3601298','2013-12-07 19:57:44'),(78845,2,19220,'','2013-12-07 19:57:44'),(78846,3,19220,'','2013-12-07 19:57:44'),(78847,6,19220,'22.00','2013-12-07 19:57:44'),(78848,7,19220,'DAY','2013-12-07 19:57:44'),(78849,66,19220,'WARD C','2013-12-07 19:57:44'),(78850,67,19220,'PEACE','2013-12-07 19:57:44'),(78851,1,19221,'3601285','2013-12-07 20:02:07'),(78852,2,19221,'','2013-12-07 20:02:07'),(78853,3,19221,'','2013-12-07 20:02:07'),(78854,6,19221,'47.00','2013-12-07 20:02:07'),(78855,7,19221,'DAY','2013-12-07 20:02:07'),(78856,66,19221,'WARD B','2013-12-07 20:02:07'),(78857,67,19221,'','2013-12-07 20:02:07'),(78858,1,19223,'','2013-12-07 20:02:07'),(78859,2,19223,'','2013-12-07 20:02:07'),(78860,3,19223,'','2013-12-07 20:02:07'),(78861,6,19223,'','2013-12-07 20:02:07'),(78862,7,19223,'DAY','2013-12-07 20:02:07'),(78863,66,19223,'OPD','2013-12-07 20:02:07'),(78864,67,19223,'','2013-12-07 20:02:07'),(78865,1,19224,'3601287','2013-12-07 20:04:06'),(78866,2,19224,'','2013-12-07 20:04:06'),(78867,3,19224,'','2013-12-07 20:04:06'),(78868,6,19224,'49.00','2013-12-07 20:04:06'),(78869,7,19224,'DAY','2013-12-07 20:04:06'),(78870,66,19224,'WARD C','2013-12-07 20:04:06'),(78871,67,19224,'PEACE','2013-12-07 20:04:06'),(78872,1,19225,'3601291','2013-12-07 20:06:35'),(78873,2,19225,'','2013-12-07 20:06:35'),(78874,3,19225,'','2013-12-07 20:06:35'),(78875,6,19225,'22.00','2013-12-07 20:06:35'),(78876,7,19225,'DAY','2013-12-07 20:06:35'),(78877,66,19225,'WARD C','2013-12-07 20:06:35'),(78878,67,19225,'PEACE','2013-12-07 20:06:35'),(78879,1,19226,'3601303','2013-12-07 20:09:16'),(78880,2,19226,'597293','2013-12-07 20:09:16'),(78881,3,19226,'','2013-12-07 20:09:16'),(78882,6,19226,'22.00','2013-12-07 20:09:16'),(78883,7,19226,'DAY','2013-12-07 20:09:16'),(78884,66,19226,'OPD','2013-12-07 20:09:16'),(78885,67,19226,'','2013-12-07 20:09:16'),(78886,1,19227,'3601286','2013-12-07 20:19:53'),(78887,2,19227,'','2013-12-07 20:19:53'),(78888,3,19227,'','2013-12-07 20:19:53'),(78889,6,19227,'20.00','2013-12-07 20:19:53'),(78890,7,19227,'DAY','2013-12-07 20:19:53'),(78891,66,19227,'WARD C','2013-12-07 20:19:53'),(78892,67,19227,'PEACE','2013-12-07 20:19:53'),(78893,1,19228,'3601329','2013-12-07 20:42:54'),(78894,2,19228,'597305','2013-12-07 20:42:54'),(78895,3,19228,'','2013-12-07 20:42:54'),(78896,6,19228,'132.00','2013-12-07 20:42:54'),(78897,7,19228,'DAY','2013-12-07 20:42:54'),(78898,66,19228,'OPD','2013-12-07 20:42:54'),(78899,67,19228,'','2013-12-07 20:42:54'),(78900,1,19230,'','2013-12-07 20:42:54'),(78901,2,19230,'','2013-12-07 20:42:54'),(78902,3,19230,'','2013-12-07 20:42:54'),(78903,6,19230,'','2013-12-07 20:42:54'),(78904,7,19230,'DAY','2013-12-07 20:42:54'),(78905,66,19230,'OPD','2013-12-07 20:42:54'),(78906,67,19230,'','2013-12-07 20:42:54'),(78907,1,19231,'','2013-12-07 20:48:35'),(78908,2,19231,'','2013-12-07 20:48:35'),(78909,3,19231,'','2013-12-07 20:48:35'),(78910,6,19231,'','2013-12-07 20:48:35'),(78911,7,19231,'DAY','2013-12-07 20:48:35'),(78912,66,19231,'OPD','2013-12-07 20:48:35'),(78913,67,19231,'','2013-12-07 20:48:35'),(78914,1,19232,'3601340','2013-12-07 21:11:51'),(78915,2,19232,'597314','2013-12-07 21:11:51'),(78916,3,19232,'','2013-12-07 21:11:51'),(78917,6,19232,'97.00','2013-12-07 21:11:51'),(78918,7,19232,'DAY','2013-12-07 21:11:51'),(78919,66,19232,'OPD','2013-12-07 21:11:51'),(78920,67,19232,'','2013-12-07 21:11:51'),(78921,1,19234,'','2013-12-07 21:11:51'),(78922,2,19234,'','2013-12-07 21:11:51'),(78923,3,19234,'','2013-12-07 21:11:51'),(78924,6,19234,'','2013-12-07 21:11:51'),(78925,7,19234,'DAY','2013-12-07 21:11:51'),(78926,66,19234,'OPD','2013-12-07 21:11:51'),(78927,67,19234,'','2013-12-07 21:11:51'),(78928,1,19235,'3601345','2013-12-07 21:16:41'),(78929,2,19235,'','2013-12-07 21:16:41'),(78930,3,19235,'','2013-12-07 21:16:41'),(78931,6,19235,'104.00','2013-12-07 21:16:41'),(78932,7,19235,'DAY','2013-12-07 21:16:41'),(78933,66,19235,'OPD','2013-12-07 21:16:41'),(78934,67,19235,'','2013-12-07 21:16:41'),(78935,1,19237,'','2013-12-07 21:16:42'),(78936,2,19237,'','2013-12-07 21:16:42'),(78937,3,19237,'','2013-12-07 21:16:42'),(78938,6,19237,'','2013-12-07 21:16:42'),(78939,7,19237,'DAY','2013-12-07 21:16:42'),(78940,66,19237,'OPD','2013-12-07 21:16:42'),(78941,67,19237,'','2013-12-07 21:16:42'),(78942,1,19238,'3601352','2013-12-07 21:49:03'),(78943,2,19238,'','2013-12-07 21:49:03'),(78944,3,19238,'','2013-12-07 21:49:03'),(78945,6,19238,'74.40','2013-12-07 21:49:03'),(78946,7,19238,'DAY','2013-12-07 21:49:03'),(78947,66,19238,'OPD','2013-12-07 21:49:03'),(78948,67,19238,'','2013-12-07 21:49:03'),(78949,1,19239,'3601364','2013-12-07 22:15:22'),(78950,2,19239,'597323','2013-12-07 22:15:22'),(78951,3,19239,'','2013-12-07 22:15:22'),(78952,6,19239,'74.40','2013-12-07 22:15:22'),(78953,7,19239,'DAY','2013-12-07 22:15:22'),(78954,66,19239,'OPD','2013-12-07 22:15:22'),(78955,67,19239,'','2013-12-07 22:15:22'),(78956,1,19240,'3601381','2013-12-07 22:39:48'),(78957,2,19240,'','2013-12-07 22:39:48'),(78958,3,19240,'','2013-12-07 22:39:48'),(78959,6,19240,'87.00','2013-12-07 22:39:48'),(78960,7,19240,'DAY','2013-12-07 22:39:48'),(78961,66,19240,'WARD B','2013-12-07 22:39:48'),(78962,67,19240,'','2013-12-07 22:39:48'),(78963,1,19242,'','2013-12-07 22:39:48'),(78964,2,19242,'','2013-12-07 22:39:48'),(78965,3,19242,'','2013-12-07 22:39:48'),(78966,6,19242,'','2013-12-07 22:39:48'),(78967,7,19242,'DAY','2013-12-07 22:39:48'),(78968,66,19242,'OPD','2013-12-07 22:39:48'),(78969,67,19242,'','2013-12-07 22:39:48'),(78970,1,19243,'3601388','2013-12-07 22:48:05'),(78971,2,19243,'','2013-12-07 22:48:05'),(78972,3,19243,'','2013-12-07 22:48:05'),(78973,6,19243,'20.00','2013-12-07 22:48:05'),(78974,7,19243,'DAY','2013-12-07 22:48:05'),(78975,66,19243,'OPD','2013-12-07 22:48:05'),(78976,67,19243,'','2013-12-07 22:48:05'),(78977,1,19244,'3601387','2013-12-07 22:49:43'),(78978,2,19244,'','2013-12-07 22:49:43'),(78979,3,19244,'','2013-12-07 22:49:43'),(78980,6,19244,'19.00','2013-12-07 22:49:43'),(78981,7,19244,'DAY','2013-12-07 22:49:43'),(78982,66,19244,'OPD','2013-12-07 22:49:43'),(78983,67,19244,'','2013-12-07 22:49:43'),(78984,1,19245,'3601390','2013-12-07 22:54:56'),(78985,2,19245,'597331','2013-12-07 22:54:56'),(78986,3,19245,'','2013-12-07 22:54:56'),(78987,6,19245,'74.40','2013-12-07 22:54:56'),(78988,7,19245,'DAY','2013-12-07 22:54:56'),(78989,66,19245,'OPD','2013-12-07 22:54:56'),(78990,67,19245,'','2013-12-07 22:54:56'),(78991,1,19246,'3601395','2013-12-07 22:59:14'),(78992,2,19246,'','2013-12-07 22:59:14'),(78993,3,19246,'','2013-12-07 22:59:14'),(78994,6,19246,'81.00','2013-12-07 22:59:14'),(78995,7,19246,'DAY','2013-12-07 22:59:14'),(78996,66,19246,'OPD','2013-12-07 22:59:14'),(78997,67,19246,'','2013-12-07 22:59:14'),(78998,1,19247,'3601398','2013-12-07 23:13:14'),(78999,2,19247,'597333','2013-12-07 23:13:14'),(79000,3,19247,'','2013-12-07 23:13:14'),(79001,6,19247,'121.00','2013-12-07 23:13:14'),(79002,7,19247,'DAY','2013-12-07 23:13:14'),(79003,66,19247,'OPD','2013-12-07 23:13:14'),(79004,67,19247,'','2013-12-07 23:13:14'),(79005,1,19249,'','2013-12-07 23:13:14'),(79006,2,19249,'','2013-12-07 23:13:14'),(79007,3,19249,'','2013-12-07 23:13:14'),(79008,6,19249,'','2013-12-07 23:13:14'),(79009,7,19249,'DAY','2013-12-07 23:13:14'),(79010,66,19249,'OPD','2013-12-07 23:13:14'),(79011,67,19249,'','2013-12-07 23:13:14'),(79012,1,19250,'3601401','2013-12-07 23:16:30'),(79013,2,19250,'','2013-12-07 23:16:30'),(79014,3,19250,'','2013-12-07 23:16:30'),(79015,6,19250,'61.00','2013-12-07 23:16:30'),(79016,7,19250,'DAY','2013-12-07 23:16:30'),(79017,66,19250,'OPD','2013-12-07 23:16:30'),(79018,67,19250,'','2013-12-07 23:16:30'),(79019,1,19251,'3593107','2013-12-07 23:21:16'),(79020,2,19251,'','2013-12-07 23:21:16'),(79021,3,19251,'','2013-12-07 23:21:16'),(79022,6,19251,'170.40','2013-12-07 23:21:16'),(79023,7,19251,'DAY','2013-12-07 23:21:16'),(79024,66,19251,'OPD','2013-12-07 23:21:16'),(79025,67,19251,'','2013-12-07 23:21:16'),(79026,1,19253,'','2013-12-07 23:21:16'),(79027,2,19253,'','2013-12-07 23:21:16'),(79028,3,19253,'','2013-12-07 23:21:16'),(79029,6,19253,'','2013-12-07 23:21:16'),(79030,7,19253,'DAY','2013-12-07 23:21:16'),(79031,66,19253,'OPD','2013-12-07 23:21:16'),(79032,67,19253,'','2013-12-07 23:21:16'),(79033,1,19256,'','2013-12-07 23:21:17'),(79034,2,19256,'','2013-12-07 23:21:17'),(79035,3,19256,'','2013-12-07 23:21:17'),(79036,6,19256,'','2013-12-07 23:21:17'),(79037,7,19256,'DAY','2013-12-07 23:21:17'),(79038,66,19256,'OPD','2013-12-07 23:21:17'),(79039,67,19256,'','2013-12-07 23:21:17'),(79040,1,19260,'','2013-12-07 23:21:17'),(79041,2,19260,'','2013-12-07 23:21:17'),(79042,3,19260,'','2013-12-07 23:21:17'),(79043,6,19260,'','2013-12-07 23:21:17'),(79044,7,19260,'DAY','2013-12-07 23:21:17'),(79045,66,19260,'OPD','2013-12-07 23:21:17'),(79046,67,19260,'','2013-12-07 23:21:17'),(79047,1,19261,'3601404','2013-12-07 23:34:37'),(79048,2,19261,'597337','2013-12-07 23:34:37'),(79049,3,19261,'','2013-12-07 23:34:37'),(79050,6,19261,'49.00','2013-12-07 23:34:37'),(79051,7,19261,'DAY','2013-12-07 23:34:37'),(79052,66,19261,'OPD','2013-12-07 23:34:37'),(79053,67,19261,'','2013-12-07 23:34:37'),(79054,1,19263,'','2013-12-07 23:34:37'),(79055,2,19263,'','2013-12-07 23:34:37'),(79056,3,19263,'','2013-12-07 23:34:37'),(79057,6,19263,'','2013-12-07 23:34:37'),(79058,7,19263,'DAY','2013-12-07 23:34:37'),(79059,66,19263,'OPD','2013-12-07 23:34:37'),(79060,67,19263,'','2013-12-07 23:34:37'),(79061,1,19264,'3601409','2013-12-07 23:45:11'),(79062,2,19264,'','2013-12-07 23:45:11'),(79063,3,19264,'','2013-12-07 23:45:11'),(79064,6,19264,'77.00','2013-12-07 23:45:11'),(79065,7,19264,'DAY','2013-12-07 23:45:11'),(79066,66,19264,'OPD','2013-12-07 23:45:11'),(79067,67,19264,'','2013-12-07 23:45:11'),(79068,1,19265,'','2013-12-07 23:58:55'),(79069,2,19265,'','2013-12-07 23:58:55'),(79070,3,19265,'','2013-12-07 23:58:55'),(79071,6,19265,'','2013-12-07 23:58:55'),(79072,7,19265,'DAY','2013-12-07 23:58:55'),(79073,66,19265,'OPD','2013-12-07 23:58:55'),(79074,67,19265,'','2013-12-07 23:58:55'),(79075,1,19267,'','2013-12-07 23:58:55'),(79076,2,19267,'','2013-12-07 23:58:55'),(79077,3,19267,'','2013-12-07 23:58:55'),(79078,6,19267,'','2013-12-07 23:58:55'),(79079,7,19267,'DAY','2013-12-07 23:58:55'),(79080,66,19267,'OPD','2013-12-07 23:58:55'),(79081,67,19267,'','2013-12-07 23:58:55'),(79082,1,19268,'3601340','2013-12-08 00:07:42'),(79083,2,19268,'597314','2013-12-08 00:07:42'),(79084,3,19268,'','2013-12-08 00:07:42'),(79085,6,19268,'','2013-12-08 00:07:42'),(79086,7,19268,'DAY','2013-12-08 00:07:42'),(79087,66,19268,'OPD','2013-12-08 00:07:42'),(79088,67,19268,'','2013-12-08 00:07:42'),(79089,1,19270,'','2013-12-08 00:07:42'),(79090,2,19270,'','2013-12-08 00:07:42'),(79091,3,19270,'','2013-12-08 00:07:42'),(79092,6,19270,'','2013-12-08 00:07:42'),(79093,7,19270,'DAY','2013-12-08 00:07:42'),(79094,66,19270,'OPD','2013-12-08 00:07:42'),(79095,67,19270,'','2013-12-08 00:07:42'),(79096,1,19271,'3601421','2013-12-08 00:18:14'),(79097,2,19271,'','2013-12-08 00:18:14'),(79098,3,19271,'','2013-12-08 00:18:14'),(79099,6,19271,'82.00','2013-12-08 00:18:14'),(79100,7,19271,'DAY','2013-12-08 00:18:14'),(79101,66,19271,'OPD','2013-12-08 00:18:14'),(79102,67,19271,'','2013-12-08 00:18:14'),(79103,1,19273,'','2013-12-08 00:18:14'),(79104,2,19273,'','2013-12-08 00:18:14'),(79105,3,19273,'','2013-12-08 00:18:14'),(79106,6,19273,'','2013-12-08 00:18:14'),(79107,7,19273,'DAY','2013-12-08 00:18:14'),(79108,66,19273,'OPD','2013-12-08 00:18:14'),(79109,67,19273,'','2013-12-08 00:18:14'),(79110,1,19274,'3601406','2013-12-08 00:19:38'),(79111,2,19274,'','2013-12-08 00:19:38'),(79112,3,19274,'','2013-12-08 00:19:38'),(79113,6,19274,'22.00','2013-12-08 00:19:38'),(79114,7,19274,'DAY','2013-12-08 00:19:38'),(79115,66,19274,'TROOM','2013-12-08 00:19:38'),(79116,67,19274,'VALANTINA','2013-12-08 00:19:38'),(79117,1,19275,'3601425','2013-12-08 00:23:25'),(79118,2,19275,'597344','2013-12-08 00:23:25'),(79119,3,19275,'','2013-12-08 00:23:25'),(79120,6,19275,'239.80','2013-12-08 00:23:25'),(79121,7,19275,'DAY','2013-12-08 00:23:25'),(79122,66,19275,'OPD','2013-12-08 00:23:25'),(79123,67,19275,'','2013-12-08 00:23:25'),(79124,1,19277,'','2013-12-08 00:23:25'),(79125,2,19277,'','2013-12-08 00:23:25'),(79126,3,19277,'','2013-12-08 00:23:25'),(79127,6,19277,'','2013-12-08 00:23:25'),(79128,7,19277,'DAY','2013-12-08 00:23:25'),(79129,66,19277,'OPD','2013-12-08 00:23:25'),(79130,67,19277,'','2013-12-08 00:23:25'),(79131,1,19280,'','2013-12-08 00:23:25'),(79132,2,19280,'','2013-12-08 00:23:25'),(79133,3,19280,'','2013-12-08 00:23:25'),(79134,6,19280,'','2013-12-08 00:23:25'),(79135,7,19280,'DAY','2013-12-08 00:23:25'),(79136,66,19280,'OPD','2013-12-08 00:23:25'),(79137,67,19280,'','2013-12-08 00:23:25'),(79138,1,19284,'','2013-12-08 00:23:25'),(79139,2,19284,'','2013-12-08 00:23:26'),(79140,3,19284,'','2013-12-08 00:23:26'),(79141,6,19284,'','2013-12-08 00:23:26'),(79142,7,19284,'DAY','2013-12-08 00:23:26'),(79143,66,19284,'OPD','2013-12-08 00:23:26'),(79144,67,19284,'','2013-12-08 00:23:26'),(79145,1,19285,'3501119','2013-12-08 00:30:08'),(79146,2,19285,'597224','2013-12-08 00:30:08'),(79147,3,19285,'','2013-12-08 00:30:08'),(79148,6,19285,'','2013-12-08 00:30:08'),(79149,7,19285,'DAY','2013-12-08 00:30:08'),(79150,66,19285,'OPD','2013-12-08 00:30:08'),(79151,67,19285,'','2013-12-08 00:30:08'),(79152,1,19286,'3601441','2013-12-08 00:33:15'),(79153,2,19286,'','2013-12-08 00:33:15'),(79154,3,19286,'','2013-12-08 00:33:15'),(79155,6,19286,'66.00','2013-12-08 00:33:15'),(79156,7,19286,'DAY','2013-12-08 00:33:15'),(79157,66,19286,'OPD','2013-12-08 00:33:15'),(79158,67,19286,'','2013-12-08 00:33:15'),(79159,1,19287,'3601439','2013-12-08 00:38:31'),(79160,2,19287,'597346','2013-12-08 00:38:31'),(79161,3,19287,'','2013-12-08 00:38:31'),(79162,6,19287,'37.00','2013-12-08 00:38:31'),(79163,7,19287,'DAY','2013-12-08 00:38:31'),(79164,66,19287,'SELF REQ','2013-12-08 00:38:31'),(79165,67,19287,'','2013-12-08 00:38:31'),(79166,1,19288,'3601459','2013-12-08 00:55:36'),(79167,2,19288,'','2013-12-08 00:55:36'),(79168,3,19288,'','2013-12-08 00:55:36'),(79169,6,19288,'84.00','2013-12-08 00:55:36'),(79170,7,19288,'DAY','2013-12-08 00:55:36'),(79171,66,19288,'OPD','2013-12-08 00:55:36'),(79172,67,19288,'','2013-12-08 00:55:36'),(79173,1,19290,'','2013-12-08 00:55:36'),(79174,2,19290,'','2013-12-08 00:55:36'),(79175,3,19290,'','2013-12-08 00:55:36'),(79176,6,19290,'','2013-12-08 00:55:36'),(79177,7,19290,'DAY','2013-12-08 00:55:36'),(79178,66,19290,'OPD','2013-12-08 00:55:36'),(79179,67,19290,'','2013-12-08 00:55:36'),(79180,1,19291,'3601466','2013-12-08 01:13:25'),(79181,2,19291,'','2013-12-08 01:13:25'),(79182,3,19291,'','2013-12-08 01:13:25'),(79183,6,19291,'120.00','2013-12-08 01:13:25'),(79184,7,19291,'DAY','2013-12-08 01:13:25'),(79185,66,19291,'WARD B','2013-12-08 01:13:25'),(79186,67,19291,'','2013-12-08 01:13:25'),(79187,1,19293,'','2013-12-08 01:13:25'),(79188,2,19293,'','2013-12-08 01:13:25'),(79189,3,19293,'','2013-12-08 01:13:25'),(79190,6,19293,'','2013-12-08 01:13:25'),(79191,7,19293,'DAY','2013-12-08 01:13:25'),(79192,66,19293,'WARD B','2013-12-08 01:13:25'),(79193,67,19293,'','2013-12-08 01:13:25'),(79194,1,19296,'','2013-12-08 01:13:26'),(79195,2,19296,'','2013-12-08 01:13:26'),(79196,3,19296,'','2013-12-08 01:13:26'),(79197,6,19296,'','2013-12-08 01:13:26'),(79198,7,19296,'DAY','2013-12-08 01:13:26'),(79199,66,19296,'WARD B','2013-12-08 01:13:26'),(79200,67,19296,'','2013-12-08 01:13:26'),(79201,1,19297,'3601481','2013-12-08 01:30:46'),(79202,2,19297,'','2013-12-08 01:30:46'),(79203,3,19297,'','2013-12-08 01:30:46'),(79204,6,19297,'94.00','2013-12-08 01:30:46'),(79205,7,19297,'DAY','2013-12-08 01:30:46'),(79206,66,19297,'OPD','2013-12-08 01:30:46'),(79207,67,19297,'','2013-12-08 01:30:46'),(79208,1,19299,'','2013-12-08 01:30:46'),(79209,2,19299,'','2013-12-08 01:30:46'),(79210,3,19299,'','2013-12-08 01:30:46'),(79211,6,19299,'','2013-12-08 01:30:46'),(79212,7,19299,'DAY','2013-12-08 01:30:46'),(79213,66,19299,'OPD','2013-12-08 01:30:46'),(79214,67,19299,'','2013-12-08 01:30:46'),(79215,1,19300,'3601479','2013-12-08 01:34:47'),(79216,2,19300,'','2013-12-08 01:34:47'),(79217,3,19300,'','2013-12-08 01:34:47'),(79218,6,19300,'99.00','2013-12-08 01:34:47'),(79219,7,19300,'DAY','2013-12-08 01:34:47'),(79220,66,19300,'OPD','2013-12-08 01:34:47'),(79221,67,19300,'','2013-12-08 01:34:47'),(79222,1,19302,'','2013-12-08 01:34:48'),(79223,2,19302,'','2013-12-08 01:34:48'),(79224,3,19302,'','2013-12-08 01:34:48'),(79225,6,19302,'','2013-12-08 01:34:48'),(79226,7,19302,'DAY','2013-12-08 01:34:48'),(79227,66,19302,'OPD','2013-12-08 01:34:48'),(79228,67,19302,'','2013-12-08 01:34:48'),(79229,1,19303,'3601478','2013-12-08 01:37:12'),(79230,2,19303,'','2013-12-08 01:37:12'),(79231,3,19303,'','2013-12-08 01:37:12'),(79232,6,19303,'94','2013-12-08 01:37:12'),(79233,7,19303,'DAY','2013-12-08 01:37:12'),(79234,66,19303,'OPD','2013-12-08 01:37:12'),(79235,67,19303,'','2013-12-08 01:37:12'),(79236,1,19305,'','2013-12-08 01:37:12'),(79237,2,19305,'','2013-12-08 01:37:12'),(79238,3,19305,'','2013-12-08 01:37:12'),(79239,6,19305,'','2013-12-08 01:37:12'),(79240,7,19305,'DAY','2013-12-08 01:37:12'),(79241,66,19305,'OPD','2013-12-08 01:37:12'),(79242,67,19305,'','2013-12-08 01:37:12'),(79243,1,19306,'3601474','2013-12-08 01:39:36'),(79244,2,19306,'','2013-12-08 01:39:36'),(79245,3,19306,'','2013-12-08 01:39:36'),(79246,6,19306,'79.00','2013-12-08 01:39:36'),(79247,7,19306,'DAY','2013-12-08 01:39:36'),(79248,66,19306,'OPD','2013-12-08 01:39:36'),(79249,67,19306,'','2013-12-08 01:39:36'),(79250,1,19308,'','2013-12-08 01:39:37'),(79251,2,19308,'','2013-12-08 01:39:37'),(79252,3,19308,'','2013-12-08 01:39:37'),(79253,6,19308,'','2013-12-08 01:39:37'),(79254,7,19308,'DAY','2013-12-08 01:39:37'),(79255,66,19308,'OPD','2013-12-08 01:39:37'),(79256,67,19308,'','2013-12-08 01:39:37'),(79257,1,19309,'3601484','2013-12-08 01:42:55'),(79258,2,19309,'','2013-12-08 01:42:55'),(79259,3,19309,'','2013-12-08 01:42:55'),(79260,6,19309,'27.00','2013-12-08 01:42:55'),(79261,7,19309,'DAY','2013-12-08 01:42:55'),(79262,66,19309,'OPD','2013-12-08 01:42:55'),(79263,67,19309,'','2013-12-08 01:42:55'),(79264,1,19310,'3601494','2013-12-08 01:46:21'),(79265,2,19310,'','2013-12-08 01:46:21'),(79266,3,19310,'','2013-12-08 01:46:21'),(79267,6,19310,'94.00','2013-12-08 01:46:21'),(79268,7,19310,'DAY','2013-12-08 01:46:21'),(79269,66,19310,'OPD','2013-12-08 01:46:21'),(79270,67,19310,'','2013-12-08 01:46:21'),(79271,1,19311,'3601525','2013-12-08 02:31:30'),(79272,2,19311,'','2013-12-08 02:31:30'),(79273,3,19311,'','2013-12-08 02:31:30'),(79274,6,19311,'77.00','2013-12-08 02:31:30'),(79275,7,19311,'DAY','2013-12-08 02:31:30'),(79276,66,19311,'OPD','2013-12-08 02:31:30'),(79277,67,19311,'','2013-12-08 02:31:30'),(79278,1,19312,'3601530','2013-12-08 02:34:10'),(79279,2,19312,'597363','2013-12-08 02:34:10'),(79280,3,19312,'','2013-12-08 02:34:10'),(79281,6,19312,'','2013-12-08 02:34:10'),(79282,7,19312,'DAY','2013-12-08 02:34:10'),(79283,66,19312,'OPD','2013-12-08 02:34:10'),(79284,67,19312,'','2013-12-08 02:34:10'),(79285,1,19313,'3601532','2013-12-08 02:36:51'),(79286,2,19313,'','2013-12-08 02:36:51'),(79287,3,19313,'','2013-12-08 02:36:51'),(79288,6,19313,'206.00','2013-12-08 02:36:51'),(79289,7,19313,'DAY','2013-12-08 02:36:51'),(79290,66,19313,'OPD','2013-12-08 02:36:51'),(79291,67,19313,'','2013-12-08 02:36:51'),(79292,1,19315,'','2013-12-08 02:36:51'),(79293,2,19315,'','2013-12-08 02:36:51'),(79294,3,19315,'','2013-12-08 02:36:51'),(79295,6,19315,'','2013-12-08 02:36:51'),(79296,7,19315,'DAY','2013-12-08 02:36:51'),(79297,66,19315,'OPD','2013-12-08 02:36:51'),(79298,67,19315,'','2013-12-08 02:36:51'),(79299,1,19318,'','2013-12-08 02:36:52'),(79300,2,19318,'','2013-12-08 02:36:52'),(79301,3,19318,'','2013-12-08 02:36:52'),(79302,6,19318,'','2013-12-08 02:36:52'),(79303,7,19318,'DAY','2013-12-08 02:36:52'),(79304,66,19318,'OPD','2013-12-08 02:36:52'),(79305,67,19318,'','2013-12-08 02:36:52'),(79306,1,19319,'3601536','2013-12-08 02:50:34'),(79307,2,19319,'597364','2013-12-08 02:50:34'),(79308,3,19319,'','2013-12-08 02:50:34'),(79309,6,19319,'36.00','2013-12-08 02:50:34'),(79310,7,19319,'DAY','2013-12-08 02:50:34'),(79311,66,19319,'OPD','2013-12-08 02:50:34'),(79312,67,19319,'','2013-12-08 02:50:34'),(79313,1,19320,'3601539','2013-12-08 02:56:00'),(79314,2,19320,'','2013-12-08 02:56:00'),(79315,3,19320,'','2013-12-08 02:56:00'),(79316,6,19320,'62.00','2013-12-08 02:56:00'),(79317,7,19320,'DAY','2013-12-08 02:56:00'),(79318,66,19320,'OPD','2013-12-08 02:56:00'),(79319,67,19320,'','2013-12-08 02:56:00'),(79320,1,19322,'','2013-12-08 02:56:00'),(79321,2,19322,'','2013-12-08 02:56:00'),(79322,3,19322,'','2013-12-08 02:56:00'),(79323,6,19322,'','2013-12-08 02:56:00'),(79324,7,19322,'DAY','2013-12-08 02:56:00'),(79325,66,19322,'OPD','2013-12-08 02:56:00'),(79326,67,19322,'','2013-12-08 02:56:00'),(79327,1,19323,'3601540','2013-12-08 02:58:54'),(79328,2,19323,'597365','2013-12-08 02:58:54'),(79329,3,19323,'','2013-12-08 02:58:54'),(79330,6,19323,'36.00','2013-12-08 02:58:54'),(79331,7,19323,'DAY','2013-12-08 02:58:54'),(79332,66,19323,'OPD','2013-12-08 02:58:54'),(79333,67,19323,'','2013-12-08 02:58:54'),(79334,1,19324,'3601542','2013-12-08 03:01:29'),(79335,2,19324,'','2013-12-08 03:01:29'),(79336,3,19324,'','2013-12-08 03:01:29'),(79337,6,19324,'33.00','2013-12-08 03:01:29'),(79338,7,19324,'DAY','2013-12-08 03:01:29'),(79339,66,19324,'OPD','2013-12-08 03:01:29'),(79340,67,19324,'','2013-12-08 03:01:29'),(79341,1,19325,'3601547','2013-12-08 03:18:23'),(79342,2,19325,'','2013-12-08 03:18:23'),(79343,3,19325,'','2013-12-08 03:18:23'),(79344,6,19325,'77','2013-12-08 03:18:23'),(79345,7,19325,'DAY','2013-12-08 03:18:23'),(79346,66,19325,'OPD','2013-12-08 03:18:23'),(79347,67,19325,'','2013-12-08 03:18:23'),(79348,1,19326,'3601549','2013-12-08 03:22:14'),(79349,2,19326,'','2013-12-08 03:22:14'),(79350,3,19326,'','2013-12-08 03:22:14'),(79351,6,19326,'49','2013-12-08 03:22:14'),(79352,7,19326,'DAY','2013-12-08 03:22:14'),(79353,66,19326,'WARD C','2013-12-08 03:22:14'),(79354,67,19326,'REGINA','2013-12-08 03:22:14'),(79355,1,19327,'3601554','2013-12-08 03:43:15'),(79356,2,19327,'597371','2013-12-08 03:43:15'),(79357,3,19327,'','2013-12-08 03:43:15'),(79358,6,19327,'85','2013-12-08 03:43:15'),(79359,7,19327,'DAY','2013-12-08 03:43:15'),(79360,66,19327,'SELF REQ','2013-12-08 03:43:15'),(79361,67,19327,'','2013-12-08 03:43:15'),(79362,1,19328,'3601555','2013-12-08 03:52:26'),(79363,2,19328,'597372','2013-12-08 03:52:26'),(79364,3,19328,'','2013-12-08 03:52:26'),(79365,6,19328,'159.75','2013-12-08 03:52:26'),(79366,7,19328,'NIGHT','2013-12-08 03:52:26'),(79367,66,19328,'OPD','2013-12-08 03:52:26'),(79368,67,19328,'','2013-12-08 03:52:26'),(79369,1,19330,'','2013-12-08 03:52:26'),(79370,2,19330,'','2013-12-08 03:52:26'),(79371,3,19330,'','2013-12-08 03:52:26'),(79372,6,19330,'','2013-12-08 03:52:26'),(79373,7,19330,'NIGHT','2013-12-08 03:52:26'),(79374,66,19330,'OPD','2013-12-08 03:52:26'),(79375,67,19330,'','2013-12-08 03:52:26'),(79376,1,19333,'','2013-12-08 03:52:26'),(79377,2,19333,'','2013-12-08 03:52:26'),(79378,3,19333,'','2013-12-08 03:52:26'),(79379,6,19333,'','2013-12-08 03:52:26'),(79380,7,19333,'NIGHT','2013-12-08 03:52:26'),(79381,66,19333,'OPD','2013-12-08 03:52:26'),(79382,67,19333,'','2013-12-08 03:52:26'),(79383,1,19334,'3601559','2013-12-08 04:01:07'),(79384,2,19334,'597376','2013-12-08 04:01:07'),(79385,3,19334,'','2013-12-08 04:01:07'),(79386,6,19334,'118','2013-12-08 04:01:07'),(79387,7,19334,'NIGHT','2013-12-08 04:01:07'),(79388,66,19334,'SELF REQ','2013-12-08 04:01:07'),(79389,67,19334,'','2013-12-08 04:01:07'),(79390,1,19335,'3601562','2013-12-08 04:03:55'),(79391,2,19335,'','2013-12-08 04:03:55'),(79392,3,19335,'','2013-12-08 04:03:55'),(79393,6,19335,'49','2013-12-08 04:03:55'),(79394,7,19335,'NIGHT','2013-12-08 04:03:55'),(79395,66,19335,'WARD C','2013-12-08 04:03:55'),(79396,67,19335,'YVONNE','2013-12-08 04:03:55'),(79397,1,19336,'3601560','2013-12-08 04:07:54'),(79398,2,19336,'597377','2013-12-08 04:07:54'),(79399,3,19336,'','2013-12-08 04:07:54'),(79400,6,19336,'60','2013-12-08 04:07:54'),(79401,7,19336,'NIGHT','2013-12-08 04:07:54'),(79402,66,19336,'OPD','2013-12-08 04:07:54'),(79403,67,19336,'','2013-12-08 04:07:54'),(79404,1,19337,'3601567','2013-12-08 05:01:17'),(79405,2,19337,'','2013-12-08 05:01:17'),(79406,3,19337,'','2013-12-08 05:01:17'),(79407,6,19337,'27','2013-12-08 05:01:17'),(79408,7,19337,'NIGHT','2013-12-08 05:01:17'),(79409,66,19337,'WARD C','2013-12-08 05:01:17'),(79410,67,19337,'NAFISA','2013-12-08 05:01:17'),(79411,1,19338,'3601578','2013-12-08 07:46:39'),(79412,2,19338,'','2013-12-08 07:46:39'),(79413,3,19338,'','2013-12-08 07:46:39'),(79414,6,19338,'37','2013-12-08 07:46:39'),(79415,7,19338,'NIGHT','2013-12-08 07:46:39'),(79416,66,19338,'OPD','2013-12-08 07:46:39'),(79417,67,19338,'','2013-12-08 07:46:39'),(79418,1,19339,'3601577','2013-12-08 07:49:44'),(79419,2,19339,'','2013-12-08 07:49:44'),(79420,3,19339,'','2013-12-08 07:49:44'),(79421,6,19339,'35','2013-12-08 07:49:44'),(79422,7,19339,'NIGHT','2013-12-08 07:49:44'),(79423,66,19339,'OPD','2013-12-08 07:49:44'),(79424,67,19339,'','2013-12-08 07:49:44'),(79425,1,19341,'','2013-12-08 07:49:44'),(79426,2,19341,'','2013-12-08 07:49:44'),(79427,3,19341,'','2013-12-08 07:49:44'),(79428,6,19341,'','2013-12-08 07:49:44'),(79429,7,19341,'NIGHT','2013-12-08 07:49:44'),(79430,66,19341,'OPD','2013-12-08 07:49:44'),(79431,67,19341,'','2013-12-08 07:49:44'),(79432,1,19342,'3601608','2013-12-08 13:05:45'),(79433,2,19342,'','2013-12-08 13:05:45'),(79434,3,19342,'','2013-12-08 13:05:45'),(79435,6,19342,'50','2013-12-08 13:05:45'),(79436,7,19342,'NIGHT','2013-12-08 13:05:45'),(79437,66,19342,'OPD','2013-12-08 13:05:45'),(79438,67,19342,'','2013-12-08 13:05:45'),(79439,1,19344,'','2013-12-08 13:05:46'),(79440,2,19344,'','2013-12-08 13:05:46'),(79441,3,19344,'','2013-12-08 13:05:46'),(79442,6,19344,'','2013-12-08 13:05:46'),(79443,7,19344,'NIGHT','2013-12-08 13:05:46'),(79444,66,19344,'OPD','2013-12-08 13:05:46'),(79445,67,19344,'','2013-12-08 13:05:46'),(79446,1,19345,'3601609','2013-12-08 13:18:56'),(79447,2,19345,'597399','2013-12-08 13:18:56'),(79448,3,19345,'','2013-12-08 13:18:56'),(79449,6,19345,'86','2013-12-08 13:18:56'),(79450,7,19345,'NIGHT','2013-12-08 13:18:56'),(79451,66,19345,'TROOM','2013-12-08 13:18:56'),(79452,67,19345,'','2013-12-08 13:18:56'),(79453,1,19347,'','2013-12-08 13:18:56'),(79454,2,19347,'','2013-12-08 13:18:56'),(79455,3,19347,'','2013-12-08 13:18:56'),(79456,6,19347,'','2013-12-08 13:18:56'),(79457,7,19347,'NIGHT','2013-12-08 13:18:56'),(79458,66,19347,'TROOM','2013-12-08 13:18:56'),(79459,67,19347,'','2013-12-08 13:18:56'),(79460,1,19350,'','2013-12-08 13:18:56'),(79461,2,19350,'','2013-12-08 13:18:56'),(79462,3,19350,'','2013-12-08 13:18:56'),(79463,6,19350,'','2013-12-08 13:18:56'),(79464,7,19350,'NIGHT','2013-12-08 13:18:56'),(79465,66,19350,'TROOM','2013-12-08 13:18:56'),(79466,67,19350,'','2013-12-08 13:18:56'),(79467,1,19351,'3601617','2013-12-08 14:25:47'),(79468,2,19351,'597399','2013-12-08 14:25:47'),(79469,3,19351,'','2013-12-08 14:25:47'),(79470,6,19351,'49','2013-12-08 14:25:47'),(79471,7,19351,'NIGHT','2013-12-08 14:25:47'),(79472,66,19351,'OPD','2013-12-08 14:25:47'),(79473,67,19351,'','2013-12-08 14:25:47'),(79474,1,19353,'','2013-12-08 14:25:47'),(79475,2,19353,'','2013-12-08 14:25:47'),(79476,3,19353,'','2013-12-08 14:25:47'),(79477,6,19353,'','2013-12-08 14:25:47'),(79478,7,19353,'NIGHT','2013-12-08 14:25:47'),(79479,66,19353,'OPD','2013-12-08 14:25:47'),(79480,67,19353,'','2013-12-08 14:25:47'),(79481,1,19356,'','2013-12-08 14:25:47'),(79482,2,19356,'','2013-12-08 14:25:47'),(79483,3,19356,'','2013-12-08 14:25:47'),(79484,6,19356,'','2013-12-08 14:25:47'),(79485,7,19356,'NIGHT','2013-12-08 14:25:47'),(79486,66,19356,'OPD','2013-12-08 14:25:47'),(79487,67,19356,'','2013-12-08 14:25:47'),(79488,1,19357,'3601279','2013-12-08 14:38:48'),(79489,2,19357,'597284','2013-12-08 14:38:48'),(79490,3,19357,'','2013-12-08 14:38:48'),(79491,6,19357,'105','2013-12-08 14:38:48'),(79492,7,19357,'NIGHT','2013-12-08 14:38:48'),(79493,66,19357,'OPD','2013-12-08 14:38:48'),(79494,67,19357,'','2013-12-08 14:38:48'),(79495,1,19358,'3601626','2013-12-08 15:11:24'),(79496,2,19358,'597402','2013-12-08 15:11:24'),(79497,3,19358,'','2013-12-08 15:11:24'),(79498,6,19358,'148','2013-12-08 15:11:24'),(79499,7,19358,'NIGHT','2013-12-08 15:11:24'),(79500,66,19358,'OPD','2013-12-08 15:11:24'),(79501,67,19358,'','2013-12-08 15:11:24'),(79502,1,19360,'','2013-12-08 15:11:24'),(79503,2,19360,'','2013-12-08 15:11:24'),(79504,3,19360,'','2013-12-08 15:11:24'),(79505,6,19360,'','2013-12-08 15:11:24'),(79506,7,19360,'NIGHT','2013-12-08 15:11:24'),(79507,66,19360,'OPD','2013-12-08 15:11:24'),(79508,67,19360,'','2013-12-08 15:11:24'),(79509,1,19363,'','2013-12-08 15:11:24'),(79510,2,19363,'','2013-12-08 15:11:24'),(79511,3,19363,'','2013-12-08 15:11:24'),(79512,6,19363,'','2013-12-08 15:11:24'),(79513,7,19363,'NIGHT','2013-12-08 15:11:24'),(79514,66,19363,'OPD','2013-12-08 15:11:24'),(79515,67,19363,'','2013-12-08 15:11:24'),(79516,1,19364,'3601317','2013-12-08 15:14:37'),(79517,2,19364,'','2013-12-08 15:14:37'),(79518,3,19364,'','2013-12-08 15:14:37'),(79519,6,19364,'','2013-12-08 15:14:37'),(79520,7,19364,'NIGHT','2013-12-08 15:14:37'),(79521,66,19364,'OPD','2013-12-08 15:14:37'),(79522,67,19364,'','2013-12-08 15:14:37'),(79523,1,19366,'','2013-12-08 15:14:37'),(79524,2,19366,'','2013-12-08 15:14:37'),(79525,3,19366,'','2013-12-08 15:14:37'),(79526,6,19366,'','2013-12-08 15:14:37'),(79527,7,19366,'NIGHT','2013-12-08 15:14:37'),(79528,66,19366,'OPD','2013-12-08 15:14:37'),(79529,67,19366,'','2013-12-08 15:14:37'),(79530,1,19369,'','2013-12-08 15:14:37'),(79531,2,19369,'','2013-12-08 15:14:37'),(79532,3,19369,'','2013-12-08 15:14:37'),(79533,6,19369,'','2013-12-08 15:14:37'),(79534,7,19369,'NIGHT','2013-12-08 15:14:37'),(79535,66,19369,'OPD','2013-12-08 15:14:37'),(79536,67,19369,'','2013-12-08 15:14:37'),(79537,1,19370,'3601644','2013-12-08 16:57:10'),(79538,2,19370,'','2013-12-08 16:57:10'),(79539,3,19370,'','2013-12-08 16:57:10'),(79540,6,19370,'37.00','2013-12-08 16:57:10'),(79541,7,19370,'DAY','2013-12-08 16:57:10'),(79542,66,19370,'OPD','2013-12-08 16:57:10'),(79543,67,19370,'','2013-12-08 16:57:10'),(79544,1,19371,'3601647','2013-12-08 17:06:40'),(79545,2,19371,'','2013-12-08 17:06:40'),(79546,3,19371,'','2013-12-08 17:06:40'),(79547,6,19371,'48.24','2013-12-08 17:06:40'),(79548,7,19371,'DAY','2013-12-08 17:06:40'),(79549,66,19371,'OPD','2013-12-08 17:06:40'),(79550,67,19371,'','2013-12-08 17:06:40'),(79551,1,19372,'3601652','2013-12-08 17:25:37'),(79552,2,19372,'','2013-12-08 17:25:37'),(79553,3,19372,'','2013-12-08 17:25:37'),(79554,6,19372,'99.00','2013-12-08 17:25:37'),(79555,7,19372,'DAY','2013-12-08 17:25:37'),(79556,66,19372,'OPD','2013-12-08 17:25:37'),(79557,67,19372,'','2013-12-08 17:25:37'),(79558,1,19374,'','2013-12-08 17:25:37'),(79559,2,19374,'','2013-12-08 17:25:37'),(79560,3,19374,'','2013-12-08 17:25:37'),(79561,6,19374,'','2013-12-08 17:25:37'),(79562,7,19374,'DAY','2013-12-08 17:25:37'),(79563,66,19374,'OPD','2013-12-08 17:25:37'),(79564,67,19374,'','2013-12-08 17:25:37'),(79565,1,19375,'3601313','2013-12-08 17:29:09'),(79566,2,19375,'597414','2013-12-08 17:29:09'),(79567,3,19375,'','2013-12-08 17:29:09'),(79568,6,19375,'143.00','2013-12-08 17:29:09'),(79569,7,19375,'DAY','2013-12-08 17:29:09'),(79570,66,19375,'OPD','2013-12-08 17:29:09'),(79571,67,19375,'','2013-12-08 17:29:09'),(79572,1,19377,'','2013-12-08 17:29:09'),(79573,2,19377,'','2013-12-08 17:29:09'),(79574,3,19377,'','2013-12-08 17:29:09'),(79575,6,19377,'','2013-12-08 17:29:09'),(79576,7,19377,'DAY','2013-12-08 17:29:09'),(79577,66,19377,'OPD','2013-12-08 17:29:09'),(79578,67,19377,'','2013-12-08 17:29:09'),(79579,1,19380,'','2013-12-08 17:29:09'),(79580,2,19380,'','2013-12-08 17:29:09'),(79581,3,19380,'','2013-12-08 17:29:09'),(79582,6,19380,'','2013-12-08 17:29:09'),(79583,7,19380,'DAY','2013-12-08 17:29:09'),(79584,66,19380,'OPD','2013-12-08 17:29:09'),(79585,67,19380,'','2013-12-08 17:29:09'),(79586,1,19381,'3601659','2013-12-08 17:36:22'),(79587,2,19381,'','2013-12-08 17:36:22'),(79588,3,19381,'','2013-12-08 17:36:22'),(79589,6,19381,'55.00','2013-12-08 17:36:22'),(79590,7,19381,'DAY','2013-12-08 17:36:22'),(79591,66,19381,'OPD','2013-12-08 17:36:22'),(79592,67,19381,'','2013-12-08 17:36:22'),(79593,1,19382,'3601658','2013-12-08 17:38:25'),(79594,2,19382,'','2013-12-08 17:38:25'),(79595,3,19382,'','2013-12-08 17:38:25'),(79596,6,19382,'114.00','2013-12-08 17:38:25'),(79597,7,19382,'DAY','2013-12-08 17:38:25'),(79598,66,19382,'OPD','2013-12-08 17:38:25'),(79599,67,19382,'','2013-12-08 17:38:25'),(79600,1,19383,'3601661','2013-12-08 17:39:58'),(79601,2,19383,'','2013-12-08 17:39:58'),(79602,3,19383,'','2013-12-08 17:39:58'),(79603,6,19383,'96.00','2013-12-08 17:39:58'),(79604,7,19383,'DAY','2013-12-08 17:39:58'),(79605,66,19383,'WARD C','2013-12-08 17:39:58'),(79606,67,19383,'','2013-12-08 17:39:58'),(79607,1,19384,'3601668','2013-12-08 18:01:59'),(79608,2,19384,'','2013-12-08 18:01:59'),(79609,3,19384,'','2013-12-08 18:01:59'),(79610,6,19384,'30.00','2013-12-08 18:01:59'),(79611,7,19384,'DAY','2013-12-08 18:01:59'),(79612,66,19384,'OPD','2013-12-08 18:01:59'),(79613,67,19384,'','2013-12-08 18:01:59'),(79614,1,19386,'','2013-12-08 18:01:59'),(79615,2,19386,'','2013-12-08 18:01:59'),(79616,3,19386,'','2013-12-08 18:01:59'),(79617,6,19386,'','2013-12-08 18:01:59'),(79618,7,19386,'DAY','2013-12-08 18:01:59'),(79619,66,19386,'OPD','2013-12-08 18:01:59'),(79620,67,19386,'','2013-12-08 18:01:59'),(79621,1,19387,'3601669','2013-12-08 18:04:08'),(79622,2,19387,'','2013-12-08 18:04:08'),(79623,3,19387,'','2013-12-08 18:04:08'),(79624,6,19387,'30.00','2013-12-08 18:04:08'),(79625,7,19387,'DAY','2013-12-08 18:04:08'),(79626,66,19387,'OPD','2013-12-08 18:04:08'),(79627,67,19387,'','2013-12-08 18:04:08'),(79628,1,19389,'','2013-12-08 18:04:08'),(79629,2,19389,'','2013-12-08 18:04:08'),(79630,3,19389,'','2013-12-08 18:04:08'),(79631,6,19389,'','2013-12-08 18:04:08'),(79632,7,19389,'DAY','2013-12-08 18:04:08'),(79633,66,19389,'OPD','2013-12-08 18:04:08'),(79634,67,19389,'','2013-12-08 18:04:08'),(79635,1,19390,'3601670','2013-12-08 18:05:19'),(79636,2,19390,'','2013-12-08 18:05:19'),(79637,3,19390,'','2013-12-08 18:05:19'),(79638,6,19390,'13.00','2013-12-08 18:05:19'),(79639,7,19390,'DAY','2013-12-08 18:05:19'),(79640,66,19390,'OPD','2013-12-08 18:05:19'),(79641,67,19390,'','2013-12-08 18:05:19'),(79642,1,19391,'3601676','2013-12-08 18:27:10'),(79643,2,19391,'','2013-12-08 18:27:10'),(79644,3,19391,'','2013-12-08 18:27:10'),(79645,6,19391,'48.00','2013-12-08 18:27:10'),(79646,7,19391,'DAY','2013-12-08 18:27:10'),(79647,66,19391,'OPD','2013-12-08 18:27:10'),(79648,67,19391,'','2013-12-08 18:27:10'),(79649,1,19392,'3601674','2013-12-08 18:30:11'),(79650,2,19392,'597422','2013-12-08 18:30:11'),(79651,3,19392,'','2013-12-08 18:30:11'),(79652,6,19392,'48.11','2013-12-08 18:30:11'),(79653,7,19392,'DAY','2013-12-08 18:30:11'),(79654,66,19392,'OPD','2013-12-08 18:30:11'),(79655,67,19392,'','2013-12-08 18:30:11'),(79656,1,19393,'3601660','2013-12-08 18:40:51'),(79657,2,19393,'597416','2013-12-08 18:40:51'),(79658,3,19393,'','2013-12-08 18:40:51'),(79659,6,19393,'92.00','2013-12-08 18:40:51'),(79660,7,19393,'DAY','2013-12-08 18:40:51'),(79661,66,19393,'TROOM','2013-12-08 18:40:51'),(79662,67,19393,'PATRICK','2013-12-08 18:40:51'),(79663,1,19395,'','2013-12-08 18:40:51'),(79664,2,19395,'','2013-12-08 18:40:51'),(79665,3,19395,'','2013-12-08 18:40:51'),(79666,6,19395,'','2013-12-08 18:40:51'),(79667,7,19395,'DAY','2013-12-08 18:40:51'),(79668,66,19395,'OPD','2013-12-08 18:40:51'),(79669,67,19395,'','2013-12-08 18:40:51'),(79670,1,19396,'3601681','2013-12-08 18:44:14'),(79671,2,19396,'','2013-12-08 18:44:14'),(79672,3,19396,'','2013-12-08 18:44:14'),(79673,6,19396,'168.40','2013-12-08 18:44:14'),(79674,7,19396,'DAY','2013-12-08 18:44:14'),(79675,66,19396,'OPD','2013-12-08 18:44:14'),(79676,67,19396,'','2013-12-08 18:44:14'),(79677,1,19398,'','2013-12-08 18:44:14'),(79678,2,19398,'','2013-12-08 18:44:14'),(79679,3,19398,'','2013-12-08 18:44:14'),(79680,6,19398,'','2013-12-08 18:44:14'),(79681,7,19398,'DAY','2013-12-08 18:44:14'),(79682,66,19398,'OPD','2013-12-08 18:44:14'),(79683,67,19398,'','2013-12-08 18:44:14'),(79684,1,19401,'','2013-12-08 18:44:15'),(79685,2,19401,'','2013-12-08 18:44:15'),(79686,3,19401,'','2013-12-08 18:44:15'),(79687,6,19401,'','2013-12-08 18:44:15'),(79688,7,19401,'DAY','2013-12-08 18:44:15'),(79689,66,19401,'OPD','2013-12-08 18:44:15'),(79690,67,19401,'','2013-12-08 18:44:15'),(79691,1,19402,'3601680','2013-12-08 18:46:14'),(79692,2,19402,'597423','2013-12-08 18:46:14'),(79693,3,19402,'','2013-12-08 18:46:14'),(79694,6,19402,'55.00','2013-12-08 18:46:14'),(79695,7,19402,'DAY','2013-12-08 18:46:14'),(79696,66,19402,'SELF REQ','2013-12-08 18:46:14'),(79697,67,19402,'','2013-12-08 18:46:14'),(79698,1,19403,'3601684','2013-12-08 18:53:18'),(79699,2,19403,'','2013-12-08 18:53:18'),(79700,3,19403,'','2013-12-08 18:53:18'),(79701,6,19403,'26.00','2013-12-08 18:53:18'),(79702,7,19403,'DAY','2013-12-08 18:53:18'),(79703,66,19403,'WARD B','2013-12-08 18:53:18'),(79704,67,19403,'ELIZABETH','2013-12-08 18:53:18'),(79705,1,19404,'3601682','2013-12-08 18:56:17'),(79706,2,19404,'597425','2013-12-08 18:56:17'),(79707,3,19404,'','2013-12-08 18:56:17'),(79708,6,19404,'97.00','2013-12-08 18:56:17'),(79709,7,19404,'DAY','2013-12-08 18:56:17'),(79710,66,19404,'OPD','2013-12-08 18:56:17'),(79711,67,19404,'','2013-12-08 18:56:17'),(79712,1,19406,'','2013-12-08 18:56:17'),(79713,2,19406,'','2013-12-08 18:56:17'),(79714,3,19406,'','2013-12-08 18:56:17'),(79715,6,19406,'','2013-12-08 18:56:17'),(79716,7,19406,'DAY','2013-12-08 18:56:17'),(79717,66,19406,'OPD','2013-12-08 18:56:17'),(79718,67,19406,'','2013-12-08 18:56:17'),(79719,1,19407,'3601689','2013-12-08 19:06:00'),(79720,2,19407,'','2013-12-08 19:06:00'),(79721,3,19407,'','2013-12-08 19:06:00'),(79722,6,19407,'13.00','2013-12-08 19:06:00'),(79723,7,19407,'DAY','2013-12-08 19:06:00'),(79724,66,19407,'OPD','2013-12-08 19:06:00'),(79725,67,19407,'','2013-12-08 19:06:00'),(79726,1,19408,'3601691','2013-12-08 19:15:05'),(79727,2,19408,'','2013-12-08 19:15:05'),(79728,3,19408,'','2013-12-08 19:15:05'),(79729,6,19408,'92.00','2013-12-08 19:15:05'),(79730,7,19408,'DAY','2013-12-08 19:15:05'),(79731,66,19408,'OPD','2013-12-08 19:15:05'),(79732,67,19408,'','2013-12-08 19:15:05'),(79733,1,19409,'','2013-12-08 19:18:11'),(79734,2,19409,'','2013-12-08 19:18:11'),(79735,3,19409,'','2013-12-08 19:18:11'),(79736,6,19409,'','2013-12-08 19:18:11'),(79737,7,19409,'DAY','2013-12-08 19:18:11'),(79738,66,19409,'OPD','2013-12-08 19:18:11'),(79739,67,19409,'','2013-12-08 19:18:11'),(79740,1,19411,'','2013-12-08 19:18:12'),(79741,2,19411,'','2013-12-08 19:18:12'),(79742,3,19411,'','2013-12-08 19:18:12'),(79743,6,19411,'','2013-12-08 19:18:12'),(79744,7,19411,'DAY','2013-12-08 19:18:12'),(79745,66,19411,'OPD','2013-12-08 19:18:12'),(79746,67,19411,'','2013-12-08 19:18:12'),(79747,1,19412,'3601690','2013-12-08 19:19:06'),(79748,2,19412,'','2013-12-08 19:19:06'),(79749,3,19412,'','2013-12-08 19:19:06'),(79750,6,19412,'275.00','2013-12-08 19:19:06'),(79751,7,19412,'DAY','2013-12-08 19:19:06'),(79752,66,19412,'OPD','2013-12-08 19:19:06'),(79753,67,19412,'','2013-12-08 19:19:06'),(79754,1,19414,'','2013-12-08 19:19:06'),(79755,2,19414,'','2013-12-08 19:19:06'),(79756,3,19414,'','2013-12-08 19:19:06'),(79757,6,19414,'','2013-12-08 19:19:06'),(79758,7,19414,'DAY','2013-12-08 19:19:06'),(79759,66,19414,'OPD','2013-12-08 19:19:06'),(79760,67,19414,'','2013-12-08 19:19:06'),(79761,1,19417,'','2013-12-08 19:19:06'),(79762,2,19417,'','2013-12-08 19:19:06'),(79763,3,19417,'','2013-12-08 19:19:06'),(79764,6,19417,'','2013-12-08 19:19:06'),(79765,7,19417,'DAY','2013-12-08 19:19:06'),(79766,66,19417,'OPD','2013-12-08 19:19:06'),(79767,67,19417,'','2013-12-08 19:19:06'),(79768,1,19418,'3601696','2013-12-08 19:36:34'),(79769,2,19418,'','2013-12-08 19:36:34'),(79770,3,19418,'','2013-12-08 19:36:34'),(79771,6,19418,'94.00','2013-12-08 19:36:34'),(79772,7,19418,'DAY','2013-12-08 19:36:34'),(79773,66,19418,'OPD','2013-12-08 19:36:34'),(79774,67,19418,'','2013-12-08 19:36:34'),(79775,1,19420,'','2013-12-08 19:36:35'),(79776,2,19420,'','2013-12-08 19:36:35'),(79777,3,19420,'','2013-12-08 19:36:35'),(79778,6,19420,'','2013-12-08 19:36:35'),(79779,7,19420,'DAY','2013-12-08 19:36:35'),(79780,66,19420,'OPD','2013-12-08 19:36:35'),(79781,67,19420,'','2013-12-08 19:36:35'),(79782,1,19421,'3601697','2013-12-08 19:46:06'),(79783,2,19421,'','2013-12-08 19:46:06'),(79784,3,19421,'','2013-12-08 19:46:06'),(79785,6,19421,'94.00','2013-12-08 19:46:06'),(79786,7,19421,'DAY','2013-12-08 19:46:06'),(79787,66,19421,'OPD','2013-12-08 19:46:06'),(79788,67,19421,'','2013-12-08 19:46:06'),(79789,1,19423,'','2013-12-08 19:46:06'),(79790,2,19423,'','2013-12-08 19:46:06'),(79791,3,19423,'','2013-12-08 19:46:06'),(79792,6,19423,'','2013-12-08 19:46:06'),(79793,7,19423,'DAY','2013-12-08 19:46:06'),(79794,66,19423,'OPD','2013-12-08 19:46:06'),(79795,67,19423,'','2013-12-08 19:46:06'),(79796,1,19424,'3601701','2013-12-08 19:48:30'),(79797,2,19424,'','2013-12-08 19:48:30'),(79798,3,19424,'','2013-12-08 19:48:30'),(79799,6,19424,'13.00','2013-12-08 19:48:30'),(79800,7,19424,'DAY','2013-12-08 19:48:30'),(79801,66,19424,'OPD','2013-12-08 19:48:30'),(79802,67,19424,'','2013-12-08 19:48:30'),(79803,1,19425,'3601707','2013-12-08 20:01:10'),(79804,2,19425,'','2013-12-08 20:01:10'),(79805,3,19425,'','2013-12-08 20:01:10'),(79806,6,19425,'13.00','2013-12-08 20:01:10'),(79807,7,19425,'DAY','2013-12-08 20:01:10'),(79808,66,19425,'OPD','2013-12-08 20:01:10'),(79809,67,19425,'','2013-12-08 20:01:10'),(79810,1,19426,'3601708','2013-12-08 20:07:14'),(79811,2,19426,'','2013-12-08 20:07:14'),(79812,3,19426,'','2013-12-08 20:07:14'),(79813,6,19426,'94.00','2013-12-08 20:07:14'),(79814,7,19426,'DAY','2013-12-08 20:07:14'),(79815,66,19426,'OPD','2013-12-08 20:07:14'),(79816,67,19426,'','2013-12-08 20:07:14'),(79817,1,19428,'','2013-12-08 20:07:14'),(79818,2,19428,'','2013-12-08 20:07:14'),(79819,3,19428,'','2013-12-08 20:07:14'),(79820,6,19428,'','2013-12-08 20:07:14'),(79821,7,19428,'DAY','2013-12-08 20:07:14'),(79822,66,19428,'OPD','2013-12-08 20:07:14'),(79823,67,19428,'','2013-12-08 20:07:14'),(79824,1,19429,'3601714','2013-12-08 20:33:03'),(79825,2,19429,'597439','2013-12-08 20:33:03'),(79826,3,19429,'','2013-12-08 20:33:03'),(79827,6,19429,'89.00','2013-12-08 20:33:03'),(79828,7,19429,'DAY','2013-12-08 20:33:03'),(79829,66,19429,'OPD','2013-12-08 20:33:03'),(79830,67,19429,'','2013-12-08 20:33:03'),(79831,1,19431,'','2013-12-08 20:33:04'),(79832,2,19431,'','2013-12-08 20:33:04'),(79833,3,19431,'','2013-12-08 20:33:04'),(79834,6,19431,'','2013-12-08 20:33:04'),(79835,7,19431,'DAY','2013-12-08 20:33:04'),(79836,66,19431,'OPD','2013-12-08 20:33:04'),(79837,67,19431,'','2013-12-08 20:33:04'),(79838,1,19432,'3601715','2013-12-08 20:39:39'),(79839,2,19432,'597440','2013-12-08 20:39:39'),(79840,3,19432,'','2013-12-08 20:39:39'),(79841,6,19432,'104.00','2013-12-08 20:39:39'),(79842,7,19432,'DAY','2013-12-08 20:39:39'),(79843,66,19432,'TROOM','2013-12-08 20:39:39'),(79844,67,19432,'','2013-12-08 20:39:39'),(79845,1,19434,'','2013-12-08 20:39:39'),(79846,2,19434,'','2013-12-08 20:39:39'),(79847,3,19434,'','2013-12-08 20:39:39'),(79848,6,19434,'','2013-12-08 20:39:39'),(79849,7,19434,'DAY','2013-12-08 20:39:39'),(79850,66,19434,'OPD','2013-12-08 20:39:39'),(79851,67,19434,'','2013-12-08 20:39:39'),(79852,1,19437,'','2013-12-08 20:39:40'),(79853,2,19437,'','2013-12-08 20:39:40'),(79854,3,19437,'','2013-12-08 20:39:40'),(79855,6,19437,'','2013-12-08 20:39:40'),(79856,7,19437,'DAY','2013-12-08 20:39:40'),(79857,66,19437,'OPD','2013-12-08 20:39:40'),(79858,67,19437,'','2013-12-08 20:39:40'),(79859,1,19438,'3601716','2013-12-08 20:55:52'),(79860,2,19438,'','2013-12-08 20:55:52'),(79861,3,19438,'','2013-12-08 20:55:52'),(79862,6,19438,'84.00','2013-12-08 20:55:52'),(79863,7,19438,'DAY','2013-12-08 20:55:52'),(79864,66,19438,'OPD','2013-12-08 20:55:52'),(79865,67,19438,'','2013-12-08 20:55:52'),(79866,1,19440,'','2013-12-08 20:55:52'),(79867,2,19440,'','2013-12-08 20:55:52'),(79868,3,19440,'','2013-12-08 20:55:52'),(79869,6,19440,'','2013-12-08 20:55:52'),(79870,7,19440,'DAY','2013-12-08 20:55:52'),(79871,66,19440,'OPD','2013-12-08 20:55:52'),(79872,67,19440,'','2013-12-08 20:55:52'),(79873,1,19441,'3601719','2013-12-08 21:25:35'),(79874,2,19441,'','2013-12-08 21:25:35'),(79875,3,19441,'','2013-12-08 21:25:35'),(79876,6,19441,'22.00','2013-12-08 21:25:35'),(79877,7,19441,'DAY','2013-12-08 21:25:35'),(79878,66,19441,'OPD','2013-12-08 21:25:35'),(79879,67,19441,'','2013-12-08 21:25:35'),(79880,1,19442,'3601720','2013-12-08 21:28:22'),(79881,2,19442,'','2013-12-08 21:28:22'),(79882,3,19442,'','2013-12-08 21:28:22'),(79883,6,19442,'66.00','2013-12-08 21:28:22'),(79884,7,19442,'DAY','2013-12-08 21:28:22'),(79885,66,19442,'OPD','2013-12-08 21:28:22'),(79886,67,19442,'','2013-12-08 21:28:22'),(79887,1,19443,'3601724','2013-12-08 21:35:48'),(79888,2,19443,'597443','2013-12-08 21:35:48'),(79889,3,19443,'','2013-12-08 21:35:48'),(79890,6,19443,'15.00','2013-12-08 21:35:48'),(79891,7,19443,'DAY','2013-12-08 21:35:48'),(79892,66,19443,'SELF REQ','2013-12-08 21:35:48'),(79893,67,19443,'','2013-12-08 21:35:48'),(79894,1,19444,'3601728','2013-12-08 21:37:50'),(79895,2,19444,'','2013-12-08 21:37:50'),(79896,3,19444,'','2013-12-08 21:37:50'),(79897,6,19444,'22.00','2013-12-08 21:37:50'),(79898,7,19444,'DAY','2013-12-08 21:37:50'),(79899,66,19444,'OPD','2013-12-08 21:37:50'),(79900,67,19444,'','2013-12-08 21:37:50'),(79901,1,19445,'3601757','2013-12-08 22:20:30'),(79902,2,19445,'597447','2013-12-08 22:20:30'),(79903,3,19445,'','2013-12-08 22:20:30'),(79904,6,19445,'20.00','2013-12-08 22:20:30'),(79905,7,19445,'DAY','2013-12-08 22:20:30'),(79906,66,19445,'OPD','2013-12-08 22:20:30'),(79907,67,19445,'','2013-12-08 22:20:30'),(79908,1,19446,'3601773','2013-12-08 22:40:51'),(79909,2,19446,'597452','2013-12-08 22:40:51'),(79910,3,19446,'','2013-12-08 22:40:51'),(79911,6,19446,'35.00','2013-12-08 22:40:51'),(79912,7,19446,'DAY','2013-12-08 22:40:51'),(79913,66,19446,'OPD','2013-12-08 22:40:51'),(79914,67,19446,'','2013-12-08 22:40:51'),(79915,1,19447,'3601770','2013-12-08 23:21:31'),(79916,2,19447,'','2013-12-08 23:21:31'),(79917,3,19447,'','2013-12-08 23:21:31'),(79918,6,19447,'114.00','2013-12-08 23:21:31'),(79919,7,19447,'DAY','2013-12-08 23:21:31'),(79920,66,19447,'WARD C','2013-12-08 23:21:31'),(79921,67,19447,'','2013-12-08 23:21:31'),(79922,1,19449,'','2013-12-08 23:21:31'),(79923,2,19449,'','2013-12-08 23:21:31'),(79924,3,19449,'','2013-12-08 23:21:31'),(79925,6,19449,'','2013-12-08 23:21:31'),(79926,7,19449,'DAY','2013-12-08 23:21:31'),(79927,66,19449,'OPD','2013-12-08 23:21:31'),(79928,67,19449,'','2013-12-08 23:21:31'),(79929,1,19452,'','2013-12-08 23:21:31'),(79930,2,19452,'','2013-12-08 23:21:31'),(79931,3,19452,'','2013-12-08 23:21:31'),(79932,6,19452,'','2013-12-08 23:21:31'),(79933,7,19452,'DAY','2013-12-08 23:21:31'),(79934,66,19452,'OPD','2013-12-08 23:21:31'),(79935,67,19452,'','2013-12-08 23:21:31'),(79936,1,19453,'3501795','2013-12-08 23:25:13'),(79937,2,19453,'','2013-12-08 23:25:13'),(79938,3,19453,'','2013-12-08 23:25:13'),(79939,6,19453,'94.00','2013-12-08 23:25:13'),(79940,7,19453,'DAY','2013-12-08 23:25:13'),(79941,66,19453,'TROOM','2013-12-08 23:25:13'),(79942,67,19453,'','2013-12-08 23:25:13'),(79943,1,19455,'','2013-12-08 23:25:13'),(79944,2,19455,'','2013-12-08 23:25:13'),(79945,3,19455,'','2013-12-08 23:25:13'),(79946,6,19455,'','2013-12-08 23:25:13'),(79947,7,19455,'DAY','2013-12-08 23:25:13'),(79948,66,19455,'OPD','2013-12-08 23:25:13'),(79949,67,19455,'','2013-12-08 23:25:13'),(79950,1,19456,'3601801','2013-12-08 23:27:02'),(79951,2,19456,'','2013-12-08 23:27:02'),(79952,3,19456,'','2013-12-08 23:27:02'),(79953,6,19456,'27.00','2013-12-08 23:27:02'),(79954,7,19456,'DAY','2013-12-08 23:27:02'),(79955,66,19456,'OPD','2013-12-08 23:27:02'),(79956,67,19456,'','2013-12-08 23:27:02'),(79957,1,19457,'3601808','2013-12-08 23:42:59'),(79958,2,19457,'','2013-12-08 23:42:59'),(79959,3,19457,'','2013-12-08 23:42:59'),(79960,6,19457,'81.00','2013-12-08 23:42:59'),(79961,7,19457,'DAY','2013-12-08 23:42:59'),(79962,66,19457,'OPD','2013-12-08 23:42:59'),(79963,67,19457,'','2013-12-08 23:42:59'),(79964,1,19458,'3601810','2013-12-08 23:44:47'),(79965,2,19458,'','2013-12-08 23:44:47'),(79966,3,19458,'','2013-12-08 23:44:47'),(79967,6,19458,'35.00','2013-12-08 23:44:47'),(79968,7,19458,'DAY','2013-12-08 23:44:48'),(79969,66,19458,'OPD','2013-12-08 23:44:48'),(79970,67,19458,'','2013-12-08 23:44:48'),(79971,1,19460,'','2013-12-08 23:44:48'),(79972,2,19460,'','2013-12-08 23:44:48'),(79973,3,19460,'','2013-12-08 23:44:48'),(79974,6,19460,'','2013-12-08 23:44:48'),(79975,7,19460,'DAY','2013-12-08 23:44:48'),(79976,66,19460,'OPD','2013-12-08 23:44:48'),(79977,67,19460,'','2013-12-08 23:44:48'),(79978,1,19461,'3601820','2013-12-09 00:10:00'),(79979,2,19461,'','2013-12-09 00:10:00'),(79980,3,19461,'','2013-12-09 00:10:00'),(79981,6,19461,'153.00','2013-12-09 00:10:00'),(79982,7,19461,'DAY','2013-12-09 00:10:00'),(79983,66,19461,'OPD','2013-12-09 00:10:00'),(79984,67,19461,'','2013-12-09 00:10:00'),(79985,1,19463,'','2013-12-09 00:10:00'),(79986,2,19463,'','2013-12-09 00:10:00'),(79987,3,19463,'','2013-12-09 00:10:00'),(79988,6,19463,'','2013-12-09 00:10:00'),(79989,7,19463,'DAY','2013-12-09 00:10:00'),(79990,66,19463,'OPD','2013-12-09 00:10:00'),(79991,67,19463,'','2013-12-09 00:10:00'),(79992,1,19464,'3601822','2013-12-09 00:12:18'),(79993,2,19464,'','2013-12-09 00:12:18'),(79994,3,19464,'','2013-12-09 00:12:18'),(79995,6,19464,'81.00','2013-12-09 00:12:18'),(79996,7,19464,'DAY','2013-12-09 00:12:18'),(79997,66,19464,'OPD','2013-12-09 00:12:18'),(79998,67,19464,'','2013-12-09 00:12:18'),(79999,1,19465,'','2013-12-09 00:48:20'),(80000,2,19465,'','2013-12-09 00:48:20'),(80001,3,19465,'','2013-12-09 00:48:20'),(80002,6,19465,'','2013-12-09 00:48:20'),(80003,7,19465,'DAY','2013-12-09 00:48:20'),(80004,66,19465,'OPD','2013-12-09 00:48:20'),(80005,67,19465,'','2013-12-09 00:48:20'),(80006,1,19466,'3601837','2013-12-09 00:52:37'),(80007,2,19466,'','2013-12-09 00:52:37'),(80008,3,19466,'','2013-12-09 00:52:37'),(80009,6,19466,'106.00','2013-12-09 00:52:37'),(80010,7,19466,'DAY','2013-12-09 00:52:37'),(80011,66,19466,'TROOM','2013-12-09 00:52:37'),(80012,67,19466,'HUSBAND','2013-12-09 00:52:37'),(80013,1,19468,'','2013-12-09 00:52:37'),(80014,2,19468,'','2013-12-09 00:52:37'),(80015,3,19468,'','2013-12-09 00:52:37'),(80016,6,19468,'','2013-12-09 00:52:37'),(80017,7,19468,'DAY','2013-12-09 00:52:37'),(80018,66,19468,'OPD','2013-12-09 00:52:37'),(80019,67,19468,'','2013-12-09 00:52:37'),(80020,1,19469,'','2013-12-09 00:54:17'),(80021,2,19469,'','2013-12-09 00:54:17'),(80022,3,19469,'','2013-12-09 00:54:17'),(80023,6,19469,'','2013-12-09 00:54:17'),(80024,7,19469,'DAY','2013-12-09 00:54:17'),(80025,66,19469,'OPD','2013-12-09 00:54:17'),(80026,67,19469,'','2013-12-09 00:54:17'),(80027,1,19470,'3601847','2013-12-09 01:26:41'),(80028,2,19470,'597466','2013-12-09 01:26:41'),(80029,3,19470,'','2013-12-09 01:26:41'),(80030,6,19470,'115.00','2013-12-09 01:26:41'),(80031,7,19470,'DAY','2013-12-09 01:26:41'),(80032,66,19470,'OPD','2013-12-09 01:26:41'),(80033,67,19470,'','2013-12-09 01:26:41'),(80034,1,19472,'','2013-12-09 01:26:42'),(80035,2,19472,'','2013-12-09 01:26:42'),(80036,3,19472,'','2013-12-09 01:26:42'),(80037,6,19472,'','2013-12-09 01:26:42'),(80038,7,19472,'DAY','2013-12-09 01:26:42'),(80039,66,19472,'OPD','2013-12-09 01:26:42'),(80040,67,19472,'','2013-12-09 01:26:42'),(80041,1,19473,'3601852','2013-12-09 01:32:48'),(80042,2,19473,'','2013-12-09 01:32:48'),(80043,3,19473,'','2013-12-09 01:32:48'),(80044,6,19473,'123.00','2013-12-09 01:32:48'),(80045,7,19473,'DAY','2013-12-09 01:32:48'),(80046,66,19473,'OPD','2013-12-09 01:32:48'),(80047,67,19473,'','2013-12-09 01:32:48'),(80048,1,19475,'','2013-12-09 01:32:48'),(80049,2,19475,'','2013-12-09 01:32:48'),(80050,3,19475,'','2013-12-09 01:32:48'),(80051,6,19475,'','2013-12-09 01:32:48'),(80052,7,19475,'DAY','2013-12-09 01:32:48'),(80053,66,19475,'OPD','2013-12-09 01:32:48'),(80054,67,19475,'','2013-12-09 01:32:48'),(80055,1,19478,'','2013-12-09 01:32:49'),(80056,2,19478,'','2013-12-09 01:32:49'),(80057,3,19478,'','2013-12-09 01:32:49'),(80058,6,19478,'','2013-12-09 01:32:49'),(80059,7,19478,'DAY','2013-12-09 01:32:49'),(80060,66,19478,'OPD','2013-12-09 01:32:49'),(80061,67,19478,'','2013-12-09 01:32:49'),(80062,1,19479,'3601859','2013-12-09 01:55:30'),(80063,2,19479,'597473','2013-12-09 01:55:30'),(80064,3,19479,'','2013-12-09 01:55:30'),(80065,6,19479,'108.00','2013-12-09 01:55:30'),(80066,7,19479,'DAY','2013-12-09 01:55:30'),(80067,66,19479,'OPD','2013-12-09 01:55:30'),(80068,67,19479,'','2013-12-09 01:55:30'),(80069,1,19481,'','2013-12-09 01:55:30'),(80070,2,19481,'','2013-12-09 01:55:30'),(80071,3,19481,'','2013-12-09 01:55:30'),(80072,6,19481,'','2013-12-09 01:55:30'),(80073,7,19481,'DAY','2013-12-09 01:55:30'),(80074,66,19481,'OPD','2013-12-09 01:55:30'),(80075,67,19481,'','2013-12-09 01:55:30'),(80076,1,19484,'','2013-12-09 01:55:31'),(80077,2,19484,'','2013-12-09 01:55:31'),(80078,3,19484,'','2013-12-09 01:55:31'),(80079,6,19484,'','2013-12-09 01:55:31'),(80080,7,19484,'DAY','2013-12-09 01:55:31'),(80081,66,19484,'OPD','2013-12-09 01:55:31'),(80082,67,19484,'','2013-12-09 01:55:31'),(80083,1,19485,'','2013-12-09 02:25:01'),(80084,2,19485,'','2013-12-09 02:25:01'),(80085,3,19485,'','2013-12-09 02:25:01'),(80086,6,19485,'','2013-12-09 02:25:01'),(80087,7,19485,'DAY','2013-12-09 02:25:01'),(80088,66,19485,'OPD','2013-12-09 02:25:01'),(80089,67,19485,'','2013-12-09 02:25:01'),(80090,1,19487,'','2013-12-09 02:25:01'),(80091,2,19487,'','2013-12-09 02:25:01'),(80092,3,19487,'','2013-12-09 02:25:01'),(80093,6,19487,'','2013-12-09 02:25:01'),(80094,7,19487,'DAY','2013-12-09 02:25:01'),(80095,66,19487,'OPD','2013-12-09 02:25:01'),(80096,67,19487,'','2013-12-09 02:25:01'),(80097,1,19488,'','2013-12-09 02:31:31'),(80098,2,19488,'','2013-12-09 02:31:31'),(80099,3,19488,'BILL MACHINE IS FAULTY','2013-12-09 02:31:31'),(80100,6,19488,'','2013-12-09 02:31:31'),(80101,7,19488,'DAY','2013-12-09 02:31:31'),(80102,66,19488,'OPD','2013-12-09 02:31:31'),(80103,67,19488,'','2013-12-09 02:31:31'),(80104,1,19490,'','2013-12-09 02:31:31'),(80105,2,19490,'','2013-12-09 02:31:31'),(80106,3,19490,'','2013-12-09 02:31:31'),(80107,6,19490,'','2013-12-09 02:31:31'),(80108,7,19490,'DAY','2013-12-09 02:31:31'),(80109,66,19490,'OPD','2013-12-09 02:31:31'),(80110,67,19490,'','2013-12-09 02:31:31'),(80111,1,19491,'','2013-12-09 03:01:41'),(80112,2,19491,'','2013-12-09 03:01:41'),(80113,3,19491,'','2013-12-09 03:01:41'),(80114,6,19491,'','2013-12-09 03:01:41'),(80115,7,19491,'DAY','2013-12-09 03:01:41'),(80116,66,19491,'OPD','2013-12-09 03:01:41'),(80117,67,19491,'','2013-12-09 03:01:41'),(80118,1,19492,'3601870','2013-12-09 03:19:21'),(80119,2,19492,'','2013-12-09 03:19:21'),(80120,3,19492,'','2013-12-09 03:19:21'),(80121,6,19492,'81','2013-12-09 03:19:21'),(80122,7,19492,'NIGHT','2013-12-09 03:19:21'),(80123,66,19492,'OPD','2013-12-09 03:19:21'),(80124,67,19492,'','2013-12-09 03:19:21'),(80125,1,19493,'3601869','2013-12-09 03:21:41'),(80126,2,19493,'','2013-12-09 03:21:41'),(80127,3,19493,'','2013-12-09 03:21:41'),(80128,6,19493,'81','2013-12-09 03:21:41'),(80129,7,19493,'NIGHT','2013-12-09 03:21:41'),(80130,66,19493,'OPD','2013-12-09 03:21:41'),(80131,67,19493,'','2013-12-09 03:21:41'),(80132,1,19494,'3601876','2013-12-09 03:43:21'),(80133,2,19494,'','2013-12-09 03:43:21'),(80134,3,19494,'','2013-12-09 03:43:21'),(80135,6,19494,'94','2013-12-09 03:43:21'),(80136,7,19494,'NIGHT','2013-12-09 03:43:21'),(80137,66,19494,'OPD','2013-12-09 03:43:21'),(80138,67,19494,'','2013-12-09 03:43:21'),(80139,1,19496,'','2013-12-09 03:43:22'),(80140,2,19496,'','2013-12-09 03:43:22'),(80141,3,19496,'','2013-12-09 03:43:22'),(80142,6,19496,'','2013-12-09 03:43:22'),(80143,7,19496,'NIGHT','2013-12-09 03:43:22'),(80144,66,19496,'OPD','2013-12-09 03:43:22'),(80145,67,19496,'','2013-12-09 03:43:22'),(80146,1,19497,'3601879','2013-12-09 03:52:19'),(80147,2,19497,'597483','2013-12-09 03:52:19'),(80148,3,19497,'','2013-12-09 03:52:19'),(80149,6,19497,'106.08','2013-12-09 03:52:19'),(80150,7,19497,'NIGHT','2013-12-09 03:52:19'),(80151,66,19497,'OPD','2013-12-09 03:52:19'),(80152,67,19497,'','2013-12-09 03:52:19'),(80153,1,19498,'3601881','2013-12-09 03:58:07'),(80154,2,19498,'597484','2013-12-09 03:58:07'),(80155,3,19498,'','2013-12-09 03:58:07'),(80156,6,19498,'104','2013-12-09 03:58:07'),(80157,7,19498,'NIGHT','2013-12-09 03:58:07'),(80158,66,19498,'OPD','2013-12-09 03:58:07'),(80159,67,19498,'','2013-12-09 03:58:07'),(80160,1,19500,'','2013-12-09 03:58:07'),(80161,2,19500,'','2013-12-09 03:58:07'),(80162,3,19500,'','2013-12-09 03:58:07'),(80163,6,19500,'','2013-12-09 03:58:07'),(80164,7,19500,'NIGHT','2013-12-09 03:58:07'),(80165,66,19500,'OPD','2013-12-09 03:58:07'),(80166,67,19500,'','2013-12-09 03:58:07'),(80167,1,19503,'','2013-12-09 03:58:07'),(80168,2,19503,'','2013-12-09 03:58:07'),(80169,3,19503,'','2013-12-09 03:58:07'),(80170,6,19503,'','2013-12-09 03:58:07'),(80171,7,19503,'NIGHT','2013-12-09 03:58:07'),(80172,66,19503,'OPD','2013-12-09 03:58:07'),(80173,67,19503,'','2013-12-09 03:58:07'),(80174,1,19504,'3601895','2013-12-09 04:57:04'),(80175,2,19504,'','2013-12-09 04:57:04'),(80176,3,19504,'','2013-12-09 04:57:04'),(80177,6,19504,'81','2013-12-09 04:57:04'),(80178,7,19504,'NIGHT','2013-12-09 04:57:04'),(80179,66,19504,'OPD','2013-12-09 04:57:04'),(80180,67,19504,'','2013-12-09 04:57:04'),(80181,1,19505,'3601902','2013-12-09 05:25:45'),(80182,2,19505,'','2013-12-09 05:25:45'),(80183,3,19505,'','2013-12-09 05:25:45'),(80184,6,19505,'19','2013-12-09 05:25:45'),(80185,7,19505,'NIGHT','2013-12-09 05:25:45'),(80186,66,19505,'OPD','2013-12-09 05:25:45'),(80187,67,19505,'','2013-12-09 05:25:45'),(80188,1,19506,'3601948','2013-12-09 08:02:54'),(80189,2,19506,'597801','2013-12-09 08:02:54'),(80190,3,19506,'','2013-12-09 08:02:54'),(80191,6,19506,'32','2013-12-09 08:02:54'),(80192,7,19506,'NIGHT','2013-12-09 08:02:54'),(80193,66,19506,'OPD','2013-12-09 08:02:54'),(80194,67,19506,'','2013-12-09 08:02:54'),(80195,1,19508,'','2013-12-09 08:02:54'),(80196,2,19508,'','2013-12-09 08:02:54'),(80197,3,19508,'','2013-12-09 08:02:54'),(80198,6,19508,'','2013-12-09 08:02:54'),(80199,7,19508,'NIGHT','2013-12-09 08:02:54'),(80200,66,19508,'OPD','2013-12-09 08:02:54'),(80201,67,19508,'','2013-12-09 08:02:54'),(80202,1,19509,'3601975','2013-12-09 11:39:03'),(80203,2,19509,'597505','2013-12-09 11:39:03'),(80204,3,19509,'','2013-12-09 11:39:03'),(80205,6,19509,'52','2013-12-09 11:39:03'),(80206,7,19509,'NIGHT','2013-12-09 11:39:03'),(80207,66,19509,'TROOM','2013-12-09 11:39:03'),(80208,67,19509,'','2013-12-09 11:39:03'),(80209,1,19511,'','2013-12-09 11:39:03'),(80210,2,19511,'','2013-12-09 11:39:03'),(80211,3,19511,'','2013-12-09 11:39:03'),(80212,6,19511,'','2013-12-09 11:39:03'),(80213,7,19511,'NIGHT','2013-12-09 11:39:03'),(80214,66,19511,'TROOM','2013-12-09 11:39:03'),(80215,67,19511,'','2013-12-09 11:39:03'),(80216,1,19512,'3601980','2013-12-09 13:14:11'),(80217,2,19512,'597509','2013-12-09 13:14:11'),(80218,3,19512,'','2013-12-09 13:14:11'),(80219,6,19512,'323','2013-12-09 13:14:11'),(80220,7,19512,'NIGHT','2013-12-09 13:14:11'),(80221,66,19512,'OPD','2013-12-09 13:14:11'),(80222,67,19512,'','2013-12-09 13:14:11'),(80223,1,19514,'','2013-12-09 13:14:11'),(80224,2,19514,'','2013-12-09 13:14:11'),(80225,3,19514,'','2013-12-09 13:14:11'),(80226,6,19514,'','2013-12-09 13:14:11'),(80227,7,19514,'NIGHT','2013-12-09 13:14:11'),(80228,66,19514,'OPD','2013-12-09 13:14:11'),(80229,67,19514,'','2013-12-09 13:14:11'),(80230,1,19515,'3601989','2013-12-09 14:14:49'),(80231,2,19515,'','2013-12-09 14:14:49'),(80232,3,19515,'','2013-12-09 14:14:49'),(80233,6,19515,'201','2013-12-09 14:14:49'),(80234,7,19515,'NIGHT','2013-12-09 14:14:49'),(80235,66,19515,'OPD','2013-12-09 14:14:49'),(80236,67,19515,'','2013-12-09 14:14:49'),(80237,1,19517,'','2013-12-09 14:14:50'),(80238,2,19517,'','2013-12-09 14:14:50'),(80239,3,19517,'','2013-12-09 14:14:50'),(80240,6,19517,'','2013-12-09 14:14:50'),(80241,7,19517,'NIGHT','2013-12-09 14:14:50'),(80242,66,19517,'OPD','2013-12-09 14:14:50'),(80243,67,19517,'','2013-12-09 14:14:50'),(80244,1,19518,'3601997','2013-12-09 15:05:14'),(80245,2,19518,'','2013-12-09 15:05:14'),(80246,3,19518,'','2013-12-09 15:05:14'),(80247,6,19518,'63','2013-12-09 15:05:14'),(80248,7,19518,'NIGHT','2013-12-09 15:05:14'),(80249,66,19518,'WARD C','2013-12-09 15:05:14'),(80250,67,19518,'YVONNE','2013-12-09 15:05:14'),(80251,1,19519,'3601999','2013-12-09 15:09:56'),(80252,2,19519,'597514','2013-12-09 15:09:56'),(80253,3,19519,'','2013-12-09 15:09:56'),(80254,6,19519,'35','2013-12-09 15:09:56'),(80255,7,19519,'NIGHT','2013-12-09 15:09:56'),(80256,66,19519,'OPD','2013-12-09 15:09:56'),(80257,67,19519,'','2013-12-09 15:09:56'),(80258,1,19520,'3602001','2013-12-09 15:31:10'),(80259,2,19520,'','2013-12-09 15:31:10'),(80260,3,19520,'','2013-12-09 15:31:10'),(80261,6,19520,'99','2013-12-09 15:31:10'),(80262,7,19520,'NIGHT','2013-12-09 15:31:10'),(80263,66,19520,'OPD','2013-12-09 15:31:10'),(80264,67,19520,'','2013-12-09 15:31:10'),(80265,1,19522,'','2013-12-09 15:31:10'),(80266,2,19522,'','2013-12-09 15:31:10'),(80267,3,19522,'','2013-12-09 15:31:10'),(80268,6,19522,'','2013-12-09 15:31:10'),(80269,7,19522,'NIGHT','2013-12-09 15:31:10'),(80270,66,19522,'OPD','2013-12-09 15:31:10'),(80271,67,19522,'','2013-12-09 15:31:10'),(80272,1,19525,'','2013-12-09 15:31:10'),(80273,2,19525,'','2013-12-09 15:31:10'),(80274,3,19525,'','2013-12-09 15:31:10'),(80275,6,19525,'','2013-12-09 15:31:10'),(80276,7,19525,'NIGHT','2013-12-09 15:31:10'),(80277,66,19525,'OPD','2013-12-09 15:31:10'),(80278,67,19525,'','2013-12-09 15:31:10'),(80279,1,19526,'3599415','2013-12-09 15:44:45'),(80280,2,19526,'','2013-12-09 15:44:45'),(80281,3,19526,'','2013-12-09 15:44:45'),(80282,6,19526,'380','2013-12-09 15:44:45'),(80283,7,19526,'NIGHT','2013-12-09 15:44:45'),(80284,66,19526,'OPD','2013-12-09 15:44:45'),(80285,67,19526,'','2013-12-09 15:44:45'),(80286,1,19528,'','2013-12-09 15:44:45'),(80287,2,19528,'','2013-12-09 15:44:45'),(80288,3,19528,'','2013-12-09 15:44:45'),(80289,6,19528,'','2013-12-09 15:44:45'),(80290,7,19528,'NIGHT','2013-12-09 15:44:45'),(80291,66,19528,'OPD','2013-12-09 15:44:45'),(80292,67,19528,'','2013-12-09 15:44:45'),(80293,1,19531,'','2013-12-09 15:44:46'),(80294,2,19531,'','2013-12-09 15:44:46'),(80295,3,19531,'','2013-12-09 15:44:46'),(80296,6,19531,'','2013-12-09 15:44:46'),(80297,7,19531,'NIGHT','2013-12-09 15:44:46'),(80298,66,19531,'OPD','2013-12-09 15:44:46'),(80299,67,19531,'','2013-12-09 15:44:46'),(80300,1,19532,'3602012','2013-12-09 16:01:39'),(80301,2,19532,'597519','2013-12-09 16:01:39'),(80302,3,19532,'','2013-12-09 16:01:39'),(80303,6,19532,'25','2013-12-09 16:01:39'),(80304,7,19532,'DAY','2013-12-09 16:01:39'),(80305,66,19532,'OPD','2013-12-09 16:01:39'),(80306,67,19532,'','2013-12-09 16:01:39'),(80307,1,19534,'','2013-12-09 16:01:39'),(80308,2,19534,'','2013-12-09 16:01:39'),(80309,3,19534,'','2013-12-09 16:01:39'),(80310,6,19534,'','2013-12-09 16:01:39'),(80311,7,19534,'DAY','2013-12-09 16:01:39'),(80312,66,19534,'OPD','2013-12-09 16:01:39'),(80313,67,19534,'','2013-12-09 16:01:39'),(80314,1,19535,'3602015','2013-12-09 16:02:47'),(80315,2,19535,'','2013-12-09 16:02:47'),(80316,3,19535,'','2013-12-09 16:02:47'),(80317,6,19535,'12','2013-12-09 16:02:47'),(80318,7,19535,'DAY','2013-12-09 16:02:47'),(80319,66,19535,'OPD','2013-12-09 16:02:47'),(80320,67,19535,'','2013-12-09 16:02:47'),(80321,1,19536,'3602023','2013-12-09 16:34:03'),(80322,2,19536,'597524','2013-12-09 16:34:03'),(80323,3,19536,'','2013-12-09 16:34:03'),(80324,6,19536,'101.75','2013-12-09 16:34:03'),(80325,7,19536,'DAY','2013-12-09 16:34:03'),(80326,66,19536,'OPD','2013-12-09 16:34:03'),(80327,67,19536,'','2013-12-09 16:34:03'),(80328,1,19537,'','2013-12-09 16:44:56'),(80329,2,19537,'','2013-12-09 16:44:56'),(80330,3,19537,'','2013-12-09 16:44:56'),(80331,6,19537,'','2013-12-09 16:44:56'),(80332,7,19537,'DAY','2013-12-09 16:44:56'),(80333,66,19537,'OPD','2013-12-09 16:44:56'),(80334,67,19537,'','2013-12-09 16:44:56'),(80335,1,19539,'','2013-12-09 16:44:56'),(80336,2,19539,'','2013-12-09 16:44:56'),(80337,3,19539,'','2013-12-09 16:44:56'),(80338,6,19539,'','2013-12-09 16:44:56'),(80339,7,19539,'DAY','2013-12-09 16:44:56'),(80340,66,19539,'OPD','2013-12-09 16:44:56'),(80341,67,19539,'','2013-12-09 16:44:56'),(80342,1,19540,'3602045','2013-12-09 16:47:48'),(80343,2,19540,'597531','2013-12-09 16:47:48'),(80344,3,19540,'','2013-12-09 16:47:48'),(80345,6,19540,'35','2013-12-09 16:47:48'),(80346,7,19540,'DAY','2013-12-09 16:47:48'),(80347,66,19540,'OPD','2013-12-09 16:47:48'),(80348,67,19540,'','2013-12-09 16:47:48'),(80349,1,19541,'3602057','2013-12-09 16:51:24'),(80350,2,19541,'','2013-12-09 16:51:24'),(80351,3,19541,'','2013-12-09 16:51:24'),(80352,6,19541,'13','2013-12-09 16:51:24'),(80353,7,19541,'DAY','2013-12-09 16:51:24'),(80354,66,19541,'OPD','2013-12-09 16:51:24'),(80355,67,19541,'','2013-12-09 16:51:24'),(80356,1,19542,'3602070','2013-12-09 16:56:48'),(80357,2,19542,'597534','2013-12-09 16:56:48'),(80358,3,19542,'','2013-12-09 16:56:48'),(80359,6,19542,'35','2013-12-09 16:56:48'),(80360,7,19542,'DAY','2013-12-09 16:56:48'),(80361,66,19542,'OPD','2013-12-09 16:56:48'),(80362,67,19542,'','2013-12-09 16:56:48'),(80363,1,19543,'3602077','2013-12-09 16:59:17'),(80364,2,19543,'','2013-12-09 16:59:17'),(80365,3,19543,'','2013-12-09 16:59:17'),(80366,6,19543,'81','2013-12-09 16:59:17'),(80367,7,19543,'DAY','2013-12-09 16:59:17'),(80368,66,19543,'OPD','2013-12-09 16:59:17'),(80369,67,19543,'','2013-12-09 16:59:17'),(80370,1,19544,'3602074','2013-12-09 17:02:56'),(80371,2,19544,'','2013-12-09 17:02:56'),(80372,3,19544,'','2013-12-09 17:02:56'),(80373,6,19544,'99','2013-12-09 17:02:56'),(80374,7,19544,'DAY','2013-12-09 17:02:56'),(80375,66,19544,'OPD','2013-12-09 17:02:56'),(80376,67,19544,'','2013-12-09 17:02:56'),(80377,1,19546,'','2013-12-09 17:02:57'),(80378,2,19546,'','2013-12-09 17:02:57'),(80379,3,19546,'','2013-12-09 17:02:57'),(80380,6,19546,'','2013-12-09 17:02:57'),(80381,7,19546,'DAY','2013-12-09 17:02:57'),(80382,66,19546,'OPD','2013-12-09 17:02:57'),(80383,67,19546,'','2013-12-09 17:02:57'),(80384,1,19549,'','2013-12-09 17:02:57'),(80385,2,19549,'','2013-12-09 17:02:57'),(80386,3,19549,'','2013-12-09 17:02:57'),(80387,6,19549,'','2013-12-09 17:02:57'),(80388,7,19549,'DAY','2013-12-09 17:02:57'),(80389,66,19549,'OPD','2013-12-09 17:02:57'),(80390,67,19549,'','2013-12-09 17:02:57'),(80391,1,19550,'3602080','2013-12-09 17:12:19'),(80392,2,19550,'','2013-12-09 17:12:19'),(80393,3,19550,'','2013-12-09 17:12:19'),(80394,6,19550,'175','2013-12-09 17:12:19'),(80395,7,19550,'DAY','2013-12-09 17:12:19'),(80396,66,19550,'OPD','2013-12-09 17:12:19'),(80397,67,19550,'','2013-12-09 17:12:19'),(80398,1,19551,'3602090','2013-12-09 17:16:12'),(80399,2,19551,'','2013-12-09 17:16:12'),(80400,3,19551,'','2013-12-09 17:16:12'),(80401,6,19551,'53','2013-12-09 17:16:12'),(80402,7,19551,'DAY','2013-12-09 17:16:12'),(80403,66,19551,'OPD','2013-12-09 17:16:12'),(80404,67,19551,'','2013-12-09 17:16:12'),(80405,1,19553,'','2013-12-09 17:16:12'),(80406,2,19553,'','2013-12-09 17:16:12'),(80407,3,19553,'','2013-12-09 17:16:12'),(80408,6,19553,'','2013-12-09 17:16:12'),(80409,7,19553,'DAY','2013-12-09 17:16:12'),(80410,66,19553,'OPD','2013-12-09 17:16:12'),(80411,67,19553,'','2013-12-09 17:16:12'),(80412,1,19556,'','2013-12-09 17:16:12'),(80413,2,19556,'','2013-12-09 17:16:12'),(80414,3,19556,'','2013-12-09 17:16:12'),(80415,6,19556,'','2013-12-09 17:16:12'),(80416,7,19556,'DAY','2013-12-09 17:16:12'),(80417,66,19556,'OPD','2013-12-09 17:16:12'),(80418,67,19556,'','2013-12-09 17:16:12'),(80419,1,19557,'3598487','2013-12-09 17:20:11'),(80420,2,19557,'590430','2013-12-09 17:20:11'),(80421,3,19557,'','2013-12-09 17:20:11'),(80422,6,19557,'100','2013-12-09 17:20:11'),(80423,7,19557,'DAY','2013-12-09 17:20:11'),(80424,66,19557,'OPD','2013-12-09 17:20:11'),(80425,67,19557,'','2013-12-09 17:20:11'),(80426,1,19559,'','2013-12-09 17:20:11'),(80427,2,19559,'','2013-12-09 17:20:11'),(80428,3,19559,'','2013-12-09 17:20:11'),(80429,6,19559,'','2013-12-09 17:20:11'),(80430,7,19559,'DAY','2013-12-09 17:20:11'),(80431,66,19559,'OPD','2013-12-09 17:20:11'),(80432,67,19559,'','2013-12-09 17:20:11'),(80433,1,19560,'3602093','2013-12-09 17:23:25'),(80434,2,19560,'','2013-12-09 17:23:25'),(80435,3,19560,'','2013-12-09 17:23:25'),(80436,6,19560,'55','2013-12-09 17:23:25'),(80437,7,19560,'DAY','2013-12-09 17:23:25'),(80438,66,19560,'OPD','2013-12-09 17:23:25'),(80439,67,19560,'','2013-12-09 17:23:25'),(80440,1,19562,'','2013-12-09 17:23:26'),(80441,2,19562,'','2013-12-09 17:23:26'),(80442,3,19562,'','2013-12-09 17:23:26'),(80443,6,19562,'','2013-12-09 17:23:26'),(80444,7,19562,'DAY','2013-12-09 17:23:26'),(80445,66,19562,'OPD','2013-12-09 17:23:26'),(80446,67,19562,'','2013-12-09 17:23:26'),(80447,1,19563,'3602110','2013-12-09 17:29:35'),(80448,2,19563,'','2013-12-09 17:29:35'),(80449,3,19563,'','2013-12-09 17:29:35'),(80450,6,19563,'267','2013-12-09 17:29:35'),(80451,7,19563,'DAY','2013-12-09 17:29:35'),(80452,66,19563,'OPD','2013-12-09 17:29:35'),(80453,67,19563,'','2013-12-09 17:29:35'),(80454,1,19565,'','2013-12-09 17:29:35'),(80455,2,19565,'','2013-12-09 17:29:35'),(80456,3,19565,'','2013-12-09 17:29:35'),(80457,6,19565,'','2013-12-09 17:29:35'),(80458,7,19565,'DAY','2013-12-09 17:29:35'),(80459,66,19565,'OPD','2013-12-09 17:29:35'),(80460,67,19565,'','2013-12-09 17:29:35'),(80461,1,19568,'','2013-12-09 17:29:35'),(80462,2,19568,'','2013-12-09 17:29:35'),(80463,3,19568,'','2013-12-09 17:29:35'),(80464,6,19568,'','2013-12-09 17:29:35'),(80465,7,19568,'DAY','2013-12-09 17:29:35'),(80466,66,19568,'OPD','2013-12-09 17:29:35'),(80467,67,19568,'','2013-12-09 17:29:35'),(80468,1,19569,'3602036','2013-12-09 17:34:50'),(80469,2,19569,'597528','2013-12-09 17:34:50'),(80470,3,19569,'','2013-12-09 17:34:50'),(80471,6,19569,'47','2013-12-09 17:34:50'),(80472,7,19569,'DAY','2013-12-09 17:34:50'),(80473,66,19569,'OPD','2013-12-09 17:34:50'),(80474,67,19569,'','2013-12-09 17:34:50'),(80475,1,19571,'','2013-12-09 17:34:50'),(80476,2,19571,'','2013-12-09 17:34:50'),(80477,3,19571,'','2013-12-09 17:34:50'),(80478,6,19571,'','2013-12-09 17:34:50'),(80479,7,19571,'DAY','2013-12-09 17:34:50'),(80480,66,19571,'OPD','2013-12-09 17:34:50'),(80481,67,19571,'','2013-12-09 17:34:50'),(80482,1,19572,'3602114','2013-12-09 17:36:42'),(80483,2,19572,'','2013-12-09 17:36:42'),(80484,3,19572,'','2013-12-09 17:36:42'),(80485,6,19572,'79','2013-12-09 17:36:42'),(80486,7,19572,'DAY','2013-12-09 17:36:42'),(80487,66,19572,'OPD','2013-12-09 17:36:42'),(80488,67,19572,'','2013-12-09 17:36:42'),(80489,1,19574,'','2013-12-09 17:36:42'),(80490,2,19574,'','2013-12-09 17:36:42'),(80491,3,19574,'','2013-12-09 17:36:42'),(80492,6,19574,'','2013-12-09 17:36:42'),(80493,7,19574,'DAY','2013-12-09 17:36:42'),(80494,66,19574,'OPD','2013-12-09 17:36:42'),(80495,67,19574,'','2013-12-09 17:36:42'),(80496,1,19575,'3602141','2013-12-09 17:39:40'),(80497,2,19575,'','2013-12-09 17:39:40'),(80498,3,19575,'','2013-12-09 17:39:40'),(80499,6,19575,'208','2013-12-09 17:39:40'),(80500,7,19575,'DAY','2013-12-09 17:39:40'),(80501,66,19575,'OPD','2013-12-09 17:39:40'),(80502,67,19575,'','2013-12-09 17:39:40'),(80503,1,19577,'','2013-12-09 17:39:40'),(80504,2,19577,'','2013-12-09 17:39:40'),(80505,3,19577,'','2013-12-09 17:39:40'),(80506,6,19577,'','2013-12-09 17:39:40'),(80507,7,19577,'DAY','2013-12-09 17:39:40'),(80508,66,19577,'OPD','2013-12-09 17:39:40'),(80509,67,19577,'','2013-12-09 17:39:40'),(80510,1,19578,'3602134','2013-12-09 17:43:53'),(80511,2,19578,'597549','2013-12-09 17:43:53'),(80512,3,19578,'','2013-12-09 17:43:53'),(80513,6,19578,'40','2013-12-09 17:43:53'),(80514,7,19578,'DAY','2013-12-09 17:43:53'),(80515,66,19578,'OPD','2013-12-09 17:43:53'),(80516,67,19578,'','2013-12-09 17:43:53'),(80517,1,19579,'3602144','2013-12-09 17:46:42'),(80518,2,19579,'','2013-12-09 17:46:42'),(80519,3,19579,'','2013-12-09 17:46:42'),(80520,6,19579,'105','2013-12-09 17:46:42'),(80521,7,19579,'DAY','2013-12-09 17:46:42'),(80522,66,19579,'OPD','2013-12-09 17:46:42'),(80523,67,19579,'','2013-12-09 17:46:42'),(80524,1,19581,'','2013-12-09 17:46:42'),(80525,2,19581,'','2013-12-09 17:46:42'),(80526,3,19581,'','2013-12-09 17:46:42'),(80527,6,19581,'','2013-12-09 17:46:42'),(80528,7,19581,'DAY','2013-12-09 17:46:42'),(80529,66,19581,'OPD','2013-12-09 17:46:42'),(80530,67,19581,'','2013-12-09 17:46:42'),(80531,1,19582,'3602157','2013-12-09 17:50:23'),(80532,2,19582,'','2013-12-09 17:50:23'),(80533,3,19582,'','2013-12-09 17:50:23'),(80534,6,19582,'104','2013-12-09 17:50:23'),(80535,7,19582,'DAY','2013-12-09 17:50:23'),(80536,66,19582,'OPD','2013-12-09 17:50:23'),(80537,67,19582,'','2013-12-09 17:50:23'),(80538,1,19584,'','2013-12-09 17:50:24'),(80539,2,19584,'','2013-12-09 17:50:24'),(80540,3,19584,'','2013-12-09 17:50:24'),(80541,6,19584,'','2013-12-09 17:50:24'),(80542,7,19584,'DAY','2013-12-09 17:50:24'),(80543,66,19584,'OPD','2013-12-09 17:50:24'),(80544,67,19584,'','2013-12-09 17:50:24'),(80545,1,19585,'3602113','2013-12-09 18:03:56'),(80546,2,19585,'597544','2013-12-09 18:03:56'),(80547,3,19585,'','2013-12-09 18:03:56'),(80548,6,19585,'69','2013-12-09 18:03:56'),(80549,7,19585,'DAY','2013-12-09 18:03:56'),(80550,66,19585,'OPD','2013-12-09 18:03:56'),(80551,67,19585,'','2013-12-09 18:03:56'),(80552,1,19587,'','2013-12-09 18:03:56'),(80553,2,19587,'','2013-12-09 18:03:56'),(80554,3,19587,'','2013-12-09 18:03:56'),(80555,6,19587,'','2013-12-09 18:03:56'),(80556,7,19587,'DAY','2013-12-09 18:03:56'),(80557,66,19587,'OPD','2013-12-09 18:03:56'),(80558,67,19587,'','2013-12-09 18:03:56'),(80559,1,19590,'','2013-12-09 18:03:56'),(80560,2,19590,'','2013-12-09 18:03:56'),(80561,3,19590,'','2013-12-09 18:03:56'),(80562,6,19590,'','2013-12-09 18:03:56'),(80563,7,19590,'DAY','2013-12-09 18:03:56'),(80564,66,19590,'OPD','2013-12-09 18:03:56'),(80565,67,19590,'','2013-12-09 18:03:56'),(80566,1,19591,'3602164','2013-12-09 18:06:37'),(80567,2,19591,'','2013-12-09 18:06:37'),(80568,3,19591,'','2013-12-09 18:06:37'),(80569,6,19591,'19','2013-12-09 18:06:37'),(80570,7,19591,'DAY','2013-12-09 18:06:37'),(80571,66,19591,'OPD','2013-12-09 18:06:37'),(80572,67,19591,'','2013-12-09 18:06:37'),(80573,1,19593,'','2013-12-09 18:06:37'),(80574,2,19593,'','2013-12-09 18:06:37'),(80575,3,19593,'','2013-12-09 18:06:37'),(80576,6,19593,'','2013-12-09 18:06:37'),(80577,7,19593,'DAY','2013-12-09 18:06:37'),(80578,66,19593,'OPD','2013-12-09 18:06:37'),(80579,67,19593,'','2013-12-09 18:06:37'),(80580,1,19594,'3602174','2013-12-09 18:20:05'),(80581,2,19594,'','2013-12-09 18:20:05'),(80582,3,19594,'','2013-12-09 18:20:05'),(80583,6,19594,'87','2013-12-09 18:20:05'),(80584,7,19594,'DAY','2013-12-09 18:20:05'),(80585,66,19594,'OPD','2013-12-09 18:20:05'),(80586,67,19594,'','2013-12-09 18:20:05'),(80587,1,19596,'','2013-12-09 18:20:05'),(80588,2,19596,'','2013-12-09 18:20:05'),(80589,3,19596,'','2013-12-09 18:20:05'),(80590,6,19596,'','2013-12-09 18:20:05'),(80591,7,19596,'DAY','2013-12-09 18:20:05'),(80592,66,19596,'OPD','2013-12-09 18:20:05'),(80593,67,19596,'','2013-12-09 18:20:05'),(80594,1,19599,'','2013-12-09 18:20:05'),(80595,2,19599,'','2013-12-09 18:20:05'),(80596,3,19599,'','2013-12-09 18:20:05'),(80597,6,19599,'','2013-12-09 18:20:05'),(80598,7,19599,'DAY','2013-12-09 18:20:05'),(80599,66,19599,'OPD','2013-12-09 18:20:05'),(80600,67,19599,'','2013-12-09 18:20:05'),(80601,1,19600,'3602168','2013-12-09 18:23:02'),(80602,2,19600,'597555','2013-12-09 18:23:02'),(80603,3,19600,'','2013-12-09 18:23:02'),(80604,6,19600,'76','2013-12-09 18:23:02'),(80605,7,19600,'DAY','2013-12-09 18:23:02'),(80606,66,19600,'OPD','2013-12-09 18:23:02'),(80607,67,19600,'','2013-12-09 18:23:02'),(80608,1,19602,'','2013-12-09 18:23:02'),(80609,2,19602,'','2013-12-09 18:23:02'),(80610,3,19602,'','2013-12-09 18:23:02'),(80611,6,19602,'','2013-12-09 18:23:02'),(80612,7,19602,'DAY','2013-12-09 18:23:02'),(80613,66,19602,'OPD','2013-12-09 18:23:02'),(80614,67,19602,'','2013-12-09 18:23:02'),(80615,1,19603,'','2013-12-09 18:27:38'),(80616,2,19603,'','2013-12-09 18:27:38'),(80617,3,19603,'','2013-12-09 18:27:38'),(80618,6,19603,'','2013-12-09 18:27:38'),(80619,7,19603,'DAY','2013-12-09 18:27:38'),(80620,66,19603,'OPD','2013-12-09 18:27:38'),(80621,67,19603,'','2013-12-09 18:27:38'),(80622,1,19604,'3602173','2013-12-09 18:30:52'),(80623,2,19604,'59556','2013-12-09 18:30:52'),(80624,3,19604,'','2013-12-09 18:30:52'),(80625,6,19604,'127','2013-12-09 18:30:52'),(80626,7,19604,'DAY','2013-12-09 18:30:52'),(80627,66,19604,'OPD','2013-12-09 18:30:52'),(80628,67,19604,'','2013-12-09 18:30:52'),(80629,1,19605,'','2013-12-09 18:35:10'),(80630,2,19605,'','2013-12-09 18:35:10'),(80631,3,19605,'','2013-12-09 18:35:10'),(80632,6,19605,'','2013-12-09 18:35:10'),(80633,7,19605,'DAY','2013-12-09 18:35:10'),(80634,66,19605,'OPD','2013-12-09 18:35:10'),(80635,67,19605,'','2013-12-09 18:35:10'),(80636,1,19606,'3602184','2013-12-09 18:38:49'),(80637,2,19606,'597562','2013-12-09 18:38:49'),(80638,3,19606,'','2013-12-09 18:38:49'),(80639,6,19606,'60','2013-12-09 18:38:49'),(80640,7,19606,'DAY','2013-12-09 18:38:49'),(80641,66,19606,'OPD','2013-12-09 18:38:49'),(80642,67,19606,'','2013-12-09 18:38:49'),(80643,1,19607,'3602190','2013-12-09 18:58:02'),(80644,2,19607,'','2013-12-09 18:58:02'),(80645,3,19607,'','2013-12-09 18:58:02'),(80646,6,19607,'135','2013-12-09 18:58:02'),(80647,7,19607,'DAY','2013-12-09 18:58:02'),(80648,66,19607,'OPD','2013-12-09 18:58:02'),(80649,67,19607,'','2013-12-09 18:58:02'),(80650,1,19609,'','2013-12-09 18:58:02'),(80651,2,19609,'','2013-12-09 18:58:02'),(80652,3,19609,'','2013-12-09 18:58:02'),(80653,6,19609,'','2013-12-09 18:58:02'),(80654,7,19609,'DAY','2013-12-09 18:58:02'),(80655,66,19609,'OPD','2013-12-09 18:58:02'),(80656,67,19609,'','2013-12-09 18:58:02'),(80657,1,19610,'3602193','2013-12-09 19:02:01'),(80658,2,19610,'597567','2013-12-09 19:02:01'),(80659,3,19610,'','2013-12-09 19:02:01'),(80660,6,19610,'60','2013-12-09 19:02:01'),(80661,7,19610,'DAY','2013-12-09 19:02:01'),(80662,66,19610,'OPD','2013-12-09 19:02:01'),(80663,67,19610,'','2013-12-09 19:02:01'),(80664,1,19611,'3602200','2013-12-09 19:08:24'),(80665,2,19611,'','2013-12-09 19:08:24'),(80666,3,19611,'','2013-12-09 19:08:24'),(80667,6,19611,'26','2013-12-09 19:08:24'),(80668,7,19611,'DAY','2013-12-09 19:08:24'),(80669,66,19611,'WARD B','2013-12-09 19:08:24'),(80670,67,19611,'PEACE','2013-12-09 19:08:24'),(80671,1,19612,'3602201','2013-12-09 19:09:32'),(80672,2,19612,'','2013-12-09 19:09:32'),(80673,3,19612,'','2013-12-09 19:09:32'),(80674,6,19612,'12','2013-12-09 19:09:32'),(80675,7,19612,'DAY','2013-12-09 19:09:32'),(80676,66,19612,'WARD B','2013-12-09 19:09:32'),(80677,67,19612,'','2013-12-09 19:09:32'),(80678,1,19613,'3602203','2013-12-09 19:14:04'),(80679,2,19613,'','2013-12-09 19:14:04'),(80680,3,19613,'','2013-12-09 19:14:04'),(80681,6,19613,'172','2013-12-09 19:14:04'),(80682,7,19613,'DAY','2013-12-09 19:14:04'),(80683,66,19613,'OPD','2013-12-09 19:14:04'),(80684,67,19613,'','2013-12-09 19:14:04'),(80685,1,19615,'','2013-12-09 19:14:04'),(80686,2,19615,'','2013-12-09 19:14:04'),(80687,3,19615,'','2013-12-09 19:14:04'),(80688,6,19615,'','2013-12-09 19:14:04'),(80689,7,19615,'DAY','2013-12-09 19:14:04'),(80690,66,19615,'OPD','2013-12-09 19:14:04'),(80691,67,19615,'','2013-12-09 19:14:04'),(80692,1,19618,'','2013-12-09 19:14:04'),(80693,2,19618,'','2013-12-09 19:14:04'),(80694,3,19618,'','2013-12-09 19:14:04'),(80695,6,19618,'','2013-12-09 19:14:04'),(80696,7,19618,'DAY','2013-12-09 19:14:04'),(80697,66,19618,'OPD','2013-12-09 19:14:04'),(80698,67,19618,'','2013-12-09 19:14:04'),(80699,1,19619,'3602204','2013-12-09 19:17:20'),(80700,2,19619,'597573','2013-12-09 19:17:20'),(80701,3,19619,'','2013-12-09 19:17:20'),(80702,6,19619,'35','2013-12-09 19:17:20'),(80703,7,19619,'DAY','2013-12-09 19:17:20'),(80704,66,19619,'OPD','2013-12-09 19:17:20'),(80705,67,19619,'','2013-12-09 19:17:20'),(80706,1,19620,'3602196','2013-12-09 19:20:24'),(80707,2,19620,'597572','2013-12-09 19:20:24'),(80708,3,19620,'','2013-12-09 19:20:24'),(80709,6,19620,'47','2013-12-09 19:20:24'),(80710,7,19620,'DAY','2013-12-09 19:20:24'),(80711,66,19620,'OPD','2013-12-09 19:20:24'),(80712,67,19620,'','2013-12-09 19:20:24'),(80713,1,19622,'','2013-12-09 19:20:24'),(80714,2,19622,'','2013-12-09 19:20:24'),(80715,3,19622,'','2013-12-09 19:20:24'),(80716,6,19622,'','2013-12-09 19:20:24'),(80717,7,19622,'DAY','2013-12-09 19:20:24'),(80718,66,19622,'OPD','2013-12-09 19:20:24'),(80719,67,19622,'','2013-12-09 19:20:24'),(80720,1,19623,'360297','2013-12-09 19:26:32'),(80721,2,19623,'597571','2013-12-09 19:26:32'),(80722,3,19623,'','2013-12-09 19:26:32'),(80723,6,19623,'11','2013-12-09 19:26:32'),(80724,7,19623,'DAY','2013-12-09 19:26:32'),(80725,66,19623,'OPD','2013-12-09 19:26:32'),(80726,67,19623,'','2013-12-09 19:26:32'),(80727,1,19624,'3602177','2013-12-09 19:30:08'),(80728,2,19624,'','2013-12-09 19:30:08'),(80729,3,19624,'','2013-12-09 19:30:08'),(80730,6,19624,'267','2013-12-09 19:30:08'),(80731,7,19624,'DAY','2013-12-09 19:30:08'),(80732,66,19624,'OPD','2013-12-09 19:30:08'),(80733,67,19624,'','2013-12-09 19:30:08'),(80734,1,19625,'3602209','2013-12-09 19:34:57'),(80735,2,19625,'597578','2013-12-09 19:34:57'),(80736,3,19625,'','2013-12-09 19:34:57'),(80737,6,19625,'110','2013-12-09 19:34:57'),(80738,7,19625,'DAY','2013-12-09 19:34:57'),(80739,66,19625,'OPD','2013-12-09 19:34:57'),(80740,67,19625,'','2013-12-09 19:34:57'),(80741,1,19626,'3602213','2013-12-09 19:43:14'),(80742,2,19626,'597579','2013-12-09 19:43:14'),(80743,3,19626,'','2013-12-09 19:43:14'),(80744,6,19626,'117','2013-12-09 19:43:14'),(80745,7,19626,'DAY','2013-12-09 19:43:14'),(80746,66,19626,'OPD','2013-12-09 19:43:14'),(80747,67,19626,'','2013-12-09 19:43:14'),(80748,1,19628,'','2013-12-09 19:43:15'),(80749,2,19628,'','2013-12-09 19:43:15'),(80750,3,19628,'','2013-12-09 19:43:15'),(80751,6,19628,'','2013-12-09 19:43:15'),(80752,7,19628,'DAY','2013-12-09 19:43:15'),(80753,66,19628,'OPD','2013-12-09 19:43:15'),(80754,67,19628,'','2013-12-09 19:43:15'),(80755,1,19629,'3602195','2013-12-09 19:53:08'),(80756,2,19629,'597568','2013-12-09 19:53:08'),(80757,3,19629,'','2013-12-09 19:53:08'),(80758,6,19629,'153','2013-12-09 19:53:08'),(80759,7,19629,'DAY','2013-12-09 19:53:08'),(80760,66,19629,'WARD B','2013-12-09 19:53:08'),(80761,67,19629,'','2013-12-09 19:53:08'),(80762,1,19631,'','2013-12-09 19:53:08'),(80763,2,19631,'','2013-12-09 19:53:08'),(80764,3,19631,'','2013-12-09 19:53:08'),(80765,6,19631,'','2013-12-09 19:53:08'),(80766,7,19631,'DAY','2013-12-09 19:53:08'),(80767,66,19631,'OPD','2013-12-09 19:53:08'),(80768,67,19631,'','2013-12-09 19:53:08'),(80769,1,19632,'3602229','2013-12-09 19:54:30'),(80770,2,19632,'','2013-12-09 19:54:30'),(80771,3,19632,'','2013-12-09 19:54:30'),(80772,6,19632,'22','2013-12-09 19:54:30'),(80773,7,19632,'DAY','2013-12-09 19:54:30'),(80774,66,19632,'WARD B','2013-12-09 19:54:30'),(80775,67,19632,'','2013-12-09 19:54:30'),(80776,1,19633,'3602238','2013-12-09 19:59:20'),(80777,2,19633,'','2013-12-09 19:59:20'),(80778,3,19633,'','2013-12-09 19:59:20'),(80779,6,19633,'68','2013-12-09 19:59:20'),(80780,7,19633,'DAY','2013-12-09 19:59:20'),(80781,66,19633,'OPD','2013-12-09 19:59:20'),(80782,67,19633,'','2013-12-09 19:59:20'),(80783,1,19635,'','2013-12-09 19:59:20'),(80784,2,19635,'','2013-12-09 19:59:20'),(80785,3,19635,'','2013-12-09 19:59:20'),(80786,6,19635,'','2013-12-09 19:59:20'),(80787,7,19635,'DAY','2013-12-09 19:59:20'),(80788,66,19635,'OPD','2013-12-09 19:59:20'),(80789,67,19635,'','2013-12-09 19:59:20'),(80790,1,19638,'','2013-12-09 19:59:20'),(80791,2,19638,'','2013-12-09 19:59:20'),(80792,3,19638,'','2013-12-09 19:59:20'),(80793,6,19638,'','2013-12-09 19:59:20'),(80794,7,19638,'DAY','2013-12-09 19:59:20'),(80795,66,19638,'OPD','2013-12-09 19:59:20'),(80796,67,19638,'','2013-12-09 19:59:20'),(80797,1,19639,'3602232','2013-12-09 20:11:41'),(80798,2,19639,'597587','2013-12-09 20:11:41'),(80799,3,19639,'','2013-12-09 20:11:41'),(80800,6,19639,'35','2013-12-09 20:11:41'),(80801,7,19639,'DAY','2013-12-09 20:11:41'),(80802,66,19639,'OPD','2013-12-09 20:11:41'),(80803,67,19639,'','2013-12-09 20:11:41'),(80804,1,19640,'3602240','2013-12-09 20:19:35'),(80805,2,19640,'','2013-12-09 20:19:35'),(80806,3,19640,'','2013-12-09 20:19:35'),(80807,6,19640,'436','2013-12-09 20:19:35'),(80808,7,19640,'DAY','2013-12-09 20:19:35'),(80809,66,19640,'OPD','2013-12-09 20:19:35'),(80810,67,19640,'','2013-12-09 20:19:35'),(80811,1,19642,'','2013-12-09 20:19:35'),(80812,2,19642,'','2013-12-09 20:19:35'),(80813,3,19642,'','2013-12-09 20:19:35'),(80814,6,19642,'','2013-12-09 20:19:35'),(80815,7,19642,'DAY','2013-12-09 20:19:35'),(80816,66,19642,'OPD','2013-12-09 20:19:35'),(80817,67,19642,'','2013-12-09 20:19:35'),(80818,1,19645,'','2013-12-09 20:19:35'),(80819,2,19645,'','2013-12-09 20:19:35'),(80820,3,19645,'','2013-12-09 20:19:35'),(80821,6,19645,'','2013-12-09 20:19:35'),(80822,7,19645,'DAY','2013-12-09 20:19:35'),(80823,66,19645,'OPD','2013-12-09 20:19:35'),(80824,67,19645,'','2013-12-09 20:19:35'),(80825,1,19646,'','2013-12-09 20:22:37'),(80826,2,19646,'','2013-12-09 20:22:37'),(80827,3,19646,'','2013-12-09 20:22:37'),(80828,6,19646,'','2013-12-09 20:22:37'),(80829,7,19646,'DAY','2013-12-09 20:22:37'),(80830,66,19646,'OPD','2013-12-09 20:22:37'),(80831,67,19646,'','2013-12-09 20:22:37'),(80832,1,19647,'3602257','2013-12-09 20:22:42'),(80833,2,19647,'','2013-12-09 20:22:42'),(80834,3,19647,'','2013-12-09 20:22:42'),(80835,6,19647,'13','2013-12-09 20:22:42'),(80836,7,19647,'DAY','2013-12-09 20:22:42'),(80837,66,19647,'OPD','2013-12-09 20:22:42'),(80838,67,19647,'','2013-12-09 20:22:42'),(80839,1,19648,'3602220','2013-12-09 20:35:25'),(80840,2,19648,'','2013-12-09 20:35:25'),(80841,3,19648,'','2013-12-09 20:35:25'),(80842,6,19648,'407','2013-12-09 20:35:25'),(80843,7,19648,'DAY','2013-12-09 20:35:25'),(80844,66,19648,'TROOM','2013-12-09 20:35:25'),(80845,67,19648,'','2013-12-09 20:35:25'),(80846,1,19650,'','2013-12-09 20:35:26'),(80847,2,19650,'','2013-12-09 20:35:26'),(80848,3,19650,'','2013-12-09 20:35:26'),(80849,6,19650,'','2013-12-09 20:35:26'),(80850,7,19650,'DAY','2013-12-09 20:35:26'),(80851,66,19650,'OPD','2013-12-09 20:35:26'),(80852,67,19650,'','2013-12-09 20:35:26'),(80853,1,19653,'','2013-12-09 20:35:26'),(80854,2,19653,'','2013-12-09 20:35:26'),(80855,3,19653,'','2013-12-09 20:35:26'),(80856,6,19653,'','2013-12-09 20:35:26'),(80857,7,19653,'DAY','2013-12-09 20:35:26'),(80858,66,19653,'OPD','2013-12-09 20:35:26'),(80859,67,19653,'','2013-12-09 20:35:26'),(80860,1,19657,'','2013-12-09 20:35:26'),(80861,2,19657,'','2013-12-09 20:35:26'),(80862,3,19657,'','2013-12-09 20:35:26'),(80863,6,19657,'','2013-12-09 20:35:26'),(80864,7,19657,'DAY','2013-12-09 20:35:26'),(80865,66,19657,'OPD','2013-12-09 20:35:26'),(80866,67,19657,'','2013-12-09 20:35:26'),(80867,1,19662,'','2013-12-09 20:35:26'),(80868,2,19662,'','2013-12-09 20:35:26'),(80869,3,19662,'','2013-12-09 20:35:26'),(80870,6,19662,'','2013-12-09 20:35:26'),(80871,7,19662,'DAY','2013-12-09 20:35:26'),(80872,66,19662,'OPD','2013-12-09 20:35:26'),(80873,67,19662,'','2013-12-09 20:35:26'),(80874,1,19663,'','2013-12-09 20:35:43'),(80875,2,19663,'','2013-12-09 20:35:43'),(80876,3,19663,'','2013-12-09 20:35:43'),(80877,6,19663,'','2013-12-09 20:35:43'),(80878,7,19663,'DAY','2013-12-09 20:35:43'),(80879,66,19663,'OPD','2013-12-09 20:35:43'),(80880,67,19663,'','2013-12-09 20:35:43'),(80881,1,19664,'359945','2013-12-09 20:37:44'),(80882,2,19664,'','2013-12-09 20:37:44'),(80883,3,19664,'','2013-12-09 20:37:44'),(80884,6,19664,'172.4','2013-12-09 20:37:44'),(80885,7,19664,'DAY','2013-12-09 20:37:44'),(80886,66,19664,'OPD','2013-12-09 20:37:44'),(80887,67,19664,'','2013-12-09 20:37:44'),(80888,1,19665,'3602259','2013-12-09 20:41:51'),(80889,2,19665,'','2013-12-09 20:41:51'),(80890,3,19665,'','2013-12-09 20:41:51'),(80891,6,19665,'27.3','2013-12-09 20:41:51'),(80892,7,19665,'DAY','2013-12-09 20:41:51'),(80893,66,19665,'OPD','2013-12-09 20:41:51'),(80894,67,19665,'','2013-12-09 20:41:51'),(80895,1,19666,'3602260','2013-12-09 20:45:34'),(80896,2,19666,'','2013-12-09 20:45:34'),(80897,3,19666,'','2013-12-09 20:45:34'),(80898,6,19666,'94','2013-12-09 20:45:34'),(80899,7,19666,'DAY','2013-12-09 20:45:34'),(80900,66,19666,'OPD','2013-12-09 20:45:34'),(80901,67,19666,'','2013-12-09 20:45:34'),(80902,1,19668,'','2013-12-09 20:45:34'),(80903,2,19668,'','2013-12-09 20:45:34'),(80904,3,19668,'','2013-12-09 20:45:34'),(80905,6,19668,'','2013-12-09 20:45:34'),(80906,7,19668,'DAY','2013-12-09 20:45:34'),(80907,66,19668,'OPD','2013-12-09 20:45:34'),(80908,67,19668,'','2013-12-09 20:45:34'),(80909,1,19669,'3602267','2013-12-09 20:50:53'),(80910,2,19669,'597596','2013-12-09 20:50:53'),(80911,3,19669,'','2013-12-09 20:50:53'),(80912,6,19669,'35','2013-12-09 20:50:53'),(80913,7,19669,'DAY','2013-12-09 20:50:53'),(80914,66,19669,'OPD','2013-12-09 20:50:53'),(80915,67,19669,'','2013-12-09 20:50:53'),(80916,1,19670,'3602265','2013-12-09 20:51:54'),(80917,2,19670,'597595','2013-12-09 20:51:54'),(80918,3,19670,'','2013-12-09 20:51:54'),(80919,6,19670,'30','2013-12-09 20:51:54'),(80920,7,19670,'DAY','2013-12-09 20:51:54'),(80921,66,19670,'OPD','2013-12-09 20:51:54'),(80922,67,19670,'','2013-12-09 20:51:54'),(80923,1,19671,'3602269','2013-12-09 20:57:08'),(80924,2,19671,'597599','2013-12-09 20:57:08'),(80925,3,19671,'','2013-12-09 20:57:08'),(80926,6,19671,'19.8','2013-12-09 20:57:08'),(80927,7,19671,'DAY','2013-12-09 20:57:08'),(80928,66,19671,'OPD','2013-12-09 20:57:08'),(80929,67,19671,'','2013-12-09 20:57:08'),(80930,1,19672,'3602275','2013-12-09 21:04:57'),(80931,2,19672,'','2013-12-09 21:04:57'),(80932,3,19672,'','2013-12-09 21:04:57'),(80933,6,19672,'109','2013-12-09 21:04:57'),(80934,7,19672,'DAY','2013-12-09 21:04:57'),(80935,66,19672,'OPD','2013-12-09 21:04:57'),(80936,67,19672,'','2013-12-09 21:04:57'),(80937,1,19674,'','2013-12-09 21:04:57'),(80938,2,19674,'','2013-12-09 21:04:57'),(80939,3,19674,'','2013-12-09 21:04:57'),(80940,6,19674,'','2013-12-09 21:04:57'),(80941,7,19674,'DAY','2013-12-09 21:04:57'),(80942,66,19674,'OPD','2013-12-09 21:04:57'),(80943,67,19674,'','2013-12-09 21:04:57'),(80944,1,19677,'','2013-12-09 21:04:58'),(80945,2,19677,'','2013-12-09 21:04:58'),(80946,3,19677,'','2013-12-09 21:04:58'),(80947,6,19677,'','2013-12-09 21:04:58'),(80948,7,19677,'DAY','2013-12-09 21:04:58'),(80949,66,19677,'OPD','2013-12-09 21:04:58'),(80950,67,19677,'','2013-12-09 21:04:58'),(80951,1,19678,'3602277','2013-12-09 21:18:12'),(80952,2,19678,'','2013-12-09 21:18:12'),(80953,3,19678,'','2013-12-09 21:18:12'),(80954,6,19678,'22','2013-12-09 21:18:12'),(80955,7,19678,'DAY','2013-12-09 21:18:12'),(80956,66,19678,'OPD','2013-12-09 21:18:12'),(80957,67,19678,'','2013-12-09 21:18:12'),(80958,1,19679,'3602295','2013-12-09 21:32:08'),(80959,2,19679,'','2013-12-09 21:32:08'),(80960,3,19679,'','2013-12-09 21:32:08'),(80961,6,19679,'22','2013-12-09 21:32:08'),(80962,7,19679,'DAY','2013-12-09 21:32:08'),(80963,66,19679,'OPD','2013-12-09 21:32:08'),(80964,67,19679,'','2013-12-09 21:32:08'),(80965,1,19680,'3602283','2013-12-09 21:34:58'),(80966,2,19680,'','2013-12-09 21:34:58'),(80967,3,19680,'','2013-12-09 21:34:58'),(80968,6,19680,'50','2013-12-09 21:34:58'),(80969,7,19680,'DAY','2013-12-09 21:34:58'),(80970,66,19680,'OPD','2013-12-09 21:34:58'),(80971,67,19680,'','2013-12-09 21:34:58'),(80972,1,19682,'','2013-12-09 21:34:59'),(80973,2,19682,'','2013-12-09 21:34:59'),(80974,3,19682,'','2013-12-09 21:34:59'),(80975,6,19682,'','2013-12-09 21:34:59'),(80976,7,19682,'DAY','2013-12-09 21:34:59'),(80977,66,19682,'OPD','2013-12-09 21:34:59'),(80978,67,19682,'','2013-12-09 21:34:59'),(80979,1,19683,'3601392','2013-12-09 21:37:12'),(80980,2,19683,'','2013-12-09 21:37:12'),(80981,3,19683,'','2013-12-09 21:37:12'),(80982,6,19683,'803','2013-12-09 21:37:12'),(80983,7,19683,'DAY','2013-12-09 21:37:12'),(80984,66,19683,'OPD','2013-12-09 21:37:12'),(80985,67,19683,'','2013-12-09 21:37:12'),(80986,1,19684,'3602288','2013-12-09 21:42:18'),(80987,2,19684,'','2013-12-09 21:42:18'),(80988,3,19684,'','2013-12-09 21:42:18'),(80989,6,19684,'396','2013-12-09 21:42:18'),(80990,7,19684,'DAY','2013-12-09 21:42:18'),(80991,66,19684,'OPD','2013-12-09 21:42:18'),(80992,67,19684,'','2013-12-09 21:42:18'),(80993,1,19686,'','2013-12-09 21:42:18'),(80994,2,19686,'','2013-12-09 21:42:18'),(80995,3,19686,'','2013-12-09 21:42:18'),(80996,6,19686,'','2013-12-09 21:42:18'),(80997,7,19686,'DAY','2013-12-09 21:42:18'),(80998,66,19686,'OPD','2013-12-09 21:42:18'),(80999,67,19686,'','2013-12-09 21:42:18'),(81000,1,19689,'','2013-12-09 21:42:18'),(81001,2,19689,'','2013-12-09 21:42:18'),(81002,3,19689,'','2013-12-09 21:42:18'),(81003,6,19689,'','2013-12-09 21:42:18'),(81004,7,19689,'DAY','2013-12-09 21:42:18'),(81005,66,19689,'OPD','2013-12-09 21:42:18'),(81006,67,19689,'','2013-12-09 21:42:18'),(81007,1,19693,'','2013-12-09 21:42:19'),(81008,2,19693,'','2013-12-09 21:42:19'),(81009,3,19693,'','2013-12-09 21:42:19'),(81010,6,19693,'','2013-12-09 21:42:19'),(81011,7,19693,'DAY','2013-12-09 21:42:19'),(81012,66,19693,'OPD','2013-12-09 21:42:19'),(81013,67,19693,'','2013-12-09 21:42:19'),(81014,1,19694,'3602280','2013-12-09 21:50:46'),(81015,2,19694,'','2013-12-09 21:50:46'),(81016,3,19694,'','2013-12-09 21:50:46'),(81017,6,19694,'12','2013-12-09 21:50:46'),(81018,7,19694,'DAY','2013-12-09 21:50:46'),(81019,66,19694,'OPD','2013-12-09 21:50:46'),(81020,67,19694,'','2013-12-09 21:50:46'),(81021,1,19695,'3602297','2013-12-09 21:55:46'),(81022,2,19695,'597609','2013-12-09 21:55:46'),(81023,3,19695,'','2013-12-09 21:55:46'),(81024,6,19695,'47','2013-12-09 21:55:46'),(81025,7,19695,'DAY','2013-12-09 21:55:46'),(81026,66,19695,'OPD','2013-12-09 21:55:46'),(81027,67,19695,'','2013-12-09 21:55:46'),(81028,1,19697,'','2013-12-09 21:55:46'),(81029,2,19697,'','2013-12-09 21:55:46'),(81030,3,19697,'','2013-12-09 21:55:46'),(81031,6,19697,'','2013-12-09 21:55:46'),(81032,7,19697,'DAY','2013-12-09 21:55:46'),(81033,66,19697,'OPD','2013-12-09 21:55:46'),(81034,67,19697,'','2013-12-09 21:55:46'),(81035,1,19698,'3602308','2013-12-09 21:57:30'),(81036,2,19698,'','2013-12-09 21:57:30'),(81037,3,19698,'','2013-12-09 21:57:30'),(81038,6,19698,'45','2013-12-09 21:57:30'),(81039,7,19698,'DAY','2013-12-09 21:57:30'),(81040,66,19698,'OPD','2013-12-09 21:57:30'),(81041,67,19698,'','2013-12-09 21:57:30'),(81042,1,19700,'','2013-12-09 21:57:31'),(81043,2,19700,'','2013-12-09 21:57:31'),(81044,3,19700,'','2013-12-09 21:57:31'),(81045,6,19700,'','2013-12-09 21:57:31'),(81046,7,19700,'DAY','2013-12-09 21:57:31'),(81047,66,19700,'OPD','2013-12-09 21:57:31'),(81048,67,19700,'','2013-12-09 21:57:31'),(81049,1,19701,'3602309','2013-12-09 22:02:01'),(81050,2,19701,'','2013-12-09 22:02:01'),(81051,3,19701,'','2013-12-09 22:02:01'),(81052,6,19701,'84','2013-12-09 22:02:01'),(81053,7,19701,'DAY','2013-12-09 22:02:01'),(81054,66,19701,'OPD','2013-12-09 22:02:01'),(81055,67,19701,'','2013-12-09 22:02:01'),(81056,1,19703,'','2013-12-09 22:02:01'),(81057,2,19703,'','2013-12-09 22:02:01'),(81058,3,19703,'','2013-12-09 22:02:01'),(81059,6,19703,'','2013-12-09 22:02:01'),(81060,7,19703,'DAY','2013-12-09 22:02:01'),(81061,66,19703,'OPD','2013-12-09 22:02:01'),(81062,67,19703,'','2013-12-09 22:02:01'),(81063,1,19704,'3602319','2013-12-09 22:05:31'),(81064,2,19704,'','2013-12-09 22:05:31'),(81065,3,19704,'','2013-12-09 22:05:31'),(81066,6,19704,'233','2013-12-09 22:05:31'),(81067,7,19704,'DAY','2013-12-09 22:05:31'),(81068,66,19704,'OPD','2013-12-09 22:05:31'),(81069,67,19704,'','2013-12-09 22:05:31'),(81070,1,19705,'3602331','2013-12-09 22:37:41'),(81071,2,19705,'','2013-12-09 22:37:41'),(81072,3,19705,'','2013-12-09 22:37:41'),(81073,6,19705,'99','2013-12-09 22:37:41'),(81074,7,19705,'DAY','2013-12-09 22:37:41'),(81075,66,19705,'OPD','2013-12-09 22:37:41'),(81076,67,19705,'','2013-12-09 22:37:41'),(81077,1,19706,'','2013-12-09 23:04:21'),(81078,2,19706,'','2013-12-09 23:04:21'),(81079,3,19706,'','2013-12-09 23:04:21'),(81080,6,19706,'','2013-12-09 23:04:21'),(81081,7,19706,'DAY','2013-12-09 23:04:21'),(81082,66,19706,'OPD','2013-12-09 23:04:21'),(81083,67,19706,'','2013-12-09 23:04:21'),(81084,1,19707,'','2013-12-09 23:08:27'),(81085,2,19707,'','2013-12-09 23:08:27'),(81086,3,19707,'','2013-12-09 23:08:27'),(81087,6,19707,'','2013-12-09 23:08:27'),(81088,7,19707,'DAY','2013-12-09 23:08:27'),(81089,66,19707,'OPD','2013-12-09 23:08:27'),(81090,67,19707,'','2013-12-09 23:08:27'),(81091,1,19708,'3602340','2013-12-09 23:10:56'),(81092,2,19708,'','2013-12-09 23:10:56'),(81093,3,19708,'','2013-12-09 23:10:56'),(81094,6,19708,'40','2013-12-09 23:10:56'),(81095,7,19708,'DAY','2013-12-09 23:10:56'),(81096,66,19708,'OPD','2013-12-09 23:10:56'),(81097,67,19708,'','2013-12-09 23:10:56'),(81098,1,19710,'','2013-12-09 23:10:56'),(81099,2,19710,'','2013-12-09 23:10:56'),(81100,3,19710,'','2013-12-09 23:10:56'),(81101,6,19710,'','2013-12-09 23:10:56'),(81102,7,19710,'DAY','2013-12-09 23:10:56'),(81103,66,19710,'OPD','2013-12-09 23:10:56'),(81104,67,19710,'','2013-12-09 23:10:56'),(81105,1,19711,'3602345','2013-12-09 23:19:26'),(81106,2,19711,'','2013-12-09 23:19:26'),(81107,3,19711,'','2013-12-09 23:19:26'),(81108,6,19711,'87','2013-12-09 23:19:26'),(81109,7,19711,'DAY','2013-12-09 23:19:26'),(81110,66,19711,'OPD','2013-12-09 23:19:26'),(81111,67,19711,'','2013-12-09 23:19:27'),(81112,1,19713,'','2013-12-09 23:19:27'),(81113,2,19713,'','2013-12-09 23:19:27'),(81114,3,19713,'','2013-12-09 23:19:27'),(81115,6,19713,'','2013-12-09 23:19:27'),(81116,7,19713,'DAY','2013-12-09 23:19:27'),(81117,66,19713,'OPD','2013-12-09 23:19:27'),(81118,67,19713,'','2013-12-09 23:19:27'),(81119,1,19716,'','2013-12-09 23:19:27'),(81120,2,19716,'','2013-12-09 23:19:27'),(81121,3,19716,'','2013-12-09 23:19:27'),(81122,6,19716,'','2013-12-09 23:19:27'),(81123,7,19716,'DAY','2013-12-09 23:19:27'),(81124,66,19716,'OPD','2013-12-09 23:19:27'),(81125,67,19716,'','2013-12-09 23:19:27'),(81126,1,19717,'3602360','2013-12-09 23:46:36'),(81127,2,19717,'','2013-12-09 23:46:36'),(81128,3,19717,'','2013-12-09 23:46:36'),(81129,6,19717,'72','2013-12-09 23:46:36'),(81130,7,19717,'DAY','2013-12-09 23:46:36'),(81131,66,19717,'OPD','2013-12-09 23:46:36'),(81132,67,19717,'','2013-12-09 23:46:36'),(81133,1,19718,'','2013-12-09 23:48:36'),(81134,2,19718,'','2013-12-09 23:48:36'),(81135,3,19718,'','2013-12-09 23:48:36'),(81136,6,19718,'','2013-12-09 23:48:36'),(81137,7,19718,'DAY','2013-12-09 23:48:36'),(81138,66,19718,'OPD','2013-12-09 23:48:36'),(81139,67,19718,'','2013-12-09 23:48:36'),(81140,1,19719,'3602386','2013-12-10 00:07:25'),(81141,2,19719,'','2013-12-10 00:07:25'),(81142,3,19719,'','2013-12-10 00:07:25'),(81143,6,19719,'160','2013-12-10 00:07:25'),(81144,7,19719,'DAY','2013-12-10 00:07:25'),(81145,66,19719,'OPD','2013-12-10 00:07:25'),(81146,67,19719,'','2013-12-10 00:07:25'),(81147,1,19721,'','2013-12-10 00:07:25'),(81148,2,19721,'','2013-12-10 00:07:25'),(81149,3,19721,'','2013-12-10 00:07:25'),(81150,6,19721,'','2013-12-10 00:07:25'),(81151,7,19721,'DAY','2013-12-10 00:07:25'),(81152,66,19721,'OPD','2013-12-10 00:07:25'),(81153,67,19721,'','2013-12-10 00:07:25'),(81154,1,19722,'3602396','2013-12-10 00:19:29'),(81155,2,19722,'','2013-12-10 00:19:29'),(81156,3,19722,'','2013-12-10 00:19:29'),(81157,6,19722,'99','2013-12-10 00:19:29'),(81158,7,19722,'DAY','2013-12-10 00:19:29'),(81159,66,19722,'OPD','2013-12-10 00:19:29'),(81160,67,19722,'','2013-12-10 00:19:29'),(81161,1,19724,'','2013-12-10 00:19:29'),(81162,2,19724,'','2013-12-10 00:19:29'),(81163,3,19724,'','2013-12-10 00:19:29'),(81164,6,19724,'','2013-12-10 00:19:29'),(81165,7,19724,'DAY','2013-12-10 00:19:29'),(81166,66,19724,'OPD','2013-12-10 00:19:29'),(81167,67,19724,'','2013-12-10 00:19:29'),(81168,1,19725,'3602400','2013-12-10 00:26:24'),(81169,2,19725,'','2013-12-10 00:26:24'),(81170,3,19725,'','2013-12-10 00:26:24'),(81171,6,19725,'76','2013-12-10 00:26:24'),(81172,7,19725,'DAY','2013-12-10 00:26:24'),(81173,66,19725,'OPD','2013-12-10 00:26:24'),(81174,67,19725,'','2013-12-10 00:26:24'),(81175,1,19726,'3602424','2013-12-10 00:40:49'),(81176,2,19726,'','2013-12-10 00:40:49'),(81177,3,19726,'','2013-12-10 00:40:49'),(81178,6,19726,'81','2013-12-10 00:40:49'),(81179,7,19726,'DAY','2013-12-10 00:40:49'),(81180,66,19726,'OPD','2013-12-10 00:40:49'),(81181,67,19726,'','2013-12-10 00:40:49'),(81182,1,19727,'3602430','2013-12-10 00:49:19'),(81183,2,19727,'','2013-12-10 00:49:19'),(81184,3,19727,'','2013-12-10 00:49:19'),(81185,6,19727,'200','2013-12-10 00:49:19'),(81186,7,19727,'DAY','2013-12-10 00:49:19'),(81187,66,19727,'OPD','2013-12-10 00:49:19'),(81188,67,19727,'','2013-12-10 00:49:19'),(81189,1,19729,'','2013-12-10 00:49:19'),(81190,2,19729,'','2013-12-10 00:49:19'),(81191,3,19729,'','2013-12-10 00:49:19'),(81192,6,19729,'','2013-12-10 00:49:19'),(81193,7,19729,'DAY','2013-12-10 00:49:19'),(81194,66,19729,'OPD','2013-12-10 00:49:19'),(81195,67,19729,'','2013-12-10 00:49:19'),(81196,1,19730,'3602432','2013-12-10 00:53:22'),(81197,2,19730,'','2013-12-10 00:53:22'),(81198,3,19730,'','2013-12-10 00:53:22'),(81199,6,19730,'66','2013-12-10 00:53:22'),(81200,7,19730,'DAY','2013-12-10 00:53:22'),(81201,66,19730,'OPD','2013-12-10 00:53:22'),(81202,67,19730,'','2013-12-10 00:53:22'),(81203,1,19731,'3602451','2013-12-10 01:17:28'),(81204,2,19731,'','2013-12-10 01:17:28'),(81205,3,19731,'','2013-12-10 01:17:28'),(81206,6,19731,'68','2013-12-10 01:17:28'),(81207,7,19731,'DAY','2013-12-10 01:17:28'),(81208,66,19731,'OPD','2013-12-10 01:17:28'),(81209,67,19731,'','2013-12-10 01:17:28'),(81210,1,19733,'','2013-12-10 01:17:28'),(81211,2,19733,'','2013-12-10 01:17:28'),(81212,3,19733,'','2013-12-10 01:17:28'),(81213,6,19733,'','2013-12-10 01:17:28'),(81214,7,19733,'DAY','2013-12-10 01:17:28'),(81215,66,19733,'OPD','2013-12-10 01:17:28'),(81216,67,19733,'','2013-12-10 01:17:28'),(81217,1,19736,'','2013-12-10 01:17:28'),(81218,2,19736,'','2013-12-10 01:17:28'),(81219,3,19736,'','2013-12-10 01:17:28'),(81220,6,19736,'','2013-12-10 01:17:28'),(81221,7,19736,'DAY','2013-12-10 01:17:28'),(81222,66,19736,'OPD','2013-12-10 01:17:28'),(81223,67,19736,'','2013-12-10 01:17:28'),(81224,1,19737,'3602452','2013-12-10 01:20:42'),(81225,2,19737,'','2013-12-10 01:20:42'),(81226,3,19737,'','2013-12-10 01:20:42'),(81227,6,19737,'22','2013-12-10 01:20:42'),(81228,7,19737,'DAY','2013-12-10 01:20:42'),(81229,66,19737,'OPD','2013-12-10 01:20:42'),(81230,67,19737,'','2013-12-10 01:20:42'),(81231,1,19738,'3602368','2013-12-10 01:30:33'),(81232,2,19738,'','2013-12-10 01:30:33'),(81233,3,19738,'','2013-12-10 01:30:33'),(81234,6,19738,'49','2013-12-10 01:30:33'),(81235,7,19738,'DAY','2013-12-10 01:30:33'),(81236,66,19738,'OPD','2013-12-10 01:30:33'),(81237,67,19738,'','2013-12-10 01:30:33'),(81238,1,19740,'','2013-12-10 01:30:33'),(81239,2,19740,'','2013-12-10 01:30:33'),(81240,3,19740,'','2013-12-10 01:30:33'),(81241,6,19740,'','2013-12-10 01:30:33'),(81242,7,19740,'DAY','2013-12-10 01:30:33'),(81243,66,19740,'OPD','2013-12-10 01:30:33'),(81244,67,19740,'','2013-12-10 01:30:33'),(81245,1,19741,'3602468','2013-12-10 01:43:43'),(81246,2,19741,'','2013-12-10 01:43:43'),(81247,3,19741,'','2013-12-10 01:43:43'),(81248,6,19741,'112','2013-12-10 01:43:43'),(81249,7,19741,'DAY','2013-12-10 01:43:43'),(81250,66,19741,'OPD','2013-12-10 01:43:43'),(81251,67,19741,'','2013-12-10 01:43:43'),(81252,1,19743,'','2013-12-10 01:43:43'),(81253,2,19743,'','2013-12-10 01:43:43'),(81254,3,19743,'','2013-12-10 01:43:43'),(81255,6,19743,'','2013-12-10 01:43:43'),(81256,7,19743,'DAY','2013-12-10 01:43:43'),(81257,66,19743,'OPD','2013-12-10 01:43:43'),(81258,67,19743,'','2013-12-10 01:43:43'),(81259,1,19746,'','2013-12-10 01:43:44'),(81260,2,19746,'','2013-12-10 01:43:44'),(81261,3,19746,'','2013-12-10 01:43:44'),(81262,6,19746,'','2013-12-10 01:43:44'),(81263,7,19746,'DAY','2013-12-10 01:43:44'),(81264,66,19746,'OPD','2013-12-10 01:43:44'),(81265,67,19746,'','2013-12-10 01:43:44'),(81266,1,19747,'3602482','2013-12-10 01:57:45'),(81267,2,19747,'','2013-12-10 01:57:45'),(81268,3,19747,'','2013-12-10 01:57:45'),(81269,6,19747,'112','2013-12-10 01:57:45'),(81270,7,19747,'DAY','2013-12-10 01:57:45'),(81271,66,19747,'OPD','2013-12-10 01:57:45'),(81272,67,19747,'','2013-12-10 01:57:45'),(81273,1,19749,'','2013-12-10 01:57:46'),(81274,2,19749,'','2013-12-10 01:57:46'),(81275,3,19749,'','2013-12-10 01:57:46'),(81276,6,19749,'','2013-12-10 01:57:46'),(81277,7,19749,'DAY','2013-12-10 01:57:46'),(81278,66,19749,'OPD','2013-12-10 01:57:46'),(81279,67,19749,'','2013-12-10 01:57:46'),(81280,1,19752,'','2013-12-10 01:57:46'),(81281,2,19752,'','2013-12-10 01:57:46'),(81282,3,19752,'','2013-12-10 01:57:46'),(81283,6,19752,'','2013-12-10 01:57:46'),(81284,7,19752,'DAY','2013-12-10 01:57:46'),(81285,66,19752,'OPD','2013-12-10 01:57:46'),(81286,67,19752,'','2013-12-10 01:57:46'),(81287,1,19753,'3602477','2013-12-10 02:06:33'),(81288,2,19753,'','2013-12-10 02:06:33'),(81289,3,19753,'','2013-12-10 02:06:33'),(81290,6,19753,'248','2013-12-10 02:06:33'),(81291,7,19753,'DAY','2013-12-10 02:06:33'),(81292,66,19753,'OPD','2013-12-10 02:06:33'),(81293,67,19753,'','2013-12-10 02:06:33'),(81294,1,19755,'','2013-12-10 02:06:34'),(81295,2,19755,'','2013-12-10 02:06:34'),(81296,3,19755,'','2013-12-10 02:06:34'),(81297,6,19755,'','2013-12-10 02:06:34'),(81298,7,19755,'DAY','2013-12-10 02:06:34'),(81299,66,19755,'OPD','2013-12-10 02:06:34'),(81300,67,19755,'','2013-12-10 02:06:34'),(81301,1,19758,'','2013-12-10 02:06:34'),(81302,2,19758,'','2013-12-10 02:06:34'),(81303,3,19758,'','2013-12-10 02:06:34'),(81304,6,19758,'','2013-12-10 02:06:34'),(81305,7,19758,'DAY','2013-12-10 02:06:34'),(81306,66,19758,'OPD','2013-12-10 02:06:34'),(81307,67,19758,'','2013-12-10 02:06:34'),(81308,1,19759,'3602483','2013-12-10 02:08:52'),(81309,2,19759,'','2013-12-10 02:08:52'),(81310,3,19759,'','2013-12-10 02:08:52'),(81311,6,19759,'22','2013-12-10 02:08:52'),(81312,7,19759,'DAY','2013-12-10 02:08:52'),(81313,66,19759,'OPD','2013-12-10 02:08:52'),(81314,67,19759,'','2013-12-10 02:08:52'),(81315,1,19760,'3602497','2013-12-10 02:28:09'),(81316,2,19760,'','2013-12-10 02:28:09'),(81317,3,19760,'','2013-12-10 02:28:09'),(81318,6,19760,'335.4','2013-12-10 02:28:09'),(81319,7,19760,'DAY','2013-12-10 02:28:09'),(81320,66,19760,'OPD','2013-12-10 02:28:09'),(81321,67,19760,'','2013-12-10 02:28:09'),(81322,1,19762,'','2013-12-10 02:28:09'),(81323,2,19762,'','2013-12-10 02:28:09'),(81324,3,19762,'','2013-12-10 02:28:09'),(81325,6,19762,'','2013-12-10 02:28:09'),(81326,7,19762,'DAY','2013-12-10 02:28:09'),(81327,66,19762,'OPD','2013-12-10 02:28:09'),(81328,67,19762,'','2013-12-10 02:28:09'),(81329,1,19765,'','2013-12-10 02:28:09'),(81330,2,19765,'','2013-12-10 02:28:09'),(81331,3,19765,'','2013-12-10 02:28:09'),(81332,6,19765,'','2013-12-10 02:28:09'),(81333,7,19765,'DAY','2013-12-10 02:28:09'),(81334,66,19765,'OPD','2013-12-10 02:28:09'),(81335,67,19765,'','2013-12-10 02:28:09'),(81336,1,19769,'','2013-12-10 02:28:09'),(81337,2,19769,'','2013-12-10 02:28:09'),(81338,3,19769,'','2013-12-10 02:28:09'),(81339,6,19769,'','2013-12-10 02:28:09'),(81340,7,19769,'DAY','2013-12-10 02:28:09'),(81341,66,19769,'OPD','2013-12-10 02:28:09'),(81342,67,19769,'','2013-12-10 02:28:09'),(81343,1,19770,'3602514','2013-12-10 02:32:03'),(81344,2,19770,'','2013-12-10 02:32:03'),(81345,3,19770,'','2013-12-10 02:32:03'),(81346,6,19770,'26.24','2013-12-10 02:32:03'),(81347,7,19770,'DAY','2013-12-10 02:32:03'),(81348,66,19770,'OPD','2013-12-10 02:32:03'),(81349,67,19770,'','2013-12-10 02:32:03'),(81350,1,19771,'3602509','2013-12-10 02:34:14'),(81351,2,19771,'597663','2013-12-10 02:34:14'),(81352,3,19771,'','2013-12-10 02:34:14'),(81353,6,19771,'36','2013-12-10 02:34:14'),(81354,7,19771,'DAY','2013-12-10 02:34:14'),(81355,66,19771,'OPD','2013-12-10 02:34:14'),(81356,67,19771,'','2013-12-10 02:34:14'),(81357,1,19772,'3602516','2013-12-10 02:37:51'),(81358,2,19772,'597665','2013-12-10 02:37:51'),(81359,3,19772,'','2013-12-10 02:37:51'),(81360,6,19772,'65','2013-12-10 02:37:51'),(81361,7,19772,'DAY','2013-12-10 02:37:51'),(81362,66,19772,'SELF REQ','2013-12-10 02:37:51'),(81363,67,19772,'','2013-12-10 02:37:51'),(81364,1,19773,'3602535','2013-12-10 02:51:41'),(81365,2,19773,'','2013-12-10 02:51:41'),(81366,3,19773,'','2013-12-10 02:51:41'),(81367,6,19773,'81','2013-12-10 02:51:41'),(81368,7,19773,'DAY','2013-12-10 02:51:41'),(81369,66,19773,'OPD','2013-12-10 02:51:41'),(81370,67,19773,'','2013-12-10 02:51:41'),(81371,1,19775,'','2013-12-10 02:51:42'),(81372,2,19775,'','2013-12-10 02:51:42'),(81373,3,19775,'','2013-12-10 02:51:42'),(81374,6,19775,'','2013-12-10 02:51:42'),(81375,7,19775,'DAY','2013-12-10 02:51:42'),(81376,66,19775,'OPD','2013-12-10 02:51:42'),(81377,67,19775,'','2013-12-10 02:51:42'),(81378,1,19776,'','2013-12-10 02:54:45'),(81379,2,19776,'','2013-12-10 02:54:45'),(81380,3,19776,'','2013-12-10 02:54:45'),(81381,6,19776,'','2013-12-10 02:54:45'),(81382,7,19776,'DAY','2013-12-10 02:54:45'),(81383,66,19776,'OPD','2013-12-10 02:54:45'),(81384,67,19776,'','2013-12-10 02:54:45'),(81385,1,19777,'3602547','2013-12-10 02:59:18'),(81386,2,19777,'','2013-12-10 02:59:18'),(81387,3,19777,'','2013-12-10 02:59:18'),(81388,6,19777,'154.4','2013-12-10 02:59:18'),(81389,7,19777,'DAY','2013-12-10 02:59:18'),(81390,66,19777,'OPD','2013-12-10 02:59:18'),(81391,67,19777,'','2013-12-10 02:59:18'),(81392,1,19779,'','2013-12-10 02:59:18'),(81393,2,19779,'','2013-12-10 02:59:18'),(81394,3,19779,'','2013-12-10 02:59:18'),(81395,6,19779,'','2013-12-10 02:59:18'),(81396,7,19779,'DAY','2013-12-10 02:59:18'),(81397,66,19779,'OPD','2013-12-10 02:59:18'),(81398,67,19779,'','2013-12-10 02:59:18'),(81399,1,19782,'','2013-12-10 02:59:19'),(81400,2,19782,'','2013-12-10 02:59:19'),(81401,3,19782,'','2013-12-10 02:59:19'),(81402,6,19782,'','2013-12-10 02:59:19'),(81403,7,19782,'DAY','2013-12-10 02:59:19'),(81404,66,19782,'OPD','2013-12-10 02:59:19'),(81405,67,19782,'','2013-12-10 02:59:19'),(81406,1,19786,'','2013-12-10 02:59:19'),(81407,2,19786,'','2013-12-10 02:59:19'),(81408,3,19786,'','2013-12-10 02:59:19'),(81409,6,19786,'','2013-12-10 02:59:19'),(81410,7,19786,'DAY','2013-12-10 02:59:19'),(81411,66,19786,'OPD','2013-12-10 02:59:19'),(81412,67,19786,'','2013-12-10 02:59:19'),(81413,1,19787,'3602556','2013-12-10 03:01:03'),(81414,2,19787,'','2013-12-10 03:01:03'),(81415,3,19787,'','2013-12-10 03:01:03'),(81416,6,19787,'42','2013-12-10 03:01:03'),(81417,7,19787,'DAY','2013-12-10 03:01:03'),(81418,66,19787,'TROOM','2013-12-10 03:01:03'),(81419,67,19787,'ELIZABETH','2013-12-10 03:01:03'),(81420,1,19788,'3602571','2013-12-10 03:14:04'),(81421,2,19788,'','2013-12-10 03:14:04'),(81422,3,19788,'','2013-12-10 03:14:04'),(81423,6,19788,'22','2013-12-10 03:14:04'),(81424,7,19788,'DAY','2013-12-10 03:14:04'),(81425,66,19788,'OPD','2013-12-10 03:14:04'),(81426,67,19788,'','2013-12-10 03:14:04'),(81427,1,19789,'3602577','2013-12-10 03:23:30'),(81428,2,19789,'597675','2013-12-10 03:23:30'),(81429,3,19789,'','2013-12-10 03:23:30'),(81430,6,19789,'75','2013-12-10 03:23:30'),(81431,7,19789,'DAY','2013-12-10 03:23:30'),(81432,66,19789,'OPD','2013-12-10 03:23:30'),(81433,67,19789,'','2013-12-10 03:23:30'),(81434,1,19790,'3602574','2013-12-10 03:32:52'),(81435,2,19790,'','2013-12-10 03:32:52'),(81436,3,19790,'','2013-12-10 03:32:52'),(81437,6,19790,'81','2013-12-10 03:32:52'),(81438,7,19790,'NIGHT','2013-12-10 03:32:52'),(81439,66,19790,'OPD','2013-12-10 03:32:52'),(81440,67,19790,'','2013-12-10 03:32:52'),(81441,1,19791,'3602582','2013-12-10 03:45:48'),(81442,2,19791,'','2013-12-10 03:45:48'),(81443,3,19791,'','2013-12-10 03:45:48'),(81444,6,19791,'141','2013-12-10 03:45:48'),(81445,7,19791,'NIGHT','2013-12-10 03:45:48'),(81446,66,19791,'OPD','2013-12-10 03:45:48'),(81447,67,19791,'','2013-12-10 03:45:49'),(81448,1,19793,'','2013-12-10 03:45:49'),(81449,2,19793,'','2013-12-10 03:45:49'),(81450,3,19793,'','2013-12-10 03:45:49'),(81451,6,19793,'','2013-12-10 03:45:49'),(81452,7,19793,'NIGHT','2013-12-10 03:45:49'),(81453,66,19793,'OPD','2013-12-10 03:45:49'),(81454,67,19793,'','2013-12-10 03:45:49'),(81455,1,19794,'3602585','2013-12-10 03:49:35'),(81456,2,19794,'597678','2013-12-10 03:49:35'),(81457,3,19794,'','2013-12-10 03:49:35'),(81458,6,19794,'20','2013-12-10 03:49:35'),(81459,7,19794,'NIGHT','2013-12-10 03:49:35'),(81460,66,19794,'OPD','2013-12-10 03:49:35'),(81461,67,19794,'','2013-12-10 03:49:35'),(81462,1,19795,'3602592','2013-12-10 04:20:34'),(81463,2,19795,'','2013-12-10 04:20:34'),(81464,3,19795,'','2013-12-10 04:20:34'),(81465,6,19795,'22','2013-12-10 04:20:34'),(81466,7,19795,'NIGHT','2013-12-10 04:20:34'),(81467,66,19795,'OPD','2013-12-10 04:20:34'),(81468,67,19795,'','2013-12-10 04:20:34'),(81469,1,19796,'3602590','2013-12-10 04:23:51'),(81470,2,19796,'','2013-12-10 04:23:51'),(81471,3,19796,'','2013-12-10 04:23:51'),(81472,6,19796,'60','2013-12-10 04:23:51'),(81473,7,19796,'NIGHT','2013-12-10 04:23:51'),(81474,66,19796,'OPD','2013-12-10 04:23:51'),(81475,67,19796,'','2013-12-10 04:23:51'),(81476,1,19798,'','2013-12-10 04:23:52'),(81477,2,19798,'','2013-12-10 04:23:52'),(81478,3,19798,'','2013-12-10 04:23:52'),(81479,6,19798,'','2013-12-10 04:23:52'),(81480,7,19798,'NIGHT','2013-12-10 04:23:52'),(81481,66,19798,'OPD','2013-12-10 04:23:52'),(81482,67,19798,'','2013-12-10 04:23:52'),(81483,1,19801,'','2013-12-10 04:23:52'),(81484,2,19801,'','2013-12-10 04:23:52'),(81485,3,19801,'','2013-12-10 04:23:52'),(81486,6,19801,'','2013-12-10 04:23:52'),(81487,7,19801,'NIGHT','2013-12-10 04:23:52'),(81488,66,19801,'OPD','2013-12-10 04:23:52'),(81489,67,19801,'','2013-12-10 04:23:52'),(81490,1,19802,'3602593','2013-12-10 04:29:26'),(81491,2,19802,'','2013-12-10 04:29:26'),(81492,3,19802,'','2013-12-10 04:29:26'),(81493,6,19802,'121','2013-12-10 04:29:26'),(81494,7,19802,'NIGHT','2013-12-10 04:29:26'),(81495,66,19802,'OPD','2013-12-10 04:29:26'),(81496,67,19802,'','2013-12-10 04:29:26'),(81497,1,19804,'','2013-12-10 04:29:26'),(81498,2,19804,'','2013-12-10 04:29:26'),(81499,3,19804,'','2013-12-10 04:29:26'),(81500,6,19804,'','2013-12-10 04:29:26'),(81501,7,19804,'NIGHT','2013-12-10 04:29:27'),(81502,66,19804,'OPD','2013-12-10 04:29:27'),(81503,67,19804,'','2013-12-10 04:29:27'),(81504,1,19805,'3602596','2013-12-10 04:54:13'),(81505,2,19805,'','2013-12-10 04:54:13'),(81506,3,19805,'','2013-12-10 04:54:13'),(81507,6,19805,'125','2013-12-10 04:54:13'),(81508,7,19805,'NIGHT','2013-12-10 04:54:13'),(81509,66,19805,'OPD','2013-12-10 04:54:13'),(81510,67,19805,'','2013-12-10 04:54:13'),(81511,1,19807,'','2013-12-10 04:54:13'),(81512,2,19807,'','2013-12-10 04:54:13'),(81513,3,19807,'','2013-12-10 04:54:13'),(81514,6,19807,'','2013-12-10 04:54:13'),(81515,7,19807,'NIGHT','2013-12-10 04:54:13'),(81516,66,19807,'OPD','2013-12-10 04:54:13'),(81517,67,19807,'','2013-12-10 04:54:13'),(81518,1,19810,'','2013-12-10 04:54:14'),(81519,2,19810,'','2013-12-10 04:54:14'),(81520,3,19810,'','2013-12-10 04:54:14'),(81521,6,19810,'','2013-12-10 04:54:14'),(81522,7,19810,'NIGHT','2013-12-10 04:54:14'),(81523,66,19810,'OPD','2013-12-10 04:54:14'),(81524,67,19810,'','2013-12-10 04:54:14'),(81525,1,19814,'','2013-12-10 04:54:14'),(81526,2,19814,'','2013-12-10 04:54:14'),(81527,3,19814,'','2013-12-10 04:54:14'),(81528,6,19814,'','2013-12-10 04:54:14'),(81529,7,19814,'DAY','2013-12-10 04:54:14'),(81530,66,19814,'OPD','2013-12-10 04:54:14'),(81531,67,19814,'','2013-12-10 04:54:14'),(81532,1,19815,'3602608','2013-12-10 05:53:45'),(81533,2,19815,'','2013-12-10 05:53:45'),(81534,3,19815,'','2013-12-10 05:53:45'),(81535,6,19815,'112','2013-12-10 05:53:45'),(81536,7,19815,'NIGHT','2013-12-10 05:53:45'),(81537,66,19815,'TROOM','2013-12-10 05:53:45'),(81538,67,19815,'','2013-12-10 05:53:45'),(81539,1,19817,'','2013-12-10 05:53:45'),(81540,2,19817,'','2013-12-10 05:53:45'),(81541,3,19817,'','2013-12-10 05:53:45'),(81542,6,19817,'','2013-12-10 05:53:45'),(81543,7,19817,'NIGHT','2013-12-10 05:53:45'),(81544,66,19817,'TROOM','2013-12-10 05:53:45'),(81545,67,19817,'','2013-12-10 05:53:45'),(81546,1,19820,'','2013-12-10 05:53:46'),(81547,2,19820,'','2013-12-10 05:53:46'),(81548,3,19820,'','2013-12-10 05:53:46'),(81549,6,19820,'','2013-12-10 05:53:46'),(81550,7,19820,'NIGHT','2013-12-10 05:53:46'),(81551,66,19820,'TROOM','2013-12-10 05:53:46'),(81552,67,19820,'','2013-12-10 05:53:46'),(81553,1,19821,'3602618','2013-12-10 06:13:09'),(81554,2,19821,'','2013-12-10 06:13:09'),(81555,3,19821,'','2013-12-10 06:13:09'),(81556,6,19821,'121','2013-12-10 06:13:09'),(81557,7,19821,'NIGHT','2013-12-10 06:13:09'),(81558,66,19821,'TROOM','2013-12-10 06:13:09'),(81559,67,19821,'','2013-12-10 06:13:09'),(81560,1,19823,'','2013-12-10 06:13:09'),(81561,2,19823,'','2013-12-10 06:13:09'),(81562,3,19823,'','2013-12-10 06:13:09'),(81563,6,19823,'','2013-12-10 06:13:09'),(81564,7,19823,'NIGHT','2013-12-10 06:13:09'),(81565,66,19823,'TROOM','2013-12-10 06:13:09'),(81566,67,19823,'','2013-12-10 06:13:09'),(81567,1,19824,'3602619','2013-12-10 06:18:21'),(81568,2,19824,'','2013-12-10 06:18:21'),(81569,3,19824,'','2013-12-10 06:18:21'),(81570,6,19824,'316','2013-12-10 06:18:21'),(81571,7,19824,'NIGHT','2013-12-10 06:18:21'),(81572,66,19824,'TROOM','2013-12-10 06:18:21'),(81573,67,19824,'','2013-12-10 06:18:21'),(81574,1,19826,'','2013-12-10 06:18:21'),(81575,2,19826,'','2013-12-10 06:18:21'),(81576,3,19826,'','2013-12-10 06:18:21'),(81577,6,19826,'','2013-12-10 06:18:21'),(81578,7,19826,'NIGHT','2013-12-10 06:18:21'),(81579,66,19826,'TROOM','2013-12-10 06:18:21'),(81580,67,19826,'','2013-12-10 06:18:21'),(81581,1,19829,'','2013-12-10 06:18:22'),(81582,2,19829,'','2013-12-10 06:18:22'),(81583,3,19829,'','2013-12-10 06:18:22'),(81584,6,19829,'','2013-12-10 06:18:22'),(81585,7,19829,'NIGHT','2013-12-10 06:18:22'),(81586,66,19829,'TROOM','2013-12-10 06:18:22'),(81587,67,19829,'','2013-12-10 06:18:22'),(81588,1,19833,'','2013-12-10 06:18:22'),(81589,2,19833,'','2013-12-10 06:18:22'),(81590,3,19833,'','2013-12-10 06:18:22'),(81591,6,19833,'','2013-12-10 06:18:22'),(81592,7,19833,'NIGHT','2013-12-10 06:18:22'),(81593,66,19833,'TROOM','2013-12-10 06:18:22'),(81594,67,19833,'','2013-12-10 06:18:22'),(81595,1,19834,'3602623','2013-12-10 06:37:33'),(81596,2,19834,'597688','2013-12-10 06:37:33'),(81597,3,19834,'','2013-12-10 06:37:33'),(81598,6,19834,'175','2013-12-10 06:37:33'),(81599,7,19834,'NIGHT','2013-12-10 06:37:33'),(81600,66,19834,'OPD','2013-12-10 06:37:33'),(81601,67,19834,'','2013-12-10 06:37:33'),(81602,1,19836,'','2013-12-10 06:37:33'),(81603,2,19836,'','2013-12-10 06:37:33'),(81604,3,19836,'','2013-12-10 06:37:33'),(81605,6,19836,'','2013-12-10 06:37:33'),(81606,7,19836,'NIGHT','2013-12-10 06:37:33'),(81607,66,19836,'OPD','2013-12-10 06:37:33'),(81608,67,19836,'','2013-12-10 06:37:33'),(81609,1,19839,'','2013-12-10 06:37:33'),(81610,2,19839,'','2013-12-10 06:37:33'),(81611,3,19839,'','2013-12-10 06:37:33'),(81612,6,19839,'','2013-12-10 06:37:33'),(81613,7,19839,'NIGHT','2013-12-10 06:37:33'),(81614,66,19839,'OPD','2013-12-10 06:37:33'),(81615,67,19839,'','2013-12-10 06:37:33'),(81616,1,19840,'3602628','2013-12-10 06:52:10'),(81617,2,19840,'597689','2013-12-10 06:52:10'),(81618,3,19840,'','2013-12-10 06:52:10'),(81619,6,19840,'18','2013-12-10 06:52:10'),(81620,7,19840,'NIGHT','2013-12-10 06:52:10'),(81621,66,19840,'SELF REQ','2013-12-10 06:52:10'),(81622,67,19840,'','2013-12-10 06:52:10'),(81623,1,19841,'3602663','2013-12-10 09:40:59'),(81624,2,19841,'','2013-12-10 09:40:59'),(81625,3,19841,'','2013-12-10 09:40:59'),(81626,6,19841,'178','2013-12-10 09:40:59'),(81627,7,19841,'NIGHT','2013-12-10 09:40:59'),(81628,66,19841,'OPD','2013-12-10 09:40:59'),(81629,67,19841,'','2013-12-10 09:40:59'),(81630,1,19843,'','2013-12-10 09:40:59'),(81631,2,19843,'','2013-12-10 09:40:59'),(81632,3,19843,'','2013-12-10 09:40:59'),(81633,6,19843,'','2013-12-10 09:40:59'),(81634,7,19843,'NIGHT','2013-12-10 09:40:59'),(81635,66,19843,'OPD','2013-12-10 09:40:59'),(81636,67,19843,'','2013-12-10 09:40:59'),(81637,1,19846,'','2013-12-10 09:40:59'),(81638,2,19846,'','2013-12-10 09:40:59'),(81639,3,19846,'','2013-12-10 09:40:59'),(81640,6,19846,'','2013-12-10 09:40:59'),(81641,7,19846,'NIGHT','2013-12-10 09:40:59'),(81642,66,19846,'OPD','2013-12-10 09:40:59'),(81643,67,19846,'','2013-12-10 09:40:59'),(81644,1,19847,'3622668','2013-12-10 10:50:08'),(81645,2,19847,'','2013-12-10 10:50:08'),(81646,3,19847,'','2013-12-10 10:50:08'),(81647,6,19847,'123','2013-12-10 10:50:08'),(81648,7,19847,'DAY','2013-12-10 10:50:08'),(81649,66,19847,'OPD','2013-12-10 10:50:08'),(81650,67,19847,'','2013-12-10 10:50:08'),(81651,1,19848,'','2013-12-10 10:51:47'),(81652,2,19848,'','2013-12-10 10:51:47'),(81653,3,19848,'','2013-12-10 10:51:47'),(81654,6,19848,'','2013-12-10 10:51:47'),(81655,7,19848,'NIGHT','2013-12-10 10:51:47'),(81656,66,19848,'OPD','2013-12-10 10:51:47'),(81657,67,19848,'','2013-12-10 10:51:47'),(81658,1,19850,'','2013-12-10 10:51:47'),(81659,2,19850,'','2013-12-10 10:51:47'),(81660,3,19850,'','2013-12-10 10:51:47'),(81661,6,19850,'','2013-12-10 10:51:47'),(81662,7,19850,'NIGHT','2013-12-10 10:51:47'),(81663,66,19850,'OPD','2013-12-10 10:51:47'),(81664,67,19850,'','2013-12-10 10:51:47'),(81665,1,19851,'3594253','2013-12-10 13:31:18'),(81666,2,19851,'','2013-12-10 13:31:18'),(81667,3,19851,'DM','2013-12-10 13:31:18'),(81668,6,19851,'12.00','2013-12-10 13:31:18'),(81669,7,19851,'DAY','2013-12-10 13:31:18'),(81670,66,19851,'OPD','2013-12-10 13:31:18'),(81671,67,19851,'','2013-12-10 13:31:18'),(81672,1,19853,'3594253','2013-12-10 13:31:18'),(81673,2,19853,'','2013-12-10 13:31:18'),(81674,3,19853,'','2013-12-10 13:31:18'),(81675,6,19853,'13.00','2013-12-10 13:31:18'),(81676,7,19853,'DAY','2013-12-10 13:31:18'),(81677,66,19853,'OPD','2013-12-10 13:31:18'),(81678,67,19853,'','2013-12-10 13:31:18'),(81679,1,19854,'3602681','2013-12-10 14:13:43'),(81680,2,19854,'','2013-12-10 14:13:43'),(81681,3,19854,'','2013-12-10 14:13:43'),(81682,6,19854,'133','2013-12-10 14:13:43'),(81683,7,19854,'NIGHT','2013-12-10 14:13:43'),(81684,66,19854,'OPD','2013-12-10 14:13:43'),(81685,67,19854,'','2013-12-10 14:13:43'),(81686,1,19856,'','2013-12-10 14:13:43'),(81687,2,19856,'','2013-12-10 14:13:43'),(81688,3,19856,'','2013-12-10 14:13:43'),(81689,6,19856,'','2013-12-10 14:13:43'),(81690,7,19856,'NIGHT','2013-12-10 14:13:43'),(81691,66,19856,'OPD','2013-12-10 14:13:43'),(81692,67,19856,'','2013-12-10 14:13:43'),(81693,1,19857,'3602192','2013-12-10 14:52:59'),(81694,2,19857,'597566','2013-12-10 14:52:59'),(81695,3,19857,'','2013-12-10 14:52:59'),(81696,6,19857,'179','2013-12-10 14:52:59'),(81697,7,19857,'DAY','2013-12-10 14:52:59'),(81698,66,19857,'EXT. REQ','2013-12-10 14:52:59'),(81699,67,19857,'','2013-12-10 14:52:59'),(81700,1,19859,'','2013-12-10 14:52:59'),(81701,2,19859,'','2013-12-10 14:52:59'),(81702,3,19859,'','2013-12-10 14:52:59'),(81703,6,19859,'','2013-12-10 14:52:59'),(81704,7,19859,'DAY','2013-12-10 14:52:59'),(81705,66,19859,'EXT. REQ','2013-12-10 14:52:59'),(81706,67,19859,'','2013-12-10 14:52:59'),(81707,1,19860,'3602701','2013-12-10 15:08:22'),(81708,2,19860,'','2013-12-10 15:08:22'),(81709,3,19860,'','2013-12-10 15:08:22'),(81710,6,19860,'81','2013-12-10 15:08:22'),(81711,7,19860,'DAY','2013-12-10 15:08:22'),(81712,66,19860,'OPD','2013-12-10 15:08:22'),(81713,67,19860,'','2013-12-10 15:08:22'),(81714,1,19861,'3602710','2013-12-10 15:20:18'),(81715,2,19861,'','2013-12-10 15:20:18'),(81716,3,19861,'','2013-12-10 15:20:18'),(81717,6,19861,'112','2013-12-10 15:20:18'),(81718,7,19861,'DAY','2013-12-10 15:20:18'),(81719,66,19861,'OPD','2013-12-10 15:20:18'),(81720,67,19861,'','2013-12-10 15:20:18'),(81721,1,19863,'','2013-12-10 15:20:18'),(81722,2,19863,'','2013-12-10 15:20:18'),(81723,3,19863,'','2013-12-10 15:20:18'),(81724,6,19863,'','2013-12-10 15:20:18'),(81725,7,19863,'DAY','2013-12-10 15:20:18'),(81726,66,19863,'OPD','2013-12-10 15:20:18'),(81727,67,19863,'','2013-12-10 15:20:18'),(81728,1,19866,'','2013-12-10 15:20:18'),(81729,2,19866,'','2013-12-10 15:20:18'),(81730,3,19866,'','2013-12-10 15:20:18'),(81731,6,19866,'','2013-12-10 15:20:18'),(81732,7,19866,'DAY','2013-12-10 15:20:18'),(81733,66,19866,'OPD','2013-12-10 15:20:18'),(81734,67,19866,'','2013-12-10 15:20:18'),(81735,1,19867,'3602713','2013-12-10 15:23:44'),(81736,2,19867,'','2013-12-10 15:23:44'),(81737,3,19867,'','2013-12-10 15:23:44'),(81738,6,19867,'82','2013-12-10 15:23:44'),(81739,7,19867,'DAY','2013-12-10 15:23:44'),(81740,66,19867,'OPD','2013-12-10 15:23:44'),(81741,67,19867,'','2013-12-10 15:23:44'),(81742,1,19869,'','2013-12-10 15:23:44'),(81743,2,19869,'','2013-12-10 15:23:44'),(81744,3,19869,'','2013-12-10 15:23:44'),(81745,6,19869,'','2013-12-10 15:23:44'),(81746,7,19869,'DAY','2013-12-10 15:23:44'),(81747,66,19869,'OPD','2013-12-10 15:23:44'),(81748,67,19869,'','2013-12-10 15:23:44'),(81749,1,19870,'3602715','2013-12-10 15:26:29'),(81750,2,19870,'','2013-12-10 15:26:29'),(81751,3,19870,'','2013-12-10 15:26:29'),(81752,6,19870,'60','2013-12-10 15:26:29'),(81753,7,19870,'DAY','2013-12-10 15:26:29'),(81754,66,19870,'OPD','2013-12-10 15:26:29'),(81755,67,19870,'','2013-12-10 15:26:29'),(81756,1,19872,'','2013-12-10 15:26:30'),(81757,2,19872,'','2013-12-10 15:26:30'),(81758,3,19872,'','2013-12-10 15:26:30'),(81759,6,19872,'','2013-12-10 15:26:30'),(81760,7,19872,'DAY','2013-12-10 15:26:30'),(81761,66,19872,'OPD','2013-12-10 15:26:30'),(81762,67,19872,'','2013-12-10 15:26:30'),(81763,1,19873,'3602717','2013-12-10 15:37:38'),(81764,2,19873,'','2013-12-10 15:37:38'),(81765,3,19873,'','2013-12-10 15:37:38'),(81766,6,19873,'157','2013-12-10 15:37:38'),(81767,7,19873,'DAY','2013-12-10 15:37:38'),(81768,66,19873,'OPD','2013-12-10 15:37:38'),(81769,67,19873,'','2013-12-10 15:37:38'),(81770,1,19875,'','2013-12-10 15:37:39'),(81771,2,19875,'','2013-12-10 15:37:39'),(81772,3,19875,'','2013-12-10 15:37:39'),(81773,6,19875,'','2013-12-10 15:37:39'),(81774,7,19875,'DAY','2013-12-10 15:37:39'),(81775,66,19875,'OPD','2013-12-10 15:37:39'),(81776,67,19875,'','2013-12-10 15:37:39'),(81777,1,19878,'','2013-12-10 15:37:39'),(81778,2,19878,'','2013-12-10 15:37:39'),(81779,3,19878,'','2013-12-10 15:37:39'),(81780,6,19878,'','2013-12-10 15:37:39'),(81781,7,19878,'DAY','2013-12-10 15:37:39'),(81782,66,19878,'OPD','2013-12-10 15:37:39'),(81783,67,19878,'','2013-12-10 15:37:39'),(81784,1,19879,'3602256','2013-12-10 15:40:45'),(81785,2,19879,'597583','2013-12-10 15:40:45'),(81786,3,19879,'','2013-12-10 15:40:45'),(81787,6,19879,'41','2013-12-10 15:40:45'),(81788,7,19879,'DAY','2013-12-10 15:40:45'),(81789,66,19879,'OPD','2013-12-10 15:40:45'),(81790,67,19879,'','2013-12-10 15:40:45'),(81791,1,19880,'3602720','2013-12-10 15:45:17'),(81792,2,19880,'','2013-12-10 15:45:17'),(81793,3,19880,'','2013-12-10 15:45:17'),(81794,6,19880,'29.6','2013-12-10 15:45:17'),(81795,7,19880,'DAY','2013-12-10 15:45:17'),(81796,66,19880,'OPD','2013-12-10 15:45:17'),(81797,67,19880,'','2013-12-10 15:45:17'),(81798,1,19882,'','2013-12-10 15:45:17'),(81799,2,19882,'','2013-12-10 15:45:17'),(81800,3,19882,'','2013-12-10 15:45:17'),(81801,6,19882,'','2013-12-10 15:45:17'),(81802,7,19882,'DAY','2013-12-10 15:45:17'),(81803,66,19882,'OPD','2013-12-10 15:45:17'),(81804,67,19882,'','2013-12-10 15:45:17'),(81805,1,19883,'3602722','2013-12-10 15:49:18'),(81806,2,19883,'597703','2013-12-10 15:49:18'),(81807,3,19883,'','2013-12-10 15:49:18'),(81808,6,19883,'11','2013-12-10 15:49:18'),(81809,7,19883,'DAY','2013-12-10 15:49:18'),(81810,66,19883,'OPD','2013-12-10 15:49:18'),(81811,67,19883,'','2013-12-10 15:49:18'),(81812,1,19884,'3602738','2013-12-10 16:12:35'),(81813,2,19884,'','2013-12-10 16:12:35'),(81814,3,19884,'','2013-12-10 16:12:35'),(81815,6,19884,'312.5','2013-12-10 16:12:35'),(81816,7,19884,'DAY','2013-12-10 16:12:35'),(81817,66,19884,'OPD','2013-12-10 16:12:35'),(81818,67,19884,'','2013-12-10 16:12:35'),(81819,1,19886,'','2013-12-10 16:12:35'),(81820,2,19886,'','2013-12-10 16:12:35'),(81821,3,19886,'','2013-12-10 16:12:36'),(81822,6,19886,'','2013-12-10 16:12:36'),(81823,7,19886,'DAY','2013-12-10 16:12:36'),(81824,66,19886,'OPD','2013-12-10 16:12:36'),(81825,67,19886,'','2013-12-10 16:12:36'),(81826,1,19889,'','2013-12-10 16:12:36'),(81827,2,19889,'','2013-12-10 16:12:36'),(81828,3,19889,'','2013-12-10 16:12:36'),(81829,6,19889,'','2013-12-10 16:12:36'),(81830,7,19889,'DAY','2013-12-10 16:12:36'),(81831,66,19889,'OPD','2013-12-10 16:12:36'),(81832,67,19889,'','2013-12-10 16:12:36'),(81833,1,19890,'3602740','2013-12-10 16:17:03'),(81834,2,19890,'597711','2013-12-10 16:17:03'),(81835,3,19890,'','2013-12-10 16:17:03'),(81836,6,19890,'18','2013-12-10 16:17:03'),(81837,7,19890,'DAY','2013-12-10 16:17:03'),(81838,66,19890,'EXT. REQ','2013-12-10 16:17:03'),(81839,67,19890,'','2013-12-10 16:17:03'),(81840,1,19891,'3590177','2013-12-10 16:28:18'),(81841,2,19891,'','2013-12-10 16:28:18'),(81842,3,19891,'','2013-12-10 16:28:18'),(81843,6,19891,'12','2013-12-10 16:28:18'),(81844,7,19891,'DAY','2013-12-10 16:28:18'),(81845,66,19891,'OPD','2013-12-10 16:28:18'),(81846,67,19891,'','2013-12-10 16:28:18'),(81847,1,19892,'3602732','2013-12-10 16:51:38'),(81848,2,19892,'597707','2013-12-10 16:51:38'),(81849,3,19892,'','2013-12-10 16:51:38'),(81850,6,19892,'134','2013-12-10 16:51:38'),(81851,7,19892,'DAY','2013-12-10 16:51:38'),(81852,66,19892,'OPD','2013-12-10 16:51:38'),(81853,67,19892,'','2013-12-10 16:51:38'),(81854,1,19893,'3602771','2013-12-10 16:52:46'),(81855,2,19893,'','2013-12-10 16:52:46'),(81856,3,19893,'','2013-12-10 16:52:46'),(81857,6,19893,'97','2013-12-10 16:52:46'),(81858,7,19893,'DAY','2013-12-10 16:52:46'),(81859,66,19893,'OPD','2013-12-10 16:52:46'),(81860,67,19893,'','2013-12-10 16:52:46'),(81861,1,19895,'','2013-12-10 16:52:46'),(81862,2,19895,'','2013-12-10 16:52:46'),(81863,3,19895,'','2013-12-10 16:52:46'),(81864,6,19895,'','2013-12-10 16:52:46'),(81865,7,19895,'DAY','2013-12-10 16:52:46'),(81866,66,19895,'OPD','2013-12-10 16:52:46'),(81867,67,19895,'','2013-12-10 16:52:46'),(81868,1,19896,'3602786','2013-12-10 17:05:53'),(81869,2,19896,'','2013-12-10 17:05:53'),(81870,3,19896,'','2013-12-10 17:05:53'),(81871,6,19896,'68','2013-12-10 17:05:53'),(81872,7,19896,'DAY','2013-12-10 17:05:53'),(81873,66,19896,'OPD','2013-12-10 17:05:53'),(81874,67,19896,'','2013-12-10 17:05:53'),(81875,1,19898,'','2013-12-10 17:05:53'),(81876,2,19898,'','2013-12-10 17:05:53'),(81877,3,19898,'','2013-12-10 17:05:53'),(81878,6,19898,'','2013-12-10 17:05:53'),(81879,7,19898,'DAY','2013-12-10 17:05:53'),(81880,66,19898,'OPD','2013-12-10 17:05:53'),(81881,67,19898,'','2013-12-10 17:05:53'),(81882,1,19901,'','2013-12-10 17:05:54'),(81883,2,19901,'','2013-12-10 17:05:54'),(81884,3,19901,'','2013-12-10 17:05:54'),(81885,6,19901,'','2013-12-10 17:05:54'),(81886,7,19901,'DAY','2013-12-10 17:05:54'),(81887,66,19901,'OPD','2013-12-10 17:05:54'),(81888,67,19901,'','2013-12-10 17:05:54'),(81889,1,19902,'3602783','2013-12-10 17:08:06'),(81890,2,19902,'','2013-12-10 17:08:06'),(81891,3,19902,'','2013-12-10 17:08:06'),(81892,6,19902,'68','2013-12-10 17:08:06'),(81893,7,19902,'DAY','2013-12-10 17:08:06'),(81894,66,19902,'OPD','2013-12-10 17:08:06'),(81895,67,19902,'','2013-12-10 17:08:06'),(81896,1,19904,'','2013-12-10 17:08:07'),(81897,2,19904,'','2013-12-10 17:08:07'),(81898,3,19904,'','2013-12-10 17:08:07'),(81899,6,19904,'','2013-12-10 17:08:07'),(81900,7,19904,'DAY','2013-12-10 17:08:07'),(81901,66,19904,'OPD','2013-12-10 17:08:07'),(81902,67,19904,'','2013-12-10 17:08:07'),(81903,1,19907,'','2013-12-10 17:08:07'),(81904,2,19907,'','2013-12-10 17:08:07'),(81905,3,19907,'','2013-12-10 17:08:07'),(81906,6,19907,'','2013-12-10 17:08:07'),(81907,7,19907,'DAY','2013-12-10 17:08:07'),(81908,66,19907,'OPD','2013-12-10 17:08:07'),(81909,67,19907,'','2013-12-10 17:08:07'),(81910,1,19908,'3602793','2013-12-10 17:14:35'),(81911,2,19908,'597722','2013-12-10 17:14:35'),(81912,3,19908,'','2013-12-10 17:14:35'),(81913,6,19908,'45','2013-12-10 17:14:35'),(81914,7,19908,'DAY','2013-12-10 17:14:35'),(81915,66,19908,'OPD','2013-12-10 17:14:35'),(81916,67,19908,'','2013-12-10 17:14:35'),(81917,1,19909,'','2013-12-10 17:18:55'),(81918,2,19909,'','2013-12-10 17:18:55'),(81919,3,19909,'','2013-12-10 17:18:55'),(81920,6,19909,'','2013-12-10 17:18:55'),(81921,7,19909,'DAY','2013-12-10 17:18:55'),(81922,66,19909,'OPD','2013-12-10 17:18:55'),(81923,67,19909,'','2013-12-10 17:18:55'),(81924,1,19911,'','2013-12-10 17:18:56'),(81925,2,19911,'','2013-12-10 17:18:56'),(81926,3,19911,'','2013-12-10 17:18:56'),(81927,6,19911,'','2013-12-10 17:18:56'),(81928,7,19911,'DAY','2013-12-10 17:18:56'),(81929,66,19911,'OPD','2013-12-10 17:18:56'),(81930,67,19911,'','2013-12-10 17:18:56'),(81931,1,19914,'','2013-12-10 17:18:56'),(81932,2,19914,'','2013-12-10 17:18:56'),(81933,3,19914,'','2013-12-10 17:18:56'),(81934,6,19914,'','2013-12-10 17:18:56'),(81935,7,19914,'DAY','2013-12-10 17:18:56'),(81936,66,19914,'OPD','2013-12-10 17:18:56'),(81937,67,19914,'','2013-12-10 17:18:56'),(81938,1,19915,'3602799','2013-12-10 17:23:55'),(81939,2,19915,'','2013-12-10 17:23:55'),(81940,3,19915,'','2013-12-10 17:23:55'),(81941,6,19915,'22','2013-12-10 17:23:55'),(81942,7,19915,'DAY','2013-12-10 17:23:55'),(81943,66,19915,'OPD','2013-12-10 17:23:55'),(81944,67,19915,'','2013-12-10 17:23:55'),(81945,1,19916,'3602800','2013-12-10 17:29:00'),(81946,2,19916,'','2013-12-10 17:29:00'),(81947,3,19916,'','2013-12-10 17:29:00'),(81948,6,19916,'123','2013-12-10 17:29:00'),(81949,7,19916,'DAY','2013-12-10 17:29:00'),(81950,66,19916,'OPD','2013-12-10 17:29:00'),(81951,67,19916,'','2013-12-10 17:29:00'),(81952,1,19918,'','2013-12-10 17:29:00'),(81953,2,19918,'','2013-12-10 17:29:00'),(81954,3,19918,'','2013-12-10 17:29:00'),(81955,6,19918,'','2013-12-10 17:29:00'),(81956,7,19918,'DAY','2013-12-10 17:29:00'),(81957,66,19918,'OPD','2013-12-10 17:29:00'),(81958,67,19918,'','2013-12-10 17:29:00'),(81959,1,19921,'','2013-12-10 17:29:00'),(81960,2,19921,'','2013-12-10 17:29:00'),(81961,3,19921,'','2013-12-10 17:29:00'),(81962,6,19921,'','2013-12-10 17:29:00'),(81963,7,19921,'DAY','2013-12-10 17:29:00'),(81964,66,19921,'OPD','2013-12-10 17:29:00'),(81965,67,19921,'','2013-12-10 17:29:00'),(81966,1,19922,'3602798','2013-12-10 17:31:33'),(81967,2,19922,'','2013-12-10 17:31:33'),(81968,3,19922,'','2013-12-10 17:31:33'),(81969,6,19922,'13','2013-12-10 17:31:33'),(81970,7,19922,'DAY','2013-12-10 17:31:33'),(81971,66,19922,'OPD','2013-12-10 17:31:33'),(81972,67,19922,'','2013-12-10 17:31:33'),(81973,1,19923,'3602812','2013-12-10 17:45:23'),(81974,2,19923,'','2013-12-10 17:45:23'),(81975,3,19923,'','2013-12-10 17:45:23'),(81976,6,19923,'94','2013-12-10 17:45:23'),(81977,7,19923,'DAY','2013-12-10 17:45:23'),(81978,66,19923,'OPD','2013-12-10 17:45:23'),(81979,67,19923,'','2013-12-10 17:45:23'),(81980,1,19925,'','2013-12-10 17:45:24'),(81981,2,19925,'','2013-12-10 17:45:24'),(81982,3,19925,'','2013-12-10 17:45:24'),(81983,6,19925,'','2013-12-10 17:45:24'),(81984,7,19925,'DAY','2013-12-10 17:45:24'),(81985,66,19925,'OPD','2013-12-10 17:45:24'),(81986,67,19925,'','2013-12-10 17:45:24'),(81987,1,19926,'3602818','2013-12-10 17:50:57'),(81988,2,19926,'','2013-12-10 17:50:57'),(81989,3,19926,'','2013-12-10 17:50:57'),(81990,6,19926,'63','2013-12-10 17:50:57'),(81991,7,19926,'DAY','2013-12-10 17:50:57'),(81992,66,19926,'OPD','2013-12-10 17:50:57'),(81993,67,19926,'','2013-12-10 17:50:57'),(81994,1,19927,'','2013-12-10 18:06:10'),(81995,2,19927,'','2013-12-10 18:06:10'),(81996,3,19927,'','2013-12-10 18:06:10'),(81997,6,19927,'','2013-12-10 18:06:10'),(81998,7,19927,'DAY','2013-12-10 18:06:10'),(81999,66,19927,'OPD','2013-12-10 18:06:10'),(82000,67,19927,'','2013-12-10 18:06:10'),(82001,1,19929,'','2013-12-10 18:06:10'),(82002,2,19929,'','2013-12-10 18:06:10'),(82003,3,19929,'','2013-12-10 18:06:10'),(82004,6,19929,'','2013-12-10 18:06:10'),(82005,7,19929,'DAY','2013-12-10 18:06:10'),(82006,66,19929,'OPD','2013-12-10 18:06:10'),(82007,67,19929,'','2013-12-10 18:06:10'),(82008,1,19932,'','2013-12-10 18:06:11'),(82009,2,19932,'','2013-12-10 18:06:11'),(82010,3,19932,'','2013-12-10 18:06:11'),(82011,6,19932,'','2013-12-10 18:06:11'),(82012,7,19932,'DAY','2013-12-10 18:06:11'),(82013,66,19932,'OPD','2013-12-10 18:06:11'),(82014,67,19932,'','2013-12-10 18:06:11'),(82015,1,19933,'3602815','2013-12-10 18:10:34'),(82016,2,19933,'597734','2013-12-10 18:10:34'),(82017,3,19933,'','2013-12-10 18:10:34'),(82018,6,19933,'212','2013-12-10 18:10:34'),(82019,7,19933,'DAY','2013-12-10 18:10:34'),(82020,66,19933,'OPD','2013-12-10 18:10:34'),(82021,67,19933,'','2013-12-10 18:10:34'),(82022,1,19935,'','2013-12-10 18:10:34'),(82023,2,19935,'','2013-12-10 18:10:34'),(82024,3,19935,'','2013-12-10 18:10:34'),(82025,6,19935,'','2013-12-10 18:10:34'),(82026,7,19935,'DAY','2013-12-10 18:10:34'),(82027,66,19935,'OPD','2013-12-10 18:10:34'),(82028,67,19935,'','2013-12-10 18:10:34'),(82029,1,19936,'3602813','2013-12-10 18:13:14'),(82030,2,19936,'597731','2013-12-10 18:13:14'),(82031,3,19936,'','2013-12-10 18:13:14'),(82032,6,19936,'100','2013-12-10 18:13:14'),(82033,7,19936,'DAY','2013-12-10 18:13:14'),(82034,66,19936,'OPD','2013-12-10 18:13:14'),(82035,67,19936,'','2013-12-10 18:13:14'),(82036,1,19938,'','2013-12-10 18:13:15'),(82037,2,19938,'','2013-12-10 18:13:15'),(82038,3,19938,'','2013-12-10 18:13:15'),(82039,6,19938,'','2013-12-10 18:13:15'),(82040,7,19938,'DAY','2013-12-10 18:13:15'),(82041,66,19938,'OPD','2013-12-10 18:13:15'),(82042,67,19938,'','2013-12-10 18:13:15'),(82043,1,19939,'3602822','2013-12-10 18:18:28'),(82044,2,19939,'597736','2013-12-10 18:18:28'),(82045,3,19939,'','2013-12-10 18:18:28'),(82046,6,19939,'100','2013-12-10 18:18:28'),(82047,7,19939,'DAY','2013-12-10 18:18:28'),(82048,66,19939,'OPD','2013-12-10 18:18:28'),(82049,67,19939,'','2013-12-10 18:18:28'),(82050,1,19940,'3602825','2013-12-10 18:22:33'),(82051,2,19940,'','2013-12-10 18:22:33'),(82052,3,19940,'','2013-12-10 18:22:33'),(82053,6,19940,'37','2013-12-10 18:22:33'),(82054,7,19940,'DAY','2013-12-10 18:22:33'),(82055,66,19940,'OPD','2013-12-10 18:22:33'),(82056,67,19940,'','2013-12-10 18:22:33'),(82057,1,19941,'3591724','2013-12-10 18:42:16'),(82058,2,19941,'','2013-12-10 18:42:16'),(82059,3,19941,'','2013-12-10 18:42:16'),(82060,6,19941,'187','2013-12-10 18:42:16'),(82061,7,19941,'DAY','2013-12-10 18:42:16'),(82062,66,19941,'OPD','2013-12-10 18:42:16'),(82063,67,19941,'','2013-12-10 18:42:16'),(82064,1,19943,'','2013-12-10 18:42:16'),(82065,2,19943,'','2013-12-10 18:42:16'),(82066,3,19943,'','2013-12-10 18:42:16'),(82067,6,19943,'','2013-12-10 18:42:16'),(82068,7,19943,'DAY','2013-12-10 18:42:16'),(82069,66,19943,'OPD','2013-12-10 18:42:16'),(82070,67,19943,'','2013-12-10 18:42:16'),(82071,1,19944,'3602844','2013-12-10 18:47:59'),(82072,2,19944,'597748','2013-12-10 18:47:59'),(82073,3,19944,'','2013-12-10 18:47:59'),(82074,6,19944,'60','2013-12-10 18:47:59'),(82075,7,19944,'DAY','2013-12-10 18:47:59'),(82076,66,19944,'OPD','2013-12-10 18:47:59'),(82077,67,19944,'','2013-12-10 18:47:59'),(82078,1,19945,'3602486','2013-12-10 18:57:27'),(82079,2,19945,'','2013-12-10 18:57:27'),(82080,3,19945,'','2013-12-10 18:57:27'),(82081,6,19945,'231','2013-12-10 18:57:27'),(82082,7,19945,'DAY','2013-12-10 18:57:27'),(82083,66,19945,'OPD','2013-12-10 18:57:27'),(82084,67,19945,'','2013-12-10 18:57:27'),(82085,1,19947,'','2013-12-10 18:57:28'),(82086,2,19947,'','2013-12-10 18:57:28'),(82087,3,19947,'','2013-12-10 18:57:28'),(82088,6,19947,'','2013-12-10 18:57:28'),(82089,7,19947,'DAY','2013-12-10 18:57:28'),(82090,66,19947,'OPD','2013-12-10 18:57:28'),(82091,67,19947,'','2013-12-10 18:57:28'),(82092,1,19948,'3602860','2013-12-10 19:00:07'),(82093,2,19948,'','2013-12-10 19:00:07'),(82094,3,19948,'','2013-12-10 19:00:07'),(82095,6,19948,'105','2013-12-10 19:00:07'),(82096,7,19948,'DAY','2013-12-10 19:00:07'),(82097,66,19948,'OPD','2013-12-10 19:00:07'),(82098,67,19948,'','2013-12-10 19:00:07'),(82099,1,19949,'3602857','2013-12-10 19:02:52'),(82100,2,19949,'','2013-12-10 19:02:52'),(82101,3,19949,'','2013-12-10 19:02:52'),(82102,6,19949,'105','2013-12-10 19:02:52'),(82103,7,19949,'DAY','2013-12-10 19:02:52'),(82104,66,19949,'OPD','2013-12-10 19:02:52'),(82105,67,19949,'','2013-12-10 19:02:52'),(82106,1,19951,'','2013-12-10 19:02:52'),(82107,2,19951,'','2013-12-10 19:02:52'),(82108,3,19951,'','2013-12-10 19:02:52'),(82109,6,19951,'','2013-12-10 19:02:52'),(82110,7,19951,'DAY','2013-12-10 19:02:52'),(82111,66,19951,'OPD','2013-12-10 19:02:52'),(82112,67,19951,'','2013-12-10 19:02:52'),(82113,1,19952,'3602868','2013-12-10 19:05:34'),(82114,2,19952,'','2013-12-10 19:05:34'),(82115,3,19952,'','2013-12-10 19:05:34'),(82116,6,19952,'37','2013-12-10 19:05:34'),(82117,7,19952,'DAY','2013-12-10 19:05:34'),(82118,66,19952,'OPD','2013-12-10 19:05:34'),(82119,67,19952,'','2013-12-10 19:05:34'),(82120,1,19953,'','2013-12-10 19:11:15'),(82121,2,19953,'','2013-12-10 19:11:15'),(82122,3,19953,'','2013-12-10 19:11:15'),(82123,6,19953,'37','2013-12-10 19:11:15'),(82124,7,19953,'DAY','2013-12-10 19:11:15'),(82125,66,19953,'OPD','2013-12-10 19:11:15'),(82126,67,19953,'','2013-12-10 19:11:15'),(82127,1,19954,'','2013-12-10 19:13:25'),(82128,2,19954,'','2013-12-10 19:13:25'),(82129,3,19954,'','2013-12-10 19:13:25'),(82130,6,19954,'','2013-12-10 19:13:25'),(82131,7,19954,'DAY','2013-12-10 19:13:25'),(82132,66,19954,'OPD','2013-12-10 19:13:25'),(82133,67,19954,'','2013-12-10 19:13:25'),(82134,1,19956,'','2013-12-10 19:13:25'),(82135,2,19956,'','2013-12-10 19:13:25'),(82136,3,19956,'','2013-12-10 19:13:25'),(82137,6,19956,'','2013-12-10 19:13:25'),(82138,7,19956,'DAY','2013-12-10 19:13:25'),(82139,66,19956,'OPD','2013-12-10 19:13:25'),(82140,67,19956,'','2013-12-10 19:13:25'),(82141,1,19957,'3602873','2013-12-10 19:15:38'),(82142,2,19957,'','2013-12-10 19:15:38'),(82143,3,19957,'','2013-12-10 19:15:38'),(82144,6,19957,'77','2013-12-10 19:15:38'),(82145,7,19957,'DAY','2013-12-10 19:15:38'),(82146,66,19957,'OPD','2013-12-10 19:15:38'),(82147,67,19957,'','2013-12-10 19:15:38'),(82148,1,19958,'3602887','2013-12-10 19:24:55'),(82149,2,19958,'','2013-12-10 19:24:55'),(82150,3,19958,'','2013-12-10 19:24:55'),(82151,6,19958,'77','2013-12-10 19:24:55'),(82152,7,19958,'DAY','2013-12-10 19:24:55'),(82153,66,19958,'TROOM','2013-12-10 19:24:55'),(82154,67,19958,'','2013-12-10 19:24:55'),(82155,1,19959,'','2013-12-10 19:26:13'),(82156,2,19959,'','2013-12-10 19:26:13'),(82157,3,19959,'','2013-12-10 19:26:13'),(82158,6,19959,'13','2013-12-10 19:26:13'),(82159,7,19959,'DAY','2013-12-10 19:26:13'),(82160,66,19959,'TROOM','2013-12-10 19:26:13'),(82161,67,19959,'','2013-12-10 19:26:13'),(82162,1,19960,'3602904','2013-12-10 19:28:33'),(82163,2,19960,'','2013-12-10 19:28:33'),(82164,3,19960,'','2013-12-10 19:28:33'),(82165,6,19960,'42','2013-12-10 19:28:33'),(82166,7,19960,'DAY','2013-12-10 19:28:33'),(82167,66,19960,'WARD B','2013-12-10 19:28:33'),(82168,67,19960,'','2013-12-10 19:28:33'),(82169,1,19962,'','2013-12-10 19:28:33'),(82170,2,19962,'','2013-12-10 19:28:33'),(82171,3,19962,'','2013-12-10 19:28:33'),(82172,6,19962,'','2013-12-10 19:28:33'),(82173,7,19962,'DAY','2013-12-10 19:28:33'),(82174,66,19962,'OPD','2013-12-10 19:28:33'),(82175,67,19962,'','2013-12-10 19:28:33'),(82176,1,19963,'','2013-12-10 19:29:56'),(82177,2,19963,'','2013-12-10 19:29:56'),(82178,3,19963,'','2013-12-10 19:29:56'),(82179,6,19963,'11','2013-12-10 19:29:56'),(82180,7,19963,'DAY','2013-12-10 19:29:56'),(82181,66,19963,'WARD B','2013-12-10 19:29:56'),(82182,67,19963,'','2013-12-10 19:29:56'),(82183,1,19964,'','2013-12-10 19:37:08'),(82184,2,19964,'','2013-12-10 19:37:08'),(82185,3,19964,'','2013-12-10 19:37:08'),(82186,6,19964,'37','2013-12-10 19:37:08'),(82187,7,19964,'DAY','2013-12-10 19:37:08'),(82188,66,19964,'OPD','2013-12-10 19:37:08'),(82189,67,19964,'','2013-12-10 19:37:08'),(82190,1,19965,'','2013-12-10 19:39:59'),(82191,2,19965,'','2013-12-10 19:39:59'),(82192,3,19965,'','2013-12-10 19:39:59'),(82193,6,19965,'35','2013-12-10 19:39:59'),(82194,7,19965,'DAY','2013-12-10 19:39:59'),(82195,66,19965,'OPD','2013-12-10 19:39:59'),(82196,67,19965,'','2013-12-10 19:39:59'),(82197,1,19966,'3602868','2013-12-10 19:41:32'),(82198,2,19966,'','2013-12-10 19:41:32'),(82199,3,19966,'','2013-12-10 19:41:32'),(82200,6,19966,'300.00','2013-12-10 19:41:32'),(82201,7,19966,'DAY','2013-12-10 19:41:32'),(82202,66,19966,'OPD','2013-12-10 19:41:32'),(82203,67,19966,'','2013-12-10 19:41:32'),(82204,1,19968,'','2013-12-10 19:41:32'),(82205,2,19968,'','2013-12-10 19:41:32'),(82206,3,19968,'','2013-12-10 19:41:32'),(82207,6,19968,'','2013-12-10 19:41:32'),(82208,7,19968,'DAY','2013-12-10 19:41:32'),(82209,66,19968,'OPD','2013-12-10 19:41:32'),(82210,67,19968,'','2013-12-10 19:41:32'),(82211,1,19971,'','2013-12-10 19:41:32'),(82212,2,19971,'','2013-12-10 19:41:32'),(82213,3,19971,'','2013-12-10 19:41:32'),(82214,6,19971,'','2013-12-10 19:41:32'),(82215,7,19971,'DAY','2013-12-10 19:41:32'),(82216,66,19971,'OPD','2013-12-10 19:41:32'),(82217,67,19971,'','2013-12-10 19:41:32'),(82218,1,19972,'3587901','2013-12-10 19:44:21'),(82219,2,19972,'593407','2013-12-10 19:44:21'),(82220,3,19972,'','2013-12-10 19:44:21'),(82221,6,19972,'20.00','2013-12-10 19:44:21'),(82222,7,19972,'DAY','2013-12-10 19:44:21'),(82223,66,19972,'OPD','2013-12-10 19:44:21'),(82224,67,19972,'','2013-12-10 19:44:21'),(82225,1,19973,'3602910','2013-12-10 19:46:18'),(82226,2,19973,'','2013-12-10 19:46:18'),(82227,3,19973,'','2013-12-10 19:46:18'),(82228,6,19973,'19','2013-12-10 19:46:18'),(82229,7,19973,'DAY','2013-12-10 19:46:18'),(82230,66,19973,'OPD','2013-12-10 19:46:18'),(82231,67,19973,'','2013-12-10 19:46:18'),(82232,1,19974,'','2013-12-10 19:49:02'),(82233,2,19974,'','2013-12-10 19:49:02'),(82234,3,19974,'','2013-12-10 19:49:02'),(82235,6,19974,'','2013-12-10 19:49:02'),(82236,7,19974,'DAY','2013-12-10 19:49:02'),(82237,66,19974,'OPD','2013-12-10 19:49:02'),(82238,67,19974,'','2013-12-10 19:49:02'),(82239,1,19976,'','2013-12-10 19:49:03'),(82240,2,19976,'','2013-12-10 19:49:03'),(82241,3,19976,'','2013-12-10 19:49:03'),(82242,6,19976,'','2013-12-10 19:49:03'),(82243,7,19976,'DAY','2013-12-10 19:49:03'),(82244,66,19976,'OPD','2013-12-10 19:49:03'),(82245,67,19976,'','2013-12-10 19:49:03'),(82246,1,19977,'3602932','2013-12-10 19:51:01'),(82247,2,19977,'','2013-12-10 19:51:01'),(82248,3,19977,'','2013-12-10 19:51:01'),(82249,6,19977,'187','2013-12-10 19:51:01'),(82250,7,19977,'DAY','2013-12-10 19:51:01'),(82251,66,19977,'WARD B','2013-12-10 19:51:01'),(82252,67,19977,'','2013-12-10 19:51:01'),(82253,1,19978,'3602882','2013-12-10 19:51:48'),(82254,2,19978,'597752','2013-12-10 19:51:48'),(82255,3,19978,'','2013-12-10 19:51:48'),(82256,6,19978,'69.00','2013-12-10 19:51:48'),(82257,7,19978,'DAY','2013-12-10 19:51:48'),(82258,66,19978,'EXT. REQ','2013-12-10 19:51:48'),(82259,67,19978,'','2013-12-10 19:51:48'),(82260,1,19980,'','2013-12-10 19:51:48'),(82261,2,19980,'','2013-12-10 19:51:48'),(82262,3,19980,'','2013-12-10 19:51:48'),(82263,6,19980,'','2013-12-10 19:51:48'),(82264,7,19980,'DAY','2013-12-10 19:51:48'),(82265,66,19980,'EXT. REQ','2013-12-10 19:51:48'),(82266,67,19980,'','2013-12-10 19:51:48'),(82267,1,19981,'','2013-12-10 19:55:49'),(82268,2,19981,'','2013-12-10 19:55:49'),(82269,3,19981,'','2013-12-10 19:55:49'),(82270,6,19981,'','2013-12-10 19:55:49'),(82271,7,19981,'DAY','2013-12-10 19:55:49'),(82272,66,19981,'OPD','2013-12-10 19:55:49'),(82273,67,19981,'','2013-12-10 19:55:49'),(82274,1,19983,'','2013-12-10 19:55:49'),(82275,2,19983,'','2013-12-10 19:55:49'),(82276,3,19983,'','2013-12-10 19:55:49'),(82277,6,19983,'','2013-12-10 19:55:49'),(82278,7,19983,'DAY','2013-12-10 19:55:49'),(82279,66,19983,'OPD','2013-12-10 19:55:49'),(82280,67,19983,'','2013-12-10 19:55:49'),(82281,1,19986,'','2013-12-10 19:55:49'),(82282,2,19986,'','2013-12-10 19:55:49'),(82283,3,19986,'','2013-12-10 19:55:49'),(82284,6,19986,'','2013-12-10 19:55:49'),(82285,7,19986,'DAY','2013-12-10 19:55:49'),(82286,66,19986,'OPD','2013-12-10 19:55:49'),(82287,67,19986,'','2013-12-10 19:55:49'),(82288,1,19987,'3602884','2013-12-10 20:00:11'),(82289,2,19987,'','2013-12-10 20:00:11'),(82290,3,19987,'','2013-12-10 20:00:11'),(82291,6,19987,'37.00','2013-12-10 20:00:11'),(82292,7,19987,'DAY','2013-12-10 20:00:11'),(82293,66,19987,'OPD','2013-12-10 20:00:11'),(82294,67,19987,'','2013-12-10 20:00:11'),(82295,1,19988,'3602887','2013-12-10 20:04:37'),(82296,2,19988,'','2013-12-10 20:04:37'),(82297,3,19988,'','2013-12-10 20:04:37'),(82298,6,19988,'37.00','2013-12-10 20:04:37'),(82299,7,19988,'DAY','2013-12-10 20:04:37'),(82300,66,19988,'OPD','2013-12-10 20:04:37'),(82301,67,19988,'','2013-12-10 20:04:37'),(82302,1,19989,'','2013-12-10 20:08:07'),(82303,2,19989,'','2013-12-10 20:08:07'),(82304,3,19989,'','2013-12-10 20:08:07'),(82305,6,19989,'','2013-12-10 20:08:07'),(82306,7,19989,'DAY','2013-12-10 20:08:07'),(82307,66,19989,'OPD','2013-12-10 20:08:07'),(82308,67,19989,'','2013-12-10 20:08:07'),(82309,1,19990,'','2013-12-10 20:10:00'),(82310,2,19990,'','2013-12-10 20:10:00'),(82311,3,19990,'','2013-12-10 20:10:00'),(82312,6,19990,'75','2013-12-10 20:10:00'),(82313,7,19990,'DAY','2013-12-10 20:10:00'),(82314,66,19990,'OPD','2013-12-10 20:10:00'),(82315,67,19990,'','2013-12-10 20:10:00'),(82316,1,19991,'','2013-12-10 20:11:32'),(82317,2,19991,'597764','2013-12-10 20:11:32'),(82318,3,19991,'','2013-12-10 20:11:32'),(82319,6,19991,'20','2013-12-10 20:11:32'),(82320,7,19991,'DAY','2013-12-10 20:11:32'),(82321,66,19991,'OPD','2013-12-10 20:11:33'),(82322,67,19991,'','2013-12-10 20:11:33'),(82323,1,19992,'','2013-12-10 20:13:04'),(82324,2,19992,'597776','2013-12-10 20:13:04'),(82325,3,19992,'','2013-12-10 20:13:04'),(82326,6,19992,'67','2013-12-10 20:13:04'),(82327,7,19992,'DAY','2013-12-10 20:13:04'),(82328,66,19992,'OPD','2013-12-10 20:13:04'),(82329,67,19992,'','2013-12-10 20:13:04'),(82330,1,19994,'','2013-12-10 20:13:04'),(82331,2,19994,'','2013-12-10 20:13:04'),(82332,3,19994,'','2013-12-10 20:13:04'),(82333,6,19994,'','2013-12-10 20:13:04'),(82334,7,19994,'DAY','2013-12-10 20:13:04'),(82335,66,19994,'OPD','2013-12-10 20:13:04'),(82336,67,19994,'','2013-12-10 20:13:04'),(82337,1,19995,'','2013-12-10 20:21:29'),(82338,2,19995,'597763','2013-12-10 20:21:29'),(82339,3,19995,'','2013-12-10 20:21:29'),(82340,6,19995,'32','2013-12-10 20:21:29'),(82341,7,19995,'DAY','2013-12-10 20:21:29'),(82342,66,19995,'OPD','2013-12-10 20:21:29'),(82343,67,19995,'','2013-12-10 20:21:29'),(82344,1,19997,'','2013-12-10 20:21:30'),(82345,2,19997,'','2013-12-10 20:21:30'),(82346,3,19997,'','2013-12-10 20:21:30'),(82347,6,19997,'','2013-12-10 20:21:30'),(82348,7,19997,'DAY','2013-12-10 20:21:30'),(82349,66,19997,'OPD','2013-12-10 20:21:30'),(82350,67,19997,'','2013-12-10 20:21:30'),(82351,1,19998,'','2013-12-10 20:29:02'),(82352,2,19998,'','2013-12-10 20:29:02'),(82353,3,19998,'','2013-12-10 20:29:02'),(82354,6,19998,'','2013-12-10 20:29:02'),(82355,7,19998,'DAY','2013-12-10 20:29:02'),(82356,66,19998,'OPD','2013-12-10 20:29:02'),(82357,67,19998,'','2013-12-10 20:29:02'),(82358,1,20000,'','2013-12-10 20:29:03'),(82359,2,20000,'','2013-12-10 20:29:03'),(82360,3,20000,'','2013-12-10 20:29:03'),(82361,6,20000,'','2013-12-10 20:29:03'),(82362,7,20000,'DAY','2013-12-10 20:29:03'),(82363,66,20000,'OPD','2013-12-10 20:29:03'),(82364,67,20000,'','2013-12-10 20:29:03'),(82365,1,20001,'','2013-12-10 20:32:26'),(82366,2,20001,'597779','2013-12-10 20:32:26'),(82367,3,20001,'','2013-12-10 20:32:26'),(82368,6,20001,'','2013-12-10 20:32:26'),(82369,7,20001,'DAY','2013-12-10 20:32:26'),(82370,66,20001,'SELF REQ','2013-12-10 20:32:26'),(82371,67,20001,'','2013-12-10 20:32:26'),(82372,1,20002,'','2013-12-10 20:34:36'),(82373,2,20002,'','2013-12-10 20:34:36'),(82374,3,20002,'','2013-12-10 20:34:36'),(82375,6,20002,'55','2013-12-10 20:34:36'),(82376,7,20002,'DAY','2013-12-10 20:34:36'),(82377,66,20002,'OPD','2013-12-10 20:34:36'),(82378,67,20002,'','2013-12-10 20:34:36'),(82379,1,20004,'','2013-12-10 20:34:36'),(82380,2,20004,'','2013-12-10 20:34:36'),(82381,3,20004,'','2013-12-10 20:34:36'),(82382,6,20004,'','2013-12-10 20:34:36'),(82383,7,20004,'DAY','2013-12-10 20:34:36'),(82384,66,20004,'OPD','2013-12-10 20:34:36'),(82385,67,20004,'','2013-12-10 20:34:36'),(82386,1,20005,'','2013-12-10 20:42:37'),(82387,2,20005,'597777','2013-12-10 20:42:37'),(82388,3,20005,'','2013-12-10 20:42:37'),(82389,6,20005,'35','2013-12-10 20:42:37'),(82390,7,20005,'DAY','2013-12-10 20:42:37'),(82391,66,20005,'SELF REQ','2013-12-10 20:42:37'),(82392,67,20005,'','2013-12-10 20:42:37'),(82393,1,20006,'','2013-12-10 20:49:10'),(82394,2,20006,'597783','2013-12-10 20:49:10'),(82395,3,20006,'','2013-12-10 20:49:10'),(82396,6,20006,'35','2013-12-10 20:49:10'),(82397,7,20006,'DAY','2013-12-10 20:49:10'),(82398,66,20006,'OPD','2013-12-10 20:49:10'),(82399,67,20006,'','2013-12-10 20:49:10'),(82400,1,20007,'','2013-12-10 20:52:11'),(82401,2,20007,'','2013-12-10 20:52:11'),(82402,3,20007,'','2013-12-10 20:52:11'),(82403,6,20007,'','2013-12-10 20:52:11'),(82404,7,20007,'DAY','2013-12-10 20:52:11'),(82405,66,20007,'OPD','2013-12-10 20:52:11'),(82406,67,20007,'','2013-12-10 20:52:11'),(82407,1,20008,'3602950','2013-12-10 20:58:15'),(82408,2,20008,'','2013-12-10 20:58:15'),(82409,3,20008,'','2013-12-10 20:58:15'),(82410,6,20008,'454','2013-12-10 20:58:15'),(82411,7,20008,'DAY','2013-12-10 20:58:15'),(82412,66,20008,'OPD','2013-12-10 20:58:15'),(82413,67,20008,'','2013-12-10 20:58:15'),(82414,1,20010,'','2013-12-10 20:58:16'),(82415,2,20010,'','2013-12-10 20:58:16'),(82416,3,20010,'','2013-12-10 20:58:16'),(82417,6,20010,'','2013-12-10 20:58:16'),(82418,7,20010,'DAY','2013-12-10 20:58:16'),(82419,66,20010,'OPD','2013-12-10 20:58:16'),(82420,67,20010,'','2013-12-10 20:58:16'),(82421,1,20013,'','2013-12-10 20:58:16'),(82422,2,20013,'','2013-12-10 20:58:16'),(82423,3,20013,'','2013-12-10 20:58:16'),(82424,6,20013,'','2013-12-10 20:58:16'),(82425,7,20013,'DAY','2013-12-10 20:58:16'),(82426,66,20013,'OPD','2013-12-10 20:58:16'),(82427,67,20013,'','2013-12-10 20:58:16'),(82428,1,20017,'','2013-12-10 20:58:16'),(82429,2,20017,'','2013-12-10 20:58:16'),(82430,3,20017,'','2013-12-10 20:58:16'),(82431,6,20017,'','2013-12-10 20:58:16'),(82432,7,20017,'DAY','2013-12-10 20:58:16'),(82433,66,20017,'OPD','2013-12-10 20:58:16'),(82434,67,20017,'','2013-12-10 20:58:16'),(82435,1,20018,'','2013-12-10 21:01:52'),(82436,2,20018,'','2013-12-10 21:01:52'),(82437,3,20018,'','2013-12-10 21:01:52'),(82438,6,20018,'','2013-12-10 21:01:52'),(82439,7,20018,'DAY','2013-12-10 21:01:52'),(82440,66,20018,'OPD','2013-12-10 21:01:52'),(82441,67,20018,'','2013-12-10 21:01:52'),(82442,1,20020,'','2013-12-10 21:01:52'),(82443,2,20020,'','2013-12-10 21:01:52'),(82444,3,20020,'','2013-12-10 21:01:52'),(82445,6,20020,'','2013-12-10 21:01:52'),(82446,7,20020,'DAY','2013-12-10 21:01:52'),(82447,66,20020,'OPD','2013-12-10 21:01:52'),(82448,67,20020,'','2013-12-10 21:01:53'),(82449,1,20023,'','2013-12-10 21:01:53'),(82450,2,20023,'','2013-12-10 21:01:53'),(82451,3,20023,'','2013-12-10 21:01:53'),(82452,6,20023,'','2013-12-10 21:01:53'),(82453,7,20023,'DAY','2013-12-10 21:01:53'),(82454,66,20023,'OPD','2013-12-10 21:01:53'),(82455,67,20023,'','2013-12-10 21:01:53'),(82456,1,20024,'','2013-12-10 21:03:21'),(82457,2,20024,'597779','2013-12-10 21:03:21'),(82458,3,20024,'','2013-12-10 21:03:21'),(82459,6,20024,'','2013-12-10 21:03:21'),(82460,7,20024,'DAY','2013-12-10 21:03:21'),(82461,66,20024,'OPD','2013-12-10 21:03:21'),(82462,67,20024,'','2013-12-10 21:03:21'),(82463,1,20025,'','2013-12-10 21:05:50'),(82464,2,20025,'597781','2013-12-10 21:05:50'),(82465,3,20025,'','2013-12-10 21:05:50'),(82466,6,20025,'','2013-12-10 21:05:50'),(82467,7,20025,'DAY','2013-12-10 21:05:50'),(82468,66,20025,'OPD','2013-12-10 21:05:50'),(82469,67,20025,'','2013-12-10 21:05:50'),(82470,1,20027,'','2013-12-10 21:05:50'),(82471,2,20027,'','2013-12-10 21:05:50'),(82472,3,20027,'','2013-12-10 21:05:50'),(82473,6,20027,'','2013-12-10 21:05:50'),(82474,7,20027,'DAY','2013-12-10 21:05:50'),(82475,66,20027,'OPD','2013-12-10 21:05:50'),(82476,67,20027,'','2013-12-10 21:05:50'),(82477,1,20028,'','2013-12-10 21:17:28'),(82478,2,20028,'','2013-12-10 21:17:28'),(82479,3,20028,'','2013-12-10 21:17:28'),(82480,6,20028,'112','2013-12-10 21:17:28'),(82481,7,20028,'DAY','2013-12-10 21:17:28'),(82482,66,20028,'OPD','2013-12-10 21:17:28'),(82483,67,20028,'','2013-12-10 21:17:28'),(82484,1,20030,'','2013-12-10 21:17:29'),(82485,2,20030,'','2013-12-10 21:17:29'),(82486,3,20030,'','2013-12-10 21:17:29'),(82487,6,20030,'','2013-12-10 21:17:29'),(82488,7,20030,'DAY','2013-12-10 21:17:29'),(82489,66,20030,'OPD','2013-12-10 21:17:29'),(82490,67,20030,'','2013-12-10 21:17:29'),(82491,1,20033,'','2013-12-10 21:17:29'),(82492,2,20033,'','2013-12-10 21:17:29'),(82493,3,20033,'','2013-12-10 21:17:29'),(82494,6,20033,'','2013-12-10 21:17:29'),(82495,7,20033,'DAY','2013-12-10 21:17:29'),(82496,66,20033,'OPD','2013-12-10 21:17:29'),(82497,67,20033,'','2013-12-10 21:17:29'),(82498,1,20034,'3595233','2013-12-10 21:19:25'),(82499,2,20034,'597780','2013-12-10 21:19:25'),(82500,3,20034,'','2013-12-10 21:19:25'),(82501,6,20034,'47','2013-12-10 21:19:25'),(82502,7,20034,'DAY','2013-12-10 21:19:25'),(82503,66,20034,'OPD','2013-12-10 21:19:25'),(82504,67,20034,'','2013-12-10 21:19:25'),(82505,1,20035,'','2013-12-10 21:20:51'),(82506,2,20035,'','2013-12-10 21:20:51'),(82507,3,20035,'','2013-12-10 21:20:51'),(82508,6,20035,'','2013-12-10 21:20:51'),(82509,7,20035,'DAY','2013-12-10 21:20:51'),(82510,66,20035,'OPD','2013-12-10 21:20:51'),(82511,67,20035,'','2013-12-10 21:20:51'),(82512,1,20036,'3602994','2013-12-10 21:34:25'),(82513,2,20036,'','2013-12-10 21:34:25'),(82514,3,20036,'','2013-12-10 21:34:25'),(82515,6,20036,'37','2013-12-10 21:34:25'),(82516,7,20036,'DAY','2013-12-10 21:34:25'),(82517,66,20036,'OPD','2013-12-10 21:34:25'),(82518,67,20036,'','2013-12-10 21:34:25'),(82519,1,20037,'3603015','2013-12-10 21:57:18'),(82520,2,20037,'','2013-12-10 21:57:18'),(82521,3,20037,'','2013-12-10 21:57:18'),(82522,6,20037,'13','2013-12-10 21:57:18'),(82523,7,20037,'DAY','2013-12-10 21:57:18'),(82524,66,20037,'OPD','2013-12-10 21:57:18'),(82525,67,20037,'','2013-12-10 21:57:18'),(82526,1,20038,'','2013-12-10 22:14:08'),(82527,2,20038,'','2013-12-10 22:14:08'),(82528,3,20038,'','2013-12-10 22:14:08'),(82529,6,20038,'94','2013-12-10 22:14:08'),(82530,7,20038,'DAY','2013-12-10 22:14:08'),(82531,66,20038,'OPD','2013-12-10 22:14:08'),(82532,67,20038,'','2013-12-10 22:14:08'),(82533,1,20040,'','2013-12-10 22:14:08'),(82534,2,20040,'','2013-12-10 22:14:08'),(82535,3,20040,'','2013-12-10 22:14:08'),(82536,6,20040,'','2013-12-10 22:14:08'),(82537,7,20040,'DAY','2013-12-10 22:14:08'),(82538,66,20040,'OPD','2013-12-10 22:14:08'),(82539,67,20040,'','2013-12-10 22:14:08'),(82540,1,20041,'3603025','2013-12-10 22:36:07'),(82541,2,20041,'','2013-12-10 22:36:07'),(82542,3,20041,'','2013-12-10 22:36:07'),(82543,6,20041,'94','2013-12-10 22:36:07'),(82544,7,20041,'DAY','2013-12-10 22:36:07'),(82545,66,20041,'OPD','2013-12-10 22:36:07'),(82546,67,20041,'','2013-12-10 22:36:07'),(82547,1,20043,'','2013-12-10 22:36:07'),(82548,2,20043,'','2013-12-10 22:36:07'),(82549,3,20043,'','2013-12-10 22:36:07'),(82550,6,20043,'','2013-12-10 22:36:07'),(82551,7,20043,'DAY','2013-12-10 22:36:07'),(82552,66,20043,'OPD','2013-12-10 22:36:07'),(82553,67,20043,'','2013-12-10 22:36:07'),(82554,1,20044,'3603017','2013-12-10 22:41:48'),(82555,2,20044,'','2013-12-10 22:41:48'),(82556,3,20044,'','2013-12-10 22:41:48'),(82557,6,20044,'72','2013-12-10 22:41:48'),(82558,7,20044,'DAY','2013-12-10 22:41:48'),(82559,66,20044,'OPD','2013-12-10 22:41:48'),(82560,67,20044,'','2013-12-10 22:41:48'),(82561,1,20045,'','2013-12-10 22:45:58'),(82562,2,20045,'','2013-12-10 22:45:58'),(82563,3,20045,'','2013-12-10 22:45:58'),(82564,6,20045,'','2013-12-10 22:45:58'),(82565,7,20045,'DAY','2013-12-10 22:45:58'),(82566,66,20045,'OPD','2013-12-10 22:45:58'),(82567,67,20045,'','2013-12-10 22:45:58'),(82568,1,20046,'3603026','2013-12-10 22:52:16'),(82569,2,20046,'','2013-12-10 22:52:16'),(82570,3,20046,'','2013-12-10 22:52:16'),(82571,6,20046,'61','2013-12-10 22:52:16'),(82572,7,20046,'DAY','2013-12-10 22:52:16'),(82573,66,20046,'OPD','2013-12-10 22:52:16'),(82574,67,20046,'','2013-12-10 22:52:16'),(82575,1,20047,'3603029','2013-12-10 22:55:18'),(82576,2,20047,'597803','2013-12-10 22:55:18'),(82577,3,20047,'','2013-12-10 22:55:18'),(82578,6,20047,'52','2013-12-10 22:55:18'),(82579,7,20047,'DAY','2013-12-10 22:55:18'),(82580,66,20047,'OPD','2013-12-10 22:55:18'),(82581,67,20047,'','2013-12-10 22:55:18'),(82582,1,20048,'3603041','2013-12-10 23:23:33'),(82583,2,20048,'597810','2013-12-10 23:23:33'),(82584,3,20048,'','2013-12-10 23:23:33'),(82585,6,20048,'35','2013-12-10 23:23:33'),(82586,7,20048,'DAY','2013-12-10 23:23:33'),(82587,66,20048,'OPD','2013-12-10 23:23:33'),(82588,67,20048,'','2013-12-10 23:23:33'),(82589,1,20049,'3603045','2013-12-10 23:33:21'),(82590,2,20049,'597812','2013-12-10 23:33:21'),(82591,3,20049,'','2013-12-10 23:33:21'),(82592,6,20049,'20','2013-12-10 23:33:21'),(82593,7,20049,'DAY','2013-12-10 23:33:21'),(82594,66,20049,'OPD','2013-12-10 23:33:21'),(82595,67,20049,'','2013-12-10 23:33:21'),(82596,1,20050,'','2013-12-11 00:02:41'),(82597,2,20050,'','2013-12-11 00:02:41'),(82598,3,20050,'','2013-12-11 00:02:41'),(82599,6,20050,'','2013-12-11 00:02:41'),(82600,7,20050,'DAY','2013-12-11 00:02:41'),(82601,66,20050,'OPD','2013-12-11 00:02:41'),(82602,67,20050,'','2013-12-11 00:02:41'),(82603,1,20051,'3603053','2013-12-11 00:09:41'),(82604,2,20051,'','2013-12-11 00:09:41'),(82605,3,20051,'','2013-12-11 00:09:41'),(82606,6,20051,'68.24','2013-12-11 00:09:41'),(82607,7,20051,'DAY','2013-12-11 00:09:41'),(82608,66,20051,'OPD','2013-12-11 00:09:41'),(82609,67,20051,'','2013-12-11 00:09:41'),(82610,1,20053,'','2013-12-11 00:09:41'),(82611,2,20053,'','2013-12-11 00:09:41'),(82612,3,20053,'','2013-12-11 00:09:41'),(82613,6,20053,'','2013-12-11 00:09:41'),(82614,7,20053,'DAY','2013-12-11 00:09:41'),(82615,66,20053,'OPD','2013-12-11 00:09:41'),(82616,67,20053,'','2013-12-11 00:09:41'),(82617,1,20054,'3603065','2013-12-11 00:23:20'),(82618,2,20054,'','2013-12-11 00:23:20'),(82619,3,20054,'','2013-12-11 00:23:20'),(82620,6,20054,'79','2013-12-11 00:23:20'),(82621,7,20054,'DAY','2013-12-11 00:23:20'),(82622,66,20054,'OPD','2013-12-11 00:23:20'),(82623,67,20054,'','2013-12-11 00:23:20'),(82624,1,20056,'','2013-12-11 00:23:20'),(82625,2,20056,'','2013-12-11 00:23:20'),(82626,3,20056,'','2013-12-11 00:23:20'),(82627,6,20056,'','2013-12-11 00:23:20'),(82628,7,20056,'DAY','2013-12-11 00:23:20'),(82629,66,20056,'OPD','2013-12-11 00:23:20'),(82630,67,20056,'','2013-12-11 00:23:20'),(82631,1,20057,'','2013-12-11 00:23:23'),(82632,2,20057,'','2013-12-11 00:23:23'),(82633,3,20057,'','2013-12-11 00:23:23'),(82634,6,20057,'','2013-12-11 00:23:23'),(82635,7,20057,'DAY','2013-12-11 00:23:23'),(82636,66,20057,'OPD','2013-12-11 00:23:23'),(82637,67,20057,'','2013-12-11 00:23:23'),(82638,1,20058,'3603073','2013-12-11 00:34:21'),(82639,2,20058,'','2013-12-11 00:34:21'),(82640,3,20058,'','2013-12-11 00:34:21'),(82641,6,20058,'139','2013-12-11 00:34:21'),(82642,7,20058,'DAY','2013-12-11 00:34:21'),(82643,66,20058,'OPD','2013-12-11 00:34:21'),(82644,67,20058,'','2013-12-11 00:34:21'),(82645,1,20060,'','2013-12-11 00:34:22'),(82646,2,20060,'','2013-12-11 00:34:22'),(82647,3,20060,'','2013-12-11 00:34:22'),(82648,6,20060,'','2013-12-11 00:34:22'),(82649,7,20060,'DAY','2013-12-11 00:34:22'),(82650,66,20060,'OPD','2013-12-11 00:34:22'),(82651,67,20060,'','2013-12-11 00:34:22'),(82652,1,20061,'3603070','2013-12-11 00:38:57'),(82653,2,20061,'597820','2013-12-11 00:38:57'),(82654,3,20061,'','2013-12-11 00:38:57'),(82655,6,20061,'20','2013-12-11 00:38:57'),(82656,7,20061,'DAY','2013-12-11 00:38:57'),(82657,66,20061,'OPD','2013-12-11 00:38:57'),(82658,67,20061,'','2013-12-11 00:38:57'),(82659,1,20062,'3603075','2013-12-11 00:42:31'),(82660,2,20062,'','2013-12-11 00:42:31'),(82661,3,20062,'','2013-12-11 00:42:31'),(82662,6,20062,'396','2013-12-11 00:42:31'),(82663,7,20062,'DAY','2013-12-11 00:42:31'),(82664,66,20062,'OPD','2013-12-11 00:42:31'),(82665,67,20062,'','2013-12-11 00:42:31'),(82666,1,20064,'','2013-12-11 00:42:31'),(82667,2,20064,'','2013-12-11 00:42:31'),(82668,3,20064,'','2013-12-11 00:42:31'),(82669,6,20064,'','2013-12-11 00:42:31'),(82670,7,20064,'DAY','2013-12-11 00:42:31'),(82671,66,20064,'OPD','2013-12-11 00:42:31'),(82672,67,20064,'','2013-12-11 00:42:31'),(82673,1,20067,'','2013-12-11 00:42:31'),(82674,2,20067,'','2013-12-11 00:42:31'),(82675,3,20067,'','2013-12-11 00:42:31'),(82676,6,20067,'','2013-12-11 00:42:31'),(82677,7,20067,'DAY','2013-12-11 00:42:31'),(82678,66,20067,'OPD','2013-12-11 00:42:31'),(82679,67,20067,'','2013-12-11 00:42:31'),(82680,1,20068,'','2013-12-11 00:49:39'),(82681,2,20068,'','2013-12-11 00:49:39'),(82682,3,20068,'','2013-12-11 00:49:39'),(82683,6,20068,'','2013-12-11 00:49:39'),(82684,7,20068,'DAY','2013-12-11 00:49:39'),(82685,66,20068,'OPD','2013-12-11 00:49:39'),(82686,67,20068,'','2013-12-11 00:49:39'),(82687,1,20069,'','2013-12-11 00:51:13'),(82688,2,20069,'','2013-12-11 00:51:13'),(82689,3,20069,'','2013-12-11 00:51:13'),(82690,6,20069,'20','2013-12-11 00:51:13'),(82691,7,20069,'DAY','2013-12-11 00:51:13'),(82692,66,20069,'OPD','2013-12-11 00:51:13'),(82693,67,20069,'','2013-12-11 00:51:13'),(82694,1,20070,'3603082','2013-12-11 00:59:31'),(82695,2,20070,'','2013-12-11 00:59:31'),(82696,3,20070,'','2013-12-11 00:59:31'),(82697,6,20070,'195','2013-12-11 00:59:31'),(82698,7,20070,'DAY','2013-12-11 00:59:31'),(82699,66,20070,'OPD','2013-12-11 00:59:31'),(82700,67,20070,'','2013-12-11 00:59:31'),(82701,1,20072,'','2013-12-11 00:59:31'),(82702,2,20072,'','2013-12-11 00:59:31'),(82703,3,20072,'','2013-12-11 00:59:31'),(82704,6,20072,'','2013-12-11 00:59:31'),(82705,7,20072,'DAY','2013-12-11 00:59:31'),(82706,66,20072,'OPD','2013-12-11 00:59:31'),(82707,67,20072,'','2013-12-11 00:59:31'),(82708,1,20075,'','2013-12-11 00:59:31'),(82709,2,20075,'','2013-12-11 00:59:31'),(82710,3,20075,'','2013-12-11 00:59:31'),(82711,6,20075,'','2013-12-11 00:59:31'),(82712,7,20075,'DAY','2013-12-11 00:59:31'),(82713,66,20075,'OPD','2013-12-11 00:59:31'),(82714,67,20075,'','2013-12-11 00:59:31'),(82715,1,20076,'3603092','2013-12-11 01:04:20'),(82716,2,20076,'','2013-12-11 01:04:20'),(82717,3,20076,'','2013-12-11 01:04:20'),(82718,6,20076,'33','2013-12-11 01:04:20'),(82719,7,20076,'DAY','2013-12-11 01:04:20'),(82720,66,20076,'OPD','2013-12-11 01:04:20'),(82721,67,20076,'','2013-12-11 01:04:20'),(82722,1,20077,'3603116','2013-12-11 01:19:34'),(82723,2,20077,'597828','2013-12-11 01:19:34'),(82724,3,20077,'','2013-12-11 01:19:34'),(82725,6,20077,'151','2013-12-11 01:19:34'),(82726,7,20077,'DAY','2013-12-11 01:19:34'),(82727,66,20077,'OPD','2013-12-11 01:19:34'),(82728,67,20077,'','2013-12-11 01:19:34'),(82729,1,20079,'','2013-12-11 01:19:34'),(82730,2,20079,'','2013-12-11 01:19:34'),(82731,3,20079,'','2013-12-11 01:19:34'),(82732,6,20079,'','2013-12-11 01:19:34'),(82733,7,20079,'DAY','2013-12-11 01:19:34'),(82734,66,20079,'OPD','2013-12-11 01:19:34'),(82735,67,20079,'','2013-12-11 01:19:34'),(82736,1,20082,'','2013-12-11 01:19:34'),(82737,2,20082,'','2013-12-11 01:19:34'),(82738,3,20082,'','2013-12-11 01:19:34'),(82739,6,20082,'','2013-12-11 01:19:34'),(82740,7,20082,'DAY','2013-12-11 01:19:34'),(82741,66,20082,'OPD','2013-12-11 01:19:34'),(82742,67,20082,'','2013-12-11 01:19:34'),(82743,1,20083,'3603127','2013-12-11 01:21:43'),(82744,2,20083,'','2013-12-11 01:21:43'),(82745,3,20083,'','2013-12-11 01:21:43'),(82746,6,20083,'50','2013-12-11 01:21:43'),(82747,7,20083,'DAY','2013-12-11 01:21:43'),(82748,66,20083,'OPD','2013-12-11 01:21:43'),(82749,67,20083,'','2013-12-11 01:21:43'),(82750,1,20085,'','2013-12-11 01:21:43'),(82751,2,20085,'','2013-12-11 01:21:43'),(82752,3,20085,'','2013-12-11 01:21:43'),(82753,6,20085,'','2013-12-11 01:21:43'),(82754,7,20085,'DAY','2013-12-11 01:21:43'),(82755,66,20085,'OPD','2013-12-11 01:21:43'),(82756,67,20085,'','2013-12-11 01:21:43'),(82757,1,20086,'36031','2013-12-11 01:29:36'),(82758,2,20086,'597831','2013-12-11 01:29:36'),(82759,3,20086,'','2013-12-11 01:29:36'),(82760,6,20086,'30','2013-12-11 01:29:36'),(82761,7,20086,'DAY','2013-12-11 01:29:36'),(82762,66,20086,'OPD','2013-12-11 01:29:36'),(82763,67,20086,'','2013-12-11 01:29:36'),(82764,1,20087,'3603032','2013-12-11 01:36:30'),(82765,2,20087,'','2013-12-11 01:36:30'),(82766,3,20087,'','2013-12-11 01:36:30'),(82767,6,20087,'26.24','2013-12-11 01:36:30'),(82768,7,20087,'DAY','2013-12-11 01:36:30'),(82769,66,20087,'OPD','2013-12-11 01:36:30'),(82770,67,20087,'','2013-12-11 01:36:30'),(82771,1,20088,'3603155','2013-12-11 01:54:11'),(82772,2,20088,'','2013-12-11 01:54:11'),(82773,3,20088,'','2013-12-11 01:54:11'),(82774,6,20088,'54','2013-12-11 01:54:11'),(82775,7,20088,'DAY','2013-12-11 01:54:11'),(82776,66,20088,'WARD B','2013-12-11 01:54:11'),(82777,67,20088,'','2013-12-11 01:54:11'),(82778,1,20089,'3603075','2013-12-11 02:00:16'),(82779,2,20089,'','2013-12-11 02:00:16'),(82780,3,20089,'','2013-12-11 02:00:16'),(82781,6,20089,'','2013-12-11 02:00:16'),(82782,7,20089,'DAY','2013-12-11 02:00:16'),(82783,66,20089,'OPD','2013-12-11 02:00:16'),(82784,67,20089,'','2013-12-11 02:00:16'),(82785,1,20090,'3603176','2013-12-11 02:07:49'),(82786,2,20090,'597838','2013-12-11 02:07:49'),(82787,3,20090,'','2013-12-11 02:07:49'),(82788,6,20090,'104','2013-12-11 02:07:49'),(82789,7,20090,'DAY','2013-12-11 02:07:49'),(82790,66,20090,'OPD','2013-12-11 02:07:49'),(82791,67,20090,'','2013-12-11 02:07:49'),(82792,1,20092,'','2013-12-11 02:07:49'),(82793,2,20092,'','2013-12-11 02:07:49'),(82794,3,20092,'','2013-12-11 02:07:49'),(82795,6,20092,'','2013-12-11 02:07:49'),(82796,7,20092,'DAY','2013-12-11 02:07:49'),(82797,66,20092,'OPD','2013-12-11 02:07:49'),(82798,67,20092,'','2013-12-11 02:07:49'),(82799,1,20095,'','2013-12-11 02:07:49'),(82800,2,20095,'','2013-12-11 02:07:49'),(82801,3,20095,'','2013-12-11 02:07:49'),(82802,6,20095,'','2013-12-11 02:07:49'),(82803,7,20095,'DAY','2013-12-11 02:07:49'),(82804,66,20095,'OPD','2013-12-11 02:07:49'),(82805,67,20095,'','2013-12-11 02:07:49'),(82806,1,20096,'3603187','2013-12-11 02:24:18'),(82807,2,20096,'597840','2013-12-11 02:24:18'),(82808,3,20096,'','2013-12-11 02:24:18'),(82809,6,20096,'86','2013-12-11 02:24:18'),(82810,7,20096,'DAY','2013-12-11 02:24:18'),(82811,66,20096,'OPD','2013-12-11 02:24:18'),(82812,67,20096,'','2013-12-11 02:24:18'),(82813,1,20098,'','2013-12-11 02:24:18'),(82814,2,20098,'','2013-12-11 02:24:18'),(82815,3,20098,'','2013-12-11 02:24:18'),(82816,6,20098,'','2013-12-11 02:24:18'),(82817,7,20098,'DAY','2013-12-11 02:24:18'),(82818,66,20098,'OPD','2013-12-11 02:24:18'),(82819,67,20098,'','2013-12-11 02:24:18'),(82820,1,20099,'3603197','2013-12-11 02:26:53'),(82821,2,20099,'','2013-12-11 02:26:53'),(82822,3,20099,'','2013-12-11 02:26:53'),(82823,6,20099,'50','2013-12-11 02:26:53'),(82824,7,20099,'DAY','2013-12-11 02:26:53'),(82825,66,20099,'OPD','2013-12-11 02:26:53'),(82826,67,20099,'','2013-12-11 02:26:53'),(82827,1,20101,'','2013-12-11 02:26:54'),(82828,2,20101,'','2013-12-11 02:26:54'),(82829,3,20101,'','2013-12-11 02:26:54'),(82830,6,20101,'','2013-12-11 02:26:54'),(82831,7,20101,'DAY','2013-12-11 02:26:54'),(82832,66,20101,'OPD','2013-12-11 02:26:54'),(82833,67,20101,'','2013-12-11 02:26:54'),(82834,1,20102,'3603209','2013-12-11 02:35:37'),(82835,2,20102,'','2013-12-11 02:35:37'),(82836,3,20102,'','2013-12-11 02:35:37'),(82837,6,20102,'50','2013-12-11 02:35:37'),(82838,7,20102,'DAY','2013-12-11 02:35:37'),(82839,66,20102,'OPD','2013-12-11 02:35:37'),(82840,67,20102,'','2013-12-11 02:35:37'),(82841,1,20104,'','2013-12-11 02:35:37'),(82842,2,20104,'','2013-12-11 02:35:37'),(82843,3,20104,'','2013-12-11 02:35:37'),(82844,6,20104,'','2013-12-11 02:35:37'),(82845,7,20104,'DAY','2013-12-11 02:35:37'),(82846,66,20104,'OPD','2013-12-11 02:35:37'),(82847,67,20104,'','2013-12-11 02:35:37'),(82848,1,20105,'3603210','2013-12-11 02:39:57'),(82849,2,20105,'','2013-12-11 02:39:57'),(82850,3,20105,'','2013-12-11 02:39:57'),(82851,6,20105,'27.3','2013-12-11 02:39:57'),(82852,7,20105,'DAY','2013-12-11 02:39:57'),(82853,66,20105,'OPD','2013-12-11 02:39:57'),(82854,67,20105,'','2013-12-11 02:39:57'),(82855,1,20106,'3603217','2013-12-11 02:48:30'),(82856,2,20106,'597843','2013-12-11 02:48:30'),(82857,3,20106,'','2013-12-11 02:48:30'),(82858,6,20106,'15','2013-12-11 02:48:30'),(82859,7,20106,'DAY','2013-12-11 02:48:30'),(82860,66,20106,'OPD','2013-12-11 02:48:30'),(82861,67,20106,'','2013-12-11 02:48:30'),(82862,1,20107,'3603225','2013-12-11 02:55:18'),(82863,2,20107,'','2013-12-11 02:55:18'),(82864,3,20107,'','2013-12-11 02:55:18'),(82865,6,20107,'94','2013-12-11 02:55:18'),(82866,7,20107,'DAY','2013-12-11 02:55:18'),(82867,66,20107,'TROOM','2013-12-11 02:55:18'),(82868,67,20107,'PAT','2013-12-11 02:55:18'),(82869,1,20109,'','2013-12-11 02:55:18'),(82870,2,20109,'','2013-12-11 02:55:18'),(82871,3,20109,'','2013-12-11 02:55:18'),(82872,6,20109,'','2013-12-11 02:55:18'),(82873,7,20109,'DAY','2013-12-11 02:55:18'),(82874,66,20109,'TROOM','2013-12-11 02:55:18'),(82875,67,20109,'PAT','2013-12-11 02:55:18'),(82876,1,20110,'3603219','2013-12-11 03:02:48'),(82877,2,20110,'597844','2013-12-11 03:02:48'),(82878,3,20110,'','2013-12-11 03:02:48'),(82879,6,20110,'64','2013-12-11 03:02:48'),(82880,7,20110,'DAY','2013-12-11 03:02:48'),(82881,66,20110,'OPD','2013-12-11 03:02:48'),(82882,67,20110,'','2013-12-11 03:02:48'),(82883,1,20112,'','2013-12-11 03:02:49'),(82884,2,20112,'','2013-12-11 03:02:49'),(82885,3,20112,'','2013-12-11 03:02:49'),(82886,6,20112,'','2013-12-11 03:02:49'),(82887,7,20112,'DAY','2013-12-11 03:02:49'),(82888,66,20112,'OPD','2013-12-11 03:02:49'),(82889,67,20112,'','2013-12-11 03:02:49'),(82890,1,20115,'','2013-12-11 03:02:49'),(82891,2,20115,'','2013-12-11 03:02:49'),(82892,3,20115,'','2013-12-11 03:02:49'),(82893,6,20115,'','2013-12-11 03:02:49'),(82894,7,20115,'DAY','2013-12-11 03:02:49'),(82895,66,20115,'OPD','2013-12-11 03:02:49'),(82896,67,20115,'','2013-12-11 03:02:49'),(82897,1,20116,'3603233','2013-12-11 03:10:34'),(82898,2,20116,'','2013-12-11 03:10:34'),(82899,3,20116,'','2013-12-11 03:10:34'),(82900,6,20116,'99.00','2013-12-11 03:10:34'),(82901,7,20116,'DAY','2013-12-11 03:10:34'),(82902,66,20116,'OPD','2013-12-11 03:10:34'),(82903,67,20116,'','2013-12-11 03:10:34'),(82904,1,20118,'','2013-12-11 03:10:35'),(82905,2,20118,'','2013-12-11 03:10:35'),(82906,3,20118,'','2013-12-11 03:10:35'),(82907,6,20118,'','2013-12-11 03:10:35'),(82908,7,20118,'DAY','2013-12-11 03:10:35'),(82909,66,20118,'OPD','2013-12-11 03:10:35'),(82910,67,20118,'','2013-12-11 03:10:35'),(82911,1,20119,'3603237','2013-12-11 03:18:05'),(82912,2,20119,'','2013-12-11 03:18:05'),(82913,3,20119,'','2013-12-11 03:18:05'),(82914,6,20119,'19.50','2013-12-11 03:18:05'),(82915,7,20119,'DAY','2013-12-11 03:18:05'),(82916,66,20119,'OPD','2013-12-11 03:18:05'),(82917,67,20119,'','2013-12-11 03:18:05'),(82918,1,20120,'3603239','2013-12-11 03:25:25'),(82919,2,20120,'','2013-12-11 03:25:25'),(82920,3,20120,'','2013-12-11 03:25:25'),(82921,6,20120,'112.00','2013-12-11 03:25:25'),(82922,7,20120,'DAY','2013-12-11 03:25:25'),(82923,66,20120,'OPD','2013-12-11 03:25:25'),(82924,67,20120,'','2013-12-11 03:25:25'),(82925,1,20122,'','2013-12-11 03:25:26'),(82926,2,20122,'','2013-12-11 03:25:26'),(82927,3,20122,'','2013-12-11 03:25:26'),(82928,6,20122,'','2013-12-11 03:25:26'),(82929,7,20122,'DAY','2013-12-11 03:25:26'),(82930,66,20122,'OPD','2013-12-11 03:25:26'),(82931,67,20122,'','2013-12-11 03:25:26'),(82932,1,20125,'','2013-12-11 03:25:26'),(82933,2,20125,'','2013-12-11 03:25:26'),(82934,3,20125,'','2013-12-11 03:25:26'),(82935,6,20125,'','2013-12-11 03:25:26'),(82936,7,20125,'DAY','2013-12-11 03:25:26'),(82937,66,20125,'OPD','2013-12-11 03:25:26'),(82938,67,20125,'','2013-12-11 03:25:26'),(82939,1,20126,'3603242','2013-12-11 03:31:19'),(82940,2,20126,'','2013-12-11 03:31:19'),(82941,3,20126,'','2013-12-11 03:31:19'),(82942,6,20126,'37.00','2013-12-11 03:31:19'),(82943,7,20126,'DAY','2013-12-11 03:31:19'),(82944,66,20126,'OPD','2013-12-11 03:31:19'),(82945,67,20126,'','2013-12-11 03:31:19'),(82946,1,20127,'3603243','2013-12-11 03:42:47'),(82947,2,20127,'597850','2013-12-11 03:42:47'),(82948,3,20127,'','2013-12-11 03:42:47'),(82949,6,20127,'20.00','2013-12-11 03:42:47'),(82950,7,20127,'DAY','2013-12-11 03:42:47'),(82951,66,20127,'OPD','2013-12-11 03:42:47'),(82952,67,20127,'','2013-12-11 03:42:47'),(82953,1,20128,'','2013-12-11 03:56:56'),(82954,2,20128,'','2013-12-11 03:56:56'),(82955,3,20128,'','2013-12-11 03:56:56'),(82956,6,20128,'','2013-12-11 03:56:56'),(82957,7,20128,'DAY','2013-12-11 03:56:56'),(82958,66,20128,'OPD','2013-12-11 03:56:56'),(82959,67,20128,'','2013-12-11 03:56:56'),(82960,1,20129,'','2013-12-11 04:05:31'),(82961,2,20129,'','2013-12-11 04:05:31'),(82962,3,20129,'','2013-12-11 04:05:31'),(82963,6,20129,'','2013-12-11 04:05:31'),(82964,7,20129,'DAY','2013-12-11 04:05:31'),(82965,66,20129,'OPD','2013-12-11 04:05:31'),(82966,67,20129,'','2013-12-11 04:05:31'),(82967,1,20130,'3603260','2013-12-11 04:08:18'),(82968,2,20130,'','2013-12-11 04:08:18'),(82969,3,20130,'','2013-12-11 04:08:18'),(82970,6,20130,'76.00','2013-12-11 04:08:18'),(82971,7,20130,'NIGHT','2013-12-11 04:08:18'),(82972,66,20130,'OPD','2013-12-11 04:08:18'),(82973,67,20130,'','2013-12-11 04:08:18'),(82974,1,20132,'','2013-12-11 04:08:18'),(82975,2,20132,'','2013-12-11 04:08:18'),(82976,3,20132,'','2013-12-11 04:08:18'),(82977,6,20132,'','2013-12-11 04:08:18'),(82978,7,20132,'DAY','2013-12-11 04:08:18'),(82979,66,20132,'OPD','2013-12-11 04:08:18'),(82980,67,20132,'','2013-12-11 04:08:18'),(82981,1,20133,'3603262','2013-12-11 04:25:53'),(82982,2,20133,'597654','2013-12-11 04:25:53'),(82983,3,20133,'','2013-12-11 04:25:53'),(82984,6,20133,'81.00','2013-12-11 04:25:53'),(82985,7,20133,'NIGHT','2013-12-11 04:25:53'),(82986,66,20133,'OPD','2013-12-11 04:25:53'),(82987,67,20133,'','2013-12-11 04:25:53'),(82988,1,20134,'597856','2013-12-11 04:37:31'),(82989,2,20134,'3603270','2013-12-11 04:37:31'),(82990,3,20134,'','2013-12-11 04:37:31'),(82991,6,20134,'30.00','2013-12-11 04:37:31'),(82992,7,20134,'NIGHT','2013-12-11 04:37:31'),(82993,66,20134,'OPD','2013-12-11 04:37:31'),(82994,67,20134,'','2013-12-11 04:37:31'),(82995,1,20135,'3603274','2013-12-11 04:58:40'),(82996,2,20135,'','2013-12-11 04:58:40'),(82997,3,20135,'','2013-12-11 04:58:40'),(82998,6,20135,'65.00','2013-12-11 04:58:40'),(82999,7,20135,'NIGHT','2013-12-11 04:58:40'),(83000,66,20135,'WARD B','2013-12-11 04:58:40'),(83001,67,20135,'YVONNE','2013-12-11 04:58:40'),(83002,1,20136,'3603275','2013-12-11 05:00:52'),(83003,2,20136,'','2013-12-11 05:00:52'),(83004,3,20136,'','2013-12-11 05:00:52'),(83005,6,20136,'153.00','2013-12-11 05:00:52'),(83006,7,20136,'NIGHT','2013-12-11 05:00:52'),(83007,66,20136,'WARD C','2013-12-11 05:00:52'),(83008,67,20136,'YVONNE','2013-12-11 05:00:52'),(83009,1,20138,'','2013-12-11 05:00:52'),(83010,2,20138,'','2013-12-11 05:00:52'),(83011,3,20138,'','2013-12-11 05:00:52'),(83012,6,20138,'','2013-12-11 05:00:52'),(83013,7,20138,'NIGHT','2013-12-11 05:00:52'),(83014,66,20138,'WARD C','2013-12-11 05:00:52'),(83015,67,20138,'YVONNE','2013-12-11 05:00:52'),(83016,1,20139,'3603308','2013-12-11 06:24:36'),(83017,2,20139,'597867','2013-12-11 06:24:36'),(83018,3,20139,'','2013-12-11 06:24:36'),(83019,6,20139,'84.00','2013-12-11 06:24:36'),(83020,7,20139,'NIGHT','2013-12-11 06:24:36'),(83021,66,20139,'TROOM','2013-12-11 06:24:36'),(83022,67,20139,'','2013-12-11 06:24:36'),(83023,1,20141,'','2013-12-11 06:24:36'),(83024,2,20141,'','2013-12-11 06:24:36'),(83025,3,20141,'','2013-12-11 06:24:36'),(83026,6,20141,'','2013-12-11 06:24:36'),(83027,7,20141,'DAY','2013-12-11 06:24:36'),(83028,66,20141,'OPD','2013-12-11 06:24:36'),(83029,67,20141,'','2013-12-11 06:24:36'),(83030,1,20144,'','2013-12-11 06:24:36'),(83031,2,20144,'','2013-12-11 06:24:36'),(83032,3,20144,'','2013-12-11 06:24:36'),(83033,6,20144,'','2013-12-11 06:24:36'),(83034,7,20144,'DAY','2013-12-11 06:24:36'),(83035,66,20144,'OPD','2013-12-11 06:24:36'),(83036,67,20144,'','2013-12-11 06:24:36'),(83037,1,20145,'3603331','2013-12-11 07:34:31'),(83038,2,20145,'597874','2013-12-11 07:34:31'),(83039,3,20145,'','2013-12-11 07:34:31'),(83040,6,20145,'64.00','2013-12-11 07:34:31'),(83041,7,20145,'NIGHT','2013-12-11 07:34:31'),(83042,66,20145,'TROOM','2013-12-11 07:34:31'),(83043,67,20145,'','2013-12-11 07:34:31'),(83044,1,20147,'','2013-12-11 07:34:31'),(83045,2,20147,'','2013-12-11 07:34:31'),(83046,3,20147,'','2013-12-11 07:34:31'),(83047,6,20147,'','2013-12-11 07:34:31'),(83048,7,20147,'DAY','2013-12-11 07:34:31'),(83049,66,20147,'OPD','2013-12-11 07:34:31'),(83050,67,20147,'','2013-12-11 07:34:31'),(83051,1,20150,'','2013-12-11 07:34:31'),(83052,2,20150,'','2013-12-11 07:34:31'),(83053,3,20150,'','2013-12-11 07:34:31'),(83054,6,20150,'','2013-12-11 07:34:31'),(83055,7,20150,'DAY','2013-12-11 07:34:31'),(83056,66,20150,'OPD','2013-12-11 07:34:31'),(83057,67,20150,'','2013-12-11 07:34:32'),(83058,1,20151,'3603378','2013-12-11 13:48:44'),(83059,2,20151,'597882','2013-12-11 13:48:44'),(83060,3,20151,'','2013-12-11 13:48:44'),(83061,6,20151,'47.00','2013-12-11 13:48:44'),(83062,7,20151,'NIGHT','2013-12-11 13:48:44'),(83063,66,20151,'OPD','2013-12-11 13:48:44'),(83064,67,20151,'','2013-12-11 13:48:44'),(83065,1,20153,'','2013-12-11 13:48:44'),(83066,2,20153,'','2013-12-11 13:48:44'),(83067,3,20153,'','2013-12-11 13:48:44'),(83068,6,20153,'','2013-12-11 13:48:44'),(83069,7,20153,'DAY','2013-12-11 13:48:44'),(83070,66,20153,'OPD','2013-12-11 13:48:44'),(83071,67,20153,'','2013-12-11 13:48:44'),(83072,1,20154,'3603379','2013-12-11 14:34:38'),(83073,2,20154,'','2013-12-11 14:34:38'),(83074,3,20154,'','2013-12-11 14:34:38'),(83075,6,20154,'212.00','2013-12-11 14:34:38'),(83076,7,20154,'DAY','2013-12-11 14:34:38'),(83077,66,20154,'OPD','2013-12-11 14:34:38'),(83078,67,20154,'','2013-12-11 14:34:38'),(83079,1,20155,'','2013-12-11 14:37:27'),(83080,2,20155,'597698','2013-12-11 14:37:27'),(83081,3,20155,'','2013-12-11 14:37:27'),(83082,6,20155,'','2013-12-11 14:37:27'),(83083,7,20155,'DAY','2013-12-11 14:37:27'),(83084,66,20155,'OPD','2013-12-11 14:37:27'),(83085,67,20155,'','2013-12-11 14:37:27'),(83086,1,20156,'3603380','2013-12-11 14:41:02'),(83087,2,20156,'','2013-12-11 14:41:02'),(83088,3,20156,'','2013-12-11 14:41:02'),(83089,6,20156,'178.00','2013-12-11 14:41:02'),(83090,7,20156,'DAY','2013-12-11 14:41:02'),(83091,66,20156,'OPD','2013-12-11 14:41:02'),(83092,67,20156,'','2013-12-11 14:41:02'),(83093,1,20157,'3603400','2013-12-11 15:38:58'),(83094,2,20157,'','2013-12-11 15:38:58'),(83095,3,20157,'','2013-12-11 15:38:58'),(83096,6,20157,'65','2013-12-11 15:38:58'),(83097,7,20157,'DAY','2013-12-11 15:38:58'),(83098,66,20157,'WARD B','2013-12-11 15:38:58'),(83099,67,20157,'ERIC','2013-12-11 15:38:58'),(83100,1,20158,'3603402','2013-12-11 15:52:34'),(83101,2,20158,'','2013-12-11 15:52:34'),(83102,3,20158,'','2013-12-11 15:52:34'),(83103,6,20158,'106','2013-12-11 15:52:34'),(83104,7,20158,'DAY','2013-12-11 15:52:34'),(83105,66,20158,'TROOM','2013-12-11 15:52:34'),(83106,67,20158,'PAUL','2013-12-11 15:52:34'),(83107,1,20159,'3603173','2013-12-11 15:54:17'),(83108,2,20159,'','2013-12-11 15:54:17'),(83109,3,20159,'','2013-12-11 15:54:17'),(83110,6,20159,'25','2013-12-11 15:54:17'),(83111,7,20159,'DAY','2013-12-11 15:54:17'),(83112,66,20159,'WARD C','2013-12-11 15:54:17'),(83113,67,20159,'LUTHUR','2013-12-11 15:54:17'),(83114,1,20160,'3603455','2013-12-11 16:44:04'),(83115,2,20160,'','2013-12-11 16:44:04'),(83116,3,20160,'','2013-12-11 16:44:04'),(83117,6,20160,'45','2013-12-11 16:44:04'),(83118,7,20160,'DAY','2013-12-11 16:44:04'),(83119,66,20160,'EXT. REQ','2013-12-11 16:44:04'),(83120,67,20160,'','2013-12-11 16:44:04'),(83121,1,20161,'3603479','2013-12-11 17:10:12'),(83122,2,20161,'','2013-12-11 17:10:12'),(83123,3,20161,'','2013-12-11 17:10:12'),(83124,6,20161,'92','2013-12-11 17:10:12'),(83125,7,20161,'DAY','2013-12-11 17:10:12'),(83126,66,20161,'OPD','2013-12-11 17:10:12'),(83127,67,20161,'','2013-12-11 17:10:12'),(83128,1,20162,'3603493','2013-12-11 17:21:10'),(83129,2,20162,'597907','2013-12-11 17:21:10'),(83130,3,20162,'','2013-12-11 17:21:10'),(83131,6,20162,'83','2013-12-11 17:21:10'),(83132,7,20162,'DAY','2013-12-11 17:21:10'),(83133,66,20162,'OPD','2013-12-11 17:21:10'),(83134,67,20162,'','2013-12-11 17:21:10'),(83135,1,20164,'','2013-12-11 17:21:11'),(83136,2,20164,'','2013-12-11 17:21:11'),(83137,3,20164,'','2013-12-11 17:21:11'),(83138,6,20164,'','2013-12-11 17:21:11'),(83139,7,20164,'DAY','2013-12-11 17:21:11'),(83140,66,20164,'OPD','2013-12-11 17:21:11'),(83141,67,20164,'','2013-12-11 17:21:11'),(83142,1,20165,'3597256','2013-12-11 17:32:57'),(83143,2,20165,'596347','2013-12-11 17:32:57'),(83144,3,20165,'','2013-12-11 17:32:57'),(83145,6,20165,'147','2013-12-11 17:32:57'),(83146,7,20165,'DAY','2013-12-11 17:32:57'),(83147,66,20165,'OPD','2013-12-11 17:32:57'),(83148,67,20165,'','2013-12-11 17:32:57'),(83149,1,20167,'','2013-12-11 17:32:57'),(83150,2,20167,'','2013-12-11 17:32:57'),(83151,3,20167,'','2013-12-11 17:32:57'),(83152,6,20167,'','2013-12-11 17:32:57'),(83153,7,20167,'DAY','2013-12-11 17:32:57'),(83154,66,20167,'OPD','2013-12-11 17:32:57'),(83155,67,20167,'','2013-12-11 17:32:57'),(83156,1,20170,'','2013-12-11 17:32:57'),(83157,2,20170,'','2013-12-11 17:32:57'),(83158,3,20170,'','2013-12-11 17:32:57'),(83159,6,20170,'','2013-12-11 17:32:57'),(83160,7,20170,'DAY','2013-12-11 17:32:57'),(83161,66,20170,'OPD','2013-12-11 17:32:57'),(83162,67,20170,'','2013-12-11 17:32:57'),(83163,1,20171,'3603498','2013-12-11 17:41:37'),(83164,2,20171,'','2013-12-11 17:41:37'),(83165,3,20171,'','2013-12-11 17:41:37'),(83166,6,20171,'22','2013-12-11 17:41:37'),(83167,7,20171,'DAY','2013-12-11 17:41:37'),(83168,66,20171,'OPD','2013-12-11 17:41:37'),(83169,67,20171,'','2013-12-11 17:41:37'),(83170,1,20172,'','2013-12-11 17:43:25'),(83171,2,20172,'','2013-12-11 17:43:25'),(83172,3,20172,'','2013-12-11 17:43:25'),(83173,6,20172,'246','2013-12-11 17:43:25'),(83174,7,20172,'DAY','2013-12-11 17:43:25'),(83175,66,20172,'OPD','2013-12-11 17:43:25'),(83176,67,20172,'','2013-12-11 17:43:25'),(83177,1,20173,'3603501','2013-12-11 17:46:10'),(83178,2,20173,'','2013-12-11 17:46:10'),(83179,3,20173,'','2013-12-11 17:46:10'),(83180,6,20173,'620','2013-12-11 17:46:10'),(83181,7,20173,'DAY','2013-12-11 17:46:10'),(83182,66,20173,'OPD','2013-12-11 17:46:10'),(83183,67,20173,'','2013-12-11 17:46:10'),(83184,1,20174,'3603506','2013-12-11 18:01:00'),(83185,2,20174,'','2013-12-11 18:01:00'),(83186,3,20174,'','2013-12-11 18:01:00'),(83187,6,20174,'76','2013-12-11 18:01:00'),(83188,7,20174,'DAY','2013-12-11 18:01:00'),(83189,66,20174,'OPD','2013-12-11 18:01:00'),(83190,67,20174,'','2013-12-11 18:01:00'),(83191,1,20175,'','2013-12-11 18:02:30'),(83192,2,20175,'','2013-12-11 18:02:30'),(83193,3,20175,'','2013-12-11 18:02:30'),(83194,6,20175,'81','2013-12-11 18:02:30'),(83195,7,20175,'DAY','2013-12-11 18:02:30'),(83196,66,20175,'OPD','2013-12-11 18:02:30'),(83197,67,20175,'','2013-12-11 18:02:30'),(83198,1,20176,'','2013-12-11 18:04:04'),(83199,2,20176,'','2013-12-11 18:04:04'),(83200,3,20176,'','2013-12-11 18:04:04'),(83201,6,20176,'','2013-12-11 18:04:04'),(83202,7,20176,'DAY','2013-12-11 18:04:04'),(83203,66,20176,'OPD','2013-12-11 18:04:04'),(83204,67,20176,'','2013-12-11 18:04:04'),(83205,1,20177,'3603526','2013-12-11 18:06:36'),(83206,2,20177,'','2013-12-11 18:06:36'),(83207,3,20177,'','2013-12-11 18:06:36'),(83208,6,20177,'228','2013-12-11 18:06:36'),(83209,7,20177,'DAY','2013-12-11 18:06:36'),(83210,66,20177,'OPD','2013-12-11 18:06:36'),(83211,67,20177,'','2013-12-11 18:06:36'),(83212,1,20179,'','2013-12-11 18:06:36'),(83213,2,20179,'','2013-12-11 18:06:36'),(83214,3,20179,'','2013-12-11 18:06:36'),(83215,6,20179,'','2013-12-11 18:06:36'),(83216,7,20179,'DAY','2013-12-11 18:06:36'),(83217,66,20179,'OPD','2013-12-11 18:06:36'),(83218,67,20179,'','2013-12-11 18:06:36'),(83219,1,20182,'','2013-12-11 18:06:37'),(83220,2,20182,'','2013-12-11 18:06:37'),(83221,3,20182,'','2013-12-11 18:06:37'),(83222,6,20182,'','2013-12-11 18:06:37'),(83223,7,20182,'DAY','2013-12-11 18:06:37'),(83224,66,20182,'OPD','2013-12-11 18:06:37'),(83225,67,20182,'','2013-12-11 18:06:37'),(83226,1,20186,'','2013-12-11 18:06:37'),(83227,2,20186,'','2013-12-11 18:06:37'),(83228,3,20186,'','2013-12-11 18:06:37'),(83229,6,20186,'','2013-12-11 18:06:37'),(83230,7,20186,'DAY','2013-12-11 18:06:37'),(83231,66,20186,'OPD','2013-12-11 18:06:37'),(83232,67,20186,'','2013-12-11 18:06:37'),(83233,1,20191,'','2013-12-11 18:06:37'),(83234,2,20191,'','2013-12-11 18:06:37'),(83235,3,20191,'','2013-12-11 18:06:37'),(83236,6,20191,'','2013-12-11 18:06:37'),(83237,7,20191,'DAY','2013-12-11 18:06:37'),(83238,66,20191,'OPD','2013-12-11 18:06:37'),(83239,67,20191,'','2013-12-11 18:06:37'),(83240,1,20192,'3602563','2013-12-11 18:08:32'),(83241,2,20192,'','2013-12-11 18:08:32'),(83242,3,20192,'','2013-12-11 18:08:32'),(83243,6,20192,'221','2013-12-11 18:08:32'),(83244,7,20192,'DAY','2013-12-11 18:08:32'),(83245,66,20192,'OPD','2013-12-11 18:08:32'),(83246,67,20192,'','2013-12-11 18:08:32'),(83247,1,20194,'','2013-12-11 18:08:32'),(83248,2,20194,'','2013-12-11 18:08:32'),(83249,3,20194,'','2013-12-11 18:08:32'),(83250,6,20194,'','2013-12-11 18:08:32'),(83251,7,20194,'DAY','2013-12-11 18:08:32'),(83252,66,20194,'OPD','2013-12-11 18:08:32'),(83253,67,20194,'','2013-12-11 18:08:32'),(83254,1,20197,'','2013-12-11 18:08:32'),(83255,2,20197,'','2013-12-11 18:08:32'),(83256,3,20197,'','2013-12-11 18:08:32'),(83257,6,20197,'','2013-12-11 18:08:32'),(83258,7,20197,'DAY','2013-12-11 18:08:32'),(83259,66,20197,'OPD','2013-12-11 18:08:32'),(83260,67,20197,'','2013-12-11 18:08:32'),(83261,1,20198,'3603532','2013-12-11 18:14:14'),(83262,2,20198,'597918','2013-12-11 18:14:14'),(83263,3,20198,'','2013-12-11 18:14:14'),(83264,6,20198,'35','2013-12-11 18:14:14'),(83265,7,20198,'DAY','2013-12-11 18:14:14'),(83266,66,20198,'SELF REQ','2013-12-11 18:14:14'),(83267,67,20198,'','2013-12-11 18:14:14'),(83268,1,20199,'3603534','2013-12-11 18:15:47'),(83269,2,20199,'','2013-12-11 18:15:47'),(83270,3,20199,'','2013-12-11 18:15:47'),(83271,6,20199,'47','2013-12-11 18:15:47'),(83272,7,20199,'DAY','2013-12-11 18:15:47'),(83273,66,20199,'OPD','2013-12-11 18:15:47'),(83274,67,20199,'','2013-12-11 18:15:47'),(83275,1,20201,'','2013-12-11 18:15:47'),(83276,2,20201,'','2013-12-11 18:15:47'),(83277,3,20201,'','2013-12-11 18:15:47'),(83278,6,20201,'','2013-12-11 18:15:47'),(83279,7,20201,'DAY','2013-12-11 18:15:47'),(83280,66,20201,'OPD','2013-12-11 18:15:47'),(83281,67,20201,'','2013-12-11 18:15:47'),(83282,1,20202,'3603542','2013-12-11 18:17:48'),(83283,2,20202,'','2013-12-11 18:17:48'),(83284,3,20202,'','2013-12-11 18:17:48'),(83285,6,20202,'68','2013-12-11 18:17:48'),(83286,7,20202,'DAY','2013-12-11 18:17:48'),(83287,66,20202,'TROOM','2013-12-11 18:17:48'),(83288,67,20202,'AKUA','2013-12-11 18:17:48'),(83289,1,20204,'','2013-12-11 18:17:48'),(83290,2,20204,'','2013-12-11 18:17:48'),(83291,3,20204,'','2013-12-11 18:17:48'),(83292,6,20204,'','2013-12-11 18:17:48'),(83293,7,20204,'DAY','2013-12-11 18:17:48'),(83294,66,20204,'TROOM','2013-12-11 18:17:48'),(83295,67,20204,'AKUA','2013-12-11 18:17:48'),(83296,1,20207,'','2013-12-11 18:17:48'),(83297,2,20207,'','2013-12-11 18:17:48'),(83298,3,20207,'','2013-12-11 18:17:48'),(83299,6,20207,'','2013-12-11 18:17:48'),(83300,7,20207,'DAY','2013-12-11 18:17:48'),(83301,66,20207,'TROOM','2013-12-11 18:17:48'),(83302,67,20207,'AKUA','2013-12-11 18:17:48'),(83303,1,20208,'3603539','2013-12-11 18:23:27'),(83304,2,20208,'597921','2013-12-11 18:23:27'),(83305,3,20208,'','2013-12-11 18:23:27'),(83306,6,20208,'197','2013-12-11 18:23:27'),(83307,7,20208,'DAY','2013-12-11 18:23:27'),(83308,66,20208,'OPD','2013-12-11 18:23:27'),(83309,67,20208,'','2013-12-11 18:23:27'),(83310,1,20210,'','2013-12-11 18:23:27'),(83311,2,20210,'','2013-12-11 18:23:27'),(83312,3,20210,'','2013-12-11 18:23:27'),(83313,6,20210,'','2013-12-11 18:23:27'),(83314,7,20210,'DAY','2013-12-11 18:23:27'),(83315,66,20210,'OPD','2013-12-11 18:23:27'),(83316,67,20210,'','2013-12-11 18:23:27'),(83317,1,20211,'3603545','2013-12-11 18:25:26'),(83318,2,20211,'597923','2013-12-11 18:25:26'),(83319,3,20211,'','2013-12-11 18:25:27'),(83320,6,20211,'80','2013-12-11 18:25:27'),(83321,7,20211,'DAY','2013-12-11 18:25:27'),(83322,66,20211,'OPD','2013-12-11 18:25:27'),(83323,67,20211,'','2013-12-11 18:25:27'),(83324,1,20212,'3602870','2013-12-11 18:40:17'),(83325,2,20212,'597755','2013-12-11 18:40:17'),(83326,3,20212,'','2013-12-11 18:40:17'),(83327,6,20212,'940','2013-12-11 18:40:17'),(83328,7,20212,'DAY','2013-12-11 18:40:17'),(83329,66,20212,'OPD','2013-12-11 18:40:17'),(83330,67,20212,'','2013-12-11 18:40:17'),(83331,1,20214,'','2013-12-11 18:40:18'),(83332,2,20214,'','2013-12-11 18:40:18'),(83333,3,20214,'','2013-12-11 18:40:18'),(83334,6,20214,'','2013-12-11 18:40:18'),(83335,7,20214,'DAY','2013-12-11 18:40:18'),(83336,66,20214,'OPD','2013-12-11 18:40:18'),(83337,67,20214,'','2013-12-11 18:40:18'),(83338,1,20217,'','2013-12-11 18:40:18'),(83339,2,20217,'','2013-12-11 18:40:18'),(83340,3,20217,'','2013-12-11 18:40:18'),(83341,6,20217,'','2013-12-11 18:40:18'),(83342,7,20217,'DAY','2013-12-11 18:40:18'),(83343,66,20217,'OPD','2013-12-11 18:40:18'),(83344,67,20217,'','2013-12-11 18:40:18'),(83345,1,20221,'','2013-12-11 18:40:18'),(83346,2,20221,'','2013-12-11 18:40:18'),(83347,3,20221,'','2013-12-11 18:40:18'),(83348,6,20221,'','2013-12-11 18:40:18'),(83349,7,20221,'DAY','2013-12-11 18:40:18'),(83350,66,20221,'OPD','2013-12-11 18:40:18'),(83351,67,20221,'','2013-12-11 18:40:18'),(83352,1,20226,'','2013-12-11 18:40:18'),(83353,2,20226,'','2013-12-11 18:40:18'),(83354,3,20226,'','2013-12-11 18:40:18'),(83355,6,20226,'','2013-12-11 18:40:18'),(83356,7,20226,'DAY','2013-12-11 18:40:18'),(83357,66,20226,'OPD','2013-12-11 18:40:18'),(83358,67,20226,'','2013-12-11 18:40:18'),(83359,1,20227,'3603546','2013-12-11 18:41:55'),(83360,2,20227,'','2013-12-11 18:41:55'),(83361,3,20227,'','2013-12-11 18:41:55'),(83362,6,20227,'203','2013-12-11 18:41:55'),(83363,7,20227,'DAY','2013-12-11 18:41:55'),(83364,66,20227,'OPD','2013-12-11 18:41:55'),(83365,67,20227,'','2013-12-11 18:41:55'),(83366,1,20229,'','2013-12-11 18:41:55'),(83367,2,20229,'','2013-12-11 18:41:55'),(83368,3,20229,'','2013-12-11 18:41:55'),(83369,6,20229,'','2013-12-11 18:41:55'),(83370,7,20229,'DAY','2013-12-11 18:41:55'),(83371,66,20229,'OPD','2013-12-11 18:41:55'),(83372,67,20229,'','2013-12-11 18:41:55'),(83373,1,20230,'3603559','2013-12-11 18:47:41'),(83374,2,20230,'','2013-12-11 18:47:41'),(83375,3,20230,'','2013-12-11 18:47:41'),(83376,6,20230,'70','2013-12-11 18:47:41'),(83377,7,20230,'DAY','2013-12-11 18:47:41'),(83378,66,20230,'OPD','2013-12-11 18:47:41'),(83379,67,20230,'','2013-12-11 18:47:41'),(83380,1,20231,'3603555','2013-12-11 18:50:19'),(83381,2,20231,'','2013-12-11 18:50:19'),(83382,3,20231,'','2013-12-11 18:50:19'),(83383,6,20231,'60','2013-12-11 18:50:19'),(83384,7,20231,'DAY','2013-12-11 18:50:19'),(83385,66,20231,'OPD','2013-12-11 18:50:19'),(83386,67,20231,'','2013-12-11 18:50:19'),(83387,1,20233,'','2013-12-11 18:50:20'),(83388,2,20233,'','2013-12-11 18:50:20'),(83389,3,20233,'','2013-12-11 18:50:20'),(83390,6,20233,'','2013-12-11 18:50:20'),(83391,7,20233,'DAY','2013-12-11 18:50:20'),(83392,66,20233,'OPD','2013-12-11 18:50:20'),(83393,67,20233,'','2013-12-11 18:50:20'),(83394,1,20234,'3603562','2013-12-11 18:54:15'),(83395,2,20234,'597835','2013-12-11 18:54:15'),(83396,3,20234,'','2013-12-11 18:54:15'),(83397,6,20234,'241','2013-12-11 18:54:15'),(83398,7,20234,'DAY','2013-12-11 18:54:15'),(83399,66,20234,'OPD','2013-12-11 18:54:15'),(83400,67,20234,'','2013-12-11 18:54:15'),(83401,1,20236,'','2013-12-11 18:54:16'),(83402,2,20236,'','2013-12-11 18:54:16'),(83403,3,20236,'','2013-12-11 18:54:16'),(83404,6,20236,'','2013-12-11 18:54:16'),(83405,7,20236,'DAY','2013-12-11 18:54:16'),(83406,66,20236,'OPD','2013-12-11 18:54:16'),(83407,67,20236,'','2013-12-11 18:54:16'),(83408,1,20239,'','2013-12-11 18:54:16'),(83409,2,20239,'','2013-12-11 18:54:16'),(83410,3,20239,'','2013-12-11 18:54:16'),(83411,6,20239,'','2013-12-11 18:54:16'),(83412,7,20239,'DAY','2013-12-11 18:54:16'),(83413,66,20239,'OPD','2013-12-11 18:54:16'),(83414,67,20239,'','2013-12-11 18:54:16'),(83415,1,20240,'3603556','2013-12-11 18:57:06'),(83416,2,20240,'597933','2013-12-11 18:57:06'),(83417,3,20240,'','2013-12-11 18:57:06'),(83418,6,20240,'248','2013-12-11 18:57:06'),(83419,7,20240,'DAY','2013-12-11 18:57:06'),(83420,66,20240,'OPD','2013-12-11 18:57:06'),(83421,67,20240,'','2013-12-11 18:57:06'),(83422,1,20242,'','2013-12-11 18:57:06'),(83423,2,20242,'','2013-12-11 18:57:06'),(83424,3,20242,'','2013-12-11 18:57:06'),(83425,6,20242,'','2013-12-11 18:57:06'),(83426,7,20242,'DAY','2013-12-11 18:57:06'),(83427,66,20242,'OPD','2013-12-11 18:57:06'),(83428,67,20242,'','2013-12-11 18:57:06'),(83429,1,20245,'','2013-12-11 18:57:07'),(83430,2,20245,'','2013-12-11 18:57:07'),(83431,3,20245,'','2013-12-11 18:57:07'),(83432,6,20245,'','2013-12-11 18:57:07'),(83433,7,20245,'DAY','2013-12-11 18:57:07'),(83434,66,20245,'OPD','2013-12-11 18:57:07'),(83435,67,20245,'','2013-12-11 18:57:07'),(83436,1,20246,'','2013-12-11 19:01:53'),(83437,2,20246,'','2013-12-11 19:01:53'),(83438,3,20246,'','2013-12-11 19:01:53'),(83439,6,20246,'37','2013-12-11 19:01:53'),(83440,7,20246,'DAY','2013-12-11 19:01:53'),(83441,66,20246,'OPD','2013-12-11 19:01:53'),(83442,67,20246,'','2013-12-11 19:01:53'),(83443,1,20247,'','2013-12-11 19:04:45'),(83444,2,20247,'597934','2013-12-11 19:04:45'),(83445,3,20247,'','2013-12-11 19:04:45'),(83446,6,20247,'104','2013-12-11 19:04:45'),(83447,7,20247,'DAY','2013-12-11 19:04:45'),(83448,66,20247,'OPD','2013-12-11 19:04:45'),(83449,67,20247,'','2013-12-11 19:04:45'),(83450,1,20249,'','2013-12-11 19:04:45'),(83451,2,20249,'','2013-12-11 19:04:45'),(83452,3,20249,'','2013-12-11 19:04:45'),(83453,6,20249,'','2013-12-11 19:04:45'),(83454,7,20249,'DAY','2013-12-11 19:04:45'),(83455,66,20249,'OPD','2013-12-11 19:04:45'),(83456,67,20249,'','2013-12-11 19:04:45'),(83457,1,20252,'','2013-12-11 19:04:46'),(83458,2,20252,'','2013-12-11 19:04:46'),(83459,3,20252,'','2013-12-11 19:04:46'),(83460,6,20252,'','2013-12-11 19:04:46'),(83461,7,20252,'DAY','2013-12-11 19:04:46'),(83462,66,20252,'OPD','2013-12-11 19:04:46'),(83463,67,20252,'','2013-12-11 19:04:46'),(83464,1,20253,'3603570','2013-12-11 19:13:03'),(83465,2,20253,'','2013-12-11 19:13:03'),(83466,3,20253,'','2013-12-11 19:13:03'),(83467,6,20253,'50','2013-12-11 19:13:03'),(83468,7,20253,'DAY','2013-12-11 19:13:03'),(83469,66,20253,'OPD','2013-12-11 19:13:03'),(83470,67,20253,'','2013-12-11 19:13:03'),(83471,1,20255,'','2013-12-11 19:13:03'),(83472,2,20255,'','2013-12-11 19:13:03'),(83473,3,20255,'','2013-12-11 19:13:03'),(83474,6,20255,'','2013-12-11 19:13:03'),(83475,7,20255,'DAY','2013-12-11 19:13:03'),(83476,66,20255,'OPD','2013-12-11 19:13:03'),(83477,67,20255,'','2013-12-11 19:13:03'),(83478,1,20256,'','2013-12-11 19:15:43'),(83479,2,20256,'597936','2013-12-11 19:15:43'),(83480,3,20256,'','2013-12-11 19:15:43'),(83481,6,20256,'77','2013-12-11 19:15:43'),(83482,7,20256,'DAY','2013-12-11 19:15:43'),(83483,66,20256,'OPD','2013-12-11 19:15:43'),(83484,67,20256,'','2013-12-11 19:15:43'),(83485,1,20258,'','2013-12-11 19:15:43'),(83486,2,20258,'','2013-12-11 19:15:43'),(83487,3,20258,'','2013-12-11 19:15:43'),(83488,6,20258,'','2013-12-11 19:15:43'),(83489,7,20258,'DAY','2013-12-11 19:15:43'),(83490,66,20258,'OPD','2013-12-11 19:15:43'),(83491,67,20258,'','2013-12-11 19:15:43'),(83492,1,20261,'','2013-12-11 19:15:43'),(83493,2,20261,'','2013-12-11 19:15:43'),(83494,3,20261,'','2013-12-11 19:15:43'),(83495,6,20261,'','2013-12-11 19:15:43'),(83496,7,20261,'DAY','2013-12-11 19:15:43'),(83497,66,20261,'OPD','2013-12-11 19:15:43'),(83498,67,20261,'','2013-12-11 19:15:43'),(83499,1,20262,'3603589','2013-12-11 19:27:17'),(83500,2,20262,'','2013-12-11 19:27:17'),(83501,3,20262,'','2013-12-11 19:27:17'),(83502,6,20262,'287','2013-12-11 19:27:17'),(83503,7,20262,'DAY','2013-12-11 19:27:17'),(83504,66,20262,'OPD','2013-12-11 19:27:17'),(83505,67,20262,'','2013-12-11 19:27:17'),(83506,1,20264,'','2013-12-11 19:27:17'),(83507,2,20264,'','2013-12-11 19:27:17'),(83508,3,20264,'','2013-12-11 19:27:17'),(83509,6,20264,'','2013-12-11 19:27:17'),(83510,7,20264,'DAY','2013-12-11 19:27:17'),(83511,66,20264,'OPD','2013-12-11 19:27:17'),(83512,67,20264,'','2013-12-11 19:27:17'),(83513,1,20267,'','2013-12-11 19:27:18'),(83514,2,20267,'','2013-12-11 19:27:18'),(83515,3,20267,'','2013-12-11 19:27:18'),(83516,6,20267,'','2013-12-11 19:27:18'),(83517,7,20267,'DAY','2013-12-11 19:27:18'),(83518,66,20267,'OPD','2013-12-11 19:27:18'),(83519,67,20267,'','2013-12-11 19:27:18'),(83520,1,20268,'3603612','2013-12-11 19:37:31'),(83521,2,20268,'597948','2013-12-11 19:37:31'),(83522,3,20268,'','2013-12-11 19:37:31'),(83523,6,20268,'69','2013-12-11 19:37:31'),(83524,7,20268,'DAY','2013-12-11 19:37:31'),(83525,66,20268,'OPD','2013-12-11 19:37:31'),(83526,67,20268,'','2013-12-11 19:37:31'),(83527,1,20269,'3603417','2013-12-11 19:39:40'),(83528,2,20269,'597949','2013-12-11 19:39:40'),(83529,3,20269,'','2013-12-11 19:39:40'),(83530,6,20269,'35','2013-12-11 19:39:40'),(83531,7,20269,'DAY','2013-12-11 19:39:40'),(83532,66,20269,'OPD','2013-12-11 19:39:40'),(83533,67,20269,'','2013-12-11 19:39:40'),(83534,1,20270,'3603621','2013-12-11 19:51:51'),(83535,2,20270,'','2013-12-11 19:51:51'),(83536,3,20270,'','2013-12-11 19:51:51'),(83537,6,20270,'142','2013-12-11 19:51:51'),(83538,7,20270,'DAY','2013-12-11 19:51:51'),(83539,66,20270,'OPD','2013-12-11 19:51:51'),(83540,67,20270,'','2013-12-11 19:51:51'),(83541,1,20272,'','2013-12-11 19:51:51'),(83542,2,20272,'','2013-12-11 19:51:51'),(83543,3,20272,'','2013-12-11 19:51:51'),(83544,6,20272,'','2013-12-11 19:51:51'),(83545,7,20272,'DAY','2013-12-11 19:51:51'),(83546,66,20272,'OPD','2013-12-11 19:51:51'),(83547,67,20272,'','2013-12-11 19:51:51'),(83548,1,20273,'3603591','2013-12-11 19:54:14'),(83549,2,20273,'','2013-12-11 19:54:14'),(83550,3,20273,'','2013-12-11 19:54:14'),(83551,6,20273,'37','2013-12-11 19:54:14'),(83552,7,20273,'DAY','2013-12-11 19:54:14'),(83553,66,20273,'OPD','2013-12-11 19:54:14'),(83554,67,20273,'','2013-12-11 19:54:14'),(83555,1,20274,'3603642','2013-12-11 19:59:27'),(83556,2,20274,'','2013-12-11 19:59:27'),(83557,3,20274,'','2013-12-11 19:59:27'),(83558,6,20274,'143.4','2013-12-11 19:59:27'),(83559,7,20274,'DAY','2013-12-11 19:59:27'),(83560,66,20274,'OPD','2013-12-11 19:59:27'),(83561,67,20274,'','2013-12-11 19:59:27'),(83562,1,20276,'','2013-12-11 19:59:28'),(83563,2,20276,'','2013-12-11 19:59:28'),(83564,3,20276,'','2013-12-11 19:59:28'),(83565,6,20276,'','2013-12-11 19:59:28'),(83566,7,20276,'DAY','2013-12-11 19:59:28'),(83567,66,20276,'OPD','2013-12-11 19:59:28'),(83568,67,20276,'','2013-12-11 19:59:28'),(83569,1,20279,'','2013-12-11 19:59:28'),(83570,2,20279,'','2013-12-11 19:59:28'),(83571,3,20279,'','2013-12-11 19:59:28'),(83572,6,20279,'','2013-12-11 19:59:28'),(83573,7,20279,'DAY','2013-12-11 19:59:28'),(83574,66,20279,'OPD','2013-12-11 19:59:28'),(83575,67,20279,'','2013-12-11 19:59:28'),(83576,1,20280,'','2013-12-11 20:01:24'),(83577,2,20280,'','2013-12-11 20:01:24'),(83578,3,20280,'','2013-12-11 20:01:24'),(83579,6,20280,'','2013-12-11 20:01:24'),(83580,7,20280,'DAY','2013-12-11 20:01:24'),(83581,66,20280,'OPD','2013-12-11 20:01:24'),(83582,67,20280,'','2013-12-11 20:01:24'),(83583,1,20281,'3603650','2013-12-11 20:15:33'),(83584,2,20281,'','2013-12-11 20:15:33'),(83585,3,20281,'','2013-12-11 20:15:33'),(83586,6,20281,'105','2013-12-11 20:15:33'),(83587,7,20281,'DAY','2013-12-11 20:15:33'),(83588,66,20281,'OPD','2013-12-11 20:15:33'),(83589,67,20281,'','2013-12-11 20:15:33'),(83590,1,20282,'','2013-12-11 20:27:54'),(83591,2,20282,'597947','2013-12-11 20:27:54'),(83592,3,20282,'','2013-12-11 20:27:54'),(83593,6,20282,'71','2013-12-11 20:27:54'),(83594,7,20282,'DAY','2013-12-11 20:27:54'),(83595,66,20282,'OPD','2013-12-11 20:27:54'),(83596,67,20282,'','2013-12-11 20:27:54'),(83597,1,20284,'','2013-12-11 20:27:55'),(83598,2,20284,'','2013-12-11 20:27:55'),(83599,3,20284,'','2013-12-11 20:27:55'),(83600,6,20284,'','2013-12-11 20:27:55'),(83601,7,20284,'DAY','2013-12-11 20:27:55'),(83602,66,20284,'OPD','2013-12-11 20:27:55'),(83603,67,20284,'','2013-12-11 20:27:55'),(83604,1,20287,'','2013-12-11 20:27:55'),(83605,2,20287,'','2013-12-11 20:27:55'),(83606,3,20287,'','2013-12-11 20:27:55'),(83607,6,20287,'','2013-12-11 20:27:55'),(83608,7,20287,'DAY','2013-12-11 20:27:55'),(83609,66,20287,'OPD','2013-12-11 20:27:55'),(83610,67,20287,'','2013-12-11 20:27:55'),(83611,1,20288,'','2013-12-11 20:32:09'),(83612,2,20288,'597961','2013-12-11 20:32:09'),(83613,3,20288,'','2013-12-11 20:32:09'),(83614,6,20288,'64','2013-12-11 20:32:09'),(83615,7,20288,'DAY','2013-12-11 20:32:09'),(83616,66,20288,'OPD','2013-12-11 20:32:09'),(83617,67,20288,'','2013-12-11 20:32:09'),(83618,1,20290,'','2013-12-11 20:32:09'),(83619,2,20290,'','2013-12-11 20:32:09'),(83620,3,20290,'','2013-12-11 20:32:09'),(83621,6,20290,'','2013-12-11 20:32:09'),(83622,7,20290,'DAY','2013-12-11 20:32:09'),(83623,66,20290,'OPD','2013-12-11 20:32:09'),(83624,67,20290,'','2013-12-11 20:32:09'),(83625,1,20293,'','2013-12-11 20:32:09'),(83626,2,20293,'','2013-12-11 20:32:09'),(83627,3,20293,'','2013-12-11 20:32:09'),(83628,6,20293,'','2013-12-11 20:32:09'),(83629,7,20293,'DAY','2013-12-11 20:32:09'),(83630,66,20293,'OPD','2013-12-11 20:32:09'),(83631,67,20293,'','2013-12-11 20:32:09'),(83632,1,20294,'3603687','2013-12-11 20:37:24'),(83633,2,20294,'','2013-12-11 20:37:24'),(83634,3,20294,'','2013-12-11 20:37:24'),(83635,6,20294,'22','2013-12-11 20:37:24'),(83636,7,20294,'DAY','2013-12-11 20:37:24'),(83637,66,20294,'WARD C','2013-12-11 20:37:24'),(83638,67,20294,'ERIC','2013-12-11 20:37:24'),(83639,1,20295,'3603695','2013-12-11 20:53:08'),(83640,2,20295,'597971','2013-12-11 20:53:08'),(83641,3,20295,'','2013-12-11 20:53:08'),(83642,6,20295,'114','2013-12-11 20:53:08'),(83643,7,20295,'DAY','2013-12-11 20:53:08'),(83644,66,20295,'OPD','2013-12-11 20:53:08'),(83645,67,20295,'','2013-12-11 20:53:08'),(83646,1,20297,'','2013-12-11 20:53:08'),(83647,2,20297,'','2013-12-11 20:53:08'),(83648,3,20297,'','2013-12-11 20:53:08'),(83649,6,20297,'','2013-12-11 20:53:08'),(83650,7,20297,'DAY','2013-12-11 20:53:08'),(83651,66,20297,'OPD','2013-12-11 20:53:08'),(83652,67,20297,'','2013-12-11 20:53:08'),(83653,1,20300,'','2013-12-11 20:53:08'),(83654,2,20300,'','2013-12-11 20:53:08'),(83655,3,20300,'','2013-12-11 20:53:08'),(83656,6,20300,'','2013-12-11 20:53:08'),(83657,7,20300,'DAY','2013-12-11 20:53:08'),(83658,66,20300,'OPD','2013-12-11 20:53:08'),(83659,67,20300,'','2013-12-11 20:53:08'),(83660,1,20301,'','2013-12-11 20:55:51'),(83661,2,20301,'597969','2013-12-11 20:55:51'),(83662,3,20301,'','2013-12-11 20:55:51'),(83663,6,20301,'77','2013-12-11 20:55:51'),(83664,7,20301,'DAY','2013-12-11 20:55:51'),(83665,66,20301,'TROOM','2013-12-11 20:55:51'),(83666,67,20301,'','2013-12-11 20:55:51'),(83667,1,20303,'','2013-12-11 20:55:51'),(83668,2,20303,'','2013-12-11 20:55:51'),(83669,3,20303,'','2013-12-11 20:55:51'),(83670,6,20303,'','2013-12-11 20:55:51'),(83671,7,20303,'DAY','2013-12-11 20:55:51'),(83672,66,20303,'OPD','2013-12-11 20:55:51'),(83673,67,20303,'','2013-12-11 20:55:51'),(83674,1,20304,'','2013-12-11 20:58:05'),(83675,2,20304,'597968','2013-12-11 20:58:05'),(83676,3,20304,'','2013-12-11 20:58:05'),(83677,6,20304,'20','2013-12-11 20:58:05'),(83678,7,20304,'DAY','2013-12-11 20:58:05'),(83679,66,20304,'TROOM','2013-12-11 20:58:05'),(83680,67,20304,'','2013-12-11 20:58:05'),(83681,1,20305,'3603047','2013-12-11 21:03:40'),(83682,2,20305,'597814','2013-12-11 21:03:40'),(83683,3,20305,'','2013-12-11 21:03:40'),(83684,6,20305,'22','2013-12-11 21:03:40'),(83685,7,20305,'DAY','2013-12-11 21:03:40'),(83686,66,20305,'EXT. REQ','2013-12-11 21:03:40'),(83687,67,20305,'','2013-12-11 21:03:40'),(83688,1,20306,'3603707','2013-12-11 21:11:42'),(83689,2,20306,'597976','2013-12-11 21:11:42'),(83690,3,20306,'','2013-12-11 21:11:42'),(83691,6,20306,'140','2013-12-11 21:11:42'),(83692,7,20306,'DAY','2013-12-11 21:11:42'),(83693,66,20306,'OPD','2013-12-11 21:11:42'),(83694,67,20306,'','2013-12-11 21:11:42'),(83695,1,20308,'','2013-12-11 21:11:43'),(83696,2,20308,'','2013-12-11 21:11:43'),(83697,3,20308,'','2013-12-11 21:11:43'),(83698,6,20308,'','2013-12-11 21:11:43'),(83699,7,20308,'DAY','2013-12-11 21:11:43'),(83700,66,20308,'OPD','2013-12-11 21:11:43'),(83701,67,20308,'','2013-12-11 21:11:43'),(83702,1,20311,'','2013-12-11 21:11:43'),(83703,2,20311,'','2013-12-11 21:11:43'),(83704,3,20311,'','2013-12-11 21:11:43'),(83705,6,20311,'','2013-12-11 21:11:43'),(83706,7,20311,'DAY','2013-12-11 21:11:43'),(83707,66,20311,'OPD','2013-12-11 21:11:43'),(83708,67,20311,'','2013-12-11 21:11:43'),(83709,1,20312,'','2013-12-11 21:12:32'),(83710,2,20312,'','2013-12-11 21:12:32'),(83711,3,20312,'','2013-12-11 21:12:32'),(83712,6,20312,'','2013-12-11 21:12:32'),(83713,7,20312,'DAY','2013-12-11 21:12:32'),(83714,66,20312,'OPD','2013-12-11 21:12:32'),(83715,67,20312,'','2013-12-11 21:12:32'),(83716,1,20313,'3603714','2013-12-11 21:22:50'),(83717,2,20313,'','2013-12-11 21:22:50'),(83718,3,20313,'','2013-12-11 21:22:50'),(83719,6,20313,'94','2013-12-11 21:22:50'),(83720,7,20313,'DAY','2013-12-11 21:22:50'),(83721,66,20313,'OPD','2013-12-11 21:22:50'),(83722,67,20313,'','2013-12-11 21:22:50'),(83723,1,20315,'','2013-12-11 21:22:50'),(83724,2,20315,'','2013-12-11 21:22:50'),(83725,3,20315,'','2013-12-11 21:22:50'),(83726,6,20315,'','2013-12-11 21:22:50'),(83727,7,20315,'DAY','2013-12-11 21:22:50'),(83728,66,20315,'OPD','2013-12-11 21:22:50'),(83729,67,20315,'','2013-12-11 21:22:50'),(83730,1,20316,'','2013-12-11 21:24:04'),(83731,2,20316,'597984','2013-12-11 21:24:04'),(83732,3,20316,'','2013-12-11 21:24:04'),(83733,6,20316,'','2013-12-11 21:24:04'),(83734,7,20316,'DAY','2013-12-11 21:24:04'),(83735,66,20316,'OPD','2013-12-11 21:24:04'),(83736,67,20316,'','2013-12-11 21:24:04'),(83737,1,20318,'','2013-12-11 21:24:04'),(83738,2,20318,'','2013-12-11 21:24:04'),(83739,3,20318,'','2013-12-11 21:24:04'),(83740,6,20318,'','2013-12-11 21:24:04'),(83741,7,20318,'DAY','2013-12-11 21:24:04'),(83742,66,20318,'OPD','2013-12-11 21:24:04'),(83743,67,20318,'','2013-12-11 21:24:04'),(83744,1,20319,'','2013-12-11 21:31:08'),(83745,2,20319,'','2013-12-11 21:31:08'),(83746,3,20319,'','2013-12-11 21:31:08'),(83747,6,20319,'','2013-12-11 21:31:08'),(83748,7,20319,'DAY','2013-12-11 21:31:08'),(83749,66,20319,'OPD','2013-12-11 21:31:08'),(83750,67,20319,'','2013-12-11 21:31:08'),(83751,1,20320,'363727','2013-12-11 21:53:46'),(83752,2,20320,'','2013-12-11 21:53:46'),(83753,3,20320,'','2013-12-11 21:53:46'),(83754,6,20320,'318','2013-12-11 21:53:46'),(83755,7,20320,'DAY','2013-12-11 21:53:46'),(83756,66,20320,'OPD','2013-12-11 21:53:46'),(83757,67,20320,'','2013-12-11 21:53:46'),(83758,1,20322,'','2013-12-11 21:53:46'),(83759,2,20322,'','2013-12-11 21:53:46'),(83760,3,20322,'','2013-12-11 21:53:46'),(83761,6,20322,'','2013-12-11 21:53:46'),(83762,7,20322,'DAY','2013-12-11 21:53:46'),(83763,66,20322,'OPD','2013-12-11 21:53:47'),(83764,67,20322,'','2013-12-11 21:53:47'),(83765,1,20323,'','2013-12-11 22:04:27'),(83766,2,20323,'','2013-12-11 22:04:27'),(83767,3,20323,'','2013-12-11 22:04:27'),(83768,6,20323,'','2013-12-11 22:04:27'),(83769,7,20323,'DAY','2013-12-11 22:04:27'),(83770,66,20323,'OPD','2013-12-11 22:04:27'),(83771,67,20323,'','2013-12-11 22:04:27'),(83772,1,20325,'','2013-12-11 22:04:27'),(83773,2,20325,'','2013-12-11 22:04:28'),(83774,3,20325,'','2013-12-11 22:04:28'),(83775,6,20325,'','2013-12-11 22:04:28'),(83776,7,20325,'DAY','2013-12-11 22:04:28'),(83777,66,20325,'OPD','2013-12-11 22:04:28'),(83778,67,20325,'','2013-12-11 22:04:28'),(83779,1,20328,'','2013-12-11 22:04:28'),(83780,2,20328,'','2013-12-11 22:04:28'),(83781,3,20328,'','2013-12-11 22:04:28'),(83782,6,20328,'','2013-12-11 22:04:28'),(83783,7,20328,'DAY','2013-12-11 22:04:28'),(83784,66,20328,'OPD','2013-12-11 22:04:28'),(83785,67,20328,'','2013-12-11 22:04:28'),(83786,1,20329,'3603733','2013-12-11 22:07:04'),(83787,2,20329,'','2013-12-11 22:07:04'),(83788,3,20329,'','2013-12-11 22:07:04'),(83789,6,20329,'112','2013-12-11 22:07:04'),(83790,7,20329,'DAY','2013-12-11 22:07:04'),(83791,66,20329,'OPD','2013-12-11 22:07:04'),(83792,67,20329,'','2013-12-11 22:07:04'),(83793,1,20331,'','2013-12-11 22:07:04'),(83794,2,20331,'','2013-12-11 22:07:04'),(83795,3,20331,'','2013-12-11 22:07:04'),(83796,6,20331,'','2013-12-11 22:07:04'),(83797,7,20331,'DAY','2013-12-11 22:07:04'),(83798,66,20331,'OPD','2013-12-11 22:07:04'),(83799,67,20331,'','2013-12-11 22:07:04'),(83800,1,20332,'3603737','2013-12-11 22:10:54'),(83801,2,20332,'597994','2013-12-11 22:10:54'),(83802,3,20332,'','2013-12-11 22:10:54'),(83803,6,20332,'138','2013-12-11 22:10:54'),(83804,7,20332,'DAY','2013-12-11 22:10:54'),(83805,66,20332,'OPD','2013-12-11 22:10:54'),(83806,67,20332,'','2013-12-11 22:10:54'),(83807,1,20334,'','2013-12-11 22:10:55'),(83808,2,20334,'','2013-12-11 22:10:55'),(83809,3,20334,'','2013-12-11 22:10:55'),(83810,6,20334,'','2013-12-11 22:10:55'),(83811,7,20334,'DAY','2013-12-11 22:10:55'),(83812,66,20334,'OPD','2013-12-11 22:10:55'),(83813,67,20334,'','2013-12-11 22:10:55'),(83814,1,20335,'3603739','2013-12-11 22:23:37'),(83815,2,20335,'','2013-12-11 22:23:37'),(83816,3,20335,'','2013-12-11 22:23:37'),(83817,6,20335,'50','2013-12-11 22:23:37'),(83818,7,20335,'DAY','2013-12-11 22:23:37'),(83819,66,20335,'OPD','2013-12-11 22:23:37'),(83820,67,20335,'','2013-12-11 22:23:37'),(83821,1,20337,'','2013-12-11 22:23:38'),(83822,2,20337,'','2013-12-11 22:23:38'),(83823,3,20337,'','2013-12-11 22:23:38'),(83824,6,20337,'','2013-12-11 22:23:38'),(83825,7,20337,'DAY','2013-12-11 22:23:38'),(83826,66,20337,'OPD','2013-12-11 22:23:38'),(83827,67,20337,'','2013-12-11 22:23:38'),(83828,1,20338,'3603734','2013-12-11 22:27:28'),(83829,2,20338,'597999','2013-12-11 22:27:28'),(83830,3,20338,'','2013-12-11 22:27:28'),(83831,6,20338,'12','2013-12-11 22:27:28'),(83832,7,20338,'DAY','2013-12-11 22:27:28'),(83833,66,20338,'OPD','2013-12-11 22:27:28'),(83834,67,20338,'','2013-12-11 22:27:28'),(83835,1,20339,'3603747','2013-12-11 22:34:05'),(83836,2,20339,'','2013-12-11 22:34:05'),(83837,3,20339,'','2013-12-11 22:34:05'),(83838,6,20339,'134','2013-12-11 22:34:05'),(83839,7,20339,'DAY','2013-12-11 22:34:05'),(83840,66,20339,'OPD','2013-12-11 22:34:05'),(83841,67,20339,'','2013-12-11 22:34:05'),(83842,1,20341,'','2013-12-11 22:34:05'),(83843,2,20341,'','2013-12-11 22:34:05'),(83844,3,20341,'','2013-12-11 22:34:05'),(83845,6,20341,'','2013-12-11 22:34:05'),(83846,7,20341,'DAY','2013-12-11 22:34:05'),(83847,66,20341,'OPD','2013-12-11 22:34:05'),(83848,67,20341,'','2013-12-11 22:34:05'),(83849,1,20344,'','2013-12-11 22:34:05'),(83850,2,20344,'','2013-12-11 22:34:05'),(83851,3,20344,'','2013-12-11 22:34:05'),(83852,6,20344,'','2013-12-11 22:34:05'),(83853,7,20344,'DAY','2013-12-11 22:34:05'),(83854,66,20344,'OPD','2013-12-11 22:34:05'),(83855,67,20344,'','2013-12-11 22:34:05'),(83856,1,20345,'3603750','2013-12-11 22:42:02'),(83857,2,20345,'598002','2013-12-11 22:42:02'),(83858,3,20345,'','2013-12-11 22:42:02'),(83859,6,20345,'112','2013-12-11 22:42:02'),(83860,7,20345,'DAY','2013-12-11 22:42:02'),(83861,66,20345,'OPD','2013-12-11 22:42:02'),(83862,67,20345,'','2013-12-11 22:42:02'),(83863,1,20346,'3603758','2013-12-11 22:51:19'),(83864,2,20346,'','2013-12-11 22:51:19'),(83865,3,20346,'','2013-12-11 22:51:19'),(83866,6,20346,'88','2013-12-11 22:51:19'),(83867,7,20346,'DAY','2013-12-11 22:51:19'),(83868,66,20346,'OPD','2013-12-11 22:51:19'),(83869,67,20346,'','2013-12-11 22:51:19'),(83870,1,20348,'','2013-12-11 22:51:19'),(83871,2,20348,'','2013-12-11 22:51:19'),(83872,3,20348,'','2013-12-11 22:51:19'),(83873,6,20348,'','2013-12-11 22:51:19'),(83874,7,20348,'DAY','2013-12-11 22:51:19'),(83875,66,20348,'OPD','2013-12-11 22:51:19'),(83876,67,20348,'','2013-12-11 22:51:19'),(83877,1,20349,'','2013-12-11 23:10:05'),(83878,2,20349,'','2013-12-11 23:10:05'),(83879,3,20349,'','2013-12-11 23:10:05'),(83880,6,20349,'','2013-12-11 23:10:05'),(83881,7,20349,'DAY','2013-12-11 23:10:05'),(83882,66,20349,'OPD','2013-12-11 23:10:05'),(83883,67,20349,'','2013-12-11 23:10:05'),(83884,1,20350,'3603749','2013-12-11 23:13:17'),(83885,2,20350,'598001','2013-12-11 23:13:17'),(83886,3,20350,'','2013-12-11 23:13:17'),(83887,6,20350,'134','2013-12-11 23:13:17'),(83888,7,20350,'DAY','2013-12-11 23:13:17'),(83889,66,20350,'OPD','2013-12-11 23:13:17'),(83890,67,20350,'','2013-12-11 23:13:17'),(83891,1,20352,'','2013-12-11 23:13:17'),(83892,2,20352,'','2013-12-11 23:13:17'),(83893,3,20352,'','2013-12-11 23:13:17'),(83894,6,20352,'','2013-12-11 23:13:17'),(83895,7,20352,'DAY','2013-12-11 23:13:17'),(83896,66,20352,'OPD','2013-12-11 23:13:17'),(83897,67,20352,'','2013-12-11 23:13:17'),(83898,1,20355,'','2013-12-11 23:13:17'),(83899,2,20355,'','2013-12-11 23:13:17'),(83900,3,20355,'','2013-12-11 23:13:17'),(83901,6,20355,'','2013-12-11 23:13:17'),(83902,7,20355,'DAY','2013-12-11 23:13:17'),(83903,66,20355,'OPD','2013-12-11 23:13:17'),(83904,67,20355,'','2013-12-11 23:13:17'),(83905,1,20356,'3603773','2013-12-11 23:18:02'),(83906,2,20356,'','2013-12-11 23:18:02'),(83907,3,20356,'','2013-12-11 23:18:02'),(83908,6,20356,'22','2013-12-11 23:18:02'),(83909,7,20356,'DAY','2013-12-11 23:18:02'),(83910,66,20356,'OPD','2013-12-11 23:18:02'),(83911,67,20356,'','2013-12-11 23:18:02'),(83912,1,20357,'3603778','2013-12-11 23:22:41'),(83913,2,20357,'','2013-12-11 23:22:41'),(83914,3,20357,'','2013-12-11 23:22:41'),(83915,6,20357,'110','2013-12-11 23:22:41'),(83916,7,20357,'DAY','2013-12-11 23:22:41'),(83917,66,20357,'WARD C','2013-12-11 23:22:41'),(83918,67,20357,'','2013-12-11 23:22:41'),(83919,1,20359,'','2013-12-11 23:22:42'),(83920,2,20359,'','2013-12-11 23:22:42'),(83921,3,20359,'','2013-12-11 23:22:42'),(83922,6,20359,'','2013-12-11 23:22:42'),(83923,7,20359,'DAY','2013-12-11 23:22:42'),(83924,66,20359,'OPD','2013-12-11 23:22:42'),(83925,67,20359,'','2013-12-11 23:22:42'),(83926,1,20360,'3603777','2013-12-11 23:25:55'),(83927,2,20360,'','2013-12-11 23:25:55'),(83928,3,20360,'','2013-12-11 23:25:55'),(83929,6,20360,'22','2013-12-11 23:25:55'),(83930,7,20360,'DAY','2013-12-11 23:25:55'),(83931,66,20360,'OPD','2013-12-11 23:25:55'),(83932,67,20360,'','2013-12-11 23:25:55'),(83933,1,20361,'3603784','2013-12-11 23:28:06'),(83934,2,20361,'598014','2013-12-11 23:28:06'),(83935,3,20361,'','2013-12-11 23:28:06'),(83936,6,20361,'24','2013-12-11 23:28:06'),(83937,7,20361,'DAY','2013-12-11 23:28:06'),(83938,66,20361,'OPD','2013-12-11 23:28:06'),(83939,67,20361,'','2013-12-11 23:28:06'),(83940,1,20362,'3603791','2013-12-11 23:34:38'),(83941,2,20362,'','2013-12-11 23:34:38'),(83942,3,20362,'','2013-12-11 23:34:38'),(83943,6,20362,'278.4','2013-12-11 23:34:38'),(83944,7,20362,'DAY','2013-12-11 23:34:38'),(83945,66,20362,'OPD','2013-12-11 23:34:38'),(83946,67,20362,'','2013-12-11 23:34:38'),(83947,1,20364,'','2013-12-11 23:34:38'),(83948,2,20364,'','2013-12-11 23:34:38'),(83949,3,20364,'','2013-12-11 23:34:38'),(83950,6,20364,'','2013-12-11 23:34:38'),(83951,7,20364,'DAY','2013-12-11 23:34:38'),(83952,66,20364,'OPD','2013-12-11 23:34:38'),(83953,67,20364,'','2013-12-11 23:34:38'),(83954,1,20367,'','2013-12-11 23:34:38'),(83955,2,20367,'','2013-12-11 23:34:38'),(83956,3,20367,'','2013-12-11 23:34:38'),(83957,6,20367,'','2013-12-11 23:34:38'),(83958,7,20367,'DAY','2013-12-11 23:34:38'),(83959,66,20367,'OPD','2013-12-11 23:34:38'),(83960,67,20367,'','2013-12-11 23:34:38'),(83961,1,20368,'3603796','2013-12-11 23:46:31'),(83962,2,20368,'','2013-12-11 23:46:31'),(83963,3,20368,'','2013-12-11 23:46:31'),(83964,6,20368,'123','2013-12-11 23:46:31'),(83965,7,20368,'DAY','2013-12-11 23:46:31'),(83966,66,20368,'OPD','2013-12-11 23:46:31'),(83967,67,20368,'','2013-12-11 23:46:31'),(83968,1,20370,'','2013-12-11 23:46:31'),(83969,2,20370,'','2013-12-11 23:46:31'),(83970,3,20370,'','2013-12-11 23:46:31'),(83971,6,20370,'','2013-12-11 23:46:31'),(83972,7,20370,'DAY','2013-12-11 23:46:31'),(83973,66,20370,'OPD','2013-12-11 23:46:31'),(83974,67,20370,'','2013-12-11 23:46:31'),(83975,1,20373,'','2013-12-11 23:46:31'),(83976,2,20373,'','2013-12-11 23:46:31'),(83977,3,20373,'','2013-12-11 23:46:31'),(83978,6,20373,'','2013-12-11 23:46:31'),(83979,7,20373,'DAY','2013-12-11 23:46:31'),(83980,66,20373,'OPD','2013-12-11 23:46:31'),(83981,67,20373,'','2013-12-11 23:46:31'),(83982,1,20374,'3603797','2013-12-11 23:50:01'),(83983,2,20374,'598018','2013-12-11 23:50:01'),(83984,3,20374,'','2013-12-11 23:50:01'),(83985,6,20374,'81','2013-12-11 23:50:01'),(83986,7,20374,'DAY','2013-12-11 23:50:01'),(83987,66,20374,'OPD','2013-12-11 23:50:01'),(83988,67,20374,'','2013-12-11 23:50:01'),(83989,1,20376,'','2013-12-11 23:50:01'),(83990,2,20376,'','2013-12-11 23:50:01'),(83991,3,20376,'','2013-12-11 23:50:01'),(83992,6,20376,'','2013-12-11 23:50:01'),(83993,7,20376,'DAY','2013-12-11 23:50:01'),(83994,66,20376,'OPD','2013-12-11 23:50:01'),(83995,67,20376,'','2013-12-11 23:50:01'),(83996,1,20379,'','2013-12-11 23:50:01'),(83997,2,20379,'','2013-12-11 23:50:01'),(83998,3,20379,'','2013-12-11 23:50:01'),(83999,6,20379,'','2013-12-11 23:50:01'),(84000,7,20379,'DAY','2013-12-11 23:50:01'),(84001,66,20379,'OPD','2013-12-11 23:50:01'),(84002,67,20379,'','2013-12-11 23:50:01'),(84003,1,20380,'3603799','2013-12-11 23:57:22'),(84004,2,20380,'','2013-12-11 23:57:22'),(84005,3,20380,'','2013-12-11 23:57:22'),(84006,6,20380,'179.4','2013-12-11 23:57:22'),(84007,7,20380,'DAY','2013-12-11 23:57:22'),(84008,66,20380,'OPD','2013-12-11 23:57:22'),(84009,67,20380,'','2013-12-11 23:57:22'),(84010,1,20382,'','2013-12-11 23:57:22'),(84011,2,20382,'','2013-12-11 23:57:22'),(84012,3,20382,'','2013-12-11 23:57:22'),(84013,6,20382,'','2013-12-11 23:57:22'),(84014,7,20382,'DAY','2013-12-11 23:57:22'),(84015,66,20382,'OPD','2013-12-11 23:57:22'),(84016,67,20382,'','2013-12-11 23:57:22'),(84017,1,20383,'3598738','2013-12-12 00:01:19'),(84018,2,20383,'','2013-12-12 00:01:19'),(84019,3,20383,'','2013-12-12 00:01:19'),(84020,6,20383,'30.9','2013-12-12 00:01:19'),(84021,7,20383,'DAY','2013-12-12 00:01:19'),(84022,66,20383,'OPD','2013-12-12 00:01:19'),(84023,67,20383,'','2013-12-12 00:01:19'),(84024,1,20384,'3603822','2013-12-12 00:10:28'),(84025,2,20384,'','2013-12-12 00:10:28'),(84026,3,20384,'','2013-12-12 00:10:28'),(84027,6,20384,'108','2013-12-12 00:10:28'),(84028,7,20384,'DAY','2013-12-12 00:10:28'),(84029,66,20384,'OPD','2013-12-12 00:10:28'),(84030,67,20384,'','2013-12-12 00:10:28'),(84031,1,20386,'','2013-12-12 00:10:28'),(84032,2,20386,'','2013-12-12 00:10:28'),(84033,3,20386,'','2013-12-12 00:10:28'),(84034,6,20386,'','2013-12-12 00:10:28'),(84035,7,20386,'DAY','2013-12-12 00:10:28'),(84036,66,20386,'OPD','2013-12-12 00:10:28'),(84037,67,20386,'','2013-12-12 00:10:28'),(84038,1,20387,'3603744','2013-12-12 00:12:10'),(84039,2,20387,'','2013-12-12 00:12:10'),(84040,3,20387,'','2013-12-12 00:12:10'),(84041,6,20387,'81','2013-12-12 00:12:10'),(84042,7,20387,'DAY','2013-12-12 00:12:10'),(84043,66,20387,'OPD','2013-12-12 00:12:10'),(84044,67,20387,'','2013-12-12 00:12:10'),(84045,1,20388,'3603824','2013-12-12 00:17:27'),(84046,2,20388,'598020','2013-12-12 00:17:27'),(84047,3,20388,'','2013-12-12 00:17:27'),(84048,6,20388,'168.8','2013-12-12 00:17:27'),(84049,7,20388,'DAY','2013-12-12 00:17:27'),(84050,66,20388,'OPD','2013-12-12 00:17:27'),(84051,67,20388,'','2013-12-12 00:17:27'),(84052,1,20390,'','2013-12-12 00:17:27'),(84053,2,20390,'','2013-12-12 00:17:27'),(84054,3,20390,'','2013-12-12 00:17:27'),(84055,6,20390,'','2013-12-12 00:17:27'),(84056,7,20390,'DAY','2013-12-12 00:17:27'),(84057,66,20390,'OPD','2013-12-12 00:17:27'),(84058,67,20390,'','2013-12-12 00:17:27'),(84059,1,20393,'','2013-12-12 00:17:28'),(84060,2,20393,'','2013-12-12 00:17:28'),(84061,3,20393,'','2013-12-12 00:17:28'),(84062,6,20393,'','2013-12-12 00:17:28'),(84063,7,20393,'DAY','2013-12-12 00:17:28'),(84064,66,20393,'OPD','2013-12-12 00:17:28'),(84065,67,20393,'','2013-12-12 00:17:28'),(84066,1,20397,'','2013-12-12 00:17:28'),(84067,2,20397,'','2013-12-12 00:17:28'),(84068,3,20397,'','2013-12-12 00:17:28'),(84069,6,20397,'','2013-12-12 00:17:28'),(84070,7,20397,'DAY','2013-12-12 00:17:28'),(84071,66,20397,'OPD','2013-12-12 00:17:28'),(84072,67,20397,'','2013-12-12 00:17:28'),(84073,1,20398,'','2013-12-12 00:21:48'),(84074,2,20398,'','2013-12-12 00:21:48'),(84075,3,20398,'','2013-12-12 00:21:48'),(84076,6,20398,'','2013-12-12 00:21:48'),(84077,7,20398,'DAY','2013-12-12 00:21:48'),(84078,66,20398,'OPD','2013-12-12 00:21:48'),(84079,67,20398,'','2013-12-12 00:21:48'),(84080,1,20399,'','2013-12-12 00:22:57'),(84081,2,20399,'','2013-12-12 00:22:57'),(84082,3,20399,'','2013-12-12 00:22:57'),(84083,6,20399,'','2013-12-12 00:22:57'),(84084,7,20399,'DAY','2013-12-12 00:22:57'),(84085,66,20399,'OPD','2013-12-12 00:22:57'),(84086,67,20399,'','2013-12-12 00:22:57'),(84087,1,20400,'3603825','2013-12-12 00:24:54'),(84088,2,20400,'','2013-12-12 00:24:54'),(84089,3,20400,'','2013-12-12 00:24:54'),(84090,6,20400,'90','2013-12-12 00:24:54'),(84091,7,20400,'DAY','2013-12-12 00:24:54'),(84092,66,20400,'OPD','2013-12-12 00:24:54'),(84093,67,20400,'','2013-12-12 00:24:54'),(84094,1,20401,'','2013-12-12 00:27:08'),(84095,2,20401,'','2013-12-12 00:27:08'),(84096,3,20401,'','2013-12-12 00:27:08'),(84097,6,20401,'','2013-12-12 00:27:08'),(84098,7,20401,'DAY','2013-12-12 00:27:08'),(84099,66,20401,'OPD','2013-12-12 00:27:08'),(84100,67,20401,'','2013-12-12 00:27:08'),(84101,1,20402,'3603826','2013-12-12 00:31:54'),(84102,2,20402,'','2013-12-12 00:31:54'),(84103,3,20402,'','2013-12-12 00:31:54'),(84104,6,20402,'62','2013-12-12 00:31:54'),(84105,7,20402,'DAY','2013-12-12 00:31:54'),(84106,66,20402,'OPD','2013-12-12 00:31:54'),(84107,67,20402,'','2013-12-12 00:31:54'),(84108,1,20404,'','2013-12-12 00:31:54'),(84109,2,20404,'','2013-12-12 00:31:54'),(84110,3,20404,'','2013-12-12 00:31:54'),(84111,6,20404,'','2013-12-12 00:31:54'),(84112,7,20404,'DAY','2013-12-12 00:31:54'),(84113,66,20404,'OPD','2013-12-12 00:31:54'),(84114,67,20404,'','2013-12-12 00:31:54'),(84115,1,20405,'3603840','2013-12-12 00:35:00'),(84116,2,20405,'','2013-12-12 00:35:00'),(84117,3,20405,'','2013-12-12 00:35:00'),(84118,6,20405,'50','2013-12-12 00:35:00'),(84119,7,20405,'DAY','2013-12-12 00:35:00'),(84120,66,20405,'OPD','2013-12-12 00:35:00'),(84121,67,20405,'','2013-12-12 00:35:00'),(84122,1,20407,'','2013-12-12 00:35:00'),(84123,2,20407,'','2013-12-12 00:35:00'),(84124,3,20407,'','2013-12-12 00:35:00'),(84125,6,20407,'','2013-12-12 00:35:00'),(84126,7,20407,'DAY','2013-12-12 00:35:00'),(84127,66,20407,'OPD','2013-12-12 00:35:00'),(84128,67,20407,'','2013-12-12 00:35:00'),(84129,1,20408,'3603835','2013-12-12 00:39:03'),(84130,2,20408,'598030','2013-12-12 00:39:03'),(84131,3,20408,'','2013-12-12 00:39:03'),(84132,6,20408,'112.00','2013-12-12 00:39:03'),(84133,7,20408,'DAY','2013-12-12 00:39:03'),(84134,66,20408,'OPD','2013-12-12 00:39:03'),(84135,67,20408,'','2013-12-12 00:39:03'),(84136,1,20410,'','2013-12-12 00:39:03'),(84137,2,20410,'','2013-12-12 00:39:03'),(84138,3,20410,'','2013-12-12 00:39:03'),(84139,6,20410,'','2013-12-12 00:39:03'),(84140,7,20410,'DAY','2013-12-12 00:39:03'),(84141,66,20410,'OPD','2013-12-12 00:39:03'),(84142,67,20410,'','2013-12-12 00:39:03'),(84143,1,20413,'','2013-12-12 00:39:04'),(84144,2,20413,'','2013-12-12 00:39:04'),(84145,3,20413,'','2013-12-12 00:39:04'),(84146,6,20413,'','2013-12-12 00:39:04'),(84147,7,20413,'DAY','2013-12-12 00:39:04'),(84148,66,20413,'OPD','2013-12-12 00:39:04'),(84149,67,20413,'','2013-12-12 00:39:04'),(84150,1,20414,'3603844','2013-12-12 00:41:51'),(84151,2,20414,'','2013-12-12 00:41:51'),(84152,3,20414,'','2013-12-12 00:41:51'),(84153,6,20414,'50.00','2013-12-12 00:41:51'),(84154,7,20414,'DAY','2013-12-12 00:41:51'),(84155,66,20414,'OPD','2013-12-12 00:41:51'),(84156,67,20414,'','2013-12-12 00:41:51'),(84157,1,20416,'','2013-12-12 00:41:52'),(84158,2,20416,'','2013-12-12 00:41:52'),(84159,3,20416,'','2013-12-12 00:41:52'),(84160,6,20416,'','2013-12-12 00:41:52'),(84161,7,20416,'DAY','2013-12-12 00:41:52'),(84162,66,20416,'OPD','2013-12-12 00:41:52'),(84163,67,20416,'','2013-12-12 00:41:52'),(84164,1,20417,'3603854','2013-12-12 00:46:54'),(84165,2,20417,'','2013-12-12 00:46:54'),(84166,3,20417,'','2013-12-12 00:46:55'),(84167,6,20417,'84.00','2013-12-12 00:46:55'),(84168,7,20417,'DAY','2013-12-12 00:46:55'),(84169,66,20417,'OPD','2013-12-12 00:46:55'),(84170,67,20417,'','2013-12-12 00:46:55'),(84171,1,20419,'','2013-12-12 00:46:55'),(84172,2,20419,'','2013-12-12 00:46:55'),(84173,3,20419,'','2013-12-12 00:46:55'),(84174,6,20419,'','2013-12-12 00:46:55'),(84175,7,20419,'DAY','2013-12-12 00:46:55'),(84176,66,20419,'OPD','2013-12-12 00:46:55'),(84177,67,20419,'','2013-12-12 00:46:55'),(84178,1,20420,'3603870','2013-12-12 01:12:17'),(84179,2,20420,'','2013-12-12 01:12:17'),(84180,3,20420,'','2013-12-12 01:12:17'),(84181,6,20420,'107','2013-12-12 01:12:17'),(84182,7,20420,'DAY','2013-12-12 01:12:17'),(84183,66,20420,'OPD','2013-12-12 01:12:17'),(84184,67,20420,'','2013-12-12 01:12:17'),(84185,1,20422,'','2013-12-12 01:12:17'),(84186,2,20422,'','2013-12-12 01:12:17'),(84187,3,20422,'','2013-12-12 01:12:17'),(84188,6,20422,'','2013-12-12 01:12:17'),(84189,7,20422,'DAY','2013-12-12 01:12:17'),(84190,66,20422,'OPD','2013-12-12 01:12:17'),(84191,67,20422,'','2013-12-12 01:12:17'),(84192,1,20425,'','2013-12-12 01:12:18'),(84193,2,20425,'','2013-12-12 01:12:18'),(84194,3,20425,'','2013-12-12 01:12:18'),(84195,6,20425,'','2013-12-12 01:12:18'),(84196,7,20425,'DAY','2013-12-12 01:12:18'),(84197,66,20425,'OPD','2013-12-12 01:12:18'),(84198,67,20425,'','2013-12-12 01:12:18'),(84199,1,20426,'3603873','2013-12-12 01:15:39'),(84200,2,20426,'','2013-12-12 01:15:39'),(84201,3,20426,'','2013-12-12 01:15:39'),(84202,6,20426,'89','2013-12-12 01:15:39'),(84203,7,20426,'DAY','2013-12-12 01:15:39'),(84204,66,20426,'OPD','2013-12-12 01:15:39'),(84205,67,20426,'','2013-12-12 01:15:39'),(84206,1,20428,'','2013-12-12 01:15:39'),(84207,2,20428,'','2013-12-12 01:15:39'),(84208,3,20428,'','2013-12-12 01:15:39'),(84209,6,20428,'','2013-12-12 01:15:39'),(84210,7,20428,'DAY','2013-12-12 01:15:39'),(84211,66,20428,'OPD','2013-12-12 01:15:39'),(84212,67,20428,'','2013-12-12 01:15:39'),(84213,1,20431,'','2013-12-12 01:15:39'),(84214,2,20431,'','2013-12-12 01:15:39'),(84215,3,20431,'','2013-12-12 01:15:39'),(84216,6,20431,'','2013-12-12 01:15:39'),(84217,7,20431,'DAY','2013-12-12 01:15:39'),(84218,66,20431,'OPD','2013-12-12 01:15:39'),(84219,67,20431,'','2013-12-12 01:15:39'),(84220,1,20432,'3603874','2013-12-12 01:17:51'),(84221,2,20432,'','2013-12-12 01:17:51'),(84222,3,20432,'','2013-12-12 01:17:51'),(84223,6,20432,'75','2013-12-12 01:17:51'),(84224,7,20432,'DAY','2013-12-12 01:17:51'),(84225,66,20432,'OPD','2013-12-12 01:17:51'),(84226,67,20432,'','2013-12-12 01:17:51'),(84227,1,20433,'3603878','2013-12-12 01:20:52'),(84228,2,20433,'','2013-12-12 01:20:52'),(84229,3,20433,'','2013-12-12 01:20:52'),(84230,6,20433,'19','2013-12-12 01:20:52'),(84231,7,20433,'DAY','2013-12-12 01:20:52'),(84232,66,20433,'OPD','2013-12-12 01:20:52'),(84233,67,20433,'','2013-12-12 01:20:52'),(84234,1,20434,'3603882','2013-12-12 01:35:25'),(84235,2,20434,'','2013-12-12 01:35:25'),(84236,3,20434,'','2013-12-12 01:35:25'),(84237,6,20434,'290.4','2013-12-12 01:35:25'),(84238,7,20434,'DAY','2013-12-12 01:35:25'),(84239,66,20434,'OPD','2013-12-12 01:35:25'),(84240,67,20434,'','2013-12-12 01:35:25'),(84241,1,20436,'','2013-12-12 01:35:26'),(84242,2,20436,'','2013-12-12 01:35:26'),(84243,3,20436,'','2013-12-12 01:35:26'),(84244,6,20436,'','2013-12-12 01:35:26'),(84245,7,20436,'DAY','2013-12-12 01:35:26'),(84246,66,20436,'OPD','2013-12-12 01:35:26'),(84247,67,20436,'','2013-12-12 01:35:26'),(84248,1,20439,'','2013-12-12 01:35:26'),(84249,2,20439,'','2013-12-12 01:35:26'),(84250,3,20439,'','2013-12-12 01:35:26'),(84251,6,20439,'','2013-12-12 01:35:26'),(84252,7,20439,'DAY','2013-12-12 01:35:26'),(84253,66,20439,'OPD','2013-12-12 01:35:26'),(84254,67,20439,'','2013-12-12 01:35:26'),(84255,1,20440,'3603886','2013-12-12 01:47:51'),(84256,2,20440,'','2013-12-12 01:47:51'),(84257,3,20440,'','2013-12-12 01:47:51'),(84258,6,20440,'68','2013-12-12 01:47:51'),(84259,7,20440,'DAY','2013-12-12 01:47:51'),(84260,66,20440,'OPD','2013-12-12 01:47:51'),(84261,67,20440,'','2013-12-12 01:47:51'),(84262,1,20442,'','2013-12-12 01:47:52'),(84263,2,20442,'','2013-12-12 01:47:52'),(84264,3,20442,'','2013-12-12 01:47:52'),(84265,6,20442,'','2013-12-12 01:47:52'),(84266,7,20442,'DAY','2013-12-12 01:47:52'),(84267,66,20442,'OPD','2013-12-12 01:47:52'),(84268,67,20442,'','2013-12-12 01:47:52'),(84269,1,20443,'3603909','2013-12-12 02:19:36'),(84270,2,20443,'','2013-12-12 02:19:36'),(84271,3,20443,'','2013-12-12 02:19:36'),(84272,6,20443,'68','2013-12-12 02:19:36'),(84273,7,20443,'DAY','2013-12-12 02:19:36'),(84274,66,20443,'OPD','2013-12-12 02:19:36'),(84275,67,20443,'','2013-12-12 02:19:36'),(84276,1,20445,'','2013-12-12 02:19:36'),(84277,2,20445,'','2013-12-12 02:19:36'),(84278,3,20445,'','2013-12-12 02:19:36'),(84279,6,20445,'','2013-12-12 02:19:36'),(84280,7,20445,'DAY','2013-12-12 02:19:36'),(84281,66,20445,'OPD','2013-12-12 02:19:36'),(84282,67,20445,'','2013-12-12 02:19:36'),(84283,1,20448,'','2013-12-12 02:19:37'),(84284,2,20448,'','2013-12-12 02:19:37'),(84285,3,20448,'','2013-12-12 02:19:37'),(84286,6,20448,'','2013-12-12 02:19:37'),(84287,7,20448,'DAY','2013-12-12 02:19:37'),(84288,66,20448,'OPD','2013-12-12 02:19:37'),(84289,67,20448,'','2013-12-12 02:19:37'),(84290,1,20449,'3603911','2013-12-12 02:25:53'),(84291,2,20449,'','2013-12-12 02:25:53'),(84292,3,20449,'','2013-12-12 02:25:53'),(84293,6,20449,'20','2013-12-12 02:25:53'),(84294,7,20449,'DAY','2013-12-12 02:25:53'),(84295,66,20449,'OPD','2013-12-12 02:25:53'),(84296,67,20449,'','2013-12-12 02:25:53'),(84297,1,20451,'','2013-12-12 02:25:53'),(84298,2,20451,'','2013-12-12 02:25:53'),(84299,3,20451,'','2013-12-12 02:25:53'),(84300,6,20451,'','2013-12-12 02:25:53'),(84301,7,20451,'DAY','2013-12-12 02:25:53'),(84302,66,20451,'OPD','2013-12-12 02:25:53'),(84303,67,20451,'','2013-12-12 02:25:53'),(84304,1,20452,'3603961','2013-12-12 03:00:59'),(84305,2,20452,'','2013-12-12 03:00:59'),(84306,3,20452,'','2013-12-12 03:00:59'),(84307,6,20452,'22','2013-12-12 03:00:59'),(84308,7,20452,'DAY','2013-12-12 03:00:59'),(84309,66,20452,'WARD B','2013-12-12 03:00:59'),(84310,67,20452,'','2013-12-12 03:00:59'),(84311,1,20453,'3603960','2013-12-12 03:02:14'),(84312,2,20453,'','2013-12-12 03:02:14'),(84313,3,20453,'','2013-12-12 03:02:14'),(84314,6,20453,'26','2013-12-12 03:02:14'),(84315,7,20453,'DAY','2013-12-12 03:02:14'),(84316,66,20453,'OPD','2013-12-12 03:02:14'),(84317,67,20453,'','2013-12-12 03:02:14'),(84318,1,20454,'3603963','2013-12-12 03:06:24'),(84319,2,20454,'','2013-12-12 03:06:24'),(84320,3,20454,'','2013-12-12 03:06:24'),(84321,6,20454,'94','2013-12-12 03:06:24'),(84322,7,20454,'DAY','2013-12-12 03:06:24'),(84323,66,20454,'OPD','2013-12-12 03:06:24'),(84324,67,20454,'','2013-12-12 03:06:24'),(84325,1,20456,'','2013-12-12 03:06:24'),(84326,2,20456,'','2013-12-12 03:06:24'),(84327,3,20456,'','2013-12-12 03:06:24'),(84328,6,20456,'','2013-12-12 03:06:24'),(84329,7,20456,'DAY','2013-12-12 03:06:24'),(84330,66,20456,'OPD','2013-12-12 03:06:24'),(84331,67,20456,'','2013-12-12 03:06:24'),(84332,1,20457,'3603998','2013-12-12 03:56:53'),(84333,2,20457,'598063','2013-12-12 03:56:53'),(84334,3,20457,'','2013-12-12 03:56:53'),(84335,6,20457,'40.00','2013-12-12 03:56:53'),(84336,7,20457,'DAY','2013-12-12 03:56:53'),(84337,66,20457,'OPD','2013-12-12 03:56:53'),(84338,67,20457,'','2013-12-12 03:56:53'),(84339,1,20458,'3604011','2013-12-12 04:25:02'),(84340,2,20458,'','2013-12-12 04:25:02'),(84341,3,20458,'','2013-12-12 04:25:02'),(84342,6,20458,'103.00','2013-12-12 04:25:02'),(84343,7,20458,'NIGHT','2013-12-12 04:25:02'),(84344,66,20458,'OPD','2013-12-12 04:25:02'),(84345,67,20458,'','2013-12-12 04:25:02'),(84346,1,20460,'','2013-12-12 04:25:02'),(84347,2,20460,'','2013-12-12 04:25:02'),(84348,3,20460,'','2013-12-12 04:25:02'),(84349,6,20460,'','2013-12-12 04:25:02'),(84350,7,20460,'DAY','2013-12-12 04:25:02'),(84351,66,20460,'OPD','2013-12-12 04:25:02'),(84352,67,20460,'','2013-12-12 04:25:02'),(84353,1,20463,'','2013-12-12 04:25:02'),(84354,2,20463,'','2013-12-12 04:25:02'),(84355,3,20463,'','2013-12-12 04:25:02'),(84356,6,20463,'','2013-12-12 04:25:02'),(84357,7,20463,'DAY','2013-12-12 04:25:02'),(84358,66,20463,'OPD','2013-12-12 04:25:02'),(84359,67,20463,'','2013-12-12 04:25:02'),(84360,1,20464,'3604013','2013-12-12 04:28:26'),(84361,2,20464,'','2013-12-12 04:28:26'),(84362,3,20464,'','2013-12-12 04:28:26'),(84363,6,20464,'50.00','2013-12-12 04:28:26'),(84364,7,20464,'DAY','2013-12-12 04:28:26'),(84365,66,20464,'OPD','2013-12-12 04:28:26'),(84366,67,20464,'','2013-12-12 04:28:26'),(84367,1,20466,'','2013-12-12 04:28:26'),(84368,2,20466,'','2013-12-12 04:28:26'),(84369,3,20466,'','2013-12-12 04:28:26'),(84370,6,20466,'','2013-12-12 04:28:26'),(84371,7,20466,'DAY','2013-12-12 04:28:26'),(84372,66,20466,'OPD','2013-12-12 04:28:26'),(84373,67,20466,'','2013-12-12 04:28:26'),(84374,1,20467,'3604012','2013-12-12 04:32:05'),(84375,2,20467,'598067','2013-12-12 04:32:05'),(84376,3,20467,'','2013-12-12 04:32:05'),(84377,6,20467,'50.00','2013-12-12 04:32:05'),(84378,7,20467,'NIGHT','2013-12-12 04:32:05'),(84379,66,20467,'TROOM','2013-12-12 04:32:05'),(84380,67,20467,'','2013-12-12 04:32:05'),(84381,1,20469,'','2013-12-12 04:32:05'),(84382,2,20469,'','2013-12-12 04:32:05'),(84383,3,20469,'','2013-12-12 04:32:05'),(84384,6,20469,'','2013-12-12 04:32:05'),(84385,7,20469,'NIGHT','2013-12-12 04:32:05'),(84386,66,20469,'TROOM','2013-12-12 04:32:05'),(84387,67,20469,'','2013-12-12 04:32:05'),(84388,1,20470,'3604016','2013-12-12 04:41:46'),(84389,2,20470,'598069','2013-12-12 04:41:46'),(84390,3,20470,'','2013-12-12 04:41:46'),(84391,6,20470,'75.00','2013-12-12 04:41:46'),(84392,7,20470,'NIGHT','2013-12-12 04:41:46'),(84393,66,20470,'OPD','2013-12-12 04:41:46'),(84394,67,20470,'','2013-12-12 04:41:46'),(84395,1,20471,'3604018','2013-12-12 04:45:49'),(84396,2,20471,'','2013-12-12 04:45:49'),(84397,3,20471,'','2013-12-12 04:45:49'),(84398,6,20471,'79.00','2013-12-12 04:45:49'),(84399,7,20471,'NIGHT','2013-12-12 04:45:49'),(84400,66,20471,'OPD','2013-12-12 04:45:49'),(84401,67,20471,'','2013-12-12 04:45:49'),(84402,1,20473,'','2013-12-12 04:45:49'),(84403,2,20473,'','2013-12-12 04:45:49'),(84404,3,20473,'','2013-12-12 04:45:49'),(84405,6,20473,'','2013-12-12 04:45:49'),(84406,7,20473,'DAY','2013-12-12 04:45:49'),(84407,66,20473,'OPD','2013-12-12 04:45:49'),(84408,67,20473,'','2013-12-12 04:45:49'),(84409,1,20474,'3604019','2013-12-12 04:49:23'),(84410,2,20474,'','2013-12-12 04:49:23'),(84411,3,20474,'','2013-12-12 04:49:23'),(84412,6,20474,'66.00','2013-12-12 04:49:23'),(84413,7,20474,'NIGHT','2013-12-12 04:49:23'),(84414,66,20474,'TROOM','2013-12-12 04:49:23'),(84415,67,20474,'','2013-12-12 04:49:23'),(84416,1,20475,'3604024','2013-12-12 05:17:30'),(84417,2,20475,'','2013-12-12 05:17:30'),(84418,3,20475,'','2013-12-12 05:17:30'),(84419,6,20475,'60.00','2013-12-12 05:17:30'),(84420,7,20475,'NIGHT','2013-12-12 05:17:30'),(84421,66,20475,'WARD B','2013-12-12 05:17:30'),(84422,67,20475,'JOSEPH','2013-12-12 05:17:30'),(84423,1,20476,'3604026','2013-12-12 05:29:08'),(84424,2,20476,'','2013-12-12 05:29:08'),(84425,3,20476,'','2013-12-12 05:29:08'),(84426,6,20476,'27.00','2013-12-12 05:29:08'),(84427,7,20476,'NIGHT','2013-12-12 05:29:08'),(84428,66,20476,'OPD','2013-12-12 05:29:08'),(84429,67,20476,'','2013-12-12 05:29:08'),(84430,1,20477,'3604029','2013-12-12 05:48:28'),(84431,2,20477,'','2013-12-12 05:48:28'),(84432,3,20477,'','2013-12-12 05:48:28'),(84433,6,20477,'112.00','2013-12-12 05:48:28'),(84434,7,20477,'NIGHT','2013-12-12 05:48:28'),(84435,66,20477,'OPD','2013-12-12 05:48:28'),(84436,67,20477,'','2013-12-12 05:48:28'),(84437,1,20479,'','2013-12-12 05:48:28'),(84438,2,20479,'','2013-12-12 05:48:28'),(84439,3,20479,'','2013-12-12 05:48:28'),(84440,6,20479,'','2013-12-12 05:48:28'),(84441,7,20479,'DAY','2013-12-12 05:48:28'),(84442,66,20479,'OPD','2013-12-12 05:48:28'),(84443,67,20479,'','2013-12-12 05:48:28'),(84444,1,20482,'','2013-12-12 05:48:29'),(84445,2,20482,'','2013-12-12 05:48:29'),(84446,3,20482,'','2013-12-12 05:48:29'),(84447,6,20482,'','2013-12-12 05:48:29'),(84448,7,20482,'DAY','2013-12-12 05:48:29'),(84449,66,20482,'OPD','2013-12-12 05:48:29'),(84450,67,20482,'','2013-12-12 05:48:29'),(84451,1,20483,'3604032','2013-12-12 06:31:40'),(84452,2,20483,'598077','2013-12-12 06:31:40'),(84453,3,20483,'','2013-12-12 06:31:40'),(84454,6,20483,'15.00','2013-12-12 06:31:40'),(84455,7,20483,'NIGHT','2013-12-12 06:31:40'),(84456,66,20483,'TROOM','2013-12-12 06:31:40'),(84457,67,20483,'','2013-12-12 06:31:40'),(84458,1,20484,'3604040','2013-12-12 10:07:44'),(84459,2,20484,'598083','2013-12-12 10:07:44'),(84460,3,20484,'','2013-12-12 10:07:44'),(84461,6,20484,'20.00','2013-12-12 10:07:44'),(84462,7,20484,'NIGHT','2013-12-12 10:07:44'),(84463,66,20484,'TROOM','2013-12-12 10:07:44'),(84464,67,20484,'','2013-12-12 10:07:44'),(84465,1,20485,'3604046','2013-12-12 10:55:56'),(84466,2,20485,'598088','2013-12-12 10:55:56'),(84467,3,20485,'','2013-12-12 10:55:56'),(84468,6,20485,'60.00','2013-12-12 10:55:56'),(84469,7,20485,'NIGHT','2013-12-12 10:55:56'),(84470,66,20485,'OPD','2013-12-12 10:55:56'),(84471,67,20485,'','2013-12-12 10:55:56'),(84472,1,20486,'3604052','2013-12-12 11:52:02'),(84473,2,20486,'598094','2013-12-12 11:52:02'),(84474,3,20486,'','2013-12-12 11:52:02'),(84475,6,20486,'37.00','2013-12-12 11:52:02'),(84476,7,20486,'NIGHT','2013-12-12 11:52:02'),(84477,66,20486,'TROOM','2013-12-12 11:52:02'),(84478,67,20486,'','2013-12-12 11:52:02'),(84479,1,20488,'','2013-12-12 11:52:02'),(84480,2,20488,'','2013-12-12 11:52:02'),(84481,3,20488,'','2013-12-12 11:52:02'),(84482,6,20488,'','2013-12-12 11:52:02'),(84483,7,20488,'DAY','2013-12-12 11:52:02'),(84484,66,20488,'OPD','2013-12-12 11:52:02'),(84485,67,20488,'','2013-12-12 11:52:02'),(84486,1,20489,'3604073','2013-12-12 13:52:51'),(84487,2,20489,'','2013-12-12 13:52:51'),(84488,3,20489,'','2013-12-12 13:52:51'),(84489,6,20489,'124.00','2013-12-12 13:52:51'),(84490,7,20489,'NIGHT','2013-12-12 13:52:51'),(84491,66,20489,'OPD','2013-12-12 13:52:51'),(84492,67,20489,'','2013-12-12 13:52:51'),(84493,1,20491,'','2013-12-12 13:52:52'),(84494,2,20491,'','2013-12-12 13:52:52'),(84495,3,20491,'','2013-12-12 13:52:52'),(84496,6,20491,'','2013-12-12 13:52:52'),(84497,7,20491,'DAY','2013-12-12 13:52:52'),(84498,66,20491,'OPD','2013-12-12 13:52:52'),(84499,67,20491,'','2013-12-12 13:52:52'),(84500,1,20494,'','2013-12-12 13:52:52'),(84501,2,20494,'','2013-12-12 13:52:52'),(84502,3,20494,'','2013-12-12 13:52:52'),(84503,6,20494,'','2013-12-12 13:52:52'),(84504,7,20494,'DAY','2013-12-12 13:52:52'),(84505,66,20494,'OPD','2013-12-12 13:52:52'),(84506,67,20494,'','2013-12-12 13:52:52'),(84507,1,20495,'3604084','2013-12-12 14:17:24'),(84508,2,20495,'598100','2013-12-12 14:17:24'),(84509,3,20495,'','2013-12-12 14:17:24'),(84510,6,20495,'185.00','2013-12-12 14:17:24'),(84511,7,20495,'DAY','2013-12-12 14:17:24'),(84512,66,20495,'OPD','2013-12-12 14:17:24'),(84513,67,20495,'','2013-12-12 14:17:24'),(84514,1,20497,'','2013-12-12 14:17:25'),(84515,2,20497,'','2013-12-12 14:17:25'),(84516,3,20497,'','2013-12-12 14:17:25'),(84517,6,20497,'','2013-12-12 14:17:25'),(84518,7,20497,'DAY','2013-12-12 14:17:25'),(84519,66,20497,'OPD','2013-12-12 14:17:25'),(84520,67,20497,'','2013-12-12 14:17:25'),(84521,1,20498,'3595902','2013-12-12 15:27:34'),(84522,2,20498,'','2013-12-12 15:27:34'),(84523,3,20498,'','2013-12-12 15:27:34'),(84524,6,20498,'12.00','2013-12-12 15:27:34'),(84525,7,20498,'DAY','2013-12-12 15:27:34'),(84526,66,20498,'OPD','2013-12-12 15:27:34'),(84527,67,20498,'','2013-12-12 15:27:34'),(84528,1,20499,'3604117','2013-12-12 15:32:29'),(84529,2,20499,'','2013-12-12 15:32:29'),(84530,3,20499,'','2013-12-12 15:32:29'),(84531,6,20499,'234.00','2013-12-12 15:32:29'),(84532,7,20499,'DAY','2013-12-12 15:32:29'),(84533,66,20499,'OPD','2013-12-12 15:32:29'),(84534,67,20499,'','2013-12-12 15:32:29'),(84535,1,20501,'','2013-12-12 15:32:29'),(84536,2,20501,'','2013-12-12 15:32:29'),(84537,3,20501,'','2013-12-12 15:32:29'),(84538,6,20501,'','2013-12-12 15:32:29'),(84539,7,20501,'DAY','2013-12-12 15:32:29'),(84540,66,20501,'OPD','2013-12-12 15:32:29'),(84541,67,20501,'','2013-12-12 15:32:29'),(84542,1,20504,'','2013-12-12 15:32:29'),(84543,2,20504,'','2013-12-12 15:32:29'),(84544,3,20504,'','2013-12-12 15:32:29'),(84545,6,20504,'','2013-12-12 15:32:29'),(84546,7,20504,'DAY','2013-12-12 15:32:29'),(84547,66,20504,'OPD','2013-12-12 15:32:29'),(84548,67,20504,'','2013-12-12 15:32:29'),(84549,1,20505,'3599956','2013-12-12 15:53:15'),(84550,2,20505,'','2013-12-12 15:53:15'),(84551,3,20505,'','2013-12-12 15:53:15'),(84552,6,20505,'12','2013-12-12 15:53:15'),(84553,7,20505,'DAY','2013-12-12 15:53:15'),(84554,66,20505,'OPD','2013-12-12 15:53:15'),(84555,67,20505,'','2013-12-12 15:53:15'),(84556,1,20506,'3604126','2013-12-12 15:56:32'),(84557,2,20506,'','2013-12-12 15:56:32'),(84558,3,20506,'','2013-12-12 15:56:32'),(84559,6,20506,'113','2013-12-12 15:56:32'),(84560,7,20506,'DAY','2013-12-12 15:56:32'),(84561,66,20506,'OPD','2013-12-12 15:56:32'),(84562,67,20506,'','2013-12-12 15:56:32'),(84563,1,20508,'','2013-12-12 15:56:33'),(84564,2,20508,'','2013-12-12 15:56:33'),(84565,3,20508,'','2013-12-12 15:56:33'),(84566,6,20508,'','2013-12-12 15:56:33'),(84567,7,20508,'DAY','2013-12-12 15:56:33'),(84568,66,20508,'OPD','2013-12-12 15:56:33'),(84569,67,20508,'','2013-12-12 15:56:33'),(84570,1,20509,'3604129','2013-12-12 16:05:51'),(84571,2,20509,'598111','2013-12-12 16:05:51'),(84572,3,20509,'','2013-12-12 16:05:51'),(84573,6,20509,'11','2013-12-12 16:05:51'),(84574,7,20509,'DAY','2013-12-12 16:05:51'),(84575,66,20509,'OPD','2013-12-12 16:05:51'),(84576,67,20509,'','2013-12-12 16:05:51'),(84577,1,20510,'3604131','2013-12-12 16:08:36'),(84578,2,20510,'','2013-12-12 16:08:36'),(84579,3,20510,'','2013-12-12 16:08:36'),(84580,6,20510,'168','2013-12-12 16:08:36'),(84581,7,20510,'DAY','2013-12-12 16:08:36'),(84582,66,20510,'OPD','2013-12-12 16:08:36'),(84583,67,20510,'','2013-12-12 16:08:36'),(84584,1,20512,'','2013-12-12 16:08:36'),(84585,2,20512,'','2013-12-12 16:08:36'),(84586,3,20512,'','2013-12-12 16:08:36'),(84587,6,20512,'','2013-12-12 16:08:36'),(84588,7,20512,'DAY','2013-12-12 16:08:36'),(84589,66,20512,'OPD','2013-12-12 16:08:36'),(84590,67,20512,'','2013-12-12 16:08:36'),(84591,1,20513,'3604133','2013-12-12 16:13:31'),(84592,2,20513,'','2013-12-12 16:13:31'),(84593,3,20513,'','2013-12-12 16:13:31'),(84594,6,20513,'126','2013-12-12 16:13:31'),(84595,7,20513,'DAY','2013-12-12 16:13:31'),(84596,66,20513,'OPD','2013-12-12 16:13:31'),(84597,67,20513,'','2013-12-12 16:13:31'),(84598,1,20515,'','2013-12-12 16:13:31'),(84599,2,20515,'','2013-12-12 16:13:31'),(84600,3,20515,'','2013-12-12 16:13:31'),(84601,6,20515,'','2013-12-12 16:13:31'),(84602,7,20515,'DAY','2013-12-12 16:13:31'),(84603,66,20515,'OPD','2013-12-12 16:13:31'),(84604,67,20515,'','2013-12-12 16:13:31'),(84605,1,20516,'3604134','2013-12-12 16:22:54'),(84606,2,20516,'598114','2013-12-12 16:22:54'),(84607,3,20516,'','2013-12-12 16:22:54'),(84608,6,20516,'12','2013-12-12 16:22:54'),(84609,7,20516,'DAY','2013-12-12 16:22:54'),(84610,66,20516,'OPD','2013-12-12 16:22:54'),(84611,67,20516,'','2013-12-12 16:22:54'),(84612,1,20517,'3604142','2013-12-12 16:46:05'),(84613,2,20517,'598116','2013-12-12 16:46:05'),(84614,3,20517,'','2013-12-12 16:46:05'),(84615,6,20517,'52','2013-12-12 16:46:05'),(84616,7,20517,'DAY','2013-12-12 16:46:05'),(84617,66,20517,'OPD','2013-12-12 16:46:05'),(84618,67,20517,'','2013-12-12 16:46:05'),(84619,1,20519,'','2013-12-12 16:46:05'),(84620,2,20519,'','2013-12-12 16:46:05'),(84621,3,20519,'','2013-12-12 16:46:05'),(84622,6,20519,'','2013-12-12 16:46:05'),(84623,7,20519,'DAY','2013-12-12 16:46:05'),(84624,66,20519,'OPD','2013-12-12 16:46:05'),(84625,67,20519,'','2013-12-12 16:46:05'),(84626,1,20520,'3603524','2013-12-12 16:48:55'),(84627,2,20520,'','2013-12-12 16:48:55'),(84628,3,20520,'','2013-12-12 16:48:55'),(84629,6,20520,'13','2013-12-12 16:48:55'),(84630,7,20520,'DAY','2013-12-12 16:48:55'),(84631,66,20520,'OPD','2013-12-12 16:48:55'),(84632,67,20520,'','2013-12-12 16:48:55'),(84633,1,20521,'3603107','2013-12-12 16:58:57'),(84634,2,20521,'598122','2013-12-12 16:58:57'),(84635,3,20521,'','2013-12-12 16:58:57'),(84636,6,20521,'199','2013-12-12 16:58:57'),(84637,7,20521,'DAY','2013-12-12 16:58:57'),(84638,66,20521,'OPD','2013-12-12 16:58:57'),(84639,67,20521,'','2013-12-12 16:58:57'),(84640,1,20523,'','2013-12-12 16:58:57'),(84641,2,20523,'','2013-12-12 16:58:57'),(84642,3,20523,'','2013-12-12 16:58:57'),(84643,6,20523,'','2013-12-12 16:58:57'),(84644,7,20523,'DAY','2013-12-12 16:58:57'),(84645,66,20523,'OPD','2013-12-12 16:58:57'),(84646,67,20523,'','2013-12-12 16:58:57'),(84647,1,20526,'','2013-12-12 16:58:58'),(84648,2,20526,'','2013-12-12 16:58:58'),(84649,3,20526,'','2013-12-12 16:58:58'),(84650,6,20526,'','2013-12-12 16:58:58'),(84651,7,20526,'DAY','2013-12-12 16:58:58'),(84652,66,20526,'OPD','2013-12-12 16:58:58'),(84653,67,20526,'','2013-12-12 16:58:58'),(84654,1,20530,'','2013-12-12 16:58:58'),(84655,2,20530,'','2013-12-12 16:58:58'),(84656,3,20530,'','2013-12-12 16:58:58'),(84657,6,20530,'','2013-12-12 16:58:58'),(84658,7,20530,'DAY','2013-12-12 16:58:58'),(84659,66,20530,'OPD','2013-12-12 16:58:58'),(84660,67,20530,'','2013-12-12 16:58:58'),(84661,1,20531,'3603766','2013-12-12 17:05:33'),(84662,2,20531,'','2013-12-12 17:05:33'),(84663,3,20531,'','2013-12-12 17:05:33'),(84664,6,20531,'50','2013-12-12 17:05:33'),(84665,7,20531,'DAY','2013-12-12 17:05:33'),(84666,66,20531,'OPD','2013-12-12 17:05:33'),(84667,67,20531,'','2013-12-12 17:05:33'),(84668,1,20533,'','2013-12-12 17:05:33'),(84669,2,20533,'','2013-12-12 17:05:33'),(84670,3,20533,'','2013-12-12 17:05:33'),(84671,6,20533,'','2013-12-12 17:05:33'),(84672,7,20533,'DAY','2013-12-12 17:05:33'),(84673,66,20533,'OPD','2013-12-12 17:05:33'),(84674,67,20533,'','2013-12-12 17:05:33'),(84675,1,20534,'3604196','2013-12-12 17:22:41'),(84676,2,20534,'','2013-12-12 17:22:41'),(84677,3,20534,'','2013-12-12 17:22:41'),(84678,6,20534,'31','2013-12-12 17:22:41'),(84679,7,20534,'DAY','2013-12-12 17:22:41'),(84680,66,20534,'OPD','2013-12-12 17:22:41'),(84681,67,20534,'','2013-12-12 17:22:41'),(84682,1,20536,'','2013-12-12 17:22:41'),(84683,2,20536,'','2013-12-12 17:22:41'),(84684,3,20536,'','2013-12-12 17:22:41'),(84685,6,20536,'','2013-12-12 17:22:41'),(84686,7,20536,'DAY','2013-12-12 17:22:41'),(84687,66,20536,'OPD','2013-12-12 17:22:41'),(84688,67,20536,'','2013-12-12 17:22:41'),(84689,1,20537,'','2013-12-12 17:32:07'),(84690,2,20537,'','2013-12-12 17:32:07'),(84691,3,20537,'','2013-12-12 17:32:07'),(84692,6,20537,'','2013-12-12 17:32:07'),(84693,7,20537,'DAY','2013-12-12 17:32:07'),(84694,66,20537,'OPD','2013-12-12 17:32:07'),(84695,67,20537,'','2013-12-12 17:32:07'),(84696,1,20538,'3604224','2013-12-12 17:51:41'),(84697,2,20538,'','2013-12-12 17:51:41'),(84698,3,20538,'','2013-12-12 17:51:41'),(84699,6,20538,'68','2013-12-12 17:51:41'),(84700,7,20538,'DAY','2013-12-12 17:51:41'),(84701,66,20538,'OPD','2013-12-12 17:51:41'),(84702,67,20538,'','2013-12-12 17:51:41'),(84703,1,20540,'','2013-12-12 17:51:41'),(84704,2,20540,'','2013-12-12 17:51:41'),(84705,3,20540,'','2013-12-12 17:51:41'),(84706,6,20540,'','2013-12-12 17:51:41'),(84707,7,20540,'DAY','2013-12-12 17:51:41'),(84708,66,20540,'OPD','2013-12-12 17:51:41'),(84709,67,20540,'','2013-12-12 17:51:41'),(84710,1,20543,'','2013-12-12 17:51:41'),(84711,2,20543,'','2013-12-12 17:51:41'),(84712,3,20543,'','2013-12-12 17:51:41'),(84713,6,20543,'','2013-12-12 17:51:41'),(84714,7,20543,'DAY','2013-12-12 17:51:41'),(84715,66,20543,'OPD','2013-12-12 17:51:41'),(84716,67,20543,'','2013-12-12 17:51:41'),(84717,1,20544,'3604234','2013-12-12 18:15:31'),(84718,2,20544,'','2013-12-12 18:15:31'),(84719,3,20544,'','2013-12-12 18:15:31'),(84720,6,20544,'81','2013-12-12 18:15:31'),(84721,7,20544,'DAY','2013-12-12 18:15:31'),(84722,66,20544,'OPD','2013-12-12 18:15:31'),(84723,67,20544,'','2013-12-12 18:15:31'),(84724,1,20546,'','2013-12-12 18:15:32'),(84725,2,20546,'','2013-12-12 18:15:32'),(84726,3,20546,'','2013-12-12 18:15:32'),(84727,6,20546,'','2013-12-12 18:15:32'),(84728,7,20546,'DAY','2013-12-12 18:15:32'),(84729,66,20546,'OPD','2013-12-12 18:15:32'),(84730,67,20546,'','2013-12-12 18:15:32'),(84731,1,20549,'','2013-12-12 18:15:32'),(84732,2,20549,'','2013-12-12 18:15:32'),(84733,3,20549,'','2013-12-12 18:15:32'),(84734,6,20549,'','2013-12-12 18:15:32'),(84735,7,20549,'DAY','2013-12-12 18:15:32'),(84736,66,20549,'OPD','2013-12-12 18:15:32'),(84737,67,20549,'','2013-12-12 18:15:32'),(84738,1,20550,'36044249','2013-12-12 18:25:49'),(84739,2,20550,'598149','2013-12-12 18:25:49'),(84740,3,20550,'','2013-12-12 18:25:49'),(84741,6,20550,'18','2013-12-12 18:25:49'),(84742,7,20550,'DAY','2013-12-12 18:25:49'),(84743,66,20550,'OPD','2013-12-12 18:25:49'),(84744,67,20550,'','2013-12-12 18:25:49'),(84745,1,20551,'3604252','2013-12-12 18:40:14'),(84746,2,20551,'','2013-12-12 18:40:14'),(84747,3,20551,'','2013-12-12 18:40:14'),(84748,6,20551,'241','2013-12-12 18:40:14'),(84749,7,20551,'DAY','2013-12-12 18:40:14'),(84750,66,20551,'OPD','2013-12-12 18:40:14'),(84751,67,20551,'','2013-12-12 18:40:14'),(84752,1,20553,'','2013-12-12 18:40:14'),(84753,2,20553,'','2013-12-12 18:40:14'),(84754,3,20553,'','2013-12-12 18:40:14'),(84755,6,20553,'','2013-12-12 18:40:14'),(84756,7,20553,'DAY','2013-12-12 18:40:14'),(84757,66,20553,'OPD','2013-12-12 18:40:14'),(84758,67,20553,'','2013-12-12 18:40:14'),(84759,1,20554,'','2013-12-12 18:40:53'),(84760,2,20554,'','2013-12-12 18:40:53'),(84761,3,20554,'','2013-12-12 18:40:53'),(84762,6,20554,'','2013-12-12 18:40:53'),(84763,7,20554,'DAY','2013-12-12 18:40:53'),(84764,66,20554,'OPD','2013-12-12 18:40:53'),(84765,67,20554,'','2013-12-12 18:40:53'),(84766,1,20555,'','2013-12-12 18:43:03'),(84767,2,20555,'','2013-12-12 18:43:03'),(84768,3,20555,'','2013-12-12 18:43:03'),(84769,6,20555,'143','2013-12-12 18:43:03'),(84770,7,20555,'DAY','2013-12-12 18:43:03'),(84771,66,20555,'OPD','2013-12-12 18:43:03'),(84772,67,20555,'','2013-12-12 18:43:03'),(84773,1,20557,'','2013-12-12 18:43:04'),(84774,2,20557,'','2013-12-12 18:43:04'),(84775,3,20557,'','2013-12-12 18:43:04'),(84776,6,20557,'','2013-12-12 18:43:04'),(84777,7,20557,'DAY','2013-12-12 18:43:04'),(84778,66,20557,'OPD','2013-12-12 18:43:04'),(84779,67,20557,'','2013-12-12 18:43:04'),(84780,1,20558,'','2013-12-12 18:46:34'),(84781,2,20558,'','2013-12-12 18:46:34'),(84782,3,20558,'','2013-12-12 18:46:34'),(84783,6,20558,'91','2013-12-12 18:46:34'),(84784,7,20558,'DAY','2013-12-12 18:46:34'),(84785,66,20558,'OPD','2013-12-12 18:46:34'),(84786,67,20558,'','2013-12-12 18:46:34'),(84787,1,20560,'','2013-12-12 18:46:35'),(84788,2,20560,'','2013-12-12 18:46:35'),(84789,3,20560,'','2013-12-12 18:46:35'),(84790,6,20560,'','2013-12-12 18:46:35'),(84791,7,20560,'DAY','2013-12-12 18:46:35'),(84792,66,20560,'OPD','2013-12-12 18:46:35'),(84793,67,20560,'','2013-12-12 18:46:35'),(84794,1,20561,'3604258','2013-12-12 18:48:24'),(84795,2,20561,'','2013-12-12 18:48:24'),(84796,3,20561,'','2013-12-12 18:48:24'),(84797,6,20561,'6.5','2013-12-12 18:48:24'),(84798,7,20561,'DAY','2013-12-12 18:48:24'),(84799,66,20561,'OPD','2013-12-12 18:48:24'),(84800,67,20561,'','2013-12-12 18:48:24'),(84801,1,20562,'3603853','2013-12-12 18:50:44'),(84802,2,20562,'598151','2013-12-12 18:50:44'),(84803,3,20562,'','2013-12-12 18:50:44'),(84804,6,20562,'38','2013-12-12 18:50:44'),(84805,7,20562,'DAY','2013-12-12 18:50:44'),(84806,66,20562,'EXT. REQ','2013-12-12 18:50:44'),(84807,67,20562,'','2013-12-12 18:50:44'),(84808,1,20563,'3604274','2013-12-12 18:52:59'),(84809,2,20563,'','2013-12-12 18:52:59'),(84810,3,20563,'','2013-12-12 18:52:59'),(84811,6,20563,'100','2013-12-12 18:52:59'),(84812,7,20563,'DAY','2013-12-12 18:52:59'),(84813,66,20563,'OPD','2013-12-12 18:52:59'),(84814,67,20563,'','2013-12-12 18:52:59'),(84815,1,20565,'','2013-12-12 18:52:59'),(84816,2,20565,'','2013-12-12 18:52:59'),(84817,3,20565,'','2013-12-12 18:52:59'),(84818,6,20565,'','2013-12-12 18:52:59'),(84819,7,20565,'DAY','2013-12-12 18:52:59'),(84820,66,20565,'OPD','2013-12-12 18:52:59'),(84821,67,20565,'','2013-12-12 18:52:59'),(84822,1,20566,'3604285','2013-12-12 18:57:08'),(84823,2,20566,'','2013-12-12 18:57:08'),(84824,3,20566,'','2013-12-12 18:57:08'),(84825,6,20566,'22','2013-12-12 18:57:08'),(84826,7,20566,'DAY','2013-12-12 18:57:08'),(84827,66,20566,'OPD','2013-12-12 18:57:08'),(84828,67,20566,'','2013-12-12 18:57:08'),(84829,1,20567,'3604272','2013-12-12 19:00:49'),(84830,2,20567,'','2013-12-12 19:00:49'),(84831,3,20567,'','2013-12-12 19:00:49'),(84832,6,20567,'84','2013-12-12 19:00:49'),(84833,7,20567,'DAY','2013-12-12 19:00:49'),(84834,66,20567,'OPD','2013-12-12 19:00:49'),(84835,67,20567,'','2013-12-12 19:00:49'),(84836,1,20569,'','2013-12-12 19:00:49'),(84837,2,20569,'','2013-12-12 19:00:49'),(84838,3,20569,'','2013-12-12 19:00:49'),(84839,6,20569,'','2013-12-12 19:00:49'),(84840,7,20569,'DAY','2013-12-12 19:00:49'),(84841,66,20569,'OPD','2013-12-12 19:00:49'),(84842,67,20569,'','2013-12-12 19:00:49'),(84843,1,20570,'','2013-12-12 19:03:08'),(84844,2,20570,'','2013-12-12 19:03:08'),(84845,3,20570,'','2013-12-12 19:03:08'),(84846,6,20570,'97','2013-12-12 19:03:08'),(84847,7,20570,'DAY','2013-12-12 19:03:08'),(84848,66,20570,'OPD','2013-12-12 19:03:08'),(84849,67,20570,'','2013-12-12 19:03:08'),(84850,1,20572,'','2013-12-12 19:03:09'),(84851,2,20572,'','2013-12-12 19:03:09'),(84852,3,20572,'','2013-12-12 19:03:09'),(84853,6,20572,'','2013-12-12 19:03:09'),(84854,7,20572,'DAY','2013-12-12 19:03:09'),(84855,66,20572,'OPD','2013-12-12 19:03:09'),(84856,67,20572,'','2013-12-12 19:03:09'),(84857,1,20575,'','2013-12-12 19:03:09'),(84858,2,20575,'','2013-12-12 19:03:09'),(84859,3,20575,'','2013-12-12 19:03:09'),(84860,6,20575,'','2013-12-12 19:03:09'),(84861,7,20575,'DAY','2013-12-12 19:03:09'),(84862,66,20575,'OPD','2013-12-12 19:03:09'),(84863,67,20575,'','2013-12-12 19:03:09'),(84864,1,20576,'','2013-12-12 19:04:49'),(84865,2,20576,'','2013-12-12 19:04:49'),(84866,3,20576,'','2013-12-12 19:04:49'),(84867,6,20576,'','2013-12-12 19:04:49'),(84868,7,20576,'DAY','2013-12-12 19:04:49'),(84869,66,20576,'OPD','2013-12-12 19:04:49'),(84870,67,20576,'','2013-12-12 19:04:49'),(84871,1,20578,'','2013-12-12 19:04:49'),(84872,2,20578,'','2013-12-12 19:04:49'),(84873,3,20578,'','2013-12-12 19:04:49'),(84874,6,20578,'','2013-12-12 19:04:49'),(84875,7,20578,'DAY','2013-12-12 19:04:49'),(84876,66,20578,'OPD','2013-12-12 19:04:49'),(84877,67,20578,'','2013-12-12 19:04:49'),(84878,1,20581,'','2013-12-12 19:04:49'),(84879,2,20581,'','2013-12-12 19:04:49'),(84880,3,20581,'','2013-12-12 19:04:49'),(84881,6,20581,'','2013-12-12 19:04:49'),(84882,7,20581,'DAY','2013-12-12 19:04:49'),(84883,66,20581,'OPD','2013-12-12 19:04:49'),(84884,67,20581,'','2013-12-12 19:04:49'),(84885,1,20582,'3604269','2013-12-12 19:06:49'),(84886,2,20582,'','2013-12-12 19:06:49'),(84887,3,20582,'','2013-12-12 19:06:49'),(84888,6,20582,'112','2013-12-12 19:06:49'),(84889,7,20582,'DAY','2013-12-12 19:06:49'),(84890,66,20582,'OPD','2013-12-12 19:06:49'),(84891,67,20582,'','2013-12-12 19:06:49'),(84892,1,20584,'','2013-12-12 19:06:49'),(84893,2,20584,'','2013-12-12 19:06:49'),(84894,3,20584,'','2013-12-12 19:06:49'),(84895,6,20584,'','2013-12-12 19:06:49'),(84896,7,20584,'DAY','2013-12-12 19:06:49'),(84897,66,20584,'OPD','2013-12-12 19:06:49'),(84898,67,20584,'','2013-12-12 19:06:49'),(84899,1,20587,'','2013-12-12 19:06:50'),(84900,2,20587,'','2013-12-12 19:06:50'),(84901,3,20587,'','2013-12-12 19:06:50'),(84902,6,20587,'','2013-12-12 19:06:50'),(84903,7,20587,'DAY','2013-12-12 19:06:50'),(84904,66,20587,'OPD','2013-12-12 19:06:50'),(84905,67,20587,'','2013-12-12 19:06:50'),(84906,1,20588,'','2013-12-12 19:10:08'),(84907,2,20588,'598158','2013-12-12 19:10:08'),(84908,3,20588,'','2013-12-12 19:10:08'),(84909,6,20588,'277','2013-12-12 19:10:08'),(84910,7,20588,'DAY','2013-12-12 19:10:08'),(84911,66,20588,'OPD','2013-12-12 19:10:08'),(84912,67,20588,'','2013-12-12 19:10:08'),(84913,1,20590,'','2013-12-12 19:10:09'),(84914,2,20590,'','2013-12-12 19:10:09'),(84915,3,20590,'','2013-12-12 19:10:09'),(84916,6,20590,'','2013-12-12 19:10:09'),(84917,7,20590,'DAY','2013-12-12 19:10:09'),(84918,66,20590,'OPD','2013-12-12 19:10:09'),(84919,67,20590,'','2013-12-12 19:10:09'),(84920,1,20593,'','2013-12-12 19:10:09'),(84921,2,20593,'','2013-12-12 19:10:09'),(84922,3,20593,'','2013-12-12 19:10:09'),(84923,6,20593,'','2013-12-12 19:10:09'),(84924,7,20593,'DAY','2013-12-12 19:10:09'),(84925,66,20593,'OPD','2013-12-12 19:10:09'),(84926,67,20593,'','2013-12-12 19:10:09'),(84927,1,20594,'','2013-12-12 19:15:40'),(84928,2,20594,'598150','2013-12-12 19:15:40'),(84929,3,20594,'','2013-12-12 19:15:40'),(84930,6,20594,'23','2013-12-12 19:15:40'),(84931,7,20594,'DAY','2013-12-12 19:15:40'),(84932,66,20594,'SELF REQ','2013-12-12 19:15:40'),(84933,67,20594,'','2013-12-12 19:15:40'),(84934,1,20595,'3604284','2013-12-12 19:19:21'),(84935,2,20595,'598159','2013-12-12 19:19:21'),(84936,3,20595,'','2013-12-12 19:19:21'),(84937,6,20595,'12','2013-12-12 19:19:21'),(84938,7,20595,'DAY','2013-12-12 19:19:21'),(84939,66,20595,'OPD','2013-12-12 19:19:21'),(84940,67,20595,'','2013-12-12 19:19:21'),(84941,1,20596,'3604300','2013-12-12 19:30:46'),(84942,2,20596,'','2013-12-12 19:30:46'),(84943,3,20596,'','2013-12-12 19:30:46'),(84944,6,20596,'55','2013-12-12 19:30:46'),(84945,7,20596,'DAY','2013-12-12 19:30:46'),(84946,66,20596,'OPD','2013-12-12 19:30:46'),(84947,67,20596,'','2013-12-12 19:30:46'),(84948,1,20598,'','2013-12-12 19:30:46'),(84949,2,20598,'','2013-12-12 19:30:46'),(84950,3,20598,'','2013-12-12 19:30:46'),(84951,6,20598,'','2013-12-12 19:30:46'),(84952,7,20598,'DAY','2013-12-12 19:30:46'),(84953,66,20598,'OPD','2013-12-12 19:30:46'),(84954,67,20598,'','2013-12-12 19:30:46'),(84955,1,20599,'','2013-12-12 19:42:08'),(84956,2,20599,'','2013-12-12 19:42:08'),(84957,3,20599,'','2013-12-12 19:42:08'),(84958,6,20599,'144','2013-12-12 19:42:08'),(84959,7,20599,'DAY','2013-12-12 19:42:08'),(84960,66,20599,'OPD','2013-12-12 19:42:08'),(84961,67,20599,'','2013-12-12 19:42:08'),(84962,1,20601,'','2013-12-12 19:42:09'),(84963,2,20601,'','2013-12-12 19:42:09'),(84964,3,20601,'','2013-12-12 19:42:09'),(84965,6,20601,'','2013-12-12 19:42:09'),(84966,7,20601,'DAY','2013-12-12 19:42:09'),(84967,66,20601,'OPD','2013-12-12 19:42:09'),(84968,67,20601,'','2013-12-12 19:42:09'),(84969,1,20602,'3604298','2013-12-12 19:45:31'),(84970,2,20602,'598170','2013-12-12 19:45:31'),(84971,3,20602,'','2013-12-12 19:45:31'),(84972,6,20602,'237','2013-12-12 19:45:31'),(84973,7,20602,'DAY','2013-12-12 19:45:31'),(84974,66,20602,'OPD','2013-12-12 19:45:31'),(84975,67,20602,'','2013-12-12 19:45:31'),(84976,1,20604,'','2013-12-12 19:45:31'),(84977,2,20604,'','2013-12-12 19:45:31'),(84978,3,20604,'','2013-12-12 19:45:31'),(84979,6,20604,'','2013-12-12 19:45:31'),(84980,7,20604,'DAY','2013-12-12 19:45:31'),(84981,66,20604,'OPD','2013-12-12 19:45:31'),(84982,67,20604,'','2013-12-12 19:45:31'),(84983,1,20607,'','2013-12-12 19:45:32'),(84984,2,20607,'','2013-12-12 19:45:32'),(84985,3,20607,'','2013-12-12 19:45:32'),(84986,6,20607,'','2013-12-12 19:45:32'),(84987,7,20607,'DAY','2013-12-12 19:45:32'),(84988,66,20607,'OPD','2013-12-12 19:45:32'),(84989,67,20607,'','2013-12-12 19:45:32'),(84990,1,20608,'','2013-12-12 20:01:59'),(84991,2,20608,'','2013-12-12 20:01:59'),(84992,3,20608,'','2013-12-12 20:01:59'),(84993,6,20608,'141','2013-12-12 20:01:59'),(84994,7,20608,'DAY','2013-12-12 20:01:59'),(84995,66,20608,'OPD','2013-12-12 20:01:59'),(84996,67,20608,'','2013-12-12 20:01:59'),(84997,1,20610,'','2013-12-12 20:01:59'),(84998,2,20610,'','2013-12-12 20:01:59'),(84999,3,20610,'','2013-12-12 20:01:59'),(85000,6,20610,'','2013-12-12 20:01:59'),(85001,7,20610,'DAY','2013-12-12 20:01:59'),(85002,66,20610,'OPD','2013-12-12 20:01:59'),(85003,67,20610,'','2013-12-12 20:01:59'),(85004,1,20613,'','2013-12-12 20:01:59'),(85005,2,20613,'','2013-12-12 20:01:59'),(85006,3,20613,'','2013-12-12 20:01:59'),(85007,6,20613,'','2013-12-12 20:01:59'),(85008,7,20613,'DAY','2013-12-12 20:01:59'),(85009,66,20613,'OPD','2013-12-12 20:01:59'),(85010,67,20613,'','2013-12-12 20:01:59'),(85011,1,20614,'3604327','2013-12-12 20:06:01'),(85012,2,20614,'598179','2013-12-12 20:06:01'),(85013,3,20614,'','2013-12-12 20:06:01'),(85014,6,20614,'12','2013-12-12 20:06:01'),(85015,7,20614,'DAY','2013-12-12 20:06:01'),(85016,66,20614,'OPD','2013-12-12 20:06:01'),(85017,67,20614,'','2013-12-12 20:06:01'),(85018,1,20615,'3604337','2013-12-12 20:12:26'),(85019,2,20615,'','2013-12-12 20:12:26'),(85020,3,20615,'','2013-12-12 20:12:26'),(85021,6,20615,'22','2013-12-12 20:12:26'),(85022,7,20615,'DAY','2013-12-12 20:12:26'),(85023,66,20615,'OPD','2013-12-12 20:12:26'),(85024,67,20615,'','2013-12-12 20:12:26'),(85025,1,20616,'','2013-12-12 20:15:21'),(85026,2,20616,'','2013-12-12 20:15:21'),(85027,3,20616,'','2013-12-12 20:15:21'),(85028,6,20616,'','2013-12-12 20:15:21'),(85029,7,20616,'DAY','2013-12-12 20:15:21'),(85030,66,20616,'OPD','2013-12-12 20:15:21'),(85031,67,20616,'','2013-12-12 20:15:21'),(85032,1,20617,'3604348','2013-12-12 20:18:46'),(85033,2,20617,'','2013-12-12 20:18:46'),(85034,3,20617,'','2013-12-12 20:18:46'),(85035,6,20617,'22','2013-12-12 20:18:46'),(85036,7,20617,'DAY','2013-12-12 20:18:46'),(85037,66,20617,'OPD','2013-12-12 20:18:46'),(85038,67,20617,'','2013-12-12 20:18:46'),(85039,1,20618,'','2013-12-12 20:25:06'),(85040,2,20618,'','2013-12-12 20:25:06'),(85041,3,20618,'','2013-12-12 20:25:06'),(85042,6,20618,'','2013-12-12 20:25:06'),(85043,7,20618,'DAY','2013-12-12 20:25:06'),(85044,66,20618,'OPD','2013-12-12 20:25:06'),(85045,67,20618,'','2013-12-12 20:25:06'),(85046,1,20619,'3604289','2013-12-12 20:34:59'),(85047,2,20619,'','2013-12-12 20:34:59'),(85048,3,20619,'','2013-12-12 20:34:59'),(85049,6,20619,'37','2013-12-12 20:34:59'),(85050,7,20619,'DAY','2013-12-12 20:34:59'),(85051,66,20619,'OPD','2013-12-12 20:34:59'),(85052,67,20619,'','2013-12-12 20:34:59'),(85053,1,20621,'','2013-12-12 20:34:59'),(85054,2,20621,'','2013-12-12 20:34:59'),(85055,3,20621,'','2013-12-12 20:34:59'),(85056,6,20621,'','2013-12-12 20:34:59'),(85057,7,20621,'DAY','2013-12-12 20:34:59'),(85058,66,20621,'OPD','2013-12-12 20:34:59'),(85059,67,20621,'','2013-12-12 20:34:59'),(85060,1,20622,'3597162','2013-12-12 20:46:18'),(85061,2,20622,'','2013-12-12 20:46:18'),(85062,3,20622,'','2013-12-12 20:46:18'),(85063,6,20622,'82','2013-12-12 20:46:18'),(85064,7,20622,'DAY','2013-12-12 20:46:18'),(85065,66,20622,'OPD','2013-12-12 20:46:18'),(85066,67,20622,'','2013-12-12 20:46:18'),(85067,1,20623,'3604378','2013-12-12 21:01:38'),(85068,2,20623,'','2013-12-12 21:01:38'),(85069,3,20623,'','2013-12-12 21:01:38'),(85070,6,20623,'40','2013-12-12 21:01:38'),(85071,7,20623,'DAY','2013-12-12 21:01:38'),(85072,66,20623,'OPD','2013-12-12 21:01:38'),(85073,67,20623,'','2013-12-12 21:01:38'),(85074,1,20624,'3604382','2013-12-12 21:03:31'),(85075,2,20624,'','2013-12-12 21:03:31'),(85076,3,20624,'','2013-12-12 21:03:31'),(85077,6,20624,'40','2013-12-12 21:03:31'),(85078,7,20624,'DAY','2013-12-12 21:03:31'),(85079,66,20624,'WARD B','2013-12-12 21:03:32'),(85080,67,20624,'PEACE','2013-12-12 21:03:32'),(85081,1,20625,'','2013-12-12 21:08:12'),(85082,2,20625,'','2013-12-12 21:08:12'),(85083,3,20625,'','2013-12-12 21:08:12'),(85084,6,20625,'','2013-12-12 21:08:12'),(85085,7,20625,'DAY','2013-12-12 21:08:12'),(85086,66,20625,'OPD','2013-12-12 21:08:12'),(85087,67,20625,'','2013-12-12 21:08:12'),(85088,1,20626,'3604384','2013-12-12 21:13:24'),(85089,2,20626,'','2013-12-12 21:13:24'),(85090,3,20626,'','2013-12-12 21:13:24'),(85091,6,20626,'51','2013-12-12 21:13:24'),(85092,7,20626,'DAY','2013-12-12 21:13:24'),(85093,66,20626,'OPD','2013-12-12 21:13:24'),(85094,67,20626,'','2013-12-12 21:13:24'),(85095,1,20628,'','2013-12-12 21:13:24'),(85096,2,20628,'','2013-12-12 21:13:24'),(85097,3,20628,'','2013-12-12 21:13:24'),(85098,6,20628,'','2013-12-12 21:13:24'),(85099,7,20628,'DAY','2013-12-12 21:13:24'),(85100,66,20628,'OPD','2013-12-12 21:13:24'),(85101,67,20628,'','2013-12-12 21:13:24'),(85102,1,20629,'3604405','2013-12-12 21:32:01'),(85103,2,20629,'','2013-12-12 21:32:01'),(85104,3,20629,'','2013-12-12 21:32:01'),(85105,6,20629,'27','2013-12-12 21:32:01'),(85106,7,20629,'DAY','2013-12-12 21:32:01'),(85107,66,20629,'OPD','2013-12-12 21:32:01'),(85108,67,20629,'','2013-12-12 21:32:01'),(85109,1,20630,'3604348','2013-12-12 21:36:03'),(85110,2,20630,'598199','2013-12-12 21:36:03'),(85111,3,20630,'','2013-12-12 21:36:03'),(85112,6,20630,'82','2013-12-12 21:36:03'),(85113,7,20630,'DAY','2013-12-12 21:36:03'),(85114,66,20630,'OPD','2013-12-12 21:36:03'),(85115,67,20630,'','2013-12-12 21:36:03'),(85116,1,20631,'3604423','2013-12-12 21:48:28'),(85117,2,20631,'','2013-12-12 21:48:28'),(85118,3,20631,'','2013-12-12 21:48:28'),(85119,6,20631,'37.00','2013-12-12 21:48:28'),(85120,7,20631,'DAY','2013-12-12 21:48:28'),(85121,66,20631,'OPD','2013-12-12 21:48:28'),(85122,67,20631,'','2013-12-12 21:48:28'),(85123,1,20632,'3604427','2013-12-12 21:56:14'),(85124,2,20632,'','2013-12-12 21:56:14'),(85125,3,20632,'','2013-12-12 21:56:14'),(85126,6,20632,'121.00','2013-12-12 21:56:14'),(85127,7,20632,'DAY','2013-12-12 21:56:14'),(85128,66,20632,'OPD','2013-12-12 21:56:14'),(85129,67,20632,'','2013-12-12 21:56:14'),(85130,1,20633,'3604425','2013-12-12 22:04:16'),(85131,2,20633,'598201','2013-12-12 22:04:16'),(85132,3,20633,'','2013-12-12 22:04:16'),(85133,6,20633,'207.00','2013-12-12 22:04:16'),(85134,7,20633,'DAY','2013-12-12 22:04:16'),(85135,66,20633,'OPD','2013-12-12 22:04:16'),(85136,67,20633,'','2013-12-12 22:04:16'),(85137,1,20635,'','2013-12-12 22:04:17'),(85138,2,20635,'','2013-12-12 22:04:17'),(85139,3,20635,'','2013-12-12 22:04:17'),(85140,6,20635,'','2013-12-12 22:04:17'),(85141,7,20635,'DAY','2013-12-12 22:04:17'),(85142,66,20635,'OPD','2013-12-12 22:04:17'),(85143,67,20635,'','2013-12-12 22:04:17'),(85144,1,20636,'3604446','2013-12-12 22:07:21'),(85145,2,20636,'','2013-12-12 22:07:21'),(85146,3,20636,'','2013-12-12 22:07:21'),(85147,6,20636,'37.00','2013-12-12 22:07:21'),(85148,7,20636,'DAY','2013-12-12 22:07:21'),(85149,66,20636,'OPD','2013-12-12 22:07:21'),(85150,67,20636,'','2013-12-12 22:07:21'),(85151,1,20637,'','2013-12-12 22:11:30'),(85152,2,20637,'','2013-12-12 22:11:30'),(85153,3,20637,'','2013-12-12 22:11:30'),(85154,6,20637,'','2013-12-12 22:11:30'),(85155,7,20637,'DAY','2013-12-12 22:11:30'),(85156,66,20637,'OPD','2013-12-12 22:11:30'),(85157,67,20637,'','2013-12-12 22:11:30'),(85158,1,20638,'3604456','2013-12-12 22:31:07'),(85159,2,20638,'598208','2013-12-12 22:31:07'),(85160,3,20638,'','2013-12-12 22:31:07'),(85161,6,20638,'50','2013-12-12 22:31:07'),(85162,7,20638,'DAY','2013-12-12 22:31:07'),(85163,66,20638,'OPD','2013-12-12 22:31:07'),(85164,67,20638,'','2013-12-12 22:31:07'),(85165,1,20639,'3604457','2013-12-12 22:35:54'),(85166,2,20639,'','2013-12-12 22:35:54'),(85167,3,20639,'','2013-12-12 22:35:54'),(85168,6,20639,'35','2013-12-12 22:35:54'),(85169,7,20639,'DAY','2013-12-12 22:35:54'),(85170,66,20639,'OPD','2013-12-12 22:35:54'),(85171,67,20639,'','2013-12-12 22:35:54'),(85172,1,20641,'','2013-12-12 22:35:54'),(85173,2,20641,'','2013-12-12 22:35:54'),(85174,3,20641,'','2013-12-12 22:35:54'),(85175,6,20641,'','2013-12-12 22:35:54'),(85176,7,20641,'DAY','2013-12-12 22:35:54'),(85177,66,20641,'OPD','2013-12-12 22:35:54'),(85178,67,20641,'','2013-12-12 22:35:54'),(85179,1,20642,'3604458','2013-12-12 22:39:22'),(85180,2,20642,'598209','2013-12-12 22:39:22'),(85181,3,20642,'','2013-12-12 22:39:22'),(85182,6,20642,'35','2013-12-12 22:39:22'),(85183,7,20642,'DAY','2013-12-12 22:39:22'),(85184,66,20642,'OPD','2013-12-12 22:39:22'),(85185,67,20642,'','2013-12-12 22:39:22'),(85186,1,20643,'','2013-12-12 22:52:01'),(85187,2,20643,'','2013-12-12 22:52:01'),(85188,3,20643,'','2013-12-12 22:52:01'),(85189,6,20643,'','2013-12-12 22:52:01'),(85190,7,20643,'DAY','2013-12-12 22:52:01'),(85191,66,20643,'OPD','2013-12-12 22:52:01'),(85192,67,20643,'','2013-12-12 22:52:01'),(85193,1,20644,'3604467','2013-12-12 22:54:50'),(85194,2,20644,'','2013-12-12 22:54:50'),(85195,3,20644,'','2013-12-12 22:54:50'),(85196,6,20644,'55','2013-12-12 22:54:50'),(85197,7,20644,'DAY','2013-12-12 22:54:50'),(85198,66,20644,'OPD','2013-12-12 22:54:50'),(85199,67,20644,'','2013-12-12 22:54:50'),(85200,1,20646,'','2013-12-12 22:54:50'),(85201,2,20646,'','2013-12-12 22:54:50'),(85202,3,20646,'','2013-12-12 22:54:50'),(85203,6,20646,'','2013-12-12 22:54:50'),(85204,7,20646,'DAY','2013-12-12 22:54:50'),(85205,66,20646,'OPD','2013-12-12 22:54:50'),(85206,67,20646,'','2013-12-12 22:54:50'),(85207,1,20647,'3604473','2013-12-12 23:30:32'),(85208,2,20647,'','2013-12-12 23:30:32'),(85209,3,20647,'','2013-12-12 23:30:32'),(85210,6,20647,'289','2013-12-12 23:30:32'),(85211,7,20647,'DAY','2013-12-12 23:30:32'),(85212,66,20647,'OPD','2013-12-12 23:30:32'),(85213,67,20647,'','2013-12-12 23:30:32'),(85214,1,20649,'','2013-12-12 23:30:32'),(85215,2,20649,'','2013-12-12 23:30:32'),(85216,3,20649,'','2013-12-12 23:30:32'),(85217,6,20649,'','2013-12-12 23:30:32'),(85218,7,20649,'DAY','2013-12-12 23:30:32'),(85219,66,20649,'OPD','2013-12-12 23:30:32'),(85220,67,20649,'','2013-12-12 23:30:32'),(85221,1,20650,'3604479','2013-12-12 23:41:00'),(85222,2,20650,'598225','2013-12-12 23:41:00'),(85223,3,20650,'','2013-12-12 23:41:00'),(85224,6,20650,'29','2013-12-12 23:41:00'),(85225,7,20650,'DAY','2013-12-12 23:41:00'),(85226,66,20650,'OPD','2013-12-12 23:41:00'),(85227,67,20650,'','2013-12-12 23:41:00'),(85228,1,20651,'360449','2013-12-13 00:05:39'),(85229,2,20651,'','2013-12-13 00:05:39'),(85230,3,20651,'','2013-12-13 00:05:39'),(85231,6,20651,'24','2013-12-13 00:05:39'),(85232,7,20651,'DAY','2013-12-13 00:05:39'),(85233,66,20651,'OPD','2013-12-13 00:05:39'),(85234,67,20651,'','2013-12-13 00:05:39'),(85235,1,20652,'3604497','2013-12-13 00:19:16'),(85236,2,20652,'','2013-12-13 00:19:16'),(85237,3,20652,'','2013-12-13 00:19:16'),(85238,6,20652,'35','2013-12-13 00:19:16'),(85239,7,20652,'DAY','2013-12-13 00:19:16'),(85240,66,20652,'WARD B','2013-12-13 00:19:16'),(85241,67,20652,'','2013-12-13 00:19:16'),(85242,1,20653,'3604506','2013-12-13 00:25:49'),(85243,2,20653,'','2013-12-13 00:25:49'),(85244,3,20653,'','2013-12-13 00:25:49'),(85245,6,20653,'181','2013-12-13 00:25:49'),(85246,7,20653,'DAY','2013-12-13 00:25:49'),(85247,66,20653,'OPD','2013-12-13 00:25:49'),(85248,67,20653,'','2013-12-13 00:25:49'),(85249,1,20654,'3604509','2013-12-13 00:33:31'),(85250,2,20654,'','2013-12-13 00:33:31'),(85251,3,20654,'','2013-12-13 00:33:31'),(85252,6,20654,'50','2013-12-13 00:33:32'),(85253,7,20654,'DAY','2013-12-13 00:33:32'),(85254,66,20654,'OPD','2013-12-13 00:33:32'),(85255,67,20654,'','2013-12-13 00:33:32'),(85256,1,20656,'','2013-12-13 00:33:32'),(85257,2,20656,'','2013-12-13 00:33:32'),(85258,3,20656,'','2013-12-13 00:33:32'),(85259,6,20656,'','2013-12-13 00:33:32'),(85260,7,20656,'DAY','2013-12-13 00:33:32'),(85261,66,20656,'OPD','2013-12-13 00:33:32'),(85262,67,20656,'','2013-12-13 00:33:32'),(85263,1,20657,'3604515','2013-12-13 00:37:50'),(85264,2,20657,'','2013-12-13 00:37:50'),(85265,3,20657,'','2013-12-13 00:37:50'),(85266,6,20657,'37','2013-12-13 00:37:50'),(85267,7,20657,'DAY','2013-12-13 00:37:50'),(85268,66,20657,'OPD','2013-12-13 00:37:50'),(85269,67,20657,'','2013-12-13 00:37:50'),(85270,1,20658,'3604521 / 19','2013-12-13 00:52:20'),(85271,2,20658,'','2013-12-13 00:52:20'),(85272,3,20658,'','2013-12-13 00:52:20'),(85273,6,20658,'146 / 55','2013-12-13 00:52:20'),(85274,7,20658,'DAY','2013-12-13 00:52:20'),(85275,66,20658,'OPD','2013-12-13 00:52:20'),(85276,67,20658,'','2013-12-13 00:52:20'),(85277,1,20660,'','2013-12-13 00:52:20'),(85278,2,20660,'','2013-12-13 00:52:20'),(85279,3,20660,'','2013-12-13 00:52:20'),(85280,6,20660,'','2013-12-13 00:52:20'),(85281,7,20660,'DAY','2013-12-13 00:52:20'),(85282,66,20660,'OPD','2013-12-13 00:52:20'),(85283,67,20660,'','2013-12-13 00:52:20'),(85284,1,20663,'','2013-12-13 00:52:20'),(85285,2,20663,'','2013-12-13 00:52:20'),(85286,3,20663,'','2013-12-13 00:52:20'),(85287,6,20663,'','2013-12-13 00:52:20'),(85288,7,20663,'DAY','2013-12-13 00:52:20'),(85289,66,20663,'OPD','2013-12-13 00:52:20'),(85290,67,20663,'','2013-12-13 00:52:20'),(85291,1,20667,'','2013-12-13 00:52:20'),(85292,2,20667,'','2013-12-13 00:52:20'),(85293,3,20667,'','2013-12-13 00:52:21'),(85294,6,20667,'','2013-12-13 00:52:21'),(85295,7,20667,'DAY','2013-12-13 00:52:21'),(85296,66,20667,'OPD','2013-12-13 00:52:21'),(85297,67,20667,'','2013-12-13 00:52:21'),(85298,1,20672,'','2013-12-13 00:52:21'),(85299,2,20672,'','2013-12-13 00:52:21'),(85300,3,20672,'','2013-12-13 00:52:21'),(85301,6,20672,'','2013-12-13 00:52:21'),(85302,7,20672,'DAY','2013-12-13 00:52:21'),(85303,66,20672,'OPD','2013-12-13 00:52:21'),(85304,67,20672,'','2013-12-13 00:52:21'),(85305,1,20673,'3604522','2013-12-13 01:05:16'),(85306,2,20673,'598243','2013-12-13 01:05:16'),(85307,3,20673,'','2013-12-13 01:05:16'),(85308,6,20673,'20','2013-12-13 01:05:16'),(85309,7,20673,'DAY','2013-12-13 01:05:16'),(85310,66,20673,'OPD','2013-12-13 01:05:16'),(85311,67,20673,'','2013-12-13 01:05:16'),(85312,1,20674,'3604543','2013-12-13 01:21:05'),(85313,2,20674,'','2013-12-13 01:21:05'),(85314,3,20674,'','2013-12-13 01:21:05'),(85315,6,20674,'37','2013-12-13 01:21:05'),(85316,7,20674,'DAY','2013-12-13 01:21:05'),(85317,66,20674,'OPD','2013-12-13 01:21:05'),(85318,67,20674,'','2013-12-13 01:21:05'),(85319,1,20675,'','2013-12-13 01:21:42'),(85320,2,20675,'','2013-12-13 01:21:42'),(85321,3,20675,'','2013-12-13 01:21:42'),(85322,6,20675,'','2013-12-13 01:21:42'),(85323,7,20675,'DAY','2013-12-13 01:21:42'),(85324,66,20675,'OPD','2013-12-13 01:21:42'),(85325,67,20675,'','2013-12-13 01:21:42'),(85326,1,20676,'3604546','2013-12-13 01:26:33'),(85327,2,20676,'','2013-12-13 01:26:33'),(85328,3,20676,'','2013-12-13 01:26:33'),(85329,6,20676,'96','2013-12-13 01:26:33'),(85330,7,20676,'DAY','2013-12-13 01:26:33'),(85331,66,20676,'OPD','2013-12-13 01:26:33'),(85332,67,20676,'','2013-12-13 01:26:33'),(85333,1,20677,'3604559','2013-12-13 01:39:43'),(85334,2,20677,'','2013-12-13 01:39:43'),(85335,3,20677,'','2013-12-13 01:39:43'),(85336,6,20677,'112','2013-12-13 01:39:43'),(85337,7,20677,'DAY','2013-12-13 01:39:43'),(85338,66,20677,'OPD','2013-12-13 01:39:43'),(85339,67,20677,'','2013-12-13 01:39:43'),(85340,1,20679,'','2013-12-13 01:39:43'),(85341,2,20679,'','2013-12-13 01:39:43'),(85342,3,20679,'','2013-12-13 01:39:43'),(85343,6,20679,'','2013-12-13 01:39:43'),(85344,7,20679,'DAY','2013-12-13 01:39:43'),(85345,66,20679,'OPD','2013-12-13 01:39:43'),(85346,67,20679,'','2013-12-13 01:39:43'),(85347,1,20682,'','2013-12-13 01:39:43'),(85348,2,20682,'','2013-12-13 01:39:43'),(85349,3,20682,'','2013-12-13 01:39:43'),(85350,6,20682,'','2013-12-13 01:39:43'),(85351,7,20682,'DAY','2013-12-13 01:39:43'),(85352,66,20682,'OPD','2013-12-13 01:39:43'),(85353,67,20682,'','2013-12-13 01:39:43'),(85354,1,20683,'3604504','2013-12-13 01:44:57'),(85355,2,20683,'598241','2013-12-13 01:44:57'),(85356,3,20683,'','2013-12-13 01:44:57'),(85357,6,20683,'60','2013-12-13 01:44:57'),(85358,7,20683,'DAY','2013-12-13 01:44:57'),(85359,66,20683,'OPD','2013-12-13 01:44:57'),(85360,67,20683,'','2013-12-13 01:44:57'),(85361,1,20684,'','2013-12-13 01:52:12'),(85362,2,20684,'','2013-12-13 01:52:12'),(85363,3,20684,'','2013-12-13 01:52:12'),(85364,6,20684,'22','2013-12-13 01:52:12'),(85365,7,20684,'DAY','2013-12-13 01:52:12'),(85366,66,20684,'OPD','2013-12-13 01:52:12'),(85367,67,20684,'','2013-12-13 01:52:12'),(85368,1,20685,'3604567','2013-12-13 02:30:43'),(85369,2,20685,'','2013-12-13 02:30:43'),(85370,3,20685,'','2013-12-13 02:30:43'),(85371,6,20685,'66','2013-12-13 02:30:43'),(85372,7,20685,'DAY','2013-12-13 02:30:43'),(85373,66,20685,'OPD','2013-12-13 02:30:43'),(85374,67,20685,'','2013-12-13 02:30:43'),(85375,1,20686,'3604592','2013-12-13 02:51:36'),(85376,2,20686,'598260','2013-12-13 02:51:36'),(85377,3,20686,'','2013-12-13 02:51:36'),(85378,6,20686,'77','2013-12-13 02:51:36'),(85379,7,20686,'DAY','2013-12-13 02:51:36'),(85380,66,20686,'OPD','2013-12-13 02:51:36'),(85381,67,20686,'','2013-12-13 02:51:36'),(85382,1,20688,'','2013-12-13 02:51:36'),(85383,2,20688,'','2013-12-13 02:51:36'),(85384,3,20688,'','2013-12-13 02:51:36'),(85385,6,20688,'','2013-12-13 02:51:36'),(85386,7,20688,'DAY','2013-12-13 02:51:36'),(85387,66,20688,'OPD','2013-12-13 02:51:36'),(85388,67,20688,'','2013-12-13 02:51:36'),(85389,1,20689,'3604596','2013-12-13 02:58:26'),(85390,2,20689,'','2013-12-13 02:58:26'),(85391,3,20689,'','2013-12-13 02:58:26'),(85392,6,20689,'144','2013-12-13 02:58:26'),(85393,7,20689,'DAY','2013-12-13 02:58:26'),(85394,66,20689,'OPD','2013-12-13 02:58:26'),(85395,67,20689,'','2013-12-13 02:58:26'),(85396,1,20691,'','2013-12-13 02:58:27'),(85397,2,20691,'','2013-12-13 02:58:27'),(85398,3,20691,'','2013-12-13 02:58:27'),(85399,6,20691,'','2013-12-13 02:58:27'),(85400,7,20691,'DAY','2013-12-13 02:58:27'),(85401,66,20691,'OPD','2013-12-13 02:58:27'),(85402,67,20691,'','2013-12-13 02:58:27'),(85403,1,20694,'','2013-12-13 02:58:27'),(85404,2,20694,'','2013-12-13 02:58:27'),(85405,3,20694,'','2013-12-13 02:58:27'),(85406,6,20694,'','2013-12-13 02:58:27'),(85407,7,20694,'DAY','2013-12-13 02:58:27'),(85408,66,20694,'OPD','2013-12-13 02:58:27'),(85409,67,20694,'','2013-12-13 02:58:27'),(85410,1,20698,'','2013-12-13 02:58:27'),(85411,2,20698,'','2013-12-13 02:58:27'),(85412,3,20698,'','2013-12-13 02:58:27'),(85413,6,20698,'','2013-12-13 02:58:27'),(85414,7,20698,'DAY','2013-12-13 02:58:27'),(85415,66,20698,'OPD','2013-12-13 02:58:27'),(85416,67,20698,'','2013-12-13 02:58:27'),(85417,1,20699,'3604594','2013-12-13 03:03:29'),(85418,2,20699,'598261','2013-12-13 03:03:29'),(85419,3,20699,'','2013-12-13 03:03:29'),(85420,6,20699,'298','2013-12-13 03:03:29'),(85421,7,20699,'DAY','2013-12-13 03:03:29'),(85422,66,20699,'OPD','2013-12-13 03:03:29'),(85423,67,20699,'','2013-12-13 03:03:29'),(85424,1,20701,'','2013-12-13 03:03:30'),(85425,2,20701,'','2013-12-13 03:03:30'),(85426,3,20701,'','2013-12-13 03:03:30'),(85427,6,20701,'','2013-12-13 03:03:30'),(85428,7,20701,'DAY','2013-12-13 03:03:30'),(85429,66,20701,'OPD','2013-12-13 03:03:30'),(85430,67,20701,'','2013-12-13 03:03:30'),(85431,1,20704,'','2013-12-13 03:03:30'),(85432,2,20704,'','2013-12-13 03:03:30'),(85433,3,20704,'','2013-12-13 03:03:30'),(85434,6,20704,'','2013-12-13 03:03:30'),(85435,7,20704,'DAY','2013-12-13 03:03:30'),(85436,66,20704,'OPD','2013-12-13 03:03:30'),(85437,67,20704,'','2013-12-13 03:03:30'),(85438,1,20705,'3604600','2013-12-13 03:28:06'),(85439,2,20705,'598266','2013-12-13 03:28:06'),(85440,3,20705,'','2013-12-13 03:28:06'),(85441,6,20705,'75.00','2013-12-13 03:28:06'),(85442,7,20705,'DAY','2013-12-13 03:28:06'),(85443,66,20705,'OPD','2013-12-13 03:28:06'),(85444,67,20705,'','2013-12-13 03:28:06'),(85445,1,20706,'3604614','2013-12-13 04:16:17'),(85446,2,20706,'598272','2013-12-13 04:16:17'),(85447,3,20706,'','2013-12-13 04:16:17'),(85448,6,20706,'42.00','2013-12-13 04:16:17'),(85449,7,20706,'NIGHT','2013-12-13 04:16:17'),(85450,66,20706,'OPD','2013-12-13 04:16:17'),(85451,67,20706,'','2013-12-13 04:16:17'),(85452,1,20708,'','2013-12-13 04:16:17'),(85453,2,20708,'','2013-12-13 04:16:17'),(85454,3,20708,'','2013-12-13 04:16:17'),(85455,6,20708,'','2013-12-13 04:16:17'),(85456,7,20708,'NIGHT','2013-12-13 04:16:17'),(85457,66,20708,'OPD','2013-12-13 04:16:17'),(85458,67,20708,'','2013-12-13 04:16:17'),(85459,1,20709,'3604626','2013-12-13 05:16:35'),(85460,2,20709,'598277','2013-12-13 05:16:35'),(85461,3,20709,'','2013-12-13 05:16:35'),(85462,6,20709,'105.00','2013-12-13 05:16:35'),(85463,7,20709,'NIGHT','2013-12-13 05:16:35'),(85464,66,20709,'TROOM','2013-12-13 05:16:35'),(85465,67,20709,'','2013-12-13 05:16:35'),(85466,1,20711,'','2013-12-13 05:16:35'),(85467,2,20711,'','2013-12-13 05:16:35'),(85468,3,20711,'','2013-12-13 05:16:35'),(85469,6,20711,'','2013-12-13 05:16:35'),(85470,7,20711,'DAY','2013-12-13 05:16:35'),(85471,66,20711,'OPD','2013-12-13 05:16:35'),(85472,67,20711,'','2013-12-13 05:16:35'),(85473,1,20712,'3604633','2013-12-13 05:20:20'),(85474,2,20712,'','2013-12-13 05:20:20'),(85475,3,20712,'','2013-12-13 05:20:20'),(85476,6,20712,'40.00','2013-12-13 05:20:20'),(85477,7,20712,'NIGHT','2013-12-13 05:20:20'),(85478,66,20712,'OPD','2013-12-13 05:20:20'),(85479,67,20712,'','2013-12-13 05:20:20'),(85480,1,20713,'3604655','2013-12-13 06:55:37'),(85481,2,20713,'598289','2013-12-13 06:55:37'),(85482,3,20713,'','2013-12-13 06:55:37'),(85483,6,20713,'20.00','2013-12-13 06:55:37'),(85484,7,20713,'NIGHT','2013-12-13 06:55:37'),(85485,66,20713,'TROOM','2013-12-13 06:55:37'),(85486,67,20713,'','2013-12-13 06:55:37'),(85487,1,20714,'3604665','2013-12-13 07:33:49'),(85488,2,20714,'598293','2013-12-13 07:33:49'),(85489,3,20714,'','2013-12-13 07:33:49'),(85490,6,20714,'60.00','2013-12-13 07:33:49'),(85491,7,20714,'NIGHT','2013-12-13 07:33:49'),(85492,66,20714,'TROOM','2013-12-13 07:33:49'),(85493,67,20714,'','2013-12-13 07:33:49'),(85494,1,20715,'3604667','2013-12-13 07:39:25'),(85495,2,20715,'598295','2013-12-13 07:39:25'),(85496,3,20715,'','2013-12-13 07:39:25'),(85497,6,20715,'64.00','2013-12-13 07:39:25'),(85498,7,20715,'NIGHT','2013-12-13 07:39:25'),(85499,66,20715,'OPD','2013-12-13 07:39:25'),(85500,67,20715,'','2013-12-13 07:39:25'),(85501,1,20717,'','2013-12-13 07:39:25'),(85502,2,20717,'','2013-12-13 07:39:25'),(85503,3,20717,'','2013-12-13 07:39:25'),(85504,6,20717,'','2013-12-13 07:39:25'),(85505,7,20717,'DAY','2013-12-13 07:39:25'),(85506,66,20717,'OPD','2013-12-13 07:39:25'),(85507,67,20717,'','2013-12-13 07:39:25'),(85508,1,20720,'','2013-12-13 07:39:25'),(85509,2,20720,'','2013-12-13 07:39:25'),(85510,3,20720,'','2013-12-13 07:39:25'),(85511,6,20720,'','2013-12-13 07:39:25'),(85512,7,20720,'DAY','2013-12-13 07:39:25'),(85513,66,20720,'OPD','2013-12-13 07:39:25'),(85514,67,20720,'','2013-12-13 07:39:25'),(85515,1,20721,'3604675','2013-12-13 10:03:43'),(85516,2,20721,'','2013-12-13 10:03:43'),(85517,3,20721,'','2013-12-13 10:03:43'),(85518,6,20721,'81.00','2013-12-13 10:03:43'),(85519,7,20721,'NIGHT','2013-12-13 10:03:43'),(85520,66,20721,'TROOM','2013-12-13 10:03:43'),(85521,67,20721,'','2013-12-13 10:03:43'),(85522,1,20722,'3604686','2013-12-13 14:09:54'),(85523,2,20722,'','2013-12-13 14:09:54'),(85524,3,20722,'','2013-12-13 14:09:54'),(85525,6,20722,'114.00','2013-12-13 14:09:54'),(85526,7,20722,'NIGHT','2013-12-13 14:09:54'),(85527,66,20722,'OPD','2013-12-13 14:09:54'),(85528,67,20722,'','2013-12-13 14:09:54'),(85529,1,20723,'3604690','2013-12-13 14:27:27'),(85530,2,20723,'598304','2013-12-13 14:27:27'),(85531,3,20723,'','2013-12-13 14:27:28'),(85532,6,20723,'11.00','2013-12-13 14:27:28'),(85533,7,20723,'NIGHT','2013-12-13 14:27:28'),(85534,66,20723,'OPD','2013-12-13 14:27:28'),(85535,67,20723,'','2013-12-13 14:27:28'),(85536,1,20724,'3604691','2013-12-13 14:29:25'),(85537,2,20724,'','2013-12-13 14:29:25'),(85538,3,20724,'','2013-12-13 14:29:25'),(85539,6,20724,'407.00','2013-12-13 14:29:25'),(85540,7,20724,'NIGHT','2013-12-13 14:29:25'),(85541,66,20724,'OPD','2013-12-13 14:29:25'),(85542,67,20724,'','2013-12-13 14:29:25'),(85543,1,20726,'','2013-12-13 14:29:25'),(85544,2,20726,'','2013-12-13 14:29:25'),(85545,3,20726,'','2013-12-13 14:29:25'),(85546,6,20726,'','2013-12-13 14:29:25'),(85547,7,20726,'DAY','2013-12-13 14:29:25'),(85548,66,20726,'OPD','2013-12-13 14:29:25'),(85549,67,20726,'','2013-12-13 14:29:25'),(85550,1,20727,'3596977','2013-12-13 14:34:26'),(85551,2,20727,'','2013-12-13 14:34:26'),(85552,3,20727,'','2013-12-13 14:34:26'),(85553,6,20727,'22.00','2013-12-13 14:34:26'),(85554,7,20727,'NIGHT','2013-12-13 14:34:26'),(85555,66,20727,'OPD','2013-12-13 14:34:26'),(85556,67,20727,'','2013-12-13 14:34:26'),(85557,1,20728,'3604699','2013-12-13 14:46:53'),(85558,2,20728,'','2013-12-13 14:46:53'),(85559,3,20728,'','2013-12-13 14:46:53'),(85560,6,20728,'12.00','2013-12-13 14:46:53'),(85561,7,20728,'NIGHT','2013-12-13 14:46:53'),(85562,66,20728,'OPD','2013-12-13 14:46:53'),(85563,67,20728,'','2013-12-13 14:46:53'),(85564,1,20729,'3604703','2013-12-13 15:00:00'),(85565,2,20729,'','2013-12-13 15:00:00'),(85566,3,20729,'','2013-12-13 15:00:00'),(85567,6,20729,'94.00','2013-12-13 15:00:00'),(85568,7,20729,'NIGHT','2013-12-13 15:00:00'),(85569,66,20729,'OPD','2013-12-13 15:00:00'),(85570,67,20729,'','2013-12-13 15:00:00'),(85571,1,20731,'','2013-12-13 15:00:00'),(85572,2,20731,'','2013-12-13 15:00:00'),(85573,3,20731,'','2013-12-13 15:00:00'),(85574,6,20731,'','2013-12-13 15:00:00'),(85575,7,20731,'DAY','2013-12-13 15:00:00'),(85576,66,20731,'OPD','2013-12-13 15:00:00'),(85577,67,20731,'','2013-12-13 15:00:00'),(85578,1,20732,'3604701','2013-12-13 15:02:57'),(85579,2,20732,'598307','2013-12-13 15:02:57'),(85580,3,20732,'','2013-12-13 15:02:57'),(85581,6,20732,'39.00','2013-12-13 15:02:57'),(85582,7,20732,'DAY','2013-12-13 15:02:57'),(85583,66,20732,'OPD','2013-12-13 15:02:58'),(85584,67,20732,'','2013-12-13 15:02:58'),(85585,1,20733,'3604702','2013-12-13 15:34:25'),(85586,2,20733,'','2013-12-13 15:34:25'),(85587,3,20733,'','2013-12-13 15:34:25'),(85588,6,20733,'20','2013-12-13 15:34:25'),(85589,7,20733,'DAY','2013-12-13 15:34:25'),(85590,66,20733,'OPD','2013-12-13 15:34:25'),(85591,67,20733,'','2013-12-13 15:34:25'),(85592,1,20734,'35587 84','2013-12-13 15:37:49'),(85593,2,20734,'','2013-12-13 15:37:49'),(85594,3,20734,'','2013-12-13 15:37:49'),(85595,6,20734,'88','2013-12-13 15:37:49'),(85596,7,20734,'DAY','2013-12-13 15:37:49'),(85597,66,20734,'OPD','2013-12-13 15:37:49'),(85598,67,20734,'','2013-12-13 15:37:49'),(85599,1,20736,'','2013-12-13 15:37:49'),(85600,2,20736,'','2013-12-13 15:37:49'),(85601,3,20736,'','2013-12-13 15:37:49'),(85602,6,20736,'','2013-12-13 15:37:49'),(85603,7,20736,'DAY','2013-12-13 15:37:49'),(85604,66,20736,'OPD','2013-12-13 15:37:49'),(85605,67,20736,'','2013-12-13 15:37:49'),(85606,1,20737,'3600705','2013-12-13 15:50:35'),(85607,2,20737,'597100','2013-12-13 15:50:35'),(85608,3,20737,'','2013-12-13 15:50:35'),(85609,6,20737,'160','2013-12-13 15:50:35'),(85610,7,20737,'DAY','2013-12-13 15:50:35'),(85611,66,20737,'OPD','2013-12-13 15:50:35'),(85612,67,20737,'','2013-12-13 15:50:35'),(85613,1,20739,'','2013-12-13 15:50:35'),(85614,2,20739,'','2013-12-13 15:50:35'),(85615,3,20739,'','2013-12-13 15:50:35'),(85616,6,20739,'','2013-12-13 15:50:35'),(85617,7,20739,'DAY','2013-12-13 15:50:35'),(85618,66,20739,'OPD','2013-12-13 15:50:35'),(85619,67,20739,'','2013-12-13 15:50:35'),(85620,1,20740,'3604286','2013-12-13 16:16:11'),(85621,2,20740,'598312','2013-12-13 16:16:11'),(85622,3,20740,'','2013-12-13 16:16:11'),(85623,6,20740,'131','2013-12-13 16:16:11'),(85624,7,20740,'DAY','2013-12-13 16:16:11'),(85625,66,20740,'OPD','2013-12-13 16:16:11'),(85626,67,20740,'','2013-12-13 16:16:11'),(85627,1,20742,'','2013-12-13 16:16:12'),(85628,2,20742,'','2013-12-13 16:16:12'),(85629,3,20742,'','2013-12-13 16:16:12'),(85630,6,20742,'','2013-12-13 16:16:12'),(85631,7,20742,'DAY','2013-12-13 16:16:12'),(85632,66,20742,'OPD','2013-12-13 16:16:12'),(85633,67,20742,'','2013-12-13 16:16:12'),(85634,1,20745,'','2013-12-13 16:16:12'),(85635,2,20745,'','2013-12-13 16:16:12'),(85636,3,20745,'','2013-12-13 16:16:12'),(85637,6,20745,'','2013-12-13 16:16:12'),(85638,7,20745,'DAY','2013-12-13 16:16:12'),(85639,66,20745,'OPD','2013-12-13 16:16:12'),(85640,67,20745,'','2013-12-13 16:16:12'),(85641,1,20746,'3597044','2013-12-13 16:30:24'),(85642,2,20746,'','2013-12-13 16:30:24'),(85643,3,20746,'','2013-12-13 16:30:24'),(85644,6,20746,'12','2013-12-13 16:30:24'),(85645,7,20746,'DAY','2013-12-13 16:30:24'),(85646,66,20746,'OPD','2013-12-13 16:30:24'),(85647,67,20746,'','2013-12-13 16:30:24'),(85648,1,20747,'3604007','2013-12-13 16:37:30'),(85649,2,20747,'','2013-12-13 16:37:30'),(85650,3,20747,'','2013-12-13 16:37:30'),(85651,6,20747,'50','2013-12-13 16:37:30'),(85652,7,20747,'DAY','2013-12-13 16:37:30'),(85653,66,20747,'OPD','2013-12-13 16:37:30'),(85654,67,20747,'','2013-12-13 16:37:30'),(85655,1,20749,'','2013-12-13 16:37:31'),(85656,2,20749,'','2013-12-13 16:37:31'),(85657,3,20749,'','2013-12-13 16:37:31'),(85658,6,20749,'','2013-12-13 16:37:31'),(85659,7,20749,'DAY','2013-12-13 16:37:31'),(85660,66,20749,'OPD','2013-12-13 16:37:31'),(85661,67,20749,'','2013-12-13 16:37:31'),(85662,1,20750,'3562985','2013-12-13 16:42:19'),(85663,2,20750,'','2013-12-13 16:42:19'),(85664,3,20750,'','2013-12-13 16:42:19'),(85665,6,20750,'92','2013-12-13 16:42:19'),(85666,7,20750,'DAY','2013-12-13 16:42:19'),(85667,66,20750,'OPD','2013-12-13 16:42:19'),(85668,67,20750,'','2013-12-13 16:42:19'),(85669,1,20751,'3604729','2013-12-13 17:02:35'),(85670,2,20751,'','2013-12-13 17:02:35'),(85671,3,20751,'','2013-12-13 17:02:35'),(85672,6,20751,'287','2013-12-13 17:02:35'),(85673,7,20751,'DAY','2013-12-13 17:02:35'),(85674,66,20751,'OPD','2013-12-13 17:02:35'),(85675,67,20751,'','2013-12-13 17:02:35'),(85676,1,20753,'','2013-12-13 17:02:35'),(85677,2,20753,'','2013-12-13 17:02:35'),(85678,3,20753,'','2013-12-13 17:02:35'),(85679,6,20753,'','2013-12-13 17:02:35'),(85680,7,20753,'DAY','2013-12-13 17:02:35'),(85681,66,20753,'OPD','2013-12-13 17:02:35'),(85682,67,20753,'','2013-12-13 17:02:35'),(85683,1,20756,'','2013-12-13 17:02:35'),(85684,2,20756,'','2013-12-13 17:02:35'),(85685,3,20756,'','2013-12-13 17:02:35'),(85686,6,20756,'','2013-12-13 17:02:35'),(85687,7,20756,'DAY','2013-12-13 17:02:35'),(85688,66,20756,'OPD','2013-12-13 17:02:35'),(85689,67,20756,'','2013-12-13 17:02:35'),(85690,1,20757,'3604745','2013-12-13 17:12:43'),(85691,2,20757,'','2013-12-13 17:12:43'),(85692,3,20757,'','2013-12-13 17:12:43'),(85693,6,20757,'133','2013-12-13 17:12:43'),(85694,7,20757,'DAY','2013-12-13 17:12:43'),(85695,66,20757,'OPD','2013-12-13 17:12:43'),(85696,67,20757,'','2013-12-13 17:12:43'),(85697,1,20759,'','2013-12-13 17:12:43'),(85698,2,20759,'','2013-12-13 17:12:43'),(85699,3,20759,'','2013-12-13 17:12:43'),(85700,6,20759,'','2013-12-13 17:12:43'),(85701,7,20759,'DAY','2013-12-13 17:12:43'),(85702,66,20759,'OPD','2013-12-13 17:12:43'),(85703,67,20759,'','2013-12-13 17:12:43'),(85704,1,20760,'3604750','2013-12-13 17:17:59'),(85705,2,20760,'','2013-12-13 17:17:59'),(85706,3,20760,'','2013-12-13 17:17:59'),(85707,6,20760,'37','2013-12-13 17:17:59'),(85708,7,20760,'DAY','2013-12-13 17:17:59'),(85709,66,20760,'EXT. REQ','2013-12-13 17:17:59'),(85710,67,20760,'','2013-12-13 17:17:59'),(85711,1,20761,'3604771','2013-12-13 17:40:57'),(85712,2,20761,'','2013-12-13 17:40:57'),(85713,3,20761,'','2013-12-13 17:40:57'),(85714,6,20761,'408','2013-12-13 17:40:57'),(85715,7,20761,'DAY','2013-12-13 17:40:57'),(85716,66,20761,'OPD','2013-12-13 17:40:57'),(85717,67,20761,'','2013-12-13 17:40:57'),(85718,1,20763,'','2013-12-13 17:40:57'),(85719,2,20763,'','2013-12-13 17:40:57'),(85720,3,20763,'','2013-12-13 17:40:57'),(85721,6,20763,'','2013-12-13 17:40:58'),(85722,7,20763,'DAY','2013-12-13 17:40:58'),(85723,66,20763,'OPD','2013-12-13 17:40:58'),(85724,67,20763,'','2013-12-13 17:40:58'),(85725,1,20764,'','2013-12-13 17:56:26'),(85726,2,20764,'598192','2013-12-13 17:56:26'),(85727,3,20764,'','2013-12-13 17:56:26'),(85728,6,20764,'','2013-12-13 17:56:26'),(85729,7,20764,'DAY','2013-12-13 17:56:26'),(85730,66,20764,'OPD','2013-12-13 17:56:26'),(85731,67,20764,'','2013-12-13 17:56:26'),(85732,1,20766,'','2013-12-13 17:56:26'),(85733,2,20766,'','2013-12-13 17:56:26'),(85734,3,20766,'','2013-12-13 17:56:26'),(85735,6,20766,'','2013-12-13 17:56:26'),(85736,7,20766,'DAY','2013-12-13 17:56:26'),(85737,66,20766,'OPD','2013-12-13 17:56:26'),(85738,67,20766,'','2013-12-13 17:56:26'),(85739,1,20769,'','2013-12-13 17:56:27'),(85740,2,20769,'','2013-12-13 17:56:27'),(85741,3,20769,'','2013-12-13 17:56:27'),(85742,6,20769,'','2013-12-13 17:56:27'),(85743,7,20769,'DAY','2013-12-13 17:56:27'),(85744,66,20769,'OPD','2013-12-13 17:56:27'),(85745,67,20769,'','2013-12-13 17:56:27'),(85746,1,20770,'3604759','2013-12-13 17:59:35'),(85747,2,20770,'','2013-12-13 17:59:35'),(85748,3,20770,'','2013-12-13 17:59:35'),(85749,6,20770,'139','2013-12-13 17:59:35'),(85750,7,20770,'DAY','2013-12-13 17:59:35'),(85751,66,20770,'TROOM','2013-12-13 17:59:35'),(85752,67,20770,'','2013-12-13 17:59:35'),(85753,1,20772,'','2013-12-13 17:59:35'),(85754,2,20772,'','2013-12-13 17:59:35'),(85755,3,20772,'','2013-12-13 17:59:35'),(85756,6,20772,'','2013-12-13 17:59:35'),(85757,7,20772,'DAY','2013-12-13 17:59:35'),(85758,66,20772,'TROOM','2013-12-13 17:59:35'),(85759,67,20772,'','2013-12-13 17:59:35'),(85760,1,20775,'','2013-12-13 17:59:35'),(85761,2,20775,'','2013-12-13 17:59:35'),(85762,3,20775,'','2013-12-13 17:59:36'),(85763,6,20775,'','2013-12-13 17:59:36'),(85764,7,20775,'DAY','2013-12-13 17:59:36'),(85765,66,20775,'TROOM','2013-12-13 17:59:36'),(85766,67,20775,'','2013-12-13 17:59:36'),(85767,1,20779,'','2013-12-13 17:59:36'),(85768,2,20779,'','2013-12-13 17:59:36'),(85769,3,20779,'','2013-12-13 17:59:36'),(85770,6,20779,'','2013-12-13 17:59:36'),(85771,7,20779,'DAY','2013-12-13 17:59:36'),(85772,66,20779,'TROOM','2013-12-13 17:59:36'),(85773,67,20779,'','2013-12-13 17:59:36'),(85774,1,20780,'3604817','2013-12-13 18:19:58'),(85775,2,20780,'','2013-12-13 18:19:58'),(85776,3,20780,'','2013-12-13 18:19:58'),(85777,6,20780,'22','2013-12-13 18:19:58'),(85778,7,20780,'DAY','2013-12-13 18:19:58'),(85779,66,20780,'OPD','2013-12-13 18:19:58'),(85780,67,20780,'','2013-12-13 18:19:58'),(85781,1,20781,'3604818','2013-12-13 18:23:48'),(85782,2,20781,'598328','2013-12-13 18:23:48'),(85783,3,20781,'','2013-12-13 18:23:48'),(85784,6,20781,'37','2013-12-13 18:23:48'),(85785,7,20781,'DAY','2013-12-13 18:23:48'),(85786,66,20781,'OPD','2013-12-13 18:23:48'),(85787,67,20781,'','2013-12-13 18:23:48'),(85788,1,20782,'','2013-12-13 18:24:54'),(85789,2,20782,'','2013-12-13 18:24:54'),(85790,3,20782,'','2013-12-13 18:24:54'),(85791,6,20782,'','2013-12-13 18:24:54'),(85792,7,20782,'DAY','2013-12-13 18:24:54'),(85793,66,20782,'OPD','2013-12-13 18:24:54'),(85794,67,20782,'','2013-12-13 18:24:54'),(85795,1,20783,'3604825','2013-12-13 18:30:46'),(85796,2,20783,'','2013-12-13 18:30:46'),(85797,3,20783,'','2013-12-13 18:30:46'),(85798,6,20783,'116','2013-12-13 18:30:46'),(85799,7,20783,'DAY','2013-12-13 18:30:46'),(85800,66,20783,'OPD','2013-12-13 18:30:46'),(85801,67,20783,'','2013-12-13 18:30:46'),(85802,1,20785,'','2013-12-13 18:30:46'),(85803,2,20785,'','2013-12-13 18:30:46'),(85804,3,20785,'','2013-12-13 18:30:46'),(85805,6,20785,'','2013-12-13 18:30:46'),(85806,7,20785,'DAY','2013-12-13 18:30:46'),(85807,66,20785,'OPD','2013-12-13 18:30:46'),(85808,67,20785,'','2013-12-13 18:30:46'),(85809,1,20786,'3604830','2013-12-13 18:33:05'),(85810,2,20786,'','2013-12-13 18:33:05'),(85811,3,20786,'','2013-12-13 18:33:05'),(85812,6,20786,'13','2013-12-13 18:33:05'),(85813,7,20786,'DAY','2013-12-13 18:33:05'),(85814,66,20786,'OPD','2013-12-13 18:33:05'),(85815,67,20786,'','2013-12-13 18:33:05'),(85816,1,20787,'3604833','2013-12-13 18:51:14'),(85817,2,20787,'','2013-12-13 18:51:14'),(85818,3,20787,'','2013-12-13 18:51:14'),(85819,6,20787,'35','2013-12-13 18:51:14'),(85820,7,20787,'DAY','2013-12-13 18:51:14'),(85821,66,20787,'OPD','2013-12-13 18:51:14'),(85822,67,20787,'','2013-12-13 18:51:14'),(85823,1,20789,'','2013-12-13 18:51:14'),(85824,2,20789,'','2013-12-13 18:51:14'),(85825,3,20789,'','2013-12-13 18:51:14'),(85826,6,20789,'','2013-12-13 18:51:14'),(85827,7,20789,'DAY','2013-12-13 18:51:14'),(85828,66,20789,'OPD','2013-12-13 18:51:14'),(85829,67,20789,'','2013-12-13 18:51:14'),(85830,1,20790,'3604836','2013-12-13 18:53:47'),(85831,2,20790,'','2013-12-13 18:53:47'),(85832,3,20790,'','2013-12-13 18:53:47'),(85833,6,20790,'105','2013-12-13 18:53:47'),(85834,7,20790,'DAY','2013-12-13 18:53:47'),(85835,66,20790,'OPD','2013-12-13 18:53:47'),(85836,67,20790,'','2013-12-13 18:53:47'),(85837,1,20792,'','2013-12-13 18:53:47'),(85838,2,20792,'','2013-12-13 18:53:47'),(85839,3,20792,'','2013-12-13 18:53:47'),(85840,6,20792,'','2013-12-13 18:53:47'),(85841,7,20792,'DAY','2013-12-13 18:53:47'),(85842,66,20792,'OPD','2013-12-13 18:53:47'),(85843,67,20792,'','2013-12-13 18:53:47'),(85844,1,20793,'3604841','2013-12-13 18:59:30'),(85845,2,20793,'','2013-12-13 18:59:30'),(85846,3,20793,'','2013-12-13 18:59:30'),(85847,6,20793,'123','2013-12-13 18:59:30'),(85848,7,20793,'DAY','2013-12-13 18:59:30'),(85849,66,20793,'OPD','2013-12-13 18:59:30'),(85850,67,20793,'','2013-12-13 18:59:30'),(85851,1,20795,'','2013-12-13 18:59:30'),(85852,2,20795,'','2013-12-13 18:59:30'),(85853,3,20795,'','2013-12-13 18:59:30'),(85854,6,20795,'','2013-12-13 18:59:30'),(85855,7,20795,'DAY','2013-12-13 18:59:30'),(85856,66,20795,'OPD','2013-12-13 18:59:30'),(85857,67,20795,'','2013-12-13 18:59:30'),(85858,1,20798,'','2013-12-13 18:59:31'),(85859,2,20798,'','2013-12-13 18:59:31'),(85860,3,20798,'','2013-12-13 18:59:31'),(85861,6,20798,'','2013-12-13 18:59:31'),(85862,7,20798,'DAY','2013-12-13 18:59:31'),(85863,66,20798,'OPD','2013-12-13 18:59:31'),(85864,67,20798,'','2013-12-13 18:59:31'),(85865,1,20799,'3604839','2013-12-13 19:01:32'),(85866,2,20799,'','2013-12-13 19:01:32'),(85867,3,20799,'','2013-12-13 19:01:32'),(85868,6,20799,'55','2013-12-13 19:01:32'),(85869,7,20799,'DAY','2013-12-13 19:01:32'),(85870,66,20799,'OPD','2013-12-13 19:01:32'),(85871,67,20799,'','2013-12-13 19:01:32'),(85872,1,20801,'','2013-12-13 19:01:32'),(85873,2,20801,'','2013-12-13 19:01:32'),(85874,3,20801,'','2013-12-13 19:01:32'),(85875,6,20801,'','2013-12-13 19:01:32'),(85876,7,20801,'DAY','2013-12-13 19:01:32'),(85877,66,20801,'OPD','2013-12-13 19:01:32'),(85878,67,20801,'','2013-12-13 19:01:32'),(85879,1,20802,'','2013-12-13 19:03:50'),(85880,2,20802,'3604843','2013-12-13 19:03:50'),(85881,3,20802,'','2013-12-13 19:03:50'),(85882,6,20802,'70','2013-12-13 19:03:50'),(85883,7,20802,'DAY','2013-12-13 19:03:50'),(85884,66,20802,'OPD','2013-12-13 19:03:50'),(85885,67,20802,'','2013-12-13 19:03:50'),(85886,1,20803,'3604853','2013-12-13 19:17:08'),(85887,2,20803,'','2013-12-13 19:17:08'),(85888,3,20803,'','2013-12-13 19:17:08'),(85889,6,20803,'88','2013-12-13 19:17:08'),(85890,7,20803,'DAY','2013-12-13 19:17:08'),(85891,66,20803,'OPD','2013-12-13 19:17:08'),(85892,67,20803,'','2013-12-13 19:17:08'),(85893,1,20805,'','2013-12-13 19:17:09'),(85894,2,20805,'','2013-12-13 19:17:09'),(85895,3,20805,'','2013-12-13 19:17:09'),(85896,6,20805,'','2013-12-13 19:17:09'),(85897,7,20805,'DAY','2013-12-13 19:17:09'),(85898,66,20805,'OPD','2013-12-13 19:17:09'),(85899,67,20805,'','2013-12-13 19:17:09'),(85900,1,20808,'','2013-12-13 19:17:09'),(85901,2,20808,'','2013-12-13 19:17:09'),(85902,3,20808,'','2013-12-13 19:17:09'),(85903,6,20808,'','2013-12-13 19:17:09'),(85904,7,20808,'DAY','2013-12-13 19:17:09'),(85905,66,20808,'OPD','2013-12-13 19:17:09'),(85906,67,20808,'','2013-12-13 19:17:09'),(85907,1,20809,'3604856','2013-12-13 19:21:55'),(85908,2,20809,'','2013-12-13 19:21:55'),(85909,3,20809,'','2013-12-13 19:21:55'),(85910,6,20809,'151','2013-12-13 19:21:55'),(85911,7,20809,'DAY','2013-12-13 19:21:55'),(85912,66,20809,'OPD','2013-12-13 19:21:55'),(85913,67,20809,'','2013-12-13 19:21:55'),(85914,1,20811,'','2013-12-13 19:21:55'),(85915,2,20811,'','2013-12-13 19:21:55'),(85916,3,20811,'','2013-12-13 19:21:55'),(85917,6,20811,'','2013-12-13 19:21:55'),(85918,7,20811,'DAY','2013-12-13 19:21:55'),(85919,66,20811,'OPD','2013-12-13 19:21:55'),(85920,67,20811,'','2013-12-13 19:21:55'),(85921,1,20812,'','2013-12-12 19:49:50'),(85922,2,20812,'','2013-12-12 19:49:50'),(85923,3,20812,'','2013-12-12 19:49:50'),(85924,6,20812,'','2013-12-12 19:49:50'),(85925,7,20812,'DAY','2013-12-12 19:49:50'),(85926,66,20812,'OPD','2013-12-12 19:49:50'),(85927,67,20812,'','2013-12-12 19:49:50'),(85928,1,20813,'3604882','2013-12-13 19:53:22'),(85929,2,20813,'598344','2013-12-13 19:53:22'),(85930,3,20813,'','2013-12-13 19:53:22'),(85931,6,20813,'113','2013-12-13 19:53:22'),(85932,7,20813,'DAY','2013-12-13 19:53:22'),(85933,66,20813,'OPD','2013-12-13 19:53:22'),(85934,67,20813,'','2013-12-13 19:53:22'),(85935,1,20815,'','2013-12-13 19:53:22'),(85936,2,20815,'','2013-12-13 19:53:22'),(85937,3,20815,'','2013-12-13 19:53:22'),(85938,6,20815,'','2013-12-13 19:53:22'),(85939,7,20815,'DAY','2013-12-13 19:53:22'),(85940,66,20815,'OPD','2013-12-13 19:53:22'),(85941,67,20815,'','2013-12-13 19:53:22'),(85942,1,20816,'3604893','2013-12-13 19:57:08'),(85943,2,20816,'','2013-12-13 19:57:08'),(85944,3,20816,'','2013-12-13 19:57:08'),(85945,6,20816,'37','2013-12-13 19:57:08'),(85946,7,20816,'DAY','2013-12-13 19:57:08'),(85947,66,20816,'WARD B','2013-12-13 19:57:08'),(85948,67,20816,'','2013-12-13 19:57:08'),(85949,1,20817,'','2013-12-13 19:59:59'),(85950,2,20817,'598342','2013-12-13 19:59:59'),(85951,3,20817,'','2013-12-13 19:59:59'),(85952,6,20817,'171.4','2013-12-13 19:59:59'),(85953,7,20817,'DAY','2013-12-13 19:59:59'),(85954,66,20817,'OPD','2013-12-13 19:59:59'),(85955,67,20817,'','2013-12-13 19:59:59'),(85956,1,20819,'','2013-12-13 19:59:59'),(85957,2,20819,'','2013-12-13 19:59:59'),(85958,3,20819,'','2013-12-13 19:59:59'),(85959,6,20819,'','2013-12-13 19:59:59'),(85960,7,20819,'DAY','2013-12-13 19:59:59'),(85961,66,20819,'OPD','2013-12-13 19:59:59'),(85962,67,20819,'','2013-12-13 19:59:59'),(85963,1,20822,'','2013-12-13 19:59:59'),(85964,2,20822,'','2013-12-13 19:59:59'),(85965,3,20822,'','2013-12-13 19:59:59'),(85966,6,20822,'','2013-12-13 19:59:59'),(85967,7,20822,'DAY','2013-12-13 19:59:59'),(85968,66,20822,'OPD','2013-12-13 19:59:59'),(85969,67,20822,'','2013-12-13 19:59:59'),(85970,1,20823,'3604865','2013-12-13 20:02:13'),(85971,2,20823,'598343','2013-12-13 20:02:13'),(85972,3,20823,'','2013-12-13 20:02:13'),(85973,6,20823,'97','2013-12-13 20:02:13'),(85974,7,20823,'DAY','2013-12-13 20:02:13'),(85975,66,20823,'OPD','2013-12-13 20:02:13'),(85976,67,20823,'','2013-12-13 20:02:13'),(85977,1,20825,'','2013-12-13 20:02:13'),(85978,2,20825,'','2013-12-13 20:02:13'),(85979,3,20825,'','2013-12-13 20:02:13'),(85980,6,20825,'','2013-12-13 20:02:13'),(85981,7,20825,'DAY','2013-12-13 20:02:13'),(85982,66,20825,'OPD','2013-12-13 20:02:13'),(85983,67,20825,'','2013-12-13 20:02:13'),(85984,1,20826,'','2013-12-13 20:09:57'),(85985,2,20826,'','2013-12-13 20:09:57'),(85986,3,20826,'','2013-12-13 20:09:57'),(85987,6,20826,'','2013-12-13 20:09:57'),(85988,7,20826,'DAY','2013-12-13 20:09:57'),(85989,66,20826,'OPD','2013-12-13 20:09:57'),(85990,67,20826,'','2013-12-13 20:09:57'),(85991,1,20827,'3604937','2013-12-13 20:35:54'),(85992,2,20827,'','2013-12-13 20:35:54'),(85993,3,20827,'','2013-12-13 20:35:54'),(85994,6,20827,'39','2013-12-13 20:35:54'),(85995,7,20827,'DAY','2013-12-13 20:35:54'),(85996,66,20827,'WARD C','2013-12-13 20:35:54'),(85997,67,20827,'','2013-12-13 20:35:54'),(85998,1,20828,'3604961','2013-12-13 20:52:37'),(85999,2,20828,'598364','2013-12-13 20:52:37'),(86000,3,20828,'','2013-12-13 20:52:37'),(86001,6,20828,'84','2013-12-13 20:52:37'),(86002,7,20828,'DAY','2013-12-13 20:52:37'),(86003,66,20828,'OPD','2013-12-13 20:52:37'),(86004,67,20828,'','2013-12-13 20:52:37'),(86005,1,20830,'','2013-12-13 20:52:37'),(86006,2,20830,'','2013-12-13 20:52:37'),(86007,3,20830,'','2013-12-13 20:52:37'),(86008,6,20830,'','2013-12-13 20:52:37'),(86009,7,20830,'DAY','2013-12-13 20:52:37'),(86010,66,20830,'OPD','2013-12-13 20:52:37'),(86011,67,20830,'','2013-12-13 20:52:37'),(86012,1,20831,'3604955','2013-12-13 20:57:59'),(86013,2,20831,'','2013-12-13 20:57:59'),(86014,3,20831,'','2013-12-13 20:57:59'),(86015,6,20831,'228.9','2013-12-13 20:57:59'),(86016,7,20831,'DAY','2013-12-13 20:57:59'),(86017,66,20831,'OPD','2013-12-13 20:57:59'),(86018,67,20831,'','2013-12-13 20:57:59'),(86019,1,20833,'','2013-12-13 20:57:59'),(86020,2,20833,'','2013-12-13 20:57:59'),(86021,3,20833,'','2013-12-13 20:57:59'),(86022,6,20833,'','2013-12-13 20:57:59'),(86023,7,20833,'DAY','2013-12-13 20:57:59'),(86024,66,20833,'OPD','2013-12-13 20:57:59'),(86025,67,20833,'','2013-12-13 20:57:59'),(86026,1,20834,'','2013-12-13 21:05:29'),(86027,2,20834,'','2013-12-13 21:05:29'),(86028,3,20834,'','2013-12-13 21:05:29'),(86029,6,20834,'120','2013-12-13 21:05:29'),(86030,7,20834,'DAY','2013-12-13 21:05:29'),(86031,66,20834,'OPD','2013-12-13 21:05:29'),(86032,67,20834,'','2013-12-13 21:05:29'),(86033,1,20835,'3604979','2013-12-13 21:12:17'),(86034,2,20835,'','2013-12-13 21:12:17'),(86035,3,20835,'','2013-12-13 21:12:17'),(86036,6,20835,'56','2013-12-13 21:12:17'),(86037,7,20835,'DAY','2013-12-13 21:12:17'),(86038,66,20835,'OPD','2013-12-13 21:12:17'),(86039,67,20835,'','2013-12-13 21:12:17'),(86040,1,20837,'','2013-12-13 21:12:17'),(86041,2,20837,'','2013-12-13 21:12:17'),(86042,3,20837,'','2013-12-13 21:12:17'),(86043,6,20837,'','2013-12-13 21:12:17'),(86044,7,20837,'DAY','2013-12-13 21:12:17'),(86045,66,20837,'OPD','2013-12-13 21:12:17'),(86046,67,20837,'','2013-12-13 21:12:17'),(86047,1,20838,'3604919 / 83','2013-12-13 21:20:44'),(86048,2,20838,'','2013-12-13 21:20:44'),(86049,3,20838,'','2013-12-13 21:20:44'),(86050,6,20838,'105 / 55','2013-12-13 21:20:44'),(86051,7,20838,'DAY','2013-12-13 21:20:44'),(86052,66,20838,'OPD','2013-12-13 21:20:44'),(86053,67,20838,'','2013-12-13 21:20:44'),(86054,1,20840,'','2013-12-13 21:20:44'),(86055,2,20840,'','2013-12-13 21:20:44'),(86056,3,20840,'','2013-12-13 21:20:44'),(86057,6,20840,'','2013-12-13 21:20:44'),(86058,7,20840,'DAY','2013-12-13 21:20:44'),(86059,66,20840,'OPD','2013-12-13 21:20:44'),(86060,67,20840,'','2013-12-13 21:20:44'),(86061,1,20843,'','2013-12-13 21:20:44'),(86062,2,20843,'','2013-12-13 21:20:44'),(86063,3,20843,'','2013-12-13 21:20:44'),(86064,6,20843,'','2013-12-13 21:20:44'),(86065,7,20843,'DAY','2013-12-13 21:20:44'),(86066,66,20843,'OPD','2013-12-13 21:20:44'),(86067,67,20843,'','2013-12-13 21:20:44'),(86068,1,20844,'3604999','2013-12-13 21:25:26'),(86069,2,20844,'','2013-12-13 21:25:26'),(86070,3,20844,'','2013-12-13 21:25:26'),(86071,6,20844,'266','2013-12-13 21:25:26'),(86072,7,20844,'DAY','2013-12-13 21:25:26'),(86073,66,20844,'OPD','2013-12-13 21:25:26'),(86074,67,20844,'','2013-12-13 21:25:26'),(86075,1,20846,'','2013-12-13 21:25:26'),(86076,2,20846,'','2013-12-13 21:25:26'),(86077,3,20846,'','2013-12-13 21:25:26'),(86078,6,20846,'','2013-12-13 21:25:26'),(86079,7,20846,'DAY','2013-12-13 21:25:26'),(86080,66,20846,'OPD','2013-12-13 21:25:26'),(86081,67,20846,'','2013-12-13 21:25:26'),(86082,1,20849,'','2013-12-13 21:25:26'),(86083,2,20849,'','2013-12-13 21:25:26'),(86084,3,20849,'','2013-12-13 21:25:26'),(86085,6,20849,'','2013-12-13 21:25:26'),(86086,7,20849,'DAY','2013-12-13 21:25:26'),(86087,66,20849,'OPD','2013-12-13 21:25:26'),(86088,67,20849,'','2013-12-13 21:25:26'),(86089,1,20850,'3605018','2013-12-13 21:52:14'),(86090,2,20850,'','2013-12-13 21:52:14'),(86091,3,20850,'','2013-12-13 21:52:14'),(86092,6,20850,'511','2013-12-13 21:52:14'),(86093,7,20850,'DAY','2013-12-13 21:52:14'),(86094,66,20850,'OPD','2013-12-13 21:52:14'),(86095,67,20850,'','2013-12-13 21:52:14'),(86096,1,20852,'','2013-12-13 21:52:15'),(86097,2,20852,'','2013-12-13 21:52:15'),(86098,3,20852,'','2013-12-13 21:52:15'),(86099,6,20852,'','2013-12-13 21:52:15'),(86100,7,20852,'DAY','2013-12-13 21:52:15'),(86101,66,20852,'OPD','2013-12-13 21:52:15'),(86102,67,20852,'','2013-12-13 21:52:15'),(86103,1,20853,'3605025','2013-12-13 22:00:28'),(86104,2,20853,'597380','2013-12-13 22:00:28'),(86105,3,20853,'','2013-12-13 22:00:28'),(86106,6,20853,'97','2013-12-13 22:00:28'),(86107,7,20853,'DAY','2013-12-13 22:00:28'),(86108,66,20853,'OPD','2013-12-13 22:00:28'),(86109,67,20853,'','2013-12-13 22:00:28'),(86110,1,20855,'','2013-12-13 22:00:28'),(86111,2,20855,'','2013-12-13 22:00:28'),(86112,3,20855,'','2013-12-13 22:00:28'),(86113,6,20855,'','2013-12-13 22:00:28'),(86114,7,20855,'DAY','2013-12-13 22:00:28'),(86115,66,20855,'OPD','2013-12-13 22:00:28'),(86116,67,20855,'','2013-12-13 22:00:28'),(86117,1,20856,'3605028','2013-12-13 22:04:17'),(86118,2,20856,'','2013-12-13 22:04:17'),(86119,3,20856,'','2013-12-13 22:04:17'),(86120,6,20856,'141','2013-12-13 22:04:17'),(86121,7,20856,'DAY','2013-12-13 22:04:17'),(86122,66,20856,'OPD','2013-12-13 22:04:17'),(86123,67,20856,'','2013-12-13 22:04:17'),(86124,1,20858,'','2013-12-13 22:04:17'),(86125,2,20858,'','2013-12-13 22:04:17'),(86126,3,20858,'','2013-12-13 22:04:17'),(86127,6,20858,'','2013-12-13 22:04:17'),(86128,7,20858,'DAY','2013-12-13 22:04:17'),(86129,66,20858,'OPD','2013-12-13 22:04:17'),(86130,67,20858,'','2013-12-13 22:04:17'),(86131,1,20859,'360503','2013-12-13 22:12:01'),(86132,2,20859,'598382','2013-12-13 22:12:01'),(86133,3,20859,'','2013-12-13 22:12:01'),(86134,6,20859,'149','2013-12-13 22:12:01'),(86135,7,20859,'DAY','2013-12-13 22:12:01'),(86136,66,20859,'TROOM','2013-12-13 22:12:01'),(86137,67,20859,'','2013-12-13 22:12:01'),(86138,1,20861,'','2013-12-13 22:12:01'),(86139,2,20861,'','2013-12-13 22:12:01'),(86140,3,20861,'','2013-12-13 22:12:01'),(86141,6,20861,'','2013-12-13 22:12:01'),(86142,7,20861,'DAY','2013-12-13 22:12:01'),(86143,66,20861,'TROOM','2013-12-13 22:12:01'),(86144,67,20861,'','2013-12-13 22:12:01'),(86145,1,20864,'','2013-12-13 22:12:02'),(86146,2,20864,'','2013-12-13 22:12:02'),(86147,3,20864,'','2013-12-13 22:12:02'),(86148,6,20864,'','2013-12-13 22:12:02'),(86149,7,20864,'DAY','2013-12-13 22:12:02'),(86150,66,20864,'TROOM','2013-12-13 22:12:02'),(86151,67,20864,'','2013-12-13 22:12:02'),(86152,1,20865,'3605040','2013-12-13 22:39:47'),(86153,2,20865,'','2013-12-13 22:39:47'),(86154,3,20865,'','2013-12-13 22:39:47'),(86155,6,20865,'177.00','2013-12-13 22:39:47'),(86156,7,20865,'DAY','2013-12-13 22:39:47'),(86157,66,20865,'OPD','2013-12-13 22:39:47'),(86158,67,20865,'','2013-12-13 22:39:47'),(86159,1,20867,'','2013-12-13 22:39:47'),(86160,2,20867,'','2013-12-13 22:39:47'),(86161,3,20867,'','2013-12-13 22:39:47'),(86162,6,20867,'','2013-12-13 22:39:47'),(86163,7,20867,'DAY','2013-12-13 22:39:47'),(86164,66,20867,'OPD','2013-12-13 22:39:47'),(86165,67,20867,'','2013-12-13 22:39:47'),(86166,1,20870,'','2013-12-13 22:39:48'),(86167,2,20870,'','2013-12-13 22:39:48'),(86168,3,20870,'','2013-12-13 22:39:48'),(86169,6,20870,'','2013-12-13 22:39:48'),(86170,7,20870,'DAY','2013-12-13 22:39:48'),(86171,66,20870,'OPD','2013-12-13 22:39:48'),(86172,67,20870,'','2013-12-13 22:39:48'),(86173,1,20871,'','2013-12-13 23:28:19'),(86174,2,20871,'','2013-12-13 23:28:19'),(86175,3,20871,'','2013-12-13 23:28:19'),(86176,6,20871,'','2013-12-13 23:28:19'),(86177,7,20871,'DAY','2013-12-13 23:28:19'),(86178,66,20871,'OPD','2013-12-13 23:28:19'),(86179,67,20871,'','2013-12-13 23:28:19'),(86180,1,20872,'3608067','2013-12-13 23:37:30'),(86181,2,20872,'598395','2013-12-13 23:37:30'),(86182,3,20872,'','2013-12-13 23:37:30'),(86183,6,20872,'35','2013-12-13 23:37:30'),(86184,7,20872,'DAY','2013-12-13 23:37:30'),(86185,66,20872,'OPD','2013-12-13 23:37:30'),(86186,67,20872,'','2013-12-13 23:37:30'),(86187,1,20873,'3605055','2013-12-13 23:41:15'),(86188,2,20873,'598405','2013-12-13 23:41:15'),(86189,3,20873,'','2013-12-13 23:41:15'),(86190,6,20873,'688','2013-12-13 23:41:15'),(86191,7,20873,'DAY','2013-12-13 23:41:15'),(86192,66,20873,'OPD','2013-12-13 23:41:15'),(86193,67,20873,'','2013-12-13 23:41:15'),(86194,1,20874,'','2013-12-13 23:59:26'),(86195,2,20874,'','2013-12-13 23:59:26'),(86196,3,20874,'','2013-12-13 23:59:26'),(86197,6,20874,'','2013-12-13 23:59:26'),(86198,7,20874,'DAY','2013-12-13 23:59:26'),(86199,66,20874,'OPD','2013-12-13 23:59:26'),(86200,67,20874,'','2013-12-13 23:59:26'),(86201,1,20876,'','2013-12-13 23:59:27'),(86202,2,20876,'','2013-12-13 23:59:27'),(86203,3,20876,'','2013-12-13 23:59:27'),(86204,6,20876,'','2013-12-13 23:59:27'),(86205,7,20876,'DAY','2013-12-13 23:59:27'),(86206,66,20876,'OPD','2013-12-13 23:59:27'),(86207,67,20876,'','2013-12-13 23:59:27'),(86208,1,20877,'3605113','2013-12-14 00:26:23'),(86209,2,20877,'','2013-12-14 00:26:23'),(86210,3,20877,'','2013-12-14 00:26:23'),(86211,6,20877,'50','2013-12-14 00:26:23'),(86212,7,20877,'DAY','2013-12-14 00:26:23'),(86213,66,20877,'OPD','2013-12-14 00:26:23'),(86214,67,20877,'','2013-12-14 00:26:23'),(86215,1,20878,'3605119','2013-12-14 00:42:58'),(86216,2,20878,'','2013-12-14 00:42:58'),(86217,3,20878,'','2013-12-14 00:42:58'),(86218,6,20878,'157','2013-12-14 00:42:58'),(86219,7,20878,'DAY','2013-12-14 00:42:58'),(86220,66,20878,'OPD','2013-12-14 00:42:58'),(86221,67,20878,'','2013-12-14 00:42:58'),(86222,1,20880,'','2013-12-14 00:42:58'),(86223,2,20880,'','2013-12-14 00:42:58'),(86224,3,20880,'','2013-12-14 00:42:58'),(86225,6,20880,'','2013-12-14 00:42:58'),(86226,7,20880,'DAY','2013-12-14 00:42:58'),(86227,66,20880,'OPD','2013-12-14 00:42:58'),(86228,67,20880,'','2013-12-14 00:42:58'),(86229,1,20883,'','2013-12-14 00:42:59'),(86230,2,20883,'','2013-12-14 00:42:59'),(86231,3,20883,'','2013-12-14 00:42:59'),(86232,6,20883,'','2013-12-14 00:42:59'),(86233,7,20883,'DAY','2013-12-14 00:42:59'),(86234,66,20883,'OPD','2013-12-14 00:42:59'),(86235,67,20883,'','2013-12-14 00:42:59'),(86236,1,20887,'','2013-12-14 00:42:59'),(86237,2,20887,'','2013-12-14 00:42:59'),(86238,3,20887,'','2013-12-14 00:42:59'),(86239,6,20887,'','2013-12-14 00:42:59'),(86240,7,20887,'DAY','2013-12-14 00:42:59'),(86241,66,20887,'OPD','2013-12-14 00:42:59'),(86242,67,20887,'','2013-12-14 00:42:59'),(86243,1,20888,'3605123','2013-12-14 00:48:01'),(86244,2,20888,'','2013-12-14 00:48:01'),(86245,3,20888,'','2013-12-14 00:48:01'),(86246,6,20888,'35','2013-12-14 00:48:01'),(86247,7,20888,'DAY','2013-12-14 00:48:01'),(86248,66,20888,'OPD','2013-12-14 00:48:01'),(86249,67,20888,'','2013-12-14 00:48:01'),(86250,1,20890,'','2013-12-14 00:48:01'),(86251,2,20890,'','2013-12-14 00:48:01'),(86252,3,20890,'','2013-12-14 00:48:01'),(86253,6,20890,'','2013-12-14 00:48:01'),(86254,7,20890,'DAY','2013-12-14 00:48:01'),(86255,66,20890,'OPD','2013-12-14 00:48:01'),(86256,67,20890,'','2013-12-14 00:48:01'),(86257,1,20891,'3605121','2013-12-14 00:54:02'),(86258,2,20891,'598421','2013-12-14 00:54:02'),(86259,3,20891,'','2013-12-14 00:54:02'),(86260,6,20891,'104','2013-12-14 00:54:02'),(86261,7,20891,'DAY','2013-12-14 00:54:02'),(86262,66,20891,'OPD','2013-12-14 00:54:02'),(86263,67,20891,'','2013-12-14 00:54:02'),(86264,1,20893,'','2013-12-14 00:54:02'),(86265,2,20893,'','2013-12-14 00:54:02'),(86266,3,20893,'','2013-12-14 00:54:02'),(86267,6,20893,'','2013-12-14 00:54:02'),(86268,7,20893,'DAY','2013-12-14 00:54:02'),(86269,66,20893,'OPD','2013-12-14 00:54:02'),(86270,67,20893,'','2013-12-14 00:54:02'),(86271,1,20896,'','2013-12-14 00:54:02'),(86272,2,20896,'','2013-12-14 00:54:02'),(86273,3,20896,'','2013-12-14 00:54:02'),(86274,6,20896,'','2013-12-14 00:54:02'),(86275,7,20896,'DAY','2013-12-14 00:54:02'),(86276,66,20896,'OPD','2013-12-14 00:54:02'),(86277,67,20896,'','2013-12-14 00:54:02'),(86278,1,20897,'3605128','2013-12-14 00:58:01'),(86279,2,20897,'598433','2013-12-14 00:58:01'),(86280,3,20897,'','2013-12-14 00:58:01'),(86281,6,20897,'18','2013-12-14 00:58:01'),(86282,7,20897,'DAY','2013-12-14 00:58:01'),(86283,66,20897,'SELF REQ','2013-12-14 00:58:01'),(86284,67,20897,'','2013-12-14 00:58:01'),(86285,1,20898,'3606133','2013-12-14 01:03:38'),(86286,2,20898,'','2013-12-14 01:03:38'),(86287,3,20898,'','2013-12-14 01:03:38'),(86288,6,20898,'81','2013-12-14 01:03:38'),(86289,7,20898,'DAY','2013-12-14 01:03:38'),(86290,66,20898,'OPD','2013-12-14 01:03:38'),(86291,67,20898,'','2013-12-14 01:03:38'),(86292,1,20899,'3605142','2013-12-14 01:28:54'),(86293,2,20899,'','2013-12-14 01:28:54'),(86294,3,20899,'','2013-12-14 01:28:54'),(86295,6,20899,'90','2013-12-14 01:28:54'),(86296,7,20899,'DAY','2013-12-14 01:28:54'),(86297,66,20899,'OPD','2013-12-14 01:28:54'),(86298,67,20899,'','2013-12-14 01:28:54'),(86299,1,20900,'360618','2013-12-14 02:25:11'),(86300,2,20900,'','2013-12-14 02:25:11'),(86301,3,20900,'','2013-12-14 02:25:11'),(86302,6,20900,'112','2013-12-14 02:25:11'),(86303,7,20900,'DAY','2013-12-14 02:25:11'),(86304,66,20900,'OPD','2013-12-14 02:25:11'),(86305,67,20900,'','2013-12-14 02:25:11'),(86306,1,20902,'','2013-12-14 02:25:11'),(86307,2,20902,'','2013-12-14 02:25:11'),(86308,3,20902,'','2013-12-14 02:25:11'),(86309,6,20902,'','2013-12-14 02:25:11'),(86310,7,20902,'DAY','2013-12-14 02:25:11'),(86311,66,20902,'OPD','2013-12-14 02:25:11'),(86312,67,20902,'','2013-12-14 02:25:11'),(86313,1,20905,'','2013-12-14 02:25:11'),(86314,2,20905,'','2013-12-14 02:25:11'),(86315,3,20905,'','2013-12-14 02:25:11'),(86316,6,20905,'','2013-12-14 02:25:11'),(86317,7,20905,'DAY','2013-12-14 02:25:11'),(86318,66,20905,'OPD','2013-12-14 02:25:11'),(86319,67,20905,'','2013-12-14 02:25:11'),(86320,1,20906,'3605164','2013-12-14 02:31:27'),(86321,2,20906,'','2013-12-14 02:31:27'),(86322,3,20906,'','2013-12-14 02:31:27'),(86323,6,20906,'104','2013-12-14 02:31:27'),(86324,7,20906,'DAY','2013-12-14 02:31:27'),(86325,66,20906,'OPD','2013-12-14 02:31:27'),(86326,67,20906,'','2013-12-14 02:31:27'),(86327,1,20908,'','2013-12-14 02:31:27'),(86328,2,20908,'','2013-12-14 02:31:27'),(86329,3,20908,'','2013-12-14 02:31:27'),(86330,6,20908,'','2013-12-14 02:31:27'),(86331,7,20908,'DAY','2013-12-14 02:31:27'),(86332,66,20908,'OPD','2013-12-14 02:31:27'),(86333,67,20908,'','2013-12-14 02:31:27'),(86334,1,20911,'','2013-12-14 02:31:28'),(86335,2,20911,'','2013-12-14 02:31:28'),(86336,3,20911,'','2013-12-14 02:31:28'),(86337,6,20911,'','2013-12-14 02:31:28'),(86338,7,20911,'DAY','2013-12-14 02:31:28'),(86339,66,20911,'OPD','2013-12-14 02:31:28'),(86340,67,20911,'','2013-12-14 02:31:28'),(86341,1,20912,'','2013-12-14 02:40:57'),(86342,2,20912,'','2013-12-14 02:40:57'),(86343,3,20912,'','2013-12-14 02:40:57'),(86344,6,20912,'','2013-12-14 02:40:57'),(86345,7,20912,'DAY','2013-12-14 02:40:57'),(86346,66,20912,'OPD','2013-12-14 02:40:57'),(86347,67,20912,'','2013-12-14 02:40:57'),(86348,1,20913,'','2013-12-14 02:44:30'),(86349,2,20913,'','2013-12-14 02:44:30'),(86350,3,20913,'','2013-12-14 02:44:30'),(86351,6,20913,'81','2013-12-14 02:44:30'),(86352,7,20913,'DAY','2013-12-14 02:44:30'),(86353,66,20913,'OPD','2013-12-14 02:44:30'),(86354,67,20913,'','2013-12-14 02:44:30'),(86355,1,20914,'360213','2013-12-14 02:46:58'),(86356,2,20914,'','2013-12-14 02:46:58'),(86357,3,20914,'','2013-12-14 02:46:58'),(86358,6,20914,'110','2013-12-14 02:46:58'),(86359,7,20914,'DAY','2013-12-14 02:46:58'),(86360,66,20914,'OPD','2013-12-14 02:46:58'),(86361,67,20914,'','2013-12-14 02:46:58'),(86362,1,20916,'','2013-12-14 02:46:58'),(86363,2,20916,'','2013-12-14 02:46:58'),(86364,3,20916,'','2013-12-14 02:46:58'),(86365,6,20916,'','2013-12-14 02:46:58'),(86366,7,20916,'DAY','2013-12-14 02:46:58'),(86367,66,20916,'OPD','2013-12-14 02:46:58'),(86368,67,20916,'','2013-12-14 02:46:58'),(86369,1,20917,'3606207','2013-12-14 02:48:55'),(86370,2,20917,'','2013-12-14 02:48:55'),(86371,3,20917,'','2013-12-14 02:48:55'),(86372,6,20917,'66','2013-12-14 02:48:55'),(86373,7,20917,'DAY','2013-12-14 02:48:55'),(86374,66,20917,'OPD','2013-12-14 02:48:55'),(86375,67,20917,'','2013-12-14 02:48:55'),(86376,1,20918,'3605230','2013-12-14 03:03:59'),(86377,2,20918,'598448','2013-12-14 03:03:59'),(86378,3,20918,'','2013-12-14 03:03:59'),(86379,6,20918,'75.00','2013-12-14 03:03:59'),(86380,7,20918,'DAY','2013-12-14 03:03:59'),(86381,66,20918,'OPD','2013-12-14 03:03:59'),(86382,67,20918,'','2013-12-14 03:03:59'),(86383,1,20919,'','2013-12-14 03:16:11'),(86384,2,20919,'','2013-12-14 03:16:11'),(86385,3,20919,'','2013-12-14 03:16:11'),(86386,6,20919,'','2013-12-14 03:16:11'),(86387,7,20919,'DAY','2013-12-14 03:16:11'),(86388,66,20919,'OPD','2013-12-14 03:16:11'),(86389,67,20919,'','2013-12-14 03:16:11'),(86390,1,20920,'3605228','2013-12-14 03:18:22'),(86391,2,20920,'598451','2013-12-14 03:18:22'),(86392,3,20920,'','2013-12-14 03:18:22'),(86393,6,20920,'35.00','2013-12-14 03:18:22'),(86394,7,20920,'DAY','2013-12-14 03:18:22'),(86395,66,20920,'OPD','2013-12-14 03:18:22'),(86396,67,20920,'','2013-12-14 03:18:22'),(86397,1,20921,'3605236','2013-12-14 03:20:56'),(86398,2,20921,'598453','2013-12-14 03:20:56'),(86399,3,20921,'','2013-12-14 03:20:56'),(86400,6,20921,'112.00','2013-12-14 03:20:56'),(86401,7,20921,'DAY','2013-12-14 03:20:56'),(86402,66,20921,'OPD','2013-12-14 03:20:56'),(86403,67,20921,'','2013-12-14 03:20:56'),(86404,1,20923,'','2013-12-14 03:20:56'),(86405,2,20923,'','2013-12-14 03:20:56'),(86406,3,20923,'','2013-12-14 03:20:56'),(86407,6,20923,'','2013-12-14 03:20:56'),(86408,7,20923,'DAY','2013-12-14 03:20:56'),(86409,66,20923,'OPD','2013-12-14 03:20:56'),(86410,67,20923,'','2013-12-14 03:20:56'),(86411,1,20926,'','2013-12-14 03:20:57'),(86412,2,20926,'','2013-12-14 03:20:57'),(86413,3,20926,'','2013-12-14 03:20:57'),(86414,6,20926,'','2013-12-14 03:20:57'),(86415,7,20926,'DAY','2013-12-14 03:20:57'),(86416,66,20926,'OPD','2013-12-14 03:20:57'),(86417,67,20926,'','2013-12-14 03:20:57'),(86418,1,20927,'3605240','2013-12-14 03:24:45'),(86419,2,20927,'','2013-12-14 03:24:45'),(86420,3,20927,'','2013-12-14 03:24:45'),(86421,6,20927,'224.00','2013-12-14 03:24:45'),(86422,7,20927,'DAY','2013-12-14 03:24:45'),(86423,66,20927,'OPD','2013-12-14 03:24:45'),(86424,67,20927,'','2013-12-14 03:24:45'),(86425,1,20929,'','2013-12-14 03:24:45'),(86426,2,20929,'','2013-12-14 03:24:45'),(86427,3,20929,'','2013-12-14 03:24:45'),(86428,6,20929,'','2013-12-14 03:24:45'),(86429,7,20929,'DAY','2013-12-14 03:24:45'),(86430,66,20929,'OPD','2013-12-14 03:24:45'),(86431,67,20929,'','2013-12-14 03:24:45'),(86432,1,20932,'','2013-12-14 03:24:45'),(86433,2,20932,'','2013-12-14 03:24:45'),(86434,3,20932,'','2013-12-14 03:24:45'),(86435,6,20932,'','2013-12-14 03:24:45'),(86436,7,20932,'DAY','2013-12-14 03:24:45'),(86437,66,20932,'OPD','2013-12-14 03:24:45'),(86438,67,20932,'','2013-12-14 03:24:45'),(86439,1,20933,'3605234','2013-12-14 03:28:14'),(86440,2,20933,'','2013-12-14 03:28:14'),(86441,3,20933,'','2013-12-14 03:28:14'),(86442,6,20933,'81.00','2013-12-14 03:28:14'),(86443,7,20933,'DAY','2013-12-14 03:28:14'),(86444,66,20933,'OPD','2013-12-14 03:28:14'),(86445,67,20933,'','2013-12-14 03:28:14'),(86446,1,20934,'3605241','2013-12-14 03:32:05'),(86447,2,20934,'','2013-12-14 03:32:05'),(86448,3,20934,'','2013-12-14 03:32:05'),(86449,6,20934,'112.00','2013-12-14 03:32:05'),(86450,7,20934,'DAY','2013-12-14 03:32:05'),(86451,66,20934,'OPD','2013-12-14 03:32:05'),(86452,67,20934,'','2013-12-14 03:32:05'),(86453,1,20936,'','2013-12-14 03:32:05'),(86454,2,20936,'','2013-12-14 03:32:05'),(86455,3,20936,'','2013-12-14 03:32:05'),(86456,6,20936,'','2013-12-14 03:32:05'),(86457,7,20936,'DAY','2013-12-14 03:32:05'),(86458,66,20936,'OPD','2013-12-14 03:32:05'),(86459,67,20936,'','2013-12-14 03:32:05'),(86460,1,20937,'3605246','2013-12-14 03:41:08'),(86461,2,20937,'','2013-12-14 03:41:08'),(86462,3,20937,'','2013-12-14 03:41:08'),(86463,6,20937,'24.00','2013-12-14 03:41:08'),(86464,7,20937,'DAY','2013-12-14 03:41:08'),(86465,66,20937,'WARD B','2013-12-14 03:41:08'),(86466,67,20937,'','2013-12-14 03:41:08'),(86467,1,20938,'3605247','2013-12-14 03:53:38'),(86468,2,20938,'','2013-12-14 03:53:38'),(86469,3,20938,'','2013-12-14 03:53:38'),(86470,6,20938,'81.00','2013-12-14 03:53:38'),(86471,7,20938,'NIGHT','2013-12-14 03:53:38'),(86472,66,20938,'OPD','2013-12-14 03:53:38'),(86473,67,20938,'','2013-12-14 03:53:38'),(86474,1,20939,'3605253','2013-12-14 04:18:44'),(86475,2,20939,'','2013-12-14 04:18:44'),(86476,3,20939,'','2013-12-14 04:18:44'),(86477,6,20939,'18.00','2013-12-14 04:18:44'),(86478,7,20939,'NIGHT','2013-12-14 04:18:44'),(86479,66,20939,'OPD','2013-12-14 04:18:44'),(86480,67,20939,'','2013-12-14 04:18:44'),(86481,1,20940,'3605264','2013-12-14 05:11:52'),(86482,2,20940,'598462','2013-12-14 05:11:52'),(86483,3,20940,'','2013-12-14 05:11:52'),(86484,6,20940,'92.00','2013-12-14 05:11:52'),(86485,7,20940,'NIGHT','2013-12-14 05:11:52'),(86486,66,20940,'OPD','2013-12-14 05:11:52'),(86487,67,20940,'','2013-12-14 05:11:52'),(86488,1,20942,'','2013-12-14 05:11:52'),(86489,2,20942,'','2013-12-14 05:11:52'),(86490,3,20942,'','2013-12-14 05:11:52'),(86491,6,20942,'','2013-12-14 05:11:52'),(86492,7,20942,'DAY','2013-12-14 05:11:52'),(86493,66,20942,'OPD','2013-12-14 05:11:52'),(86494,67,20942,'','2013-12-14 05:11:52'),(86495,1,20943,'3605267','2013-12-14 05:28:18'),(86496,2,20943,'','2013-12-14 05:28:18'),(86497,3,20943,'','2013-12-14 05:28:18'),(86498,6,20943,'55.00','2013-12-14 05:28:18'),(86499,7,20943,'NIGHT','2013-12-14 05:28:18'),(86500,66,20943,'OPD','2013-12-14 05:28:18'),(86501,67,20943,'','2013-12-14 05:28:18'),(86502,1,20945,'','2013-12-14 05:28:18'),(86503,2,20945,'','2013-12-14 05:28:18'),(86504,3,20945,'','2013-12-14 05:28:18'),(86505,6,20945,'','2013-12-14 05:28:18'),(86506,7,20945,'DAY','2013-12-14 05:28:18'),(86507,66,20945,'OPD','2013-12-14 05:28:18'),(86508,67,20945,'','2013-12-14 05:28:18'),(86509,1,20946,'3605269','2013-12-14 05:36:06'),(86510,2,20946,'','2013-12-14 05:36:06'),(86511,3,20946,'','2013-12-14 05:36:06'),(86512,6,20946,'35.00','2013-12-14 05:36:06'),(86513,7,20946,'NIGHT','2013-12-14 05:36:06'),(86514,66,20946,'OPD','2013-12-14 05:36:06'),(86515,67,20946,'','2013-12-14 05:36:06'),(86516,1,20948,'','2013-12-14 05:36:07'),(86517,2,20948,'','2013-12-14 05:36:07'),(86518,3,20948,'','2013-12-14 05:36:07'),(86519,6,20948,'','2013-12-14 05:36:07'),(86520,7,20948,'DAY','2013-12-14 05:36:07'),(86521,66,20948,'OPD','2013-12-14 05:36:07'),(86522,67,20948,'','2013-12-14 05:36:07'),(86523,1,20949,'3605271','2013-12-14 05:38:19'),(86524,2,20949,'','2013-12-14 05:38:19'),(86525,3,20949,'','2013-12-14 05:38:19'),(86526,6,20949,'99.00','2013-12-14 05:38:19'),(86527,7,20949,'NIGHT','2013-12-14 05:38:19'),(86528,66,20949,'OPD','2013-12-14 05:38:19'),(86529,67,20949,'','2013-12-14 05:38:19'),(86530,1,20951,'','2013-12-14 05:38:19'),(86531,2,20951,'','2013-12-14 05:38:19'),(86532,3,20951,'','2013-12-14 05:38:19'),(86533,6,20951,'','2013-12-14 05:38:19'),(86534,7,20951,'DAY','2013-12-14 05:38:19'),(86535,66,20951,'OPD','2013-12-14 05:38:19'),(86536,67,20951,'','2013-12-14 05:38:19'),(86537,1,20952,'3605274','2013-12-14 06:02:26'),(86538,2,20952,'598468','2013-12-14 06:02:26'),(86539,3,20952,'','2013-12-14 06:02:26'),(86540,6,20952,'52.00','2013-12-14 06:02:26'),(86541,7,20952,'NIGHT','2013-12-14 06:02:26'),(86542,66,20952,'TROOM','2013-12-14 06:02:26'),(86543,67,20952,'','2013-12-14 06:02:26'),(86544,1,20954,'','2013-12-14 06:02:26'),(86545,2,20954,'','2013-12-14 06:02:26'),(86546,3,20954,'','2013-12-14 06:02:26'),(86547,6,20954,'','2013-12-14 06:02:26'),(86548,7,20954,'DAY','2013-12-14 06:02:26'),(86549,66,20954,'OPD','2013-12-14 06:02:26'),(86550,67,20954,'','2013-12-14 06:02:26'),(86551,1,20955,'3605275','2013-12-14 06:51:21'),(86552,2,20955,'','2013-12-14 06:51:21'),(86553,3,20955,'','2013-12-14 06:51:21'),(86554,6,20955,'55.00','2013-12-14 06:51:21'),(86555,7,20955,'NIGHT','2013-12-14 06:51:21'),(86556,66,20955,'TROOM','2013-12-14 06:51:21'),(86557,67,20955,'','2013-12-14 06:51:21'),(86558,1,20957,'','2013-12-14 06:51:21'),(86559,2,20957,'','2013-12-14 06:51:21'),(86560,3,20957,'','2013-12-14 06:51:21'),(86561,6,20957,'','2013-12-14 06:51:21'),(86562,7,20957,'NIGHT','2013-12-14 06:51:21'),(86563,66,20957,'TROOM','2013-12-14 06:51:22'),(86564,67,20957,'','2013-12-14 06:51:22'),(86565,1,20958,'3605292','2013-12-14 08:38:39'),(86566,2,20958,'598478','2013-12-14 08:38:39'),(86567,3,20958,'','2013-12-14 08:38:39'),(86568,6,20958,'35.00','2013-12-14 08:38:39'),(86569,7,20958,'NIGHT','2013-12-14 08:38:39'),(86570,66,20958,'OPD','2013-12-14 08:38:39'),(86571,67,20958,'','2013-12-14 08:38:39'),(86572,1,20959,'3605293','2013-12-14 08:47:40'),(86573,2,20959,'598479','2013-12-14 08:47:40'),(86574,3,20959,'','2013-12-14 08:47:40'),(86575,6,20959,'92.00','2013-12-14 08:47:40'),(86576,7,20959,'NIGHT','2013-12-14 08:47:40'),(86577,66,20959,'TROOM','2013-12-14 08:47:40'),(86578,67,20959,'','2013-12-14 08:47:40'),(86579,1,20961,'','2013-12-14 08:47:40'),(86580,2,20961,'','2013-12-14 08:47:40'),(86581,3,20961,'','2013-12-14 08:47:40'),(86582,6,20961,'','2013-12-14 08:47:40'),(86583,7,20961,'DAY','2013-12-14 08:47:40'),(86584,66,20961,'OPD','2013-12-14 08:47:40'),(86585,67,20961,'','2013-12-14 08:47:40'),(86586,1,20962,'3605299','2013-12-14 12:43:26'),(86587,2,20962,'','2013-12-14 12:43:26'),(86588,3,20962,'','2013-12-14 12:43:26'),(86589,6,20962,'136.00','2013-12-14 12:43:26'),(86590,7,20962,'DAY','2013-12-14 12:43:26'),(86591,66,20962,'OPD','2013-12-14 12:43:26'),(86592,67,20962,'','2013-12-14 12:43:26'),(86593,1,20964,'','2013-12-14 12:43:26'),(86594,2,20964,'','2013-12-14 12:43:26'),(86595,3,20964,'','2013-12-14 12:43:26'),(86596,6,20964,'','2013-12-14 12:43:26'),(86597,7,20964,'DAY','2013-12-14 12:43:26'),(86598,66,20964,'OPD','2013-12-14 12:43:26'),(86599,67,20964,'','2013-12-14 12:43:26'),(86600,1,20965,'3605303','2013-12-14 12:59:54'),(86601,2,20965,'','2013-12-14 12:59:54'),(86602,3,20965,'','2013-12-14 12:59:54'),(86603,6,20965,'151.00','2013-12-14 12:59:54'),(86604,7,20965,'NIGHT','2013-12-14 12:59:54'),(86605,66,20965,'OPD','2013-12-14 12:59:54'),(86606,67,20965,'','2013-12-14 12:59:54'),(86607,1,20967,'','2013-12-14 12:59:54'),(86608,2,20967,'','2013-12-14 12:59:54'),(86609,3,20967,'','2013-12-14 12:59:54'),(86610,6,20967,'','2013-12-14 12:59:54'),(86611,7,20967,'DAY','2013-12-14 12:59:54'),(86612,66,20967,'OPD','2013-12-14 12:59:54'),(86613,67,20967,'','2013-12-14 12:59:54'),(86614,1,20970,'','2013-12-14 12:59:54'),(86615,2,20970,'','2013-12-14 12:59:54'),(86616,3,20970,'','2013-12-14 12:59:54'),(86617,6,20970,'','2013-12-14 12:59:54'),(86618,7,20970,'DAY','2013-12-14 12:59:54'),(86619,66,20970,'OPD','2013-12-14 12:59:54'),(86620,67,20970,'','2013-12-14 12:59:54'),(86621,1,20971,'3605325','2013-12-14 14:29:20'),(86622,2,20971,'598485','2013-12-14 14:29:20'),(86623,3,20971,'','2013-12-14 14:29:20'),(86624,6,20971,'42.00','2013-12-14 14:29:20'),(86625,7,20971,'DAY','2013-12-14 14:29:20'),(86626,66,20971,'OPD','2013-12-14 14:29:20'),(86627,67,20971,'','2013-12-14 14:29:20'),(86628,1,20972,'3605155','2013-12-14 15:44:50'),(86629,2,20972,'','2013-12-14 15:44:50'),(86630,3,20972,'','2013-12-14 15:44:50'),(86631,6,20972,'239.00','2013-12-14 15:44:50'),(86632,7,20972,'DAY','2013-12-14 15:44:50'),(86633,66,20972,'OPD','2013-12-14 15:44:50'),(86634,67,20972,'','2013-12-14 15:44:50'),(86635,1,20974,'','2013-12-14 15:44:50'),(86636,2,20974,'','2013-12-14 15:44:50'),(86637,3,20974,'','2013-12-14 15:44:50'),(86638,6,20974,'','2013-12-14 15:44:50'),(86639,7,20974,'DAY','2013-12-14 15:44:50'),(86640,66,20974,'OPD','2013-12-14 15:44:50'),(86641,67,20974,'','2013-12-14 15:44:50'),(86642,1,20977,'','2013-12-14 15:44:50'),(86643,2,20977,'','2013-12-14 15:44:50'),(86644,3,20977,'','2013-12-14 15:44:50'),(86645,6,20977,'','2013-12-14 15:44:50'),(86646,7,20977,'DAY','2013-12-14 15:44:50'),(86647,66,20977,'OPD','2013-12-14 15:44:50'),(86648,67,20977,'','2013-12-14 15:44:50'),(86649,1,20978,'3605344','2013-12-14 15:46:41'),(86650,2,20978,'598490','2013-12-14 15:46:41'),(86651,3,20978,'','2013-12-14 15:46:41'),(86652,6,20978,'22.00','2013-12-14 15:46:41'),(86653,7,20978,'DAY','2013-12-14 15:46:41'),(86654,66,20978,'OPD','2013-12-14 15:46:41'),(86655,67,20978,'','2013-12-14 15:46:41'),(86656,1,20979,'3605348','2013-12-14 15:56:41'),(86657,2,20979,'','2013-12-14 15:56:41'),(86658,3,20979,'','2013-12-14 15:56:41'),(86659,6,20979,'316','2013-12-14 15:56:41'),(86660,7,20979,'DAY','2013-12-14 15:56:41'),(86661,66,20979,'WARD C','2013-12-14 15:56:41'),(86662,67,20979,'','2013-12-14 15:56:41'),(86663,1,20981,'','2013-12-14 15:56:41'),(86664,2,20981,'','2013-12-14 15:56:41'),(86665,3,20981,'','2013-12-14 15:56:41'),(86666,6,20981,'','2013-12-14 15:56:41'),(86667,7,20981,'DAY','2013-12-14 15:56:41'),(86668,66,20981,'WARD C','2013-12-14 15:56:41'),(86669,67,20981,'','2013-12-14 15:56:41'),(86670,1,20984,'','2013-12-14 15:56:41'),(86671,2,20984,'','2013-12-14 15:56:41'),(86672,3,20984,'','2013-12-14 15:56:41'),(86673,6,20984,'','2013-12-14 15:56:41'),(86674,7,20984,'DAY','2013-12-14 15:56:41'),(86675,66,20984,'WARD C','2013-12-14 15:56:41'),(86676,67,20984,'','2013-12-14 15:56:41'),(86677,1,20988,'','2013-12-14 15:56:42'),(86678,2,20988,'','2013-12-14 15:56:42'),(86679,3,20988,'','2013-12-14 15:56:42'),(86680,6,20988,'','2013-12-14 15:56:42'),(86681,7,20988,'DAY','2013-12-14 15:56:42'),(86682,66,20988,'WARD C','2013-12-14 15:56:42'),(86683,67,20988,'','2013-12-14 15:56:42'),(86684,1,20989,'3605353','2013-12-14 16:15:32'),(86685,2,20989,'','2013-12-14 16:15:32'),(86686,3,20989,'','2013-12-14 16:15:32'),(86687,6,20989,'35','2013-12-14 16:15:32'),(86688,7,20989,'DAY','2013-12-14 16:15:32'),(86689,66,20989,'OPD','2013-12-14 16:15:32'),(86690,67,20989,'','2013-12-14 16:15:32'),(86691,1,20991,'','2013-12-14 16:15:32'),(86692,2,20991,'','2013-12-14 16:15:32'),(86693,3,20991,'','2013-12-14 16:15:32'),(86694,6,20991,'','2013-12-14 16:15:32'),(86695,7,20991,'DAY','2013-12-14 16:15:32'),(86696,66,20991,'OPD','2013-12-14 16:15:32'),(86697,67,20991,'','2013-12-14 16:15:32'),(86698,1,20992,'3604895','2013-12-14 16:19:32'),(86699,2,20992,'','2013-12-14 16:19:32'),(86700,3,20992,'','2013-12-14 16:19:32'),(86701,6,20992,'249','2013-12-14 16:19:32'),(86702,7,20992,'DAY','2013-12-14 16:19:32'),(86703,66,20992,'OPD','2013-12-14 16:19:32'),(86704,67,20992,'','2013-12-14 16:19:32'),(86705,1,20994,'','2013-12-14 16:19:33'),(86706,2,20994,'','2013-12-14 16:19:33'),(86707,3,20994,'','2013-12-14 16:19:33'),(86708,6,20994,'','2013-12-14 16:19:33'),(86709,7,20994,'DAY','2013-12-14 16:19:33'),(86710,66,20994,'OPD','2013-12-14 16:19:33'),(86711,67,20994,'','2013-12-14 16:19:33'),(86712,1,20997,'','2013-12-14 16:19:33'),(86713,2,20997,'','2013-12-14 16:19:33'),(86714,3,20997,'','2013-12-14 16:19:33'),(86715,6,20997,'','2013-12-14 16:19:33'),(86716,7,20997,'DAY','2013-12-14 16:19:33'),(86717,66,20997,'OPD','2013-12-14 16:19:33'),(86718,67,20997,'','2013-12-14 16:19:33'),(86719,1,20998,'3605355','2013-12-14 16:23:32'),(86720,2,20998,'598495','2013-12-14 16:23:32'),(86721,3,20998,'','2013-12-14 16:23:32'),(86722,6,20998,'22','2013-12-14 16:23:32'),(86723,7,20998,'DAY','2013-12-14 16:23:32'),(86724,66,20998,'OPD','2013-12-14 16:23:32'),(86725,67,20998,'','2013-12-14 16:23:32'),(86726,1,20999,'3605360','2013-12-14 16:34:01'),(86727,2,20999,'','2013-12-14 16:34:01'),(86728,3,20999,'','2013-12-14 16:34:01'),(86729,6,20999,'77','2013-12-14 16:34:01'),(86730,7,20999,'DAY','2013-12-14 16:34:01'),(86731,66,20999,'OPD','2013-12-14 16:34:01'),(86732,67,20999,'','2013-12-14 16:34:01'),(86733,1,21000,'3605363','2013-12-14 16:41:05'),(86734,2,21000,'','2013-12-14 16:41:05'),(86735,3,21000,'','2013-12-14 16:41:05'),(86736,6,21000,'22','2013-12-14 16:41:05'),(86737,7,21000,'DAY','2013-12-14 16:41:05'),(86738,66,21000,'OPD','2013-12-14 16:41:05'),(86739,67,21000,'','2013-12-14 16:41:05'),(86740,1,21001,'3604849','2013-12-14 16:49:35'),(86741,2,21001,'','2013-12-14 16:49:35'),(86742,3,21001,'','2013-12-14 16:49:35'),(86743,6,21001,'45','2013-12-14 16:49:35'),(86744,7,21001,'DAY','2013-12-14 16:49:35'),(86745,66,21001,'OPD','2013-12-14 16:49:35'),(86746,67,21001,'','2013-12-14 16:49:35'),(86747,1,21002,'3605369','2013-12-14 16:53:39'),(86748,2,21002,'','2013-12-14 16:53:39'),(86749,3,21002,'','2013-12-14 16:53:39'),(86750,6,21002,'222','2013-12-14 16:53:39'),(86751,7,21002,'DAY','2013-12-14 16:53:39'),(86752,66,21002,'OPD','2013-12-14 16:53:39'),(86753,67,21002,'','2013-12-14 16:53:39'),(86754,1,21004,'','2013-12-14 16:53:39'),(86755,2,21004,'','2013-12-14 16:53:39'),(86756,3,21004,'','2013-12-14 16:53:39'),(86757,6,21004,'','2013-12-14 16:53:39'),(86758,7,21004,'DAY','2013-12-14 16:53:39'),(86759,66,21004,'OPD','2013-12-14 16:53:39'),(86760,67,21004,'','2013-12-14 16:53:39'),(86761,1,21007,'','2013-12-14 16:53:40'),(86762,2,21007,'','2013-12-14 16:53:40'),(86763,3,21007,'','2013-12-14 16:53:40'),(86764,6,21007,'','2013-12-14 16:53:40'),(86765,7,21007,'DAY','2013-12-14 16:53:40'),(86766,66,21007,'OPD','2013-12-14 16:53:40'),(86767,67,21007,'','2013-12-14 16:53:40'),(86768,1,21008,'3605372','2013-12-14 17:00:19'),(86769,2,21008,'','2013-12-14 17:00:19'),(86770,3,21008,'','2013-12-14 17:00:19'),(86771,6,21008,'13','2013-12-14 17:00:19'),(86772,7,21008,'DAY','2013-12-14 17:00:19'),(86773,66,21008,'OPD','2013-12-14 17:00:19'),(86774,67,21008,'','2013-12-14 17:00:19'),(86775,1,21009,'3605375','2013-12-14 17:06:32'),(86776,2,21009,'598504','2013-12-14 17:06:32'),(86777,3,21009,'','2013-12-14 17:06:32'),(86778,6,21009,'38','2013-12-14 17:06:32'),(86779,7,21009,'DAY','2013-12-14 17:06:32'),(86780,66,21009,'EXT. REQ','2013-12-14 17:06:32'),(86781,67,21009,'','2013-12-14 17:06:32'),(86782,1,21010,'360','2013-12-14 17:08:46'),(86783,2,21010,'','2013-12-14 17:08:46'),(86784,3,21010,'','2013-12-14 17:08:46'),(86785,6,21010,'154','2013-12-14 17:08:46'),(86786,7,21010,'DAY','2013-12-14 17:08:46'),(86787,66,21010,'TROOM','2013-12-14 17:08:46'),(86788,67,21010,'','2013-12-14 17:08:46'),(86789,1,21012,'','2013-12-14 17:08:46'),(86790,2,21012,'','2013-12-14 17:08:46'),(86791,3,21012,'','2013-12-14 17:08:46'),(86792,6,21012,'','2013-12-14 17:08:46'),(86793,7,21012,'DAY','2013-12-14 17:08:46'),(86794,66,21012,'TROOM','2013-12-14 17:08:46'),(86795,67,21012,'','2013-12-14 17:08:46'),(86796,1,21013,'','2013-12-14 17:11:18'),(86797,2,21013,'','2013-12-14 17:11:18'),(86798,3,21013,'','2013-12-14 17:11:18'),(86799,6,21013,'','2013-12-14 17:11:18'),(86800,7,21013,'DAY','2013-12-14 17:11:18'),(86801,66,21013,'TROOM','2013-12-14 17:11:18'),(86802,67,21013,'','2013-12-14 17:11:18'),(86803,1,21014,'3605387','2013-12-14 17:18:30'),(86804,2,21014,'','2013-12-14 17:18:30'),(86805,3,21014,'','2013-12-14 17:18:30'),(86806,6,21014,'13','2013-12-14 17:18:30'),(86807,7,21014,'DAY','2013-12-14 17:18:30'),(86808,66,21014,'OPD','2013-12-14 17:18:30'),(86809,67,21014,'','2013-12-14 17:18:30'),(86810,1,21015,'3605391','2013-12-14 17:21:27'),(86811,2,21015,'598507','2013-12-14 17:21:27'),(86812,3,21015,'','2013-12-14 17:21:27'),(86813,6,21015,'87','2013-12-14 17:21:27'),(86814,7,21015,'DAY','2013-12-14 17:21:27'),(86815,66,21015,'OPD','2013-12-14 17:21:27'),(86816,67,21015,'','2013-12-14 17:21:27'),(86817,1,21017,'','2013-12-14 17:21:27'),(86818,2,21017,'','2013-12-14 17:21:27'),(86819,3,21017,'','2013-12-14 17:21:27'),(86820,6,21017,'','2013-12-14 17:21:27'),(86821,7,21017,'DAY','2013-12-14 17:21:27'),(86822,66,21017,'OPD','2013-12-14 17:21:27'),(86823,67,21017,'','2013-12-14 17:21:27'),(86824,1,21018,'3605381','2013-12-14 17:23:56'),(86825,2,21018,'598510','2013-12-14 17:23:56'),(86826,3,21018,'','2013-12-14 17:23:56'),(86827,6,21018,'11','2013-12-14 17:23:56'),(86828,7,21018,'DAY','2013-12-14 17:23:56'),(86829,66,21018,'OPD','2013-12-14 17:23:56'),(86830,67,21018,'','2013-12-14 17:23:56'),(86831,1,21019,'3605415','2013-12-14 17:37:38'),(86832,2,21019,'','2013-12-14 17:37:38'),(86833,3,21019,'','2013-12-14 17:37:38'),(86834,6,21019,'101','2013-12-14 17:37:38'),(86835,7,21019,'DAY','2013-12-14 17:37:38'),(86836,66,21019,'OPD','2013-12-14 17:37:38'),(86837,67,21019,'','2013-12-14 17:37:38'),(86838,1,21021,'','2013-12-14 17:37:38'),(86839,2,21021,'','2013-12-14 17:37:38'),(86840,3,21021,'','2013-12-14 17:37:38'),(86841,6,21021,'','2013-12-14 17:37:38'),(86842,7,21021,'DAY','2013-12-14 17:37:38'),(86843,66,21021,'OPD','2013-12-14 17:37:38'),(86844,67,21021,'','2013-12-14 17:37:38'),(86845,1,21022,'3605433','2013-12-14 17:46:22'),(86846,2,21022,'','2013-12-14 17:46:22'),(86847,3,21022,'','2013-12-14 17:46:22'),(86848,6,21022,'40','2013-12-14 17:46:22'),(86849,7,21022,'DAY','2013-12-14 17:46:22'),(86850,66,21022,'OPD','2013-12-14 17:46:22'),(86851,67,21022,'','2013-12-14 17:46:22'),(86852,1,21023,'3605438','2013-12-14 17:54:50'),(86853,2,21023,'','2013-12-14 17:54:50'),(86854,3,21023,'','2013-12-14 17:54:50'),(86855,6,21023,'112','2013-12-14 17:54:50'),(86856,7,21023,'DAY','2013-12-14 17:54:50'),(86857,66,21023,'OPD','2013-12-14 17:54:50'),(86858,67,21023,'','2013-12-14 17:54:50'),(86859,1,21025,'','2013-12-14 17:54:50'),(86860,2,21025,'','2013-12-14 17:54:50'),(86861,3,21025,'','2013-12-14 17:54:50'),(86862,6,21025,'','2013-12-14 17:54:50'),(86863,7,21025,'DAY','2013-12-14 17:54:50'),(86864,66,21025,'OPD','2013-12-14 17:54:50'),(86865,67,21025,'','2013-12-14 17:54:50'),(86866,1,21028,'','2013-12-14 17:54:50'),(86867,2,21028,'','2013-12-14 17:54:50'),(86868,3,21028,'','2013-12-14 17:54:50'),(86869,6,21028,'','2013-12-14 17:54:50'),(86870,7,21028,'DAY','2013-12-14 17:54:50'),(86871,66,21028,'OPD','2013-12-14 17:54:50'),(86872,67,21028,'','2013-12-14 17:54:50'),(86873,1,21029,'3605437','2013-12-14 17:58:04'),(86874,2,21029,'','2013-12-14 17:58:04'),(86875,3,21029,'','2013-12-14 17:58:04'),(86876,6,21029,'555','2013-12-14 17:58:04'),(86877,7,21029,'DAY','2013-12-14 17:58:04'),(86878,66,21029,'OPD','2013-12-14 17:58:04'),(86879,67,21029,'','2013-12-14 17:58:04'),(86880,1,21030,'3605443','2013-12-14 18:13:52'),(86881,2,21030,'598522','2013-12-14 18:13:52'),(86882,3,21030,'','2013-12-14 18:13:52'),(86883,6,21030,'11','2013-12-14 18:13:52'),(86884,7,21030,'DAY','2013-12-14 18:13:52'),(86885,66,21030,'OPD','2013-12-14 18:13:52'),(86886,67,21030,'','2013-12-14 18:13:52'),(86887,1,21031,'3605444','2013-12-14 18:21:01'),(86888,2,21031,'','2013-12-14 18:21:01'),(86889,3,21031,'','2013-12-14 18:21:01'),(86890,6,21031,'45.4','2013-12-14 18:21:01'),(86891,7,21031,'DAY','2013-12-14 18:21:01'),(86892,66,21031,'OPD','2013-12-14 18:21:01'),(86893,67,21031,'','2013-12-14 18:21:01'),(86894,1,21032,'3605446','2013-12-14 18:23:33'),(86895,2,21032,'','2013-12-14 18:23:33'),(86896,3,21032,'','2013-12-14 18:23:33'),(86897,6,21032,'143','2013-12-14 18:23:33'),(86898,7,21032,'DAY','2013-12-14 18:23:33'),(86899,66,21032,'OPD','2013-12-14 18:23:33'),(86900,67,21032,'','2013-12-14 18:23:33'),(86901,1,21034,'','2013-12-14 18:23:34'),(86902,2,21034,'','2013-12-14 18:23:34'),(86903,3,21034,'','2013-12-14 18:23:34'),(86904,6,21034,'','2013-12-14 18:23:34'),(86905,7,21034,'DAY','2013-12-14 18:23:34'),(86906,66,21034,'OPD','2013-12-14 18:23:34'),(86907,67,21034,'','2013-12-14 18:23:34'),(86908,1,21037,'','2013-12-14 18:23:34'),(86909,2,21037,'','2013-12-14 18:23:34'),(86910,3,21037,'','2013-12-14 18:23:34'),(86911,6,21037,'','2013-12-14 18:23:34'),(86912,7,21037,'DAY','2013-12-14 18:23:34'),(86913,66,21037,'OPD','2013-12-14 18:23:34'),(86914,67,21037,'','2013-12-14 18:23:34'),(86915,1,21038,'3561639','2013-12-14 18:25:35'),(86916,2,21038,'598523','2013-12-14 18:25:35'),(86917,3,21038,'','2013-12-14 18:25:35'),(86918,6,21038,'20','2013-12-14 18:25:35'),(86919,7,21038,'DAY','2013-12-14 18:25:35'),(86920,66,21038,'OPD','2013-12-14 18:25:35'),(86921,67,21038,'','2013-12-14 18:25:35'),(86922,1,21039,'3605449','2013-12-14 18:37:41'),(86923,2,21039,'','2013-12-14 18:37:41'),(86924,3,21039,'','2013-12-14 18:37:41'),(86925,6,21039,'98','2013-12-14 18:37:41'),(86926,7,21039,'DAY','2013-12-14 18:37:41'),(86927,66,21039,'SELF REQ','2013-12-14 18:37:41'),(86928,67,21039,'','2013-12-14 18:37:41'),(86929,1,21041,'','2013-12-14 18:37:41'),(86930,2,21041,'','2013-12-14 18:37:41'),(86931,3,21041,'','2013-12-14 18:37:41'),(86932,6,21041,'','2013-12-14 18:37:41'),(86933,7,21041,'DAY','2013-12-14 18:37:41'),(86934,66,21041,'SELF REQ','2013-12-14 18:37:41'),(86935,67,21041,'','2013-12-14 18:37:41'),(86936,1,21044,'','2013-12-14 18:37:42'),(86937,2,21044,'','2013-12-14 18:37:42'),(86938,3,21044,'','2013-12-14 18:37:42'),(86939,6,21044,'','2013-12-14 18:37:42'),(86940,7,21044,'DAY','2013-12-14 18:37:42'),(86941,66,21044,'SELF REQ','2013-12-14 18:37:42'),(86942,67,21044,'','2013-12-14 18:37:42'),(86943,1,21045,'3605457','2013-12-14 18:41:38'),(86944,2,21045,'','2013-12-14 18:41:38'),(86945,3,21045,'','2013-12-14 18:41:38'),(86946,6,21045,'12','2013-12-14 18:41:38'),(86947,7,21045,'DAY','2013-12-14 18:41:38'),(86948,66,21045,'WARD B','2013-12-14 18:41:38'),(86949,67,21045,'','2013-12-14 18:41:38'),(86950,1,21046,'','2013-12-14 18:47:22'),(86951,2,21046,'598530','2013-12-14 18:47:22'),(86952,3,21046,'','2013-12-14 18:47:22'),(86953,6,21046,'','2013-12-14 18:47:22'),(86954,7,21046,'DAY','2013-12-14 18:47:22'),(86955,66,21046,'OPD','2013-12-14 18:47:22'),(86956,67,21046,'','2013-12-14 18:47:22'),(86957,1,21047,'','2013-12-14 18:55:04'),(86958,2,21047,'','2013-12-14 18:55:04'),(86959,3,21047,'','2013-12-14 18:55:04'),(86960,6,21047,'','2013-12-14 18:55:04'),(86961,7,21047,'DAY','2013-12-14 18:55:04'),(86962,66,21047,'OPD','2013-12-14 18:55:04'),(86963,67,21047,'','2013-12-14 18:55:04'),(86964,1,21048,'3605499','2013-12-14 19:17:22'),(86965,2,21048,'598537','2013-12-14 19:17:22'),(86966,3,21048,'','2013-12-14 19:17:22'),(86967,6,21048,'20','2013-12-14 19:17:22'),(86968,7,21048,'DAY','2013-12-14 19:17:22'),(86969,66,21048,'OPD','2013-12-14 19:17:22'),(86970,67,21048,'','2013-12-14 19:17:22'),(86971,1,21049,'3605532','2013-12-14 19:37:31'),(86972,2,21049,'','2013-12-14 19:37:31'),(86973,3,21049,'','2013-12-14 19:37:31'),(86974,6,21049,'22','2013-12-14 19:37:31'),(86975,7,21049,'DAY','2013-12-14 19:37:31'),(86976,66,21049,'OPD','2013-12-14 19:37:31'),(86977,67,21049,'','2013-12-14 19:37:31'),(86978,1,21050,'3606536','2013-12-14 19:46:03'),(86979,2,21050,'','2013-12-14 19:46:03'),(86980,3,21050,'','2013-12-14 19:46:03'),(86981,6,21050,'13','2013-12-14 19:46:03'),(86982,7,21050,'DAY','2013-12-14 19:46:03'),(86983,66,21050,'OPD','2013-12-14 19:46:03'),(86984,67,21050,'','2013-12-14 19:46:03'),(86985,1,21051,'3605554','2013-12-14 20:05:03'),(86986,2,21051,'','2013-12-14 20:05:03'),(86987,3,21051,'','2013-12-14 20:05:03'),(86988,6,21051,'94','2013-12-14 20:05:03'),(86989,7,21051,'DAY','2013-12-14 20:05:03'),(86990,66,21051,'OPD','2013-12-14 20:05:03'),(86991,67,21051,'','2013-12-14 20:05:03'),(86992,1,21053,'','2013-12-14 20:05:03'),(86993,2,21053,'','2013-12-14 20:05:03'),(86994,3,21053,'','2013-12-14 20:05:03'),(86995,6,21053,'','2013-12-14 20:05:03'),(86996,7,21053,'DAY','2013-12-14 20:05:03'),(86997,66,21053,'OPD','2013-12-14 20:05:03'),(86998,67,21053,'','2013-12-14 20:05:03'),(86999,1,21054,'3604320','2013-12-14 20:11:35'),(87000,2,21054,'','2013-12-14 20:11:35'),(87001,3,21054,'','2013-12-14 20:11:35'),(87002,6,21054,'114','2013-12-14 20:11:35'),(87003,7,21054,'DAY','2013-12-14 20:11:35'),(87004,66,21054,'OPD','2013-12-14 20:11:35'),(87005,67,21054,'','2013-12-14 20:11:35'),(87006,1,21055,'3605562','2013-12-14 20:12:48'),(87007,2,21055,'','2013-12-14 20:12:49'),(87008,3,21055,'','2013-12-14 20:12:49'),(87009,6,21055,'20','2013-12-14 20:12:49'),(87010,7,21055,'DAY','2013-12-14 20:12:49'),(87011,66,21055,'WARD B','2013-12-14 20:12:49'),(87012,67,21055,'','2013-12-14 20:12:49'),(87013,1,21056,'','2013-12-14 20:26:04'),(87014,2,21056,'','2013-12-14 20:26:04'),(87015,3,21056,'','2013-12-14 20:26:04'),(87016,6,21056,'136','2013-12-14 20:26:04'),(87017,7,21056,'DAY','2013-12-14 20:26:04'),(87018,66,21056,'OPD','2013-12-14 20:26:04'),(87019,67,21056,'','2013-12-14 20:26:04'),(87020,1,21058,'','2013-12-14 20:26:04'),(87021,2,21058,'','2013-12-14 20:26:04'),(87022,3,21058,'','2013-12-14 20:26:04'),(87023,6,21058,'','2013-12-14 20:26:04'),(87024,7,21058,'DAY','2013-12-14 20:26:04'),(87025,66,21058,'OPD','2013-12-14 20:26:04'),(87026,67,21058,'','2013-12-14 20:26:04'),(87027,1,21059,'3605609','2013-12-14 21:02:37'),(87028,2,21059,'','2013-12-14 21:02:37'),(87029,3,21059,'','2013-12-14 21:02:37'),(87030,6,21059,'82','2013-12-14 21:02:37'),(87031,7,21059,'DAY','2013-12-14 21:02:37'),(87032,66,21059,'EXT. REQ','2013-12-14 21:02:37'),(87033,67,21059,'','2013-12-14 21:02:37'),(87034,1,21061,'','2013-12-14 21:02:37'),(87035,2,21061,'','2013-12-14 21:02:37'),(87036,3,21061,'','2013-12-14 21:02:37'),(87037,6,21061,'','2013-12-14 21:02:37'),(87038,7,21061,'DAY','2013-12-14 21:02:37'),(87039,66,21061,'EXT. REQ','2013-12-14 21:02:37'),(87040,67,21061,'','2013-12-14 21:02:37'),(87041,1,21062,'','2013-12-14 21:03:29'),(87042,2,21062,'','2013-12-14 21:03:29'),(87043,3,21062,'','2013-12-14 21:03:29'),(87044,6,21062,'','2013-12-14 21:03:29'),(87045,7,21062,'DAY','2013-12-14 21:03:29'),(87046,66,21062,'EXT. REQ','2013-12-14 21:03:29'),(87047,67,21062,'','2013-12-14 21:03:29'),(87048,1,21063,'3605621','2013-12-14 21:30:08'),(87049,2,21063,'598567','2013-12-14 21:30:08'),(87050,3,21063,'','2013-12-14 21:30:08'),(87051,6,21063,'72','2013-12-14 21:30:08'),(87052,7,21063,'DAY','2013-12-14 21:30:08'),(87053,66,21063,'OPD','2013-12-14 21:30:08'),(87054,67,21063,'','2013-12-14 21:30:08'),(87055,1,21065,'','2013-12-14 21:30:08'),(87056,2,21065,'','2013-12-14 21:30:08'),(87057,3,21065,'','2013-12-14 21:30:08'),(87058,6,21065,'','2013-12-14 21:30:08'),(87059,7,21065,'DAY','2013-12-14 21:30:08'),(87060,66,21065,'OPD','2013-12-14 21:30:08'),(87061,67,21065,'','2013-12-14 21:30:08'),(87062,1,21068,'','2013-12-14 21:30:09'),(87063,2,21068,'','2013-12-14 21:30:09'),(87064,3,21068,'','2013-12-14 21:30:09'),(87065,6,21068,'','2013-12-14 21:30:09'),(87066,7,21068,'DAY','2013-12-14 21:30:09'),(87067,66,21068,'OPD','2013-12-14 21:30:09'),(87068,67,21068,'','2013-12-14 21:30:09'),(87069,1,21069,'3605632','2013-12-14 21:48:29'),(87070,2,21069,'','2013-12-14 21:48:29'),(87071,3,21069,'','2013-12-14 21:48:29'),(87072,6,21069,'22','2013-12-14 21:48:29'),(87073,7,21069,'DAY','2013-12-14 21:48:29'),(87074,66,21069,'OPD','2013-12-14 21:48:29'),(87075,67,21069,'','2013-12-14 21:48:29'),(87076,1,21070,'3605614','2013-12-14 21:52:17'),(87077,2,21070,'','2013-12-14 21:52:17'),(87078,3,21070,'','2013-12-14 21:52:17'),(87079,6,21070,'269','2013-12-14 21:52:17'),(87080,7,21070,'DAY','2013-12-14 21:52:17'),(87081,66,21070,'OPD','2013-12-14 21:52:18'),(87082,67,21070,'','2013-12-14 21:52:18'),(87083,1,21072,'','2013-12-14 21:52:18'),(87084,2,21072,'','2013-12-14 21:52:18'),(87085,3,21072,'','2013-12-14 21:52:18'),(87086,6,21072,'','2013-12-14 21:52:18'),(87087,7,21072,'DAY','2013-12-14 21:52:18'),(87088,66,21072,'OPD','2013-12-14 21:52:18'),(87089,67,21072,'','2013-12-14 21:52:18'),(87090,1,21075,'','2013-12-14 21:52:18'),(87091,2,21075,'','2013-12-14 21:52:18'),(87092,3,21075,'','2013-12-14 21:52:18'),(87093,6,21075,'','2013-12-14 21:52:18'),(87094,7,21075,'DAY','2013-12-14 21:52:18'),(87095,66,21075,'OPD','2013-12-14 21:52:18'),(87096,67,21075,'','2013-12-14 21:52:18'),(87097,1,21076,'3605638','2013-12-14 22:02:11'),(87098,2,21076,'','2013-12-14 22:02:11'),(87099,3,21076,'','2013-12-14 22:02:11'),(87100,6,21076,'76','2013-12-14 22:02:11'),(87101,7,21076,'DAY','2013-12-14 22:02:11'),(87102,66,21076,'OPD','2013-12-14 22:02:11'),(87103,67,21076,'','2013-12-14 22:02:11'),(87104,1,21078,'','2013-12-14 22:02:11'),(87105,2,21078,'','2013-12-14 22:02:11'),(87106,3,21078,'','2013-12-14 22:02:11'),(87107,6,21078,'','2013-12-14 22:02:11'),(87108,7,21078,'DAY','2013-12-14 22:02:11'),(87109,66,21078,'OPD','2013-12-14 22:02:11'),(87110,67,21078,'','2013-12-14 22:02:11'),(87111,1,21079,'3605648','2013-12-14 22:10:47'),(87112,2,21079,'598580','2013-12-14 22:10:47'),(87113,3,21079,'','2013-12-14 22:10:47'),(87114,6,21079,'49','2013-12-14 22:10:47'),(87115,7,21079,'DAY','2013-12-14 22:10:47'),(87116,66,21079,'OPD','2013-12-14 22:10:47'),(87117,67,21079,'','2013-12-14 22:10:47'),(87118,1,21080,'','2013-12-14 22:39:57'),(87119,2,21080,'','2013-12-14 22:39:57'),(87120,3,21080,'','2013-12-14 22:39:57'),(87121,6,21080,'','2013-12-14 22:39:57'),(87122,7,21080,'DAY','2013-12-14 22:39:57'),(87123,66,21080,'OPD','2013-12-14 22:39:57'),(87124,67,21080,'','2013-12-14 22:39:57'),(87125,1,21082,'','2013-12-14 22:39:57'),(87126,2,21082,'','2013-12-14 22:39:57'),(87127,3,21082,'','2013-12-14 22:39:57'),(87128,6,21082,'','2013-12-14 22:39:57'),(87129,7,21082,'DAY','2013-12-14 22:39:57'),(87130,66,21082,'OPD','2013-12-14 22:39:57'),(87131,67,21082,'','2013-12-14 22:39:57'),(87132,1,21083,'360567','2013-12-14 22:45:05'),(87133,2,21083,'','2013-12-14 22:45:05'),(87134,3,21083,'','2013-12-14 22:45:05'),(87135,6,21083,'53','2013-12-14 22:45:05'),(87136,7,21083,'DAY','2013-12-14 22:45:05'),(87137,66,21083,'OPD','2013-12-14 22:45:05'),(87138,67,21083,'','2013-12-14 22:45:05'),(87139,1,21085,'','2013-12-14 22:45:05'),(87140,2,21085,'','2013-12-14 22:45:05'),(87141,3,21085,'','2013-12-14 22:45:05'),(87142,6,21085,'','2013-12-14 22:45:05'),(87143,7,21085,'DAY','2013-12-14 22:45:05'),(87144,66,21085,'OPD','2013-12-14 22:45:05'),(87145,67,21085,'','2013-12-14 22:45:05'),(87146,1,21088,'','2013-12-14 22:45:06'),(87147,2,21088,'','2013-12-14 22:45:06'),(87148,3,21088,'','2013-12-14 22:45:06'),(87149,6,21088,'','2013-12-14 22:45:06'),(87150,7,21088,'DAY','2013-12-14 22:45:06'),(87151,66,21088,'OPD','2013-12-14 22:45:06'),(87152,67,21088,'','2013-12-14 22:45:06'),(87153,1,21089,'3608575','2013-12-14 22:51:35'),(87154,2,21089,'','2013-12-14 22:51:35'),(87155,3,21089,'','2013-12-14 22:51:35'),(87156,6,21089,'27','2013-12-14 22:51:35'),(87157,7,21089,'DAY','2013-12-14 22:51:35'),(87158,66,21089,'OPD','2013-12-14 22:51:35'),(87159,67,21089,'','2013-12-14 22:51:35'),(87160,1,21090,'3605694','2013-12-14 23:12:18'),(87161,2,21090,'598594','2013-12-14 23:12:18'),(87162,3,21090,'','2013-12-14 23:12:18'),(87163,6,21090,'35','2013-12-14 23:12:18'),(87164,7,21090,'DAY','2013-12-14 23:12:18'),(87165,66,21090,'TROOM','2013-12-14 23:12:18'),(87166,67,21090,'','2013-12-14 23:12:18'),(87167,1,21091,'3605102','2013-12-14 23:32:06'),(87168,2,21091,'','2013-12-14 23:32:06'),(87169,3,21091,'','2013-12-14 23:32:06'),(87170,6,21091,'479','2013-12-14 23:32:06'),(87171,7,21091,'DAY','2013-12-14 23:32:06'),(87172,66,21091,'OPD','2013-12-14 23:32:06'),(87173,67,21091,'','2013-12-14 23:32:06'),(87174,1,21092,'3605716','2013-12-14 23:46:39'),(87175,2,21092,'598592','2013-12-14 23:46:39'),(87176,3,21092,'','2013-12-14 23:46:39'),(87177,6,21092,'82','2013-12-14 23:46:39'),(87178,7,21092,'DAY','2013-12-14 23:46:39'),(87179,66,21092,'OPD','2013-12-14 23:46:39'),(87180,67,21092,'','2013-12-14 23:46:39'),(87181,1,21093,'3605729','2013-12-15 00:11:05'),(87182,2,21093,'','2013-12-15 00:11:05'),(87183,3,21093,'','2013-12-15 00:11:05'),(87184,6,21093,'90','2013-12-15 00:11:05'),(87185,7,21093,'DAY','2013-12-15 00:11:05'),(87186,66,21093,'OPD','2013-12-15 00:11:05'),(87187,67,21093,'','2013-12-15 00:11:05'),(87188,1,21094,'3605736','2013-12-15 00:14:35'),(87189,2,21094,'','2013-12-15 00:14:35'),(87190,3,21094,'','2013-12-15 00:14:35'),(87191,6,21094,'58','2013-12-15 00:14:35'),(87192,7,21094,'DAY','2013-12-15 00:14:35'),(87193,66,21094,'OPD','2013-12-15 00:14:35'),(87194,67,21094,'','2013-12-15 00:14:35'),(87195,1,21095,'3605746','2013-12-15 00:21:57'),(87196,2,21095,'','2013-12-15 00:21:57'),(87197,3,21095,'','2013-12-15 00:21:57'),(87198,6,21095,'37','2013-12-15 00:21:57'),(87199,7,21095,'DAY','2013-12-15 00:21:57'),(87200,66,21095,'OPD','2013-12-15 00:21:57'),(87201,67,21095,'','2013-12-15 00:21:57'),(87202,1,21096,'3605760','2013-12-15 00:40:27'),(87203,2,21096,'','2013-12-15 00:40:27'),(87204,3,21096,'','2013-12-15 00:40:27'),(87205,6,21096,'160','2013-12-15 00:40:27'),(87206,7,21096,'DAY','2013-12-15 00:40:27'),(87207,66,21096,'OPD','2013-12-15 00:40:27'),(87208,67,21096,'','2013-12-15 00:40:27'),(87209,1,21097,'3605748','2013-12-15 00:42:31'),(87210,2,21097,'','2013-12-15 00:42:31'),(87211,3,21097,'','2013-12-15 00:42:31'),(87212,6,21097,'35','2013-12-15 00:42:31'),(87213,7,21097,'DAY','2013-12-15 00:42:31'),(87214,66,21097,'OPD','2013-12-15 00:42:31'),(87215,67,21097,'','2013-12-15 00:42:31'),(87216,1,21099,'','2013-12-15 00:42:32'),(87217,2,21099,'','2013-12-15 00:42:32'),(87218,3,21099,'','2013-12-15 00:42:32'),(87219,6,21099,'','2013-12-15 00:42:32'),(87220,7,21099,'DAY','2013-12-15 00:42:32'),(87221,66,21099,'OPD','2013-12-15 00:42:32'),(87222,67,21099,'','2013-12-15 00:42:32'),(87223,1,21100,'3605754','2013-12-15 00:59:14'),(87224,2,21100,'R598611','2013-12-15 00:59:14'),(87225,3,21100,'','2013-12-15 00:59:14'),(87226,6,21100,'','2013-12-15 00:59:14'),(87227,7,21100,'DAY','2013-12-15 00:59:14'),(87228,66,21100,'OPD','2013-12-15 00:59:14'),(87229,67,21100,'','2013-12-15 00:59:14'),(87230,1,21101,'','2013-12-15 01:01:44'),(87231,2,21101,'','2013-12-15 01:01:44'),(87232,3,21101,'','2013-12-15 01:01:44'),(87233,6,21101,'','2013-12-15 01:01:44'),(87234,7,21101,'DAY','2013-12-15 01:01:44'),(87235,66,21101,'OPD','2013-12-15 01:01:44'),(87236,67,21101,'','2013-12-15 01:01:44'),(87237,1,21103,'3605754','2013-12-15 01:01:44'),(87238,2,21103,'R598611','2013-12-15 01:01:44'),(87239,3,21103,'','2013-12-15 01:01:44'),(87240,6,21103,'','2013-12-15 01:01:44'),(87241,7,21103,'DAY','2013-12-15 01:01:44'),(87242,66,21103,'OPD','2013-12-15 01:01:44'),(87243,67,21103,'','2013-12-15 01:01:44'),(87244,1,21104,'3605754','2013-12-15 01:03:15'),(87245,2,21104,'R598611','2013-12-15 01:03:15'),(87246,3,21104,'','2013-12-15 01:03:15'),(87247,6,21104,'','2013-12-15 01:03:15'),(87248,7,21104,'DAY','2013-12-15 01:03:15'),(87249,66,21104,'OPD','2013-12-15 01:03:15'),(87250,67,21104,'','2013-12-15 01:03:15'),(87251,1,21105,'3605766','2013-12-15 01:25:20'),(87252,2,21105,'598617','2013-12-15 01:25:20'),(87253,3,21105,'','2013-12-15 01:25:20'),(87254,6,21105,'35','2013-12-15 01:25:20'),(87255,7,21105,'DAY','2013-12-15 01:25:20'),(87256,66,21105,'OPD','2013-12-15 01:25:20'),(87257,67,21105,'','2013-12-15 01:25:20'),(87258,1,21106,'3605780','2013-12-15 01:57:01'),(87259,2,21106,'','2013-12-15 01:57:01'),(87260,3,21106,'','2013-12-15 01:57:01'),(87261,6,21106,'94','2013-12-15 01:57:01'),(87262,7,21106,'DAY','2013-12-15 01:57:01'),(87263,66,21106,'OPD','2013-12-15 01:57:01'),(87264,67,21106,'','2013-12-15 01:57:01'),(87265,1,21108,'','2013-12-15 01:57:02'),(87266,2,21108,'','2013-12-15 01:57:02'),(87267,3,21108,'','2013-12-15 01:57:02'),(87268,6,21108,'','2013-12-15 01:57:02'),(87269,7,21108,'DAY','2013-12-15 01:57:02'),(87270,66,21108,'OPD','2013-12-15 01:57:02'),(87271,67,21108,'','2013-12-15 01:57:02'),(87272,1,21109,'3605779','2013-12-15 01:59:09'),(87273,2,21109,'','2013-12-15 01:59:09'),(87274,3,21109,'','2013-12-15 01:59:09'),(87275,6,21109,'22','2013-12-15 01:59:10'),(87276,7,21109,'DAY','2013-12-15 01:59:10'),(87277,66,21109,'OPD','2013-12-15 01:59:10'),(87278,67,21109,'','2013-12-15 01:59:10'),(87279,1,21110,'3605785','2013-12-15 02:09:24'),(87280,2,21110,'598622','2013-12-15 02:09:24'),(87281,3,21110,'','2013-12-15 02:09:24'),(87282,6,21110,'35','2013-12-15 02:09:24'),(87283,7,21110,'DAY','2013-12-15 02:09:24'),(87284,66,21110,'OPD','2013-12-15 02:09:24'),(87285,67,21110,'','2013-12-15 02:09:24'),(87286,1,21111,'3605792','2013-12-15 02:11:54'),(87287,2,21111,'','2013-12-15 02:11:54'),(87288,3,21111,'','2013-12-15 02:11:54'),(87289,6,21111,'37','2013-12-15 02:11:54'),(87290,7,21111,'DAY','2013-12-15 02:11:54'),(87291,66,21111,'OPD','2013-12-15 02:11:54'),(87292,67,21111,'','2013-12-15 02:11:54'),(87293,1,21112,'3605787','2013-12-15 02:26:27'),(87294,2,21112,'598625','2013-12-15 02:26:27'),(87295,3,21112,'','2013-12-15 02:26:27'),(87296,6,21112,'87','2013-12-15 02:26:27'),(87297,7,21112,'DAY','2013-12-15 02:26:27'),(87298,66,21112,'OPD','2013-12-15 02:26:27'),(87299,67,21112,'','2013-12-15 02:26:27'),(87300,1,21114,'','2013-12-15 02:26:27'),(87301,2,21114,'','2013-12-15 02:26:27'),(87302,3,21114,'','2013-12-15 02:26:27'),(87303,6,21114,'','2013-12-15 02:26:27'),(87304,7,21114,'DAY','2013-12-15 02:26:27'),(87305,66,21114,'OPD','2013-12-15 02:26:27'),(87306,67,21114,'','2013-12-15 02:26:27'),(87307,1,21115,'3605847','2013-12-15 03:31:07'),(87308,2,21115,'','2013-12-15 03:31:07'),(87309,3,21115,'','2013-12-15 03:31:07'),(87310,6,21115,'104','2013-12-15 03:31:07'),(87311,7,21115,'NIGHT','2013-12-15 03:31:07'),(87312,66,21115,'OPD','2013-12-15 03:31:07'),(87313,67,21115,'','2013-12-15 03:31:07'),(87314,1,21117,'','2013-12-15 03:31:08'),(87315,2,21117,'','2013-12-15 03:31:08'),(87316,3,21117,'','2013-12-15 03:31:08'),(87317,6,21117,'','2013-12-15 03:31:08'),(87318,7,21117,'NIGHT','2013-12-15 03:31:08'),(87319,66,21117,'OPD','2013-12-15 03:31:08'),(87320,67,21117,'','2013-12-15 03:31:08'),(87321,1,21118,'3605861','2013-12-15 04:14:27'),(87322,2,21118,'','2013-12-15 04:14:27'),(87323,3,21118,'','2013-12-15 04:14:27'),(87324,6,21118,'81','2013-12-15 04:14:27'),(87325,7,21118,'NIGHT','2013-12-15 04:14:27'),(87326,66,21118,'OPD','2013-12-15 04:14:27'),(87327,67,21118,'','2013-12-15 04:14:27'),(87328,1,21119,'3605859','2013-12-15 04:16:57'),(87329,2,21119,'','2013-12-15 04:16:57'),(87330,3,21119,'','2013-12-15 04:16:57'),(87331,6,21119,'94','2013-12-15 04:16:57'),(87332,7,21119,'NIGHT','2013-12-15 04:16:57'),(87333,66,21119,'OPD','2013-12-15 04:16:57'),(87334,67,21119,'','2013-12-15 04:16:57'),(87335,1,21121,'','2013-12-15 04:16:57'),(87336,2,21121,'','2013-12-15 04:16:57'),(87337,3,21121,'','2013-12-15 04:16:57'),(87338,6,21121,'','2013-12-15 04:16:57'),(87339,7,21121,'NIGHT','2013-12-15 04:16:57'),(87340,66,21121,'OPD','2013-12-15 04:16:57'),(87341,67,21121,'','2013-12-15 04:16:57'),(87342,1,21122,'3605863','2013-12-15 04:21:28'),(87343,2,21122,'598641','2013-12-15 04:21:28'),(87344,3,21122,'','2013-12-15 04:21:28'),(87345,6,21122,'68','2013-12-15 04:21:28'),(87346,7,21122,'NIGHT','2013-12-15 04:21:28'),(87347,66,21122,'TROOM','2013-12-15 04:21:28'),(87348,67,21122,'','2013-12-15 04:21:28'),(87349,1,21124,'','2013-12-15 04:21:28'),(87350,2,21124,'','2013-12-15 04:21:28'),(87351,3,21124,'','2013-12-15 04:21:28'),(87352,6,21124,'','2013-12-15 04:21:28'),(87353,7,21124,'NIGHT','2013-12-15 04:21:28'),(87354,66,21124,'TROOM','2013-12-15 04:21:28'),(87355,67,21124,'','2013-12-15 04:21:28'),(87356,1,21125,'3605865','2013-12-15 04:40:19'),(87357,2,21125,'598644','2013-12-15 04:40:19'),(87358,3,21125,'','2013-12-15 04:40:19'),(87359,6,21125,'64','2013-12-15 04:40:19'),(87360,7,21125,'NIGHT','2013-12-15 04:40:19'),(87361,66,21125,'OPD','2013-12-15 04:40:19'),(87362,67,21125,'','2013-12-15 04:40:19'),(87363,1,21127,'','2013-12-15 04:40:19'),(87364,2,21127,'','2013-12-15 04:40:19'),(87365,3,21127,'','2013-12-15 04:40:19'),(87366,6,21127,'','2013-12-15 04:40:19'),(87367,7,21127,'NIGHT','2013-12-15 04:40:19'),(87368,66,21127,'OPD','2013-12-15 04:40:19'),(87369,67,21127,'','2013-12-15 04:40:19'),(87370,1,21130,'','2013-12-15 04:40:19'),(87371,2,21130,'','2013-12-15 04:40:19'),(87372,3,21130,'','2013-12-15 04:40:19'),(87373,6,21130,'','2013-12-15 04:40:19'),(87374,7,21130,'NIGHT','2013-12-15 04:40:19'),(87375,66,21130,'OPD','2013-12-15 04:40:19'),(87376,67,21130,'','2013-12-15 04:40:19'),(87377,1,21131,'3605868','2013-12-15 04:52:15'),(87378,2,21131,'','2013-12-15 04:52:15'),(87379,3,21131,'','2013-12-15 04:52:15'),(87380,6,21131,'50','2013-12-15 04:52:15'),(87381,7,21131,'NIGHT','2013-12-15 04:52:15'),(87382,66,21131,'OPD','2013-12-15 04:52:15'),(87383,67,21131,'','2013-12-15 04:52:15'),(87384,1,21133,'','2013-12-15 04:52:16'),(87385,2,21133,'','2013-12-15 04:52:16'),(87386,3,21133,'','2013-12-15 04:52:16'),(87387,6,21133,'','2013-12-15 04:52:16'),(87388,7,21133,'NIGHT','2013-12-15 04:52:16'),(87389,66,21133,'OPD','2013-12-15 04:52:16'),(87390,67,21133,'','2013-12-15 04:52:16'),(87391,1,21134,'3605869','2013-12-15 04:55:07'),(87392,2,21134,'','2013-12-15 04:55:07'),(87393,3,21134,'','2013-12-15 04:55:07'),(87394,6,21134,'139','2013-12-15 04:55:07'),(87395,7,21134,'NIGHT','2013-12-15 04:55:07'),(87396,66,21134,'OPD','2013-12-15 04:55:07'),(87397,67,21134,'','2013-12-15 04:55:07'),(87398,1,21136,'','2013-12-15 04:55:07'),(87399,2,21136,'','2013-12-15 04:55:07'),(87400,3,21136,'','2013-12-15 04:55:07'),(87401,6,21136,'','2013-12-15 04:55:07'),(87402,7,21136,'NIGHT','2013-12-15 04:55:07'),(87403,66,21136,'OPD','2013-12-15 04:55:07'),(87404,67,21136,'','2013-12-15 04:55:07'),(87405,1,21139,'','2013-12-15 04:55:08'),(87406,2,21139,'','2013-12-15 04:55:08'),(87407,3,21139,'','2013-12-15 04:55:08'),(87408,6,21139,'','2013-12-15 04:55:08'),(87409,7,21139,'NIGHT','2013-12-15 04:55:08'),(87410,66,21139,'OPD','2013-12-15 04:55:08'),(87411,67,21139,'','2013-12-15 04:55:08'),(87412,1,21143,'','2013-12-15 04:55:08'),(87413,2,21143,'','2013-12-15 04:55:08'),(87414,3,21143,'','2013-12-15 04:55:08'),(87415,6,21143,'','2013-12-15 04:55:08'),(87416,7,21143,'NIGHT','2013-12-15 04:55:08'),(87417,66,21143,'OPD','2013-12-15 04:55:08'),(87418,67,21143,'','2013-12-15 04:55:08'),(87419,1,21144,'3605880','2013-12-15 06:02:23'),(87420,2,21144,'598657','2013-12-15 06:02:23'),(87421,3,21144,'','2013-12-15 06:02:23'),(87422,6,21144,'35','2013-12-15 06:02:23'),(87423,7,21144,'NIGHT','2013-12-15 06:02:23'),(87424,66,21144,'OPD','2013-12-15 06:02:23'),(87425,67,21144,'','2013-12-15 06:02:23'),(87426,1,21145,'3605882','2013-12-15 06:11:47'),(87427,2,21145,'','2013-12-15 06:11:47'),(87428,3,21145,'','2013-12-15 06:11:47'),(87429,6,21145,'37','2013-12-15 06:11:47'),(87430,7,21145,'NIGHT','2013-12-15 06:11:47'),(87431,66,21145,'OPD','2013-12-15 06:11:47'),(87432,67,21145,'','2013-12-15 06:11:47'),(87433,1,21146,'36055881','2013-12-15 06:34:23'),(87434,2,21146,'598658','2013-12-15 06:34:23'),(87435,3,21146,'','2013-12-15 06:34:23'),(87436,6,21146,'47','2013-12-15 06:34:23'),(87437,7,21146,'NIGHT','2013-12-15 06:34:23'),(87438,66,21146,'TROOM','2013-12-15 06:34:23'),(87439,67,21146,'','2013-12-15 06:34:23'),(87440,1,21148,'','2013-12-15 06:34:23'),(87441,2,21148,'','2013-12-15 06:34:23'),(87442,3,21148,'','2013-12-15 06:34:23'),(87443,6,21148,'','2013-12-15 06:34:23'),(87444,7,21148,'NIGHT','2013-12-15 06:34:23'),(87445,66,21148,'TROOM','2013-12-15 06:34:23'),(87446,67,21148,'','2013-12-15 06:34:23'),(87447,1,21151,'3605884','2013-12-15 06:34:24'),(87448,2,21151,'598661','2013-12-15 06:34:24'),(87449,3,21151,'','2013-12-15 06:34:24'),(87450,6,21151,'26','2013-12-15 06:34:24'),(87451,7,21151,'NIGHT','2013-12-15 06:34:24'),(87452,66,21151,'TROOM','2013-12-15 06:34:24'),(87453,67,21151,'','2013-12-15 06:34:24'),(87454,1,21152,'3605889','2013-12-15 07:41:56'),(87455,2,21152,'','2013-12-15 07:41:57'),(87456,3,21152,'','2013-12-15 07:41:57'),(87457,6,21152,'37','2013-12-15 07:41:57'),(87458,7,21152,'NIGHT','2013-12-15 07:41:57'),(87459,66,21152,'OPD','2013-12-15 07:41:57'),(87460,67,21152,'','2013-12-15 07:41:57'),(87461,1,21153,'3605898','2013-12-15 09:03:52'),(87462,2,21153,'','2013-12-15 09:03:52'),(87463,3,21153,'','2013-12-15 09:03:52'),(87464,6,21153,'81','2013-12-15 09:03:52'),(87465,7,21153,'NIGHT','2013-12-15 09:03:52'),(87466,66,21153,'OPD','2013-12-15 09:03:52'),(87467,67,21153,'','2013-12-15 09:03:52'),(87468,1,21154,'3605906','2013-12-15 10:55:29'),(87469,2,21154,'598673','2013-12-15 10:55:29'),(87470,3,21154,'','2013-12-15 10:55:29'),(87471,6,21154,'64','2013-12-15 10:55:29'),(87472,7,21154,'NIGHT','2013-12-15 10:55:29'),(87473,66,21154,'OPD','2013-12-15 10:55:29'),(87474,67,21154,'','2013-12-15 10:55:29'),(87475,1,21156,'','2013-12-15 10:55:29'),(87476,2,21156,'','2013-12-15 10:55:29'),(87477,3,21156,'','2013-12-15 10:55:29'),(87478,6,21156,'','2013-12-15 10:55:29'),(87479,7,21156,'NIGHT','2013-12-15 10:55:30'),(87480,66,21156,'OPD','2013-12-15 10:55:30'),(87481,67,21156,'','2013-12-15 10:55:30'),(87482,1,21159,'','2013-12-15 10:55:30'),(87483,2,21159,'','2013-12-15 10:55:30'),(87484,3,21159,'','2013-12-15 10:55:30'),(87485,6,21159,'','2013-12-15 10:55:30'),(87486,7,21159,'NIGHT','2013-12-15 10:55:30'),(87487,66,21159,'OPD','2013-12-15 10:55:30'),(87488,67,21159,'','2013-12-15 10:55:30'),(87489,1,21160,'3605907','2013-12-15 11:18:41'),(87490,2,21160,'','2013-12-15 11:18:41'),(87491,3,21160,'','2013-12-15 11:18:41'),(87492,6,21160,'92','2013-12-15 11:18:41'),(87493,7,21160,'NIGHT','2013-12-15 11:18:41'),(87494,66,21160,'OPD','2013-12-15 11:18:41'),(87495,67,21160,'','2013-12-15 11:18:41'),(87496,1,21161,'3605935','2013-12-15 13:41:59'),(87497,2,21161,'598677','2013-12-15 13:41:59'),(87498,3,21161,'','2013-12-15 13:41:59'),(87499,6,21161,'47','2013-12-15 13:41:59'),(87500,7,21161,'NIGHT','2013-12-15 13:41:59'),(87501,66,21161,'OPD','2013-12-15 13:41:59'),(87502,67,21161,'','2013-12-15 13:41:59'),(87503,1,21163,'','2013-12-15 13:41:59'),(87504,2,21163,'','2013-12-15 13:41:59'),(87505,3,21163,'','2013-12-15 13:41:59'),(87506,6,21163,'','2013-12-15 13:41:59'),(87507,7,21163,'NIGHT','2013-12-15 13:41:59'),(87508,66,21163,'OPD','2013-12-15 13:41:59'),(87509,67,21163,'','2013-12-15 13:41:59'),(87510,1,21164,'3605947','2013-12-15 14:47:07'),(87511,2,21164,'','2013-12-15 14:47:07'),(87512,3,21164,'','2013-12-15 14:47:07'),(87513,6,21164,'50','2013-12-15 14:47:07'),(87514,7,21164,'NIGHT','2013-12-15 14:47:07'),(87515,66,21164,'OPD','2013-12-15 14:47:07'),(87516,67,21164,'','2013-12-15 14:47:07'),(87517,1,21166,'','2013-12-15 14:47:07'),(87518,2,21166,'','2013-12-15 14:47:07'),(87519,3,21166,'','2013-12-15 14:47:07'),(87520,6,21166,'','2013-12-15 14:47:07'),(87521,7,21166,'NIGHT','2013-12-15 14:47:07'),(87522,66,21166,'OPD','2013-12-15 14:47:07'),(87523,67,21166,'','2013-12-15 14:47:07'),(87524,1,21167,'3605948','2013-12-15 15:07:29'),(87525,2,21167,'','2013-12-15 15:07:29'),(87526,3,21167,'','2013-12-15 15:07:29'),(87527,6,21167,'27','2013-12-15 15:07:29'),(87528,7,21167,'NIGHT','2013-12-15 15:07:29'),(87529,66,21167,'WARD C','2013-12-15 15:07:29'),(87530,67,21167,'VIDA','2013-12-15 15:07:29'),(87531,1,21168,'3605956','2013-12-15 16:01:02'),(87532,2,21168,'','2013-12-15 16:01:02'),(87533,3,21168,'','2013-12-15 16:01:02'),(87534,6,21168,'13','2013-12-15 16:01:02'),(87535,7,21168,'DAY','2013-12-15 16:01:02'),(87536,66,21168,'OPD','2013-12-15 16:01:02'),(87537,67,21168,'','2013-12-15 16:01:02'),(87538,1,21169,'3605957','2013-12-15 16:03:19'),(87539,2,21169,'','2013-12-15 16:03:19'),(87540,3,21169,'','2013-12-15 16:03:19'),(87541,6,21169,'81','2013-12-15 16:03:19'),(87542,7,21169,'DAY','2013-12-15 16:03:19'),(87543,66,21169,'WARD B','2013-12-15 16:03:19'),(87544,67,21169,'','2013-12-15 16:03:19'),(87545,1,21170,'3605965','2013-12-15 16:08:43'),(87546,2,21170,'59','2013-12-15 16:08:43'),(87547,3,21170,'','2013-12-15 16:08:43'),(87548,6,21170,'64','2013-12-15 16:08:43'),(87549,7,21170,'DAY','2013-12-15 16:08:43'),(87550,66,21170,'OPD','2013-12-15 16:08:43'),(87551,67,21170,'','2013-12-15 16:08:43'),(87552,1,21172,'','2013-12-15 16:08:44'),(87553,2,21172,'','2013-12-15 16:08:44'),(87554,3,21172,'','2013-12-15 16:08:44'),(87555,6,21172,'','2013-12-15 16:08:44'),(87556,7,21172,'DAY','2013-12-15 16:08:44'),(87557,66,21172,'OPD','2013-12-15 16:08:44'),(87558,67,21172,'','2013-12-15 16:08:44'),(87559,1,21175,'','2013-12-15 16:08:44'),(87560,2,21175,'','2013-12-15 16:08:44'),(87561,3,21175,'','2013-12-15 16:08:44'),(87562,6,21175,'','2013-12-15 16:08:44'),(87563,7,21175,'DAY','2013-12-15 16:08:44'),(87564,66,21175,'OPD','2013-12-15 16:08:44'),(87565,67,21175,'','2013-12-15 16:08:44'),(87566,1,21176,'3605958','2013-12-15 16:10:59'),(87567,2,21176,'','2013-12-15 16:10:59'),(87568,3,21176,'','2013-12-15 16:10:59'),(87569,6,21176,'50','2013-12-15 16:10:59'),(87570,7,21176,'DAY','2013-12-15 16:10:59'),(87571,66,21176,'OPD','2013-12-15 16:10:59'),(87572,67,21176,'','2013-12-15 16:10:59'),(87573,1,21177,'','2013-12-15 16:11:57'),(87574,2,21177,'','2013-12-15 16:11:57'),(87575,3,21177,'','2013-12-15 16:11:57'),(87576,6,21177,'','2013-12-15 16:11:57'),(87577,7,21177,'DAY','2013-12-15 16:11:57'),(87578,66,21177,'OPD','2013-12-15 16:11:57'),(87579,67,21177,'','2013-12-15 16:11:57'),(87580,1,21178,'33605963','2013-12-15 16:15:29'),(87581,2,21178,'','2013-12-15 16:15:29'),(87582,3,21178,'','2013-12-15 16:15:29'),(87583,6,21178,'55','2013-12-15 16:15:29'),(87584,7,21178,'DAY','2013-12-15 16:15:29'),(87585,66,21178,'OPD','2013-12-15 16:15:29'),(87586,67,21178,'','2013-12-15 16:15:29'),(87587,1,21180,'','2013-12-15 16:15:29'),(87588,2,21180,'','2013-12-15 16:15:29'),(87589,3,21180,'','2013-12-15 16:15:29'),(87590,6,21180,'','2013-12-15 16:15:29'),(87591,7,21180,'DAY','2013-12-15 16:15:29'),(87592,66,21180,'OPD','2013-12-15 16:15:29'),(87593,67,21180,'','2013-12-15 16:15:29'),(87594,1,21181,'3605662','2013-12-15 16:29:25'),(87595,2,21181,'','2013-12-15 16:29:25'),(87596,3,21181,'','2013-12-15 16:29:25'),(87597,6,21181,'217','2013-12-15 16:29:25'),(87598,7,21181,'DAY','2013-12-15 16:29:25'),(87599,66,21181,'OPD','2013-12-15 16:29:25'),(87600,67,21181,'','2013-12-15 16:29:25'),(87601,1,21183,'','2013-12-15 16:29:25'),(87602,2,21183,'','2013-12-15 16:29:25'),(87603,3,21183,'','2013-12-15 16:29:25'),(87604,6,21183,'','2013-12-15 16:29:25'),(87605,7,21183,'DAY','2013-12-15 16:29:25'),(87606,66,21183,'OPD','2013-12-15 16:29:25'),(87607,67,21183,'','2013-12-15 16:29:25'),(87608,1,21186,'','2013-12-15 16:29:25'),(87609,2,21186,'','2013-12-15 16:29:25'),(87610,3,21186,'','2013-12-15 16:29:25'),(87611,6,21186,'','2013-12-15 16:29:25'),(87612,7,21186,'DAY','2013-12-15 16:29:25'),(87613,66,21186,'OPD','2013-12-15 16:29:25'),(87614,67,21186,'','2013-12-15 16:29:25'),(87615,1,21190,'','2013-12-15 16:29:25'),(87616,2,21190,'','2013-12-15 16:29:25'),(87617,3,21190,'','2013-12-15 16:29:25'),(87618,6,21190,'','2013-12-15 16:29:25'),(87619,7,21190,'DAY','2013-12-15 16:29:25'),(87620,66,21190,'OPD','2013-12-15 16:29:25'),(87621,67,21190,'','2013-12-15 16:29:25'),(87622,1,21191,'3605981','2013-12-15 16:54:13'),(87623,2,21191,'','2013-12-15 16:54:13'),(87624,3,21191,'','2013-12-15 16:54:13'),(87625,6,21191,'66','2013-12-15 16:54:13'),(87626,7,21191,'DAY','2013-12-15 16:54:13'),(87627,66,21191,'OPD','2013-12-15 16:54:13'),(87628,67,21191,'','2013-12-15 16:54:13'),(87629,1,21192,'3605981','2013-12-15 16:55:37'),(87630,2,21192,'','2013-12-15 16:55:37'),(87631,3,21192,'','2013-12-15 16:55:37'),(87632,6,21192,'66','2013-12-15 16:55:37'),(87633,7,21192,'DAY','2013-12-15 16:55:37'),(87634,66,21192,'OPD','2013-12-15 16:55:37'),(87635,67,21192,'','2013-12-15 16:55:37'),(87636,1,21193,'3605964','2013-12-15 17:12:59'),(87637,2,21193,'598695','2013-12-15 17:12:59'),(87638,3,21193,'','2013-12-15 17:12:59'),(87639,6,21193,'114','2013-12-15 17:12:59'),(87640,7,21193,'DAY','2013-12-15 17:12:59'),(87641,66,21193,'OPD','2013-12-15 17:12:59'),(87642,67,21193,'','2013-12-15 17:12:59'),(87643,1,21194,'3605991','2013-12-15 17:27:31'),(87644,2,21194,'','2013-12-15 17:27:31'),(87645,3,21194,'','2013-12-15 17:27:31'),(87646,6,21194,'66','2013-12-15 17:27:31'),(87647,7,21194,'DAY','2013-12-15 17:27:31'),(87648,66,21194,'OPD','2013-12-15 17:27:31'),(87649,67,21194,'','2013-12-15 17:27:31'),(87650,1,21195,'3605989','2013-12-15 17:29:25'),(87651,2,21195,'','2013-12-15 17:29:25'),(87652,3,21195,'','2013-12-15 17:29:25'),(87653,6,21195,'219','2013-12-15 17:29:25'),(87654,7,21195,'DAY','2013-12-15 17:29:25'),(87655,66,21195,'OPD','2013-12-15 17:29:25'),(87656,67,21195,'','2013-12-15 17:29:25'),(87657,1,21196,'3606007','2013-12-15 18:20:25'),(87658,2,21196,'','2013-12-15 18:20:25'),(87659,3,21196,'','2013-12-15 18:20:25'),(87660,6,21196,'69','2013-12-15 18:20:25'),(87661,7,21196,'DAY','2013-12-15 18:20:25'),(87662,66,21196,'WARD C','2013-12-15 18:20:25'),(87663,67,21196,'YVONNE','2013-12-15 18:20:26'),(87664,1,21198,'','2013-12-15 18:20:26'),(87665,2,21198,'','2013-12-15 18:20:26'),(87666,3,21198,'','2013-12-15 18:20:26'),(87667,6,21198,'','2013-12-15 18:20:26'),(87668,7,21198,'DAY','2013-12-15 18:20:26'),(87669,66,21198,'WARD C','2013-12-15 18:20:26'),(87670,67,21198,'YVONNE','2013-12-15 18:20:26'),(87671,1,21199,'3606001','2013-12-15 18:44:46'),(87672,2,21199,'','2013-12-15 18:44:46'),(87673,3,21199,'','2013-12-15 18:44:46'),(87674,6,21199,'139','2013-12-15 18:44:46'),(87675,7,21199,'DAY','2013-12-15 18:44:46'),(87676,66,21199,'TROOM','2013-12-15 18:44:46'),(87677,67,21199,'PAUL','2013-12-15 18:44:46'),(87678,1,21201,'','2013-12-15 18:44:47'),(87679,2,21201,'','2013-12-15 18:44:47'),(87680,3,21201,'','2013-12-15 18:44:47'),(87681,6,21201,'','2013-12-15 18:44:47'),(87682,7,21201,'DAY','2013-12-15 18:44:47'),(87683,66,21201,'TROOM','2013-12-15 18:44:47'),(87684,67,21201,'PAUL','2013-12-15 18:44:47'),(87685,1,21204,'','2013-12-15 18:44:47'),(87686,2,21204,'','2013-12-15 18:44:47'),(87687,3,21204,'','2013-12-15 18:44:47'),(87688,6,21204,'','2013-12-15 18:44:47'),(87689,7,21204,'DAY','2013-12-15 18:44:47'),(87690,66,21204,'TROOM','2013-12-15 18:44:47'),(87691,67,21204,'PAUL','2013-12-15 18:44:47'),(87692,1,21208,'','2013-12-15 18:44:47'),(87693,2,21208,'','2013-12-15 18:44:47'),(87694,3,21208,'','2013-12-15 18:44:47'),(87695,6,21208,'','2013-12-15 18:44:47'),(87696,7,21208,'DAY','2013-12-15 18:44:47'),(87697,66,21208,'TROOM','2013-12-15 18:44:47'),(87698,67,21208,'PAUL','2013-12-15 18:44:47'),(87699,1,21209,'3606017','2013-12-15 18:50:37'),(87700,2,21209,'','2013-12-15 18:50:37'),(87701,3,21209,'','2013-12-15 18:50:37'),(87702,6,21209,'36','2013-12-15 18:50:37'),(87703,7,21209,'DAY','2013-12-15 18:50:37'),(87704,66,21209,'OPD','2013-12-15 18:50:37'),(87705,67,21209,'','2013-12-15 18:50:37'),(87706,1,21210,'3606023','2013-12-15 18:57:37'),(87707,2,21210,'','2013-12-15 18:57:37'),(87708,3,21210,'','2013-12-15 18:57:37'),(87709,6,21210,'112','2013-12-15 18:57:37'),(87710,7,21210,'DAY','2013-12-15 18:57:37'),(87711,66,21210,'OPD','2013-12-15 18:57:37'),(87712,67,21210,'','2013-12-15 18:57:37'),(87713,1,21212,'','2013-12-15 18:57:37'),(87714,2,21212,'','2013-12-15 18:57:37'),(87715,3,21212,'','2013-12-15 18:57:37'),(87716,6,21212,'','2013-12-15 18:57:37'),(87717,7,21212,'DAY','2013-12-15 18:57:37'),(87718,66,21212,'OPD','2013-12-15 18:57:37'),(87719,67,21212,'','2013-12-15 18:57:37'),(87720,1,21215,'','2013-12-15 18:57:37'),(87721,2,21215,'','2013-12-15 18:57:37'),(87722,3,21215,'','2013-12-15 18:57:37'),(87723,6,21215,'','2013-12-15 18:57:37'),(87724,7,21215,'DAY','2013-12-15 18:57:37'),(87725,66,21215,'OPD','2013-12-15 18:57:37'),(87726,67,21215,'','2013-12-15 18:57:37'),(87727,1,21216,'3606019','2013-12-15 19:02:09'),(87728,2,21216,'','2013-12-15 19:02:09'),(87729,3,21216,'','2013-12-15 19:02:09'),(87730,6,21216,'94','2013-12-15 19:02:09'),(87731,7,21216,'DAY','2013-12-15 19:02:09'),(87732,66,21216,'OPD','2013-12-15 19:02:09'),(87733,67,21216,'','2013-12-15 19:02:09'),(87734,1,21218,'','2013-12-15 19:02:09'),(87735,2,21218,'','2013-12-15 19:02:09'),(87736,3,21218,'','2013-12-15 19:02:09'),(87737,6,21218,'','2013-12-15 19:02:09'),(87738,7,21218,'DAY','2013-12-15 19:02:09'),(87739,66,21218,'OPD','2013-12-15 19:02:09'),(87740,67,21218,'','2013-12-15 19:02:09'),(87741,1,21219,'3606032','2013-12-15 19:05:29'),(87742,2,21219,'','2013-12-15 19:05:29'),(87743,3,21219,'','2013-12-15 19:05:29'),(87744,6,21219,'62','2013-12-15 19:05:29'),(87745,7,21219,'DAY','2013-12-15 19:05:29'),(87746,66,21219,'OPD','2013-12-15 19:05:29'),(87747,67,21219,'','2013-12-15 19:05:29'),(87748,1,21221,'','2013-12-15 19:05:29'),(87749,2,21221,'','2013-12-15 19:05:29'),(87750,3,21221,'','2013-12-15 19:05:29'),(87751,6,21221,'','2013-12-15 19:05:29'),(87752,7,21221,'DAY','2013-12-15 19:05:29'),(87753,66,21221,'OPD','2013-12-15 19:05:29'),(87754,67,21221,'','2013-12-15 19:05:29'),(87755,1,21222,'3606069','2013-12-15 19:37:57'),(87756,2,21222,'','2013-12-15 19:37:57'),(87757,3,21222,'','2013-12-15 19:37:57'),(87758,6,21222,'101','2013-12-15 19:37:57'),(87759,7,21222,'DAY','2013-12-15 19:37:57'),(87760,66,21222,'WARD B','2013-12-15 19:37:57'),(87761,67,21222,'YVONNE','2013-12-15 19:37:57'),(87762,1,21224,'','2013-12-15 19:37:57'),(87763,2,21224,'','2013-12-15 19:37:57'),(87764,3,21224,'','2013-12-15 19:37:57'),(87765,6,21224,'','2013-12-15 19:37:57'),(87766,7,21224,'DAY','2013-12-15 19:37:57'),(87767,66,21224,'WARD B','2013-12-15 19:37:57'),(87768,67,21224,'YVONNE','2013-12-15 19:37:57'),(87769,1,21225,'3606069','2013-12-15 19:53:48'),(87770,2,21225,'','2013-12-15 19:53:48'),(87771,3,21225,'','2013-12-15 19:53:48'),(87772,6,21225,'27','2013-12-15 19:53:48'),(87773,7,21225,'DAY','2013-12-15 19:53:48'),(87774,66,21225,'OPD','2013-12-15 19:53:48'),(87775,67,21225,'','2013-12-15 19:53:48'),(87776,1,21226,'3606071','2013-12-15 20:00:54'),(87777,2,21226,'598720','2013-12-15 20:00:54'),(87778,3,21226,'','2013-12-15 20:00:54'),(87779,6,21226,'35','2013-12-15 20:00:54'),(87780,7,21226,'DAY','2013-12-15 20:00:54'),(87781,66,21226,'OPD','2013-12-15 20:00:54'),(87782,67,21226,'','2013-12-15 20:00:54'),(87783,1,21227,'3606074','2013-12-15 20:05:11'),(87784,2,21227,'','2013-12-15 20:05:11'),(87785,3,21227,'','2013-12-15 20:05:11'),(87786,6,21227,'112','2013-12-15 20:05:11'),(87787,7,21227,'DAY','2013-12-15 20:05:11'),(87788,66,21227,'OPD','2013-12-15 20:05:11'),(87789,67,21227,'','2013-12-15 20:05:11'),(87790,1,21229,'','2013-12-15 20:05:11'),(87791,2,21229,'','2013-12-15 20:05:11'),(87792,3,21229,'','2013-12-15 20:05:11'),(87793,6,21229,'','2013-12-15 20:05:11'),(87794,7,21229,'DAY','2013-12-15 20:05:11'),(87795,66,21229,'OPD','2013-12-15 20:05:11'),(87796,67,21229,'','2013-12-15 20:05:11'),(87797,1,21232,'','2013-12-15 20:05:11'),(87798,2,21232,'','2013-12-15 20:05:11'),(87799,3,21232,'','2013-12-15 20:05:11'),(87800,6,21232,'','2013-12-15 20:05:11'),(87801,7,21232,'DAY','2013-12-15 20:05:11'),(87802,66,21232,'OPD','2013-12-15 20:05:11'),(87803,67,21232,'','2013-12-15 20:05:11'),(87804,1,21233,'3606073','2013-12-15 20:11:36'),(87805,2,21233,'598722','2013-12-15 20:11:36'),(87806,3,21233,'','2013-12-15 20:11:36'),(87807,6,21233,'75','2013-12-15 20:11:36'),(87808,7,21233,'DAY','2013-12-15 20:11:36'),(87809,66,21233,'OPD','2013-12-15 20:11:36'),(87810,67,21233,'','2013-12-15 20:11:36'),(87811,1,21234,'3606085','2013-12-15 20:26:44'),(87812,2,21234,'','2013-12-15 20:26:44'),(87813,3,21234,'','2013-12-15 20:26:44'),(87814,6,21234,'81','2013-12-15 20:26:44'),(87815,7,21234,'DAY','2013-12-15 20:26:44'),(87816,66,21234,'OPD','2013-12-15 20:26:44'),(87817,67,21234,'','2013-12-15 20:26:44'),(87818,1,21235,'3606087','2013-12-15 20:29:00'),(87819,2,21235,'','2013-12-15 20:29:00'),(87820,3,21235,'','2013-12-15 20:29:00'),(87821,6,21235,'79','2013-12-15 20:29:00'),(87822,7,21235,'DAY','2013-12-15 20:29:00'),(87823,66,21235,'OPD','2013-12-15 20:29:00'),(87824,67,21235,'','2013-12-15 20:29:00'),(87825,1,21237,'','2013-12-15 20:29:00'),(87826,2,21237,'','2013-12-15 20:29:00'),(87827,3,21237,'','2013-12-15 20:29:00'),(87828,6,21237,'','2013-12-15 20:29:00'),(87829,7,21237,'DAY','2013-12-15 20:29:00'),(87830,66,21237,'OPD','2013-12-15 20:29:00'),(87831,67,21237,'','2013-12-15 20:29:00'),(87832,1,21238,'3606093','2013-12-15 20:36:49'),(87833,2,21238,'598727','2013-12-15 20:36:49'),(87834,3,21238,'','2013-12-15 20:36:49'),(87835,6,21238,'112','2013-12-15 20:36:49'),(87836,7,21238,'DAY','2013-12-15 20:36:49'),(87837,66,21238,'OPD','2013-12-15 20:36:49'),(87838,67,21238,'','2013-12-15 20:36:49'),(87839,1,21240,'','2013-12-15 20:36:49'),(87840,2,21240,'','2013-12-15 20:36:49'),(87841,3,21240,'','2013-12-15 20:36:49'),(87842,6,21240,'','2013-12-15 20:36:49'),(87843,7,21240,'DAY','2013-12-15 20:36:49'),(87844,66,21240,'OPD','2013-12-15 20:36:49'),(87845,67,21240,'','2013-12-15 20:36:49'),(87846,1,21243,'','2013-12-15 20:36:49'),(87847,2,21243,'','2013-12-15 20:36:49'),(87848,3,21243,'','2013-12-15 20:36:49'),(87849,6,21243,'','2013-12-15 20:36:49'),(87850,7,21243,'DAY','2013-12-15 20:36:49'),(87851,66,21243,'OPD','2013-12-15 20:36:49'),(87852,67,21243,'','2013-12-15 20:36:49'),(87853,1,21244,'3606096','2013-12-15 20:46:54'),(87854,2,21244,'','2013-12-15 20:46:54'),(87855,3,21244,'','2013-12-15 20:46:54'),(87856,6,21244,'188','2013-12-15 20:46:54'),(87857,7,21244,'DAY','2013-12-15 20:46:54'),(87858,66,21244,'OPD','2013-12-15 20:46:54'),(87859,67,21244,'','2013-12-15 20:46:54'),(87860,1,21246,'','2013-12-15 20:46:54'),(87861,2,21246,'','2013-12-15 20:46:54'),(87862,3,21246,'','2013-12-15 20:46:54'),(87863,6,21246,'','2013-12-15 20:46:54'),(87864,7,21246,'DAY','2013-12-15 20:46:54'),(87865,66,21246,'OPD','2013-12-15 20:46:54'),(87866,67,21246,'','2013-12-15 20:46:54'),(87867,1,21247,'','2013-12-15 20:48:02'),(87868,2,21247,'','2013-12-15 20:48:02'),(87869,3,21247,'','2013-12-15 20:48:02'),(87870,6,21247,'','2013-12-15 20:48:02'),(87871,7,21247,'DAY','2013-12-15 20:48:02'),(87872,66,21247,'OPD','2013-12-15 20:48:02'),(87873,67,21247,'','2013-12-15 20:48:02'),(87874,1,21248,'3606121','2013-12-15 21:22:30'),(87875,2,21248,'','2013-12-15 21:22:30'),(87876,3,21248,'','2013-12-15 21:22:30'),(87877,6,21248,'94','2013-12-15 21:22:30'),(87878,7,21248,'DAY','2013-12-15 21:22:30'),(87879,66,21248,'WARD B','2013-12-15 21:22:30'),(87880,67,21248,'','2013-12-15 21:22:30'),(87881,1,21250,'','2013-12-15 21:22:30'),(87882,2,21250,'','2013-12-15 21:22:30'),(87883,3,21250,'','2013-12-15 21:22:30'),(87884,6,21250,'','2013-12-15 21:22:30'),(87885,7,21250,'DAY','2013-12-15 21:22:30'),(87886,66,21250,'WARD B','2013-12-15 21:22:30'),(87887,67,21250,'','2013-12-15 21:22:30'),(87888,1,21251,'3603122','2013-12-15 21:27:41'),(87889,2,21251,'597832','2013-12-15 21:27:41'),(87890,3,21251,'','2013-12-15 21:27:41'),(87891,6,21251,'35','2013-12-15 21:27:41'),(87892,7,21251,'DAY','2013-12-15 21:27:41'),(87893,66,21251,'OPD','2013-12-15 21:27:41'),(87894,67,21251,'','2013-12-15 21:27:41'),(87895,1,21252,'3606130','2013-12-15 22:05:44'),(87896,2,21252,'','2013-12-15 22:05:44'),(87897,3,21252,'','2013-12-15 22:05:44'),(87898,6,21252,'141','2013-12-15 22:05:44'),(87899,7,21252,'DAY','2013-12-15 22:05:44'),(87900,66,21252,'OPD','2013-12-15 22:05:44'),(87901,67,21252,'','2013-12-15 22:05:44'),(87902,1,21254,'','2013-12-15 22:05:45'),(87903,2,21254,'','2013-12-15 22:05:45'),(87904,3,21254,'','2013-12-15 22:05:45'),(87905,6,21254,'','2013-12-15 22:05:45'),(87906,7,21254,'DAY','2013-12-15 22:05:45'),(87907,66,21254,'OPD','2013-12-15 22:05:45'),(87908,67,21254,'','2013-12-15 22:05:45'),(87909,1,21255,'3606133','2013-12-15 22:08:24'),(87910,2,21255,'','2013-12-15 22:08:24'),(87911,3,21255,'','2013-12-15 22:08:24'),(87912,6,21255,'27','2013-12-15 22:08:24'),(87913,7,21255,'DAY','2013-12-15 22:08:24'),(87914,66,21255,'WARD C','2013-12-15 22:08:24'),(87915,67,21255,'YVONNE','2013-12-15 22:08:24'),(87916,1,21256,'3606132','2013-12-15 22:10:04'),(87917,2,21256,'','2013-12-15 22:10:04'),(87918,3,21256,'','2013-12-15 22:10:04'),(87919,6,21256,'13','2013-12-15 22:10:04'),(87920,7,21256,'DAY','2013-12-15 22:10:04'),(87921,66,21256,'WARD B','2013-12-15 22:10:04'),(87922,67,21256,'YVONNE','2013-12-15 22:10:04'),(87923,1,21257,'3606137','2013-12-15 22:35:41'),(87924,2,21257,'','2013-12-15 22:35:41'),(87925,3,21257,'','2013-12-15 22:35:41'),(87926,6,21257,'37.00','2013-12-15 22:35:41'),(87927,7,21257,'DAY','2013-12-15 22:35:41'),(87928,66,21257,'OPD','2013-12-15 22:35:41'),(87929,67,21257,'','2013-12-15 22:35:41'),(87930,1,21258,'3606140','2013-12-15 22:45:57'),(87931,2,21258,'','2013-12-15 22:45:57'),(87932,3,21258,'','2013-12-15 22:45:57'),(87933,6,21258,'55.00','2013-12-15 22:45:57'),(87934,7,21258,'DAY','2013-12-15 22:45:57'),(87935,66,21258,'OPD','2013-12-15 22:45:57'),(87936,67,21258,'','2013-12-15 22:45:57'),(87937,1,21260,'','2013-12-15 22:45:57'),(87938,2,21260,'','2013-12-15 22:45:57'),(87939,3,21260,'','2013-12-15 22:45:57'),(87940,6,21260,'','2013-12-15 22:45:57'),(87941,7,21260,'DAY','2013-12-15 22:45:57'),(87942,66,21260,'OPD','2013-12-15 22:45:57'),(87943,67,21260,'','2013-12-15 22:45:57'),(87944,1,21261,'3606141','2013-12-15 22:48:16'),(87945,2,21261,'','2013-12-15 22:48:16'),(87946,3,21261,'','2013-12-15 22:48:16'),(87947,6,21261,'37.00','2013-12-15 22:48:16'),(87948,7,21261,'DAY','2013-12-15 22:48:16'),(87949,66,21261,'OPD','2013-12-15 22:48:16'),(87950,67,21261,'','2013-12-15 22:48:16'),(87951,1,21262,'3606144','2013-12-15 23:02:56'),(87952,2,21262,'598741','2013-12-15 23:02:56'),(87953,3,21262,'','2013-12-15 23:02:56'),(87954,6,21262,'75','2013-12-15 23:02:56'),(87955,7,21262,'DAY','2013-12-15 23:02:56'),(87956,66,21262,'OPD','2013-12-15 23:02:56'),(87957,67,21262,'','2013-12-15 23:02:56'),(87958,1,21263,'3606125','2013-12-15 23:48:03'),(87959,2,21263,'598736','2013-12-15 23:48:03'),(87960,3,21263,'','2013-12-15 23:48:03'),(87961,6,21263,'486','2013-12-15 23:48:03'),(87962,7,21263,'DAY','2013-12-15 23:48:03'),(87963,66,21263,'WARD C','2013-12-15 23:48:03'),(87964,67,21263,'PAUL','2013-12-15 23:48:03'),(87965,1,21265,'','2013-12-15 23:48:03'),(87966,2,21265,'','2013-12-15 23:48:03'),(87967,3,21265,'','2013-12-15 23:48:03'),(87968,6,21265,'','2013-12-15 23:48:03'),(87969,7,21265,'DAY','2013-12-15 23:48:03'),(87970,66,21265,'WARD C','2013-12-15 23:48:03'),(87971,67,21265,'','2013-12-15 23:48:03'),(87972,1,21268,'','2013-12-15 23:48:04'),(87973,2,21268,'','2013-12-15 23:48:04'),(87974,3,21268,'','2013-12-15 23:48:04'),(87975,6,21268,'','2013-12-15 23:48:04'),(87976,7,21268,'DAY','2013-12-15 23:48:04'),(87977,66,21268,'WARD C','2013-12-15 23:48:04'),(87978,67,21268,'','2013-12-15 23:48:04'),(87979,1,21269,'','2013-12-15 23:55:14'),(87980,2,21269,'','2013-12-15 23:55:14'),(87981,3,21269,'','2013-12-15 23:55:14'),(87982,6,21269,'','2013-12-15 23:55:14'),(87983,7,21269,'DAY','2013-12-15 23:55:14'),(87984,66,21269,'WARD C','2013-12-15 23:55:14'),(87985,67,21269,'','2013-12-15 23:55:14'),(87986,1,21270,'3606164','2013-12-16 00:03:43'),(87987,2,21270,'','2013-12-16 00:03:43'),(87988,3,21270,'','2013-12-16 00:03:43'),(87989,6,21270,'12','2013-12-16 00:03:43'),(87990,7,21270,'DAY','2013-12-16 00:03:43'),(87991,66,21270,'OPD','2013-12-16 00:03:43'),(87992,67,21270,'','2013-12-16 00:03:43'),(87993,1,21271,'3606167','2013-12-16 00:24:23'),(87994,2,21271,'','2013-12-16 00:24:23'),(87995,3,21271,'','2013-12-16 00:24:23'),(87996,6,21271,'37','2013-12-16 00:24:23'),(87997,7,21271,'DAY','2013-12-16 00:24:23'),(87998,66,21271,'OPD','2013-12-16 00:24:23'),(87999,67,21271,'','2013-12-16 00:24:23'),(88000,1,21272,'3606172','2013-12-16 00:43:20'),(88001,2,21272,'','2013-12-16 00:43:20'),(88002,3,21272,'','2013-12-16 00:43:20'),(88003,6,21272,'27','2013-12-16 00:43:20'),(88004,7,21272,'DAY','2013-12-16 00:43:20'),(88005,66,21272,'OPD','2013-12-16 00:43:20'),(88006,67,21272,'','2013-12-16 00:43:20'),(88007,1,21274,'','2013-12-16 00:43:21'),(88008,2,21274,'','2013-12-16 00:43:21'),(88009,3,21274,'','2013-12-16 00:43:21'),(88010,6,21274,'','2013-12-16 00:43:21'),(88011,7,21274,'DAY','2013-12-16 00:43:21'),(88012,66,21274,'OPD','2013-12-16 00:43:21'),(88013,67,21274,'','2013-12-16 00:43:21'),(88014,1,21275,'3606173','2013-12-16 00:47:45'),(88015,2,21275,'','2013-12-16 00:47:45'),(88016,3,21275,'','2013-12-16 00:47:45'),(88017,6,21275,'99','2013-12-16 00:47:45'),(88018,7,21275,'DAY','2013-12-16 00:47:45'),(88019,66,21275,'OPD','2013-12-16 00:47:45'),(88020,67,21275,'','2013-12-16 00:47:45'),(88021,1,21277,'','2013-12-16 00:47:45'),(88022,2,21277,'','2013-12-16 00:47:45'),(88023,3,21277,'','2013-12-16 00:47:45'),(88024,6,21277,'','2013-12-16 00:47:45'),(88025,7,21277,'DAY','2013-12-16 00:47:45'),(88026,66,21277,'OPD','2013-12-16 00:47:45'),(88027,67,21277,'','2013-12-16 00:47:45'),(88028,1,21278,'3606174','2013-12-16 00:55:07'),(88029,2,21278,'','2013-12-16 00:55:07'),(88030,3,21278,'','2013-12-16 00:55:07'),(88031,6,21278,'37','2013-12-16 00:55:07'),(88032,7,21278,'DAY','2013-12-16 00:55:07'),(88033,66,21278,'OPD','2013-12-16 00:55:07'),(88034,67,21278,'','2013-12-16 00:55:07'),(88035,1,21279,'3606183','2013-12-16 01:20:20'),(88036,2,21279,'','2013-12-16 01:20:20'),(88037,3,21279,'','2013-12-16 01:20:20'),(88038,6,21279,'154','2013-12-16 01:20:20'),(88039,7,21279,'DAY','2013-12-16 01:20:20'),(88040,66,21279,'OPD','2013-12-16 01:20:20'),(88041,67,21279,'','2013-12-16 01:20:20'),(88042,1,21281,'','2013-12-16 01:20:21'),(88043,2,21281,'','2013-12-16 01:20:21'),(88044,3,21281,'','2013-12-16 01:20:21'),(88045,6,21281,'','2013-12-16 01:20:21'),(88046,7,21281,'DAY','2013-12-16 01:20:21'),(88047,66,21281,'OPD','2013-12-16 01:20:21'),(88048,67,21281,'','2013-12-16 01:20:21'),(88049,1,21284,'','2013-12-16 01:20:21'),(88050,2,21284,'','2013-12-16 01:20:21'),(88051,3,21284,'','2013-12-16 01:20:21'),(88052,6,21284,'','2013-12-16 01:20:21'),(88053,7,21284,'DAY','2013-12-16 01:20:21'),(88054,66,21284,'OPD','2013-12-16 01:20:21'),(88055,67,21284,'','2013-12-16 01:20:21'),(88056,1,21285,'','2013-12-16 02:24:30'),(88057,2,21285,'','2013-12-16 02:24:30'),(88058,3,21285,'','2013-12-16 02:24:30'),(88059,6,21285,'','2013-12-16 02:24:30'),(88060,7,21285,'DAY','2013-12-16 02:24:30'),(88061,66,21285,'OPD','2013-12-16 02:24:30'),(88062,67,21285,'','2013-12-16 02:24:30'),(88063,1,21286,'3606199','2013-12-16 02:40:48'),(88064,2,21286,'598757','2013-12-16 02:40:48'),(88065,3,21286,'','2013-12-16 02:40:48'),(88066,6,21286,'36','2013-12-16 02:40:48'),(88067,7,21286,'DAY','2013-12-16 02:40:48'),(88068,66,21286,'OPD','2013-12-16 02:40:48'),(88069,67,21286,'','2013-12-16 02:40:48'),(88070,1,21287,'3606202','2013-12-16 02:47:21'),(88071,2,21287,'','2013-12-16 02:47:21'),(88072,3,21287,'','2013-12-16 02:47:21'),(88073,6,21287,'104','2013-12-16 02:47:21'),(88074,7,21287,'DAY','2013-12-16 02:47:21'),(88075,66,21287,'OPD','2013-12-16 02:47:21'),(88076,67,21287,'','2013-12-16 02:47:21'),(88077,1,21289,'','2013-12-16 02:47:21'),(88078,2,21289,'','2013-12-16 02:47:21'),(88079,3,21289,'','2013-12-16 02:47:21'),(88080,6,21289,'','2013-12-16 02:47:21'),(88081,7,21289,'DAY','2013-12-16 02:47:21'),(88082,66,21289,'OPD','2013-12-16 02:47:21'),(88083,67,21289,'','2013-12-16 02:47:21'),(88084,1,21292,'','2013-12-16 02:47:21'),(88085,2,21292,'','2013-12-16 02:47:21'),(88086,3,21292,'','2013-12-16 02:47:21'),(88087,6,21292,'','2013-12-16 02:47:21'),(88088,7,21292,'DAY','2013-12-16 02:47:21'),(88089,66,21292,'OPD','2013-12-16 02:47:21'),(88090,67,21292,'','2013-12-16 02:47:21'),(88091,1,21293,'3606234','2013-12-16 03:36:35'),(88092,2,21293,'598760','2013-12-16 03:36:35'),(88093,3,21293,'','2013-12-16 03:36:35'),(88094,6,21293,'263','2013-12-16 03:36:35'),(88095,7,21293,'NIGHT','2013-12-16 03:36:35'),(88096,66,21293,'WARD C','2013-12-16 03:36:35'),(88097,67,21293,'','2013-12-16 03:36:35'),(88098,1,21295,'','2013-12-16 03:36:35'),(88099,2,21295,'','2013-12-16 03:36:35'),(88100,3,21295,'','2013-12-16 03:36:35'),(88101,6,21295,'','2013-12-16 03:36:35'),(88102,7,21295,'NIGHT','2013-12-16 03:36:35'),(88103,66,21295,'WARD C','2013-12-16 03:36:35'),(88104,67,21295,'','2013-12-16 03:36:35'),(88105,1,21298,'','2013-12-16 03:36:35'),(88106,2,21298,'','2013-12-16 03:36:35'),(88107,3,21298,'','2013-12-16 03:36:35'),(88108,6,21298,'','2013-12-16 03:36:35'),(88109,7,21298,'NIGHT','2013-12-16 03:36:35'),(88110,66,21298,'WARD C','2013-12-16 03:36:35'),(88111,67,21298,'','2013-12-16 03:36:35'),(88112,1,21299,'3606244','2013-12-16 04:10:48'),(88113,2,21299,'','2013-12-16 04:10:48'),(88114,3,21299,'','2013-12-16 04:10:48'),(88115,6,21299,'40','2013-12-16 04:10:48'),(88116,7,21299,'NIGHT','2013-12-16 04:10:48'),(88117,66,21299,'OPD','2013-12-16 04:10:48'),(88118,67,21299,'','2013-12-16 04:10:48'),(88119,1,21301,'','2013-12-16 04:10:48'),(88120,2,21301,'','2013-12-16 04:10:48'),(88121,3,21301,'','2013-12-16 04:10:48'),(88122,6,21301,'','2013-12-16 04:10:48'),(88123,7,21301,'NIGHT','2013-12-16 04:10:48'),(88124,66,21301,'OPD','2013-12-16 04:10:48'),(88125,67,21301,'','2013-12-16 04:10:48'),(88126,1,21302,'36606247','2013-12-16 04:17:36'),(88127,2,21302,'','2013-12-16 04:17:36'),(88128,3,21302,'','2013-12-16 04:17:36'),(88129,6,21302,'44','2013-12-16 04:17:36'),(88130,7,21302,'NIGHT','2013-12-16 04:17:36'),(88131,66,21302,'WARD C','2013-12-16 04:17:36'),(88132,67,21302,'MARTHA','2013-12-16 04:17:36'),(88133,1,21303,'3606246','2013-12-16 04:19:09'),(88134,2,21303,'','2013-12-16 04:19:09'),(88135,3,21303,'','2013-12-16 04:19:09'),(88136,6,21303,'20','2013-12-16 04:19:09'),(88137,7,21303,'NIGHT','2013-12-16 04:19:09'),(88138,66,21303,'WARD C','2013-12-16 04:19:09'),(88139,67,21303,'MARTHA','2013-12-16 04:19:09'),(88140,1,21304,'3606251','2013-12-16 04:53:06'),(88141,2,21304,'598765','2013-12-16 04:53:06'),(88142,3,21304,'','2013-12-16 04:53:06'),(88143,6,21304,'35','2013-12-16 04:53:06'),(88144,7,21304,'NIGHT','2013-12-16 04:53:06'),(88145,66,21304,'OPD','2013-12-16 04:53:06'),(88146,67,21304,'','2013-12-16 04:53:06'),(88147,1,21305,'3606262','2013-12-16 05:43:21'),(88148,2,21305,'','2013-12-16 05:43:21'),(88149,3,21305,'','2013-12-16 05:43:21'),(88150,6,21305,'66','2013-12-16 05:43:21'),(88151,7,21305,'NIGHT','2013-12-16 05:43:21'),(88152,66,21305,'OPD','2013-12-16 05:43:21'),(88153,67,21305,'','2013-12-16 05:43:21'),(88154,1,21306,'3606261','2013-12-16 05:46:36'),(88155,2,21306,'598766','2013-12-16 05:46:36'),(88156,3,21306,'','2013-12-16 05:46:36'),(88157,6,21306,'71','2013-12-16 05:46:36'),(88158,7,21306,'NIGHT','2013-12-16 05:46:36'),(88159,66,21306,'OPD','2013-12-16 05:46:36'),(88160,67,21306,'','2013-12-16 05:46:36'),(88161,1,21308,'','2013-12-16 05:46:36'),(88162,2,21308,'','2013-12-16 05:46:36'),(88163,3,21308,'','2013-12-16 05:46:36'),(88164,6,21308,'','2013-12-16 05:46:36'),(88165,7,21308,'NIGHT','2013-12-16 05:46:36'),(88166,66,21308,'OPD','2013-12-16 05:46:36'),(88167,67,21308,'','2013-12-16 05:46:36'),(88168,1,21309,'3606266','2013-12-16 05:49:52'),(88169,2,21309,'','2013-12-16 05:49:52'),(88170,3,21309,'','2013-12-16 05:49:52'),(88171,6,21309,'92','2013-12-16 05:49:52'),(88172,7,21309,'NIGHT','2013-12-16 05:49:52'),(88173,66,21309,'OPD','2013-12-16 05:49:52'),(88174,67,21309,'','2013-12-16 05:49:52'),(88175,1,21310,'3606265','2013-12-16 05:52:23'),(88176,2,21310,'','2013-12-16 05:52:23'),(88177,3,21310,'','2013-12-16 05:52:23'),(88178,6,21310,'92','2013-12-16 05:52:23'),(88179,7,21310,'NIGHT','2013-12-16 05:52:23'),(88180,66,21310,'OPD','2013-12-16 05:52:23'),(88181,67,21310,'','2013-12-16 05:52:23'),(88182,1,21311,'3606267','2013-12-16 05:56:48'),(88183,2,21311,'','2013-12-16 05:56:48'),(88184,3,21311,'','2013-12-16 05:56:48'),(88185,6,21311,'13','2013-12-16 05:56:48'),(88186,7,21311,'NIGHT','2013-12-16 05:56:48'),(88187,66,21311,'OPD','2013-12-16 05:56:48'),(88188,67,21311,'','2013-12-16 05:56:48'),(88189,1,21312,'3606268','2013-12-16 05:59:25'),(88190,2,21312,'','2013-12-16 05:59:25'),(88191,3,21312,'','2013-12-16 05:59:25'),(88192,6,21312,'27','2013-12-16 05:59:25'),(88193,7,21312,'NIGHT','2013-12-16 05:59:25'),(88194,66,21312,'OPD','2013-12-16 05:59:25'),(88195,67,21312,'','2013-12-16 05:59:25'),(88196,1,21313,'3606272','2013-12-16 06:32:19'),(88197,2,21313,'','2013-12-16 06:32:19'),(88198,3,21313,'','2013-12-16 06:32:19'),(88199,6,21313,'97','2013-12-16 06:32:19'),(88200,7,21313,'NIGHT','2013-12-16 06:32:19'),(88201,66,21313,'WARD B','2013-12-16 06:32:19'),(88202,67,21313,'GRACE','2013-12-16 06:32:19'),(88203,1,21315,'','2013-12-16 06:32:19'),(88204,2,21315,'','2013-12-16 06:32:19'),(88205,3,21315,'','2013-12-16 06:32:19'),(88206,6,21315,'','2013-12-16 06:32:19'),(88207,7,21315,'NIGHT','2013-12-16 06:32:19'),(88208,66,21315,'WARD B','2013-12-16 06:32:19'),(88209,67,21315,'GRACE','2013-12-16 06:32:19'),(88210,1,21316,'3606278','2013-12-16 07:18:56'),(88211,2,21316,'598777','2013-12-16 07:18:56'),(88212,3,21316,'','2013-12-16 07:18:56'),(88213,6,21316,'32','2013-12-16 07:18:56'),(88214,7,21316,'NIGHT','2013-12-16 07:18:56'),(88215,66,21316,'TROOM','2013-12-16 07:18:56'),(88216,67,21316,'','2013-12-16 07:18:56'),(88217,1,21318,'','2013-12-16 07:18:57'),(88218,2,21318,'','2013-12-16 07:18:57'),(88219,3,21318,'','2013-12-16 07:18:57'),(88220,6,21318,'','2013-12-16 07:18:57'),(88221,7,21318,'NIGHT','2013-12-16 07:18:57'),(88222,66,21318,'TROOM','2013-12-16 07:18:57'),(88223,67,21318,'','2013-12-16 07:18:57'),(88224,1,21319,'3606283','2013-12-16 07:43:02'),(88225,2,21319,'598781','2013-12-16 07:43:02'),(88226,3,21319,'','2013-12-16 07:43:02'),(88227,6,21319,'60','2013-12-16 07:43:02'),(88228,7,21319,'NIGHT','2013-12-16 07:43:02'),(88229,66,21319,'OPD','2013-12-16 07:43:02'),(88230,67,21319,'','2013-12-16 07:43:02'),(88231,1,21320,'3606292','2013-12-16 10:43:56'),(88232,2,21320,'','2013-12-16 10:43:56'),(88233,3,21320,'','2013-12-16 10:43:56'),(88234,6,21320,'86','2013-12-16 10:43:56'),(88235,7,21320,'NIGHT','2013-12-16 10:43:56'),(88236,66,21320,'WARD C','2013-12-16 10:43:56'),(88237,67,21320,'','2013-12-16 10:43:56'),(88238,1,21322,'','2013-12-16 10:43:57'),(88239,2,21322,'','2013-12-16 10:43:57'),(88240,3,21322,'','2013-12-16 10:43:57'),(88241,6,21322,'','2013-12-16 10:43:57'),(88242,7,21322,'NIGHT','2013-12-16 10:43:57'),(88243,66,21322,'WARD C','2013-12-16 10:43:57'),(88244,67,21322,'','2013-12-16 10:43:57'),(88245,1,21323,'3606293','2013-12-16 10:46:01'),(88246,2,21323,'','2013-12-16 10:46:01'),(88247,3,21323,'','2013-12-16 10:46:01'),(88248,6,21323,'66','2013-12-16 10:46:01'),(88249,7,21323,'NIGHT','2013-12-16 10:46:01'),(88250,66,21323,'OPD','2013-12-16 10:46:01'),(88251,67,21323,'','2013-12-16 10:46:01'),(88252,1,21324,'3606327','2013-12-16 13:54:47'),(88253,2,21324,'','2013-12-16 13:54:47'),(88254,3,21324,'','2013-12-16 13:54:47'),(88255,6,21324,'57','2013-12-16 13:54:47'),(88256,7,21324,'NIGHT','2013-12-16 13:54:47'),(88257,66,21324,'OPD','2013-12-16 13:54:47'),(88258,67,21324,'','2013-12-16 13:54:47'),(88259,1,21326,'','2013-12-16 13:54:47'),(88260,2,21326,'','2013-12-16 13:54:47'),(88261,3,21326,'','2013-12-16 13:54:47'),(88262,6,21326,'','2013-12-16 13:54:47'),(88263,7,21326,'NIGHT','2013-12-16 13:54:47'),(88264,66,21326,'OPD','2013-12-16 13:54:47'),(88265,67,21326,'','2013-12-16 13:54:47'),(88266,1,21327,'3606330','2013-12-16 14:01:44'),(88267,2,21327,'','2013-12-16 14:01:44'),(88268,3,21327,'','2013-12-16 14:01:44'),(88269,6,21327,'25','2013-12-16 14:01:44'),(88270,7,21327,'NIGHT','2013-12-16 14:01:44'),(88271,66,21327,'OPD','2013-12-16 14:01:44'),(88272,67,21327,'','2013-12-16 14:01:45'),(88273,1,21329,'','2013-12-16 14:01:45'),(88274,2,21329,'','2013-12-16 14:01:45'),(88275,3,21329,'','2013-12-16 14:01:45'),(88276,6,21329,'','2013-12-16 14:01:45'),(88277,7,21329,'NIGHT','2013-12-16 14:01:45'),(88278,66,21329,'OPD','2013-12-16 14:01:45'),(88279,67,21329,'','2013-12-16 14:01:45'),(88280,1,21330,'3606331','2013-12-16 14:04:39'),(88281,2,21330,'','2013-12-16 14:04:39'),(88282,3,21330,'','2013-12-16 14:04:39'),(88283,6,21330,'99','2013-12-16 14:04:39'),(88284,7,21330,'NIGHT','2013-12-16 14:04:39'),(88285,66,21330,'OPD','2013-12-16 14:04:39'),(88286,67,21330,'','2013-12-16 14:04:39'),(88287,1,21332,'','2013-12-16 14:04:39'),(88288,2,21332,'','2013-12-16 14:04:39'),(88289,3,21332,'','2013-12-16 14:04:39'),(88290,6,21332,'','2013-12-16 14:04:39'),(88291,7,21332,'NIGHT','2013-12-16 14:04:39'),(88292,66,21332,'OPD','2013-12-16 14:04:39'),(88293,67,21332,'','2013-12-16 14:04:39'),(88294,1,21333,'3606055','2013-12-16 14:08:08'),(88295,2,21333,'','2013-12-16 14:08:08'),(88296,3,21333,'','2013-12-16 14:08:08'),(88297,6,21333,'187','2013-12-16 14:08:08'),(88298,7,21333,'NIGHT','2013-12-16 14:08:08'),(88299,66,21333,'OPD','2013-12-16 14:08:08'),(88300,67,21333,'','2013-12-16 14:08:08'),(88301,1,21335,'','2013-12-16 14:08:09'),(88302,2,21335,'','2013-12-16 14:08:09'),(88303,3,21335,'','2013-12-16 14:08:09'),(88304,6,21335,'','2013-12-16 14:08:09'),(88305,7,21335,'NIGHT','2013-12-16 14:08:09'),(88306,66,21335,'OPD','2013-12-16 14:08:09'),(88307,67,21335,'','2013-12-16 14:08:09'),(88308,1,21336,'3597082','2013-12-16 15:41:39'),(88309,2,21336,'','2013-12-16 15:41:39'),(88310,3,21336,'','2013-12-16 15:41:39'),(88311,6,21336,'80.00','2013-12-16 15:41:39'),(88312,7,21336,'DAY','2013-12-16 15:41:39'),(88313,66,21336,'OPD','2013-12-16 15:41:39'),(88314,67,21336,'','2013-12-16 15:41:39'),(88315,1,21337,'3604383','2013-12-16 15:51:29'),(88316,2,21337,'','2013-12-16 15:51:29'),(88317,3,21337,'','2013-12-16 15:51:29'),(88318,6,21337,'45.00','2013-12-16 15:51:29'),(88319,7,21337,'DAY','2013-12-16 15:51:29'),(88320,66,21337,'OPD','2013-12-16 15:51:29'),(88321,67,21337,'','2013-12-16 15:51:29'),(88322,1,21338,'3606361','2013-12-16 16:01:33'),(88323,2,21338,'','2013-12-16 16:01:33'),(88324,3,21338,'','2013-12-16 16:01:33'),(88325,6,21338,'79.00','2013-12-16 16:01:33'),(88326,7,21338,'DAY','2013-12-16 16:01:33'),(88327,66,21338,'OPD','2013-12-16 16:01:33'),(88328,67,21338,'','2013-12-16 16:01:33'),(88329,1,21340,'','2013-12-16 16:01:33'),(88330,2,21340,'','2013-12-16 16:01:33'),(88331,3,21340,'','2013-12-16 16:01:33'),(88332,6,21340,'','2013-12-16 16:01:33'),(88333,7,21340,'DAY','2013-12-16 16:01:33'),(88334,66,21340,'OPD','2013-12-16 16:01:33'),(88335,67,21340,'','2013-12-16 16:01:33'),(88336,1,21341,'3606365','2013-12-16 16:13:43'),(88337,2,21341,'598797','2013-12-16 16:13:43'),(88338,3,21341,'','2013-12-16 16:13:43'),(88339,6,21341,'127.00','2013-12-16 16:13:43'),(88340,7,21341,'DAY','2013-12-16 16:13:43'),(88341,66,21341,'OPD','2013-12-16 16:13:43'),(88342,67,21341,'','2013-12-16 16:13:43'),(88343,1,21343,'','2013-12-16 16:13:44'),(88344,2,21343,'','2013-12-16 16:13:44'),(88345,3,21343,'','2013-12-16 16:13:44'),(88346,6,21343,'','2013-12-16 16:13:44'),(88347,7,21343,'DAY','2013-12-16 16:13:44'),(88348,66,21343,'OPD','2013-12-16 16:13:44'),(88349,67,21343,'','2013-12-16 16:13:44'),(88350,1,21344,'3606367','2013-12-16 16:19:07'),(88351,2,21344,'598798','2013-12-16 16:19:07'),(88352,3,21344,'','2013-12-16 16:19:07'),(88353,6,21344,'267.00','2013-12-16 16:19:07'),(88354,7,21344,'DAY','2013-12-16 16:19:07'),(88355,66,21344,'OPD','2013-12-16 16:19:07'),(88356,67,21344,'','2013-12-16 16:19:07'),(88357,1,21346,'','2013-12-16 16:19:07'),(88358,2,21346,'','2013-12-16 16:19:07'),(88359,3,21346,'','2013-12-16 16:19:07'),(88360,6,21346,'','2013-12-16 16:19:07'),(88361,7,21346,'DAY','2013-12-16 16:19:07'),(88362,66,21346,'OPD','2013-12-16 16:19:07'),(88363,67,21346,'','2013-12-16 16:19:07'),(88364,1,21349,'','2013-12-16 16:19:07'),(88365,2,21349,'','2013-12-16 16:19:07'),(88366,3,21349,'','2013-12-16 16:19:07'),(88367,6,21349,'','2013-12-16 16:19:07'),(88368,7,21349,'DAY','2013-12-16 16:19:07'),(88369,66,21349,'OPD','2013-12-16 16:19:07'),(88370,67,21349,'','2013-12-16 16:19:07'),(88371,1,21350,'3606384','2013-12-16 16:40:31'),(88372,2,21350,'','2013-12-16 16:40:31'),(88373,3,21350,'','2013-12-16 16:40:31'),(88374,6,21350,'27.00','2013-12-16 16:40:31'),(88375,7,21350,'DAY','2013-12-16 16:40:31'),(88376,66,21350,'OPD','2013-12-16 16:40:31'),(88377,67,21350,'','2013-12-16 16:40:31'),(88378,1,21351,'3606383','2013-12-16 16:48:40'),(88379,2,21351,'','2013-12-16 16:48:40'),(88380,3,21351,'','2013-12-16 16:48:40'),(88381,6,21351,'68.00','2013-12-16 16:48:40'),(88382,7,21351,'DAY','2013-12-16 16:48:40'),(88383,66,21351,'OPD','2013-12-16 16:48:40'),(88384,67,21351,'','2013-12-16 16:48:40'),(88385,1,21353,'','2013-12-16 16:48:40'),(88386,2,21353,'','2013-12-16 16:48:40'),(88387,3,21353,'','2013-12-16 16:48:40'),(88388,6,21353,'','2013-12-16 16:48:40'),(88389,7,21353,'DAY','2013-12-16 16:48:40'),(88390,66,21353,'OPD','2013-12-16 16:48:40'),(88391,67,21353,'','2013-12-16 16:48:40'),(88392,1,21356,'','2013-12-16 16:48:41'),(88393,2,21356,'','2013-12-16 16:48:41'),(88394,3,21356,'','2013-12-16 16:48:41'),(88395,6,21356,'','2013-12-16 16:48:41'),(88396,7,21356,'DAY','2013-12-16 16:48:41'),(88397,66,21356,'OPD','2013-12-16 16:48:41'),(88398,67,21356,'','2013-12-16 16:48:41'),(88399,1,21357,'3606392','2013-12-16 16:53:29'),(88400,2,21357,'598803','2013-12-16 16:53:29'),(88401,3,21357,'','2013-12-16 16:53:29'),(88402,6,21357,'35.00','2013-12-16 16:53:29'),(88403,7,21357,'DAY','2013-12-16 16:53:29'),(88404,66,21357,'OPD','2013-12-16 16:53:29'),(88405,67,21357,'','2013-12-16 16:53:29'),(88406,1,21358,'36006394','2013-12-16 16:55:27'),(88407,2,21358,'598804','2013-12-16 16:55:27'),(88408,3,21358,'','2013-12-16 16:55:27'),(88409,6,21358,'35.00','2013-12-16 16:55:27'),(88410,7,21358,'DAY','2013-12-16 16:55:27'),(88411,66,21358,'OPD','2013-12-16 16:55:27'),(88412,67,21358,'','2013-12-16 16:55:27'),(88413,1,21359,'3606396','2013-12-16 16:59:13'),(88414,2,21359,'598805','2013-12-16 16:59:13'),(88415,3,21359,'','2013-12-16 16:59:13'),(88416,6,21359,'190.00','2013-12-16 16:59:13'),(88417,7,21359,'DAY','2013-12-16 16:59:13'),(88418,66,21359,'OPD','2013-12-16 16:59:13'),(88419,67,21359,'','2013-12-16 16:59:13'),(88420,1,21361,'','2013-12-16 16:59:13'),(88421,2,21361,'','2013-12-16 16:59:13'),(88422,3,21361,'','2013-12-16 16:59:13'),(88423,6,21361,'','2013-12-16 16:59:13'),(88424,7,21361,'DAY','2013-12-16 16:59:13'),(88425,66,21361,'OPD','2013-12-16 16:59:13'),(88426,67,21361,'','2013-12-16 16:59:13'),(88427,1,21362,'3606403','2013-12-16 17:01:32'),(88428,2,21362,'598807','2013-12-16 17:01:32'),(88429,3,21362,'','2013-12-16 17:01:32'),(88430,6,21362,'95.00','2013-12-16 17:01:32'),(88431,7,21362,'DAY','2013-12-16 17:01:32'),(88432,66,21362,'OPD','2013-12-16 17:01:32'),(88433,67,21362,'','2013-12-16 17:01:32'),(88434,1,21364,'','2013-12-16 17:01:32'),(88435,2,21364,'','2013-12-16 17:01:32'),(88436,3,21364,'','2013-12-16 17:01:32'),(88437,6,21364,'','2013-12-16 17:01:32'),(88438,7,21364,'DAY','2013-12-16 17:01:32'),(88439,66,21364,'OPD','2013-12-16 17:01:32'),(88440,67,21364,'','2013-12-16 17:01:32'),(88441,1,21365,'3606428','2013-12-16 17:10:46'),(88442,2,21365,'','2013-12-16 17:10:46'),(88443,3,21365,'','2013-12-16 17:10:46'),(88444,6,21365,'37.00','2013-12-16 17:10:46'),(88445,7,21365,'DAY','2013-12-16 17:10:46'),(88446,66,21365,'OPD','2013-12-16 17:10:46'),(88447,67,21365,'','2013-12-16 17:10:46'),(88448,1,21366,'3606435','2013-12-16 17:19:13'),(88449,2,21366,'','2013-12-16 17:19:13'),(88450,3,21366,'','2013-12-16 17:19:13'),(88451,6,21366,'194.00','2013-12-16 17:19:13'),(88452,7,21366,'DAY','2013-12-16 17:19:13'),(88453,66,21366,'OPD','2013-12-16 17:19:13'),(88454,67,21366,'','2013-12-16 17:19:13'),(88455,1,21368,'','2013-12-16 17:19:13'),(88456,2,21368,'','2013-12-16 17:19:13'),(88457,3,21368,'','2013-12-16 17:19:13'),(88458,6,21368,'','2013-12-16 17:19:13'),(88459,7,21368,'DAY','2013-12-16 17:19:13'),(88460,66,21368,'OPD','2013-12-16 17:19:13'),(88461,67,21368,'','2013-12-16 17:19:13'),(88462,1,21371,'','2013-12-16 17:19:13'),(88463,2,21371,'','2013-12-16 17:19:13'),(88464,3,21371,'','2013-12-16 17:19:13'),(88465,6,21371,'','2013-12-16 17:19:13'),(88466,7,21371,'DAY','2013-12-16 17:19:13'),(88467,66,21371,'OPD','2013-12-16 17:19:13'),(88468,67,21371,'','2013-12-16 17:19:13'),(88469,1,21372,'3606460','2013-12-16 17:34:37'),(88470,2,21372,'','2013-12-16 17:34:37'),(88471,3,21372,'','2013-12-16 17:34:37'),(88472,6,21372,'63.00','2013-12-16 17:34:37'),(88473,7,21372,'DAY','2013-12-16 17:34:37'),(88474,66,21372,'OPD','2013-12-16 17:34:37'),(88475,67,21372,'','2013-12-16 17:34:37'),(88476,1,21374,'','2013-12-16 17:34:37'),(88477,2,21374,'','2013-12-16 17:34:37'),(88478,3,21374,'','2013-12-16 17:34:37'),(88479,6,21374,'','2013-12-16 17:34:37'),(88480,7,21374,'DAY','2013-12-16 17:34:37'),(88481,66,21374,'OPD','2013-12-16 17:34:37'),(88482,67,21374,'','2013-12-16 17:34:37'),(88483,1,21375,'3606484','2013-12-16 17:45:17'),(88484,2,21375,'','2013-12-16 17:45:17'),(88485,3,21375,'','2013-12-16 17:45:17'),(88486,6,21375,'104.00','2013-12-16 17:45:17'),(88487,7,21375,'DAY','2013-12-16 17:45:17'),(88488,66,21375,'OPD','2013-12-16 17:45:17'),(88489,67,21375,'','2013-12-16 17:45:17'),(88490,1,21377,'','2013-12-16 17:45:17'),(88491,2,21377,'','2013-12-16 17:45:17'),(88492,3,21377,'','2013-12-16 17:45:17'),(88493,6,21377,'','2013-12-16 17:45:17'),(88494,7,21377,'DAY','2013-12-16 17:45:17'),(88495,66,21377,'OPD','2013-12-16 17:45:17'),(88496,67,21377,'','2013-12-16 17:45:17'),(88497,1,21378,'3606487','2013-12-16 17:48:52'),(88498,2,21378,'','2013-12-16 17:48:52'),(88499,3,21378,'','2013-12-16 17:48:52'),(88500,6,21378,'151.00','2013-12-16 17:48:52'),(88501,7,21378,'DAY','2013-12-16 17:48:52'),(88502,66,21378,'OPD','2013-12-16 17:48:52'),(88503,67,21378,'','2013-12-16 17:48:52'),(88504,1,21379,'3606494','2013-12-16 17:53:39'),(88505,2,21379,'','2013-12-16 17:53:39'),(88506,3,21379,'','2013-12-16 17:53:39'),(88507,6,21379,'45.00','2013-12-16 17:53:39'),(88508,7,21379,'DAY','2013-12-16 17:53:39'),(88509,66,21379,'OPD','2013-12-16 17:53:39'),(88510,67,21379,'','2013-12-16 17:53:39'),(88511,1,21380,'3606502','2013-12-16 18:01:22'),(88512,2,21380,'','2013-12-16 18:01:22'),(88513,3,21380,'','2013-12-16 18:01:22'),(88514,6,21380,'37.00','2013-12-16 18:01:22'),(88515,7,21380,'DAY','2013-12-16 18:01:22'),(88516,66,21380,'OPD','2013-12-16 18:01:22'),(88517,67,21380,'','2013-12-16 18:01:22'),(88518,1,21381,'3606511','2013-12-16 18:18:58'),(88519,2,21381,'','2013-12-16 18:18:58'),(88520,3,21381,'','2013-12-16 18:18:58'),(88521,6,21381,'50.00','2013-12-16 18:18:58'),(88522,7,21381,'DAY','2013-12-16 18:18:58'),(88523,66,21381,'OPD','2013-12-16 18:18:58'),(88524,67,21381,'','2013-12-16 18:18:58'),(88525,1,21383,'','2013-12-16 18:18:58'),(88526,2,21383,'','2013-12-16 18:18:58'),(88527,3,21383,'','2013-12-16 18:18:58'),(88528,6,21383,'','2013-12-16 18:18:58'),(88529,7,21383,'DAY','2013-12-16 18:18:58'),(88530,66,21383,'OPD','2013-12-16 18:18:58'),(88531,67,21383,'','2013-12-16 18:18:58'),(88532,1,21384,'3606512','2013-12-16 18:20:59'),(88533,2,21384,'','2013-12-16 18:20:59'),(88534,3,21384,'','2013-12-16 18:20:59'),(88535,6,21384,'50.00','2013-12-16 18:20:59'),(88536,7,21384,'DAY','2013-12-16 18:20:59'),(88537,66,21384,'OPD','2013-12-16 18:20:59'),(88538,67,21384,'','2013-12-16 18:20:59'),(88539,1,21386,'','2013-12-16 18:20:59'),(88540,2,21386,'','2013-12-16 18:20:59'),(88541,3,21386,'','2013-12-16 18:20:59'),(88542,6,21386,'','2013-12-16 18:20:59'),(88543,7,21386,'DAY','2013-12-16 18:20:59'),(88544,66,21386,'OPD','2013-12-16 18:20:59'),(88545,67,21386,'','2013-12-16 18:20:59'),(88546,1,21387,'3606510','2013-12-16 18:25:29'),(88547,2,21387,'598827','2013-12-16 18:25:29'),(88548,3,21387,'','2013-12-16 18:25:29'),(88549,6,21387,'413.80','2013-12-16 18:25:29'),(88550,7,21387,'DAY','2013-12-16 18:25:29'),(88551,66,21387,'OPD','2013-12-16 18:25:29'),(88552,67,21387,'','2013-12-16 18:25:29'),(88553,1,21389,'','2013-12-16 18:25:29'),(88554,2,21389,'','2013-12-16 18:25:29'),(88555,3,21389,'','2013-12-16 18:25:29'),(88556,6,21389,'','2013-12-16 18:25:29'),(88557,7,21389,'DAY','2013-12-16 18:25:29'),(88558,66,21389,'OPD','2013-12-16 18:25:29'),(88559,67,21389,'','2013-12-16 18:25:29'),(88560,1,21392,'','2013-12-16 18:25:29'),(88561,2,21392,'','2013-12-16 18:25:29'),(88562,3,21392,'','2013-12-16 18:25:29'),(88563,6,21392,'','2013-12-16 18:25:29'),(88564,7,21392,'DAY','2013-12-16 18:25:29'),(88565,66,21392,'OPD','2013-12-16 18:25:29'),(88566,67,21392,'','2013-12-16 18:25:29'),(88567,1,21396,'','2013-12-16 18:25:29'),(88568,2,21396,'','2013-12-16 18:25:29'),(88569,3,21396,'','2013-12-16 18:25:29'),(88570,6,21396,'','2013-12-16 18:25:29'),(88571,7,21396,'DAY','2013-12-16 18:25:29'),(88572,66,21396,'OPD','2013-12-16 18:25:29'),(88573,67,21396,'','2013-12-16 18:25:29'),(88574,1,21397,'3606521','2013-12-16 18:32:41'),(88575,2,21397,'','2013-12-16 18:32:41'),(88576,3,21397,'','2013-12-16 18:32:41'),(88577,6,21397,'13.00','2013-12-16 18:32:41'),(88578,7,21397,'DAY','2013-12-16 18:32:41'),(88579,66,21397,'OPD','2013-12-16 18:32:41'),(88580,67,21397,'','2013-12-16 18:32:41'),(88581,1,21398,'3606536','2013-12-16 18:42:46'),(88582,2,21398,'','2013-12-16 18:42:46'),(88583,3,21398,'','2013-12-16 18:42:46'),(88584,6,21398,'69.00','2013-12-16 18:42:46'),(88585,7,21398,'DAY','2013-12-16 18:42:46'),(88586,66,21398,'WARD B','2013-12-16 18:42:46'),(88587,67,21398,'SANDRAH','2013-12-16 18:42:46'),(88588,1,21400,'','2013-12-16 18:42:47'),(88589,2,21400,'','2013-12-16 18:42:47'),(88590,3,21400,'','2013-12-16 18:42:47'),(88591,6,21400,'','2013-12-16 18:42:47'),(88592,7,21400,'DAY','2013-12-16 18:42:47'),(88593,66,21400,'OPD','2013-12-16 18:42:47'),(88594,67,21400,'','2013-12-16 18:42:47'),(88595,1,21401,'3606534','2013-12-16 18:50:17'),(88596,2,21401,'598834','2013-12-16 18:50:17'),(88597,3,21401,'','2013-12-16 18:50:17'),(88598,6,21401,'35.00','2013-12-16 18:50:17'),(88599,7,21401,'DAY','2013-12-16 18:50:17'),(88600,66,21401,'SELF REQ','2013-12-16 18:50:17'),(88601,67,21401,'','2013-12-16 18:50:17'),(88602,1,21402,'3606527','2013-12-16 18:51:48'),(88603,2,21402,'','2013-12-16 18:51:48'),(88604,3,21402,'','2013-12-16 18:51:48'),(88605,6,21402,'104.00','2013-12-16 18:51:48'),(88606,7,21402,'DAY','2013-12-16 18:51:48'),(88607,66,21402,'OPD','2013-12-16 18:51:48'),(88608,67,21402,'','2013-12-16 18:51:48'),(88609,1,21404,'','2013-12-16 18:51:49'),(88610,2,21404,'','2013-12-16 18:51:49'),(88611,3,21404,'','2013-12-16 18:51:49'),(88612,6,21404,'','2013-12-16 18:51:49'),(88613,7,21404,'DAY','2013-12-16 18:51:49'),(88614,66,21404,'OPD','2013-12-16 18:51:49'),(88615,67,21404,'','2013-12-16 18:51:49'),(88616,1,21405,'3606550','2013-12-16 19:01:42'),(88617,2,21405,'','2013-12-16 19:01:42'),(88618,3,21405,'','2013-12-16 19:01:42'),(88619,6,21405,'249.00','2013-12-16 19:01:42'),(88620,7,21405,'DAY','2013-12-16 19:01:42'),(88621,66,21405,'OPD','2013-12-16 19:01:42'),(88622,67,21405,'','2013-12-16 19:01:43'),(88623,1,21407,'','2013-12-16 19:01:43'),(88624,2,21407,'','2013-12-16 19:01:43'),(88625,3,21407,'','2013-12-16 19:01:43'),(88626,6,21407,'','2013-12-16 19:01:43'),(88627,7,21407,'DAY','2013-12-16 19:01:43'),(88628,66,21407,'OPD','2013-12-16 19:01:43'),(88629,67,21407,'','2013-12-16 19:01:43'),(88630,1,21410,'','2013-12-16 19:01:43'),(88631,2,21410,'','2013-12-16 19:01:43'),(88632,3,21410,'','2013-12-16 19:01:43'),(88633,6,21410,'','2013-12-16 19:01:43'),(88634,7,21410,'DAY','2013-12-16 19:01:43'),(88635,66,21410,'OPD','2013-12-16 19:01:43'),(88636,67,21410,'','2013-12-16 19:01:43'),(88637,1,21411,'3606544','2013-12-16 19:04:01'),(88638,2,21411,'598839','2013-12-16 19:04:01'),(88639,3,21411,'','2013-12-16 19:04:01'),(88640,6,21411,'35.00','2013-12-16 19:04:01'),(88641,7,21411,'DAY','2013-12-16 19:04:01'),(88642,66,21411,'OPD','2013-12-16 19:04:01'),(88643,67,21411,'','2013-12-16 19:04:01'),(88644,1,21412,'3606546','2013-12-16 19:05:40'),(88645,2,21412,'598838','2013-12-16 19:05:40'),(88646,3,21412,'','2013-12-16 19:05:40'),(88647,6,21412,'35.00','2013-12-16 19:05:40'),(88648,7,21412,'DAY','2013-12-16 19:05:40'),(88649,66,21412,'OPD','2013-12-16 19:05:40'),(88650,67,21412,'','2013-12-16 19:05:40'),(88651,1,21413,'3606557','2013-12-16 19:07:55'),(88652,2,21413,'','2013-12-16 19:07:55'),(88653,3,21413,'','2013-12-16 19:07:55'),(88654,6,21413,'105.00','2013-12-16 19:07:55'),(88655,7,21413,'DAY','2013-12-16 19:07:55'),(88656,66,21413,'OPD','2013-12-16 19:07:55'),(88657,67,21413,'','2013-12-16 19:07:55'),(88658,1,21415,'','2013-12-16 19:07:56'),(88659,2,21415,'','2013-12-16 19:07:56'),(88660,3,21415,'','2013-12-16 19:07:56'),(88661,6,21415,'','2013-12-16 19:07:56'),(88662,7,21415,'DAY','2013-12-16 19:07:56'),(88663,66,21415,'OPD','2013-12-16 19:07:56'),(88664,67,21415,'','2013-12-16 19:07:56'),(88665,1,21416,'3606568','2013-12-16 19:09:54'),(88666,2,21416,'','2013-12-16 19:09:54'),(88667,3,21416,'','2013-12-16 19:09:54'),(88668,6,21416,'73.00','2013-12-16 19:09:54'),(88669,7,21416,'DAY','2013-12-16 19:09:54'),(88670,66,21416,'WARD B','2013-12-16 19:09:54'),(88671,67,21416,'','2013-12-16 19:09:54'),(88672,1,21418,'','2013-12-16 19:09:54'),(88673,2,21418,'','2013-12-16 19:09:54'),(88674,3,21418,'','2013-12-16 19:09:54'),(88675,6,21418,'','2013-12-16 19:09:54'),(88676,7,21418,'DAY','2013-12-16 19:09:54'),(88677,66,21418,'OPD','2013-12-16 19:09:54'),(88678,67,21418,'','2013-12-16 19:09:54'),(88679,1,21421,'','2013-12-16 19:09:54'),(88680,2,21421,'','2013-12-16 19:09:54'),(88681,3,21421,'','2013-12-16 19:09:54'),(88682,6,21421,'','2013-12-16 19:09:54'),(88683,7,21421,'DAY','2013-12-16 19:09:54'),(88684,66,21421,'OPD','2013-12-16 19:09:54'),(88685,67,21421,'','2013-12-16 19:09:54'),(88686,1,21422,'3606552','2013-12-16 19:13:21'),(88687,2,21422,'','2013-12-16 19:13:21'),(88688,3,21422,'','2013-12-16 19:13:21'),(88689,6,21422,'50.00','2013-12-16 19:13:21'),(88690,7,21422,'DAY','2013-12-16 19:13:21'),(88691,66,21422,'OPD','2013-12-16 19:13:21'),(88692,67,21422,'','2013-12-16 19:13:21'),(88693,1,21424,'','2013-12-16 19:13:21'),(88694,2,21424,'','2013-12-16 19:13:21'),(88695,3,21424,'','2013-12-16 19:13:21'),(88696,6,21424,'','2013-12-16 19:13:21'),(88697,7,21424,'DAY','2013-12-16 19:13:21'),(88698,66,21424,'OPD','2013-12-16 19:13:21'),(88699,67,21424,'','2013-12-16 19:13:21'),(88700,1,21425,'3606560','2013-12-16 19:16:11'),(88701,2,21425,'598841','2013-12-16 19:16:11'),(88702,3,21425,'','2013-12-16 19:16:11'),(88703,6,21425,'47.00','2013-12-16 19:16:11'),(88704,7,21425,'DAY','2013-12-16 19:16:11'),(88705,66,21425,'OPD','2013-12-16 19:16:11'),(88706,67,21425,'','2013-12-16 19:16:11'),(88707,1,21427,'','2013-12-16 19:16:11'),(88708,2,21427,'','2013-12-16 19:16:12'),(88709,3,21427,'','2013-12-16 19:16:12'),(88710,6,21427,'','2013-12-16 19:16:12'),(88711,7,21427,'DAY','2013-12-16 19:16:12'),(88712,66,21427,'OPD','2013-12-16 19:16:12'),(88713,67,21427,'','2013-12-16 19:16:12'),(88714,1,21428,'','2013-12-16 19:28:16'),(88715,2,21428,'598847','2013-12-16 19:28:16'),(88716,3,21428,'','2013-12-16 19:28:16'),(88717,6,21428,'500.00','2013-12-16 19:28:16'),(88718,7,21428,'DAY','2013-12-16 19:28:16'),(88719,66,21428,'OPD','2013-12-16 19:28:16'),(88720,67,21428,'','2013-12-16 19:28:16'),(88721,1,21430,'','2013-12-16 19:28:16'),(88722,2,21430,'','2013-12-16 19:28:16'),(88723,3,21430,'','2013-12-16 19:28:16'),(88724,6,21430,'','2013-12-16 19:28:16'),(88725,7,21430,'DAY','2013-12-16 19:28:16'),(88726,66,21430,'OPD','2013-12-16 19:28:16'),(88727,67,21430,'','2013-12-16 19:28:16'),(88728,1,21433,'','2013-12-16 19:28:16'),(88729,2,21433,'','2013-12-16 19:28:16'),(88730,3,21433,'','2013-12-16 19:28:16'),(88731,6,21433,'','2013-12-16 19:28:16'),(88732,7,21433,'DAY','2013-12-16 19:28:16'),(88733,66,21433,'OPD','2013-12-16 19:28:16'),(88734,67,21433,'','2013-12-16 19:28:16'),(88735,1,21437,'','2013-12-16 19:28:16'),(88736,2,21437,'','2013-12-16 19:28:16'),(88737,3,21437,'','2013-12-16 19:28:16'),(88738,6,21437,'','2013-12-16 19:28:16'),(88739,7,21437,'DAY','2013-12-16 19:28:16'),(88740,66,21437,'OPD','2013-12-16 19:28:16'),(88741,67,21437,'','2013-12-16 19:28:16'),(88742,1,21442,'','2013-12-16 19:28:17'),(88743,2,21442,'','2013-12-16 19:28:17'),(88744,3,21442,'','2013-12-16 19:28:17'),(88745,6,21442,'','2013-12-16 19:28:17'),(88746,7,21442,'DAY','2013-12-16 19:28:17'),(88747,66,21442,'OPD','2013-12-16 19:28:17'),(88748,67,21442,'','2013-12-16 19:28:17'),(88749,1,21443,'3606564','2013-12-16 19:38:45'),(88750,2,21443,'','2013-12-16 19:38:45'),(88751,3,21443,'','2013-12-16 19:38:45'),(88752,6,21443,'94.00','2013-12-16 19:38:45'),(88753,7,21443,'DAY','2013-12-16 19:38:45'),(88754,66,21443,'OPD','2013-12-16 19:38:45'),(88755,67,21443,'','2013-12-16 19:38:45'),(88756,1,21445,'','2013-12-16 19:38:45'),(88757,2,21445,'','2013-12-16 19:38:45'),(88758,3,21445,'','2013-12-16 19:38:45'),(88759,6,21445,'','2013-12-16 19:38:45'),(88760,7,21445,'DAY','2013-12-16 19:38:45'),(88761,66,21445,'OPD','2013-12-16 19:38:45'),(88762,67,21445,'','2013-12-16 19:38:45'),(88763,1,21446,'3606563','2013-12-16 19:42:34'),(88764,2,21446,'598846','2013-12-16 19:42:34'),(88765,3,21446,'','2013-12-16 19:42:34'),(88766,6,21446,'70.00','2013-12-16 19:42:34'),(88767,7,21446,'DAY','2013-12-16 19:42:34'),(88768,66,21446,'OPD','2013-12-16 19:42:34'),(88769,67,21446,'','2013-12-16 19:42:34'),(88770,1,21447,'3606577','2013-12-16 19:44:29'),(88771,2,21447,'','2013-12-16 19:44:29'),(88772,3,21447,'','2013-12-16 19:44:29'),(88773,6,21447,'37.00','2013-12-16 19:44:29'),(88774,7,21447,'DAY','2013-12-16 19:44:29'),(88775,66,21447,'OPD','2013-12-16 19:44:29'),(88776,67,21447,'','2013-12-16 19:44:29'),(88777,1,21448,'3606576','2013-12-16 19:46:01'),(88778,2,21448,'','2013-12-16 19:46:01'),(88779,3,21448,'','2013-12-16 19:46:01'),(88780,6,21448,'123.00','2013-12-16 19:46:01'),(88781,7,21448,'DAY','2013-12-16 19:46:01'),(88782,66,21448,'OPD','2013-12-16 19:46:01'),(88783,67,21448,'','2013-12-16 19:46:01'),(88784,1,21450,'','2013-12-16 19:46:02'),(88785,2,21450,'','2013-12-16 19:46:02'),(88786,3,21450,'','2013-12-16 19:46:02'),(88787,6,21450,'','2013-12-16 19:46:02'),(88788,7,21450,'DAY','2013-12-16 19:46:02'),(88789,66,21450,'OPD','2013-12-16 19:46:02'),(88790,67,21450,'','2013-12-16 19:46:02'),(88791,1,21453,'','2013-12-16 19:46:02'),(88792,2,21453,'','2013-12-16 19:46:02'),(88793,3,21453,'','2013-12-16 19:46:02'),(88794,6,21453,'','2013-12-16 19:46:02'),(88795,7,21453,'DAY','2013-12-16 19:46:02'),(88796,66,21453,'OPD','2013-12-16 19:46:02'),(88797,67,21453,'','2013-12-16 19:46:02'),(88798,1,21454,'3606578','2013-12-16 19:49:27'),(88799,2,21454,'598848','2013-12-16 19:49:27'),(88800,3,21454,'','2013-12-16 19:49:27'),(88801,6,21454,'82.00','2013-12-16 19:49:27'),(88802,7,21454,'DAY','2013-12-16 19:49:27'),(88803,66,21454,'OPD','2013-12-16 19:49:27'),(88804,67,21454,'','2013-12-16 19:49:27'),(88805,1,21456,'','2013-12-16 19:49:27'),(88806,2,21456,'','2013-12-16 19:49:27'),(88807,3,21456,'','2013-12-16 19:49:27'),(88808,6,21456,'','2013-12-16 19:49:27'),(88809,7,21456,'DAY','2013-12-16 19:49:27'),(88810,66,21456,'OPD','2013-12-16 19:49:27'),(88811,67,21456,'','2013-12-16 19:49:27'),(88812,1,21457,'3606589','2013-12-16 19:57:07'),(88813,2,21457,'','2013-12-16 19:57:07'),(88814,3,21457,'','2013-12-16 19:57:07'),(88815,6,21457,'94.00','2013-12-16 19:57:07'),(88816,7,21457,'DAY','2013-12-16 19:57:07'),(88817,66,21457,'OPD','2013-12-16 19:57:07'),(88818,67,21457,'','2013-12-16 19:57:07'),(88819,1,21459,'','2013-12-16 19:57:07'),(88820,2,21459,'','2013-12-16 19:57:07'),(88821,3,21459,'','2013-12-16 19:57:07'),(88822,6,21459,'','2013-12-16 19:57:07'),(88823,7,21459,'DAY','2013-12-16 19:57:07'),(88824,66,21459,'OPD','2013-12-16 19:57:07'),(88825,67,21459,'','2013-12-16 19:57:07'),(88826,1,21460,'3606594','2013-12-16 20:00:35'),(88827,2,21460,'','2013-12-16 20:00:35'),(88828,3,21460,'','2013-12-16 20:00:35'),(88829,6,21460,'61.00','2013-12-16 20:00:35'),(88830,7,21460,'DAY','2013-12-16 20:00:35'),(88831,66,21460,'OPD','2013-12-16 20:00:35'),(88832,67,21460,'','2013-12-16 20:00:35'),(88833,1,21462,'','2013-12-16 20:00:35'),(88834,2,21462,'','2013-12-16 20:00:35'),(88835,3,21462,'','2013-12-16 20:00:35'),(88836,6,21462,'','2013-12-16 20:00:35'),(88837,7,21462,'DAY','2013-12-16 20:00:35'),(88838,66,21462,'OPD','2013-12-16 20:00:35'),(88839,67,21462,'','2013-12-16 20:00:35'),(88840,1,21463,'3606613','2013-12-16 20:07:53'),(88841,2,21463,'','2013-12-16 20:07:53'),(88842,3,21463,'','2013-12-16 20:07:53'),(88843,6,21463,'66.00','2013-12-16 20:07:53'),(88844,7,21463,'DAY','2013-12-16 20:07:53'),(88845,66,21463,'OPD','2013-12-16 20:07:53'),(88846,67,21463,'','2013-12-16 20:07:53'),(88847,1,21464,'3606614','2013-12-16 20:10:40'),(88848,2,21464,'','2013-12-16 20:10:40'),(88849,3,21464,'','2013-12-16 20:10:40'),(88850,6,21464,'22.00','2013-12-16 20:10:40'),(88851,7,21464,'DAY','2013-12-16 20:10:40'),(88852,66,21464,'OPD','2013-12-16 20:10:40'),(88853,67,21464,'','2013-12-16 20:10:40'),(88854,1,21465,'3606612','2013-12-16 20:14:26'),(88855,2,21465,'598857','2013-12-16 20:14:26'),(88856,3,21465,'','2013-12-16 20:14:26'),(88857,6,21465,'55.00','2013-12-16 20:14:26'),(88858,7,21465,'DAY','2013-12-16 20:14:26'),(88859,66,21465,'OPD','2013-12-16 20:14:26'),(88860,67,21465,'','2013-12-16 20:14:26'),(88861,1,21467,'','2013-12-16 20:14:26'),(88862,2,21467,'','2013-12-16 20:14:26'),(88863,3,21467,'','2013-12-16 20:14:26'),(88864,6,21467,'','2013-12-16 20:14:26'),(88865,7,21467,'DAY','2013-12-16 20:14:26'),(88866,66,21467,'OPD','2013-12-16 20:14:26'),(88867,67,21467,'','2013-12-16 20:14:26'),(88868,1,21468,'3606619','2013-12-16 20:16:50'),(88869,2,21468,'','2013-12-16 20:16:50'),(88870,3,21468,'','2013-12-16 20:16:50'),(88871,6,21468,'50.00','2013-12-16 20:16:50'),(88872,7,21468,'DAY','2013-12-16 20:16:50'),(88873,66,21468,'OPD','2013-12-16 20:16:50'),(88874,67,21468,'','2013-12-16 20:16:50'),(88875,1,21470,'','2013-12-16 20:16:50'),(88876,2,21470,'','2013-12-16 20:16:50'),(88877,3,21470,'','2013-12-16 20:16:50'),(88878,6,21470,'','2013-12-16 20:16:50'),(88879,7,21470,'DAY','2013-12-16 20:16:50'),(88880,66,21470,'OPD','2013-12-16 20:16:50'),(88881,67,21470,'','2013-12-16 20:16:50'),(88882,1,21471,'3606583','2013-12-16 20:18:59'),(88883,2,21471,'','2013-12-16 20:18:59'),(88884,3,21471,'','2013-12-16 20:18:59'),(88885,6,21471,'49.00','2013-12-16 20:18:59'),(88886,7,21471,'DAY','2013-12-16 20:18:59'),(88887,66,21471,'OPD','2013-12-16 20:18:59'),(88888,67,21471,'','2013-12-16 20:18:59'),(88889,1,21473,'','2013-12-16 20:18:59'),(88890,2,21473,'','2013-12-16 20:18:59'),(88891,3,21473,'','2013-12-16 20:18:59'),(88892,6,21473,'','2013-12-16 20:18:59'),(88893,7,21473,'DAY','2013-12-16 20:18:59'),(88894,66,21473,'OPD','2013-12-16 20:18:59'),(88895,67,21473,'','2013-12-16 20:18:59'),(88896,1,21474,'3606607','2013-12-16 20:22:17'),(88897,2,21474,'598858','2013-12-16 20:22:17'),(88898,3,21474,'','2013-12-16 20:22:17'),(88899,6,21474,'442.40','2013-12-16 20:22:17'),(88900,7,21474,'DAY','2013-12-16 20:22:17'),(88901,66,21474,'OPD','2013-12-16 20:22:17'),(88902,67,21474,'','2013-12-16 20:22:17'),(88903,1,21476,'','2013-12-16 20:22:17'),(88904,2,21476,'','2013-12-16 20:22:17'),(88905,3,21476,'','2013-12-16 20:22:17'),(88906,6,21476,'','2013-12-16 20:22:17'),(88907,7,21476,'DAY','2013-12-16 20:22:17'),(88908,66,21476,'OPD','2013-12-16 20:22:17'),(88909,67,21476,'','2013-12-16 20:22:17'),(88910,1,21479,'','2013-12-16 20:22:18'),(88911,2,21479,'','2013-12-16 20:22:18'),(88912,3,21479,'','2013-12-16 20:22:18'),(88913,6,21479,'','2013-12-16 20:22:18'),(88914,7,21479,'DAY','2013-12-16 20:22:18'),(88915,66,21479,'OPD','2013-12-16 20:22:18'),(88916,67,21479,'','2013-12-16 20:22:18'),(88917,1,21480,'3606639','2013-12-16 20:25:47'),(88918,2,21480,'','2013-12-16 20:25:47'),(88919,3,21480,'','2013-12-16 20:25:47'),(88920,6,21480,'36.00','2013-12-16 20:25:47'),(88921,7,21480,'DAY','2013-12-16 20:25:47'),(88922,66,21480,'WARD B','2013-12-16 20:25:47'),(88923,67,21480,'SANDRAH','2013-12-16 20:25:47'),(88924,1,21481,'3606629','2013-12-16 20:31:23'),(88925,2,21481,'','2013-12-16 20:31:23'),(88926,3,21481,'','2013-12-16 20:31:23'),(88927,6,21481,'240.00','2013-12-16 20:31:23'),(88928,7,21481,'DAY','2013-12-16 20:31:23'),(88929,66,21481,'OPD','2013-12-16 20:31:23'),(88930,67,21481,'','2013-12-16 20:31:23'),(88931,1,21483,'','2013-12-16 20:31:23'),(88932,2,21483,'','2013-12-16 20:31:23'),(88933,3,21483,'','2013-12-16 20:31:23'),(88934,6,21483,'','2013-12-16 20:31:23'),(88935,7,21483,'DAY','2013-12-16 20:31:23'),(88936,66,21483,'OPD','2013-12-16 20:31:23'),(88937,67,21483,'','2013-12-16 20:31:23'),(88938,1,21486,'','2013-12-16 20:31:23'),(88939,2,21486,'','2013-12-16 20:31:23'),(88940,3,21486,'','2013-12-16 20:31:23'),(88941,6,21486,'','2013-12-16 20:31:23'),(88942,7,21486,'DAY','2013-12-16 20:31:23'),(88943,66,21486,'OPD','2013-12-16 20:31:23'),(88944,67,21486,'','2013-12-16 20:31:23'),(88945,1,21490,'','2013-12-16 20:31:23'),(88946,2,21490,'','2013-12-16 20:31:23'),(88947,3,21490,'','2013-12-16 20:31:23'),(88948,6,21490,'','2013-12-16 20:31:23'),(88949,7,21490,'DAY','2013-12-16 20:31:23'),(88950,66,21490,'OPD','2013-12-16 20:31:23'),(88951,67,21490,'','2013-12-16 20:31:23'),(88952,1,21491,'3606638','2013-12-16 20:33:50'),(88953,2,21491,'598862','2013-12-16 20:33:50'),(88954,3,21491,'','2013-12-16 20:33:50'),(88955,6,21491,'137.00','2013-12-16 20:33:50'),(88956,7,21491,'DAY','2013-12-16 20:33:50'),(88957,66,21491,'OPD','2013-12-16 20:33:50'),(88958,67,21491,'','2013-12-16 20:33:50'),(88959,1,21493,'','2013-12-16 20:33:51'),(88960,2,21493,'','2013-12-16 20:33:51'),(88961,3,21493,'','2013-12-16 20:33:51'),(88962,6,21493,'','2013-12-16 20:33:51'),(88963,7,21493,'DAY','2013-12-16 20:33:51'),(88964,66,21493,'OPD','2013-12-16 20:33:51'),(88965,67,21493,'','2013-12-16 20:33:51'),(88966,1,21496,'','2013-12-16 20:33:51'),(88967,2,21496,'','2013-12-16 20:33:51'),(88968,3,21496,'','2013-12-16 20:33:51'),(88969,6,21496,'','2013-12-16 20:33:51'),(88970,7,21496,'DAY','2013-12-16 20:33:51'),(88971,66,21496,'OPD','2013-12-16 20:33:51'),(88972,67,21496,'','2013-12-16 20:33:51'),(88973,1,21497,'3606644','2013-12-16 20:35:50'),(88974,2,21497,'','2013-12-16 20:35:50'),(88975,3,21497,'','2013-12-16 20:35:50'),(88976,6,21497,'221.40','2013-12-16 20:35:50'),(88977,7,21497,'DAY','2013-12-16 20:35:50'),(88978,66,21497,'OPD','2013-12-16 20:35:50'),(88979,67,21497,'','2013-12-16 20:35:50'),(88980,1,21499,'','2013-12-16 20:35:51'),(88981,2,21499,'','2013-12-16 20:35:51'),(88982,3,21499,'','2013-12-16 20:35:51'),(88983,6,21499,'','2013-12-16 20:35:51'),(88984,7,21499,'DAY','2013-12-16 20:35:51'),(88985,66,21499,'OPD','2013-12-16 20:35:51'),(88986,67,21499,'','2013-12-16 20:35:51'),(88987,1,21500,'3606634','2013-12-16 20:37:13'),(88988,2,21500,'','2013-12-16 20:37:13'),(88989,3,21500,'','2013-12-16 20:37:13'),(88990,6,21500,'33.00','2013-12-16 20:37:13'),(88991,7,21500,'DAY','2013-12-16 20:37:13'),(88992,66,21500,'OPD','2013-12-16 20:37:13'),(88993,67,21500,'','2013-12-16 20:37:13'),(88994,1,21501,'3606648','2013-12-16 20:55:17'),(88995,2,21501,'','2013-12-16 20:55:17'),(88996,3,21501,'','2013-12-16 20:55:17'),(88997,6,21501,'246.00','2013-12-16 20:55:17'),(88998,7,21501,'DAY','2013-12-16 20:55:17'),(88999,66,21501,'OPD','2013-12-16 20:55:17'),(89000,67,21501,'','2013-12-16 20:55:17'),(89001,1,21503,'','2013-12-16 20:55:17'),(89002,2,21503,'','2013-12-16 20:55:17'),(89003,3,21503,'','2013-12-16 20:55:17'),(89004,6,21503,'','2013-12-16 20:55:17'),(89005,7,21503,'DAY','2013-12-16 20:55:17'),(89006,66,21503,'OPD','2013-12-16 20:55:17'),(89007,67,21503,'','2013-12-16 20:55:17'),(89008,1,21506,'','2013-12-16 20:55:18'),(89009,2,21506,'','2013-12-16 20:55:18'),(89010,3,21506,'','2013-12-16 20:55:18'),(89011,6,21506,'','2013-12-16 20:55:18'),(89012,7,21506,'DAY','2013-12-16 20:55:18'),(89013,66,21506,'OPD','2013-12-16 20:55:18'),(89014,67,21506,'','2013-12-16 20:55:18'),(89015,1,21510,'','2013-12-16 20:55:18'),(89016,2,21510,'','2013-12-16 20:55:18'),(89017,3,21510,'','2013-12-16 20:55:18'),(89018,6,21510,'','2013-12-16 20:55:18'),(89019,7,21510,'DAY','2013-12-16 20:55:18'),(89020,66,21510,'OPD','2013-12-16 20:55:18'),(89021,67,21510,'','2013-12-16 20:55:18'),(89022,1,21511,'3606649','2013-12-16 21:02:08'),(89023,2,21511,'598866','2013-12-16 21:02:08'),(89024,3,21511,'','2013-12-16 21:02:08'),(89025,6,21511,'35.00','2013-12-16 21:02:08'),(89026,7,21511,'DAY','2013-12-16 21:02:08'),(89027,66,21511,'OPD','2013-12-16 21:02:08'),(89028,67,21511,'','2013-12-16 21:02:08'),(89029,1,21512,'3606660','2013-12-16 21:08:45'),(89030,2,21512,'','2013-12-16 21:08:45'),(89031,3,21512,'','2013-12-16 21:08:45'),(89032,6,21512,'85.00','2013-12-16 21:08:45'),(89033,7,21512,'DAY','2013-12-16 21:08:45'),(89034,66,21512,'OPD','2013-12-16 21:08:45'),(89035,67,21512,'','2013-12-16 21:08:45'),(89036,1,21514,'','2013-12-16 21:08:45'),(89037,2,21514,'','2013-12-16 21:08:45'),(89038,3,21514,'','2013-12-16 21:08:45'),(89039,6,21514,'','2013-12-16 21:08:45'),(89040,7,21514,'DAY','2013-12-16 21:08:45'),(89041,66,21514,'OPD','2013-12-16 21:08:45'),(89042,67,21514,'','2013-12-16 21:08:45'),(89043,1,21515,'3606668','2013-12-16 21:12:39'),(89044,2,21515,'','2013-12-16 21:12:39'),(89045,3,21515,'','2013-12-16 21:12:39'),(89046,6,21515,'69.00','2013-12-16 21:12:39'),(89047,7,21515,'DAY','2013-12-16 21:12:39'),(89048,66,21515,'WARD C','2013-12-16 21:12:39'),(89049,67,21515,'JOSEPH','2013-12-16 21:12:39'),(89050,1,21517,'','2013-12-16 21:12:39'),(89051,2,21517,'','2013-12-16 21:12:39'),(89052,3,21517,'','2013-12-16 21:12:39'),(89053,6,21517,'','2013-12-16 21:12:39'),(89054,7,21517,'DAY','2013-12-16 21:12:39'),(89055,66,21517,'OPD','2013-12-16 21:12:39'),(89056,67,21517,'','2013-12-16 21:12:39'),(89057,1,21518,'3606662','2013-12-16 21:15:16'),(89058,2,21518,'598869','2013-12-16 21:15:16'),(89059,3,21518,'','2013-12-16 21:15:16'),(89060,6,21518,'214.00','2013-12-16 21:15:16'),(89061,7,21518,'DAY','2013-12-16 21:15:16'),(89062,66,21518,'OPD','2013-12-16 21:15:16'),(89063,67,21518,'','2013-12-16 21:15:16'),(89064,1,21520,'','2013-12-16 21:15:16'),(89065,2,21520,'','2013-12-16 21:15:16'),(89066,3,21520,'','2013-12-16 21:15:16'),(89067,6,21520,'','2013-12-16 21:15:16'),(89068,7,21520,'DAY','2013-12-16 21:15:16'),(89069,66,21520,'OPD','2013-12-16 21:15:16'),(89070,67,21520,'','2013-12-16 21:15:16'),(89071,1,21523,'','2013-12-16 21:15:16'),(89072,2,21523,'','2013-12-16 21:15:16'),(89073,3,21523,'','2013-12-16 21:15:16'),(89074,6,21523,'','2013-12-16 21:15:16'),(89075,7,21523,'DAY','2013-12-16 21:15:16'),(89076,66,21523,'OPD','2013-12-16 21:15:16'),(89077,67,21523,'','2013-12-16 21:15:16'),(89078,1,21527,'','2013-12-16 21:15:16'),(89079,2,21527,'','2013-12-16 21:15:16'),(89080,3,21527,'','2013-12-16 21:15:16'),(89081,6,21527,'','2013-12-16 21:15:16'),(89082,7,21527,'DAY','2013-12-16 21:15:16'),(89083,66,21527,'OPD','2013-12-16 21:15:16'),(89084,67,21527,'','2013-12-16 21:15:16'),(89085,1,21528,'3606666','2013-12-16 21:17:27'),(89086,2,21528,'','2013-12-16 21:17:27'),(89087,3,21528,'','2013-12-16 21:17:27'),(89088,6,21528,'37.00','2013-12-16 21:17:27'),(89089,7,21528,'DAY','2013-12-16 21:17:27'),(89090,66,21528,'OPD','2013-12-16 21:17:27'),(89091,67,21528,'','2013-12-16 21:17:27'),(89092,1,21529,'3606675','2013-12-16 21:22:04'),(89093,2,21529,'','2013-12-16 21:22:04'),(89094,3,21529,'','2013-12-16 21:22:04'),(89095,6,21529,'267.40','2013-12-16 21:22:04'),(89096,7,21529,'DAY','2013-12-16 21:22:04'),(89097,66,21529,'OPD','2013-12-16 21:22:04'),(89098,67,21529,'','2013-12-16 21:22:04'),(89099,1,21531,'','2013-12-16 21:22:04'),(89100,2,21531,'','2013-12-16 21:22:04'),(89101,3,21531,'','2013-12-16 21:22:04'),(89102,6,21531,'','2013-12-16 21:22:04'),(89103,7,21531,'DAY','2013-12-16 21:22:04'),(89104,66,21531,'OPD','2013-12-16 21:22:04'),(89105,67,21531,'','2013-12-16 21:22:04'),(89106,1,21532,'3606690','2013-12-16 21:29:13'),(89107,2,21532,'','2013-12-16 21:29:13'),(89108,3,21532,'','2013-12-16 21:29:13'),(89109,6,21532,'37.00','2013-12-16 21:29:13'),(89110,7,21532,'DAY','2013-12-16 21:29:13'),(89111,66,21532,'OPD','2013-12-16 21:29:13'),(89112,67,21532,'','2013-12-16 21:29:13'),(89113,1,21533,'3606704','2013-12-16 21:43:31'),(89114,2,21533,'','2013-12-16 21:43:31'),(89115,3,21533,'','2013-12-16 21:43:31'),(89116,6,21533,'94.00','2013-12-16 21:43:31'),(89117,7,21533,'DAY','2013-12-16 21:43:31'),(89118,66,21533,'OPD','2013-12-16 21:43:31'),(89119,67,21533,'','2013-12-16 21:43:31'),(89120,1,21535,'','2013-12-16 21:43:32'),(89121,2,21535,'','2013-12-16 21:43:32'),(89122,3,21535,'','2013-12-16 21:43:32'),(89123,6,21535,'','2013-12-16 21:43:32'),(89124,7,21535,'DAY','2013-12-16 21:43:32'),(89125,66,21535,'OPD','2013-12-16 21:43:32'),(89126,67,21535,'','2013-12-16 21:43:32'),(89127,1,21536,'3602542','2013-12-16 21:47:23'),(89128,2,21536,'','2013-12-16 21:47:23'),(89129,3,21536,'','2013-12-16 21:47:23'),(89130,6,21536,'48.24','2013-12-16 21:47:23'),(89131,7,21536,'DAY','2013-12-16 21:47:23'),(89132,66,21536,'OPD','2013-12-16 21:47:23'),(89133,67,21536,'','2013-12-16 21:47:23'),(89134,1,21537,'3606708','2013-12-16 21:58:58'),(89135,2,21537,'','2013-12-16 21:58:58'),(89136,3,21537,'','2013-12-16 21:58:58'),(89137,6,21537,'50.00','2013-12-16 21:58:58'),(89138,7,21537,'DAY','2013-12-16 21:58:58'),(89139,66,21537,'OPD','2013-12-16 21:58:58'),(89140,67,21537,'','2013-12-16 21:58:58'),(89141,1,21539,'','2013-12-16 21:58:59'),(89142,2,21539,'','2013-12-16 21:58:59'),(89143,3,21539,'','2013-12-16 21:58:59'),(89144,6,21539,'','2013-12-16 21:58:59'),(89145,7,21539,'DAY','2013-12-16 21:58:59'),(89146,66,21539,'OPD','2013-12-16 21:58:59'),(89147,67,21539,'','2013-12-16 21:58:59'),(89148,1,21540,'3606696','2013-12-16 22:04:33'),(89149,2,21540,'598879','2013-12-16 22:04:33'),(89150,3,21540,'','2013-12-16 22:04:33'),(89151,6,21540,'261.00','2013-12-16 22:04:33'),(89152,7,21540,'DAY','2013-12-16 22:04:33'),(89153,66,21540,'TROOM','2013-12-16 22:04:33'),(89154,67,21540,'AKUA','2013-12-16 22:04:33'),(89155,1,21542,'','2013-12-16 22:04:34'),(89156,2,21542,'','2013-12-16 22:04:34'),(89157,3,21542,'','2013-12-16 22:04:34'),(89158,6,21542,'','2013-12-16 22:04:34'),(89159,7,21542,'DAY','2013-12-16 22:04:34'),(89160,66,21542,'OPD','2013-12-16 22:04:34'),(89161,67,21542,'','2013-12-16 22:04:34'),(89162,1,21543,'3606623','2013-12-16 22:06:55'),(89163,2,21543,'598892','2013-12-16 22:06:55'),(89164,3,21543,'','2013-12-16 22:06:55'),(89165,6,21543,'','2013-12-16 22:06:55'),(89166,7,21543,'DAY','2013-12-16 22:06:55'),(89167,66,21543,'TROOM','2013-12-16 22:06:55'),(89168,67,21543,'AKUA','2013-12-16 22:06:55'),(89169,1,21544,'3606719','2013-12-16 22:13:44'),(89170,2,21544,'','2013-12-16 22:13:44'),(89171,3,21544,'','2013-12-16 22:13:44'),(89172,6,21544,'37.00','2013-12-16 22:13:44'),(89173,7,21544,'DAY','2013-12-16 22:13:44'),(89174,66,21544,'OPD','2013-12-16 22:13:44'),(89175,67,21544,'','2013-12-16 22:13:44'),(89176,1,21545,'3606732','2013-12-16 22:26:00'),(89177,2,21545,'','2013-12-16 22:26:00'),(89178,3,21545,'','2013-12-16 22:26:00'),(89179,6,21545,'81.00','2013-12-16 22:26:00'),(89180,7,21545,'DAY','2013-12-16 22:26:00'),(89181,66,21545,'OPD','2013-12-16 22:26:00'),(89182,67,21545,'','2013-12-16 22:26:00'),(89183,1,21546,'3606710','2013-12-16 22:31:35'),(89184,2,21546,'598890','2013-12-16 22:31:35'),(89185,3,21546,'','2013-12-16 22:31:35'),(89186,6,21546,'62.00','2013-12-16 22:31:35'),(89187,7,21546,'DAY','2013-12-16 22:31:35'),(89188,66,21546,'OPD','2013-12-16 22:31:35'),(89189,67,21546,'','2013-12-16 22:31:35'),(89190,1,21547,'3606737','2013-12-16 22:35:28'),(89191,2,21547,'','2013-12-16 22:35:28'),(89192,3,21547,'','2013-12-16 22:35:28'),(89193,6,21547,'380.00','2013-12-16 22:35:28'),(89194,7,21547,'DAY','2013-12-16 22:35:28'),(89195,66,21547,'OPD','2013-12-16 22:35:28'),(89196,67,21547,'','2013-12-16 22:35:28'),(89197,1,21549,'','2013-12-16 22:35:28'),(89198,2,21549,'','2013-12-16 22:35:28'),(89199,3,21549,'','2013-12-16 22:35:28'),(89200,6,21549,'','2013-12-16 22:35:28'),(89201,7,21549,'DAY','2013-12-16 22:35:28'),(89202,66,21549,'OPD','2013-12-16 22:35:28'),(89203,67,21549,'','2013-12-16 22:35:28'),(89204,1,21552,'','2013-12-16 22:35:29'),(89205,2,21552,'','2013-12-16 22:35:29'),(89206,3,21552,'','2013-12-16 22:35:29'),(89207,6,21552,'','2013-12-16 22:35:29'),(89208,7,21552,'DAY','2013-12-16 22:35:29'),(89209,66,21552,'OPD','2013-12-16 22:35:29'),(89210,67,21552,'','2013-12-16 22:35:29'),(89211,1,21556,'','2013-12-16 22:35:29'),(89212,2,21556,'','2013-12-16 22:35:29'),(89213,3,21556,'','2013-12-16 22:35:29'),(89214,6,21556,'','2013-12-16 22:35:29'),(89215,7,21556,'DAY','2013-12-16 22:35:29'),(89216,66,21556,'OPD','2013-12-16 22:35:29'),(89217,67,21556,'','2013-12-16 22:35:29'),(89218,1,21561,'','2013-12-16 22:35:29'),(89219,2,21561,'','2013-12-16 22:35:29'),(89220,3,21561,'','2013-12-16 22:35:29'),(89221,6,21561,'','2013-12-16 22:35:29'),(89222,7,21561,'DAY','2013-12-16 22:35:29'),(89223,66,21561,'OPD','2013-12-16 22:35:29'),(89224,67,21561,'','2013-12-16 22:35:29'),(89225,1,21562,'3606735','2013-12-16 22:37:07'),(89226,2,21562,'598901','2013-12-16 22:37:07'),(89227,3,21562,'','2013-12-16 22:37:07'),(89228,6,21562,'24.00','2013-12-16 22:37:07'),(89229,7,21562,'DAY','2013-12-16 22:37:07'),(89230,66,21562,'OPD','2013-12-16 22:37:07'),(89231,67,21562,'','2013-12-16 22:37:07'),(89232,1,21563,'','2013-12-16 22:39:26'),(89233,2,21563,'','2013-12-16 22:39:26'),(89234,3,21563,'','2013-12-16 22:39:26'),(89235,6,21563,'','2013-12-16 22:39:26'),(89236,7,21563,'DAY','2013-12-16 22:39:26'),(89237,66,21563,'OPD','2013-12-16 22:39:26'),(89238,67,21563,'','2013-12-16 22:39:26'),(89239,1,21564,'','2013-12-16 22:42:48'),(89240,2,21564,'','2013-12-16 22:42:48'),(89241,3,21564,'','2013-12-16 22:42:48'),(89242,6,21564,'','2013-12-16 22:42:48'),(89243,7,21564,'DAY','2013-12-16 22:42:48'),(89244,66,21564,'OPD','2013-12-16 22:42:48'),(89245,67,21564,'','2013-12-16 22:42:48'),(89246,1,21565,'3606740','2013-12-16 22:45:09'),(89247,2,21565,'598902','2013-12-16 22:45:09'),(89248,3,21565,'','2013-12-16 22:45:09'),(89249,6,21565,'35.00','2013-12-16 22:45:09'),(89250,7,21565,'DAY','2013-12-16 22:45:09'),(89251,66,21565,'SELF REQ','2013-12-16 22:45:09'),(89252,67,21565,'','2013-12-16 22:45:09'),(89253,1,21566,'3606729','2013-12-16 22:49:00'),(89254,2,21566,'','2013-12-16 22:49:00'),(89255,3,21566,'','2013-12-16 22:49:00'),(89256,6,21566,'156.00','2013-12-16 22:49:00'),(89257,7,21566,'DAY','2013-12-16 22:49:00'),(89258,66,21566,'OPD','2013-12-16 22:49:00'),(89259,67,21566,'','2013-12-16 22:49:00'),(89260,1,21568,'','2013-12-16 22:49:00'),(89261,2,21568,'','2013-12-16 22:49:00'),(89262,3,21568,'','2013-12-16 22:49:00'),(89263,6,21568,'','2013-12-16 22:49:00'),(89264,7,21568,'DAY','2013-12-16 22:49:00'),(89265,66,21568,'OPD','2013-12-16 22:49:00'),(89266,67,21568,'','2013-12-16 22:49:00'),(89267,1,21569,'3606741','2013-12-16 22:51:30'),(89268,2,21569,'598904','2013-12-16 22:51:30'),(89269,3,21569,'','2013-12-16 22:51:30'),(89270,6,21569,'','2013-12-16 22:51:30'),(89271,7,21569,'DAY','2013-12-16 22:51:30'),(89272,66,21569,'OPD','2013-12-16 22:51:30'),(89273,67,21569,'','2013-12-16 22:51:30'),(89274,1,21570,'3606742','2013-12-16 22:57:47'),(89275,2,21570,'598905','2013-12-16 22:57:47'),(89276,3,21570,'','2013-12-16 22:57:47'),(89277,6,21570,'22.00','2013-12-16 22:57:47'),(89278,7,21570,'DAY','2013-12-16 22:57:47'),(89279,66,21570,'OPD','2013-12-16 22:57:47'),(89280,67,21570,'','2013-12-16 22:57:47'),(89281,1,21571,'3606743','2013-12-16 23:02:11'),(89282,2,21571,'598906','2013-12-16 23:02:11'),(89283,3,21571,'','2013-12-16 23:02:11'),(89284,6,21571,'85.00','2013-12-16 23:02:11'),(89285,7,21571,'DAY','2013-12-16 23:02:11'),(89286,66,21571,'OPD','2013-12-16 23:02:11'),(89287,67,21571,'','2013-12-16 23:02:11'),(89288,1,21572,'3606750','2013-12-16 23:06:06'),(89289,2,21572,'','2013-12-16 23:06:06'),(89290,3,21572,'','2013-12-16 23:06:06'),(89291,6,21572,'131.00','2013-12-16 23:06:06'),(89292,7,21572,'DAY','2013-12-16 23:06:06'),(89293,66,21572,'OPD','2013-12-16 23:06:06'),(89294,67,21572,'','2013-12-16 23:06:06'),(89295,1,21574,'','2013-12-16 23:06:06'),(89296,2,21574,'','2013-12-16 23:06:06'),(89297,3,21574,'','2013-12-16 23:06:06'),(89298,6,21574,'','2013-12-16 23:06:06'),(89299,7,21574,'DAY','2013-12-16 23:06:06'),(89300,66,21574,'OPD','2013-12-16 23:06:06'),(89301,67,21574,'','2013-12-16 23:06:06'),(89302,1,21577,'','2013-12-16 23:06:07'),(89303,2,21577,'','2013-12-16 23:06:07'),(89304,3,21577,'','2013-12-16 23:06:07'),(89305,6,21577,'','2013-12-16 23:06:07'),(89306,7,21577,'DAY','2013-12-16 23:06:07'),(89307,66,21577,'OPD','2013-12-16 23:06:07'),(89308,67,21577,'','2013-12-16 23:06:07'),(89309,1,21578,'','2013-12-16 23:11:22'),(89310,2,21578,'','2013-12-16 23:11:22'),(89311,3,21578,'','2013-12-16 23:11:22'),(89312,6,21578,'','2013-12-16 23:11:22'),(89313,7,21578,'DAY','2013-12-16 23:11:22'),(89314,66,21578,'OPD','2013-12-16 23:11:22'),(89315,67,21578,'','2013-12-16 23:11:22'),(89316,1,21579,'3606754','2013-12-16 23:17:51'),(89317,2,21579,'','2013-12-16 23:17:51'),(89318,3,21579,'','2013-12-16 23:17:51'),(89319,6,21579,'81.24','2013-12-16 23:17:51'),(89320,7,21579,'DAY','2013-12-16 23:17:51'),(89321,66,21579,'OPD','2013-12-16 23:17:51'),(89322,67,21579,'','2013-12-16 23:17:51'),(89323,1,21580,'3606748','2013-12-16 23:20:19'),(89324,2,21580,'598912','2013-12-16 23:20:19'),(89325,3,21580,'','2013-12-16 23:20:19'),(89326,6,21580,'72.00','2013-12-16 23:20:19'),(89327,7,21580,'DAY','2013-12-16 23:20:19'),(89328,66,21580,'OPD','2013-12-16 23:20:19'),(89329,67,21580,'','2013-12-16 23:20:19'),(89330,1,21582,'','2013-12-16 23:20:19'),(89331,2,21582,'','2013-12-16 23:20:19'),(89332,3,21582,'','2013-12-16 23:20:19'),(89333,6,21582,'','2013-12-16 23:20:19'),(89334,7,21582,'DAY','2013-12-16 23:20:19'),(89335,66,21582,'OPD','2013-12-16 23:20:19'),(89336,67,21582,'','2013-12-16 23:20:19'),(89337,1,21583,'3606760','2013-12-16 23:39:10'),(89338,2,21583,'','2013-12-16 23:39:10'),(89339,3,21583,'','2013-12-16 23:39:10'),(89340,6,21583,'37.00','2013-12-16 23:39:10'),(89341,7,21583,'DAY','2013-12-16 23:39:10'),(89342,66,21583,'OPD','2013-12-16 23:39:10'),(89343,67,21583,'','2013-12-16 23:39:10'),(89344,1,21584,'3606769','2013-12-16 23:41:57'),(89345,2,21584,'','2013-12-16 23:41:57'),(89346,3,21584,'','2013-12-16 23:41:57'),(89347,6,21584,'94.00','2013-12-16 23:41:57'),(89348,7,21584,'DAY','2013-12-16 23:41:57'),(89349,66,21584,'OPD','2013-12-16 23:41:57'),(89350,67,21584,'','2013-12-16 23:41:57'),(89351,1,21586,'','2013-12-16 23:41:57'),(89352,2,21586,'','2013-12-16 23:41:57'),(89353,3,21586,'','2013-12-16 23:41:57'),(89354,6,21586,'','2013-12-16 23:41:57'),(89355,7,21586,'DAY','2013-12-16 23:41:57'),(89356,66,21586,'OPD','2013-12-16 23:41:57'),(89357,67,21586,'','2013-12-16 23:41:57'),(89358,1,21587,'3606772','2013-12-16 23:49:36'),(89359,2,21587,'','2013-12-16 23:49:36'),(89360,3,21587,'','2013-12-16 23:49:36'),(89361,6,21587,'22.00','2013-12-16 23:49:37'),(89362,7,21587,'DAY','2013-12-16 23:49:37'),(89363,66,21587,'OPD','2013-12-16 23:49:37'),(89364,67,21587,'','2013-12-16 23:49:37'),(89365,1,21588,'3606780','2013-12-16 23:54:44'),(89366,2,21588,'','2013-12-16 23:54:44'),(89367,3,21588,'','2013-12-16 23:54:44'),(89368,6,21588,'22.00','2013-12-16 23:54:44'),(89369,7,21588,'DAY','2013-12-16 23:54:44'),(89370,66,21588,'OPD','2013-12-16 23:54:44'),(89371,67,21588,'','2013-12-16 23:54:44'),(89372,1,21589,'3606788','2013-12-16 23:57:10'),(89373,2,21589,'','2013-12-16 23:57:10'),(89374,3,21589,'','2013-12-16 23:57:10'),(89375,6,21589,'22.00','2013-12-16 23:57:10'),(89376,7,21589,'DAY','2013-12-16 23:57:10'),(89377,66,21589,'OPD','2013-12-16 23:57:10'),(89378,67,21589,'','2013-12-16 23:57:10'),(89379,1,21590,'3606792','2013-12-17 00:05:57'),(89380,2,21590,'','2013-12-17 00:05:57'),(89381,3,21590,'','2013-12-17 00:05:57'),(89382,6,21590,'67.00','2013-12-17 00:05:57'),(89383,7,21590,'DAY','2013-12-17 00:05:57'),(89384,66,21590,'OPD','2013-12-17 00:05:57'),(89385,67,21590,'','2013-12-17 00:05:57'),(89386,1,21592,'','2013-12-17 00:05:57'),(89387,2,21592,'','2013-12-17 00:05:57'),(89388,3,21592,'','2013-12-17 00:05:57'),(89389,6,21592,'','2013-12-17 00:05:57'),(89390,7,21592,'DAY','2013-12-17 00:05:57'),(89391,66,21592,'OPD','2013-12-17 00:05:57'),(89392,67,21592,'','2013-12-17 00:05:57'),(89393,1,21593,'3606850','2013-12-17 00:44:07'),(89394,2,21593,'','2013-12-17 00:44:07'),(89395,3,21593,'','2013-12-17 00:44:07'),(89396,6,21593,'112.00','2013-12-17 00:44:07'),(89397,7,21593,'DAY','2013-12-17 00:44:07'),(89398,66,21593,'OPD','2013-12-17 00:44:07'),(89399,67,21593,'','2013-12-17 00:44:07'),(89400,1,21594,'3606857','2013-12-17 01:05:58'),(89401,2,21594,'598935','2013-12-17 01:05:58'),(89402,3,21594,'','2013-12-17 01:05:58'),(89403,6,21594,'20.00','2013-12-17 01:05:58'),(89404,7,21594,'DAY','2013-12-17 01:05:58'),(89405,66,21594,'OPD','2013-12-17 01:05:58'),(89406,67,21594,'','2013-12-17 01:05:58'),(89407,1,21595,'3606864','2013-12-17 01:20:23'),(89408,2,21595,'','2013-12-17 01:20:23'),(89409,3,21595,'','2013-12-17 01:20:23'),(89410,6,21595,'91.00','2013-12-17 01:20:23'),(89411,7,21595,'DAY','2013-12-17 01:20:23'),(89412,66,21595,'OPD','2013-12-17 01:20:23'),(89413,67,21595,'','2013-12-17 01:20:23'),(89414,1,21597,'','2013-12-17 01:20:24'),(89415,2,21597,'','2013-12-17 01:20:24'),(89416,3,21597,'','2013-12-17 01:20:24'),(89417,6,21597,'','2013-12-17 01:20:24'),(89418,7,21597,'DAY','2013-12-17 01:20:24'),(89419,66,21597,'OPD','2013-12-17 01:20:24'),(89420,67,21597,'','2013-12-17 01:20:24'),(89421,1,21598,'3606875','2013-12-17 01:48:34'),(89422,2,21598,'598945','2013-12-17 01:48:34'),(89423,3,21598,'','2013-12-17 01:48:34'),(89424,6,21598,'75.00','2013-12-17 01:48:34'),(89425,7,21598,'DAY','2013-12-17 01:48:34'),(89426,66,21598,'TROOM','2013-12-17 01:48:34'),(89427,67,21598,'','2013-12-17 01:48:34'),(89428,1,21599,'3606889','2013-12-17 02:09:25'),(89429,2,21599,'','2013-12-17 02:09:25'),(89430,3,21599,'','2013-12-17 02:09:25'),(89431,6,21599,'94.00','2013-12-17 02:09:25'),(89432,7,21599,'DAY','2013-12-17 02:09:25'),(89433,66,21599,'OPD','2013-12-17 02:09:25'),(89434,67,21599,'','2013-12-17 02:09:25'),(89435,1,21601,'','2013-12-17 02:09:25'),(89436,2,21601,'','2013-12-17 02:09:25'),(89437,3,21601,'','2013-12-17 02:09:25'),(89438,6,21601,'','2013-12-17 02:09:25'),(89439,7,21601,'DAY','2013-12-17 02:09:25'),(89440,66,21601,'OPD','2013-12-17 02:09:25'),(89441,67,21601,'','2013-12-17 02:09:25'),(89442,1,21602,'3606893','2013-12-17 02:12:40'),(89443,2,21602,'','2013-12-17 02:12:40'),(89444,3,21602,'','2013-12-17 02:12:40'),(89445,6,21602,'66.00','2013-12-17 02:12:40'),(89446,7,21602,'DAY','2013-12-17 02:12:40'),(89447,66,21602,'OPD','2013-12-17 02:12:40'),(89448,67,21602,'','2013-12-17 02:12:40'),(89449,1,21603,'3606901','2013-12-17 02:31:20'),(89450,2,21603,'','2013-12-17 02:31:20'),(89451,3,21603,'','2013-12-17 02:31:20'),(89452,6,21603,'170.00','2013-12-17 02:31:20'),(89453,7,21603,'DAY','2013-12-17 02:31:20'),(89454,66,21603,'OPD','2013-12-17 02:31:20'),(89455,67,21603,'','2013-12-17 02:31:20'),(89456,1,21605,'','2013-12-17 02:31:20'),(89457,2,21605,'','2013-12-17 02:31:20'),(89458,3,21605,'','2013-12-17 02:31:20'),(89459,6,21605,'','2013-12-17 02:31:20'),(89460,7,21605,'DAY','2013-12-17 02:31:20'),(89461,66,21605,'OPD','2013-12-17 02:31:20'),(89462,67,21605,'','2013-12-17 02:31:20'),(89463,1,21608,'','2013-12-17 02:31:20'),(89464,2,21608,'','2013-12-17 02:31:20'),(89465,3,21608,'','2013-12-17 02:31:20'),(89466,6,21608,'','2013-12-17 02:31:20'),(89467,7,21608,'DAY','2013-12-17 02:31:20'),(89468,66,21608,'OPD','2013-12-17 02:31:20'),(89469,67,21608,'','2013-12-17 02:31:20'),(89470,1,21609,'','2013-12-17 02:34:08'),(89471,2,21609,'','2013-12-17 02:34:08'),(89472,3,21609,'','2013-12-17 02:34:08'),(89473,6,21609,'','2013-12-17 02:34:08'),(89474,7,21609,'DAY','2013-12-17 02:34:08'),(89475,66,21609,'OPD','2013-12-17 02:34:08'),(89476,67,21609,'','2013-12-17 02:34:08'),(89477,1,21610,'3606916','2013-12-17 02:39:00'),(89478,2,21610,'','2013-12-17 02:39:00'),(89479,3,21610,'','2013-12-17 02:39:00'),(89480,6,21610,'35.00','2013-12-17 02:39:00'),(89481,7,21610,'DAY','2013-12-17 02:39:00'),(89482,66,21610,'OPD','2013-12-17 02:39:00'),(89483,67,21610,'','2013-12-17 02:39:00'),(89484,1,21612,'','2013-12-17 02:39:01'),(89485,2,21612,'','2013-12-17 02:39:01'),(89486,3,21612,'','2013-12-17 02:39:01'),(89487,6,21612,'','2013-12-17 02:39:01'),(89488,7,21612,'DAY','2013-12-17 02:39:01'),(89489,66,21612,'OPD','2013-12-17 02:39:01'),(89490,67,21612,'','2013-12-17 02:39:01'),(89491,1,21613,'3606952','2013-12-17 03:23:31'),(89492,2,21613,'','2013-12-17 03:23:32'),(89493,3,21613,'','2013-12-17 03:23:32'),(89494,6,21613,'81','2013-12-17 03:23:32'),(89495,7,21613,'NIGHT','2013-12-17 03:23:32'),(89496,66,21613,'OPD','2013-12-17 03:23:32'),(89497,67,21613,'','2013-12-17 03:23:32'),(89498,1,21614,'3606954','2013-12-17 03:28:49'),(89499,2,21614,'','2013-12-17 03:28:49'),(89500,3,21614,'','2013-12-17 03:28:49'),(89501,6,21614,'121','2013-12-17 03:28:49'),(89502,7,21614,'NIGHT','2013-12-17 03:28:49'),(89503,66,21614,'OPD','2013-12-17 03:28:49'),(89504,67,21614,'','2013-12-17 03:28:49'),(89505,1,21616,'','2013-12-17 03:28:49'),(89506,2,21616,'','2013-12-17 03:28:49'),(89507,3,21616,'','2013-12-17 03:28:49'),(89508,6,21616,'','2013-12-17 03:28:49'),(89509,7,21616,'NIGHT','2013-12-17 03:28:49'),(89510,66,21616,'OPD','2013-12-17 03:28:49'),(89511,67,21616,'','2013-12-17 03:28:49'),(89512,1,21617,'3606956','2013-12-17 03:32:21'),(89513,2,21617,'','2013-12-17 03:32:21'),(89514,3,21617,'','2013-12-17 03:32:21'),(89515,6,21617,'27','2013-12-17 03:32:21'),(89516,7,21617,'NIGHT','2013-12-17 03:32:21'),(89517,66,21617,'OPD','2013-12-17 03:32:21'),(89518,67,21617,'','2013-12-17 03:32:21'),(89519,1,21618,'3606957','2013-12-17 03:34:50'),(89520,2,21618,'','2013-12-17 03:34:50'),(89521,3,21618,'','2013-12-17 03:34:50'),(89522,6,21618,'22','2013-12-17 03:34:50'),(89523,7,21618,'NIGHT','2013-12-17 03:34:50'),(89524,66,21618,'OPD','2013-12-17 03:34:50'),(89525,67,21618,'','2013-12-17 03:34:50'),(89526,1,21619,'3606965','2013-12-17 03:53:48'),(89527,2,21619,'','2013-12-17 03:53:48'),(89528,3,21619,'','2013-12-17 03:53:48'),(89529,6,21619,'192','2013-12-17 03:53:48'),(89530,7,21619,'NIGHT','2013-12-17 03:53:48'),(89531,66,21619,'TROOM','2013-12-17 03:53:48'),(89532,67,21619,'DEDE','2013-12-17 03:53:48'),(89533,1,21621,'','2013-12-17 03:53:49'),(89534,2,21621,'','2013-12-17 03:53:49'),(89535,3,21621,'','2013-12-17 03:53:49'),(89536,6,21621,'','2013-12-17 03:53:49'),(89537,7,21621,'NIGHT','2013-12-17 03:53:49'),(89538,66,21621,'TROOM','2013-12-17 03:53:49'),(89539,67,21621,'DEDE','2013-12-17 03:53:49'),(89540,1,21622,'3606966','2013-12-17 03:56:46'),(89541,2,21622,'','2013-12-17 03:56:46'),(89542,3,21622,'','2013-12-17 03:56:46'),(89543,6,21622,'112','2013-12-17 03:56:46'),(89544,7,21622,'NIGHT','2013-12-17 03:56:46'),(89545,66,21622,'OPD','2013-12-17 03:56:46'),(89546,67,21622,'','2013-12-17 03:56:46'),(89547,1,21624,'','2013-12-17 03:56:46'),(89548,2,21624,'','2013-12-17 03:56:46'),(89549,3,21624,'','2013-12-17 03:56:46'),(89550,6,21624,'','2013-12-17 03:56:46'),(89551,7,21624,'NIGHT','2013-12-17 03:56:46'),(89552,66,21624,'OPD','2013-12-17 03:56:46'),(89553,67,21624,'','2013-12-17 03:56:46'),(89554,1,21627,'','2013-12-17 03:56:46'),(89555,2,21627,'','2013-12-17 03:56:46'),(89556,3,21627,'','2013-12-17 03:56:46'),(89557,6,21627,'','2013-12-17 03:56:46'),(89558,7,21627,'NIGHT','2013-12-17 03:56:46'),(89559,66,21627,'OPD','2013-12-17 03:56:46'),(89560,67,21627,'','2013-12-17 03:56:46'),(89561,1,21628,'3606968','2013-12-17 04:03:29'),(89562,2,21628,'598962','2013-12-17 04:03:29'),(89563,3,21628,'','2013-12-17 04:03:29'),(89564,6,21628,'47','2013-12-17 04:03:29'),(89565,7,21628,'NIGHT','2013-12-17 04:03:29'),(89566,66,21628,'OPD','2013-12-17 04:03:29'),(89567,67,21628,'','2013-12-17 04:03:29'),(89568,1,21630,'','2013-12-17 04:03:29'),(89569,2,21630,'','2013-12-17 04:03:29'),(89570,3,21630,'','2013-12-17 04:03:29'),(89571,6,21630,'','2013-12-17 04:03:29'),(89572,7,21630,'NIGHT','2013-12-17 04:03:29'),(89573,66,21630,'OPD','2013-12-17 04:03:29'),(89574,67,21630,'','2013-12-17 04:03:29'),(89575,1,21631,'3606970','2013-12-17 04:41:52'),(89576,2,21631,'','2013-12-17 04:41:52'),(89577,3,21631,'','2013-12-17 04:41:52'),(89578,6,21631,'24','2013-12-17 04:41:52'),(89579,7,21631,'NIGHT','2013-12-17 04:41:52'),(89580,66,21631,'OPD','2013-12-17 04:41:52'),(89581,67,21631,'','2013-12-17 04:41:52'),(89582,1,21632,'36066976','2013-12-17 04:47:56'),(89583,2,21632,'','2013-12-17 04:47:56'),(89584,3,21632,'','2013-12-17 04:47:56'),(89585,6,21632,'112','2013-12-17 04:47:56'),(89586,7,21632,'NIGHT','2013-12-17 04:47:56'),(89587,66,21632,'OPD','2013-12-17 04:47:56'),(89588,67,21632,'','2013-12-17 04:47:56'),(89589,1,21634,'','2013-12-17 04:47:56'),(89590,2,21634,'','2013-12-17 04:47:56'),(89591,3,21634,'','2013-12-17 04:47:56'),(89592,6,21634,'','2013-12-17 04:47:56'),(89593,7,21634,'NIGHT','2013-12-17 04:47:56'),(89594,66,21634,'OPD','2013-12-17 04:47:56'),(89595,67,21634,'','2013-12-17 04:47:56'),(89596,1,21637,'','2013-12-17 04:47:57'),(89597,2,21637,'','2013-12-17 04:47:57'),(89598,3,21637,'','2013-12-17 04:47:57'),(89599,6,21637,'','2013-12-17 04:47:57'),(89600,7,21637,'NIGHT','2013-12-17 04:47:57'),(89601,66,21637,'OPD','2013-12-17 04:47:57'),(89602,67,21637,'','2013-12-17 04:47:57'),(89603,1,21638,'3606982','2013-12-17 05:15:21'),(89604,2,21638,'','2013-12-17 05:15:21'),(89605,3,21638,'','2013-12-17 05:15:21'),(89606,6,21638,'69','2013-12-17 05:15:21'),(89607,7,21638,'NIGHT','2013-12-17 05:15:21'),(89608,66,21638,'WARD C','2013-12-17 05:15:21'),(89609,67,21638,'MAVIS','2013-12-17 05:15:21'),(89610,1,21640,'','2013-12-17 05:15:21'),(89611,2,21640,'','2013-12-17 05:15:21'),(89612,3,21640,'','2013-12-17 05:15:21'),(89613,6,21640,'','2013-12-17 05:15:21'),(89614,7,21640,'NIGHT','2013-12-17 05:15:21'),(89615,66,21640,'WARD C','2013-12-17 05:15:21'),(89616,67,21640,'MAVIS','2013-12-17 05:15:21'),(89617,1,21641,'3606984','2013-12-17 05:20:06'),(89618,2,21641,'','2013-12-17 05:20:06'),(89619,3,21641,'','2013-12-17 05:20:06'),(89620,6,21641,'94','2013-12-17 05:20:06'),(89621,7,21641,'NIGHT','2013-12-17 05:20:06'),(89622,66,21641,'OPD','2013-12-17 05:20:06'),(89623,67,21641,'','2013-12-17 05:20:06'),(89624,1,21643,'','2013-12-17 05:20:06'),(89625,2,21643,'','2013-12-17 05:20:06'),(89626,3,21643,'','2013-12-17 05:20:06'),(89627,6,21643,'','2013-12-17 05:20:06'),(89628,7,21643,'NIGHT','2013-12-17 05:20:06'),(89629,66,21643,'OPD','2013-12-17 05:20:06'),(89630,67,21643,'','2013-12-17 05:20:06'),(89631,1,21646,'','2013-12-17 05:20:07'),(89632,2,21646,'','2013-12-17 05:20:07'),(89633,3,21646,'','2013-12-17 05:20:07'),(89634,6,21646,'','2013-12-17 05:20:07'),(89635,7,21646,'NIGHT','2013-12-17 05:20:07'),(89636,66,21646,'OPD','2013-12-17 05:20:07'),(89637,67,21646,'','2013-12-17 05:20:07'),(89638,1,21647,'3606993','2013-12-17 06:10:13'),(89639,2,21647,'598978','2013-12-17 06:10:13'),(89640,3,21647,'','2013-12-17 06:10:13'),(89641,6,21647,'36','2013-12-17 06:10:13'),(89642,7,21647,'NIGHT','2013-12-17 06:10:13'),(89643,66,21647,'OPD','2013-12-17 06:10:13'),(89644,67,21647,'','2013-12-17 06:10:13'),(89645,1,21649,'3606995','2013-12-17 06:10:13'),(89646,2,21649,'598979','2013-12-17 06:10:13'),(89647,3,21649,'','2013-12-17 06:10:13'),(89648,6,21649,'51','2013-12-17 06:10:13'),(89649,7,21649,'NIGHT','2013-12-17 06:10:13'),(89650,66,21649,'OPD','2013-12-17 06:10:13'),(89651,67,21649,'','2013-12-17 06:10:13'),(89652,1,21652,'','2013-12-17 06:10:14'),(89653,2,21652,'','2013-12-17 06:10:14'),(89654,3,21652,'','2013-12-17 06:10:14'),(89655,6,21652,'','2013-12-17 06:10:14'),(89656,7,21652,'NIGHT','2013-12-17 06:10:14'),(89657,66,21652,'OPD','2013-12-17 06:10:14'),(89658,67,21652,'','2013-12-17 06:10:14'),(89659,1,21653,'3606996','2013-12-17 06:13:00'),(89660,2,21653,'598980','2013-12-17 06:13:00'),(89661,3,21653,'','2013-12-17 06:13:00'),(89662,6,21653,'104','2013-12-17 06:13:00'),(89663,7,21653,'NIGHT','2013-12-17 06:13:00'),(89664,66,21653,'OPD','2013-12-17 06:13:00'),(89665,67,21653,'','2013-12-17 06:13:00'),(89666,1,21655,'','2013-12-17 06:13:01'),(89667,2,21655,'','2013-12-17 06:13:01'),(89668,3,21655,'','2013-12-17 06:13:01'),(89669,6,21655,'','2013-12-17 06:13:01'),(89670,7,21655,'NIGHT','2013-12-17 06:13:01'),(89671,66,21655,'OPD','2013-12-17 06:13:01'),(89672,67,21655,'','2013-12-17 06:13:01'),(89673,1,21658,'','2013-12-17 06:13:01'),(89674,2,21658,'','2013-12-17 06:13:01'),(89675,3,21658,'','2013-12-17 06:13:01'),(89676,6,21658,'','2013-12-17 06:13:01'),(89677,7,21658,'NIGHT','2013-12-17 06:13:01'),(89678,66,21658,'OPD','2013-12-17 06:13:01'),(89679,67,21658,'','2013-12-17 06:13:01'),(89680,1,21659,'3606998','2013-12-17 06:27:46'),(89681,2,21659,'598983','2013-12-17 06:27:46'),(89682,3,21659,'','2013-12-17 06:27:46'),(89683,6,21659,'75','2013-12-17 06:27:46'),(89684,7,21659,'NIGHT','2013-12-17 06:27:46'),(89685,66,21659,'OPD','2013-12-17 06:27:46'),(89686,67,21659,'','2013-12-17 06:27:46'),(89687,1,21660,'3607015','2013-12-17 07:16:46'),(89688,2,21660,'','2013-12-17 07:16:46'),(89689,3,21660,'','2013-12-17 07:16:46'),(89690,6,21660,'101','2013-12-17 07:16:46'),(89691,7,21660,'NIGHT','2013-12-17 07:16:46'),(89692,66,21660,'OPD','2013-12-17 07:16:46'),(89693,67,21660,'','2013-12-17 07:16:46'),(89694,1,21662,'','2013-12-17 07:16:46'),(89695,2,21662,'','2013-12-17 07:16:46'),(89696,3,21662,'','2013-12-17 07:16:46'),(89697,6,21662,'','2013-12-17 07:16:46'),(89698,7,21662,'NIGHT','2013-12-17 07:16:46'),(89699,66,21662,'OPD','2013-12-17 07:16:46'),(89700,67,21662,'','2013-12-17 07:16:46'),(89701,1,21663,'3607044','2013-12-17 08:11:08'),(89702,2,21663,'','2013-12-17 08:11:08'),(89703,3,21663,'','2013-12-17 08:11:08'),(89704,6,21663,'27.30','2013-12-17 08:11:08'),(89705,7,21663,'NIGHT','2013-12-17 08:11:08'),(89706,66,21663,'WARD C','2013-12-17 08:11:08'),(89707,67,21663,'MAVIS','2013-12-17 08:11:08'),(89708,1,21664,'3607063','2013-12-17 11:12:20'),(89709,2,21664,'','2013-12-17 11:12:20'),(89710,3,21664,'','2013-12-17 11:12:20'),(89711,6,21664,'37','2013-12-17 11:12:20'),(89712,7,21664,'NIGHT','2013-12-17 11:12:20'),(89713,66,21664,'TROOM','2013-12-17 11:12:20'),(89714,67,21664,'','2013-12-17 11:12:20'),(89715,1,21665,'3572850','2013-12-17 13:21:30'),(89716,2,21665,'','2013-12-17 13:21:30'),(89717,3,21665,'','2013-12-17 13:21:30'),(89718,6,21665,'12','2013-12-17 13:21:30'),(89719,7,21665,'NIGHT','2013-12-17 13:21:30'),(89720,66,21665,'OPD','2013-12-17 13:21:30'),(89721,67,21665,'','2013-12-17 13:21:30'),(89722,1,21666,'3603064','2013-12-17 14:06:35'),(89723,2,21666,'','2013-12-17 14:06:35'),(89724,3,21666,'','2013-12-17 14:06:35'),(89725,6,21666,'12','2013-12-17 14:06:35'),(89726,7,21666,'NIGHT','2013-12-17 14:06:35'),(89727,66,21666,'OPD','2013-12-17 14:06:35'),(89728,67,21666,'','2013-12-17 14:06:35'),(89729,1,21667,'3607074','2013-12-17 14:07:57'),(89730,2,21667,'','2013-12-17 14:07:57'),(89731,3,21667,'','2013-12-17 14:07:57'),(89732,6,21667,'76','2013-12-17 14:07:57'),(89733,7,21667,'NIGHT','2013-12-17 14:07:57'),(89734,66,21667,'OPD','2013-12-17 14:07:57'),(89735,67,21667,'','2013-12-17 14:07:57'),(89736,1,21668,'3606947','2013-12-17 14:20:27'),(89737,2,21668,'','2013-12-17 14:20:27'),(89738,3,21668,'','2013-12-17 14:20:27'),(89739,6,21668,'147','2013-12-17 14:20:27'),(89740,7,21668,'NIGHT','2013-12-17 14:20:27'),(89741,66,21668,'OPD','2013-12-17 14:20:27'),(89742,67,21668,'','2013-12-17 14:20:27'),(89743,1,21670,'','2013-12-17 14:20:27'),(89744,2,21670,'','2013-12-17 14:20:27'),(89745,3,21670,'','2013-12-17 14:20:27'),(89746,6,21670,'','2013-12-17 14:20:27'),(89747,7,21670,'NIGHT','2013-12-17 14:20:27'),(89748,66,21670,'OPD','2013-12-17 14:20:27'),(89749,67,21670,'','2013-12-17 14:20:27'),(89750,1,21671,'3607079','2013-12-17 14:31:03'),(89751,2,21671,'','2013-12-17 14:31:03'),(89752,3,21671,'','2013-12-17 14:31:03'),(89753,6,21671,'80','2013-12-17 14:31:03'),(89754,7,21671,'NIGHT','2013-12-17 14:31:03'),(89755,66,21671,'EXT. REQ','2013-12-17 14:31:03'),(89756,67,21671,'','2013-12-17 14:31:03'),(89757,1,21673,'','2013-12-17 14:31:03'),(89758,2,21673,'','2013-12-17 14:31:03'),(89759,3,21673,'','2013-12-17 14:31:03'),(89760,6,21673,'','2013-12-17 14:31:03'),(89761,7,21673,'NIGHT','2013-12-17 14:31:03'),(89762,66,21673,'EXT. REQ','2013-12-17 14:31:03'),(89763,67,21673,'','2013-12-17 14:31:03'),(89764,1,21676,'','2013-12-17 14:31:03'),(89765,2,21676,'','2013-12-17 14:31:03'),(89766,3,21676,'','2013-12-17 14:31:03'),(89767,6,21676,'','2013-12-17 14:31:03'),(89768,7,21676,'NIGHT','2013-12-17 14:31:03'),(89769,66,21676,'EXT. REQ','2013-12-17 14:31:03'),(89770,67,21676,'','2013-12-17 14:31:03'),(89771,1,21677,'3607081','2013-12-17 14:33:51'),(89772,2,21677,'','2013-12-17 14:33:51'),(89773,3,21677,'','2013-12-17 14:33:51'),(89774,6,21677,'120','2013-12-17 14:33:51'),(89775,7,21677,'NIGHT','2013-12-17 14:33:51'),(89776,66,21677,'WARD C','2013-12-17 14:33:51'),(89777,67,21677,'ERNEST','2013-12-17 14:33:51'),(89778,1,21678,'3607090','2013-12-17 15:00:31'),(89779,2,21678,'599006','2013-12-17 15:00:31'),(89780,3,21678,'','2013-12-17 15:00:31'),(89781,6,21678,'130','2013-12-17 15:00:31'),(89782,7,21678,'NIGHT','2013-12-17 15:00:31'),(89783,66,21678,'OPD','2013-12-17 15:00:31'),(89784,67,21678,'','2013-12-17 15:00:31'),(89785,1,21680,'','2013-12-17 15:00:31'),(89786,2,21680,'','2013-12-17 15:00:31'),(89787,3,21680,'','2013-12-17 15:00:31'),(89788,6,21680,'','2013-12-17 15:00:31'),(89789,7,21680,'NIGHT','2013-12-17 15:00:31'),(89790,66,21680,'OPD','2013-12-17 15:00:31'),(89791,67,21680,'','2013-12-17 15:00:31'),(89792,1,21683,'','2013-12-17 15:00:32'),(89793,2,21683,'','2013-12-17 15:00:32'),(89794,3,21683,'','2013-12-17 15:00:32'),(89795,6,21683,'','2013-12-17 15:00:32'),(89796,7,21683,'NIGHT','2013-12-17 15:00:32'),(89797,66,21683,'OPD','2013-12-17 15:00:32'),(89798,67,21683,'','2013-12-17 15:00:32'),(89799,1,21684,'3603771','2013-12-17 15:11:04'),(89800,2,21684,'','2013-12-17 15:11:04'),(89801,3,21684,'','2013-12-17 15:11:04'),(89802,6,21684,'37','2013-12-17 15:11:04'),(89803,7,21684,'NIGHT','2013-12-17 15:11:04'),(89804,66,21684,'OPD','2013-12-17 15:11:04'),(89805,67,21684,'','2013-12-17 15:11:04'),(89806,1,21685,'3607093','2013-12-17 15:15:28'),(89807,2,21685,'','2013-12-17 15:15:28'),(89808,3,21685,'','2013-12-17 15:15:28'),(89809,6,21685,'48.24','2013-12-17 15:15:28'),(89810,7,21685,'NIGHT','2013-12-17 15:15:28'),(89811,66,21685,'OPD','2013-12-17 15:15:28'),(89812,67,21685,'','2013-12-17 15:15:28'),(89813,1,21686,'3607095','2013-12-17 15:24:50'),(89814,2,21686,'','2013-12-17 15:24:50'),(89815,3,21686,'','2013-12-17 15:24:50'),(89816,6,21686,'22.00','2013-12-17 15:24:50'),(89817,7,21686,'DAY','2013-12-17 15:24:50'),(89818,66,21686,'TROOM','2013-12-17 15:24:50'),(89819,67,21686,'','2013-12-17 15:24:50'),(89820,1,21687,'3603766','2013-12-17 15:30:30'),(89821,2,21687,'','2013-12-17 15:30:30'),(89822,3,21687,'','2013-12-17 15:30:30'),(89823,6,21687,'267.00','2013-12-17 15:30:30'),(89824,7,21687,'DAY','2013-12-17 15:30:30'),(89825,66,21687,'OPD','2013-12-17 15:30:30'),(89826,67,21687,'','2013-12-17 15:30:30'),(89827,1,21689,'','2013-12-17 15:30:31'),(89828,2,21689,'','2013-12-17 15:30:31'),(89829,3,21689,'','2013-12-17 15:30:31'),(89830,6,21689,'','2013-12-17 15:30:31'),(89831,7,21689,'DAY','2013-12-17 15:30:31'),(89832,66,21689,'OPD','2013-12-17 15:30:31'),(89833,67,21689,'','2013-12-17 15:30:31'),(89834,1,21692,'','2013-12-17 15:30:31'),(89835,2,21692,'','2013-12-17 15:30:31'),(89836,3,21692,'','2013-12-17 15:30:31'),(89837,6,21692,'','2013-12-17 15:30:31'),(89838,7,21692,'DAY','2013-12-17 15:30:31'),(89839,66,21692,'OPD','2013-12-17 15:30:31'),(89840,67,21692,'','2013-12-17 15:30:31'),(89841,1,21693,'3607097','2013-12-17 15:40:27'),(89842,2,21693,'','2013-12-17 15:40:27'),(89843,3,21693,'','2013-12-17 15:40:27'),(89844,6,21693,'105.00','2013-12-17 15:40:27'),(89845,7,21693,'DAY','2013-12-17 15:40:27'),(89846,66,21693,'OPD','2013-12-17 15:40:27'),(89847,67,21693,'','2013-12-17 15:40:27'),(89848,1,21695,'','2013-12-17 15:40:27'),(89849,2,21695,'','2013-12-17 15:40:27'),(89850,3,21695,'','2013-12-17 15:40:27'),(89851,6,21695,'','2013-12-17 15:40:27'),(89852,7,21695,'DAY','2013-12-17 15:40:27'),(89853,66,21695,'OPD','2013-12-17 15:40:27'),(89854,67,21695,'','2013-12-17 15:40:27'),(89855,1,21696,'3607099','2013-12-17 15:42:00'),(89856,2,21696,'','2013-12-17 15:42:00'),(89857,3,21696,'','2013-12-17 15:42:00'),(89858,6,21696,'66.00','2013-12-17 15:42:00'),(89859,7,21696,'DAY','2013-12-17 15:42:00'),(89860,66,21696,'OPD','2013-12-17 15:42:00'),(89861,67,21696,'','2013-12-17 15:42:00'),(89862,1,21698,'','2013-12-17 15:42:01'),(89863,2,21698,'','2013-12-17 15:42:01'),(89864,3,21698,'','2013-12-17 15:42:01'),(89865,6,21698,'','2013-12-17 15:42:01'),(89866,7,21698,'DAY','2013-12-17 15:42:01'),(89867,66,21698,'OPD','2013-12-17 15:42:01'),(89868,67,21698,'','2013-12-17 15:42:01'),(89869,1,21699,'3539993','2013-12-17 15:44:52'),(89870,2,21699,'','2013-12-17 15:44:52'),(89871,3,21699,'','2013-12-17 15:44:52'),(89872,6,21699,'178.00','2013-12-17 15:44:52'),(89873,7,21699,'DAY','2013-12-17 15:44:52'),(89874,66,21699,'OPD','2013-12-17 15:44:52'),(89875,67,21699,'','2013-12-17 15:44:52'),(89876,1,21701,'','2013-12-17 15:44:52'),(89877,2,21701,'','2013-12-17 15:44:52'),(89878,3,21701,'','2013-12-17 15:44:52'),(89879,6,21701,'','2013-12-17 15:44:52'),(89880,7,21701,'DAY','2013-12-17 15:44:52'),(89881,66,21701,'OPD','2013-12-17 15:44:52'),(89882,67,21701,'','2013-12-17 15:44:52'),(89883,1,21702,'3607100','2013-12-17 15:46:55'),(89884,2,21702,'599007','2013-12-17 15:46:55'),(89885,3,21702,'','2013-12-17 15:46:55'),(89886,6,21702,'11.00','2013-12-17 15:46:55'),(89887,7,21702,'DAY','2013-12-17 15:46:55'),(89888,66,21702,'OPD','2013-12-17 15:46:55'),(89889,67,21702,'','2013-12-17 15:46:55'),(89890,1,21703,'3607102','2013-12-17 15:49:28'),(89891,2,21703,'','2013-12-17 15:49:28'),(89892,3,21703,'','2013-12-17 15:49:28'),(89893,6,21703,'249.40','2013-12-17 15:49:28'),(89894,7,21703,'DAY','2013-12-17 15:49:28'),(89895,66,21703,'OPD','2013-12-17 15:49:28'),(89896,67,21703,'','2013-12-17 15:49:28'),(89897,1,21705,'','2013-12-17 15:49:29'),(89898,2,21705,'','2013-12-17 15:49:29'),(89899,3,21705,'','2013-12-17 15:49:29'),(89900,6,21705,'','2013-12-17 15:49:29'),(89901,7,21705,'DAY','2013-12-17 15:49:29'),(89902,66,21705,'OPD','2013-12-17 15:49:29'),(89903,67,21705,'','2013-12-17 15:49:29'),(89904,1,21708,'','2013-12-17 15:49:29'),(89905,2,21708,'','2013-12-17 15:49:29'),(89906,3,21708,'','2013-12-17 15:49:29'),(89907,6,21708,'','2013-12-17 15:49:29'),(89908,7,21708,'DAY','2013-12-17 15:49:29'),(89909,66,21708,'OPD','2013-12-17 15:49:29'),(89910,67,21708,'','2013-12-17 15:49:29'),(89911,1,21709,'3607113','2013-12-17 15:58:43'),(89912,2,21709,'','2013-12-17 15:58:43'),(89913,3,21709,'','2013-12-17 15:58:43'),(89914,6,21709,'113.00','2013-12-17 15:58:43'),(89915,7,21709,'DAY','2013-12-17 15:58:43'),(89916,66,21709,'WARD C','2013-12-17 15:58:43'),(89917,67,21709,'ERIC','2013-12-17 15:58:43'),(89918,1,21711,'','2013-12-17 15:58:43'),(89919,2,21711,'','2013-12-17 15:58:43'),(89920,3,21711,'','2013-12-17 15:58:43'),(89921,6,21711,'','2013-12-17 15:58:43'),(89922,7,21711,'DAY','2013-12-17 15:58:43'),(89923,66,21711,'WARD C','2013-12-17 15:58:43'),(89924,67,21711,'ERIC','2013-12-17 15:58:43'),(89925,1,21712,'3603746','2013-12-17 16:01:52'),(89926,2,21712,'','2013-12-17 16:01:52'),(89927,3,21712,'','2013-12-17 16:01:52'),(89928,6,21712,'275.40','2013-12-17 16:01:52'),(89929,7,21712,'DAY','2013-12-17 16:01:52'),(89930,66,21712,'OPD','2013-12-17 16:01:52'),(89931,67,21712,'','2013-12-17 16:01:52'),(89932,1,21714,'','2013-12-17 16:01:52'),(89933,2,21714,'','2013-12-17 16:01:52'),(89934,3,21714,'','2013-12-17 16:01:52'),(89935,6,21714,'','2013-12-17 16:01:52'),(89936,7,21714,'DAY','2013-12-17 16:01:52'),(89937,66,21714,'OPD','2013-12-17 16:01:52'),(89938,67,21714,'','2013-12-17 16:01:52'),(89939,1,21717,'','2013-12-17 16:01:52'),(89940,2,21717,'','2013-12-17 16:01:52'),(89941,3,21717,'','2013-12-17 16:01:52'),(89942,6,21717,'','2013-12-17 16:01:52'),(89943,7,21717,'DAY','2013-12-17 16:01:52'),(89944,66,21717,'OPD','2013-12-17 16:01:52'),(89945,67,21717,'','2013-12-17 16:01:52'),(89946,1,21718,'3607116','2013-12-17 16:07:30'),(89947,2,21718,'','2013-12-17 16:07:30'),(89948,3,21718,'','2013-12-17 16:07:30'),(89949,6,21718,'88.00','2013-12-17 16:07:30'),(89950,7,21718,'DAY','2013-12-17 16:07:30'),(89951,66,21718,'OPD','2013-12-17 16:07:30'),(89952,67,21718,'','2013-12-17 16:07:30'),(89953,1,21720,'','2013-12-17 16:07:31'),(89954,2,21720,'','2013-12-17 16:07:31'),(89955,3,21720,'','2013-12-17 16:07:31'),(89956,6,21720,'','2013-12-17 16:07:31'),(89957,7,21720,'DAY','2013-12-17 16:07:31'),(89958,66,21720,'OPD','2013-12-17 16:07:31'),(89959,67,21720,'','2013-12-17 16:07:31'),(89960,1,21721,'3601022','2013-12-17 16:42:17'),(89961,2,21721,'','2013-12-17 16:42:17'),(89962,3,21721,'','2013-12-17 16:42:17'),(89963,6,21721,'209.00','2013-12-17 16:42:17'),(89964,7,21721,'DAY','2013-12-17 16:42:17'),(89965,66,21721,'OPD','2013-12-17 16:42:17'),(89966,67,21721,'','2013-12-17 16:42:17'),(89967,1,21723,'','2013-12-17 16:42:17'),(89968,2,21723,'','2013-12-17 16:42:17'),(89969,3,21723,'','2013-12-17 16:42:17'),(89970,6,21723,'','2013-12-17 16:42:17'),(89971,7,21723,'DAY','2013-12-17 16:42:17'),(89972,66,21723,'OPD','2013-12-17 16:42:17'),(89973,67,21723,'','2013-12-17 16:42:17'),(89974,1,21724,'3606242','2013-12-17 16:45:27'),(89975,2,21724,'','2013-12-17 16:45:27'),(89976,3,21724,'','2013-12-17 16:45:27'),(89977,6,21724,'13.00','2013-12-17 16:45:27'),(89978,7,21724,'DAY','2013-12-17 16:45:27'),(89979,66,21724,'OPD','2013-12-17 16:45:27'),(89980,67,21724,'','2013-12-17 16:45:27'),(89981,1,21725,'3603884','2013-12-17 16:48:07'),(89982,2,21725,'598041','2013-12-17 16:48:07'),(89983,3,21725,'','2013-12-17 16:48:07'),(89984,6,21725,'191.80','2013-12-17 16:48:07'),(89985,7,21725,'DAY','2013-12-17 16:48:07'),(89986,66,21725,'OPD','2013-12-17 16:48:07'),(89987,67,21725,'','2013-12-17 16:48:07'),(89988,1,21727,'','2013-12-17 16:48:07'),(89989,2,21727,'','2013-12-17 16:48:07'),(89990,3,21727,'','2013-12-17 16:48:07'),(89991,6,21727,'','2013-12-17 16:48:07'),(89992,7,21727,'DAY','2013-12-17 16:48:07'),(89993,66,21727,'OPD','2013-12-17 16:48:07'),(89994,67,21727,'','2013-12-17 16:48:07'),(89995,1,21728,'3607155','2013-12-17 16:56:16'),(89996,2,21728,'599019','2013-12-17 16:56:16'),(89997,3,21728,'','2013-12-17 16:56:16'),(89998,6,21728,'75.00','2013-12-17 16:56:16'),(89999,7,21728,'DAY','2013-12-17 16:56:16'),(90000,66,21728,'OPD','2013-12-17 16:56:16'),(90001,67,21728,'','2013-12-17 16:56:16'),(90002,1,21729,'3607185','2013-12-17 17:18:50'),(90003,2,21729,'','2013-12-17 17:18:50'),(90004,3,21729,'','2013-12-17 17:18:50'),(90005,6,21729,'137.00','2013-12-17 17:18:50'),(90006,7,21729,'DAY','2013-12-17 17:18:50'),(90007,66,21729,'OPD','2013-12-17 17:18:50'),(90008,67,21729,'','2013-12-17 17:18:50'),(90009,1,21731,'','2013-12-17 17:18:50'),(90010,2,21731,'','2013-12-17 17:18:50'),(90011,3,21731,'','2013-12-17 17:18:50'),(90012,6,21731,'','2013-12-17 17:18:50'),(90013,7,21731,'DAY','2013-12-17 17:18:50'),(90014,66,21731,'OPD','2013-12-17 17:18:50'),(90015,67,21731,'','2013-12-17 17:18:50'),(90016,1,21732,'3607188','2013-12-17 17:23:40'),(90017,2,21732,'','2013-12-17 17:23:40'),(90018,3,21732,'','2013-12-17 17:23:40'),(90019,6,21732,'37.00','2013-12-17 17:23:40'),(90020,7,21732,'DAY','2013-12-17 17:23:40'),(90021,66,21732,'OPD','2013-12-17 17:23:40'),(90022,67,21732,'','2013-12-17 17:23:40'),(90023,1,21733,'3591081','2013-12-17 17:28:05'),(90024,2,21733,'','2013-12-17 17:28:05'),(90025,3,21733,'','2013-12-17 17:28:05'),(90026,6,21733,'45.00','2013-12-17 17:28:05'),(90027,7,21733,'DAY','2013-12-17 17:28:05'),(90028,66,21733,'OPD','2013-12-17 17:28:05'),(90029,67,21733,'','2013-12-17 17:28:05'),(90030,1,21734,'3607194','2013-12-17 17:30:26'),(90031,2,21734,'','2013-12-17 17:30:26'),(90032,3,21734,'','2013-12-17 17:30:26'),(90033,6,21734,'37.00','2013-12-17 17:30:26'),(90034,7,21734,'DAY','2013-12-17 17:30:26'),(90035,66,21734,'OPD','2013-12-17 17:30:26'),(90036,67,21734,'','2013-12-17 17:30:26'),(90037,1,21735,'3607190','2013-12-17 17:32:51'),(90038,2,21735,'','2013-12-17 17:32:51'),(90039,3,21735,'','2013-12-17 17:32:51'),(90040,6,21735,'120.00','2013-12-17 17:32:51'),(90041,7,21735,'DAY','2013-12-17 17:32:51'),(90042,66,21735,'OPD','2013-12-17 17:32:51'),(90043,67,21735,'','2013-12-17 17:32:51'),(90044,1,21737,'','2013-12-17 17:32:51'),(90045,2,21737,'','2013-12-17 17:32:51'),(90046,3,21737,'','2013-12-17 17:32:51'),(90047,6,21737,'','2013-12-17 17:32:51'),(90048,7,21737,'DAY','2013-12-17 17:32:51'),(90049,66,21737,'OPD','2013-12-17 17:32:51'),(90050,67,21737,'','2013-12-17 17:32:51'),(90051,1,21738,'3607187','2013-12-17 17:34:59'),(90052,2,21738,'','2013-12-17 17:34:59'),(90053,3,21738,'','2013-12-17 17:34:59'),(90054,6,21738,'555.00','2013-12-17 17:34:59'),(90055,7,21738,'DAY','2013-12-17 17:34:59'),(90056,66,21738,'OPD','2013-12-17 17:34:59'),(90057,67,21738,'','2013-12-17 17:34:59'),(90058,1,21739,'3606949','2013-12-17 17:54:27'),(90059,2,21739,'','2013-12-17 17:54:27'),(90060,3,21739,'','2013-12-17 17:54:27'),(90061,6,21739,'327.00','2013-12-17 17:54:27'),(90062,7,21739,'DAY','2013-12-17 17:54:27'),(90063,66,21739,'OPD','2013-12-17 17:54:27'),(90064,67,21739,'','2013-12-17 17:54:27'),(90065,1,21741,'','2013-12-17 17:54:28'),(90066,2,21741,'','2013-12-17 17:54:28'),(90067,3,21741,'','2013-12-17 17:54:28'),(90068,6,21741,'','2013-12-17 17:54:28'),(90069,7,21741,'DAY','2013-12-17 17:54:28'),(90070,66,21741,'OPD','2013-12-17 17:54:28'),(90071,67,21741,'','2013-12-17 17:54:28'),(90072,1,21744,'','2013-12-17 17:54:28'),(90073,2,21744,'','2013-12-17 17:54:28'),(90074,3,21744,'','2013-12-17 17:54:28'),(90075,6,21744,'','2013-12-17 17:54:28'),(90076,7,21744,'DAY','2013-12-17 17:54:28'),(90077,66,21744,'OPD','2013-12-17 17:54:28'),(90078,67,21744,'','2013-12-17 17:54:28'),(90079,1,21745,'3607222','2013-12-17 18:08:25'),(90080,2,21745,'599041','2013-12-17 18:08:25'),(90081,3,21745,'','2013-12-17 18:08:25'),(90082,6,21745,'11.00','2013-12-17 18:08:25'),(90083,7,21745,'DAY','2013-12-17 18:08:25'),(90084,66,21745,'OPD','2013-12-17 18:08:25'),(90085,67,21745,'','2013-12-17 18:08:25'),(90086,1,21746,'','2013-12-17 18:11:34'),(90087,2,21746,'','2013-12-17 18:11:34'),(90088,3,21746,'','2013-12-17 18:11:34'),(90089,6,21746,'','2013-12-17 18:11:34'),(90090,7,21746,'DAY','2013-12-17 18:11:34'),(90091,66,21746,'OPD','2013-12-17 18:11:34'),(90092,67,21746,'','2013-12-17 18:11:34'),(90093,1,21748,'','2013-12-17 18:11:35'),(90094,2,21748,'','2013-12-17 18:11:35'),(90095,3,21748,'','2013-12-17 18:11:35'),(90096,6,21748,'','2013-12-17 18:11:35'),(90097,7,21748,'DAY','2013-12-17 18:11:35'),(90098,66,21748,'OPD','2013-12-17 18:11:35'),(90099,67,21748,'','2013-12-17 18:11:35'),(90100,1,21749,'3607226','2013-12-17 18:17:53'),(90101,2,21749,'','2013-12-17 18:17:53'),(90102,3,21749,'','2013-12-17 18:17:53'),(90103,6,21749,'222.00','2013-12-17 18:17:53'),(90104,7,21749,'DAY','2013-12-17 18:17:53'),(90105,66,21749,'OPD','2013-12-17 18:17:53'),(90106,67,21749,'','2013-12-17 18:17:53'),(90107,1,21751,'','2013-12-17 18:17:54'),(90108,2,21751,'','2013-12-17 18:17:54'),(90109,3,21751,'','2013-12-17 18:17:54'),(90110,6,21751,'','2013-12-17 18:17:54'),(90111,7,21751,'DAY','2013-12-17 18:17:54'),(90112,66,21751,'OPD','2013-12-17 18:17:54'),(90113,67,21751,'','2013-12-17 18:17:54'),(90114,1,21754,'','2013-12-17 18:17:54'),(90115,2,21754,'','2013-12-17 18:17:54'),(90116,3,21754,'','2013-12-17 18:17:54'),(90117,6,21754,'','2013-12-17 18:17:54'),(90118,7,21754,'DAY','2013-12-17 18:17:54'),(90119,66,21754,'OPD','2013-12-17 18:17:54'),(90120,67,21754,'','2013-12-17 18:17:54'),(90121,1,21758,'','2013-12-17 18:17:54'),(90122,2,21758,'','2013-12-17 18:17:54'),(90123,3,21758,'','2013-12-17 18:17:54'),(90124,6,21758,'','2013-12-17 18:17:54'),(90125,7,21758,'DAY','2013-12-17 18:17:54'),(90126,66,21758,'OPD','2013-12-17 18:17:54'),(90127,67,21758,'','2013-12-17 18:17:54'),(90128,1,21759,'3604435','2013-12-17 18:22:17'),(90129,2,21759,'599042','2013-12-17 18:22:17'),(90130,3,21759,'','2013-12-17 18:22:17'),(90131,6,21759,'','2013-12-17 18:22:17'),(90132,7,21759,'DAY','2013-12-17 18:22:17'),(90133,66,21759,'OPD','2013-12-17 18:22:17'),(90134,67,21759,'','2013-12-17 18:22:17'),(90135,1,21761,'','2013-12-17 18:22:17'),(90136,2,21761,'','2013-12-17 18:22:17'),(90137,3,21761,'','2013-12-17 18:22:17'),(90138,6,21761,'','2013-12-17 18:22:17'),(90139,7,21761,'DAY','2013-12-17 18:22:17'),(90140,66,21761,'OPD','2013-12-17 18:22:17'),(90141,67,21761,'','2013-12-17 18:22:17'),(90142,1,21762,'3607233','2013-12-17 18:27:17'),(90143,2,21762,'599044','2013-12-17 18:27:17'),(90144,3,21762,'','2013-12-17 18:27:17'),(90145,6,21762,'35.00','2013-12-17 18:27:17'),(90146,7,21762,'DAY','2013-12-17 18:27:17'),(90147,66,21762,'OPD','2013-12-17 18:27:17'),(90148,67,21762,'','2013-12-17 18:27:17'),(90149,1,21763,'3607235','2013-12-17 18:29:41'),(90150,2,21763,'599048','2013-12-17 18:29:41'),(90151,3,21763,'','2013-12-17 18:29:41'),(90152,6,21763,'175.00','2013-12-17 18:29:41'),(90153,7,21763,'DAY','2013-12-17 18:29:41'),(90154,66,21763,'OPD','2013-12-17 18:29:41'),(90155,67,21763,'','2013-12-17 18:29:41'),(90156,1,21765,'','2013-12-17 18:29:42'),(90157,2,21765,'','2013-12-17 18:29:42'),(90158,3,21765,'','2013-12-17 18:29:42'),(90159,6,21765,'','2013-12-17 18:29:42'),(90160,7,21765,'DAY','2013-12-17 18:29:42'),(90161,66,21765,'OPD','2013-12-17 18:29:42'),(90162,67,21765,'','2013-12-17 18:29:42'),(90163,1,21766,'3607240','2013-12-17 18:33:06'),(90164,2,21766,'','2013-12-17 18:33:06'),(90165,3,21766,'','2013-12-17 18:33:06'),(90166,6,21766,'35.00','2013-12-17 18:33:06'),(90167,7,21766,'DAY','2013-12-17 18:33:06'),(90168,66,21766,'OPD','2013-12-17 18:33:06'),(90169,67,21766,'','2013-12-17 18:33:06'),(90170,1,21768,'','2013-12-17 18:33:06'),(90171,2,21768,'','2013-12-17 18:33:06'),(90172,3,21768,'','2013-12-17 18:33:06'),(90173,6,21768,'','2013-12-17 18:33:06'),(90174,7,21768,'DAY','2013-12-17 18:33:06'),(90175,66,21768,'OPD','2013-12-17 18:33:06'),(90176,67,21768,'','2013-12-17 18:33:06'),(90177,1,21769,'3607252','2013-12-17 18:38:11'),(90178,2,21769,'599055','2013-12-17 18:38:11'),(90179,3,21769,'','2013-12-17 18:38:11'),(90180,6,21769,'97.00','2013-12-17 18:38:11'),(90181,7,21769,'DAY','2013-12-17 18:38:11'),(90182,66,21769,'OPD','2013-12-17 18:38:11'),(90183,67,21769,'','2013-12-17 18:38:11'),(90184,1,21771,'','2013-12-17 18:38:11'),(90185,2,21771,'','2013-12-17 18:38:11'),(90186,3,21771,'','2013-12-17 18:38:11'),(90187,6,21771,'','2013-12-17 18:38:11'),(90188,7,21771,'DAY','2013-12-17 18:38:11'),(90189,66,21771,'OPD','2013-12-17 18:38:11'),(90190,67,21771,'','2013-12-17 18:38:11'),(90191,1,21772,'','2013-12-17 18:55:20'),(90192,2,21772,'','2013-12-17 18:55:20'),(90193,3,21772,'','2013-12-17 18:55:20'),(90194,6,21772,'','2013-12-17 18:55:20'),(90195,7,21772,'DAY','2013-12-17 18:55:20'),(90196,66,21772,'OPD','2013-12-17 18:55:20'),(90197,67,21772,'','2013-12-17 18:55:20'),(90198,1,21773,'','2013-12-17 19:01:16'),(90199,2,21773,'','2013-12-17 19:01:16'),(90200,3,21773,'','2013-12-17 19:01:16'),(90201,6,21773,'','2013-12-17 19:01:16'),(90202,7,21773,'DAY','2013-12-17 19:01:16'),(90203,66,21773,'OPD','2013-12-17 19:01:16'),(90204,67,21773,'','2013-12-17 19:01:16'),(90205,1,21774,'3607278','2013-12-17 19:07:31'),(90206,2,21774,'','2013-12-17 19:07:31'),(90207,3,21774,'','2013-12-17 19:07:31'),(90208,6,21774,'19.00','2013-12-17 19:07:31'),(90209,7,21774,'DAY','2013-12-17 19:07:31'),(90210,66,21774,'OPD','2013-12-17 19:07:31'),(90211,67,21774,'','2013-12-17 19:07:31'),(90212,1,21775,'3607293','2013-12-17 19:09:17'),(90213,2,21775,'','2013-12-17 19:09:17'),(90214,3,21775,'','2013-12-17 19:09:17'),(90215,6,21775,'36.00','2013-12-17 19:09:17'),(90216,7,21775,'DAY','2013-12-17 19:09:17'),(90217,66,21775,'OPD','2013-12-17 19:09:18'),(90218,67,21775,'','2013-12-17 19:09:18'),(90219,1,21776,'','2013-12-17 19:17:46'),(90220,2,21776,'','2013-12-17 19:17:46'),(90221,3,21776,'','2013-12-17 19:17:46'),(90222,6,21776,'','2013-12-17 19:17:46'),(90223,7,21776,'DAY','2013-12-17 19:17:46'),(90224,66,21776,'OPD','2013-12-17 19:17:46'),(90225,67,21776,'','2013-12-17 19:17:46'),(90226,1,21777,'3599624','2013-12-17 19:20:52'),(90227,2,21777,'599061','2013-12-17 19:20:52'),(90228,3,21777,'','2013-12-17 19:20:52'),(90229,6,21777,'73.00','2013-12-17 19:20:52'),(90230,7,21777,'DAY','2013-12-17 19:20:52'),(90231,66,21777,'OPD','2013-12-17 19:20:52'),(90232,67,21777,'','2013-12-17 19:20:52'),(90233,1,21779,'','2013-12-17 19:20:52'),(90234,2,21779,'','2013-12-17 19:20:52'),(90235,3,21779,'','2013-12-17 19:20:52'),(90236,6,21779,'','2013-12-17 19:20:52'),(90237,7,21779,'DAY','2013-12-17 19:20:52'),(90238,66,21779,'OPD','2013-12-17 19:20:52'),(90239,67,21779,'','2013-12-17 19:20:52'),(90240,1,21782,'','2013-12-17 19:20:52'),(90241,2,21782,'','2013-12-17 19:20:52'),(90242,3,21782,'','2013-12-17 19:20:52'),(90243,6,21782,'','2013-12-17 19:20:53'),(90244,7,21782,'DAY','2013-12-17 19:20:53'),(90245,66,21782,'OPD','2013-12-17 19:20:53'),(90246,67,21782,'','2013-12-17 19:20:53'),(90247,1,21783,'3607295','2013-12-17 19:23:22'),(90248,2,21783,'','2013-12-17 19:23:22'),(90249,3,21783,'','2013-12-17 19:23:22'),(90250,6,21783,'94.00','2013-12-17 19:23:22'),(90251,7,21783,'DAY','2013-12-17 19:23:22'),(90252,66,21783,'OPD','2013-12-17 19:23:22'),(90253,67,21783,'','2013-12-17 19:23:22'),(90254,1,21785,'','2013-12-17 19:23:22'),(90255,2,21785,'','2013-12-17 19:23:22'),(90256,3,21785,'','2013-12-17 19:23:22'),(90257,6,21785,'','2013-12-17 19:23:22'),(90258,7,21785,'DAY','2013-12-17 19:23:22'),(90259,66,21785,'OPD','2013-12-17 19:23:22'),(90260,67,21785,'','2013-12-17 19:23:22'),(90261,1,21786,'','2013-12-17 19:24:52'),(90262,2,21786,'','2013-12-17 19:24:52'),(90263,3,21786,'','2013-12-17 19:24:52'),(90264,6,21786,'','2013-12-17 19:24:52'),(90265,7,21786,'DAY','2013-12-17 19:24:52'),(90266,66,21786,'OPD','2013-12-17 19:24:52'),(90267,67,21786,'','2013-12-17 19:24:52'),(90268,1,21787,'3607291','2013-12-17 19:29:54'),(90269,2,21787,'599063','2013-12-17 19:29:54'),(90270,3,21787,'','2013-12-17 19:29:54'),(90271,6,21787,'35.00','2013-12-17 19:29:54'),(90272,7,21787,'DAY','2013-12-17 19:29:54'),(90273,66,21787,'SELF REQ','2013-12-17 19:29:54'),(90274,67,21787,'','2013-12-17 19:29:54'),(90275,1,21788,'','2013-12-17 19:31:15'),(90276,2,21788,'','2013-12-17 19:31:15'),(90277,3,21788,'','2013-12-17 19:31:15'),(90278,6,21788,'','2013-12-17 19:31:15'),(90279,7,21788,'DAY','2013-12-17 19:31:15'),(90280,66,21788,'OPD','2013-12-17 19:31:15'),(90281,67,21788,'','2013-12-17 19:31:15'),(90282,1,21789,'3607297','2013-12-17 19:33:08'),(90283,2,21789,'599064','2013-12-17 19:33:08'),(90284,3,21789,'','2013-12-17 19:33:08'),(90285,6,21789,'98.00','2013-12-17 19:33:08'),(90286,7,21789,'DAY','2013-12-17 19:33:08'),(90287,66,21789,'OPD','2013-12-17 19:33:08'),(90288,67,21789,'','2013-12-17 19:33:08'),(90289,1,21790,'3607328','2013-12-17 19:36:07'),(90290,2,21790,'','2013-12-17 19:36:07'),(90291,3,21790,'','2013-12-17 19:36:07'),(90292,6,21790,'40.00','2013-12-17 19:36:07'),(90293,7,21790,'DAY','2013-12-17 19:36:07'),(90294,66,21790,'OPD','2013-12-17 19:36:07'),(90295,67,21790,'','2013-12-17 19:36:07'),(90296,1,21791,'','2013-12-17 19:38:24'),(90297,2,21791,'','2013-12-17 19:38:24'),(90298,3,21791,'','2013-12-17 19:38:24'),(90299,6,21791,'','2013-12-17 19:38:24'),(90300,7,21791,'DAY','2013-12-17 19:38:24'),(90301,66,21791,'OPD','2013-12-17 19:38:24'),(90302,67,21791,'','2013-12-17 19:38:24'),(90303,1,21792,'3607330','2013-12-17 19:40:19'),(90304,2,21792,'599071','2013-12-17 19:40:19'),(90305,3,21792,'','2013-12-17 19:40:19'),(90306,6,21792,'77.00','2013-12-17 19:40:19'),(90307,7,21792,'DAY','2013-12-17 19:40:19'),(90308,66,21792,'OPD','2013-12-17 19:40:19'),(90309,67,21792,'','2013-12-17 19:40:19'),(90310,1,21794,'','2013-12-17 19:40:19'),(90311,2,21794,'','2013-12-17 19:40:19'),(90312,3,21794,'','2013-12-17 19:40:19'),(90313,6,21794,'','2013-12-17 19:40:19'),(90314,7,21794,'DAY','2013-12-17 19:40:19'),(90315,66,21794,'OPD','2013-12-17 19:40:19'),(90316,67,21794,'','2013-12-17 19:40:19'),(90317,1,21795,'3607345','2013-12-17 19:45:11'),(90318,2,21795,'','2013-12-17 19:45:11'),(90319,3,21795,'','2013-12-17 19:45:11'),(90320,6,21795,'','2013-12-17 19:45:11'),(90321,7,21795,'DAY','2013-12-17 19:45:11'),(90322,66,21795,'WARD B','2013-12-17 19:45:11'),(90323,67,21795,'ERIC','2013-12-17 19:45:11'),(90324,1,21796,'3607344','2013-12-17 19:47:15'),(90325,2,21796,'','2013-12-17 19:47:15'),(90326,3,21796,'','2013-12-17 19:47:15'),(90327,6,21796,'','2013-12-17 19:47:15'),(90328,7,21796,'DAY','2013-12-17 19:47:15'),(90329,66,21796,'WARD B','2013-12-17 19:47:15'),(90330,67,21796,'ERIC','2013-12-17 19:47:15'),(90331,1,21797,'3607342','2013-12-17 19:49:16'),(90332,2,21797,'','2013-12-17 19:49:16'),(90333,3,21797,'','2013-12-17 19:49:16'),(90334,6,21797,'35.00','2013-12-17 19:49:16'),(90335,7,21797,'DAY','2013-12-17 19:49:16'),(90336,66,21797,'OPD','2013-12-17 19:49:16'),(90337,67,21797,'','2013-12-17 19:49:16'),(90338,1,21798,'','2013-12-17 19:54:53'),(90339,2,21798,'','2013-12-17 19:54:53'),(90340,3,21798,'','2013-12-17 19:54:53'),(90341,6,21798,'','2013-12-17 19:54:53'),(90342,7,21798,'DAY','2013-12-17 19:54:53'),(90343,66,21798,'OPD','2013-12-17 19:54:53'),(90344,67,21798,'','2013-12-17 19:54:53'),(90345,1,21799,'3607361','2013-12-17 19:56:18'),(90346,2,21799,'','2013-12-17 19:56:18'),(90347,3,21799,'','2013-12-17 19:56:18'),(90348,6,21799,'35.00','2013-12-17 19:56:18'),(90349,7,21799,'DAY','2013-12-17 19:56:18'),(90350,66,21799,'OPD','2013-12-17 19:56:18'),(90351,67,21799,'','2013-12-17 19:56:18'),(90352,1,21801,'','2013-12-17 19:56:19'),(90353,2,21801,'','2013-12-17 19:56:19'),(90354,3,21801,'','2013-12-17 19:56:19'),(90355,6,21801,'','2013-12-17 19:56:19'),(90356,7,21801,'DAY','2013-12-17 19:56:19'),(90357,66,21801,'OPD','2013-12-17 19:56:19'),(90358,67,21801,'','2013-12-17 19:56:19'),(90359,1,21802,'3607349','2013-12-17 20:04:31'),(90360,2,21802,'','2013-12-17 20:04:31'),(90361,3,21802,'','2013-12-17 20:04:31'),(90362,6,21802,'','2013-12-17 20:04:31'),(90363,7,21802,'DAY','2013-12-17 20:04:31'),(90364,66,21802,'OPD','2013-12-17 20:04:31'),(90365,67,21802,'','2013-12-17 20:04:31'),(90366,1,21803,'3607349','2013-12-17 20:06:09'),(90367,2,21803,'','2013-12-17 20:06:09'),(90368,3,21803,'','2013-12-17 20:06:09'),(90369,6,21803,'','2013-12-17 20:06:09'),(90370,7,21803,'DAY','2013-12-17 20:06:09'),(90371,66,21803,'OPD','2013-12-17 20:06:09'),(90372,67,21803,'','2013-12-17 20:06:09'),(90373,1,21804,'3607377','2013-12-17 20:13:19'),(90374,2,21804,'','2013-12-17 20:13:19'),(90375,3,21804,'','2013-12-17 20:13:19'),(90376,6,21804,'37.00','2013-12-17 20:13:19'),(90377,7,21804,'DAY','2013-12-17 20:13:19'),(90378,66,21804,'OPD','2013-12-17 20:13:19'),(90379,67,21804,'','2013-12-17 20:13:19'),(90380,1,21805,'3607397','2013-12-17 20:29:36'),(90381,2,21805,'','2013-12-17 20:29:36'),(90382,3,21805,'','2013-12-17 20:29:36'),(90383,6,21805,'48.00','2013-12-17 20:29:36'),(90384,7,21805,'DAY','2013-12-17 20:29:36'),(90385,66,21805,'TROOM','2013-12-17 20:29:36'),(90386,67,21805,'ABRAHAM','2013-12-17 20:29:36'),(90387,1,21807,'','2013-12-17 20:29:36'),(90388,2,21807,'','2013-12-17 20:29:36'),(90389,3,21807,'','2013-12-17 20:29:36'),(90390,6,21807,'','2013-12-17 20:29:36'),(90391,7,21807,'DAY','2013-12-17 20:29:36'),(90392,66,21807,'OPD','2013-12-17 20:29:36'),(90393,67,21807,'','2013-12-17 20:29:36'),(90394,1,21810,'','2013-12-17 20:29:36'),(90395,2,21810,'','2013-12-17 20:29:36'),(90396,3,21810,'','2013-12-17 20:29:36'),(90397,6,21810,'','2013-12-17 20:29:36'),(90398,7,21810,'DAY','2013-12-17 20:29:36'),(90399,66,21810,'TROOM','2013-12-17 20:29:36'),(90400,67,21810,'ABRAHAM','2013-12-17 20:29:36'),(90401,1,21811,'3607399','2013-12-17 20:35:31'),(90402,2,21811,'','2013-12-17 20:35:31'),(90403,3,21811,'','2013-12-17 20:35:31'),(90404,6,21811,'68.00','2013-12-17 20:35:31'),(90405,7,21811,'DAY','2013-12-17 20:35:31'),(90406,66,21811,'OPD','2013-12-17 20:35:31'),(90407,67,21811,'','2013-12-17 20:35:31'),(90408,1,21813,'','2013-12-17 20:35:31'),(90409,2,21813,'','2013-12-17 20:35:32'),(90410,3,21813,'','2013-12-17 20:35:32'),(90411,6,21813,'','2013-12-17 20:35:32'),(90412,7,21813,'DAY','2013-12-17 20:35:32'),(90413,66,21813,'OPD','2013-12-17 20:35:32'),(90414,67,21813,'','2013-12-17 20:35:32'),(90415,1,21816,'','2013-12-17 20:35:32'),(90416,2,21816,'','2013-12-17 20:35:32'),(90417,3,21816,'','2013-12-17 20:35:32'),(90418,6,21816,'','2013-12-17 20:35:32'),(90419,7,21816,'DAY','2013-12-17 20:35:32'),(90420,66,21816,'OPD','2013-12-17 20:35:32'),(90421,67,21816,'','2013-12-17 20:35:32'),(90422,1,21817,'3607403','2013-12-17 20:45:47'),(90423,2,21817,'','2013-12-17 20:45:47'),(90424,3,21817,'','2013-12-17 20:45:47'),(90425,6,21817,'36.00','2013-12-17 20:45:47'),(90426,7,21817,'DAY','2013-12-17 20:45:47'),(90427,66,21817,'OPD','2013-12-17 20:45:47'),(90428,67,21817,'','2013-12-17 20:45:47'),(90429,1,21819,'','2013-12-17 20:45:47'),(90430,2,21819,'','2013-12-17 20:45:47'),(90431,3,21819,'','2013-12-17 20:45:47'),(90432,6,21819,'','2013-12-17 20:45:47'),(90433,7,21819,'DAY','2013-12-17 20:45:47'),(90434,66,21819,'OPD','2013-12-17 20:45:47'),(90435,67,21819,'','2013-12-17 20:45:47'),(90436,1,21820,'3607411','2013-12-17 20:55:35'),(90437,2,21820,'599086','2013-12-17 20:55:35'),(90438,3,21820,'','2013-12-17 20:55:35'),(90439,6,21820,'30.00','2013-12-17 20:55:35'),(90440,7,21820,'DAY','2013-12-17 20:55:35'),(90441,66,21820,'EXT. REQ','2013-12-17 20:55:35'),(90442,67,21820,'','2013-12-17 20:55:35'),(90443,1,21821,'','2013-12-17 20:56:27'),(90444,2,21821,'','2013-12-17 20:56:27'),(90445,3,21821,'','2013-12-17 20:56:27'),(90446,6,21821,'','2013-12-17 20:56:27'),(90447,7,21821,'DAY','2013-12-17 20:56:27'),(90448,66,21821,'OPD','2013-12-17 20:56:27'),(90449,67,21821,'','2013-12-17 20:56:27'),(90450,1,21822,'3606932','2013-12-17 21:13:09'),(90451,2,21822,'','2013-12-17 21:13:09'),(90452,3,21822,'','2013-12-17 21:13:09'),(90453,6,21822,'259.00','2013-12-17 21:13:09'),(90454,7,21822,'DAY','2013-12-17 21:13:09'),(90455,66,21822,'OPD','2013-12-17 21:13:09'),(90456,67,21822,'','2013-12-17 21:13:09'),(90457,1,21824,'','2013-12-17 21:13:09'),(90458,2,21824,'','2013-12-17 21:13:09'),(90459,3,21824,'','2013-12-17 21:13:09'),(90460,6,21824,'','2013-12-17 21:13:09'),(90461,7,21824,'DAY','2013-12-17 21:13:09'),(90462,66,21824,'OPD','2013-12-17 21:13:09'),(90463,67,21824,'','2013-12-17 21:13:09'),(90464,1,21827,'','2013-12-17 21:13:09'),(90465,2,21827,'','2013-12-17 21:13:09'),(90466,3,21827,'','2013-12-17 21:13:09'),(90467,6,21827,'','2013-12-17 21:13:09'),(90468,7,21827,'DAY','2013-12-17 21:13:09'),(90469,66,21827,'OPD','2013-12-17 21:13:09'),(90470,67,21827,'','2013-12-17 21:13:09'),(90471,1,21828,'3607441','2013-12-17 21:20:08'),(90472,2,21828,'','2013-12-17 21:20:08'),(90473,3,21828,'','2013-12-17 21:20:08'),(90474,6,21828,'119.00','2013-12-17 21:20:08'),(90475,7,21828,'DAY','2013-12-17 21:20:08'),(90476,66,21828,'OPD','2013-12-17 21:20:08'),(90477,67,21828,'','2013-12-17 21:20:08'),(90478,1,21829,'3607446','2013-12-17 21:29:48'),(90479,2,21829,'','2013-12-17 21:29:48'),(90480,3,21829,'','2013-12-17 21:29:48'),(90481,6,21829,'49.00','2013-12-17 21:29:48'),(90482,7,21829,'DAY','2013-12-17 21:29:48'),(90483,66,21829,'WARD C','2013-12-17 21:29:48'),(90484,67,21829,'','2013-12-17 21:29:48'),(90485,1,21830,'3607454','2013-12-17 21:35:37'),(90486,2,21830,'','2013-12-17 21:35:37'),(90487,3,21830,'','2013-12-17 21:35:37'),(90488,6,21830,'141.80','2013-12-17 21:35:37'),(90489,7,21830,'DAY','2013-12-17 21:35:37'),(90490,66,21830,'OPD','2013-12-17 21:35:37'),(90491,67,21830,'','2013-12-17 21:35:37'),(90492,1,21832,'','2013-12-17 21:35:37'),(90493,2,21832,'','2013-12-17 21:35:37'),(90494,3,21832,'','2013-12-17 21:35:37'),(90495,6,21832,'','2013-12-17 21:35:37'),(90496,7,21832,'DAY','2013-12-17 21:35:37'),(90497,66,21832,'OPD','2013-12-17 21:35:37'),(90498,67,21832,'','2013-12-17 21:35:37'),(90499,1,21833,'3607458','2013-12-17 21:48:55'),(90500,2,21833,'','2013-12-17 21:48:55'),(90501,3,21833,'','2013-12-17 21:48:55'),(90502,6,21833,'391.00','2013-12-17 21:48:55'),(90503,7,21833,'DAY','2013-12-17 21:48:55'),(90504,66,21833,'OPD','2013-12-17 21:48:55'),(90505,67,21833,'','2013-12-17 21:48:55'),(90506,1,21835,'','2013-12-17 21:48:56'),(90507,2,21835,'','2013-12-17 21:48:56'),(90508,3,21835,'','2013-12-17 21:48:56'),(90509,6,21835,'','2013-12-17 21:48:56'),(90510,7,21835,'DAY','2013-12-17 21:48:56'),(90511,66,21835,'OPD','2013-12-17 21:48:56'),(90512,67,21835,'','2013-12-17 21:48:56'),(90513,1,21838,'','2013-12-17 21:48:56'),(90514,2,21838,'','2013-12-17 21:48:56'),(90515,3,21838,'','2013-12-17 21:48:56'),(90516,6,21838,'','2013-12-17 21:48:56'),(90517,7,21838,'DAY','2013-12-17 21:48:56'),(90518,66,21838,'OPD','2013-12-17 21:48:56'),(90519,67,21838,'','2013-12-17 21:48:56'),(90520,1,21839,'3607482','2013-12-17 22:08:46'),(90521,2,21839,'','2013-12-17 22:08:46'),(90522,3,21839,'','2013-12-17 22:08:46'),(90523,6,21839,'66.00','2013-12-17 22:08:46'),(90524,7,21839,'DAY','2013-12-17 22:08:46'),(90525,66,21839,'OPD','2013-12-17 22:08:46'),(90526,67,21839,'','2013-12-17 22:08:46'),(90527,1,21840,'3607484','2013-12-17 22:18:02'),(90528,2,21840,'','2013-12-17 22:18:02'),(90529,3,21840,'','2013-12-17 22:18:02'),(90530,6,21840,'94.00','2013-12-17 22:18:02'),(90531,7,21840,'DAY','2013-12-17 22:18:02'),(90532,66,21840,'OPD','2013-12-17 22:18:02'),(90533,67,21840,'','2013-12-17 22:18:02'),(90534,1,21842,'','2013-12-17 22:18:02'),(90535,2,21842,'','2013-12-17 22:18:02'),(90536,3,21842,'','2013-12-17 22:18:02'),(90537,6,21842,'','2013-12-17 22:18:02'),(90538,7,21842,'DAY','2013-12-17 22:18:02'),(90539,66,21842,'OPD','2013-12-17 22:18:02'),(90540,67,21842,'','2013-12-17 22:18:03'),(90541,1,21843,'3607483','2013-12-17 22:20:29'),(90542,2,21843,'','2013-12-17 22:20:29'),(90543,3,21843,'','2013-12-17 22:20:29'),(90544,6,21843,'81.00','2013-12-17 22:20:29'),(90545,7,21843,'DAY','2013-12-17 22:20:29'),(90546,66,21843,'OPD','2013-12-17 22:20:29'),(90547,67,21843,'','2013-12-17 22:20:29'),(90548,1,21844,'','2013-12-17 22:53:57'),(90549,2,21844,'','2013-12-17 22:53:57'),(90550,3,21844,'','2013-12-17 22:53:57'),(90551,6,21844,'','2013-12-17 22:53:57'),(90552,7,21844,'DAY','2013-12-17 22:53:57'),(90553,66,21844,'OPD','2013-12-17 22:53:57'),(90554,67,21844,'','2013-12-17 22:53:57'),(90555,1,21845,'3603812','2013-12-17 22:57:16'),(90556,2,21845,'','2013-12-17 22:57:16'),(90557,3,21845,'','2013-12-17 22:57:16'),(90558,6,21845,'184.00','2013-12-17 22:57:16'),(90559,7,21845,'DAY','2013-12-17 22:57:16'),(90560,66,21845,'OPD','2013-12-17 22:57:16'),(90561,67,21845,'','2013-12-17 22:57:16'),(90562,1,21847,'','2013-12-17 22:57:16'),(90563,2,21847,'','2013-12-17 22:57:16'),(90564,3,21847,'','2013-12-17 22:57:16'),(90565,6,21847,'','2013-12-17 22:57:16'),(90566,7,21847,'DAY','2013-12-17 22:57:16'),(90567,66,21847,'OPD','2013-12-17 22:57:16'),(90568,67,21847,'','2013-12-17 22:57:16'),(90569,1,21848,'3607526','2013-12-17 23:33:59'),(90570,2,21848,'','2013-12-17 23:33:59'),(90571,3,21848,'','2013-12-17 23:33:59'),(90572,6,21848,'133.00','2013-12-17 23:33:59'),(90573,7,21848,'DAY','2013-12-17 23:33:59'),(90574,66,21848,'TROOM','2013-12-17 23:33:59'),(90575,67,21848,'','2013-12-17 23:33:59'),(90576,1,21850,'','2013-12-17 23:33:59'),(90577,2,21850,'','2013-12-17 23:33:59'),(90578,3,21850,'','2013-12-17 23:33:59'),(90579,6,21850,'','2013-12-17 23:33:59'),(90580,7,21850,'DAY','2013-12-17 23:33:59'),(90581,66,21850,'OPD','2013-12-17 23:33:59'),(90582,67,21850,'','2013-12-17 23:33:59'),(90583,1,21853,'','2013-12-17 23:33:59'),(90584,2,21853,'','2013-12-17 23:33:59'),(90585,3,21853,'','2013-12-17 23:33:59'),(90586,6,21853,'','2013-12-17 23:33:59'),(90587,7,21853,'DAY','2013-12-17 23:33:59'),(90588,66,21853,'OPD','2013-12-17 23:33:59'),(90589,67,21853,'','2013-12-17 23:33:59'),(90590,1,21854,'3607529','2013-12-17 23:48:31'),(90591,2,21854,'','2013-12-17 23:48:31'),(90592,3,21854,'','2013-12-17 23:48:31'),(90593,6,21854,'77.00','2013-12-17 23:48:31'),(90594,7,21854,'DAY','2013-12-17 23:48:31'),(90595,66,21854,'OPD','2013-12-17 23:48:31'),(90596,67,21854,'','2013-12-17 23:48:31'),(90597,1,21855,'','2013-12-18 00:04:49'),(90598,2,21855,'','2013-12-18 00:04:49'),(90599,3,21855,'','2013-12-18 00:04:49'),(90600,6,21855,'','2013-12-18 00:04:49'),(90601,7,21855,'DAY','2013-12-18 00:04:49'),(90602,66,21855,'OPD','2013-12-18 00:04:49'),(90603,67,21855,'','2013-12-18 00:04:49'),(90604,1,21856,'3607542','2013-12-18 00:22:15'),(90605,2,21856,'','2013-12-18 00:22:15'),(90606,3,21856,'','2013-12-18 00:22:15'),(90607,6,21856,'19.00','2013-12-18 00:22:15'),(90608,7,21856,'DAY','2013-12-18 00:22:15'),(90609,66,21856,'OPD','2013-12-18 00:22:15'),(90610,67,21856,'','2013-12-18 00:22:15'),(90611,1,21857,'3607533','2013-12-18 00:24:29'),(90612,2,21857,'','2013-12-18 00:24:29'),(90613,3,21857,'','2013-12-18 00:24:29'),(90614,6,21857,'66.00','2013-12-18 00:24:29'),(90615,7,21857,'DAY','2013-12-18 00:24:29'),(90616,66,21857,'TROOM','2013-12-18 00:24:29'),(90617,67,21857,'','2013-12-18 00:24:29'),(90618,1,21858,'3607552','2013-12-18 00:28:14'),(90619,2,21858,'599126','2013-12-18 00:28:14'),(90620,3,21858,'','2013-12-18 00:28:14'),(90621,6,21858,'18.00','2013-12-18 00:28:14'),(90622,7,21858,'DAY','2013-12-18 00:28:14'),(90623,66,21858,'OPD','2013-12-18 00:28:14'),(90624,67,21858,'','2013-12-18 00:28:14'),(90625,1,21859,'3584662','2013-12-18 00:50:29'),(90626,2,21859,'','2013-12-18 00:50:29'),(90627,3,21859,'','2013-12-18 00:50:29'),(90628,6,21859,'','2013-12-18 00:50:29'),(90629,7,21859,'DAY','2013-12-18 00:50:29'),(90630,66,21859,'OPD','2013-12-18 00:50:29'),(90631,67,21859,'','2013-12-18 00:50:29'),(90632,1,21860,'3607601','2013-12-18 01:01:56'),(90633,2,21860,'','2013-12-18 01:01:56'),(90634,3,21860,'','2013-12-18 01:01:56'),(90635,6,21860,'66.00','2013-12-18 01:01:56'),(90636,7,21860,'DAY','2013-12-18 01:01:56'),(90637,66,21860,'OPD','2013-12-18 01:01:56'),(90638,67,21860,'','2013-12-18 01:01:56'),(90639,1,21861,'3607597','2013-12-18 01:04:42'),(90640,2,21861,'','2013-12-18 01:04:42'),(90641,3,21861,'','2013-12-18 01:04:42'),(90642,6,21861,'35.00','2013-12-18 01:04:42'),(90643,7,21861,'DAY','2013-12-18 01:04:42'),(90644,66,21861,'OPD','2013-12-18 01:04:42'),(90645,67,21861,'','2013-12-18 01:04:42'),(90646,1,21862,'3607596','2013-12-18 01:08:28'),(90647,2,21862,'599134','2013-12-18 01:08:28'),(90648,3,21862,'','2013-12-18 01:08:28'),(90649,6,21862,'35.00','2013-12-18 01:08:28'),(90650,7,21862,'DAY','2013-12-18 01:08:28'),(90651,66,21862,'OPD','2013-12-18 01:08:28'),(90652,67,21862,'','2013-12-18 01:08:28'),(90653,1,21863,'3607628','2013-12-18 01:18:19'),(90654,2,21863,'','2013-12-18 01:18:19'),(90655,3,21863,'','2013-12-18 01:18:19'),(90656,6,21863,'11.00','2013-12-18 01:18:19'),(90657,7,21863,'DAY','2013-12-18 01:18:19'),(90658,66,21863,'OPD','2013-12-18 01:18:19'),(90659,67,21863,'','2013-12-18 01:18:19'),(90660,1,21864,'3607629','2013-12-18 01:19:26'),(90661,2,21864,'','2013-12-18 01:19:26'),(90662,3,21864,'','2013-12-18 01:19:26'),(90663,6,21864,'81.00','2013-12-18 01:19:26'),(90664,7,21864,'DAY','2013-12-18 01:19:26'),(90665,66,21864,'OPD','2013-12-18 01:19:26'),(90666,67,21864,'','2013-12-18 01:19:26'),(90667,1,21865,'','2013-12-18 01:25:35'),(90668,2,21865,'','2013-12-18 01:25:35'),(90669,3,21865,'','2013-12-18 01:25:35'),(90670,6,21865,'','2013-12-18 01:25:35'),(90671,7,21865,'DAY','2013-12-18 01:25:35'),(90672,66,21865,'OPD','2013-12-18 01:25:35'),(90673,67,21865,'','2013-12-18 01:25:35'),(90674,1,21866,'3607644','2013-12-18 01:29:16'),(90675,2,21866,'','2013-12-18 01:29:16'),(90676,3,21866,'','2013-12-18 01:29:16'),(90677,6,21866,'185.40','2013-12-18 01:29:16'),(90678,7,21866,'DAY','2013-12-18 01:29:16'),(90679,66,21866,'OPD','2013-12-18 01:29:16'),(90680,67,21866,'','2013-12-18 01:29:16'),(90681,1,21868,'','2013-12-18 01:29:16'),(90682,2,21868,'','2013-12-18 01:29:16'),(90683,3,21868,'','2013-12-18 01:29:16'),(90684,6,21868,'','2013-12-18 01:29:16'),(90685,7,21868,'DAY','2013-12-18 01:29:16'),(90686,66,21868,'OPD','2013-12-18 01:29:16'),(90687,67,21868,'','2013-12-18 01:29:16'),(90688,1,21871,'','2013-12-18 01:29:16'),(90689,2,21871,'','2013-12-18 01:29:16'),(90690,3,21871,'','2013-12-18 01:29:16'),(90691,6,21871,'','2013-12-18 01:29:16'),(90692,7,21871,'DAY','2013-12-18 01:29:16'),(90693,66,21871,'OPD','2013-12-18 01:29:16'),(90694,67,21871,'','2013-12-18 01:29:16'),(90695,1,21875,'','2013-12-18 01:29:16'),(90696,2,21875,'','2013-12-18 01:29:16'),(90697,3,21875,'','2013-12-18 01:29:16'),(90698,6,21875,'','2013-12-18 01:29:16'),(90699,7,21875,'DAY','2013-12-18 01:29:16'),(90700,66,21875,'OPD','2013-12-18 01:29:16'),(90701,67,21875,'','2013-12-18 01:29:16'),(90702,1,21876,'3607661','2013-12-18 01:37:49'),(90703,2,21876,'','2013-12-18 01:37:49'),(90704,3,21876,'','2013-12-18 01:37:49'),(90705,6,21876,'100.00','2013-12-18 01:37:49'),(90706,7,21876,'DAY','2013-12-18 01:37:49'),(90707,66,21876,'OPD','2013-12-18 01:37:49'),(90708,67,21876,'','2013-12-18 01:37:49'),(90709,1,21878,'','2013-12-18 01:37:49'),(90710,2,21878,'','2013-12-18 01:37:49'),(90711,3,21878,'','2013-12-18 01:37:49'),(90712,6,21878,'','2013-12-18 01:37:49'),(90713,7,21878,'DAY','2013-12-18 01:37:49'),(90714,66,21878,'OPD','2013-12-18 01:37:49'),(90715,67,21878,'','2013-12-18 01:37:49'),(90716,1,21879,'3607678','2013-12-18 02:02:50'),(90717,2,21879,'','2013-12-18 02:02:50'),(90718,3,21879,'','2013-12-18 02:02:50'),(90719,6,21879,'81.00','2013-12-18 02:02:50'),(90720,7,21879,'DAY','2013-12-18 02:02:50'),(90721,66,21879,'OPD','2013-12-18 02:02:50'),(90722,67,21879,'','2013-12-18 02:02:50'),(90723,1,21880,'3607690','2013-12-18 02:11:40'),(90724,2,21880,'599146','2013-12-18 02:11:40'),(90725,3,21880,'','2013-12-18 02:11:40'),(90726,6,21880,'22.00','2013-12-18 02:11:40'),(90727,7,21880,'DAY','2013-12-18 02:11:40'),(90728,66,21880,'SELF REQ','2013-12-18 02:11:40'),(90729,67,21880,'','2013-12-18 02:11:40'),(90730,1,21881,'3607692','2013-12-18 02:33:16'),(90731,2,21881,'','2013-12-18 02:33:16'),(90732,3,21881,'','2013-12-18 02:33:16'),(90733,6,21881,'81.00','2013-12-18 02:33:16'),(90734,7,21881,'DAY','2013-12-18 02:33:16'),(90735,66,21881,'OPD','2013-12-18 02:33:16'),(90736,67,21881,'','2013-12-18 02:33:16'),(90737,1,21882,'3607698','2013-12-18 03:08:35'),(90738,2,21882,'','2013-12-18 03:08:35'),(90739,3,21882,'','2013-12-18 03:08:35'),(90740,6,21882,'203.00','2013-12-18 03:08:35'),(90741,7,21882,'DAY','2013-12-18 03:08:35'),(90742,66,21882,'OPD','2013-12-18 03:08:35'),(90743,67,21882,'','2013-12-18 03:08:35'),(90744,1,21884,'','2013-12-18 03:08:35'),(90745,2,21884,'','2013-12-18 03:08:35'),(90746,3,21884,'','2013-12-18 03:08:35'),(90747,6,21884,'','2013-12-18 03:08:35'),(90748,7,21884,'DAY','2013-12-18 03:08:35'),(90749,66,21884,'OPD','2013-12-18 03:08:35'),(90750,67,21884,'','2013-12-18 03:08:35'),(90751,1,21887,'','2013-12-18 03:08:36'),(90752,2,21887,'','2013-12-18 03:08:36'),(90753,3,21887,'','2013-12-18 03:08:36'),(90754,6,21887,'','2013-12-18 03:08:36'),(90755,7,21887,'DAY','2013-12-18 03:08:36'),(90756,66,21887,'OPD','2013-12-18 03:08:36'),(90757,67,21887,'','2013-12-18 03:08:36'),(90758,1,21888,'3607704','2013-12-18 03:26:03'),(90759,2,21888,'','2013-12-18 03:26:03'),(90760,3,21888,'','2013-12-18 03:26:03'),(90761,6,21888,'27','2013-12-18 03:26:03'),(90762,7,21888,'DAY','2013-12-18 03:26:03'),(90763,66,21888,'WARD C','2013-12-18 03:26:03'),(90764,67,21888,'YVONNE','2013-12-18 03:26:03'),(90765,1,21889,'3607712','2013-12-18 03:55:34'),(90766,2,21889,'','2013-12-18 03:55:34'),(90767,3,21889,'','2013-12-18 03:55:34'),(90768,6,21889,'84','2013-12-18 03:55:34'),(90769,7,21889,'DAY','2013-12-18 03:55:34'),(90770,66,21889,'OPD','2013-12-18 03:55:34'),(90771,67,21889,'','2013-12-18 03:55:34'),(90772,1,21891,'','2013-12-18 03:55:35'),(90773,2,21891,'','2013-12-18 03:55:35'),(90774,3,21891,'','2013-12-18 03:55:35'),(90775,6,21891,'','2013-12-18 03:55:35'),(90776,7,21891,'DAY','2013-12-18 03:55:35'),(90777,66,21891,'OPD','2013-12-18 03:55:35'),(90778,67,21891,'','2013-12-18 03:55:35'),(90779,1,21892,'3607713','2013-12-18 03:59:50'),(90780,2,21892,'','2013-12-18 03:59:50'),(90781,3,21892,'','2013-12-18 03:59:50'),(90782,6,21892,'76','2013-12-18 03:59:50'),(90783,7,21892,'NIGHT','2013-12-18 03:59:50'),(90784,66,21892,'WARD B','2013-12-18 03:59:50'),(90785,67,21892,'PEACE','2013-12-18 03:59:50'),(90786,1,21894,'','2013-12-18 03:59:50'),(90787,2,21894,'','2013-12-18 03:59:50'),(90788,3,21894,'','2013-12-18 03:59:50'),(90789,6,21894,'','2013-12-18 03:59:50'),(90790,7,21894,'NIGHT','2013-12-18 03:59:50'),(90791,66,21894,'WARD B','2013-12-18 03:59:50'),(90792,67,21894,'PEACE','2013-12-18 03:59:50'),(90793,1,21895,'3607715','2013-12-18 04:20:49'),(90794,2,21895,'599158','2013-12-18 04:20:49'),(90795,3,21895,'','2013-12-18 04:20:49'),(90796,6,21895,'110','2013-12-18 04:20:49'),(90797,7,21895,'NIGHT','2013-12-18 04:20:49'),(90798,66,21895,'OPD','2013-12-18 04:20:49'),(90799,67,21895,'','2013-12-18 04:20:49'),(90800,1,21897,'','2013-12-18 04:20:49'),(90801,2,21897,'','2013-12-18 04:20:49'),(90802,3,21897,'','2013-12-18 04:20:49'),(90803,6,21897,'','2013-12-18 04:20:49'),(90804,7,21897,'NIGHT','2013-12-18 04:20:49'),(90805,66,21897,'OPD','2013-12-18 04:20:49'),(90806,67,21897,'','2013-12-18 04:20:49'),(90807,1,21898,'3607919','2013-12-18 04:30:52'),(90808,2,21898,'','2013-12-18 04:30:52'),(90809,3,21898,'','2013-12-18 04:30:52'),(90810,6,21898,'50','2013-12-18 04:30:52'),(90811,7,21898,'NIGHT','2013-12-18 04:30:52'),(90812,66,21898,'OPD','2013-12-18 04:30:52'),(90813,67,21898,'','2013-12-18 04:30:52'),(90814,1,21900,'','2013-12-18 04:30:52'),(90815,2,21900,'','2013-12-18 04:30:52'),(90816,3,21900,'','2013-12-18 04:30:52'),(90817,6,21900,'','2013-12-18 04:30:52'),(90818,7,21900,'NIGHT','2013-12-18 04:30:52'),(90819,66,21900,'OPD','2013-12-18 04:30:52'),(90820,67,21900,'','2013-12-18 04:30:52'),(90821,1,21901,'3607720','2013-12-18 04:33:41'),(90822,2,21901,'599160','2013-12-18 04:33:41'),(90823,3,21901,'','2013-12-18 04:33:41'),(90824,6,21901,'47','2013-12-18 04:33:41'),(90825,7,21901,'NIGHT','2013-12-18 04:33:41'),(90826,66,21901,'OPD','2013-12-18 04:33:41'),(90827,67,21901,'','2013-12-18 04:33:41'),(90828,1,21903,'','2013-12-18 04:33:42'),(90829,2,21903,'','2013-12-18 04:33:42'),(90830,3,21903,'','2013-12-18 04:33:42'),(90831,6,21903,'','2013-12-18 04:33:42'),(90832,7,21903,'NIGHT','2013-12-18 04:33:42'),(90833,66,21903,'OPD','2013-12-18 04:33:42'),(90834,67,21903,'','2013-12-18 04:33:42'),(90835,1,21904,'3607722','2013-12-18 04:35:14'),(90836,2,21904,'','2013-12-18 04:35:14'),(90837,3,21904,'','2013-12-18 04:35:14'),(90838,6,21904,'27','2013-12-18 04:35:14'),(90839,7,21904,'NIGHT','2013-12-18 04:35:14'),(90840,66,21904,'WARD B','2013-12-18 04:35:14'),(90841,67,21904,'','2013-12-18 04:35:14'),(90842,1,21905,'3607723','2013-12-18 04:37:26'),(90843,2,21905,'','2013-12-18 04:37:26'),(90844,3,21905,'','2013-12-18 04:37:26'),(90845,6,21905,'50','2013-12-18 04:37:26'),(90846,7,21905,'NIGHT','2013-12-18 04:37:26'),(90847,66,21905,'OPD','2013-12-18 04:37:26'),(90848,67,21905,'','2013-12-18 04:37:26'),(90849,1,21907,'','2013-12-18 04:37:27'),(90850,2,21907,'','2013-12-18 04:37:27'),(90851,3,21907,'','2013-12-18 04:37:27'),(90852,6,21907,'','2013-12-18 04:37:27'),(90853,7,21907,'NIGHT','2013-12-18 04:37:27'),(90854,66,21907,'OPD','2013-12-18 04:37:27'),(90855,67,21907,'','2013-12-18 04:37:27'),(90856,1,21908,'3607728','2013-12-18 04:53:27'),(90857,2,21908,'','2013-12-18 04:53:27'),(90858,3,21908,'','2013-12-18 04:53:27'),(90859,6,21908,'326','2013-12-18 04:53:27'),(90860,7,21908,'NIGHT','2013-12-18 04:53:27'),(90861,66,21908,'OPD','2013-12-18 04:53:27'),(90862,67,21908,'','2013-12-18 04:53:27'),(90863,1,21910,'','2013-12-18 04:53:27'),(90864,2,21910,'','2013-12-18 04:53:27'),(90865,3,21910,'','2013-12-18 04:53:27'),(90866,6,21910,'','2013-12-18 04:53:27'),(90867,7,21910,'NIGHT','2013-12-18 04:53:27'),(90868,66,21910,'OPD','2013-12-18 04:53:27'),(90869,67,21910,'','2013-12-18 04:53:27'),(90870,1,21913,'','2013-12-18 04:53:27'),(90871,2,21913,'','2013-12-18 04:53:27'),(90872,3,21913,'','2013-12-18 04:53:27'),(90873,6,21913,'','2013-12-18 04:53:27'),(90874,7,21913,'NIGHT','2013-12-18 04:53:27'),(90875,66,21913,'OPD','2013-12-18 04:53:27'),(90876,67,21913,'','2013-12-18 04:53:27'),(90877,1,21917,'','2013-12-18 04:53:28'),(90878,2,21917,'','2013-12-18 04:53:28'),(90879,3,21917,'','2013-12-18 04:53:28'),(90880,6,21917,'','2013-12-18 04:53:28'),(90881,7,21917,'NIGHT','2013-12-18 04:53:28'),(90882,66,21917,'OPD','2013-12-18 04:53:28'),(90883,67,21917,'','2013-12-18 04:53:28'),(90884,1,21918,'','2013-12-18 04:55:00'),(90885,2,21918,'','2013-12-18 04:55:00'),(90886,3,21918,'','2013-12-18 04:55:00'),(90887,6,21918,'','2013-12-18 04:55:00'),(90888,7,21918,'NIGHT','2013-12-18 04:55:00'),(90889,66,21918,'OPD','2013-12-18 04:55:00'),(90890,67,21918,'','2013-12-18 04:55:00'),(90891,1,21919,'3607733','2013-12-18 05:10:33'),(90892,2,21919,'','2013-12-18 05:10:33'),(90893,3,21919,'','2013-12-18 05:10:33'),(90894,6,21919,'62','2013-12-18 05:10:33'),(90895,7,21919,'NIGHT','2013-12-18 05:10:33'),(90896,66,21919,'OPD','2013-12-18 05:10:33'),(90897,67,21919,'','2013-12-18 05:10:33'),(90898,1,21921,'','2013-12-18 05:10:34'),(90899,2,21921,'','2013-12-18 05:10:34'),(90900,3,21921,'','2013-12-18 05:10:34'),(90901,6,21921,'','2013-12-18 05:10:34'),(90902,7,21921,'NIGHT','2013-12-18 05:10:34'),(90903,66,21921,'OPD','2013-12-18 05:10:34'),(90904,67,21921,'','2013-12-18 05:10:34'),(90905,1,21922,'3607748','2013-12-18 05:42:52'),(90906,2,21922,'','2013-12-18 05:42:52'),(90907,3,21922,'','2013-12-18 05:42:52'),(90908,6,21922,'43','2013-12-18 05:42:52'),(90909,7,21922,'NIGHT','2013-12-18 05:42:52'),(90910,66,21922,'TROOM','2013-12-18 05:42:52'),(90911,67,21922,'paul','2013-12-18 05:42:52'),(90912,1,21924,'','2013-12-18 05:42:52'),(90913,2,21924,'','2013-12-18 05:42:52'),(90914,3,21924,'','2013-12-18 05:42:52'),(90915,6,21924,'','2013-12-18 05:42:52'),(90916,7,21924,'NIGHT','2013-12-18 05:42:52'),(90917,66,21924,'TROOM','2013-12-18 05:42:52'),(90918,67,21924,'PAUL','2013-12-18 05:42:52'),(90919,1,21927,'','2013-12-18 05:42:52'),(90920,2,21927,'','2013-12-18 05:42:52'),(90921,3,21927,'','2013-12-18 05:42:52'),(90922,6,21927,'','2013-12-18 05:42:52'),(90923,7,21927,'NIGHT','2013-12-18 05:42:52'),(90924,66,21927,'TROOM','2013-12-18 05:42:52'),(90925,67,21927,'PAUL','2013-12-18 05:42:52'),(90926,1,21928,'3607752','2013-12-18 06:25:10'),(90927,2,21928,'599168','2013-12-18 06:25:10'),(90928,3,21928,'','2013-12-18 06:25:10'),(90929,6,21928,'64','2013-12-18 06:25:10'),(90930,7,21928,'NIGHT','2013-12-18 06:25:10'),(90931,66,21928,'TROOM','2013-12-18 06:25:10'),(90932,67,21928,'','2013-12-18 06:25:10'),(90933,1,21930,'','2013-12-18 06:25:10'),(90934,2,21930,'','2013-12-18 06:25:10'),(90935,3,21930,'','2013-12-18 06:25:10'),(90936,6,21930,'','2013-12-18 06:25:10'),(90937,7,21930,'NIGHT','2013-12-18 06:25:10'),(90938,66,21930,'TROOM','2013-12-18 06:25:10'),(90939,67,21930,'','2013-12-18 06:25:10'),(90940,1,21933,'','2013-12-18 06:25:10'),(90941,2,21933,'','2013-12-18 06:25:10'),(90942,3,21933,'','2013-12-18 06:25:10'),(90943,6,21933,'','2013-12-18 06:25:10'),(90944,7,21933,'NIGHT','2013-12-18 06:25:10'),(90945,66,21933,'TROOM','2013-12-18 06:25:10'),(90946,67,21933,'','2013-12-18 06:25:10'),(90947,1,21934,'3607760','2013-12-18 06:46:54'),(90948,2,21934,'599171','2013-12-18 06:46:54'),(90949,3,21934,'','2013-12-18 06:46:54'),(90950,6,21934,'15','2013-12-18 06:46:54'),(90951,7,21934,'NIGHT','2013-12-18 06:46:54'),(90952,66,21934,'SELF REQ','2013-12-18 06:46:54'),(90953,67,21934,'','2013-12-18 06:46:54'),(90954,1,21935,'3607763','2013-12-18 07:03:25'),(90955,2,21935,'599174','2013-12-18 07:03:25'),(90956,3,21935,'','2013-12-18 07:03:25'),(90957,6,21935,'35','2013-12-18 07:03:25'),(90958,7,21935,'NIGHT','2013-12-18 07:03:25'),(90959,66,21935,'OPD','2013-12-18 07:03:25'),(90960,67,21935,'','2013-12-18 07:03:25'),(90961,1,21936,'3607767','2013-12-18 07:49:01'),(90962,2,21936,'599177','2013-12-18 07:49:01'),(90963,3,21936,'','2013-12-18 07:49:01'),(90964,6,21936,'32','2013-12-18 07:49:01'),(90965,7,21936,'NIGHT','2013-12-18 07:49:01'),(90966,66,21936,'OPD','2013-12-18 07:49:01'),(90967,67,21936,'','2013-12-18 07:49:01'),(90968,1,21938,'','2013-12-18 07:49:01'),(90969,2,21938,'','2013-12-18 07:49:01'),(90970,3,21938,'','2013-12-18 07:49:01'),(90971,6,21938,'','2013-12-18 07:49:01'),(90972,7,21938,'NIGHT','2013-12-18 07:49:01'),(90973,66,21938,'OPD','2013-12-18 07:49:01'),(90974,67,21938,'','2013-12-18 07:49:01'),(90975,1,21939,'3607788','2013-12-18 13:37:01'),(90976,2,21939,'599185','2013-12-18 13:37:01'),(90977,3,21939,'','2013-12-18 13:37:01'),(90978,6,21939,'75','2013-12-18 13:37:01'),(90979,7,21939,'NIGHT','2013-12-18 13:37:01'),(90980,66,21939,'OPD','2013-12-18 13:37:01'),(90981,67,21939,'','2013-12-18 13:37:01'),(90982,1,21940,'3607790','2013-12-18 13:39:10'),(90983,2,21940,'599184','2013-12-18 13:39:10'),(90984,3,21940,'','2013-12-18 13:39:10'),(90985,6,21940,'75','2013-12-18 13:39:10'),(90986,7,21940,'NIGHT','2013-12-18 13:39:10'),(90987,66,21940,'OPD','2013-12-18 13:39:10'),(90988,67,21940,'','2013-12-18 13:39:10'),(90989,1,21941,'3607798','2013-12-18 13:44:01'),(90990,2,21941,'','2013-12-18 13:44:01'),(90991,3,21941,'','2013-12-18 13:44:01'),(90992,6,21941,'81','2013-12-18 13:44:01'),(90993,7,21941,'NIGHT','2013-12-18 13:44:01'),(90994,66,21941,'OPD','2013-12-18 13:44:01'),(90995,67,21941,'','2013-12-18 13:44:01'),(90996,1,21942,'3607799','2013-12-18 13:45:38'),(90997,2,21942,'','2013-12-18 13:45:38'),(90998,3,21942,'','2013-12-18 13:45:38'),(90999,6,21942,'81','2013-12-18 13:45:38'),(91000,7,21942,'NIGHT','2013-12-18 13:45:38'),(91001,66,21942,'OPD','2013-12-18 13:45:38'),(91002,67,21942,'','2013-12-18 13:45:38'),(91003,1,21943,'3607801','2013-12-18 13:51:39'),(91004,2,21943,'','2013-12-18 13:51:39'),(91005,3,21943,'','2013-12-18 13:51:39'),(91006,6,21943,'81','2013-12-18 13:51:39'),(91007,7,21943,'NIGHT','2013-12-18 13:51:39'),(91008,66,21943,'OPD','2013-12-18 13:51:39'),(91009,67,21943,'','2013-12-18 13:51:39'),(91010,1,21944,'3607803','2013-12-18 14:05:44'),(91011,2,21944,'','2013-12-18 14:05:44'),(91012,3,21944,'','2013-12-18 14:05:44'),(91013,6,21944,'130','2013-12-18 14:05:44'),(91014,7,21944,'NIGHT','2013-12-18 14:05:44'),(91015,66,21944,'OPD','2013-12-18 14:05:44'),(91016,67,21944,'','2013-12-18 14:05:44'),(91017,1,21945,'3607804','2013-12-18 14:15:54'),(91018,2,21945,'','2013-12-18 14:15:54'),(91019,3,21945,'','2013-12-18 14:15:54'),(91020,6,21945,'94','2013-12-18 14:15:54'),(91021,7,21945,'NIGHT','2013-12-18 14:15:54'),(91022,66,21945,'OPD','2013-12-18 14:15:54'),(91023,67,21945,'','2013-12-18 14:15:54'),(91024,1,21947,'','2013-12-18 14:15:54'),(91025,2,21947,'','2013-12-18 14:15:54'),(91026,3,21947,'','2013-12-18 14:15:54'),(91027,6,21947,'','2013-12-18 14:15:54'),(91028,7,21947,'NIGHT','2013-12-18 14:15:54'),(91029,66,21947,'OPD','2013-12-18 14:15:54'),(91030,67,21947,'','2013-12-18 14:15:54'),(91031,1,21948,'3607815','2013-12-18 14:39:38'),(91032,2,21948,'','2013-12-18 14:39:38'),(91033,3,21948,'','2013-12-18 14:39:38'),(91034,6,21948,'45','2013-12-18 14:39:38'),(91035,7,21948,'NIGHT','2013-12-18 14:39:38'),(91036,66,21948,'TROOM','2013-12-18 14:39:38'),(91037,67,21948,'','2013-12-18 14:39:38'),(91038,1,21949,'3607196','2013-12-18 14:43:40'),(91039,2,21949,'599186','2013-12-18 14:43:40'),(91040,3,21949,'','2013-12-18 14:43:40'),(91041,6,21949,'92','2013-12-18 14:43:40'),(91042,7,21949,'NIGHT','2013-12-18 14:43:40'),(91043,66,21949,'OPD','2013-12-18 14:43:40'),(91044,67,21949,'','2013-12-18 14:43:40'),(91045,1,21951,'','2013-12-18 14:43:40'),(91046,2,21951,'','2013-12-18 14:43:40'),(91047,3,21951,'','2013-12-18 14:43:40'),(91048,6,21951,'','2013-12-18 14:43:40'),(91049,7,21951,'NIGHT','2013-12-18 14:43:40'),(91050,66,21951,'OPD','2013-12-18 14:43:40'),(91051,67,21951,'','2013-12-18 14:43:40'),(91052,1,21954,'','2013-12-18 14:43:40'),(91053,2,21954,'','2013-12-18 14:43:40'),(91054,3,21954,'','2013-12-18 14:43:40'),(91055,6,21954,'','2013-12-18 14:43:40'),(91056,7,21954,'NIGHT','2013-12-18 14:43:40'),(91057,66,21954,'OPD','2013-12-18 14:43:40'),(91058,67,21954,'','2013-12-18 14:43:40'),(91059,1,21955,'3607417','2013-12-18 14:56:43'),(91060,2,21955,'','2013-12-18 14:56:43'),(91061,3,21955,'','2013-12-18 14:56:43'),(91062,6,21955,'261','2013-12-18 14:56:43'),(91063,7,21955,'NIGHT','2013-12-18 14:56:43'),(91064,66,21955,'OPD','2013-12-18 14:56:43'),(91065,67,21955,'','2013-12-18 14:56:43'),(91066,1,21957,'','2013-12-18 14:56:43'),(91067,2,21957,'','2013-12-18 14:56:43'),(91068,3,21957,'','2013-12-18 14:56:43'),(91069,6,21957,'','2013-12-18 14:56:43'),(91070,7,21957,'NIGHT','2013-12-18 14:56:43'),(91071,66,21957,'OPD','2013-12-18 14:56:43'),(91072,67,21957,'','2013-12-18 14:56:43'),(91073,1,21960,'','2013-12-18 14:56:43'),(91074,2,21960,'','2013-12-18 14:56:43'),(91075,3,21960,'','2013-12-18 14:56:43'),(91076,6,21960,'','2013-12-18 14:56:43'),(91077,7,21960,'NIGHT','2013-12-18 14:56:43'),(91078,66,21960,'OPD','2013-12-18 14:56:43'),(91079,67,21960,'','2013-12-18 14:56:43'),(91080,1,21961,'3607831','2013-12-18 15:08:22'),(91081,2,21961,'','2013-12-18 15:08:22'),(91082,3,21961,'','2013-12-18 15:08:22'),(91083,6,21961,'32','2013-12-18 15:08:22'),(91084,7,21961,'NIGHT','2013-12-18 15:08:22'),(91085,66,21961,'OPD','2013-12-18 15:08:22'),(91086,67,21961,'','2013-12-18 15:08:22'),(91087,1,21962,'3607823','2013-12-18 15:19:35'),(91088,2,21962,'599188','2013-12-18 15:19:35'),(91089,3,21962,'','2013-12-18 15:19:35'),(91090,6,21962,'60.80','2013-12-18 15:19:35'),(91091,7,21962,'NIGHT','2013-12-18 15:19:35'),(91092,66,21962,'SELF REQ','2013-12-18 15:19:35'),(91093,67,21962,'','2013-12-18 15:19:35'),(91094,1,21963,'3607824','2013-12-18 15:23:12'),(91095,2,21963,'599187','2013-12-18 15:23:12'),(91096,3,21963,'','2013-12-18 15:23:12'),(91097,6,21963,'60.80','2013-12-18 15:23:12'),(91098,7,21963,'NIGHT','2013-12-18 15:23:12'),(91099,66,21963,'SELF REQ','2013-12-18 15:23:12'),(91100,67,21963,'','2013-12-18 15:23:12'),(91101,1,21964,'3607845','2013-12-18 15:33:48'),(91102,2,21964,'','2013-12-18 15:33:48'),(91103,3,21964,'','2013-12-18 15:33:48'),(91104,6,21964,'45','2013-12-18 15:33:48'),(91105,7,21964,'NIGHT','2013-12-18 15:33:48'),(91106,66,21964,'WARD C','2013-12-18 15:33:48'),(91107,67,21964,'ERIC','2013-12-18 15:33:48'),(91108,1,21965,'3607850','2013-12-18 15:47:22'),(91109,2,21965,'','2013-12-18 15:47:22'),(91110,3,21965,'','2013-12-18 15:47:22'),(91111,6,21965,'181','2013-12-18 15:47:22'),(91112,7,21965,'DAY','2013-12-18 15:47:22'),(91113,66,21965,'EXT. REQ','2013-12-18 15:47:22'),(91114,67,21965,'','2013-12-18 15:47:22'),(91115,1,21967,'','2013-12-18 15:47:22'),(91116,2,21967,'','2013-12-18 15:47:22'),(91117,3,21967,'','2013-12-18 15:47:22'),(91118,6,21967,'','2013-12-18 15:47:22'),(91119,7,21967,'DAY','2013-12-18 15:47:22'),(91120,66,21967,'EXT. REQ','2013-12-18 15:47:22'),(91121,67,21967,'','2013-12-18 15:47:22'),(91122,1,21968,'','2013-12-18 16:13:28'),(91123,2,21968,'','2013-12-18 16:13:28'),(91124,3,21968,'','2013-12-18 16:13:28'),(91125,6,21968,'','2013-12-18 16:13:28'),(91126,7,21968,'DAY','2013-12-18 16:13:28'),(91127,66,21968,'OPD','2013-12-18 16:13:28'),(91128,67,21968,'','2013-12-18 16:13:28'),(91129,1,21969,'','2014-01-23 15:46:14'),(91130,2,21969,'','2014-01-23 15:46:14'),(91131,3,21969,'','2014-01-23 15:46:14'),(91132,6,21969,'','2014-01-23 15:46:14'),(91133,7,21969,'DAY','2014-01-23 15:46:14'),(91134,66,21969,'OPD','2014-01-23 15:46:14'),(91135,67,21969,'','2014-01-23 15:46:14'),(91136,1,21970,'','2014-02-20 11:28:24'),(91137,2,21970,'','2014-02-20 11:28:24'),(91138,3,21970,'','2014-02-20 11:28:24'),(91139,6,21970,'','2014-02-20 11:28:24'),(91140,7,21970,'DAY','2014-02-20 11:28:24'),(91141,66,21970,'OPD','2014-02-20 11:28:24'),(91142,67,21970,'','2014-02-20 11:28:24'),(91143,1,21971,'','2014-02-20 12:14:45'),(91144,2,21971,'','2014-02-20 12:14:45'),(91145,3,21971,'','2014-02-20 12:14:45'),(91146,6,21971,'','2014-02-20 12:14:45'),(91147,7,21971,'DAY','2014-02-20 12:14:45'),(91148,66,21971,'OPD','2014-02-20 12:14:45'),(91149,67,21971,'','2014-02-20 12:14:45'); +/*!40000 ALTER TABLE `specimen_custom_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_custom_field` +-- + +DROP TABLE IF EXISTS `specimen_custom_field`; +CREATE TABLE `specimen_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL default '', + `field_options` varchar(45) NOT NULL default '', + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_custom_field` +-- + +LOCK TABLES `specimen_custom_field` WRITE; +/*!40000 ALTER TABLE `specimen_custom_field` DISABLE KEYS */; +INSERT INTO `specimen_custom_field` VALUES (1,'Invoice Number','',1,'2013-09-25 10:46:44'),(2,'Reciept Number','',1,'2013-09-25 10:46:59'),(3,'Diagnosis','',1,'2013-09-25 10:51:36'),(6,'Amount','',1,'2013-09-25 10:58:44'),(7,'SHIFT','DAY/NIGHT',3,'2013-10-23 14:14:20'),(66,'Place','OPD/EXT. REQ/SELF REQ/TROOM/WARD B/WARD C/LAB',3,'2013-12-02 02:52:31'),(67,'BROUGHT IN BY','',1,'2013-12-03 18:23:20'); +/*!40000 ALTER TABLE `specimen_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_session` +-- + +DROP TABLE IF EXISTS `specimen_session`; +CREATE TABLE `specimen_session` ( + `session_num` varchar(45) NOT NULL default '', + `count` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`session_num`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_session` +-- + +LOCK TABLES `specimen_session` WRITE; +/*!40000 ALTER TABLE `specimen_session` DISABLE KEYS */; +INSERT INTO `specimen_session` VALUES ('20130925',1),('20130930',3),('20131001',39),('20131002',123),('20131003',53),('20131004',41),('20131005',18),('20131006',87),('20131007',169),('20131008',153),('20131009',130),('20131010',125),('20131011',133),('20131012',107),('20131013',49),('20131014',131),('20131015',90),('20131016',108),('20131017',151),('20131018',103),('20131019',99),('20131020',67),('20131021',98),('20131022',125),('20131023',119),('20131024',130),('20131025',125),('20131026',101),('20131027',54),('20131028',129),('20131029',110),('20131030',119),('20131031',112),('20131101',116),('20131102',115),('20131103',59),('20131104',108),('20131105',107),('20131106',141),('20131107',134),('20131108',101),('20131109',110),('20131110',58),('20131111',118),('20131112',118),('20131113',155),('20131114',127),('20131115',117),('20131116',83),('20131117',67),('20131118',127),('20131119',109),('20131120',118),('20131121',123),('20131122',100),('20131123',94),('20131124',56),('20131125',129),('20131126',94),('20131127',101),('20131128',98),('20131129',97),('20131130',98),('20131201',71),('20131202',114),('20131203',122),('20131204',99),('20131205',105),('20131206',101),('20131207',96),('20131208',65),('20131209',116),('20131210',128),('20131211',112),('20131212',96),('20131213',84),('20131214',80),('20131215',69),('20131216',118),('20131217',114),('20131218',16),('20140123',2),('20140210',5),('20140220',9); +/*!40000 ALTER TABLE `specimen_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_test` +-- + +DROP TABLE IF EXISTS `specimen_test`; +CREATE TABLE `specimen_test` ( + `test_type_id` int(11) unsigned NOT NULL default '0', + `specimen_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `test_type_id` (`test_type_id`), + KEY `specimen_type_id` (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Relates tests to the specimens that are compatible with thos'; + +-- +-- Dumping data for table `specimen_test` +-- + +LOCK TABLES `specimen_test` WRITE; +/*!40000 ALTER TABLE `specimen_test` DISABLE KEYS */; +INSERT INTO `specimen_test` VALUES (1,1,'2013-09-25 11:49:29'),(2,1,'2013-09-25 11:51:21'),(3,1,'2013-09-25 11:56:56'),(4,3,'2013-09-25 11:59:18'),(5,3,'2013-09-25 12:01:28'),(6,2,'2013-09-25 12:04:03'),(7,1,'2013-09-25 12:08:01'),(8,1,'2013-09-25 12:16:16'),(9,3,'2013-09-25 12:30:20'),(10,1,'2013-09-25 13:23:50'),(13,1,'2013-09-25 13:37:00'),(14,5,'2013-09-25 13:50:42'),(15,1,'2013-09-25 13:51:49'),(17,1,'2013-09-25 13:55:03'),(18,3,'2013-09-25 14:10:04'),(19,3,'2013-09-25 14:10:53'),(20,3,'2013-09-25 14:11:40'),(21,3,'2013-09-25 14:14:33'),(22,3,'2013-09-25 14:27:13'),(24,3,'2013-09-25 14:29:47'),(25,3,'2013-09-25 14:30:54'),(27,2,'2013-09-25 14:36:26'),(27,1,'2013-09-25 14:36:26'),(27,3,'2013-09-25 14:36:26'),(28,3,'2013-09-25 14:37:35'),(26,3,'2013-09-25 14:38:24'),(30,3,'2013-09-25 14:40:15'),(35,4,'2013-09-25 14:47:05'),(36,4,'2013-09-25 14:47:43'),(37,5,'2013-09-25 14:48:28'),(38,5,'2013-09-25 14:49:00'),(39,5,'2013-09-25 14:49:48'),(40,3,'2013-09-25 14:50:23'),(41,17,'2013-09-25 14:50:59'),(42,17,'2013-09-25 14:51:38'),(43,20,'2013-09-25 14:52:40'),(44,21,'2013-09-25 14:53:20'),(46,1,'2013-09-26 07:00:40'),(47,1,'2013-09-26 07:01:35'),(48,1,'2013-09-26 07:02:34'),(49,1,'2013-09-26 07:04:34'),(50,1,'2013-09-26 07:05:29'),(51,1,'2013-09-26 07:06:36'),(52,1,'2013-09-26 07:07:25'),(53,1,'2013-09-26 07:08:35'),(54,1,'2013-09-26 07:09:28'),(55,1,'2013-09-26 07:10:26'),(56,1,'2013-09-26 07:10:59'),(57,1,'2013-09-26 07:12:12'),(58,1,'2013-09-26 07:12:48'),(59,1,'2013-09-26 07:14:03'),(60,1,'2013-09-26 07:14:41'),(61,1,'2013-09-26 07:15:36'),(62,1,'2013-09-26 07:16:41'),(63,1,'2013-09-26 07:17:46'),(64,1,'2013-09-26 07:18:26'),(65,1,'2013-09-26 07:18:57'),(66,1,'2013-09-26 07:19:33'),(67,1,'2013-09-26 07:20:12'),(70,1,'2013-09-26 07:30:18'),(71,4,'2013-09-26 07:38:08'),(72,1,'2013-09-26 07:40:35'),(73,1,'2013-09-26 07:41:19'),(74,1,'2013-09-26 07:43:10'),(75,1,'2013-09-26 07:45:14'),(76,1,'2013-09-26 07:45:47'),(78,1,'2013-09-26 07:48:01'),(69,1,'2013-09-26 09:16:23'),(68,2,'2013-09-26 09:17:30'),(83,1,'2013-09-26 12:39:47'),(33,1,'2013-09-26 12:44:25'),(85,1,'2013-09-26 12:56:12'),(86,1,'2013-09-26 12:57:55'),(87,1,'2013-09-26 13:00:04'),(88,4,'2013-09-26 13:02:51'),(89,1,'2013-09-26 13:09:42'),(90,1,'2013-09-26 13:16:58'),(91,1,'2013-09-26 13:21:06'),(92,1,'2013-09-26 13:23:00'),(94,1,'2013-09-26 13:31:11'),(95,1,'2013-09-26 13:32:59'),(96,1,'2013-09-26 13:34:38'),(97,19,'2013-09-26 13:39:13'),(98,7,'2013-09-26 13:46:12'),(98,8,'2013-09-26 13:46:12'),(98,10,'2013-09-26 13:46:12'),(98,9,'2013-09-26 13:46:12'),(98,16,'2013-09-26 13:46:12'),(98,11,'2013-09-26 13:46:12'),(98,21,'2013-09-26 13:46:12'),(98,20,'2013-09-26 13:46:12'),(98,5,'2013-09-26 13:46:12'),(98,14,'2013-09-26 13:46:12'),(98,15,'2013-09-26 13:46:12'),(98,13,'2013-09-26 13:46:12'),(98,4,'2013-09-26 13:46:12'),(98,23,'2013-09-26 13:46:12'),(98,3,'2013-09-26 13:46:12'),(98,12,'2013-09-26 13:46:12'),(99,1,'2013-09-27 07:14:07'),(100,1,'2013-09-27 07:15:49'),(101,1,'2013-09-27 07:17:04'),(102,1,'2013-09-27 07:19:00'),(103,1,'2013-09-27 07:40:22'),(104,1,'2013-09-27 07:41:11'),(105,7,'2013-09-27 07:51:25'),(105,8,'2013-09-27 07:51:25'),(105,10,'2013-09-27 07:51:25'),(105,9,'2013-09-27 07:51:25'),(105,16,'2013-09-27 07:51:25'),(105,11,'2013-09-27 07:51:25'),(105,17,'2013-09-27 07:51:25'),(105,21,'2013-09-27 07:51:25'),(105,20,'2013-09-27 07:51:25'),(105,19,'2013-09-27 07:51:25'),(105,5,'2013-09-27 07:51:25'),(105,15,'2013-09-27 07:51:25'),(105,13,'2013-09-27 07:51:25'),(105,4,'2013-09-27 07:51:25'),(105,23,'2013-09-27 07:51:25'),(105,3,'2013-09-27 07:51:25'),(105,12,'2013-09-27 07:51:25'),(106,3,'2013-09-27 07:55:00'),(107,2,'2013-09-27 08:15:19'),(107,1,'2013-09-27 08:15:19'),(108,1,'2013-09-27 08:25:29'),(109,1,'2013-09-27 08:26:15'),(110,1,'2013-09-27 08:28:02'),(111,1,'2013-09-27 08:28:48'),(112,1,'2013-09-27 08:29:43'),(113,1,'2013-09-27 08:30:46'),(114,1,'2013-09-27 08:31:53'),(115,1,'2013-09-27 08:35:27'),(116,1,'2013-09-27 08:36:20'),(117,1,'2013-09-27 08:37:01'),(118,1,'2013-09-27 08:37:41'),(119,8,'2013-09-27 08:39:23'),(120,7,'2013-09-27 08:39:54'),(121,9,'2013-09-27 08:40:30'),(122,14,'2013-09-27 08:40:57'),(125,16,'2013-09-27 09:05:07'),(126,12,'2013-09-27 09:05:50'),(127,18,'2013-09-27 09:09:01'),(128,1,'2013-09-27 09:35:55'),(129,1,'2013-09-27 09:39:42'),(130,1,'2013-09-27 09:50:29'),(131,1,'2013-09-27 09:54:38'),(132,1,'2013-09-27 09:57:38'),(133,1,'2013-09-27 09:59:00'),(134,10,'2013-09-27 11:01:26'),(135,10,'2013-09-27 11:10:43'),(136,4,'2013-09-27 13:45:07'),(137,4,'2013-09-27 13:50:17'),(138,4,'2013-09-27 13:59:34'),(139,24,'2013-09-30 10:14:46'),(140,24,'2013-09-30 10:15:45'),(141,24,'2013-09-30 10:17:04'),(142,24,'2013-09-30 10:17:54'),(143,24,'2013-09-30 10:18:44'),(144,24,'2013-09-30 10:19:18'),(145,24,'2013-09-30 10:20:02'),(146,24,'2013-09-30 10:20:58'),(147,24,'2013-09-30 10:22:05'),(148,24,'2013-09-30 10:22:54'),(149,24,'2013-09-30 10:23:39'),(150,24,'2013-09-30 10:24:14'),(151,24,'2013-09-30 10:24:45'),(152,24,'2013-09-30 10:25:17'),(153,24,'2013-09-30 10:25:52'),(154,24,'2013-09-30 10:27:56'),(155,24,'2013-09-30 10:28:32'),(156,24,'2013-09-30 10:28:59'),(157,24,'2013-09-30 10:29:59'),(158,24,'2013-09-30 10:30:52'),(159,24,'2013-09-30 10:32:39'),(160,24,'2013-09-30 10:33:30'),(161,24,'2013-09-30 10:34:26'),(162,24,'2013-09-30 10:35:04'),(163,24,'2013-09-30 10:36:36'),(164,24,'2013-09-30 10:37:34'),(165,24,'2013-09-30 10:38:42'),(166,24,'2013-09-30 10:39:34'),(167,24,'2013-09-30 10:40:18'),(168,24,'2013-09-30 10:40:52'),(169,24,'2013-09-30 10:41:28'),(170,25,'2013-09-30 10:43:04'),(171,25,'2013-09-30 10:43:57'),(172,25,'2013-09-30 10:44:46'),(160,25,'2013-09-30 10:45:31'),(173,25,'2013-09-30 10:46:05'),(174,25,'2013-09-30 10:46:42'),(175,25,'2013-09-30 10:47:41'),(176,27,'2013-09-30 10:48:24'),(176,26,'2013-09-30 10:48:24'),(176,25,'2013-09-30 10:48:24'),(176,24,'2013-09-30 10:48:24'),(177,27,'2013-09-30 10:49:27'),(178,27,'2013-09-30 10:50:18'),(179,27,'2013-09-30 10:51:33'),(180,27,'2013-09-30 10:52:16'),(181,27,'2013-09-30 10:53:14'),(182,27,'2013-09-30 10:55:11'),(183,27,'2013-09-30 10:55:55'),(184,27,'2013-09-30 10:57:32'),(142,27,'2013-09-30 10:58:08'),(157,27,'2013-09-30 10:58:37'),(165,27,'2013-09-30 10:59:07'),(144,27,'2013-09-30 10:59:35'),(185,27,'2013-09-30 11:00:54'),(186,27,'2013-09-30 11:01:32'),(160,27,'2013-09-30 11:02:10'),(187,27,'2013-09-30 11:02:53'),(188,27,'2013-09-30 11:04:14'),(189,27,'2013-09-30 11:05:04'),(190,27,'2013-09-30 11:06:21'),(191,26,'2013-09-30 11:36:55'),(192,26,'2013-09-30 11:37:20'),(82,2,'2013-10-01 07:15:48'),(84,1,'2013-10-01 07:20:02'),(12,2,'2013-10-01 07:20:19'),(193,10,'2013-10-01 07:22:57'),(193,4,'2013-10-01 07:22:57'),(124,13,'2013-10-01 07:24:25'),(81,4,'2013-10-01 07:24:45'),(80,4,'2013-10-01 07:25:08'),(79,4,'2013-10-01 07:25:50'),(123,15,'2013-10-01 07:26:45'),(194,25,'2013-10-01 09:17:04'),(195,25,'2013-10-01 09:17:43'),(70,2,'2013-10-01 09:21:04'),(93,2,'2013-10-01 09:21:04'),(108,2,'2013-10-01 09:21:04'),(32,1,'2013-10-01 09:29:40'),(16,1,'2013-10-01 09:29:40'),(45,1,'2013-10-01 09:29:40'),(34,1,'2013-10-01 09:29:40'),(31,1,'2013-10-01 09:29:40'),(70,3,'2013-10-01 09:32:42'),(77,3,'2013-10-01 13:48:02'),(196,3,'2013-10-02 08:57:46'),(197,1,'2013-10-02 12:07:24'),(198,1,'2013-10-02 12:08:40'),(199,19,'2013-10-02 14:25:57'),(200,1,'2013-10-03 16:08:49'),(221,22,'2013-10-07 08:41:13'),(221,30,'2013-10-07 08:41:56'),(222,3,'2013-10-08 08:37:17'),(223,3,'2013-10-08 08:41:38'),(224,3,'2013-10-09 08:00:22'),(225,29,'2013-10-09 16:41:17'),(226,28,'2013-10-09 16:41:51'),(216,15,'2013-10-09 16:49:03'),(211,1,'2013-10-10 11:14:19'),(202,20,'2013-10-10 11:17:24'),(207,17,'2013-10-10 14:32:02'),(23,3,'2013-10-11 13:19:46'),(218,3,'2013-10-14 08:51:48'),(68,3,'2013-10-14 12:24:34'),(227,3,'2013-10-15 13:01:44'),(11,2,'2013-10-18 08:16:47'),(214,4,'2013-10-21 14:45:56'),(217,4,'2013-10-21 14:47:51'),(208,1,'2013-10-21 14:58:35'),(213,18,'2013-10-21 15:31:35'),(213,6,'2013-10-21 15:31:36'),(213,7,'2013-10-21 15:31:36'),(213,8,'2013-10-21 15:31:36'),(213,10,'2013-10-21 15:31:36'),(213,9,'2013-10-21 15:31:36'),(213,16,'2013-10-21 15:31:36'),(213,11,'2013-10-21 15:31:36'),(213,17,'2013-10-21 15:31:36'),(213,21,'2013-10-21 15:31:36'),(213,20,'2013-10-21 15:31:36'),(213,19,'2013-10-21 15:31:36'),(213,5,'2013-10-21 15:31:36'),(213,14,'2013-10-21 15:31:36'),(213,15,'2013-10-21 15:31:36'),(213,13,'2013-10-21 15:31:36'),(213,4,'2013-10-21 15:31:36'),(213,23,'2013-10-21 15:31:36'),(213,3,'2013-10-21 15:31:36'),(213,12,'2013-10-21 15:31:36'),(209,1,'2013-10-22 12:30:42'),(205,1,'2013-10-24 09:58:12'),(228,4,'2013-10-29 05:18:30'),(229,4,'2013-10-29 05:59:34'),(230,4,'2013-10-29 06:08:03'),(231,1,'2013-10-29 01:56:53'),(232,1,'2013-11-08 19:59:59'),(233,1,'2013-11-15 20:34:28'),(29,3,'2013-11-21 19:26:40'),(234,5,'2013-11-22 01:08:44'),(235,1,'2013-11-25 16:56:13'),(236,7,'2013-11-25 22:51:59'),(236,9,'2013-11-25 22:51:59'),(236,11,'2013-11-25 22:52:00'),(236,14,'2013-11-25 22:52:00'),(236,13,'2013-11-25 22:52:00'),(236,12,'2013-11-25 22:52:00'),(237,3,'2013-11-27 20:32:04'),(238,1,'2013-11-28 16:07:46'),(239,21,'2013-12-02 00:38:59'),(240,1,'2013-12-13 01:18:56'),(238,2,'2013-12-16 03:18:19'); +/*!40000 ALTER TABLE `specimen_test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_type` +-- + +DROP TABLE IF EXISTS `specimen_type`; +CREATE TABLE `specimen_type` ( + `specimen_type_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `disabled` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_type` +-- + +LOCK TABLES `specimen_type` WRITE; +/*!40000 ALTER TABLE `specimen_type` DISABLE KEYS */; +INSERT INTO `specimen_type` VALUES (1,'Serum','','2013-09-25 11:05:11',0),(2,'Plasma','','2013-09-25 11:07:44',0),(3,'Whole Blood','','2013-09-25 11:08:03',0),(4,'Urine','','2013-09-25 11:10:39',0),(5,'Stool','','2013-09-25 11:10:52',0),(6,'CSF','','2013-09-25 11:11:29',0),(7,'Ear Swab','','2013-09-25 11:12:54',0),(8,'Eye Swab','','2013-09-25 11:13:15',0),(9,'Nasal Swab','','2013-09-25 11:13:32',0),(10,'HVS','','2013-09-25 11:13:47',0),(11,'Rectal Swab','','2013-09-25 11:14:17',0),(12,'Wound Swab','','2013-09-25 11:14:39',0),(13,'Urethral Swab','','2013-09-25 11:15:06',0),(14,'Throat Swab','','2013-09-25 11:15:26',0),(15,'Urethral Discharge','','2013-09-25 11:16:02',0),(16,'Nipple Discharge','','2013-09-25 11:16:53',0),(17,'Semen','','2013-09-25 11:17:24',0),(18,'Aspirate','','2013-09-27 09:07:37',0),(19,'Sputum','','2013-09-25 11:18:52',0),(20,'Skin Snip','','2013-09-25 11:19:23',0),(21,'Skin Scrapping','','2013-09-25 11:19:39',0),(22,'Ascitic Fluid','','2013-09-25 11:20:10',0),(23,'Vaginal Swab','','2013-09-25 11:28:10',0),(24,'X RAY','','2013-09-30 10:12:36',0),(25,'ULTRASOUND SCAN','','2013-09-30 10:13:02',0),(26,'ECG','','2013-09-30 10:13:18',0),(27,'CT SCAN','','2013-09-30 10:13:41',0),(28,'CYTOLOGY','','2013-10-03 16:31:38',0),(29,'HISTOLOGY','','2013-10-03 16:32:40',0),(30,'Stone','','2013-10-07 08:41:56',0); +/*!40000 ALTER TABLE `specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `stock_content` +-- + +DROP TABLE IF EXISTS `stock_content`; +CREATE TABLE `stock_content` ( + `name` varchar(40) default NULL, + `current_quantity` int(11) default NULL, + `date_of_use` date NOT NULL, + `receiver` varchar(40) default NULL, + `remarks` text, + `lot_number` varchar(40) default NULL, + `new_balance` int(11) default NULL, + `user_name` varchar(40) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stock_content` +-- + +LOCK TABLES `stock_content` WRITE; +/*!40000 ALTER TABLE `stock_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `stock_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `stock_details` +-- + +DROP TABLE IF EXISTS `stock_details`; +CREATE TABLE `stock_details` ( + `name` varchar(40) default NULL, + `lot_number` varchar(40) default NULL, + `expiry_date` varchar(40) default NULL, + `manufacturer` varchar(40) default NULL, + `quantity_ordered` int(11) default NULL, + `supplier` varchar(40) default NULL, + `date_of_reception` timestamp NOT NULL default CURRENT_TIMESTAMP, + `current_quantity` int(11) default NULL, + `date_of_supply` timestamp NOT NULL default '0000-00-00 00:00:00', + `quantity_supplied` int(11) default NULL, + `unit` varchar(10) default NULL, + `entry_id` int(11) default NULL, + `cost_per_unit` decimal(10,0) default '0', + `quantity_used` int(10) default '0', + UNIQUE KEY `entry_id` (`entry_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stock_details` +-- + +LOCK TABLES `stock_details` WRITE; +/*!40000 ALTER TABLE `stock_details` DISABLE KEYS */; +/*!40000 ALTER TABLE `stock_details` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test` +-- + +DROP TABLE IF EXISTS `test`; +CREATE TABLE `test` ( + `test_id` int(10) unsigned NOT NULL auto_increment, + `test_type_id` int(11) unsigned NOT NULL default '0', + `result` varchar(201) default NULL, + `comments` varchar(200) default NULL, + `user_id` int(11) unsigned default NULL, + `verified_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `specimen_id` int(11) unsigned default NULL, + `date_verified` datetime default NULL, + PRIMARY KEY (`test_id`), + KEY `test_type_id` (`test_type_id`), + KEY `user_id` (`user_id`), + KEY `specimen_id` (`specimen_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test` +-- + +LOCK TABLES `test` WRITE; +/*!40000 ALTER TABLE `test` DISABLE KEYS */; +INSERT INTO `test` VALUES (1,35,'CLEAR,STRAW,5.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,(+),859b60edef8ad6f87988e60a','',504,556,'2013-09-30 14:39:30',1,'2013-10-14 15:03:14'),(2,1,'POSITIVE,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-09-30 00:00:00',2,NULL),(3,37,'BROWN,SEMI FORMED,MUCOID,Trichostrongyle,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-09-30 00:00:00',3,NULL),(4,9,'','',531,0,'2013-10-01 07:48:07',4,NULL),(5,16,'','',531,0,'2013-10-01 07:48:07',4,NULL),(6,9,'','',531,0,'2013-10-01 08:00:24',5,NULL),(7,71,'','',531,0,'2013-10-01 08:00:24',7,NULL),(8,35,'','',531,0,'2013-10-01 08:00:24',7,NULL),(9,9,'','',531,0,'2013-10-01 08:10:21',8,NULL),(10,35,'','',531,0,'2013-10-01 08:10:21',10,NULL),(11,21,'','',531,0,'2013-10-01 08:17:14',11,NULL),(12,9,'','',531,0,'2013-10-01 08:17:14',11,NULL),(13,19,'','',531,0,'2013-10-01 08:17:14',11,NULL),(14,18,'','',531,0,'2013-10-01 08:17:14',11,NULL),(15,20,'','',531,0,'2013-10-01 08:17:14',11,NULL),(16,71,'','',531,0,'2013-10-01 08:17:14',13,NULL),(17,35,'','',531,0,'2013-10-01 08:17:14',13,NULL),(18,9,'','',530,0,'2013-10-01 08:33:45',14,NULL),(19,18,'','',530,0,'2013-10-01 08:33:45',14,NULL),(20,38,'','',530,0,'2013-10-01 08:33:46',16,NULL),(21,37,'','',530,0,'2013-10-01 08:33:46',16,NULL),(22,107,'','',530,0,'2013-10-01 08:33:46',19,NULL),(23,9,'','',530,0,'2013-10-01 08:43:48',20,NULL),(24,9,'','',530,0,'2013-10-01 08:48:01',21,NULL),(25,19,'','',530,0,'2013-10-01 08:48:01',21,NULL),(26,18,'','',530,0,'2013-10-01 08:48:01',21,NULL),(27,9,'','',530,0,'2013-10-01 08:51:48',22,NULL),(28,19,'','',530,0,'2013-10-01 08:51:48',22,NULL),(29,18,'','',530,0,'2013-10-01 08:51:48',22,NULL),(30,9,'','',530,0,'2013-10-01 08:57:57',23,NULL),(31,19,'','',530,0,'2013-10-01 08:57:57',23,NULL),(32,107,'','',530,0,'2013-10-01 08:57:57',25,NULL),(33,11,'','',530,0,'2013-10-01 09:10:39',26,NULL),(34,68,'','',530,0,'2013-10-01 09:10:39',28,NULL),(35,35,'','',530,0,'2013-10-01 09:10:40',31,NULL),(36,68,'','',530,0,'2013-10-01 09:47:45',32,NULL),(37,35,'','',530,0,'2013-10-01 09:47:46',34,NULL),(38,9,'','',530,0,'2013-10-01 10:15:12',35,NULL),(39,18,'','',530,0,'2013-10-01 10:15:12',35,NULL),(40,35,'','',530,0,'2013-10-01 10:15:12',37,NULL),(41,107,'','',530,0,'2013-10-01 10:15:13',40,NULL),(42,9,'','',530,0,'2013-10-01 10:30:24',41,NULL),(43,57,'','',530,0,'2013-10-01 10:30:24',43,NULL),(44,131,'','',530,0,'2013-10-01 10:30:24',43,NULL),(45,59,'','',530,0,'2013-10-01 10:30:24',43,NULL),(46,58,'','',530,0,'2013-10-01 10:30:24',43,NULL),(47,56,'','',530,0,'2013-10-01 10:30:24',43,NULL),(48,57,'','',530,0,'2013-10-01 10:41:46',44,NULL),(49,133,'','',530,0,'2013-10-01 10:41:46',44,NULL),(50,132,'','',530,0,'2013-10-01 10:41:46',44,NULL),(51,56,'','',530,0,'2013-10-01 10:41:46',44,NULL),(52,9,'','',530,0,'2013-10-01 10:41:46',46,NULL),(53,35,'','',530,0,'2013-10-01 10:41:46',49,NULL),(54,144,'','',530,0,'2013-10-01 10:45:41',50,NULL),(55,178,'','',530,0,'2013-10-01 10:45:44',52,NULL),(56,180,'','',530,0,'2013-10-01 10:45:44',52,NULL),(57,9,'','',530,0,'2013-10-01 11:00:34',53,NULL),(58,16,'','',530,0,'2013-10-01 11:00:34',55,NULL),(59,9,'','',530,0,'2013-10-01 11:08:12',56,NULL),(60,18,'','',530,0,'2013-10-01 11:08:12',56,NULL),(61,57,'','',530,0,'2013-10-01 11:16:14',57,NULL),(62,133,'','',530,0,'2013-10-01 11:16:14',57,NULL),(63,132,'','',530,0,'2013-10-01 11:16:14',57,NULL),(64,56,'','',530,0,'2013-10-01 11:16:14',57,NULL),(65,9,'','',530,0,'2013-10-01 11:16:14',59,NULL),(66,22,'','',530,0,'2013-10-01 11:48:09',60,NULL),(67,9,'','',530,0,'2013-10-01 11:48:09',60,NULL),(68,142,'','',530,0,'2013-10-01 11:48:10',62,NULL),(69,57,'','',530,0,'2013-10-01 11:52:44',63,NULL),(70,133,'','',530,0,'2013-10-01 11:52:44',63,NULL),(71,132,'','',530,0,'2013-10-01 11:52:44',63,NULL),(72,56,'','',530,0,'2013-10-01 11:52:44',63,NULL),(73,4,'','',530,0,'2013-10-01 11:59:59',64,NULL),(74,5,'','',530,0,'2013-10-01 11:59:59',64,NULL),(75,9,'','',530,0,'2013-10-01 11:59:59',64,NULL),(76,11,'18.0,[$]14.0[/$],[$]1.29[/$],##1.34,,8235685dc423d9e306c48830aa486b1a231c9572','0.9 - 1.2 (Reference)\n2.0 - 4.0 (Therapeutic)\n',555,0,'2013-10-02 00:00:00',66,NULL),(77,9,'','',530,0,'2013-10-01 12:04:47',67,NULL),(78,57,'','',530,0,'2013-10-01 12:15:03',68,NULL),(79,133,'','',530,0,'2013-10-01 12:15:03',68,NULL),(80,56,'','',530,0,'2013-10-01 12:15:03',68,NULL),(81,132,'','',530,0,'2013-10-01 12:53:52',69,NULL),(82,9,'','',530,0,'2013-10-01 13:02:02',70,NULL),(83,128,'','',530,0,'2013-10-01 13:02:06',72,NULL),(84,3,'','',530,0,'2013-10-01 13:02:06',72,NULL),(85,108,'','',530,0,'2013-10-01 13:02:06',72,NULL),(86,35,'','',530,0,'2013-10-01 13:02:06',75,NULL),(87,9,'','',530,0,'2013-10-01 13:05:37',76,NULL),(88,18,'','',530,0,'2013-10-01 13:05:37',76,NULL),(89,21,'','',530,0,'2013-10-01 13:16:40',77,NULL),(90,9,'','',530,0,'2013-10-01 13:16:40',77,NULL),(91,20,'','',530,0,'2013-10-01 13:16:40',77,NULL),(92,112,'','',530,0,'2013-10-01 13:16:42',79,NULL),(93,3,'','',530,0,'2013-10-01 13:16:42',79,NULL),(94,108,'','',530,0,'2013-10-01 13:16:42',79,NULL),(95,9,'','',530,0,'2013-10-01 13:25:00',80,NULL),(96,19,'NEGATIVE,,b27da99af41385323882a45c0da5f0fd5e2c7f69','',535,0,'2013-10-02 00:00:00',80,NULL),(97,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,b27da99af41385323882a45c0da5f0fd5e2c7f69','',535,0,'2013-10-02 00:00:00',80,NULL),(98,107,'1#20,1#20,b27da99af41385323882a45c0da5f0fd5e2c7f69','',535,504,'2013-10-02 00:00:00',82,'2013-10-22 16:22:56'),(99,9,'','',530,0,'2013-10-01 13:34:12',83,NULL),(100,57,'','',530,0,'2013-10-01 13:34:13',85,NULL),(101,133,'','',530,0,'2013-10-01 13:34:13',85,NULL),(102,132,'','',530,0,'2013-10-01 13:34:13',85,NULL),(103,56,'','',530,0,'2013-10-01 13:34:13',85,NULL),(104,68,'','',530,0,'2013-10-01 13:34:13',88,NULL),(105,9,'','',530,0,'2013-10-01 13:46:18',89,NULL),(106,19,'','',530,0,'2013-10-01 13:46:18',89,NULL),(107,77,'','',530,0,'2013-10-01 13:49:51',90,NULL),(108,22,'','',530,0,'2013-10-01 14:09:46',91,NULL),(109,9,'','',530,0,'2013-10-01 14:09:46',91,NULL),(110,106,'','',530,0,'2013-10-01 14:09:46',91,NULL),(111,57,'','',530,0,'2013-10-01 14:09:46',93,NULL),(112,133,'','',530,0,'2013-10-01 14:09:46',93,NULL),(113,131,'','',530,0,'2013-10-01 14:09:46',93,NULL),(114,132,'','',530,0,'2013-10-01 14:09:46',93,NULL),(115,56,'','',530,0,'2013-10-01 14:09:46',93,NULL),(116,68,'','',530,0,'2013-10-01 14:09:46',96,NULL),(117,21,'','',530,0,'2013-10-01 14:16:23',97,NULL),(118,9,'','',530,0,'2013-10-01 14:16:23',97,NULL),(119,25,'','',530,0,'2013-10-01 14:16:23',97,NULL),(120,18,'','',530,0,'2013-10-01 14:16:23',97,NULL),(121,20,'','',530,0,'2013-10-01 14:16:23',97,NULL),(122,35,'','',530,0,'2013-10-01 14:16:23',99,NULL),(123,9,'','',530,0,'2013-10-01 14:34:52',100,NULL),(124,133,'','',530,0,'2013-10-01 14:34:52',102,NULL),(125,112,'','',530,0,'2013-10-01 14:41:43',103,NULL),(126,82,'','',530,0,'2013-10-01 15:40:21',104,NULL),(127,68,'','',530,0,'2013-10-01 15:40:23',106,NULL),(128,8,'','',530,0,'2013-10-01 18:54:08',107,NULL),(129,144,'','',530,0,'2013-10-02 07:50:51',108,NULL),(130,192,'','',530,0,'2013-10-02 07:50:51',110,NULL),(131,22,'','',530,0,'2013-10-02 08:03:37',111,NULL),(132,9,'','',530,0,'2013-10-02 08:03:37',111,NULL),(133,57,'','',530,0,'2013-10-02 08:03:37',113,NULL),(134,133,'','',530,0,'2013-10-02 08:03:37',113,NULL),(135,132,'','',530,0,'2013-10-02 08:03:37',113,NULL),(136,56,'','',530,0,'2013-10-02 08:03:37',113,NULL),(137,65,'','',530,0,'2013-10-02 08:03:37',113,NULL),(138,68,'','',530,0,'2013-10-02 08:03:37',116,NULL),(139,35,'','',530,0,'2013-10-02 08:03:37',120,NULL),(140,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,0593a1c46bd66c31fa8791a2f4f62','',534,556,'2013-10-07 00:00:00',121,'2013-10-14 15:03:14'),(141,35,'CLEAR,AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,2de3919b08cd5e2b7aaa6353c6db','',535,556,'2013-10-02 00:00:00',122,'2013-10-14 15:03:14'),(142,143,'','',530,0,'2013-10-02 09:12:30',124,NULL),(143,9,'','',530,0,'2013-10-02 09:12:31',127,NULL),(144,9,'','',530,0,'2013-10-02 09:17:22',128,NULL),(145,77,'','',530,0,'2013-10-02 09:17:22',128,NULL),(146,70,'','',530,0,'2013-10-02 09:17:22',128,NULL),(147,35,'','',530,0,'2013-10-02 09:17:22',130,NULL),(148,9,'','',530,0,'2013-10-02 09:23:09',131,NULL),(149,18,'','',530,0,'2013-10-02 09:23:09',131,NULL),(150,22,'5,,c8c6823c5956c4c4f4b50c8454bd33d1348f7516','',535,0,'2013-10-02 00:00:00',132,NULL),(151,9,'','',530,0,'2013-10-02 09:27:23',132,NULL),(152,53,'','',530,0,'2013-10-02 09:27:23',134,NULL),(153,78,'','',530,0,'2013-10-02 09:27:23',134,NULL),(154,75,'','',530,0,'2013-10-02 09:27:23',134,NULL),(155,132,'','',530,0,'2013-10-02 09:27:23',134,NULL),(156,69,'','',530,0,'2013-10-02 09:27:23',134,NULL),(157,9,'','',530,0,'2013-10-02 09:32:31',135,NULL),(158,37,'GREENISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,12753d8a60eb5daff7accecb9e927aff0bd1263a','',535,0,'2013-10-02 00:00:00',137,NULL),(159,9,'','',530,0,'2013-10-02 09:39:14',138,NULL),(160,19,'','',530,0,'2013-10-02 09:39:14',138,NULL),(161,18,'','',530,0,'2013-10-02 09:39:14',138,NULL),(162,71,'','',530,0,'2013-10-02 09:39:14',140,NULL),(163,35,'','',530,0,'2013-10-02 09:39:14',140,NULL),(164,144,'','',530,0,'2013-10-02 09:45:24',141,NULL),(165,156,'','',530,0,'2013-10-02 09:45:24',141,NULL),(166,165,'','',530,0,'2013-10-02 09:45:24',141,NULL),(167,9,'','',530,0,'2013-10-02 09:51:19',142,NULL),(168,19,'NEGATIVE,,97c6e428ad45a97c98054aeef7b913f3ac5e70a7','',535,0,'2013-10-02 00:00:00',142,NULL),(169,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,97c6e428ad45a97c98054aeef7b913f3ac5e70a7','',535,0,'2013-10-02 00:00:00',142,NULL),(170,71,'POSITIVE,,3bff6720eaa56076d38e9b002dbe91ace7fe0fea','',535,0,'2013-10-02 00:00:00',143,NULL),(171,12,'40.0,8235685dc423d9e306c48830aa486b1a231c9572','',555,0,'2013-10-02 00:00:00',144,NULL),(172,9,'','',530,0,'2013-10-02 10:12:31',145,NULL),(173,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,0d48c24e5c73a7e60a902363042868dbdc76726e','',535,0,'2013-10-02 00:00:00',145,NULL),(174,9,'','',530,0,'2013-10-02 10:50:04',146,NULL),(175,19,'','',530,0,'2013-10-02 10:50:04',146,NULL),(176,18,'','',530,0,'2013-10-02 10:50:04',146,NULL),(177,35,'','',530,0,'2013-10-02 10:50:04',148,NULL),(178,107,'','',530,0,'2013-10-02 10:50:04',151,NULL),(179,4,'','',530,0,'2013-10-02 10:53:23',152,NULL),(180,9,'','',530,0,'2013-10-02 10:53:23',152,NULL),(181,28,'','',530,0,'2013-10-02 10:53:23',152,NULL),(182,71,'','',530,0,'2013-10-02 10:56:43',153,NULL),(183,37,'','',530,0,'2013-10-02 10:56:43',155,NULL),(184,68,'','',530,0,'2013-10-02 10:59:30',156,NULL),(185,9,'','',530,0,'2013-10-02 11:02:58',157,NULL),(186,128,'','',530,0,'2013-10-02 11:02:59',159,NULL),(187,35,'','',530,0,'2013-10-02 11:06:57',160,NULL),(188,131,'','',530,0,'2013-10-02 11:21:12',161,NULL),(189,35,'','',530,0,'2013-10-02 11:27:05',162,NULL),(190,9,'','',530,0,'2013-10-02 11:29:58',163,NULL),(191,176,'','',530,0,'2013-10-02 11:35:39',164,NULL),(192,192,'','',530,0,'2013-10-02 11:40:12',165,NULL),(193,174,'','',530,0,'2013-10-02 11:42:23',166,NULL),(194,172,'','',530,0,'2013-10-02 11:44:49',167,NULL),(195,143,'','',530,0,'2013-10-02 11:51:50',168,NULL),(196,22,'','',530,0,'2013-10-02 11:55:15',169,NULL),(197,9,'','',530,0,'2013-10-02 11:55:15',169,NULL),(198,57,'','',530,0,'2013-10-02 11:55:15',171,NULL),(199,56,'','',530,0,'2013-10-02 11:55:15',171,NULL),(200,9,'','',504,0,'2013-10-02 12:05:20',172,NULL),(201,18,'','',504,0,'2013-10-02 12:05:20',172,NULL),(202,35,'','',504,0,'2013-10-02 12:05:20',174,NULL),(203,9,'','',530,0,'2013-10-02 12:12:59',175,NULL),(204,9,'','',530,0,'2013-10-02 12:15:51',176,NULL),(205,19,'','',530,0,'2013-10-02 12:15:51',176,NULL),(206,18,'','',530,0,'2013-10-02 12:15:51',176,NULL),(207,35,'','',530,0,'2013-10-02 12:15:51',178,NULL),(208,9,'','',530,0,'2013-10-02 12:26:43',179,NULL),(209,18,'','',530,0,'2013-10-02 12:26:43',179,NULL),(210,57,'','',530,0,'2013-10-02 12:26:43',181,NULL),(211,133,'','',530,0,'2013-10-02 12:26:43',181,NULL),(212,132,'','',530,0,'2013-10-02 12:26:43',181,NULL),(213,92,'','',530,0,'2013-10-02 12:26:43',181,NULL),(214,56,'','',530,0,'2013-10-02 12:26:43',181,NULL),(215,36,'','',530,0,'2013-10-02 12:26:43',184,NULL),(216,35,'','',530,0,'2013-10-02 12:26:43',184,NULL),(217,9,'','',530,0,'2013-10-02 12:38:20',185,NULL),(218,19,'','',530,0,'2013-10-02 12:38:20',185,NULL),(219,35,'','',530,0,'2013-10-02 12:38:20',187,NULL),(220,9,'','',530,0,'2013-10-02 12:41:25',188,NULL),(221,18,'','',530,0,'2013-10-02 12:41:25',188,NULL),(222,36,'','',530,0,'2013-10-02 12:45:55',189,NULL),(223,35,'','',530,0,'2013-10-02 12:45:55',189,NULL),(224,9,'','',530,0,'2013-10-02 12:49:02',190,NULL),(225,35,'','',530,0,'2013-10-02 12:49:02',192,NULL),(226,9,'','',530,0,'2013-10-02 12:49:38',193,NULL),(227,9,'','',530,0,'2013-10-02 12:52:36',194,NULL),(228,196,'','',530,0,'2013-10-02 13:00:14',195,NULL),(229,9,'','',530,0,'2013-10-02 13:02:48',196,NULL),(230,68,'','',530,0,'2013-10-02 13:02:49',198,NULL),(231,9,'','',530,0,'2013-10-02 13:07:33',199,NULL),(232,28,'','',530,0,'2013-10-02 13:10:00',200,NULL),(233,9,'','',530,0,'2013-10-02 13:11:58',201,NULL),(234,157,'','',530,0,'2013-10-02 13:11:58',203,NULL),(235,160,'','',530,0,'2013-10-02 13:11:58',203,NULL),(236,165,'','',530,0,'2013-10-02 13:11:58',203,NULL),(237,36,'','',530,0,'2013-10-02 13:13:44',204,NULL),(238,35,'','',530,0,'2013-10-02 13:13:44',204,NULL),(239,21,'','',530,0,'2013-10-02 13:17:32',205,NULL),(240,9,'','',530,0,'2013-10-02 13:17:32',205,NULL),(241,9,'','',530,0,'2013-10-02 13:20:45',206,NULL),(242,18,'','',530,0,'2013-10-02 13:20:45',206,NULL),(243,35,'','',530,0,'2013-10-02 13:20:46',208,NULL),(244,9,'','',530,0,'2013-10-02 13:26:26',209,NULL),(245,132,'','',530,0,'2013-10-02 13:26:26',211,NULL),(246,196,'','',530,0,'2013-10-02 13:32:12',212,NULL),(247,22,'','',530,0,'2013-10-02 13:32:12',212,NULL),(248,9,'','',530,0,'2013-10-02 13:32:12',212,NULL),(249,57,'','',530,0,'2013-10-02 13:32:12',214,NULL),(250,133,'','',530,0,'2013-10-02 13:32:12',214,NULL),(251,131,'','',530,0,'2013-10-02 13:32:12',214,NULL),(252,56,'','',530,0,'2013-10-02 13:32:12',214,NULL),(253,9,'','',530,0,'2013-10-02 13:34:26',215,NULL),(254,19,'','',530,0,'2013-10-02 13:34:26',215,NULL),(255,18,'','',530,0,'2013-10-02 13:34:26',215,NULL),(256,57,'','',530,0,'2013-10-02 13:34:26',217,NULL),(257,133,'','',530,0,'2013-10-02 13:34:26',217,NULL),(258,56,'','',530,0,'2013-10-02 13:34:26',217,NULL),(259,35,'','',530,0,'2013-10-02 13:34:26',220,NULL),(260,107,'','',530,0,'2013-10-02 13:34:27',224,NULL),(261,9,'','',530,0,'2013-10-02 13:47:27',225,NULL),(262,18,'','',530,0,'2013-10-02 13:47:27',225,NULL),(263,9,'','',530,0,'2013-10-02 14:15:02',226,NULL),(264,18,'','',530,0,'2013-10-02 14:15:02',226,NULL),(265,107,'','',530,0,'2013-10-02 14:15:02',228,NULL),(266,9,'','',530,0,'2013-10-02 14:20:41',229,NULL),(267,130,'','',530,0,'2013-10-02 14:20:41',231,NULL),(268,131,'','',530,0,'2013-10-02 14:20:41',231,NULL),(269,132,'','',530,0,'2013-10-02 14:20:41',231,NULL),(270,35,'','',530,0,'2013-10-02 14:20:41',234,NULL),(271,9,'','',530,0,'2013-10-02 14:24:35',235,NULL),(272,199,'','',530,0,'2013-10-02 14:26:49',236,NULL),(273,16,'','',530,0,'2013-10-02 14:36:04',237,NULL),(274,143,'','',530,0,'2013-10-02 14:49:25',238,NULL),(275,192,'','',530,0,'2013-10-02 14:49:25',240,NULL),(276,57,'','',530,0,'2013-10-02 14:49:25',243,NULL),(277,133,'','',530,0,'2013-10-02 14:49:25',243,NULL),(278,131,'','',530,0,'2013-10-02 14:49:25',243,NULL),(279,132,'','',530,0,'2013-10-02 14:49:25',243,NULL),(280,92,'','',530,0,'2013-10-02 14:49:25',243,NULL),(281,56,'','',530,0,'2013-10-02 14:49:25',243,NULL),(282,9,'','',530,0,'2013-10-02 14:49:25',247,NULL),(283,77,'','',530,0,'2013-10-02 14:49:25',247,NULL),(284,35,'','',530,0,'2013-10-02 14:49:26',252,NULL),(285,68,'','',530,0,'2013-10-02 14:49:26',258,NULL),(286,71,'','',530,0,'2013-10-02 14:52:11',259,NULL),(287,9,'','',530,0,'2013-10-02 14:52:34',260,NULL),(288,35,'','',530,0,'2013-10-02 14:52:34',262,NULL),(289,36,'','',530,0,'2013-10-02 14:54:08',263,NULL),(290,35,'','',530,0,'2013-10-02 14:54:08',263,NULL),(291,9,'','',530,0,'2013-10-02 14:55:58',264,NULL),(292,9,'','',530,0,'2013-10-02 14:56:18',265,NULL),(293,18,'','',530,0,'2013-10-02 14:56:18',265,NULL),(294,35,'','',530,0,'2013-10-02 14:56:18',267,NULL),(295,40,'','',530,0,'2013-10-02 14:57:57',268,NULL),(296,9,'','',530,0,'2013-10-02 15:01:20',269,NULL),(297,19,'','',530,0,'2013-10-02 15:01:20',269,NULL),(298,18,'','',530,0,'2013-10-02 15:01:20',269,NULL),(299,35,'','',530,0,'2013-10-02 15:01:21',271,NULL),(300,9,'','',530,0,'2013-10-02 15:05:02',272,NULL),(301,98,'','',530,0,'2013-10-02 15:05:02',274,NULL),(302,9,'','',530,0,'2013-10-02 15:12:24',275,NULL),(303,107,'','',530,0,'2013-10-02 15:12:24',277,NULL),(304,38,'','',530,0,'2013-10-02 15:12:24',280,NULL),(305,9,'','',530,0,'2013-10-02 15:15:41',281,NULL),(306,192,'','',530,0,'2013-10-02 15:20:09',282,NULL),(307,157,'','',530,0,'2013-10-02 15:23:49',283,NULL),(308,166,'','',530,0,'2013-10-02 15:23:49',283,NULL),(309,9,'','',530,0,'2013-10-02 15:32:57',284,NULL),(310,18,'','',530,0,'2013-10-02 15:32:57',284,NULL),(311,35,'','',530,0,'2013-10-02 15:32:57',286,NULL),(312,9,'','',530,0,'2013-10-02 15:44:12',287,NULL),(313,27,'','',530,0,'2013-10-02 15:44:12',289,NULL),(314,108,'','',530,0,'2013-10-02 15:44:12',289,NULL),(315,9,'','',530,0,'2013-10-02 16:06:58',290,NULL),(316,9,'','',530,0,'2013-10-02 16:09:28',291,NULL),(317,9,'','',530,0,'2013-10-02 16:10:52',292,NULL),(318,9,'','',530,0,'2013-10-02 16:12:46',293,NULL),(319,9,'','',530,0,'2013-10-02 16:32:13',294,NULL),(320,149,'','',530,0,'2013-10-02 16:32:13',296,NULL),(321,150,'','',530,0,'2013-10-02 16:32:13',296,NULL),(322,9,'','',530,0,'2013-10-02 16:59:17',297,NULL),(323,35,'','',530,0,'2013-10-02 16:59:17',299,NULL),(324,9,'','',530,0,'2013-10-02 17:03:56',300,NULL),(325,9,'','',530,0,'2013-10-02 17:07:45',301,NULL),(326,19,'','',530,0,'2013-10-02 17:07:45',301,NULL),(327,18,'','',530,0,'2013-10-02 17:07:45',301,NULL),(328,1,'','',530,0,'2013-10-02 17:12:58',302,NULL),(329,21,'','',530,0,'2013-10-02 17:49:02',303,NULL),(330,9,'','',530,0,'2013-10-02 17:49:02',303,NULL),(331,18,'','',530,0,'2013-10-02 17:49:02',303,NULL),(332,21,'','',530,0,'2013-10-02 17:55:14',304,NULL),(333,9,'','',530,0,'2013-10-02 17:55:14',304,NULL),(334,25,'','',530,0,'2013-10-02 17:55:14',304,NULL),(335,18,'','',530,0,'2013-10-02 17:55:14',304,NULL),(336,35,'','',530,0,'2013-10-02 17:55:14',306,NULL),(337,112,'','',530,0,'2013-10-02 17:55:15',309,NULL),(338,27,'','',530,0,'2013-10-02 17:55:15',309,NULL),(339,108,'','',530,0,'2013-10-02 17:55:15',309,NULL),(340,21,'','',530,0,'2013-10-02 18:01:07',310,NULL),(341,9,'','',530,0,'2013-10-02 18:01:07',310,NULL),(342,18,'','',530,0,'2013-10-02 18:01:07',310,NULL),(343,36,'','',530,0,'2013-10-02 18:01:07',312,NULL),(344,35,'','',530,0,'2013-10-02 18:01:07',312,NULL),(345,9,'','',530,0,'2013-10-02 18:11:36',313,NULL),(346,68,'','',530,0,'2013-10-02 18:11:36',315,NULL),(347,92,'','',530,0,'2013-10-02 18:11:36',318,NULL),(348,35,'','',530,0,'2013-10-02 18:11:36',322,NULL),(349,9,'','',530,0,'2013-10-02 18:32:58',323,NULL),(350,18,'','',530,0,'2013-10-02 18:32:58',323,NULL),(351,9,'','',530,0,'2013-10-02 18:40:36',324,NULL),(352,18,'','',530,0,'2013-10-02 18:40:36',324,NULL),(353,35,'','',530,0,'2013-10-02 18:40:36',326,NULL),(354,37,'','',530,0,'2013-10-02 18:50:40',327,NULL),(355,22,'','',530,0,'2013-10-02 19:06:15',328,NULL),(356,9,'','',530,0,'2013-10-02 19:06:15',328,NULL),(357,27,'','',530,0,'2013-10-02 19:06:15',328,NULL),(358,19,'','',530,0,'2013-10-02 19:06:15',328,NULL),(359,79,'','',530,0,'2013-10-02 19:06:15',330,NULL),(360,35,'','',530,0,'2013-10-02 19:06:15',330,NULL),(361,9,'','',531,0,'2013-10-02 21:28:08',331,NULL),(362,19,'','',531,0,'2013-10-02 21:28:08',331,NULL),(363,18,'','',531,0,'2013-10-02 21:28:08',331,NULL),(364,9,'','',531,0,'2013-10-02 21:33:48',332,NULL),(365,19,'','',531,0,'2013-10-02 21:33:48',332,NULL),(366,18,'','',531,0,'2013-10-02 21:33:48',332,NULL),(367,53,'','',531,0,'2013-10-02 21:44:26',333,NULL),(368,75,'','',531,0,'2013-10-02 21:44:26',333,NULL),(369,69,'','',531,0,'2013-10-02 21:44:26',333,NULL),(370,93,'','',531,0,'2013-10-02 21:44:26',335,NULL),(371,9,'','',531,0,'2013-10-02 21:54:06',336,NULL),(372,18,'','',531,0,'2013-10-02 21:54:06',336,NULL),(373,35,'','',531,0,'2013-10-02 21:54:06',338,NULL),(374,16,'','',531,0,'2013-10-02 22:11:17',339,NULL),(375,36,'','',531,0,'2013-10-02 22:19:21',340,NULL),(376,35,'','',531,0,'2013-10-02 22:19:21',340,NULL),(377,9,'','',531,0,'2013-10-02 22:23:51',341,NULL),(378,18,'','',531,0,'2013-10-02 22:23:51',341,NULL),(379,71,'','',531,0,'2013-10-02 22:23:51',343,NULL),(380,9,'','',531,0,'2013-10-02 22:28:01',344,NULL),(381,21,'','',531,0,'2013-10-02 22:33:43',345,NULL),(382,9,'','',531,0,'2013-10-02 22:59:11',346,NULL),(383,19,'','',531,0,'2013-10-02 22:59:11',346,NULL),(384,18,'','',531,0,'2013-10-02 22:59:11',346,NULL),(385,9,'','',531,0,'2013-10-03 01:32:21',347,NULL),(386,18,'','',531,0,'2013-10-03 01:32:21',347,NULL),(387,40,'','',531,0,'2013-10-03 01:35:18',348,NULL),(388,9,'','',531,0,'2013-10-03 01:35:18',348,NULL),(389,9,'','',531,0,'2013-10-03 05:59:31',349,NULL),(390,18,'','',531,0,'2013-10-03 05:59:31',349,NULL),(391,68,'','',531,0,'2013-10-03 05:59:31',351,NULL),(392,9,'','',531,0,'2013-10-03 06:30:15',352,NULL),(393,19,'','',531,0,'2013-10-03 06:30:15',352,NULL),(394,18,'','',531,0,'2013-10-03 06:30:15',352,NULL),(395,107,'','',531,0,'2013-10-03 06:30:15',354,NULL),(396,35,'','',531,0,'2013-10-03 06:30:15',357,NULL),(397,9,'','',531,0,'2013-10-03 07:08:54',358,NULL),(398,37,'','',531,0,'2013-10-03 07:08:54',360,NULL),(399,130,'','',531,0,'2013-10-03 07:10:50',361,NULL),(400,131,'','',531,0,'2013-10-03 07:10:50',361,NULL),(401,132,'','',531,0,'2013-10-03 07:10:50',361,NULL),(402,9,'','',530,0,'2013-10-03 07:28:32',362,NULL),(403,18,'','',530,0,'2013-10-03 07:28:32',362,NULL),(404,77,'','',530,0,'2013-10-03 07:33:43',363,NULL),(405,9,'','',530,0,'2013-10-03 07:38:10',364,NULL),(406,57,'','',530,0,'2013-10-03 07:38:10',366,NULL),(407,133,'','',530,0,'2013-10-03 07:38:10',366,NULL),(408,132,'','',530,0,'2013-10-03 07:38:10',366,NULL),(409,56,'','',530,0,'2013-10-03 07:38:10',366,NULL),(410,35,'','',530,0,'2013-10-03 07:38:10',369,NULL),(411,9,'','',530,0,'2013-10-03 08:10:35',370,NULL),(412,19,'','',530,0,'2013-10-03 08:10:35',370,NULL),(413,18,'','',530,0,'2013-10-03 08:10:35',370,NULL),(414,35,'','',530,0,'2013-10-03 08:10:36',372,NULL),(415,22,'','',551,0,'2013-10-03 08:40:45',373,NULL),(416,9,'','',551,0,'2013-10-03 08:40:45',373,NULL),(417,108,'','',551,0,'2013-10-03 08:40:45',375,NULL),(418,35,'','',551,0,'2013-10-03 08:40:45',378,NULL),(419,22,'','',551,0,'2013-10-03 08:51:28',379,NULL),(420,9,'','',551,0,'2013-10-03 08:51:28',379,NULL),(421,77,'','',551,0,'2013-10-03 08:51:28',379,NULL),(422,57,'','',551,0,'2013-10-03 08:51:28',381,NULL),(423,133,'','',551,0,'2013-10-03 08:51:28',381,NULL),(424,132,'','',551,0,'2013-10-03 08:51:28',381,NULL),(425,46,'','',551,0,'2013-10-03 08:51:28',381,NULL),(426,49,'','',551,0,'2013-10-03 08:51:28',381,NULL),(427,56,'','',551,0,'2013-10-03 08:51:28',381,NULL),(428,68,'','',551,0,'2013-10-03 08:51:28',384,NULL),(429,35,'','',551,0,'2013-10-03 08:51:28',388,NULL),(430,9,'','',551,0,'2013-10-03 09:08:38',389,NULL),(431,35,'','',551,0,'2013-10-03 09:08:38',391,NULL),(432,9,'','',551,0,'2013-10-03 09:22:00',392,NULL),(433,19,'','',551,0,'2013-10-03 09:22:00',392,NULL),(434,18,'','',551,0,'2013-10-03 09:22:00',392,NULL),(435,9,'','',551,0,'2013-10-03 09:48:07',393,NULL),(436,19,'','',551,0,'2013-10-03 09:48:07',393,NULL),(437,18,'','',551,0,'2013-10-03 09:48:07',393,NULL),(438,160,'','',551,0,'2013-10-03 10:33:44',394,NULL),(439,9,'','',551,0,'2013-10-03 10:46:31',395,NULL),(440,35,'','',551,0,'2013-10-03 10:46:31',397,NULL),(441,92,'','',551,0,'2013-10-03 10:46:31',400,NULL),(442,131,'','',551,0,'2013-10-03 11:09:05',401,NULL),(443,144,'','',551,0,'2013-10-03 11:23:34',402,NULL),(444,144,'','',551,0,'2013-10-03 11:34:57',403,NULL),(445,68,'','',551,0,'2013-10-03 11:57:43',404,NULL),(446,196,'','',551,0,'2013-10-03 13:28:42',405,NULL),(447,22,'','',551,0,'2013-10-03 13:28:42',405,NULL),(448,9,'','',551,0,'2013-10-03 13:28:42',405,NULL),(449,68,'','',551,0,'2013-10-03 13:38:37',406,NULL),(450,9,'','',551,0,'2013-10-03 18:55:48',407,NULL),(451,77,'','',551,0,'2013-10-03 18:55:48',407,NULL),(452,57,'','',551,0,'2013-10-03 18:55:48',409,NULL),(453,133,'','',551,0,'2013-10-03 18:55:48',409,NULL),(454,56,'','',551,0,'2013-10-03 18:55:48',409,NULL),(455,35,'','',551,0,'2013-10-03 20:09:42',410,NULL),(456,9,'','',531,0,'2013-10-03 20:27:14',411,NULL),(457,19,'','',531,0,'2013-10-03 20:27:14',411,NULL),(458,18,'','',531,0,'2013-10-03 20:27:14',411,NULL),(459,71,'','',531,0,'2013-10-03 20:27:15',413,NULL),(460,9,'','',531,0,'2013-10-03 20:30:46',414,NULL),(461,37,'','',531,0,'2013-10-03 20:30:46',416,NULL),(462,9,'','',531,0,'2013-10-03 20:47:02',417,NULL),(463,132,'','',531,0,'2013-10-03 20:47:02',419,NULL),(464,68,'','',531,0,'2013-10-03 20:47:02',422,NULL),(465,9,'','',531,0,'2013-10-03 20:51:15',423,NULL),(466,18,'','',531,0,'2013-10-03 20:51:15',423,NULL),(467,132,'','',531,0,'2013-10-03 20:51:15',425,NULL),(468,68,'','',531,0,'2013-10-03 20:51:16',428,NULL),(469,68,'','',531,0,'2013-10-03 20:55:40',429,NULL),(470,36,'','',531,0,'2013-10-03 20:58:23',430,NULL),(471,35,'','',531,0,'2013-10-03 20:58:23',430,NULL),(472,9,'','',531,0,'2013-10-03 21:04:56',431,NULL),(473,129,'','',531,0,'2013-10-03 21:04:56',433,NULL),(474,132,'','',531,0,'2013-10-03 21:04:56',433,NULL),(475,22,'','',531,0,'2013-10-03 21:11:54',434,NULL),(476,9,'','',531,0,'2013-10-03 21:11:54',434,NULL),(477,128,'','',531,0,'2013-10-03 21:11:54',436,NULL),(478,35,'','',531,0,'2013-10-03 21:11:54',439,NULL),(479,108,'','',531,0,'2013-10-03 21:11:55',443,NULL),(480,9,'','',531,0,'2013-10-03 22:13:38',444,NULL),(481,18,'','',531,0,'2013-10-03 22:13:38',444,NULL),(482,9,'','',531,0,'2013-10-03 22:17:21',445,NULL),(483,19,'','',531,0,'2013-10-03 22:17:21',445,NULL),(484,18,'','',531,0,'2013-10-03 22:17:21',445,NULL),(485,107,'','',531,0,'2013-10-03 22:17:21',447,NULL),(486,9,'','',531,0,'2013-10-03 22:20:59',448,NULL),(487,18,'','',531,0,'2013-10-03 22:20:59',448,NULL),(488,71,'','',531,0,'2013-10-03 22:20:59',450,NULL),(489,9,'','',531,0,'2013-10-03 22:26:53',451,NULL),(490,18,'','',531,0,'2013-10-03 22:26:53',451,NULL),(491,35,'','',531,0,'2013-10-03 22:26:53',453,NULL),(492,22,'','',531,0,'2013-10-03 22:45:22',454,NULL),(493,9,'','',531,0,'2013-10-03 22:45:22',454,NULL),(494,77,'','',531,0,'2013-10-03 22:45:22',454,NULL),(495,68,'','',531,0,'2013-10-03 22:45:22',456,NULL),(496,57,'','',531,0,'2013-10-03 22:45:23',459,NULL),(497,132,'','',531,0,'2013-10-03 22:45:23',459,NULL),(498,56,'','',531,0,'2013-10-03 22:45:23',459,NULL),(499,38,'','',531,0,'2013-10-03 22:45:23',463,NULL),(500,37,'','',531,0,'2013-10-03 22:45:23',463,NULL),(501,9,'','',531,0,'2013-10-04 05:37:56',464,NULL),(502,37,'','',531,0,'2013-10-04 05:37:56',466,NULL),(503,9,'','',531,0,'2013-10-04 05:44:25',467,NULL),(504,19,'','',531,0,'2013-10-04 05:44:25',467,NULL),(505,18,'','',531,0,'2013-10-04 05:44:25',467,NULL),(506,9,'','',531,0,'2013-10-04 05:50:12',468,NULL),(507,19,'','',531,0,'2013-10-04 05:50:12',468,NULL),(508,18,'','',531,0,'2013-10-04 05:50:12',468,NULL),(509,9,'','',531,0,'2013-10-04 05:54:17',469,NULL),(510,68,'3.8,,,,32b06052acc7d8d223dc5fae5e1a907ab92d98ca','',504,0,'2013-10-10 00:00:00',471,NULL),(511,9,'','',531,0,'2013-10-04 05:59:51',472,NULL),(512,18,'','',531,0,'2013-10-04 05:59:51',472,NULL),(513,128,'','',531,0,'2013-10-04 05:59:52',474,NULL),(514,35,'','',531,0,'2013-10-04 05:59:52',477,NULL),(515,9,'','',531,0,'2013-10-04 06:03:28',478,NULL),(516,19,'','',531,0,'2013-10-04 06:03:28',478,NULL),(517,18,'','',531,0,'2013-10-04 06:03:28',478,NULL),(518,36,'','',531,0,'2013-10-04 06:03:29',480,NULL),(519,9,'','',531,0,'2013-10-04 06:08:39',481,NULL),(520,19,'','',531,0,'2013-10-04 06:08:39',481,NULL),(521,9,'','',531,0,'2013-10-04 06:15:45',482,NULL),(522,19,'','',531,0,'2013-10-04 06:15:45',482,NULL),(523,18,'','',531,0,'2013-10-04 06:15:45',482,NULL),(524,9,'','',531,0,'2013-10-04 06:30:20',483,NULL),(525,57,'','',531,0,'2013-10-04 06:30:20',485,NULL),(526,133,'','',531,0,'2013-10-04 06:30:20',485,NULL),(527,56,'','',531,0,'2013-10-04 06:30:20',485,NULL),(528,9,'','',531,0,'2013-10-04 06:36:15',486,NULL),(529,132,'','',531,0,'2013-10-04 06:36:18',488,NULL),(530,70,'','',531,0,'2013-10-04 06:36:18',488,NULL),(531,9,'','',531,0,'2013-10-04 06:39:11',489,NULL),(532,9,'','',551,0,'2013-10-04 08:10:16',490,NULL),(533,130,'','',551,0,'2013-10-04 08:10:16',492,NULL),(534,132,'','',551,0,'2013-10-04 08:10:16',492,NULL),(535,68,'','',551,0,'2013-10-04 08:10:16',495,NULL),(536,35,'','',551,0,'2013-10-04 08:10:17',499,NULL),(537,21,'','',551,0,'2013-10-04 08:13:31',500,NULL),(538,25,'','',551,0,'2013-10-04 08:13:31',500,NULL),(539,20,'','',551,0,'2013-10-04 08:13:31',500,NULL),(540,37,'','',551,0,'2013-10-04 08:13:31',502,NULL),(541,112,'','',551,0,'2013-10-04 08:13:31',505,NULL),(542,108,'','',551,0,'2013-10-04 08:13:31',505,NULL),(543,77,'','',551,0,'2013-10-04 08:17:07',506,NULL),(544,132,'','',551,0,'2013-10-04 08:17:07',508,NULL),(545,68,'','',551,0,'2013-10-04 08:17:07',511,NULL),(546,35,'','',551,0,'2013-10-04 08:17:07',515,NULL),(547,9,'','',551,0,'2013-10-04 08:23:04',516,NULL),(548,132,'','',551,0,'2013-10-04 08:23:04',518,NULL),(549,69,'','',551,0,'2013-10-04 08:23:04',518,NULL),(550,68,'','',551,0,'2013-10-04 08:23:04',521,NULL),(551,93,'','',551,0,'2013-10-04 08:23:04',521,NULL),(552,18,'','',551,0,'2013-10-04 09:00:20',522,NULL),(553,9,'','',551,0,'2013-10-04 09:03:29',523,NULL),(554,27,'','',551,0,'2013-10-04 09:03:29',523,NULL),(555,107,'','',551,0,'2013-10-04 09:03:29',525,NULL),(556,37,'','',551,0,'2013-10-04 09:03:29',528,NULL),(557,61,'','',551,0,'2013-10-04 09:49:44',529,NULL),(558,62,'','',551,0,'2013-10-04 09:49:44',529,NULL),(559,56,'','',551,0,'2013-10-04 09:49:44',529,NULL),(560,132,'','',551,0,'2013-10-04 10:23:10',530,NULL),(561,68,'','',551,0,'2013-10-04 10:23:10',532,NULL),(562,9,'','',551,0,'2013-10-04 10:44:57',533,NULL),(563,9,'','',551,0,'2013-10-04 10:48:39',534,NULL),(564,128,'','',551,0,'2013-10-04 10:48:39',536,NULL),(565,35,'','',551,0,'2013-10-04 10:48:40',539,NULL),(566,9,'','',551,0,'2013-10-04 10:50:53',540,NULL),(567,20,'','',551,0,'2013-10-04 10:50:53',540,NULL),(568,35,'','',551,0,'2013-10-04 10:50:54',542,NULL),(569,9,'','',551,0,'2013-10-04 11:05:02',543,NULL),(570,27,'','',551,0,'2013-10-04 11:05:02',543,NULL),(571,112,'','',551,0,'2013-10-04 11:05:02',545,NULL),(572,128,'','',551,0,'2013-10-04 11:05:02',545,NULL),(573,132,'','',551,0,'2013-10-04 11:10:29',546,NULL),(574,68,'','',551,0,'2013-10-04 11:10:29',548,NULL),(575,9,'','',551,0,'2013-10-04 11:21:10',549,NULL),(576,19,'','',551,0,'2013-10-04 11:21:10',549,NULL),(577,18,'','',551,0,'2013-10-04 11:21:10',549,NULL),(578,20,'','',551,0,'2013-10-04 11:21:10',549,NULL),(579,35,'','',551,0,'2013-10-04 11:21:10',551,NULL),(580,37,'','',551,0,'2013-10-04 11:21:10',554,NULL),(581,9,'','',551,0,'2013-10-04 11:34:31',555,NULL),(582,9,'','',551,0,'2013-10-04 11:36:56',556,NULL),(583,39,'','',551,0,'2013-10-04 11:36:56',558,NULL),(584,57,'','',551,0,'2013-10-04 11:40:11',559,NULL),(585,133,'','',551,0,'2013-10-04 11:40:11',559,NULL),(586,132,'','',551,0,'2013-10-04 11:40:11',559,NULL),(587,56,'','',551,0,'2013-10-04 11:40:11',559,NULL),(588,68,'','',551,0,'2013-10-04 11:40:14',561,NULL),(589,35,'','',551,0,'2013-10-04 11:40:14',564,NULL),(590,131,'','',551,0,'2013-10-04 11:43:42',565,NULL),(591,132,'','',551,0,'2013-10-04 11:43:42',565,NULL),(592,9,'','',551,0,'2013-10-04 11:45:11',566,NULL),(593,18,'','',551,0,'2013-10-04 11:45:11',566,NULL),(594,9,'','',551,0,'2013-10-04 11:46:46',567,NULL),(595,18,'','',551,0,'2013-10-04 11:46:46',567,NULL),(596,9,'','',551,0,'2013-10-04 11:48:42',568,NULL),(597,18,'','',551,0,'2013-10-04 11:48:42',568,NULL),(598,37,'','',551,0,'2013-10-04 11:50:10',569,NULL),(599,9,'','',551,0,'2013-10-04 11:52:39',570,NULL),(600,36,'','',551,0,'2013-10-04 11:52:39',572,NULL),(601,35,'','',551,0,'2013-10-04 11:52:39',572,NULL),(602,92,'','',551,0,'2013-10-04 11:55:40',573,NULL),(603,92,'','',551,0,'2013-10-04 11:55:43',574,NULL),(604,22,'','',551,0,'2013-10-04 11:58:11',575,NULL),(605,9,'','',551,0,'2013-10-04 11:58:11',575,NULL),(606,18,'','',551,0,'2013-10-04 11:58:11',575,NULL),(607,20,'','',551,0,'2013-10-04 11:58:11',575,NULL),(608,22,'','',551,0,'2013-10-04 12:24:42',576,NULL),(609,9,'','',551,0,'2013-10-04 12:24:42',576,NULL),(610,9,'','',530,0,'2013-10-05 19:15:03',577,NULL),(611,132,'','',530,0,'2013-10-05 19:15:03',579,NULL),(612,9,'','',530,0,'2013-10-05 19:22:17',580,NULL),(613,18,'','',530,0,'2013-10-05 19:22:17',580,NULL),(614,36,'','',530,0,'2013-10-05 19:22:17',582,NULL),(615,35,'','',530,0,'2013-10-05 19:22:17',582,NULL),(616,9,'','',530,0,'2013-10-05 20:48:45',583,NULL),(617,19,'','',530,0,'2013-10-05 20:48:45',583,NULL),(618,18,'','',530,0,'2013-10-05 20:48:45',583,NULL),(619,71,'','',530,0,'2013-10-05 20:48:46',585,NULL),(620,35,'','',530,0,'2013-10-05 20:48:46',585,NULL),(621,9,'','',530,0,'2013-10-05 20:52:21',586,NULL),(622,57,'','',530,0,'2013-10-05 20:52:21',588,NULL),(623,133,'','',530,0,'2013-10-05 20:52:21',588,NULL),(624,132,'','',530,0,'2013-10-05 20:52:21',588,NULL),(625,56,'','',530,0,'2013-10-05 20:52:21',588,NULL),(626,9,'','',530,0,'2013-10-05 20:57:09',589,NULL),(627,16,'','',530,0,'2013-10-05 20:57:09',591,NULL),(628,22,'','',530,0,'2013-10-05 21:01:04',592,NULL),(629,9,'','',530,0,'2013-10-05 21:01:04',592,NULL),(630,57,'','',530,0,'2013-10-05 21:01:04',594,NULL),(631,133,'','',530,0,'2013-10-05 21:01:04',594,NULL),(632,132,'','',530,0,'2013-10-05 21:01:04',594,NULL),(633,56,'','',530,0,'2013-10-05 21:01:04',594,NULL),(634,65,'','',530,0,'2013-10-05 21:01:04',594,NULL),(635,68,'','',530,0,'2013-10-05 21:01:05',597,NULL),(636,9,'','',530,0,'2013-10-05 21:04:19',598,NULL),(637,18,'','',530,0,'2013-10-05 21:04:19',598,NULL),(638,71,'','',530,0,'2013-10-05 21:04:20',600,NULL),(639,35,'','',530,0,'2013-10-05 21:04:20',600,NULL),(640,9,'','',530,0,'2013-10-05 21:07:26',601,NULL),(641,18,'','',530,0,'2013-10-05 21:07:26',601,NULL),(642,71,'','',530,0,'2013-10-05 21:07:26',603,NULL),(643,9,'','',530,0,'2013-10-05 21:17:58',604,NULL),(644,19,'','',530,0,'2013-10-05 21:17:58',604,NULL),(645,22,'','',530,0,'2013-10-05 21:21:04',605,NULL),(646,9,'','',530,0,'2013-10-05 21:21:04',605,NULL),(647,9,'','',530,0,'2013-10-05 21:23:49',606,NULL),(648,19,'','',530,0,'2013-10-05 21:23:49',606,NULL),(649,18,'','',530,0,'2013-10-05 21:23:49',606,NULL),(650,68,'','',530,0,'2013-10-05 21:23:50',608,NULL),(651,9,'','',530,0,'2013-10-05 21:26:53',609,NULL),(652,19,'','',530,0,'2013-10-05 21:26:53',609,NULL),(653,107,'','',530,0,'2013-10-05 21:26:54',611,NULL),(654,9,'','',530,0,'2013-10-05 21:48:23',612,NULL),(655,19,'','',530,0,'2013-10-05 21:48:23',612,NULL),(656,16,'','',530,0,'2013-10-05 21:48:24',614,NULL),(657,9,'','',530,0,'2013-10-05 22:29:07',615,NULL),(658,19,'','',530,0,'2013-10-05 22:29:07',615,NULL),(659,9,'','',530,0,'2013-10-05 22:30:56',616,NULL),(660,19,'','',530,0,'2013-10-05 22:30:56',616,NULL),(661,9,'','',530,0,'2013-10-05 22:33:24',617,NULL),(662,18,'','',530,0,'2013-10-05 22:33:24',617,NULL),(663,22,'','',530,0,'2013-10-06 00:00:09',618,NULL),(664,9,'','',530,0,'2013-10-06 00:00:09',618,NULL),(665,57,'','',530,0,'2013-10-06 00:00:09',620,NULL),(666,133,'','',530,0,'2013-10-06 00:00:09',620,NULL),(667,56,'','',530,0,'2013-10-06 00:00:09',620,NULL),(668,68,'','',530,0,'2013-10-06 00:00:09',623,NULL),(669,88,'','',530,0,'2013-10-06 00:00:10',627,NULL),(670,35,'','',530,0,'2013-10-06 00:00:10',627,NULL),(671,22,'','',530,0,'2013-10-06 00:00:10',628,NULL),(672,9,'','',530,0,'2013-10-06 00:00:10',628,NULL),(673,57,'','',530,0,'2013-10-06 00:00:11',630,NULL),(674,133,'','',530,0,'2013-10-06 00:00:11',630,NULL),(675,56,'','',530,0,'2013-10-06 00:00:11',630,NULL),(676,68,'','',530,0,'2013-10-06 00:00:11',633,NULL),(677,88,'','',530,0,'2013-10-06 00:00:12',637,NULL),(678,35,'','',530,0,'2013-10-06 00:00:12',637,NULL),(679,22,'','',530,0,'2013-10-06 00:03:54',638,NULL),(680,9,'','',530,0,'2013-10-06 00:03:54',638,NULL),(681,107,'','',530,0,'2013-10-06 00:03:55',640,NULL),(682,35,'','',530,0,'2013-10-06 00:03:55',643,NULL),(683,9,'','',530,0,'2013-10-06 00:06:29',644,NULL),(684,35,'','',530,0,'2013-10-06 00:06:29',646,NULL),(685,16,'','',530,0,'2013-10-06 00:06:29',649,NULL),(686,9,'','',530,0,'2013-10-06 00:11:06',650,NULL),(687,18,'','',530,0,'2013-10-06 00:11:06',650,NULL),(688,71,'','',530,0,'2013-10-06 00:11:06',652,NULL),(689,35,'','',530,0,'2013-10-06 00:11:06',652,NULL),(690,9,'','',530,0,'2013-10-06 00:15:12',653,NULL),(691,19,'','',530,0,'2013-10-06 00:15:12',653,NULL),(692,18,'','',530,0,'2013-10-06 00:15:12',653,NULL),(693,107,'','',530,0,'2013-10-06 00:15:12',655,NULL),(694,35,'','',530,0,'2013-10-06 00:46:28',656,NULL),(695,57,'','',530,0,'2013-10-06 00:49:17',657,NULL),(696,133,'','',530,0,'2013-10-06 00:49:17',657,NULL),(697,131,'','',530,0,'2013-10-06 00:49:17',657,NULL),(698,132,'','',530,0,'2013-10-06 00:49:17',657,NULL),(699,56,'','',530,0,'2013-10-06 00:49:17',657,NULL),(700,68,'','',530,0,'2013-10-06 00:49:17',659,NULL),(701,9,'','',530,0,'2013-10-06 00:52:15',660,NULL),(702,19,'','',530,0,'2013-10-06 00:52:15',660,NULL),(703,9,'','',530,0,'2013-10-06 02:42:29',661,NULL),(704,9,'','',530,0,'2013-10-06 02:51:50',662,NULL),(705,19,'','',530,0,'2013-10-06 02:51:50',662,NULL),(706,9,'','',530,0,'2013-10-06 02:54:24',663,NULL),(707,19,'','',530,0,'2013-10-06 02:54:24',663,NULL),(708,18,'','',530,0,'2013-10-06 02:54:24',663,NULL),(709,9,'','',530,0,'2013-10-06 02:57:20',664,NULL),(710,19,'','',530,0,'2013-10-06 02:57:20',664,NULL),(711,18,'','',530,0,'2013-10-06 02:57:20',664,NULL),(712,9,'','',530,0,'2013-10-06 03:00:21',665,NULL),(713,19,'','',530,0,'2013-10-06 03:00:21',665,NULL),(714,18,'','',530,0,'2013-10-06 03:00:21',665,NULL),(715,9,'','',530,0,'2013-10-06 03:03:42',666,NULL),(716,18,'','',530,0,'2013-10-06 03:03:42',666,NULL),(717,57,'','',530,0,'2013-10-06 03:03:42',668,NULL),(718,133,'','',530,0,'2013-10-06 03:03:42',668,NULL),(719,56,'','',530,0,'2013-10-06 03:03:42',668,NULL),(720,9,'','',530,0,'2013-10-06 03:06:34',669,NULL),(721,18,'','',530,0,'2013-10-06 03:06:34',669,NULL),(722,35,'','',530,0,'2013-10-06 03:07:58',670,NULL),(723,35,'','',530,0,'2013-10-06 03:11:09',671,NULL),(724,38,'','',530,0,'2013-10-06 03:11:09',673,NULL),(725,37,'','',530,0,'2013-10-06 03:11:09',673,NULL),(726,133,'','',530,0,'2013-10-06 03:14:59',674,NULL),(727,9,'','',530,0,'2013-10-06 04:38:47',675,NULL),(728,18,'','',530,0,'2013-10-06 04:38:47',675,NULL),(729,9,'','',530,0,'2013-10-06 04:43:18',676,NULL),(730,18,'','',530,0,'2013-10-06 04:43:18',676,NULL),(731,35,'','',530,0,'2013-10-06 04:43:21',678,NULL),(732,9,'','',530,0,'2013-10-06 04:43:21',679,NULL),(733,18,'','',530,0,'2013-10-06 04:43:21',679,NULL),(734,35,'','',530,0,'2013-10-06 04:43:22',681,NULL),(735,9,'','',530,0,'2013-10-06 04:47:00',682,NULL),(736,132,'','',530,0,'2013-10-06 04:47:01',684,NULL),(737,68,'','',530,0,'2013-10-06 04:47:01',687,NULL),(738,9,'','',530,0,'2013-10-06 04:50:41',688,NULL),(739,68,'','',530,0,'2013-10-06 04:50:41',690,NULL),(740,132,'','',530,0,'2013-10-06 04:50:41',693,NULL),(741,9,'','',530,0,'2013-10-06 04:53:37',694,NULL),(742,19,'','',530,0,'2013-10-06 04:53:37',694,NULL),(743,22,'','',530,0,'2013-10-06 04:56:55',695,NULL),(744,9,'','',530,0,'2013-10-06 05:01:03',696,NULL),(745,18,'','',530,0,'2013-10-06 05:01:03',696,NULL),(746,35,'','',530,0,'2013-10-06 05:01:04',698,NULL),(747,22,'','',530,0,'2013-10-06 05:27:22',699,NULL),(748,9,'','',530,0,'2013-10-06 05:27:22',699,NULL),(749,9,'','',530,0,'2013-10-06 05:30:53',700,NULL),(750,105,'','',530,0,'2013-10-06 05:30:53',702,NULL),(751,92,'','',530,0,'2013-10-06 05:33:02',703,NULL),(752,41,'','',530,0,'2013-10-06 05:35:52',704,NULL),(753,9,'','',530,0,'2013-10-06 05:38:20',705,NULL),(754,35,'','',530,0,'2013-10-06 05:38:20',707,NULL),(755,9,'','',530,0,'2013-10-06 05:41:28',708,NULL),(756,19,'','',530,0,'2013-10-06 05:41:28',708,NULL),(757,18,'','',530,0,'2013-10-06 05:41:28',708,NULL),(758,68,'','',530,0,'2013-10-06 05:43:47',709,NULL),(759,9,'','',530,0,'2013-10-06 05:46:01',710,NULL),(760,18,'','',530,0,'2013-10-06 05:46:01',710,NULL),(761,9,'','',530,0,'2013-10-06 05:48:06',711,NULL),(762,18,'','',530,0,'2013-10-06 05:48:06',711,NULL),(763,9,'','',530,0,'2013-10-06 05:50:30',712,NULL),(764,18,'','',530,0,'2013-10-06 05:50:30',712,NULL),(765,9,'','',530,0,'2013-10-06 05:53:43',713,NULL),(766,18,'','',530,0,'2013-10-06 05:53:43',713,NULL),(767,35,'','',530,0,'2013-10-06 05:53:43',715,NULL),(768,9,'','',530,0,'2013-10-06 05:59:05',716,NULL),(769,57,'','',530,0,'2013-10-06 05:59:05',718,NULL),(770,132,'','',530,0,'2013-10-06 05:59:05',718,NULL),(771,56,'','',530,0,'2013-10-06 05:59:05',718,NULL),(772,68,'','',530,0,'2013-10-06 05:59:06',721,NULL),(773,35,'','',530,0,'2013-10-06 05:59:06',725,NULL),(774,9,'','',530,0,'2013-10-06 06:12:24',726,NULL),(775,36,'','',530,0,'2013-10-06 06:12:25',728,NULL),(776,35,'','',530,0,'2013-10-06 06:12:25',728,NULL),(777,9,'','',530,0,'2013-10-06 06:17:05',729,NULL),(778,57,'','',530,0,'2013-10-06 06:17:06',731,NULL),(779,133,'','',530,0,'2013-10-06 06:17:06',731,NULL),(780,132,'','',530,0,'2013-10-06 06:17:06',731,NULL),(781,56,'','',530,0,'2013-10-06 06:17:06',731,NULL),(782,35,'','',530,0,'2013-10-06 06:17:06',734,NULL),(783,135,'','',530,0,'2013-10-06 06:29:18',735,NULL),(784,9,'','',530,0,'2013-10-06 06:59:28',736,NULL),(785,35,'','',530,0,'2013-10-06 06:59:29',738,NULL),(786,108,'','',530,0,'2013-10-06 06:59:29',741,NULL),(787,21,'','',530,0,'2013-10-06 07:03:33',742,NULL),(788,9,'','',530,0,'2013-10-06 07:03:33',742,NULL),(789,25,'','',530,0,'2013-10-06 07:03:33',742,NULL),(790,18,'','',530,0,'2013-10-06 07:03:33',742,NULL),(791,20,'','',530,0,'2013-10-06 07:03:33',742,NULL),(792,35,'','',530,0,'2013-10-06 07:03:34',744,NULL),(793,112,'','',530,0,'2013-10-06 07:03:34',747,NULL),(794,68,'','',530,0,'2013-10-06 07:07:44',748,NULL),(795,36,'','',530,0,'2013-10-06 07:15:39',749,NULL),(796,9,'','',530,0,'2013-10-06 07:18:16',750,NULL),(797,18,'','',530,0,'2013-10-06 07:18:16',750,NULL),(798,35,'','',530,0,'2013-10-06 07:18:16',752,NULL),(799,9,'','',530,0,'2013-10-06 07:22:27',753,NULL),(800,19,'','',530,0,'2013-10-06 07:22:27',753,NULL),(801,57,'','',530,0,'2013-10-06 07:22:27',755,NULL),(802,16,'','',530,0,'2013-10-06 07:22:27',755,NULL),(803,131,'','',530,0,'2013-10-06 07:22:27',755,NULL),(804,56,'','',530,0,'2013-10-06 07:22:27',755,NULL),(805,21,'','',530,0,'2013-10-06 07:26:33',756,NULL),(806,9,'','',530,0,'2013-10-06 07:26:33',756,NULL),(807,25,'','',530,0,'2013-10-06 07:26:33',756,NULL),(808,18,'','',530,0,'2013-10-06 07:26:33',756,NULL),(809,20,'','',530,0,'2013-10-06 07:26:33',756,NULL),(810,35,'','',530,0,'2013-10-06 07:26:33',758,NULL),(811,9,'','',530,0,'2013-10-06 07:30:21',759,NULL),(812,35,'','',530,0,'2013-10-06 07:30:21',761,NULL),(813,35,'','',551,0,'2013-10-06 08:01:19',762,NULL),(814,9,'','',530,0,'2013-10-06 18:59:42',763,NULL),(815,19,'','',530,0,'2013-10-06 18:59:42',763,NULL),(816,18,'','',530,0,'2013-10-06 18:59:42',763,NULL),(817,9,'','',530,0,'2013-10-06 19:07:47',764,NULL),(818,71,'','',530,0,'2013-10-06 19:07:47',766,NULL),(819,35,'','',530,0,'2013-10-06 19:07:47',766,NULL),(820,9,'','',530,0,'2013-10-06 19:21:01',767,NULL),(821,19,'','',530,0,'2013-10-06 19:21:01',767,NULL),(822,18,'','',530,0,'2013-10-06 19:21:01',767,NULL),(823,20,'','',530,0,'2013-10-06 19:21:01',767,NULL),(824,35,'','',530,0,'2013-10-06 19:21:01',769,NULL),(825,57,'','',530,0,'2013-10-06 19:21:02',772,NULL),(826,131,'','',530,0,'2013-10-06 19:21:02',772,NULL),(827,132,'','',530,0,'2013-10-06 19:21:02',772,NULL),(828,61,'','',530,0,'2013-10-06 19:21:02',772,NULL),(829,56,'','',530,0,'2013-10-06 19:21:02',772,NULL),(830,65,'','',530,0,'2013-10-06 19:21:02',772,NULL),(831,108,'','',530,0,'2013-10-06 19:21:02',772,NULL),(832,107,'','',530,0,'2013-10-06 19:21:02',772,NULL),(833,68,'','',530,0,'2013-10-06 19:21:02',776,NULL),(834,9,'','',530,0,'2013-10-06 19:40:44',777,NULL),(835,25,'','',530,0,'2013-10-06 19:40:44',777,NULL),(836,28,'','',530,0,'2013-10-06 19:40:44',777,NULL),(837,20,'','',530,0,'2013-10-06 19:40:44',777,NULL),(838,71,'','',530,0,'2013-10-06 19:40:44',779,NULL),(839,35,'','',530,0,'2013-10-06 19:40:44',779,NULL),(840,115,'','',530,0,'2013-10-06 19:40:44',782,NULL),(841,27,'NON-REACTIVE,-,NEGATIVE,,c8cb3fb832d8c76e32b0ab8a5e24b05cbec2c35c','',504,0,'2013-10-24 00:00:00',782,NULL),(842,105,'','',530,0,'2013-10-06 19:40:45',786,NULL),(843,9,'','',530,0,'2013-10-06 20:52:26',787,NULL),(844,18,'','',530,0,'2013-10-06 20:52:26',787,NULL),(845,18,'','',530,0,'2013-10-06 20:55:37',788,NULL),(846,37,'','',530,0,'2013-10-06 20:55:37',790,NULL),(847,9,'','',530,0,'2013-10-06 20:59:04',791,NULL),(848,18,'','',530,0,'2013-10-06 20:59:04',791,NULL),(849,37,'','',530,0,'2013-10-06 20:59:04',793,NULL),(850,92,'','',530,0,'2013-10-06 20:59:04',796,NULL),(851,9,'','',530,0,'2013-10-06 21:02:21',797,NULL),(852,18,'','',530,0,'2013-10-06 21:02:21',797,NULL),(853,71,'','',530,0,'2013-10-06 21:02:21',799,NULL),(854,35,'','',530,0,'2013-10-06 21:02:21',799,NULL),(855,132,'','',530,0,'2013-10-06 21:05:11',800,NULL),(856,68,'','',530,0,'2013-10-06 21:05:11',802,NULL),(857,107,'','',530,0,'2013-10-06 21:07:39',803,NULL),(858,131,'','',530,0,'2013-10-06 21:10:17',804,NULL),(859,9,'','',530,0,'2013-10-06 21:13:52',805,NULL),(860,9,'','',530,0,'2013-10-06 21:44:13',806,NULL),(861,25,'','',530,0,'2013-10-06 21:44:13',806,NULL),(862,131,'','',530,0,'2013-10-06 21:44:13',808,NULL),(863,9,'','',530,0,'2013-10-06 21:48:10',809,NULL),(864,18,'','',530,0,'2013-10-06 21:48:10',809,NULL),(865,35,'','',530,0,'2013-10-06 21:48:10',811,NULL),(866,9,'','',530,0,'2013-10-06 21:51:28',812,NULL),(867,19,'','',530,0,'2013-10-06 21:51:28',812,NULL),(868,135,'','',530,0,'2013-10-06 21:53:47',813,NULL),(869,134,'','',530,0,'2013-10-06 21:53:47',813,NULL),(870,22,'','',530,0,'2013-10-07 03:46:44',814,NULL),(871,9,'','',530,0,'2013-10-07 03:46:44',814,NULL),(872,9,'','',530,0,'2013-10-07 03:49:35',815,NULL),(873,27,'','',530,0,'2013-10-07 03:49:35',815,NULL),(874,18,'','',530,0,'2013-10-07 03:49:35',815,NULL),(875,35,'','',530,0,'2013-10-07 03:49:35',817,NULL),(876,115,'','',530,0,'2013-10-07 03:49:35',820,NULL),(877,115,'','',530,0,'2013-10-07 03:51:24',821,NULL),(878,9,'','',530,0,'2013-10-07 03:53:23',822,NULL),(879,18,'','',530,0,'2013-10-07 03:53:23',822,NULL),(880,9,'','',530,0,'2013-10-07 03:56:05',823,NULL),(881,18,'','',530,0,'2013-10-07 03:56:05',823,NULL),(882,115,'','',530,0,'2013-10-07 03:56:05',825,NULL),(883,117,'','',530,0,'2013-10-07 03:56:05',825,NULL),(884,131,'','',530,0,'2013-10-07 03:56:05',825,NULL),(885,107,'','',530,0,'2013-10-07 03:56:05',825,NULL),(886,9,'','',530,0,'2013-10-07 03:57:55',826,NULL),(887,18,'','',530,0,'2013-10-07 03:57:55',826,NULL),(888,9,'','',530,0,'2013-10-07 04:00:22',827,NULL),(889,19,'','',530,0,'2013-10-07 04:00:22',827,NULL),(890,18,'','',530,0,'2013-10-07 04:00:22',827,NULL),(891,70,'','',530,0,'2013-10-07 04:00:22',827,NULL),(892,35,'','',530,0,'2013-10-07 04:00:22',829,NULL),(893,9,'','',530,0,'2013-10-07 04:02:44',830,NULL),(894,19,'','',530,0,'2013-10-07 04:02:44',830,NULL),(895,18,'','',530,0,'2013-10-07 04:02:44',830,NULL),(896,35,'','',530,0,'2013-10-07 04:02:44',832,NULL),(897,9,'','',530,0,'2013-10-07 04:05:50',833,NULL),(898,18,'','',530,0,'2013-10-07 04:05:50',833,NULL),(899,37,'','',530,0,'2013-10-07 04:05:50',835,NULL),(900,9,'','',530,0,'2013-10-07 04:09:16',836,NULL),(901,18,'','',530,0,'2013-10-07 04:09:16',836,NULL),(902,70,'','',530,0,'2013-10-07 04:09:16',836,NULL),(903,132,'','',530,0,'2013-10-07 04:09:16',838,NULL),(904,107,'','',530,0,'2013-10-07 04:09:16',838,NULL),(905,35,'','',530,0,'2013-10-07 04:09:16',841,NULL),(906,36,'','',530,0,'2013-10-07 04:11:37',842,NULL),(907,35,'','',530,0,'2013-10-07 04:11:37',842,NULL),(908,19,'','',530,0,'2013-10-07 04:14:23',843,NULL),(909,18,'','',530,0,'2013-10-07 04:14:23',843,NULL),(910,3,'','',530,0,'2013-10-07 04:14:23',845,NULL),(911,9,'','',530,0,'2013-10-07 04:18:56',846,NULL),(912,19,'','',530,0,'2013-10-07 04:18:56',846,NULL),(913,18,'','',530,0,'2013-10-07 04:18:56',846,NULL),(914,117,'','',530,0,'2013-10-07 04:18:56',848,NULL),(915,131,'','',530,0,'2013-10-07 04:18:56',848,NULL),(916,107,'','',530,0,'2013-10-07 04:18:56',848,NULL),(917,35,'','',530,0,'2013-10-07 04:18:56',851,NULL),(918,71,'','',530,0,'2013-10-07 04:20:35',852,NULL),(919,9,'','',530,0,'2013-10-07 04:22:31',853,NULL),(920,18,'','',530,0,'2013-10-07 04:22:31',853,NULL),(921,35,'','',530,0,'2013-10-07 04:22:31',855,NULL),(922,9,'','',530,0,'2013-10-07 04:24:43',856,NULL),(923,18,'','',530,0,'2013-10-07 04:24:43',856,NULL),(924,71,'','',530,0,'2013-10-07 04:24:43',858,NULL),(925,35,'','',530,0,'2013-10-07 04:24:43',858,NULL),(926,9,'','',530,0,'2013-10-07 04:27:05',859,NULL),(927,35,'','',530,0,'2013-10-07 04:27:05',861,NULL),(928,9,'','',530,0,'2013-10-07 04:29:40',862,NULL),(929,71,'','',530,0,'2013-10-07 04:29:40',864,NULL),(930,135,'','',530,0,'2013-10-07 04:29:40',867,NULL),(931,134,'','',530,0,'2013-10-07 04:29:40',867,NULL),(932,9,'','',530,0,'2013-10-07 04:47:40',868,NULL),(933,57,'','',530,0,'2013-10-07 04:47:40',870,NULL),(934,133,'','',530,0,'2013-10-07 04:47:40',870,NULL),(935,56,'','',530,0,'2013-10-07 04:47:40',870,NULL),(936,35,'','',530,0,'2013-10-07 04:47:40',873,NULL),(937,92,'','',530,0,'2013-10-07 04:51:13',874,NULL),(938,9,'','',530,0,'2013-10-07 04:53:36',875,NULL),(939,19,'','',530,0,'2013-10-07 04:53:36',875,NULL),(940,18,'','',530,0,'2013-10-07 04:53:36',875,NULL),(941,107,'','',530,0,'2013-10-07 04:53:36',877,NULL),(942,40,'','',530,0,'2013-10-07 04:56:09',878,NULL),(943,9,'','',530,0,'2013-10-07 05:00:49',879,NULL),(944,131,'','',530,0,'2013-10-07 05:00:49',881,NULL),(945,11,'','',530,0,'2013-10-07 05:00:49',881,NULL),(946,9,'','',530,0,'2013-10-07 05:02:39',882,NULL),(947,9,'','',530,0,'2013-10-07 05:06:11',883,NULL),(948,9,'','',530,0,'2013-10-07 05:11:03',884,NULL),(949,36,'','',530,0,'2013-10-07 05:11:03',886,NULL),(950,35,'','',530,0,'2013-10-07 05:11:03',886,NULL),(951,57,'','',530,0,'2013-10-07 05:11:03',889,NULL),(952,56,'','',530,0,'2013-10-07 05:11:03',889,NULL),(953,68,'','',530,0,'2013-10-07 05:11:03',893,NULL),(954,71,'','',530,0,'2013-10-07 05:14:36',894,NULL),(955,9,'','',530,0,'2013-10-07 05:17:10',895,NULL),(956,18,'','',530,0,'2013-10-07 05:17:10',895,NULL),(957,9,'','',530,0,'2013-10-07 05:19:57',896,NULL),(958,19,'','',530,0,'2013-10-07 05:19:57',896,NULL),(959,18,'','',530,0,'2013-10-07 05:19:57',896,NULL),(960,35,'','',530,0,'2013-10-07 05:19:57',898,NULL),(961,107,'','',530,0,'2013-10-07 05:19:58',901,NULL),(962,9,'','',530,0,'2013-10-07 05:22:10',902,NULL),(963,35,'','',530,0,'2013-10-07 05:22:10',904,NULL),(964,131,'','',530,0,'2013-10-07 05:24:47',905,NULL),(965,35,'','',530,0,'2013-10-07 05:24:47',907,NULL),(966,199,'','',530,0,'2013-10-07 05:39:54',908,NULL),(967,9,'','',530,0,'2013-10-07 05:42:19',909,NULL),(968,19,'','',530,0,'2013-10-07 05:42:19',909,NULL),(969,18,'','',530,0,'2013-10-07 05:42:19',909,NULL),(970,35,'','',530,0,'2013-10-07 05:42:20',911,NULL),(971,107,'','',530,0,'2013-10-07 05:42:20',914,NULL),(972,9,'','',530,0,'2013-10-07 05:44:34',915,NULL),(973,18,'','',530,0,'2013-10-07 05:44:34',915,NULL),(974,36,'','',530,0,'2013-10-07 05:44:38',917,NULL),(975,35,'','',530,0,'2013-10-07 05:44:38',917,NULL),(976,21,'','',530,0,'2013-10-07 05:46:47',918,NULL),(977,9,'','',530,0,'2013-10-07 05:46:47',918,NULL),(978,18,'','',530,0,'2013-10-07 05:46:47',918,NULL),(979,9,'','',530,0,'2013-10-07 05:48:29',919,NULL),(980,18,'','',530,0,'2013-10-07 05:48:29',919,NULL),(981,9,'','',530,0,'2013-10-07 05:50:21',920,NULL),(982,19,'','',530,0,'2013-10-07 05:50:21',920,NULL),(983,18,'','',530,0,'2013-10-07 05:50:21',920,NULL),(984,35,'','',530,0,'2013-10-07 05:50:21',922,NULL),(985,9,'','',530,0,'2013-10-07 05:52:40',923,NULL),(986,35,'','',530,0,'2013-10-07 05:55:03',924,NULL),(987,27,'','',530,0,'2013-10-07 05:55:03',926,NULL),(988,107,'','',530,0,'2013-10-07 05:55:03',926,NULL),(989,9,'','',530,0,'2013-10-07 05:57:14',927,NULL),(990,19,'','',530,0,'2013-10-07 05:57:14',927,NULL),(991,18,'','',530,0,'2013-10-07 05:57:14',927,NULL),(992,37,'','',530,0,'2013-10-07 05:57:14',929,NULL),(993,107,'','',530,0,'2013-10-07 05:57:14',932,NULL),(994,9,'','',530,0,'2013-10-07 05:59:35',933,NULL),(995,19,'','',530,0,'2013-10-07 05:59:35',933,NULL),(996,18,'','',530,0,'2013-10-07 05:59:35',933,NULL),(997,9,'','',530,0,'2013-10-07 06:06:15',934,NULL),(998,130,'','',530,0,'2013-10-07 06:06:15',936,NULL),(999,131,'','',530,0,'2013-10-07 06:06:15',936,NULL),(1000,132,'','',530,0,'2013-10-07 06:06:15',936,NULL),(1001,68,'','',530,0,'2013-10-07 06:06:16',939,NULL),(1002,35,'','',530,0,'2013-10-07 06:06:16',943,NULL),(1003,9,'','',530,0,'2013-10-07 06:09:20',944,NULL),(1004,70,'','',530,0,'2013-10-07 06:09:20',944,NULL),(1005,57,'','',530,0,'2013-10-07 06:09:21',946,NULL),(1006,133,'','',530,0,'2013-10-07 06:09:21',946,NULL),(1007,131,'','',530,0,'2013-10-07 06:09:21',946,NULL),(1008,56,'','',530,0,'2013-10-07 06:09:21',946,NULL),(1009,35,'','',530,0,'2013-10-07 06:09:21',949,NULL),(1010,35,'','',530,0,'2013-10-07 06:39:41',950,NULL),(1011,92,'','',530,0,'2013-10-07 06:39:41',952,NULL),(1012,9,'','',530,0,'2013-10-07 06:43:11',953,NULL),(1013,70,'','',530,0,'2013-10-07 06:43:11',953,NULL),(1014,35,'','',530,0,'2013-10-07 06:43:11',955,NULL),(1015,108,'','',530,0,'2013-10-07 06:43:11',958,NULL),(1016,9,'','',530,0,'2013-10-07 06:53:08',959,NULL),(1017,70,'','',530,0,'2013-10-07 06:53:08',959,NULL),(1018,71,'','',530,0,'2013-10-07 06:53:08',961,NULL),(1019,35,'','',530,0,'2013-10-07 06:53:08',961,NULL),(1020,108,'','',530,0,'2013-10-07 06:53:09',964,NULL),(1021,9,'','',530,0,'2013-10-07 06:56:46',965,NULL),(1022,18,'','',530,0,'2013-10-07 06:56:46',965,NULL),(1023,19,'','',530,0,'2013-10-07 07:00:04',966,NULL),(1024,18,'','',530,0,'2013-10-07 07:00:04',966,NULL),(1025,9,'','',530,0,'2013-10-07 07:01:45',967,NULL),(1026,22,'','',530,0,'2013-10-07 07:05:01',968,NULL),(1027,9,'','',530,0,'2013-10-07 07:05:01',968,NULL),(1028,19,'','',530,0,'2013-10-07 07:05:01',968,NULL),(1029,18,'','',530,0,'2013-10-07 07:05:01',968,NULL),(1030,128,'','',530,0,'2013-10-07 07:05:01',970,NULL),(1031,9,'','',530,0,'2013-10-07 07:09:24',971,NULL),(1032,77,'','',530,0,'2013-10-07 07:09:24',971,NULL),(1033,18,'','',530,0,'2013-10-07 07:09:24',971,NULL),(1034,57,'','',530,0,'2013-10-07 07:09:25',973,NULL),(1035,133,'','',530,0,'2013-10-07 07:09:25',973,NULL),(1036,132,'','',530,0,'2013-10-07 07:09:25',973,NULL),(1037,56,'','',530,0,'2013-10-07 07:09:25',973,NULL),(1038,35,'','',530,0,'2013-10-07 07:09:25',976,NULL),(1039,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,7bd14ddb3174a47a2b57563a9ccc649d59f6976d','',534,0,'2013-10-07 00:00:00',977,NULL),(1040,134,'','',530,0,'2013-10-07 07:11:39',977,NULL),(1041,9,'','',531,0,'2013-10-07 07:26:47',978,NULL),(1042,21,'','',531,0,'2013-10-07 07:31:55',979,NULL),(1043,9,'','',531,0,'2013-10-07 07:31:55',979,NULL),(1044,18,'','',531,0,'2013-10-07 07:31:55',979,NULL),(1045,20,'','',531,0,'2013-10-07 07:52:19',980,NULL),(1046,35,'','',531,0,'2013-10-07 07:52:19',982,NULL),(1047,27,'NON-REACTIVE,-,NEGATIVE,,0bfe008a3716bd0e04e46cb305c26cfe84bd705d','',504,0,'2013-10-24 00:00:00',985,NULL),(1048,108,'','',531,0,'2013-10-07 07:52:20',985,NULL),(1049,112,'','',531,0,'2013-10-07 07:52:20',989,NULL),(1050,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6a55cfe01038c3a8ecb067e8965c4eac1e43b8ad','',534,0,'2013-10-07 00:00:00',990,NULL),(1051,9,'','',531,0,'2013-10-07 08:20:40',991,NULL),(1052,19,'','',531,0,'2013-10-07 08:20:40',991,NULL),(1053,18,'','',531,0,'2013-10-07 08:20:40',991,NULL),(1054,107,'','',531,0,'2013-10-07 08:20:40',993,NULL),(1055,16,'','',531,0,'2013-10-07 08:20:40',996,NULL),(1056,9,'','',531,0,'2013-10-07 08:23:34',997,NULL),(1057,19,'','',531,0,'2013-10-07 08:23:34',997,NULL),(1058,18,'','',531,0,'2013-10-07 08:23:34',997,NULL),(1059,68,'','',531,0,'2013-10-07 08:23:34',999,NULL),(1060,9,'','',531,0,'2013-10-07 08:27:49',1000,NULL),(1061,19,'','',531,0,'2013-10-07 08:27:50',1000,NULL),(1062,18,'','',531,0,'2013-10-07 08:27:50',1000,NULL),(1063,9,'','',531,0,'2013-10-07 08:29:36',1001,NULL),(1064,57,'','',531,0,'2013-10-07 08:32:43',1002,NULL),(1065,131,'','',531,0,'2013-10-07 08:32:43',1002,NULL),(1066,3,'','',531,0,'2013-10-07 08:32:43',1002,NULL),(1067,56,'','',531,0,'2013-10-07 08:32:43',1002,NULL),(1068,68,'','',531,0,'2013-10-07 08:32:43',1004,NULL),(1069,221,'','',531,0,'2013-10-07 08:44:43',1005,NULL),(1070,68,'7.4,,,,4477a8eeab12f37874c867df1d4493f1f714caa0','',534,0,'2013-10-07 00:00:00',1006,NULL),(1071,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,4477a8eeab12f37874c867df1d44','',534,556,'2013-10-07 00:00:00',1008,'2013-10-14 15:03:14'),(1072,57,'','',531,0,'2013-10-07 08:49:57',1009,NULL),(1073,133,'','',531,0,'2013-10-07 08:49:57',1009,NULL),(1074,132,'','',531,0,'2013-10-07 08:49:57',1009,NULL),(1075,56,'','',531,0,'2013-10-07 08:49:57',1009,NULL),(1076,68,'','',531,0,'2013-10-07 08:49:57',1011,NULL),(1077,16,'NEGATIVE,e3e424991e1ee6c85dc3b0d76c557a6303181c6d','The detection of H.pylori infection has become a key step in the management of patients referred to the gastroenterologist. The H. pylori stool antigen test (HPSA) is based on the enzyme immunoassay p',534,0,'2013-10-07 00:00:00',1012,NULL),(1078,22,'','',531,0,'2013-10-07 08:54:29',1013,NULL),(1079,9,'13.1,4.23,11.4,32.6,77,26.9,34.8,436,80.9,7.5,9.0,1.1,1.5,,93611aef482ac4b4592ef7828ee8c83668a92943','',534,0,'2013-10-07 00:00:00',1013,NULL),(1080,19,'NEGATIVE,,93611aef482ac4b4592ef7828ee8c83668a92943','',534,0,'2013-10-07 00:00:00',1013,NULL),(1081,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN [/$],,,93611aef482ac4b4592ef7828ee8c83668a92943','',534,0,'2013-10-07 00:00:00',1013,NULL),(1082,107,'1#20,1#20,93611aef482ac4b4592ef7828ee8c83668a92943','',534,504,'2013-10-07 00:00:00',1015,'2013-10-22 16:22:56'),(1083,192,'','',531,0,'2013-10-07 08:58:59',1016,NULL),(1084,192,'','',531,0,'2013-10-07 09:05:05',1017,NULL),(1085,192,'','',531,0,'2013-10-07 09:10:27',1018,NULL),(1086,21,'O,POSITIVE,d7c62a9d492c078a3545eaa44fed3a9d9bee34e7','',534,0,'2013-10-07 00:00:00',1019,NULL),(1087,9,'','',531,0,'2013-10-07 09:15:02',1019,NULL),(1088,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,,d7c62a9d492c078a3545eaa44fed3a9d9bee34e7','',534,504,'2013-10-07 00:00:00',1019,'2013-10-22 16:21:39'),(1089,20,'POSITIVE,d7c62a9d492c078a3545eaa44fed3a9d9bee34e7','',534,0,'2013-10-07 00:00:00',1019,NULL),(1090,112,'NEGATIVE,,d7c62a9d492c078a3545eaa44fed3a9d9bee34e7','',534,0,'2013-10-07 00:00:00',1021,NULL),(1091,141,'','',531,0,'2013-10-07 09:20:49',1022,NULL),(1092,151,'','',531,0,'2013-10-07 09:20:49',1022,NULL),(1093,9,'5.8,4.92,15.5,44.9,91,31.6,34.6,151,29.0,8.2,60.6,1.8,0.4,,b17b5ee4d035d0059c535f704e4028153a97d0c2','',534,0,'2013-10-07 00:00:00',1024,NULL),(1094,68,'','',531,0,'2013-10-07 09:23:12',1025,NULL),(1095,9,'','',531,0,'2013-10-07 09:26:28',1026,NULL),(1096,78,'','',531,0,'2013-10-07 09:26:28',1028,NULL),(1097,128,'','',531,0,'2013-10-07 09:26:28',1028,NULL),(1098,69,'','',531,0,'2013-10-07 09:26:28',1028,NULL),(1099,93,'','',531,0,'2013-10-07 09:26:29',1031,NULL),(1100,57,'','',531,0,'2013-10-07 09:36:36',1032,NULL),(1101,133,'','',531,0,'2013-10-07 09:36:36',1032,NULL),(1102,132,'','',531,0,'2013-10-07 09:36:36',1032,NULL),(1103,56,'','',531,0,'2013-10-07 09:36:36',1032,NULL),(1104,77,'','',531,0,'2013-10-07 09:36:37',1034,NULL),(1105,68,'','',531,0,'2013-10-07 09:36:37',1037,NULL),(1106,68,'','',531,0,'2013-10-07 09:39:01',1038,NULL),(1107,35,'','',531,0,'2013-10-07 09:39:01',1040,NULL),(1108,9,'5.7,4.89,13.7,39.8,81,28.0,34.4,177,35.4,13.1,45.7,4.6,1.2,,8798fb5a5d66335ddb759a5514f4dd44d17a87cb','',534,0,'2013-10-07 00:00:00',1041,NULL),(1109,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN [/$],,,8798fb5a5d66335ddb759a5514f4dd44d17a87cb','',534,0,'2013-10-07 00:00:00',1041,NULL),(1110,9,'','',531,0,'2013-10-07 09:45:17',1042,NULL),(1111,68,'','',531,0,'2013-10-07 09:45:17',1044,NULL),(1112,9,'','',531,0,'2013-10-07 09:49:17',1045,NULL),(1113,57,'','',531,0,'2013-10-07 09:49:18',1047,NULL),(1114,133,'','',531,0,'2013-10-07 09:49:18',1047,NULL),(1115,131,'','',531,0,'2013-10-07 09:49:18',1047,NULL),(1116,56,'','',531,0,'2013-10-07 09:49:18',1047,NULL),(1117,65,'','',531,0,'2013-10-07 09:49:18',1047,NULL),(1118,35,'','',531,0,'2013-10-07 09:49:18',1050,NULL),(1119,9,'','',531,0,'2013-10-07 09:52:50',1051,NULL),(1120,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e8f1d49cabeb91282e17b135ef74614755d74cc7','',534,0,'2013-10-07 00:00:00',1053,NULL),(1121,16,'POSITIVE,e8f1d49cabeb91282e17b135ef74614755d74cc7','',534,0,'2013-10-07 00:00:00',1056,NULL),(1122,107,'1#20,1#20,e8f1d49cabeb91282e17b135ef74614755d74cc7','',534,504,'2013-10-07 00:00:00',1060,'2013-10-22 16:22:56'),(1123,9,'','',531,0,'2013-10-07 09:56:06',1061,NULL),(1124,18,'','',531,0,'2013-10-07 09:56:06',1061,NULL),(1125,9,'','',531,0,'2013-10-07 09:58:05',1062,NULL),(1126,71,'','',531,0,'2013-10-07 09:58:05',1064,NULL),(1127,35,'','',531,0,'2013-10-07 09:58:05',1064,NULL),(1128,9,'','',531,0,'2013-10-07 10:00:23',1065,NULL),(1129,35,'','',531,0,'2013-10-07 10:00:23',1067,NULL),(1130,83,'','',531,0,'2013-10-07 10:03:25',1068,NULL),(1131,132,'','',531,0,'2013-10-07 10:06:05',1069,NULL),(1132,9,'','',531,0,'2013-10-07 10:08:30',1070,NULL),(1133,19,'NEGATIVE,,11837916fe39f68c9b99e4fb72bd4978605b668f','',534,0,'2013-10-07 00:00:00',1070,NULL),(1134,9,'','',531,0,'2013-10-07 10:11:50',1071,NULL),(1135,18,'','',531,0,'2013-10-07 10:11:50',1071,NULL),(1136,37,'','',531,0,'2013-10-07 10:11:50',1073,NULL),(1137,35,'','',531,0,'2013-10-07 10:11:50',1076,NULL),(1138,9,'','',531,0,'2013-10-07 10:14:27',1077,NULL),(1139,130,'','',531,0,'2013-10-07 10:14:27',1079,NULL),(1140,132,'','',531,0,'2013-10-07 10:14:27',1079,NULL),(1141,11,'','',531,0,'2013-10-07 10:14:27',1079,NULL),(1142,6,'','',531,0,'2013-10-07 10:14:27',1082,NULL),(1143,9,'','',531,0,'2013-10-07 10:15:57',1083,NULL),(1144,19,'','',531,0,'2013-10-07 10:15:57',1083,NULL),(1145,18,'','',531,0,'2013-10-07 10:15:57',1083,NULL),(1146,71,'','',531,0,'2013-10-07 10:15:57',1085,NULL),(1147,35,'','',531,0,'2013-10-07 10:16:39',1086,NULL),(1148,71,'','',531,0,'2013-10-07 10:18:39',1087,NULL),(1149,22,'','',531,0,'2013-10-07 10:19:57',1088,NULL),(1150,9,'','',531,0,'2013-10-07 10:19:57',1088,NULL),(1151,9,'','',531,0,'2013-10-07 10:21:23',1089,NULL),(1152,9,'','',531,0,'2013-10-07 10:25:23',1090,NULL),(1153,130,'','',531,0,'2013-10-07 10:25:24',1092,NULL),(1154,9,'','',531,0,'2013-10-07 10:27:24',1093,NULL),(1155,19,'NEGATIVE,,14aa092ae2ab4c04d99fd2c51a28631077557b91','',534,0,'2013-10-07 00:00:00',1093,NULL),(1156,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN [/$],,,14aa092ae2ab4c04d99fd2c51a28631077557b91','',534,0,'2013-10-07 00:00:00',1093,NULL),(1157,9,'','',531,0,'2013-10-07 10:30:39',1094,NULL),(1158,9,'','',531,0,'2013-10-07 10:34:32',1095,NULL),(1159,68,'','',531,0,'2013-10-07 10:34:33',1097,NULL),(1160,9,'','',531,0,'2013-10-07 10:43:56',1098,NULL),(1161,22,'','',531,0,'2013-10-07 10:53:24',1099,NULL),(1162,9,'','',531,0,'2013-10-07 10:53:24',1099,NULL),(1163,19,'','',531,0,'2013-10-07 10:53:24',1099,NULL),(1164,57,'','',531,0,'2013-10-07 10:53:24',1101,NULL),(1165,131,'','',531,0,'2013-10-07 10:53:24',1101,NULL),(1166,132,'','',531,0,'2013-10-07 10:53:24',1101,NULL),(1167,56,'','',531,0,'2013-10-07 10:53:24',1101,NULL),(1168,65,'','',531,0,'2013-10-07 10:53:24',1101,NULL),(1169,68,'','',531,0,'2013-10-07 10:53:25',1104,NULL),(1170,35,'','',531,0,'2013-10-07 10:53:25',1108,NULL),(1171,9,'4.8,5.25,25.5,44.0,84,29.6,35.3,325,59.8,4.4,32.1,3.3,0.4,,a63da83b50f207e7a26e7993b6ef2b4a622bcc1d','',555,0,'2013-10-07 00:00:00',1109,NULL),(1172,36,'','',531,0,'2013-10-07 10:55:30',1111,NULL),(1173,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,][/$],##[$][/$],,],,a63da83b50f207e7a26e','',555,556,'2013-10-07 00:00:00',1111,'2013-10-14 15:03:14'),(1174,9,'','',531,0,'2013-10-07 11:00:26',1112,NULL),(1175,19,'NEGATIVE,,efb7138ba015a7791cf08ccceeb8726f4d2d85eb','',534,0,'2013-10-07 00:00:00',1112,NULL),(1176,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,efb7138ba015a7791cf08ccceeb8726f4d2d85eb','',534,0,'2013-10-07 00:00:00',1112,NULL),(1177,9,'6.0,4.51,12.8,36.0,80,28.3,35.4,254,42.3,14.0,41.8,1.0,0.9,,53843f12c5872a7973b55d1b3b3c5123e2b181ba','',555,0,'2013-10-07 00:00:00',1113,NULL),(1178,19,'NEGATIVE,,53843f12c5872a7973b55d1b3b3c5123e2b181ba','',555,0,'2013-10-07 00:00:00',1113,NULL),(1179,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,$][/$],##[$][/$],,$],,53843f12c5872a7973','',555,556,'2013-10-07 00:00:00',1115,'2013-10-14 15:03:14'),(1180,9,'5.6,4.75,14.0,40.2,85,29.5,34.8,253,48.1,5.9,43.3,2.3,0.4,,a5705df69261454c26c5ef1ae034c54c4550f7b6','',534,0,'2013-10-07 00:00:00',1116,NULL),(1181,14,'','',531,0,'2013-10-07 11:31:46',1118,NULL),(1182,37,'','',531,0,'2013-10-07 11:31:46',1118,NULL),(1183,16,'','',531,0,'2013-10-07 11:31:46',1121,NULL),(1184,192,'','',531,0,'2013-10-07 11:34:36',1122,NULL),(1185,9,'','',531,0,'2013-10-07 11:37:33',1123,NULL),(1186,21,'','',531,0,'2013-10-07 11:40:51',1124,NULL),(1187,9,'','',531,0,'2013-10-07 11:40:51',1124,NULL),(1188,27,'NON-REACTIVE,-,NEGATIVE,,56c42f4c4a23246f1c7c1fdeb78d422200679f9d','',504,0,'2013-10-24 00:00:00',1124,NULL),(1189,20,'','',531,0,'2013-10-07 11:40:51',1124,NULL),(1190,71,'','',531,0,'2013-10-07 11:40:52',1126,NULL),(1191,35,'','',531,0,'2013-10-07 11:40:52',1126,NULL),(1192,37,'','',531,0,'2013-10-07 11:40:52',1129,NULL),(1193,108,'','',531,0,'2013-10-07 11:40:52',1133,NULL),(1194,9,'','',531,0,'2013-10-07 11:45:20',1134,NULL),(1195,144,'','',531,0,'2013-10-07 11:45:20',1136,NULL),(1196,201,'','',531,0,'2013-10-07 12:08:17',1137,NULL),(1197,9,'6.6,5.56,15.9,45.1,81,28.6,35.3,280,26.3,6.9,64.7,1.6,0.5,,3dbfab71eed105b601b43649aec51e69f68da9f8','',534,0,'2013-10-07 00:00:00',1138,NULL),(1198,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,3dbfab71eed105b601b43649aec51e69f68da9f8','',534,0,'2013-10-07 00:00:00',1140,NULL),(1199,9,'','',531,0,'2013-10-07 12:25:27',1141,NULL),(1200,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN [/$],,,17652b8ad775417014c33b856dc1ea743c327512','',534,0,'2013-10-07 00:00:00',1141,NULL),(1201,71,'NEGATIVE,,01cd0a3329da8e5cf16a0f91877452132bea3fe0','',534,0,'2013-10-07 00:00:00',1142,NULL),(1202,9,'','',531,0,'2013-10-07 13:19:03',1143,NULL),(1203,19,'NEGATIVE,,795826b1da397c0a2ffbb7428c6a4af3a7055ab3','',552,0,'2013-10-07 00:00:00',1143,NULL),(1204,107,'1#20,1#20,795826b1da397c0a2ffbb7428c6a4af3a7055ab3','',535,504,'2013-10-07 00:00:00',1145,'2013-10-22 16:22:57'),(1205,9,'','',531,0,'2013-10-07 13:30:50',1146,NULL),(1206,18,'##[$][/$],[$]no mps seen[/$],,,10a2941e90199d913a26b188064021f6de4fff0d','',552,0,'2013-10-07 00:00:00',1146,NULL),(1207,9,'','',531,0,'2013-10-07 13:36:58',1147,NULL),(1208,18,'##[$][/$],[$]NO MPS SEEN[/$],,,776b50eb36e0e9c8e2a6abc9626037f9f49ecb4f','',552,0,'2013-10-07 00:00:00',1147,NULL),(1209,130,'','',531,0,'2013-10-07 13:36:59',1149,NULL),(1210,144,'','',531,0,'2013-10-07 13:38:56',1150,NULL),(1211,192,'','',531,0,'2013-10-07 13:38:56',1152,NULL),(1212,40,'','',531,0,'2013-10-07 13:49:53',1153,NULL),(1213,9,'','',531,0,'2013-10-07 13:49:53',1153,NULL),(1214,18,'','',531,0,'2013-10-07 13:49:53',1153,NULL),(1215,16,'','',531,0,'2013-10-07 13:58:00',1154,NULL),(1216,9,'','',531,0,'2013-10-07 14:13:42',1155,NULL),(1217,71,'POSITIVE,,19c7722149f1d52cf49c1a333df09f6d85d2b924','',534,0,'2013-10-07 00:00:00',1157,NULL),(1218,194,'','',531,0,'2013-10-07 14:13:42',1160,NULL),(1219,9,'','',531,0,'2013-10-07 14:15:54',1161,NULL),(1220,19,'NEGATIVE,,23ffc669ab6e6e290d98925de41eff17aa742437','',535,0,'2013-10-07 00:00:00',1161,NULL),(1221,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,23ffc669ab6e6e290d98925de41eff17aa742437','',535,0,'2013-10-07 00:00:00',1161,NULL),(1222,9,'','',531,0,'2013-10-07 14:19:19',1162,NULL),(1223,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN [/$],,,642f7dcf276b05f2a4a6ff8d2b375962cb5f2fba','',534,0,'2013-10-07 00:00:00',1162,NULL),(1224,71,'NEGATIVE,,1ddc4e41a2dcc62bc617ca594f571acd1b79505c','',534,0,'2013-10-07 00:00:00',1163,NULL),(1225,9,'','',531,0,'2013-10-07 15:14:27',1164,NULL),(1226,9,'','',531,0,'2013-10-07 15:21:02',1165,NULL),(1227,18,'','',531,0,'2013-10-07 15:21:02',1165,NULL),(1228,57,'','',531,0,'2013-10-07 15:37:34',1166,NULL),(1229,112,'NEGATIVE,,793de6d5c53695c4c61c310b96d628c4470ce926','',535,0,'2013-10-08 00:00:00',1166,NULL),(1230,131,'','',531,0,'2013-10-07 15:37:34',1166,NULL),(1231,92,'','',531,0,'2013-10-07 15:37:34',1166,NULL),(1232,56,'','',531,0,'2013-10-07 15:37:34',1166,NULL),(1233,108,'NON - REACTIVE,793de6d5c53695c4c61c310b96d628c4470ce926','',535,0,'2013-10-08 00:00:00',1166,NULL),(1234,22,'7,,793de6d5c53695c4c61c310b96d628c4470ce926','',535,0,'2013-10-08 00:00:00',1168,NULL),(1235,9,'','',531,0,'2013-10-07 15:37:34',1168,NULL),(1236,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,,793de6d5c53695c4c61c310b96d628c4470ce926','',535,504,'2013-10-08 00:00:00',1168,'2013-10-22 16:21:39'),(1237,19,'NEGATIVE,,793de6d5c53695c4c61c310b96d628c4470ce926','',535,0,'2013-10-08 00:00:00',1168,NULL),(1238,70,'','',531,0,'2013-10-07 15:37:34',1168,NULL),(1239,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,793de6d5c53695c4c61c310b96d6','',535,556,'2013-10-08 00:00:00',1171,'2013-10-14 15:03:14'),(1240,9,'','',531,0,'2013-10-07 16:09:31',1172,NULL),(1241,19,'NEGATIVE,,e1a1679fb212ae2b6a9d035d80d0a3efc3e91322','',535,0,'2013-10-08 00:00:00',1172,NULL),(1242,9,'','',531,0,'2013-10-07 16:21:34',1173,NULL),(1243,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,40bd838bc1ae94b07ee9aa7e6f5fc0de0beda39d','',535,0,'2013-10-08 00:00:00',1173,NULL),(1244,35,'','',531,0,'2013-10-07 16:21:34',1175,NULL),(1245,9,'','',531,0,'2013-10-07 16:30:18',1176,NULL),(1246,9,'','',531,0,'2013-10-07 16:37:49',1177,NULL),(1247,19,'','',531,0,'2013-10-07 16:37:49',1177,NULL),(1248,55,'','',531,0,'2013-10-07 16:42:34',1178,NULL),(1249,53,'','',531,0,'2013-10-07 16:42:34',1178,NULL),(1250,78,'','',531,0,'2013-10-07 16:42:34',1178,NULL),(1251,65,'','',531,0,'2013-10-07 16:42:34',1178,NULL),(1252,9,'','',531,0,'2013-10-07 17:00:10',1179,NULL),(1253,35,'','',531,0,'2013-10-07 17:00:10',1181,NULL),(1254,16,'POSITIVE,4540337e5678c65e07e648794fe4a60b9072c025','',552,0,'2013-10-07 00:00:00',1184,NULL),(1255,28,',[$]AA[/$],,c497fd0c0ffdba4109d9bb81c13eff0772471467','',504,0,'2013-10-10 00:00:00',1185,NULL),(1256,9,'5.7,6.30,12.2,37.9,60,19.4,19.4,357,43.3,8.8,45.0,2.5,0.4,,f48104dfe0be6945dca49b35ae80f14f07183133','',504,0,'2013-10-10 00:00:00',1186,NULL),(1257,28,',[$]AC[/$],,f48104dfe0be6945dca49b35ae80f14f07183133','',504,0,'2013-10-10 00:00:00',1186,NULL),(1258,16,'NEGATIVE,2f1ea5caecd73119c77c342c282970f5034f5743','',535,0,'2013-10-08 00:00:00',1187,NULL),(1259,9,'','',531,0,'2013-10-07 18:16:12',1188,NULL),(1260,19,'','',531,0,'2013-10-07 18:16:12',1188,NULL),(1261,107,'1#20,1#20,5045bc7480145aac51dae08e73b35f8b4327f1ab','',535,504,'2013-10-08 05:23:47',1190,'2013-10-22 16:22:57'),(1262,9,'','',531,0,'2013-10-07 18:19:20',1191,NULL),(1263,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,6f2e0faf8c9eca222de15e63767ce2bf13e8679b','',535,0,'2013-10-08 00:00:00',1191,NULL),(1264,9,'','',531,0,'2013-10-07 18:27:14',1192,NULL),(1265,19,'NEGATIVE,,c1acc280fcb24dd00caf9dbbf92368e19bbda678','',535,0,'2013-10-08 00:00:00',1192,NULL),(1266,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,c1acc280fcb24dd00caf9dbbf92368e19bbda678','',535,0,'2013-10-08 00:00:00',1192,NULL),(1267,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,c1acc280fcb24dd00caf9dbbf923','',535,556,'2013-10-08 00:00:00',1194,'2013-10-14 15:03:14'),(1268,36,'','',531,0,'2013-10-07 18:30:26',1195,NULL),(1269,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,,,,,,,,,,[/$],##[$][/$],,,,254262f5847433a680a2f1','',535,556,'2013-10-08 00:00:00',1195,'2013-10-14 15:03:14'),(1270,9,'','',531,0,'2013-10-07 18:35:10',1196,NULL),(1271,19,'','',531,0,'2013-10-07 18:35:10',1196,NULL),(1272,36,'','',531,0,'2013-10-07 18:38:31',1197,NULL),(1273,71,'NEGATIVE,,8a9c72569a3fe244d389e13a2d160736cc9ccfba','',535,0,'2013-10-08 00:00:00',1197,NULL),(1274,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,,,[/$],##[$][/$],##[$][/$],,$],[$][/$],,','',535,556,'2013-10-08 00:00:00',1197,'2013-10-14 15:03:14'),(1275,22,'8,,61159f27ec1d4be4c18785d85d81f200ae4c2fdd','',535,0,'2013-10-08 00:00:00',1198,NULL),(1276,9,'','',531,0,'2013-10-07 18:41:26',1198,NULL),(1277,113,'','',531,0,'2013-10-07 18:44:46',1199,NULL),(1278,112,'NEGATIVE,,5aa430e5048acc57a3175745ac5eab7bf4d9b032','',535,0,'2013-10-08 00:00:00',1199,NULL),(1279,9,'','',531,0,'2013-10-07 18:54:29',1200,NULL),(1280,71,'','',531,0,'2013-10-07 18:54:29',1202,NULL),(1281,16,'','',531,0,'2013-10-07 18:54:29',1205,NULL),(1282,9,'','',531,0,'2013-10-07 18:58:34',1206,NULL),(1283,19,'NEGATIVE,,d0904bca282b233844ba1e606387a70bd229ee01','',504,0,'2013-10-24 00:00:00',1206,NULL),(1284,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d0904bca282b233844ba1e606387a70bd229ee01','',504,0,'2013-10-24 00:00:00',1206,NULL),(1285,35,'CLOUDY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,6,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,d0904bca282b233844ba1e','',504,0,'2013-10-24 00:00:00',1208,NULL),(1286,9,'','',531,0,'2013-10-07 19:07:25',1209,NULL),(1287,19,'','',531,0,'2013-10-07 19:07:25',1209,NULL),(1288,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,[$][/$],,c33fa1b6144639b177e1ea4936f611d','pH:7.0, SPECIFIC GRAVITY:1.015, BLOOD:NEGATIVE, LEUCOCYTE:TRACE, OVA:Not Seen, CAST:Not Seen, CRYSTALS:Not Seen, YEAST CELLS:Not Seen',535,556,'2013-10-08 05:39:46',1211,'2013-10-14 15:03:14'),(1289,9,'','',531,0,'2013-10-07 19:15:47',1212,NULL),(1290,19,'NEGATIVE,,9b33189b7f4ffa2d1c1efc2dddf110ab2298d983','',535,0,'2013-10-08 00:00:00',1212,NULL),(1291,36,'','',531,0,'2013-10-07 19:18:22',1213,NULL),(1292,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,a7fcff616894865a2aa63a97078b','',535,556,'2013-10-08 00:00:00',1213,'2013-10-14 15:03:14'),(1293,21,'','',531,0,'2013-10-07 19:21:32',1214,NULL),(1294,25,'','',531,0,'2013-10-07 19:21:32',1214,NULL),(1295,20,'','',531,0,'2013-10-07 19:21:32',1214,NULL),(1296,37,'','',531,0,'2013-10-07 19:21:32',1216,NULL),(1297,115,'','',531,0,'2013-10-07 19:21:33',1219,NULL),(1298,112,'','',531,0,'2013-10-07 19:21:33',1219,NULL),(1299,108,'','',531,0,'2013-10-07 19:21:33',1219,NULL),(1300,36,'','',531,0,'2013-10-07 19:23:38',1220,NULL),(1301,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,87200f5ed0c44557d521b832d204','',535,556,'2013-10-08 00:00:00',1220,'2013-10-14 15:03:14'),(1302,36,'','',531,0,'2013-10-07 19:26:41',1221,NULL),(1303,35,'','',531,0,'2013-10-07 19:26:41',1221,NULL),(1304,38,'','',531,0,'2013-10-07 19:26:42',1223,NULL),(1305,37,'','',531,0,'2013-10-07 19:26:42',1223,NULL),(1306,9,'','',531,0,'2013-10-07 19:39:00',1224,NULL),(1307,9,'','',530,0,'2013-10-07 19:43:39',1225,NULL),(1308,57,'','',530,0,'2013-10-07 19:43:40',1227,NULL),(1309,133,'','',530,0,'2013-10-07 19:43:40',1227,NULL),(1310,56,'','',530,0,'2013-10-07 19:43:40',1227,NULL),(1311,27,'NONREACTIVE,NONREACTIVE,NEGATIVE,,46a1c6faec8bda2bc1e0ac3e8377f47a1d28764b','',535,535,'2013-10-07 00:00:00',1228,'2013-10-07 21:47:39'),(1312,9,'14.7,4.16,11.5,33.8,81.3,27.6,34.0,326,8.8,0.3,90.6,0.2,0.1,,094f02f29d698ccf0c66264339b218624c5e505f','',535,0,'2013-10-07 00:00:00',1229,NULL),(1313,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,094f02f29d698ccf0c66264339b218624c5e505f','',535,0,'2013-10-07 00:00:00',1229,NULL),(1314,9,'8.7,3.98,11.3,33.1,83.2,28.4,34.1,201,31.1,5.3,60.6,2.4,0.6,,7999b3aa6a790a77edf9bccb3642ad2de9001e14','',535,535,'2013-10-07 00:00:00',1230,'2013-10-07 22:29:49'),(1315,9,'5.0,3.82,12.6,35.6,93.2,33.0,35.4,284,27.7,8.1,60.6,3.3,0.3,,d25fd869f1e19b080846c8ffa1da50fd4a559d6c','',535,0,'2013-10-07 00:00:00',1231,NULL),(1316,19,'NEGATIVE,,d25fd869f1e19b080846c8ffa1da50fd4a559d6c','',535,0,'2013-10-07 00:00:00',1231,NULL),(1317,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,d25fd869f1e19b080846c8ffa1da50fd4a559d6c','',535,0,'2013-10-07 00:00:00',1231,NULL),(1318,9,'12.3,4.53,12.6,38.0,83.9,27.8,33.2,352,12.3,4.4,78.4,4.2,0.7,,be37fab25f87447238463d0b5d704232ba12659d','',535,0,'2013-10-07 00:00:00',1232,NULL),(1319,19,'NEGATIVE,,be37fab25f87447238463d0b5d704232ba12659d','',535,0,'2013-10-07 00:00:00',1232,NULL),(1320,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,be37fab25f87447238463d0b5d704232ba12659d','',535,0,'2013-10-07 00:00:00',1232,NULL),(1321,9,'10.1,4.54,12.9,37.6,82.8,28.4,34.3,245,11.1,3.4,82.7,2.3,0.5,,0dde1d836f118a4f169450f40fe2849665eb2007','',535,0,'2013-10-07 00:00:00',1233,NULL),(1322,107,'1#20,1#20,0dde1d836f118a4f169450f40fe2849665eb2007','',535,504,'2013-10-07 00:00:00',1235,'2013-10-22 16:22:57'),(1323,9,'4.0,4.07,11.8,35.2,86.5,29.0,33.5,220,58.2,6.4,31.5,3.6,0.3,,b2b64b8a6ff72de17340cfe3f01323a4ac5522e9','',535,0,'2013-10-07 00:00:00',1236,NULL),(1324,71,'NEGATIVE,,b2b64b8a6ff72de17340cfe3f01323a4ac5522e9','',535,0,'2013-10-07 00:00:00',1238,NULL),(1325,9,'','',530,0,'2013-10-08 01:55:20',1239,NULL),(1326,68,'','',530,0,'2013-10-08 01:55:20',1241,NULL),(1327,22,'20,,1dfa58e3c512812b34d13eca1cc4f7d4ce8f1215','',535,0,'2013-10-08 00:00:00',1242,NULL),(1328,9,'','',530,0,'2013-10-08 01:58:08',1242,NULL),(1329,19,'NEGATIVE,,1dfa58e3c512812b34d13eca1cc4f7d4ce8f1215','',535,0,'2013-10-08 00:00:00',1242,NULL),(1330,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,$][/$],##[$][/$],,$],,1dfa58e3c512812b34','',535,556,'2013-10-08 00:00:00',1244,'2013-10-14 15:03:14'),(1331,9,'','',530,0,'2013-10-08 02:01:15',1245,NULL),(1332,70,'','',530,0,'2013-10-08 02:01:15',1245,NULL),(1333,108,'NON - REACTIVE,e9a1b790f2b9d1013ba6bcf65f5f0b1b761cde2a','',535,0,'2013-10-08 00:00:00',1247,NULL),(1334,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,e9a1b790f2b9d1013ba6bcf65f5f0','',535,556,'2013-10-08 00:00:00',1250,'2013-10-14 15:03:14'),(1335,9,'','',530,0,'2013-10-08 02:06:54',1251,NULL),(1336,25,'','',530,0,'2013-10-08 02:06:54',1251,NULL),(1337,20,'','',530,0,'2013-10-08 02:06:54',1251,NULL),(1338,112,'','',530,0,'2013-10-08 02:06:54',1253,NULL),(1339,3,'','',530,0,'2013-10-08 02:06:54',1253,NULL),(1340,40,'','',530,0,'2013-10-08 02:11:09',1254,NULL),(1341,9,'','',530,0,'2013-10-08 02:11:09',1254,NULL),(1342,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,c63d14c5856bd258ddce596ffe1a06a616ac4227','',535,0,'2013-10-08 00:00:00',1254,NULL),(1343,37,'','',530,0,'2013-10-08 02:11:09',1256,NULL),(1344,9,'','',530,0,'2013-10-08 04:36:28',1257,NULL),(1345,77,'','',530,0,'2013-10-08 04:36:28',1257,NULL),(1346,70,'','',530,0,'2013-10-08 04:36:28',1257,NULL),(1347,130,'','',530,0,'2013-10-08 04:36:28',1259,NULL),(1348,35,'','',530,0,'2013-10-08 04:36:28',1262,NULL),(1349,22,'50,,7a7fc5c0ac767271c9dbee06ff8660e88c424a60','',535,0,'2013-10-08 00:00:00',1263,NULL),(1350,9,'','',530,0,'2013-10-08 04:38:38',1263,NULL),(1351,9,'','',530,0,'2013-10-08 04:42:22',1264,NULL),(1352,22,'7,,91602dee023127e9466a6be45b4c6a0cc0f0907d','',535,0,'2013-10-08 00:00:00',1265,NULL),(1353,9,'','',530,0,'2013-10-08 04:45:05',1265,NULL),(1354,9,'','',530,0,'2013-10-08 04:47:57',1266,NULL),(1355,37,'','',530,0,'2013-10-08 04:47:58',1268,NULL),(1356,57,'','',530,0,'2013-10-08 04:50:20',1269,NULL),(1357,133,'','',530,0,'2013-10-08 04:50:20',1269,NULL),(1358,56,'','',530,0,'2013-10-08 04:50:20',1269,NULL),(1359,9,'','',530,0,'2013-10-08 04:52:50',1270,NULL),(1360,19,'','',530,0,'2013-10-08 04:52:50',1270,NULL),(1361,18,'','',530,0,'2013-10-08 04:52:50',1270,NULL),(1362,9,'','',530,0,'2013-10-08 04:55:06',1271,NULL),(1363,18,'','',530,0,'2013-10-08 04:55:06',1271,NULL),(1364,9,'','',530,0,'2013-10-08 05:00:16',1272,NULL),(1365,19,'','',530,0,'2013-10-08 05:00:16',1272,NULL),(1366,18,'','',530,0,'2013-10-08 05:00:16',1272,NULL),(1367,3,'','',530,0,'2013-10-08 05:00:16',1274,NULL),(1368,9,'','',530,0,'2013-10-08 05:02:15',1275,NULL),(1369,9,'','',530,0,'2013-10-08 05:09:54',1276,NULL),(1370,77,'','',530,0,'2013-10-08 05:09:54',1276,NULL),(1371,70,'','',530,0,'2013-10-08 05:09:54',1276,NULL),(1372,35,'','',530,0,'2013-10-08 05:09:54',1278,NULL),(1373,37,'','',530,0,'2013-10-08 05:09:55',1281,NULL),(1374,35,'','',530,0,'2013-10-08 05:12:24',1282,NULL),(1375,9,'','',530,0,'2013-10-08 05:14:20',1283,NULL),(1376,18,'','',530,0,'2013-10-08 05:14:20',1283,NULL),(1377,35,'','',530,0,'2013-10-08 05:14:20',1285,NULL),(1378,19,'','',530,0,'2013-10-08 05:16:42',1286,NULL),(1379,18,'','',530,0,'2013-10-08 05:16:42',1286,NULL),(1380,9,'','',530,0,'2013-10-08 05:19:55',1287,NULL),(1381,70,'','',530,0,'2013-10-08 05:19:55',1287,NULL),(1382,35,'','',530,0,'2013-10-08 05:19:56',1289,NULL),(1383,108,'','',530,0,'2013-10-08 05:19:56',1292,NULL),(1384,38,'','',530,0,'2013-10-08 05:22:40',1293,NULL),(1385,60,'','',530,0,'2013-10-08 05:25:43',1294,NULL),(1386,57,'','',530,0,'2013-10-08 05:25:43',1294,NULL),(1387,133,'','',530,0,'2013-10-08 05:25:43',1294,NULL),(1388,56,'','',530,0,'2013-10-08 05:25:43',1294,NULL),(1389,135,'','',530,0,'2013-10-08 05:25:43',1296,NULL),(1390,9,'','',530,0,'2013-10-08 05:29:11',1297,NULL),(1391,18,'','',530,0,'2013-10-08 05:29:11',1297,NULL),(1392,9,'','',530,0,'2013-10-08 05:31:47',1298,NULL),(1393,18,'','',530,0,'2013-10-08 05:31:47',1298,NULL),(1394,9,'','',530,0,'2013-10-08 05:35:01',1299,NULL),(1395,18,'','',530,0,'2013-10-08 05:35:01',1299,NULL),(1396,35,'','',530,0,'2013-10-08 05:35:01',1301,NULL),(1397,9,'','',530,0,'2013-10-08 05:38:46',1302,NULL),(1398,18,'','',530,0,'2013-10-08 05:38:46',1302,NULL),(1399,128,'','',530,0,'2013-10-08 05:38:46',1304,NULL),(1400,92,'','',530,0,'2013-10-08 05:38:46',1304,NULL),(1401,107,'','',530,0,'2013-10-08 05:38:46',1304,NULL),(1402,35,'','',530,0,'2013-10-08 05:38:46',1307,NULL),(1403,22,'','',530,0,'2013-10-08 05:42:41',1308,NULL),(1404,9,'','',530,0,'2013-10-08 05:42:41',1308,NULL),(1405,18,'','',530,0,'2013-10-08 05:42:41',1308,NULL),(1406,35,'','',530,0,'2013-10-08 05:42:41',1310,NULL),(1407,112,'','',530,0,'2013-10-08 05:42:41',1313,NULL),(1408,9,'','',530,0,'2013-10-08 05:48:00',1314,NULL),(1409,19,'','',530,0,'2013-10-08 05:48:00',1314,NULL),(1410,18,'','',530,0,'2013-10-08 05:48:00',1314,NULL),(1411,35,'','',530,0,'2013-10-08 05:48:00',1316,NULL),(1412,9,'','',530,0,'2013-10-08 05:50:38',1317,NULL),(1413,18,'','',530,0,'2013-10-08 05:50:38',1317,NULL),(1414,35,'','',530,0,'2013-10-08 05:50:38',1319,NULL),(1415,36,'','',530,0,'2013-10-08 05:53:01',1320,NULL),(1416,35,'','',530,0,'2013-10-08 05:53:01',1320,NULL),(1417,107,'','',530,0,'2013-10-08 05:54:57',1321,NULL),(1418,9,'','',530,0,'2013-10-08 05:56:55',1322,NULL),(1419,18,'','',530,0,'2013-10-08 05:56:55',1322,NULL),(1420,36,'','',530,0,'2013-10-08 05:58:58',1323,NULL),(1421,35,'','',530,0,'2013-10-08 05:58:58',1323,NULL),(1422,9,'','',530,0,'2013-10-08 06:01:44',1324,NULL),(1423,19,'','',530,0,'2013-10-08 06:01:44',1324,NULL),(1424,35,'','',530,0,'2013-10-08 06:01:44',1326,NULL),(1425,37,'','',530,0,'2013-10-08 06:01:45',1329,NULL),(1426,9,'','',530,0,'2013-10-08 06:07:40',1330,NULL),(1427,18,'','',530,0,'2013-10-08 06:07:40',1330,NULL),(1428,35,'','',530,0,'2013-10-08 06:07:40',1332,NULL),(1429,68,'','',530,0,'2013-10-08 06:07:41',1335,NULL),(1430,9,'','',530,0,'2013-10-08 06:15:16',1336,NULL),(1431,19,'','',530,0,'2013-10-08 06:15:16',1336,NULL),(1432,18,'','',530,0,'2013-10-08 06:15:16',1336,NULL),(1433,19,'','',530,0,'2013-10-08 06:17:58',1337,NULL),(1434,18,'','',530,0,'2013-10-08 06:17:58',1337,NULL),(1435,71,'','',530,0,'2013-10-08 06:17:58',1339,NULL),(1436,9,'','',530,0,'2013-10-08 06:21:24',1340,NULL),(1437,19,'NEGATIVE,,ccf8c1ee9c24b1fe61c4b3d7596472b055957205','',534,0,'2013-10-08 00:00:00',1340,NULL),(1438,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN [/$],,,ccf8c1ee9c24b1fe61c4b3d7596472b055957205','',534,0,'2013-10-08 00:00:00',1340,NULL),(1439,35,'HAZY,AMBER,5.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,/$],##[$][/$],,,ccf8c1ee9c24b1fe61c4b3d7','',534,556,'2013-10-08 00:00:00',1342,'2013-10-14 15:03:14'),(1440,107,'1#20,1#20,ccf8c1ee9c24b1fe61c4b3d7596472b055957205','',534,504,'2013-10-08 00:00:00',1345,'2013-10-22 16:22:57'),(1441,9,'','',530,0,'2013-10-08 06:34:18',1346,NULL),(1442,19,'','',530,0,'2013-10-08 06:34:18',1346,NULL),(1443,18,'','',530,0,'2013-10-08 06:34:18',1346,NULL),(1444,9,'','',530,0,'2013-10-08 06:39:55',1347,NULL),(1445,35,'','',530,0,'2013-10-08 06:39:55',1349,NULL),(1446,108,'','',530,0,'2013-10-08 06:39:56',1352,NULL),(1447,9,'','',530,0,'2013-10-08 06:42:09',1353,NULL),(1448,19,'','',530,0,'2013-10-08 06:42:09',1353,NULL),(1449,35,'','',530,0,'2013-10-08 06:45:07',1354,NULL),(1450,9,'','',530,0,'2013-10-08 06:49:29',1355,NULL),(1451,18,'','',530,0,'2013-10-08 06:49:29',1355,NULL),(1452,35,'','',530,0,'2013-10-08 06:49:30',1357,NULL),(1453,9,'','',530,0,'2013-10-08 06:52:05',1358,NULL),(1454,19,'','',530,0,'2013-10-08 06:52:05',1358,NULL),(1455,35,'','',530,0,'2013-10-08 06:52:05',1360,NULL),(1456,21,'','',530,0,'2013-10-08 06:55:34',1361,NULL),(1457,9,'','',530,0,'2013-10-08 06:55:34',1361,NULL),(1458,27,'','',530,0,'2013-10-08 06:55:34',1361,NULL),(1459,20,'','',530,0,'2013-10-08 06:55:34',1361,NULL),(1460,135,'','',530,0,'2013-10-08 06:55:37',1363,NULL),(1461,134,'','',530,0,'2013-10-08 06:55:37',1363,NULL),(1462,112,'','',530,0,'2013-10-08 06:55:37',1366,NULL),(1463,71,'','',530,0,'2013-10-08 07:03:23',1367,NULL),(1464,9,'','',530,0,'2013-10-08 07:08:21',1368,NULL),(1465,16,'POSITIVE,3b88fb5b06bea7a96ce9f56bc92cbef188171c07','',534,0,'2013-10-08 00:00:00',1370,NULL),(1466,9,'','',531,0,'2013-10-08 07:18:41',1371,NULL),(1467,77,'','',531,0,'2013-10-08 07:18:41',1371,NULL),(1468,68,'','',531,0,'2013-10-08 07:18:42',1373,NULL),(1469,9,'','',531,0,'2013-10-08 07:44:10',1374,NULL),(1470,18,'','',531,0,'2013-10-08 07:44:10',1374,NULL),(1471,35,'','',531,0,'2013-10-08 07:44:10',1376,NULL),(1472,107,'','',531,0,'2013-10-08 07:44:10',1379,NULL),(1473,40,'','',531,0,'2013-10-08 07:44:10',1383,NULL),(1474,68,'','',531,0,'2013-10-08 07:51:12',1384,NULL),(1475,35,'','',531,0,'2013-10-08 07:51:12',1386,NULL),(1476,9,'','',531,0,'2013-10-08 07:54:59',1387,NULL),(1477,70,',,ec42ff886bec1c278e3b36caf68ff96b7b68a479','',534,0,'2013-10-08 00:00:00',1389,NULL),(1478,108,'NON - REACTIVE,ec42ff886bec1c278e3b36caf68ff96b7b68a479','',534,0,'2013-10-08 00:00:00',1389,NULL),(1479,35,'','',531,0,'2013-10-08 07:55:00',1392,NULL),(1480,9,'','',531,0,'2013-10-08 08:48:57',1393,NULL),(1481,68,'','',531,0,'2013-10-08 08:48:57',1395,NULL),(1482,77,'','',531,0,'2013-10-08 08:48:58',1398,NULL),(1483,77,'','',531,0,'2013-10-08 08:53:12',1399,NULL),(1484,68,'','',531,0,'2013-10-08 08:53:12',1401,NULL),(1485,36,'','',531,0,'2013-10-08 08:53:12',1404,NULL),(1486,35,'','',531,0,'2013-10-08 08:53:12',1404,NULL),(1487,68,'','',531,0,'2013-10-08 09:14:24',1405,NULL),(1488,9,'','',531,0,'2013-10-08 09:18:12',1406,NULL),(1489,68,'','',531,0,'2013-10-08 09:18:13',1408,NULL),(1490,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,$][/$],##[$][/$],,$],,90ab2f6ecdd75e580f','',534,556,'2013-10-08 00:00:00',1411,'2013-10-14 15:03:14'),(1491,21,'B,POSITIVE,101fdac3db8d7a33890394bf10666090853af505','',534,0,'2013-10-08 00:00:00',1412,NULL),(1492,144,'','',531,0,'2013-10-08 09:22:44',1414,NULL),(1493,9,'','',531,0,'2013-10-08 09:26:26',1415,NULL),(1494,130,'','',531,0,'2013-10-08 09:26:26',1417,NULL),(1495,132,'','',531,0,'2013-10-08 09:26:26',1417,NULL),(1496,68,'18.0,,,,326e5b19de87d2ee1e5e6ad934bd1cee85b670e8','',534,0,'2013-10-08 00:00:00',1418,NULL),(1497,9,'','',531,0,'2013-10-08 09:31:13',1419,NULL),(1498,130,'','',531,0,'2013-10-08 09:31:14',1421,NULL),(1499,9,'','',531,0,'2013-10-08 09:35:21',1422,NULL),(1500,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,d01e90cb14dd486625991c12d20db3edd3e95d30','',534,0,'2013-10-08 00:00:00',1422,NULL),(1501,132,'','',531,0,'2013-10-08 09:35:21',1424,NULL),(1502,77,'','',531,0,'2013-10-08 09:38:45',1425,NULL),(1503,68,'','',531,0,'2013-10-08 09:38:45',1427,NULL),(1504,97,'','',531,0,'2013-10-08 09:40:18',1428,NULL),(1505,9,'','',531,0,'2013-10-08 09:43:12',1429,NULL),(1506,19,'NEGATIVE,,f5ffe2cd01c5613822c7511f29e8b823115c2601','',534,0,'2013-10-08 00:00:00',1429,NULL),(1507,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,f5ffe2cd01c5613822c7511f29e8b823115c2601','',534,0,'2013-10-08 00:00:00',1429,NULL),(1508,68,'','',531,0,'2013-10-08 10:03:35',1430,NULL),(1509,108,'','',531,0,'2013-10-08 10:03:35',1430,NULL),(1510,36,'','',531,0,'2013-10-08 10:03:35',1432,NULL),(1511,35,'','',531,0,'2013-10-08 10:03:35',1432,NULL),(1512,9,'','',531,0,'2013-10-08 10:34:34',1433,NULL),(1513,18,'','',531,0,'2013-10-08 10:34:34',1433,NULL),(1514,35,'','',531,0,'2013-10-08 10:34:35',1435,NULL),(1515,107,'','',531,0,'2013-10-08 10:34:35',1438,NULL),(1516,9,'','',531,0,'2013-10-08 10:43:58',1439,NULL),(1517,18,'##[$][/$],[$]no mps [/$],,,f7049a23fa3d25ac09c27b644d285cf1dca25e96','',534,0,'2013-10-08 00:00:00',1439,NULL),(1518,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,POSITIVE (+++),NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,/$],##[$][/$],,,f7049a23fa3d25ac09c27b64','',534,556,'2013-10-08 00:00:00',1441,'2013-10-14 15:03:14'),(1519,9,'','',531,0,'2013-10-08 10:49:29',1442,NULL),(1520,71,'','',531,0,'2013-10-08 10:49:29',1444,NULL),(1521,35,'','',531,0,'2013-10-08 10:49:29',1444,NULL),(1522,9,'','',531,0,'2013-10-08 11:10:26',1445,NULL),(1523,223,'','',531,0,'2013-10-08 11:10:26',1445,NULL),(1524,128,'','',531,0,'2013-10-08 11:10:26',1447,NULL),(1525,9,'','',531,0,'2013-10-08 11:15:18',1448,NULL),(1526,18,'','',531,0,'2013-10-08 11:15:18',1448,NULL),(1527,36,'','',531,0,'2013-10-08 11:15:18',1450,NULL),(1528,35,'','',531,0,'2013-10-08 11:15:18',1450,NULL),(1529,123,'','',531,0,'2013-10-08 11:15:18',1453,NULL),(1530,9,'','',531,0,'2013-10-08 11:20:37',1454,NULL),(1531,18,'','',531,0,'2013-10-08 11:20:37',1454,NULL),(1532,71,'','',531,0,'2013-10-08 11:20:38',1456,NULL),(1533,35,'','',531,0,'2013-10-08 11:20:38',1456,NULL),(1534,107,'','',531,0,'2013-10-08 11:20:38',1459,NULL),(1535,9,'','',531,0,'2013-10-08 11:23:37',1460,NULL),(1536,18,'','',531,0,'2013-10-08 11:23:37',1460,NULL),(1537,9,'','',531,0,'2013-10-08 12:04:45',1461,NULL),(1538,27,'NON-REACTIVE,-,NEGATIVE,,67bf8d742a09f4bdaa821e882569353e9efdd9af','',504,0,'2013-10-24 00:00:00',1461,NULL),(1539,18,'','',531,0,'2013-10-08 12:04:45',1461,NULL),(1540,35,'','',531,0,'2013-10-08 12:04:46',1463,NULL),(1541,108,'','',531,0,'2013-10-08 12:04:46',1466,NULL),(1542,112,'','',531,0,'2013-10-08 12:04:46',1470,NULL),(1543,71,'','',531,0,'2013-10-08 12:12:12',1471,NULL),(1544,9,'','',531,0,'2013-10-08 12:21:00',1472,NULL),(1545,18,'','',531,0,'2013-10-08 12:21:00',1472,NULL),(1546,21,'','',531,0,'2013-10-08 12:28:31',1473,NULL),(1547,9,'','',531,0,'2013-10-08 12:28:31',1473,NULL),(1548,25,'','',531,0,'2013-10-08 12:28:31',1473,NULL),(1549,28,'','',531,0,'2013-10-08 12:28:31',1473,NULL),(1550,18,'','',531,0,'2013-10-08 12:28:31',1473,NULL),(1551,9,'','',531,0,'2013-10-08 12:40:46',1474,NULL),(1552,70,'','',531,0,'2013-10-08 12:40:46',1474,NULL),(1553,35,'','',531,0,'2013-10-08 12:40:46',1476,NULL),(1554,108,'','',531,0,'2013-10-08 12:40:46',1479,NULL),(1555,9,'','',531,0,'2013-10-08 13:26:57',1480,NULL),(1556,77,'','',531,0,'2013-10-08 13:26:57',1480,NULL),(1557,57,'','',531,0,'2013-10-08 13:26:57',1482,NULL),(1558,132,'','',531,0,'2013-10-08 13:26:57',1482,NULL),(1559,56,'','',531,0,'2013-10-08 13:26:57',1482,NULL),(1560,68,'','',531,0,'2013-10-08 13:26:57',1485,NULL),(1561,35,'','',531,0,'2013-10-08 13:26:57',1489,NULL),(1562,36,'No Pathogen Isolated,##,##,,ced28d67b06b73cef37fc576168ca638aea85a4b','',504,0,'2013-10-10 00:00:00',1490,NULL),(1563,35,'CLEAR,LIGHT AMBER,6.0,1.030,TRACE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,[$][/$],##[$][/$],,/$],,ced28d67b06b73ce','',504,556,'2013-10-10 00:00:00',1490,'2013-10-14 15:03:14'),(1564,9,'','',531,0,'2013-10-08 13:34:07',1491,NULL),(1565,78,'23.0,47cf624cd84c5910fd6d6bee7301bf3a619dde22','',536,0,'2013-10-10 00:00:00',1493,NULL),(1566,69,'','',531,0,'2013-10-08 13:34:07',1493,NULL),(1567,93,'','',531,0,'2013-10-08 13:34:07',1496,NULL),(1568,9,'','',531,0,'2013-10-08 13:37:23',1497,NULL),(1569,28,',[$]AA[/$],,66e4858010390331af2cd976e5a12d1bc6951786','',504,0,'2013-10-10 00:00:00',1497,NULL),(1570,20,'NEGATIVE,66e4858010390331af2cd976e5a12d1bc6951786','',504,0,'2013-10-10 00:00:00',1497,NULL),(1571,9,'','',531,0,'2013-10-08 13:40:54',1498,NULL),(1572,22,'','',531,0,'2013-10-08 14:20:44',1499,NULL),(1573,9,'','',531,0,'2013-10-08 14:20:44',1499,NULL),(1574,9,'','',531,0,'2013-10-08 14:25:46',1500,NULL),(1575,70,'','',531,0,'2013-10-08 14:25:46',1500,NULL),(1576,35,'','',531,0,'2013-10-08 14:25:46',1502,NULL),(1577,108,'','',531,0,'2013-10-08 14:25:47',1505,NULL),(1578,22,'','',531,0,'2013-10-08 14:34:05',1506,NULL),(1579,9,'','',531,0,'2013-10-08 14:34:05',1506,NULL),(1580,19,'','',531,0,'2013-10-08 14:34:05',1506,NULL),(1581,108,'','',531,0,'2013-10-08 14:34:05',1508,NULL),(1582,9,'','',531,0,'2013-10-08 14:37:07',1509,NULL),(1583,35,'','',531,0,'2013-10-08 14:37:07',1511,NULL),(1584,9,'','',531,0,'2013-10-08 14:48:01',1512,NULL),(1585,19,'','',531,0,'2013-10-08 14:48:01',1512,NULL),(1586,134,'','',531,0,'2013-10-08 14:48:02',1514,NULL),(1587,123,'','',531,0,'2013-10-08 14:50:48',1515,NULL),(1588,35,'','',531,0,'2013-10-08 14:50:48',1517,NULL),(1589,27,'NON-REACTIVE,-,NEGATIVE,,149a3056ff0e8b3b5487c99a36124cc9d320fde2','',504,0,'2013-10-24 00:00:00',1520,NULL),(1590,108,'','',531,0,'2013-10-08 14:50:49',1520,NULL),(1591,9,'','',531,0,'2013-10-08 14:52:52',1521,NULL),(1592,18,'','',531,0,'2013-10-08 14:52:52',1521,NULL),(1593,35,'','',531,0,'2013-10-08 14:52:52',1523,NULL),(1594,65,'','',531,0,'2013-10-08 15:00:22',1524,NULL),(1595,9,'','',531,0,'2013-10-08 15:28:32',1525,NULL),(1596,19,'','',531,0,'2013-10-08 15:28:32',1525,NULL),(1597,18,'','',531,0,'2013-10-08 15:28:32',1525,NULL),(1598,57,'','',531,0,'2013-10-08 15:28:32',1527,NULL),(1599,133,'','',531,0,'2013-10-08 15:28:32',1527,NULL),(1600,56,'','',531,0,'2013-10-08 15:28:32',1527,NULL),(1601,35,'','',531,0,'2013-10-08 15:28:33',1530,NULL),(1602,37,'','',531,0,'2013-10-08 15:28:33',1534,NULL),(1603,107,'','',531,0,'2013-10-08 15:28:33',1539,NULL),(1604,9,'','',531,0,'2013-10-08 15:40:58',1540,NULL),(1605,19,'','',531,0,'2013-10-08 15:40:58',1540,NULL),(1606,35,'','',531,0,'2013-10-08 15:40:58',1542,NULL),(1607,107,'','',531,0,'2013-10-08 15:40:58',1545,NULL),(1608,28,',[$]AA[/$],,bd398e923bfc95b54ec466a911771c72aa6d4ed4','',504,0,'2013-10-10 00:00:00',1546,NULL),(1609,39,'','',531,0,'2013-10-08 15:50:03',1547,NULL),(1610,9,'','',531,0,'2013-10-08 15:54:14',1548,NULL),(1611,22,'','',531,0,'2013-10-08 16:09:27',1549,NULL),(1612,65,'','',531,0,'2013-10-08 16:09:27',1551,NULL),(1613,6,'','',531,0,'2013-10-08 16:09:27',1554,NULL),(1614,9,'','',531,0,'2013-10-08 16:12:01',1555,NULL),(1615,18,'','',531,0,'2013-10-08 16:12:01',1555,NULL),(1616,35,'','',531,0,'2013-10-08 16:12:01',1557,NULL),(1617,9,'','',531,0,'2013-10-08 16:18:24',1558,NULL),(1618,57,'','',531,0,'2013-10-08 16:18:24',1560,NULL),(1619,133,'','',531,0,'2013-10-08 16:18:24',1560,NULL),(1620,132,'','',531,0,'2013-10-08 16:18:24',1560,NULL),(1621,56,'','',531,0,'2013-10-08 16:18:24',1560,NULL),(1622,68,'','',531,0,'2013-10-08 16:18:24',1563,NULL),(1623,9,'','',531,0,'2013-10-08 16:20:16',1564,NULL),(1624,28,',[$]AA[/$],,346d59bc854e1f14e32ef28049ccb401551f1ab7','',504,0,'2013-10-10 00:00:00',1564,NULL),(1625,18,'','',531,0,'2013-10-08 16:24:11',1565,NULL),(1626,16,'','',531,0,'2013-10-08 16:24:11',1567,NULL),(1627,14,'','',531,0,'2013-10-08 16:24:11',1570,NULL),(1628,9,'','',531,0,'2013-10-08 16:29:23',1571,NULL),(1629,18,'','',531,0,'2013-10-08 16:29:23',1571,NULL),(1630,22,'','',531,0,'2013-10-08 16:32:24',1572,NULL),(1631,9,'','',531,0,'2013-10-08 16:32:24',1572,NULL),(1632,35,'','',531,0,'2013-10-08 16:32:25',1574,NULL),(1633,108,'','',531,0,'2013-10-08 16:32:25',1577,NULL),(1634,107,'','',531,0,'2013-10-08 16:32:25',1577,NULL),(1635,22,'','',531,0,'2013-10-08 16:36:31',1578,NULL),(1636,9,'','',531,0,'2013-10-08 16:36:31',1578,NULL),(1637,35,'','',531,0,'2013-10-08 16:36:32',1580,NULL),(1638,108,'','',531,0,'2013-10-08 16:36:32',1583,NULL),(1639,107,'','',531,0,'2013-10-08 16:36:32',1583,NULL),(1640,9,'','',531,0,'2013-10-08 16:39:05',1584,NULL),(1641,18,'','',531,0,'2013-10-08 16:39:05',1584,NULL),(1642,107,'','',531,0,'2013-10-08 16:39:06',1586,NULL),(1643,134,'','',531,0,'2013-10-08 16:40:19',1587,NULL),(1644,9,'','',531,0,'2013-10-08 17:26:25',1588,NULL),(1645,107,'','',531,0,'2013-10-08 17:26:25',1590,NULL),(1646,9,'','',531,0,'2013-10-08 17:37:16',1591,NULL),(1647,18,'','',531,0,'2013-10-08 17:37:16',1591,NULL),(1648,35,'','',531,0,'2013-10-08 17:37:17',1593,NULL),(1649,37,'','',531,0,'2013-10-08 17:37:17',1596,NULL),(1650,22,'','',531,0,'2013-10-08 17:41:09',1597,NULL),(1651,9,'','',531,0,'2013-10-08 17:41:09',1597,NULL),(1652,38,'','',531,0,'2013-10-08 17:50:01',1598,NULL),(1653,37,'','',531,0,'2013-10-08 17:50:01',1598,NULL),(1654,9,'7.1,4.85,11.8,34.5,71,24.3,34.1,328,60.5,9.1,27.7,1.5,1.2,,239eb156077dce7171cdcb6951634bc55e11028b','',504,0,'2013-10-10 00:00:00',1599,NULL),(1655,28,',[$]AA[/$],,239eb156077dce7171cdcb6951634bc55e11028b','',504,0,'2013-10-10 00:00:00',1599,NULL),(1656,35,'','',531,0,'2013-10-08 17:54:24',1601,NULL),(1657,9,'','',531,0,'2013-10-08 19:26:43',1602,NULL),(1658,22,'34,,d02d65d7b5bf193ec9e59905de0c0a0ca2b99fb4','',535,0,'2013-10-08 21:41:04',1603,NULL),(1659,9,',,,,,,,,,,,,,,d02d65d7b5bf193ec9e59905de0c0a0ca2b99fb4','',535,0,'2013-10-08 21:41:05',1603,NULL),(1660,9,'','',535,0,'2013-10-08 21:39:08',1604,NULL),(1661,37,'','',535,0,'2013-10-08 21:39:08',1606,NULL),(1662,97,'MUCO - PRURULENT,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,dcd5123d4350e654b1793855be38b532c4f8fb31','',555,0,'2013-10-28 08:00:00',1607,NULL),(1663,9,'','',535,0,'2013-10-08 21:43:45',1608,NULL),(1664,18,'','',535,0,'2013-10-08 21:43:45',1608,NULL),(1665,35,'','',535,0,'2013-10-08 21:43:45',1610,NULL),(1666,37,'','',535,0,'2013-10-08 21:43:45',1613,NULL),(1667,9,'','',535,0,'2013-10-08 21:48:12',1614,NULL),(1668,18,'','',535,0,'2013-10-08 21:48:12',1614,NULL),(1669,107,'','',535,0,'2013-10-08 21:48:12',1616,NULL),(1670,35,'','',535,0,'2013-10-08 21:48:13',1619,NULL),(1671,9,'','',535,0,'2013-10-08 21:50:21',1620,NULL),(1672,9,'','',535,0,'2013-10-08 21:53:10',1621,NULL),(1673,18,'','',535,0,'2013-10-08 21:53:10',1621,NULL),(1674,35,'','',535,0,'2013-10-08 21:53:10',1623,NULL),(1675,36,'No Bacteria Growth,##,##,,8406d7a6502a1d4c77c6d16f277e2d449bfb7390','',504,0,'2013-10-10 00:00:00',1624,NULL),(1676,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,$][/$],,8406d7a6502a1d4c77c6d16f277e2d44','',504,556,'2013-10-10 00:00:00',1624,'2013-10-14 15:03:15'),(1677,9,'','',535,0,'2013-10-08 21:57:39',1625,NULL),(1678,19,'','',535,0,'2013-10-08 21:57:39',1625,NULL),(1679,8,'','',535,0,'2013-10-08 22:00:04',1626,NULL),(1680,131,'','',535,0,'2013-10-08 22:00:04',1626,NULL),(1681,9,'','',535,0,'2013-10-08 22:01:43',1627,NULL),(1682,196,'','',535,0,'2013-10-08 22:06:00',1628,NULL),(1683,22,'','',535,0,'2013-10-08 22:06:00',1628,NULL),(1684,9,'','',535,0,'2013-10-08 22:06:00',1628,NULL),(1685,18,'','',535,0,'2013-10-08 22:06:00',1628,NULL),(1686,111,'NEGATIVE,a97fb1698ea63408fc6eb3dfd52fcb09411f2607','',504,0,'2013-10-14 00:00:00',1629,NULL),(1687,112,'','',535,0,'2013-10-08 22:08:59',1629,NULL),(1688,117,'','',535,0,'2013-10-08 22:08:59',1629,NULL),(1689,131,'','',535,0,'2013-10-08 22:08:59',1629,NULL),(1690,9,'','',535,0,'2013-10-08 22:13:47',1630,NULL),(1691,18,'','',535,0,'2013-10-08 22:13:47',1630,NULL),(1692,35,'','',535,0,'2013-10-08 22:13:47',1632,NULL),(1693,107,'','',535,0,'2013-10-08 22:13:47',1635,NULL),(1694,9,'','',535,0,'2013-10-08 22:16:08',1636,NULL),(1695,19,'','',535,0,'2013-10-08 22:16:08',1636,NULL),(1696,35,'','',535,0,'2013-10-08 22:16:08',1638,NULL),(1697,3,'','',535,0,'2013-10-08 22:16:09',1641,NULL),(1698,16,'POSITIVE,cc9f536aac1ff1384329e8da51eaa734653b471c','',504,0,'2013-10-10 00:00:00',1642,NULL),(1699,9,'','',535,0,'2013-10-08 22:20:26',1643,NULL),(1700,223,'','',535,0,'2013-10-08 22:21:52',1644,NULL),(1701,9,'','',535,0,'2013-10-08 22:23:47',1645,NULL),(1702,19,'','',535,0,'2013-10-08 22:23:47',1645,NULL),(1703,35,'','',535,0,'2013-10-08 22:23:47',1647,NULL),(1704,9,'','',535,0,'2013-10-08 22:25:43',1648,NULL),(1705,19,'','',535,0,'2013-10-08 22:25:43',1648,NULL),(1706,22,'','',535,0,'2013-10-08 22:27:15',1649,NULL),(1707,9,'','',535,0,'2013-10-08 22:27:15',1649,NULL),(1708,9,'','',535,0,'2013-10-08 22:29:27',1650,NULL),(1709,18,'','',535,0,'2013-10-08 22:29:27',1650,NULL),(1710,35,'','',535,0,'2013-10-08 22:29:27',1652,NULL),(1711,107,'','',535,0,'2013-10-08 22:29:27',1655,NULL),(1712,9,'','',535,0,'2013-10-08 22:32:27',1656,NULL),(1713,18,'','',535,0,'2013-10-08 22:32:27',1656,NULL),(1714,208,'','',535,0,'2013-10-08 22:34:36',1657,NULL),(1715,222,'','',535,0,'2013-10-08 22:36:33',1658,NULL),(1716,71,'','',535,0,'2013-10-08 22:36:33',1660,NULL),(1717,35,'','',535,0,'2013-10-08 22:36:33',1660,NULL),(1718,208,'','',535,0,'2013-10-08 22:38:31',1661,NULL),(1719,208,'','',535,0,'2013-10-08 22:39:16',1662,NULL),(1720,19,'','',535,0,'2013-10-08 22:40:40',1663,NULL),(1721,18,'','',535,0,'2013-10-08 22:40:40',1663,NULL),(1722,222,'','',535,0,'2013-10-08 22:40:40',1663,NULL),(1723,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,ec509a0104c2d37e42215265f4881a70506d2ba1','',535,0,'2013-10-09 00:00:00',1664,NULL),(1724,222,'','',535,0,'2013-10-08 22:42:09',1664,NULL),(1725,107,'1#20,1#20,ec509a0104c2d37e42215265f4881a70506d2ba1','',535,504,'2013-10-09 00:00:00',1666,'2013-10-22 16:22:57'),(1726,18,'','',535,0,'2013-10-08 22:44:15',1667,NULL),(1727,222,'','',535,0,'2013-10-08 22:44:15',1667,NULL),(1728,107,'1#20,1#20,1a37fc58150bb33a8929ec8e90c8b2ec2539b46c','',535,504,'2013-10-08 00:00:00',1669,'2013-10-22 16:22:57'),(1729,21,'','',535,0,'2013-10-08 22:46:30',1670,NULL),(1730,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,452b672d0cb3348c822b7ed489ef0d297ab869e1','',535,0,'2013-10-09 00:00:00',1671,NULL),(1731,222,'','',504,0,'2013-10-09 00:05:16',1671,NULL),(1732,19,'NEGATIVE,,21c67007a32331544f0220b8d5ae4a4175fbe8af','',535,0,'2013-10-09 00:00:00',1672,NULL),(1733,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,21c67007a32331544f0220b8d5ae4a4175fbe8af','',535,0,'2013-10-09 00:00:00',1672,NULL),(1734,222,'','',551,0,'2013-10-09 00:31:36',1672,NULL),(1735,9,'','',551,0,'2013-10-09 03:32:34',1673,NULL),(1736,18,'','',551,0,'2013-10-09 03:32:34',1673,NULL),(1737,68,'','',551,0,'2013-10-09 07:28:24',1674,NULL),(1738,135,'','',534,0,'2013-10-09 08:30:09',1675,NULL),(1739,9,'','',534,0,'2013-10-09 08:34:32',1676,NULL),(1740,36,'','',534,0,'2013-10-09 08:34:33',1678,NULL),(1741,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,$][/$],,f0b450a80d05eecaabaa43ccee91fb5e','',555,556,'2013-10-09 00:00:00',1678,'2013-10-14 15:03:15'),(1742,9,'','',534,0,'2013-10-09 08:37:30',1679,NULL),(1743,223,'','',534,0,'2013-10-09 08:37:30',1679,NULL),(1744,131,',,,,,,,,,f321fc4a90de86a910231df4cc044db60a6374fd','',556,0,'2013-10-09 14:35:00',1681,NULL),(1745,11,'18.0,[$][/$],[$][/$],##,,f321fc4a90de86a910231df4cc044db60a6374fd','',555,556,'2013-10-09 00:00:00',1681,'2013-10-09 14:35:00'),(1746,12,'32,,f321fc4a90de86a910231df4cc044db60a6374fd','',555,556,'2013-10-09 00:00:00',1684,'2013-10-09 14:31:50'),(1747,132,'','',534,0,'2013-10-09 08:39:46',1685,NULL),(1748,68,'','',534,0,'2013-10-09 08:39:46',1687,NULL),(1749,9,'','',534,0,'2013-10-09 08:42:43',1688,NULL),(1750,18,'##[$][/$],[$]NO MALARIA PARASITES SEEN[/$],,,43874a44a36635e891645cede448a926dccba341','',555,0,'2013-10-09 00:00:00',1688,NULL),(1751,68,'5.3,,,,43874a44a36635e891645cede448a926dccba341','',555,0,'2013-10-09 00:00:00',1690,NULL),(1752,107,'1#20,1#20,43874a44a36635e891645cede448a926dccba341','',555,504,'2013-10-09 00:00:00',1690,'2013-10-22 16:22:57'),(1753,36,'','',534,0,'2013-10-09 08:42:44',1693,NULL),(1754,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,43874a44a36635e891645cede448a','',555,556,'2013-10-09 00:00:00',1693,'2013-10-14 15:03:15'),(1755,16,'POSITIVE,43874a44a36635e891645cede448a926dccba341','',555,0,'2013-10-09 00:00:00',1697,NULL),(1756,14,'','',534,0,'2013-10-09 08:42:44',1702,NULL),(1757,9,'','',534,0,'2013-10-09 08:44:34',1703,NULL),(1758,19,'POSITIVE,,2685614738accc1850b58877959726787e6e7eba','',555,0,'2013-10-09 00:00:00',1703,NULL),(1759,18,'##[$][/$],[$]MALARIA PARASITES PRESENT (+++)[/$],,,2685614738accc1850b58877959726787e6e7eba','',555,0,'2013-10-09 00:00:00',1703,NULL),(1760,9,'','',534,0,'2013-10-09 08:48:11',1704,NULL),(1761,19,'','',534,0,'2013-10-09 08:48:11',1704,NULL),(1762,57,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1763,133,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1764,113,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1765,131,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1766,132,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1767,92,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1768,56,'','',534,0,'2013-10-09 08:48:11',1706,NULL),(1769,68,'','',534,0,'2013-10-09 08:48:11',1709,NULL),(1770,107,'','',534,0,'2013-10-09 08:48:11',1709,NULL),(1771,35,'','',534,0,'2013-10-09 08:48:12',1713,NULL),(1772,37,'','',534,0,'2013-10-09 08:48:12',1718,NULL),(1773,9,'','',534,0,'2013-10-09 08:51:07',1719,NULL),(1774,70,'','',534,0,'2013-10-09 08:51:07',1719,NULL),(1775,35,'','',534,0,'2013-10-09 08:51:07',1721,NULL),(1776,108,'','',534,0,'2013-10-09 08:51:07',1724,NULL),(1777,37,'BROWN,SEMI FORMED,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9958bea684bead7fe301193e7fcf65910e082b3d','CONTENT:',556,556,'2013-10-09 10:47:25',1725,'2013-10-09 10:48:07'),(1778,9,'','',534,0,'2013-10-09 08:57:53',1726,NULL),(1779,70,'','',534,0,'2013-10-09 08:57:53',1726,NULL),(1780,35,'','',534,0,'2013-10-09 08:57:53',1728,NULL),(1781,108,'','',534,0,'2013-10-09 08:57:53',1731,NULL),(1782,68,'','',534,0,'2013-10-09 09:01:03',1732,NULL),(1783,68,'','',534,0,'2013-10-09 09:03:36',1733,NULL),(1784,35,'','',534,0,'2013-10-09 09:03:36',1735,NULL),(1785,9,'','',534,0,'2013-10-09 09:06:55',1736,NULL),(1786,19,'','',534,0,'2013-10-09 09:06:55',1736,NULL),(1787,57,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1788,133,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1789,113,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1790,131,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1791,132,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1792,92,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1793,56,'','',534,0,'2013-10-09 09:06:58',1738,NULL),(1794,68,'','',534,0,'2013-10-09 09:06:58',1741,NULL),(1795,107,'','',534,0,'2013-10-09 09:06:58',1741,NULL),(1796,35,'','',534,0,'2013-10-09 09:06:59',1745,NULL),(1797,37,'','',534,0,'2013-10-09 09:06:59',1750,NULL),(1798,9,'','',534,0,'2013-10-09 09:09:34',1751,NULL),(1799,19,'','',534,0,'2013-10-09 09:09:34',1751,NULL),(1800,57,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1801,133,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1802,113,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1803,131,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1804,132,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1805,92,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1806,56,'','',534,0,'2013-10-09 09:09:34',1753,NULL),(1807,68,'','',534,0,'2013-10-09 09:09:34',1756,NULL),(1808,107,'','',534,0,'2013-10-09 09:09:34',1756,NULL),(1809,35,'','',534,0,'2013-10-09 09:09:34',1760,NULL),(1810,37,'','',534,0,'2013-10-09 09:09:35',1765,NULL),(1811,9,'','',534,0,'2013-10-09 09:12:11',1766,NULL),(1812,57,'','',534,0,'2013-10-09 09:12:11',1768,NULL),(1813,133,'','',534,0,'2013-10-09 09:12:11',1768,NULL),(1814,132,'','',534,0,'2013-10-09 09:12:11',1768,NULL),(1815,68,'','',534,0,'2013-10-09 09:12:11',1771,NULL),(1816,35,'','',534,0,'2013-10-09 09:12:12',1775,NULL),(1817,9,'','',534,0,'2013-10-09 09:14:50',1776,NULL),(1818,19,'','',534,0,'2013-10-09 09:14:50',1776,NULL),(1819,57,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1820,133,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1821,113,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1822,131,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1823,132,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1824,92,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1825,56,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1826,107,'','',534,0,'2013-10-09 09:14:51',1778,NULL),(1827,68,'','',534,0,'2013-10-09 09:14:51',1781,NULL),(1828,35,'','',534,0,'2013-10-09 09:14:51',1785,NULL),(1829,37,'','',534,0,'2013-10-09 09:14:51',1790,NULL),(1830,9,'','',534,0,'2013-10-09 09:18:24',1791,NULL),(1831,19,'','',534,0,'2013-10-09 09:18:24',1791,NULL),(1832,57,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1833,133,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1834,113,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1835,131,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1836,132,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1837,92,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1838,56,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1839,107,'','',534,0,'2013-10-09 09:18:25',1793,NULL),(1840,68,'','',534,0,'2013-10-09 09:18:25',1796,NULL),(1841,35,'','',534,0,'2013-10-09 09:18:25',1800,NULL),(1842,37,'','',534,0,'2013-10-09 09:18:25',1805,NULL),(1843,77,'','',534,0,'2013-10-09 09:23:41',1806,NULL),(1844,57,'','',534,0,'2013-10-09 09:23:41',1808,NULL),(1845,133,'','',534,0,'2013-10-09 09:23:41',1808,NULL),(1846,56,'','',534,0,'2013-10-09 09:23:41',1808,NULL),(1847,9,'','',534,0,'2013-10-09 09:27:21',1809,NULL),(1848,19,'NEGATIVE,,6a9668ded6db959081029f5e20ef5a963bc697c3','',555,0,'2013-10-09 00:00:00',1809,NULL),(1849,68,'5.3,,,,6a9668ded6db959081029f5e20ef5a963bc697c3','',555,0,'2013-10-09 00:00:00',1811,NULL),(1850,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,$][/$],##[$][/$],,$],,6a9668ded6db959081','',555,556,'2013-10-09 00:00:00',1814,'2013-10-14 15:03:15'),(1851,9,'','',534,0,'2013-10-09 09:28:39',1815,NULL),(1852,37,'','',534,0,'2013-10-09 09:30:10',1816,NULL),(1853,68,'','',534,0,'2013-10-09 09:31:40',1817,NULL),(1854,35,'','',534,0,'2013-10-09 09:31:40',1819,NULL),(1855,57,'','',534,0,'2013-10-09 09:33:47',1820,NULL),(1856,133,'','',534,0,'2013-10-09 09:33:47',1820,NULL),(1857,131,'','',534,0,'2013-10-09 09:33:47',1820,NULL),(1858,132,'','',534,0,'2013-10-09 09:33:47',1820,NULL),(1859,92,'','',534,0,'2013-10-09 09:33:47',1820,NULL),(1860,68,'','',534,0,'2013-10-09 09:33:47',1822,NULL),(1861,9,'','',534,0,'2013-10-09 09:35:40',1823,NULL),(1862,19,'','',534,0,'2013-10-09 09:35:40',1823,NULL),(1863,57,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1864,133,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1865,113,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1866,131,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1867,132,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1868,92,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1869,56,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1870,108,'','',534,0,'2013-10-09 09:35:40',1825,NULL),(1871,35,'','',534,0,'2013-10-09 09:35:41',1828,NULL),(1872,37,'','',534,0,'2013-10-09 09:35:41',1832,NULL),(1873,21,'B,POSITIVE,,c9780b957f079f7ae6d64c4103e10d6a83860bb4','',556,556,'2013-10-09 11:13:35',1833,'2013-10-09 11:18:52'),(1874,9,',,,,,,,,,,,,,,c9780b957f079f7ae6d64c4103e10d6a83860bb4','',556,0,'2013-10-09 11:13:35',1833,NULL),(1875,132,'','',534,0,'2013-10-09 09:48:20',1834,NULL),(1876,40,'','',534,0,'2013-10-09 10:12:56',1835,NULL),(1877,22,'','',534,0,'2013-10-09 10:16:32',1836,NULL),(1878,9,'','',534,0,'2013-10-09 10:16:32',1836,NULL),(1879,70,'','',534,0,'2013-10-09 10:16:32',1836,NULL),(1880,35,'','',534,0,'2013-10-09 10:16:33',1838,NULL),(1881,108,'','',534,0,'2013-10-09 10:16:33',1841,NULL),(1882,107,'','',534,0,'2013-10-09 10:16:33',1841,NULL),(1883,22,'11,,a7706f11abc6a5c3e8076102290292944832b9fe','',534,0,'2013-10-09 00:00:00',1842,NULL),(1884,9,'5.1,4.27,13.1,37.3,87,30.8,35.2,265,45.4,4.7,45.5,2.9,0.5,,a7706f11abc6a5c3e8076102290292944832b9fe','',534,0,'2013-10-09 00:00:00',1842,NULL),(1885,9,'6.7,4.58,8.6,27.8,61,18.7,30.8,296,27.1,6.7,65.1,0.8,0.3,,48defbf642094cadd9d13abe37725140cc8d8f03','',534,0,'2013-10-09 00:00:00',1843,NULL),(1886,19,'NEGATIVE,,48defbf642094cadd9d13abe37725140cc8d8f03','',534,0,'2013-10-09 00:00:00',1843,NULL),(1887,18,'##[$]-[/$],[$]NO MALARIA PARASITES SEEN[/$],,,48defbf642094cadd9d13abe37725140cc8d8f03','',534,0,'2013-10-09 00:00:00',1843,NULL),(1888,70,',,48defbf642094cadd9d13abe37725140cc8d8f03','',534,0,'2013-10-09 00:00:00',1843,NULL),(1889,71,'NEGATIVE,,48defbf642094cadd9d13abe37725140cc8d8f03','',534,0,'2013-10-09 00:00:00',1845,NULL),(1890,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,48defbf642094cadd9d13abe37725','',534,556,'2013-10-09 00:00:00',1845,'2013-10-14 15:03:15'),(1891,107,'1#20,1#20,48defbf642094cadd9d13abe37725140cc8d8f03','',534,504,'2013-10-09 00:00:00',1848,'2013-10-22 16:22:57'),(1892,131,'','',534,0,'2013-10-09 10:24:18',1849,NULL),(1893,9,'','',534,0,'2013-10-09 10:27:18',1850,NULL),(1894,22,'75,,85815243f1d2bdf24f725a7ee26a955473604e57','',534,0,'2013-10-09 00:00:00',1851,NULL),(1895,9,'6.9,4.95,13.3,38.5,78,26.8,34.5,363,30.6,7.4,59.3,2.4,0.3,,85815243f1d2bdf24f725a7ee26a955473604e57','',534,0,'2013-10-09 00:00:00',1851,NULL),(1896,9,'','',534,0,'2013-10-09 10:32:27',1852,NULL),(1897,19,'','',534,0,'2013-10-09 10:32:27',1852,NULL),(1898,57,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1899,133,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1900,113,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1901,131,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1902,132,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1903,92,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1904,56,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1905,107,'','',534,0,'2013-10-09 10:32:28',1854,NULL),(1906,68,'','',534,0,'2013-10-09 10:32:28',1857,NULL),(1907,35,'','',534,0,'2013-10-09 10:32:28',1861,NULL),(1908,37,'','',534,0,'2013-10-09 10:32:28',1866,NULL),(1909,21,'','',534,0,'2013-10-09 10:37:24',1867,NULL),(1910,9,'','',534,0,'2013-10-09 10:37:24',1867,NULL),(1911,20,'','',534,0,'2013-10-09 10:37:24',1867,NULL),(1912,113,'','',534,0,'2013-10-09 10:37:24',1869,NULL),(1913,117,'','',534,0,'2013-10-09 10:37:24',1869,NULL),(1914,128,'','',534,0,'2013-10-09 10:37:24',1869,NULL),(1915,68,'','',534,0,'2013-10-09 10:37:24',1872,NULL),(1916,9,',,,,,,,,,,,,,,2c502b44f8410bc4eb9cb6b4b121cbff40f42976','',504,0,'2013-10-23 10:29:01',1873,NULL),(1917,18,'[$]NO MALARIA PARASITES SEEN[/$],,,2c502b44f8410bc4eb9cb6b4b121cbff40f42976','',504,0,'2013-10-23 10:29:01',1873,NULL),(1918,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2c502b44f8410bc4eb9cb6b4b121cbff40f42976','',534,504,'2013-10-17 00:00:00',1875,'2013-10-22 16:18:23'),(1919,9,'15.3,5.58,15.0,44.2,79,26.9,34.0,185,13.3,7.9,75.7,2.6,0.5,,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',534,0,'2013-10-09 00:00:00',1876,NULL),(1920,18,'##[$]-[/$],[$]NO MALARIA PARASITES SEEN[/$],,,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',534,0,'2013-10-09 00:00:00',1876,NULL),(1921,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,efe8f4dd177c86a1e7551fe74189','',555,556,'2013-10-09 00:00:00',1878,'2013-10-14 15:03:15'),(1922,107,'1#20,1#20,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',534,504,'2013-10-09 00:00:00',1881,'2013-10-22 16:22:57'),(1923,9,'6.2,5.66,14.9,44.0,78,26.4,33.9,256,34.9,6.1,54.7,3.8,0.5,,6c92df381d48f5068f912e938464f4c3e3af353e','',555,0,'2013-10-09 00:00:00',1882,NULL),(1924,70,',,6c92df381d48f5068f912e938464f4c3e3af353e','',555,0,'2013-10-09 00:00:00',1882,NULL),(1925,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,6c92df381d48f5068f912e938464','',555,556,'2013-10-09 00:00:00',1884,'2013-10-14 15:03:15'),(1926,108,'NON - REACTIVE,6c92df381d48f5068f912e938464f4c3e3af353e','',555,0,'2013-10-09 00:00:00',1887,NULL),(1927,9,'','',534,0,'2013-10-09 10:48:57',1888,NULL),(1928,27,'NON-REACTIVE,-,NEGATIVE,,f4bf395dc5c9eea65deb919dba4085b854ad7feb','',535,0,'2013-10-24 00:00:00',1888,NULL),(1929,68,'','',534,0,'2013-10-09 10:48:57',1890,NULL),(1930,9,'','',534,0,'2013-10-09 10:51:46',1891,NULL),(1931,57,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1932,133,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1933,113,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1934,131,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1935,132,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1936,92,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1937,56,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1938,107,'','',534,0,'2013-10-09 10:51:46',1893,NULL),(1939,35,'','',534,0,'2013-10-09 10:51:46',1896,NULL),(1940,37,'','',534,0,'2013-10-09 10:51:46',1900,NULL),(1941,68,'','',534,0,'2013-10-09 10:51:47',1905,NULL),(1942,8,'','',534,0,'2013-10-09 10:54:40',1906,NULL),(1943,131,'','',534,0,'2013-10-09 10:54:40',1906,NULL),(1944,9,'','',534,0,'2013-10-09 10:57:08',1907,NULL),(1945,19,'NEGATIVE,,584cb6bda1f2305b0fe0126046293fb69625dfec','',555,0,'2013-10-09 00:00:00',1907,NULL),(1946,18,'##[$]-[/$],[$]NO MALARIA SEEN[/$],,,584cb6bda1f2305b0fe0126046293fb69625dfec','',555,0,'2013-10-09 00:00:00',1907,NULL),(1947,35,'','',534,0,'2013-10-09 10:57:09',1909,NULL),(1948,107,'1#20,1#20,584cb6bda1f2305b0fe0126046293fb69625dfec','',555,504,'2013-10-09 00:00:00',1912,'2013-10-22 16:22:57'),(1949,77,'','',534,0,'2013-10-09 11:00:09',1913,NULL),(1950,68,'','',534,0,'2013-10-09 11:00:09',1915,NULL),(1951,71,'NEGATIVE,,cec725b266f5678165eef53514800419f1cb1cdb','',555,0,'2013-10-09 00:00:00',1916,NULL),(1952,9,'','',534,0,'2013-10-09 11:17:12',1917,NULL),(1953,112,'','',534,0,'2013-10-09 11:17:12',1919,NULL),(1954,117,'','',534,0,'2013-10-09 11:17:12',1919,NULL),(1955,131,'','',534,0,'2013-10-09 11:17:12',1919,NULL),(1956,132,'','',534,0,'2013-10-09 11:17:12',1919,NULL),(1957,9,'7.5,4.64,12.2,35.7,77,26.2,34.1,263,12.9,3.0,83.2,0.5,0.4,,61b516fdbc2cf5996f12c10540f0d79f4cc96a4a','',534,0,'2013-10-09 00:00:00',1920,NULL),(1958,18,'##[$]-[/$],[$]NO MALARIA PARASITES SEEN[/$],,,61b516fdbc2cf5996f12c10540f0d79f4cc96a4a','',534,0,'2013-10-09 00:00:00',1920,NULL),(1959,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,[/$],##[$][/$],,,,61b516fdbc2cf5996f12c1','',534,556,'2013-10-09 00:00:00',1922,'2013-10-14 15:03:15'),(1960,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,61b516fdbc2cf5996f12c10540f0d79f4cc96a4a','',534,0,'2013-10-09 00:00:00',1925,NULL),(1961,36,'','',534,0,'2013-10-09 11:21:09',1926,NULL),(1962,35,'','',534,0,'2013-10-09 11:21:09',1926,NULL),(1963,9,'','',534,0,'2013-10-09 11:26:12',1927,NULL),(1964,108,'','',534,0,'2013-10-09 11:26:12',1929,NULL),(1965,35,'','',534,0,'2013-10-09 11:26:13',1932,NULL),(1966,9,'3.8,4.56,13.6,38.5,84,29.9,35.5,88,49.2,4.9,43.3,2.4,0.2,,8237aa61e9c396db22458d65a05088d7fe89804f','',555,0,'2013-10-09 00:00:00',1933,NULL),(1967,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,8237aa61e9c396db22458d65a050','',555,556,'2013-10-09 00:00:00',1935,'2013-10-14 15:03:15'),(1968,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2895df7295a1c0b27b9acb7a692b3f43fce1a007','',555,0,'2013-10-09 00:00:00',1936,NULL),(1969,9,'','',534,0,'2013-10-09 11:41:23',1937,NULL),(1970,18,'##[$]-[/$],[$]NO MALARIA PARASITES SEEN[/$],,,e916ec78455a6199a71e5f3f28f6913768e24b3b','',555,0,'2013-10-09 00:00:00',1937,NULL),(1971,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,e916ec78455a6199a71e5f3f28f6','',555,556,'2013-10-09 00:00:00',1939,'2013-10-14 15:03:15'),(1972,133,'','',534,0,'2013-10-09 11:45:43',1940,NULL),(1973,78,'','',534,0,'2013-10-09 11:49:42',1941,NULL),(1974,132,'','',534,0,'2013-10-09 11:49:42',1941,NULL),(1975,69,'','',534,0,'2013-10-09 11:49:42',1941,NULL),(1976,38,'','',534,0,'2013-10-09 11:52:22',1942,NULL),(1977,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Intestinal flagellates,Not Seen,Not Seen,,731b3063e2a87c4218deecc5fdfae4d1ed32c84e','',555,0,'2013-10-09 00:00:00',1942,NULL),(1978,9,'5.5,4.80,13.6,39.6,82,28.4,34.5,153,35.3,10.7,49.9,3.5,0.6,,dd2c1751508afdcced3665ab5bd02050738fbdf2','',555,0,'2013-10-09 00:00:00',1943,NULL),(1979,9,'','',534,0,'2013-10-09 11:58:31',1944,NULL),(1980,37,'','',534,0,'2013-10-09 11:58:31',1946,NULL),(1981,22,'','',534,0,'2013-10-09 12:10:30',1947,NULL),(1982,27,'','',534,0,'2013-10-09 12:10:30',1949,NULL),(1983,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,90c7dce1c310cdeea3359f9e202cfbf18b0b3ab5','',531,0,'2013-10-14 00:00:00',1952,NULL),(1984,37,'','',534,0,'2013-10-09 12:10:30',1956,NULL),(1985,36,'','',534,0,'2013-10-09 12:20:05',1957,NULL),(1986,35,'','',534,0,'2013-10-09 12:20:05',1957,NULL),(1987,22,'1,5a36193e77901594e78f6026afd9d4089788d8ed','',537,0,'2013-10-24 00:00:00',1958,NULL),(1988,9,'','',534,0,'2013-10-09 12:31:07',1958,NULL),(1989,35,'CLEAR,AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5a36193e77901594e78f6026afd9d4089788d8ed','',537,0,'2013-10-24 00:00:00',1960,NULL),(1990,128,'','',534,0,'2013-10-09 12:31:07',1963,NULL),(1991,108,'NON - REACTIVE,5a36193e77901594e78f6026afd9d4089788d8ed','',537,0,'2013-10-24 00:00:00',1963,NULL),(1992,3,'','',534,0,'2013-10-09 12:37:37',1964,NULL),(1993,9,'','',534,0,'2013-10-09 12:43:29',1965,NULL),(1994,3,'','',534,0,'2013-10-09 12:43:29',1967,NULL),(1995,57,'','',537,0,'2013-10-09 12:43:51',1968,NULL),(1996,133,'','',537,0,'2013-10-09 12:43:51',1968,NULL),(1997,132,'','',537,0,'2013-10-09 12:43:51',1968,NULL),(1998,56,'','',537,0,'2013-10-09 12:43:51',1968,NULL),(1999,9,'','',534,0,'2013-10-09 12:52:21',1969,NULL),(2000,57,'','',534,0,'2013-10-09 12:52:21',1971,NULL),(2001,133,'','',534,0,'2013-10-09 12:52:21',1971,NULL),(2002,56,'','',534,0,'2013-10-09 12:52:21',1971,NULL),(2003,35,'','',534,0,'2013-10-09 12:52:22',1974,NULL),(2004,27,'','',534,0,'2013-10-09 12:56:58',1975,NULL),(2005,37,'','',534,0,'2013-10-09 13:13:08',1976,NULL),(2006,9,'','',534,0,'2013-10-09 13:17:19',1977,NULL),(2007,18,'','',534,0,'2013-10-09 13:17:19',1977,NULL),(2008,107,'','',534,0,'2013-10-09 13:17:20',1979,NULL),(2009,35,'','',534,0,'2013-10-09 13:17:20',1982,NULL),(2010,22,'','',534,0,'2013-10-09 13:29:19',1983,NULL),(2011,9,'','',534,0,'2013-10-09 13:29:19',1983,NULL),(2012,19,'','',534,0,'2013-10-09 13:29:19',1983,NULL),(2013,18,'','',534,0,'2013-10-09 13:29:19',1983,NULL),(2014,128,'','',534,0,'2013-10-09 13:29:20',1985,NULL),(2015,9,'','',534,0,'2013-10-09 13:40:52',1986,NULL),(2016,35,'','',534,0,'2013-10-09 13:40:52',1988,NULL),(2017,112,'NEGATIVE,,46ffccb7a50898013cd3c1bc15f912bb7bcee007','',534,0,'2013-10-09 00:00:00',1989,NULL),(2018,117,'NEGATIVE,46ffccb7a50898013cd3c1bc15f912bb7bcee007','',534,0,'2013-10-09 00:00:00',1989,NULL),(2019,27,'NON-REACTIVE,-,NEGATIVE,,46ffccb7a50898013cd3c1bc15f912bb7bcee007','',534,504,'2013-10-09 00:00:00',1989,'2013-10-22 16:21:39'),(2020,9,'','',534,0,'2013-10-09 14:19:52',1990,NULL),(2021,9,'6.3,5.48,17.0,49.3,90,31.0,34.5,259,27.8,9.6,60.0,1.3,0.7,,e32766418ad93a5c125de4a536e9ec679fba9a54','',534,0,'2013-10-09 00:00:00',1991,NULL),(2022,37,'','',534,0,'2013-10-09 14:23:42',1993,NULL),(2023,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,e32766418ad93a5c125de4a536e9','',534,556,'2013-10-09 00:00:00',1996,'2013-10-14 15:03:15'),(2024,9,'6.8,5.78,14.9,43.7,76,25.7,34.0,289,32.1,4.9,61.3,1.2,0.5,,5b7c438104dd4c6366d1cde4e2368fe22951a199','',534,0,'2013-10-09 00:00:00',1997,NULL),(2025,18,'[$]NO MALARIA PARASITES SEEN[/$],,,5b7c438104dd4c6366d1cde4e2368fe22951a199','',534,0,'2013-10-09 00:00:00',1997,NULL),(2026,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,5b7c438104dd4c6366d1cde4e2368','',534,556,'2013-10-09 00:00:00',1999,'2013-10-14 15:03:15'),(2027,9,'','',534,0,'2013-10-09 14:43:13',2000,NULL),(2028,18,'[$]NO MALARIA PARASITES SEEN[/$],,,7e18a46ddd4c47329ba2432c7eaba5b253ca08b5','',534,0,'2013-10-09 00:00:00',2000,NULL),(2029,112,'POSITIVE,,7e18a46ddd4c47329ba2432c7eaba5b253ca08b5','',534,0,'2013-10-09 00:00:00',2002,NULL),(2030,117,'NEGATIVE,7e18a46ddd4c47329ba2432c7eaba5b253ca08b5','',534,0,'2013-10-09 00:00:00',2002,NULL),(2031,107,'1#20,1#20,7e18a46ddd4c47329ba2432c7eaba5b253ca08b5','',534,504,'2013-10-09 00:00:00',2002,'2013-10-22 16:22:57'),(2032,83,'','',534,0,'2013-10-09 14:46:59',2003,NULL),(2033,71,'','',534,0,'2013-10-09 14:46:59',2005,NULL),(2034,71,'','',534,0,'2013-10-09 14:50:33',2006,NULL),(2035,35,'','',534,0,'2013-10-09 14:50:33',2006,NULL),(2036,9,'4.2,4.85,12.5,36.4,75,25.2,33.5,176,47.3,10.5,40.3,1.5,0.4,,5e323a0b8fc86825dd62660ce960efd06a8e9449','',534,0,'2013-10-09 00:00:00',2007,NULL),(2037,18,'[$]NO MALARIA PARASITES SEEN[/$],,,5e323a0b8fc86825dd62660ce960efd06a8e9449','',534,0,'2013-10-09 00:00:00',2007,NULL),(2038,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,5e323a0b8fc86825dd62660ce960e','',534,556,'2013-10-09 00:00:00',2009,'2013-10-14 15:03:15'),(2039,107,'1#20,1#20,5e323a0b8fc86825dd62660ce960efd06a8e9449','',534,504,'2013-10-09 00:00:00',2012,'2013-10-22 16:22:57'),(2040,9,'','',534,0,'2013-10-09 15:01:43',2013,NULL),(2041,135,'','',534,0,'2013-10-09 15:01:47',2015,NULL),(2042,9,'','',534,0,'2013-10-09 15:06:13',2016,NULL),(2043,9,'','',534,0,'2013-10-09 15:13:05',2017,NULL),(2044,18,'','',534,0,'2013-10-09 15:13:05',2017,NULL),(2045,37,'','',534,0,'2013-10-09 15:13:05',2019,NULL),(2046,9,'','',534,0,'2013-10-09 15:29:25',2020,NULL),(2047,16,'POSITIVE,65a7387b8d3b2dc29af7aa9ec759243346885739','',553,0,'2013-10-09 00:00:00',2022,NULL),(2048,22,'24,,dae6b25800a78b5af823b582f1b37a55e5c491c9','',504,0,'2013-10-10 00:00:00',2023,NULL),(2049,9,'7.2,4.54,12.7,37.0,81,27.9,34.3,296,27.1,8.1,62.9,1.5,0.4,,dae6b25800a78b5af823b582f1b37a55e5c491c9','',504,0,'2013-10-10 00:00:00',2023,NULL),(2050,9,'','',534,0,'2013-10-09 15:40:28',2024,NULL),(2051,18,'','',534,0,'2013-10-09 15:40:28',2024,NULL),(2052,36,'','',534,0,'2013-10-09 15:40:28',2026,NULL),(2053,35,'','',534,0,'2013-10-09 15:40:28',2026,NULL),(2054,16,'','',534,0,'2013-10-09 15:40:28',2029,NULL),(2055,107,'','',534,0,'2013-10-09 15:40:28',2029,NULL),(2056,97,'MUCO - PRURULENT,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,9d5a91bfb73b093ff983ab0fadadecc6ab839802','',504,0,'2013-10-14 00:00:00',2030,NULL),(2057,132,'','',541,0,'2013-10-09 15:54:25',2031,NULL),(2058,92,'','',541,0,'2013-10-09 15:54:25',2031,NULL),(2059,70,'','',541,0,'2013-10-09 15:54:25',2031,NULL),(2060,61,'','',541,0,'2013-10-09 15:54:25',2031,NULL),(2061,218,'','',534,0,'2013-10-09 16:02:59',2032,NULL),(2062,210,'','',534,0,'2013-10-09 16:07:58',2033,NULL),(2063,92,'','',534,0,'2013-10-09 16:11:59',2034,NULL),(2064,9,'','',534,0,'2013-10-09 16:16:37',2035,NULL),(2065,128,'','',534,0,'2013-10-09 16:16:37',2037,NULL),(2066,35,'','',534,0,'2013-10-09 16:16:38',2040,NULL),(2067,83,'','',534,0,'2013-10-09 16:47:04',2041,NULL),(2068,9,'','',534,0,'2013-10-09 16:52:31',2042,NULL),(2069,18,'','',534,0,'2013-10-09 16:52:31',2042,NULL),(2070,35,'','',534,0,'2013-10-09 16:52:31',2044,NULL),(2071,112,'','',534,0,'2013-10-09 16:52:32',2047,NULL),(2072,27,'NON-REACTIVE,-,NEGATIVE,,ad87f4a29ded65e07d1a458cf5ad36a6850749d8','',535,0,'2013-10-24 00:00:00',2047,NULL),(2073,108,'','',534,0,'2013-10-09 16:52:32',2047,NULL),(2074,9,'','',534,0,'2013-10-09 16:55:57',2048,NULL),(2075,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cd87e9f8e5059703f2885b1fac1f1871244ae5e6','',552,0,'2013-11-07 08:00:00',2048,NULL),(2076,9,'','',531,0,'2013-10-09 17:12:56',2049,NULL),(2077,35,'','',531,0,'2013-10-09 17:12:56',2051,NULL),(2078,21,'','',531,0,'2013-10-09 18:03:51',2052,NULL),(2079,9,'','',531,0,'2013-10-09 18:03:51',2052,NULL),(2080,18,'','',531,0,'2013-10-09 18:03:51',2052,NULL),(2081,20,'','',531,0,'2013-10-09 18:03:51',2052,NULL),(2082,35,'','',531,0,'2013-10-09 18:03:51',2054,NULL),(2083,9,'','',531,0,'2013-10-09 18:21:46',2055,NULL),(2084,25,'NO DEFECT,,756266ce117ee9717962a5cf094a3ea8321c0199','',552,0,'2013-10-30 08:00:00',2055,NULL),(2085,18,'[$]NO MALARIA PARASITES SEEN[/$],-,756266ce117ee9717962a5cf094a3ea8321c0199','',552,0,'2013-10-30 08:00:00',2055,NULL),(2086,112,'NEGATIVE,,756266ce117ee9717962a5cf094a3ea8321c0199','',552,0,'2013-10-30 08:00:00',2057,NULL),(2087,27,'NON-REACTIVE,-,NEGATIVE,,756266ce117ee9717962a5cf094a3ea8321c0199','',552,0,'2013-10-30 08:00:00',2057,NULL),(2088,108,'NON - REACTIVE,756266ce117ee9717962a5cf094a3ea8321c0199','',552,0,'2013-10-30 08:00:00',2057,NULL),(2089,71,'','',531,0,'2013-10-09 18:28:14',2058,NULL),(2090,9,'3.8,4.84,14.8,41.4,85.5,30.6,35.7,231,54.2,6.2,36.1,2.1,1.4,7ebf96fc88cfc25380b6eb4011a6ea1e422ef312','',535,0,'2013-11-08 08:00:00',2059,NULL),(2091,36,'Escherichia coli,##,##,,7ebf96fc88cfc25380b6eb4011a6ea1e422ef312','',550,0,'2013-11-08 08:00:00',2061,NULL),(2092,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,TRACE,TRACE,POSITIVE,NEGATIVE,POSITIVE (+),NORMAL,8,28,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,7ebf96fc88cfc25380b6eb4011a6ea1e422ef312',', , BACTERIURIA PRESENT(+++)',552,0,'2013-11-06 08:00:00',2061,NULL),(2093,124,'','',531,0,'2013-10-09 18:44:25',2064,NULL),(2094,36,'','',531,0,'2013-10-09 18:45:46',2065,NULL),(2095,21,'','',531,0,'2013-10-09 18:55:06',2066,NULL),(2096,9,'','',531,0,'2013-10-09 18:55:06',2066,NULL),(2097,18,'','',531,0,'2013-10-09 18:55:06',2066,NULL),(2098,20,'','',531,0,'2013-10-09 18:55:06',2066,NULL),(2099,9,'','',531,0,'2013-10-09 18:59:36',2067,NULL),(2100,18,'','',531,0,'2013-10-09 18:59:36',2067,NULL),(2101,57,'','',531,0,'2013-10-09 19:04:44',2068,NULL),(2102,56,'','',531,0,'2013-10-09 19:04:44',2068,NULL),(2103,36,'','',531,0,'2013-10-09 19:08:23',2069,NULL),(2104,35,'','',531,0,'2013-10-09 19:08:23',2069,NULL),(2105,38,'','',531,0,'2013-10-09 19:15:03',2070,NULL),(2106,37,'','',531,0,'2013-10-09 19:15:03',2070,NULL),(2107,9,'','',531,0,'2013-10-09 19:29:47',2071,NULL),(2108,18,'','',531,0,'2013-10-09 19:29:47',2071,NULL),(2109,9,'','',551,0,'2013-10-09 19:34:43',2072,NULL),(2110,19,'','',551,0,'2013-10-09 19:34:43',2072,NULL),(2111,18,'','',551,0,'2013-10-09 19:34:43',2072,NULL),(2112,9,'','',551,0,'2013-10-09 19:48:40',2073,NULL),(2113,36,'No Bacteria Growth,##,##,,ae903f0bed49e7506a8a711960bad2227c7e8d0e','',534,0,'2013-10-14 00:00:00',2075,NULL),(2114,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,/$],##[$][/$],,,ae903f0bed49e7506a8a7119','',534,556,'2013-10-14 00:00:00',2075,'2013-10-14 15:03:15'),(2115,124,'[$]NO BACTERIA GROWTH[/$],ae903f0bed49e7506a8a711960bad2227c7e8d0e','',534,0,'2013-10-14 00:00:00',2078,NULL),(2116,9,'','',551,0,'2013-10-09 20:44:38',2079,NULL),(2117,19,'NEGATIVE,,356166f1470aa23ec4bf08312cfbae78022a8fa3','',535,0,'2013-10-10 00:00:00',2079,NULL),(2118,18,'[$]NO MALARIA PARASITES SEEN[/$],,,356166f1470aa23ec4bf08312cfbae78022a8fa3','',535,0,'2013-10-10 00:00:00',2079,NULL),(2119,9,'','',551,0,'2013-10-09 21:08:10',2080,NULL),(2120,19,'NEGATIVE,,ba926bdadd8b65222daee3e2a7164c8716558b46','',535,0,'2013-10-10 00:00:00',2080,NULL),(2121,18,'[$]NO MALARIA PARASITES SEEN[/$],,,ba926bdadd8b65222daee3e2a7164c8716558b46','',535,0,'2013-10-10 00:00:00',2080,NULL),(2122,12,'37.0,da7f36d0f31a97d26b46367e75c97fe32b1d434f','',534,0,'2013-10-16 00:00:00',2081,NULL),(2123,9,'','',551,0,'2013-10-09 21:35:17',2082,NULL),(2124,18,'[$]NO MALARIA PARASITES SEEN[/$],,,3e6a7b3683534e1efeb44618c92e52def4f8918e','',535,0,'2013-10-10 00:00:00',2082,NULL),(2125,107,'','',551,0,'2013-10-09 21:51:05',2083,NULL),(2126,107,'','',551,0,'2013-10-09 22:03:25',2084,NULL),(2127,107,'','',551,0,'2013-10-09 22:10:30',2085,NULL),(2128,35,'','',551,0,'2013-10-09 22:17:44',2086,NULL),(2129,107,'','',551,0,'2013-10-09 22:22:16',2087,NULL),(2130,22,'','',551,0,'2013-10-09 22:55:40',2088,NULL),(2131,9,'','',551,0,'2013-10-09 22:55:40',2088,NULL),(2132,18,'','',551,0,'2013-10-10 00:40:21',2089,NULL),(2133,222,'','',551,0,'2013-10-10 00:40:21',2089,NULL),(2134,107,'','',551,0,'2013-10-10 00:40:21',2091,NULL),(2135,131,'','',551,0,'2013-10-10 01:00:18',2092,NULL),(2136,109,'','',551,0,'2013-10-10 01:10:34',2093,NULL),(2137,107,'','',551,0,'2013-10-10 01:15:25',2094,NULL),(2138,11,'20.0,[$]14.0[/$],[$]1.4[/$],##1.52,,cd4d8d4e5d78c96fedffeecfabbc4cea00e36fc7','',504,0,'2013-10-10 00:00:00',2095,NULL),(2139,11,'28.0,[$]14.0[/$],[$]2.0[/$],##2.25,,2c648240fb3cc5d6c318babc9e160eda531237af','',504,0,'2013-10-10 00:00:00',2096,NULL),(2140,57,'','',551,0,'2013-10-10 01:32:10',2097,NULL),(2141,133,'','',551,0,'2013-10-10 01:32:10',2097,NULL),(2142,56,'','',551,0,'2013-10-10 01:32:10',2097,NULL),(2143,9,'','',551,0,'2013-10-10 06:57:06',2098,NULL),(2144,19,'','',551,0,'2013-10-10 06:57:06',2098,NULL),(2145,107,'','',551,0,'2013-10-10 06:57:06',2100,NULL),(2146,35,'','',551,0,'2013-10-10 06:57:07',2103,NULL),(2147,35,'','',551,0,'2013-10-10 07:03:03',2104,NULL),(2148,132,'','',551,0,'2013-10-10 07:11:48',2105,NULL),(2149,68,'','',531,0,'2013-10-10 07:33:31',2106,NULL),(2150,9,'','',531,0,'2013-10-10 08:01:36',2107,NULL),(2151,68,'','',531,0,'2013-10-10 08:01:36',2109,NULL),(2152,35,'','',531,0,'2013-10-10 08:01:37',2112,NULL),(2153,9,'','',531,0,'2013-10-10 08:03:43',2113,NULL),(2154,19,'','',531,0,'2013-10-10 08:03:43',2113,NULL),(2155,18,'','',531,0,'2013-10-10 08:03:43',2113,NULL),(2156,68,'4.4,,,,06536786070675c3650938bf336f0445f8ef6269','',504,0,'2013-10-10 00:00:00',2114,NULL),(2157,77,'[$]5.6[/$],06536786070675c3650938bf336f0445f8ef6269','',504,0,'2013-10-10 00:00:00',2116,NULL),(2158,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,06536786070675c3650938bf336f','',504,556,'2013-10-10 00:00:00',2119,'2013-10-14 15:03:15'),(2159,61,'5.10,,06536786070675c3650938bf336f0445f8ef6269','',504,0,'2013-10-10 09:07:40',2120,NULL),(2160,14,'','',504,0,'2013-10-10 08:11:49',2121,NULL),(2161,22,'','',531,0,'2013-10-10 08:12:27',2122,NULL),(2162,9,'','',531,0,'2013-10-10 08:12:27',2122,NULL),(2163,57,'','',531,0,'2013-10-10 08:12:27',2124,NULL),(2164,133,'','',531,0,'2013-10-10 08:12:27',2124,NULL),(2165,131,'','',531,0,'2013-10-10 08:12:27',2124,NULL),(2166,132,'','',531,0,'2013-10-10 08:12:27',2124,NULL),(2167,56,'','',531,0,'2013-10-10 08:12:27',2124,NULL),(2168,68,'','',531,0,'2013-10-10 08:12:27',2127,NULL),(2169,9,'','',531,0,'2013-10-10 08:25:44',2128,NULL),(2170,19,'','',531,0,'2013-10-10 08:25:44',2128,NULL),(2171,57,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2172,133,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2173,112,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2174,131,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2175,132,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2176,92,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2177,56,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2178,107,'','',531,0,'2013-10-10 08:25:44',2130,NULL),(2179,68,'','',531,0,'2013-10-10 08:25:44',2133,NULL),(2180,35,'','',531,0,'2013-10-10 08:25:45',2137,NULL),(2181,37,'','',531,0,'2013-10-10 08:25:45',2142,NULL),(2182,9,'','',531,0,'2013-10-10 08:32:10',2143,NULL),(2183,19,'','',531,0,'2013-10-10 08:32:10',2143,NULL),(2184,57,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2185,133,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2186,112,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2187,131,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2188,132,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2189,92,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2190,56,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2191,107,'','',531,0,'2013-10-10 08:32:10',2145,NULL),(2192,68,'','',531,0,'2013-10-10 08:32:10',2148,NULL),(2193,35,'','',531,0,'2013-10-10 08:32:11',2152,NULL),(2194,37,'','',531,0,'2013-10-10 08:32:11',2157,NULL),(2195,9,'','',531,0,'2013-10-10 08:37:07',2158,NULL),(2196,18,'','',531,0,'2013-10-10 08:37:07',2158,NULL),(2197,112,'','',531,0,'2013-10-10 08:37:07',2160,NULL),(2198,117,'','',531,0,'2013-10-10 08:37:07',2160,NULL),(2199,132,'','',531,0,'2013-10-10 08:37:07',2160,NULL),(2200,68,'','',531,0,'2013-10-10 08:37:08',2163,NULL),(2201,9,'','',531,0,'2013-10-10 08:40:16',2164,NULL),(2202,71,'','',531,0,'2013-10-10 08:40:16',2166,NULL),(2203,9,'','',531,0,'2013-10-10 08:42:24',2167,NULL),(2204,19,'','',531,0,'2013-10-10 08:42:24',2167,NULL),(2205,18,'','',531,0,'2013-10-10 08:42:24',2167,NULL),(2206,35,'','',531,0,'2013-10-10 08:42:25',2169,NULL),(2207,22,'','',531,0,'2013-10-10 08:44:20',2170,NULL),(2208,9,'','',531,0,'2013-10-10 08:44:20',2170,NULL),(2209,35,'','',531,0,'2013-10-10 08:44:20',2172,NULL),(2210,9,'','',531,0,'2013-10-10 08:46:06',2173,NULL),(2211,18,'','',531,0,'2013-10-10 08:46:06',2173,NULL),(2212,132,'','',531,0,'2013-10-10 08:49:31',2174,NULL),(2213,9,'','',531,0,'2013-10-10 08:53:42',2175,NULL),(2214,68,'','',531,0,'2013-10-10 08:53:43',2177,NULL),(2215,9,'','',531,0,'2013-10-10 08:57:00',2178,NULL),(2216,18,'','',531,0,'2013-10-10 08:57:00',2178,NULL),(2217,9,'','',531,0,'2013-10-10 09:09:36',2179,NULL),(2218,18,'','',531,0,'2013-10-10 09:09:36',2179,NULL),(2219,132,'','',531,0,'2013-10-10 09:09:36',2181,NULL),(2220,107,'','',531,0,'2013-10-10 09:09:36',2181,NULL),(2221,57,'','',531,0,'2013-10-10 09:12:42',2182,NULL),(2222,133,'','',531,0,'2013-10-10 09:12:42',2182,NULL),(2223,132,'','',531,0,'2013-10-10 09:12:42',2182,NULL),(2224,56,'','',531,0,'2013-10-10 09:12:42',2182,NULL),(2225,68,'','',531,0,'2013-10-10 09:12:42',2184,NULL),(2226,19,'','',531,0,'2013-10-10 09:18:27',2185,NULL),(2227,18,'','',531,0,'2013-10-10 09:18:27',2185,NULL),(2228,68,'','',531,0,'2013-10-10 09:18:28',2187,NULL),(2229,132,'','',531,0,'2013-10-10 09:18:28',2190,NULL),(2230,9,'','',531,0,'2013-10-10 09:23:36',2191,NULL),(2231,19,'','',531,0,'2013-10-10 09:23:36',2191,NULL),(2232,57,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2233,133,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2234,112,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2235,131,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2236,132,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2237,92,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2238,56,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2239,107,'','',531,0,'2013-10-10 09:23:36',2193,NULL),(2240,68,'','',531,0,'2013-10-10 09:23:36',2196,NULL),(2241,35,'','',531,0,'2013-10-10 09:23:37',2200,NULL),(2242,37,'','',531,0,'2013-10-10 09:23:37',2205,NULL),(2243,68,'','',531,0,'2013-10-10 09:27:51',2206,NULL),(2244,9,'','',531,0,'2013-10-10 09:31:35',2207,NULL),(2245,13,'2.99,MID - FOLLUCILAR PHASE (2.87 - 4.83),859b60edef8ad6f87988e60a1e97fba6031e26a4','MID - FOLLUCILAR PHASE (2.87 - 4.83)',504,0,'2013-10-24 00:00:00',2208,NULL),(2246,9,'','',531,0,'2013-10-10 09:36:13',2209,NULL),(2247,19,'','',531,0,'2013-10-10 09:36:13',2209,NULL),(2248,18,'','',531,0,'2013-10-10 09:36:13',2209,NULL),(2249,35,'','',531,0,'2013-10-10 09:36:16',2211,NULL),(2250,9,'','',531,0,'2013-10-10 09:40:18',2212,NULL),(2251,19,'','',531,0,'2013-10-10 09:40:18',2212,NULL),(2252,18,'','',531,0,'2013-10-10 09:40:18',2212,NULL),(2253,9,'','',531,0,'2013-10-10 09:44:32',2213,NULL),(2254,18,'','',531,0,'2013-10-10 09:44:32',2213,NULL),(2255,71,'','',531,0,'2013-10-10 09:44:33',2215,NULL),(2256,37,'','',531,0,'2013-10-10 09:44:33',2218,NULL),(2257,9,'','',531,0,'2013-10-10 09:48:28',2219,NULL),(2258,130,'','',531,0,'2013-10-10 09:48:29',2221,NULL),(2259,131,'','',531,0,'2013-10-10 09:48:29',2221,NULL),(2260,132,'','',531,0,'2013-10-10 09:48:29',2221,NULL),(2261,68,'','',531,0,'2013-10-10 09:48:29',2224,NULL),(2262,132,'','',531,0,'2013-10-10 09:53:16',2225,NULL),(2263,68,'','',531,0,'2013-10-10 09:53:16',2227,NULL),(2264,9,'','',531,0,'2013-10-10 10:00:12',2228,NULL),(2265,19,'','',531,0,'2013-10-10 10:00:12',2228,NULL),(2266,57,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2267,133,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2268,112,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2269,131,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2270,132,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2271,92,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2272,56,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2273,107,'','',531,0,'2013-10-10 10:00:12',2230,NULL),(2274,68,'','',531,0,'2013-10-10 10:00:12',2233,NULL),(2275,35,'','',531,0,'2013-10-10 10:00:12',2237,NULL),(2276,37,'','',531,0,'2013-10-10 10:00:13',2242,NULL),(2277,9,'','',531,0,'2013-10-10 10:04:59',2243,NULL),(2278,19,'','',531,0,'2013-10-10 10:04:59',2243,NULL),(2279,57,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2280,133,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2281,112,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2282,131,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2283,132,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2284,92,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2285,56,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2286,107,'','',531,0,'2013-10-10 10:05:03',2245,NULL),(2287,68,'','',531,0,'2013-10-10 10:05:03',2248,NULL),(2288,35,'','',531,0,'2013-10-10 10:05:03',2252,NULL),(2289,37,'','',531,0,'2013-10-10 10:05:03',2257,NULL),(2290,9,'','',531,0,'2013-10-10 10:11:42',2258,NULL),(2291,18,'','',531,0,'2013-10-10 10:11:42',2258,NULL),(2292,132,'','',531,0,'2013-10-10 10:13:11',2259,NULL),(2293,131,'','',531,0,'2013-10-10 10:15:24',2260,NULL),(2294,9,'','',531,0,'2013-10-10 10:17:45',2261,NULL),(2295,128,'','',531,0,'2013-10-10 10:17:46',2263,NULL),(2296,144,'','',531,0,'2013-10-10 10:17:46',2266,NULL),(2297,152,'','',531,0,'2013-10-10 10:21:39',2267,NULL),(2298,160,'','',531,0,'2013-10-10 10:21:39',2267,NULL),(2299,9,'','',531,0,'2013-10-10 10:24:25',2268,NULL),(2300,18,'','',531,0,'2013-10-10 10:24:25',2268,NULL),(2301,35,'','',531,0,'2013-10-10 10:24:26',2270,NULL),(2302,9,'','',531,0,'2013-10-10 10:26:36',2271,NULL),(2303,14,'','',531,0,'2013-10-10 10:26:36',2273,NULL),(2304,37,'','',531,0,'2013-10-10 10:26:36',2273,NULL),(2305,9,'','',531,0,'2013-10-10 10:29:03',2274,NULL),(2306,19,'','',531,0,'2013-10-10 10:29:03',2274,NULL),(2307,35,'','',531,0,'2013-10-10 10:29:03',2276,NULL),(2308,9,'','',531,0,'2013-10-10 10:42:46',2277,NULL),(2309,19,'','',531,0,'2013-10-10 10:42:46',2277,NULL),(2310,18,'','',531,0,'2013-10-10 10:42:46',2277,NULL),(2311,22,'','',531,0,'2013-10-10 10:51:38',2278,NULL),(2312,27,'','',531,0,'2013-10-10 10:51:38',2278,NULL),(2313,77,'','',531,0,'2013-10-10 10:54:59',2279,NULL),(2314,22,'','',531,0,'2013-10-10 10:58:30',2280,NULL),(2315,9,'','',531,0,'2013-10-10 10:58:30',2280,NULL),(2316,70,'','',531,0,'2013-10-10 10:58:30',2280,NULL),(2317,108,'','',531,0,'2013-10-10 10:58:30',2282,NULL),(2318,107,'','',531,0,'2013-10-10 10:58:30',2282,NULL),(2319,35,'','',531,0,'2013-10-10 10:58:31',2285,NULL),(2320,144,'','',531,0,'2013-10-10 10:58:31',2289,NULL),(2321,9,'','',531,0,'2013-10-10 11:03:24',2290,NULL),(2322,18,'','',531,0,'2013-10-10 11:03:24',2290,NULL),(2323,60,'','',531,0,'2013-10-10 11:07:30',2291,NULL),(2324,57,'','',531,0,'2013-10-10 11:07:30',2291,NULL),(2325,133,'','',531,0,'2013-10-10 11:07:30',2291,NULL),(2326,131,'','',531,0,'2013-10-10 11:07:30',2291,NULL),(2327,132,'','',531,0,'2013-10-10 11:07:30',2291,NULL),(2328,56,'','',531,0,'2013-10-10 11:07:30',2291,NULL),(2329,9,'','',531,0,'2013-10-10 11:07:31',2293,NULL),(2330,70,'','',531,0,'2013-10-10 11:07:31',2293,NULL),(2331,9,'','',531,0,'2013-10-10 11:12:22',2294,NULL),(2332,18,'','',531,0,'2013-10-10 11:12:22',2294,NULL),(2333,71,'','',531,0,'2013-10-10 11:12:22',2296,NULL),(2334,21,'','',531,0,'2013-10-10 11:20:32',2297,NULL),(2335,9,'','',531,0,'2013-10-10 11:20:32',2297,NULL),(2336,25,'','',531,0,'2013-10-10 11:20:32',2297,NULL),(2337,28,'','',531,0,'2013-10-10 11:20:32',2297,NULL),(2338,18,'','',531,0,'2013-10-10 11:20:32',2297,NULL),(2339,202,'','',531,0,'2013-10-10 11:24:48',2298,NULL),(2340,9,'','',531,0,'2013-10-10 11:29:51',2299,NULL),(2341,18,'','',531,0,'2013-10-10 11:29:51',2299,NULL),(2342,37,'','',531,0,'2013-10-10 11:29:52',2301,NULL),(2343,22,'','',531,0,'2013-10-10 11:39:59',2302,NULL),(2344,9,'','',531,0,'2013-10-10 11:39:59',2302,NULL),(2345,70,'','',531,0,'2013-10-10 11:39:59',2302,NULL),(2346,108,'','',531,0,'2013-10-10 11:39:59',2304,NULL),(2347,107,'','',531,0,'2013-10-10 11:39:59',2304,NULL),(2348,35,'','',531,0,'2013-10-10 11:40:00',2307,NULL),(2349,144,'','',531,0,'2013-10-10 11:40:00',2311,NULL),(2350,192,'','',531,0,'2013-10-10 11:40:00',2316,NULL),(2351,9,'','',531,0,'2013-10-10 11:43:27',2317,NULL),(2352,19,'','',531,0,'2013-10-10 11:43:27',2317,NULL),(2353,107,'','',531,0,'2013-10-10 11:43:27',2319,NULL),(2354,35,'','',531,0,'2013-10-10 11:43:27',2322,NULL),(2355,157,'','',531,0,'2013-10-10 11:47:55',2323,NULL),(2356,160,'','',531,0,'2013-10-10 11:47:55',2323,NULL),(2357,21,'','',531,0,'2013-10-10 11:59:21',2324,NULL),(2358,9,'','',531,0,'2013-10-10 11:59:21',2324,NULL),(2359,9,'','',531,0,'2013-10-10 12:02:34',2325,NULL),(2360,47,'','',531,0,'2013-10-10 12:04:16',2326,NULL),(2361,46,'','',531,0,'2013-10-10 12:04:16',2326,NULL),(2362,9,'','',531,0,'2013-10-10 12:05:46',2327,NULL),(2363,9,'','',531,0,'2013-10-10 12:07:36',2328,NULL),(2364,9,'','',531,0,'2013-10-10 12:09:23',2329,NULL),(2365,35,'','',531,0,'2013-10-10 12:09:23',2331,NULL),(2366,135,'[$]CANDIDA spp. ISOLATED[/$],##,##,,e651ed48ef53bdd9963bc0ef6ab9c613dbcabe6a','',534,0,'2013-10-14 00:00:00',2332,NULL),(2367,134,'FEW,MODERATE,NOT SEEN,PRESENT (+),,e651ed48ef53bdd9963bc0ef6ab9c613dbcabe6a','',534,0,'2013-10-14 00:00:00',2332,NULL),(2368,223,'','',531,0,'2013-10-10 12:21:37',2333,NULL),(2369,25,'','',531,0,'2013-10-10 12:21:37',2333,NULL),(2370,112,'NEGATIVE,,9331b7c31e0288e383aacd2159962309b7314890','',504,0,'2013-10-14 00:00:00',2335,NULL),(2371,108,'NON - REACTIVE,9331b7c31e0288e383aacd2159962309b7314890','',504,0,'2013-10-14 00:00:00',2335,NULL),(2372,35,'','',531,0,'2013-10-10 12:21:38',2338,NULL),(2373,144,'','',531,0,'2013-10-10 12:21:39',2342,NULL),(2374,144,'','',531,0,'2013-10-10 12:25:59',2343,NULL),(2375,144,'','',531,0,'2013-10-10 12:28:06',2344,NULL),(2376,156,'','',531,0,'2013-10-10 12:28:06',2344,NULL),(2377,9,'','',531,0,'2013-10-10 12:30:09',2345,NULL),(2378,19,'','',531,0,'2013-10-10 12:30:09',2345,NULL),(2379,107,'','',531,0,'2013-10-10 12:30:10',2347,NULL),(2380,9,'','',531,0,'2013-10-10 12:34:13',2348,NULL),(2381,130,'','',531,0,'2013-10-10 12:34:14',2350,NULL),(2382,131,'','',531,0,'2013-10-10 12:34:14',2350,NULL),(2383,132,'','',531,0,'2013-10-10 12:34:14',2350,NULL),(2384,68,'','',531,0,'2013-10-10 12:34:14',2353,NULL),(2385,35,'','',531,0,'2013-10-10 12:34:14',2357,NULL),(2386,144,'','',531,0,'2013-10-10 12:34:14',2362,NULL),(2387,192,'','',531,0,'2013-10-10 12:34:15',2368,NULL),(2388,28,'','',531,0,'2013-10-10 12:35:59',2369,NULL),(2389,27,'NON-REACTIVE,-,NEGATIVE,,4c85fbdacc7d33929192a606252b848aa59bf354','',535,0,'2013-10-24 00:00:00',2369,NULL),(2390,20,'','',531,0,'2013-10-10 12:35:59',2369,NULL),(2391,156,'','',531,0,'2013-10-10 12:38:25',2370,NULL),(2392,157,'','',531,0,'2013-10-10 12:38:25',2370,NULL),(2393,9,'','',531,0,'2013-10-10 12:45:01',2371,NULL),(2394,19,'','',531,0,'2013-10-10 12:45:01',2371,NULL),(2395,71,'','',531,0,'2013-10-10 12:45:01',2373,NULL),(2396,35,'','',531,0,'2013-10-10 12:45:01',2373,NULL),(2397,132,'','',531,0,'2013-10-10 12:49:35',2374,NULL),(2398,68,'','',531,0,'2013-10-10 12:49:35',2376,NULL),(2399,9,'','',531,0,'2013-10-10 12:49:35',2379,NULL),(2400,192,'','',531,0,'2013-10-10 12:49:35',2383,NULL),(2401,172,'','',531,0,'2013-10-10 12:49:36',2388,NULL),(2402,169,'','',531,0,'2013-10-10 12:51:35',2389,NULL),(2403,9,'','',531,0,'2013-10-10 12:54:59',2390,NULL),(2404,16,'','',531,0,'2013-10-10 12:54:59',2392,NULL),(2405,14,'','',531,0,'2013-10-10 12:54:59',2395,NULL),(2406,35,'','',531,0,'2013-10-10 12:55:00',2399,NULL),(2407,9,'','',531,0,'2013-10-10 12:56:25',2400,NULL),(2408,66,'','',531,0,'2013-10-10 12:58:40',2401,NULL),(2409,3,'','',531,0,'2013-10-10 12:58:40',2401,NULL),(2410,39,'','',531,0,'2013-10-10 12:58:41',2403,NULL),(2411,37,'','',531,0,'2013-10-10 12:58:41',2403,NULL),(2412,16,'','',531,0,'2013-10-10 13:01:45',2404,NULL),(2413,14,'','',531,0,'2013-10-10 13:01:46',2406,NULL),(2414,9,'','',531,0,'2013-10-10 13:13:20',2407,NULL),(2415,19,'','',531,0,'2013-10-10 13:13:20',2407,NULL),(2416,18,'','',531,0,'2013-10-10 13:13:20',2407,NULL),(2417,9,'','',531,0,'2013-10-10 13:17:23',2408,NULL),(2418,19,'','',531,0,'2013-10-10 13:17:23',2408,NULL),(2419,18,'','',531,0,'2013-10-10 13:17:23',2408,NULL),(2420,35,'','',531,0,'2013-10-10 13:17:24',2410,NULL),(2421,132,'','',531,0,'2013-10-10 13:27:14',2411,NULL),(2422,77,'','',531,0,'2013-10-10 13:27:15',2413,NULL),(2423,223,'','',531,0,'2013-10-10 13:31:13',2414,NULL),(2424,9,'','',531,0,'2013-10-10 13:35:23',2415,NULL),(2425,18,'','',531,0,'2013-10-10 13:35:23',2415,NULL),(2426,37,'','',531,0,'2013-10-10 13:35:23',2417,NULL),(2427,114,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2428,116,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2429,115,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2430,113,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2431,112,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2432,117,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2433,8,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2434,132,'','',531,0,'2013-10-10 13:39:33',2418,NULL),(2435,9,'','',531,0,'2013-10-10 13:39:33',2420,NULL),(2436,91,'','',531,0,'2013-10-10 13:44:35',2421,NULL),(2437,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,,ca2cfe0cbb8f60537a526dc7063767b4f2e876ad','',504,0,'2013-10-14 00:00:00',2422,NULL),(2438,41,'[$]2[/$],[$]3[/$],[$]3[/$],COITUS INTERUPTUS,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]888[/$],[$]99[/$],[$]99[/$],[$]99[/$],[$]99[/$],[$]99[/$],NOT SEEN,NOT SEEN,[$]nothing[/$],859b60edef8ad6f87988e60a1e97','',504,0,'2013-10-24 00:00:00',2423,NULL),(2439,22,'44,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-24 00:00:00',2425,NULL),(2440,9,'','',531,0,'2013-10-10 14:15:51',2426,NULL),(2441,89,'1.2,,,eb9e81d7d9ff07ebcd24e89550745967376a3cf1','',536,0,'2013-10-10 00:00:00',2427,NULL),(2442,90,'1.1,## LUTEAL PHASE (0.8 - 26.0),,eb9e81d7d9ff07ebcd24e89550745967376a3cf1','',536,0,'2013-10-10 00:00:00',2427,NULL),(2443,91,'17.7,##FEMALE (3.24 - 29.10),,eb9e81d7d9ff07ebcd24e89550745967376a3cf1','',536,0,'2013-10-10 00:00:00',2427,NULL),(2444,3,'1.8,##1.1,##2.2,##,,##,,,eb9e81d7d9ff07ebcd24e89550745967376a3cf1','',536,0,'2013-10-10 00:00:00',2427,NULL),(2445,9,'','',531,0,'2013-10-10 14:23:18',2428,NULL),(2446,19,'','',531,0,'2013-10-10 14:23:18',2428,NULL),(2447,18,'','',531,0,'2013-10-10 14:23:18',2428,NULL),(2448,37,'','',531,0,'2013-10-10 14:23:18',2430,NULL),(2449,9,'','',531,0,'2013-10-10 14:26:09',2431,NULL),(2450,20,'','',531,0,'2013-10-10 14:26:09',2431,NULL),(2451,131,'','',531,0,'2013-10-10 14:26:09',2433,NULL),(2452,35,'','',531,0,'2013-10-10 14:40:21',2434,NULL),(2453,131,'','',531,0,'2013-10-10 14:45:21',2435,NULL),(2454,9,'','',531,0,'2013-10-10 14:52:14',2436,NULL),(2455,131,'','',531,0,'2013-10-10 14:52:14',2438,NULL),(2456,65,'','',531,0,'2013-10-10 14:52:14',2438,NULL),(2457,9,'','',531,0,'2013-10-10 15:06:44',2439,NULL),(2458,18,'','',531,0,'2013-10-10 15:06:44',2439,NULL),(2459,35,'','',531,0,'2013-10-10 15:06:44',2441,NULL),(2460,9,'','',531,0,'2013-10-10 15:12:28',2442,NULL),(2461,27,'NON-REACTIVE,-,NEGATIVE,,8c904d37020015eab1a53e3b470452c8de35bd75','',535,0,'2013-10-24 00:00:00',2443,NULL),(2462,9,'','',531,0,'2013-10-10 15:34:06',2444,NULL),(2463,19,'','',531,0,'2013-10-10 15:34:06',2444,NULL),(2464,107,'','',531,0,'2013-10-10 15:34:06',2446,NULL),(2465,9,'','',531,0,'2013-10-10 15:40:28',2447,NULL),(2466,19,'','',531,0,'2013-10-10 15:40:28',2447,NULL),(2467,18,'','',531,0,'2013-10-10 15:40:28',2447,NULL),(2468,107,'','',531,0,'2013-10-10 15:40:28',2449,NULL),(2469,9,'','',531,0,'2013-10-10 15:45:52',2450,NULL),(2470,35,'','',531,0,'2013-10-10 15:45:52',2452,NULL),(2471,192,'','',531,0,'2013-10-10 15:51:36',2453,NULL),(2472,40,'','',531,0,'2013-10-10 16:11:44',2454,NULL),(2473,9,'','',531,0,'2013-10-10 16:14:53',2455,NULL),(2474,36,'','',531,0,'2013-10-10 16:14:53',2457,NULL),(2475,35,'','',531,0,'2013-10-10 16:14:53',2457,NULL),(2476,226,'','',531,0,'2013-10-10 16:47:36',2458,NULL),(2477,8,'','',531,0,'2013-10-10 16:57:36',2459,NULL),(2478,35,'','',531,0,'2013-10-10 17:03:12',2460,NULL),(2479,9,'','',531,0,'2013-10-10 17:08:31',2461,NULL),(2480,27,'NON-REACTIVE,-,NEGATIVE,,12a721d2f66b5f115fd7b1cea16a9ad157fa6e79','',535,0,'2013-10-24 00:00:00',2463,NULL),(2481,107,'','',531,0,'2013-10-10 17:08:31',2463,NULL),(2482,37,'','',531,0,'2013-10-10 17:08:31',2466,NULL),(2483,89,'','',531,0,'2013-10-10 17:19:38',2467,NULL),(2484,90,'','',531,0,'2013-10-10 17:19:38',2467,NULL),(2485,193,'','',531,0,'2013-10-10 17:19:38',2469,NULL),(2486,135,'[$]CANDIDA spp. ISOLATED[/$],##,##,,89dead0895abda0945ae598199d784d3c2e3f629','',531,0,'2013-10-14 00:00:00',2469,NULL),(2487,9,'','',531,0,'2013-10-10 18:13:06',2470,NULL),(2488,9,'','',531,0,'2013-10-10 18:16:01',2471,NULL),(2489,19,'','',531,0,'2013-10-10 18:16:01',2471,NULL),(2490,18,'','',531,0,'2013-10-10 18:16:01',2471,NULL),(2491,107,'','',531,0,'2013-10-10 18:16:02',2473,NULL),(2492,18,'','',531,0,'2013-10-10 18:27:53',2474,NULL),(2493,9,'','',531,0,'2013-10-10 19:13:30',2475,NULL),(2494,35,'','',531,0,'2013-10-10 19:13:30',2477,NULL),(2495,172,'','',531,0,'2013-10-10 19:13:30',2480,NULL),(2496,112,'','',551,0,'2013-10-10 19:31:28',2481,NULL),(2497,16,'','',551,0,'2013-10-10 21:10:53',2482,NULL),(2498,16,'','',551,0,'2013-10-10 21:24:41',2483,NULL),(2499,35,'','',551,0,'2013-10-11 06:26:16',2484,NULL),(2500,9,'','',530,0,'2013-10-11 07:29:12',2485,NULL),(2501,71,'','',530,0,'2013-10-11 07:29:12',2487,NULL),(2502,9,'','',530,0,'2013-10-11 07:31:06',2488,NULL),(2503,19,'','',530,0,'2013-10-11 07:31:06',2488,NULL),(2504,18,'','',530,0,'2013-10-11 07:31:06',2488,NULL),(2505,144,'','',530,0,'2013-10-11 07:46:50',2489,NULL),(2506,22,'','',530,0,'2013-10-11 08:12:03',2490,NULL),(2507,27,'','',530,0,'2013-10-11 08:12:03',2490,NULL),(2508,9,'','',530,0,'2013-10-11 08:14:53',2491,NULL),(2509,37,'','',530,0,'2013-10-11 08:14:53',2493,NULL),(2510,9,'','',530,0,'2013-10-11 08:20:40',2494,NULL),(2511,223,'','',530,0,'2013-10-11 08:20:40',2494,NULL),(2512,9,'','',530,0,'2013-10-11 08:40:40',2495,NULL),(2513,19,'','',530,0,'2013-10-11 08:40:40',2495,NULL),(2514,18,'','',530,0,'2013-10-11 08:40:40',2495,NULL),(2515,9,'','',530,0,'2013-10-11 09:02:21',2496,NULL),(2516,18,'','',530,0,'2013-10-11 09:02:21',2496,NULL),(2517,9,'','',530,0,'2013-10-11 09:08:06',2497,NULL),(2518,19,'','',530,0,'2013-10-11 09:08:06',2497,NULL),(2519,35,'','',530,0,'2013-10-11 09:08:06',2499,NULL),(2520,37,'','',530,0,'2013-10-11 09:08:06',2502,NULL),(2521,57,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2522,133,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2523,112,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2524,131,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2525,132,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2526,56,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2527,107,'','',530,0,'2013-10-11 09:08:07',2506,NULL),(2528,68,'','',530,0,'2013-10-11 09:08:07',2511,NULL),(2529,35,'','',530,0,'2013-10-11 09:13:22',2512,NULL),(2530,68,'','',530,0,'2013-10-11 09:13:22',2514,NULL),(2531,9,'','',530,0,'2013-10-11 09:17:19',2515,NULL),(2532,19,'','',530,0,'2013-10-11 09:17:19',2515,NULL),(2533,18,'','',530,0,'2013-10-11 09:17:19',2515,NULL),(2534,35,'','',530,0,'2013-10-11 09:17:19',2517,NULL),(2535,16,'','',530,0,'2013-10-11 09:17:20',2520,NULL),(2536,107,'','',530,0,'2013-10-11 09:17:20',2520,NULL),(2537,9,'','',530,0,'2013-10-11 09:20:13',2521,NULL),(2538,18,'','',530,0,'2013-10-11 09:20:13',2521,NULL),(2539,35,'','',530,0,'2013-10-11 09:20:13',2523,NULL),(2540,9,'','',530,0,'2013-10-11 09:30:48',2524,NULL),(2541,57,'','',530,0,'2013-10-11 09:30:48',2526,NULL),(2542,133,'','',530,0,'2013-10-11 09:30:48',2526,NULL),(2543,132,'','',530,0,'2013-10-11 09:30:48',2526,NULL),(2544,56,'','',530,0,'2013-10-11 09:30:48',2526,NULL),(2545,82,'','',530,0,'2013-10-11 09:34:49',2527,NULL),(2546,68,'','',530,0,'2013-10-11 09:34:49',2527,NULL),(2547,35,'','',530,0,'2013-10-11 09:34:49',2529,NULL),(2548,9,'','',530,0,'2013-10-11 09:36:53',2530,NULL),(2549,22,'','',530,0,'2013-10-11 09:46:25',2531,NULL),(2550,9,'','',530,0,'2013-10-11 09:46:25',2531,NULL),(2551,35,'','',530,0,'2013-10-11 09:46:25',2533,NULL),(2552,108,'','',530,0,'2013-10-11 09:46:26',2536,NULL),(2553,107,'','',530,0,'2013-10-11 09:46:26',2536,NULL),(2554,9,'','',530,0,'2013-10-11 09:55:00',2537,NULL),(2555,36,'','',530,0,'2013-10-11 09:55:00',2539,NULL),(2556,35,'','',530,0,'2013-10-11 09:55:00',2539,NULL),(2557,112,'','',530,0,'2013-10-11 10:04:28',2540,NULL),(2558,27,'NON-REACTIVE,-,NEGATIVE,,9f485472d9359b4b5666cf62404832b27df4fae0','',535,0,'2013-10-24 00:00:00',2540,NULL),(2559,9,'','',530,0,'2013-10-11 10:07:44',2541,NULL),(2560,19,'','',530,0,'2013-10-11 10:07:44',2541,NULL),(2561,37,'','',530,0,'2013-10-11 10:09:03',2542,NULL),(2562,16,'','',530,0,'2013-10-11 10:09:03',2544,NULL),(2563,9,'','',530,0,'2013-10-11 10:20:59',2545,NULL),(2564,18,'','',530,0,'2013-10-11 10:20:59',2545,NULL),(2565,112,'','',530,0,'2013-10-11 10:21:00',2547,NULL),(2566,117,'','',530,0,'2013-10-11 10:21:00',2547,NULL),(2567,132,'','',530,0,'2013-10-11 10:21:00',2547,NULL),(2568,107,'','',530,0,'2013-10-11 10:23:28',2548,NULL),(2569,9,'','',530,0,'2013-10-11 10:26:00',2549,NULL),(2570,18,'','',530,0,'2013-10-11 10:26:00',2549,NULL),(2571,35,'','',530,0,'2013-10-11 10:26:00',2551,NULL),(2572,21,'','',530,0,'2013-10-11 10:29:13',2552,NULL),(2573,9,'','',530,0,'2013-10-11 10:29:13',2552,NULL),(2574,20,'','',530,0,'2013-10-11 10:29:13',2552,NULL),(2575,112,'','',530,0,'2013-10-11 10:29:13',2554,NULL),(2576,128,'','',530,0,'2013-10-11 10:29:13',2554,NULL),(2577,57,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2578,133,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2579,112,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2580,131,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2581,132,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2582,56,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2583,107,'','',530,0,'2013-10-11 10:39:51',2555,NULL),(2584,9,'','',530,0,'2013-10-11 10:39:51',2557,NULL),(2585,19,'','',530,0,'2013-10-11 10:39:51',2557,NULL),(2586,35,'','',530,0,'2013-10-11 10:39:51',2560,NULL),(2587,37,'','',530,0,'2013-10-11 10:39:52',2564,NULL),(2588,19,'NEGATIVE,,7bccbe0fb76857309d9ce7e9166d927fdb41b97c','',534,0,'2013-10-24 00:00:00',2565,NULL),(2589,92,'0.6,7bccbe0fb76857309d9ce7e9166d927fdb41b97c','',535,0,'2013-10-14 00:00:00',2567,NULL),(2590,107,'1/20,1/20,7bccbe0fb76857309d9ce7e9166d927fdb41b97c','',534,0,'2013-10-24 00:00:00',2567,NULL),(2591,36,'No Bacteria Growth,##,##,,3e8517c2e8840905ddb3e26c047d519e1d049479','',534,0,'2013-10-14 00:00:00',2568,NULL),(2592,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,][/$],##[$][/$],,],,3e8517c2e8840905ddb3','',534,556,'2013-10-14 00:00:00',2568,'2013-10-14 15:03:15'),(2593,9,'','',530,0,'2013-10-11 11:00:53',2569,NULL),(2594,223,'','',530,0,'2013-10-11 11:00:53',2569,NULL),(2595,9,'','',530,0,'2013-10-11 11:11:02',2570,NULL),(2596,35,'','',530,0,'2013-10-11 11:11:02',2572,NULL),(2597,9,'','',530,0,'2013-10-11 11:13:23',2573,NULL),(2598,19,'','',530,0,'2013-10-11 11:13:23',2573,NULL),(2599,9,'','',530,0,'2013-10-11 11:14:59',2574,NULL),(2600,19,'','',530,0,'2013-10-11 11:14:59',2574,NULL),(2601,57,'','',530,0,'2013-10-11 11:17:52',2575,NULL),(2602,133,'','',530,0,'2013-10-11 11:17:52',2575,NULL),(2603,132,'','',530,0,'2013-10-11 11:17:52',2575,NULL),(2604,56,'','',530,0,'2013-10-11 11:17:52',2575,NULL),(2605,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,69f575215c648837d32ed5e6d93d13caef7ef331','',534,0,'2013-10-28 08:00:00',2577,NULL),(2606,9,'','',530,0,'2013-10-11 11:25:06',2578,NULL),(2607,19,'','',530,0,'2013-10-11 11:25:06',2578,NULL),(2608,57,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2609,133,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2610,112,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2611,131,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2612,132,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2613,56,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2614,107,'','',530,0,'2013-10-11 11:25:06',2580,NULL),(2615,35,'','',530,0,'2013-10-11 11:25:06',2583,NULL),(2616,37,'','',530,0,'2013-10-11 11:25:07',2587,NULL),(2617,68,'','',530,0,'2013-10-11 11:25:07',2592,NULL),(2618,9,'','',530,0,'2013-10-11 11:29:40',2593,NULL),(2619,19,'','',530,0,'2013-10-11 11:29:40',2593,NULL),(2620,57,'','',530,0,'2013-10-11 11:29:40',2595,NULL),(2621,133,'','',530,0,'2013-10-11 11:29:40',2595,NULL),(2622,112,'','',530,0,'2013-10-11 11:29:40',2595,NULL),(2623,131,'','',530,0,'2013-10-11 11:29:40',2595,NULL),(2624,132,'','',530,0,'2013-10-11 11:29:40',2595,NULL),(2625,107,'','',530,0,'2013-10-11 11:29:40',2595,NULL),(2626,35,'','',530,0,'2013-10-11 11:29:40',2598,NULL),(2627,37,'','',530,0,'2013-10-11 11:29:40',2602,NULL),(2628,68,'','',530,0,'2013-10-11 11:29:41',2607,NULL),(2629,27,'NON-REACTIVE,-,NEGATIVE,,1601c273bb852115c99c5217999e3a0e93b9adca','',535,0,'2013-10-24 00:00:00',2608,NULL),(2630,68,'','',530,0,'2013-10-11 11:41:58',2609,NULL),(2631,9,'','',530,0,'2013-10-11 11:45:26',2610,NULL),(2632,16,'','',530,0,'2013-10-11 11:45:27',2612,NULL),(2633,36,'No Bacteria Growth,##,##,,ad7372fa70dec92183ef4c9f33fade52b6bdf1e3','',534,0,'2013-10-14 00:00:00',2613,NULL),(2634,35,'CLOUDY,STRAW,6.5,1.020,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,,,,,,,,,,,##[$][/$],##[$][/$],,$][/$],,ad7372fa70','',534,556,'2013-10-14 00:00:00',2613,'2013-10-14 15:03:15'),(2635,9,'','',530,0,'2013-10-11 12:03:35',2614,NULL),(2636,57,'','',530,0,'2013-10-11 12:03:35',2616,NULL),(2637,133,'','',530,0,'2013-10-11 12:03:35',2616,NULL),(2638,131,'','',530,0,'2013-10-11 12:03:35',2616,NULL),(2639,132,'','',530,0,'2013-10-11 12:03:35',2616,NULL),(2640,56,'','',530,0,'2013-10-11 12:03:35',2616,NULL),(2641,107,'','',530,0,'2013-10-11 12:03:35',2616,NULL),(2642,35,'','',530,0,'2013-10-11 12:03:35',2619,NULL),(2643,37,'','',530,0,'2013-10-11 12:03:36',2623,NULL),(2644,68,'','',530,0,'2013-10-11 12:03:36',2628,NULL),(2645,9,'','',556,0,'2013-10-11 12:04:39',2629,NULL),(2646,19,'','',556,0,'2013-10-11 12:04:39',2629,NULL),(2647,9,'','',530,0,'2013-10-11 12:10:01',2630,NULL),(2648,70,'','',530,0,'2013-10-11 12:10:01',2630,NULL),(2649,36,'','',530,0,'2013-10-11 12:10:02',2632,NULL),(2650,35,'','',530,0,'2013-10-11 12:10:02',2632,NULL),(2651,216,'','',530,0,'2013-10-11 12:10:02',2635,NULL),(2652,123,'','',530,0,'2013-10-11 12:10:02',2635,NULL),(2653,57,'','',530,0,'2013-10-11 12:13:50',2636,NULL),(2654,133,'','',530,0,'2013-10-11 12:13:50',2636,NULL),(2655,112,'','',530,0,'2013-10-11 12:13:50',2636,NULL),(2656,131,'','',530,0,'2013-10-11 12:13:50',2636,NULL),(2657,132,'','',530,0,'2013-10-11 12:13:50',2636,NULL),(2658,56,'','',530,0,'2013-10-11 12:13:50',2636,NULL),(2659,35,'','',530,0,'2013-10-11 12:13:50',2638,NULL),(2660,37,'','',530,0,'2013-10-11 12:13:50',2641,NULL),(2661,108,'','',530,0,'2013-10-11 12:13:51',2645,NULL),(2662,107,'','',530,0,'2013-10-11 12:13:51',2645,NULL),(2663,57,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2664,133,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2665,112,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2666,131,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2667,132,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2668,56,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2669,107,'','',530,0,'2013-10-11 12:18:22',2646,NULL),(2670,9,'','',530,0,'2013-10-11 12:18:22',2648,NULL),(2671,19,'','',530,0,'2013-10-11 12:18:22',2648,NULL),(2672,68,'','',530,0,'2013-10-11 12:18:22',2651,NULL),(2673,35,'','',530,0,'2013-10-11 12:18:23',2655,NULL),(2674,37,'','',530,0,'2013-10-11 12:18:23',2660,NULL),(2675,9,'','',530,0,'2013-10-11 12:21:34',2661,NULL),(2676,71,'','',530,0,'2013-10-11 12:23:40',2662,NULL),(2677,83,'','',530,0,'2013-10-11 12:25:16',2663,NULL),(2678,194,'','',530,0,'2013-10-11 12:27:13',2664,NULL),(2679,9,'','',530,0,'2013-10-11 12:32:36',2665,NULL),(2680,18,'','',530,0,'2013-10-11 12:32:36',2665,NULL),(2681,107,'','',530,0,'2013-10-11 12:32:36',2667,NULL),(2682,89,'','',530,0,'2013-10-11 12:36:51',2668,NULL),(2683,112,'','',530,0,'2013-10-11 12:36:51',2668,NULL),(2684,128,'','',530,0,'2013-10-11 12:36:51',2668,NULL),(2685,21,'','',530,0,'2013-10-11 12:36:51',2670,NULL),(2686,9,'','',530,0,'2013-10-11 12:36:51',2670,NULL),(2687,20,'','',530,0,'2013-10-11 12:36:51',2670,NULL),(2688,68,'','',530,0,'2013-10-11 12:36:51',2673,NULL),(2689,9,'','',530,0,'2013-10-11 12:42:18',2674,NULL),(2690,32,'','',530,0,'2013-10-11 12:42:18',2676,NULL),(2691,9,'','',530,0,'2013-10-11 12:45:54',2677,NULL),(2692,38,'','',530,0,'2013-10-11 12:45:57',2679,NULL),(2693,37,'','',530,0,'2013-10-11 12:45:57',2679,NULL),(2694,9,'','',530,0,'2013-10-11 12:48:38',2680,NULL),(2695,9,'','',530,0,'2013-10-11 12:51:31',2681,NULL),(2696,38,'[$]No Salmonellae or Shigellae Isolated [/$],##,##,,1cfaef867cc258c4ded2b0bb84ff464f82c13c50','',534,0,'2013-10-14 00:00:00',2683,NULL),(2697,37,'','',530,0,'2013-10-11 12:51:31',2683,NULL),(2698,9,'','',530,0,'2013-10-11 12:57:15',2684,NULL),(2699,18,'','',530,0,'2013-10-11 12:57:15',2684,NULL),(2700,192,'','',530,0,'2013-10-11 12:57:16',2686,NULL),(2701,57,'','',530,0,'2013-10-11 13:01:54',2687,NULL),(2702,131,'','',530,0,'2013-10-11 13:01:54',2687,NULL),(2703,33,'','',530,0,'2013-10-11 13:01:54',2687,NULL),(2704,56,'','',530,0,'2013-10-11 13:01:54',2687,NULL),(2705,22,'','',530,0,'2013-10-11 13:01:54',2689,NULL),(2706,9,'','',530,0,'2013-10-11 13:01:54',2689,NULL),(2707,18,'','',530,0,'2013-10-11 13:01:54',2689,NULL),(2708,35,'','',530,0,'2013-10-11 13:01:54',2692,NULL),(2709,9,'','',530,0,'2013-10-11 13:05:22',2693,NULL),(2710,160,'','',530,0,'2013-10-11 13:05:31',2695,NULL),(2711,9,'','',530,0,'2013-10-11 13:08:32',2696,NULL),(2712,39,'','',530,0,'2013-10-11 13:08:32',2698,NULL),(2713,38,'','',530,0,'2013-10-11 13:08:32',2698,NULL),(2714,37,'','',530,0,'2013-10-11 13:08:32',2698,NULL),(2715,21,'','',530,0,'2013-10-11 13:12:08',2699,NULL),(2716,9,'','',530,0,'2013-10-11 13:12:08',2699,NULL),(2717,25,'','',530,0,'2013-10-11 13:12:08',2699,NULL),(2718,28,'','',530,0,'2013-10-11 13:12:08',2699,NULL),(2719,18,'','',530,0,'2013-10-11 13:12:08',2699,NULL),(2720,9,'','',530,0,'2013-10-11 13:14:26',2700,NULL),(2721,172,'','',530,0,'2013-10-11 13:16:32',2701,NULL),(2722,23,'','',530,0,'2013-10-11 13:22:16',2702,NULL),(2723,71,'','',530,0,'2013-10-11 13:27:43',2703,NULL),(2724,9,'','',530,0,'2013-10-11 13:34:43',2704,NULL),(2725,35,'','',530,0,'2013-10-11 13:34:43',2706,NULL),(2726,194,'','',530,0,'2013-10-11 13:34:43',2709,NULL),(2727,97,'','',530,0,'2013-10-11 13:39:47',2710,NULL),(2728,9,'','',530,0,'2013-10-11 13:44:03',2711,NULL),(2729,16,'','',530,0,'2013-10-11 13:44:03',2713,NULL),(2730,108,'','',530,0,'2013-10-11 13:48:25',2714,NULL),(2731,9,'','',530,0,'2013-10-11 13:54:53',2715,NULL),(2732,19,'','',530,0,'2013-10-11 13:54:53',2715,NULL),(2733,9,'','',530,0,'2013-10-11 13:57:51',2716,NULL),(2734,19,'','',530,0,'2013-10-11 13:57:51',2716,NULL),(2735,18,'','',530,0,'2013-10-11 13:57:51',2716,NULL),(2736,9,'','',530,0,'2013-10-11 14:00:48',2717,NULL),(2737,18,'','',530,0,'2013-10-11 14:00:48',2717,NULL),(2738,9,'','',530,0,'2013-10-11 14:05:51',2718,NULL),(2739,18,'','',530,0,'2013-10-11 14:05:51',2718,NULL),(2740,9,'','',530,0,'2013-10-11 14:08:54',2719,NULL),(2741,18,'','',530,0,'2013-10-11 14:08:54',2719,NULL),(2742,9,'','',530,0,'2013-10-11 14:29:51',2720,NULL),(2743,112,'','',530,0,'2013-10-11 14:29:52',2722,NULL),(2744,117,'','',530,0,'2013-10-11 14:29:52',2722,NULL),(2745,27,'NON-REACTIVE,-,NEGATIVE,,f154ca0f31f6fd7faeaa46a149f34257995ca9f7','',535,0,'2013-10-24 00:00:00',2722,NULL),(2746,128,'','',530,0,'2013-10-11 14:29:52',2722,NULL),(2747,92,'1.0,f154ca0f31f6fd7faeaa46a149f34257995ca9f7','',535,0,'2013-10-14 00:00:00',2722,NULL),(2748,35,'','',530,0,'2013-10-11 14:29:52',2725,NULL),(2749,9,'','',530,0,'2013-10-11 14:37:43',2726,NULL),(2750,28,'NEGATIVE,[$]AA[/$],,f5ccd1da190dc55013f33eb4b1e9f0223b170871','',534,0,'2013-10-18 00:00:00',2726,NULL),(2751,9,'','',530,0,'2013-10-11 14:52:51',2727,NULL),(2752,28,'NEGATIVE,[$]AA[/$],,f78d82ec3f0967ce659bd55fa0ee7abb7fdd63be','',534,0,'2013-10-18 00:00:00',2727,NULL),(2753,36,'','',530,0,'2013-10-11 14:55:04',2728,NULL),(2754,9,'','',530,0,'2013-10-11 15:02:33',2729,NULL),(2755,89,'','',530,0,'2013-10-11 15:02:33',2731,NULL),(2756,90,'','',530,0,'2013-10-11 15:02:33',2731,NULL),(2757,15,'','',530,0,'2013-10-11 15:02:33',2731,NULL),(2758,91,'','',530,0,'2013-10-11 15:02:33',2731,NULL),(2759,13,'','',530,0,'2013-10-11 15:02:33',2731,NULL),(2760,3,'','',530,0,'2013-10-11 15:02:33',2731,NULL),(2761,9,'','',530,0,'2013-10-11 15:09:18',2732,NULL),(2762,19,'','',530,0,'2013-10-11 15:09:18',2732,NULL),(2763,18,'','',530,0,'2013-10-11 15:09:18',2732,NULL),(2764,9,'','',530,0,'2013-10-11 15:11:49',2733,NULL),(2765,18,'','',530,0,'2013-10-11 15:11:49',2733,NULL),(2766,9,'','',530,0,'2013-10-11 15:21:37',2734,NULL),(2767,194,'','',530,0,'2013-10-11 15:21:37',2736,NULL),(2768,9,'','',530,0,'2013-10-11 15:26:25',2737,NULL),(2769,18,'','',530,0,'2013-10-11 15:26:25',2737,NULL),(2770,35,'','',530,0,'2013-10-11 15:26:26',2739,NULL),(2771,107,'','',530,0,'2013-10-11 15:26:26',2742,NULL),(2772,194,'','',530,0,'2013-10-11 15:28:25',2743,NULL),(2773,147,'','',530,0,'2013-10-11 15:33:55',2744,NULL),(2774,175,'','',530,0,'2013-10-11 15:33:56',2746,NULL),(2775,172,'','',530,0,'2013-10-11 15:35:12',2747,NULL),(2776,9,'','',530,0,'2013-10-11 15:47:10',2748,NULL),(2777,18,'','',530,0,'2013-10-11 15:47:10',2748,NULL),(2778,35,'','',530,0,'2013-10-11 15:47:10',2750,NULL),(2779,107,'','',530,0,'2013-10-11 15:47:10',2753,NULL),(2780,142,'','',530,0,'2013-10-11 15:51:37',2754,NULL),(2781,144,'','',530,0,'2013-10-11 15:51:37',2754,NULL),(2782,192,'','',530,0,'2013-10-11 15:51:37',2756,NULL),(2783,144,'','',530,0,'2013-10-11 15:53:55',2757,NULL),(2784,164,'','',530,0,'2013-10-11 15:53:55',2757,NULL),(2785,9,'','',530,0,'2013-10-11 16:03:56',2758,NULL),(2786,19,'','',530,0,'2013-10-11 16:03:56',2758,NULL),(2787,107,'','',530,0,'2013-10-11 16:03:56',2760,NULL),(2788,9,'','',530,0,'2013-10-11 16:19:25',2761,NULL),(2789,18,'','',530,0,'2013-10-11 16:19:25',2761,NULL),(2790,35,'','',530,0,'2013-10-11 16:19:25',2763,NULL),(2791,9,'','',530,0,'2013-10-11 16:46:28',2764,NULL),(2792,20,'','',530,0,'2013-10-11 16:46:28',2764,NULL),(2793,9,'','',530,0,'2013-10-11 16:50:51',2765,NULL),(2794,35,'','',530,0,'2013-10-11 16:50:51',2767,NULL),(2795,139,'','',530,0,'2013-10-11 16:50:52',2770,NULL),(2796,172,'','',530,0,'2013-10-11 16:50:54',2774,NULL),(2797,57,'','',530,0,'2013-10-11 16:55:02',2775,NULL),(2798,133,'','',530,0,'2013-10-11 16:55:02',2775,NULL),(2799,56,'','',530,0,'2013-10-11 16:55:02',2775,NULL),(2800,35,'','',530,0,'2013-10-11 16:55:02',2777,NULL),(2801,9,'','',530,0,'2013-10-11 17:00:11',2778,NULL),(2802,18,'','',530,0,'2013-10-11 17:00:11',2778,NULL),(2803,107,'','',530,0,'2013-10-11 17:00:11',2780,NULL),(2804,35,'','',530,0,'2013-10-11 17:00:11',2783,NULL),(2805,16,'','',530,0,'2013-10-11 17:05:30',2784,NULL),(2806,9,'','',530,0,'2013-10-11 17:28:53',2785,NULL),(2807,18,'','',530,0,'2013-10-11 17:28:53',2785,NULL),(2808,35,'','',530,0,'2013-10-11 17:28:54',2787,NULL),(2809,57,'','',530,0,'2013-10-11 17:33:55',2788,NULL),(2810,133,'','',530,0,'2013-10-11 17:33:55',2788,NULL),(2811,56,'','',530,0,'2013-10-11 17:33:55',2788,NULL),(2812,36,'No Bacteria Growth,##,##,,642f7dcf276b05f2a4a6ff8d2b375962cb5f2fba','',534,0,'2013-10-14 00:00:00',2789,NULL),(2813,35,'','',530,0,'2013-10-11 17:41:57',2789,NULL),(2814,40,'[$][/$],##,##,,642f7dcf276b05f2a4a6ff8d2b375962cb5f2fba','',534,0,'2013-10-14 00:00:00',2791,NULL),(2815,38,'[$]No Salmonellae or Shigellae Isolated [/$],##,##,,642f7dcf276b05f2a4a6ff8d2b375962cb5f2fba','',534,0,'2013-10-14 00:00:00',2794,NULL),(2816,27,'NON-REACTIVE,-,NEGATIVE,,642f7dcf276b05f2a4a6ff8d2b375962cb5f2fba','',535,0,'2013-10-24 00:00:00',2798,NULL),(2817,107,'','',530,0,'2013-10-11 17:41:58',2798,NULL),(2818,9,'','',530,0,'2013-10-11 18:03:11',2799,NULL),(2819,18,'','',530,0,'2013-10-11 18:03:11',2799,NULL),(2820,9,'','',530,0,'2013-10-11 18:23:24',2800,NULL),(2821,18,'','',530,0,'2013-10-11 18:23:24',2800,NULL),(2822,35,'','',530,0,'2013-10-11 18:23:25',2802,NULL),(2823,107,'','',530,0,'2013-10-11 18:23:25',2805,NULL),(2824,9,'','',530,0,'2013-10-11 18:28:23',2806,NULL),(2825,18,'','',530,0,'2013-10-11 18:28:23',2806,NULL),(2826,35,'','',530,0,'2013-10-11 18:28:23',2808,NULL),(2827,40,'[$]NO BACTERIAL GROWTH[/$],##,##,,310834f1a9981a4de6e3636ff57e290664e5de69','',534,0,'2013-10-18 00:00:00',2809,NULL),(2828,9,'','',530,0,'2013-10-11 18:44:10',2809,NULL),(2829,35,'','',530,0,'2013-10-11 18:44:11',2811,NULL),(2830,37,'','',530,0,'2013-10-11 18:44:11',2814,NULL),(2831,47,'','',530,0,'2013-10-11 18:44:11',2818,NULL),(2832,46,'','',530,0,'2013-10-11 18:44:11',2818,NULL),(2833,9,'','',530,0,'2013-10-11 18:51:22',2819,NULL),(2834,19,'','',530,0,'2013-10-11 18:51:22',2819,NULL),(2835,18,'','',530,0,'2013-10-11 18:51:22',2819,NULL),(2836,21,'','',530,0,'2013-10-11 19:00:51',2820,NULL),(2837,20,'','',530,0,'2013-10-11 19:00:51',2820,NULL),(2838,36,'No Bacteria Growth,##,##,,9dd80d4e3d5aa83f324bc589e1e4564cdee4b4a5','',534,0,'2013-10-14 00:00:00',2822,NULL),(2839,35,'','',530,0,'2013-10-11 19:00:51',2822,NULL),(2840,134,'FEW,MODERATE,NOT SEEN,NOT SEEN,,9b76d4944a4d8ff46255ae15b6bd88b1a8bc921e','',534,0,'2013-10-14 00:00:00',2823,NULL),(2841,9,'','',530,0,'2013-10-11 19:27:25',2824,NULL),(2842,28,'','',530,0,'2013-10-11 19:27:25',2824,NULL),(2843,18,'','',530,0,'2013-10-11 19:27:25',2824,NULL),(2844,20,'','',530,0,'2013-10-11 19:27:25',2824,NULL),(2845,35,'','',530,0,'2013-10-11 19:27:28',2826,NULL),(2846,107,'','',530,0,'2013-10-11 19:27:28',2829,NULL),(2847,133,'','',551,0,'2013-10-11 19:56:21',2830,NULL),(2848,3,'1.7,##2.0,##2.4,##,,##,,,4afb3e5cdd47d3d7ac98e6036cee9dc5510787f3','',534,0,'2013-10-16 00:00:00',2830,NULL),(2849,36,'No Bacteria Growth,##,##,,686717212b95830042fe97b20cae767f72883572','',534,0,'2013-10-14 00:00:00',2831,NULL),(2850,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,686717212b95830042fe97b20cae','',534,556,'2013-10-14 00:00:00',2831,'2013-10-14 15:03:15'),(2851,19,'','',551,0,'2013-10-11 20:09:43',2832,NULL),(2852,18,'','',551,0,'2013-10-11 20:09:43',2832,NULL),(2853,222,'','',551,0,'2013-10-11 20:09:43',2832,NULL),(2854,19,'','',551,0,'2013-10-11 20:09:45',2833,NULL),(2855,18,'','',551,0,'2013-10-11 20:09:45',2833,NULL),(2856,222,'','',551,0,'2013-10-11 20:09:45',2833,NULL),(2857,107,'','',551,0,'2013-10-11 20:41:37',2834,NULL),(2858,107,'','',551,0,'2013-10-11 20:51:33',2835,NULL),(2859,211,'','',551,0,'2013-10-11 21:08:32',2836,NULL),(2860,57,'','',551,0,'2013-10-11 21:08:32',2836,NULL),(2861,133,'','',551,0,'2013-10-11 21:08:32',2836,NULL),(2862,131,'','',551,0,'2013-10-11 21:08:32',2836,NULL),(2863,58,'','',551,0,'2013-10-11 21:08:32',2836,NULL),(2864,56,'','',551,0,'2013-10-11 21:08:32',2836,NULL),(2865,107,'','',551,0,'2013-10-11 21:18:24',2837,NULL),(2866,19,'','',551,0,'2013-10-11 21:56:37',2838,NULL),(2867,222,'','',551,0,'2013-10-11 21:56:37',2838,NULL),(2868,19,'','',551,0,'2013-10-11 22:02:12',2839,NULL),(2869,18,'','',551,0,'2013-10-11 22:02:12',2839,NULL),(2870,222,'','',551,0,'2013-10-11 22:02:12',2839,NULL),(2871,107,'','',551,0,'2013-10-11 22:04:33',2840,NULL),(2872,35,'','',551,0,'2013-10-11 22:04:33',2842,NULL),(2873,18,'','',551,0,'2013-10-11 23:16:09',2843,NULL),(2874,18,'','',551,0,'2013-10-11 23:18:07',2844,NULL),(2875,222,'','',551,0,'2013-10-12 00:32:14',2845,NULL),(2876,107,'','',551,0,'2013-10-12 00:32:14',2847,NULL),(2877,37,'','',551,0,'2013-10-12 00:32:14',2850,NULL),(2878,40,'[$]NO BACTERIAL GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,3dc796b352d0c2b72c26e1493d7b2d7afec203d8','',534,0,'2013-10-21 00:00:00',2851,NULL),(2879,19,'','',551,0,'2013-10-12 06:41:02',2852,NULL),(2880,18,'','',551,0,'2013-10-12 06:41:02',2852,NULL),(2881,222,'','',551,0,'2013-10-12 06:41:02',2852,NULL),(2882,35,'','',551,0,'2013-10-12 06:41:03',2854,NULL),(2883,19,'','',551,0,'2013-10-12 06:47:00',2855,NULL),(2884,18,'','',551,0,'2013-10-12 06:47:00',2855,NULL),(2885,222,'','',551,0,'2013-10-12 06:47:00',2855,NULL),(2886,19,'','',551,0,'2013-10-12 06:55:23',2856,NULL),(2887,18,'','',551,0,'2013-10-12 06:55:23',2856,NULL),(2888,222,'','',551,0,'2013-10-12 06:55:23',2856,NULL),(2889,9,'','',551,0,'2013-10-12 07:01:12',2857,NULL),(2890,9,'','',551,0,'2013-10-12 07:06:07',2858,NULL),(2891,19,'','',551,0,'2013-10-12 07:06:07',2858,NULL),(2892,18,'','',551,0,'2013-10-12 07:06:07',2858,NULL),(2893,107,'','',551,0,'2013-10-12 07:06:08',2860,NULL),(2894,9,'','',551,0,'2013-10-12 07:09:03',2861,NULL),(2895,19,'','',551,0,'2013-10-12 07:09:03',2861,NULL),(2896,9,'','',530,0,'2013-10-12 07:18:31',2862,NULL),(2897,131,'','',530,0,'2013-10-12 07:18:31',2864,NULL),(2898,132,'','',530,0,'2013-10-12 07:18:31',2864,NULL),(2899,9,'','',530,0,'2013-10-12 07:28:20',2865,NULL),(2900,9,'','',530,0,'2013-10-12 07:46:54',2866,NULL),(2901,18,'','',530,0,'2013-10-12 07:46:54',2866,NULL),(2902,133,'','',530,0,'2013-10-12 07:46:54',2868,NULL),(2903,16,'','',530,0,'2013-10-12 07:46:54',2868,NULL),(2904,128,'','',530,0,'2013-10-12 07:46:54',2868,NULL),(2905,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e423a9f945016849ff88a87cf1dc1991f370775e','',555,504,'2013-10-15 00:00:00',2871,'2013-10-22 16:18:23'),(2906,39,'[$]NEGATIVE[/$],,e423a9f945016849ff88a87cf1dc1991f370775e','',555,0,'2013-10-15 00:00:00',2875,NULL),(2907,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e423a9f945016849ff88a87cf1dc1991f370775e','',555,0,'2013-10-15 00:00:00',2875,NULL),(2908,9,'','',530,0,'2013-10-12 07:57:07',2876,NULL),(2909,57,'','',530,0,'2013-10-12 07:57:07',2878,NULL),(2910,133,'','',530,0,'2013-10-12 07:57:07',2878,NULL),(2911,132,'','',530,0,'2013-10-12 07:57:07',2878,NULL),(2912,56,'','',530,0,'2013-10-12 07:57:07',2878,NULL),(2913,68,'','',530,0,'2013-10-12 07:57:07',2881,NULL),(2914,35,'','',530,0,'2013-10-12 07:57:07',2885,NULL),(2915,9,'','',530,0,'2013-10-12 08:00:40',2886,NULL),(2916,9,'','',530,0,'2013-10-12 08:04:11',2887,NULL),(2917,82,'','',530,0,'2013-10-12 08:04:11',2889,NULL),(2918,68,'','',530,0,'2013-10-12 08:04:11',2889,NULL),(2919,35,'','',530,0,'2013-10-12 08:04:11',2892,NULL),(2920,68,'','',530,0,'2013-10-12 08:14:08',2893,NULL),(2921,35,'','',530,0,'2013-10-12 08:14:09',2895,NULL),(2922,9,'','',530,0,'2013-10-12 08:19:56',2896,NULL),(2923,133,'','',530,0,'2013-10-12 08:19:56',2898,NULL),(2924,128,'','',530,0,'2013-10-12 08:19:56',2898,NULL),(2925,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,ef739389b5bc6283e4ea09f5c9794df683230c68','',553,504,'2013-10-15 00:00:00',2901,'2013-10-22 16:18:23'),(2926,39,'','',530,0,'2013-10-12 08:19:57',2905,NULL),(2927,9,'','',530,0,'2013-10-12 08:27:01',2906,NULL),(2928,20,'','',530,0,'2013-10-12 08:27:01',2906,NULL),(2929,130,'','',530,0,'2013-10-12 08:27:02',2908,NULL),(2930,35,'','',530,0,'2013-10-12 08:27:02',2911,NULL),(2931,130,'','',530,0,'2013-10-12 08:41:30',2912,NULL),(2932,132,'','',530,0,'2013-10-12 08:41:30',2912,NULL),(2933,9,'','',530,0,'2013-10-12 08:41:30',2914,NULL),(2934,68,'','',530,0,'2013-10-12 08:41:30',2918,NULL),(2935,35,'','',530,0,'2013-10-12 08:47:14',2919,NULL),(2936,82,'','',530,0,'2013-10-12 08:47:14',2921,NULL),(2937,68,'','',530,0,'2013-10-12 08:47:14',2921,NULL),(2938,9,'','',530,0,'2013-10-12 08:49:15',2922,NULL),(2939,18,'','',530,0,'2013-10-12 08:49:15',2922,NULL),(2940,35,'','',530,0,'2013-10-12 08:49:15',2924,NULL),(2941,9,'','',530,0,'2013-10-12 08:56:52',2925,NULL),(2942,27,'NON-REACTIVE,-,NEGATIVE,,b5801d539913cd96e9a6b866a8e06daba060f44e','',535,0,'2013-10-24 00:00:00',2925,NULL),(2943,20,'','',530,0,'2013-10-12 08:56:52',2925,NULL),(2944,112,'','',530,0,'2013-10-12 08:56:52',2927,NULL),(2945,68,'','',530,0,'2013-10-12 08:56:52',2930,NULL),(2946,9,'','',530,0,'2013-10-12 09:00:00',2931,NULL),(2947,19,'','',530,0,'2013-10-12 09:00:00',2931,NULL),(2948,18,'','',530,0,'2013-10-12 09:00:00',2931,NULL),(2949,107,'','',530,0,'2013-10-12 09:00:00',2933,NULL),(2950,88,'10.3,31ebd54dc5fc4a1a527bc5c6e9096cfda8b6ce9a','',504,0,'2013-10-14 00:00:00',2934,NULL),(2951,68,'5.8,,,,31ebd54dc5fc4a1a527bc5c6e9096cfda8b6ce9a','',504,0,'2013-10-14 00:00:00',2936,NULL),(2952,9,'','',530,0,'2013-10-12 09:28:06',2937,NULL),(2953,28,'','',530,0,'2013-10-12 09:28:06',2937,NULL),(2954,18,'','',530,0,'2013-10-12 09:28:06',2937,NULL),(2955,35,'','',530,0,'2013-10-12 09:28:06',2939,NULL),(2956,9,'','',530,0,'2013-10-12 09:36:25',2940,NULL),(2957,223,'','',530,0,'2013-10-12 09:36:25',2940,NULL),(2958,12,'','',530,0,'2013-10-12 09:36:25',2942,NULL),(2959,131,'','',530,0,'2013-10-12 09:36:26',2945,NULL),(2960,11,'','',530,0,'2013-10-12 09:36:26',2945,NULL),(2961,9,'','',530,0,'2013-10-12 09:51:19',2946,NULL),(2962,19,'','',530,0,'2013-10-12 09:51:19',2946,NULL),(2963,18,'','',530,0,'2013-10-12 09:51:19',2946,NULL),(2964,35,'','',530,0,'2013-10-12 09:51:19',2948,NULL),(2965,9,'','',530,0,'2013-10-12 09:59:10',2949,NULL),(2966,18,'','',530,0,'2013-10-12 09:59:10',2949,NULL),(2967,35,'','',530,0,'2013-10-12 09:59:13',2951,NULL),(2968,11,'','',530,0,'2013-10-12 10:09:15',2952,NULL),(2969,9,'','',530,0,'2013-10-12 10:12:34',2953,NULL),(2970,35,'','',530,0,'2013-10-12 10:12:35',2955,NULL),(2971,9,'','',530,0,'2013-10-12 10:24:18',2956,NULL),(2972,18,'','',530,0,'2013-10-12 10:24:18',2956,NULL),(2973,35,'','',530,0,'2013-10-12 10:24:19',2958,NULL),(2974,9,'','',530,0,'2013-10-12 10:30:42',2959,NULL),(2975,7,'','',530,0,'2013-10-12 10:30:42',2961,NULL),(2976,8,'','',530,0,'2013-10-12 10:30:42',2961,NULL),(2977,37,'','',530,0,'2013-10-12 10:43:56',2962,NULL),(2978,68,'4.2,-,-,,5306964cf9b011903d41f2807fe5c708baa85314','',534,0,'2013-10-31 08:00:00',2963,NULL),(2979,87,'22,5306964cf9b011903d41f2807fe5c708baa85314','',534,0,'2013-10-31 08:00:00',2965,NULL),(2980,9,'','',530,0,'2013-10-12 10:56:15',2966,NULL),(2981,18,'','',530,0,'2013-10-12 10:56:15',2966,NULL),(2982,35,'','',530,0,'2013-10-12 10:56:15',2968,NULL),(2983,9,'','',530,0,'2013-10-12 11:18:24',2969,NULL),(2984,3,'2.1,##1.3,##1.8,##,,##,,,680233d2b7dc246c18dff9f7951fd949f1a2e5c0','',534,0,'2013-10-16 00:00:00',2971,NULL),(2985,35,'','',530,0,'2013-10-12 11:24:50',2972,NULL),(2986,9,'','',530,0,'2013-10-12 11:27:02',2973,NULL),(2987,9,'','',530,0,'2013-10-12 11:32:01',2974,NULL),(2988,18,'','',530,0,'2013-10-12 11:32:01',2974,NULL),(2989,9,'','',530,0,'2013-10-12 11:40:13',2975,NULL),(2990,36,'No Significant Bacteria Growth,##,##,,f9bb62d08eb9f8654da6b7f10356157bc38adf15','',534,0,'2013-10-14 00:00:00',2977,NULL),(2991,35,'','',530,0,'2013-10-12 11:40:13',2977,NULL),(2992,9,'','',530,0,'2013-10-12 11:45:16',2978,NULL),(2993,18,'','',530,0,'2013-10-12 11:45:16',2978,NULL),(2994,36,'No Bacteria Growth,##,##,,ccd34363f38ce333ccb58965e705296b623b6388','',534,0,'2013-10-14 00:00:00',2980,NULL),(2995,35,'CLEAR,STRAW,7.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,ccd34363f38ce333ccb58965e705','',534,556,'2013-10-14 00:00:00',2980,'2013-10-14 15:03:15'),(2996,40,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(2997,21,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(2998,9,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(2999,223,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(3000,25,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(3001,28,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(3002,18,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(3003,20,'','',530,0,'2013-10-12 11:55:04',2981,NULL),(3004,35,'','',530,0,'2013-10-12 11:55:13',2983,NULL),(3005,9,'','',530,0,'2013-10-12 12:06:27',2984,NULL),(3006,4,'','',530,0,'2013-10-12 12:11:10',2985,NULL),(3007,5,'','',530,0,'2013-10-12 12:11:10',2985,NULL),(3008,12,'','',530,0,'2013-10-12 12:11:10',2987,NULL),(3009,11,'','',530,0,'2013-10-12 12:11:11',2990,NULL),(3010,131,'','',530,0,'2013-10-12 12:18:29',2991,NULL),(3011,21,'','',530,0,'2013-10-12 12:21:12',2992,NULL),(3012,27,'NON-REACTIVE,-,NEGATIVE,,5e2a0cab809367f8ff52c3c8de799f7cb90f6ded','',535,0,'2013-10-24 00:00:00',2992,NULL),(3013,112,'','',530,0,'2013-10-12 12:21:13',2994,NULL),(3014,3,'1.6,##1.6,##3.3,##,,##,,,25af5c35d9d6ac2114c1bdad11e888385c2bb0ea','',534,0,'2013-10-16 00:00:00',2995,NULL),(3015,9,'','',530,0,'2013-10-12 12:58:28',2996,NULL),(3016,18,'','',530,0,'2013-10-12 12:58:28',2996,NULL),(3017,35,'','',530,0,'2013-10-12 12:58:28',2998,NULL),(3018,9,'','',530,0,'2013-10-12 13:00:50',2999,NULL),(3019,18,'','',530,0,'2013-10-12 13:00:50',2999,NULL),(3020,16,'','',530,0,'2013-10-12 13:00:50',3001,NULL),(3021,107,'','',530,0,'2013-10-12 13:00:50',3001,NULL),(3022,9,'','',530,0,'2013-10-12 13:04:51',3002,NULL),(3023,18,'','',530,0,'2013-10-12 13:04:51',3002,NULL),(3024,35,'','',530,0,'2013-10-12 13:04:51',3004,NULL),(3025,57,'','',530,0,'2013-10-12 13:06:57',3005,NULL),(3026,133,'','',530,0,'2013-10-12 13:06:57',3005,NULL),(3027,56,'','',530,0,'2013-10-12 13:06:57',3005,NULL),(3028,9,'','',530,0,'2013-10-12 13:12:11',3006,NULL),(3029,19,'','',530,0,'2013-10-12 13:12:11',3006,NULL),(3030,133,'','',530,0,'2013-10-12 13:13:52',3007,NULL),(3031,9,'','',530,0,'2013-10-12 13:14:46',3008,NULL),(3032,9,'','',530,0,'2013-10-12 13:20:12',3009,NULL),(3033,132,'','',530,0,'2013-10-12 13:20:12',3011,NULL),(3034,9,'','',530,0,'2013-10-12 13:45:11',3012,NULL),(3035,132,'','',530,0,'2013-10-12 13:45:12',3014,NULL),(3036,19,'','',530,0,'2013-10-12 13:49:17',3015,NULL),(3037,9,'','',530,0,'2013-10-12 13:51:21',3016,NULL),(3038,18,'','',530,0,'2013-10-12 13:51:21',3016,NULL),(3039,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,5ddea78fb0cd8d6b1c14db4b9877eaff066db3c0','',534,0,'2013-10-14 00:00:00',3017,NULL),(3040,9,'','',530,0,'2013-10-12 13:59:35',3018,NULL),(3041,18,'','',530,0,'2013-10-12 13:59:35',3018,NULL),(3042,35,'','',530,0,'2013-10-12 13:59:35',3020,NULL),(3043,9,'','',530,0,'2013-10-12 14:10:20',3021,NULL),(3044,18,'','',530,0,'2013-10-12 14:10:20',3021,NULL),(3045,9,'','',530,0,'2013-10-12 14:13:13',3022,NULL),(3046,19,'','',530,0,'2013-10-12 14:13:13',3022,NULL),(3047,107,'','',530,0,'2013-10-12 14:13:13',3024,NULL),(3048,9,'','',530,0,'2013-10-12 14:16:22',3025,NULL),(3049,18,'','',530,0,'2013-10-12 14:16:22',3025,NULL),(3050,16,'NEGATIVE,914004bab26f35c241a09838163098654351c824','',555,0,'2013-11-09 08:00:00',3027,NULL),(3051,9,'','',530,0,'2013-10-12 14:30:13',3028,NULL),(3052,19,'','',530,0,'2013-10-12 14:30:13',3028,NULL),(3053,18,'','',530,0,'2013-10-12 14:30:13',3028,NULL),(3054,35,'','',530,0,'2013-10-12 14:30:13',3030,NULL),(3055,9,'','',530,0,'2013-10-12 14:37:10',3031,NULL),(3056,9,'','',530,0,'2013-10-12 14:47:58',3032,NULL),(3057,18,'','',530,0,'2013-10-12 14:47:58',3032,NULL),(3058,71,'','',530,0,'2013-10-12 14:47:58',3034,NULL),(3059,35,'','',530,0,'2013-10-12 14:47:58',3034,NULL),(3060,71,'','',530,0,'2013-10-12 14:50:28',3035,NULL),(3061,112,'','',530,0,'2013-10-12 14:57:25',3036,NULL),(3062,117,'','',530,0,'2013-10-12 14:57:25',3036,NULL),(3063,9,'','',530,0,'2013-10-12 14:59:02',3037,NULL),(3064,47,'','',530,0,'2013-10-12 15:04:49',3038,NULL),(3065,46,'','',530,0,'2013-10-12 15:04:49',3038,NULL),(3066,21,'','',530,0,'2013-10-12 15:04:49',3040,NULL),(3067,25,'','',530,0,'2013-10-12 15:04:49',3040,NULL),(3068,36,'No Bacteria Growth,##,##,,e7cf0e1cf6b587263ce576fb1323fdcda9d9fb16','',534,0,'2013-10-14 00:00:00',3041,NULL),(3069,35,'','',530,0,'2013-10-12 15:07:38',3041,NULL),(3070,22,'30,8e9b467559c30b9d9515b4a070cbdec9df27e27c','',555,0,'2013-10-26 07:00:00',3042,NULL),(3071,9,'','',530,0,'2013-10-12 15:18:41',3042,NULL),(3072,9,'','',530,0,'2013-10-12 15:34:54',3043,NULL),(3073,19,'','',530,0,'2013-10-12 15:34:54',3043,NULL),(3074,18,'','',530,0,'2013-10-12 15:34:54',3043,NULL),(3075,35,'','',530,0,'2013-10-12 15:34:54',3045,NULL),(3076,9,'','',530,0,'2013-10-12 15:37:30',3046,NULL),(3077,35,'','',530,0,'2013-10-12 15:37:30',3048,NULL),(3078,9,'','',530,0,'2013-10-12 15:43:02',3049,NULL),(3079,19,'','',530,0,'2013-10-12 15:43:02',3049,NULL),(3080,18,'','',530,0,'2013-10-12 15:43:02',3049,NULL),(3081,71,'','',530,0,'2013-10-12 15:43:03',3051,NULL),(3082,35,'','',530,0,'2013-10-12 15:43:03',3051,NULL),(3083,57,'','',530,0,'2013-10-12 16:19:51',3052,NULL),(3084,130,'','',530,0,'2013-10-12 16:19:51',3052,NULL),(3085,132,'','',530,0,'2013-10-12 16:19:51',3052,NULL),(3086,56,'','',530,0,'2013-10-12 16:19:51',3052,NULL),(3087,68,'','',530,0,'2013-10-12 16:19:52',3054,NULL),(3088,225,'','',530,0,'2013-10-12 17:31:20',3055,NULL),(3089,78,'','',530,0,'2013-10-12 17:40:27',3056,NULL),(3090,73,'','',530,0,'2013-10-12 17:40:27',3056,NULL),(3091,16,'','',530,0,'2013-10-12 17:40:27',3056,NULL),(3092,129,'','',530,0,'2013-10-12 17:40:27',3056,NULL),(3093,69,'','',530,0,'2013-10-12 17:40:27',3056,NULL),(3094,93,'< 0.05,,f866e6a8b1151ef50e0ddbdff3e62170ead5319d','<0.05 ng/mL: Negative- REPEAT TEST in 4 – 6 hours if clinically indicated. \n0.05 – 0.10 ng/ml: Myocardial injury is possible. REPEAT TEST in 4 -6 hours is indicated to exclude acute myocardial nec',543,0,'2013-10-16 00:00:00',3058,NULL),(3095,35,'','',530,0,'2013-10-12 17:46:06',3059,NULL),(3096,35,'','',530,0,'2013-10-12 17:47:52',3060,NULL),(3097,22,'','',530,0,'2013-10-12 17:58:31',3061,NULL),(3098,9,'','',530,0,'2013-10-12 17:58:31',3061,NULL),(3099,18,'','',530,0,'2013-10-12 17:58:31',3061,NULL),(3100,20,'','',530,0,'2013-10-12 17:58:31',3061,NULL),(3101,35,'','',530,0,'2013-10-12 17:58:34',3063,NULL),(3102,107,'','',530,0,'2013-10-12 17:58:34',3066,NULL),(3103,9,'','',530,0,'2013-10-12 18:12:18',3067,NULL),(3104,36,'No Bacteria Growth,##,##,,bd73329730200a58e7df1480076f397037779541','',534,0,'2013-10-14 00:00:00',3068,NULL),(3105,35,'','',530,0,'2013-10-12 18:17:59',3068,NULL),(3106,35,'','',530,0,'2013-10-12 18:20:47',3069,NULL),(3107,27,'NON-REACTIVE,-,NEGATIVE,,ef1df60ff53cb96b5c44b11ce4b99a77cb4ea4fd','',535,0,'2013-10-24 00:00:00',3071,NULL),(3108,16,'','',530,0,'2013-10-12 18:30:14',3072,NULL),(3109,21,'','',530,0,'2013-10-12 18:34:41',3073,NULL),(3110,25,'','',530,0,'2013-10-12 18:34:41',3073,NULL),(3111,27,'NON-REACTIVE,-,NEGATIVE,,8571d4c33f1eed93b7100164ea7fdcd3934918a8','',535,0,'2013-10-24 00:00:00',3073,NULL),(3112,20,'','',530,0,'2013-10-12 18:34:41',3073,NULL),(3113,35,'','',530,0,'2013-10-12 18:34:42',3075,NULL),(3114,37,'','',530,0,'2013-10-12 18:34:42',3078,NULL),(3115,112,'','',530,0,'2013-10-12 18:34:42',3082,NULL),(3116,108,'','',530,0,'2013-10-12 18:34:42',3082,NULL),(3117,21,'O,POSITIVE,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',534,0,'2013-10-14 00:00:00',3083,NULL),(3118,9,'','',530,0,'2013-10-12 18:43:10',3083,NULL),(3119,25,'NO DEFECT,,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',534,0,'2013-10-14 00:00:00',3083,NULL),(3120,27,'NON-REACTIVE,-,NEGATIVE,,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',535,0,'2013-10-24 00:00:00',3083,NULL),(3121,20,'NEGATIVE,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',534,0,'2013-10-14 00:00:00',3083,NULL),(3122,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,$][/$],##[$][/$],,$],,b8b1d8b96d40ec12b8','',534,556,'2013-10-14 00:00:00',3085,'2013-10-14 15:03:15'),(3123,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',534,0,'2013-10-14 00:00:00',3088,NULL),(3124,112,'NEGATIVE,,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',534,0,'2013-10-14 00:00:00',3092,NULL),(3125,108,'NON - REACTIVE,b8b1d8b96d40ec12b8929964a3f9cd66f61ceec3','',534,0,'2013-10-14 00:00:00',3092,NULL),(3126,9,'','',530,0,'2013-10-12 18:50:27',3093,NULL),(3127,19,'','',530,0,'2013-10-12 18:50:27',3093,NULL),(3128,18,'','',530,0,'2013-10-12 18:50:27',3093,NULL),(3129,35,'','',530,0,'2013-10-12 18:50:27',3095,NULL),(3130,107,'','',530,0,'2013-10-12 18:50:27',3098,NULL),(3131,9,'','',531,0,'2013-10-12 19:34:53',3099,NULL),(3132,19,'','',531,0,'2013-10-12 19:34:53',3099,NULL),(3133,70,'','',531,0,'2013-10-12 19:34:53',3099,NULL),(3134,36,'','',531,0,'2013-10-12 19:34:54',3101,NULL),(3135,35,'','',531,0,'2013-10-12 19:34:54',3101,NULL),(3136,178,'','',531,0,'2013-10-12 19:34:54',3104,NULL),(3137,9,'','',531,0,'2013-10-12 19:43:29',3105,NULL),(3138,19,'','',531,0,'2013-10-12 19:43:29',3105,NULL),(3139,18,'','',531,0,'2013-10-12 19:43:29',3105,NULL),(3140,9,'','',531,0,'2013-10-12 20:07:48',3106,NULL),(3141,18,'','',531,0,'2013-10-12 20:07:48',3106,NULL),(3142,9,'','',531,0,'2013-10-12 20:26:56',3107,NULL),(3143,19,'','',531,0,'2013-10-12 20:26:56',3107,NULL),(3144,9,'','',531,0,'2013-10-12 21:05:46',3108,NULL),(3145,19,'','',531,0,'2013-10-12 21:05:46',3108,NULL),(3146,27,'NON-REACTIVE,-,NEGATIVE,,69f1dcf6786d4070b9d8c6098d895dee1e5adc4c','',535,0,'2013-10-24 00:00:00',3109,NULL),(3147,83,'##[$][/$],[$][/$],,,4f78143d68e4ff94c06c649a6d70960a642d19e5','',530,0,'2013-10-21 10:06:56',3110,NULL),(3148,9,'','',531,0,'2013-10-12 21:50:01',3111,NULL),(3149,19,'','',531,0,'2013-10-12 21:50:01',3111,NULL),(3150,18,'','',531,0,'2013-10-12 21:50:01',3111,NULL),(3151,35,'','',531,0,'2013-10-12 21:50:02',3113,NULL),(3152,21,'','',531,0,'2013-10-12 23:27:37',3114,NULL),(3153,224,'','',531,0,'2013-10-12 23:27:37',3114,NULL),(3154,9,'','',531,0,'2013-10-12 23:37:08',3115,NULL),(3155,19,'','',531,0,'2013-10-12 23:37:08',3115,NULL),(3156,18,'','',531,0,'2013-10-12 23:37:08',3115,NULL),(3157,107,'','',531,0,'2013-10-12 23:37:08',3117,NULL),(3158,35,'','',531,0,'2013-10-12 23:37:08',3120,NULL),(3159,19,'','',531,0,'2013-10-12 23:57:21',3121,NULL),(3160,18,'','',531,0,'2013-10-12 23:57:21',3121,NULL),(3161,9,'','',531,0,'2013-10-13 00:38:43',3122,NULL),(3162,19,'','',531,0,'2013-10-13 00:38:43',3122,NULL),(3163,18,'','',531,0,'2013-10-13 00:38:43',3122,NULL),(3164,107,'','',531,0,'2013-10-13 00:38:46',3124,NULL),(3165,35,'','',531,0,'2013-10-13 00:38:56',3127,NULL),(3166,9,'','',531,0,'2013-10-13 00:44:29',3128,NULL),(3167,19,'','',531,0,'2013-10-13 00:44:29',3128,NULL),(3168,131,'','',531,0,'2013-10-13 06:51:56',3129,NULL),(3169,9,'','',531,0,'2013-10-13 07:33:14',3130,NULL),(3170,19,'','',531,0,'2013-10-13 07:33:14',3130,NULL),(3171,18,'','',531,0,'2013-10-13 07:33:14',3130,NULL),(3172,107,'','',531,0,'2013-10-13 07:33:15',3132,NULL),(3173,9,'','',531,0,'2013-10-13 07:37:40',3133,NULL),(3174,68,'5.1,,,,8da6f2751864991e3377d69356de7e739e970ae8','',534,0,'2013-10-14 00:00:00',3134,NULL),(3175,57,'','',530,0,'2013-10-13 09:40:09',3135,NULL),(3176,133,'','',530,0,'2013-10-13 09:40:09',3135,NULL),(3177,131,'','',530,0,'2013-10-13 09:40:09',3135,NULL),(3178,132,'','',530,0,'2013-10-13 09:40:09',3135,NULL),(3179,56,'','',530,0,'2013-10-13 09:40:09',3135,NULL),(3180,222,'','',530,0,'2013-10-13 09:40:09',3137,NULL),(3181,19,'','',530,0,'2013-10-13 09:44:37',3138,NULL),(3182,18,'','',530,0,'2013-10-13 09:44:37',3138,NULL),(3183,222,'','',530,0,'2013-10-13 09:44:37',3138,NULL),(3184,19,'','',530,0,'2013-10-13 09:47:41',3139,NULL),(3185,18,'','',530,0,'2013-10-13 09:47:41',3139,NULL),(3186,36,'No Bacteria Growth,##,##,,5ece5172025f990b0fd83efb87e8ea8efe578bfe','',534,0,'2013-10-15 00:00:00',3141,NULL),(3187,35,'','',530,0,'2013-10-13 09:47:41',3141,NULL),(3188,19,'','',530,0,'2013-10-13 09:55:18',3142,NULL),(3189,18,'','',530,0,'2013-10-13 09:55:18',3142,NULL),(3190,222,'','',530,0,'2013-10-13 09:55:18',3142,NULL),(3191,211,'','',530,0,'2013-10-13 09:57:36',3143,NULL),(3192,60,'','',530,0,'2013-10-13 09:57:36',3143,NULL),(3193,57,'','',530,0,'2013-10-13 09:57:36',3143,NULL),(3194,133,'','',530,0,'2013-10-13 09:57:36',3143,NULL),(3195,19,'','',530,0,'2013-10-13 10:09:51',3144,NULL),(3196,18,'','',530,0,'2013-10-13 10:09:51',3144,NULL),(3197,222,'','',530,0,'2013-10-13 10:09:51',3144,NULL),(3198,35,'','',530,0,'2013-10-13 10:09:51',3146,NULL),(3199,68,'','',530,0,'2013-10-13 10:09:52',3149,NULL),(3200,19,'','',530,0,'2013-10-13 10:11:53',3150,NULL),(3201,18,'','',530,0,'2013-10-13 10:11:53',3150,NULL),(3202,222,'','',530,0,'2013-10-13 10:11:53',3150,NULL),(3203,35,'','',530,0,'2013-10-13 10:15:19',3151,NULL),(3204,19,'','',530,0,'2013-10-13 10:18:49',3152,NULL),(3205,18,'','',530,0,'2013-10-13 10:18:49',3152,NULL),(3206,222,'','',530,0,'2013-10-13 10:18:49',3152,NULL),(3207,35,'','',530,0,'2013-10-13 10:18:49',3154,NULL),(3208,126,',855a3e7dead349019159d95529d1f9826bf2b0ca','NO BACTERIA GROWTH',534,535,'2013-10-15 00:00:00',3155,'2013-10-15 13:29:59'),(3209,35,'','',530,0,'2013-10-13 10:26:50',3156,NULL),(3210,19,'','',530,0,'2013-10-13 10:36:01',3157,NULL),(3211,18,'','',530,0,'2013-10-13 10:36:01',3157,NULL),(3212,222,'','',530,0,'2013-10-13 10:36:01',3157,NULL),(3213,57,'','',530,0,'2013-10-13 10:36:04',3159,NULL),(3214,133,'','',530,0,'2013-10-13 10:36:04',3159,NULL),(3215,131,'','',530,0,'2013-10-13 10:36:04',3159,NULL),(3216,132,'','',530,0,'2013-10-13 10:36:04',3159,NULL),(3217,56,'','',530,0,'2013-10-13 10:36:04',3159,NULL),(3218,107,'','',530,0,'2013-10-13 10:36:04',3159,NULL),(3219,68,'','',530,0,'2013-10-13 10:36:05',3162,NULL),(3220,19,'','',530,0,'2013-10-13 10:40:43',3163,NULL),(3221,18,'','',530,0,'2013-10-13 10:40:43',3163,NULL),(3222,222,'','',530,0,'2013-10-13 10:40:43',3163,NULL),(3223,35,'','',530,0,'2013-10-13 10:40:43',3165,NULL),(3224,68,'','',530,0,'2013-10-13 10:40:44',3168,NULL),(3225,70,'','',530,0,'2013-10-13 10:40:44',3168,NULL),(3226,66,'2.29,ec819069ad0229d1a94bdd32835ff0eb18040f46','',534,0,'2013-10-14 00:00:00',3169,NULL),(3227,57,'93.1,ec819069ad0229d1a94bdd32835ff0eb18040f46','',534,0,'2013-10-14 00:00:00',3169,NULL),(3228,133,'[$]145.0[/$],[$]4.4[/$],102.0,,ec819069ad0229d1a94bdd32835ff0eb18040f46','',534,0,'2013-10-14 00:00:00',3169,NULL),(3229,56,'4.81,ec819069ad0229d1a94bdd32835ff0eb18040f46','',534,0,'2013-10-14 00:00:00',3169,NULL),(3230,65,'434.7,ec819069ad0229d1a94bdd32835ff0eb18040f46','',534,0,'2013-10-14 00:00:00',3169,NULL),(3231,222,'','',530,0,'2013-10-13 10:45:08',3171,NULL),(3232,36,'No Bacteria Growth,##,##,,ec819069ad0229d1a94bdd32835ff0eb18040f46','',543,537,'2013-10-15 00:00:00',3174,'2013-10-15 10:46:49'),(3233,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,ec819069ad0229d1a94bdd32835ff0eb18040f46','',537,504,'2013-10-15 00:00:00',3174,'2013-10-22 16:18:23'),(3234,18,'[$]NO MALARIA PARASITES SEEN[/$],,,8d2392d7da95c7fec12b52f238005481eff9278b','',535,0,'2013-10-14 00:00:00',3175,NULL),(3235,222,'','',530,0,'2013-10-13 10:52:31',3175,NULL),(3236,130,'','',530,0,'2013-10-13 10:52:31',3177,NULL),(3237,131,'','',530,0,'2013-10-13 10:52:31',3177,NULL),(3238,132,'','',530,0,'2013-10-13 10:52:31',3177,NULL),(3239,92,'3.3,8d2392d7da95c7fec12b52f238005481eff9278b','',535,0,'2013-10-14 00:00:00',3177,NULL),(3240,68,'4.7,-,-,,8d2392d7da95c7fec12b52f238005481eff9278b','',537,0,'2013-10-25 00:00:00',3180,NULL),(3241,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8d2392d7da95c7fec12b52f238005481eff9278b','',534,0,'2013-10-26 07:00:00',3184,NULL),(3242,19,'','',530,0,'2013-10-13 11:54:33',3185,NULL),(3243,18,'','',530,0,'2013-10-13 11:54:33',3185,NULL),(3244,222,'','',530,0,'2013-10-13 11:54:33',3185,NULL),(3245,35,'','',530,0,'2013-10-13 11:54:34',3187,NULL),(3246,107,'','',530,0,'2013-10-13 11:54:34',3190,NULL),(3247,22,'25,,3958d2b66351edef1fba63226626076bfdbea4dd','',534,0,'2013-10-14 00:00:00',3191,NULL),(3248,9,'7.1,5.06,12.7,37.3,74,25.1,34.1,312,31.7,11.7,53.7,2.5,0.4,,3958d2b66351edef1fba63226626076bfdbea4dd','',534,0,'2013-10-14 00:00:00',3191,NULL),(3249,36,'','',530,0,'2013-10-13 12:29:07',3192,NULL),(3250,35,'CLOUDY,LIGHT AMBER,6.0,1.030,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,,Y,LIGHT AMBER,,,,,,,,],,,[$][/$],,f3fad281a90c79c2dca756cf31','',534,504,'2013-10-15 00:00:00',3192,'2013-10-22 16:18:23'),(3251,222,'','',530,0,'2013-10-13 13:17:52',3193,NULL),(3252,35,'','',530,0,'2013-10-13 13:17:52',3195,NULL),(3253,16,'','',530,0,'2013-10-13 13:17:53',3198,NULL),(3254,19,'','',530,0,'2013-10-13 14:11:19',3199,NULL),(3255,18,'','',530,0,'2013-10-13 14:11:19',3199,NULL),(3256,222,'','',530,0,'2013-10-13 14:11:19',3199,NULL),(3257,19,'','',530,0,'2013-10-13 14:16:55',3200,NULL),(3258,18,'','',530,0,'2013-10-13 14:16:55',3200,NULL),(3259,222,'','',530,0,'2013-10-13 14:16:55',3200,NULL),(3260,19,'','',530,0,'2013-10-13 14:48:54',3201,NULL),(3261,18,'','',530,0,'2013-10-13 14:48:54',3201,NULL),(3262,222,'','',530,0,'2013-10-13 14:48:54',3201,NULL),(3263,35,'','',530,0,'2013-10-13 14:48:54',3203,NULL),(3264,19,'','',530,0,'2013-10-13 16:41:28',3204,NULL),(3265,18,'','',530,0,'2013-10-13 16:41:28',3204,NULL),(3266,222,'','',530,0,'2013-10-13 16:41:28',3204,NULL),(3267,22,'','',530,0,'2013-10-13 17:17:10',3205,NULL),(3268,9,'','',530,0,'2013-10-13 17:17:10',3205,NULL),(3269,19,'','',530,0,'2013-10-13 17:17:10',3205,NULL),(3270,18,'','',530,0,'2013-10-13 17:17:10',3205,NULL),(3271,35,'','',530,0,'2013-10-13 17:17:10',3207,NULL),(3272,37,'','',530,0,'2013-10-13 17:17:11',3210,NULL),(3273,22,'','',530,0,'2013-10-13 17:53:04',3211,NULL),(3274,9,'','',530,0,'2013-10-13 17:53:04',3211,NULL),(3275,19,'','',530,0,'2013-10-13 17:53:04',3211,NULL),(3276,18,'','',530,0,'2013-10-13 17:53:04',3211,NULL),(3277,35,'','',530,0,'2013-10-13 17:53:04',3213,NULL),(3278,107,'','',530,0,'2013-10-13 17:53:05',3216,NULL),(3279,22,'','',530,0,'2013-10-13 18:06:32',3217,NULL),(3280,9,'','',530,0,'2013-10-13 18:06:32',3217,NULL),(3281,19,'','',530,0,'2013-10-13 18:06:32',3217,NULL),(3282,18,'','',530,0,'2013-10-13 18:06:32',3217,NULL),(3283,35,'','',530,0,'2013-10-13 18:06:32',3219,NULL),(3284,107,'','',530,0,'2013-10-13 18:06:32',3222,NULL),(3285,22,'','',530,0,'2013-10-13 18:12:53',3223,NULL),(3286,9,'','',530,0,'2013-10-13 18:12:53',3223,NULL),(3287,19,'','',530,0,'2013-10-13 18:12:53',3223,NULL),(3288,18,'','',530,0,'2013-10-13 18:12:53',3223,NULL),(3289,57,'','',530,0,'2013-10-13 18:12:54',3225,NULL),(3290,133,'','',530,0,'2013-10-13 18:12:54',3225,NULL),(3291,56,'','',530,0,'2013-10-13 18:12:54',3225,NULL),(3292,35,'','',530,0,'2013-10-13 18:12:54',3228,NULL),(3293,68,'','',530,0,'2013-10-13 18:12:54',3232,NULL),(3294,9,'','',531,0,'2013-10-13 19:08:21',3233,NULL),(3295,36,'No Bacteria Growth,##,##,,9b65e2186cb581e90b4e98f77355cb1c3ad4467c','',534,0,'2013-10-15 00:00:00',3235,NULL),(3296,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9b65e2186cb581e90b4e98f77355cb1c3ad4467c','',534,504,'2013-10-15 00:00:00',3235,'2013-10-22 16:18:23'),(3297,9,'','',531,0,'2013-10-13 19:26:58',3236,NULL),(3298,19,'','',531,0,'2013-10-13 19:26:58',3236,NULL),(3299,18,'','',531,0,'2013-10-13 19:26:58',3236,NULL),(3300,9,'','',531,0,'2013-10-13 20:14:39',3237,NULL),(3301,19,'','',531,0,'2013-10-13 20:14:39',3237,NULL),(3302,18,'','',531,0,'2013-10-13 20:14:39',3237,NULL),(3303,9,'','',531,0,'2013-10-13 20:47:03',3238,NULL),(3304,28,'','',531,0,'2013-10-13 20:47:03',3238,NULL),(3305,19,'','',531,0,'2013-10-13 20:47:03',3238,NULL),(3306,18,'','',531,0,'2013-10-13 20:47:03',3238,NULL),(3307,9,'','',531,0,'2013-10-13 21:10:44',3239,NULL),(3308,19,'','',531,0,'2013-10-13 21:10:44',3239,NULL),(3309,9,'','',531,0,'2013-10-13 21:12:38',3240,NULL),(3310,19,'','',531,0,'2013-10-13 21:12:38',3240,NULL),(3311,9,'','',531,0,'2013-10-13 21:15:43',3241,NULL),(3312,19,'','',531,0,'2013-10-13 21:15:43',3241,NULL),(3313,18,'','',531,0,'2013-10-13 21:15:43',3241,NULL),(3314,16,'','',531,0,'2013-10-13 21:15:43',3243,NULL),(3315,107,'','',531,0,'2013-10-13 21:15:43',3243,NULL),(3316,9,'','',531,0,'2013-10-13 21:21:05',3244,NULL),(3317,19,'','',531,0,'2013-10-13 21:21:05',3244,NULL),(3318,18,'','',531,0,'2013-10-13 21:21:05',3244,NULL),(3319,9,'','',531,0,'2013-10-13 21:25:00',3245,NULL),(3320,19,'','',531,0,'2013-10-13 21:25:00',3245,NULL),(3321,18,'','',531,0,'2013-10-13 21:25:00',3245,NULL),(3322,107,'','',531,0,'2013-10-13 21:25:00',3247,NULL),(3323,35,'','',531,0,'2013-10-13 21:25:00',3250,NULL),(3324,9,'','',531,0,'2013-10-13 23:04:10',3251,NULL),(3325,9,'','',531,0,'2013-10-13 23:18:03',3252,NULL),(3326,19,'','',531,0,'2013-10-13 23:18:03',3252,NULL),(3327,35,'','',531,0,'2013-10-14 01:43:01',3253,NULL),(3328,68,'7.1,,,,e2c671f8a1ef0e4935570fa50947115837c471c0','',534,0,'2013-10-14 00:00:00',3254,NULL),(3329,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,e2c671f8a1ef0e4935570fa50947','',534,556,'2013-10-14 00:00:00',3256,'2013-10-14 15:03:15'),(3330,9,'','',531,0,'2013-10-14 07:38:52',3257,NULL),(3331,57,'','',531,0,'2013-10-14 07:38:52',3259,NULL),(3332,133,'','',531,0,'2013-10-14 07:38:52',3259,NULL),(3333,132,'','',531,0,'2013-10-14 07:38:52',3259,NULL),(3334,56,'','',531,0,'2013-10-14 07:38:52',3259,NULL),(3335,68,'','',531,0,'2013-10-14 07:38:52',3262,NULL),(3336,18,'[$]NO MALARIA PARASITE SEEN[/$],,,ed16a7628201c67484b5c3fe8b60efe2bdcbf265','',537,0,'2013-10-14 00:00:00',3263,NULL),(3337,222,'','',530,0,'2013-10-14 08:03:40',3263,NULL),(3338,68,'4.4,,,,ed16a7628201c67484b5c3fe8b60efe2bdcbf265','',537,0,'2013-10-14 00:00:00',3265,NULL),(3339,3,'2.0,##1.8,##2.8,##,,##,,,eaa48a50e3935d1d9915e60c9f89d880506a3153','',534,0,'2013-10-16 00:00:00',3266,NULL),(3340,82,'','',530,0,'2013-10-14 08:17:44',3268,NULL),(3341,68,'','',530,0,'2013-10-14 08:17:44',3268,NULL),(3342,57,'','',530,0,'2013-10-14 08:28:40',3269,NULL),(3343,133,'','',530,0,'2013-10-14 08:28:40',3269,NULL),(3344,132,'','',530,0,'2013-10-14 08:28:40',3269,NULL),(3345,56,'','',530,0,'2013-10-14 08:28:40',3269,NULL),(3346,131,'','',530,0,'2013-10-14 08:41:45',3270,NULL),(3347,65,'','',530,0,'2013-10-14 08:41:45',3270,NULL),(3348,222,'','',530,0,'2013-10-14 08:46:13',3271,NULL),(3349,36,'','',530,0,'2013-10-14 08:46:13',3273,NULL),(3350,35,'','',530,0,'2013-10-14 08:46:13',3273,NULL),(3351,216,'','',530,0,'2013-10-14 08:46:13',3276,NULL),(3352,19,'NEGATIVE,,63e7d71f191f099d74d86d091ae07b731b2cf3bc','',534,0,'2013-10-14 00:00:00',3277,NULL),(3353,222,'','',530,0,'2013-10-14 08:53:44',3277,NULL),(3354,19,'NEGATIVE,,cda29d86dbe7dabbe2a5a5230dfd20b9ae9e55c8','',504,0,'2013-10-14 00:00:00',3278,NULL),(3355,222,'','',530,0,'2013-10-14 09:03:18',3278,NULL),(3356,144,'','',530,0,'2013-10-14 09:03:19',3280,NULL),(3357,28,',[$] AA\n\n\n[/$],,cda29d86dbe7dabbe2a5a5230dfd20b9ae9e55c8','',534,0,'2013-10-17 00:00:00',3281,NULL),(3358,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,/$],##[$][/$],,,ec819069ad0229d1a94bdd32','',534,556,'2013-10-14 00:00:00',3282,'2013-10-14 15:03:15'),(3359,19,'','',530,0,'2013-10-14 09:19:41',3283,NULL),(3360,222,'','',530,0,'2013-10-14 09:19:41',3283,NULL),(3361,35,'','',530,0,'2013-10-14 09:19:42',3285,NULL),(3362,37,'','',530,0,'2013-10-14 09:19:42',3288,NULL),(3363,57,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3364,133,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3365,112,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3366,131,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3367,132,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3368,56,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3369,107,'','',530,0,'2013-10-14 09:19:42',3292,NULL),(3370,144,'','',530,0,'2013-10-14 09:19:42',3297,NULL),(3371,192,'','',530,0,'2013-10-14 09:19:45',3303,NULL),(3372,19,'','',530,0,'2013-10-14 09:25:07',3304,NULL),(3373,222,'','',530,0,'2013-10-14 09:25:07',3304,NULL),(3374,35,'','',530,0,'2013-10-14 09:25:07',3306,NULL),(3375,37,'','',530,0,'2013-10-14 09:25:07',3309,NULL),(3376,57,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3377,133,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3378,112,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3379,131,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3380,132,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3381,56,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3382,107,'','',530,0,'2013-10-14 09:25:08',3313,NULL),(3383,144,'','',530,0,'2013-10-14 09:25:08',3318,NULL),(3384,192,'','',530,0,'2013-10-14 09:25:08',3324,NULL),(3385,68,'','',530,0,'2013-10-14 09:25:09',3331,NULL),(3386,132,'','',530,0,'2013-10-14 09:28:00',3332,NULL),(3387,98,'GRAM NEGATIVE INTRACELLULAR DIPLOCOCCI SEEN,,ae903f0bed49e7506a8a711960bad2227c7e8d0e','',534,0,'2013-10-14 00:00:00',3333,NULL),(3388,9,'','',530,0,'2013-10-14 09:31:18',3334,NULL),(3389,68,'4.4,-,-,,e714d961e4c1fb932a2f730db5469dc6332aa826','',534,0,'2013-10-25 00:00:00',3336,NULL),(3390,107,'1#20,1#20,c01e97f14943bf628dbd6fa7283bc705b1580746','',504,504,'2013-10-14 00:00:00',3337,'2013-10-22 16:22:57'),(3391,105,'-,RESISTANT,RESISTANT,##-,SENSITIVE,RESISTANT,SENSITIVE,##-,SENSITIVE,##-,SENSITIVE,##-,##-,##-,##-,##-,##-,##-,-,SENSITIVE,,,,da7f36d0f31a97d26b46367e75c97fe32b1d434f','',534,0,'2013-10-14 00:00:00',3338,NULL),(3392,199,'[$]KLEBSHIELLA spp. ISOLATED[/$],da7f36d0f31a97d26b46367e75c97fe32b1d434f','',534,0,'2013-10-14 00:00:00',3338,NULL),(3393,222,'','',530,0,'2013-10-14 09:39:37',3339,NULL),(3394,128,'','',530,0,'2013-10-14 09:39:37',3341,NULL),(3395,35,'','',530,0,'2013-10-14 09:39:37',3344,NULL),(3396,21,'','',530,0,'2013-10-14 09:45:17',3345,NULL),(3397,9,'','',530,0,'2013-10-14 09:45:17',3345,NULL),(3398,25,'','',530,0,'2013-10-14 09:45:17',3345,NULL),(3399,27,'NON-REACTIVE,-,NEGATIVE,,ce52dabaa9f2f858cd96323215d163c12a186006','',535,0,'2013-10-24 00:00:00',3345,NULL),(3400,20,'','',530,0,'2013-10-14 09:45:17',3345,NULL),(3401,112,'','',530,0,'2013-10-14 09:45:21',3347,NULL),(3402,108,'','',530,0,'2013-10-14 09:45:21',3347,NULL),(3403,19,'NEGATIVE,,0f11780b46a0984ef1f95b5ecfbfc4327d0a25fe','',504,0,'2013-10-14 00:00:00',3348,NULL),(3404,18,'[$]NO PARASITES SEEN[/$],,,0f11780b46a0984ef1f95b5ecfbfc4327d0a25fe','',504,0,'2013-10-14 00:00:00',3348,NULL),(3405,222,'','',530,0,'2013-10-14 09:47:42',3348,NULL),(3406,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],##[$][/$],,][/$],,0f11780b46a0','',504,556,'2013-10-14 00:00:00',3350,'2013-10-14 15:03:15'),(3407,131,'','',530,0,'2013-10-14 09:51:42',3351,NULL),(3408,132,'','',530,0,'2013-10-14 09:51:42',3351,NULL),(3409,222,'','',530,0,'2013-10-14 09:51:42',3353,NULL),(3410,68,'','',530,0,'2013-10-14 09:51:43',3356,NULL),(3411,18,'[$]NO MALARIA PARASITES SEEN[/$],,,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',504,0,'2013-10-14 00:00:00',3357,NULL),(3412,222,'','',530,0,'2013-10-14 09:55:34',3357,NULL),(3413,150,'','',530,0,'2013-10-14 09:55:34',3359,NULL),(3414,21,'O,POSITIVE,d4b13b83ad86f48fd3721676105c333d55b1c34e','',504,0,'2013-10-14 00:00:00',3360,NULL),(3415,9,'','',530,0,'2013-10-14 10:02:38',3360,NULL),(3416,20,'NEGATIVE,d4b13b83ad86f48fd3721676105c333d55b1c34e','',504,0,'2013-10-14 00:00:00',3360,NULL),(3417,68,'5.2,,,,d4b13b83ad86f48fd3721676105c333d55b1c34e','',504,556,'2013-10-14 00:00:00',3362,'2013-10-14 13:34:19'),(3418,21,'A,POSITIVE,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,504,'2013-10-16 17:35:28',3363,'2013-10-22 09:35:56'),(3419,19,'NEGATIVE,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,504,'2013-10-16 17:35:28',3363,'2013-10-22 09:35:56'),(3420,18,'[$]no mps seen[/$],,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-16 17:35:28',3363,NULL),(3421,20,'NEGATIVE,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,504,'2013-10-16 17:35:28',3363,'2013-10-22 09:35:56'),(3422,38,'[$]NO BACTERIA GROWTH[/$],##,##,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-24 00:00:00',3365,NULL),(3423,9,'','',530,0,'2013-10-14 10:05:43',3366,NULL),(3424,18,'[$]NO MALARIA PARASITES SEEN[/$],,,ad3b07d370e0ea0957e0c26d80ea749cfe25dc5e','',504,0,'2013-10-14 00:00:00',3366,NULL),(3425,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,],##[$][/$],##[$][/$],,[$][/$],,ad3b07d3','',504,556,'2013-10-14 00:00:00',3368,'2013-10-14 15:03:15'),(3426,71,'','',530,0,'2013-10-14 10:10:25',3369,NULL),(3427,92,'15.5,e684998c5e2c2ce5468b9825f4b76e1069f0d592','',535,0,'2013-10-14 00:00:00',3370,NULL),(3428,19,'NEGATIVE,,a4dee752a201c83cfaf584bbc089d89f971cf638','',537,0,'2013-10-14 00:00:00',3371,NULL),(3429,222,'','',530,0,'2013-10-14 10:18:32',3371,NULL),(3430,36,'','',530,0,'2013-10-14 10:18:32',3373,NULL),(3431,71,'NEGATIVE,,a4dee752a201c83cfaf584bbc089d89f971cf638','',537,0,'2013-10-14 00:00:00',3373,NULL),(3432,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,a4dee752a201c83cfaf584bbc089','',537,556,'2013-10-14 00:00:00',3373,'2013-10-14 15:03:16'),(3433,144,'','',530,0,'2013-10-14 10:18:33',3376,NULL),(3434,163,'','',530,0,'2013-10-14 10:18:33',3376,NULL),(3435,9,'','',530,0,'2013-10-14 10:24:06',3377,NULL),(3436,68,'7.6,,,,d5c2bea4d6b8a14c5b615bd87eb2a82a17e89694','',534,0,'2013-10-15 00:00:00',3378,NULL),(3437,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,d5c2bea4d6b8a14c5b615bd87eb2a82a17e89694','',534,504,'2013-10-15 00:00:00',3380,'2013-10-22 16:18:23'),(3438,18,'[$]NO MALARIA PARASITES SEEN [/$],,,ad31157deddb5f6f66ae0035fcb5ff8ae52e796d','',534,0,'2013-10-14 00:00:00',3381,NULL),(3439,222,'','',530,0,'2013-10-14 10:44:18',3381,NULL),(3440,35,'HAZY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,ad31157deddb5f6f66ae0035fcb5f','',534,556,'2013-10-14 00:00:00',3383,'2013-10-14 15:03:16'),(3441,107,'180,120,,ad31157deddb5f6f66ae0035fcb5ff8ae52e796d','',534,556,'2013-10-14 00:00:00',3386,'2013-10-14 13:36:30'),(3442,223,'','',530,0,'2013-10-14 10:47:26',3387,NULL),(3443,88,'','',530,0,'2013-10-14 10:51:24',3388,NULL),(3444,68,'','',530,0,'2013-10-14 10:54:16',3389,NULL),(3445,225,'','',530,0,'2013-10-14 10:57:15',3390,NULL),(3446,9,'','',530,0,'2013-10-14 10:58:59',3391,NULL),(3447,9,'','',530,0,'2013-10-14 10:59:13',3392,NULL),(3448,226,'','',504,0,'2013-10-14 11:02:42',3393,NULL),(3449,226,'','',530,0,'2013-10-14 11:03:06',3394,NULL),(3450,19,'NEGATIVE,,aa3865c98014c7ce4f85fb3398ede1b8afa35575','',534,0,'2013-10-14 00:00:00',3395,NULL),(3451,18,'[$]NO MALARIA PARASITES SEEN [/$],,,aa3865c98014c7ce4f85fb3398ede1b8afa35575','',534,0,'2013-10-14 00:00:00',3395,NULL),(3452,222,'','',530,0,'2013-10-14 11:11:46',3395,NULL),(3453,35,'CLEAR,LIGHT AMBER,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,$][/$],##[$][/$],,$],,aa3865c98014c7ce4f','',534,556,'2013-10-14 00:00:00',3397,'2013-10-14 15:03:16'),(3454,157,'','',530,0,'2013-10-14 11:11:46',3400,NULL),(3455,38,'','',504,0,'2013-10-14 11:13:49',3401,NULL),(3456,37,'BROWN,WATERY,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,present (++),present (+),,c01e97f14943bf628dbd6fa7283bc705b1580746','',504,0,'2013-10-14 00:00:00',3401,NULL),(3457,57,'','',530,0,'2013-10-14 11:17:18',3402,NULL),(3458,133,'','',530,0,'2013-10-14 11:17:18',3402,NULL),(3459,132,'','',530,0,'2013-10-14 11:17:18',3402,NULL),(3460,92,'2.5,d35f7d9e0eda6c67203636cd2c75f78620b91b8a','',535,0,'2013-10-14 00:00:00',3402,NULL),(3461,56,'','',530,0,'2013-10-14 11:17:18',3402,NULL),(3462,21,'','',530,0,'2013-10-14 11:17:18',3404,NULL),(3463,9,'','',530,0,'2013-10-14 11:17:18',3404,NULL),(3464,223,'','',530,0,'2013-10-14 11:17:18',3404,NULL),(3465,68,'','',530,0,'2013-10-14 11:17:20',3407,NULL),(3466,9,'','',530,0,'2013-10-14 11:21:35',3408,NULL),(3467,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,,,,,,,,,,],##[$][/$],##[$][/$],,[$][/$],,,,0ea2d4','',534,556,'2013-10-14 00:00:00',3410,'2013-10-14 15:03:16'),(3468,9,'','',530,0,'2013-10-14 11:24:24',3411,NULL),(3469,19,'NEGATIVE,,0a0527cb591f0d88bb3b59ab62ef66fb72cbe8c1','',534,0,'2013-10-14 00:00:00',3411,NULL),(3470,35,'CLOUDY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,[/$],##[$][/$],,,,0a0527cb591f0d88bb3b59','',534,556,'2013-10-14 00:00:00',3413,'2013-10-14 15:03:16'),(3471,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,0a0527cb591f0d88bb3b59ab62ef66fb72cbe8c1','',534,0,'2013-10-14 00:00:00',3416,NULL),(3472,19,'NEGATIVE,,4779d596bca96be7d010d4cfd857f5449a56bb83','',534,0,'2013-10-14 00:00:00',3417,NULL),(3473,18,'[$]NO MALARIA PARASITES SEEN [/$],,,4779d596bca96be7d010d4cfd857f5449a56bb83','',534,0,'2013-10-14 00:00:00',3417,NULL),(3474,222,'','',530,0,'2013-10-14 11:37:03',3417,NULL),(3475,35,'','',530,0,'2013-10-14 11:37:04',3419,NULL),(3476,107,'1#20,1#20,4779d596bca96be7d010d4cfd857f5449a56bb83','',534,504,'2013-10-14 00:00:00',3422,'2013-10-22 16:22:57'),(3477,144,'','',530,0,'2013-10-14 11:37:04',3426,NULL),(3478,18,'[$]NO MALARIA PARASITES SEEN [/$],,,35ddb38a65497b22f896e07d8da99335746a915c','',534,0,'2013-10-14 00:00:00',3427,NULL),(3479,222,'','',530,0,'2013-10-14 11:41:33',3427,NULL),(3480,18,'[$]NO MALARIA PARASITES SEEN [/$],,,35d4745d317d70c50525e4646c288a13fe6fcdc2','',534,0,'2013-10-14 00:00:00',3428,NULL),(3481,222,'','',530,0,'2013-10-14 11:44:34',3428,NULL),(3482,35,'HAZY,LIGHT AMBER,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,][/$],##[$][/$],,],,35d4745d317d70c50525','',534,556,'2013-10-14 00:00:00',3430,'2013-10-14 15:03:16'),(3483,107,'1#20,1#20,a4dee752a201c83cfaf584bbc089d89f971cf638','',504,504,'2013-10-14 12:45:57',3431,'2013-10-22 16:22:57'),(3484,77,'','',530,0,'2013-10-14 11:57:04',3432,NULL),(3485,112,'NEGATIVE,,d4b13b83ad86f48fd3721676105c333d55b1c34e','',504,556,'2013-10-14 13:02:03',3433,'2013-10-14 13:35:05'),(3486,9,'','',530,0,'2013-10-14 12:01:53',3434,NULL),(3487,192,'','',530,0,'2013-10-14 12:01:53',3436,NULL),(3488,144,'','',530,0,'2013-10-14 12:01:53',3439,NULL),(3489,9,'','',530,0,'2013-10-14 12:08:32',3440,NULL),(3490,18,'[$]NO MALARIA PARASITES SEEN [/$],,,236aa94fbc4d45e2a446bcb15b8f4eae596637c0','',534,0,'2013-10-14 00:00:00',3440,NULL),(3491,70,',,236aa94fbc4d45e2a446bcb15b8f4eae596637c0','',534,0,'2013-10-14 00:00:00',3440,NULL),(3492,107,'1#20,1#20,236aa94fbc4d45e2a446bcb15b8f4eae596637c0','',534,504,'2013-10-14 00:00:00',3442,'2013-10-22 16:22:57'),(3493,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,,,,,,,,,,],##[$][/$],##[$][/$],,[$][/$],,236aa94f','',534,556,'2013-10-14 00:00:00',3445,'2013-10-14 15:03:16'),(3494,9,'','',530,0,'2013-10-14 12:16:10',3446,NULL),(3495,132,'','',530,0,'2013-10-14 12:16:10',3448,NULL),(3496,68,'','',530,0,'2013-10-14 12:16:10',3451,NULL),(3497,142,'','',530,0,'2013-10-14 12:16:10',3455,NULL),(3498,157,'','',530,0,'2013-10-14 12:16:10',3455,NULL),(3499,9,'','',530,0,'2013-10-14 12:23:58',3456,NULL),(3500,132,'','',530,0,'2013-10-14 12:23:58',3458,NULL),(3501,68,'','',530,0,'2013-10-14 12:23:59',3461,NULL),(3502,142,'','',530,0,'2013-10-14 12:23:59',3465,NULL),(3503,156,'','',530,0,'2013-10-14 12:23:59',3465,NULL),(3504,157,'','',530,0,'2013-10-14 12:23:59',3465,NULL),(3505,163,'','',530,0,'2013-10-14 12:27:36',3466,NULL),(3506,9,'5.6,4.91,13.1,37.2,76,26.7,35.2,127,49.1,5.0,43.8,1.6,0.5,,c183605cca23c535419eb039eec9ebace3091b01','',534,0,'2013-10-14 00:00:00',3467,NULL),(3507,28,'NEGATIVE,[$]AA[/$],,c183605cca23c535419eb039eec9ebace3091b01','',534,0,'2013-10-17 00:00:00',3467,NULL),(3508,18,'[$]NO MALARIA PARASITES SEEN [/$],,,c183605cca23c535419eb039eec9ebace3091b01','',534,0,'2013-10-14 00:00:00',3467,NULL),(3509,112,'NEGATIVE,,c183605cca23c535419eb039eec9ebace3091b01','',534,0,'2013-10-14 00:00:00',3469,NULL),(3510,27,'NON-REACTIVE,-,NEGATIVE,,c183605cca23c535419eb039eec9ebace3091b01','',535,0,'2013-10-24 00:00:00',3469,NULL),(3511,35,'','',530,0,'2013-10-14 12:31:52',3472,NULL),(3512,144,'','',530,0,'2013-10-14 12:35:42',3473,NULL),(3513,9,'5.3,4.24,12.7,36.1,85,30.0,35.2,242,27.9,13.9,51.3,6.4,0.5,,e962edcd61814594c3a383294a59c54e29ed7712','',534,556,'2013-10-14 00:00:00',3475,'2013-10-14 14:54:02'),(3514,18,'[$]NO MALARIA PARASITES SEEN [/$],,,e962edcd61814594c3a383294a59c54e29ed7712','',534,0,'2013-10-14 00:00:00',3475,NULL),(3515,68,'','',530,0,'2013-10-14 12:40:27',3476,NULL),(3516,9,'','',530,0,'2013-10-14 12:40:27',3476,NULL),(3517,132,'','',530,0,'2013-10-14 12:40:27',3478,NULL),(3518,107,'120,120,,b4c3b442bcade7a5ad7c643e7e5ae4d4b59bf9b5','',534,556,'2013-10-14 00:00:00',3479,'2013-10-14 14:57:46'),(3519,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,##[$][/$],,b4c3b442bcade7a5ad7c643e7e5a','',555,556,'2013-10-14 00:00:00',3481,'2013-10-14 15:03:16'),(3520,21,'','',530,0,'2013-10-14 12:48:15',3482,NULL),(3521,9,'','',530,0,'2013-10-14 12:48:15',3482,NULL),(3522,25,'','',530,0,'2013-10-14 12:48:15',3482,NULL),(3523,20,'','',530,0,'2013-10-14 12:48:15',3482,NULL),(3524,112,'','',530,0,'2013-10-14 12:48:16',3484,NULL),(3525,27,'NON-REACTIVE,-,NEGATIVE,,1e9346e3dcc98a49309aee7db7065d8ced3288c7','',535,0,'2013-10-24 00:00:00',3484,NULL),(3526,108,'','',530,0,'2013-10-14 12:48:16',3484,NULL),(3527,35,'','',530,0,'2013-10-14 12:48:16',3487,NULL),(3528,37,'','',530,0,'2013-10-14 12:48:16',3491,NULL),(3529,135,'[$]E coli isolated[/$],##,##,,43db41053475457e7252f7f0df250f933d5f28e5','',553,0,'2013-10-19 15:28:56',3492,NULL),(3530,134,'SCANTY,MANY,NOT SEEN,NOT SEEN,,43db41053475457e7252f7f0df250f933d5f28e5','PUS CELLS:SCANTY, EPITHELIAL CELLS:MANY',553,0,'2013-10-19 15:28:56',3492,NULL),(3531,77,'[$]6.0[/$],,126c90f3110bdc9c035c33de781e6123c4bc8695','',556,0,'2013-10-14 14:05:39',3493,NULL),(3532,18,'','',530,0,'2013-10-14 13:03:03',3494,NULL),(3533,222,'','',530,0,'2013-10-14 13:03:03',3494,NULL),(3534,223,'','',530,0,'2013-10-14 13:05:49',3495,NULL),(3535,37,'','',530,0,'2013-10-14 13:05:49',3497,NULL),(3536,41,'','',530,0,'2013-10-14 13:08:46',3498,NULL),(3537,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,9b76d4944a4d8ff46255ae15b6bd88b1a8bc921e','',534,0,'2013-10-14 00:00:00',3499,NULL),(3538,35,'HAZY,AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,##[$][/$],,59c4f929be0f17cb248f166e94be9','',534,556,'2013-10-14 00:00:00',3500,'2013-10-14 15:22:25'),(3539,36,'No Bacteria Growth,##,##,,e826bc6f67a6c0ee638107293ca64f9a9353317f','',556,0,'2013-10-14 14:16:05',3501,NULL),(3540,19,'','',530,0,'2013-10-14 13:16:19',3502,NULL),(3541,18,'','',530,0,'2013-10-14 13:16:19',3502,NULL),(3542,222,'','',530,0,'2013-10-14 13:16:19',3502,NULL),(3543,35,'','',530,0,'2013-10-14 13:16:19',3504,NULL),(3544,38,'[$]NO Salmonellae or Shigellae Isolated[/$],##,##,,bf57e4c0c0a08343e079709ec584f52251f56ca3','',556,0,'2013-10-14 14:19:10',3505,NULL),(3545,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bf57e4c0c0a08343e079709ec584f52251f56ca3','CONTENT:',556,0,'2013-10-14 14:19:10',3505,NULL),(3546,223,'','',530,0,'2013-10-14 13:18:15',3506,NULL),(3547,27,'Type 1 Ab REACTIVE,REACTIVE,POSITIVE,,1e7290f9d104b3f4656e0ee619a15feab90240e1','',534,504,'2013-10-15 00:00:00',3507,'2013-10-22 16:21:39'),(3548,128,'','',530,0,'2013-10-14 13:20:29',3507,NULL),(3549,9,'','',530,0,'2013-10-14 13:22:33',3508,NULL),(3550,135,'[$]Candida Spp. Isolated[/$],##,##,,127e27777fcb2801f9e4ba1d129adbb6eccbd829','',556,0,'2013-10-14 14:24:11',3509,NULL),(3551,18,'','',530,0,'2013-10-14 13:34:59',3510,NULL),(3552,222,'','',530,0,'2013-10-14 13:34:59',3510,NULL),(3553,36,'','',530,0,'2013-10-14 13:43:24',3511,NULL),(3554,18,'','',530,0,'2013-10-14 13:51:35',3512,NULL),(3555,222,'','',530,0,'2013-10-14 13:51:35',3512,NULL),(3556,35,'','',530,0,'2013-10-14 13:51:36',3514,NULL),(3557,35,'','',530,0,'2013-10-14 13:51:36',3517,NULL),(3558,107,'','',530,0,'2013-10-14 13:51:36',3521,NULL),(3559,222,'','',530,0,'2013-10-14 13:56:23',3522,NULL),(3560,142,'','',530,0,'2013-10-14 13:56:23',3524,NULL),(3561,163,'','',530,0,'2013-10-14 13:56:23',3524,NULL),(3562,222,'7.5,3.93,11.7,34.8,88.5,29.8,33.6,246,27.3,8.8,63.9,2.0,0.7,4.8,13.2,9.0,,a7a2fe99d1bdaaf32a7714a723d002f47e97530e','',534,0,'2013-10-28 07:00:00',3525,NULL),(3563,112,'NEGATIVE,,a7a2fe99d1bdaaf32a7714a723d002f47e97530e','',537,0,'2013-10-28 07:00:00',3527,NULL),(3564,27,'NON-REACTIVE,-,NEGATIVE,,a7a2fe99d1bdaaf32a7714a723d002f47e97530e','',537,0,'2013-10-28 07:00:00',3527,NULL),(3565,68,'4.1,NEGATIVE,NEGATIVE,,a7a2fe99d1bdaaf32a7714a723d002f47e97530e','',537,0,'2013-10-28 07:00:00',3530,NULL),(3566,22,',,17369e277ea179948d8a8e9a58fe6c46d2f40767','18',535,535,'2013-10-16 00:00:00',3531,'2013-10-16 18:58:53'),(3567,9,'','',530,0,'2013-10-14 14:17:21',3531,NULL),(3568,66,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3569,57,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3570,133,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3571,76,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3572,131,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3573,132,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3574,56,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3575,65,'','',530,0,'2013-10-14 14:17:22',3533,NULL),(3576,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,17369e277ea179948d8a8e9a58fe6c46d2f40767','',535,504,'2013-10-16 00:00:00',3536,'2013-10-22 16:18:23'),(3577,82,'','',530,0,'2013-10-14 14:17:22',3540,NULL),(3578,68,'','',530,0,'2013-10-14 14:17:22',3540,NULL),(3579,19,'','',530,0,'2013-10-14 14:24:57',3541,NULL),(3580,18,'','',530,0,'2013-10-14 14:24:57',3541,NULL),(3581,222,'','',530,0,'2013-10-14 14:24:57',3541,NULL),(3582,35,'','',530,0,'2013-10-14 14:25:01',3543,NULL),(3583,9,'','',530,0,'2013-10-14 14:30:02',3544,NULL),(3584,35,'','',530,0,'2013-10-14 14:30:02',3546,NULL),(3585,21,'A,POSITIVE,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3547,NULL),(3586,222,'','',530,0,'2013-10-14 14:34:12',3547,NULL),(3587,20,'POSITIVE,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3547,NULL),(3588,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,504,'2013-10-15 00:00:00',3549,'2013-10-22 16:18:23'),(3589,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3552,NULL),(3590,16,'NEGATIVE,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3556,NULL),(3591,112,'','',530,0,'2013-10-14 14:34:12',3556,NULL),(3592,68,'4.6,,,,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3561,NULL),(3593,21,'A,POSITIVE,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3562,NULL),(3594,9,'','',530,0,'2013-10-14 14:36:45',3562,NULL),(3595,20,'POSITIVE,3ff4f3380be88f7adf24dd9c03945a20a402e975','',534,0,'2013-10-15 00:00:00',3562,NULL),(3596,35,'','',530,0,'2013-10-14 14:36:45',3564,NULL),(3597,37,'','',530,0,'2013-10-14 14:36:45',3567,NULL),(3598,68,'','',530,0,'2013-10-14 14:36:45',3571,NULL),(3599,16,'','',530,0,'2013-10-14 14:36:46',3576,NULL),(3600,112,'','',530,0,'2013-10-14 14:36:46',3576,NULL),(3601,22,'','',530,0,'2013-10-14 14:39:48',3577,NULL),(3602,9,'','',530,0,'2013-10-14 14:39:48',3577,NULL),(3603,107,'','',530,0,'2013-10-14 14:39:48',3579,NULL),(3604,9,'','',530,0,'2013-10-14 14:46:58',3580,NULL),(3605,18,'','',530,0,'2013-10-14 14:46:58',3580,NULL),(3606,35,'','',530,0,'2013-10-14 14:46:59',3582,NULL),(3607,28,',[$]SS[/$],,eda2a1eb83f5185f9b0df5ca8ec39369bc27c378','',552,0,'2013-10-14 00:00:00',3583,NULL),(3608,18,'[$]NO MPS SEEN[/$],,,eda2a1eb83f5185f9b0df5ca8ec39369bc27c378','',552,0,'2013-10-14 00:00:00',3583,NULL),(3609,222,'','',530,0,'2013-10-14 15:01:36',3583,NULL),(3610,18,'','',530,0,'2013-10-14 15:14:41',3584,NULL),(3611,222,'','',530,0,'2013-10-14 15:14:41',3584,NULL),(3612,9,'','',530,0,'2013-10-14 15:28:41',3585,NULL),(3613,57,'','',530,0,'2013-10-14 15:30:29',3586,NULL),(3614,133,'','',530,0,'2013-10-14 15:30:29',3586,NULL),(3615,56,'','',530,0,'2013-10-14 15:30:29',3586,NULL),(3616,97,'','',530,0,'2013-10-14 15:34:06',3587,NULL),(3617,19,'','',530,0,'2013-10-14 15:40:09',3588,NULL),(3618,18,'','',530,0,'2013-10-14 15:40:09',3588,NULL),(3619,222,'','',530,0,'2013-10-14 15:40:09',3588,NULL),(3620,35,'','',530,0,'2013-10-14 15:40:09',3590,NULL),(3621,222,'','',530,0,'2013-10-14 15:57:45',3591,NULL),(3622,9,'','',556,0,'2013-10-14 15:58:11',3592,NULL),(3623,60,'','',556,0,'2013-10-14 16:00:19',3593,NULL),(3624,57,'','',556,0,'2013-10-14 16:00:19',3593,NULL),(3625,59,'','',556,0,'2013-10-14 16:00:19',3593,NULL),(3626,58,'','',556,0,'2013-10-14 16:00:19',3593,NULL),(3627,56,'','',556,0,'2013-10-14 16:00:19',3593,NULL),(3628,9,'','',530,0,'2013-10-14 16:48:44',3594,NULL),(3629,19,'','',530,0,'2013-10-14 16:48:44',3594,NULL),(3630,18,'','',530,0,'2013-10-14 16:48:44',3594,NULL),(3631,35,'','',530,0,'2013-10-14 16:48:44',3596,NULL),(3632,139,'','',530,0,'2013-10-14 16:57:20',3597,NULL),(3633,9,'','',530,0,'2013-10-14 17:10:47',3598,NULL),(3634,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,32c4e82a0a251b326eccfa68','',555,0,'2013-11-11 08:00:00',3600,NULL),(3635,160,'','',530,0,'2013-10-14 17:10:47',3603,NULL),(3636,192,'','',530,0,'2013-10-14 17:14:18',3604,NULL),(3637,18,'','',530,0,'2013-10-14 17:23:32',3605,NULL),(3638,222,'','',530,0,'2013-10-14 17:23:32',3605,NULL),(3639,35,'','',530,0,'2013-10-14 17:23:32',3607,NULL),(3640,21,'','',530,0,'2013-10-14 17:28:14',3608,NULL),(3641,25,'','',530,0,'2013-10-14 17:28:14',3608,NULL),(3642,20,'','',530,0,'2013-10-14 17:28:14',3608,NULL),(3643,35,'','',530,0,'2013-10-14 17:28:14',3610,NULL),(3644,37,'','',530,0,'2013-10-14 17:28:15',3613,NULL),(3645,112,'','',530,0,'2013-10-14 17:28:15',3617,NULL),(3646,27,'','',530,0,'2013-10-14 17:28:15',3617,NULL),(3647,108,'','',530,0,'2013-10-14 17:28:15',3617,NULL),(3648,194,'','',530,0,'2013-10-14 17:28:15',3622,NULL),(3649,18,'','',530,0,'2013-10-14 17:36:25',3623,NULL),(3650,222,'','',530,0,'2013-10-14 17:36:25',3623,NULL),(3651,19,'','',530,0,'2013-10-14 17:40:22',3624,NULL),(3652,18,'','',530,0,'2013-10-14 17:40:22',3624,NULL),(3653,222,'','',530,0,'2013-10-14 17:40:22',3624,NULL),(3654,35,'','',530,0,'2013-10-14 17:40:22',3626,NULL),(3655,19,'','',530,0,'2013-10-14 17:42:42',3627,NULL),(3656,18,'','',530,0,'2013-10-14 17:42:42',3627,NULL),(3657,222,'','',530,0,'2013-10-14 17:42:42',3627,NULL),(3658,36,'','',530,0,'2013-10-14 17:42:42',3629,NULL),(3659,35,'','',530,0,'2013-10-14 17:42:42',3629,NULL),(3660,19,'','',530,0,'2013-10-14 17:47:00',3630,NULL),(3661,18,'','',530,0,'2013-10-14 17:47:00',3630,NULL),(3662,222,'','',530,0,'2013-10-14 17:47:00',3630,NULL),(3663,71,'','',530,0,'2013-10-14 17:47:01',3632,NULL),(3664,35,'','',530,0,'2013-10-14 17:47:01',3632,NULL),(3665,92,'1.5,0538fef83ba1396c01e8cecffabccda6a2d4e8a6','',537,0,'2013-10-25 00:00:00',3633,NULL),(3666,18,'','',530,0,'2013-10-14 18:06:09',3634,NULL),(3667,222,'','',530,0,'2013-10-14 18:06:09',3634,NULL),(3668,97,'','',530,0,'2013-10-14 18:20:17',3635,NULL),(3669,19,'','',530,0,'2013-10-14 18:39:27',3636,NULL),(3670,18,'','',530,0,'2013-10-14 18:39:27',3636,NULL),(3671,222,'','',530,0,'2013-10-14 18:39:27',3636,NULL),(3672,35,'','',530,0,'2013-10-14 18:39:27',3638,NULL),(3673,37,'','',530,0,'2013-10-14 18:39:28',3641,NULL),(3674,226,'','',530,0,'2013-10-14 18:43:15',3642,NULL),(3675,19,'','',530,0,'2013-10-14 18:47:30',3643,NULL),(3676,18,'','',530,0,'2013-10-14 18:47:30',3643,NULL),(3677,222,'','',530,0,'2013-10-14 18:47:30',3643,NULL),(3678,35,'','',530,0,'2013-10-14 18:47:30',3645,NULL),(3679,107,'','',530,0,'2013-10-14 18:47:31',3648,NULL),(3680,9,'7.4,4.56,12.0,35.3,77.4,26.3,34.0,214,39.8,4.7,54.0,3.0,0.0,,47b951d988afd390b0ea33cffc50909f49c1aa51','',536,0,'2013-10-14 00:00:00',3649,NULL),(3681,19,'NEGATIVE,,47b951d988afd390b0ea33cffc50909f49c1aa51','',536,0,'2013-10-14 00:00:00',3649,NULL),(3682,107,'1#20,1#20,47b951d988afd390b0ea33cffc50909f49c1aa51','',536,504,'2013-10-14 00:00:00',3651,'2013-10-22 16:22:57'),(3683,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,47b951d988afd390b0ea33cffc50909f49c1aa51','',536,504,'2013-10-14 00:00:00',3654,'2013-10-22 16:18:23'),(3684,9,'5.2,5.18,15.7,44.8,86.5,30.3,35.0,240,58.5,3.2,32.7,5.6,0.0,,b01afd6e199ae5e1fd91098171ffae90213ee87b','',536,0,'2013-10-14 00:00:00',3655,NULL),(3685,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b01afd6e199ae5e1fd91098171ffae90213ee87b','',536,504,'2013-10-14 00:00:00',3657,'2013-10-22 16:18:23'),(3686,9,'5.1,5.08,14.6,43.8,86.2,28.7,33.3,213,38.1,3.4,54.5,4.0,0.0,,c4bf17ebf60f31156bd879feccce52a1b122ca50','',536,0,'2013-10-14 00:00:00',3658,NULL),(3687,18,'[$]NO MALARIA PARASITE SEEN[/$],,,c4bf17ebf60f31156bd879feccce52a1b122ca50','',536,0,'2013-10-14 00:00:00',3658,NULL),(3688,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c4bf17ebf60f31156bd879feccce52a1b122ca50','',536,504,'2013-10-14 00:00:00',3660,'2013-10-22 16:18:23'),(3689,107,'1#20,1#20,c4bf17ebf60f31156bd879feccce52a1b122ca50','',536,504,'2013-10-14 00:00:00',3663,'2013-10-22 16:22:57'),(3690,9,'','',531,0,'2013-10-14 20:23:50',3664,NULL),(3691,19,'NEGATIVE,,1a436f6fbfd13a54dffd8d5ac31fb46a867d8bcb','',536,0,'2013-10-14 00:00:00',3664,NULL),(3692,18,'[$][/$],,,1a436f6fbfd13a54dffd8d5ac31fb46a867d8bcb','',536,0,'2013-10-14 00:00:00',3664,NULL),(3693,107,'1#20,1#20,1a436f6fbfd13a54dffd8d5ac31fb46a867d8bcb','',536,504,'2013-10-14 00:00:00',3666,'2013-10-22 16:22:57'),(3694,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,1a436f6fbfd13a54dffd8d5ac31fb46a867d8bcb','',536,504,'2013-10-14 00:00:00',3669,'2013-10-22 16:18:23'),(3695,66,'','',531,0,'2013-10-14 20:26:52',3670,NULL),(3696,19,'NEGATIVE,,5c4e9740cb87d02e59a7f27beee904b9a2947534','',536,0,'2013-10-15 00:00:00',3671,NULL),(3697,18,'[$]NO MALARIA PARASITE SEEN[/$],,,5c4e9740cb87d02e59a7f27beee904b9a2947534','',536,0,'2013-10-15 00:00:00',3671,NULL),(3698,65,'','',531,0,'2013-10-14 20:32:49',3672,NULL),(3699,223,'','',531,0,'2013-10-14 20:35:30',3673,NULL),(3700,36,'','',531,0,'2013-10-14 20:56:47',3674,NULL),(3701,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,945605a0966fdf5cf87a08a453564a8a317e7ec4','',536,504,'2013-10-14 00:00:00',3674,'2013-10-22 16:18:23'),(3702,9,'6.0,5.24,16.1,45.2,86.3,30.7,35.6,331,45.5,3.8,43.7,6.2,0.0,,adef2a45bdb9030d1775f17147b6b2e6354d807b','',536,536,'2013-10-15 00:00:00',3675,'2013-10-15 04:45:05'),(3703,18,'[$]NO MALARIA PARASITE SEEN[/$],,,adef2a45bdb9030d1775f17147b6b2e6354d807b','',536,0,'2013-10-15 00:00:00',3675,NULL),(3704,112,'NEGATIVE,,51e734311cccaacc4b0b3f0405471d3ceae9b84b','',536,0,'2013-10-15 00:00:00',3676,NULL),(3705,27,'NON-REACTIVE,-,NEGATIVE,,51e734311cccaacc4b0b3f0405471d3ceae9b84b','',535,0,'2013-10-24 00:00:00',3676,NULL),(3706,68,'4.9,,,,51e734311cccaacc4b0b3f0405471d3ceae9b84b','',536,0,'2013-10-15 00:00:00',3678,NULL),(3707,112,'NEGATIVE,,2310bb9862cd5efc69dae48d2a87121f746ac658','',536,0,'2013-10-15 00:00:00',3679,NULL),(3708,131,'','',531,0,'2013-10-15 05:46:53',3679,NULL),(3709,132,'','',531,0,'2013-10-15 05:46:53',3679,NULL),(3710,57,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3711,133,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3712,63,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3713,130,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3714,62,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3715,56,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3716,65,'','',530,0,'2013-10-15 07:50:56',3680,NULL),(3717,222,'','',530,0,'2013-10-15 07:50:56',3682,NULL),(3718,19,'NEGATIVE,,c62404681df79db90d05a853a68e41ee88abbd18','',555,0,'2013-10-15 00:00:00',3683,NULL),(3719,18,'[$]NO MALARIA PARASITES SEEN[/$],,,c62404681df79db90d05a853a68e41ee88abbd18','',555,0,'2013-10-15 00:00:00',3683,NULL),(3720,222,'','',530,0,'2013-10-15 08:09:31',3683,NULL),(3721,35,'HAZY,LIGHT AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c62404681df79db90d05a853a68e41ee88abbd18','',555,504,'2013-10-15 00:00:00',3685,'2013-10-22 16:18:23'),(3722,107,'120,120,,c62404681df79db90d05a853a68e41ee88abbd18','',555,535,'2013-10-15 00:00:00',3688,'2013-10-15 12:59:26'),(3723,35,'','',530,0,'2013-10-15 08:35:54',3689,NULL),(3724,222,'','',530,0,'2013-10-15 08:42:49',3690,NULL),(3725,111,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3726,114,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3727,116,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3728,115,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3729,113,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3730,117,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3731,8,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3732,130,'','',530,0,'2013-10-15 08:42:52',3692,NULL),(3733,18,'[$]NO MALARIA PARASITES SEEN[/$],,,e009c4e77dbe703408b21451588ea46a7978c504','',555,0,'2013-10-15 00:00:00',3693,NULL),(3734,222,'','',530,0,'2013-10-15 08:47:24',3693,NULL),(3735,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e009c4e77dbe703408b21451588ea46a7978c504','',543,504,'2013-10-15 00:00:00',3695,'2013-10-22 16:18:23'),(3736,222,'','',530,0,'2013-10-15 08:50:38',3696,NULL),(3737,19,'NEGATIVE,,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,0,'2013-10-15 00:00:00',3697,NULL),(3738,222,'','',530,0,'2013-10-15 09:12:38',3697,NULL),(3739,35,'CLEAR,STRAW,7.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,504,'2013-10-15 00:00:00',3699,'2013-10-22 16:18:23'),(3740,57,'','',530,0,'2013-10-15 09:12:39',3702,NULL),(3741,133,'','',530,0,'2013-10-15 09:12:39',3702,NULL),(3742,114,'POSITIVE,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,0,'2013-10-15 00:00:00',3702,NULL),(3743,116,'POSITIVE,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,0,'2013-10-15 00:00:00',3702,NULL),(3744,115,'POSITIVE,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,0,'2013-10-15 00:00:00',3702,NULL),(3745,113,'NEGATIVE,,,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,0,'2013-10-15 00:00:00',3702,NULL),(3746,112,'POSITIVE,,d27a63d857dc6a99a8d63636cf8144e4f4b94053','',534,0,'2013-10-15 00:00:00',3702,NULL),(3747,131,'','',530,0,'2013-10-15 09:12:39',3702,NULL),(3748,132,'','',530,0,'2013-10-15 09:12:39',3702,NULL),(3749,56,'','',530,0,'2013-10-15 09:12:39',3702,NULL),(3750,19,'NEGATIVE,,3bc5fd2dc3e847bab356ab450b6339d8a9de3fdf','',555,0,'2013-10-15 00:00:00',3703,NULL),(3751,222,'','',530,0,'2013-10-15 09:16:16',3703,NULL),(3752,222,'','',530,0,'2013-10-15 09:26:22',3704,NULL),(3753,57,'','',530,0,'2013-10-15 09:26:22',3706,NULL),(3754,133,'','',530,0,'2013-10-15 09:26:22',3706,NULL),(3755,132,'','',530,0,'2013-10-15 09:26:22',3706,NULL),(3756,56,'','',530,0,'2013-10-15 09:26:22',3706,NULL),(3757,35,'','',530,0,'2013-10-15 09:26:23',3709,NULL),(3758,68,'','',530,0,'2013-10-15 09:26:23',3713,NULL),(3759,19,'NEGATIVE,,6459e51672ffb2f96bb4b22c1cd9e384e859abbf','',555,0,'2013-10-15 00:00:00',3714,NULL),(3760,222,'','',530,0,'2013-10-15 09:33:28',3714,NULL),(3761,222,'','',530,0,'2013-10-15 09:34:56',3715,NULL),(3762,18,'[$]NO MALARIA PARASITES SEEN [/$],,,6a702fce499cf9c8326c578cd31b6ab52b0189e6','',534,0,'2013-10-15 00:00:00',3716,NULL),(3763,222,'','',530,0,'2013-10-15 09:40:12',3716,NULL),(3764,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6a702fce499cf9c8326c578cd31b6ab52b0189e6','',534,504,'2013-10-15 00:00:00',3718,'2013-10-22 16:18:23'),(3765,57,',,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:31',3719,NULL),(3766,133,'[$][/$],[$][/$],,,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:31',3719,NULL),(3767,112,'NEGATIVE,,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:31',3719,NULL),(3768,131,',,,,,,,,,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:32',3719,NULL),(3769,132,',,,,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:32',3719,NULL),(3770,92,'0.7,,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:32',3719,NULL),(3771,56,',,cb94d668dc9ad1174522d7c3e4076bb6ae0532b3','',534,0,'2013-10-17 11:52:32',3719,NULL),(3772,19,'','',530,0,'2013-10-15 09:45:46',3721,NULL),(3773,222,'','',530,0,'2013-10-15 09:45:46',3721,NULL),(3774,222,'','',530,0,'2013-10-15 09:47:56',3722,NULL),(3775,128,'','',530,0,'2013-10-15 09:47:57',3724,NULL),(3776,132,'','',530,0,'2013-10-15 09:52:55',3725,NULL),(3777,36,'','',530,0,'2013-10-15 09:53:55',3726,NULL),(3778,18,'[$]NO MALARIA PARASITES SEEN [/$],,,6bbf011653a0ff5dc2e892c4a539d49acb6d2195','',534,0,'2013-10-15 00:00:00',3727,NULL),(3779,222,'','',530,0,'2013-10-15 09:55:52',3727,NULL),(3780,21,'','',530,0,'2013-10-15 10:08:54',3728,NULL),(3781,9,'','',530,0,'2013-10-15 10:08:54',3728,NULL),(3782,132,'','',530,0,'2013-10-15 10:08:54',3730,NULL),(3783,35,'','',530,0,'2013-10-15 10:08:54',3733,NULL),(3784,68,'','',530,0,'2013-10-15 10:08:54',3737,NULL),(3785,193,'NEGATIVE,04a216e8dd3bf11e5d9512ecdad79267b4f7ced3','',534,0,'2013-10-31 08:00:00',3738,NULL),(3786,36,'','',530,0,'2013-10-15 10:15:33',3738,NULL),(3787,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,04a216e8dd3bf11e5d9512ecdad79267b4f7ced3','',534,504,'2013-10-15 00:00:00',3738,'2013-10-22 16:18:23'),(3788,27,'NON-REACTIVE,-,NEGATIVE,,04a216e8dd3bf11e5d9512ecdad79267b4f7ced3','',534,504,'2013-10-15 00:00:00',3740,'2013-10-22 16:21:39'),(3789,108,'NON - REACTIVE,04a216e8dd3bf11e5d9512ecdad79267b4f7ced3','',534,0,'2013-10-15 00:00:00',3740,NULL),(3790,18,'[$]NO MALARIA PARASITES SEEN [/$],,,9625090206bdcf4dfb14fd20d62887879d4badf6','',534,0,'2013-10-15 00:00:00',3741,NULL),(3791,222,'','',530,0,'2013-10-15 10:22:22',3741,NULL),(3792,18,'[$]NO MALARIA PARASITES SEEN[/$],,,e3df9fe2442893086e0da0f846f8a0c54c68adda','',555,0,'2013-10-15 00:00:00',3742,NULL),(3793,222,'','',530,0,'2013-10-15 10:27:11',3742,NULL),(3794,144,'','',530,0,'2013-10-15 10:27:12',3744,NULL),(3795,19,'NEGATIVE,,b47be5dcc6bde5ddfe8cc923cd5893baf6260fce','',543,0,'2013-10-15 00:00:00',3745,NULL),(3796,222,'','',530,0,'2013-10-15 10:41:05',3745,NULL),(3797,35,'','',530,0,'2013-10-15 10:41:06',3747,NULL),(3798,19,'','',530,0,'2013-10-15 10:43:44',3748,NULL),(3799,18,'','',530,0,'2013-10-15 10:43:44',3748,NULL),(3800,222,'','',530,0,'2013-10-15 10:43:44',3748,NULL),(3801,222,'','',530,0,'2013-10-15 10:47:02',3749,NULL),(3802,222,'','',530,0,'2013-10-15 10:49:55',3750,NULL),(3803,21,'','',530,0,'2013-10-15 10:51:36',3751,NULL),(3804,25,'','',530,0,'2013-10-15 10:51:36',3751,NULL),(3805,108,'','',530,0,'2013-10-15 10:51:40',3753,NULL),(3806,19,'','',530,0,'2013-10-15 10:54:18',3754,NULL),(3807,222,'','',530,0,'2013-10-15 10:54:18',3754,NULL),(3808,109,'NEGATIVE,ed7c3c32988171ac57dd1b5bd289270f31dc743f','',534,0,'2013-10-15 00:00:00',3756,NULL),(3809,19,'NEGATIVE,,65780da250630da5898db5fd30f194cd56108b2d','',534,0,'2013-10-15 00:00:00',3757,NULL),(3810,222,'','',530,0,'2013-10-15 11:05:33',3757,NULL),(3811,19,'NEGATIVE,,64d150e2318b2185ab4b72ea6a1b885d41c0c26f','',543,0,'2013-10-15 00:00:00',3758,NULL),(3812,222,'','',530,0,'2013-10-15 11:09:21',3758,NULL),(3813,36,'Escherichia coli,##,##,,64d150e2318b2185ab4b72ea6a1b885d41c0c26f','',534,0,'2013-10-17 00:00:00',3760,NULL),(3814,35,'','',530,0,'2013-10-15 11:09:22',3760,NULL),(3815,19,'','',530,0,'2013-10-15 11:12:17',3761,NULL),(3816,222,'','',530,0,'2013-10-15 11:12:17',3761,NULL),(3817,132,'','',530,0,'2013-10-15 11:12:18',3763,NULL),(3818,68,'','',530,0,'2013-10-15 11:12:18',3766,NULL),(3819,19,'NEGATIVE,,1a069e21faeed0f8846fb65a689d38b3e8def822','',543,0,'2013-10-15 00:00:00',3767,NULL),(3820,18,'[$]No malaria parasites seen[/$],,,1a069e21faeed0f8846fb65a689d38b3e8def822','',543,0,'2013-10-15 00:00:00',3767,NULL),(3821,222,'','',530,0,'2013-10-15 11:24:07',3767,NULL),(3822,71,'NEGATIVE,,1a069e21faeed0f8846fb65a689d38b3e8def822','',543,0,'2013-10-15 00:00:00',3769,NULL),(3823,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1a069e21faeed0f8846fb65a689d38b3e8def822','',543,504,'2013-10-15 00:00:00',3769,'2013-10-22 16:18:23'),(3824,19,'NEGATIVE,,d74befb3d02b38525c11719d4e78ac51cc73354a','',534,0,'2013-10-15 00:00:00',3770,NULL),(3825,18,'[$]NO MALARIA PARASITES SEEN [/$],,,d74befb3d02b38525c11719d4e78ac51cc73354a','',534,0,'2013-10-15 00:00:00',3770,NULL),(3826,222,'','',530,0,'2013-10-15 11:29:44',3770,NULL),(3827,18,'[$]NO MALARIA PARASITES SEEN [/$],,,1e568a6b09e0c25a049761150da907136343f483','',534,0,'2013-10-15 00:00:00',3771,NULL),(3828,222,'','',530,0,'2013-10-15 11:35:47',3771,NULL),(3829,36,'','',530,0,'2013-10-15 11:35:50',3773,NULL),(3830,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1e568a6b09e0c25a049761150da907136343f483','',534,504,'2013-10-15 00:00:00',3773,'2013-10-22 16:18:23'),(3831,21,'B,POSITIVE,8dadc3ed02716d990c124a5d5ef24b7421d2e1d3','',534,0,'2013-10-15 00:00:00',3774,NULL),(3832,20,'NEGATIVE,8dadc3ed02716d990c124a5d5ef24b7421d2e1d3','',534,0,'2013-10-15 00:00:00',3774,NULL),(3833,112,'','',530,0,'2013-10-15 11:45:32',3776,NULL),(3834,27,'NON-REACTIVE,-,NEGATIVE,,8dadc3ed02716d990c124a5d5ef24b7421d2e1d3','',535,0,'2013-10-24 00:00:00',3776,NULL),(3835,108,'','',530,0,'2013-10-15 11:45:32',3776,NULL),(3836,222,'','',530,0,'2013-10-15 11:51:29',3777,NULL),(3837,27,'NON-REACTIVE,-,NEGATIVE,,b1397ea76e3ec94e137a3cfd65b0e0478e9308ac','',535,0,'2013-10-24 00:00:00',3778,NULL),(3838,19,'NEGATIVE,,b1397ea76e3ec94e137a3cfd65b0e0478e9308ac','',553,0,'2013-10-15 00:00:00',3778,NULL),(3839,222,'','',530,0,'2013-10-15 11:58:19',3778,NULL),(3840,36,'','',530,0,'2013-10-15 11:58:19',3780,NULL),(3841,71,'NEGATIVE,,b1397ea76e3ec94e137a3cfd65b0e0478e9308ac','',553,0,'2013-10-15 00:00:00',3780,NULL),(3842,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,b1397ea76e3ec94e137a3cfd65b0e0478e9308ac','',553,504,'2013-10-15 00:00:00',3780,'2013-10-22 16:18:23'),(3843,108,'','',530,0,'2013-10-15 11:58:19',3783,NULL),(3844,20,'','',556,0,'2013-10-15 12:02:47',3784,NULL),(3845,19,'NEGATIVE,,70cccfc3c2973755c61eb91b2ee41fda88438ff5','',553,0,'2013-10-15 00:00:00',3785,NULL),(3846,18,'[$]NO MPS SEEN[/$],,,70cccfc3c2973755c61eb91b2ee41fda88438ff5','',553,0,'2013-10-15 00:00:00',3785,NULL),(3847,222,'','',530,0,'2013-10-15 12:23:02',3785,NULL),(3848,71,'','',530,0,'2013-10-15 12:23:02',3787,NULL),(3849,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,70cccfc3c2973755c61eb91b2ee41fda88438ff5','',553,504,'2013-10-15 00:00:00',3787,'2013-10-22 16:18:23'),(3850,19,'NEGATIVE,,7c5c52306ff11646297d778c588c2dbc4860b5fc','',553,0,'2013-10-15 00:00:00',3788,NULL),(3851,18,'[$]NO MPS SEEN[/$],,,7c5c52306ff11646297d778c588c2dbc4860b5fc','',553,0,'2013-10-15 00:00:00',3788,NULL),(3852,222,'','',530,0,'2013-10-15 12:27:06',3788,NULL),(3853,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,7c5c52306ff11646297d778c588c2dbc4860b5fc','',553,504,'2013-10-15 00:00:00',3790,'2013-10-22 16:18:23'),(3854,19,'NEGATIVE,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',556,0,'2013-10-15 16:11:04',3791,NULL),(3855,18,'[$]NO MALARIA PARASITES SEEN[/$],,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',556,0,'2013-10-15 16:11:04',3791,NULL),(3856,222,',,,,,,,,,,,,,,,,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',556,0,'2013-10-15 16:11:05',3791,NULL),(3857,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','pH:7.0, SPECIFIC GRAVITY:1.015, OVA:Not Seen, CAST:Not Seen, CRYSTALS:Not Seen, YEAST CELLS:Not Seen',556,504,'2013-10-15 16:13:09',3793,'2013-10-22 16:18:23'),(3858,9,'','',530,0,'2013-10-15 12:44:21',3794,NULL),(3859,18,'','',530,0,'2013-10-15 12:44:21',3794,NULL),(3860,107,'','',530,0,'2013-10-15 12:44:22',3796,NULL),(3861,35,'','',530,0,'2013-10-15 12:44:22',3799,NULL),(3862,135,'','',530,0,'2013-10-15 12:44:22',3803,NULL),(3863,134,'','',530,0,'2013-10-15 12:44:22',3803,NULL),(3864,9,'','',530,0,'2013-10-15 12:46:42',3804,NULL),(3865,9,'','',530,0,'2013-10-15 12:55:27',3805,NULL),(3866,18,'[$]NO MPS SEEN[/$],,,44cee819ba0ec82a25f0c1e00a918c8bf9bb50f9','',553,0,'2013-10-15 00:00:00',3805,NULL),(3867,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,44cee819ba0ec82a25f0c1e00a918c8bf9bb50f9','',553,504,'2013-10-15 00:00:00',3807,'2013-10-22 16:18:24'),(3868,9,'','',530,0,'2013-10-15 12:58:53',3808,NULL),(3869,28,'NEGATIVE,[$]AA[/$],,974c644753c98385772bb66132e7632f6c1ad3da','',534,0,'2013-10-17 00:00:00',3808,NULL),(3870,108,'','',530,0,'2013-10-15 12:58:54',3810,NULL),(3871,22,'','',534,0,'2013-10-15 13:00:32',3811,NULL),(3872,9,'','',530,0,'2013-10-15 13:06:13',3812,NULL),(3873,19,'NEGATIVE,,44824779280f10e473e5f0ed2d9884c0cf9a9404','',553,0,'2013-10-15 00:00:00',3812,NULL),(3874,107,'1/20,1/20,,44824779280f10e473e5f0ed2d9884c0cf9a9404','',553,553,'2013-10-15 16:23:08',3814,'2013-10-15 16:23:46'),(3875,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,44824779280f10e473e5f0ed2d9884c0cf9a9404','pH:7.5, SPECIFIC GRAVITY:1.015, OVA:Not Seen, CAST:Not Seen, CRYSTALS:Not Seen, YEAST CELLS:Not Seen',553,504,'2013-10-15 16:25:23',3817,'2013-10-22 16:18:24'),(3876,22,'9,,ed7c3c32988171ac57dd1b5bd289270f31dc743f','',556,0,'2013-10-15 14:12:23',3818,NULL),(3877,9,',,,,,,,,,,,,,,ed7c3c32988171ac57dd1b5bd289270f31dc743f','',556,0,'2013-10-15 14:12:23',3818,NULL),(3878,9,'','',530,0,'2013-10-15 13:12:51',3819,NULL),(3879,19,'NEGATIVE,,debd54d08ff97d26b61e5b70673acfd405df25d0','',553,0,'2013-10-15 00:00:00',3819,NULL),(3880,18,'[$]NO MPS SEEN[/$],,,debd54d08ff97d26b61e5b70673acfd405df25d0','',553,0,'2013-10-15 00:00:00',3819,NULL),(3881,107,'1#20,1#20,debd54d08ff97d26b61e5b70673acfd405df25d0','',553,504,'2013-10-15 00:00:00',3821,'2013-10-22 16:22:57'),(3882,227,'','',530,0,'2013-10-15 13:19:19',3822,NULL),(3883,68,'','',530,0,'2013-10-15 13:19:19',3822,NULL),(3884,19,'NEGATIVE,,579f663ed670d17ce73dfa7f8606128f53450095','',553,0,'2013-10-15 00:00:00',3823,NULL),(3885,18,'[$][/$],,,579f663ed670d17ce73dfa7f8606128f53450095','',553,0,'2013-10-15 00:00:00',3823,NULL),(3886,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,579f663ed670d17ce73dfa7f8606128f53450095','',553,504,'2013-10-15 00:00:00',3825,'2013-10-22 16:18:24'),(3887,18,'','',530,0,'2013-10-15 13:41:31',3826,NULL),(3888,222,'','',530,0,'2013-10-15 13:41:31',3826,NULL),(3889,71,'NEGATIVE,,b37cb0b9e5e49c9e0121dca3c8d7681b2629e605','',553,0,'2013-10-15 00:00:00',3828,NULL),(3890,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b37cb0b9e5e49c9e0121dca3c8d7681b2629e605','',553,504,'2013-10-15 00:00:00',3828,'2013-10-22 16:18:24'),(3891,18,'','',530,0,'2013-10-15 13:45:14',3829,NULL),(3892,222,'','',530,0,'2013-10-15 13:45:14',3829,NULL),(3893,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,77382ec5f7d32f9431753717379f512ce6ec3a82','pH:8.5, SPECIFIC GRAVITY:1.010, OVA:Not Seen, CAST:Not Seen, CRYSTALS:Not Seen, YEAST CELLS:Not Seen',553,504,'2013-10-15 16:19:59',3831,'2013-10-22 16:18:24'),(3894,22,'16,,ab3d07d8fe1434a1a53d92321c1555e1a1aad645','',553,0,'2013-10-15 00:00:00',3832,NULL),(3895,19,'NEGATIVE,,ab3d07d8fe1434a1a53d92321c1555e1a1aad645','',553,0,'2013-10-15 00:00:00',3832,NULL),(3896,222,'','',530,0,'2013-10-15 13:57:50',3832,NULL),(3897,156,'','',530,0,'2013-10-15 13:57:50',3834,NULL),(3898,19,'NEGATIVE,,44210f56fd4e58c8e3d24bef22b8714dbf7d9321','',553,0,'2013-10-15 00:00:00',3835,NULL),(3899,18,'[$][/$],,,44210f56fd4e58c8e3d24bef22b8714dbf7d9321','',553,0,'2013-10-15 00:00:00',3835,NULL),(3900,18,'[$]NO MPS SEEM[/$],,,73cd1dba5a4bae3e361ac60156cfc9a984e146e1','',553,0,'2013-10-15 16:56:23',3836,NULL),(3901,222,',,,,,,,,,,,,,,,,,73cd1dba5a4bae3e361ac60156cfc9a984e146e1','',553,0,'2013-10-15 16:56:24',3836,NULL),(3902,107,'1#20,1#20,73cd1dba5a4bae3e361ac60156cfc9a984e146e1','',553,504,'2013-10-15 16:58:15',3838,'2013-10-22 16:22:57'),(3903,21,'B,POSITIVE,c4964ce13953dbf556c9a83a2d37a21574a43f7e','',553,0,'2013-10-15 00:00:00',3839,NULL),(3904,19,'','',530,0,'2013-10-15 14:37:14',3840,NULL),(3905,18,'','',530,0,'2013-10-15 14:37:14',3840,NULL),(3906,222,'','',530,0,'2013-10-15 14:37:14',3840,NULL),(3907,18,'','',530,0,'2013-10-15 14:40:54',3841,NULL),(3908,222,'','',530,0,'2013-10-15 14:40:54',3841,NULL),(3909,37,'','',530,0,'2013-10-15 14:40:54',3843,NULL),(3910,21,'','',530,0,'2013-10-15 14:52:40',3844,NULL),(3911,222,'','',530,0,'2013-10-15 14:52:40',3844,NULL),(3912,19,'','',530,0,'2013-10-15 14:55:48',3845,NULL),(3913,18,'','',530,0,'2013-10-15 14:55:48',3845,NULL),(3914,222,'','',530,0,'2013-10-15 14:55:48',3845,NULL),(3915,35,'','',530,0,'2013-10-15 14:55:48',3847,NULL),(3916,107,'','',530,0,'2013-10-15 14:55:49',3850,NULL),(3917,225,'','',546,0,'2013-10-15 15:05:08',3851,NULL),(3918,19,'NEGATIVE,,3420bbd613336270397caedbde226edcbb1bd982','',553,0,'2013-10-15 00:00:00',3852,NULL),(3919,222,'','',530,0,'2013-10-15 15:05:09',3852,NULL),(3920,71,'NEGATIVE,,d06afe06c0da377261de8bb8d4f431056abcfcde','',553,0,'2013-10-15 16:55:00',3853,NULL),(3921,35,'CLEAR,STRAW,5.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,d06afe06c0da377261de8bb8d4f431056abcfcde','',553,504,'2013-10-15 16:55:01',3853,'2013-10-22 16:18:24'),(3922,68,'4.7,NEGATIVE,NEGATIVE,,d06afe06c0da377261de8bb8d4f431056abcfcde','',537,0,'2013-11-27 08:00:00',3855,NULL),(3923,135,'','',530,0,'2013-10-15 15:26:57',3856,NULL),(3924,35,'','',535,0,'2013-10-15 16:07:28',3857,NULL),(3925,16,'','',535,0,'2013-10-15 16:07:28',3859,NULL),(3926,19,'','',530,0,'2013-10-15 16:28:40',3860,NULL),(3927,222,'','',530,0,'2013-10-15 16:28:40',3860,NULL),(3928,71,'','',530,0,'2013-10-15 16:28:40',3862,NULL),(3929,35,'','',530,0,'2013-10-15 16:28:40',3862,NULL),(3930,222,'','',530,0,'2013-10-15 16:44:21',3863,NULL),(3931,194,'','',530,0,'2013-10-15 16:44:22',3865,NULL),(3932,222,'','',530,0,'2013-10-15 16:58:41',3866,NULL),(3933,36,'No Bacteria Growth,##,##,,2de11f09c8569a8d60712039a918f510b310d94d','',534,0,'2013-10-17 00:00:00',3868,NULL),(3934,35,'CLOUDY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,,,,,,,,,,2de11f09c8569a8d60712039a918f510b310d94d','',534,504,'2013-10-17 00:00:00',3868,'2013-10-22 16:18:24'),(3935,216,'[$]NO BACTERIAL GROWTH[/$],2de11f09c8569a8d60712039a918f510b310d94d','',534,0,'2013-10-17 00:00:00',3871,NULL),(3936,18,'','',530,0,'2013-10-15 17:02:23',3872,NULL),(3937,222,'','',530,0,'2013-10-15 17:02:23',3872,NULL),(3938,107,'','',530,0,'2013-10-15 17:02:23',3874,NULL),(3939,19,'','',530,0,'2013-10-15 17:10:30',3875,NULL),(3940,18,'','',530,0,'2013-10-15 17:10:30',3875,NULL),(3941,222,'','',530,0,'2013-10-15 17:10:30',3875,NULL),(3942,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,fcf370bd2eee162cdcfd45dfb3389f24e30e741d','',536,504,'2013-10-16 00:00:00',3877,'2013-10-22 16:18:24'),(3943,18,'','',530,0,'2013-10-15 17:15:10',3878,NULL),(3944,222,'','',530,0,'2013-10-15 17:15:10',3878,NULL),(3945,70,'','',530,0,'2013-10-15 17:15:10',3878,NULL),(3946,35,'','',530,0,'2013-10-15 17:15:14',3880,NULL),(3947,19,'NEGATIVE,,75e7d79abef83e3c3edda72f608b9d37d9d6195a','',553,0,'2013-10-15 19:20:31',3881,NULL),(3948,18,'[$]NO MPS SEEN[/$],,,75e7d79abef83e3c3edda72f608b9d37d9d6195a','',553,0,'2013-10-15 19:20:31',3881,NULL),(3949,222,',,,,,,,,,,,,,,,,,75e7d79abef83e3c3edda72f608b9d37d9d6195a','',553,0,'2013-10-15 19:20:32',3881,NULL),(3950,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,75e7d79abef83e3c3edda72f608b9d37d9d6195a','pH:7.5, SPECIFIC GRAVITY:1.015, OVA:Not Seen, CAST:Not Seen, CRYSTALS:Not Seen, YEAST CELLS:Not Seen',553,504,'2013-10-15 19:22:24',3883,'2013-10-22 16:18:24'),(3951,18,'','',530,0,'2013-10-15 17:22:05',3884,NULL),(3952,222,'','',530,0,'2013-10-15 17:22:05',3884,NULL),(3953,71,'','',530,0,'2013-10-15 17:22:05',3886,NULL),(3954,225,'','',530,0,'2013-10-15 17:32:02',3887,NULL),(3955,19,'','',530,0,'2013-10-15 18:16:05',3888,NULL),(3956,222,'','',530,0,'2013-10-15 18:16:05',3888,NULL),(3957,35,'','',530,0,'2013-10-15 18:16:05',3890,NULL),(3958,222,'','',530,0,'2013-10-15 18:22:03',3891,NULL),(3959,36,'','',530,0,'2013-10-15 18:22:04',3893,NULL),(3960,35,'','',530,0,'2013-10-15 18:22:04',3893,NULL),(3961,140,'','',530,0,'2013-10-15 18:22:04',3896,NULL),(3962,157,'','',530,0,'2013-10-15 18:22:04',3896,NULL),(3963,18,'','',530,0,'2013-10-15 18:27:08',3897,NULL),(3964,222,'','',530,0,'2013-10-15 18:27:08',3897,NULL),(3965,144,'','',530,0,'2013-10-15 18:27:08',3899,NULL),(3966,35,'','',531,0,'2013-10-15 19:22:26',3900,NULL),(3967,9,'','',531,0,'2013-10-15 20:02:40',3901,NULL),(3968,19,'','',531,0,'2013-10-15 20:02:40',3901,NULL),(3969,18,'','',531,0,'2013-10-15 20:02:40',3901,NULL),(3970,9,'','',531,0,'2013-10-15 20:20:37',3902,NULL),(3971,18,'','',531,0,'2013-10-15 20:20:37',3902,NULL),(3972,9,'12.4,4.69,12.6,37.1,79.1,26.9,34.0,585,49.3,4.4,43.8,2.5,0.0,,a7c6bfe7520fefadc97577625ac776c8673b27e5','',536,0,'2013-10-16 00:00:00',3903,NULL),(3973,18,'[$]NO MALARIA PARASITE SEEN[/$],,,a7c6bfe7520fefadc97577625ac776c8673b27e5','',536,0,'2013-10-16 00:00:00',3903,NULL),(3974,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a7c6bfe7520fefadc97577625ac776c8673b27e5','',536,504,'2013-10-16 00:00:00',3905,'2013-10-22 16:18:24'),(3975,18,'','',531,0,'2013-10-15 21:33:09',3906,NULL),(3976,9,'6.1,5.02,12.6,36.2,72.1,25.1,24.8,296,38.0,6.2,51.2,4.6,0.0,,e021103246e2f67599d95ddc302473a75baf192c','',536,0,'2013-10-16 00:00:00',3907,NULL),(3977,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e021103246e2f67599d95ddc302473a75baf192c','',536,0,'2013-10-16 00:00:00',3907,NULL),(3978,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e021103246e2f67599d95ddc302473a75baf192c','',536,504,'2013-10-16 00:00:00',3909,'2013-10-22 16:18:24'),(3979,36,'No Significant Bacteria Growth,##,##,,62ba76d01a5cce25eb235a97bb8a59b4f7de268c','',534,0,'2013-10-18 00:00:00',3910,NULL),(3980,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,62ba76d01a5cce25eb235a97bb8a59b4f7de268c','',536,504,'2013-10-16 00:00:00',3910,'2013-10-22 16:18:24'),(3981,68,'','',531,0,'2013-10-16 04:49:29',3911,NULL),(3982,9,'5.1,4.38,14.0,40.4,92.2,32.0,34.7,266,55.5,5.5,33.4,4.6,0.0,,0d8f1756d5cf9e2d7dbee6b6482f38edbddb9ed1','',536,0,'2013-10-16 00:00:00',3912,NULL),(3983,57,'','',531,0,'2013-10-16 05:33:38',3914,NULL),(3984,132,'','',531,0,'2013-10-16 05:33:38',3914,NULL),(3985,56,'','',531,0,'2013-10-16 05:33:38',3914,NULL),(3986,77,'','',531,0,'2013-10-16 05:33:38',3917,NULL),(3987,68,'','',531,0,'2013-10-16 06:02:15',3918,NULL),(3988,132,'','',531,0,'2013-10-16 06:53:03',3919,NULL),(3989,68,'','',531,0,'2013-10-16 06:53:03',3921,NULL),(3990,19,'','',531,0,'2013-10-16 07:10:36',3922,NULL),(3991,222,'','',531,0,'2013-10-16 07:10:36',3922,NULL),(3992,57,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(3993,133,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(3994,112,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(3995,131,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(3996,132,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(3997,92,'1.3,3a3f333a4a69c04b7088a15a95383a94c8438393','',534,0,'2013-10-17 00:00:00',3924,NULL),(3998,56,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(3999,107,'','',531,0,'2013-10-16 07:10:36',3924,NULL),(4000,68,'','',531,0,'2013-10-16 07:10:36',3927,NULL),(4001,35,'','',531,0,'2013-10-16 07:10:36',3931,NULL),(4002,37,'','',531,0,'2013-10-16 07:10:37',3936,NULL),(4003,19,'','',531,0,'2013-10-16 07:14:35',3937,NULL),(4004,222,'','',531,0,'2013-10-16 07:14:35',3937,NULL),(4005,57,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4006,133,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4007,112,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4008,131,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4009,132,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4010,92,'2.0,fb8dde1c2afd577033d12fb6520e255c72ef85ec','',534,0,'2013-10-17 00:00:00',3939,NULL),(4011,56,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4012,107,'','',531,0,'2013-10-16 07:14:39',3939,NULL),(4013,68,'','',531,0,'2013-10-16 07:14:39',3942,NULL),(4014,35,'','',531,0,'2013-10-16 07:14:39',3946,NULL),(4015,37,'','',531,0,'2013-10-16 07:14:39',3951,NULL),(4016,132,'','',531,0,'2013-10-16 07:33:44',3952,NULL),(4017,68,'','',531,0,'2013-10-16 07:33:44',3954,NULL),(4018,132,'','',530,0,'2013-10-16 07:49:52',3955,NULL),(4019,35,'','',530,0,'2013-10-16 07:49:52',3957,NULL),(4020,68,'','',530,0,'2013-10-16 07:49:52',3960,NULL),(4021,19,'','',530,0,'2013-10-16 07:59:15',3961,NULL),(4022,222,'','',530,0,'2013-10-16 07:59:15',3961,NULL),(4023,57,'','',530,0,'2013-10-16 07:59:15',3963,NULL),(4024,133,'','',530,0,'2013-10-16 07:59:15',3963,NULL),(4025,112,'NEGATIVE,,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','',534,0,'2013-11-06 08:00:00',3963,NULL),(4026,131,'','',530,0,'2013-10-16 07:59:15',3963,NULL),(4027,132,'','',530,0,'2013-10-16 07:59:15',3963,NULL),(4028,92,'0.9,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','',534,0,'2013-10-17 00:00:00',3963,NULL),(4029,56,'','',530,0,'2013-10-16 07:59:15',3963,NULL),(4030,107,'1/20,1/20,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','',534,0,'2013-11-06 08:00:00',3963,NULL),(4031,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','',534,0,'2013-11-06 08:00:00',3966,NULL),(4032,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','',534,0,'2013-11-06 08:00:00',3970,NULL),(4033,68,'4.7,-,-,,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','NON DIABETIC, ',534,0,'2013-11-06 08:00:00',3975,NULL),(4034,222,'','',530,0,'2013-10-16 08:02:21',3976,NULL),(4035,70,',,bf8fe251253288ac8898d6c590c671956541e28b','',534,0,'2013-10-16 00:00:00',3976,NULL),(4036,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,bf8fe251253288ac8898d6c590c671956541e28b','',534,504,'2013-10-16 00:00:00',3978,'2013-10-22 16:18:24'),(4037,144,'','',530,0,'2013-10-16 08:02:22',3981,NULL),(4038,19,'','',530,0,'2013-10-16 08:08:18',3982,NULL),(4039,222,'','',530,0,'2013-10-16 08:08:18',3982,NULL),(4040,57,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4041,133,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4042,112,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4043,131,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4044,132,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4045,56,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4046,107,'','',530,0,'2013-10-16 08:08:18',3984,NULL),(4047,35,'','',530,0,'2013-10-16 08:08:18',3987,NULL),(4048,37,'','',530,0,'2013-10-16 08:08:19',3991,NULL),(4049,226,'','',530,0,'2013-10-16 08:08:19',3996,NULL),(4050,144,'','',530,0,'2013-10-16 08:08:19',4002,NULL),(4051,192,'','',530,0,'2013-10-16 08:08:19',4009,NULL),(4052,18,'','',530,0,'2013-10-16 08:12:01',4010,NULL),(4053,222,'','',530,0,'2013-10-16 08:12:01',4010,NULL),(4054,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,ba83eba84eb7c3a596530a01ba65faaa4965214e','',534,504,'2013-10-16 00:00:00',4012,'2013-10-22 16:18:24'),(4055,19,'NEGATIVE,,c0042e98717cb7aff44af6a4621e0065906648e4','',543,0,'2013-10-16 00:00:00',4013,NULL),(4056,18,'[$]NO MALARIA PARASITES SEEN [/$],,,c0042e98717cb7aff44af6a4621e0065906648e4','',543,0,'2013-10-16 00:00:00',4013,NULL),(4057,222,'','',530,0,'2013-10-16 08:15:41',4013,NULL),(4058,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c0042e98717cb7aff44af6a4621e0065906648e4','',543,504,'2013-10-16 00:00:00',4015,'2013-10-22 16:18:24'),(4059,19,'','',530,0,'2013-10-16 08:20:40',4016,NULL),(4060,222,'','',530,0,'2013-10-16 08:20:40',4016,NULL),(4061,57,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4062,133,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4063,112,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4064,131,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4065,132,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4066,92,'1.2,3a1586140c5c90c162eac224547f263de37179a1','',534,0,'2013-10-17 00:00:00',4018,NULL),(4067,56,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4068,107,'','',530,0,'2013-10-16 08:20:40',4018,NULL),(4069,35,'','',530,0,'2013-10-16 08:20:40',4021,NULL),(4070,37,'','',530,0,'2013-10-16 08:20:40',4025,NULL),(4071,144,'','',530,0,'2013-10-16 08:20:41',4031,NULL),(4072,192,'','',530,0,'2013-10-16 08:20:41',4038,NULL),(4073,19,'NEGATIVE,,7dd70ab5de9f68da46650a5333fe40d5676a0d81','',534,0,'2013-11-06 08:00:00',4039,NULL),(4074,222,'','',530,0,'2013-10-16 08:35:42',4039,NULL),(4075,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7dd70ab5de9f68da46650a5333fe40d5676a0d81','',534,0,'2013-11-06 08:00:00',4041,NULL),(4076,57,'','',530,0,'2013-10-16 08:35:42',4044,NULL),(4077,133,'','',530,0,'2013-10-16 08:35:42',4044,NULL),(4078,115,'NEGATIVE,7dd70ab5de9f68da46650a5333fe40d5676a0d81','',534,0,'2013-11-06 08:00:00',4044,NULL),(4079,131,'','',530,0,'2013-10-16 08:35:42',4044,NULL),(4080,132,'','',530,0,'2013-10-16 08:35:42',4044,NULL),(4081,92,'0.6,7dd70ab5de9f68da46650a5333fe40d5676a0d81','',504,0,'2013-10-22 00:00:00',4044,NULL),(4082,56,'','',530,0,'2013-10-16 08:35:42',4044,NULL),(4083,107,'1/20,1/20,7dd70ab5de9f68da46650a5333fe40d5676a0d81','',534,0,'2013-11-06 08:00:00',4044,NULL),(4084,37,'','',530,0,'2013-10-16 08:35:43',4048,NULL),(4085,68,'','',530,0,'2013-10-16 08:35:43',4053,NULL),(4086,144,'','',530,0,'2013-10-16 08:35:43',4059,NULL),(4087,192,'','',530,0,'2013-10-16 08:35:43',4066,NULL),(4088,222,'','',530,0,'2013-10-16 08:45:29',4067,NULL),(4089,57,'','',530,0,'2013-10-16 08:45:32',4069,NULL),(4090,133,'','',530,0,'2013-10-16 08:45:32',4069,NULL),(4091,132,'','',530,0,'2013-10-16 08:45:32',4069,NULL),(4092,56,'','',530,0,'2013-10-16 08:45:32',4069,NULL),(4093,35,'','',530,0,'2013-10-16 08:45:32',4072,NULL),(4094,222,'','',530,0,'2013-10-16 08:48:35',4073,NULL),(4095,70,',,84b7e02ef8040ca9a0f0bf1de8b3e50fcfc60c93','',543,0,'2013-10-16 00:00:00',4073,NULL),(4096,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,84b7e02ef8040ca9a0f0bf1de8b3e50fcfc60c93','',543,504,'2013-10-16 00:00:00',4075,'2013-10-22 16:18:24'),(4097,222,'','',530,0,'2013-10-16 08:54:51',4076,NULL),(4098,57,'','',530,0,'2013-10-16 08:54:52',4078,NULL),(4099,73,'','',530,0,'2013-10-16 08:54:52',4078,NULL),(4100,133,'','',530,0,'2013-10-16 08:54:52',4078,NULL),(4101,131,'','',530,0,'2013-10-16 08:54:52',4078,NULL),(4102,132,'','',530,0,'2013-10-16 08:54:52',4078,NULL),(4103,56,'','',530,0,'2013-10-16 08:54:52',4078,NULL),(4104,18,'[$]NO MALARIA PARASITES SEEN [/$],,,348f32d73a707c43fb2e994eea5232d6a7e80221','',543,0,'2013-10-16 00:00:00',4079,NULL),(4105,222,'','',530,0,'2013-10-16 08:58:25',4079,NULL),(4106,35,'CLEAR,STRAW,6.5,1.020,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,348f32d73a707c43fb2e994eea5232d6a7e80221','',543,504,'2013-10-16 00:00:00',4081,'2013-10-22 16:18:24'),(4107,25,'','',530,0,'2013-10-16 09:09:00',4082,NULL),(4108,19,'','',530,0,'2013-10-16 09:09:00',4082,NULL),(4109,18,'','',530,0,'2013-10-16 09:09:00',4082,NULL),(4110,222,'','',530,0,'2013-10-16 09:09:00',4082,NULL),(4111,112,'','',530,0,'2013-10-16 09:09:00',4084,NULL),(4112,27,'NON-REACTIVE,-,NEGATIVE,,a8da1aeeb83947ca7b653cfd3553533ad5ae6a35','',535,0,'2013-10-24 00:00:00',4084,NULL),(4113,108,'','',530,0,'2013-10-16 09:09:00',4084,NULL),(4114,37,'','',530,0,'2013-10-16 09:09:00',4087,NULL),(4115,68,'','',530,0,'2013-10-16 09:13:10',4088,NULL),(4116,19,'NEGATIVE,,624037e55b390058352c743a28bdcca6941defa6','',543,0,'2013-10-16 00:00:00',4089,NULL),(4117,222,'','',530,0,'2013-10-16 09:16:47',4089,NULL),(4118,16,'POSITIVE,624037e55b390058352c743a28bdcca6941defa6','',543,0,'2013-10-16 00:00:00',4091,NULL),(4119,207,'','',530,0,'2013-10-16 09:20:07',4092,NULL),(4120,222,'','',530,0,'2013-10-16 09:26:07',4093,NULL),(4121,144,'','',530,0,'2013-10-16 09:26:07',4095,NULL),(4122,28,'POSITIVE,[$]AS[/$],,0e4b75963d966991bcea4524382458004ef2f077','',534,0,'2013-10-17 00:00:00',4096,NULL),(4123,35,'HAZY,LIGHT AMBER,7.0,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,,ca65f0b97bbcf8e2da565c38ec8b037f8711e0','',543,504,'2013-10-16 00:00:00',4097,'2013-10-22 16:18:24'),(4124,18,'[$] NO MALARIA PARASITES SEEN [/$],,,e7eedd4f8b3f1ccb9cd2229cd24771cd80a48ddd','',543,0,'2013-10-16 00:00:00',4098,NULL),(4125,222,'','',530,0,'2013-10-16 09:52:40',4098,NULL),(4126,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,e7eedd4f8b3f1ccb9cd2229cd24771cd80a48ddd','',543,504,'2013-10-16 00:00:00',4100,'2013-10-22 16:18:24'),(4127,222,'','',530,0,'2013-10-16 10:10:29',4101,NULL),(4128,128,'','',530,0,'2013-10-16 10:10:32',4103,NULL),(4129,35,'','',530,0,'2013-10-16 10:10:32',4106,NULL),(4130,108,'NON - REACTIVE,bf8fe251253288ac8898d6c590c671956541e28b','',534,0,'2013-10-16 00:00:00',4107,NULL),(4131,222,'','',530,0,'2013-10-16 10:34:37',4108,NULL),(4132,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,165178cd33715faa9006602bff96e3a4c63342ba','',534,504,'2013-10-18 00:00:00',4110,'2013-10-22 16:18:24'),(4133,124,'[$]NO PATHOGEN ISOLATED [/$],165178cd33715faa9006602bff96e3a4c63342ba','',534,0,'2013-10-18 00:00:00',4113,NULL),(4134,144,'','',530,0,'2013-10-16 10:34:38',4117,NULL),(4135,19,'','',530,0,'2013-10-16 10:39:42',4118,NULL),(4136,222,'','',530,0,'2013-10-16 10:39:42',4118,NULL),(4137,57,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4138,133,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4139,112,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4140,131,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4141,132,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4142,56,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4143,107,'','',530,0,'2013-10-16 10:39:42',4120,NULL),(4144,35,'','',530,0,'2013-10-16 10:39:43',4123,NULL),(4145,37,'','',530,0,'2013-10-16 10:39:43',4127,NULL),(4146,226,'','',530,0,'2013-10-16 10:39:43',4132,NULL),(4147,144,'','',530,0,'2013-10-16 10:39:43',4138,NULL),(4148,192,'','',530,0,'2013-10-16 10:39:44',4145,NULL),(4149,9,'','',530,0,'2013-10-16 10:51:08',4146,NULL),(4150,19,'NEGATIVE,,51d106df90d5efa24e620e66c75e2e31e40ccf2c','',535,0,'2013-10-16 00:00:00',4146,NULL),(4151,18,'[$]NO MALARIA PARASITES SEEN[/$],,,51d106df90d5efa24e620e66c75e2e31e40ccf2c','',535,0,'2013-10-16 00:00:00',4146,NULL),(4152,9,'','',530,0,'2013-10-16 10:59:07',4147,NULL),(4153,19,'POSITIVE,,8506519a27a1841194f11e4ea395978109206a91','',535,0,'2013-10-16 00:00:00',4147,NULL),(4154,18,'[$]MALARIA PARASITES PRESENT (+++)[/$],,,8506519a27a1841194f11e4ea395978109206a91','',535,0,'2013-10-16 00:00:00',4147,NULL),(4155,9,'','',530,0,'2013-10-16 11:01:38',4148,NULL),(4156,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e9105a47c7f5c8f5eac5813e00d79275d2bfce0a','',543,504,'2013-10-16 00:00:00',4150,'2013-10-22 16:18:24'),(4157,112,'NEGATIVE,,17edafe9631284b92a25b4491bfbcc87ca316d82','',555,0,'2013-11-02 08:00:00',4151,NULL),(4158,117,'NEGATIVE,17edafe9631284b92a25b4491bfbcc87ca316d82','',555,0,'2013-11-02 08:00:00',4151,NULL),(4159,128,'','',530,0,'2013-10-16 11:05:41',4151,NULL),(4160,9,'','',530,0,'2013-10-16 11:11:29',4152,NULL),(4161,19,'NEGATIVE,,b08434516fdc71a7ca729415daa66e24e7cd66f8','',535,0,'2013-10-16 00:00:00',4152,NULL),(4162,18,'[$]NO MALARIA PARASITES SEEN[/$],,,b08434516fdc71a7ca729415daa66e24e7cd66f8','',535,0,'2013-10-16 00:00:00',4152,NULL),(4163,71,'NEGATIVE,,b08434516fdc71a7ca729415daa66e24e7cd66f8','',535,0,'2013-10-16 00:00:00',4154,NULL),(4164,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b08434516fdc71a7ca729415daa66e24e7cd66f8','',535,504,'2013-10-16 00:00:00',4154,'2013-10-22 16:18:24'),(4165,9,'','',530,0,'2013-10-16 11:15:05',4155,NULL),(4166,19,'NEGATIVE,,68fa05e3e0a0e16b6927f9c9b74b2968c7c7041e','',543,0,'2013-10-16 00:00:00',4155,NULL),(4167,18,'[$]NO MALARIA PARASITES SEEN [/$],,,68fa05e3e0a0e16b6927f9c9b74b2968c7c7041e','',543,0,'2013-10-16 00:00:00',4155,NULL),(4168,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,68fa05e3e0a0e16b6927f9c9b74b2968c7c7041e','',543,504,'2013-10-16 00:00:00',4157,'2013-10-22 16:18:24'),(4169,9,'','',530,0,'2013-10-16 11:18:58',4158,NULL),(4170,18,'[$]NO MALARIA PARASITES SEEN [/$],,,fee26dcd4dae7c52fe292c29b326ce70d5ed1eba','',534,0,'2013-10-16 00:00:00',4158,NULL),(4171,9,'','',530,0,'2013-10-16 11:27:42',4159,NULL),(4172,131,'','',530,0,'2013-10-16 11:27:42',4161,NULL),(4173,9,'','',530,0,'2013-10-16 11:30:40',4162,NULL),(4174,9,'','',530,0,'2013-10-16 11:34:13',4163,NULL),(4175,18,'[$] NO MALARIA PARASITES SEEN [/$],,,d6d99a0aaa199f1ce6182a57358ac1474203ec5a','',534,0,'2013-10-16 00:00:00',4163,NULL),(4176,21,'A,POSITIVE,105115c36912eca2870051f38cc5edd3915d2629','',534,0,'2013-10-18 00:00:00',4164,NULL),(4177,9,'','',530,0,'2013-10-16 11:46:20',4164,NULL),(4178,18,'[$]NO MALARIA PARASITES SEEN [/$],,,105115c36912eca2870051f38cc5edd3915d2629','',534,0,'2013-10-18 00:00:00',4164,NULL),(4179,20,'POSITIVE,105115c36912eca2870051f38cc5edd3915d2629','',534,0,'2013-10-18 00:00:00',4164,NULL),(4180,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,105115c36912eca2870051f38cc5edd3915d2629','',534,504,'2013-10-18 00:00:00',4166,'2013-10-22 16:18:24'),(4181,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,1b29b1df0ce1f9cfac39d1c60bd0afcc3375b618','',555,0,'2013-10-28 08:00:00',4167,NULL),(4182,70,'','',530,0,'2013-10-16 11:55:32',4168,NULL),(4183,9,'','',530,0,'2013-10-16 11:58:54',4169,NULL),(4184,70,',,1a3ce530751ab17c51933a2ab8d43e2cbe4bee59','',534,0,'2013-10-16 00:00:00',4169,NULL),(4185,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1a3ce530751ab17c51933a2ab8d43e2cbe4bee59','',534,504,'2013-10-16 00:00:00',4171,'2013-10-22 16:18:24'),(4186,9,'','',530,0,'2013-10-16 12:17:51',4172,NULL),(4187,19,'NEGATIVE,,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,0,'2013-10-18 00:00:00',4172,NULL),(4188,57,'','',530,0,'2013-10-16 12:17:52',4174,NULL),(4189,133,'','',530,0,'2013-10-16 12:17:52',4174,NULL),(4190,131,'','',530,0,'2013-10-16 12:17:52',4174,NULL),(4191,132,'','',530,0,'2013-10-16 12:17:52',4174,NULL),(4192,92,'0.6,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,0,'2013-10-17 00:00:00',4174,NULL),(4193,56,'','',530,0,'2013-10-16 12:17:52',4174,NULL),(4194,65,'','',530,0,'2013-10-16 12:17:52',4174,NULL),(4195,108,'NON - REACTIVE,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,0,'2013-10-18 00:00:00',4174,NULL),(4196,107,'1#20,1#20,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,504,'2013-10-18 00:00:00',4174,'2013-10-22 16:22:57'),(4197,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,504,'2013-10-18 00:00:00',4177,'2013-10-22 16:18:24'),(4198,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,0,'2013-10-18 00:00:00',4181,NULL),(4199,68,'5.7,,,,37b08adb0be25ed8e7a8eeef45655d05d5de8455','',534,0,'2013-10-18 00:00:00',4186,NULL),(4200,9,'','',530,0,'2013-10-16 12:20:09',4187,NULL),(4201,19,'NEGATIVE,,fb3d8034c321ee9e53594809259259f63f1ae907','',534,0,'2013-10-16 00:00:00',4187,NULL),(4202,35,'','',530,0,'2013-10-16 12:20:09',4189,NULL),(4203,9,'','',530,0,'2013-10-16 12:23:53',4190,NULL),(4204,37,'','',530,0,'2013-10-16 12:23:54',4192,NULL),(4205,107,'120,120,,67f681c4a9476c6c6235e2ed619a5820591ebc05','',550,535,'2013-10-16 00:00:00',4195,'2013-10-16 18:19:53'),(4206,21,'O,POSITIVE,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,0,'2013-10-17 00:00:00',4196,NULL),(4207,25,'NO DEFECT,,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,0,'2013-10-17 00:00:00',4196,NULL),(4208,20,'NEGATIVE,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,0,'2013-10-17 00:00:00',4196,NULL),(4209,112,'NEGATIVE,,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,0,'2013-10-17 00:00:00',4198,NULL),(4210,27,'NON-REACTIVE,-,NEGATIVE,,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,504,'2013-10-17 00:00:00',4198,'2013-10-22 16:21:39'),(4211,108,'NON - REACTIVE,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,0,'2013-10-17 00:00:00',4198,NULL),(4212,35,'CLEAR,LIGHT AMBER,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,504,'2013-10-17 00:00:00',4201,'2013-10-22 16:18:24'),(4213,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1a52ec714ce966c77563e7d49738652fe8a59ab6','',534,0,'2013-10-17 00:00:00',4205,NULL),(4214,9,'','',530,0,'2013-10-16 12:34:37',4206,NULL),(4215,25,'NO DEFECT,,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',504,0,'2013-10-22 00:00:00',4206,NULL),(4216,18,'[$]NO MALARIA PARASITE SEEN[/$],,,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',537,0,'2013-10-21 00:00:00',4206,NULL),(4217,37,'','',530,0,'2013-10-16 12:34:37',4208,NULL),(4218,112,'NEGATIVE,,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',537,0,'2013-10-21 00:00:00',4211,NULL),(4219,27,'NON-REACTIVE,-,NEGATIVE,,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',537,504,'2013-10-21 00:00:00',4211,'2013-10-22 16:21:39'),(4220,108,'NON - REACTIVE,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',537,0,'2013-10-21 00:00:00',4211,NULL),(4221,68,'4.7,-,-,,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',504,0,'2013-10-22 00:00:00',4215,NULL),(4222,9,',,,,,,,,,,,,,,de78240c40e4c6abb901585b8d07fb481189cca3','',534,0,'2013-10-16 15:50:31',4216,NULL),(4223,19,'NEGATIVE,,de78240c40e4c6abb901585b8d07fb481189cca3','',534,0,'2013-10-16 15:50:31',4216,NULL),(4224,35,'','',530,0,'2013-10-16 12:37:35',4218,NULL),(4225,9,'','',530,0,'2013-10-16 12:45:05',4219,NULL),(4226,19,'NEGATIVE,,312474aeabcb0fb9358dd17014501caa9c9346bc','',534,0,'2013-10-16 00:00:00',4219,NULL),(4227,18,'[$] NO MALARIA PARASITES SEEN [/$],,,312474aeabcb0fb9358dd17014501caa9c9346bc','',534,0,'2013-10-16 00:00:00',4219,NULL),(4228,71,'POSITIVE,,312474aeabcb0fb9358dd17014501caa9c9346bc','',553,0,'2013-10-16 00:00:00',4221,NULL),(4229,35,'HAZY,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,312474aeabcb0fb9358dd17014501caa9c9346bc','',553,504,'2013-10-16 00:00:00',4221,'2013-10-22 16:18:24'),(4230,9,'','',530,0,'2013-10-16 12:49:11',4222,NULL),(4231,18,'[$] NO MALARIA PARASITES SEEN [/$],,,7c279a87e75d37e8c3b82d375d413ef8a785b004','',534,0,'2013-10-16 00:00:00',4222,NULL),(4232,36,'','',530,0,'2013-10-16 12:51:50',4223,NULL),(4233,9,'','',530,0,'2013-10-16 12:55:00',4224,NULL),(4234,19,'NEGATIVE,,08b12f925d7b5743560e201673ab7951c09b6e7f','',534,0,'2013-10-16 00:00:00',4224,NULL),(4235,107,'1#20,1#20,20b19dfcce8390b52641c81d17babddc69cc3b9a','',534,504,'2013-10-16 17:05:47',4225,'2013-10-22 16:22:57'),(4236,172,'','',530,0,'2013-10-16 12:59:16',4227,NULL),(4237,9,'','',530,0,'2013-10-16 13:03:19',4228,NULL),(4238,19,'NEGATIVE,,1eb8444c135cb6f672cd0be82f6a0242d2fa05bc','',534,0,'2013-10-16 00:00:00',4228,NULL),(4239,18,'[$]NO MALARIA PARASITES SEEN [/$],,,1eb8444c135cb6f672cd0be82f6a0242d2fa05bc','',534,0,'2013-10-16 00:00:00',4228,NULL),(4240,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1eb8444c135cb6f672cd0be82f6a0242d2fa05bc','',534,504,'2013-10-16 00:00:00',4230,'2013-10-22 16:18:24'),(4241,131,'','',530,0,'2013-10-16 13:07:21',4231,NULL),(4242,22,'2,,ef09dd2af9ba99c6ce40a5373ddbfb79e1a74b45','',534,0,'2013-10-16 00:00:00',4232,NULL),(4243,9,'','',530,0,'2013-10-16 13:13:03',4232,NULL),(4244,70,',,ef09dd2af9ba99c6ce40a5373ddbfb79e1a74b45','',534,0,'2013-10-16 00:00:00',4232,NULL),(4245,108,'NON - REACTIVE,ef09dd2af9ba99c6ce40a5373ddbfb79e1a74b45','',534,0,'2013-10-16 00:00:00',4234,NULL),(4246,107,'1#20,1#20,ef09dd2af9ba99c6ce40a5373ddbfb79e1a74b45','',534,504,'2013-10-16 00:00:00',4234,'2013-10-22 16:22:57'),(4247,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,ef09dd2af9ba99c6ce40a5373ddbfb79e1a74b45','',534,504,'2013-10-16 00:00:00',4237,'2013-10-22 16:18:24'),(4248,9,'','',530,0,'2013-10-16 13:21:01',4238,NULL),(4249,18,'','',530,0,'2013-10-16 13:21:01',4238,NULL),(4250,9,'','',530,0,'2013-10-16 13:25:21',4239,NULL),(4251,19,'POSITIVE,,49351c1c3b9f07df9fc83b3fe82e8cc758c73a2a','',534,0,'2013-10-16 00:00:00',4239,NULL),(4252,18,'[$]NO MALARIA PARASITES SEEN [/$],,,49351c1c3b9f07df9fc83b3fe82e8cc758c73a2a','',534,0,'2013-10-16 00:00:00',4239,NULL),(4253,131,'','',530,0,'2013-10-16 13:25:22',4241,NULL),(4254,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,49351c1c3b9f07df9fc83b3fe82e8cc758c73a2a','',534,504,'2013-10-16 00:00:00',4244,'2013-10-22 16:18:24'),(4255,9,'','',530,0,'2013-10-16 13:31:08',4245,NULL),(4256,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4556e093c3e841c6d9f0b5946b09493abca79518',', ',550,0,'2013-10-26 07:00:00',4247,NULL),(4257,194,'','',530,0,'2013-10-16 13:31:09',4250,NULL),(4258,11,'15,[$]14[/$],[$]1.07[/$],##1.1,,239bcd752d51975fadbcd905568d9e4b588b57cb','',534,0,'2013-10-17 00:00:00',4251,NULL),(4259,4,'2 mins. 10 secs.,239bcd752d51975fadbcd905568d9e4b588b57cb','',534,0,'2013-10-17 00:00:00',4253,NULL),(4260,5,'10min 15secs,239bcd752d51975fadbcd905568d9e4b588b57cb','',534,0,'2013-10-17 00:00:00',4253,NULL),(4261,144,'','',530,0,'2013-10-16 13:39:32',4256,NULL),(4262,37,'','',530,0,'2013-10-16 13:47:15',4257,NULL),(4263,9,',,,,,,,,,,,,,,f454407397d53d52d1635e7f14f44c95a9e548d1','',534,0,'2013-10-16 17:09:10',4258,NULL),(4264,19,'NEGATIVE,,f454407397d53d52d1635e7f14f44c95a9e548d1','',534,0,'2013-10-16 17:09:10',4258,NULL),(4265,18,'[$] NO MALARIA PARASITES SEEN [/$],,,f454407397d53d52d1635e7f14f44c95a9e548d1','',534,0,'2013-10-16 17:09:10',4258,NULL),(4266,91,'194.4,FEMALE (3.24 - 29.10),9450447c51859ccfeb30f7c3e652e48528cf0264','',552,0,'2013-10-30 08:00:00',4259,NULL),(4267,107,'','',530,0,'2013-10-16 14:20:37',4260,NULL),(4268,19,'','',530,0,'2013-10-16 14:20:38',4262,NULL),(4269,107,'1#20,1#20,fb3d8034c321ee9e53594809259259f63f1ae907','',534,504,'2013-10-16 00:00:00',4263,'2013-10-22 16:22:57'),(4270,19,'','',530,0,'2013-10-16 14:26:50',4264,NULL),(4271,107,'','',530,0,'2013-10-16 14:26:51',4266,NULL),(4272,108,'NON - REACTIVE,749f59bf5f7c2f9b0a40c0fae7c883695dc09481','',534,0,'2013-10-16 00:00:00',4267,NULL),(4273,22,'123,,c8a12414d5c7a1e77d954b10f574c83c6b225561','',534,0,'2013-10-18 00:00:00',4268,NULL),(4274,9,'','',530,0,'2013-10-16 15:27:42',4268,NULL),(4275,36,'No Bacteria Growth,##,##,,c8a12414d5c7a1e77d954b10f574c83c6b225561','',534,0,'2013-10-18 00:00:00',4270,NULL),(4276,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,c8a12414d5c7a1e77d954b10f574c83c6b225561','',534,504,'2013-10-18 00:00:00',4270,'2013-10-22 16:18:25'),(4277,21,'A,POSITIVE,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,0,'2013-10-17 00:00:00',4271,NULL),(4278,9,'','',530,0,'2013-10-16 15:31:56',4271,NULL),(4279,25,'NO DEFECT,,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,0,'2013-10-17 00:00:00',4271,NULL),(4280,18,'[$]NO MALARIA PARASITES SEEN [/$],,,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,0,'2013-10-17 00:00:00',4271,NULL),(4281,20,'NEGATIVE,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,0,'2013-10-17 00:00:00',4271,NULL),(4282,112,'NEGATIVE,,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,535,'2013-10-17 00:00:00',4273,'2013-10-17 17:59:23'),(4283,27,'NONREACTIVE,,NEGATIVE,,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,535,'2013-10-17 00:00:00',4273,'2013-10-17 17:59:23'),(4284,108,'NON REACTIVE,,a9fec111e82be0284e39e09a1a2f837db15fee9f','',535,535,'2013-10-17 00:00:00',4273,'2013-10-17 17:59:23'),(4285,9,'','',530,0,'2013-10-16 15:37:18',4274,NULL),(4286,19,'NEGATIVE,,b7b74fb423056539f17d4221f5508aa44d95ffe7','',534,0,'2013-10-17 00:00:00',4274,NULL),(4287,57,'','',530,0,'2013-10-16 15:37:18',4276,NULL),(4288,133,'','',530,0,'2013-10-16 15:37:18',4276,NULL),(4289,131,'','',530,0,'2013-10-16 15:37:18',4276,NULL),(4290,56,'','',530,0,'2013-10-16 15:37:18',4276,NULL),(4291,105,'','',530,0,'2013-10-16 15:37:18',4279,NULL),(4292,199,'','',530,0,'2013-10-16 15:37:18',4279,NULL),(4293,37,'','',530,0,'2013-10-16 15:37:19',4283,NULL),(4294,9,'','',530,0,'2013-10-16 15:41:45',4284,NULL),(4295,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e4619580fb3c75e249df8ca006b9ad7048bbdfb2','',553,0,'2013-10-16 00:00:00',4284,NULL),(4296,37,'BROWN,LOOSE,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e4619580fb3c75e249df8ca006b9ad7048bbdfb2','',535,535,'2013-10-16 00:00:00',4286,'2013-10-16 19:21:30'),(4297,71,'POSITIVE,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',535,535,'2013-10-16 00:00:00',4287,'2013-10-16 16:45:45'),(4298,71,'POSITIVE,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',535,0,'2013-10-16 00:00:00',4288,NULL),(4299,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',535,504,'2013-10-16 00:00:00',4288,'2013-10-22 16:18:25'),(4300,22,'64,bc41f1d71382a0e401cd38606fd49ac7b96de36b','',504,0,'2013-10-22 00:00:00',4289,NULL),(4301,9,'','',530,0,'2013-10-16 15:48:18',4289,NULL),(4302,132,'','',530,0,'2013-10-16 15:48:18',4291,NULL),(4303,82,'','',530,0,'2013-10-16 15:48:18',4294,NULL),(4304,144,'','',530,0,'2013-10-16 15:48:18',4298,NULL),(4305,57,'','',530,0,'2013-10-16 16:12:29',4299,NULL),(4306,133,'','',530,0,'2013-10-16 16:12:29',4299,NULL),(4307,56,'','',530,0,'2013-10-16 16:12:29',4299,NULL),(4308,9,'','',530,0,'2013-10-16 16:12:29',4301,NULL),(4309,19,'','',530,0,'2013-10-16 16:12:29',4301,NULL),(4310,35,'','',530,0,'2013-10-16 16:12:30',4304,NULL),(4311,57,'','',530,0,'2013-10-16 16:19:48',4305,NULL),(4312,133,'','',530,0,'2013-10-16 16:19:48',4305,NULL),(4313,56,'','',530,0,'2013-10-16 16:19:48',4305,NULL),(4314,9,'','',530,0,'2013-10-16 16:19:57',4307,NULL),(4315,9,'','',530,0,'2013-10-16 16:21:51',4308,NULL),(4316,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,105115c36912eca2870051f38cc5edd3915d2629','',534,0,'2013-10-18 00:00:00',4309,NULL),(4317,9,'','',530,0,'2013-10-16 16:38:21',4310,NULL),(4318,19,'','',530,0,'2013-10-16 16:38:21',4310,NULL),(4319,57,'','',530,0,'2013-10-16 16:38:21',4312,NULL),(4320,133,'','',530,0,'2013-10-16 16:38:21',4312,NULL),(4321,131,'','',530,0,'2013-10-16 16:38:21',4312,NULL),(4322,132,'','',530,0,'2013-10-16 16:38:21',4312,NULL),(4323,56,'','',530,0,'2013-10-16 16:38:21',4312,NULL),(4324,68,'','',530,0,'2013-10-16 16:38:21',4315,NULL),(4325,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,97d1afd668057b4efacb35c12e0d6ba1b7a24614','',535,504,'2013-10-16 00:00:00',4319,'2013-10-22 16:18:25'),(4326,9,'','',530,0,'2013-10-16 16:43:58',4320,NULL),(4327,19,'NEGATIVE,,9062497ca0c776f9ff83f59f9702c4695c6ccecb','',553,0,'2013-10-16 00:00:00',4320,NULL),(4328,35,'HAZY,STRAW,6.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,9062497ca0c776f9ff83f59f9702c4695c6ccecb','',553,504,'2013-10-16 00:00:00',4322,'2013-10-22 16:18:25'),(4329,36,'No Bacteria Growth,##,##,,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',534,0,'2013-10-18 00:00:00',4323,NULL),(4330,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',534,504,'2013-10-18 00:00:00',4323,'2013-10-22 16:18:25'),(4331,92,'3.1,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',534,0,'2013-10-17 00:00:00',4325,NULL),(4332,9,'','',530,0,'2013-10-16 16:53:24',4326,NULL),(4333,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,43db41053475457e7252f7f0df250f933d5f28e5','CLARITY:HAZY, pH:7.0, SPECIFIC GRAVITY:1.010, YEAST CELLS:Not Seen',553,504,'2013-10-16 19:16:27',4328,'2013-10-22 16:18:25'),(4334,9,'','',530,0,'2013-10-16 16:59:57',4329,NULL),(4335,18,'','',530,0,'2013-10-16 16:59:57',4329,NULL),(4336,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,37279756bf6457ce0be9a199c868ec78f803220d','',535,504,'2013-10-17 00:00:00',4331,'2013-10-22 16:18:25'),(4337,9,'8.5,4.15,11.8,36.1,87.0,28.4,32.7,438,37.7,5.5,52.7,4.1,0.0,,6696024e36a261c88db0e2603f88711c88474a6a','',536,0,'2013-10-17 00:00:00',4332,NULL),(4338,9,'','',530,0,'2013-10-16 17:08:45',4333,NULL),(4339,19,'NEGATIVE,,f1c81f27d9dd89fcc2b6611ffb028f1abfe50e7f','',553,0,'2013-10-16 00:00:00',4333,NULL),(4340,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,,,,,,,,,,f1c81f27d9dd89fcc2b6611ffb028f1abfe50e7f','',553,504,'2013-10-16 00:00:00',4335,'2013-10-22 16:18:25'),(4341,144,'','',530,0,'2013-10-16 17:08:45',4338,NULL),(4342,226,'','',530,0,'2013-10-16 17:13:24',4339,NULL),(4343,21,'O,POSITIVE,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4340,NULL),(4344,9,'','',530,0,'2013-10-16 17:26:49',4340,NULL),(4345,25,'NO DEFECT,,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',534,0,'2013-10-29 08:00:00',4340,NULL),(4346,18,'[$]NO MALARIA PARASITES SEEN[/$],,,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4340,NULL),(4347,20,'POSITIVE,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4340,NULL),(4348,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4342,NULL),(4349,112,'NEGATIVE,,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4345,NULL),(4350,27,'NON-REACTIVE,-,NEGATIVE,,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4345,NULL),(4351,108,'NON - REACTIVE,19655aaa24d3e9d5e12515e70e2c4f16c1300fa6','',555,0,'2013-10-23 00:00:00',4345,NULL),(4352,194,'','',530,0,'2013-10-16 17:26:49',4349,NULL),(4353,225,'','',530,0,'2013-10-16 17:38:40',4350,NULL),(4354,57,'','',530,0,'2013-10-16 17:40:36',4351,NULL),(4355,133,'','',530,0,'2013-10-16 17:40:36',4351,NULL),(4356,56,'','',530,0,'2013-10-16 17:40:36',4351,NULL),(4357,9,'','',530,0,'2013-10-16 18:03:18',4352,NULL),(4358,35,'CLOUDY,LIGHT AMBER,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,,,,,,,,,,,a1067fb78d02e4d57e6cf1f4c20445f33010d98','',550,504,'2013-10-16 00:00:00',4354,'2013-10-22 16:18:25'),(4359,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e4619580fb3c75e249df8ca006b9ad7048bbdfb2','CONTENT:',535,0,'2013-10-16 19:17:45',4355,NULL),(4360,9,'5.4,4.37,12.8,38.1,89.5,29.3,32.3,242,47.0,5.0,45.9,3.1,0,,3fb0d2d1929fe8c96b4c05ad61d5ab102a54e38f','',536,0,'2013-10-16 00:00:00',4356,NULL),(4361,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,3fb0d2d1929fe8c96b4c05ad61d5ab102a54e38f','',536,504,'2013-10-16 00:00:00',4358,'2013-10-22 16:18:25'),(4362,157,'','',530,0,'2013-10-16 18:17:58',4361,NULL),(4363,165,'','',530,0,'2013-10-16 18:17:58',4361,NULL),(4364,22,'10,,c3aa6868a5feb26ab24aa9337318023e725cfafc','',536,0,'2013-10-16 00:00:00',4362,NULL),(4365,9,'','',530,0,'2013-10-16 18:42:52',4362,NULL),(4366,20,'NEGATIVE,c3aa6868a5feb26ab24aa9337318023e725cfafc','',536,0,'2013-10-16 00:00:00',4362,NULL),(4367,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),,,,,,,,,,,c3aa6868a5feb26ab24aa9337318023e725cfaf','COLOUR:LIGHT AMBER, pH:7.5, SPECIFIC GRAVITY:1.015, UROBILINOGEN:INCREASED +',535,504,'2013-10-16 20:57:12',4364,'2013-10-22 16:18:25'),(4368,21,'O,POSITIVE,378ee4564587da1102429745a9bcd03d453e5430','',536,0,'2013-10-16 00:00:00',4365,NULL),(4369,28,',[$][/$],,378ee4564587da1102429745a9bcd03d453e5430','',536,0,'2013-10-16 00:00:00',4365,NULL),(4370,18,'[$]NO MALARIA PARASITE SEEN[/$],,,378ee4564587da1102429745a9bcd03d453e5430','',536,0,'2013-10-16 00:00:00',4365,NULL),(4371,222,'7.7,4.73,11.4,32.2,68.1,24.1,35.4,189,15.5,10.7,73.8,1.2,0.8,5.7,16.1,8.5,,378ee4564587da1102429745a9bcd03d453e5430','',536,0,'2013-10-16 00:00:00',4365,NULL),(4372,19,'','',551,0,'2013-10-16 22:54:44',4366,NULL),(4373,18,'','',551,0,'2013-10-16 22:54:44',4366,NULL),(4374,222,'','',551,0,'2013-10-16 22:54:44',4366,NULL),(4375,18,'[$]NO MALARIA PARASITE SEEN[/$],,,d2b3df9a122ba7fe689859d86456b86c8254a300','',536,0,'2013-10-17 00:00:00',4367,NULL),(4376,222,'4.8,4.87,11.9,34.8,71.5,24.4,34.2,300,30.1,15.4,54.5,1.4,0.7,2.7,19.6,9.7,,d2b3df9a122ba7fe689859d86456b86c8254a300','',536,0,'2013-10-17 00:00:00',4367,NULL),(4377,107,'1#20,1#20,d2b3df9a122ba7fe689859d86456b86c8254a300','',536,504,'2013-10-17 00:00:00',4369,'2013-10-22 16:22:57'),(4378,35,'','',551,0,'2013-10-17 00:00:28',4372,NULL),(4379,157,'','',551,0,'2013-10-17 00:18:43',4373,NULL),(4380,18,'[$]NO MALARIA PARASITE SEEN[/$],,,6cab17e628c594ba17c5548f6989d4d063b04c3f','',536,0,'2013-10-17 00:00:00',4375,NULL),(4381,222,'8.4,4.25,13.6,39.5,92.9,32.0,34.4,265,33.6,7.9,58.5,2.8,0.7,4.9,12.9,11.3,,6cab17e628c594ba17c5548f6989d4d063b04c3f','',536,0,'2013-10-17 00:00:00',4375,NULL),(4382,35,'CLEAR,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6cab17e628c594ba17c5548f6989d4d063b04c3f','',536,504,'2013-10-17 00:00:00',4378,'2013-10-22 16:18:25'),(4383,107,'1#20,1#20,6cab17e628c594ba17c5548f6989d4d063b04c3f','',536,504,'2013-10-17 00:00:00',4382,'2013-10-22 16:22:57'),(4384,19,'NEGATIVE,,0b31c141b196b554f084a7aa38b83e92a3d51dfb','',536,0,'2013-10-17 00:00:00',4383,NULL),(4385,18,'[$]NO MALARIA PARASITE SEEN[/$],,,0b31c141b196b554f084a7aa38b83e92a3d51dfb','',536,0,'2013-10-17 00:00:00',4383,NULL),(4386,222,'9.5,4.55,12.5,36.5,79.8,27.5,34.4,313,62.1,10.2,27.7,5.9,1.0,2.6,13.6,9.3,,0b31c141b196b554f084a7aa38b83e92a3d51dfb','',536,0,'2013-10-17 00:00:00',4383,NULL),(4387,57,'','',551,0,'2013-10-17 00:32:59',4384,NULL),(4388,133,'','',551,0,'2013-10-17 00:32:59',4384,NULL),(4389,131,'','',551,0,'2013-10-17 00:32:59',4384,NULL),(4390,56,'','',551,0,'2013-10-17 00:32:59',4384,NULL),(4391,222,'9.1,2.85,7.9,22.3,78.2,27.7,35.4,404,10.5,9.4,80.1,1.0,0.9,7.7,16.6,8.0,,343ee0497e024426a9c01d3eb1d6fbf7b879df8f','',536,0,'2013-10-17 00:00:00',4386,NULL),(4392,35,'','',551,0,'2013-10-17 00:32:59',4389,NULL),(4393,19,'NEGATIVE,,3c3694b3bdb3e0fde9899ae9e87d899abaebee5f','',551,0,'2013-10-17 05:59:16',4390,NULL),(4394,18,'[$]NO MALARIA PARASITE SEEN[/$],,,3c3694b3bdb3e0fde9899ae9e87d899abaebee5f','',551,0,'2013-10-17 05:59:16',4390,NULL),(4395,222,',,,,,,,,,,,,,,,,,3c3694b3bdb3e0fde9899ae9e87d899abaebee5f','',551,0,'2013-10-17 05:59:16',4390,NULL),(4396,35,'','',551,0,'2013-10-17 00:39:34',4392,NULL),(4397,19,'NEGATIVE,,9bf7bdb3ff7d83b1f62a6e2e89b839f67019661a','',536,0,'2013-10-17 00:00:00',4393,NULL),(4398,18,'[$]NO MALARIA PARASITE SEEN[/$],,,9bf7bdb3ff7d83b1f62a6e2e89b839f67019661a','',536,0,'2013-10-17 00:00:00',4393,NULL),(4399,222,'8.0,5.11,13.9,38.7,75.7,27.2,35.9,377,40.6,20.0,39.4,3.2,1.6,3.2,15.8,8.4,,9bf7bdb3ff7d83b1f62a6e2e89b839f67019661a','',536,0,'2013-10-17 00:00:00',4393,NULL),(4400,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9bf7bdb3ff7d83b1f62a6e2e89b839f67019661a','',536,504,'2013-10-17 00:00:00',4395,'2013-10-22 16:18:25'),(4401,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,35c7e9c0bb27bc1800c7391c6ef08803561e8fb1','',536,504,'2013-10-17 00:00:00',4396,'2013-10-22 16:18:25'),(4402,19,'NEGATIVE,,27eb987b17f3af29e283a8fe52779c13a7d1a061','',536,0,'2013-10-17 00:00:00',4397,NULL),(4403,18,'[$]NO MALARIA PARASITE SEEN[/$],,,27eb987b17f3af29e283a8fe52779c13a7d1a061','',536,0,'2013-10-17 00:00:00',4397,NULL),(4404,222,'6.6,4.32,12.4,35.4,81.9,28.7,35.0,341,14.6,6.1,39.3,1.0,0.4,5.2,13.1,9.7,,27eb987b17f3af29e283a8fe52779c13a7d1a061','',536,0,'2013-10-17 00:00:00',4397,NULL),(4405,107,'1#20,1#20,27eb987b17f3af29e283a8fe52779c13a7d1a061','',536,504,'2013-10-17 00:00:00',4399,'2013-10-22 16:22:57'),(4406,107,'1#20,1#20,8d23efca4adc7e683823c82b058e15d4f2c358b8','',536,504,'2013-10-17 00:00:00',4400,'2013-10-22 16:22:57'),(4407,71,'NEGATIVE,,8d23efca4adc7e683823c82b058e15d4f2c358b8','',555,0,'2013-10-17 00:00:00',4401,NULL),(4408,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,8d23efca4adc7e683823c82b058e15d4f2c358b8','',555,504,'2013-10-17 00:00:00',4401,'2013-10-22 16:18:25'),(4409,18,'[$]NO MALARIA PARASITE SEEN[/$],,,8d23efca4adc7e683823c82b058e15d4f2c358b8','',536,0,'2013-10-17 00:00:00',4403,NULL),(4410,222,'8.0,5.27,12.2,38.4,72.9,23.1,31.8,232,11.2,11.2,77.6,0.9,0.9,6.2,18.8,10.8,,8d23efca4adc7e683823c82b058e15d4f2c358b8','',536,0,'2013-10-17 00:00:00',4403,NULL),(4411,107,'1#20,1#20,8d23efca4adc7e683823c82b058e15d4f2c358b8','',536,504,'2013-10-17 00:00:00',4406,'2013-10-22 16:22:57'),(4412,57,'','',536,0,'2013-10-17 06:46:34',4407,NULL),(4413,133,'','',536,0,'2013-10-17 06:46:34',4407,NULL),(4414,56,'','',536,0,'2013-10-17 06:46:34',4407,NULL),(4415,68,'','',536,0,'2013-10-17 06:46:34',4409,NULL),(4416,77,'','',536,0,'2013-10-17 06:46:34',4409,NULL),(4417,3,'2.3,##2.2,##2.7,##,,##,,,0c502b45be99997cf43be3a1f8ac7cc7be729621','',534,0,'2013-10-21 00:00:00',4410,NULL),(4418,77,'','',536,0,'2013-10-17 06:50:22',4412,NULL),(4419,68,'','',536,0,'2013-10-17 07:02:01',4413,NULL),(4420,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,900ea7253d6f7fd0e0907dfa670abd14af8c6449','',555,504,'2013-10-17 00:00:00',4414,'2013-10-22 16:18:25'),(4421,68,'6.3,,,,900ea7253d6f7fd0e0907dfa670abd14af8c6449','',555,0,'2013-10-17 00:00:00',4416,NULL),(4422,9,'','',530,0,'2013-10-17 07:20:58',4417,NULL),(4423,18,'[$]NO MALARIA PARASITES SEEN[/$],,,bfe386be2d5bbe33e5347ac8666e43ecc59a75d4','',555,0,'2013-10-17 00:00:00',4417,NULL),(4424,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,bfe386be2d5bbe33e5347ac8666e43ecc59a75d4','',555,504,'2013-10-17 00:00:00',4419,'2013-10-22 16:18:25'),(4425,57,'','',536,0,'2013-10-17 07:24:27',4420,NULL),(4426,133,'','',536,0,'2013-10-17 07:24:27',4420,NULL),(4427,132,'','',536,0,'2013-10-17 07:24:27',4420,NULL),(4428,56,'','',536,0,'2013-10-17 07:24:27',4420,NULL),(4429,68,'','',536,0,'2013-10-17 07:24:27',4422,NULL),(4430,77,'','',536,0,'2013-10-17 07:24:27',4422,NULL),(4431,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e6887cdfb5df4bcff6afed40b1c7b793bf5c0780','',534,504,'2013-10-18 00:00:00',4425,'2013-10-22 16:18:25'),(4432,9,'','',530,0,'2013-10-17 07:26:22',4426,NULL),(4433,19,'NEGATIVE,,ec87cea92c1b36d5631d8c019d34493397c22431','',534,0,'2013-10-18 00:00:00',4426,NULL),(4434,57,'','',530,0,'2013-10-17 07:26:22',4428,NULL),(4435,133,'','',530,0,'2013-10-17 07:26:22',4428,NULL),(4436,112,'NEGATIVE,,ec87cea92c1b36d5631d8c019d34493397c22431','',534,0,'2013-10-18 00:00:00',4428,NULL),(4437,131,'','',530,0,'2013-10-17 07:26:22',4428,NULL),(4438,132,'','',530,0,'2013-10-17 07:26:22',4428,NULL),(4439,92,'0.7,ec87cea92c1b36d5631d8c019d34493397c22431','',534,0,'2013-10-17 00:00:00',4428,NULL),(4440,56,'','',530,0,'2013-10-17 07:26:22',4428,NULL),(4441,107,'1#20,1#20,ec87cea92c1b36d5631d8c019d34493397c22431','',534,504,'2013-10-18 00:00:00',4428,'2013-10-22 16:22:57'),(4442,35,'HAZY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,ec87cea92c1b36d5631d8c019d34493397c22431','',534,504,'2013-10-18 00:00:00',4431,'2013-10-22 16:18:25'),(4443,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,ec87cea92c1b36d5631d8c019d34493397c22431','',534,0,'2013-10-18 00:00:00',4435,NULL),(4444,68,'','',530,0,'2013-10-17 07:26:24',4440,NULL),(4445,192,'','',530,0,'2013-10-17 07:26:24',4446,NULL),(4446,144,'','',530,0,'2013-10-17 07:26:24',4453,NULL),(4447,9,'','',530,0,'2013-10-17 07:37:55',4454,NULL),(4448,19,'NEGATIVE,,0b2cc3bea6e7dde0d27cd68076c17b3be7cc3745','',534,0,'2013-10-17 00:00:00',4454,NULL),(4449,18,'[$]NO MALARIA PARASITES SEEN [/$],,,0b2cc3bea6e7dde0d27cd68076c17b3be7cc3745','',534,0,'2013-10-17 00:00:00',4454,NULL),(4450,107,'1#20,1#20,0b2cc3bea6e7dde0d27cd68076c17b3be7cc3745','',534,504,'2013-10-17 00:00:00',4456,'2013-10-22 16:22:57'),(4451,9,'','',530,0,'2013-10-17 07:40:56',4457,NULL),(4452,9,'','',530,0,'2013-10-17 08:00:56',4458,NULL),(4453,19,'NEGATIVE,,79023634475c6b5619789b5319f3dcc97d019dc8','',555,0,'2013-10-17 00:00:00',4458,NULL),(4454,18,'[$]NO MALARIA PARASITES SEEN[/$],,,79023634475c6b5619789b5319f3dcc97d019dc8','',555,0,'2013-10-17 00:00:00',4458,NULL),(4455,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,79023634475c6b5619789b5319f3dcc97d019dc8','',534,504,'2013-10-18 00:00:00',4460,'2013-10-22 16:18:25'),(4456,9,'','',530,0,'2013-10-17 08:03:01',4461,NULL),(4457,112,'','',530,0,'2013-10-17 08:03:02',4463,NULL),(4458,117,'','',530,0,'2013-10-17 08:03:02',4463,NULL),(4459,131,'','',530,0,'2013-10-17 08:03:02',4463,NULL),(4460,68,'4.6,,,,e8007251713f9946fd3d3e7eb6b891dc06380635','',534,0,'2013-10-17 00:00:00',4464,NULL),(4461,132,'','',530,0,'2013-10-17 08:09:11',4465,NULL),(4462,192,'','',530,0,'2013-10-17 08:09:12',4467,NULL),(4463,132,'','',530,0,'2013-10-17 08:11:45',4468,NULL),(4464,192,'','',530,0,'2013-10-17 08:11:46',4470,NULL),(4465,9,',,,,,,,,,,,,,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:37:27',4471,NULL),(4466,19,'NEGATIVE,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:37:27',4471,NULL),(4467,57,',,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:38:38',4473,NULL),(4468,133,'[$][/$],[$][/$],,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:38:39',4473,NULL),(4469,112,'NEGATIVE,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:38:39',4473,NULL),(4470,131,',,,,,,,,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:38:39',4473,NULL),(4471,132,',,,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:38:39',4473,NULL),(4472,56,',,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,0,'2013-10-17 14:38:39',4473,NULL),(4473,107,'1#20,1#20,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,504,'2013-10-17 14:38:39',4473,'2013-10-22 16:22:57'),(4474,226,'','',530,0,'2013-10-17 08:40:01',4476,NULL),(4475,35,'CLEAR,STRAW,5.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a124462ae7544a7f2d82ebfd0007dc80360644b4','',534,504,'2013-10-17 14:40:41',4480,'2013-10-22 16:18:25'),(4476,37,'','',530,0,'2013-10-17 08:40:01',4485,NULL),(4477,9,'','',530,0,'2013-10-17 08:42:34',4486,NULL),(4478,19,'NEGATIVE,,17bda52f57399a43d458ef4313126e56fca393a7','',552,0,'2013-10-17 00:00:00',4486,NULL),(4479,18,'[$]NO MALARIAL PARASITES SEEN[/$],,,17bda52f57399a43d458ef4313126e56fca393a7','',552,0,'2013-10-17 00:00:00',4486,NULL),(4480,35,'CLEAR,STRAW,5.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,17369e277ea179948d8a8e9a58fe6c46d2f40767','',504,504,'2013-10-17 09:58:05',4487,'2013-10-22 16:18:25'),(4481,12,'','',530,0,'2013-10-17 08:46:50',4488,NULL),(4482,35,'','',534,0,'2013-10-17 08:48:03',4489,NULL),(4483,9,'','',530,0,'2013-10-17 09:03:04',4490,NULL),(4484,19,'NEGATIVE,,585fc8a89d9250173445459b982040e22c697c26','',534,0,'2013-10-17 00:00:00',4490,NULL),(4485,57,'','',530,0,'2013-10-17 09:03:04',4492,NULL),(4486,133,'','',530,0,'2013-10-17 09:03:04',4492,NULL),(4487,112,'NEGATIVE,,585fc8a89d9250173445459b982040e22c697c26','',534,0,'2013-10-17 00:00:00',4492,NULL),(4488,131,'','',530,0,'2013-10-17 09:03:04',4492,NULL),(4489,132,'','',530,0,'2013-10-17 09:03:04',4492,NULL),(4490,56,'','',530,0,'2013-10-17 09:03:04',4492,NULL),(4491,107,'1#20,1#20,585fc8a89d9250173445459b982040e22c697c26','',534,504,'2013-10-17 00:00:00',4492,'2013-10-22 16:22:57'),(4492,35,'CLEAR,STRAW,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,585fc8a89d9250173445459b982040e22c697c26','',534,504,'2013-10-17 00:00:00',4495,'2013-10-22 16:18:25'),(4493,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,585fc8a89d9250173445459b982040e22c697c26','',534,0,'2013-10-17 00:00:00',4499,NULL),(4494,68,'4.6,,,,585fc8a89d9250173445459b982040e22c697c26','',534,0,'2013-10-17 00:00:00',4504,NULL),(4495,226,'','',530,0,'2013-10-17 09:03:05',4510,NULL),(4496,192,'','',530,0,'2013-10-17 09:03:06',4517,NULL),(4497,144,'','',530,0,'2013-10-17 09:03:06',4525,NULL),(4498,192,'','',530,0,'2013-10-17 09:07:56',4526,NULL),(4499,9,'4.8,6.07,15.3,44.6,73,25.2,34.3,273,45.8,8.8,41.2,3.6,0.6,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4528,NULL),(4500,19,'NEGATIVE,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',534,0,'2013-10-17 00:00:00',4528,NULL),(4501,57,'86.6,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4502,133,'146.0,4.5,106.0,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4503,112,'NEGATIVE,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4504,131,'45.4,102.9,39.2,24.0,5.26,15.43,77.1,80.7,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4505,132,'6.68,1.50,1.09,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4506,92,'0.9,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4507,56,'4.61,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4531,NULL),(4508,107,'1#20,1#20,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,504,'2013-10-22 00:00:00',4531,'2013-10-22 16:22:57'),(4509,144,'','',530,0,'2013-10-17 09:08:09',4535,NULL),(4510,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',534,504,'2013-10-17 00:00:00',4540,'2013-10-22 16:18:25'),(4511,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',534,0,'2013-10-17 00:00:00',4546,NULL),(4512,68,'5.0,-,-,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4553,NULL),(4513,192,'','',530,0,'2013-10-17 09:08:17',4554,NULL),(4514,9,'','',530,0,'2013-10-17 09:08:20',4556,NULL),(4515,19,'NEGATIVE,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',534,0,'2013-10-17 00:00:00',4556,NULL),(4516,57,'','',530,0,'2013-10-17 09:08:20',4559,NULL),(4517,133,'','',530,0,'2013-10-17 09:08:20',4559,NULL),(4518,112,'NEGATIVE,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',534,0,'2013-10-17 00:00:00',4559,NULL),(4519,131,'','',530,0,'2013-10-17 09:08:20',4559,NULL),(4520,132,'','',530,0,'2013-10-17 09:08:20',4559,NULL),(4521,92,'','',530,0,'2013-10-17 09:08:20',4559,NULL),(4522,56,'','',530,0,'2013-10-17 09:08:20',4559,NULL),(4523,107,'1#20,1#20,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',534,504,'2013-10-17 00:00:00',4559,'2013-10-22 16:22:57'),(4524,144,'','',530,0,'2013-10-17 09:08:21',4563,NULL),(4525,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,504,'2013-10-22 00:00:00',4568,'2013-10-22 16:18:25'),(4526,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4574,NULL),(4527,68,'5.0,-,-,,32b7c9b9fdb49e79699071e95bf71f40264d9a34','',504,0,'2013-10-22 00:00:00',4581,NULL),(4528,8,'','',530,0,'2013-10-17 09:24:51',4582,NULL),(4529,9,'','',530,0,'2013-10-17 09:27:49',4583,NULL),(4530,19,'NEGATIVE,,9331eadb18fdf44a7c267ca9035b87790af1e66a','',534,0,'2013-10-17 00:00:00',4583,NULL),(4531,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9331eadb18fdf44a7c267ca9035b87790af1e66a','',534,504,'2013-10-17 00:00:00',4585,'2013-10-22 16:18:25'),(4532,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9331eadb18fdf44a7c267ca9035b87790af1e66a','',534,0,'2013-10-17 00:00:00',4588,NULL),(4533,57,'','',530,0,'2013-10-17 09:27:49',4592,NULL),(4534,133,'','',530,0,'2013-10-17 09:27:49',4592,NULL),(4535,112,'NEGATIVE,,9331eadb18fdf44a7c267ca9035b87790af1e66a','',534,0,'2013-10-17 00:00:00',4592,NULL),(4536,131,'','',530,0,'2013-10-17 09:27:49',4592,NULL),(4537,132,'','',530,0,'2013-10-17 09:27:49',4592,NULL),(4538,92,'','',530,0,'2013-10-17 09:27:49',4592,NULL),(4539,56,'','',530,0,'2013-10-17 09:27:49',4592,NULL),(4540,107,'1#20,1#20,9331eadb18fdf44a7c267ca9035b87790af1e66a','',534,504,'2013-10-17 00:00:00',4592,'2013-10-22 16:22:57'),(4541,68,'4.1,,,,9331eadb18fdf44a7c267ca9035b87790af1e66a','',534,0,'2013-10-17 00:00:00',4597,NULL),(4542,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9d1a095005b961cd1b0d02ddb3a66b8720015997','',543,504,'2013-10-18 00:00:00',4598,'2013-10-22 16:18:25'),(4543,218,',,,,,,,,,9d1a095005b961cd1b0d02ddb3a66b8720015997','',543,0,'2013-10-18 00:00:00',4600,NULL),(4544,82,'','',530,0,'2013-10-17 09:30:25',4603,NULL),(4545,68,'9.8,,,,c8bdc8d84ac37b29e8ca3b630cfab1c482c4e0f5','',555,0,'2013-10-17 00:00:00',4604,NULL),(4546,36,'No Bacteria Growth,##,##,,fcf370bd2eee162cdcfd45dfb3389f24e30e741d','',534,0,'2013-10-17 00:00:00',4605,NULL),(4547,105,'RESISTANT,RESISTANT,RESISTANT,##-,SENSITIVE,SENSITIVE,RESISTANT,##-,SENSITIVE,##-,SENSITIVE,##-,##-,##-,##-,##-,##-,##-,-,SENSITIVE,RESISTANT,RESISTANT,,64d150e2318b2185ab4b72ea6a1b885d41c0c26f','',534,0,'2013-10-17 11:05:27',4606,NULL),(4548,22,'4.0,,4d19c48117a16b040eaa2b9a2c1ef372a84c83f7','',534,0,'2013-10-18 00:00:00',4607,NULL),(4549,9,'','',530,0,'2013-10-17 09:42:16',4607,NULL),(4550,128,'','',530,0,'2013-10-17 09:42:16',4609,NULL),(4551,108,'NON - REACTIVE,4d19c48117a16b040eaa2b9a2c1ef372a84c83f7','',534,0,'2013-10-18 00:00:00',4609,NULL),(4552,35,'CLEAR,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,4d19c48117a16b040eaa2b9a2c1ef372a84c83f7','',534,504,'2013-10-18 00:00:00',4612,'2013-10-22 16:18:25'),(4553,9,'','',530,0,'2013-10-17 09:50:09',4613,NULL),(4554,35,'CLEAR,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2b07e264b0fe2956e0ed8e16812191e4170398b2','',534,504,'2013-10-17 00:00:00',4615,'2013-10-22 16:18:25'),(4555,128,'','',530,0,'2013-10-17 09:50:09',4618,NULL),(4556,9,'','',530,0,'2013-10-17 09:52:18',4619,NULL),(4557,18,'[$]NO MALARIAL PARASITES SEEN[/$],,,7bf2a61eaadab0b130cb2fcc5099b3aa4458490b','',552,0,'2013-10-17 00:00:00',4619,NULL),(4558,144,'','',530,0,'2013-10-17 09:54:15',4620,NULL),(4559,68,'10.2,,,,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',504,0,'2013-10-17 13:22:03',4621,NULL),(4560,9,',,,,,,,,,,,,,,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',504,0,'2013-10-17 13:22:03',4621,NULL),(4561,18,'[$][/$],,,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',534,504,'2013-10-17 00:00:00',4621,'2013-10-17 13:22:03'),(4562,36,'No Bacteria Growth,##,##,,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',534,0,'2013-10-21 00:00:00',4623,NULL),(4563,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',534,504,'2013-10-17 00:00:00',4623,'2013-10-22 16:18:25'),(4564,9,'','',530,0,'2013-10-17 09:59:16',4624,NULL),(4565,19,'NEGATIVE,,e58bcc0012debbf20fffb3bf7b9fd1e7cec24edb','',534,0,'2013-10-17 00:00:00',4624,NULL),(4566,18,'[$]NO MALARIA PARASITES SEEN [/$],,,e58bcc0012debbf20fffb3bf7b9fd1e7cec24edb','',534,0,'2013-10-17 00:00:00',4624,NULL),(4567,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e58bcc0012debbf20fffb3bf7b9fd1e7cec24edb','',534,504,'2013-10-17 00:00:00',4626,'2013-10-22 16:18:25'),(4568,9,'','',530,0,'2013-10-17 10:02:47',4627,NULL),(4569,18,'[$]NO MALARIA PARASITES SEEN [/$],,,ac325798666c62da2175fe93eb961708bb3c9db1','',534,0,'2013-10-17 00:00:00',4627,NULL),(4570,97,'','',530,0,'2013-10-17 10:02:47',4629,NULL),(4571,144,'','',530,0,'2013-10-17 10:03:58',4630,NULL),(4572,192,'','',530,0,'2013-10-17 10:07:17',4631,NULL),(4573,9,'','',530,0,'2013-10-17 10:09:37',4632,NULL),(4574,19,'NEGATIVE,,1135636c9619b227e32f25435eddb454bd9b5a3a','',534,0,'2013-10-17 00:00:00',4632,NULL),(4575,18,'[$]NO MALARIA PARASITES SEEN [/$],,,1135636c9619b227e32f25435eddb454bd9b5a3a','',534,0,'2013-10-17 00:00:00',4632,NULL),(4576,196,'71,1423,49,987,19,375,[$]1[/$],[$]16[/$],[$]1994[/$],[$]0.30[/$],6ed6d5759878f6ed9d0321acd3f70b2cd15d6b6a','',534,0,'2013-10-28 08:00:00',4633,NULL),(4577,9,'','',530,0,'2013-10-17 10:16:45',4634,NULL),(4578,18,'[$]NO MALARIA PARASITES SEEN [/$],,,3ac0b2d8741f724856fbdca6e88cf394d14dc174','',534,0,'2013-10-17 00:00:00',4634,NULL),(4579,97,'','',530,0,'2013-10-17 10:18:47',4635,NULL),(4580,22,'41,,2e452a3a88138d6c9437a71771c2f8dd8000860d','',534,0,'2013-10-17 00:00:00',4636,NULL),(4581,9,'','',530,0,'2013-10-17 10:21:06',4636,NULL),(4582,68,'4.4,,,,fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed','',534,0,'2013-10-18 00:00:00',4637,NULL),(4583,9,'','',530,0,'2013-10-17 10:27:43',4637,NULL),(4584,19,'NEGATIVE,,fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed','',534,0,'2013-10-18 00:00:00',4637,NULL),(4585,57,'','',530,0,'2013-10-17 10:27:43',4639,NULL),(4586,133,'','',530,0,'2013-10-17 10:27:43',4639,NULL),(4587,112,'NEGATIVE,,fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed','',534,0,'2013-10-18 00:00:00',4639,NULL),(4588,131,'','',530,0,'2013-10-17 10:27:43',4639,NULL),(4589,132,'','',530,0,'2013-10-17 10:27:43',4639,NULL),(4590,56,'','',530,0,'2013-10-17 10:27:43',4639,NULL),(4591,107,'1#20,1#20,fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed','',534,504,'2013-10-18 00:00:00',4639,'2013-10-22 16:22:57'),(4592,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed','',534,504,'2013-10-18 00:00:00',4642,'2013-10-22 16:18:25'),(4593,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,fd55e09d0de0ed3e7a90cfd087322a2c2ab8f1ed','',534,0,'2013-10-18 00:00:00',4646,NULL),(4594,226,'','',530,0,'2013-10-17 10:27:44',4651,NULL),(4595,68,'4.1,,,,b47f8de96ba4ce2ca596644c15054e727d6230b4','',535,0,'2013-10-19 00:00:00',4652,NULL),(4596,9,'','',530,0,'2013-10-17 10:29:28',4652,NULL),(4597,19,'NEGATIVE,,b47f8de96ba4ce2ca596644c15054e727d6230b4','',535,0,'2013-10-19 00:00:00',4652,NULL),(4598,57,'','',530,0,'2013-10-17 10:33:03',4653,NULL),(4599,133,'','',530,0,'2013-10-17 10:33:03',4653,NULL),(4600,112,'NEGATIVE,,b47f8de96ba4ce2ca596644c15054e727d6230b4','',535,0,'2013-10-19 00:00:00',4653,NULL),(4601,131,'','',530,0,'2013-10-17 10:33:03',4653,NULL),(4602,132,'','',530,0,'2013-10-17 10:33:03',4653,NULL),(4603,56,'','',530,0,'2013-10-17 10:33:03',4653,NULL),(4604,107,'1#20,1#20,b47f8de96ba4ce2ca596644c15054e727d6230b4','',535,504,'2013-10-19 00:00:00',4653,'2013-10-22 16:22:57'),(4605,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b47f8de96ba4ce2ca596644c15054e727d6230b4','',535,504,'2013-10-19 00:00:00',4655,'2013-10-22 16:18:25'),(4606,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b47f8de96ba4ce2ca596644c15054e727d6230b4','',535,0,'2013-10-19 00:00:00',4658,NULL),(4607,144,'','',530,0,'2013-10-17 10:34:09',4659,NULL),(4608,192,'','',530,0,'2013-10-17 10:34:10',4661,NULL),(4609,223,'','',530,0,'2013-10-17 10:39:07',4662,NULL),(4610,35,'HAZY,AMBER,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,0b2cc3bea6e7dde0d27cd68076c17b3be7cc3745','',555,504,'2013-10-17 00:00:00',4664,'2013-10-22 16:18:25'),(4611,68,'','',530,0,'2013-10-17 10:42:54',4665,NULL),(4612,9,'','',530,0,'2013-10-17 10:42:54',4665,NULL),(4613,57,'','',530,0,'2013-10-17 10:42:54',4667,NULL),(4614,133,'','',530,0,'2013-10-17 10:42:54',4667,NULL),(4615,132,'','',530,0,'2013-10-17 10:42:54',4667,NULL),(4616,56,'','',530,0,'2013-10-17 10:42:54',4667,NULL),(4617,68,'','',530,0,'2013-10-17 10:48:54',4668,NULL),(4618,9,'','',530,0,'2013-10-17 10:48:54',4668,NULL),(4619,18,'[$]NO MALARIA PARASITES SEEN [/$],,,5846c1407dd0d4f30316a884f3fbf1be44e0d23a','',534,0,'2013-10-18 00:00:00',4668,NULL),(4620,132,'','',530,0,'2013-10-17 10:48:54',4670,NULL),(4621,9,'','',530,0,'2013-10-17 10:51:41',4671,NULL),(4622,18,'[$]NO MALARIA PARASITES SEEN [/$],,,3aad5f3678f8015eef2b7eab7aab288f39a3fc58','',534,0,'2013-10-17 00:00:00',4671,NULL),(4623,22,'','',530,0,'2013-10-17 10:57:56',4672,NULL),(4624,68,'','',530,0,'2013-10-17 10:57:56',4672,NULL),(4625,9,'','',530,0,'2013-10-17 10:57:56',4672,NULL),(4626,28,'','',530,0,'2013-10-17 10:57:56',4672,NULL),(4627,52,',,04c1382f66f070a0f042c0aeb1e7dc56567680d5','',530,0,'2013-10-21 09:49:14',4674,NULL),(4628,53,',,04c1382f66f070a0f042c0aeb1e7dc56567680d5','',530,0,'2013-10-21 09:49:14',4674,NULL),(4629,57,',,04c1382f66f070a0f042c0aeb1e7dc56567680d5','',530,0,'2013-10-21 09:49:14',4674,NULL),(4630,112,'NEGATIVE,,04c1382f66f070a0f042c0aeb1e7dc56567680d5','',530,0,'2013-10-21 09:49:14',4674,NULL),(4631,27,'NON-REACTIVE,-,NEGATIVE,,04c1382f66f070a0f042c0aeb1e7dc56567680d5','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',530,504,'2013-10-21 09:49:14',4674,'2013-10-22 16:21:39'),(4632,61,',,04c1382f66f070a0f042c0aeb1e7dc56567680d5','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',530,0,'2013-10-21 09:49:14',4674,NULL),(4633,62,',,04c1382f66f070a0f042c0aeb1e7dc56567680d5','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QU',530,0,'2013-10-21 09:49:14',4674,NULL),(4634,56,',,04c1382f66f070a0f042c0aeb1e7dc56567680d5','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA ',530,0,'2013-10-21 09:49:14',4674,NULL),(4635,35,'','',530,0,'2013-10-17 10:57:56',4677,NULL),(4636,144,'','',530,0,'2013-10-17 10:57:57',4681,NULL),(4637,192,'','',530,0,'2013-10-17 10:57:57',4686,NULL),(4638,135,'[$]NO BACTERIAL GROWTH[/$],##,##,,cc45cca49d0079b0a21fa197b02c875384cec0f4','',534,0,'2013-10-18 00:00:00',4687,NULL),(4639,134,'FEW,MODERATE,NOT SEEN,NOT SEEN,,cc45cca49d0079b0a21fa197b02c875384cec0f4','',534,0,'2013-10-18 00:00:00',4687,NULL),(4640,68,'','',530,0,'2013-10-17 11:07:30',4688,NULL),(4641,9,'','',530,0,'2013-10-17 11:07:30',4688,NULL),(4642,57,'','',530,0,'2013-10-17 11:07:30',4690,NULL),(4643,133,'','',530,0,'2013-10-17 11:07:30',4690,NULL),(4644,36,'No Bacteria Growth,##,##,,09b89cb83abda13322820e1dc83d67135b4d75b5','',534,0,'2013-10-21 00:00:00',4693,NULL),(4645,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,09b89cb83abda13322820e1dc83d67135b4d75b5','',534,504,'2013-10-18 00:00:00',4693,'2013-10-22 16:18:25'),(4646,172,'','',530,0,'2013-10-17 11:07:31',4697,NULL),(4647,12,'30.0,,239bcd752d51975fadbcd905568d9e4b588b57cb','',534,0,'2013-10-17 12:09:34',4698,NULL),(4648,74,'','',530,0,'2013-10-17 11:11:08',4699,NULL),(4649,144,'','',530,0,'2013-10-17 11:11:09',4701,NULL),(4650,223,'','',530,0,'2013-10-17 11:15:08',4702,NULL),(4651,172,'','',530,0,'2013-10-17 11:15:08',4704,NULL),(4652,9,'','',530,0,'2013-10-17 11:28:28',4705,NULL),(4653,19,'NEGATIVE,,c6b3faf0c804be7a62925917ec2be1d6ddc1e308','',535,0,'2013-10-17 00:00:00',4705,NULL),(4654,18,'[$]NO MALARIA PARASITES SEEN[/$],,,c6b3faf0c804be7a62925917ec2be1d6ddc1e308','',535,0,'2013-10-17 00:00:00',4705,NULL),(4655,47,'','',530,0,'2013-10-17 11:30:32',4706,NULL),(4656,46,'','',530,0,'2013-10-17 11:30:32',4706,NULL),(4657,9,'','',530,0,'2013-10-17 11:34:42',4707,NULL),(4658,18,'[$]NO MALARIA PARASITES SEEN [/$],,,15b890b9a8ca7fbea096ac91b9b870e8f812bfc7','',534,0,'2013-10-17 00:00:00',4707,NULL),(4659,193,'NEGATIVE,cac2d9fc4c967d5c4436529ed3d68005a33af168','',534,0,'2013-10-31 08:00:00',4708,NULL),(4660,36,'No Bacteria Growth,##,##,,18a7c480500d0ee651c844c86079e30cce3ca8f2','',534,0,'2013-10-18 00:00:00',4709,NULL),(4661,35,'HAZY,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,18a7c480500d0ee651c844c86079e30cce3ca8f2','',534,504,'2013-10-18 00:00:00',4709,'2013-10-22 16:18:25'),(4662,156,'','',530,0,'2013-10-17 11:45:34',4711,NULL),(4663,160,'','',530,0,'2013-10-17 11:45:34',4711,NULL),(4664,21,'O,POSITIVE,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',4712,NULL),(4665,9,'','',530,0,'2013-10-17 11:54:05',4712,NULL),(4666,25,'NO DEFECT,,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',4712,NULL),(4667,20,'POSITIVE,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',4712,NULL),(4668,112,'NEGATIVE,,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',4714,NULL),(4669,27,'NON-REACTIVE,-,NEGATIVE,,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',4714,NULL),(4670,108,'NON - REACTIVE,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',4714,NULL),(4671,36,'No Bacteria Growth,##,##,,d23275b84bf71110eec889a51ce5d1f79ce1fe68','',534,0,'2013-10-18 00:00:00',4715,NULL),(4672,68,'','',530,0,'2013-10-17 11:58:47',4717,NULL),(4673,21,'O,POSITIVE,f719b7d1cd68145bcffa0d8b4bbdd1699e27524f','',534,0,'2013-10-17 00:00:00',4718,NULL),(4674,9,'','',530,0,'2013-10-17 12:01:47',4718,NULL),(4675,25,'NO DEFECT,,f719b7d1cd68145bcffa0d8b4bbdd1699e27524f','',534,0,'2013-10-17 00:00:00',4718,NULL),(4676,20,'POSITIVE,f719b7d1cd68145bcffa0d8b4bbdd1699e27524f','',534,0,'2013-10-17 00:00:00',4718,NULL),(4677,112,'','',530,0,'2013-10-17 12:01:47',4720,NULL),(4678,27,'NON-REACTIVE,-,NEGATIVE,,f719b7d1cd68145bcffa0d8b4bbdd1699e27524f','',535,0,'2013-10-24 00:00:00',4720,NULL),(4679,108,'','',530,0,'2013-10-17 12:01:47',4720,NULL),(4680,9,'','',530,0,'2013-10-17 12:12:20',4721,NULL),(4681,19,'NEGATIVE,,290bd126d8677d8c894595a770a385757a40e0dd','',534,0,'2013-10-17 00:00:00',4721,NULL),(4682,144,'','',530,0,'2013-10-17 12:12:20',4724,NULL),(4683,163,'','',530,0,'2013-10-17 12:12:20',4724,NULL),(4684,9,'','',530,0,'2013-10-17 12:16:54',4725,NULL),(4685,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a46caa353387ce92db5dbfb838ad778bd146ba18','',534,504,'2013-10-17 00:00:00',4727,'2013-10-22 16:18:25'),(4686,57,'','',530,0,'2013-10-17 12:16:57',4730,NULL),(4687,133,'','',530,0,'2013-10-17 12:16:57',4730,NULL),(4688,9,'','',530,0,'2013-10-17 12:24:22',4731,NULL),(4689,14,'NEGATIVE,9336c8dc23806fc93d218935bd5c8208f7bf39e7','',555,0,'2013-10-17 00:00:00',4733,NULL),(4690,142,'','',530,0,'2013-10-17 12:24:23',4736,NULL),(4691,9,'','',530,0,'2013-10-17 12:29:42',4737,NULL),(4692,18,'[$]NO MALARIA PARASITES SEEN [/$],,,1d6abc3a19a400c5105416f38c21dab5e13f7d2e','',534,0,'2013-10-17 00:00:00',4737,NULL),(4693,9,'','',530,0,'2013-10-17 12:32:24',4738,NULL),(4694,19,'NEGATIVE,,31d37210a488441e1f12f9b3d63eef2fa1506cef','',534,0,'2013-10-17 00:00:00',4738,NULL),(4695,18,'[$]NO MALARIA PARASITES SEEN [/$],,,31d37210a488441e1f12f9b3d63eef2fa1506cef','',534,0,'2013-10-17 00:00:00',4738,NULL),(4696,37,'','',530,0,'2013-10-17 12:32:24',4740,NULL),(4697,107,'1#20,1#20,31d37210a488441e1f12f9b3d63eef2fa1506cef','',534,504,'2013-10-17 00:00:00',4743,'2013-10-22 16:22:57'),(4698,35,'HAZY,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,,,,,,,,,,85f52593dc162bbcf2034dcbe0e5aca1e48425f1','',534,504,'2013-10-17 00:00:00',4744,'2013-10-22 16:18:25'),(4699,92,'2.5,,5852fb7e12d04fa57437c9ad22518ffd841b4592','',553,0,'2013-10-22 15:49:58',4745,NULL),(4700,9,'','',530,0,'2013-10-17 12:53:02',4746,NULL),(4701,16,'NEGATIVE,d0a397640cc1f7e6c2351c5ede251fde5c5387ea','',534,0,'2013-10-17 00:00:00',4748,NULL),(4702,14,'NEGATIVE,d0a397640cc1f7e6c2351c5ede251fde5c5387ea','',555,0,'2013-10-20 00:00:00',4751,NULL),(4703,11,'','',530,0,'2013-10-17 12:56:03',4752,NULL),(4704,227,'','',504,0,'2013-10-17 12:56:14',4753,NULL),(4705,68,'','',504,0,'2013-10-17 12:56:14',4753,NULL),(4706,227,'7.3,,e8007251713f9946fd3d3e7eb6b891dc06380635','',504,0,'2013-10-17 14:02:05',4754,NULL),(4707,68,'4.6,,,,e8007251713f9946fd3d3e7eb6b891dc06380635','',504,0,'2013-10-17 14:02:05',4754,NULL),(4708,9,'','',530,0,'2013-10-17 13:04:07',4755,NULL),(4709,57,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4710,110,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4711,111,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4712,116,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4713,115,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4714,113,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4715,112,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4716,131,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4717,132,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4718,62,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4719,56,'','',530,0,'2013-10-17 13:16:16',4756,NULL),(4720,9,'','',530,0,'2013-10-17 13:16:16',4758,NULL),(4721,68,'4.8,-,-,,e9f66cdb5766b91a8e002147c2d8797cc24cac98','URINE SUGAR:, URINE KETONES:',534,0,'2013-10-28 23:03:05',4761,NULL),(4722,36,'No Bacteria Growth,##,##,,4779d596bca96be7d010d4cfd857f5449a56bb83','',557,0,'2013-10-20 00:00:00',4762,NULL),(4723,35,'CLEAR,AMBER,5.0,1.030,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,4779d596bca96be7d010d4cfd857f5449a56bb83','',557,504,'2013-10-20 00:00:00',4762,'2013-10-22 16:18:26'),(4724,40,'[$]NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,4779d596bca96be7d010d4cfd857f5449a56bb83','',534,0,'2013-10-25 00:00:00',4764,NULL),(4725,199,'','',530,0,'2013-10-17 13:21:19',4767,NULL),(4726,178,'','',530,0,'2013-10-17 13:21:19',4771,NULL),(4727,9,',,,,,,,,,,,,,,058c5187f6d6960b4848546eb90c26565dd55b4a','',534,0,'2013-10-17 16:00:04',4772,NULL),(4728,18,'[$]NO MALARIA PARASITES SEEN [/$],,,058c5187f6d6960b4848546eb90c26565dd55b4a','',534,0,'2013-10-17 16:00:04',4772,NULL),(4729,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,058c5187f6d6960b4848546eb90c26565dd55b4a','',534,504,'2013-10-17 00:00:00',4774,'2013-10-22 16:18:26'),(4730,128,'','',530,0,'2013-10-17 13:41:28',4775,NULL),(4731,131,'','',530,0,'2013-10-17 13:41:28',4775,NULL),(4732,134,'','',530,0,'2013-10-17 13:41:28',4777,NULL),(4733,68,'','',530,0,'2013-10-17 13:41:28',4780,NULL),(4734,57,'','',530,0,'2013-10-17 13:44:35',4781,NULL),(4735,133,'','',530,0,'2013-10-17 13:44:35',4781,NULL),(4736,56,'','',530,0,'2013-10-17 13:44:35',4781,NULL),(4737,9,'','',530,0,'2013-10-17 13:47:44',4782,NULL),(4738,18,'[$]NO MALARIA PARASITES SEEN[/$],,,7a50a2ec45525cf04ec05996838091cbfd9b7e61','',555,0,'2013-10-17 00:00:00',4782,NULL),(4739,9,'','',530,0,'2013-10-17 13:52:10',4783,NULL),(4740,19,'','',530,0,'2013-10-17 13:52:10',4783,NULL),(4741,18,'','',530,0,'2013-10-17 13:52:10',4783,NULL),(4742,35,'','',530,0,'2013-10-17 13:52:10',4785,NULL),(4743,22,'4,,b8e77e4e38456ab01d878e1a4013a8511bd552ff','',555,0,'2013-10-17 00:00:00',4786,NULL),(4744,9,'','',530,0,'2013-10-17 13:57:20',4786,NULL),(4745,70,',,b8e77e4e38456ab01d878e1a4013a8511bd552ff','',555,0,'2013-10-17 00:00:00',4786,NULL),(4746,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b8e77e4e38456ab01d878e1a4013a8511bd552ff','',555,504,'2013-10-17 00:00:00',4788,'2013-10-22 16:18:26'),(4747,108,'NON - REACTIVE,b8e77e4e38456ab01d878e1a4013a8511bd552ff','',555,0,'2013-10-17 00:00:00',4791,NULL),(4748,107,'1#20,1#20,b8e77e4e38456ab01d878e1a4013a8511bd552ff','',555,504,'2013-10-17 00:00:00',4791,'2013-10-22 16:22:57'),(4749,144,'','',530,0,'2013-10-17 13:57:21',4795,NULL),(4750,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,f91bf4afd53b78260c96e40dd609b202cd75756f','',557,504,'2013-10-18 00:00:00',4796,'2013-10-22 16:18:26'),(4751,68,'','',530,0,'2013-10-17 14:09:15',4798,NULL),(4752,157,'','',530,0,'2013-10-17 14:09:15',4801,NULL),(4753,160,'','',530,0,'2013-10-17 14:09:15',4801,NULL),(4754,165,'','',530,0,'2013-10-17 14:09:15',4801,NULL),(4755,9,'','',530,0,'2013-10-17 14:16:03',4802,NULL),(4756,18,'[$]NO MALARIA PARASITES SEEN[/$],,,d1c8c8864745bc48fbcbd916d8b542940fbb1c7b','',555,0,'2013-10-17 00:00:00',4802,NULL),(4757,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c3aa6868a5feb26ab24aa9337318023e725cfafc','',535,504,'2013-10-17 00:00:00',4803,'2013-10-22 16:18:26'),(4758,38,'[$]NO SALMONELLA OR SHIGELLAE ISOLATED[/$],##,##,,21dcfdfa5161ba0143273480386b36f363e81e01','',555,0,'2013-10-20 00:00:00',4804,NULL),(4759,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,21dcfdfa5161ba0143273480386b36f363e81e01','',534,0,'2013-10-23 00:00:00',4804,NULL),(4760,28,'NEGATIVE,[$]AA[/$],,deaa02db5a85914e7aaa6a5127f4a5a57602deaa','',534,0,'2013-10-21 00:00:00',4805,NULL),(4761,19,'POSITIVE,,fce6bca2408ad35ddbdc7104e30c4dd2b2d47084','MALARIA ANTIGEN:POSITIVE',553,0,'2013-10-17 19:35:05',4806,NULL),(4762,18,'[$][/$],,,fce6bca2408ad35ddbdc7104e30c4dd2b2d47084','MALARIA ANTIGEN:POSITI',553,504,'2013-10-17 19:35:05',4806,'2013-10-22 16:20:43'),(4763,112,'NEGATIVE,,fce6bca2408ad35ddbdc7104e30c4dd2b2d47084','',553,0,'2013-10-17 19:31:41',4807,NULL),(4764,27,'Type 1&2 Ab REACTIVE,NON-REACTIVE,INDETERMINATE,,fce6bca2408ad35ddbdc7104e30c4dd2b2d47084','HIV FIRST RESPONSE:Type 12 Ab REACTIVE, FINAL RESULT:INDETERMINATE',553,504,'2013-10-17 19:31:41',4807,'2013-10-22 16:21:39'),(4765,107,'1#20,1#20,fce6bca2408ad35ddbdc7104e30c4dd2b2d47084','HIV FIRST RESPONSE:Type 12 Ab REACTIVE, FINAL RESULT:INDETERMINA',553,504,'2013-10-17 19:31:41',4807,'2013-10-22 16:22:57'),(4766,130,'','',530,0,'2013-10-17 15:10:51',4808,NULL),(4767,131,'','',530,0,'2013-10-17 15:10:51',4808,NULL),(4768,132,'','',530,0,'2013-10-17 15:10:51',4808,NULL),(4769,92,'0.5,5faa6ce75c388a8fbd154beaa1cb870a437a085e','',504,0,'2013-10-22 00:00:00',4808,NULL),(4770,107,'1#20,1#20,5faa6ce75c388a8fbd154beaa1cb870a437a085e','',534,504,'2013-10-21 00:00:00',4808,'2013-10-22 16:22:57'),(4771,9,'','',530,0,'2013-10-17 15:10:51',4810,NULL),(4772,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,5faa6ce75c388a8fbd154beaa1cb870a437a085e','',534,504,'2013-10-21 00:00:00',4813,'2013-10-22 16:18:26'),(4773,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c8f048c7733829a3f971c81dd060f765c95f0c32','',555,504,'2013-10-17 00:00:00',4814,'2013-10-22 16:18:26'),(4774,9,'','',530,0,'2013-10-17 15:14:43',4815,NULL),(4775,19,'NEGATIVE,,59b1f4348bf66e272eb39471e428dae64218b764','',555,0,'2013-10-17 00:00:00',4815,NULL),(4776,68,'','',530,0,'2013-10-17 15:38:15',4816,NULL),(4777,9,'','',530,0,'2013-10-17 15:38:16',4818,NULL),(4778,9,'','',530,0,'2013-10-17 15:47:31',4819,NULL),(4779,132,'','',530,0,'2013-10-17 15:47:31',4821,NULL),(4780,144,'','',530,0,'2013-10-17 15:47:31',4824,NULL),(4781,192,'','',530,0,'2013-10-17 15:47:32',4828,NULL),(4782,9,'','',530,0,'2013-10-17 15:58:45',4829,NULL),(4783,19,'NEGATIVE,,93dc5a2813d1693c7c4f91b88e391e526729ea10','',555,0,'2013-10-17 00:00:00',4829,NULL),(4784,18,'[$]NO MALARIA PARASITES SEEN[/$],,,93dc5a2813d1693c7c4f91b88e391e526729ea10','',555,0,'2013-10-17 00:00:00',4829,NULL),(4785,14,'','',530,0,'2013-10-17 15:58:45',4831,NULL),(4786,16,'POSITIVE,93dc5a2813d1693c7c4f91b88e391e526729ea10','',555,0,'2013-10-17 00:00:00',4834,NULL),(4787,9,'','',530,0,'2013-10-17 16:02:58',4835,NULL),(4788,19,'NEGATIVE,,a36e11d78cae6e717385720b7980bc6cd3bc6b93','',555,0,'2013-10-17 00:00:00',4835,NULL),(4789,18,'[$]NO MALARIA PARASITES SEEN[/$],,,a36e11d78cae6e717385720b7980bc6cd3bc6b93','',555,0,'2013-10-17 00:00:00',4835,NULL),(4790,57,'','',530,0,'2013-10-17 16:02:59',4837,NULL),(4791,133,'','',530,0,'2013-10-17 16:02:59',4837,NULL),(4792,56,'','',530,0,'2013-10-17 16:02:59',4837,NULL),(4793,107,'1#20,1#20,a36e11d78cae6e717385720b7980bc6cd3bc6b93','',555,504,'2013-10-17 00:00:00',4837,'2013-10-22 16:22:57'),(4794,37,'','',530,0,'2013-10-17 16:02:59',4840,NULL),(4795,9,'','',530,0,'2013-10-17 16:06:06',4841,NULL),(4796,19,'NEGATIVE,,985548a529fb9105d3ba606e76263dcb8a4f34d0','',555,0,'2013-10-17 00:00:00',4841,NULL),(4797,9,'','',530,0,'2013-10-17 16:12:56',4842,NULL),(4798,19,'NEGATIVE,,6b40a8e301f086fa9e62554851d11d61ee478a8d','',555,0,'2013-10-17 00:00:00',4842,NULL),(4799,18,'[$]NO MALARIA PARASITES SEEN[/$],,,6b40a8e301f086fa9e62554851d11d61ee478a8d','',555,0,'2013-10-17 00:00:00',4842,NULL),(4800,57,'','',530,0,'2013-10-17 16:12:56',4844,NULL),(4801,133,'','',530,0,'2013-10-17 16:12:56',4844,NULL),(4802,132,'','',530,0,'2013-10-17 16:12:56',4844,NULL),(4803,56,'','',530,0,'2013-10-17 16:12:56',4844,NULL),(4804,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),,,,,,,,,,b7b74fb423056539f17d4221f5508aa44d95ffe7','',534,504,'2013-10-17 00:00:00',4845,'2013-10-22 16:18:26'),(4805,223,'','',530,0,'2013-10-17 16:29:07',4846,NULL),(4806,37,'','',530,0,'2013-10-17 16:29:07',4848,NULL),(4807,9,'','',530,0,'2013-10-17 16:32:55',4849,NULL),(4808,19,'NEGATIVE,,6f033f72532d8e38321268176b0707860166b9a2','',557,0,'2013-10-17 00:00:00',4849,NULL),(4809,18,'[$]NO MALARIA PARASITE SEEN[/$],,,6f033f72532d8e38321268176b0707860166b9a2','',557,0,'2013-10-17 00:00:00',4849,NULL),(4810,68,'','',530,0,'2013-10-17 16:32:55',4851,NULL),(4811,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6f033f72532d8e38321268176b0707860166b9a2','',557,504,'2013-10-17 00:00:00',4854,'2013-10-22 16:18:26'),(4812,9,'','',530,0,'2013-10-17 16:35:02',4855,NULL),(4813,9,'','',530,0,'2013-10-17 16:40:16',4856,NULL),(4814,9,'','',530,0,'2013-10-17 16:59:44',4857,NULL),(4815,19,'NEGATIVE,,8ee6ca42daf3370f61f12de7107d91794a67a404','',557,0,'2013-10-17 00:00:00',4857,NULL),(4816,18,'[$]NO MALARIA PARASITE SEEN[/$],,,8ee6ca42daf3370f61f12de7107d91794a67a404','',557,0,'2013-10-17 00:00:00',4857,NULL),(4817,9,'','',530,0,'2013-10-17 17:06:08',4858,NULL),(4818,19,'NEGATIVE,,82c8b70ced2ceabf546f393cff952233ff1c1c67','',557,0,'2013-10-17 00:00:00',4858,NULL),(4819,18,'[$]NO MALARIA PARASITE SEEN[/$],,,82c8b70ced2ceabf546f393cff952233ff1c1c67','',557,0,'2013-10-17 00:00:00',4858,NULL),(4820,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,82c8b70ced2ceabf546f393cff952233ff1c1c67','',557,504,'2013-10-17 00:00:00',4860,'2013-10-22 16:18:26'),(4821,107,'1#20,1#20,82c8b70ced2ceabf546f393cff952233ff1c1c67','',557,504,'2013-10-17 00:00:00',4863,'2013-10-22 16:22:57'),(4822,9,'12.8,4.83,12.7,36.6,75.8,26.3,34.7,437,17.2,2.0,75.9,2.7,0.9,,db471a6f3bea9ab2d29c774840defae2c2373b1d','',557,0,'2013-10-17 00:00:00',4864,NULL),(4823,19,'NEGATIVE,,db471a6f3bea9ab2d29c774840defae2c2373b1d','',557,0,'2013-10-17 00:00:00',4864,NULL),(4824,18,'[$]NO MALARIA PARASITE SEEN[/$],,,db471a6f3bea9ab2d29c774840defae2c2373b1d','',557,0,'2013-10-17 00:00:00',4864,NULL),(4825,57,'','',530,0,'2013-10-17 17:19:14',4866,NULL),(4826,133,'','',530,0,'2013-10-17 17:19:14',4866,NULL),(4827,16,'NEGATIVE,db471a6f3bea9ab2d29c774840defae2c2373b1d','',557,0,'2013-10-17 00:00:00',4866,NULL),(4828,56,'','',530,0,'2013-10-17 17:19:14',4866,NULL),(4829,107,'1#20,1#20,db471a6f3bea9ab2d29c774840defae2c2373b1d','',557,504,'2013-10-17 00:00:00',4866,'2013-10-22 16:22:57'),(4830,14,'','',530,0,'2013-10-17 17:19:15',4869,NULL),(4831,37,'','',530,0,'2013-10-17 17:19:15',4869,NULL),(4832,9,'','',530,0,'2013-10-17 17:53:45',4870,NULL),(4833,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e80a82b71ebee1f4a2943dd4d3a0510002857c64','',557,0,'2013-10-17 00:00:00',4870,NULL),(4834,35,'','',530,0,'2013-10-17 17:53:54',4872,NULL),(4835,9,'','',530,0,'2013-10-17 17:53:55',4873,NULL),(4836,18,'','',530,0,'2013-10-17 17:53:55',4873,NULL),(4837,35,'','',530,0,'2013-10-17 17:53:55',4875,NULL),(4838,38,'','',530,0,'2013-10-17 17:56:03',4876,NULL),(4839,37,'','',530,0,'2013-10-17 17:56:03',4876,NULL),(4840,38,'','',530,0,'2013-10-17 17:56:09',4877,NULL),(4841,37,'','',530,0,'2013-10-17 17:56:09',4877,NULL),(4842,21,'','',557,0,'2013-10-17 18:22:38',4878,NULL),(4843,224,'','',557,0,'2013-10-17 18:22:38',4878,NULL),(4844,107,'120,120,,5b7c438104dd4c6366d1cde4e2368fe22951a199','',535,535,'2013-10-17 00:00:00',4879,'2013-10-17 20:36:33'),(4845,122,'[$]COMMENSALS ONLY[/$],b03fa73f45fc6e30a209b99da367dcc5da541814','',534,0,'2013-10-23 00:00:00',4880,NULL),(4846,19,'NEGATIVE,,0da118da0552b8b4f0f266498f3157aae9943598','',557,0,'2013-10-17 00:00:00',4881,NULL),(4847,18,'[$]no malaria parasite seen[/$],,,0da118da0552b8b4f0f266498f3157aae9943598','',557,0,'2013-10-17 00:00:00',4881,NULL),(4848,19,'NEGATIVE,,882dd2ca9d1b8fb1e0184cd4047bf6a3b34c7ddd','',557,0,'2013-10-17 00:00:00',4882,NULL),(4849,222,'7.7,4.68,13.6,39.2,83.8,29.1,34.7,281,7.8,7.1,85.1,0.6,0.5,6.6,13.5,9.2,,882dd2ca9d1b8fb1e0184cd4047bf6a3b34c7ddd','',557,0,'2013-10-17 00:00:00',4882,NULL),(4850,19,'NEGATIVE,,617463776f13cc0c9302a6751680c76c722e9946','',557,0,'2013-10-17 00:00:00',4883,NULL),(4851,18,'[$]NO MALARIA PARASITE SEEN[/$],,,617463776f13cc0c9302a6751680c76c722e9946','',557,0,'2013-10-17 00:00:00',4883,NULL),(4852,222,'9.8,5.36,11.9,36.8,68.7,22.2,32.2,550,38.0,18.0,44.0,3.7,1.8,4.3,16.6,8.1,,617463776f13cc0c9302a6751680c76c722e9946','',557,0,'2013-10-17 00:00:00',4883,NULL),(4853,35,'','',530,0,'2013-10-17 21:09:11',4885,NULL),(4854,37,'','',530,0,'2013-10-17 21:09:12',4888,NULL),(4855,222,'7.0,4.93,12.8,36.2,73.4,26.0,35.4,477,63.7,4.1,32.2,4.5,0.3,2.2,15.4,8.0,,371040f9c4f7d627a79c6d463225ec9af17a40e6','',557,0,'2013-10-17 00:00:00',4889,NULL),(4856,37,'','',530,0,'2013-10-17 21:12:34',4891,NULL),(4857,71,'NEGATIVE,,e80a82b71ebee1f4a2943dd4d3a0510002857c64','',557,0,'2013-10-18 00:00:00',4892,NULL),(4858,35,'HAZY,LIGHT AMBER,6.5,1.010,POSITIVE (+),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,,e80a82b71ebee1f4a2943dd4d3a0510002857c6','',557,504,'2013-10-18 00:00:00',4892,'2013-10-22 16:18:26'),(4859,19,'NEGATIVE,,e8ee6ab383e1ef0bf34a54b442549a39051e6118','',557,0,'2013-10-18 00:00:00',4893,NULL),(4860,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e8ee6ab383e1ef0bf34a54b442549a39051e6118','',557,0,'2013-10-18 00:00:00',4893,NULL),(4861,222,'9.4,5.07,13.1,39.0,76.9,25.8,33.6,312,41.2,11.9,46.9,3.9,1.1,4.4,12.3,8.5,,e8ee6ab383e1ef0bf34a54b442549a39051e6118','',557,0,'2013-10-18 00:00:00',4893,NULL),(4862,35,'','',530,0,'2013-10-17 22:10:43',4895,NULL),(4863,222,'','',530,0,'2013-10-18 05:40:34',4896,NULL),(4864,132,'','',530,0,'2013-10-18 05:40:34',4898,NULL),(4865,65,'','',530,0,'2013-10-18 05:40:34',4898,NULL),(4866,82,'','',530,0,'2013-10-18 06:12:58',4899,NULL),(4867,68,'','',530,0,'2013-10-18 06:12:58',4899,NULL),(4868,68,'','',530,0,'2013-10-18 06:19:03',4900,NULL),(4869,222,'','',530,0,'2013-10-18 06:19:03',4900,NULL),(4870,57,'','',530,0,'2013-10-18 06:19:03',4902,NULL),(4871,133,'','',530,0,'2013-10-18 06:19:03',4902,NULL),(4872,132,'','',530,0,'2013-10-18 06:19:03',4902,NULL),(4873,56,'','',530,0,'2013-10-18 06:19:03',4902,NULL),(4874,222,'4.0,4.66,12.1,36.4,78.1,26.0,33.2,284,42.1,9.1,48.8,1.7,0.4,1.9,16.8,8.6,,de95018aac57e82d6f037a0d76558447c9c83c1d','',557,0,'2013-10-18 00:00:00',4903,NULL),(4875,71,'NEGATIVE,,de95018aac57e82d6f037a0d76558447c9c83c1d','',557,0,'2013-10-18 00:00:00',4905,NULL),(4876,68,'','',530,0,'2013-10-18 06:31:34',4906,NULL),(4877,18,'[$]no malaria parasite seen[/$],,,70606d0351e5242816573da87bcea11dccd7d632','',557,0,'2013-10-18 00:00:00',4906,NULL),(4878,222,'4.5,5.84,16.6,47.1,80.7,28.4,35.2,171,53.3,12.0,34.7,2.4,0.5,1.6,13.5,9.0,,70606d0351e5242816573da87bcea11dccd7d632','',557,0,'2013-10-18 00:00:00',4906,NULL),(4879,57,'','',530,0,'2013-10-18 06:31:34',4908,NULL),(4880,133,'','',530,0,'2013-10-18 06:31:34',4908,NULL),(4881,131,'','',530,0,'2013-10-18 06:31:34',4908,NULL),(4882,132,'','',530,0,'2013-10-18 06:31:34',4908,NULL),(4883,56,'','',530,0,'2013-10-18 06:31:34',4908,NULL),(4884,222,'7.3,6.47,14.6,44.7,69.1,22.6,32.7,266,32.7,11.1,56.2,2.4,0.8,4.1,16.3,9.0,,1b28bb24ba4af00666cefb38b1afa55bb18adc64','',504,0,'2013-10-18 11:22:13',4909,NULL),(4885,128,'','',530,0,'2013-10-18 06:37:01',4911,NULL),(4886,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1b28bb24ba4af00666cefb38b1afa55bb18adc64','',534,504,'2013-10-18 00:00:00',4914,'2013-10-22 16:18:26'),(4887,68,'5.0,,,,38cd0fd06730fa9e917bc3674364419dbfbe54c5','',504,0,'2013-10-18 11:08:11',4915,NULL),(4888,19,'NEGATIVE,,38cd0fd06730fa9e917bc3674364419dbfbe54c5','',504,504,'2013-10-18 00:00:00',4915,'2013-10-18 11:08:11'),(4889,222,'3.9,4.92,13.9,41.8,85.0,28.3,33.3,304,49.2,5.0,45.8,1.9,0.2,1.8,13.0,8.4,,38cd0fd06730fa9e917bc3674364419dbfbe54c5','',504,504,'2013-10-18 00:00:00',4915,'2013-10-18 11:08:11'),(4890,57,'','',530,0,'2013-10-18 06:43:32',4917,NULL),(4891,133,'','',530,0,'2013-10-18 06:43:32',4917,NULL),(4892,131,'','',530,0,'2013-10-18 06:43:32',4917,NULL),(4893,132,'','',530,0,'2013-10-18 06:43:32',4917,NULL),(4894,56,'','',530,0,'2013-10-18 06:43:32',4917,NULL),(4895,65,'','',530,0,'2013-10-18 06:43:32',4917,NULL),(4896,107,'1#20,1#20,38cd0fd06730fa9e917bc3674364419dbfbe54c5','',504,504,'2013-10-18 00:00:00',4917,'2013-10-22 16:22:57'),(4897,11,'19.9,[$]14.0[/$],[$]1.42[/$],##1.5,,71e146226ceb293ce81a33fd3db39178f6498354','',534,0,'2013-10-18 00:00:00',4918,NULL),(4898,222,'','',530,0,'2013-10-18 07:20:27',4919,NULL),(4899,57,'','',530,0,'2013-10-18 07:27:44',4920,NULL),(4900,133,'','',530,0,'2013-10-18 07:27:44',4920,NULL),(4901,112,'NEGATIVE,,746f5001a377f0afc745ebe464265acc8bab2b94','',504,0,'2013-10-22 00:00:00',4920,NULL),(4902,131,'','',530,0,'2013-10-18 07:27:44',4920,NULL),(4903,132,'','',530,0,'2013-10-18 07:27:44',4920,NULL),(4904,92,'1.7,746f5001a377f0afc745ebe464265acc8bab2b94','',504,0,'2013-10-22 00:00:00',4920,NULL),(4905,56,'','',530,0,'2013-10-18 07:27:44',4920,NULL),(4906,107,'1#20,1#20,746f5001a377f0afc745ebe464265acc8bab2b94','',557,504,'2013-10-18 00:00:00',4920,'2013-10-22 16:22:57'),(4907,68,'12.0,,,,746f5001a377f0afc745ebe464265acc8bab2b94','',534,0,'2013-10-21 00:00:00',4922,NULL),(4908,19,'NEGATIVE,,746f5001a377f0afc745ebe464265acc8bab2b94','',557,0,'2013-10-18 00:00:00',4922,NULL),(4909,222,'','',530,0,'2013-10-18 07:27:45',4922,NULL),(4910,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,746f5001a377f0afc745ebe464265acc8bab2b94','',557,504,'2013-10-18 00:00:00',4925,'2013-10-22 16:18:26'),(4911,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,746f5001a377f0afc745ebe464265acc8bab2b94','',534,0,'2013-10-21 00:00:00',4929,NULL),(4912,57,'','',530,0,'2013-10-18 07:39:51',4930,NULL),(4913,133,'','',530,0,'2013-10-18 07:39:51',4930,NULL),(4914,112,'NEGATIVE,,2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9','',534,0,'2013-10-21 00:00:00',4930,NULL),(4915,131,'','',530,0,'2013-10-18 07:39:51',4930,NULL),(4916,132,'','',530,0,'2013-10-18 07:39:51',4930,NULL),(4917,92,'2.0,2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9','',504,0,'2013-10-22 00:00:00',4930,NULL),(4918,56,'','',530,0,'2013-10-18 07:39:51',4930,NULL),(4919,107,'1#20,1#20,2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9','',534,504,'2013-10-21 00:00:00',4930,'2013-10-22 16:22:58'),(4920,68,'','',530,0,'2013-10-18 07:39:54',4932,NULL),(4921,19,'NEGATIVE,,2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9','',534,0,'2013-10-21 00:00:00',4932,NULL),(4922,222,'','',530,0,'2013-10-18 07:39:54',4932,NULL),(4923,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9','',534,504,'2013-10-21 00:00:00',4935,'2013-10-22 16:18:26'),(4924,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2d2d8bab8f33dfa05fb68d7d0c6ee420075363e9','',534,0,'2013-10-21 00:00:00',4939,NULL),(4925,132,'','',530,0,'2013-10-18 07:48:32',4940,NULL),(4926,57,'','',530,0,'2013-10-18 07:54:05',4941,NULL),(4927,133,'','',530,0,'2013-10-18 07:54:05',4941,NULL),(4928,132,'','',530,0,'2013-10-18 07:54:05',4941,NULL),(4929,56,'','',530,0,'2013-10-18 07:54:05',4941,NULL),(4930,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2568608d39d10531eeb6db3cb272d17f18b66a4a','',534,504,'2013-10-18 00:00:00',4943,'2013-10-22 16:18:26'),(4931,82,'','',530,0,'2013-10-18 07:54:06',4946,NULL),(4932,68,'','',530,0,'2013-10-18 07:54:06',4946,NULL),(4933,37,'BROWN,SEMI FORMED,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,7e7cccdc9bf407d355b67af0081a32a7410e1459','',534,504,'2013-10-18 00:00:00',4947,'2013-10-18 11:17:49'),(4934,3,'2.4,##1.3,##0.3,##,,##,,,68eefa2aff9c32ce2ea5b825c95e8f1c60008c2e','',537,0,'2013-10-21 00:00:00',4948,NULL),(4935,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',534,504,'2013-10-18 00:00:00',4949,'2013-10-22 16:18:26'),(4936,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',543,0,'2013-10-21 00:00:00',4951,NULL),(4937,21,'O,NEGATIVE,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',534,0,'2013-10-18 00:00:00',4954,NULL),(4938,27,'NON-REACTIVE,-,NEGATIVE,,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',534,504,'2013-10-18 00:00:00',4954,'2013-10-22 16:21:39'),(4939,160,'','',530,0,'2013-10-18 08:26:48',4958,NULL),(4940,112,'NEGATIVE,,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',534,0,'2013-10-18 00:00:00',4963,NULL),(4941,117,'NEGATIVE,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',534,0,'2013-10-18 00:00:00',4963,NULL),(4942,108,'NON - REACTIVE,944c9b2e1ea80109d378dfe438bf2249cabc61d6','',534,0,'2013-10-18 00:00:00',4963,NULL),(4943,57,'','',530,0,'2013-10-18 08:31:45',4964,NULL),(4944,133,'','',530,0,'2013-10-18 08:31:45',4964,NULL),(4945,112,'NEGATIVE,,6467e2c39f2478027c68f149657fc899fa10cdc2','',535,0,'2013-10-19 00:00:00',4964,NULL),(4946,131,'','',530,0,'2013-10-18 08:31:45',4964,NULL),(4947,132,'','',530,0,'2013-10-18 08:31:45',4964,NULL),(4948,92,'2.4,6467e2c39f2478027c68f149657fc899fa10cdc2','',504,0,'2013-10-22 00:00:00',4964,NULL),(4949,56,'','',530,0,'2013-10-18 08:31:45',4964,NULL),(4950,107,'1#20,1#20,6467e2c39f2478027c68f149657fc899fa10cdc2','',535,504,'2013-10-19 00:00:00',4964,'2013-10-22 16:22:58'),(4951,68,'5.1,,,,6467e2c39f2478027c68f149657fc899fa10cdc2','',535,0,'2013-10-19 00:00:00',4967,NULL),(4952,9,'','',530,0,'2013-10-18 08:31:46',4967,NULL),(4953,19,'NEGATIVE,,6467e2c39f2478027c68f149657fc899fa10cdc2','',535,0,'2013-10-19 00:00:00',4967,NULL),(4954,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6467e2c39f2478027c68f149657fc899fa10cdc2','',535,0,'2013-10-19 00:00:00',4971,NULL),(4955,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6467e2c39f2478027c68f149657fc899fa10cdc2','',535,504,'2013-10-19 00:00:00',4976,'2013-10-22 16:18:26'),(4956,144,'','',530,0,'2013-10-18 08:31:46',4982,NULL),(4957,192,'','',530,0,'2013-10-18 08:31:47',4989,NULL),(4958,19,'NEGATIVE,,664d5cfe118c696786463f96c2af97bf3d0937d0','',504,504,'2013-10-18 00:00:00',4990,'2013-10-18 12:10:51'),(4959,107,'120,120,,664d5cfe118c696786463f96c2af97bf3d0937d0','',504,504,'2013-10-18 12:11:38',4992,'2013-10-18 12:12:43'),(4960,68,'4.4,,,,0309f8686a4556ce56435bdd24539438080a2cf5','',535,0,'2013-10-19 00:00:00',4993,NULL),(4961,9,'','',530,0,'2013-10-18 08:40:35',4993,NULL),(4962,19,'NEGATIVE,,0309f8686a4556ce56435bdd24539438080a2cf5','',535,0,'2013-10-19 00:00:00',4993,NULL),(4963,57,'','',530,0,'2013-10-18 08:40:35',4995,NULL),(4964,133,'','',530,0,'2013-10-18 08:40:35',4995,NULL),(4965,112,'NEGATIVE,,0309f8686a4556ce56435bdd24539438080a2cf5','',535,0,'2013-10-19 00:00:00',4995,NULL),(4966,131,'','',530,0,'2013-10-18 08:40:35',4995,NULL),(4967,132,'','',530,0,'2013-10-18 08:40:35',4995,NULL),(4968,56,'','',530,0,'2013-10-18 08:40:35',4995,NULL),(4969,107,'1#20,1#20,0309f8686a4556ce56435bdd24539438080a2cf5','',535,504,'2013-10-19 00:00:00',4995,'2013-10-22 16:22:58'),(4970,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0309f8686a4556ce56435bdd24539438080a2cf5','',535,0,'2013-10-19 00:00:00',4998,NULL),(4971,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,0309f8686a4556ce56435bdd24539438080a2cf5','',535,504,'2013-10-19 00:00:00',5002,'2013-10-22 16:18:26'),(4972,192,'','',530,0,'2013-10-18 08:40:36',5007,NULL),(4973,144,'','',530,0,'2013-10-18 08:40:36',5013,NULL),(4974,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.\nNO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,f5a8641c8532991a7b474b0571cb749c2b469a89','',534,0,'2013-10-31 08:00:00',5014,NULL),(4975,9,'','',530,0,'2013-10-18 09:09:17',5014,NULL),(4976,19,'NEGATIVE,,f5a8641c8532991a7b474b0571cb749c2b469a89','',534,0,'2013-10-18 00:00:00',5014,NULL),(4977,18,'[$]NO MALARIA PARASITES SEEN [/$],,,f5a8641c8532991a7b474b0571cb749c2b469a89','',534,0,'2013-10-18 00:00:00',5014,NULL),(4978,57,'','',530,0,'2013-10-18 09:09:17',5016,NULL),(4979,133,'[$]143[/$],[$]4.1[/$],110,,f5a8641c8532991a7b474b0571cb749c2b469a89','',504,0,'2013-10-18 00:00:00',5016,NULL),(4980,92,'','',530,0,'2013-10-18 09:09:17',5016,NULL),(4981,56,'','',530,0,'2013-10-18 09:09:17',5016,NULL),(4982,36,'No Bacteria Growth,##,##,,f5a8641c8532991a7b474b0571cb749c2b469a89','',534,0,'2013-10-21 00:00:00',5020,NULL),(4983,35,'HAZY,LIGHT AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,f5a8641c8532991a7b474b0571cb749c2b469a89','',534,504,'2013-10-18 00:00:00',5020,'2013-10-22 16:18:26'),(4984,9,'','',530,0,'2013-10-18 09:11:46',5021,NULL),(4985,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,4f888d0a6e46cddddb3a798451ddc6684f607430','',534,504,'2013-10-18 00:00:00',5023,'2013-10-22 16:18:26'),(4986,57,'','',530,0,'2013-10-18 09:15:05',5024,NULL),(4987,133,'','',530,0,'2013-10-18 09:15:05',5024,NULL),(4988,131,'','',530,0,'2013-10-18 09:15:05',5024,NULL),(4989,132,'','',530,0,'2013-10-18 09:15:05',5024,NULL),(4990,56,'','',530,0,'2013-10-18 09:15:05',5024,NULL),(4991,82,'','',530,0,'2013-10-18 09:15:05',5026,NULL),(4992,68,'','',530,0,'2013-10-18 09:15:05',5026,NULL),(4993,192,'','',530,0,'2013-10-18 09:28:23',5027,NULL),(4994,68,'','',530,0,'2013-10-18 09:39:48',5028,NULL),(4995,9,'','',530,0,'2013-10-18 09:46:09',5029,NULL),(4996,19,'','',530,0,'2013-10-18 09:46:09',5029,NULL),(4997,57,'','',530,0,'2013-10-18 09:46:10',5031,NULL),(4998,133,'','',530,0,'2013-10-18 09:46:10',5031,NULL),(4999,132,'','',530,0,'2013-10-18 09:46:10',5031,NULL),(5000,56,'','',530,0,'2013-10-18 09:46:10',5031,NULL),(5001,35,'','',530,0,'2013-10-18 09:46:10',5034,NULL),(5002,14,'NEGATIVE,20fc32748ddf90674a2e90d562025b2cda0c770d','',534,0,'2013-10-18 00:00:00',5035,NULL),(5003,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,20fc32748ddf90674a2e90d562025b2cda0c770d','',534,0,'2013-10-18 00:00:00',5035,NULL),(5004,9,'','',530,0,'2013-10-18 09:50:35',5037,NULL),(5005,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,97848e5eaa9b2506db81fa3635b8ba02128d9783','',534,0,'2013-10-18 00:00:00',5038,NULL),(5006,9,'','',530,0,'2013-10-18 09:59:24',5039,NULL),(5007,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a2bfe1eabe5734796d3f3d02832d13a1ad292cbf','pH:6.0, SPECIFIC GRAVITY:1.025',504,504,'2013-10-18 16:49:51',5041,'2013-10-22 16:18:26'),(5008,131,'','',530,0,'2013-10-18 09:59:24',5044,NULL),(5009,192,'','',530,0,'2013-10-18 09:59:24',5048,NULL),(5010,144,'','',530,0,'2013-10-18 09:59:25',5053,NULL),(5011,68,'4.7,,,,be485e00fb6bb36592402f08532f0a5442c6b4ae','',557,0,'2013-10-18 00:00:00',5054,NULL),(5012,9,'','',530,0,'2013-10-18 10:09:28',5054,NULL),(5013,19,'NEGATIVE,,be485e00fb6bb36592402f08532f0a5442c6b4ae','',557,0,'2013-10-18 00:00:00',5054,NULL),(5014,57,'','',530,0,'2013-10-18 10:09:28',5056,NULL),(5015,133,'','',530,0,'2013-10-18 10:09:28',5056,NULL),(5016,112,'NEGATIVE,,be485e00fb6bb36592402f08532f0a5442c6b4ae','',557,0,'2013-10-18 00:00:00',5056,NULL),(5017,131,'','',530,0,'2013-10-18 10:09:28',5056,NULL),(5018,132,'','',530,0,'2013-10-18 10:09:28',5056,NULL),(5019,92,'2.6,be485e00fb6bb36592402f08532f0a5442c6b4ae','',504,0,'2013-10-22 00:00:00',5056,NULL),(5020,56,'','',530,0,'2013-10-18 10:09:28',5056,NULL),(5021,107,'1#20,1#20,be485e00fb6bb36592402f08532f0a5442c6b4ae','',557,504,'2013-10-18 00:00:00',5056,'2013-10-22 16:22:58'),(5022,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,be485e00fb6bb36592402f08532f0a5442c6b4ae','',557,504,'2013-10-18 00:00:00',5059,'2013-10-22 16:18:26'),(5023,199,'[$]COMMENSALS ONLY[/$],1b29b1df0ce1f9cfac39d1c60bd0afcc3375b618','',534,0,'2013-10-18 00:00:00',5060,NULL),(5024,89,'4.6,,,358b91206064f8d8d87a3796b8ebb2388ee5fe83','',534,0,'2013-10-24 00:00:00',5061,NULL),(5025,99,'1.9,##,,358b91206064f8d8d87a3796b8ebb2388ee5fe83','',504,0,'2013-10-22 00:00:00',5061,NULL),(5026,100,'1.4,##,,358b91206064f8d8d87a3796b8ebb2388ee5fe83','',504,0,'2013-10-22 00:00:00',5061,NULL),(5027,90,'','',530,0,'2013-10-18 10:17:41',5061,NULL),(5028,101,'2.1,358b91206064f8d8d87a3796b8ebb2388ee5fe83','',504,0,'2013-10-22 00:00:00',5061,NULL),(5029,21,'O,POSITIVE,358b91206064f8d8d87a3796b8ebb2388ee5fe83','',534,0,'2013-10-18 00:00:00',5063,NULL),(5030,71,'NEGATIVE,,358b91206064f8d8d87a3796b8ebb2388ee5fe83','',534,0,'2013-10-18 00:00:00',5066,NULL),(5031,9,'','',530,0,'2013-10-18 10:23:14',5067,NULL),(5032,19,'NEGATIVE,,03abeed09e6d9ab033d1ff56a11aa32d67299aec','',543,0,'2013-10-18 00:00:00',5067,NULL),(5033,18,'[$]No malaria parasites seen[/$],,,03abeed09e6d9ab033d1ff56a11aa32d67299aec','',543,0,'2013-10-18 00:00:00',5067,NULL),(5034,71,'NEGATIVE,,03abeed09e6d9ab033d1ff56a11aa32d67299aec','',543,0,'2013-10-18 00:00:00',5069,NULL),(5035,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,TRACE,TRACE,NEGATIVE,POSITIVE (+),NEGATIVE,NORMAL,,,,,,,,,,03abeed09e6d9ab033d1ff56a11aa32d67299aec','',543,504,'2013-10-18 00:00:00',5069,'2013-10-22 16:18:26'),(5036,14,'NEGATIVE,,03abeed09e6d9ab033d1ff56a11aa32d67299aec','',504,504,'2013-10-18 16:44:15',5072,'2013-10-18 16:44:30'),(5037,107,'1#20,1#20,03abeed09e6d9ab033d1ff56a11aa32d67299aec','',543,504,'2013-10-18 00:00:00',5076,'2013-10-22 16:22:58'),(5038,68,'','',530,0,'2013-10-18 10:26:50',5077,NULL),(5039,9,'','',530,0,'2013-10-18 10:26:50',5077,NULL),(5040,194,'','',530,0,'2013-10-18 10:26:50',5079,NULL),(5041,9,'','',530,0,'2013-10-18 10:37:42',5080,NULL),(5042,19,'NEGATIVE,,2e779e72b043510939486b4483bd182f1699c4df','',543,0,'2013-10-18 00:00:00',5080,NULL),(5043,18,'[$]No malaria parasites seen[/$],,,2e779e72b043510939486b4483bd182f1699c4df','',543,0,'2013-10-18 00:00:00',5080,NULL),(5044,35,'HAZY,LIGHT AMBER,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,38cd0fd06730fa9e917bc3674364419dbfbe54c5','',534,504,'2013-10-18 00:00:00',5081,'2013-10-22 16:18:26'),(5045,9,'','',530,0,'2013-10-18 10:42:46',5082,NULL),(5046,19,'POSITIVE,,442bc792a8a0ef0ec648fe7a5feb230bd6ba5479','',534,0,'2013-10-18 00:00:00',5082,NULL),(5047,18,'[$]NO MALARIA PARASITES SEEN[/$],,,442bc792a8a0ef0ec648fe7a5feb230bd6ba5479','',534,0,'2013-10-18 00:00:00',5082,NULL),(5048,9,'','',530,0,'2013-10-18 10:47:35',5083,NULL),(5049,36,'','',530,0,'2013-10-18 10:47:35',5085,NULL),(5050,68,'','',530,0,'2013-10-18 10:50:53',5086,NULL),(5051,223,'','',530,0,'2013-10-18 10:50:53',5086,NULL),(5052,82,'','',530,0,'2013-10-18 10:50:54',5088,NULL),(5053,16,'','',530,0,'2013-10-18 11:00:21',5089,NULL),(5054,14,'NEGATIVE,863b8bd054d746e90fa4c6578c434db3ad2ed30f','',543,0,'2013-10-18 00:00:00',5091,NULL),(5055,9,'','',530,0,'2013-10-18 11:05:03',5092,NULL),(5056,19,'NEGATIVE,,a89657648aaf6476460938a9f76aaff70b0ad6b6','',543,0,'2013-10-18 00:00:00',5092,NULL),(5057,18,'[$]No malaria parasites seen[/$],,,a89657648aaf6476460938a9f76aaff70b0ad6b6','',543,0,'2013-10-18 00:00:00',5092,NULL),(5058,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a89657648aaf6476460938a9f76aaff70b0ad6b6','',543,504,'2013-10-18 00:00:00',5094,'2013-10-22 16:18:26'),(5059,107,'1#20,1#20,a89657648aaf6476460938a9f76aaff70b0ad6b6','',543,504,'2013-10-18 00:00:00',5097,'2013-10-22 16:22:58'),(5060,21,'','',530,0,'2013-10-18 11:11:42',5098,NULL),(5061,68,'','',530,0,'2013-10-18 11:11:42',5098,NULL),(5062,9,'','',530,0,'2013-10-18 11:11:42',5098,NULL),(5063,25,'','',530,0,'2013-10-18 11:11:42',5098,NULL),(5064,27,'','',530,0,'2013-10-18 11:11:42',5098,NULL),(5065,20,'','',530,0,'2013-10-18 11:11:42',5098,NULL),(5066,112,'','',530,0,'2013-10-18 11:11:42',5100,NULL),(5067,68,'4.6,-,-,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',537,0,'2013-11-01 08:00:00',5101,NULL),(5068,9,'','',530,0,'2013-10-18 11:19:59',5101,NULL),(5069,21,'','',530,0,'2013-10-18 11:44:22',5102,NULL),(5070,68,'','',530,0,'2013-10-18 11:44:22',5102,NULL),(5071,9,'','',530,0,'2013-10-18 11:44:22',5102,NULL),(5072,25,'','',530,0,'2013-10-18 11:44:22',5102,NULL),(5073,27,'','',530,0,'2013-10-18 11:44:22',5102,NULL),(5074,20,'','',530,0,'2013-10-18 11:44:22',5102,NULL),(5075,112,'','',530,0,'2013-10-18 11:44:22',5104,NULL),(5076,108,'','',530,0,'2013-10-18 11:44:22',5104,NULL),(5077,9,'','',530,0,'2013-10-18 11:57:37',5105,NULL),(5078,19,'NEGATIVE,,e3f0d24e7583c18c2de0e9beaa39cfa351460ea0','',543,0,'2013-10-18 00:00:00',5105,NULL),(5079,18,'[$]No malaria parasites seen[/$],,,e3f0d24e7583c18c2de0e9beaa39cfa351460ea0','',543,0,'2013-10-18 00:00:00',5105,NULL),(5080,71,'POSITIVE,,e3f0d24e7583c18c2de0e9beaa39cfa351460ea0','',543,0,'2013-10-18 00:00:00',5107,NULL),(5081,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e3f0d24e7583c18c2de0e9beaa39cfa351460ea0','',543,504,'2013-10-18 00:00:00',5107,'2013-10-22 16:18:26'),(5082,9,'','',530,0,'2013-10-18 12:02:15',5108,NULL),(5083,9,'','',530,0,'2013-10-18 12:06:10',5109,NULL),(5084,19,'NEGATIVE,,0f2691a2ccef670f94780c3908117fa7a5a33470','',543,0,'2013-10-18 00:00:00',5109,NULL),(5085,18,'[$]No malaria parasites seen[/$],,,0f2691a2ccef670f94780c3908117fa7a5a33470','',543,0,'2013-10-18 00:00:00',5109,NULL),(5086,144,'','',530,0,'2013-10-18 12:06:10',5111,NULL),(5087,9,'','',530,0,'2013-10-18 12:13:45',5112,NULL),(5088,19,'NEGATIVE,,12054e07fd2d942797e7bf918bc08fb29a687377','',534,0,'2013-10-18 00:00:00',5112,NULL),(5089,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,12054e07fd2d942797e7bf918bc08fb29a687377','',534,504,'2013-10-18 00:00:00',5114,'2013-10-22 16:18:26'),(5090,162,'','',530,0,'2013-10-18 12:13:45',5117,NULL),(5091,36,'No Significant Bacteria Growth,##,##,,8d23efca4adc7e683823c82b058e15d4f2c358b8','',534,0,'2013-10-21 00:00:00',5118,NULL),(5092,35,'','',530,0,'2013-10-18 12:20:09',5118,NULL),(5093,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,8d23efca4adc7e683823c82b058e15d4f2c358b8','',534,0,'2013-10-31 08:00:00',5120,NULL),(5094,9,'','',530,0,'2013-10-18 12:28:59',5121,NULL),(5095,18,'[$]NO MALARIA PARASITE SEEN[/$],,,9183838005269a4acdc04e7437f71d9284c91b57','',504,0,'2013-10-18 00:00:00',5121,NULL),(5096,8,'','',530,0,'2013-10-18 12:32:12',5122,NULL),(5097,119,'[$]NO PATHOGEN ISOLATED [/$],809a7a5e20aef7dd80e4e77d95729a5e59a25ef6','',534,0,'2013-10-21 00:00:00',5123,NULL),(5098,194,'','',530,0,'2013-10-18 12:35:33',5125,NULL),(5099,9,'','',530,0,'2013-10-18 12:37:37',5126,NULL),(5100,19,'NEGATIVE,,5bff56e422cebf8f9bccb45c762bff24071252bd','',534,0,'2013-10-18 00:00:00',5126,NULL),(5101,9,'','',530,0,'2013-10-18 12:44:28',5127,NULL),(5102,18,'[$]NO MALARIA PARASITE SEEN[/$],,,5bf85036cd6af33591429ff3560623c42d2ee532','',534,0,'2013-10-18 00:00:00',5127,NULL),(5103,22,'6,,82a119ab8239effbaba840f2eb5682cc2f710cbd','',534,0,'2013-10-18 00:00:00',5128,NULL),(5104,9,'','',530,0,'2013-10-18 12:51:16',5128,NULL),(5105,157,'','',530,0,'2013-10-18 12:51:19',5130,NULL),(5106,160,'','',530,0,'2013-10-18 12:51:19',5130,NULL),(5107,165,'','',530,0,'2013-10-18 12:51:19',5130,NULL),(5108,9,'','',530,0,'2013-10-18 13:01:43',5131,NULL),(5109,18,'[$]NO MALARIA PARASITE SEEN [/$],,,5db15fde5f50af69bf648d9988edeed3513b8cf5','',534,0,'2013-10-18 00:00:00',5131,NULL),(5110,9,'','',530,0,'2013-10-18 13:26:48',5132,NULL),(5111,19,'','',530,0,'2013-10-18 13:26:48',5132,NULL),(5112,35,'CLEAR,STRAW,6.0,1.020,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,8b6b138cf67e5ca967b4fd440ddf9e862858f82c','',504,504,'2013-10-18 00:00:00',5134,'2013-10-22 16:18:26'),(5113,9,'','',530,0,'2013-10-18 13:42:18',5135,NULL),(5114,19,'','',530,0,'2013-10-18 13:42:18',5135,NULL),(5115,18,'','',530,0,'2013-10-18 13:42:18',5135,NULL),(5116,9,'','',530,0,'2013-10-18 14:11:01',5136,NULL),(5117,19,'NEGATIVE,,613add8495e2607e0895f0e94bdc55686e1b1137','',504,0,'2013-10-18 00:00:00',5136,NULL),(5118,18,'[$]NO MALARIA PARASITES SEEN[/$],,,613add8495e2607e0895f0e94bdc55686e1b1137','',504,0,'2013-10-18 00:00:00',5136,NULL),(5119,37,'DARK BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,613add8495e2607e0895f0e94bdc55686e1b1137','MACROSCOPY : COLOUR:DARK BROWN, CONTENT:',553,0,'2013-10-19 20:47:44',5138,NULL),(5120,9,'','',530,0,'2013-10-18 14:15:32',5139,NULL),(5121,19,'NEGATIVE,,1081b80355c833a97eab7aba2ff8f05417638444','',504,0,'2013-10-18 00:00:00',5139,NULL),(5122,18,'[$]NO MALARIA PARASITES SEEN[/$],,,1081b80355c833a97eab7aba2ff8f05417638444','',504,0,'2013-10-18 00:00:00',5139,NULL),(5123,22,'22,,a874a7c028847640d7cd2d866373f0079c0dc326','',504,0,'2013-10-18 00:00:00',5140,NULL),(5124,9,'','',530,0,'2013-10-18 14:19:47',5140,NULL),(5125,70,',,a874a7c028847640d7cd2d866373f0079c0dc326','',534,0,'2013-10-21 00:00:00',5140,NULL),(5126,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a874a7c028847640d7cd2d866373f0079c0dc326','',534,504,'2013-10-21 00:00:00',5142,'2013-10-22 16:18:26'),(5127,108,'NON - REACTIVE,a874a7c028847640d7cd2d866373f0079c0dc326','',504,0,'2013-10-18 00:00:00',5145,NULL),(5128,107,'1#20,1#20,a874a7c028847640d7cd2d866373f0079c0dc326','',504,504,'2013-10-18 00:00:00',5145,'2013-10-22 16:22:58'),(5129,21,'','',530,0,'2013-10-18 14:23:54',5146,NULL),(5130,9,'','',530,0,'2013-10-18 14:23:54',5146,NULL),(5131,25,'','',530,0,'2013-10-18 14:23:54',5146,NULL),(5132,20,'','',530,0,'2013-10-18 14:23:54',5146,NULL),(5133,27,'NON-REACTIVE,-,NEGATIVE,,380a910793d85ae5215d704c572514ec3b9d7a89','',535,0,'2013-10-24 00:00:00',5148,NULL),(5134,108,'','',530,0,'2013-10-18 14:23:55',5148,NULL),(5135,107,'','',530,0,'2013-10-18 14:23:55',5148,NULL),(5136,21,'B,POSITIVE,ee6ad7f3747b8bcb94e1bc0ce922c1a4a57cc9ca','',504,0,'2013-10-18 00:00:00',5149,NULL),(5137,68,'','',530,0,'2013-10-18 14:29:00',5149,NULL),(5138,9,'','',530,0,'2013-10-18 14:29:00',5149,NULL),(5139,20,'NEGATIVE,ee6ad7f3747b8bcb94e1bc0ce922c1a4a57cc9ca','',504,0,'2013-10-18 00:00:00',5149,NULL),(5140,112,'NEGATIVE,,ee6ad7f3747b8bcb94e1bc0ce922c1a4a57cc9ca','',504,504,'2013-10-18 00:00:00',5151,'2013-10-18 18:07:24'),(5141,27,'NONREACTIVE,,NEGATIVE,,ee6ad7f3747b8bcb94e1bc0ce922c1a4a57cc9ca','',504,504,'2013-10-18 00:00:00',5151,'2013-10-18 18:07:24'),(5142,119,'[$]NO BACTERIAL GROWTH[/$],608b060b13ef080c5ebf04a2ba92194e319aa3e2','',534,0,'2013-10-21 00:00:00',5152,NULL),(5143,68,'','',530,0,'2013-10-18 14:49:39',5153,NULL),(5144,9,'','',530,0,'2013-10-18 14:49:39',5153,NULL),(5145,36,'','',530,0,'2013-10-18 14:51:53',5154,NULL),(5146,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,6c3206ae3a39abf40d4effece733f87309e8560f','',504,504,'2013-10-18 00:00:00',5154,'2013-10-22 16:18:26'),(5147,9,'','',530,0,'2013-10-18 14:55:34',5155,NULL),(5148,19,'','',530,0,'2013-10-18 14:55:34',5155,NULL),(5149,18,'','',530,0,'2013-10-18 14:55:34',5155,NULL),(5150,36,'No Bacteria Growth,##,##,,b0169738622aeff2bfa7f8a5c561321a7279014d','',504,0,'2013-10-18 17:32:23',5157,NULL),(5151,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b0169738622aeff2bfa7f8a5c561321a7279014d','pH:7.0, SPECIFIC GRAVITY:1.015, BLOOD:TRACE',504,504,'2013-10-18 17:32:23',5157,'2013-10-22 16:18:26'),(5152,37,'BROWN,SEMI FORMED,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8d5d217e727d9fc1fba4eb1e4a431492b37d2775','CONTENT:',504,504,'2013-10-18 17:54:04',5158,'2013-10-18 17:54:13'),(5153,22,'10,,20437becb00a584b5bb7cb00f78290ff21a0dbce','',504,0,'2013-10-18 00:00:00',5159,NULL),(5154,9,'','',530,0,'2013-10-18 15:03:26',5159,NULL),(5155,223,'','',530,0,'2013-10-18 15:03:26',5159,NULL),(5156,27,'NON-REACTIVE,-,NEGATIVE,,20437becb00a584b5bb7cb00f78290ff21a0dbce','',504,504,'2013-10-18 00:00:00',5159,'2013-10-22 16:21:39'),(5157,36,'No Bacteria Growth,##,##,,20437becb00a584b5bb7cb00f78290ff21a0dbce','',534,0,'2013-10-21 00:00:00',5161,NULL),(5158,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,20437becb00a584b5bb7cb00f78290ff21a0dbce','',504,504,'2013-10-18 00:00:00',5161,'2013-10-22 16:18:26'),(5159,36,'No Bacteria Growth,##,##,,c2982e7c7ccf1bc5f3305e1d6ec8613924ee017d','',534,0,'2013-10-18 00:00:00',5162,NULL),(5160,11,'','',530,0,'2013-10-18 15:10:46',5163,NULL),(5161,131,'','',530,0,'2013-10-18 15:10:46',5165,NULL),(5162,4,'','',530,0,'2013-10-18 15:30:48',5166,NULL),(5163,5,'','',530,0,'2013-10-18 15:30:48',5166,NULL),(5164,9,'','',530,0,'2013-10-18 15:30:48',5166,NULL),(5165,19,'','',530,0,'2013-10-18 15:30:48',5166,NULL),(5166,12,'','',530,0,'2013-10-18 15:30:48',5168,NULL),(5167,35,'','',530,0,'2013-10-18 15:30:48',5171,NULL),(5168,40,'','',530,0,'2013-10-18 15:33:12',5172,NULL),(5169,224,'','',530,0,'2013-10-18 15:33:12',5172,NULL),(5170,71,'NEGATIVE,,b0169738622aeff2bfa7f8a5c561321a7279014d','',504,0,'2013-10-18 17:34:38',5173,NULL),(5171,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,db471a6f3bea9ab2d29c774840defae2c2373b1d','CLARITY:HAZY, pH:7.0, SPECIFIC GRAVITY:1.010, LEUCOCYTE:TRACE',504,504,'2013-10-18 17:50:55',5174,'2013-10-22 16:18:26'),(5172,68,'10.4,,,,52c358388166e7a2917da8e16f938c0252a3e70b','',553,0,'2013-10-19 11:33:24',5175,NULL),(5173,9,',,,,,,,,,,,,,,52c358388166e7a2917da8e16f938c0252a3e70b','',553,0,'2013-10-19 11:33:24',5175,NULL),(5174,35,'CLEAR,STRAW,8.0,1.005,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,52c358388166e7a2917da8e16f938c0252a3e70b','pH:8.0, SPECIFIC GRAVITY:1.005, PROTEIN:TRACE',553,504,'2013-10-19 11:31:50',5177,'2013-10-22 16:18:26'),(5175,57,'','',530,0,'2013-10-18 16:53:59',5180,NULL),(5176,133,'','',530,0,'2013-10-18 16:53:59',5180,NULL),(5177,132,'','',530,0,'2013-10-18 16:53:59',5180,NULL),(5178,56,'','',530,0,'2013-10-18 16:53:59',5180,NULL),(5179,144,'','',530,0,'2013-10-18 16:53:59',5184,NULL),(5180,192,'','',530,0,'2013-10-18 16:53:59',5189,NULL),(5181,9,'','',530,0,'2013-10-18 17:17:41',5190,NULL),(5182,19,'NEGATIVE,,2d8096b9d68f2206733feda5ee775d6e9cef6e28','',552,0,'2013-10-18 00:00:00',5190,NULL),(5183,134,'SCANTY,FEW,NOT SEEN,PRESENT (+),,2d8096b9d68f2206733feda5ee775d6e9cef6e28','',552,0,'2013-10-18 00:00:00',5192,NULL),(5184,9,'','',530,0,'2013-10-18 17:24:43',5193,NULL),(5185,57,'','',530,0,'2013-10-18 17:24:44',5195,NULL),(5186,133,'','',530,0,'2013-10-18 17:24:44',5195,NULL),(5187,56,'','',530,0,'2013-10-18 17:24:44',5195,NULL),(5188,172,'','',530,0,'2013-10-18 17:24:44',5198,NULL),(5189,9,'','',530,0,'2013-10-18 18:13:57',5199,NULL),(5190,19,'NEGATIVE,,60d2ea9da80dbdbeb888a3af19009fd6219a777b','',552,0,'2013-10-18 00:00:00',5199,NULL),(5191,18,'[$]NO MALARIA PARASITES SEEN[/$],,,60d2ea9da80dbdbeb888a3af19009fd6219a777b','',552,0,'2013-10-18 00:00:00',5199,NULL),(5192,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,60d2ea9da80dbdbeb888a3af19009fd6219a777b','',552,504,'2013-10-18 00:00:00',5201,'2013-10-22 16:18:26'),(5193,57,'','',530,0,'2013-10-18 18:17:56',5202,NULL),(5194,133,'','',530,0,'2013-10-18 18:17:56',5202,NULL),(5195,27,'NON-REACTIVE,-,NEGATIVE,,db471a6f3bea9ab2d29c774840defae2c2373b1d','',534,504,'2013-10-21 00:00:00',5202,'2013-10-22 16:21:39'),(5196,131,'','',530,0,'2013-10-18 18:17:56',5202,NULL),(5197,56,'','',530,0,'2013-10-18 18:17:56',5202,NULL),(5198,9,'','',530,0,'2013-10-18 18:25:34',5203,NULL),(5199,19,'NEGATIVE,,c576dc2d552a792dc346485df5d2acaba0fdb5ce','',557,0,'2013-10-18 00:00:00',5203,NULL),(5200,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c576dc2d552a792dc346485df5d2acaba0fdb5ce','',557,504,'2013-10-18 00:00:00',5205,'2013-10-22 16:18:26'),(5201,9,'','',530,0,'2013-10-18 18:34:46',5206,NULL),(5202,19,'NEGATIVE,,c9bf679ba9e02610e04cecdfef22896f13ea9c04','',552,0,'2013-10-18 00:00:00',5206,NULL),(5203,107,'1#20,1#20,c9bf679ba9e02610e04cecdfef22896f13ea9c04','',552,504,'2013-10-18 00:00:00',5208,'2013-10-22 16:22:58'),(5204,9,'3.5,4.30,14.0,40.7,94.7,32.6,34.4,144,54.3,5.0,35.9,3.8,1.0,,e91ca87d174b32307da0cd99811f57e55f0d67c4','',557,0,'2013-10-18 00:00:00',5209,NULL),(5205,19,'NEGATIVE,,e91ca87d174b32307da0cd99811f57e55f0d67c4','',557,0,'2013-10-18 00:00:00',5209,NULL),(5206,16,'NEGATIVE,e91ca87d174b32307da0cd99811f57e55f0d67c4','',557,0,'2013-10-18 00:00:00',5211,NULL),(5207,112,'POSITIVE,,e91ca87d174b32307da0cd99811f57e55f0d67c4','',557,0,'2013-10-18 00:00:00',5211,NULL),(5208,117,'NEGATIVE,e91ca87d174b32307da0cd99811f57e55f0d67c4','',557,0,'2013-10-18 00:00:00',5211,NULL),(5209,9,'5.3,4.00,11.9,35.1,87.9,29.8,33.9,188,54.0,3.0,39.0,2.5,1.5,,33689adc2036f4bb54a1735596d05cc01bc0066b','',557,0,'2013-10-18 00:00:00',5212,NULL),(5210,19,'NEGATIVE,,33689adc2036f4bb54a1735596d05cc01bc0066b','',557,0,'2013-10-18 00:00:00',5212,NULL),(5211,18,'[$]NO MALARIA PARASITE SEEN[/$],,,33689adc2036f4bb54a1735596d05cc01bc0066b','',557,0,'2013-10-18 00:00:00',5212,NULL),(5212,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,33689adc2036f4bb54a1735596d05cc01bc0066b','',557,504,'2013-10-18 00:00:00',5213,'2013-10-22 16:18:26'),(5213,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e6ffe955f6809539b5abb5e3eec12d7399c8a832','',557,0,'2013-10-18 00:00:00',5214,NULL),(5214,222,'7.5,4.99,15.3,44.3,88.8,30.7,34.5,168,22.0,5.2,73.6,1.6,0.4,5.5,13.7,9.9,,e6ffe955f6809539b5abb5e3eec12d7399c8a832','',557,0,'2013-10-18 00:00:00',5214,NULL),(5215,135,'','',558,0,'2013-10-18 20:45:14',5215,NULL),(5216,36,'','',558,0,'2013-10-18 20:45:15',5217,NULL),(5217,18,'[$]NO MALARIA PARASITE SEEN[/$],,,ba295cb7cb177c5d007d0a598a546ceb4188ffed','',557,0,'2013-10-18 00:00:00',5218,NULL),(5218,222,'12.5,5.16,14.3,39.3,76.2,27.7,36.4,287,22.4,5.3,72.3,2.8,0.7,9.0,15.3,9.2,,ba295cb7cb177c5d007d0a598a546ceb4188ffed','',557,0,'2013-10-18 00:00:00',5218,NULL),(5219,71,'NEGATIVE,,ba295cb7cb177c5d007d0a598a546ceb4188ffed','',557,0,'2013-10-18 00:00:00',5220,NULL),(5220,35,'','',558,0,'2013-10-18 20:58:05',5220,NULL),(5221,107,'1#20,1#20,ba295cb7cb177c5d007d0a598a546ceb4188ffed','',557,504,'2013-10-18 00:00:00',5223,'2013-10-22 16:22:58'),(5222,19,'','',558,0,'2013-10-18 21:16:49',5224,NULL),(5223,18,'','',558,0,'2013-10-18 21:16:49',5224,NULL),(5224,222,'','',558,0,'2013-10-18 21:16:49',5224,NULL),(5225,19,'NEGATIVE,,9a56119653ff9d8a8aad5c4292dc76fb4b41754f','',557,0,'2013-10-18 00:00:00',5225,NULL),(5226,18,'[$]NO MALARIA PARASITE SEEN[/$],,,9a56119653ff9d8a8aad5c4292dc76fb4b41754f','',557,0,'2013-10-18 00:00:00',5225,NULL),(5227,222,'12.3,5.03,13.0,37.1,73.8,25.8,35.0,548,24.3,8.6,67.1,3.0,1.1,8.2,13.4,7.1,,9a56119653ff9d8a8aad5c4292dc76fb4b41754f','',557,0,'2013-10-18 00:00:00',5225,NULL),(5228,18,'[$]NO MALARIA PARASITE SEEN[/$],,,0a8f8e572046e48028dbf3621351ffec4b232ded','',557,0,'2013-10-19 00:00:00',5226,NULL),(5229,222,'5.8,4.27,12.9,36.2,84.8,30.2,35.6,263,49.1,2.9,48.0,2.8,O.8,2.7,13.8,9.3,,0a8f8e572046e48028dbf3621351ffec4b232ded','',557,0,'2013-10-19 00:00:00',5226,NULL),(5230,18,'[$]NO MALARIA PARASITE SEEN[/$],,,d63a7fe25e215609519cded3d339e85ab784ea28','',557,0,'2013-10-19 00:00:00',5227,NULL),(5231,222,'7.7,4.35,12.1,35.1,80.7,27.8,34.5,343,27.4,8.2,64.4,2.1,0.6,5.0,12.5,8.4,,d63a7fe25e215609519cded3d339e85ab784ea28','',557,0,'2013-10-19 00:00:00',5227,NULL),(5232,18,'[$]NO MALARIA PARASITE SEEN[/$],,,351286a5f4bfa9dba54802a2f75707ccff1d0fb6','',557,0,'2013-10-19 00:00:00',5228,NULL),(5233,222,'8.7,4.65,10.2,33.0,71.0,21.9,30.9,413,41.4,4.2,54.4,3.6,0.4,4.7,16.0,8.9,,351286a5f4bfa9dba54802a2f75707ccff1d0fb6','',557,0,'2013-10-19 00:00:00',5228,NULL),(5234,36,'No Bacteria Growth,##,##,,85f52593dc162bbcf2034dcbe0e5aca1e48425f1','',534,0,'2013-10-21 00:00:00',5229,NULL),(5235,19,'NEGATIVE,,78af31ba86d91306b9c0e70196fb9cd43dd80299','',546,0,'2013-10-19 00:00:00',5230,NULL),(5236,222,'8.8,4.34,12.9,38.1,87.8,29.7,33.7,290,30.0,7.7,62.3,2.6,0.7,5.5,13.1,9.1,,78af31ba86d91306b9c0e70196fb9cd43dd80299','',546,0,'2013-10-19 00:00:00',5230,NULL),(5237,71,'NEGATIVE,,78af31ba86d91306b9c0e70196fb9cd43dd80299','',546,0,'2013-10-19 00:00:00',5231,NULL),(5238,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,78af31ba86d91306b9c0e70196fb9cd43dd80299','',546,504,'2013-10-19 00:00:00',5231,'2013-10-22 16:18:26'),(5239,18,'[$]no malaria parasite seen[/$],,,c5f17920e64477a6fef7ee0ead37ef70eff73b5a','',546,0,'2013-10-19 00:00:00',5232,NULL),(5240,222,'6.7,3.38,9.9,29.9,88.5,29.3,33.1,273,34.8,9.1,56.1,2.3,0.6,3.8,15.4,8.0,,c5f17920e64477a6fef7ee0ead37ef70eff73b5a','',546,0,'2013-10-19 00:00:00',5232,NULL),(5241,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c5f17920e64477a6fef7ee0ead37ef70eff73b5a','',546,504,'2013-10-19 00:00:00',5234,'2013-10-22 16:18:26'),(5242,107,'1#20,1#20,c5f17920e64477a6fef7ee0ead37ef70eff73b5a','',546,504,'2013-10-19 00:00:00',5237,'2013-10-22 16:22:58'),(5243,19,'NEGATIVE,,9a26978101e0b6184b7a51bc3fd0e95606c687d1','',546,0,'2013-10-19 00:00:00',5238,NULL),(5244,18,'[$]no malaria parasite seen[/$],,,9a26978101e0b6184b7a51bc3fd0e95606c687d1','',546,0,'2013-10-19 00:00:00',5238,NULL),(5245,222,'11.2,4.64,12.2,35.6,76.7,26.3,34.3,362,28.3,8.9,62.8,3.2,1.0,7.0,12.6,7.6,,9a26978101e0b6184b7a51bc3fd0e95606c687d1','',546,0,'2013-10-19 00:00:00',5238,NULL),(5246,107,'1#20,1#20,9a26978101e0b6184b7a51bc3fd0e95606c687d1','',546,504,'2013-10-19 00:00:00',5240,'2013-10-22 16:22:58'),(5247,19,'NEGATIVE,,2b82a58f1029f401b0ad93859195b8dec2dd9f01','',546,0,'2013-10-19 00:00:00',5241,NULL),(5248,222,'6.8,4.32,13.1,35.8,82.9,30.3,36.6,270,39.2,16.4,44.4,2.7,1.1,3.0,13,8,,2b82a58f1029f401b0ad93859195b8dec2dd9f01','',546,0,'2013-10-19 00:00:00',5241,NULL),(5249,35,'','',558,0,'2013-10-19 05:34:58',5242,NULL),(5250,68,'','',558,0,'2013-10-19 05:34:58',5244,NULL),(5251,133,'','',558,0,'2013-10-19 06:16:13',5245,NULL),(5252,57,'','',558,0,'2013-10-19 06:23:03',5246,NULL),(5253,133,'','',558,0,'2013-10-19 06:23:03',5246,NULL),(5254,131,'','',558,0,'2013-10-19 06:23:03',5246,NULL),(5255,132,'','',558,0,'2013-10-19 06:23:03',5246,NULL),(5256,56,'','',558,0,'2013-10-19 06:23:03',5246,NULL),(5257,19,'NEGATIVE,,9830833c2cb1c911f5a564744536f127d86487ed','',557,0,'2013-10-19 00:00:00',5248,NULL),(5258,222,'5.7,5.96,17.1,49.8,83.6,28.7,34.3,161,21.2,12.1,66.7,1.2,0.7,3.8,14.8,8.9,,9830833c2cb1c911f5a564744536f127d86487ed','',557,0,'2013-10-19 00:00:00',5248,NULL),(5259,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9830833c2cb1c911f5a564744536f127d86487ed','SPECIFIC GRAVITY:1.010',553,504,'2013-10-19 13:45:53',5251,'2013-10-22 16:18:26'),(5260,6,'','',558,0,'2013-10-19 06:23:04',5255,NULL),(5261,222,'','',558,0,'2013-10-19 06:29:37',5256,NULL),(5262,35,'','',558,0,'2013-10-19 06:29:37',5258,NULL),(5263,57,'','',558,0,'2013-10-19 06:29:38',5261,NULL),(5264,133,'','',558,0,'2013-10-19 06:29:38',5261,NULL),(5265,132,'','',558,0,'2013-10-19 06:29:38',5261,NULL),(5266,56,'','',558,0,'2013-10-19 06:29:38',5261,NULL),(5267,68,'','',558,0,'2013-10-19 06:29:38',5265,NULL),(5268,112,'NEGATIVE,,d802caec856eba94a1802522c6a61f726e96500e','',553,0,'2013-10-19 09:24:23',5266,NULL),(5269,112,'NEGATIVE,,726e73d378c2fbacb96412e22ffe64dc546a325f','',553,0,'2013-10-19 09:25:19',5267,NULL),(5270,18,'[$]no malaria parasite seen[/$],,,4d22be1699a600298478fb492115caaf91586a0e','',557,0,'2013-10-19 00:00:00',5268,NULL),(5271,222,'4.3,4.54,13.8,39.3,86.6,30.4,35.1,158,37.1,8.5,54.4,1.6,0.4,2.3,13.4,10.6,,4d22be1699a600298478fb492115caaf91586a0e','',557,0,'2013-10-19 00:00:00',5268,NULL),(5272,71,'POSITIVE,,4d22be1699a600298478fb492115caaf91586a0e','U PREGNANCY TEST:POSITIVE',553,0,'2013-10-19 09:49:35',5270,NULL),(5273,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,4d22be1699a600298478fb492115caaf91586a0e','U PREGNANCY TEST:POSITIVECLARITY:HAZY, SPECIFIC GRAVITY:1.020, KETONES:TRACE',553,504,'2013-10-19 09:49:35',5270,'2013-10-22 16:18:26'),(5274,68,'7.4,,,,1ce1ac8a2a0323ee58a76f510a4a1b80c7d9f8a0','',553,0,'2013-10-19 09:44:13',5271,NULL),(5275,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1ce1ac8a2a0323ee58a76f510a4a1b80c7d9f8a0','pH:6.0, SPECIFIC GRAVITY:1.010',553,504,'2013-10-19 09:46:29',5273,'2013-10-22 16:18:26'),(5276,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,1ce1ac8a2a0323ee58a76f510a4a1b80c7d9f8a0','',555,0,'2013-10-28 08:00:00',5276,NULL),(5277,68,'','',531,0,'2013-10-19 07:28:51',5277,NULL),(5278,9,'13.8,4.62,14.0,41.2,89.2,30.3,34.0,176,10.0,4.0,84.0,1.0,1.0,,b36f034a42fbe0c9b0efa9497bdf22304ef7c1f1','',557,0,'2013-10-19 00:00:00',5278,NULL),(5279,40,'','',531,0,'2013-10-19 08:06:14',5279,NULL),(5280,9,'','',531,0,'2013-10-19 08:06:14',5279,NULL),(5281,68,'4.6,,,,15dc912469f300f63857c71aa247afe4251186e6','',543,0,'2013-10-19 00:00:00',5281,NULL),(5282,77,'','',531,0,'2013-10-19 08:12:47',5282,NULL),(5283,68,'8.1,,,,3e71640ef9b608a6629ee259da4746035cc0fbea','',553,0,'2013-10-19 11:28:08',5284,NULL),(5284,9,'','',531,0,'2013-10-19 08:16:37',5285,NULL),(5285,130,'','',531,0,'2013-10-19 08:16:37',5287,NULL),(5286,131,'','',531,0,'2013-10-19 08:16:37',5287,NULL),(5287,132,'','',531,0,'2013-10-19 08:16:37',5287,NULL),(5288,92,'0.8,6d0051cc5a5d2a37ef574c4ed951ebb1c139c5fd','',537,0,'2013-10-24 00:00:00',5287,NULL),(5289,107,'1/20,1/20,6d0051cc5a5d2a37ef574c4ed951ebb1c139c5fd','',537,0,'2013-10-24 00:00:00',5287,NULL),(5290,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,6d0051cc5a5d2a37ef574c4e','',537,0,'2013-10-24 00:00:00',5290,NULL),(5291,9,',,,,,,,,,,,,,,c1f508a4399812433c974a8d2b123eeb5a72a05b','',553,0,'2013-10-19 11:45:07',5291,NULL),(5292,18,'[$]NO MPS SEEN[/$],,,c1f508a4399812433c974a8d2b123eeb5a72a05b','',553,0,'2013-10-19 11:45:07',5291,NULL),(5293,38,'','',531,0,'2013-10-19 08:19:38',5293,NULL),(5294,37,'','',531,0,'2013-10-19 08:19:38',5293,NULL),(5295,9,'','',531,0,'2013-10-19 08:22:57',5294,NULL),(5296,57,'','',531,0,'2013-10-19 08:22:57',5296,NULL),(5297,133,'','',531,0,'2013-10-19 08:22:57',5296,NULL),(5298,131,'','',531,0,'2013-10-19 08:22:57',5296,NULL),(5299,132,'','',531,0,'2013-10-19 08:22:57',5296,NULL),(5300,92,'','',531,0,'2013-10-19 08:22:57',5296,NULL),(5301,56,'','',531,0,'2013-10-19 08:22:57',5296,NULL),(5302,68,'','',531,0,'2013-10-19 08:22:57',5299,NULL),(5303,9,'','',531,0,'2013-10-19 08:28:43',5300,NULL),(5304,57,'','',531,0,'2013-10-19 08:28:43',5302,NULL),(5305,133,'','',531,0,'2013-10-19 08:28:43',5302,NULL),(5306,56,'','',531,0,'2013-10-19 08:28:43',5302,NULL),(5307,9,'','',531,0,'2013-10-19 08:35:03',5303,NULL),(5308,19,'NEGATIVE,,939ba25c949c5f86342aaf9516a95a7256a7abad','',553,0,'2013-10-19 00:00:00',5303,NULL),(5309,18,'[$]NO MALARIA PARASITES SEEN[/$],,,939ba25c949c5f86342aaf9516a95a7256a7abad','',553,0,'2013-10-19 00:00:00',5303,NULL),(5310,35,'HAZY,LIGHT AMBER,5.0,1.030,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,939ba25c949c5f86342aaf9516a95a7256a7abad','',553,504,'2013-10-19 00:00:00',5305,'2013-10-22 16:18:26'),(5311,107,'1#20,1#20,939ba25c949c5f86342aaf9516a95a7256a7abad','S. typhi O:140',553,504,'2013-10-19 10:16:56',5308,'2013-10-22 16:22:58'),(5312,9,'','',531,0,'2013-10-19 08:39:28',5309,NULL),(5313,130,'','',531,0,'2013-10-19 08:39:28',5311,NULL),(5314,132,'','',531,0,'2013-10-19 08:39:28',5311,NULL),(5315,9,',,,,,,,,,,,,,,b0a058fa14a6ab8b41ffc65ddedc1cc95f67ceb4','',553,0,'2013-10-19 11:26:09',5312,NULL),(5316,19,'NEGATIVE,,b0a058fa14a6ab8b41ffc65ddedc1cc95f67ceb4','',553,0,'2013-10-19 11:26:09',5312,NULL),(5317,18,'[$]NO MPS SEEN[/$],,,b0a058fa14a6ab8b41ffc65ddedc1cc95f67ceb4','',553,0,'2013-10-19 11:26:09',5312,NULL),(5318,71,'POSITIVE,,b0a058fa14a6ab8b41ffc65ddedc1cc95f67ceb4','',535,0,'2013-10-19 00:00:00',5314,NULL),(5319,35,'CLEAR,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b0a058fa14a6ab8b41ffc65ddedc1cc95f67ceb4','',535,504,'2013-10-19 00:00:00',5314,'2013-10-22 16:18:26'),(5320,25,'NO DEFECT,,5a36193e77901594e78f6026afd9d4089788d8ed','',553,0,'2013-10-19 15:33:42',5315,NULL),(5321,112,'NEGATIVE,,5a36193e77901594e78f6026afd9d4089788d8ed','',553,0,'2013-10-19 15:34:30',5317,NULL),(5322,9,'','',531,0,'2013-10-19 08:55:24',5318,NULL),(5323,131,'','',531,0,'2013-10-19 08:55:25',5320,NULL),(5324,9,'','',531,0,'2013-10-19 08:58:32',5321,NULL),(5325,9,',,,,,,,,,,,,,,bff96cfa78915739ef20381ed062b239b1aaaef3','',553,0,'2013-10-19 11:43:37',5322,NULL),(5326,19,'NEGATIVE,,bff96cfa78915739ef20381ed062b239b1aaaef3','',553,0,'2013-10-19 11:43:37',5322,NULL),(5327,18,'[$]NO MPS SEEN[/$],,,bff96cfa78915739ef20381ed062b239b1aaaef3','',553,0,'2013-10-19 11:43:37',5322,NULL),(5328,9,',,,,,,,,,,,,,,9a63ddc75a09bad4f7e110add3932bbaca536847','',553,0,'2013-10-19 11:38:37',5323,NULL),(5329,19,'NEGATIVE,,9a63ddc75a09bad4f7e110add3932bbaca536847','',553,0,'2013-10-19 11:38:37',5323,NULL),(5330,130,'','',531,0,'2013-10-19 09:13:19',5325,NULL),(5331,132,'','',531,0,'2013-10-19 09:13:19',5325,NULL),(5332,68,'6.5,,,,9a63ddc75a09bad4f7e110add3932bbaca536847','',553,0,'2013-10-19 11:37:45',5328,NULL),(5333,9,',,,,,,,,,,,,,,1d0dbd247bf1bc924877ce6eed2a050e6e6aa75d','',553,0,'2013-10-19 11:42:32',5329,NULL),(5334,19,'NEGATIVE,,1d0dbd247bf1bc924877ce6eed2a050e6e6aa75d','',553,0,'2013-10-19 11:42:33',5329,NULL),(5335,18,'[$]NO MPS SEEN[/$],,,1d0dbd247bf1bc924877ce6eed2a050e6e6aa75d','',553,0,'2013-10-19 11:42:33',5329,NULL),(5336,9,',,,,,,,,,,,,,,a0147513c6395b7ba934b758d34c8fbf33d2f17d','',553,0,'2013-10-19 11:36:33',5330,NULL),(5337,19,'NEGATIVE,,a0147513c6395b7ba934b758d34c8fbf33d2f17d','',553,0,'2013-10-19 11:36:33',5330,NULL),(5338,18,'[$] NO MPS SEEN[/$],,,a0147513c6395b7ba934b758d34c8fbf33d2f17d','',553,0,'2013-10-19 11:36:33',5330,NULL),(5339,3,'1.8,##1.7,##4.7,##,,##,,,a0147513c6395b7ba934b758d34c8fbf33d2f17d','',504,0,'2013-10-23 00:00:00',5332,NULL),(5340,11,'32.0,[$]14.0[/$],[$]2.28[/$],##2.62,,2c648240fb3cc5d6c318babc9e160eda531237af','',535,0,'2013-10-19 12:02:16',5333,NULL),(5341,9,',,,,,,,,,,,,,,5c460dd3fece753569d945da6f2e091dbace1a0b','',553,0,'2013-10-19 11:46:31',5334,NULL),(5342,19,'NEGATIVE,,5c460dd3fece753569d945da6f2e091dbace1a0b','',553,0,'2013-10-19 11:46:31',5334,NULL),(5343,18,'[$]NO MPS SEEN[/$],,,5c460dd3fece753569d945da6f2e091dbace1a0b','',553,0,'2013-10-19 11:46:31',5334,NULL),(5344,9,',,,,,,,,,,,,,,284241cbb27c863dc3b9089d5154c6e959f458bb','',553,0,'2013-10-19 12:26:21',5335,NULL),(5345,19,'NEGATIVE,,284241cbb27c863dc3b9089d5154c6e959f458bb','',553,0,'2013-10-19 12:26:21',5335,NULL),(5346,18,'[$]NO MALARIA PARASITE SEEN[/$],,,284241cbb27c863dc3b9089d5154c6e959f458bb','',553,0,'2013-10-19 12:26:21',5335,NULL),(5347,35,'CLEAR,LIGHT AMBER,7.5,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,284241cbb27c863dc3b9089d5154c6e959f458bb','COLOUR:LIGHT AMBER, pH:7.5, SPECIFIC GRAVITY:1.015, PROTEIN:POSITIVE +',553,504,'2013-10-19 12:32:09',5337,'2013-10-22 16:18:26'),(5348,9,'','',531,0,'2013-10-19 09:53:13',5338,NULL),(5349,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,43757e3ec200102f8c62758ff5395238e95b140a','',535,504,'2013-10-19 00:00:00',5340,'2013-10-22 16:18:27'),(5350,35,'HAZY,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,599f23d83a08d4886093abf9d333362dffece2d8','',543,504,'2013-10-19 00:00:00',5341,'2013-10-22 16:18:27'),(5351,9,'','',531,0,'2013-10-19 10:11:39',5342,NULL),(5352,9,',,,,,,,,,,,,,,1d4fed6b4203f75171fa7437bfc3d77b9ba0a499','',553,0,'2013-10-19 13:17:24',5343,NULL),(5353,19,'NEGATIVE,,1d4fed6b4203f75171fa7437bfc3d77b9ba0a499','',553,0,'2013-10-19 13:17:24',5343,NULL),(5354,18,'[$]NO MALARIA PARASITES SEEN[/$],,,1d4fed6b4203f75171fa7437bfc3d77b9ba0a499','',553,0,'2013-10-19 13:17:24',5343,NULL),(5355,57,'','',531,0,'2013-10-19 10:18:44',5345,NULL),(5356,56,'','',531,0,'2013-10-19 10:18:44',5345,NULL),(5357,35,'','',531,0,'2013-10-19 10:18:44',5348,NULL),(5358,11,'','',531,0,'2013-10-19 10:24:56',5349,NULL),(5359,27,'NON-REACTIVE,-,NEGATIVE,,df660cbb8872b59a1b22a85d30b71be2f643e825','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,504,'2013-10-19 12:28:45',5350,'2013-10-22 16:21:39'),(5360,27,'NON-REACTIVE,-,NEGATIVE,,84c76ca940cfc8bac290b83833fb9912d1c99872','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,504,'2013-10-19 12:29:54',5351,'2013-10-22 16:21:39'),(5361,19,'NEGATIVE,,ba5628964bf985be7ba7a48f5e370f32a51fa033','',553,0,'2013-10-19 12:07:07',5352,NULL),(5362,18,'[$]NO MALARIA PARASITES SEEN[/$],,,ba5628964bf985be7ba7a48f5e370f32a51fa033','',553,0,'2013-10-19 12:07:07',5352,NULL),(5363,9,'','',531,0,'2013-10-19 10:55:04',5353,NULL),(5364,8,'','',531,0,'2013-10-19 11:06:56',5354,NULL),(5365,57,'','',531,0,'2013-10-19 11:17:39',5355,NULL),(5366,133,'','',531,0,'2013-10-19 11:17:39',5355,NULL),(5367,56,'','',531,0,'2013-10-19 11:17:39',5355,NULL),(5368,36,'No Bacteria Growth,##,##,,9830833c2cb1c911f5a564744536f127d86487ed','',534,0,'2013-10-21 00:00:00',5356,NULL),(5369,35,'CLEAR,STRAW,5.0,1.010,POSITIVE (++),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9830833c2cb1c911f5a564744536f127d86487ed','',534,504,'2013-10-21 00:00:00',5356,'2013-10-22 16:18:27'),(5370,9,',,,,,,,,,,,,,,07359b8f1515e190924262da4a419c83799253df','',553,0,'2013-10-19 13:51:56',5357,NULL),(5371,19,'NEGATIVE,,07359b8f1515e190924262da4a419c83799253df','',553,0,'2013-10-19 13:51:56',5357,NULL),(5372,18,'[$]NO MALARIA PARASITE SEEN[/$],,,07359b8f1515e190924262da4a419c83799253df','',553,0,'2013-10-19 13:51:56',5357,NULL),(5373,16,'NEGATIVE,,07359b8f1515e190924262da4a419c83799253df','',553,0,'2013-10-19 13:52:49',5359,NULL),(5374,9,',,,,,,,,,,,,,,e87b88cc7eba368f0e09ca37f0ba5e0b0e04cf66','',553,0,'2013-10-19 13:49:49',5360,NULL),(5375,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e87b88cc7eba368f0e09ca37f0ba5e0b0e04cf66','',553,0,'2013-10-19 13:49:49',5360,NULL),(5376,71,'POSITIVE,,e87b88cc7eba368f0e09ca37f0ba5e0b0e04cf66','U PREGNANCY TEST:POSITIVE',553,0,'2013-10-19 13:47:56',5362,NULL),(5377,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,e87b88cc7eba368f0e09ca37f0ba5e0b0e04cf66','U PREGNANCY TEST:POSITIVECLARITY:HAZY, pH:6.5, SPECIFIC GRAVITY:1.015',553,504,'2013-10-19 13:47:57',5362,'2013-10-22 16:18:27'),(5378,9,'','',531,0,'2013-10-19 11:59:51',5363,NULL),(5379,18,'[$]NO MALARIA PARASITE SEEN[/$],,,c37a670b4659d65dfc50e161ff65b4e12c4f19ed','',504,0,'2013-10-22 00:00:00',5363,NULL),(5380,36,'No Bacteria Growth,##,##,,c37a670b4659d65dfc50e161ff65b4e12c4f19ed','',534,0,'2013-11-04 08:00:00',5365,NULL),(5381,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c37a670b4659d65dfc50e161ff65b4e12c4f19ed',', ',550,0,'2013-11-02 08:00:00',5365,NULL),(5382,9,',,,,,,,,,,,,,,ee46d4bd14453cc6e47e1dd3ec62d5de673bf4a5','',553,0,'2013-10-19 14:26:05',5366,NULL),(5383,18,'[$]NO MALARIA PARASITE SEEN[/$],,,ee46d4bd14453cc6e47e1dd3ec62d5de673bf4a5','',553,0,'2013-10-19 14:26:05',5366,NULL),(5384,36,'','',531,0,'2013-10-19 12:02:00',5368,NULL),(5385,35,'','',531,0,'2013-10-19 12:02:00',5368,NULL),(5386,9,'','',531,0,'2013-10-19 12:04:04',5369,NULL),(5387,21,'O,POSITIVE,,64aa752f336212f29c7f71d842c42d8c5cc5830f','BLOOD GROUP ABO:O',553,0,'2013-10-19 17:10:14',5370,NULL),(5388,9,'','',531,0,'2013-10-19 12:09:10',5371,NULL),(5389,9,'','',531,0,'2013-10-19 12:11:22',5372,NULL),(5390,57,'','',531,0,'2013-10-19 12:14:13',5373,NULL),(5391,133,'','',531,0,'2013-10-19 12:14:13',5373,NULL),(5392,131,'','',531,0,'2013-10-19 12:14:13',5373,NULL),(5393,3,'1.9,##1.5,##1.2,##,,##,,,ff74c62ac0ac604f9b139aa7065a740bac409b76','',504,0,'2013-10-22 00:00:00',5373,NULL),(5394,56,'','',531,0,'2013-10-19 12:14:13',5373,NULL),(5395,36,'No Bacteria Growth,##,##,,ff74c62ac0ac604f9b139aa7065a740bac409b76','',504,0,'2013-10-21 00:00:00',5375,NULL),(5396,57,'','',531,0,'2013-10-19 12:19:11',5376,NULL),(5397,56,'','',531,0,'2013-10-19 12:19:11',5376,NULL),(5398,57,'','',531,0,'2013-10-19 12:22:31',5377,NULL),(5399,133,'','',531,0,'2013-10-19 12:22:31',5377,NULL),(5400,56,'','',531,0,'2013-10-19 12:22:31',5377,NULL),(5401,9,'','',531,0,'2013-10-19 12:26:08',5378,NULL),(5402,35,'HAZY,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,76cbbd51362b42efe55dc6a526faa9260ae2c8d1','',543,504,'2013-10-19 00:00:00',5380,'2013-10-22 16:18:27'),(5403,9,',,,,,,,,,,,,,,f3df2f1011caab989114dee7dd1102fd08a14867','',553,0,'2013-10-19 14:27:17',5381,NULL),(5404,18,'[$]NO MALARIA PARASITE SEEN[/$],,,f3df2f1011caab989114dee7dd1102fd08a14867','',553,0,'2013-10-19 14:27:17',5381,NULL),(5405,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,f3df2f1011caab989114dee7dd1102fd08a14867','pH:7.5, SPECIFIC GRAVITY:1.010',553,504,'2013-10-19 15:09:39',5383,'2013-10-22 16:18:27'),(5406,9,'','',531,0,'2013-10-19 12:31:17',5384,NULL),(5407,19,'NEGATIVE,,58340b4a148d1976c212a0d8e9bd5b681c4df600','',553,0,'2013-10-19 00:00:00',5384,NULL),(5408,9,',,,,,,,,,,,,,,2f9d62bff5d5b658b5f85cb948cda296e01b30a0','',553,0,'2013-10-19 14:24:41',5385,NULL),(5409,28,'NEGATIVE,[$][/$],,2f9d62bff5d5b658b5f85cb948cda296e01b30a0','',553,0,'2013-10-19 14:24:41',5385,NULL),(5410,19,'NEGATIVE,,2f9d62bff5d5b658b5f85cb948cda296e01b30a0','',553,0,'2013-10-19 14:24:41',5385,NULL),(5411,9,'','',531,0,'2013-10-19 12:40:05',5386,NULL),(5412,36,'No Significant Bacteria Growth,##,##,,ae81f7647738da4298354c7f93dcbdf7bfc112c3','',534,0,'2013-10-21 00:00:00',5388,NULL),(5413,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,ae81f7647738da4298354c7f93dcbdf7bfc112c3','',534,504,'2013-10-21 00:00:00',5388,'2013-10-22 16:18:27'),(5414,9,'','',531,0,'2013-10-19 12:43:54',5389,NULL),(5415,22,'33,,59c9b5271962639be25edc5eab69a399e5c51a5a','',553,0,'2013-10-21 15:30:19',5390,NULL),(5416,9,',,,,,,,,,,,,,,59c9b5271962639be25edc5eab69a399e5c51a5a','',553,0,'2013-10-21 15:30:19',5390,NULL),(5417,84,'','',531,0,'2013-10-19 13:01:18',5392,NULL),(5418,109,'','',531,0,'2013-10-19 13:01:18',5392,NULL),(5419,85,'','',531,0,'2013-10-19 13:01:18',5392,NULL),(5420,57,'','',531,0,'2013-10-19 13:05:23',5393,NULL),(5421,133,'','',531,0,'2013-10-19 13:05:23',5393,NULL),(5422,56,'','',531,0,'2013-10-19 13:05:23',5393,NULL),(5423,9,'','',531,0,'2013-10-19 13:14:01',5394,NULL),(5424,28,'POSITIVE,[$]AS[/$],,135bb2417712deb13b458b81f34741c74ff2d9d9','',534,0,'2013-10-26 07:00:00',5394,NULL),(5425,9,'','',531,0,'2013-10-19 13:16:02',5395,NULL),(5426,53,',,41f8247348215314c5479919c4f6c4ed44a6b7d8','',553,0,'2013-10-19 18:15:12',5396,NULL),(5427,78,',,41f8247348215314c5479919c4f6c4ed44a6b7d8','',553,0,'2013-10-19 18:15:12',5396,NULL),(5428,57,',,41f8247348215314c5479919c4f6c4ed44a6b7d8','',553,0,'2013-10-19 18:15:12',5396,NULL),(5429,133,',,,,41f8247348215314c5479919c4f6c4ed44a6b7d8','',553,0,'2013-10-19 18:15:12',5396,NULL),(5430,132,',,,,41f8247348215314c5479919c4f6c4ed44a6b7d8','',553,0,'2013-10-19 18:15:12',5396,NULL),(5431,69,'NEGATIVE,##nORMAL (0.01 - 0.05),,,41f8247348215314c5479919c4f6c4ed44a6b7d8','TROPONIN I:NEGATIVE',553,0,'2013-10-19 18:15:13',5396,NULL),(5432,93,'','',531,0,'2013-10-19 13:32:21',5398,NULL),(5433,144,'','',531,0,'2013-10-19 13:32:21',5401,NULL),(5434,192,'','',531,0,'2013-10-19 13:32:21',5405,NULL),(5435,57,'','',531,0,'2013-10-19 13:56:11',5406,NULL),(5436,133,'','',531,0,'2013-10-19 13:56:11',5406,NULL),(5437,56,'','',531,0,'2013-10-19 13:56:11',5406,NULL),(5438,157,'','',531,0,'2013-10-19 13:56:11',5408,NULL),(5439,171,'','',531,0,'2013-10-19 13:56:12',5411,NULL),(5440,35,'CLEAR,STRAW,5.0,1.020,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,36c19789aa5a4688412336c3b84137b451ffaa8b','SPECIFIC GRAVITY:1.020, PROTEIN:TRACE',553,504,'2013-10-19 16:27:58',5412,'2013-10-22 16:18:27'),(5441,9,'','',531,0,'2013-10-19 14:38:16',5413,NULL),(5442,7,'','',531,0,'2013-10-19 14:38:19',5415,NULL),(5443,116,'','',531,0,'2013-10-19 14:38:19',5415,NULL),(5444,115,'','',531,0,'2013-10-19 14:38:19',5415,NULL),(5445,8,'','',531,0,'2013-10-19 14:38:19',5415,NULL),(5446,27,'NON-REACTIVE,-,NEGATIVE,,3a1208912ae47f72252a3821de633292c100d2f4','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,504,'2013-10-19 16:15:27',5416,'2013-10-22 16:21:39'),(5447,21,'O,NEGATIVE,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5417,NULL),(5448,9,'','',531,0,'2013-10-19 15:04:30',5417,NULL),(5449,25,'NO DEFECT,,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5417,NULL),(5450,20,'NEGATIVE,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5417,NULL),(5451,112,'NEGATIVE,,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5419,NULL),(5452,27,'NON-REACTIVE,-,NEGATIVE,,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5419,NULL),(5453,108,'NON - REACTIVE,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5419,NULL),(5454,71,'','',531,0,'2013-10-19 15:04:31',5422,NULL),(5455,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9e3dae4802317d4b2f353db459394e1ce90b44b2',', ',534,0,'2013-10-23 00:00:00',5422,NULL),(5456,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9e3dae4802317d4b2f353db459394e1ce90b44b2','',534,0,'2013-10-23 00:00:00',5426,NULL),(5457,9,',,,,,,,,,,,,,,3500e0312954c4d0d6b86c775a344ad7b4d506dc','',553,0,'2013-10-19 17:42:47',5427,NULL),(5458,19,'NEGATIVE,,3500e0312954c4d0d6b86c775a344ad7b4d506dc','',553,0,'2013-10-19 17:42:47',5427,NULL),(5459,18,'[$]no malaria parasite seen[/$],,,3500e0312954c4d0d6b86c775a344ad7b4d506dc','',553,0,'2013-10-19 17:42:47',5427,NULL),(5460,70,',,3500e0312954c4d0d6b86c775a344ad7b4d506dc','',553,0,'2013-10-19 17:42:47',5427,NULL),(5461,35,'','',531,0,'2013-10-19 15:52:50',5429,NULL),(5462,21,'B,POSITIVE,993ab300b14b885bfbbd8a8feadf082289623410','',504,0,'2013-10-25 00:00:00',5430,NULL),(5463,25,'','',531,0,'2013-10-19 16:02:15',5430,NULL),(5464,20,'','',531,0,'2013-10-19 16:02:15',5430,NULL),(5465,112,'NEGATIVE,,993ab300b14b885bfbbd8a8feadf082289623410','',504,0,'2013-10-25 00:00:00',5432,NULL),(5466,108,'NON - REACTIVE,993ab300b14b885bfbbd8a8feadf082289623410','',504,0,'2013-10-25 00:00:00',5432,NULL),(5467,36,'No Significant Bacteria Growth,##,##,,993ab300b14b885bfbbd8a8feadf082289623410','',534,0,'2013-10-21 00:00:00',5435,NULL),(5468,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,993ab300b14b885bfbbd8a8feadf082289623410','',534,504,'2013-10-21 00:00:00',5435,'2013-10-22 16:18:27'),(5469,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,993ab300b14b885bfbbd8a8feadf082289623410','',504,0,'2013-10-25 00:00:00',5439,NULL),(5470,36,'No Significant Bacteria Growth,##,##,,41cee0b3b59f65bbf2f047d03d9023d56bc72cfa','',534,0,'2013-10-21 00:00:00',5440,NULL),(5471,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,41cee0b3b59f65bbf2f047d03d9023d56bc72cfa','NOT SEEN',534,504,'2013-10-21 00:00:00',5440,'2013-10-22 16:18:27'),(5472,9,',,,,,,,,,,,,,,0618c8c4318d0a65802901649bc90e6989ed0d0b','',553,0,'2013-10-19 18:13:14',5441,NULL),(5473,19,'NEGATIVE,,0618c8c4318d0a65802901649bc90e6989ed0d0b','',553,0,'2013-10-19 18:13:14',5441,NULL),(5474,18,'[$]no malaria parasite seen[/$],,,0618c8c4318d0a65802901649bc90e6989ed0d0b','',553,0,'2013-10-19 18:13:14',5441,NULL),(5475,35,'HAZY,LIGHT AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,0618c8c4318d0a65802901649bc90e6989ed0d0b','',543,504,'2013-10-19 00:00:00',5443,'2013-10-22 16:18:27'),(5476,89,'1.0,,,7fa7ea95b7b80da3531118fe14a992c4ebca9cd7','',534,0,'2013-10-24 00:00:00',5444,NULL),(5477,90,'','',531,0,'2013-10-19 17:44:53',5444,NULL),(5478,15,'','',531,0,'2013-10-19 17:44:53',5444,NULL),(5479,91,'','',531,0,'2013-10-19 17:44:53',5444,NULL),(5480,13,'','',531,0,'2013-10-19 17:44:53',5444,NULL),(5481,3,'2.3,##1.6,##2.9,##,,##,,,7fa7ea95b7b80da3531118fe14a992c4ebca9cd7','',534,0,'2013-10-24 00:00:00',5444,NULL),(5482,68,'5.5,NEGATIVE,NEGATIVE,,7fa7ea95b7b80da3531118fe14a992c4ebca9cd7','',534,0,'2013-10-24 00:00:00',5445,NULL),(5483,9,'','',531,0,'2013-10-19 17:54:58',5446,NULL),(5484,30,'','',531,0,'2013-10-19 17:54:58',5446,NULL),(5485,71,'POSITIVE,,bc38ef12497c8716cb588ececbf33ad5505ac22b','',553,553,'2013-10-19 00:00:00',5448,'2013-10-19 19:41:38'),(5486,36,'No Bacteria Growth,##,##,,6a883cdbeb9274625dea4f77fff750a6782fc2f0','',534,0,'2013-10-23 00:00:00',5449,NULL),(5487,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6a883cdbeb9274625dea4f77fff750a6782fc2f0','',555,504,'2013-10-20 00:00:00',5449,'2013-10-22 16:18:27'),(5488,19,'NEGATIVE,,8b8260567b8f8dd408fbdc1d82ffab559dab7961','',553,0,'2013-10-19 00:00:00',5450,NULL),(5489,18,'[$]no malaria parasite seen[/$],,,8b8260567b8f8dd408fbdc1d82ffab559dab7961','',553,0,'2013-10-19 00:00:00',5450,NULL),(5490,222,'6.3,4.63,14.0,40.0,86.4,30.2,35.0,178,14.7,6.2,79.1,0.9,0.4,5.0,13.0,8.7,,8b8260567b8f8dd408fbdc1d82ffab559dab7961','',553,0,'2013-10-19 00:00:00',5450,NULL),(5491,19,'NEGATIVE,,b172f9cf74e91ddf39ff087b30b5d8213a12f219','',553,0,'2013-10-19 00:00:00',5451,NULL),(5492,222,'6.3,4.63,14.0,40.0,86.4,30.2,35.0,178,14.7,6.2,79.1,0.9,0.4,5.0,13.0,9.4,,b172f9cf74e91ddf39ff087b30b5d8213a12f219','',553,0,'2013-10-19 00:00:00',5451,NULL),(5493,222,'8.7,3.98,12.7,36.6,92.0,31.9,34.7,225,16.3,5.6,78.1,1.4,0.5,6.8,12.9,10.1,,7611807ca80a8c8394f2080430fb5b92a193d332','',553,0,'2013-10-20 00:00:00',5452,NULL),(5494,16,'NEGATIVE,7611807ca80a8c8394f2080430fb5b92a193d332','',553,0,'2013-10-20 00:00:00',5454,NULL),(5495,19,'NEGATIVE,,bb08a45974ae6ab2eb607d888d3e69285831a870','',557,0,'2013-10-20 00:00:00',5455,NULL),(5496,222,'8.8,4.64,13.5,38.3,82.5,29.1,35.2,293,18.5,8.4,73.1,1.6,0.7,6.5,12.7,8.2,,bb08a45974ae6ab2eb607d888d3e69285831a870','',557,0,'2013-10-20 00:00:00',5455,NULL),(5497,19,'NEGATIVE,,21c2136230b1b38d4e8e9065d3a3736d0d9e85a8','',557,0,'2013-10-20 00:00:00',5456,NULL),(5498,18,'[$]no malaria parasite seen[/$],,,21c2136230b1b38d4e8e9065d3a3736d0d9e85a8','',557,0,'2013-10-20 00:00:00',5456,NULL),(5499,222,'14.0,4.59,12.2,34.7,75.6,26.6,35.2,402,42.0,10,3,46.8,6.0,1.4,6.6,14.3,,21c2136230b1b38d4e8e9065d3a3736d0d9e85a8','',557,0,'2013-10-20 00:00:00',5456,NULL),(5500,35,'','',558,0,'2013-10-20 00:11:34',5458,NULL),(5501,68,'','',558,0,'2013-10-20 06:28:49',5459,NULL),(5502,222,'','',558,0,'2013-10-20 06:28:49',5459,NULL),(5503,35,'','',558,0,'2013-10-20 06:28:50',5461,NULL),(5504,57,'','',558,0,'2013-10-20 06:28:50',5464,NULL),(5505,133,'','',558,0,'2013-10-20 06:28:50',5464,NULL),(5506,131,'','',558,0,'2013-10-20 06:28:50',5464,NULL),(5507,132,'','',558,0,'2013-10-20 06:28:50',5464,NULL),(5508,56,'','',558,0,'2013-10-20 06:28:50',5464,NULL),(5509,68,'','',558,0,'2013-10-20 07:05:29',5465,NULL),(5510,222,'','',558,0,'2013-10-20 07:05:29',5465,NULL),(5511,57,'','',558,0,'2013-10-20 07:05:29',5467,NULL),(5512,133,'','',558,0,'2013-10-20 07:05:29',5467,NULL),(5513,132,'','',558,0,'2013-10-20 07:05:29',5467,NULL),(5514,56,'','',558,0,'2013-10-20 07:05:29',5467,NULL),(5515,9,'','',531,0,'2013-10-20 07:12:56',5468,NULL),(5516,57,'','',531,0,'2013-10-20 07:37:39',5469,NULL),(5517,133,'','',531,0,'2013-10-20 07:37:39',5469,NULL),(5518,56,'','',531,0,'2013-10-20 07:37:39',5469,NULL),(5519,11,'','',531,0,'2013-10-20 07:37:39',5471,NULL),(5520,77,'','',531,0,'2013-10-20 07:37:39',5474,NULL),(5521,57,'','',531,0,'2013-10-20 07:41:43',5475,NULL),(5522,129,'','',531,0,'2013-10-20 07:41:43',5475,NULL),(5523,131,'','',531,0,'2013-10-20 07:41:43',5475,NULL),(5524,69,'','',531,0,'2013-10-20 07:41:43',5475,NULL),(5525,56,'','',531,0,'2013-10-20 07:41:43',5475,NULL),(5526,21,'','',531,0,'2013-10-20 07:41:43',5477,NULL),(5527,224,'','',531,0,'2013-10-20 07:41:43',5477,NULL),(5528,77,'','',531,0,'2013-10-20 08:06:29',5478,NULL),(5529,9,'','',531,0,'2013-10-20 08:26:56',5479,NULL),(5530,19,'NEGATIVE,,0afef030a9d4c3dc65175b82d29af148788a5536','',555,0,'2013-10-20 00:00:00',5479,NULL),(5531,35,'HAZY,AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,0afef030a9d4c3dc65175b82d29af148788a5536','',555,504,'2013-10-20 00:00:00',5481,'2013-10-22 16:18:27'),(5532,9,'','',531,0,'2013-10-20 08:37:57',5482,NULL),(5533,132,'','',531,0,'2013-10-20 08:37:57',5484,NULL),(5534,107,'1#20,1#20,0efa4c1ad2df591c4a6a2f01123d5c811c168d5c','',555,504,'2013-10-20 00:00:00',5484,'2013-10-22 16:22:58'),(5535,40,'','',531,0,'2013-10-20 09:01:25',5485,NULL),(5536,9,'','',531,0,'2013-10-20 09:01:25',5485,NULL),(5537,35,'','',531,0,'2013-10-20 09:01:25',5487,NULL),(5538,9,'','',531,0,'2013-10-20 09:05:29',5488,NULL),(5539,19,'','',531,0,'2013-10-20 09:05:29',5488,NULL),(5540,18,'','',531,0,'2013-10-20 09:05:29',5488,NULL),(5541,9,'','',531,0,'2013-10-20 09:21:20',5489,NULL),(5542,18,'[$]NO MALARIA PARASITE SEEN[/$],,,edff3af37caf751bb4f20f83638b75317531fa60','',555,0,'2013-10-20 00:00:00',5489,NULL),(5543,107,'1#20,1#20,edff3af37caf751bb4f20f83638b75317531fa60','',555,504,'2013-10-20 00:00:00',5491,'2013-10-22 16:22:58'),(5544,9,'','',531,0,'2013-10-20 09:55:06',5492,NULL),(5545,19,'NEGATIVE,,005ec835c8a7ae42914ae23625c07629805b634c','',555,0,'2013-10-20 00:00:00',5492,NULL),(5546,18,'[$]NO MALARIA PARASITES SEEN[/$],,,005ec835c8a7ae42914ae23625c07629805b634c','',555,0,'2013-10-20 00:00:00',5492,NULL),(5547,107,'1#20,1#20,005ec835c8a7ae42914ae23625c07629805b634c','',555,504,'2013-10-20 00:00:00',5494,'2013-10-22 16:22:58'),(5548,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,005ec835c8a7ae42914ae23625c07629805b634c','',555,504,'2013-10-20 00:00:00',5497,'2013-10-22 16:18:27'),(5549,9,'','',531,0,'2013-10-20 10:19:34',5498,NULL),(5550,18,'','',531,0,'2013-10-20 10:19:34',5498,NULL),(5551,132,'','',531,0,'2013-10-20 10:19:34',5500,NULL),(5552,9,'','',531,0,'2013-10-20 10:26:00',5501,NULL),(5553,18,'[$]NO MALARIA PARASITES SEEN[/$],,,98da674c801a4e53f191c331411c78814a7ae5c5','',555,0,'2013-10-20 00:00:00',5501,NULL),(5554,9,'','',531,0,'2013-10-20 10:35:20',5502,NULL),(5555,19,'POSITIVE,,f2fc2265d190675ff85addccef67359a27509065','',555,0,'2013-10-20 00:00:00',5502,NULL),(5556,107,'1#20,1#20,f2fc2265d190675ff85addccef67359a27509065','',555,504,'2013-10-20 00:00:00',5504,'2013-10-22 16:22:58'),(5557,35,'HAZY,STRAW,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,7999b3aa6a790a77edf9bccb3642ad2de9001e14','',555,504,'2013-10-20 00:00:00',5505,'2013-10-22 16:18:27'),(5558,9,'','',531,0,'2013-10-20 10:43:32',5506,NULL),(5559,223,'','',531,0,'2013-10-20 10:46:12',5507,NULL),(5560,57,'','',531,0,'2013-10-20 10:46:13',5509,NULL),(5561,133,'','',531,0,'2013-10-20 10:46:13',5509,NULL),(5562,56,'','',531,0,'2013-10-20 10:46:13',5509,NULL),(5563,22,'54,,c73ed430ce587272faf25139bf17c354e793d68e','',555,0,'2013-10-20 00:00:00',5510,NULL),(5564,9,'','',531,0,'2013-10-20 10:49:48',5510,NULL),(5565,19,'NEGATIVE,,c73ed430ce587272faf25139bf17c354e793d68e','',555,0,'2013-10-20 00:00:00',5510,NULL),(5566,18,'[$]NO MALARIA PARASITES SEEN[/$],,,c73ed430ce587272faf25139bf17c354e793d68e','',555,0,'2013-10-20 00:00:00',5510,NULL),(5567,35,'HAZY,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c73ed430ce587272faf25139bf17c354e793d68e','',555,504,'2013-10-20 00:00:00',5512,'2013-10-22 16:18:27'),(5568,20,'NEGATIVE,362b9bab2d6700a32e02ba9006aa87d9db39dbe8','',555,0,'2013-10-20 00:00:00',5513,NULL),(5569,21,'O,POSITIVE,463cdbb93eef3185d83526a824d634cb027d4a04','',555,0,'2013-10-20 00:00:00',5514,NULL),(5570,21,'O,POSITIVE,be704c7bdf567bf341898441cf28eac920853c15','',555,0,'2013-10-20 00:00:00',5515,NULL),(5571,9,'','',531,0,'2013-10-20 11:16:29',5516,NULL),(5572,19,'NEGATIVE,,0d0fa7add7ba85700b3c90ee987fabbfb774c632','',555,0,'2013-10-20 00:00:00',5516,NULL),(5573,18,'[$]NO MALARIA PARASITES SEEN[/$],,,0d0fa7add7ba85700b3c90ee987fabbfb774c632','',555,0,'2013-10-20 00:00:00',5516,NULL),(5574,107,'1#20,1#20,0d0fa7add7ba85700b3c90ee987fabbfb774c632','',555,504,'2013-10-20 00:00:00',5518,'2013-10-22 16:22:58'),(5575,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,0d0fa7add7ba85700b3c90ee987fabbfb774c632','',555,504,'2013-10-20 00:00:00',5521,'2013-10-22 16:18:27'),(5576,36,'No Bacteria Growth,##,##,,6a797dd6c86822f50d9d7937f9ebf1afbb56ff67','',534,0,'2013-10-25 00:00:00',5522,NULL),(5577,35,'HAZY,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,6a797dd6c86822f50d9d7937f','',534,0,'2013-10-25 00:00:00',5522,NULL),(5578,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,6a797dd6c86822f50d9d7937f9ebf1afbb56ff67','',534,0,'2013-10-25 00:00:00',5524,NULL),(5579,134,'MANY,MODERATE,NOT SEEN,NOT SEEN,,6a797dd6c86822f50d9d7937f9ebf1afbb56ff67','',534,0,'2013-10-25 00:00:00',5524,NULL),(5580,36,'No Bacteria Growth,##,##,,2516e9f3a79fd164877d88b94e5d04f8ff8cfd1b','',534,0,'2013-10-23 00:00:00',5525,NULL),(5581,35,'CLEAR,LIGHT AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,2516e9f3a79fd164877d88b9','',534,0,'2013-10-23 00:00:00',5525,NULL),(5582,9,'','',531,0,'2013-10-20 12:16:41',5526,NULL),(5583,9,'','',531,0,'2013-10-20 12:44:31',5527,NULL),(5584,130,'','',531,0,'2013-10-20 12:44:32',5529,NULL),(5585,132,'','',531,0,'2013-10-20 12:44:32',5529,NULL),(5586,92,'','',531,0,'2013-10-20 12:54:50',5530,NULL),(5587,218,'','',531,0,'2013-10-20 13:00:24',5531,NULL),(5588,9,'','',531,0,'2013-10-20 13:02:16',5532,NULL),(5589,19,'NEGATIVE,,d0a397640cc1f7e6c2351c5ede251fde5c5387ea','',555,0,'2013-10-20 00:00:00',5533,NULL),(5590,107,'1#20,1#20,d0a397640cc1f7e6c2351c5ede251fde5c5387ea','',555,504,'2013-10-20 00:00:00',5535,'2013-10-22 16:22:58'),(5591,9,'','',531,0,'2013-10-20 13:41:00',5536,NULL),(5592,19,'NEGATIVE,,2540869f7a6ccb5282172a45a8bc7509ea465650','',555,0,'2013-10-20 00:00:00',5536,NULL),(5593,18,'[$]NO MALARIA PARASITES SEEN[/$],,,2540869f7a6ccb5282172a45a8bc7509ea465650','',555,0,'2013-10-20 00:00:00',5536,NULL),(5594,9,'','',531,0,'2013-10-20 13:45:34',5537,NULL),(5595,19,'','',531,0,'2013-10-20 13:45:34',5537,NULL),(5596,18,'','',531,0,'2013-10-20 13:45:34',5537,NULL),(5597,107,'','',531,0,'2013-10-20 13:45:34',5539,NULL),(5598,35,'','',531,0,'2013-10-20 13:45:35',5542,NULL),(5599,28,'POSITIVE,[$]AS[/$],,3ff4f3380be88f7adf24dd9c03945a20a402e975','',504,0,'2013-10-22 00:00:00',5543,NULL),(5600,9,'','',531,0,'2013-10-20 14:02:59',5544,NULL),(5601,16,'NEGATIVE,deec9b9eb21e0e2fdc2284689cbc2ac5ec63585d','',555,0,'2013-10-20 00:00:00',5546,NULL),(5602,36,'No Bacteria Growth,##,##,,deec9b9eb21e0e2fdc2284689cbc2ac5ec63585d','',534,0,'2013-10-23 00:00:00',5549,NULL),(5603,35,'','',531,0,'2013-10-20 14:02:59',5549,NULL),(5604,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6222740349b7b8410622cffa92dd5db45624145b','',536,504,'2013-10-20 00:00:00',5550,'2013-10-22 16:18:27'),(5605,36,'No Bacteria Growth,##,##,,b5d011fb4138217692a86b3e851581a0249bc479','',534,0,'2013-10-23 00:00:00',5551,NULL),(5606,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,,,,,,,,,,b5d011fb4138217692a86b3e851581a0249bc479','',555,504,'2013-10-20 00:00:00',5551,'2013-10-22 16:18:27'),(5607,9,'','',531,0,'2013-10-20 14:25:09',5552,NULL),(5608,19,'NEGATIVE,,96655e237d06d4d85389e8382483f7e66f685d1e','',555,0,'2013-10-20 00:00:00',5552,NULL),(5609,18,'[$]NO MALARIA PARASITE SEEN[/$],,,96655e237d06d4d85389e8382483f7e66f685d1e','',555,0,'2013-10-20 00:00:00',5552,NULL),(5610,35,'CLOUDY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,96655e237d06d4d85389e8382483f7e66f685d1e','',555,504,'2013-10-20 00:00:00',5554,'2013-10-22 16:18:27'),(5611,37,'','',531,0,'2013-10-20 14:25:09',5557,NULL),(5612,9,'','',531,0,'2013-10-20 14:28:45',5558,NULL),(5613,19,'NEGATIVE,,28782aa7c1d922f9e2e780c1f781454e0ac60585','',555,0,'2013-10-20 00:00:00',5558,NULL),(5614,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,28782aa7c1d922f9e2e780c1f781454e0ac60585','',555,504,'2013-10-20 00:00:00',5560,'2013-10-22 16:18:27'),(5615,9,'','',531,0,'2013-10-20 14:39:00',5561,NULL),(5616,19,'NEGATIVE,,71614424dc83d83dac5d01ffab56413a4a9aa379','',536,0,'2013-10-20 00:00:00',5561,NULL),(5617,18,'[$]NO MALARIA PARASITE SEEN[/$],,,71614424dc83d83dac5d01ffab56413a4a9aa379','',536,0,'2013-10-20 00:00:00',5561,NULL),(5618,107,'1#20,1#20,71614424dc83d83dac5d01ffab56413a4a9aa379','',536,504,'2013-10-20 00:00:00',5563,'2013-10-22 16:22:58'),(5619,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,71614424dc83d83dac5d01ffab56413a4a9aa379','',536,504,'2013-10-20 00:00:00',5566,'2013-10-22 16:18:27'),(5620,9,'','',531,0,'2013-10-20 15:00:26',5567,NULL),(5621,19,'POSITIVE,,95b7cdcc85322389e34e9ab9a4cf32f219826243','',555,0,'2013-10-20 00:00:00',5567,NULL),(5622,18,'[$]MALARIA PARASITE PRESENT (++++)[/$],,,95b7cdcc85322389e34e9ab9a4cf32f219826243','',555,0,'2013-10-20 00:00:00',5567,NULL),(5623,18,'[$]NO MALARIA PARASITES[/$],,,82458fdc733c4ff597ac748a5a4383cabb9b6b14','',555,0,'2013-10-20 00:00:00',5568,NULL),(5624,9,'','',531,0,'2013-10-20 15:26:22',5569,NULL),(5625,71,'NEGATIVE,,edc2b05bd025cb2e1e21d4247d371b51afcf47d5','',536,0,'2013-10-20 00:00:00',5570,NULL),(5626,35,'CLEAR,LIGHT AMBER,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,edc2b05bd025cb2e1e21d4247d371b51afcf47d5','',536,504,'2013-10-20 00:00:00',5570,'2013-10-22 16:18:27'),(5627,83,'[$][/$],,,edc2b05bd025cb2e1e21d4247d371b51afcf47d5','',504,0,'2013-10-23 16:36:47',5572,NULL),(5628,71,'NEGATIVE,,6222740349b7b8410622cffa92dd5db45624145b','',536,0,'2013-10-20 00:00:00',5573,NULL),(5629,36,'No Significant Bacteria Growth,##,##,,28782aa7c1d922f9e2e780c1f781454e0ac60585','',534,0,'2013-10-23 00:00:00',5574,NULL),(5630,9,'','',531,0,'2013-10-20 16:50:06',5575,NULL),(5631,19,'NEGATIVE,,6060326d2fce810ba86dc57e6a03b2c1f2731d30','',536,0,'2013-10-20 00:00:00',5575,NULL),(5632,18,'[$]NO MALARIA PARASITES SEEN[/$],,,6060326d2fce810ba86dc57e6a03b2c1f2731d30','',536,0,'2013-10-20 00:00:00',5575,NULL),(5633,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,6767f2c068078c2706687f35a0e9c2f619dd06f0','',536,504,'2013-10-20 00:00:00',5576,'2013-10-22 16:18:27'),(5634,57,'','',531,0,'2013-10-20 17:00:15',5577,NULL),(5635,56,'','',531,0,'2013-10-20 17:00:15',5577,NULL),(5636,77,'','',531,0,'2013-10-20 17:00:15',5579,NULL),(5637,11,'80,[$]14[/$],[$]5.7[/$],##7.69,,f5a8641c8532991a7b474b0571cb749c2b469a89','',537,0,'2013-10-21 00:00:00',5582,NULL),(5638,9,'','',531,0,'2013-10-20 18:01:36',5583,NULL),(5639,19,'NEGATIVE,,9ac4d633c01684186e0d08cea90ce1698d18275b','',555,0,'2013-10-20 00:00:00',5583,NULL),(5640,18,'[$]NO MALARIA PARASITES SEEN[/$],,,9ac4d633c01684186e0d08cea90ce1698d18275b','',555,0,'2013-10-20 00:00:00',5583,NULL),(5641,35,'','',531,0,'2013-10-20 18:01:36',5585,NULL),(5642,22,'','',531,0,'2013-10-20 18:09:12',5586,NULL),(5643,9,'','',531,0,'2013-10-20 18:09:12',5586,NULL),(5644,19,'','',531,0,'2013-10-20 18:09:13',5586,NULL),(5645,18,'','',531,0,'2013-10-20 18:09:13',5586,NULL),(5646,107,'','',531,0,'2013-10-20 18:09:13',5588,NULL),(5647,35,'','',531,0,'2013-10-20 18:09:13',5591,NULL),(5648,9,'','',531,0,'2013-10-20 18:54:46',5592,NULL),(5649,19,'','',531,0,'2013-10-20 18:54:46',5592,NULL),(5650,18,'','',531,0,'2013-10-20 18:54:46',5592,NULL),(5651,9,'','',531,0,'2013-10-20 19:16:37',5593,NULL),(5652,19,'','',531,0,'2013-10-20 19:16:37',5593,NULL),(5653,18,'','',531,0,'2013-10-20 19:16:37',5593,NULL),(5654,35,'','',531,0,'2013-10-20 19:16:38',5595,NULL),(5655,22,'8,,1553e6150594ec0711b39f23b0e5fe5325867b10','',557,0,'2013-10-20 00:00:00',5596,NULL),(5656,9,'','',531,0,'2013-10-20 19:20:24',5596,NULL),(5657,19,'NEGATIVE,,1553e6150594ec0711b39f23b0e5fe5325867b10','',557,0,'2013-10-20 00:00:00',5596,NULL),(5658,18,'[$]NO MALARIA PARASITE SEEN[/$],,,1553e6150594ec0711b39f23b0e5fe5325867b10','',557,0,'2013-10-20 00:00:00',5596,NULL),(5659,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1553e6150594ec0711b39f23b0e5fe5325867b10','',557,504,'2013-10-20 00:00:00',5598,'2013-10-22 16:18:27'),(5660,22,'36,,528e80e0c852bd00a86e0ab73ed7a1f7e2db36db','',557,0,'2013-10-20 00:00:00',5599,NULL),(5661,9,'','',531,0,'2013-10-20 19:31:57',5599,NULL),(5662,19,'NEGATIVE,,528e80e0c852bd00a86e0ab73ed7a1f7e2db36db','',557,0,'2013-10-20 00:00:00',5599,NULL),(5663,18,'[$]no malaria parasite seen[/$],,,528e80e0c852bd00a86e0ab73ed7a1f7e2db36db','',557,0,'2013-10-20 00:00:00',5599,NULL),(5664,108,'NON - REACTIVE,528e80e0c852bd00a86e0ab73ed7a1f7e2db36db','',557,0,'2013-10-20 00:00:00',5601,NULL),(5665,22,'42,,b5498a5eb59ffba7882da169641148ac3d6db69c','',557,0,'2013-10-20 00:00:00',5602,NULL),(5666,9,'7.7,4.83,12.9,38.3,79.3,26.7,33.7,402,52.8,8.0,31.2,5.0,1.0,,b5498a5eb59ffba7882da169641148ac3d6db69c','',557,0,'2013-10-20 00:00:00',5602,NULL),(5667,19,'NEGATIVE,,b5498a5eb59ffba7882da169641148ac3d6db69c','',557,0,'2013-10-20 00:00:00',5602,NULL),(5668,18,'[$]no malaria parasite seen[/$],,,b5498a5eb59ffba7882da169641148ac3d6db69c','',557,0,'2013-10-20 00:00:00',5602,NULL),(5669,22,'40,,794f003742023afaead427448902d8d57ffa889c','',557,0,'2013-10-20 00:00:00',5603,NULL),(5670,9,'10.5,4.41,11.3,32.8,74.8,25.6,34.5,546,31.7,9.0,55.8,2.9,0.6,,794f003742023afaead427448902d8d57ffa889c','',557,0,'2013-10-20 00:00:00',5603,NULL),(5671,19,'NEGATIVE,,794f003742023afaead427448902d8d57ffa889c','',557,0,'2013-10-20 00:00:00',5603,NULL),(5672,18,'[$]no malaria parasite seen[/$],,,794f003742023afaead427448902d8d57ffa889c','',557,0,'2013-10-20 00:00:00',5603,NULL),(5673,9,'','',531,0,'2013-10-20 19:44:52',5604,NULL),(5674,19,'','',531,0,'2013-10-20 19:44:52',5604,NULL),(5675,18,'','',531,0,'2013-10-20 19:44:52',5604,NULL),(5676,71,'','',531,0,'2013-10-20 19:44:52',5606,NULL),(5677,35,'','',531,0,'2013-10-20 19:44:52',5606,NULL),(5678,9,'','',531,0,'2013-10-20 19:49:22',5607,NULL),(5679,19,'NEGATIVE,,574afa1550c0b9c33a30301950232fe99ff2db2b','',557,0,'2013-10-20 00:00:00',5607,NULL),(5680,18,'[$]no malaria parasite seen[/$],,,574afa1550c0b9c33a30301950232fe99ff2db2b','',557,0,'2013-10-20 00:00:00',5607,NULL),(5681,9,'8.2,5.46,11.5,35.2,63.0,21.1,32.7,392,73.0,4.0,20.0,2.0,0.9,,f8913de09aabdb09a57ea2fbf816e7a3e5f3695f','',557,0,'2013-10-20 00:00:00',5608,NULL),(5682,19,'NEGATIVE,,f8913de09aabdb09a57ea2fbf816e7a3e5f3695f','',557,0,'2013-10-20 00:00:00',5608,NULL),(5683,9,'','',531,0,'2013-10-20 19:54:26',5609,NULL),(5684,18,'','',531,0,'2013-10-20 19:54:26',5609,NULL),(5685,19,'NEGATIVE,,4f76734c6320062c948829347e97752d5ae43fe5','',557,0,'2013-10-20 00:00:00',5610,NULL),(5686,18,'[$]no malaria parasite seen[/$],,,4f76734c6320062c948829347e97752d5ae43fe5','',557,0,'2013-10-20 00:00:00',5610,NULL),(5687,222,'7.2,5.10,13.9,39.5,77.5,27.3,35.2,41,32.4,2.8,64.8,2.3,0.2,4.7,13.0,10.0,,4f76734c6320062c948829347e97752d5ae43fe5','',557,0,'2013-10-20 00:00:00',5610,NULL),(5688,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,4f76734c6320062c948829347e97752d5ae43fe5','',557,504,'2013-10-20 00:00:00',5612,'2013-10-22 16:18:27'),(5689,35,'','',530,0,'2013-10-20 21:55:55',5613,NULL),(5690,97,'','',530,0,'2013-10-20 22:54:39',5614,NULL),(5691,19,'NEGATIVE,,2bf16de48df0b4a4398ace8a11663ad5d80cdf48','',557,0,'2013-10-21 00:00:00',5615,NULL),(5692,18,'[$]no malaria parasite seen[/$],,,2bf16de48df0b4a4398ace8a11663ad5d80cdf48','',557,0,'2013-10-21 00:00:00',5615,NULL),(5693,222,'10.0,5.12,12.9,37.9,74.0,25.2,34.0,278,23.5,14.1,62.4,2.4,1.4,6.2,14.9,8.3,,2bf16de48df0b4a4398ace8a11663ad5d80cdf48','',557,0,'2013-10-21 00:00:00',5615,NULL),(5694,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,POSITIVE (+),POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2bf16de48df0b4a4398ace8a11663ad5d80cdf48','',534,504,'2013-10-21 00:00:00',5617,'2013-10-22 16:18:27'),(5695,18,'','',530,0,'2013-10-21 02:27:36',5618,NULL),(5696,222,'','',530,0,'2013-10-21 02:27:36',5618,NULL),(5697,35,'','',530,0,'2013-10-21 02:27:36',5620,NULL),(5698,107,'','',530,0,'2013-10-21 02:27:37',5623,NULL),(5699,19,'','',530,0,'2013-10-21 02:36:24',5624,NULL),(5700,18,'','',530,0,'2013-10-21 02:36:24',5624,NULL),(5701,222,'','',530,0,'2013-10-21 02:36:24',5624,NULL),(5702,37,'BROWN,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f48a3ccb2bcfc2d72b5eb15243dd07f308a98cf0','CONSISTENCY:SLIMY, CONTENT:',504,504,'2013-10-22 00:00:00',5626,'2013-10-22 17:39:22'),(5703,107,'','',530,0,'2013-10-21 02:36:25',5629,NULL),(5704,57,'','',530,0,'2013-10-21 04:45:05',5630,NULL),(5705,133,'','',530,0,'2013-10-21 04:45:05',5630,NULL),(5706,132,'','',530,0,'2013-10-21 04:45:05',5630,NULL),(5707,69,'','',530,0,'2013-10-21 04:45:05',5630,NULL),(5708,56,'','',530,0,'2013-10-21 04:45:05',5630,NULL),(5709,68,'6.3,-,-,,10419b57f94d8d4dec1802833b874ec96602d361','',504,0,'2013-10-22 00:00:00',5632,NULL),(5710,93,'','',530,0,'2013-10-21 04:45:05',5632,NULL),(5711,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,10419b57f94d8d4dec1802833b874ec96602d361',', ',536,0,'2013-10-22 00:00:00',5635,NULL),(5712,222,'','',530,0,'2013-10-21 04:45:06',5639,NULL),(5713,97,'','',530,0,'2013-10-21 06:29:03',5640,NULL),(5714,144,'','',530,0,'2013-10-21 06:29:04',5642,NULL),(5715,68,'7.7,-,-,,1d460ecb36b0b8cb9ed4396e772945c6a5e81176','',504,0,'2013-10-22 00:00:00',5643,NULL),(5716,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1d460ecb36b0b8cb9ed4396e772945c6a5e81176','',504,504,'2013-10-22 00:00:00',5645,'2013-10-22 16:18:27'),(5717,57,'','',530,0,'2013-10-21 07:06:40',5646,NULL),(5718,133,'','',530,0,'2013-10-21 07:06:40',5646,NULL),(5719,112,'NEGATIVE,,44d2996e2b5ee87c725956a96f684605aab2dbff','',537,0,'2013-10-21 00:00:00',5646,NULL),(5720,131,'','',530,0,'2013-10-21 07:06:40',5646,NULL),(5721,132,'','',530,0,'2013-10-21 07:06:40',5646,NULL),(5722,56,'','',530,0,'2013-10-21 07:06:41',5646,NULL),(5723,107,'1#20,1#20,44d2996e2b5ee87c725956a96f684605aab2dbff','',537,504,'2013-10-21 00:00:00',5646,'2013-10-22 16:22:58'),(5724,68,'4.9,-,-,,44d2996e2b5ee87c725956a96f684605aab2dbff','',504,0,'2013-10-22 00:00:00',5648,NULL),(5725,9,'','',530,0,'2013-10-21 07:06:41',5648,NULL),(5726,19,'NEGATIVE,,44d2996e2b5ee87c725956a96f684605aab2dbff','',537,0,'2013-10-21 00:00:00',5648,NULL),(5727,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,44d2996e2b5ee87c725956a96f684605aab2dbff','',504,504,'2013-10-22 00:00:00',5651,'2013-10-22 16:18:27'),(5728,37,'','',530,0,'2013-10-21 07:06:41',5655,NULL),(5729,226,'','',530,0,'2013-10-21 07:06:42',5660,NULL),(5730,192,'','',530,0,'2013-10-21 07:06:42',5666,NULL),(5731,144,'','',530,0,'2013-10-21 07:06:42',5673,NULL),(5732,9,'','',531,0,'2013-10-21 07:16:42',5674,NULL),(5733,19,'NEGATIVE,,479acd2e8ee2a10f0e2dd9adfe3113390b4a88a5','',537,0,'2013-10-21 00:00:00',5674,NULL),(5734,18,'[$]NO MALARIA PARASITE SEEN[/$],,,479acd2e8ee2a10f0e2dd9adfe3113390b4a88a5','',537,0,'2013-10-21 00:00:00',5674,NULL),(5735,107,'1#20,1#20,479acd2e8ee2a10f0e2dd9adfe3113390b4a88a5','',537,504,'2013-10-21 00:00:00',5676,'2013-10-22 16:22:58'),(5736,9,'','',531,0,'2013-10-21 08:13:11',5677,NULL),(5737,9,'','',531,0,'2013-10-21 08:15:52',5678,NULL),(5738,28,'NEGATIVE,[$]AA[/$],,75be0c2670634442b411c24949824f6bd5884c01','',504,0,'2013-10-22 00:00:00',5678,NULL),(5739,68,'','',531,0,'2013-10-21 08:21:03',5679,NULL),(5740,9,'','',531,0,'2013-10-21 08:21:03',5679,NULL),(5741,19,'NEGATIVE,,19237ed2330cf311ea694eb2cbb0e57d7b1ccfa1','',537,0,'2013-10-21 00:00:00',5679,NULL),(5742,18,'[$]NO MALARIA PARASITE SEEN[/$],,,19237ed2330cf311ea694eb2cbb0e57d7b1ccfa1','',537,0,'2013-10-21 00:00:00',5679,NULL),(5743,16,'NEGATIVE,19237ed2330cf311ea694eb2cbb0e57d7b1ccfa1','',537,0,'2013-10-21 00:00:00',5681,NULL),(5744,9,'','',531,0,'2013-10-21 08:29:34',5682,NULL),(5745,18,'[$]NO MALARIA PARASITES SEEN[/$],,,171ae3db929710cab65a5330f6734c3e5e171102','',504,0,'2013-10-22 00:00:00',5682,NULL),(5746,112,'POSITIVE,,171ae3db929710cab65a5330f6734c3e5e171102','',504,0,'2013-10-22 00:00:00',5684,NULL),(5747,27,'NON-REACTIVE,-,NEGATIVE,,171ae3db929710cab65a5330f6734c3e5e171102','',504,0,'2013-10-23 00:00:00',5684,NULL),(5748,108,'NON - REACTIVE,171ae3db929710cab65a5330f6734c3e5e171102','',504,0,'2013-10-22 00:00:00',5684,NULL),(5749,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,171ae3db929710cab65a5330f6734c3e5e171102','',504,504,'2013-10-22 00:00:00',5687,'2013-10-22 16:18:27'),(5750,68,'6.2,-,-,,9d106dbf05b8d09239218c379ffe51077478d551','',504,0,'2013-10-22 00:00:00',5688,NULL),(5751,9,'','',531,0,'2013-10-21 08:37:38',5688,NULL),(5752,19,'NEGATIVE,,9d106dbf05b8d09239218c379ffe51077478d551','',537,0,'2013-10-21 00:00:00',5688,NULL),(5753,57,'','',531,0,'2013-10-21 08:37:38',5690,NULL),(5754,133,'','',531,0,'2013-10-21 08:37:38',5690,NULL),(5755,112,'NEGATIVE,,9d106dbf05b8d09239218c379ffe51077478d551','',537,0,'2013-10-21 00:00:00',5690,NULL),(5756,131,'','',531,0,'2013-10-21 08:37:38',5690,NULL),(5757,132,'','',531,0,'2013-10-21 08:37:38',5690,NULL),(5758,92,'1.0,9d106dbf05b8d09239218c379ffe51077478d551','',504,0,'2013-10-23 00:00:00',5690,NULL),(5759,56,'','',531,0,'2013-10-21 08:37:38',5690,NULL),(5760,107,'1#20,1#20,9d106dbf05b8d09239218c379ffe51077478d551','',537,504,'2013-10-21 00:00:00',5690,'2013-10-22 16:22:58'),(5761,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,9d106dbf05b8d09239218c379ffe51077478d551','',504,504,'2013-10-22 00:00:00',5693,'2013-10-22 16:18:27'),(5762,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9d106dbf05b8d09239218c379ffe51077478d551','',504,0,'2013-10-22 00:00:00',5697,NULL),(5763,9,'','',531,0,'2013-10-21 08:42:40',5698,NULL),(5764,128,'','',531,0,'2013-10-21 08:42:41',5700,NULL),(5765,142,'','',531,0,'2013-10-21 08:42:41',5703,NULL),(5766,157,'','',531,0,'2013-10-21 08:42:41',5703,NULL),(5767,22,'18,07cb38b73f7c90e956573803f6d0a820e89aa1ca','',535,0,'2013-10-23 00:00:00',5704,NULL),(5768,9,'','',531,0,'2013-10-21 08:50:46',5704,NULL),(5769,108,'NON - REACTIVE,07cb38b73f7c90e956573803f6d0a820e89aa1ca','',504,0,'2013-10-22 00:00:00',5706,NULL),(5770,107,'1#20,1#20,07cb38b73f7c90e956573803f6d0a820e89aa1ca','',504,504,'2013-10-22 00:00:00',5706,'2013-10-22 16:22:58'),(5771,35,'CLEAR,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,07cb38b73f7c90e956573803f6d0a820e89aa1ca','',504,504,'2013-10-22 00:00:00',5709,'2013-10-22 16:18:27'),(5772,68,'5.2,-,-,,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,0,'2013-10-22 00:00:00',5710,NULL),(5773,9,'','',531,0,'2013-10-21 08:54:38',5710,NULL),(5774,19,'NEGATIVE,,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,0,'2013-10-22 00:00:00',5710,NULL),(5775,57,'','',531,0,'2013-10-21 08:54:38',5712,NULL),(5776,133,'','',531,0,'2013-10-21 08:54:38',5712,NULL),(5777,112,'NEGATIVE,,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,0,'2013-10-22 00:00:00',5712,NULL),(5778,131,'','',531,0,'2013-10-21 08:54:38',5712,NULL),(5779,132,'','',531,0,'2013-10-21 08:54:38',5712,NULL),(5780,92,'1.0,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,0,'2013-10-22 00:00:00',5712,NULL),(5781,56,'','',531,0,'2013-10-21 08:54:38',5712,NULL),(5782,107,'1#20,1#20,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,504,'2013-10-22 00:00:00',5712,'2013-10-22 16:22:58'),(5783,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,504,'2013-10-22 00:00:00',5715,'2013-10-22 16:18:27'),(5784,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1765656d707d4e5f29da2e1f8f2e2c4711b120e9','',504,0,'2013-10-22 00:00:00',5719,NULL),(5785,9,'','',531,0,'2013-10-21 08:57:21',5720,NULL),(5786,130,'','',531,0,'2013-10-21 08:57:21',5722,NULL),(5787,68,'5.1,-,-,,c682ac1386f947468bd2f39ad65a8e899928d513','',504,0,'2013-10-22 00:00:00',5723,NULL),(5788,9,'','',531,0,'2013-10-21 09:06:10',5723,NULL),(5789,19,'NEGATIVE,,c682ac1386f947468bd2f39ad65a8e899928d513','',504,0,'2013-10-22 00:00:00',5723,NULL),(5790,57,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5791,133,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5792,112,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5793,131,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5794,132,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5795,92,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5796,56,'','',531,0,'2013-10-21 09:06:11',5725,NULL),(5797,107,'1#20,1#20,c682ac1386f947468bd2f39ad65a8e899928d513','',504,504,'2013-10-22 00:00:00',5725,'2013-10-22 16:22:58'),(5798,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c682ac1386f947468bd2f39ad65a8e899928d513','',504,504,'2013-10-22 00:00:00',5728,'2013-10-22 16:18:27'),(5799,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,c682ac1386f947468bd2f39ad65a8e899928d513','',504,0,'2013-10-22 00:00:00',5732,NULL),(5800,226,'','',531,0,'2013-10-21 09:06:13',5737,NULL),(5801,68,'','',531,0,'2013-10-21 09:10:28',5738,NULL),(5802,9,'','',531,0,'2013-10-21 09:10:28',5738,NULL),(5803,19,'','',531,0,'2013-10-21 09:10:28',5738,NULL),(5804,132,'','',531,0,'2013-10-21 09:10:28',5740,NULL),(5805,9,'','',531,0,'2013-10-21 09:14:12',5741,NULL),(5806,57,'','',531,0,'2013-10-21 09:14:12',5743,NULL),(5807,133,'','',531,0,'2013-10-21 09:14:12',5743,NULL),(5808,27,'','',531,0,'2013-10-21 09:14:12',5743,NULL),(5809,131,'','',531,0,'2013-10-21 09:14:12',5743,NULL),(5810,132,'','',531,0,'2013-10-21 09:14:12',5743,NULL),(5811,56,'','',531,0,'2013-10-21 09:14:12',5743,NULL),(5812,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,f8e99f93943718b363246c2c5b0aafe96dd95510','',504,504,'2013-10-21 00:00:00',5746,'2013-10-22 16:18:27'),(5813,9,'','',531,0,'2013-10-21 09:16:26',5747,NULL),(5814,19,'NEGATIVE,,7d79bc6bb999932d61fb29add32fd86f69762102','',534,0,'2013-10-21 00:00:00',5747,NULL),(5815,18,'[$]NO MALARIA PARASITES SEEN [/$],,,7d79bc6bb999932d61fb29add32fd86f69762102','',534,0,'2013-10-21 00:00:00',5747,NULL),(5816,35,'HAZY,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,7d79bc6bb999932d61fb29add32fd86f69762102','',534,504,'2013-10-21 00:00:00',5749,'2013-10-22 16:18:27'),(5817,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,92056bcbe40db56d203510a001993eeeb181da5e','CONTENT:',504,0,'2013-10-21 12:43:36',5750,NULL),(5818,9,'','',531,0,'2013-10-21 09:29:14',5751,NULL),(5819,19,'NEGATIVE,,507a9379ca12276e3e5009268e0f375110e3582a','',555,0,'2013-10-21 00:00:00',5751,NULL),(5820,68,'','',531,0,'2013-10-21 09:32:45',5752,NULL),(5821,9,'','',531,0,'2013-10-21 09:32:45',5752,NULL),(5822,223,'','',531,0,'2013-10-21 09:32:45',5752,NULL),(5823,57,'','',531,0,'2013-10-21 09:32:46',5754,NULL),(5824,133,'','',531,0,'2013-10-21 09:32:46',5754,NULL),(5825,132,'','',531,0,'2013-10-21 09:32:46',5754,NULL),(5826,56,'','',531,0,'2013-10-21 09:32:46',5754,NULL),(5827,22,'','',531,0,'2013-10-21 09:41:21',5755,NULL),(5828,68,'','',531,0,'2013-10-21 09:41:21',5755,NULL),(5829,9,'','',531,0,'2013-10-21 09:41:21',5755,NULL),(5830,19,'','',531,0,'2013-10-21 09:41:21',5755,NULL),(5831,132,'','',531,0,'2013-10-21 09:41:21',5757,NULL),(5832,199,'[$]COMMENSALS ONLY[/$],a0066a391feb63e007aeed989e15d1ce780238ba','',534,0,'2013-10-23 00:00:00',5758,NULL),(5833,14,'','',531,0,'2013-10-21 09:57:32',5759,NULL),(5834,68,'4.7,-,-,,2274b856bc81538014d4420d9c645deb385b666d','',504,0,'2013-10-22 00:00:00',5760,NULL),(5835,9,'','',531,0,'2013-10-21 10:06:28',5760,NULL),(5836,19,'NEGATIVE,,2274b856bc81538014d4420d9c645deb385b666d','',504,0,'2013-10-22 00:00:00',5760,NULL),(5837,57,'','',531,0,'2013-10-21 10:06:28',5762,NULL),(5838,133,'','',531,0,'2013-10-21 10:06:28',5762,NULL),(5839,112,'NEGATIVE,,2274b856bc81538014d4420d9c645deb385b666d','',535,0,'2013-10-23 00:00:00',5762,NULL),(5840,131,'','',531,0,'2013-10-21 10:06:28',5762,NULL),(5841,132,'','',531,0,'2013-10-21 10:06:28',5762,NULL),(5842,92,'','',531,0,'2013-10-21 10:06:28',5762,NULL),(5843,56,'','',531,0,'2013-10-21 10:06:28',5762,NULL),(5844,107,'1#20,1#20,2274b856bc81538014d4420d9c645deb385b666d','',504,504,'2013-10-22 00:00:00',5762,'2013-10-22 16:22:58'),(5845,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2274b856bc81538014d4420d9c645deb385b666d','',504,504,'2013-10-22 00:00:00',5765,'2013-10-22 16:18:27'),(5846,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2274b856bc81538014d4420d9c645deb385b666d','',504,0,'2013-10-22 00:00:00',5769,NULL),(5847,226,'','',531,0,'2013-10-21 10:06:29',5774,NULL),(5848,68,'12.7,,,,b2494209d9b5a4b3cfeb81c187f132671662eb1b','',534,0,'2013-10-21 00:00:00',5775,NULL),(5849,9,'','',531,0,'2013-10-21 10:10:07',5775,NULL),(5850,132,'','',531,0,'2013-10-21 10:10:08',5777,NULL),(5851,35,'CLEAR,STRAW,5.0,1.010,TRACE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b2494209d9b5a4b3cfeb81c187f132671662eb1b','',534,504,'2013-10-21 00:00:00',5780,'2013-10-22 16:18:27'),(5852,9,'','',531,0,'2013-10-21 10:14:38',5781,NULL),(5853,19,'NEGATIVE,,edff3af37caf751bb4f20f83638b75317531fa60','',534,0,'2013-10-21 00:00:00',5781,NULL),(5854,35,'HAZY,AMBER,5.0,1.030,POSITIVE (++),NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,edff3af37caf751bb4f20f83638b75317531fa60','',534,504,'2013-10-21 00:00:00',5783,'2013-10-22 16:18:27'),(5855,9,'','',531,0,'2013-10-21 10:17:35',5784,NULL),(5856,19,'NEGATIVE,,f6fa0f826e2c2ba2726849768d8b2b2e40dc3632','',537,0,'2013-10-21 00:00:00',5784,NULL),(5857,9,',,,,,,,,,,,,,,92b186a5494f096266e0f7e7cbe7d17429734937','',504,0,'2013-10-21 13:11:54',5785,NULL),(5858,18,'[$]NO MALARIA PARASITES SEEN[/$],,,92b186a5494f096266e0f7e7cbe7d17429734937','',504,0,'2013-10-21 13:11:54',5785,NULL),(5859,9,'','',531,0,'2013-10-21 10:23:24',5786,NULL),(5860,112,'NEGATIVE,,5eda85d580bb11d535c55e468dc7060953cca748','',534,0,'2013-10-21 00:00:00',5788,NULL),(5861,9,'','',531,0,'2013-10-21 10:28:36',5789,NULL),(5862,11,'20,[$]14[/$],[$]1.4[/$],##1.52,,be3b1f5fbdc958a4b9676277805449d6fef19d87','',537,0,'2013-10-21 00:00:00',5791,NULL),(5863,22,'11,,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-10-21 00:00:00',5792,NULL),(5864,9,'','',531,0,'2013-10-21 10:31:44',5792,NULL),(5865,9,'','',531,0,'2013-10-21 10:34:59',5793,NULL),(5866,70,',,e7951aa9c276c2d8cb164ed29a045b97901d6de9','',504,0,'2013-10-22 00:00:00',5793,NULL),(5867,108,'NON - REACTIVE,e7951aa9c276c2d8cb164ed29a045b97901d6de9','',504,0,'2013-10-22 00:00:00',5795,NULL),(5868,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,,,,,,,,,,e7951aa9c276c2d8cb164ed29a045b97901d6de9','',504,504,'2013-10-22 00:00:00',5798,'2013-10-22 16:18:27'),(5869,9,'','',531,0,'2013-10-21 10:37:01',5799,NULL),(5870,9,'','',531,0,'2013-10-21 10:40:33',5800,NULL),(5871,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,4214b669f5600c754a24254cd648cfdad366e7c7','',534,504,'2013-10-21 00:00:00',5802,'2013-10-22 16:18:28'),(5872,37,'BROWN,SEMI FORMED,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4214b669f5600c754a24254cd648cfdad366e7c7','',534,0,'2013-10-21 00:00:00',5805,NULL),(5873,16,'NEGATIVE,148466df9cd45e4ab0c3fc9f54b866d7e06243ba','',504,0,'2013-10-21 00:00:00',5806,NULL),(5874,14,'','',531,0,'2013-10-21 10:51:08',5808,NULL),(5875,9,'','',531,0,'2013-10-21 10:53:49',5809,NULL),(5876,128,'','',531,0,'2013-10-21 10:53:49',5811,NULL),(5877,21,'O,POSITIVE,,dd2e1bc52f8bcf9f5bb3e8a8e0cc13ff5675d9f7','BLOOD GROUP ABO:O',504,0,'2013-10-21 13:09:15',5812,NULL),(5878,9,',,,,,,,,,,,,,,dd2e1bc52f8bcf9f5bb3e8a8e0cc13ff5675d9f7','BLOOD GROUP ABO',504,0,'2013-10-21 13:09:15',5812,NULL),(5879,9,'','',531,0,'2013-10-21 11:05:44',5813,NULL),(5880,19,'NEGATIVE,,af95adfff129d7bc82df107f573a0b49caf02391','',504,0,'2013-10-21 00:00:00',5813,NULL),(5881,36,'No Bacteria Growth,##,##,,b15cb6a51f60a743de8e3d5e16ce71fb2d743ffb','',534,0,'2013-10-23 00:00:00',5814,NULL),(5882,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b15cb6a51f60a743de8e3d5e16ce71fb2d743ffb','',534,504,'2013-10-21 00:00:00',5814,'2013-10-22 16:18:28'),(5883,9,'','',531,0,'2013-10-21 11:25:15',5815,NULL),(5884,218,'','',531,0,'2013-10-21 11:25:15',5815,NULL),(5885,21,'A,POSITIVE,53328ce203796d414fd34965461442444ba56bd7','',504,0,'2013-10-22 00:00:00',5816,NULL),(5886,9,'8.6,4.86,11.7,34.3,70,24.1,34.1,377,46.5,9.7,39.5,3.5,0.8,53328ce203796d414fd34965461442444ba56bd7','',504,0,'2013-10-22 00:00:00',5816,NULL),(5887,223,'','',531,0,'2013-10-21 11:29:44',5816,NULL),(5888,28,'NEGATIVE,[$]AA[/$],,53328ce203796d414fd34965461442444ba56bd7','',504,0,'2013-10-22 00:00:00',5816,NULL),(5889,19,'NEGATIVE,,53328ce203796d414fd34965461442444ba56bd7','',504,0,'2013-10-22 00:00:00',5816,NULL),(5890,18,'[$]NO MALARIA PARASITES SEEN[/$],,,53328ce203796d414fd34965461442444ba56bd7','',504,0,'2013-10-22 00:00:00',5816,NULL),(5891,21,'A,POSITIVE,0cf892b907c71899c93d9a64d152d02aa7c41d08','',504,0,'2013-10-22 00:00:00',5817,NULL),(5892,9,'','',531,0,'2013-10-21 11:32:31',5817,NULL),(5893,223,'','',531,0,'2013-10-21 11:32:31',5817,NULL),(5894,28,'NEGATIVE,[$]AA[/$],,0cf892b907c71899c93d9a64d152d02aa7c41d08','',504,0,'2013-10-22 00:00:00',5817,NULL),(5895,19,'NEGATIVE,,0cf892b907c71899c93d9a64d152d02aa7c41d08','',504,0,'2013-10-22 00:00:00',5817,NULL),(5896,18,'[$]NO MALARIA PARASITES SEEN[/$],,,0cf892b907c71899c93d9a64d152d02aa7c41d08','',504,0,'2013-10-22 00:00:00',5817,NULL),(5897,9,'','',531,0,'2013-10-21 11:35:11',5818,NULL),(5898,107,'1#20,1#20,a454e1a482f5f776baf3c6a9089cf327159bbb3b','',534,504,'2013-10-21 00:00:00',5820,'2013-10-22 16:22:58'),(5899,9,'','',531,0,'2013-10-21 11:38:57',5821,NULL),(5900,19,'NEGATIVE,,fe7d7e1c4a03798810d034e942d6481367145d2d','',537,0,'2013-10-21 00:00:00',5821,NULL),(5901,18,'[$]NO MALARIA PARASITE SEEN[/$],,,fe7d7e1c4a03798810d034e942d6481367145d2d','',537,0,'2013-10-21 00:00:00',5821,NULL),(5902,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,fe7d7e1c4a03798810d034e942d6481367145d2d','',537,504,'2013-10-21 00:00:00',5823,'2013-10-22 16:18:28'),(5903,9,'','',531,0,'2013-10-21 12:01:24',5824,NULL),(5904,28,'NEGATIVE,[$]AA[/$],,21e46ee8f456fb70e10b072bc24e6f0e5f59b39d','',504,0,'2013-10-22 00:00:00',5824,NULL),(5905,19,'NEGATIVE,,21e46ee8f456fb70e10b072bc24e6f0e5f59b39d','',504,0,'2013-10-22 00:00:00',5824,NULL),(5906,18,'[$]NO MALARIA PARASITES SEEN[/$],,,21e46ee8f456fb70e10b072bc24e6f0e5f59b39d','',504,0,'2013-10-22 00:00:00',5824,NULL),(5907,9,'','',531,0,'2013-10-21 12:14:27',5825,NULL),(5908,19,'NEGATIVE,,2b3036cc1ec7889a33b4664076ebeb403ab36645','',537,0,'2013-10-21 00:00:00',5825,NULL),(5909,68,'','',531,0,'2013-10-21 12:33:15',5826,NULL),(5910,9,'','',531,0,'2013-10-21 12:33:15',5826,NULL),(5911,57,'','',531,0,'2013-10-21 12:33:15',5828,NULL),(5912,133,'','',531,0,'2013-10-21 12:33:15',5828,NULL),(5913,132,'','',531,0,'2013-10-21 12:33:15',5828,NULL),(5914,56,'','',531,0,'2013-10-21 12:33:15',5828,NULL),(5915,9,',,,,,,,,,,,,,,3a183529aebf0cc3f838308988d2defdf1cd5181','',553,0,'2013-10-21 15:25:12',5829,NULL),(5916,19,'NEGATIVE,,3a183529aebf0cc3f838308988d2defdf1cd5181','',553,0,'2013-10-21 15:25:12',5829,NULL),(5917,9,',,,,,,,,,,,,,,976de42a16da436cdcf73bef80a122ca9ab38f7a','',553,0,'2013-10-21 15:36:03',5830,NULL),(5918,70,',,976de42a16da436cdcf73bef80a122ca9ab38f7a','',553,0,'2013-10-21 15:36:03',5830,NULL),(5919,108,'NON - REACTIVE,,976de42a16da436cdcf73bef80a122ca9ab38f7a','',553,0,'2013-10-21 15:34:41',5832,NULL),(5920,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,976de42a16da436cdcf73bef80a122ca9ab38f7a','SPECIFIC GRAVITY:1.015',553,504,'2013-10-21 15:33:33',5835,'2013-10-22 16:18:28'),(5921,196,'63,904,30,434,33,467,[$]1[/$],[$]13[/$],[$]1432[/$],[$]0.52[/$],cd638939b3d18e47f236f63101682bf81ed01c6a','',534,0,'2013-10-28 08:00:00',5836,NULL),(5922,9,'','',531,0,'2013-10-21 12:52:27',5837,NULL),(5923,223,'','',531,0,'2013-10-21 12:52:27',5837,NULL),(5924,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,be485e00fb6bb36592402f08532f0a5442c6b4ae','',534,0,'2013-10-21 00:00:00',5838,NULL),(5925,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,be485e00fb6bb36592402f08532f0a5442c6b4ae','',534,504,'2013-10-21 00:00:00',5840,'2013-10-22 16:18:28'),(5926,36,'','',534,0,'2013-10-21 13:27:38',5841,NULL),(5927,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,20437becb00a584b5bb7cb00f78290ff21a0dbce','',534,504,'2013-10-21 00:00:00',5841,'2013-10-22 16:18:28'),(5928,9,'','',531,0,'2013-10-21 13:39:13',5842,NULL),(5929,9,'','',531,0,'2013-10-21 13:42:38',5843,NULL),(5930,35,'','',531,0,'2013-10-21 13:42:39',5845,NULL),(5931,9,'','',531,0,'2013-10-21 14:02:27',5846,NULL),(5932,77,'','',531,0,'2013-10-21 14:02:27',5846,NULL),(5933,19,'NEGATIVE,,92a7b90861453a362b84d8fbd54b43587df61d25','',504,0,'2013-10-22 00:00:00',5846,NULL),(5934,18,'[$]NO MALARIA PARASITES SEEN[/$],,,92a7b90861453a362b84d8fbd54b43587df61d25','',504,0,'2013-10-22 00:00:00',5846,NULL),(5935,70,',,92a7b90861453a362b84d8fbd54b43587df61d25','',504,0,'2013-10-22 00:00:00',5846,NULL),(5936,92,'27,92a7b90861453a362b84d8fbd54b43587df61d25','',552,0,'2013-10-24 00:00:00',5848,NULL),(5937,36,'No Bacteria Growth,##,##,,92a7b90861453a362b84d8fbd54b43587df61d25','',534,0,'2013-10-23 00:00:00',5851,NULL),(5938,35,'HAZY,AMBER,5.0,1.030,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,6,16,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,92a7b90861453a362b84d8fb',', ',534,0,'2013-10-23 00:00:00',5851,NULL),(5939,22,'11,,996a7dd6a29c7f18f6b48f6ce3a4e7307b957264','',504,0,'2013-10-21 17:24:58',5852,NULL),(5940,9,',,,,,,,,,,,,,,996a7dd6a29c7f18f6b48f6ce3a4e7307b957264','',504,0,'2013-10-21 17:24:59',5852,NULL),(5941,19,'NEGATIVE,,996a7dd6a29c7f18f6b48f6ce3a4e7307b957264','',504,0,'2013-10-21 17:24:59',5852,NULL),(5942,107,'1#20,1#20,996a7dd6a29c7f18f6b48f6ce3a4e7307b957264','S. typhi H:1160',504,504,'2013-10-21 17:25:50',5854,'2013-10-22 16:22:58'),(5943,35,'CLEAR,AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,996a7dd6a29c7f18f6b48f6ce3a4e7307b957264','COLOUR:AMBER, SPECIFIC GRAVITY:1.025',504,504,'2013-10-21 17:21:54',5857,'2013-10-22 16:18:28'),(5944,28,'NEGATIVE,[$]AA[/$],,a57eafaccd3e823d0e3e5a355e2994278a0a18dd','',504,0,'2013-10-22 00:00:00',5858,NULL),(5945,109,'','',531,0,'2013-10-21 14:48:13',5859,NULL),(5946,27,'NON-REACTIVE,-,NEGATIVE,,5131bc82d5ca7e120b59b66bb68ab91ebf000eea','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',504,504,'2013-10-21 17:58:28',5860,'2013-10-22 16:21:39'),(5947,9,'','',531,0,'2013-10-21 15:05:54',5861,NULL),(5948,36,'No Bacteria Growth,##,##,,dcb29067e2d04e2b02c92ca5b09e6a95075069ac','',534,0,'2013-10-23 00:00:00',5863,NULL),(5949,35,'','',531,0,'2013-10-21 15:05:57',5863,NULL),(5950,9,',,,,,,,,,,,,,,56035bb7759082984a4fb3b28eeca1a86aff54e2','',504,0,'2013-10-21 17:33:56',5864,NULL),(5951,19,'NEGATIVE,,56035bb7759082984a4fb3b28eeca1a86aff54e2','',504,0,'2013-10-21 17:33:56',5864,NULL),(5952,18,'[$]no malaria parasite seen[/$],,,56035bb7759082984a4fb3b28eeca1a86aff54e2','',504,0,'2013-10-21 17:33:56',5864,NULL),(5953,35,'','',531,0,'2013-10-21 15:08:51',5866,NULL),(5954,22,'1,c5f39435eec610757c1fe947666dffa8c56fd48d','',534,0,'2013-10-23 00:00:00',5867,NULL),(5955,9,'','',531,0,'2013-10-21 15:24:59',5867,NULL),(5956,109,'NEGATIVE,c5f39435eec610757c1fe947666dffa8c56fd48d','',534,0,'2013-10-23 00:00:00',5869,NULL),(5957,65,'','',531,0,'2013-10-21 15:24:59',5869,NULL),(5958,77,'','',531,0,'2013-10-21 15:28:48',5870,NULL),(5959,9,'','',531,0,'2013-10-21 15:33:48',5871,NULL),(5960,16,'NEGATIVE,,dc38937ea9db8f838e18148416a477a0014295a2','',504,0,'2013-10-21 17:56:24',5873,NULL),(5961,14,'NEGATIVE,,dc38937ea9db8f838e18148416a477a0014295a2','',504,0,'2013-10-21 17:18:58',5876,NULL),(5962,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,dc38937ea9db8f838e18148416a477a0014295a2','CONTENT:',504,0,'2013-10-21 17:18:58',5876,NULL),(5963,9,'','',531,0,'2013-10-21 15:36:46',5877,NULL),(5964,9,',,,,,,,,,,,,,,954ee47478defb598b034c3f9d8f1e7c53047ba5','',504,0,'2013-10-21 17:36:56',5878,NULL),(5965,18,'[$]no malaria parasite seen[/$],,,954ee47478defb598b034c3f9d8f1e7c53047ba5','',504,0,'2013-10-21 17:36:56',5878,NULL),(5966,36,'No Bacteria Growth,##,##,,954ee47478defb598b034c3f9d8f1e7c53047ba5','',534,0,'2013-10-23 00:00:00',5880,NULL),(5967,35,'','',531,0,'2013-10-21 15:40:51',5880,NULL),(5968,9,',,,,,,,,,,,,,,50a0e8d8fb80be612b97d43f545a3ee1953bd267','',504,0,'2013-10-21 17:27:51',5881,NULL),(5969,19,'NEGATIVE,,50a0e8d8fb80be612b97d43f545a3ee1953bd267','',504,0,'2013-10-21 17:27:51',5881,NULL),(5970,19,'NEGATIVE,,c079bcc269df833aa68bf8dc20c8b736d1dba795','',504,0,'2013-10-22 00:00:00',5882,NULL),(5971,18,'[$]NO MALARIA PARASITE SEEN[/$],,,c079bcc269df833aa68bf8dc20c8b736d1dba795','',504,0,'2013-10-22 00:00:00',5882,NULL),(5972,9,',,,,,,,,,,,,,,380d5a340512c3fea7b5d1068d5937fa8a8edd5f','',534,0,'2013-10-31 23:14:15',5883,NULL),(5973,23,'2.4,,380d5a340512c3fea7b5d1068d5937fa8a8edd5f','',534,0,'2013-10-31 23:14:15',5883,NULL),(5974,57,'','',531,0,'2013-10-21 17:04:05',5885,NULL),(5975,133,'','',531,0,'2013-10-21 17:04:05',5885,NULL),(5976,75,'','',531,0,'2013-10-21 17:04:05',5885,NULL),(5977,56,'','',531,0,'2013-10-21 17:04:05',5885,NULL),(5978,9,'','',531,0,'2013-10-21 17:17:32',5886,NULL),(5979,19,'','',531,0,'2013-10-21 17:17:32',5886,NULL),(5980,18,'','',531,0,'2013-10-21 17:17:32',5886,NULL),(5981,35,'','',531,0,'2013-10-21 17:17:32',5888,NULL),(5982,209,'','',531,0,'2013-10-21 17:17:32',5888,NULL),(5983,9,'','',531,0,'2013-10-21 17:22:50',5889,NULL),(5984,19,'','',531,0,'2013-10-21 17:22:50',5889,NULL),(5985,18,'','',531,0,'2013-10-21 17:22:50',5889,NULL),(5986,71,'','',531,0,'2013-10-21 17:22:50',5891,NULL),(5987,35,'','',531,0,'2013-10-21 17:22:50',5891,NULL),(5988,209,'','',531,0,'2013-10-21 17:22:50',5891,NULL),(5989,35,'CLEAR,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,5d4c26b6b5412a38c7960f70dc6cac2f90da82d5','',555,504,'2013-10-22 00:00:00',5892,'2013-10-22 16:18:28'),(5990,209,'','',531,0,'2013-10-21 17:28:23',5892,NULL),(5991,9,'','',531,0,'2013-10-21 17:31:48',5893,NULL),(5992,19,'','',531,0,'2013-10-21 17:31:48',5893,NULL),(5993,18,'','',531,0,'2013-10-21 17:31:48',5893,NULL),(5994,35,'','',531,0,'2013-10-21 17:31:48',5895,NULL),(5995,209,'','',531,0,'2013-10-21 17:31:48',5895,NULL),(5996,69,'','',531,0,'2013-10-21 17:42:35',5896,NULL),(5997,93,'','',531,0,'2013-10-21 17:42:35',5898,NULL),(5998,36,'No Bacteria Growth,##,##,,e8e92468dec278376016f539b7e9039ad3d017bc','',534,0,'2013-10-23 00:00:00',5899,NULL),(5999,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e8e92468dec278376016f539b7e9039ad3d017bc','',534,0,'2013-10-23 00:00:00',5899,NULL),(6000,209,'','',531,0,'2013-10-21 17:48:13',5899,NULL),(6001,68,'','',531,0,'2013-10-21 18:00:17',5900,NULL),(6002,36,'','',531,0,'2013-10-21 18:00:17',5902,NULL),(6003,35,'','',531,0,'2013-10-21 18:00:17',5902,NULL),(6004,209,'','',531,0,'2013-10-21 18:00:17',5902,NULL),(6005,135,'[$]Klebsiellae spps. Isolated[/$],##,##,,a0e277e410560c3321c3a5282c469b254df47c44','',504,0,'2013-10-25 00:00:00',5905,NULL),(6006,134,'MANY,FEW,NOT SEEN,NOT SEEN,,a0e277e410560c3321c3a5282c469b254df47c44','',504,0,'2013-10-25 00:00:00',5905,NULL),(6007,9,'','',531,0,'2013-10-21 18:02:43',5906,NULL),(6008,19,'','',531,0,'2013-10-21 18:02:43',5906,NULL),(6009,35,'','',531,0,'2013-10-21 18:02:43',5908,NULL),(6010,209,'','',531,0,'2013-10-21 18:02:43',5908,NULL),(6011,9,'','',531,0,'2013-10-21 18:05:29',5909,NULL),(6012,71,'NEGATIVE,,61f8260e7922adf769ca10cea1678b3ac01e51c7','',535,0,'2013-10-22 00:00:00',5911,NULL),(6013,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,61f8260e7922adf769ca10cea1678b3ac01e51c7','',535,504,'2013-10-22 00:00:00',5911,'2013-10-22 16:18:28'),(6014,209,'##[$]6[/$],##[$]22[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],[$]4[/$],,61f8260e7922adf769ca10cea1678b3ac01e51c7','',535,0,'2013-10-22 00:00:00',5911,NULL),(6015,9,'','',531,0,'2013-10-21 18:07:17',5912,NULL),(6016,19,'','',531,0,'2013-10-21 18:07:17',5912,NULL),(6017,18,'','',531,0,'2013-10-21 18:07:17',5912,NULL),(6018,9,'','',531,0,'2013-10-21 18:10:57',5913,NULL),(6019,19,'','',531,0,'2013-10-21 18:10:57',5913,NULL),(6020,18,'','',531,0,'2013-10-21 18:10:57',5913,NULL),(6021,35,'','',531,0,'2013-10-21 18:10:57',5915,NULL),(6022,209,'','',531,0,'2013-10-21 18:10:57',5915,NULL),(6023,9,'','',531,0,'2013-10-21 18:25:43',5916,NULL),(6024,18,'[$]NOT MALARIA PARASITES SEEN[/$],,,43017ce7fe77a079535ac904910c7c2ecaabf507','',535,0,'2013-10-22 00:00:00',5916,NULL),(6025,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,43017ce7fe77a079535ac904910c7c2ecaabf507','',535,504,'2013-10-22 00:00:00',5918,'2013-10-22 16:18:28'),(6026,209,'##[$]8[/$],##[$]0[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],[$]2[/$],,43017ce7fe77a079535ac904910c7c2ecaabf507','',535,0,'2013-10-22 00:00:00',5918,NULL),(6027,9,'','',531,0,'2013-10-21 18:27:59',5919,NULL),(6028,19,'','',531,0,'2013-10-21 18:27:59',5919,NULL),(6029,9,'','',531,0,'2013-10-21 18:28:03',5920,NULL),(6030,19,'','',531,0,'2013-10-21 18:28:03',5920,NULL),(6031,9,'','',531,0,'2013-10-21 18:36:18',5921,NULL),(6032,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c56fbc869e822a56cb64a8312132ecc66e10a476','',534,0,'2013-10-25 00:00:00',5923,NULL),(6033,209,'','',531,0,'2013-10-21 18:36:18',5923,NULL),(6034,216,'[$]NO BACTERIAL GROWTH[/$],c56fbc869e822a56cb64a8312132ecc66e10a476','',534,0,'2013-10-25 00:00:00',5926,NULL),(6035,123,'[$]NO GNID SEEN[/$],c56fbc869e822a56cb64a8312132ecc66e10a476','',534,0,'2013-10-25 00:00:00',5926,NULL),(6036,9,'','',531,0,'2013-10-21 19:18:33',5927,NULL),(6037,36,'No Bacteria Growth,##,##,,c326b8caafaa13557a5f2287512abfffeb4c29be','',534,0,'2013-10-23 00:00:00',5929,NULL),(6038,35,'HAZY,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c326b8caafaa13557a5f2287512abfffeb4c29be','',504,504,'2013-10-22 00:00:00',5929,'2013-10-22 16:18:28'),(6039,209,'[$][/$],c326b8caafaa13557a5f2287512abfffeb4c29be','',534,0,'2013-10-23 00:00:00',5929,NULL),(6040,127,'[$]NO BACTERIAL GROWTH[/$],be3b1f5fbdc958a4b9676277805449d6fef19d87','',534,0,'2013-10-23 00:00:00',5930,NULL),(6041,222,'8.2,4.28,11.8,34.1,79.7,27.6,34.6,296,32.1,7.3,60.6,2.6,0.6,5.0,17.3,9.8,,c18d00dc1b7cfded6000a4df22efeaa363c8a363','',535,535,'2013-10-22 00:00:00',5931,'2013-10-22 03:07:18'),(6042,156,'','',530,0,'2013-10-21 20:20:04',5932,NULL),(6043,22,'46,,59f1cba737c1ee26cb23ef851fc85b0f74072bde','',535,535,'2013-10-22 00:00:00',5934,'2013-10-22 02:49:55'),(6044,222,'9.7,4.52,13.2,38.1,84.3,29.2,34.6,245,19.5,9.8,70.7,1.9,1.0,6.8,15.3,9.8,,59f1cba737c1ee26cb23ef851fc85b0f74072bde','',535,535,'2013-10-22 00:00:00',5934,'2013-10-22 02:49:56'),(6045,109,'NEGATIVE,,59f1cba737c1ee26cb23ef851fc85b0f74072bde','',535,535,'2013-10-22 00:00:00',5937,'2013-10-22 02:49:25'),(6046,222,'5.0,5.47,15.5,45.6,83.4,28.3,34.0,243,61.8,8.6,29.6,3.1,0.4,1.5,12.8,8.9,,f952065bef42e72ecda266da93335acdef4930d8','',535,535,'2013-10-22 00:00:00',5938,'2013-10-22 02:45:59'),(6047,18,'[$]NO MALARIA PARASITES SEEN[/$],,,f952065bef42e72ecda266da93335acdef4930d8','',535,0,'2013-10-22 00:00:00',5938,NULL),(6048,131,'','',530,0,'2013-10-21 20:53:54',5940,NULL),(6049,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.\n\nNO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION[/$],##,##,,05adff61def86606679a4e6e20e9b1f604ac0882','',534,0,'2013-10-30 08:00:00',5941,NULL),(6050,222,'12.7,4.63,12.2,35.6,76.9,26.3,34.3,322,18.3,8.1,73.6,2.3,1.0,9.4,13.7,8.4,,05adff61def86606679a4e6e20e9b1f604ac0882','',535,0,'2013-10-22 00:00:00',5941,NULL),(6051,18,'[$]NO MALARIA PARASITES SEEN[/$],,,05adff61def86606679a4e6e20e9b1f604ac0882','',535,0,'2013-10-22 00:00:00',5941,NULL),(6052,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,05adff61def86606679a4e6e20e9b1f604ac0882','SPECIFIC GRAVITY:1.030, KETONES:POSITIVE +++',553,504,'2013-10-22 16:00:14',5943,'2013-10-22 16:18:28'),(6053,209,'[$]NOT SEEN[/$],,05adff61def86606679a4e6e20e9b1f604ac0882','SPECIFIC GRAVITY:1.030, KETONES:POSITIVE +',553,0,'2013-10-22 16:00:14',5943,NULL),(6054,222,'12.2,4.32,12.3,35.6,82.4,28.5,34.6,176,34.6,11.2,54.2,4.2,1.4,6.6,13.4,9.9,,d6ceb245d13fd6e12caf42edb44ef1b92a38d881','',535,535,'2013-10-22 00:00:00',5944,'2013-10-22 02:55:17'),(6055,18,'[$]NO MALARIA PARASITES SEEN[/$],,,d6ceb245d13fd6e12caf42edb44ef1b92a38d881','',535,0,'2013-10-22 00:00:00',5944,NULL),(6056,222,'3.9,5.26,14.2,41.7,79.3,27.0,34.1,197,50.6,7.5,41.9,2.0,0.3,1.6,13.9,9.3,,c81239869aa5277514eba953e42df045059f3871','',535,535,'2013-10-22 00:00:00',5945,'2013-10-22 02:57:41'),(6057,19,'NEGATIVE,,c81239869aa5277514eba953e42df045059f3871','',535,535,'2013-10-22 00:00:00',5945,'2013-10-22 02:57:41'),(6058,18,'[$]NO MALARIA PARASITES SEEN\n[/$],,,c81239869aa5277514eba953e42df045059f3871','',535,0,'2013-10-22 00:00:00',5945,NULL),(6059,222,'','',530,0,'2013-10-21 21:42:24',5946,NULL),(6060,19,'NEGATIVE,,7af25b912c44c52661366ab8f31ebab658cf672e','',504,0,'2013-10-22 00:00:00',5946,NULL),(6061,18,'[$]NO MALARIA PARASITES SEEN[/$],,,7af25b912c44c52661366ab8f31ebab658cf672e','',504,0,'2013-10-22 00:00:00',5946,NULL),(6062,35,'','',530,0,'2013-10-21 21:42:25',5948,NULL),(6063,209,'','',530,0,'2013-10-21 21:42:25',5948,NULL),(6064,222,'4.4,3.59,11.3,31.9,88.9,31.5,35.4,208,23.3,12.6,64.1,1.0,0.6,2.8,13.8,10.1,,078ae2558c1d100160656e24126e2f70e1dc7785','',535,535,'2013-10-22 00:00:00',5949,'2013-10-22 03:08:42'),(6065,35,'HAZY,STRAW,8.0,1.005,POSITIVE +,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,078ae2558c1d100160656e24126e2f70e1dc7785','',535,535,'2013-10-22 00:00:00',5951,'2013-10-22 03:40:25'),(6066,209,'##[$]10[/$],##[$]0[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],[$]3[/$],,078ae2558c1d100160656e24126e2f70e1dc7785','',535,0,'2013-10-22 00:00:00',5951,NULL),(6067,222,'7.0,4.43,12.1,36.7,82.8,27.3,33.0,221,23.0,2.2,74.8,1.6,0.2,5.2,13.1,9.8,,53883fef0868c185e6de3c316c4ef77867f129ca','',535,0,'2013-10-22 00:00:00',5952,NULL),(6068,18,'[$]NO MALARIA PARASITES SEEN[/$],,,53883fef0868c185e6de3c316c4ef77867f129ca','',535,0,'2013-10-22 00:00:00',5952,NULL),(6069,38,'','',530,0,'2013-10-22 01:10:53',5954,NULL),(6070,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,present (++),present (+++),,53883fef0868c185e6de3c316c4ef77867f129ca','',535,0,'2013-10-22 00:00:00',5954,NULL),(6071,107,'180,1160,,53883fef0868c185e6de3c316c4ef77867f129ca','',535,535,'2013-10-22 00:00:00',5955,'2013-10-22 03:37:34'),(6072,57,'','',530,0,'2013-10-22 05:43:00',5956,NULL),(6073,133,'','',530,0,'2013-10-22 05:43:00',5956,NULL),(6074,132,'','',530,0,'2013-10-22 05:43:00',5956,NULL),(6075,56,'','',530,0,'2013-10-22 05:43:00',5956,NULL),(6076,222,'5.0,4.85,13.9,41.1,84.7,28.7,33.8,310,37.7,10.3,52.0,1.9,0.5,2.6,13.0,8.9,,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',543,0,'2013-10-22 00:00:00',5958,NULL),(6077,35,'HAZY,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',543,504,'2013-10-22 00:00:00',5961,'2013-10-22 16:18:28'),(6078,209,'','',530,0,'2013-10-22 05:43:00',5961,NULL),(6079,36,'No Bacteria Growth,##,##,,6acbd3cfd8a11943332d86718bf452a8e8c7a984','',534,0,'2013-10-23 00:00:00',5962,NULL),(6080,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,CALCIUM OXALATE (++),NO,,,,,,,,,,,,,,,,,,,,,,,,,,T SEEN,NOT SEEN,6ac','',534,0,'2013-10-23 00:00:00',5962,NULL),(6081,209,'','',530,0,'2013-10-22 05:46:16',5962,NULL),(6082,57,'','',530,0,'2013-10-22 06:31:29',5963,NULL),(6083,133,'','',530,0,'2013-10-22 06:31:29',5963,NULL),(6084,56,'','',530,0,'2013-10-22 06:31:29',5963,NULL),(6085,222,'','',530,0,'2013-10-22 07:11:02',5964,NULL),(6086,18,'[$]NO MALARIA PARASITES SEEN[/$],,,f65ad4768f55a614961698d17634984f552eca8b','',504,0,'2013-10-22 00:00:00',5964,NULL),(6087,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,f65ad4768f55a614961698d17634984f552eca8b','',504,504,'2013-10-22 00:00:00',5966,'2013-10-22 16:18:28'),(6088,209,'','',530,0,'2013-10-22 07:11:03',5966,NULL),(6089,107,'1#20,1#20,f65ad4768f55a614961698d17634984f552eca8b','',504,504,'2013-10-22 00:00:00',5969,'2013-10-22 16:22:59'),(6090,222,'','',530,0,'2013-10-22 07:14:55',5970,NULL),(6091,222,'','',530,0,'2013-10-22 07:18:46',5971,NULL),(6092,107,'1#20,1#20,78d37e35b8aa605d63e1df2552d581d3466be212','',555,504,'2013-10-22 00:00:00',5973,'2013-10-22 16:22:59'),(6093,38,'[$][/$],##,##,,78d37e35b8aa605d63e1df2552d581d3466be212','',555,0,'2013-10-22 00:00:00',5976,NULL),(6094,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,78d37e35b8aa605d63e1df2552d581d3466be212','',555,0,'2013-10-22 00:00:00',5976,NULL),(6095,222,'','',531,0,'2013-10-22 07:37:35',5977,NULL),(6096,25,'NO DEFECT,,44582a7ea087cb313f28d2894a4092aecda031e8','',555,0,'2013-10-23 00:00:00',5977,NULL),(6097,18,'[$]NO MALARIA PARASITES SEEN[/$],,,44582a7ea087cb313f28d2894a4092aecda031e8','',555,0,'2013-10-23 00:00:00',5977,NULL),(6098,113,'NEGATIVE,,,44582a7ea087cb313f28d2894a4092aecda031e8','',555,0,'2013-10-23 00:00:00',5979,NULL),(6099,27,'NON-REACTIVE,-,NEGATIVE,,44582a7ea087cb313f28d2894a4092aecda031e8','',555,0,'2013-10-23 00:00:00',5979,NULL),(6100,108,'NON - REACTIVE,44582a7ea087cb313f28d2894a4092aecda031e8','',555,0,'2013-10-23 00:00:00',5979,NULL),(6101,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,14,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,44582a7ea087cb313f28d289','',555,0,'2013-10-23 00:00:00',5982,NULL),(6102,209,'','',531,0,'2013-10-22 07:37:36',5982,NULL),(6103,209,'##[$]1/1[/$],##[$]0/1[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],[$]1/1[/$],,20437becb00a584b5bb7cb00f78290ff21a0dbce','',535,0,'2013-10-22 00:00:00',5983,NULL),(6104,222,'','',531,0,'2013-10-22 07:54:22',5984,NULL),(6105,18,'[$]NO MALARIA PARASITE SEEN[/$],,,25fdb0c874bd13c20b5c943b52505bf716a6aa59','',504,0,'2013-10-22 00:00:00',5984,NULL),(6106,27,'NON-REACTIVE,-,NEGATIVE,,25fdb0c874bd13c20b5c943b52505bf716a6aa59','',504,504,'2013-10-22 00:00:00',5986,'2013-10-22 16:21:39'),(6107,128,'','',531,0,'2013-10-22 07:54:22',5986,NULL),(6108,107,'1#20,1#20,25fdb0c874bd13c20b5c943b52505bf716a6aa59','',504,504,'2013-10-22 00:00:00',5986,'2013-10-22 16:22:59'),(6109,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,25fdb0c874bd13c20b5c943b52505bf716a6aa59','',504,504,'2013-10-22 00:00:00',5989,'2013-10-22 16:18:28'),(6110,209,'[$][/$],,25fdb0c874bd13c20b5c943b52505bf716a6aa59','',504,0,'2013-10-22 00:00:00',5989,NULL),(6111,68,'','',531,0,'2013-10-22 08:02:53',5990,NULL),(6112,222,'','',531,0,'2013-10-22 08:02:53',5990,NULL),(6113,57,'','',531,0,'2013-10-22 08:02:53',5992,NULL),(6114,133,'','',531,0,'2013-10-22 08:02:53',5992,NULL),(6115,131,'','',531,0,'2013-10-22 08:02:53',5992,NULL),(6116,132,'','',531,0,'2013-10-22 08:02:53',5992,NULL),(6117,56,'','',531,0,'2013-10-22 08:02:53',5992,NULL),(6118,68,'','',531,0,'2013-10-22 08:07:18',5993,NULL),(6119,9,'','',531,0,'2013-10-22 08:15:11',5994,NULL),(6120,57,'','',531,0,'2013-10-22 08:15:11',5996,NULL),(6121,133,'','',531,0,'2013-10-22 08:15:11',5996,NULL),(6122,132,'','',531,0,'2013-10-22 08:15:11',5996,NULL),(6123,56,'','',531,0,'2013-10-22 08:15:11',5996,NULL),(6124,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,,,,,,,,,,b443ae8c6c33ca6ad5c96b1a963f64d9b5a2daa8','',504,504,'2013-10-22 00:00:00',5999,'2013-10-22 16:18:28'),(6125,209,'','',531,0,'2013-10-22 08:15:11',5999,NULL),(6126,68,'9.4,-,-,,06da22cfd545ff1c014bd123b1eaeb4e005550e4','',504,0,'2013-10-22 00:00:00',6000,NULL),(6127,68,'','',531,0,'2013-10-22 08:22:33',6001,NULL),(6128,68,'','',531,0,'2013-10-22 08:29:22',6002,NULL),(6129,77,'','',531,0,'2013-10-22 08:29:22',6002,NULL),(6130,9,'','',531,0,'2013-10-22 08:34:21',6003,NULL),(6131,18,'[$]NO MALARIA PARASITES SEEN[/$],,,768004ac2e593bdb0d3141b3f4bd787eeaf9806b','',504,0,'2013-10-22 00:00:00',6003,NULL),(6132,112,'POSITIVE,,355528ac77a4f42acbb8e81ff809ac15ec66d374','',504,0,'2013-10-22 00:00:00',6004,NULL),(6133,131,'','',531,0,'2013-10-22 08:37:13',6004,NULL),(6134,68,'','',531,0,'2013-10-22 08:39:52',6005,NULL),(6135,22,'5.1,8e9b454582284ac0483d5dac351515f36c6eb5ea','',504,0,'2013-10-22 00:00:00',6006,NULL),(6136,9,'','',531,0,'2013-10-22 08:46:54',6006,NULL),(6137,57,'','',531,0,'2013-10-22 08:46:55',6008,NULL),(6138,131,'','',531,0,'2013-10-22 08:46:55',6008,NULL),(6139,132,'','',531,0,'2013-10-22 08:46:55',6008,NULL),(6140,56,'','',531,0,'2013-10-22 08:46:55',6008,NULL),(6141,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,8e9b454582284ac0483d5dac351515f36c6eb5ea','',504,504,'2013-10-22 00:00:00',6011,'2013-10-22 16:18:28'),(6142,209,'','',531,0,'2013-10-22 08:46:55',6011,NULL),(6143,226,'','',531,0,'2013-10-22 08:46:55',6015,NULL),(6144,132,'','',531,0,'2013-10-22 08:50:54',6016,NULL),(6145,68,'','',531,0,'2013-10-22 08:50:54',6018,NULL),(6146,57,'','',531,0,'2013-10-22 08:55:14',6019,NULL),(6147,133,'','',531,0,'2013-10-22 08:55:14',6019,NULL),(6148,132,'','',531,0,'2013-10-22 08:55:14',6019,NULL),(6149,56,'','',531,0,'2013-10-22 08:55:14',6019,NULL),(6150,68,'','',531,0,'2013-10-22 08:55:15',6021,NULL),(6151,9,'','',531,0,'2013-10-22 08:55:15',6024,NULL),(6152,68,'','',531,0,'2013-10-22 08:59:16',6025,NULL),(6153,9,'','',531,0,'2013-10-22 09:04:30',6026,NULL),(6154,16,'','',531,0,'2013-10-22 09:04:30',6028,NULL),(6155,14,'POSITIVE,9de8c58315993d920e7547413a4215a28d6b3000','',555,0,'2013-10-23 00:00:00',6031,NULL),(6156,9,'','',531,0,'2013-10-22 09:07:41',6032,NULL),(6157,128,'','',531,0,'2013-10-22 09:07:41',6034,NULL),(6158,9,'','',531,0,'2013-10-22 09:10:44',6035,NULL),(6159,19,'NEGATIVE,,f96adf662fb2c9f6f8f9fb0ab32a7f149841808b','',555,0,'2013-10-22 00:00:00',6035,NULL),(6160,18,'[$]NO MALARIA PARASITES SEEN[/$],,,f96adf662fb2c9f6f8f9fb0ab32a7f149841808b','',555,0,'2013-10-22 00:00:00',6035,NULL),(6161,9,'','',531,0,'2013-10-22 09:18:50',6036,NULL),(6162,57,'','',531,0,'2013-10-22 09:18:50',6038,NULL),(6163,133,'','',531,0,'2013-10-22 09:18:50',6038,NULL),(6164,132,'','',531,0,'2013-10-22 09:18:50',6038,NULL),(6165,56,'','',531,0,'2013-10-22 09:18:50',6038,NULL),(6166,68,'','',531,0,'2013-10-22 09:18:51',6041,NULL),(6167,22,'10,,7e7a13e7d56b22e3c637b8b9e0581afa569c68a3','',555,0,'2013-10-22 00:00:00',6042,NULL),(6168,9,'','',531,0,'2013-10-22 09:23:53',6042,NULL),(6169,57,'','',531,0,'2013-10-22 09:23:53',6044,NULL),(6170,133,'','',531,0,'2013-10-22 09:23:53',6044,NULL),(6171,131,'','',531,0,'2013-10-22 09:23:53',6044,NULL),(6172,132,'','',531,0,'2013-10-22 09:23:53',6044,NULL),(6173,3,'1.9,##1.4,##1.6,##,,##,,,7e7a13e7d56b22e3c637b8b9e0581afa569c68a3','',504,0,'2013-10-22 00:00:00',6044,NULL),(6174,56,'','',531,0,'2013-10-22 09:23:53',6044,NULL),(6175,65,'','',531,0,'2013-10-22 09:23:53',6044,NULL),(6176,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,7e7a13e7d56b22e3c637b8b9e0581afa569c68a3','',504,504,'2013-10-22 00:00:00',6047,'2013-10-22 16:18:28'),(6177,209,'','',531,0,'2013-10-22 09:23:54',6047,NULL),(6178,21,'O,POSITIVE,5eeeea5aa4d7f2ab3a30c786590083867342bad8','',504,0,'2013-10-22 00:00:00',6048,NULL),(6179,112,'NEGATIVE,,5eeeea5aa4d7f2ab3a30c786590083867342bad8','',504,535,'2013-10-22 00:00:00',6050,'2013-10-22 22:45:33'),(6180,27,'NONREACTIVE,,NEGATIVE,,5eeeea5aa4d7f2ab3a30c786590083867342bad8','',535,535,'2013-10-22 00:00:00',6050,'2013-10-22 22:45:33'),(6181,209,'##[$]3/1[/$],##[$]0/1[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],##[$]NOT SEEN[/$],[$]6/1[/$],,ec87cea92c1b36d5631d8c019d34493397c22431','',504,0,'2013-10-22 00:00:00',6051,NULL),(6182,9,'','',531,0,'2013-10-22 09:31:14',6052,NULL),(6183,19,'NEGATIVE,,02c650f9e38b6c15488ec389275a9cafa56ef025','',555,0,'2013-10-22 00:00:00',6052,NULL),(6184,18,'[$]NO MALARIA PARASITES SEEN[/$],,,02c650f9e38b6c15488ec389275a9cafa56ef025','',555,0,'2013-10-22 00:00:00',6052,NULL),(6185,9,'','',531,0,'2013-10-22 09:34:31',6053,NULL),(6186,68,'5.2,-,-,,c5153716a0791b03861d9cd6a3b81dff764b6670','',504,0,'2013-10-22 00:00:00',6055,NULL),(6187,9,'','',531,0,'2013-10-22 09:39:44',6056,NULL),(6188,71,'NEGATIVE,,a2bbccd042464760dd7aca24b4543ba6c8615489','',504,0,'2013-10-22 00:00:00',6058,NULL),(6189,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a2bbccd042464760dd7aca24b4543ba6c8615489','',504,504,'2013-10-22 00:00:00',6058,'2013-10-22 16:18:28'),(6190,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,,a0066a391feb63e007aeed989e15d1ce780238ba','',537,0,'2013-10-25 00:00:00',6059,NULL),(6191,9,'','',531,0,'2013-10-22 09:46:16',6060,NULL),(6192,19,'NEGATIVE,,cb812b277719fe9904822de7fe1033d0220279b9','',555,0,'2013-10-22 00:00:00',6060,NULL),(6193,128,'','',531,0,'2013-10-22 09:46:16',6062,NULL),(6194,9,'','',531,0,'2013-10-22 09:50:45',6063,NULL),(6195,25,'NO DEFECT,,86aaa01abcb307ca1020f62739ceb2d2abd5b6dc','',534,0,'2013-10-23 00:00:00',6063,NULL),(6196,18,'[$]NO MALARIA PARASITES SEEN [/$],-,86aaa01abcb307ca1020f62739ceb2d2abd5b6dc','',534,0,'2013-10-25 00:00:00',6063,NULL),(6197,112,'NEGATIVE,,86aaa01abcb307ca1020f62739ceb2d2abd5b6dc','',534,0,'2013-10-23 00:00:00',6065,NULL),(6198,27,'NON-REACTIVE,-,NEGATIVE,,86aaa01abcb307ca1020f62739ceb2d2abd5b6dc','',555,0,'2013-10-23 00:00:00',6065,NULL),(6199,108,'NON - REACTIVE,86aaa01abcb307ca1020f62739ceb2d2abd5b6dc','',534,0,'2013-10-23 00:00:00',6065,NULL),(6200,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,>30,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,86aaa01abcb307ca1020f62','',534,0,'2013-10-23 00:00:00',6068,NULL),(6201,22,'30,,2118a08d14c5990a2fe76967cbb82c6dc590716e','',543,0,'2013-10-22 00:00:00',6069,NULL),(6202,9,'','',531,0,'2013-10-22 10:01:22',6069,NULL),(6203,19,'NEGATIVE,,2118a08d14c5990a2fe76967cbb82c6dc590716e','',543,0,'2013-10-22 00:00:00',6069,NULL),(6204,18,'[$]NO MALARIA PARASITES SEEN[/$],,,2118a08d14c5990a2fe76967cbb82c6dc590716e','',543,0,'2013-10-22 00:00:00',6069,NULL),(6205,35,'HAZY,LIGHT AMBER,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,2118a08d14c5990a2fe76967cbb82c6dc590716e','',543,504,'2013-10-22 00:00:00',6071,'2013-10-22 16:18:28'),(6206,4,'2.42,0ea9b47727e8cbc73fd996a0907083947fa8c90b','',504,0,'2013-10-22 00:00:00',6072,NULL),(6207,5,'11.25,0ea9b47727e8cbc73fd996a0907083947fa8c90b','',504,0,'2013-10-22 00:00:00',6072,NULL),(6208,12,'32,0ea9b47727e8cbc73fd996a0907083947fa8c90b','',543,0,'2013-10-22 00:00:00',6074,NULL),(6209,11,'14,[$]14[/$],[$]1.0[/$],##1.00,,0ea9b47727e8cbc73fd996a0907083947fa8c90b','',543,0,'2013-10-22 00:00:00',6074,NULL),(6210,9,'','',531,0,'2013-10-22 10:50:56',6075,NULL),(6211,28,'NEGATIVE,[$]AA[/$],,5e0856b94b9b4f48f6a9b5efd14c2657d4e3298f','',534,0,'2013-10-26 07:00:00',6075,NULL),(6212,18,'[$]NO MALARIA PARASITE SEEN[/$],,,5e0856b94b9b4f48f6a9b5efd14c2657d4e3298f','',504,0,'2013-10-22 00:00:00',6075,NULL),(6213,9,'','',531,0,'2013-10-22 11:01:03',6076,NULL),(6214,35,'HAZY,LIGHT AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a7a2fe99d1bdaaf32a7714a723d002f47e97530e','',543,504,'2013-10-22 00:00:00',6078,'2013-10-22 16:18:28'),(6215,9,'','',531,0,'2013-10-22 11:11:06',6079,NULL),(6216,19,'NEGATIVE,,5c091d5adac709641b3f6365f24c1b81946a5860','',504,0,'2013-10-22 00:00:00',6079,NULL),(6217,18,'[$]NO MALARIA PARASITES SEEN[/$],,,5c091d5adac709641b3f6365f24c1b81946a5860','',504,0,'2013-10-22 00:00:00',6079,NULL),(6218,9,'','',531,0,'2013-10-22 11:19:11',6080,NULL),(6219,108,'NON - REACTIVE,f0e33f48bf3e269a3ac611ac9ce7296b4719da56','',504,0,'2013-10-22 00:00:00',6082,NULL),(6220,70,',,f0e33f48bf3e269a3ac611ac9ce7296b4719da56','',504,0,'2013-10-22 00:00:00',6085,NULL),(6221,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,f0e33f48bf3e269a3ac611ac9ce7296b4719da56','COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.015',553,504,'2013-10-22 15:26:30',6089,'2013-10-22 16:18:28'),(6222,9,'','',531,0,'2013-10-22 11:27:15',6090,NULL),(6223,19,'NEGATIVE,,5fa0b8d1b4f823f2cbf5a304a8d0d4f4129bfc0d','',543,0,'2013-10-22 00:00:00',6090,NULL),(6224,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,5fa0b8d1b4f823f2cbf5a304a8d0d4f4129bfc0d','',543,504,'2013-10-22 00:00:00',6092,'2013-10-22 16:18:28'),(6225,9,'','',531,0,'2013-10-22 11:32:32',6093,NULL),(6226,19,'NEGATIVE,,dc5424cf4a8ed8ff1a1fc7c0fd3312f2eab65c99','',543,0,'2013-10-22 00:00:00',6093,NULL),(6227,18,'[$]NO MALARIA PARASITE SEEN[/$],,,dc5424cf4a8ed8ff1a1fc7c0fd3312f2eab65c99','',543,0,'2013-10-22 00:00:00',6093,NULL),(6228,57,'','',531,0,'2013-10-22 11:32:32',6095,NULL),(6229,132,'','',531,0,'2013-10-22 11:32:32',6095,NULL),(6230,56,'','',531,0,'2013-10-22 11:32:32',6095,NULL),(6231,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,dc5424cf4a8ed8ff1a1fc7c0fd3312f2eab65c99','',543,504,'2013-10-22 00:00:00',6098,'2013-10-22 16:18:28'),(6232,14,'NEGATIVE,cb4747e824ef9f6cd53ceb1561b758566a1a2b6b','',550,0,'2013-11-15 08:00:00',6099,NULL),(6233,16,'NEGATIVE,cb4747e824ef9f6cd53ceb1561b758566a1a2b6b','',534,0,'2013-10-23 00:00:00',6101,NULL),(6234,9,'','',531,0,'2013-10-22 11:40:45',6102,NULL),(6235,19,'NEGATIVE,,c9a154c6b5337f58b7d731e4d9986609515a552a','',504,0,'2013-10-22 00:00:00',6102,NULL),(6236,18,'[$]NO MALARIA PARASITES SEEN[/$],,,c9a154c6b5337f58b7d731e4d9986609515a552a','',504,0,'2013-10-22 00:00:00',6102,NULL),(6237,35,'CLEAR,LIGHT AMBER,8.0,1.005,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,c9a154c6b5337f58b7d731e4d9986609515a552a','',504,504,'2013-10-22 00:00:00',6104,'2013-10-22 16:18:28'),(6238,9,'','',531,0,'2013-10-22 11:49:17',6105,NULL),(6239,82,'','',531,0,'2013-10-22 11:49:17',6107,NULL),(6240,70,'','',531,0,'2013-10-22 11:49:17',6107,NULL),(6241,35,'CLEAR,LIGHT AMBER,5.0,1.020,POSITIVE (+),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,dbb7d29c453d9786c488824566a6656316ed5703','',504,504,'2013-10-22 00:00:00',6110,'2013-10-22 16:18:28'),(6242,27,'NON-REACTIVE,-,NEGATIVE,,dbb7d29c453d9786c488824566a6656316ed5703','',555,0,'2013-10-23 00:00:00',6114,NULL),(6243,9,'','',531,0,'2013-10-22 11:53:13',6115,NULL),(6244,19,'NEGATIVE,,a61c0589ad14bbe022fa2b1772487ec2d49f6f42','',504,0,'2013-10-22 00:00:00',6115,NULL),(6245,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a61c0589ad14bbe022fa2b1772487ec2d49f6f42','',504,504,'2013-10-22 00:00:00',6117,'2013-10-22 16:18:28'),(6246,9,'','',531,0,'2013-10-22 11:57:21',6118,NULL),(6247,44,'NO FUNGAL ELEMENTS SEEN,,77d4979d8239018e5c5660b5ecf62a3be9c01fb4','',553,0,'2013-10-24 16:28:26',6120,NULL),(6248,9,'','',531,0,'2013-10-22 11:59:50',6121,NULL),(6249,9,'','',531,0,'2013-10-22 12:02:58',6122,NULL),(6250,18,'[$]NO MALARIA PARASITES SEEN[/$],,,c2143b876d20e78bee5ce1194964b5cd8d6e3e1d','',504,0,'2013-10-22 00:00:00',6122,NULL),(6251,22,'26,,259efd12ae426b3dc9a9ef4bc103658266469d29','',553,0,'2013-10-22 15:05:23',6123,NULL),(6252,9,',,,,,,,,,,,,,,259efd12ae426b3dc9a9ef4bc103658266469d29','',553,0,'2013-10-22 15:05:23',6123,NULL),(6253,108,'NON - REACTIVE,,259efd12ae426b3dc9a9ef4bc103658266469d29','',553,0,'2013-10-22 15:05:56',6125,NULL),(6254,107,'1#20,1#20,259efd12ae426b3dc9a9ef4bc103658266469d29','',553,504,'2013-10-22 15:05:56',6125,'2013-10-22 16:22:59'),(6255,70,',,259efd12ae426b3dc9a9ef4bc103658266469d29','',553,0,'2013-10-22 15:06:45',6128,NULL),(6256,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,259efd12ae426b3dc9a9ef4bc103658266469d29','pH:6.0, SPECIFIC GRAVITY:1.020, GLUCOSE:POSITIVE ++',553,504,'2013-10-22 15:10:46',6132,'2013-10-22 16:18:28'),(6257,9,',,,,,,,,,,,,,,bcca6dfd515a04f05cbc77fd408304dd988be5b7','',553,0,'2013-10-22 15:11:45',6133,NULL),(6258,18,'[$]NO MALARIA PARASITE SEEN[/$],,,bcca6dfd515a04f05cbc77fd408304dd988be5b7','',553,0,'2013-10-22 15:11:45',6133,NULL),(6259,35,'CLEAR,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,bcca6dfd515a04f05cbc77fd408304dd988be5b7','COLOUR:LIGHT AMBER, pH:7.0, SPECIFIC GRAVITY:1.020',553,504,'2013-10-22 15:13:26',6135,'2013-10-22 16:18:28'),(6260,9,',,,,,,,,,,,,,,ece22c82b1906fa3752aa36099ba24883910057b','',553,0,'2013-10-22 15:02:31',6136,NULL),(6261,19,'NEGATIVE,,ece22c82b1906fa3752aa36099ba24883910057b','',553,0,'2013-10-22 15:02:31',6136,NULL),(6262,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,ece22c82b1906fa3752aa36099ba24883910057b','COLOUR:LIGHT AMBER, SPECIFIC GRAVITY:1.030, KETONES:POSITIVE +++',553,504,'2013-10-22 15:04:20',6138,'2013-10-22 16:18:29'),(6263,9,'','',531,0,'2013-10-22 12:25:58',6139,NULL),(6264,27,'NON-REACTIVE,-,NEGATIVE,,e8355423bd6c6080b895bc643e2660e9c1172ba4','',555,0,'2013-10-23 00:00:00',6141,NULL),(6265,128,'','',531,0,'2013-10-22 12:25:58',6141,NULL),(6266,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,e8355423bd6c6080b895bc64',', ',555,0,'2013-10-23 00:00:00',6144,NULL),(6267,36,'','',531,0,'2013-10-22 12:29:00',6145,NULL),(6268,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,141c8bafe5e39c0bab99d1ae8201fb4bae4a6425','',553,504,'2013-10-22 00:00:00',6145,'2013-10-22 16:18:29'),(6269,35,'HAZY,LIGHT AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a7a2fe99d1bdaaf32a7714a723d002f47e97530e','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.010',504,504,'2013-10-22 13:34:21',6146,'2013-10-22 16:18:29'),(6270,9,'','',531,0,'2013-10-22 12:34:25',6147,NULL),(6271,57,'','',531,0,'2013-10-22 12:34:25',6149,NULL),(6272,133,'','',531,0,'2013-10-22 12:34:25',6149,NULL),(6273,132,'','',531,0,'2013-10-22 12:34:25',6149,NULL),(6274,56,'','',531,0,'2013-10-22 12:34:25',6149,NULL),(6275,35,'HAZY,LIGHT AMBER,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d3c07e22ef0c769c589d3620322d1047e42247a0',', ',555,0,'2013-10-23 00:00:00',6152,NULL),(6276,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+++),,077487c7ac4caae4529209c29c4424053885fa8f','CONSISTENCY:LOOSE, CONTENT:, WBC:present +++',553,0,'2013-10-22 15:09:08',6153,NULL),(6277,97,'SALIVA,NEGATIVE,SALIVA,NEGATIVE,,b056df334f67e89820c2e45c5b727431cda7c357','',550,0,'2013-10-24 00:00:00',6154,NULL),(6278,9,',,,,,,,,,,,,,,791d48834a38ceb24f6dd20eea34d827c62b3171','',553,0,'2013-10-22 15:39:03',6155,NULL),(6279,19,'POSITIVE,,791d48834a38ceb24f6dd20eea34d827c62b3171','MALARIA ANTIGEN:POSITIVE',553,0,'2013-10-22 15:39:03',6155,NULL),(6280,18,'[$][/$],,,791d48834a38ceb24f6dd20eea34d827c62b3171','MALARIA ANTIGEN:POSITI',553,504,'2013-10-22 15:39:03',6155,'2013-10-22 16:20:43'),(6281,107,'1#20,1#20,791d48834a38ceb24f6dd20eea34d827c62b3171','',553,504,'2013-10-22 15:48:42',6157,'2013-10-22 16:22:59'),(6282,35,'HAZY,LIGHT AMBER,7.0,1.020,TRACE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,791d48834a38ceb24f6dd20eea34d827c62b3171','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:7.0, SPECIFIC GRAVITY:1.020, PROTEIN:TRACE, KETONES:POSITIVE ++',553,504,'2013-10-22 15:48:22',6160,'2013-10-22 16:18:29'),(6283,9,'','',531,0,'2013-10-22 12:46:37',6161,NULL),(6284,22,'20,,5b83059c4d907d75cf784f3acba4d7e35239c32f','',504,0,'2013-10-23 09:39:00',6162,NULL),(6285,9,',,,,,,,,,,,,,,5b83059c4d907d75cf784f3acba4d7e35239c32f','',504,0,'2013-10-23 09:39:01',6162,NULL),(6286,9,'','',531,0,'2013-10-22 12:51:22',6163,NULL),(6287,18,'[$]NO MALARIA PARASITES SEEN[/$],,,91a542fa449bbadc5f11efa7d080194ee388a034','',536,0,'2013-10-22 00:00:00',6163,NULL),(6288,9,'','',531,0,'2013-10-22 12:54:19',6164,NULL),(6289,71,'NEGATIVE,,b6972ec127dea8f627a89f38846d90f49afcc0b9','',553,0,'2013-10-22 15:28:04',6166,NULL),(6290,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,b6972ec127dea8f627a89f38846d90f49afcc0b9','CLARITY:HAZY, SPECIFIC GRAVITY:1.030',553,504,'2013-10-22 15:28:04',6166,'2013-10-22 16:18:29'),(6291,209,'','',531,0,'2013-10-22 13:01:39',6167,NULL),(6292,9,'','',531,0,'2013-10-22 13:04:12',6168,NULL),(6293,223,'','',531,0,'2013-10-22 13:04:12',6168,NULL),(6294,9,'','',531,0,'2013-10-22 13:06:56',6169,NULL),(6295,223,'','',531,0,'2013-10-22 13:06:56',6169,NULL),(6296,28,'NEGATIVE,[$]AA[/$],,43017ce7fe77a079535ac904910c7c2ecaabf507','',534,0,'2013-10-24 10:54:11',6170,NULL),(6297,9,'','',531,0,'2013-10-22 13:16:53',6171,NULL),(6298,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,37e7fd1ab5164b960f06aaba8a90eebb27874f47','pH:6.0, SPECIFIC GRAVITY:1.020',553,504,'2013-10-22 15:29:49',6173,'2013-10-22 16:18:29'),(6299,9,'','',531,0,'2013-10-22 13:23:07',6174,NULL),(6300,57,'','',531,0,'2013-10-22 13:28:42',6175,NULL),(6301,56,'','',531,0,'2013-10-22 13:28:42',6175,NULL),(6302,18,'[$]NO MALARIA PARASITES SEEN[/$],,,a61c0589ad14bbe022fa2b1772487ec2d49f6f42','',504,0,'2013-10-22 14:31:18',6176,NULL),(6303,9,'','',531,0,'2013-10-22 13:32:37',6177,NULL),(6304,19,'','',531,0,'2013-10-22 13:32:37',6177,NULL),(6305,35,'HAZY,LIGHT AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,a2b09330f1f3057e8b08412d25656a42c0bdffbe','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.010',504,504,'2013-10-22 14:40:22',6178,'2013-10-22 16:18:29'),(6306,9,'','',531,0,'2013-10-22 13:39:49',6179,NULL),(6307,19,'NEGATIVE,,e71be404d6a2d5f81b85d18ea8b6921c5b54b48b','',534,0,'2013-10-23 00:00:00',6179,NULL),(6308,68,'','',531,0,'2013-10-22 13:39:50',6181,NULL),(6309,107,'1/20,1/320,e71be404d6a2d5f81b85d18ea8b6921c5b54b48b','',534,0,'2013-10-23 00:00:00',6184,NULL),(6310,28,'NEGATIVE,[$]AC[/$],,6bd038644ab8852f73d0cd89cb30300c4cb0b243','',550,0,'2013-10-24 00:00:00',6185,NULL),(6311,9,'','',531,0,'2013-10-22 13:46:30',6186,NULL),(6312,9,'','',531,0,'2013-10-22 13:55:42',6187,NULL),(6313,37,'','',531,0,'2013-10-22 13:55:42',6189,NULL),(6314,199,'[$]COMMENSALS ONLY[/$],6b264369ff53ef3fa9d5d98324fef4bc27a3f0c9','',534,0,'2013-10-23 00:00:00',6190,NULL),(6315,22,'4,,b25772278e0b19d46d231d1ae9e4ba5376973782','',553,0,'2013-10-22 16:46:17',6191,NULL),(6316,9,',,,,,,,,,,,,,,b25772278e0b19d46d231d1ae9e4ba5376973782','',553,0,'2013-10-22 16:46:17',6191,NULL),(6317,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,[$,,,,,,,,,,,][/$],,N[/$],[$]NOT SEEN[/$],,b2577227','SPECIFIC GRAVITY:1.010',553,0,'2013-10-22 16:47:59',6193,NULL),(6318,108,'NON - REACTIVE,,b25772278e0b19d46d231d1ae9e4ba5376973782','',553,0,'2013-10-22 16:48:58',6196,NULL),(6319,107,'1/20,1/20,,b25772278e0b19d46d231d1ae9e4ba5376973782','',553,0,'2013-10-22 16:48:58',6196,NULL),(6320,70,',,b25772278e0b19d46d231d1ae9e4ba5376973782','',553,0,'2013-10-22 16:49:29',6200,NULL),(6321,9,'','',531,0,'2013-10-22 14:16:47',6201,NULL),(6322,36,'','',531,0,'2013-10-22 14:16:48',6203,NULL),(6323,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,,,,,,,,,,bd23a1f1fc42c82e0451e341ca16d9ca71b20282','',553,504,'2013-10-22 00:00:00',6203,'2013-10-22 16:18:29'),(6324,196,'66,1609,28,676,36,877,[$]0[/$],[$]4[/$],[$]2431[/$],[$]0.55[/$],bd23a1f1fc42c82e0451e341ca16d9ca71b20282','',534,0,'2013-11-05 08:00:00',6206,NULL),(6325,83,'##[$]500[/$],[$][/$],,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-22 00:00:00',6207,NULL),(6326,21,'B,POSITIVE,e9c6710a05c7580d015aabed75ded8a44a0baee3','',550,0,'2013-10-24 00:00:00',6208,NULL),(6327,9,'','',531,0,'2013-10-22 14:42:14',6208,NULL),(6328,28,'NEGATIVE,[$]AA[/$],,e9c6710a05c7580d015aabed75ded8a44a0baee3','',550,0,'2013-10-24 00:00:00',6208,NULL),(6329,19,'NEGATIVE,,e9c6710a05c7580d015aabed75ded8a44a0baee3','',550,0,'2013-10-24 00:00:00',6208,NULL),(6330,35,'HAZY,LIGHT AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e9c6710a05c7580d015aabed75ded8a44a0baee3','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, PROTEIN:TRACE, PUS CELLS:4, EPITHELIAL CELLS:8',553,0,'2013-10-24 16:27:15',6210,NULL),(6331,37,'','',531,0,'2013-10-22 14:42:18',6213,NULL),(6332,112,'NEGATIVE,,e9c6710a05c7580d015aabed75ded8a44a0baee3','',550,0,'2013-10-24 00:00:00',6217,NULL),(6333,117,'NEGATIVE,e9c6710a05c7580d015aabed75ded8a44a0baee3','',550,0,'2013-10-24 00:00:00',6217,NULL),(6334,70,',,e9c6710a05c7580d015aabed75ded8a44a0baee3','',550,0,'2013-10-24 00:00:00',6222,NULL),(6335,21,'A,POSITIVE,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6223,NULL),(6336,9,'','',531,0,'2013-10-22 14:57:38',6223,NULL),(6337,25,'NO DEFECT,,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6223,NULL),(6338,27,'NON-REACTIVE,-,NEGATIVE,,2860814533a7690c88ce53d06a268cb28b08b30c','',555,0,'2013-10-23 00:00:00',6223,NULL),(6339,20,'NEGATIVE,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6223,NULL),(6340,112,'NEGATIVE,,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6225,NULL),(6341,108,'NON - REACTIVE,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6225,NULL),(6342,71,'POSITIVE,,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6228,NULL),(6343,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,2860814533a7690c88ce53d06','',504,0,'2013-10-23 00:00:00',6228,NULL),(6344,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2860814533a7690c88ce53d06a268cb28b08b30c','',504,0,'2013-10-23 00:00:00',6232,NULL),(6345,83,'[$][/$],agad_adgad_egdged,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-22 00:00:00',6233,NULL),(6346,9,'','',531,0,'2013-10-22 15:11:34',6234,NULL),(6347,18,'[$]NO MALARIA PARASITES SEEN [/$],,,a9d3355dea6d2b83ce16614ecbdef879a210653e','',534,0,'2013-10-23 00:00:00',6234,NULL),(6348,9,'','',531,0,'2013-10-22 15:17:10',6235,NULL),(6349,18,'[$]NO MALARIA PARASITES SEEN[/$],,,592811d564106a338ae93aceff701e82ee39273b','',552,0,'2013-10-22 00:00:00',6235,NULL),(6350,107,'1/80,1/80,592811d564106a338ae93aceff701e82ee39273b','',552,0,'2013-10-22 00:00:00',6237,NULL),(6351,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,2,10,NOT SEEN,NOT SEEN,NOT SEEN,,,,592811d564106a338ae93aceff701e82ee39273b',', ',552,0,'2013-10-22 00:00:00',6240,NULL),(6352,9,'','',531,0,'2013-10-22 15:26:37',6241,NULL),(6353,18,'[$]NO MALARIA PARASITES SEEN[/$],,,35793cce9033560062dcdda70e2c44a1684c2c94','',553,0,'2013-10-22 00:00:00',6241,NULL),(6354,9,'','',531,0,'2013-10-22 15:34:38',6242,NULL),(6355,57,'','',531,0,'2013-10-22 15:34:41',6244,NULL),(6356,133,'','',531,0,'2013-10-22 15:34:41',6244,NULL),(6357,131,'','',531,0,'2013-10-22 15:34:41',6244,NULL),(6358,56,'','',531,0,'2013-10-22 15:34:41',6244,NULL),(6359,35,'','',531,0,'2013-10-22 15:34:41',6247,NULL),(6360,9,'','',531,0,'2013-10-22 15:38:48',6248,NULL),(6361,41,'[$]7:20[/$],[$]7:54[/$],[$]8:20[/$],COITUS INTERUPTUS,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]2.8 ML[/$],[$]8.0[/$],[$]5% SHOW ACTIVE LINEAR PROGRESSION[/$],[$]20% LIVE SPERM CELLS[/$],[$]200,000 CELLS/ML','',552,0,'2013-11-03 08:00:00',6249,NULL),(6362,9,'','',531,0,'2013-10-22 15:49:09',6250,NULL),(6363,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,2,URIC ACID (+++),NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,c42f214c5883cf3c7e2652ddb',', ',534,0,'2013-10-23 00:00:00',6252,NULL),(6364,4,'1.48,dceca469ccafebb64d371e1f55f5b78e93a7cf05','',534,0,'2013-10-23 00:00:00',6253,NULL),(6365,57,'','',531,0,'2013-10-22 16:22:47',6254,NULL),(6366,133,'','',531,0,'2013-10-22 16:22:47',6254,NULL),(6367,101,'2.2,c09f6a41536a8da1eb7b5f0f736127efbe734ab5','',534,0,'2013-10-28 08:00:00',6254,NULL),(6368,56,'','',531,0,'2013-10-22 16:22:47',6254,NULL),(6369,36,'No Bacteria Growth,##,##,,c09f6a41536a8da1eb7b5f0f736127efbe734ab5','',534,0,'2013-10-30 00:11:53',6256,NULL),(6370,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,,,,,,,c09f6a41536a8da1eb7b5f0f736127efbe734ab5','',536,534,'2013-10-22 00:00:00',6256,'2013-10-29 16:11:53'),(6371,9,'','',531,0,'2013-10-22 16:32:13',6257,NULL),(6372,19,'NEGATIVE,,435e5da36836e14ff8ec2a09c40646a229b64772','',536,0,'2013-10-22 00:00:00',6257,NULL),(6373,65,'','',531,0,'2013-10-22 16:37:02',6258,NULL),(6374,9,'','',531,0,'2013-10-22 16:38:04',6259,NULL),(6375,7,'','',531,0,'2013-10-22 16:55:46',6260,NULL),(6376,131,'','',531,0,'2013-10-22 16:55:46',6260,NULL),(6377,35,'CLEAR,LIGHT AMBER,5.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,10,,,,,,,V[/$],859b60edef8ad6f87988e60a1e97fba603','',504,0,'2013-10-22 00:00:00',6261,NULL),(6378,35,'CLEAR,STRAW,6.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,10,NOT SEEN,NOT SEEN,,,,,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-22 00:00:00',6262,NULL),(6379,9,'','',531,0,'2013-10-22 17:08:52',6263,NULL),(6380,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,da8de38fc18c945f09a1764da2693b8c31032f32','CONSISTENCY:LOOSE, CONTENT:, WBC:present +',504,0,'2013-10-25 10:48:05',6265,NULL),(6381,199,'[$]COMMENSALS ONLY[/$],da8de38fc18c945f09a1764da2693b8c31032f32','',534,0,'2013-10-23 00:00:00',6268,NULL),(6382,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,da8de38fc18c945f09a1764da2693b8c31032f32','',550,0,'2013-10-24 00:00:00',6268,NULL),(6383,9,'','',531,0,'2013-10-22 18:03:03',6269,NULL),(6384,16,'NEGATIVE,,ed90b66ef0943eefdba02638ab27bd2792ad98fc','',535,535,'2013-10-22 00:00:00',6270,'2013-10-22 21:23:41'),(6385,14,'','',531,0,'2013-10-22 18:06:04',6272,NULL),(6386,9,'','',531,0,'2013-10-22 18:12:42',6273,NULL),(6387,18,'[$]NO MALARIA PARASITES SEEN[/$],,,603b4979fc10d1bbcc0209f194d6b7681b3a1a11','',536,0,'2013-10-22 00:00:00',6273,NULL),(6388,21,'','',531,0,'2013-10-22 18:39:15',6274,NULL),(6389,224,'','',531,0,'2013-10-22 18:39:15',6274,NULL),(6390,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,7f86c8bff0930d7940b99257e3184568d5fbb2d1','',534,0,'2013-10-23 00:00:00',6275,NULL),(6391,68,'','',531,0,'2013-10-22 19:26:28',6276,NULL),(6392,9,'','',531,0,'2013-10-22 19:26:28',6276,NULL),(6393,18,'[$]NO MALARIA PARASITE SEEN[/$],,,bb827cbaf72e13c38eb172808bfc1429124fbcc5','',534,0,'2013-10-23 00:00:00',6276,NULL),(6394,57,'','',531,0,'2013-10-22 19:26:28',6278,NULL),(6395,133,'','',531,0,'2013-10-22 19:26:28',6278,NULL),(6396,131,'','',531,0,'2013-10-22 19:26:28',6278,NULL),(6397,56,'','',531,0,'2013-10-22 19:26:28',6278,NULL),(6398,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bb827cbaf72e13c38eb172808bfc1429124fbcc5','',534,0,'2013-10-23 00:00:00',6281,NULL),(6399,144,'','',531,0,'2013-10-22 19:26:29',6285,NULL),(6400,164,'','',531,0,'2013-10-22 19:26:29',6285,NULL),(6401,222,'5.9,4.66,10.5,31.2,67.0,22.5,33.7,272,34.7,9.3,56.0,2.0,0.5,3.4,18.2,7.6,,866648e833a6760957f4df9792647929003fdcb7','',535,0,'2013-10-22 00:00:00',6286,NULL),(6402,19,'NEGATIVE,,866648e833a6760957f4df9792647929003fdcb7','',535,0,'2013-10-22 00:00:00',6286,NULL),(6403,107,'120,140,,866648e833a6760957f4df9792647929003fdcb7','',535,535,'2013-10-22 00:00:00',6288,'2013-10-22 21:51:28'),(6404,222,'15.2,4.29,11.7,36.3,84.6,27.3,32.2,465,8.3,3.2,88.5,1.3,0.5,13.4,12.8,8.2,,fd2a79e5ed586e422ffc442b3921f650adb4e6d7','',535,0,'2013-10-22 00:00:00',6289,NULL),(6405,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,fd2a79e5ed586e422ffc442b3921f650a',', ',535,0,'2013-10-22 00:00:00',6291,NULL),(6406,222,'5.9,4.57,12.4,36.7,80.3,27.1,33.8,355,46.5,19.2,34.5,2.7,1.1,2.1,14.1,8.3,,7cc3ca61dfbbf72eeb2f6e99d4863f26614eb4f5','',535,535,'2013-10-22 00:00:00',6292,'2013-10-22 22:51:53'),(6407,19,'POSITIVE,,7cc3ca61dfbbf72eeb2f6e99d4863f26614eb4f5','',535,535,'2013-10-22 00:00:00',6292,'2013-10-22 22:51:53'),(6408,222,'7.5,5.01,11.3,35.2,70.3,22.6,32.1,270,47.5,7.9,44.6,3.6,0.6,3.3,16.2,11.4,,4cac161f4465a484d953814b20248abec8e3c060','',535,0,'2013-10-22 00:00:00',6293,NULL),(6409,19,'NEGATIVE,,4cac161f4465a484d953814b20248abec8e3c060','',535,0,'2013-10-22 00:00:00',6293,NULL),(6410,107,'1/20,1/40,4cac161f4465a484d953814b20248abec8e3c060','',535,0,'2013-10-22 00:00:00',6295,NULL),(6411,222,'19.7,4.00,11.8,34.2,85.5,29.5,34.5,417,22.5,10.7,66.8,4.4,2.1,13.2,12.2,8.4,,e5a218c571764d2667ba4161d7b701f0f4e2b29b','',535,535,'2013-10-22 00:00:00',6296,'2013-10-22 22:48:19'),(6412,19,'NEGATIVE,,e5a218c571764d2667ba4161d7b701f0f4e2b29b','',535,535,'2013-10-22 00:00:00',6296,'2013-10-22 22:48:19'),(6413,18,'[$]NO MALARIA PARASITES SEEN[/$],,,e5a218c571764d2667ba4161d7b701f0f4e2b29b','',535,0,'2013-10-22 00:00:00',6296,NULL),(6414,35,'','',558,0,'2013-10-22 20:32:05',6298,NULL),(6415,107,'1/20,1/20,,e5a218c571764d2667ba4161d7b701f0f4e2b29b','',535,0,'2013-10-22 22:47:07',6301,NULL),(6416,222,'6.8,5.06,15.4,42.8,84.6,30.4,36.0,199,35.6,13.2,51.2,2.4,0.9,3.5,13.7,10.6,,b80dbc352b9f222091e19b2471b4f9cd1469eece','',535,535,'2013-10-22 00:00:00',6302,'2013-10-22 23:08:09'),(6417,18,'[$]MALARIA PARASITE PRESENT (+)[/$],,,b80dbc352b9f222091e19b2471b4f9cd1469eece','',535,0,'2013-10-22 00:00:00',6302,NULL),(6418,199,'[$][/$],86257d20b5dab133be5e7fd30278822a2ed825fb','',550,0,'2013-10-24 00:00:00',6303,NULL),(6419,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,86257d20b5dab133be5e7fd30278822a2ed825fb','',550,0,'2013-10-24 00:00:00',6303,NULL),(6420,21,'A,POSITIVE,,ba3482a346cc26d2f4f5c36e6cff3fcb4e5d3eed','',504,504,'2013-10-22 00:00:00',6304,'2013-10-22 23:34:51'),(6421,222,'5.6,3.42,11.5,31.0,90.6,33.6,37.1,210,42.0,8.4,49.6,2.4,0.5,2.7,13.5,10.0,,ba3482a346cc26d2f4f5c36e6cff3fcb4e5d3eed','',504,504,'2013-10-22 00:00:00',6304,'2013-10-22 23:34:51'),(6422,222,'7.5,4.39,14.0,39.8,90.7,31.9,35.2,231,34.7,8.7,56.6,2.6,0.7,4.2,12.2,11.0,,a89318c48855eba052f2da88781a2ff9e816b967','',535,0,'2013-10-23 00:00:00',6305,NULL),(6423,18,'[$]NO MALARIA PARASITES SEEN[/$],,,a89318c48855eba052f2da88781a2ff9e816b967','',535,0,'2013-10-23 00:00:00',6305,NULL),(6424,37,'','',558,0,'2013-10-22 22:34:56',6307,NULL),(6425,107,'120,120,,a89318c48855eba052f2da88781a2ff9e816b967','',535,535,'2013-10-23 00:00:00',6310,'2013-10-23 00:18:42'),(6426,16,'NEGATIVE,,cc9f1d415763c4f0cbbf4ae785168047f8219a97','',535,535,'2013-10-23 00:00:00',6311,'2013-10-23 00:47:07'),(6427,14,'NEGATIVE,cc9f1d415763c4f0cbbf4ae785168047f8219a97','',557,0,'2013-10-24 00:00:00',6312,NULL),(6428,22,'7,,7bc51e4693634f0464748b216d36b44e17370da7','',535,535,'2013-10-23 00:00:00',6313,'2013-10-23 02:36:49'),(6429,222,'7.4,5.56,15.8,47.4,85.3,28.4,33.3,330,40.2,8.2,51.6,3.0,0.6,3.8,12.5,8.5,,7bc51e4693634f0464748b216d36b44e17370da7','',535,535,'2013-10-23 00:00:00',6313,'2013-10-23 02:36:49'),(6430,199,'[$][/$],7bc51e4693634f0464748b216d36b44e17370da7','',550,0,'2013-10-24 00:00:00',6315,NULL),(6431,97,'SALIVA,NEGATIVE,SALIVA,NEGATIVE,,7bc51e4693634f0464748b216d36b44e17370da7','',550,0,'2013-10-24 00:00:00',6315,NULL),(6432,27,'NONREACTIVE,,NEGATIVE,,7bc51e4693634f0464748b216d36b44e17370da7','',555,553,'2013-10-23 00:00:00',6318,'2013-10-23 22:04:46'),(6433,222,'8.4,5.14,11.1,35.8,69.6,21.6,31.0,386,42.0,6.8,51.2,3.5,0.6,4.3,15.7,7.6,,5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9','',535,0,'2013-10-23 00:00:00',6319,NULL),(6434,18,'[$]NO MALARIA PARASITES SEEN[/$],,,5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9','',535,0,'2013-10-23 00:00:00',6319,NULL),(6435,107,'120,120,,5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9','',535,535,'2013-10-23 03:46:04',6320,'2013-10-23 03:46:12'),(6436,222,'','',558,0,'2013-10-23 05:37:58',6321,NULL),(6437,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,4aab5e39392639b62a9c60b6','',534,0,'2013-10-23 00:00:00',6323,NULL),(6438,222,'','',558,0,'2013-10-23 06:05:24',6324,NULL),(6439,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,24bbcb9461a4f69fd574441',', ',504,0,'2013-10-23 00:00:00',6326,NULL),(6440,57,'','',558,0,'2013-10-23 06:05:24',6329,NULL),(6441,133,'','',558,0,'2013-10-23 06:05:24',6329,NULL),(6442,132,'','',558,0,'2013-10-23 06:05:24',6329,NULL),(6443,56,'','',558,0,'2013-10-23 06:05:24',6329,NULL),(6444,222,'5.1,5.63,13.2,39.7,70.5,23.4,33.2,238,41.2,8.4,50.4,2.1,0.4,2.6,14.7,10.2,,82898315687720afc10d16b9f593e0646e96ea53','',535,0,'2013-10-23 00:00:00',6330,NULL),(6445,19,'NEGATIVE,,82898315687720afc10d16b9f593e0646e96ea53','',555,0,'2013-10-23 00:00:00',6330,NULL),(6446,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,26,18,0,NOT SEEN,PRESENT (,,,,,,,,,,,,,,,,,,,,,,,,,,++),NOT SEEN,828983',', ',555,0,'2013-10-23 00:00:00',6332,NULL),(6447,57,'','',558,0,'2013-10-23 06:14:06',6335,NULL),(6448,133,'','',558,0,'2013-10-23 06:14:06',6335,NULL),(6449,132,'','',558,0,'2013-10-23 06:14:06',6335,NULL),(6450,56,'','',558,0,'2013-10-23 06:14:06',6335,NULL),(6451,68,'','',558,0,'2013-10-23 06:19:03',6336,NULL),(6452,222,'','',558,0,'2013-10-23 06:19:03',6336,NULL),(6453,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d0275fc08e931b9bf52cc130fca236a689a7512a','',504,0,'2013-10-23 00:00:00',6338,NULL),(6454,57,'','',558,0,'2013-10-23 06:19:03',6341,NULL),(6455,133,'','',558,0,'2013-10-23 06:19:03',6341,NULL),(6456,132,'','',558,0,'2013-10-23 06:19:03',6341,NULL),(6457,56,'','',558,0,'2013-10-23 06:19:03',6341,NULL),(6458,22,'14,8789c2ad2872c34c80c8e7d59e68ecb15cbaccc7','',534,0,'2013-10-23 00:00:00',6342,NULL),(6459,222,'7.3,4.49,15.3,44.6,99.3,34.1,34.3,189,18.0,7.7,74.3,1.3,0.6,5.4,12.2,9.9,,8789c2ad2872c34c80c8e7d59e68ecb15cbaccc7','',535,0,'2013-10-23 00:00:00',6342,NULL),(6460,222,'','',558,0,'2013-10-23 06:35:27',6343,NULL),(6461,18,'[$]NO MALARIA PARASITE SEEN[/$],,,394d2867bde60fe7a9daa37d8fd501adbce92bbf','',534,0,'2013-10-23 00:00:00',6343,NULL),(6462,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,394d2867bde60fe7a9daa37d8fd501adbce92bbf','',535,0,'2013-10-24 00:00:00',6345,NULL),(6463,130,'','',558,0,'2013-10-23 06:35:27',6348,NULL),(6464,131,'','',558,0,'2013-10-23 06:35:27',6348,NULL),(6465,132,'','',558,0,'2013-10-23 06:35:27',6348,NULL),(6466,107,'1/20,1/20,394d2867bde60fe7a9daa37d8fd501adbce92bbf','',534,0,'2013-10-23 00:00:00',6348,NULL),(6467,68,'5.1,-,-,,c5a122603d8771a9196fa2a62cb188745f75192d','',504,0,'2013-10-23 00:00:00',6349,NULL),(6468,222,'','',531,0,'2013-10-23 07:42:51',6349,NULL),(6469,19,'NEGATIVE,,c5a122603d8771a9196fa2a62cb188745f75192d','',504,0,'2013-10-23 00:00:00',6349,NULL),(6470,18,'[$]NO MALARIA PARASITES SEEN[/$],,,c5a122603d8771a9196fa2a62cb188745f75192d','',504,0,'2013-10-23 00:00:00',6349,NULL),(6471,57,'','',531,0,'2013-10-23 07:42:51',6351,NULL),(6472,133,'','',531,0,'2013-10-23 07:42:51',6351,NULL),(6473,131,'','',531,0,'2013-10-23 07:42:51',6351,NULL),(6474,56,'','',531,0,'2013-10-23 07:42:51',6351,NULL),(6475,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c5a122603d8771a9196fa2a62cb188745f75192d','',504,0,'2013-10-23 00:00:00',6354,NULL),(6476,68,'','',531,0,'2013-10-23 07:51:12',6355,NULL),(6477,57,'','',531,0,'2013-10-23 08:01:30',6356,NULL),(6478,133,'','',531,0,'2013-10-23 08:01:30',6356,NULL),(6479,131,'','',531,0,'2013-10-23 08:01:30',6356,NULL),(6480,132,'','',531,0,'2013-10-23 08:01:30',6356,NULL),(6481,92,'0.0,02dbca0a3219708d59148d44b07e68c33b0ce886','',543,0,'2013-10-29 08:00:00',6356,NULL),(6482,17,'','',531,0,'2013-10-23 08:01:30',6356,NULL),(6483,56,'','',531,0,'2013-10-23 08:01:30',6356,NULL),(6484,68,'','',531,0,'2013-10-23 08:01:30',6358,NULL),(6485,9,'','',531,0,'2013-10-23 08:11:31',6359,NULL),(6486,18,'[$]NO MALARIA PARASITES SEEN[/$],,,d128bfa9dc8ef82608acb7f9eb996bb6d9b3e14e','',555,0,'2013-10-23 00:00:00',6359,NULL),(6487,57,'','',531,0,'2013-10-23 08:11:32',6361,NULL),(6488,133,'','',531,0,'2013-10-23 08:11:32',6361,NULL),(6489,56,'','',531,0,'2013-10-23 08:11:32',6361,NULL),(6490,107,'1/20,1/20,d128bfa9dc8ef82608acb7f9eb996bb6d9b3e14e','',555,0,'2013-10-23 00:00:00',6361,NULL),(6491,38,'[$][/$],##,##,,d128bfa9dc8ef82608acb7f9eb996bb6d9b3e14e','',555,0,'2013-10-23 00:00:00',6364,NULL),(6492,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Yeast - like cells,Not Seen,Not Seen,,d128bfa9dc8ef82608acb7f9eb996bb6d9b3e14e','',555,0,'2013-10-23 00:00:00',6364,NULL),(6493,227,'14.1,POSITIVE(+),NEGATIVE,,4799901123eb455d91f2c944fa2df08b9326d833','URINE GLUCOSE:POSITIVE+',553,0,'2013-10-24 19:43:30',6365,NULL),(6494,68,'6.4,NEGATIVE,NEGATIVE,,4799901123eb455d91f2c944fa2df08b9326d833','URINE GLUCOSE:POSITIV',553,0,'2013-10-24 19:43:30',6365,NULL),(6495,77,',,4799901123eb455d91f2c944fa2df08b9326d833','URINE GLUCOSE:POSIT',553,0,'2013-10-24 19:43:30',6365,NULL),(6496,32,'','',531,0,'2013-10-23 08:30:30',6366,NULL),(6497,131,'','',531,0,'2013-10-23 08:30:30',6366,NULL),(6498,31,'','',531,0,'2013-10-23 08:30:30',6366,NULL),(6499,22,'18,3091de286a062a41cfdc67a4cb02bc28ad1d78ce','',504,0,'2013-10-23 00:00:00',6368,NULL),(6500,9,'','',531,0,'2013-10-23 08:30:30',6368,NULL),(6501,68,'5.2,-,-,,0ea2d460e5378c4d9cf82cbc7189400d1e94071f','',504,0,'2013-10-23 00:00:00',6369,NULL),(6502,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0ea2d460e5378c4d9cf82cbc7189400d1e94071f','',504,0,'2013-10-23 00:00:00',6371,NULL),(6503,3,'','',534,0,'2013-10-23 08:54:43',6372,NULL),(6504,57,'','',531,0,'2013-10-23 08:59:59',6373,NULL),(6505,133,'','',531,0,'2013-10-23 08:59:59',6373,NULL),(6506,131,'','',531,0,'2013-10-23 08:59:59',6373,NULL),(6507,132,'','',531,0,'2013-10-23 08:59:59',6373,NULL),(6508,56,'','',531,0,'2013-10-23 08:59:59',6373,NULL),(6509,68,'5.1,-,-,,e6219aab95dc931c6fee7643b9239168f1248d8d','',504,0,'2013-10-23 00:00:00',6375,NULL),(6510,9,'','',531,0,'2013-10-23 08:59:59',6378,NULL),(6511,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e6219aab95dc931c6fee7643b9239168f1248d8d','',504,0,'2013-10-23 00:00:00',6382,NULL),(6512,68,'','',531,0,'2013-10-23 09:04:07',6383,NULL),(6513,157,'','',531,0,'2013-10-23 09:04:07',6385,NULL),(6514,82,'','',531,0,'2013-10-23 09:35:17',6386,NULL),(6515,68,'5.6,-,-,,607ccfd972bb78bb2f21f0e27fd006a7f14c9831','',504,0,'2013-10-23 00:00:00',6386,NULL),(6516,9,'','',531,0,'2013-10-23 09:35:17',6388,NULL),(6517,36,'','',531,0,'2013-10-23 09:35:17',6391,NULL),(6518,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,20,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,,,,,,,,,,,,,,,,607ccfd972bb78bb2f21f0e27','',504,0,'2013-10-23 00:00:00',6391,NULL),(6519,9,'','',531,0,'2013-10-23 09:38:28',6392,NULL),(6520,20,'NEGATIVE,871648dcc15ecb2a55997bea352c4781589aaeb0','',504,0,'2013-10-23 00:00:00',6392,NULL),(6521,9,'','',531,0,'2013-10-23 09:54:16',6393,NULL),(6522,131,'','',531,0,'2013-10-23 09:54:17',6395,NULL),(6523,21,'O,POSITIVE,781c006ee09e61ab6ca15e78dd9a97e80e08f455','',550,0,'2013-10-24 00:00:00',6396,NULL),(6524,9,'','',531,0,'2013-10-23 09:58:45',6396,NULL),(6525,223,'[$][/$],781c006ee09e61ab6ca15e78dd9a97e80e08f455','',550,0,'2013-10-24 00:00:00',6396,NULL),(6526,28,'NEGATIVE,[$]AA[/$],,781c006ee09e61ab6ca15e78dd9a97e80e08f455','',550,0,'2013-10-24 00:00:00',6396,NULL),(6527,9,'','',531,0,'2013-10-23 10:05:31',6397,NULL),(6528,19,'NEGATIVE,,42c124e2dab447c65de62de873e5140b2ee1b297','',555,0,'2013-10-23 00:00:00',6397,NULL),(6529,18,'[$]NO MALARIA PARASITES SEEN[/$],,,42c124e2dab447c65de62de873e5140b2ee1b297','',555,0,'2013-10-23 00:00:00',6397,NULL),(6530,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,42c124e2dab447c65de62de873e5140b2ee1b297','',555,0,'2013-10-23 00:00:00',6399,NULL),(6531,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7ee91228e37b95f1b79bf3ba99dcb3d36b44a3d3','',504,0,'2013-10-23 00:00:00',6400,NULL),(6532,9,'','',531,0,'2013-10-23 10:11:56',6401,NULL),(6533,19,'NEGATIVE,,33bc41eadfbec79bb2e3a427676d482f2308e8ad','',504,0,'2013-10-23 00:00:00',6401,NULL),(6534,18,'[$]NO MALARIA PARASITES SEEN[/$],,,33bc41eadfbec79bb2e3a427676d482f2308e8ad','',504,0,'2013-10-23 00:00:00',6401,NULL),(6535,22,'7,cb3d14a6b75315c56c32739db6ba18fd8cb1bdc7','',555,0,'2013-10-23 00:00:00',6402,NULL),(6536,9,'','',531,0,'2013-10-23 10:16:58',6402,NULL),(6537,70,',,cb3d14a6b75315c56c32739db6ba18fd8cb1bdc7','',555,0,'2013-10-23 00:00:00',6402,NULL),(6538,108,'NON - REACTIVE,cb3d14a6b75315c56c32739db6ba18fd8cb1bdc7','',555,0,'2013-10-23 00:00:00',6404,NULL),(6539,107,'1/20,1/20,cb3d14a6b75315c56c32739db6ba18fd8cb1bdc7','',555,0,'2013-10-23 00:00:00',6404,NULL),(6540,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cb3d14a6b75315c56c32739db6ba18fd8cb1bdc7','',555,0,'2013-10-23 00:00:00',6407,NULL),(6541,22,'94,e7e59b12f23adf32b8306d5997b907490c9203ef','',555,0,'2013-10-23 00:00:00',6408,NULL),(6542,9,'','',531,0,'2013-10-23 10:22:25',6408,NULL),(6543,97,'','',531,0,'2013-10-23 10:22:28',6410,NULL),(6544,144,'','',531,0,'2013-10-23 10:22:28',6413,NULL),(6545,22,'','',531,0,'2013-10-23 10:29:20',6414,NULL),(6546,9,'','',531,0,'2013-10-23 10:29:20',6414,NULL),(6547,70,'','',531,0,'2013-10-23 10:29:20',6414,NULL),(6548,108,'','',531,0,'2013-10-23 10:29:20',6416,NULL),(6549,107,'','',531,0,'2013-10-23 10:29:20',6416,NULL),(6550,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,aa53fff53771524b77251cd5e3a116a555d8445f','',534,0,'2013-10-23 00:00:00',6417,NULL),(6551,9,'','',531,0,'2013-10-23 10:35:36',6418,NULL),(6552,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,56620c623ba66c30935740193de20eca415aa87d','',535,0,'2013-10-24 00:00:00',6420,NULL),(6553,9,'','',531,0,'2013-10-23 10:39:50',6421,NULL),(6554,19,'POSITIVE,,7d52239ab041d1996e54501423fbec21da46e078','',555,0,'2013-10-23 00:00:00',6421,NULL),(6555,68,'','',531,0,'2013-10-23 10:47:06',6422,NULL),(6556,9,'','',531,0,'2013-10-23 10:47:06',6422,NULL),(6557,9,'','',531,0,'2013-10-23 10:49:39',6423,NULL),(6558,19,'NEGATIVE,,5c369f2c48c5b1f5ee133d5af8e9efa9066fa0ea','',504,0,'2013-10-23 00:00:00',6423,NULL),(6559,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,5c369f2c48c5b1f5ee133d5af8e9efa9066fa0ea',', ',504,0,'2013-10-23 00:00:00',6423,NULL),(6560,9,'','',531,0,'2013-10-23 10:52:21',6424,NULL),(6561,19,'NEGATIVE,,2cba71c5f918db53b9036f2eebc0cae859022186','',504,0,'2013-10-23 00:00:00',6424,NULL),(6562,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,2cba71c5f918db53b9036f2eebc0cae859022186',', ',504,0,'2013-10-23 00:00:00',6424,NULL),(6563,132,'','',531,0,'2013-10-23 10:56:06',6425,NULL),(6564,9,'','',531,0,'2013-10-23 10:56:07',6427,NULL),(6565,9,'','',531,0,'2013-10-23 11:03:54',6428,NULL),(6566,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d17753eb6904a84b183d4ec3839cf0b21b592331','',534,0,'2013-10-23 00:00:00',6430,NULL),(6567,9,'','',531,0,'2013-10-23 11:05:26',6431,NULL),(6568,9,'','',531,0,'2013-10-23 11:07:36',6432,NULL),(6569,19,'POSITIVE,,baa8acb33e2e4e786b2d3dfc8a36e5823c08c5ce','',504,0,'2013-10-23 00:00:00',6432,NULL),(6570,18,'[$]1240[/$],TROPHOZOITES,,baa8acb33e2e4e786b2d3dfc8a36e5823c08c5ce','',504,0,'2013-10-23 00:00:00',6432,NULL),(6571,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,baa8acb33e2e4e786b2d3dfc8a36e5823c08c5ce','',555,0,'2013-10-23 00:00:00',6434,NULL),(6572,9,'','',531,0,'2013-10-23 11:10:32',6435,NULL),(6573,19,'NEGATIVE,,92ac43069f386905e90054a0b1c62282620a5c29','',555,0,'2013-10-23 00:00:00',6435,NULL),(6574,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,92ac43069f386905e90054a0b1c622826','',555,0,'2013-10-23 00:00:00',6437,NULL),(6575,107,'1/20,1/20,92ac43069f386905e90054a0b1c62282620a5c29','',555,0,'2013-10-23 00:00:00',6440,NULL),(6576,9,'','',531,0,'2013-10-23 11:14:17',6441,NULL),(6577,19,'NEGATIVE,,a223bb8ef3480d99719b0e86ad7d1860908ce3a2','',555,0,'2013-10-23 00:00:00',6441,NULL),(6578,18,'[$]NO MALARIA PARASITES SEEN[/$],,,a223bb8ef3480d99719b0e86ad7d1860908ce3a2','',555,0,'2013-10-23 00:00:00',6441,NULL),(6579,57,'','',531,0,'2013-10-23 11:24:55',6442,NULL),(6580,133,'','',531,0,'2013-10-23 11:24:55',6442,NULL),(6581,56,'','',531,0,'2013-10-23 11:24:55',6442,NULL),(6582,9,'','',531,0,'2013-10-23 11:36:18',6443,NULL),(6583,19,'POSITIVE,,4fadea335180b4e93b999a0320b40be42a040846','',504,0,'2013-10-23 00:00:00',6443,NULL),(6584,36,'No Bacteria Growth,##,##,,4fadea335180b4e93b999a0320b40be42a040846','',534,0,'2013-10-25 00:00:00',6445,NULL),(6585,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4fadea335180b4e93b999a0320b40be42a040846','',504,0,'2013-10-23 00:00:00',6445,NULL),(6586,9,'','',531,0,'2013-10-23 11:38:37',6446,NULL),(6587,223,'[$][/$],19f9ed56712083e26c8edc58faa974d35dec7f37','',550,0,'2013-10-24 00:00:00',6446,NULL),(6588,28,'NEGATIVE,[$]AA[/$],,19f9ed56712083e26c8edc58faa974d35dec7f37','',550,0,'2013-10-24 00:00:00',6446,NULL),(6589,36,'No Bacteria Growth,##,##,,27c16e7e21a3bb5aeff940191ac9194dd4b9f052','',534,0,'2013-10-25 00:00:00',6447,NULL),(6590,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,27c16e7e21a3bb5aeff940191ac9194dd4b9f052','',534,0,'2013-10-25 00:00:00',6447,NULL),(6591,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,27c16e7e21a3bb5aeff940191ac9194dd4b9f052','',534,0,'2013-10-25 00:00:00',6449,NULL),(6592,9,'','',531,0,'2013-10-23 11:51:29',6450,NULL),(6593,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,d32069de9adc69345c6085c18907bb875bf18b3b','',504,0,'2013-10-23 00:00:00',6450,NULL),(6594,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,d32069de9adc69345c6085c18907bb875','',504,0,'2013-10-23 00:00:00',6452,NULL),(6595,27,'NON-REACTIVE,-,NEGATIVE,,880e3cf241e9ee8dc7dfdb2102cecfdb02ac249d','',534,0,'2013-10-23 00:00:00',6453,NULL),(6596,9,'','',531,0,'2013-10-23 11:56:21',6454,NULL),(6597,28,'NEGATIVE,[$]AA[/$],,c429c82acdfa1545fe51671c63106542ad20e1da','',534,0,'2013-10-29 08:00:00',6454,NULL),(6598,9,'','',531,0,'2013-10-23 11:58:08',6455,NULL),(6599,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,c2d2fe5ad71ba15f147c8e7ac2de4a9bd0700a25','',504,0,'2013-10-23 00:00:00',6456,NULL),(6600,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,78d37e35b8aa605d63e1df2552d581d3466be212','',534,0,'2013-10-23 00:00:00',6457,NULL),(6601,9,'','',531,0,'2013-10-23 12:30:13',6458,NULL),(6602,19,'NEGATIVE,,42c5342e71c8f285169f26655b5b89bca495d009','',504,0,'2013-10-23 00:00:00',6458,NULL),(6603,21,'O,POSITIVE,0cb1ebb7f54902ab687d4c73448e00950b219e78','',550,0,'2013-10-24 00:00:00',6459,NULL),(6604,28,'NEGATIVE,[$]AF[/$],,0cb1ebb7f54902ab687d4c73448e00950b219e78','',550,0,'2013-10-24 00:00:00',6459,NULL),(6605,21,'O,POSITIVE,62be406a40c8fc3aa83a05f4f2232dac31391063','',550,0,'2013-10-24 00:00:00',6460,NULL),(6606,28,'NEGATIVE,[$]AA[/$],,62be406a40c8fc3aa83a05f4f2232dac31391063','',550,0,'2013-10-24 00:00:00',6460,NULL),(6607,9,'','',531,0,'2013-10-23 12:45:59',6461,NULL),(6608,19,'NEGATIVE,,e776ccca1ed2542fdca69638bc6a2b129a171ab6','',550,0,'2013-10-23 00:00:00',6461,NULL),(6609,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e776ccca1ed2542fdca69638bc6a2b129a171ab6',', ',550,0,'2013-10-23 00:00:00',6463,NULL),(6610,22,'8,ecbd52bbfcf78e46aba93df7fa063bb832e5fb26','',550,0,'2013-10-23 00:00:00',6464,NULL),(6611,9,'','',531,0,'2013-10-23 12:49:45',6464,NULL),(6612,108,'NON - REACTIVE,880e3cf241e9ee8dc7dfdb2102cecfdb02ac249d','',504,0,'2013-10-23 00:00:00',6465,NULL),(6613,9,',,,,,,,,,,,,,,8241a99e9867d69bededc0e3180b2411478cdd64','',550,0,'2013-10-23 18:14:45',6466,NULL),(6614,19,'NEGATIVE,,8241a99e9867d69bededc0e3180b2411478cdd64','',550,550,'2013-10-23 00:00:00',6466,'2013-10-23 18:14:45'),(6615,18,'[$]NO MALARIA PARASITE SEEN[/$],,,8241a99e9867d69bededc0e3180b2411478cdd64','',550,0,'2013-10-23 18:14:45',6466,NULL),(6616,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8241a99e9867d69bededc0e3180b2411478cdd64','pH:6.5, SPECIFIC GRAVITY:1.020',550,0,'2013-10-23 19:22:17',6468,NULL),(6617,36,'No Bacteria Growth,##,##,,92a7b90861453a362b84d8fbd54b43587df61d25','',534,0,'2013-10-23 00:00:00',6469,NULL),(6618,35,'HAZY,AMBER,5.0,1.030,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,6,16,NOT SEEN,NOT SEEN,NOT SEEN,,,,92a7b90861453a362b84d8fbd54b43587df61d25','',534,0,'2013-10-23 00:00:00',6469,NULL),(6619,9,'','',531,0,'2013-10-23 13:07:06',6470,NULL),(6620,107,'1/20,1/20,,d03fc0754ffe1888d7b6cc462edc425e5f45af4d','',553,0,'2013-10-23 16:07:14',6472,NULL),(6621,71,'NEGATIVE,,d03fc0754ffe1888d7b6cc462edc425e5f45af4d','',550,0,'2013-10-23 18:08:24',6475,NULL),(6622,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,,,,,,,d03fc0754ffe1888d7b6cc462edc425e5f45af4d','',553,550,'2013-10-23 00:00:00',6475,'2013-10-23 18:08:25'),(6623,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d03fc0754ffe1888d7b6cc462edc425e5f45af4d','CONTENT:',553,0,'2013-10-23 16:19:56',6479,NULL),(6624,199,'[$]COMMENSALS ONLY[/$],37738af17369f4cbb1df87f5c8c4f429bce26860','',534,0,'2013-10-23 00:00:00',6480,NULL),(6625,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,31d37210a488441e1f12f9b3d63eef2fa1506cef','',534,0,'2013-10-23 00:00:00',6481,NULL),(6626,37,'','',534,0,'2013-10-23 13:16:19',6481,NULL),(6627,9,',,,,,,,,,,,,,,06640ca6c4df5c9cdbcfb385278c08ba4cfbfccd','',550,0,'2013-10-23 18:13:13',6482,NULL),(6628,19,'NEGATIVE,,06640ca6c4df5c9cdbcfb385278c08ba4cfbfccd','',550,550,'2013-10-23 00:00:00',6482,'2013-10-23 18:13:13'),(6629,18,'[$]NO MALARIA PARASITE SEEN[/$],,,06640ca6c4df5c9cdbcfb385278c08ba4cfbfccd','',550,0,'2013-10-23 18:13:13',6482,NULL),(6630,27,'NON-REACTIVE,-,NEGATIVE,,6039927d9b643cb76c0f3bb6d9f973ff32f1ddc3','',534,0,'2013-10-23 00:00:00',6483,NULL),(6631,35,'CLEAR,LIGHT AMBER,5.0,1.020,POSITIVE (+),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,dbb7d29c453d9786c4888','',534,0,'2013-10-23 00:00:00',6484,NULL),(6632,27,'NON-REACTIVE,-,NEGATIVE,,dbb7d29c453d9786c488824566a6656316ed5703','',534,0,'2013-10-23 00:00:00',6486,NULL),(6633,199,'[$]COMMENSALS ONLY[/$],1b29b1df0ce1f9cfac39d1c60bd0afcc3375b618','',534,0,'2013-10-23 00:00:00',6487,NULL),(6634,202,'10,e7e59b12f23adf32b8306d5997b907490c9203ef','',534,0,'2013-11-15 08:00:00',6488,NULL),(6635,37,'BROWN,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f48a3ccb2bcfc2d72b5eb15243dd07f308a98cf0','',534,0,'2013-10-23 00:00:00',6489,NULL),(6636,9,',,,,,,,,,,,,,,d2fb8a799845c048fd4d856a4fbdd79eac6180ac','',553,0,'2013-10-23 16:15:53',6490,NULL),(6637,19,'NEGATIVE,,d2fb8a799845c048fd4d856a4fbdd79eac6180ac','',553,0,'2013-10-23 16:15:53',6490,NULL),(6638,9,'','',531,0,'2013-10-23 13:45:13',6491,NULL),(6639,9,'','',531,0,'2013-10-23 13:51:13',6492,NULL),(6640,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,f2219eda90e178c14f07e86b879be359','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015, KETONES:POSITIVE +, PUS CELLS:2, EPITHELIAL CELLS:12, RED BLOOD CELLS:4',553,0,'2013-10-23 16:14:24',6494,NULL),(6641,16,'POSITIVE,f6d0abd49cacf4cc9f685bba6b3ee5822de2c0e4','',550,0,'2013-10-23 00:00:00',6495,NULL),(6642,14,'','',531,0,'2013-10-23 13:54:39',6497,NULL),(6643,9,',,,,,,,,,,,,,,50715f5911e3ac9f63ef98680c0f3215b9d50f1e','',550,0,'2013-10-23 18:11:26',6498,NULL),(6644,19,'NEGATIVE,,50715f5911e3ac9f63ef98680c0f3215b9d50f1e','',550,550,'2013-10-23 00:00:00',6498,'2013-10-23 18:11:26'),(6645,18,'[$]NO MALARIA PARASITE SEEN[/$],,,50715f5911e3ac9f63ef98680c0f3215b9d50f1e','',550,0,'2013-10-23 18:11:26',6498,NULL),(6646,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,50715f5911e3ac9f63ef98680c0f3215b9d50f1e','',535,0,'2013-10-24 00:00:00',6500,NULL),(6647,9,'','',531,0,'2013-10-23 14:02:07',6501,NULL),(6648,57,'','',531,0,'2013-10-23 14:08:21',6502,NULL),(6649,133,'','',531,0,'2013-10-23 14:08:21',6502,NULL),(6650,56,'','',531,0,'2013-10-23 14:08:21',6502,NULL),(6651,92,'7.4,,cbc6e9d7f07593520dd3dce9979b8ccf82864059','',504,0,'2013-10-23 15:12:38',6503,NULL),(6652,92,'1.9,,0309f8686a4556ce56435bdd24539438080a2cf5','',504,0,'2013-10-23 15:17:59',6504,NULL),(6653,196,'','',531,0,'2013-10-23 14:27:40',6505,NULL),(6654,22,'120,307e017fb76dba2a5dfffd30e942f7d0951fb61b','',504,0,'2013-10-25 00:00:00',6505,NULL),(6655,9,'','',531,0,'2013-10-23 14:27:40',6505,NULL),(6656,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,307e017fb76dba2a5dfffd30e942f7d0951fb61b',',',504,0,'2013-10-25 00:00:00',6507,NULL),(6657,199,'','',531,0,'2013-10-23 14:27:41',6510,NULL),(6658,97,'','',531,0,'2013-10-23 14:27:41',6510,NULL),(6659,21,'O,POSITIVE,,71acfd2e54f3727d76d2f6e0a4d68a2ef42fb374','BLOOD GROUP ABO:O',504,0,'2013-10-25 14:23:26',6511,NULL),(6660,9,',,,,,,,,,,,,,,71acfd2e54f3727d76d2f6e0a4d68a2ef42fb374','BLOOD GROUP ABO',504,0,'2013-10-25 14:23:26',6511,NULL),(6661,28,'NEGATIVE,[$][/$],,71acfd2e54f3727d76d2f6e0a4d68a2ef42fb374','BLOOD GROUP A',504,0,'2013-10-25 14:23:27',6511,NULL),(6662,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,71acfd2e54f3727d76d2f6e0',', ',504,0,'2013-10-25 00:00:00',6513,NULL),(6663,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,71acfd2e54f3727d76d2f6e0a4d68a2ef42fb374','CONSISTENCY:FORMED, CONTENT:',553,0,'2013-10-24 16:12:05',6516,NULL),(6664,9,'','',531,0,'2013-10-23 14:36:50',6517,NULL),(6665,18,'','',531,0,'2013-10-23 14:36:50',6517,NULL),(6666,70,'','',531,0,'2013-10-23 14:36:50',6517,NULL),(6667,35,'','',531,0,'2013-10-23 14:36:51',6519,NULL),(6668,9,',,,,,,,,,,,,,,160347b075b0adbd176b6777274cc06c56214498','',550,0,'2013-10-23 18:06:54',6520,NULL),(6669,19,'NEGATIVE,,160347b075b0adbd176b6777274cc06c56214498','',550,550,'2013-10-23 00:00:00',6520,'2013-10-23 18:06:54'),(6670,18,'[$]NO MALARIA PARASITE SEEN[/$],,,160347b075b0adbd176b6777274cc06c56214498','',550,0,'2013-10-23 18:06:54',6520,NULL),(6671,199,'[$]COMMENSALS ONLY[/$],cfd8082e859ec024f078f938c10343a7decba3c9','',534,0,'2013-10-25 00:00:00',6521,NULL),(6672,9,'','',531,0,'2013-10-23 15:00:47',6522,NULL),(6673,37,'','',531,0,'2013-10-23 15:14:22',6523,NULL),(6674,28,'NEGATIVE,[$]AA[/$],,362b9bab2d6700a32e02ba9006aa87d9db39dbe8','',552,0,'2013-10-30 08:00:00',6524,NULL),(6675,9,',,,,,,,,,,,,,,4e3ea2c468f3253c813dfd74fa0a6c544980aaa4','',550,0,'2013-10-23 17:27:49',6525,NULL),(6676,19,'NEGATIVE,,4e3ea2c468f3253c813dfd74fa0a6c544980aaa4','',550,550,'2013-10-23 00:00:00',6525,'2013-10-23 17:27:49'),(6677,18,'[$]NO MALARIA PARASITES SEEN[/$],,,4e3ea2c468f3253c813dfd74fa0a6c544980aaa4','',550,0,'2013-10-23 17:27:49',6525,NULL),(6678,71,'POSITIVE,,4e3ea2c468f3253c813dfd74fa0a6c544980aaa4','',550,0,'2013-10-23 00:00:00',6527,NULL),(6679,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4e3ea2c468f3253c813dfd74fa0a6c544980aaa4',', ',550,0,'2013-10-23 00:00:00',6527,NULL),(6680,9,',,,,,,,,,,,,,,02f940169de0af042de9cb540a28be33b4811ff6','',550,0,'2013-10-23 18:02:11',6528,NULL),(6681,18,'[$]NO MALARIA PARASITE SEEN[/$],,,02f940169de0af042de9cb540a28be33b4811ff6','',550,0,'2013-10-23 18:02:11',6528,NULL),(6682,70,',,02f940169de0af042de9cb540a28be33b4811ff6','',550,550,'2013-10-23 00:00:00',6528,'2013-10-23 18:02:11'),(6683,35,'','',531,0,'2013-10-23 15:40:58',6530,NULL),(6684,27,'NON-REACTIVE,-,NEGATIVE,,2c00564246d99134fa48c486062e1841c48f03a5','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',550,0,'2013-10-23 18:31:48',6531,NULL),(6685,108,'NON - REACTIVE,,2c00564246d99134fa48c486062e1841c48f03a5','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',550,0,'2013-10-23 18:31:48',6531,NULL),(6686,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,>30,2,8,NOT SEEN,NOT SEEN,NOT SEEN,,,,2c00564246d99134fa48c486062e1841c48f03a5','CLARITY:HAZY, pH:8.0, SPECIFIC GRAVITY:1.015, BLOOD:TRACE, PUS CELLS:30, EPITHELIAL CELLS:2, RED BLOOD CELLS:8',550,0,'2013-10-23 18:33:40',6533,NULL),(6687,216,'[$]NO BACTERIAL GROWTH[/$],2c00564246d99134fa48c486062e1841c48f03a5','',534,0,'2013-10-25 00:00:00',6536,NULL),(6688,123,'[$][/$],2c00564246d99134fa48c486062e1841c48f03a5','',534,0,'2013-10-25 00:00:00',6536,NULL),(6689,9,'','',531,0,'2013-10-23 15:55:24',6537,NULL),(6690,35,'HAZY,STRAW,6.5,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a60423add37793c7f3216cd54fc6182042bcd3a5','CLARITY:HAZY, pH:6.5, SPECIFIC GRAVITY:1.025, PROTEIN:TRACE, LEUCOCYTE:POSITIVE ++, PUS CELLS:30, EPITHELIAL CELLS:2',550,0,'2013-10-23 18:47:54',6539,NULL),(6691,57,'','',531,0,'2013-10-23 16:09:45',6540,NULL),(6692,133,'','',531,0,'2013-10-23 16:09:45',6540,NULL),(6693,56,'','',531,0,'2013-10-23 16:09:45',6540,NULL),(6694,9,'','',534,0,'2013-10-23 16:19:36',6541,NULL),(6695,21,'A,POSITIVE,b2d44f0006665fdb38e25c25f4f98b3647db01be','',534,0,'2013-10-25 00:00:00',6542,NULL),(6696,9,'','',534,0,'2013-10-23 16:24:18',6542,NULL),(6697,18,'','',534,0,'2013-10-23 16:24:18',6542,NULL),(6698,20,'NEGATIVE,b2d44f0006665fdb38e25c25f4f98b3647db01be','',534,0,'2013-10-25 00:00:00',6542,NULL),(6699,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b2d44f0006665fdb38e25c25f4f98b3647db01be','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:6',550,0,'2013-10-23 18:46:00',6544,NULL),(6700,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,b2d44f0006665fdb38e25c25f4f98b3647db01be','',534,0,'2013-10-25 00:00:00',6547,NULL),(6701,9,'','',534,0,'2013-10-23 16:28:00',6548,NULL),(6702,18,'','',534,0,'2013-10-23 16:28:00',6548,NULL),(6703,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,616fd77a12b1d2ce26a6c9fedefc6b09352c1fed','CLARITY:HAZY, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:8',550,0,'2013-10-23 19:20:22',6550,NULL),(6704,9,'','',531,0,'2013-10-23 16:32:55',6551,NULL),(6705,19,'NEGATIVE,,281af797f57687391366e021deebc9f3f49e8e51','',550,0,'2013-10-23 00:00:00',6551,NULL),(6706,20,'NEGATIVE,8b4acd7d480775d7192daa81ef44ef03437c52aa','',550,0,'2013-10-23 00:00:00',6552,NULL),(6707,9,'','',531,0,'2013-10-23 17:06:45',6553,NULL),(6708,19,'NEGATIVE,,929acf3dca414e71e497d3b65ab264ab92e7c85f','',550,0,'2013-10-23 00:00:00',6553,NULL),(6709,22,'','',531,0,'2013-10-23 17:11:45',6554,NULL),(6710,9,'','',531,0,'2013-10-23 17:11:45',6554,NULL),(6711,70,'','',531,0,'2013-10-23 17:11:45',6554,NULL),(6712,108,'','',531,0,'2013-10-23 17:11:45',6556,NULL),(6713,107,'','',531,0,'2013-10-23 17:11:45',6556,NULL),(6714,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cae71dc8bebb392790f712c98ced88b92492cb21','SPECIFIC GRAVITY:1.030, EPITHELIAL CELLS:2',550,0,'2013-10-23 19:23:45',6559,NULL),(6715,68,',NEGATIVE,NEGATIVE,,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-30 01:40:52',6560,NULL),(6716,9,',,,,,,,,,,,,,,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-30 01:40:53',6560,NULL),(6717,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-30 01:40:53',6560,NULL),(6718,112,'NEGATIVE,,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-29 08:00:00',6562,NULL),(6719,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-29 08:00:00',6562,NULL),(6720,108,'NON - REACTIVE,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-29 08:00:00',6562,NULL),(6721,107,'','',531,0,'2013-10-23 17:14:37',6562,NULL),(6722,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ca04931b3d9aa9b38e0834934df04acaca57e27e','',552,0,'2013-10-29 08:00:00',6565,NULL),(6723,40,'[$]NO BACTERIAL GROWTH[/$],##,##,,503098128471c845c1e2b96bc85f50bf47c8867e','',552,0,'2013-10-30 08:00:00',6566,NULL),(6724,36,'No Bacteria Growth,##,##,,503098128471c845c1e2b96bc85f50bf47c8867e','',550,0,'2013-10-23 19:18:21',6568,NULL),(6725,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,18,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,503098128471c845c1e2b96b','SPECIFIC GRAVITY:1.020, LEUCOCYTE:POSITIVE ++, PUS CELLS:18, EPITHELIAL CELLS:6',550,550,'2013-10-23 00:00:00',6568,'2013-10-23 19:18:21'),(6726,9,'','',531,0,'2013-10-23 17:28:07',6569,NULL),(6727,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,53d25d943f38b768233acf936cb000191961a966','CONTENT:',550,0,'2013-10-23 19:24:39',6571,NULL),(6728,9,'','',531,0,'2013-10-23 17:31:29',6572,NULL),(6729,19,'NEGATIVE,,e2154d2b5e9b9a9d68a47432689ff2c06a437945','',550,0,'2013-10-23 00:00:00',6572,NULL),(6730,9,'','',531,0,'2013-10-23 17:56:58',6573,NULL),(6731,19,'','',531,0,'2013-10-23 17:56:58',6573,NULL),(6732,18,'','',531,0,'2013-10-23 17:56:58',6573,NULL),(6733,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1edf8a21616ba99d0d372492246bd928b00caac3',', ',550,0,'2013-10-23 00:00:00',6575,NULL),(6734,9,'','',531,0,'2013-10-23 18:02:36',6576,NULL),(6735,19,'NEGATIVE,,1eaa93568984e74ad2e6f776e6181266aa208d08','',550,0,'2013-10-23 00:00:00',6576,NULL),(6736,36,'No Bacteria Growth,##,##,,2c00564246d99134fa48c486062e1841c48f03a5','',534,0,'2013-10-25 00:00:00',6577,NULL),(6737,9,'','',531,0,'2013-10-23 18:59:38',6578,NULL),(6738,18,'','',531,0,'2013-10-23 18:59:38',6578,NULL),(6739,71,'POSITIVE,,763c22e60e08affd769872d848d0f3c0112144d4','',553,535,'2013-10-23 21:00:09',6580,'2013-10-23 21:21:28'),(6740,35,'HAZY,STRAW,6.5,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,763c22e60e08affd769872d848d0f3c0112144d4','U PREGNANCY TEST:POSITIVECLARITY:HAZY, pH:6.5, PUS CELLS:2, EPITHELIAL CELLS:8',553,0,'2013-10-23 21:00:09',6580,NULL),(6741,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1d2daf258e3c4e8c5bd568481cb0861cb271e7a8','pH:6.5, SPECIFIC GRAVITY:1.015',553,0,'2013-10-23 21:02:00',6581,NULL),(6742,68,'','',558,0,'2013-10-23 19:44:07',6582,NULL),(6743,9,'','',558,0,'2013-10-23 19:44:07',6582,NULL),(6744,60,'','',558,0,'2013-10-23 19:44:07',6584,NULL),(6745,57,'','',558,0,'2013-10-23 19:44:07',6584,NULL),(6746,133,'','',558,0,'2013-10-23 19:44:07',6584,NULL),(6747,132,'','',558,0,'2013-10-23 19:44:07',6584,NULL),(6748,56,'','',558,0,'2013-10-23 19:44:07',6584,NULL),(6749,222,'15.1,4.43,12.2,34.0,76.7,27.5,35.9,357,9.7,12.5,77.8,1.5,1.9,11.7,12.6,7.3,,9ff5a20b01c1d166b6bef8bc794b97049bdad301','',535,535,'2013-10-23 00:00:00',6585,'2013-10-23 22:23:48'),(6750,19,'NEGATIVE,,9ff5a20b01c1d166b6bef8bc794b97049bdad301','',535,535,'2013-10-23 00:00:00',6585,'2013-10-23 22:23:48'),(6751,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,9ff5a20b01c1d166b6bef8bc794b97049bdad301','',535,0,'2013-10-23 00:00:00',6585,NULL),(6752,107,'120,120,,9ff5a20b01c1d166b6bef8bc794b97049bdad301','',535,535,'2013-10-23 00:00:00',6587,'2013-10-23 22:00:27'),(6753,27,'NONREACTIVE,,NEGATIVE,,b5ea90337f48c5b642c9cb0bdd3b86fed43e9a22','',535,535,'2013-10-23 00:00:00',6588,'2013-10-23 22:27:22'),(6754,222,'7.6,4.32,12.0,36.7,85.0,27.8,32.7,385,48.0,11.0,41.0,3.6,0.8,3.2,12.8,8.5,,5db6fb7dec8a49b0f8212308ad9cda904700886d','',535,535,'2013-10-23 00:00:00',6589,'2013-10-23 23:33:09'),(6755,70,',,5db6fb7dec8a49b0f8212308ad9cda904700886d','',535,0,'2013-10-23 00:00:00',6589,NULL),(6756,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.\nNO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION[/$],##,##,,3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e','',534,0,'2013-10-30 08:00:00',6590,NULL),(6757,222,',,,,,,,,,,,,,,,,,3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e','',535,535,'2013-10-23 00:00:00',6590,'2013-10-23 23:52:16'),(6758,18,'[$][/$],,,3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e','',535,535,'2013-10-23 00:00:00',6590,'2013-10-23 23:51:30'),(6759,37,'','',558,0,'2013-10-23 22:07:35',6592,NULL),(6760,107,'1#20,1#20,3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e','',535,535,'2013-10-23 00:00:00',6595,'2013-10-23 23:52:47'),(6761,222,'13.2,5.33,10.7,34.2,64.2,20.1,31.3,401,78.2,1.0,20.8,10.3,0.1,2.8,14.7,---,,3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e','',535,0,'2013-10-23 00:00:00',6596,NULL),(6762,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,3fdaa9fbfc2d0dcc0c3a340f73fcffc9e205956e','',535,0,'2013-10-23 00:00:00',6596,NULL),(6763,222,'13.2,4.69,11.8,36.1,77.0,25.2,32.7,256,8.3,10.2,81.5,1.1,1.3,10.8,14.2,9.6,,aeb90cc4712610f2b5f1e5a50b484c6f594aae92','',535,0,'2013-10-24 00:00:00',6597,NULL),(6764,107,'1/20,1/20,aeb90cc4712610f2b5f1e5a50b484c6f594aae92','',535,0,'2013-10-24 00:00:00',6598,NULL),(6765,196,'23,1095,18,855,3,156,[$]0[/$],[$]1[/$],[$]4746[/$],[$]0.14[/$],bc2e90aaff172fac8b5134792dc441095bf5cfe6','',534,0,'2013-11-05 08:00:00',6599,NULL),(6766,222,'','',558,0,'2013-10-24 04:55:53',6599,NULL),(6767,106,'[$][/$],[$][/$],bc2e90aaff172fac8b5134792dc441095bf5cfe6','',534,0,'2013-11-05 08:00:00',6599,NULL),(6768,78,',,f96adf662fb2c9f6f8f9fb0ab32a7f149841808b','',553,0,'2013-10-24 19:41:46',6600,NULL),(6769,132,',,,,f96adf662fb2c9f6f8f9fb0ab32a7f149841808b','',553,0,'2013-10-24 19:41:46',6600,NULL),(6770,69,'NEGATIVE,,,f96adf662fb2c9f6f8f9fb0ab32a7f149841808b','TROPONIN I:NEGATIVE',553,0,'2013-10-24 19:41:46',6600,NULL),(6771,68,'','',558,0,'2013-10-24 05:20:35',6602,NULL),(6772,37,'BROWN,SEMI FORMED,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3500e0312954c4d0d6b86c775a344ad7b4d506dc','',535,535,'2013-10-24 00:00:00',6603,'2013-10-24 10:21:59'),(6773,68,'12.7,NEGATIVE,NEGATIVE,,d69a6f28eb36cea74992629af8196e9fa923b48d','',534,0,'2013-10-24 00:00:00',6604,NULL),(6774,222,'','',558,0,'2013-10-24 06:34:07',6604,NULL),(6775,211,'','',558,0,'2013-10-24 06:34:08',6606,NULL),(6776,60,'','',558,0,'2013-10-24 06:34:08',6606,NULL),(6777,57,'','',558,0,'2013-10-24 06:34:08',6606,NULL),(6778,133,'','',558,0,'2013-10-24 06:34:08',6606,NULL),(6779,132,'','',558,0,'2013-10-24 06:34:08',6606,NULL),(6780,56,'','',558,0,'2013-10-24 06:34:08',6606,NULL),(6781,68,'6.9,NEGATIVE,NEGATIVE,,debcba182de67851deda26c0dd31a0e2922ec319','',550,0,'2013-10-24 00:00:00',6607,NULL),(6782,57,'','',558,0,'2013-10-24 06:45:31',6609,NULL),(6783,133,'','',558,0,'2013-10-24 06:45:31',6609,NULL),(6784,56,'','',558,0,'2013-10-24 06:45:31',6609,NULL),(6785,36,'No Bacteria Growth,##,##,,ace2dc10e2b963f47b3fea49fadb1fac8146d268','',534,0,'2013-10-26 07:00:00',6610,NULL),(6786,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ace2dc10e2b963f47b3fea49fadb1fac8146d268','',534,0,'2013-10-26 07:00:00',6610,NULL),(6787,132,'','',558,0,'2013-10-24 07:13:21',6611,NULL),(6788,21,'O,POSITIVE,120e7c6c3af5df0b0edbed86806320d4a29a975f','',504,0,'2013-10-25 00:00:00',6612,NULL),(6789,222,'','',558,0,'2013-10-24 07:19:25',6612,NULL),(6790,25,'NO DEFECT,,120e7c6c3af5df0b0edbed86806320d4a29a975f','',534,0,'2013-10-26 07:00:00',6612,NULL),(6791,18,'[$]NO MALARIA PARASITES SEEN[/$],-,120e7c6c3af5df0b0edbed86806320d4a29a975f','',504,0,'2013-10-25 00:00:00',6612,NULL),(6792,20,'NEGATIVE,120e7c6c3af5df0b0edbed86806320d4a29a975f','',504,0,'2013-10-25 00:00:00',6612,NULL),(6793,35,'HAZY,LIGHT AMBER,6.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,>30,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,120e7c','',504,0,'2013-10-25 00:00:00',6614,NULL),(6794,222,'','',558,0,'2013-10-24 07:23:50',6615,NULL),(6795,20,'NEGATIVE,fca8ff3896235e3b48bae193ef74227666875255','',535,0,'2013-10-24 00:00:00',6615,NULL),(6796,11,'114.0,[$]14.0[/$],[$]1.0[/$],##1.0,,fca8ff3896235e3b48bae193ef74227666875255','',535,0,'2013-10-24 00:00:00',6617,NULL),(6797,57,'','',558,0,'2013-10-24 07:27:34',6618,NULL),(6798,133,'','',558,0,'2013-10-24 07:27:34',6618,NULL),(6799,69,'NEGATIVE,##nORMAL (0.01 - 0.05),,,2759cc67c6e221d5ab3d8d874de23996d3bbfb78','',504,0,'2013-10-24 00:00:00',6618,NULL),(6800,56,'','',558,0,'2013-10-24 07:27:34',6618,NULL),(6801,4,'2.40,2759cc67c6e221d5ab3d8d874de23996d3bbfb78','',504,0,'2013-10-24 00:00:00',6620,NULL),(6802,5,'14.20,2759cc67c6e221d5ab3d8d874de23996d3bbfb78','',504,0,'2013-10-24 00:00:00',6620,NULL),(6803,12,'35.0,2759cc67c6e221d5ab3d8d874de23996d3bbfb78','',504,0,'2013-10-24 00:00:00',6623,NULL),(6804,11,'14.0,[$]14.0[/$],[$]1[/$],1.0,REFERENCE : 0.9 - 1.2_THERAPEUTIC : 2.0 - 4.0,2759cc67c6e221d5ab3d8d874de23996d3bbfb78','',504,0,'2013-10-24 00:00:00',6623,NULL),(6805,82,'','',530,0,'2013-10-24 07:36:06',6624,NULL),(6806,101,'1.2,e8961a8adfe1729d8c6ea1602f543439b933674a','',534,0,'2013-10-28 08:00:00',6626,NULL),(6807,68,'','',530,0,'2013-10-24 08:01:45',6627,NULL),(6808,9,'','',530,0,'2013-10-24 08:01:45',6627,NULL),(6809,19,'NEGATIVE,,008c9659c6a904bc0801ad16f8b91cbf7f09e0a6','',537,0,'2013-10-24 00:00:00',6627,NULL),(6810,57,'','',530,0,'2013-10-24 08:01:46',6629,NULL),(6811,133,'','',530,0,'2013-10-24 08:01:46',6629,NULL),(6812,112,'NEGATIVE,,008c9659c6a904bc0801ad16f8b91cbf7f09e0a6','',537,0,'2013-10-24 00:00:00',6629,NULL),(6813,131,'','',530,0,'2013-10-24 08:01:46',6629,NULL),(6814,132,'','',530,0,'2013-10-24 08:01:46',6629,NULL),(6815,92,'0.6,008c9659c6a904bc0801ad16f8b91cbf7f09e0a6','',537,0,'2013-10-24 00:00:00',6629,NULL),(6816,56,'','',530,0,'2013-10-24 08:01:46',6629,NULL),(6817,107,'1/20,1/20,008c9659c6a904bc0801ad16f8b91cbf7f09e0a6','',537,0,'2013-10-24 00:00:00',6629,NULL),(6818,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,008c9659c6a904bc0801ad16','',537,0,'2013-10-24 00:00:00',6632,NULL),(6819,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,008c9659c6a904bc0801ad16f8b91cbf7f09e0a6','',537,0,'2013-10-24 00:00:00',6636,NULL),(6820,11,'21.0,[$]14.0[/$],[$]1.50[/$],##1.60,,f5a8641c8532991a7b474b0571cb749c2b469a89','',535,0,'2013-10-24 00:00:00',6637,NULL),(6821,9,'','',530,0,'2013-10-24 08:09:17',6638,NULL),(6822,71,'NEGATIVE,,3adf4fa6e407c970b20d35a90aec6af33caf445e','',535,0,'2013-10-24 00:00:00',6640,NULL),(6823,35,'HAZY,LIGHT AMBER,6.0,1.030,POSITIVE (++),NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,24,12,0,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,NO','',535,0,'2013-10-24 00:00:00',6640,NULL),(6824,222,'5.6,4.85,13.2,37.6,77.5,27.2,35.1,295,48.8,10.2,41.0,2.7,0.6,2.3,18.3,9.9,,5a36193e77901594e78f6026afd9d4089788d8ed','',535,0,'2013-10-24 00:00:00',6641,NULL),(6825,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f10c621d268c839c6958771ffdb5aeddae340c69','',504,0,'2013-10-24 00:00:00',6642,NULL),(6826,9,'','',530,0,'2013-10-24 08:42:46',6643,NULL),(6827,19,'NEGATIVE,,3dcfa2d709e21d46cdee4e2ef2e3f2969fc352b6','',504,0,'2013-10-24 00:00:00',6643,NULL),(6828,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3dcfa2d709e21d46cdee4e2ef2e3f2969fc352b6','',504,0,'2013-10-24 00:00:00',6643,NULL),(6829,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,3dcfa2d709e21d46cdee4e2e','',504,0,'2013-10-24 00:00:00',6645,NULL),(6830,107,'1/20,1/20,3dcfa2d709e21d46cdee4e2ef2e3f2969fc352b6','',504,0,'2013-10-24 00:00:00',6648,NULL),(6831,132,'','',530,0,'2013-10-24 08:44:44',6649,NULL),(6832,68,'8.5,-,-,,e6887cdfb5df4bcff6afed40b1c7b793bf5c0780','',535,0,'2013-10-24 00:00:00',6650,NULL),(6833,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e6887cdfb5df4bcff6afed40b1c7b793bf5c0780','',535,0,'2013-10-24 00:00:00',6652,NULL),(6834,9,'','',530,0,'2013-10-24 09:02:49',6653,NULL),(6835,70,',,e755745c693f151570971a08b97994a83c1c9d5e','',504,0,'2013-10-25 00:00:00',6653,NULL),(6836,35,'HAZY,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,22,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,e755745c693f15157','',504,0,'2013-10-25 00:00:00',6655,NULL),(6837,107,'','',530,0,'2013-10-24 09:02:50',6658,NULL),(6838,9,'','',530,0,'2013-10-24 09:05:13',6659,NULL),(6839,132,'','',530,0,'2013-10-24 09:07:37',6660,NULL),(6840,69,'','',530,0,'2013-10-24 09:07:37',6660,NULL),(6841,93,'< 0.05,,7611807ca80a8c8394f2080430fb5b92a193d332','<0.05 ng/mL: Negative- REPEAT TEST in 4 – 6 hours if clinically indicated. \n0.05 – 0.10 ng/ml: Myocardial injury is possible. REPEAT TEST in 4 -6 hours is indicated to exclude acute myocardial nec',534,0,'2013-10-26 07:00:00',6662,NULL),(6842,9,'','',530,0,'2013-10-24 09:15:48',6663,NULL),(6843,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,78044d9ec18d86bf3a3df4a7c8aa7481b434521b','',535,0,'2013-10-24 00:00:00',6663,NULL),(6844,83,'[$]2.22[/$],.2 - 1 WEEK (5 - 50)_1 - 2 WEEKS (50 - 500)_2 - 3 WEEKS (100 - 5000)_3 - 4 WEEKS (500 - 10000)_4 - 5 WEEKS (1000 - 50000)_5 - 6 WEEKS (10000 - 10000,,0)_6 - 8 WEEKS (150000 - 200000)_8 - 12','',504,0,'2013-10-24 00:00:00',6664,NULL),(6845,57,'','',530,0,'2013-10-24 09:27:57',6665,NULL),(6846,133,'','',530,0,'2013-10-24 09:27:57',6665,NULL),(6847,56,'','',530,0,'2013-10-24 09:27:57',6665,NULL),(6848,9,'','',530,0,'2013-10-24 09:27:57',6667,NULL),(6849,82,'','',530,0,'2013-10-24 09:27:57',6670,NULL),(6850,36,'','',530,0,'2013-10-24 09:27:58',6674,NULL),(6851,35,'HAZY,LIGHT AMBER,5.0,1.025,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,2,>30,NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN','',537,0,'2013-10-24 00:00:00',6674,NULL),(6852,22,'60,0727a50eb21aea6cb03f0243803595b3f86298f8','',504,0,'2013-10-24 00:00:00',6675,NULL),(6853,9,'','',530,0,'2013-10-24 09:30:35',6675,NULL),(6854,9,'','',530,0,'2013-10-24 09:34:03',6676,NULL),(6855,19,'NEGATIVE,,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',504,0,'2013-10-24 00:00:00',6676,NULL),(6856,83,'[$]109[/$],0.2 - 1 WEEK (5 - 50),,),6 - 8 WEEKS (150000 - 200000),8 - 12 W','',504,0,'2013-10-24 10:35:22',6677,NULL),(6857,9,'','',530,0,'2013-10-24 09:38:32',6678,NULL),(6858,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,94b32a5debe603d0b3775c7e9f3a2285fec5f853','',534,0,'2013-10-26 07:00:00',6680,NULL),(6859,134,'FEW,MANY,NOT SEEN,PRESENT (+++),,94b32a5debe603d0b3775c7e9f3a2285fec5f853','',534,0,'2013-10-26 07:00:00',6680,NULL),(6860,16,'POSITIVE,9ec9180e815d2d7d2f4fcf856117fd720506d361','',504,0,'2013-10-25 00:00:00',6681,NULL),(6861,130,'','',530,0,'2013-10-24 09:45:50',6681,NULL),(6862,131,'','',530,0,'2013-10-24 09:45:50',6681,NULL),(6863,132,'','',530,0,'2013-10-24 09:45:50',6681,NULL),(6864,68,'6.6,-,-,,9ec9180e815d2d7d2f4fcf856117fd720506d361','',504,0,'2013-10-25 00:00:00',6683,NULL),(6865,9,'','',530,0,'2013-10-24 09:45:50',6683,NULL),(6866,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,,NOT SEEN,NOT SEEN,,,,9ec9180e815d2d7d2f4fcf856117fd720506d361','COLOUR:AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, PUS CELLS:4, EPITHELIAL CELLS:2',504,0,'2013-10-25 13:58:45',6686,NULL),(6867,14,'NEGATIVE,9ec9180e815d2d7d2f4fcf856117fd720506d361','',504,0,'2013-10-25 00:00:00',6690,NULL),(6868,22,'1,bd1d8e87596c2daf0ec0da2bd144d8920c2a3152','',504,0,'2013-10-24 00:00:00',6691,NULL),(6869,9,'','',530,0,'2013-10-24 09:57:58',6691,NULL),(6870,68,'','',530,0,'2013-10-24 10:01:45',6692,NULL),(6871,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,a18c811d2af22809d9d2db99',', ',537,0,'2013-10-24 00:00:00',6694,NULL),(6872,132,'','',530,0,'2013-10-24 10:01:45',6697,NULL),(6873,9,'','',530,0,'2013-10-24 10:08:56',6698,NULL),(6874,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e31d938d039a8dbe94dd649954c32976409d59a0','',504,0,'2013-10-24 00:00:00',6698,NULL),(6875,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e31d938d039a8dbe94dd649954c32976409d59a0','',504,0,'2013-10-24 00:00:00',6700,NULL),(6876,11,'14.0,[$]14.0[/$],[$]1.0[/$],##1.0,,fca8ff3896235e3b48bae193ef74227666875255','',535,0,'2013-10-24 00:00:00',6701,NULL),(6877,22,'35,c41cc0ba97a63ff17bce1977ff2d143c05361ef6','',534,0,'2013-10-26 07:00:00',6702,NULL),(6878,9,'','',530,0,'2013-10-24 10:25:20',6702,NULL),(6879,223,'','',530,0,'2013-10-24 10:25:20',6702,NULL),(6880,28,'NEGATIVE,[$]AA[/$],,c41cc0ba97a63ff17bce1977ff2d143c05361ef6','',534,0,'2013-10-26 07:00:00',6702,NULL),(6881,202,'0.0,c41cc0ba97a63ff17bce1977ff2d143c05361ef6','10.0 - 15.0mm IS REGARDED AS POSITIVE',504,0,'2013-11-07 08:00:00',6704,NULL),(6882,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,5b7c438104dd4c6366d1cde4e2368fe22951a199','',534,0,'2013-10-31 08:00:00',6705,NULL),(6883,9,'','',530,0,'2013-10-24 10:35:29',6706,NULL),(6884,19,'NEGATIVE,,f7d76341b5fc772464f75f918927e8e49caadc30','',504,0,'2013-10-24 00:00:00',6706,NULL),(6885,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f7d76341b5fc772464f75f918927e8e49caadc30','',504,0,'2013-10-24 00:00:00',6706,NULL),(6886,9,'','',530,0,'2013-10-24 10:40:12',6707,NULL),(6887,19,'NEGATIVE,,1727aa1059dc9e1a1deaef5d5ea2a03e3f982320','',535,0,'2013-10-25 00:00:00',6707,NULL),(6888,35,'HAZY,STRAW,7.5,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,1,12,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,1727aa1059dc9e1a1deaef','',535,0,'2013-10-25 00:00:00',6709,NULL),(6889,132,'','',530,0,'2013-10-24 10:40:12',6712,NULL),(6890,68,'','',530,0,'2013-10-24 10:40:13',6716,NULL),(6891,9,'','',530,0,'2013-10-24 10:46:22',6717,NULL),(6892,9,'','',530,0,'2013-10-24 10:49:29',6718,NULL),(6893,18,'[$]NO MALARIA PARASITES SEEN[/$],-,12a9edc4f1a9fc376e57d6b475ae53a6f297b026','',504,0,'2013-10-24 00:00:00',6718,NULL),(6894,35,'CLEAR,LIGHT AMBER,6.0,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,12a9edc4f1a9fc376e57d6b475ae53a6f297b026','',504,0,'2013-10-24 00:00:00',6720,NULL),(6895,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,12a9edc4f1a9fc376e57d6b475ae53a6f297b026','',504,0,'2013-10-24 00:00:00',6723,NULL),(6896,20,'NEGATIVE,3dcfa2d709e21d46cdee4e2ef2e3f2969fc352b6','',504,0,'2013-10-24 00:00:00',6724,NULL),(6897,9,'','',530,0,'2013-10-24 10:53:10',6725,NULL),(6898,18,'[$]NO MALARIA PARASITES SEEN[/$],-,de2c979e176409b14282b4b344da14ccf937926f','',504,0,'2013-10-24 00:00:00',6725,NULL),(6899,39,'[$]NEGATIVE[/$],,de2c979e176409b14282b4b344da14ccf937926f','',550,0,'2013-11-07 08:00:00',6727,NULL),(6900,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,de2c979e176409b14282b4b344da14ccf937926f','',550,0,'2013-11-07 08:00:00',6727,NULL),(6901,35,'HAZY,LIGHT AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,de2c979e176409b1428',', ',550,0,'2013-11-02 08:00:00',6730,NULL),(6902,22,'25,6c1e1f9b2222d6921de5b59d2b90501741f7e046','',534,0,'2013-10-26 07:00:00',6731,NULL),(6903,9,'','',530,0,'2013-10-24 10:56:29',6731,NULL),(6904,223,'','',530,0,'2013-10-24 10:56:29',6731,NULL),(6905,28,'POSITIVE,[$]AS[/$],,6c1e1f9b2222d6921de5b59d2b90501741f7e046','',534,0,'2013-10-26 07:00:00',6731,NULL),(6906,109,'NEGATIVE,6c1e1f9b2222d6921de5b59d2b90501741f7e046','',534,0,'2013-10-26 07:00:00',6733,NULL),(6907,9,'','',530,0,'2013-10-24 10:58:59',6734,NULL),(6908,18,'[$]NO MALARIA PARASITES SEEN[/$],-,649b37b6754e83758649543e6254e1883819affe','',504,0,'2013-10-24 00:00:00',6734,NULL),(6909,107,'1/20,1/20,649b37b6754e83758649543e6254e1883819affe','',504,0,'2013-10-24 00:00:00',6736,NULL),(6910,205,'[$]70[/$],ormal kidney fuction - GFR above 90 and no proteinuria_CKD1 - GFR of 90 with evidence of kidney damage_CKD2 (Mild) - GFR of 60 to 89 with evidence of ,,kidney damage_CKD3 (Moderate) - GFR of ','',504,0,'2013-10-24 00:00:00',6737,NULL),(6911,89,'10.0,,,,,859b60edef8ad6f87988e60a1e97fba6031e26','',504,0,'2013-10-24 00:00:00',6737,NULL),(6912,99,'1.2,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-24 00:00:00',6737,NULL),(6913,100,'0.9,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),,859b60edef8ad6f87988e60a1e97fba6031e26a4','',504,0,'2013-10-24 00:00:00',6737,NULL),(6914,9,'','',530,0,'2013-10-24 11:07:16',6738,NULL),(6915,57,'','',530,0,'2013-10-24 11:07:19',6740,NULL),(6916,133,'','',530,0,'2013-10-24 11:07:19',6740,NULL),(6917,56,'','',530,0,'2013-10-24 11:07:19',6740,NULL),(6918,9,'','',530,0,'2013-10-24 11:10:22',6741,NULL),(6919,18,'[$]NO MALARIA PARASITES SEEN[/$],-,742a57b4dd3be4eaedc76bc70ef0672b3340413b','',504,0,'2013-10-24 00:00:00',6741,NULL),(6920,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,742a57b4dd3be4eaedc76bc70ef0672b3340413b','',504,0,'2013-10-24 00:00:00',6743,NULL),(6921,9,'','',530,0,'2013-10-24 11:14:08',6744,NULL),(6922,19,'NEGATIVE,,1520f787de1e0fcba58a9e750d22a4b315575e83','',504,0,'2013-10-24 00:00:00',6744,NULL),(6923,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1520f787de1e0fcba58a9e750d22a4b315575e83','',504,0,'2013-10-24 00:00:00',6744,NULL),(6924,22,'18,3ca1d6aa6aeed1831ab8159c3dbc552a2d5de692','',537,0,'2013-10-24 00:00:00',6745,NULL),(6925,9,'','',530,0,'2013-10-24 11:25:39',6745,NULL),(6926,9,'','',530,0,'2013-10-24 11:31:56',6746,NULL),(6927,68,'','',530,0,'2013-10-24 11:31:56',6748,NULL),(6928,27,'NON-REACTIVE,-,NEGATIVE,,3fc5c3eef892eff0cb4af7ceeb096728f54b9d5f','',534,0,'2013-10-24 00:00:00',6748,NULL),(6929,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,259efd12ae426b3dc9a9ef4bc','',535,0,'2013-10-24 00:00:00',6749,NULL),(6930,9,',,,,,,,,,,,,,,49381ccef93d4446990b63cacebaf7027707b941','',543,0,'2013-10-25 10:51:47',6750,NULL),(6931,19,'NEGATIVE,,49381ccef93d4446990b63cacebaf7027707b941','',543,543,'2013-10-25 00:00:00',6750,'2013-10-25 10:51:47'),(6932,18,'[$]NO MALARIA PARASITES SEEN[/$],,,49381ccef93d4446990b63cacebaf7027707b941','',543,0,'2013-10-25 10:51:47',6750,NULL),(6933,9,'','',530,0,'2013-10-24 11:46:03',6751,NULL),(6934,28,'NEGATIVE,[$]AC[/$],,a089a5dc7aceff223265401e39bc71d25ac15ce2','',534,0,'2013-10-26 07:00:00',6751,NULL),(6935,9,'','',530,0,'2013-10-24 11:50:12',6752,NULL),(6936,19,'NEGATIVE,,0b5288db26721af7fb593b0ddcaa8c4497b08e95','',534,0,'2013-10-24 00:00:00',6752,NULL),(6937,35,'CLEAR,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,0b5288db26721af7fb593b0','',534,0,'2013-10-24 00:00:00',6754,NULL),(6938,9,'','',530,0,'2013-10-24 11:53:59',6755,NULL),(6939,19,'NEGATIVE,,73fb7339003b75cb748a2863e9def3c7761ab898','',534,0,'2013-10-24 00:00:00',6755,NULL),(6940,9,'','',530,0,'2013-10-24 11:58:35',6756,NULL),(6941,19,'NEGATIVE,,28836e8b66fbbbb518637d2b6a4722c45e24009b','',557,0,'2013-10-25 00:00:00',6756,NULL),(6942,18,'[$]NO MALARIA PARASITES SEEN [/$],-,28836e8b66fbbbb518637d2b6a4722c45e24009b','',534,0,'2013-10-25 00:00:00',6756,NULL),(6943,18,'','',530,0,'2013-10-24 12:01:36',6757,NULL),(6944,57,'','',530,0,'2013-10-24 12:01:36',6759,NULL),(6945,133,'','',530,0,'2013-10-24 12:01:36',6759,NULL),(6946,65,'','',530,0,'2013-10-24 12:01:36',6759,NULL),(6947,9,',,,,,,,,,,,,,,687b4614aad01fbb8f7645d99b14889fa8326bb0','',553,0,'2013-10-24 16:05:05',6760,NULL),(6948,19,'NEGATIVE,,687b4614aad01fbb8f7645d99b14889fa8326bb0','',552,553,'2013-10-24 00:00:00',6760,'2013-10-24 16:05:05'),(6949,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,687b4614aad01fbb8f7645d99b14889fa8326bb0','',553,0,'2013-10-24 16:05:06',6760,NULL),(6950,107,'1/20,1/160,687b4614aad01fbb8f7645d99b14889fa8326bb0','',552,0,'2013-10-24 00:00:00',6762,NULL),(6951,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,687b4614aad01fbb8f7645d99b14889fa8326bb0','pH:6.0, SPECIFIC GRAVITY:1.015',553,0,'2013-10-24 16:02:06',6765,NULL),(6952,9,'','',530,0,'2013-10-24 12:17:45',6766,NULL),(6953,19,'NEGATIVE,,a21c39af7c387c48fef4faf3ec7234769d823777','',534,0,'2013-10-24 00:00:00',6766,NULL),(6954,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,a21c39af7c387c48fef4faf','',534,0,'2013-10-24 00:00:00',6768,NULL),(6955,9,'','',530,0,'2013-10-24 12:20:41',6769,NULL),(6956,19,'NEGATIVE,,3090ddd57ea0a4002f76b6b199f14648370a5286','',552,0,'2013-10-24 00:00:00',6769,NULL),(6957,71,'NEGATIVE,,3090ddd57ea0a4002f76b6b199f14648370a5286','',553,0,'2013-10-24 15:58:51',6771,NULL),(6958,35,'HAZY,LIGHT AMBER,6.5,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,28,16,12,NOT SEEN,N,,,,,,,,,,,,,,,,,,,,,,,,,,OT SEEN,NOT SEEN,,3','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.015, PROTEIN:POSITIVE +, BLOOD:POSITIVE +, LEUCOCYTE:POSITIVE ++, PUS CELLS:28, EPITHELIAL CELLS:16, RED BLOOD CELLS:12',553,0,'2013-10-24 15:58:51',6771,NULL),(6959,71,'NEGATIVE,,f91af36c722554d1a10705e4a73b0b211ec5c3ec','',553,0,'2013-10-24 16:13:32',6772,NULL),(6960,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,f91af36c722554d1a10705e4a73b0b211ec5c3ec','',534,0,'2013-10-26 07:00:00',6774,NULL),(6961,134,'MODERATE,MANY,NOT SEEN,NOT SEEN,,f91af36c722554d1a10705e4a73b0b211ec5c3ec','',534,0,'2013-10-26 07:00:00',6774,NULL),(6962,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,b91fd7334788cd88e2b1a223ece6031a925b40ce','',534,0,'2013-10-26 07:00:00',6775,NULL),(6963,134,'SCANTY,MODERATE,NOT SEEN,PRESENT (+),,b91fd7334788cd88e2b1a223ece6031a925b40ce','',534,0,'2013-10-26 07:00:00',6775,NULL),(6964,9,'','',530,0,'2013-10-24 12:42:24',6776,NULL),(6965,9,'','',530,0,'2013-10-24 12:48:16',6777,NULL),(6966,19,'NEGATIVE,,bf0f662c79459e9c27dc8fb781e3616279757606','',534,0,'2013-10-25 00:00:00',6777,NULL),(6967,18,'[$]NO MALARIA PARASITES SEEN [/$],-,bf0f662c79459e9c27dc8fb781e3616279757606','',534,0,'2013-10-25 00:00:00',6777,NULL),(6968,36,'No Significant Bacteria Growth,##,##,,7148bad461a0dbb7c7bd98c8884237dd0ac666ff','',534,0,'2013-10-26 07:00:00',6778,NULL),(6969,9,',,,,,,,,,,,,,,87037c00ec164bca4789cee31fc28d522d28cc53','',553,0,'2013-10-24 16:10:26',6779,NULL),(6970,19,'NEGATIVE,,87037c00ec164bca4789cee31fc28d522d28cc53','',552,553,'2013-10-24 00:00:00',6779,'2013-10-24 16:10:26'),(6971,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,87037c00ec164bca4789cee31fc28d522d28cc53','',553,0,'2013-10-24 16:10:26',6779,NULL),(6972,107,'1/20,1/20,87037c00ec164bca4789cee31fc28d522d28cc53','',552,0,'2013-10-24 00:00:00',6781,NULL),(6973,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,87037c00ec164bca478','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.020, KETONES:POSITIVE +',553,0,'2013-10-24 16:07:44',6784,NULL),(6974,19,'NEGATIVE,,742a57b4dd3be4eaedc76bc70ef0672b3340413b','MALARIA ANTIGEN:NEGATIVE',504,0,'2013-10-24 14:07:29',6785,NULL),(6975,9,'','',530,0,'2013-10-24 13:09:45',6786,NULL),(6976,36,'Escherichia coli,##,##,,28451f149c442e58d64be2c78b6dbfc09ba3faf6','',543,0,'2013-10-30 08:00:00',6788,NULL),(6977,35,'HAZY,LIGHT AMBER,7.5,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,1,18,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,NO',', ',553,0,'2013-10-24 00:00:00',6788,NULL),(6978,82,'','',530,0,'2013-10-24 13:09:54',6791,NULL),(6979,68,'','',530,0,'2013-10-24 13:09:54',6791,NULL),(6980,21,'B,POSITIVE,,d0904bca282b233844ba1e606387a70bd229ee01','BLOOD GROUP ABO:B',553,0,'2013-10-24 16:25:12',6792,NULL),(6981,27,'NON-REACTIVE,-,NEGATIVE,,d0904bca282b233844ba1e606387a70bd229ee01','BLOOD GROUP ABO:BHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-10-24 16:25:12',6792,NULL),(6982,20,'NEGATIVE,,d0904bca282b233844ba1e606387a70bd229ee01','BLOOD GROUP ABO:BHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-10-24 16:25:13',6792,NULL),(6983,112,'NEGATIVE,,d0904bca282b233844ba1e606387a70bd229ee01','',553,0,'2013-10-24 16:24:02',6795,NULL),(6984,9,'','',530,0,'2013-10-24 13:41:34',6796,NULL),(6985,37,'YELLOWISH,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,88745d277d07423a3649c6d39df0bebcade2e44b','',552,0,'2013-10-24 00:00:00',6798,NULL),(6986,9,'','',530,0,'2013-10-24 14:01:30',6799,NULL),(6987,21,'','',530,0,'2013-10-24 14:11:03',6800,NULL),(6988,9,'','',530,0,'2013-10-24 14:11:03',6800,NULL),(6989,129,'','',530,0,'2013-10-24 14:11:04',6802,NULL),(6990,130,'','',530,0,'2013-10-24 14:11:04',6802,NULL),(6991,12,'','',530,0,'2013-10-24 14:11:04',6805,NULL),(6992,11,'','',530,0,'2013-10-24 14:11:04',6805,NULL),(6993,224,'','',530,0,'2013-10-24 14:11:04',6809,NULL),(6994,22,'4,,bd29ff1fd6a62881a951c9292a9babb15ca2be87','',552,0,'2013-10-24 16:47:54',6810,NULL),(6995,9,',,,,,,,,,,,,,,bd29ff1fd6a62881a951c9292a9babb15ca2be87','',552,0,'2013-10-24 16:47:54',6810,NULL),(6996,107,'1/20,1/20,,bd29ff1fd6a62881a951c9292a9babb15ca2be87','',552,0,'2013-10-24 16:48:30',6812,NULL),(6997,226,'','',530,0,'2013-10-24 14:48:49',6813,NULL),(6998,113,'','',530,0,'2013-10-24 15:00:07',6814,NULL),(6999,227,'5.8,NEGATIVE,NEGATIVE,3ddb18edafb9c2e4ea6a372753eb467016d51494','',537,0,'2013-10-25 00:00:00',6815,NULL),(7000,21,'B,POSITIVE,3ddb18edafb9c2e4ea6a372753eb467016d51494','',537,0,'2013-10-25 00:00:00',6815,NULL),(7001,9,'','',530,0,'2013-10-24 15:04:45',6815,NULL),(7002,70,'','',530,0,'2013-10-24 15:04:45',6817,NULL),(7003,9,'','',530,0,'2013-10-24 15:07:58',6818,NULL),(7004,19,'','',530,0,'2013-10-24 15:07:58',6818,NULL),(7005,18,'','',530,0,'2013-10-24 15:07:58',6818,NULL),(7006,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,8,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,f312d3df0fff7af6c0dc45f4','pH:7.0, SPECIFIC GRAVITY:1.010, BLOOD:POSITIVE +, EPITHELIAL CELLS:2, RED BLOOD CELLS:8',553,0,'2013-10-24 18:06:02',6820,NULL),(7007,9,',,,,,,,,,,,,,,0724d5f9f95b4e06e54e1e1bc2a81b0beb9b0995','',552,0,'2013-10-24 16:52:11',6821,NULL),(7008,19,'NEGATIVE,,0724d5f9f95b4e06e54e1e1bc2a81b0beb9b0995','',552,0,'2013-10-24 16:52:11',6821,NULL),(7009,18,'[$]NO MALARIA PARASITE SEEN[/$],,,0724d5f9f95b4e06e54e1e1bc2a81b0beb9b0995','',552,0,'2013-10-24 16:52:11',6821,NULL),(7010,107,'1/20,1/20,0724d5f9f95b4e06e54e1e1bc2a81b0beb9b0995','',534,0,'2013-10-24 00:00:00',6823,NULL),(7011,9,'','',530,0,'2013-10-24 15:24:48',6824,NULL),(7012,19,'NEGATIVE,,6d6f5b597def4638dc10c483771f45bdc4486836','',534,0,'2013-10-25 00:00:00',6824,NULL),(7013,22,'13,8683e1fb090e9f74d099a4414b71196dbc86715e','',534,0,'2013-10-25 00:00:00',6825,NULL),(7014,9,'','',530,0,'2013-10-24 15:26:44',6825,NULL),(7015,9,'','',530,0,'2013-10-24 15:30:19',6826,NULL),(7016,9,'','',530,0,'2013-10-24 15:32:11',6827,NULL),(7017,18,'[$]NO MALARIA PARASITES SEEN[/$],-,082b14f6a112a63e8a2c6087f8d233511cd14165','',552,0,'2013-11-05 08:00:00',6827,NULL),(7018,112,'NEGATIVE,,e8355423bd6c6080b895bc643e2660e9c1172ba4','',552,0,'2013-10-24 00:00:00',6828,NULL),(7019,9,',,,,,,,,,,,,,,78c6cee35986f59063d980556c4d932ae244adf4','',553,0,'2013-10-24 18:26:53',6829,NULL),(7020,19,'NEGATIVE,,78c6cee35986f59063d980556c4d932ae244adf4','',553,0,'2013-10-24 18:26:53',6829,NULL),(7021,68,'','',530,0,'2013-10-24 15:44:27',6830,NULL),(7022,9,'','',530,0,'2013-10-24 15:44:27',6830,NULL),(7023,21,'O,POSITIVE,06991311ab410d2814b0571442bc75650fe3d42f','',534,0,'2013-10-26 07:00:00',6831,NULL),(7024,9,'','',530,0,'2013-10-24 16:01:14',6831,NULL),(7025,20,'NEGATIVE,06991311ab410d2814b0571442bc75650fe3d42f','',534,0,'2013-10-26 07:00:00',6831,NULL),(7026,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,06991311ab410d2814b0571442bc75650fe3d42f','',534,0,'2013-10-26 07:00:00',6833,NULL),(7027,112,'NEGATIVE,,06991311ab410d2814b0571442bc75650fe3d42f','',534,0,'2013-10-26 07:00:00',6836,NULL),(7028,86,'NEGATIVE,06991311ab410d2814b0571442bc75650fe3d42f','',534,0,'2013-11-07 08:00:00',6836,NULL),(7029,193,'','',530,0,'2013-10-24 16:01:16',6840,NULL),(7030,21,'','',530,0,'2013-10-24 16:05:11',6841,NULL),(7031,224,'','',530,0,'2013-10-24 16:05:11',6841,NULL),(7032,9,'','',530,0,'2013-10-24 16:05:11',6841,NULL),(7033,19,'','',530,0,'2013-10-24 16:05:11',6841,NULL),(7034,18,'','',530,0,'2013-10-24 16:05:11',6841,NULL),(7035,36,'','',530,0,'2013-10-24 16:05:11',6843,NULL),(7036,35,'','',530,0,'2013-10-24 16:05:11',6843,NULL),(7037,37,'','',530,0,'2013-10-24 16:05:12',6846,NULL),(7038,11,'','',530,0,'2013-10-24 16:05:12',6850,NULL),(7039,8,'','',530,0,'2013-10-24 16:17:27',6851,NULL),(7040,9,'','',530,0,'2013-10-24 16:38:37',6852,NULL),(7041,19,'NEGATIVE,,05510b20f358e41c084109ca5c49beed6dbe975b','',552,0,'2013-10-24 00:00:00',6852,NULL),(7042,9,'','',530,0,'2013-10-24 16:42:07',6853,NULL),(7043,194,'','',530,0,'2013-10-24 16:42:07',6855,NULL),(7044,21,'','',504,0,'2013-10-24 16:45:58',6856,NULL),(7045,19,'','',504,0,'2013-10-24 16:45:58',6856,NULL),(7046,18,'','',504,0,'2013-10-24 16:45:58',6856,NULL),(7047,35,'','',504,0,'2013-10-24 16:45:58',6858,NULL),(7048,37,'BROWN,SEMI FORMED,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,present (++++),Not Seen,,bd1c4695c1a2de0e93da6fc1f91caf1fc4ccb876','CONTENT:BLOODY BLOOD STAINED, RBC:present ++++',550,0,'2013-10-24 20:15:16',6861,NULL),(7049,9,'','',530,0,'2013-10-24 16:56:25',6862,NULL),(7050,35,'CLEAR,AMBER,5.0,1.030,TRACE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ae169b218ff8a161f396f1aee13d832fc521abdf',', ',552,0,'2013-10-24 00:00:00',6864,NULL),(7051,9,'','',534,0,'2013-10-24 16:57:50',6865,NULL),(7052,19,'NEGATIVE,,0724d5f9f95b4e06e54e1e1bc2a81b0beb9b0995','',534,0,'2013-10-24 00:00:00',6865,NULL),(7053,18,'','',534,0,'2013-10-24 16:57:50',6865,NULL),(7054,107,'','',534,0,'2013-10-24 16:59:36',6866,NULL),(7055,9,'','',530,0,'2013-10-24 17:05:56',6867,NULL),(7056,18,'[$]NO MALARIA PARASITE SEEN[/$],-,76418a634eeb5034f4ec3f077f18765f22b6616a','',552,0,'2013-10-24 00:00:00',6867,NULL),(7057,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,76418a634eeb5034f4ec3f077f18765f22b6616a',', ',552,0,'2013-10-24 00:00:00',6869,NULL),(7058,21,'B,POSITIVE,7884303239421909ed3677cae299fa51befd67c7','',534,0,'2013-10-26 07:00:00',6870,NULL),(7059,47,'','',530,0,'2013-10-24 17:13:04',6872,NULL),(7060,46,'','',530,0,'2013-10-24 17:13:04',6872,NULL),(7061,9,'','',530,0,'2013-10-24 17:20:49',6873,NULL),(7062,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9383640a2dfa99a0acdd46012609cc9d6142fd21','',553,0,'2013-10-25 07:00:00',6873,NULL),(7063,57,'','',530,0,'2013-10-24 17:33:41',6874,NULL),(7064,133,'','',530,0,'2013-10-24 17:33:41',6874,NULL),(7065,56,'','',530,0,'2013-10-24 17:33:41',6874,NULL),(7066,9,',,,,,,,,,,,,,,67af7708aefbc0f7921d05af4ed98b682ca31fbd','',550,0,'2013-10-24 20:19:23',6875,NULL),(7067,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,67af7708aefbc0f7921d05af4ed98b682ca31fbd','',550,0,'2013-10-24 20:19:23',6875,NULL),(7068,9,',,,,,,,,,,,,,,74857796555d304ce5eef4efb8a9f4d64da43a36','',550,0,'2013-10-24 20:12:41',6876,NULL),(7069,19,'NEGATIVE,,74857796555d304ce5eef4efb8a9f4d64da43a36','',550,0,'2013-10-24 20:12:41',6876,NULL),(7070,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,74857796555d304ce5eef4efb8a9f4d64da43a36','',550,0,'2013-10-24 20:12:41',6876,NULL),(7071,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,20,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,,748577','CLARITY:HAZY, COLOUR:LIGHT AMBER, SPECIFIC GRAVITY:1.030, PROTEIN:POSITIVE ++, BLOOD:POSITIVE ++, EPITHELIAL CELLS:6, RED BLOOD CELLS:20',550,0,'2013-10-24 20:11:19',6878,NULL),(7072,107,'1/20,1/20,,74857796555d304ce5eef4efb8a9f4d64da43a36','',550,0,'2013-10-24 20:09:30',6881,NULL),(7073,9,',,,,,,,,,,,,,,aee6f802f517a08eb2933d1290f0ec981bd8a04b','',550,0,'2013-10-24 20:28:08',6882,NULL),(7074,19,'NEGATIVE,,aee6f802f517a08eb2933d1290f0ec981bd8a04b','',550,0,'2013-10-24 20:28:08',6882,NULL),(7075,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,aee6f802f517a08eb2933d1290f0ec981bd8a04b','',550,0,'2013-10-24 20:28:08',6882,NULL),(7076,107,'1/20,1/20,,aee6f802f517a08eb2933d1290f0ec981bd8a04b','',550,0,'2013-10-24 20:29:05',6884,NULL),(7077,119,'','',530,0,'2013-10-24 18:38:39',6885,NULL),(7078,28,'NEGATIVE,[$]AA[/$],,43017ce7fe77a079535ac904910c7c2ecaabf507','',550,0,'2013-10-24 00:00:00',6886,NULL),(7079,20,'NEGATIVE,43017ce7fe77a079535ac904910c7c2ecaabf507','',550,0,'2013-10-24 00:00:00',6886,NULL),(7080,9,',,,,,,,,,,,,,,cc7c4284ec7a376f124c5827acf22a3370f55b3c','',550,0,'2013-10-24 20:26:38',6887,NULL),(7081,19,'NEGATIVE,,cc7c4284ec7a376f124c5827acf22a3370f55b3c','',550,0,'2013-10-24 20:26:38',6887,NULL),(7082,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,cc7c4284ec7a376f124c5827acf22a3370f55b3c','',550,0,'2013-10-24 20:26:38',6887,NULL),(7083,21,'O,POSITIVE,3c7dfa0e1cf8bf747130f0ed344978115cfdb4b8','',557,0,'2013-10-25 00:00:00',6888,NULL),(7084,9,'5.7,4.29,12.7,36.5,85.1,29.6,34.8,54,11.1,8.0,76.7,3.0,1.0,3c7dfa0e1cf8bf747130f0ed344978115cfdb4b8','',557,0,'2013-10-25 00:00:00',6888,NULL),(7085,18,'','',530,0,'2013-10-24 18:58:03',6888,NULL),(7086,20,'NEGATIVE,3c7dfa0e1cf8bf747130f0ed344978115cfdb4b8','',557,0,'2013-10-25 00:00:00',6888,NULL),(7087,35,'','',530,0,'2013-10-24 18:58:04',6890,NULL),(7088,9,'','',558,0,'2013-10-24 19:09:57',6891,NULL),(7089,20,'NEGATIVE,60d2ea9da80dbdbeb888a3af19009fd6219a777b','',504,0,'2013-10-25 00:00:00',6891,NULL),(7090,11,'14,[$]14[/$],[$]1.0[/$],1.00,REFERENCE : 0.9 - 1.2_THERAPEUTIC : 2.0 - 4.0,60d2ea9da80dbdbeb888a3af19009fd6219a777b','',504,0,'2013-10-25 00:00:00',6893,NULL),(7091,68,'','',558,0,'2013-10-24 19:39:29',6894,NULL),(7092,9,'6.6,4.96,14.2,41.2,83.1,28.5,34.5,215,31.9,3.0,61.3,2.5,0.5,451c2f93e33c8b4f92a5a9a7c3a1580dbb18da89','',557,0,'2013-10-24 00:00:00',6894,NULL),(7093,19,'NEGATIVE,,451c2f93e33c8b4f92a5a9a7c3a1580dbb18da89','',557,0,'2013-10-24 00:00:00',6894,NULL),(7094,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,20,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,451c2f93e33c8b4f92a5',', ',557,0,'2013-10-24 00:00:00',6896,NULL),(7095,222,'7.7,6.07,16.4,46.0,75.6,27.0,35.7,182,31.1,15.4,53.5,2.4,1.2,4.1,17.8,10.3,,d794b750fab6e59c77065a661dd75acb63281b10','',557,0,'2013-10-24 00:00:00',6897,NULL),(7096,18,'','',558,0,'2013-10-24 20:03:38',6897,NULL),(7097,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d794b750fab6e59c77065a661dd75acb63281b10','',557,0,'2013-10-24 00:00:00',6899,NULL),(7098,107,'1/20,1/20,d794b750fab6e59c77065a661dd75acb63281b10','',557,0,'2013-10-24 00:00:00',6902,NULL),(7099,222,'','',558,0,'2013-10-24 20:12:33',6903,NULL),(7100,20,'NEGATIVE,accccd94f3e9a03fcea124f27bb2dc39f5958306','',504,0,'2013-10-25 00:00:00',6903,NULL),(7101,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,accccd94f3e9a03fcea124f27bb2dc39f5958306',', ',550,0,'2013-10-26 07:00:00',6905,NULL),(7102,11,'15,[$]14[/$],[$]1.07[/$],1.08,REFERENCE : 0.9 - 1.2_THERAPEUTIC : 2.0 - 4.0,accccd94f3e9a03fcea124f27bb2dc39f5958306','',504,0,'2013-10-25 00:00:00',6908,NULL),(7103,57,'','',558,0,'2013-10-24 20:12:37',6912,NULL),(7104,133,'','',558,0,'2013-10-24 20:12:37',6912,NULL),(7105,56,'','',558,0,'2013-10-24 20:12:37',6912,NULL),(7106,68,'','',558,0,'2013-10-24 20:34:28',6913,NULL),(7107,222,'','',558,0,'2013-10-24 20:34:28',6913,NULL),(7108,57,'','',558,0,'2013-10-24 20:34:28',6915,NULL),(7109,133,'','',558,0,'2013-10-24 20:34:28',6915,NULL),(7110,131,'','',558,0,'2013-10-24 20:34:28',6915,NULL),(7111,132,'','',558,0,'2013-10-24 20:34:28',6915,NULL),(7112,92,'','',558,0,'2013-10-24 20:34:28',6915,NULL),(7113,56,'','',558,0,'2013-10-24 20:34:28',6915,NULL),(7114,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8676a2bce2b7216d197af3fd0830f29979e12d7f','',543,0,'2013-10-25 00:00:00',6918,NULL),(7115,222,'13.5,4.91,12.4,36.1,73.5,25.3,34.3,433,29.7,7.2,63.1,4.0,1.0,8.5,14.5,9.3,,d6a8c1b842015c105b9dcd8a711509c9e41033fd','',557,0,'2013-10-24 00:00:00',6919,NULL),(7116,19,'NEGATIVE,,d6a8c1b842015c105b9dcd8a711509c9e41033fd','',557,0,'2013-10-24 00:00:00',6919,NULL),(7117,18,'','',558,0,'2013-10-24 20:37:27',6919,NULL),(7118,222,'6.9,4.96,12.6,38.4,77.4,25.4,32.8,272,27.2,9.9,62.9,1.9,0.7,4.3,14.0,10.7,,876e3a3bdc62008057d2248aafde05dfbef6a716','',557,0,'2013-10-24 00:00:00',6920,NULL),(7119,35,'','',558,0,'2013-10-24 20:47:25',6922,NULL),(7120,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,876e3a3bdc62008057d2248aafde05dfbef6a716','',543,0,'2013-10-25 00:00:00',6925,NULL),(7121,222,'10.6,5.71,12.5,39.7,69.5,21.9,31.5,379,18.2,7.1,74.7,1.9,0.8,7.9,15.6,8.4,,377004ab63572ea732c30dcec2115e3354156c33','',557,0,'2013-10-24 00:00:00',6926,NULL),(7122,19,'NEGATIVE,,377004ab63572ea732c30dcec2115e3354156c33','',557,0,'2013-10-24 00:00:00',6926,NULL),(7123,18,'','',558,0,'2013-10-24 21:00:33',6926,NULL),(7124,222,'7.1,4.44,13.1,38.4,86.5,29.5,34.1,259,9.7,7.4,82.9,0.7,0.5,5.9,13.5,9.0,,0b8da783c8a21cc5bdb88eb4a0c48be7734c2f86','',557,0,'2013-10-24 00:00:00',6927,NULL),(7125,19,'NEGATIVE,,0b8da783c8a21cc5bdb88eb4a0c48be7734c2f86','',557,0,'2013-10-24 00:00:00',6927,NULL),(7126,18,'','',558,0,'2013-10-24 21:13:24',6927,NULL),(7127,37,'YELLOWISH,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0b8da783c8a21cc5bdb88eb4a0c48be7734c2f86','MACROSCOPY : COLOUR:YELLOWISH, CONSISTENCY:WATERY, CONTENT:',552,0,'2013-10-26 02:10:03',6929,NULL),(7128,107,'1/20,1/20,0b8da783c8a21cc5bdb88eb4a0c48be7734c2f86','',557,0,'2013-10-24 00:00:00',6932,NULL),(7129,222,'6.1,3.84,12.4,35.3,91.9,32.3,35.1,254,33.4,9.7,56.9,2.0,0.6,3.5,12.2,9.2,,415f649fbf01eff2eb96b4bf7c8f3a76048163be','',557,0,'2013-10-25 00:00:00',6933,NULL),(7130,35,'CLEAR,AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN_NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,415f649fbf01eff2eb96b',', , ',557,0,'2013-10-25 00:00:00',6935,NULL),(7131,108,'NON - REACTIVE,415f649fbf01eff2eb96b4bf7c8f3a76048163be','',557,0,'2013-10-25 00:00:00',6938,NULL),(7132,222,'6.0,4.51,12.9,38.7,85.7,28.6,33.3,207,25.5,13.9,60.6,1.5,0.8,3.7,12.7,10.0,,7247480c6c98ed6946dab54907a96b3794ed9460','',557,0,'2013-10-25 00:00:00',6939,NULL),(7133,19,'NEGATIVE,,7247480c6c98ed6946dab54907a96b3794ed9460','',557,0,'2013-10-25 00:00:00',6939,NULL),(7134,18,'','',558,0,'2013-10-24 22:03:54',6939,NULL),(7135,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,8,10,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,7247480c6c98ed6946dab54907a96b3794ed9460',', ',557,0,'2013-10-25 00:00:00',6941,NULL),(7136,22,'12,face95fef9a3dbf7d74aa1ff09e5df460dd98fee','',557,0,'2013-10-25 00:00:00',6942,NULL),(7137,222,'3.9,4.68,12.6,38.5,82.3,26.9,32.7,266,47.3,9.9,42.9,1.8,0.4,42.8,12.8,8.7,,face95fef9a3dbf7d74aa1ff09e5df460dd98fee','',557,0,'2013-10-25 00:00:00',6942,NULL),(7138,19,'NEGATIVE,,face95fef9a3dbf7d74aa1ff09e5df460dd98fee','',557,0,'2013-10-25 00:00:00',6942,NULL),(7139,18,'','',558,0,'2013-10-24 22:07:04',6942,NULL),(7140,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,face95fef9a3dbf7d74aa1ff09e5df460dd98fee',', ',557,0,'2013-10-25 00:00:00',6944,NULL),(7141,222,'8.4,4.58,11.9,34.9,76.2,26.0,34.1,232,13.6,6.7,79.7,1.1,0.6,6.7,13.6,8.4,,0f047acdd3d552f8bea510bed10b82d9834a3810','',557,0,'2013-10-25 00:00:00',6945,NULL),(7142,19,'NEGATIVE,,0f047acdd3d552f8bea510bed10b82d9834a3810','',557,0,'2013-10-25 00:00:00',6945,NULL),(7143,18,'','',558,0,'2013-10-24 22:10:33',6945,NULL),(7144,35,'CLEAR,STRAW,5.5,1.010,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,0f047acdd3d552f8bea510bed10b82d98',', ',557,0,'2013-10-25 00:00:00',6947,NULL),(7145,222,'4.6,4.58,13.1,38.7,84.5,28.6,33.9,185,25.6,19.3,55.1,25.6,19.3,55.1,14.3,9.0,,cb7abf55017be83e49a153c3068e018ddc6f142c','',557,0,'2013-10-25 00:00:00',6948,NULL),(7146,19,'NEGATIVE,,cb7abf55017be83e49a153c3068e018ddc6f142c','',557,0,'2013-10-25 00:00:00',6948,NULL),(7147,18,'','',558,0,'2013-10-24 22:13:13',6948,NULL),(7148,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,cb7abf55017be83e49a153c3068e018ddc6f142c','',557,0,'2013-10-25 00:00:00',6950,NULL),(7149,222,'13.2,5.50,12.7,39.6,72.0,23.0,32.1,265,11.1,9.0,79.9,1.5,1.2,10.5,13.1,9.1,,dd61928f3a3f8c21c8186f2e1aedb5308def7212','',557,0,'2013-10-25 00:00:00',6951,NULL),(7150,18,'','',558,0,'2013-10-25 00:02:22',6951,NULL),(7151,222,'','',558,0,'2013-10-25 06:29:21',6952,NULL),(7152,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,05b5d577a9a7ce4a26484d9bd1c89654f3df8a25','',535,0,'2013-10-25 00:00:00',6954,NULL),(7153,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2a162e0aa416f4d94aab0ae47e2bf8a4f119c73d','',537,0,'2013-10-25 00:00:00',6955,NULL),(7154,68,'','',558,0,'2013-10-25 06:34:29',6956,NULL),(7155,222,'','',558,0,'2013-10-25 06:34:29',6956,NULL),(7156,112,'','',558,0,'2013-10-25 06:34:29',6958,NULL),(7157,132,'','',558,0,'2013-10-25 06:34:29',6958,NULL),(7158,68,'10.6,POSITIVE (++),NEGATIVE,,2a162e0aa416f4d94aab0ae47e2bf8a4f119c73d','',537,0,'2013-10-25 00:00:00',6959,NULL),(7159,68,'','',558,0,'2013-10-25 06:44:11',6960,NULL),(7160,222,'','',558,0,'2013-10-25 06:44:11',6960,NULL),(7161,57,'','',558,0,'2013-10-25 06:44:11',6962,NULL),(7162,133,'','',558,0,'2013-10-25 06:44:11',6962,NULL),(7163,132,'','',558,0,'2013-10-25 06:44:11',6962,NULL),(7164,56,'','',558,0,'2013-10-25 06:44:11',6962,NULL),(7165,222,'','',558,0,'2013-10-25 06:48:45',6963,NULL),(7166,19,'NEGATIVE,,66601dacff99e0c47b69df1a1717d1f63db9212b','',534,0,'2013-10-25 00:00:00',6963,NULL),(7167,18,'','',558,0,'2013-10-25 06:48:45',6963,NULL),(7168,35,'','',558,0,'2013-10-25 06:48:45',6965,NULL),(7169,68,'4.7,,,,24bbcb9461a4f69fd574441e924bc1b2a3123e9d','',557,557,'2013-10-25 00:00:00',6966,'2013-10-25 08:31:19'),(7170,35,'','',558,0,'2013-10-25 06:57:30',6967,NULL),(7171,57,'','',558,0,'2013-10-25 06:57:30',6969,NULL),(7172,133,'','',558,0,'2013-10-25 06:57:30',6969,NULL),(7173,56,'','',558,0,'2013-10-25 06:57:30',6969,NULL),(7174,57,'','',558,0,'2013-10-25 07:02:09',6970,NULL),(7175,133,'','',558,0,'2013-10-25 07:02:09',6970,NULL),(7176,56,'','',558,0,'2013-10-25 07:02:09',6970,NULL),(7177,68,'5.7,-,-,,af33e6db395ba389c64b785aa279de919375d65f','',504,0,'2013-10-25 00:00:00',6971,NULL),(7178,222,'','',558,0,'2013-10-25 07:12:04',6971,NULL),(7179,19,'NEGATIVE,,af33e6db395ba389c64b785aa279de919375d65f','',504,0,'2013-10-25 00:00:00',6971,NULL),(7180,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,af33e6db395ba389c64b785a',', ',534,0,'2013-10-26 07:00:00',6973,NULL),(7181,132,'','',558,0,'2013-10-25 07:12:04',6976,NULL),(7182,132,'','',558,0,'2013-10-25 07:16:10',6977,NULL),(7183,82,'','',558,0,'2013-10-25 07:16:10',6979,NULL),(7184,68,'','',558,0,'2013-10-25 07:16:10',6979,NULL),(7185,222,'','',558,0,'2013-10-25 07:21:52',6980,NULL),(7186,82,'','',558,0,'2013-10-25 07:21:53',6982,NULL),(7187,60,'','',558,0,'2013-10-25 07:34:09',6983,NULL),(7188,57,'','',558,0,'2013-10-25 07:34:09',6983,NULL),(7189,133,'','',558,0,'2013-10-25 07:34:09',6983,NULL),(7190,132,'','',558,0,'2013-10-25 07:34:09',6983,NULL),(7191,56,'','',558,0,'2013-10-25 07:34:09',6983,NULL),(7192,68,'','',558,0,'2013-10-25 07:34:12',6985,NULL),(7193,9,'','',530,0,'2013-10-25 07:51:13',6986,NULL),(7194,3,'2.5,##1.1,##1.8,##,,##,,,e644591c07285f7aa8a7f9c75262b79bb067f256','',534,0,'2013-10-30 08:00:00',6988,NULL),(7195,21,'B,POSITIVE,27e4be5faffc1b3a163c2dec02cc9c0080df0aba','',543,0,'2013-10-25 00:00:00',6989,NULL),(7196,22,'1,27e4be5faffc1b3a163c2dec02cc9c0080df0aba','',543,0,'2013-10-25 00:00:00',6989,NULL),(7197,20,'POSITIVE,27e4be5faffc1b3a163c2dec02cc9c0080df0aba','',543,0,'2013-10-25 00:00:00',6989,NULL),(7198,202,'','',530,0,'2013-10-25 07:58:32',6990,NULL),(7199,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,503098128471c845c1e2b96bc85f50bf47c8867e','',535,535,'2013-10-25 00:00:00',6991,'2013-10-25 09:14:48'),(7200,36,'Pseudomonas aeruginosae,##,##,,503098128471c845c1e2b96bc85f50bf47c8867e','',535,535,'2013-10-25 00:00:00',6991,'2013-10-25 09:14:48'),(7201,68,'','',530,0,'2013-10-25 08:16:34',6992,NULL),(7202,9,'','',530,0,'2013-10-25 08:16:34',6992,NULL),(7203,57,'','',530,0,'2013-10-25 08:16:34',6994,NULL),(7204,133,'','',530,0,'2013-10-25 08:16:34',6994,NULL),(7205,132,'','',530,0,'2013-10-25 08:16:34',6994,NULL),(7206,56,'','',530,0,'2013-10-25 08:16:34',6994,NULL),(7207,68,'4.6,-,-,,ac76909330d29397295df26ea281b4d334c12a88','',504,0,'2013-10-25 00:00:00',6995,NULL),(7208,9,'','',530,0,'2013-10-25 08:20:15',6995,NULL),(7209,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ac76909330d29397295df26ea281b4d334c12a88','',504,0,'2013-10-25 00:00:00',6995,NULL),(7210,70,'','',530,0,'2013-10-25 08:20:15',6995,NULL),(7211,132,'','',530,0,'2013-10-25 08:20:16',6997,NULL),(7212,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ac76909330d29397295df26ea281b4d334c12a88',', ',550,0,'2013-10-26 07:00:00',7000,NULL),(7213,9,'','',530,0,'2013-10-25 08:34:01',7001,NULL),(7214,19,'NEGATIVE,,e5617a1d887b2c86f5847df0234388bb5a2ea644','',504,0,'2013-10-25 00:00:00',7001,NULL),(7215,132,'','',530,0,'2013-10-25 08:34:01',7003,NULL),(7216,107,'1/20,1/40,e5617a1d887b2c86f5847df0234388bb5a2ea644','',504,0,'2013-10-25 00:00:00',7003,NULL),(7217,11,'31,[$]14[/$],[$]2.21[/$],2.53,THERAPEUTIC : 2.0 - 4.0,b70704649facff8a129b863ea954cd4d1e4f43a8','',543,0,'2013-10-25 00:00:00',7004,NULL),(7218,25,'NO DEFECT,,1c34696e16188167df2a93e46d68ed3f3b7107fd','',552,0,'2013-10-26 03:04:14',7005,NULL),(7219,28,'NEGATIVE,[$]AA[/$],,1c34696e16188167df2a93e46d68ed3f3b7107fd','',552,0,'2013-10-26 03:04:14',7005,NULL),(7220,132,'','',530,0,'2013-10-25 08:45:59',7007,NULL),(7221,25,'NO DEFECT,,475ed8f783325c5ab1de6f780c26f447e5e7345e','',552,0,'2013-10-26 03:02:47',7008,NULL),(7222,112,'NEGATIVE,,475ed8f783325c5ab1de6f780c26f447e5e7345e','',552,0,'2013-10-26 03:03:18',7010,NULL),(7223,9,'','',530,0,'2013-10-25 09:28:55',7011,NULL),(7224,70,',,16ea6c58b2a9386c21cd7c056a634989396e8338','',534,0,'2013-10-25 00:00:00',7011,NULL),(7225,108,'NON - REACTIVE,16ea6c58b2a9386c21cd7c056a634989396e8338','',534,0,'2013-10-25 00:00:00',7013,NULL),(7226,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,,NOT SEEN,NOT SEEN,,,,16ea6c58b2a9386c21cd7c056a634989396e8338','pH:6.0, SPECIFIC GRAVITY:1.025, PUS CELLS:6, EPITHELIAL CELLS:2',537,0,'2013-10-25 12:25:17',7016,NULL),(7227,9,'','',530,0,'2013-10-25 09:33:06',7017,NULL),(7228,19,'NEGATIVE,,bbe12295f2306f300685b2710cb63f50f3a1451c','',537,0,'2013-10-25 00:00:00',7017,NULL),(7229,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bbe12295f2306f300685b2710cb63f50f3a1451c','pH:7.5, SPECIFIC GRAVITY:1.010, PUS CELLS:2, EPITHELIAL CELLS:2',504,0,'2013-10-25 13:38:01',7019,NULL),(7230,9,'','',530,0,'2013-10-25 09:35:58',7020,NULL),(7231,28,'NEGATIVE,[$]AC[/$],,d7e6a4772f82b3483cb9aea63106a81a1203545e','',534,0,'2013-10-26 07:00:00',7020,NULL),(7232,19,'NEGATIVE,,d7e6a4772f82b3483cb9aea63106a81a1203545e','',537,0,'2013-10-25 00:00:00',7020,NULL),(7233,9,'','',530,0,'2013-10-25 09:40:54',7021,NULL),(7234,70,',,693e3b80a8c4c04caa173facda98fdc453c2ec0c','',537,0,'2013-10-25 00:00:00',7021,NULL),(7235,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,>30,,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,693e3b80a8c4c04caa173fac','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:7.5, SPECIFIC GRAVITY:1.015, BLOOD:POSITIVE +++, PUS CELLS:4, EPITHELIAL CELLS:2, RED BLOOD CELLS:30',537,0,'2013-10-25 12:19:47',7023,NULL),(7236,57,'','',530,0,'2013-10-25 09:43:44',7024,NULL),(7237,133,'','',530,0,'2013-10-25 09:43:44',7024,NULL),(7238,69,'','',530,0,'2013-10-25 09:43:44',7024,NULL),(7239,56,'','',530,0,'2013-10-25 09:43:44',7024,NULL),(7240,93,'','',530,0,'2013-10-25 09:43:44',7026,NULL),(7241,19,'NEGATIVE,,da8de38fc18c945f09a1764da2693b8c31032f32','',504,0,'2013-10-25 10:46:29',7027,NULL),(7242,199,'[$]COMMENSALS ONLY[/$],,a0066a391feb63e007aeed989e15d1ce780238ba','',537,0,'2013-10-25 10:46:52',7028,NULL),(7243,9,'','',530,0,'2013-10-25 09:46:50',7029,NULL),(7244,70,',,6e2298d16bb142abdd363da5ba37bc25727118db','',537,0,'2013-10-25 00:00:00',7029,NULL),(7245,108,'NON - REACTIVE,6e2298d16bb142abdd363da5ba37bc25727118db','',537,0,'2013-10-25 00:00:00',7031,NULL),(7246,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,,NOT SEEN,NOT SEEN,,,,6e2298d16bb142abdd363da5ba37bc25727118db','pH:8.0, SPECIFIC GRAVITY:1.010, PUS CELLS:2, EPITHELIAL CELLS:4',543,0,'2013-10-25 12:15:31',7034,NULL),(7247,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,dca31a6bfb1ceef9d327587ef57fbd1c54e27ea1','',534,0,'2013-11-02 07:35:06',7035,NULL),(7248,9,',,,,,,,,,,,,,,dca31a6bfb1ceef9d327587ef57fbd1c54e27ea1','',534,0,'2013-11-02 07:35:06',7035,NULL),(7249,18,',,,dca31a6bfb1ceef9d327587ef57fbd1c54e27ea1','',504,534,'2013-10-25 00:00:00',7035,'2013-11-01 23:35:06'),(7250,9,'','',530,0,'2013-10-25 09:52:05',7036,NULL),(7251,20,'NEGATIVE,a8997b453785fc5bdcad8df29babc5afe6571e95','',504,0,'2013-10-25 00:00:00',7036,NULL),(7252,57,'','',530,0,'2013-10-25 09:52:05',7038,NULL),(7253,133,'','',530,0,'2013-10-25 09:52:05',7038,NULL),(7254,56,'','',530,0,'2013-10-25 09:52:05',7038,NULL),(7255,9,'','',530,0,'2013-10-25 09:54:20',7039,NULL),(7256,19,'NEGATIVE,,135657d673203365504fa3e696270fd7ef81b8f3','',537,0,'2013-10-25 00:00:00',7039,NULL),(7257,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,135657d673203365504fa3e696270fd7ef81b8f3','',504,0,'2013-10-25 00:00:00',7041,NULL),(7258,9,'','',530,0,'2013-10-25 10:01:51',7042,NULL),(7259,57,'','',530,0,'2013-10-25 10:01:52',7044,NULL),(7260,133,'','',530,0,'2013-10-25 10:01:52',7044,NULL),(7261,132,'','',530,0,'2013-10-25 10:01:52',7044,NULL),(7262,56,'','',530,0,'2013-10-25 10:01:52',7044,NULL),(7263,65,'','',530,0,'2013-10-25 10:01:52',7044,NULL),(7264,9,'','',530,0,'2013-10-25 10:04:35',7045,NULL),(7265,27,'NON-REACTIVE,-,NEGATIVE,,12548544690b3b4dcfb466c53a6849889f076048','',537,0,'2013-10-25 00:00:00',7045,NULL),(7266,19,'NEGATIVE,,12548544690b3b4dcfb466c53a6849889f076048','',537,0,'2013-10-25 00:00:00',7045,NULL),(7267,18,'[$]NO MALARIA PARASITES SEEN[/$],-,12548544690b3b4dcfb466c53a6849889f076048','',537,0,'2013-10-25 00:00:00',7045,NULL),(7268,107,'1/20,1/20,12548544690b3b4dcfb466c53a6849889f076048','',537,0,'2013-10-25 00:00:00',7047,NULL),(7269,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,4,0,,NOT SEEN,NOT SEEN,,,,12548544690b3b4dcfb466c53a6849889f076048','pH:6.0, SPECIFIC GRAVITY:1.030, PUS CELLS:8, EPITHELIAL CELLS:4',537,0,'2013-10-25 12:28:51',7050,NULL),(7270,40,'','',530,0,'2013-10-25 10:08:14',7051,NULL),(7271,21,'A,POSITIVE,04d16238f090eac7f8ff30fb74dddf4aaa301804','',537,0,'2013-10-25 00:00:00',7051,NULL),(7272,224,'','',530,0,'2013-10-25 10:08:14',7051,NULL),(7273,9,'','',530,0,'2013-10-25 10:08:14',7051,NULL),(7274,27,'NON-REACTIVE,-,NEGATIVE,,04d16238f090eac7f8ff30fb74dddf4aaa301804','',537,0,'2013-10-25 00:00:00',7051,NULL),(7275,19,'NEGATIVE,,04d16238f090eac7f8ff30fb74dddf4aaa301804','',537,0,'2013-10-25 00:00:00',7051,NULL),(7276,37,'BROWN,WATERY,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,present (++++),present (+++),,04d16238f090eac7f8ff30fb74dddf4aaa301804','',504,0,'2013-10-25 00:00:00',7053,NULL),(7277,9,',,,,,,,,,,,,,,b4624320d24bfef3eb7f5f515fa3a47d0374154e','',530,0,'2013-10-25 14:10:55',7054,NULL),(7278,19,'NEGATIVE,,b4624320d24bfef3eb7f5f515fa3a47d0374154e','',537,530,'2013-10-25 00:00:00',7054,'2013-10-25 14:10:55'),(7279,18,'[$]NO MALARIA PARASITES SEEN.[/$],,,b4624320d24bfef3eb7f5f515fa3a47d0374154e','',530,0,'2013-10-25 14:10:55',7054,NULL),(7280,68,'','',537,0,'2013-10-25 10:12:43',7055,NULL),(7281,9,'','',537,0,'2013-10-25 10:12:43',7055,NULL),(7282,132,'','',537,0,'2013-10-25 10:12:44',7057,NULL),(7283,35,'CLOUDY,LIGHT AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,4,>30,NOT SEE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,N','',504,0,'2013-10-25 00:00:00',7060,NULL),(7284,112,'NEGATIVE,,d82e49ad078b95b6aeaef86ad50a5c09a3759eb1','',537,0,'2013-10-25 00:00:00',7061,NULL),(7285,9,'','',537,0,'2013-10-25 10:14:48',7062,NULL),(7286,18,'[$]NO MALARIA PARASITES SEEN[/$],-,275ee42d366b7602e844e35d0821e9b36600ca4e','',537,0,'2013-10-25 00:00:00',7062,NULL),(7287,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,275ee42d366b7602e844e35d','',504,0,'2013-10-25 00:00:00',7064,NULL),(7288,68,'','',530,0,'2013-10-25 10:17:45',7065,NULL),(7289,9,'','',530,0,'2013-10-25 10:17:45',7065,NULL),(7290,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f74f30f9caddc824aea3e95e7e5296d980279aa8','',537,0,'2013-10-25 00:00:00',7065,NULL),(7291,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f74f30f9caddc824aea3e95e7e5296d980279aa8','',504,0,'2013-10-25 00:00:00',7067,NULL),(7292,68,'14.6,POSITIVE (+++),NEGATIVE,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,504,'2013-10-25 00:00:00',7068,'2013-10-25 13:04:32'),(7293,9,',,,,,,,,,,,,,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,0,'2013-10-25 13:04:32',7068,NULL),(7294,19,'POSITIVE,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,504,'2013-10-25 00:00:00',7068,'2013-10-25 13:04:32'),(7295,18,'[$]NO MALARIA PARASITES SEEN.[/$],,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,0,'2013-10-25 13:04:32',7068,NULL),(7296,57,'','',530,0,'2013-10-25 10:25:59',7070,NULL),(7297,133,'','',530,0,'2013-10-25 10:25:59',7070,NULL),(7298,131,'','',530,0,'2013-10-25 10:25:59',7070,NULL),(7299,132,'','',530,0,'2013-10-25 10:25:59',7070,NULL),(7300,92,'5.2,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',534,0,'2013-10-28 08:00:00',7070,NULL),(7301,56,'','',530,0,'2013-10-25 10:25:59',7070,NULL),(7302,36,'No Bacteria Growth,##,##,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',537,0,'2013-10-25 12:58:41',7073,NULL),(7303,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,,f9e651e9d5d2c961f','GLUCOSE:POSITIVE +++',537,537,'2013-10-25 00:00:00',7073,'2013-10-25 12:58:41'),(7304,37,'','',530,0,'2013-10-25 10:25:59',7077,NULL),(7305,21,'B,POSITIVE,60c531f3396d37ecd79d038dba4566c13682963d','',537,0,'2013-10-25 00:00:00',7078,NULL),(7306,9,'','',543,0,'2013-10-25 10:36:42',7078,NULL),(7307,20,'POSITIVE,60c531f3396d37ecd79d038dba4566c13682963d','',537,0,'2013-10-25 00:00:00',7078,NULL),(7308,112,'NEGATIVE,,60c531f3396d37ecd79d038dba4566c13682963d','',537,0,'2013-10-25 00:00:00',7080,NULL),(7309,36,'No Significant Bacteria Growth,##,##,,0a8f4cb5c8d2219b700e605d238a303b18a35e7b','',534,0,'2013-10-28 07:00:00',7081,NULL),(7310,22,'15,b20938b80e8078f8c97ae37006dd9f489d22db4b','',534,0,'2013-10-26 07:00:00',7082,NULL),(7311,9,'','',543,0,'2013-10-25 10:43:24',7082,NULL),(7312,108,'NON - REACTIVE,b20938b80e8078f8c97ae37006dd9f489d22db4b','',534,0,'2013-10-26 07:00:00',7084,NULL),(7313,107,'1/40,1/80,b20938b80e8078f8c97ae37006dd9f489d22db4b','',534,0,'2013-10-26 07:00:00',7084,NULL),(7314,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b20938b80e8078f8c97ae37006dd9f489d22db4b',', ',504,0,'2013-10-25 00:00:00',7087,NULL),(7315,9,'','',543,0,'2013-10-25 10:46:02',7088,NULL),(7316,19,'NEGATIVE,,dae50e8087cc1c2b5ef7e217ab172724bd2c1897','',537,0,'2013-10-25 00:00:00',7088,NULL),(7317,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dae50e8087cc1c2b5ef7e217ab172724bd2c1897','',537,0,'2013-10-25 00:00:00',7088,NULL),(7318,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,dae50e8087cc1c2b5ef7e217','',537,0,'2013-10-25 00:00:00',7090,NULL),(7319,9,'','',543,0,'2013-10-25 10:48:37',7091,NULL),(7320,18,'[$]NO MALARIA PARASITES SEEN[/$],-,07aed385fa7dfd08f1d67ac8f3f9fd8aa9afba21',', ',537,0,'2013-10-25 00:00:00',7091,NULL),(7321,70,',,07aed385fa7dfd08f1d67ac8f3f9fd8aa9afba21','',537,0,'2013-10-25 00:00:00',7093,NULL),(7322,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,07aed385fa7dfd08f1d67ac8f3f9fd8aa9afba21','',504,0,'2013-10-25 00:00:00',7096,NULL),(7323,9,'','',543,0,'2013-10-25 10:51:09',7097,NULL),(7324,68,'','',543,0,'2013-10-25 10:51:09',7099,NULL),(7325,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,,NOT SEEN,NOT SEEN,,,,568708b97fb2d009310440564644f537ca41d307','pH:6.0, SPECIFIC GRAVITY:1.030, PUS CELLS:2, EPITHELIAL CELLS:6',504,0,'2013-10-25 13:33:37',7102,NULL),(7326,9,'','',530,0,'2013-10-25 10:56:43',7103,NULL),(7327,9,'','',530,0,'2013-10-25 11:02:48',7104,NULL),(7328,19,'NEGATIVE,,2bd9bcacfad2a7d3c13c4a9436efdf30dd73ed92','',555,0,'2013-10-26 07:00:00',7104,NULL),(7329,57,'','',530,0,'2013-10-25 11:02:48',7106,NULL),(7330,133,'','',530,0,'2013-10-25 11:02:48',7106,NULL),(7331,132,'','',530,0,'2013-10-25 11:02:48',7106,NULL),(7332,56,'','',530,0,'2013-10-25 11:02:48',7106,NULL),(7333,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,2bd9bcacfad2a7d3c13c4a9',', ',550,0,'2013-10-26 07:00:00',7109,NULL),(7334,9,'','',530,0,'2013-10-25 11:16:39',7110,NULL),(7335,131,'','',530,0,'2013-10-25 11:16:39',7112,NULL),(7336,132,'','',530,0,'2013-10-25 11:16:39',7112,NULL),(7337,9,'','',530,0,'2013-10-25 11:22:30',7113,NULL),(7338,28,'NEGATIVE,[$]AA[/$],,94645ed3e1176b37065635471dd8ed874e372320','',534,0,'2013-10-26 07:00:00',7113,NULL),(7339,9,'','',530,0,'2013-10-25 11:29:55',7114,NULL),(7340,19,'NEGATIVE,,bf670d698b3bada209c2a6723a25672d84b7a611','',504,0,'2013-10-25 00:00:00',7114,NULL),(7341,16,'','',530,0,'2013-10-25 11:32:14',7115,NULL),(7342,14,'NEGATIVE,6f4a583ed231e3ad23c64a043f1563811086057c','',550,0,'2013-10-26 07:00:00',7117,NULL),(7343,205,'[$]29[/$],,,a97cb3a16414118b2ffbe0a44e23251414fa578e','',537,537,'2013-10-25 12:39:11',7118,'2013-10-25 12:39:46'),(7344,9,',,,,,,,,,,,,,,dafe81bd6cb05bbdba6812f006b183290da85650','',504,0,'2013-10-25 14:06:07',7119,NULL),(7345,19,'NEGATIVE,,dafe81bd6cb05bbdba6812f006b183290da85650','',504,504,'2013-10-25 00:00:00',7119,'2013-10-25 14:06:08'),(7346,18,'[$]NO MALARIA PARASITES SEEN[/$],,,dafe81bd6cb05bbdba6812f006b183290da85650','',504,0,'2013-10-25 14:06:08',7119,NULL),(7347,73,'-,,dafe81bd6cb05bbdba6812f006b183290da85650','',504,0,'2013-10-25 14:08:26',7121,NULL),(7348,107,'1/20,1/20,,dafe81bd6cb05bbdba6812f006b183290da85650','',504,0,'2013-10-25 14:08:26',7121,NULL),(7349,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dafe81bd6cb05bbdba6812f006b183290da85650','',535,0,'2013-10-25 00:00:00',7124,NULL),(7350,9,'','',530,0,'2013-10-25 11:57:55',7125,NULL),(7351,28,'NEGATIVE,[$][/$],,f748c4d747958680da3a5d20f4e46d589b474ec4','',537,0,'2013-10-25 00:00:00',7125,NULL),(7352,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f748c4d747958680da3a5d20f4e46d589b474ec4','',537,0,'2013-10-25 00:00:00',7125,NULL),(7353,9,'','',530,0,'2013-10-25 12:00:00',7126,NULL),(7354,19,'NEGATIVE,,8130f6e0d662c2fe8550400e62dda13b6c7d8196','',504,0,'2013-10-25 00:00:00',7126,NULL),(7355,9,'','',530,0,'2013-10-25 12:01:57',7127,NULL),(7356,36,'No Significant Bacteria Growth,##,##,,a0e277e410560c3321c3a5282c469b254df47c44','ISOLATES:No Significant Bacteria Growth',504,0,'2013-10-25 13:13:59',7128,NULL),(7357,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,,NOT SEEN,NOT SEEN,,,,a0e277e410560c3321c3a5282c469b254df47c44','ISOLATES:No Significant Bacteria GrowthpH:6.0, SPECIFIC GRAVITY:1.010, PUS CELLS:2, EPITHELIAL CELLS:6',504,0,'2013-10-25 13:13:59',7128,NULL),(7358,9,'','',530,0,'2013-10-25 12:12:49',7129,NULL),(7359,19,'NEGATIVE,,752dcef459f2bf2aa2df781f3edab514130bfbee','',504,0,'2013-10-25 00:00:00',7129,NULL),(7360,92,'1.5,c877ff23e205a943a4afaa076be52b21582bf559','',534,0,'2013-10-28 08:00:00',7130,NULL),(7361,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,a0e277e410560c3321c3a5282c469b254df47c44','',504,504,'2013-10-25 00:00:00',7131,'2013-10-25 13:22:13'),(7362,9,'','',530,0,'2013-10-25 12:22:28',7132,NULL),(7363,19,'NEGATIVE,,9fccad4f317b29c5967d138d0b578aaff4973158','',504,0,'2013-10-25 00:00:00',7132,NULL),(7364,9,'','',530,0,'2013-10-25 12:25:34',7133,NULL),(7365,19,'NEGATIVE,,3c0a22c0aa5e438a31f07da4354a16a444847e25','',534,0,'2013-10-26 07:00:00',7133,NULL),(7366,18,'[$]NO MALARIA PARASITES SEEN [/$],-,3c0a22c0aa5e438a31f07da4354a16a444847e25','',534,0,'2013-10-26 07:00:00',7133,NULL),(7367,9,'','',530,0,'2013-10-25 12:27:30',7134,NULL),(7368,9,'','',530,0,'2013-10-25 12:28:37',7135,NULL),(7369,213,'','',534,0,'2013-10-25 12:38:22',7136,NULL),(7370,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,141c8bafe5e39c0bab99d1ae8201fb4bae4a6425','',534,0,'2013-10-25 00:00:00',7137,NULL),(7371,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,6c3206ae3a39abf40d4effece733f87309e8560f','',534,0,'2013-10-25 00:00:00',7138,NULL),(7372,9,'','',530,0,'2013-10-25 12:57:50',7139,NULL),(7373,223,'','',530,0,'2013-10-25 12:57:50',7139,NULL),(7374,28,'POSITIVE,[$]AS[/$],,4ef2fbd66daffc995b1e19d2c1323579e23e3aa6','',534,0,'2013-10-26 07:00:00',7139,NULL),(7375,9,'','',530,0,'2013-10-25 12:59:36',7140,NULL),(7376,19,'NEGATIVE,,b935296391bec8723369852e898a9f841212f971','',504,0,'2013-10-25 00:00:00',7140,NULL),(7377,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,d128bfa9dc8ef82608acb7f9eb996bb6d9b3e14e','',534,0,'2013-10-25 00:00:00',7141,NULL),(7378,57,',,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:47:06',7142,NULL),(7379,133,',,,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:47:06',7142,NULL),(7380,131,',,,,,,,,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:47:06',7142,NULL),(7381,132,',,,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:47:06',7142,NULL),(7382,56,',,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:47:06',7142,NULL),(7383,107,'1/20,1/20,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:47:06',7142,NULL),(7384,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,55009510e5929db6bdfbfa23','',550,0,'2013-10-26 07:00:00',7144,NULL),(7385,68,',NEGATIVE,NEGATIVE,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:49:08',7147,NULL),(7386,9,',,,,,,,,,,,,,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:49:08',7147,NULL),(7387,19,'NEGATIVE,,55009510e5929db6bdfbfa23733ef2b5f10867ad','',553,0,'2013-10-25 22:49:08',7147,NULL),(7388,199,'[$]COMMENSALS ONLY[/$],37738af17369f4cbb1df87f5c8c4f429bce26860','',534,0,'2013-10-25 00:00:00',7148,NULL),(7389,9,'','',530,0,'2013-10-25 13:19:52',7149,NULL),(7390,199,'[$]COMMENSALS ONLY[/$],1b29b1df0ce1f9cfac39d1c60bd0afcc3375b618','',534,0,'2013-10-25 00:00:00',7150,NULL),(7391,9,'','',530,0,'2013-10-25 13:27:51',7151,NULL),(7392,223,'','',530,0,'2013-10-25 13:27:51',7151,NULL),(7393,9,'','',530,0,'2013-10-25 13:33:33',7152,NULL),(7394,19,'NEGATIVE,,f0c178c3c61f91af0445c254c74b42efc740b713','',555,0,'2013-10-26 07:00:00',7152,NULL),(7395,36,'No Bacteria Growth,##,##,,4779d596bca96be7d010d4cfd857f5449a56bb83','',534,0,'2013-10-25 00:00:00',7153,NULL),(7396,35,'CLEAR,AMBER,5.0,1.030,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,4779d596bca96be7d010d4cfd','',534,0,'2013-10-25 00:00:00',7153,NULL),(7397,108,'NON - REACTIVE,,e755745c693f151570971a08b97994a83c1c9d5e','',504,0,'2013-10-25 14:42:53',7154,NULL),(7398,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0d3a953eca8c6035770e4c3f1470161f3a99b9d2','',504,0,'2013-10-26 07:00:00',7155,NULL),(7399,223,'','',530,0,'2013-10-25 13:59:11',7156,NULL),(7400,21,'O,POSITIVE,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',504,0,'2013-10-25 00:00:00',7157,NULL),(7401,9,'','',504,0,'2013-10-25 14:05:02',7157,NULL),(7402,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,b5ad0e7312b69c10ce715f6d','',504,0,'2013-10-25 00:00:00',7159,NULL),(7403,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',504,0,'2013-10-25 00:00:00',7162,NULL),(7404,9,'','',530,0,'2013-10-25 14:06:35',7163,NULL),(7405,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,5a31155df7a24d206a0de19ca',', ',550,0,'2013-10-26 07:00:00',7165,NULL),(7406,128,'','',530,0,'2013-10-25 14:06:36',7168,NULL),(7407,14,'NEGATIVE,5a31155df7a24d206a0de19ca6362c081834a15c','',550,0,'2013-10-26 07:00:00',7172,NULL),(7408,9,',,,,,,,,,,,,,,9615d9b8f46805a2f5003e2be5d091ab322cb283','',553,0,'2013-10-26 10:38:45',7173,NULL),(7409,19,'NEGATIVE,,9615d9b8f46805a2f5003e2be5d091ab322cb283','',553,0,'2013-10-26 10:38:46',7173,NULL),(7410,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,9615d9b8f46805a2f5003e2be5d091ab322cb283','',553,0,'2013-10-26 10:38:46',7173,NULL),(7411,9,'','',530,0,'2013-10-25 14:13:56',7174,NULL),(7412,28,'NEGATIVE,[$]AA[/$],,3c2d26c33dc2494cbfcd67f5452b71c747da49f9','',534,0,'2013-10-26 07:00:00',7174,NULL),(7413,9,'','',530,0,'2013-10-25 14:17:33',7175,NULL),(7414,28,'NEGATIVE,[$]AA[/$],,e923b74286d7643980622bbe4168fdfa9d577787','',534,0,'2013-10-26 07:00:00',7175,NULL),(7415,9,'','',530,0,'2013-10-25 14:21:29',7176,NULL),(7416,28,'NEGATIVE,[$]AA[/$],,a3449f68d58c6a6a1a72ecafa2c2f58d0d0ad92a','',534,0,'2013-10-26 07:00:00',7176,NULL),(7417,9,',,,,,,,,,,,,,,f155002aad54d43b8dba18965d4785ec97136011','',553,0,'2013-10-26 10:40:16',7177,NULL),(7418,19,'NEGATIVE,,f155002aad54d43b8dba18965d4785ec97136011','',553,0,'2013-10-26 10:40:16',7177,NULL),(7419,107,'1/160,1/40,,f155002aad54d43b8dba18965d4785ec97136011','S. typhi O:1160, S. typhi H:140',553,0,'2013-10-26 10:39:43',7179,NULL),(7420,9,'','',530,0,'2013-10-25 14:26:20',7180,NULL),(7421,9,',,,,,,,,,,,,,,99a7920091eb48d617692583116dd23642da9f96','',553,0,'2013-10-25 23:52:03',7181,NULL),(7422,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,99a7920091eb48d617692583116dd23642da9f96','',553,0,'2013-10-25 23:52:03',7181,NULL),(7423,9,'','',530,0,'2013-10-25 22:44:55',7182,NULL),(7424,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,369528db0a596ead41f82376c99b6cfde54b8a5d','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015, PUS CELLS:2, EPITHELIAL CELLS:8',553,0,'2013-10-29 02:43:12',7184,NULL),(7425,9,',,,,,,,,,,,,,,bfa2963610f049bdafc53289bea316893a305da4','',553,0,'2013-10-25 23:50:18',7185,NULL),(7426,19,'NEGATIVE,,bfa2963610f049bdafc53289bea316893a305da4','',553,0,'2013-10-25 23:50:18',7185,NULL),(7427,21,'B,POSITIVE,,1310dae2605c2f8369a29bc268e9103282e1eda9','BLOOD GROUP ABO:B',553,0,'2013-10-26 00:27:49',7186,NULL),(7428,9,',,,,,,,,,,,,,,676a67553786a6b00f538296c7d15b89de2d09af','',553,0,'2013-10-25 23:53:52',7187,NULL),(7429,18,'[$]MALARIA PARASITES PRESENT (++++)[/$],TROPHOZOITES,,676a67553786a6b00f538296c7d15b89de2d09af','',553,0,'2013-10-25 23:53:53',7187,NULL),(7430,35,'','',530,0,'2013-10-25 23:02:33',7189,NULL),(7431,57,'','',530,0,'2013-10-25 23:05:27',7190,NULL),(7432,89,'3.2,,,8e17f57b26fc02c38f9bf1cc8efba2258662a57d','',552,0,'2013-10-30 08:00:00',7190,NULL),(7433,91,'8.5,MALE (3.28 - 19.68),8e17f57b26fc02c38f9bf1cc8efba2258662a57d','',552,0,'2013-10-30 08:00:00',7190,NULL),(7434,17,'','',530,0,'2013-10-25 23:05:27',7190,NULL),(7435,68,'','',530,0,'2013-10-25 23:05:27',7192,NULL),(7436,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8e17f57b26fc02c38f9bf1cc8efba2258662a57d',', ',550,0,'2013-10-26 07:00:00',7195,NULL),(7437,9,',,,,,,,,,,,,,,8cc7f90f8742385771b39b921ab63ef73e680f63','',553,0,'2013-10-25 23:48:55',7196,NULL),(7438,19,'NEGATIVE,,8cc7f90f8742385771b39b921ab63ef73e680f63','',553,0,'2013-10-25 23:48:56',7196,NULL),(7439,22,'60,fa34e6d58cc6eef84cb0fa6d7b68d6aac12383aa','',555,0,'2013-10-26 07:00:00',7197,NULL),(7440,9,'','',530,0,'2013-10-25 23:17:39',7197,NULL),(7441,223,'[$][/$],fa34e6d58cc6eef84cb0fa6d7b68d6aac12383aa','',555,0,'2013-10-26 07:00:00',7197,NULL),(7442,28,'NEGATIVE,[$][/$],,fa34e6d58cc6eef84cb0fa6d7b68d6aac12383aa','',555,0,'2013-10-26 07:00:00',7197,NULL),(7443,144,'','',530,0,'2013-10-25 23:17:39',7199,NULL),(7444,9,'','',530,0,'2013-10-25 23:21:19',7200,NULL),(7445,18,'[$]NO MALARIA PARASITES SEEN[/$],-,62696987d636df462d82cac8006472d52b8213a4','',504,0,'2013-10-25 07:00:00',7200,NULL),(7446,71,'NEGATIVE,,62696987d636df462d82cac8006472d52b8213a4','',504,0,'2013-10-25 07:00:00',7202,NULL),(7447,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,62696987d636df462d82cac8006472d52b8213a4','',504,0,'2013-10-25 07:00:00',7202,NULL),(7448,9,'','',530,0,'2013-10-25 23:32:12',7203,NULL),(7449,223,'','',530,0,'2013-10-25 23:32:12',7203,NULL),(7450,28,'NEGATIVE,[$]AA[/$],,98aaae96a24c742503b1fdbdb931b103ff276145','',534,0,'2013-10-26 07:00:00',7203,NULL),(7451,9,'','',530,0,'2013-10-25 23:34:45',7204,NULL),(7452,28,'NEGATIVE,[$]AA[/$],,051a2aa43826226c3783d6c83f37f8cf55d8d093','',534,0,'2013-10-26 07:00:00',7204,NULL),(7453,227,'5.1,NEGATIVE,NEGATIVE,c7101505c9cafbbd46aa90873979370aad99fb5d','',555,0,'2013-10-26 07:00:00',7205,NULL),(7454,21,'O,POSITIVE,c7101505c9cafbbd46aa90873979370aad99fb5d','',555,0,'2013-10-26 07:00:00',7205,NULL),(7455,9,'','',530,0,'2013-10-25 23:44:16',7205,NULL),(7456,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c7101505c9cafbbd46aa90873979370aad99fb5d','',555,0,'2013-10-26 07:00:00',7207,NULL),(7457,144,'','',530,0,'2013-10-25 23:44:16',7210,NULL),(7458,9,'','',530,0,'2013-10-25 23:55:06',7211,NULL),(7459,19,'NEGATIVE,,48a517209288c682cca6beb45b512e2e7132a49b','',553,0,'2013-10-25 07:00:00',7211,NULL),(7460,18,'[$]NO MALARIA PARASITES SEEN[/$],-,48a517209288c682cca6beb45b512e2e7132a49b','',553,0,'2013-10-25 07:00:00',7211,NULL),(7461,9,'','',530,0,'2013-10-26 00:14:20',7212,NULL),(7462,19,'NEGATIVE,,f7466e78a0e4bca8d065b014c7df17db037e8fea','',553,0,'2013-10-25 07:00:00',7212,NULL),(7463,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f7466e78a0e4bca8d065b014c7df17db037e8fea','CONSISTENCY:LOOSE, CONTENT:',553,0,'2013-10-27 17:46:08',7214,NULL),(7464,9,'','',530,0,'2013-10-26 00:16:14',7215,NULL),(7465,19,'NEGATIVE,,6e03e34c209d31da690fd04b3c421c89c517e068','',553,0,'2013-10-25 07:00:00',7215,NULL),(7466,71,'NEGATIVE,,6e03e34c209d31da690fd04b3c421c89c517e068','',553,0,'2013-10-25 07:00:00',7217,NULL),(7467,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dff81b3ec166ae5945b400ee4a2967b86136c624','',553,0,'2013-10-25 07:00:00',7218,NULL),(7468,9,'','',530,0,'2013-10-26 00:30:28',7219,NULL),(7469,18,'[$]NO MALARIA PARASITES SEEN[/$],-,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',553,0,'2013-10-25 07:00:00',7219,NULL),(7470,70,',,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',553,0,'2013-10-25 07:00:00',7219,NULL),(7471,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,POSITIVE (+++),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,12,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,01264d56f51cd18677f','',553,0,'2013-10-25 07:00:00',7221,NULL),(7472,16,'NEGATIVE,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',553,0,'2013-10-25 07:00:00',7224,NULL),(7473,14,'NEGATIVE,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',555,0,'2013-10-28 07:00:00',7228,NULL),(7474,9,'','',530,0,'2013-10-26 01:07:12',7229,NULL),(7475,19,'NEGATIVE,,5efb9391aa60a6cb9b8136f24da9af92f8b23d6f','',535,0,'2013-10-25 07:00:00',7229,NULL),(7476,37,'GREENISH,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,5efb9391aa60a6cb9b8136f24da9af92f8b23d6f','',553,0,'2013-10-25 07:00:00',7231,NULL),(7477,68,'','',558,0,'2013-10-26 02:35:19',7232,NULL),(7478,9,'','',558,0,'2013-10-26 02:35:19',7232,NULL),(7479,19,'','',558,0,'2013-10-26 02:35:19',7232,NULL),(7480,35,'','',558,0,'2013-10-26 02:35:19',7234,NULL),(7481,9,'','',558,0,'2013-10-26 02:53:30',7235,NULL),(7482,19,'','',558,0,'2013-10-26 02:53:30',7235,NULL),(7483,107,'','',558,0,'2013-10-26 02:53:30',7237,NULL),(7484,222,'','',558,0,'2013-10-26 03:08:33',7238,NULL),(7485,222,'','',558,0,'2013-10-26 03:11:15',7239,NULL),(7486,19,'','',558,0,'2013-10-26 03:11:15',7239,NULL),(7487,222,'','',558,0,'2013-10-26 03:29:35',7240,NULL),(7488,19,'','',558,0,'2013-10-26 03:29:35',7240,NULL),(7489,18,'','',558,0,'2013-10-26 03:29:35',7240,NULL),(7490,222,'','',558,0,'2013-10-26 03:32:32',7241,NULL),(7491,19,'','',558,0,'2013-10-26 03:32:32',7241,NULL),(7492,18,'','',558,0,'2013-10-26 03:32:32',7241,NULL),(7493,222,'','',558,0,'2013-10-26 04:14:36',7242,NULL),(7494,18,'','',558,0,'2013-10-26 04:14:36',7242,NULL),(7495,14,'','',558,0,'2013-10-26 04:14:36',7244,NULL),(7496,222,'','',558,0,'2013-10-26 04:29:39',7245,NULL),(7497,223,'','',558,0,'2013-10-26 04:29:39',7245,NULL),(7498,35,'','',558,0,'2013-10-26 04:29:40',7247,NULL),(7499,18,'','',558,0,'2013-10-26 04:33:50',7248,NULL),(7500,222,'','',558,0,'2013-10-26 06:47:41',7249,NULL),(7501,19,'','',558,0,'2013-10-26 06:47:41',7249,NULL),(7502,222,'','',558,0,'2013-10-26 07:11:10',7250,NULL),(7503,19,'','',558,0,'2013-10-26 07:11:10',7250,NULL),(7504,68,'','',558,0,'2013-10-26 11:08:10',7251,NULL),(7505,222,'','',558,0,'2013-10-26 11:08:10',7251,NULL),(7506,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,8,CALCIUM OXALATE (+),NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,247ce6c02',', ',550,0,'2013-10-26 07:00:00',7253,NULL),(7507,211,'','',558,0,'2013-10-26 11:08:11',7256,NULL),(7508,60,'','',558,0,'2013-10-26 11:08:11',7256,NULL),(7509,57,'','',558,0,'2013-10-26 11:08:11',7256,NULL),(7510,133,'','',558,0,'2013-10-26 11:08:11',7256,NULL),(7511,131,'','',558,0,'2013-10-26 11:08:11',7256,NULL),(7512,56,'','',558,0,'2013-10-26 11:08:11',7256,NULL),(7513,66,'','',558,0,'2013-10-26 12:10:42',7257,NULL),(7514,72,'','',558,0,'2013-10-26 12:10:42',7257,NULL),(7515,222,'','',558,0,'2013-10-26 12:51:39',7258,NULL),(7516,18,'','',558,0,'2013-10-26 12:51:39',7258,NULL),(7517,222,'','',558,0,'2013-10-26 13:13:57',7259,NULL),(7518,18,'','',558,0,'2013-10-26 13:13:57',7259,NULL),(7519,222,'','',558,0,'2013-10-26 13:20:21',7260,NULL),(7520,19,'','',558,0,'2013-10-26 13:20:21',7260,NULL),(7521,18,'','',558,0,'2013-10-26 13:20:21',7260,NULL),(7522,222,'','',558,0,'2013-10-26 13:24:00',7261,NULL),(7523,35,'','',558,0,'2013-10-26 13:24:00',7263,NULL),(7524,36,'No Bacteria Growth,##,##,,7670b17712742a68b38d035838566d6c70175215','',534,0,'2013-10-28 08:00:00',7264,NULL),(7525,68,'','',558,0,'2013-10-26 13:41:37',7265,NULL),(7526,22,'8,c555792848d4cb33e0a2280d03561a52dc4a8a64','',555,0,'2013-10-26 07:00:00',7266,NULL),(7527,68,'4.2,-,-,,c555792848d4cb33e0a2280d03561a52dc4a8a64','',555,0,'2013-10-26 07:00:00',7266,NULL),(7528,222,'','',558,0,'2013-10-26 14:02:42',7266,NULL),(7529,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c555792848d4cb33e0a2280d03561a52dc4a8a64','',555,0,'2013-10-26 07:00:00',7266,NULL),(7530,57,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7531,133,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7532,8,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7533,131,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7534,132,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7535,56,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7536,65,'','',558,0,'2013-10-26 14:02:42',7268,NULL),(7537,107,'1/20,1/20,c555792848d4cb33e0a2280d03561a52dc4a8a64','',555,0,'2013-10-26 07:00:00',7268,NULL),(7538,36,'','',558,0,'2013-10-26 14:02:43',7271,NULL),(7539,35,'CLEAR,LIGHT AMBER,6.5,1.015,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c555792848d4cb33e0a2280d03561a52dc4a8a64',', ',550,0,'2013-10-26 07:00:00',7271,NULL),(7540,222,'','',558,0,'2013-10-26 14:09:17',7272,NULL),(7541,19,'NEGATIVE,,3e45c8ae9f317deb283eca1c084dbd26e4c568b7','',555,0,'2013-10-26 07:00:00',7272,NULL),(7542,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3e45c8ae9f317deb283eca1c084dbd26e4c568b7','',555,0,'2013-10-26 07:00:00',7272,NULL),(7543,36,'No Bacteria Growth,##,##,,3e45c8ae9f317deb283eca1c084dbd26e4c568b7','',534,0,'2013-10-28 08:00:00',7274,NULL),(7544,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,3e45c8ae9f317deb283eca1c','',555,0,'2013-10-26 07:00:00',7274,NULL),(7545,68,'','',531,0,'2013-10-26 14:35:19',7275,NULL),(7546,222,'','',531,0,'2013-10-26 14:35:19',7275,NULL),(7547,132,'','',531,0,'2013-10-26 14:35:20',7277,NULL),(7548,68,'','',531,0,'2013-10-26 14:39:31',7278,NULL),(7549,222,'','',531,0,'2013-10-26 14:39:31',7278,NULL),(7550,78,',,58009fd791fd46f50331c1eb69fbe78412efccbd','',553,0,'2013-10-27 22:54:59',7280,NULL),(7551,57,',,58009fd791fd46f50331c1eb69fbe78412efccbd','',553,0,'2013-10-27 22:54:59',7280,NULL),(7552,133,',,,,58009fd791fd46f50331c1eb69fbe78412efccbd','',553,0,'2013-10-27 22:54:59',7280,NULL),(7553,132,',,,,58009fd791fd46f50331c1eb69fbe78412efccbd','',553,0,'2013-10-27 22:54:59',7280,NULL),(7554,69,'NEGATIVE,,,58009fd791fd46f50331c1eb69fbe78412efccbd','TROPONIN I:NEGATIVE',553,0,'2013-10-27 22:55:00',7280,NULL),(7555,93,'','',531,0,'2013-10-26 14:39:31',7283,NULL),(7556,35,'HAZY,AMBER,5.0,1.015,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,58009fd791fd46f50331c1eb69fbe78412efccbd',', ',550,0,'2013-10-26 07:00:00',7287,NULL),(7557,68,'','',531,0,'2013-10-26 14:50:10',7288,NULL),(7558,222,'','',531,0,'2013-10-26 14:50:10',7288,NULL),(7559,77,'','',531,0,'2013-10-26 14:50:10',7288,NULL),(7560,222,'','',531,0,'2013-10-26 14:53:13',7289,NULL),(7561,223,'[$][/$],f155ff2a78e51d06ac5f2cf01340656b29d14f26','',534,0,'2013-10-29 08:00:00',7289,NULL),(7562,28,'NEGATIVE,[$]AA[/$],,f155ff2a78e51d06ac5f2cf01340656b29d14f26','',534,0,'2013-10-29 08:00:00',7289,NULL),(7563,68,'','',531,0,'2013-10-26 15:01:25',7290,NULL),(7564,77,'','',531,0,'2013-10-26 15:01:25',7290,NULL),(7565,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,71b031af948560e329e8f9d9cb47f248196cda85',', ',550,0,'2013-10-26 07:00:00',7292,NULL),(7566,9,'','',531,0,'2013-10-26 15:05:21',7293,NULL),(7567,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d9344b034e9fab6402a50c0900a154ef92c3336c','',555,0,'2013-10-26 07:00:00',7293,NULL),(7568,16,'NEGATIVE,d9344b034e9fab6402a50c0900a154ef92c3336c','',555,0,'2013-10-26 07:00:00',7295,NULL),(7569,14,'','',531,0,'2013-10-26 15:05:22',7298,NULL),(7570,9,'','',531,0,'2013-10-26 15:07:42',7299,NULL),(7571,18,'[$]NO MALARIA PARASITES[/$],-,685e8a70e53d9e739e8f2ee758995b7bac914aad','',555,0,'2013-10-26 07:00:00',7299,NULL),(7572,20,'POSITIVE,685e8a70e53d9e739e8f2ee758995b7bac914aad','',555,0,'2013-10-26 07:00:00',7299,NULL),(7573,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,685e8a70e53d9e739e8f2ee7',', ',534,0,'2013-10-26 07:00:00',7301,NULL),(7574,9,'','',531,0,'2013-10-26 15:10:24',7302,NULL),(7575,68,'','',531,0,'2013-10-26 15:16:13',7303,NULL),(7576,9,'','',531,0,'2013-10-26 15:16:13',7303,NULL),(7577,77,'','',531,0,'2013-10-26 15:16:13',7303,NULL),(7578,57,'','',531,0,'2013-10-26 15:16:13',7305,NULL),(7579,133,'','',531,0,'2013-10-26 15:16:13',7305,NULL),(7580,132,'','',531,0,'2013-10-26 15:16:13',7305,NULL),(7581,56,'','',531,0,'2013-10-26 15:16:13',7305,NULL),(7582,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,83c0e3e8a33e0647bfdb30f3c',', ',550,0,'2013-10-26 07:00:00',7308,NULL),(7583,128,'','',531,0,'2013-10-26 15:36:19',7309,NULL),(7584,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,7e7a13e7d56b22e3c637b8',', ',550,0,'2013-10-26 07:00:00',7311,NULL),(7585,9,'','',531,0,'2013-10-26 15:56:57',7312,NULL),(7586,19,'NEGATIVE,,1c5d3f724b656e9332d776ac5d415942f0c4eb25','',555,0,'2013-10-26 07:00:00',7312,NULL),(7587,18,'[$]NO MALARIA PARASITES[/$],-,1c5d3f724b656e9332d776ac5d415942f0c4eb25','',555,0,'2013-10-26 07:00:00',7312,NULL),(7588,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,cddb85709cca0296393bb1b070e4b000f3ec10e0','',534,0,'2013-10-26 07:00:00',7313,NULL),(7589,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,,7e620d6b6cc3f633839d77577f74ee8ae439138a','',534,0,'2013-10-26 07:00:00',7314,NULL),(7590,57,'','',531,0,'2013-10-26 16:36:20',7315,NULL),(7591,133,'','',531,0,'2013-10-26 16:36:20',7315,NULL),(7592,56,'','',531,0,'2013-10-26 16:36:20',7315,NULL),(7593,21,'B,POSITIVE,050a5f2a47940dca53d04ec8e2434ca08b0c76fc','',534,0,'2013-10-28 08:00:00',7316,NULL),(7594,68,'4.6,-,-,,050a5f2a47940dca53d04ec8e2434ca08b0c76fc','',534,0,'2013-10-28 08:00:00',7316,NULL),(7595,9,'','',531,0,'2013-10-26 16:59:21',7316,NULL),(7596,227,'6.4,NEGATIVE,NEGATIVE,050a5f2a47940dca53d04ec8e2434ca08b0c76fc','',534,0,'2013-10-28 08:00:00',7318,NULL),(7597,213,'SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,,,,,,15dc912469f300f63857c71aa247afe4251186e6','',534,0,'2013-10-26 07:00:00',7319,NULL),(7598,105,'','',534,0,'2013-10-26 17:01:31',7320,NULL),(7599,68,'','',531,0,'2013-10-26 17:02:14',7321,NULL),(7600,9,'','',531,0,'2013-10-26 17:02:14',7321,NULL),(7601,77,'','',531,0,'2013-10-26 17:02:14',7321,NULL),(7602,132,'','',531,0,'2013-10-26 17:02:14',7323,NULL),(7603,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,63c533b41d82ba0e5012b1fe598985771b85f5f8',', ',550,0,'2013-10-26 07:00:00',7326,NULL),(7604,213,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,,,,,,15dc912469f300f63857c71aa247afe4251186e6','',534,0,'2013-10-26 07:00:00',7327,NULL),(7605,9,'','',531,0,'2013-10-26 17:08:12',7328,NULL),(7606,57,'','',531,0,'2013-10-26 17:08:12',7330,NULL),(7607,133,'','',531,0,'2013-10-26 17:08:12',7330,NULL),(7608,56,'','',531,0,'2013-10-26 17:08:12',7330,NULL),(7609,35,'','',531,0,'2013-10-26 17:08:13',7333,NULL),(7610,35,'HAZY,LIGHT AMBER,6.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,>30,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEEN,120e7','',534,0,'2013-10-26 07:00:00',7334,NULL),(7611,131,'','',531,0,'2013-10-26 17:21:24',7335,NULL),(7612,3,'1.7,##1.1,##1.7,##,,##,,,ae169b218ff8a161f396f1aee13d832fc521abdf','',534,0,'2013-10-30 08:00:00',7335,NULL),(7613,24,'','',531,0,'2013-10-26 17:21:24',7337,NULL),(7614,11,'14.0,[$]14.0[/$],[$]1.0[/$],1.0,,,ae169b218ff8a161f396f1aee13d832fc521abdf','',553,0,'2013-10-27 18:38:57',7340,NULL),(7615,9,'','',531,0,'2013-10-26 17:27:59',7341,NULL),(7616,18,'','',531,0,'2013-10-26 17:27:59',7341,NULL),(7617,35,'','',531,0,'2013-10-26 17:27:59',7343,NULL),(7618,9,'','',531,0,'2013-10-26 17:30:01',7344,NULL),(7619,68,'','',531,0,'2013-10-26 17:34:42',7345,NULL),(7620,9,'','',531,0,'2013-10-26 17:34:42',7345,NULL),(7621,57,'','',531,0,'2013-10-26 17:34:42',7347,NULL),(7622,133,'','',531,0,'2013-10-26 17:34:42',7347,NULL),(7623,132,'','',531,0,'2013-10-26 17:34:42',7347,NULL),(7624,56,'','',531,0,'2013-10-26 17:34:42',7347,NULL),(7625,77,'','',531,0,'2013-10-26 17:37:15',7348,NULL),(7626,50,'','',531,0,'2013-10-26 17:37:15',7350,NULL),(7627,57,'','',531,0,'2013-10-26 17:37:15',7350,NULL),(7628,199,'','',531,0,'2013-10-26 17:41:24',7351,NULL),(7629,97,'','',531,0,'2013-10-26 17:41:24',7351,NULL),(7630,112,'NEGATIVE,,06db8d5dae72971e1d01b9edd7fb7fdd3c2ff167','',555,0,'2013-10-26 07:00:00',7352,NULL),(7631,117,'NEGATIVE,06db8d5dae72971e1d01b9edd7fb7fdd3c2ff167','',555,0,'2013-10-26 07:00:00',7352,NULL),(7632,9,'','',531,0,'2013-10-26 18:01:17',7353,NULL),(7633,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e31a0ada763606998e86f6624dea115d8bf2eadf','',555,0,'2013-10-26 07:00:00',7353,NULL),(7634,9,'','',531,0,'2013-10-26 18:10:03',7354,NULL),(7635,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fb4bad9d1041f199f92ba26a8b6b8169676d2e51','',555,0,'2013-10-26 07:00:00',7354,NULL),(7636,35,'','',531,0,'2013-10-26 18:10:03',7356,NULL),(7637,9,'','',531,0,'2013-10-26 18:12:57',7357,NULL),(7638,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ef22934eeaf1bf9e0b9ab15bcb21e715ad0e57ef','',555,0,'2013-10-26 07:00:00',7357,NULL),(7639,77,'','',531,0,'2013-10-26 18:20:06',7358,NULL),(7640,3,'1.8,##0.8,##1.6,##,,##,,,d69a6f28eb36cea74992629af8196e9fa923b48d','',534,0,'2013-10-30 08:00:00',7360,NULL),(7641,16,'NEGATIVE,05b5d577a9a7ce4a26484d9bd1c89654f3df8a25','',555,0,'2013-10-26 07:00:00',7361,NULL),(7642,14,'NEGATIVE,05b5d577a9a7ce4a26484d9bd1c89654f3df8a25','',555,0,'2013-10-26 07:00:00',7363,NULL),(7643,199,'[$]COMMENSALS ONLY[/$],37738af17369f4cbb1df87f5c8c4f429bce26860','',534,0,'2013-10-26 07:00:00',7364,NULL),(7644,22,'','',531,0,'2013-10-26 18:27:57',7365,NULL),(7645,9,'','',531,0,'2013-10-26 18:27:57',7365,NULL),(7646,3,'3.0,##0.9,##1.5,##,,##,,,129aa24d6b2db2400a0312a3e1d4594a4eebe130','',534,0,'2013-10-30 08:00:00',7367,NULL),(7647,101,'','',531,0,'2013-10-26 18:27:58',7367,NULL),(7648,68,'5.1,-,-,,c7101505c9cafbbd46aa90873979370aad99fb5d','',555,0,'2013-10-26 07:00:00',7368,NULL),(7649,68,'5.3,NEGATIVE,NEGATIVE,,85186e09cd79d1f951081c29848dc5969bfc5fd0','',553,0,'2013-10-27 18:03:40',7369,NULL),(7650,9,',,,,,,,,,,,,,,85186e09cd79d1f951081c29848dc5969bfc5fd0','',553,0,'2013-10-27 18:03:40',7369,NULL),(7651,18,'[$]no malaria parasite seen[/$],-,,85186e09cd79d1f951081c29848dc5969bfc5fd0','',553,0,'2013-10-27 18:03:40',7369,NULL),(7652,132,'','',531,0,'2013-10-26 18:33:33',7371,NULL),(7653,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,85186e09cd79d1f951081c29',', ',543,0,'2013-10-30 08:00:00',7374,NULL),(7654,22,'','',531,0,'2013-10-26 18:38:36',7375,NULL),(7655,9,'','',531,0,'2013-10-26 18:38:36',7375,NULL),(7656,22,'6,e8ef753d6a28dd3d77d5ca43442537ffb3be5552','',534,0,'2013-10-28 08:00:00',7376,NULL),(7657,68,'','',531,0,'2013-10-26 18:42:14',7376,NULL),(7658,9,'','',531,0,'2013-10-26 18:42:14',7376,NULL),(7659,57,'','',531,0,'2013-10-26 18:42:14',7378,NULL),(7660,133,'','',531,0,'2013-10-26 18:42:14',7378,NULL),(7661,132,'','',531,0,'2013-10-26 18:42:14',7378,NULL),(7662,92,'0.7,e8ef753d6a28dd3d77d5ca43442537ffb3be5552','',534,0,'2013-10-28 08:00:00',7378,NULL),(7663,56,'','',531,0,'2013-10-26 18:42:14',7378,NULL),(7664,65,'','',531,0,'2013-10-26 18:42:14',7378,NULL),(7665,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,e8ef753d6a28dd3d77d5ca43','',534,0,'2013-10-29 08:00:00',7381,NULL),(7666,39,'[$][/$],,e8ef753d6a28dd3d77d5ca43442537ffb3be5552','',534,0,'2013-10-29 08:00:00',7385,NULL),(7667,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e8ef753d6a28dd3d77d5ca43442537ffb3be5552','',534,0,'2013-10-29 08:00:00',7385,NULL),(7668,133,'','',531,0,'2013-10-26 19:00:32',7386,NULL),(7669,21,'','',531,0,'2013-10-26 19:00:33',7388,NULL),(7670,224,'','',531,0,'2013-10-26 19:00:33',7388,NULL),(7671,36,'','',531,0,'2013-10-26 19:00:33',7391,NULL),(7672,35,'','',531,0,'2013-10-26 19:00:33',7391,NULL),(7673,9,'','',531,0,'2013-10-26 19:02:48',7392,NULL),(7674,9,'','',531,0,'2013-10-26 19:06:28',7393,NULL),(7675,19,'NEGATIVE,,6eec4b30ee09c11d10947dc060e5feec6f4b6217','',555,0,'2013-10-26 07:00:00',7393,NULL),(7676,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6eec4b30ee09c11d10947dc060e5feec6f4b6217','',555,0,'2013-10-26 07:00:00',7393,NULL),(7677,22,'9,8bfbbc0671ab3914d8aee0c1286a08a4f31774b1','',534,0,'2013-10-26 07:00:00',7394,NULL),(7678,70,',,a0ff0cc42434a6de61ddfd7a7690f03568b38159','',534,0,'2013-10-26 07:00:00',7395,NULL),(7679,109,'NEGATIVE,a0ff0cc42434a6de61ddfd7a7690f03568b38159','',534,0,'2013-10-26 07:00:00',7395,NULL),(7680,65,'','',531,0,'2013-10-26 19:19:07',7395,NULL),(7681,71,'NEGATIVE,,70e6037dbb222fa4a27b616d1b9e313c07f69413','',534,0,'2013-10-26 07:00:00',7396,NULL),(7682,9,'','',531,0,'2013-10-26 19:34:12',7397,NULL),(7683,223,'','',531,0,'2013-10-26 19:58:25',7398,NULL),(7684,28,'POSITIVE,[$]SS[/$],,685e8a70e53d9e739e8f2ee758995b7bac914aad','',534,0,'2013-10-29 08:00:00',7398,NULL),(7685,131,'','',531,0,'2013-10-26 19:58:25',7400,NULL),(7686,9,'','',531,0,'2013-10-26 20:21:05',7401,NULL),(7687,18,'[$]NO MALARIA PARASITES SEEN[/$],-,87200f5ed0c44557d521b832d20482f238680624','',555,0,'2013-10-26 07:00:00',7401,NULL),(7688,9,'','',531,0,'2013-10-26 20:27:28',7402,NULL),(7689,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1ff4f1bbed96a8aa354378ab7174feab7e54ac29','',555,0,'2013-10-26 07:00:00',7402,NULL),(7690,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1ff4f1bbed96a8aa354378ab7174feab7e54ac29',', ',550,0,'2013-10-26 07:00:00',7404,NULL),(7691,9,'','',531,0,'2013-10-26 20:32:52',7405,NULL),(7692,18,'[$]NO MALARIA PARASITES SEEN[/$],-,575aae86bc168bc58fcec98abc37e12867b70717','',555,0,'2013-10-26 07:00:00',7405,NULL),(7693,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,fb4bad9d1041f199f92ba26a8b6b8169676d2e51','',555,0,'2013-10-26 07:00:00',7406,NULL),(7694,9,'','',531,0,'2013-10-26 20:39:50',7407,NULL),(7695,18,'[$]NO MALARIA PARASITES SEEN[/$],-,19a93d326a277c4651cb9abeee7c8d3aec3fa364','',555,0,'2013-10-26 07:00:00',7407,NULL),(7696,35,'CLOUDY,STRAW,7.0,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,19a93d326',', ',550,0,'2013-10-26 07:00:00',7409,NULL),(7697,19,'NEGATIVE,,53c7d22f2b76e84ca478045866ebe8d1e1eb3839','',534,0,'2013-10-26 07:00:00',7410,NULL),(7698,74,'','',531,0,'2013-10-26 20:54:20',7411,NULL),(7699,9,'','',531,0,'2013-10-26 21:10:52',7412,NULL),(7700,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2ad6df79794cebafa49512e6e66f11ee1186b58e','',555,0,'2013-10-26 07:00:00',7412,NULL),(7701,35,'','',531,0,'2013-10-26 21:10:52',7414,NULL),(7702,107,'1/40,1/80,2ad6df79794cebafa49512e6e66f11ee1186b58e','',555,0,'2013-10-26 07:00:00',7417,NULL),(7703,9,'','',531,0,'2013-10-26 21:14:08',7418,NULL),(7704,35,'HAZY,LIGHT AMBER,6.5,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,>30,0,NOT SEEN,NOT,,,,,,,,,,,,,,,,,,,,,,,,,, SEEN,NOT SEEN,fb27',', ',550,0,'2013-10-26 07:00:00',7420,NULL),(7705,9,'','',531,0,'2013-10-26 21:17:38',7421,NULL),(7706,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dda1c485ebc23ca6cb84e14ca97073c15e700ab2','',555,0,'2013-10-26 07:00:00',7421,NULL),(7707,107,'1/20,1/20,dda1c485ebc23ca6cb84e14ca97073c15e700ab2','',555,0,'2013-10-26 07:00:00',7423,NULL),(7708,21,'O,POSITIVE,59275ca6cdac95432a40c19ef13655c0dc46febd','',555,0,'2013-10-26 07:00:00',7424,NULL),(7709,9,'','',531,0,'2013-10-26 21:33:47',7424,NULL),(7710,28,'NEGATIVE,[$][/$],,59275ca6cdac95432a40c19ef13655c0dc46febd','',555,0,'2013-10-26 07:00:00',7424,NULL),(7711,19,'NEGATIVE,,59275ca6cdac95432a40c19ef13655c0dc46febd','',555,0,'2013-10-26 07:00:00',7424,NULL),(7712,9,'','',531,0,'2013-10-26 21:37:38',7425,NULL),(7713,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b2b07fe23a4388669db1aae5cbd3ca70202ba661','',555,0,'2013-10-26 07:00:00',7425,NULL),(7714,9,'','',531,0,'2013-10-26 21:58:45',7426,NULL),(7715,19,'NEGATIVE,,2e459a15adb640c4f7dcc632da365e1c897a1bbd','',555,0,'2013-10-26 07:00:00',7426,NULL),(7716,37,'','',531,0,'2013-10-26 21:58:45',7428,NULL),(7717,9,'','',531,0,'2013-10-26 22:08:26',7429,NULL),(7718,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d83e17497937e9fff909e29313fee8046a2f4845','',555,0,'2013-10-26 07:00:00',7429,NULL),(7719,9,'','',531,0,'2013-10-26 22:12:21',7430,NULL),(7720,18,'[$]NO MALARIA PARASITES SEEN[/$],-,15f0b9c313c75869a9de3465c51240092f219c75','',555,0,'2013-10-26 07:00:00',7430,NULL),(7721,20,'POSITIVE,15f0b9c313c75869a9de3465c51240092f219c75','',555,0,'2013-10-26 07:00:00',7430,NULL),(7722,107,'1/20,1/20,15f0b9c313c75869a9de3465c51240092f219c75','',555,0,'2013-10-26 07:00:00',7432,NULL),(7723,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,15f0b9c313c75869a9de3465c','',543,0,'2013-10-28 08:00:00',7435,NULL),(7724,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,15f0b9c313c75869a9de3465c51240092f219c75','',543,0,'2013-10-28 08:00:00',7439,NULL),(7725,21,'A,POSITIVE,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','',553,0,'2013-10-29 02:55:56',7440,NULL),(7726,9,',,,,,,,,,,,,,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','',553,0,'2013-10-29 02:55:57',7440,NULL),(7727,25,'NO DEFECT,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','',553,0,'2013-10-29 02:55:57',7440,NULL),(7728,27,'NON-REACTIVE,-,NEGATIVE,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-10-29 02:55:57',7440,NULL),(7729,20,'POSITIVE,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:SICKLING:POSITIVE',553,0,'2013-10-29 02:55:57',7440,NULL),(7730,112,'NEGATIVE,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','',553,0,'2013-10-29 02:55:04',7442,NULL),(7731,108,'NON - REACTIVE,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','',553,0,'2013-10-29 02:55:04',7442,NULL),(7732,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,ba68396c24d0fded2799381d','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:8',553,0,'2013-10-29 02:54:21',7445,NULL),(7733,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,ba68396c24d0fded2799381d14bbcf2e84c05f8a','CONTENT:',553,0,'2013-10-29 02:53:15',7449,NULL),(7734,9,'','',531,0,'2013-10-26 22:34:59',7450,NULL),(7735,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4a9835eae63255d890b0850723d1a71157a7540d','',555,0,'2013-10-26 07:00:00',7450,NULL),(7736,35,'','',531,0,'2013-10-26 22:34:59',7452,NULL),(7737,9,'','',531,0,'2013-10-26 22:39:09',7453,NULL),(7738,108,'NON - REACTIVE,526ab2abc3cb89d96424c10aa38b8e62d0f89053','',555,0,'2013-10-26 07:00:00',7455,NULL),(7739,21,'O,POSITIVE,bcecf7df849b5600b4044b6203b108bde0732574','',555,0,'2013-10-26 07:00:00',7456,NULL),(7740,9,'','',531,0,'2013-10-26 22:43:34',7456,NULL),(7741,28,'NEGATIVE,[$][/$],,bcecf7df849b5600b4044b6203b108bde0732574','',555,0,'2013-10-26 07:00:00',7456,NULL),(7742,27,'NON-REACTIVE,-,NEGATIVE,,bcecf7df849b5600b4044b6203b108bde0732574','',555,0,'2013-10-26 07:00:00',7456,NULL),(7743,9,'','',531,0,'2013-10-26 23:33:57',7457,NULL),(7744,19,'NEGATIVE,,15cb9ab313e0599fdfbfdd7e32f73c11d0b58173','',534,0,'2013-10-28 08:00:00',7457,NULL),(7745,18,'[$]NO MALARIA PARASITES SEEN [/$],-,15cb9ab313e0599fdfbfdd7e32f73c11d0b58173','',534,0,'2013-10-28 08:00:00',7457,NULL),(7746,36,'No Bacteria Growth,##,##,,15cb9ab313e0599fdfbfdd7e32f73c11d0b58173','',534,0,'2013-10-28 08:00:00',7459,NULL),(7747,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,15cb9ab313e0599fdfbfdd7e',', ',555,0,'2013-10-26 07:00:00',7459,NULL),(7748,9,'','',531,0,'2013-10-27 00:21:09',7460,NULL),(7749,57,'','',531,0,'2013-10-27 00:35:41',7461,NULL),(7750,133,'','',531,0,'2013-10-27 00:35:41',7461,NULL),(7751,56,'','',531,0,'2013-10-27 00:35:41',7461,NULL),(7752,36,'No Significant Bacteria Growth,##,##,,a82306f97326d66ee7593eb8146ab9d815cda6df','',534,0,'2013-10-28 08:00:00',7463,NULL),(7753,21,'O,POSITIVE,,97a0b01fb4009cbe26e2259b081207e0404703cd','BLOOD GROUP ABO:O',553,0,'2013-10-27 18:02:02',7464,NULL),(7754,68,'4.6,NEGATIVE,NEGATIVE,,97a0b01fb4009cbe26e2259b081207e0404703cd','BLOOD GROUP ABO',553,0,'2013-10-27 18:02:02',7464,NULL),(7755,9,',,,,,,,,,,,,,,97a0b01fb4009cbe26e2259b081207e0404703cd','BLOOD GROUP A',553,0,'2013-10-27 18:02:02',7464,NULL),(7756,28,'NEGATIVE,[$][/$],,97a0b01fb4009cbe26e2259b081207e0404703cd','BLOOD GROUP',553,0,'2013-10-27 18:02:02',7464,NULL),(7757,112,'NEGATIVE,,97a0b01fb4009cbe26e2259b081207e0404703cd','',553,0,'2013-10-27 18:00:50',7466,NULL),(7758,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,97a0b01fb4009cbe26e2259','COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.020, PUS CELLS:2, EPITHELIAL CELLS:2',553,0,'2013-10-27 18:00:03',7469,NULL),(7759,9,'','',531,0,'2013-10-27 00:41:40',7470,NULL),(7760,19,'','',531,0,'2013-10-27 00:41:40',7470,NULL),(7761,37,'','',531,0,'2013-10-27 00:41:40',7472,NULL),(7762,9,'','',531,0,'2013-10-27 01:31:41',7473,NULL),(7763,18,'','',531,0,'2013-10-27 01:31:41',7473,NULL),(7764,107,'','',531,0,'2013-10-27 01:31:41',7475,NULL),(7765,35,'','',531,0,'2013-10-27 01:31:41',7478,NULL),(7766,22,'','',531,0,'2013-10-27 01:49:26',7479,NULL),(7767,9,'','',531,0,'2013-10-27 01:49:26',7479,NULL),(7768,9,'','',531,0,'2013-10-27 02:02:16',7480,NULL),(7769,28,'NEGATIVE,[$]AA[/$],,f9bf74fdc6a6839b2ae038b70e57640b94fe011e','',534,0,'2013-10-29 08:00:00',7480,NULL),(7770,9,'','',531,0,'2013-10-27 02:04:50',7481,NULL),(7771,19,'','',531,0,'2013-10-27 02:04:50',7481,NULL),(7772,18,'','',531,0,'2013-10-27 02:04:50',7481,NULL),(7773,57,'','',531,0,'2013-10-27 02:04:51',7483,NULL),(7774,133,'','',531,0,'2013-10-27 02:04:51',7483,NULL),(7775,56,'','',531,0,'2013-10-27 02:04:51',7483,NULL),(7776,65,'','',531,0,'2013-10-27 02:04:51',7483,NULL),(7777,35,'','',531,0,'2013-10-27 02:04:51',7486,NULL),(7778,9,'','',531,0,'2013-10-27 02:06:42',7487,NULL),(7779,28,'NEGATIVE,[$]AA[/$],,51bb41e345f01476372a06c472257c4602d4cff1','',534,0,'2013-10-29 08:00:00',7487,NULL),(7780,9,'','',531,0,'2013-10-27 02:08:58',7488,NULL),(7781,19,'','',531,0,'2013-10-27 02:08:58',7488,NULL),(7782,9,'','',531,0,'2013-10-27 02:40:18',7489,NULL),(7783,19,'NEGATIVE,,586d7e12fe4d8baf57d7f3a1a2fda1586449c61b','',534,0,'2013-10-28 08:00:00',7489,NULL),(7784,18,'[$]NO MALARIA PARASITES SEEN [/$],-,586d7e12fe4d8baf57d7f3a1a2fda1586449c61b','',534,0,'2013-10-28 08:00:00',7489,NULL),(7785,36,'No Significant Bacteria Growth,##,##,,586d7e12fe4d8baf57d7f3a1a2fda1586449c61b','',534,0,'2013-10-31 08:00:00',7491,NULL),(7786,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,12,6,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,586d7e12fe4d8baf57d',', ',534,0,'2013-10-28 08:00:00',7491,NULL),(7787,9,'','',531,0,'2013-10-27 02:47:06',7492,NULL),(7788,18,'','',531,0,'2013-10-27 02:47:06',7492,NULL),(7789,222,'','',558,0,'2013-10-27 04:00:57',7493,NULL),(7790,18,'','',558,0,'2013-10-27 04:00:57',7493,NULL),(7791,130,'','',558,0,'2013-10-27 04:16:36',7494,NULL),(7792,131,'','',558,0,'2013-10-27 04:16:36',7494,NULL),(7793,222,'','',558,0,'2013-10-27 04:40:02',7495,NULL),(7794,19,'','',558,0,'2013-10-27 04:40:02',7495,NULL),(7795,18,'','',558,0,'2013-10-27 04:40:02',7495,NULL),(7796,35,'','',558,0,'2013-10-27 04:40:02',7497,NULL),(7797,107,'','',558,0,'2013-10-27 04:40:03',7500,NULL),(7798,222,'','',558,0,'2013-10-27 04:54:18',7501,NULL),(7799,28,'NEGATIVE,[$]AF[/$],,03bba87d6643b562a0b2a322000b222bd751ae2d','',534,0,'2013-10-29 08:00:00',7501,NULL),(7800,18,'','',558,0,'2013-10-27 04:54:18',7501,NULL),(7801,35,'','',558,0,'2013-10-27 04:54:19',7503,NULL),(7802,222,'','',558,0,'2013-10-27 05:26:08',7504,NULL),(7803,18,'','',558,0,'2013-10-27 05:26:08',7504,NULL),(7804,35,'','',558,0,'2013-10-27 05:26:08',7506,NULL),(7805,222,'','',558,0,'2013-10-27 06:18:26',7507,NULL),(7806,18,'','',558,0,'2013-10-27 06:18:26',7507,NULL),(7807,35,'','',558,0,'2013-10-27 06:18:26',7509,NULL),(7808,107,'','',558,0,'2013-10-27 06:18:26',7512,NULL),(7809,21,'O,POSITIVE,,935e149da273d4f0fd36df419669a97348a26a74','',536,537,'2013-11-01 03:33:26',7513,'2013-11-06 06:13:55'),(7810,222,'6.6,4.02,13.2,38.0,94.5,32.8,34.7,514,40.7,15.8,43.5,2.7,1.0,2.9,12.9,8.2,,935e149da273d4f0fd36df419669a97348a26a74','',536,537,'2013-11-01 03:33:26',7513,'2013-11-06 06:13:56'),(7811,20,'NEGATIVE,,935e149da273d4f0fd36df419669a97348a26a74','',536,537,'2013-11-01 03:33:26',7513,'2013-11-06 06:13:56'),(7812,112,'NEGATIVE,,935e149da273d4f0fd36df419669a97348a26a74','',536,0,'2013-11-01 03:32:22',7515,NULL),(7813,27,'NON-REACTIVE,-,NEGATIVE,,935e149da273d4f0fd36df419669a97348a26a74','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',536,0,'2013-11-01 03:32:22',7515,NULL),(7814,108,'NON - REACTIVE,,935e149da273d4f0fd36df419669a97348a26a74','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',536,0,'2013-11-01 03:32:22',7515,NULL),(7815,222,'','',558,0,'2013-10-27 10:59:50',7516,NULL),(7816,18,'','',558,0,'2013-10-27 10:59:50',7516,NULL),(7817,70,'','',558,0,'2013-10-27 10:59:50',7516,NULL),(7818,35,'','',558,0,'2013-10-27 10:59:50',7518,NULL),(7819,11,'22.0,[$]14.0[/$],[$]1.6[/$],1.70,,,444e075da764e429db8c21864cc533e2ba0a2ac6','',553,0,'2013-10-27 18:40:15',7521,NULL),(7820,57,'','',558,0,'2013-10-27 10:59:51',7525,NULL),(7821,112,'','',558,0,'2013-10-27 10:59:51',7525,NULL),(7822,117,'','',558,0,'2013-10-27 10:59:51',7525,NULL),(7823,27,'','',558,0,'2013-10-27 10:59:51',7525,NULL),(7824,131,'','',558,0,'2013-10-27 10:59:51',7525,NULL),(7825,222,'','',558,0,'2013-10-27 11:04:32',7526,NULL),(7826,78,'','',558,0,'2013-10-27 11:04:33',7528,NULL),(7827,132,'','',558,0,'2013-10-27 11:04:33',7528,NULL),(7828,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),,4b71d1ac8f895c556daab4d07d5361bc267deb9e','',534,0,'2013-10-28 08:00:00',7528,NULL),(7829,222,'','',558,0,'2013-10-27 11:09:26',7529,NULL),(7830,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,b1bd277c0e9b8528e5b','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, KETONES:POSITIVE ++, PUS CELLS:4, EPITHELIAL CELLS:4',553,0,'2013-10-27 19:20:12',7531,NULL),(7831,37,'','',558,0,'2013-10-27 11:09:26',7534,NULL),(7832,222,'','',558,0,'2013-10-27 12:09:02',7535,NULL),(7833,18,'','',558,0,'2013-10-27 12:09:02',7535,NULL),(7834,222,'6.8,4.22,13.2,38.1,90.3,31.3,34.6,177,12.5,7.1,80.4,0.9,0.5,5.4,12.8,10.7,,481a777878ed0cdac5be263270405efb5598b073','',557,0,'2013-10-27 07:00:00',7536,NULL),(7835,19,'NEGATIVE,,481a777878ed0cdac5be263270405efb5598b073','',557,0,'2013-10-27 07:00:00',7536,NULL),(7836,18,'[$]NO MALARIA PARASITES SEEN[/$],-,481a777878ed0cdac5be263270405efb5598b073','',557,0,'2013-10-27 07:00:00',7536,NULL),(7837,107,'1/20,1/20,481a777878ed0cdac5be263270405efb5598b073','',557,0,'2013-10-27 07:00:00',7538,NULL),(7838,68,'4.6,NEGATIVE,NEGATIVE,,44bc5db821d00c5b6995e3f50b0a5074af4a8a5b','',553,0,'2013-10-27 21:17:16',7539,NULL),(7839,222,',,,,,,,,,,,,,,,,,44bc5db821d00c5b6995e3f50b0a5074af4a8a5b','',553,0,'2013-10-27 21:17:16',7539,NULL),(7840,57,'','',558,0,'2013-10-27 13:02:27',7541,NULL),(7841,133,'','',558,0,'2013-10-27 13:02:27',7541,NULL),(7842,132,'','',558,0,'2013-10-27 13:02:27',7541,NULL),(7843,56,'','',558,0,'2013-10-27 13:02:27',7541,NULL),(7844,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,10,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b22ff3bedbe2d771055a45e3fe3825bac32641d',', ',557,0,'2013-10-27 07:00:00',7542,NULL),(7845,68,'6.0,NEGATIVE,NEGATIVE,,1b22ff3bedbe2d771055a45e3fe3825bac32641d','',557,0,'2013-10-27 07:00:00',7544,NULL),(7846,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,326b3a6aa4c711bc051','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.020, LEUCOCYTE:POSITIVE +, PUS CELLS:10, EPITHELIAL CELLS:2',553,0,'2013-10-27 17:54:44',7545,NULL),(7847,57,'','',558,0,'2013-10-27 13:53:17',7547,NULL),(7848,133,'','',558,0,'2013-10-27 13:53:17',7547,NULL),(7849,132,'','',558,0,'2013-10-27 13:53:17',7547,NULL),(7850,56,'','',558,0,'2013-10-27 13:53:17',7547,NULL),(7851,68,'','',558,0,'2013-10-27 13:53:17',7550,NULL),(7852,68,'','',558,0,'2013-10-27 14:02:31',7551,NULL),(7853,222,'','',558,0,'2013-10-27 14:02:31',7551,NULL),(7854,57,'','',558,0,'2013-10-27 14:02:31',7553,NULL),(7855,133,'','',558,0,'2013-10-27 14:02:31',7553,NULL),(7856,132,'','',558,0,'2013-10-27 14:02:31',7553,NULL),(7857,3,'','',558,0,'2013-10-27 14:02:31',7553,NULL),(7858,56,'','',558,0,'2013-10-27 14:02:31',7553,NULL),(7859,222,',,,,,,,,,,,,,,,,,3e99b8f9bf75970ea080550a06f1127b9b275559','',553,0,'2013-10-27 18:45:06',7554,NULL),(7860,19,'NEGATIVE,,3e99b8f9bf75970ea080550a06f1127b9b275559','',553,0,'2013-10-27 18:45:06',7554,NULL),(7861,18,'[$]no malaria parasite seen[/$],-,,3e99b8f9bf75970ea080550a06f1127b9b275559','',553,0,'2013-10-27 18:45:06',7554,NULL),(7862,68,'5.2,NEGATIVE,NEGATIVE,,bb38140e3c0e6d2efd45dea420f4b41a2e8d9b92','',553,0,'2013-10-27 18:05:32',7555,NULL),(7863,222,',,,,,,,,,,,,,,,,,bb38140e3c0e6d2efd45dea420f4b41a2e8d9b92','',553,0,'2013-10-27 18:05:32',7555,NULL),(7864,18,'[$]no malaria parasite seen[/$],-,,bb38140e3c0e6d2efd45dea420f4b41a2e8d9b92','',553,0,'2013-10-27 18:05:32',7555,NULL),(7865,131,'','',558,0,'2013-10-27 14:11:23',7557,NULL),(7866,132,'','',558,0,'2013-10-27 14:11:23',7557,NULL),(7867,222,',,,,,,,,,,,,,,,,,e28f504a0d219907111df4cdd90f936097786cce','',553,0,'2013-10-27 18:11:13',7558,NULL),(7868,19,'NEGATIVE,,e28f504a0d219907111df4cdd90f936097786cce','',553,0,'2013-10-27 18:11:13',7558,NULL),(7869,18,'[$]no malaria parasite seen[/$],-,,e28f504a0d219907111df4cdd90f936097786cce','',553,0,'2013-10-27 18:11:13',7558,NULL),(7870,107,'1/20,1/20,,e28f504a0d219907111df4cdd90f936097786cce','',553,0,'2013-10-27 18:10:40',7560,NULL),(7871,71,'NEGATIVE,,e28f504a0d219907111df4cdd90f936097786cce','',553,0,'2013-10-27 17:56:07',7563,NULL),(7872,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,e28f504a0d219907111df4cd','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.025, PUS CELLS:4, EPITHELIAL CELLS:8',553,0,'2013-10-27 17:56:08',7563,NULL),(7873,9,',,,,,,,,,,,,,,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:50:14',7564,NULL),(7874,19,'NEGATIVE,,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:50:14',7564,NULL),(7875,18,'[$]malaria parasites Present(+)[/$],TROPHOZOITES,,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:50:14',7564,NULL),(7876,66,',,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:48:51',7566,NULL),(7877,57,',,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:48:51',7566,NULL),(7878,131,',,,,,,,,,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:48:51',7566,NULL),(7879,107,'1/20,1/20,,8dcc2f159e27701005c7abc6f09fba73b96acf98','',553,0,'2013-10-27 17:48:51',7566,NULL),(7880,9,',,,,,,,,,,,,,,68c4fe7ecd52b333788abecf7b1d47467a665273','',553,0,'2013-10-27 17:33:06',7567,NULL),(7881,19,'NEGATIVE,,68c4fe7ecd52b333788abecf7b1d47467a665273','',553,0,'2013-10-27 17:33:06',7567,NULL),(7882,18,'[$]no malaria parasite seen[/$],-,,68c4fe7ecd52b333788abecf7b1d47467a665273','',553,0,'2013-10-27 17:33:06',7567,NULL),(7883,107,'1/20,1/20,,68c4fe7ecd52b333788abecf7b1d47467a665273','',553,0,'2013-10-27 17:32:03',7569,NULL),(7884,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,68c4fe7ecd52b333788abecf7b1d47467a665273','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, LEUCOCYTE:TRACE, PUS CELLS:8, EPITHELIAL CELLS:2',553,0,'2013-10-27 17:58:40',7572,NULL),(7885,9,',,,,,,,,,,,,,,ec38159b11a224eb1184057f7eac16d3a1f74c05','',553,0,'2013-10-27 17:36:20',7573,NULL),(7886,19,'NEGATIVE,,ec38159b11a224eb1184057f7eac16d3a1f74c05','',553,0,'2013-10-27 17:36:21',7573,NULL),(7887,18,'[$]no malaria parasite seen[/$],-,,ec38159b11a224eb1184057f7eac16d3a1f74c05','',553,0,'2013-10-27 17:36:21',7573,NULL),(7888,107,'1/20,1/160,,ec38159b11a224eb1184057f7eac16d3a1f74c05','S. typhi H:1160',553,0,'2013-10-27 17:35:28',7575,NULL),(7889,71,'NEGATIVE,,ec38159b11a224eb1184057f7eac16d3a1f74c05','',553,0,'2013-10-27 17:57:18',7578,NULL),(7890,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,16,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,ec38159b11a224eb1184057','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:7.5, SPECIFIC GRAVITY:1.015, PUS CELLS:2, EPITHELIAL CELLS:16',553,0,'2013-10-27 17:57:18',7578,NULL),(7891,57,'','',531,0,'2013-10-27 16:29:53',7579,NULL),(7892,133,'','',531,0,'2013-10-27 16:29:53',7579,NULL),(7893,56,'','',531,0,'2013-10-27 16:29:53',7579,NULL),(7894,9,',,,,,,,,,,,,,,14857336919e7dc887f8ef5062b69614db402eab','',553,0,'2013-10-27 17:38:28',7580,NULL),(7895,19,'NEGATIVE,,14857336919e7dc887f8ef5062b69614db402eab','',553,0,'2013-10-27 17:38:28',7580,NULL),(7896,18,'[$]no malaria parasite seen[/$],-,,14857336919e7dc887f8ef5062b69614db402eab','',553,0,'2013-10-27 17:38:28',7580,NULL),(7897,107,'1/20,1/20,,14857336919e7dc887f8ef5062b69614db402eab','',553,0,'2013-10-27 17:37:43',7582,NULL),(7898,35,'HAZY,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),6,4,0,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,,14857336919e7dc88','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.025, UROBILINOGEN:INCREASED +, PUS CELLS:6, EPITHELIAL CELLS:4',553,0,'2013-10-27 17:53:27',7585,NULL),(7899,9,',,,,,,,,,,,,,,bc688986596b2975ed0abea5bfca37549221fb34','',553,0,'2013-10-27 17:47:52',7586,NULL),(7900,19,'NEGATIVE,,bc688986596b2975ed0abea5bfca37549221fb34','',553,0,'2013-10-27 17:47:52',7586,NULL),(7901,18,'[$]no malaria parasite seen[/$],-,,bc688986596b2975ed0abea5bfca37549221fb34','',553,0,'2013-10-27 17:47:52',7586,NULL),(7902,19,'NEGATIVE,,bd23fc6e82d2bbb5eaa6ee7587db37e4d8bb9b3d','',553,0,'2013-10-27 18:15:54',7587,NULL),(7903,18,'[$]no malaria parasite seen[/$],-,,bd23fc6e82d2bbb5eaa6ee7587db37e4d8bb9b3d','',553,0,'2013-10-27 18:15:54',7587,NULL),(7904,9,',,,,,,,,,,,,,,d1ed10d0927a0a7cc57913dcc06b24b2c3285f66','',553,0,'2013-10-27 18:42:30',7588,NULL),(7905,19,'NEGATIVE,,d1ed10d0927a0a7cc57913dcc06b24b2c3285f66','',553,0,'2013-10-27 18:42:30',7588,NULL),(7906,18,'[$]no malaria parasite seen[/$],-,,d1ed10d0927a0a7cc57913dcc06b24b2c3285f66','',553,0,'2013-10-27 18:42:30',7588,NULL),(7907,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d1ed10d0927a0a7cc57913dcc06b24b2c3285f66','Spermatozoa Present (+++)',553,0,'2013-10-27 07:00:00',7590,NULL),(7908,9,',,,,,,,,,,,,,,004d5001931b691a9e065ecea40c4f274b986d8a','',553,0,'2013-10-27 19:27:21',7591,NULL),(7909,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,004d5001931b691a9e065ecea40c4f274b986d8a','',553,0,'2013-10-27 19:27:21',7591,NULL),(7910,131,',,,,,,,,,004d5001931b691a9e065ecea40c4f274b986d8a','',553,0,'2013-10-27 19:26:30',7593,NULL),(7911,107,'1/20,1/20,,004d5001931b691a9e065ecea40c4f274b986d8a','',553,0,'2013-10-27 19:26:30',7593,NULL),(7912,9,',,,,,,,,,,,,,,87e04a559e1a0230bbe1e761e781de144f589625','',553,0,'2013-10-27 19:24:53',7594,NULL),(7913,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,87e04a559e1a0230bbe1e761e781de144f589625','',553,0,'2013-10-27 19:24:54',7594,NULL),(7914,131,',,,,,,,,,87e04a559e1a0230bbe1e761e781de144f589625','',553,0,'2013-10-27 19:25:38',7596,NULL),(7915,107,'1/20,1/20,,87e04a559e1a0230bbe1e761e781de144f589625','',553,0,'2013-10-27 19:25:38',7596,NULL),(7916,9,',,,,,,,,,,,,,,5091c1d767d1e2bb28c6950e7a85e9fefc3777f0','',553,0,'2013-10-27 19:23:32',7597,NULL),(7917,19,'NEGATIVE,,5091c1d767d1e2bb28c6950e7a85e9fefc3777f0','',553,0,'2013-10-27 19:23:32',7597,NULL),(7918,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,5091c1d767d1e2bb28c6950e7a85e9fefc3777f0','',553,0,'2013-10-27 19:23:33',7597,NULL),(7919,9,'','',531,0,'2013-10-27 18:56:53',7598,NULL),(7920,9,',,,,,,,,,,,,,,241bd6549bfd9a236b4e138bc50819547fe16d7b','',553,0,'2013-10-27 19:59:12',7599,NULL),(7921,19,'NEGATIVE,,241bd6549bfd9a236b4e138bc50819547fe16d7b','',553,0,'2013-10-27 19:59:13',7599,NULL),(7922,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,241bd6549bfd9a236b4e138bc50819547fe16d7b','',553,0,'2013-10-27 19:59:13',7599,NULL),(7923,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,241bd6549bfd9a236b4e138bc50819547','',553,0,'2013-10-27 07:00:00',7601,NULL),(7924,9,'','',531,0,'2013-10-27 19:42:16',7602,NULL),(7925,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c83e85c31904089989920210ea00339a2a8392d','',553,0,'2013-10-27 07:00:00',7603,NULL),(7926,9,',,,,,,,,,,,,,,34712aef5d65485388cd058b9fdb4b2c58ae174b','',553,0,'2013-10-27 21:51:08',7604,NULL),(7927,19,'NEGATIVE,,34712aef5d65485388cd058b9fdb4b2c58ae174b','',553,0,'2013-10-27 21:51:09',7604,NULL),(7928,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,34712aef5d65485388cd058b9fdb4b2c58ae174b','',553,0,'2013-10-27 21:51:09',7604,NULL),(7929,107,'1/20,1/20,,34712aef5d65485388cd058b9fdb4b2c58ae174b','',553,0,'2013-10-27 21:50:20',7606,NULL),(7930,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,AMORPHOUS PHOSPHATE (+),NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,,34712aef','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015',553,0,'2013-10-27 21:49:49',7609,NULL),(7931,9,',,,,,,,,,,,,,,b8dd0ec967ef8af53f2b397878dc7ad069a9de26','',553,0,'2013-10-27 21:52:50',7610,NULL),(7932,19,'NEGATIVE,,b8dd0ec967ef8af53f2b397878dc7ad069a9de26','',553,0,'2013-10-27 21:52:50',7610,NULL),(7933,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,b8dd0ec967ef8af53f2b397878dc7ad069a9de26','',553,0,'2013-10-27 21:52:50',7610,NULL),(7934,107,'1/20,1/20,,b8dd0ec967ef8af53f2b397878dc7ad069a9de26','',553,0,'2013-10-27 21:52:02',7612,NULL),(7935,35,'CLEAR,LIGHT AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,b8dd0ec967ef8af53f2b397','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.010, PUS CELLS:4, EPITHELIAL CELLS:2',553,0,'2013-10-27 22:51:01',7615,NULL),(7936,112,'NEGATIVE,,ef78aa57222e3e776d0eec2c650ef98039f238c0','',553,0,'2013-10-27 22:49:36',7616,NULL),(7937,117,'NEGATIVE,,ef78aa57222e3e776d0eec2c650ef98039f238c0','',553,0,'2013-10-27 22:49:36',7616,NULL),(7938,27,'NON-REACTIVE,-,NEGATIVE,,ef78aa57222e3e776d0eec2c650ef98039f238c0','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-10-27 22:49:36',7616,NULL),(7939,9,'8.6,4.94,15.3,44.8,90.7,31.0,34.2,334,21.6,9.7,68.7,1.9,0.8,,15798cf9fd9889760f0291b8d0a746465c3113ec','',553,0,'2013-10-27 18:06:05',7617,NULL),(7940,57,'','',531,0,'2013-10-27 16:26:13',7619,NULL),(7941,133,'','',531,0,'2013-10-27 16:26:13',7619,NULL),(7942,131,'','',531,0,'2013-10-27 16:26:13',7619,NULL),(7943,56,'','',531,0,'2013-10-27 16:26:13',7619,NULL),(7944,9,'4.7,4.10,12.0,35.1,85.6,29.3,34.2,317,54.1,3.2,40.7,2.0,0.0,,d01e83ec9ac5fb9f527a9d1846e035d4429a63f9','',553,0,'2013-10-27 17:11:43',7620,NULL),(7945,222,'9.9,5.22,15.9,45.6,87.4,30.5,34.9,195,7.9,4.1,88.0,0.8,0.4,8.7,12.6,12.3,,5dcb4e2b158e2eb41a55105a37f29866114c4c63','',553,0,'2013-10-27 18:10:51',7621,NULL),(7946,19,'NEGATIVE,,5dcb4e2b158e2eb41a55105a37f29866114c4c63','',553,0,'2013-10-27 18:10:51',7621,NULL),(7947,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,5dcb4e2b158e2eb41a55105a37f29866114c4c63','',553,0,'2013-10-27 18:10:51',7621,NULL),(7948,107,'1/20,1/20,,5dcb4e2b158e2eb41a55105a37f29866114c4c63','',553,0,'2013-10-27 18:11:19',7623,NULL),(7949,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,POSITIVE (+++),POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,5dcb4e2b158e2eb41a5','pH:6.0, SPECIFIC GRAVITY:1.020, GLUCOSE:POSITIVE +++, KETONES:POSITIVE +, PUS CELLS:2, EPITHELIAL CELLS:2',553,0,'2013-10-27 18:58:58',7626,NULL),(7950,205,'[$]113[/$],Normal kidney fuction - GFR above 90 and no proteinuria_CKD1 - GFR of 90 with evidence of kidney damage_CKD2 (Mild) - GFR of 60 to 89 with evidence of kidney damage_CKD3 (Moderate) - GFR of ','',535,0,'2013-10-27 07:00:00',7627,NULL),(7951,222,'5.5,5.10,11.3,34.7,68.0,22.2,32.6,268,34.9,7.8,57.3,1.9,0.4,3.2,14.2,10.2,,5227d2998dccd72faa0632f35bbdac918226b1a9','',553,0,'2013-10-27 18:13:35',7628,NULL),(7952,19,'NEGATIVE,,5227d2998dccd72faa0632f35bbdac918226b1a9','',553,0,'2013-10-27 18:13:35',7628,NULL),(7953,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,5227d2998dccd72faa0632f35bbdac918226b1a9','',553,0,'2013-10-27 18:13:35',7628,NULL),(7954,107,'1/20,1/20,,5227d2998dccd72faa0632f35bbdac918226b1a9','',553,0,'2013-10-27 18:47:25',7630,NULL),(7955,71,'NEGATIVE,,5227d2998dccd72faa0632f35bbdac918226b1a9','',553,0,'2013-10-27 18:57:20',7633,NULL),(7956,222,'6.9,3.76,11.6,32.3,85.9,30.9,35.9,290,22.3,7.2,70.5,1.5,0.5,4.7,14.7,10.3,,f409f2bb814fea86a6dfd529556bb8ff8532479d','',553,0,'2013-10-27 18:52:01',7634,NULL),(7957,19,'NEGATIVE,,f409f2bb814fea86a6dfd529556bb8ff8532479d','',553,0,'2013-10-27 18:52:01',7634,NULL),(7958,18,'[$]no malaria parasite seen[/$],,,f409f2bb814fea86a6dfd529556bb8ff8532479d','',553,0,'2013-10-27 18:52:01',7634,NULL),(7959,107,'1/20,1/20,,f409f2bb814fea86a6dfd529556bb8ff8532479d','',553,0,'2013-10-27 18:52:41',7636,NULL),(7960,71,'POSITIVE,,f409f2bb814fea86a6dfd529556bb8ff8532479d','U PREGNANCY TEST:POSITIVE',553,0,'2013-10-27 19:06:02',7639,NULL),(7961,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,20,4,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,f409f2bb814fea86a6d','U PREGNANCY TEST:POSITIVECLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, LEUCOCYTE:POSITIVE +, PUS CELLS:20, EPITHELIAL CELLS:4',553,0,'2013-10-27 19:06:02',7639,NULL),(7962,222,'5.0,4.96,13.8,40.8,82.3,27.8,33.8,192,48.1,6.8,45.1,2.4,0.3,2.3,14.1,10.3,,ae1616e6e957ee77bf3e65c573efca6e640634f0','',553,0,'2013-10-27 18:56:35',7640,NULL),(7963,19,'NEGATIVE,,ae1616e6e957ee77bf3e65c573efca6e640634f0','',553,0,'2013-10-27 18:56:35',7640,NULL),(7964,18,'[$]no malaria parasite seen[/$],,,ae1616e6e957ee77bf3e65c573efca6e640634f0','',553,0,'2013-10-27 18:56:35',7640,NULL),(7965,107,'1/20,1/20,,ae1616e6e957ee77bf3e65c573efca6e640634f0','',553,0,'2013-10-27 18:53:25',7642,NULL),(7966,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,,NOT SEEN,NOT SEEN,,,,ae1616e6e957ee77bf3e65c573efca6e640634f0','COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.015, PUS CELLS:2, EPITHELIAL CELLS:2',553,0,'2013-10-27 19:09:55',7645,NULL),(7967,222,'4.4,5.13,14.1,41.4,80.7,27.5,34.1,205,36.2,9.0,54.8,1.6,0.4,2.4,13.2,12.0,,d9dc17c19f8fa10cee02d7447f0f7412f5ab92c8','',553,0,'2013-10-27 19:30:54',7646,NULL),(7968,19,'NEGATIVE,,d9dc17c19f8fa10cee02d7447f0f7412f5ab92c8','',553,0,'2013-10-27 19:30:54',7646,NULL),(7969,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,d9dc17c19f8fa10cee02d7447f0f7412f5ab92c8','',553,0,'2013-10-27 19:30:54',7646,NULL),(7970,107,'1/20,1/20,,d9dc17c19f8fa10cee02d7447f0f7412f5ab92c8','',553,0,'2013-10-27 19:29:11',7648,NULL),(7971,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,10,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,d9dc17c19f8fa10cee02d744',', ',557,0,'2013-10-27 07:00:00',7651,NULL),(7972,22,'12,7dfe2f82c5ccd5c15b486bf4abd3660aa6b55e0f','',557,0,'2013-10-27 07:00:00',7652,NULL),(7973,222,'8.4,5.64,12.1,36.8,65.2,21.4,32.9,427,25.2,5.9,68.9,3.1,0.5,5.8,19.7,7.8,,7dfe2f82c5ccd5c15b486bf4abd3660aa6b55e0f','',557,0,'2013-10-27 07:00:00',7652,NULL),(7974,19,'NEGATIVE,,7dfe2f82c5ccd5c15b486bf4abd3660aa6b55e0f','',557,0,'2013-10-27 07:00:00',7652,NULL),(7975,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7dfe2f82c5ccd5c15b486bf4abd3660aa6b55e0f','',557,0,'2013-10-27 07:00:00',7652,NULL),(7976,107,'1/20,1/20,7dfe2f82c5ccd5c15b486bf4abd3660aa6b55e0f','',557,0,'2013-10-27 07:00:00',7654,NULL),(7977,89,'0.4,,,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',552,504,'2013-10-30 08:00:00',7655,'2013-11-04 09:11:56'),(7978,90,'0.2,,,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',552,504,'2013-10-30 08:00:00',7655,'2013-11-04 09:11:56'),(7979,131,',,,,,,,,,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',504,0,'2013-11-04 17:11:56',7655,NULL),(7980,15,'<18.35,##,,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',504,0,'2013-11-04 17:11:56',7655,NULL),(7981,91,'4.1,,,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',552,504,'2013-10-30 08:00:00',7655,'2013-11-04 09:11:56'),(7982,17,'<0.35,,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',504,0,'2013-11-04 17:11:56',7655,NULL),(7983,22,'22,944d1128e77677328923085cb03edb26dbdf6ab5','',557,0,'2013-10-27 07:00:00',7656,NULL),(7984,222,'9.0,4.20,11.9,33.9,80.7,28.3,35.1,571,47.5,8.2,44.3,4.3,0.7,4.0,13.9,8.2,,944d1128e77677328923085cb03edb26dbdf6ab5','',557,0,'2013-10-27 07:00:00',7656,NULL),(7985,35,'CLEAR,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,944d1128e77677328923085cb03edb26dbdf6ab5','pH:6.0, SPECIFIC GRAVITY:1.005, EPITHELIAL CELLS:2',536,0,'2013-10-29 07:09:41',7658,NULL),(7986,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,944d1128e77677328923085cb03edb26dbdf6ab5','CONTENT:',536,0,'2013-10-29 07:07:07',7661,NULL),(7987,111,'NEGATIVE,944d1128e77677328923085cb03edb26dbdf6ab5','',557,0,'2013-10-27 07:00:00',7665,NULL),(7988,222,'13.4,4.81,11.3,33.8,70.3,23.6,33.4,650,25.5,9.8,64.7,3.4,1.3,9.7,14.4,6.8,,85b96a622446e0cc5e0d39f5fad94b0a586ae0df','',557,0,'2013-10-27 07:00:00',7666,NULL),(7989,19,'NEGATIVE,,85b96a622446e0cc5e0d39f5fad94b0a586ae0df','',557,0,'2013-10-27 07:00:00',7666,NULL),(7990,18,'[$]NO MALARIA PARASITES SEEN[/$],-,85b96a622446e0cc5e0d39f5fad94b0a586ae0df','',557,0,'2013-10-27 07:00:00',7666,NULL),(7991,107,'1/20,1/20,85b96a622446e0cc5e0d39f5fad94b0a586ae0df','',557,0,'2013-10-27 07:00:00',7668,NULL),(7992,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,85b96a622446e0cc5e0d39f5fad94b0a586ae0df',', ',557,0,'2013-10-27 07:00:00',7671,NULL),(7993,36,'','',530,0,'2013-10-27 21:16:41',7672,NULL),(7994,35,'','',530,0,'2013-10-27 21:16:41',7672,NULL),(7995,222,'8.2,5.07,14.5,42.8,84.4,28.6,33.9,165,39.2,4.6,56.2,3.2,0.4,4.6,11.7,14.5,,9dfeffeb9b888ce44a92cbd4486a71bb36a5b4b4','',557,0,'2013-10-27 07:00:00',7673,NULL),(7996,19,'NEGATIVE,,9dfeffeb9b888ce44a92cbd4486a71bb36a5b4b4','',557,0,'2013-10-27 07:00:00',7673,NULL),(7997,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9dfeffeb9b888ce44a92cbd4486a71bb36a5b4b4',', ',557,0,'2013-10-27 07:00:00',7673,NULL),(7998,107,'1/20,1/20,9dfeffeb9b888ce44a92cbd4486a71bb36a5b4b4','',557,0,'2013-10-27 07:00:00',7675,NULL),(7999,222,'15.7,5.62,12.6,37.4,66.5,22.4,33.7,339,46.5,11.8,41.7,7.3,1.9,6.5,15.6,8.2,,4b14a018d8c59a185e94fe68b59e55a12230a954','',557,0,'2013-10-27 07:00:00',7676,NULL),(8000,19,'NEGATIVE,,4b14a018d8c59a185e94fe68b59e55a12230a954','',557,0,'2013-10-27 07:00:00',7676,NULL),(8001,18,'[$]no malaria parasites seen[/$],-,4b14a018d8c59a185e94fe68b59e55a12230a954','',557,0,'2013-10-27 07:00:00',7676,NULL),(8002,35,'','',530,0,'2013-10-27 21:58:45',7678,NULL),(8003,222,'15.8,5.34,12.7,38.8,72.7,23.8,32.7,305,45.0,2.0,53.0,7.1,0.3,8.4,14.1,8.4,,e8dfc9f4b1658a45e412c5ec39a12c3c9e2f4e54','',557,0,'2013-10-27 07:00:00',7679,NULL),(8004,19,'NEGATIVE,,e8dfc9f4b1658a45e412c5ec39a12c3c9e2f4e54','',557,0,'2013-10-27 07:00:00',7679,NULL),(8005,18,'[$]no malaria parasites seen[/$],-,e8dfc9f4b1658a45e412c5ec39a12c3c9e2f4e54','',557,0,'2013-10-27 07:00:00',7679,NULL),(8006,35,'','',530,0,'2013-10-27 22:02:46',7681,NULL),(8007,222,'4.8,4.79,13.6,40.6,84.8,28.4,33.5,193,25.3,16.6,58.1,1.2,0.8,2.8,13.5,10.3,,3c259645b33681100dcda67c83e3e58d094eb536','',557,0,'2013-10-27 07:00:00',7682,NULL),(8008,19,'NEGATIVE,,3c259645b33681100dcda67c83e3e58d094eb536','',557,0,'2013-10-27 07:00:00',7682,NULL),(8009,18,'[$]no malaria parasites seen[/$],-,3c259645b33681100dcda67c83e3e58d094eb536','',557,0,'2013-10-27 07:00:00',7682,NULL),(8010,222,'16.8,4.79,10.7,32.9,68.7,22.3,32.5,449,45.6,8.2,46.2,7.7,1.4,7.7,17.3,7.6,,fa3a05ba18d74876740bb60c9b54350c65c7549a','',557,0,'2013-10-27 07:00:00',7683,NULL),(8011,19,'NEGATIVE,,fa3a05ba18d74876740bb60c9b54350c65c7549a','',557,0,'2013-10-27 07:00:00',7683,NULL),(8012,18,'[$]no malaria parasites seen[/$],-,fa3a05ba18d74876740bb60c9b54350c65c7549a','',557,0,'2013-10-27 07:00:00',7683,NULL),(8013,35,'','',530,0,'2013-10-27 22:14:19',7685,NULL),(8014,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,fa3a05ba18d74876740bb60c9b54350c65c7549a','CONSISTENCY:LOOSE',557,557,'2013-10-27 23:34:30',7688,'2013-10-27 16:35:26'),(8015,22,'19,5e05a7655c233d829fada358eb12b24f989c244e','',557,0,'2013-10-27 07:00:00',7689,NULL),(8016,222,'11.2,4.53,12.2,36.0,79.5,26.9,33.6,663,52.0,3.5,44.5,5.8,0.4,5.0,15.4,7.0,,5e05a7655c233d829fada358eb12b24f989c244e','',557,0,'2013-10-27 07:00:00',7689,NULL),(8017,222,'5.8,4.05,12.5,36.6,90.4,30.9,34.2,356,45.7,13.8,40.5,2.7,0.8,2.3,13.0,8.3,,382f78cf6e6bec2695ca860c2026237bac071bc1','',557,0,'2013-10-27 07:00:00',7690,NULL),(8018,14,'POSITIVE,382f78cf6e6bec2695ca860c2026237bac071bc1','',557,0,'2013-10-27 07:00:00',7692,NULL),(8019,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.\nNO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,c0aa01e9c6447927f245abc923c4c3531dada472','',534,0,'2013-11-04 08:00:00',7693,NULL),(8020,222,'7.6,4.79,11.6,35.7,74.5,24.2,32.5,318,25.1,16.1,58.8,1.9,1.2,4.5,14.1,8.1,,c0aa01e9c6447927f245abc923c4c3531dada472','',557,0,'2013-10-27 07:00:00',7693,NULL),(8021,18,'[$]no malaria parasites seen[/$],-,c0aa01e9c6447927f245abc923c4c3531dada472','',557,0,'2013-10-27 07:00:00',7693,NULL),(8022,222,'6.0,4.65,13.1,38.1,81.9,28.3,34.4,189,46.7,8.0,45.3,2.8,0.5,2.7,14.0,10.2,,81af785a271e0a76c0f5a2bb0ea07b7672762824','',557,0,'2013-10-27 07:00:00',7694,NULL),(8023,18,'[$]no malaria parasites seen[/$],-,81af785a271e0a76c0f5a2bb0ea07b7672762824','',557,0,'2013-10-27 07:00:00',7694,NULL),(8024,71,'NEGATIVE,,81af785a271e0a76c0f5a2bb0ea07b7672762824','',557,0,'2013-10-27 07:00:00',7696,NULL),(8025,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,81af785a271e0a76c0f5a2bb0ea07b7672762824',', ',557,0,'2013-10-27 07:00:00',7696,NULL),(8026,107,'1/20,1/20,81af785a271e0a76c0f5a2bb0ea07b7672762824','',557,0,'2013-10-27 07:00:00',7699,NULL),(8027,97,'','',530,0,'2013-10-28 00:45:48',7700,NULL),(8028,222,'10.7,5.15,15.4,45.4,88.2,29.9,33.9,152,13.2,7.8,79.0,1.4,0.8,8.5,14.0,10.7,,3fa361a2ffea8ffb2d00c1706ebc6654a008b1fb','',557,0,'2013-10-28 07:00:00',7701,NULL),(8029,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3fa361a2ffea8ffb2d00c1706ebc6654a008b1fb',', ',557,0,'2013-10-28 07:00:00',7701,NULL),(8030,38,'[$][/$],##,##,,3fa361a2ffea8ffb2d00c1706ebc6654a008b1fb','',557,0,'2013-10-29 02:28:39',7703,NULL),(8031,37,'BROWN,SLIMY,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3fa361a2ffea8ffb2d00c1706ebc6654a008b1fb','',557,557,'2013-10-29 02:28:39',7703,'2013-10-28 19:29:33'),(8032,107,'1/20,1/20,3fa361a2ffea8ffb2d00c1706ebc6654a008b1fb','',557,0,'2013-10-28 07:00:00',7706,NULL),(8033,133,'','',530,0,'2013-10-29 02:28:37',7707,NULL),(8034,11,'22,[$]14[/$],[$]1.58[/$],1.7,THERAPEUTIC : 2.0 - 4.0,7d84ff4ac5e6d90305472e56a5a5812bce826390','',552,0,'2013-10-29 08:00:00',7709,NULL),(8035,128,'','',530,0,'2013-10-29 02:34:03',7710,NULL),(8036,222,'','',530,0,'2013-10-29 02:34:03',7712,NULL),(8037,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cfac2eacc677a0a62380c91279492945902538f6',', ',534,0,'2013-10-28 07:00:00',7715,NULL),(8038,192,'','',530,0,'2013-10-29 02:34:03',7719,NULL),(8039,144,'','',530,0,'2013-10-29 02:34:03',7724,NULL),(8040,57,'','',530,0,'2013-10-29 02:45:13',7725,NULL),(8041,56,'','',530,0,'2013-10-29 02:45:13',7725,NULL),(8042,132,'4.32,1.21,1.48,fdbe9ff2d96419e7aafc3308adf3b2f172a7a8cc','',537,0,'2013-10-31 08:00:00',7726,NULL),(8043,82,'','',530,0,'2013-10-29 02:49:18',7728,NULL),(8044,68,'8.7,-,-,,fdbe9ff2d96419e7aafc3308adf3b2f172a7a8cc','',537,0,'2013-10-31 08:00:00',7728,NULL),(8045,68,'4.9,NEGATIVE,NEGATIVE,,88bcd7d6bb3156be0ed7ceda8e07941d35465b9f','',537,0,'2013-10-28 07:00:00',7729,NULL),(8046,222,'7.0,4.65,12.8,37.4,80.4,27.5,34.2,289,41.4,9.7,48.9,2.9,0.7,3.4,14.3,9.0,,88bcd7d6bb3156be0ed7ceda8e07941d35465b9f','',537,0,'2013-10-28 07:00:00',7729,NULL),(8047,18,'[$]NO MALARIA PARASITE SEEN[/$],-,88bcd7d6bb3156be0ed7ceda8e07941d35465b9f','',537,0,'2013-10-28 07:00:00',7729,NULL),(8048,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,88bcd7d6bb3156be0ed7ceda8e07941d35465b9f',', ',534,0,'2013-10-28 07:00:00',7731,NULL),(8049,222,'7.9,4.72,13.1,36.8,78.0,27.8,35.6,430,45.0,10.9,44.1,3.6,0.9,3.4,14.1,8.2,,bd4e82c51f49922205e61fbda94e99e1b186b632','',537,0,'2013-10-28 07:00:00',7732,NULL),(8050,19,'NEGATIVE,,bd4e82c51f49922205e61fbda94e99e1b186b632','',537,0,'2013-10-28 07:00:00',7732,NULL),(8051,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bd4e82c51f49922205e61fbda94e99e1b186b632',', ',534,0,'2013-10-28 07:00:00',7734,NULL),(8052,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bd4e82c51f49922205e61fbda94e99e1b186b632','',534,0,'2013-10-28 07:00:00',7737,NULL),(8053,68,'4.8,NEGATIVE,NEGATIVE,,561354f78be09724678309417b918a2034f3db1f','',537,0,'2013-10-28 07:00:00',7738,NULL),(8054,222,'4.5,4.57,13.5,37.6,82.3,29.5,35.9,330,41.5,17.3,41.2,1.9,0.8,1.8,13.1,8.7,,561354f78be09724678309417b918a2034f3db1f','',537,0,'2013-10-28 07:00:00',7738,NULL),(8055,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,18,8,0,NOT SEEN,PRESENT (,,,,,,,,,,,,,,,,,,,,,,,,,,++),NOT SEEN,561354',', ',534,0,'2013-10-28 07:00:00',7740,NULL),(8056,68,'','',530,0,'2013-10-29 03:13:35',7741,NULL),(8057,222,'','',530,0,'2013-10-29 03:13:35',7741,NULL),(8058,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c605e9094ad3b46f79a253d3d3a8aa34a128a39',', ',534,0,'2013-10-28 07:00:00',7743,NULL),(8059,57,'','',530,0,'2013-10-29 03:13:35',7746,NULL),(8060,131,'','',530,0,'2013-10-29 03:13:35',7746,NULL),(8061,132,'','',530,0,'2013-10-29 03:13:35',7746,NULL),(8062,56,'','',530,0,'2013-10-29 03:13:35',7746,NULL),(8063,92,'0.6,,4c605e9094ad3b46f79a253d3d3a8aa34a128a39','',536,0,'2013-10-29 08:08:07',7747,NULL),(8064,35,'HAZY,AMBER,6.0,1.020,POSITIVE (+),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,4d22be1699a600298478f',', ',534,0,'2013-10-28 07:00:00',7748,NULL),(8065,222,'4.3,4.56,13.7,38.9,85.3,30.0,35.2,148,37.6,11.5,50.9,1.6,0.5,2.2,12.9,10.4,,4d22be1699a600298478fb492115caaf91586a0e','',537,0,'2013-10-28 07:00:00',7750,NULL),(8066,128,'','',530,0,'2013-10-29 03:25:57',7751,NULL),(8067,222,'','',530,0,'2013-10-29 03:25:57',7753,NULL),(8068,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,92a83f47f4d2b9f1f2a321bde7b0fc1a4437a2d4',', ',534,0,'2013-10-28 07:00:00',7756,NULL),(8069,68,'','',530,0,'2013-10-29 03:28:46',7757,NULL),(8070,117,'','',530,0,'2013-10-29 03:28:47',7759,NULL),(8071,22,'12,9c6dad51db9c0f529528ebf1d8ecb88710c2a0bd','',537,0,'2013-10-28 07:00:00',7760,NULL),(8072,66,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8073,73,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8074,76,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8075,132,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8076,59,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8077,58,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8078,65,'','',531,0,'2013-10-29 03:42:08',7762,NULL),(8079,18,'[$]NO MALARIA PARASITE SEEN[/$],-,96ebc6a21f8eb1481b983add518301cf2593f709','',537,0,'2013-10-28 07:00:00',7763,NULL),(8080,112,'NEGATIVE,,96ebc6a21f8eb1481b983add518301cf2593f709','',537,0,'2013-10-28 07:00:00',7765,NULL),(8081,108,'NON - REACTIVE,96ebc6a21f8eb1481b983add518301cf2593f709','',537,0,'2013-10-28 07:00:00',7765,NULL),(8082,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,18,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,96ebc6a21f8eb1481b983add',', ',534,0,'2013-10-28 07:00:00',7768,NULL),(8083,9,'','',531,0,'2013-10-29 03:59:48',7769,NULL),(8084,128,'','',531,0,'2013-10-29 03:59:48',7771,NULL),(8085,3,'2.5,##1.5,##1.1,##,,##,,,11f918966767ec57f6e4dd76344a2a0559f18cfc','',534,0,'2013-10-30 08:00:00',7771,NULL),(8086,35,'HAZY,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,11f918966767ec57f6e4dd763',', ',555,0,'2013-10-28 07:00:00',7774,NULL),(8087,21,'A,POSITIVE,0f44df513e258b5bffe2c606313c397774ec7aa5','',537,0,'2013-10-28 08:00:00',7775,NULL),(8088,68,'5.9,-,-,,0f44df513e258b5bffe2c606313c397774ec7aa5','',537,0,'2013-10-28 08:00:00',7775,NULL),(8089,9,'','',531,0,'2013-10-29 04:08:28',7775,NULL),(8090,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0f44df513e258b5bffe2c606313c397774ec7aa5','',537,0,'2013-10-28 08:00:00',7775,NULL),(8091,57,'','',531,0,'2013-10-29 04:08:28',7777,NULL),(8092,131,'','',531,0,'2013-10-29 04:08:28',7777,NULL),(8093,132,'','',531,0,'2013-10-29 04:08:28',7777,NULL),(8094,92,'0.6,0f44df513e258b5bffe2c606313c397774ec7aa5','',537,0,'2013-10-28 08:00:00',7777,NULL),(8095,56,'','',531,0,'2013-10-29 04:08:28',7777,NULL),(8096,107,'1/40,1/20,0f44df513e258b5bffe2c606313c397774ec7aa5','',537,0,'2013-10-28 08:00:00',7777,NULL),(8097,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,0f44df513e258b5bffe2c606313c397774ec7aa5','',555,0,'2013-10-28 07:00:00',7780,NULL),(8098,22,'10,e3e482005b280e85e0859c32ea0354505d32922a','',537,0,'2013-10-28 07:00:00',7781,NULL),(8099,9,'5.9,6.18,10.8,35.4,57.3,17.5,30.5,255,40.3,20.6,39.1,2.4,1.2,e3e482005b280e85e0859c32ea0354505d32922a','',537,0,'2013-10-28 07:00:00',7781,NULL),(8100,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e3e482005b280e85e0859c32ea0354505d32922a','',537,0,'2013-10-28 07:00:00',7781,NULL),(8101,9,'','',531,0,'2013-10-29 04:25:51',7782,NULL),(8102,70,',,2590862e513564cda5068e1808de49e4a5a2297e','',537,0,'2013-10-28 07:00:00',7782,NULL),(8103,108,'NON - REACTIVE,2590862e513564cda5068e1808de49e4a5a2297e','',537,0,'2013-10-28 07:00:00',7784,NULL),(8104,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,2590862e513564cda5068e180',', ',555,0,'2013-10-28 07:00:00',7787,NULL),(8105,9,'','',531,0,'2013-10-29 04:28:51',7788,NULL),(8106,128,'','',531,0,'2013-10-29 04:28:51',7790,NULL),(8107,36,'','',531,0,'2013-10-29 04:28:51',7793,NULL),(8108,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,18,20,0,NOT SEEN,PRESENT (++),NOT,,,,,,,,,,,,,,,,,, SEEN,2e188827ba5fb30fe474',', ',555,0,'2013-10-28 07:00:00',7793,NULL),(8109,9,'','',531,0,'2013-10-29 04:40:29',7794,NULL),(8110,68,'14.7,NEGATIVE,NEGATIVE,,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',555,0,'2013-10-28 07:00:00',7795,NULL),(8111,35,'CLEAR,AMBER,6.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,01264d56f51cd18677f6cdcfb9bc16bbd',', ',555,0,'2013-10-28 07:00:00',7797,NULL),(8112,9,'','',531,0,'2013-10-29 04:46:35',7798,NULL),(8113,128,'','',531,0,'2013-10-29 04:46:35',7800,NULL),(8114,35,'CLEAR,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,98674f4151f974a85ad70f96',', ',555,0,'2013-10-28 07:00:00',7803,NULL),(8115,11,'33.0,[$]14.0[/$],[$]2.4[/$],2.73,THERAPEUTIC : 2.0 - 4.0,f5a8641c8532991a7b474b0571cb749c2b469a89','',537,0,'2013-10-28 07:00:00',7804,NULL),(8116,9,'','',531,0,'2013-10-29 05:14:49',7805,NULL),(8117,24,'93.6,6.4,0.0,c144343bf64b1d50a8987bfe116bfba7bb7218d2','',534,0,'2013-11-15 08:00:00',7805,NULL),(8118,28,'NEGATIVE,[$]AA[/$],,c144343bf64b1d50a8987bfe116bfba7bb7218d2','',534,0,'2013-10-29 08:00:00',7805,NULL),(8119,9,'','',531,0,'2013-10-29 05:33:10',7806,NULL),(8120,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ddac27fb4850c7d9967aeac509114f61293461c5','',537,0,'2013-10-28 08:00:00',7806,NULL),(8121,133,'153,4.1,108,ddac27fb4850c7d9967aeac509114f61293461c5','',537,0,'2013-10-28 08:00:00',7808,NULL),(8122,68,'4.7,-,-,,7d820a271cee65780cb527863c000ab4a04a30a3','',537,0,'2013-10-28 07:00:00',7809,NULL),(8123,27,'NON-REACTIVE,-,NEGATIVE,,e7e59b12f23adf32b8306d5997b907490c9203ef','',537,0,'2013-10-28 08:00:00',7810,NULL),(8124,9,'','',531,0,'2013-10-29 05:43:03',7811,NULL),(8125,68,'','',531,0,'2013-10-29 05:53:22',7812,NULL),(8126,9,'','',531,0,'2013-10-29 05:53:22',7812,NULL),(8127,57,'','',531,0,'2013-10-29 05:53:22',7814,NULL),(8128,133,'','',531,0,'2013-10-29 05:53:22',7814,NULL),(8129,113,'','',531,0,'2013-10-29 05:53:22',7814,NULL),(8130,131,'','',531,0,'2013-10-29 05:53:22',7814,NULL),(8131,132,'','',531,0,'2013-10-29 05:53:22',7814,NULL),(8132,92,'1.6,12bf6044ebbfdbe8a5329aca379a841741e15cf4','',537,0,'2013-10-31 08:00:00',7814,NULL),(8133,56,'','',531,0,'2013-10-29 05:53:22',7814,NULL),(8134,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,12bf6044ebbfdbe8a5329aca379a841741e15cf4','pH:6.5, SPECIFIC GRAVITY:1.010',536,0,'2013-10-29 08:02:04',7817,NULL),(8135,22,'42,928f7c8c92461ea82cc878a75d23e15a5612d6b3','',537,0,'2013-10-28 08:00:00',7818,NULL),(8136,9,'','',531,0,'2013-10-29 05:56:08',7818,NULL),(8137,19,'NEGATIVE,,928f7c8c92461ea82cc878a75d23e15a5612d6b3','',537,0,'2013-10-28 08:00:00',7818,NULL),(8138,9,'','',531,0,'2013-10-29 06:00:53',7819,NULL),(8139,19,'NEGATIVE,,e3769371382914e37781b3244a5f88886ccc9779','',537,0,'2013-10-28 08:00:00',7819,NULL),(8140,18,'','',531,0,'2013-10-29 06:00:53',7819,NULL),(8141,229,'38.31,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,0,'2013-10-28 07:00:00',7820,NULL),(8142,222,'','',531,0,'2013-10-29 06:05:35',7821,NULL),(8143,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f9d41f2e62b01c5a5cf78962e9419eba15a34abb','',537,0,'2013-10-28 08:00:00',7821,NULL),(8144,222,'6.3,4.63,13.2,39.6,85.5,28.5,33.3,447,36.9,8.8,54.3,2.3,0.6,3.4,14.3,7.5,,d5e32b602ee8385d4b2d37aac04301a20da15835','',534,0,'2013-10-28 07:00:00',7822,NULL),(8145,228,'300,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,0,'2013-10-28 07:00:00',7823,NULL),(8146,230,'7.82,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',504,0,'2013-10-28 07:00:00',7823,NULL),(8147,222,'','',531,0,'2013-10-29 06:13:47',7824,NULL),(8148,222,'','',531,0,'2013-10-29 06:16:30',7825,NULL),(8149,222,'7.3,5.42,12.5,40.1,74.0,23.1,31.2,294,28.4,3.9,67.7,2.1,0.3,4.9,14.0,8.7,,c144343bf64b1d50a8987bfe116bfba7bb7218d2','',534,0,'2013-10-28 07:00:00',7826,NULL),(8150,68,'','',531,0,'2013-10-29 06:37:52',7827,NULL),(8151,222,'','',531,0,'2013-10-29 06:37:52',7827,NULL),(8152,132,'','',531,0,'2013-10-29 06:37:52',7829,NULL),(8153,57,'','',531,0,'2013-10-29 06:46:01',7830,NULL),(8154,133,'','',531,0,'2013-10-29 06:46:01',7830,NULL),(8155,132,'','',531,0,'2013-10-29 06:46:01',7830,NULL),(8156,56,'','',531,0,'2013-10-29 06:46:01',7830,NULL),(8157,68,'','',531,0,'2013-10-29 06:46:02',7832,NULL),(8158,9,'','',531,0,'2013-10-29 06:51:44',7833,NULL),(8159,128,'','',531,0,'2013-10-29 06:51:45',7835,NULL),(8160,22,'23,f90a443226e5e1ef2ccb22e2f18d2c1e93917daa','',537,0,'2013-10-28 08:00:00',7836,NULL),(8161,9,'','',531,0,'2013-10-29 06:55:19',7836,NULL),(8162,35,'CLEAR,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,f90a443226e5e1ef2ccb22e2','',537,0,'2013-10-28 08:00:00',7838,NULL),(8163,9,'','',531,0,'2013-10-29 06:57:27',7839,NULL),(8164,19,'NEGATIVE,,523e62e201c7b4491ea2daaf060873c06bb502fc','',537,0,'2013-10-28 08:00:00',7839,NULL),(8165,113,'','',531,0,'2013-10-29 06:57:27',7841,NULL),(8166,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,523e62e201c7b4491ea2daaf',', ',537,0,'2013-10-28 08:00:00',7844,NULL),(8167,9,'','',531,0,'2013-10-29 06:59:44',7845,NULL),(8168,113,'POSITIVE,27.70,,c0d27d1615d4489cf89a0c3aff25efcaee334a58','',534,0,'2013-11-01 08:00:00',7847,NULL),(8169,132,'','',531,0,'2013-10-29 06:59:44',7847,NULL),(8170,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c0d27d1615d4489cf89a0c3aff25efcaee334a58','',552,0,'2013-10-29 08:00:00',7850,NULL),(8171,9,'','',531,0,'2013-10-28 19:14:48',7851,NULL),(8172,113,'','',531,0,'2013-10-28 19:14:49',7853,NULL),(8173,130,'','',531,0,'2013-10-28 19:14:49',7853,NULL),(8174,131,'','',531,0,'2013-10-28 19:14:49',7853,NULL),(8175,132,'','',531,0,'2013-10-28 19:14:49',7853,NULL),(8176,35,'CLEAR,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,4879ab7054d7592c0c59ad9','COLOUR:LIGHT AMBER, pH:7.0, SPECIFIC GRAVITY:1.010, EPITHELIAL CELLS:4',534,0,'2013-10-28 23:45:58',7856,NULL),(8177,226,'','',531,0,'2013-10-28 19:14:49',7860,NULL),(8178,9,'','',531,0,'2013-10-28 19:16:39',7861,NULL),(8179,128,'','',531,0,'2013-10-28 19:16:39',7863,NULL),(8180,9,'','',531,0,'2013-10-28 19:20:01',7864,NULL),(8181,19,'NEGATIVE,,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-10-28 08:00:00',7864,NULL),(8182,71,'POSITIVE,,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',537,0,'2013-10-28 08:00:00',7866,NULL),(8183,9,'','',531,0,'2013-10-28 19:26:46',7867,NULL),(8184,19,'NEGATIVE,,8640c9cd4a8b76b831c50524ba27456aa4c456aa','',537,0,'2013-10-28 08:00:00',7867,NULL),(8185,107,'1/20,1/20,8640c9cd4a8b76b831c50524ba27456aa4c456aa','',537,0,'2013-10-28 08:00:00',7869,NULL),(8186,21,'A,POSITIVE,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',537,0,'2013-10-28 08:00:00',7870,NULL),(8187,68,'4.4,-,-,,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','NON DIABETIC, ',534,0,'2013-11-04 08:00:00',7870,NULL),(8188,9,'','',531,0,'2013-10-28 19:30:39',7870,NULL),(8189,20,'NEGATIVE,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',537,0,'2013-10-28 08:00:00',7870,NULL),(8190,112,'POSITIVE,,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',537,0,'2013-10-28 08:00:00',7872,NULL),(8191,91,'15.7,FEMALE (3.24 - 29.10),584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',552,0,'2013-10-30 08:00:00',7872,NULL),(8192,3,'2.1,##0.9,##2.2,##,,##,,,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',552,0,'2013-10-30 08:00:00',7872,NULL),(8193,135,'[$]CANDIDA SPP. ISOLATED\n[/$],##,##,,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',534,0,'2013-10-30 08:00:00',7875,NULL),(8194,134,'SCANTY,FEW,NOT SEEN,PRESENT (+),,584c1993f998c95f1ef825ee6f8e8c6b2b67ecbc','',534,0,'2013-10-30 08:00:00',7875,NULL),(8195,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,,4779d596bca96be7d010d4cfd857f5449a56bb83','',555,0,'2013-10-28 08:00:00',7876,NULL),(8196,57,'','',531,0,'2013-10-28 19:48:32',7877,NULL),(8197,133,'','',531,0,'2013-10-28 19:48:32',7877,NULL),(8198,131,'','',531,0,'2013-10-28 19:48:32',7877,NULL),(8199,132,'','',531,0,'2013-10-28 19:48:32',7877,NULL),(8200,56,'','',531,0,'2013-10-28 19:48:32',7877,NULL),(8201,68,'','',531,0,'2013-10-28 19:48:32',7879,NULL),(8202,9,'','',531,0,'2013-10-28 19:52:32',7880,NULL),(8203,128,'','',531,0,'2013-10-28 19:52:33',7882,NULL),(8204,9,'','',531,0,'2013-10-28 20:01:42',7883,NULL),(8205,223,'','',531,0,'2013-10-28 20:01:42',7883,NULL),(8206,71,'POSITIVE,,a551ac157e7730247fb9e6892ded36018703de1e','',537,0,'2013-10-28 08:00:00',7884,NULL),(8207,9,'','',531,0,'2013-10-28 20:08:11',7885,NULL),(8208,19,'POSITIVE,,2b1f83901a29f2efd03a2e261e837e4c2c63b525','',537,0,'2013-10-28 08:00:00',7885,NULL),(8209,18,'[$]5285 (+++)[/$],TROPHOZOITES,2b1f83901a29f2efd03a2e261e837e4c2c63b525','',537,0,'2013-10-28 08:00:00',7885,NULL),(8210,35,'','',531,0,'2013-10-28 20:08:11',7887,NULL),(8211,9,'','',531,0,'2013-10-28 20:16:21',7888,NULL),(8212,9,'','',531,0,'2013-10-28 20:20:05',7889,NULL),(8213,19,'NEGATIVE,,9e29533015860d63106074ae35e5412798acdf87','',537,0,'2013-10-28 08:00:00',7889,NULL),(8214,9,'','',531,0,'2013-10-28 20:24:35',7890,NULL),(8215,22,'18,,db326a43223bbb44cbbaaa0e28efb41b23abd5d3','',543,0,'2013-10-28 23:55:23',7891,NULL),(8216,9,',,,,,,,,,,,,,,db326a43223bbb44cbbaaa0e28efb41b23abd5d3','',543,0,'2013-10-28 23:55:24',7891,NULL),(8217,19,'NEGATIVE,,db326a43223bbb44cbbaaa0e28efb41b23abd5d3','',543,0,'2013-10-28 23:55:24',7891,NULL),(8218,199,'[$]COMMENSALS ONLY[/$],db326a43223bbb44cbbaaa0e28efb41b23abd5d3','',534,0,'2013-10-30 08:00:00',7893,NULL),(8219,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,db326a43223bbb44cbbaaa0e28efb41b23abd5d3','',555,0,'2013-11-04 08:00:00',7893,NULL),(8220,9,'','',531,0,'2013-10-28 20:32:04',7894,NULL),(8221,9,'','',531,0,'2013-10-28 20:34:18',7895,NULL),(8222,19,'NEGATIVE,,fd918c6abd7c48b9882a78da1f910cffda672175','',537,0,'2013-10-28 08:00:00',7895,NULL),(8223,18,'[$]NO MALARIA PARASITE SEEN[/$],-,fd918c6abd7c48b9882a78da1f910cffda672175','',537,0,'2013-10-28 08:00:00',7895,NULL),(8224,19,'NEGATIVE,,652345c3db9013900e1b1d08232c1f3f49481eda','',537,0,'2013-10-28 08:00:00',7896,NULL),(8225,36,'No Bacteria Growth,##,##,,652345c3db9013900e1b1d08232c1f3f49481eda','',534,0,'2013-10-30 08:00:00',7898,NULL),(8226,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,652345c3db9013900e1b1d08232c1f3f49481eda',', ',555,0,'2013-10-28 08:00:00',7898,NULL),(8227,9,'','',531,0,'2013-10-28 20:44:32',7899,NULL),(8228,223,'','',531,0,'2013-10-28 20:44:32',7899,NULL),(8229,22,'','',531,0,'2013-10-28 20:47:56',7900,NULL),(8230,9,'','',531,0,'2013-10-28 20:47:56',7900,NULL),(8231,19,'','',531,0,'2013-10-28 20:47:56',7900,NULL),(8232,18,'','',531,0,'2013-10-28 20:47:56',7900,NULL),(8233,20,'','',531,0,'2013-10-28 20:47:56',7900,NULL),(8234,133,'','',531,0,'2013-10-28 20:47:56',7902,NULL),(8235,128,'','',531,0,'2013-10-28 20:47:56',7902,NULL),(8236,132,'','',531,0,'2013-10-28 20:47:56',7902,NULL),(8237,92,'1.1,d2838d67569580589d8e63f04a251a26c484ba02','',534,0,'2013-10-31 08:00:00',7902,NULL),(8238,35,'CLEAR,AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d2838d67569580589d8e63f04a251a26c484ba02',', ',555,0,'2013-10-28 08:00:00',7905,NULL),(8239,57,'','',534,0,'2013-10-28 20:48:06',7906,NULL),(8240,133,'','',534,0,'2013-10-28 20:48:06',7906,NULL),(8241,114,'','',534,0,'2013-10-28 20:48:06',7906,NULL),(8242,116,'POSITIVE,e9f66cdb5766b91a8e002147c2d8797cc24cac98','',534,0,'2013-10-28 08:00:00',7906,NULL),(8243,115,'NEGATIVE,e9f66cdb5766b91a8e002147c2d8797cc24cac98','',534,0,'2013-10-28 08:00:00',7906,NULL),(8244,113,'NEGATIVE,,,e9f66cdb5766b91a8e002147c2d8797cc24cac98','',534,0,'2013-10-28 08:00:00',7906,NULL),(8245,112,'POSITIVE,,e9f66cdb5766b91a8e002147c2d8797cc24cac98','',534,0,'2013-10-28 08:00:00',7906,NULL),(8246,10,'POSITIVE,e9f66cdb5766b91a8e002147c2d8797cc24cac98','',534,0,'2013-10-28 08:00:00',7906,NULL),(8247,131,'','',534,0,'2013-10-28 20:48:06',7906,NULL),(8248,132,'','',534,0,'2013-10-28 20:48:06',7906,NULL),(8249,56,'','',534,0,'2013-10-28 20:48:06',7906,NULL),(8250,9,'','',531,0,'2013-10-28 20:50:05',7907,NULL),(8251,28,'POSITIVE,[$]AS[/$],,0f15bc4eeb2d93e9cafe427cb150bf5574ea3f05','',534,0,'2013-10-29 08:00:00',7908,NULL),(8252,21,'B,POSITIVE,,cfeb05e59ed9ef5f977229ac88317084a9676fd7','BLOOD GROUP ABO:B',553,0,'2013-10-29 04:37:20',7909,NULL),(8253,9,',,,,,,,,,,,,,,cfeb05e59ed9ef5f977229ac88317084a9676fd7','BLOOD GROUP ABO',553,0,'2013-10-29 04:37:20',7909,NULL),(8254,27,'NON-REACTIVE,-,NEGATIVE,,cfeb05e59ed9ef5f977229ac88317084a9676fd7','BLOOD GROUP ABOHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-10-29 04:37:20',7909,NULL),(8255,20,'NEGATIVE,,cfeb05e59ed9ef5f977229ac88317084a9676fd7','BLOOD GROUP ABOHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-10-29 04:37:20',7909,NULL),(8256,112,'NEGATIVE,,cfeb05e59ed9ef5f977229ac88317084a9676fd7','',553,0,'2013-10-29 04:36:39',7911,NULL),(8257,128,',,,,,,,,,,,,,,,cfeb05e59ed9ef5f977229ac88317084a9676fd7','',553,0,'2013-10-29 04:36:39',7911,NULL),(8258,9,'','',531,0,'2013-10-28 21:03:03',7912,NULL),(8259,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,4d4df001f18ab6d45513e48','COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.020, EPITHELIAL CELLS:2',534,0,'2013-10-28 23:46:55',7914,NULL),(8260,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5c2f840f18ffebc4816d227193e45b1a8888eed9','',543,0,'2013-10-28 08:00:00',7915,NULL),(8261,107,'1/20,1/20,5c2f840f18ffebc4816d227193e45b1a8888eed9','',543,0,'2013-10-28 08:00:00',7917,NULL),(8262,36,'No Bacteria Growth,##,##,,69f575215c648837d32ed5e6d93d13caef7ef331','',534,0,'2013-10-28 08:00:00',7918,NULL),(8263,57,'','',531,0,'2013-10-28 21:15:08',7919,NULL),(8264,133,'','',531,0,'2013-10-28 21:15:08',7919,NULL),(8265,92,'2.4,607fc54c757f2f4a4803d27dab1743035e763b1a','',537,0,'2013-10-31 08:00:00',7919,NULL),(8266,56,'','',531,0,'2013-10-28 21:15:08',7919,NULL),(8267,9,'','',531,0,'2013-10-28 21:19:35',7920,NULL),(8268,89,'2.6,,,f435532f4f509bed3fb01da5b3856f909c8ef4e3','',552,0,'2013-10-30 08:00:00',7922,NULL),(8269,90,'3.2,Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),f435532f4f509bed3fb01da5b3856f909c8ef4e3','',552,0,'2013-10-30 08:00:00',7922,NULL),(8270,15,'','',531,0,'2013-10-28 21:19:36',7922,NULL),(8271,13,'','',531,0,'2013-10-28 21:19:36',7922,NULL),(8272,91,'3.3,FEMALE (3.24 - 29.10),f435532f4f509bed3fb01da5b3856f909c8ef4e3','',552,0,'2013-10-30 08:00:00',7922,NULL),(8273,226,'','',531,0,'2013-10-28 21:19:36',7925,NULL),(8274,36,'No Significant Bacteria Growth,##,##,,85f52593dc162bbcf2034dcbe0e5aca1e48425f1','ISOLATES:No Significant Bacteria Growth',536,0,'2013-11-01 03:50:59',7926,NULL),(8275,35,'CLEAR,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,85f52593dc162bbcf2034dc','ISOLATES:No Significant Bacteria Grow',534,536,'2013-10-28 08:00:00',7926,'2013-10-31 19:50:59'),(8276,199,'[$]COMMENSALS ONLY[/$],e7e59b12f23adf32b8306d5997b907490c9203ef','',534,0,'2013-10-28 08:00:00',7927,NULL),(8277,9,'','',531,0,'2013-10-28 21:45:48',7928,NULL),(8278,9,'','',531,0,'2013-10-28 21:49:22',7929,NULL),(8279,18,'[$]NO MALARIA PARASITES SEEN[/$],-,519c335d8b803fa1385b489978633cefb15af2cf','',552,0,'2013-10-28 08:00:00',7929,NULL),(8280,92,'0.8,8676a2bce2b7216d197af3fd0830f29979e12d7f','',534,0,'2013-10-28 08:00:00',7930,NULL),(8281,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a5440f0748ba649f8d5a612d58150350bc48e16d','',552,0,'2013-10-28 08:00:00',7931,NULL),(8282,92,'0.6,4c605e9094ad3b46f79a253d3d3a8aa34a128a39','',534,0,'2013-10-29 08:00:00',7932,NULL),(8283,9,'','',531,0,'2013-10-28 22:06:39',7933,NULL),(8284,35,'CLOUDY,LIGHT AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NORMAL,1,2,0,AMORPHOUS PHOSPHATE (+++),NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,f9f9a48','',552,0,'2013-10-28 08:00:00',7935,NULL),(8285,22,'36 ,94193cb09bd5cacb0011868578991b01d3333236','',552,0,'2013-10-28 08:00:00',7936,NULL),(8286,9,'','',531,0,'2013-10-28 22:13:43',7936,NULL),(8287,36,'No Bacteria Growth,##,##,,94193cb09bd5cacb0011868578991b01d3333236','',534,0,'2013-10-30 08:00:00',7938,NULL),(8288,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,94193cb09bd5cacb0011868578991b01d3333236','',552,0,'2013-10-28 08:00:00',7938,NULL),(8289,68,'','',531,0,'2013-10-28 22:24:33',7939,NULL),(8290,9,'','',531,0,'2013-10-28 22:24:33',7939,NULL),(8291,135,'[$]NO PATHOGEN ISOLATED \n[/$],##,##,,4be5b688bc04c837edfe964c8a1debddb908b3aa','',534,0,'2013-10-30 08:00:00',7941,NULL),(8292,134,'FEW,MODERATE,NOT SEEN,NOT SEEN,,4be5b688bc04c837edfe964c8a1debddb908b3aa','',534,0,'2013-10-30 08:00:00',7941,NULL),(8293,9,'','',531,0,'2013-10-28 22:51:02',7942,NULL),(8294,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5cecedb07f581e99100645e179873fc21420f241','',552,0,'2013-10-28 08:00:00',7942,NULL),(8295,9,'','',531,0,'2013-10-28 22:53:24',7943,NULL),(8296,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,ff9d30b0faa4b61acb40fe5e2902d164','pH:6.0, SPECIFIC GRAVITY:1.015, KETONES:POSITIVE +',553,0,'2013-10-29 02:49:15',7945,NULL),(8297,37,'','',531,0,'2013-10-28 22:53:25',7948,NULL),(8298,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0262cf8d25fdf519719c719cb083361b43df3074',', ',552,0,'2013-10-28 08:00:00',7949,NULL),(8299,9,',,,,,,,,,,,,,,24e56b5d8e335d8f189f24060f6f9e5c2bac51bf','',553,0,'2013-10-29 02:01:36',7950,NULL),(8300,19,'NEGATIVE,,24e56b5d8e335d8f189f24060f6f9e5c2bac51bf','',553,0,'2013-10-29 02:01:36',7950,NULL),(8301,16,'NEGATIVE,,24e56b5d8e335d8f189f24060f6f9e5c2bac51bf','',553,0,'2013-10-29 02:01:10',7952,NULL),(8302,107,'1/20,1/20,,24e56b5d8e335d8f189f24060f6f9e5c2bac51bf','',553,0,'2013-10-29 02:01:10',7952,NULL),(8303,14,'NEGATIVE,24e56b5d8e335d8f189f24060f6f9e5c2bac51bf','',534,0,'2013-11-04 08:00:00',7955,NULL),(8304,9,',,,,,,,,,,,,,,6cf7a9c6e0e05f529d9563fee8c28e61222b6311','',553,0,'2013-10-29 01:59:22',7956,NULL),(8305,19,'NEGATIVE,,6cf7a9c6e0e05f529d9563fee8c28e61222b6311','',553,0,'2013-10-29 01:59:22',7956,NULL),(8306,18,'[$]no malaria parasite seen[/$],-,,6cf7a9c6e0e05f529d9563fee8c28e61222b6311','',553,0,'2013-10-29 01:59:22',7956,NULL),(8307,9,'','',531,0,'2013-10-28 23:45:44',7957,NULL),(8308,131,'','',531,0,'2013-10-28 23:45:45',7959,NULL),(8309,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5c2f840f18ffebc4816d227193e45b1a8888eed9','pH:6.0, SPECIFIC GRAVITY:1.010',553,0,'2013-10-29 02:48:24',7962,NULL),(8310,9,',,,,,,,,,,,,,,138dd04ceff998c736fd207e68be7559c8699ff0','',553,0,'2013-10-29 04:39:27',7963,NULL),(8311,223,',,138dd04ceff998c736fd207e68be7559c8699ff0','',553,0,'2013-10-29 04:39:27',7963,NULL),(8312,20,'NEGATIVE,,138dd04ceff998c736fd207e68be7559c8699ff0','',553,0,'2013-10-29 04:39:27',7963,NULL),(8313,107,'1/20,1/20,,138dd04ceff998c736fd207e68be7559c8699ff0','',553,0,'2013-10-29 04:40:34',7965,NULL),(8314,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,138dd04ceff998c736fd207e68be7559c8699ff0','CLARITY:HAZY, pH:6.0, SPECIFIC GRAVITY:1.015',553,0,'2013-10-29 02:45:59',7968,NULL),(8315,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,138dd04ceff998c736fd207e68be7559c8699ff0','CONTENT:',553,0,'2013-10-29 02:45:04',7972,NULL),(8316,9,',,,,,,,,,,,,,,bc73f439c6a9d4d38c25d364c18c961065986eab','',553,0,'2013-10-29 04:42:35',7973,NULL),(8317,223,',,bc73f439c6a9d4d38c25d364c18c961065986eab','',553,0,'2013-10-29 04:42:35',7973,NULL),(8318,20,'NEGATIVE,,bc73f439c6a9d4d38c25d364c18c961065986eab','',553,0,'2013-10-29 04:42:35',7973,NULL),(8319,107,'1/20,1/20,,bc73f439c6a9d4d38c25d364c18c961065986eab','',553,0,'2013-10-29 04:42:13',7975,NULL),(8320,35,'HAZY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,>30,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,bc73f439c6a9d4d38c25d36','',553,0,'2013-10-28 08:00:00',7978,NULL),(8321,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bc73f439c6a9d4d38c25d364c18c961065986eab','',553,0,'2013-10-28 08:00:00',7982,NULL),(8322,22,'46,,be029507d750546e665b117458591da009a39fb8','',553,0,'2013-10-29 03:34:51',7983,NULL),(8323,9,',,,,,,,,,,,,,,be029507d750546e665b117458591da009a39fb8','',553,0,'2013-10-29 03:34:51',7983,NULL),(8324,19,'NEGATIVE,,be029507d750546e665b117458591da009a39fb8','',553,0,'2013-10-29 03:34:52',7983,NULL),(8325,18,'[$]no malaria parasite seen[/$],-,,be029507d750546e665b117458591da009a39fb8','',553,0,'2013-10-29 03:34:52',7983,NULL),(8326,22,'140,,23d511176b9fd23d90ebaf2f2cc9c0b7690339ea','',553,0,'2013-10-29 03:37:06',7984,NULL),(8327,9,',,,,,,,,,,,,,,23d511176b9fd23d90ebaf2f2cc9c0b7690339ea','',553,0,'2013-10-29 03:37:06',7984,NULL),(8328,27,'NON-REACTIVE,-,NEGATIVE,,23d511176b9fd23d90ebaf2f2cc9c0b7690339ea','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-10-29 03:37:06',7984,NULL),(8329,18,'[$]no malaria parasite seen[/$],-,,23d511176b9fd23d90ebaf2f2cc9c0b7690339ea','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-10-29 03:37:06',7984,NULL),(8330,68,'','',531,0,'2013-10-29 00:37:49',7985,NULL),(8331,9,'','',531,0,'2013-10-29 00:37:49',7985,NULL),(8332,57,'','',531,0,'2013-10-29 00:37:49',7987,NULL),(8333,133,'','',531,0,'2013-10-29 00:37:49',7987,NULL),(8334,132,'','',531,0,'2013-10-29 00:37:49',7987,NULL),(8335,92,'','',531,0,'2013-10-29 00:37:49',7987,NULL),(8336,3,'1.5,##1.0,##>35.0,##,,##,,,bc30b51d5ca34b1c8232b7cd79f2050b859654f5','',534,0,'2013-11-01 08:00:00',7987,NULL),(8337,56,'','',531,0,'2013-10-29 00:37:49',7987,NULL),(8338,108,'NON - REACTIVE,dd0bc7b52eb584e9cab0710ab1a2529cb4c983f2','',553,0,'2013-10-28 08:00:00',7988,NULL),(8339,9,',,,,,,,,,,,,,,5ca1d107bfdb4961a1a97caf1973f0c68dbcb104','',553,0,'2013-10-29 03:49:37',7989,NULL),(8340,19,'NEGATIVE,,5ca1d107bfdb4961a1a97caf1973f0c68dbcb104','',553,0,'2013-10-29 03:49:37',7989,NULL),(8341,9,',,,,,,,,,,,,,,c3163d59c871924d77f4ebf35f98547ee1028f4e','',553,0,'2013-10-29 03:48:58',7990,NULL),(8342,19,'NEGATIVE,,c3163d59c871924d77f4ebf35f98547ee1028f4e','',553,0,'2013-10-29 03:48:58',7990,NULL),(8343,9,',,,,,,,,,,,,,,f380d8e1a8d4bffa527d060312eda400dba34ce2','',534,0,'2013-11-04 15:56:04',7991,NULL),(8344,70,',,f380d8e1a8d4bffa527d060312eda400dba34ce2','',534,0,'2013-11-04 15:56:04',7991,NULL),(8345,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f380d8e1a8d4bffa527d060312eda400dba34ce2','pH:7.0, SPECIFIC GRAVITY:1.015',553,0,'2013-10-29 03:30:25',7993,NULL),(8346,108,'NON - REACTIVE,f380d8e1a8d4bffa527d060312eda400dba34ce2','',553,0,'2013-10-28 08:00:00',7996,NULL),(8347,9,',,,,,,,,,,,,,,dc13491bd627a96b4fb6f884cb989a0c305a748a','',553,0,'2013-10-29 03:48:15',7997,NULL),(8348,19,'NEGATIVE,,dc13491bd627a96b4fb6f884cb989a0c305a748a','',553,0,'2013-10-29 03:48:15',7997,NULL),(8349,226,'','',531,0,'2013-10-29 01:18:48',7998,NULL),(8350,9,',,,,,,,,,,,,,,55ebc57bcc9d830d6727abe5bc2b2ec8ca6081a7','',553,0,'2013-10-29 04:58:00',7999,NULL),(8351,18,'[$]NO MALARIA PARASITE SEEN[/$],,,55ebc57bcc9d830d6727abe5bc2b2ec8ca6081a7','',553,0,'2013-10-29 04:58:00',7999,NULL),(8352,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,TRACE,NORMAL,16,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,55ebc57bcc9d830d6727abe5bc2b2ec8ca6081a7','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015, NITRITE:POSITIVE, LEUCOCYTE:TRACE, PUS CELLS:16, EPITHELIAL CELLS:2',553,0,'2013-10-29 04:52:20',8001,NULL),(8353,231,'','',535,0,'2013-10-29 01:59:26',8002,NULL),(8354,9,',,,,,,,,,,,,,,0433569d6daabcd9aecff3c8ba8652079b88d928','',553,0,'2013-10-29 05:03:59',8003,NULL),(8355,19,'NEGATIVE,,0433569d6daabcd9aecff3c8ba8652079b88d928','',553,0,'2013-10-29 05:03:59',8003,NULL),(8356,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,0433569d6daabcd9aecff3c8ba8652079b88d928','',553,0,'2013-10-29 05:03:59',8003,NULL),(8357,36,'No Bacteria Growth,##,##,,0433569d6daabcd9aecff3c8ba8652079b88d928','',534,0,'2013-10-30 08:00:00',8005,NULL),(8358,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,0433569d6daabcd9aecff3c8ba8652079b88d928',', ',553,0,'2013-10-28 08:00:00',8005,NULL),(8359,16,'NEGATIVE,40a4c0592811c995907465a6e91a3e6eb149c4a5','',553,0,'2013-10-28 08:00:00',8006,NULL),(8360,14,'','',531,0,'2013-10-29 02:05:32',8008,NULL),(8361,21,'O,POSITIVE,,fdab32ab681a6832822ae31915b8fdf7a8623c52','BLOOD GROUP ABO:O',553,0,'2013-10-29 04:07:51',8009,NULL),(8362,131,'','',531,0,'2013-10-29 02:08:45',8011,NULL),(8363,71,'NEGATIVE,,6ae58c2fa27e584006efcdbf16ebe93e236eac80','',553,0,'2013-10-28 08:00:00',8012,NULL),(8364,9,'','',531,0,'2013-10-29 02:17:29',8013,NULL),(8365,57,'','',531,0,'2013-10-29 02:17:29',8015,NULL),(8366,133,'','',531,0,'2013-10-29 02:17:29',8015,NULL),(8367,131,'','',531,0,'2013-10-29 02:17:29',8015,NULL),(8368,56,'','',531,0,'2013-10-29 02:17:29',8015,NULL),(8369,11,'','',531,0,'2013-10-29 02:17:30',8018,NULL),(8370,9,',,,,,,,,,,,,,,733d8a51f1a29acf4e3198e55b36f9903fb59a72','',553,0,'2013-10-29 05:02:40',8019,NULL),(8371,19,'NEGATIVE,,733d8a51f1a29acf4e3198e55b36f9903fb59a72','',553,0,'2013-10-29 05:02:40',8019,NULL),(8372,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,733d8a51f1a29acf4e3198e55b36f9903fb59a72','',553,0,'2013-10-29 05:02:40',8019,NULL),(8373,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,733d8a51f1a29acf4e3198e55b36f9903fb59a72','pH:7.5, SPECIFIC GRAVITY:1.015, PUS CELLS:2, EPITHELIAL CELLS:2',553,0,'2013-10-29 04:44:44',8021,NULL),(8374,21,'B,POSITIVE,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8022,NULL),(8375,9,'','',531,0,'2013-10-29 02:47:05',8022,NULL),(8376,25,'NO DEFECT,,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8022,NULL),(8377,20,'NEGATIVE,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8022,NULL),(8378,112,'NEGATIVE,,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8024,NULL),(8379,27,'NON-REACTIVE,-,NEGATIVE,,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8024,NULL),(8380,108,'NON - REACTIVE,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8024,NULL),(8381,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e43821682faf4c933fed567dc5378e1486554613',', ',552,0,'2013-11-03 08:00:00',8027,NULL),(8382,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e43821682faf4c933fed567dc5378e1486554613','',552,0,'2013-11-03 08:00:00',8031,NULL),(8383,9,',,,,,,,,,,,,,,527b7d034fad728fba1d4b1e41bc9dc47c77d150','',553,0,'2013-10-29 04:53:24',8032,NULL),(8384,19,'NEGATIVE,,527b7d034fad728fba1d4b1e41bc9dc47c77d150','',553,0,'2013-10-29 04:53:24',8032,NULL),(8385,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,24,0,AMORPHOUS PHOSPHATE (+),NOT SEE,,,,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,,527b7d0','CLARITY:HAZY, pH:8.0, SPECIFIC GRAVITY:1.010, PUS CELLS:2, EPITHELIAL CELLS:24, RED BLOOD CELLS:0',553,0,'2013-10-29 04:50:48',8034,NULL),(8386,9,',,,,,,,,,,,,,,503098128471c845c1e2b96bc85f50bf47c8867e','',553,0,'2013-10-29 04:38:23',8035,NULL),(8387,19,'NEGATIVE,,503098128471c845c1e2b96bc85f50bf47c8867e','',553,0,'2013-10-29 04:38:23',8035,NULL),(8388,9,'','',531,0,'2013-10-29 03:06:42',8036,NULL),(8389,36,'','',531,0,'2013-10-29 03:06:43',8038,NULL),(8390,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f0304b705114045c034bb31e7cae9a80076d6348',', ',553,0,'2013-10-28 08:00:00',8038,NULL),(8391,71,'POSITIVE,,f0304b705114045c034bb31e7cae9a80076d6348','U PREGNANCY TEST:POSITIVE',553,0,'2013-10-29 04:47:34',8039,NULL),(8392,18,'[$]NO MALARIA PARASITE SEEN[/$],,,4d4df001f18ab6d45513e4866576e500f7838f84','',536,0,'2013-10-29 06:22:36',8040,NULL),(8393,222,'6.3,5.13,9.9,33.2,64.7,19.3,29.8,396,37.8,16.6,45.6,2.1,1.0,2.9,18.1,9.0,,58676d6009bdbff5aa41fd8e0a8fab531a6da801','',536,0,'2013-10-29 06:19:07',8041,NULL),(8394,19,'NEGATIVE,,58676d6009bdbff5aa41fd8e0a8fab531a6da801','',536,0,'2013-10-29 06:19:08',8041,NULL),(8395,14,'','',530,0,'2013-10-29 04:12:37',8043,NULL),(8396,16,'NEGATIVE,,58676d6009bdbff5aa41fd8e0a8fab531a6da801','',536,0,'2013-10-29 06:17:23',8046,NULL),(8397,222,'6.0,5.48,12.0,39.0,71.2,21.9,30.8,215,48.9,10.1,41.0,2.9,0.6,2.5,16.2,10.0,,5743b73c192537dacd52d472051b2cd766373f68','',536,0,'2013-10-29 06:38:27',8047,NULL),(8398,19,'NEGATIVE,,5743b73c192537dacd52d472051b2cd766373f68','',536,0,'2013-10-29 06:38:27',8047,NULL),(8399,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,4,2,CALCIUM OXALATE (++),NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,,5743b73c192537dacd52d','CLARITY:HAZY, pH:6.0, SPECIFIC GRAVITY:1.010, BLOOD:TRACE, PUS CELLS:8, EPITHELIAL CELLS:4, RED BLOOD CELLS:2',536,0,'2013-10-29 06:50:55',8049,NULL),(8400,14,'','',530,0,'2013-10-29 04:15:25',8052,NULL),(8401,16,'POSITIVE,,5743b73c192537dacd52d472051b2cd766373f68','',536,536,'2013-10-29 06:35:45',8056,'2013-10-28 22:36:59'),(8402,222,'6.5,5.14,14.1,43.0,83.7,27.4,32.8,232,20.6,1.7,77.7,1.3,0.1,5.1,14.3,8.7,,f5387bc8f9b84e72737534c8941a893ee248184c','',536,0,'2013-10-29 06:56:58',8057,NULL),(8403,70,',,f5387bc8f9b84e72737534c8941a893ee248184c','',536,0,'2013-10-29 06:56:58',8057,NULL),(8404,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,CALCIUM OXALATE (++),NOT ,,,,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEEN,,f538','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, PUS CELLS:4, EPITHELIAL CELLS:4',536,0,'2013-10-29 06:53:24',8059,NULL),(8405,222,'11.1,5.23,12.9,38.9,74.4,24.7,33.2,396,6.2,5.2,88.2,0.7,0.6,9.8,15.1,8.1,,7b2ad8d98abd3e64b0b1bc6235fa35396650d424','',536,0,'2013-10-29 06:21:45',8060,NULL),(8406,19,'NEGATIVE,,7b2ad8d98abd3e64b0b1bc6235fa35396650d424','',536,0,'2013-10-29 06:21:45',8060,NULL),(8407,222,'4.5,5.32,13.3,39.4,74.1,25.0,33.8,239,56.1,18.1,25.8,2.5,0.8,1.2,13.2,8.2,,06380f8a39a614cb4b08fab73c78eca73f581d2b','',536,0,'2013-10-29 06:35:12',8061,NULL),(8408,19,'NEGATIVE,,06380f8a39a614cb4b08fab73c78eca73f581d2b','',536,0,'2013-10-29 06:35:12',8061,NULL),(8409,222,'4.9,5.01,12.9,38.9,77.6,25.7,33.2,140,46.8,6.9,46.3,2.3,0.3,2.3,14.1,9.4,,249155182fa08665a1bd2764ad19c96b322b83b7','',536,0,'2013-10-29 06:27:09',8062,NULL),(8410,97,'BLOOD STAINED,NEGATIVE,BLOOD STAINED,NEGATIVE,,23d511176b9fd23d90ebaf2f2cc9c0b7690339ea','',552,0,'2013-11-01 08:00:00',8063,NULL),(8411,71,'NEGATIVE,,58676d6009bdbff5aa41fd8e0a8fab531a6da801','',536,0,'2013-10-29 08:58:18',8064,NULL),(8412,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,58676d6009bdbff5aa41fd8e0a8fab531a6da801','CLARITY:HAZY, pH:6.0, SPECIFIC GRAVITY:1.030, PUS CELLS:2, EPITHELIAL CELLS:10',536,0,'2013-10-29 08:58:18',8064,NULL),(8413,40,'[$][/$],##,##,,3a11526399b34a4cd29febb771500bd8cd074cae','',536,0,'2013-10-29 09:01:36',8065,NULL),(8414,222,'7.1,4.65,12.6,36.0,77.4,27.1,35.0,240,16.5,11.4,72.1,1.2,0.8,5.1,14.8,10.9,,3a11526399b34a4cd29febb771500bd8cd074cae','',536,0,'2013-10-29 09:01:36',8065,NULL),(8415,19,'NEGATIVE,,3a11526399b34a4cd29febb771500bd8cd074cae','',536,0,'2013-10-29 09:01:36',8065,NULL),(8416,18,'[$]NO MALARIA PARASITE SEEN[/$],,,3a11526399b34a4cd29febb771500bd8cd074cae','',536,0,'2013-10-29 09:01:36',8065,NULL),(8417,107,'1/20,1/20,,3a11526399b34a4cd29febb771500bd8cd074cae','',536,0,'2013-10-29 08:44:34',8067,NULL),(8418,222,'7.3,5.18,15.1,44.5,85.9,29.2,33.9,196,13.5,10.0,76.5,1.0,0.7,5.6,13.0,8.6,,0cdf081416aa6e008dd55d44e2cf481f6fb55b3a','',536,0,'2013-10-29 09:03:44',8068,NULL),(8419,18,'[$]NO MALARIA PARASITE SEEN[/$],,,0cdf081416aa6e008dd55d44e2cf481f6fb55b3a','',536,0,'2013-10-29 09:03:44',8068,NULL),(8420,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0cdf081416aa6e008dd55d44e2cf481f6fb55b3a','pH:8.0, SPECIFIC GRAVITY:1.005, PUS CELLS:2, EPITHELIAL CELLS:6',536,0,'2013-10-29 08:43:38',8070,NULL),(8421,57,',,6211b63dbc02bb86b12d8d996e3bac8410663a95','',536,0,'2013-10-29 09:30:59',8071,NULL),(8422,133,',,,,6211b63dbc02bb86b12d8d996e3bac8410663a95','',536,0,'2013-10-29 09:30:59',8071,NULL),(8423,27,'Type 1 Ab REACTIVE,REACTIVE,POSITIVE,,6211b63dbc02bb86b12d8d996e3bac8410663a95','FINAL RESULT:POSITIVE',536,536,'2013-10-29 09:30:59',8071,'2013-10-29 01:31:18'),(8424,56,',,6211b63dbc02bb86b12d8d996e3bac8410663a95','FINAL RESULT:POSITI',536,0,'2013-10-29 09:30:59',8071,NULL),(8425,222,'6.8,3.06,8.4,24.6,80.4,27.5,34.1,364,32.8,3.9,63.3,2.2,0.3,4.3,14.3,7.4,,6211b63dbc02bb86b12d8d996e3bac8410663a95','',536,0,'2013-10-29 09:33:40',8073,NULL),(8426,18,'[$]NO MALARIA PARASITE SEEN[/$],,,6211b63dbc02bb86b12d8d996e3bac8410663a95','',536,0,'2013-10-29 09:33:40',8073,NULL),(8427,35,'','',530,0,'2013-10-29 06:51:21',8076,NULL),(8428,222,'5.2,4.49,12.8,37.6,83.7,28.5,34.0,213,14.7,6.0,79.3,0.8,0.3,4.1,14.1,8.5,,58c842a84db156c40fd71f7f5dd949aa62ef3be1','',536,0,'2013-10-29 09:45:42',8077,NULL),(8429,19,'NEGATIVE,,58c842a84db156c40fd71f7f5dd949aa62ef3be1','',536,0,'2013-10-29 09:45:42',8077,NULL),(8430,18,'[$]NO MALARIA PARASITE SEEN[/$],,,58c842a84db156c40fd71f7f5dd949aa62ef3be1','',536,0,'2013-10-29 09:45:42',8077,NULL),(8431,107,'1/20,1/20,,58c842a84db156c40fd71f7f5dd949aa62ef3be1','',536,0,'2013-10-29 09:46:29',8079,NULL),(8432,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,58c842a84db156c40fd71f7f','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.015, PUS CELLS:2, EPITHELIAL CELLS:8',536,0,'2013-10-29 09:42:42',8082,NULL),(8433,222,'14.9,5.11,16.3,46.3,90.6,31.9,35.2,232,5.3,8.0,86.7,0.8,1.2,12.9,13.7,8.8,,4c958244cac9f2d6d25592af62d45555bda5dee6','',536,0,'2013-10-29 10:04:30',8083,NULL),(8434,18,'[$]NO MALARIA PARASITE SEEN[/$],,,4c958244cac9f2d6d25592af62d45555bda5dee6','',536,0,'2013-10-29 10:04:30',8083,NULL),(8435,37,'','',530,0,'2013-10-29 08:06:56',8085,NULL),(8436,57,'','',530,0,'2013-10-29 08:06:56',8088,NULL),(8437,133,'','',530,0,'2013-10-29 08:06:56',8088,NULL),(8438,56,'','',530,0,'2013-10-29 08:06:56',8088,NULL),(8439,222,'','',530,0,'2013-10-29 10:24:56',8089,NULL),(8440,40,'[$]NO BACTERIA GROWTH[/$],##,##,,7a37c7ee351a65a0cede08d7857227b43738a5a7','',550,0,'2013-11-02 08:00:00',8090,NULL),(8441,222,'','',530,0,'2013-10-29 10:31:47',8090,NULL),(8442,19,'NEGATIVE,,7a37c7ee351a65a0cede08d7857227b43738a5a7','',552,0,'2013-10-29 08:00:00',8090,NULL),(8443,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7a37c7ee351a65a0cede08d7857227b43738a5a7','',552,0,'2013-10-29 08:00:00',8090,NULL),(8444,36,'No Bacteria Growth,##,##,,7a37c7ee351a65a0cede08d7857227b43738a5a7','',534,0,'2013-10-31 08:00:00',8092,NULL),(8445,35,'HAZY,LIGHT AMBER,7.0,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,8,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,LIGHT AMBER,7.0,','',552,0,'2013-10-29 08:00:00',8092,NULL),(8446,52,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8447,53,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8448,57,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8449,47,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8450,133,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8451,54,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8452,46,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8453,49,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8454,56,'','',530,0,'2013-10-29 10:31:47',8095,NULL),(8455,107,'1/20,1/20,7a37c7ee351a65a0cede08d7857227b43738a5a7','',552,0,'2013-10-29 08:00:00',8095,NULL),(8456,68,'8.5,-,-,,d79bb7f73fa764d23d05d265035165f82984fb2a','',552,0,'2013-10-29 08:00:00',8096,NULL),(8457,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d79bb7f73fa764d23d05d265035165f82984fb2a',', ',552,0,'2013-10-29 08:00:00',8098,NULL),(8458,68,'8.7,-,-,,5079d3303673fa7ae88ddbb384d1710903fbf9bf','',534,0,'2013-10-29 08:00:00',8099,NULL),(8459,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5079d3303673fa7ae88ddbb384d1710903fbf9bf',', ',543,0,'2013-10-29 08:00:00',8101,NULL),(8460,68,'8.2,-,-,,e9c08880799a7891277269a730428f0e0c3648d7','',552,0,'2013-10-29 08:00:00',8102,NULL),(8461,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e9c08880799a7891277269a730428f0e0c3648d7',', ',552,0,'2013-10-29 08:00:00',8104,NULL),(8462,131,'','',530,0,'2013-10-29 14:19:53',8105,NULL),(8463,3,'4.2,##2.3,##1.1,##,,##,,,44bc5db821d00c5b6995e3f50b0a5074af4a8a5b','',534,0,'2013-10-30 08:00:00',8105,NULL),(8464,222,'15.5,5.16,12.3,36.5,70.7,23.8,33.7,345,31.4,12.1,56.5,4.9,1.9,8.7,17.6,8.4,,7faca5bab73945a994cb62069f0a30d6ca37010b','',534,0,'2013-10-29 08:00:00',8106,NULL),(8465,223,'','',530,0,'2013-10-29 14:31:56',8106,NULL),(8466,18,'[$]NO MALARIA PARASITES SEEN [/$],-,7faca5bab73945a994cb62069f0a30d6ca37010b','',534,0,'2013-10-29 08:00:00',8106,NULL),(8467,107,'1/20,1/20,7faca5bab73945a994cb62069f0a30d6ca37010b','',534,0,'2013-10-29 08:00:00',8108,NULL),(8468,68,'','',530,0,'2013-10-29 14:42:17',8109,NULL),(8469,132,'','',530,0,'2013-10-29 14:56:20',8110,NULL),(8470,68,'','',530,0,'2013-10-29 14:56:21',8112,NULL),(8471,222,'','',530,0,'2013-10-29 15:07:43',8113,NULL),(8472,19,'NEGATIVE,,7b0dbb1a80042895a5da861ffe86c59647dc4288','',552,0,'2013-10-29 08:00:00',8113,NULL),(8473,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7b0dbb1a80042895a5da861ffe86c59647dc4288','',552,0,'2013-10-29 08:00:00',8113,NULL),(8474,36,'No Significant Bacteria Growth,##,##,,7b0dbb1a80042895a5da861ffe86c59647dc4288','',534,0,'2013-10-31 08:00:00',8115,NULL),(8475,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7b0dbb1a80042895a5da861ffe86c59647dc4288',', ',552,0,'2013-10-29 08:00:00',8115,NULL),(8476,107,'1/20,1/20,7b0dbb1a80042895a5da861ffe86c59647dc4288','',552,0,'2013-10-29 08:00:00',8118,NULL),(8477,89,'1.4,,,f10921a3748a63430c59a2483e00b729dc99096b','',552,0,'2013-10-30 08:00:00',8119,NULL),(8478,128,'','',530,0,'2013-10-29 15:14:12',8119,NULL),(8479,132,'','',530,0,'2013-10-29 15:14:12',8119,NULL),(8480,101,'2.0,f10921a3748a63430c59a2483e00b729dc99096b','',552,0,'2013-10-30 08:00:00',8119,NULL),(8481,82,'','',530,0,'2013-10-29 15:14:13',8121,NULL),(8482,70,'','',530,0,'2013-10-29 15:14:13',8121,NULL),(8483,222,'','',530,0,'2013-10-29 15:14:13',8124,NULL),(8484,68,'6.9,-,-,,326e5b19de87d2ee1e5e6ad934bd1cee85b670e8','',534,0,'2013-10-29 08:00:00',8125,NULL),(8485,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,326e5b19de87d2ee1e5e6ad9',', ',552,0,'2013-10-29 08:00:00',8127,NULL),(8486,68,'12.2,-,-,,624d378e36115cabdb6537a12794429e44771125','',534,0,'2013-10-29 08:00:00',8128,NULL),(8487,222,'','',531,0,'2013-10-29 15:35:06',8128,NULL),(8488,35,'HAZY,LIGHT AMBER,5.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,>30,8,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,624d378e36115cabdb65','',534,0,'2013-10-29 08:00:00',8130,NULL),(8489,222,'4.5,4.85,13.7,38.1,78.6,28.2,36.0,256,53.3,8.0,38.7,2.4,0.4,1.7,14.4,8.6,,bc27a04a0a3c7ed41c3ac0538b08632a94225674','',534,0,'2013-10-29 08:00:00',8131,NULL),(8490,222,'','',531,0,'2013-10-29 15:56:45',8132,NULL),(8491,16,'','',531,0,'2013-10-29 15:56:45',8134,NULL),(8492,14,'NEGATIVE,4d1945e30a198e66c8747df140d5954e34f06042','',552,0,'2013-10-29 08:00:00',8137,NULL),(8493,68,'4.1,-,-,,c740d590de30b71e2b1061ff2d4eccc5b89e915a','',534,0,'2013-10-29 08:00:00',8138,NULL),(8494,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c740d590de30b71e2b1061ff2d4eccc5b89e915a','',534,0,'2013-10-29 08:00:00',8140,NULL),(8495,68,'4.6,-,-,,f9d93b6c453b1cda6b021649b7d28bdfc95fe328','',552,0,'2013-10-29 08:00:00',8141,NULL),(8496,9,'','',531,0,'2013-10-29 16:12:51',8141,NULL),(8497,19,'NEGATIVE,,f9d93b6c453b1cda6b021649b7d28bdfc95fe328','',552,0,'2013-10-29 08:00:00',8141,NULL),(8498,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f9d93b6c453b1cda6b021649b7d28bdfc95fe328','',552,0,'2013-10-29 08:00:00',8141,NULL),(8499,57,'','',531,0,'2013-10-29 16:12:51',8143,NULL),(8500,133,'','',531,0,'2013-10-29 16:12:51',8143,NULL),(8501,132,'','',531,0,'2013-10-29 16:12:51',8143,NULL),(8502,56,'','',531,0,'2013-10-29 16:12:51',8143,NULL),(8503,71,'','',531,0,'2013-10-29 16:12:51',8146,NULL),(8504,35,'','',531,0,'2013-10-29 16:12:51',8146,NULL),(8505,68,'4.4,-,-,,193757d42f041bf73056cc9554a1dfa3bc3bf812','',552,0,'2013-10-29 08:00:00',8147,NULL),(8506,9,'','',531,0,'2013-10-29 16:15:53',8147,NULL),(8507,19,'NEGATIVE,,193757d42f041bf73056cc9554a1dfa3bc3bf812','',552,0,'2013-10-29 08:00:00',8147,NULL),(8508,18,'[$]NO MALARIA PARASITES SEEN[/$],-,193757d42f041bf73056cc9554a1dfa3bc3bf812','',552,0,'2013-10-29 08:00:00',8147,NULL),(8509,57,'','',531,0,'2013-10-29 16:15:53',8149,NULL),(8510,133,'','',531,0,'2013-10-29 16:15:53',8149,NULL),(8511,132,'','',531,0,'2013-10-29 16:15:53',8149,NULL),(8512,56,'','',531,0,'2013-10-29 16:15:53',8149,NULL),(8513,35,'','',531,0,'2013-10-29 16:15:53',8152,NULL),(8514,36,'','',531,0,'2013-10-29 16:19:13',8153,NULL),(8515,9,'','',531,0,'2013-10-29 16:22:24',8154,NULL),(8516,70,',,77ff07f424b062b56ab606aba89d198ab3a21fcf','',534,0,'2013-10-30 08:00:00',8154,NULL),(8517,108,'NON - REACTIVE,77ff07f424b062b56ab606aba89d198ab3a21fcf','',534,0,'2013-10-30 08:00:00',8156,NULL),(8518,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,26,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,77ff07f424b062b56ab606aba89d198ab3a21fcf','',534,0,'2013-10-30 08:00:00',8159,NULL),(8519,9,'','',531,0,'2013-10-29 16:24:14',8160,NULL),(8520,28,'NEGATIVE,[$]AA[/$],,b094959b5785ac7cb2c54f63f30850a58f579640','',552,0,'2013-10-30 08:00:00',8160,NULL),(8521,68,'','',531,0,'2013-10-29 16:48:34',8161,NULL),(8522,131,'','',531,0,'2013-10-29 16:48:34',8163,NULL),(8523,132,'','',531,0,'2013-10-29 16:48:35',8163,NULL),(8524,9,'','',531,0,'2013-10-29 17:11:21',8164,NULL),(8525,19,'NEGATIVE,,63c8b534fca1a3c86948121b6f5af49fd83c2cd4','',534,0,'2013-10-29 08:00:00',8164,NULL),(8526,35,'HAZY,AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,6,>30,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,63c8b534fca1a3c86',', ',534,0,'2013-10-29 08:00:00',8166,NULL),(8527,128,'','',531,0,'2013-10-29 17:41:14',8167,NULL),(8528,9,'','',531,0,'2013-10-29 17:44:43',8168,NULL),(8529,9,'','',531,0,'2013-10-29 17:48:15',8169,NULL),(8530,19,'NEGATIVE,,ebb573f220e2326f06b99330b80b804969f9ff26','',534,0,'2013-10-29 08:00:00',8169,NULL),(8531,107,'1/80,1/80,ebb573f220e2326f06b99330b80b804969f9ff26','',534,0,'2013-10-29 08:00:00',8171,NULL),(8532,9,'','',531,0,'2013-10-29 17:50:50',8172,NULL),(8533,19,'NEGATIVE,,dd2e098ef92f34f9a57c5e6032968d307d3e0a26','',534,0,'2013-10-29 08:00:00',8172,NULL),(8534,18,'[$]NO MALARIA PARASITES SEEN [/$],-,dd2e098ef92f34f9a57c5e6032968d307d3e0a26','',534,0,'2013-10-29 08:00:00',8172,NULL),(8535,9,'','',531,0,'2013-10-29 17:53:55',8173,NULL),(8536,128,'','',531,0,'2013-10-29 17:53:55',8175,NULL),(8537,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,5079d3303673fa7ae88ddbb38','',534,0,'2013-10-29 08:00:00',8176,NULL),(8538,9,'','',531,0,'2013-10-29 17:58:45',8177,NULL),(8539,70,',,aaf6921be1aea23faf9ef06091af3931cd85cc38','',534,0,'2013-10-30 08:00:00',8177,NULL),(8540,108,'NON - REACTIVE,aaf6921be1aea23faf9ef06091af3931cd85cc38','',534,0,'2013-10-30 08:00:00',8179,NULL),(8541,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,aaf6921be1aea23faf9ef06091af3931cd85cc38',' ',534,0,'2013-10-30 08:00:00',8182,NULL),(8542,36,'No Bacteria Growth,##,##,,f9e651e9d5d2c961fdcb13bd451be28b13f112c3','',534,0,'2013-10-29 08:00:00',8183,NULL),(8543,9,'','',531,0,'2013-10-29 18:16:23',8184,NULL),(8544,19,'NEGATIVE,,4f39b08b12991a0cb0d1ea0b936da0a4a5736306','',552,0,'2013-10-29 08:00:00',8184,NULL),(8545,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4f39b08b12991a0cb0d1ea0b936da0a4a5736306','',534,0,'2013-10-29 08:00:00',8186,NULL),(8546,107,'1/20,1/160,4f39b08b12991a0cb0d1ea0b936da0a4a5736306','',552,0,'2013-10-29 08:00:00',8189,NULL),(8547,68,'5.4,-,-,,8713c694ae43d1004183af1a29b7e89209c64123','',534,0,'2013-10-29 08:00:00',8190,NULL),(8548,89,'0.6,,,8713c694ae43d1004183af1a29b7e89209c64123','',534,0,'2013-11-01 08:00:00',8192,NULL),(8549,16,'NEGATIVE,8713c694ae43d1004183af1a29b7e89209c64123','',534,0,'2013-10-29 08:00:00',8192,NULL),(8550,132,'','',531,0,'2013-10-29 18:19:35',8192,NULL),(8551,3,'2.2,##1.3,##1.9,##,,##,,,8713c694ae43d1004183af1a29b7e89209c64123','',534,0,'2013-11-01 08:00:00',8192,NULL),(8552,14,'','',531,0,'2013-10-29 18:19:36',8195,NULL),(8553,14,'NEGATIVE,4d1945e30a198e66c8747df140d5954e34f06042','',534,0,'2013-10-29 08:00:00',8196,NULL),(8554,9,'','',531,0,'2013-10-29 18:28:12',8197,NULL),(8555,19,'POSITIVE,,5f045ad6f37abeabd4572ce10fa8c344d86a6d3c','',552,0,'2013-10-29 08:00:00',8197,NULL),(8556,18,'[$]1,240[/$],TROPHOZOITES,5f045ad6f37abeabd4572ce10fa8c344d86a6d3c','',552,0,'2013-10-29 08:00:00',8197,NULL),(8557,107,'1/20,1/80,5f045ad6f37abeabd4572ce10fa8c344d86a6d3c','',534,0,'2013-10-29 08:00:00',8199,NULL),(8558,9,'','',531,0,'2013-10-29 18:41:15',8200,NULL),(8559,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a2f44ec46f54bf3c204e26f80196a90a166eee64','',552,0,'2013-10-29 08:00:00',8200,NULL),(8560,112,'NEGATIVE,,a2f44ec46f54bf3c204e26f80196a90a166eee64','',552,0,'2013-10-29 08:00:00',8202,NULL),(8561,27,'NON-REACTIVE,-,NEGATIVE,,a2f44ec46f54bf3c204e26f80196a90a166eee64','',552,0,'2013-10-29 08:00:00',8202,NULL),(8562,108,'NON - REACTIVE,a2f44ec46f54bf3c204e26f80196a90a166eee64','',552,0,'2013-10-29 08:00:00',8202,NULL),(8563,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,a2f44ec46f54bf3c204e26f80','',552,0,'2013-10-29 08:00:00',8205,NULL),(8564,9,'','',531,0,'2013-10-29 18:46:26',8206,NULL),(8565,19,'NEGATIVE,,fef8e8b0d5c6a4454c6736480de0092ff57eb2be','',534,0,'2013-10-29 08:00:00',8206,NULL),(8566,9,'','',531,0,'2013-10-29 18:49:21',8207,NULL),(8567,70,'','',531,0,'2013-10-29 18:49:21',8207,NULL),(8568,108,'NON - REACTIVE,085d041ee8f9e36faaadbab628eb77bb7c18d193','',552,0,'2013-10-29 08:00:00',8209,NULL),(8569,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,085d041ee8f9e36faaadbab628eb77bb7c18d193','',534,0,'2013-10-30 08:00:00',8212,NULL),(8570,9,'','',531,0,'2013-10-29 18:52:50',8213,NULL),(8571,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0fccfdf220892c036c32ea568d152137e8b6f19c',', ',543,0,'2013-10-29 08:00:00',8215,NULL),(8572,16,'POSITIVE,0fccfdf220892c036c32ea568d152137e8b6f19c','',552,0,'2013-10-29 08:00:00',8218,NULL),(8573,14,'NEGATIVE,0fccfdf220892c036c32ea568d152137e8b6f19c','',543,0,'2013-10-29 08:00:00',8222,NULL),(8574,71,'POSITIVE,,fca85e7b64c17d716f49025b92cce0864123f3dd','',552,0,'2013-10-29 08:00:00',8223,NULL),(8575,9,'','',531,0,'2013-10-29 19:01:47',8224,NULL),(8576,18,'[$]NO MALARIA PARASITES SEEN [/$],-,8c7057097f61411c3556e19a68df8a1bdbf1ba65','',534,0,'2013-10-29 08:00:00',8224,NULL),(8577,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8c7057097f61411c3556e19a68df8a1bdbf1ba65','',534,0,'2013-10-29 08:00:00',8226,NULL),(8578,21,'B,POSITIVE,bd40e666d75716bb465747b89806bd53ede5d9eb','',534,0,'2013-10-29 08:00:00',8227,NULL),(8579,9,'','',531,0,'2013-10-29 19:13:24',8227,NULL),(8580,25,'NO DEFECT,,bd40e666d75716bb465747b89806bd53ede5d9eb','',534,0,'2013-10-29 08:00:00',8227,NULL),(8581,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bd40e666d75716bb465747b89806bd53ede5d9eb','',534,0,'2013-10-29 08:00:00',8227,NULL),(8582,20,'NEGATIVE,bd40e666d75716bb465747b89806bd53ede5d9eb','',534,0,'2013-10-29 08:00:00',8227,NULL),(8583,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bd40e666d75716bb465747b89806bd53ede5d9eb','pH:6.5, SPECIFIC GRAVITY:1.010',534,0,'2013-10-30 00:06:51',8229,NULL),(8584,9,'','',531,0,'2013-10-29 19:25:26',8230,NULL),(8585,19,'NEGATIVE,,56acd8b05c8a5040c3fbbebdb1ba717f48cdebde','',534,0,'2013-10-29 08:00:00',8230,NULL),(8586,22,'22,a48cabd40225e022725109f6601b0a89c0ecaf42','',552,0,'2013-10-29 08:00:00',8231,NULL),(8587,109,'','',531,0,'2013-10-29 19:28:49',8233,NULL),(8588,9,'','',531,0,'2013-10-29 19:34:15',8234,NULL),(8589,19,'NEGATIVE,,173e0171272055a7a2bfbb21c3ac050b746830bf','',534,0,'2013-10-29 08:00:00',8234,NULL),(8590,18,'[$]NO MALARIA PARASITES SEEN [/$],-,173e0171272055a7a2bfbb21c3ac050b746830bf','',534,0,'2013-10-29 08:00:00',8234,NULL),(8591,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,14,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,173e0171272055a7a2bfbb21c3ac050b746830bf',', ',543,0,'2013-10-29 08:00:00',8236,NULL),(8592,22,'1,be6567c784ea8a9e070c157d18a81c3ae5a8729d','',552,0,'2013-10-29 08:00:00',8237,NULL),(8593,9,'','',531,0,'2013-10-29 19:47:02',8237,NULL),(8594,70,',,be6567c784ea8a9e070c157d18a81c3ae5a8729d','',552,0,'2013-10-29 08:00:00',8237,NULL),(8595,108,'NON - REACTIVE,be6567c784ea8a9e070c157d18a81c3ae5a8729d','',552,0,'2013-10-29 08:00:00',8239,NULL),(8596,107,'1/20,1/20,be6567c784ea8a9e070c157d18a81c3ae5a8729d','',552,0,'2013-10-29 08:00:00',8239,NULL),(8597,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,be6567c784ea8a9e070c157d18a81c3ae5a8729d',', ',534,0,'2013-10-30 08:00:00',8242,NULL),(8598,9,'','',531,0,'2013-10-29 19:53:32',8243,NULL),(8599,18,'[$]NO MALARIA PARASITES SEEN [/$],-,c4e30ed1802fe5b671871ebc1e1d4c220a1cfbf2','',534,0,'2013-10-29 08:00:00',8243,NULL),(8600,57,'','',531,0,'2013-10-29 20:02:12',8244,NULL),(8601,133,'','',531,0,'2013-10-29 20:02:12',8244,NULL),(8602,56,'','',531,0,'2013-10-29 20:02:12',8244,NULL),(8603,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,ca7046f7842e0614f64cf2bc5e7f87aee7a931e0','',552,0,'2013-10-29 08:00:00',8246,NULL),(8604,131,'','',531,0,'2013-10-29 20:05:35',8247,NULL),(8605,196,'73,1462,63,1267,6,123,[$]0[/$],[$]2[/$],[$]2007[/$],[$]0.08[/$],fc48f1a990a34f6f09db111a9c2745f493388284','',534,0,'2013-11-11 08:00:00',8249,NULL),(8606,9,'','',531,0,'2013-10-29 20:10:53',8250,NULL),(8607,19,'NEGATIVE,,8e8ebe0630f905be1ec627e956e8b55e4dab6505','',552,0,'2013-10-29 08:00:00',8250,NULL),(8608,9,'','',531,0,'2013-10-29 20:18:35',8251,NULL),(8609,70,',,a0e86a399d0c9b6e3e8bd287b7db59be1014f070','',552,0,'2013-10-29 08:00:00',8251,NULL),(8610,108,'NON - REACTIVE,a0e86a399d0c9b6e3e8bd287b7db59be1014f070','',552,0,'2013-10-29 08:00:00',8253,NULL),(8611,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a0e86a399d0c9b6e3e8bd287b7db59be1014f070','',534,0,'2013-10-30 08:00:00',8256,NULL),(8612,22,'93,66601dacff99e0c47b69df1a1717d1f63db9212b','',552,0,'2013-10-29 08:00:00',8257,NULL),(8613,9,'','',531,0,'2013-10-29 20:28:02',8257,NULL),(8614,202,'10,66601dacff99e0c47b69df1a1717d1f63db9212b','',534,0,'2013-11-15 08:00:00',8259,NULL),(8615,22,'42,b8f0d8bc152672dde709aac48b8b6bb521efc3d3','',552,0,'2013-10-29 08:00:00',8260,NULL),(8616,9,'','',531,0,'2013-10-29 20:34:32',8260,NULL),(8617,202,'10,b8f0d8bc152672dde709aac48b8b6bb521efc3d3','',534,0,'2013-11-13 08:00:00',8262,NULL),(8618,4,'2.45,aa6213ecd32bc39a1107b8a46bd4d4f84597f27b','',552,0,'2013-10-30 08:00:00',8263,NULL),(8619,5,'7.26,aa6213ecd32bc39a1107b8a46bd4d4f84597f27b','',552,0,'2013-10-30 08:00:00',8263,NULL),(8620,9,'','',531,0,'2013-10-29 20:42:04',8263,NULL),(8621,12,'31,aa6213ecd32bc39a1107b8a46bd4d4f84597f27b','',552,0,'2013-10-30 08:00:00',8265,NULL),(8622,11,'14.0,[$]14.0[/$],[$]1.00[/$],1.0,THERAPEUTIC : 2.0 - 4.0,aa6213ecd32bc39a1107b8a46bd4d4f84597f27b','',552,0,'2013-10-30 08:00:00',8265,NULL),(8623,9,'','',531,0,'2013-10-29 20:45:12',8266,NULL),(8624,18,'[$]NO MALARIA PARASITES SEEN [/$],-,b1764d8e0ebd609b21cf942caa1d62063c2a20b4','',534,0,'2013-10-30 08:00:00',8266,NULL),(8625,57,'','',531,0,'2013-10-29 20:45:13',8268,NULL),(8626,133,'','',531,0,'2013-10-29 20:45:13',8268,NULL),(8627,56,'','',531,0,'2013-10-29 20:45:13',8268,NULL),(8628,35,'HAZY,LIGHT AMBER,7.0,1.020,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,,b1764d8e0ebd609b2','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:7.0, SPECIFIC GRAVITY:1.020, PROTEIN:POSITIVE +++, PUS CELLS:2, EPITHELIAL CELLS:12',534,0,'2013-10-30 00:08:07',8271,NULL),(8629,36,'','',531,0,'2013-10-29 20:47:20',8272,NULL),(8630,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,08d71ab66fc99ce1de746fcf38fb236fe4381a8e','',534,0,'2013-10-29 08:00:00',8272,NULL),(8631,9,'','',531,0,'2013-10-29 20:49:26',8273,NULL),(8632,28,'NEGATIVE,[$]CC[/$],,982b5e3c88cb44b2597eef97a2b49f138e36ec9c','',552,0,'2013-10-30 08:00:00',8273,NULL),(8633,19,'NEGATIVE,,982b5e3c88cb44b2597eef97a2b49f138e36ec9c','',552,0,'2013-10-29 08:00:00',8273,NULL),(8634,9,'','',531,0,'2013-10-29 20:55:19',8274,NULL),(8635,18,'[$]NO MALARIA PARASITES SEEN [/$],-,3e39fecc964fd4c26c0f65d4fe74755cf8357227','',534,0,'2013-10-30 08:00:00',8274,NULL),(8636,112,'POSITIVE,,3e39fecc964fd4c26c0f65d4fe74755cf8357227','',534,0,'2013-10-30 08:00:00',8276,NULL),(8637,27,'NON-REACTIVE,-,NEGATIVE,,3e39fecc964fd4c26c0f65d4fe74755cf8357227','',534,0,'2013-10-30 08:00:00',8276,NULL),(8638,108,'NON - REACTIVE,3e39fecc964fd4c26c0f65d4fe74755cf8357227','',534,0,'2013-10-30 08:00:00',8276,NULL),(8639,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,16,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,3e39fecc964fd4c26c0f65d','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015, LEUCOCYTE:POSITIVE ++, PUS CELLS:20, EPITHELIAL CELLS:16',534,0,'2013-10-30 00:13:10',8279,NULL),(8640,109,'NEGATIVE,a48cabd40225e022725109f6601b0a89c0ecaf42','',552,0,'2013-10-29 08:00:00',8280,NULL),(8641,9,'','',531,0,'2013-10-29 21:03:34',8281,NULL),(8642,19,'NEGATIVE,,cbc01d07b807aaf8201849d8b1396d02760baca8','',552,0,'2013-10-29 08:00:00',8281,NULL),(8643,21,'O,POSITIVE,14a312c52fe718a880237a6897378cfa0d527285','',552,0,'2013-10-29 08:00:00',8282,NULL),(8644,9,'','',531,0,'2013-10-29 21:07:16',8282,NULL),(8645,25,'NO DEFECT,,14a312c52fe718a880237a6897378cfa0d527285','',552,0,'2013-10-29 08:00:00',8282,NULL),(8646,20,'NEGATIVE,14a312c52fe718a880237a6897378cfa0d527285','',534,0,'2013-10-30 08:00:00',8282,NULL),(8647,112,'NEGATIVE,,14a312c52fe718a880237a6897378cfa0d527285','',534,0,'2013-10-30 08:00:00',8284,NULL),(8648,27,'NON-REACTIVE,-,NEGATIVE,,14a312c52fe718a880237a6897378cfa0d527285','',534,0,'2013-10-30 08:00:00',8284,NULL),(8649,108,'NON - REACTIVE,14a312c52fe718a880237a6897378cfa0d527285','',534,0,'2013-10-30 08:00:00',8284,NULL),(8650,120,'[$]NO BACTERIAL GROWTH[/$],##,##,,7b019179d2444b90fdc641fc30df8caa3aa4d887','',534,0,'2013-10-31 08:00:00',8285,NULL),(8651,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0580d4cbc6ca6bc1a439dc9de4eeb0b608fcf3e7','MACROSCOPY : COLOUR:YELLOWISH, CONSISTENCY:LOOSE, CONTENT:',534,0,'2013-10-30 00:05:50',8286,NULL),(8652,9,'','',531,0,'2013-10-29 21:28:52',8287,NULL),(8653,19,'NEGATIVE,,f6f41908d5326fc072215b4ed0b996882847b76f','',552,0,'2013-10-29 08:00:00',8287,NULL),(8654,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f6f41908d5326fc072215b4ed0b996882847b76f','',552,0,'2013-10-29 08:00:00',8287,NULL),(8655,22,'30,f874bc9a8f9129c87adb479b0215d9dd3bcd4705','',534,0,'2013-10-29 08:00:00',8288,NULL),(8656,9,'','',531,0,'2013-10-29 21:39:18',8289,NULL),(8657,19,'NEGATIVE,,5464de947f933d2f4cfb70d82a4bc6e9e6302d66','',552,0,'2013-10-29 08:00:00',8289,NULL),(8658,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5464de947f933d2f4cfb70d82a4bc6e9e6302d66','',552,0,'2013-10-29 08:00:00',8289,NULL),(8659,107,'1/20,1/20,5464de947f933d2f4cfb70d82a4bc6e9e6302d66','',552,0,'2013-10-29 08:00:00',8291,NULL),(8660,92,'1.1,60c54b2102b8b03920ca170a3f8ef4983f903cb6','',543,0,'2013-10-31 08:00:00',8292,NULL),(8661,9,'','',531,0,'2013-10-29 22:05:11',8293,NULL),(8662,19,'NEGATIVE,,df36ecc3fe1bfb39c7b368f93767b9684dc31ebb','',552,0,'2013-10-29 08:00:00',8293,NULL),(8663,18,'[$]NO MALARIA PARASITES SEEN[/$],-,df36ecc3fe1bfb39c7b368f93767b9684dc31ebb','',552,0,'2013-10-29 08:00:00',8293,NULL),(8664,35,'','',531,0,'2013-10-29 22:05:11',8295,NULL),(8665,57,'','',531,0,'2013-10-29 22:05:11',8298,NULL),(8666,133,'','',531,0,'2013-10-29 22:05:11',8298,NULL),(8667,131,'','',531,0,'2013-10-29 22:05:11',8298,NULL),(8668,56,'','',531,0,'2013-10-29 22:05:11',8298,NULL),(8669,22,'09,085d041ee8f9e36faaadbab628eb77bb7c18d193','',552,0,'2013-10-29 08:00:00',8299,NULL),(8670,107,'1/20,1/20,085d041ee8f9e36faaadbab628eb77bb7c18d193','',552,0,'2013-10-29 08:00:00',8300,NULL),(8671,28,'NEGATIVE,[$]AA[/$],,125cf08acf27c3d933ada668cf7485200d0d6b24','',552,0,'2013-10-30 08:00:00',8301,NULL),(8672,21,'O,POSITIVE,4c170d54205e52f39187aab2de1d1b442513f764','',552,0,'2013-10-30 08:00:00',8302,NULL),(8673,68,'4.7,-,-,,4c170d54205e52f39187aab2de1d1b442513f764','',552,0,'2013-10-30 08:00:00',8302,NULL),(8674,9,'','',531,0,'2013-10-29 22:45:43',8302,NULL),(8675,57,'','',531,0,'2013-10-29 22:45:43',8304,NULL),(8676,133,'','',531,0,'2013-10-29 22:45:43',8304,NULL),(8677,112,'NEGATIVE,,4c170d54205e52f39187aab2de1d1b442513f764','',552,0,'2013-10-30 08:00:00',8304,NULL),(8678,131,'','',531,0,'2013-10-29 22:45:43',8304,NULL),(8679,132,'','',531,0,'2013-10-29 22:45:43',8304,NULL),(8680,56,'','',531,0,'2013-10-29 22:45:43',8304,NULL),(8681,65,'','',531,0,'2013-10-29 22:45:43',8304,NULL),(8682,112,'NEGATIVE,,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',8305,NULL),(8683,27,'NON-REACTIVE,-,NEGATIVE,,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',8305,NULL),(8684,108,'NON - REACTIVE,7784e427c1ef06e0f04ce2e107f662116a0fe417','',534,0,'2013-10-29 08:00:00',8305,NULL),(8685,16,'NEGATIVE,dd353be824c68a86bbeb58ffa32a1513eb0b836c','',552,0,'2013-10-29 08:00:00',8306,NULL),(8686,14,'NEGATIVE,dd353be824c68a86bbeb58ffa32a1513eb0b836c','',543,0,'2013-10-30 08:00:00',8308,NULL),(8687,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,dd353be824c68a86bbeb58ff',', ',543,0,'2013-10-30 08:00:00',8311,NULL),(8688,9,'','',531,0,'2013-10-29 23:21:22',8312,NULL),(8689,19,'NEGATIVE,,1f1986abf549d5bd2c8b4b689436573c8a8a97b5','',552,0,'2013-10-29 08:00:00',8312,NULL),(8690,71,'POSITIVE,,add0c31be714df32fa1b2551d3bbf8af7c5d5148','',552,0,'2013-10-29 08:00:00',8313,NULL),(8691,9,'','',531,0,'2013-10-29 23:30:59',8314,NULL),(8692,19,'NEGATIVE,,bd29e4a511469fe6986192de651d5826a15d1857','',552,0,'2013-10-29 08:00:00',8314,NULL),(8693,131,'','',531,0,'2013-10-30 00:07:36',8315,NULL),(8694,9,'','',531,0,'2013-10-30 00:10:18',8316,NULL),(8695,19,'NEGATIVE,,cc53e1065a5ef451668d1ca13840daa4f866a5a2','',552,0,'2013-10-29 08:00:00',8316,NULL),(8696,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,cc53e1065a5ef451668d1ca13840daa4f866a5a2','',552,0,'2013-10-29 08:00:00',8318,NULL),(8697,107,'1/20,1/20,cc53e1065a5ef451668d1ca13840daa4f866a5a2','',552,0,'2013-10-29 08:00:00',8321,NULL),(8698,22,'05,52629ac0fdcf18c86daff88d1c392637058259d5','',552,0,'2013-10-29 08:00:00',8322,NULL),(8699,9,'','',531,0,'2013-10-30 00:26:35',8322,NULL),(8700,70,',,fdab32ab681a6832822ae31915b8fdf7a8623c52','',552,0,'2013-10-29 08:00:00',8323,NULL),(8701,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,14,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,fdab32ab681a6832822ae31915b8fdf7a8623c52',',',552,0,'2013-10-29 08:00:00',8325,NULL),(8702,9,'','',531,0,'2013-10-30 00:41:34',8326,NULL),(8703,19,'NEGATIVE,,9d8a2886190eae2730ff952a7e004c63178161e4','',552,0,'2013-10-29 08:00:00',8326,NULL),(8704,9,'','',531,0,'2013-10-30 00:49:31',8327,NULL),(8705,226,'','',531,0,'2013-10-30 00:49:31',8329,NULL),(8706,9,'','',531,0,'2013-10-30 00:57:27',8330,NULL),(8707,19,'NEGATIVE,,e55c1415a40a77eddd83640c79927f495540041b','',552,0,'2013-10-29 08:00:00',8330,NULL),(8708,9,'','',531,0,'2013-10-30 01:04:29',8331,NULL),(8709,19,'NEGATIVE,,18a926aafd0902bfbc36e5857ce71acfac8f10e9','',552,0,'2013-10-29 08:00:00',8331,NULL),(8710,36,'No Bacteria Growth,##,##,,6111534c7888884ef42d1e545b7e25406cd2e172','',534,0,'2013-10-31 08:00:00',8332,NULL),(8711,71,'NEGATIVE,,6111534c7888884ef42d1e545b7e25406cd2e172','',552,0,'2013-10-29 08:00:00',8332,NULL),(8712,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6111534c7888884ef42d1e545b7e25406cd2e172','',552,0,'2013-10-29 08:00:00',8332,NULL),(8713,36,'No Bacteria Growth,##,##,,63c8b534fca1a3c86948121b6f5af49fd83c2cd4','',534,0,'2013-10-31 08:00:00',8333,NULL),(8714,40,'[$][/$],##,##,,0999847182667337a6091b30fb489895a39fe595','',552,0,'2013-10-30 03:50:55',8334,NULL),(8715,9,',,,,,,,,,,,,,,0999847182667337a6091b30fb489895a39fe595','',552,0,'2013-10-30 03:50:56',8334,NULL),(8716,18,'[$]no malaria parasite seen[/$],-,,0999847182667337a6091b30fb489895a39fe595','',552,0,'2013-10-30 03:50:56',8334,NULL),(8717,36,'','',531,0,'2013-10-30 01:46:21',8336,NULL),(8718,35,'','',531,0,'2013-10-30 01:46:21',8336,NULL),(8719,107,'1/20,1/20,cc53e1065a5ef451668d1ca13840daa4f866a5a2','',552,0,'2013-10-29 08:00:00',8337,NULL),(8720,9,'','',531,0,'2013-10-30 02:08:01',8338,NULL),(8721,19,'NEGATIVE,,8ec37402261f7cc11f4f55c2e855c458c8a54043','',552,0,'2013-10-29 08:00:00',8338,NULL),(8722,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8ec37402261f7cc11f4f55c2e855c458c8a54043','',552,0,'2013-10-29 08:00:00',8338,NULL),(8723,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8ec37402261f7cc11f4f55c2e855c458c8a54043','SPECIFIC GRAVITY:1.010',552,0,'2013-10-30 04:54:10',8340,NULL),(8724,9,'','',531,0,'2013-10-30 02:12:09',8341,NULL),(8725,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f49ecfba81669613a6ce87c20270b4710a791a03','',552,0,'2013-10-29 08:00:00',8343,NULL),(8726,9,'','',531,0,'2013-10-30 02:14:32',8344,NULL),(8727,19,'NEGATIVE,,8dba0696f4af2c7be91a115d2c6179c7476d7a04','',552,0,'2013-10-29 08:00:00',8344,NULL),(8728,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8dba0696f4af2c7be91a115d2c6179c7476d7a04','',552,0,'2013-10-29 08:00:00',8344,NULL),(8729,9,'6.9,4.08,11.3,32.6,79.9,27.7,34.7,188,25.7,4.0,70.1,0.2,0.0,,76f4c59db5d41cc744a79db3f1aa7f0470b0be58','',552,0,'2013-10-30 04:47:28',8345,NULL),(8730,19,'NEGATIVE,,76f4c59db5d41cc744a79db3f1aa7f0470b0be58','',552,552,'2013-10-29 08:00:00',8345,'2013-10-29 20:47:28'),(8731,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,76f4c59db5d41cc744a79db3f1aa7f0470b0be58','',552,552,'2013-10-29 08:00:00',8345,'2013-10-29 20:47:28'),(8732,37,'','',531,0,'2013-10-30 02:22:40',8347,NULL),(8733,9,'','',531,0,'2013-10-30 02:25:04',8348,NULL),(8734,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9fdb12384df6684694375aa98e897fe950a64751','',552,0,'2013-10-29 08:00:00',8348,NULL),(8735,9,'9.2,4.90,14.8,41.9,85.5,30.2,35.3,257,18.8,5.3,71.2,4.6,0.1,,12af8aa834e91d403047943b4bf1a135c2d0041b','',552,0,'2013-10-30 05:31:30',8349,NULL),(8736,18,'[$]NO MALARIA PARASITE SEEN[/$],,,12af8aa834e91d403047943b4bf1a135c2d0041b','',552,0,'2013-10-30 05:31:30',8349,NULL),(8737,22,'18,e5531632ffc8cca1f2376dba021550b166e27875','',537,0,'2013-10-30 08:00:00',8350,NULL),(8738,68,'5.1,-,-,,e5531632ffc8cca1f2376dba021550b166e27875','',537,0,'2013-10-30 08:00:00',8350,NULL),(8739,9,'','',558,0,'2013-10-30 03:32:27',8350,NULL),(8740,19,'NEGATIVE,,e5531632ffc8cca1f2376dba021550b166e27875','',537,0,'2013-10-30 08:00:00',8350,NULL),(8741,57,'','',558,0,'2013-10-30 03:32:27',8352,NULL),(8742,133,'','',558,0,'2013-10-30 03:32:27',8352,NULL),(8743,131,'','',558,0,'2013-10-30 03:32:27',8352,NULL),(8744,132,'','',558,0,'2013-10-30 03:32:27',8352,NULL),(8745,92,'0.2,e5531632ffc8cca1f2376dba021550b166e27875','',537,0,'2013-10-31 08:00:00',8352,NULL),(8746,56,'','',558,0,'2013-10-30 03:32:27',8352,NULL),(8747,65,'','',558,0,'2013-10-30 03:32:27',8352,NULL),(8748,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,e5531632ffc8cca1f2376dba021550b16',', ',543,0,'2013-10-30 08:00:00',8355,NULL),(8749,39,'[$][/$],,e5531632ffc8cca1f2376dba021550b166e27875','',543,0,'2013-10-30 08:00:00',8359,NULL),(8750,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e5531632ffc8cca1f2376dba021550b166e27875','',543,0,'2013-10-30 08:00:00',8359,NULL),(8751,9,'5.6,4.69,13.1,38.3,81.7,27.9,34.2,147,24.5,6.0,64.7,4.0,0,,86a04c138f83db9d96cfe59d825065acd1ac994c','',536,0,'2013-10-30 05:57:51',8360,NULL),(8752,19,'POSITIVE,,86a04c138f83db9d96cfe59d825065acd1ac994c','MALARIA ANTIGEN:POSITIVE',536,0,'2013-10-30 05:57:51',8360,NULL),(8753,18,'[$]MALARIA PARASITES PRESENT (+)[/$],,,86a04c138f83db9d96cfe59d825065acd1ac994c','MALARIA ANTIGEN:POSITI',536,0,'2013-10-30 05:57:51',8360,NULL),(8754,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,TRACE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,86a04c138f83db9d96cfe59d825065acd1ac994c','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.015, GLUCOSE:TRACE, BLOOD:TRACE, PUS CELLS:6, EPITHELIAL CELLS:4, RED BLOOD CELLS:2',536,0,'2013-10-30 05:54:27',8362,NULL),(8755,35,'','',558,0,'2013-10-30 04:06:54',8363,NULL),(8756,71,'POSITIVE,,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','U PREGNANCY TEST:POSITIVE',552,0,'2013-10-30 05:31:51',8364,NULL),(8757,36,'No Bacteria Growth,##,##,,b23de1660548a27d4de6fef0ffeb05950b1044dd','',558,0,'2013-10-30 06:39:34',8365,NULL),(8758,35,'CLOUDY,LIGHT AMBER,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,4,>30,NOT SEEN,N,,,,,,,,,,,,,,,,,,,,,,,,,,OT SEEN,NOT SEEN,,b','CLARITY:CLOUDY, COLOUR:LIGHT AMBER, pH:8.0, SPECIFIC GRAVITY:1.015, BLOOD:POSITIVE ++, LEUCOCYTE:POSITIVE ++, PUS CELLS:30, EPITHELIAL CELLS:4, RED BLOOD CELLS:30',558,0,'2013-10-30 06:39:34',8365,NULL),(8759,40,'[$][/$],##,##,,9731db7707d335598c5724cf817e836f0cc9dc40','',558,0,'2013-10-30 08:06:32',8366,NULL),(8760,222,'12.3,5.43,13.9,42.1,77.5,25.6,33.0,340,22.2,8.2,69.6,2.7,1.0,8.6,12.9,9.0,,9731db7707d335598c5724cf817e836f0cc9dc40','',558,0,'2013-10-30 08:06:32',8366,NULL),(8761,19,'NEGATIVE,,9731db7707d335598c5724cf817e836f0cc9dc40','',558,0,'2013-10-30 08:06:32',8366,NULL),(8762,18,'[$]NO MALARIA PARASITE SEEN[/$],,,9731db7707d335598c5724cf817e836f0cc9dc40','',558,0,'2013-10-30 08:06:32',8366,NULL),(8763,71,'NEGATIVE,,9731db7707d335598c5724cf817e836f0cc9dc40','',558,0,'2013-10-30 08:03:37',8368,NULL),(8764,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,10,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,9731db7707d335598c5724cf817e836f0cc9dc40','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, BLOOD:TRACE, LEUCOCYTE:TRACE, PUS CELLS:10, EPITHELIAL CELLS:10, RED BLOOD CELLS:2',558,0,'2013-10-30 08:03:37',8368,NULL),(8765,107,'1/20,1/20,,9731db7707d335598c5724cf817e836f0cc9dc40','',558,0,'2013-10-30 08:04:02',8371,NULL),(8766,222,'6.7,4.41,12.5,37.6,85.3,28.3,33.2,258,36.1,8.7,55.2,2.4,0.6,3.7,14.6,10.1,,f9094c210264ae70fc0aa32367171682f3834e73','',558,0,'2013-10-30 08:01:58',8372,NULL),(8767,19,'NEGATIVE,,f9094c210264ae70fc0aa32367171682f3834e73','',558,0,'2013-10-30 08:01:58',8372,NULL),(8768,18,'[$]NO MALARIA PARASITE SEEN[/$],,,f9094c210264ae70fc0aa32367171682f3834e73','',558,0,'2013-10-30 08:01:58',8372,NULL),(8769,71,'NEGATIVE,,f9094c210264ae70fc0aa32367171682f3834e73','',558,0,'2013-10-30 07:59:04',8374,NULL),(8770,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,20,2,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,f9094c210264ae70fc0','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.020, BLOOD:POSITIVE +, PUS CELLS:6, EPITHELIAL CELLS:20, RED BLOOD CELLS:2',558,0,'2013-10-30 07:59:04',8374,NULL),(8771,107,'1/20,1/20,,f9094c210264ae70fc0aa32367171682f3834e73','',558,0,'2013-10-30 07:59:23',8377,NULL),(8772,222,'14.3,4.03,11.5,33.3,82.6,28.5,34.5,374,35.8,4.1,60.1,5.1,0.6,8.6,14.6,9.1,,39b87a90e4149d5b09f230594a609851c6414bef','',558,0,'2013-10-30 07:56:55',8378,NULL),(8773,18,'[$]NO MALARIA PARASITE SEEN[/$],,,39b87a90e4149d5b09f230594a609851c6414bef','',558,0,'2013-10-30 07:56:55',8378,NULL),(8774,21,'','',558,0,'2013-10-30 06:44:56',8379,NULL),(8775,224,'','',558,0,'2013-10-30 06:44:56',8379,NULL),(8776,222,'8.4,4.20,12.8,37.4,89.0,30.5,34.2,341,33.7,8.3,58.0,2.8,0.7,4.9,13.2,9.4,,8156483eff70cffb33e35944fb96e3d848f34ae5','',558,0,'2013-10-30 22:43:37',8380,NULL),(8777,18,'[$]NO MALARIA PARASITE SEEN[/$],,,8156483eff70cffb33e35944fb96e3d848f34ae5','',558,0,'2013-10-30 22:43:37',8380,NULL),(8778,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),4,4,0,,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,,2b1f83901a29f2efd03a2','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.020, BLOOD:POSITIVE +, UROBILINOGEN:INCREASED +, PUS CELLS:4, EPITHELIAL CELLS:4',558,0,'2013-10-30 23:52:28',8381,NULL),(8779,222,'5.6,4.93,13.5,40.6,82.2,27.4,33.3,171,39.1,14.9,46.0,2.2,0.8,2.6,12.6,11.6,,7a02ddcf8763de2b02404b42d0b952a77bf14146','',558,0,'2013-10-31 03:56:03',8382,NULL),(8780,18,'[$]NO MALARIA PARASITE SEEN[/$],,,7a02ddcf8763de2b02404b42d0b952a77bf14146','',558,0,'2013-10-31 03:56:03',8382,NULL),(8781,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7a02ddcf8763de2b02404b42d0b952a77bf14146','pH:7.0, SPECIFIC GRAVITY:1.010, PUS CELLS:2, EPITHELIAL CELLS:2',558,0,'2013-10-31 03:53:19',8384,NULL),(8782,107,'1/20,1/20,,7a02ddcf8763de2b02404b42d0b952a77bf14146','',558,0,'2013-10-31 03:53:51',8387,NULL),(8783,222,'','',558,0,'2013-10-31 02:39:02',8388,NULL),(8784,57,'','',558,0,'2013-10-31 02:39:03',8390,NULL),(8785,133,'','',558,0,'2013-10-31 02:39:03',8390,NULL),(8786,132,'','',558,0,'2013-10-31 02:39:03',8390,NULL),(8787,56,'','',558,0,'2013-10-31 02:39:03',8390,NULL),(8788,14,'POSITIVE,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',543,0,'2013-10-30 08:00:00',8391,NULL),(8789,38,'[$]No Salmonellae or Shigellae isolated[/$],##,##,,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',534,0,'2013-11-01 08:00:00',8391,NULL),(8790,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',543,0,'2013-10-30 08:00:00',8391,NULL),(8791,16,'POSITIVE,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',534,0,'2013-10-30 08:00:00',8393,NULL),(8792,107,'1/20,1/20,8cc37e99ed1d5d71014df19decc1d6f8037efec7','',534,0,'2013-10-30 08:00:00',8393,NULL),(8793,222,'','',558,0,'2013-10-31 03:51:43',8394,NULL),(8794,18,'[$]NO MALARIA PARASITE SEEN[/$],-,98c2de6b0b8c5196662cd11d1d4bce63fa24dbce','',537,0,'2013-10-30 08:00:00',8394,NULL),(8795,222,'','',558,0,'2013-10-31 03:56:23',8395,NULL),(8796,18,'','',558,0,'2013-10-31 03:56:23',8395,NULL),(8797,132,'','',531,0,'2013-10-31 04:33:22',8396,NULL),(8798,126,'[$]Enterobacter spp[/$],cfc999d6096e62cb5cb673448701388ce02ea5e9','',550,0,'2013-11-02 08:00:00',8397,NULL),(8799,9,'','',531,0,'2013-10-31 04:39:59',8398,NULL),(8800,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c3902748bc7e262950679428a95ec3d60a599ebc','',543,0,'2013-10-30 08:00:00',8398,NULL),(8801,112,'NEGATIVE,,c3902748bc7e262950679428a95ec3d60a599ebc','',543,0,'2013-10-30 08:00:00',8400,NULL),(8802,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c3902748bc7e262950679428a95ec3d60a599ebc',', ',543,0,'2013-10-30 08:00:00',8403,NULL),(8803,68,'','',531,0,'2013-10-31 05:04:50',8404,NULL),(8804,9,'','',531,0,'2013-10-31 05:04:50',8404,NULL),(8805,77,'','',531,0,'2013-10-31 05:04:50',8404,NULL),(8806,132,'','',531,0,'2013-10-31 05:04:50',8406,NULL),(8807,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,CALCIUM OXALATE (+),NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,b57b0ee649ff4c5cce','',534,0,'2013-10-30 08:00:00',8409,NULL),(8808,41,'','',531,0,'2013-10-31 05:17:49',8410,NULL),(8809,68,'','',531,0,'2013-10-31 05:26:33',8411,NULL),(8810,9,'','',531,0,'2013-10-31 05:26:33',8411,NULL),(8811,78,'','',531,0,'2013-10-31 05:26:33',8413,NULL),(8812,132,'','',531,0,'2013-10-31 05:26:33',8413,NULL),(8813,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),,cc1dbf8d739847633a2c9e646d667247fd3b7a31','',534,0,'2013-10-30 08:00:00',8413,NULL),(8814,93,'< 0.05,cc1dbf8d739847633a2c9e646d667247fd3b7a31','',534,0,'2013-11-12 08:00:00',8416,NULL),(8815,68,'14.4,POSITIVE (+),NEGATIVE,,d0747f717e599dd5d9a81ef21ec870929b408384','',534,0,'2013-10-30 08:00:00',8417,NULL),(8816,9,'','',531,0,'2013-10-31 05:29:57',8417,NULL),(8817,77,'[$][/$],d0747f717e599dd5d9a81ef21ec870929b408384','',534,0,'2013-10-30 08:00:00',8417,NULL),(8818,19,'NEGATIVE,,d0747f717e599dd5d9a81ef21ec870929b408384','',534,0,'2013-10-31 08:00:00',8417,NULL),(8819,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,20,0,NOT SEEN,PRESENT (+++,,,,,,,,,,,,,,,,,,,,,,,,,,),NOT SEEN,d0747f71',', ',555,0,'2013-10-31 08:00:00',8419,NULL),(8820,9,'','',531,0,'2013-10-31 05:35:55',8420,NULL),(8821,20,'NEGATIVE,6ffd231d4315354acf275956f5710d9dbc4e8d7f','',552,0,'2013-10-30 08:00:00',8420,NULL),(8822,57,'','',531,0,'2013-10-31 05:35:57',8422,NULL),(8823,133,'','',531,0,'2013-10-31 05:35:57',8422,NULL),(8824,56,'','',531,0,'2013-10-31 05:35:57',8422,NULL),(8825,9,'','',531,0,'2013-10-31 05:39:06',8423,NULL),(8826,19,'NEGATIVE,,9a9838340fd75c709045ea0f7632110de960c222','',534,0,'2013-10-30 08:00:00',8423,NULL),(8827,107,'1/20,1/20,d19ac9a65aa1fd88ba1cfbff65bf586e01da2bb1','',534,0,'2013-10-30 08:00:00',8424,NULL),(8828,16,'POSITIVE,ed16a7628201c67484b5c3fe8b60efe2bdcbf265','',534,0,'2013-10-30 08:00:00',8425,NULL),(8829,107,'1/20,1/20,ed16a7628201c67484b5c3fe8b60efe2bdcbf265','',534,0,'2013-10-30 08:00:00',8425,NULL),(8830,14,'NEGATIVE,ed16a7628201c67484b5c3fe8b60efe2bdcbf265','',534,0,'2013-10-30 08:00:00',8427,NULL),(8831,22,'42,93cdceeb4408186126681830fa75b08501d4b6b6','',534,0,'2013-10-30 08:00:00',8428,NULL),(8832,68,'5.0,-,-,,93cdceeb4408186126681830fa75b08501d4b6b6','',534,0,'2013-10-30 08:00:00',8428,NULL),(8833,9,'','',531,0,'2013-10-31 05:55:42',8428,NULL),(8834,19,'NEGATIVE,,93cdceeb4408186126681830fa75b08501d4b6b6','',534,0,'2013-10-30 08:00:00',8428,NULL),(8835,16,'POSITIVE,93cdceeb4408186126681830fa75b08501d4b6b6','',534,0,'2013-10-30 08:00:00',8430,NULL),(8836,132,'','',531,0,'2013-10-31 05:55:42',8430,NULL),(8837,107,'1/80,1/160,93cdceeb4408186126681830fa75b08501d4b6b6','',534,0,'2013-10-30 08:00:00',8430,NULL),(8838,14,'NEGATIVE,93cdceeb4408186126681830fa75b08501d4b6b6','',534,0,'2013-10-30 08:00:00',8433,NULL),(8839,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,93cdceeb4408186126681830fa75b08501d4b6b6',', ',543,0,'2013-10-30 08:00:00',8437,NULL),(8840,22,'21,b18ab1e880129621f73445dda94783a21762a4dc','',534,0,'2013-10-30 08:00:00',8438,NULL),(8841,9,'','',531,0,'2013-10-31 05:59:12',8438,NULL),(8842,19,'NEGATIVE,,b18ab1e880129621f73445dda94783a21762a4dc','',534,0,'2013-10-30 08:00:00',8438,NULL),(8843,132,'','',531,0,'2013-10-31 05:59:13',8440,NULL),(8844,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,b18ab1e880129621f73445dda94783a21762a4dc','',534,0,'2013-10-30 08:00:00',8443,NULL),(8845,21,'O,POSITIVE,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8444,NULL),(8846,9,'','',531,0,'2013-10-31 06:04:47',8444,NULL),(8847,25,'NO DEFECT,,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8444,NULL),(8848,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8444,NULL),(8849,20,'NEGATIVE,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8444,NULL),(8850,112,'POSITIVE,,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8446,NULL),(8851,27,'NON-REACTIVE,-,NEGATIVE,,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8446,NULL),(8852,108,'NON - REACTIVE,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8446,NULL),(8853,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a1bc6acd9b13e3cdadffe6dbdbef4205bfa854d2','',534,0,'2013-11-01 08:00:00',8449,NULL),(8854,68,'4.3,-,-,,fcd13458ee24dfe0258828af9034b4559d8acf42','',534,0,'2013-10-31 08:00:00',8450,NULL),(8855,9,'','',531,0,'2013-10-31 06:08:37',8450,NULL),(8856,19,'POSITIVE,,fcd13458ee24dfe0258828af9034b4559d8acf42','',534,0,'2013-10-31 08:00:00',8450,NULL),(8857,112,'POSITIVE,,fcd13458ee24dfe0258828af9034b4559d8acf42','',534,0,'2013-10-31 08:00:00',8452,NULL),(8858,132,'','',531,0,'2013-10-31 06:08:37',8452,NULL),(8859,35,'HAZY,AMBER,6.5,1.020,POSITIVE (+),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),4,4,0,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,fcd1345','',534,0,'2013-10-31 08:00:00',8455,NULL),(8860,68,'','',531,0,'2013-10-31 06:12:00',8456,NULL),(8861,9,'','',531,0,'2013-10-31 06:12:00',8456,NULL),(8862,57,'','',531,0,'2013-10-31 06:12:01',8458,NULL),(8863,133,'','',531,0,'2013-10-31 06:12:01',8458,NULL),(8864,131,'','',531,0,'2013-10-31 06:12:01',8458,NULL),(8865,132,'','',531,0,'2013-10-31 06:12:01',8458,NULL),(8866,56,'','',531,0,'2013-10-31 06:12:01',8458,NULL),(8867,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d1e358385aee1dd8d6caf09473548c3698844cfe','',537,0,'2013-10-30 08:00:00',8461,NULL),(8868,27,'NON-REACTIVE,-,NEGATIVE,,4f4777728f7f9481dc7b2f1226424025603daeb0','',534,0,'2013-10-30 08:00:00',8462,NULL),(8869,128,'','',531,0,'2013-10-31 06:14:32',8462,NULL),(8870,9,'','',531,0,'2013-10-31 06:17:27',8463,NULL),(8871,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0b07b45a1375fed11227a32109c017677b426141','',534,0,'2013-10-30 08:00:00',8463,NULL),(8872,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b07b45a1375fed11227a32109c017677b426141','',552,0,'2013-11-01 08:00:00',8465,NULL),(8873,9,'','',531,0,'2013-10-31 06:27:26',8466,NULL),(8874,19,'NEGATIVE,,37379c9f3f5608c9e078aa78129cce00c5472d22','',534,0,'2013-10-30 08:00:00',8466,NULL),(8875,18,'[$]NO MALARIA PARASITES SEEN[/$],-,37379c9f3f5608c9e078aa78129cce00c5472d22','',534,0,'2013-10-30 08:00:00',8466,NULL),(8876,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,6,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,37379c9','',534,0,'2013-10-30 08:00:00',8468,NULL),(8877,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,,28451f149c442e58d64be2c78b6dbfc09ba3faf6','',543,0,'2013-10-30 08:00:00',8469,NULL),(8878,9,'','',531,0,'2013-10-31 06:31:54',8470,NULL),(8879,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0c9c5d0feb73336a6ae60ccf106496f923dc6729','',534,0,'2013-10-30 08:00:00',8470,NULL),(8880,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,2,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,0c9c5d0feb73336a6ae60ccf','',534,0,'2013-11-01 08:00:00',8472,NULL),(8881,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,,28451f149c442e58d64be2c78b6dbfc09ba3faf6','',543,0,'2013-10-30 08:00:00',8473,NULL),(8882,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,16,>30,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,bce7646dbfc87a65ed90f46',', ',534,0,'2013-10-30 08:00:00',8474,NULL),(8883,9,'','',531,0,'2013-10-31 06:39:18',8475,NULL),(8884,70,',,f87e23614a116ba5fb08ed9b769c1b5d8fb7be6b','',534,0,'2013-11-01 08:00:00',8475,NULL),(8885,108,'NON - REACTIVE,f87e23614a116ba5fb08ed9b769c1b5d8fb7be6b','',534,0,'2013-10-30 08:00:00',8477,NULL),(8886,35,'CLOUDY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,NOT SEEN,PRESENT (+),NOT SEE,,,,,,,,,,,,,,,,,,N,f87e23614a116ba5fb08ed9b','',534,0,'2013-11-01 08:00:00',8480,NULL),(8887,9,'','',531,0,'2013-10-31 06:43:48',8481,NULL),(8888,19,'NEGATIVE,,66f504f57e257cca1ac577bfed6816074ddf540f','',555,0,'2013-10-31 08:00:00',8481,NULL),(8889,18,'[$]NO MALARIA PARASITES SEEN[/$],-,66f504f57e257cca1ac577bfed6816074ddf540f','',555,0,'2013-10-31 08:00:00',8481,NULL),(8890,107,'1/20,1/20,66f504f57e257cca1ac577bfed6816074ddf540f','',543,0,'2013-10-31 08:00:00',8483,NULL),(8891,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,66f504f57e257cca1ac577bfed6816074ddf540f',', ',555,0,'2013-10-31 08:00:00',8486,NULL),(8892,44,'NO FUNGAL ELEMENTS SEEN,66f504f57e257cca1ac577bfed6816074ddf540f','',555,0,'2013-10-31 08:00:00',8490,NULL),(8893,123,'[$]-[/$],e2660e73c00191c2fb550f21f0a063e2f7e42a45','NO GNID SEEN',552,0,'2013-10-30 08:00:00',8491,NULL),(8894,132,'','',531,0,'2013-10-31 06:51:57',8492,NULL),(8895,36,'No Bacteria Growth,##,##,,247ce6c029e02f50cf14195c5bce62f5024e0458','',557,0,'2013-11-04 08:00:00',8494,NULL),(8896,9,'','',531,0,'2013-10-31 06:54:01',8495,NULL),(8897,18,'[$]NO MALARIA PARASITES SEEN [/$],-,4f224e767f87795c27798d9b5caa6682596056fb','',534,0,'2013-11-01 08:00:00',8495,NULL),(8898,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4f224e767f87795c27798d9b5caa6682596056fb',', ',537,0,'2013-11-01 08:00:00',8497,NULL),(8899,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,,2e188827ba5fb30fe4748164f0d15c2a449d3401','',534,0,'2013-10-31 08:00:00',8498,NULL),(8900,36,'Escherichia coli,##,##,,2e188827ba5fb30fe4748164f0d15c2a449d3401','',534,0,'2013-10-31 08:00:00',8498,NULL),(8901,3,'2.3,##1.5,##2.0,##,,##,,,4f4777728f7f9481dc7b2f1226424025603daeb0','',534,0,'2013-11-01 08:00:00',8499,NULL),(8902,71,'NEGATIVE,,4f4777728f7f9481dc7b2f1226424025603daeb0','',534,0,'2013-10-30 08:00:00',8501,NULL),(8903,4,'2.3,383a31711a6ccb4ad8228c5d2b47c16d413154ab','',537,0,'2013-10-31 08:00:00',8502,NULL),(8904,9,'','',531,0,'2013-10-30 18:18:22',8502,NULL),(8905,12,'32,383a31711a6ccb4ad8228c5d2b47c16d413154ab','',552,0,'2013-10-30 08:00:00',8504,NULL),(8906,11,'15,[$]14[/$],[$]1.07[/$],1.1,THERAPEUTIC : 2.0 - 4.0,383a31711a6ccb4ad8228c5d2b47c16d413154ab','',552,0,'2013-10-30 08:00:00',8504,NULL),(8907,77,'','',531,0,'2013-10-30 18:21:53',8505,NULL),(8908,9,'','',531,0,'2013-10-30 18:25:26',8506,NULL),(8909,19,'NEGATIVE,,fade1c7b54658dbbed68801f7c28c12d9cae8002','',534,0,'2013-10-30 08:00:00',8506,NULL),(8910,9,'','',531,0,'2013-10-30 18:31:43',8507,NULL),(8911,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b09ae1b98b8ba55af215ce30ad3a8b07032d3394',', ',543,0,'2013-10-30 08:00:00',8509,NULL),(8912,9,'','',531,0,'2013-10-30 18:34:46',8510,NULL),(8913,19,'POSITIVE,,b1320e8bb915a0b165b9f197ca7ec55d22bd0648','',534,0,'2013-10-30 08:00:00',8510,NULL),(8914,18,'[$] > 10,000 MALARIA PARASITES PRESENT [/$],TROPHOZOITES,b1320e8bb915a0b165b9f197ca7ec55d22bd0648','',534,0,'2013-10-30 08:00:00',8510,NULL),(8915,35,'','',531,0,'2013-10-30 18:34:47',8512,NULL),(8916,9,'','',531,0,'2013-10-30 18:36:31',8513,NULL),(8917,18,'[$]NO MALARIA PARASITES SEEN [/$],-,38e3e50b866668c3dc336f0c047051f240a7074c','',534,0,'2013-10-30 08:00:00',8513,NULL),(8918,40,'','',531,0,'2013-10-30 18:41:04',8514,NULL),(8919,9,'','',531,0,'2013-10-30 18:41:04',8514,NULL),(8920,19,'','',531,0,'2013-10-30 18:41:04',8514,NULL),(8921,36,'No Bacteria Growth,##,##,,1702b94a6f0fe3ec48c30b185300df0b58aebe7c','',535,0,'2013-11-10 08:00:00',8516,NULL),(8922,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1702b94a6f0fe3ec48c30b185300df0b58aebe7c',', ',535,0,'2013-11-10 08:00:00',8516,NULL),(8923,40,'[$][/$],##,##,,e6742372eafca73b1db724edc64184f6b3cb1be6','',534,0,'2013-10-30 08:00:00',8517,NULL),(8924,9,'','',531,0,'2013-10-30 18:44:30',8517,NULL),(8925,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e6742372eafca73b1db724edc64184f6b3cb1be6','',534,0,'2013-10-30 08:00:00',8517,NULL),(8926,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e6742372eafca73b1db724edc64184f6b3cb1be6',', ',550,0,'2013-11-07 08:00:00',8519,NULL),(8927,9,'','',531,0,'2013-10-30 18:48:24',8520,NULL),(8928,19,'NEGATIVE,,b8a99bbcbdeb653fc1fa79337b84a133eec7c399','',534,0,'2013-10-30 08:00:00',8520,NULL),(8929,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b8a99bbcbdeb653fc1fa79337b84a133eec7c399','',534,0,'2013-10-30 08:00:00',8520,NULL),(8930,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,c4d0361b23948bafd701b901b7904abd66e569a6',', ',543,0,'2013-10-30 08:00:00',8521,NULL),(8931,135,'[$][/$],##,##,,c4d0361b23948bafd701b901b7904abd66e569a6','',543,0,'2013-10-30 08:00:00',8523,NULL),(8932,134,'FEW,MANY,NOT SEEN,NOT SEEN,,c4d0361b23948bafd701b901b7904abd66e569a6','',543,0,'2013-10-30 08:00:00',8523,NULL),(8933,68,'6.9,-,-,,ca3be5af51a69ef202743c126ef03d50a61385bb','',537,0,'2013-11-05 08:00:00',8524,NULL),(8934,77,'','',531,0,'2013-10-30 18:59:43',8524,NULL),(8935,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,ca3be5af51a69ef202743c126',', ',537,0,'2013-11-05 08:00:00',8526,NULL),(8936,21,'B,POSITIVE,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8527,NULL),(8937,9,'','',531,0,'2013-10-30 19:28:32',8527,NULL),(8938,25,'NO DEFECT,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8527,NULL),(8939,18,'[$]NO MALARIA PARASITES SEEN [/$],-,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8527,NULL),(8940,20,'NEGATIVE,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8527,NULL),(8941,112,'POSITIVE,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8529,NULL),(8942,27,'NON-REACTIVE,-,NEGATIVE,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8529,NULL),(8943,108,'NON - REACTIVE,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8529,NULL),(8944,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',8532,NULL),(8945,9,'','',534,0,'2013-10-30 19:32:02',8533,NULL),(8946,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0c9c5d0feb73336a6ae60ccf106496f923dc6729','',534,0,'2013-10-30 08:00:00',8533,NULL),(8947,9,'','',531,0,'2013-10-30 19:33:56',8534,NULL),(8948,14,'NEGATIVE,024d842ffd6e04a466e3e8a898efcee3972bf2a1','',534,0,'2013-10-30 08:00:00',8536,NULL),(8949,35,'CLEAR,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,2,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,024d842ffd6e04a46',', ',543,0,'2013-10-30 08:00:00',8539,NULL),(8950,68,',NEGATIVE,NEGATIVE,,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','',546,0,'2013-11-08 14:34:27',8540,NULL),(8951,9,',,,,,,,,,,,,,,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','',546,0,'2013-11-08 14:34:28',8540,NULL),(8952,19,'NEGATIVE,,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','',546,546,'2013-11-08 14:34:28',8540,'2013-11-08 06:34:45'),(8953,57,'','',531,0,'2013-10-30 19:51:18',8542,NULL),(8954,133,'','',531,0,'2013-10-30 19:51:18',8542,NULL),(8955,112,'NEGATIVE,,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','',546,0,'2013-11-08 08:00:00',8542,NULL),(8956,131,'','',531,0,'2013-10-30 19:51:18',8542,NULL),(8957,132,'','',531,0,'2013-10-30 19:51:18',8542,NULL),(8958,107,'1/20,1/20,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','',546,0,'2013-11-08 08:00:00',8542,NULL),(8959,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','pH:7.0, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:2',546,0,'2013-11-08 15:25:13',8545,NULL),(8960,37,'DARK BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,aee9e46c0df25f90f5832d22e9bcb1cc47a78c80','',555,0,'2013-10-31 08:00:00',8549,NULL),(8961,226,'','',531,0,'2013-10-30 19:51:18',8554,NULL),(8962,9,'','',531,0,'2013-10-30 19:54:19',8555,NULL),(8963,19,'NEGATIVE,,b8f55fe97eecb5f41bdf2246009a890ae3feedae','',534,0,'2013-10-30 08:00:00',8555,NULL),(8964,36,'No Bacteria Growth,##,##,,b8f55fe97eecb5f41bdf2246009a890ae3feedae','',534,0,'2013-11-01 08:00:00',8557,NULL),(8965,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,28,4,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,b8f55fe97eecb5f41bdf2246009a890ae3feedae','',543,0,'2013-10-30 08:00:00',8557,NULL),(8966,9,'','',531,0,'2013-10-30 20:18:01',8558,NULL),(8967,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c81c8289a6a12c105f183dbb2f4db91177caf07e','',543,0,'2013-10-30 08:00:00',8558,NULL),(8968,68,'','',531,0,'2013-10-30 20:38:14',8559,NULL),(8969,9,'','',531,0,'2013-10-30 20:38:14',8559,NULL),(8970,25,'NO DEFECT,,473801745efbbc38b89a42594c384291c4f7513d','',534,0,'2013-11-01 08:00:00',8559,NULL),(8971,18,'[$]NO MALARIA PARASITES SEEN [/$],-,473801745efbbc38b89a42594c384291c4f7513d','',534,0,'2013-11-01 08:00:00',8559,NULL),(8972,112,'NEGATIVE,,473801745efbbc38b89a42594c384291c4f7513d','',534,0,'2013-11-01 08:00:00',8561,NULL),(8973,27,'NON-REACTIVE,-,NEGATIVE,,473801745efbbc38b89a42594c384291c4f7513d','',534,0,'2013-11-01 08:00:00',8561,NULL),(8974,108,'NON - REACTIVE,473801745efbbc38b89a42594c384291c4f7513d','',534,0,'2013-11-01 08:00:00',8561,NULL),(8975,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,473801745efbbc38b89a42594c384291c4f7513d','',534,0,'2013-11-01 08:00:00',8564,NULL),(8976,27,'NON-REACTIVE,-,NEGATIVE,,5de51e2017eac954306fee4e5d9642c52b84f735','',543,0,'2013-10-30 08:00:00',8565,NULL),(8977,19,'NEGATIVE,,5de51e2017eac954306fee4e5d9642c52b84f735','',543,0,'2013-10-30 08:00:00',8565,NULL),(8978,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5de51e2017eac954306fee4e5d9642c52b84f735','',543,0,'2013-10-30 08:00:00',8565,NULL),(8979,112,'NEGATIVE,,5de51e2017eac954306fee4e5d9642c52b84f735','',543,0,'2013-10-30 08:00:00',8567,NULL),(8980,107,'1/20,1/20,5de51e2017eac954306fee4e5d9642c52b84f735','',543,0,'2013-10-30 08:00:00',8567,NULL),(8981,108,'NON - REACTIVE,085d041ee8f9e36faaadbab628eb77bb7c18d193','',534,0,'2013-10-30 08:00:00',8568,NULL),(8982,107,'1/20,1/20,085d041ee8f9e36faaadbab628eb77bb7c18d193','',534,0,'2013-10-30 08:00:00',8568,NULL),(8983,9,'','',531,0,'2013-10-30 20:53:06',8569,NULL),(8984,19,'NEGATIVE,,ff74c62ac0ac604f9b139aa7065a740bac409b76','',543,0,'2013-10-30 08:00:00',8569,NULL),(8985,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ff74c62ac0ac604f9b139aa7065a740bac409b76','',543,0,'2013-10-30 08:00:00',8569,NULL),(8986,57,'','',531,0,'2013-10-30 20:53:06',8571,NULL),(8987,133,'','',531,0,'2013-10-30 20:53:06',8571,NULL),(8988,56,'','',531,0,'2013-10-30 20:53:06',8571,NULL),(8989,35,'','',531,0,'2013-10-30 20:53:06',8574,NULL),(8990,9,'','',531,0,'2013-10-30 20:55:08',8575,NULL),(8991,4,'2.25,383a31711a6ccb4ad8228c5d2b47c16d413154ab','',552,0,'2013-10-30 08:00:00',8576,NULL),(8992,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c170d54205e52f39187aab2de1d1b442513f764','pH:7.0, SPECIFIC GRAVITY:1.015',552,0,'2013-10-30 22:12:11',8577,NULL),(8993,40,'','',531,0,'2013-10-30 21:13:48',8578,NULL),(8994,9,'','',531,0,'2013-10-30 21:13:48',8578,NULL),(8995,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',537,0,'2013-10-31 08:00:00',8578,NULL),(8996,36,'No Bacteria Growth,##,##,,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',552,0,'2013-10-31 06:17:56',8580,NULL),(8997,35,'HAZY,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,12,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.025, LEUCOCYTE:TRACE, PUS CELLS:12, EPITHELIAL CELLS:2',552,0,'2013-10-31 06:17:57',8580,NULL),(8998,9,'','',531,0,'2013-10-30 21:20:54',8581,NULL),(8999,19,'NEGATIVE,,218fd38cf2086d5af59cbfda5a3679fca793e82e','',535,0,'2013-10-30 08:00:00',8581,NULL),(9000,18,'[$]NO MALARIA PARASITES SEEN[/$],-,218fd38cf2086d5af59cbfda5a3679fca793e82e','',535,0,'2013-10-30 08:00:00',8581,NULL),(9001,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1702b94a6f0fe3ec48c30b185300df0b58aebe7c','',534,0,'2013-10-30 08:00:00',8582,NULL),(9002,36,'No Bacteria Growth,##,##,,d19917141fc00e21527e731b34c97e96c006e231','',534,0,'2013-11-01 08:00:00',8583,NULL),(9003,9,'','',531,0,'2013-10-30 21:32:22',8584,NULL),(9004,19,'NEGATIVE,,3aee6c6f94b1b91b8d49f214d357ac3c441fbed2','',535,0,'2013-10-30 08:00:00',8584,NULL),(9005,16,'POSITIVE,3aee6c6f94b1b91b8d49f214d357ac3c441fbed2','',535,0,'2013-10-30 08:00:00',8586,NULL),(9006,35,'CLEAR,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3aee6c6f94b1b91b8d49f214d357ac3c441fbed2','',535,0,'2013-10-30 08:00:00',8589,NULL),(9007,14,'','',531,0,'2013-10-30 21:32:23',8593,NULL),(9008,9,'','',531,0,'2013-10-30 21:35:30',8594,NULL),(9009,19,'NEGATIVE,,c45f961953a26318f6c38d937530ddbeee3daac1','',535,0,'2013-10-30 08:00:00',8594,NULL),(9010,9,'','',531,0,'2013-10-30 21:48:32',8595,NULL),(9011,57,'','',531,0,'2013-10-30 21:48:32',8597,NULL),(9012,133,'','',531,0,'2013-10-30 21:48:32',8597,NULL),(9013,131,'','',531,0,'2013-10-30 21:48:32',8597,NULL),(9014,56,'','',531,0,'2013-10-30 21:48:32',8597,NULL),(9015,83,'','',531,0,'2013-10-30 21:56:17',8598,NULL),(9016,71,'NEGATIVE,,89f015adcdd49548b17553d453a200578155fdee','',543,0,'2013-10-30 08:00:00',8600,NULL),(9017,9,'','',531,0,'2013-10-30 22:01:53',8601,NULL),(9018,132,'','',531,0,'2013-10-30 22:01:54',8603,NULL),(9019,14,'','',531,0,'2013-10-30 22:01:54',8606,NULL),(9020,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f6f41908d5326fc072215b4ed0b996882847b76f','',534,0,'2013-11-01 08:00:00',8607,NULL),(9021,9,'','',531,0,'2013-10-30 22:36:03',8608,NULL),(9022,70,',,c9d7caf626e726a02d34a2c73f690056374d2381','',552,0,'2013-10-30 08:00:00',8608,NULL),(9023,108,'NON - REACTIVE,c9d7caf626e726a02d34a2c73f690056374d2381','',552,0,'2013-10-30 08:00:00',8610,NULL),(9024,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c9d7caf626e726a02d34a2c73f690056374d2381','',552,0,'2013-10-30 08:00:00',8613,NULL),(9025,9,'','',531,0,'2013-10-30 22:40:22',8614,NULL),(9026,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-10-30 08:00:00',8616,NULL),(9027,9,'','',531,0,'2013-10-30 22:46:07',8617,NULL),(9028,18,'[$]NO MALARIA PARASITES SEEN [/$],-,fe136701211899b173c88e515662b9c2e40a96f8','',534,0,'2013-11-01 08:00:00',8617,NULL),(9029,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,18,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,fe136701211899b173c88e515662b9c2e40a96f8','',552,0,'2013-10-30 08:00:00',8619,NULL),(9030,22,'','',531,0,'2013-10-30 22:49:51',8620,NULL),(9031,9,'','',531,0,'2013-10-30 22:49:51',8620,NULL),(9032,199,'[$]COMMENSALS ONLY[/$],bc1451733032d4a7c185ae4f0bcfda5acba1204c','',534,0,'2013-11-01 08:00:00',8622,NULL),(9033,97,'','',531,0,'2013-10-30 22:49:52',8622,NULL),(9034,9,'','',531,0,'2013-10-30 22:58:42',8623,NULL),(9035,19,'NEGATIVE,,0603f211697d209826717fa6eec6f11397f8725f','',552,0,'2013-10-30 08:00:00',8623,NULL),(9036,18,'[$]NO MALARIA PARASITES SEEN [/$],-,0603f211697d209826717fa6eec6f11397f8725f','',552,0,'2013-10-30 08:00:00',8623,NULL),(9037,35,'HAZY,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0603f211697d209826717fa6eec6f11397f8725f','',552,0,'2013-10-30 08:00:00',8625,NULL),(9038,9,'','',531,0,'2013-10-30 23:12:37',8626,NULL),(9039,19,'NEGATIVE,,366d57449c9ee5913efd11828c9650521409ae11','',552,0,'2013-10-30 08:00:00',8626,NULL),(9040,35,'HAZY,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,20,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,366d57449c9ee5913efd','',552,0,'2013-10-30 08:00:00',8628,NULL),(9041,9,'','',531,0,'2013-10-30 23:15:38',8629,NULL),(9042,19,'NEGATIVE,,bdceb2500d613a4e8e9d68ba458719abbfe10ae6','',552,0,'2013-10-30 08:00:00',8629,NULL),(9043,18,'[$]NO MALARIA PARASITES SEEN [/$],-,bdceb2500d613a4e8e9d68ba458719abbfe10ae6','',552,0,'2013-10-30 08:00:00',8629,NULL),(9044,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bdceb2500d613a4e8e9d68ba458719abbfe10ae6','',552,0,'2013-10-30 08:00:00',8631,NULL),(9045,9,'','',531,0,'2013-10-30 23:19:12',8632,NULL),(9046,19,'NEGATIVE,,b4029a85b1bba71be5961001c0ca831a60f501df','',552,0,'2013-10-30 08:00:00',8632,NULL),(9047,108,'NON - REACTIVE,34c5b7298f0205a8809da0d203f490e7e7427183','',552,0,'2013-10-30 08:00:00',8633,NULL),(9048,107,'1/20,1/160,34c5b7298f0205a8809da0d203f490e7e7427183','',552,0,'2013-10-30 08:00:00',8633,NULL),(9049,22,'27,34c5b7298f0205a8809da0d203f490e7e7427183','',552,0,'2013-10-30 08:00:00',8635,NULL),(9050,9,'','',531,0,'2013-10-30 23:22:29',8635,NULL),(9051,70,',,34c5b7298f0205a8809da0d203f490e7e7427183','',552,0,'2013-10-30 08:00:00',8638,NULL),(9052,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,34c5b7298f0205a8809da0d203f490e7e7427183','',534,0,'2013-11-01 08:00:00',8642,NULL),(9053,9,'','',531,0,'2013-10-30 23:38:27',8643,NULL),(9054,71,'NEGATIVE,,8e5fd3183f6e25cae2c2889c3ff230738d6cd378','',552,0,'2013-10-30 08:00:00',8645,NULL),(9055,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8e5fd3183f6e25cae2c2889c3ff230738d6cd378','',552,0,'2013-10-30 08:00:00',8645,NULL),(9056,9,'','',531,0,'2013-10-31 00:03:49',8646,NULL),(9057,19,'NEGATIVE,,76f7145afebcb3b4157adf6b1c6dfd87729e28b8','',552,0,'2013-10-30 08:00:00',8646,NULL),(9058,18,'[$]NO MALARIA PARASITES SEEN[/$],-,76f7145afebcb3b4157adf6b1c6dfd87729e28b8','',552,0,'2013-10-30 08:00:00',8646,NULL),(9059,226,'','',531,0,'2013-10-31 00:07:00',8647,NULL),(9060,9,'','',531,0,'2013-10-31 00:13:40',8648,NULL),(9061,19,'NEGATIVE,,43d1003b9ba68e38d2e471c2d9c07c80c3cb7255','',552,0,'2013-10-30 08:00:00',8648,NULL),(9062,18,'[$]NO MALARIA PARASITES SEEN[/$],-,43d1003b9ba68e38d2e471c2d9c07c80c3cb7255','',552,0,'2013-10-30 08:00:00',8648,NULL),(9063,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,43d1003b9ba68e38d2e4','RBC\'S - LYSED',552,0,'2013-10-30 08:00:00',8650,NULL),(9064,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,bdceb2500d613a4e8e9d68ba458719abbfe10ae6','',552,0,'2013-10-30 08:00:00',8651,NULL),(9065,9,'','',531,0,'2013-10-31 00:29:47',8652,NULL),(9066,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,,28451f149c442e58d64be2c78b6dbfc09ba3faf6','',552,0,'2013-10-30 08:00:00',8653,NULL),(9067,36,'Escherichia coli,##,##,,28451f149c442e58d64be2c78b6dbfc09ba3faf6','',552,0,'2013-10-30 08:00:00',8653,NULL),(9068,21,'A,POSITIVE,0a0c0feee5976915f76655ade34abdc41d13fb75','',552,0,'2013-10-30 08:00:00',8654,NULL),(9069,9,'','',531,0,'2013-10-31 01:27:48',8654,NULL),(9070,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0a0c0feee5976915f76655ade34abdc41d13fb75','',552,0,'2013-10-30 08:00:00',8654,NULL),(9071,20,'NEGATIVE,0a0c0feee5976915f76655ade34abdc41d13fb75','',543,0,'2013-10-31 08:00:00',8654,NULL),(9072,9,'','',531,0,'2013-10-31 01:32:36',8655,NULL),(9073,9,'4.9,5.34,16.7,46.9,88,31.2,35.5,235,61.3,7.0,29.8,1.3,0.6,,6fa1d681c5406ab8b2c857cd0c5a442cb27630ca','',541,0,'2013-11-14 01:10:49',8656,NULL),(9074,9,'','',531,0,'2013-10-31 01:56:34',8657,NULL),(9075,16,'POSITIVE,,106d7d9cdb75e22f0a401aa648f2f5d70de9e6d8','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',552,0,'2013-10-31 04:09:40',8659,NULL),(9076,14,'','',531,0,'2013-10-31 01:56:35',8662,NULL),(9077,9,'','',531,0,'2013-10-31 01:59:44',8663,NULL),(9078,57,'','',531,0,'2013-10-31 01:59:44',8665,NULL),(9079,133,'','',531,0,'2013-10-31 01:59:44',8665,NULL),(9080,56,'','',531,0,'2013-10-31 01:59:44',8665,NULL),(9081,68,'','',531,0,'2013-10-31 02:08:31',8666,NULL),(9082,9,'','',531,0,'2013-10-31 02:08:31',8666,NULL),(9083,57,'','',531,0,'2013-10-31 02:08:31',8668,NULL),(9084,133,'','',531,0,'2013-10-31 02:08:31',8668,NULL),(9085,131,'','',531,0,'2013-10-31 02:08:31',8668,NULL),(9086,132,'','',531,0,'2013-10-31 02:08:31',8668,NULL),(9087,56,'','',531,0,'2013-10-31 02:08:31',8668,NULL),(9088,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,URIC ACID (+),NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,6716e645a5980364f83d1ca59',', ',555,0,'2013-10-31 08:00:00',8671,NULL),(9089,9,',,,,,,,,,,,,,,daf703be38caa4c74792c39b88ee4933c24c9074','',552,0,'2013-10-31 04:16:49',8672,NULL),(9090,19,'NEGATIVE,,daf703be38caa4c74792c39b88ee4933c24c9074','',552,0,'2013-10-31 04:16:49',8672,NULL),(9091,18,'[$]1240(MALARIA PARASITES PRESENT +)[/$],TROPHOZOITES,,daf703be38caa4c74792c39b88ee4933c24c9074','',552,0,'2013-10-31 04:16:49',8672,NULL),(9092,107,'1/20,1/20,,daf703be38caa4c74792c39b88ee4933c24c9074','',552,0,'2013-10-31 04:15:14',8674,NULL),(9093,9,',,,,,,,,,,,,,,1503af54a1985497e518db0967e6fae2540af5e3','',552,0,'2013-10-31 04:19:45',8675,NULL),(9094,19,'POSITIVE,,1503af54a1985497e518db0967e6fae2540af5e3','MALARIA ANTIGEN:POSITIVE',552,0,'2013-10-31 04:19:45',8675,NULL),(9095,18,'[$]1240 (MALARIA PARASITES PRESENT +)[/$],TROPHOZOITES,,1503af54a1985497e518db0967e6fae2540af5e3','MALARIA ANTIGEN:POSITI',552,0,'2013-10-31 04:19:45',8675,NULL),(9096,107,'1/20,1/20,,1503af54a1985497e518db0967e6fae2540af5e3','',552,0,'2013-10-31 04:18:04',8677,NULL),(9097,40,'[$][/$],##,##,,051e6f4cc1ffb3d0a5d5fff27ad5e0aa68801d81','',552,0,'2013-10-30 08:00:00',8678,NULL),(9098,9,'','',531,0,'2013-10-31 02:25:32',8678,NULL),(9099,19,'NEGATIVE,,051e6f4cc1ffb3d0a5d5fff27ad5e0aa68801d81','',552,0,'2013-10-30 08:00:00',8678,NULL),(9100,18,'[$]NO MALARIA PARASITES SEEN[/$],-,051e6f4cc1ffb3d0a5d5fff27ad5e0aa68801d81','',550,0,'2013-11-08 08:00:00',8678,NULL),(9101,107,'1/20,1/20,,051e6f4cc1ffb3d0a5d5fff27ad5e0aa68801d81','',552,0,'2013-10-31 04:21:40',8680,NULL),(9102,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,051e6f4cc1ffb3d0a5d5fff27ad5e0aa68801d81','pH:7.0, SPECIFIC GRAVITY:1.020',552,0,'2013-10-31 04:14:11',8683,NULL),(9103,9,'','',531,0,'2013-10-31 02:28:32',8684,NULL),(9104,19,'POSITIVE,,337e3838290dd438f4797fc2a728c1a8ffe42037','',552,0,'2013-10-30 08:00:00',8684,NULL),(9105,18,'[$]1240 ( MALARIA PARASITES PRESENT +)[/$],-,337e3838290dd438f4797fc2a728c1a8ffe42037','',552,0,'2013-10-30 08:00:00',8684,NULL),(9106,107,'1/20,1/20,337e3838290dd438f4797fc2a728c1a8ffe42037','',552,0,'2013-10-30 08:00:00',8686,NULL),(9107,36,'No Bacteria Growth,##,##,,337e3838290dd438f4797fc2a728c1a8ffe42037','',534,0,'2013-11-01 08:00:00',8689,NULL),(9108,35,'CLEAR,DEEP AMBER,6.0,1.020,TRACE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+++),1,1,0,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,337e3838',', ',552,0,'2013-10-30 08:00:00',8689,NULL),(9109,9,'','',531,0,'2013-10-31 02:37:34',8690,NULL),(9110,9,',,,,,,,,,,,,,,44854bcf01af661a0e880fc8e126c1d8731193bc','',552,0,'2013-10-31 04:53:44',8691,NULL),(9111,20,'POSITIVE,,44854bcf01af661a0e880fc8e126c1d8731193bc','SICKLING:POSITIVE',552,0,'2013-10-31 04:53:44',8691,NULL),(9112,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,44854bcf01af661a0e880fc8e126c1d8731193bc','SPECIFIC GRAVITY:1.015',552,0,'2013-10-31 04:53:14',8693,NULL),(9113,9,',,,,,,,,,,,,,,ea667214a46a8e27ee1044b1a32ba6801ef00f1c','',552,0,'2013-10-31 04:51:43',8694,NULL),(9114,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,ea667214a46a8e27ee1044b1a32ba6801ef00f1c','',552,0,'2013-10-31 04:51:43',8694,NULL),(9115,9,',,,,,,,,,,,,,,08f456ebdc09f5d803f64361e0be5e3c776e9587','',552,0,'2013-10-31 04:49:31',8695,NULL),(9116,19,'NEGATIVE,,08f456ebdc09f5d803f64361e0be5e3c776e9587','',552,0,'2013-10-31 04:49:31',8695,NULL),(9117,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,08f456ebdc09f5d803f64361e0be5e3c776e9587','',552,0,'2013-10-31 04:49:31',8695,NULL),(9118,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,08f456ebdc09f5d803f64361e0be5e3c776e9587','pH:7.5, SPECIFIC GRAVITY:1.015',552,0,'2013-10-31 04:50:39',8697,NULL),(9119,57,'','',531,0,'2013-10-31 03:25:12',8698,NULL),(9120,133,'','',531,0,'2013-10-31 03:25:12',8698,NULL),(9121,131,'','',531,0,'2013-10-31 03:25:12',8698,NULL),(9122,132,'','',531,0,'2013-10-31 03:25:12',8698,NULL),(9123,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),,2b1f83901a29f2efd03a2e261e837e4c2c63b525','',534,0,'2013-11-01 08:00:00',8698,NULL),(9124,56,'','',531,0,'2013-10-31 03:25:12',8698,NULL),(9125,93,'< 0.05,,2b1f83901a29f2efd03a2e261e837e4c2c63b525','<0.05 ng/mL: Negative- REPEAT TEST in 4 – 6 hours if clinically indicated. \n0.05 – 0.10 ng/ml: Myocardial injury is possible. REPEAT TEST in 4 -6 hours is indicated to exclude acute myocardial nec',534,0,'2013-11-06 08:00:00',8700,NULL),(9126,77,'','',531,0,'2013-10-31 03:25:12',8703,NULL),(9127,22,'15,,d3b496db3ca35e8a11f1cf407d660ca469060bfc','',552,0,'2013-10-31 06:25:01',8704,NULL),(9128,9,'10.2,4.73,13.8,38.4,81.2,29.2,35.9,280,29.5,7.1,58.4,5.0,0.0,,d3b496db3ca35e8a11f1cf407d660ca469060bfc','',552,0,'2013-10-31 06:25:01',8704,NULL),(9129,28,'NEGATIVE,[$][/$],,d3b496db3ca35e8a11f1cf407d660ca469060bfc','',552,0,'2013-10-31 06:25:01',8704,NULL),(9130,27,'NON-REACTIVE,-,NEGATIVE,,d3b496db3ca35e8a11f1cf407d660ca469060bfc','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',552,0,'2013-10-31 06:25:01',8704,NULL),(9131,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,24,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,,ae903f0bed49e7506a8','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:7.0, SPECIFIC GRAVITY:1.015, LEUCOCYTE:POSITIVE +, PUS CELLS:24, EPITHELIAL CELLS:2',552,0,'2013-10-31 05:25:25',8705,NULL),(9132,38,'[$][/$],##,##,,76f4c59db5d41cc744a79db3f1aa7f0470b0be58','',552,0,'2013-10-31 06:39:57',8706,NULL),(9133,37,'GREENISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,76f4c59db5d41cc744a79db3f1aa7f0470b0be58','MACROSCOPY : COLOUR:GREENISH, CONSISTENCY:LOOSE',552,0,'2013-10-31 06:39:57',8706,NULL),(9134,222,'5.5,5.04,15.7,44.0,87.3,31.2,35.7,196,34.4,9.4,56.2,1.9,0.5,3.1,12.5,8.7,,fb920c514298e8997bebc3f5d4d5a8d8133c86b3','',552,0,'2013-10-31 06:37:15',8707,NULL),(9135,19,'NEGATIVE,,fb920c514298e8997bebc3f5d4d5a8d8133c86b3','',552,0,'2013-10-31 06:37:15',8707,NULL),(9136,18,'[$]NO MALARIA PARASITE SEEN[/$],,,fb920c514298e8997bebc3f5d4d5a8d8133c86b3','',552,0,'2013-10-31 06:37:15',8707,NULL),(9137,107,'1/20,1/20,,fb920c514298e8997bebc3f5d4d5a8d8133c86b3','',552,0,'2013-10-31 06:37:51',8709,NULL),(9138,40,'[$][/$],##,##,,d04180c6f0c667fb9eefcb2415a75f795bb66572','',552,0,'2013-10-31 07:42:10',8710,NULL),(9139,222,'4.9,5.22,13.2,38.4,73.6,25.3,34.4,368,34.3,9.6,56.1,1.7,0.5,2.7,13.2,7.6,,d04180c6f0c667fb9eefcb2415a75f795bb66572','',552,0,'2013-10-31 07:42:10',8710,NULL),(9140,18,'[$]NO MALARIA PARASITE SEEN[/$],,,d04180c6f0c667fb9eefcb2415a75f795bb66572','',552,0,'2013-10-31 07:42:10',8710,NULL),(9141,107,'1/20,1/20,,d04180c6f0c667fb9eefcb2415a75f795bb66572','',552,0,'2013-10-31 07:40:09',8712,NULL),(9142,38,'[$][/$],##,##,,d04180c6f0c667fb9eefcb2415a75f795bb66572','',555,0,'2013-10-31 08:00:00',8715,NULL),(9143,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d04180c6f0c667fb9eefcb2415a75f795bb66572','',555,0,'2013-10-31 08:00:00',8715,NULL),(9144,222,'7.1,3.86,10.5,31.1,80.6,27.2,33.8,342,45.0,6.3,48.7,3.2,0.4,3.5,22.1,9.7,,ad220a62737c0d3e3d489bbc7eee453e23394cc8','',552,0,'2013-10-31 07:34:58',8716,NULL),(9145,71,'POSITIVE,,ad220a62737c0d3e3d489bbc7eee453e23394cc8','U PREGNANCY TEST:POSITIVE',552,0,'2013-10-31 07:33:04',8718,NULL),(9146,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,14,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,ad220a62737c0d3e3d489bbc','U PREGNANCY TEST:POSITIVECLARITY:HAZY, pH:6.0, SPECIFIC GRAVITY:1.020, LEUCOCYTE:POSITIVE +, PUS CELLS:14, EPITHELIAL CELLS:20',552,0,'2013-10-31 07:33:04',8718,NULL),(9147,107,'1/20,1/20,,ad220a62737c0d3e3d489bbc7eee453e23394cc8','',552,0,'2013-10-31 07:31:50',8721,NULL),(9148,222,'12.0,5.92,12.6,39.4,66.6,21.3,32.0,163,15.0,2.2,82.8,1.8,0.3,9.9,15.1,9.9,,51b66a683946068c2732656464cde0dfd37964b3','',552,0,'2013-10-31 07:38:19',8722,NULL),(9149,19,'NEGATIVE,,51b66a683946068c2732656464cde0dfd37964b3','',552,0,'2013-10-31 07:38:19',8722,NULL),(9150,18,'[$]NO MALARIA PARASITE SEEN[/$],,,51b66a683946068c2732656464cde0dfd37964b3','',552,0,'2013-10-31 07:38:20',8722,NULL),(9151,35,'','',558,0,'2013-10-31 05:49:48',8724,NULL),(9152,107,'1/20,1/20,,51b66a683946068c2732656464cde0dfd37964b3','',552,0,'2013-10-31 07:36:12',8727,NULL),(9153,222,'6.0,5.13,14.1,42.4,82.7,27.5,33.3,268,48.3,8.9,42.8,2.9,0.5,2.6,14.1,8.4,,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',552,0,'2013-10-31 08:25:41',8728,NULL),(9154,19,'NEGATIVE,,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',552,0,'2013-10-31 08:25:41',8728,NULL),(9155,18,'[$]NO MALARIA PARASITE SEEN[/$],,,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',552,0,'2013-10-31 08:25:41',8728,NULL),(9156,107,'1/20,1/20,,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',552,0,'2013-10-31 08:23:15',8730,NULL),(9157,222,'11.4,4.62,13.6,38.7,83.8,29.4,35.1,165,37.0,4.0,59.0,4.2,0.5,6.7,13.1,9.1,,e6cdd91c4f995f663b657ba4b45429a9a1aa2454','',552,0,'2013-10-31 08:18:20',8731,NULL),(9158,18,'[$]NO MALARIA PARASITE SEEN[/$],,,e6cdd91c4f995f663b657ba4b45429a9a1aa2454','',552,0,'2013-10-31 08:18:20',8731,NULL),(9159,107,'1/20,1/160,,e6cdd91c4f995f663b657ba4b45429a9a1aa2454','S. typhi H:1160',552,0,'2013-10-31 08:16:26',8733,NULL),(9160,222,'4.8,4.24,11.5,34.4,81.1,27.1,33.4,309,36.9,13.6,49.5,1.8,0.7,2.3,13.0,9.8,,30662ef34b140837a75721213a1f037e13048b27','',552,0,'2013-10-31 08:20:40',8734,NULL),(9161,18,'[$]NO MALARIA PARASITE SEEN[/$],,,30662ef34b140837a75721213a1f037e13048b27','',552,0,'2013-10-31 08:20:40',8734,NULL),(9162,222,'3.2,4.85,14.1,42.6,87.8,29.1,33.1,226,45.8,12.5,41.7,1.5,0.4,1.3,15.2,9.2,,a38a9c969f2cee6f7fce09dec7933d7044bafa87','',552,0,'2013-10-31 08:28:37',8735,NULL),(9163,19,'NEGATIVE,,a38a9c969f2cee6f7fce09dec7933d7044bafa87','',552,0,'2013-10-31 08:28:37',8735,NULL),(9164,18,'[$]NO MALARIA PARASITE SEEN[/$],,,a38a9c969f2cee6f7fce09dec7933d7044bafa87','',552,0,'2013-10-31 08:28:37',8735,NULL),(9165,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,a38a9c969f2cee6f7fce09dec7933d7044bafa87','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, BLOOD:TRACE, PUS CELLS:2, EPITHELIAL CELLS:2, RED BLOOD CELLS:4',552,0,'2013-10-31 08:22:50',8737,NULL),(9166,107,'1/20,1/20,,a38a9c969f2cee6f7fce09dec7933d7044bafa87','',552,0,'2013-10-31 08:21:38',8740,NULL),(9167,222,'6.3,4.14,13.5,38.4,92.8,32.6,35.2,164,10.6,8.4,81.0,0.7,0.5,5.1,15.0,8.2,,92420ec118d2b00df97a258b52c8ebcd88483436','',552,0,'2013-10-31 22:00:32',8741,NULL),(9168,18,'[$]NO MALARIA PARASITE SEEN[/$],,,92420ec118d2b00df97a258b52c8ebcd88483436','',552,0,'2013-10-31 22:00:32',8741,NULL),(9169,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,,92420ec118d2b00df97a258','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.020, PUS CELLS:2, EPITHELIAL CELLS:2',552,0,'2013-10-31 21:56:41',8743,NULL),(9170,222,'4.4,3.90,12.0,35.1,90.0,30.8,34.2,259,45.1,12.5,42.4,2.0,0.6,1.8,13.4,8.6,,acd1754d0d7fe5eec11fbe74ba915a8b42d41b84','',552,0,'2013-10-31 22:48:19',8744,NULL),(9171,71,'NEGATIVE,,acd1754d0d7fe5eec11fbe74ba915a8b42d41b84','',552,0,'2013-10-31 22:28:44',8746,NULL),(9172,35,'','',558,0,'2013-10-31 21:29:50',8747,NULL),(9173,222,'','',558,0,'2013-10-31 21:33:21',8748,NULL),(9174,57,'','',558,0,'2013-10-31 21:33:21',8750,NULL),(9175,133,'','',558,0,'2013-10-31 21:33:21',8750,NULL),(9176,131,'','',558,0,'2013-10-31 21:33:21',8750,NULL),(9177,56,'','',558,0,'2013-10-31 21:33:21',8750,NULL),(9178,222,'5.4,4.12,11.0,33.4,81.1,26.7,32.9,216,50.3,11.5,38.2,2.7,0.6,2.1,13.7,10.4,,94971fbb4bec8d183318ea74973dba27d3a8a48f','',536,0,'2013-11-01 01:40:30',8751,NULL),(9179,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,94971fbb4bec8d183318ea74973dba27d3a8a48f','CONSISTENCY:WATERY, CONTENT:, WBC:present +',536,0,'2013-11-01 01:37:40',8753,NULL),(9180,22,'8,,f5411578c77ebe0c3812569c668809f15c5b81f8','',536,0,'2013-11-01 03:35:30',8754,NULL),(9181,222,'4.4,5.56,15.0,44.9,80.8,27.0,33.4,210,51.6,12.0,36.4,2.3,0.5,1.6,13.1,9.1,,f5411578c77ebe0c3812569c668809f15c5b81f8','',536,0,'2013-11-01 03:35:30',8754,NULL),(9182,19,'NEGATIVE,,f5411578c77ebe0c3812569c668809f15c5b81f8','',536,0,'2013-11-01 03:35:31',8754,NULL),(9183,18,'[$]NO MALARIA PARASITE SEEN[/$],,,f5411578c77ebe0c3812569c668809f15c5b81f8','',536,0,'2013-11-01 03:35:31',8754,NULL),(9184,107,'1/20,1/20,,f5411578c77ebe0c3812569c668809f15c5b81f8','',536,0,'2013-11-01 03:35:52',8756,NULL),(9185,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,2f410b3cdbe580cbda50a869','',535,0,'2013-10-31 08:00:00',8757,NULL),(9186,57,'','',558,0,'2013-11-01 03:25:04',8759,NULL),(9187,133,'','',558,0,'2013-11-01 03:25:04',8759,NULL),(9188,132,'','',558,0,'2013-11-01 03:25:04',8759,NULL),(9189,56,'','',558,0,'2013-11-01 03:25:04',8759,NULL),(9190,68,'','',558,0,'2013-11-01 03:25:04',8762,NULL),(9191,64,'[$]2.23[/$],,fdbe9ff2d96419e7aafc3308adf3b2f172a7a8cc','',537,0,'2013-11-01 05:02:19',8763,NULL),(9192,16,'NEGATIVE,9c6dad51db9c0f529528ebf1d8ecb88710c2a0bd','',534,0,'2013-11-01 08:00:00',8764,NULL),(9193,14,'POSITIVE,9c6dad51db9c0f529528ebf1d8ecb88710c2a0bd','',534,0,'2013-11-01 08:00:00',8766,NULL),(9194,68,'5.1,-,-,,74651dbd02e314e9298ccbc4c91e7e07d90a93ea','',555,0,'2013-10-31 08:00:00',8767,NULL),(9195,227,'12.0,POSITIVE(+++),NEGATIVE,74651dbd02e314e9298ccbc4c91e7e07d90a93ea','',555,0,'2013-10-31 08:00:00',8769,NULL),(9196,22,'90,66ae1ce31beb3ea633685542a92d3d9c91395074','',543,0,'2013-10-31 08:00:00',8770,NULL),(9197,9,'','',530,0,'2013-11-01 05:26:47',8770,NULL),(9198,97,'MUCO - PRURULENT,PRESENT (+),MUCO - PRURULENT,SCANTY,,66ae1ce31beb3ea633685542a92d3d9c91395074','',555,0,'2013-11-04 08:00:00',8772,NULL),(9199,22,'24,9cb62f18161b9b9e86c076ce9a7c572a8a989d98','',534,0,'2013-11-01 08:00:00',8773,NULL),(9200,9,'','',530,0,'2013-11-01 05:38:21',8773,NULL),(9201,70,',,9cb62f18161b9b9e86c076ce9a7c572a8a989d98','',534,0,'2013-11-01 08:00:00',8773,NULL),(9202,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9cb62f18161b9b9e86c076ce9a7c572a8a989d98',', ',555,0,'2013-10-31 08:00:00',8775,NULL),(9203,108,'NON - REACTIVE,9cb62f18161b9b9e86c076ce9a7c572a8a989d98','',534,0,'2013-11-01 08:00:00',8778,NULL),(9204,107,'1/20,1/20,9cb62f18161b9b9e86c076ce9a7c572a8a989d98','',534,0,'2013-11-01 08:00:00',8778,NULL),(9205,22,'9,6fea0e865e2f0c8223ec16a42a2b404e8f79013e','',534,0,'2013-11-01 08:00:00',8779,NULL),(9206,9,'','',530,0,'2013-11-01 05:41:09',8779,NULL),(9207,70,',,6fea0e865e2f0c8223ec16a42a2b404e8f79013e','',534,0,'2013-11-01 08:00:00',8779,NULL),(9208,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6fea0e865e2f0c8223ec16a42a2b404e8f79013e',', ',555,0,'2013-10-31 08:00:00',8781,NULL),(9209,108,'NON - REACTIVE,6fea0e865e2f0c8223ec16a42a2b404e8f79013e','',534,0,'2013-11-01 08:00:00',8784,NULL),(9210,107,'1/20,1/20,6fea0e865e2f0c8223ec16a42a2b404e8f79013e','',534,0,'2013-11-01 08:00:00',8784,NULL),(9211,68,'10.8,POSITIVE (++),NEGATIVE,,af4e041c3a931d6f5eb7c6a6cf3450b71b70d859','',555,0,'2013-10-31 08:00:00',8785,NULL),(9212,9,'','',530,0,'2013-11-01 06:10:01',8786,NULL),(9213,57,'','',530,0,'2013-11-01 06:10:01',8788,NULL),(9214,133,'','',530,0,'2013-11-01 06:10:01',8788,NULL),(9215,131,'','',530,0,'2013-11-01 06:10:01',8788,NULL),(9216,56,'','',530,0,'2013-11-01 06:10:01',8788,NULL),(9217,82,'','',530,0,'2013-11-01 06:10:02',8791,NULL),(9218,68,'','',530,0,'2013-11-01 06:10:02',8791,NULL),(9219,9,'','',530,0,'2013-11-01 06:28:40',8792,NULL),(9220,9,'','',530,0,'2013-11-01 06:31:39',8793,NULL),(9221,19,'NEGATIVE,,8a67c269ae89666430b8ace5ba4bfe831dd597cf','',543,0,'2013-10-31 08:00:00',8793,NULL),(9222,22,'40,40100614cc444d4df1e28a526778a053633c8bab','',534,0,'2013-10-31 08:00:00',8794,NULL),(9223,9,'','',530,0,'2013-11-01 06:40:11',8794,NULL),(9224,11,'22.4,[$]14.0[/$],[$]1.60[/$],1.7,THERAPEUTIC : 2.0 - 4.0,525e19c6296bfd4f4eafa9f3577aa3de39afd650','',534,0,'2013-10-31 08:00:00',8795,NULL),(9225,9,'','',530,0,'2013-11-01 06:50:01',8796,NULL),(9226,19,'NEGATIVE,,fcbc9c0cab422156ecd8990ee1ddbabdf91b8120','',543,0,'2013-10-31 08:00:00',8796,NULL),(9227,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fcbc9c0cab422156ecd8990ee1ddbabdf91b8120','',543,0,'2013-10-31 08:00:00',8796,NULL),(9228,9,'','',530,0,'2013-11-01 06:54:31',8797,NULL),(9229,19,'NEGATIVE,,760b1889476677d007621f5fc43f645ad0c1c51d','',543,0,'2013-10-31 08:00:00',8797,NULL),(9230,35,'CLEAR,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,760b1889476677d007621f5fc43f645ad0c1c51d',', ',555,0,'2013-10-31 08:00:00',8799,NULL),(9231,9,'','',530,0,'2013-11-01 06:59:20',8800,NULL),(9232,19,'NEGATIVE,,507e2e4b4ca44a14ba40c6ee4f12717260823b7b','',543,0,'2013-10-31 08:00:00',8800,NULL),(9233,18,'[$]NO MALARIA PARASITES SEEN[/$],-,507e2e4b4ca44a14ba40c6ee4f12717260823b7b','',543,0,'2013-10-31 08:00:00',8800,NULL),(9234,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,26,8,NOT SEEN,PRESENT (++),NOT SEE,,,,,,,,,,,,,,,,,,N,507e2e4b4ca44a14ba40c6ee',', ',555,0,'2013-10-31 08:00:00',8802,NULL),(9235,57,'','',530,0,'2013-10-31 19:09:48',8803,NULL),(9236,133,'','',530,0,'2013-10-31 19:09:48',8803,NULL),(9237,131,'','',530,0,'2013-10-31 19:09:48',8803,NULL),(9238,132,'','',530,0,'2013-10-31 19:09:48',8803,NULL),(9239,92,'5.0,b568e6c1e4bf13e4bf97c069ece574c2adec0c11','',534,0,'2013-11-04 08:00:00',8803,NULL),(9240,56,'','',530,0,'2013-10-31 19:09:48',8803,NULL),(9241,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,18,4,0,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,96575f4eb2e5efdf93',', ',555,0,'2013-10-31 08:00:00',8804,NULL),(9242,22,'4,220fd4b4f13cdd577f6326b100bd15d4d95a03e4','',534,0,'2013-10-31 08:00:00',8805,NULL),(9243,9,'','',530,0,'2013-10-31 19:16:14',8805,NULL),(9244,19,'NEGATIVE,,220fd4b4f13cdd577f6326b100bd15d4d95a03e4','',534,0,'2013-10-31 08:00:00',8805,NULL),(9245,18,'[$]NO MALARIA PARASITES SEEN [/$],-,220fd4b4f13cdd577f6326b100bd15d4d95a03e4','',534,0,'2013-10-31 08:00:00',8805,NULL),(9246,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,220fd4b4f13cdd577f6326b100bd15d4d95a03e4',', ',555,0,'2013-10-31 08:00:00',8807,NULL),(9247,223,'','',530,0,'2013-10-31 19:20:11',8808,NULL),(9248,28,'NEGATIVE,[$]AA[/$],,94193cb09bd5cacb0011868578991b01d3333236','',534,0,'2013-11-01 08:00:00',8808,NULL),(9249,27,'NON-REACTIVE,-,NEGATIVE,,94193cb09bd5cacb0011868578991b01d3333236','',534,0,'2013-10-31 08:00:00',8808,NULL),(9250,202,'0,94193cb09bd5cacb0011868578991b01d3333236','',534,0,'2013-11-15 08:00:00',8810,NULL),(9251,9,'','',530,0,'2013-10-31 19:25:40',8811,NULL),(9252,25,'NO DEFECT,,73ed5d5006ffdb2b45bd76e46155958c157a8de4','',534,0,'2013-11-01 08:00:00',8811,NULL),(9253,18,'[$]NO MALARIA PARASITES SEEN [/$],-,73ed5d5006ffdb2b45bd76e46155958c157a8de4','',534,0,'2013-11-01 08:00:00',8811,NULL),(9254,107,'1/20,1/20,73ed5d5006ffdb2b45bd76e46155958c157a8de4','',553,0,'2013-10-31 08:00:00',8813,NULL),(9255,36,'No Bacteria Growth,##,##,,d69a6f28eb36cea74992629af8196e9fa923b48d','',534,0,'2013-11-06 08:00:00',8814,NULL),(9256,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d69a6f28eb36cea74992629af8196e9fa923b48d',' ',534,0,'2013-11-06 08:00:00',8814,NULL),(9257,19,'','',530,0,'2013-10-31 19:35:04',8815,NULL),(9258,68,'','',530,0,'2013-10-31 19:37:16',8816,NULL),(9259,47,'','',530,0,'2013-10-31 19:41:15',8817,NULL),(9260,46,'','',530,0,'2013-10-31 19:41:15',8817,NULL),(9261,21,'A,POSITIVE,882bc88df718733aa5181a9297f0068e8e2cb31b','',534,0,'2013-11-01 08:00:00',8819,NULL),(9262,25,'NO DEFECT,,882bc88df718733aa5181a9297f0068e8e2cb31b','',534,0,'2013-11-01 08:00:00',8819,NULL),(9263,21,'O,POSITIVE,67a6659db990acd4adc266403c5838cda436dca9','',543,0,'2013-10-31 08:00:00',8820,NULL),(9264,9,'','',530,0,'2013-10-31 19:42:49',8820,NULL),(9265,68,'','',530,0,'2013-10-31 19:56:52',8821,NULL),(9266,9,'','',530,0,'2013-10-31 19:56:52',8821,NULL),(9267,57,'','',530,0,'2013-10-31 19:56:52',8823,NULL),(9268,133,'','',530,0,'2013-10-31 19:56:52',8823,NULL),(9269,131,'','',530,0,'2013-10-31 19:56:52',8823,NULL),(9270,132,'','',530,0,'2013-10-31 19:56:52',8823,NULL),(9271,56,'','',530,0,'2013-10-31 19:56:52',8823,NULL),(9272,9,'','',530,0,'2013-10-31 20:20:08',8824,NULL),(9273,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6dadbbe17de7a92f84bd29e59672cf897b85dd7c','',534,0,'2013-10-31 08:00:00',8824,NULL),(9274,9,'','',530,0,'2013-10-31 20:22:16',8825,NULL),(9275,9,'','',530,0,'2013-10-31 20:52:48',8826,NULL),(9276,18,'[$]NO MALARIA PARASITES SEEN [/$],-,ba2b2abe450e109b93ab6eda781ac5602e23e64b','',534,0,'2013-10-31 08:00:00',8826,NULL),(9277,35,'CLEAR,DEEP AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED (+),16,2,0,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEEN,51b66',', ',555,0,'2013-10-31 08:00:00',8827,NULL),(9278,68,'','',530,0,'2013-10-31 21:06:01',8828,NULL),(9279,9,'','',530,0,'2013-10-31 21:06:01',8828,NULL),(9280,28,'NEGATIVE,[$]AA[/$],,98714054ec3eb360175c6e248e6dc16650eeb2b9','',534,0,'2013-11-01 08:00:00',8828,NULL),(9281,112,'NEGATIVE,,98714054ec3eb360175c6e248e6dc16650eeb2b9','',534,0,'2013-11-01 00:23:05',8830,NULL),(9282,9,'','',530,0,'2013-10-31 21:08:34',8831,NULL),(9283,16,'POSITIVE,,df4cde2a7e4c21bc1636809d72eb7729ff4a1cae','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',553,0,'2013-11-01 01:50:15',8833,NULL),(9284,14,'POSITIVE,df4cde2a7e4c21bc1636809d72eb7729ff4a1cae','',534,0,'2013-11-01 08:00:00',8836,NULL),(9285,35,'HAZY,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,6,8,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,df4cde2a7e4c21bc1636',', ',555,0,'2013-10-31 08:00:00',8840,NULL),(9286,68,'','',530,0,'2013-10-31 21:10:59',8841,NULL),(9287,9,'','',530,0,'2013-10-31 21:10:59',8841,NULL),(9288,36,'No Bacteria Growth,##,##,,35c7ace9b6cbfdf840e752aab8e6e582b18226fc','',534,0,'2013-11-06 08:00:00',8843,NULL),(9289,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,35c7ace9b6cbfdf840e752aab8e6e582b18226fc',', ',555,0,'2013-10-31 08:00:00',8843,NULL),(9290,57,'','',530,0,'2013-10-31 21:10:59',8846,NULL),(9291,133,'','',530,0,'2013-10-31 21:10:59',8846,NULL),(9292,132,'','',530,0,'2013-10-31 21:10:59',8846,NULL),(9293,56,'','',530,0,'2013-10-31 21:10:59',8846,NULL),(9294,9,',,,,,,,,,,,,,,b82714f28b98a75064f024efb5522df2f390a799','',534,0,'2013-11-01 00:22:08',8847,NULL),(9295,19,'NEGATIVE,,b82714f28b98a75064f024efb5522df2f390a799','',534,0,'2013-11-01 00:22:08',8847,NULL),(9296,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,b82714f28b98a75064f024efb5522df2f390a799','',534,0,'2013-11-01 00:22:09',8847,NULL),(9297,35,'CLEAR,STRAW,5.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,b82714f28b98a75064f024efb5522df2f',', ',555,0,'2013-10-31 08:00:00',8849,NULL),(9298,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,38e201f1c53fe0560f10913dd14e6ea704486cb0','',534,0,'2013-10-31 08:00:00',8850,NULL),(9299,36,'Escherichia coli,##,##,,38e201f1c53fe0560f10913dd14e6ea704486cb0','',534,0,'2013-10-31 08:00:00',8850,NULL),(9300,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,08d71ab66fc99ce1de746fcf38fb236fe4381a8e','',534,0,'2013-10-31 08:00:00',8851,NULL),(9301,36,'Escherichia coli,##,##,,08d71ab66fc99ce1de746fcf38fb236fe4381a8e','',534,0,'2013-10-31 08:00:00',8851,NULL),(9302,22,',,04415824742f51bfa9480944393aa59f6f0fbb64','',553,0,'2013-11-01 05:34:32',8852,NULL),(9303,9,',,,,,,,,,,,,,,04415824742f51bfa9480944393aa59f6f0fbb64','',553,0,'2013-11-01 05:34:32',8852,NULL),(9304,70,',,04415824742f51bfa9480944393aa59f6f0fbb64','',553,0,'2013-11-01 05:34:32',8852,NULL),(9305,35,'','',530,0,'2013-10-31 21:34:31',8854,NULL),(9306,108,'NON - REACTIVE,,04415824742f51bfa9480944393aa59f6f0fbb64','',534,0,'2013-11-01 00:38:15',8857,NULL),(9307,107,'1/20,1/20,,04415824742f51bfa9480944393aa59f6f0fbb64','',534,0,'2013-11-01 00:38:15',8857,NULL),(9308,22,'35,,a4f32e6da9881487a1eee740e270170f6f449b8b','',553,0,'2013-11-01 05:37:56',8858,NULL),(9309,9,',,,,,,,,,,,,,,a4f32e6da9881487a1eee740e270170f6f449b8b','',553,0,'2013-11-01 05:37:56',8858,NULL),(9310,70,',,a4f32e6da9881487a1eee740e270170f6f449b8b','',553,0,'2013-11-01 05:37:56',8858,NULL),(9311,35,'CLEAR,AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a4f32e6da9881487a1eee740e270170f6f449b8b','COLOUR:AMBER, pH:6.5, SPECIFIC GRAVITY:1.020',534,0,'2013-11-01 00:37:39',8860,NULL),(9312,108,'NON - REACTIVE,,a4f32e6da9881487a1eee740e270170f6f449b8b','',534,0,'2013-11-01 00:36:40',8863,NULL),(9313,107,'1/20,1/20,,a4f32e6da9881487a1eee740e270170f6f449b8b','',534,0,'2013-11-01 00:36:40',8863,NULL),(9314,22,'18,,fc4de622caf44faeffd0a384dc38c7d24f1648d5','',553,0,'2013-11-01 05:40:03',8864,NULL),(9315,9,',,,,,,,,,,,,,,fc4de622caf44faeffd0a384dc38c7d24f1648d5','',553,0,'2013-11-01 05:40:03',8864,NULL),(9316,70,',,fc4de622caf44faeffd0a384dc38c7d24f1648d5','',553,0,'2013-11-01 05:40:03',8864,NULL),(9317,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,fc4de622caf44faeffd0a384dc38c7d24f1648d5','SPECIFIC GRAVITY:1.010',534,0,'2013-11-01 00:32:28',8866,NULL),(9318,108,'NON - REACTIVE,,fc4de622caf44faeffd0a384dc38c7d24f1648d5','',534,0,'2013-11-01 00:32:58',8869,NULL),(9319,107,'1/20,1/20,,fc4de622caf44faeffd0a384dc38c7d24f1648d5','',534,0,'2013-11-01 00:32:58',8869,NULL),(9320,22,'22,,d5734b1257c1cf7ff0d94834b51e6c6834890e6d','',553,0,'2013-11-01 05:39:27',8870,NULL),(9321,9,',,,,,,,,,,,,,,d5734b1257c1cf7ff0d94834b51e6c6834890e6d','',553,0,'2013-11-01 05:39:28',8870,NULL),(9322,70,',,d5734b1257c1cf7ff0d94834b51e6c6834890e6d','',553,0,'2013-11-01 05:39:28',8870,NULL),(9323,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d5734b1257c1cf7ff0d94834b51e6c6834890e6d','SPECIFIC GRAVITY:1.015',534,0,'2013-11-01 00:31:25',8872,NULL),(9324,108,'NON - REACTIVE,,d5734b1257c1cf7ff0d94834b51e6c6834890e6d','',534,0,'2013-11-01 00:31:48',8875,NULL),(9325,107,'1/20,1/20,,d5734b1257c1cf7ff0d94834b51e6c6834890e6d','',534,0,'2013-11-01 00:31:48',8875,NULL),(9326,22,'27,,98a9cfd655610d05539b452baec57ed2f02519c3','',553,0,'2013-11-01 05:38:29',8876,NULL),(9327,9,',,,,,,,,,,,,,,98a9cfd655610d05539b452baec57ed2f02519c3','',553,0,'2013-11-01 05:38:29',8876,NULL),(9328,70,',,98a9cfd655610d05539b452baec57ed2f02519c3','',553,0,'2013-11-01 05:38:29',8876,NULL),(9329,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,10,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,,98a9cfd655610d05539b','CLARITY:HAZY, pH:5.0, SPECIFIC GRAVITY:1.020, KETONES:POSITIVE +, LEUCOCYTE:POSITIVE +, PUS CELLS:16, EPITHELIAL CELLS:10',534,0,'2013-11-01 00:44:17',8878,NULL),(9330,108,'NON - REACTIVE,,98a9cfd655610d05539b452baec57ed2f02519c3','',534,0,'2013-11-01 00:38:51',8881,NULL),(9331,107,'1/20,1/20,,98a9cfd655610d05539b452baec57ed2f02519c3','',534,0,'2013-11-01 00:38:51',8881,NULL),(9332,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d0747f717e599dd5d9a81ef21ec870929b408384','',534,0,'2013-10-31 08:00:00',8882,NULL),(9333,21,'O,POSITIVE,af4e041c3a931d6f5eb7c6a6cf3450b71b70d859','',553,0,'2013-10-31 08:00:00',8883,NULL),(9334,9,'','',530,0,'2013-10-31 21:58:06',8883,NULL),(9335,27,'','',530,0,'2013-10-31 21:58:06',8883,NULL),(9336,20,'NEGATIVE,af4e041c3a931d6f5eb7c6a6cf3450b71b70d859','',553,0,'2013-10-31 08:00:00',8883,NULL),(9337,112,'POSITIVE,,af4e041c3a931d6f5eb7c6a6cf3450b71b70d859','',534,0,'2013-11-01 08:00:00',8885,NULL),(9338,36,'','',530,0,'2013-10-31 21:58:07',8888,NULL),(9339,35,'','',530,0,'2013-10-31 21:58:07',8888,NULL),(9340,82,'','',530,0,'2013-10-31 21:58:07',8892,NULL),(9341,70,'','',530,0,'2013-10-31 21:58:07',8892,NULL),(9342,9,'','',530,0,'2013-10-31 22:08:58',8893,NULL),(9343,112,'NEGATIVE,,9a8dc6f9095663151318d858da5b261017473d8a','',552,0,'2013-11-01 08:00:00',8895,NULL),(9344,128,'','',530,0,'2013-10-31 22:08:58',8895,NULL),(9345,36,'','',530,0,'2013-10-31 22:17:20',8896,NULL),(9346,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,18,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,ac1cef9d5f632b8745409fcee',', ',534,0,'2013-10-31 08:00:00',8896,NULL),(9347,9,'','',530,0,'2013-10-31 22:22:21',8897,NULL),(9348,66,'','',530,0,'2013-10-31 22:22:22',8899,NULL),(9349,57,'','',530,0,'2013-10-31 22:22:22',8899,NULL),(9350,133,'','',530,0,'2013-10-31 22:22:22',8899,NULL),(9351,76,'','',530,0,'2013-10-31 22:22:22',8899,NULL),(9352,56,'','',530,0,'2013-10-31 22:22:22',8899,NULL),(9353,36,'No Bacteria Growth,##,##,,adc8d15f35547e52fded8d2f22a2a6d8c0cd075f','',534,0,'2013-11-04 08:00:00',8900,NULL),(9354,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,adc8d15f35547e52fded8d2f22a2a6d8c0cd075f','-',534,0,'2013-10-31 08:00:00',8900,NULL),(9355,35,'CLEAR,AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,80bf22232fac55efc197237be90169a7b9acc792','COLOUR:AMBER, pH:6.5, SPECIFIC GRAVITY:1.020',534,0,'2013-11-01 00:30:03',8901,NULL),(9356,9,'','',530,0,'2013-10-31 22:39:14',8902,NULL),(9357,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2fc378ca35e0f48facb4aea3fd35f753e374b63b','',534,0,'2013-10-31 08:00:00',8902,NULL),(9358,14,'','',530,0,'2013-10-31 22:39:14',8904,NULL),(9359,16,'POSITIVE,2fc378ca35e0f48facb4aea3fd35f753e374b63b','-',534,0,'2013-10-31 08:00:00',8907,NULL),(9360,9,'','',530,0,'2013-10-31 22:41:17',8908,NULL),(9361,19,'NEGATIVE,,58193c99d0b2e7e9abcb39733c40620fb022e0db','-',534,0,'2013-10-31 08:00:00',8908,NULL),(9362,37,'','',530,0,'2013-10-31 22:41:17',8910,NULL),(9363,9,'','',530,0,'2013-10-31 22:45:03',8911,NULL),(9364,19,'NEGATIVE,,cd6eece703eb9856d090a621cab7aa5bf7f4ac09','',534,0,'2013-10-31 08:00:00',8911,NULL),(9365,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cd6eece703eb9856d090a621cab7aa5bf7f4ac09','',534,0,'2013-10-31 08:00:00',8911,NULL),(9366,16,'POSITIVE,cd6eece703eb9856d090a621cab7aa5bf7f4ac09','-',534,0,'2013-10-31 08:00:00',8913,NULL),(9367,35,'','',530,0,'2013-10-31 22:45:03',8916,NULL),(9368,37,'','',530,0,'2013-10-31 22:45:03',8920,NULL),(9369,16,'NEGATIVE,d177f5d36fa260c1891ea434422ffb0ec785c0e4','',534,0,'2013-11-01 08:00:00',8921,NULL),(9370,14,'NEGATIVE,d177f5d36fa260c1891ea434422ffb0ec785c0e4','',534,0,'2013-11-01 08:00:00',8923,NULL),(9371,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,982b5e3c88cb44b2597eef97a2b49f138e36ec9c','-',534,0,'2013-10-31 08:00:00',8924,NULL),(9372,21,'O,POSITIVE,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-11-01 08:00:00',8925,NULL),(9373,9,'','',530,0,'2013-10-31 22:59:23',8925,NULL),(9374,25,'NO DEFECT,,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-11-01 08:00:00',8925,NULL),(9375,27,'NON-REACTIVE,-,NEGATIVE,,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-11-01 08:00:00',8925,NULL),(9376,20,'NEGATIVE,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-11-01 08:00:00',8925,NULL),(9377,112,'POSITIVE,,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-11-01 08:00:00',8927,NULL),(9378,108,'NON - REACTIVE,ed7e840cb0d0543b5a3489b6faba73c4f02b429e','',534,0,'2013-11-01 08:00:00',8927,NULL),(9379,9,'','',530,0,'2013-10-31 23:02:17',8928,NULL),(9380,223,'','',530,0,'2013-10-31 23:02:17',8928,NULL),(9381,128,'','',530,0,'2013-10-31 23:02:18',8930,NULL),(9382,135,'[$][/$],##,##,,1aa8aad9ef3454b403ab7f833a0895431a9897bb','',553,0,'2013-11-01 05:29:50',8931,NULL),(9383,134,'FEW,MANY,NOT SEEN,NOT SEEN,,1aa8aad9ef3454b403ab7f833a0895431a9897bb','EPITHELIAL CELLS:MANY',553,0,'2013-11-01 05:29:50',8931,NULL),(9384,19,'NEGATIVE,,5b7c438104dd4c6366d1cde4e2368fe22951a199','-',534,0,'2013-10-31 08:00:00',8932,NULL),(9385,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5b7c438104dd4c6366d1cde4e2368fe22951a199','',534,0,'2013-10-31 08:00:00',8932,NULL),(9386,9,'','',530,0,'2013-10-31 23:26:32',8933,NULL),(9387,19,'NEGATIVE,,3f2c3111b4d577098475791856cee91f957d768d','',553,0,'2013-10-31 08:00:00',8933,NULL),(9388,18,'[$]NOMALARIA PARASITE SEEN[/$],-,3f2c3111b4d577098475791856cee91f957d768d','',553,0,'2013-10-31 08:00:00',8933,NULL),(9389,35,'','',530,0,'2013-10-31 23:26:32',8935,NULL),(9390,36,'No Bacteria Growth,##,##,,daed1f8dcd5a7bea752e4ac1be2a07beabb561c1','',534,0,'2013-11-04 08:00:00',8936,NULL),(9391,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,daed1f8dcd5a7bea752e4ac1be2a07beabb561c1',', ',534,0,'2013-11-04 08:00:00',8936,NULL),(9392,9,'','',530,0,'2013-10-31 23:44:01',8937,NULL),(9393,36,'No Bacteria Growth,##,##,,da2f8fba1bf7dc2c44aa916f34db56ca94f63c92','',534,0,'2013-11-05 08:00:00',8939,NULL),(9394,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,da2f8fba1bf7dc2c44aa916f34db56ca94f63c92',', ',553,0,'2013-10-31 08:00:00',8939,NULL),(9395,9,'','',530,0,'2013-10-31 23:51:48',8940,NULL),(9396,28,'NEGATIVE,[$]AA[/$],,18f7b2986b937cfdbea8b5a1bef7127ea7c5dd30','',534,0,'2013-11-01 08:00:00',8940,NULL),(9397,19,'NEGATIVE,,18f7b2986b937cfdbea8b5a1bef7127ea7c5dd30','',553,0,'2013-10-31 08:00:00',8940,NULL),(9398,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,18f7b2986b937cfdbea8b5a1bef7127ea7c5dd30','CONTENT:',553,0,'2013-11-01 01:59:05',8942,NULL),(9399,21,'','',530,0,'2013-10-31 23:55:21',8943,NULL),(9400,224,'','',530,0,'2013-10-31 23:55:21',8943,NULL),(9401,9,'','',530,0,'2013-10-31 23:55:21',8943,NULL),(9402,9,'','',530,0,'2013-11-01 00:00:45',8944,NULL),(9403,9,'','',530,0,'2013-11-01 00:06:03',8945,NULL),(9404,18,'[$]NO MALARIA PARASITES SEEN[/$],-,312474aeabcb0fb9358dd17014501caa9c9346bc','',553,0,'2013-10-31 08:00:00',8945,NULL),(9405,57,'','',530,0,'2013-11-01 00:06:03',8947,NULL),(9406,133,'','',530,0,'2013-11-01 00:06:03',8947,NULL),(9407,56,'','',530,0,'2013-11-01 00:06:03',8947,NULL),(9408,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,312474aeabcb0fb9358dd17014501caa9c9346bc',', ',553,0,'2013-10-31 08:00:00',8950,NULL),(9409,135,'[$][/$],##,##,,80bf22232fac55efc197237be90169a7b9acc792','',553,0,'2013-11-01 05:28:25',8951,NULL),(9410,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,80bf22232fac55efc197237be90169a7b9acc792','PUS CELLS:SCANTY, EPITHELIAL CELLS:MODERATE',553,0,'2013-11-01 05:28:25',8951,NULL),(9411,70,'11.1,,80bf22232fac55efc197237be90169a7b9acc792','',534,0,'2013-11-06 08:00:00',8953,NULL),(9412,21,'O,NEGATIVE,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','',552,0,'2013-11-27 08:00:00',8954,NULL),(9413,9,'','',530,0,'2013-11-01 00:23:12',8954,NULL),(9414,25,'NO DEFECT,,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','',552,0,'2013-11-27 08:00:00',8954,NULL),(9415,27,'NON-REACTIVE,-,NEGATIVE,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','',552,0,'2013-11-27 08:00:00',8954,NULL),(9416,20,'NEGATIVE,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','',552,0,'2013-11-27 08:00:00',8954,NULL),(9417,112,'NEGATIVE,,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','',552,0,'2013-11-27 08:00:00',8956,NULL),(9418,108,'NON - REACTIVE,6a6d61d94f40116dc6ed9c17e10fb3d08af9e173','',552,0,'2013-11-27 08:00:00',8956,NULL),(9419,71,'NEGATIVE,,8bc9adc6884243d7162bd4722a93e47abb684650','',553,0,'2013-10-31 08:00:00',8957,NULL),(9420,9,'','',530,0,'2013-11-01 00:46:03',8958,NULL),(9421,223,'','',530,0,'2013-11-01 00:46:03',8958,NULL),(9422,25,'NO DEFECT,,e1dace5f995233f9d57de4806330632cab75eca7','',537,0,'2013-11-01 08:00:00',8958,NULL),(9423,24,'95.6,1.8,2.6,e1dace5f995233f9d57de4806330632cab75eca7','\n\nNormal Hb-electrophoresis ',534,0,'2013-11-14 08:00:00',8958,NULL),(9424,28,'NEGATIVE,[$]AA[/$],,e1dace5f995233f9d57de4806330632cab75eca7','',534,0,'2013-11-05 08:00:00',8958,NULL),(9425,23,'1.8,e1dace5f995233f9d57de4806330632cab75eca7','',534,0,'2013-11-14 08:00:00',8958,NULL),(9426,21,'O,POSITIVE,8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca','',552,0,'2013-12-05 08:00:00',8959,NULL),(9427,20,'NEGATIVE,8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca','',552,0,'2013-12-05 08:00:00',8959,NULL),(9428,112,'','',530,0,'2013-11-01 00:56:15',8961,NULL),(9429,86,'','',530,0,'2013-11-01 00:56:15',8961,NULL),(9430,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca','',534,0,'2013-11-04 08:00:00',8964,NULL),(9431,193,'NEGATIVE,8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca','',534,0,'2013-11-15 08:00:00',8968,NULL),(9432,9,'','',530,0,'2013-11-01 00:59:47',8969,NULL),(9433,71,'NEGATIVE,,126cf7179dfb3e92836ebec3769a5f4af615e511','',534,0,'2013-11-01 08:00:00',8971,NULL),(9434,128,'','',530,0,'2013-11-01 00:59:47',8974,NULL),(9435,9,'','',530,0,'2013-11-01 01:03:12',8975,NULL),(9436,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bd7e66a0ec9c19d701653e8a52da1e20dded2b8f','pH:6.0, SPECIFIC GRAVITY:1.010',553,0,'2013-11-01 03:44:34',8977,NULL),(9437,28,'POSITIVE,[$]SS[/$],,89fe1d3f2d665c98afcc0dd26c6127ee9b73e396','',534,0,'2013-11-01 08:00:00',8978,NULL),(9438,9,'','',530,0,'2013-11-01 01:53:12',8979,NULL),(9439,19,'POSITIVE,,0029d26f13e3254891d0651636164c752d2409e0','',553,0,'2013-10-31 08:00:00',8979,NULL),(9440,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,NO','CLARITY:HAZY, pH:6.0, SPECIFIC GRAVITY:1.010',553,0,'2013-11-01 03:43:40',8981,NULL),(9441,9,'20.9,3.84,10.2,29.3,76.3,26.6,34.6,520,14.4,3.4,78.6,3.0,0.6,de0e90f94eaf1a601eec8d6e041e23c810846ddc','',553,0,'2013-10-31 08:00:00',8982,NULL),(9442,18,'[$]NO MALARIA PARASITES SEEN[/$],-,de0e90f94eaf1a601eec8d6e041e23c810846ddc','',553,0,'2013-10-31 08:00:00',8982,NULL),(9443,9,'','',530,0,'2013-11-01 02:05:26',8983,NULL),(9444,19,'NEGATIVE,,ac2246b6f40e45f392c6d0a7966efda84ced37d3','',553,0,'2013-10-31 08:00:00',8983,NULL),(9445,16,'POSITIVE,ac2246b6f40e45f392c6d0a7966efda84ced37d3','',553,0,'2013-10-31 08:00:00',8985,NULL),(9446,14,'POSITIVE,ac2246b6f40e45f392c6d0a7966efda84ced37d3','',553,0,'2013-10-31 08:00:00',8988,NULL),(9447,9,'','',530,0,'2013-11-01 02:14:52',8989,NULL),(9448,27,'NON-REACTIVE,-,NEGATIVE,,d7cb8345ba617ce879a992d5fff80ab610afed59','',553,0,'2013-10-31 08:00:00',8989,NULL),(9449,19,'NEGATIVE,,d7cb8345ba617ce879a992d5fff80ab610afed59','',553,0,'2013-10-31 08:00:00',8989,NULL),(9450,57,'','',530,0,'2013-11-01 02:14:53',8991,NULL),(9451,133,'','',530,0,'2013-11-01 02:14:53',8991,NULL),(9452,112,'NEGATIVE,,d7cb8345ba617ce879a992d5fff80ab610afed59','',534,0,'2013-11-01 08:00:00',8991,NULL),(9453,132,'','',530,0,'2013-11-01 02:14:53',8991,NULL),(9454,56,'','',530,0,'2013-11-01 02:14:53',8991,NULL),(9455,35,'HAZY,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,AMORPHOUS PHOSPHATE (+++),NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,d7cb834','',553,0,'2013-10-31 08:00:00',8994,NULL),(9456,135,'[$][/$],##,##,,fc54cc8a7d22f9643207cd5eb63bcc743222cf74','',553,0,'2013-11-01 05:31:07',8995,NULL),(9457,134,'MANY,MODERATE,NOT SEEN,NOT SEEN,,fc54cc8a7d22f9643207cd5eb63bcc743222cf74','PUS CELLS:MANY, EPITHELIAL CELLS:MODERATE',553,0,'2013-11-01 05:31:07',8995,NULL),(9458,193,'NEGATIVE,fc54cc8a7d22f9643207cd5eb63bcc743222cf74','',534,0,'2013-11-04 08:00:00',8997,NULL),(9459,71,'NEGATIVE,,022bb453d386f1f501e64b0641e749fda06168f5','',553,0,'2013-10-31 08:00:00',8998,NULL),(9460,135,'[$][/$],##,##,,022bb453d386f1f501e64b0641e749fda06168f5','',553,0,'2013-11-01 05:32:55',9000,NULL),(9461,134,'SCANTY,MANY,NOT SEEN,PRESENT (+++),,022bb453d386f1f501e64b0641e749fda06168f5','PUS CELLS:SCANTY, EPITHELIAL CELLS:MANY, YEAST LIKE CELLS:PRESENT +++',553,0,'2013-11-01 05:32:55',9000,NULL),(9462,122,'[$]COMMENSALS ONLY[/$],022bb453d386f1f501e64b0641e749fda06168f5','',552,0,'2013-11-04 08:00:00',9003,NULL),(9463,21,'O,POSITIVE,982b5e3c88cb44b2597eef97a2b49f138e36ec9c','',553,0,'2013-10-31 08:00:00',9004,NULL),(9464,21,'A,POSITIVE,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',534,0,'2013-11-01 08:00:00',9005,NULL),(9465,20,'POSITIVE,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',534,0,'2013-11-01 08:00:00',9005,NULL),(9466,135,'[$][/$],##,##,,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',553,0,'2013-11-01 05:32:05',9007,NULL),(9467,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,9d88dbb829cd3854be2fca7c0e7aada050892e3f','PUS CELLS:SCANTY, EPITHELIAL CELLS:MODERATE',553,0,'2013-11-01 05:32:05',9007,NULL),(9468,193,'NEGATIVE,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',534,0,'2013-11-06 08:00:00',9010,NULL),(9469,112,'NEGATIVE,,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',534,0,'2013-11-01 08:00:00',9014,NULL),(9470,86,'','',530,0,'2013-11-01 02:44:38',9014,NULL),(9471,35,'','',553,0,'2013-11-01 03:01:46',9015,NULL),(9472,9,'','',530,0,'2013-11-01 03:02:46',9016,NULL),(9473,9,'','',530,0,'2013-11-01 03:05:23',9017,NULL),(9474,19,'NEGATIVE,,70e3fee4b4c1b35d5d60171b6937bc37c33b27f1','',553,0,'2013-10-31 08:00:00',9017,NULL),(9475,9,'','',530,0,'2013-11-01 03:12:58',9018,NULL),(9476,19,'NEGATIVE,,cd81afc11e410c4e0a80599fad82d2a3ffb51f47','',553,0,'2013-10-31 08:00:00',9018,NULL),(9477,135,'[$][/$],##,##,,ee53c5b0619027de83c6a294774b55ee1d66c261','',553,0,'2013-11-01 05:33:36',9019,NULL),(9478,134,'SCANTY,MODERATE,NOT SEEN,PRESENT (++),,ee53c5b0619027de83c6a294774b55ee1d66c261','PUS CELLS:SCANTY, EPITHELIAL CELLS:MODERATE, YEAST LIKE CELLS:PRESENT ++',553,0,'2013-11-01 05:33:36',9019,NULL),(9479,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,AMORPHOUS PHOSPHATE (++),NOT SEE,,,,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,,ee53c5b','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:8',553,0,'2013-11-01 05:27:11',9021,NULL),(9480,57,'','',530,0,'2013-11-01 03:33:29',9022,NULL),(9481,133,'','',530,0,'2013-11-01 03:33:29',9022,NULL),(9482,132,'','',530,0,'2013-11-01 03:33:29',9022,NULL),(9483,56,'','',530,0,'2013-11-01 03:33:29',9022,NULL),(9484,68,'','',530,0,'2013-11-01 03:33:30',9024,NULL),(9485,35,'','',530,0,'2013-11-01 03:33:30',9027,NULL),(9486,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,3f2c3111b4d577098475791856cee91f957d768d','',537,0,'2013-11-02 08:00:00',9028,NULL),(9487,9,'15.5,4.14,11.8,33.8,81.6,28.9,34.9,228,21.3,10.0,62.3,5.3,1.3,cc22bb2384eb0bd5e449f26d022325ccae5f9d9a','',553,0,'2013-10-31 08:00:00',9029,NULL),(9488,19,'NEGATIVE,,cc22bb2384eb0bd5e449f26d022325ccae5f9d9a','',553,0,'2013-10-31 08:00:00',9029,NULL),(9489,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.[/$],##,##,,2f569625eefb1e36a978eb3ce9bf61166ac39f76','',534,0,'2013-11-04 08:00:00',9030,NULL),(9490,22,'42,2f569625eefb1e36a978eb3ce9bf61166ac39f76','',553,0,'2013-10-31 08:00:00',9030,NULL),(9491,9,'15.4,4.83,13.6,39.3,81.4,28.2,34.6,141,22.1,12.0,59.5,7.7,0.3,2f569625eefb1e36a978eb3ce9bf61166ac39f76','',553,0,'2013-10-31 08:00:00',9030,NULL),(9492,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2f569625eefb1e36a978eb3ce9bf61166ac39f76','',553,0,'2013-10-31 08:00:00',9030,NULL),(9493,36,'No Bacteria Growth,##,##,,2f569625eefb1e36a978eb3ce9bf61166ac39f76','',534,0,'2013-11-04 08:00:00',9032,NULL),(9494,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2f569625eefb1e36a978eb3ce9bf61166ac39f76',', ',553,0,'2013-10-31 08:00:00',9032,NULL),(9495,9,'11.9,4.43,14.0,39.5,89.2,31.6,35.4,305,11.1,6.6,79.2,3.0,0.4,,e7d34eb97376d401f120f47fbaf5ca6608246be8','',553,553,'2013-10-31 08:00:00',9033,'2013-10-31 22:51:42'),(9496,19,'NEGATIVE,,e7d34eb97376d401f120f47fbaf5ca6608246be8','',553,553,'2013-10-31 08:00:00',9033,'2013-10-31 22:51:42'),(9497,18,'[$]NO MALARIA PARASITES SEEN[/$],,,e7d34eb97376d401f120f47fbaf5ca6608246be8','',553,0,'2013-11-01 06:51:42',9033,NULL),(9498,222,'9.4,5.73,16.6,47.7,83.2,29.3,34.8,200,11.9,6.6,81.5,1.1,0.6,7.7,13.6,8.0,,2bac230d71e711660fb9e6a8f130c97795d28df1','',553,0,'2013-10-31 08:00:00',9034,NULL),(9499,19,'NEGATIVE,,2bac230d71e711660fb9e6a8f130c97795d28df1','',553,0,'2013-10-31 08:00:00',9034,NULL),(9500,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2bac230d71e711660fb9e6a8f130c97795d28df1','',553,0,'2013-10-31 08:00:00',9034,NULL),(9501,222,'','',558,0,'2013-11-01 05:49:12',9035,NULL),(9502,20,'NEGATIVE,a920304c8fd150473591a19c41f473f04529c507','',552,0,'2013-12-08 08:00:00',9035,NULL),(9503,11,'16,[$]14[/$],[$]1.1[/$],1.17,THERAPEUTIC : 2.0 - 4.0,a920304c8fd150473591a19c41f473f04529c507','',552,0,'2013-12-08 08:00:00',9037,NULL),(9504,222,'9.7,5.80,12.6,39.8,68.6,21.7,31.7,368,27.9,6.2,65.9,2.7,0.6,6.4,15.0,9.4,,86f5d804f354dedc2ffa987fb04d2e789da305ee','',553,0,'2013-10-31 08:00:00',9038,NULL),(9505,19,'NEGATIVE,,86f5d804f354dedc2ffa987fb04d2e789da305ee','',553,0,'2013-10-31 08:00:00',9038,NULL),(9506,18,'[$]NO MALARIA PARASITES SEEN[/$],-,86f5d804f354dedc2ffa987fb04d2e789da305ee','',553,0,'2013-10-31 08:00:00',9038,NULL),(9507,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,86f5d804f354dedc2ffa9',', ',553,0,'2013-11-01 08:00:00',9040,NULL),(9508,107,'1/20,1/20,86f5d804f354dedc2ffa987fb04d2e789da305ee','',553,0,'2013-11-01 08:00:00',9043,NULL),(9509,222,'4.7,4.21,11.3,33.6,79.8,26.8,33.6,180,15.7,12.9,71.4,0.7,0.6,3.4,15.4,11.5,,a01aadce2734f5c0e3b85d444187c666bb7180c7','',553,0,'2013-10-31 08:00:00',9044,NULL),(9510,19,'NEGATIVE,,a01aadce2734f5c0e3b85d444187c666bb7180c7','',553,0,'2013-10-31 08:00:00',9044,NULL),(9511,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a01aadce2734f5c0e3b85d444187c666bb7180c7','',553,0,'2013-10-31 08:00:00',9044,NULL),(9512,107,'1/20,1/20,a01aadce2734f5c0e3b85d444187c666bb7180c7','',553,0,'2013-10-31 08:00:00',9046,NULL),(9513,71,'NEGATIVE,,a01aadce2734f5c0e3b85d444187c666bb7180c7','',553,0,'2013-10-31 08:00:00',9049,NULL),(9514,222,'6.1,4.71,11.6,34.6,73.9,24.6,33.3,330,52.3,15.6,32.1,3.2,1.0,1.9,14.4,8.7,,1f38ed833693e883114ceb3d33961e38063613e1','',553,0,'2013-11-01 08:00:00',9050,NULL),(9515,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1f38ed833693e883114ceb3d33961e38063613e1','',553,0,'2013-11-01 08:00:00',9050,NULL),(9516,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1f38ed833693e883114ceb3d33961e38063613e1',', ',557,0,'2013-11-01 08:00:00',9052,NULL),(9517,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.[/$],##,##,,0316386d9eaab5b876c3b6dc5a02f8e931e5bc33','',534,0,'2013-11-04 08:00:00',9053,NULL),(9518,222,'8.3,4.32,11.0,32.9,77.8,26.0,33.4,506,75.1,2.3,22.6,6.2,0.2,1.9,14.6,7.5,,0316386d9eaab5b876c3b6dc5a02f8e931e5bc33','',553,0,'2013-11-01 08:00:00',9053,NULL),(9519,19,'NEGATIVE,,0316386d9eaab5b876c3b6dc5a02f8e931e5bc33','',553,0,'2013-11-01 08:00:00',9053,NULL),(9520,36,'','',558,0,'2013-11-01 06:38:30',9055,NULL),(9521,35,'','',558,0,'2013-11-01 06:38:30',9055,NULL),(9522,222,'10.7,4.53,14.6,42.1,92.9,32.2,34.7,307,14.7,2.4,82.9,1.6,0.3,8.8,12.5,8.6,,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08','',557,0,'2013-11-01 08:00:00',9056,NULL),(9523,19,'NEGATIVE,,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08','',557,0,'2013-11-01 08:00:00',9056,NULL),(9524,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08','',557,0,'2013-11-01 08:00:00',9056,NULL),(9525,78,'','',558,0,'2013-11-01 06:56:07',9058,NULL),(9526,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08','',537,0,'2013-11-05 08:00:00',9058,NULL),(9527,107,'1/20,1/20,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08','',557,0,'2013-11-01 08:00:00',9058,NULL),(9528,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08',', ',557,0,'2013-11-01 08:00:00',9061,NULL),(9529,93,'0.11,e989ab37f9c3135abbd5fb9dfe5a22329a63ee08','',534,0,'2013-11-12 08:00:00',9065,NULL),(9530,222,'7.4,4.24,12.5,36.6,86.3,29.5,34.2,277,30.9,7.2,61.9,2.3,0.5,4.6,12.3,8.7,,be2d4f744b9262e21dd5b635f64914cc810cbc7e','',557,0,'2013-11-01 08:00:00',9066,NULL),(9531,19,'NEGATIVE,,be2d4f744b9262e21dd5b635f64914cc810cbc7e','',557,0,'2013-11-01 08:00:00',9066,NULL),(9532,18,'[$]NO MALARIA PARASITES SEEN[/$],-,be2d4f744b9262e21dd5b635f64914cc810cbc7e','',557,0,'2013-11-01 08:00:00',9066,NULL),(9533,107,'1/20,1/20,be2d4f744b9262e21dd5b635f64914cc810cbc7e','',557,0,'2013-11-01 08:00:00',9068,NULL),(9534,71,'NEGATIVE,,be2d4f744b9262e21dd5b635f64914cc810cbc7e','',557,0,'2013-11-01 08:00:00',9071,NULL),(9535,222,'7.6,4.97,13.6,39.8,80.1,27.4,34.2,317,41.3,7.8,50.9,3.1,0.6,3.9,13.7,11.5,,bd9f3c47d88e3b34df02ed10a5620394f8783263','',557,0,'2013-11-01 08:00:00',9072,NULL),(9536,36,'Coliforms,##,##,,bd9f3c47d88e3b34df02ed10a5620394f8783263','ISOLATES:Coliforms',504,0,'2013-11-08 19:17:01',9074,NULL),(9537,35,'CLOUDY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (++),NORMAL,24,12,0,,,,,,,bd9f3c47d88e3b34df02ed10a5620394f8783263','ISOLATES:Colifor',557,504,'2013-11-01 08:00:00',9074,'2013-11-08 11:17:01'),(9538,222,'11.2,4.24,13.6,38.4,90.6,32.1,35.4,248,17.2,6.1,76.7,1.9,0.7,8.6,12.4,8.8,,18fd45d680920bbed5a8ff8d3f800fbe7e66d4e1','',557,0,'2013-11-01 08:00:00',9075,NULL),(9539,19,'NEGATIVE,,18fd45d680920bbed5a8ff8d3f800fbe7e66d4e1','',557,0,'2013-11-01 08:00:00',9075,NULL),(9540,18,'[$]NO MALARIA PARASITES SEEN[/$],-,18fd45d680920bbed5a8ff8d3f800fbe7e66d4e1','',557,0,'2013-11-01 08:00:00',9075,NULL),(9541,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,a01aadce2734f5c0e3b85d444187c666bb7180c7','',555,0,'2013-11-08 08:00:00',9076,NULL),(9542,27,'NON-REACTIVE,-,NEGATIVE,,a01aadce2734f5c0e3b85d444187c666bb7180c7','',534,0,'2013-11-01 08:00:00',9078,NULL),(9543,108,'NON - REACTIVE,a01aadce2734f5c0e3b85d444187c666bb7180c7','',534,0,'2013-11-01 08:00:00',9078,NULL),(9544,222,'10.5,5.04,13.5,38.7,76.8,26.8,34.9,390,70.8,2.1,27.1,7.4,0.2,2.9,13.8,9.1,,1f56d67423e8e712350ddc9d776b43d436124f19','',557,0,'2013-11-01 08:00:00',9079,NULL),(9545,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1f56d67423e8e712350ddc9d776b43d436124f19','',557,0,'2013-11-01 08:00:00',9079,NULL),(9546,222,'18.4,4.26,11.0,32.4,76.1,25.8,34.0,306,42.5,10.1,47.4,7.8,1.9,8.7,14.0,8.8,,f8e68bf3bbd51e6def3949e2bff2241d34c38d81','',557,0,'2013-11-01 08:00:00',9080,NULL),(9547,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f8e68bf3bbd51e6def3949e2bff2241d34c38d81','',557,0,'2013-11-01 08:00:00',9080,NULL),(9548,222,'10.5,5.04,13.5,28.7,76.8,26.8,24.9,390,70.8,2.1,27.1,7.4,0.2,2.9,13.8,9.1,,0edb018b979962fabfa4e0171ae8a4f0f5f602bc','',557,0,'2013-11-01 08:00:00',9081,NULL),(9549,19,'NEGATIVE,,0edb018b979962fabfa4e0171ae8a4f0f5f602bc','',557,0,'2013-11-01 08:00:00',9081,NULL),(9550,222,'','',558,0,'2013-11-02 03:30:36',9082,NULL),(9551,19,'NEGATIVE,,16ea8f68826400e00ae1d64e51dc0f6641fa3983','',537,0,'2013-11-01 08:00:00',9082,NULL),(9552,18,'[$]NO MALARIA PARASITE SEEN[/$],-,16ea8f68826400e00ae1d64e51dc0f6641fa3983','',537,0,'2013-11-01 08:00:00',9082,NULL),(9553,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,16ea8f68826400e00ae1d64e5',', ',534,0,'2013-11-01 08:00:00',9084,NULL),(9554,107,'1/20,1/20,16ea8f68826400e00ae1d64e51dc0f6641fa3983','',537,0,'2013-11-01 08:00:00',9087,NULL),(9555,114,'POSITIVE,,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',537,504,'2013-11-06 08:00:00',9088,'2013-11-12 09:50:49'),(9556,116,'POSITIVE,,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',537,504,'2013-11-06 08:00:00',9088,'2013-11-12 09:50:50'),(9557,115,'NEGATIVE,,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',537,504,'2013-11-06 08:00:00',9088,'2013-11-12 09:50:50'),(9558,117,'POSITIVE,,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','HEPATITIS C:POSITIVE',504,0,'2013-11-12 17:50:50',9088,NULL),(9559,10,'NEGATIVE,,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','HEPATITIS C:POSITI',534,504,'2013-11-12 08:00:00',9088,'2013-11-12 09:50:50'),(9560,8,'[$]\r\n\r\n3917[/$],[$]\r\n\r\n673[/$],,,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','HEPATITIS C:POSI',534,504,'2013-11-12 08:00:00',9088,'2013-11-12 09:50:50'),(9561,35,'HAZY,LIGHT AMBER,6.0,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dbb7d29c453d9786c488824566a6656316ed5703',', ',534,0,'2013-11-01 08:00:00',9089,NULL),(9562,68,'7.7,NEGATIVE,NEGATIVE,,dbb7d29c453d9786c488824566a6656316ed5703','',504,0,'2013-11-02 08:04:08',9091,NULL),(9563,222,'','',558,0,'2013-11-02 03:50:41',9092,NULL),(9564,11,'22.0,[$]14.0[/$],[$]1.57[/$],1.7,THERAPEUTIC : 2.0 - 4.0,71e146226ceb293ce81a33fd3db39178f6498354','',552,0,'2013-11-01 08:00:00',9094,NULL),(9565,57,'','',530,0,'2013-11-02 04:55:01',9095,NULL),(9566,133,'','',530,0,'2013-11-02 04:55:01',9095,NULL),(9567,132,'','',530,0,'2013-11-02 04:55:01',9095,NULL),(9568,56,'','',530,0,'2013-11-02 04:55:01',9095,NULL),(9569,82,'','',530,0,'2013-11-02 04:55:01',9097,NULL),(9570,68,'','',530,0,'2013-11-02 04:55:01',9097,NULL),(9571,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,daaeed52b835ad15be8689ff','',537,0,'2013-11-01 08:00:00',9100,NULL),(9572,9,'','',530,0,'2013-11-02 05:06:47',9101,NULL),(9573,19,'NEGATIVE,,68cf29362a1350ee5e7d78965b66b8623bc0c222','',537,0,'2013-11-01 08:00:00',9101,NULL),(9574,18,'[$]NO MALARIA PARASITE SEEN[/$],-,68cf29362a1350ee5e7d78965b66b8623bc0c222','',537,0,'2013-11-01 08:00:00',9101,NULL),(9575,35,'CLOUDY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,68cf29362a1350ee5e7d78965b66b8623bc0c222','',537,0,'2013-11-01 08:00:00',9103,NULL),(9576,107,'1/20,1/20,68cf29362a1350ee5e7d78965b66b8623bc0c222','',537,0,'2013-11-01 08:00:00',9106,NULL),(9577,21,'O,POSITIVE,1f7b13f3ea40582683deeb32a673d5d4053cc024','',534,0,'2013-11-01 08:00:00',9107,NULL),(9578,224,'','',530,0,'2013-11-02 05:11:11',9107,NULL),(9579,9,'','',530,0,'2013-11-02 05:11:11',9107,NULL),(9580,112,'NEGATIVE,,1f7b13f3ea40582683deeb32a673d5d4053cc024','',534,0,'2013-11-01 08:00:00',9109,NULL),(9581,117,'NEGATIVE,1f7b13f3ea40582683deeb32a673d5d4053cc024','',534,0,'2013-11-01 08:00:00',9109,NULL),(9582,92,'55.9,70f28e085a7d3eba088d09a4e110ef4369efc844','PSA may be falsely elevated due to: \nProstatic biopsy/trauma; prostatitis (acute and chronic) and benign\nProstatic hyperplasia. PSA may be raised following Digital\nRectal Examination (DRE) measuremen',534,0,'2013-11-04 08:00:00',9110,NULL),(9583,57,'','',530,0,'2013-11-02 05:37:43',9111,NULL),(9584,133,'','',530,0,'2013-11-02 05:37:43',9111,NULL),(9585,131,'','',530,0,'2013-11-02 05:37:43',9111,NULL),(9586,132,'','',530,0,'2013-11-02 05:37:43',9111,NULL),(9587,92,'2.6,bd7e66a0ec9c19d701653e8a52da1e20dded2b8f','PSA may be falsely elevated due to: \nProstatic biopsy/trauma; prostatitis (acute and chronic) and benign\nProstatic hyperplasia. PSA may be raised following Digital\nRectal Examination (DRE) measuremen',534,0,'2013-11-04 08:00:00',9111,NULL),(9588,56,'','',530,0,'2013-11-02 05:37:43',9111,NULL),(9589,68,'','',530,0,'2013-11-02 05:37:43',9113,NULL),(9590,9,'','',530,0,'2013-11-02 05:58:21',9114,NULL),(9591,19,'NEGATIVE,,661c79d6c346914974e0bf2e38fbee82d90cd207','',534,0,'2013-11-01 08:00:00',9114,NULL),(9592,9,'','',530,0,'2013-11-02 06:01:38',9115,NULL),(9593,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,fba706ff68e21adb55cc489937690470dd47c1ff','',537,0,'2013-11-01 08:00:00',9116,NULL),(9594,22,'37,440b9f9b3ff20fa908c0b1a6774b3b81874fd3f2','',537,0,'2013-11-01 08:00:00',9117,NULL),(9595,9,'','',530,0,'2013-11-02 06:09:30',9117,NULL),(9596,70,',,440b9f9b3ff20fa908c0b1a6774b3b81874fd3f2','',537,0,'2013-11-01 08:00:00',9117,NULL),(9597,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,440b9f9b3ff20fa908c0b1a6774b3b81874fd3f2',', ',537,0,'2013-11-01 08:00:00',9119,NULL),(9598,108,'NON - REACTIVE,440b9f9b3ff20fa908c0b1a6774b3b81874fd3f2','',537,0,'2013-11-01 08:00:00',9122,NULL),(9599,107,'1/20,1/20,440b9f9b3ff20fa908c0b1a6774b3b81874fd3f2','',537,0,'2013-11-01 08:00:00',9122,NULL),(9600,22,'6,82c985898d9d99593cdedf2eea94c7a16a190336','',537,0,'2013-11-01 08:00:00',9123,NULL),(9601,9,'','',530,0,'2013-11-02 06:12:07',9123,NULL),(9602,70,',,82c985898d9d99593cdedf2eea94c7a16a190336','',535,0,'2013-11-01 08:00:00',9123,NULL),(9603,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,82c985898d9d99593cdedf2e',', ',537,0,'2013-11-01 08:00:00',9125,NULL),(9604,108,'NON - REACTIVE,82c985898d9d99593cdedf2eea94c7a16a190336','',535,0,'2013-11-01 08:00:00',9128,NULL),(9605,107,'1/80,1/80,82c985898d9d99593cdedf2eea94c7a16a190336','',535,0,'2013-11-01 08:00:00',9128,NULL),(9606,68,'5.7,-,-,,7ad3cbae41ada6f9ed32f0a9bf71d66a0dc4e810','',537,0,'2013-11-01 08:00:00',9129,NULL),(9607,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,7ad3cbae41ada6f9ed32f0a9bf71d66a0dc4e810',', ',537,0,'2013-11-01 08:00:00',9131,NULL),(9608,68,'','',530,0,'2013-11-02 06:29:52',9132,NULL),(9609,9,'','',530,0,'2013-11-02 06:29:52',9132,NULL),(9610,57,'','',530,0,'2013-11-02 06:29:52',9134,NULL),(9611,133,'','',530,0,'2013-11-02 06:29:52',9134,NULL),(9612,131,'','',530,0,'2013-11-02 06:29:52',9134,NULL),(9613,132,'','',530,0,'2013-11-02 06:29:52',9134,NULL),(9614,56,'','',530,0,'2013-11-02 06:29:52',9134,NULL),(9615,14,'NEGATIVE,6c7ef1b401719c2ccedd6532a28d19c5b9a9742e','',534,0,'2013-11-27 08:00:00',9135,NULL),(9616,112,'NEGATIVE,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',9136,NULL),(9617,27,'NON-REACTIVE,-,NEGATIVE,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',9136,NULL),(9618,108,'NON - REACTIVE,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',534,0,'2013-11-01 08:00:00',9136,NULL),(9619,19,'NEGATIVE,,4a10084c4fefb0a953b825468069ece8d3f93bfa','',534,0,'2013-11-01 08:00:00',9137,NULL),(9620,18,'[$]NO MALARIA PARASITES SEEN [/$],-,4a10084c4fefb0a953b825468069ece8d3f93bfa','',534,0,'2013-11-01 08:00:00',9137,NULL),(9621,132,'','',530,0,'2013-11-01 19:14:03',9138,NULL),(9622,82,'','',530,0,'2013-11-01 19:14:03',9140,NULL),(9623,68,'','',530,0,'2013-11-01 19:14:03',9140,NULL),(9624,9,'','',535,0,'2013-11-01 19:16:31',9141,NULL),(9625,19,'NEGATIVE,,1c03afc6469d22639ae0747b4e9dde237382594a','',537,0,'2013-11-01 08:00:00',9141,NULL),(9626,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c03afc6469d22639ae0747b4e9dde237382594a','',537,0,'2013-11-01 08:00:00',9141,NULL),(9627,16,'POSITIVE,1c03afc6469d22639ae0747b4e9dde237382594a','',537,0,'2013-11-01 08:00:00',9143,NULL),(9628,16,'POSITIVE,1c03afc6469d22639ae0747b4e9dde237382594a','',537,0,'2013-11-01 08:00:00',9146,NULL),(9629,14,'NEGATIVE,1c03afc6469d22639ae0747b4e9dde237382594a','',537,0,'2013-11-01 08:00:00',9150,NULL),(9630,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,b23de1660548a27d4de6fef0ffeb05950b1044dd','',534,0,'2013-11-01 08:00:00',9151,NULL),(9631,36,'Escherichia coli,##,##,,b23de1660548a27d4de6fef0ffeb05950b1044dd','',534,0,'2013-11-01 08:00:00',9151,NULL),(9632,22,'22,47223efe5e86e5a9373af10e299532c26572bb49','',537,0,'2013-11-01 08:00:00',9152,NULL),(9633,68,'5.4,-,-,,47223efe5e86e5a9373af10e299532c26572bb49','',537,0,'2013-11-01 08:00:00',9152,NULL),(9634,9,'','',530,0,'2013-11-01 19:17:00',9152,NULL),(9635,9,'','',530,0,'2013-11-01 19:37:27',9153,NULL),(9636,57,'','',530,0,'2013-11-01 19:42:22',9154,NULL),(9637,133,'','',530,0,'2013-11-01 19:42:22',9154,NULL),(9638,131,'','',530,0,'2013-11-01 19:42:22',9154,NULL),(9639,132,'','',530,0,'2013-11-01 19:42:22',9154,NULL),(9640,56,'','',530,0,'2013-11-01 19:42:22',9154,NULL),(9641,68,'','',530,0,'2013-11-01 19:42:23',9156,NULL),(9642,132,'','',530,0,'2013-11-01 19:45:50',9157,NULL),(9643,65,'','',530,0,'2013-11-01 19:45:50',9157,NULL),(9644,68,'','',530,0,'2013-11-01 19:45:50',9159,NULL),(9645,68,'','',530,0,'2013-11-01 19:49:38',9160,NULL),(9646,9,'','',530,0,'2013-11-01 19:49:38',9160,NULL),(9647,132,'','',530,0,'2013-11-01 19:49:38',9162,NULL),(9648,9,'','',530,0,'2013-11-01 19:52:12',9163,NULL),(9649,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0bf94babaa97340428b4d0ba03c90cbb051e7e04','',537,0,'2013-11-01 08:00:00',9163,NULL),(9650,9,'','',530,0,'2013-11-01 20:00:35',9164,NULL),(9651,28,'POSITIVE,[$]SF[/$],,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',537,0,'2013-11-13 08:00:00',9164,NULL),(9652,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',537,0,'2013-11-01 08:00:00',9164,NULL),(9653,35,'HAZY,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',537,0,'2013-11-01 08:00:00',9166,NULL),(9654,14,'NEGATIVE,b3792f84d688ff90e8784bacd4bcb1a2b59aa76f','',537,0,'2013-11-01 08:00:00',9167,NULL),(9655,9,'','',530,0,'2013-11-01 20:05:39',9168,NULL),(9656,19,'','',530,0,'2013-11-01 20:05:39',9168,NULL),(9657,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,59b0d5b5131401eabc0d66f81cefc08e2',', ',552,0,'2013-11-01 08:00:00',9170,NULL),(9658,22,'1,a69fca86ad74e978f60fd87508b789b5af69ef8e','',537,0,'2013-11-01 08:00:00',9171,NULL),(9659,9,'','',530,0,'2013-11-01 20:13:25',9171,NULL),(9660,112,'NEGATIVE,,a69fca86ad74e978f60fd87508b789b5af69ef8e','',537,0,'2013-11-01 08:00:00',9173,NULL),(9661,35,'CLOUDY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,10,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,1c03afc6',', ',537,0,'2013-11-01 08:00:00',9174,NULL),(9662,9,'','',530,0,'2013-11-01 20:21:00',9175,NULL),(9663,9,'','',530,0,'2013-11-01 20:24:27',9176,NULL),(9664,36,'No Significant Bacteria Growth,##,##,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',534,0,'2013-11-06 08:00:00',9178,NULL),(9665,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,22,0,NOT SEEN,NOT,,,,,,,,,,,,,,,,,,,,,,,,,, SEEN,NOT SEEN,d2c4','',552,0,'2013-11-01 08:00:00',9178,NULL),(9666,35,'CLOUDY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,10,NOT SEEN,PRESENT,,,,,,,,,,,,,,,,,,,,,,,,,, (+),NOT SEEN,1c03a','',534,0,'2013-11-01 08:00:00',9179,NULL),(9667,22,'1,,77070dd9deeda49c0e476bb54ea10f1d69cb5d64','',534,0,'2013-11-02 00:32:17',9180,NULL),(9668,9,',,,,,,,,,,,,,,77070dd9deeda49c0e476bb54ea10f1d69cb5d64','',534,0,'2013-11-02 00:32:18',9180,NULL),(9669,19,'NEGATIVE,,77070dd9deeda49c0e476bb54ea10f1d69cb5d64','',552,534,'2013-11-01 08:00:00',9180,'2013-11-01 16:32:18'),(9670,18,'[$]NO MALARIA PARASITES SEEN [/$],-,,77070dd9deeda49c0e476bb54ea10f1d69cb5d64','',552,534,'2013-11-01 08:00:00',9180,'2013-11-01 16:32:18'),(9671,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,77070dd9deeda49c0e476bb54ea10f1d69cb5d64',', ',552,0,'2013-11-01 08:00:00',9182,NULL),(9672,16,'POSITIVE,77070dd9deeda49c0e476bb54ea10f1d69cb5d64','',552,0,'2013-11-01 08:00:00',9185,NULL),(9673,14,'NEGATIVE,77070dd9deeda49c0e476bb54ea10f1d69cb5d64','',552,0,'2013-11-01 08:00:00',9189,NULL),(9674,111,'','',530,0,'2013-11-01 20:47:20',9190,NULL),(9675,114,'','',530,0,'2013-11-01 20:47:20',9190,NULL),(9676,116,'POSITIVE,1c34696e16188167df2a93e46d68ed3f3b7107fd','',535,0,'2013-11-06 08:00:00',9190,NULL),(9677,115,'NEGATIVE,1c34696e16188167df2a93e46d68ed3f3b7107fd','',535,0,'2013-11-06 08:00:00',9190,NULL),(9678,113,'','',530,0,'2013-11-01 20:47:20',9190,NULL),(9679,112,'POSITIVE,,1c34696e16188167df2a93e46d68ed3f3b7107fd','',535,0,'2013-11-06 08:00:00',9190,NULL),(9680,117,'NEGATIVE,1c34696e16188167df2a93e46d68ed3f3b7107fd','',535,0,'2013-11-06 08:00:00',9190,NULL),(9681,8,'[$]Not Detected [/$],[$]Not Detected [/$],[$][/$],1c34696e16188167df2a93e46d68ed3f3b7107fd','',534,0,'2013-11-06 08:00:00',9190,NULL),(9682,27,'NON-REACTIVE,-,NEGATIVE,,1c34696e16188167df2a93e46d68ed3f3b7107fd','',535,0,'2013-11-06 08:00:00',9190,NULL),(9683,35,'','',530,0,'2013-11-01 20:49:34',9191,NULL),(9684,9,'','',530,0,'2013-11-01 20:52:22',9192,NULL),(9685,19,'NEGATIVE,,3d14f65edee95b8e83ff9eb5feb05bc0b657d12d','',534,0,'2013-11-01 08:00:00',9192,NULL),(9686,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3d14f65edee95b8e83ff9eb5feb05bc0b657d12d',', ',552,0,'2013-11-01 08:00:00',9194,NULL),(9687,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1e568a6b09e0c25a049761150da907136343f483','',552,0,'2013-11-01 08:00:00',9195,NULL),(9688,53,'','',530,0,'2013-11-01 20:56:27',9196,NULL),(9689,78,'','',530,0,'2013-11-01 20:56:27',9196,NULL),(9690,75,'','',530,0,'2013-11-01 20:56:27',9196,NULL),(9691,69,'NEGATIVE,NORMAL (0.01 - 0.05),,11bd78058b407c6db901fca962779ba5088343e1','',555,0,'2013-11-02 08:00:00',9196,NULL),(9692,93,'< 0.05,,11bd78058b407c6db901fca962779ba5088343e1','',537,0,'2013-11-05 08:00:00',9198,NULL),(9693,22,'12,56a4e41da96327bfe489ad7f573c2f20857a3fcd','',543,0,'2013-11-04 08:00:00',9199,NULL),(9694,68,'4.3,-,-,,56a4e41da96327bfe489ad7f573c2f20857a3fcd','',543,0,'2013-11-04 08:00:00',9199,NULL),(9695,9,'','',530,0,'2013-11-01 21:18:48',9199,NULL),(9696,19,'NEGATIVE,,56a4e41da96327bfe489ad7f573c2f20857a3fcd','',543,0,'2013-11-04 08:00:00',9199,NULL),(9697,18,'[$]NO MALARIA PARASITES SEEN[/$],-,56a4e41da96327bfe489ad7f573c2f20857a3fcd','',543,0,'2013-11-04 08:00:00',9199,NULL),(9698,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,56a4e41da96327bfe489ad7f573c2f20857a3fcd',', ',534,0,'2013-11-04 08:00:00',9201,NULL),(9699,57,'','',530,0,'2013-11-01 21:26:18',9202,NULL),(9700,133,'','',530,0,'2013-11-01 21:26:18',9202,NULL),(9701,131,'','',530,0,'2013-11-01 21:26:18',9202,NULL),(9702,132,'','',530,0,'2013-11-01 21:26:18',9202,NULL),(9703,56,'','',530,0,'2013-11-01 21:26:18',9202,NULL),(9704,65,'','',530,0,'2013-11-01 21:26:18',9202,NULL),(9705,9,'','',530,0,'2013-11-01 21:28:36',9203,NULL),(9706,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f1a95f775db926e7827ad43d69900e0572591847','',552,0,'2013-11-01 08:00:00',9203,NULL),(9707,22,'20,59b0d5b5131401eabc0d66f81cefc08e2cd352c9','',552,0,'2013-11-01 08:00:00',9204,NULL),(9708,22,'35,9875c1eb82d8e4615cfc4c25cd14e7ff31bace88','',552,0,'2013-11-01 08:00:00',9205,NULL),(9709,9,'','',530,0,'2013-11-01 21:32:30',9205,NULL),(9710,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9875c1eb82d8e4615cfc4c25cd14e7ff31bace88',', ',552,0,'2013-11-01 08:00:00',9207,NULL),(9711,9,'','',530,0,'2013-11-01 21:43:57',9208,NULL),(9712,18,'','',530,0,'2013-11-01 21:43:57',9208,NULL),(9713,35,'','',530,0,'2013-11-01 21:43:57',9210,NULL),(9714,9,'','',530,0,'2013-11-01 21:46:04',9211,NULL),(9715,18,'','',530,0,'2013-11-01 21:46:04',9211,NULL),(9716,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7a326ea635386b9060f847ceb4b68e1440e8d242',', ',552,0,'2013-11-01 08:00:00',9213,NULL),(9717,22,'2,86b887a0cc608a7bf11f0fbae9c406607f7f89fe','',552,0,'2013-11-01 08:00:00',9214,NULL),(9718,9,'','',530,0,'2013-11-01 22:03:52',9214,NULL),(9719,19,'NEGATIVE,,86b887a0cc608a7bf11f0fbae9c406607f7f89fe','',552,0,'2013-11-01 08:00:00',9214,NULL),(9720,18,'[$]NO MALARIA PARASITES SEEN[/$],-,86b887a0cc608a7bf11f0fbae9c406607f7f89fe','',552,0,'2013-11-01 08:00:00',9214,NULL),(9721,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,86b887a0cc608a7bf11f0fba','',552,0,'2013-11-01 08:00:00',9216,NULL),(9722,37,'','',530,0,'2013-11-01 22:03:52',9219,NULL),(9723,22,'2,531b14a07f3f2d589dbc1929865c54e889acb215','',552,0,'2013-11-01 08:00:00',9220,NULL),(9724,9,'','',530,0,'2013-11-01 22:06:08',9220,NULL),(9725,19,'POSITIVE,,531b14a07f3f2d589dbc1929865c54e889acb215','',552,0,'2013-11-01 08:00:00',9220,NULL),(9726,18,'[$] MALARIA PARASITES PRESENT [1240(+)][/$],-,531b14a07f3f2d589dbc1929865c54e889acb215','',552,0,'2013-11-01 08:00:00',9220,NULL),(9727,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,531b14a07f3f2d589dbc1929',', ',552,0,'2013-11-01 08:00:00',9222,NULL),(9728,22,'07,0cf1cb8b38dbd2282c3d7a2b333c3c0bfd0762cb','',552,0,'2013-11-01 08:00:00',9223,NULL),(9729,9,'','',530,0,'2013-11-01 22:13:10',9223,NULL),(9730,19,'NEGATIVE,,0cf1cb8b38dbd2282c3d7a2b333c3c0bfd0762cb','',552,0,'2013-11-01 08:00:00',9223,NULL),(9731,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0cf1cb8b38dbd2282c3d7a2b333c3c0bfd0762cb','',552,0,'2013-11-01 08:00:00',9223,NULL),(9732,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,0cf1cb8b38dbd2282c3d','',552,0,'2013-11-01 08:00:00',9225,NULL),(9733,22,'27,e65ca150d0c51f5dd90e6286a889957ee6bfe92d','',552,0,'2013-11-01 08:00:00',9226,NULL),(9734,9,'','',530,0,'2013-11-01 22:15:23',9226,NULL),(9735,9,'','',530,0,'2013-11-01 22:25:18',9227,NULL),(9736,19,'NEGATIVE,,57e88670d1559b768a9e415d1605893137dd4380','',552,0,'2013-11-01 08:00:00',9227,NULL),(9737,37,'','',530,0,'2013-11-01 22:25:18',9229,NULL),(9738,107,'1/20,1/20,57e88670d1559b768a9e415d1605893137dd4380','',552,0,'2013-11-01 08:00:00',9232,NULL),(9739,22,'27,03dd552171b025ae87ada728860017b5c5f25078','',537,0,'2013-11-06 08:00:00',9233,NULL),(9740,9,'','',530,0,'2013-11-01 22:45:17',9233,NULL),(9741,35,'HAZY,STRAW,6.5,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,03dd552171b025ae87ada728860017b5c5f25078',', ',550,0,'2013-11-02 08:00:00',9235,NULL),(9742,57,'','',530,0,'2013-11-01 22:45:18',9238,NULL),(9743,133,'','',530,0,'2013-11-01 22:45:18',9238,NULL),(9744,131,'','',530,0,'2013-11-01 22:45:18',9238,NULL),(9745,132,'','',530,0,'2013-11-01 22:45:18',9238,NULL),(9746,56,'','',530,0,'2013-11-01 22:45:18',9238,NULL),(9747,82,'','',530,0,'2013-11-01 22:45:18',9242,NULL),(9748,68,'','',530,0,'2013-11-01 22:45:18',9242,NULL),(9749,70,'','',530,0,'2013-11-01 22:45:18',9242,NULL),(9750,36,'No Bacteria Growth,##,##,,d4f365d9319e1ca84af93d98327d37aae60eab00','',534,0,'2013-11-06 08:00:00',9243,NULL),(9751,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d4f365d9319e1ca84af93d98327d37aae60eab00','',552,0,'2013-11-01 08:00:00',9243,NULL),(9752,111,'','',530,0,'2013-11-01 22:53:32',9244,NULL),(9753,114,'','',530,0,'2013-11-01 22:53:32',9244,NULL),(9754,116,'','',530,0,'2013-11-01 22:53:32',9244,NULL),(9755,115,'','',530,0,'2013-11-01 22:53:32',9244,NULL),(9756,131,'','',530,0,'2013-11-01 22:53:32',9244,NULL),(9757,36,'No Bacteria Growth,##,##,,fcd13458ee24dfe0258828af9034b4559d8acf42','',534,0,'2013-11-06 08:00:00',9246,NULL),(9758,71,'NEGATIVE,,94a94eb5efcc62334efc588da953403ea8e7c2f1','',552,0,'2013-11-01 08:00:00',9247,NULL),(9759,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,>30,24,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,94a94eb5efcc62334efc588da953403ea8e7c2f1',' ',552,0,'2013-11-01 08:00:00',9247,NULL),(9760,22,'08,2b77f422663a1512bc1140b3976e7f706f1f47cf','',552,0,'2013-11-01 08:00:00',9248,NULL),(9761,9,'','',530,0,'2013-11-01 23:00:30',9248,NULL),(9762,19,'NEGATIVE,,2b77f422663a1512bc1140b3976e7f706f1f47cf','',552,0,'2013-11-01 08:00:00',9248,NULL),(9763,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2b77f422663a1512bc1140b3976e7f706f1f47cf','',552,0,'2013-11-01 08:00:00',9248,NULL),(9764,36,'','',530,0,'2013-11-01 23:00:31',9250,NULL),(9765,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2b77f422663a1512bc1140b3976e7f706f1f47cf','',552,0,'2013-11-01 08:00:00',9250,NULL),(9766,9,'','',530,0,'2013-11-01 23:05:46',9251,NULL),(9767,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d851d9c67663ce03a49acd47147a7f5e4c3f3908','',552,0,'2013-11-01 08:00:00',9251,NULL),(9768,9,'','',530,0,'2013-11-01 23:14:59',9252,NULL),(9769,19,'NEGATIVE,,f5ca7c45cde4130277392e41bbb54efeba2e145f','',552,0,'2013-11-01 08:00:00',9252,NULL),(9770,4,'3.55,27ff267abc819989b75f660d0bd366fa1208966e','',555,0,'2013-11-02 08:00:00',9253,NULL),(9771,40,'[$][/$],##,##,,27ff267abc819989b75f660d0bd366fa1208966e','',555,0,'2013-11-02 08:00:00',9253,NULL),(9772,12,'36,27ff267abc819989b75f660d0bd366fa1208966e','',555,0,'2013-11-02 08:00:00',9255,NULL),(9773,11,'18,[$]14[/$],[$]1.29[/$],1.34,THERAPEUTIC : 2.0 - 4.0,27ff267abc819989b75f660d0bd366fa1208966e','',555,0,'2013-11-02 08:00:00',9255,NULL),(9774,117,'NEGATIVE,1468fff6a093a46330201ea7e4e1bdc9ad4728f3','',552,0,'2013-11-01 08:00:00',9256,NULL),(9775,8,'[$][/$],[$][/$],[$][/$],1468fff6a093a46330201ea7e4e1bdc9ad4728f3','',552,0,'2013-11-01 08:00:00',9256,NULL),(9776,22,'08,aa1f1515c2f84eae22c78ff04bbe24d5a3ad056c','',552,0,'2013-11-01 08:00:00',9257,NULL),(9777,9,'','',530,0,'2013-11-01 23:31:19',9257,NULL),(9778,19,'NEGATIVE,,aa1f1515c2f84eae22c78ff04bbe24d5a3ad056c','',552,0,'2013-11-01 08:00:00',9257,NULL),(9779,18,'[$]NO MALARIA PARASITES SEEN[/$],-,aa1f1515c2f84eae22c78ff04bbe24d5a3ad056c','',552,0,'2013-11-01 08:00:00',9257,NULL),(9780,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,aa1f1515c2f84eae22c78ff0','',552,0,'2013-11-01 08:00:00',9259,NULL),(9781,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,aa1f1515c2f84eae22c78ff04bbe24d5a3ad056c','',552,0,'2013-11-01 08:00:00',9262,NULL),(9782,128,'','',530,0,'2013-11-01 23:53:55',9263,NULL),(9783,36,'No Bacteria Growth,##,##,,af4e041c3a931d6f5eb7c6a6cf3450b71b70d859','',535,0,'2013-11-03 08:00:00',9265,NULL),(9784,35,'HAZY,STRAW,7.5,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,14,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,af4e041c3a931d6f5eb',', ',535,0,'2013-11-03 08:00:00',9265,NULL),(9785,9,'','',530,0,'2013-11-02 00:07:08',9266,NULL),(9786,19,'NEGATIVE,,3964c07a78b8031ab7db81b00c22975f8df9be4b','',552,0,'2013-11-01 08:00:00',9266,NULL),(9787,9,'','',530,0,'2013-11-02 00:10:38',9267,NULL),(9788,9,'','',530,0,'2013-11-02 00:40:54',9268,NULL),(9789,19,'NEGATIVE,,8bd2de0470a2e13891e7a25394daee7e04aedd3c','',552,0,'2013-11-01 08:00:00',9268,NULL),(9790,18,'[$]no malaria parasites seen[/$],-,8bd2de0470a2e13891e7a25394daee7e04aedd3c','',552,0,'2013-11-01 08:00:00',9268,NULL),(9791,107,'1/20,1/20,8bd2de0470a2e13891e7a25394daee7e04aedd3c','',552,0,'2013-11-01 08:00:00',9270,NULL),(9792,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7a326ea635386b9060f847ceb4b68e1440e8d242','',552,0,'2013-11-01 08:00:00',9271,NULL),(9793,9,'','',530,0,'2013-11-02 00:46:20',9272,NULL),(9794,19,'NEGATIVE,,546f672ca2cd403aece63de8e47426cda079b4da','',552,0,'2013-11-01 08:00:00',9272,NULL),(9795,107,'1/20,1/20,546f672ca2cd403aece63de8e47426cda079b4da','',552,0,'2013-11-01 08:00:00',9274,NULL),(9796,35,'','',530,0,'2013-11-02 00:48:26',9275,NULL),(9797,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.\n\nNO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION. [/$],##,##,,86f5d804f354dedc2ffa987fb04d2e789da305ee','',555,0,'2013-11-09 08:00:00',9277,NULL),(9798,27,'NON-REACTIVE,-,NEGATIVE,,97e3000cd2459d3f210f503762f1a5a388513e15','',552,0,'2013-11-01 08:00:00',9278,NULL),(9799,18,'','',530,0,'2013-11-02 00:52:13',9278,NULL),(9800,20,'NEGATIVE,97e3000cd2459d3f210f503762f1a5a388513e15','',552,0,'2013-11-01 08:00:00',9278,NULL),(9801,21,'B,POSITIVE,97e3000cd2459d3f210f503762f1a5a388513e15','',552,0,'2013-11-01 08:00:00',9279,NULL),(9802,7,'2.3,3a44492fa1d9419363f76bf3fcf3100c50630db5','Causes of elevated AFP levels:\nMalignant diseases: Hepatocellular and non-seminoma testicular Ca\n (embryoal/yolk sac) \nBenign diseases: Pregnancy, neonates (2 ',534,0,'2013-11-06 08:00:00',9280,NULL),(9803,116,'POSITIVE,3a44492fa1d9419363f76bf3fcf3100c50630db5','',534,0,'2013-11-06 08:00:00',9280,NULL),(9804,115,'NEGATIVE,3a44492fa1d9419363f76bf3fcf3100c50630db5',' ',534,0,'2013-11-06 08:00:00',9280,NULL),(9805,117,'NEGATIVE,3a44492fa1d9419363f76bf3fcf3100c50630db5','',534,0,'2013-11-06 08:00:00',9280,NULL),(9806,8,'[$]8363[/$],[$]1437[/$],[$][/$],3a44492fa1d9419363f76bf3fcf3100c50630db5','',534,0,'2013-11-06 08:00:00',9280,NULL),(9807,131,'','',504,0,'2013-11-02 01:33:49',9280,NULL),(9808,18,'[$]NO MALARIA PARASITES SEEN [/$],-,1702b94a6f0fe3ec48c30b185300df0b58aebe7c','',534,0,'2013-11-01 08:00:00',9281,NULL),(9809,150,'','',504,0,'2013-11-02 01:52:14',9282,NULL),(9810,19,'NEGATIVE,,04415824742f51bfa9480944393aa59f6f0fbb64','',552,0,'2013-11-01 08:00:00',9283,NULL),(9811,177,'','',504,0,'2013-11-02 02:04:22',9284,NULL),(9812,57,'','',504,0,'2013-11-02 02:07:41',9285,NULL),(9813,133,'','',504,0,'2013-11-02 02:07:41',9285,NULL),(9814,131,'','',504,0,'2013-11-02 02:07:41',9285,NULL),(9815,56,'','',504,0,'2013-11-02 02:07:41',9285,NULL),(9816,145,'','',504,0,'2013-11-02 02:09:20',9286,NULL),(9817,9,'','',504,0,'2013-11-02 02:11:56',9287,NULL),(9818,19,'NEGATIVE,,f2efe5ecac39c2412c327d75dc161770fc667581','',552,0,'2013-11-01 08:00:00',9287,NULL),(9819,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f2efe5ecac39c2412c327d75dc161770fc667581','',552,0,'2013-11-01 08:00:00',9287,NULL),(9820,107,'1/20,1/20,f2efe5ecac39c2412c327d75dc161770fc667581','',552,0,'2013-11-01 08:00:00',9289,NULL),(9821,16,'POSITIVE,d399064684af2d04ae6f352475dc2110cdf498d9','',552,0,'2013-11-01 08:00:00',9290,NULL),(9822,14,'NEGATIVE,d399064684af2d04ae6f352475dc2110cdf498d9','',552,0,'2013-11-01 08:00:00',9292,NULL),(9823,9,'','',504,0,'2013-11-02 02:22:52',9293,NULL),(9824,19,'NEGATIVE,,fe4736af3cddfadc85d46c44b76c87e6aff8ff79','',552,0,'2013-11-01 08:00:00',9293,NULL),(9825,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fe4736af3cddfadc85d46c44b76c87e6aff8ff79','',552,0,'2013-11-01 08:00:00',9293,NULL),(9826,36,'No Bacteria Growth,##,##,,fe4736af3cddfadc85d46c44b76c87e6aff8ff79','',534,0,'2013-11-07 08:00:00',9295,NULL),(9827,35,'CLEAR,LIGHT AMBER,6.0,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,20,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,PRESENT (++','',555,0,'2013-11-08 08:00:00',9295,NULL),(9828,9,'','',504,0,'2013-11-02 02:40:35',9296,NULL),(9829,19,'NEGATIVE,,cc1dbf8d739847633a2c9e646d667247fd3b7a31','',550,0,'2013-11-02 08:00:00',9296,NULL),(9830,70,',,cc1dbf8d739847633a2c9e646d667247fd3b7a31','',550,0,'2013-11-02 08:00:00',9296,NULL),(9831,107,'1/20,1/20,cc1dbf8d739847633a2c9e646d667247fd3b7a31','',550,0,'2013-11-02 08:00:00',9298,NULL),(9832,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cc1dbf8d739847633a2c9e646d667247fd3b7a31',', ',552,0,'2013-11-01 08:00:00',9301,NULL),(9833,9,'','',530,0,'2013-11-02 02:56:16',9302,NULL),(9834,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bbdc7c545314956f742382e949ad8ece16037f42','',552,0,'2013-11-01 08:00:00',9302,NULL),(9835,20,'NEGATIVE,bbdc7c545314956f742382e949ad8ece16037f42','',552,0,'2013-11-01 08:00:00',9302,NULL),(9836,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bbdc7c545314956f742382e949ad8ece16037f42',', ',552,0,'2013-11-01 08:00:00',9304,NULL),(9837,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bbdc7c545314956f742382e949ad8ece16037f42','',552,0,'2013-11-01 08:00:00',9307,NULL),(9838,9,'','',530,0,'2013-11-02 03:12:25',9308,NULL),(9839,19,'NEGATIVE,,56839a22ea5dfcb147ae213586e00dba3596859d','',552,0,'2013-11-01 08:00:00',9308,NULL),(9840,37,'YELLOWISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,56839a22ea5dfcb147ae213586e00dba3596859d','',552,0,'2013-11-01 08:00:00',9310,NULL),(9841,70,'','',552,0,'2013-11-02 03:17:47',9311,NULL),(9842,70,'','',552,0,'2013-11-02 03:19:46',9312,NULL),(9843,70,'','',552,0,'2013-11-02 03:21:35',9313,NULL),(9844,36,'No Bacteria Growth,##,##,,0999847182667337a6091b30fb489895a39fe595','',534,0,'2013-11-04 08:00:00',9314,NULL),(9845,35,'CLEAR,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED (+),1,1,0,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,099984',', ',552,0,'2013-11-01 08:00:00',9314,NULL),(9846,9,'','',530,0,'2013-11-02 04:02:47',9315,NULL),(9847,19,'NEGATIVE,,a8fe2726709049c056d9dc24fb812dd83aa228d8','',552,0,'2013-11-01 08:00:00',9315,NULL),(9848,9,'','',530,0,'2013-11-02 04:12:24',9316,NULL),(9849,19,'NEGATIVE,,30b6be0172b4d0b4fc521868b4dde3128053753c','',552,0,'2013-11-01 08:00:00',9316,NULL),(9850,9,'','',558,0,'2013-11-02 04:20:32',9317,NULL),(9851,19,'NEGATIVE,,fd2e5d235671e5cd15c5ce0f80aa3b5c524594f1','',552,0,'2013-11-01 08:00:00',9317,NULL),(9852,9,'','',558,0,'2013-11-02 04:39:20',9318,NULL),(9853,19,'NEGATIVE,,24bbcb5a259a1c7826b8fcac31001cea2b4428d4','',552,0,'2013-11-01 08:00:00',9318,NULL),(9854,18,'[$]NO MALARIA PARASITES SEEN[/$],-,24bbcb5a259a1c7826b8fcac31001cea2b4428d4','',552,0,'2013-11-01 08:00:00',9318,NULL),(9855,107,'1/20,1/20,24bbcb5a259a1c7826b8fcac31001cea2b4428d4','',552,0,'2013-11-01 08:00:00',9320,NULL),(9856,71,'NEGATIVE,,24bbcb5a259a1c7826b8fcac31001cea2b4428d4','',552,0,'2013-11-01 08:00:00',9323,NULL),(9857,9,'5.2,4.84,14.7,40.7,84.1,30.4,36.1,142,21.1,5.5,69.1,4.0,0.3,bc425d4a5b9252e3ccd7973401be752f120f653a','',552,0,'2013-11-01 08:00:00',9324,NULL),(9858,19,'NEGATIVE,,bc425d4a5b9252e3ccd7973401be752f120f653a','',552,0,'2013-11-01 08:00:00',9324,NULL),(9859,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bc425d4a5b9252e3ccd7973401be752f120f653a','',552,552,'2013-11-02 06:46:56',9326,'2013-11-01 22:48:09'),(9860,37,'YELLOWISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1f4e9da3486a121e79c6a84d1828e495a193cb57','MACROSCOPY : COLOUR:YELLOWISH, CONSISTENCY:LOOSE',557,0,'2013-11-03 00:18:52',9327,NULL),(9861,222,'6.3,4.81,12.9,38.1,79.2,26.8,33.9,290,38.3,2.6,59.1,2.4,0.2,3.7,12.5,8.2,,e4aef8a9c68c4f238d650641ab971065dd23b699','',552,0,'2013-11-01 08:00:00',9328,NULL),(9862,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e4aef8a9c68c4f238d650641ab971065dd23b699',', ',552,0,'2013-11-01 08:00:00',9330,NULL),(9863,21,'A,POSITIVE,d3b496db3ca35e8a11f1cf407d660ca469060bfc','',552,0,'2013-11-01 08:00:00',9331,NULL),(9864,222,'8.5,4.27,12.5,34.9,81.7,29.3,35.8,269,49.2,7.4,43.4,4.2,0.6,3.7,13.3,7.9,,12d95e8bbd65b11531cb7fc20523017891283c9d','',552,0,'2013-11-01 08:00:00',9332,NULL),(9865,18,'[$]NO MALARIA PARASITES SEEN[/$],-,12d95e8bbd65b11531cb7fc20523017891283c9d','',552,0,'2013-11-01 08:00:00',9332,NULL),(9866,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,12d95e8bbd65b11531cb7fc20523017891283c9d',', ',552,0,'2013-11-01 08:00:00',9334,NULL),(9867,107,'1/20,1/20,12d95e8bbd65b11531cb7fc20523017891283c9d','',552,0,'2013-11-01 08:00:00',9337,NULL),(9868,222,'6.0,4.85,12.4,36.3,74.8,25.6,34.2,245,64.4,8.6,27.0,3.9,0.5,1.6,15.1,9.0,,2b8d5f050f680dacdf97b558a0a9c65170134234','',552,0,'2013-11-01 08:00:00',9338,NULL),(9869,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2b8d5f050f680dacdf97b558a0a9c65170134234','',552,0,'2013-11-01 08:00:00',9338,NULL),(9870,107,'1/20,1/40,92420ec118d2b00df97a258b52c8ebcd88483436','',552,0,'2013-11-01 08:00:00',9339,NULL),(9871,222,'5.5,3.68,12.3,34.8,94.6,33.4,35.3,454,35.6,17.5,46.9,2.0,1.0,2.5,12.8,7.7,,935e149da273d4f0fd36df419669a97348a26a74','',546,546,'2013-11-02 21:50:41',9340,'2013-11-02 13:52:07'),(9872,14,'','',558,0,'2013-11-02 20:02:47',9342,NULL),(9873,222,'5.2,5.17,16.3,45.5,88.0,31.5,35.8,267,58.0,17.1,24.9,3.0,0.9,1.3,14.1,8.0,,35c977ad30b0b51c163765cd69f666639fd3aff0','',546,546,'2013-11-02 22:53:34',9343,'2013-11-02 14:54:48'),(9874,19,'NEGATIVE,,35c977ad30b0b51c163765cd69f666639fd3aff0','',546,546,'2013-11-02 22:53:34',9343,'2013-11-02 14:54:48'),(9875,18,'[$]NO MALARIA PARASITE SEEN[/$],,,35c977ad30b0b51c163765cd69f666639fd3aff0','',546,0,'2013-11-02 22:53:35',9343,NULL),(9876,222,'6.7,4.74,10.2,33.1,69.8,21.5,30.8,513,28.3,11.8,59.9,1.9,0.8,4.0,14.9,9.2,,baf35985e6d6bb1f079167d430b81e298e492cc2','',546,546,'2013-11-02 23:01:25',9344,'2013-11-02 15:05:54'),(9877,19,'NEGATIVE,,baf35985e6d6bb1f079167d430b81e298e492cc2','',546,546,'2013-11-02 23:01:26',9344,'2013-11-02 15:05:54'),(9878,18,'[$]NO MALARIA PARASITE SEEN[/$],,,baf35985e6d6bb1f079167d430b81e298e492cc2','',546,0,'2013-11-02 23:01:26',9344,NULL),(9879,22,'97 mmhr,,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',546,546,'2013-11-02 23:20:23',9345,'2013-11-02 15:21:17'),(9880,222,'7.9,4.08,12.3,34.5,84.6,30.1,35.7,336,21.5,6.8,71.7,1.7,0.5,5.7,13.1,10.1,,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',546,546,'2013-11-02 23:20:23',9345,'2013-11-02 15:21:17'),(9881,57,'','',558,0,'2013-11-02 20:57:43',9347,NULL),(9882,133,'','',558,0,'2013-11-02 20:57:43',9347,NULL),(9883,56,'','',558,0,'2013-11-02 20:57:43',9347,NULL),(9884,222,'7.7,5.03,11.4,33.8,67.2,22.7,33.7,336,41.9,16.9,41.2,3.2,1.3,3.2,15.3,7.8,,8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f','',557,0,'2013-11-02 08:00:00',9348,NULL),(9885,18,'[$]no malaria parasites seen[/$],-,8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f','',557,0,'2013-11-02 08:00:00',9348,NULL),(9886,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,8c8fe0b6b7a5d2dd2e5dfb27',', ',550,0,'2013-11-02 08:00:00',9350,NULL),(9887,14,'POSITIVE,0a7b662e991ffb848630d06734e78cf48c47fb9e','',535,0,'2013-11-02 08:00:00',9351,NULL),(9888,22,'5,66506676a44ffc296bf3e660f8d88ab75363e3b5','',557,0,'2013-11-02 08:00:00',9352,NULL),(9889,222,'6.0,5.59,14.8,45.1,80.7,26.5,32.8,180,37.9,3.8,58.3,2.3,0.2,3.5,14.8,13.8,,66506676a44ffc296bf3e660f8d88ab75363e3b5','',557,0,'2013-11-02 08:00:00',9352,NULL),(9890,78,'','',558,0,'2013-11-03 01:17:03',9354,NULL),(9891,69,'NEGATIVE,NORMAL (0.01 - 0.05),,66506676a44ffc296bf3e660f8d88ab75363e3b5','',550,0,'2013-11-02 08:00:00',9354,NULL),(9892,93,'< 0.05,,66506676a44ffc296bf3e660f8d88ab75363e3b5','<0.05 ng/mL: Negative- REPEAT TEST in 4 – 6 hours if clinically indicated. \n0.05 – 0.10 ng/ml: Myocardial injury is possible. REPEAT TEST in 4 -6 hours is indicated to exclude acute myocardial nec',534,0,'2013-11-06 08:00:00',9357,NULL),(9893,11,'93,[$]14[/$],[$]6.64[/$],9.17,THERAPEUTIC : 2.0 - 4.0,2c648240fb3cc5d6c318babc9e160eda531237af','',555,0,'2013-11-02 08:00:00',9358,NULL),(9894,222,'14.8,4.54,11.2,34.0,74.9,24.7,32.9,339,32.3,10.7,57.0,4.8,1.6,8.4,14.3,7.4,,7e5a7989145073417b600e424b7b52017a8d8bb0','',557,0,'2013-11-02 08:00:00',9359,NULL),(9895,19,'NEGATIVE,,7e5a7989145073417b600e424b7b52017a8d8bb0','',557,0,'2013-11-02 08:00:00',9359,NULL),(9896,18,'[$]no malaria parasites seen[/$],-,7e5a7989145073417b600e424b7b52017a8d8bb0','',557,0,'2013-11-02 08:00:00',9359,NULL),(9897,222,'16.3,4.86,12.3,36.8,75.7,25.3,33.4,299,40.9,11.7,47.4,6.7,1.9,7.7,14.0,8.7,,148f179321bb94c6761eea27c4a108ce8aad0e57','',557,0,'2013-11-02 08:00:00',9360,NULL),(9898,19,'NEGATIVE,,148f179321bb94c6761eea27c4a108ce8aad0e57','',557,0,'2013-11-02 08:00:00',9360,NULL),(9899,18,'[$]no malaria parasites seen[/$],-,148f179321bb94c6761eea27c4a108ce8aad0e57','',557,0,'2013-11-02 08:00:00',9360,NULL),(9900,132,'','',558,0,'2013-11-03 02:24:41',9361,NULL),(9901,82,'','',558,0,'2013-11-03 03:46:54',9362,NULL),(9902,68,'7.6,-,-,,3020aa5151b2d82a528f28b5ae7807c82fa4994b','',534,0,'2013-11-05 08:00:00',9362,NULL),(9903,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,3020aa5151b2d82a528f',', ',550,0,'2013-11-02 08:00:00',9364,NULL),(9904,22,'18,09972c8a0d6a244f690fb70e3611a295c8911495','',555,0,'2013-11-02 08:00:00',9365,NULL),(9905,68,'4.2,-,-,,09972c8a0d6a244f690fb70e3611a295c8911495','NON DIABETIC, ',555,0,'2013-11-02 08:00:00',9365,NULL),(9906,9,'','',558,0,'2013-11-03 04:06:05',9365,NULL),(9907,19,'NEGATIVE,,09972c8a0d6a244f690fb70e3611a295c8911495','',555,0,'2013-11-02 08:00:00',9365,NULL),(9908,18,'[$]NO MALARIA PARASITES SEEN[/$],-,09972c8a0d6a244f690fb70e3611a295c8911495','',555,0,'2013-11-02 08:00:00',9365,NULL),(9909,57,'','',558,0,'2013-11-03 04:06:05',9367,NULL),(9910,133,'','',558,0,'2013-11-03 04:06:05',9367,NULL),(9911,131,'','',558,0,'2013-11-03 04:06:05',9367,NULL),(9912,132,'','',558,0,'2013-11-03 04:06:05',9367,NULL),(9913,92,'1.2,09972c8a0d6a244f690fb70e3611a295c8911495','PSA may be falsely elevated due to: \nProstatic biopsy/trauma; prostatitis (acute and chronic) and benign\nProstatic hyperplasia. PSA may be raised following Digital\nRectal Examination (DRE) measuremen',534,0,'2013-11-04 08:00:00',9367,NULL),(9914,56,'','',558,0,'2013-11-03 04:06:05',9367,NULL),(9915,65,'','',558,0,'2013-11-03 04:06:05',9367,NULL),(9916,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,09972c8a0d6a244f690fb70e',', ',550,0,'2013-11-02 08:00:00',9370,NULL),(9917,222,'','',558,0,'2013-11-03 04:33:42',9371,NULL),(9918,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3a433279509413355ab7d9d256f9b42169cf66bf','',555,0,'2013-11-03 08:00:00',9371,NULL),(9919,71,'NEGATIVE,,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9373,NULL),(9920,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,3a433279509413355ab7d9d2',', ',550,0,'2013-11-02 08:00:00',9373,NULL),(9921,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9376,NULL),(9922,107,'1/20,1/20,3a433279509413355ab7d9d256f9b42169cf66bf','',555,0,'2013-11-03 08:00:00',9380,NULL),(9923,21,'O,POSITIVE,66506676a44ffc296bf3e660f8d88ab75363e3b5','',534,0,'2013-11-06 08:00:00',9381,NULL),(9924,9,'','',530,0,'2013-11-03 04:57:55',9382,NULL),(9925,130,'','',530,0,'2013-11-03 04:57:56',9384,NULL),(9926,131,'','',530,0,'2013-11-03 04:57:56',9384,NULL),(9927,132,'','',530,0,'2013-11-03 04:57:56',9384,NULL),(9928,35,'HAZY,LIGHT AMBER,6.0,1.025,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,5db930e8938b24b9d745809',', ',555,0,'2013-11-02 08:00:00',9387,NULL),(9929,82,'','',530,0,'2013-11-03 04:57:56',9391,NULL),(9930,68,'','',530,0,'2013-11-03 04:57:56',9391,NULL),(9931,57,'','',530,0,'2013-11-03 05:05:13',9392,NULL),(9932,133,'','',530,0,'2013-11-03 05:05:13',9392,NULL),(9933,8,'[$]2962[/$],[$]509[/$],[$]The linear reportable range of the Roche Taqman assay is 20 -170 000 000 IU/mL\nResults below the lower limit of detection of 9 IU/mL will be reported as \n“Not Detected”. ','',534,0,'2013-11-06 08:00:00',9392,NULL),(9934,132,'','',530,0,'2013-11-03 05:05:13',9392,NULL),(9935,56,'','',530,0,'2013-11-03 05:05:13',9392,NULL),(9936,82,'','',530,0,'2013-11-03 05:05:13',9394,NULL),(9937,68,'','',530,0,'2013-11-03 05:05:13',9394,NULL),(9938,9,'','',530,0,'2013-11-03 05:05:14',9397,NULL),(9939,35,'HAZY,LIGHT AMBER,7.0,1.020,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,4,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,9d464e4de8920b6566ab4a',', ',550,0,'2013-11-02 08:00:00',9401,NULL),(9940,68,'6.4,NEGATIVE,NEGATIVE,,b9ca9ad88169bf4c27ef8c2f9fb0aaaee7531e0c','',555,0,'2013-11-02 08:00:00',9402,NULL),(9941,9,'','',530,0,'2013-11-03 05:23:53',9403,NULL),(9942,19,'NEGATIVE,,fc3b5eb0d12fa1a24b921266393336ae01f8dd03','',555,0,'2013-11-02 08:00:00',9403,NULL),(9943,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fc3b5eb0d12fa1a24b921266393336ae01f8dd03','',555,0,'2013-11-02 08:00:00',9403,NULL),(9944,35,'HAZY,AMBER,7.0,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,2,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,fc3b5eb0d12fa1a24b92',', ',550,0,'2013-11-02 08:00:00',9405,NULL),(9945,9,'','',530,0,'2013-11-03 05:35:30',9406,NULL),(9946,128,'','',530,0,'2013-11-03 05:35:30',9408,NULL),(9947,64,'','',530,0,'2013-11-03 05:53:47',9409,NULL),(9948,132,'','',530,0,'2013-11-03 05:53:47',9409,NULL),(9949,9,'','',530,0,'2013-11-03 05:55:55',9410,NULL),(9950,68,'4.9,-,-,,8a52f6a93353383dac6567c269b5bc0a8fda33c0','NON DIABETIC, ',555,0,'2013-11-02 08:00:00',9411,NULL),(9951,9,'','',530,0,'2013-11-03 06:11:10',9411,NULL),(9952,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8a52f6a93353383dac6567c269b5bc0a8fda33c0','',555,0,'2013-11-02 08:00:00',9411,NULL),(9953,70,',,8a52f6a93353383dac6567c269b5bc0a8fda33c0','',555,0,'2013-11-02 08:00:00',9411,NULL),(9954,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,2e684fe0d7df73575c6',', ',550,0,'2013-11-02 08:00:00',9412,NULL),(9955,9,'','',530,0,'2013-11-03 06:14:41',9414,NULL),(9956,19,'NEGATIVE,,2e684fe0d7df73575c60135802a34e0a1159fcc0','',555,0,'2013-11-02 08:00:00',9414,NULL),(9957,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2e684fe0d7df73575c60135802a34e0a1159fcc0','',555,0,'2013-11-02 08:00:00',9414,NULL),(9958,20,'NEGATIVE,2e684fe0d7df73575c60135802a34e0a1159fcc0','',555,0,'2013-11-02 08:00:00',9414,NULL),(9959,107,'1/20,1/20,2e684fe0d7df73575c60135802a34e0a1159fcc0','',555,0,'2013-11-02 08:00:00',9417,NULL),(9960,112,'NEGATIVE,,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',555,0,'2013-11-02 08:00:00',9418,NULL),(9961,117,'NEGATIVE,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',555,0,'2013-11-02 08:00:00',9418,NULL),(9962,107,'1/20,1/20,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',555,0,'2013-11-02 08:00:00',9418,NULL),(9963,25,'NO DEFECT,,5bcc7a72ec6f3ca8d98f66d916fe3a91dfffb1fc','',550,0,'2013-11-02 08:00:00',9420,NULL),(9964,9,'','',530,0,'2013-11-03 06:33:58',9421,NULL),(9965,57,'','',530,0,'2013-11-03 06:33:58',9423,NULL),(9966,133,'','',530,0,'2013-11-03 06:33:58',9423,NULL),(9967,56,'','',530,0,'2013-11-03 06:33:58',9423,NULL),(9968,36,'','',530,0,'2013-11-03 06:33:59',9426,NULL),(9969,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,5e0724595ff092d999cd585a6',', ',550,0,'2013-11-02 08:00:00',9426,NULL),(9970,44,'NO FUNGAL ELEMENTS SEEN,dca6f02e6bf0aa7bea9d8e4fe224052bcf9d9729','',534,0,'2013-11-04 08:00:00',9427,NULL),(9971,9,'','',530,0,'2013-11-03 06:40:41',9428,NULL),(9972,19,'NEGATIVE,,5bfed0cce3d747069133c2e9ba5763be99bd7662','',555,0,'2013-11-02 08:00:00',9428,NULL),(9973,68,'5.7,-,-,,c95128d09c70fac85f5f5a063ed2814db045fa6e','NON DIABETIC, ',555,0,'2013-11-02 08:00:00',9429,NULL),(9974,9,'','',530,0,'2013-11-03 06:44:01',9429,NULL),(9975,19,'NEGATIVE,,c95128d09c70fac85f5f5a063ed2814db045fa6e','',555,0,'2013-11-02 08:00:00',9429,NULL),(9976,35,'HAZY,AMBER,6.0,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,b2e8fadc9f9e63890f490fd28f0bfa324',', ',550,0,'2013-11-02 08:00:00',9430,NULL),(9977,5,'8.43,,27ff267abc819989b75f660d0bd366fa1208966e','',555,0,'2013-11-03 07:52:22',9431,NULL),(9978,9,'','',530,0,'2013-11-03 06:56:08',9432,NULL),(9979,223,'','',530,0,'2013-11-03 06:56:08',9432,NULL),(9980,68,'5.6,-,-,,d7b9d430634d90b0d04309ea0d685c0f421c2c25','NON DIABETIC, ',555,0,'2013-11-02 08:00:00',9433,NULL),(9981,9,'','',530,0,'2013-11-02 19:12:38',9433,NULL),(9982,19,'NEGATIVE,,d7b9d430634d90b0d04309ea0d685c0f421c2c25','',555,0,'2013-11-02 08:00:00',9433,NULL),(9983,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d7b9d430634d90b0d04309ea0d685c0f421c2c25','',555,0,'2013-11-02 08:00:00',9433,NULL),(9984,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,d7b9d430634d90b0d04309ea0d685c0f4',', ',550,0,'2013-11-02 08:00:00',9435,NULL),(9985,107,'1/20,1/20,d7b9d430634d90b0d04309ea0d685c0f421c2c25','',555,0,'2013-11-02 08:00:00',9438,NULL),(9986,9,'','',530,0,'2013-11-02 19:16:06',9439,NULL),(9987,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd','',555,0,'2013-11-02 08:00:00',9439,NULL),(9988,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd',', ',550,0,'2013-11-02 08:00:00',9441,NULL),(9989,107,'1/20,1/20,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd','',555,0,'2013-11-02 08:00:00',9444,NULL),(9990,19,'NEGATIVE,,8415176a4a863c154331890444b6f4b06dcb5f93','',555,0,'2013-11-02 08:00:00',9445,NULL),(9991,35,'','',530,0,'2013-11-02 19:19:21',9447,NULL),(9992,36,'No Bacteria Growth,##,##,,c0140760d96de1b52c550419401b6de8d8c28369','',534,0,'2013-11-06 08:00:00',9448,NULL),(9993,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,c0140760d96de1b52c550419',', ',550,0,'2013-11-02 08:00:00',9448,NULL),(9994,112,'POSITIVE,,c0140760d96de1b52c550419401b6de8d8c28369','',555,0,'2013-11-02 08:00:00',9450,NULL),(9995,117,'NEGATIVE,c0140760d96de1b52c550419401b6de8d8c28369','',555,0,'2013-11-02 08:00:00',9450,NULL),(9996,9,'','',530,0,'2013-11-02 19:36:38',9451,NULL),(9997,9,'','',530,0,'2013-11-02 20:03:47',9452,NULL),(9998,71,'NEGATIVE,,7522edf7c02fe8506261b3736d5790620f8a4cb0','',550,0,'2013-11-02 08:00:00',9454,NULL),(9999,19,'NEGATIVE,,2d69631c3393d26539b513cbbffe62d6300230ef','',550,0,'2013-11-02 08:00:00',9455,NULL),(10000,68,'','',530,0,'2013-11-02 20:30:04',9456,NULL),(10001,132,'','',530,0,'2013-11-02 20:43:41',9457,NULL),(10002,19,'NEGATIVE,,3b7c9bede98b3e2e9ae1bd222fa5ebe6d478fcd1','',550,0,'2013-11-02 08:00:00',9458,NULL),(10003,69,'NEGATIVE,NORMAL (0.01 - 0.05),,e1d9fa113e9009650f0f6947b73a7e8953c2e1b1','',555,0,'2013-11-02 08:00:00',9459,NULL),(10004,9,'','',530,0,'2013-11-02 21:12:46',9460,NULL),(10005,19,'POSITIVE,,8106567b67082d41717fc1efebe66fc7f464c40e','',550,0,'2013-11-02 08:00:00',9460,NULL),(10006,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,8106567b67082d41717fc1ef',', ',550,0,'2013-11-02 08:00:00',9462,NULL),(10007,105,'SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,cfc999d6096e62cb5cb673448701388ce02ea5e9','',550,0,'2013-11-02 08:00:00',9463,NULL),(10008,9,'','',530,0,'2013-11-02 21:58:17',9464,NULL),(10009,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,29fa8945f998a78f05e9e46a',', ',550,0,'2013-11-02 08:00:00',9466,NULL),(10010,16,'NEGATIVE,29fa8945f998a78f05e9e46a5d3b0417f3fc2a45','',550,0,'2013-11-02 08:00:00',9469,NULL),(10011,14,'NEGATIVE,29fa8945f998a78f05e9e46a5d3b0417f3fc2a45','',550,0,'2013-11-02 08:00:00',9473,NULL),(10012,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,3a433279509413355ab7d9d2',', ',550,0,'2013-11-02 08:00:00',9474,NULL),(10013,111,'','',530,0,'2013-11-02 22:06:13',9475,NULL),(10014,114,'','',530,0,'2013-11-02 22:06:13',9475,NULL),(10015,116,'','',530,0,'2013-11-02 22:06:13',9475,NULL),(10016,115,'','',530,0,'2013-11-02 22:06:13',9475,NULL),(10017,113,'','',530,0,'2013-11-02 22:06:13',9475,NULL),(10018,112,'','',530,0,'2013-11-02 22:06:13',9475,NULL),(10019,8,'[$]8369[/$],[$]1438[/$],[$]-[/$],c0140760d96de1b52c550419401b6de8d8c28369','The linear reportable range of the Roche Taqman assay is 20 -170 000 000 IU/mL\nResults below the lower limit of detection of 9 IU/mL will be reported as \n“Not Detected”. \n',534,0,'2013-11-06 08:00:00',9475,NULL),(10020,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9476,NULL),(10021,28,'NEGATIVE,[$]AA[/$],,8802aa60b9e656f747b34ea1b882e694f56b7b27','',534,0,'2013-11-06 08:00:00',9477,NULL),(10022,71,'NEGATIVE,,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9478,NULL),(10023,36,'No Significant Bacteria Growth,##,##,,ec0b2e9dd751c37d5513762e6c1ee06276c6d591','',535,0,'2013-11-05 08:00:00',9479,NULL),(10024,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,ec0b2e9dd751c37d5513762e6c1ee0627',', ',550,0,'2013-11-02 08:00:00',9479,NULL),(10025,9,'','',530,0,'2013-11-02 22:25:22',9480,NULL),(10026,19,'NEGATIVE,,5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e','',550,0,'2013-11-02 08:00:00',9480,NULL),(10027,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e','',550,0,'2013-11-02 08:00:00',9480,NULL),(10028,71,'NEGATIVE,,5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e','',550,0,'2013-11-02 08:00:00',9482,NULL),(10029,35,'HAZY,LIGHT AMBER,6.0,1.030,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,5fd09f09ec3f7ceae5',', ',550,0,'2013-11-02 08:00:00',9482,NULL),(10030,107,'1/20,1/20,5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e','',550,0,'2013-11-02 08:00:00',9485,NULL),(10031,107,'','',530,0,'2013-11-02 22:31:05',9486,NULL),(10032,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,9ef6e15a6feae0d0c6b12523',', ',550,0,'2013-11-02 08:00:00',9487,NULL),(10033,36,'Escherichia coli,##,##,,bae90cef09abbcddd5b0afa8e593638a5172b498','',555,0,'2013-11-09 08:00:00',9488,NULL),(10034,35,'CLOUDY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,0,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,bae90ce',', ',550,0,'2013-11-02 08:00:00',9488,NULL),(10035,70,',,bae90cef09abbcddd5b0afa8e593638a5172b498','',534,0,'2013-11-04 08:00:00',9490,NULL),(10036,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.[/$],##,##,,9e59341a476441fffd44b4caa22a0b1f275877bc','',534,0,'2013-11-04 08:00:00',9491,NULL),(10037,9,'','',530,0,'2013-11-02 22:34:49',9491,NULL),(10038,19,'NEGATIVE,,9e59341a476441fffd44b4caa22a0b1f275877bc','',550,0,'2013-11-02 08:00:00',9491,NULL),(10039,20,'POSITIVE,9e59341a476441fffd44b4caa22a0b1f275877bc','',550,0,'2013-11-02 08:00:00',9491,NULL),(10040,22,'22,97f5f968ee2a6aca963a7bf26283e1345ebabe33','',550,0,'2013-11-02 08:00:00',9492,NULL),(10041,9,'','',530,0,'2013-11-02 22:38:42',9492,NULL),(10042,19,'NEGATIVE,,97f5f968ee2a6aca963a7bf26283e1345ebabe33','',550,0,'2013-11-02 08:00:00',9492,NULL),(10043,18,'[$]NO MALARIA PARASITES SEEN[/$],-,97f5f968ee2a6aca963a7bf26283e1345ebabe33','',550,0,'2013-11-02 08:00:00',9492,NULL),(10044,35,'','',530,0,'2013-11-02 22:38:42',9494,NULL),(10045,9,'','',530,0,'2013-11-02 22:40:36',9495,NULL),(10046,18,'[$]NO MALARIA PARASITES SEEN[/$],-,05acfc95422cef2705fc70eb5cf3e1aeb6541a87','',550,0,'2013-11-02 08:00:00',9495,NULL),(10047,19,'POSITIVE,,9ef6e15a6feae0d0c6b125236d16ad12d24ac713','',550,0,'2013-11-02 08:00:00',9496,NULL),(10048,9,'','',530,0,'2013-11-02 22:43:31',9497,NULL),(10049,19,'NEGATIVE,,59f4ab8d5f53a61b7a9f8b47b535c71789c8e009','',550,0,'2013-11-02 08:00:00',9497,NULL),(10050,36,'','',530,0,'2013-11-02 22:43:31',9499,NULL),(10051,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,59f4ab8d5f53a61b7a9f8b47b535c71789c8e009',', ',550,0,'2013-11-02 08:00:00',9499,NULL),(10052,19,'NEGATIVE,,53fd5c557f3c82b6f778236a92961a09359cd33c','',550,0,'2013-11-02 08:00:00',9500,NULL),(10053,18,'[$]NO MALARIA PARASITES SEEN[/$],-,53fd5c557f3c82b6f778236a92961a09359cd33c','',550,0,'2013-11-02 08:00:00',9500,NULL),(10054,107,'1/20,1/20,53fd5c557f3c82b6f778236a92961a09359cd33c','',550,0,'2013-11-02 08:00:00',9502,NULL),(10055,57,'','',530,0,'2013-11-02 22:56:09',9503,NULL),(10056,133,'','',530,0,'2013-11-02 22:56:09',9503,NULL),(10057,16,'NEGATIVE,d04e8e424327895bad789a7f4c0916de4fe51364','',550,0,'2013-11-02 08:00:00',9503,NULL),(10058,131,'','',530,0,'2013-11-02 22:56:09',9503,NULL),(10059,56,'','',530,0,'2013-11-02 22:56:09',9503,NULL),(10060,107,'1/20,1/20,d04e8e424327895bad789a7f4c0916de4fe51364','',550,0,'2013-11-02 08:00:00',9503,NULL),(10061,9,'','',530,0,'2013-11-02 22:56:09',9505,NULL),(10062,79,'','',530,0,'2013-11-02 22:56:09',9508,NULL),(10063,35,'CLEAR,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,d04e8e424327895bad789a7f',', ',550,0,'2013-11-02 08:00:00',9508,NULL),(10064,14,'NEGATIVE,d04e8e424327895bad789a7f4c0916de4fe51364','',550,0,'2013-11-02 08:00:00',9512,NULL),(10065,213,'','',550,0,'2013-11-02 22:57:32',9513,NULL),(10066,22,'5,8442f1f5d0760cef5423a96481cc6f3d9a1c1786','',550,0,'2013-11-02 08:00:00',9514,NULL),(10067,9,'','',530,0,'2013-11-02 22:58:04',9514,NULL),(10068,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,8442f1f5d0760cef5423a96481cc6f3d9a1c1786','',555,0,'2013-11-04 08:00:00',9516,NULL),(10069,16,'POSITIVE,8442f1f5d0760cef5423a96481cc6f3d9a1c1786','',550,0,'2013-11-02 08:00:00',9519,NULL),(10070,14,'NEGATIVE,8442f1f5d0760cef5423a96481cc6f3d9a1c1786','',555,0,'2013-11-09 08:00:00',9523,NULL),(10071,9,'','',530,0,'2013-11-02 23:00:14',9524,NULL),(10072,131,'','',530,0,'2013-11-02 23:00:15',9526,NULL),(10073,37,'','',530,0,'2013-11-02 23:00:15',9529,NULL),(10074,21,'O,POSITIVE,9835cb78d0daee6c21c58767322e407e4726259b','',550,0,'2013-11-02 08:00:00',9530,NULL),(10075,9,'','',530,0,'2013-11-02 23:02:25',9530,NULL),(10076,20,'NEGATIVE,9835cb78d0daee6c21c58767322e407e4726259b','',550,0,'2013-11-02 08:00:00',9530,NULL),(10077,112,'NEGATIVE,,9835cb78d0daee6c21c58767322e407e4726259b','',550,0,'2013-11-02 08:00:00',9532,NULL),(10078,22,'97,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',550,0,'2013-11-02 08:00:00',9533,NULL),(10079,222,'7.9,4.08,12.3,34.5,84.6,30.1,35.7,336,21.5,6.8,71.7,1.7,0.5,5.7,13.1,12.5,,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',550,0,'2013-11-02 08:00:00',9533,NULL),(10080,9,'','',530,0,'2013-11-02 23:08:37',9534,NULL),(10081,19,'NEGATIVE,,381ecb2af7c36db2b1fd865272405353a79e79d4','',550,0,'2013-11-02 08:00:00',9534,NULL),(10082,18,'[$]NO MALARIA PARASITES SEEN[/$],-,381ecb2af7c36db2b1fd865272405353a79e79d4','',550,0,'2013-11-02 08:00:00',9534,NULL),(10083,35,'CLEAR,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,381ecb2af7c36db2b1fd8652',', ',550,0,'2013-11-02 08:00:00',9536,NULL),(10084,107,'1/20,1/20,381ecb2af7c36db2b1fd865272405353a79e79d4','',550,0,'2013-11-02 08:00:00',9539,NULL),(10085,9,'','',530,0,'2013-11-02 23:31:59',9540,NULL),(10086,18,'[$]NO MALARIA PARASITES SEEN[/$],-,10314c68f53a5b6dd790e745079e91f7be73ee47','',550,0,'2013-11-02 08:00:00',9540,NULL),(10087,35,'HAZY,AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,10314c68f53a5b6dd790e7',', ',550,0,'2013-11-02 08:00:00',9542,NULL),(10088,9,'','',530,0,'2013-11-02 23:54:11',9543,NULL),(10089,19,'NEGATIVE,,bc316ba46bbe2cc38dde6a188ab69d496f1b4a74','',550,0,'2013-11-02 08:00:00',9543,NULL),(10090,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bc316ba46bbe2cc38dde6a188ab69d496f1b4a74','',550,0,'2013-11-02 08:00:00',9543,NULL),(10091,35,'HAZY,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bc316ba46bbe2cc38dde6a188ab69d496f1b4a74',', ',550,0,'2013-11-02 08:00:00',9545,NULL),(10092,9,'','',530,0,'2013-11-03 00:15:07',9546,NULL),(10093,28,'POSITIVE,[$]AS[/$],,d88dbb95436a4bb4e7345de84c1f11493f635c4b','',555,0,'2013-11-09 08:00:00',9546,NULL),(10094,128,'','',530,0,'2013-11-03 00:15:07',9548,NULL),(10095,9,'','',530,0,'2013-11-03 00:31:36',9549,NULL),(10096,78,',,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,504,'2013-11-05 18:45:39',9551,'2013-11-05 10:48:01'),(10097,57,',,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,504,'2013-11-05 18:45:39',9551,'2013-11-05 10:48:01'),(10098,73,',,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,504,'2013-11-05 18:45:39',9551,'2013-11-05 10:48:01'),(10099,133,',,,,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,504,'2013-11-05 18:45:39',9551,'2013-11-05 10:48:01'),(10100,75,',,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,504,'2013-11-05 18:45:39',9551,'2013-11-05 10:48:01'),(10101,132,',,,,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,504,'2013-11-05 18:45:39',9551,'2013-11-05 10:48:01'),(10102,69,'NEGATIVE,NORMAL (0.01 - 0.05),,9bca6030ced4c1f3168800ffab1bd20a723231ba','TROPONIN I:NEGATIVE',504,504,'2013-11-05 18:45:40',9551,'2013-11-05 10:48:01'),(10103,56,',,9bca6030ced4c1f3168800ffab1bd20a723231ba','TROPONIN I:NEGATI',504,504,'2013-11-05 18:45:40',9551,'2013-11-05 10:48:01'),(10104,68,',NEGATIVE,NEGATIVE,,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,0,'2013-11-05 18:44:08',9554,NULL),(10105,93,'< 0.05,,9bca6030ced4c1f3168800ffab1bd20a723231ba','',504,0,'2013-11-05 18:44:08',9554,NULL),(10106,22,'9,47e764a8793fa35c3403a72c4420dacce8e3357e','',550,0,'2013-11-02 08:00:00',9555,NULL),(10107,9,'','',530,0,'2013-11-03 00:46:09',9555,NULL),(10108,9,'','',530,0,'2013-11-03 01:07:47',9556,NULL),(10109,19,'NEGATIVE,,b8b83e95de590b83335e8f83f4887802973770c2','',550,0,'2013-11-02 08:00:00',9556,NULL),(10110,22,'26,a505dedb10f6ed4b17ad55d9c6a3a3b59a11c76f','',550,0,'2013-11-02 08:00:00',9557,NULL),(10111,9,'','',530,0,'2013-11-03 01:12:02',9557,NULL),(10112,19,'NEGATIVE,,a505dedb10f6ed4b17ad55d9c6a3a3b59a11c76f','',550,0,'2013-11-02 08:00:00',9557,NULL),(10113,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a505dedb10f6ed4b17ad55d9c6a3a3b59a11c76f','',550,0,'2013-11-02 08:00:00',9557,NULL),(10114,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a505dedb10f6ed4b17ad55d9c6a3a3b59a11c76f',', ',550,0,'2013-11-02 08:00:00',9559,NULL),(10115,40,'[$][/$],##,##,,1bb9b38e615b249f66748c163673ee88c2718474','',550,0,'2013-11-02 08:00:00',9560,NULL),(10116,9,'','',530,0,'2013-11-03 01:15:22',9560,NULL),(10117,19,'NEGATIVE,,1bb9b38e615b249f66748c163673ee88c2718474','',550,0,'2013-11-02 08:00:00',9560,NULL),(10118,20,'NEGATIVE,1bb9b38e615b249f66748c163673ee88c2718474','',550,0,'2013-11-02 08:00:00',9560,NULL),(10119,35,'','',530,0,'2013-11-03 01:15:22',9562,NULL),(10120,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1bb9b38e615b249f66748c163673ee88c2718474','',555,0,'2013-11-02 08:00:00',9565,NULL),(10121,223,'','',530,0,'2013-11-03 01:16:56',9566,NULL),(10122,16,'POSITIVE,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9567,NULL),(10123,27,'NON-REACTIVE,-,NEGATIVE,,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9567,NULL),(10124,14,'POSITIVE,3a433279509413355ab7d9d256f9b42169cf66bf','',550,0,'2013-11-02 08:00:00',9569,NULL),(10125,9,'','',530,0,'2013-11-03 01:29:17',9570,NULL),(10126,37,'BROWN,SEMI FORMED,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,present (+),Not Seen,,5743b73c192537dacd52d472051b2cd766373f68','',550,0,'2013-11-02 08:00:00',9572,NULL),(10127,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,5743b73c192537dacd52d472051b2cd766373f68',', ',550,0,'2013-11-02 08:00:00',9575,NULL),(10128,71,'NEGATIVE,,8e9b467559c30b9d9515b4a070cbdec9df27e27c','',550,0,'2013-11-02 08:00:00',9576,NULL),(10129,36,'No Bacteria Growth,##,##,,64d150e2318b2185ab4b72ea6a1b885d41c0c26f','',534,0,'2013-11-04 08:00:00',9577,NULL),(10130,9,'','',530,0,'2013-11-03 01:55:24',9578,NULL),(10131,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,20,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,89226144c4c416760b382',', ',550,0,'2013-11-02 08:00:00',9580,NULL),(10132,9,'','',530,0,'2013-11-03 02:00:50',9581,NULL),(10133,19,'NEGATIVE,,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-02 08:00:00',9581,NULL),(10134,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-02 08:00:00',9581,NULL),(10135,71,'POSITIVE,,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-02 08:00:00',9583,NULL),(10136,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5df70d8d335455ef0af03d483a1318b08346eaf4',', ',550,0,'2013-11-02 08:00:00',9583,NULL),(10137,16,'','',530,0,'2013-11-03 02:00:51',9586,NULL),(10138,14,'','',530,0,'2013-11-03 02:00:51',9590,NULL),(10139,9,'','',530,0,'2013-11-03 02:17:35',9591,NULL),(10140,19,'NEGATIVE,,ad610c8db690d190103a414180c53942b2203c8e','',550,0,'2013-11-02 08:00:00',9591,NULL),(10141,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ad610c8db690d190103a414180c53942b2203c8e',', ',550,0,'2013-11-02 08:00:00',9593,NULL),(10142,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,ad610c8db690d190103a414180c53942b2203c8e','',550,0,'2013-11-02 08:00:00',9596,NULL),(10143,22,'8,20e76f7b42b545edb8317cd6dd8fea154a26802c','',550,0,'2013-11-02 08:00:00',9597,NULL),(10144,9,'','',530,0,'2013-11-03 02:29:59',9597,NULL),(10145,35,'','',530,0,'2013-11-03 02:30:00',9599,NULL),(10146,9,'','',530,0,'2013-11-03 02:49:06',9600,NULL),(10147,19,'NEGATIVE,,f2254ee5a51c642a06020ec7b51e6eed32b50636','',550,0,'2013-11-02 08:00:00',9600,NULL),(10148,22,'12,7d346a29eeee2f3909f5aa064d5222de023d7095','',555,0,'2013-11-02 08:00:00',9601,NULL),(10149,9,'','',530,0,'2013-11-03 03:04:47',9601,NULL),(10150,21,'O,POSITIVE,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9602,NULL),(10151,9,'','',530,0,'2013-11-03 03:08:19',9602,NULL),(10152,25,'NO DEFECT,,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9602,NULL),(10153,20,'NEGATIVE,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9602,NULL),(10154,112,'NEGATIVE,,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9604,NULL),(10155,27,'NON-REACTIVE,-,NEGATIVE,,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9604,NULL),(10156,108,'NON - REACTIVE,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9604,NULL),(10157,82,'','',530,0,'2013-11-03 03:08:19',9607,NULL),(10158,68,'6.4,-,-,,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9607,NULL),(10159,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,b932c64f176d6bed8cdc6bf35',', ',552,0,'2013-11-03 08:00:00',9611,NULL),(10160,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b932c64f176d6bed8cdc6bf3572b0e4afb001e42','',552,0,'2013-11-03 08:00:00',9616,NULL),(10161,9,'','',530,0,'2013-11-03 03:09:55',9617,NULL),(10162,19,'NEGATIVE,,37245931a72faabedfa9389e9abbe2c81da667d9','',555,0,'2013-11-02 08:00:00',9617,NULL),(10163,21,'A,NEGATIVE,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9618,NULL),(10164,9,'','',530,0,'2013-11-03 03:14:14',9618,NULL),(10165,25,'NO DEFECT,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9618,NULL),(10166,20,'NEGATIVE,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9618,NULL),(10167,71,'POSITIVE,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9620,NULL),(10168,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,CALCIUM OXALATE (+),NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,577ad73b2b3ce7e42e7',', ',552,0,'2013-11-03 08:00:00',9620,NULL),(10169,37,'','',530,0,'2013-11-03 03:14:14',9623,NULL),(10170,112,'NEGATIVE,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9627,NULL),(10171,27,'NON-REACTIVE,-,NEGATIVE,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9627,NULL),(10172,108,'NON - REACTIVE,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9627,NULL),(10173,9,'','',530,0,'2013-11-03 03:30:09',9628,NULL),(10174,36,'No Significant Bacteria Growth,##,##,,795711254bd4d1138b1e9016556b5d22a5b6f123','',534,0,'2013-11-04 08:00:00',9630,NULL),(10175,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,795711254bd4d1138b1e9016556b5d22a5b6f123',', ',555,0,'2013-11-02 08:00:00',9630,NULL),(10176,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d10495282778da8e2343f15c606ab1b4454ddb26','',555,0,'2013-11-02 08:00:00',9631,NULL),(10177,9,'','',530,0,'2013-11-03 03:44:06',9632,NULL),(10178,35,'','',530,0,'2013-11-03 03:44:07',9634,NULL),(10179,22,'40,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,557,'2013-11-02 08:00:00',9635,'2013-11-02 23:02:44'),(10180,9,',,,,,,,,,,,,,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,0,'2013-11-03 07:02:44',9635,NULL),(10181,19,'NEGATIVE,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,557,'2013-11-02 08:00:00',9635,'2013-11-02 23:02:44'),(10182,18,'[$]no malaria parasites seen[/$],-,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,0,'2013-11-03 07:02:44',9635,NULL),(10183,112,'NEGATIVE,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,0,'2013-11-02 08:00:00',9637,NULL),(10184,132,'','',530,0,'2013-11-03 03:51:09',9637,NULL),(10185,36,'No Bacteria Growth,##,##,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,0,'2013-11-03 07:00:56',9640,NULL),(10186,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,8,0,,,,,,,07cd36eb7029cdc462e2423af87b5dca1f346491','',557,557,'2013-11-02 08:00:00',9640,'2013-11-02 23:00:56'),(10187,71,'NEGATIVE,,010fa3e5bb39bce9aeee3c1aa8e6186f7fa5da67','',555,0,'2013-11-02 08:00:00',9641,NULL),(10188,222,'9.6,3.85,12.4,33.9,88.1,32.2,36.6,287,10.9,7.0,82.1,1.0,0.7,7.8,12.4,8.4,,5e2ef16bb60739e8c856b87cd08d5d414c99a270','',557,0,'2013-11-02 08:00:00',9642,NULL),(10189,28,'NEGATIVE,[$]AA[/$],,5e2ef16bb60739e8c856b87cd08d5d414c99a270','',534,0,'2013-11-06 08:00:00',9642,NULL),(10190,18,'[$]no malaria parasites seen[/$],-,5e2ef16bb60739e8c856b87cd08d5d414c99a270','',557,0,'2013-11-02 08:00:00',9642,NULL),(10191,107,'1/20,1/20,5e2ef16bb60739e8c856b87cd08d5d414c99a270','',557,0,'2013-11-02 08:00:00',9644,NULL),(10192,222,'6.7,5.12,13.4,41.1,80.3,26.2,32.6,256,26.8,2.9,70.3,1.8,0.2,4.7,13.0,10.0,,8b80a7815ea3a3ce2a8dd284f5892a98a91c2e25','',557,0,'2013-11-02 08:00:00',9645,NULL),(10193,18,'[$]no malaria parasites seen[/$],-,8b80a7815ea3a3ce2a8dd284f5892a98a91c2e25','',557,0,'2013-11-02 08:00:00',9645,NULL),(10194,107,'1/20,1/20,8b80a7815ea3a3ce2a8dd284f5892a98a91c2e25','',557,0,'2013-11-02 08:00:00',9647,NULL),(10195,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8b80a7815ea3a3ce2a8dd284f5892a98a91c2e25',', ',557,0,'2013-11-02 08:00:00',9650,NULL),(10196,222,'4.8,4.25,13.2,37.3,87.8,31.1,35.4,245,44.4,7.3,48.3,2.1,0.4,2.3,13.4,8.1,,c51d4b89a6b6b8495fef958c52a6fd7ae4194313','',557,0,'2013-11-02 08:00:00',9651,NULL),(10197,19,'NEGATIVE,,c51d4b89a6b6b8495fef958c52a6fd7ae4194313','',557,0,'2013-11-02 08:00:00',9651,NULL),(10198,18,'[$]no malaria parasites seen[/$],-,c51d4b89a6b6b8495fef958c52a6fd7ae4194313','',557,0,'2013-11-02 08:00:00',9651,NULL),(10199,107,'1/20,1/20,c51d4b89a6b6b8495fef958c52a6fd7ae4194313','',557,0,'2013-11-02 08:00:00',9653,NULL),(10200,35,'CLEAR,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,c51d4b89a6b6b8495fef958c',', ',557,0,'2013-11-02 08:00:00',9656,NULL),(10201,222,'4.4,3.75,10.4,31.0,82.7,27.7,33.5,294,45.3,8.0,46.7,2.0,0.4,2.0,12.7,8.8,,cb2cfd876cd1ec1ec85c5a913216fd3c96a7e69b','',557,0,'2013-11-02 08:00:00',9657,NULL),(10202,19,'NEGATIVE,,cb2cfd876cd1ec1ec85c5a913216fd3c96a7e69b','',557,0,'2013-11-02 08:00:00',9657,NULL),(10203,18,'[$]no malaria parasites seen[/$],-,cb2cfd876cd1ec1ec85c5a913216fd3c96a7e69b','',557,0,'2013-11-02 08:00:00',9657,NULL),(10204,107,'1/20,1/20,cb2cfd876cd1ec1ec85c5a913216fd3c96a7e69b','',557,0,'2013-11-02 08:00:00',9659,NULL),(10205,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,cb2cfd876cd1ec1ec85c5a91',', ',557,0,'2013-11-02 08:00:00',9662,NULL),(10206,222,'7.3,4.41,13.1,36.6,83.0,29.7,35.8,166,13.4,17.0,69.6,1.0,1.2,5.1,12.4,10.6,,66287a7f2b574bce77602b8231a67e1def1e5111','',557,0,'2013-11-02 08:00:00',9663,NULL),(10207,19,'NEGATIVE,,66287a7f2b574bce77602b8231a67e1def1e5111','',557,0,'2013-11-02 08:00:00',9663,NULL),(10208,18,'[$]no malaria parasites seen[/$],-,66287a7f2b574bce77602b8231a67e1def1e5111','',557,0,'2013-11-02 08:00:00',9663,NULL),(10209,107,'1/20,1/20,66287a7f2b574bce77602b8231a67e1def1e5111','',557,0,'2013-11-02 08:00:00',9665,NULL),(10210,71,'NEGATIVE,,66287a7f2b574bce77602b8231a67e1def1e5111','',557,0,'2013-11-02 08:00:00',9668,NULL),(10211,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,66287a7f2b574bce77602b8231a67e1de',', ',557,0,'2013-11-02 08:00:00',9668,NULL),(10212,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,,c8df25b1d3bc086b910c26fab77eba4c049340f0','',557,0,'2013-11-02 08:00:00',9669,NULL),(10213,108,'NON - REACTIVE,c8df25b1d3bc086b910c26fab77eba4c049340f0','',557,0,'2013-11-02 08:00:00',9669,NULL),(10214,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c8df25b1d3bc086b910c26fab77eba4c049340f0',', ',557,0,'2013-11-02 08:00:00',9671,NULL),(10215,222,'12.7,5.56,13.8,41.7,75.0,24.8,33.4,353,24.2,5.1,70.7,3.1,0.6,9.0,13.9,9.6,,a62ad11dc67bd6108b0fe819c7e0c3f8a5ca577c','',557,0,'2013-11-02 08:00:00',9672,NULL),(10216,19,'NEGATIVE,,a62ad11dc67bd6108b0fe819c7e0c3f8a5ca577c','',557,0,'2013-11-02 08:00:00',9672,NULL),(10217,18,'[$]no malaria parasites seen[/$],-,a62ad11dc67bd6108b0fe819c7e0c3f8a5ca577c','',557,0,'2013-11-02 08:00:00',9672,NULL),(10218,16,'NEGATIVE,,a62ad11dc67bd6108b0fe819c7e0c3f8a5ca577c','',557,0,'2013-11-03 06:48:59',9674,NULL),(10219,107,'1/20,1/20,,a62ad11dc67bd6108b0fe819c7e0c3f8a5ca577c','',557,0,'2013-11-03 06:48:59',9674,NULL),(10220,14,'','',531,0,'2013-11-03 06:57:43',9677,NULL),(10221,222,'6.9,5.24,15.0,44.4,84.7,28.6,33.8,255,33.5,7.6,58.9,2.3,0.5,4.1,13.2,8.4,,d3e75103fd6bd71aac61b92707c673af25e1a6bd','',557,557,'2013-11-02 08:00:00',9678,'2013-11-02 23:05:17'),(10222,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,,d3e75103fd6bd71aac61b92707c673af25e1a6bd','HIV FIRST RESPONSE:NONREACTIVE',557,0,'2013-11-03 07:05:17',9678,NULL),(10223,19,'NEGATIVE,,d3e75103fd6bd71aac61b92707c673af25e1a6bd','HIV FIRST RESPONSE:NONREACTI',557,557,'2013-11-02 08:00:00',9678,'2013-11-02 23:05:17'),(10224,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,d3e75103fd6bd71aac61b92707c673af25e1a6bd','HIV FIRST RESPONSE:NONREAC',557,557,'2013-11-02 08:00:00',9678,'2013-11-02 23:05:17'),(10225,107,'1/20,1/20,,d3e75103fd6bd71aac61b92707c673af25e1a6bd','',557,0,'2013-11-03 07:06:02',9680,NULL),(10226,14,'NEGATIVE,d3e75103fd6bd71aac61b92707c673af25e1a6bd','',557,0,'2013-11-02 08:00:00',9683,NULL),(10227,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d3e75103fd6bd71aac61b92707c673af25e1a6bd',', ',557,0,'2013-11-02 08:00:00',9687,NULL),(10228,71,'POSITIVE,,5e2ef16bb60739e8c856b87cd08d5d414c99a270','',557,0,'2013-11-02 08:00:00',9688,NULL),(10229,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,12,6,0,NOT SEEN,PRESENT (++),,,,,,,,,,,,,,,,,,,NOT SEEN,5e2ef16bb60739e8c',', ',557,0,'2013-11-02 08:00:00',9688,NULL),(10230,222,'7.5,5.28,15.2,43.6,82.6,28.8,34.9,113,11.6,6.7,81.7,0.9,0.5,6.1,15.0,9.4,,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',557,0,'2013-11-03 08:00:00',9689,NULL),(10231,19,'NEGATIVE,,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',557,0,'2013-11-03 08:00:00',9689,NULL),(10232,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',557,0,'2013-11-03 08:00:00',9689,NULL),(10233,107,'1/20,1/20,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',557,0,'2013-11-03 08:00:00',9691,NULL),(10234,71,'NEGATIVE,,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',557,0,'2013-11-03 08:00:00',9694,NULL),(10235,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b92d373ee044f7730d1e541c6b88cf3bbf2916e',', ',557,0,'2013-11-03 08:00:00',9694,NULL),(10236,222,'13.0,4.26,12.4,36.0,84.5,29.1,34.4,394,40.9,10.1,49.0,5.3,1.3,6.4,13.6,6.9,,0f1cb28b9dd4790e4d9e9d27567a0d6510336fa3','',557,0,'2013-11-02 08:00:00',9695,NULL),(10237,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0f1cb28b9dd4790e4d9e9d27567a0d6510336fa3','',557,0,'2013-11-02 08:00:00',9695,NULL),(10238,37,'','',531,0,'2013-11-03 06:05:51',9697,NULL),(10239,35,'','',531,0,'2013-11-03 06:05:51',9700,NULL),(10240,22,'41,e25525124dacd01dd4534e792df5b81954d33e97','',534,0,'2013-11-11 08:00:00',9701,NULL),(10241,222,'19.9,2.07,6.5,18.6,89.9,31.4,34.9,230,18.4,4.6,77.0,3.7,0.9,15.3,31.0,9.2,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-02 08:00:00',9701,NULL),(10242,19,'NEGATIVE,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-02 08:00:00',9701,NULL),(10243,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-02 08:00:00',9701,NULL),(10244,57,',,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-03 07:56:24',9703,NULL),(10245,133,',,,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-03 07:56:24',9703,NULL),(10246,112,'NEGATIVE,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-03 07:56:24',9703,NULL),(10247,117,'NEGATIVE,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-03 07:56:24',9703,NULL),(10248,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,,e25525124dacd01dd4534e792df5b81954d33e97','HIV FIRST RESPONSE:NONREACTIVE',557,0,'2013-11-03 07:56:24',9703,NULL),(10249,131,',,,,,,,,,e25525124dacd01dd4534e792df5b81954d33e97','HIV FIRST RESPONSE:NONREACTI',557,0,'2013-11-03 07:56:24',9703,NULL),(10250,132,',,,,e25525124dacd01dd4534e792df5b81954d33e97','HIV FIRST RESPONSE:NONREAC',557,0,'2013-11-03 07:56:24',9703,NULL),(10251,56,',,e25525124dacd01dd4534e792df5b81954d33e97','HIV FIRST RESPONSE:NONRE',557,0,'2013-11-03 07:56:25',9703,NULL),(10252,107,'1/20,1/20,,e25525124dacd01dd4534e792df5b81954d33e97','HIV FIRST RESPONSE:NON',557,0,'2013-11-03 07:56:25',9703,NULL),(10253,35,'HAZY,AMBER,6.0,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,e25525124dacd01dd4','',535,0,'2013-11-03 08:00:00',9706,NULL),(10254,222,'8.9,4.36,12.4,38.3,87.8,28.4,32.4,240,16.3,9.1,74.6,1.5,0.8,6.6,14.0,9.2,,a0727de42f3fd45c73abb31f8c84c8781b310345','',557,0,'2013-11-03 08:00:00',9707,NULL),(10255,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,20,0,NOT SEEN,PRESENT (+),NOT SE,,,,,,,,,,,,,,,,,,EN,a0727de42f3fd45c73abb31',', ',557,0,'2013-11-03 08:00:00',9709,NULL),(10256,21,'','',531,0,'2013-11-03 08:13:42',9710,NULL),(10257,224,'','',531,0,'2013-11-03 08:13:42',9710,NULL),(10258,222,'21.5,4.44,10.4,31.2,70.3,23.4,33.3,361,34.5,3.9,61.6,7.4,0.8,13.3,14.7,8.9,,3957744453e4252a1af0b7dc2a486969f8f80828','',557,0,'2013-11-03 08:00:00',9711,NULL),(10259,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3957744453e4252a1af0b7dc2a486969f8f80828','',557,0,'2013-11-03 08:00:00',9711,NULL),(10260,222,'7.1,4.48,12.9,36.1,80.6,28.8,35.7,260,26.2,8.0,65.8,1.9,0.6,4.6,12.4,7.5,,fc9342c94a82bba0e7a3b35615c8b168d0aae743','',557,0,'2013-11-03 08:00:00',9712,NULL),(10261,19,'NEGATIVE,,fc9342c94a82bba0e7a3b35615c8b168d0aae743','',557,0,'2013-11-03 08:00:00',9712,NULL),(10262,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fc9342c94a82bba0e7a3b35615c8b168d0aae743','',557,0,'2013-11-03 08:00:00',9712,NULL),(10263,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,fc9342c94a82bba0e7a3b35615c8b168d0aae743',', ',557,0,'2013-11-03 08:00:00',9714,NULL),(10264,222,'17.7,4.74,15.7,43.2,91.1,33.1,36.3,244,5.3,6.7,88.0,0.9,1.2,15.6,15.0,8.6,,50167afa3e1306adad292ff0c79813f1dd378f5e','',557,0,'2013-11-03 08:00:00',9715,NULL),(10265,19,'NEGATIVE,,50167afa3e1306adad292ff0c79813f1dd378f5e','',557,0,'2013-11-03 08:00:00',9715,NULL),(10266,18,'[$]NO MALARIA PARASITES SEEN[/$],-,50167afa3e1306adad292ff0c79813f1dd378f5e','',557,0,'2013-11-03 08:00:00',9715,NULL),(10267,107,'1/20,1/20,50167afa3e1306adad292ff0c79813f1dd378f5e','',557,0,'2013-11-03 08:00:00',9717,NULL),(10268,35,'CLEAR,DEEP AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),INCREASED (+),10,2,2,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,50167a',', ',557,0,'2013-11-03 08:00:00',9720,NULL),(10269,107,'1/20,1/20,3957744453e4252a1af0b7dc2a486969f8f80828','',557,0,'2013-11-03 08:00:00',9721,NULL),(10270,68,'5.6mmolL,NEGATIVE,NEGATIVE,,352bb856b9f2ec023c5a22de74747e9a4eb34d66','',546,546,'2013-11-03 13:47:12',9722,'2013-11-03 05:48:10'),(10271,68,'','',530,0,'2013-11-03 14:36:50',9723,NULL),(10272,9,'','',530,0,'2013-11-03 14:36:50',9723,NULL),(10273,57,'','',530,0,'2013-11-03 14:36:50',9725,NULL),(10274,133,'','',530,0,'2013-11-03 14:36:50',9725,NULL),(10275,132,'','',530,0,'2013-11-03 14:36:50',9725,NULL),(10276,56,'','',530,0,'2013-11-03 14:36:50',9725,NULL),(10277,68,'','',530,0,'2013-11-03 14:43:11',9726,NULL),(10278,193,'','',530,0,'2013-11-03 14:43:12',9728,NULL),(10279,9,'','',530,0,'2013-11-03 15:10:18',9729,NULL),(10280,19,'NEGATIVE,,eeb9413bb307c0bd3b6847468e38c0d160612a67','',552,0,'2013-11-03 08:00:00',9729,NULL),(10281,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eeb9413bb307c0bd3b6847468e38c0d160612a67','',552,0,'2013-11-03 08:00:00',9729,NULL),(10282,22,'02,7bccbe0fb76857309d9ce7e9166d927fdb41b97c','',552,0,'2013-11-03 08:00:00',9730,NULL),(10283,68,'5.2,-,-,,7bccbe0fb76857309d9ce7e9166d927fdb41b97c','NON DIABETIC, ',552,0,'2013-11-03 08:00:00',9730,NULL),(10284,9,'','',530,0,'2013-11-03 15:11:50',9730,NULL),(10285,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7bccbe0fb76857309d9ce7e9166d927fdb41b97c',', ',552,0,'2013-11-03 08:00:00',9732,NULL),(10286,9,'','',530,0,'2013-11-03 15:41:31',9733,NULL),(10287,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e69db1ba1244af183fec4188b7189e405e601226','',552,0,'2013-11-03 08:00:00',9733,NULL),(10288,107,'1/20,1/20,e69db1ba1244af183fec4188b7189e405e601226','',552,0,'2013-11-03 08:00:00',9735,NULL),(10289,9,'','',530,0,'2013-11-03 15:52:36',9736,NULL),(10290,82,'','',530,0,'2013-11-03 15:52:36',9738,NULL),(10291,68,'','',530,0,'2013-11-03 15:52:36',9738,NULL),(10292,57,'','',530,0,'2013-11-03 15:52:36',9741,NULL),(10293,133,'','',530,0,'2013-11-03 15:52:36',9741,NULL),(10294,132,'','',530,0,'2013-11-03 15:52:36',9741,NULL),(10295,56,'','',530,0,'2013-11-03 15:52:36',9741,NULL),(10296,9,'','',530,0,'2013-11-03 16:02:12',9742,NULL),(10297,19,'NEGATIVE,,078308fa29f784891005d1cbcf82a7ff14ba4546','',552,0,'2013-11-03 08:00:00',9742,NULL),(10298,70,',,078308fa29f784891005d1cbcf82a7ff14ba4546','',552,0,'2013-11-03 08:00:00',9742,NULL),(10299,9,'','',530,0,'2013-11-03 16:05:50',9743,NULL),(10300,19,'POSITIVE,,71bc44d6c63cf6a9cf1efe5644012de423a2e5b4','',552,0,'2013-11-03 08:00:00',9743,NULL),(10301,18,'[$]MALARIA PARASITES PRESENT[1,240(+)][/$],TROPHOZOITES,71bc44d6c63cf6a9cf1efe5644012de423a2e5b4','',552,0,'2013-11-03 08:00:00',9743,NULL),(10302,107,'1/20,1/20,71bc44d6c63cf6a9cf1efe5644012de423a2e5b4','',552,0,'2013-11-03 08:00:00',9745,NULL),(10303,22,'22,20e76f7b42b545edb8317cd6dd8fea154a26802c','',552,0,'2013-11-03 08:00:00',9746,NULL),(10304,9,'','',530,0,'2013-11-03 16:22:42',9746,NULL),(10305,82,'','',530,0,'2013-11-03 16:22:43',9748,NULL),(10306,68,'5.0,-,-,,20e76f7b42b545edb8317cd6dd8fea154a26802c','NON DIABETIC, ',552,0,'2013-11-03 08:00:00',9748,NULL),(10307,57,'','',530,0,'2013-11-03 16:22:43',9751,NULL),(10308,133,'','',530,0,'2013-11-03 16:22:43',9751,NULL),(10309,131,'','',530,0,'2013-11-03 16:22:43',9751,NULL),(10310,132,'','',530,0,'2013-11-03 16:22:43',9751,NULL),(10311,92,'2.7,20e76f7b42b545edb8317cd6dd8fea154a26802c','PSA may be falsely elevated due to: \nProstatic biopsy/trauma; prostatitis (acute and chronic) and benign\nProstatic hyperplasia. PSA may be raised following Digital\nRectal Examination (DRE) measuremen',534,0,'2013-11-04 08:00:00',9751,NULL),(10312,56,'','',530,0,'2013-11-03 16:22:43',9751,NULL),(10313,65,'','',530,0,'2013-11-03 16:22:43',9751,NULL),(10314,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,16,NOT SEEN,NOT,,,,,,,,,,,,,,,,,,,,,,,,,, SEEN,NOT SEEN,20e7',', ',552,0,'2013-11-03 08:00:00',9755,NULL),(10315,36,'No Bacteria Growth,##,##,,96575f4eb2e5efdf939bc1e18396291cc33a5b26','',552,0,'2013-11-03 08:00:00',9756,NULL),(10316,22,'27,9464f44e9b5bd10e36c41a2b47f8da635fad57b6','',552,0,'2013-11-03 08:00:00',9757,NULL),(10317,9,'','',530,0,'2013-11-03 16:56:29',9757,NULL),(10318,19,'NEGATIVE,,9464f44e9b5bd10e36c41a2b47f8da635fad57b6','',552,0,'2013-11-03 08:00:00',9757,NULL),(10319,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9464f44e9b5bd10e36c41a2b47f8da635fad57b6','',552,0,'2013-11-03 08:00:00',9757,NULL),(10320,68,'','',530,0,'2013-11-03 17:19:48',9758,NULL),(10321,9,'','',530,0,'2013-11-03 17:19:48',9758,NULL),(10322,9,'','',530,0,'2013-11-03 17:25:35',9759,NULL),(10323,19,'NEGATIVE,,41e763e806cae4dde52a2b78569e565de5bb0cd1','',552,0,'2013-11-03 08:00:00',9759,NULL),(10324,18,'[$]NO MALARIA PARASITES SEEN[/$],-,41e763e806cae4dde52a2b78569e565de5bb0cd1','',552,0,'2013-11-03 08:00:00',9759,NULL),(10325,70,',,41e763e806cae4dde52a2b78569e565de5bb0cd1','',552,0,'2013-11-03 08:00:00',9759,NULL),(10326,132,'','',530,0,'2013-11-03 17:25:35',9761,NULL),(10327,107,'1/20,1/20,41e763e806cae4dde52a2b78569e565de5bb0cd1','',552,0,'2013-11-03 08:00:00',9761,NULL),(10328,35,'','',530,0,'2013-11-03 17:25:36',9764,NULL),(10329,22,'134,43985bff766a03f908128ebe19721d69ddd1ecbb','',552,0,'2013-11-03 08:00:00',9765,NULL),(10330,9,'','',530,0,'2013-11-03 17:36:18',9765,NULL),(10331,70,',,43985bff766a03f908128ebe19721d69ddd1ecbb','',552,0,'2013-11-03 08:00:00',9765,NULL),(10332,6,'1.60,43985bff766a03f908128ebe19721d69ddd1ecbb','',534,0,'2013-11-04 08:00:00',9767,NULL),(10333,127,'[$]NO BACTERIAL GROWTH[/$],e25525124dacd01dd4534e792df5b81954d33e97','',534,0,'2013-11-06 08:00:00',9768,NULL),(10334,9,'','',530,0,'2013-11-03 18:16:04',9769,NULL),(10335,19,'NEGATIVE,,10f08474561d8614627ddcf3f4be41a836f255a5','',552,0,'2013-11-03 08:00:00',9769,NULL),(10336,18,'[$]NO MALARIA PARASITES SEEN[/$],-,10f08474561d8614627ddcf3f4be41a836f255a5','',552,0,'2013-11-03 08:00:00',9769,NULL),(10337,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,10f08474561d8614627ddcf3f4be41a836f255a5',', ',552,0,'2013-11-03 08:00:00',9771,NULL),(10338,107,'1/20,1/20,10f08474561d8614627ddcf3f4be41a836f255a5','',552,0,'2013-11-03 08:00:00',9774,NULL),(10339,22,'14,11bd78058b407c6db901fca962779ba5088343e1','',552,0,'2013-11-03 08:00:00',9775,NULL),(10340,9,'','',530,0,'2013-11-03 18:44:22',9775,NULL),(10341,19,'NEGATIVE,,11bd78058b407c6db901fca962779ba5088343e1','',552,0,'2013-11-03 08:00:00',9775,NULL),(10342,18,'[$]NO MALARIA PARASITES SEEN[/$],-,11bd78058b407c6db901fca962779ba5088343e1','',552,0,'2013-11-03 08:00:00',9775,NULL),(10343,66,'','',530,0,'2013-11-03 18:44:23',9777,NULL),(10344,57,'','',530,0,'2013-11-03 18:44:23',9777,NULL),(10345,133,'','',530,0,'2013-11-03 18:44:23',9777,NULL),(10346,65,'','',530,0,'2013-11-03 18:44:23',9777,NULL),(10347,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,11bd78058b407c6db901fca962779ba50',', ',552,0,'2013-11-03 08:00:00',9780,NULL),(10348,9,'','',530,0,'2013-11-03 18:45:52',9781,NULL),(10349,9,'','',530,0,'2013-11-03 18:47:22',9782,NULL),(10350,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4d75d2d0b97dbaa9d88d1a17e29fe3ff745a4521','',552,0,'2013-11-03 08:00:00',9782,NULL),(10351,9,'','',530,0,'2013-11-03 19:07:09',9783,NULL),(10352,19,'NEGATIVE,,d85e6339f4f09e683a0f0a8c9341725c744b3dd6','',552,0,'2013-11-03 08:00:00',9783,NULL),(10353,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d85e6339f4f09e683a0f0a8c9341725c744b3dd6','',552,0,'2013-11-03 08:00:00',9783,NULL),(10354,65,'','',530,0,'2013-11-03 19:45:54',9784,NULL),(10355,222,'23.9,2.99,10.3,29.9,100.0,34.4,34.4,69,0.2,0.4,99.4,0.0,0.1,2.34,15.4,10.9,,43985bff766a03f908128ebe19721d69ddd1ecbb','',552,0,'2013-11-03 08:00:00',9785,NULL),(10356,9,'','',530,0,'2013-11-03 20:04:12',9786,NULL),(10357,9,'','',530,0,'2013-11-03 20:17:08',9787,NULL),(10358,19,'NEGATIVE,,e6082ba3af545a82bbf5242688af12e7d6353054','',552,0,'2013-11-03 08:00:00',9787,NULL),(10359,18,'[$]no malaria parasites seen[/$],-,e6082ba3af545a82bbf5242688af12e7d6353054','',552,0,'2013-11-03 08:00:00',9787,NULL),(10360,36,'No Bacteria Growth,##,##,,3856f7b7c69dad56078f9e918822fd376c669bfa','',534,0,'2013-11-14 08:00:00',9788,NULL),(10361,35,'','',530,0,'2013-11-03 21:04:20',9788,NULL),(10362,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,3856f7b7c69dad56078f9e918822fd376c669bfa','',534,0,'2013-11-14 08:00:00',9790,NULL),(10363,176,'','',530,0,'2013-11-03 22:04:08',9791,NULL),(10364,19,'NEGATIVE,,93e21704a58d7d086b921deb0fb66b4d85568fe1','',552,0,'2013-11-03 08:00:00',9792,NULL),(10365,18,'[$]NO MALARIA PARASITES SEEN[/$],-,93e21704a58d7d086b921deb0fb66b4d85568fe1','',552,0,'2013-11-03 08:00:00',9792,NULL),(10366,107,'1/20,1/20,93e21704a58d7d086b921deb0fb66b4d85568fe1','',552,0,'2013-11-03 08:00:00',9794,NULL),(10367,135,'[$][/$],##,##,,acfa59d6e6ef8ac23679302bc147f76152d4c498','',552,0,'2013-11-03 08:00:00',9795,NULL),(10368,134,'MANY,MANY,NOT SEEN,PRESENT (++),,acfa59d6e6ef8ac23679302bc147f76152d4c498','',552,0,'2013-11-03 08:00:00',9795,NULL),(10369,97,'','',530,0,'2013-11-03 22:19:42',9797,NULL),(10370,112,'NEGATIVE,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9798,NULL),(10371,27,'NON-REACTIVE,-,NEGATIVE,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9798,NULL),(10372,108,'NON - REACTIVE,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9798,NULL),(10373,71,'POSITIVE,,577ad73b2b3ce7e42e75c1ecd940478b571a711c','',552,0,'2013-11-03 08:00:00',9800,NULL),(10374,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,CALCIUM OXALATE (+),NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,577ad73b2b3ce7e42e7',', ',552,0,'2013-11-03 08:00:00',9800,NULL),(10375,57,'','',530,0,'2013-11-04 00:07:13',9801,NULL),(10376,133,'','',530,0,'2013-11-04 00:07:13',9801,NULL),(10377,131,'','',530,0,'2013-11-04 00:07:13',9801,NULL),(10378,132,'','',530,0,'2013-11-04 00:07:13',9801,NULL),(10379,56,'','',530,0,'2013-11-04 00:07:13',9801,NULL),(10380,68,'','',530,0,'2013-11-04 00:07:14',9803,NULL),(10381,9,'','',530,0,'2013-11-04 00:07:14',9803,NULL),(10382,57,'','',530,0,'2013-11-04 00:09:54',9804,NULL),(10383,133,'','',530,0,'2013-11-04 00:09:54',9804,NULL),(10384,132,'','',530,0,'2013-11-04 00:09:54',9804,NULL),(10385,56,'','',530,0,'2013-11-04 00:09:54',9804,NULL),(10386,68,'5.3,-,-,,6e7665a657790490236d6612a75f67af237e70ec','NON DIABETIC',537,0,'2013-11-06 08:00:00',9806,NULL),(10387,9,'','',530,0,'2013-11-04 00:09:55',9806,NULL),(10388,22,'04,2f598476fff98651a042eabd5779cdf9d9010647','',535,0,'2013-11-03 08:00:00',9807,NULL),(10389,9,'','',530,0,'2013-11-04 00:47:58',9807,NULL),(10390,19,'NEGATIVE,,2f598476fff98651a042eabd5779cdf9d9010647','',535,0,'2013-11-03 08:00:00',9807,NULL),(10391,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2f598476fff98651a042eabd5779cdf9d9010647','',535,0,'2013-11-03 08:00:00',9807,NULL),(10392,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2f598476fff98651a042eabd5779cdf9d9010647','',535,0,'2013-11-03 08:00:00',9809,NULL),(10393,36,'','',530,0,'2013-11-04 01:10:13',9810,NULL),(10394,35,'HAZY,AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,6,>30,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,ffc5e276a','',535,0,'2013-11-03 08:00:00',9810,NULL),(10395,9,'','',530,0,'2013-11-04 01:44:23',9811,NULL),(10396,19,'NEGATIVE,,c309391f095f251cd395fc4515544afb28cc7c1f','',552,0,'2013-11-03 08:00:00',9811,NULL),(10397,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c309391f095f251cd395fc4515544afb28cc7c1f','',552,0,'2013-11-03 08:00:00',9811,NULL),(10398,35,'HAZY,LIGHT AMBER,8.0,1.010,POSITIVE (+),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,8,0,LIGHT,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, AMBER,8.0,1.010',', ',552,0,'2013-11-03 08:00:00',9813,NULL),(10399,107,'1/20,1/80,c309391f095f251cd395fc4515544afb28cc7c1f','',552,0,'2013-11-03 08:00:00',9816,NULL),(10400,36,'No Bacteria Growth,##,##,,be227ca9183ffa096bd87c3ba5dddb3a1f187c6b','',534,0,'2013-11-05 08:00:00',9817,NULL),(10401,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,be227ca9183ffa096bd87c3ba5dddb3a1f187c6b','',535,0,'2013-11-03 08:00:00',9817,NULL),(10402,22,'10,e3bbf436edd5801daadc262564511744e664c5c1','',552,0,'2013-11-03 08:00:00',9818,NULL),(10403,9,'','',530,0,'2013-11-04 01:55:04',9818,NULL),(10404,19,'NEGATIVE,,e3bbf436edd5801daadc262564511744e664c5c1','',552,0,'2013-11-03 08:00:00',9818,NULL),(10405,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e3bbf436edd5801daadc262564511744e664c5c1','',552,0,'2013-11-03 08:00:00',9818,NULL),(10406,35,'HAZY,DEEP AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,>30,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,e3bbf436edd5801daa',', ',552,0,'2013-11-03 08:00:00',9820,NULL),(10407,22,'03,cf3b96bc065219cbb06a501586c351f75568eaff','',552,0,'2013-11-03 08:00:00',9821,NULL),(10408,9,'','',530,0,'2013-11-04 01:58:33',9821,NULL),(10409,19,'NEGATIVE,,cf3b96bc065219cbb06a501586c351f75568eaff','',552,0,'2013-11-03 08:00:00',9821,NULL),(10410,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cf3b96bc065219cbb06a501586c351f75568eaff','',552,0,'2013-11-03 08:00:00',9821,NULL),(10411,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,CALCIUM OXALATE (+),NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,cf3b96','',552,0,'2013-11-03 08:00:00',9823,NULL),(10412,22,'70,4b749d1410da4263d54e243d43dcdff671814a58','',552,0,'2013-11-03 08:00:00',9824,NULL),(10413,9,'','',530,0,'2013-11-04 02:08:52',9824,NULL),(10414,19,'NEGATIVE,,4b749d1410da4263d54e243d43dcdff671814a58','',552,0,'2013-11-03 08:00:00',9824,NULL),(10415,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b749d1410da4263d54e243d43dcdff671814a58','',552,0,'2013-11-03 08:00:00',9824,NULL),(10416,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4b749d1410da4263d54e243d43dcdff671814a58','',552,0,'2013-11-03 08:00:00',9826,NULL),(10417,93,'','',531,0,'2013-11-04 02:41:00',9827,NULL),(10418,78,'','',531,0,'2013-11-04 02:41:01',9829,NULL),(10419,69,'NEGATIVE,NORMAL (0.01 - 0.05),,6cdd777f0cda0582037be0849c0674ad0983a4c3','',534,0,'2013-11-04 08:00:00',9829,NULL),(10420,222,'4.3,3.67,11.9,33.8,92.1,32.4,35.2,191,48.9,11.0,40.1,2.1,0.5,1.7,12.4,8.1,,bbe3d5cf91bb8c1fc41bbce733b7ce482c37b0fc','',557,557,'2013-11-03 08:00:00',9830,'2013-11-03 20:00:37'),(10421,19,'NEGATIVE,,bbe3d5cf91bb8c1fc41bbce733b7ce482c37b0fc','',557,557,'2013-11-03 08:00:00',9830,'2013-11-03 20:00:37'),(10422,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,bbe3d5cf91bb8c1fc41bbce733b7ce482c37b0fc','',557,0,'2013-11-04 04:00:38',9830,NULL),(10423,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bbe3d5cf91bb8c1fc41bbce733b7ce482c37b0fc',', ',557,0,'2013-11-03 08:00:00',9832,NULL),(10424,21,'','',531,0,'2013-11-04 03:10:28',9833,NULL),(10425,224,'','',531,0,'2013-11-04 03:10:28',9833,NULL),(10426,222,'5.6,3.86,10.8,31.3,81.1,28.0,34.5,204,32.2,9.7,58.1,1.8,0.5,3.3,13.7,10.1,,7438680acfde5e4505fc41ef0511669e93d3ecf2','',557,0,'2013-11-03 08:00:00',9834,NULL),(10427,19,'NEGATIVE,,7438680acfde5e4505fc41ef0511669e93d3ecf2','',557,0,'2013-11-03 08:00:00',9834,NULL),(10428,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7438680acfde5e4505fc41ef0511669e93d3ecf2','',557,0,'2013-11-03 08:00:00',9834,NULL),(10429,107,'1/20,1/20,7438680acfde5e4505fc41ef0511669e93d3ecf2','',557,0,'2013-11-03 08:00:00',9836,NULL),(10430,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,7438680acfde5e4505fc41ef0',', ',557,0,'2013-11-03 08:00:00',9839,NULL),(10431,222,'12.6,4.43,11.6,33.7,76.1,26.2,34.4,375,31.5,4.7,63.8,4.0,0.6,8.0,14.6,8.0,,8c4c2c5e8de1d2efaede779119945f1dc72229dd','',557,0,'2013-11-03 08:00:00',9840,NULL),(10432,19,'NEGATIVE,,8c4c2c5e8de1d2efaede779119945f1dc72229dd','',557,0,'2013-11-03 08:00:00',9840,NULL),(10433,222,'5.0,4.02,11.4,35.0,87.1,28.4,32.6,256,27.2,3.3,69.5,1.4,0.2,3.4,11.9,10.0,,41872fce921aaca82afc0150494de93c34330ac9','',557,0,'2013-11-04 08:00:00',9841,NULL),(10434,19,'NEGATIVE,,41872fce921aaca82afc0150494de93c34330ac9','',557,0,'2013-11-04 08:00:00',9841,NULL),(10435,18,'[$]NO MALARIA PARASITES SEEN[/$],-,41872fce921aaca82afc0150494de93c34330ac9','',557,0,'2013-11-04 08:00:00',9841,NULL),(10436,20,'','',531,0,'2013-11-04 06:08:43',9841,NULL),(10437,35,'HAZY,STRAW,5.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,PRESENT (++),NOT SEEN,,,,41872fce921aaca82afc0150494de93c34330ac9',', ',557,0,'2013-11-04 08:00:00',9843,NULL),(10438,28,'NEGATIVE,[$]AA[/$],,41872fce921aaca82afc0150494de93c34330ac9','',537,0,'2013-11-08 08:00:00',9844,NULL),(10439,222,'8.1,4.32,13.8,38.2,88.4,31.9,36.1,325,36.4,12.2,51.4,2.9,1.0,4.2,13.5,8.4,,a3a8ea70a26f623a639bbd99f9fdb592b1ead8fa','',557,557,'2013-11-04 08:37:58',9845,'2013-11-04 00:39:25'),(10440,211,'','',531,0,'2013-11-04 06:52:00',9847,NULL),(10441,60,'','',531,0,'2013-11-04 06:52:00',9847,NULL),(10442,57,'','',531,0,'2013-11-04 06:52:00',9847,NULL),(10443,133,'','',531,0,'2013-11-04 06:52:00',9847,NULL),(10444,56,'','',531,0,'2013-11-04 06:52:00',9847,NULL),(10445,22,'15,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 08:00:00',9848,NULL),(10446,68,'','',531,0,'2013-11-04 12:23:25',9848,NULL),(10447,222,'','',531,0,'2013-11-04 12:23:25',9848,NULL),(10448,57,',,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:03',9850,NULL),(10449,73,',,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:03',9850,NULL),(10450,133,',,,,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:03',9850,NULL),(10451,75,',,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:03',9850,NULL),(10452,131,',,,,,,,,,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:03',9850,NULL),(10453,132,',,,,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:03',9850,NULL),(10454,92,'1.6,,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:04',9850,NULL),(10455,69,'POSITIVE,,,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:04',9850,NULL),(10456,56,',,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:04',9850,NULL),(10457,65,',,211c9ea74f675f870a4196d026de4496e3346db3','',534,0,'2013-11-04 18:18:04',9850,NULL),(10458,93,'<0.05,211c9ea74f675f870a4196d026de4496e3346db3','<0.05 ng/mL: Negative- REPEAT TEST in 4 – 6 hours if clinically indicated. \n0.05 – 0.10 ng/ml: Myocardial injury is possible. REPEAT TEST in 4 -6 hours is indicated to exclude acute myocardial nec',555,0,'2013-11-09 08:00:00',9853,NULL),(10459,35,'CLEAR,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,211c9ea74f675f870a4196d0',', ',534,0,'2013-11-04 08:00:00',9857,NULL),(10460,71,'NEGATIVE,,7a3caf4614f74cbcc3de8fd1ec18ea648e52e167','',557,0,'2013-11-04 08:00:00',9858,NULL),(10461,69,'','',531,0,'2013-11-04 13:43:40',9859,NULL),(10462,93,'','',531,0,'2013-11-04 13:43:40',9861,NULL),(10463,68,'','',558,0,'2013-11-04 14:15:30',9862,NULL),(10464,222,'','',558,0,'2013-11-04 14:15:30',9862,NULL),(10465,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,4c605e9094ad3b46f79a253d',', ',534,0,'2013-11-04 08:00:00',9864,NULL),(10466,82,'','',558,0,'2013-11-04 14:15:31',9867,NULL),(10467,68,'3.9,NEGATIVE,NEGATIVE,,a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97','',557,0,'2013-11-04 08:00:00',9868,NULL),(10468,222,'7.7,3.97,10.8,32.0,80.6,27.2,33.8,208,24.6,6.7,68.7,1.9,0.5,5.3,13.7,9.1,,a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97','',557,0,'2013-11-04 08:00:00',9868,NULL),(10469,222,'','',558,0,'2013-11-04 14:46:20',9869,NULL),(10470,19,'NEGATIVE,,6f4f6e4bc0ad33795e518defe235370e685a4fdf','',534,0,'2013-11-04 08:00:00',9869,NULL),(10471,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6f4f6e4bc0ad33795e518defe235370e685a4fdf','',534,0,'2013-11-04 08:00:00',9869,NULL),(10472,222,'','',558,0,'2013-11-04 14:50:41',9870,NULL),(10473,27,'NON-REACTIVE,-,NEGATIVE,,11dced4de2a9ffef540f5e2ac25b9debd228f722','',552,0,'2013-11-04 08:00:00',9870,NULL),(10474,112,'NEGATIVE,,11dced4de2a9ffef540f5e2ac25b9debd228f722','',552,0,'2013-11-04 08:00:00',9872,NULL),(10475,108,'NON - REACTIVE,11dced4de2a9ffef540f5e2ac25b9debd228f722','',552,0,'2013-11-04 08:00:00',9872,NULL),(10476,22,'40,0c17d7443ac707ef9d3757712a64d14688ff6442','',543,0,'2013-11-04 08:00:00',9873,NULL),(10477,9,'','',558,0,'2013-11-04 15:31:52',9873,NULL),(10478,19,'NEGATIVE,,0c17d7443ac707ef9d3757712a64d14688ff6442','',543,0,'2013-11-04 08:00:00',9873,NULL),(10479,132,'','',558,0,'2013-11-04 15:31:52',9875,NULL),(10480,68,'','',558,0,'2013-11-04 15:43:43',9876,NULL),(10481,9,'','',558,0,'2013-11-04 15:57:16',9877,NULL),(10482,19,'NEGATIVE,,fa08ccdb41d0dec8257bc4c822b51a66ecf98fa5','',534,0,'2013-11-04 08:00:00',9877,NULL),(10483,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fa08ccdb41d0dec8257bc4c822b51a66ecf98fa5','',534,0,'2013-11-04 08:00:00',9877,NULL),(10484,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,fa08ccdb41d0dec8257bc4c8',', ',534,0,'2013-11-04 08:00:00',9879,NULL),(10485,107,'','',558,0,'2013-11-04 15:57:17',9882,NULL),(10486,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,ee3ea2ba14558a2f4653567d',', ',534,0,'2013-11-04 08:00:00',9883,NULL),(10487,68,'8.4,-,-,,ee3ea2ba14558a2f4653567d8fb0f91543787cc6','',534,0,'2013-11-04 08:00:00',9885,NULL),(10488,9,'','',558,0,'2013-11-04 16:11:17',9886,NULL),(10489,128,'','',558,0,'2013-11-04 16:11:17',9888,NULL),(10490,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,fe3c5ba3cf9b0a7bd2b1c3287',', ',555,0,'2013-11-04 08:00:00',9891,NULL),(10491,9,'','',558,0,'2013-11-04 16:22:46',9892,NULL),(10492,19,'NEGATIVE,,1c7a2f973d9c5bc0ce872e556502082ca3b7a7e6','',543,0,'2013-11-04 08:00:00',9892,NULL),(10493,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c7a2f973d9c5bc0ce872e556502082ca3b7a7e6','',543,0,'2013-11-04 08:00:00',9892,NULL),(10494,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,1c7a2f973d9c5bc0ce872e55',', ',555,0,'2013-11-04 08:00:00',9894,NULL),(10495,22,'08,0d855500740c7237af3428a426e54e8f12cd8886','',552,0,'2013-11-04 08:00:00',9895,NULL),(10496,9,'','',558,0,'2013-11-04 16:24:48',9895,NULL),(10497,9,'','',558,0,'2013-11-04 16:29:08',9896,NULL),(10498,19,'NEGATIVE,,6e59ae41200b5c7465162e2f7a6350ef7c1d9a56','',543,0,'2013-11-04 08:00:00',9896,NULL),(10499,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,16,6,0,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,6e59ae41200b5c74651','',543,0,'2013-11-04 08:00:00',9898,NULL),(10500,9,'','',558,0,'2013-11-04 16:41:46',9899,NULL),(10501,19,'NEGATIVE,,d532356d291b086ffa614daaaa8cf1794b4ada29','',543,0,'2013-11-04 08:00:00',9899,NULL),(10502,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d532356d291b086ffa614daaaa8cf1794b4ada29','',543,0,'2013-11-04 08:00:00',9899,NULL),(10503,57,'','',537,0,'2013-11-04 16:55:55',9900,NULL),(10504,132,'','',537,0,'2013-11-04 16:55:55',9900,NULL),(10505,59,'','',537,0,'2013-11-04 16:55:55',9900,NULL),(10506,58,'','',537,0,'2013-11-04 16:55:55',9900,NULL),(10507,56,'','',537,0,'2013-11-04 16:55:55',9900,NULL),(10508,22,'15,87c6a596759a747dbeb5a026827d8aac7145a072','',534,0,'2013-11-04 08:00:00',9901,NULL),(10509,68,'','',558,0,'2013-11-04 17:07:17',9901,NULL),(10510,9,'','',558,0,'2013-11-04 17:07:17',9901,NULL),(10511,35,'CLEAR,AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,87c6a596759a747dbeb5a026827d8aac7145a072','',555,0,'2013-11-04 08:00:00',9903,NULL),(10512,57,'','',558,0,'2013-11-04 17:07:18',9906,NULL),(10513,133,'','',558,0,'2013-11-04 17:07:18',9906,NULL),(10514,131,'','',558,0,'2013-11-04 17:07:18',9906,NULL),(10515,132,'','',558,0,'2013-11-04 17:07:18',9906,NULL),(10516,92,'1.1,87c6a596759a747dbeb5a026827d8aac7145a072','',537,0,'2013-11-08 08:00:00',9906,NULL),(10517,56,'','',558,0,'2013-11-04 17:07:18',9906,NULL),(10518,65,'','',558,0,'2013-11-04 17:07:18',9906,NULL),(10519,68,'','',558,0,'2013-11-04 17:15:25',9907,NULL),(10520,9,'','',558,0,'2013-11-04 17:15:25',9907,NULL),(10521,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,7bddcc21170d5cd6dec0090e',', ',555,0,'2013-11-04 08:00:00',9909,NULL),(10522,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,7bddcc21170d5cd6dec0090e480dc4abfb9f1513','',534,0,'2013-11-05 08:00:00',9912,NULL),(10523,16,'POSITIVE,7bddcc21170d5cd6dec0090e480dc4abfb9f1513','',555,0,'2013-11-04 08:00:00',9916,NULL),(10524,132,'','',558,0,'2013-11-04 17:15:26',9916,NULL),(10525,226,'','',558,0,'2013-11-04 17:18:37',9917,NULL),(10526,199,'[$]COMMENSALS ONLY[/$],66ae1ce31beb3ea633685542a92d3d9c91395074','',534,0,'2013-11-07 08:00:00',9918,NULL),(10527,107,'1/20,1/20,fa08ccdb41d0dec8257bc4c822b51a66ecf98fa5','',534,0,'2013-11-04 08:00:00',9919,NULL),(10528,9,'','',558,0,'2013-11-04 17:37:07',9920,NULL),(10529,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f9825349891168bd94909963434a61028e197e6e','',555,0,'2013-11-04 08:00:00',9920,NULL),(10530,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,4,>30,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,f98253',', ',555,0,'2013-11-04 08:00:00',9922,NULL),(10531,107,'1/20,1/20,f9825349891168bd94909963434a61028e197e6e','',555,0,'2013-11-04 08:00:00',9925,NULL),(10532,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,5e0724595ff092d999cd585a63f50fbc441526b1','',534,0,'2013-11-04 08:00:00',9926,NULL),(10533,36,'Citrobacter species,##,##,,5e0724595ff092d999cd585a63f50fbc441526b1','',534,0,'2013-11-04 08:00:00',9926,NULL),(10534,9,'','',558,0,'2013-11-04 17:40:36',9927,NULL),(10535,19,'NEGATIVE,,a64dd341fbfbda64837609e90b8df91eeb379fd0','',543,0,'2013-11-04 08:00:00',9927,NULL),(10536,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a64dd341fbfbda64837609e90b8df91eeb379fd0','',543,0,'2013-11-04 08:00:00',9927,NULL),(10537,35,'','',558,0,'2013-11-04 17:40:36',9929,NULL),(10538,9,'','',558,0,'2013-11-04 17:45:25',9930,NULL),(10539,19,'NEGATIVE,,76e4cfa0a93db340c4abb054354819385166ea0b','',543,0,'2013-11-04 08:00:00',9930,NULL),(10540,18,'[$]NO MALARIA PARASITES SEEN[/$],-,76e4cfa0a93db340c4abb054354819385166ea0b','',543,0,'2013-11-04 08:00:00',9930,NULL),(10541,35,'CLEAR,AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,76e4cfa0a93db340c4abb054354819385166ea0b',', ',543,0,'2013-11-04 08:00:00',9932,NULL),(10542,107,'1/80,1/20,76e4cfa0a93db340c4abb054354819385166ea0b','',543,0,'2013-11-04 08:00:00',9935,NULL),(10543,9,'','',558,0,'2013-11-04 17:48:19',9936,NULL),(10544,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fbc7c525b0bbe288e00baad19d71cf3723bcad6e','',555,0,'2013-11-04 08:00:00',9936,NULL),(10545,71,'NEGATIVE,,fbc7c525b0bbe288e00baad19d71cf3723bcad6e','',555,0,'2013-11-04 08:00:00',9938,NULL),(10546,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,fbc7c525b0bbe288e00baad1','',555,0,'2013-11-04 08:00:00',9938,NULL),(10547,107,'1/20,1/20,fbc7c525b0bbe288e00baad19d71cf3723bcad6e','',555,0,'2013-11-04 08:00:00',9941,NULL),(10548,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,bae90cef09abbcddd5b0afa8e593638a5172b498','',534,0,'2013-11-04 08:00:00',9942,NULL),(10549,36,'Escherichia coli,##,##,,bae90cef09abbcddd5b0afa8e593638a5172b498','',534,0,'2013-11-04 08:00:00',9942,NULL),(10550,21,'O,POSITIVE,e1fddfb760a1799cd0ccafadce7c80b90fb953df','',552,0,'2013-11-04 08:00:00',9943,NULL),(10551,9,'','',558,0,'2013-11-04 17:54:06',9943,NULL),(10552,223,'[$][/$],e1fddfb760a1799cd0ccafadce7c80b90fb953df','',552,0,'2013-11-04 08:00:00',9943,NULL),(10553,28,'NEGATIVE,[$]AC[/$],,e1fddfb760a1799cd0ccafadce7c80b90fb953df','',537,0,'2013-11-05 08:00:00',9943,NULL),(10554,21,'O,POSITIVE,517faa5fe3d7be442a141b2a9b0ad646aef9b345','',552,0,'2013-11-04 08:00:00',9944,NULL),(10555,9,'','',558,0,'2013-11-04 17:57:26',9944,NULL),(10556,223,'[$][/$],517faa5fe3d7be442a141b2a9b0ad646aef9b345','',552,0,'2013-11-04 08:00:00',9944,NULL),(10557,28,'POSITIVE,[$]AS[/$],,517faa5fe3d7be442a141b2a9b0ad646aef9b345','',537,0,'2013-11-05 08:00:00',9944,NULL),(10558,9,'','',558,0,'2013-11-04 18:05:51',9945,NULL),(10559,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2926cb3b05ae88e36d0437c6de76634deb6331eb','',552,0,'2013-11-04 08:00:00',9945,NULL),(10560,131,'','',558,0,'2013-11-04 18:05:52',9947,NULL),(10561,132,'','',558,0,'2013-11-04 18:05:52',9947,NULL),(10562,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,2926cb3b05ae88e36d0437c6d','',555,0,'2013-11-04 08:00:00',9950,NULL),(10563,9,'','',558,0,'2013-11-04 18:10:36',9951,NULL),(10564,19,'NEGATIVE,,4f8e442001ce11d507565fcbb5dc37582fcc8a9d','',534,0,'2013-11-04 08:00:00',9951,NULL),(10565,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4f8e442001ce11d507565fcbb5dc37582fcc8a9d','',534,0,'2013-11-04 08:00:00',9951,NULL),(10566,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4f8e442001ce11d507565fcbb5dc37582fcc8a9d','',555,0,'2013-11-04 08:00:00',9953,NULL),(10567,22,'28,1edf8a21616ba99d0d372492246bd928b00caac3','',534,0,'2013-11-04 08:00:00',9954,NULL),(10568,9,'','',558,0,'2013-11-04 18:15:18',9954,NULL),(10569,71,'','',558,0,'2013-11-04 18:15:18',9956,NULL),(10570,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1edf8a21616ba99d0d372492246bd928b00caac3',' ',555,0,'2013-11-04 08:00:00',9956,NULL),(10571,9,'','',558,0,'2013-11-04 18:21:45',9957,NULL),(10572,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1d66419056f34ce70f3b9564356382f8593e26fd','',534,0,'2013-11-04 08:00:00',9957,NULL),(10573,35,'','',558,0,'2013-11-04 18:21:46',9959,NULL),(10574,107,'1/20,1/20,1d66419056f34ce70f3b9564356382f8593e26fd','',534,0,'2013-11-04 08:00:00',9962,NULL),(10575,199,'[$]NO BACTERIAL GROWTH[/$],8442f1f5d0760cef5423a96481cc6f3d9a1c1786','',534,0,'2013-11-04 08:00:00',9963,NULL),(10576,9,'','',558,0,'2013-11-04 18:30:34',9964,NULL),(10577,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c6176183a50ae895174d6515b72359534971e53','',555,0,'2013-11-04 08:00:00',9964,NULL),(10578,213,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,,,,,ac1cef9d5f632b8745409fceed79e3e19cca5a80','',534,0,'2013-11-04 08:00:00',9965,NULL),(10579,36,'Staphylococcus aureus,##,##,,ac1cef9d5f632b8745409fceed79e3e19cca5a80','',534,0,'2013-11-04 08:00:00',9965,NULL),(10580,21,'O,POSITIVE,9de25cd569e80dd7f04f5cce4d51784591fedf2c','',552,0,'2013-11-04 08:00:00',9966,NULL),(10581,9,'','',558,0,'2013-11-04 18:36:57',9966,NULL),(10582,20,'NEGATIVE,9de25cd569e80dd7f04f5cce4d51784591fedf2c','',552,0,'2013-11-04 08:00:00',9966,NULL),(10583,199,'[$]COMMENSALS ONLY[/$],66ae1ce31beb3ea633685542a92d3d9c91395074','',534,0,'2013-11-04 08:00:00',9967,NULL),(10584,9,'','',558,0,'2013-11-04 18:38:53',9968,NULL),(10585,22,'25,65bb639dfbbfe04a1e2564433915bca483c77736','',534,0,'2013-11-04 08:00:00',9969,NULL),(10586,9,'','',558,0,'2013-11-04 18:44:28',9969,NULL),(10587,19,'NEGATIVE,,65bb639dfbbfe04a1e2564433915bca483c77736','',534,0,'2013-11-04 08:00:00',9969,NULL),(10588,18,'[$]NO MALARIA PARASITES SEEN [/$],-,65bb639dfbbfe04a1e2564433915bca483c77736','',534,0,'2013-11-04 08:00:00',9969,NULL),(10589,35,'HAZY,AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,65bb639dfbbfe04a1e2564433915bca483c77736','',555,0,'2013-11-04 08:00:00',9971,NULL),(10590,9,'','',558,0,'2013-11-04 18:46:44',9972,NULL),(10591,71,'NEGATIVE,,738745468123773de1525227b325d520a7584fe7','',555,0,'2013-11-04 08:00:00',9974,NULL),(10592,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,738745468123773de1525227b325d520a7584fe7','',555,0,'2013-11-04 08:00:00',9974,NULL),(10593,9,'','',558,0,'2013-11-04 18:50:08',9975,NULL),(10594,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7eb114999167a1671426e93f67853c76764d9006','',534,0,'2013-11-04 08:00:00',9975,NULL),(10595,37,'GREENISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,present (++),Not Seen,,7eb114999167a1671426e93f67853c76764d9006','',552,0,'2013-11-05 08:00:00',9977,NULL),(10596,40,'[$][/$],##,##,,3520a00330713f1b56787d90858526166ec6d5e0','',534,0,'2013-11-04 08:00:00',9978,NULL),(10597,9,'','',558,0,'2013-11-04 18:57:51',9978,NULL),(10598,19,'NEGATIVE,,3520a00330713f1b56787d90858526166ec6d5e0','',534,0,'2013-11-04 08:00:00',9978,NULL),(10599,18,'[$]NO MALARIA PARASITES SEEN [/$],-,3520a00330713f1b56787d90858526166ec6d5e0','',534,0,'2013-11-04 08:00:00',9978,NULL),(10600,57,'','',534,0,'2013-11-04 18:59:51',9979,NULL),(10601,133,'','',534,0,'2013-11-04 18:59:51',9979,NULL),(10602,131,'','',534,0,'2013-11-04 18:59:51',9979,NULL),(10603,132,'','',534,0,'2013-11-04 18:59:51',9979,NULL),(10604,56,'','',534,0,'2013-11-04 18:59:51',9979,NULL),(10605,57,'','',534,0,'2013-11-04 19:02:22',9980,NULL),(10606,133,'','',534,0,'2013-11-04 19:02:22',9980,NULL),(10607,56,'','',534,0,'2013-11-04 19:02:22',9980,NULL),(10608,57,'','',534,0,'2013-11-04 19:05:06',9981,NULL),(10609,133,'','',534,0,'2013-11-04 19:05:06',9981,NULL),(10610,56,'','',534,0,'2013-11-04 19:05:06',9981,NULL),(10611,22,'2,ce08004890074b9ddb3da1cd8a5a3d53f8df9072','',534,0,'2013-11-04 08:00:00',9982,NULL),(10612,9,'','',558,0,'2013-11-04 19:06:49',9982,NULL),(10613,19,'NEGATIVE,,ce08004890074b9ddb3da1cd8a5a3d53f8df9072','',534,0,'2013-11-04 08:00:00',9982,NULL),(10614,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ce08004890074b9ddb3da1cd8a5a3d53f8df9072','',534,0,'2013-11-04 08:00:00',9982,NULL),(10615,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,6,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,ce08004890074b9ddb3da1cd','',555,0,'2013-11-04 08:00:00',9984,NULL),(10616,9,'','',558,0,'2013-11-04 19:11:08',9985,NULL),(10617,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e0fcd00f6f1715a4ab8a4240b0a32e92b63ee8b4','',534,0,'2013-11-04 08:00:00',9985,NULL),(10618,71,'NEGATIVE,,e0fcd00f6f1715a4ab8a4240b0a32e92b63ee8b4','',555,0,'2013-11-04 08:00:00',9987,NULL),(10619,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e0fcd00f6f1715a4ab8a4240b0a32e92b63ee8b4','',555,0,'2013-11-04 08:00:00',9987,NULL),(10620,22,'5,ff416045cc9ce107d9d83bdec6aa72c0bd5e0ddf','',543,0,'2013-11-04 08:00:00',9988,NULL),(10621,9,'','',558,0,'2013-11-04 19:14:50',9988,NULL),(10622,223,'[$][/$],ff416045cc9ce107d9d83bdec6aa72c0bd5e0ddf','',543,0,'2013-11-04 08:00:00',9988,NULL),(10623,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ff416045cc9ce107d9d83bdec6aa72c0bd5e0ddf','',535,0,'2013-11-04 08:00:00',9990,NULL),(10624,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,0dbe8817b8df3dc627505924','',555,0,'2013-11-04 08:00:00',9991,NULL),(10625,27,'NON-REACTIVE,-,NEGATIVE,,0dbe8817b8df3dc6275059246b8d5244202bc40c','',543,0,'2013-11-04 08:00:00',9993,NULL),(10626,108,'NON - REACTIVE,0dbe8817b8df3dc6275059246b8d5244202bc40c','',543,0,'2013-11-04 08:00:00',9993,NULL),(10627,9,'','',558,0,'2013-11-04 19:22:29',9994,NULL),(10628,9,'','',558,0,'2013-11-04 19:28:42',9995,NULL),(10629,71,'NEGATIVE,,c904bb4231a33200bdabafd43e17206f327967cc','',555,0,'2013-11-04 08:00:00',9997,NULL),(10630,35,'CLEAR,AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,0,NOT SEEN,PRESENT (+),NOT,,,,,,,,,,,,,,,,,, SEEN,c904bb4231a33200bdab','',555,0,'2013-11-04 08:00:00',9997,NULL),(10631,36,'','',534,0,'2013-11-04 19:31:32',9998,NULL),(10632,35,'','',534,0,'2013-11-04 19:31:32',9998,NULL),(10633,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cac2d9fc4c967d5c4436529ed3d68005a33af168','',534,0,'2013-11-04 08:00:00',9999,NULL),(10634,9,'','',558,0,'2013-11-04 19:43:18',10000,NULL),(10635,70,',,13efe6c164c2769228aac960701b5389407d61a2','',552,0,'2013-11-04 08:00:00',10000,NULL),(10636,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,13efe6c164c2769228aac960701b5389407d61a2','',555,0,'2013-11-04 08:00:00',10002,NULL),(10637,108,'NON - REACTIVE,13efe6c164c2769228aac960701b5389407d61a2','',552,0,'2013-11-04 08:00:00',10005,NULL),(10638,9,'','',558,0,'2013-11-04 19:49:27',10006,NULL),(10639,35,'HAZY,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,a5686d7de9fabb5064e6ad468','',555,0,'2013-11-04 08:00:00',10008,NULL),(10640,14,'NEGATIVE,a5686d7de9fabb5064e6ad468ef6967304c13607','',534,0,'2013-11-05 08:00:00',10011,NULL),(10641,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,a5686d7de9fabb5064e6ad468ef6967304c13607','',534,0,'2013-11-05 08:00:00',10011,NULL),(10642,16,'NEGATIVE,a5686d7de9fabb5064e6ad468ef6967304c13607','',552,0,'2013-11-04 08:00:00',10015,NULL),(10643,99,'1.8,##,,4fb30832867bb322c05cc54d16e54181d1c6692d','',541,0,'2013-11-06 17:19:18',10016,NULL),(10644,100,'1.7,##,,4fb30832867bb322c05cc54d16e54181d1c6692d','',541,0,'2013-11-06 17:19:18',10016,NULL),(10645,101,'1.2,,4fb30832867bb322c05cc54d16e54181d1c6692d','',541,541,'2013-11-06 08:00:00',10016,'2013-11-06 09:20:06'),(10646,9,'','',558,0,'2013-11-04 19:58:13',10017,NULL),(10647,19,'NEGATIVE,,8f9a8b4c9830b239e860c1d916958a955845d311','',552,0,'2013-11-04 08:00:00',10017,NULL),(10648,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8f9a8b4c9830b239e860c1d916958a955845d311','',552,0,'2013-11-04 08:00:00',10017,NULL),(10649,35,'HAZY,AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8f9a8b4c9830b239e860c1d916958a955845d311',' ',555,0,'2013-11-04 08:00:00',10019,NULL),(10650,9,'','',558,0,'2013-11-04 20:18:52',10020,NULL),(10651,19,'NEGATIVE,,3253682e0b2cf6f873a9439224582b893baf9c9a','',552,0,'2013-11-04 08:00:00',10020,NULL),(10652,9,'','',558,0,'2013-11-04 20:21:57',10021,NULL),(10653,19,'NEGATIVE,,3c5e77e5602ce03eb941714a52294c9103b0d26e','',552,0,'2013-11-04 08:00:00',10021,NULL),(10654,9,'','',558,0,'2013-11-04 20:32:01',10022,NULL),(10655,20,'NEGATIVE,4f39b08b12991a0cb0d1ea0b936da0a4a5736306','',552,0,'2013-11-04 08:00:00',10022,NULL),(10656,36,'No Significant Bacteria Growth,##,##,,6e59ae41200b5c7465162e2f7a6350ef7c1d9a56','',534,0,'2013-11-07 08:00:00',10023,NULL),(10657,35,'CLEAR,AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,30662ef34b140837a75721213a1f037e13048b27','',555,0,'2013-11-04 08:00:00',10024,NULL),(10658,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,30662ef34b140837a75721213a1f037e13048b27','',555,0,'2013-11-04 08:00:00',10026,NULL),(10659,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,CALCIUM OXALATE (+),PRESENT (+,,,,,,,,,,,,,,,,,,,,,,,,,,),NOT SEEN,a802828e','',555,0,'2013-11-04 08:00:00',10027,NULL),(10660,135,'[$][/$],##,##,,a802828eeda050c8f2a18fa32f308d02775532cd','',552,0,'2013-11-04 08:00:00',10029,NULL),(10661,134,'SCANTY,MODERATE,NOT SEEN,PRESENT (++),,a802828eeda050c8f2a18fa32f308d02775532cd','',552,0,'2013-11-04 08:00:00',10029,NULL),(10662,28,'POSITIVE,[$]AS[/$],,d06e8adaa91647c22f64d96971300579e859003c','',541,0,'2013-11-06 08:00:00',10030,NULL),(10663,35,'CLEAR,LIGHT AMBER,5.5,1.025,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,2,NOT SEEN,NOT SEEN,N,,,,,,,,,,,,,,,,,,OT SEEN,d06e8adaa91647c22f','',552,0,'2013-11-04 08:00:00',10032,NULL),(10664,108,'NON - REACTIVE,1edf8a21616ba99d0d372492246bd928b00caac3','',534,0,'2013-11-04 08:00:00',10033,NULL),(10665,36,'Escherichia coli,##,##,,1edf8a21616ba99d0d372492246bd928b00caac3','',555,0,'2013-11-09 08:00:00',10035,NULL),(10666,22,'17,dafac9f1a265be8097ad46cdc408cd8de5905738','',555,0,'2013-11-04 08:00:00',10036,NULL),(10667,68,'','',558,0,'2013-11-04 21:01:28',10036,NULL),(10668,9,'','',558,0,'2013-11-04 21:01:28',10036,NULL),(10669,19,'NEGATIVE,,dafac9f1a265be8097ad46cdc408cd8de5905738','',555,0,'2013-11-04 08:00:00',10036,NULL),(10670,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dafac9f1a265be8097ad46cdc408cd8de5905738','',555,0,'2013-11-04 08:00:00',10036,NULL),(10671,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dafac9f1a265be8097ad46cdc408cd8de5905738','',555,0,'2013-11-04 08:00:00',10038,NULL),(10672,57,'','',558,0,'2013-11-04 21:01:28',10041,NULL),(10673,133,'','',558,0,'2013-11-04 21:01:28',10041,NULL),(10674,131,'','',558,0,'2013-11-04 21:01:28',10041,NULL),(10675,132,'','',558,0,'2013-11-04 21:01:28',10041,NULL),(10676,56,'','',558,0,'2013-11-04 21:01:28',10041,NULL),(10677,65,'','',558,0,'2013-11-04 21:01:28',10041,NULL),(10678,9,'','',558,0,'2013-11-04 21:03:51',10042,NULL),(10679,28,'NEGATIVE,[$]AA[/$],,ce5338d04c20c1073f2a4a0c2000351799ee6a34','',534,0,'2013-11-06 08:00:00',10042,NULL),(10680,27,'NON-REACTIVE,-,NEGATIVE,,d2d29b524f6397461b24a669cea02153f1248d67','',552,0,'2013-11-04 08:00:00',10043,NULL),(10681,108,'NON - REACTIVE,d2d29b524f6397461b24a669cea02153f1248d67','',552,0,'2013-11-04 08:00:00',10043,NULL),(10682,193,'NEGATIVE,d2d29b524f6397461b24a669cea02153f1248d67','',534,0,'2013-11-13 08:00:00',10045,NULL),(10683,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f84804e31f9b422138d654eb7741f179200b8e88','',552,0,'2013-11-04 08:00:00',10046,NULL),(10684,135,'[$][/$],##,##,,2f3d92d3bc638413275869347c62cdb21aab2d8d','',552,0,'2013-11-04 08:00:00',10047,NULL),(10685,134,'NOT SEEN,FEW,NOT SEEN,NOT SEEN,,2f3d92d3bc638413275869347c62cdb21aab2d8d','',552,0,'2013-11-04 08:00:00',10047,NULL),(10686,9,'','',558,0,'2013-11-04 21:33:38',10048,NULL),(10687,18,'[$]1200[/$],TROPHOZOITES,d10ebad387821f20eb450f468588c9383d541475','',555,0,'2013-11-04 08:00:00',10048,NULL),(10688,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d10ebad387821f20eb450f468588c9383d541475','',555,0,'2013-11-04 08:00:00',10050,NULL),(10689,107,'1/20,1/20,d10ebad387821f20eb450f468588c9383d541475','',555,0,'2013-11-04 08:00:00',10053,NULL),(10690,41,'[$]2:05[/$],[$]2:40[/$],[$]3:05[/$],COITUS INTERUPTUS,GREY,INCOMPLETE LIQUEFACTION,OPAQUE,[$]1ml[/$],[$]8.0[/$],[$]35% IN ACTIVE LINEAR PROGRESSION[/$],[$]40% LIVE CELLS[/$],[$]9,200,000/ml[/$],[$]95% ','',550,0,'2013-11-08 08:00:00',10054,NULL),(10691,42,'[$]NO BACTERIAL GROWTH[/$],0d4c3402ba90fbd9d81317a2124944521088b4b5','',550,0,'2013-11-08 08:00:00',10054,NULL),(10692,21,'B,POSITIVE,b26d2316542073044fd5f1d14127e93c7d24a2f1','',552,0,'2013-11-04 08:00:00',10055,NULL),(10693,9,'','',558,0,'2013-11-04 21:41:57',10055,NULL),(10694,20,'POSITIVE,b26d2316542073044fd5f1d14127e93c7d24a2f1','',552,0,'2013-11-04 08:00:00',10055,NULL),(10695,91,'8.9,FEMALE (3.24 - 29.10)_MALE (3.28 - 19.68)_PREG. 3rd TRIMESTER (95.0 - 480.0),b26d2316542073044fd5f1d14127e93c7d24a2f1','',537,0,'2013-11-11 08:00:00',10057,NULL),(10696,199,'[$]NO BACTERIAL GROWTH[/$],738745468123773de1525227b325d520a7584fe7','',534,0,'2013-11-07 08:00:00',10058,NULL),(10697,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,738745468123773de1525227b325d520a7584fe7','',552,0,'2013-11-08 08:00:00',10058,NULL),(10698,9,'','',558,0,'2013-11-04 21:57:24',10059,NULL),(10699,9,'','',558,0,'2013-11-04 22:16:35',10060,NULL),(10700,36,'','',558,0,'2013-11-04 22:25:56',10061,NULL),(10701,28,'NEGATIVE,[$]AC[/$],,e0fcd00f6f1715a4ab8a4240b0a32e92b63ee8b4','',534,0,'2013-11-05 08:00:00',10062,NULL),(10702,9,'','',558,0,'2013-11-04 23:06:25',10063,NULL),(10703,19,'NEGATIVE,,7953e1f7f7d60d2c5406d05f68ded309bb246e1c','',555,0,'2013-11-04 08:00:00',10063,NULL),(10704,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7953e1f7f7d60d2c5406d05f68ded309bb246e1c','',555,0,'2013-11-04 08:00:00',10063,NULL),(10705,71,'NEGATIVE,,7953e1f7f7d60d2c5406d05f68ded309bb246e1c','',555,0,'2013-11-04 08:00:00',10065,NULL),(10706,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,18,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7953e1f7f7d60d2c5406d05f68ded309bb246e1c',', ',555,0,'2013-11-04 08:00:00',10065,NULL),(10707,57,'','',534,0,'2013-11-04 23:31:56',10066,NULL),(10708,133,'','',534,0,'2013-11-04 23:31:56',10066,NULL),(10709,56,'','',534,0,'2013-11-04 23:31:56',10066,NULL),(10710,57,'','',534,0,'2013-11-04 23:34:40',10067,NULL),(10711,133,'','',534,0,'2013-11-04 23:34:40',10067,NULL),(10712,56,'','',534,0,'2013-11-04 23:34:40',10067,NULL),(10713,27,'NON-REACTIVE,-,NEGATIVE,,1edf8a21616ba99d0d372492246bd928b00caac3','',555,0,'2013-11-09 08:00:00',10068,NULL),(10714,108,'NON - REACTIVE,1edf8a21616ba99d0d372492246bd928b00caac3','',555,0,'2013-11-09 08:00:00',10068,NULL),(10715,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,1edf8a21616ba99d0d372492246bd928b00caac3','',534,0,'2013-11-07 08:00:00',10070,NULL),(10716,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,1edf8a21616ba99d0d372492246bd928b00caac3','',552,0,'2013-11-04 08:00:00',10070,NULL),(10717,9,'','',558,0,'2013-11-05 00:19:22',10071,NULL),(10718,18,'[$]NO MALARIA PARASITES SEEN[/$],-,57b06c971fe09a2f0ed56404907cdb9f5f185c54','',552,0,'2013-11-04 08:00:00',10071,NULL),(10719,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,57b06c971fe09a2f0ed56404907cdb9f5f185c54','',552,0,'2013-11-04 08:00:00',10073,NULL),(10720,107,'1/20,1/20,57b06c971fe09a2f0ed56404907cdb9f5f185c54','',552,0,'2013-11-04 08:00:00',10076,NULL),(10721,9,'','',558,0,'2013-11-05 00:23:22',10077,NULL),(10722,9,'','',558,0,'2013-11-05 00:33:33',10078,NULL),(10723,19,'NEGATIVE,,f99d269b1714dc44f4d1e656a3c0146ff73d0172','',552,0,'2013-11-04 08:00:00',10078,NULL),(10724,71,'POSITIVE,,f99d269b1714dc44f4d1e656a3c0146ff73d0172','',552,0,'2013-11-04 08:00:00',10080,NULL),(10725,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,>30,8,2,NOT SEEN,PRESENT (++),NOT SEEN,,,,,,,,,,,,,,,,,,,f99d269b1714dc44f4d1e656a',', ',552,0,'2013-11-04 08:00:00',10080,NULL),(10726,16,'POSITIVE,3b7c356af294c5f0b4c9bedec57ff2e03824399a','',552,0,'2013-11-04 08:00:00',10081,NULL),(10727,14,'','',558,0,'2013-11-05 00:42:42',10083,NULL),(10728,21,'','',558,0,'2013-11-05 00:47:56',10084,NULL),(10729,224,'','',558,0,'2013-11-05 00:47:56',10084,NULL),(10730,68,'','',558,0,'2013-11-05 01:08:07',10085,NULL),(10731,9,'','',558,0,'2013-11-05 01:08:07',10085,NULL),(10732,36,'No Bacteria Growth,##,##,,95f53e18aa7c366ee6ea4233daf97bce4a772cf0','',534,0,'2013-11-07 08:00:00',10087,NULL),(10733,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,2,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,95f53e18aa7c366ee6ea4233',', ',552,0,'2013-11-04 08:00:00',10087,NULL),(10734,9,'','',558,0,'2013-11-05 01:27:03',10088,NULL),(10735,18,'[$]NO MALARIA PARASITES SEEN\n[/$],-,9d36b2d3d6b9dce488e21a1e936b12f92c097d31','',552,0,'2013-11-04 08:00:00',10088,NULL),(10736,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,9d36b2d3d6b9dce488e21a1e','',555,0,'2013-11-04 08:00:00',10090,NULL),(10737,16,'POSITIVE,9d36b2d3d6b9dce488e21a1e936b12f92c097d31','',552,0,'2013-11-04 08:00:00',10093,NULL),(10738,14,'','',558,0,'2013-11-05 01:27:04',10097,NULL),(10739,14,'','',558,0,'2013-11-05 01:44:01',10098,NULL),(10740,16,'POSITIVE,67f0a9ca5c796030c0a746e3b45599646b7910ab','',552,0,'2013-11-04 08:00:00',10100,NULL),(10741,68,'','',531,0,'2013-11-05 02:25:12',10101,NULL),(10742,9,'','',531,0,'2013-11-05 02:25:12',10101,NULL),(10743,78,'','',531,0,'2013-11-05 02:25:13',10103,NULL),(10744,16,'NEGATIVE,f74c453b9cd4fc4539811af63ac0b7323b62eedd','',552,0,'2013-11-05 08:00:00',10103,NULL),(10745,132,'','',531,0,'2013-11-05 02:25:13',10103,NULL),(10746,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),,f74c453b9cd4fc4539811af63ac0b7323b62eedd','',552,0,'2013-11-05 08:00:00',10103,NULL),(10747,93,'< 0.05,f74c453b9cd4fc4539811af63ac0b7323b62eedd','',534,0,'2013-11-07 08:00:00',10106,NULL),(10748,36,'No Significant Bacteria Growth,##,##,,e0cfb9f6e3ed16abb024759b4aa6cd2291460426','',555,0,'2013-11-08 08:00:00',10107,NULL),(10749,35,'CLOUDY,STRAW,6.5,1.025,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,6,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,7c6a27c31be73704be4',', ',535,0,'2013-11-04 08:00:00',10108,NULL),(10750,222,'11.3,4.87,13.4,38.9,79.9,27.5,34.4,296,22.0,1.1,76.9,2.5,0.1,8.7,16.0,8.0,,4fd351de2b530ca413be36134926f7e10bf144b5','',535,0,'2013-11-04 08:00:00',10109,NULL),(10751,19,'NEGATIVE,,4fd351de2b530ca413be36134926f7e10bf144b5','',535,0,'2013-11-04 08:00:00',10109,NULL),(10752,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4fd351de2b530ca413be36134926f7e10bf144b5','',535,0,'2013-11-04 08:00:00',10109,NULL),(10753,107,'1/20,1/80,4fd351de2b530ca413be36134926f7e10bf144b5','',535,0,'2013-11-04 08:00:00',10111,NULL),(10754,112,'NEGATIVE,,44de3ebbc79d2add00e1658c64a117949d567946','',535,535,'2013-11-04 08:00:00',10112,'2013-11-04 20:36:24'),(10755,117,'NEGATIVE,,44de3ebbc79d2add00e1658c64a117949d567946','',535,535,'2013-11-04 08:00:00',10112,'2013-11-04 20:36:24'),(10756,27,'NONREACTIVE,,NEGATIVE,,44de3ebbc79d2add00e1658c64a117949d567946','',535,535,'2013-11-04 08:00:00',10112,'2013-11-04 20:36:24'),(10757,222,'6.3,4.86,11.8,33.4,68.7,24.3,35.3,399,64.3,4.6,31.1,4.1,0.3,1.9,16.7,-,,ea43460bd8b75fbd4fde23cb9c91e735e704e95b','',535,0,'2013-11-04 08:00:00',10113,NULL),(10758,19,'NEGATIVE,,ea43460bd8b75fbd4fde23cb9c91e735e704e95b','',535,0,'2013-11-04 08:00:00',10113,NULL),(10759,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ea43460bd8b75fbd4fde23cb9c91e735e704e95b','',535,0,'2013-11-04 08:00:00',10113,NULL),(10760,107,'1/20,1/20,ea43460bd8b75fbd4fde23cb9c91e735e704e95b','',535,0,'2013-11-04 08:00:00',10115,NULL),(10761,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ea43460bd8b75fbd4fde23cb9c91e735e704e95b',', ',535,0,'2013-11-04 08:00:00',10118,NULL),(10762,222,'9.0,4.39,12.2,34.8,79.3,27.8,35.1,329,18.6,13.4,68.0,1.7,1.2,6.1,14.0,7.9,,ef70af3b193ab9b11e5f71763f1859de345eb00b','',535,535,'2013-11-04 08:00:00',10119,'2013-11-04 21:15:49'),(10763,19,'NEGATIVE,,ef70af3b193ab9b11e5f71763f1859de345eb00b','',535,535,'2013-11-04 08:00:00',10119,'2013-11-04 21:15:49'),(10764,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,ef70af3b193ab9b11e5f71763f1859de345eb00b','',535,535,'2013-11-04 08:00:00',10119,'2013-11-04 21:15:49'),(10765,107,'1/20,1/20,ef70af3b193ab9b11e5f71763f1859de345eb00b','',535,0,'2013-11-04 08:00:00',10121,NULL),(10766,35,'','',531,0,'2013-11-05 04:18:43',10124,NULL),(10767,222,'6.2,5.15,13.7,39.7,77.1,26.6,34.5,293,29.9,11.4,58.7,1.9,0.7,3.6,14.5,9.7,,ff74c62ac0ac604f9b139aa7065a740bac409b76','',535,0,'2013-11-04 08:00:00',10125,NULL),(10768,19,'NEGATIVE,,ff74c62ac0ac604f9b139aa7065a740bac409b76','',535,0,'2013-11-04 08:00:00',10125,NULL),(10769,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ff74c62ac0ac604f9b139aa7065a740bac409b76','',535,0,'2013-11-04 08:00:00',10125,NULL),(10770,107,'1/20,1/20,ff74c62ac0ac604f9b139aa7065a740bac409b76','',535,0,'2013-11-04 08:00:00',10127,NULL),(10771,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ff74c62ac0ac604f9b139aa7065a740bac409b76','',535,0,'2013-11-04 08:00:00',10130,NULL),(10772,222,'6.9,3.92,12.3,35.4,90.3,31.4,34.7,322,27.6,5.8,66.6,1.9,0.4,4.6,13.0,7.8,,958028521c669ad59b5692f49db1ff6fb4478581','',535,0,'2013-11-04 08:00:00',10131,NULL),(10773,19,'NEGATIVE,,958028521c669ad59b5692f49db1ff6fb4478581','',535,0,'2013-11-04 08:00:00',10131,NULL),(10774,18,'[$]NO MALARIA PARASITES SEEN[/$],-,958028521c669ad59b5692f49db1ff6fb4478581','',535,0,'2013-11-04 08:00:00',10131,NULL),(10775,222,'9.3,3.94,11.2,32.1,81.5,28.4,34.9,437,52.9,7.2,39.9,4.9,0.7,3.7,14.7,7.9,,b83f04ea220f3b29e4359f56dfd4cc40f6fe0a5d','',535,535,'2013-11-04 08:00:00',10132,'2013-11-04 21:50:28'),(10776,222,'10.6,4.57,14.1,40.3,88.2,30.9,35.0,248,7.5,4.6,87.9,0.8,0.5,9.3,13.1,7.5,,f4fb7f9dd6d26bfd52afb6feeb8078eff1a7e548','',535,0,'2013-11-04 08:00:00',10133,NULL),(10777,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f4fb7f9dd6d26bfd52afb6feeb8078eff1a7e548','',535,0,'2013-11-04 08:00:00',10133,NULL),(10778,107,'1/20,1/20,f4fb7f9dd6d26bfd52afb6feeb8078eff1a7e548','',535,0,'2013-11-04 08:00:00',10135,NULL),(10779,71,'','',531,0,'2013-11-05 05:58:43',10138,NULL),(10780,57,'','',531,0,'2013-11-05 06:42:30',10139,NULL),(10781,133,'','',531,0,'2013-11-05 06:42:30',10139,NULL),(10782,56,'','',531,0,'2013-11-05 06:42:30',10139,NULL),(10783,222,'5.5,4.39,13.4,39.1,89.1,30.5,34.3,297,49.0,9.8,41.2,2.7,0.5,2.3,13.0,8.9,,6ccf39adfacd643d978142c4c4f0295f0b89a25e','',535,0,'2013-11-04 08:00:00',10140,NULL),(10784,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6ccf39adfacd643d978142c4c4f0295f0b89a25e','',535,0,'2013-11-04 08:00:00',10142,NULL),(10785,40,'[$]NO BACTERIA GROWTH \n\nAFTER 7 DAYS OF INCUBATION[/$],##,##,,8d7ac7832b4f61c621b6dde5e7617fdeeb1a5cb7','',535,0,'2013-11-17 08:00:00',10143,NULL),(10786,107,'1/20,1/20,8d7ac7832b4f61c621b6dde5e7617fdeeb1a5cb7','',535,0,'2013-11-17 08:00:00',10145,NULL),(10787,36,'No Bacteria Growth,##,##,,8d7ac7832b4f61c621b6dde5e7617fdeeb1a5cb7','',535,0,'2013-11-17 08:00:00',10148,NULL),(10788,35,'HAZY,LIGHT AMBER,6.0,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (++),6,4,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,8d7ac7832b4f61c621b6','',535,0,'2013-11-05 08:00:00',10148,NULL),(10789,222,'10.7,5.30,15.6,44.1,83.2,29.4,35.4,197,24.5,8.0,67.5,2.6,0.9,7.2,13.0,10.6,,6454d89c6ebae6803282b9c9ba54bea18fc47197','',535,0,'2013-11-05 08:00:00',10149,NULL),(10790,20,'NEGATIVE,6454d89c6ebae6803282b9c9ba54bea18fc47197','',535,0,'2013-11-05 08:00:00',10149,NULL),(10791,57,'','',531,0,'2013-11-05 10:20:14',10151,NULL),(10792,133,'','',531,0,'2013-11-05 10:20:14',10151,NULL),(10793,56,'','',531,0,'2013-11-05 10:20:14',10151,NULL),(10794,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,6454d89c6ebae6803282b9c9b','',535,0,'2013-11-05 08:00:00',10154,NULL),(10795,222,'10.7,5.42,15.8,45.0,83.0,29.2,35.1,216,23.5,8.6,67.9,2.5,0.9,7.3,12.8,10.4,,85613e27eaba160b017d0b1fa7d721a75fb9d4fb','',535,0,'2013-11-05 08:00:00',10155,NULL),(10796,35,'','',531,0,'2013-11-05 10:41:46',10157,NULL),(10797,37,'','',531,0,'2013-11-05 10:41:46',10160,NULL),(10798,57,'','',531,0,'2013-11-05 13:25:40',10161,NULL),(10799,133,'','',531,0,'2013-11-05 13:25:40',10161,NULL),(10800,56,'','',531,0,'2013-11-05 13:25:40',10161,NULL),(10801,218,'','',531,0,'2013-11-05 13:32:24',10162,NULL),(10802,57,'','',531,0,'2013-11-05 13:34:16',10163,NULL),(10803,133,'','',531,0,'2013-11-05 13:34:16',10163,NULL),(10804,56,'','',531,0,'2013-11-05 13:34:16',10163,NULL),(10805,68,'','',531,0,'2013-11-05 13:41:57',10164,NULL),(10806,222,'','',531,0,'2013-11-05 13:41:57',10164,NULL),(10807,211,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10808,60,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10809,57,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10810,133,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10811,131,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10812,132,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10813,56,'','',531,0,'2013-11-05 13:41:57',10166,NULL),(10814,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,05ce086f309bc968707db9b7151f71841e5fa173',', ',552,0,'2013-11-05 08:00:00',10169,NULL),(10815,222,'','',531,0,'2013-11-05 13:57:45',10170,NULL),(10816,19,'NEGATIVE,,1b35d413ad5d64ad5ce28cc0438263025a1b44d4','',537,0,'2013-11-05 08:00:00',10170,NULL),(10817,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1b35d413ad5d64ad5ce28cc0438263025a1b44d4','',537,0,'2013-11-05 08:00:00',10170,NULL),(10818,107,'1/20,1/20,1b35d413ad5d64ad5ce28cc0438263025a1b44d4','',537,0,'2013-11-05 08:00:00',10172,NULL),(10819,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b35d413ad5d64ad5ce28cc0438263025a1b44d4','',537,0,'2013-11-05 08:00:00',10175,NULL),(10820,68,'6.3,-,-,,3e71640ef9b608a6629ee259da4746035cc0fbea','',535,0,'2013-11-05 08:00:00',10176,NULL),(10821,9,'','',531,0,'2013-11-05 14:17:46',10177,NULL),(10822,57,'','',531,0,'2013-11-05 14:17:47',10179,NULL),(10823,133,'','',531,0,'2013-11-05 14:17:47',10179,NULL),(10824,131,'','',531,0,'2013-11-05 14:17:47',10179,NULL),(10825,132,'','',531,0,'2013-11-05 14:17:47',10179,NULL),(10826,56,'','',531,0,'2013-11-05 14:17:47',10179,NULL),(10827,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,139802bd18c3f446753a137fa1e2fbfb8bad0462',', ',552,0,'2013-11-05 08:00:00',10182,NULL),(10828,132,'','',558,0,'2013-11-05 14:21:34',10183,NULL),(10829,131,'','',558,0,'2013-11-05 14:49:22',10184,NULL),(10830,132,'','',558,0,'2013-11-05 14:49:22',10184,NULL),(10831,68,'','',558,0,'2013-11-05 14:49:23',10186,NULL),(10832,222,'','',558,0,'2013-11-05 15:03:54',10187,NULL),(10833,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4257b5768c4ba3f71498977d8fd8b53c99d0c523','',537,0,'2013-11-05 08:00:00',10187,NULL),(10834,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4257b5768c4ba3f71498977d8fd8b53c99d0c523','',537,0,'2013-11-05 08:00:00',10189,NULL),(10835,22,'1,da695de89d4caa4fb17acfe5ca7959ac9b155148','',537,0,'2013-11-05 08:00:00',10190,NULL),(10836,9,'','',558,0,'2013-11-05 15:06:49',10190,NULL),(10837,57,'','',558,0,'2013-11-05 15:16:26',10191,NULL),(10838,133,'','',558,0,'2013-11-05 15:16:26',10191,NULL),(10839,56,'','',558,0,'2013-11-05 15:16:26',10191,NULL),(10840,9,'','',558,0,'2013-11-05 15:38:40',10192,NULL),(10841,14,'POSITIVE,bca021c42c6706cd777672444dfda8ca78378353','',552,0,'2013-11-06 08:00:00',10194,NULL),(10842,16,'NEGATIVE,bca021c42c6706cd777672444dfda8ca78378353','',537,0,'2013-11-05 08:00:00',10197,NULL),(10843,9,'','',558,0,'2013-11-05 15:43:27',10198,NULL),(10844,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4bcd98a51dd1c63af652a93b02cffc057927c29e','',537,0,'2013-11-05 08:00:00',10198,NULL),(10845,71,'','',558,0,'2013-11-05 15:43:28',10200,NULL),(10846,35,'','',558,0,'2013-11-05 15:43:28',10200,NULL),(10847,133,'','',558,0,'2013-11-05 15:47:19',10201,NULL),(10848,9,'','',558,0,'2013-11-05 15:55:57',10202,NULL),(10849,19,'NEGATIVE,,ffbadad46ec25067b1f89ee5179ce8ca5a854918','',537,0,'2013-11-05 08:00:00',10202,NULL),(10850,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ffbadad46ec25067b1f89ee5179ce8ca5a854918','',537,0,'2013-11-05 08:00:00',10202,NULL),(10851,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,10,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,ffbadad46ec25067b1f8','',537,0,'2013-11-05 08:00:00',10204,NULL),(10852,107,'1/20,1/20,ffbadad46ec25067b1f89ee5179ce8ca5a854918','',537,0,'2013-11-05 08:00:00',10207,NULL),(10853,9,'','',558,0,'2013-11-05 16:15:15',10208,NULL),(10854,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ebe421eb9130e799c19a798b6292692b237b8fa7',', ',552,0,'2013-11-05 08:00:00',10210,NULL),(10855,132,'','',558,0,'2013-11-05 16:15:15',10213,NULL),(10856,107,'1/20,1/80,e71be404d6a2d5f81b85d18ea8b6921c5b54b48b','',537,0,'2013-11-05 08:00:00',10214,NULL),(10857,19,'NEGATIVE,,8c943534c9806be04c67cd784938d126b74dc0ba','',537,0,'2013-11-05 08:00:00',10215,NULL),(10858,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8c943534c9806be04c67cd784938d126b74dc0ba',', ',537,0,'2013-11-05 08:00:00',10215,NULL),(10859,36,'No Bacteria Growth,##,##,,277e0a0fa0072c9d333afb7c2916767795d39cce','',534,0,'2013-11-07 08:00:00',10216,NULL),(10860,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,14,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,277e0a0fa0072c9d333afb7c291676779',', ',552,0,'2013-11-05 08:00:00',10216,NULL),(10861,9,'','',558,0,'2013-11-05 16:28:13',10217,NULL),(10862,19,'NEGATIVE,,f1d9491591e1e24bd424e81364f7550b30e1c85b','',537,0,'2013-11-05 08:00:00',10217,NULL),(10863,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f1d9491591e1e24bd424e81364f7550b30e1c85b','',537,0,'2013-11-05 08:00:00',10217,NULL),(10864,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f1d9491591e1e24bd424e81364f7550b30e1c85b',', ',552,0,'2013-11-05 08:00:00',10219,NULL),(10865,9,'','',558,0,'2013-11-05 16:32:24',10220,NULL),(10866,71,'POSITIVE,,ac6087942222d6306b6ecc6c7caebee93b54d628','',552,0,'2013-11-05 08:00:00',10222,NULL),(10867,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,ac6087942222d6306b6e',', , RBC\'S HAEMOLYSED',552,0,'2013-11-05 08:00:00',10222,NULL),(10868,22,'15,ae7204ab0ec1491d7e97d75cb2e6581723258e87','',552,0,'2013-11-05 08:00:00',10223,NULL),(10869,9,'','',558,0,'2013-11-05 16:44:23',10223,NULL),(10870,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ae7204ab0ec1491d7e97d75cb2e6581723258e87','',552,0,'2013-11-05 08:00:00',10223,NULL),(10871,14,'NEGATIVE,f74c453b9cd4fc4539811af63ac0b7323b62eedd','',552,0,'2013-11-05 08:00:00',10224,NULL),(10872,68,'','',558,0,'2013-11-05 16:51:10',10225,NULL),(10873,9,'','',558,0,'2013-11-05 16:51:10',10225,NULL),(10874,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ae8c9dd891c08b11851892244edf3a9dd47e0c1a',', ',552,0,'2013-11-05 08:00:00',10227,NULL),(10875,57,'','',558,0,'2013-11-05 16:51:10',10230,NULL),(10876,133,'','',558,0,'2013-11-05 16:51:10',10230,NULL),(10877,132,'','',558,0,'2013-11-05 16:51:10',10230,NULL),(10878,56,'','',558,0,'2013-11-05 16:51:10',10230,NULL),(10879,82,'','',558,0,'2013-11-05 16:51:11',10234,NULL),(10880,68,'','',558,0,'2013-11-05 16:58:45',10235,NULL),(10881,36,'No Bacteria Growth,##,##,,7ef44b25618ef4e00354b389f8e90294b214199e','',534,0,'2013-11-07 08:00:00',10236,NULL),(10882,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7ef44b25618ef4e00354b389f8e90294b214199e',', ',552,0,'2013-11-05 08:00:00',10236,NULL),(10883,9,'','',558,0,'2013-11-05 17:04:24',10237,NULL),(10884,19,'NEGATIVE,,c481268e070a86419dd19341ea438d8fd10b1846','',537,0,'2013-11-05 08:00:00',10237,NULL),(10885,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c481268e070a86419dd19341ea438d8fd10b1846','',537,0,'2013-11-05 08:00:00',10237,NULL),(10886,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,c481268e070a86419dd1',', ',552,0,'2013-11-05 08:00:00',10239,NULL),(10887,14,'NEGATIVE,7bddcc21170d5cd6dec0090e480dc4abfb9f1513','',534,0,'2013-11-05 08:00:00',10240,NULL),(10888,9,'','',558,0,'2013-11-05 17:08:01',10241,NULL),(10889,35,'CLEAR,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,2,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,101fdac3db8d7a338',', ',552,0,'2013-11-05 08:00:00',10243,NULL),(10890,227,'7.4,NEGATIVE,NEGATIVE,a17b32e02ed34b88d2096054ec0ed409ded61584','',537,0,'2013-11-12 08:00:00',10244,NULL),(10891,68,'4.3,NEGATIVE,NEGATIVE,,a17b32e02ed34b88d2096054ec0ed409ded61584','NON DIABETIC, ',537,0,'2013-11-12 08:00:00',10244,NULL),(10892,9,'','',558,0,'2013-11-05 17:15:21',10244,NULL),(10893,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a17b32e02ed34b88d2096054ec0ed409ded61584','',541,0,'2013-11-12 08:00:00',10244,NULL),(10894,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a17b32e02ed34b88d2096054ec0ed409ded61584',', ',541,0,'2013-11-12 08:00:00',10246,NULL),(10895,71,'NEGATIVE,,4bcd98a51dd1c63af652a93b02cffc057927c29e','',537,0,'2013-11-05 17:18:26',10247,NULL),(10896,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4bcd98a51dd1c63af652a93b02cffc057927c29e','pH:6.0, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:4',537,0,'2013-11-05 17:18:26',10247,NULL),(10897,9,'','',558,0,'2013-11-05 17:19:59',10248,NULL),(10898,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2f15a4627e5b05de0cabd2179cc38afb8b56bf70','',537,0,'2013-11-05 08:00:00',10248,NULL),(10899,9,'','',558,0,'2013-11-05 17:23:57',10249,NULL),(10900,19,'NEGATIVE,,811010f3aad91b115eebaccbce0bb0507aeead8f','',537,0,'2013-11-05 08:00:00',10249,NULL),(10901,18,'[$]NO MALARIA PARASITE SEEN[/$],-,811010f3aad91b115eebaccbce0bb0507aeead8f','',537,0,'2013-11-05 08:00:00',10249,NULL),(10902,57,'','',558,0,'2013-11-05 17:23:57',10251,NULL),(10903,133,'','',558,0,'2013-11-05 17:23:57',10251,NULL),(10904,107,'1/20,1/20,811010f3aad91b115eebaccbce0bb0507aeead8f','',537,0,'2013-11-05 08:00:00',10251,NULL),(10905,35,'CLEAR,STRAW,5.0,1.030,POSITIVE (++),POSITIVE (+),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,811010f3aad91b115eebaccb',', ',552,0,'2013-11-05 08:00:00',10254,NULL),(10906,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cb1f9b1a5544f124c08cef131278fb54eebd83a8','pH:7.0, SPECIFIC GRAVITY:1.015',537,0,'2013-11-05 17:27:05',10255,NULL),(10907,9,'','',558,0,'2013-11-05 17:30:14',10256,NULL),(10908,18,'[$]NO MALARIA PARASITE SEEN[/$],-,603fe50ddcda9f2388e7524f744cb802f273419f','',537,0,'2013-11-05 08:00:00',10256,NULL),(10909,36,'No Bacteria Growth,##,##,,603fe50ddcda9f2388e7524f744cb802f273419f','',534,0,'2013-11-07 08:00:00',10258,NULL),(10910,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,603fe50ddcda9f2388e7524f744cb802f273419f',', ',552,0,'2013-11-05 08:00:00',10258,NULL),(10911,11,'35.0,[$]14.0[/$],[$]2.5[/$],2.92,THERAPEUTIC : 2.0 - 4.0,f5a8641c8532991a7b474b0571cb749c2b469a89','',552,0,'2013-11-05 08:00:00',10259,NULL),(10912,9,'','',558,0,'2013-11-05 17:37:10',10260,NULL),(10913,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c4eff278b08a7e62f97a868dd2e0ea98538971e6','',537,0,'2013-11-05 08:00:00',10260,NULL),(10914,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c4eff278b08a7e62f97a868dd2e0ea98538971e6',', ',552,0,'2013-11-05 08:00:00',10262,NULL),(10915,9,'','',558,0,'2013-11-05 17:40:36',10263,NULL),(10916,35,'HAZY,AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,2,0,NOT ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEE',', ',552,0,'2013-11-05 08:00:00',10265,NULL),(10917,37,'GREENISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d2aff928c4c60ca1adaa84d8ad4202bd781aaf37','',552,0,'2013-11-05 08:00:00',10268,NULL),(10918,9,'','',558,0,'2013-11-05 17:43:48',10269,NULL),(10919,19,'NEGATIVE,,798ed21c6921ef84fca84265d0bcbd264fedab39','',537,0,'2013-11-05 08:00:00',10269,NULL),(10920,18,'[$]NO MALARIA PARASITE SEEN[/$],-,798ed21c6921ef84fca84265d0bcbd264fedab39','',537,0,'2013-11-05 08:00:00',10269,NULL),(10921,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,798ed21c6921ef84fca84265d0bcbd264fedab39',', ',552,0,'2013-11-05 08:00:00',10271,NULL),(10922,21,'','',558,0,'2013-11-05 17:49:27',10272,NULL),(10923,68,'','',558,0,'2013-11-05 17:49:27',10272,NULL),(10924,9,'','',558,0,'2013-11-05 17:49:27',10272,NULL),(10925,25,'','',558,0,'2013-11-05 17:49:27',10272,NULL),(10926,20,'','',558,0,'2013-11-05 17:49:27',10272,NULL),(10927,112,'','',558,0,'2013-11-05 17:49:27',10274,NULL),(10928,27,'','',558,0,'2013-11-05 17:49:27',10274,NULL),(10929,128,'','',558,0,'2013-11-05 17:49:27',10274,NULL),(10930,108,'','',558,0,'2013-11-05 17:49:27',10274,NULL),(10931,9,'','',558,0,'2013-11-05 18:00:07',10275,NULL),(10932,19,'POSITIVE,,f95caa79c625f523bcc536341336f46a7853279e','',537,0,'2013-11-05 08:00:00',10275,NULL),(10933,18,'[$]MALARIA PARASITE PRESENT (+)[/$],TROPHOZOITES,f95caa79c625f523bcc536341336f46a7853279e','',537,0,'2013-11-05 08:00:00',10275,NULL),(10934,35,'HAZY,AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (++),1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,f95caa79c625f523bcc536341336f46a7',', ',552,0,'2013-11-05 08:00:00',10277,NULL),(10935,107,'1/20,1/20,f95caa79c625f523bcc536341336f46a7853279e','',537,0,'2013-11-05 08:00:00',10280,NULL),(10936,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b936aeaf080a7e564c4cf25d8d9231c1eb281c98',', ',552,0,'2013-11-05 08:00:00',10281,NULL),(10937,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,99e9a295ed23d173ec04559485c255667c11d3a1',', ',552,0,'2013-11-05 08:00:00',10282,NULL),(10938,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,99e9a295ed23d173ec04559485c255667c11d3a1','',552,0,'2013-11-05 08:00:00',10284,NULL),(10939,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,66c5b21d48c11476c1d25dc33a31ccd931be3cb5',', ',552,0,'2013-11-05 08:00:00',10285,NULL),(10940,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ff3ee2d2246de205192e400621b9c2c8051c8988',', ',552,0,'2013-11-05 08:00:00',10286,NULL),(10941,52,'','',558,0,'2013-11-05 18:11:58',10288,NULL),(10942,53,'','',558,0,'2013-11-05 18:11:58',10288,NULL),(10943,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f699efad194f4f3762373342107abc5416d55c6a',', ',552,0,'2013-11-05 08:00:00',10289,NULL),(10944,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f699efad194f4f3762373342107abc5416d55c6a','',552,0,'2013-11-05 08:00:00',10291,NULL),(10945,9,'','',558,0,'2013-11-05 18:16:46',10292,NULL),(10946,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2cd5cbf353f4275f7c97f0129623e0141e7168bf','',537,0,'2013-11-05 08:00:00',10292,NULL),(10947,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2cd5cbf353f4275f7c97f0129623e0141e7168bf',', ',552,0,'2013-11-05 08:00:00',10294,NULL),(10948,22,'50,ffdb6f51fb21b6a67458f2a7f6abf247d3fca8b0','',537,0,'2013-11-05 08:00:00',10295,NULL),(10949,9,'','',558,0,'2013-11-05 18:34:47',10295,NULL),(10950,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ffdb6f51fb21b6a67458f2a7f6abf247d3fca8b0',', ',552,0,'2013-11-05 08:00:00',10297,NULL),(10951,57,'','',558,0,'2013-11-05 18:34:47',10300,NULL),(10952,133,'','',558,0,'2013-11-05 18:34:47',10300,NULL),(10953,131,'','',558,0,'2013-11-05 18:34:47',10300,NULL),(10954,132,'','',558,0,'2013-11-05 18:34:47',10300,NULL),(10955,56,'','',558,0,'2013-11-05 18:34:47',10300,NULL),(10956,65,'','',558,0,'2013-11-05 18:34:47',10300,NULL),(10957,36,'No Bacteria Growth,##,##,,4f8c52392a5e84145d12416a53a4f420fe1a02c6','',534,0,'2013-11-07 08:00:00',10301,NULL),(10958,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4f8c52392a5e84145d12416a53a4f420fe1a02c6',', ',534,0,'2013-11-05 08:00:00',10303,NULL),(10959,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2f569625eefb1e36a978eb3ce9bf61166ac39f76','',537,0,'2013-11-06 08:00:00',10304,NULL),(10960,9,'','',558,0,'2013-11-05 18:48:18',10305,NULL),(10961,19,'NEGATIVE,,87c9340538e7b311df73471b77864c20d0e2c7b4','',537,0,'2013-11-05 08:00:00',10305,NULL),(10962,18,'[$]NO MALARIA PARASITE SEEN[/$],-,87c9340538e7b311df73471b77864c20d0e2c7b4','',537,0,'2013-11-05 08:00:00',10305,NULL),(10963,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,87c9340538e7b311df73471b77864c20d0e2c7b4',', ',537,0,'2013-11-05 08:00:00',10307,NULL),(10964,9,'','',558,0,'2013-11-05 18:51:36',10308,NULL),(10965,19,'NEGATIVE,,4c46dab0a507e18a382ce7b0fbdddb4791f060b0','',537,0,'2013-11-05 08:00:00',10308,NULL),(10966,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4c46dab0a507e18a382ce7b0fbdddb4791f060b0','',537,0,'2013-11-05 08:00:00',10308,NULL),(10967,9,'','',558,0,'2013-11-05 18:56:38',10309,NULL),(10968,57,'','',558,0,'2013-11-05 18:56:39',10311,NULL),(10969,133,'','',558,0,'2013-11-05 18:56:39',10311,NULL),(10970,131,'','',558,0,'2013-11-05 18:56:39',10311,NULL),(10971,132,'','',558,0,'2013-11-05 18:56:39',10311,NULL),(10972,56,'','',558,0,'2013-11-05 18:56:39',10311,NULL),(10973,9,'','',558,0,'2013-11-05 19:53:39',10312,NULL),(10974,19,'NEGATIVE,,0a7216d6ce9d3d7cc2397f20f2aae9ed1ce0b646','',537,0,'2013-11-05 08:00:00',10312,NULL),(10975,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0a7216d6ce9d3d7cc2397f20f2aae9ed1ce0b646','',537,0,'2013-11-05 08:00:00',10312,NULL),(10976,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0a7216d6ce9d3d7cc2397f20f2aae9ed1ce0b646',', ',537,0,'2013-11-05 08:00:00',10314,NULL),(10977,107,'1/20,1/20,0a7216d6ce9d3d7cc2397f20f2aae9ed1ce0b646','',537,0,'2013-11-05 08:00:00',10317,NULL),(10978,9,'','',558,0,'2013-11-05 19:55:36',10318,NULL),(10979,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4fa36021fd23d20190de164ffa6f69aab536768a','',543,0,'2013-11-05 08:00:00',10318,NULL),(10980,9,'','',558,0,'2013-11-05 19:58:58',10319,NULL),(10981,9,'','',558,0,'2013-11-05 20:02:20',10320,NULL),(10982,18,'[$]NO MALARIA PARASITES SEEN[/$],-,51136902aa2f7ce0b81fdae63c28503d71b72015','',537,0,'2013-11-05 08:00:00',10320,NULL),(10983,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,51136902aa2f7ce0b81fdae63c28503d71b72015',', ',537,0,'2013-11-05 08:00:00',10322,NULL),(10984,107,'1/20,1/20,51136902aa2f7ce0b81fdae63c28503d71b72015','',537,0,'2013-11-05 08:00:00',10325,NULL),(10985,37,'YELLOWISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4f8c52392a5e84145d12416a53a4f420fe1a02c6','',552,0,'2013-11-05 08:00:00',10326,NULL),(10986,68,'4.8,-,-,,40ff33645c359e947798bcc4fac82f1bdd2891fd','NON DIABETIC, ',543,0,'2013-11-05 08:00:00',10327,NULL),(10987,9,'','',558,0,'2013-11-05 20:07:54',10327,NULL),(10988,18,'[$]NO MALARIA PARASITES SEEN[/$],-,40ff33645c359e947798bcc4fac82f1bdd2891fd','',543,0,'2013-11-05 08:00:00',10327,NULL),(10989,115,'NEGATIVE,40ff33645c359e947798bcc4fac82f1bdd2891fd','',543,0,'2013-11-05 08:00:00',10329,NULL),(10990,112,'NEGATIVE,,40ff33645c359e947798bcc4fac82f1bdd2891fd','',543,0,'2013-11-05 08:00:00',10329,NULL),(10991,27,'NON-REACTIVE,-,NEGATIVE,,40ff33645c359e947798bcc4fac82f1bdd2891fd','',543,0,'2013-11-05 08:00:00',10329,NULL),(10992,61,'','',558,0,'2013-11-05 20:07:55',10329,NULL),(10993,62,'','',558,0,'2013-11-05 20:07:55',10329,NULL),(10994,108,'NON - REACTIVE,40ff33645c359e947798bcc4fac82f1bdd2891fd','',543,0,'2013-11-05 08:00:00',10329,NULL),(10995,68,'4.1,-,-,,d513e8f64d99fa654c7c5eb1022770b8249f797c','NON DIABETIC, ',543,0,'2013-11-05 08:00:00',10330,NULL),(10996,9,'','',558,0,'2013-11-05 20:14:36',10330,NULL),(10997,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d513e8f64d99fa654c7c5eb1022770b8249f797c','',543,0,'2013-11-05 08:00:00',10330,NULL),(10998,115,'NEGATIVE,d513e8f64d99fa654c7c5eb1022770b8249f797c','',543,0,'2013-11-05 08:00:00',10332,NULL),(10999,112,'NEGATIVE,,d513e8f64d99fa654c7c5eb1022770b8249f797c','',543,0,'2013-11-05 08:00:00',10332,NULL),(11000,27,'NON-REACTIVE,-,NEGATIVE,,d513e8f64d99fa654c7c5eb1022770b8249f797c','',543,0,'2013-11-05 08:00:00',10332,NULL),(11001,61,'','',558,0,'2013-11-05 20:14:37',10332,NULL),(11002,62,'','',558,0,'2013-11-05 20:14:37',10332,NULL),(11003,108,'NON - REACTIVE,d513e8f64d99fa654c7c5eb1022770b8249f797c','',543,0,'2013-11-05 08:00:00',10332,NULL),(11004,9,'','',558,0,'2013-11-05 20:32:40',10333,NULL),(11005,19,'NEGATIVE,,d495cc2ad72bada1cb07a13db7628f0bc8db19f1','',552,0,'2013-11-05 08:00:00',10333,NULL),(11006,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d495cc2ad72bada1cb07a13db7628f0bc8db19f1','',552,0,'2013-11-05 08:00:00',10333,NULL),(11007,71,'NEGATIVE,,d495cc2ad72bada1cb07a13db7628f0bc8db19f1','',552,0,'2013-11-05 08:00:00',10335,NULL),(11008,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d495cc2ad72bada1cb07a13db7628f0bc8db19f1',', ',552,0,'2013-11-05 08:00:00',10335,NULL),(11009,107,'','',558,0,'2013-11-05 20:32:41',10338,NULL),(11010,21,'O,NEGATIVE,d4396d1d73f8b4ebf894f9c80c22c793d08c4ccd','',543,0,'2013-11-05 08:00:00',10339,NULL),(11011,68,'','',558,0,'2013-11-05 20:40:37',10339,NULL),(11012,9,'','',558,0,'2013-11-05 20:40:37',10339,NULL),(11013,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d4396d1d73f8b4ebf894f9c80c22c793d08c4ccd','',543,0,'2013-11-05 08:00:00',10339,NULL),(11014,20,'NEGATIVE,d4396d1d73f8b4ebf894f9c80c22c793d08c4ccd','',543,0,'2013-11-05 08:00:00',10339,NULL),(11015,9,'','',558,0,'2013-11-05 20:49:31',10340,NULL),(11016,70,',,26f65b3834bac549daa2aaa18c8def50031ed7db','',543,0,'2013-11-05 08:00:00',10340,NULL),(11017,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,26f65b3834bac549daa2aaa18c8def50031ed7db',', , RBC\'S HAEMOLYSED',534,0,'2013-11-05 08:00:00',10342,NULL),(11018,108,'NON - REACTIVE,26f65b3834bac549daa2aaa18c8def50031ed7db','',543,0,'2013-11-05 08:00:00',10345,NULL),(11019,22,'84,da2f8fba1bf7dc2c44aa916f34db56ca94f63c92','',543,0,'2013-11-05 08:00:00',10346,NULL),(11020,27,'NON-REACTIVE,-,NEGATIVE,,da2f8fba1bf7dc2c44aa916f34db56ca94f63c92','',543,0,'2013-11-05 08:00:00',10348,NULL),(11021,202,'11,da2f8fba1bf7dc2c44aa916f34db56ca94f63c92','',534,0,'2013-11-20 08:00:00',10351,NULL),(11022,16,'NEGATIVE,4efd4ad0c30108b28505e38b909dccf2d913caa1','',552,0,'2013-11-05 08:00:00',10352,NULL),(11023,14,'NEGATIVE,4efd4ad0c30108b28505e38b909dccf2d913caa1','',552,0,'2013-11-05 08:00:00',10354,NULL),(11024,9,'','',558,0,'2013-11-05 21:33:23',10355,NULL),(11025,35,'CLEAR,STRAW,7.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,f8c63f1051b87021b5518d42377885693',', ',534,0,'2013-11-05 08:00:00',10357,NULL),(11026,27,'Type 1 Ab REACTIVE,NON-REACTIVE,INDETERMINATE,,f8c63f1051b87021b5518d423778856931cc0045','',543,0,'2013-11-05 08:00:00',10360,NULL),(11027,108,'NON - REACTIVE,f8c63f1051b87021b5518d423778856931cc0045','',543,0,'2013-11-05 08:00:00',10360,NULL),(11028,216,'[$]NO BACTERIAL GROWTH[/$],f8c63f1051b87021b5518d423778856931cc0045','',534,0,'2013-11-07 08:00:00',10364,NULL),(11029,123,'[$]NO GNID SEEN[/$],f8c63f1051b87021b5518d423778856931cc0045','',552,0,'2013-11-05 08:00:00',10364,NULL),(11030,22,'17,bbb936731ed1e13773ca22d8ead86938bb915200','',543,0,'2013-11-05 08:00:00',10365,NULL),(11031,9,'','',558,0,'2013-11-05 22:18:27',10365,NULL),(11032,199,'[$]COMMENSALS ONLY[/$],bbb936731ed1e13773ca22d8ead86938bb915200','',555,0,'2013-11-08 08:00:00',10367,NULL),(11033,9,'','',558,0,'2013-11-05 22:22:44',10368,NULL),(11034,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f6872e1d985469263e4d4baf53f1461bfd02635d',', ',552,0,'2013-11-06 08:00:00',10370,NULL),(11035,60,'','',558,0,'2013-11-05 22:22:45',10373,NULL),(11036,57,'','',558,0,'2013-11-05 22:22:45',10373,NULL),(11037,133,'','',558,0,'2013-11-05 22:22:45',10373,NULL),(11038,132,'','',558,0,'2013-11-05 22:22:45',10373,NULL),(11039,56,'','',558,0,'2013-11-05 22:22:45',10373,NULL),(11040,108,'NON - REACTIVE,f6872e1d985469263e4d4baf53f1461bfd02635d','',552,0,'2013-11-06 08:00:00',10373,NULL),(11041,9,'','',558,0,'2013-11-05 22:52:08',10374,NULL),(11042,19,'NEGATIVE,,820ccc89d4048757b598133cf7150ab527298ad8','',537,0,'2013-11-06 08:00:00',10374,NULL),(11043,130,'','',558,0,'2013-11-05 22:52:08',10376,NULL),(11044,132,'','',558,0,'2013-11-05 22:52:08',10376,NULL),(11045,9,'','',558,0,'2013-11-05 22:57:07',10377,NULL),(11046,19,'NEGATIVE,,9e92eb42514056cac511cb160f9661cac94d7496','',552,0,'2013-11-05 08:00:00',10377,NULL),(11047,71,'POSITIVE,,9e92eb42514056cac511cb160f9661cac94d7496','',552,0,'2013-11-05 08:00:00',10379,NULL),(11048,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,9e92eb42514056cac511',', ',552,0,'2013-11-05 08:00:00',10379,NULL),(11049,9,'','',558,0,'2013-11-05 23:05:36',10380,NULL),(11050,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,98a681209a3d95e35d4e1e705b18f87b40c263f0',', ',552,0,'2013-11-05 08:00:00',10382,NULL),(11051,16,'','',558,0,'2013-11-05 23:05:37',10385,NULL),(11052,14,'','',558,0,'2013-11-05 23:05:37',10389,NULL),(11053,9,'','',558,0,'2013-11-05 23:28:09',10390,NULL),(11054,19,'NEGATIVE,,84ea65a6509418f353cc5fbc324642d28be8b77e','',552,0,'2013-11-05 08:00:00',10390,NULL),(11055,18,'[$]NO MALARIA PARASITES SEEN[/$],-,84ea65a6509418f353cc5fbc324642d28be8b77e','',552,0,'2013-11-05 08:00:00',10390,NULL),(11056,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,84ea65a6509418f353cc5fbc3',', ',552,0,'2013-11-05 08:00:00',10392,NULL),(11057,107,'1/20,1/20,84ea65a6509418f353cc5fbc324642d28be8b77e','',552,0,'2013-11-05 08:00:00',10395,NULL),(11058,9,'','',558,0,'2013-11-05 23:43:30',10396,NULL),(11059,18,'[$]NO MALARIA PARASITES SEEN[/$],-,06dea936bd72593be8b83b04265482983af0f5f4','',552,0,'2013-11-05 08:00:00',10396,NULL),(11060,107,'1/20,1/20,06dea936bd72593be8b83b04265482983af0f5f4','',552,0,'2013-11-05 08:00:00',10398,NULL),(11061,21,'O,POSITIVE,890b355c3cb16c14616d93a5600200bfe303b578','',552,0,'2013-11-07 08:00:00',10399,NULL),(11062,25,'NO DEFECT,,890b355c3cb16c14616d93a5600200bfe303b578','',552,0,'2013-11-07 08:00:00',10399,NULL),(11063,20,'NEGATIVE,890b355c3cb16c14616d93a5600200bfe303b578','',552,0,'2013-11-07 08:00:00',10399,NULL),(11064,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,890b355c3cb16c14616d93a5600200bfe303b578','',541,0,'2013-11-07 08:00:00',10401,NULL),(11065,112,'NEGATIVE,,890b355c3cb16c14616d93a5600200bfe303b578','',552,0,'2013-11-07 08:00:00',10404,NULL),(11066,117,'NEGATIVE,890b355c3cb16c14616d93a5600200bfe303b578','',552,0,'2013-11-07 08:00:00',10404,NULL),(11067,108,'NON - REACTIVE,890b355c3cb16c14616d93a5600200bfe303b578','',552,0,'2013-11-07 08:00:00',10404,NULL),(11068,21,'A,POSITIVE,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10405,NULL),(11069,9,'','',558,0,'2013-11-06 00:00:51',10405,NULL),(11070,25,'NO DEFECT,,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10405,NULL),(11071,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10405,NULL),(11072,20,'NEGATIVE,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10405,NULL),(11073,112,'NEGATIVE,,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10407,NULL),(11074,27,'NON-REACTIVE,-,NEGATIVE,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10407,NULL),(11075,108,'NON - REACTIVE,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10407,NULL),(11076,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,20,0,NOT SEEN,PRESENT (++),NOT S,,,,,,,,EEN,2d2d09039012752e97499fa26571762e',', ',552,0,'2013-12-01 08:00:00',10410,NULL),(11077,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2d2d09039012752e97499fa26571762e5570d775','',552,0,'2013-12-01 08:00:00',10414,NULL),(11078,9,'','',558,0,'2013-11-06 00:14:56',10415,NULL),(11079,9,'','',558,0,'2013-11-06 00:26:07',10416,NULL),(11080,66,'','',558,0,'2013-11-06 00:26:07',10418,NULL),(11081,99,'2.6,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),,5c1c65a900df10cf4c5d0f3cfcce1d28c05965d0','',535,0,'2013-11-08 08:00:00',10418,NULL),(11082,100,'1.3,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),,5c1c65a900df10cf4c5d0f3cfcce1d28c05965d0','',535,0,'2013-11-08 08:00:00',10418,NULL),(11083,49,'','',558,0,'2013-11-06 00:26:07',10418,NULL),(11084,101,'0.9,5c1c65a900df10cf4c5d0f3cfcce1d28c05965d0','',535,0,'2013-11-08 08:00:00',10418,NULL),(11085,9,'','',558,0,'2013-11-06 00:30:35',10419,NULL),(11086,19,'NEGATIVE,,d27146c6c4f7bbca5108d4cc9b67568da27848ec','',543,0,'2013-11-05 08:00:00',10419,NULL),(11087,16,'NEGATIVE,d27146c6c4f7bbca5108d4cc9b67568da27848ec','',543,0,'2013-11-05 08:00:00',10421,NULL),(11088,14,'','',558,0,'2013-11-06 00:30:35',10424,NULL),(11089,9,'','',558,0,'2013-11-06 00:34:32',10425,NULL),(11090,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e422a5d38f79f9dbc28c7863c9879b20dcb01d7e','',543,0,'2013-11-06 08:00:00',10427,NULL),(11091,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e422a5d38f79f9dbc28c7863c9879b20dcb01d7e',', , RBC\'S HAEMOLYSED',552,0,'2013-11-05 08:00:00',10430,NULL),(11092,107,'1/20,1/20,e422a5d38f79f9dbc28c7863c9879b20dcb01d7e','',543,0,'2013-11-05 08:00:00',10434,NULL),(11093,9,'','',558,0,'2013-11-06 00:46:33',10435,NULL),(11094,19,'NEGATIVE,,4241167385987f3bbb65bc2483f2a6ddab0018a4','',543,0,'2013-11-05 08:00:00',10435,NULL),(11095,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4241167385987f3bbb65bc2483f2a6ddab0018a4',', ',552,0,'2013-11-05 08:00:00',10437,NULL),(11096,63,'','',558,0,'2013-11-06 00:46:34',10440,NULL),(11097,75,'','',558,0,'2013-11-06 00:46:34',10440,NULL),(11098,62,'','',558,0,'2013-11-06 00:46:34',10440,NULL),(11099,225,'','',558,0,'2013-11-06 00:56:36',10441,NULL),(11100,131,'','',558,0,'2013-11-06 01:15:51',10442,NULL),(11101,225,'','',558,0,'2013-11-06 01:27:47',10443,NULL),(11102,225,'','',558,0,'2013-11-06 01:29:01',10444,NULL),(11103,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,,4e05c036a3b22914d39ba42b40a4ca14550cccc8','',552,0,'2013-11-08 08:00:00',10445,NULL),(11104,36,'No Significant Bacteria Growth,##,##,,9b6bda4c8ef32f8f76527531ddcb420ef1608d82','',534,0,'2013-11-07 08:00:00',10446,NULL),(11105,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9b6bda4c8ef32f8f76527531ddcb420ef1608d82',', ',535,0,'2013-11-05 08:00:00',10446,NULL),(11106,22,'09,63f2f5a57f31268840e89539aca8c912ab43cba8','',535,0,'2013-11-05 08:00:00',10447,NULL),(11107,9,'9.7,4.27,13.4,39.5,92.5,31.4,33.9,386,36.8,3.4,57.6,1.6,0.6,63f2f5a57f31268840e89539aca8c912ab43cba8','',535,0,'2013-11-05 08:00:00',10447,NULL),(11108,36,'No Bacteria Growth,##,##,,9a8dc6f9095663151318d858da5b261017473d8a','',534,0,'2013-11-07 08:00:00',10448,NULL),(11109,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,6,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,9a8dc6f9095663151318d858','',535,0,'2013-11-06 08:00:00',10448,NULL),(11110,108,'NON - REACTIVE,9a8dc6f9095663151318d858da5b261017473d8a','',535,0,'2013-11-06 08:00:00',10450,NULL),(11111,124,'[$]NO GNID SEEN[/$],9a8dc6f9095663151318d858da5b261017473d8a','',550,0,'2013-11-08 08:00:00',10453,NULL),(11112,222,'9.1,3.75,11.9,34.3,91.5,31.5,34.7,171,11.2,10.2,78.6,1.0,0.9,7.2,13.0,11.4,,05cde96d4936127190b04579337cd25e20e1a50d','',535,0,'2013-11-05 08:00:00',10454,NULL),(11113,19,'NEGATIVE,,05cde96d4936127190b04579337cd25e20e1a50d','',535,0,'2013-11-05 08:00:00',10454,NULL),(11114,18,'[$]NO MALARIA PARASITES SEEN[/$],-,05cde96d4936127190b04579337cd25e20e1a50d','',535,0,'2013-11-05 08:00:00',10454,NULL),(11115,107,'1/20,1/20,05cde96d4936127190b04579337cd25e20e1a50d','',535,0,'2013-11-05 08:00:00',10456,NULL),(11116,108,'NON - REACTIVE,7ebf96fc88cfc25380b6eb4011a6ea1e422ef312','',504,0,'2013-11-08 08:00:00',10457,NULL),(11117,222,'6.6,5.26,14.6,43.4,82.5,27.8,33.6,420,50.7,9.6,39.7,3.3,0.6,2.7,14.0,0,,e75f2644f62a66bb6c667dbe9eca424d13e5d370','',535,0,'2013-11-05 08:00:00',10458,NULL),(11118,36,'No Bacteria Growth,##,##,,e75f2644f62a66bb6c667dbe9eca424d13e5d370','',534,0,'2013-11-07 08:00:00',10460,NULL),(11119,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,8,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,e75f2644f62a66bb6c667dbe',', ',535,0,'2013-11-05 08:00:00',10460,NULL),(11120,68,'','',558,0,'2013-11-06 02:41:34',10461,NULL),(11121,9,'6.2,4.12,11.6,34.7,84.2,28.2,33.4,275,50.2,5.3,41.5,2.2,0.8,1079ce002fffe327e8ab1b324d049d788d8051bf','',535,0,'2013-11-05 08:00:00',10461,NULL),(11122,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1079ce002fffe327e8ab1b324d049d788d8051bf','',535,0,'2013-11-05 08:00:00',10461,NULL),(11123,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,1079ce002fffe327e8ab1b324',', ',535,0,'2013-11-05 08:00:00',10463,NULL),(11124,107,'1/20,1/20,1079ce002fffe327e8ab1b324d049d788d8051bf','',535,0,'2013-11-05 08:00:00',10466,NULL),(11125,222,'9.4,5.12,13.9,41.0,80.1,27.1,33.9,278,26.8,8.8,64.4,2.5,0.8,6.1,14.0,9.3,,d3a58318938d557b689ec158b5e2fcb0faa599d0','',535,0,'2013-11-05 08:00:00',10467,NULL),(11126,71,'POSITIVE,,d3a58318938d557b689ec158b5e2fcb0faa599d0','',535,535,'2013-11-05 08:00:00',10469,'2013-11-05 19:45:05'),(11127,222,'10.2,5.02,12.8,37.4,74.5,25.5,34.2,273,30.0,7.5,62.5,3.1,0.8,6.3,14.6,9.3,,6b889c83e2cf0a7c4265ff437df4f79ebde6d22d','',535,0,'2013-11-05 08:00:00',10470,NULL),(11128,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6b889c83e2cf0a7c4265ff437df4f79ebde6d22d',', ',535,0,'2013-11-05 08:00:00',10472,NULL),(11129,14,'','',530,0,'2013-11-06 02:49:33',10475,NULL),(11130,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),,6cdd777f0cda0582037be0849c0674ad0983a4c3','',535,0,'2013-11-05 08:00:00',10476,NULL),(11131,93,'< 0.05,6cdd777f0cda0582037be0849c0674ad0983a4c3','',534,0,'2013-11-07 08:00:00',10478,NULL),(11132,199,'[$]COMMENSALS ONLY[/$],6421675098f1688578cc1ec98a072ca599789d2c','',555,0,'2013-11-08 08:00:00',10479,NULL),(11133,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,,6421675098f1688578cc1ec98a072ca599789d2c','',555,0,'2013-11-08 08:00:00',10479,NULL),(11134,222,'10.6,4.86,15.0,44.3,91.2,30.9,33.9,263,17.9,3.7,78.4,1.9,0.4,8.3,13.4,8.3,,027586d49b52a1d052ca647370efcf5f4d559dfe','',535,0,'2013-11-05 08:00:00',10480,NULL),(11135,57,'','',530,0,'2013-11-06 04:36:29',10482,NULL),(11136,133,'','',530,0,'2013-11-06 04:36:29',10482,NULL),(11137,56,'','',530,0,'2013-11-06 04:36:29',10482,NULL),(11138,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,027586d49b52a1d052ca647370efcf5f4d559dfe',', ',535,0,'2013-11-05 08:00:00',10485,NULL),(11139,16,'','',530,0,'2013-11-06 04:40:44',10486,NULL),(11140,14,'','',530,0,'2013-11-06 04:40:45',10488,NULL),(11141,222,'5.6,5.41,14.2,39.6,73.2,26.2,35.9,288,16.3,7.6,76.1,0.9,0.4,4.3,16.4,8.1,,079409e580ce8bc6f9cf10f223d48f8fb5379fb6','',535,0,'2013-11-05 08:00:00',10489,NULL),(11142,19,'NEGATIVE,,079409e580ce8bc6f9cf10f223d48f8fb5379fb6','',535,0,'2013-11-05 08:00:00',10489,NULL),(11143,18,'[$]NO MALARIA PARASITES SEEN[/$],-,079409e580ce8bc6f9cf10f223d48f8fb5379fb6','',535,0,'2013-11-05 08:00:00',10489,NULL),(11144,35,'HAZY,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,079409e580ce8bc6f9cf10f22','',535,0,'2013-11-05 08:00:00',10491,NULL),(11145,107,'1/20,1/20,079409e580ce8bc6f9cf10f223d48f8fb5379fb6','',535,0,'2013-11-05 08:00:00',10494,NULL),(11146,38,'','',530,0,'2013-11-06 05:08:31',10495,NULL),(11147,37,'','',530,0,'2013-11-06 05:08:31',10495,NULL),(11148,222,'4.8,4.53,11.6,35.1,77.5,25.6,33.0,253,25.3,13.9,60.8,1.2,0.7,2.9,14.6,9.9,,8d3f04c8d5322b8b879ca8609e5dac0278b4ffd2','',535,0,'2013-11-05 08:00:00',10496,NULL),(11149,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8d3f04c8d5322b8b879ca8609e5dac0278b4ffd2','',535,0,'2013-11-05 08:00:00',10496,NULL),(11150,107,'1/320,1/80,8d3f04c8d5322b8b879ca8609e5dac0278b4ffd2','',535,0,'2013-11-05 08:00:00',10498,NULL),(11151,227,'8.7,POSITIVE(++),NEGATIVE,00e41eb9c906b61502a634268073c37d5ebddb6c','',535,0,'2013-11-06 08:00:00',10499,NULL),(11152,68,'4.5,NEGATIVE,NEGATIVE,,00e41eb9c906b61502a634268073c37d5ebddb6c','NON DIABETIC, ',535,0,'2013-11-06 08:00:00',10499,NULL),(11153,222,'6.5,4.32,13.9,39.1,90.5,32.2,35.5,227,27.5,7.8,64.7,1.8,0.5,4.2,15.4,9.2,,00e41eb9c906b61502a634268073c37d5ebddb6c','',535,0,'2013-11-06 08:00:00',10499,NULL),(11154,18,'[$]NO MALARIA PARASITES SEEN[/$],-,00e41eb9c906b61502a634268073c37d5ebddb6c','',535,0,'2013-11-06 08:00:00',10499,NULL),(11155,68,'4.9,,,,654e6eb75d324335e7cc131b52f6cc6e5c596ae5','NON DIABETIC, ',535,535,'2013-11-06 08:00:00',10500,'2013-11-06 05:25:14'),(11156,222,'7.8,6.0,17.5,51.1,85.2,29.2,34.2,190,21.9,8.7,69.4,1.7,0.7,5.4,15.0,9.2,,654e6eb75d324335e7cc131b52f6cc6e5c596ae5','',535,535,'2013-11-06 08:00:00',10500,'2013-11-06 05:25:14'),(11157,68,'5.0,-,-,,3c810b8bf0fdef733e8126d02d7dd5f08425c5f2','NON DIABETIC',537,0,'2013-11-06 08:00:00',10501,NULL),(11158,222,'','',530,0,'2013-11-06 12:38:51',10501,NULL),(11159,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3c810b8bf0fdef733e8126d02d7dd5f08425c5f2','',537,0,'2013-11-06 08:00:00',10503,NULL),(11160,68,'4.9,-,-,,2108d806851934641e80f28f18f0983a89419052','NON DIABETIC',537,0,'2013-11-06 08:00:00',10504,NULL),(11161,132,'','',530,0,'2013-11-06 14:04:01',10505,NULL),(11162,222,'','',530,0,'2013-11-06 14:22:27',10506,NULL),(11163,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cf3d61e318d740dc5a72135252c496b5da0c59a4','',552,0,'2013-11-06 08:00:00',10506,NULL),(11164,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,cf3d61e318d740dc5a7213525',', ',535,0,'2013-11-06 08:00:00',10508,NULL),(11165,57,'','',530,0,'2013-11-06 14:30:12',10509,NULL),(11166,133,'','',530,0,'2013-11-06 14:30:12',10509,NULL),(11167,132,'','',530,0,'2013-11-06 14:30:12',10509,NULL),(11168,56,'','',530,0,'2013-11-06 14:30:12',10509,NULL),(11169,35,'CLEAR,STRAW,7.0,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,803ab7df652a913e7e166eb3d58b88f9652684ac',', ',552,0,'2013-11-06 08:00:00',10511,NULL),(11170,82,'','',530,0,'2013-11-06 14:30:12',10514,NULL),(11171,68,'','',530,0,'2013-11-06 14:30:12',10514,NULL),(11172,222,'','',558,0,'2013-11-06 14:42:26',10515,NULL),(11173,19,'NEGATIVE,,c6bbb6d817cc4ed3e80d2cafa3a50339f14ab7d0','',543,0,'2013-11-06 08:00:00',10515,NULL),(11174,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c6bbb6d817cc4ed3e80d2cafa3a50339f14ab7d0','',543,0,'2013-11-06 08:00:00',10515,NULL),(11175,16,'NEGATIVE,c6bbb6d817cc4ed3e80d2cafa3a50339f14ab7d0','',543,0,'2013-11-06 08:00:00',10517,NULL),(11176,107,'1/20,1/20,c6bbb6d817cc4ed3e80d2cafa3a50339f14ab7d0','',543,0,'2013-11-06 08:00:00',10517,NULL),(11177,14,'','',558,0,'2013-11-06 14:42:27',10520,NULL),(11178,57,'','',558,0,'2013-11-06 14:47:49',10521,NULL),(11179,133,'','',558,0,'2013-11-06 14:47:49',10521,NULL),(11180,132,'','',558,0,'2013-11-06 14:47:49',10521,NULL),(11181,56,'','',558,0,'2013-11-06 14:47:49',10521,NULL),(11182,82,'','',558,0,'2013-11-06 14:47:49',10523,NULL),(11183,68,'','',558,0,'2013-11-06 14:47:49',10523,NULL),(11184,68,'','',558,0,'2013-11-06 14:50:52',10524,NULL),(11185,222,'','',558,0,'2013-11-06 14:50:52',10524,NULL),(11186,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a0b85670adcce1200a41bbf0d72c81c31e028353',', ',552,0,'2013-11-06 08:00:00',10526,NULL),(11187,9,'','',558,0,'2013-11-06 14:53:01',10527,NULL),(11188,132,'','',558,0,'2013-11-06 14:53:01',10529,NULL),(11189,9,'','',558,0,'2013-11-06 15:01:46',10530,NULL),(11190,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b1e05910825a69cf0217d74a222213389898b269','',552,0,'2013-11-06 08:00:00',10530,NULL),(11191,107,'1/20,1/20,b1e05910825a69cf0217d74a222213389898b269','',552,0,'2013-11-06 08:00:00',10532,NULL),(11192,57,'','',558,0,'2013-11-06 15:07:42',10533,NULL),(11193,133,'','',558,0,'2013-11-06 15:07:42',10533,NULL),(11194,56,'','',558,0,'2013-11-06 15:07:42',10533,NULL),(11195,228,'','',558,0,'2013-11-06 15:07:42',10535,NULL),(11196,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,de2c979e176409b14282b4b344da14ccf937926f',', , SPERMATOZOA PRESENT(+)',552,0,'2013-11-06 08:00:00',10535,NULL),(11197,22,'41,9b9fd158d3d1cc821699685d0c266c0bc09dc517','',537,0,'2013-11-06 08:00:00',10536,NULL),(11198,68,'7.2,-,-,,9b9fd158d3d1cc821699685d0c266c0bc09dc517','',537,0,'2013-11-06 08:00:00',10536,NULL),(11199,9,'','',558,0,'2013-11-06 15:27:23',10536,NULL),(11200,77,'','',558,0,'2013-11-06 15:27:23',10536,NULL),(11201,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9b9fd158d3d1cc821699685d0c266c0bc09dc517','',537,0,'2013-11-06 08:00:00',10538,NULL),(11202,57,'','',558,0,'2013-11-06 15:27:23',10541,NULL),(11203,133,'','',558,0,'2013-11-06 15:27:23',10541,NULL),(11204,131,'','',558,0,'2013-11-06 15:27:23',10541,NULL),(11205,132,'','',558,0,'2013-11-06 15:27:23',10541,NULL),(11206,56,'','',558,0,'2013-11-06 15:27:23',10541,NULL),(11207,65,'','',558,0,'2013-11-06 15:27:23',10541,NULL),(11208,199,'[$]COMMENSALS ONLY[/$],acfa59d6e6ef8ac23679302bc147f76152d4c498','',534,0,'2013-11-06 08:00:00',10542,NULL),(11209,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,ffc5e276abef11f17e556af931fc963b88bd323c','',534,0,'2013-11-06 08:00:00',10543,NULL),(11210,36,'Escherichia coli,##,##,,ffc5e276abef11f17e556af931fc963b88bd323c','',534,0,'2013-11-06 08:00:00',10543,NULL),(11211,68,'5.8,-,-,,6093b7e9f4a5f90c120dd9906a8a87d848cdc968','NON DIABETIC, ',543,0,'2013-11-06 08:00:00',10544,NULL),(11212,9,'','',558,0,'2013-11-06 15:53:36',10544,NULL),(11213,77,'[$][/$],6093b7e9f4a5f90c120dd9906a8a87d848cdc968','',543,0,'2013-11-06 08:00:00',10544,NULL),(11214,19,'NEGATIVE,,6093b7e9f4a5f90c120dd9906a8a87d848cdc968','',543,0,'2013-11-06 08:00:00',10544,NULL),(11215,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6093b7e9f4a5f90c120dd9906a8a87d848cdc968',', ',543,0,'2013-11-06 08:00:00',10546,NULL),(11216,60,'','',558,0,'2013-11-06 15:53:37',10549,NULL),(11217,57,'','',558,0,'2013-11-06 15:53:37',10549,NULL),(11218,133,'','',558,0,'2013-11-06 15:53:37',10549,NULL),(11219,132,'','',558,0,'2013-11-06 15:53:37',10549,NULL),(11220,56,'','',558,0,'2013-11-06 15:53:37',10549,NULL),(11221,9,'','',558,0,'2013-11-06 15:56:19',10550,NULL),(11222,199,'[$]COMMENSALS ONLY[/$],bb5862532b0f6ab0bd889e9bd71223d9dc71c891','',555,0,'2013-11-08 08:00:00',10552,NULL),(11223,131,'','',558,0,'2013-11-06 16:08:33',10553,NULL),(11224,9,'','',558,0,'2013-11-06 16:10:17',10554,NULL),(11225,68,'4.8,-,-,,7dd70ab5de9f68da46650a5333fe40d5676a0d81','NON DIABETIC, ',534,0,'2013-11-06 08:00:00',10555,NULL),(11226,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,7dd70ab5de9f68da46650a5333fe40d5676a0d81','',534,0,'2013-11-06 08:00:00',10557,NULL),(11227,9,'','',558,0,'2013-11-06 16:12:35',10558,NULL),(11228,19,'NEGATIVE,,c97367ba1359067c82e08522ebfb2745d1267136','',543,0,'2013-11-06 08:00:00',10558,NULL),(11229,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c97367ba1359067c82e08522ebfb2745d1267136','',543,0,'2013-11-06 08:00:00',10558,NULL),(11230,107,'1/20,1/20,c97367ba1359067c82e08522ebfb2745d1267136','',543,0,'2013-11-06 08:00:00',10560,NULL),(11231,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,4,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,EEN,2f5c6dd580e8b8b642c81e','',537,0,'2013-11-06 08:00:00',10561,NULL),(11232,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bb3b5fb3df8d65b0179f55ce239671be6c9e9ac5','',537,0,'2013-11-06 08:00:00',10562,NULL),(11233,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,833c08b2d5c367d7d3c00f266137df39ec068f71','',537,0,'2013-11-06 08:00:00',10563,NULL),(11234,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,CALCIUM OXALATE (+),NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,91de591d40c24be9afc',', ',552,0,'2013-11-06 08:00:00',10564,NULL),(11235,52,'','',558,0,'2013-11-06 16:26:42',10566,NULL),(11236,53,'','',558,0,'2013-11-06 16:26:42',10566,NULL),(11237,68,'4.7,-,-,,936677c9095c2182a3fb365ee5d30cd4cb8d3b36','NON DIABETIC, ',543,0,'2013-11-06 08:00:00',10567,NULL),(11238,9,'','',558,0,'2013-11-06 16:31:23',10567,NULL),(11239,18,'[$]NO MALARIA PARASITES SEEN[/$],-,936677c9095c2182a3fb365ee5d30cd4cb8d3b36','',543,0,'2013-11-06 08:00:00',10567,NULL),(11240,35,'CLEAR,STRAW,7.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,936677c9095c2182a3fb365ee5d30cd4cb8d3b36','',543,0,'2013-11-06 08:00:00',10569,NULL),(11241,57,'','',558,0,'2013-11-06 16:31:23',10572,NULL),(11242,133,'','',558,0,'2013-11-06 16:31:23',10572,NULL),(11243,131,'','',558,0,'2013-11-06 16:31:23',10572,NULL),(11244,132,'','',558,0,'2013-11-06 16:31:23',10572,NULL),(11245,56,'','',558,0,'2013-11-06 16:31:23',10572,NULL),(11246,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,94781a3cca18bb991fe183422a26d7db31e94f58','',537,0,'2013-11-06 08:00:00',10573,NULL),(11247,52,'','',558,0,'2013-11-06 16:33:15',10575,NULL),(11248,53,'','',558,0,'2013-11-06 16:33:15',10575,NULL),(11249,35,'CLEAR,STRAW,7.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,07f3e67f14d98f0beb3e0668ea34afe450a730ea',', ',537,0,'2013-11-06 08:00:00',10576,NULL),(11250,52,'','',558,0,'2013-11-06 16:34:55',10578,NULL),(11251,53,'','',558,0,'2013-11-06 16:34:55',10578,NULL),(11252,4,'2.10,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',537,0,'2013-11-06 08:00:00',10579,NULL),(11253,5,'8.40,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',537,0,'2013-11-06 08:00:00',10579,NULL),(11254,9,'','',534,0,'2013-11-06 16:34:56',10579,NULL),(11255,19,'NEGATIVE,,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',537,0,'2013-11-06 08:00:00',10579,NULL),(11256,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',537,0,'2013-11-06 08:00:00',10579,NULL),(11257,16,'NEGATIVE,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',537,0,'2013-11-06 08:00:00',10581,NULL),(11258,14,'NEGATIVE,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',550,0,'2013-11-07 08:00:00',10584,NULL),(11259,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',541,0,'2013-11-06 08:00:00',10588,NULL),(11260,11,'14.0,[$]14.0[/$],[$]1[/$],1.0,THERAPEUTIC : 2.0 - 4.0,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',541,0,'2013-11-06 08:00:00',10593,NULL),(11261,68,'','',534,0,'2013-11-06 16:36:59',10594,NULL),(11262,9,'','',534,0,'2013-11-06 16:36:59',10594,NULL),(11263,57,'','',534,0,'2013-11-06 16:36:59',10596,NULL),(11264,133,'','',534,0,'2013-11-06 16:36:59',10596,NULL),(11265,132,'','',534,0,'2013-11-06 16:36:59',10596,NULL),(11266,56,'','',534,0,'2013-11-06 16:36:59',10596,NULL),(11267,21,'O,POSITIVE,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-11-24 08:00:00',10597,NULL),(11268,25,'NO DEFECT,,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-11-24 08:00:00',10597,NULL),(11269,20,'NEGATIVE,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-11-24 08:00:00',10597,NULL),(11270,112,'NEGATIVE,,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-11-24 08:00:00',10599,NULL),(11271,27,'NON-REACTIVE,-,NEGATIVE,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-11-24 08:00:00',10599,NULL),(11272,108,'NON - REACTIVE,7a5ac4ccd43ab95557e82d77bc1e4b92b01188f2','',552,0,'2013-11-24 08:00:00',10599,NULL),(11273,9,'','',558,0,'2013-11-06 16:40:54',10600,NULL),(11274,18,'[$]No malaria parasites seen[/$],-,71d7c59363801fe55c10802fc21944ae29044287','',534,0,'2013-11-23 08:00:00',10600,NULL),(11275,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,71d7c59363801fe55c10802fc21944ae290',', ',550,0,'2013-11-23 08:00:00',10602,NULL),(11276,9,'','',534,0,'2013-11-06 16:41:16',10603,NULL),(11277,19,'NEGATIVE,,2c7cc8a0a473d575c0ad7dadee889d0a4d6cb091','',541,0,'2013-11-06 08:00:00',10603,NULL),(11278,36,'No Significant Bacteria Growth,##,##,,2c7cc8a0a473d575c0ad7dadee889d0a4d6cb091','',550,0,'2013-11-08 08:00:00',10605,NULL),(11279,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,24,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,2c7cc8a0a473d575c0a','',541,0,'2013-11-06 08:00:00',10605,NULL),(11280,22,'5,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',541,0,'2013-11-06 08:00:00',10606,NULL),(11281,68,'4.4,-,-,,4027f1b08686bb57cb2c74b5b12e58e5b2149826','NON DIABETIC, ',541,0,'2013-11-06 08:00:00',10606,NULL),(11282,9,'','',558,0,'2013-11-06 16:46:16',10606,NULL),(11283,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',555,0,'2013-11-09 08:00:00',10608,NULL),(11284,57,'','',558,0,'2013-11-06 16:46:16',10611,NULL),(11285,133,'','',558,0,'2013-11-06 16:46:16',10611,NULL),(11286,112,'NEGATIVE,,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',541,0,'2013-11-06 08:00:00',10611,NULL),(11287,117,'NEGATIVE,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',541,0,'2013-11-06 08:00:00',10611,NULL),(11288,131,'','',558,0,'2013-11-06 16:46:17',10611,NULL),(11289,132,'','',558,0,'2013-11-06 16:46:17',10611,NULL),(11290,92,'1.3,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',541,0,'2013-11-07 08:00:00',10611,NULL),(11291,56,'','',558,0,'2013-11-06 16:46:17',10611,NULL),(11292,65,'','',558,0,'2013-11-06 16:46:17',10611,NULL),(11293,68,'','',558,0,'2013-11-06 16:54:05',10612,NULL),(11294,9,'','',558,0,'2013-11-06 16:54:05',10612,NULL),(11295,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bdfe567e46ae675d31756d5aabba12692c8de9c4','',537,0,'2013-11-06 08:00:00',10614,NULL),(11296,63,'','',558,0,'2013-11-06 16:54:06',10617,NULL),(11297,128,'','',558,0,'2013-11-06 16:54:06',10617,NULL),(11298,22,'10,8ce0d78183bd25e8f651b61bec2dfa2397c2e2cc','',535,0,'2013-11-07 08:00:00',10618,NULL),(11299,9,'','',558,0,'2013-11-06 16:59:08',10618,NULL),(11300,70,'6.2,,8ce0d78183bd25e8f651b61bec2dfa2397c2e2cc','',535,0,'2013-11-07 08:00:00',10618,NULL),(11301,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8ce0d78183bd25e8f651b61bec2dfa2397c2e2cc',', ',552,0,'2013-11-06 08:00:00',10620,NULL),(11302,108,'NON - REACTIVE,8ce0d78183bd25e8f651b61bec2dfa2397c2e2cc','',535,0,'2013-11-07 08:00:00',10623,NULL),(11303,107,'1/20,1/20,8ce0d78183bd25e8f651b61bec2dfa2397c2e2cc','',535,0,'2013-11-07 08:00:00',10623,NULL),(11304,22,'25,84a0beff42416e8c7b00db7438c20e800b2c5e82','',535,0,'2013-11-07 08:00:00',10624,NULL),(11305,9,'','',558,0,'2013-11-06 17:02:52',10624,NULL),(11306,70,'4.1,,84a0beff42416e8c7b00db7438c20e800b2c5e82','',535,0,'2013-11-07 08:00:00',10624,NULL),(11307,35,'CLEAR,LIGHT AMBER,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,6,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,84a0beff42416e8c7',', ',552,0,'2013-11-06 08:00:00',10626,NULL),(11308,108,'NON - REACTIVE,84a0beff42416e8c7b00db7438c20e800b2c5e82','',535,0,'2013-11-07 08:00:00',10629,NULL),(11309,107,'1/20,1/20,84a0beff42416e8c7b00db7438c20e800b2c5e82','',535,0,'2013-11-07 08:00:00',10629,NULL),(11310,105,'RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,bd9f3c47d88e3b34df02ed10a5620394f8783263','',534,0,'2013-11-06 08:00:00',10630,NULL),(11311,36,'Citrobacter species,##,##,,bd9f3c47d88e3b34df02ed10a5620394f8783263','',534,0,'2013-11-06 08:00:00',10630,NULL),(11312,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3c29af39df324d957633c7366b00b5445dfd77a3','',537,0,'2013-11-06 08:00:00',10631,NULL),(11313,68,'10.5,-,-,,3c29af39df324d957633c7366b00b5445dfd77a3','',537,0,'2013-11-06 08:00:00',10633,NULL),(11314,36,'Escherichia coli,##,##,,cddb85709cca0296393bb1b070e4b000f3ec10e0','ISOLATES:Escherichia coli',504,0,'2013-11-08 20:56:29',10634,NULL),(11315,35,'CLOUDY,LIGHT AMBER,6.5,1.030,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),POSITIVE,NEGATIVE,POSITIVE (+++),INCREASED (+),>30,4,0,,,,,,,cddb85709cca0296393bb1b070e4b000f3ec10e0','ISOLATES:Escherichia co',552,504,'2013-11-06 08:00:00',10634,'2013-11-08 12:56:29'),(11316,9,'','',558,0,'2013-11-06 17:18:52',10635,NULL),(11317,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1622b2456bafd6552164223f3a57d373342b257c',' ',541,0,'2013-11-06 08:00:00',10635,NULL),(11318,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1622b2456bafd6552164223f3a57d373342b257c','',541,0,'2013-11-06 08:00:00',10637,NULL),(11319,28,'NEGATIVE,[$]AA[/$],,53328ce203796d414fd34965461442444ba56bd7','',541,0,'2013-11-06 08:00:00',10638,NULL),(11320,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4b8ba7bc296fb46e0db0faa8cbfba204af2c16aa','',541,0,'2013-11-06 08:00:00',10639,NULL),(11321,36,'No Significant Bacteria Growth,##,##,,4c3891e24e33b28826cbd1694f32e16fa1476669','',550,0,'2013-11-08 08:00:00',10640,NULL),(11322,71,'NEGATIVE,,4c3891e24e33b28826cbd1694f32e16fa1476669','',541,0,'2013-11-06 08:00:00',10640,NULL),(11323,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,16,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c3891e24e33b28826cbd1694f32e16fa1476669','',541,0,'2013-11-06 08:00:00',10640,NULL),(11324,9,'','',558,0,'2013-11-06 17:31:27',10641,NULL),(11325,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cf28401624f360134abe06a3eb0c73f58f1c259a',', ',552,0,'2013-11-06 08:00:00',10643,NULL),(11326,128,'','',558,0,'2013-11-06 17:31:27',10646,NULL),(11327,36,'No Bacteria Growth,##,##,,d04e8e424327895bad789a7f4c0916de4fe51364','',534,0,'2013-11-06 08:00:00',10647,NULL),(11328,68,'','',558,0,'2013-11-06 17:56:26',10648,NULL),(11329,9,'','',558,0,'2013-11-06 17:56:26',10648,NULL),(11330,57,'','',558,0,'2013-11-06 17:56:27',10650,NULL),(11331,133,'','',558,0,'2013-11-06 17:56:27',10650,NULL),(11332,131,'','',558,0,'2013-11-06 17:56:27',10650,NULL),(11333,132,'','',558,0,'2013-11-06 17:56:27',10650,NULL),(11334,56,'','',558,0,'2013-11-06 17:56:27',10650,NULL),(11335,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,9b805e3d34c4ec49ba81b54566fc820682888b2d','',550,0,'2013-11-08 08:00:00',10651,NULL),(11336,9,'','',534,0,'2013-11-06 18:04:17',10652,NULL),(11337,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,def8b2465b7d6127a94f86485aa6431e3ab7913f','',534,0,'2013-11-06 08:00:00',10654,NULL),(11338,22,'15,976342a1b8d9d1dcf5285f826f4bc994afa2f467','',552,0,'2013-11-06 08:00:00',10655,NULL),(11339,9,'','',558,0,'2013-11-06 18:15:42',10655,NULL),(11340,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,976342a1b8d9d1dcf5285f826f4bc994afa2f467',', ',552,0,'2013-11-06 08:00:00',10657,NULL),(11341,57,'','',558,0,'2013-11-06 18:15:43',10660,NULL),(11342,133,'','',558,0,'2013-11-06 18:15:43',10660,NULL),(11343,132,'','',558,0,'2013-11-06 18:15:43',10660,NULL),(11344,56,'','',558,0,'2013-11-06 18:15:43',10660,NULL),(11345,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,80bf22232fac55efc197237be90169a7b9acc792','',534,0,'2013-11-06 08:00:00',10661,NULL),(11346,135,'[$]Citrobacter diversus isolated [/$],##,##,,80bf22232fac55efc197237be90169a7b9acc792','',534,0,'2013-11-06 08:00:00',10661,NULL),(11347,9,'','',558,0,'2013-11-06 18:22:45',10662,NULL),(11348,19,'NEGATIVE,,a25e3f5af18f2b5e4cb6c39de73390ff0f60132b','',552,0,'2013-11-06 08:00:00',10662,NULL),(11349,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a25e3f5af18f2b5e4cb6c39de73390ff0f60132b','',552,0,'2013-11-06 08:00:00',10662,NULL),(11350,36,'No Bacteria Growth,##,##,,a25e3f5af18f2b5e4cb6c39de73390ff0f60132b','',555,0,'2013-11-08 08:00:00',10664,NULL),(11351,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED (+),20,4,4,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,a25e3f5a',', ',552,0,'2013-11-06 08:00:00',10664,NULL),(11352,68,'','',534,0,'2013-11-06 18:27:30',10665,NULL),(11353,9,'','',534,0,'2013-11-06 18:27:31',10665,NULL),(11354,77,'','',534,0,'2013-11-06 18:27:31',10665,NULL),(11355,70,'','',534,0,'2013-11-06 18:27:31',10665,NULL),(11356,57,'','',534,0,'2013-11-06 18:27:31',10667,NULL),(11357,133,'','',534,0,'2013-11-06 18:27:31',10667,NULL),(11358,132,'','',534,0,'2013-11-06 18:27:31',10667,NULL),(11359,56,'','',534,0,'2013-11-06 18:27:31',10667,NULL),(11360,22,'1,784666971b8b7691c0f6f4ec1501fc8352b8bb34','',541,0,'2013-11-06 08:00:00',10668,NULL),(11361,199,'[$]COMMENSALS ONLY[/$],784666971b8b7691c0f6f4ec1501fc8352b8bb34','',534,0,'2013-11-11 08:00:00',10670,NULL),(11362,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,784666971b8b7691c0f6f4ec1501fc8352b8bb34','',552,0,'2013-11-08 08:00:00',10670,NULL),(11363,36,'No Bacteria Growth,##,##,,37379c9f3f5608c9e078aa78129cce00c5472d22','',534,0,'2013-11-06 08:00:00',10671,NULL),(11364,9,'','',558,0,'2013-11-06 18:37:15',10672,NULL),(11365,18,'[$]NO MALARIA PARASITE SEEN[/$],-,733edb9e7b90b7b46e1ba96cc442acee013cc5b2','',541,0,'2013-11-06 08:00:00',10672,NULL),(11366,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,733edb9e7b90b7b46e1ba96cc442acee013cc5b2','',550,0,'2013-11-06 08:00:00',10674,NULL),(11367,36,'No Bacteria Growth,##,##,,37379c9f3f5608c9e078aa78129cce00c5472d22','',534,0,'2013-11-06 08:00:00',10675,NULL),(11368,9,'','',558,0,'2013-11-06 18:40:00',10676,NULL),(11369,71,'NEGATIVE,,882e1731227cedd9fbcc11630b106ef9cfb413c7','',541,0,'2013-11-06 08:00:00',10678,NULL),(11370,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,PRESENT (+),,,,,,,,,,,,,,,,,,,NOT SEEN,882e1731227cedd9f','',541,0,'2013-11-06 08:00:00',10678,NULL),(11371,9,'','',558,0,'2013-11-06 18:45:05',10679,NULL),(11372,77,'','',558,0,'2013-11-06 18:45:05',10679,NULL),(11373,19,'NEGATIVE,,497b0c43694ab5e6585f9fdf89ee347eee660dda','',541,0,'2013-11-07 08:00:00',10679,NULL),(11374,18,'[$]NO MALARIA PARASITE SEEN[/$],-,497b0c43694ab5e6585f9fdf89ee347eee660dda','',541,0,'2013-11-07 08:00:00',10679,NULL),(11375,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,497b0c43694ab5e6585f9fd',', ',550,0,'2013-11-07 08:00:00',10681,NULL),(11376,131,'','',558,0,'2013-11-06 18:45:06',10684,NULL),(11377,132,'','',558,0,'2013-11-06 18:45:06',10684,NULL),(11378,92,'1.5,497b0c43694ab5e6585f9fdf89ee347eee660dda','',534,0,'2013-11-11 08:00:00',10684,NULL),(11379,107,'1/20,1/20,497b0c43694ab5e6585f9fdf89ee347eee660dda','',541,0,'2013-11-07 08:00:00',10684,NULL),(11380,9,'','',558,0,'2013-11-06 18:48:06',10685,NULL),(11381,19,'NEGATIVE,,a797e2514d669389c71e1c4d9472bb2fef35a170','',552,0,'2013-11-06 08:00:00',10685,NULL),(11382,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a797e2514d669389c71e1c4d9472bb2fef35a170','',552,0,'2013-11-06 08:00:00',10685,NULL),(11383,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a797e2514d669389c71e1c4d9472bb2fef35a170',', ',552,0,'2013-11-06 08:00:00',10687,NULL),(11384,9,'','',558,0,'2013-11-06 18:54:59',10688,NULL),(11385,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,146d480c00eb8b0e0aaf9b1f008ac379aab7a99c',', ',552,0,'2013-11-06 08:00:00',10690,NULL),(11386,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,146d480c00eb8b0e0aaf9b1f008ac379aab7a99c','',552,0,'2013-11-06 08:00:00',10693,NULL),(11387,69,'NEGATIVE,NORMAL (0.01 - 0.05),146d480c00eb8b0e0aaf9b1f008ac379aab7a99c','',534,0,'2013-11-06 08:00:00',10697,NULL),(11388,21,'A,NEGATIVE,b421b34aed0f419e2221deebd2adf19ae590bfde','',504,0,'2013-11-08 08:00:00',10698,NULL),(11389,224,'[$][/$],b421b34aed0f419e2221deebd2adf19ae590bfde','',504,0,'2013-11-08 08:00:00',10698,NULL),(11390,9,'','',558,0,'2013-11-06 19:00:08',10698,NULL),(11391,25,'NO DEFECT,,b421b34aed0f419e2221deebd2adf19ae590bfde','',504,0,'2013-11-08 08:00:00',10698,NULL),(11392,20,'NEGATIVE,b421b34aed0f419e2221deebd2adf19ae590bfde','',504,0,'2013-11-08 08:00:00',10698,NULL),(11393,57,'','',558,0,'2013-11-06 19:00:08',10700,NULL),(11394,133,'','',558,0,'2013-11-06 19:00:08',10700,NULL),(11395,65,'','',558,0,'2013-11-06 19:00:08',10700,NULL),(11396,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,6,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,b421b34aed0f419e2221deebd2adf19ae590bfde',', ',550,0,'2013-11-06 08:00:00',10703,NULL),(11397,9,'','',558,0,'2013-11-06 19:15:04',10704,NULL),(11398,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2c1661f0c49961cf3fbad64d9cb74a04272711f5','',541,0,'2013-11-06 08:00:00',10704,NULL),(11399,22,'18,c01305ea0eb006fcaebec98d06db764c5d7954b0','',541,0,'2013-11-06 08:00:00',10705,NULL),(11400,9,'','',558,0,'2013-11-06 19:19:27',10705,NULL),(11401,109,'NEGATIVE,c01305ea0eb006fcaebec98d06db764c5d7954b0','',541,0,'2013-11-06 08:00:00',10707,NULL),(11402,65,'','',558,0,'2013-11-06 19:19:27',10707,NULL),(11403,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED (+),20,4,0,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEEN,1b6fa',', ',550,0,'2013-11-06 08:00:00',10708,NULL),(11404,9,'','',534,0,'2013-11-06 19:22:41',10709,NULL),(11405,18,'[$]NO MALARIA PARASITES SEEN.[/$],-,1d931c873d5cdd2fee5aeef194c5c4c2f633b632','',504,0,'2013-11-06 08:00:00',10709,NULL),(11406,22,'08,e75c83befe2d5417549579ecda5ca3c2c2b0c1d0','',552,0,'2013-11-06 08:00:00',10710,NULL),(11407,9,'','',534,0,'2013-11-06 19:24:39',10710,NULL),(11408,19,'NEGATIVE,,e75c83befe2d5417549579ecda5ca3c2c2b0c1d0','',552,0,'2013-11-06 08:00:00',10710,NULL),(11409,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e75c83befe2d5417549579ecda5ca3c2c2b0c1d0','',552,0,'2013-11-06 08:00:00',10710,NULL),(11410,36,'No Bacteria Growth,##,##,,f4845e230af074ae4308343afb93721c166d4d0d','',550,0,'2013-11-09 08:00:00',10711,NULL),(11411,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f4845e230af074ae4308343afb93721c166d4d0d',', ',550,0,'2013-11-06 08:00:00',10711,NULL),(11412,92,'1.6,f4845e230af074ae4308343afb93721c166d4d0d','',541,0,'2013-11-07 08:00:00',10713,NULL),(11413,107,'1/20,1/20,f4845e230af074ae4308343afb93721c166d4d0d','',541,0,'2013-11-06 08:00:00',10713,NULL),(11414,9,'','',558,0,'2013-11-06 19:32:11',10714,NULL),(11415,223,'[$][/$],2e473922a266913a447f9549a58111a4a54b2706','',552,0,'2013-11-07 08:00:00',10714,NULL),(11416,28,'NEGATIVE,[$]AA[/$],,2e473922a266913a447f9549a58111a4a54b2706','',552,0,'2013-11-08 08:00:00',10714,NULL),(11417,19,'NEGATIVE,,2e473922a266913a447f9549a58111a4a54b2706','',552,0,'2013-11-07 08:00:00',10714,NULL),(11418,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2e473922a266913a447f9549a58111a4a54b2706','',552,0,'2013-11-07 08:00:00',10714,NULL),(11419,16,'POSITIVE,77154bcf23f9aab85bafb64ed7c538663ed55fcb','',541,0,'2013-11-06 08:00:00',10715,NULL),(11420,14,'NEGATIVE,77154bcf23f9aab85bafb64ed7c538663ed55fcb','',541,0,'2013-11-06 08:00:00',10717,NULL),(11421,9,'','',534,0,'2013-11-06 19:37:41',10718,NULL),(11422,19,'NEGATIVE,,9b4bbaa4d598d97b6d97f027fa89b5f6f7811eeb','',552,0,'2013-11-06 08:00:00',10718,NULL),(11423,22,'20,,2566ad2f543fce759bf1d2121cecdd4f33e07ef3','',541,0,'2013-11-06 19:41:05',10719,NULL),(11424,9,'','',558,0,'2013-11-06 19:48:53',10720,NULL),(11425,19,'NEGATIVE,,8435fd6ee5ae4be6c7ab0f0381fed8b9c57af857','',552,0,'2013-11-06 08:00:00',10720,NULL),(11426,71,'NEGATIVE,,8435fd6ee5ae4be6c7ab0f0381fed8b9c57af857','',552,0,'2013-11-06 08:00:00',10722,NULL),(11427,35,'HAZY,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8435fd6ee5ae4be6c7ab0f0381fed8b9c57af857',', ',552,0,'2013-11-06 08:00:00',10722,NULL),(11428,9,'','',558,0,'2013-11-06 19:53:12',10723,NULL),(11429,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d5d7af044609e14b9f302885c625b77e11edfc5a','',534,0,'2013-11-19 08:00:00',10723,NULL),(11430,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,d5d7af044609e14b9f302885c625b77e1','',537,0,'2013-11-19 08:00:00',10725,NULL),(11431,28,'POSITIVE,[$]AS[/$],,739624614c3365f57d4c4f93df47954e567beed5','',541,0,'2013-11-06 08:00:00',10726,NULL),(11432,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,870a027b5e2c061c03733232f9dc0cc5c6940ec3',', ',552,0,'2013-11-06 08:00:00',10727,NULL),(11433,9,'','',558,0,'2013-11-06 20:02:29',10728,NULL),(11434,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8a4464568f9241fbc6c2f8a667c140a2e3515508','',504,0,'2013-11-06 08:00:00',10728,NULL),(11435,10,'NEGATIVE,,c0140760d96de1b52c550419401b6de8d8c28369','',534,0,'2013-11-06 20:08:22',10729,NULL),(11436,223,'','',558,0,'2013-11-06 20:09:05',10730,NULL),(11437,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d4cf98ccc50a7032fbf0639d465a103680e88c5c','',535,0,'2013-11-07 08:00:00',10730,NULL),(11438,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,CALCIUM OXALATE (+),NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,d4cf98ccc50a7032fbf',', ',550,0,'2013-11-06 08:00:00',10732,NULL),(11439,36,'No Bacteria Growth,##,##,,230c049d9cdadd3aff6a656e5a9762b7b56e31de','',555,0,'2013-11-08 08:00:00',10733,NULL),(11440,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,230c049d9cdadd3aff6a656e5a9762b7b56e31de','',555,0,'2013-11-08 08:00:00',10733,NULL),(11441,9,'','',558,0,'2013-11-06 20:19:13',10734,NULL),(11442,35,'','',558,0,'2013-11-06 20:19:13',10736,NULL),(11443,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,f16b63b05643d0545670c457afaaf65ff8cec04b','',555,0,'2013-11-08 08:00:00',10739,NULL),(11444,10,'NEGATIVE,1c34696e16188167df2a93e46d68ed3f3b7107fd','',534,0,'2013-11-06 08:00:00',10740,NULL),(11445,40,'[$]NO BACTERIAL GROWTH[/$],##,##,,412f4eed2da47b8dcaa7931d2d0de98d617c0bcd','',534,0,'2013-11-13 08:00:00',10741,NULL),(11446,9,'','',558,0,'2013-11-06 20:26:46',10741,NULL),(11447,18,'[$]NO MALARIA PARASITE SEEN[/$],-,412f4eed2da47b8dcaa7931d2d0de98d617c0bcd','',541,0,'2013-11-06 08:00:00',10741,NULL),(11448,36,'','',558,0,'2013-11-06 20:26:47',10743,NULL),(11449,35,'','',558,0,'2013-11-06 20:26:47',10743,NULL),(11450,40,'[$]NO BACTERIAL GROWTH[/$],##,##,,7fa2afc4da8215c8c20cabe81b76351b50e24ba0','',534,0,'2013-11-13 08:00:00',10744,NULL),(11451,9,'','',558,0,'2013-11-06 20:32:33',10744,NULL),(11452,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7fa2afc4da8215c8c20cabe81b76351b50e24ba0','',541,0,'2013-11-06 08:00:00',10744,NULL),(11453,36,'No Bacteria Growth,##,##,,7fa2afc4da8215c8c20cabe81b76351b50e24ba0','',534,0,'2013-11-15 08:00:00',10746,NULL),(11454,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7fa2afc4da8215c8c20cabe81b76351b50e24ba0',', ',552,0,'2013-11-13 08:00:00',10746,NULL),(11455,93,'< 0.05,,11bd78058b407c6db901fca962779ba5088343e1','',534,0,'2013-11-06 08:00:00',10747,NULL),(11456,9,'','',558,0,'2013-11-06 20:46:01',10748,NULL),(11457,19,'NEGATIVE,,bf065e4674fda7b76e2a05fc4114e8fa2dfc3aa6','',541,0,'2013-11-06 08:00:00',10748,NULL),(11458,18,'[$]NO MALARIA PARASITE SEEN[/$],-,bf065e4674fda7b76e2a05fc4114e8fa2dfc3aa6','',541,0,'2013-11-06 08:00:00',10748,NULL),(11459,22,'10,04ed5976427a3b0afd75d8a10410e917b4215f9b','',541,0,'2013-11-06 08:00:00',10749,NULL),(11460,9,'','',558,0,'2013-11-06 20:49:40',10749,NULL),(11461,19,'NEGATIVE,,04ed5976427a3b0afd75d8a10410e917b4215f9b','',541,0,'2013-11-06 08:00:00',10749,NULL),(11462,18,'[$]NO MALARIA PARASITE SEEN[/$],-,04ed5976427a3b0afd75d8a10410e917b4215f9b','',541,0,'2013-11-06 08:00:00',10749,NULL),(11463,71,'NEGATIVE,,04ed5976427a3b0afd75d8a10410e917b4215f9b','',541,0,'2013-11-06 08:00:00',10751,NULL),(11464,22,'88,,0999847182667337a6091b30fb489895a39fe595','',541,0,'2013-11-07 20:13:15',10752,NULL),(11465,9,',,,,,,,,,,,,,,0999847182667337a6091b30fb489895a39fe595','',541,0,'2013-11-07 20:13:15',10752,NULL),(11466,9,'','',534,0,'2013-11-06 21:07:06',10753,NULL),(11467,19,'NEGATIVE,,94f67be086cc428ef526b423d4ca56b0d85428ef','',541,0,'2013-11-06 08:00:00',10753,NULL),(11468,18,'[$]NO MALARIA PARASITE SEEN[/$],-,94f67be086cc428ef526b423d4ca56b0d85428ef','',541,0,'2013-11-06 08:00:00',10753,NULL),(11469,37,'YELLOWISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,94f67be086cc428ef526b423d4ca56b0d85428ef','',550,0,'2013-11-06 08:00:00',10755,NULL),(11470,9,'','',534,0,'2013-11-06 21:09:12',10756,NULL),(11471,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f77adb6753d2ebfcd2a5b0734f9377068bd5383d','',541,0,'2013-11-06 08:00:00',10756,NULL),(11472,36,'No Bacteria Growth,##,##,,f77adb6753d2ebfcd2a5b0734f9377068bd5383d','',555,0,'2013-11-09 08:00:00',10758,NULL),(11473,35,'CLEAR,STRAW,5.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f77adb6753d2ebfcd2a5b0734f9377068bd5383d',', ',550,0,'2013-11-06 08:00:00',10758,NULL); +INSERT INTO `test` VALUES (11474,130,'','',534,0,'2013-11-06 21:09:13',10761,NULL),(11475,131,'','',534,0,'2013-11-06 21:09:13',10761,NULL),(11476,132,'','',534,0,'2013-11-06 21:09:13',10761,NULL),(11477,9,'','',534,0,'2013-11-06 21:11:16',10762,NULL),(11478,36,'No Bacteria Growth,##,##,,2573186f0c2f3f49364fe3d433a673ad399eb2be','',534,0,'2013-11-15 08:00:00',10764,NULL),(11479,35,'HAZY,STRAW,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2573186f0c2f3f49364fe3d433a673ad399eb2be',', ',534,0,'2013-11-13 08:00:00',10764,NULL),(11480,132,'','',534,0,'2013-11-06 21:11:16',10767,NULL),(11481,131,'','',534,0,'2013-11-06 21:17:22',10768,NULL),(11482,132,'','',534,0,'2013-11-06 21:17:22',10768,NULL),(11483,92,'3.2,00a2462bee756f5a83f6612ec7f9d38f6a67bda8','',541,0,'2013-11-07 08:00:00',10768,NULL),(11484,22,'7,00a2462bee756f5a83f6612ec7f9d38f6a67bda8','',550,0,'2013-11-07 08:00:00',10770,NULL),(11485,9,'','',534,0,'2013-11-06 21:17:22',10770,NULL),(11486,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,00a2462bee756f5a83f6612ec7f9d38f6a67bda8',', ',550,0,'2013-11-07 08:00:00',10773,NULL),(11487,39,'[$]NEGATIVE[/$],,00a2462bee756f5a83f6612ec7f9d38f6a67bda8','',555,0,'2013-11-08 08:00:00',10777,NULL),(11488,22,'70,35ddff92493b70c436ad79b3472598928553280c','',504,0,'2013-11-08 08:00:00',10778,NULL),(11489,9,'','',534,0,'2013-11-06 21:20:54',10778,NULL),(11490,131,'','',534,0,'2013-11-06 21:20:55',10780,NULL),(11491,199,'[$]COMMENSALS ONLY[/$],35ddff92493b70c436ad79b3472598928553280c','',555,0,'2013-11-08 08:00:00',10783,NULL),(11492,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,35ddff92493b70c436ad79b3472598928553280c','',555,0,'2013-11-08 08:00:00',10783,NULL),(11493,9,'','',534,0,'2013-11-06 21:27:08',10784,NULL),(11494,19,'NEGATIVE,,ff5a6c07a05f983ca169845572c25e2c746d04ca','',552,0,'2013-11-06 08:00:00',10784,NULL),(11495,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ff5a6c07a05f983ca169845572c25e2c746d04ca','',552,0,'2013-11-06 08:00:00',10784,NULL),(11496,107,'1/20,1/20,ff5a6c07a05f983ca169845572c25e2c746d04ca','',552,0,'2013-11-06 08:00:00',10786,NULL),(11497,9,',,,,,,,,,,,,,,1a52df3bd9edd319aa2505887db9530eeaf809a8','',541,0,'2013-11-07 02:09:50',10787,NULL),(11498,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,1a52df3bd9edd319aa2505887db9530eeaf809a8','',541,0,'2013-11-07 02:09:50',10787,NULL),(11499,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1a52df3bd9edd319aa2505887db9530eeaf809a8',', ',550,0,'2013-11-06 08:00:00',10789,NULL),(11500,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9cbf00c1b37d09eb1db79f7f76da51baf9c096d5',', ',550,0,'2013-11-06 08:00:00',10790,NULL),(11501,9,'','',534,0,'2013-11-06 21:44:27',10791,NULL),(11502,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a3c92cee806e932da75268e418f4e59437f85a64','',541,0,'2013-11-06 08:00:00',10791,NULL),(11503,35,'','',534,0,'2013-11-06 21:44:27',10793,NULL),(11504,21,'O,POSITIVE,00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f','',552,0,'2013-11-06 08:00:00',10794,NULL),(11505,68,'4.6,-,-,,00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f','NON DIABETIC, ',555,0,'2013-11-08 08:00:00',10794,NULL),(11506,9,'','',558,0,'2013-11-06 21:55:41',10794,NULL),(11507,19,'NEGATIVE,,00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f','',552,0,'2013-11-06 08:00:00',10794,NULL),(11508,36,'No Bacteria Growth,##,##,,00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f','',555,0,'2013-11-08 08:00:00',10796,NULL),(11509,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f',', ',552,0,'2013-11-06 08:00:00',10796,NULL),(11510,22,'25,6ee0c36dbf41272ed55ad37cb7282f93e56f1cee','',552,0,'2013-11-06 08:00:00',10797,NULL),(11511,9,'','',558,0,'2013-11-06 22:02:44',10797,NULL),(11512,36,'No Bacteria Growth,##,##,,6ee0c36dbf41272ed55ad37cb7282f93e56f1cee','',555,0,'2013-11-08 08:00:00',10799,NULL),(11513,35,'HAZY,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,6ee0c36dbf41272ed55ad37cb7282f93e',', ',552,0,'2013-11-06 08:00:00',10799,NULL),(11514,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,6ee0c36dbf41272ed55ad37cb7282f93e56f1cee','',555,0,'2013-11-08 08:00:00',10802,NULL),(11515,134,'MANY,MODERATE,NOT SEEN,PRESENT (++),,6ee0c36dbf41272ed55ad37cb7282f93e56f1cee','',555,0,'2013-11-08 08:00:00',10802,NULL),(11516,16,'POSITIVE,f77adb6753d2ebfcd2a5b0734f9377068bd5383d','',541,0,'2013-11-06 08:00:00',10803,NULL),(11517,14,'','',558,0,'2013-11-06 22:10:53',10805,NULL),(11518,36,'Pseudomonas aeruginosae,##,##,,e45ca0367fde31164a63d646c53d6cd56a3f4eb9','',555,0,'2013-11-09 08:00:00',10806,NULL),(11519,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,e45ca0367fde31164a63d646c53d6cd56',', ',550,0,'2013-11-06 08:00:00',10806,NULL),(11520,211,'','',558,0,'2013-11-06 22:30:19',10807,NULL),(11521,60,'','',558,0,'2013-11-06 22:30:19',10807,NULL),(11522,57,'','',558,0,'2013-11-06 22:30:19',10807,NULL),(11523,133,'','',558,0,'2013-11-06 22:30:19',10807,NULL),(11524,56,'','',558,0,'2013-11-06 22:30:19',10807,NULL),(11525,68,'8.9,NEGATIVE,NEGATIVE,,e45ca0367fde31164a63d646c53d6cd56a3f4eb9','',535,0,'2013-11-07 08:00:00',10809,NULL),(11526,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d','',534,0,'2013-11-14 08:00:00',10810,NULL),(11527,9,'','',558,0,'2013-11-06 22:51:15',10810,NULL),(11528,19,'NEGATIVE,,33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d','',541,0,'2013-11-06 08:00:00',10810,NULL),(11529,18,'[$]NO MALARIA PARASITE SEEN[/$],-,33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d','',541,0,'2013-11-06 08:00:00',10810,NULL),(11530,36,'No Bacteria Growth,##,##,,33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d','',555,0,'2013-11-09 08:00:00',10812,NULL),(11531,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d',', ',550,0,'2013-11-06 08:00:00',10812,NULL),(11532,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,33ef5450d61ec3497e1313b7b0c8b8b8b2ecc76d','',555,0,'2013-11-09 08:00:00',10815,NULL),(11533,22,'10,29ffccf916cddacc5210e9bbeffff7c047328510','',541,0,'2013-11-06 08:00:00',10816,NULL),(11534,9,'','',558,0,'2013-11-06 22:53:12',10816,NULL),(11535,35,'HAZY,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,>30,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,a25e3f5af18f2b5e4cb6c39de73390ff0',', ',550,0,'2013-11-06 08:00:00',10817,NULL),(11536,9,'','',558,0,'2013-11-06 23:09:16',10818,NULL),(11537,19,'NEGATIVE,,b4080f91acabfdc7a59890eb90d11c10df6c4bd6','',541,0,'2013-11-06 08:00:00',10818,NULL),(11538,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b4080f91acabfdc7a59890eb90d11c10df6c4bd6','',541,0,'2013-11-06 08:00:00',10818,NULL),(11539,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b4080f91acabfdc7a59890eb90d11c10df6c4bd6','',550,0,'2013-11-06 08:00:00',10820,NULL),(11540,107,'1/20,1/20,b4080f91acabfdc7a59890eb90d11c10df6c4bd6','',541,0,'2013-11-06 08:00:00',10823,NULL),(11541,9,'','',558,0,'2013-11-06 23:24:37',10824,NULL),(11542,68,'','',558,0,'2013-11-06 23:39:21',10825,NULL),(11543,9,'','',558,0,'2013-11-06 23:39:21',10825,NULL),(11544,18,'[$]NO MALARIA PARASITE SEEN[/$],-,236e508a1ed7bf7f23dad504fc99b7222e2c5502','',541,0,'2013-11-06 08:00:00',10825,NULL),(11545,35,'HAZY,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,236e508a1ed7bf7f23dad504fc99b7222e2c5502',', ',550,0,'2013-11-06 08:00:00',10827,NULL),(11546,112,'NEGATIVE,,236e508a1ed7bf7f23dad504fc99b7222e2c5502','',541,541,'2013-11-06 08:00:00',10830,'2013-11-06 17:27:57'),(11547,27,'NON-REACTIVE,-,NEGATIVE,,236e508a1ed7bf7f23dad504fc99b7222e2c5502','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',541,0,'2013-11-07 01:27:57',10830,NULL),(11548,108,'NON - REACTIVE,,236e508a1ed7bf7f23dad504fc99b7222e2c5502','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',541,541,'2013-11-06 08:00:00',10830,'2013-11-06 17:27:57'),(11549,36,'No Bacteria Growth,##,##,,a1067fb78d02e4d57e6cf1f4c20445f33010d98f','',555,0,'2013-11-08 08:00:00',10831,NULL),(11550,35,'HAZY,STRAW,8.5,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,18,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,a1067fb78d02e4d57e6cf1f4c20445f33',', ',552,0,'2013-11-06 08:00:00',10831,NULL),(11551,22,'1,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',541,0,'2013-11-07 08:00:00',10832,NULL),(11552,68,'4.1,-,-,,74bb259b9b3211a2e3147ba2da42f83f41e623f7','NON DIABETIC, ',541,0,'2013-11-07 08:00:00',10832,NULL),(11553,9,'','',558,0,'2013-11-06 23:52:42',10832,NULL),(11554,19,'NEGATIVE,,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',541,0,'2013-11-07 08:00:00',10832,NULL),(11555,18,'[$]NO MALARIA PARASITE SEEN[/$],-,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',541,0,'2013-11-07 08:00:00',10832,NULL),(11556,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,74bb259b9b3211a2e3147ba2da42f83f41e623f7',', ',550,0,'2013-11-07 08:00:00',10834,NULL),(11557,57,'','',558,0,'2013-11-06 23:52:42',10837,NULL),(11558,133,'','',558,0,'2013-11-06 23:52:42',10837,NULL),(11559,16,'NEGATIVE,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',541,0,'2013-11-07 08:00:00',10837,NULL),(11560,131,'','',558,0,'2013-11-06 23:52:42',10837,NULL),(11561,132,'','',558,0,'2013-11-06 23:52:42',10837,NULL),(11562,17,'27.25,,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',535,0,'2013-11-22 08:00:00',10837,NULL),(11563,3,'3.2,##1.4,##2.3,##,,##,,,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',535,0,'2013-11-08 08:00:00',10837,NULL),(11564,56,'','',558,0,'2013-11-06 23:52:43',10837,NULL),(11565,65,'','',558,0,'2013-11-06 23:52:43',10837,NULL),(11566,14,'NEGATIVE,74bb259b9b3211a2e3147ba2da42f83f41e623f7','',537,0,'2013-11-22 08:00:00',10841,NULL),(11567,9,'','',558,0,'2013-11-06 23:58:28',10842,NULL),(11568,19,'NEGATIVE,,d1e3ee85b35d2ce1ad49ea501368dde6011095d6','',552,0,'2013-11-06 08:00:00',10842,NULL),(11569,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d1e3ee85b35d2ce1ad49ea501368dde6011095d6','',550,0,'2013-11-07 08:00:00',10844,NULL),(11570,226,'','',555,0,'2013-11-07 00:20:27',10845,NULL),(11571,9,'','',558,0,'2013-11-07 00:39:43',10846,NULL),(11572,19,'NEGATIVE,,89b2b71d6e240b57f2435d5167cf30234e44af7c','',555,0,'2013-11-06 08:00:00',10846,NULL),(11573,18,'[$]NO MALARIA PARASITES SEEN[/$],-,89b2b71d6e240b57f2435d5167cf30234e44af7c','',555,0,'2013-11-06 08:00:00',10846,NULL),(11574,22,'4,f1cb40af2646f46d8e096487681dba5a07f07a66','',555,0,'2013-11-06 08:00:00',10847,NULL),(11575,9,'','',558,0,'2013-11-07 00:42:47',10847,NULL),(11576,9,'','',558,0,'2013-11-07 00:54:48',10848,NULL),(11577,19,'NEGATIVE,,eedb0f8f9928927a6e7480b5ab0b74e0424cd001','',555,0,'2013-11-06 08:00:00',10848,NULL),(11578,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eedb0f8f9928927a6e7480b5ab0b74e0424cd001','',555,0,'2013-11-06 08:00:00',10848,NULL),(11579,36,'No Bacteria Growth,##,##,,eedb0f8f9928927a6e7480b5ab0b74e0424cd001','',555,0,'2013-11-09 08:00:00',10850,NULL),(11580,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,26,2,NOT SEEN,PRESENT (++),NOT,,,,,,,,,,,,,,,,,, SEEN,eedb0f8f9928927a6e74',', ',555,0,'2013-11-06 08:00:00',10850,NULL),(11581,9,'','',558,0,'2013-11-07 01:01:47',10851,NULL),(11582,9,'','',558,0,'2013-11-07 01:07:05',10852,NULL),(11583,19,'NEGATIVE,,7e2c5bb9bd59f955138aefca1e894d0a23369304','',555,0,'2013-11-06 08:00:00',10852,NULL),(11584,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7e2c5bb9bd59f955138aefca1e894d0a23369304','',555,0,'2013-11-06 08:00:00',10852,NULL),(11585,37,'YELLOWISH,LOOSE,-,Ascaris lumbricoides,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,7e2c5bb9bd59f955138aefca1e894d0a23369304','',555,0,'2013-11-06 08:00:00',10854,NULL),(11586,71,'NEGATIVE,,798ed21c6921ef84fca84265d0bcbd264fedab39','',555,0,'2013-11-06 08:00:00',10855,NULL),(11587,9,'','',558,0,'2013-11-07 01:47:01',10856,NULL),(11588,19,'NEGATIVE,,4928c80ee633abad5415569c6c4c63e19d1a6e6f','',550,0,'2013-11-06 08:00:00',10856,NULL),(11589,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4928c80ee633abad5415569c6c4c63e19d1a6e6f','',550,0,'2013-11-06 08:00:00',10856,NULL),(11590,9,'','',558,0,'2013-11-07 01:50:42',10857,NULL),(11591,19,'NEGATIVE,,b98a69cf1c730bb62979d1996fc9c33547aa94ce','',550,0,'2013-11-06 08:00:00',10857,NULL),(11592,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b98a69cf1c730bb62979d1996fc9c33547aa94ce','',550,0,'2013-11-06 08:00:00',10857,NULL),(11593,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,b98a69cf1c730bb62979d199','',535,0,'2013-11-06 08:00:00',10859,NULL),(11594,16,'POSITIVE,b98a69cf1c730bb62979d1996fc9c33547aa94ce','',550,0,'2013-11-06 08:00:00',10862,NULL),(11595,14,'','',558,0,'2013-11-07 01:50:43',10866,NULL),(11596,14,'NEGATIVE,,07359b8f1515e190924262da4a419c83799253df','',555,0,'2013-11-07 02:12:37',10867,NULL),(11597,222,'18.1,4.78,11.7,34.6,72.4,24.5,33.8,393,36.1,15.6,48.3,6.5,2.8,8.8,14.3,9.1,,1c653a672755b391a3d9f9c4b3e68943907d7328','',535,0,'2013-11-06 08:00:00',10868,NULL),(11598,19,'NEGATIVE,,1c653a672755b391a3d9f9c4b3e68943907d7328','',535,0,'2013-11-06 08:00:00',10868,NULL),(11599,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c653a672755b391a3d9f9c4b3e68943907d7328','',535,0,'2013-11-06 08:00:00',10868,NULL),(11600,222,'7.5,4.13,11.8,34.3,83.1,28.6,34.4,296,26.3,6.1,67.6,2.0,0.5,5.0,13.0,10.1,,1aa46c430c5a7872152593ba9863f082b2986fff','',535,0,'2013-11-06 08:00:00',10869,NULL),(11601,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1aa46c430c5a7872152593ba9863f082b2986fff','',535,0,'2013-11-06 08:00:00',10869,NULL),(11602,107,'120,120,,1aa46c430c5a7872152593ba9863f082b2986fff','',535,535,'2013-11-06 08:00:00',10871,'2013-11-06 19:46:02'),(11603,222,'5.9,4.09,12.0,35.3,86.3,29.3,34.0,190,24.2,6.8,69.0,1.4,0.4,4.1,15.1,9.4,,aa248f497b22ddef2a7c8afba70be3d861928886','',535,535,'2013-11-06 08:00:00',10872,'2013-11-06 19:36:19'),(11604,83,'','',530,0,'2013-11-07 03:17:30',10874,NULL),(11605,40,'[$]\nNO BACTERIA GROWTH\n\nAFTER 7 DAYS OF INCUBATION [/$],##,##,,4928c80ee633abad5415569c6c4c63e19d1a6e6f','',535,0,'2013-11-17 08:00:00',10875,NULL),(11606,68,'','',530,0,'2013-11-07 03:51:50',10875,NULL),(11607,36,'No Bacteria Growth,##,##,,4928c80ee633abad5415569c6c4c63e19d1a6e6f','',535,0,'2013-11-17 08:00:00',10877,NULL),(11608,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4928c80ee633abad5415569c6c4c63e19d1a6e6f','',535,0,'2013-11-06 08:00:00',10877,NULL),(11609,222,'6.7,5.52,16.1,46.1,83.5,29.2,34.9,211,43.4,11.6,45.0,2.9,0.8,3.0,13.9,10.1,,897f435f70f564637e6efae2a228719db17b9cbe','',535,0,'2013-11-06 08:00:00',10878,NULL),(11610,18,'[$]NO MALARIA PARASITES SEEN[/$],-,897f435f70f564637e6efae2a228719db17b9cbe','',535,0,'2013-11-06 08:00:00',10878,NULL),(11611,35,'CLEAR,LIGHT AMBER,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),4,2,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,897f435f70f564637',', ',535,0,'2013-11-06 08:00:00',10880,NULL),(11612,107,'1/20,1/40,897f435f70f564637e6efae2a228719db17b9cbe','',535,0,'2013-11-06 08:00:00',10883,NULL),(11613,222,'4.4,3.95,12.3,35.6,90.1,31.1,34.6,208,42.2,12.5,45.3,1.9,0.6,1.9,14.1,8.6,,5f49c8324208cb84deac33880ee85cc6184882c1','',535,0,'2013-11-06 08:00:00',10884,NULL),(11614,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5f49c8324208cb84deac33880ee85cc6184882c1',', ',535,0,'2013-11-06 08:00:00',10884,NULL),(11615,70,'5.1,,5f49c8324208cb84deac33880ee85cc6184882c1','',535,0,'2013-11-06 08:00:00',10884,NULL),(11616,222,'6.5,4.77,14.7,41.3,86.6,30.8,35.6,167,42.0,12.4,45.6,2.7,0.8,3.0,12.5,11.4,,b232533ce92a2e1ace92faa643b0ad3e71e83647','',535,0,'2013-11-06 08:00:00',10885,NULL),(11617,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b232533ce92a2e1ace92faa643b0ad3e71e83647','',535,0,'2013-11-06 08:00:00',10885,NULL),(11618,70,'7.7,,b232533ce92a2e1ace92faa643b0ad3e71e83647','',535,0,'2013-11-06 08:00:00',10885,NULL),(11619,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b232533ce92a2e1ace92faa643b0ad3e71e83647','',535,0,'2013-11-06 08:00:00',10887,NULL),(11620,57,'','',530,0,'2013-11-07 04:39:47',10890,NULL),(11621,133,'','',530,0,'2013-11-07 04:39:47',10890,NULL),(11622,131,'','',530,0,'2013-11-07 04:39:47',10890,NULL),(11623,132,'','',530,0,'2013-11-07 04:39:47',10890,NULL),(11624,56,'','',530,0,'2013-11-07 04:39:47',10890,NULL),(11625,65,'','',530,0,'2013-11-07 04:39:47',10890,NULL),(11626,222,'13.5,4.53,10.2,32.0,70.6,22.5,31.9,343,28.1,9.4,62.5,3.8,1.3,8.4,15.1,8.6,,8019da5f1d671036c4f01e73d52e28764f0499d3','',535,535,'2013-11-06 08:00:00',10891,'2013-11-06 21:52:24'),(11627,19,'NEGATIVE,,8019da5f1d671036c4f01e73d52e28764f0499d3','',535,535,'2013-11-06 08:00:00',10891,'2013-11-06 21:52:24'),(11628,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8019da5f1d671036c4f01e73d52e28764f0499d3','',535,0,'2013-11-06 08:00:00',10891,NULL),(11629,36,'No Significant Bacteria Growth,##,##,,9f5ce682d46e3f587147b0a3f99792931001edbc','',555,0,'2013-11-08 08:00:00',10892,NULL),(11630,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d85e6339f4f09e683a0f0a8c9341725c744b3dd6','',535,0,'2013-11-07 08:00:00',10893,NULL),(11631,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,1,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,d85e6339f4f09e683',', ',535,0,'2013-11-07 08:00:00',10895,NULL),(11632,112,'NEGATIVE,,d85e6339f4f09e683a0f0a8c9341725c744b3dd6','',535,0,'2013-11-07 08:00:00',10898,NULL),(11633,117,'NEGATIVE,d85e6339f4f09e683a0f0a8c9341725c744b3dd6','',535,0,'2013-11-07 08:00:00',10898,NULL),(11634,131,'','',530,0,'2013-11-07 06:31:15',10898,NULL),(11635,128,'','',530,0,'2013-11-07 06:51:45',10899,NULL),(11636,222,'','',530,0,'2013-11-07 06:51:46',10901,NULL),(11637,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,39be1e4b13899fc116592adc577be3a543cd6b8f',', ',535,0,'2013-11-07 08:00:00',10904,NULL),(11638,222,'14.2,4.70,7.2,27.7,58.9,15.3,26.0,421,69.7,8.9,21.4,9.9,1.3,3.0,21.0,8.1,,6e672e31a0ea35842d3dd9ba68b84b9a76294fbb','',535,0,'2013-11-07 08:00:00',10905,NULL),(11639,19,'NEGATIVE,,6e672e31a0ea35842d3dd9ba68b84b9a76294fbb','',535,0,'2013-11-07 08:00:00',10905,NULL),(11640,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6e672e31a0ea35842d3dd9ba68b84b9a76294fbb','',535,0,'2013-11-07 08:00:00',10905,NULL),(11641,222,'11.3,4.48,12.9,36.4,81.3,28.8,35.4,434,35.2,13.5,51.3,4.0,1.5,5.8,12.1,7.8,,f69af4c312c8fe46c373611f933ca35501a112d6','',535,0,'2013-11-07 08:00:00',10906,NULL),(11642,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f69af4c312c8fe46c373611f933ca35501a112d6','',535,0,'2013-11-07 08:00:00',10906,NULL),(11643,222,'7.4,5.41,15.9,45.9,84.8,29.4,34.6,343,15.5,9.7,74.8,1.1,0.7,5.6,13.2,8.8,,315b6b55ffdcf4e11ae9bee7c669128130384bfb','',535,0,'2013-11-07 08:00:00',10907,NULL),(11644,107,'1/20,1/20,315b6b55ffdcf4e11ae9bee7c669128130384bfb','',535,0,'2013-11-07 08:00:00',10909,NULL),(11645,57,'','',530,0,'2013-11-07 15:16:56',10910,NULL),(11646,133,'','',530,0,'2013-11-07 15:16:56',10910,NULL),(11647,132,'','',530,0,'2013-11-07 15:16:56',10910,NULL),(11648,56,'','',530,0,'2013-11-07 15:16:56',10910,NULL),(11649,82,'','',530,0,'2013-11-07 15:16:56',10912,NULL),(11650,68,'','',530,0,'2013-11-07 15:16:56',10912,NULL),(11651,92,'1.1,9b9fd158d3d1cc821699685d0c266c0bc09dc517','',541,0,'2013-11-07 08:00:00',10913,NULL),(11652,68,'6.6,-,-,,47d0b82790d9f17e29ec8933f5c923f949ed4bfd','',541,0,'2013-11-07 08:00:00',10914,NULL),(11653,9,'','',531,0,'2013-11-07 15:59:00',10914,NULL),(11654,18,'[$]NO MALARIA PARASITE SEEN[/$],-,47d0b82790d9f17e29ec8933f5c923f949ed4bfd','',541,0,'2013-11-07 08:00:00',10914,NULL),(11655,107,'1/20,1/40,47d0b82790d9f17e29ec8933f5c923f949ed4bfd','',541,0,'2013-11-07 08:00:00',10916,NULL),(11656,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,47d0b82790d9f17e29ec8933f5c923f949ed4bfd',', ',550,0,'2013-11-07 08:00:00',10919,NULL),(11657,57,'','',531,0,'2013-11-07 16:09:26',10920,NULL),(11658,133,'','',531,0,'2013-11-07 16:09:26',10920,NULL),(11659,131,'','',531,0,'2013-11-07 16:09:26',10920,NULL),(11660,56,'','',531,0,'2013-11-07 16:09:26',10920,NULL),(11661,68,'','',531,0,'2013-11-07 16:09:26',10922,NULL),(11662,28,'POSITIVE,[$]AS[/$],,00cd58a7f4c5a9c4deafbdf70a36b05613d0d40f','',537,0,'2013-11-07 16:31:45',10923,NULL),(11663,27,'NONREACTIVE,,NEGATIVE,,74bb259b9b3211a2e3147ba2da42f83f41e623f7','HIV ORA QUICK:',541,535,'2013-11-07 19:02:04',10924,'2013-11-22 12:48:35'),(11664,91,'41.7,FEMALE (3.24 - 29.10),MALE (3.28 - 19.68),PREG. 3rd TRIMESTER (95.0 - 480.0),,976342a1b8d9d1dcf5285f826f4bc994afa2f467','',537,0,'2013-11-07 16:42:13',10925,NULL),(11665,68,'6.6,-,-,,4799901123eb455d91f2c944fa2df08b9326d833','',537,0,'2013-11-13 08:00:00',10926,NULL),(11666,83,'','',531,0,'2013-11-07 16:59:53',10927,NULL),(11667,9,'','',531,0,'2013-11-07 17:02:10',10928,NULL),(11668,19,'NEGATIVE,,284297c8efc5117226d3131dbac4fabe8a8bb5d1','',541,0,'2013-11-07 08:00:00',10928,NULL),(11669,18,'[$]NO MALARIA PARASITE SEEN[/$],-,284297c8efc5117226d3131dbac4fabe8a8bb5d1','',541,0,'2013-11-07 08:00:00',10928,NULL),(11670,107,'1/20,1/20,284297c8efc5117226d3131dbac4fabe8a8bb5d1','',541,0,'2013-11-07 08:00:00',10930,NULL),(11671,36,'No Significant Bacteria Growth,##,##,,284297c8efc5117226d3131dbac4fabe8a8bb5d1','',555,0,'2013-11-09 08:00:00',10933,NULL),(11672,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,284297c8efc5117226d3131',', ',550,0,'2013-11-07 08:00:00',10933,NULL),(11673,9,'','',531,0,'2013-11-07 17:07:07',10934,NULL),(11674,19,'NEGATIVE,,5faef12fadf2765d607b4cdf30251673ea151ffd','',541,0,'2013-11-07 08:00:00',10934,NULL),(11675,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5faef12fadf2765d607b4cdf30251673ea151ffd','',541,0,'2013-11-07 08:00:00',10934,NULL),(11676,107,'1/20,1/20,5faef12fadf2765d607b4cdf30251673ea151ffd','',541,0,'2013-11-07 08:00:00',10936,NULL),(11677,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,5faef12fadf2765d607b4cdf3',', ',550,0,'2013-11-07 08:00:00',10939,NULL),(11678,28,'NEGATIVE,[$]AA[/$],,d7c62a9d492c078a3545eaa44fed3a9d9bee34e7','',552,0,'2013-11-08 08:00:00',10940,NULL),(11679,22,'','',531,0,'2013-11-07 17:11:44',10941,NULL),(11680,9,'','',531,0,'2013-11-07 17:11:44',10941,NULL),(11681,16,'NEGATIVE,bd23fc6e82d2bbb5eaa6ee7587db37e4d8bb9b3d','',541,0,'2013-11-07 08:00:00',10942,NULL),(11682,14,'NEGATIVE,bd23fc6e82d2bbb5eaa6ee7587db37e4d8bb9b3d','',550,0,'2013-11-08 08:00:00',10944,NULL),(11683,66,'','',531,0,'2013-11-07 17:19:33',10945,NULL),(11684,60,'','',531,0,'2013-11-07 17:19:33',10945,NULL),(11685,57,'','',531,0,'2013-11-07 17:19:33',10945,NULL),(11686,133,'','',531,0,'2013-11-07 17:19:33',10945,NULL),(11687,136,'','',531,0,'2013-11-07 17:19:34',10947,NULL),(11688,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,8,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,0b2cc3bea6e7dde0d27cd',', ',550,0,'2013-11-07 08:00:00',10948,NULL),(11689,9,'','',531,0,'2013-11-07 17:27:58',10949,NULL),(11690,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2a103bfd0a23e22a051305c375453d6584699076',', ',550,0,'2013-11-07 08:00:00',10950,NULL),(11691,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2a103bfd0a23e22a051305c375453d6584699076','',550,0,'2013-11-07 08:00:00',10952,NULL),(11692,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5e51f1b8fe7081dc44b0eaccc0bf002cd36746c8',', ',550,0,'2013-11-07 08:00:00',10953,NULL),(11693,52,'','',531,0,'2013-11-07 17:49:46',10954,NULL),(11694,53,'','',531,0,'2013-11-07 17:49:46',10954,NULL),(11695,35,'HAZY,AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),2,14,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,0aadff5b2b44aa7eba395f7',', ',550,0,'2013-11-07 08:00:00',10956,NULL),(11696,52,'','',531,0,'2013-11-07 17:53:23',10957,NULL),(11697,53,'','',531,0,'2013-11-07 17:53:23',10957,NULL),(11698,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,f6e23f148cd8a8d2a0f5a89f',', ',550,0,'2013-11-07 08:00:00',10959,NULL),(11699,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,053806fa040c681dbd70385983ef3fa51366c5fd',', ',550,0,'2013-11-07 08:00:00',10960,NULL),(11700,9,'','',531,0,'2013-11-07 17:57:11',10961,NULL),(11701,19,'POSITIVE,,702ea8f235017edecbc2e545a3f7ba9c28f92af7','',541,0,'2013-11-07 08:00:00',10961,NULL),(11702,9,'','',531,0,'2013-11-07 18:00:40',10962,NULL),(11703,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7438680acfde5e4505fc41ef0511669e93d3ecf2','',541,0,'2013-11-07 08:00:00',10962,NULL),(11704,35,'','',531,0,'2013-11-07 18:00:40',10964,NULL),(11705,22,'20,0d4f6f3447162fbdd7c34f6a8ea659d05ea27ddc','',541,0,'2013-11-07 08:00:00',10965,NULL),(11706,9,'','',531,0,'2013-11-07 18:05:16',10965,NULL),(11707,199,'[$]COMMENSALS ONLY[/$],0d4f6f3447162fbdd7c34f6a8ea659d05ea27ddc','',555,0,'2013-11-09 08:00:00',10967,NULL),(11708,9,'','',531,0,'2013-11-07 18:12:25',10968,NULL),(11709,9,'','',531,0,'2013-11-07 18:18:41',10969,NULL),(11710,20,'NEGATIVE,ae1bb48f0f03b4f986b2402afdf9b98034250c1b','',552,0,'2013-11-07 08:00:00',10969,NULL),(11711,89,'46.6,,,ae1bb48f0f03b4f986b2402afdf9b98034250c1b','',541,0,'2013-11-14 02:28:34',10971,NULL),(11712,128,',,,,,,,,,,,,,,,ae1bb48f0f03b4f986b2402afdf9b98034250c1b','',541,0,'2013-11-14 02:28:34',10971,NULL),(11713,21,'O,POSITIVE,6725ff6adec19052183515e88fdc729df1373e5c','',552,0,'2013-11-07 08:00:00',10972,NULL),(11714,25,'NO DEFECT,,6725ff6adec19052183515e88fdc729df1373e5c','',552,0,'2013-11-07 08:00:00',10972,NULL),(11715,47,'','',531,0,'2013-11-07 18:33:06',10974,NULL),(11716,9,'','',531,0,'2013-11-07 18:37:34',10975,NULL),(11717,36,'No Significant Bacteria Growth,##,##,,a75d02ffba63ffd960eb9a96ac51a195de377d3f','',555,0,'2013-11-09 08:00:00',10976,NULL),(11718,226,'','',534,0,'2013-11-07 18:44:43',10977,NULL),(11719,9,'','',531,0,'2013-11-07 18:45:24',10978,NULL),(11720,19,'NEGATIVE,,51cf5ba23a4abe225ad49c80da095ed3b995b227','',541,0,'2013-11-07 08:00:00',10978,NULL),(11721,18,'[$]NO MALARIA PARASITE SEEN[/$],-,51cf5ba23a4abe225ad49c80da095ed3b995b227','',541,0,'2013-11-07 08:00:00',10978,NULL),(11722,107,'1/20,1/80,51cf5ba23a4abe225ad49c80da095ed3b995b227','',541,0,'2013-11-07 08:00:00',10980,NULL),(11723,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,51cf5ba23a4abe225ad49c80da095ed3b995b227','',550,0,'2013-11-07 08:00:00',10983,NULL),(11724,9,'','',534,0,'2013-11-07 18:46:15',10984,NULL),(11725,19,'NEGATIVE,,7ce0b71391b280feec359b1168fe77c15a85ca4e','',541,0,'2013-11-07 08:00:00',10984,NULL),(11726,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7ce0b71391b280feec359b1168fe77c15a85ca4e','',541,0,'2013-11-07 08:00:00',10984,NULL),(11727,1,'NEGATIVE,,4b64345766b8a6e9fc65bff3612ba67b480d6d23','',541,0,'2013-11-07 18:48:59',10985,NULL),(11728,9,'','',534,0,'2013-11-07 18:50:20',10986,NULL),(11729,18,'[$]NO MALARIA PARASITE SEEN[/$],-,93e7a876e4739c529eca3fbf7654ef1fca03f838','',541,0,'2013-11-07 08:00:00',10986,NULL),(11730,9,'','',534,0,'2013-11-07 18:52:29',10987,NULL),(11731,19,'NEGATIVE,,bac952ebe647865b84d240601eb6abe175a6ea17','',541,0,'2013-11-07 08:00:00',10987,NULL),(11732,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,bac952ebe647865b84d24060',', ',550,0,'2013-11-07 08:00:00',10989,NULL),(11733,9,'','',531,0,'2013-11-07 18:53:56',10990,NULL),(11734,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8cc7f90f8742385771b39b921ab63ef73e680f63','',541,0,'2013-11-07 08:00:00',10990,NULL),(11735,107,'1/20,1/20,8cc7f90f8742385771b39b921ab63ef73e680f63','',541,0,'2013-11-07 08:00:00',10992,NULL),(11736,9,'','',534,0,'2013-11-07 18:54:28',10993,NULL),(11737,19,'NEGATIVE,,b35c83069e3387f35cba87bc20ba5615f2ee7083','',541,0,'2013-11-07 08:00:00',10993,NULL),(11738,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b35c83069e3387f35cba87bc20ba5615f2ee7083','',541,0,'2013-11-07 08:00:00',10993,NULL),(11739,37,'','',534,0,'2013-11-07 18:54:28',10995,NULL),(11740,107,'1/20,1/20,b35c83069e3387f35cba87bc20ba5615f2ee7083','',541,0,'2013-11-07 08:00:00',10998,NULL),(11741,1,'NEGATIVE,,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','',541,0,'2013-11-07 18:57:46',10999,NULL),(11742,9,'','',534,0,'2013-11-07 18:58:15',11000,NULL),(11743,19,'NEGATIVE,,1af62d0f24d18f1e922e081323d483e28117e799','',541,0,'2013-11-07 08:00:00',11000,NULL),(11744,36,'No Significant Bacteria Growth,##,##,,1af62d0f24d18f1e922e081323d483e28117e799','',555,0,'2013-11-09 08:00:00',11002,NULL),(11745,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1af62d0f24d18f1e922e081323d483e28117e799',', ',550,0,'2013-11-07 08:00:00',11002,NULL),(11746,9,'','',531,0,'2013-11-07 18:59:44',11003,NULL),(11747,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f72e61a8879bcfb38604c647550bce44c4696389','',541,0,'2013-11-07 08:00:00',11003,NULL),(11748,16,'POSITIVE,f72e61a8879bcfb38604c647550bce44c4696389','',541,0,'2013-11-07 08:00:00',11005,NULL),(11749,14,'NEGATIVE,f72e61a8879bcfb38604c647550bce44c4696389','',550,0,'2013-11-07 08:00:00',11008,NULL),(11750,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f72e61a8879bcfb38604c647550bce44c4696389','',550,0,'2013-11-07 08:00:00',11008,NULL),(11751,9,'','',534,0,'2013-11-07 19:00:48',11009,NULL),(11752,16,'POSITIVE,5e5bccc75a8610a265ff7d41497f9ed59ea00aac','',541,0,'2013-11-07 08:00:00',11011,NULL),(11753,14,'NEGATIVE,5e5bccc75a8610a265ff7d41497f9ed59ea00aac','',541,0,'2013-11-07 08:00:00',11014,NULL),(11754,9,'','',531,0,'2013-11-07 19:02:50',11015,NULL),(11755,9,'','',534,0,'2013-11-07 19:05:51',11016,NULL),(11756,21,'O,POSITIVE,a4337d0dd48b411dcba80cde420628297a197dfc','',552,0,'2013-11-18 08:00:00',11017,NULL),(11757,28,'POSITIVE,[$]FSC[/$],,a4337d0dd48b411dcba80cde420628297a197dfc','',552,0,'2013-11-18 08:00:00',11017,NULL),(11758,20,'POSITIVE,a4337d0dd48b411dcba80cde420628297a197dfc','',552,0,'2013-11-18 08:00:00',11017,NULL),(11759,9,'','',534,0,'2013-11-07 19:14:59',11018,NULL),(11760,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,a26ff81e5f232dabd1b8651f5d51101ce2b3fcfb','',541,0,'2013-11-07 08:00:00',11020,NULL),(11761,36,'No Significant Bacteria Growth,##,##,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',555,0,'2013-11-09 08:00:00',11021,NULL),(11762,35,'HAZY,AMBER,6.5,1.020,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,d2c4b1dde09e4c0c9fb8eaca',', ',541,0,'2013-11-07 08:00:00',11021,NULL),(11763,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,453e88174c79215bc22afd336cd60039d898b9c6','',534,0,'2013-11-07 08:00:00',11022,NULL),(11764,36,'Klebsiella species,##,##,,453e88174c79215bc22afd336cd60039d898b9c6','',534,0,'2013-11-07 08:00:00',11022,NULL),(11765,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,a400685ded2c212c299b59564497150f42cadfe2','',555,0,'2013-11-08 08:00:00',11023,NULL),(11766,37,'BROWN,SEMI FORMED,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,ff48c272e2b0a07a1c74a48db4ce526137ee2275','',555,0,'2013-11-08 08:00:00',11024,NULL),(11767,19,'NEGATIVE,,3ec6027bbfc2931da7b5ac8466af798ae746ebd3','',541,0,'2013-11-07 19:37:25',11025,NULL),(11768,68,'','',531,0,'2013-11-07 19:52:46',11026,NULL),(11769,9,'','',531,0,'2013-11-07 19:52:46',11026,NULL),(11770,57,'','',531,0,'2013-11-07 19:52:46',11028,NULL),(11771,133,'','',531,0,'2013-11-07 19:52:46',11028,NULL),(11772,131,'','',531,0,'2013-11-07 19:52:46',11028,NULL),(11773,56,'','',531,0,'2013-11-07 19:52:46',11028,NULL),(11774,9,'','',541,0,'2013-11-07 19:55:55',11029,NULL),(11775,9,'','',531,0,'2013-11-07 19:56:05',11030,NULL),(11776,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b4e8140d0e6fda2af71d90d415ff436773e4508d','',541,0,'2013-11-07 08:00:00',11030,NULL),(11777,107,'1/20,1/20,b4e8140d0e6fda2af71d90d415ff436773e4508d','',541,0,'2013-11-07 08:00:00',11032,NULL),(11778,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,b4e8140d0e6fda2af71d90d4',', ',541,0,'2013-11-07 08:00:00',11035,NULL),(11779,78,'','',531,0,'2013-11-07 19:59:31',11036,NULL),(11780,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),cbac886e3a8df7e7d25d77506444f9d39d9345d0','',555,0,'2013-11-09 08:00:00',11036,NULL),(11781,93,'<0.05,cbac886e3a8df7e7d25d77506444f9d39d9345d0','<0.05 ng/mL: Negative- REPEAT TEST in 4 – 6 hours if clinically indicated. \n0.05 – 0.10 ng/ml: Myocardial injury is possible. REPEAT TEST in 4 -6 hours is indicated to exclude acute myocardial nec',555,0,'2013-11-09 08:00:00',11038,NULL),(11782,36,'Escherichia coli,##,##,,47d0b82790d9f17e29ec8933f5c923f949ed4bfd','',555,0,'2013-11-09 08:00:00',11039,NULL),(11783,9,'','',534,0,'2013-11-07 20:07:36',11040,NULL),(11784,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3231714bda1c9e31e499eb0fcfde045694833c9b','',541,0,'2013-11-07 08:00:00',11040,NULL),(11785,57,'','',534,0,'2013-11-07 20:10:39',11041,NULL),(11786,133,'','',534,0,'2013-11-07 20:10:39',11041,NULL),(11787,56,'','',534,0,'2013-11-07 20:10:39',11041,NULL),(11788,135,'','',534,0,'2013-11-07 20:14:28',11042,NULL),(11789,134,'FEW,MODERATE,NOT SEEN,PRESENT (++),,a6f5e2d088afcc75031f9f1dd213b20b20b32b5a','',552,0,'2013-11-07 08:00:00',11042,NULL),(11790,9,'','',531,0,'2013-11-07 20:15:04',11043,NULL),(11791,19,'NEGATIVE,,ea9678abaaa25de4bac7d6d91a36d1a11a233f39','',541,0,'2013-11-07 08:00:00',11043,NULL),(11792,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ea9678abaaa25de4bac7d6d91a36d1a11a233f39','',541,0,'2013-11-07 08:00:00',11043,NULL),(11793,71,'NEGATIVE,,ea9678abaaa25de4bac7d6d91a36d1a11a233f39','',541,0,'2013-11-07 08:00:00',11045,NULL),(11794,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,16,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,ea9678abaaa25de4bac7d6d9',', ',541,0,'2013-11-07 08:00:00',11045,NULL),(11795,21,'O,POSITIVE,417b8807dc0e24d217f89df9dbf2a8b356100a0d','',552,0,'2013-11-07 08:00:00',11046,NULL),(11796,25,'NO DEFECT,,417b8807dc0e24d217f89df9dbf2a8b356100a0d','',552,0,'2013-11-07 08:00:00',11046,NULL),(11797,28,'POSITIVE,[$]AS[/$],,417b8807dc0e24d217f89df9dbf2a8b356100a0d','',552,0,'2013-11-08 08:00:00',11046,NULL),(11798,21,'B,POSITIVE,89203cec70acb3cabf8fb3274df841ef07763859','',552,0,'2013-11-07 08:00:00',11047,NULL),(11799,25,'NO DEFECT,,89203cec70acb3cabf8fb3274df841ef07763859','',552,0,'2013-11-07 08:00:00',11047,NULL),(11800,28,'NEGATIVE,[$]AA[/$],,89203cec70acb3cabf8fb3274df841ef07763859','',552,0,'2013-11-08 08:00:00',11047,NULL),(11801,226,'','',531,0,'2013-11-07 20:24:53',11048,NULL),(11802,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,e9c357511326331c1e9f91dc8f739e9cb641d096','',555,0,'2013-11-09 08:00:00',11049,NULL),(11803,134,'FEW,MODERATE,NOT SEEN,PRESENT (+++),,e9c357511326331c1e9f91dc8f739e9cb641d096','',555,0,'2013-11-09 08:00:00',11049,NULL),(11804,227,'','',534,0,'2013-11-07 20:25:18',11051,NULL),(11805,68,'','',534,0,'2013-11-07 20:25:18',11051,NULL),(11806,82,'','',534,0,'2013-11-07 20:25:19',11054,NULL),(11807,202,'0,,e6742372eafca73b1db724edc64184f6b3cb1be6','',534,0,'2013-11-15 18:10:33',11055,NULL),(11808,202,'0.0,2d88d92042d2c6a4af2968c783c5d0891e80b573','',537,0,'2013-11-15 08:00:00',11056,NULL),(11809,9,'','',531,0,'2013-11-07 20:33:00',11057,NULL),(11810,19,'NEGATIVE,,31ec3c4542fad18296825af5a9d39f0ee6b65317','',541,0,'2013-11-07 08:00:00',11057,NULL),(11811,18,'[$]NO MALARIA PARASITE SEEN[/$],-,31ec3c4542fad18296825af5a9d39f0ee6b65317','',541,0,'2013-11-07 08:00:00',11057,NULL),(11812,107,'1/20,1/20,31ec3c4542fad18296825af5a9d39f0ee6b65317','',541,0,'2013-11-07 08:00:00',11059,NULL),(11813,35,'','',550,0,'2013-11-07 20:36:08',11060,NULL),(11814,57,'','',534,0,'2013-11-07 20:37:53',11061,NULL),(11815,133,'','',534,0,'2013-11-07 20:37:53',11061,NULL),(11816,56,'','',534,0,'2013-11-07 20:37:53',11061,NULL),(11817,71,'NEGATIVE,,74ce09b4ed82b3c1dbcd8881a20cbe59d28f1aca','',555,0,'2013-11-07 08:00:00',11063,NULL),(11818,131,'','',534,0,'2013-11-07 20:44:11',11064,NULL),(11819,44,'NO FUNGAL ELEMENTS SEEN,30662ef34b140837a75721213a1f037e13048b27','',555,0,'2013-11-08 08:00:00',11065,NULL),(11820,9,'','',534,0,'2013-11-07 20:49:38',11066,NULL),(11821,18,'[$]NO MALARIA PARASITES SEEN[/$],-,831ddc77ebf44d6697b322c71d84ae91739379db','',552,0,'2013-11-07 08:00:00',11066,NULL),(11822,9,'','',534,0,'2013-11-07 21:00:18',11067,NULL),(11823,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a682a572cc4252f8c668b6b90c9314f0cc91819b','',552,0,'2013-11-07 08:00:00',11067,NULL),(11824,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,fe3c5ba3cf9b0a7bd2b1c32871cad51f45ea05a7','',555,0,'2013-11-09 08:00:00',11068,NULL),(11825,134,'MODERATE,MANY,NOT SEEN,NOT SEEN,,fe3c5ba3cf9b0a7bd2b1c32871cad51f45ea05a7','',555,0,'2013-11-09 08:00:00',11068,NULL),(11826,226,'','',534,0,'2013-11-07 21:03:07',11070,NULL),(11827,9,'','',531,0,'2013-11-07 21:03:53',11071,NULL),(11828,19,'NEGATIVE,,f3081f3fea507e916c0a550269f12cdd486c70e5','',552,0,'2013-11-07 08:00:00',11071,NULL),(11829,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f3081f3fea507e916c0a550269f12cdd486c70e5','',552,0,'2013-11-07 08:00:00',11071,NULL),(11830,9,'','',534,0,'2013-11-07 21:11:31',11072,NULL),(11831,19,'NEGATIVE,,6c75417ccf985ae97a9d8d13eeee5ee2cf46b26f','',552,0,'2013-11-07 08:00:00',11072,NULL),(11832,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6c75417ccf985ae97a9d8d13eeee5ee2cf46b26f','',552,0,'2013-11-07 08:00:00',11072,NULL),(11833,22,'8,,497b0c43694ab5e6585f9fdf89ee347eee660dda','',541,0,'2013-11-07 21:13:53',11073,NULL),(11834,223,'','',534,0,'2013-11-07 21:16:17',11074,NULL),(11835,9,'','',531,0,'2013-11-07 21:21:05',11075,NULL),(11836,27,'NON-REACTIVE,-,NEGATIVE,6d676f448ce242c19a782f433c3f6f942d4f723d','',552,0,'2013-11-20 08:00:00',11075,NULL),(11837,20,'NEGATIVE,6d676f448ce242c19a782f433c3f6f942d4f723d','',552,0,'2013-11-20 08:00:00',11075,NULL),(11838,9,'','',531,0,'2013-11-07 21:23:36',11076,NULL),(11839,28,'NEGATIVE,[$]AC[/$],,ce4feb8ee4c42789db7b363f4f9d2ae2d222f424','',552,0,'2013-11-08 08:00:00',11076,NULL),(11840,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ce4feb8ee4c42789db7b363f4f9d2ae2d222f424','',552,0,'2013-11-07 08:00:00',11076,NULL),(11841,107,'1/20,1/20,ce4feb8ee4c42789db7b363f4f9d2ae2d222f424','',552,0,'2013-11-07 08:00:00',11078,NULL),(11842,9,'','',531,0,'2013-11-07 21:26:16',11079,NULL),(11843,16,'NEGATIVE,4c6605e7394d93386bc7af4de6088b5869cff853','',552,0,'2013-11-07 08:00:00',11081,NULL),(11844,14,'','',531,0,'2013-11-07 21:26:16',11084,NULL),(11845,9,'','',531,0,'2013-11-07 21:34:49',11085,NULL),(11846,19,'NEGATIVE,,f4e70fc2e892d4e374ca2a6f1476dc554fff708c','',552,0,'2013-11-07 08:00:00',11085,NULL),(11847,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f4e70fc2e892d4e374ca2a6f1476dc554fff708c','',552,0,'2013-11-07 08:00:00',11085,NULL),(11848,9,'','',531,0,'2013-11-07 21:39:30',11086,NULL),(11849,19,'NEGATIVE,,468e260aea1dcc36ca8fc1105528a6d7c25982eb','',552,0,'2013-11-07 08:00:00',11086,NULL),(11850,9,'','',531,0,'2013-11-07 21:40:57',11087,NULL),(11851,19,'NEGATIVE,,b85bb1cd0f828b95afea22ce3d63bb5a68be60f8','',552,0,'2013-11-07 08:00:00',11087,NULL),(11852,9,'','',531,0,'2013-11-07 21:43:27',11088,NULL),(11853,19,'','',531,0,'2013-11-07 21:43:27',11088,NULL),(11854,9,'','',531,0,'2013-11-07 21:46:05',11089,NULL),(11855,9,'','',531,0,'2013-11-07 22:00:37',11090,NULL),(11856,36,'No Bacteria Growth,##,##,,05cde96d4936127190b04579337cd25e20e1a50d','',534,0,'2013-11-07 08:00:00',11091,NULL),(11857,9,'','',531,0,'2013-11-07 22:16:50',11092,NULL),(11858,19,'NEGATIVE,,a94923009605b5bbba54e82e174be11acf75f67d','',552,0,'2013-11-07 08:00:00',11092,NULL),(11859,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a94923009605b5bbba54e82e174be11acf75f67d','',552,0,'2013-11-07 08:00:00',11092,NULL),(11860,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a94923009605b5bbba54e82e174be11acf75f67d',', ',552,0,'2013-11-07 08:00:00',11094,NULL),(11861,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,1edf8a21616ba99d0d372492246bd928b00caac3','',534,0,'2013-11-07 08:00:00',11095,NULL),(11862,36,'Escherichia coli,##,##,,1edf8a21616ba99d0d372492246bd928b00caac3','',534,0,'2013-11-07 08:00:00',11095,NULL),(11863,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,60b1ab1956548580cf348cc2dd382220d96522e7','',552,0,'2013-11-07 08:00:00',11096,NULL),(11864,68,'','',531,0,'2013-11-07 22:40:10',11097,NULL),(11865,135,'[$]\nCANDIDA SPP. ISOLATED\n[/$],##,##,,ca397e47fa70045b0f3514c9c3c71ee395fccde6','',555,0,'2013-11-09 08:00:00',11099,NULL),(11866,134,'FEW,FEW,NOT SEEN,NOT SEEN,,ca397e47fa70045b0f3514c9c3c71ee395fccde6','',555,0,'2013-11-09 08:00:00',11099,NULL),(11867,223,'[$][/$],3a4470205875aa875a9e979c51cb6754294bb2e2','',552,0,'2013-11-07 08:00:00',11100,NULL),(11868,25,'NO DEFECT,,3a4470205875aa875a9e979c51cb6754294bb2e2','',552,0,'2013-11-07 08:00:00',11100,NULL),(11869,24,'','',531,0,'2013-11-07 22:48:57',11100,NULL),(11870,9,'','',531,0,'2013-11-07 22:51:49',11101,NULL),(11871,19,'NEGATIVE,,6bd356535873498c61af7daf74c42cc221f3fe52','',552,0,'2013-11-07 08:00:00',11101,NULL),(11872,57,'','',534,0,'2013-11-07 23:02:39',11102,NULL),(11873,133,'','',534,0,'2013-11-07 23:02:39',11102,NULL),(11874,56,'','',534,0,'2013-11-07 23:02:39',11102,NULL),(11875,37,'','',534,0,'2013-11-07 23:02:40',11104,NULL),(11876,9,'','',531,0,'2013-11-07 23:02:46',11105,NULL),(11877,19,'NEGATIVE,,0c4165e09032f3d463ef836d2a3a8614f209fc5a','',552,0,'2013-11-07 08:00:00',11105,NULL),(11878,37,'BROWN,SEMI FORMED,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,present (+),Not Seen,,0c4165e09032f3d463ef836d2a3a8614f209fc5a','',552,0,'2013-11-07 08:00:00',11107,NULL),(11879,105,'RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,bd9f3c47d88e3b34df02ed10a5620394f8783263','AMPICILLIN:RESISTANT',504,0,'2013-11-08 19:19:15',11108,NULL),(11880,36,'Coliforms,##,##,,bd9f3c47d88e3b34df02ed10a5620394f8783263','AMPICILLIN:RESISTANTISOLATES:Coliforms',504,0,'2013-11-08 19:19:15',11108,NULL),(11881,9,'','',531,0,'2013-11-07 23:10:51',11109,NULL),(11882,19,'NEGATIVE,,218250025ff449bc4e69c7f67e5f56517de1b269','',552,0,'2013-11-07 08:00:00',11109,NULL),(11883,18,'[$]NO MALARIA PARASITES SEEN[/$],-,218250025ff449bc4e69c7f67e5f56517de1b269','',552,0,'2013-11-07 08:00:00',11109,NULL),(11884,35,'HAZY,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,218250025ff449bc4e69c7f',', ',552,0,'2013-11-07 08:00:00',11111,NULL),(11885,9,'','',531,0,'2013-11-07 23:16:07',11112,NULL),(11886,57,'','',531,0,'2013-11-07 23:16:07',11114,NULL),(11887,133,'','',531,0,'2013-11-07 23:16:07',11114,NULL),(11888,131,'','',531,0,'2013-11-07 23:16:07',11114,NULL),(11889,56,'','',531,0,'2013-11-07 23:16:07',11114,NULL),(11890,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,512e91cdda3b8d5c42120dd0',', ',552,0,'2013-11-07 08:00:00',11117,NULL),(11891,9,'','',531,0,'2013-11-07 23:20:19',11118,NULL),(11892,19,'NEGATIVE,,9828ee1187fea2dea87a6ba5fc18982c684b6ce5','',552,0,'2013-11-07 08:00:00',11118,NULL),(11893,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9828ee1187fea2dea87a6ba5fc18982c684b6ce5','',552,0,'2013-11-07 08:00:00',11118,NULL),(11894,9,'','',534,0,'2013-11-07 23:29:26',11119,NULL),(11895,19,'NEGATIVE,,a6f5e2d088afcc75031f9f1dd213b20b20b32b5a','',534,0,'2013-11-07 08:00:00',11119,NULL),(11896,22,'54,5fdf9f2e641400bbb456a749fae4e343a933b82f','',552,0,'2013-11-07 08:00:00',11120,NULL),(11897,9,'','',531,0,'2013-11-07 23:59:40',11121,NULL),(11898,18,'[$]NO MALARIA PARASITES SEEN[/$],-,afb2ea851d9ced0003fefd00432e111188ec435c','',552,0,'2013-11-07 08:00:00',11121,NULL),(11899,207,'NEGATIVE,adc76738906857de3b0a3fd46608043f73a26347','',534,0,'2013-11-15 08:00:00',11122,NULL),(11900,57,'','',534,0,'2013-11-08 00:42:43',11123,NULL),(11901,133,'','',534,0,'2013-11-08 00:42:43',11123,NULL),(11902,56,'','',534,0,'2013-11-08 00:42:43',11123,NULL),(11903,97,'','',531,0,'2013-11-08 00:55:08',11124,NULL),(11904,9,'','',531,0,'2013-11-08 00:59:40',11125,NULL),(11905,19,'NEGATIVE,,22e4d185283eaa62cd78b0802ded1da1cae192f0','',552,0,'2013-11-07 08:00:00',11125,NULL),(11906,18,'[$]NO MALARIA PARASITES SEEN[/$],-,22e4d185283eaa62cd78b0802ded1da1cae192f0','',552,0,'2013-11-07 08:00:00',11125,NULL),(11907,9,'','',531,0,'2013-11-08 01:09:26',11126,NULL),(11908,70,'','',531,0,'2013-11-08 01:09:26',11126,NULL),(11909,132,'','',531,0,'2013-11-08 01:09:27',11128,NULL),(11910,135,'[$]\nNO PATHOGEN ISOLATED \n[/$],##,##,,60624cd94a47bfea2a67268b437a0a5ff32692c6','',555,0,'2013-11-09 08:00:00',11131,NULL),(11911,22,'34,82a2d86ae212f5858008a6d2ff52d47500d64141','',552,0,'2013-11-07 08:00:00',11132,NULL),(11912,9,'','',531,0,'2013-11-08 01:29:48',11132,NULL),(11913,27,'NON-REACTIVE,-,NEGATIVE,,82a2d86ae212f5858008a6d2ff52d47500d64141','',552,0,'2013-11-07 08:00:00',11132,NULL),(11914,21,'O,NEGATIVE,f15ebf6e827ebf33c8d686b3ae8bbd00d8ad32c1','',552,0,'2013-11-07 08:00:00',11133,NULL),(11915,68,'4.6,-,-,,f15ebf6e827ebf33c8d686b3ae8bbd00d8ad32c1','NON DIABETIC, ',537,0,'2013-11-08 08:00:00',11133,NULL),(11916,20,'NEGATIVE,f15ebf6e827ebf33c8d686b3ae8bbd00d8ad32c1','',537,0,'2013-11-08 08:00:00',11133,NULL),(11917,35,'CLEAR,LIGHT AMBER,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,1,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,NOT SEEN,f15ebf6e827ebf33c',', ',552,0,'2013-11-07 08:00:00',11135,NULL),(11918,22,'36,71e6531b9ceab0a3cf3fa90b0b244db930076a86','',552,0,'2013-11-07 08:00:00',11136,NULL),(11919,9,'','',531,0,'2013-11-08 01:38:06',11136,NULL),(11920,18,'[$]NO MALARIA PARASITES SEEN[/$],-,71e6531b9ceab0a3cf3fa90b0b244db930076a86','',552,0,'2013-11-07 08:00:00',11136,NULL),(11921,9,'','',531,0,'2013-11-08 01:40:50',11137,NULL),(11922,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,1b652884cdfebb215e90',', , RBC\'S HAEMOLYSED',552,0,'2013-11-07 08:00:00',11139,NULL),(11923,112,'NEGATIVE,,5859237af55669b5a3a1e2040169c39f495b3b24','',552,0,'2013-11-07 08:00:00',11140,NULL),(11924,117,'NEGATIVE,5859237af55669b5a3a1e2040169c39f495b3b24','',552,0,'2013-11-07 08:00:00',11140,NULL),(11925,107,'1/20,1/20,5859237af55669b5a3a1e2040169c39f495b3b24','',552,0,'2013-11-07 08:00:00',11140,NULL),(11926,21,'A,POSITIVE,26fca7d77df58d450860aea01f936e47d4271958','',552,0,'2013-11-07 08:00:00',11141,NULL),(11927,19,'NEGATIVE,,26fca7d77df58d450860aea01f936e47d4271958','',552,0,'2013-11-07 08:00:00',11141,NULL),(11928,20,'POSITIVE,26fca7d77df58d450860aea01f936e47d4271958','',552,0,'2013-11-07 08:00:00',11141,NULL),(11929,9,'','',531,0,'2013-11-08 02:31:03',11142,NULL),(11930,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e4865a1842bc5595d01ca060b9401a2cb1b90009','',552,0,'2013-11-07 08:00:00',11142,NULL),(11931,223,'','',531,0,'2013-11-08 02:34:25',11143,NULL),(11932,9,'','',531,0,'2013-11-08 02:38:43',11144,NULL),(11933,9,'','',531,0,'2013-11-08 02:41:21',11145,NULL),(11934,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,20,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,3f0a68663cbfd0d6ed553b4e',', ',552,0,'2013-11-07 08:00:00',11147,NULL),(11935,9,'','',531,0,'2013-11-08 02:45:19',11148,NULL),(11936,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5e88070671fd0d143691f02c590485321fbc0e98','',552,0,'2013-11-07 08:00:00',11148,NULL),(11937,35,'CLOUDY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,TRACE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,>30,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,5e88070671fd0d143691f02c5',', ',552,0,'2013-11-07 08:00:00',11150,NULL),(11938,9,'','',531,0,'2013-11-08 03:18:59',11151,NULL),(11939,222,'5.4,4.55,13.9,41.0,90.1,30.5,30.5,74,10.4,2.8,86.8,0.6,0.2,4.6,12.6,11.2,,d949f9ae7fa53bb65d15b281ab5bf4b4f048e761','',552,0,'2013-11-07 08:00:00',11152,NULL),(11940,18,'[$]MALARIA PARASITES PRESENT(+)[/$],TROPHOZOITES,d949f9ae7fa53bb65d15b281ab5bf4b4f048e761','',552,0,'2013-11-07 08:00:00',11152,NULL),(11941,107,'1/20,1/20,d949f9ae7fa53bb65d15b281ab5bf4b4f048e761','',552,0,'2013-11-07 08:00:00',11154,NULL),(11942,27,'NON-REACTIVE,-,NEGATIVE,,39be1e4b13899fc116592adc577be3a543cd6b8f','',537,0,'2013-11-08 08:00:00',11155,NULL),(11943,36,'No Bacteria Growth,##,##,,4f8c52392a5e84145d12416a53a4f420fe1a02c6','',555,0,'2013-11-09 08:00:00',11156,NULL),(11944,222,'9.5,4.57,11.3,34.0,74.4,24.7,33.2,256,54.1,12.2,33.7,5.1,1.2,3.2,14.3,8.9,,3bcf3a27136803c37687e5898a9b6c78a736307f','',552,0,'2013-11-07 08:00:00',11157,NULL),(11945,19,'NEGATIVE,,3bcf3a27136803c37687e5898a9b6c78a736307f','',552,0,'2013-11-07 08:00:00',11157,NULL),(11946,18,'[$]NO MALARIA PARASITES SEEN[/$],-,26fca7d77df58d450860aea01f936e47d4271958','',552,0,'2013-11-07 08:00:00',11158,NULL),(11947,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,28,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,86460343fa2d9cf7a3e9e05a','',555,0,'2013-11-08 08:00:00',11159,NULL),(11948,57,'','',530,0,'2013-11-08 07:29:40',11160,NULL),(11949,133,'','',530,0,'2013-11-08 07:29:40',11160,NULL),(11950,56,'','',530,0,'2013-11-08 07:29:40',11160,NULL),(11951,222,'11.1,4.26,11.7,36.6,85.2,27.5,32.2,365,20.7,2.9,76.4,2.3,0.3,8.5,14.5,9.6,,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',557,0,'2013-11-08 08:00:00',11161,NULL),(11952,19,'NEGATIVE,,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',557,0,'2013-11-08 08:00:00',11161,NULL),(11953,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',557,0,'2013-11-08 08:00:00',11161,NULL),(11954,57,'','',530,0,'2013-11-08 07:48:10',11163,NULL),(11955,133,'','',530,0,'2013-11-08 07:48:10',11163,NULL),(11956,56,'','',530,0,'2013-11-08 07:48:10',11163,NULL),(11957,107,'1/20,1/20,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',557,0,'2013-11-08 08:00:00',11163,NULL),(11958,57,'','',530,0,'2013-11-08 14:08:37',11164,NULL),(11959,133,'','',530,0,'2013-11-08 14:08:37',11164,NULL),(11960,132,'','',530,0,'2013-11-08 14:08:37',11164,NULL),(11961,68,'','',530,0,'2013-11-08 14:08:37',11166,NULL),(11962,222,'','',530,0,'2013-11-08 14:08:37',11166,NULL),(11963,128,'','',530,0,'2013-11-08 14:22:46',11167,NULL),(11964,130,'','',530,0,'2013-11-08 14:22:46',11167,NULL),(11965,131,'','',530,0,'2013-11-08 14:22:46',11167,NULL),(11966,132,'','',530,0,'2013-11-08 14:22:46',11167,NULL),(11967,132,'','',530,0,'2013-11-08 14:27:29',11168,NULL),(11968,68,'','',530,0,'2013-11-08 14:27:30',11170,NULL),(11969,222,'','',546,0,'2013-11-08 14:44:24',11171,NULL),(11970,19,'NEGATIVE,,7e86bf3a640093c04e986b460e99adf6747ea637','',537,0,'2013-11-08 08:00:00',11171,NULL),(11971,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7e86bf3a640093c04e986b460e99adf6747ea637','',537,0,'2013-11-08 08:00:00',11171,NULL),(11972,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,7e86bf3a640093c04e986b46','',555,0,'2013-11-08 08:00:00',11173,NULL),(11973,68,'15.9,POSITIVE (+++),NEGATIVE,,a2eae5dd44a3f35e82f1d38e27c19c8ac05e3686','',535,0,'2013-11-08 08:00:00',11174,NULL),(11974,227,'6.9,NEGATIVE,NEGATIVE,c9b5a66623765475c31ba2a0dd0101d4178c76ff','',555,0,'2013-11-08 08:00:00',11175,NULL),(11975,68,'4.4,NEGATIVE,NEGATIVE,,c9b5a66623765475c31ba2a0dd0101d4178c76ff','NON DIABETIC, ',555,0,'2013-11-08 08:00:00',11175,NULL),(11976,77,'[$][/$],c9b5a66623765475c31ba2a0dd0101d4178c76ff','',555,0,'2013-11-08 08:00:00',11175,NULL),(11977,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,5fe6d14be7d9bfce3d052e8378bfb41db00c528c','',555,0,'2013-11-08 08:00:00',11176,NULL),(11978,68,'','',531,0,'2013-11-08 15:53:38',11177,NULL),(11979,19,'NEGATIVE,,b03c99acdffb6cbff40b8f26c43aca82a6d1825d','',537,0,'2013-11-08 08:00:00',11177,NULL),(11980,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Yeast - like cells,Not Seen,Not Seen,,b03c99acdffb6cbff40b8f26c43aca82a6d1825d','',555,0,'2013-11-08 08:00:00',11179,NULL),(11981,22,'40,53b7b579ac435fa3f257bb52731ddeca9e100ad0','',537,0,'2013-11-08 08:00:00',11180,NULL),(11982,9,'','',531,0,'2013-11-08 16:06:44',11180,NULL),(11983,57,'','',531,0,'2013-11-08 16:06:44',11182,NULL),(11984,133,'','',531,0,'2013-11-08 16:06:44',11182,NULL),(11985,132,'','',531,0,'2013-11-08 16:06:44',11182,NULL),(11986,56,'','',531,0,'2013-11-08 16:06:44',11182,NULL),(11987,21,'O,POSITIVE,0ccc5c8f33d036d7cb7587ffb492691558e28690','',537,0,'2013-11-08 08:00:00',11183,NULL),(11988,68,'4.7,-,-,,0ccc5c8f33d036d7cb7587ffb492691558e28690','NON DIABETIC, ',537,0,'2013-11-11 08:00:00',11183,NULL),(11989,9,'','',531,0,'2013-11-08 16:13:24',11183,NULL),(11990,223,'[$][/$],0ccc5c8f33d036d7cb7587ffb492691558e28690','',537,0,'2013-11-08 08:00:00',11183,NULL),(11991,77,'[$][/$],0ccc5c8f33d036d7cb7587ffb492691558e28690','',537,0,'2013-11-08 08:00:00',11183,NULL),(11992,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,c2d3f276e7edc588856708de','',555,0,'2013-11-08 08:00:00',11184,NULL),(11993,21,'O,POSITIVE,738745468123773de1525227b325d520a7584fe7','',537,0,'2013-11-08 08:00:00',11185,NULL),(11994,68,'','',531,0,'2013-11-08 16:16:39',11185,NULL),(11995,9,'','',531,0,'2013-11-08 16:16:39',11185,NULL),(11996,18,'[$]NO MALARIA PARASITE SEEN[/$],-,738745468123773de1525227b325d520a7584fe7','',537,0,'2013-11-08 08:00:00',11185,NULL),(11997,20,'POSITIVE,738745468123773de1525227b325d520a7584fe7','',537,0,'2013-11-08 08:00:00',11185,NULL),(11998,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,738745468123773de1525227b325d520a7584fe7','',555,0,'2013-11-08 08:00:00',11187,NULL),(11999,9,'','',531,0,'2013-11-08 16:19:34',11188,NULL),(12000,130,'','',531,0,'2013-11-08 16:19:34',11190,NULL),(12001,131,'','',531,0,'2013-11-08 16:19:34',11190,NULL),(12002,132,'','',531,0,'2013-11-08 16:19:34',11190,NULL),(12003,9,'','',531,0,'2013-11-08 16:22:24',11191,NULL),(12004,19,'NEGATIVE,,0a1b497756ecd45f6cbeeae6ffc5003dd0de59fb','',537,0,'2013-11-08 08:00:00',11191,NULL),(12005,130,'','',531,0,'2013-11-08 16:22:24',11193,NULL),(12006,131,'','',531,0,'2013-11-08 16:22:24',11193,NULL),(12007,132,'','',531,0,'2013-11-08 16:22:24',11193,NULL),(12008,107,'1/20,1/20,0a1b497756ecd45f6cbeeae6ffc5003dd0de59fb','',537,0,'2013-11-08 08:00:00',11193,NULL),(12009,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0a1b497756ecd45f6cbeeae6ffc5003dd0de59fb','',537,0,'2013-11-08 08:00:00',11196,NULL),(12010,9,'','',531,0,'2013-11-08 16:51:30',11197,NULL),(12011,70,'5.1,,bcfe26d66c6a08f76b6cf3c0a94dd80eb56bd40a','',555,0,'2013-11-08 08:00:00',11197,NULL),(12012,108,'NON - REACTIVE,bcfe26d66c6a08f76b6cf3c0a94dd80eb56bd40a','',555,0,'2013-11-08 08:00:00',11199,NULL),(12013,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bcfe26d66c6a08f76b6cf3c0a94dd80eb56bd40a','',555,0,'2013-11-08 08:00:00',11202,NULL),(12014,223,'','',531,0,'2013-11-08 17:00:00',11203,NULL),(12015,57,'','',531,0,'2013-11-08 17:03:51',11204,NULL),(12016,133,'','',531,0,'2013-11-08 17:03:51',11204,NULL),(12017,131,'','',531,0,'2013-11-08 17:03:51',11204,NULL),(12018,56,'','',531,0,'2013-11-08 17:03:51',11204,NULL),(12019,65,'','',531,0,'2013-11-08 17:03:51',11204,NULL),(12020,6,'1.50,b9c3bc2d7de5fbbd9274a2c7a9852411bd9a9dd9','',534,0,'2013-11-12 08:00:00',11206,NULL),(12021,9,'','',531,0,'2013-11-08 17:05:44',11207,NULL),(12022,19,'NEGATIVE,,96a76c7bceb33fa0fa1007af98fbc312aa87570a','',537,0,'2013-11-08 08:00:00',11207,NULL),(12023,21,'B,POSITIVE,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11208,NULL),(12024,9,'','',531,0,'2013-11-08 17:08:55',11208,NULL),(12025,25,'NO DEFECT,,275875506f1a72e945673bfdaeb065e556539587','',552,0,'2013-11-11 08:00:00',11208,NULL),(12026,27,'NON-REACTIVE,-,NEGATIVE,,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11208,NULL),(12027,18,'[$]NO MALARIA PARASITE SEEN[/$],-,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11208,NULL),(12028,218,'4.8,NEGATIVE,8.9,POSITIVE (+),8.0,POSITIVE (+),4.0,TRACE,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11208,NULL),(12029,20,'NEGATIVE,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11208,NULL),(12030,112,'NEGATIVE,,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11210,NULL),(12031,108,'NON - REACTIVE,275875506f1a72e945673bfdaeb065e556539587','',537,0,'2013-11-11 08:00:00',11210,NULL),(12032,35,'HAZY,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,20,>30,0,NOT SEEN,PRESENT ,,,,,,,,,,,,,,,,,,,,,,,,,,(+++),NOT SEEN,2758','',550,0,'2013-11-11 08:00:00',11213,NULL),(12033,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,275875506f1a72e945673bfdaeb065e556539587','',550,0,'2013-11-11 08:00:00',11217,NULL),(12034,227,'4.7,NEGATIVE,NEGATIVE,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',555,0,'2013-11-08 08:00:00',11218,NULL),(12035,21,'O,POSITIVE,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',537,0,'2013-11-08 08:00:00',11218,NULL),(12036,68,'3.9,NEGATIVE,NEGATIVE,,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',555,0,'2013-11-08 08:00:00',11218,NULL),(12037,9,'','',531,0,'2013-11-08 17:20:22',11218,NULL),(12038,25,'NO DEFECT,,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',552,0,'2013-11-08 08:00:00',11218,NULL),(12039,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',537,0,'2013-11-08 08:00:00',11218,NULL),(12040,112,'NEGATIVE,,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',537,0,'2013-11-08 08:00:00',11220,NULL),(12041,108,'NON - REACTIVE,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',537,0,'2013-11-08 08:00:00',11220,NULL),(12042,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',555,0,'2013-11-11 08:00:00',11223,NULL),(12043,35,'HAZY,AMBER,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d0f42e909689ae7c806eebe256a7caf79b8c31fe',', ',535,0,'2013-11-10 08:00:00',11227,NULL),(12044,68,'','',531,0,'2013-11-08 17:24:27',11228,NULL),(12045,77,'','',531,0,'2013-11-08 17:24:27',11228,NULL),(12046,132,'','',531,0,'2013-11-08 17:24:27',11230,NULL),(12047,9,'','',531,0,'2013-11-08 17:28:20',11231,NULL),(12048,108,'NON - REACTIVE,4cb399cf6841cd5cac4ce72184ad183f575dcce8','',555,0,'2013-11-08 08:00:00',11233,NULL),(12049,36,'No Significant Bacteria Growth,##,##,,4cb399cf6841cd5cac4ce72184ad183f575dcce8','',534,0,'2013-11-12 08:00:00',11236,NULL),(12050,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),20,6,0,AMORPHOUS PHOSPHAT,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,E (++),NOT S','',555,0,'2013-11-08 08:00:00',11236,NULL),(12051,216,'[$][/$],4cb399cf6841cd5cac4ce72184ad183f575dcce8','',555,0,'2013-11-08 08:00:00',11240,NULL),(12052,123,'[$]NO GRAM NEGATIVE INTRACELLULAR DIPLOCOCCI SEEN[/$],4cb399cf6841cd5cac4ce72184ad183f575dcce8','',555,0,'2013-11-08 08:00:00',11240,NULL),(12053,9,'','',531,0,'2013-11-08 17:35:52',11241,NULL),(12054,57,'','',531,0,'2013-11-08 17:35:52',11243,NULL),(12055,133,'','',531,0,'2013-11-08 17:35:52',11243,NULL),(12056,131,'','',531,0,'2013-11-08 17:35:52',11243,NULL),(12057,56,'','',531,0,'2013-11-08 17:35:52',11243,NULL),(12058,9,'','',531,0,'2013-11-08 17:37:52',11244,NULL),(12059,19,'NEGATIVE,,299effb3a6c4bafd491018229bee5f21c88bb043','',537,0,'2013-11-08 08:00:00',11244,NULL),(12060,130,'','',531,0,'2013-11-08 17:39:41',11245,NULL),(12061,131,'','',531,0,'2013-11-08 17:39:41',11245,NULL),(12062,132,'','',531,0,'2013-11-08 17:39:41',11245,NULL),(12063,70,'','',531,0,'2013-11-08 17:39:41',11245,NULL),(12064,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,PRESENT (++),NOT,,,,,,,,,,,,,,,,,, SEEN,1c03afc6469d22639ae0','',555,0,'2013-11-08 08:00:00',11246,NULL),(12065,68,'','',531,0,'2013-11-08 17:45:23',11247,NULL),(12066,36,'No Bacteria Growth,##,##,,cc22bb2384eb0bd5e449f26d022325ccae5f9d9a','',535,0,'2013-11-10 08:00:00',11248,NULL),(12067,35,'CLEAR,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cc22bb2384eb0bd5e449f26d022325ccae5f9d9a','',535,0,'2013-11-10 08:00:00',11248,NULL),(12068,9,'','',531,0,'2013-11-08 17:57:32',11249,NULL),(12069,19,'NEGATIVE,,83dec5d466a11c2b40c4b6ca2044556d2cfa1c82','',537,0,'2013-11-08 08:00:00',11249,NULL),(12070,92,'4.2,83dec5d466a11c2b40c4b6ca2044556d2cfa1c82','',534,0,'2013-11-11 08:00:00',11251,NULL),(12071,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,83dec5d466a11c2b40c4b6ca2044556d2cfa1c82','',537,0,'2013-11-08 08:00:00',11254,NULL),(12072,27,'NON-REACTIVE,-,NEGATIVE,,d875392f8e4e5b61257d630013f10caf11e85c37','',537,0,'2013-11-08 08:00:00',11255,NULL),(12073,9,'','',531,0,'2013-11-08 18:05:15',11256,NULL),(12074,71,'POSITIVE,,5d7e3a11349532f077454568ebf2393e525b32f0','',555,0,'2013-11-08 08:00:00',11258,NULL),(12075,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,5d7e3a11349532f077454568e','',555,0,'2013-11-08 08:00:00',11258,NULL),(12076,83,'','',531,0,'2013-11-08 18:12:56',11259,NULL),(12077,92,'0.0,e916ec78455a6199a71e5f3f28f6913768e24b3b','',534,0,'2013-11-11 08:00:00',11260,NULL),(12078,57,'','',531,0,'2013-11-08 18:33:41',11261,NULL),(12079,133,'','',531,0,'2013-11-08 18:33:41',11261,NULL),(12080,56,'','',531,0,'2013-11-08 18:33:41',11261,NULL),(12081,9,'','',531,0,'2013-11-08 19:00:00',11262,NULL),(12082,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3f6e7bd966ed20afb71ee60a120c9dfa3526d778','',537,0,'2013-11-08 08:00:00',11262,NULL),(12083,78,'','',531,0,'2013-11-08 19:00:00',11264,NULL),(12084,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),3f6e7bd966ed20afb71ee60a120c9dfa3526d778','',555,0,'2013-11-08 08:00:00',11264,NULL),(12085,6,'0.20,3f6e7bd966ed20afb71ee60a120c9dfa3526d778','',534,0,'2013-11-11 08:00:00',11267,NULL),(12086,93,'< 0.05,3f6e7bd966ed20afb71ee60a120c9dfa3526d778','',534,0,'2013-11-11 08:00:00',11267,NULL),(12087,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3f6e7bd966ed20afb71ee60a120c9dfa3526d778','',555,0,'2013-11-08 08:00:00',11271,NULL),(12088,36,'No Bacteria Growth,##,##,,4f8767b408f2b4b255e103a58979dd48447fdf5c','',535,0,'2013-11-12 08:00:00',11272,NULL),(12089,35,'CLEAR,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,N,4f8767b408f2b4b255e103a589',', ',535,0,'2013-11-12 08:00:00',11272,NULL),(12090,97,'','',531,0,'2013-11-08 19:11:02',11273,NULL),(12091,113,'NEGATIVE,7.60,,b5b6db393377122f1e7dac1d77f1de5561244bc6','',534,0,'2013-11-12 08:00:00',11274,NULL),(12092,112,'NEGATIVE,,b5b6db393377122f1e7dac1d77f1de5561244bc6','',555,0,'2013-11-08 08:00:00',11274,NULL),(12093,132,'','',531,0,'2013-11-08 19:17:10',11274,NULL),(12094,39,'[$]NEGATIVE[/$],,b5b6db393377122f1e7dac1d77f1de5561244bc6','',541,0,'2013-11-12 08:00:00',11276,NULL),(12095,9,'','',531,0,'2013-11-08 19:22:35',11277,NULL),(12096,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2c714b9cedd278e30921edf3c71a63ad614f4b0b','',552,0,'2013-11-08 08:00:00',11277,NULL),(12097,9,'','',531,0,'2013-11-08 19:26:47',11278,NULL),(12098,128,'','',531,0,'2013-11-08 19:26:48',11280,NULL),(12099,9,'','',531,0,'2013-11-08 19:28:59',11281,NULL),(12100,223,'','',531,0,'2013-11-08 19:28:59',11281,NULL),(12101,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,4,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,dbebfb95f','',555,0,'2013-11-08 08:00:00',11283,NULL),(12102,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,dbebfb95f76fd5d2db26487c8b0575fde3daa917','',555,0,'2013-11-08 08:00:00',11286,NULL),(12103,10,'NEGATIVE,fcd13458ee24dfe0258828af9034b4559d8acf42','',504,0,'2013-11-08 08:00:00',11287,NULL),(12104,131,'','',504,0,'2013-11-08 19:29:55',11287,NULL),(12105,18,'[$]NO MALARIA PARASITE SEEN[/$],-,63a5fee0a1ec70b5b1d04ba325bf1f4135000f16','',537,0,'2013-11-08 08:00:00',11288,NULL),(12106,9,'','',531,0,'2013-11-08 19:44:28',11289,NULL),(12107,1,'NEGATIVE,,880ba0402d7c51cb068ccd4db3efa256ace98702','',537,0,'2013-11-08 19:48:11',11290,NULL),(12108,22,'43,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',555,0,'2013-11-08 08:00:00',11291,NULL),(12109,9,'','',531,0,'2013-11-08 19:53:10',11291,NULL),(12110,19,'NEGATIVE,,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',555,0,'2013-11-08 08:00:00',11291,NULL),(12111,18,'[$]NO MALARIA PARASITE SEEN[/$],-,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',555,0,'2013-11-08 08:00:00',11291,NULL),(12112,16,'NEGATIVE,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',555,0,'2013-11-08 08:00:00',11293,NULL),(12113,107,'1/20,1/20,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',555,0,'2013-11-08 08:00:00',11293,NULL),(12114,35,'CLEAR,LIGHT AMBER,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,09fc2c4aeff8c4ad8dc21ed8','',555,0,'2013-11-08 08:00:00',11296,NULL),(12115,14,'NEGATIVE,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',555,0,'2013-11-09 08:00:00',11300,NULL),(12116,66,'','',531,0,'2013-11-08 19:58:31',11301,NULL),(12117,9,'','',531,0,'2013-11-08 20:04:05',11302,NULL),(12118,37,'','',531,0,'2013-11-08 20:05:38',11303,NULL),(12119,9,'','',531,0,'2013-11-08 20:08:33',11304,NULL),(12120,19,'NEGATIVE,,43f7ad933c12c5e5b1cadaf3c1222409bb878265','',555,0,'2013-11-08 08:00:00',11304,NULL),(12121,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,,,, SEEN,43f7ad933c12c5e5b1ca','',555,0,'2013-11-08 08:00:00',11306,NULL),(12122,114,'','',504,0,'2013-11-08 20:13:07',11307,NULL),(12123,116,'','',504,0,'2013-11-08 20:13:07',11307,NULL),(12124,115,'','',504,0,'2013-11-08 20:13:07',11307,NULL),(12125,113,'','',504,0,'2013-11-08 20:13:07',11307,NULL),(12126,112,'','',504,0,'2013-11-08 20:13:07',11307,NULL),(12127,10,'','',504,0,'2013-11-08 20:13:07',11307,NULL),(12128,9,'','',531,0,'2013-11-08 20:13:56',11308,NULL),(12129,19,'NEGATIVE,,d7ca5e5fdd4d01a4af0753e34f46de80508531c0','',555,0,'2013-11-08 08:00:00',11308,NULL),(12130,114,'','',504,0,'2013-11-08 20:17:24',11309,NULL),(12131,116,'','',504,0,'2013-11-08 20:17:24',11309,NULL),(12132,115,'','',504,0,'2013-11-08 20:17:24',11309,NULL),(12133,113,'','',504,0,'2013-11-08 20:17:24',11309,NULL),(12134,112,'','',504,0,'2013-11-08 20:17:24',11309,NULL),(12135,10,'','',504,0,'2013-11-08 20:17:24',11309,NULL),(12136,9,'','',531,0,'2013-11-08 20:18:13',11310,NULL),(12137,114,'POSITIVE,c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12138,116,'POSITIVE,c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12139,115,'NEGATIVE,c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12140,113,'NEGATIVE,0.0,,c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12141,112,'POSITIVE,,c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12142,10,'NEGATIVE,c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12143,8,'[$]8369[/$],[$]1438[/$],[$][/$],c0140760d96de1b52c550419401b6de8d8c28369','',504,0,'2013-11-08 08:00:00',11311,NULL),(12144,9,'','',531,0,'2013-11-08 20:30:10',11312,NULL),(12145,199,'[$]COMMENSALS ONLY\n[/$],4ce9e457d5c702822cc308b7b44ee6b5ceb5e447','',535,0,'2013-11-10 08:00:00',11314,NULL),(12146,22,'13,9fe6015d6f9444a25fd9148d11bacd60f5764677','',552,0,'2013-11-08 08:00:00',11315,NULL),(12147,9,'','',531,0,'2013-11-08 20:33:00',11315,NULL),(12148,19,'NEGATIVE,,9fe6015d6f9444a25fd9148d11bacd60f5764677','',552,0,'2013-11-08 08:00:00',11315,NULL),(12149,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9fe6015d6f9444a25fd9148d11bacd60f5764677','',552,0,'2013-11-08 08:00:00',11315,NULL),(12150,130,'','',531,0,'2013-11-08 20:33:00',11317,NULL),(12151,35,'HAZY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9fe6015d6f9444a25fd9148d11bacd60f5764677','',555,0,'2013-11-08 08:00:00',11320,NULL),(12152,68,'5.9,-,-,,5053fbd5e43daf7f0a0be67635fe6ab3fd961d40','NON DIABETIC, ',541,0,'2013-11-09 08:00:00',11321,NULL),(12153,9,'','',531,0,'2013-11-08 20:49:51',11321,NULL),(12154,19,'NEGATIVE,,5053fbd5e43daf7f0a0be67635fe6ab3fd961d40','',537,0,'2013-11-08 08:00:00',11321,NULL),(12155,107,'1/20,1/20,5053fbd5e43daf7f0a0be67635fe6ab3fd961d40','',537,0,'2013-11-08 08:00:00',11323,NULL),(12156,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,cddb85709cca0296393bb1b070e4b000f3ec10e0','AMPICILLIN:RESISTANT, TETRACYCLINE:RESISTANT, COTRIMOXAZOLE:RESISTANT, CHLORAMPHENICOL:RESISTANT, CEFOTAXIME:RESISTANT, LEVOFLOXACIN:RESISTANT, CEFTIZOXIME:RESISTANT, OFLOXACIN:RESISTANT, CIPROFLOXACI',504,0,'2013-11-08 21:01:38',11324,NULL),(12157,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,cddb85709cca0296393bb1b070e4b000f3ec10e0','',555,0,'2013-11-08 08:00:00',11325,NULL),(12158,36,'Escherichia coli,##,##,,cddb85709cca0296393bb1b070e4b000f3ec10e0','',555,0,'2013-11-08 08:00:00',11325,NULL),(12159,68,'4.4,TRACE,-,,55768eadaf6fbec563d38ec88d2a8d59c888b645','NON DIABETIC, ',550,0,'2013-11-09 08:00:00',11326,NULL),(12160,9,'','',531,0,'2013-11-08 21:10:06',11326,NULL),(12161,27,'NON-REACTIVE,-,NEGATIVE,,55768eadaf6fbec563d38ec88d2a8d59c888b645','',537,0,'2013-11-08 08:00:00',11326,NULL),(12162,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dd633a9c39053b666e097909e6863ba16fed05c3',', ',550,0,'2013-11-08 08:00:00',11327,NULL),(12163,14,'NEGATIVE,dd633a9c39053b666e097909e6863ba16fed05c3','',550,0,'2013-11-08 08:00:00',11329,NULL),(12164,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,dd633a9c39053b666e097909e6863ba16fed05c3','',550,0,'2013-11-08 08:00:00',11329,NULL),(12165,16,'NEGATIVE,dd633a9c39053b666e097909e6863ba16fed05c3','',552,0,'2013-11-08 08:00:00',11332,NULL),(12166,22,'04,ecddd6cafcbd095c036888d4857f1a4905dd16cd','',552,0,'2013-11-08 08:00:00',11333,NULL),(12167,9,'','',531,0,'2013-11-08 21:51:56',11333,NULL),(12168,93,'','',531,0,'2013-11-08 21:56:19',11334,NULL),(12169,16,'NEGATIVE,012d47570413f7bb3683800a0a10fc8adf5b764a','',552,0,'2013-11-08 08:00:00',11336,NULL),(12170,14,'','',531,0,'2013-11-08 21:56:20',11339,NULL),(12171,36,'No Significant Bacteria Growth,##,##,,dbebfb95f76fd5d2db26487c8b0575fde3daa917','',535,0,'2013-11-10 08:00:00',11340,NULL),(12172,9,'','',531,0,'2013-11-08 22:24:14',11341,NULL),(12173,19,'NEGATIVE,,f0c0bd6264893a69bdba0260b12d2e1b8faf2233','',552,0,'2013-11-08 08:00:00',11341,NULL),(12174,9,'','',531,0,'2013-11-08 22:40:00',11342,NULL),(12175,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bb19aa58a95b332dfbe6cfdbd1e050abacbbb0f4','',552,0,'2013-11-08 08:00:00',11342,NULL),(12176,107,'1/20,1/20,bb19aa58a95b332dfbe6cfdbd1e050abacbbb0f4','',552,0,'2013-11-08 08:00:00',11344,NULL),(12177,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,28,2,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,bb19aa58a95b332dfbe6cfd',', ',552,0,'2013-11-08 08:00:00',11347,NULL),(12178,69,'NEGATIVE,,,012d47570413f7bb3683800a0a10fc8adf5b764a','RAPID TROPONIN I:NEGATIVE',552,0,'2013-11-08 22:51:03',11348,NULL),(12179,9,'','',535,0,'2013-11-08 22:52:44',11349,NULL),(12180,74,'','',535,0,'2013-11-08 22:52:45',11351,NULL),(12181,16,'NEGATIVE,cbb42a105a3cd26c38d24d9ca7d5e3120a11edd0','',550,0,'2013-11-08 08:00:00',11351,NULL),(12182,35,'CLEAR,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cbb42a105a3cd26c38d24d9ca7d5e3120a11edd0',', ',550,0,'2013-11-08 08:00:00',11354,NULL),(12183,14,'','',535,0,'2013-11-08 22:52:45',11358,NULL),(12184,69,'','',552,0,'2013-11-08 22:52:58',11359,NULL),(12185,69,'','',552,0,'2013-11-08 22:54:16',11360,NULL),(12186,36,'','',550,0,'2013-11-08 23:23:48',11361,NULL),(12187,9,'','',531,0,'2013-11-08 23:27:39',11362,NULL),(12188,112,'NEGATIVE,,67141121a72dc7630376419d56942cc3851bf260','',552,0,'2013-11-08 08:00:00',11364,NULL),(12189,36,'No Bacteria Growth,##,##,,67141121a72dc7630376419d56942cc3851bf260','',535,0,'2013-11-10 08:00:00',11367,NULL),(12190,35,'CLOUDY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,6714112',', ',550,0,'2013-11-08 08:00:00',11367,NULL),(12191,21,'A,POSITIVE,6bd356535873498c61af7daf74c42cc221f3fe52','',552,0,'2013-11-08 08:00:00',11368,NULL),(12192,9,'','',531,0,'2013-11-08 23:30:13',11368,NULL),(12193,28,'NEGATIVE,[$]AA[/$],,6bd356535873498c61af7daf74c42cc221f3fe52','',552,0,'2013-11-08 08:00:00',11368,NULL),(12194,27,'NON-REACTIVE,-,NEGATIVE,,6bd356535873498c61af7daf74c42cc221f3fe52','',552,0,'2013-11-08 08:00:00',11368,NULL),(12195,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED (+),>30,2,0,NOT SEEN,NOT,,,,,,,,,,,,,,,,,,,,,,,,,, SEEN,NOT SEEN,0ed1',', ',550,0,'2013-11-08 08:00:00',11369,NULL),(12196,105,'','',550,0,'2013-11-08 23:35:17',11370,NULL),(12197,27,'NON-REACTIVE,-,NEGATIVE,,9a28e9474ff9295680b72dc19da29ffe603a097d','',552,0,'2013-11-08 08:00:00',11371,NULL),(12198,108,'NON - REACTIVE,9a28e9474ff9295680b72dc19da29ffe603a097d','',552,0,'2013-11-08 08:00:00',11371,NULL),(12199,9,'','',531,0,'2013-11-08 23:50:44',11372,NULL),(12200,40,'[$][/$],##,##,,37781090768222abd6972a828be07d026137b95b','',552,0,'2013-11-08 08:00:00',11373,NULL),(12201,22,'48,37781090768222abd6972a828be07d026137b95b','',552,0,'2013-11-08 08:00:00',11373,NULL),(12202,9,'','',531,0,'2013-11-09 00:40:46',11373,NULL),(12203,19,'NEGATIVE,,37781090768222abd6972a828be07d026137b95b','',552,0,'2013-11-08 08:00:00',11373,NULL),(12204,18,'[$]NO MALARIA PARASITES SEEN[/$],-,37781090768222abd6972a828be07d026137b95b','',552,0,'2013-11-08 08:00:00',11373,NULL),(12205,16,'POSITIVE,37781090768222abd6972a828be07d026137b95b','',552,0,'2013-11-08 08:00:00',11375,NULL),(12206,130,'','',531,0,'2013-11-09 00:40:46',11375,NULL),(12207,131,'','',531,0,'2013-11-09 00:40:46',11375,NULL),(12208,107,'1/20,1/160,37781090768222abd6972a828be07d026137b95b','',552,0,'2013-11-08 08:00:00',11375,NULL),(12209,14,'','',531,0,'2013-11-09 00:40:46',11378,NULL),(12210,38,'[$]No Salmonellae or Shigellae isolated[/$],##,##,,37781090768222abd6972a828be07d026137b95b','',534,0,'2013-11-11 08:00:00',11378,NULL),(12211,36,'No Significant Bacteria Growth,##,##,,37781090768222abd6972a828be07d026137b95b','',535,0,'2013-11-10 08:00:00',11382,NULL),(12212,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,37781090768222abd6972a828',', ',552,0,'2013-11-08 08:00:00',11382,NULL),(12213,36,'','',552,0,'2013-11-09 00:44:17',11383,NULL),(12214,36,'','',552,0,'2013-11-09 00:45:56',11384,NULL),(12215,112,'NEGATIVE,,bb19aa58a95b332dfbe6cfdbd1e050abacbbb0f4','',552,0,'2013-11-08 08:00:00',11385,NULL),(12216,108,'NON - REACTIVE,,7ebf96fc88cfc25380b6eb4011a6ea1e422ef312','',552,0,'2013-11-09 01:29:11',11386,NULL),(12217,9,'','',531,0,'2013-11-09 01:53:08',11387,NULL),(12218,19,'NEGATIVE,,c85ea654457a0808fd4b0fa363c372f1afedd45c','',552,0,'2013-11-08 08:00:00',11387,NULL),(12219,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c85ea654457a0808fd4b0fa363c372f1afedd45c','',552,0,'2013-11-08 08:00:00',11387,NULL),(12220,35,'CLOUDY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,979d3cbf4509aceda42503f0d6f4291c8aecdd48',', ',552,0,'2013-11-08 08:00:00',11388,NULL),(12221,40,'[$][/$],##,##,,cead3d8b4721883d77af5f39ea142a820f8a024f','',552,0,'2013-11-08 08:00:00',11389,NULL),(12222,9,'','',531,0,'2013-11-09 02:04:26',11389,NULL),(12223,19,'NEGATIVE,,cead3d8b4721883d77af5f39ea142a820f8a024f','',552,0,'2013-11-08 08:00:00',11389,NULL),(12224,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cead3d8b4721883d77af5f39ea142a820f8a024f','',552,0,'2013-11-08 08:00:00',11389,NULL),(12225,70,'18.6 mmol/L,,cead3d8b4721883d77af5f39ea142a820f8a024f','',552,0,'2013-11-08 08:00:00',11389,NULL),(12226,107,'1/20,1/20,cead3d8b4721883d77af5f39ea142a820f8a024f','',552,0,'2013-11-08 08:00:00',11391,NULL),(12227,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,cead3d8b4721883d77af5f39ea142a820',', ',557,0,'2013-11-08 08:00:00',11394,NULL),(12228,9,'','',531,0,'2013-11-09 02:24:17',11395,NULL),(12229,19,'NEGATIVE,,5202f1775228ea05a17e877305d0403efd5d1adf','',552,0,'2013-11-08 08:00:00',11395,NULL),(12230,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5202f1775228ea05a17e877305d0403efd5d1adf','',552,0,'2013-11-08 08:00:00',11395,NULL),(12231,9,'','',531,0,'2013-11-09 02:52:36',11396,NULL),(12232,21,'A,POSITIVE,90613bf89c5dbbcc3fd5a7e6e2d4c8d6196a0a1f','',552,0,'2013-11-08 08:00:00',11397,NULL),(12233,9,'8.7,4.26,12.0,36.2,85.0,28.2,33.1,386,42.6,4.6,49.9,2.0,0.3,13a3d83f414129d6a30822d5f7babe19ec3ab38f','',557,0,'2013-11-08 08:00:00',11398,NULL),(12234,19,'NEGATIVE,,13a3d83f414129d6a30822d5f7babe19ec3ab38f','',557,0,'2013-11-08 08:00:00',11398,NULL),(12235,18,'[$]NO MALARIA PARASITES SEEN[/$],-,13a3d83f414129d6a30822d5f7babe19ec3ab38f','',557,0,'2013-11-08 08:00:00',11398,NULL),(12236,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,13a3d83f414129d6a30822d5f7babe19ec3ab38f','pH:6.5, SPECIFIC GRAVITY:1.020, PUS CELLS:2, EPITHELIAL CELLS:4',557,0,'2013-11-09 04:55:35',11400,NULL),(12237,68,'4.3,-,-,,117281de9d51e0895cb418720dd8cede71d85332','NON DIABETIC, ',534,0,'2013-11-11 08:00:00',11401,NULL),(12238,9,'7.3,4.24,13.0,37.2,87.7,30.7,34.9,229,38.7,5.4,52.9,3.4,0.2,117281de9d51e0895cb418720dd8cede71d85332','',557,0,'2013-11-09 08:00:00',11401,NULL),(12239,18,'[$]NO MALARIA PARASITES SEEN[/$],-,117281de9d51e0895cb418720dd8cede71d85332','',557,0,'2013-11-09 08:00:00',11401,NULL),(12240,107,'1/20,1/20,117281de9d51e0895cb418720dd8cede71d85332','',557,0,'2013-11-09 08:00:00',11403,NULL),(12241,35,'HAZY,STRAW,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,10,4,>30,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,117281de9d51e0895cb418720',', ',557,0,'2013-11-09 08:00:00',11406,NULL),(12242,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,117281de9d51e0895cb418720dd8cede71d85332','',534,0,'2013-11-27 08:00:00',11410,NULL),(12243,9,'8.0,4.61,11.4,31.8,69.0,24.7,35.8,404,68.5,4.0,24.6,1.0,1.0,f8597a3bcbe38f6e0856a507499a87fa8f33e34a','',557,0,'2013-11-08 08:00:00',11411,NULL),(12244,9,'8.5,5.16,15.3,45.1,87.4,29.7,33.9,230,55.6,3.0,37.1,3.0,1.0,4199266515e49308cd127d36a8e31625cae880ee','',557,0,'2013-11-08 08:00:00',11412,NULL),(12245,19,'NEGATIVE,,4199266515e49308cd127d36a8e31625cae880ee','',557,0,'2013-11-08 08:00:00',11412,NULL),(12246,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4199266515e49308cd127d36a8e31625cae880ee','',557,0,'2013-11-08 08:00:00',11412,NULL),(12247,107,'1/20,1/20,4199266515e49308cd127d36a8e31625cae880ee','',557,0,'2013-11-08 08:00:00',11414,NULL),(12248,9,'4.6,4.82,13.5,39.5,82.0,28.0,34.2,290,35.3,12.6,42.1,10.0,0.1,02873ebba31e31812cf68c2f21475dad16527dbd','',557,0,'2013-11-08 08:00:00',11415,NULL),(12249,19,'NEGATIVE,,02873ebba31e31812cf68c2f21475dad16527dbd','',557,0,'2013-11-08 08:00:00',11415,NULL),(12250,18,'[$]NO MALARIA PARASITES SEEN[/$],-,02873ebba31e31812cf68c2f21475dad16527dbd','',557,0,'2013-11-08 08:00:00',11415,NULL),(12251,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,TRACE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,10,NOT SEEN,NOT SEEN,NOT SEEN,,,,02873ebba31e31812cf68c2f21475dad16527dbd','CLARITY:HAZY, pH:6.5, SPECIFIC GRAVITY:1.015, KETONES:TRACE, BLOOD:TRACE, PUS CELLS:6, EPITHELIAL CELLS:4, RED BLOOD CELLS:10, CAST:NOT SEEN',557,0,'2013-11-09 04:52:51',11417,NULL),(12252,9,'','',531,0,'2013-11-09 03:45:12',11418,NULL),(12253,126,'[$]STAPH AUREUS[/$],105ae3fff0026661d1292398f4feac5250748ade','',552,0,'2013-11-12 08:00:00',11420,NULL),(12254,9,'7.3,5.23,11.0,33.8,64.6,21.0,32.0,364,24.5,4.0,67.8,3.0,0.5,a4299ba5087035292f2812e4217056e19efc7ac8','',557,0,'2013-11-08 08:00:00',11421,NULL),(12255,19,'NEGATIVE,,a4299ba5087035292f2812e4217056e19efc7ac8','',557,0,'2013-11-08 08:00:00',11421,NULL),(12256,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a4299ba5087035292f2812e4217056e19efc7ac8','',557,0,'2013-11-08 08:00:00',11421,NULL),(12257,22,'42,79023634475c6b5619789b5319f3dcc97d019dc8','',552,0,'2013-11-10 08:00:00',11422,NULL),(12258,222,'9.3,5.31,12.6,37.0,69.7,23.7,34.1,360,17.2,5.2,77.6,1.6,0.5,7.2,17.0,8.8,,79023634475c6b5619789b5319f3dcc97d019dc8','',557,0,'2013-11-09 08:00:00',11422,NULL),(12259,19,'NEGATIVE,,79023634475c6b5619789b5319f3dcc97d019dc8','',557,0,'2013-11-09 08:00:00',11422,NULL),(12260,18,'[$]NO MALARIA PARASITES SEEN[/$],-,79023634475c6b5619789b5319f3dcc97d019dc8','',557,0,'2013-11-09 08:00:00',11422,NULL),(12261,35,'CLOUDY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,79023634475c6b5619789b5','',534,0,'2013-11-11 08:00:00',11424,NULL),(12262,60,'','',558,0,'2013-11-09 04:54:28',11427,NULL),(12263,57,'','',558,0,'2013-11-09 04:54:28',11427,NULL),(12264,133,'','',558,0,'2013-11-09 04:54:28',11427,NULL),(12265,56,'','',558,0,'2013-11-09 04:54:28',11427,NULL),(12266,222,'7.5,5.46,16.1,45.0,82.0,29.6,29.8,194,44.7,10.9,44.4,3.4,0.8,3.3,13.3,9.4,,717e694137d0902a8bf325287f092997ba66efff','',557,0,'2013-11-08 08:00:00',11428,NULL),(12267,19,'NEGATIVE,,717e694137d0902a8bf325287f092997ba66efff','',557,0,'2013-11-08 08:00:00',11428,NULL),(12268,18,'[$]NO MALARIA PARASITES SEEN[/$],-,717e694137d0902a8bf325287f092997ba66efff','',557,0,'2013-11-08 08:00:00',11428,NULL),(12269,107,'1/20,1/20,717e694137d0902a8bf325287f092997ba66efff','',557,0,'2013-11-08 08:00:00',11430,NULL),(12270,222,'11.6,5.88,16.2,45.2,77.7,27.6,35.4,432,29.5,7.5,63.0,3.4,0.9,7.3,13.0,8.9,,6d26c686aee5c95ff1db7a1dacac02782557eb45','',557,0,'2013-11-09 08:00:00',11431,NULL),(12271,19,'NEGATIVE,,6d26c686aee5c95ff1db7a1dacac02782557eb45','',557,0,'2013-11-09 08:00:00',11431,NULL),(12272,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6d26c686aee5c95ff1db7a1dacac02782557eb45','',557,0,'2013-11-09 08:00:00',11431,NULL),(12273,222,'5.8,4.15,12.3,35.5,85.5,29.6,34.6,263,40.0,9.6,50.4,2.3,0.6,2.9,14.7,7.9,,629a3ca4a7f8bf8b19876cd56868d460368530dd','',557,0,'2013-11-09 08:00:00',11432,NULL),(12274,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,629a3ca4a7f8bf8b19876cd56868d460368530dd','',555,0,'2013-11-09 08:00:00',11434,NULL),(12275,222,'7.7,4.25,35.5,83.5,29.2,29.2,34.9,309,24.3,6.4,69.3,1.9,0.5,5.3,13.5,8.8,,2592766e64d603b231787a9adf58b4fdae043c9c','',557,0,'2013-11-09 08:00:00',11435,NULL),(12276,19,'NEGATIVE,,2592766e64d603b231787a9adf58b4fdae043c9c','',557,0,'2013-11-09 08:00:00',11435,NULL),(12277,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2592766e64d603b231787a9adf58b4fdae043c9c','',557,0,'2013-11-09 08:00:00',11435,NULL),(12278,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2592766e64d603b231787a9adf58b4fdae043c9c','',555,0,'2013-11-09 08:00:00',11437,NULL),(12279,107,'1/20,1/20,2592766e64d603b231787a9adf58b4fdae043c9c','',550,0,'2013-11-09 08:00:00',11440,NULL),(12280,68,'','',558,0,'2013-11-09 14:13:08',11441,NULL),(12281,222,'6.6,6.22,14.8,44.2,71.1,23.8,33.5,171,34.5,9.3,56.2,2.3,0.6,3.7,16.8,9.6,,bcff4e2b7db26fd39875b3ef6d02abb4e02feb41','',557,0,'2013-11-09 08:00:00',11441,NULL),(12282,57,'','',558,0,'2013-11-09 14:13:08',11443,NULL),(12283,133,'','',558,0,'2013-11-09 14:13:08',11443,NULL),(12284,132,'','',558,0,'2013-11-09 14:13:08',11443,NULL),(12285,56,'','',558,0,'2013-11-09 14:13:08',11443,NULL),(12286,11,'22,[$]14[/$],[$]1.58[/$],1.7,THERAPEUTIC : 2.0 - 4.0,b5ab26063ce87452b19b0ac0d5ea5a45b5b220df','',550,0,'2013-11-09 08:00:00',11444,NULL),(12287,132,'','',558,0,'2013-11-09 14:47:06',11445,NULL),(12288,222,'5.3,5.72,15.2,45.3,79.2,26.6,33.2,214,51.2,9.9,38.9,2.7,0.5,2.1,14.4,10.5,,39fd855dbe38a66837cff3ef48ee06e10a698e80','',557,0,'2013-11-09 08:00:00',11446,NULL),(12289,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,39fd855dbe38a66837cff3ef48ee06e10a698e80','',555,0,'2013-11-09 08:00:00',11448,NULL),(12290,16,'POSITIVE,39fd855dbe38a66837cff3ef48ee06e10a698e80','',550,0,'2013-11-09 08:00:00',11451,NULL),(12291,14,'POSITIVE,39fd855dbe38a66837cff3ef48ee06e10a698e80','',555,0,'2013-11-09 08:00:00',11455,NULL),(12292,22,'14,42b46c54849a360d719457242658de4b3db1b130','',550,0,'2013-11-09 08:00:00',11456,NULL),(12293,68,'4.9,NEGATIVE,NEGATIVE,,42b46c54849a360d719457242658de4b3db1b130','NON DIABETIC, ',557,0,'2013-11-09 08:00:00',11456,NULL),(12294,222,'3.8,6.20,15.8,46.8,75.8,25.5,33.8,224,35.7,11.5,52.8,1.4,0.4,2.0,13.4,7.9,,42b46c54849a360d719457242658de4b3db1b130','',557,0,'2013-11-09 08:00:00',11456,NULL),(12295,19,'NEGATIVE,,42b46c54849a360d719457242658de4b3db1b130','',557,0,'2013-11-09 08:00:00',11456,NULL),(12296,18,'[$]NO MALARIA PARASITES SEEN[/$],-,42b46c54849a360d719457242658de4b3db1b130','',557,0,'2013-11-09 08:00:00',11456,NULL),(12297,57,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12298,133,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12299,112,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12300,27,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12301,131,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12302,132,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12303,56,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12304,65,'','',558,0,'2013-11-09 14:53:33',11458,NULL),(12305,132,'','',558,0,'2013-11-09 15:04:19',11459,NULL),(12306,68,'','',558,0,'2013-11-09 15:04:19',11461,NULL),(12307,68,'15.9,POSITIVE (+),NEGATIVE,,6dcc97a9a288699592bb230b740665657ba8b3d6','',555,0,'2013-11-09 08:00:00',11462,NULL),(12308,28,'NEGATIVE,[$]AA[/$],,90613bf89c5dbbcc3fd5a7e6e2d4c8d6196a0a1f','',557,0,'2013-11-09 08:00:00',11463,NULL),(12309,20,'NEGATIVE,90613bf89c5dbbcc3fd5a7e6e2d4c8d6196a0a1f','',557,0,'2013-11-09 08:00:00',11463,NULL),(12310,225,'','',558,0,'2013-11-09 15:17:26',11464,NULL),(12311,68,'7.4,NEGATIVE,NEGATIVE,,4af493219a1966d389759eba69b0500f4df40b52','',555,0,'2013-11-09 08:00:00',11465,NULL),(12312,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,4af493219a1966d389759eba69b0500f4df40b52','',555,0,'2013-11-09 08:00:00',11467,NULL),(12313,68,'7.0,NEGATIVE,NEGATIVE,,04d0089da77550f58ace306bc98cc85d3d4782e1','',555,0,'2013-11-09 08:00:00',11468,NULL),(12314,9,'','',531,0,'2013-11-09 16:03:10',11468,NULL),(12315,77,'','',531,0,'2013-11-09 16:03:10',11468,NULL),(12316,68,'','',531,0,'2013-11-09 16:05:16',11469,NULL),(12317,9,'','',531,0,'2013-11-09 16:05:16',11469,NULL),(12318,129,'','',531,0,'2013-11-09 16:05:16',11471,NULL),(12319,132,'','',531,0,'2013-11-09 16:05:16',11471,NULL),(12320,68,'5.8,-,-,,8195e1ec4739141b340d782ba5f48911949fb165','NON DIABETIC, ',541,0,'2013-11-09 08:00:00',11472,NULL),(12321,68,'10.8,NEGATIVE,NEGATIVE,,370b3a48ed650ca55034de6ca78c02aab4865709','',555,0,'2013-11-09 08:00:00',11473,NULL),(12322,68,'6.7,-,-,,2b1f83901a29f2efd03a2e261e837e4c2c63b525','',550,0,'2013-11-09 08:00:00',11474,NULL),(12323,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2b1f83901a29f2efd03a2e261e837e4c2c63b525','',550,0,'2013-11-09 08:00:00',11474,NULL),(12324,22,'43,3b835f7d2e4a5533a3094678db237ca628eea2fc','',550,0,'2013-11-09 08:00:00',11475,NULL),(12325,9,'','',531,0,'2013-11-09 16:26:44',11475,NULL),(12326,9,'','',531,0,'2013-11-09 16:56:47',11476,NULL),(12327,19,'NEGATIVE,,0db269535103e1981ec5e8c2f6a7d533208c6a50','',550,0,'2013-11-09 08:00:00',11476,NULL),(12328,128,'','',531,0,'2013-11-09 16:56:47',11478,NULL),(12329,227,'5.6,NEGATIVE,NEGATIVE,43425898ee130a69af8e624abe611dd3e4998a4e','',555,0,'2013-11-09 08:00:00',11479,NULL),(12330,22,'6,43425898ee130a69af8e624abe611dd3e4998a4e','',550,0,'2013-11-09 08:00:00',11479,NULL),(12331,9,'','',531,0,'2013-11-09 17:10:05',11479,NULL),(12332,108,'NON - REACTIVE,43425898ee130a69af8e624abe611dd3e4998a4e','',550,0,'2013-11-09 08:00:00',11481,NULL),(12333,107,'1/20,1/20,43425898ee130a69af8e624abe611dd3e4998a4e','',550,0,'2013-11-09 08:00:00',11481,NULL),(12334,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,43425898ee130a69af8e624abe611dd3e4998a4e','',555,0,'2013-11-09 08:00:00',11484,NULL),(12335,22,'20,8dfd401dc481e3c1fc9eb89237b43dafb6f479ab','',550,0,'2013-11-09 08:00:00',11485,NULL),(12336,9,'','',531,0,'2013-11-09 17:28:30',11485,NULL),(12337,19,'NEGATIVE,,8dfd401dc481e3c1fc9eb89237b43dafb6f479ab','',550,0,'2013-11-09 08:00:00',11485,NULL),(12338,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8dfd401dc481e3c1fc9eb89237b43dafb6f479ab','',550,0,'2013-11-09 08:00:00',11485,NULL),(12339,107,'1/160,1/160,8dfd401dc481e3c1fc9eb89237b43dafb6f479ab','',550,0,'2013-11-09 08:00:00',11487,NULL),(12340,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,8dfd401dc481e3c1fc9eb892','',555,0,'2013-11-09 08:00:00',11490,NULL),(12341,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e','',555,0,'2013-11-09 08:00:00',11491,NULL),(12342,36,'Escherichia coli,##,##,,5fd09f09ec3f7ceae57a8422f1fa9e3ab5067a9e','',555,0,'2013-11-09 08:00:00',11491,NULL),(12343,27,'NON-REACTIVE,-,NEGATIVE,,e507916bbd33170fd6efcee31324d3981b0a76c6','',550,0,'2013-11-09 08:00:00',11492,NULL),(12344,132,'','',531,0,'2013-11-09 17:45:34',11492,NULL),(12345,68,'','',531,0,'2013-11-09 17:45:34',11494,NULL),(12346,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,bae90cef09abbcddd5b0afa8e593638a5172b498','',555,0,'2013-11-09 08:00:00',11495,NULL),(12347,131,'','',531,0,'2013-11-09 18:02:30',11496,NULL),(12348,35,'CLEAR,AMBER,7.0,1.010,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,8cdbacaf1bf0f0104837abd2beb4230d3162ffbf','',555,0,'2013-11-09 08:00:00',11498,NULL),(12349,22,'2,d47a9d9304a108676224161d01e879c9df9bd650','',550,0,'2013-11-09 08:00:00',11499,NULL),(12350,68,'3.7,-,-,,d47a9d9304a108676224161d01e879c9df9bd650','',550,0,'2013-11-09 08:00:00',11499,NULL),(12351,9,'','',531,0,'2013-11-09 18:06:29',11499,NULL),(12352,19,'NEGATIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',550,0,'2013-11-09 08:00:00',11499,NULL),(12353,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d47a9d9304a108676224161d01e879c9df9bd650','',550,0,'2013-11-09 08:00:00',11499,NULL),(12354,110,'NEGATIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:39',11501,NULL),(12355,111,'NEGATIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:39',11501,NULL),(12356,114,'POSITIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',550,534,'2013-11-09 08:00:00',11501,'2013-11-13 13:55:39'),(12357,116,'NEGATIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',550,534,'2013-11-09 08:00:00',11501,'2013-11-13 13:55:39'),(12358,115,'NEGATIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',550,534,'2013-11-09 08:00:00',11501,'2013-11-13 13:55:39'),(12359,113,'NEGATIVE,,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:39',11501,NULL),(12360,112,'POSITIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',550,534,'2013-11-09 08:00:00',11501,'2013-11-13 13:55:40'),(12361,117,'NEGATIVE,,d47a9d9304a108676224161d01e879c9df9bd650','',550,534,'2013-11-09 08:00:00',11501,'2013-11-13 13:55:40'),(12362,8,'[$]\r\n\r\n7927[/$],[$]\r\n\r\n1362[/$],,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:40',11501,NULL),(12363,130,',,,,,,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:40',11501,NULL),(12364,131,',,,,,,,,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:40',11501,NULL),(12365,132,',,,,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-13 21:55:40',11501,NULL),(12366,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,2,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,d47a9d9304a108676224161d','',555,0,'2013-11-09 08:00:00',11504,NULL),(12367,227,'5.8,NEGATIVE,NEGATIVE,510e2c984e62cfa64d47d63a0c5445f40132bcfd','',555,0,'2013-11-09 08:00:00',11505,NULL),(12368,22,'28,510e2c984e62cfa64d47d63a0c5445f40132bcfd','',550,0,'2013-11-09 08:00:00',11505,NULL),(12369,9,'','',531,0,'2013-11-09 18:12:01',11505,NULL),(12370,108,'NON - REACTIVE,510e2c984e62cfa64d47d63a0c5445f40132bcfd','',550,0,'2013-11-09 08:00:00',11507,NULL),(12371,107,'1/20,1/20,510e2c984e62cfa64d47d63a0c5445f40132bcfd','',550,0,'2013-11-09 08:00:00',11507,NULL),(12372,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,510e2c984e62cfa64d47d63a0c5445f40132bcfd','',555,0,'2013-11-09 08:00:00',11510,NULL),(12373,196,'79,2008,54,137,21,538,[$]0[/$],[$]7[/$],[$]2539[/$],[$]0.39[/$],16c6130f0c70b550098dc8a36db521c0fcc6b8f2','',555,0,'2013-11-09 08:00:00',11511,NULL),(12374,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,47d0b82790d9f17e29ec8933f5c923f949ed4bfd','',555,0,'2013-11-09 08:00:00',11512,NULL),(12375,83,'','',531,0,'2013-11-09 18:56:33',11513,NULL),(12376,35,'','',531,0,'2013-11-09 18:56:34',11515,NULL),(12377,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9177beab15332631168819a690a2a416f3745159','',555,0,'2013-11-09 08:00:00',11516,NULL),(12378,9,'','',531,0,'2013-11-09 19:19:27',11517,NULL),(12379,35,'HAZY,STRAW,6.5,1.010,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,20,6,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,da870c0fb','',555,0,'2013-11-09 08:00:00',11519,NULL),(12380,108,'NON - REACTIVE,da870c0fb73a7841f4b823eb160717b9125639cc','',555,0,'2013-11-09 08:00:00',11522,NULL),(12381,223,'[$][/$],2592766e64d603b231787a9adf58b4fdae043c9c','',552,0,'2013-11-11 08:00:00',11523,NULL),(12382,28,'NEGATIVE,[$]AA[/$],,2592766e64d603b231787a9adf58b4fdae043c9c','',552,0,'2013-11-11 08:00:00',11523,NULL),(12383,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,386e73f84e4d7f664f1b74bff3edaedeeb24f82c','',555,0,'2013-11-09 08:00:00',11524,NULL),(12384,18,'[$]NO MALARIA PARASITES SEEN[/$],-,68c4b3dcaaba34c99f44d54a96a412a4c386c348','',550,0,'2013-11-09 08:00:00',11525,NULL),(12385,40,'[$]NO BACTERIA GROWTH AFTER 7 DAYS OF CULTURE[/$],##,##,,40fba26116f3467a250ed6b2cdc2f104e41b2de2','',550,557,'2013-11-09 08:00:00',11526,'2013-11-16 21:33:53'),(12386,9,',,,,,,,,,,,,,,40fba26116f3467a250ed6b2cdc2f104e41b2de2','',557,0,'2013-11-17 05:33:53',11526,NULL),(12387,18,',,,40fba26116f3467a250ed6b2cdc2f104e41b2de2','',550,557,'2013-11-09 08:00:00',11526,'2013-11-16 21:33:53'),(12388,36,'','',531,0,'2013-11-09 19:38:43',11528,NULL),(12389,35,'','',531,0,'2013-11-09 19:38:43',11528,NULL),(12390,9,'','',531,0,'2013-11-09 19:47:34',11529,NULL),(12391,223,'','',531,0,'2013-11-09 19:47:34',11529,NULL),(12392,1,'','',550,0,'2013-11-09 19:50:40',11530,NULL),(12393,9,'','',531,0,'2013-11-09 19:51:30',11531,NULL),(12394,16,'NEGATIVE,a10d8e8e63d31e92720e18bad60d7cc7e1fcfa1f','',550,0,'2013-11-09 08:00:00',11533,NULL),(12395,14,'','',531,0,'2013-11-09 19:51:31',11536,NULL),(12396,71,'NEGATIVE,,e28f504a0d219907111df4cdd90f936097786cce','',550,0,'2013-11-09 08:00:00',11537,NULL),(12397,9,'','',531,0,'2013-11-09 19:56:27',11538,NULL),(12398,16,'NEGATIVE,fbe7bfdb18cb76b36fc7b83697eab83514ceeab8','',550,0,'2013-11-09 08:00:00',11540,NULL),(12399,14,'NEGATIVE,fbe7bfdb18cb76b36fc7b83697eab83514ceeab8','',555,0,'2013-11-09 08:00:00',11543,NULL),(12400,22,'2,6716e645a5980364f83d1ca59ff1ed68c2f9a87e','',550,0,'2013-11-09 08:00:00',11544,NULL),(12401,92,'2.3,6716e645a5980364f83d1ca59ff1ed68c2f9a87e','',534,0,'2013-11-11 08:00:00',11546,NULL),(12402,9,'','',531,0,'2013-11-09 20:06:20',11547,NULL),(12403,19,'NEGATIVE,,46bb7b4ace4c2c271f313044aa3c80e2b98e52dc','',550,0,'2013-11-09 08:00:00',11547,NULL),(12404,35,'HAZY,AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,46bb7b4ace4c2c271f313044aa3c80e2b98e52dc','',555,0,'2013-11-09 08:00:00',11549,NULL),(12405,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,a6f5e2d088afcc75031f9f1dd213b20b20b32b5a','',555,0,'2013-11-09 08:00:00',11550,NULL),(12406,9,'','',531,0,'2013-11-09 20:11:31',11551,NULL),(12407,19,'NEGATIVE,,80cc7a2383f66d415940a493ba30cd2446dce223','',550,0,'2013-11-09 08:00:00',11551,NULL),(12408,36,'No Significant Bacteria Growth,##,##,,80cc7a2383f66d415940a493ba30cd2446dce223','',535,0,'2013-11-10 08:00:00',11553,NULL),(12409,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,80cc7a2383f66d415940a493ba30cd2446dce223','',555,0,'2013-11-09 08:00:00',11553,NULL),(12410,199,'[$]COMMENSALS ONLY[/$],0d4f6f3447162fbdd7c34f6a8ea659d05ea27ddc','',555,0,'2013-11-09 08:00:00',11554,NULL),(12411,38,'[$]No Salmonellae or Shigellae isolated[/$],##,##,,d474bd97fb0758a702f87fc956abf3f7614f659b','',534,0,'2013-11-11 08:00:00',11555,NULL),(12412,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Yeast - like cells,Not Seen,Not Seen,,d474bd97fb0758a702f87fc956abf3f7614f659b','',555,0,'2013-11-09 08:00:00',11555,NULL),(12413,21,'O,POSITIVE,19473e6bc9ce1365cefd6fecd19c78c27aa0b6ca','',550,0,'2013-11-09 08:00:00',11556,NULL),(12414,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,2,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,19473e6bc9ce1365cefd6fec','',555,0,'2013-11-09 08:00:00',11558,NULL),(12415,9,'','',531,0,'2013-11-09 20:26:39',11559,NULL),(12416,131,'','',531,0,'2013-11-09 20:26:40',11561,NULL),(12417,132,'','',531,0,'2013-11-09 20:26:40',11561,NULL),(12418,9,'','',531,0,'2013-11-09 20:36:26',11562,NULL),(12419,35,'CLOUDY,AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,AMORPHOUS PHOSPHATE (+++)_CALCIUM,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, OXALATE (++','',555,0,'2013-11-09 08:00:00',11564,NULL),(12420,37,'DARK BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bca04e16a91962067f82739f59082b59e70dfa98','',555,0,'2013-11-09 08:00:00',11567,NULL),(12421,21,'','',531,0,'2013-11-09 20:38:45',11568,NULL),(12422,9,'','',531,0,'2013-11-09 20:38:45',11568,NULL),(12423,223,'','',531,0,'2013-11-09 20:38:45',11568,NULL),(12424,28,'','',531,0,'2013-11-09 20:38:45',11568,NULL),(12425,41,'','',531,0,'2013-11-09 20:42:05',11569,NULL),(12426,42,'[$]NO BACTERIA GROWTH[/$],a14c4ed0e2a4ae5f75bc7aed932c2a56fe15fb52','',535,0,'2013-11-17 08:00:00',11569,NULL),(12427,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,,e45ca0367fde31164a63d646c53d6cd56a3f4eb9','',555,0,'2013-11-09 08:00:00',11570,NULL),(12428,9,'','',531,0,'2013-11-09 20:52:56',11571,NULL),(12429,68,'4.3,-,-,,43425898ee130a69af8e624abe611dd3e4998a4e','NON DIABETIC, ',555,0,'2013-11-09 08:00:00',11572,NULL),(12430,21,'O,POSITIVE,93611aef482ac4b4592ef7828ee8c83668a92943','',550,0,'2013-11-09 08:00:00',11573,NULL),(12431,9,'','',531,0,'2013-11-09 21:03:19',11573,NULL),(12432,18,'','',531,0,'2013-11-09 21:03:19',11573,NULL),(12433,131,'','',531,0,'2013-11-09 21:03:19',11575,NULL),(12434,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,,1edf8a21616ba99d0d372492246bd928b00caac3','',555,0,'2013-11-09 08:00:00',11576,NULL),(12435,22,'1,56c45c5784bcce8315f903188ac31cdd1a829b35','',550,0,'2013-11-09 08:00:00',11577,NULL),(12436,9,'','',531,0,'2013-11-09 21:14:37',11577,NULL),(12437,19,'NEGATIVE,,56c45c5784bcce8315f903188ac31cdd1a829b35','',550,0,'2013-11-09 08:00:00',11577,NULL),(12438,18,'[$]NO MALARIA PARASITES SEEN[/$],-,56c45c5784bcce8315f903188ac31cdd1a829b35','',550,0,'2013-11-09 08:00:00',11577,NULL),(12439,107,'1/20,1/20,56c45c5784bcce8315f903188ac31cdd1a829b35','',550,0,'2013-11-09 08:00:00',11579,NULL),(12440,35,'CLEAR,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,56c45c5784bcce8315f90318','',555,0,'2013-11-09 08:00:00',11582,NULL),(12441,37,'','',531,0,'2013-11-09 21:14:38',11586,NULL),(12442,22,'1,63a2e25d7f18772731ba08d2e09703c96f3b5a56','',550,0,'2013-11-09 08:00:00',11587,NULL),(12443,9,'','',531,0,'2013-11-09 21:17:18',11587,NULL),(12444,19,'NEGATIVE,,63a2e25d7f18772731ba08d2e09703c96f3b5a56','',550,0,'2013-11-09 08:00:00',11587,NULL),(12445,18,'[$]NO MALARIA PARASITES SEEN[/$],-,63a2e25d7f18772731ba08d2e09703c96f3b5a56','',550,0,'2013-11-09 08:00:00',11587,NULL),(12446,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,63a2e25d7f18772731ba08d2e09703c96f3b5a56','',555,0,'2013-11-09 08:00:00',11589,NULL),(12447,107,'1/20,1/20,63a2e25d7f18772731ba08d2e09703c96f3b5a56','',550,0,'2013-11-09 08:00:00',11592,NULL),(12448,68,'4.4,-,-,,510e2c984e62cfa64d47d63a0c5445f40132bcfd','NON DIABETIC, ',555,0,'2013-11-09 08:00:00',11593,NULL),(12449,9,'','',531,0,'2013-11-09 21:30:40',11594,NULL),(12450,19,'NEGATIVE,,371103addddf669b7c0e6cd32844990c58eee819','',550,0,'2013-11-09 08:00:00',11594,NULL),(12451,18,'[$]NO MALARIA PARASITES SEEN[/$],-,371103addddf669b7c0e6cd32844990c58eee819','',550,0,'2013-11-09 08:00:00',11594,NULL),(12452,57,'','',531,0,'2013-11-09 21:30:41',11596,NULL),(12453,133,'','',531,0,'2013-11-09 21:30:41',11596,NULL),(12454,131,'','',531,0,'2013-11-09 21:30:41',11596,NULL),(12455,56,'','',531,0,'2013-11-09 21:30:41',11596,NULL),(12456,25,'NO DEFECT,,e9c6710a05c7580d015aabed75ded8a44a0baee3','',552,0,'2013-11-10 08:00:00',11597,NULL),(12457,27,'NON-REACTIVE,-,NEGATIVE,,e9c6710a05c7580d015aabed75ded8a44a0baee3','',552,0,'2013-11-10 08:00:00',11597,NULL),(12458,108,'NON - REACTIVE,e9c6710a05c7580d015aabed75ded8a44a0baee3','',552,0,'2013-11-10 08:00:00',11599,NULL),(12459,22,'21,2a3eeeef59576352e8de705468281b4c8a7321e1','',550,0,'2013-11-09 08:00:00',11600,NULL),(12460,9,'','',531,0,'2013-11-09 21:36:15',11600,NULL),(12461,19,'NEGATIVE,,2a3eeeef59576352e8de705468281b4c8a7321e1','',550,0,'2013-11-09 08:00:00',11600,NULL),(12462,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2a3eeeef59576352e8de705468281b4c8a7321e1','',550,0,'2013-11-09 08:00:00',11600,NULL),(12463,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,2a3eeeef59576352e8de7054','',555,0,'2013-11-09 08:00:00',11602,NULL),(12464,68,'4.6,-,-,,1745253e3c17ed004c107575931d4d1bb4706ce3','NON DIABETIC, ',537,0,'2013-11-12 08:00:00',11603,NULL),(12465,9,'','',531,0,'2013-11-09 21:49:33',11604,NULL),(12466,36,'','',531,0,'2013-11-09 21:55:50',11605,NULL),(12467,35,'','',531,0,'2013-11-09 21:55:50',11605,NULL),(12468,9,'','',531,0,'2013-11-09 21:55:51',11607,NULL),(12469,9,'','',531,0,'2013-11-09 22:04:11',11608,NULL),(12470,223,'','',531,0,'2013-11-09 22:04:11',11608,NULL),(12471,9,'','',531,0,'2013-11-09 22:18:20',11609,NULL),(12472,223,'','',531,0,'2013-11-09 22:18:20',11609,NULL),(12473,22,'7,d616177dca817db8b7f5b7245a26b183f5d2ea29','',550,0,'2013-11-09 08:00:00',11610,NULL),(12474,9,'','',531,0,'2013-11-09 22:24:45',11610,NULL),(12475,19,'NEGATIVE,,d616177dca817db8b7f5b7245a26b183f5d2ea29','',550,0,'2013-11-09 08:00:00',11610,NULL),(12476,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d616177dca817db8b7f5b7245a26b183f5d2ea29','',550,0,'2013-11-09 08:00:00',11610,NULL),(12477,107,'1/20,1/20,d616177dca817db8b7f5b7245a26b183f5d2ea29','',550,0,'2013-11-09 08:00:00',11612,NULL),(12478,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,d616177dca817db8b7f5b724',', ',550,0,'2013-11-09 08:00:00',11615,NULL),(12479,37,'','',531,0,'2013-11-09 22:24:45',11619,NULL),(12480,22,'2,c78e26c55016ec0afaa36b065868dca3fc479edc','',550,0,'2013-11-09 08:00:00',11620,NULL),(12481,9,'','',531,0,'2013-11-09 22:31:31',11620,NULL),(12482,36,'No Bacteria Growth,##,##,,c78e26c55016ec0afaa36b065868dca3fc479edc','',535,0,'2013-11-10 08:00:00',11622,NULL),(12483,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c78e26c55016ec0afaa36b065868dca3fc479edc','',555,0,'2013-11-09 08:00:00',11622,NULL),(12484,9,'','',531,0,'2013-11-09 22:44:37',11623,NULL),(12485,71,'NEGATIVE,,a5cf8df332896d9504fbd43117a5c0e28749e6c8','',555,0,'2013-11-09 08:00:00',11625,NULL),(12486,226,'','',531,0,'2013-11-09 22:44:38',11628,NULL),(12487,9,'','',531,0,'2013-11-09 22:47:03',11629,NULL),(12488,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,c61606a8cf7930a21a769d4d','',555,0,'2013-11-09 08:00:00',11631,NULL),(12489,9,'','',531,0,'2013-11-09 23:00:35',11632,NULL),(12490,28,'NEGATIVE,[$]AA[/$],,825510f5688587eb9a33f4520075a422acd30d4d','',552,0,'2013-11-11 08:00:00',11632,NULL),(12491,19,'NEGATIVE,,825510f5688587eb9a33f4520075a422acd30d4d','',550,0,'2013-11-09 08:00:00',11632,NULL),(12492,18,'[$]NO MALARIA PARASITES SEEN[/$],-,825510f5688587eb9a33f4520075a422acd30d4d','',550,0,'2013-11-09 08:00:00',11632,NULL),(12493,20,'NEGATIVE,825510f5688587eb9a33f4520075a422acd30d4d','',550,0,'2013-11-09 08:00:00',11632,NULL),(12494,71,'NEGATIVE,,825510f5688587eb9a33f4520075a422acd30d4d','',555,0,'2013-11-09 08:00:00',11634,NULL),(12495,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,825510f5688587eb9a33f4520075a422acd30d4d','',555,0,'2013-11-09 08:00:00',11634,NULL),(12496,9,'','',531,0,'2013-11-09 23:04:19',11635,NULL),(12497,223,'','',531,0,'2013-11-09 23:04:19',11635,NULL),(12498,9,'','',531,0,'2013-11-09 23:30:26',11636,NULL),(12499,15,'','',531,0,'2013-11-09 23:30:26',11638,NULL),(12500,13,'','',531,0,'2013-11-09 23:30:26',11638,NULL),(12501,226,'','',531,0,'2013-11-09 23:30:26',11641,NULL),(12502,9,'','',555,0,'2013-11-10 00:35:25',11642,NULL),(12503,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c5d719cbe812c9c6027da20423c2104495ce61dc','',555,0,'2013-11-09 08:00:00',11644,NULL),(12504,226,'','',555,0,'2013-11-10 00:39:08',11645,NULL),(12505,9,'','',555,0,'2013-11-10 00:44:04',11646,NULL),(12506,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ed139678beb2fba887ff3dae6d3efb50db8c3964','',550,0,'2013-11-09 08:00:00',11646,NULL),(12507,66,'','',555,0,'2013-11-10 00:44:04',11648,NULL),(12508,57,'','',555,0,'2013-11-10 00:44:04',11648,NULL),(12509,131,'','',555,0,'2013-11-10 00:44:04',11648,NULL),(12510,3,'2.8,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),1.9,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),2.0,,ed139678beb2fba887ff3dae6d3efb50db8c3964','',535,0,'2013-11-15 08:00:00',11648,NULL),(12511,56,'','',555,0,'2013-11-10 00:44:04',11648,NULL),(12512,107,'1/20,1/20,ed139678beb2fba887ff3dae6d3efb50db8c3964','',550,0,'2013-11-09 08:00:00',11648,NULL),(12513,57,'','',555,0,'2013-11-10 00:50:51',11649,NULL),(12514,133,'','',555,0,'2013-11-10 00:50:51',11649,NULL),(12515,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2169d7a482863fe1f6408667073963e84584c9c7','',555,0,'2013-11-09 08:00:00',11650,NULL),(12516,9,'','',555,0,'2013-11-10 00:55:56',11651,NULL),(12517,18,'','',555,0,'2013-11-10 00:55:56',11651,NULL),(12518,9,'','',555,0,'2013-11-10 01:01:31',11652,NULL),(12519,18,'[$]NO MALARIA PARASITE SEEN[/$],-,96a99d15b722b9fc1ca886150bc36364cffd3aec','',541,0,'2013-11-09 08:00:00',11652,NULL),(12520,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,96a99d15b722b9fc1ca88615','',555,0,'2013-11-09 08:00:00',11654,NULL),(12521,82,'','',555,0,'2013-11-10 01:03:45',11655,NULL),(12522,21,'','',531,0,'2013-11-10 01:15:56',11656,NULL),(12523,224,'','',531,0,'2013-11-10 01:15:56',11656,NULL),(12524,36,'No Significant Bacteria Growth,##,##,,b23de1660548a27d4de6fef0ffeb05950b1044dd','',535,0,'2013-11-10 08:00:00',11657,NULL),(12525,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,4,2,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,b23de1660548a27d4de','',555,0,'2013-11-09 08:00:00',11657,NULL),(12526,16,'NEGATIVE,56c45c5784bcce8315f903188ac31cdd1a829b35','',550,0,'2013-11-09 08:00:00',11658,NULL),(12527,14,'','',531,0,'2013-11-10 01:22:57',11660,NULL),(12528,9,'','',531,0,'2013-11-10 01:29:37',11661,NULL),(12529,9,'','',531,0,'2013-11-10 01:32:27',11662,NULL),(12530,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d487e5373d53906de8372041e6bd23ff4e1a2cf2','',550,0,'2013-11-09 08:00:00',11662,NULL),(12531,107,'1/20,1/20,d487e5373d53906de8372041e6bd23ff4e1a2cf2','',550,0,'2013-11-09 08:00:00',11664,NULL),(12532,35,'','',531,0,'2013-11-10 01:32:28',11667,NULL),(12533,9,',,,,,,,,,,,,,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',531,0,'2013-11-10 04:18:23',11668,NULL),(12534,19,'NEGATIVE,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',531,0,'2013-11-10 04:18:23',11668,NULL),(12535,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',531,0,'2013-11-10 04:18:23',11668,NULL),(12536,19,'NEGATIVE,,39be1e4b13899fc116592adc577be3a543cd6b8f','',557,0,'2013-11-10 08:00:00',11669,NULL),(12537,18,'','',531,0,'2013-11-10 02:08:38',11669,NULL),(12538,65,'','',531,0,'2013-11-10 02:26:31',11670,NULL),(12539,9,',,,,,,,,,,,,,,cc0e3896d28ca9498eedfd7d51c150462feea843','',531,0,'2013-11-10 04:16:37',11671,NULL),(12540,19,'NEGATIVE,,cc0e3896d28ca9498eedfd7d51c150462feea843','',531,0,'2013-11-10 04:16:37',11671,NULL),(12541,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,cc0e3896d28ca9498eedfd7d51c150462feea843','',531,0,'2013-11-10 04:16:38',11671,NULL),(12542,21,'O,POSITIVE,f861f5b8a1eecd410a2230e75df229dec5535d35','',552,0,'2013-11-10 08:00:00',11672,NULL),(12543,28,'POSITIVE,[$]AS[/$],,f861f5b8a1eecd410a2230e75df229dec5535d35','',552,0,'2013-11-11 08:00:00',11672,NULL),(12544,9,'','',531,0,'2013-11-10 02:45:57',11673,NULL),(12545,71,'POSITIVE,,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',555,0,'2013-11-09 08:00:00',11675,NULL),(12546,9,'','',531,0,'2013-11-10 02:50:29',11676,NULL),(12547,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ed093c7ddb927a2b7d152016dfdff5bfa180856d','',557,0,'2013-11-09 08:00:00',11676,NULL),(12548,16,'NEGATIVE,ed093c7ddb927a2b7d152016dfdff5bfa180856d','',557,0,'2013-11-09 08:00:00',11678,NULL),(12549,107,'1/20,1/20,ed093c7ddb927a2b7d152016dfdff5bfa180856d','',557,0,'2013-11-09 08:00:00',11678,NULL),(12550,14,'','',531,0,'2013-11-10 02:50:29',11681,NULL),(12551,9,'11.7,3.94,11.1,31.6,80.2,28.2,35.1,299,24.3,7.4,68.4,2.8,0.9,e8af73db425c769c009d8fe80f049320150ed9c3','',557,0,'2013-11-09 08:00:00',11682,NULL),(12552,36,'No Bacteria Growth,##,##,,e8af73db425c769c009d8fe80f049320150ed9c3','',535,0,'2013-11-10 08:00:00',11684,NULL),(12553,35,'CLEAR,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,e8af73db425c769c009d8fe8','',555,0,'2013-11-09 08:00:00',11684,NULL),(12554,9,'3.9,4.95,16.2,45.9,91.7,32.7,35.3,247,28.7,12.0,53.9,6.0,1.0,f23554ac87d36ccb598966d55fcfac9a1b5052f8','',557,0,'2013-11-09 08:00:00',11685,NULL),(12555,57,'','',531,0,'2013-11-10 03:06:49',11687,NULL),(12556,133,'','',531,0,'2013-11-10 03:06:49',11687,NULL),(12557,56,'','',531,0,'2013-11-10 03:06:49',11687,NULL),(12558,36,'No Bacteria Growth,##,##,,f23554ac87d36ccb598966d55fcfac9a1b5052f8','',535,0,'2013-11-10 08:00:00',11690,NULL),(12559,35,'HAZY,AMBER,5.5,1.025,POSITIVE (+),NEGATIVE,POSITIVE (+),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,>30,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,,,,,,,,,NOT SEEN,f23554ac8','',555,0,'2013-11-09 08:00:00',11690,NULL),(12560,9,'6.1,4.71,13.0,39.3,83.4,27.6,33.1,299,50.1,4.0,40.4,4.2,0.8,b8537573021754ea73152895123b531c6d0629bc','',557,0,'2013-11-09 08:00:00',11691,NULL),(12561,71,'NEGATIVE,,b8537573021754ea73152895123b531c6d0629bc','',557,0,'2013-11-09 08:00:00',11693,NULL),(12562,36,'No Bacteria Growth,##,##,,4ad2888f21962fd18d11573c1982d4dd8cee47f4','',535,0,'2013-11-10 08:00:00',11694,NULL),(12563,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4ad2888f21962fd18d11573c1982d4dd8cee47f4',', ',557,0,'2013-11-09 08:00:00',11694,NULL),(12564,222,'7.3,4.72,14.1,38.1,80.7,29.9,37.0,230,51.8,3.8,44.4,3.8,0.3,3.2,14.6,10.9,,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',557,0,'2013-11-09 08:00:00',11695,NULL),(12565,99,'2.5,##,,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',541,0,'2013-11-13 01:16:49',11697,NULL),(12566,100,'1.6,##,,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',541,0,'2013-11-13 01:16:49',11697,NULL),(12567,3,'2.5,##,##1.6,##,0.2,##,,,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',541,0,'2013-11-13 01:16:49',11697,NULL),(12568,222,'8.0,4.67,14.4,41.0,87.8,30.8,35.1,233,35.4,7.6,57.0,2.8,0.6,4.6,12.2,9.5,,4479ebc8d62dc9f759f4ebd59719445650f852b8','',557,0,'2013-11-09 08:00:00',11698,NULL),(12569,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,12,NOT SEEN,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,SEEN,4479ebc8d62dc9f759f4e',', ',557,0,'2013-11-09 08:00:00',11700,NULL),(12570,16,'POSITIVE,4479ebc8d62dc9f759f4ebd59719445650f852b8','',557,0,'2013-11-09 08:00:00',11703,NULL),(12571,14,'','',558,0,'2013-11-10 05:23:39',11707,NULL),(12572,222,'7.3,4.48,12.0,35.0,78.1,26.8,34.3,371,27.1,3.1,69.8,2.0,0.2,5.1,13.7,7.7,,e42d0adf9f9f3c66bd54206120bc7b82f70e00cb','',557,0,'2013-11-09 08:00:00',11708,NULL),(12573,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e42d0adf9f9f3c66bd54206120bc7b82f70e00cb','',557,0,'2013-11-09 08:00:00',11708,NULL),(12574,35,'','',558,0,'2013-11-10 05:37:31',11710,NULL),(12575,37,'','',558,0,'2013-11-10 05:37:32',11713,NULL),(12576,222,'7.4,4.46,13.8,40.7,91.3,30.9,33.9,207,18.2,8.9,72.9,1.3,0.7,5.4,13.7,9.4,,7da032f85d6b5410735a23a7cddde0d8bda67e41','',557,0,'2013-11-09 08:00:00',11714,NULL),(12577,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7da032f85d6b5410735a23a7cddde0d8bda67e41','',557,0,'2013-11-09 08:00:00',11714,NULL),(12578,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7da032f85d6b5410735a23a7cddde0d8bda67e41',', ',557,0,'2013-11-09 08:00:00',11716,NULL),(12579,222,'11.8,4.43,13.0,36.5,82.4,29.5,35.6,383,49.2,12.9,38.1,5.8,1.5,4.5,13.4,8.3,,c21224d85bdcbf44f1667eac09bd00df32373aaf','',557,0,'2013-11-09 08:00:00',11717,NULL),(12580,222,'6.5,3.94,11.3,31.9,81.0,28.4,35.4,368,26.4,9.3,64.3,1.7,0.6,4.2,14.4,7.5,,195c13066cc75601b903b6053981e318a1e8c1e1','',557,0,'2013-11-09 08:00:00',11718,NULL),(12581,19,'NEGATIVE,,195c13066cc75601b903b6053981e318a1e8c1e1','',557,0,'2013-11-09 08:00:00',11718,NULL),(12582,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,195c13066cc75601b903b6053',', ',557,0,'2013-11-09 08:00:00',11720,NULL),(12583,222,'9.0,4.02,14.0,39.9,99.3,34.8,35.1,269,6.5,4.9,88.6,0.6,0.4,8.0,11.4,9.4,,4ccc762c0a2cf189a79c96183df698892c1027ea','',557,0,'2013-11-09 08:00:00',11721,NULL),(12584,35,'HAZY,AMBER,6.5,1.030,TRACE,NEGATIVE,POSITIVE (+),POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,16,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,,,4ccc762c0a2cf189a79c96183',', ',557,0,'2013-11-09 08:00:00',11723,NULL),(12585,16,'POSITIVE,4ccc762c0a2cf189a79c96183df698892c1027ea','',557,0,'2013-11-09 08:00:00',11726,NULL),(12586,14,'','',558,0,'2013-11-10 06:55:23',11730,NULL),(12587,21,'','',558,0,'2013-11-10 07:42:11',11731,NULL),(12588,224,'','',558,0,'2013-11-10 07:42:11',11731,NULL),(12589,222,'9.3,4.68,15.0,42.3,90.4,32.5,35.5,242,7.5,7.9,84.6,0.7,0.7,7.9,13.0,9.0,,c9269c89aba81e4832ad97e1dc8018a0ed25bbfe','',557,0,'2013-11-10 08:00:00',11732,NULL),(12590,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c9269c89aba81e4832ad97e1dc8018a0ed25bbfe','',557,0,'2013-11-10 08:00:00',11732,NULL),(12591,37,'','',558,0,'2013-11-10 08:20:49',11734,NULL),(12592,222,'5.5,5.11,16.0,43.9,85.9,31.3,36.4,310,37.5,9.5,53.0,2.1,0.5,2.9,14.7,7.4,,24147bfe390051d94e083cb0e701d360723e7c73','',557,0,'2013-11-10 08:00:00',11735,NULL),(12593,18,'[$]NO MALARIA PARASITES SEEN[/$],-,24147bfe390051d94e083cb0e701d360723e7c73','',557,0,'2013-11-10 08:00:00',11735,NULL),(12594,222,'10.2,5.05,13.8,38.8,76.8,27.3,35.6,406,17.0,11.0,71.5,1.7,1.2,7.3,14.6,7.8,,e24024776fe8ce9972720ca1061673bb2c767466','',557,0,'2013-11-10 08:00:00',11736,NULL),(12595,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e24024776fe8ce9972720ca1061673bb2c767466','',557,0,'2013-11-10 08:00:00',11736,NULL),(12596,68,'','',558,0,'2013-11-10 14:44:54',11737,NULL),(12597,222,'4.0,4.95,14.2,41.5,83.8,28.7,34.2,180,49.6,8.2,42.2,2,0,0.3,1.7,13.0,,0e41dab7f8bdb90d6d89904cc42d44f96ba38b21','',557,0,'2013-11-10 08:00:00',11737,NULL),(12598,211,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12599,60,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12600,57,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12601,133,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12602,131,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12603,132,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12604,56,'','',558,0,'2013-11-10 14:44:55',11739,NULL),(12605,68,'','',558,0,'2013-11-10 15:16:43',11740,NULL),(12606,222,'','',558,0,'2013-11-10 15:16:43',11740,NULL),(12607,77,'','',558,0,'2013-11-10 15:16:43',11740,NULL),(12608,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f1b2534be10a116ce2454373e8babd71b8c402fe',', ',552,0,'2013-11-10 08:00:00',11742,NULL),(12609,60,'','',558,0,'2013-11-10 15:16:43',11745,NULL),(12610,57,'','',558,0,'2013-11-10 15:16:43',11745,NULL),(12611,133,'','',558,0,'2013-11-10 15:16:43',11745,NULL),(12612,132,'','',558,0,'2013-11-10 15:16:43',11745,NULL),(12613,56,'','',558,0,'2013-11-10 15:16:43',11745,NULL),(12614,68,'','',558,0,'2013-11-10 15:19:43',11746,NULL),(12615,222,'','',558,0,'2013-11-10 15:19:43',11746,NULL),(12616,77,'','',558,0,'2013-11-10 15:19:43',11746,NULL),(12617,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ee19bd76057a0c93a76f54f088b51f4550a28466',', ',552,0,'2013-11-10 08:00:00',11748,NULL),(12618,60,'','',558,0,'2013-11-10 15:19:44',11751,NULL),(12619,57,'','',558,0,'2013-11-10 15:19:44',11751,NULL),(12620,133,'','',558,0,'2013-11-10 15:19:44',11751,NULL),(12621,132,'','',558,0,'2013-11-10 15:19:44',11751,NULL),(12622,92,'0.4,ee19bd76057a0c93a76f54f088b51f4550a28466','',534,0,'2013-11-11 08:00:00',11751,NULL),(12623,56,'','',558,0,'2013-11-10 15:19:44',11751,NULL),(12624,9,'','',530,0,'2013-11-10 15:57:29',11752,NULL),(12625,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fb9c89bba8f786b617d35e8b83e2a841b304efc7','',552,0,'2013-11-10 08:00:00',11752,NULL),(12626,9,'','',530,0,'2013-11-10 16:11:42',11753,NULL),(12627,107,'1/20,1/20,a63860da4b9b5d4b0515ecfeb026b773784b1208','',552,0,'2013-11-10 08:00:00',11755,NULL),(12628,37,'','',530,0,'2013-11-10 16:11:43',11758,NULL),(12629,131,'','',530,0,'2013-11-10 16:23:09',11759,NULL),(12630,82,'','',530,0,'2013-11-10 16:23:09',11761,NULL),(12631,68,'','',530,0,'2013-11-10 16:23:09',11761,NULL),(12632,82,'','',530,0,'2013-11-10 16:37:55',11762,NULL),(12633,218,',,,,,,,,,c61606a8cf7930a21a769d4df43e8de8243672bb','',552,0,'2013-11-10 08:00:00',11764,NULL),(12634,9,'','',530,0,'2013-11-10 17:30:59',11765,NULL),(12635,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b3c6c1f89e125793eb2ad003e9a08f3e3dd66d91','',552,0,'2013-11-10 08:00:00',11765,NULL),(12636,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b3c6c1f89e125793eb2ad003e9a08f3e3dd66d91',', ',552,0,'2013-11-10 08:00:00',11767,NULL),(12637,132,'','',530,0,'2013-11-10 17:44:58',11768,NULL),(12638,68,'','',530,0,'2013-11-10 17:44:58',11770,NULL),(12639,9,'','',530,0,'2013-11-10 17:44:58',11770,NULL),(12640,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5344049fea52feb73927425ef0d95d22e525e15d',', ',552,0,'2013-11-10 08:00:00',11773,NULL),(12641,57,'','',530,0,'2013-11-10 18:00:15',11774,NULL),(12642,133,'','',530,0,'2013-11-10 18:00:15',11774,NULL),(12643,132,'','',530,0,'2013-11-10 18:00:15',11774,NULL),(12644,56,'','',530,0,'2013-11-10 18:00:15',11774,NULL),(12645,9,'','',530,0,'2013-11-10 18:00:15',11776,NULL),(12646,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7444909e7e7db436cdb5b2da8f4039521fda0baa',', ',552,0,'2013-11-10 08:00:00',11779,NULL),(12647,68,'','',530,0,'2013-11-10 18:15:00',11780,NULL),(12648,107,'1/20,1/20,a63860da4b9b5d4b0515ecfeb026b773784b1208','',552,0,'2013-11-10 08:00:00',11781,NULL),(12649,9,'','',530,0,'2013-11-10 18:34:31',11782,NULL),(12650,68,'5.1,-,-,,1af62d0f24d18f1e922e081323d483e28117e799','',546,0,'2013-11-10 08:00:00',11783,NULL),(12651,57,'','',530,0,'2013-11-10 19:14:34',11784,NULL),(12652,133,'','',530,0,'2013-11-10 19:14:34',11784,NULL),(12653,131,'','',530,0,'2013-11-10 19:14:34',11784,NULL),(12654,132,'','',530,0,'2013-11-10 19:14:34',11784,NULL),(12655,56,'','',530,0,'2013-11-10 19:14:34',11784,NULL),(12656,68,'','',530,0,'2013-11-10 19:14:34',11786,NULL),(12657,9,'','',530,0,'2013-11-10 19:14:34',11786,NULL),(12658,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d9fc1f2db70fdb7a12fde55635c2dd747068384d',', ',552,0,'2013-11-10 08:00:00',11789,NULL),(12659,226,'','',530,0,'2013-11-10 19:15:44',11790,NULL),(12660,131,'','',530,0,'2013-11-10 19:24:06',11791,NULL),(12661,9,'','',530,0,'2013-11-10 19:24:06',11793,NULL),(12662,70,'18.9 ,,4644ac836f5eebe305c87a12898668cc04e63f01','',552,0,'2013-11-10 08:00:00',11794,NULL),(12663,35,'HAZY,LIGHT AMBER,5.5,1.030,POSITIVE (++),POSITIVE (+),TRACE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,10,LIGHT AMBER,5.5,1.030,,,,],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT ',', ',552,0,'2013-11-10 08:00:00',11796,NULL),(12664,9,'','',530,0,'2013-11-10 20:03:02',11797,NULL),(12665,6,'0.60,3009df11857210e007d4eb8742364cb76969a92d','',534,0,'2013-11-13 08:00:00',11799,NULL),(12666,11,'13.0,[$]14.0[/$],[$]0.93[/$],0.92,THERAPEUTIC : 2.0 - 4.0,3009df11857210e007d4eb8742364cb76969a92d','',552,0,'2013-11-10 08:00:00',11799,NULL),(12667,131,'','',530,0,'2013-11-10 20:03:03',11802,NULL),(12668,36,'No Bacteria Growth,##,##,,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',535,0,'2013-11-10 20:26:58',11803,NULL),(12669,131,'','',530,0,'2013-11-10 20:59:26',11804,NULL),(12670,22,'31,eaeb9377cd4e27ad1e1e948d95d7139960a0a7b6','',552,0,'2013-11-10 08:00:00',11805,NULL),(12671,9,'','',530,0,'2013-11-10 21:09:23',11805,NULL),(12672,19,'NEGATIVE,,eaeb9377cd4e27ad1e1e948d95d7139960a0a7b6','',552,0,'2013-11-10 08:00:00',11805,NULL),(12673,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eaeb9377cd4e27ad1e1e948d95d7139960a0a7b6','',552,0,'2013-11-10 08:00:00',11805,NULL),(12674,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,INCREASED (+),12,10,0,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,,,T SEEN,eaeb9377cd4e27ad1e1',', ',535,0,'2013-11-10 08:00:00',11807,NULL),(12675,9,'','',530,0,'2013-11-10 21:40:29',11808,NULL),(12676,19,'NEGATIVE,,d966e6bdb532c76ce21d92d25584cca8caf52371','',552,0,'2013-11-10 08:00:00',11808,NULL),(12677,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d966e6bdb532c76ce21d92d25584cca8caf52371','',552,0,'2013-11-10 08:00:00',11808,NULL),(12678,107,'1/20,1/20,d966e6bdb532c76ce21d92d25584cca8caf52371','',552,0,'2013-11-10 08:00:00',11810,NULL),(12679,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d966e6bdb532c76ce21d92d25584cca8caf52371',', ',552,0,'2013-11-10 08:00:00',11813,NULL),(12680,218,'3.6,NEGATIVE,8.3,NEGATIVE,5.8,TRACE,4.1,TRACE,,c61606a8cf7930a21a769d4df43e8de8243672bb','',535,0,'2013-11-10 08:00:00',11814,NULL),(12681,9,'','',530,0,'2013-11-10 21:48:14',11815,NULL),(12682,19,'NEGATIVE,,e454cf6a0dbcc178e49c4d4df10c55c022dedc26','',552,0,'2013-11-10 08:00:00',11815,NULL),(12683,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e454cf6a0dbcc178e49c4d4df10c55c022dedc26','',552,0,'2013-11-10 08:00:00',11815,NULL),(12684,107,'1/20,1/20,e454cf6a0dbcc178e49c4d4df10c55c022dedc26','',552,0,'2013-11-10 08:00:00',11817,NULL),(12685,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e454cf6a0dbcc178e49c4d4df10c55c022dedc26',', ',552,0,'2013-11-10 08:00:00',11820,NULL),(12686,9,'','',535,0,'2013-11-10 22:33:28',11821,NULL),(12687,19,'NEGATIVE,,da5c83fbc0aad3da435e06a00cc50a926327f828','',552,0,'2013-11-10 08:00:00',11821,NULL),(12688,18,'[$]NO MALARIA PARASITES SEEN[/$],-,da5c83fbc0aad3da435e06a00cc50a926327f828','',552,0,'2013-11-10 08:00:00',11821,NULL),(12689,16,'NEGATIVE,e1221ee4f5697453d4c9b5b8d60ec758178ad19a','',552,0,'2013-11-10 08:00:00',11822,NULL),(12690,14,'','',530,0,'2013-11-10 23:05:17',11824,NULL),(12691,36,'No Bacteria Growth,##,##,,eaeb9377cd4e27ad1e1e948d95d7139960a0a7b6','',534,0,'2013-11-11 08:00:00',11825,NULL),(12692,9,'','',530,0,'2013-11-11 00:08:44',11826,NULL),(12693,18,'','',530,0,'2013-11-11 00:08:44',11826,NULL),(12694,9,'5.5,6.50,15.1,46.5,71.5,23.2,32.5,167,42.8,11.6,45.6,2.4,0.6,e43ba9a97862cce25b0bc4be02d3daf59d8d123b','',557,0,'2013-11-11 08:00:00',11827,NULL),(12695,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e43ba9a97862cce25b0bc4be02d3daf59d8d123b','',534,0,'2013-11-11 08:00:00',11827,NULL),(12696,57,'','',530,0,'2013-11-11 00:23:40',11829,NULL),(12697,133,'','',530,0,'2013-11-11 00:23:40',11829,NULL),(12698,112,'NEGATIVE,,e43ba9a97862cce25b0bc4be02d3daf59d8d123b','',534,0,'2013-11-11 08:00:00',11829,NULL),(12699,27,'NON-REACTIVE,-,NEGATIVE,,e43ba9a97862cce25b0bc4be02d3daf59d8d123b','',534,0,'2013-11-11 08:00:00',11829,NULL),(12700,131,'','',530,0,'2013-11-11 00:23:40',11829,NULL),(12701,92,'0.5,e43ba9a97862cce25b0bc4be02d3daf59d8d123b','',534,0,'2013-11-11 08:00:00',11829,NULL),(12702,56,'','',530,0,'2013-11-11 00:23:40',11829,NULL),(12703,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,e43ba9a97862cce25b0bc4be','',550,0,'2013-11-11 08:00:00',11832,NULL),(12704,82,'','',530,0,'2013-11-11 00:23:40',11836,NULL),(12705,68,'7.5,-,-,,e43ba9a97862cce25b0bc4be02d3daf59d8d123b','',534,0,'2013-11-11 08:00:00',11836,NULL),(12706,9,'','',530,0,'2013-11-11 00:27:53',11837,NULL),(12707,19,'NEGATIVE,,e316b1875bbf3c3246f3372e77f629b2d3ec7187','',552,0,'2013-11-10 08:00:00',11837,NULL),(12708,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e316b1875bbf3c3246f3372e77f629b2d3ec7187','',552,0,'2013-11-10 08:00:00',11837,NULL),(12709,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e316b1875bbf3c3246f3372e77f629b2d3ec7187',', ',552,0,'2013-11-10 08:00:00',11839,NULL),(12710,16,'NEGATIVE,e316b1875bbf3c3246f3372e77f629b2d3ec7187','',552,0,'2013-11-10 08:00:00',11842,NULL),(12711,107,'1/20,1/20,e316b1875bbf3c3246f3372e77f629b2d3ec7187','',552,0,'2013-11-10 08:00:00',11842,NULL),(12712,14,'NEGATIVE,e316b1875bbf3c3246f3372e77f629b2d3ec7187','',552,0,'2013-11-10 08:00:00',11846,NULL),(12713,9,'','',530,0,'2013-11-11 00:31:00',11847,NULL),(12714,19,'NEGATIVE,,d5447d270010bdf40d0bbcf43d4397cedaf89187','',552,0,'2013-11-10 08:00:00',11847,NULL),(12715,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d5447d270010bdf40d0bbcf43d4397cedaf89187','',552,0,'2013-11-10 08:00:00',11847,NULL),(12716,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d5447d270010bdf40d0bbcf43d4397cedaf89187',', ',552,0,'2013-11-10 08:00:00',11849,NULL),(12717,38,'[$][/$],##,##,,d5447d270010bdf40d0bbcf43d4397cedaf89187','',552,0,'2013-11-10 08:00:00',11852,NULL),(12718,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d5447d270010bdf40d0bbcf43d4397cedaf89187','',552,0,'2013-11-10 08:00:00',11852,NULL),(12719,107,'1/20,1/20,d5447d270010bdf40d0bbcf43d4397cedaf89187','',552,0,'2013-11-10 08:00:00',11856,NULL),(12720,57,'','',530,0,'2013-11-11 00:40:03',11857,NULL),(12721,133,'','',530,0,'2013-11-11 00:40:03',11857,NULL),(12722,56,'','',530,0,'2013-11-11 00:40:03',11857,NULL),(12723,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,78498147d180d9d4737c90a5ba88de41a7bf3a67','pH:6.5, SPECIFIC GRAVITY:1.025, EPITHELIAL CELLS:8',552,0,'2013-11-11 00:47:12',11858,NULL),(12724,9,'','',530,0,'2013-11-11 01:04:29',11859,NULL),(12725,223,'[$][/$],87191c92db7fb76e8ad97fe65c367f671366cf2d','',552,0,'2013-11-11 08:00:00',11859,NULL),(12726,28,'NEGATIVE,[$]AA[/$],,87191c92db7fb76e8ad97fe65c367f671366cf2d','',552,0,'2013-11-11 08:00:00',11859,NULL),(12727,9,'','',530,0,'2013-11-11 01:10:58',11860,NULL),(12728,19,'NEGATIVE,,117085ab15f3f8bb27e95de3db8f7750b5336a3d','',552,0,'2013-11-10 08:00:00',11860,NULL),(12729,18,'[$]NO MALARIA PARASITES SEEN[/$],-,117085ab15f3f8bb27e95de3db8f7750b5336a3d','',552,0,'2013-11-10 08:00:00',11860,NULL),(12730,70,'5.6,,117085ab15f3f8bb27e95de3db8f7750b5336a3d','',552,0,'2013-11-10 08:00:00',11860,NULL),(12731,107,'1/20,1/160,117085ab15f3f8bb27e95de3db8f7750b5336a3d','',552,0,'2013-11-10 08:00:00',11862,NULL),(12732,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,117085ab15f3f8bb27e95de3db8f7750b5336a3d',', ',552,0,'2013-11-10 08:00:00',11865,NULL),(12733,21,'','',530,0,'2013-11-11 01:12:48',11866,NULL),(12734,224,'','',530,0,'2013-11-11 01:12:48',11866,NULL),(12735,9,'','',530,0,'2013-11-11 02:31:09',11867,NULL),(12736,19,'NEGATIVE,,750891152742c2bf666b667424efa692a3a73e3c','',552,0,'2013-11-10 08:00:00',11867,NULL),(12737,18,'[$]NO MALARIA PARASITES SEEN[/$],-,750891152742c2bf666b667424efa692a3a73e3c','',552,0,'2013-11-10 08:00:00',11867,NULL),(12738,57,'','',530,0,'2013-11-11 02:31:09',11869,NULL),(12739,133,'','',530,0,'2013-11-11 02:31:09',11869,NULL),(12740,56,'','',530,0,'2013-11-11 02:31:09',11869,NULL),(12741,35,'CLEAR,AMBER,6.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NO,,,,,,,,,,,,,,,,,,,,,,,,,,T SEEN,NOT SEEN,750',', ',552,0,'2013-11-10 08:00:00',11872,NULL),(12742,9,'','',530,0,'2013-11-11 02:45:59',11873,NULL),(12743,19,'NEGATIVE,,3847b4e0949342f8ce62fbc03cf8697cba4c829a','',552,0,'2013-11-10 08:00:00',11873,NULL),(12744,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3847b4e0949342f8ce62fbc03cf8697cba4c829a','',552,0,'2013-11-10 08:00:00',11873,NULL),(12745,9,'','',530,0,'2013-11-11 03:13:18',11874,NULL),(12746,19,'NEGATIVE,,4f0f05dd833861c0386e607cd531f21a23e5bf31','',535,0,'2013-11-10 08:00:00',11874,NULL),(12747,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4f0f05dd833861c0386e607cd531f21a23e5bf31','',535,0,'2013-11-10 08:00:00',11874,NULL),(12748,9,'','',558,0,'2013-11-11 03:25:52',11875,NULL),(12749,19,'NEGATIVE,,276d835b86b0e61373d194740c2c5d7cadb9523c','',552,0,'2013-11-10 08:00:00',11875,NULL),(12750,18,'[$]NO MALARIA PARASITES SEEN[/$],-,276d835b86b0e61373d194740c2c5d7cadb9523c','',552,0,'2013-11-10 08:00:00',11875,NULL),(12751,71,'NEGATIVE,,276d835b86b0e61373d194740c2c5d7cadb9523c','',552,0,'2013-11-10 08:00:00',11877,NULL),(12752,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,276d835b86b0e61373d194740c2c5d7cadb9523c',', ',552,0,'2013-11-10 08:00:00',11877,NULL),(12753,107,'1/20,1/20,276d835b86b0e61373d194740c2c5d7cadb9523c','',552,0,'2013-11-10 08:00:00',11880,NULL),(12754,9,'','',558,0,'2013-11-11 03:41:08',11881,NULL),(12755,19,'NEGATIVE,,1081b80355c833a97eab7aba2ff8f05417638444','',552,0,'2013-11-10 08:00:00',11881,NULL),(12756,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1081b80355c833a97eab7aba2ff8f05417638444','',552,0,'2013-11-10 08:00:00',11881,NULL),(12757,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,1081b80355c833a97eab7aba2ff8f05417638444',', ',557,0,'2013-11-10 08:00:00',11883,NULL),(12758,9,'','',558,0,'2013-11-11 03:46:08',11884,NULL),(12759,19,'NEGATIVE,,8f492b80b2872bc251934b48b8c3d161ac999bab','',552,0,'2013-11-10 08:00:00',11884,NULL),(12760,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8f492b80b2872bc251934b48b8c3d161ac999bab','',552,0,'2013-11-10 08:00:00',11884,NULL),(12761,22,'5,b5764f05638d6b9d5c795684db6620ba3e7012d3','',557,0,'2013-11-10 08:00:00',11885,NULL),(12762,222,'5.5,5.03,14.1,42.2,83.9,28.0,33.4,241,42.3,9.5,48.2,2.3,0.5,2.7,13.4,8.7,,b5764f05638d6b9d5c795684db6620ba3e7012d3','',557,0,'2013-11-10 08:00:00',11885,NULL),(12763,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b5764f05638d6b9d5c795684db6620ba3e7012d3',', ',557,0,'2013-11-10 08:00:00',11887,NULL),(12764,14,'POSITIVE,b5764f05638d6b9d5c795684db6620ba3e7012d3','',555,0,'2013-11-11 08:00:00',11890,NULL),(12765,222,'5.6,4.98,15.3,42.9,86.1,30.7,35.7,266,44.9,12.7,42.4,2.5,0.7,2.4,12.7,9.4,,03f660e849967b83a8641b6bc73ccc8ac8fd4a7d','',557,0,'2013-11-10 08:00:00',11891,NULL),(12766,222,'5.8,4.29,12.4,35.4,82.5,28.9,35.0,274,35.2,11.8,53.0,2.0,0.7,3.1,14.7,10.0,,e22cad471c6225ac8dcf1aaa5876fb5731c3e833','',557,0,'2013-11-10 08:00:00',11892,NULL),(12767,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e22cad471c6225ac8dcf1aaa5876fb5731c3e833','',557,0,'2013-11-10 08:00:00',11892,NULL),(12768,107,'1/20,1/20,e22cad471c6225ac8dcf1aaa5876fb5731c3e833','',557,0,'2013-11-10 08:00:00',11894,NULL),(12769,222,'11.0,5.45,14.1,43.4,79.6,25.6,32.5,318,31.0,5.5,63.5,3.4,0.6,7.0,15.1,8.8,,00b69d8c10e7695fcc4b606cd9d7bd601d587f4f','',557,0,'2013-11-10 08:00:00',11895,NULL),(12770,18,'[$]NO MALARIA PARASITES SEEN[/$],-,00b69d8c10e7695fcc4b606cd9d7bd601d587f4f','',557,0,'2013-11-10 08:00:00',11895,NULL),(12771,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,10,0,CALCIUM OXALATE (++),NOT S,,,,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,00b69d',', ',557,0,'2013-11-10 08:00:00',11897,NULL),(12772,114,'POSITIVE,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVE',504,0,'2013-11-22 01:22:56',11898,NULL),(12773,116,'POSITIVE,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVEHEPATITIS Be Ab:POSITIVE',504,0,'2013-11-22 01:22:56',11898,NULL),(12774,115,'NEGATIVE,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVEHEPATITIS Be Ab:POSITI',504,0,'2013-11-22 01:22:56',11898,NULL),(12775,113,'NEGATIVE,0.0,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVEHEPATITIS Be Ab:POSI',504,0,'2013-11-22 01:22:56',11898,NULL),(12776,112,'POSITIVE,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVEHEPATITIS Be Ab:POSIHEPATITIS Bs ANTIGEN:POSITIVE',504,0,'2013-11-22 01:22:56',11898,NULL),(12777,10,'NEGATIVE,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVEHEPATITIS Be Ab:POSIHEPATITIS Bs ANTIGEN:POSITI',534,504,'2013-11-15 08:00:00',11898,'2013-11-21 17:22:56'),(12778,131,',,,,,,,,,9d464e4de8920b6566ab4ab1232574c1d667d289','HEPATITIS Bc lgG Ab:POSITIVEHEPATITIS Be Ab:POSIHEPATITIS Bs ANTIGEN:POSI',504,0,'2013-11-22 01:22:56',11898,NULL),(12779,14,'NEGATIVE,cfac2eacc677a0a62380c91279492945902538f6','',557,0,'2013-11-10 08:00:00',11899,NULL),(12780,16,'','',558,0,'2013-11-11 05:34:29',11901,NULL),(12781,222,'12.4,4.79,14.6,43.6,91.0,30.5,33.5,235,18.8,4.4,76.8,2.3,0.5,9.6,12.6,10.6,,55069001e347758880c331a998cd5a0ee6b610ee','',557,0,'2013-11-10 08:00:00',11902,NULL),(12782,37,'','',558,0,'2013-11-11 06:13:02',11904,NULL),(12783,107,'1/20,1/160,55069001e347758880c331a998cd5a0ee6b610ee','',557,0,'2013-11-10 08:00:00',11907,NULL),(12784,222,'5.3,4.25,12.5,37.1,87.3,29.4,33.7,260,51.1,5.7,43.2,2.7,0.3,2.3,12.8,12.0,,73c52f9ed4b5e797d59b969a9706b243414c55ed','',557,557,'2013-11-10 08:00:00',11908,'2013-11-10 23:48:24'),(12785,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,73c52f9ed4b5e797d59b969a9706b243414c55ed','',557,0,'2013-11-11 07:48:24',11908,NULL),(12786,222,'4.9,4.65,13.8,38.9,83.7,29.7,35.5,428,34.9,11.9,53.2,1.7,0.6,2.6,12.6,7.7,,cf02a67bf67d90f7dd0f6c675b62f4f2f0952a1e','',557,0,'2013-11-10 08:00:00',11909,NULL),(12787,19,'NEGATIVE,,cf02a67bf67d90f7dd0f6c675b62f4f2f0952a1e','',557,0,'2013-11-10 08:00:00',11909,NULL),(12788,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cf02a67bf67d90f7dd0f6c675b62f4f2f0952a1e','',557,0,'2013-11-10 08:00:00',11909,NULL),(12789,107,'1/20,1/20,cf02a67bf67d90f7dd0f6c675b62f4f2f0952a1e','',557,0,'2013-11-10 08:00:00',11911,NULL),(12790,222,'17.4,2.62,7.7,21.7,82.8,29.4,35.5,373,41.5,13.2,45.3,7.2,2.3,7.9,30.5,9.4,,da1321de8c3e0c14350e776273781f6562d191e4','',557,0,'2013-11-11 08:00:00',11912,NULL),(12791,18,'[$]NO MALARIA PARASITES SEEN[/$],-,da1321de8c3e0c14350e776273781f6562d191e4','',557,0,'2013-11-11 08:00:00',11912,NULL),(12792,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,da1321de8c3e0c14350e776273781f6562d191e4',', ',557,0,'2013-11-11 08:00:00',11914,NULL),(12793,222,'4.7,5.36,17.3,46.7,87.1,32.3,37.0,75,27.0,3.5,69.5,1.3,0.2,3.2,12.5,8.5,,1b69f935e265866d1fa8f0e43176aaa692ba36c3','',557,0,'2013-11-11 08:00:00',11915,NULL),(12794,19,'POSITIVE,,1b69f935e265866d1fa8f0e43176aaa692ba36c3','',557,0,'2013-11-11 08:00:00',11915,NULL),(12795,18,'[$]MALARIA PARASITES PRESENT(+)[/$],TROPHOZOITES,1b69f935e265866d1fa8f0e43176aaa692ba36c3','',557,0,'2013-11-11 08:00:00',11915,NULL),(12796,107,'1/20,1/20,,1b69f935e265866d1fa8f0e43176aaa692ba36c3','',557,0,'2013-11-11 09:32:46',11917,NULL),(12797,224,',,e25525124dacd01dd4534e792df5b81954d33e97','',557,558,'2013-11-11 08:00:00',11918,'2013-11-11 05:33:28'),(12798,222,'15.9,1.97,5.7,16.7,84.8,28.9,34.1,598,14.2,6.4,79.4,2.3,1.0,12.6,23.3,8.6,,e25525124dacd01dd4534e792df5b81954d33e97','',557,558,'2013-11-11 08:00:00',11918,'2013-11-11 05:33:28'),(12799,223,',,e25525124dacd01dd4534e792df5b81954d33e97','',558,0,'2013-11-11 13:33:28',11918,NULL),(12800,78,'','',558,0,'2013-11-11 14:14:26',11919,NULL),(12801,57,'','',558,0,'2013-11-11 14:14:26',11919,NULL),(12802,132,'','',558,0,'2013-11-11 14:14:26',11919,NULL),(12803,68,'8.0,NEGATIVE,NEGATIVE,,117085ab15f3f8bb27e95de3db8f7750b5336a3d','',534,0,'2013-11-11 08:00:00',11921,NULL),(12804,222,'8.6,4.41,14.0,40.6,92.1,31.7,34.5,92,19.4,5.1,75.5,1.7,0.4,6.5,13.1,11.4,,b2b8f28b05074ee963be0f5de66eb10ec2b601ea','',557,0,'2013-11-11 08:00:00',11922,NULL),(12805,19,'NEGATIVE,,b2b8f28b05074ee963be0f5de66eb10ec2b601ea','',550,0,'2013-11-11 08:00:00',11922,NULL),(12806,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b2b8f28b05074ee963be0f5de66eb10ec2b601ea','',550,0,'2013-11-11 08:00:00',11922,NULL),(12807,107,'1/20,1/20,b2b8f28b05074ee963be0f5de66eb10ec2b601ea','',550,0,'2013-11-11 08:00:00',11924,NULL),(12808,222,'4.8,4.5,12.4,36.3,79.3,27.1,34.2,271,39.4,8.4,52.2,1.9,0.4,2.5,12.8,8.0,,1ea3bd827bad065bbbb8c4afb637821bb677f7dc','',557,0,'2013-11-11 08:00:00',11925,NULL),(12809,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1ea3bd827bad065bbbb8c4afb637821bb677f7dc','',550,0,'2013-11-11 08:00:00',11925,NULL),(12810,68,'','',558,0,'2013-11-11 15:00:34',11926,NULL),(12811,222,'','',558,0,'2013-11-11 15:00:34',11926,NULL),(12812,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,bc403b644b09ced150b9855a',' ',550,0,'2013-11-11 08:00:00',11928,NULL),(12813,57,'','',558,0,'2013-11-11 15:00:35',11931,NULL),(12814,133,'','',558,0,'2013-11-11 15:00:35',11931,NULL),(12815,132,'','',558,0,'2013-11-11 15:00:35',11931,NULL),(12816,56,'','',558,0,'2013-11-11 15:00:35',11931,NULL),(12817,222,'','',558,0,'2013-11-11 15:15:17',11932,NULL),(12818,14,'NEGATIVE,a2b09330f1f3057e8b08412d25656a42c0bdffbe','',555,0,'2013-11-11 08:00:00',11934,NULL),(12819,9,'','',530,0,'2013-11-11 16:30:50',11935,NULL),(12820,19,'NEGATIVE,,900ea7253d6f7fd0e0907dfa670abd14af8c6449','',537,0,'2013-11-11 08:00:00',11935,NULL),(12821,18,'[$]NO MALARIA PARASITE SEEN[/$],-,900ea7253d6f7fd0e0907dfa670abd14af8c6449','',537,0,'2013-11-11 08:00:00',11935,NULL),(12822,57,'','',530,0,'2013-11-11 16:30:51',11937,NULL),(12823,133,'','',530,0,'2013-11-11 16:30:51',11937,NULL),(12824,132,'','',530,0,'2013-11-11 16:30:51',11937,NULL),(12825,56,'','',530,0,'2013-11-11 16:30:51',11937,NULL),(12826,82,'','',530,0,'2013-11-11 16:30:51',11940,NULL),(12827,68,'','',530,0,'2013-11-11 16:30:51',11940,NULL),(12828,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,900ea7253d6f7fd0e0907dfa','',555,0,'2013-11-11 08:00:00',11944,NULL),(12829,68,'12.8,TRACE,NEGATIVE,,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',555,0,'2013-11-11 08:00:00',11945,NULL),(12830,9,'','',530,0,'2013-11-11 16:37:25',11945,NULL),(12831,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,01264d56f51cd18677f6cdcfb9bc16bbd8616bae','',555,0,'2013-11-11 08:00:00',11947,NULL),(12832,68,'','',530,0,'2013-11-11 16:43:14',11948,NULL),(12833,132,'','',530,0,'2013-11-11 16:43:14',11950,NULL),(12834,9,'','',530,0,'2013-11-11 16:56:43',11951,NULL),(12835,19,'NEGATIVE,,a20d0b0ddc5c3a5858ebfcd799ff7a86137945fb','',550,0,'2013-11-11 08:00:00',11951,NULL),(12836,22,'5,7576f3126273838e51ee1b0f14f7d169f3802b1d','',550,0,'2013-11-11 08:00:00',11952,NULL),(12837,9,'','',530,0,'2013-11-11 17:02:09',11952,NULL),(12838,44,'','',530,0,'2013-11-11 17:02:09',11954,NULL),(12839,9,'','',530,0,'2013-11-11 17:18:13',11955,NULL),(12840,19,'NEGATIVE,,3858eeb87a2950747e0b1e0b697c72dc4369059b','',550,0,'2013-11-11 08:00:00',11955,NULL),(12841,98,'NO GRAM NEGATIVE INTRACELLULAR DIPLOCOCCI SEEN,9a8dc6f9095663151318d858da5b261017473d8a','',534,0,'2013-11-11 08:00:00',11956,NULL),(12842,216,'[$]NO BACTERIAL GROWTH[/$],9a8dc6f9095663151318d858da5b261017473d8a','',534,0,'2013-11-11 08:00:00',11956,NULL),(12843,9,'','',530,0,'2013-11-11 17:23:06',11957,NULL),(12844,92,'1.8,7d935bea3124157bcfb2e333b2d69acdb7cb8b65','',534,0,'2013-11-11 08:00:00',11958,NULL),(12845,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7d935bea3124157bcfb2e333b2d69acdb7cb8b65','',534,0,'2013-11-11 08:00:00',11960,NULL),(12846,9,'','',530,0,'2013-11-11 17:31:32',11961,NULL),(12847,19,'NEGATIVE,,754a084039499f45b819d0102c6c61233c79f327','',537,0,'2013-11-11 08:00:00',11961,NULL),(12848,18,'[$]NO MALARIA PARASITES SEEN[/$],-,754a084039499f45b819d0102c6c61233c79f327','',537,0,'2013-11-11 08:00:00',11961,NULL),(12849,107,'1/20,1/20,754a084039499f45b819d0102c6c61233c79f327','',537,0,'2013-11-11 08:00:00',11963,NULL),(12850,35,'','',530,0,'2013-11-11 17:31:33',11966,NULL),(12851,9,'','',530,0,'2013-11-11 17:36:30',11967,NULL),(12852,70,'20.2,,abb32e3d2854aeb69a033c5f28a9f800693bd13b','',555,0,'2013-11-11 08:00:00',11967,NULL),(12853,36,'','',530,0,'2013-11-11 17:36:30',11969,NULL),(12854,35,'HAZY,STRAW,8.0,1.020,NEGATIVE,POSITIVE (+++),POSITIVE (+++),POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,4,>30,NOT SE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,','',555,0,'2013-11-11 08:00:00',11969,NULL),(12855,22,'4,1b872021db884dd4f055d5fc27777be5bda694e5','',537,0,'2013-11-11 08:00:00',11970,NULL),(12856,9,'','',530,0,'2013-11-11 17:48:30',11970,NULL),(12857,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1b872021db884dd4f055d5fc27777be5bda694e5','',537,0,'2013-11-11 08:00:00',11970,NULL),(12858,36,'','',530,0,'2013-11-11 17:48:30',11972,NULL),(12859,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b872021db884dd4f055d5fc27777be5bda694e5','',555,0,'2013-11-11 08:00:00',11972,NULL),(12860,63,'','',530,0,'2013-11-11 17:48:30',11975,NULL),(12861,128,'','',530,0,'2013-11-11 17:48:30',11975,NULL),(12862,92,'2.1,1b872021db884dd4f055d5fc27777be5bda694e5','',534,0,'2013-11-11 08:00:00',11975,NULL),(12863,108,'NON - REACTIVE,1b872021db884dd4f055d5fc27777be5bda694e5','',537,0,'2013-11-11 08:00:00',11975,NULL),(12864,107,'1/20,1/20,1b872021db884dd4f055d5fc27777be5bda694e5','',537,0,'2013-11-11 08:00:00',11975,NULL),(12865,37,'','',530,0,'2013-11-11 17:48:31',11979,NULL),(12866,9,'','',530,0,'2013-11-11 17:51:00',11980,NULL),(12867,9,'','',530,0,'2013-11-11 17:55:16',11981,NULL),(12868,19,'NEGATIVE,,3d038b959f818ab9d37e60ad252e33961ffff678','',537,0,'2013-11-11 08:00:00',11981,NULL),(12869,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3d038b959f818ab9d37e60ad252e33961ffff678','',537,0,'2013-11-11 08:00:00',11981,NULL),(12870,15,'','',530,0,'2013-11-11 18:28:53',11982,NULL),(12871,13,'','',530,0,'2013-11-11 18:28:53',11982,NULL),(12872,91,'13.4,FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),2106b15f8d5689f7f01a5419be7c809552e577d0','',534,0,'2013-11-20 08:00:00',11982,NULL),(12873,3,'1.7,##1.1,1.8,##,,,2106b15f8d5689f7f01a5419be7c809552e577d0','',541,0,'2013-11-13 08:00:00',11982,NULL),(12874,21,'B,POSITIVE,a6c6a984580d2b06efa99ee91bde56354a552170','',552,0,'2013-11-11 08:00:00',11983,NULL),(12875,9,'','',530,0,'2013-11-11 18:50:16',11983,NULL),(12876,20,'NEGATIVE,a6c6a984580d2b06efa99ee91bde56354a552170','',552,0,'2013-11-11 08:00:00',11983,NULL),(12877,112,'NEGATIVE,,a6c6a984580d2b06efa99ee91bde56354a552170','',552,541,'2013-11-11 08:00:00',11985,'2013-11-13 18:24:04'),(12878,27,'NON-REACTIVE,-,NEGATIVE,,a6c6a984580d2b06efa99ee91bde56354a552170','',552,541,'2013-11-11 08:00:00',11985,'2013-11-13 18:24:04'),(12879,128,',,,,,,,,,,,,,,,a6c6a984580d2b06efa99ee91bde56354a552170','',541,0,'2013-11-14 02:24:05',11985,NULL),(12880,91,'6.4,,,a6c6a984580d2b06efa99ee91bde56354a552170','',541,0,'2013-11-14 02:24:05',11985,NULL),(12881,3,'1.8,##0.9,2.1,##,,,a6c6a984580d2b06efa99ee91bde56354a552170','',541,541,'2013-11-13 08:00:00',11985,'2013-11-13 18:24:05'),(12882,41,'[$]4,29am[/$],[$]5,05am[/$],[$]5,30am[/$],COITUS INTERUPTUS,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]5.2[/$],[$]8.0[/$],[$]10% in sluggish linear progression[/$],[$]20% live sperm cells[/$],[$]9.0x10^6 Spe','',535,0,'2013-11-28 08:00:00',11988,NULL),(12883,45,'NEGATIVE,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',534,0,'2013-11-11 08:00:00',11989,NULL),(12884,9,'','',530,0,'2013-11-11 19:19:19',11990,NULL),(12885,19,'NEGATIVE,,101985fc09693640beda051e185624e3dea42629','',534,0,'2013-11-11 08:00:00',11990,NULL),(12886,22,'24,662fba4e54f0df049a9d8885091bccc8770fa11e','',555,0,'2013-11-11 08:00:00',11991,NULL),(12887,9,'','',530,0,'2013-11-11 19:21:46',11991,NULL),(12888,27,'NON-REACTIVE,-,NEGATIVE,,662fba4e54f0df049a9d8885091bccc8770fa11e','',555,0,'2013-11-11 08:00:00',11991,NULL),(12889,19,'NEGATIVE,,662fba4e54f0df049a9d8885091bccc8770fa11e','',555,0,'2013-11-11 08:00:00',11991,NULL),(12890,9,'','',530,0,'2013-11-11 19:24:45',11992,NULL),(12891,223,'','',530,0,'2013-11-11 19:24:45',11992,NULL),(12892,19,'NEGATIVE,,e1b481a5b05c5a298a3e9b6d000eae94e740efe8','',537,0,'2013-11-11 08:00:00',11992,NULL),(12893,9,'','',530,0,'2013-11-11 19:26:19',11993,NULL),(12894,19,'NEGATIVE,,6c68f935ce59cc4a4807e306296dfa42da3e1f0c','',534,0,'2013-11-11 08:00:00',11993,NULL),(12895,225,'','',530,0,'2013-11-11 19:28:11',11994,NULL),(12896,71,'NEGATIVE,,abb32e3d2854aeb69a033c5f28a9f800693bd13b','',555,0,'2013-11-11 08:00:00',11995,NULL),(12897,9,'','',530,0,'2013-11-11 19:29:58',11996,NULL),(12898,19,'NEGATIVE,,9e29533015860d63106074ae35e5412798acdf87','',534,0,'2013-11-11 08:00:00',11996,NULL),(12899,9,'','',530,0,'2013-11-11 19:31:23',11997,NULL),(12900,19,'NEGATIVE,,dfe9f484dcb4e5eedc7adfe56aaf42c031771f07','',534,0,'2013-11-11 08:00:00',11997,NULL),(12901,20,'NEGATIVE,d0f42e909689ae7c806eebe256a7caf79b8c31fe','',555,0,'2013-11-11 08:00:00',11998,NULL),(12902,57,'','',530,0,'2013-11-11 19:45:54',11999,NULL),(12903,131,'','',530,0,'2013-11-11 19:45:54',11999,NULL),(12904,132,'','',530,0,'2013-11-11 19:45:54',11999,NULL),(12905,92,'1.4,2054e822476abd9ad90f1a816e22399d5d7a8d4d','',534,0,'2013-11-14 08:00:00',11999,NULL),(12906,56,'','',530,0,'2013-11-11 19:45:54',11999,NULL),(12907,22,'3,6d247ad416f722ced2b1f3102ae9df6519d798d0','',552,0,'2013-11-12 08:00:00',12000,NULL),(12908,9,'','',530,0,'2013-11-11 19:49:25',12000,NULL),(12909,57,'','',530,0,'2013-11-11 19:49:25',12002,NULL),(12910,133,'','',530,0,'2013-11-11 19:49:25',12002,NULL),(12911,131,'','',530,0,'2013-11-11 19:49:25',12002,NULL),(12912,56,'','',530,0,'2013-11-11 19:49:25',12002,NULL),(12913,65,'','',530,0,'2013-11-11 19:49:25',12002,NULL),(12914,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,6d247ad416f722ced2b1f310','',534,0,'2013-11-11 08:00:00',12005,NULL),(12915,9,'','',530,0,'2013-11-11 19:52:53',12006,NULL),(12916,19,'NEGATIVE,,5f12331415bd96c03855718a0aaa07f7cdd051d9','',552,0,'2013-11-11 08:00:00',12006,NULL),(12917,22,'38,3d41614a89b7e06dec904c4e259696078a3b5f2f','',555,0,'2013-11-11 08:00:00',12007,NULL),(12918,9,'','',530,0,'2013-11-11 20:02:59',12007,NULL),(12919,19,'NEGATIVE,,3d41614a89b7e06dec904c4e259696078a3b5f2f','',555,0,'2013-11-11 08:00:00',12007,NULL),(12920,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3d41614a89b7e06dec904c4e259696078a3b5f2f','',555,0,'2013-11-11 08:00:00',12007,NULL),(12921,36,'No Bacteria Growth,##,##,,3d41614a89b7e06dec904c4e259696078a3b5f2f','',534,0,'2013-11-15 08:00:00',12009,NULL),(12922,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3d41614a89b7e06dec904c4e259696078a3b5f2f','',555,0,'2013-11-11 08:00:00',12009,NULL),(12923,9,'','',530,0,'2013-11-11 20:05:54',12010,NULL),(12924,19,'NEGATIVE,,30055da13b680e5f98d5c853fab3cf248d97c9dd','',552,0,'2013-11-11 08:00:00',12010,NULL),(12925,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,30055da13b680e5f98d5c853fab3cf248d97c9dd','',534,0,'2013-11-11 08:00:00',12012,NULL),(12926,9,'','',530,0,'2013-11-11 20:07:59',12013,NULL),(12927,19,'NEGATIVE,,501d97bd2098c42236593f54e63e05661af7d743','',534,0,'2013-11-11 08:00:00',12013,NULL),(12928,18,'[$]NO MALARIA PARASITES SEEN [/$],-,501d97bd2098c42236593f54e63e05661af7d743','',534,0,'2013-11-11 08:00:00',12013,NULL),(12929,35,'CLEAR,STRAW,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,501d97bd2098c42236593f54e63e05661af7d743',', ',552,0,'2013-11-12 08:00:00',12015,NULL),(12930,22,'25,813f8e890a75ce0c4843bb718961cf638aa671d9','',555,0,'2013-11-11 08:00:00',12016,NULL),(12931,9,'','',530,0,'2013-11-11 20:10:11',12016,NULL),(12932,19,'NEGATIVE,,813f8e890a75ce0c4843bb718961cf638aa671d9','',555,0,'2013-11-11 08:00:00',12016,NULL),(12933,107,'1/20,1/20,813f8e890a75ce0c4843bb718961cf638aa671d9','',555,0,'2013-11-11 08:00:00',12018,NULL),(12934,22,'24,5e8cd4685a4be70c73ffabfbf182cf58907e2ea8','',555,0,'2013-11-11 08:00:00',12019,NULL),(12935,9,'','',530,0,'2013-11-11 20:15:34',12019,NULL),(12936,19,'NEGATIVE,,5e8cd4685a4be70c73ffabfbf182cf58907e2ea8','',555,0,'2013-11-11 08:00:00',12019,NULL),(12937,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5e8cd4685a4be70c73ffabfbf182cf58907e2ea8','',555,0,'2013-11-11 08:00:00',12019,NULL),(12938,35,'HAZY,AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,EN,5e8cd4685a4be70c73ffabf','',555,0,'2013-11-11 08:00:00',12021,NULL),(12939,223,'','',530,0,'2013-11-11 20:16:38',12022,NULL),(12940,9,'','',530,0,'2013-11-11 20:19:49',12023,NULL),(12941,16,'POSITIVE,0755f45c17e8db2318ce0a02ab1fe1447c1a79ab','',555,0,'2013-11-11 08:00:00',12025,NULL),(12942,14,'NEGATIVE,0755f45c17e8db2318ce0a02ab1fe1447c1a79ab','',555,0,'2013-11-11 08:00:00',12028,NULL),(12943,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,0755f45c17e8db2318ce0a02','',555,0,'2013-11-11 08:00:00',12032,NULL),(12944,22,'35,aa4e791e7b21ed1373db371e87883345d6dd95c0','',534,0,'2013-11-11 08:00:00',12033,NULL),(12945,9,'','',530,0,'2013-11-11 20:35:13',12033,NULL),(12946,71,'NEGATIVE,,aa4e791e7b21ed1373db371e87883345d6dd95c0','',534,0,'2013-11-11 08:00:00',12035,NULL),(12947,1,'NEGATIVE,aa4e791e7b21ed1373db371e87883345d6dd95c0','',534,0,'2013-11-11 08:00:00',12038,NULL),(12948,22,'4,1e1af68544523c8984ba4e715ca733dc34d44876','',534,0,'2013-11-11 08:00:00',12039,NULL),(12949,9,'','',530,0,'2013-11-11 20:41:30',12039,NULL),(12950,19,'NEGATIVE,,1e1af68544523c8984ba4e715ca733dc34d44876','',534,0,'2013-11-11 08:00:00',12039,NULL),(12951,9,'','',530,0,'2013-11-11 20:43:18',12040,NULL),(12952,223,'[$][/$],b86730aadb447cb4bbb47a63a9f7461f3415b7ab','',552,0,'2013-11-11 08:00:00',12040,NULL),(12953,19,'NEGATIVE,,b86730aadb447cb4bbb47a63a9f7461f3415b7ab','',552,0,'2013-11-11 08:00:00',12040,NULL),(12954,22,'15,7d3e5cc381e9a790841d48366391bec926b9033f','',534,0,'2013-11-11 08:00:00',12041,NULL),(12955,9,'','',530,0,'2013-11-11 20:47:22',12041,NULL),(12956,19,'NEGATIVE,,7d3e5cc381e9a790841d48366391bec926b9033f','',534,0,'2013-11-11 08:00:00',12041,NULL),(12957,18,'[$]NO MALARIA PARASITES SEEN [/$],-,7d3e5cc381e9a790841d48366391bec926b9033f','',534,0,'2013-11-11 08:00:00',12041,NULL),(12958,71,'NEGATIVE,,94cdce611e05a187545a912d319f388ce282cd3b','',534,0,'2013-11-11 08:00:00',12042,NULL),(12959,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,94cdce611e05a187545a912d','',534,0,'2013-11-11 08:00:00',12042,NULL),(12960,112,'NEGATIVE,,94cdce611e05a187545a912d319f388ce282cd3b','',552,0,'2013-11-11 08:00:00',12044,NULL),(12961,27,'NON-REACTIVE,-,NEGATIVE,,94cdce611e05a187545a912d319f388ce282cd3b','',552,0,'2013-11-11 08:00:00',12044,NULL),(12962,108,'NON - REACTIVE,94cdce611e05a187545a912d319f388ce282cd3b','',552,0,'2013-11-11 08:00:00',12044,NULL),(12963,135,'','',530,0,'2013-11-11 20:51:44',12047,NULL),(12964,134,'SCANTY,MODERATE,NOT SEEN,PRESENT (++),,94cdce611e05a187545a912d319f388ce282cd3b','',534,0,'2013-11-11 08:00:00',12047,NULL),(12965,9,'','',530,0,'2013-11-11 20:54:16',12048,NULL),(12966,19,'NEGATIVE,,bb11c0971f8c26e8dc35f8af5d104ed395fb7dda','',552,0,'2013-11-11 08:00:00',12048,NULL),(12967,22,'1,5a744a677ac541837e4b0769435e1565f6ca69e0','',552,0,'2013-11-11 08:00:00',12049,NULL),(12968,9,'','',530,0,'2013-11-11 20:56:12',12049,NULL),(12969,28,'POSITIVE,[$]SC[/$],,5a744a677ac541837e4b0769435e1565f6ca69e0','',552,0,'2013-11-11 08:00:00',12049,NULL),(12970,9,'','',530,0,'2013-11-11 20:58:59',12050,NULL),(12971,19,'NEGATIVE,,90323e99da3ee61e87cea6b0b9bf60233fcca459','',552,0,'2013-11-11 08:00:00',12050,NULL),(12972,18,'[$]MALARIA PARASITES PRESENT[(80) +][/$],TROPHOZOITES,90323e99da3ee61e87cea6b0b9bf60233fcca459','',552,0,'2013-11-11 08:00:00',12050,NULL),(12973,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,90323e99da3ee61e87cea6b0b9bf60233fcca459','',534,0,'2013-11-11 08:00:00',12052,NULL),(12974,9,'','',530,0,'2013-11-11 21:01:56',12053,NULL),(12975,28,'NEGATIVE,[$]AA[/$],,0bb3480cef76949c55edc60db692b3f0ebedd5bf','',552,0,'2013-11-11 08:00:00',12053,NULL),(12976,19,'NEGATIVE,,0bb3480cef76949c55edc60db692b3f0ebedd5bf','',552,0,'2013-11-11 08:00:00',12053,NULL),(12977,21,'A,POSITIVE,1b872021db884dd4f055d5fc27777be5bda694e5','',537,0,'2013-11-11 08:00:00',12054,NULL),(12978,9,'','',530,0,'2013-11-11 21:06:55',12055,NULL),(12979,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,69ab2ce7ea5727d47830ef4f27fb94cff13508f7','',555,0,'2013-11-11 08:00:00',12057,NULL),(12980,226,'','',530,0,'2013-11-11 21:09:27',12058,NULL),(12981,22,'3,0e0579440957cc12ac923b42e99e49cbc200549a','',552,0,'2013-11-11 08:00:00',12059,NULL),(12982,9,'','',530,0,'2013-11-11 21:16:32',12059,NULL),(12983,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,CALCIUM OXALATE (+),NOT ,,,,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEEN,0e057',' ',534,0,'2013-11-11 08:00:00',12061,NULL),(12984,38,'[$][/$],##,##,,0e0579440957cc12ac923b42e99e49cbc200549a','',534,0,'2013-11-11 08:00:00',12064,NULL),(12985,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0e0579440957cc12ac923b42e99e49cbc200549a','',534,0,'2013-11-11 08:00:00',12064,NULL),(12986,107,'1/20,1/20,0e0579440957cc12ac923b42e99e49cbc200549a','',552,0,'2013-11-11 08:00:00',12068,NULL),(12987,21,'O,POSITIVE,c444035e6012a620ea5a25702591416e8c76f29d','',552,0,'2013-11-11 08:00:00',12069,NULL),(12988,9,'','',530,0,'2013-11-11 21:18:40',12069,NULL),(12989,20,'NEGATIVE,c444035e6012a620ea5a25702591416e8c76f29d','',552,0,'2013-11-11 08:00:00',12069,NULL),(12990,112,'NEGATIVE,,c444035e6012a620ea5a25702591416e8c76f29d','',552,0,'2013-11-11 08:00:00',12071,NULL),(12991,27,'NON-REACTIVE,-,NEGATIVE,,c444035e6012a620ea5a25702591416e8c76f29d','',552,0,'2013-11-11 08:00:00',12071,NULL),(12992,108,'NON - REACTIVE,c444035e6012a620ea5a25702591416e8c76f29d','',552,0,'2013-11-11 08:00:00',12071,NULL),(12993,223,'[$][/$],754a084039499f45b819d0102c6c61233c79f327','',552,0,'2013-11-11 08:00:00',12072,NULL),(12994,28,'NEGATIVE,[$]AA[/$],,754a084039499f45b819d0102c6c61233c79f327','',552,0,'2013-11-11 08:00:00',12072,NULL),(12995,9,'','',530,0,'2013-11-11 21:44:45',12073,NULL),(12996,19,'NEGATIVE,,6774fbf7f49e6fc1fa14a14955281bb207f7e6d2','',534,0,'2013-11-11 08:00:00',12073,NULL),(12997,9,'','',530,0,'2013-11-11 21:58:03',12074,NULL),(12998,19,'NEGATIVE,,72dafd657931eee2e8240a3770e01f8cbdcf59cc','',534,0,'2013-11-11 08:00:00',12074,NULL),(12999,16,'POSITIVE,72dafd657931eee2e8240a3770e01f8cbdcf59cc','',534,0,'2013-11-11 08:00:00',12076,NULL),(13000,14,'','',530,0,'2013-11-11 21:58:03',12079,NULL),(13001,9,'','',530,0,'2013-11-11 22:01:54',12080,NULL),(13002,19,'NEGATIVE,,b493db319f91683d79cb771a3230e70856b78743','',552,0,'2013-11-11 08:00:00',12080,NULL),(13003,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b493db319f91683d79cb771a3230e70856b78743','',534,0,'2013-11-11 08:00:00',12082,NULL),(13004,9,'','',530,0,'2013-11-11 22:03:13',12083,NULL),(13005,28,'NEGATIVE,[$]AA[/$],,027beff6ce0163c08ca89742b797c1e6b0809764','',552,0,'2013-11-11 08:00:00',12083,NULL),(13006,9,'','',530,0,'2013-11-11 22:05:26',12084,NULL),(13007,28,'NEGATIVE,[$]AC[/$],,68a1b6e40ec69905e2e2dab2e759500966b4778b','',552,0,'2013-11-11 08:00:00',12084,NULL),(13008,9,'','',530,0,'2013-11-11 22:08:08',12085,NULL),(13009,19,'NEGATIVE,,4067b2966acd3b918b7a636648bf7cb9a3003829','',534,0,'2013-11-11 08:00:00',12085,NULL),(13010,22,'1,7f44f38ceb00734bbe73e08317dfd9e2d777acc0','',552,0,'2013-11-11 08:00:00',12086,NULL),(13011,68,'','',530,0,'2013-11-11 22:15:48',12086,NULL),(13012,9,'','',530,0,'2013-11-11 22:15:48',12086,NULL),(13013,19,'NEGATIVE,,7f44f38ceb00734bbe73e08317dfd9e2d777acc0','',552,0,'2013-11-11 08:00:00',12086,NULL),(13014,57,'','',530,0,'2013-11-11 22:15:49',12088,NULL),(13015,133,'','',530,0,'2013-11-11 22:15:49',12088,NULL),(13016,131,'','',530,0,'2013-11-11 22:15:49',12088,NULL),(13017,132,'','',530,0,'2013-11-11 22:15:49',12088,NULL),(13018,56,'','',530,0,'2013-11-11 22:15:49',12088,NULL),(13019,35,'CLEAR,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,7f44f38ceb00734bbe73e083','',555,0,'2013-11-11 08:00:00',12091,NULL),(13020,9,'','',530,0,'2013-11-11 22:25:32',12092,NULL),(13021,22,'6,2a2e4f9110a4353a61764e70c60201aba07fcc74','',534,0,'2013-11-11 08:00:00',12093,NULL),(13022,9,'','',530,0,'2013-11-11 22:28:20',12093,NULL),(13023,19,'POSITIVE,,2a2e4f9110a4353a61764e70c60201aba07fcc74','',534,0,'2013-11-11 08:00:00',12093,NULL),(13024,18,'[$]MALARIA PARASITES PRESENT[1,240/(+)][/$],TROPHOZOITES,2a2e4f9110a4353a61764e70c60201aba07fcc74','',534,0,'2013-11-11 08:00:00',12093,NULL),(13025,35,'CLEAR,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,2a2e4f9110a4353a61764e70','',534,0,'2013-11-11 08:00:00',12095,NULL),(13026,107,'1/20,1/20,2a2e4f9110a4353a61764e70c60201aba07fcc74','',534,0,'2013-11-11 08:00:00',12098,NULL),(13027,9,'','',530,0,'2013-11-11 22:38:02',12099,NULL),(13028,57,'','',530,0,'2013-11-11 22:38:02',12101,NULL),(13029,133,'','',530,0,'2013-11-11 22:38:02',12101,NULL),(13030,132,'','',530,0,'2013-11-11 22:38:02',12101,NULL),(13031,56,'','',530,0,'2013-11-11 22:38:02',12101,NULL),(13032,9,'','',530,0,'2013-11-11 22:40:44',12102,NULL),(13033,36,'No Bacteria Growth,##,##,,415f649fbf01eff2eb96b4bf7c8f3a76048163be','',534,0,'2013-11-14 08:00:00',12104,NULL),(13034,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,415f649fbf01eff2eb96b4bf7c8f3a76048163be','',555,0,'2013-11-11 08:00:00',12104,NULL),(13035,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,415f649fbf01eff2eb96b4bf7c8f3a76048163be','',534,0,'2013-11-23 08:00:00',12107,NULL),(13036,134,'FEW,MODERATE,NOT SEEN,PRESENT (+),,415f649fbf01eff2eb96b4bf7c8f3a76048163be','',537,0,'2013-11-21 08:00:00',12107,NULL),(13037,9,'','',530,0,'2013-11-11 22:48:55',12108,NULL),(13038,57,'','',530,0,'2013-11-11 22:48:55',12110,NULL),(13039,133,'','',530,0,'2013-11-11 22:48:55',12110,NULL),(13040,56,'','',530,0,'2013-11-11 22:48:55',12110,NULL),(13041,9,'','',530,0,'2013-11-11 22:50:15',12111,NULL),(13042,28,'NEGATIVE,[$]AA[/$],,f0091f7e43e52453828ef57fa62851472422e249','',552,0,'2013-11-11 08:00:00',12111,NULL),(13043,35,'CLEAR,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,7d3e5cc381e9a790841d4836','',534,0,'2013-11-11 08:00:00',12112,NULL),(13044,112,'NEGATIVE,,717d2b47c23d20a56d3e0d66e1b218bb9c37a6f2','',534,0,'2013-11-11 08:00:00',12113,NULL),(13045,9,'','',530,0,'2013-11-11 23:04:36',12114,NULL),(13046,223,'','',530,0,'2013-11-11 23:04:36',12114,NULL),(13047,12,'14.0,aa52e437635580c6b94e5ad4dc32def522188343','',537,0,'2013-11-12 08:00:00',12116,NULL),(13048,11,'14.0,[$]14.0[/$],[$]1.0[/$],1.0,THERAPEUTIC : 2.0 - 4.0,aa52e437635580c6b94e5ad4dc32def522188343','',537,0,'2013-11-12 08:00:00',12116,NULL),(13049,19,'NEGATIVE,,ab625df14926d6f780c69e730ade5d42aed2868e','',534,0,'2013-11-11 08:00:00',12117,NULL),(13050,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ab625df14926d6f780c69e730ade5d42aed2868e','',534,0,'2013-11-11 08:00:00',12117,NULL),(13051,14,'','',530,0,'2013-11-11 23:10:33',12119,NULL),(13052,16,'NEGATIVE,ab625df14926d6f780c69e730ade5d42aed2868e','',534,0,'2013-11-11 08:00:00',12122,NULL),(13053,112,'NEGATIVE,,3e86208c292a6f8029e61a22e1b179b6e4a6e20d','',534,0,'2013-11-11 08:00:00',12123,NULL),(13054,107,'1/20,1/20,3e86208c292a6f8029e61a22e1b179b6e4a6e20d','',534,0,'2013-11-11 08:00:00',12123,NULL),(13055,105,'','',534,0,'2013-11-11 23:24:44',12124,NULL),(13056,105,'','',534,0,'2013-11-11 23:26:32',12125,NULL),(13057,126,'','',534,0,'2013-11-11 23:26:32',12125,NULL),(13058,213,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,,,,,105ae3fff0026661d1292398f4feac5250748ade','',534,0,'2013-11-11 08:00:00',12126,NULL),(13059,126,'[$]Staph aureus [/$],105ae3fff0026661d1292398f4feac5250748ade','',534,0,'2013-11-11 08:00:00',12126,NULL),(13060,9,'','',530,0,'2013-11-11 23:36:49',12127,NULL),(13061,28,'NEGATIVE,[$]AC[/$],,4fb744f67b964118ef8061e98b4f0014df04213c','',552,0,'2013-11-11 08:00:00',12127,NULL),(13062,9,'','',530,0,'2013-11-11 23:38:40',12128,NULL),(13063,19,'NEGATIVE,,b9f291a11f9e53c84e6f97cc41ed411c7c1c91be','',552,0,'2013-11-11 08:00:00',12128,NULL),(13064,107,'1/20,1/20,b9f291a11f9e53c84e6f97cc41ed411c7c1c91be','',552,0,'2013-11-11 08:00:00',12130,NULL),(13065,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,da870c0fb73a7841f4b823eb160717b9125639cc','',534,0,'2013-11-11 08:00:00',12131,NULL),(13066,36,'Coliforms,##,##,,da870c0fb73a7841f4b823eb160717b9125639cc','',534,0,'2013-11-11 08:00:00',12131,NULL),(13067,19,'NEGATIVE,,e5ba945fb642056866c9c54f91fdb1f9416796a8','',555,0,'2013-11-11 08:00:00',12132,NULL),(13068,35,'CLEAR,AMBER,5.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e5ba945fb642056866c9c54f91fdb1f9416796a8','',555,0,'2013-11-11 08:00:00',12134,NULL),(13069,126,'','',530,0,'2013-11-11 23:47:42',12135,NULL),(13070,9,'','',530,0,'2013-11-11 23:52:07',12136,NULL),(13071,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b8526e52e3e11fe0a8559f3b2c3dd28957fb4f78','',555,0,'2013-11-11 08:00:00',12138,NULL),(13072,131,'','',530,0,'2013-11-11 23:52:08',12141,NULL),(13073,9,'','',530,0,'2013-11-11 23:53:08',12142,NULL),(13074,9,'','',530,0,'2013-11-12 00:13:24',12143,NULL),(13075,19,'NEGATIVE,,0c955b7af294220a63b9ee0b845a46cdd5ae4cf6','',555,0,'2013-11-11 08:00:00',12143,NULL),(13076,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0c955b7af294220a63b9ee0b845a46cdd5ae4cf6','',555,0,'2013-11-11 08:00:00',12143,NULL),(13077,71,'POSITIVE,,0c955b7af294220a63b9ee0b845a46cdd5ae4cf6','',555,0,'2013-11-11 08:00:00',12145,NULL),(13078,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,0c955b7af294220a63b9ee0b',' ',555,0,'2013-11-11 08:00:00',12145,NULL),(13079,9,'','',530,0,'2013-11-12 00:17:09',12146,NULL),(13080,19,'NEGATIVE,,1a30bb06f3b944a9c38fa0263b3a75dd73482428','',555,0,'2013-11-11 08:00:00',12146,NULL),(13081,35,'','',530,0,'2013-11-12 00:17:09',12148,NULL),(13082,9,'','',530,0,'2013-11-12 00:20:28',12149,NULL),(13083,112,'NEGATIVE,,09e523c4167da54f49d6e72ba6aea4853684c110','',555,0,'2013-11-11 08:00:00',12151,NULL),(13084,27,'','',530,0,'2013-11-12 00:20:28',12151,NULL),(13085,130,'','',530,0,'2013-11-12 00:20:28',12151,NULL),(13086,131,'','',530,0,'2013-11-12 00:20:28',12151,NULL),(13087,132,'','',530,0,'2013-11-12 00:20:28',12151,NULL),(13088,27,'NON-REACTIVE,-,NEGATIVE,,0dbda19bb4d64b43ece0d6a79014d9f8c416d046','',555,0,'2013-11-11 08:00:00',12152,NULL),(13089,27,'NON-REACTIVE,-,NEGATIVE,,443926ce601834de7a3a626963c58d825caa1ef4','',555,0,'2013-11-11 08:00:00',12153,NULL),(13090,28,'POSITIVE,[$]SS[/$],,469230a94fd211faf681be42ae362d38a037ab6c','',537,0,'2013-11-13 08:00:00',12154,NULL),(13091,57,'','',530,0,'2013-11-12 00:42:20',12155,NULL),(13092,133,'','',530,0,'2013-11-12 00:42:20',12155,NULL),(13093,132,'','',530,0,'2013-11-12 00:42:20',12155,NULL),(13094,56,'','',530,0,'2013-11-12 00:42:20',12155,NULL),(13095,68,'','',530,0,'2013-11-12 00:42:21',12157,NULL),(13096,9,'','',530,0,'2013-11-12 01:03:30',12158,NULL),(13097,36,'No Bacteria Growth,##,##,,ab46b15f46aa2f0ba751f9dcfa8e94cf0c2dc86e','',534,0,'2013-11-14 08:00:00',12160,NULL),(13098,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,ab46b15f46aa2f0ba751f9dc','',555,0,'2013-11-11 08:00:00',12160,NULL),(13099,9,'','',530,0,'2013-11-12 01:25:29',12161,NULL),(13100,20,'POSITIVE,c0d6214fa419a206ee61e71d8ded360324071c6c','',552,0,'2013-11-11 08:00:00',12161,NULL),(13101,11,'15,[$]14[/$],[$]1.1[/$],1.08,,,c0d6214fa419a206ee61e71d8ded360324071c6c','',541,0,'2013-11-14 20:53:56',12163,NULL),(13102,9,'','',530,0,'2013-11-12 01:47:37',12164,NULL),(13103,19,'NEGATIVE,,533fd12bee12b75d7efda9695ddc4b86dbb0c433','',535,0,'2013-11-12 08:00:00',12164,NULL),(13104,18,'[$]NO MALARIA PARASITES SEEN[/$],-,533fd12bee12b75d7efda9695ddc4b86dbb0c433','',535,0,'2013-11-12 08:00:00',12164,NULL),(13105,35,'CLOUDY,LIGHT AMBER,6.5,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,2,2,0,AMORPHOUS URATES(+++),NOT SEEN,,,,,,,,,,,,NOT SEEN,533fd12bee12b75d7efda969',', ',552,0,'2013-11-13 08:00:00',12166,NULL),(13106,9,'','',530,0,'2013-11-12 01:49:44',12167,NULL),(13107,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,AMORPHOUS PHOSPHATE (++),N,,,,,,,,,,,,,,,,,,,,,,,,,,OT SEEN,NOT SEEN,c3','',555,0,'2013-11-11 08:00:00',12169,NULL),(13108,9,'','',530,0,'2013-11-12 02:17:21',12170,NULL),(13109,19,'NEGATIVE,,e0ff295f72be6f4de4f8a10cb6a55b38cab69e47','',552,0,'2013-11-11 08:00:00',12170,NULL),(13110,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e0ff295f72be6f4de4f8a10cb6a55b38cab69e47','',552,0,'2013-11-11 08:00:00',12170,NULL),(13111,126,'[$]NO BACTERIAL GROWTH[/$],e75f4edabde0015b16a51208f7560944b6fa1c5e','',534,0,'2013-11-15 08:00:00',12171,NULL),(13112,21,'O,POSITIVE,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-16 08:00:00',12172,NULL),(13113,9,'','',530,0,'2013-11-12 02:26:48',12172,NULL),(13114,25,'NO DEFECT,,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-16 08:00:00',12172,NULL),(13115,20,'NEGATIVE,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-16 08:00:00',12172,NULL),(13116,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,AMORPHOUS PHOSPHATE (+),NO,,,,,,,,,,,T SEEN,NOT SEEN,5df70d8d335455ef0a',', ',543,0,'2013-11-16 08:00:00',12174,NULL),(13117,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,5df70d8d335455ef0af03d483a1318b08346eaf4','',543,0,'2013-11-16 08:00:00',12177,NULL),(13118,112,'NEGATIVE,,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-16 08:00:00',12181,NULL),(13119,27,'NON-REACTIVE,-,NEGATIVE,,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-16 08:00:00',12181,NULL),(13120,108,'NON - REACTIVE,5df70d8d335455ef0af03d483a1318b08346eaf4','',550,0,'2013-11-16 08:00:00',12181,NULL),(13121,9,'','',530,0,'2013-11-12 02:28:18',12182,NULL),(13122,9,'','',530,0,'2013-11-12 02:40:55',12183,NULL),(13123,35,'','',530,0,'2013-11-12 02:40:55',12185,NULL),(13124,9,'','',530,0,'2013-11-12 02:43:34',12186,NULL),(13125,19,'NEGATIVE,,20289f6d1879f3b53ebdb8f25c8400ecb17e3fd5','',552,0,'2013-11-11 08:00:00',12186,NULL),(13126,70,'13.9,,20289f6d1879f3b53ebdb8f25c8400ecb17e3fd5','',552,0,'2013-11-11 08:00:00',12186,NULL),(13127,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,20289f6d1879f3b53ebdb8f25c8400ecb17e3fd5','',555,0,'2013-11-11 08:00:00',12188,NULL),(13128,9,'','',530,0,'2013-11-12 02:51:09',12189,NULL),(13129,19,'NEGATIVE,,a4c9a25dd5dda4cfc28ff88f5e5b9877327e9811','',552,0,'2013-11-11 08:00:00',12189,NULL),(13130,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a4c9a25dd5dda4cfc28ff88f5e5b9877327e9811','',552,0,'2013-11-11 08:00:00',12189,NULL),(13131,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,N,a4c9a25dd5dda4cfc28ff88f','',555,0,'2013-11-11 08:00:00',12191,NULL),(13132,71,'NEGATIVE,,1a30bb06f3b944a9c38fa0263b3a75dd73482428','',555,0,'2013-11-11 08:00:00',12192,NULL),(13133,117,'NEGATIVE,,09e523c4167da54f49d6e72ba6aea4853684c110','',555,0,'2013-11-12 02:58:21',12193,NULL),(13134,9,'','',558,0,'2013-11-12 03:44:02',12194,NULL),(13135,19,'NEGATIVE,,b56ce6573b071628a70ba0b5d1415b71797e6f82','',535,0,'2013-11-11 08:00:00',12194,NULL),(13136,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b56ce6573b071628a70ba0b5d1415b71797e6f82','',535,0,'2013-11-11 08:00:00',12194,NULL),(13137,21,'','',558,0,'2013-11-12 04:29:48',12195,NULL),(13138,224,'','',558,0,'2013-11-12 04:29:48',12195,NULL),(13139,222,'15.3,3.67,9.0,26.6,72.5,24.5,33.8,231,3.7,2.5,93.8,0.6,0.4,14.3,18.2,8.5,,d2d2ec903147483260fe7d8173630101873a3b37','',535,0,'2013-11-11 08:00:00',12195,NULL),(13140,36,'No Bacteria Growth,##,##,,d2d2ec903147483260fe7d8173630101873a3b37','',534,0,'2013-11-14 08:00:00',12197,NULL),(13141,35,'CLOUDY,BLOODY,7.0,1.015,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,12,4,>30,NOT SEEN,N,,,,,,,,,,,,,,,,,,,,,,,OT SEEN,NOT SEEN,d2d2e',', ',535,0,'2013-11-11 08:00:00',12197,NULL),(13142,71,'POSITIVE,,9f5ce682d46e3f587147b0a3f99792931001edbc','',535,535,'2013-11-11 08:00:00',12198,'2013-11-11 20:44:50'),(13143,222,'5.7,4.98,11.7,36.1,72.5,23.5,32.4,343,34.9,7.7,57.4,2.0,0.4,3.3,13.6,7.6,,d495cc2ad72bada1cb07a13db7628f0bc8db19f1','',535,0,'2013-11-11 08:00:00',12199,NULL),(13144,19,'NEGATIVE,,d495cc2ad72bada1cb07a13db7628f0bc8db19f1','',535,0,'2013-11-11 08:00:00',12199,NULL),(13145,18,'[$]NO MALARIA PARASITES[/$],-,d495cc2ad72bada1cb07a13db7628f0bc8db19f1','',535,0,'2013-11-11 08:00:00',12199,NULL),(13146,222,'10.1,4.10,11.9,35.3,86.1,29.0,33.7,306,35.1,10.2,54.7,3.5,1.0,5.6,13.1,8.2,,8a475668f438970ef06ac58cb968f271e85a3a23','',535,0,'2013-11-11 08:00:00',12200,NULL),(13147,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8a475668f438970ef06ac58cb968f271e85a3a23',', ',535,0,'2013-11-11 08:00:00',12202,NULL),(13148,222,'9.0,4.69,12.1,35.9,76.5,25.8,33.7,338,21.1,8.0,70.9,1.9,0.7,6.4,14.5,8.8,,b56ce6573b071628a70ba0b5d1415b71797e6f82','',535,0,'2013-11-11 08:00:00',12203,NULL),(13149,222,'5.0,4.10,11.8,34.8,84.9,28.8,33.9,231,18.4,6.6,75.0,0.9,0.3,3.8,13.4,8.9,,8001b301511918ae97650c1d2d63052de58c93a9','',535,0,'2013-11-11 08:00:00',12204,NULL),(13150,19,'NEGATIVE,,8001b301511918ae97650c1d2d63052de58c93a9','',535,0,'2013-11-11 08:00:00',12204,NULL),(13151,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8001b301511918ae97650c1d2d63052de58c93a9',', ',535,0,'2013-11-11 08:00:00',12204,NULL),(13152,70,'7.1,,8001b301511918ae97650c1d2d63052de58c93a9','',535,0,'2013-11-11 08:00:00',12204,NULL),(13153,36,'No Bacteria Growth,##,##,,8001b301511918ae97650c1d2d63052de58c93a9','',555,0,'2013-11-17 08:00:00',12206,NULL),(13154,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,8001b301511918ae97650c1d2d6',', ',535,0,'2013-11-11 08:00:00',12206,NULL),(13155,36,'No Bacteria Growth,##,##,,cf02a67bf67d90f7dd0f6c675b62f4f2f0952a1e','',534,0,'2013-11-14 08:00:00',12207,NULL),(13156,35,'HAZY,LIGHT AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED (+),14,10,0,NOT SEEN,NOT,,,,,,,,,,,,,,,,,,,,,,, SEEN,NOT SEEN,cf02a67',', ',535,0,'2013-11-11 08:00:00',12207,NULL),(13157,2,'','',558,0,'2013-11-12 05:41:34',12209,NULL),(13158,84,'','',558,0,'2013-11-12 05:41:34',12209,NULL),(13159,222,'5.8,4.31,13.8,39.4,91.4,32.0,35.0,318,29.9,9.9,60.2,1.7,0.6,3.5,13.4,8.3,,2c324821acfac2c07e4824e79a91123dcd27fa46','',535,0,'2013-11-12 08:00:00',12210,NULL),(13160,222,'14.7,4.39,11.6,33.0,75.2,26.4,35.2,290,12.3,6.2,81.2,1.8,0.9,12.0,12.4,9.2,,fe2a573cb15161f2cd4638f31e64ac3375ff1b1b','',535,0,'2013-11-12 08:00:00',12211,NULL),(13161,19,'NEGATIVE,,fe2a573cb15161f2cd4638f31e64ac3375ff1b1b','',535,0,'2013-11-12 08:00:00',12211,NULL),(13162,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fe2a573cb15161f2cd4638f31e64ac3375ff1b1b','',535,0,'2013-11-12 08:00:00',12211,NULL),(13163,222,'6.9,3.62,11.1,31.5,87.0,30.7,35.2,243,18.3,8.7,73.0,1.3,0.6,5.0,12.4,9.6,,533fd12bee12b75d7efda9695ddc4b86dbb0c433','',535,0,'2013-11-12 08:00:00',12212,NULL),(13164,132,'','',558,0,'2013-11-12 13:28:38',12213,NULL),(13165,68,'','',558,0,'2013-11-12 13:28:38',12215,NULL),(13166,222,'3.9,4.94,14.7,43.0,87.0,29.8,34.2,163,47.7,8.4,43.9,1.9,0.3,1.7,13.3,10.8,,e190d6e6874a3d2581298f2ef364c7adc2f58f87','',537,0,'2013-11-12 08:00:00',12216,NULL),(13167,19,'NEGATIVE,,e190d6e6874a3d2581298f2ef364c7adc2f58f87','',537,0,'2013-11-12 08:00:00',12216,NULL),(13168,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e190d6e6874a3d2581298f2ef364c7adc2f58f87','',537,0,'2013-11-12 08:00:00',12216,NULL),(13169,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e190d6e6874a3d2581298f2ef364c7adc2f58f87','',537,0,'2013-11-12 08:00:00',12218,NULL),(13170,107,'1/20,1/20,e190d6e6874a3d2581298f2ef364c7adc2f58f87','',537,0,'2013-11-12 08:00:00',12221,NULL),(13171,68,'4.8,-,-,,4e9cd21aae400d58cd4c9c1fa593408b42d54383','NON DIABETIC, ',537,0,'2013-11-12 08:00:00',12222,NULL),(13172,222,'4.1,4.80,15.1,42.7,89.0,31.5,35.4,135,51.1,12.7,36.2,2.1,0.5,1.5,14.4,9.2,,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12222,NULL),(13173,19,'NEGATIVE,,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12222,NULL),(13174,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12222,NULL),(13175,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12224,NULL),(13176,16,'NEGATIVE,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12227,NULL),(13177,107,'1/20,1/160,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12227,NULL),(13178,14,'NEGATIVE,4e9cd21aae400d58cd4c9c1fa593408b42d54383','',537,0,'2013-11-12 08:00:00',12231,NULL),(13179,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,88a7aba42deaa157f8864e85183b9672997a742e',', ',541,0,'2013-11-12 08:00:00',12232,NULL),(13180,68,'4.9,-,-,,88a7aba42deaa157f8864e85183b9672997a742e','NON DIABETIC, ',541,0,'2013-11-12 08:00:00',12234,NULL),(13181,36,'','',558,0,'2013-11-12 14:46:31',12235,NULL),(13182,35,'HAZY,LIGHT AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),POSITIVE,NEGATIVE,POSITIVE (++),NORMAL,28,4,10,NOT SEEN,NO,,,,,,,,,,,,,,,,,,,,,,,T SEEN,NOT SEEN,01f83e',', ',541,0,'2013-11-12 08:00:00',12235,NULL),(13183,68,'8.4,NEGATIVE,NEGATIVE,,26cf5d7713f55a95eb4c4143e0f7febc0aec58b6','',535,0,'2013-11-12 08:00:00',12236,NULL),(13184,68,'4.6,-,-,,084f87f8d746233101052804ca209b6fdf2a3a1c','',537,0,'2013-11-26 08:00:00',12237,NULL),(13185,222,'','',558,0,'2013-11-12 15:33:40',12237,NULL),(13186,18,'[$]NO MALARIA PARASITE SEEN[/$],-,084f87f8d746233101052804ca209b6fdf2a3a1c','',537,0,'2013-11-26 08:00:00',12237,NULL),(13187,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,084f87f8d746233101052804ca209b6fdf2a3a1c',', ',552,0,'2013-11-26 08:00:00',12239,NULL),(13188,112,'NEGATIVE,,084f87f8d746233101052804ca209b6fdf2a3a1c','',537,0,'2013-11-26 08:00:00',12242,NULL),(13189,27,'NON-REACTIVE,-,NEGATIVE,084f87f8d746233101052804ca209b6fdf2a3a1c','',537,0,'2013-11-26 08:00:00',12242,NULL),(13190,108,'NON - REACTIVE,084f87f8d746233101052804ca209b6fdf2a3a1c','',537,0,'2013-11-26 08:00:00',12242,NULL),(13191,132,'','',558,0,'2013-11-12 15:36:11',12243,NULL),(13192,68,'','',558,0,'2013-11-12 15:36:11',12245,NULL),(13193,82,'','',558,0,'2013-11-12 15:41:11',12246,NULL),(13194,68,'','',558,0,'2013-11-12 15:41:11',12246,NULL),(13195,93,'< 0.05,ca54288155a3b98e5bc853fc2e2a674d57251824','',534,0,'2013-11-15 08:00:00',12246,NULL),(13196,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,N,ca54288155a3b98e5bc853fc2e',', ',541,0,'2013-11-12 08:00:00',12248,NULL),(13197,99,'','',558,0,'2013-11-12 15:41:11',12251,NULL),(13198,100,'','',558,0,'2013-11-12 15:41:11',12251,NULL),(13199,132,'','',558,0,'2013-11-12 15:41:11',12251,NULL),(13200,3,'','',558,0,'2013-11-12 15:41:11',12251,NULL),(13201,101,'2.9,ca54288155a3b98e5bc853fc2e2a674d57251824','',541,0,'2013-11-12 08:00:00',12251,NULL),(13202,65,'','',558,0,'2013-11-12 15:41:11',12251,NULL),(13203,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,47d0b82790d9f17e29ec8933f5c923f949ed4bfd',', ',541,0,'2013-11-12 08:00:00',12252,NULL),(13204,68,'5.1,-,-,,47d0b82790d9f17e29ec8933f5c923f949ed4bfd','URINE SUGAR:, URINE KETONES:',537,0,'2013-11-12 16:39:31',12254,NULL),(13205,132,'','',558,0,'2013-11-12 15:50:43',12255,NULL),(13206,68,'','',558,0,'2013-11-12 15:50:43',12257,NULL),(13207,68,'9.3,-,-,,00e5f43b533b4b95ad65479f510d63bf10db3b35','',541,0,'2013-11-12 08:00:00',12258,NULL),(13208,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,00e5f43b533b4b95ad65479f510d63bf10db3b35',', ',541,0,'2013-11-12 08:00:00',12260,NULL),(13209,36,'No Bacteria Growth,##,##,,5db930e8938b24b9d745809cec064c467699ebbc','',534,0,'2013-11-14 08:00:00',12261,NULL),(13210,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5db930e8938b24b9d745809cec064c467699ebbc',', ',541,0,'2013-11-12 08:00:00',12261,NULL),(13211,3,'2.0,1.2,2.0,,5db930e8938b24b9d745809cec064c467699ebbc','',541,535,'2013-11-13 01:19:41',12263,'2013-11-21 08:18:07'),(13212,82,'','',530,0,'2013-11-12 16:41:35',12264,NULL),(13213,9,'','',530,0,'2013-11-12 16:43:18',12265,NULL),(13214,19,'NEGATIVE,,5ead1d1d383d5ba9833b1bb1e11ff80d7510dd14','',537,0,'2013-11-12 08:00:00',12265,NULL),(13215,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5ead1d1d383d5ba9833b1bb1e11ff80d7510dd14',', ',541,0,'2013-11-12 08:00:00',12267,NULL),(13216,132,'','',530,0,'2013-11-12 16:46:17',12268,NULL),(13217,92,'10.9,d90236c36ac7b3ba239d2a0c340c64942cc7514f','',534,0,'2013-11-14 08:00:00',12268,NULL),(13218,36,'No Bacteria Growth,##,##,,d90236c36ac7b3ba239d2a0c340c64942cc7514f','',534,0,'2013-11-14 08:00:00',12270,NULL),(13219,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d90236c36ac7b3ba239d2a0c340c64942cc7514f',', ',541,0,'2013-11-12 08:00:00',12270,NULL),(13220,22,'25,d1db677cdcff398dfdba70a6a689c3f2802c58b2','',534,0,'2013-11-12 08:00:00',12271,NULL),(13221,9,'','',530,0,'2013-11-12 16:48:39',12271,NULL),(13222,223,'','',530,0,'2013-11-12 16:48:39',12271,NULL),(13223,128,'','',530,0,'2013-11-12 16:48:39',12273,NULL),(13224,9,'','',530,0,'2013-11-12 17:01:33',12274,NULL),(13225,21,'O,POSITIVE,e25e48459d8129814a4006782202b3dabb733cb6','',537,0,'2013-11-12 08:00:00',12275,NULL),(13226,68,'4.0,-,-,,e25e48459d8129814a4006782202b3dabb733cb6','NON DIABETIC, ',537,0,'2013-11-12 08:00:00',12275,NULL),(13227,9,'','',530,0,'2013-11-12 17:27:57',12275,NULL),(13228,25,'NO DEFECT,,e25e48459d8129814a4006782202b3dabb733cb6','',552,0,'2013-11-12 08:00:00',12275,NULL),(13229,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e25e48459d8129814a4006782202b3dabb733cb6','',537,0,'2013-11-12 08:00:00',12275,NULL),(13230,20,'POSITIVE,e25e48459d8129814a4006782202b3dabb733cb6','',537,0,'2013-11-12 08:00:00',12275,NULL),(13231,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,20,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,N,e25e48459d8129814a40067822','',537,0,'2013-11-12 08:00:00',12277,NULL),(13232,112,'NEGATIVE,,e25e48459d8129814a4006782202b3dabb733cb6','',537,0,'2013-11-12 08:00:00',12280,NULL),(13233,27,'NON-REACTIVE,-,NEGATIVE,,e25e48459d8129814a4006782202b3dabb733cb6','',537,0,'2013-11-12 08:00:00',12280,NULL),(13234,108,'NON - REACTIVE,e25e48459d8129814a4006782202b3dabb733cb6','',537,0,'2013-11-12 08:00:00',12280,NULL),(13235,222,'6.9,3.62,11.1,31.5,87.0,30.7,35.2,243,18.3,8.7,73.0,1.3,0.6,5.0,12.4,9.6,,533fd12bee12b75d7efda9695ddc4b86dbb0c433','',541,0,'2013-11-12 08:00:00',12281,NULL),(13236,5,'1.47,ec29ecfc35ff9ae072bc27a336ac8bc4b3d90033','',537,0,'2013-11-12 08:00:00',12282,NULL),(13237,12,'25.0,ec29ecfc35ff9ae072bc27a336ac8bc4b3d90033','',537,0,'2013-11-12 08:00:00',12284,NULL),(13238,11,'15.0,[$] \n\n14.0[/$],[$]\n\n\n1.1[/$],1.08,THERAPEUTIC : 2.0 - 4.0,ec29ecfc35ff9ae072bc27a336ac8bc4b3d90033','',537,0,'2013-11-12 08:00:00',12284,NULL),(13239,35,'','',530,0,'2013-11-12 17:33:48',12285,NULL),(13240,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f5245b41194bafbcf6460c2eb7b3ece3d55020e1',', ',552,0,'2013-11-12 08:00:00',12286,NULL),(13241,35,'CLEAR,STRAW,5.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,16ce347969b209ed0e48d2e0f9e70dd8f37b4988',', ',552,0,'2013-11-12 08:00:00',12287,NULL),(13242,35,'CLEAR,STRAW,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6e8045cb9d059b1f2c79734db8c5da2407d822fe',', ',552,0,'2013-11-12 08:00:00',12288,NULL),(13243,52,'','',530,0,'2013-11-12 17:41:53',12290,NULL),(13244,53,'','',530,0,'2013-11-12 17:41:53',12290,NULL),(13245,37,'','',530,0,'2013-11-12 17:43:41',12291,NULL),(13246,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3da3886caea5e8d2b49e154ee5cd7ce7d5516a51',', ',552,0,'2013-11-12 08:00:00',12293,NULL),(13247,52,'','',530,0,'2013-11-12 17:43:42',12296,NULL),(13248,53,'','',530,0,'2013-11-12 17:43:42',12296,NULL),(13249,35,'HAZY,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,AMORPHOUS PHOSPHATE (+++),NOT SE,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,b5ad0e7312',', ',552,0,'2013-11-12 08:00:00',12297,NULL),(13250,57,',,c113d9f8a402df026bebfd5ec1dfc5211f6ece00','',534,0,'2013-11-13 21:42:22',12298,NULL),(13251,133,',,,,c113d9f8a402df026bebfd5ec1dfc5211f6ece00','',534,0,'2013-11-13 21:42:22',12298,NULL),(13252,131,',,,,,,,,,c113d9f8a402df026bebfd5ec1dfc5211f6ece00','',534,0,'2013-11-13 21:42:23',12298,NULL),(13253,132,',,,,c113d9f8a402df026bebfd5ec1dfc5211f6ece00','',534,0,'2013-11-13 21:42:23',12298,NULL),(13254,3,'1.7,##1.4 - 4.2 (Adult),##1.2,##0.8 - 2.0 (Adult),1.9,##,,,c113d9f8a402df026bebfd5ec1dfc5211f6ece00','',534,0,'2013-11-13 21:42:23',12298,NULL),(13255,56,'0.3 - 6.2,,c113d9f8a402df026bebfd5ec1dfc5211f6ece00','',534,0,'2013-11-13 21:42:23',12298,NULL),(13256,68,'','',530,0,'2013-11-12 17:58:12',12300,NULL),(13257,9,'','',530,0,'2013-11-12 18:02:28',12301,NULL),(13258,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f0f24041df6b01e5942df35bc806e0950a676039','',552,0,'2013-11-12 08:00:00',12301,NULL),(13259,16,'NEGATIVE,f0f24041df6b01e5942df35bc806e0950a676039','',552,0,'2013-11-12 08:00:00',12303,NULL),(13260,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,POSITIVE (+),NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,EN,f0f24041df6b01e5942df35bc',', , RBC\'S HAEMOLYSED',552,0,'2013-11-12 08:00:00',12306,NULL),(13261,14,'NEGATIVE,f0f24041df6b01e5942df35bc806e0950a676039','',552,0,'2013-11-12 08:00:00',12310,NULL),(13262,114,'POSITIVE,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',534,0,'2013-11-12 08:00:00',12311,NULL),(13263,116,'POSITIVE,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',534,0,'2013-11-12 08:00:00',12311,NULL),(13264,115,'NEGATIVE,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',534,0,'2013-11-12 08:00:00',12311,NULL),(13265,117,'NEGATIVE,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',534,0,'2013-11-12 08:00:00',12311,NULL),(13266,10,'NEGATIVE,bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',534,0,'2013-11-12 08:00:00',12311,NULL),(13267,8,'[$]\n\n\n\n3917[/$],[$]\n\n673[/$],[$][/$],bb09fbad9bf08cb24f791f7dcf7d6e097e0023df','',534,0,'2013-11-12 08:00:00',12311,NULL),(13268,22,'5,69b4199ecc4de67dcd8ccb89c7ea6564e6fb2b0e','',537,0,'2013-11-12 08:00:00',12312,NULL),(13269,9,'','',530,0,'2013-11-12 18:10:24',12312,NULL),(13270,70,'6.9,,69b4199ecc4de67dcd8ccb89c7ea6564e6fb2b0e','',537,0,'2013-11-12 08:00:00',12312,NULL),(13271,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,69b4199ecc4de67dcd8ccb89c7ea6564e6fb2b0e',', ',552,0,'2013-11-12 08:00:00',12314,NULL),(13272,108,'NON - REACTIVE,69b4199ecc4de67dcd8ccb89c7ea6564e6fb2b0e','',537,0,'2013-11-12 08:00:00',12317,NULL),(13273,107,'1/20,1/40,69b4199ecc4de67dcd8ccb89c7ea6564e6fb2b0e','',537,0,'2013-11-12 08:00:00',12317,NULL),(13274,9,'','',530,0,'2013-11-12 18:13:16',12318,NULL),(13275,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7484b5fd4de98339570cb4f7e4257a76b0bee0e5','',537,0,'2013-11-12 08:00:00',12318,NULL),(13276,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,7484b5fd4de98339570cb4f7e4257a76b0bee0e5',', ',552,0,'2013-11-12 08:00:00',12320,NULL),(13277,107,'1/20,1/20,7484b5fd4de98339570cb4f7e4257a76b0bee0e5','',537,0,'2013-11-12 08:00:00',12323,NULL),(13278,9,'','',530,0,'2013-11-12 18:24:34',12324,NULL),(13279,18,'[$]NO MALARIA PARASITE SEEN[/$],-,860a133eafe7c5a431861084c72ac7ea4ae8a088','',537,0,'2013-11-12 08:00:00',12324,NULL),(13280,57,'','',530,0,'2013-11-12 18:24:34',12326,NULL),(13281,133,'','',530,0,'2013-11-12 18:24:34',12326,NULL),(13282,56,'','',530,0,'2013-11-12 18:24:34',12326,NULL),(13283,14,'NEGATIVE,,914004bab26f35c241a09838163098654351c824','',537,0,'2013-11-12 18:34:15',12327,NULL),(13284,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,N,dbb5f99a059fe445889f3b748f','',534,0,'2013-11-12 08:00:00',12328,NULL),(13285,9,'','',530,0,'2013-11-12 18:47:27',12329,NULL),(13286,28,'NEGATIVE,[$]AA[/$],,928282fc05061ca0b6b3b7a0ef54173bf53d3808','',541,0,'2013-11-13 08:00:00',12329,NULL),(13287,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,69a3337217bf3c8444dcdefec3b23608a2c12410','',537,0,'2013-11-12 08:00:00',12330,NULL),(13288,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,69a3337217bf3c8444dcdefec3b23608a2c12410','',537,0,'2013-11-12 08:00:00',12332,NULL),(13289,16,'POSITIVE,4f8767b408f2b4b255e103a58979dd48447fdf5c','',534,0,'2013-11-12 08:00:00',12333,NULL),(13290,14,'POSITIVE,4f8767b408f2b4b255e103a58979dd48447fdf5c','',534,0,'2013-11-12 08:00:00',12335,NULL),(13291,9,'','',530,0,'2013-11-12 19:02:56',12336,NULL),(13292,19,'NEGATIVE,,44b3a6c75d987abd983071f5df19568017005f1d','',537,0,'2013-11-12 08:00:00',12336,NULL),(13293,18,'[$]NO MALARIA PARASITE SEEN[/$],-,44b3a6c75d987abd983071f5df19568017005f1d','',537,0,'2013-11-12 08:00:00',12336,NULL),(13294,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,44b3a6c75d987abd983071f5df19568017005f1d','',534,0,'2013-11-12 08:00:00',12338,NULL),(13295,22,'10,0c3a72234538144f2c6271121f4343467c58885a','',537,0,'2013-11-12 08:00:00',12339,NULL),(13296,9,'','',530,0,'2013-11-12 19:05:53',12339,NULL),(13297,128,'','',530,0,'2013-11-12 19:05:53',12341,NULL),(13298,109,'NEGATIVE,0c3a72234538144f2c6271121f4343467c58885a','',537,0,'2013-11-12 08:00:00',12341,NULL),(13299,22,'15,2cd727a7b9dc88d3b9b85945ec7f7ba195cb580b','',537,0,'2013-11-12 08:00:00',12342,NULL),(13300,9,'','',530,0,'2013-11-12 19:10:23',12342,NULL),(13301,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2cd727a7b9dc88d3b9b85945ec7f7ba195cb580b','',537,0,'2013-11-12 08:00:00',12342,NULL),(13302,20,'NEGATIVE,2cd727a7b9dc88d3b9b85945ec7f7ba195cb580b','',537,0,'2013-11-12 08:00:00',12342,NULL),(13303,9,'','',530,0,'2013-11-12 19:16:02',12343,NULL),(13304,18,'[$]NO MALARIA PARASITE SEEN[/$],-,07accb15bcd8993c3582aaed6f822e0f57023780','',537,0,'2013-11-12 08:00:00',12343,NULL),(13305,107,'1/20,1/20,07accb15bcd8993c3582aaed6f822e0f57023780','',537,0,'2013-11-12 08:00:00',12345,NULL),(13306,83,'0.38,0.2 - 1 WEEK (5 - 50)_1 - 2 WEEKS (50 - 500)_2 - 3 WEEKS (100 - 5000)_3 - 4 WEEKS (500 - 10000)_4 - 5 WEEKS (1000 - 50000)_5 - 6 WEEKS (10000 - 100000)_6 - 8 WEEKS (150000 - 200000)_8 - 12 WEEKS (','',535,0,'2013-11-15 08:00:00',12346,NULL),(13307,22,'5,87c2f5ddeea43de4ce03b096155f367291813824','',537,0,'2013-11-12 08:00:00',12347,NULL),(13308,9,'','',530,0,'2013-11-12 19:19:58',12347,NULL),(13309,19,'NEGATIVE,,87c2f5ddeea43de4ce03b096155f367291813824','',537,0,'2013-11-12 08:00:00',12347,NULL),(13310,18,'[$]NO MALARIA PARASITE SEEN[/$],-,87c2f5ddeea43de4ce03b096155f367291813824','',537,0,'2013-11-12 08:00:00',12347,NULL),(13311,16,'NEGATIVE,87c2f5ddeea43de4ce03b096155f367291813824','',537,0,'2013-11-12 08:00:00',12349,NULL),(13312,14,'NEGATIVE,87c2f5ddeea43de4ce03b096155f367291813824','',537,0,'2013-11-12 08:00:00',12352,NULL),(13313,9,'','',530,0,'2013-11-12 19:27:49',12353,NULL),(13314,19,'NEGATIVE,,b1b330cf195e1a2a9b2879cd521c829caa650738','',537,0,'2013-11-12 08:00:00',12353,NULL),(13315,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b1b330cf195e1a2a9b2879cd521c829caa650738','',537,0,'2013-11-12 08:00:00',12353,NULL),(13316,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+++),,b1b330cf195e1a2a9b2879cd521c829caa650738','',504,0,'2013-11-14 08:00:00',12355,NULL),(13317,9,'','',530,0,'2013-11-12 19:29:27',12356,NULL),(13318,19,'NEGATIVE,,ece22c82b1906fa3752aa36099ba24883910057b','',537,0,'2013-11-12 08:00:00',12356,NULL),(13319,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ece22c82b1906fa3752aa36099ba24883910057b','',537,0,'2013-11-12 08:00:00',12356,NULL),(13320,37,'','',530,0,'2013-11-12 19:29:27',12358,NULL),(13321,35,'','',530,0,'2013-11-12 19:29:28',12361,NULL),(13322,9,'','',530,0,'2013-11-12 19:32:10',12362,NULL),(13323,22,'41,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',537,0,'2013-11-12 08:00:00',12363,NULL),(13324,9,'','',530,0,'2013-11-12 19:48:42',12363,NULL),(13325,19,'NEGATIVE,,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',537,0,'2013-11-12 08:00:00',12363,NULL),(13326,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',537,0,'2013-11-12 08:00:00',12363,NULL),(13327,111,'','',530,0,'2013-11-12 19:48:42',12365,NULL),(13328,114,'','',530,0,'2013-11-12 19:48:42',12365,NULL),(13329,116,'POSITIVE,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',537,0,'2013-11-12 08:00:00',12365,NULL),(13330,115,'NEGATIVE,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',537,0,'2013-11-12 08:00:00',12365,NULL),(13331,113,'','',530,0,'2013-11-12 19:48:42',12365,NULL),(13332,112,'POSITIVE,,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',537,0,'2013-11-12 08:00:00',12365,NULL),(13333,8,'[$]3987[/$],[$]685[/$],[$][/$],4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',534,0,'2013-11-18 08:00:00',12365,NULL),(13334,131,'','',530,0,'2013-11-12 19:48:42',12365,NULL),(13335,36,'','',530,0,'2013-11-12 19:48:42',12368,NULL),(13336,35,'CLOUDY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,6,0,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,,,,,,,,N,NOT SEEN,4a53aaec58b','',537,0,'2013-11-12 08:00:00',12368,NULL),(13337,9,'','',530,0,'2013-11-12 19:53:01',12369,NULL),(13338,128,'','',530,0,'2013-11-12 19:53:02',12371,NULL),(13339,22,'41,023327936a79572ec788a46c41545594c8c3b5f1','',537,0,'2013-11-12 08:00:00',12372,NULL),(13340,68,'','',530,0,'2013-11-12 20:15:20',12372,NULL),(13341,9,'','',530,0,'2013-11-12 20:15:20',12372,NULL),(13342,36,'No Bacteria Growth,##,##,,023327936a79572ec788a46c41545594c8c3b5f1','',534,0,'2013-11-14 08:00:00',12374,NULL),(13343,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,023327936a79572ec788a46c41545594c8c3b5f1','',537,0,'2013-11-12 08:00:00',12374,NULL),(13344,57,'','',530,0,'2013-11-12 20:15:21',12377,NULL),(13345,133,'','',530,0,'2013-11-12 20:15:21',12377,NULL),(13346,56,'','',530,0,'2013-11-12 20:15:21',12377,NULL),(13347,65,'','',530,0,'2013-11-12 20:15:21',12377,NULL),(13348,68,'5.6,-,-,,8e7e52a0628d53c0b1de8b26f45fda20177975ad','NON DIABETIC, ',537,0,'2013-11-12 08:00:00',12378,NULL),(13349,9,'','',530,0,'2013-11-12 20:22:04',12378,NULL),(13350,19,'NEGATIVE,,8e7e52a0628d53c0b1de8b26f45fda20177975ad','',537,0,'2013-11-12 08:00:00',12378,NULL),(13351,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8e7e52a0628d53c0b1de8b26f45fda20177975ad','',537,0,'2013-11-12 08:00:00',12380,NULL),(13352,14,'NEGATIVE,11a65e3c9482a54fadaf72e24552ff12784cf17e','',541,0,'2013-11-14 08:00:00',12381,NULL),(13353,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,11a65e3c9482a54fadaf72e24552ff12784cf17e','',541,0,'2013-11-14 08:00:00',12381,NULL),(13354,16,'NEGATIVE,11a65e3c9482a54fadaf72e24552ff12784cf17e','',555,0,'2013-11-17 08:00:00',12383,NULL),(13355,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,11a65e3c9482a54fadaf72e24552ff1278',', ',541,0,'2013-11-14 08:00:00',12386,NULL),(13356,35,'CLEAR,LIGHT AMBER,7.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,N,87c2f5ddeea43de4ce03b09615','',537,0,'2013-11-12 08:00:00',12387,NULL),(13357,9,'','',530,0,'2013-11-12 20:43:52',12388,NULL),(13358,19,'NEGATIVE,,d3f83bf6fc6427fac7f6141b759595c539bd01d2','',552,0,'2013-11-12 08:00:00',12388,NULL),(13359,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d3f83bf6fc6427fac7f6141b759595c539bd01d2','',552,0,'2013-11-12 08:00:00',12388,NULL),(13360,107,'1/20,1/20,d3f83bf6fc6427fac7f6141b759595c539bd01d2','',552,0,'2013-11-12 08:00:00',12390,NULL),(13361,35,'CLEAR,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,1,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,NOT SEEN,d3f83bf6fc6427fac7f',', ',552,0,'2013-11-12 08:00:00',12393,NULL),(13362,124,'[$]NO BACTERIAL GROWTH[/$],,4cb399cf6841cd5cac4ce72184ad183f575dcce8','',534,0,'2013-11-12 20:45:14',12394,NULL),(13363,22,'4,26394aab2de24f166eb653bf565d169c962497d6','',552,0,'2013-11-12 08:00:00',12395,NULL),(13364,9,'','',530,0,'2013-11-12 20:47:25',12395,NULL),(13365,131,'','',530,0,'2013-11-12 20:52:55',12396,NULL),(13366,35,'HAZY,AMBER,7.5,1.010,NEGATIVE,TRACE,TRACE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,28,NOT SEEN,NOT SEEN,NOT SEEN,,,,abb32e3d2854aeb69a033c5f28a9f800693bd13b',', ',552,0,'2013-11-12 08:00:00',12397,NULL),(13367,36,'No Bacteria Growth,##,##,,a4c9a25dd5dda4cfc28ff88f5e5b9877327e9811','',534,0,'2013-11-14 08:00:00',12398,NULL),(13368,131,'','',530,0,'2013-11-12 20:59:56',12399,NULL),(13369,22,'30,a0174d26f084e09fcfeed09fa7dbe9e058f1d418','',552,0,'2013-11-12 08:00:00',12400,NULL),(13370,9,'','',530,0,'2013-11-12 21:13:07',12400,NULL),(13371,19,'NEGATIVE,,a0174d26f084e09fcfeed09fa7dbe9e058f1d418','',552,0,'2013-11-12 08:00:00',12400,NULL),(13372,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a0174d26f084e09fcfeed09fa7dbe9e058f1d418','',552,0,'2013-11-12 08:00:00',12400,NULL),(13373,36,'No Bacteria Growth,##,##,,a0174d26f084e09fcfeed09fa7dbe9e058f1d418','',534,0,'2013-11-14 08:00:00',12402,NULL),(13374,35,'CLEAR,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED (+),1,2,0,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,a0174d26f',', ',552,0,'2013-11-12 08:00:00',12402,NULL),(13375,22,'45,0f06d4366b2372d8905bb38b7879ebb1bda8515b','',552,0,'2013-11-12 08:00:00',12403,NULL),(13376,9,'','',530,0,'2013-11-12 21:19:24',12403,NULL),(13377,35,'HAZY,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,14,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0f06d4366b2372d8905bb38b7879ebb1bda8515b',', ',552,0,'2013-11-12 08:00:00',12405,NULL),(13378,9,'','',530,0,'2013-11-12 21:31:26',12406,NULL),(13379,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,25b397359cc79ea28bc9f74a337cbaedb4ca3683','',552,0,'2013-11-12 08:00:00',12408,NULL),(13380,9,'','',530,0,'2013-11-12 21:35:36',12409,NULL),(13381,19,'NEGATIVE,,7541a19cb7be7391a86c4d2b43d30bf23be355ca','',552,0,'2013-11-12 08:00:00',12409,NULL),(13382,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7541a19cb7be7391a86c4d2b43d30bf23be355ca','',552,0,'2013-11-12 08:00:00',12409,NULL),(13383,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7541a19cb7be7391a86c4d2b43d30bf23be355ca',', ',552,0,'2013-11-12 08:00:00',12411,NULL),(13384,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3a5354d7164db6eaa21688074b4f735fd2d3c421','',552,0,'2013-11-12 08:00:00',12412,NULL),(13385,9,'','',534,0,'2013-11-12 21:57:13',12413,NULL),(13386,23,'6.8,a3a9d34d3491bf20c6afc7cac3595c8868e8040c','',534,0,'2013-11-14 08:00:00',12413,NULL),(13387,9,'','',534,0,'2013-11-12 21:59:30',12414,NULL),(13388,19,'NEGATIVE,,627a3b23d854630dc13008b3c17f2b3649299f33','',552,0,'2013-11-12 08:00:00',12414,NULL),(13389,18,'[$]NO MALARIA PARASITES SEEN[/$],-,627a3b23d854630dc13008b3c17f2b3649299f33','',552,0,'2013-11-12 08:00:00',12414,NULL),(13390,9,'','',534,0,'2013-11-12 22:03:45',12415,NULL),(13391,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1965535e92da217a7af530ca7c71e62e36ef6f6f','',552,0,'2013-11-12 08:00:00',12415,NULL),(13392,57,'','',530,0,'2013-11-12 22:18:03',12416,NULL),(13393,133,'','',530,0,'2013-11-12 22:18:03',12416,NULL),(13394,132,'','',530,0,'2013-11-12 22:18:03',12416,NULL),(13395,56,'','',530,0,'2013-11-12 22:18:03',12416,NULL),(13396,68,'','',530,0,'2013-11-12 22:18:03',12418,NULL),(13397,9,'','',530,0,'2013-11-12 22:18:03',12418,NULL),(13398,9,'','',530,0,'2013-11-12 22:28:41',12419,NULL),(13399,16,'POSITIVE,6d247ad416f722ced2b1f3102ae9df6519d798d0','',543,0,'2013-11-12 08:00:00',12421,NULL),(13400,14,'POSITIVE,6d247ad416f722ced2b1f3102ae9df6519d798d0','',555,0,'2013-11-13 08:00:00',12424,NULL),(13401,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',552,0,'2013-11-12 08:00:00',12425,NULL),(13402,112,'NEGATIVE,,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',552,0,'2013-11-12 08:00:00',12427,NULL),(13403,117,'NEGATIVE,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',552,0,'2013-11-12 08:00:00',12427,NULL),(13404,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,c6e57f4f78a5fd7124ef8e5b6b661e2c113bda45','',552,0,'2013-11-12 08:00:00',12428,NULL),(13405,9,'','',530,0,'2013-11-12 22:37:30',12429,NULL),(13406,223,'[$][/$],f009b405044d6705103c7ae883987db69583c27f','',541,0,'2013-11-13 08:00:00',12429,NULL),(13407,28,'NEGATIVE,[$]AA[/$],,f009b405044d6705103c7ae883987db69583c27f','',541,0,'2013-11-13 08:00:00',12429,NULL),(13408,223,'','',530,0,'2013-11-12 22:46:00',12430,NULL),(13409,9,'','',530,0,'2013-11-12 22:52:01',12431,NULL),(13410,223,'[$][/$],87de708b6aed56bec9e58f60418ce3eb40e105b9','',552,0,'2013-11-12 08:00:00',12431,NULL),(13411,28,'POSITIVE,[$]AS[/$],,87de708b6aed56bec9e58f60418ce3eb40e105b9','',541,0,'2013-11-13 08:00:00',12431,NULL),(13412,19,'NEGATIVE,,87de708b6aed56bec9e58f60418ce3eb40e105b9','',552,0,'2013-11-12 08:00:00',12431,NULL),(13413,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,87de708b6aed56bec9e58f60418ce3eb40e105b9',', ',552,0,'2013-11-12 08:00:00',12433,NULL),(13414,107,'1/20,1/20,87de708b6aed56bec9e58f60418ce3eb40e105b9','',552,0,'2013-11-12 08:00:00',12436,NULL),(13415,9,'','',530,0,'2013-11-12 23:17:05',12437,NULL),(13416,71,'','',530,0,'2013-11-12 23:34:31',12438,NULL),(13417,35,'','',530,0,'2013-11-12 23:36:35',12439,NULL),(13418,22,'36,09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe','',552,0,'2013-11-12 08:00:00',12440,NULL),(13419,9,'','',530,0,'2013-11-12 23:38:37',12440,NULL),(13420,19,'NEGATIVE,,09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe','',552,0,'2013-11-12 08:00:00',12440,NULL),(13421,18,'[$]NO MALARIA PARASITES SEEN[/$],-,09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe','',552,0,'2013-11-12 08:00:00',12440,NULL),(13422,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe','',534,0,'2013-11-15 08:00:00',12442,NULL),(13423,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe','',537,0,'2013-11-13 08:00:00',12442,NULL),(13424,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,09d9577bb8a51bcb96a0cb7485c9dd44174fa8fe',', ',552,0,'2013-11-12 08:00:00',12445,NULL),(13425,9,'','',530,0,'2013-11-13 00:01:55',12446,NULL),(13426,36,'No Significant Bacteria Growth,##,##,,01370d0c1b7d80b8c6c9411092f524163d16676d','',534,0,'2013-11-14 08:00:00',12448,NULL),(13427,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,01370d0c1b7d80b8c6c9411092f524163d16676d',', ',552,0,'2013-11-12 08:00:00',12448,NULL),(13428,19,'NEGATIVE,,62696987d636df462d82cac8006472d52b8213a4','',543,0,'2013-11-12 08:00:00',12449,NULL),(13429,9,'','',530,0,'2013-11-13 00:22:05',12450,NULL),(13430,18,'[$]NO MALARIA PARASITES SEEN[/$],-,aed178ae0113806fcada63320977f5b31d83a951','',541,0,'2013-11-12 08:00:00',12450,NULL),(13431,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,aed178ae0113806fcada63320977f5b31d',', , RBC\'S HAEMOLYSED',552,0,'2013-11-12 08:00:00',12452,NULL),(13432,107,'1/20,1/20,aed178ae0113806fcada63320977f5b31d83a951','',541,0,'2013-11-12 08:00:00',12455,NULL),(13433,9,'','',530,0,'2013-11-13 00:26:10',12456,NULL),(13434,36,'No Bacteria Growth,##,##,,59b3e42d4945a72eaf4e6291a30a60c002b66649','',534,0,'2013-11-14 08:00:00',12458,NULL),(13435,35,'HAZY,LIGHT AMBER,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,20,NOT SEEN,NOT SEEN,NOT S,,,,,,,,,,,,,,,,EEN,59b3e42d4945a72eaf4e6291',', ',552,0,'2013-11-12 08:00:00',12458,NULL),(13436,9,'','',530,0,'2013-11-13 00:29:51',12459,NULL),(13437,9,'','',530,0,'2013-11-13 00:33:00',12460,NULL),(13438,19,'NEGATIVE,,700aec17e2ee43a847d8c11d14bed4fddbbc61c2','',552,0,'2013-11-12 08:00:00',12460,NULL),(13439,18,'[$]NO MALARIA PARASITES SEEN[/$],-,700aec17e2ee43a847d8c11d14bed4fddbbc61c2','',552,0,'2013-11-12 08:00:00',12460,NULL),(13440,35,'','',530,0,'2013-11-13 00:33:00',12462,NULL),(13441,9,'','',530,0,'2013-11-13 00:36:59',12463,NULL),(13442,19,'NEGATIVE,,3acd11a2cdc222e07db39b386e7dd6dfd35ba1f3','',552,0,'2013-11-12 08:00:00',12463,NULL),(13443,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3acd11a2cdc222e07db39b386e7dd6dfd35ba1f3','',552,0,'2013-11-12 08:00:00',12463,NULL),(13444,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3acd11a2cdc222e07db39b386e7dd6dfd35ba1f3',', ',552,0,'2013-11-12 08:00:00',12465,NULL),(13445,9,'','',530,0,'2013-11-13 00:38:57',12466,NULL),(13446,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6d731750d1d5a519ce418e3d4df8923267a3bcb8','',552,0,'2013-11-12 08:00:00',12466,NULL),(13447,9,'','',530,0,'2013-11-13 00:44:12',12467,NULL),(13448,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,20,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,,,,,,,,,N,0c7784b76703af6087d8b60841',', ',552,0,'2013-11-12 08:00:00',12469,NULL),(13449,9,'','',530,0,'2013-11-13 00:54:40',12470,NULL),(13450,19,'NEGATIVE,,838753c96490b87f3e1adbd7aeafdef249b01b5e','',552,0,'2013-11-12 08:00:00',12470,NULL),(13451,16,'NEGATIVE,838753c96490b87f3e1adbd7aeafdef249b01b5e','',552,0,'2013-11-12 08:00:00',12472,NULL),(13452,107,'1/20,1/40,838753c96490b87f3e1adbd7aeafdef249b01b5e','',552,0,'2013-11-12 08:00:00',12472,NULL),(13453,14,'NEGATIVE,838753c96490b87f3e1adbd7aeafdef249b01b5e','',552,0,'2013-11-12 08:00:00',12475,NULL),(13454,9,'','',530,0,'2013-11-13 01:10:56',12476,NULL),(13455,18,'[$]NO MALARIA PARASITES SEEN[/$],-,efebb4c9f503145fa5ad3edd07dea4e87547e492','',552,0,'2013-11-12 08:00:00',12476,NULL),(13456,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,4,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,EN,07accb15bcd8993c3582aaed6','',537,0,'2013-11-13 08:00:00',12477,NULL),(13457,9,'','',530,0,'2013-11-13 01:19:04',12478,NULL),(13458,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9afdc3103caa5335c6161f5c040ef9838d87e18f','',552,0,'2013-11-12 08:00:00',12478,NULL),(13459,9,'','',530,0,'2013-11-13 01:21:52',12479,NULL),(13460,19,'NEGATIVE,,22eb85fef2f85c98c28921249bf5864d0dc71185','',552,0,'2013-11-12 08:00:00',12479,NULL),(13461,16,'NEGATIVE,22eb85fef2f85c98c28921249bf5864d0dc71185','',552,0,'2013-11-12 08:00:00',12481,NULL),(13462,14,'NEGATIVE,22eb85fef2f85c98c28921249bf5864d0dc71185','',537,0,'2013-11-13 08:00:00',12484,NULL),(13463,9,'','',530,0,'2013-11-13 01:54:49',12485,NULL),(13464,18,'[$]NO MALARIA PARASITES SEEN[/$],-,25924878fdedd1acfeca913eb3851a382a2b8ebf','',552,0,'2013-11-12 08:00:00',12485,NULL),(13465,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,25924878fdedd1acfeca913eb3851a382a2b8ebf',', ',552,0,'2013-11-12 08:00:00',12487,NULL),(13466,111,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13467,114,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13468,116,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13469,115,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13470,113,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13471,112,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13472,117,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13473,8,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13474,27,'','',530,0,'2013-11-13 02:12:11',12488,NULL),(13475,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED (+),1,1,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,NOT SEEN,700aec17e2ee43a847d',', ',552,0,'2013-11-12 08:00:00',12489,NULL),(13476,9,'','',530,0,'2013-11-13 02:55:35',12490,NULL),(13477,19,'NEGATIVE,,f83099e845c3408e407a95dc59ac7036b4a97935','',552,0,'2013-11-12 08:00:00',12490,NULL),(13478,9,'','',531,0,'2013-11-13 03:06:59',12491,NULL),(13479,35,'CLEAR,STRAW,5.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,676e8d6200115bd5f970048c9a155b43fc4e2418',', ',552,0,'2013-11-12 08:00:00',12493,NULL),(13480,9,'','',531,0,'2013-11-13 03:09:44',12494,NULL),(13481,19,'NEGATIVE,,9fe6f8ab059b5af20e7799b9db8814f5268c7599','',552,0,'2013-11-12 08:00:00',12494,NULL),(13482,107,'1/20,1/20,9fe6f8ab059b5af20e7799b9db8814f5268c7599','',552,0,'2013-11-12 08:00:00',12496,NULL),(13483,222,'4.8,5.26,14.1,39.9,75.9,26.8,35.3,288,50.3,7.6,42.1,2.4,0.4,2.0,15.4,8.2,,f4d58a5500e1f551dcf8cd833161564560145995','',535,0,'2013-11-12 08:00:00',12497,NULL),(13484,92,'0.5,f4d58a5500e1f551dcf8cd833161564560145995','',534,0,'2013-11-14 08:00:00',12499,NULL),(13485,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d5447d270010bdf40d0bbcf43d4397cedaf89187','',535,0,'2013-11-13 08:00:00',12500,NULL),(13486,18,'[$]NO MALARIA PARASITES SEEN[/$],-,de967727d43f2dbbfa63d16fcc22c4e60da5cd8b','',555,0,'2013-11-13 08:00:00',12501,NULL),(13487,222,'10.7,4.06,11.4,33.9,83.5,28.1,33.6,322,20.6,9.7,69.7,2.2,1.0,7.5,14.1,8.2,,292e247bdc74d049ef969eb65178ca5b5cbdd2cb','',535,0,'2013-11-12 08:00:00',12502,NULL),(13488,19,'NEGATIVE,,292e247bdc74d049ef969eb65178ca5b5cbdd2cb','',535,0,'2013-11-12 08:00:00',12502,NULL),(13489,18,'[$]NO MALARIA PARASITES SEEN[/$],-,292e247bdc74d049ef969eb65178ca5b5cbdd2cb','',535,0,'2013-11-12 08:00:00',12502,NULL),(13490,222,'12.9,4.34,12.6,36.3,83.6,29.0,34.7,512,17.6,11.3,71.1,2.3,1.5,9.1,13.8,6.9,,649039709964ac326cd5f94c85154275df8c8ae1','',535,0,'2013-11-12 08:00:00',12503,NULL),(13491,19,'NEGATIVE,,649039709964ac326cd5f94c85154275df8c8ae1','',535,0,'2013-11-12 08:00:00',12503,NULL),(13492,18,'[$]NO MALARIA PARASITES SEEN[/$],-,649039709964ac326cd5f94c85154275df8c8ae1','',535,0,'2013-11-12 08:00:00',12503,NULL),(13493,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,649039709964ac326cd5f94c85154275df8c8ae1',', ',535,0,'2013-11-12 08:00:00',12505,NULL),(13494,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,475bb5cd060c4e45bf3139fc2c7284ba2a8709a7',', ',535,0,'2013-11-12 08:00:00',12506,NULL),(13495,14,'','',531,0,'2013-11-13 04:02:48',12508,NULL),(13496,16,'POSITIVE,475bb5cd060c4e45bf3139fc2c7284ba2a8709a7','',535,0,'2013-11-12 08:00:00',12511,NULL),(13497,222,'13.5,3.78,10.6,30.6,81.0,28.0,34.6,437,42.1,10.3,47.6,5.7,1.4,6.4,14.5,6.9,,bf670d698b3bada209c2a6723a25672d84b7a611','',535,0,'2013-11-12 08:00:00',12512,NULL),(13498,19,'NEGATIVE,,bf670d698b3bada209c2a6723a25672d84b7a611','',535,0,'2013-11-12 08:00:00',12512,NULL),(13499,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bf670d698b3bada209c2a6723a25672d84b7a611',', ',535,0,'2013-11-12 08:00:00',12512,NULL),(13500,222,'5.7,4.89,14.4,42.4,86.7,29.4,34.0,221,44.6,9.9,45.5,2.5,0.6,2.6,13.0,8.1,,0020696d91f53587229479020394a84715f46268','',535,0,'2013-11-12 08:00:00',12513,NULL),(13501,19,'NEGATIVE,,0020696d91f53587229479020394a84715f46268','',535,0,'2013-11-12 08:00:00',12513,NULL),(13502,107,'1/20,1/20,0020696d91f53587229479020394a84715f46268','',535,0,'2013-11-12 08:00:00',12515,NULL),(13503,222,'10.2,4.99,12.2,35.2,70.5,24.4,34.7,464,38.4,12.3,49.3,3.9,1.3,5.0,13.6,11.1,,53a1d2d748affea74f441d7cd916ab3962cecf5d','',535,0,'2013-11-12 08:00:00',12516,NULL),(13504,19,'NEGATIVE,,53a1d2d748affea74f441d7cd916ab3962cecf5d','',535,0,'2013-11-12 08:00:00',12516,NULL),(13505,28,'NEGATIVE,[$]AA[/$],,f83099e845c3408e407a95dc59ac7036b4a97935','',541,0,'2013-11-13 08:00:00',12517,NULL),(13506,222,'5.2,3.46,11.1,31.7,91.6,32.1,35.0,260,46.6,12.6,40.8,2.4,0.7,2.1,13.0,9.1,,10e1fde1b400d3cc3bcfde7dc22513965c6dab6a','',535,0,'2013-11-12 08:00:00',12518,NULL),(13507,16,'POSITIVE,10e1fde1b400d3cc3bcfde7dc22513965c6dab6a','',535,0,'2013-11-12 08:00:00',12520,NULL),(13508,107,'1/20,1/20,10e1fde1b400d3cc3bcfde7dc22513965c6dab6a','',535,0,'2013-11-12 08:00:00',12520,NULL),(13509,14,'','',531,0,'2013-11-13 05:24:07',12523,NULL),(13510,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,10e1fde1b400d3cc3bcfde7dc22513965c6dab6a',', ',535,0,'2013-11-12 08:00:00',12527,NULL),(13511,222,'13.0,4.65,12.9,36.1,77.6,27.7,35.7,400,19.1,5.9,75.0,2.5,0.8,9.7,13.6,7.2,,960fabf58b71c505ed1def963cb5c4c4f043cc7c','',535,0,'2013-11-12 08:00:00',12528,NULL),(13512,19,'NEGATIVE,,960fabf58b71c505ed1def963cb5c4c4f043cc7c','',535,0,'2013-11-12 08:00:00',12528,NULL),(13513,18,'[$]NO MALARIA PARASITES SEEN[/$],-,960fabf58b71c505ed1def963cb5c4c4f043cc7c','',535,0,'2013-11-12 08:00:00',12528,NULL),(13514,40,'[$]NO Bacteria growth[/$],##,##,,ed3760083aadbf22f3ef0acde8ef35be0b179858','',557,0,'2013-11-16 08:00:00',12529,NULL),(13515,222,'4.5,5.03,15.4,41.3,82.1,30.6,37.3,147,32.3,6.1,61.6,1.5,0.3,2.7,13.3,9.1,,ed3760083aadbf22f3ef0acde8ef35be0b179858','',535,0,'2013-11-12 08:00:00',12529,NULL),(13516,19,'NEGATIVE,,ed3760083aadbf22f3ef0acde8ef35be0b179858','',535,0,'2013-11-12 08:00:00',12529,NULL),(13517,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ed3760083aadbf22f3ef0acde8ef35be0b179858','',535,0,'2013-11-12 08:00:00',12529,NULL),(13518,35,'HAZY,AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED (++),8,6,0,CALCIUM OXALATE ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,(+),NOT SEEN,NOT',', ',535,0,'2013-11-12 08:00:00',12531,NULL),(13519,107,'1/20,1/40,ed3760083aadbf22f3ef0acde8ef35be0b179858','',535,0,'2013-11-12 08:00:00',12534,NULL),(13520,222,'6.2,4.17,11.7,34.0,81.5,28.1,34.4,225,47.8,12.5,39.7,3.0,0.8,2.4,13.1,7.8,,8be1b9ab991972adcebd90cbf8ec710ca01aad93','',535,0,'2013-11-12 08:00:00',12535,NULL),(13521,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8be1b9ab991972adcebd90cbf8ec710ca01aad93','',535,0,'2013-11-12 08:00:00',12535,NULL),(13522,71,'NEGATIVE,,39704abb8e0f920d3cfe376e7b1d2c902a38c76f','',535,0,'2013-11-13 08:00:00',12536,NULL),(13523,35,'HAZY,AMBER,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),INCREASED (+++),12,8,4,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,,,,,,,,EN,NOT SEEN,39704abb8e',', ',535,0,'2013-11-13 08:00:00',12536,NULL),(13524,222,'8.0,3.64,11.8,33.3,91.5,32.4,35.4,236,28.7,12.7,58.6,2.3,1.0,4.7,13.6,10.0,,bf096a6ea72f344ef02f1d6feba4325ba81e036b','',535,0,'2013-11-13 08:00:00',12537,NULL),(13525,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bf096a6ea72f344ef02f1d6feba4325ba81e036b','',535,0,'2013-11-13 08:00:00',12537,NULL),(13526,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bf096a6ea72f344ef02f1d6feba4325ba81e036b',', ',535,0,'2013-11-13 08:00:00',12539,NULL),(13527,68,'','',531,0,'2013-11-13 14:13:41',12540,NULL),(13528,222,'','',531,0,'2013-11-13 14:13:41',12540,NULL),(13529,129,'','',531,0,'2013-11-13 14:13:42',12542,NULL),(13530,130,'','',531,0,'2013-11-13 14:13:42',12542,NULL),(13531,132,'','',531,0,'2013-11-13 14:13:42',12542,NULL),(13532,65,'','',531,0,'2013-11-13 14:13:42',12542,NULL),(13533,35,'','',531,0,'2013-11-13 14:13:42',12545,NULL),(13534,68,'','',531,0,'2013-11-13 14:47:50',12546,NULL),(13535,77,'','',531,0,'2013-11-13 14:47:50',12546,NULL),(13536,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8d8a1ad5f26ba587dc70f53f387af0f0f6b0b2e5',', ',552,0,'2013-11-13 08:00:00',12548,NULL),(13537,68,'4.9,-,-,,c9675a221af275c35b5bdfd473bc68f04206d549','NON DIABETIC, ',555,0,'2013-11-13 08:00:00',12549,NULL),(13538,9,'','',531,0,'2013-11-13 14:56:58',12549,NULL),(13539,19,'NEGATIVE,,c9675a221af275c35b5bdfd473bc68f04206d549','',555,0,'2013-11-13 08:00:00',12549,NULL),(13540,57,'','',531,0,'2013-11-13 14:56:58',12551,NULL),(13541,133,'','',531,0,'2013-11-13 14:56:58',12551,NULL),(13542,132,'','',531,0,'2013-11-13 14:56:58',12551,NULL),(13543,56,'','',531,0,'2013-11-13 14:56:58',12551,NULL),(13544,9,'','',531,0,'2013-11-13 15:03:26',12552,NULL),(13545,57,'','',531,0,'2013-11-13 15:03:26',12554,NULL),(13546,133,'','',531,0,'2013-11-13 15:03:26',12554,NULL),(13547,112,'POSITIVE,,eb8ec7cae0c3935721f6382e094467a18d5d0d0a','',555,0,'2013-11-13 08:00:00',12554,NULL),(13548,117,'NEGATIVE,eb8ec7cae0c3935721f6382e094467a18d5d0d0a','',555,0,'2013-11-13 08:00:00',12554,NULL),(13549,131,'','',531,0,'2013-11-13 15:03:26',12554,NULL),(13550,56,'','',531,0,'2013-11-13 15:03:26',12554,NULL),(13551,9,'','',531,0,'2013-11-13 15:06:07',12555,NULL),(13552,19,'NEGATIVE,,8fbb4312a2f7b9d30f75a4852229653256abdcf6','',555,0,'2013-11-13 08:00:00',12555,NULL),(13553,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8fbb4312a2f7b9d30f75a4852229653256abdcf6','',555,0,'2013-11-13 08:00:00',12555,NULL),(13554,107,'1/20,1/20,8fbb4312a2f7b9d30f75a4852229653256abdcf6','',555,0,'2013-11-13 08:00:00',12557,NULL),(13555,37,'BROWN,WATERY,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (++),,8fbb4312a2f7b9d30f75a4852229653256abdcf6','',535,0,'2013-11-17 08:00:00',12560,NULL),(13556,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e19fff347cd5194b4c29754d0fd0db8bc8d17b75',', ',535,0,'2013-11-13 08:00:00',12561,NULL),(13557,28,'','',531,0,'2013-11-13 15:22:09',12562,NULL),(13558,28,'POSITIVE,[$]AS[/$],,b86730aadb447cb4bbb47a63a9f7461f3415b7ab','',537,0,'2013-11-13 08:00:00',12563,NULL),(13559,9,'','',531,0,'2013-11-13 15:26:13',12564,NULL),(13560,19,'NEGATIVE,,43acf80a855b381c15aca1be0b40e0573ee140f8','',555,0,'2013-11-13 08:00:00',12564,NULL),(13561,18,'[$]NO MALARIA PARASITES SEEN[/$],-,43acf80a855b381c15aca1be0b40e0573ee140f8','',555,0,'2013-11-13 08:00:00',12564,NULL),(13562,57,'','',531,0,'2013-11-13 15:26:14',12566,NULL),(13563,133,'','',531,0,'2013-11-13 15:26:14',12566,NULL),(13564,132,'','',531,0,'2013-11-13 15:26:14',12566,NULL),(13565,56,'','',531,0,'2013-11-13 15:26:14',12566,NULL),(13566,68,'5.4,NEGATIVE,NEGATIVE,,0621152f8ecb2328ca537146d38eea2dead4f2df','NON DIABETIC, ',535,0,'2013-11-13 08:00:00',12567,NULL),(13567,28,'NEGATIVE,[$]AA[/$],,fecc3682611991aedd412996c0eb089e9889aa1f','',537,0,'2013-11-13 08:00:00',12568,NULL),(13568,9,'','',531,0,'2013-11-13 15:40:36',12569,NULL),(13569,19,'NEGATIVE,,299b15409fd4a3fe752478c87d4461c6f0089755','',555,0,'2013-11-13 08:00:00',12569,NULL),(13570,18,'[$]NO MALARIA PARASITES SEEN[/$],-,299b15409fd4a3fe752478c87d4461c6f0089755','',555,0,'2013-11-13 08:00:00',12569,NULL),(13571,9,'','',531,0,'2013-11-13 15:47:52',12570,NULL),(13572,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5df98fa71ff410b6ba4e94318e2305f26c815f55','',555,0,'2013-11-13 08:00:00',12570,NULL),(13573,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5df98fa71ff410b6ba4e94318e2305f26c815f55',', ',552,0,'2013-11-13 08:00:00',12572,NULL),(13574,107,'1/20,1/20,5df98fa71ff410b6ba4e94318e2305f26c815f55','',555,0,'2013-11-13 08:00:00',12575,NULL),(13575,68,'5.1,-,-,,800d1858d2f6b50d3ea226d843c05f7920964488','NON DIABETIC, ',552,0,'2013-11-13 08:00:00',12576,NULL),(13576,9,'','',531,0,'2013-11-13 15:55:17',12576,NULL),(13577,16,'POSITIVE,800d1858d2f6b50d3ea226d843c05f7920964488','',552,0,'2013-11-13 08:00:00',12578,NULL),(13578,132,'','',531,0,'2013-11-13 15:55:17',12578,NULL),(13579,35,'CLEAR,STRAW,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,800d1858d2f6b50d3ea226d843c05f7920964488',', ',552,0,'2013-11-13 08:00:00',12581,NULL),(13580,14,'POSITIVE,800d1858d2f6b50d3ea226d843c05f7920964488','',552,0,'2013-11-13 08:00:00',12585,NULL),(13581,68,'','',530,0,'2013-11-13 15:59:59',12586,NULL),(13582,9,'','',530,0,'2013-11-13 15:59:59',12586,NULL),(13583,57,'','',530,0,'2013-11-13 15:59:59',12588,NULL),(13584,133,'','',530,0,'2013-11-13 15:59:59',12588,NULL),(13585,132,'','',530,0,'2013-11-13 15:59:59',12588,NULL),(13586,56,'','',530,0,'2013-11-13 15:59:59',12588,NULL),(13587,57,'','',530,0,'2013-11-13 16:06:24',12589,NULL),(13588,133,'','',530,0,'2013-11-13 16:06:24',12589,NULL),(13589,131,'','',530,0,'2013-11-13 16:06:24',12589,NULL),(13590,132,'','',530,0,'2013-11-13 16:06:24',12589,NULL),(13591,56,'','',530,0,'2013-11-13 16:06:24',12589,NULL),(13592,65,'','',530,0,'2013-11-13 16:06:24',12589,NULL),(13593,68,'','',530,0,'2013-11-13 16:06:24',12591,NULL),(13594,82,'','',530,0,'2013-11-13 16:21:14',12592,NULL),(13595,68,'5.2,-,-,,4566892d57cc0dad41e3067362d0a961b6525f25','NON DIABETIC, ',534,0,'2013-11-14 08:00:00',12592,NULL),(13596,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4566892d57cc0dad41e3067362d0a961b6525f25','',555,0,'2013-11-13 08:00:00',12594,NULL),(13597,68,'','',530,0,'2013-11-13 16:30:18',12595,NULL),(13598,9,'','',530,0,'2013-11-13 16:30:18',12595,NULL),(13599,57,'','',530,0,'2013-11-13 16:30:18',12597,NULL),(13600,132,'','',530,0,'2013-11-13 16:30:18',12597,NULL),(13601,92,'1.6,ce2c5081d2e6cde117632bc35274ff172dd64efb','',534,0,'2013-11-14 08:00:00',12597,NULL),(13602,56,'','',530,0,'2013-11-13 16:30:18',12597,NULL),(13603,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ce2c5081d2e6cde117632bc35274ff172dd64efb','',555,0,'2013-11-13 08:00:00',12600,NULL),(13604,16,'','',530,0,'2013-11-13 16:32:36',12601,NULL),(13605,14,'NEGATIVE,da747eca7249771644adc5a04be2a259372dac23','',537,0,'2013-11-13 08:00:00',12603,NULL),(13606,57,'','',530,0,'2013-11-13 16:35:25',12604,NULL),(13607,133,'','',530,0,'2013-11-13 16:35:25',12604,NULL),(13608,56,'','',530,0,'2013-11-13 16:35:25',12604,NULL),(13609,68,'','',530,0,'2013-11-13 16:35:25',12606,NULL),(13610,12,'33,aa52e437635580c6b94e5ad4dc32def522188343','',555,0,'2013-11-13 08:00:00',12607,NULL),(13611,11,'14.0,[$]14.0[/$],[$]1.0[/$],1.0,THERAPEUTIC : 2.0 - 4.0,aa52e437635580c6b94e5ad4dc32def522188343','',537,0,'2013-11-13 08:00:00',12607,NULL),(13612,9,'','',530,0,'2013-11-13 16:52:06',12608,NULL),(13613,19,'NEGATIVE,,e141ea676d52a3b83aa6ac4759885c03fa983b82','',555,0,'2013-11-13 08:00:00',12608,NULL),(13614,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,676e8d6200115bd5f970048c9a155b43fc4e2418','',537,0,'2013-11-13 08:00:00',12609,NULL),(13615,9,'','',530,0,'2013-11-13 17:06:01',12610,NULL),(13616,19,'','',530,0,'2013-11-13 17:06:01',12610,NULL),(13617,70,'5.6,,5f41ed46dcd773b33599251e25846091865c51dc','',555,0,'2013-11-13 08:00:00',12610,NULL),(13618,108,'NON - REACTIVE,5f41ed46dcd773b33599251e25846091865c51dc','',555,0,'2013-11-13 08:00:00',12612,NULL),(13619,107,'1/20,1/20,5f41ed46dcd773b33599251e25846091865c51dc','',555,0,'2013-11-13 08:00:00',12612,NULL),(13620,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5f41ed46dcd773b33599251e25846091865c51dc','',537,0,'2013-11-13 08:00:00',12615,NULL),(13621,68,'7.4,-,-,,8b0b3570c4267d2c6b776c10101a1bbf94949518','',534,0,'2013-11-13 08:00:00',12616,NULL),(13622,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8b0b3570c4267d2c6b776c10101a1bbf94949518','',537,0,'2013-11-13 08:00:00',12618,NULL),(13623,92,'0.5,8b0b3570c4267d2c6b776c10101a1bbf94949518','',534,0,'2013-11-14 08:00:00',12621,NULL),(13624,9,'','',530,0,'2013-11-13 17:17:03',12622,NULL),(13625,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a66f98aae9951498c6fd78c36899fbef1b4e3282',', ',543,0,'2013-11-16 08:00:00',12624,NULL),(13626,130,'','',530,0,'2013-11-13 17:17:04',12627,NULL),(13627,35,'CLEAR,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED (+),2,1,0,NOT SEEN,NOT S,,,,,,,,,,,,,,,,,,,,,,,EEN,NOT SEEN,,b20da623','COLOUR:LIGHT AMBER, pH:6.5, SPECIFIC GRAVITY:1.030, BILIRUBIN:POSITIVE +, UROBILINOGEN:INCREASED +, PUS CELLS:2',552,0,'2013-11-13 17:21:13',12628,NULL),(13628,22,'12,47233ea443e46231c4270b2f024c8e725d405ae6','',555,0,'2013-11-13 08:00:00',12629,NULL),(13629,68,'5.3,-,-,,47233ea443e46231c4270b2f024c8e725d405ae6','NON DIABETIC, ',555,0,'2013-11-13 08:00:00',12629,NULL),(13630,9,'','',530,0,'2013-11-13 17:27:42',12629,NULL),(13631,19,'NEGATIVE,,47233ea443e46231c4270b2f024c8e725d405ae6','',555,0,'2013-11-13 08:00:00',12629,NULL),(13632,18,'[$]NO MALARIA PARASITES SEEN[/$],-,47233ea443e46231c4270b2f024c8e725d405ae6','',555,0,'2013-11-13 08:00:00',12629,NULL),(13633,57,'','',530,0,'2013-11-13 17:27:42',12631,NULL),(13634,133,'','',530,0,'2013-11-13 17:27:42',12631,NULL),(13635,16,'POSITIVE,47233ea443e46231c4270b2f024c8e725d405ae6','',555,0,'2013-11-13 08:00:00',12631,NULL),(13636,131,'','',530,0,'2013-11-13 17:27:42',12631,NULL),(13637,132,'','',530,0,'2013-11-13 17:27:42',12631,NULL),(13638,3,'2.8,##1.4,1.5,##,,,47233ea443e46231c4270b2f024c8e725d405ae6','',535,0,'2013-11-15 08:00:00',12631,NULL),(13639,56,'','',530,0,'2013-11-13 17:27:42',12631,NULL),(13640,65,'','',530,0,'2013-11-13 17:27:42',12631,NULL),(13641,14,'NEGATIVE,47233ea443e46231c4270b2f024c8e725d405ae6','',537,0,'2013-11-13 08:00:00',12634,NULL),(13642,39,'[$]NEGATIVE[/$],,47233ea443e46231c4270b2f024c8e725d405ae6','',537,0,'2013-11-13 08:00:00',12634,NULL),(13643,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,47233ea443e46231c4270b2f024c8e725d405ae6','',537,0,'2013-11-13 08:00:00',12634,NULL),(13644,36,'No Significant Bacteria Growth,##,##,,47233ea443e46231c4270b2f024c8e725d405ae6','',534,0,'2013-11-15 08:00:00',12638,NULL),(13645,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,47233ea443e46231c4270b2f024c8e725d405ae6','',537,0,'2013-11-13 08:00:00',12638,NULL),(13646,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1624eaf9ac136bbd290e007c786c592216e8d7a6','',537,0,'2013-11-13 08:00:00',12639,NULL),(13647,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,081d4d8e8f540542f39120859cb20827cd0a9c94',', ',537,0,'2013-11-13 08:00:00',12640,NULL),(13648,43,'NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,,7576f3126273838e51ee1b0f14f7d169f3802b1d','',552,0,'2013-11-13 17:44:49',12641,NULL),(13649,57,'','',504,0,'2013-11-13 17:45:19',12642,NULL),(13650,133,'','',504,0,'2013-11-13 17:45:19',12642,NULL),(13651,56,'','',504,0,'2013-11-13 17:45:19',12642,NULL),(13652,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,264286477292a130c3dc3e13d0b33133957580c8','',537,0,'2013-11-13 08:00:00',12643,NULL),(13653,53,'','',530,0,'2013-11-13 17:45:35',12645,NULL),(13654,57,'','',504,0,'2013-11-13 17:47:41',12646,NULL),(13655,133,'','',504,0,'2013-11-13 17:47:41',12646,NULL),(13656,56,'','',504,0,'2013-11-13 17:47:41',12646,NULL),(13657,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4cdff0dad28f1e03ac7622126db321c291ad9e00','',537,0,'2013-11-13 08:00:00',12647,NULL),(13658,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4cdff0dad28f1e03ac7622126db321c291ad9e00','',537,0,'2013-11-13 08:00:00',12649,NULL),(13659,55,'','',530,0,'2013-11-13 17:50:58',12650,NULL),(13660,132,'','',530,0,'2013-11-13 17:53:45',12651,NULL),(13661,68,'','',530,0,'2013-11-13 17:53:45',12653,NULL),(13662,19,'NEGATIVE,,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',555,0,'2013-11-13 08:00:00',12654,NULL),(13663,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',555,0,'2013-11-13 08:00:00',12656,NULL),(13664,9,'','',530,0,'2013-11-13 18:02:29',12657,NULL),(13665,19,'NEGATIVE,,b0ec5c1c87a23ff69399a5eeb2805fc52c329449','',555,0,'2013-11-13 08:00:00',12657,NULL),(13666,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b0ec5c1c87a23ff69399a5eeb2805fc52c329449','',555,0,'2013-11-13 08:00:00',12657,NULL),(13667,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,,,,,,,,b0ec5c1c87a23ff69399a5eeb28','',555,0,'2013-11-13 08:00:00',12659,NULL),(13668,9,'','',530,0,'2013-11-13 18:04:47',12660,NULL),(13669,21,'A,POSITIVE,eb8ec7cae0c3935721f6382e094467a18d5d0d0a','',555,0,'2013-11-13 08:00:00',12661,NULL),(13670,9,'','',530,0,'2013-11-13 18:18:41',12662,NULL),(13671,16,'POSITIVE,8c4f73de08cc7b31a4a2d95e909301b0f87831d4','',534,0,'2013-11-14 08:00:00',12664,NULL),(13672,132,'','',530,0,'2013-11-13 18:18:42',12664,NULL),(13673,14,'POSITIVE,8c4f73de08cc7b31a4a2d95e909301b0f87831d4','',534,0,'2013-11-14 08:00:00',12667,NULL),(13674,22,'7,6a1d204a15d388cc496db0810617df3e716b59a2','',555,0,'2013-11-13 08:00:00',12668,NULL),(13675,9,'','',530,0,'2013-11-13 18:24:53',12668,NULL),(13676,57,'','',530,0,'2013-11-13 18:24:54',12670,NULL),(13677,133,'','',530,0,'2013-11-13 18:24:54',12670,NULL),(13678,56,'','',530,0,'2013-11-13 18:24:54',12670,NULL),(13679,57,'','',530,0,'2013-11-13 18:27:04',12671,NULL),(13680,133,'','',530,0,'2013-11-13 18:27:04',12671,NULL),(13681,56,'','',530,0,'2013-11-13 18:27:04',12671,NULL),(13682,71,'POSITIVE,,b09f7933144ae1ddd552530ab0c9461fde5d928a','',555,0,'2013-11-13 08:00:00',12672,NULL),(13683,9,'','',530,0,'2013-11-13 18:29:35',12673,NULL),(13684,19,'NEGATIVE,,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',555,0,'2013-11-13 08:00:00',12673,NULL),(13685,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',555,0,'2013-11-13 08:00:00',12673,NULL),(13686,20,'NEGATIVE,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',555,0,'2013-11-13 08:00:00',12673,NULL),(13687,107,'1/20,1/20,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',555,0,'2013-11-13 08:00:00',12675,NULL),(13688,37,'','',530,0,'2013-11-13 18:29:36',12678,NULL),(13689,68,'','',530,0,'2013-11-13 18:34:27',12679,NULL),(13690,9,'','',530,0,'2013-11-13 18:34:27',12679,NULL),(13691,9,'','',530,0,'2013-11-13 18:46:19',12680,NULL),(13692,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c74eb121d7938cb507481dde23dc167470041c52','',555,0,'2013-11-13 08:00:00',12680,NULL),(13693,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,082470655b9afb60907b11fa31a6ea345c44cc0d','',534,0,'2013-11-21 08:00:00',12681,NULL),(13694,9,'','',530,0,'2013-11-13 18:48:22',12681,NULL),(13695,18,'[$]NO MALARIA PARASITES SEEN[/$],-,082470655b9afb60907b11fa31a6ea345c44cc0d','',555,0,'2013-11-13 08:00:00',12681,NULL),(13696,9,'','',534,0,'2013-11-13 18:51:51',12682,NULL),(13697,9,'','',534,0,'2013-11-13 18:53:56',12683,NULL),(13698,28,'NEGATIVE,[$]AA[/$],,6fc75e58de2ee970ed1bf689a1f36e8b91bbfb4c','',541,0,'2013-11-13 08:00:00',12684,NULL),(13699,9,'','',534,0,'2013-11-13 18:59:09',12685,NULL),(13700,19,'NEGATIVE,,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',555,0,'2013-11-13 08:00:00',12685,NULL),(13701,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',555,0,'2013-11-13 08:00:00',12685,NULL),(13702,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),TRACE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,,,,,,,,,EN,4e9a5164ee9a778cafa4170ef','',537,0,'2013-11-13 08:00:00',12687,NULL),(13703,107,'1/20,1/20,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',555,0,'2013-11-13 08:00:00',12690,NULL),(13704,36,'No Bacteria Growth,##,##,,5e8cd4685a4be70c73ffabfbf182cf58907e2ea8','',534,0,'2013-11-15 08:00:00',12691,NULL),(13705,9,'','',534,0,'2013-11-13 19:03:35',12692,NULL),(13706,130,'','',534,0,'2013-11-13 19:03:36',12694,NULL),(13707,9,'','',530,0,'2013-11-13 19:06:06',12695,NULL),(13708,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2cbec6c91e9c6ae83662065f15ce3fde78bbe971','',555,0,'2013-11-13 08:00:00',12695,NULL),(13709,9,'','',534,0,'2013-11-13 19:06:07',12696,NULL),(13710,19,'NEGATIVE,,d7b36038ff7195491b0cfe2e39363e17a180bc3b','',555,0,'2013-11-13 08:00:00',12696,NULL),(13711,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d7b36038ff7195491b0cfe2e39363e17a180bc3b','',555,0,'2013-11-13 08:00:00',12696,NULL),(13712,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d7b36038ff7195491b0cfe2e39363e17a180bc3b','',537,0,'2013-11-13 08:00:00',12698,NULL),(13713,112,'NEGATIVE,,886ee7560a6e3e5bffffebfc5a6910074d504f44','',555,0,'2013-11-13 08:00:00',12699,NULL),(13714,117,'NEGATIVE,886ee7560a6e3e5bffffebfc5a6910074d504f44','',555,0,'2013-11-13 08:00:00',12699,NULL),(13715,131,'','',534,0,'2013-11-13 19:07:28',12699,NULL),(13716,68,'6.6,-,-,,e83803cb308a87811088f5680a826c1b81b6157a','',535,0,'2013-11-14 08:00:00',12700,NULL),(13717,9,'','',530,0,'2013-11-13 19:17:26',12701,NULL),(13718,57,'','',530,0,'2013-11-13 19:17:26',12703,NULL),(13719,133,'','',530,0,'2013-11-13 19:17:26',12703,NULL),(13720,132,'','',530,0,'2013-11-13 19:17:26',12703,NULL),(13721,56,'','',530,0,'2013-11-13 19:17:26',12703,NULL),(13722,82,'','',530,0,'2013-11-13 19:17:27',12706,NULL),(13723,68,'','',530,0,'2013-11-13 19:17:27',12706,NULL),(13724,22,'10,5f41ed46dcd773b33599251e25846091865c51dc','',555,0,'2013-11-13 08:00:00',12707,NULL),(13725,9,'','',530,0,'2013-11-13 19:39:37',12708,NULL),(13726,19,'NEGATIVE,,b29b3f5aeacf2f2f978bfbb19872f2dbf3cd9acf','',555,0,'2013-11-13 08:00:00',12708,NULL),(13727,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b29b3f5aeacf2f2f978bfbb19872f2dbf3cd9acf','',555,0,'2013-11-13 08:00:00',12708,NULL),(13728,57,'','',530,0,'2013-11-13 19:39:37',12710,NULL),(13729,133,'','',530,0,'2013-11-13 19:39:37',12710,NULL),(13730,132,'','',530,0,'2013-11-13 19:39:37',12710,NULL),(13731,56,'','',530,0,'2013-11-13 19:39:37',12710,NULL),(13732,107,'1/20,1/80,b29b3f5aeacf2f2f978bfbb19872f2dbf3cd9acf','',555,0,'2013-11-13 08:00:00',12710,NULL),(13733,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b29b3f5aeacf2f2f978bfbb19872f2dbf3cd9acf','',537,0,'2013-11-13 08:00:00',12713,NULL),(13734,35,'HAZY,AMBER,7.5,1.010,NEGATIVE,POSITIVE (+),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,>30,NOT SEEN,NOT SEEN,NO,,,,,,,,,,,,,,,,T SEEN,abb32e3d2854aeb69a033','',537,0,'2013-11-13 08:00:00',12714,NULL),(13735,9,'','',530,0,'2013-11-13 19:42:20',12715,NULL),(13736,9,'','',530,0,'2013-11-13 19:47:43',12716,NULL),(13737,19,'NEGATIVE,,6ae76938ddfa72052f0f3927f4978aff084ea589','',534,0,'2013-11-14 08:00:00',12716,NULL),(13738,18,'[$]NO MALARIA PARASITES SEEN [/$],-,6ae76938ddfa72052f0f3927f4978aff084ea589','',534,0,'2013-11-14 08:00:00',12716,NULL),(13739,57,'','',530,0,'2013-11-13 19:47:44',12718,NULL),(13740,133,'','',530,0,'2013-11-13 19:47:44',12718,NULL),(13741,132,'','',530,0,'2013-11-13 19:47:44',12718,NULL),(13742,56,'','',530,0,'2013-11-13 19:47:44',12718,NULL),(13743,9,'','',534,0,'2013-11-13 19:51:25',12719,NULL),(13744,20,'NEGATIVE,3b53f249eec066f6012d1a24a15c04f02259c39d','',541,0,'2013-11-13 08:00:00',12719,NULL),(13745,36,'Mixed Growth,##,##,,3b53f249eec066f6012d1a24a15c04f02259c39d','',534,0,'2013-11-15 08:00:00',12721,NULL),(13746,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3b53f249eec066f6012d1a24a15c04f02259c39d',', ',550,0,'2013-11-13 08:00:00',12721,NULL),(13747,38,'[$][/$],##,##,,3b53f249eec066f6012d1a24a15c04f02259c39d','',550,0,'2013-11-13 08:00:00',12724,NULL),(13748,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3b53f249eec066f6012d1a24a15c04f02259c39d','',550,0,'2013-11-13 08:00:00',12724,NULL),(13749,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,615b190b20ed5420726e0e89bc5b1518f65a02ce','',537,0,'2013-11-13 08:00:00',12725,NULL),(13750,9,'','',534,0,'2013-11-13 19:58:12',12726,NULL),(13751,19,'NEGATIVE,,f1872d42e1e11b68bc86ecec68a8d5a2fe7bd410','',534,0,'2013-11-13 08:00:00',12726,NULL),(13752,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f1872d42e1e11b68bc86ecec68a8d5a2fe7bd410','',534,0,'2013-11-13 08:00:00',12726,NULL),(13753,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f1872d42e1e11b68bc86ecec68a8d5a2fe7bd410',', ',534,0,'2013-11-13 08:00:00',12728,NULL),(13754,9,'','',530,0,'2013-11-13 20:00:12',12729,NULL),(13755,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ffb79a6c198feef6b9f4a7df3755a82c3feb877d','',541,0,'2013-11-13 08:00:00',12729,NULL),(13756,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ffb79a6c198feef6b9f4a7df3755a82c3feb877d',', ',534,0,'2013-11-13 08:00:00',12731,NULL),(13757,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,aa41ed2ca68c2654f91eea90d50f4a526f6e8017','',541,0,'2013-11-14 08:00:00',12732,NULL),(13758,9,'','',534,0,'2013-11-13 20:04:22',12733,NULL),(13759,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dd9b57ad7c1b4446090a80b17d9a6f3149f5a7e7','',534,0,'2013-11-13 08:00:00',12733,NULL),(13760,71,'POSITIVE,,dd9b57ad7c1b4446090a80b17d9a6f3149f5a7e7','',534,0,'2013-11-13 08:00:00',12735,NULL),(13761,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dd9b57ad7c1b4446090a80b17d9a6f3149f5a7e7',', ',534,0,'2013-11-13 08:00:00',12735,NULL),(13762,9,'','',530,0,'2013-11-13 20:05:38',12736,NULL),(13763,18,'[$]NO MALARIA PARASITE SEEN[/$],-,201d32db18e4a6468de6110c0496c1a450225141','',541,0,'2013-11-13 08:00:00',12736,NULL),(13764,9,'','',530,0,'2013-11-13 20:15:05',12737,NULL),(13765,19,'NEGATIVE,,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe','',534,0,'2013-11-13 08:00:00',12737,NULL),(13766,18,'[$]NO MALARIA PARASITES SEEN [/$],-,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe','',534,0,'2013-11-13 08:00:00',12737,NULL),(13767,36,'No Bacteria Growth,##,##,,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe','',534,0,'2013-11-15 08:00:00',12739,NULL),(13768,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe',', ',534,0,'2013-11-13 08:00:00',12739,NULL),(13769,27,'NON-REACTIVE,-,NEGATIVE,,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe','',534,0,'2013-11-13 08:00:00',12742,NULL),(13770,108,'NON - REACTIVE,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe','',534,0,'2013-11-13 08:00:00',12742,NULL),(13771,9,'','',530,0,'2013-11-13 20:19:21',12743,NULL),(13772,57,'','',530,0,'2013-11-13 20:19:21',12745,NULL),(13773,133,'','',530,0,'2013-11-13 20:19:21',12745,NULL),(13774,132,'','',530,0,'2013-11-13 20:19:21',12745,NULL),(13775,56,'','',530,0,'2013-11-13 20:19:21',12745,NULL),(13776,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5f41ed46dcd773b33599251e25846091865c51dc','',534,0,'2013-11-13 08:00:00',12746,NULL),(13777,9,'','',530,0,'2013-11-13 20:33:52',12747,NULL),(13778,19,'NEGATIVE,,918cb72206b436cbaab8596ab9001a6ce7294631','',534,0,'2013-11-13 08:00:00',12747,NULL),(13779,18,'[$]NO MALARIA PARASITES SEEN[/$],-,918cb72206b436cbaab8596ab9001a6ce7294631','',534,0,'2013-11-13 08:00:00',12747,NULL),(13780,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,918cb72206b436cbaab8596ab9001a6ce7294631',', ',534,0,'2013-11-13 08:00:00',12749,NULL),(13781,9,'','',530,0,'2013-11-13 20:40:40',12750,NULL),(13782,19,'NEGATIVE,,b36642c4f9b1d953da1ec2ba1889428fd02c005e','',541,0,'2013-11-13 08:00:00',12750,NULL),(13783,74,'','',530,0,'2013-11-13 20:40:40',12752,NULL),(13784,66,'','',530,0,'2013-11-13 20:40:40',12752,NULL),(13785,57,'','',530,0,'2013-11-13 20:40:40',12752,NULL),(13786,133,'','',530,0,'2013-11-13 20:40:40',12752,NULL),(13787,56,'','',530,0,'2013-11-13 20:40:40',12752,NULL),(13788,107,'1/20,1/20,b36642c4f9b1d953da1ec2ba1889428fd02c005e','',541,0,'2013-11-13 08:00:00',12752,NULL),(13789,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,cd2d6a316e606b6613be448b2fbd181e3e505a',', ',534,0,'2013-11-13 08:00:00',12753,NULL),(13790,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,16,NOT SEEN,NOT ,,,,,,,,,,,,,,,,,,,,,,,SEEN,NOT SEEN,5e8cd468','',537,0,'2013-11-13 08:00:00',12754,NULL),(13791,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,INCREASED (+),4,10,0,NOT SEEN,NOT SEEN,NOT,,,,,,,,,,,,,,,, SEEN,,adcf4b97878fc6bafac73','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:7.0, SPECIFIC GRAVITY:1.020, LEUCOCYTE:TRACE, UROBILINOGEN:INCREASED +, PUS CELLS:4, EPITHELIAL CELLS:10',537,0,'2013-11-13 20:52:42',12755,NULL),(13792,9,'','',530,0,'2013-11-13 20:54:38',12756,NULL),(13793,28,'NEGATIVE,[$]AA[/$],,b6ed2c478a0600299fe927f53dababc0b642b774','',541,0,'2013-11-13 08:00:00',12756,NULL),(13794,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b6ed2c478a0600299fe927f53dababc0b642b774','',541,0,'2013-11-13 08:00:00',12756,NULL),(13795,21,'','',530,0,'2013-11-13 20:57:37',12757,NULL),(13796,224,'','',530,0,'2013-11-13 20:57:37',12757,NULL),(13797,199,'','',530,0,'2013-11-13 20:59:23',12758,NULL),(13798,97,'','',530,0,'2013-11-13 20:59:23',12758,NULL),(13799,9,'','',530,0,'2013-11-13 21:02:39',12759,NULL),(13800,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d4e97c552306e523b3fc857c3ff37ecfef4c6109','',541,0,'2013-11-13 08:00:00',12759,NULL),(13801,107,'1/20,1/20,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',555,0,'2013-11-13 08:00:00',12760,NULL),(13802,21,'O,POSITIVE,2a467d23d88238ad8b246aa236886efd7531904a','',541,0,'2013-11-13 08:00:00',12761,NULL),(13803,25,'NO DEFECT,,2a467d23d88238ad8b246aa236886efd7531904a','',541,0,'2013-11-13 08:00:00',12761,NULL),(13804,20,'NEGATIVE,2a467d23d88238ad8b246aa236886efd7531904a','',541,0,'2013-11-13 08:00:00',12761,NULL),(13805,112,'NEGATIVE,,2a467d23d88238ad8b246aa236886efd7531904a','',541,0,'2013-11-13 08:00:00',12763,NULL),(13806,27,'NON-REACTIVE,-,NEGATIVE,,2a467d23d88238ad8b246aa236886efd7531904a','',541,0,'2013-11-13 08:00:00',12763,NULL),(13807,108,'NON - REACTIVE,2a467d23d88238ad8b246aa236886efd7531904a','',541,0,'2013-11-13 08:00:00',12763,NULL),(13808,37,'DARK BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2a467d23d88238ad8b246aa236886efd7531904a','',552,0,'2013-11-13 08:00:00',12766,NULL),(13809,9,'','',530,0,'2013-11-13 21:14:46',12767,NULL),(13810,18,'[$]NO MALARIA PARASITES SEEN[/$],-,11d6a36a1d83fb0bf2bb55329b4d61259d809b52','',552,0,'2013-11-13 08:00:00',12767,NULL),(13811,9,'','',530,0,'2013-11-13 21:18:30',12768,NULL),(13812,19,'NEGATIVE,,24411a0fd40e5d79f0e836f96870e53a7bb45ed7','',541,0,'2013-11-13 08:00:00',12768,NULL),(13813,18,'[$]NO MALARIA PARASITE SEEN[/$],-,24411a0fd40e5d79f0e836f96870e53a7bb45ed7','',541,0,'2013-11-13 08:00:00',12768,NULL),(13814,107,'1/20,1/20,24411a0fd40e5d79f0e836f96870e53a7bb45ed7','',541,0,'2013-11-13 08:00:00',12770,NULL),(13815,9,'','',530,0,'2013-11-13 21:20:56',12771,NULL),(13816,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a430e93ed139f5e3d2b6d3073a5042fa8558ad3e','',541,0,'2013-11-13 08:00:00',12771,NULL),(13817,21,'B,POSITIVE,de575b06bc2d2abf1abacf79802e286a592961e7','',541,0,'2013-11-13 08:00:00',12772,NULL),(13818,28,'NEGATIVE,[$]AA[/$],,de575b06bc2d2abf1abacf79802e286a592961e7','',541,0,'2013-11-13 08:00:00',12772,NULL),(13819,19,'NEGATIVE,,2d001efa046a11ac69646e83ed72c7868fd07221','',541,0,'2013-11-13 08:00:00',12773,NULL),(13820,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2d001efa046a11ac69646e83ed72c7868fd07221','',541,0,'2013-11-13 08:00:00',12773,NULL),(13821,35,'CLEAR,STRAW,6.5,1.025,TRACE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2d001efa046a11ac69646e83ed72c7868fd07221',', ',552,0,'2013-11-13 08:00:00',12775,NULL),(13822,57,'','',530,0,'2013-11-13 21:44:39',12778,NULL),(13823,133,'','',530,0,'2013-11-13 21:44:39',12778,NULL),(13824,56,'','',530,0,'2013-11-13 21:44:39',12778,NULL),(13825,9,'','',530,0,'2013-11-13 21:46:17',12779,NULL),(13826,21,'O,NEGATIVE,c0a096754e7bb1e3297bde2b1f4f408f6bfcd61c','',534,0,'2013-11-19 08:00:00',12780,NULL),(13827,9,'','',530,0,'2013-11-13 21:48:26',12780,NULL),(13828,18,'[$]NO MALARIA PARASITES SEEN [/$],-,c0a096754e7bb1e3297bde2b1f4f408f6bfcd61c','',534,0,'2013-11-19 08:00:00',12780,NULL),(13829,20,'NEGATIVE,c0a096754e7bb1e3297bde2b1f4f408f6bfcd61c','',534,0,'2013-11-19 08:00:00',12780,NULL),(13830,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,PRESENT (++),NO,,,,,,,,T SEEN,c0a096754e7bb1e3297bde2b1f4f4','',537,0,'2013-11-19 08:00:00',12782,NULL),(13831,9,'','',530,0,'2013-11-13 21:50:43',12783,NULL),(13832,36,'No Bacteria Growth,##,##,,9b2b78a09926665db6a6904fb8236019a3c4f20d','',534,0,'2013-11-15 08:00:00',12785,NULL),(13833,35,'HAZY,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9b2b78a09926665db6a6904fb8236019a3c4f20d',', ',552,0,'2013-11-13 08:00:00',12785,NULL),(13834,9,'','',530,0,'2013-11-13 21:55:41',12786,NULL),(13835,36,'No Bacteria Growth,##,##,,3091c537b3a41356f1b5f82542f4bf5645525536','',534,0,'2013-11-15 08:00:00',12788,NULL),(13836,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3091c537b3a41356f1b5f82542f4bf5645525536',', ',552,0,'2013-11-13 08:00:00',12788,NULL),(13837,9,'','',530,0,'2013-11-13 21:58:24',12789,NULL),(13838,28,'NEGATIVE,[$]AA[/$],,7dc06aac4279a76b63539e01cd6babd05fd6b5f5','',541,0,'2013-11-13 08:00:00',12789,NULL),(13839,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7dc06aac4279a76b63539e01cd6babd05fd6b5f5','',541,0,'2013-11-13 08:00:00',12789,NULL),(13840,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bd29e4a511469fe6986192de651d5826a15d1857','',552,0,'2013-11-13 08:00:00',12790,NULL),(13841,9,'','',530,0,'2013-11-13 22:01:15',12791,NULL),(13842,19,'NEGATIVE,,ab3f4f28598c2bcdb251ffb869b89add3170ed6f','',541,0,'2013-11-13 08:00:00',12791,NULL),(13843,40,'[$][/$],##,##,,0cc4a8eb81f77dbcf36a4ccac9d0d6eac18fd2c3','',552,0,'2013-11-13 08:00:00',12792,NULL),(13844,9,'','',534,0,'2013-11-13 22:14:06',12792,NULL),(13845,19,'NEGATIVE,,0cc4a8eb81f77dbcf36a4ccac9d0d6eac18fd2c3','',552,0,'2013-11-13 08:00:00',12792,NULL),(13846,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0cc4a8eb81f77dbcf36a4ccac9d0d6eac18fd2c3','',552,0,'2013-11-13 08:00:00',12792,NULL),(13847,70,'4.8,,0cc4a8eb81f77dbcf36a4ccac9d0d6eac18fd2c3','',552,0,'2013-11-13 08:00:00',12792,NULL),(13848,36,'','',534,0,'2013-11-13 22:14:06',12794,NULL),(13849,35,'','',534,0,'2013-11-13 22:14:06',12794,NULL),(13850,35,'CLEAR,STRAW,5.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c203f0b0c9fbc7acfb6bfda9ebe8c35d3f561cee','pH:5.5, SPECIFIC GRAVITY:1.025, EPITHELIAL CELLS:2',534,0,'2013-11-13 22:23:34',12795,NULL),(13851,9,'','',534,0,'2013-11-13 22:26:01',12796,NULL),(13852,18,'[$]NO MALARIA PARASITE SEEN[/$],-,408c9388c5d05053ed7ed42b7a8591c31acacf49','',541,0,'2013-11-13 08:00:00',12796,NULL),(13853,9,'','',534,0,'2013-11-13 22:39:23',12797,NULL),(13854,107,'1/20,1/20,1dfbb139c72d1b4b1b6b8df28eecf442a8f1e272','',541,0,'2013-11-13 08:00:00',12799,NULL),(13855,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1dfbb139c72d1b4b1b6b8df28eecf442a8f1e272','',552,0,'2013-11-13 08:00:00',12802,NULL),(13856,40,'[$]NO BACTERIA GROWTH\n\nAFTER 48HRS OF INCUBATION[/$],##,##,,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',535,0,'2013-11-17 08:00:00',12803,NULL),(13857,22,'65,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',552,0,'2013-11-13 08:00:00',12803,NULL),(13858,9,'','',530,0,'2013-11-13 22:50:05',12803,NULL),(13859,223,'[$][/$],b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',534,0,'2013-11-21 08:00:00',12803,NULL),(13860,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',552,0,'2013-11-13 08:00:00',12803,NULL),(13861,107,'1/20,1/20,b5ad0e7312b69c10ce715f6d0db1b641b78fe3b9','',552,0,'2013-11-13 08:00:00',12805,NULL),(13862,22,'21,fa3a05ba18d74876740bb60c9b54350c65c7549a','',552,0,'2013-11-13 08:00:00',12806,NULL),(13863,9,'','',530,0,'2013-11-13 22:51:51',12806,NULL),(13864,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fa3a05ba18d74876740bb60c9b54350c65c7549a','',552,0,'2013-11-13 08:00:00',12806,NULL),(13865,21,'O,POSITIVE,8a896f260c5ac7200fffaf33b54e1b2773054d76','',541,0,'2013-11-13 08:00:00',12807,NULL),(13866,9,'','',530,0,'2013-11-13 22:57:00',12807,NULL),(13867,20,'NEGATIVE,8a896f260c5ac7200fffaf33b54e1b2773054d76','',541,0,'2013-11-13 08:00:00',12807,NULL),(13868,21,'A,NEGATIVE,453842c573f17dc8f53d556d03efdb97d9325c2c','',537,0,'2013-11-15 08:00:00',12808,NULL),(13869,9,'','',534,0,'2013-11-13 23:00:22',12808,NULL),(13870,25,'NO DEFECT,,453842c573f17dc8f53d556d03efdb97d9325c2c','',537,0,'2013-11-15 08:00:00',12808,NULL),(13871,18,'[$]NO MALARIA PARASITE SEEN[/$],-,453842c573f17dc8f53d556d03efdb97d9325c2c','',537,0,'2013-11-15 08:00:00',12808,NULL),(13872,20,'NEGATIVE,453842c573f17dc8f53d556d03efdb97d9325c2c','',537,0,'2013-11-15 08:00:00',12808,NULL),(13873,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,453842c573f17dc8f53d556d03efdb97d9325c2c',', ',552,0,'2013-11-26 08:00:00',12810,NULL),(13874,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,453842c573f17dc8f53d556d03efdb97d9325c2c','',534,0,'2013-11-15 08:00:00',12813,NULL),(13875,9,'','',534,0,'2013-11-13 23:02:32',12814,NULL),(13876,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bc8506ce9880a14f71a23f10bd5bb8017971a0ca',', ',552,0,'2013-11-13 08:00:00',12816,NULL),(13877,36,'No Bacteria Growth,##,##,,ddcdc0acda1fd403b8c7a91dc161f8032aadce12','',534,0,'2013-11-15 08:00:00',12817,NULL),(13878,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ddcdc0acda1fd403b8c7a91dc161f8032aadce12',', ',552,0,'2013-11-13 08:00:00',12817,NULL),(13879,9,'','',534,0,'2013-11-13 23:05:24',12818,NULL),(13880,36,'','',534,0,'2013-11-13 23:05:25',12820,NULL),(13881,35,'HAZY,LIGHT AMBER,6.5,1.025,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,POSITIVE (+),POSITIVE (+++),NORMAL,>30,4,16,NOT ,,,,,,,,,,,,,,SEEN,NOT SEEN,NOT SEEN,273dfa701',', ',552,0,'2013-11-13 08:00:00',12820,NULL),(13882,57,'','',534,0,'2013-11-13 23:05:25',12823,NULL),(13883,92,'17.9,273dfa701ea2be543f5992c88ff94b93070d74d4','',534,0,'2013-11-14 08:00:00',12823,NULL),(13884,56,'','',534,0,'2013-11-13 23:05:25',12823,NULL),(13885,226,'','',530,0,'2013-11-13 23:07:19',12824,NULL),(13886,9,'','',534,0,'2013-11-13 23:09:00',12825,NULL),(13887,71,'POSITIVE,,6d9d85c321b6a9d6c56ac5a71f3f9e24c28a068c','',552,0,'2013-11-13 08:00:00',12827,NULL),(13888,35,'CLEAR,LIGHT AMBER,7.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,1,2,0,NOT SEEN,NOT SEEN,,,,,,,,,NOT SEEN,6d9d85c321b6a9d6c56ac5a71f3',', ',552,0,'2013-11-13 08:00:00',12827,NULL),(13889,9,'','',530,0,'2013-11-13 23:09:39',12828,NULL),(13890,18,'[$]NO MALARIA SEEN[/$],-,fb4bad9d1041f199f92ba26a8b6b8169676d2e51','',541,0,'2013-11-13 08:00:00',12828,NULL),(13891,9,'','',534,0,'2013-11-13 23:12:02',12829,NULL),(13892,18,'','',534,0,'2013-11-13 23:12:02',12829,NULL),(13893,57,'','',530,0,'2013-11-13 23:17:52',12830,NULL),(13894,92,'56.1,0b73c0251fb7e883546f625fc96a7f7ec1a03e1f','',534,0,'2013-11-14 08:00:00',12830,NULL),(13895,56,'','',530,0,'2013-11-13 23:17:52',12830,NULL),(13896,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b73c0251fb7e883546f625fc96a7f7ec1a03e1f',', ',552,0,'2013-11-13 08:00:00',12832,NULL),(13897,9,'','',552,0,'2013-11-13 23:21:31',12833,NULL),(13898,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b9d29275fbff5bfcd22103da67a51dd39e2f14e0','',541,0,'2013-11-13 08:00:00',12833,NULL),(13899,68,'4.4,-,-,,d1c9f8ecb45252d908dc7351d8bc27c9015a8757','NON DIABETIC, ',534,0,'2013-11-14 08:00:00',12834,NULL),(13900,9,'','',530,0,'2013-11-13 23:35:41',12834,NULL),(13901,19,'NEGATIVE,,d1c9f8ecb45252d908dc7351d8bc27c9015a8757','',534,0,'2013-11-14 08:00:00',12834,NULL),(13902,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d1c9f8ecb45252d908dc7351d8bc27c9015a8757','',534,0,'2013-11-14 08:00:00',12834,NULL),(13903,57,'','',530,0,'2013-11-13 23:35:41',12836,NULL),(13904,133,'','',530,0,'2013-11-13 23:35:41',12836,NULL),(13905,131,'','',530,0,'2013-11-13 23:35:41',12836,NULL),(13906,56,'','',530,0,'2013-11-13 23:35:41',12836,NULL),(13907,107,'1/20,1/20,d1c9f8ecb45252d908dc7351d8bc27c9015a8757','',534,0,'2013-11-14 08:00:00',12836,NULL),(13908,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,d1c9f8ecb45252d908dc7351d8bc27c901',', ',541,0,'2013-11-14 08:00:00',12839,NULL),(13909,9,'','',530,0,'2013-11-13 23:47:07',12840,NULL),(13910,35,'','',530,0,'2013-11-13 23:47:07',12842,NULL),(13911,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,853e608fe184b52025ecd5faf035d4edb81d7cb6','',552,0,'2013-11-13 08:00:00',12843,NULL),(13912,9,'','',530,0,'2013-11-14 00:00:51',12844,NULL),(13913,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f0f469caaca3135b441db3f1c45bd5f01cd68c92','',552,0,'2013-11-13 08:00:00',12844,NULL),(13914,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,2d001efa046a11ac69646e83ed72c7868f','pH:6.5, SPECIFIC GRAVITY:1.025, KETONES:POSITIVE ++, EPITHELIAL CELLS:2',541,0,'2013-11-14 00:02:30',12845,NULL),(13915,9,'','',530,0,'2013-11-14 00:07:20',12846,NULL),(13916,19,'NEGATIVE,,19f569dad795a52aa713b176029b9ff4a4dd14d4','',552,0,'2013-11-13 08:00:00',12846,NULL),(13917,18,'[$]NO MALARIA PARASITES SEEN[/$],-,19f569dad795a52aa713b176029b9ff4a4dd14d4','',552,0,'2013-11-13 08:00:00',12846,NULL),(13918,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7ae28156337a7b0d136bde2be86440357a4dc2d9','',552,0,'2013-11-13 08:00:00',12847,NULL),(13919,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a',', ',552,0,'2013-11-13 08:00:00',12848,NULL),(13920,16,'POSITIVE,25b397359cc79ea28bc9f74a337cbaedb4ca3683','',552,0,'2013-11-13 08:00:00',12849,NULL),(13921,14,'POSITIVE,25b397359cc79ea28bc9f74a337cbaedb4ca3683','',555,0,'2013-11-15 08:00:00',12851,NULL),(13922,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6d551431a2a41fc98ce1a950acbabb372bb4777e',', ',552,0,'2013-11-13 08:00:00',12852,NULL),(13923,108,'NON - REACTIVE,475bb5cd060c4e45bf3139fc2c7284ba2a8709a7','',552,0,'2013-11-13 08:00:00',12853,NULL),(13924,14,'NEGATIVE,475bb5cd060c4e45bf3139fc2c7284ba2a8709a7','',552,0,'2013-11-13 08:00:00',12855,NULL),(13925,99,'2.5,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),,6fcec0edc35e1dbc66344b5aac6a5d7c91dc9ce1','',535,0,'2013-11-15 08:00:00',12856,NULL),(13926,100,'1.5,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),,6fcec0edc35e1dbc66344b5aac6a5d7c91dc9ce1','',535,0,'2013-11-15 08:00:00',12856,NULL),(13927,3,'2.5,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),1.5,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),1.8,,6fcec0edc35e1dbc66344b5aac6a5d7c91dc9ce1','',535,0,'2013-11-15 08:00:00',12856,NULL),(13928,101,'1.8,6fcec0edc35e1dbc66344b5aac6a5d7c91dc9ce1','',535,0,'2013-11-15 08:00:00',12856,NULL),(13929,22,'13,e04d7806ce4911b93c45990551365f28f13deb5a','',552,0,'2013-11-13 08:00:00',12857,NULL),(13930,9,'','',530,0,'2013-11-14 01:22:43',12857,NULL),(13931,9,'','',530,0,'2013-11-14 01:32:42',12858,NULL),(13932,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,272a4b105dc8270feab7d67347125cfe06855eb7',', ',552,0,'2013-11-13 08:00:00',12860,NULL),(13933,9,'','',530,0,'2013-11-14 01:46:10',12861,NULL),(13934,18,'[$]MALARIA PARASITES PRESENT[>10,000/(++++)][/$],TROPHOZOITES,c46f2a15a68d56cb591ba4606abfde6eba033fb3','',552,0,'2013-11-13 08:00:00',12861,NULL),(13935,107,'1/20,1/20,c46f2a15a68d56cb591ba4606abfde6eba033fb3','',552,0,'2013-11-13 08:00:00',12863,NULL),(13936,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c46f2a15a68d56cb591ba4606abfde6eba033fb3',', ',552,0,'2013-11-13 08:00:00',12866,NULL),(13937,18,'[$]NO MALARIA PARASITES SEEN[/$],-,60f44fdcee013e2f8e46c24ca73def222aa881d4','',552,0,'2013-11-13 08:00:00',12867,NULL),(13938,9,'','',530,0,'2013-11-14 02:03:41',12868,NULL),(13939,14,'NEGATIVE,daf10887897d6e653e816165da4b3313dd03b626','',550,0,'2013-11-13 08:00:00',12870,NULL),(13940,16,'POSITIVE,853e608fe184b52025ecd5faf035d4edb81d7cb6','',541,0,'2013-11-13 08:00:00',12871,NULL),(13941,14,'','',530,0,'2013-11-14 02:12:37',12873,NULL),(13942,36,'No Bacteria Growth,##,##,,bae90cef09abbcddd5b0afa8e593638a5172b498','',534,0,'2013-11-15 08:00:00',12874,NULL),(13943,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bae90cef09abbcddd5b0afa8e593638a5172b498',', ',550,0,'2013-11-13 08:00:00',12874,NULL),(13944,9,'','',530,0,'2013-11-14 02:44:49',12875,NULL),(13945,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3752d5f6220f67280be9c219c5a3a29c33c9f8cc','',535,0,'2013-11-13 08:00:00',12875,NULL),(13946,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3752d5f6220f67280be9c219c5a3a29c33c9f8cc',', ',550,0,'2013-11-13 08:00:00',12877,NULL),(13947,107,'1/20,1/80,3752d5f6220f67280be9c219c5a3a29c33c9f8cc','',535,0,'2013-11-13 08:00:00',12880,NULL),(13948,222,'','',531,0,'2013-11-14 03:21:48',12881,NULL),(13949,27,'NON-REACTIVE,-,NEGATIVE,,fe408a5cd03562cda4f6cf78f8e91fb325209a5b','',534,0,'2013-11-14 08:00:00',12881,NULL),(13950,16,'POSITIVE,,25b397359cc79ea28bc9f74a337cbaedb4ca3683','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',541,0,'2013-11-14 03:38:57',12882,NULL),(13951,222,'7.8,4.26,11.5,33.9,79.6,27.0,33.9,324,53.7,11.7,34.6,4.2,0.9,2.7,13.2,7.5,,70d02881b33e23d4cc34af2c3a40c40c4337f19b','',504,0,'2013-11-13 08:00:00',12883,NULL),(13952,19,'NEGATIVE,,70d02881b33e23d4cc34af2c3a40c40c4337f19b','',504,0,'2013-11-13 08:00:00',12883,NULL),(13953,18,'[$]NO MALARIA PARASITES SEEN[/$],-,70d02881b33e23d4cc34af2c3a40c40c4337f19b','',504,0,'2013-11-13 08:00:00',12883,NULL),(13954,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,70d02881b33e23d4cc34af2c3a40c40c4337f19b','',535,0,'2013-11-14 08:00:00',12885,NULL),(13955,41,'[$]6:50 AM[/$],[$]7:40 AM[/$],[$]8:45 AM[/$],MASTURBATION,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]2.9 MLS[/$],[$]7.5[/$],[$]80% IN ACTIVE LINEAR PROGRESSION[/$],[$]95% LIVE SPERM CELLS[/$],[$]130,300,000/','WBC:PRESENT +',550,0,'2013-11-14 04:21:44',12886,NULL),(13956,222,'14.1,4.33,13.3,38.0,87.8,30.7,35.0,162,20.4,10.1,69.5,2.9,1.4,9.8,13.8,11.3,,67e7f6ae165fd83815d4dd7b735d64fea62840ea','',504,0,'2013-11-13 08:00:00',12887,NULL),(13957,18,'[$]NO MALARIA PARASITES SEEN[/$],-,67e7f6ae165fd83815d4dd7b735d64fea62840ea','',504,0,'2013-11-13 08:00:00',12887,NULL),(13958,37,'','',531,0,'2013-11-14 04:47:39',12889,NULL),(13959,107,'1/20,1/40,67e7f6ae165fd83815d4dd7b735d64fea62840ea','',504,0,'2013-11-13 08:00:00',12892,NULL),(13960,222,'7.3,4.67,13.8,40.6,86.9,29.6,34.0,295,44.0,9.5,46.5,3.2,0.7,3.4,12.5,7.9,,e3bbf436edd5801daadc262564511744e664c5c1','',504,0,'2013-11-13 08:00:00',12893,NULL),(13961,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e3bbf436edd5801daadc262564511744e664c5c1','',504,0,'2013-11-13 08:00:00',12893,NULL),(13962,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e3bbf436edd5801daadc262564511744e664c5c1',', ',504,0,'2013-11-13 08:00:00',12895,NULL),(13963,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,12,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,4abc01a34680c895ccacbaac6f6e2751',', ',504,0,'2013-11-13 08:00:00',12896,NULL),(13964,222,'6.9,4.55,15.0,43.6,95.8,33.0,34.4,158,12.0,14.1,73.9,0.8,1.0,5.1,13.6,9.1,,20c5d0759d4571e0cd1d172521022c955aab835f','',535,0,'2013-11-13 08:00:00',12897,NULL),(13965,19,'NEGATIVE,,20c5d0759d4571e0cd1d172521022c955aab835f','',535,0,'2013-11-13 08:00:00',12897,NULL),(13966,18,'[$]NO MALARIA PARASITES SEEN[/$],-,20c5d0759d4571e0cd1d172521022c955aab835f','',535,0,'2013-11-13 08:00:00',12897,NULL),(13967,60,'','',531,0,'2013-11-14 05:48:44',12899,NULL),(13968,57,'','',531,0,'2013-11-14 05:48:44',12899,NULL),(13969,133,'','',531,0,'2013-11-14 05:48:44',12899,NULL),(13970,56,'','',531,0,'2013-11-14 05:48:44',12899,NULL),(13971,107,'1/20,1/20,20c5d0759d4571e0cd1d172521022c955aab835f','',535,0,'2013-11-13 08:00:00',12899,NULL),(13972,57,'','',531,0,'2013-11-14 08:11:27',12900,NULL),(13973,133,'','',531,0,'2013-11-14 08:11:27',12900,NULL),(13974,131,'','',531,0,'2013-11-14 08:11:27',12900,NULL),(13975,56,'','',531,0,'2013-11-14 08:11:27',12900,NULL),(13976,77,'','',531,0,'2013-11-14 08:11:27',12902,NULL),(13977,35,'CLEAR,LIGHT AMBER,6.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,0cc4a8eb81f77dbcf36a4ccac9d0d6eac',', ',541,0,'2013-11-14 08:00:00',12905,NULL),(13978,11,'32,[$]14[/$],[$]2.3[/$],2.63,,,0cc4a8eb81f77dbcf36a4ccac9d0d6eac18fd2c3','',541,0,'2013-11-14 18:02:38',12909,NULL),(13979,222,'11.2,4.51,14.0,40.3,89.4,31.0,34.7,273,14.6,9.3,76.1,1.6,1.0,8.6,12.9,7.6,,c1f69bb32cc68869d721edf6aa7e5af766a4df6f','',535,0,'2013-11-14 08:00:00',12910,NULL),(13980,35,'CLOUDY,STRAW,5.0,1.025,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,18,NOT SEEN,NOT SEEN,,,,,,,,,NOT SEEN,c1f69bb32cc68869d721edf6aa7',', ',535,0,'2013-11-14 08:00:00',12912,NULL),(13981,36,'','',531,0,'2013-11-14 09:30:05',12913,NULL),(13982,40,'[$]NO BACTERIAL GROWTH AFTER 48HRS INCUBATION\r\nNO BACTERIAL GROWTH AFTER 7 DAYS INCUBATION[/$],##,##,,7b4fd9e40af3f79d007ff684136ad9f2cb62e668','',541,0,'2013-11-21 21:44:05',12914,NULL),(13983,222,',,,,,,,,,,,,,,,,,7b4fd9e40af3f79d007ff684136ad9f2cb62e668','',541,0,'2013-11-21 21:44:06',12914,NULL),(13984,19,'NEGATIVE,,7b4fd9e40af3f79d007ff684136ad9f2cb62e668','',541,541,'2013-11-14 08:00:00',12914,'2013-11-21 13:44:06'),(13985,18,',,,7b4fd9e40af3f79d007ff684136ad9f2cb62e668','',541,541,'2013-11-14 08:00:00',12914,'2013-11-21 13:44:06'),(13986,107,'1/20,1/20,7b4fd9e40af3f79d007ff684136ad9f2cb62e668','',541,0,'2013-11-14 08:00:00',12916,NULL),(13987,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,7b4fd9e40af3f79d007ff684136ad9f2c',', ',534,0,'2013-11-14 08:00:00',12919,NULL),(13988,27,'NON-REACTIVE,-,NEGATIVE,,7b4fd9e40af3f79d007ff684136ad9f2cb62e668','',534,0,'2013-11-14 08:00:00',12920,NULL),(13989,222,'','',531,0,'2013-11-14 15:02:36',12921,NULL),(13990,57,'','',531,0,'2013-11-14 15:02:36',12923,NULL),(13991,133,'','',531,0,'2013-11-14 15:02:36',12923,NULL),(13992,16,'POSITIVE,6af64d79695b1d2ea8d771912e4355b5f8c0c761','',534,0,'2013-11-14 08:00:00',12923,NULL),(13993,112,'NEGATIVE,,6af64d79695b1d2ea8d771912e4355b5f8c0c761','',534,0,'2013-11-14 08:00:00',12923,NULL),(13994,132,'','',531,0,'2013-11-14 15:02:36',12923,NULL),(13995,56,'','',531,0,'2013-11-14 15:02:36',12923,NULL),(13996,14,'POSITIVE,6af64d79695b1d2ea8d771912e4355b5f8c0c761','',534,0,'2013-11-14 08:00:00',12926,NULL),(13997,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,>30,0,NOT SEEN,PRESENT (+),,,,,,,,,,,,NOT SEEN,6af64d79695b1d2ea8d77191',', ',541,0,'2013-11-14 08:00:00',12930,NULL),(13998,22,'147,d5b72b458671cbbc21c87689dfb66159ae450c22','',534,0,'2013-11-14 08:00:00',12931,NULL),(13999,68,'10.3,-,-,,d5b72b458671cbbc21c87689dfb66159ae450c22','',534,0,'2013-11-14 08:00:00',12931,NULL),(14000,222,'','',558,0,'2013-11-14 15:33:39',12931,NULL),(14001,223,'[$][/$],d5b72b458671cbbc21c87689dfb66159ae450c22','',534,0,'2013-11-14 08:00:00',12931,NULL),(14002,57,'','',558,0,'2013-11-14 15:33:39',12933,NULL),(14003,92,'56.0,d5b72b458671cbbc21c87689dfb66159ae450c22','',534,0,'2013-11-14 08:00:00',12933,NULL),(14004,56,'','',558,0,'2013-11-14 15:33:39',12933,NULL),(14005,35,'HAZY,LIGHT AMBER,6.5,1.015,TRACE,NEGATIVE,NEGATIVE,TRACE,POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,2,2,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,d5b72b458671cbbc21c87689dfb66159a',', ',541,0,'2013-11-14 08:00:00',12936,NULL),(14006,222,'','',558,0,'2013-11-14 15:38:01',12937,NULL),(14007,19,'NEGATIVE,,b6d45333d82d747711a8bf08d274f8e8d7a02bdd','',541,0,'2013-11-14 08:00:00',12937,NULL),(14008,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b6d45333d82d747711a8bf08d274f8e8d7a02bdd','',541,0,'2013-11-14 08:00:00',12937,NULL),(14009,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b6d45333d82d747711a8bf08d274f8e8d7a02bdd','',534,0,'2013-11-14 08:00:00',12939,NULL),(14010,107,'1/20,1/20,b6d45333d82d747711a8bf08d274f8e8d7a02bdd','',541,0,'2013-11-14 08:00:00',12942,NULL),(14011,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,1d5d7e32651a39960063d6dc21113b',', ',550,0,'2013-11-14 08:00:00',12943,NULL),(14012,68,'6.2,POSITIVE (+),NEGATIVE,,1d5d7e32651a39960063d6dc21113b7ecc22aa58','',550,0,'2013-11-14 08:00:00',12945,NULL),(14013,132,'','',558,0,'2013-11-14 16:01:58',12946,NULL),(14014,9,'','',558,0,'2013-11-14 16:08:56',12947,NULL),(14015,18,'[$]NO MALARIA PARASITE SEEN[/$],-,58dc66c79d2009d3e525af263c1f4d3b4e6c1ba2','',541,0,'2013-11-14 08:00:00',12947,NULL),(14016,107,'1/20,1/20,58dc66c79d2009d3e525af263c1f4d3b4e6c1ba2','',541,0,'2013-11-14 08:00:00',12949,NULL),(14017,22,'24,a859dfe0f26959a2f027dcfc190caa381024da11','',534,0,'2013-11-14 08:00:00',12950,NULL),(14018,9,'','',558,0,'2013-11-14 16:36:19',12950,NULL),(14019,70,'6.4,,a859dfe0f26959a2f027dcfc190caa381024da11','',534,0,'2013-11-14 08:00:00',12950,NULL),(14020,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,18,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,a859dfe0f26959a2f027dcfc190caa3',', ',541,0,'2013-11-14 08:00:00',12952,NULL),(14021,108,'NON - REACTIVE,a859dfe0f26959a2f027dcfc190caa381024da11','',534,0,'2013-11-14 08:00:00',12955,NULL),(14022,107,'1/20,1/20,a859dfe0f26959a2f027dcfc190caa381024da11','',534,0,'2013-11-14 08:00:00',12955,NULL),(14023,9,'','',558,0,'2013-11-14 17:01:15',12956,NULL),(14024,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e1760e18ff8fd177181271a55e9fa906e4000b2c',', ',541,0,'2013-11-14 08:00:00',12958,NULL),(14025,36,'No Bacteria Growth,##,##,,2f598476fff98651a042eabd5779cdf9d9010647','',534,0,'2013-11-14 08:00:00',12959,NULL),(14026,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,2f598476fff98651a042eabd5779cdf9d9010647','',534,0,'2013-11-14 08:00:00',12961,NULL),(14027,21,'A,POSITIVE,b44880683434dd011260370289957be74bed3316','',541,0,'2013-11-14 08:00:00',12962,NULL),(14028,9,'','',558,0,'2013-11-14 17:04:35',12962,NULL),(14029,25,'NO DEFECT,,b44880683434dd011260370289957be74bed3316','',550,0,'2013-11-14 08:00:00',12962,NULL),(14030,20,'POSITIVE,b44880683434dd011260370289957be74bed3316','',541,0,'2013-11-14 08:00:00',12962,NULL),(14031,112,'NEGATIVE,,b44880683434dd011260370289957be74bed3316','',541,0,'2013-11-14 08:00:00',12964,NULL),(14032,27,'NON-REACTIVE,-,NEGATIVE,,b44880683434dd011260370289957be74bed3316','',541,0,'2013-11-14 08:00:00',12964,NULL),(14033,108,'NON - REACTIVE,b44880683434dd011260370289957be74bed3316','',541,0,'2013-11-14 08:00:00',12964,NULL),(14034,14,'NEGATIVE,23db466738ed49addcfd7c645a24d53f906e4c14','',541,0,'2013-11-14 08:00:00',12965,NULL),(14035,9,'','',558,0,'2013-11-14 17:11:17',12966,NULL),(14036,9,'','',558,0,'2013-11-14 17:14:32',12967,NULL),(14037,128,'','',558,0,'2013-11-14 17:14:32',12969,NULL),(14038,21,'A,POSITIVE,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12970,NULL),(14039,22,'1,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12970,NULL),(14040,9,'','',558,0,'2013-11-14 17:20:30',12970,NULL),(14041,19,'NEGATIVE,,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12970,NULL),(14042,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12970,NULL),(14043,36,'No Bacteria Growth,##,##,,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',555,0,'2013-11-17 08:00:00',12972,NULL),(14044,71,'NEGATIVE,,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12972,NULL),(14045,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5384ed53fc32e4b23c889fc64214f52eb1d55a89',', ',541,0,'2013-11-14 08:00:00',12972,NULL),(14046,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',555,0,'2013-11-17 08:00:00',12975,NULL),(14047,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',504,0,'2013-11-14 08:00:00',12975,NULL),(14048,27,'NON-REACTIVE,-,NEGATIVE,,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12979,NULL),(14049,107,'1/80,1/320,5384ed53fc32e4b23c889fc64214f52eb1d55a89','',541,0,'2013-11-14 08:00:00',12979,NULL),(14050,9,'','',558,0,'2013-11-14 17:24:20',12980,NULL),(14051,9,'','',558,0,'2013-11-14 17:30:28',12981,NULL),(14052,70,'','',558,0,'2013-11-14 17:30:28',12981,NULL),(14053,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,18,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,93ca103a035590b5d817ac3c378008b1b7',', ',541,0,'2013-11-14 08:00:00',12983,NULL),(14054,108,'NON - REACTIVE,93ca103a035590b5d817ac3c378008b1b71165a8','',541,0,'2013-11-14 08:00:00',12986,NULL),(14055,105,'RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',534,0,'2013-11-14 08:00:00',12987,NULL),(14056,36,'Klebsiella species,##,##,,4a53aaec58bb904f97e2bf7cfac3ddb8ab21972f','',534,0,'2013-11-14 08:00:00',12987,NULL),(14057,132,'','',558,0,'2013-11-14 17:43:23',12988,NULL),(14058,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',534,0,'2013-11-14 08:00:00',12989,NULL),(14059,36,'Klebsiella species,##,##,,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',534,0,'2013-11-14 08:00:00',12989,NULL),(14060,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,34c8184b87499392752b4afa3c60304aa27c82c8','',541,0,'2013-11-14 08:00:00',12990,NULL),(14061,9,'','',558,0,'2013-11-14 17:52:36',12991,NULL),(14062,223,'','',558,0,'2013-11-14 17:52:36',12991,NULL),(14063,16,'POSITIVE,,dc7e26682c2b45c17582f666a68fc463f1115005','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',541,0,'2013-11-14 19:14:54',12992,NULL),(14064,14,'','',558,0,'2013-11-14 17:58:26',12994,NULL),(14065,9,'','',558,0,'2013-11-14 18:02:15',12995,NULL),(14066,19,'NEGATIVE,,53c283ff47bf487353c84e111aab9632d85156c3','',541,0,'2013-11-14 08:00:00',12995,NULL),(14067,36,'No Significant Bacteria Growth,##,##,,53c283ff47bf487353c84e111aab9632d85156c3','',555,0,'2013-11-17 08:00:00',12997,NULL),(14068,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,24,2,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,53c283ff47bf487353c84e111aab9',', ',541,0,'2013-11-14 08:00:00',12997,NULL),(14069,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,,deea7a4c200fa9bfa6ea076c3b3c7fddf24cab26','',534,0,'2013-11-14 08:00:00',12998,NULL),(14070,126,'[$]Proteus spp.[/$],deea7a4c200fa9bfa6ea076c3b3c7fddf24cab26','',534,0,'2013-11-14 08:00:00',12998,NULL),(14071,9,'','',558,0,'2013-11-14 18:04:33',12999,NULL),(14072,128,'','',558,0,'2013-11-14 18:04:33',13001,NULL),(14073,9,'','',558,0,'2013-11-14 18:08:16',13002,NULL),(14074,19,'NEGATIVE,,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',541,0,'2013-11-14 08:00:00',13002,NULL),(14075,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',541,0,'2013-11-14 08:00:00',13002,NULL),(14076,35,'HAZY,AMBER,7.5,1.015,POSITIVE (+++),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),INCREASED,6,10,0,NOT SEEN,NOT,,,,,,,,,,, SEEN,NOT SEEN,2eb5f85eafd1b9c70df',', ',504,0,'2013-11-14 08:00:00',13004,NULL),(14077,107,'1/20,1/40,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',541,0,'2013-11-14 08:00:00',13007,NULL),(14078,9,'','',558,0,'2013-11-14 18:11:29',13008,NULL),(14079,19,'NEGATIVE,,20bb854e3e34bbbfb95b01a561f02a7086bd0e64','',541,0,'2013-11-14 08:00:00',13008,NULL),(14080,18,'[$]NO MALARIA PARASITE SEEN[/$],-,20bb854e3e34bbbfb95b01a561f02a7086bd0e64','',541,0,'2013-11-14 08:00:00',13008,NULL),(14081,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (+),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,PRESENT ,,,,,,,,,,,(+),NOT SEEN,20bb854e3e34bbbfb95b0',', ',541,0,'2013-11-14 08:00:00',13010,NULL),(14082,107,'1/40,1/20,20bb854e3e34bbbfb95b01a561f02a7086bd0e64','',541,0,'2013-11-14 08:00:00',13013,NULL),(14083,9,'','',558,0,'2013-11-14 18:18:05',13014,NULL),(14084,70,'7.4,,b1e27a2079d7963e45fad9357b31ca842bc13372','',534,0,'2013-11-14 08:00:00',13014,NULL),(14085,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,b1e27a2079d7963e45fad9357b31ca842b',', ',541,0,'2013-11-14 08:00:00',13016,NULL),(14086,108,'NON - REACTIVE,b1e27a2079d7963e45fad9357b31ca842bc13372','',534,0,'2013-11-14 08:00:00',13019,NULL),(14087,107,'1/20,1/20,b1e27a2079d7963e45fad9357b31ca842bc13372','',534,0,'2013-11-14 08:00:00',13019,NULL),(14088,131,'','',558,0,'2013-11-14 18:24:23',13020,NULL),(14089,65,'','',558,0,'2013-11-14 18:24:23',13020,NULL),(14090,22,'10,9d4e595479f8f285c233eed91ada2bb7926d2915','',534,0,'2013-11-14 08:00:00',13021,NULL),(14091,9,'','',558,0,'2013-11-14 18:27:08',13021,NULL),(14092,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9d4e595479f8f285c233eed91ada2bb7926d2915',', ',541,0,'2013-11-14 08:00:00',13023,NULL),(14093,128,'','',558,0,'2013-11-14 18:27:08',13026,NULL),(14094,108,'NON - REACTIVE,9d4e595479f8f285c233eed91ada2bb7926d2915','',534,0,'2013-11-14 08:00:00',13026,NULL),(14095,9,'','',558,0,'2013-11-14 18:34:59',13027,NULL),(14096,9,'','',558,0,'2013-11-14 18:46:09',13028,NULL),(14097,19,'NEGATIVE,,4baa389df6e32bbadb1371bcea6806d2cf7c660f','',534,0,'2013-11-14 08:00:00',13028,NULL),(14098,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,4baa389df6e32bbadb1371bcea6806d2cf',', ',541,0,'2013-11-14 08:00:00',13030,NULL),(14099,65,'','',558,0,'2013-11-14 18:49:48',13031,NULL),(14100,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,,e45ca0367fde31164a63d646c53d6cd56a3f4eb9','',534,0,'2013-11-14 08:00:00',13032,NULL),(14101,36,'Pseudomonas aeruginosae,##,##,,e45ca0367fde31164a63d646c53d6cd56a3f4eb9','',534,0,'2013-11-14 08:00:00',13032,NULL),(14102,9,'','',558,0,'2013-11-14 19:13:13',13033,NULL),(14103,89,'2.5,,,23db466738ed49addcfd7c645a24d53f906e4c14','',535,0,'2013-11-22 08:00:00',13035,NULL),(14104,90,'3.8,Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),23db466738ed49addcfd7c645a24d53f906e4c14','',535,0,'2013-11-22 08:00:00',13035,NULL),(14105,15,'','',558,0,'2013-11-14 19:13:13',13035,NULL),(14106,13,'','',558,0,'2013-11-14 19:13:13',13035,NULL),(14107,91,'26.2,FEMALE (3.24 - 29.10),23db466738ed49addcfd7c645a24d53f906e4c14','',535,0,'2013-11-22 08:00:00',13035,NULL),(14108,3,'2.1,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),1.4,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),1.7,,23db466738ed49addcfd7c645a24d53f906e4c14',', , , , ',535,0,'2013-11-15 08:00:00',13035,NULL),(14109,9,'','',558,0,'2013-11-14 19:18:23',13036,NULL),(14110,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c9d1e4d05099ca5752d2bf3b737d734c9ca52b1e','',541,0,'2013-11-14 08:00:00',13036,NULL),(14111,27,'NON-REACTIVE,-,NEGATIVE,,c9d1e4d05099ca5752d2bf3b737d734c9ca52b1e','',541,0,'2013-11-14 08:00:00',13038,NULL),(14112,7,'2.5,f19e534315807438c861bcf83b2fb17512fc2100','',534,0,'2013-11-19 08:00:00',13039,NULL),(14113,114,'POSITIVE,f19e534315807438c861bcf83b2fb17512fc2100','',535,0,'2013-11-17 08:00:00',13039,NULL),(14114,116,'NEGATIVE,f19e534315807438c861bcf83b2fb17512fc2100','',543,0,'2013-11-14 08:00:00',13039,NULL),(14115,115,'NEGATIVE,f19e534315807438c861bcf83b2fb17512fc2100','',543,0,'2013-11-14 08:00:00',13039,NULL),(14116,10,'NEGATIVE,f19e534315807438c861bcf83b2fb17512fc2100','',534,0,'2013-11-19 08:00:00',13039,NULL),(14117,8,'[$][/$],[$][/$],[$][/$],f19e534315807438c861bcf83b2fb17512fc2100','',543,0,'2013-11-14 08:00:00',13039,NULL),(14118,27,'NON-REACTIVE,-,NEGATIVE,,f19e534315807438c861bcf83b2fb17512fc2100','',543,0,'2013-11-14 08:00:00',13039,NULL),(14119,22,'1,6afae10f2c40a0f4e624a12c0b9e786ad064b48d','',541,0,'2013-11-14 08:00:00',13040,NULL),(14120,9,'','',558,0,'2013-11-14 19:28:39',13040,NULL),(14121,22,'7,88f73eb35445ccfab72149f692f049add3784dcc','',550,0,'2013-11-14 08:00:00',13041,NULL),(14122,9,'','',558,0,'2013-11-14 19:38:17',13041,NULL),(14123,19,'NEGATIVE,,88f73eb35445ccfab72149f692f049add3784dcc','',550,0,'2013-11-14 08:00:00',13041,NULL),(14124,18,'[$]NO MALARIA PARASITE SEEN[/$],-,88f73eb35445ccfab72149f692f049add3784dcc','',550,0,'2013-11-14 08:00:00',13041,NULL),(14125,71,'NEGATIVE,,88f73eb35445ccfab72149f692f049add3784dcc','',534,0,'2013-11-14 08:00:00',13043,NULL),(14126,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,88f73eb35445ccfab72149f692f049add37',', ',534,0,'2013-11-14 08:00:00',13043,NULL),(14127,107,'1/20,1/40,88f73eb35445ccfab72149f692f049add3784dcc','',541,0,'2013-11-14 08:00:00',13046,NULL),(14128,22,'2,72f25e4194a1e72b8ea89898ce8323760ba124eb','',550,0,'2013-11-14 08:00:00',13047,NULL),(14129,9,'','',558,0,'2013-11-14 19:44:29',13047,NULL),(14130,57,'','',534,0,'2013-11-14 19:51:11',13048,NULL),(14131,133,'','',534,0,'2013-11-14 19:51:11',13048,NULL),(14132,56,'','',534,0,'2013-11-14 19:51:11',13048,NULL),(14133,38,'','',534,0,'2013-11-14 19:51:12',13050,NULL),(14134,36,'No Bacteria Growth,##,##,,d634b39bf0c7666d4775a08f94f191b9667d3df8','',555,0,'2013-11-17 08:00:00',13051,NULL),(14135,35,'CLOUDY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,AMORPHOUS PHOSPHATE (+),NOT SE,,,,,,,,,,,EN,NOT SEEN,d634b39bf0c7666d4775a0',', ',543,0,'2013-11-14 08:00:00',13051,NULL),(14136,9,'','',558,0,'2013-11-14 19:57:05',13052,NULL),(14137,36,'No Bacteria Growth,##,##,,b7b9d8d947b0e07cfd3dcfceb2ae78005763fa20','',555,0,'2013-11-17 08:00:00',13054,NULL),(14138,35,'HAZY,LIGHT AMBER,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,b7b9d8d947b0e07cfd3dcfceb2ae78005',', ',534,0,'2013-11-14 08:00:00',13054,NULL),(14139,22,'22,70cd31fa9e4c6fe99b9d820986f84cf2bfe534f1','',550,0,'2013-11-14 08:00:00',13055,NULL),(14140,9,'','',558,0,'2013-11-14 19:59:52',13055,NULL),(14141,19,'NEGATIVE,,70cd31fa9e4c6fe99b9d820986f84cf2bfe534f1','',550,0,'2013-11-14 08:00:00',13055,NULL),(14142,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,70cd31fa9e4c6fe99b9d820986f84cf2bfe',', ',534,0,'2013-11-14 08:00:00',13057,NULL),(14143,131,'','',558,0,'2013-11-14 19:59:52',13060,NULL),(14144,22,'4,45ee5dafa9cab443380d12a1688ab87f6640dfbe','',550,0,'2013-11-14 08:00:00',13061,NULL),(14145,9,'','',558,0,'2013-11-14 20:10:23',13061,NULL),(14146,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,45ee5dafa9cab443380d12a1688ab87f6640dfbe',', ',534,0,'2013-11-14 08:00:00',13063,NULL),(14147,3,'5.3,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),2.1,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),0.3,,45ee5dafa9cab443380d12a1688ab87f6640dfbe','',535,0,'2013-11-15 08:00:00',13066,NULL),(14148,37,'YELLOWISH,WATERY,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',504,0,'2013-11-14 08:00:00',13067,NULL),(14149,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION[/$],##,##,,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',534,0,'2013-11-21 08:00:00',13069,NULL),(14150,90,'','',558,0,'2013-11-14 20:19:12',13070,NULL),(14151,13,'','',558,0,'2013-11-14 20:19:12',13070,NULL),(14152,91,'4.7,FEMALE (3.24 - 29.10),9f1b81ebc30e603435cfc0e5194287677c8c60a5','',535,0,'2013-11-22 08:00:00',13070,NULL),(14153,101,'','',558,0,'2013-11-14 20:19:12',13070,NULL),(14154,21,'AB,POSITIVE,7253ad885e44b468882dd0de7951c79b865d646f','',552,0,'2013-11-14 08:00:00',13071,NULL),(14155,9,'','',504,0,'2013-11-14 20:25:26',13071,NULL),(14156,28,'NEGATIVE,[$][/$],,7253ad885e44b468882dd0de7951c79b865d646f','',552,0,'2013-11-14 08:00:00',13071,NULL),(14157,20,'NEGATIVE,7253ad885e44b468882dd0de7951c79b865d646f','',552,0,'2013-11-14 08:00:00',13071,NULL),(14158,112,'POSITIVE,,7253ad885e44b468882dd0de7951c79b865d646f','',552,0,'2013-11-14 08:00:00',13073,NULL),(14159,27,'NON-REACTIVE,-,NEGATIVE,,7253ad885e44b468882dd0de7951c79b865d646f','',552,0,'2013-11-14 08:00:00',13073,NULL),(14160,22,'70,456e0b48ad67311be683cb5766d51b6d76f765a0','',534,0,'2013-11-14 08:00:00',13074,NULL),(14161,60,'','',558,0,'2013-11-14 20:27:02',13076,NULL),(14162,57,'','',558,0,'2013-11-14 20:27:02',13076,NULL),(14163,133,'','',558,0,'2013-11-14 20:27:02',13076,NULL),(14164,56,'','',558,0,'2013-11-14 20:27:02',13076,NULL),(14165,82,'','',558,0,'2013-11-14 20:27:02',13079,NULL),(14166,21,'B,NEGATIVE,2a10b388f183ba06ddbaaebf6574be5955341e51','',535,0,'2013-11-19 08:00:00',13080,NULL),(14167,9,'','',558,0,'2013-11-14 20:30:51',13080,NULL),(14168,112,'NEGATIVE,,2a10b388f183ba06ddbaaebf6574be5955341e51','',534,0,'2013-11-19 08:00:00',13082,NULL),(14169,27,'NON-REACTIVE,-,NEGATIVE,2a10b388f183ba06ddbaaebf6574be5955341e51','',534,0,'2013-11-19 08:00:00',13082,NULL),(14170,128,'','',558,0,'2013-11-14 20:30:51',13082,NULL),(14171,9,'','',558,0,'2013-11-14 20:33:24',13083,NULL),(14172,19,'NEGATIVE,,261ad2124537658de2af2762ddb975fb4adca0b2','',550,0,'2013-11-14 08:00:00',13083,NULL),(14173,18,'[$]NO MALARIA PARASITE SEEN[/$],-,261ad2124537658de2af2762ddb975fb4adca0b2','',550,0,'2013-11-14 08:00:00',13083,NULL),(14174,71,'NEGATIVE,,261ad2124537658de2af2762ddb975fb4adca0b2','',543,0,'2013-11-14 08:00:00',13085,NULL),(14175,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,12,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,261ad2124537658de2af2762ddb975fb4adca0','',543,0,'2013-11-14 08:00:00',13085,NULL),(14176,107,'1/20,1/40,,261ad2124537658de2af2762ddb975fb4adca0b2','S. typhi H:140',541,0,'2013-11-14 22:27:41',13088,NULL),(14177,9,'','',558,0,'2013-11-14 20:39:04',13089,NULL),(14178,36,'No Bacteria Growth,##,##,,c3cbdf9d338483dfca5b2e0ec30cc014ffc0befc','',555,0,'2013-11-17 08:00:00',13091,NULL),(14179,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,10,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,c3cbdf9d338483dfca5b2e0ec30cc014ff',', ',534,0,'2013-11-14 08:00:00',13091,NULL),(14180,40,'[$][/$],##,##,,547f8027418fb38216f4052156a1cff2775ee044','',552,0,'2013-11-14 08:00:00',13092,NULL),(14181,27,'NON-REACTIVE,-,NEGATIVE,,547f8027418fb38216f4052156a1cff2775ee044','',552,0,'2013-11-14 08:00:00',13092,NULL),(14182,36,'Staphylococcus aureus,##,##,,baca8c7a27d84f6fee2928b365c26da463c9e9be','',555,0,'2013-11-17 08:00:00',13093,NULL),(14183,35,'CLOUDY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,>30,0,NOT SEEN,NOT S,,,,,,,,,,,EEN,NOT SEEN,baca8c7a27d84f6fee292',', ',534,0,'2013-11-14 08:00:00',13093,NULL),(14184,9,'','',558,0,'2013-11-14 21:08:41',13094,NULL),(14185,57,'','',558,0,'2013-11-14 21:12:07',13095,NULL),(14186,133,'','',558,0,'2013-11-14 21:12:07',13095,NULL),(14187,56,'','',558,0,'2013-11-14 21:12:07',13095,NULL),(14188,28,'POSITIVE,[$]AS[/$],,e25525124dacd01dd4534e792df5b81954d33e97','',552,0,'2013-11-18 08:00:00',13096,NULL),(14189,57,'','',558,0,'2013-11-14 21:16:08',13097,NULL),(14190,133,'','',558,0,'2013-11-14 21:16:08',13097,NULL),(14191,131,'','',558,0,'2013-11-14 21:16:08',13097,NULL),(14192,56,'','',558,0,'2013-11-14 21:16:08',13097,NULL),(14193,9,'','',558,0,'2013-11-14 21:18:01',13098,NULL),(14194,36,'Escherichia coli,##,##,,d2d2ec903147483260fe7d8173630101873a3b37','',555,0,'2013-11-17 08:00:00',13100,NULL),(14195,22,'2,d098a9e4a524d00d2d676023305f759357bccb60','',552,0,'2013-11-14 08:00:00',13101,NULL),(14196,9,'','',558,0,'2013-11-14 21:20:55',13101,NULL),(14197,19,'NEGATIVE,,d098a9e4a524d00d2d676023305f759357bccb60','',552,0,'2013-11-14 08:00:00',13101,NULL),(14198,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d098a9e4a524d00d2d676023305f759357bccb60','',552,0,'2013-11-14 08:00:00',13101,NULL),(14199,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,d098a9e4a524d00d2d676023305f759357',', ',504,0,'2013-11-14 08:00:00',13103,NULL),(14200,107,'1/20,1/20,d098a9e4a524d00d2d676023305f759357bccb60','',552,0,'2013-11-14 08:00:00',13106,NULL),(14201,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,7dab032dfc3952d4fc894b7d1ba7c987e08b310b','',555,0,'2013-11-17 08:00:00',13107,NULL),(14202,134,'MANY,FEW,NOT SEEN,NOT SEEN,,7dab032dfc3952d4fc894b7d1ba7c987e08b310b','',543,0,'2013-11-14 08:00:00',13107,NULL),(14203,9,'','',558,0,'2013-11-14 21:27:27',13108,NULL),(14204,19,'NEGATIVE,,89a11bff07677fc6424411f1a401d486b1e2632c','',552,0,'2013-11-14 08:00:00',13108,NULL),(14205,18,'[$]NO MALARIA PARASITES SEEN[/$],-,89a11bff07677fc6424411f1a401d486b1e2632c','',552,0,'2013-11-14 08:00:00',13108,NULL),(14206,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,16,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,89a11bff07677fc6424411f1a401d486b1',', ',504,0,'2013-11-14 08:00:00',13110,NULL),(14207,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,32c904661b709781e53c2773f621752fafc874c3','',555,0,'2013-11-17 08:00:00',13111,NULL),(14208,134,'FEW,MODERATE,NOT SEEN,NOT SEEN,,32c904661b709781e53c2773f621752fafc874c3','',543,0,'2013-11-14 08:00:00',13111,NULL),(14209,9,'','',558,0,'2013-11-14 21:39:55',13112,NULL),(14210,70,'4.2,,72b97b249423b14828c6821c87e42d0734a4b3df','',552,0,'2013-11-14 08:00:00',13112,NULL),(14211,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,72b97b249423b14828c6821c87e42d0734',', ',504,0,'2013-11-14 08:00:00',13114,NULL),(14212,108,'NON - REACTIVE,72b97b249423b14828c6821c87e42d0734a4b3df','',552,0,'2013-11-14 08:00:00',13117,NULL),(14213,37,'GREENISH,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,07accb15bcd8993c3582aaed6f822e0f57023780','',504,0,'2013-11-14 08:00:00',13118,NULL),(14214,9,'','',534,0,'2013-11-14 21:53:01',13119,NULL),(14215,3,'2.5,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),1.4,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),3.4,,14a457d129245cda50ce1f5b547920e238989851',', , , , ',535,0,'2013-11-15 08:00:00',13121,NULL),(14216,107,'1/20,1/20,14a457d129245cda50ce1f5b547920e238989851','',552,0,'2013-11-14 08:00:00',13121,NULL),(14217,66,'','',534,0,'2013-11-14 22:17:55',13122,NULL),(14218,57,'','',534,0,'2013-11-14 22:17:55',13122,NULL),(14219,133,'','',534,0,'2013-11-14 22:17:55',13122,NULL),(14220,131,'','',534,0,'2013-11-14 22:17:55',13122,NULL),(14221,56,'','',534,0,'2013-11-14 22:17:55',13122,NULL),(14222,70,'13.7,,75f0218255bd8bde789d5510780bcb5a28639548','',552,0,'2013-11-14 08:00:00',13123,NULL),(14223,107,'1/20,1/20,75f0218255bd8bde789d5510780bcb5a28639548','',552,0,'2013-11-14 08:00:00',13125,NULL),(14224,35,'CLEAR,AMBER,6.0,1.030,POSITIVE (+++),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,75f0218255bd8bde789d5510780bcb',', ',504,0,'2013-11-14 08:00:00',13128,NULL),(14225,22,'85,51a8c8f4cc697b76ff183d8a2dbbfc62f8d4f0f2','',543,0,'2013-11-14 08:00:00',13129,NULL),(14226,9,'','',534,0,'2013-11-14 22:24:53',13129,NULL),(14227,19,'NEGATIVE,,51a8c8f4cc697b76ff183d8a2dbbfc62f8d4f0f2','',543,0,'2013-11-14 08:00:00',13129,NULL),(14228,18,'[$]NO MALARIA PARASITES SEEN[/$],-,51a8c8f4cc697b76ff183d8a2dbbfc62f8d4f0f2','',543,0,'2013-11-14 08:00:00',13129,NULL),(14229,35,'CLOUDY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,>30,0,NOT SEEN,NOT SE,,,,,,,,,,,EN,NOT SEEN,51a8c8f4cc697b76ff183d',', ',504,0,'2013-11-14 08:00:00',13131,NULL),(14230,9,'','',534,0,'2013-11-14 22:29:20',13132,NULL),(14231,19,'POSITIVE,,a74f461c0d706ef58d8194dce246264e4c4d445c','',552,0,'2013-11-14 08:00:00',13132,NULL),(14232,18,'[$]MALARIA PARASITES PRESENT[16000/(++)][/$],TROPHOZOITES,a74f461c0d706ef58d8194dce246264e4c4d445c','',552,0,'2013-11-14 08:00:00',13132,NULL),(14233,107,'1/20,1/20,a74f461c0d706ef58d8194dce246264e4c4d445c','',552,0,'2013-11-14 08:00:00',13134,NULL),(14234,35,'','',534,0,'2013-11-14 22:29:21',13137,NULL),(14235,36,'No Significant Bacteria Growth,##,##,,9c6311e09add9f76580a60ec6ca0dca4f1dbf279','',555,0,'2013-11-17 08:00:00',13138,NULL),(14236,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9c6311e09add9f76580a60ec6ca0dca4f1dbf279',', ',504,0,'2013-11-14 08:00:00',13138,NULL),(14237,9,'','',534,0,'2013-11-14 22:36:35',13139,NULL),(14238,19,'NEGATIVE,,449909a83671b0d986c63af7a225467df96174e1','',543,0,'2013-11-14 08:00:00',13139,NULL),(14239,18,'[$]NO MALARIA PARASITES SEEN[/$],-,449909a83671b0d986c63af7a225467df96174e1','',543,0,'2013-11-14 08:00:00',13139,NULL),(14240,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,449909a83671b0d986c63af7a225467df96174e1',', ',504,0,'2013-11-14 08:00:00',13141,NULL),(14241,22,' 15,d146c9c10b9496b4e915aace8273057b82cb1252','',543,0,'2013-11-14 08:00:00',13142,NULL),(14242,9,'','',534,0,'2013-11-14 22:39:24',13142,NULL),(14243,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d146c9c10b9496b4e915aace8273057b82cb1252',', ',543,0,'2013-11-14 08:00:00',13144,NULL),(14244,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,204b1d5ac84957bbc7b6dc7307e7d34bd12ee86c',' ',555,0,'2013-11-15 08:00:00',13145,NULL),(14245,68,'','',534,0,'2013-11-14 22:46:05',13147,NULL),(14246,9,'','',534,0,'2013-11-14 22:46:05',13147,NULL),(14247,77,'','',534,0,'2013-11-14 22:46:05',13147,NULL),(14248,57,'','',534,0,'2013-11-14 22:46:05',13150,NULL),(14249,133,'','',534,0,'2013-11-14 22:46:05',13150,NULL),(14250,131,'','',534,0,'2013-11-14 22:46:05',13150,NULL),(14251,132,'','',534,0,'2013-11-14 22:46:05',13150,NULL),(14252,56,'','',534,0,'2013-11-14 22:46:05',13150,NULL),(14253,22,'3,5902336751eb6d72e63659df841633999b5a1e5a','',543,0,'2013-11-14 08:00:00',13151,NULL),(14254,9,'','',534,0,'2013-11-14 22:48:52',13151,NULL),(14255,16,'POSITIVE,5902336751eb6d72e63659df841633999b5a1e5a','',543,0,'2013-11-14 08:00:00',13153,NULL),(14256,14,'','',534,0,'2013-11-14 22:48:52',13156,NULL),(14257,22,'60,f7992b8b9d71bcd02ec54bb9817d1ebf26a4cb69','',543,0,'2013-11-14 08:00:00',13157,NULL),(14258,9,'','',534,0,'2013-11-14 22:50:47',13157,NULL),(14259,28,'NEGATIVE,[$]AA[/$],,f7992b8b9d71bcd02ec54bb9817d1ebf26a4cb69','',552,0,'2013-11-15 08:00:00',13157,NULL),(14260,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f7992b8b9d71bcd02ec54bb9817d1ebf26a4cb69','',543,0,'2013-11-14 08:00:00',13157,NULL),(14261,9,'','',534,0,'2013-11-14 22:55:37',13158,NULL),(14262,19,'NEGATIVE,,2bf2266d06e8e8c4bc8911c22303912749f39499','',543,0,'2013-11-14 08:00:00',13158,NULL),(14263,16,'POSITIVE,2bf2266d06e8e8c4bc8911c22303912749f39499','',543,0,'2013-11-14 08:00:00',13160,NULL),(14264,107,'1/20,1/20,2bf2266d06e8e8c4bc8911c22303912749f39499','',543,0,'2013-11-14 08:00:00',13160,NULL),(14265,14,'NEGATIVE,2bf2266d06e8e8c4bc8911c22303912749f39499','',555,0,'2013-11-15 08:00:00',13163,NULL),(14266,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,2bf2266d06e8e8c4bc8911c22303912749',', ',543,0,'2013-11-14 08:00:00',13167,NULL),(14267,89,'1.4,,,b8fc3604c1e12bec5241d2cb88a2caea328287cb','',541,0,'2013-11-21 21:57:30',13168,NULL),(14268,90,'0.7,,,b8fc3604c1e12bec5241d2cb88a2caea328287cb','',541,0,'2013-11-21 21:57:30',13168,NULL),(14269,15,'409.2,,b8fc3604c1e12bec5241d2cb88a2caea328287cb','',504,541,'2013-11-21 08:00:00',13168,'2013-11-21 13:57:30'),(14270,13,',MID - FOLLUCILAR PHASE (2.87 - 4.83),,b8fc3604c1e12bec5241d2cb88a2caea328287cb','',541,0,'2013-11-21 21:57:30',13168,NULL),(14271,11,'24.0,[$]14.0[/$],[$]1.7[/$],1.88,THERAPEUTIC : 2.0 - 4.0,6f28c483a9725a44cfa9696e6665e88b37e2a2aa','',534,0,'2013-11-15 08:00:00',13169,NULL),(14272,9,'','',558,0,'2013-11-14 23:18:25',13170,NULL),(14273,19,'NEGATIVE,,48aa35cedcf4ed59771c2f95d8c61f92de28d5d8','',543,0,'2013-11-14 08:00:00',13170,NULL),(14274,107,'1/20,1/20,48aa35cedcf4ed59771c2f95d8c61f92de28d5d8','',543,0,'2013-11-14 08:00:00',13172,NULL),(14275,9,'','',558,0,'2013-11-14 23:22:20',13173,NULL),(14276,19,'NEGATIVE,,47c4143cc15e0ca7094a3bcedb249f34650b85b2','',552,0,'2013-11-14 08:00:00',13174,NULL),(14277,28,'POSITIVE,[$][/$],,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',543,0,'2013-11-14 08:00:00',13175,NULL),(14278,112,'NEGATIVE,,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',543,0,'2013-11-14 08:00:00',13177,NULL),(14279,22,'70,184154ebb91dafee65bf6bbf5ef6e0b2e01135aa','',543,0,'2013-11-14 08:00:00',13178,NULL),(14280,9,'','',558,0,'2013-11-14 23:41:07',13178,NULL),(14281,18,'[$]NO MALARIA PARASITES SEEN[/$],-,184154ebb91dafee65bf6bbf5ef6e0b2e01135aa','',543,0,'2013-11-14 08:00:00',13178,NULL),(14282,9,'','',558,0,'2013-11-14 23:57:08',13179,NULL),(14283,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2ff7e30ba2554b77cfb94ab1730ff68d989a8571','',543,0,'2013-11-14 08:00:00',13179,NULL),(14284,131,'','',558,0,'2013-11-14 23:57:09',13181,NULL),(14285,107,'1/20,1/20,2ff7e30ba2554b77cfb94ab1730ff68d989a8571','',543,0,'2013-11-14 08:00:00',13181,NULL),(14286,9,'','',558,0,'2013-11-15 00:06:54',13182,NULL),(14287,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,870a027b5e2c061c03733232f9dc0cc5c6940ec3',', ',543,0,'2013-11-14 08:00:00',13184,NULL),(14288,9,'','',558,0,'2013-11-15 00:14:32',13185,NULL),(14289,18,'[$]NO MALARIA PARASITES SEEN[/$],-,35371088ddb9d742cc706c38f2755a5f2771a574','',543,0,'2013-11-14 08:00:00',13185,NULL),(14290,70,'5.6,,35371088ddb9d742cc706c38f2755a5f2771a574','',543,0,'2013-11-14 08:00:00',13185,NULL),(14291,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,35371088ddb9d742cc706c38f2755a5f2771a574',', ',543,0,'2013-11-14 08:00:00',13187,NULL),(14292,107,'1/20,1/20,35371088ddb9d742cc706c38f2755a5f2771a574','',543,0,'2013-11-14 08:00:00',13190,NULL),(14293,193,'','',558,0,'2013-11-15 00:19:21',13191,NULL),(14294,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,233e4dd44845d3c7432b0a9f37ade5f988bbb5dd','',555,0,'2013-11-17 08:00:00',13191,NULL),(14295,9,'','',558,0,'2013-11-15 00:22:10',13192,NULL),(14296,19,'NEGATIVE,,acabef7d77e33416f7eab32aa363d5329f9985d8','',543,0,'2013-11-14 08:00:00',13192,NULL),(14297,18,'[$]NO MALARIA PARASITES SEEN[/$],-,acabef7d77e33416f7eab32aa363d5329f9985d8','',543,0,'2013-11-14 08:00:00',13192,NULL),(14298,107,'1/20,1/20,acabef7d77e33416f7eab32aa363d5329f9985d8','',543,0,'2013-11-14 08:00:00',13194,NULL),(14299,27,'NON-REACTIVE,-,NEGATIVE,,a7bba4cacda185278062b8c1406c42265de4a385','',543,0,'2013-11-14 08:00:00',13195,NULL),(14300,57,'','',558,0,'2013-11-15 00:42:29',13196,NULL),(14301,133,'','',558,0,'2013-11-15 00:42:29',13196,NULL),(14302,130,'','',558,0,'2013-11-15 00:42:29',13196,NULL),(14303,132,'','',558,0,'2013-11-15 00:42:29',13196,NULL),(14304,56,'','',558,0,'2013-11-15 00:42:29',13196,NULL),(14305,133,'','',558,0,'2013-11-15 00:56:15',13197,NULL),(14306,9,'','',558,0,'2013-11-15 01:22:43',13198,NULL),(14307,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c639056e526918fb65ca69c1e61c3843116308c','',543,0,'2013-11-14 08:00:00',13198,NULL),(14308,71,'NEGATIVE,,1c639056e526918fb65ca69c1e61c3843116308c','',546,0,'2013-11-14 08:00:00',13200,NULL),(14309,35,'CLEAR,STRAW,8.0,1.010,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1c639056e526918fb65ca69c1e61c3843116308c',', ',546,0,'2013-11-14 08:00:00',13200,NULL),(14310,107,'1/20,1/20,1c639056e526918fb65ca69c1e61c3843116308c','',543,0,'2013-11-14 08:00:00',13203,NULL),(14311,16,'NEGATIVE,f2bfab454f41fa6ead237a990ded46da916bf8cc','',543,0,'2013-11-14 08:00:00',13204,NULL),(14312,14,'NEGATIVE,f2bfab454f41fa6ead237a990ded46da916bf8cc','',555,0,'2013-11-15 08:00:00',13206,NULL),(14313,21,'A,POSITIVE,e633402b1d56d23fa756c0b8a64fabacc8e411be','',552,0,'2013-11-14 08:00:00',13207,NULL),(14314,9,'','',558,0,'2013-11-15 01:36:13',13207,NULL),(14315,20,'NEGATIVE,e633402b1d56d23fa756c0b8a64fabacc8e411be','',552,0,'2013-11-14 08:00:00',13207,NULL),(14316,36,'No Bacteria Growth,##,##,,e633402b1d56d23fa756c0b8a64fabacc8e411be','',555,0,'2013-11-17 08:00:00',13209,NULL),(14317,193,'NEGATIVE,e633402b1d56d23fa756c0b8a64fabacc8e411be','',534,0,'2013-11-26 08:00:00',13212,NULL),(14318,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,e633402b1d56d23fa756c0b8a64fabacc8e411be','',555,0,'2013-11-17 08:00:00',13212,NULL),(14319,86,'NEGATIVE,e633402b1d56d23fa756c0b8a64fabacc8e411be','',555,0,'2013-11-28 08:00:00',13216,NULL),(14320,9,'','',558,0,'2013-11-15 02:01:20',13217,NULL),(14321,39,'[$]NEGATIVE[/$],,3918eba6f8ceb625f3cb934173c4a6e87acb2638','',555,0,'2013-11-18 08:00:00',13219,NULL),(14322,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3918eba6f8ceb625f3cb934173c4a6e87acb2638','',555,0,'2013-11-18 08:00:00',13219,NULL),(14323,132,'','',558,0,'2013-11-15 02:01:20',13222,NULL),(14324,92,'4.2,3918eba6f8ceb625f3cb934173c4a6e87acb2638','',537,0,'2013-11-18 08:00:00',13222,NULL),(14325,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,fb27da4c007307bed442d7106e0fb99538',', ',543,0,'2013-11-14 08:00:00',13223,NULL),(14326,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,1f0a65343b86ec6098c885646d930c50a0a27a4c','',534,0,'2013-11-21 08:00:00',13224,NULL),(14327,211,',,488f1c6005162050b7f398aeaee7fb9e67011ab5','',504,0,'2013-11-19 21:58:49',13225,NULL),(14328,60,',,488f1c6005162050b7f398aeaee7fb9e67011ab5','',504,0,'2013-11-19 21:58:49',13225,NULL),(14329,57,',,488f1c6005162050b7f398aeaee7fb9e67011ab5','',504,0,'2013-11-19 21:58:49',13225,NULL),(14330,133,',,,,488f1c6005162050b7f398aeaee7fb9e67011ab5','',504,0,'2013-11-19 21:58:49',13225,NULL),(14331,113,'POSITIVE,23.10,,488f1c6005162050b7f398aeaee7fb9e67011ab5','HEPATITIS Bs ANTIBODY:POSITIVE',504,0,'2013-11-19 21:58:49',13225,NULL),(14332,112,'NEGATIVE,,488f1c6005162050b7f398aeaee7fb9e67011ab5','HEPATITIS Bs ANTIBODY:POSITI',537,504,'2013-11-15 08:00:00',13225,'2013-11-19 13:58:49'),(14333,117,'NEGATIVE,,488f1c6005162050b7f398aeaee7fb9e67011ab5','HEPATITIS Bs ANTIBODY:POSI',537,504,'2013-11-15 08:00:00',13225,'2013-11-19 13:58:49'),(14334,131,',,,,,,,,,488f1c6005162050b7f398aeaee7fb9e67011ab5','HEPATITIS Bs ANTIBODY:PO',504,0,'2013-11-19 21:58:50',13225,NULL),(14335,56,',,488f1c6005162050b7f398aeaee7fb9e67011ab5','HEPATITIS Bs ANTIBODY:',504,0,'2013-11-19 21:58:50',13225,NULL),(14336,138,'','',558,0,'2013-11-15 02:27:20',13227,NULL),(14337,112,'NEGATIVE,,e633402b1d56d23fa756c0b8a64fabacc8e411be','',543,0,'2013-11-14 08:00:00',13228,NULL),(14338,22,'18,85605266d78a5e6779b043e675b80f4cb115472e','',552,0,'2013-11-14 08:00:00',13229,NULL),(14339,9,'','',558,0,'2013-11-15 02:33:34',13229,NULL),(14340,9,'','',558,0,'2013-11-15 02:36:16',13230,NULL),(14341,19,'POSITIVE,,9f6bb6b9ed1e23b014c8a7f35d0c059467a8b989','',552,0,'2013-11-14 08:00:00',13230,NULL),(14342,18,'[$]MALARIA PARASITES PRESENT [1640/(+)][/$],TROPHOZOITES,9f6bb6b9ed1e23b014c8a7f35d0c059467a8b989','',552,0,'2013-11-14 08:00:00',13230,NULL),(14343,35,'HAZY,AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,6,0,NOT S,,,,,,,,,,,,,,EEN,NOT SEEN,NOT SEEN,9f6bb6b9ed',', ',546,0,'2013-11-14 08:00:00',13232,NULL),(14344,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,897f435f70f564637e6efae2a228719db17b9cbe',', ',546,0,'2013-11-14 08:00:00',13233,NULL),(14345,22,'15,7d219409e2ffeb1ae6cb93af844c156f47c301a1','',552,0,'2013-11-14 08:00:00',13234,NULL),(14346,9,'','',558,0,'2013-11-15 02:49:58',13234,NULL),(14347,19,'NEGATIVE,,7d219409e2ffeb1ae6cb93af844c156f47c301a1','',552,0,'2013-11-14 08:00:00',13234,NULL),(14348,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7d219409e2ffeb1ae6cb93af844c156f47c301a1','',552,0,'2013-11-14 08:00:00',13234,NULL),(14349,9,'','',558,0,'2013-11-15 02:51:58',13235,NULL),(14350,19,'NEGATIVE,,0c8601ede4226b285dc87b08286fdf4219646bf3','',552,0,'2013-11-14 08:00:00',13235,NULL),(14351,9,'','',558,0,'2013-11-15 02:56:39',13236,NULL),(14352,19,'NEGATIVE,,4c92c6dc00a3002f806a0630a336459700a24417','',552,0,'2013-11-14 08:00:00',13236,NULL),(14353,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4c92c6dc00a3002f806a0630a336459700a24417','',552,0,'2013-11-14 08:00:00',13236,NULL),(14354,36,'Escherichia coli,##,##,,324258bddf8b9be9ad3661979de8ad48f8fdc4af','',535,535,'2013-11-17 08:00:00',13237,'2013-11-17 16:12:10'),(14355,35,'HAZY,AMBER,6.5,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,>30,NOT SEEN,NOT ,,,,,,,,,,,SEEN,NOT SEEN,324258bddf8b9be9ad36','',555,0,'2013-11-15 08:00:00',13237,NULL),(14356,222,'','',531,0,'2013-11-15 03:48:14',13238,NULL),(14357,36,'','',531,0,'2013-11-15 03:48:14',13240,NULL),(14358,222,'4.5,5.41,15.0,42.2,78.0,27.7,35.5,261,62.0,6.0,32.0,2.8,0.3,1.4,15.3,8.9,,d643e50444857d254556018d6e1da1518f9621fd','',546,0,'2013-11-14 08:00:00',13241,NULL),(14359,19,'NEGATIVE,,d643e50444857d254556018d6e1da1518f9621fd','',546,0,'2013-11-14 08:00:00',13241,NULL),(14360,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d643e50444857d254556018d6e1da1518f9621fd','',546,0,'2013-11-14 08:00:00',13241,NULL),(14361,107,'1/20,1/20,d643e50444857d254556018d6e1da1518f9621fd','',546,0,'2013-11-14 08:00:00',13243,NULL),(14362,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d643e50444857d254556018d6e1da1518f9621fd',', ',546,0,'2013-11-14 08:00:00',13246,NULL),(14363,222,'','',531,0,'2013-11-15 04:26:06',13247,NULL),(14364,20,'NEGATIVE,5202f1775228ea05a17e877305d0403efd5d1adf','',537,0,'2013-12-02 08:00:00',13247,NULL),(14365,11,'15.0,[$]14.0[/$],[$]1.1[/$],1.08,THERAPEUTIC : 2.0 - 4.0,5202f1775228ea05a17e877305d0403efd5d1adf','',537,0,'2013-12-02 08:00:00',13249,NULL),(14366,222,'5.6,4.51,12.7,36.0,79.8,28.2,35.3,232,15.7,11.0,73.3,0.9,0.6,4.1,12.8,8.7,,dbb5f99a059fe445889f3b748fb766fc833a134f','',546,0,'2013-11-15 04:59:13',13250,NULL),(14367,19,'NEGATIVE,,dbb5f99a059fe445889f3b748fb766fc833a134f','',546,0,'2013-11-15 04:59:13',13250,NULL),(14368,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,dbb5f99a059fe445889f3b748fb766fc833a134f','',546,0,'2013-11-15 04:59:13',13250,NULL),(14369,222,'','',531,0,'2013-11-15 04:42:07',13251,NULL),(14370,20,'NEGATIVE,2b762dc0c758f96c21d0dcdcb8052d5129bb6877','',534,0,'2013-11-15 08:00:00',13251,NULL),(14371,11,'13.0,[$]14.0[/$],[$]0.9[/$],0.92,THERAPEUTIC : 2.0 - 4.0,2b762dc0c758f96c21d0dcdcb8052d5129bb6877','',534,0,'2013-11-15 08:00:00',13253,NULL),(14372,222,'5.6,5.18,13.1,37.4,72.2,25.3,35.0,201,41.7,9.4,48.9,2.3,0.5,2.8,21.0,7.8,,d3db64f6895104dd261a168f5d75a665c037484b','',557,0,'2013-11-14 08:00:00',13254,NULL),(14373,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,12,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d3db64f6895104dd261a168f5d75a665c037484b',', ',557,0,'2013-11-14 08:00:00',13256,NULL),(14374,60,'','',531,0,'2013-11-15 05:07:22',13257,NULL),(14375,57,'','',531,0,'2013-11-15 05:07:22',13257,NULL),(14376,133,'','',531,0,'2013-11-15 05:07:22',13257,NULL),(14377,56,'','',531,0,'2013-11-15 05:07:22',13257,NULL),(14378,65,'','',531,0,'2013-11-15 05:07:22',13257,NULL),(14379,222,'6.8,4.26,12.8,35.9,84.3,30.0,35.7,281,43.3,6.5,50.2,2.9,0.4,3.5,13.1,7.9,,41b3d3ebc870aab8422495e36ccab27ab10adca3','',557,0,'2013-11-14 08:00:00',13258,NULL),(14380,16,'POSITIVE,41b3d3ebc870aab8422495e36ccab27ab10adca3','',557,0,'2013-11-14 08:00:00',13260,NULL),(14381,14,'','',531,0,'2013-11-15 05:56:45',13263,NULL),(14382,222,'10.7,5.22,13.8,39.4,75.5,26.4,35.4,152,32.3,6.9,60.8,3.5,0.7,6.5,21.0,8.1,,a13930d1b1c0736d576ab9506bbe55d27d4a0e08','',557,0,'2013-11-14 08:00:00',13264,NULL),(14383,19,'NEGATIVE,,a13930d1b1c0736d576ab9506bbe55d27d4a0e08','',557,0,'2013-11-14 08:00:00',13264,NULL),(14384,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a13930d1b1c0736d576ab9506bbe55d27d4a0e08','',557,0,'2013-11-14 08:00:00',13264,NULL),(14385,107,'120,1160,,a13930d1b1c0736d576ab9506bbe55d27d4a0e08','',557,557,'2013-11-14 08:00:00',13266,'2013-11-14 22:51:14'),(14386,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a13930d1b1c0736d576ab9506bbe55d27d4a0e08',', ',557,0,'2013-11-14 08:00:00',13269,NULL),(14387,222,'15.9,4.72,11.1,31.8,67.4,23.5,34.9,610,15.7,5.8,78.5,2.5,0.9,12.5,17.6,7.0,,d168f512bbc2b28263c147f14a9e43fcf8ebc09c','',557,0,'2013-11-14 08:00:00',13270,NULL),(14388,18,'[$]no malaria parasites seen[/$],-,d168f512bbc2b28263c147f14a9e43fcf8ebc09c','',557,0,'2013-11-14 08:00:00',13270,NULL),(14389,35,'','',531,0,'2013-11-15 06:37:22',13272,NULL),(14390,222,'10.0,3.63,10.4,30.9,85.1,28.7,33.7,362,27.0,5.8,67.2,2.7,0.6,6.7,16.1,9.2,,6ea28e7537e9a9906f446ee237e5ae75811ce327','',557,0,'2013-11-14 08:00:00',13273,NULL),(14391,18,'[$]no malaria parasites seen[/$],-,6ea28e7537e9a9906f446ee237e5ae75811ce327','',557,0,'2013-11-14 08:00:00',13273,NULL),(14392,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,6ea28e7537e9a9906f446ee237e5ae75811ce3',', ',557,0,'2013-11-14 08:00:00',13275,NULL),(14393,222,'','',531,0,'2013-11-15 14:19:10',13276,NULL),(14394,19,'NEGATIVE,,0c27333285a3570abfc6717bd09c8769b6072483','',535,0,'2013-11-15 08:00:00',13276,NULL),(14395,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0c27333285a3570abfc6717bd09c8769b6072483','',535,0,'2013-11-15 08:00:00',13276,NULL),(14396,132,'','',531,0,'2013-11-15 14:23:54',13277,NULL),(14397,35,'','',531,0,'2013-11-15 14:23:55',13279,NULL),(14398,222,'','',531,0,'2013-11-15 14:54:00',13280,NULL),(14399,223,'','',531,0,'2013-11-15 14:54:00',13280,NULL),(14400,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b793e8b66005ffa64220ff2e4108704e81b21032','',537,0,'2013-11-15 08:00:00',13280,NULL),(14401,128,'','',531,0,'2013-11-15 14:54:00',13282,NULL),(14402,36,'No Bacteria Growth,##,##,,b793e8b66005ffa64220ff2e4108704e81b21032','',535,0,'2013-11-17 08:00:00',13285,NULL),(14403,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,b793e8b66005ffa64220ff2e4108704e81','',555,0,'2013-11-15 08:00:00',13285,NULL),(14404,107,'1/160,1/80,8dfd401dc481e3c1fc9eb89237b43dafb6f479ab','',534,0,'2013-11-15 08:00:00',13286,NULL),(14405,222,'','',531,0,'2013-11-15 15:09:31',13287,NULL),(14406,71,'POSITIVE,,8df66921542856fa7f96ed29f7d111be065bea51','',534,0,'2013-11-15 08:00:00',13289,NULL),(14407,11,'23.0,[$]14.0[/$],[$]1.6[/$],1.79,THERAPEUTIC : 2.0 - 4.0,51f35dfe796ed16f5b5c5826bd320022c5f80712','',534,0,'2013-11-15 08:00:00',13290,NULL),(14408,132,'','',531,0,'2013-11-15 15:32:56',13291,NULL),(14409,68,'','',531,0,'2013-11-15 15:32:56',13293,NULL),(14410,77,'','',531,0,'2013-11-15 15:32:56',13293,NULL),(14411,9,'','',558,0,'2013-11-15 15:36:03',13294,NULL),(14412,19,'NEGATIVE,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',537,0,'2013-11-15 08:00:00',13294,NULL),(14413,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',537,0,'2013-11-15 08:00:00',13294,NULL),(14414,35,'HAZY,AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0ab9379f3d6a992de0b3db347dc8cbe208d1265e','',555,0,'2013-11-15 08:00:00',13296,NULL),(14415,132,'','',558,0,'2013-11-15 16:15:15',13297,NULL),(14416,92,'7.9,1821a630951ac4cd0f0d2e50865e1e8edca8d50f','',537,0,'2013-11-18 08:00:00',13297,NULL),(14417,68,'','',558,0,'2013-11-15 16:15:15',13299,NULL),(14418,225,'','',558,0,'2013-11-15 16:45:36',13300,NULL),(14419,68,'','',558,0,'2013-11-15 16:59:49',13301,NULL),(14420,77,'','',558,0,'2013-11-15 16:59:49',13301,NULL),(14421,9,'','',558,0,'2013-11-15 17:19:44',13302,NULL),(14422,131,'','',558,0,'2013-11-15 17:24:53',13303,NULL),(14423,132,'','',558,0,'2013-11-15 17:24:53',13303,NULL),(14424,68,'','',558,0,'2013-11-15 17:24:53',13305,NULL),(14425,37,'','',558,0,'2013-11-15 17:27:36',13306,NULL),(14426,196,'','',558,0,'2013-11-15 17:42:41',13307,NULL),(14427,9,'','',558,0,'2013-11-15 17:47:33',13308,NULL),(14428,18,'','',558,0,'2013-11-15 17:47:33',13308,NULL),(14429,35,'','',558,0,'2013-11-15 17:47:33',13310,NULL),(14430,37,'','',558,0,'2013-11-15 17:47:34',13313,NULL),(14431,9,'','',558,0,'2013-11-15 17:52:31',13314,NULL),(14432,19,'NEGATIVE,,554a5e0136a43339625db8fcfe85c1edb154d38c','',537,0,'2013-11-15 08:00:00',13314,NULL),(14433,18,'[$]NO MALARIA PARASITE SEEN[/$],-,554a5e0136a43339625db8fcfe85c1edb154d38c','',537,0,'2013-11-15 08:00:00',13314,NULL),(14434,107,'1/20,1/20,554a5e0136a43339625db8fcfe85c1edb154d38c','',537,0,'2013-11-15 08:00:00',13316,NULL),(14435,22,'45,09fc2c4aeff8c4ad8dc21ed8fc7e8c841efe037b','',537,0,'2013-11-15 08:00:00',13317,NULL),(14436,112,'NEGATIVE,,453842c573f17dc8f53d556d03efdb97d9325c2c','',537,0,'2013-11-15 08:00:00',13318,NULL),(14437,27,'NON-REACTIVE,-,NEGATIVE,,453842c573f17dc8f53d556d03efdb97d9325c2c','',537,0,'2013-11-15 08:00:00',13318,NULL),(14438,9,'','',558,0,'2013-11-15 18:03:49',13319,NULL),(14439,19,'NEGATIVE,,4cd43e09c3408e2736593567d469b028637a8bbb','',537,0,'2013-11-15 08:00:00',13319,NULL),(14440,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4cd43e09c3408e2736593567d469b028637a8bbb','',537,0,'2013-11-15 08:00:00',13319,NULL),(14441,9,'','',558,0,'2013-11-15 18:20:04',13320,NULL),(14442,9,'','',558,0,'2013-11-15 18:24:48',13321,NULL),(14443,22,'8,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',537,0,'2013-11-15 08:00:00',13322,NULL),(14444,9,'','',558,0,'2013-11-15 18:28:02',13322,NULL),(14445,19,'NEGATIVE,,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',537,0,'2013-11-15 08:00:00',13322,NULL),(14446,18,'[$]NO MALARIA PARASITE SEEN[/$],-,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',537,0,'2013-11-15 08:00:00',13322,NULL),(14447,36,'No Bacteria Growth,##,##,,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',535,0,'2013-11-17 08:00:00',13324,NULL),(14448,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,12,2,0,AMORPHOUS URATES (++),NOT ,,,,,,,,,,,SEEN,NOT SEEN,48aae428b4b18cba33ad','',555,0,'2013-11-15 08:00:00',13324,NULL),(14449,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',535,0,'2013-11-17 08:00:00',13327,NULL),(14450,134,'SCANTY,FEW,NOT SEEN,NOT SEEN,,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',555,0,'2013-11-15 08:00:00',13327,NULL),(14451,132,'','',558,0,'2013-11-15 18:30:41',13328,NULL),(14452,22,'39,74b62d4391e99c28eb0f014716d951ad1c50c685','',537,0,'2013-11-15 08:00:00',13329,NULL),(14453,9,'','',558,0,'2013-11-15 18:34:09',13329,NULL),(14454,19,'NEGATIVE,,74b62d4391e99c28eb0f014716d951ad1c50c685','',537,0,'2013-11-15 08:00:00',13329,NULL),(14455,68,'','',558,0,'2013-11-15 18:40:34',13330,NULL),(14456,9,'','',558,0,'2013-11-15 18:40:34',13330,NULL),(14457,57,'','',558,0,'2013-11-15 18:40:35',13332,NULL),(14458,133,'','',558,0,'2013-11-15 18:40:35',13332,NULL),(14459,132,'','',558,0,'2013-11-15 18:40:35',13332,NULL),(14460,56,'','',558,0,'2013-11-15 18:40:35',13332,NULL),(14461,22,'18,c4a5d540b48423ac385a12093385358cb4f9cebe','',534,0,'2013-11-15 08:00:00',13333,NULL),(14462,9,'','',558,0,'2013-11-15 18:46:39',13333,NULL),(14463,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,,273dfa701ea2be543f5992c88ff94b93070d74d4','AMPICILLIN:RESISTANT, TETRACYCLINE:RESISTANT, COTRIMOXAZOLE:RESISTANT, GENTAMICIN:RESISTANT, CHLORAMPHENICOL:RESISTANT, CEFOTAXIME:RESISTANT, AMIKACIN:SENSITIVE, LEVOFLOXACIN:SENSITIVE, CEFTIZOXIME:RE',534,0,'2013-11-15 18:51:23',13334,NULL),(14464,36,'Escherichia coli,##,##,,273dfa701ea2be543f5992c88ff94b93070d74d4','AMPICILLIN:RESISTANT, TETRACYCLINE:RESISTANT, COTRIMOXAZOLE:RESISTANT, GENTAMICIN:RESISTANT, CHLORAMPHENICOL:RESISTANT, CEFOTAXIME:RESISTANT, AMIKACIN:SENSITIVE, LEVOFLOXACIN:SENSITIVE, CEFTIZOXIME:RE',534,0,'2013-11-15 18:51:23',13334,NULL),(14465,36,'No Bacteria Growth,##,##,,94ffbfb0052ad2db62bb4969b3fe51c39197c7e9','',535,0,'2013-11-17 08:00:00',13335,NULL),(14466,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,CALCIUM OXALATE (+),NOT S,,,,,,,,,,,EEN,NOT SEEN,94ffbfb0052ad2db62bb4','',555,0,'2013-11-15 08:00:00',13335,NULL),(14467,9,'','',558,0,'2013-11-15 19:00:39',13336,NULL),(14468,19,'NEGATIVE,,b149b5ca0f548bf759a75f55aced9a8e37614d3a','',537,0,'2013-11-15 08:00:00',13336,NULL),(14469,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b149b5ca0f548bf759a75f55aced9a8e37614d3a','',537,0,'2013-11-15 08:00:00',13336,NULL),(14470,16,'NEGATIVE,b149b5ca0f548bf759a75f55aced9a8e37614d3a','',537,0,'2013-11-15 08:00:00',13338,NULL),(14471,14,'','',558,0,'2013-11-15 19:00:39',13341,NULL),(14472,22,'2,a5f0ea9542e7af56253353a45a1c5396af7cf7b2','',537,0,'2013-11-15 08:00:00',13342,NULL),(14473,9,'','',558,0,'2013-11-15 19:02:55',13342,NULL),(14474,19,'NEGATIVE,,a5f0ea9542e7af56253353a45a1c5396af7cf7b2','',537,0,'2013-11-15 08:00:00',13342,NULL),(14475,18,'[$]N0 MALARIA PARASITE SEEN[/$],-,a5f0ea9542e7af56253353a45a1c5396af7cf7b2','',537,0,'2013-11-15 08:00:00',13342,NULL),(14476,35,'CLEAR,LIGHT AMBER,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,a5f0ea9542e7af56253353a45a1c5396af','',555,0,'2013-11-15 08:00:00',13344,NULL),(14477,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,a5f0ea9542e7af56253353a45a1c5396af7cf7b2','',555,0,'2013-11-15 08:00:00',13347,NULL),(14478,107,'1/20,1/20,a5f0ea9542e7af56253353a45a1c5396af7cf7b2','',537,0,'2013-11-15 08:00:00',13351,NULL),(14479,9,'','',558,0,'2013-11-15 19:12:58',13352,NULL),(14480,19,'NEGATIVE,,23ce4f109d28d971d20466f2dd0ca31c0bb60bb5','',537,0,'2013-11-15 08:00:00',13352,NULL),(14481,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,23ce4f109d28d971d20466f2dd0ca31c0bb60bb5','',555,0,'2013-11-15 08:00:00',13354,NULL),(14482,57,'','',558,0,'2013-11-15 19:12:59',13357,NULL),(14483,133,'','',558,0,'2013-11-15 19:12:59',13357,NULL),(14484,131,'','',558,0,'2013-11-15 19:12:59',13357,NULL),(14485,132,'','',558,0,'2013-11-15 19:12:59',13357,NULL),(14486,56,'','',558,0,'2013-11-15 19:12:59',13357,NULL),(14487,22,'41,95e115687134b6cecf590a9403bf1b8298f00e4e','',537,0,'2013-11-15 08:00:00',13358,NULL),(14488,9,'','',558,0,'2013-11-15 19:15:10',13358,NULL),(14489,19,'NEGATIVE,,95e115687134b6cecf590a9403bf1b8298f00e4e','',537,0,'2013-11-15 08:00:00',13358,NULL),(14490,18,'[$]NO MALARIA PARASITE SEEN[/$],-,95e115687134b6cecf590a9403bf1b8298f00e4e','',537,0,'2013-11-15 08:00:00',13358,NULL),(14491,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,14,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,95e115687134b6cecf590a9403bf1b8298f00e4e','',555,0,'2013-11-15 08:00:00',13360,NULL),(14492,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,df4cde2a7e4c21bc1636809d72eb7729ff4a1cae','',555,0,'2013-11-15 08:00:00',13361,NULL),(14493,16,'POSITIVE,df4cde2a7e4c21bc1636809d72eb7729ff4a1cae','',555,0,'2013-11-15 08:00:00',13363,NULL),(14494,14,'POSITIVE,df4cde2a7e4c21bc1636809d72eb7729ff4a1cae','',555,0,'2013-11-15 08:00:00',13366,NULL),(14495,9,'','',558,0,'2013-11-15 19:27:46',13367,NULL),(14496,112,'NEGATIVE,,5dac57aed2307cdb0d2b75daf431d41a3ee55604','',537,0,'2013-11-15 08:00:00',13369,NULL),(14497,27,'NON-REACTIVE,-,NEGATIVE,,5dac57aed2307cdb0d2b75daf431d41a3ee55604','',537,0,'2013-11-15 08:00:00',13369,NULL),(14498,108,'NON - REACTIVE,5dac57aed2307cdb0d2b75daf431d41a3ee55604','',537,0,'2013-11-15 08:00:00',13369,NULL),(14499,28,'POSITIVE,[$]AS[/$],,b44880683434dd011260370289957be74bed3316','',552,0,'2013-11-15 08:00:00',13370,NULL),(14500,21,'O,POSITIVE,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',537,0,'2013-11-15 08:00:00',13371,NULL),(14501,9,'','',558,0,'2013-11-15 19:36:20',13371,NULL),(14502,25,'NO DEFECT,,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',552,0,'2013-11-15 08:00:00',13371,NULL),(14503,20,'NEGATIVE,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',537,0,'2013-11-15 08:00:00',13371,NULL),(14504,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,cef3b68bb63a9387ad2af0b2f504c4ade9','',555,0,'2013-11-15 08:00:00',13373,NULL),(14505,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',555,0,'2013-11-15 08:00:00',13376,NULL),(14506,112,'NEGATIVE,,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',537,0,'2013-11-15 08:00:00',13380,NULL),(14507,27,'NON-REACTIVE,-,NEGATIVE,,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',537,0,'2013-11-15 08:00:00',13380,NULL),(14508,108,'NON - REACTIVE,cef3b68bb63a9387ad2af0b2f504c4ade9952ec5','',537,0,'2013-11-15 08:00:00',13380,NULL),(14509,9,'','',558,0,'2013-11-15 19:49:05',13381,NULL),(14510,18,'[$]NO MALARIA PARASITE SEEN[/$],-,945852ee9743938f54f80c8e12180980cfaa6033','',537,0,'2013-11-15 08:00:00',13381,NULL),(14511,35,'','',558,0,'2013-11-15 19:49:05',13383,NULL),(14512,68,'','',558,0,'2013-11-15 19:54:39',13384,NULL),(14513,9,'','',558,0,'2013-11-15 19:54:39',13384,NULL),(14514,19,'NEGATIVE,,35c79e318eedbd54f77a737b9a6054b2ebf364c2','',537,0,'2013-11-15 08:00:00',13384,NULL),(14515,35,'HAZY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,35c79e318eedbd54f77a737b9a6054b2ebf364c2','',555,0,'2013-11-15 08:00:00',13386,NULL),(14516,57,'','',558,0,'2013-11-15 19:54:39',13389,NULL),(14517,133,'','',558,0,'2013-11-15 19:54:39',13389,NULL),(14518,131,'','',558,0,'2013-11-15 19:54:39',13389,NULL),(14519,132,'','',558,0,'2013-11-15 19:54:39',13389,NULL),(14520,56,'','',558,0,'2013-11-15 19:54:39',13389,NULL),(14521,10,'NEGATIVE,d47a9d9304a108676224161d01e879c9df9bd650','',534,0,'2013-11-15 08:00:00',13390,NULL),(14522,22,'5,40dbac54a4f59a8ed71a4aa3c5fe722f8bf1702c','',534,0,'2013-11-15 08:00:00',13391,NULL),(14523,9,'','',558,0,'2013-11-15 20:11:53',13391,NULL),(14524,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,8,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,40dbac54a4f59a8ed71a4aa3c5fe722f8b','',534,0,'2013-11-15 08:00:00',13393,NULL),(14525,16,'POSITIVE,40dbac54a4f59a8ed71a4aa3c5fe722f8bf1702c','',534,0,'2013-11-15 08:00:00',13396,NULL),(14526,14,'','',558,0,'2013-11-15 20:11:54',13400,NULL),(14527,9,'','',558,0,'2013-11-15 20:14:11',13401,NULL),(14528,128,'','',558,0,'2013-11-15 20:14:11',13403,NULL),(14529,91,'','',558,0,'2013-11-15 20:14:11',13403,NULL),(14530,3,'3.5,1.0,1.9,4066a7dc6aa8119df42dc16804c2ab1472cfb3fe','',541,0,'2013-11-20 08:00:00',13403,NULL),(14531,113,'NEGATIVE,0.0,,b5b6db393377122f1e7dac1d77f1de5561244bc6','',504,504,'2013-11-15 20:24:42',13404,'2013-11-15 12:24:55'),(14532,112,'NEGATIVE,,b5b6db393377122f1e7dac1d77f1de5561244bc6','',504,504,'2013-11-15 08:00:00',13404,'2013-11-15 12:24:55'),(14533,9,'','',558,0,'2013-11-15 20:23:46',13405,NULL),(14534,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2ad2c8b9548cdc2ac494892923d581f088cf5717','',537,0,'2013-11-15 08:00:00',13405,NULL),(14535,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,2ad2c8b9548cdc2ac494892923d581f088','',534,0,'2013-11-15 08:00:00',13407,NULL),(14536,107,'1/20,1/20,2ad2c8b9548cdc2ac494892923d581f088cf5717','',537,0,'2013-11-15 08:00:00',13410,NULL),(14537,21,'A,POSITIVE,31dc05327a2d0d56f9c98307c3b0f352deb2fac4','',550,0,'2013-11-16 08:00:00',13411,NULL),(14538,9,'','',558,0,'2013-11-15 20:26:59',13411,NULL),(14539,20,'POSITIVE,31dc05327a2d0d56f9c98307c3b0f352deb2fac4','',550,0,'2013-11-16 08:00:00',13411,NULL),(14540,112,'POSITIVE,,31dc05327a2d0d56f9c98307c3b0f352deb2fac4','',550,0,'2013-11-16 08:00:00',13413,NULL),(14541,27,'NON-REACTIVE,-,NEGATIVE,,31dc05327a2d0d56f9c98307c3b0f352deb2fac4','',550,0,'2013-11-16 08:00:00',13413,NULL),(14542,128,'','',558,0,'2013-11-15 20:26:59',13413,NULL),(14543,9,'','',558,0,'2013-11-15 20:31:03',13414,NULL),(14544,19,'NEGATIVE,,334233520f433c622bd240f5e6d2cf8cc3f4aa40','',552,0,'2013-11-15 08:00:00',13414,NULL),(14545,9,'','',558,0,'2013-11-15 20:33:38',13415,NULL),(14546,19,'NEGATIVE,,bb5c5269b076ed6cca4cb3e92e81d122fdf4e6b6','',552,0,'2013-11-15 08:00:00',13415,NULL),(14547,22,'48,16c0bf53a1b5ebd2bf3816cf29a991d19c1796ac','',552,0,'2013-11-15 08:00:00',13416,NULL),(14548,9,'','',558,0,'2013-11-15 20:36:31',13416,NULL),(14549,19,'NEGATIVE,,16c0bf53a1b5ebd2bf3816cf29a991d19c1796ac','',552,0,'2013-11-15 08:00:00',13416,NULL),(14550,112,'','',504,0,'2013-11-15 20:36:37',13417,NULL),(14551,233,'','',504,0,'2013-11-15 20:36:37',13417,NULL),(14552,112,'NEGATIVE,,8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca','',504,0,'2013-11-15 20:38:49',13418,NULL),(14553,233,'171.6,,8ca6a84a0106a9b0cb604696a1ea6eb5133ba9ca','',504,0,'2013-11-15 20:38:49',13418,NULL),(14554,22,'15,872cf9377b67544de42fc6899e0df2a964909cf2','',552,0,'2013-11-15 08:00:00',13419,NULL),(14555,9,'','',558,0,'2013-11-15 20:41:05',13419,NULL),(14556,19,'NEGATIVE,,872cf9377b67544de42fc6899e0df2a964909cf2','',552,0,'2013-11-15 08:00:00',13419,NULL),(14557,18,'[$]NO MALARIA PARASITES SEEN[/$],-,872cf9377b67544de42fc6899e0df2a964909cf2','',552,0,'2013-11-15 08:00:00',13419,NULL),(14558,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,872cf9377b67544de42fc6899e0df',', ',552,0,'2013-11-15 08:00:00',13421,NULL),(14559,9,'','',558,0,'2013-11-15 20:44:09',13422,NULL),(14560,18,'[$]NO MALARIA PARASITES SEEN[/$],-,27e6dd49bdb717764a68a55044dd3acb52b54717','',552,0,'2013-11-15 08:00:00',13422,NULL),(14561,36,'No Significant Bacteria Growth,##,##,,27e6dd49bdb717764a68a55044dd3acb52b54717','',534,0,'2013-11-18 08:00:00',13424,NULL),(14562,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,27e6dd49bdb717764a68a55044dd3acb52b54717',', ',552,0,'2013-11-15 08:00:00',13424,NULL),(14563,21,'B,POSITIVE,4a5397e2bb2baf342d9278d43883775bdb3b2a72','',550,0,'2013-11-18 08:00:00',13425,NULL),(14564,9,'','',558,0,'2013-11-15 20:47:34',13425,NULL),(14565,25,'NO DEFECT,,4a5397e2bb2baf342d9278d43883775bdb3b2a72','',550,0,'2013-11-18 08:00:00',13425,NULL),(14566,20,'NEGATIVE,4a5397e2bb2baf342d9278d43883775bdb3b2a72','',550,0,'2013-11-18 08:00:00',13425,NULL),(14567,112,'NEGATIVE,,4a5397e2bb2baf342d9278d43883775bdb3b2a72','',550,0,'2013-11-18 08:00:00',13427,NULL),(14568,27,'NON-REACTIVE,-,NEGATIVE,,4a5397e2bb2baf342d9278d43883775bdb3b2a72','',550,0,'2013-11-18 08:00:00',13427,NULL),(14569,108,'NON - REACTIVE,4a5397e2bb2baf342d9278d43883775bdb3b2a72','',550,0,'2013-11-18 08:00:00',13427,NULL),(14570,9,'','',558,0,'2013-11-15 20:49:59',13428,NULL),(14571,19,'NEGATIVE,,8683e1fb090e9f74d099a4414b71196dbc86715e','',552,0,'2013-11-15 08:00:00',13428,NULL),(14572,16,'POSITIVE,8683e1fb090e9f74d099a4414b71196dbc86715e','',552,0,'2013-11-15 08:00:00',13430,NULL),(14573,14,'NEGATIVE,8683e1fb090e9f74d099a4414b71196dbc86715e','',543,0,'2013-11-16 08:00:00',13433,NULL),(14574,22,'82,498158719145a7d118578f72b2861a496cf51660','',552,0,'2013-11-15 08:00:00',13434,NULL),(14575,9,'','',558,0,'2013-11-15 20:53:13',13434,NULL),(14576,19,'NEGATIVE,,498158719145a7d118578f72b2861a496cf51660','',552,0,'2013-11-15 08:00:00',13434,NULL),(14577,18,'[$]NO MALARIA PARASITES SEEN[/$],-,498158719145a7d118578f72b2861a496cf51660','',552,0,'2013-11-15 08:00:00',13434,NULL),(14578,70,'22.9,,498158719145a7d118578f72b2861a496cf51660','',552,0,'2013-11-15 08:00:00',13434,NULL),(14579,36,'Escherichia coli,##,##,,498158719145a7d118578f72b2861a496cf51660','',535,535,'2013-11-17 08:00:00',13436,'2013-11-17 17:38:39'),(14580,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,0,NOT SEEN,NOT SEEN,,,,,,,,,NOT SEEN,498158719145a7d118578f72b28',', ',552,0,'2013-11-15 08:00:00',13436,NULL),(14581,9,'','',558,0,'2013-11-15 20:59:56',13437,NULL),(14582,9,'','',558,0,'2013-11-15 21:04:56',13438,NULL),(14583,19,'NEGATIVE,,0143173db5542dbb9fe640dcbccbf40389fe6fd7','',552,0,'2013-11-15 08:00:00',13438,NULL),(14584,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0143173db5542dbb9fe640dcbccbf40389fe6fd7','',552,0,'2013-11-15 08:00:00',13438,NULL),(14585,233,'136.0,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',534,0,'2013-11-15 08:00:00',13439,NULL),(14586,21,'O,POSITIVE,fa60f6365cb8cf17f7e297c21ff9a747026cf900','',550,0,'2013-11-18 08:00:00',13440,NULL),(14587,9,'','',558,0,'2013-11-15 21:14:09',13440,NULL),(14588,18,'[$]NO MALARIA PARASITES SEEN [/$],-,fa60f6365cb8cf17f7e297c21ff9a747026cf900','',550,0,'2013-11-18 08:00:00',13440,NULL),(14589,20,'NEGATIVE,fa60f6365cb8cf17f7e297c21ff9a747026cf900','',550,0,'2013-11-18 08:00:00',13440,NULL),(14590,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,fa60f6365cb8cf17f7e297c21ff9a747026cf900',', ',552,0,'2013-11-15 08:00:00',13442,NULL),(14591,3,'2.8,##1.4 - 4.2 (ADULT)_1.8 - 4.2 (PREGNANCY),1.4,##0.8 - 2.0 (ADULT)_0.8 - 2.2 (PREGNANCY),1.5,,47233ea443e46231c4270b2f024c8e725d405ae6','',535,0,'2013-11-15 08:00:00',13443,NULL),(14592,22,'3,b213307b8056d4b7fe4204b142bb3c82e50d6c07','',552,0,'2013-11-15 08:00:00',13444,NULL),(14593,9,'','',558,0,'2013-11-15 21:25:44',13444,NULL),(14594,27,'NON-REACTIVE,-,NEGATIVE,,b213307b8056d4b7fe4204b142bb3c82e50d6c07','',552,0,'2013-11-15 08:00:00',13446,NULL),(14595,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,b213307b8056d4b7fe4204b142bb3c82e50d6c07','',534,0,'2013-11-19 08:00:00',13449,NULL),(14596,9,'','',558,0,'2013-11-15 21:28:22',13450,NULL),(14597,25,'NO DEFECT,,cd2d6a316e606b6613be448b2fbd181e3e505a9c','',550,0,'2013-11-18 08:00:00',13450,NULL),(14598,112,'NEGATIVE,,cd2d6a316e606b6613be448b2fbd181e3e505a9c','',550,0,'2013-11-18 08:00:00',13452,NULL),(14599,27,'NON-REACTIVE,-,NEGATIVE,,cd2d6a316e606b6613be448b2fbd181e3e505a9c','',550,0,'2013-11-18 08:00:00',13452,NULL),(14600,108,'NON - REACTIVE,cd2d6a316e606b6613be448b2fbd181e3e505a9c','',550,0,'2013-11-18 08:00:00',13452,NULL),(14601,9,'','',558,0,'2013-11-15 21:30:56',13453,NULL),(14602,19,'NEGATIVE,,dfcc63dcb8bdc3423a7ba50b441b7437729f1698','',552,0,'2013-11-15 08:00:00',13453,NULL),(14603,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dfcc63dcb8bdc3423a7ba50b441b7437729f1698','',552,0,'2013-11-15 08:00:00',13453,NULL),(14604,35,'CLEAR,STRAW,7.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dfcc63dcb8bdc3423a7ba50b441b7437729f1698',', ',552,0,'2013-11-15 08:00:00',13455,NULL),(14605,9,'','',558,0,'2013-11-15 21:40:50',13456,NULL),(14606,19,'NEGATIVE,,e12c17448f9052c5cd396aa2d202e53f00bb2bc1','',552,0,'2013-11-15 08:00:00',13456,NULL),(14607,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e12c17448f9052c5cd396aa2d202e53f00bb2bc1','',552,0,'2013-11-15 08:00:00',13456,NULL),(14608,9,'','',558,0,'2013-11-15 21:43:02',13457,NULL),(14609,19,'NEGATIVE,,83f7c38601f5522976edb087b2e3db1cbf99fe0e','',552,0,'2013-11-15 08:00:00',13457,NULL),(14610,18,'[$]NO MALARIA PARASITES SEEN[/$],-,83f7c38601f5522976edb087b2e3db1cbf99fe0e','',552,0,'2013-11-15 08:00:00',13457,NULL),(14611,9,'','',558,0,'2013-11-15 21:46:01',13458,NULL),(14612,9,'','',558,0,'2013-11-15 21:50:16',13459,NULL),(14613,9,'','',558,0,'2013-11-15 21:56:23',13460,NULL),(14614,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8ea79e5ba8828869457285750f916ec6bd909213','',552,0,'2013-11-15 08:00:00',13460,NULL),(14615,37,'','',558,0,'2013-11-15 21:56:23',13462,NULL),(14616,3,'1.7,##1.4 - 4.2 (ADULT),1.1,##0.8 - 2.0 (ADULT),1.8,,2106b15f8d5689f7f01a5419be7c809552e577d0','',534,0,'2013-11-15 08:00:00',13463,NULL),(14617,21,'A,POSITIVE,b3efe1f8dedbc60432ed57b1da58adf77f5a615c','',550,0,'2013-11-16 08:00:00',13464,NULL),(14618,9,'','',558,0,'2013-11-15 22:03:41',13464,NULL),(14619,25,'NO DEFECT,,b3efe1f8dedbc60432ed57b1da58adf77f5a615c','',550,0,'2013-11-16 08:00:00',13464,NULL),(14620,20,'NEGATIVE,b3efe1f8dedbc60432ed57b1da58adf77f5a615c','',550,0,'2013-11-16 08:00:00',13464,NULL),(14621,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b3efe1f8dedbc60432ed57b1da58adf77f5a615c',', ',552,0,'2013-11-15 08:00:00',13466,NULL),(14622,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,b3efe1f8dedbc60432ed57b1da58adf77f5a615c','',552,0,'2013-11-15 08:00:00',13469,NULL),(14623,112,'','',558,0,'2013-11-15 22:03:42',13473,NULL),(14624,27,'','',558,0,'2013-11-15 22:03:42',13473,NULL),(14625,108,'','',558,0,'2013-11-15 22:03:42',13473,NULL),(14626,22,'1,96fb5411b66719d4f3ee4039ca0098aff77e7661','',552,0,'2013-11-15 08:00:00',13474,NULL),(14627,9,'','',558,0,'2013-11-15 22:06:16',13474,NULL),(14628,19,'NEGATIVE,,96fb5411b66719d4f3ee4039ca0098aff77e7661','',552,0,'2013-11-15 08:00:00',13474,NULL),(14629,18,'[$]NO MALARIA PARASITES SEEN[/$],-,96fb5411b66719d4f3ee4039ca0098aff77e7661','',552,0,'2013-11-15 08:00:00',13474,NULL),(14630,107,'1/20,1/20,96fb5411b66719d4f3ee4039ca0098aff77e7661','',552,0,'2013-11-15 08:00:00',13476,NULL),(14631,112,'NEGATIVE,,cf773e55b29d7efbef3a11b9f0111d1623772bad','',552,0,'2013-11-15 08:00:00',13477,NULL),(14632,22,'9,96e2ad83eb0c23814da41d73fa2c88c75e7c5d67','',552,0,'2013-11-15 08:00:00',13478,NULL),(14633,9,'','',558,0,'2013-11-15 22:25:02',13478,NULL),(14634,25,'NO DEFECT,,4cd43e09c3408e2736593567d469b028637a8bbb','',552,546,'2013-11-15 08:00:00',13479,'2013-11-18 08:36:55'),(14635,28,'NEGATIVE,[$]AA[/$],,4cd43e09c3408e2736593567d469b028637a8bbb','',552,0,'2013-11-15 08:00:00',13479,NULL),(14636,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,16,14,0,NOT SEEN,NOT SE,,,,,,,,,,,EN,NOT SEEN,4cd43e09c3408e27365935',', ',552,0,'2013-11-15 08:00:00',13481,NULL),(14637,9,'','',558,0,'2013-11-15 22:57:27',13482,NULL),(14638,19,'NEGATIVE,,e5e53f1b8a7e351167a3b6178c1a3c7fadb6a584','',552,0,'2013-11-15 08:00:00',13482,NULL),(14639,9,'','',558,0,'2013-11-15 23:22:20',13483,NULL),(14640,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4c28b5b65f1859f98e26fbff43348bfce4432383','',552,0,'2013-11-15 08:00:00',13483,NULL),(14641,9,'','',558,0,'2013-11-15 23:26:06',13484,NULL),(14642,28,'NEGATIVE,[$]AA[/$],,4f980753b5d51681de596e01d9859db34481a318','',552,0,'2013-11-15 08:00:00',13484,NULL),(14643,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4f980753b5d51681de596e01d9859db34481a318','',552,0,'2013-11-15 08:00:00',13484,NULL),(14644,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,524a1f81f42a8ab1ac161b0a38ac319a91b3e52f','',534,0,'2013-11-23 08:00:00',13485,NULL),(14645,9,'','',558,0,'2013-11-15 23:39:05',13485,NULL),(14646,71,'POSITIVE,,dae49276a38a1c3f2a4752fde992c80d75efa533','',552,0,'2013-11-15 08:00:00',13486,NULL),(14647,68,'','',535,0,'2013-11-16 00:00:46',13487,NULL),(14648,70,'','',535,0,'2013-11-16 00:00:46',13487,NULL),(14649,9,'','',535,0,'2013-11-16 00:12:46',13488,NULL),(14650,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bd4610d131c0e39118df2f928dfb3f0996a2505b','',535,0,'2013-11-15 08:00:00',13488,NULL),(14651,107,'1/20,1/20,bd4610d131c0e39118df2f928dfb3f0996a2505b','',535,0,'2013-11-15 08:00:00',13490,NULL),(14652,35,'HAZY,STRAW,7.5,1.015,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bd4610d131c0e39118df2f928dfb3f0996a2505b',', ',550,0,'2013-11-15 08:00:00',13493,NULL),(14653,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bd4610d131c0e39118df2f928dfb3f0996a2505b','',550,0,'2013-11-15 08:00:00',13497,NULL),(14654,38,'[$]NO SALMONELLA OR SHIGELLA ISOLATED[/$],##,##,,fb4bad9d1041f199f92ba26a8b6b8169676d2e51','',535,0,'2013-11-17 08:00:00',13498,NULL),(14655,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,fb4bad9d1041f199f92ba26a8b6b8169676d2e51','',550,0,'2013-11-15 08:00:00',13498,NULL),(14656,134,'FEW,FEW,NOT SEEN,PRESENT (++),,453842c573f17dc8f53d556d03efdb97d9325c2c','',534,0,'2013-11-15 08:00:00',13499,NULL),(14657,9,'','',558,0,'2013-11-16 00:30:33',13500,NULL),(14658,19,'NEGATIVE,,86fe90786b3939597c5606b1697401bc925db08b','',535,0,'2013-11-15 08:00:00',13500,NULL),(14659,9,'','',558,0,'2013-11-16 00:38:47',13501,NULL),(14660,18,'[$]NO MALARIA PARASITES SEEN[/$],-,81ea33224a4e100b2d19265f6deebc8309ad7f88','',552,0,'2013-11-15 08:00:00',13501,NULL),(14661,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+++),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,81ea33224a4e100b2d19265f6deeb',', ',550,0,'2013-11-15 08:00:00',13503,NULL),(14662,57,'','',558,0,'2013-11-16 00:38:47',13506,NULL),(14663,92,'0.8,81ea33224a4e100b2d19265f6deebc8309ad7f88','',537,0,'2013-11-18 08:00:00',13506,NULL),(14664,56,'','',558,0,'2013-11-16 00:38:47',13506,NULL),(14665,36,'No Bacteria Growth,##,##,,610758611be58afec27ebed25acdf7402c4ac300','',534,0,'2013-11-18 08:00:00',13507,NULL),(14666,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,610758611be58afec27ebed25acdf7402c4ac300',', ',550,0,'2013-11-15 08:00:00',13507,NULL),(14667,216,'[$]NO PATHOGEN ISOLATED [/$],610758611be58afec27ebed25acdf7402c4ac300','',534,0,'2013-11-18 08:00:00',13509,NULL),(14668,36,'No Bacteria Growth,##,##,,30989a756e4124e89e988f053c87bd1a9ba78ac1','',535,0,'2013-11-17 08:00:00',13510,NULL),(14669,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,30989a756e4124e89e988f053c87bd1a9ba78ac1',', ',550,0,'2013-11-15 08:00:00',13510,NULL),(14670,107,'','',558,0,'2013-11-16 01:27:59',13511,NULL),(14671,9,'','',558,0,'2013-11-16 01:39:52',13512,NULL),(14672,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3b7a2871848147d0cb5be6521dc6bb064faabb44','',552,0,'2013-11-15 08:00:00',13512,NULL),(14673,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3b7a2871848147d0cb5be6521dc6bb064faabb44',', ',550,0,'2013-11-15 08:00:00',13514,NULL),(14674,107,'1/20,1/20,3b7a2871848147d0cb5be6521dc6bb064faabb44','',552,0,'2013-11-15 08:00:00',13517,NULL),(14675,9,'','',558,0,'2013-11-16 01:50:11',13518,NULL),(14676,19,'NEGATIVE,,07fcaabd5aff9981a6b530124a64bce7fa3ba8b1','',552,0,'2013-11-15 08:00:00',13518,NULL),(14677,223,'','',558,0,'2013-11-16 01:55:21',13519,NULL),(14678,131,'','',558,0,'2013-11-16 02:01:22',13520,NULL),(14679,9,'','',558,0,'2013-11-16 02:06:26',13521,NULL),(14680,19,'NEGATIVE,,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-15 08:00:00',13521,NULL),(14681,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-15 08:00:00',13521,NULL),(14682,35,'CLEAR,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1e627af72e1bc4e73453294c81ca25c6fb0eed17',', ',550,0,'2013-11-15 08:00:00',13523,NULL),(14683,135,'','',558,0,'2013-11-16 02:15:27',13524,NULL),(14684,9,'','',558,0,'2013-11-16 02:22:43',13525,NULL),(14685,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f2bfab454f41fa6ead237a990ded46da916bf8cc','',550,0,'2013-11-16 08:00:00',13525,NULL),(14686,74,'','',558,0,'2013-11-16 02:22:44',13527,NULL),(14687,9,'','',558,0,'2013-11-16 02:27:32',13528,NULL),(14688,19,'NEGATIVE,,17fa3ef0141637dbc3817ad9ecef55370da8b049','',552,0,'2013-11-15 08:00:00',13528,NULL),(14689,18,'[$]NO MALARIA PARASITES SEEN[/$],-,17fa3ef0141637dbc3817ad9ecef55370da8b049','',552,0,'2013-11-15 08:00:00',13528,NULL),(14690,71,'NEGATIVE,,17fa3ef0141637dbc3817ad9ecef55370da8b049','',557,0,'2013-11-15 08:00:00',13530,NULL),(14691,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,12,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,17fa3ef0141637dbc3817ad9ecef55',', ',557,0,'2013-11-15 08:00:00',13530,NULL),(14692,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (++),,17fa3ef0141637dbc3817ad9ecef55370da8b049','',557,0,'2013-11-16 08:00:00',13533,NULL),(14693,107,'1/20,1/20,17fa3ef0141637dbc3817ad9ecef55370da8b049','',552,0,'2013-11-15 08:00:00',13537,NULL),(14694,9,'','',558,0,'2013-11-16 02:38:15',13538,NULL),(14695,19,'NEGATIVE,,316276423f95dc1c5406f60057c86d8a69921186','',552,0,'2013-11-15 08:00:00',13538,NULL),(14696,18,'[$]NO MALARIA PARASITES SEEN[/$],-,316276423f95dc1c5406f60057c86d8a69921186','',552,0,'2013-11-15 08:00:00',13538,NULL),(14697,9,'','',558,0,'2013-11-16 02:59:52',13539,NULL),(14698,19,'NEGATIVE,,e48e0cc731508ed7201af6a99037ad8c91c44a78','',552,0,'2013-11-15 08:00:00',13539,NULL),(14699,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e48e0cc731508ed7201af6a99037ad8c91c44a78',', ',552,0,'2013-11-15 08:00:00',13541,NULL),(14700,21,'AB,NEGATIVE,f2bfab454f41fa6ead237a990ded46da916bf8cc','',550,0,'2013-11-16 08:00:00',13542,NULL),(14701,222,'9.6,5.23,12.9,39.9,76.3,24.7,32.3,343,35.3,7.3,57.4,3.4,0.7,5.5,13.8,9.2,,fac01426cab7878f779567e19d41021188e4caa0','',557,0,'2013-11-15 08:00:00',13543,NULL),(14702,19,'NEGATIVE,,fac01426cab7878f779567e19d41021188e4caa0','',557,0,'2013-11-15 08:00:00',13543,NULL),(14703,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fac01426cab7878f779567e19d41021188e4caa0','',557,0,'2013-11-15 08:00:00',13543,NULL),(14704,107,'1/20,1/20,fac01426cab7878f779567e19d41021188e4caa0','',557,0,'2013-11-15 08:00:00',13545,NULL),(14705,222,'6.8,4.98,11.9,36.0,72.3,23.9,33.1,405,56.0,9.8,34.2,3.8,0.7,2.3,13.2,9.2,,9a07c34fe3dbedee88fb63084e4e477c88d5607f','',557,0,'2013-11-15 08:00:00',13546,NULL),(14706,19,'NEGATIVE,,9a07c34fe3dbedee88fb63084e4e477c88d5607f','',557,0,'2013-11-15 08:00:00',13546,NULL),(14707,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9a07c34fe3dbedee88fb63084e4e477c88d5607f','',557,0,'2013-11-15 08:00:00',13546,NULL),(14708,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9a07c34fe3dbedee88fb63084e4e477c88d5607f','',555,0,'2013-11-17 08:00:00',13548,NULL),(14709,222,'6.7,4.56,13.1,37.6,82.5,28.7,34.8,322,49.3,4.2,46.5,3.3,0.3,3.1,13.3,8.2,,a50802c073ac6a0084734642e8668379f158b841','',557,0,'2013-11-15 08:00:00',13549,NULL),(14710,19,'NEGATIVE,,a50802c073ac6a0084734642e8668379f158b841','',557,0,'2013-11-15 08:00:00',13549,NULL),(14711,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a50802c073ac6a0084734642e8668379f158b841','',557,0,'2013-11-15 08:00:00',13549,NULL),(14712,107,'1/20,1/20,a50802c073ac6a0084734642e8668379f158b841','',557,0,'2013-11-15 08:00:00',13551,NULL),(14713,65,'','',531,0,'2013-11-16 03:50:59',13552,NULL),(14714,22,'110,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-16 08:00:00',13553,NULL),(14715,222,'12.0,2.77,8.1,23.6,85.2,29.2,34.3,530,26.6,8.8,64.6,3.2,1.1,7.7,21.7,8.9,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-16 08:00:00',13553,NULL),(14716,57,'','',531,0,'2013-11-16 04:39:36',13554,NULL),(14717,133,'','',531,0,'2013-11-16 04:39:36',13554,NULL),(14718,56,'','',531,0,'2013-11-16 04:39:36',13554,NULL),(14719,77,'','',531,0,'2013-11-16 04:39:36',13556,NULL),(14720,35,'','',531,0,'2013-11-16 04:39:37',13559,NULL),(14721,222,'8.0,4.65,12.6,36.3,78.1,27.1,34.7,496,17.1,14.9,68.0,1.4,1.2,5.4,14.0,7.2,,1b652884cdfebb215e905ba0755189fc0aa2c765','',557,0,'2013-11-15 08:00:00',13560,NULL),(14722,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1b652884cdfebb215e905ba0755189fc0aa2c765','',557,0,'2013-11-15 08:00:00',13560,NULL),(14723,35,'CLEAR,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b652884cdfebb215e905ba0755189fc0aa2c765',', ',557,0,'2013-11-15 08:00:00',13562,NULL),(14724,222,'10.3,5.14,12.7,38.7,75.3,24.7,32.8,372,61.0,10.8,28.2,6.3,1.1,2.9,13.6,8.0,,884468393ba135fca31f5665ee7ecb46df9e2650','',557,0,'2013-11-15 08:00:00',13563,NULL),(14725,222,'8.4,4.47,11.4,34.2,76.5,25.5,33.3,367,21.9,10.6,67.5,1.8,0.9,5.7,13.4,7.8,,7e4b91167282c590dd63c9d6a4e79933e5147a39','',557,0,'2013-11-15 08:00:00',13564,NULL),(14726,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7e4b91167282c590dd63c9d6a4e79933e5147a39','',557,0,'2013-11-15 08:00:00',13564,NULL),(14727,222,'6.7,3.18,12.9,36.6,15.1,40.6,35.2,386,61.3,21.7,17.7,4.1,1.5,1.1,15.3,8.5,,daf3640095a391c2e7a4abbb76bfcdd37234e254','',557,0,'2013-11-15 08:00:00',13565,NULL),(14728,57,'','',531,0,'2013-11-16 05:25:41',13567,NULL),(14729,133,'','',531,0,'2013-11-16 05:25:41',13567,NULL),(14730,56,'','',531,0,'2013-11-16 05:25:41',13567,NULL),(14731,36,'No Bacteria Growth,##,##,,daf3640095a391c2e7a4abbb76bfcdd37234e254','',534,0,'2013-11-18 08:00:00',13570,NULL),(14732,35,'HAZY,AMBER,6.0,1.030,TRACE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,6,6,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,daf3640095a391c2e7a4abbb76bfcdd37234e254',', ',557,0,'2013-11-15 08:00:00',13570,NULL),(14733,222,'8.2,4.71,12.5,35.4,75.2,26.5,35.3,279,36.9,8.8,54.3,3.0,0.7,4.5,18.1,8.9,,b6eb7a843de9ab486f89e32497cd7adcce7f844d','',557,0,'2013-11-15 08:00:00',13571,NULL),(14734,93,'< 0.05,b6eb7a843de9ab486f89e32497cd7adcce7f844d','',534,0,'2013-11-19 08:00:00',13573,NULL),(14735,78,'','',531,0,'2013-11-16 05:28:14',13576,NULL),(14736,69,'','',531,0,'2013-11-16 05:28:14',13576,NULL),(14737,222,'16.0,4.80,11.3,34.6,72.1,23.5,32.7,257,39.7,15.7,44.6,6.4,2.5,7.1,14.9,9.4,,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',557,0,'2013-11-15 08:00:00',13577,NULL),(14738,19,'NEGATIVE,,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',557,0,'2013-11-15 08:00:00',13577,NULL),(14739,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',557,0,'2013-11-15 08:00:00',13577,NULL),(14740,222,'7.4,4.70,12.8,38.9,82.8,27.2,32.9,175,59.9,13.0,27.1,4.4,1.0,2.0,15.6,10.4,,69159916ebcef045903057c8b2edd5612d255f6e','',557,0,'2013-11-15 08:00:00',13578,NULL),(14741,18,'[$]NO MALARIA PARASITES SEEN[/$],-,69159916ebcef045903057c8b2edd5612d255f6e','',557,0,'2013-11-15 08:00:00',13578,NULL),(14742,222,'6.7,5.00,13.3,40.6,81.2,26.6,32.8,231,38.9,13.0,48.0,2.6,0.9,3.2,13.5,9.4,,0128c712fbc929ba96643a25925306aae4264f13','',557,0,'2013-11-15 08:00:00',13579,NULL),(14743,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0128c712fbc929ba96643a25925306aae4264f13','',557,0,'2013-11-15 08:00:00',13579,NULL),(14744,107,'1/20,1/20,0128c712fbc929ba96643a25925306aae4264f13','',557,0,'2013-11-15 08:00:00',13581,NULL),(14745,68,'','',531,0,'2013-11-16 07:19:39',13582,NULL),(14746,222,'5.4,4.41,11.9,36.4,82.5,27.0,32.7,183,34.3,8.0,57.7,1.9,0.4,3.1,14.2,11.0,,7d2591a565495d32d3c46dd1ad97ac3ee400612c','',557,0,'2013-11-16 08:00:00',13582,NULL),(14747,211,'','',531,0,'2013-11-16 07:19:39',13584,NULL),(14748,60,'','',531,0,'2013-11-16 07:19:39',13584,NULL),(14749,57,'','',531,0,'2013-11-16 07:19:39',13584,NULL),(14750,133,'','',531,0,'2013-11-16 07:19:39',13584,NULL),(14751,132,'','',531,0,'2013-11-16 07:19:39',13584,NULL),(14752,56,'','',531,0,'2013-11-16 07:19:39',13584,NULL),(14753,222,'5.4,4.41,11.9,36.4,82.5,27.0,32.7,183,34.3,8.0,57.7,1.9,0.4,3.1,14.2,11.0,,2a9f3328acda12cd2a3a6d700b86b5e1324729c8','',557,0,'2013-11-16 08:00:00',13585,NULL),(14754,211,'','',531,0,'2013-11-16 07:57:14',13587,NULL),(14755,60,'','',531,0,'2013-11-16 07:57:14',13587,NULL),(14756,57,'','',531,0,'2013-11-16 07:57:14',13587,NULL),(14757,133,'','',531,0,'2013-11-16 07:57:14',13587,NULL),(14758,56,'','',531,0,'2013-11-16 07:57:14',13587,NULL),(14759,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2a9f3328acda12cd2a3a6d700b86b5e1324729c8',', ',557,0,'2013-11-16 08:00:00',13590,NULL),(14760,222,'18.1,2.20,7.0,19.9,90.5,31.8,35.2,387,54.5,8.5,37.0,9.0,1.5,6.7,21.6,8.6,,e7dc5f6e9824b9880ebc1fa5620847b05b3ff8ad','',557,0,'2013-11-16 08:00:00',13591,NULL),(14761,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e7dc5f6e9824b9880ebc1fa5620847b05b3ff8ad','',557,0,'2013-11-16 08:00:00',13591,NULL),(14762,222,'9.4,4.64,13.7,37.9,81.7,29.5,36.1,190,17.1,7.1,75.8,1.6,0.7,7.1,15.1,10.8,,e39f75499f1765066cd2bfffb6a0fe6dff8952cc','',557,0,'2013-11-16 08:00:00',13592,NULL),(14763,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e39f75499f1765066cd2bfffb6a0fe6dff8952cc','',557,0,'2013-11-16 08:00:00',13592,NULL),(14764,21,'','',531,0,'2013-11-16 14:09:58',13593,NULL),(14765,224,'','',531,0,'2013-11-16 14:09:58',13593,NULL),(14766,222,'','',531,0,'2013-11-16 14:09:58',13593,NULL),(14767,39,'','',531,0,'2013-11-16 14:09:58',13595,NULL),(14768,222,'','',531,0,'2013-11-16 15:02:07',13596,NULL),(14769,19,'NEGATIVE,,70ca8e11d6a05bd67323994b462ce60490cf6035','',557,0,'2013-11-16 08:00:00',13596,NULL),(14770,18,'[$]NO MALARIA PARASITES SEEN[/$],-,70ca8e11d6a05bd67323994b462ce60490cf6035','',557,0,'2013-11-16 08:00:00',13596,NULL),(14771,92,'8.1,70ca8e11d6a05bd67323994b462ce60490cf6035','',537,0,'2013-11-18 08:00:00',13598,NULL),(14772,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,70ca8e11d6a05bd67323994b462ce60490cf6035',', ',557,0,'2013-11-16 08:00:00',13601,NULL),(14773,57,'','',530,0,'2013-11-16 15:57:28',13602,NULL),(14774,133,'','',530,0,'2013-11-16 15:57:28',13602,NULL),(14775,56,'','',530,0,'2013-11-16 15:57:28',13602,NULL),(14776,9,'','',530,0,'2013-11-16 15:57:28',13604,NULL),(14777,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1922b5e21c3e9f77eab03b280eff5c02ed8fd954',', ',543,0,'2013-11-16 08:00:00',13607,NULL),(14778,14,'NEGATIVE,1922b5e21c3e9f77eab03b280eff5c02ed8fd954','',543,0,'2013-11-16 08:00:00',13611,NULL),(14779,128,'','',530,0,'2013-11-16 16:06:51',13612,NULL),(14780,130,'','',530,0,'2013-11-16 16:06:51',13612,NULL),(14781,131,'','',530,0,'2013-11-16 16:06:51',13612,NULL),(14782,132,'','',530,0,'2013-11-16 16:06:51',13612,NULL),(14783,70,'','',530,0,'2013-11-16 16:06:51',13612,NULL),(14784,57,'','',530,0,'2013-11-16 16:10:31',13613,NULL),(14785,133,'','',530,0,'2013-11-16 16:10:31',13613,NULL),(14786,56,'','',530,0,'2013-11-16 16:10:31',13613,NULL),(14787,68,'','',530,0,'2013-11-16 16:10:31',13615,NULL),(14788,9,'','',530,0,'2013-11-16 16:10:31',13615,NULL),(14789,20,'NEGATIVE,baea98cc5c2211147ffbbea07f026fbb02faf07c','',550,0,'2013-11-16 08:00:00',13615,NULL),(14790,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,baea98cc5c2211147ffbbea07f026fbb02faf07c',', ',543,0,'2013-11-16 08:00:00',13618,NULL),(14791,11,'14,[$]14[/$],[$]1[/$],1,REFERENCE : 0.9 - 1.2,baea98cc5c2211147ffbbea07f026fbb02faf07c','',550,0,'2013-11-16 08:00:00',13622,NULL),(14792,9,'','',530,0,'2013-11-16 16:21:53',13623,NULL),(14793,57,'','',530,0,'2013-11-16 16:26:51',13624,NULL),(14794,133,'','',530,0,'2013-11-16 16:26:51',13624,NULL),(14795,132,'','',530,0,'2013-11-16 16:26:51',13624,NULL),(14796,56,'','',530,0,'2013-11-16 16:26:51',13624,NULL),(14797,68,'','',530,0,'2013-11-16 16:27:40',13625,NULL),(14798,68,'','',530,0,'2013-11-16 16:28:56',13626,NULL),(14799,68,'','',530,0,'2013-11-16 16:31:38',13627,NULL),(14800,9,'','',530,0,'2013-11-16 16:31:38',13627,NULL),(14801,9,'','',530,0,'2013-11-16 16:36:19',13628,NULL),(14802,19,'NEGATIVE,,86eb916f51c302cd9b4d0a50930ebb85acc2517a','',550,0,'2013-11-16 08:00:00',13628,NULL),(14803,18,'[$]NO MALARIA PARASITES SEEN[/$],-,86eb916f51c302cd9b4d0a50930ebb85acc2517a','',550,0,'2013-11-16 08:00:00',13628,NULL),(14804,35,'HAZY,LIGHT AMBER,5.0,1.025,TRACE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,86eb916f51c302cd9b4d0a50930ebb85','',550,0,'2013-11-16 08:00:00',13630,NULL),(14805,132,'','',530,0,'2013-11-16 16:38:38',13631,NULL),(14806,82,'','',530,0,'2013-11-16 16:38:38',13633,NULL),(14807,9,'','',530,0,'2013-11-16 16:55:59',13634,NULL),(14808,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1f9afcc3152f08f22085bfcc460d0d9c97631b31','',550,0,'2013-11-16 08:00:00',13634,NULL),(14809,9,'','',530,0,'2013-11-16 17:01:19',13635,NULL),(14810,18,'[$]NO MALARIA PARASITE SEEN[/$],-,367339e45a51efcf3914d65b7958c35ed42f45df','',541,0,'2013-11-16 08:00:00',13635,NULL),(14811,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,367339e45a51efcf3914d65b7958c35ed42f45df','',543,0,'2013-11-16 08:00:00',13637,NULL),(14812,107,'1/20,1/160,367339e45a51efcf3914d65b7958c35ed42f45df','',541,0,'2013-11-16 08:00:00',13640,NULL),(14813,9,'','',530,0,'2013-11-16 17:08:15',13641,NULL),(14814,19,'NEGATIVE,,3cb65f9dabab58e1dd6bb39a87cf520a2813ed57','',541,0,'2013-11-16 08:00:00',13641,NULL),(14815,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3cb65f9dabab58e1dd6bb39a87cf520a2813ed57','',541,0,'2013-11-16 08:00:00',13641,NULL),(14816,107,'1/20,1/20,3cb65f9dabab58e1dd6bb39a87cf520a2813ed57','',541,0,'2013-11-16 08:00:00',13643,NULL),(14817,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,4,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,3cb65f9dabab58e1dd6bb39a87cf520a','',543,0,'2013-11-16 08:00:00',13646,NULL),(14818,9,'','',530,0,'2013-11-16 17:16:49',13647,NULL),(14819,134,'MANY,MANY,NOT SEEN,PRESENT (++),,f803a919dd8d93637392e1322c5dafe8fc95afe0','',543,0,'2013-11-16 08:00:00',13648,NULL),(14820,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,AMORPHOUS PHOSPHATE (++),NOT SEE,,,,,,,,,,,N,NOT SEEN,f803a919dd8d93637392e13','',543,0,'2013-11-16 08:00:00',13650,NULL),(14821,22,'5,cdccecfade5d6af2f8d0c8470610b8d2b52bf769','',550,0,'2013-11-16 08:00:00',13651,NULL),(14822,9,'','',530,0,'2013-11-16 17:34:16',13651,NULL),(14823,2,'','',530,0,'2013-11-16 17:34:16',13653,NULL),(14824,208,'6.0,cdccecfade5d6af2f8d0c8470610b8d2b52bf769','',534,0,'2013-11-26 08:00:00',13653,NULL),(14825,109,'NEGATIVE,cdccecfade5d6af2f8d0c8470610b8d2b52bf769','',550,0,'2013-11-16 08:00:00',13653,NULL),(14826,65,'','',530,0,'2013-11-16 17:34:16',13653,NULL),(14827,11,'18,[$]14[/$],[$]1.3[/$],1.34,,,af4c1a0e13f3d6ee901a16e56aa77d4858e8764e','',541,0,'2013-11-16 19:47:54',13654,NULL),(14828,22,'5,02f5c62de602544c187870375c0fb02a4603120e','',541,0,'2013-11-16 08:00:00',13655,NULL),(14829,9,'','',530,0,'2013-11-16 17:51:26',13655,NULL),(14830,19,'NEGATIVE,,02f5c62de602544c187870375c0fb02a4603120e','',541,0,'2013-11-16 08:00:00',13655,NULL),(14831,9,'','',530,0,'2013-11-16 17:54:29',13656,NULL),(14832,19,'NEGATIVE,,2c9da2247c685eb45e67cda3b1cba7861a744224','',541,0,'2013-11-16 08:00:00',13656,NULL),(14833,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2c9da2247c685eb45e67cda3b1cba7861a744224','',541,0,'2013-11-16 08:00:00',13656,NULL),(14834,9,'','',530,0,'2013-11-16 17:58:19',13657,NULL),(14835,19,'NEGATIVE,,89d5f9ecf0dd1516b762a7dd73afaa3e37cee6ea','',541,0,'2013-11-16 08:00:00',13657,NULL),(14836,18,'[$]NO MALARIA PARASITE SEEN[/$],-,89d5f9ecf0dd1516b762a7dd73afaa3e37cee6ea','',541,0,'2013-11-16 08:00:00',13657,NULL),(14837,36,'No Significant Bacteria Growth,##,##,,89d5f9ecf0dd1516b762a7dd73afaa3e37cee6ea','',535,504,'2013-11-17 08:00:00',13659,'2013-11-17 18:19:35'),(14838,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,CALCIUM OXALATE (++),NOT S,,,,,,,,,,,EEN,NOT SEEN,89d5f9ecf0dd1516b762a','',543,0,'2013-11-16 08:00:00',13659,NULL),(14839,9,'','',530,0,'2013-11-16 18:25:30',13660,NULL),(14840,19,'NEGATIVE,,0c61437cbb397f0112d8510f42b4f83162c22bfb','',550,0,'2013-11-16 08:00:00',13660,NULL),(14841,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0c61437cbb397f0112d8510f42b4f83162c22bfb','',550,0,'2013-11-16 08:00:00',13660,NULL),(14842,35,'HAZY,LIGHT AMBER,6.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,6,0,NOT SEEN,NOT S,,,,,,,,,,,EEN,NOT SEEN,0c61437cbb397f0112d85',', ',543,0,'2013-11-16 08:00:00',13662,NULL),(14843,68,'7.0,-,-,,a6ff73bcb22e9ad374e91c23902445126ad46c28','',537,0,'2013-11-18 08:00:00',13663,NULL),(14844,9,'','',530,0,'2013-11-16 18:32:21',13663,NULL),(14845,92,'2.4,a6ff73bcb22e9ad374e91c23902445126ad46c28','',537,0,'2013-11-18 08:00:00',13665,NULL),(14846,57,'','',530,0,'2013-11-16 18:53:29',13666,NULL),(14847,133,'','',530,0,'2013-11-16 18:53:29',13666,NULL),(14848,56,'','',530,0,'2013-11-16 18:53:29',13666,NULL),(14849,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,1f9afcc3152f08f22085bfcc460d0d9c97','',543,0,'2013-11-16 08:00:00',13667,NULL),(14850,22,'21,8022d8607b53cd24c8e20215e5ccd6b6fefbbd7a','',555,0,'2013-11-17 08:00:00',13668,NULL),(14851,9,'','',530,0,'2013-11-16 19:19:13',13668,NULL),(14852,70,'5.1,,8022d8607b53cd24c8e20215e5ccd6b6fefbbd7a','',555,0,'2013-11-17 08:00:00',13668,NULL),(14853,57,'','',530,0,'2013-11-16 19:19:13',13670,NULL),(14854,131,'','',530,0,'2013-11-16 19:19:13',13670,NULL),(14855,132,'','',530,0,'2013-11-16 19:19:13',13670,NULL),(14856,56,'','',530,0,'2013-11-16 19:19:13',13670,NULL),(14857,9,'','',530,0,'2013-11-16 19:25:20',13671,NULL),(14858,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3e466d56336c9a6feb03d64162ff2956dfa25abb','',550,0,'2013-11-16 08:00:00',13671,NULL),(14859,35,'HAZY,LIGHT AMBER,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,14,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,3e466d56336c9a6feb03d64162ff2956df',', ',543,0,'2013-11-16 08:00:00',13673,NULL),(14860,36,'No Bacteria Growth,##,##,,4027f1b08686bb57cb2c74b5b12e58e5b2149826','',535,0,'2013-11-17 08:00:00',13674,NULL),(14861,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,4027f1b08686bb57cb2c74b5b12e58e5b2','',543,0,'2013-11-16 08:00:00',13674,NULL),(14862,9,'','',530,0,'2013-11-16 19:28:12',13675,NULL),(14863,68,'','',530,0,'2013-11-16 19:44:12',13676,NULL),(14864,9,'','',530,0,'2013-11-16 19:44:12',13676,NULL),(14865,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9bf2ecdbfade473e3557e46c3a5bd0ad2df2a758','',550,0,'2013-11-16 08:00:00',13676,NULL),(14866,132,'','',530,0,'2013-11-16 19:44:12',13678,NULL),(14867,108,'','',530,0,'2013-11-16 19:44:12',13678,NULL),(14868,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9bf2ecdbfade473e3557e46c3a5bd0ad2df2a758','',555,0,'2013-11-17 08:00:00',13681,NULL),(14869,3,'1.9,0.9,1.0,063b0e2dc1647ed4f068c9105c3572a772272b23','',534,0,'2013-11-20 08:00:00',13682,NULL),(14870,9,'','',530,0,'2013-11-16 20:06:29',13683,NULL),(14871,19,'NEGATIVE,,73832dae98f5e95d0e8a4b0eaffb94154e3c0ddb','',555,0,'2013-11-17 08:00:00',13683,NULL),(14872,18,'[$]NO MALARIA PARASITES SEEN[/$],-,73832dae98f5e95d0e8a4b0eaffb94154e3c0ddb','',555,0,'2013-11-17 08:00:00',13683,NULL),(14873,20,'POSITIVE,73832dae98f5e95d0e8a4b0eaffb94154e3c0ddb','',555,0,'2013-11-17 08:00:00',13683,NULL),(14874,107,'1/20,1/20,73832dae98f5e95d0e8a4b0eaffb94154e3c0ddb','',555,0,'2013-11-17 08:00:00',13685,NULL),(14875,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,73832dae98f5e95d0e8a4b0eaffb94154e3',', ',535,0,'2013-11-17 08:00:00',13688,NULL),(14876,9,'','',530,0,'2013-11-16 20:10:35',13689,NULL),(14877,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3fc71c12e0b5ea5b58d907eb9e7241699d0503a4','',550,0,'2013-11-16 08:00:00',13689,NULL),(14878,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,3fc71c12e0b5ea5b58d907eb9e7241699d0','',543,0,'2013-11-16 08:00:00',13690,NULL),(14879,107,'1/20,1/20,3fc71c12e0b5ea5b58d907eb9e7241699d0503a4','',550,0,'2013-11-16 08:00:00',13692,NULL),(14880,22,'33,ae98281a920cbcc32fca9d56c472d414f9f9276b','',550,0,'2013-11-16 08:00:00',13693,NULL),(14881,9,'','',530,0,'2013-11-16 20:19:03',13693,NULL),(14882,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,ae98281a920cbcc32fca9d56c472d414f9f9276b','',534,0,'2013-11-19 08:00:00',13695,NULL),(14883,9,'','',530,0,'2013-11-16 20:21:47',13696,NULL),(14884,19,'NEGATIVE,,7fabe08b605800b46b09c4b99b9c29abb7110f86','',550,0,'2013-11-16 08:00:00',13696,NULL),(14885,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7fabe08b605800b46b09c4b99b9c29abb7110f86','',543,0,'2013-11-16 08:00:00',13698,NULL),(14886,9,'','',530,0,'2013-11-16 20:52:01',13699,NULL),(14887,18,'[$]NO MALARIA PARASITES SEEN[/$],-,78b624dd4a28e3b046af959e70ef7f03818bb579','',550,0,'2013-11-16 08:00:00',13699,NULL),(14888,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,78b624dd4a28e3b046af959e70ef7f03818bb579','',543,0,'2013-11-16 08:00:00',13701,NULL),(14889,16,'NEGATIVE,78b624dd4a28e3b046af959e70ef7f03818bb579','',550,0,'2013-11-16 08:00:00',13704,NULL),(14890,107,'1/20,1/20,78b624dd4a28e3b046af959e70ef7f03818bb579','',550,0,'2013-11-16 08:00:00',13704,NULL),(14891,14,'POSITIVE,78b624dd4a28e3b046af959e70ef7f03818bb579','',543,0,'2013-11-16 08:00:00',13708,NULL),(14892,57,'','',530,0,'2013-11-16 20:56:37',13709,NULL),(14893,133,'','',530,0,'2013-11-16 20:56:37',13709,NULL),(14894,56,'','',530,0,'2013-11-16 20:56:37',13709,NULL),(14895,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,7114fce1b4e0bc5bd23b192b021ce7252fd','',543,0,'2013-11-16 08:00:00',13711,NULL),(14896,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,945852ee9743938f54f80c8e12180980cfaa6033','',543,0,'2013-11-16 08:00:00',13712,NULL),(14897,22,'5,a9a711adbad8c29e10783c1a18907cb07a2cbc8e','',550,0,'2013-11-16 08:00:00',13713,NULL),(14898,9,'','',530,0,'2013-11-16 21:04:18',13713,NULL),(14899,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a9a711adbad8c29e10783c1a18907cb07a2cbc8e','',550,0,'2013-11-16 08:00:00',13713,NULL),(14900,57,'','',530,0,'2013-11-16 21:04:18',13715,NULL),(14901,133,'','',530,0,'2013-11-16 21:04:18',13715,NULL),(14902,3,'3.4,1.3,1.9,a9a711adbad8c29e10783c1a18907cb07a2cbc8e','',534,0,'2013-11-20 08:00:00',13715,NULL),(14903,56,'','',530,0,'2013-11-16 21:04:18',13715,NULL),(14904,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a9a711adbad8c29e10783c1a18907cb07a2cbc8e','',543,0,'2013-11-16 08:00:00',13718,NULL),(14905,9,'','',530,0,'2013-11-16 21:09:35',13719,NULL),(14906,57,'','',530,0,'2013-11-16 21:26:41',13720,NULL),(14907,133,'','',530,0,'2013-11-16 21:26:41',13720,NULL),(14908,132,'','',530,0,'2013-11-16 21:26:41',13720,NULL),(14909,56,'','',530,0,'2013-11-16 21:26:41',13720,NULL),(14910,82,'','',530,0,'2013-11-16 21:26:41',13722,NULL),(14911,9,'','',530,0,'2013-11-16 21:26:42',13725,NULL),(14912,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e47ae47672cb389e1c14b210b87022be04665932','',537,0,'2013-11-19 08:00:00',13729,NULL),(14913,9,'','',530,0,'2013-11-16 21:37:37',13730,NULL),(14914,18,'[$]NO MALARIA PARASITES SEEN[/$],-,15f0431c9fe96c86eacc87e6a19961d54d35df63','',550,0,'2013-11-16 08:00:00',13730,NULL),(14915,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,15f0431c9fe96c86eacc87e6a19961d54d3','',543,0,'2013-11-16 08:00:00',13732,NULL),(14916,92,'10.5,2cd5d5e1a661358fde1e409ff90d35dfbbc49203','',537,0,'2013-11-18 08:00:00',13733,NULL),(14917,9,'','',530,0,'2013-11-16 21:45:53',13734,NULL),(14918,19,'NEGATIVE,,4896ccf26b73b1bfdb73e53ac836b26daddd89ac','',550,0,'2013-11-16 08:00:00',13734,NULL),(14919,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4896ccf26b73b1bfdb73e53ac836b26daddd89ac','',550,0,'2013-11-16 08:00:00',13734,NULL),(14920,107,'1/20,1/160,4896ccf26b73b1bfdb73e53ac836b26daddd89ac','',550,0,'2013-11-16 08:00:00',13736,NULL),(14921,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,4896ccf26b73b1bfdb73e53ac836b26dad',', ',550,0,'2013-11-16 08:00:00',13739,NULL),(14922,9,'','',530,0,'2013-11-16 21:51:50',13740,NULL),(14923,28,'POSITIVE,[$]AS[/$],,a2226332aa72f142fe95a15971e87e6297f49d86','',552,0,'2013-11-18 08:00:00',13740,NULL),(14924,27,'NON-REACTIVE,-,NEGATIVE,,a2226332aa72f142fe95a15971e87e6297f49d86','',541,0,'2013-11-16 08:00:00',13740,NULL),(14925,20,'POSITIVE,a2226332aa72f142fe95a15971e87e6297f49d86','',541,0,'2013-11-16 08:00:00',13740,NULL),(14926,117,'NEGATIVE,a2226332aa72f142fe95a15971e87e6297f49d86','',541,0,'2013-11-16 08:00:00',13742,NULL),(14927,92,'56.0,f23554ac87d36ccb598966d55fcfac9a1b5052f8','',537,0,'2013-11-18 08:00:00',13743,NULL),(14928,16,'NEGATIVE,fa7d1684124724cc84b15649646437ca3c250a61','',550,0,'2013-11-16 08:00:00',13744,NULL),(14929,107,'1/20,1/40,9bf2ecdbfade473e3557e46c3a5bd0ad2df2a758','',550,0,'2013-11-16 08:00:00',13745,NULL),(14930,9,'','',530,0,'2013-11-16 22:25:23',13746,NULL),(14931,57,'','',530,0,'2013-11-16 22:25:24',13748,NULL),(14932,133,'','',530,0,'2013-11-16 22:25:24',13748,NULL),(14933,112,'POSITIVE,,4e7502bd428a161642ab85ef4ebbd38e61c7f189','',541,0,'2013-11-16 08:00:00',13748,NULL),(14934,117,'NEGATIVE,4e7502bd428a161642ab85ef4ebbd38e61c7f189','',541,0,'2013-11-16 08:00:00',13748,NULL),(14935,131,'','',530,0,'2013-11-16 22:25:24',13748,NULL),(14936,56,'','',530,0,'2013-11-16 22:25:24',13748,NULL),(14937,21,'O,POSITIVE,0d0c51f9c6cb02b974fa627fe96c276ed639e642','',541,0,'2013-11-16 08:00:00',13749,NULL),(14938,9,'','',530,0,'2013-11-16 23:09:20',13749,NULL),(14939,20,'NEGATIVE,0d0c51f9c6cb02b974fa627fe96c276ed639e642','',541,0,'2013-11-16 08:00:00',13749,NULL),(14940,117,'NEGATIVE,0d0c51f9c6cb02b974fa627fe96c276ed639e642','',541,0,'2013-11-16 08:00:00',13751,NULL),(14941,27,'NON-REACTIVE,-,NEGATIVE,,0d0c51f9c6cb02b974fa627fe96c276ed639e642','',541,0,'2013-11-16 08:00:00',13751,NULL),(14942,9,'','',530,0,'2013-11-16 23:14:24',13752,NULL),(14943,18,'[$]NO MALARIA PARASITES SEEN[/$],-,17f48a4072cfd50a39c1a7af17ab10c890e749a6','',550,0,'2013-11-16 08:00:00',13752,NULL),(14944,21,'O,POSITIVE,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',552,0,'2013-11-18 08:00:00',13753,NULL),(14945,9,'','',530,0,'2013-11-16 23:33:05',13753,NULL),(14946,25,'NO DEFECT,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',552,0,'2013-11-18 08:00:00',13753,NULL),(14947,27,'NON-REACTIVE,-,NEGATIVE,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',552,0,'2013-11-18 08:00:00',13753,NULL),(14948,20,'NEGATIVE,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',552,0,'2013-11-18 08:00:00',13753,NULL),(14949,112,'NEGATIVE,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',552,0,'2013-11-18 08:00:00',13755,NULL),(14950,108,'NON - REACTIVE,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',552,0,'2013-11-18 08:00:00',13755,NULL),(14951,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',555,0,'2013-11-18 08:00:00',13758,NULL),(14952,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,caf31cfa7b3b9eded03b5cc7f8ec38d81b',' ',555,0,'2013-11-18 08:00:00',13762,NULL),(14953,21,'O,POSITIVE,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13763,NULL),(14954,9,'','',530,0,'2013-11-16 23:45:47',13763,NULL),(14955,25,'NO DEFECT,,478877f1b72e37d4fe7e3b1157d31182c29690a8','',552,0,'2013-11-18 08:00:00',13763,NULL),(14956,19,'NEGATIVE,,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13763,NULL),(14957,18,'[$]NO MALARIA PARASITE SEEN[/$],-,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13763,NULL),(14958,20,'NEGATIVE,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13763,NULL),(14959,112,'NEGATIVE,,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13765,NULL),(14960,27,'NON-REACTIVE,-,NEGATIVE,,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13765,NULL),(14961,108,'NON - REACTIVE,478877f1b72e37d4fe7e3b1157d31182c29690a8','',541,0,'2013-11-16 08:00:00',13765,NULL),(14962,71,'POSITIVE,,478877f1b72e37d4fe7e3b1157d31182c29690a8','',543,0,'2013-11-16 08:00:00',13768,NULL),(14963,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,>30,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,478877f1b72e37d4fe7e3b1157d31182c29690a8',', ',543,0,'2013-11-16 08:00:00',13768,NULL),(14964,9,'','',530,0,'2013-11-16 23:54:31',13769,NULL),(14965,9,'','',530,0,'2013-11-16 23:58:33',13770,NULL),(14966,19,'NEGATIVE,,b7ffeff27c113d7eb5deb7126a434cc33872863a','',541,0,'2013-11-16 08:00:00',13770,NULL),(14967,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b7ffeff27c113d7eb5deb7126a434cc33872863a','',541,0,'2013-11-16 08:00:00',13770,NULL),(14968,70,'6.1,,b7ffeff27c113d7eb5deb7126a434cc33872863a','',541,0,'2013-11-16 08:00:00',13770,NULL),(14969,107,'1/20,1/20,b7ffeff27c113d7eb5deb7126a434cc33872863a','',541,0,'2013-11-16 08:00:00',13772,NULL),(14970,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b7ffeff27c113d7eb5deb7126a434cc33872863a',', ',543,0,'2013-11-16 08:00:00',13775,NULL),(14971,9,'','',530,0,'2013-11-17 00:41:56',13776,NULL),(14972,16,'NEGATIVE,3fc8e6e34bc9e65e3b29c0a6f24ca11e1d668ea7','',541,0,'2013-11-16 08:00:00',13778,NULL),(14973,14,'','',530,0,'2013-11-17 00:41:56',13781,NULL),(14974,9,'','',530,0,'2013-11-17 00:52:40',13782,NULL),(14975,19,'NEGATIVE,,c61882b57e74cbbe0771668cf04e4880f5923833','',550,0,'2013-11-16 08:00:00',13782,NULL),(14976,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c61882b57e74cbbe0771668cf04e4880f5923833','',543,0,'2013-11-16 08:00:00',13784,NULL),(14977,9,'','',530,0,'2013-11-17 00:55:57',13785,NULL),(14978,70,'','',530,0,'2013-11-17 00:55:57',13785,NULL),(14979,9,'','',530,0,'2013-11-17 01:09:29',13786,NULL),(14980,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3820fbff894735e1149d56d041ecc7856a2bb390','',550,0,'2013-11-16 08:00:00',13786,NULL),(14981,71,'NEGATIVE,,3820fbff894735e1149d56d041ecc7856a2bb390','',543,0,'2013-11-16 08:00:00',13788,NULL),(14982,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3820fbff894735e1149d56d041ecc7856a2bb390',', ',543,0,'2013-11-16 08:00:00',13788,NULL),(14983,9,'','',530,0,'2013-11-17 01:24:07',13789,NULL),(14984,9,'','',530,0,'2013-11-17 01:29:21',13790,NULL),(14985,19,'NEGATIVE,,ab9b99c678dd6a9cc3ddfba8d85af767d53b2d58','',550,0,'2013-11-16 08:00:00',13790,NULL),(14986,9,'','',530,0,'2013-11-17 01:31:39',13791,NULL),(14987,19,'NEGATIVE,,c7264f2a0b3566c49e3de8e93c493165c0cb1d6c','',550,0,'2013-11-16 08:00:00',13791,NULL),(14988,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c7264f2a0b3566c49e3de8e93c493165c0cb1d6c','',550,0,'2013-11-16 08:00:00',13791,NULL),(14989,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c7264f2a0b3566c49e3de8e93c493165c0cb1d6c',', ',543,0,'2013-11-16 08:00:00',13793,NULL),(14990,9,'','',530,0,'2013-11-17 02:13:10',13794,NULL),(14991,19,'POSITIVE,,ae15044f0eafb8d00a5d99834fe5a9cff3926037','',550,0,'2013-11-16 08:00:00',13794,NULL),(14992,18,'','',530,0,'2013-11-17 02:13:10',13794,NULL),(14993,131,'','',530,0,'2013-11-17 02:14:19',13795,NULL),(14994,36,'No Bacteria Growth,##,##,,ae15044f0eafb8d00a5d99834fe5a9cff3926037','',535,0,'2013-11-17 08:00:00',13797,NULL),(14995,35,'HAZY,AMBER,6.0,1.020,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,4,>30,NOT SEEN,NOT SEE,,,,,,,,,,,N,NOT SEEN,ae15044f0eafb8d00a5d998',', ',543,0,'2013-11-16 08:00:00',13797,NULL),(14996,135,'[$][/$],##,##,,aa29eae6879bebb5b3bc77a21a256fd3ddfa29bd','',543,0,'2013-11-16 08:00:00',13798,NULL),(14997,134,'FEW,MANY,NOT SEEN,PRESENT (++),,aa29eae6879bebb5b3bc77a21a256fd3ddfa29bd','',543,0,'2013-11-16 08:00:00',13798,NULL),(14998,16,'NEGATIVE,ef22934eeaf1bf9e0b9ab15bcb21e715ad0e57ef','',550,0,'2013-11-16 08:00:00',13799,NULL),(14999,14,'NEGATIVE,ef22934eeaf1bf9e0b9ab15bcb21e715ad0e57ef','',535,0,'2013-11-17 08:00:00',13801,NULL),(15000,22,'32,0c7784b76703af6087d8b608419d3a7cec6bd7fd','',557,0,'2013-11-16 08:00:00',13802,NULL),(15001,9,'','',530,0,'2013-11-17 03:10:01',13802,NULL),(15002,19,'NEGATIVE,,0c7784b76703af6087d8b608419d3a7cec6bd7fd','',557,0,'2013-11-16 08:00:00',13802,NULL),(15003,36,'','',530,0,'2013-11-17 03:10:02',13804,NULL),(15004,71,'NEGATIVE,,0c7784b76703af6087d8b608419d3a7cec6bd7fd','',543,0,'2013-11-16 08:00:00',13804,NULL),(15005,35,'HAZY,LIGHT AMBER,6.0,1.030,POSITIVE (++),NEGATIVE,POSITIVE (++),POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,12,26,NO,,,,,,,,,,,,,,T SEEN,NOT SEEN,NOT SEEN,0c7784b',', ',543,0,'2013-11-16 08:00:00',13804,NULL),(15006,39,'','',530,0,'2013-11-17 03:10:02',13807,NULL),(15007,9,'','',558,0,'2013-11-17 03:21:32',13808,NULL),(15008,19,'NEGATIVE,,1dbec3bf32840f88240142368d79f09b8ed01759','',557,0,'2013-11-16 08:00:00',13808,NULL),(15009,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1dbec3bf32840f88240142368d79f09b8ed01759','',557,0,'2013-11-16 08:00:00',13808,NULL),(15010,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,CALCIUM OXALATE (++),NOT S,,,,,,,,,,,EEN,NOT SEEN,1dbec3bf32840f8824014',', ',557,0,'2013-11-16 08:00:00',13810,NULL),(15011,112,'NEGATIVE,,3820fbff894735e1149d56d041ecc7856a2bb390','',557,0,'2013-11-16 08:00:00',13811,NULL),(15012,117,'NEGATIVE,3820fbff894735e1149d56d041ecc7856a2bb390','',557,0,'2013-11-16 08:00:00',13811,NULL),(15013,107,'1/80,1/20,3820fbff894735e1149d56d041ecc7856a2bb390','',557,0,'2013-11-16 08:00:00',13811,NULL),(15014,37,'BROWN,SEMI FORMED,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6e672e31a0ea35842d3dd9ba68b84b9a76294fbb','YEAST LIKE CELL PRESENT(++)',557,0,'2013-11-16 08:00:00',13812,NULL),(15015,22,'45,ae15044f0eafb8d00a5d99834fe5a9cff3926037','',550,0,'2013-11-16 08:00:00',13813,NULL),(15016,9,'9.4,4.90,10.6,32.8,66.9,21.6,32.3,405,31.8,9.4,56.8,3.0,1.0,8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f','',557,0,'2013-11-16 08:00:00',13814,NULL),(15017,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f','',557,0,'2013-11-16 08:00:00',13814,NULL),(15018,107,'1/20,1/20,8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f','',557,0,'2013-11-16 08:00:00',13816,NULL),(15019,35,'HAZY,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,12,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8c8fe0b6b7a5d2dd2e5dfb27f6862557ed935b8f',', ',557,0,'2013-11-16 08:00:00',13819,NULL),(15020,18,'[$]MALARIA PARASITE PRESENT(+)[/$],TROPHOZOITES,ae15044f0eafb8d00a5d99834fe5a9cff3926037','',557,0,'2013-11-16 08:00:00',13820,NULL),(15021,222,'7.4,4.47,12.0,35.4,79.2,26.8,33.9,191,50.6,21.4,28.0,3.7,1.6,2.1,14.6,8.3,,757090cc4c2cc10f80c4e01da81ad5c1544ba2ce','',557,0,'2013-11-16 08:00:00',13821,NULL),(15022,18,'[$]MALARIA PARASITES PRESENT(+)[/$],TROPHOZOITES,757090cc4c2cc10f80c4e01da81ad5c1544ba2ce','',557,0,'2013-11-16 08:00:00',13821,NULL),(15023,107,'1/20,1/20,757090cc4c2cc10f80c4e01da81ad5c1544ba2ce','',557,0,'2013-11-16 08:00:00',13823,NULL),(15024,222,'9.0,4.56,14.6,40.5,88.8,32.0,36.0,224,18.7,11.2,70.1,1.7,1.0,6.3,12.8,9.4,,61960ca7691d88889925d1d86ae00878006b4e8e','',557,0,'2013-11-16 08:00:00',13824,NULL),(15025,19,'NEGATIVE,,61960ca7691d88889925d1d86ae00878006b4e8e','',557,0,'2013-11-16 08:00:00',13824,NULL),(15026,18,'[$]NO MALARIA PARASITES SEEN[/$],-,61960ca7691d88889925d1d86ae00878006b4e8e','',557,0,'2013-11-16 08:00:00',13824,NULL),(15027,222,'','',558,0,'2013-11-17 06:28:14',13825,NULL),(15028,19,'','',558,0,'2013-11-17 06:28:14',13825,NULL),(15029,18,'','',558,0,'2013-11-17 06:28:14',13825,NULL),(15030,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e531d018f72a1443015f3410ec4390b640ac70de',', ',557,0,'2013-11-16 08:00:00',13827,NULL),(15031,222,'6.5,4.86,14.1,42.9,88.3,29.0,32.9,191,46.1,8.4,45.5,3.0,0.5,3.0,13.5,11.0,,5d9f1e4c734119156de341431b77416e0c006687','',557,0,'2013-11-17 08:00:00',13828,NULL),(15032,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5d9f1e4c734119156de341431b77416e0c006687',', ',557,0,'2013-11-17 08:00:00',13830,NULL),(15033,70,'','',558,0,'2013-11-17 09:01:23',13831,NULL),(15034,222,'5.5,4.27,12.2,36.9,86.4,28.6,33.1,356,44.8,10.0,45.2,2.5,0.6,2.4,13.0,8.9,,01370d0c1b7d80b8c6c9411092f524163d16676d','',557,0,'2013-11-17 08:00:00',13832,NULL),(15035,19,'NEGATIVE,,01370d0c1b7d80b8c6c9411092f524163d16676d','',557,0,'2013-11-17 08:00:00',13832,NULL),(15036,18,'[$]NO MALARIA PARASITES SEEN[/$],-,01370d0c1b7d80b8c6c9411092f524163d16676d','',557,0,'2013-11-17 08:00:00',13832,NULL),(15037,107,'1/80,1/40,01370d0c1b7d80b8c6c9411092f524163d16676d','',557,0,'2013-11-17 08:00:00',13834,NULL),(15038,35,'HAZY,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,01370d0c1b7d80b8c6c9411092f524163d',', ',557,0,'2013-11-17 08:00:00',13837,NULL),(15039,21,'B,POSITIVE,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13838,NULL),(15040,25,'NO DEFECT,,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13838,NULL),(15041,20,'NEGATIVE,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13838,NULL),(15042,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f73853bdd363a7e372ac30933b65f8d5043b3096',', ',535,0,'2013-11-17 08:00:00',13840,NULL),(15043,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13843,NULL),(15044,112,'NEGATIVE,,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13847,NULL),(15045,27,'NON-REACTIVE,-,NEGATIVE,,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13847,NULL),(15046,108,'NON - REACTIVE,f73853bdd363a7e372ac30933b65f8d5043b3096','',555,0,'2013-11-17 08:00:00',13847,NULL),(15047,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,4,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,NOT SEEN,5c0b4d28baf13c5d5756133e','',555,0,'2013-11-17 08:00:00',13848,NULL),(15048,68,'9.9,POSITIVE (+),NEGATIVE,,5c0b4d28baf13c5d5756133e7630e30ef69a6782','',555,0,'2013-11-17 08:00:00',13850,NULL),(15049,57,'','',558,0,'2013-11-17 14:53:52',13851,NULL),(15050,132,'','',558,0,'2013-11-17 14:53:52',13851,NULL),(15051,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,00d8351a701e8e93f175670b4cf3f71e95',', ',535,0,'2013-11-17 08:00:00',13853,NULL),(15052,68,'','',558,0,'2013-11-17 14:53:52',13856,NULL),(15053,68,'','',558,0,'2013-11-17 14:57:48',13857,NULL),(15054,222,'','',558,0,'2013-11-17 14:57:48',13857,NULL),(15055,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,26cf5d7713f55a95eb4c4143e0f7febc0aec58b6',', ',535,0,'2013-11-17 08:00:00',13859,NULL),(15056,211,'','',558,0,'2013-11-17 14:57:49',13862,NULL),(15057,60,'','',558,0,'2013-11-17 14:57:49',13862,NULL),(15058,57,'','',558,0,'2013-11-17 14:57:49',13862,NULL),(15059,133,'','',558,0,'2013-11-17 14:57:49',13862,NULL),(15060,132,'','',558,0,'2013-11-17 14:57:49',13862,NULL),(15061,56,'','',558,0,'2013-11-17 14:57:49',13862,NULL),(15062,222,'','',558,0,'2013-11-17 15:07:04',13863,NULL),(15063,19,'NEGATIVE,,2ccbe5da2bcd135b7f20b7892da6e6f22beba5ff','',555,0,'2013-11-17 08:00:00',13863,NULL),(15064,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2ccbe5da2bcd135b7f20b7892da6e6f22beba5ff','',555,0,'2013-11-17 08:00:00',13863,NULL),(15065,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,N,,,,,,,,OT SEEN,2ccbe5da2bcd135b7f20b7892da6','',555,0,'2013-11-17 08:00:00',13865,NULL),(15066,222,'','',558,0,'2013-11-17 15:09:27',13866,NULL),(15067,19,'NEGATIVE,,f50bae980b67b2cee7b601d1084945e9e7942ccb','',555,0,'2013-11-17 08:00:00',13866,NULL),(15068,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f50bae980b67b2cee7b601d1084945e9e7942ccb','',555,0,'2013-11-17 08:00:00',13866,NULL),(15069,9,'','',530,0,'2013-11-17 15:53:16',13867,NULL),(15070,18,'[$]NO MALARIA PARASITES SEEN[/$],-,35a8cc3c49e17c018a07c5b9b8610e1932b475a2','',555,0,'2013-11-17 08:00:00',13867,NULL),(15071,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,35a8cc3c49e17c018a07c5b9b8610e1932b475a2','',555,0,'2013-11-17 08:00:00',13869,NULL),(15072,55,'','',530,0,'2013-11-17 15:56:05',13870,NULL),(15073,52,'','',530,0,'2013-11-17 15:56:05',13870,NULL),(15074,53,'','',530,0,'2013-11-17 15:56:05',13870,NULL),(15075,47,'','',530,0,'2013-11-17 15:56:05',13870,NULL),(15076,54,'','',530,0,'2013-11-17 15:56:05',13870,NULL),(15077,46,'','',530,0,'2013-11-17 15:56:05',13870,NULL),(15078,68,'5.6,NEGATIVE,NEGATIVE,,60e5436d764bc8118e5660d65a8bd9b18d98c609','NON DIABETIC, ',555,0,'2013-11-17 08:00:00',13871,NULL),(15079,9,'','',530,0,'2013-11-17 16:01:23',13871,NULL),(15080,19,'NEGATIVE,,60e5436d764bc8118e5660d65a8bd9b18d98c609','',555,0,'2013-11-17 08:00:00',13871,NULL),(15081,18,'[$]NO MALARIA PARASITES SEEN[/$],-,60e5436d764bc8118e5660d65a8bd9b18d98c609','',555,0,'2013-11-17 08:00:00',13871,NULL),(15082,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,6,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,60e5436d764bc8118e5660d65a8bd9b18d98c609','',555,0,'2013-11-17 08:00:00',13873,NULL),(15083,57,'','',530,0,'2013-11-17 16:01:24',13876,NULL),(15084,131,'','',530,0,'2013-11-17 16:01:24',13876,NULL),(15085,132,'','',530,0,'2013-11-17 16:01:24',13876,NULL),(15086,56,'','',530,0,'2013-11-17 16:01:24',13876,NULL),(15087,68,'5.0,NEGATIVE,NEGATIVE,,1a8821ccb8ef2cf4328d9a78c2f6937dca0cd8e6','NON DIABETIC, ',555,0,'2013-11-17 08:00:00',13877,NULL),(15088,9,'','',530,0,'2013-11-17 16:37:23',13877,NULL),(15089,19,'NEGATIVE,,1a8821ccb8ef2cf4328d9a78c2f6937dca0cd8e6','',555,0,'2013-11-17 08:00:00',13877,NULL),(15090,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,1a8821ccb8ef2cf4328d9a78c2f693',', ',535,0,'2013-11-17 08:00:00',13879,NULL),(15091,57,'','',530,0,'2013-11-17 16:53:39',13880,NULL),(15092,133,'','',530,0,'2013-11-17 16:53:39',13880,NULL),(15093,132,'','',530,0,'2013-11-17 16:53:39',13880,NULL),(15094,56,'','',530,0,'2013-11-17 16:53:39',13880,NULL),(15095,82,'','',530,0,'2013-11-17 16:53:40',13882,NULL),(15096,9,'','',530,0,'2013-11-17 16:57:01',13883,NULL),(15097,36,'No Bacteria Growth,##,##,,9bce89a03c8b024ad5f13a209bf982bb9419000a','',534,0,'2013-11-19 08:00:00',13885,NULL),(15098,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,10,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,9bce89a03c8b024ad5f13a209bf982bb9',', ',535,0,'2013-11-17 08:00:00',13885,NULL),(15099,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9bce89a03c8b024ad5f13a209bf982bb9419000a','',535,0,'2013-11-17 08:00:00',13888,NULL),(15100,9,'','',530,0,'2013-11-17 17:04:53',13889,NULL),(15101,19,'NEGATIVE,,8429179cee101050366a2dd02efad0b5a76c6298','',555,0,'2013-11-17 08:00:00',13889,NULL),(15102,9,'','',530,0,'2013-11-17 17:09:58',13890,NULL),(15103,22,'7,5b635341c3dc66c60e4fad306ac297a844aa6f92','',535,0,'2013-11-17 08:00:00',13891,NULL),(15104,9,'','',530,0,'2013-11-17 17:14:31',13891,NULL),(15105,9,'','',530,0,'2013-11-17 17:53:07',13892,NULL),(15106,19,'NEGATIVE,,43e861d0bcbb296c2fde502f64b666b91dfbb8b9','',555,0,'2013-11-17 08:00:00',13892,NULL),(15107,107,'1/20,1/20,43e861d0bcbb296c2fde502f64b666b91dfbb8b9','',555,0,'2013-11-17 08:00:00',13894,NULL),(15108,107,'1/20,1/20,1a8821ccb8ef2cf4328d9a78c2f6937dca0cd8e6','',555,0,'2013-11-17 08:00:00',13895,NULL),(15109,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9bce89a03c8b024ad5f13a209bf982bb9419000a','',555,0,'2013-11-17 08:00:00',13896,NULL),(15110,9,'','',530,0,'2013-11-17 18:35:00',13897,NULL),(15111,18,'[$]NO MALARIA PARASITES SEEN[/$],-,715b86732118b11b844a16377191359e85082cb1','',555,0,'2013-11-17 08:00:00',13897,NULL),(15112,16,'NEGATIVE,715b86732118b11b844a16377191359e85082cb1','',555,0,'2013-11-17 08:00:00',13899,NULL),(15113,9,'','',530,0,'2013-11-17 18:43:00',13900,NULL),(15114,19,'NEGATIVE,,4904c63b54bf67da3009e83535f38479507668c0','',555,0,'2013-11-17 08:00:00',13900,NULL),(15115,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,4904c63b54bf67da3009e83535f38479507668c0','',555,0,'2013-11-17 08:00:00',13902,NULL),(15116,68,'4.2,-,-,,73832dae98f5e95d0e8a4b0eaffb94154e3c0ddb','NON DIABETIC, ',555,0,'2013-11-17 08:00:00',13903,NULL),(15117,9,'','',530,0,'2013-11-17 19:01:40',13904,NULL),(15118,19,'NEGATIVE,,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',555,0,'2013-11-17 08:00:00',13904,NULL),(15119,18,'[$]NO MALARIA PARASITES SEEN[/$],-,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',555,0,'2013-11-17 08:00:00',13904,NULL),(15120,71,'POSITIVE,,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',535,0,'2013-11-17 08:00:00',13906,NULL),(15121,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',535,0,'2013-11-17 08:00:00',13906,NULL),(15122,9,'','',530,0,'2013-11-17 19:08:20',13907,NULL),(15123,14,'NEGATIVE,dfc7664c5c8abd34a1fcdc7670e8952478ff1203','',555,0,'2013-11-17 08:00:00',13909,NULL),(15124,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,dfc7664c5c8abd34a1fcdc7670e8952478ff1203','',555,0,'2013-11-17 08:00:00',13909,NULL),(15125,16,'POSITIVE,dfc7664c5c8abd34a1fcdc7670e8952478ff1203','',555,0,'2013-11-17 08:00:00',13912,NULL),(15126,71,'NEGATIVE,,b8b05946db991513d317a94663a4e4b5dbdc6f0e','',535,0,'2013-11-17 08:00:00',13913,NULL),(15127,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b8b05946db991513d317a94663a4e4b5dbdc6f0e','',535,0,'2013-11-17 08:00:00',13913,NULL),(15128,9,'','',530,0,'2013-11-17 19:23:15',13914,NULL),(15129,19,'POSITIVE,,8680ad38b9d6af44f3dcc9fd5adbfa6bb928be74','',555,0,'2013-11-17 08:00:00',13914,NULL),(15130,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8680ad38b9d6af44f3dcc9fd5adbfa6bb928be74','',555,0,'2013-11-17 08:00:00',13914,NULL),(15131,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8680ad38b9d6af44f3dcc9fd5adbfa6bb928be74','',555,0,'2013-11-17 08:00:00',13916,NULL),(15132,11,'20.0,[$]14.0[/$],[$]1.4[/$],1.52,REFERENCE : 0.9 - 1.2,f19e534315807438c861bcf83b2fb17512fc2100','',550,0,'2013-11-18 08:00:00',13917,NULL),(15133,92,'2.5,1a8821ccb8ef2cf4328d9a78c2f6937dca0cd8e6','',537,0,'2013-11-18 08:00:00',13918,NULL),(15134,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,,d2d2ec903147483260fe7d8173630101873a3b37','',555,0,'2013-11-17 08:00:00',13919,NULL),(15135,9,'','',530,0,'2013-11-17 19:52:38',13920,NULL),(15136,19,'NEGATIVE,,67ccb3d1ba3e557f4bf07ffac6d543f06fb01ccd','',555,0,'2013-11-17 08:00:00',13920,NULL),(15137,18,'[$]NO MALARIA PARASITES SEEN[/$],-,67ccb3d1ba3e557f4bf07ffac6d543f06fb01ccd','',555,0,'2013-11-17 08:00:00',13920,NULL),(15138,35,'CLEAR,AMBER,6.5,1.020,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,67ccb3d1ba3e557f4bf07ffac6d543f06fb01ccd','',555,0,'2013-11-17 08:00:00',13922,NULL),(15139,9,'','',530,0,'2013-11-17 20:00:06',13923,NULL),(15140,131,'','',530,0,'2013-11-17 20:00:06',13925,NULL),(15141,92,'4.3,5c94d89b64ccfe772ba946d918ce4b3c5d2d573d','',537,0,'2013-11-18 08:00:00',13925,NULL),(15142,22,'8,3f985ae31efca059a990c340a7d82fadf08c6923','',555,0,'2013-11-17 08:00:00',13926,NULL),(15143,9,'','',535,0,'2013-11-17 20:52:55',13926,NULL),(15144,150,'','',535,0,'2013-11-17 20:52:56',13928,NULL),(15145,156,'','',535,0,'2013-11-17 20:52:56',13928,NULL),(15146,22,'','',535,0,'2013-11-17 21:08:05',13929,NULL),(15147,9,'','',535,0,'2013-11-17 21:08:05',13929,NULL),(15148,57,'','',535,0,'2013-11-17 21:08:05',13931,NULL),(15149,133,'','',535,0,'2013-11-17 21:08:05',13931,NULL),(15150,56,'','',535,0,'2013-11-17 21:08:05',13931,NULL),(15151,9,'','',535,0,'2013-11-17 21:18:59',13932,NULL),(15152,19,'NEGATIVE,,504e53d452674278dc3a5a55f54493d8d11d5418','',546,0,'2013-11-17 08:00:00',13932,NULL),(15153,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,504e53d452674278dc3a5a55f54493d8d1','',546,0,'2013-11-17 08:00:00',13934,NULL),(15154,9,'','',535,0,'2013-11-17 21:24:18',13935,NULL),(15155,19,'NEGATIVE,,cc76493a5f8a6d98cd04ff02a3ec5002ac9bce22','',555,0,'2013-11-17 08:00:00',13935,NULL),(15156,18,'[$]NO MALARIA PARASITES SEEN\n[/$],-,cc76493a5f8a6d98cd04ff02a3ec5002ac9bce22','',555,0,'2013-11-17 08:00:00',13935,NULL),(15157,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cc76493a5f8a6d98cd04ff02a3ec5002ac9bce22','',555,0,'2013-11-17 08:00:00',13937,NULL),(15158,14,'NEGATIVE,fac01426cab7878f779567e19d41021188e4caa0','',546,0,'2013-11-17 08:00:00',13938,NULL),(15159,213,'','',555,0,'2013-11-17 21:34:13',13939,NULL),(15160,9,'','',535,0,'2013-11-17 21:34:57',13940,NULL),(15161,9,'','',530,0,'2013-11-17 22:09:35',13941,NULL),(15162,35,'HAZY,LIGHT AMBER,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c6d3c77a3d915fb70757c3384c9ce83ff68d7c6b','',555,0,'2013-11-17 08:00:00',13942,NULL),(15163,27,'NON-REACTIVE,-,NEGATIVE,,c6d3c77a3d915fb70757c3384c9ce83ff68d7c6b','',555,0,'2013-11-17 08:00:00',13944,NULL),(15164,108,'NON - REACTIVE,c6d3c77a3d915fb70757c3384c9ce83ff68d7c6b','',555,0,'2013-11-17 08:00:00',13944,NULL),(15165,19,'NEGATIVE,,1b03f21a3ca8f9b7f5a63b031c7774a84bee1338','',555,0,'2013-11-17 08:00:00',13945,NULL),(15166,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,89640f49487da0f72a3a99b1d7cac9b980f6167d','',555,0,'2013-11-17 08:00:00',13946,NULL),(15167,9,'','',530,0,'2013-11-17 23:09:23',13947,NULL),(15168,19,'NEGATIVE,,c538e043bb06906c1ae00801fc34749565be8d7c','',535,0,'2013-11-17 08:00:00',13947,NULL),(15169,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c538e043bb06906c1ae00801fc34749565be8d7c','',535,0,'2013-11-17 08:00:00',13947,NULL),(15170,92,'4.3,63c533b41d82ba0e5012b1fe598985771b85f5f8','',537,0,'2013-11-18 08:00:00',13948,NULL),(15171,40,'[$]\r\nNO BACTERIA GROWTH\r\n\r\nAFTER 7 DAYS OF INCUBATION [/$],##,##,,93611aef482ac4b4592ef7828ee8c83668a92943','',535,0,'2013-11-17 23:44:00',13949,NULL),(15172,40,'[$]\r\nNO BACTERIA GROWTH\r\n\r\nAFTER 7 DAYS OF INCUBATION [/$],##,##,,40fba26116f3467a250ed6b2cdc2f104e41b2de2','',535,0,'2013-11-17 23:46:35',13950,NULL),(15173,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,324258bddf8b9be9ad3661979de8ad48f8fdc4af','',535,0,'2013-11-17 08:00:00',13951,NULL),(15174,9,'','',530,0,'2013-11-18 00:22:01',13952,NULL),(15175,19,'NEGATIVE,,9c6f49de9b53ecf674cf7d239883304577c3b083','',535,0,'2013-11-17 08:00:00',13952,NULL),(15176,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9c6f49de9b53ecf674cf7d239883304577c3b083','',535,0,'2013-11-17 08:00:00',13952,NULL),(15177,9,'','',530,0,'2013-11-18 00:34:03',13953,NULL),(15178,9,'','',530,0,'2013-11-18 00:47:29',13954,NULL),(15179,19,'NEGATIVE,,c6c1aaaff9d82271bad7fa7f9c63d2894b42bdba','',555,0,'2013-11-17 08:00:00',13954,NULL),(15180,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c6c1aaaff9d82271bad7fa7f9c63d2894b42bdba','',555,0,'2013-11-17 08:00:00',13954,NULL),(15181,107,'1/20,1/20,c6c1aaaff9d82271bad7fa7f9c63d2894b42bdba','',555,0,'2013-11-17 08:00:00',13956,NULL),(15182,9,'','',530,0,'2013-11-18 01:01:02',13957,NULL),(15183,19,'NEGATIVE,,819c222bc0f6c1a8085de737afaaf71ae932cec8','',555,0,'2013-11-17 08:00:00',13957,NULL),(15184,18,'[$]NO MALARIA PARASITES SEEN[/$],-,819c222bc0f6c1a8085de737afaaf71ae932cec8',', ',555,0,'2013-11-17 08:00:00',13957,NULL),(15185,35,'HAZY,LIGHT AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,POSITIVE (++),POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,8,8,NOT ,,,,,,,,,,,,,,SEEN,NOT SEEN,NOT SEEN,819c222bc','',555,0,'2013-11-17 08:00:00',13959,NULL),(15186,9,'','',530,0,'2013-11-18 01:11:06',13960,NULL),(15187,19,'NEGATIVE,,27d7bf06a3a067c8c375ba16741b6779bb93ec24','',555,0,'2013-11-17 08:00:00',13960,NULL),(15188,18,'[$]NO MALARIA PARASITES SEEN[/$],-,27d7bf06a3a067c8c375ba16741b6779bb93ec24','',555,0,'2013-11-17 08:00:00',13960,NULL),(15189,105,'RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,,498158719145a7d118578f72b2861a496cf51660','AMPICILLINSULBACTAM AS:RESISTANT, CHLORAMPHENICOL CH:RESISTANT, AMIKACIN AK:RESISTANT, CEFTIZOXIME CI:RESISTANT, TAZOBACTAMPIPERACILLIN TZP:RESISTANT, OFLOXACIN OF:RESISTANT, CIPROFLOXACIN CP:RESISTAN',535,0,'2013-11-18 01:41:23',13961,NULL),(15190,131,'','',530,0,'2013-11-18 02:00:57',13962,NULL),(15191,22,'8,1ecd0357e1aa3efda74b2779368a48794f503af0','',555,0,'2013-11-17 08:00:00',13964,NULL),(15192,9,'','',530,0,'2013-11-18 02:00:57',13964,NULL),(15193,9,'','',530,0,'2013-11-18 02:11:22',13965,NULL),(15194,19,'NEGATIVE,,b1b625101c6dbecbaa3a1465d9a8e832cc47577c','',535,0,'2013-11-17 08:00:00',13965,NULL),(15195,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b1b625101c6dbecbaa3a1465d9a8e832cc47577c','',535,0,'2013-11-17 08:00:00',13965,NULL),(15196,107,'1/20,1/80,b1b625101c6dbecbaa3a1465d9a8e832cc47577c','',535,0,'2013-11-17 08:00:00',13967,NULL),(15197,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,24,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b1b625101c6dbecbaa3a1465d9a8e832cc47577c',', ',535,0,'2013-11-17 08:00:00',13970,NULL),(15198,22,'8,30fb9757ffd09aba7e2a38e7ec45ee1ed8b21cbc','',535,0,'2013-11-17 08:00:00',13971,NULL),(15199,9,'','',530,0,'2013-11-18 02:14:30',13971,NULL),(15200,28,'NEGATIVE,[$]AA[/$],,30fb9757ffd09aba7e2a38e7ec45ee1ed8b21cbc','',552,0,'2013-11-18 08:00:00',13971,NULL),(15201,19,'NEGATIVE,,30fb9757ffd09aba7e2a38e7ec45ee1ed8b21cbc','',535,0,'2013-11-17 08:00:00',13971,NULL),(15202,18,'[$]NO MALARIA PARASITES SEEN[/$],-,30fb9757ffd09aba7e2a38e7ec45ee1ed8b21cbc','',535,0,'2013-11-17 08:00:00',13971,NULL),(15203,20,'NEGATIVE,30fb9757ffd09aba7e2a38e7ec45ee1ed8b21cbc','',535,0,'2013-11-17 08:00:00',13971,NULL),(15204,36,'Pseudomonas aeruginosae,##,##,,819c222bc0f6c1a8085de737afaaf71ae932cec8','',535,0,'2013-11-24 08:00:00',13972,NULL),(15205,9,'','',558,0,'2013-11-18 03:26:48',13973,NULL),(15206,19,'NEGATIVE,,541cc07ad3ab0fcc0249c752baf5ca968d38b2e4','',557,0,'2013-11-17 08:00:00',13973,NULL),(15207,18,'[$]NO MALARIA PARASITES SEEN[/$],-,541cc07ad3ab0fcc0249c752baf5ca968d38b2e4','',557,0,'2013-11-17 08:00:00',13973,NULL),(15208,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,541cc07ad3ab0fcc0249c752baf5ca',', ',557,0,'2013-11-17 08:00:00',13975,NULL),(15209,107,'1/20,1/20,541cc07ad3ab0fcc0249c752baf5ca968d38b2e4','',557,0,'2013-11-17 08:00:00',13978,NULL),(15210,9,'','',558,0,'2013-11-18 03:33:19',13979,NULL),(15211,19,'NEGATIVE,,e30871340f2bbeb0ca177c7ff540cd1a20dedf74','',557,0,'2013-11-17 08:00:00',13979,NULL),(15212,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e30871340f2bbeb0ca177c7ff540cd1a20dedf74','',557,0,'2013-11-17 08:00:00',13979,NULL),(15213,57,'','',558,0,'2013-11-18 03:33:19',13981,NULL),(15214,133,'','',558,0,'2013-11-18 03:33:19',13981,NULL),(15215,131,'','',558,0,'2013-11-18 03:33:19',13981,NULL),(15216,56,'','',558,0,'2013-11-18 03:33:19',13981,NULL),(15217,222,'12.1,4.78,12.8,37.2,77.8,26.8,34.4,362,15.7,6.8,77.5,1.9,0.8,9.4,12.7,8.1,,16d3926c74b8672c73ed626c9786ed6e1893e262','',557,0,'2013-11-17 08:00:00',13982,NULL),(15218,19,'NEGATIVE,,16d3926c74b8672c73ed626c9786ed6e1893e262','',557,0,'2013-11-17 08:00:00',13982,NULL),(15219,18,'[$]NO MALARIA PARASITES SEEN[/$],-,16d3926c74b8672c73ed626c9786ed6e1893e262','',557,0,'2013-11-17 08:00:00',13982,NULL),(15220,222,'5.5,4.39,13.1,36.1,82.2,29.8,36.3,232,44.0,5.8,50.2,2.4,0.3,2.8,15.6,9.8,,e5305666ab0daafe84aa61a59df1f20333b08b3a','',557,0,'2013-11-17 08:00:00',13983,NULL),(15221,19,'NEGATIVE,,e5305666ab0daafe84aa61a59df1f20333b08b3a','',557,0,'2013-11-17 08:00:00',13983,NULL),(15222,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e5305666ab0daafe84aa61a59df1f20333b08b3a','',557,0,'2013-11-17 08:00:00',13983,NULL),(15223,71,'NEGATIVE,,e5305666ab0daafe84aa61a59df1f20333b08b3a','',557,0,'2013-11-17 08:00:00',13985,NULL),(15224,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e5305666ab0daafe84aa61a59df1f20333b08b3a',', ',557,0,'2013-11-17 08:00:00',13985,NULL),(15225,222,'10.2,4.82,14.9,40.4,83.8,30.9,36.9,356,8.6,5.0,86.4,0.9,0.5,8.0,12.3,9.7,,b4a1f8fd78cf97d0dc2b806d9927e66d4d486003','',557,0,'2013-11-17 08:00:00',13986,NULL),(15226,19,'NEGATIVE,,b4a1f8fd78cf97d0dc2b806d9927e66d4d486003','',557,0,'2013-11-17 08:00:00',13986,NULL),(15227,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b4a1f8fd78cf97d0dc2b806d9927e66d4d486003','',557,0,'2013-11-17 08:00:00',13986,NULL),(15228,222,'3.8,4.41,12.0,35.5,80.5,27.2,33.8,223,50.8,13.5,35.7,1.9,0.5,1.4,13.8,7.7,,e48e0cc731508ed7201af6a99037ad8c91c44a78','',557,0,'2013-11-17 08:00:00',13987,NULL),(15229,19,'NEGATIVE,,e48e0cc731508ed7201af6a99037ad8c91c44a78','',557,0,'2013-11-17 08:00:00',13987,NULL),(15230,66,'','',558,0,'2013-11-18 06:07:10',13988,NULL),(15231,57,'','',558,0,'2013-11-18 06:07:10',13988,NULL),(15232,133,'','',558,0,'2013-11-18 06:07:10',13988,NULL),(15233,56,'','',558,0,'2013-11-18 06:07:10',13988,NULL),(15234,65,'','',558,0,'2013-11-18 06:07:10',13988,NULL),(15235,222,'','',558,0,'2013-11-18 06:07:10',13990,NULL),(15236,222,'12.8,4.65,10.1,30.1,64.7,21.7,33.6,337,45.7,15.1,39.2,5.8,1.9,5.1,18.0,9.0,,22b8d77503e80e79ffcdfa7e75a74abeb85b8643','',557,0,'2013-11-18 08:00:00',13991,NULL),(15237,19,'NEGATIVE,,22b8d77503e80e79ffcdfa7e75a74abeb85b8643','',557,0,'2013-11-18 08:00:00',13991,NULL),(15238,18,'[$]NO MALARIA PARASITES SEEN[/$],-,22b8d77503e80e79ffcdfa7e75a74abeb85b8643','',557,0,'2013-11-18 08:00:00',13991,NULL),(15239,222,'9.0,4.82,10.7,33.1,68.7,22.2,32.3,314,54.1,10.6,35.3,4.9,1.0,3.1,17.1,9.8,,5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9','',557,0,'2013-11-18 08:00:00',13992,NULL),(15240,19,'NEGATIVE,,5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9','',557,0,'2013-11-18 08:00:00',13992,NULL),(15241,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5ddc3b70f2ad523a3db6b145e0aa51e6374fa7c9','',557,0,'2013-11-18 08:00:00',13992,NULL),(15242,68,'','',558,0,'2013-11-18 13:56:30',13993,NULL),(15243,222,'3.8,4.35,11.5,35.4,81.4,26.4,32.5,194,42.9,12.3,44.8,1.6,0.5,1.7,13.6,10.4,,5e89a5efb00b7e8b3d9ab15a3c46d3f4c7a64a09','',557,0,'2013-11-18 08:00:00',13993,NULL),(15244,132,'','',558,0,'2013-11-18 13:56:30',13995,NULL),(15245,3,'1.4,0.8,4.9,5e89a5efb00b7e8b3d9ab15a3c46d3f4c7a64a09','',534,0,'2013-11-20 08:00:00',13995,NULL),(15246,222,'3.8,3.52,11.3,32.8,93.2,32.1,34.5,129,25.0,18.1,56.9,1.0,0.7,2.1,15.4,7.6,,979d3cbf4509aceda42503f0d6f4291c8aecdd48','',557,0,'2013-11-18 08:00:00',13996,NULL),(15247,18,'[$]MALARIA PARASITES PRESENT (+)[/$],TROPHOZOITES,979d3cbf4509aceda42503f0d6f4291c8aecdd48','',557,0,'2013-11-18 08:00:00',13996,NULL),(15248,222,'7.4,4.50,12.7,37.4,83.1,28.0,34.0,267,9.2,12.7,78.1,0.7,0.9,5.8,13.5,8.0,,8007c0f065f14f0cb3062f9620fe4664e16aff85','',557,0,'2013-11-18 08:00:00',13997,NULL),(15249,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8007c0f065f14f0cb3062f9620fe4664e16aff85','',557,0,'2013-11-18 08:00:00',13997,NULL),(15250,132,'','',558,0,'2013-11-18 15:01:09',13998,NULL),(15251,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,8,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,3e71640ef9b608a6629ee259da4746035',' ',555,0,'2013-11-18 08:00:00',14000,NULL),(15252,82,'','',558,0,'2013-11-18 15:01:10',14003,NULL),(15253,68,'6.9,NEGATIVE,NEGATIVE,,3e71640ef9b608a6629ee259da4746035cc0fbea','',555,0,'2013-11-18 08:00:00',14003,NULL),(15254,222,'','',558,0,'2013-11-18 15:05:10',14004,NULL),(15255,19,'NEGATIVE,,b195735a2b3bce14092b31fbac0586d5492f48bb','',550,0,'2013-11-18 08:00:00',14004,NULL),(15256,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b195735a2b3bce14092b31fbac0586d5492f48bb','',555,0,'2013-11-18 08:00:00',14006,NULL),(15257,222,'','',558,0,'2013-11-18 15:10:36',14007,NULL),(15258,19,'NEGATIVE,,4a06515364de946f88501435ae73271aae570007','',550,0,'2013-11-18 08:00:00',14007,NULL),(15259,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4a06515364de946f88501435ae73271aae570007','',550,0,'2013-11-18 08:00:00',14007,NULL),(15260,222,'','',531,0,'2013-11-18 15:22:48',14008,NULL),(15261,19,'NEGATIVE,,d0052cccbead1b5a3ad606b752213d32205110ba','',550,0,'2013-11-18 08:00:00',14008,NULL),(15262,222,'','',531,0,'2013-11-18 15:26:01',14009,NULL),(15263,44,'FUNGAL ELEMENTS SEEN,6edf64a821e54e022b22d1f022e43defe54070c6','',550,0,'2013-11-19 08:00:00',14011,NULL),(15264,9,'','',531,0,'2013-11-18 15:42:43',14012,NULL),(15265,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,d06c749968e93924bab39145b230e4da900ea927','',534,0,'2013-11-21 08:00:00',14013,NULL),(15266,134,'SCANTY,FEW,NOT SEEN,NOT SEEN,,d06c749968e93924bab39145b230e4da900ea927','',555,0,'2013-11-18 08:00:00',14013,NULL),(15267,132,'','',531,0,'2013-11-18 15:54:23',14014,NULL),(15268,68,'5.3,TRACE,-,,800ee272c9c42e7e803d7f13b31709e7ae22de3c','NON DIABETIC, ',555,0,'2013-11-18 08:00:00',14015,NULL),(15269,9,'','',531,0,'2013-11-18 16:06:27',14015,NULL),(15270,18,'[$]NO MALARIA PARASITES SEEN[/$],-,800ee272c9c42e7e803d7f13b31709e7ae22de3c','',550,0,'2013-11-18 08:00:00',14015,NULL),(15271,14,'NEGATIVE,,800ee272c9c42e7e803d7f13b31709e7ae22de3c','',555,555,'2013-11-18 08:00:00',14017,'2013-11-18 10:20:34'),(15272,37,'BROWN,SEMI FORMED,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,800ee272c9c42e7e803d7f13b31709e7ae22de3c','',555,555,'2013-11-18 08:00:00',14017,'2013-11-18 10:20:34'),(15273,35,'','',531,0,'2013-11-18 16:06:28',14020,NULL),(15274,21,'O,POSITIVE,10dba2c2a8a79ef87ae9ffc9a66e8a59afac7cc8','',550,0,'2013-11-18 08:00:00',14021,NULL),(15275,9,'','',531,0,'2013-11-18 16:18:55',14021,NULL),(15276,28,'NEGATIVE,[$]AA[/$],,10dba2c2a8a79ef87ae9ffc9a66e8a59afac7cc8','',552,0,'2013-11-18 08:00:00',14021,NULL),(15277,18,'[$]NO MALARIA PARASITES SEEN[/$],-,10dba2c2a8a79ef87ae9ffc9a66e8a59afac7cc8','',550,0,'2013-11-18 08:00:00',14021,NULL),(15278,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,10dba2c2a8a79ef87ae9ffc9a66e8a59afac7cc8',' ',555,0,'2013-11-18 08:00:00',14023,NULL),(15279,68,'5.4,-,-,,022d59083bc8799625b0d5ea3414b90807f609b2','NON DIABETIC, ',550,0,'2013-11-18 08:00:00',14024,NULL),(15280,9,'','',531,0,'2013-11-18 16:22:02',14024,NULL),(15281,18,'[$]NO MALARIA PARASITES SEEN [/$],-,022d59083bc8799625b0d5ea3414b90807f609b2','',550,0,'2013-11-18 08:00:00',14024,NULL),(15282,57,'','',531,0,'2013-11-18 16:22:02',14026,NULL),(15283,16,'','',531,0,'2013-11-18 16:22:02',14026,NULL),(15284,131,'','',531,0,'2013-11-18 16:22:02',14026,NULL),(15285,132,'','',531,0,'2013-11-18 16:22:02',14026,NULL),(15286,56,'','',531,0,'2013-11-18 16:22:02',14026,NULL),(15287,107,'1/20,1/160,022d59083bc8799625b0d5ea3414b90807f609b2','',550,0,'2013-11-18 08:00:00',14026,NULL),(15288,14,'NEGATIVE,022d59083bc8799625b0d5ea3414b90807f609b2','',550,0,'2013-11-18 08:00:00',14029,NULL),(15289,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,022d59083bc8799625b0d5ea3414b90807','',555,0,'2013-11-18 08:00:00',14033,NULL),(15290,68,'','',531,0,'2013-11-18 16:24:43',14034,NULL),(15291,3,'2.4,1.4,1.8,632bf4fccf742f75425250e462af35db372afd7d','',534,0,'2013-11-20 08:00:00',14036,NULL),(15292,68,'','',531,0,'2013-11-18 16:59:08',14037,NULL),(15293,9,'','',531,0,'2013-11-18 16:59:08',14037,NULL),(15294,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0e6e761e0b05d6a6c021c7ad82d96b6abef3c70a','',550,0,'2013-11-18 08:00:00',14037,NULL),(15295,57,'','',531,0,'2013-11-18 16:59:09',14039,NULL),(15296,133,'','',531,0,'2013-11-18 16:59:09',14039,NULL),(15297,131,'','',531,0,'2013-11-18 16:59:09',14039,NULL),(15298,132,'','',531,0,'2013-11-18 16:59:09',14039,NULL),(15299,56,'','',531,0,'2013-11-18 16:59:09',14039,NULL),(15300,65,'','',531,0,'2013-11-18 16:59:09',14039,NULL),(15301,35,'CLEAR,STRAW,8.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0e6e761e0b05d6a6c021c7ad82d96b6abef3c70a','',555,0,'2013-11-18 08:00:00',14042,NULL),(15302,9,'','',531,0,'2013-11-18 17:01:35',14043,NULL),(15303,19,'NEGATIVE,,2d3489fc353d0d280410978b48004a6eef825790','',550,0,'2013-11-18 08:00:00',14043,NULL),(15304,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2d3489fc353d0d280410978b48004a6eef825790','',550,0,'2013-11-18 08:00:00',14043,NULL),(15305,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2d3489fc353d0d280410978b48004a6eef825790','',555,0,'2013-11-18 08:00:00',14045,NULL),(15306,9,'','',531,0,'2013-11-18 17:03:35',14046,NULL),(15307,18,'[$]NO MALARIA PARASITES SEEN\n[/$],-,4daf28a82baca006d0971eca4d2ed256ff9e77ab','',550,0,'2013-11-18 08:00:00',14046,NULL),(15308,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4daf28a82baca006d0971eca4d2ed256ff9e77ab','',555,0,'2013-11-18 08:00:00',14048,NULL),(15309,9,'','',531,0,'2013-11-18 17:09:17',14049,NULL),(15310,9,'','',531,0,'2013-11-18 17:11:38',14050,NULL),(15311,9,'','',531,0,'2013-11-18 17:18:18',14051,NULL),(15312,70,'5.1,,0d1a16d514eae74968217b0c6c7939fc127515d4','',550,0,'2013-11-18 08:00:00',14051,NULL),(15313,108,'NON - REACTIVE,0d1a16d514eae74968217b0c6c7939fc127515d4','',550,0,'2013-11-18 08:00:00',14053,NULL),(15314,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0d1a16d514eae74968217b0c6c7939fc127515d4',' ',555,0,'2013-11-18 08:00:00',14056,NULL),(15315,9,'','',531,0,'2013-11-18 17:28:09',14057,NULL),(15316,19,'NEGATIVE,,e78fc02fa31fc8b8d63973af8deb18d533f60927','',550,0,'2013-11-18 08:00:00',14057,NULL),(15317,36,'No Significant Bacteria Growth,##,##,,c3cbdf9d338483dfca5b2e0ec30cc014ffc0befc','',534,0,'2013-11-18 08:00:00',14058,NULL),(15318,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,d2d2ec903147483260fe7d8173630101873a3b37','',534,0,'2013-11-18 08:00:00',14059,NULL),(15319,36,'Escherichia coli,##,##,,d2d2ec903147483260fe7d8173630101873a3b37','',534,0,'2013-11-18 08:00:00',14059,NULL),(15320,9,'','',531,0,'2013-11-18 17:57:38',14060,NULL),(15321,18,'[$]NO MALARIA PARASITES SEEN\n[/$],-,b837ad92b14aa0caeb6ff4a18ccd4f72e20840ce','',550,0,'2013-11-18 08:00:00',14060,NULL),(15322,9,'','',531,0,'2013-11-18 18:00:16',14061,NULL),(15323,18,'[$]NO MALARIA PARASITES SEEN[/$],-,445b9a5c4a9332bf520955a2669093447aa58953','',550,0,'2013-11-18 08:00:00',14061,NULL),(15324,3,'2.8,1.5,0.7,48aae428b4b18cba33ad4159e5b8bde3c9dd1e08','',541,0,'2013-11-20 08:00:00',14062,NULL),(15325,22,'25,a8996d79681e9e21102f356d09b04a8a9fd784d5','',550,0,'2013-11-18 08:00:00',14063,NULL),(15326,9,'','',531,0,'2013-11-18 18:06:36',14063,NULL),(15327,19,'NEGATIVE,,a8996d79681e9e21102f356d09b04a8a9fd784d5','',550,0,'2013-11-18 08:00:00',14063,NULL),(15328,129,'','',531,0,'2013-11-18 18:09:08',14064,NULL),(15329,132,'','',531,0,'2013-11-18 18:09:08',14064,NULL),(15330,68,'6.2,NEGATIVE,NEGATIVE,,f702c2bb57ed05a796aea63071dbdaa7bc4893f7','',555,0,'2013-11-18 08:00:00',14066,NULL),(15331,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,12,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,f702c2bb57ed05a796aea63071dbdaa7',' ',555,0,'2013-11-18 08:00:00',14069,NULL),(15332,9,'','',531,0,'2013-11-18 18:11:17',14070,NULL),(15333,19,'NEGATIVE,,b356a05290375238456212efaf4f7c94afa17172','',550,0,'2013-11-18 08:00:00',14070,NULL),(15334,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b356a05290375238456212efaf4f7c94afa17172','',550,0,'2013-11-18 08:00:00',14070,NULL),(15335,9,'','',531,0,'2013-11-18 18:12:35',14071,NULL),(15336,19,'NEGATIVE,,d5cf0dbd72599cc9b15e81718c178d6214839a1e','',550,0,'2013-11-18 08:00:00',14071,NULL),(15337,18,'[$]NO MALARIA PARASITES SEEN\n[/$],-,d5cf0dbd72599cc9b15e81718c178d6214839a1e','',550,0,'2013-11-18 08:00:00',14071,NULL),(15338,9,'','',531,0,'2013-11-18 18:17:21',14072,NULL),(15339,19,'NEGATIVE,,a2e96128ca30ccf702f0c81cde37db528a5f0343','',550,0,'2013-11-18 08:00:00',14072,NULL),(15340,211,'','',531,0,'2013-11-18 18:19:59',14073,NULL),(15341,60,'','',531,0,'2013-11-18 18:19:59',14073,NULL),(15342,73,'','',531,0,'2013-11-18 18:19:59',14073,NULL),(15343,133,'','',531,0,'2013-11-18 18:19:59',14073,NULL),(15344,56,'','',531,0,'2013-11-18 18:19:59',14073,NULL),(15345,57,'','',531,0,'2013-11-18 18:23:03',14074,NULL),(15346,133,'','',531,0,'2013-11-18 18:23:03',14074,NULL),(15347,130,'','',531,0,'2013-11-18 18:23:03',14074,NULL),(15348,132,'','',531,0,'2013-11-18 18:23:03',14074,NULL),(15349,56,'','',531,0,'2013-11-18 18:23:03',14074,NULL),(15350,9,'','',531,0,'2013-11-18 18:23:03',14076,NULL),(15351,9,'','',531,0,'2013-11-18 18:26:00',14077,NULL),(15352,105,'RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,498158719145a7d118578f72b2861a496cf51660','',555,0,'2013-11-18 08:00:00',14078,NULL),(15353,36,'Escherichia coli,##,##,,498158719145a7d118578f72b2861a496cf51660','',555,0,'2013-11-18 08:00:00',14078,NULL),(15354,9,'','',531,0,'2013-11-18 18:34:02',14079,NULL),(15355,19,'NEGATIVE,,e91e8280ca9af4a08dbd9dbb353558af7d476f96','',550,0,'2013-11-18 08:00:00',14079,NULL),(15356,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e91e8280ca9af4a08dbd9dbb353558af7d476f96','',550,0,'2013-11-18 08:00:00',14079,NULL),(15357,35,'','',531,0,'2013-11-18 18:34:02',14081,NULL),(15358,107,'1/20,1/20,e91e8280ca9af4a08dbd9dbb353558af7d476f96','',550,0,'2013-11-18 08:00:00',14084,NULL),(15359,68,'','',531,0,'2013-11-18 18:35:45',14085,NULL),(15360,57,'','',531,0,'2013-11-18 18:35:45',14087,NULL),(15361,133,'','',531,0,'2013-11-18 18:35:45',14087,NULL),(15362,132,'','',531,0,'2013-11-18 18:35:45',14087,NULL),(15363,56,'','',531,0,'2013-11-18 18:35:45',14087,NULL),(15364,44,'NO FUNGAL ELEMENTS SEEN,344763998363af13d708c8297f5cf11bb62eccc9','',543,0,'2013-11-19 08:00:00',14088,NULL),(15365,9,'','',531,0,'2013-11-18 18:52:43',14089,NULL),(15366,19,'POSITIVE,,991914442109ca80a4fdaa9f3419e0f8b5d26681','',550,0,'2013-11-18 08:00:00',14089,NULL),(15367,131,'','',531,0,'2013-11-18 18:52:44',14091,NULL),(15368,92,'10.3,991914442109ca80a4fdaa9f3419e0f8b5d26681','',534,0,'2013-11-21 08:00:00',14091,NULL),(15369,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,991914442109ca80a4fdaa9f3419e0f8b5','',555,0,'2013-11-18 08:00:00',14094,NULL),(15370,9,'','',531,0,'2013-11-18 18:58:17',14095,NULL),(15371,19,'NEGATIVE,,833ba9a6391777423ad0ef266c7ae2702dc1b3c7','',550,0,'2013-11-18 08:00:00',14095,NULL),(15372,57,'','',531,0,'2013-11-18 18:58:17',14097,NULL),(15373,133,'','',531,0,'2013-11-18 18:58:17',14097,NULL),(15374,132,'','',531,0,'2013-11-18 18:58:17',14097,NULL),(15375,56,'','',531,0,'2013-11-18 18:58:17',14097,NULL),(15376,9,'','',531,0,'2013-11-18 19:00:17',14098,NULL),(15377,19,'NEGATIVE,,5d2dbf11609117354bf372ddabedac9c27ffa1f8','',550,0,'2013-11-18 08:00:00',14098,NULL),(15378,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5d2dbf11609117354bf372ddabedac9c27ffa1f8','',550,0,'2013-11-18 08:00:00',14098,NULL),(15379,9,'','',531,0,'2013-11-18 19:05:34',14099,NULL),(15380,19,'NEGATIVE,,10d19f4a5e4228ae905a4a5e6b5cf5f119208919','',550,0,'2013-11-18 08:00:00',14099,NULL),(15381,18,'[$]NO MALARIA PARASITES SEEN[/$],-,10d19f4a5e4228ae905a4a5e6b5cf5f119208919','',550,0,'2013-11-18 08:00:00',14099,NULL),(15382,211,'','',531,0,'2013-11-18 19:05:34',14101,NULL),(15383,60,'','',531,0,'2013-11-18 19:05:34',14101,NULL),(15384,57,'','',531,0,'2013-11-18 19:05:35',14101,NULL),(15385,56,'','',531,0,'2013-11-18 19:05:35',14101,NULL),(15386,107,'1/20,1/20,10d19f4a5e4228ae905a4a5e6b5cf5f119208919','',550,0,'2013-11-18 08:00:00',14101,NULL),(15387,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,10d19f4a5e4228ae905a4a5e6b5cf5f119208919',', ',552,0,'2013-11-18 08:00:00',14104,NULL),(15388,21,'','',531,0,'2013-11-18 19:10:20',14105,NULL),(15389,224,'[$][/$],31dc05327a2d0d56f9c98307c3b0f352deb2fac4','',552,0,'2013-11-18 08:00:00',14105,NULL),(15390,28,'POSITIVE,[$]AS[/$],,31dc05327a2d0d56f9c98307c3b0f352deb2fac4','',552,0,'2013-11-18 08:00:00',14105,NULL),(15391,213,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,baca8c7a27d84f6fee2928b365c26da463c9e9be','',534,0,'2013-11-18 08:00:00',14106,NULL),(15392,36,'Staphylococcus aureus,##,##,,baca8c7a27d84f6fee2928b365c26da463c9e9be','',534,0,'2013-11-18 08:00:00',14106,NULL),(15393,9,'','',531,0,'2013-11-18 19:12:36',14107,NULL),(15394,19,'NEGATIVE,,05e4f4e88ec56da31b05f1a52ff5703e20d05135','',550,0,'2013-11-18 08:00:00',14107,NULL),(15395,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,c1f69bb32cc68869d721edf6aa7e5af766a4df6f','',534,0,'2013-11-19 08:00:00',14108,NULL),(15396,36,'Citrobacter species,##,##,,c1f69bb32cc68869d721edf6aa7e5af766a4df6f','',534,0,'2013-11-19 08:00:00',14108,NULL),(15397,9,'','',531,0,'2013-11-18 19:19:27',14109,NULL),(15398,9,'','',531,0,'2013-11-18 19:23:58',14110,NULL),(15399,223,'','',531,0,'2013-11-18 19:23:58',14110,NULL),(15400,9,'','',531,0,'2013-11-18 19:26:28',14111,NULL),(15401,19,'NEGATIVE,,b95a11264c0b3c2943fe81b48f1ca8c77bf22a91','',550,0,'2013-11-18 08:00:00',14111,NULL),(15402,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b95a11264c0b3c2943fe81b48f1ca8c77bf22a91','',555,0,'2013-11-18 08:00:00',14113,NULL),(15403,9,'','',531,0,'2013-11-18 19:29:14',14114,NULL),(15404,66,'','',531,0,'2013-11-18 19:29:15',14116,NULL),(15405,60,'','',531,0,'2013-11-18 19:29:15',14116,NULL),(15406,57,'','',531,0,'2013-11-18 19:29:15',14116,NULL),(15407,133,'','',531,0,'2013-11-18 19:29:15',14116,NULL),(15408,72,'','',531,0,'2013-11-18 19:29:15',14116,NULL),(15409,92,'0.4,ef0388e9d67c51cad51fa2872850e3b0dac35f83','',534,0,'2013-11-21 08:00:00',14116,NULL),(15410,56,'','',531,0,'2013-11-18 19:29:15',14116,NULL),(15411,131,'','',534,0,'2013-11-18 19:36:03',14117,NULL),(15412,132,'','',534,0,'2013-11-18 19:36:03',14117,NULL),(15413,107,'1/20,1/20,d04248957a66ecddd45d4d67c051e1a0d94b814a','',534,0,'2013-11-18 08:00:00',14117,NULL),(15414,68,'4.7,-,-,,d04248957a66ecddd45d4d67c051e1a0d94b814a','NON DIABETIC, ',534,0,'2013-11-18 08:00:00',14119,NULL),(15415,9,'','',534,0,'2013-11-18 19:36:03',14119,NULL),(15416,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d04248957a66ecddd45d4d67c051e1a0d94b814a','',534,0,'2013-11-18 08:00:00',14119,NULL),(15417,36,'Candida sp,##,##,,d04248957a66ecddd45d4d67c051e1a0d94b814a','',534,0,'2013-11-18 08:00:00',14122,NULL),(15418,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d04248957a66ecddd45d4d67c051e1a0d94b814a','',534,0,'2013-11-18 08:00:00',14122,NULL),(15419,22,'2,5a97a896cb01535cf0e4cf04a5effe12bb5d8a1b','',550,0,'2013-11-18 08:00:00',14123,NULL),(15420,9,'','',531,0,'2013-11-18 19:48:15',14123,NULL),(15421,9,'','',531,0,'2013-11-18 19:54:35',14124,NULL),(15422,199,'[$]COMMENSALS ONLY[/$],933de04335957565cbd8a483383470178bf10366','',534,0,'2013-11-21 08:00:00',14126,NULL),(15423,9,'','',531,0,'2013-11-18 19:56:08',14127,NULL),(15424,19,'NEGATIVE,,09c6f96c98a8fad5ff6574ec91a936fcce2c8496','',555,0,'2013-11-18 08:00:00',14127,NULL),(15425,18,'[$]NO MALARIA PARASITES SEEN[/$],-,09c6f96c98a8fad5ff6574ec91a936fcce2c8496','',555,0,'2013-11-18 08:00:00',14127,NULL),(15426,107,'1/20,1/20,09c6f96c98a8fad5ff6574ec91a936fcce2c8496','',555,0,'2013-11-18 08:00:00',14129,NULL),(15427,9,'','',531,0,'2013-11-18 19:57:54',14130,NULL),(15428,19,'NEGATIVE,,29bd00c89477b78f76bb619322dd2fd95cfeed66','',555,0,'2013-11-18 08:00:00',14130,NULL),(15429,18,'[$]NO MALARIA PARASITES SEEN[/$],-,29bd00c89477b78f76bb619322dd2fd95cfeed66','',555,0,'2013-11-18 08:00:00',14130,NULL),(15430,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,>30,0,CALCIUM OXALATE (+),,,,,,,,,,,,,,,NOT SEEN,NOT SEEN,29bd00c89477b',' ',555,0,'2013-11-18 08:00:00',14132,NULL),(15431,19,'NEGATIVE,,d76b2c3a0eee8d2ed5f51c80c56d0fe4fecd638e','',534,0,'2013-11-18 08:00:00',14133,NULL),(15432,9,'','',531,0,'2013-11-18 20:08:20',14134,NULL),(15433,18,'[$]NO MALARIA PARASITES SEEN[/$],-,292e247bdc74d049ef969eb65178ca5b5cbdd2cb','',555,0,'2013-11-18 08:00:00',14134,NULL),(15434,68,'5.1,-,-,,90cd7e166df88c263745c277ae8c3f917a6defcc','NON DIABETIC, ',541,0,'2013-11-19 08:00:00',14135,NULL),(15435,9,'','',531,0,'2013-11-18 20:10:33',14135,NULL),(15436,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,90cd7e166df88c263745c277ae8c3f917a6defcc','',541,0,'2013-11-21 21:49:57',14137,NULL),(15437,134,'SCANTY,MODERATE,NOT SEEN,PRESENT (+),,90cd7e166df88c263745c277ae8c3f917a6defcc','PUS CELLS:SCANTY, EPITHELIAL CELLS:MODERATE, YEAST LIKE CELLS:PRESENT +',541,0,'2013-11-21 21:49:57',14137,NULL),(15438,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION[/$],##,##,,61960ca7691d88889925d1d86ae00878006b4e8e','',534,0,'2013-11-25 08:00:00',14138,NULL),(15439,22,'25,61960ca7691d88889925d1d86ae00878006b4e8e','',555,0,'2013-11-18 08:00:00',14138,NULL),(15440,36,'','',531,0,'2013-11-18 20:12:38',14140,NULL),(15441,35,'','',531,0,'2013-11-18 20:12:38',14140,NULL),(15442,107,'1/20,1/20,61960ca7691d88889925d1d86ae00878006b4e8e','',555,0,'2013-11-18 08:00:00',14143,NULL),(15443,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,,0c7784b76703af6087d8b608419d3a7cec6bd7fd','AMPICILLINSULBACTAM AS:RESISTANT, COTRIMOXAZOLE BA :RESISTANT, AMIKACIN AK:RESISTANT, CEFTIZOXIME CI:RESISTANT, CIPROFLOXACIN CP:RESISTANT',534,0,'2013-11-18 20:25:31',14144,NULL),(15444,36,'Escherichia coli,##,##,,0c7784b76703af6087d8b608419d3a7cec6bd7fd','AMPICILLINSULBACTAM AS:RESISTANT, COTRIMOXAZOLE BA :RESISTANT, AMIKACIN AK:RESISTANT, CEFTIZOXIME CI:RESISTANT, CIPROFLOXACIN CP:RESISTANTISOLATES:Escherichia coli',534,0,'2013-11-18 20:25:31',14144,NULL),(15445,22,'2,3d894acbeaa02e2a01383a15e956439eeb47e57e','',534,0,'2013-11-19 08:00:00',14145,NULL),(15446,9,'','',531,0,'2013-11-18 20:25:57',14145,NULL),(15447,132,'','',531,0,'2013-11-18 20:25:57',14147,NULL),(15448,9,'','',531,0,'2013-11-18 20:30:18',14148,NULL),(15449,19,'NEGATIVE,,d63dd8665d1e35e4591f454ceab1db4788ff27b3','',555,0,'2013-11-18 08:00:00',14148,NULL),(15450,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d63dd8665d1e35e4591f454ceab1db4788ff27b3','',555,0,'2013-11-18 08:00:00',14148,NULL),(15451,36,'','',531,0,'2013-11-18 20:30:19',14150,NULL),(15452,35,'CLOUDY,LIGHT AMBER,7.0,1.010,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,4,0,AMORPHOUS PHOSPH,,,,,,,,,,,,,,ATE (++),NOT SEEN,NOT SEEN,d63dd',' ',555,0,'2013-11-18 08:00:00',14150,NULL),(15453,107,'1/20,1/20,d63dd8665d1e35e4591f454ceab1db4788ff27b3','',555,0,'2013-11-18 08:00:00',14153,NULL),(15454,9,'','',531,0,'2013-11-18 20:34:38',14154,NULL),(15455,19,'NEGATIVE,,d0ca57d931cb3092a6f2ca89aade7b66763ebdf4','',555,0,'2013-11-18 08:00:00',14154,NULL),(15456,35,'','',531,0,'2013-11-18 20:34:38',14156,NULL),(15457,9,'','',531,0,'2013-11-18 20:46:35',14157,NULL),(15458,16,'POSITIVE,0b3a859382b12d842bdd733dcc8020bc546d8391','',552,0,'2013-11-18 08:00:00',14159,NULL),(15459,14,'POSITIVE,0b3a859382b12d842bdd733dcc8020bc546d8391','',555,0,'2013-11-18 08:00:00',14162,NULL),(15460,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0b3a859382b12d842bdd733dcc8020bc546d8391','',555,0,'2013-11-18 08:00:00',14162,NULL),(15461,9,'','',531,0,'2013-11-18 20:48:13',14163,NULL),(15462,19,'NEGATIVE,,277c813a29b835d9927dde2e638b3b907a28c825','',555,0,'2013-11-18 08:00:00',14163,NULL),(15463,19,'NEGATIVE,,2312304653603af8e75510232c5e103dc66bc45b','',555,0,'2013-11-18 08:00:00',14164,NULL),(15464,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2312304653603af8e75510232c5e103dc66bc45b','',555,0,'2013-11-18 08:00:00',14164,NULL),(15465,107,'1/20,1/20,2312304653603af8e75510232c5e103dc66bc45b','',555,0,'2013-11-18 08:00:00',14166,NULL),(15466,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,>30,0,NOT SEEN,NOT SEEN,N,,,,,,,,OT SEEN,e91e8280ca9af4a08dbd9dbb3535',' ',555,0,'2013-11-18 08:00:00',14167,NULL),(15467,9,'','',531,0,'2013-11-18 21:03:42',14168,NULL),(15468,77,'','',531,0,'2013-11-18 21:03:42',14168,NULL),(15469,19,'NEGATIVE,,8766577dd6866cdfbb6dd1d3f27dfd9c8ccccced','',555,0,'2013-11-18 08:00:00',14168,NULL),(15470,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8766577dd6866cdfbb6dd1d3f27dfd9c8ccccced','',555,0,'2013-11-18 08:00:00',14168,NULL),(15471,107,'1/20,1/20,8766577dd6866cdfbb6dd1d3f27dfd9c8ccccced','',555,0,'2013-11-18 08:00:00',14170,NULL),(15472,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,POSITIVE (++),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,>30,NOT SEEN,NOT SE,,,,,,,,,,,EN,NOT SEEN,8766577dd6866cdfbb6dd1',' ',555,0,'2013-11-18 08:00:00',14173,NULL),(15473,9,'','',531,0,'2013-11-18 21:05:51',14174,NULL),(15474,9,'','',531,0,'2013-11-18 21:10:22',14175,NULL),(15475,9,'','',534,0,'2013-11-18 21:14:49',14176,NULL),(15476,107,'1/20,1/20,22db741f020ec334fc6edf6431db49de26cabb6b','',552,0,'2013-11-18 08:00:00',14178,NULL),(15477,9,'','',534,0,'2013-11-18 21:17:44',14179,NULL),(15478,19,'NEGATIVE,,525e8d0dfd2b0d5854d8f1c9a4ac0942fbfebe6d','',552,0,'2013-11-18 08:00:00',14179,NULL),(15479,18,'[$]NO MALARIA PARASITES SEEN[/$],-,525e8d0dfd2b0d5854d8f1c9a4ac0942fbfebe6d','',552,0,'2013-11-18 08:00:00',14179,NULL),(15480,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,,,525e8d0dfd2b0d5854d8f1c9a4ac0942fbfebe',', ',552,0,'2013-11-18 08:00:00',14181,NULL),(15481,16,'NEGATIVE,525e8d0dfd2b0d5854d8f1c9a4ac0942fbfebe6d','',552,0,'2013-11-18 08:00:00',14184,NULL),(15482,14,'','',534,0,'2013-11-18 21:17:45',14188,NULL),(15483,9,'','',531,0,'2013-11-18 21:21:41',14189,NULL),(15484,9,'','',531,0,'2013-11-18 21:25:20',14190,NULL),(15485,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0ab4c770d43e75e1ed59afbb1e2acab7844dca24','',552,0,'2013-11-18 08:00:00',14190,NULL),(15486,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0ab4c770d43e75e1ed59afbb1e2acab7844dca24','',537,0,'2013-11-19 08:00:00',14192,NULL),(15487,74,'','',531,0,'2013-11-18 21:29:59',14193,NULL),(15488,9,'','',531,0,'2013-11-18 21:36:51',14194,NULL),(15489,37,'','',531,0,'2013-11-18 21:36:51',14196,NULL),(15490,9,'','',531,0,'2013-11-18 21:41:11',14197,NULL),(15491,19,'NEGATIVE,,ce620e68302b4f1abae9ead6b3a9c53623167d30','',552,0,'2013-11-18 08:00:00',14197,NULL),(15492,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ce620e68302b4f1abae9ead6b3a9c53623167d30','',552,0,'2013-11-18 08:00:00',14197,NULL),(15493,22,'22,64f0c2470726ead6b2995894fe942a87837d55ea','',552,0,'2013-11-18 08:00:00',14198,NULL),(15494,9,'','',531,0,'2013-11-18 21:42:53',14198,NULL),(15495,199,'[$]COMMENSALS ONLY[/$],64f0c2470726ead6b2995894fe942a87837d55ea','',534,0,'2013-11-21 08:00:00',14200,NULL),(15496,9,'','',531,0,'2013-11-18 21:49:06',14201,NULL),(15497,19,'NEGATIVE,,808facf76a9469e4ffb03be768cb65d464005d00','',550,0,'2013-11-18 08:00:00',14201,NULL),(15498,18,'[$]NO MALARIA PARASITES SEEN[/$],-,808facf76a9469e4ffb03be768cb65d464005d00','',550,0,'2013-11-18 08:00:00',14201,NULL),(15499,68,'4.4,-,-,,e187b8808ed950bc5a8defbf5a6c27f3bd4bbc0f','NON DIABETIC, ',534,0,'2013-11-19 08:00:00',14202,NULL),(15500,9,'','',531,0,'2013-11-18 21:56:44',14202,NULL),(15501,19,'NEGATIVE,,e187b8808ed950bc5a8defbf5a6c27f3bd4bbc0f','',534,0,'2013-11-19 08:00:00',14202,NULL),(15502,18,'[$]NO MALARIA PARASITES SEEN [/$],-,e187b8808ed950bc5a8defbf5a6c27f3bd4bbc0f','',534,0,'2013-11-19 08:00:00',14202,NULL),(15503,211,'','',531,0,'2013-11-18 21:56:44',14204,NULL),(15504,60,'','',531,0,'2013-11-18 21:56:44',14204,NULL),(15505,57,'','',531,0,'2013-11-18 21:56:45',14204,NULL),(15506,133,'','',531,0,'2013-11-18 21:56:45',14204,NULL),(15507,132,'','',531,0,'2013-11-18 21:56:45',14204,NULL),(15508,56,'','',531,0,'2013-11-18 21:56:45',14204,NULL),(15509,21,'A,POSITIVE,fc01131f7ddffa14a7261296c4fdd583315b0498','',534,0,'2013-11-19 08:00:00',14205,NULL),(15510,9,'','',534,0,'2013-11-18 22:19:13',14205,NULL),(15511,20,'POSITIVE,fc01131f7ddffa14a7261296c4fdd583315b0498','',534,0,'2013-11-19 08:00:00',14205,NULL),(15512,112,'POSITIVE,,fc01131f7ddffa14a7261296c4fdd583315b0498','',534,0,'2013-11-19 08:00:00',14207,NULL),(15513,27,'NON-REACTIVE,-,NEGATIVE,fc01131f7ddffa14a7261296c4fdd583315b0498','',534,0,'2013-11-19 08:00:00',14207,NULL),(15514,128,'','',534,0,'2013-11-18 22:19:13',14207,NULL),(15515,22,'75,e2c4a601875455945409eee2ebb9e3de0bbf036d','',552,0,'2013-11-18 08:00:00',14208,NULL),(15516,9,'','',534,0,'2013-11-18 22:21:47',14208,NULL),(15517,223,'[$][/$],e2c4a601875455945409eee2ebb9e3de0bbf036d','',552,0,'2013-11-18 08:00:00',14208,NULL),(15518,9,'','',534,0,'2013-11-18 22:25:06',14209,NULL),(15519,19,'NEGATIVE,,e12eb684977fd9fbdff349a1cb4ccd3ecebc9b98','',552,0,'2013-11-18 08:00:00',14209,NULL),(15520,107,'1/20,1/20,e12eb684977fd9fbdff349a1cb4ccd3ecebc9b98','',552,0,'2013-11-18 08:00:00',14211,NULL),(15521,9,'','',534,0,'2013-11-18 22:38:15',14212,NULL),(15522,74,'','',531,0,'2013-11-18 22:44:09',14213,NULL),(15523,36,'No Bacteria Growth,##,##,,7611807ca80a8c8394f2080430fb5b92a193d332','',534,0,'2013-11-21 08:00:00',14215,NULL),(15524,35,'CLEAR,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,7611807ca80a8c8394f2080430fb5b92a1',', ',552,0,'2013-11-18 08:00:00',14215,NULL),(15525,9,'','',531,0,'2013-11-18 23:06:16',14216,NULL),(15526,19,'NEGATIVE,,8de9e9c7693b827f231583e24178f5169f4c4112','',552,0,'2013-11-18 08:00:00',14216,NULL),(15527,16,'NEGATIVE,8de9e9c7693b827f231583e24178f5169f4c4112','',552,0,'2013-11-18 08:00:00',14218,NULL),(15528,107,'1/20,1/40,8de9e9c7693b827f231583e24178f5169f4c4112','',552,0,'2013-11-18 08:00:00',14218,NULL),(15529,14,'NEGATIVE,8de9e9c7693b827f231583e24178f5169f4c4112','',552,0,'2013-11-18 08:00:00',14221,NULL),(15530,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,8de9e9c7693b827f231583e24178f5169f4c41',', ',552,0,'2013-11-18 08:00:00',14225,NULL),(15531,9,'','',531,0,'2013-11-18 23:25:15',14226,NULL),(15532,19,'NEGATIVE,,c76933c426d542e4d56cb62a09ead4281bf552bd','',552,0,'2013-11-18 08:00:00',14226,NULL),(15533,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c76933c426d542e4d56cb62a09ead4281bf552bd',', ',552,0,'2013-11-18 08:00:00',14228,NULL),(15534,9,'','',531,0,'2013-11-18 23:42:17',14229,NULL),(15535,38,'[$]NO Salmonellae or Shigellae isolated[/$],##,##,,9ef9e5d382a2824d5fcf723beeefe58b432e59e2','',534,0,'2013-11-21 08:00:00',14230,NULL),(15536,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9ef9e5d382a2824d5fcf723beeefe58b432e59e2','',537,0,'2013-11-19 08:00:00',14230,NULL),(15537,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,3265677ce6bf8ad86ecbd4694ad15df2',', ',552,0,'2013-11-18 08:00:00',14231,NULL),(15538,9,'','',531,0,'2013-11-19 00:33:45',14232,NULL),(15539,16,'POSITIVE,dd6294b683fcc3b818c0893a00508de7975e6bfa','',535,0,'2013-11-18 08:00:00',14234,NULL),(15540,14,'POSITIVE,dd6294b683fcc3b818c0893a00508de7975e6bfa','',535,0,'2013-11-18 08:00:00',14237,NULL),(15541,35,'CLEAR,STRAW,7.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dd6294b683fcc3b818c0893a00508de7975e6bfa',', ',535,0,'2013-11-18 08:00:00',14241,NULL),(15542,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,dd6294b683fcc3b818c0893a00508de7975e6bfa','',537,0,'2013-11-21 08:00:00',14246,NULL),(15543,134,'FEW,MODERATE,NOT SEEN,NOT SEEN,,dd6294b683fcc3b818c0893a00508de7975e6bfa','',535,0,'2013-11-18 08:00:00',14246,NULL),(15544,22,'17,f3874d42bd1a3e3c820d3c88783fd1fe2aae0678','',534,0,'2013-11-19 08:00:00',14247,NULL),(15545,9,'','',531,0,'2013-11-19 00:40:31',14247,NULL),(15546,20,'NEGATIVE,f3874d42bd1a3e3c820d3c88783fd1fe2aae0678','',534,0,'2013-11-19 08:00:00',14247,NULL),(15547,202,'','',531,0,'2013-11-19 00:40:31',14249,NULL),(15548,9,'','',531,0,'2013-11-19 01:09:09',14250,NULL),(15549,19,'NEGATIVE,,4c724498b304c7a3ce6bc45e443bb75d4c399821','',552,0,'2013-11-18 08:00:00',14250,NULL),(15550,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c724498b304c7a3ce6bc45e443bb75d4c399821','',555,0,'2013-11-18 08:00:00',14252,NULL),(15551,9,'','',531,0,'2013-11-19 01:12:14',14253,NULL),(15552,218,'3.7,NEGATIVE,6.4,NEGATIVE,6.3,NEGATIVE,2.4,NEGATIVE,f10950dace938ee85047fd099c7370be060db733','',534,0,'2013-11-21 08:00:00',14253,NULL),(15553,9,'','',531,0,'2013-11-19 01:14:53',14254,NULL),(15554,21,'B,NEGATIVE,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',552,0,'2013-11-18 08:00:00',14255,NULL),(15555,224,'[$][/$],e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',552,0,'2013-11-18 08:00:00',14255,NULL),(15556,9,'','',531,0,'2013-11-19 01:18:43',14255,NULL),(15557,19,'POSITIVE,,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',552,0,'2013-11-18 08:00:00',14255,NULL),(15558,18,'[$]MALARIA PARASITES PRESENT[1,240/(+)][/$],TROPHOZOITES,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',552,0,'2013-11-18 08:00:00',14255,NULL),(15559,20,'NEGATIVE,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',552,0,'2013-11-18 08:00:00',14255,NULL),(15560,112,'NEGATIVE,,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',552,0,'2013-11-18 08:00:00',14257,NULL),(15561,35,'','',531,0,'2013-11-19 01:18:44',14260,NULL),(15562,9,'','',531,0,'2013-11-19 01:28:20',14261,NULL),(15563,19,'NEGATIVE,,893ac0e101e0b61227c98ec4a8e47325ce42043b','',552,0,'2013-11-18 08:00:00',14261,NULL),(15564,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,893ac0e101e0b61227c98ec4a8e47325ce42043b',' ',555,0,'2013-11-18 08:00:00',14263,NULL),(15565,9,'','',531,0,'2013-11-19 02:05:55',14264,NULL),(15566,35,'CLOUDY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,19bb48a389ec27db06ef9e913df845fb74','CLARITY:CLOUDY, pH:6.0, SG:1.030, LEU:POSITIVE ++, PUS CELLS:20, EPITH. CELLS:30',552,0,'2013-12-11 17:28:56',14266,NULL),(15567,9,'','',531,0,'2013-11-19 02:12:50',14267,NULL),(15568,27,'NON-REACTIVE,-,NEGATIVE,,038fd6afdc14ae09d1dfab42962ef8bd222a173f','',535,0,'2013-11-18 08:00:00',14267,NULL),(15569,19,'NEGATIVE,,038fd6afdc14ae09d1dfab42962ef8bd222a173f','',535,0,'2013-11-18 08:00:00',14267,NULL),(15570,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,038fd6afdc14ae09d1dfab42962ef8bd222a173f',', ',535,0,'2013-11-18 08:00:00',14269,NULL),(15571,40,'','',531,0,'2013-11-19 02:17:16',14270,NULL),(15572,9,'','',531,0,'2013-11-19 02:17:16',14270,NULL),(15573,19,'NEGATIVE,,e9c35ed74d0a6b520a15b83f42116ba619769a95','',535,0,'2013-11-18 08:00:00',14270,NULL),(15574,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e9c35ed74d0a6b520a15b83f42116ba619769a95','',535,0,'2013-11-18 08:00:00',14270,NULL),(15575,35,'','',531,0,'2013-11-19 02:17:16',14272,NULL),(15576,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,ced25174a76ab34b3498e4c20a5df7cafe25f3e8','',534,0,'2013-11-21 08:00:00',14273,NULL),(15577,134,'MODERATE,MANY,NOT SEEN,PRESENT (++),,ced25174a76ab34b3498e4c20a5df7cafe25f3e8','',534,0,'2013-11-21 08:00:00',14273,NULL),(15578,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e25525124dacd01dd4534e792df5b81954d33e97','',535,0,'2013-11-18 08:00:00',14274,NULL),(15579,57,'','',531,0,'2013-11-19 02:36:28',14275,NULL),(15580,133,'','',531,0,'2013-11-19 02:36:28',14275,NULL),(15581,131,'','',531,0,'2013-11-19 02:36:28',14275,NULL),(15582,56,'','',531,0,'2013-11-19 02:36:28',14275,NULL),(15583,22,'1,deab63d8abf38254c10429e1a0b30cff569db3c2','',535,0,'2013-11-18 08:00:00',14276,NULL),(15584,9,'','',531,0,'2013-11-19 02:45:35',14276,NULL),(15585,9,'','',531,0,'2013-11-19 03:13:38',14277,NULL),(15586,19,'NEGATIVE,,24acbc8d962677e4fb4943902cdc76b2021b367c','',535,0,'2013-11-18 08:00:00',14277,NULL),(15587,18,'[$]NO MALARIA PARASITES SEEN[/$],-,24acbc8d962677e4fb4943902cdc76b2021b367c','',535,0,'2013-11-18 08:00:00',14277,NULL),(15588,107,'1/20,1/20,24acbc8d962677e4fb4943902cdc76b2021b367c','',535,0,'2013-11-18 08:00:00',14279,NULL),(15589,35,'','',531,0,'2013-11-19 03:13:39',14282,NULL),(15590,9,'','',531,0,'2013-11-19 03:16:29',14283,NULL),(15591,19,'NEGATIVE,,63d87eb11bdd7601ab4276422df517e1ec52e12b','',535,0,'2013-11-18 08:00:00',14283,NULL),(15592,18,'[$]NO MALARIA PARASITES SEEN[/$],-,63d87eb11bdd7601ab4276422df517e1ec52e12b','',535,0,'2013-11-18 08:00:00',14283,NULL),(15593,82,'','',531,0,'2013-11-19 03:24:57',14284,NULL),(15594,222,'8.1,4.58,13.0,37.1,81.0,28.4,35.0,340,41.2,1.1,57.7,3.3,0.1,4.7,14.5,7.8,,93283cb8c723e0877c1cfa9dfbb225f33f5873e7','',535,0,'2013-11-18 08:00:00',14285,NULL),(15595,18,'[$]NO MALARIA PARASITES SEEN[/$],-,93283cb8c723e0877c1cfa9dfbb225f33f5873e7','',535,0,'2013-11-18 08:00:00',14285,NULL),(15596,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,12,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,93283cb8c723e0877c1cfa9dfbb225f3',', ',535,0,'2013-11-18 08:00:00',14287,NULL),(15597,222,'5.2,5.08,13.0,37.6,74.0,25.6,34.6,229,43.9,13.0,43.1,2.3,0.7,2.2,15.2,8.1,,0151e4997d8652ea03065507c96637fdac68df07','',535,0,'2013-11-18 08:00:00',14288,NULL),(15598,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0151e4997d8652ea03065507c96637fdac68df07','',535,0,'2013-11-18 08:00:00',14288,NULL),(15599,68,'','',558,0,'2013-11-19 04:56:03',14289,NULL),(15600,222,'6.3,5.35,14.4,44.6,83.6,26.9,32.3,210,35.7,4.0,60.3,2.2,0.3,3.8,13.3,9.8,,4c6e7f882e8f09ae94f9f3166137b963f071b846','',535,0,'2013-11-19 08:00:00',14289,NULL),(15601,36,'No Bacteria Growth,##,##,,4c6e7f882e8f09ae94f9f3166137b963f071b846','',534,0,'2013-11-21 08:00:00',14291,NULL),(15602,35,'CLEAR,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c6e7f882e8f09ae94f9f3166137b963f071b846',', ',535,0,'2013-11-18 08:00:00',14291,NULL),(15603,27,'NON-REACTIVE,-,NEGATIVE,,4c6e7f882e8f09ae94f9f3166137b963f071b846','',535,0,'2013-11-19 08:00:00',14294,NULL),(15604,108,'NON - REACTIVE,4c6e7f882e8f09ae94f9f3166137b963f071b846','',535,0,'2013-11-19 08:00:00',14294,NULL),(15605,4,'3.51,dd31511a69409337775f773f14cd81e29c51ba93','',552,0,'2013-11-19 08:00:00',14295,NULL),(15606,5,'13.15,dd31511a69409337775f773f14cd81e29c51ba93','',552,0,'2013-11-19 08:00:00',14295,NULL),(15607,222,'11.6,4.83,12.7,37.1,76.8,26.3,34.2,240,12.7,8.7,78.6,1.5,1.0,9.1,12.6,9.7,,dd31511a69409337775f773f14cd81e29c51ba93','',535,0,'2013-11-18 08:00:00',14295,NULL),(15608,131,'','',558,0,'2013-11-19 05:01:53',14297,NULL),(15609,12,'32,dd31511a69409337775f773f14cd81e29c51ba93','',552,0,'2013-11-19 08:00:00',14300,NULL),(15610,222,'5.7,4.50,14.1,42.1,93.6,31.3,33.5,209,57.6,10.3,32.1,3.3,0.6,1.8,13.0,12.2,,7e73185a90546b2886b38dc770c53895140fc82e','',535,0,'2013-11-18 08:00:00',14301,NULL),(15611,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7e73185a90546b2886b38dc770c53895140fc82e','',535,0,'2013-11-18 08:00:00',14301,NULL),(15612,35,'HAZY,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7e73185a90546b2886b38dc770c53895140fc82e',', ',535,0,'2013-11-18 08:00:00',14303,NULL),(15613,222,'6.6,4.14,13.1,37.4,90.3,31.6,35.0,294,16.9,13.0,70.1,1.1,0.9,4.6,13.3,8.2,,24acbc8d962677e4fb4943902cdc76b2021b367c','',535,0,'2013-11-18 08:00:00',14304,NULL),(15614,222,'6.6,4.61,11.9,36.4,79.0,25.8,32.7,233,14.3,8.8,76.9,0.9,0.6,5.1,14.5,10.0,,63d87eb11bdd7601ab4276422df517e1ec52e12b','',535,0,'2013-11-18 08:00:00',14305,NULL),(15615,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,941644bcfba7e4a050a455978f12451715ef8008','',534,0,'2013-11-27 08:00:00',14306,NULL),(15616,222,'9.9,4.57,11.2,33.6,73.5,24.5,33.3,334,55.1,15.0,29.9,5.5,1.5,2.9,16.2,10.1,,941644bcfba7e4a050a455978f12451715ef8008','',535,0,'2013-11-18 08:00:00',14306,NULL),(15617,19,'NEGATIVE,,941644bcfba7e4a050a455978f12451715ef8008','',535,0,'2013-11-18 08:00:00',14306,NULL),(15618,18,'[$]NO MALARIA PARASITES SEEN[/$],-,941644bcfba7e4a050a455978f12451715ef8008','',535,0,'2013-11-18 08:00:00',14306,NULL),(15619,107,'1/20,1/20,941644bcfba7e4a050a455978f12451715ef8008','',535,0,'2013-11-18 08:00:00',14308,NULL),(15620,222,'7.0,4.37,13.1,36.6,83.8,30.0,35.8,214,17.4,15.4,67.2,1.2,1.1,4.7,12.5,10.0,,7f457472f2360728502e0ccfa8ccc11c87e20e13','',535,0,'2013-11-18 08:00:00',14309,NULL),(15621,19,'NEGATIVE,,7f457472f2360728502e0ccfa8ccc11c87e20e13','',535,0,'2013-11-18 08:00:00',14309,NULL),(15622,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7f457472f2360728502e0ccfa8ccc11c87e20e13','',535,0,'2013-11-18 08:00:00',14309,NULL),(15623,37,'','',558,0,'2013-11-19 05:34:39',14311,NULL),(15624,107,'1/20,1/40,7f457472f2360728502e0ccfa8ccc11c87e20e13','',535,0,'2013-11-18 08:00:00',14314,NULL),(15625,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,90b42e97ef0e3729e053894571ae13b59e875c3f','',534,0,'2013-11-27 20:34:07',14315,NULL),(15626,222,'8.1,4.61,11.9,34.4,74.6,25.8,34.6,214,36.5,15.0,48.5,3.0,1.2,3.9,14.4,9.1,,90b42e97ef0e3729e053894571ae13b59e875c3f','',535,534,'2013-11-18 08:00:00',14315,'2013-11-27 12:34:08'),(15627,18,',,,90b42e97ef0e3729e053894571ae13b59e875c3f','',535,534,'2013-11-18 08:00:00',14315,'2013-11-27 12:34:08'),(15628,107,'1/20,1/20,90b42e97ef0e3729e053894571ae13b59e875c3f','',535,0,'2013-11-18 08:00:00',14317,NULL),(15629,222,'7.3,5.56,11.1,36.0,64.7,20.0,30.8,332,14.9,13.7,71.4,1.1,1.0,5.2,15.9,-,,59d89af3431dd0395a6889fa2289a1a51e8e6596','',535,0,'2013-11-18 08:00:00',14318,NULL),(15630,19,'NEGATIVE,,59d89af3431dd0395a6889fa2289a1a51e8e6596','',535,0,'2013-11-18 08:00:00',14318,NULL),(15631,18,'[$]NO MALARIA PARASITES SEEN[/$],-,59d89af3431dd0395a6889fa2289a1a51e8e6596','',535,0,'2013-11-18 08:00:00',14318,NULL),(15632,21,'','',558,0,'2013-11-19 06:42:55',14319,NULL),(15633,224,'','',558,0,'2013-11-19 06:42:55',14319,NULL),(15634,60,'','',558,0,'2013-11-19 07:06:26',14320,NULL),(15635,57,'','',558,0,'2013-11-19 07:06:26',14320,NULL),(15636,133,'','',558,0,'2013-11-19 07:06:26',14320,NULL),(15637,132,'','',558,0,'2013-11-19 07:06:26',14320,NULL),(15638,56,'','',558,0,'2013-11-19 07:06:26',14320,NULL),(15639,68,'','',558,0,'2013-11-19 07:06:26',14322,NULL),(15640,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,bfcae3ad41607de0bbed713385b8f6b709','',537,0,'2013-11-19 08:00:00',14325,NULL),(15641,222,'7.5,5.25,13.7,38.8,73.9,26.1,35.3,167,18.4,5.0,76.6,1.4,0.4,5.7,17.3,9.1,,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',535,0,'2013-11-19 08:00:00',14326,NULL),(15642,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',535,0,'2013-11-19 08:00:00',14326,NULL),(15643,35,'HAZY,AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43',', ',535,0,'2013-11-19 08:00:00',14328,NULL),(15644,107,'1/20,1/20,5e5968401d642df5d2ba35c2f2ee39a8ae45ca43','',535,0,'2013-11-19 08:00:00',14331,NULL),(15645,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,8f41e9c37ae0088fc1301462f700c5b9b1cc04bb','',534,0,'2013-11-25 08:00:00',14332,NULL),(15646,222,'12.0,3.47,11.2,31.7,91.4,32.3,35.3,218,15.4,6.1,78.5,1.8,0.7,9.5,12.7,9.6,,8f41e9c37ae0088fc1301462f700c5b9b1cc04bb','',535,0,'2013-11-19 08:00:00',14332,NULL),(15647,35,'','',558,0,'2013-11-19 12:21:48',14334,NULL),(15648,68,'9.2,NEGATIVE,NEGATIVE,,d2960d2ba43e1299723c64a82dad911341d4c14b','',535,0,'2013-11-19 08:00:00',14335,NULL),(15649,132,'','',558,0,'2013-11-19 14:34:20',14336,NULL),(15650,82,'','',558,0,'2013-11-19 14:34:20',14338,NULL),(15651,68,'','',558,0,'2013-11-19 14:34:20',14338,NULL),(15652,68,'5.9,-,-,,ff002b912f87db0af8f1187a4da48f966738e932','NON DIABETIC, ',534,0,'2013-11-19 08:00:00',14339,NULL),(15653,222,'','',558,0,'2013-11-19 14:47:43',14339,NULL),(15654,19,'NEGATIVE,,ff002b912f87db0af8f1187a4da48f966738e932','',534,0,'2013-11-19 08:00:00',14339,NULL),(15655,18,'[$]NO MALARIA PARASITES SEEN [/$],-,ff002b912f87db0af8f1187a4da48f966738e932','',534,0,'2013-11-19 08:00:00',14339,NULL),(15656,35,'HAZY,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ff002b912f87db0af8f1187a4da48f966738e932','',534,0,'2013-11-19 08:00:00',14341,NULL),(15657,107,'1/20,1/20,ff002b912f87db0af8f1187a4da48f966738e932','',534,0,'2013-11-19 08:00:00',14344,NULL),(15658,131,'','',558,0,'2013-11-19 14:50:55',14345,NULL),(15659,132,'','',558,0,'2013-11-19 14:50:55',14345,NULL),(15660,68,'','',558,0,'2013-11-19 14:50:55',14347,NULL),(15661,222,'','',558,0,'2013-11-19 15:00:15',14348,NULL),(15662,92,'0.1,bb6843bc32a734353597b8621701eb0a01244e44','',534,0,'2013-11-21 08:00:00',14350,NULL),(15663,222,'','',558,0,'2013-11-19 15:14:01',14351,NULL),(15664,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4dd94b3f5838b3f687dd92767c651294c3bbba24','',552,0,'2013-11-19 08:00:00',14351,NULL),(15665,35,'','',558,0,'2013-11-19 15:14:01',14353,NULL),(15666,9,'','',531,0,'2013-11-19 15:45:27',14354,NULL),(15667,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9132b4a7d8de49344127942a096691f678538930','',552,0,'2013-11-19 08:00:00',14354,NULL),(15668,35,'CLOUDY,AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,10,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,9132b4a7d8de49344127942a096691f67','',537,0,'2013-11-19 08:00:00',14356,NULL),(15669,68,'6.2,NEGATIVE,NEGATIVE,,00e5f43b533b4b95ad65479f510d63bf10db3b35','',534,0,'2013-11-19 08:00:00',14357,NULL),(15670,9,'','',531,0,'2013-11-19 15:48:25',14358,NULL),(15671,18,'[$]NO MALARIA PARASITE SEEN[/$],-,12334723f528aabfe8c8303a6d1cee2dcfd90b9c','',537,0,'2013-11-19 08:00:00',14358,NULL),(15672,57,'','',531,0,'2013-11-19 15:48:26',14360,NULL),(15673,133,'','',531,0,'2013-11-19 15:48:26',14360,NULL),(15674,56,'','',531,0,'2013-11-19 15:48:26',14360,NULL),(15675,107,'','',531,0,'2013-11-19 15:48:26',14360,NULL),(15676,35,'','',531,0,'2013-11-19 15:48:26',14363,NULL),(15677,68,'','',531,0,'2013-11-19 15:58:45',14364,NULL),(15678,132,'','',531,0,'2013-11-19 15:58:46',14366,NULL),(15679,9,'','',531,0,'2013-11-19 15:59:51',14367,NULL),(15680,19,'NEGATIVE,,6039927d9b643cb76c0f3bb6d9f973ff32f1ddc3','',552,0,'2013-11-19 08:00:00',14367,NULL),(15681,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6039927d9b643cb76c0f3bb6d9f973ff32f1ddc3','',552,0,'2013-11-19 08:00:00',14367,NULL),(15682,9,'','',531,0,'2013-11-19 16:03:24',14368,NULL),(15683,70,'5.6,,ce87fe012002f3357a9d1a8c994b87bf50276454','',534,0,'2013-11-19 08:00:00',14368,NULL),(15684,108,'NON - REACTIVE,ce87fe012002f3357a9d1a8c994b87bf50276454','',534,0,'2013-11-19 08:00:00',14370,NULL),(15685,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ce87fe012002f3357a9d1a8c994b87bf50276454','',537,0,'2013-11-19 08:00:00',14373,NULL),(15686,9,'','',531,0,'2013-11-19 16:05:07',14374,NULL),(15687,70,'5.0,,0c669698f147ddeb9ecbe106fa470612d7a024f4','',534,0,'2013-11-19 08:00:00',14374,NULL),(15688,108,'NON - REACTIVE,0c669698f147ddeb9ecbe106fa470612d7a024f4','',534,0,'2013-11-19 08:00:00',14376,NULL),(15689,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,0c669698f147ddeb9ecbe106fa470612d7','',537,0,'2013-11-19 08:00:00',14379,NULL),(15690,68,'','',531,0,'2013-11-19 16:07:26',14380,NULL),(15691,9,'','',531,0,'2013-11-19 16:07:26',14380,NULL),(15692,132,'','',531,0,'2013-11-19 16:07:26',14382,NULL),(15693,65,'','',531,0,'2013-11-19 16:07:26',14382,NULL),(15694,132,'','',531,0,'2013-11-19 16:28:06',14383,NULL),(15695,36,'','',531,0,'2013-11-19 16:28:07',14385,NULL),(15696,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9d94ece5d1bebfde5454ed2fe415befc2581eab2','',537,0,'2013-11-19 08:00:00',14385,NULL),(15697,68,'5.2,-,-,,9ef7da69eb6ac3d1b8b508c7e2062eb4d95ec0af','NON DIABETIC, ',534,0,'2013-11-19 08:00:00',14386,NULL),(15698,74,'','',531,0,'2013-11-19 16:33:01',14388,NULL),(15699,16,'','',531,0,'2013-11-19 16:35:17',14389,NULL),(15700,14,'NEGATIVE,1e41ee1e4f0b318f89f48f32d76c55c6209213e4','',537,0,'2013-11-19 08:00:00',14391,NULL),(15701,9,'','',531,0,'2013-11-19 16:41:56',14392,NULL),(15702,70,'5.1,,f44025bfdb9b56cd254be048f276001881571e2c','',537,0,'2013-11-19 08:00:00',14392,NULL),(15703,108,'NON - REACTIVE,f44025bfdb9b56cd254be048f276001881571e2c','',537,0,'2013-11-19 08:00:00',14394,NULL),(15704,35,'HAZY,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,12,NOT SEEN,NOT SEEN,NOT SEEN,,,,f44025bfdb9b56cd254be048f276001881571e2c','',537,0,'2013-11-19 08:00:00',14397,NULL),(15705,225,'','',531,0,'2013-11-19 16:54:43',14398,NULL),(15706,9,'','',531,0,'2013-11-19 16:57:31',14399,NULL),(15707,19,'NEGATIVE,,1d589590387bbcd37eac0d571423ed047ced248a','',552,0,'2013-11-19 08:00:00',14399,NULL),(15708,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1d589590387bbcd37eac0d571423ed047ced248a','',552,0,'2013-11-19 08:00:00',14399,NULL),(15709,107,'1/20,1/160,1d589590387bbcd37eac0d571423ed047ced248a','',552,0,'2013-11-19 08:00:00',14401,NULL),(15710,68,'7.8,NEGATIVE,NEGATIVE,,695b30b37a70b86e7b8b349d5d53e7dfd4e8f547','',537,0,'2013-11-19 08:00:00',14402,NULL),(15711,77,'','',531,0,'2013-11-19 16:59:57',14402,NULL),(15712,68,'5.3,-,-,,e13c334f4d2f2e263d84798a08c3d20fefd90089','NON DIABETIC, ',534,0,'2013-11-19 08:00:00',14403,NULL),(15713,9,'','',531,0,'2013-11-19 17:06:21',14403,NULL),(15714,19,'NEGATIVE,,e13c334f4d2f2e263d84798a08c3d20fefd90089','',534,0,'2013-11-19 08:00:00',14403,NULL),(15715,18,'[$]NO MALARIA PARASITES SEEN [/$],-,e13c334f4d2f2e263d84798a08c3d20fefd90089','',534,0,'2013-11-19 08:00:00',14403,NULL),(15716,132,'','',531,0,'2013-11-19 17:06:21',14405,NULL),(15717,107,'1/20,1/20,e13c334f4d2f2e263d84798a08c3d20fefd90089','',534,0,'2013-11-19 08:00:00',14405,NULL),(15718,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e13c334f4d2f2e263d84798a08c3d20fefd90089','',537,0,'2013-11-19 08:00:00',14408,NULL),(15719,68,'5.4,-,-,,89de1da764e2f5cd4dac453f8c73e0948db94bf9','NON DIABETIC, ',534,0,'2013-11-19 08:00:00',14409,NULL),(15720,9,'','',531,0,'2013-11-19 17:19:38',14409,NULL),(15721,18,'[$]NO MALARIA PARASITES SEEN [/$],-,89de1da764e2f5cd4dac453f8c73e0948db94bf9','',534,0,'2013-11-19 08:00:00',14409,NULL),(15722,112,'NEGATIVE,,89de1da764e2f5cd4dac453f8c73e0948db94bf9','',534,0,'2013-11-19 08:00:00',14411,NULL),(15723,27,'NON-REACTIVE,-,NEGATIVE,89de1da764e2f5cd4dac453f8c73e0948db94bf9','',534,0,'2013-11-19 08:00:00',14411,NULL),(15724,108,'NON - REACTIVE,89de1da764e2f5cd4dac453f8c73e0948db94bf9','',534,0,'2013-11-19 08:00:00',14411,NULL),(15725,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,89de1da764e2f5cd4dac453f8c73e0948db94bf9','',537,0,'2013-11-19 08:00:00',14414,NULL),(15726,9,'','',531,0,'2013-11-19 17:24:13',14415,NULL),(15727,19,'NEGATIVE,,9d118804520c93af7dbacf50eed3ae3a6a7f1b71','',552,0,'2013-11-19 08:00:00',14415,NULL),(15728,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9d118804520c93af7dbacf50eed3ae3a6a7f1b71','',552,0,'2013-11-19 08:00:00',14415,NULL),(15729,68,'13.1,POSITIVE (++),NEGATIVE,,0d8f1756d5cf9e2d7dbee6b6482f38edbddb9ed1','',555,0,'2013-11-19 08:00:00',14416,NULL),(15730,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9d118804520c93af7dbacf50eed3ae3a6a7f1b71','',537,0,'2013-11-19 08:00:00',14419,NULL),(15731,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9d118804520c93af7dbacf50eed3ae3a6a7f1b71','',537,0,'2013-11-19 08:00:00',14423,NULL),(15732,68,'','',531,0,'2013-11-19 17:26:58',14424,NULL),(15733,9,'','',531,0,'2013-11-19 17:26:58',14424,NULL),(15734,131,'','',531,0,'2013-11-19 17:26:58',14426,NULL),(15735,132,'','',531,0,'2013-11-19 17:26:58',14426,NULL),(15736,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b30f82c1f71d17875a3a1631b24b8c2a27db5d1','',537,0,'2013-11-19 08:00:00',14429,NULL),(15737,9,'','',534,0,'2013-11-19 17:27:21',14430,NULL),(15738,19,'NEGATIVE,,b30fa22b66456868010d602f93874fb5ae001b32','',552,0,'2013-11-19 08:00:00',14430,NULL),(15739,37,'','',534,0,'2013-11-19 17:27:21',14432,NULL),(15740,9,'','',531,0,'2013-11-19 17:31:38',14433,NULL),(15741,19,'NEGATIVE,,388a4a78a7ba115f620eebfe52fd7932521bbe21','',552,0,'2013-11-19 08:00:00',14433,NULL),(15742,18,'[$]NO MALARIA PARASITES SEEN[/$],-,388a4a78a7ba115f620eebfe52fd7932521bbe21','',552,0,'2013-11-19 08:00:00',14433,NULL),(15743,22,'23,95c9a9924e7a2403b97ff4cd54a01ef8e9282c15','',537,0,'2013-11-19 08:00:00',14434,NULL),(15744,9,'','',531,0,'2013-11-19 17:34:34',14434,NULL),(15745,70,'5.2,,95c9a9924e7a2403b97ff4cd54a01ef8e9282c15','',537,0,'2013-11-19 08:00:00',14434,NULL),(15746,108,'NON - REACTIVE,95c9a9924e7a2403b97ff4cd54a01ef8e9282c15','',537,0,'2013-11-19 08:00:00',14436,NULL),(15747,107,'1/20,1/20,95c9a9924e7a2403b97ff4cd54a01ef8e9282c15','',537,0,'2013-11-19 08:00:00',14436,NULL),(15748,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,95c9a9924e7a2403b97ff4cd54a01ef8e9282c15','',537,0,'2013-11-19 08:00:00',14439,NULL),(15749,68,'','',531,0,'2013-11-19 17:46:56',14440,NULL),(15750,9,'','',531,0,'2013-11-19 17:46:56',14440,NULL),(15751,19,'NEGATIVE,,ab1d440d6e96e264ca494b4bb6ba3054b84c0d91','',552,0,'2013-11-19 08:00:00',14440,NULL),(15752,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ab1d440d6e96e264ca494b4bb6ba3054b84c0d91','',552,0,'2013-11-19 08:00:00',14440,NULL),(15753,78,'','',531,0,'2013-11-19 17:46:56',14442,NULL),(15754,132,'','',531,0,'2013-11-19 17:46:56',14442,NULL),(15755,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),ab1d440d6e96e264ca494b4bb6ba3054b84c0d91','',534,0,'2013-11-21 08:00:00',14442,NULL),(15756,107,'1/20,1/20,ab1d440d6e96e264ca494b4bb6ba3054b84c0d91','',552,0,'2013-11-19 08:00:00',14442,NULL),(15757,93,'< 0.05,ab1d440d6e96e264ca494b4bb6ba3054b84c0d91','',534,0,'2013-11-21 08:00:00',14445,NULL),(15758,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ab1d440d6e96e264ca494b4bb6ba3054b84c0d91','',537,0,'2013-11-19 08:00:00',14449,NULL),(15759,9,'','',531,0,'2013-11-19 18:00:19',14450,NULL),(15760,92,'0.6,dd0f9c5ae15b71434dcf8ce8d713490d1ee59802','',534,0,'2013-11-21 08:00:00',14452,NULL),(15761,9,'','',531,0,'2013-11-19 18:02:34',14453,NULL),(15762,14,'NEGATIVE,1c34ead7c468f666e5aec06d5a3389fc30a5463f','',537,0,'2013-11-19 08:00:00',14455,NULL),(15763,107,'1/20,1/20,12334723f528aabfe8c8303a6d1cee2dcfd90b9c','',537,0,'2013-11-19 08:00:00',14456,NULL),(15764,9,'','',531,0,'2013-11-19 18:05:49',14457,NULL),(15765,28,'NEGATIVE,[$]AA[/$],,5ac63356835de69b9fcf7138498a6d4d191f511e','',552,0,'2013-11-20 08:00:00',14457,NULL),(15766,19,'NEGATIVE,,5ac63356835de69b9fcf7138498a6d4d191f511e','',534,0,'2013-11-19 08:00:00',14457,NULL),(15767,18,'[$]NO MALARIA PARASITES SEEN [/$],-,5ac63356835de69b9fcf7138498a6d4d191f511e','',534,0,'2013-11-19 08:00:00',14457,NULL),(15768,107,'1/20,1/20,5ac63356835de69b9fcf7138498a6d4d191f511e','',534,0,'2013-11-19 08:00:00',14459,NULL),(15769,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,14,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,5ac63356835de69b9fcf7138498a6d4d191','',537,0,'2013-11-19 08:00:00',14462,NULL),(15770,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,12334723f528aabfe8c8303a6d1cee2dcfd90b9c','',537,0,'2013-11-19 08:00:00',14463,NULL),(15771,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e2a3f1e745a66c1bac2332e3eab8f13fd84dceef','',537,0,'2013-11-19 08:00:00',14464,NULL),(15772,9,'','',531,0,'2013-11-19 18:26:24',14465,NULL),(15773,19,'NEGATIVE,,b011cf483f3cc7ebc42202f92676925bb9e3abf4','',534,0,'2013-11-19 08:00:00',14465,NULL),(15774,18,'[$]NO MALARIA PARASITES SEEN [/$],-,b011cf483f3cc7ebc42202f92676925bb9e3abf4','',534,0,'2013-11-19 08:00:00',14465,NULL),(15775,107,'1/20,1/20,b011cf483f3cc7ebc42202f92676925bb9e3abf4','',534,0,'2013-11-19 08:00:00',14467,NULL),(15776,21,'O,POSITIVE,0f0961d60f804c12c26104d2dd42106917511b4e','',534,0,'2013-11-19 08:00:00',14468,NULL),(15777,9,'','',531,0,'2013-11-19 18:29:23',14468,NULL),(15778,27,'NON-REACTIVE,-,NEGATIVE,0f0961d60f804c12c26104d2dd42106917511b4e','',534,0,'2013-11-19 08:00:00',14468,NULL),(15779,20,'NEGATIVE,0f0961d60f804c12c26104d2dd42106917511b4e','',534,0,'2013-11-19 08:00:00',14468,NULL),(15780,112,'NEGATIVE,,0f0961d60f804c12c26104d2dd42106917511b4e','',534,0,'2013-11-19 08:00:00',14470,NULL),(15781,108,'NON - REACTIVE,0f0961d60f804c12c26104d2dd42106917511b4e','',534,0,'2013-11-19 08:00:00',14470,NULL),(15782,120,'','',531,0,'2013-11-19 18:38:01',14471,NULL),(15783,131,'','',531,0,'2013-11-19 18:44:13',14472,NULL),(15784,9,'','',531,0,'2013-11-19 18:57:57',14473,NULL),(15785,19,'NEGATIVE,,5c21a0dd80572178b91ed5d691b259f1eaaa94c2','',534,0,'2013-11-19 08:00:00',14473,NULL),(15786,18,'[$]NO MALARIA PARASITES SEEN [/$],-,5c21a0dd80572178b91ed5d691b259f1eaaa94c2','',534,0,'2013-11-19 08:00:00',14473,NULL),(15787,107,'1/80,1/80,5c21a0dd80572178b91ed5d691b259f1eaaa94c2','',534,0,'2013-11-19 08:00:00',14475,NULL),(15788,9,'','',531,0,'2013-11-19 19:04:06',14476,NULL),(15789,18,'[$]NO MALARIA PARASITES SEEN [/$],-,83396dbbadfb79e9f05fab3f558bbab8652eb64f','',534,0,'2013-11-19 08:00:00',14476,NULL),(15790,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,83396dbbadfb79e9f05fab3f558bbab8652eb64f','',534,0,'2013-11-19 08:00:00',14478,NULL),(15791,9,'','',531,0,'2013-11-19 19:06:54',14479,NULL),(15792,21,'A,POSITIVE,1d7effbc9ba53af08e329d8040960602e91359a4','',534,0,'2013-11-19 08:00:00',14480,NULL),(15793,16,'POSITIVE,,1c34ead7c468f666e5aec06d5a3389fc30a5463f','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',552,0,'2013-11-19 19:14:13',14481,NULL),(15794,9,'','',531,0,'2013-11-19 19:14:56',14482,NULL),(15795,19,'NEGATIVE,,6d2fc3336e6c73c561c6c95585a251dde0775c9f','',534,0,'2013-11-19 08:00:00',14482,NULL),(15796,18,'[$]NO MALARIA PARASITES SEEN [/$],-,6d2fc3336e6c73c561c6c95585a251dde0775c9f','',534,0,'2013-11-19 08:00:00',14482,NULL),(15797,211,'','',531,0,'2013-11-19 19:14:56',14484,NULL),(15798,60,'','',531,0,'2013-11-19 19:14:56',14484,NULL),(15799,57,'','',531,0,'2013-11-19 19:14:56',14484,NULL),(15800,133,'','',531,0,'2013-11-19 19:14:56',14484,NULL),(15801,132,'','',531,0,'2013-11-19 19:14:56',14484,NULL),(15802,56,'','',531,0,'2013-11-19 19:14:56',14484,NULL),(15803,35,'','',531,0,'2013-11-19 19:21:29',14485,NULL),(15804,132,'','',531,0,'2013-11-19 19:23:47',14486,NULL),(15805,107,'1/20,1/20,,9d118804520c93af7dbacf50eed3ae3a6a7f1b71','',552,0,'2013-11-19 19:29:33',14487,NULL),(15806,37,'','',552,0,'2013-11-19 19:29:04',14489,NULL),(15807,35,'','',552,0,'2013-11-19 19:29:07',14492,NULL),(15808,19,'NEGATIVE,,c8dc9f03ff44a4beb50cbdf67f00d4fd80a130f5','',552,0,'2013-11-19 08:00:00',14493,NULL),(15809,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c8dc9f03ff44a4beb50cbdf67f00d4fd80a130f5','',552,0,'2013-11-19 08:00:00',14493,NULL),(15810,35,'','',531,0,'2013-11-19 19:41:45',14495,NULL),(15811,9,'','',531,0,'2013-11-19 19:47:21',14496,NULL),(15812,18,'[$]NO MALARIA PARASITES SEEN [/$],-,edc8845aade23c819dbc310e72bdbc1977a10595','',534,0,'2013-11-20 08:00:00',14496,NULL),(15813,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,edc8845aade23c819dbc310e72bdbc1977a10595','',552,0,'2013-11-19 08:00:00',14498,NULL),(15814,9,'','',531,0,'2013-11-19 19:57:34',14499,NULL),(15815,19,'NEGATIVE,,187bdac419eea9dce10ed9304126a7acd37beea3','',534,0,'2013-11-19 08:00:00',14499,NULL),(15816,18,'[$]NO MALARIA PARASITES SEEN \n[/$],-,187bdac419eea9dce10ed9304126a7acd37beea3','',534,0,'2013-11-19 08:00:00',14499,NULL),(15817,22,'6,73933c320f6507ab0ff6044c69a9927bc9765a5f','',552,0,'2013-11-20 08:00:00',14500,NULL),(15818,211,'','',531,0,'2013-11-19 20:13:39',14502,NULL),(15819,60,'','',531,0,'2013-11-19 20:13:39',14502,NULL),(15820,57,'','',531,0,'2013-11-19 20:13:39',14502,NULL),(15821,133,'','',531,0,'2013-11-19 20:13:39',14502,NULL),(15822,56,'','',531,0,'2013-11-19 20:13:39',14502,NULL),(15823,22,'5,d261edf0d51c6dbfff8d50ae77f7de1d30293b71','',552,0,'2013-11-19 08:00:00',14503,NULL),(15824,9,'','',531,0,'2013-11-19 20:21:20',14503,NULL),(15825,19,'NEGATIVE,,d261edf0d51c6dbfff8d50ae77f7de1d30293b71','',552,0,'2013-11-19 08:00:00',14503,NULL),(15826,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d261edf0d51c6dbfff8d50ae77f7de1d30293b71','',552,0,'2013-11-19 08:00:00',14503,NULL),(15827,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d261edf0d51c6dbfff8d50ae77f7de1d30293b71','',552,0,'2013-11-19 08:00:00',14505,NULL),(15828,107,'1/20,1/20,d261edf0d51c6dbfff8d50ae77f7de1d30293b71','',552,0,'2013-11-19 08:00:00',14508,NULL),(15829,9,'','',531,0,'2013-11-19 20:25:15',14509,NULL),(15830,112,'NEGATIVE,,f8159fb59abab75f02811b26f30bf371b2a60e8d','',552,0,'2013-11-19 08:00:00',14511,NULL),(15831,27,'NON-REACTIVE,-,NEGATIVE,f8159fb59abab75f02811b26f30bf371b2a60e8d','',552,0,'2013-11-19 08:00:00',14511,NULL),(15832,108,'NON - REACTIVE,f8159fb59abab75f02811b26f30bf371b2a60e8d','',552,0,'2013-11-19 08:00:00',14511,NULL),(15833,36,'No Bacteria Growth,##,##,,f8159fb59abab75f02811b26f30bf371b2a60e8d','',534,0,'2013-11-21 08:00:00',14514,NULL),(15834,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f8159fb59abab75f02811b26f30bf371b2a60e8d','',552,0,'2013-11-19 08:00:00',14514,NULL),(15835,9,'','',531,0,'2013-11-19 20:28:41',14515,NULL),(15836,22,'1,20c837fa505b87ad1b62f66ffc77c84fef636d48','',552,0,'2013-11-19 08:00:00',14516,NULL),(15837,9,'','',531,0,'2013-11-19 20:32:10',14516,NULL),(15838,20,'NEGATIVE,20c837fa505b87ad1b62f66ffc77c84fef636d48','',552,0,'2013-11-19 08:00:00',14516,NULL),(15839,9,'','',531,0,'2013-11-19 20:34:43',14517,NULL),(15840,28,'NEGATIVE,[$]AA[/$],,966b2fbd0ffce9cb3f1e2f90e51689ab42fa0f99','',552,0,'2013-11-20 08:00:00',14517,NULL),(15841,18,'[$]NO MALARIA PARASITES SEEN[/$],-,966b2fbd0ffce9cb3f1e2f90e51689ab42fa0f99','',552,0,'2013-11-19 08:00:00',14517,NULL),(15842,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,996264dc4651a1b7db799bfb349575c6394824c6','',537,0,'2013-11-19 08:00:00',14518,NULL),(15843,9,'','',531,0,'2013-11-19 20:42:00',14519,NULL),(15844,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f0304b705114045c034bb31e7cae9a80076d6348','',552,0,'2013-11-19 08:00:00',14519,NULL),(15845,70,'','',531,0,'2013-11-19 20:42:00',14519,NULL),(15846,35,'','',531,0,'2013-11-19 20:42:01',14521,NULL),(15847,21,'O,POSITIVE,c8bd2aeb8ea46faff2bdf71988da5743e361f81a','',552,0,'2013-11-19 08:00:00',14522,NULL),(15848,9,'','',531,0,'2013-11-19 20:45:51',14522,NULL),(15849,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c8bd2aeb8ea46faff2bdf71988da5743e361f81a','',552,0,'2013-11-19 08:00:00',14522,NULL),(15850,20,'','',531,0,'2013-11-19 20:45:51',14522,NULL),(15851,68,'','',531,0,'2013-11-19 20:52:34',14523,NULL),(15852,77,'','',531,0,'2013-11-19 20:52:34',14523,NULL),(15853,70,'','',531,0,'2013-11-19 20:52:34',14523,NULL),(15854,211,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15855,60,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15856,78,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15857,57,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15858,133,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15859,129,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15860,132,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15861,69,'NEGATIVE,NORMAL (0.01 - 0.05),324524c60a64a788621c457dfa9503f1ed8c0fb4','',552,0,'2013-11-20 08:00:00',14525,NULL),(15862,56,'','',531,0,'2013-11-19 20:52:34',14525,NULL),(15863,22,'5,fc04b509f2d12c9ba24773f95efdf0297fe5a98f','',550,0,'2013-11-19 08:00:00',14526,NULL),(15864,9,'','',531,0,'2013-11-19 21:00:30',14526,NULL),(15865,19,'NEGATIVE,,fc04b509f2d12c9ba24773f95efdf0297fe5a98f','',550,0,'2013-11-19 08:00:00',14526,NULL),(15866,16,'POSITIVE,fc04b509f2d12c9ba24773f95efdf0297fe5a98f','',550,0,'2013-11-19 08:00:00',14528,NULL),(15867,14,'','',531,0,'2013-11-19 21:00:31',14531,NULL),(15868,22,'3,08a9b31de09492562771dffb1aa9ce3489812334','',552,0,'2013-11-20 08:00:00',14532,NULL),(15869,9,'','',531,0,'2013-11-19 21:04:29',14532,NULL),(15870,19,'NEGATIVE,,08a9b31de09492562771dffb1aa9ce3489812334','',552,0,'2013-11-20 08:00:00',14532,NULL),(15871,57,'','',531,0,'2013-11-19 21:04:29',14534,NULL),(15872,133,'','',531,0,'2013-11-19 21:04:29',14534,NULL),(15873,131,'','',531,0,'2013-11-19 21:04:29',14534,NULL),(15874,132,'','',531,0,'2013-11-19 21:04:29',14534,NULL),(15875,56,'','',531,0,'2013-11-19 21:04:29',14534,NULL),(15876,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,08a9b31de09492562771dffb1aa9ce3489812334',', ',552,0,'2013-11-20 08:00:00',14537,NULL),(15877,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,c8dc9f03ff44a4beb50cbdf67f00d4fd80','pH:6.0, SPECIFIC GRAVITY:1.025, GLUCOSE:POSITIVE +, PUS CELLS:2, EPITHELIAL CELLS:2',552,0,'2013-11-19 21:13:40',14538,NULL),(15878,9,'','',531,0,'2013-11-19 21:18:48',14539,NULL),(15879,19,'NEGATIVE,,27df36a8081b3edaa83885932a2ca31c76ae35cb','',550,0,'2013-11-19 08:00:00',14539,NULL),(15880,18,'[$]NO MALARIA PARASITES SEEN[/$],-,27df36a8081b3edaa83885932a2ca31c76ae35cb','',550,0,'2013-11-19 08:00:00',14539,NULL),(15881,107,'1/20,1/20,27df36a8081b3edaa83885932a2ca31c76ae35cb','',550,0,'2013-11-19 08:00:00',14541,NULL),(15882,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,27df36a8081b3edaa83885932a2ca31c76ae35cb',', ',543,0,'2013-11-19 08:00:00',14544,NULL),(15883,9,'','',531,0,'2013-11-19 21:22:28',14545,NULL),(15884,19,'NEGATIVE,,b500dcd4185b5e6cf7c89671057e5a544ca8b5de','',550,0,'2013-11-19 08:00:00',14545,NULL),(15885,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b500dcd4185b5e6cf7c89671057e5a544ca8b5de','',550,0,'2013-11-19 08:00:00',14545,NULL),(15886,102,'7.1,47233ea443e46231c4270b2f024c8e725d405ae6','',534,0,'2013-11-22 08:00:00',14546,NULL),(15887,9,'','',531,0,'2013-11-19 21:31:57',14547,NULL),(15888,22,'31,69ebe53e18195fe1d032fa371fbe7499da302611','',552,0,'2013-11-20 08:00:00',14548,NULL),(15889,9,'','',531,0,'2013-11-19 21:42:46',14548,NULL),(15890,28,'NEGATIVE,[$]AA[/$],,69ebe53e18195fe1d032fa371fbe7499da302611','',552,0,'2013-11-20 08:00:00',14548,NULL),(15891,9,'','',531,0,'2013-11-19 21:59:28',14549,NULL),(15892,19,'NEGATIVE,,c035ca7afebfba46d36a56775e240067c7a0eb1b','',550,0,'2013-11-19 08:00:00',14549,NULL),(15893,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c035ca7afebfba46d36a56775e240067c7a0eb1b','',550,0,'2013-11-19 08:00:00',14549,NULL),(15894,35,'','',531,0,'2013-11-19 21:59:28',14551,NULL),(15895,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,RESISTANT,c1f69bb32cc68869d721edf6aa7e5af766a4df6f','',534,0,'2013-11-19 08:00:00',14552,NULL),(15896,36,'Citrobacter species,##,##,,c1f69bb32cc68869d721edf6aa7e5af766a4df6f','',534,0,'2013-11-19 08:00:00',14552,NULL),(15897,9,'','',531,0,'2013-11-19 22:04:17',14553,NULL),(15898,16,'POSITIVE,0c25c4e7eaa47d16a4ad83aaf0655a5f35802ce4','',550,0,'2013-11-19 08:00:00',14555,NULL),(15899,14,'NEGATIVE,0c25c4e7eaa47d16a4ad83aaf0655a5f35802ce4','',550,0,'2013-11-20 08:00:00',14558,NULL),(15900,9,'','',531,0,'2013-11-19 22:09:08',14559,NULL),(15901,9,'','',531,0,'2013-11-19 22:25:40',14560,NULL),(15902,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b9d93364ed8b481c5e18d0547d482aff7194580','',550,0,'2013-11-19 08:00:00',14560,NULL),(15903,9,'','',531,0,'2013-11-19 22:37:39',14561,NULL),(15904,19,'NEGATIVE,,663173f78f342e99c02d20536760842c0f8d91d7','',550,0,'2013-11-19 08:00:00',14561,NULL),(15905,18,'[$]NO MALARIA PARASITES SEEN[/$],-,663173f78f342e99c02d20536760842c0f8d91d7','',550,0,'2013-11-19 08:00:00',14561,NULL),(15906,9,'','',531,0,'2013-11-19 22:58:16',14562,NULL),(15907,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7eca1675f97ac4343b6ead74a61b7f1a1177315b','',550,0,'2013-11-19 08:00:00',14562,NULL),(15908,225,'','',531,0,'2013-11-19 23:17:37',14563,NULL),(15909,9,'','',531,0,'2013-11-19 23:24:45',14564,NULL),(15910,19,'NEGATIVE,,119f00ca0bf2ca03eae88886d47072aa3a607981','',550,0,'2013-11-19 08:00:00',14564,NULL),(15911,35,'','',531,0,'2013-11-19 23:24:45',14566,NULL),(15912,9,'','',531,0,'2013-11-19 23:26:54',14567,NULL),(15913,199,'','',531,0,'2013-11-19 23:26:54',14569,NULL),(15914,9,'','',531,0,'2013-11-19 23:29:01',14570,NULL),(15915,18,'[$]NO MALARIA PARASITE SEEN[/$],-,633c675f7797a12b98729e7d29d6d253b646ca65','',550,0,'2013-11-19 08:00:00',14570,NULL),(15916,107,'1/80,1/40,c035ca7afebfba46d36a56775e240067c7a0eb1b','',550,0,'2013-11-19 08:00:00',14571,NULL),(15917,9,'','',531,0,'2013-11-19 23:56:59',14572,NULL),(15918,9,'','',531,0,'2013-11-20 00:20:19',14573,NULL),(15919,19,'NEGATIVE,,cefc68b5bad0fb821cfee7b563226a5bd2b948c4','',550,0,'2013-11-19 08:00:00',14573,NULL),(15920,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,26,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cefc68b5bad0fb821cfee7b563226a5bd2b948c4',', ',543,0,'2013-11-19 08:00:00',14575,NULL),(15921,135,'[$][/$],##,##,,cefc68b5bad0fb821cfee7b563226a5bd2b948c4','',543,0,'2013-11-19 08:00:00',14578,NULL),(15922,134,'MANY,MANY,NOT SEEN,PRESENT (++),,cefc68b5bad0fb821cfee7b563226a5bd2b948c4','',543,0,'2013-11-19 08:00:00',14578,NULL),(15923,9,'','',531,0,'2013-11-20 00:26:03',14579,NULL),(15924,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2da8e6f08976c95282cb31c53f0b46aed38aa228','',550,0,'2013-11-19 08:00:00',14579,NULL),(15925,37,'','',531,0,'2013-11-20 00:26:03',14581,NULL),(15926,9,'','',531,0,'2013-11-20 00:43:08',14582,NULL),(15927,19,'NEGATIVE,,d93f5960a151a77b9fb0401b358faa1fa9604e14','',550,0,'2013-11-19 08:00:00',14582,NULL),(15928,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d93f5960a151a77b9fb0401b358faa1fa9604e14','',550,0,'2013-11-19 08:00:00',14582,NULL),(15929,71,'NEGATIVE,,d93f5960a151a77b9fb0401b358faa1fa9604e14','',543,0,'2013-11-19 08:00:00',14584,NULL),(15930,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,4,NOT SEEN,PRESENT (+),NOT SE,,,,,,,,EN,d93f5960a151a77b9fb0401b358faa1fa',', ',543,0,'2013-11-19 08:00:00',14584,NULL),(15931,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d93f5960a151a77b9fb0401b358faa1fa9604e14','',543,0,'2013-11-19 08:00:00',14587,NULL),(15932,9,'','',531,0,'2013-11-20 01:36:10',14588,NULL),(15933,19,'NEGATIVE,,f2dac9ea3d3d364b98224beb44a8adaf1b2d6198','',550,0,'2013-11-19 08:00:00',14588,NULL),(15934,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f2dac9ea3d3d364b98224beb44a8adaf1b2d6198','',550,0,'2013-11-19 08:00:00',14588,NULL),(15935,60,'','',531,0,'2013-11-20 01:36:10',14590,NULL),(15936,57,'','',531,0,'2013-11-20 01:36:10',14590,NULL),(15937,133,'','',531,0,'2013-11-20 01:36:10',14590,NULL),(15938,56,'','',531,0,'2013-11-20 01:36:10',14590,NULL),(15939,36,'Mixed Growth,##,##,,f2dac9ea3d3d364b98224beb44a8adaf1b2d6198','',534,0,'2013-11-21 08:00:00',14593,NULL),(15940,35,'CLOUDY,LIGHT AMBER,5.0,1.030,POSITIVE (+),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),POSITIVE (+++),INCREASED,28,8,0,NOT SEEN,,,,,,,,,,,,NOT SEEN,NOT SEEN,f2dac9ea3d3d364b',', , NB: \nKINDLY CONSIDER LIMITATIONS OF URINE SAMPLED FROM A CATHETER DRAINAGE BAG.',535,0,'2013-11-19 08:00:00',14593,NULL),(15941,9,'','',531,0,'2013-11-20 01:37:11',14594,NULL),(15942,9,'','',531,0,'2013-11-20 02:29:27',14595,NULL),(15943,18,'[$]NO MALARIA PARASITE SEEN\n[/$],-,19f6db0810b6a4cbe4eb58a41e8cf89891c6862f','',550,0,'2013-11-19 08:00:00',14595,NULL),(15944,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,19f6db0810b6a4cbe4eb58a41e8cf89891c6862f','',535,0,'2013-11-19 08:00:00',14597,NULL),(15945,36,'No Bacteria Growth,##,##,,ac1cef9d5f632b8745409fceed79e3e19cca5a80','',534,0,'2013-11-21 08:00:00',14598,NULL),(15946,27,'NON-REACTIVE,-,NEGATIVE,b945d709408b5b8a5ddf69f04ff1f49b84b3027c','',535,0,'2013-11-19 08:00:00',14599,NULL),(15947,108,'NON - REACTIVE,b945d709408b5b8a5ddf69f04ff1f49b84b3027c','',535,0,'2013-11-19 08:00:00',14599,NULL),(15948,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b945d709408b5b8a5ddf69f04ff1f49b84b3027c',', ',535,0,'2013-11-19 08:00:00',14601,NULL),(15949,222,'5.8,3.79,11.3,33.4,88.1,29.8,33.8,221,39.3,6.0,54.7,2.3,0.3,3.2,12.7,8.3,,848be539fbfe64040f3ae59cdf42bc7c471f95e7','',535,0,'2013-11-19 08:00:00',14602,NULL),(15950,222,'7.0,5.00,13.1,37.2,74.4,26.2,35.2,233,43.2,11.7,45.1,3.0,0.8,3.2,17.6,8.7,,f69ddb1dd1e1723a3b2fcc4159bccccd3b029c6c','',535,0,'2013-11-19 08:00:00',14603,NULL),(15951,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f69ddb1dd1e1723a3b2fcc4159bccccd3b029c6c','',535,0,'2013-11-19 08:00:00',14603,NULL),(15952,222,'9.0,4.49,10.5,32.4,72.2,23.4,32.4,351,41.4,10.7,47.9,3.7,1.0,4.3,15.1,8.3,,b5e752a153da70447f9a6c77e842c9d3e9c4e147','',535,0,'2013-11-19 08:00:00',14604,NULL),(15953,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b5e752a153da70447f9a6c77e842c9d3e9c4e147','',535,0,'2013-11-19 08:00:00',14604,NULL),(15954,222,'9.8,4.93,12.3,37.1,75.3,24.9,33.2,187,17.6,10.9,71.5,1.7,1.1,7.0,14.9,9.4,,1af054b3313ff13ba22a56559cd979358d3d8b67','',535,0,'2013-11-19 08:00:00',14605,NULL),(15955,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1af054b3313ff13ba22a56559cd979358d3d8b67','',535,0,'2013-11-19 08:00:00',14605,NULL),(15956,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,26,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1af054b3313ff13ba22a56559cd979358d3d8b67',', ',535,0,'2013-11-19 08:00:00',14607,NULL),(15957,40,'','',530,0,'2013-11-20 05:52:04',14608,NULL),(15958,222,'6.8,4.2,13.1,37.0,88.1,31.2,35.4,276,33.0,10.5,56.5,2.2,0.7,3.9,12.4,8.3,,475ff731479ac2c9ba4a9c1b4cc838d0d9581efa','',535,0,'2013-11-19 08:00:00',14609,NULL),(15959,109,'NEGATIVE,475ff731479ac2c9ba4a9c1b4cc838d0d9581efa','',552,0,'2013-11-20 08:00:00',14611,NULL),(15960,65,'','',530,0,'2013-11-20 05:58:06',14611,NULL),(15961,222,'6.6,4.03,11.1,31.4,77.9,27.5,35.4,291,36.6,14.7,48.7,2.4,1.0,3.2,12.8,8.3,,03cad8817ecd86eff19ce87bdc61f564cb6207fd','',535,0,'2013-11-19 08:00:00',14612,NULL),(15962,18,'[$]NO MALARIA PARASITES SEEN[/$],-,03cad8817ecd86eff19ce87bdc61f564cb6207fd','',535,0,'2013-11-19 08:00:00',14612,NULL),(15963,107,'1/20,1/40,03cad8817ecd86eff19ce87bdc61f564cb6207fd','',535,0,'2013-11-19 08:00:00',14614,NULL),(15964,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,03cad8817ecd86eff19ce87bdc61f564cb6207fd',', ',535,0,'2013-11-20 08:00:00',14617,NULL),(15965,68,'7.4,NEGATIVE,NEGATIVE,,79635c63ef6bd713a10580cbdca6bde11321485e','',535,0,'2013-11-20 08:00:00',14618,NULL),(15966,223,'','',530,0,'2013-11-20 13:57:53',14619,NULL),(15967,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,34ccae4855c8acdaac9739b41d5822727092b383',', ',541,0,'2013-11-20 08:00:00',14620,NULL),(15968,68,'5.4,-,-,,b22e56e145cf6cdca4ab581f1f18a75c2273aa85','NON DIABETIC, ',552,0,'2013-11-20 08:00:00',14621,NULL),(15969,222,'','',530,0,'2013-11-20 14:35:09',14621,NULL),(15970,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b22e56e145cf6cdca4ab581f1f18a75c2273aa85','',552,0,'2013-11-20 08:00:00',14621,NULL),(15971,57,'','',530,0,'2013-11-20 14:35:09',14623,NULL),(15972,133,'','',530,0,'2013-11-20 14:35:09',14623,NULL),(15973,131,'','',530,0,'2013-11-20 14:35:09',14623,NULL),(15974,132,'','',530,0,'2013-11-20 14:35:09',14623,NULL),(15975,56,'','',530,0,'2013-11-20 14:35:09',14623,NULL),(15976,107,'1/20,1/20,b22e56e145cf6cdca4ab581f1f18a75c2273aa85','',552,0,'2013-11-20 08:00:00',14623,NULL),(15977,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b22e56e145cf6cdca4ab581f1f18a75c2273aa85',', ',552,0,'2013-11-20 08:00:00',14626,NULL),(15978,57,'','',530,0,'2013-11-20 14:48:25',14627,NULL),(15979,133,'','',530,0,'2013-11-20 14:48:25',14627,NULL),(15980,130,'','',530,0,'2013-11-20 14:48:25',14627,NULL),(15981,132,'','',530,0,'2013-11-20 14:48:25',14627,NULL),(15982,56,'','',530,0,'2013-11-20 14:48:25',14627,NULL),(15983,68,'','',530,0,'2013-11-20 14:48:26',14629,NULL),(15984,68,'4.3,NEGATIVE,NEGATIVE,,0629d33b524749fc2855fb3b1fed142bf1295b9f','NON DIABETIC, ',541,0,'2013-11-20 08:00:00',14630,NULL),(15985,68,'','',531,0,'2013-11-20 15:35:45',14631,NULL),(15986,9,'','',531,0,'2013-11-20 15:43:13',14632,NULL),(15987,18,'[$]NO MALARIA PARASITES SEEN[/$],-,aeb47de7c82c1332b9b90287fbe87566609f01a8','',552,0,'2013-11-20 08:00:00',14632,NULL),(15988,107,'1/20,1/80,aeb47de7c82c1332b9b90287fbe87566609f01a8','',552,0,'2013-11-20 08:00:00',14634,NULL),(15989,9,'','',531,0,'2013-11-20 15:46:17',14635,NULL),(15990,19,'NEGATIVE,,9185d8789289d511a207f7c4faeb4de60cbd9973','',552,0,'2013-11-20 08:00:00',14635,NULL),(15991,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9185d8789289d511a207f7c4faeb4de60cbd9973','',552,0,'2013-11-20 08:00:00',14635,NULL),(15992,107,'1/40,1/20,9185d8789289d511a207f7c4faeb4de60cbd9973','',552,0,'2013-11-20 08:00:00',14637,NULL),(15993,35,'HAZY,LIGHT AMBER,7.0,1.020,TRACE,NEGATIVE,POSITIVE (+++),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,20,20,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,9185d8789289d511a207f7c4faeb4de60',', ',541,0,'2013-11-20 08:00:00',14640,NULL),(15994,9,'','',531,0,'2013-11-20 15:48:23',14641,NULL),(15995,70,'5.2,,ee67cbcf34a212c2eff2bfd6c5802012ad9fecba','',552,0,'2013-11-20 08:00:00',14641,NULL),(15996,108,'NON - REACTIVE,ee67cbcf34a212c2eff2bfd6c5802012ad9fecba','',552,0,'2013-11-20 08:00:00',14643,NULL),(15997,35,'CLEAR,LIGHT AMBER,6.0,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ee67cbcf34a212c2eff2bfd6c5802012ad9fecba',', ',552,0,'2013-11-20 08:00:00',14646,NULL),(15998,112,'NEGATIVE,,51471ffc4d507c3c603be871ac2a7c385df55db2','',552,0,'2013-11-20 08:00:00',14647,NULL),(15999,117,'NEGATIVE,51471ffc4d507c3c603be871ac2a7c385df55db2','',552,0,'2013-11-20 08:00:00',14647,NULL),(16000,131,'','',531,0,'2013-11-20 15:57:32',14647,NULL),(16001,77,'','',531,0,'2013-11-20 15:57:33',14649,NULL),(16002,9,'','',531,0,'2013-11-20 16:00:42',14650,NULL),(16003,9,'','',531,0,'2013-11-20 16:03:44',14651,NULL),(16004,18,'[$] NO MALARIA PARASITES SEEN [/$],-,0eb1524245987340cda4949d02b4188dffde3304','',534,0,'2013-11-20 08:00:00',14651,NULL),(16005,9,'','',531,0,'2013-11-20 16:05:52',14652,NULL),(16006,70,'9.2,,5a490cd04b931c57b596b4ac300bb364d0c4207b','',552,0,'2013-11-20 08:00:00',14652,NULL),(16007,108,'NON - REACTIVE,5a490cd04b931c57b596b4ac300bb364d0c4207b','',552,0,'2013-11-20 08:00:00',14654,NULL),(16008,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,5a490cd04b931c57b596b4ac300bb364d0c420',', ',552,0,'2013-11-20 08:00:00',14657,NULL),(16009,68,'','',531,0,'2013-11-20 16:10:05',14658,NULL),(16010,132,'','',531,0,'2013-11-20 16:10:06',14660,NULL),(16011,68,'','',531,0,'2013-11-20 16:32:48',14661,NULL),(16012,57,'','',531,0,'2013-11-20 16:32:49',14663,NULL),(16013,133,'','',531,0,'2013-11-20 16:32:49',14663,NULL),(16014,112,'NEGATIVE,,b68e5d501a64e505dc7d3d5821e7e37921190b2c','',552,0,'2013-11-20 08:00:00',14663,NULL),(16015,117,'NEGATIVE,b68e5d501a64e505dc7d3d5821e7e37921190b2c','',552,0,'2013-11-20 08:00:00',14663,NULL),(16016,131,'','',531,0,'2013-11-20 16:32:49',14663,NULL),(16017,132,'','',531,0,'2013-11-20 16:32:49',14663,NULL),(16018,227,'','',531,0,'2013-11-20 16:35:03',14664,NULL),(16019,9,'','',531,0,'2013-11-20 16:35:03',14664,NULL),(16020,9,'','',531,0,'2013-11-20 16:37:01',14665,NULL),(16021,70,'5.9,,0cf9fc82bd7acde12141b67696b3a3d2599bd73b','',552,0,'2013-11-20 08:00:00',14665,NULL),(16022,108,'NON - REACTIVE,0cf9fc82bd7acde12141b67696b3a3d2599bd73b','',552,0,'2013-11-20 08:00:00',14667,NULL),(16023,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0cf9fc82bd7acde12141b67696b3a3d2599bd73b',', ',541,0,'2013-11-21 08:00:00',14670,NULL),(16024,68,'','',531,0,'2013-11-20 16:38:55',14671,NULL),(16025,22,'29,9876521e66887ed9f8fd7f1d0bcbe411e630295c','',552,0,'2013-11-20 08:00:00',14672,NULL),(16026,9,'','',531,0,'2013-11-20 16:42:10',14672,NULL),(16027,19,'NEGATIVE,,9876521e66887ed9f8fd7f1d0bcbe411e630295c','',552,0,'2013-11-20 08:00:00',14672,NULL),(16028,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9876521e66887ed9f8fd7f1d0bcbe411e630295c','',552,0,'2013-11-20 08:00:00',14672,NULL),(16029,107,'1/20,1/20,9876521e66887ed9f8fd7f1d0bcbe411e630295c','',552,0,'2013-11-20 08:00:00',14674,NULL),(16030,38,'[$][/$],##,##,,9876521e66887ed9f8fd7f1d0bcbe411e630295c','',552,0,'2013-11-20 08:00:00',14677,NULL),(16031,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,9876521e66887ed9f8fd7f1d0bcbe411e630295c','',552,0,'2013-11-20 08:00:00',14677,NULL),(16032,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,>30,14,0,NOT SEEN,NOT SEEN,N,,,,,,,,OT SEEN,9876521e66887ed9f8fd7f1d0bcb',', ',541,0,'2013-11-20 08:00:00',14681,NULL),(16033,9,'','',531,0,'2013-11-20 16:44:05',14682,NULL),(16034,19,'NEGATIVE,,e7ffadfe86e2f4e3a50ee50d0a6ce548e1d63097','',534,0,'2013-11-20 08:00:00',14682,NULL),(16035,68,'','',531,0,'2013-11-20 16:45:24',14683,NULL),(16036,77,'','',531,0,'2013-11-20 16:45:24',14683,NULL),(16037,9,'','',531,0,'2013-11-20 16:49:26',14684,NULL),(16038,223,'[$][/$],51ec713944d226e985c16dacc8c7281a777d5b6b','',552,0,'2013-11-20 08:00:00',14684,NULL),(16039,28,'NEGATIVE,[$]AA[/$],,51ec713944d226e985c16dacc8c7281a777d5b6b','',552,0,'2013-11-20 08:00:00',14684,NULL),(16040,131,'','',531,0,'2013-11-20 16:56:12',14685,NULL),(16041,65,'','',531,0,'2013-11-20 16:56:12',14685,NULL),(16042,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,18,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a186498018106c3596582c0c330d04dbfc981be6',', ',541,0,'2013-11-20 08:00:00',14687,NULL),(16043,68,'','',531,0,'2013-11-20 17:00:57',14688,NULL),(16044,9,'','',531,0,'2013-11-20 17:00:57',14688,NULL),(16045,77,'','',531,0,'2013-11-20 17:00:57',14688,NULL),(16046,211,'','',531,0,'2013-11-20 17:00:58',14690,NULL),(16047,60,'','',531,0,'2013-11-20 17:00:58',14690,NULL),(16048,57,'','',531,0,'2013-11-20 17:00:58',14690,NULL),(16049,133,'','',531,0,'2013-11-20 17:00:58',14690,NULL),(16050,130,'','',531,0,'2013-11-20 17:00:58',14690,NULL),(16051,56,'','',531,0,'2013-11-20 17:00:58',14690,NULL),(16052,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,16,6,0,NOT SEEN,PRESENT (+++),NOT SEEN,,,,7fe6e8bfd523684ce56d8b0ce970c5274c573703',', ',541,0,'2013-11-20 08:00:00',14693,NULL),(16053,68,'11.3,NEGATIVE,NEGATIVE,,d053923d30054ce0df2e1a7b230607da74409f95','',541,0,'2013-11-20 08:00:00',14694,NULL),(16054,68,'','',531,0,'2013-11-20 17:10:18',14695,NULL),(16055,9,'','',531,0,'2013-11-20 17:10:18',14695,NULL),(16056,77,'','',531,0,'2013-11-20 17:10:18',14695,NULL),(16057,211,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16058,60,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16059,57,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16060,133,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16061,130,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16062,132,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16063,56,'','',531,0,'2013-11-20 17:10:18',14697,NULL),(16064,35,'CLEAR,AMBER,7.5,1.020,POSITIVE (++),POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,1054136c51a3939564106e7165b92fcdf6',', ',541,0,'2013-11-20 08:00:00',14700,NULL),(16065,68,'','',531,0,'2013-11-20 17:23:17',14701,NULL),(16066,60,'','',531,0,'2013-11-20 17:23:17',14703,NULL),(16067,78,'','',531,0,'2013-11-20 17:23:17',14703,NULL),(16068,57,'','',531,0,'2013-11-20 17:23:17',14703,NULL),(16069,133,'','',531,0,'2013-11-20 17:23:17',14703,NULL),(16070,132,'','',531,0,'2013-11-20 17:23:17',14703,NULL),(16071,69,'NEGATIVE,NORMAL (0.01 - 0.05),6ffb83bce0eed9f3ce5f82f1a85789ecdc38dff5','',552,0,'2013-11-20 08:00:00',14703,NULL),(16072,56,'','',531,0,'2013-11-20 17:23:17',14703,NULL),(16073,57,'','',531,0,'2013-11-20 17:32:37',14704,NULL),(16074,133,'','',531,0,'2013-11-20 17:32:37',14704,NULL),(16075,56,'','',531,0,'2013-11-20 17:32:37',14704,NULL),(16076,9,'','',531,0,'2013-11-20 17:35:48',14705,NULL),(16077,19,'NEGATIVE,,780c966925666e9c95964698355581121c8889d0','',552,0,'2013-11-20 08:00:00',14705,NULL),(16078,9,'','',531,0,'2013-11-20 17:38:22',14706,NULL),(16079,19,'NEGATIVE,,5b31ebeb0cbb485ada428fbe7ca70566073496ce','',552,0,'2013-11-20 08:00:00',14706,NULL),(16080,28,'POSITIVE,[$]AS[/$],,738745468123773de1525227b325d520a7584fe7','',552,0,'2013-11-20 08:00:00',14707,NULL),(16081,22,'77,d14e7dd9cb11b985e648ca1ea38f52de49186ce6','',552,0,'2013-11-20 08:00:00',14708,NULL),(16082,9,'','',531,0,'2013-11-20 17:51:34',14708,NULL),(16083,9,'','',531,0,'2013-11-20 17:55:50',14709,NULL),(16084,19,'NEGATIVE,,d3a44637ee3f612c72899a9f6a6575a59a9092d9','',552,0,'2013-11-20 08:00:00',14709,NULL),(16085,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d3a44637ee3f612c72899a9f6a6575a59a9092d9','',552,0,'2013-11-20 08:00:00',14709,NULL),(16086,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,d3a44637ee3f612c72899a9f6a6575a59a9092d9',', ',552,0,'2013-11-20 08:00:00',14711,NULL),(16087,9,'','',531,0,'2013-11-20 18:05:29',14712,NULL),(16088,70,'4.8,,98fa8386574c0683fb724d8547192d92e8384bb4','',552,0,'2013-11-20 08:00:00',14712,NULL),(16089,108,'NON - REACTIVE,98fa8386574c0683fb724d8547192d92e8384bb4','',552,0,'2013-11-20 08:00:00',14714,NULL),(16090,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,98fa8386574c0683fb724d8547192d92e8384bb4',', ',552,0,'2013-11-20 08:00:00',14717,NULL),(16091,22,'24,d42ef8a7b551834671e5e2966011af41c51b63a7','',552,0,'2013-11-20 08:00:00',14718,NULL),(16092,9,'','',531,0,'2013-11-20 18:08:35',14718,NULL),(16093,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d42ef8a7b551834671e5e2966011af41c51b63a7','',552,0,'2013-11-20 08:00:00',14718,NULL),(16094,202,'0,d42ef8a7b551834671e5e2966011af41c51b63a7','',534,0,'2013-12-04 08:00:00',14720,NULL),(16095,68,'','',531,0,'2013-11-20 18:10:25',14721,NULL),(16096,9,'','',531,0,'2013-11-20 18:19:32',14722,NULL),(16097,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4c9295df0c9041070cb749cb85e732e500af0d95','',541,0,'2013-11-20 08:00:00',14722,NULL),(16098,60,'','',531,0,'2013-11-20 18:19:32',14724,NULL),(16099,57,'','',531,0,'2013-11-20 18:19:32',14724,NULL),(16100,133,'','',531,0,'2013-11-20 18:19:32',14724,NULL),(16101,16,'POSITIVE,4c9295df0c9041070cb749cb85e732e500af0d95','',541,0,'2013-11-20 08:00:00',14724,NULL),(16102,132,'','',531,0,'2013-11-20 18:19:32',14724,NULL),(16103,56,'','',531,0,'2013-11-20 18:19:32',14724,NULL),(16104,14,'NEGATIVE,4c9295df0c9041070cb749cb85e732e500af0d95','',541,0,'2013-11-20 08:00:00',14727,NULL),(16105,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4c9295df0c9041070cb749cb85e732e500af0d95',', ',541,0,'2013-11-20 08:00:00',14731,NULL),(16106,109,'NEGATIVE,20c837fa505b87ad1b62f66ffc77c84fef636d48','',541,0,'2013-11-20 08:00:00',14732,NULL),(16107,9,'','',531,0,'2013-11-20 18:24:27',14733,NULL),(16108,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,b5c1a5f42b910bc0f0442fa23413cad6d566dd',', ',552,0,'2013-11-20 08:00:00',14735,NULL),(16109,9,'','',531,0,'2013-11-20 18:39:41',14736,NULL),(16110,16,'POSITIVE,c1f039309b7a54a52e808d274917202dd6d4f6b4','',541,0,'2013-11-20 08:00:00',14738,NULL),(16111,107,'1/20,1/20,c1f039309b7a54a52e808d274917202dd6d4f6b4','',541,0,'2013-11-20 08:00:00',14738,NULL),(16112,14,'','',531,0,'2013-11-20 18:39:41',14741,NULL),(16113,9,'','',531,0,'2013-11-20 18:42:05',14742,NULL),(16114,28,'NEGATIVE,[$]AA[/$],,e92897ee8ce5b09f107cac578f3cad31c6666ed7','',552,0,'2013-11-20 08:00:00',14742,NULL),(16115,9,'','',531,0,'2013-11-20 18:43:34',14743,NULL),(16116,18,'[$]NO MALARIA PARASITE SEEN[/$],-,87ac0586bbf120b4abaac5f60ab5ebd4204d8d31','',541,0,'2013-11-20 08:00:00',14743,NULL),(16117,9,'','',531,0,'2013-11-20 18:45:34',14744,NULL),(16118,9,'','',531,0,'2013-11-20 18:49:17',14745,NULL),(16119,18,'[$]NO MAALRIA PARASITES SEEN[/$],-,901e72e5e6b141c1157609efc8f3466b4720bfc0','',552,0,'2013-11-20 08:00:00',14745,NULL),(16120,35,'CLEAR,STRAW,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,901e72e5e6b141c1157609efc8f3466b4720bfc0',', ',541,0,'2013-11-20 08:00:00',14747,NULL),(16121,211,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16122,60,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16123,57,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16124,133,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16125,130,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16126,131,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16127,132,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16128,56,'','',531,0,'2013-11-20 18:51:19',14748,NULL),(16129,77,'','',531,0,'2013-11-20 18:51:19',14750,NULL),(16130,57,'','',531,0,'2013-11-20 19:07:40',14751,NULL),(16131,133,'','',531,0,'2013-11-20 19:07:40',14751,NULL),(16132,56,'','',531,0,'2013-11-20 19:07:40',14751,NULL),(16133,37,'','',531,0,'2013-11-20 19:07:40',14753,NULL),(16134,9,'','',531,0,'2013-11-20 19:16:14',14754,NULL),(16135,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3f5bb0e807cb83abc8a66dbfb3752db8f0956b21','',541,0,'2013-11-20 08:00:00',14754,NULL),(16136,107,'1/20,1/20,3f5bb0e807cb83abc8a66dbfb3752db8f0956b21','',541,0,'2013-11-20 08:00:00',14756,NULL),(16137,9,'','',531,0,'2013-11-20 19:23:50',14757,NULL),(16138,19,'NEGATIVE,,74ea327c10c3c764dca65632a811afd30a643795','',541,0,'2013-11-20 08:00:00',14757,NULL),(16139,21,'A,POSITIVE,aea129f3e1652caeafa070c62c415eafaee747e9','',541,0,'2013-11-20 08:00:00',14758,NULL),(16140,9,'','',531,0,'2013-11-20 19:26:53',14758,NULL),(16141,20,'POSITIVE,aea129f3e1652caeafa070c62c415eafaee747e9','',541,0,'2013-11-20 08:00:00',14758,NULL),(16142,196,'','',531,0,'2013-11-20 19:44:50',14759,NULL),(16143,119,'[$]NO BACTERIAL GROWTH[/$],3b589cd224a95ffddbacc1bd12f8bb3f2c7b94ae','',534,0,'2013-11-23 08:00:00',14761,NULL),(16144,9,',,,,,,,,,,,,,,4fa4f1bbd15ae27847ecb39bb3bad15e76db75e5','',552,0,'2013-12-11 17:43:15',14762,NULL),(16145,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,4fa4f1bbd15ae27847ecb39bb3bad15e76db75e5','',552,0,'2013-12-11 17:43:15',14762,NULL),(16146,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (++),NOT SEEN,,4fa4f1bbd15ae27847ecb39bb3bad15e76db75e','CLARITY:HAZY, pH:6.0, SG:1.020, PUS CELLS:2, EPITH. CELLS:12, YEAST CELLS:PRESENT ++',552,0,'2013-12-11 17:30:37',14764,NULL),(16147,9,'','',531,0,'2013-11-20 19:51:53',14765,NULL),(16148,9,'','',531,0,'2013-11-20 19:58:40',14766,NULL),(16149,57,'','',531,0,'2013-11-20 20:00:39',14767,NULL),(16150,133,'','',531,0,'2013-11-20 20:00:39',14767,NULL),(16151,56,'','',531,0,'2013-11-20 20:00:39',14767,NULL),(16152,9,'','',531,0,'2013-11-20 20:05:04',14768,NULL),(16153,28,'NEGATIVE,[$]AA[/$],,98e10adc2d3f9bee3258b6891661a89e6511088d','',552,0,'2013-11-20 08:00:00',14768,NULL),(16154,19,'NEGATIVE,,98e10adc2d3f9bee3258b6891661a89e6511088d','',541,0,'2013-11-20 08:00:00',14768,NULL),(16155,9,'','',531,0,'2013-11-20 20:09:12',14769,NULL),(16156,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f8d8cbdd6af7c8b5dc71b2eda52a7d4745e10c64','',541,0,'2013-11-20 08:00:00',14769,NULL),(16157,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f8d8cbdd6af7c8b5dc71b2eda52a7d4745e10c64','',541,0,'2013-11-20 08:00:00',14771,NULL),(16158,9,'','',531,0,'2013-11-20 20:17:53',14772,NULL),(16159,16,'NEGATIVE,9d04ca0b00f7b130eaacbfb0685d5f28249a5ea0','',552,0,'2013-11-20 08:00:00',14774,NULL),(16160,14,'POSITIVE,9d04ca0b00f7b130eaacbfb0685d5f28249a5ea0','',541,0,'2013-11-21 08:00:00',14777,NULL),(16161,112,'NEGATIVE,,98fa8386574c0683fb724d8547192d92e8384bb4','',541,0,'2013-11-20 08:00:00',14778,NULL),(16162,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,,d14e7dd9cb11b985e648ca1ea38f52de49186ce6','',534,0,'2013-11-23 08:00:00',14779,NULL),(16163,9,'','',531,0,'2013-11-20 20:31:19',14780,NULL),(16164,107,'1/20,1/80,68f1f643620b53214323b7defd5a6a43a226dc95','',541,0,'2013-11-20 08:00:00',14782,NULL),(16165,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,4,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,68f1f643620b53214323b7defd5a6a43a226dc',', ',541,0,'2013-11-20 08:00:00',14785,NULL),(16166,9,'','',531,0,'2013-11-20 20:38:56',14786,NULL),(16167,223,'[$][/$],9d7e8baa4d1d85494b7bb8a5a6fa3bbcf33a118b','',552,0,'2013-11-20 08:00:00',14786,NULL),(16168,28,'NEGATIVE,[$]AC[/$],,9d7e8baa4d1d85494b7bb8a5a6fa3bbcf33a118b','',552,0,'2013-11-20 08:00:00',14786,NULL),(16169,27,'NON-REACTIVE,-,NEGATIVE,9d7e8baa4d1d85494b7bb8a5a6fa3bbcf33a118b','',552,0,'2013-11-20 08:00:00',14786,NULL),(16170,21,'B,POSITIVE,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14787,NULL),(16171,9,'','',531,0,'2013-11-20 20:42:16',14787,NULL),(16172,25,'NO DEFECT,,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14787,NULL),(16173,27,'NON-REACTIVE,-,NEGATIVE,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14787,NULL),(16174,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14787,NULL),(16175,20,'','',531,0,'2013-11-20 20:42:16',14787,NULL),(16176,112,'NEGATIVE,,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14789,NULL),(16177,108,'NON - REACTIVE,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14789,NULL),(16178,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6359fb37260e42d2c930bbd4f5ccef86d127757c',', ',550,0,'2013-11-20 08:00:00',14792,NULL),(16179,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6359fb37260e42d2c930bbd4f5ccef86d127757c','',550,0,'2013-11-20 08:00:00',14796,NULL),(16180,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3f5bb0e807cb83abc8a66dbfb3752db8f0956b21','CONTENT:',541,0,'2013-11-20 20:50:26',14797,NULL),(16181,68,'','',531,0,'2013-11-20 20:54:59',14798,NULL),(16182,70,'5.3,,219c5ba26464a6ddab6777d32ac6f6b04430db59','',555,0,'2013-11-20 08:00:00',14798,NULL),(16183,9,'','',531,0,'2013-11-20 20:59:38',14799,NULL),(16184,23,'0.9,8377acfc4bc46aa289e649f221c3ed3709d7f879','',553,0,'2013-11-25 08:00:00',14799,NULL),(16185,32,'','',531,0,'2013-11-20 20:59:38',14801,NULL),(16186,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,aeb47de7c82c1332b9b90287fbe87566609f01a8','',541,0,'2013-11-20 08:00:00',14802,NULL),(16187,77,'','',531,0,'2013-11-20 21:19:21',14803,NULL),(16188,227,'10.3,NEGATIVE,NEGATIVE,,74651dbd02e314e9298ccbc4c91e7e07d90a93ea','',541,0,'2013-11-20 21:21:20',14804,NULL),(16189,68,'5.4,-,-,,74651dbd02e314e9298ccbc4c91e7e07d90a93ea','URINE SUGAR:, URINE KETONES:',541,0,'2013-11-20 21:21:20',14804,NULL),(16190,9,'','',531,0,'2013-11-20 21:26:56',14805,NULL),(16191,19,'NEGATIVE,,4fbce2fc73b1d81ae3389f61442fadfb116b6058','',552,0,'2013-11-20 08:00:00',14805,NULL),(16192,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4fbce2fc73b1d81ae3389f61442fadfb116b6058','',552,0,'2013-11-20 08:00:00',14805,NULL),(16193,36,'','',531,0,'2013-11-20 21:26:56',14807,NULL),(16194,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4fbce2fc73b1d81ae3389f61442fadfb116b6058',', ',550,0,'2013-11-20 08:00:00',14807,NULL),(16195,9,'','',531,0,'2013-11-20 21:29:23',14808,NULL),(16196,70,'5.7,,77f39cfc6449dcb8ab3a8bb79780f924ed323de4','',552,0,'2013-11-20 08:00:00',14808,NULL),(16197,9,'','',531,0,'2013-11-20 21:33:13',14809,NULL),(16198,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5b332a5a6d7dc91dfe6ea7d44372a327068a4ac8','',552,0,'2013-11-20 08:00:00',14809,NULL),(16199,41,'[$]6:00[/$],[$]7:15[/$],[$]7:15[/$],COITUS INTERUPTUS,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]1.9ml[/$],[$]8.0[/$],[$]66% in active linear progression [/$],[$]75% live sperm cells [/$],[$]92.8 millo','',534,0,'2013-12-12 08:00:00',14810,NULL),(16200,42,'[$]NO PATHOGEN ISOLATED [/$],ac4d978ce7c39eb8cf39cb356a7c4096de756928','',534,0,'2013-12-16 08:00:00',14810,NULL),(16201,9,'','',531,0,'2013-11-20 21:39:11',14811,NULL),(16202,38,'[$]No Salmonellae or Shigellae isolated[/$],##,##,,7de8d244cc1b910b5387afcf54f37acada56949a','',534,0,'2013-11-23 08:00:00',14813,NULL),(16203,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,7de8d244cc1b910b5387afcf54f37acada56949a','',550,0,'2013-11-20 08:00:00',14813,NULL),(16204,9,'','',531,0,'2013-11-20 21:42:19',14814,NULL),(16205,18,'[$]no malaria parasites seen[/$],-,de09b84dfcc0976364b0e6d82fc6a4e575df9341','',552,0,'2013-11-20 08:00:00',14814,NULL),(16206,107,'1/20,1/20,de09b84dfcc0976364b0e6d82fc6a4e575df9341','',552,0,'2013-11-20 08:00:00',14816,NULL),(16207,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,2,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,de09b84dfcc0976364b0e6d82fc6a4e57',', ',550,0,'2013-11-20 08:00:00',14819,NULL),(16208,68,'','',531,0,'2013-11-20 21:48:28',14820,NULL),(16209,9,'','',531,0,'2013-11-20 21:48:28',14820,NULL),(16210,57,'','',531,0,'2013-11-20 21:48:28',14822,NULL),(16211,133,'','',531,0,'2013-11-20 21:48:28',14822,NULL),(16212,132,'','',531,0,'2013-11-20 21:48:28',14822,NULL),(16213,56,'','',531,0,'2013-11-20 21:48:28',14822,NULL),(16214,36,'','',531,0,'2013-11-20 21:49:16',14823,NULL),(16215,35,'','',531,0,'2013-11-20 21:49:16',14823,NULL),(16216,9,'','',531,0,'2013-11-20 21:51:38',14824,NULL),(16217,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,14,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,e8ada5382a4f86152fffb913b45d2746a7e001',', ',550,0,'2013-11-20 08:00:00',14826,NULL),(16218,9,'','',531,0,'2013-11-20 22:04:03',14827,NULL),(16219,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a9dda9951d2156366f212e8b8e9e7d4a06f50a6f','',552,0,'2013-11-20 08:00:00',14827,NULL),(16220,107,'1/20,1/80,a9dda9951d2156366f212e8b8e9e7d4a06f50a6f','',552,0,'2013-11-20 08:00:00',14829,NULL),(16221,37,'','',531,0,'2013-11-20 22:04:03',14832,NULL),(16222,9,'','',531,0,'2013-11-20 22:23:14',14833,NULL),(16223,19,'NEGATIVE,,d0a8d171e9bbe53a61b9b0ae63f6d6605d60e58a','',550,0,'2013-11-20 08:00:00',14833,NULL),(16224,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d0a8d171e9bbe53a61b9b0ae63f6d6605d60e58a','',550,0,'2013-11-20 08:00:00',14833,NULL),(16225,70,'','',531,0,'2013-11-20 22:23:14',14833,NULL),(16226,60,'','',531,0,'2013-11-20 22:23:15',14835,NULL),(16227,57,'','',531,0,'2013-11-20 22:23:15',14835,NULL),(16228,133,'','',531,0,'2013-11-20 22:23:15',14835,NULL),(16229,56,'','',531,0,'2013-11-20 22:23:15',14835,NULL),(16230,36,'No Bacteria Growth,##,##,,d0a8d171e9bbe53a61b9b0ae63f6d6605d60e58a','',534,0,'2013-11-23 08:00:00',14838,NULL),(16231,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (+),POSITIVE (++),POSITIVE (+++),POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEE,,,,,,,,,,,,,,N,NOT SEEN,NOT SEEN,d0a8d171e9bb',', ',550,0,'2013-11-20 08:00:00',14838,NULL),(16232,9,'','',531,0,'2013-11-20 22:25:54',14839,NULL),(16233,19,'NEGATIVE,,1272c18c49f25f345b3bc81ebf1f6a0f06a5e60a','',552,0,'2013-11-20 08:00:00',14839,NULL),(16234,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1272c18c49f25f345b3bc81ebf1f6a0f06a5e60a','',552,0,'2013-11-20 08:00:00',14839,NULL),(16235,22,'13,3415b871bc187024a9cfc2d8abebd5f70fb72e85','',552,0,'2013-11-20 08:00:00',14840,NULL),(16236,9,'','',531,0,'2013-11-20 22:30:18',14840,NULL),(16237,38,'','',531,0,'2013-11-20 22:30:18',14842,NULL),(16238,37,'','',531,0,'2013-11-20 22:30:18',14842,NULL),(16239,9,'','',531,0,'2013-11-20 22:36:26',14843,NULL),(16240,19,'NEGATIVE,,a1f7fd6b472b38ded79fd1692af35b6f0dab0068','',552,0,'2013-11-20 08:00:00',14843,NULL),(16241,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a1f7fd6b472b38ded79fd1692af35b6f0dab0068','',552,0,'2013-11-20 08:00:00',14843,NULL),(16242,70,'5.5,,a1f7fd6b472b38ded79fd1692af35b6f0dab0068','',552,0,'2013-11-20 08:00:00',14843,NULL),(16243,57,'','',531,0,'2013-11-20 22:41:40',14844,NULL),(16244,56,'','',531,0,'2013-11-20 22:41:40',14844,NULL),(16245,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,57f393108becfa9c1155f2c97cf3e01210deabdc',', ',550,0,'2013-11-20 08:00:00',14846,NULL),(16246,35,'','',531,0,'2013-11-20 22:48:27',14847,NULL),(16247,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,7de8d244cc1b910b5387afcf54f37acada56949a','',537,0,'2013-11-27 08:00:00',14848,NULL),(16248,28,'NEGATIVE,[$][/$],,6359fb37260e42d2c930bbd4f5ccef86d127757c','',552,0,'2013-11-20 08:00:00',14849,NULL),(16249,9,'','',531,0,'2013-11-20 23:17:07',14850,NULL),(16250,9,'','',531,0,'2013-11-20 23:19:20',14851,NULL),(16251,19,'NEGATIVE,,2a83eed8f98e4062cbd48e9b8e765a27773395f5','',552,0,'2013-11-20 08:00:00',14851,NULL),(16252,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2a83eed8f98e4062cbd48e9b8e765a27773395f5','',552,0,'2013-11-20 08:00:00',14851,NULL),(16253,107,'1/20,1/80,2a83eed8f98e4062cbd48e9b8e765a27773395f5','',552,0,'2013-11-20 08:00:00',14853,NULL),(16254,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,2a83eed8f98e4062cbd48e9b8e765a27773',', ',550,0,'2013-11-20 08:00:00',14856,NULL),(16255,22,'35,6f59a18807437cdf221666c94661b3b105f2f7df','',552,0,'2013-11-20 08:00:00',14857,NULL),(16256,9,'','',531,0,'2013-11-20 23:22:38',14857,NULL),(16257,19,'NEGATIVE,,6f59a18807437cdf221666c94661b3b105f2f7df','',552,0,'2013-11-20 08:00:00',14857,NULL),(16258,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6f59a18807437cdf221666c94661b3b105f2f7df','',552,0,'2013-11-20 08:00:00',14857,NULL),(16259,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1717563a313b650dd32b5e118e3a78c4778dca4c',', ',550,0,'2013-11-20 08:00:00',14858,NULL),(16260,22,'68,dcfa1b5a8d28a12081c5766ec34d2b5ca1853d25','',552,0,'2013-11-20 08:00:00',14859,NULL),(16261,9,'','',531,0,'2013-11-20 23:33:43',14859,NULL),(16262,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dcfa1b5a8d28a12081c5766ec34d2b5ca1853d25','',552,0,'2013-11-20 08:00:00',14859,NULL),(16263,9,'','',531,0,'2013-11-20 23:40:58',14860,NULL),(16264,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3ede09c5510e48b061eddedd6408f028a220f353','',552,0,'2013-11-20 08:00:00',14860,NULL),(16265,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,20,2,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,3ede09c5510e48b061eddedd6408f0',', ',550,0,'2013-11-23 08:00:00',14862,NULL),(16266,71,'NEGATIVE,,4fbce2fc73b1d81ae3389f61442fadfb116b6058','',550,0,'2013-11-20 08:00:00',14863,NULL),(16267,57,'','',534,0,'2013-11-21 00:25:56',14864,NULL),(16268,92,'10.5,f30f24d79335d80cb412ef43cc580deb8024c2c5','',537,0,'2013-11-25 08:00:00',14864,NULL),(16269,56,'','',534,0,'2013-11-21 00:25:56',14864,NULL),(16270,36,'','',534,0,'2013-11-21 00:25:56',14866,NULL),(16271,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,1,2,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,f30f24d79335d80cb412ef43cc580d',', ',552,0,'2013-11-20 08:00:00',14866,NULL),(16272,9,'','',534,0,'2013-11-21 00:30:17',14867,NULL),(16273,19,'POSITIVE,,0e37926b497c87e55731d6cd022b7d1f6ed8208d','',550,0,'2013-11-20 08:00:00',14867,NULL),(16274,18,'[$]1,240 mps/ml present(+)[/$],TROPHOZOITES,0e37926b497c87e55731d6cd022b7d1f6ed8208d','',550,0,'2013-11-20 08:00:00',14867,NULL),(16275,35,'CLEAR,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,TRACE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,0e37926b497c87e55731d6cd022b7d1f6ed8208d',', ',552,0,'2013-11-20 08:00:00',14869,NULL),(16276,22,'1,0257b5f467025b82b449f44ed2973235578c610c','',552,0,'2013-11-20 08:00:00',14870,NULL),(16277,9,'','',534,0,'2013-11-21 00:37:39',14870,NULL),(16278,19,'NEGATIVE,,0257b5f467025b82b449f44ed2973235578c610c','',552,0,'2013-11-20 08:00:00',14870,NULL),(16279,19,'NEGATIVE,,e8ada5382a4f86152fffb913b45d2746a7e00194','',552,0,'2013-11-20 08:00:00',14871,NULL),(16280,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e8ada5382a4f86152fffb913b45d2746a7e00194','',552,0,'2013-11-20 08:00:00',14871,NULL),(16281,9,'','',531,0,'2013-11-21 00:47:46',14872,NULL),(16282,19,'NEGATIVE,,584fc14aacbfb74000a26d25f141c1c739450944','',550,0,'2013-11-20 08:00:00',14872,NULL),(16283,18,'[$]NO MALARIA PARASITE SEEN[/$],-,584fc14aacbfb74000a26d25f141c1c739450944','',550,0,'2013-11-20 08:00:00',14872,NULL),(16284,9,'','',531,0,'2013-11-21 00:52:54',14873,NULL),(16285,9,'','',531,0,'2013-11-21 00:54:50',14874,NULL),(16286,19,'NEGATIVE,,82f84117f28cc070570b5e3e3e7e0240af45776f','',550,0,'2013-11-20 08:00:00',14874,NULL),(16287,18,'[$]NO MALARIA PARASITE SEEN[/$],-,82f84117f28cc070570b5e3e3e7e0240af45776f','',550,0,'2013-11-20 08:00:00',14874,NULL),(16288,9,'','',531,0,'2013-11-21 01:05:36',14875,NULL),(16289,71,'NEGATIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','',550,0,'2013-11-20 08:00:00',14877,NULL),(16290,9,'','',531,0,'2013-11-21 01:12:52',14878,NULL),(16291,77,'','',531,0,'2013-11-21 01:12:52',14878,NULL),(16292,19,'NEGATIVE,,81ea33224a4e100b2d19265f6deebc8309ad7f88','',550,0,'2013-11-20 08:00:00',14878,NULL),(16293,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,81ea33224a4e100b2d19265f6deebc8309',', ',552,0,'2013-11-20 08:00:00',14880,NULL),(16294,132,'','',531,0,'2013-11-21 01:21:09',14881,NULL),(16295,36,'No Bacteria Growth,##,##,,de09b84dfcc0976364b0e6d82fc6a4e575df9341','',534,0,'2013-11-23 08:00:00',14882,NULL),(16296,57,'','',531,0,'2013-11-21 03:20:04',14883,NULL),(16297,133,'','',531,0,'2013-11-21 03:20:04',14883,NULL),(16298,132,'','',531,0,'2013-11-21 03:20:04',14883,NULL),(16299,56,'','',531,0,'2013-11-21 03:20:04',14883,NULL),(16300,77,'','',531,0,'2013-11-21 03:20:04',14885,NULL),(16301,35,'','',531,0,'2013-11-21 03:20:05',14888,NULL),(16302,222,'12.2,4.79,11.2,34.5,72.0,23.4,32.5,1000,32.2,24.6,43.2,3.9,3.0,5.3,16.2,-,,584fc14aacbfb74000a26d25f141c1c739450944','',550,0,'2013-11-20 08:00:00',14889,NULL),(16303,222,'5.1,5.47,16.0,45.4,83.0,29.3,35.2,194,28.9,14.3,56.8,1.5,0.7,2.9,13.4,9.2,,ba3eaf5bfc14a6b257ce59a8f206c4f848374841','',535,0,'2013-11-20 08:00:00',14890,NULL),(16304,108,'NON - REACTIVE,e007732a1a20b8e304ed54530b58281af4989643','',535,0,'2013-11-20 08:00:00',14891,NULL),(16305,222,'7.5,5.78,15.9,46.7,80.8,27.5,34.0,164,9.7,20.0,70.3,0.7,1.5,5.3,13.6,9.4,,40cb120956118e2111b2c7d97b6c0d9f5faa1e21','',535,0,'2013-11-20 08:00:00',14892,NULL),(16306,18,'[$]NO MALARIA PARASITES SEEN[/$],-,40cb120956118e2111b2c7d97b6c0d9f5faa1e21','',535,0,'2013-11-20 08:00:00',14892,NULL),(16307,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,40cb120956118e2111b2c7d97b6c0d9f5f',', ',535,0,'2013-11-20 08:00:00',14894,NULL),(16308,18,'[$]NO MALARIA PARASITES SEEN[/$],-,870bc4021a0af63b45ef6da21b087622380781c7',', ',535,0,'2013-11-20 08:00:00',14895,NULL),(16309,222,'5.8,4.52,11.3,34.7,76.8,25.0,32.6,141,47.0,14.0,39.0,2.7,0.8,2.3,13.7,-,,606e7c8b45f556e6ebaa3f689b6e47cf73c046e4','',535,0,'2013-11-20 08:00:00',14896,NULL),(16310,57,'','',530,0,'2013-11-21 04:45:26',14898,NULL),(16311,131,'','',530,0,'2013-11-21 04:45:26',14898,NULL),(16312,56,'','',530,0,'2013-11-21 04:45:26',14898,NULL),(16313,16,'POSITIVE,1828f6d2d102786d084842fc46cd9b24fa5c8696','',535,0,'2013-11-20 08:00:00',14899,NULL),(16314,14,'POSITIVE,1828f6d2d102786d084842fc46cd9b24fa5c8696','',535,0,'2013-11-20 08:00:00',14901,NULL),(16315,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1828f6d2d102786d084842fc46cd9b24fa5c8696','',535,0,'2013-11-20 08:00:00',14901,NULL),(16316,222,'4.8,4.0,14.4,40.3,100.8,36.0,35.7,222,38.1,7.0,54.9,1.8,0.3,2.7,12.3,8.4,,b789feab9408a069cb2817beab251367c307f2b6','',535,0,'2013-11-21 08:00:00',14902,NULL),(16317,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b789feab9408a069cb2817beab251367c307f2b6','',535,0,'2013-11-21 08:00:00',14902,NULL),(16318,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b789feab9408a069cb2817beab251367c307f2b6',', ',535,0,'2013-11-21 08:00:00',14904,NULL),(16319,222,'6.5,3.84,10.8,32.9,85.7,28.1,32.8,245,41.7,0.8,57.5,2.7,0.1,3.7,13.6,11.7,,4b92803c955975f26e4ec129a2d6e3839c26955c','',535,0,'2013-11-21 08:00:00',14905,NULL),(16320,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b92803c955975f26e4ec129a2d6e3839c26955c','',535,0,'2013-11-21 08:00:00',14905,NULL),(16321,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4b92803c955975f26e4ec129a2d6e3839c26955c',', ',535,0,'2013-11-21 08:00:00',14907,NULL),(16322,107,'1/20,1/40,b789feab9408a069cb2817beab251367c307f2b6','',535,0,'2013-11-21 08:00:00',14908,NULL),(16323,222,'5.3,4.10,11.9,35.0,85.4,29.0,34.0,277,41.6,10.8,47.6,2.2,0.6,2.5,14.2,8.9,,d3e531b570d45a942fd45326f00efe8c33feb61d','',535,0,'2013-11-21 08:00:00',14909,NULL),(16324,18,'[$]NO MALARIA PARASITES[/$],-,d3e531b570d45a942fd45326f00efe8c33feb61d','',535,0,'2013-11-21 08:00:00',14909,NULL),(16325,71,'NEGATIVE,,d3e531b570d45a942fd45326f00efe8c33feb61d','',537,0,'2013-11-21 08:00:00',14911,NULL),(16326,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,d3e531b570d45a942fd45326f00efe8','',537,0,'2013-11-21 08:00:00',14911,NULL),(16327,107,'1/160,1/160,d3e531b570d45a942fd45326f00efe8c33feb61d','',535,0,'2013-11-21 08:00:00',14914,NULL),(16328,68,'','',530,0,'2013-11-21 13:42:10',14915,NULL),(16329,68,'','',530,0,'2013-11-21 14:19:27',14916,NULL),(16330,222,'','',530,0,'2013-11-21 14:19:27',14916,NULL),(16331,19,'NEGATIVE,,33a24e3b97ce89d8ecdd80d3287a3353bddb35fe','',555,0,'2013-11-21 08:00:00',14916,NULL),(16332,18,'[$]NO MALARIA PARASITES SEEN[/$],-,33a24e3b97ce89d8ecdd80d3287a3353bddb35fe','',555,0,'2013-11-21 08:00:00',14916,NULL),(16333,57,'','',530,0,'2013-11-21 14:19:27',14918,NULL),(16334,133,'','',530,0,'2013-11-21 14:19:27',14918,NULL),(16335,132,'','',530,0,'2013-11-21 14:19:27',14918,NULL),(16336,56,'','',530,0,'2013-11-21 14:19:27',14918,NULL),(16337,107,'1/20,1/160,33a24e3b97ce89d8ecdd80d3287a3353bddb35fe','',555,0,'2013-11-21 08:00:00',14918,NULL),(16338,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,33a24e3b97ce89d8ecdd80d3287a3353bddb35fe','',537,0,'2013-11-21 08:00:00',14921,NULL),(16339,222,'','',530,0,'2013-11-21 14:47:14',14922,NULL),(16340,19,'NEGATIVE,,f36c8b10df798d6a1e70b0868b899c692600d77e','',555,0,'2013-11-21 08:00:00',14922,NULL),(16341,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f36c8b10df798d6a1e70b0868b899c692600d77e','',555,0,'2013-11-21 08:00:00',14922,NULL),(16342,16,'POSITIVE,f36c8b10df798d6a1e70b0868b899c692600d77e','',555,0,'2013-11-21 08:00:00',14924,NULL),(16343,107,'1/20,1/20,f36c8b10df798d6a1e70b0868b899c692600d77e','',555,0,'2013-11-21 08:00:00',14924,NULL),(16344,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f36c8b10df798d6a1e70b0868b899c692600d77e',' ',555,0,'2013-11-21 08:00:00',14927,NULL),(16345,14,'NEGATIVE,f36c8b10df798d6a1e70b0868b899c692600d77e','',555,0,'2013-11-21 08:00:00',14931,NULL),(16346,57,'','',530,0,'2013-11-21 15:00:37',14932,NULL),(16347,133,'','',530,0,'2013-11-21 15:00:37',14932,NULL),(16348,56,'','',530,0,'2013-11-21 15:00:37',14932,NULL),(16349,222,'','',530,0,'2013-11-21 15:13:32',14933,NULL),(16350,19,'NEGATIVE,,c52c156c17e98ba1a690235213e8549089f63b0e','',535,0,'2013-11-21 08:00:00',14933,NULL),(16351,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c52c156c17e98ba1a690235213e8549089f63b0e','',535,0,'2013-11-21 08:00:00',14933,NULL),(16352,68,'5.0,NEGATIVE,NEGATIVE,,39fd855dbe38a66837cff3ef48ee06e10a698e80','NON DIABETIC, ',537,0,'2013-11-21 08:00:00',14934,NULL),(16353,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,39fd855dbe38a66837cff3ef48ee06e10a698e80','',537,0,'2013-11-21 08:00:00',14936,NULL),(16354,57,'','',530,0,'2013-11-21 15:21:22',14937,NULL),(16355,133,'','',530,0,'2013-11-21 15:21:22',14937,NULL),(16356,131,'','',530,0,'2013-11-21 15:21:22',14937,NULL),(16357,132,'','',530,0,'2013-11-21 15:21:22',14937,NULL),(16358,68,'','',530,0,'2013-11-21 15:21:22',14939,NULL),(16359,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2118365806083c1daf87bd5084b37709ea7a5b82','',537,0,'2013-11-21 08:00:00',14942,NULL),(16360,222,'','',558,0,'2013-11-21 15:40:27',14943,NULL),(16361,19,'NEGATIVE,,789daf5f9a08849a27c3084e6d9879f472757ea2','',555,0,'2013-11-21 08:00:00',14943,NULL),(16362,18,'[$]NO MALARIA PARASITE SEEN[/$],-,789daf5f9a08849a27c3084e6d9879f472757ea2','',555,0,'2013-11-21 08:00:00',14943,NULL),(16363,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,789daf5f9a08849a27c3084e6d9879f472757ea2','\n\n\n\n\n\n',537,0,'2013-11-21 08:00:00',14945,NULL),(16364,27,'NON-REACTIVE,-,NEGATIVE,789daf5f9a08849a27c3084e6d9879f472757ea2','',555,0,'2013-11-21 08:00:00',14948,NULL),(16365,107,'1/20,1/40,789daf5f9a08849a27c3084e6d9879f472757ea2','',555,0,'2013-11-21 08:00:00',14948,NULL),(16366,9,'','',558,0,'2013-11-21 15:51:15',14949,NULL),(16367,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eeb5029b706ee255505cffa098f02265371b4b62','',555,0,'2013-11-21 08:00:00',14949,NULL),(16368,107,'1/20,1/20,eeb5029b706ee255505cffa098f02265371b4b62','',555,0,'2013-11-21 08:00:00',14951,NULL),(16369,9,'','',558,0,'2013-11-21 16:00:07',14952,NULL),(16370,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5c5e18be82c908c45ced80dee95987e3edc6b73d','',555,0,'2013-11-21 08:00:00',14952,NULL),(16371,107,'1/20,1/20,5c5e18be82c908c45ced80dee95987e3edc6b73d','',555,0,'2013-11-21 08:00:00',14954,NULL),(16372,132,'','',558,0,'2013-11-21 16:02:55',14955,NULL),(16373,14,'NEGATIVE,385a0ed0ee0c35dc09137d362878a02851b95c32','',555,0,'2013-11-21 08:00:00',14957,NULL),(16374,22,'5,74a34b3899a145ec16e9575c5cffecb2ef0b8193','',555,0,'2013-11-21 08:00:00',14958,NULL),(16375,68,'5.3,-,-,,74a34b3899a145ec16e9575c5cffecb2ef0b8193','NON DIABETIC, ',555,0,'2013-11-21 08:00:00',14958,NULL),(16376,9,'','',558,0,'2013-11-21 16:06:23',14958,NULL),(16377,20,'NEGATIVE,74a34b3899a145ec16e9575c5cffecb2ef0b8193','',555,0,'2013-11-21 08:00:00',14958,NULL),(16378,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,CALCIUM OXALATE (++),NOT ,,,,,,,,,,,SEEN,NOT SEEN,74a34b3899a145ec16e9','',537,0,'2013-11-21 08:00:00',14960,NULL),(16379,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,74a34b3899a145ec16e9575c5cffecb2ef0b8193','',537,0,'2013-11-21 08:00:00',14963,NULL),(16380,68,'7.3,NEGATIVE,NEGATIVE,,dc857b3e607ef66e22b22438e571b9aa25471c00','',541,0,'2013-11-21 08:00:00',14964,NULL),(16381,9,'','',558,0,'2013-11-21 16:28:28',14965,NULL),(16382,70,'4.0,,5465885d82e968e575d663e1ff62cbc7d80e2d66','',555,0,'2013-11-21 08:00:00',14965,NULL),(16383,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5465885d82e968e575d663e1ff62cbc7d80e2d66','',537,0,'2013-11-21 08:00:00',14967,NULL),(16384,108,'NON - REACTIVE,5465885d82e968e575d663e1ff62cbc7d80e2d66','',555,0,'2013-11-21 08:00:00',14970,NULL),(16385,105,'SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,9d94ece5d1bebfde5454ed2fe415befc2581eab2','',534,0,'2013-11-21 08:00:00',14971,NULL),(16386,36,'Escherichia coli,##,##,,9d94ece5d1bebfde5454ed2fe415befc2581eab2','',534,0,'2013-11-21 08:00:00',14971,NULL),(16387,68,'5.7,NEGATIVE,NEGATIVE,,a999f2f01751634a120edf2c9d3cce68f4a6add0','NON DIABETIC, ',537,0,'2013-11-21 08:00:00',14972,NULL),(16388,9,'','',558,0,'2013-11-21 16:45:34',14972,NULL),(16389,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a999f2f01751634a120edf2c9d3cce68f4a6add0','',537,0,'2013-11-21 08:00:00',14974,NULL),(16390,39,'[$]NEGATIVE[/$],,a999f2f01751634a120edf2c9d3cce68f4a6add0','',552,0,'2013-11-26 08:00:00',14977,NULL),(16391,92,'7.3,a999f2f01751634a120edf2c9d3cce68f4a6add0','',534,0,'2013-11-21 08:00:00',14981,NULL),(16392,68,'','',558,0,'2013-11-21 17:17:13',14982,NULL),(16393,9,'','',558,0,'2013-11-21 17:17:13',14982,NULL),(16394,77,'','',558,0,'2013-11-21 17:17:13',14982,NULL),(16395,39,'[$]NEGATIVE[/$],,c60fc45ffcf59adcf0dbd7a6f16fdef40d30d6cc','',552,0,'2013-11-24 08:00:00',14984,NULL),(16396,57,'','',558,0,'2013-11-21 17:17:14',14987,NULL),(16397,133,'','',558,0,'2013-11-21 17:17:14',14987,NULL),(16398,131,'','',558,0,'2013-11-21 17:17:14',14987,NULL),(16399,132,'','',558,0,'2013-11-21 17:17:14',14987,NULL),(16400,92,'2.0,c60fc45ffcf59adcf0dbd7a6f16fdef40d30d6cc','',537,0,'2013-11-25 08:00:00',14987,NULL),(16401,56,'','',558,0,'2013-11-21 17:17:14',14987,NULL),(16402,65,'','',558,0,'2013-11-21 17:17:14',14987,NULL),(16403,68,'','',558,0,'2013-11-21 17:19:56',14988,NULL),(16404,70,'','',558,0,'2013-11-21 17:19:56',14988,NULL),(16405,9,'','',558,0,'2013-11-21 17:39:05',14989,NULL),(16406,77,'','',558,0,'2013-11-21 17:39:05',14989,NULL),(16407,36,'','',558,0,'2013-11-21 17:39:05',14991,NULL),(16408,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,18bf8011cabba5e4c31b50cdc9a2a5801c9','',537,0,'2013-11-21 08:00:00',14991,NULL),(16409,9,'','',558,0,'2013-11-21 17:44:09',14992,NULL),(16410,19,'NEGATIVE,,bd86fad860fa9cb8b5dceecb1cdd6bfb9d82afad','',555,0,'2013-11-21 08:00:00',14992,NULL),(16411,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bd86fad860fa9cb8b5dceecb1cdd6bfb9d82afad','',537,0,'2013-11-21 08:00:00',14994,NULL),(16412,9,'','',558,0,'2013-11-21 17:46:12',14995,NULL),(16413,36,'','',558,0,'2013-11-21 17:49:12',14996,NULL),(16414,35,'CLOUDY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,10,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,01f83e89f7c4fd449c1906de0aa0cb','',537,0,'2013-11-21 08:00:00',14996,NULL),(16415,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,736a5d516ce0862ee0ef6f238bc7f31cf185a318','',534,0,'2013-11-26 08:00:00',14997,NULL),(16416,9,'','',558,0,'2013-11-21 17:54:55',14998,NULL),(16417,9,'','',558,0,'2013-11-21 17:59:32',14999,NULL),(16418,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4efe6551d4064602f202e7376aafa33ae94ee043','',555,0,'2013-11-21 08:00:00',14999,NULL),(16419,71,'NEGATIVE,,4efe6551d4064602f202e7376aafa33ae94ee043','',537,0,'2013-11-21 08:00:00',15001,NULL),(16420,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4efe6551d4064602f202e7376aafa33ae94ee043','',537,0,'2013-11-21 08:00:00',15001,NULL),(16421,107,'1/20,1/80,4efe6551d4064602f202e7376aafa33ae94ee043','',555,0,'2013-11-21 08:00:00',15004,NULL),(16422,22,'13,671b12bada03956321330bdfca72e2dbb953aace','',555,0,'2013-11-21 08:00:00',15005,NULL),(16423,9,'','',558,0,'2013-11-21 18:08:40',15005,NULL),(16424,19,'NEGATIVE,,671b12bada03956321330bdfca72e2dbb953aace','',555,0,'2013-11-21 08:00:00',15005,NULL),(16425,18,'[$]NO MALARIA PARASITE SEEN[/$],-,671b12bada03956321330bdfca72e2dbb953aace','',555,0,'2013-11-21 08:00:00',15005,NULL),(16426,21,'AB,POSITIVE,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',555,0,'2013-11-21 08:00:00',15006,NULL),(16427,9,'','',558,0,'2013-11-21 18:18:11',15006,NULL),(16428,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',555,0,'2013-11-21 08:00:00',15006,NULL),(16429,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',537,0,'2013-11-21 08:00:00',15008,NULL),(16430,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',555,0,'2013-11-21 08:00:00',15011,NULL),(16431,112,'NEGATIVE,,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',555,0,'2013-11-21 08:00:00',15015,NULL),(16432,117,'NEGATIVE,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',555,0,'2013-11-21 08:00:00',15015,NULL),(16433,27,'NON-REACTIVE,-,NEGATIVE,4d0bc7e36978d6d1fdc0596f5fb2b8f6331dfc0d','',555,0,'2013-11-21 08:00:00',15015,NULL),(16434,68,'','',558,0,'2013-11-21 18:21:00',15016,NULL),(16435,9,'','',558,0,'2013-11-21 18:21:00',15016,NULL),(16436,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,10,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,0b92d373ee044f7730d1e541c6b88cf3bb','',537,0,'2013-11-21 08:00:00',15018,NULL),(16437,57,'','',558,0,'2013-11-21 18:21:00',15021,NULL),(16438,133,'','',558,0,'2013-11-21 18:21:00',15021,NULL),(16439,131,'','',558,0,'2013-11-21 18:21:00',15021,NULL),(16440,132,'','',558,0,'2013-11-21 18:21:00',15021,NULL),(16441,56,'','',558,0,'2013-11-21 18:21:00',15021,NULL),(16442,9,'','',558,0,'2013-11-21 18:22:17',15022,NULL),(16443,68,'','',558,0,'2013-11-21 18:25:40',15023,NULL),(16444,9,'','',558,0,'2013-11-21 18:25:40',15023,NULL),(16445,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b72dc059a315ff63bcc02a9904feb1d1452c3eaa','',555,0,'2013-11-21 08:00:00',15023,NULL),(16446,71,'NEGATIVE,,b72dc059a315ff63bcc02a9904feb1d1452c3eaa','',537,0,'2013-11-21 08:00:00',15025,NULL),(16447,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b72dc059a315ff63bcc02a9904feb1d1452c3eaa','',537,0,'2013-11-21 08:00:00',15025,NULL),(16448,117,'NEGATIVE,b72dc059a315ff63bcc02a9904feb1d1452c3eaa','',555,0,'2013-11-21 08:00:00',15028,NULL),(16449,132,'','',558,0,'2013-11-21 18:25:41',15028,NULL),(16450,68,'','',558,0,'2013-11-21 18:30:18',15029,NULL),(16451,9,'','',558,0,'2013-11-21 18:30:18',15029,NULL),(16452,14,'NEGATIVE,d65615b9821c0cbce22866f9c24b202ae3f8e733','',537,0,'2013-11-22 08:00:00',15031,NULL),(16453,211,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16454,60,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16455,78,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16456,57,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16457,133,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16458,16,'NEGATIVE,d65615b9821c0cbce22866f9c24b202ae3f8e733','',541,0,'2013-11-21 08:00:00',15034,NULL),(16459,75,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16460,130,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16461,132,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16462,69,'NEGATIVE,NORMAL (0.01 - 0.05),d65615b9821c0cbce22866f9c24b202ae3f8e733','',541,0,'2013-11-21 08:00:00',15034,NULL),(16463,56,'','',558,0,'2013-11-21 18:30:19',15034,NULL),(16464,93,'','',558,0,'2013-11-21 18:30:19',15038,NULL),(16465,9,'','',558,0,'2013-11-21 18:33:22',15039,NULL),(16466,107,'1/80,1/40,b026e83ba89daa4cecbecc4105525013e20034a5','',555,0,'2013-11-21 08:00:00',15041,NULL),(16467,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c46f2a15a68d56cb591ba4606abfde6eba033fb3','',555,0,'2013-11-21 08:00:00',15042,NULL),(16468,22,'2,a6a034d72f4a93c936a44d8f6ec6d63a0092d170','',555,0,'2013-11-21 08:00:00',15043,NULL),(16469,9,'','',558,0,'2013-11-21 18:44:37',15043,NULL),(16470,19,'NEGATIVE,,a6a034d72f4a93c936a44d8f6ec6d63a0092d170','',555,0,'2013-11-21 08:00:00',15043,NULL),(16471,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a6a034d72f4a93c936a44d8f6ec6d63a0092d170','',555,0,'2013-11-21 08:00:00',15043,NULL),(16472,107,'1/20,1/40,a6a034d72f4a93c936a44d8f6ec6d63a0092d170','',555,0,'2013-11-21 08:00:00',15045,NULL),(16473,193,'POSITIVE,c363a6cd7bee25a1dc25d5b1a490919540286c8c','',534,0,'2013-11-26 08:00:00',15046,NULL),(16474,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,c363a6cd7bee25a1dc25d5b1a490919540286c8c','',534,0,'2013-11-23 08:00:00',15046,NULL),(16475,134,'FEW,FEW,NOT SEEN,NOT SEEN,,c363a6cd7bee25a1dc25d5b1a490919540286c8c','',537,0,'2013-11-21 08:00:00',15046,NULL),(16476,216,'','',558,0,'2013-11-21 18:51:28',15048,NULL),(16477,52,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16478,53,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16479,211,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16480,60,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16481,57,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16482,47,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16483,133,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16484,54,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16485,46,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16486,56,'','',558,0,'2013-11-21 18:56:34',15049,NULL),(16487,41,'[$]12:21 PM[/$],[$]12:40 PM[/$],[$]1:21 PM[/$],COITUS INTERUPTUS,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]0.5 MLS[/$],[$]8.0[/$],[$]5% IN SLUGGISH LINEAR PROGRESSION[/$],[$]10% VIABLE SPERM CELLS[/$],[$]11','',552,0,'2013-11-21 08:00:00',15050,NULL),(16488,9,'','',558,0,'2013-11-21 19:15:59',15051,NULL),(16489,19,'NEGATIVE,,a8854578b0268e17a5a8bdff01ef83471231c6c2','',555,0,'2013-11-21 08:00:00',15051,NULL),(16490,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a8854578b0268e17a5a8bdff01ef83471231c6c2','',555,0,'2013-11-21 08:00:00',15051,NULL),(16491,9,'','',558,0,'2013-11-21 19:17:02',15052,NULL),(16492,9,'','',558,0,'2013-11-21 19:19:46',15053,NULL),(16493,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f268f76fdaeb13dd33092d78f91f515338e79ebc','',555,0,'2013-11-21 08:00:00',15053,NULL),(16494,36,'No Bacteria Growth,##,##,,f268f76fdaeb13dd33092d78f91f515338e79ebc','',534,0,'2013-11-23 08:00:00',15055,NULL),(16495,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f268f76fdaeb13dd33092d78f91f515338e79ebc','',537,0,'2013-11-21 08:00:00',15055,NULL),(16496,45,'NEGATIVE,2a10b388f183ba06ddbaaebf6574be5955341e51','',550,0,'2013-11-21 08:00:00',15056,NULL),(16497,29,'','',558,0,'2013-11-21 19:27:45',15057,NULL),(16498,132,'','',558,0,'2013-11-21 19:31:49',15058,NULL),(16499,92,'0.0,b81acf3157b379c1f236fc4198d7d99f7a3ae742','',537,0,'2013-11-25 08:00:00',15059,NULL),(16500,3,'13.7,3.4,0.2,606e7c8b45f556e6ebaa3f689b6e47cf73c046e4','',535,0,'2013-11-22 08:00:00',15060,NULL),(16501,9,'','',558,0,'2013-11-21 19:42:37',15061,NULL),(16502,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4dfc9600650aa0060cee995cac929d5a50ff6d20','',555,0,'2013-11-21 08:00:00',15061,NULL),(16503,16,'NEGATIVE,4dfc9600650aa0060cee995cac929d5a50ff6d20','',555,0,'2013-11-21 08:00:00',15063,NULL),(16504,107,'1/20,1/20,4dfc9600650aa0060cee995cac929d5a50ff6d20','',555,0,'2013-11-21 08:00:00',15063,NULL),(16505,14,'','',558,0,'2013-11-21 19:42:37',15066,NULL),(16506,9,'','',558,0,'2013-11-21 19:45:42',15067,NULL),(16507,18,'[$]NO MALARIA PARASITE SEEN[/$],-,14ba3e30d0009e9a1a60423363c432682d46a765','',555,0,'2013-11-21 08:00:00',15067,NULL),(16508,9,'','',534,0,'2013-11-21 19:57:31',15068,NULL),(16509,18,'[$]NO MALARIA PARASITE SEEN[/$],-,991486d95208aee0ca4c7e9885167d588f3f964f','',555,0,'2013-11-21 08:00:00',15068,NULL),(16510,107,'1/20,1/20,991486d95208aee0ca4c7e9885167d588f3f964f','',555,0,'2013-11-21 08:00:00',15070,NULL),(16511,36,'No Bacteria Growth,##,##,,991486d95208aee0ca4c7e9885167d588f3f964f','',534,0,'2013-11-23 08:00:00',15073,NULL),(16512,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,POSITIVE (+++),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,991486d95208aee0ca4c7e9885167','',534,0,'2013-11-21 08:00:00',15073,NULL),(16513,9,'','',534,0,'2013-11-21 20:00:11',15074,NULL),(16514,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,db2bfa0ecdecf8656c5c7512e5d9258aa97b8862','',534,0,'2013-11-21 08:00:00',15075,NULL),(16515,9,'','',558,0,'2013-11-21 20:04:43',15076,NULL),(16516,19,'NEGATIVE,,c826131335852bc850c146fc58ab9903294e0608','',550,0,'2013-11-21 08:00:00',15076,NULL),(16517,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c826131335852bc850c146fc58ab9903294e0608','',550,0,'2013-11-21 08:00:00',15076,NULL),(16518,35,'','',558,0,'2013-11-21 20:04:44',15078,NULL),(16519,37,'','',558,0,'2013-11-21 20:04:44',15081,NULL),(16520,36,'No Bacteria Growth,##,##,,c24fb2199850c076d0216e6a5e64854b36a70cb5','',534,0,'2013-11-23 08:00:00',15082,NULL),(16521,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c24fb2199850c076d0216e6a5e64854b36a70cb5','',537,0,'2013-11-21 08:00:00',15082,NULL),(16522,22,'17,ac464809f18cfb5b0d5300f1dd7411c1a2376f0e','',550,0,'2013-11-21 08:00:00',15083,NULL),(16523,9,'','',558,0,'2013-11-21 20:11:04',15083,NULL),(16524,19,'NEGATIVE,,ac464809f18cfb5b0d5300f1dd7411c1a2376f0e','',550,0,'2013-11-21 08:00:00',15083,NULL),(16525,9,'','',558,0,'2013-11-21 20:18:13',15084,NULL),(16526,20,'POSITIVE,ebf2eb17114de8cf2960899bb577d3f3b490480a','',550,0,'2013-11-21 08:00:00',15084,NULL),(16527,14,'NEGATIVE,ebf2eb17114de8cf2960899bb577d3f3b490480a','',537,0,'2013-11-22 08:00:00',15086,NULL),(16528,65,'','',558,0,'2013-11-21 20:20:13',15087,NULL),(16529,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1272c18c49f25f345b3bc81ebf1f6a0f06a5e60a','`',537,0,'2013-11-21 08:00:00',15088,NULL),(16530,107,'1/20,1/20,1272c18c49f25f345b3bc81ebf1f6a0f06a5e60a','',550,0,'2013-11-21 08:00:00',15090,NULL),(16531,36,'','',558,0,'2013-11-21 20:27:54',15091,NULL),(16532,35,'','',558,0,'2013-11-21 20:27:54',15091,NULL),(16533,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,870bc4021a0af63b45ef6da21b087622380781c7','',537,0,'2013-11-21 08:00:00',15093,NULL),(16534,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b4d265f716c79fd22b2ca0e32b3b770aaf25978c','',555,0,'2013-11-21 08:00:00',15094,NULL),(16535,9,'','',558,0,'2013-11-21 20:33:35',15095,NULL),(16536,9,'','',558,0,'2013-11-21 20:37:24',15096,NULL),(16537,18,'[$]NO MALARIA PARASITE SEEN[/$],-,296cab44f04700710d3330d8ba5863e155f55570','',550,0,'2013-11-21 08:00:00',15096,NULL),(16538,71,'NEGATIVE,,296cab44f04700710d3330d8ba5863e155f55570','',552,0,'2013-11-21 08:00:00',15098,NULL),(16539,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,>30,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,296cab44f04700710d3330d8ba5863e155',', ',552,0,'2013-11-21 08:00:00',15098,NULL),(16540,14,'','',558,0,'2013-11-21 20:37:24',15101,NULL),(16541,16,'NEGATIVE,296cab44f04700710d3330d8ba5863e155f55570','',550,0,'2013-11-21 08:00:00',15105,NULL),(16542,107,'1/20,1/20,296cab44f04700710d3330d8ba5863e155f55570','',550,0,'2013-11-21 08:00:00',15105,NULL),(16543,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,25976dcae0278d670ea5870765cdc6e57651217d','',550,0,'2013-11-21 08:00:00',15106,NULL),(16544,226,'','',558,0,'2013-11-21 20:39:30',15108,NULL),(16545,9,'','',558,0,'2013-11-21 20:42:55',15109,NULL),(16546,19,'NEGATIVE,,4e24e59da834c80c9c6ccf27f6dd6096170398f7','',550,0,'2013-11-21 08:00:00',15109,NULL),(16547,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4e24e59da834c80c9c6ccf27f6dd6096170398f7','',550,0,'2013-11-21 08:00:00',15109,NULL),(16548,22,'2,519f69a4196795803ec743118fb48d81f288339c','',550,0,'2013-11-21 08:00:00',15110,NULL),(16549,9,'','',558,0,'2013-11-21 20:47:44',15110,NULL),(16550,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,25aeee3501dbb036d9483d2390bc1eed6e9117',', ',552,0,'2013-11-21 08:00:00',15111,NULL),(16551,9,'','',558,0,'2013-11-21 20:56:37',15112,NULL),(16552,19,'NEGATIVE,,98b2faa3367ba38ed7d4c85a4dcd70030fde9e92','',550,0,'2013-11-21 08:00:00',15112,NULL),(16553,18,'[$]NO MALARIA PARASITE SEEN[/$],-,98b2faa3367ba38ed7d4c85a4dcd70030fde9e92','',550,0,'2013-11-21 08:00:00',15112,NULL),(16554,14,'','',558,0,'2013-11-21 20:56:37',15114,NULL),(16555,16,'POSITIVE,98b2faa3367ba38ed7d4c85a4dcd70030fde9e92','',550,0,'2013-11-21 08:00:00',15117,NULL),(16556,9,'','',558,0,'2013-11-21 21:00:42',15118,NULL),(16557,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',550,0,'2013-11-21 08:00:00',15118,NULL),(16558,71,'POSITIVE,,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',552,0,'2013-11-21 08:00:00',15120,NULL),(16559,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b3b98ae8f28bc9a940d28adb38be05e23ea1694f',', ',552,0,'2013-11-21 08:00:00',15120,NULL),(16560,36,'No Bacteria Growth,##,##,,19f6db0810b6a4cbe4eb58a41e8cf89891c6862f','',534,0,'2013-11-21 21:02:48',15121,NULL),(16561,9,'','',558,0,'2013-11-21 21:09:13',15122,NULL),(16562,18,'[$]NO MALARIA PARASITE SEEN[/$],-,17fddc4694481be53cf3d17b108317033f2d8682','',550,0,'2013-11-21 08:00:00',15122,NULL),(16563,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,17fddc4694481be53cf3d17b108317033f2d8682',', ',552,0,'2013-11-21 08:00:00',15124,NULL),(16564,107,'1/20,1/320,17fddc4694481be53cf3d17b108317033f2d8682','',550,0,'2013-11-21 08:00:00',15127,NULL),(16565,68,'4.8,-,-,,d4c40e9fb78dc4a572cd234d28dfa8507ba79d9b','NON DIABETIC, ',543,0,'2013-11-28 08:00:00',15128,NULL),(16566,9,'','',558,0,'2013-11-21 21:11:57',15128,NULL),(16567,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,a02ddd63b8648c1fe0b8f66f8e0d576930a6f78d','',534,0,'2013-11-21 08:00:00',15129,NULL),(16568,120,'[$]Psendomonas spp.[/$],##,##,,a02ddd63b8648c1fe0b8f66f8e0d576930a6f78d','',534,0,'2013-11-21 08:00:00',15129,NULL),(16569,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,9132b4a7d8de49344127942a096691f678538930','',534,0,'2013-11-21 08:00:00',15130,NULL),(16570,36,'Coliforms,##,##,,9132b4a7d8de49344127942a096691f678538930','',534,0,'2013-11-21 08:00:00',15130,NULL),(16571,22,'1,c92d69fbd999450cd24cb81db6cf8de93bd6a467','',550,0,'2013-11-21 08:00:00',15131,NULL),(16572,9,'','',558,0,'2013-11-21 21:33:25',15131,NULL),(16573,57,'','',558,0,'2013-11-21 21:33:25',15133,NULL),(16574,133,'','',558,0,'2013-11-21 21:33:25',15133,NULL),(16575,16,'POSITIVE,c92d69fbd999450cd24cb81db6cf8de93bd6a467','',550,0,'2013-11-21 08:00:00',15133,NULL),(16576,56,'','',558,0,'2013-11-21 21:33:25',15133,NULL),(16577,65,'','',558,0,'2013-11-21 21:33:25',15133,NULL),(16578,14,'','',558,0,'2013-11-21 21:33:26',15136,NULL),(16579,68,'4.6,-,-,,02dd825dbca743d8adf2282f6d548e8fdbe1adb6','NON DIABETIC, ',541,0,'2013-11-22 08:00:00',15137,NULL),(16580,9,'','',558,0,'2013-11-21 21:35:19',15137,NULL),(16581,14,'NEGATIVE,02dd825dbca743d8adf2282f6d548e8fdbe1adb6','',537,0,'2013-11-22 08:00:00',15139,NULL),(16582,16,'NEGATIVE,02dd825dbca743d8adf2282f6d548e8fdbe1adb6','',550,0,'2013-11-21 08:00:00',15142,NULL),(16583,9,'','',558,0,'2013-11-21 21:40:55',15143,NULL),(16584,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2f725ac911052d75af796b5d2106706440094a6a','',550,0,'2013-11-21 08:00:00',15143,NULL),(16585,16,'NEGATIVE,2f725ac911052d75af796b5d2106706440094a6a','',550,0,'2013-11-21 08:00:00',15145,NULL),(16586,107,'1/20,1/80,2f725ac911052d75af796b5d2106706440094a6a','',550,0,'2013-11-21 08:00:00',15145,NULL),(16587,14,'','',558,0,'2013-11-21 21:40:55',15148,NULL),(16588,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2f725ac911052d75af796b5d2106706440094a6a','',552,0,'2013-11-21 08:00:00',15148,NULL),(16589,9,'','',558,0,'2013-11-21 21:59:40',15149,NULL),(16590,19,'NEGATIVE,,ef840f4555a351971f2479d3eff6cd11460a005c','',550,0,'2013-11-21 08:00:00',15149,NULL),(16591,36,'No Bacteria Growth,##,##,,870bc4021a0af63b45ef6da21b087622380781c7','',534,0,'2013-11-23 08:00:00',15150,NULL),(16592,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,6,4,10,NOT SEEN,NOT SEEN,NOT SEEN,,,,870bc4021a0af63b45ef6da21b087622380781c7','',537,0,'2013-11-21 08:00:00',15150,NULL),(16593,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+++),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,db2bfa0ecdecf8656c5c7512e5d9258aa97b8862','',537,0,'2013-11-21 08:00:00',15151,NULL),(16594,9,'','',558,0,'2013-11-21 22:16:18',15152,NULL),(16595,9,'','',534,0,'2013-11-21 22:20:55',15153,NULL),(16596,18,'[$]NO MALARIA PARASITE SEEN[/$],-,6965e30c70a550ff27d482b6f9dfb0d8eab39e90','',550,0,'2013-11-21 08:00:00',15153,NULL),(16597,68,'','',534,0,'2013-11-21 22:26:14',15154,NULL),(16598,9,'','',534,0,'2013-11-21 22:26:14',15154,NULL),(16599,132,'','',534,0,'2013-11-21 22:26:15',15156,NULL),(16600,9,'','',534,0,'2013-11-21 22:32:21',15157,NULL),(16601,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0b166649206ce97f07c6cf77b9afdb5da08944d2','',537,0,'2013-12-04 08:00:00',15157,NULL),(16602,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b166649206ce97f07c6cf77b9afdb5da08944d2','',537,0,'2013-12-04 08:00:00',15159,NULL),(16603,9,'','',558,0,'2013-11-21 22:41:19',15160,NULL),(16604,21,'','',558,0,'2013-11-21 22:44:31',15161,NULL),(16605,68,'','',558,0,'2013-11-21 22:44:31',15161,NULL),(16606,9,'','',558,0,'2013-11-21 22:44:31',15161,NULL),(16607,20,'','',558,0,'2013-11-21 22:44:31',15161,NULL),(16608,9,'','',558,0,'2013-11-21 22:48:52',15162,NULL),(16609,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4d8cb99093c85249923ac3a30e8e4288bff2e35c','',550,0,'2013-11-21 08:00:00',15162,NULL),(16610,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f0304b705114045c034bb31e7cae9a80076d6348',', ',550,0,'2013-11-21 08:00:00',15163,NULL),(16611,9,'','',558,0,'2013-11-21 23:14:24',15164,NULL),(16612,28,'POSITIVE,[$]AS[/$],,ebf2eb17114de8cf2960899bb577d3f3b490480a','',543,0,'2013-11-22 08:00:00',15165,NULL),(16613,22,'101,324939bd04aa0d5f011a70180876c53396a4e1f4','',552,0,'2013-11-21 08:00:00',15166,NULL),(16614,9,'','',558,0,'2013-11-21 23:38:42',15166,NULL),(16615,38,'[$][/$],##,##,,324939bd04aa0d5f011a70180876c53396a4e1f4','',552,0,'2013-11-21 08:00:00',15168,NULL),(16616,37,'YELLOWISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,present (++),present (+++),,324939bd04aa0d5f011a70180876c53396a4e1f4','',552,0,'2013-11-21 08:00:00',15168,NULL),(16617,22,'59,0eceed1b7c9b94bbad9ea3a8e2b5acc1bad40342','',552,0,'2013-11-21 08:00:00',15169,NULL),(16618,9,'','',558,0,'2013-11-21 23:52:13',15169,NULL),(16619,19,'NEGATIVE,,0eceed1b7c9b94bbad9ea3a8e2b5acc1bad40342','',552,0,'2013-11-21 08:00:00',15169,NULL),(16620,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0eceed1b7c9b94bbad9ea3a8e2b5acc1bad40342','',552,0,'2013-11-21 08:00:00',15169,NULL),(16621,70,'6.4,,0eceed1b7c9b94bbad9ea3a8e2b5acc1bad40342','',552,0,'2013-11-21 08:00:00',15169,NULL),(16622,9,'','',558,0,'2013-11-22 00:21:45',15170,NULL),(16623,117,'NEGATIVE,90b5903dd019fc816a7ffe4ff65252fdbe320af4','',550,0,'2013-11-21 08:00:00',15172,NULL),(16624,8,'[$]366567[/$],[$]62984[/$],[$][/$],90b5903dd019fc816a7ffe4ff65252fdbe320af4','',534,0,'2013-11-26 08:00:00',15172,NULL),(16625,193,'','',558,0,'2013-11-22 00:28:44',15173,NULL),(16626,135,'','',558,0,'2013-11-22 00:28:44',15173,NULL),(16627,226,'','',558,0,'2013-11-22 00:28:44',15175,NULL),(16628,9,'','',558,0,'2013-11-22 00:33:33',15176,NULL),(16629,19,'NEGATIVE,,5b8c266b3c9daa2f611cbd3588b216d5d9268079','',550,0,'2013-11-21 08:00:00',15176,NULL),(16630,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5b8c266b3c9daa2f611cbd3588b216d5d9268079','',550,0,'2013-11-21 08:00:00',15176,NULL),(16631,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5b8c266b3c9daa2f611cbd3588b216d5d9268079',', ',552,0,'2013-11-21 08:00:00',15178,NULL),(16632,107,'1/20,1/20,5b8c266b3c9daa2f611cbd3588b216d5d9268079','',550,0,'2013-11-21 08:00:00',15181,NULL),(16633,9,'','',558,0,'2013-11-22 00:41:40',15182,NULL),(16634,19,'NEGATIVE,,ed032630a5a483ab8551769d806ffc06027d0bf2','',550,0,'2013-11-21 08:00:00',15182,NULL),(16635,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ed032630a5a483ab8551769d806ffc06027d0bf2','',550,0,'2013-11-21 08:00:00',15182,NULL),(16636,9,'','',558,0,'2013-11-22 00:43:09',15183,NULL),(16637,18,'[$]NO MALARIA PARASITE SEEN[/$],-,051b66e25f7ecd7946901079565722d7736c48cb','',550,0,'2013-11-21 08:00:00',15183,NULL),(16638,9,'','',558,0,'2013-11-22 00:51:22',15184,NULL),(16639,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c429c82acdfa1545fe51671c63106542ad20e1da','',550,0,'2013-11-21 08:00:00',15184,NULL),(16640,193,'NEGATIVE,a25ca2192d43afef65c6f12af780fe4dc1be953f','',534,0,'2013-11-26 08:00:00',15185,NULL),(16641,135,'[$]CANDIDA SPP.[/$],##,##,,a25ca2192d43afef65c6f12af780fe4dc1be953f','',534,0,'2013-11-23 08:00:00',15185,NULL),(16642,234,'','',504,0,'2013-11-22 01:12:58',15186,NULL),(16643,9,'','',558,0,'2013-11-22 01:21:14',15187,NULL),(16644,19,'NEGATIVE,,6a03c6346ee51d2edb515496c8ab1181294839ec','',550,0,'2013-11-21 08:00:00',15187,NULL),(16645,107,'1/20,1/20,6a03c6346ee51d2edb515496c8ab1181294839ec','',550,0,'2013-11-21 08:00:00',15189,NULL),(16646,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a34b6713b35d0debf14da1e26f5fa2f7cb45ac70',', ',552,0,'2013-11-21 08:00:00',15190,NULL),(16647,22,'1,e1c1fb3bc46d2424821b08063244830b2f29945b','',550,0,'2013-11-21 08:00:00',15191,NULL),(16648,9,'','',558,0,'2013-11-22 01:40:52',15191,NULL),(16649,21,'B,POSITIVE,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',550,0,'2013-11-21 08:00:00',15192,NULL),(16650,9,'','',558,0,'2013-11-22 01:45:16',15192,NULL),(16651,20,'POSITIVE,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',550,0,'2013-11-21 08:00:00',15192,NULL),(16652,193,'NEGATIVE,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',541,0,'2013-12-05 08:00:00',15194,NULL),(16653,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',534,0,'2013-11-23 08:00:00',15194,NULL),(16654,112,'NEGATIVE,,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',550,0,'2013-11-21 08:00:00',15197,NULL),(16655,86,'NEGATIVE,b3b98ae8f28bc9a940d28adb38be05e23ea1694f','',553,0,'2013-12-05 08:00:00',15197,NULL),(16656,9,'','',558,0,'2013-11-22 01:56:37',15198,NULL),(16657,14,'NEGATIVE,34474794cd3ea8b62af60dea3cdda83de8e03425','',550,0,'2013-11-21 08:00:00',15200,NULL),(16658,68,'','',558,0,'2013-11-22 02:03:59',15201,NULL),(16659,9,'','',558,0,'2013-11-22 02:03:59',15201,NULL),(16660,14,'POSITIVE,89507e74514f964ed817dc4e240dfd72318a1322','',550,0,'2013-11-21 08:00:00',15203,NULL),(16661,21,'AB,POSITIVE,309f7266e17f8c0f0164ce93199c5301e07ada12','',550,0,'2013-11-21 08:00:00',15204,NULL),(16662,9,'','',558,0,'2013-11-22 02:13:56',15204,NULL),(16663,20,'NEGATIVE,309f7266e17f8c0f0164ce93199c5301e07ada12','',550,0,'2013-11-21 08:00:00',15204,NULL),(16664,112,'NEGATIVE,,309f7266e17f8c0f0164ce93199c5301e07ada12','',550,534,'2013-11-21 08:00:00',15206,'2013-12-17 16:07:19'),(16665,86,'NEGATIVE,,309f7266e17f8c0f0164ce93199c5301e07ada12','',534,0,'2013-12-18 00:07:19',15206,NULL),(16666,18,'[$]NO MALARIA PARASITE SEEN[/$],-,120199d2f2036fa0a58ae5695ac9a4e315c063f5','',550,0,'2013-11-21 08:00:00',15207,NULL),(16667,36,'No Bacteria Growth,##,##,,e8bd03aebf6dfe5be215e3a8037f23fd23f69250','',534,0,'2013-11-23 08:00:00',15208,NULL),(16668,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e8bd03aebf6dfe5be215e3a8037f23fd23f69250',', ',550,0,'2013-11-21 08:00:00',15208,NULL),(16669,122,'[$]COMMENSALS ONLY[/$],2800dbe3f1447ae82f0b53741cf14f4fb16b44d6','',534,0,'2013-11-23 08:00:00',15209,NULL),(16670,22,'','',558,0,'2013-11-22 02:49:38',15210,NULL),(16671,9,'','',558,0,'2013-11-22 02:49:38',15210,NULL),(16672,20,'NEGATIVE,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',537,0,'2013-11-28 08:00:00',15211,NULL),(16673,11,'15,[$]14[/$],[$]1.1[/$],1.08,THERAPEUTIC : 2.0 - 4.0,0b92d373ee044f7730d1e541c6b88cf3bbf2916e','',537,0,'2013-11-28 08:00:00',15213,NULL),(16674,19,'NEGATIVE,,a6ce458ad75f99f934fe3c1bdcdabfd2c8e5ef08','',550,0,'2013-11-21 08:00:00',15214,NULL),(16675,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a6ce458ad75f99f934fe3c1bdcdabfd2c8e5ef08','',550,0,'2013-11-21 08:00:00',15214,NULL),(16676,21,'O,POSITIVE,61a0d98467645f64ac7116f6245284e62985c817','',550,0,'2013-11-21 08:00:00',15215,NULL),(16677,20,'NEGATIVE,61a0d98467645f64ac7116f6245284e62985c817','',534,0,'2013-11-22 08:00:00',15215,NULL),(16678,112,'NEGATIVE,,61a0d98467645f64ac7116f6245284e62985c817','',534,0,'2013-11-22 08:00:00',15217,NULL),(16679,27,'NON-REACTIVE,-,NEGATIVE,61a0d98467645f64ac7116f6245284e62985c817','',534,0,'2013-11-22 08:00:00',15217,NULL),(16680,21,'O,POSITIVE,ee4fbbfe2addb57368997466548c76785f158202','',550,0,'2013-11-21 08:00:00',15218,NULL),(16681,20,'NEGATIVE,ee4fbbfe2addb57368997466548c76785f158202','',534,0,'2013-11-22 08:00:00',15218,NULL),(16682,112,'NEGATIVE,,ee4fbbfe2addb57368997466548c76785f158202','',534,0,'2013-11-22 08:00:00',15220,NULL),(16683,27,'NON-REACTIVE,-,NEGATIVE,ee4fbbfe2addb57368997466548c76785f158202','',534,0,'2013-11-22 08:00:00',15220,NULL),(16684,22,'10,cd45b369ba69b6c2a00e36ea3d4b013e8930865b','',557,0,'2013-11-21 08:00:00',15221,NULL),(16685,222,'','',530,0,'2013-11-22 03:45:24',15221,NULL),(16686,19,'POSITIVE,,cd45b369ba69b6c2a00e36ea3d4b013e8930865b','',557,0,'2013-11-21 08:00:00',15221,NULL),(16687,36,'No Significant Bacteria Growth,##,##,,2e7a78a77dd7a0a39a32912e173de32afe115034','',535,0,'2013-11-24 08:00:00',15222,NULL),(16688,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2e7a78a77dd7a0a39a32912e173de32afe115034',', ',541,0,'2013-11-22 08:00:00',15222,NULL),(16689,135,'[$][/$],##,##,,4ee865be881e74e986dff59d4b467e83e803a87e','',541,0,'2013-11-22 08:00:00',15223,NULL),(16690,134,'FEW,MANY,NOT SEEN,PRESENT (+),,4ee865be881e74e986dff59d4b467e83e803a87e','',541,0,'2013-11-22 08:00:00',15223,NULL),(16691,68,'4.8,NEGATIVE,NEGATIVE,,4ee865be881e74e986dff59d4b467e83e803a87e','',535,0,'2013-11-26 08:00:00',15225,NULL),(16692,222,'3.9,4.37,12.9,38.0,87.0,29.5,33.9,221,40.8,12.1,47.1,1.6,0.5,1.8,13.4,8.1,,baed2e0d00f3c0e9405146a48f0b221f5e981963','',557,0,'2013-11-21 08:00:00',15226,NULL),(16693,19,'NEGATIVE,,baed2e0d00f3c0e9405146a48f0b221f5e981963','',557,0,'2013-11-21 08:00:00',15226,NULL),(16694,18,'[$]NO MALARIA PARASITES SEEN[/$],-,baed2e0d00f3c0e9405146a48f0b221f5e981963','',557,0,'2013-11-21 08:00:00',15226,NULL),(16695,22,'60,04823056924a298f8f49dbb010e3352e1b316a77','',557,0,'2013-11-21 08:00:00',15227,NULL),(16696,222,'9.9,5.45,14.4,43.7,80.2,26.4,33.0,445,17.5,8.1,74.4,1.7,0.8,7.4,14.6,9.0,,04823056924a298f8f49dbb010e3352e1b316a77','',557,0,'2013-11-21 08:00:00',15227,NULL),(16697,18,'[$]no malaria parasites seen[/$],-,04823056924a298f8f49dbb010e3352e1b316a77','',557,0,'2013-11-21 08:00:00',15227,NULL),(16698,57,'','',530,0,'2013-11-22 06:32:41',15229,NULL),(16699,133,'','',530,0,'2013-11-22 06:32:41',15229,NULL),(16700,56,'','',530,0,'2013-11-22 06:32:41',15229,NULL),(16701,222,'10.6,4.78,14.0,38.3,80.1,29.3,36.6,289,15.9,13.9,70.2,1.7,1.5,7.4,12.5,8.4,,57dd97d1d8466a97b0474ab934b4561d2734f6c6','',557,0,'2013-11-21 08:00:00',15230,NULL),(16702,19,'NEGATIVE,,57dd97d1d8466a97b0474ab934b4561d2734f6c6','',557,0,'2013-11-21 08:00:00',15230,NULL),(16703,18,'[$]no malaria parasites seen[/$],-,57dd97d1d8466a97b0474ab934b4561d2734f6c6','',557,0,'2013-11-21 08:00:00',15230,NULL),(16704,222,'','',530,0,'2013-11-22 13:34:20',15231,NULL),(16705,78,'','',530,0,'2013-11-22 13:34:20',15233,NULL),(16706,132,'','',530,0,'2013-11-22 13:34:20',15233,NULL),(16707,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),679b6b5c2221fb6497eb81facf660a4e4b1473b4','',535,0,'2013-11-22 08:00:00',15233,NULL),(16708,82,'','',530,0,'2013-11-22 13:34:21',15236,NULL),(16709,68,'','',530,0,'2013-11-22 13:34:21',15236,NULL),(16710,93,'< 0.05,679b6b5c2221fb6497eb81facf660a4e4b1473b4','',534,0,'2013-11-25 08:00:00',15236,NULL),(16711,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,679b6b5c2221fb6497eb81facf660a4e4b1473b4',', ',537,0,'2013-11-22 08:00:00',15240,NULL),(16712,11,'30,[$]14[/$],[$]2.1[/$],2.44,THERAPEUTIC : 2.0 - 4.0,0a931e056aa727588b2f58d6f392fe9148688209','',552,0,'2013-11-22 08:00:00',15241,NULL),(16713,68,'','',530,0,'2013-11-22 14:24:09',15242,NULL),(16714,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,POSITIVE (+++),TRACE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,2,24,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,d0a8d171e9bbe53a61b9b0ae63f6d6605',', ',541,0,'2013-11-22 08:00:00',15243,NULL),(16715,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,6,10,NOT SEEN,NOT SEEN,NOT SEEN,,,,8001b301511918ae97650c1d2d63052de58c93a9','',557,0,'2013-11-22 08:00:00',15244,NULL),(16716,68,'6.4,-,-,,e142f6392b68a74e01c36a2beeeb5bf5e40c18f6','',535,0,'2013-11-24 08:00:00',15245,NULL),(16717,36,'No Bacteria Growth,##,##,,e142f6392b68a74e01c36a2beeeb5bf5e40c18f6','',535,0,'2013-11-24 08:00:00',15247,NULL),(16718,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,e142f6392b68a74e01c36a2beeeb5bf5e40c18',', ',541,0,'2013-11-22 08:00:00',15247,NULL),(16719,68,'','',530,0,'2013-11-22 15:19:31',15248,NULL),(16720,222,'','',530,0,'2013-11-22 15:19:31',15248,NULL),(16721,19,'NEGATIVE,,916902d1ea17c7e43ec596f42ec620f72ee13fdc','',537,0,'2013-11-22 08:00:00',15248,NULL),(16722,130,'','',530,0,'2013-11-22 15:19:31',15250,NULL),(16723,131,'','',530,0,'2013-11-22 15:19:31',15250,NULL),(16724,132,'','',530,0,'2013-11-22 15:19:31',15250,NULL),(16725,57,'','',530,0,'2013-11-22 15:26:22',15251,NULL),(16726,133,'','',530,0,'2013-11-22 15:26:22',15251,NULL),(16727,132,'','',530,0,'2013-11-22 15:26:22',15251,NULL),(16728,56,'','',530,0,'2013-11-22 15:26:22',15251,NULL),(16729,68,'','',530,0,'2013-11-22 15:26:22',15253,NULL),(16730,222,'','',530,0,'2013-11-22 15:26:22',15253,NULL),(16731,107,'1/20,1/20,b72dc059a315ff63bcc02a9904feb1d1452c3eaa','',534,0,'2013-11-29 08:00:00',15254,NULL),(16732,9,'','',558,0,'2013-11-22 15:46:39',15255,NULL),(16733,70,'5.1,,e9924ee4c029a757671070c6cb79fc8ecf087e16','',537,0,'2013-11-22 08:00:00',15255,NULL),(16734,108,'NON - REACTIVE,e9924ee4c029a757671070c6cb79fc8ecf087e16','',537,0,'2013-11-22 08:00:00',15257,NULL),(16735,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,e9924ee4c029a757671070c6cb79fc8ecf',', ',541,0,'2013-11-22 08:00:00',15260,NULL),(16736,9,'','',558,0,'2013-11-22 15:54:06',15261,NULL),(16737,128,'','',558,0,'2013-11-22 15:54:06',15263,NULL),(16738,16,'POSITIVE,,ea879503bfbd865835deabac28f9babd27fb6319','',537,537,'2013-11-22 08:00:00',15264,'2013-11-22 09:52:23'),(16739,14,'NEGATIVE,ea879503bfbd865835deabac28f9babd27fb6319','',537,0,'2013-11-22 08:00:00',15266,NULL),(16740,68,'9.6,NEGATIVE,NEGATIVE,,055ff92ecf9e8f92792fb9c549405006b82e3b1e','',534,0,'2013-11-23 08:00:00',15267,NULL),(16741,9,'','',558,0,'2013-11-22 16:02:55',15267,NULL),(16742,19,'POSITIVE,,055ff92ecf9e8f92792fb9c549405006b82e3b1e','',537,0,'2013-11-22 08:00:00',15267,NULL),(16743,18,'[$]MALARIA PARASITE PRESENT (+)[/$],TROPHOZOITES,055ff92ecf9e8f92792fb9c549405006b82e3b1e','',537,0,'2013-11-22 08:00:00',15267,NULL),(16744,107,'1/20,1/20,055ff92ecf9e8f92792fb9c549405006b82e3b1e','',537,0,'2013-11-22 08:00:00',15269,NULL),(16745,35,'HAZY,AMBER,6.5,1.020,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,6,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,055ff92ecf9e8f92792fb9c549405006b82e3b1e',', ',541,0,'2013-11-22 08:00:00',15272,NULL),(16746,71,'NEGATIVE,,cef89569c9357a72d35d654a52b2b4d7d30f6193','',534,0,'2013-11-22 08:00:00',15273,NULL),(16747,68,'','',558,0,'2013-11-22 16:29:56',15274,NULL),(16748,68,'4.7,NEGATIVE,NEGATIVE,,59c0ef5e10766ca237e31b92836eeb45477009ed','',537,0,'2013-11-22 08:00:00',15275,NULL),(16749,9,'','',558,0,'2013-11-22 16:33:37',15275,NULL),(16750,19,'NEGATIVE,,59c0ef5e10766ca237e31b92836eeb45477009ed','',537,0,'2013-11-22 08:00:00',15275,NULL),(16751,18,'[$]NO MALARIA PARASITE SEEN[/$],-,59c0ef5e10766ca237e31b92836eeb45477009ed','',537,0,'2013-11-22 08:00:00',15275,NULL),(16752,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,59c0ef5e10766ca237e31b92836eeb45477009ed',', ',541,0,'2013-11-22 08:00:00',15277,NULL),(16753,211,'','',558,0,'2013-11-22 16:33:38',15280,NULL),(16754,60,'','',558,0,'2013-11-22 16:33:38',15280,NULL),(16755,57,'','',558,0,'2013-11-22 16:33:38',15280,NULL),(16756,133,'','',558,0,'2013-11-22 16:33:38',15280,NULL),(16757,132,'','',558,0,'2013-11-22 16:33:38',15280,NULL),(16758,56,'','',558,0,'2013-11-22 16:33:38',15280,NULL),(16759,9,'','',558,0,'2013-11-22 16:47:52',15281,NULL),(16760,9,'','',558,0,'2013-11-22 16:51:36',15282,NULL),(16761,27,'NON-REACTIVE,-,NEGATIVE,b7846e1880982fb86415a2e23e31a1a11f4282d6','',537,0,'2013-11-22 08:00:00',15284,NULL),(16762,92,'0.9,dcb29067e2d04e2b02c92ca5b09e6a95075069ac','',537,0,'2013-11-25 08:00:00',15285,NULL),(16763,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,>30,6,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,dcb29067e2d04e2b02c92ca5b09e6',', ',537,0,'2013-11-22 08:00:00',15287,NULL),(16764,9,'','',558,0,'2013-11-22 17:15:22',15288,NULL),(16765,36,'No Bacteria Growth,##,##,,4462d024bfd848b0301f7a69e65adc35988a3a3d','',535,0,'2013-11-24 08:00:00',15290,NULL),(16766,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,4462d024bfd848b0301f7a69e65adc3598',', ',537,0,'2013-11-22 08:00:00',15290,NULL),(16767,107,'1/20,1/40,4462d024bfd848b0301f7a69e65adc35988a3a3d','',537,0,'2013-11-22 08:00:00',15293,NULL),(16768,92,'19.1,3e72d5dd51c81711ea5d3085fc4a1e4e82be737d','',534,0,'2013-11-22 08:00:00',15294,NULL),(16769,9,'','',558,0,'2013-11-22 17:24:41',15295,NULL),(16770,19,'NEGATIVE,,3728738da0a5d87981b39deb1a289681a67de9c5','',537,0,'2013-11-22 08:00:00',15295,NULL),(16771,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3728738da0a5d87981b39deb1a289681a67de9c5','',537,0,'2013-11-22 08:00:00',15295,NULL),(16772,9,'','',558,0,'2013-11-22 17:26:31',15296,NULL),(16773,68,'','',558,0,'2013-11-22 17:34:53',15297,NULL),(16774,9,'','',558,0,'2013-11-22 17:34:53',15297,NULL),(16775,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f854d11d848ecc2740cc5dc3b108d087fa5ec080',', ',541,0,'2013-11-22 08:00:00',15299,NULL),(16776,9,'','',558,0,'2013-11-22 17:38:17',15300,NULL),(16777,19,'NEGATIVE,,dae49276a38a1c3f2a4752fde992c80d75efa533','',537,0,'2013-11-22 08:00:00',15300,NULL),(16778,18,'[$]NO MALARIA PARASITE SEEN[/$],-,dae49276a38a1c3f2a4752fde992c80d75efa533','',537,0,'2013-11-22 08:00:00',15300,NULL),(16779,9,'','',558,0,'2013-11-22 17:42:35',15301,NULL),(16780,19,'NEGATIVE,,d274ac2ba828081659c3e7aa45ace07faf527f4b','',537,0,'2013-11-22 08:00:00',15301,NULL),(16781,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d274ac2ba828081659c3e7aa45ace07faf527f4b','',537,0,'2013-11-22 08:00:00',15301,NULL),(16782,9,'','',558,0,'2013-11-22 17:48:42',15302,NULL),(16783,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,>30,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,NOT SEEN,4331400b947ab833dea2d9b5',', ',541,0,'2013-11-22 08:00:00',15304,NULL),(16784,211,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16785,60,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16786,57,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16787,133,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16788,131,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16789,132,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16790,56,'','',558,0,'2013-11-22 17:48:43',15307,NULL),(16791,9,'','',558,0,'2013-11-22 17:52:29',15308,NULL),(16792,19,'NEGATIVE,,1aded414d4be75034e30504c994c1b18e1c692b6','',537,0,'2013-11-22 08:00:00',15308,NULL),(16793,107,'1/20,1/20,1aded414d4be75034e30504c994c1b18e1c692b6','',537,0,'2013-11-22 08:00:00',15310,NULL),(16794,9,'','',558,0,'2013-11-22 17:56:52',15311,NULL),(16795,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8bf82d50188c2d1c6ee9512283650bed6c30bbc9','',537,0,'2013-11-22 08:00:00',15311,NULL),(16796,9,'','',558,0,'2013-11-22 17:59:53',15312,NULL),(16797,19,'POSITIVE,,9428b5e1b4403f0a5a746e0dbf3c915d59349d5f','',537,0,'2013-11-22 08:00:00',15312,NULL),(16798,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9428b5e1b4403f0a5a746e0dbf3c915d59349d5f','',537,0,'2013-11-22 08:00:00',15312,NULL),(16799,35,'HAZY,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,AMORPHOUS PHOSPHATE (++),N,,,,,,,,,,,OT SEEN,NOT SEEN,9428b5e1b4403f0a5',', ',541,0,'2013-11-22 08:00:00',15314,NULL),(16800,107,'1/20,1/20,9428b5e1b4403f0a5a746e0dbf3c915d59349d5f','',537,0,'2013-11-22 08:00:00',15317,NULL),(16801,22,'120,52c000b077454b909972fbd1b9adebbbfe5565ce','',537,0,'2013-11-22 08:00:00',15318,NULL),(16802,9,'','',558,0,'2013-11-22 18:03:50',15318,NULL),(16803,223,'','',558,0,'2013-11-22 18:03:50',15318,NULL),(16804,27,'Type 1 Ab REACTIVE,REACTIVE,POSITIVE,52c000b077454b909972fbd1b9adebbbfe5565ce','',537,0,'2013-11-22 08:00:00',15320,NULL),(16805,93,'< 0.05,,324524c60a64a788621c457dfa9503f1ed8c0fb4','',534,0,'2013-11-22 18:09:31',15321,NULL),(16806,9,'','',558,0,'2013-11-22 18:11:43',15322,NULL),(16807,77,'','',558,0,'2013-11-22 18:11:43',15322,NULL),(16808,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6a6dbe20a0da267f24c28a94f1681de395fbcb00','',555,0,'2013-11-25 08:00:00',15324,NULL),(16809,112,'NEGATIVE,,6a6dbe20a0da267f24c28a94f1681de395fbcb00','',534,0,'2013-11-23 08:00:00',15327,NULL),(16810,117,'NEGATIVE,6a6dbe20a0da267f24c28a94f1681de395fbcb00','',534,0,'2013-11-23 08:00:00',15327,NULL),(16811,27,'NON-REACTIVE,-,NEGATIVE,6a6dbe20a0da267f24c28a94f1681de395fbcb00','',534,0,'2013-11-23 08:00:00',15327,NULL),(16812,128,'','',558,0,'2013-11-22 18:11:44',15327,NULL),(16813,22,'10,742c19c3021e2fb301a130711f5eff5436a7eb40','',537,0,'2013-11-22 08:00:00',15328,NULL),(16814,108,'NON - REACTIVE,742c19c3021e2fb301a130711f5eff5436a7eb40','',537,0,'2013-11-22 08:00:00',15330,NULL),(16815,27,'NON-REACTIVE,-,NEGATIVE,636bd56f0e85b2288b73645a889937a5c056e4fe','',537,0,'2013-11-22 08:00:00',15331,NULL),(16816,70,'5.2,,636bd56f0e85b2288b73645a889937a5c056e4fe','',537,0,'2013-11-22 08:00:00',15333,NULL),(16817,68,'','',558,0,'2013-11-22 18:22:48',15334,NULL),(16818,9,'','',558,0,'2013-11-22 18:22:48',15334,NULL),(16819,57,'','',558,0,'2013-11-22 18:22:49',15336,NULL),(16820,133,'','',558,0,'2013-11-22 18:22:49',15336,NULL),(16821,132,'','',558,0,'2013-11-22 18:22:49',15336,NULL),(16822,56,'','',558,0,'2013-11-22 18:22:49',15336,NULL),(16823,9,'','',558,0,'2013-11-22 18:25:15',15337,NULL),(16824,70,'','',558,0,'2013-11-22 18:25:15',15337,NULL),(16825,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ac793aa484ed3ad43b204463c9dc9b3cb9691490',', ',541,0,'2013-11-22 08:00:00',15339,NULL),(16826,108,'NON - REACTIVE,ac793aa484ed3ad43b204463c9dc9b3cb9691490','',541,0,'2013-11-22 08:00:00',15342,NULL),(16827,9,'','',558,0,'2013-11-22 18:30:12',15343,NULL),(16828,18,'[$]NO MALARIA PARASITE SEEN[/$],-,bb4907bfe3e4bee266fd46b292d93c8e57354f1c','',537,0,'2013-11-22 08:00:00',15343,NULL),(16829,36,'No Bacteria Growth,##,##,,bb4907bfe3e4bee266fd46b292d93c8e57354f1c','',535,0,'2013-11-24 08:00:00',15345,NULL),(16830,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bb4907bfe3e4bee266fd46b292d93c8e57354f1c','',541,0,'2013-11-22 08:00:00',15345,NULL),(16831,9,'','',558,0,'2013-11-22 18:36:39',15346,NULL),(16832,19,'NEGATIVE,,3e2daff9974a97865e62cd7f52e87b3615c274fe','',537,0,'2013-11-22 08:00:00',15346,NULL),(16833,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3e2daff9974a97865e62cd7f52e87b3615c274fe','',537,0,'2013-11-22 08:00:00',15346,NULL),(16834,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,14,>30,4,NOT SEEN,PRES,,,,,,,,,,,ENT (++),NOT SEEN,3e2daff9974a9786','',537,0,'2013-11-22 08:00:00',15348,NULL),(16835,107,'1/20,1/20,3e2daff9974a97865e62cd7f52e87b3615c274fe','',537,0,'2013-11-22 08:00:00',15351,NULL),(16836,68,'4.4,-,-,,4bbd2076036b5ca35e241fcba821404ae8677cfc','NON DIABETIC, ',555,0,'2013-11-25 08:00:00',15352,NULL),(16837,9,'','',558,0,'2013-11-22 18:39:37',15352,NULL),(16838,16,'POSITIVE,4bbd2076036b5ca35e241fcba821404ae8677cfc','',537,0,'2013-11-22 08:00:00',15354,NULL),(16839,107,'1/20,1/20,4bbd2076036b5ca35e241fcba821404ae8677cfc','',537,0,'2013-11-22 08:00:00',15354,NULL),(16840,14,'POSITIVE,4bbd2076036b5ca35e241fcba821404ae8677cfc','',555,0,'2013-11-25 08:00:00',15357,NULL),(16841,9,'','',558,0,'2013-11-22 18:41:20',15358,NULL),(16842,19,'NEGATIVE,,c77d76057381d51c461917bfcc2c92342e19245b','',537,0,'2013-11-22 08:00:00',15358,NULL),(16843,9,'','',558,0,'2013-11-22 18:43:00',15359,NULL),(16844,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2f15a4627e5b05de0cabd2179cc38afb8b56bf70',', ',537,0,'2013-11-22 08:00:00',15359,NULL),(16845,9,'','',558,0,'2013-11-22 18:45:44',15360,NULL),(16846,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d4bb1ae3c95c514832586d1b2cd81ceab94f47d5',', ',537,0,'2013-11-22 08:00:00',15360,NULL),(16847,16,'POSITIVE,d4bb1ae3c95c514832586d1b2cd81ceab94f47d5','',537,0,'2013-11-22 08:00:00',15362,NULL),(16848,107,'1/20,1/20,d4bb1ae3c95c514832586d1b2cd81ceab94f47d5','',537,0,'2013-11-22 08:00:00',15362,NULL),(16849,14,'NEGATIVE,d4bb1ae3c95c514832586d1b2cd81ceab94f47d5','',537,0,'2013-11-22 08:00:00',15365,NULL),(16850,68,'','',558,0,'2013-11-22 18:56:49',15366,NULL),(16851,9,'','',558,0,'2013-11-22 18:56:49',15366,NULL),(16852,132,'','',558,0,'2013-11-22 18:56:49',15368,NULL),(16853,9,'','',558,0,'2013-11-22 18:58:53',15369,NULL),(16854,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',537,0,'2013-11-22 08:00:00',15369,NULL),(16855,57,'','',558,0,'2013-11-22 18:58:53',15371,NULL),(16856,133,'','',558,0,'2013-11-22 18:58:53',15371,NULL),(16857,112,'NEGATIVE,,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',537,0,'2013-11-22 08:00:00',15371,NULL),(16858,117,'NEGATIVE,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',537,0,'2013-11-22 08:00:00',15371,NULL),(16859,27,'NON-REACTIVE,-,NEGATIVE,e0a672ab8fdb9df9a8b0359cc51f110d465b7ae4','',537,0,'2013-11-22 08:00:00',15371,NULL),(16860,131,'','',558,0,'2013-11-22 18:58:53',15371,NULL),(16861,56,'','',558,0,'2013-11-22 18:58:53',15371,NULL),(16862,9,'','',558,0,'2013-11-22 19:04:51',15372,NULL),(16863,19,'NEGATIVE,,aff38adeacdec6716014bad0dc99ec102026a762','',537,0,'2013-11-22 08:00:00',15372,NULL),(16864,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,aff38adeacdec6716014bad0dc99ec1020',', ',541,0,'2013-11-22 08:00:00',15374,NULL),(16865,107,'1/20,1/20,aff38adeacdec6716014bad0dc99ec102026a762','',537,0,'2013-11-22 08:00:00',15377,NULL),(16866,9,'','',558,0,'2013-11-22 19:13:05',15378,NULL),(16867,18,'[$]NO MALARIA PARASITE SEEN[/$],-,bc207160fd6eb2b82c7f2925c7315fd13cf1b9e1',', ',537,0,'2013-11-22 08:00:00',15378,NULL),(16868,36,'No Significant Bacteria Growth,##,##,,bc207160fd6eb2b82c7f2925c7315fd13cf1b9e1','',535,0,'2013-11-24 08:00:00',15380,NULL),(16869,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,bc207160fd6eb2b82c7f2925c7315fd13c',', ',541,0,'2013-11-22 08:00:00',15380,NULL),(16870,57,'','',558,0,'2013-11-22 19:14:41',15381,NULL),(16871,133,'','',558,0,'2013-11-22 19:14:41',15381,NULL),(16872,56,'','',558,0,'2013-11-22 19:14:41',15381,NULL),(16873,22,'2,cc27b8b107504cd76fa8a9e16fbc3e361b4a3799','',537,0,'2013-11-22 08:00:00',15382,NULL),(16874,9,'','',558,0,'2013-11-22 19:30:58',15382,NULL),(16875,19,'NEGATIVE,,cc27b8b107504cd76fa8a9e16fbc3e361b4a3799','',537,0,'2013-11-22 08:00:00',15382,NULL),(16876,9,'','',558,0,'2013-11-22 19:37:59',15383,NULL),(16877,37,'DARK BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,6d0f83802e5c24a6839553526a979a8232fe9f7e','',550,0,'2013-11-23 08:00:00',15385,NULL),(16878,9,'','',558,0,'2013-11-22 19:49:16',15386,NULL),(16879,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,12,4,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,dbebfb95f76fd5d2db26487c8b057','',541,0,'2013-11-22 08:00:00',15388,NULL),(16880,9,'','',558,0,'2013-11-22 19:53:11',15389,NULL),(16881,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4540337e5678c65e07e648794fe4a60b9072c025','',537,0,'2013-11-22 08:00:00',15389,NULL),(16882,36,'No Bacteria Growth,##,##,,4540337e5678c65e07e648794fe4a60b9072c025','',535,0,'2013-11-24 08:00:00',15391,NULL),(16883,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4540337e5678c65e07e648794fe4a60b9072c025',', ',537,0,'2013-11-22 08:00:00',15391,NULL),(16884,14,'NEGATIVE,,4540337e5678c65e07e648794fe4a60b9072c025','',537,0,'2013-11-22 21:15:34',15394,NULL),(16885,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4540337e5678c65e07e648794fe4a60b9072c025','CONTENT:',537,0,'2013-11-22 21:15:34',15394,NULL),(16886,16,'POSITIVE,4540337e5678c65e07e648794fe4a60b9072c025','',537,0,'2013-11-22 08:00:00',15398,NULL),(16887,107,'1/20,1/20,59c0ef5e10766ca237e31b92836eeb45477009ed','',537,0,'2013-11-22 08:00:00',15399,NULL),(16888,9,'','',558,0,'2013-11-22 20:01:46',15400,NULL),(16889,28,'NEGATIVE,[$]AA[/$],,e714d961e4c1fb932a2f730db5469dc6332aa826','',543,0,'2013-11-22 08:00:00',15400,NULL),(16890,9,'','',558,0,'2013-11-22 20:05:40',15401,NULL),(16891,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0686e9d8abb2be509c150463c1397cdb911084af','',537,0,'2013-11-22 08:00:00',15401,NULL),(16892,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,0686e9d8abb2be509c150463c1397cdb91',', ',537,0,'2013-11-22 08:00:00',15403,NULL),(16893,107,'1/20,1/20,0686e9d8abb2be509c150463c1397cdb911084af','',537,0,'2013-11-22 08:00:00',15406,NULL),(16894,9,'','',558,0,'2013-11-22 20:13:18',15407,NULL),(16895,70,'4.7,,a451555537baa0978214c8fa3bcc2751d8587f7c','',537,0,'2013-11-22 08:00:00',15407,NULL),(16896,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a451555537baa0978214c8fa3bcc2751d8587f7c',', ',537,0,'2013-11-22 08:00:00',15409,NULL),(16897,108,'NON - REACTIVE,a451555537baa0978214c8fa3bcc2751d8587f7c','',537,0,'2013-11-22 08:00:00',15412,NULL),(16898,68,'','',558,0,'2013-11-22 20:22:12',15413,NULL),(16899,9,'','',558,0,'2013-11-22 20:22:12',15413,NULL),(16900,36,'No Significant Bacteria Growth,##,##,,a75d02ffba63ffd960eb9a96ac51a195de377d3f','',535,0,'2013-11-24 08:00:00',15414,NULL),(16901,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,8,14,16,NOT SEEN,NOT SEEN,NOT SEEN,,,,a75d02ffba63ffd960eb9a96ac51a195de377d3f',', ',537,0,'2013-11-22 08:00:00',15414,NULL),(16902,9,'','',558,0,'2013-11-22 20:27:21',15415,NULL),(16903,16,'POSITIVE,39fd855dbe38a66837cff3ef48ee06e10a698e80','',537,0,'2013-11-22 08:00:00',15417,NULL),(16904,27,'NON-REACTIVE,-,NEGATIVE,39fd855dbe38a66837cff3ef48ee06e10a698e80','',537,0,'2013-11-22 08:00:00',15417,NULL),(16905,14,'POSITIVE,39fd855dbe38a66837cff3ef48ee06e10a698e80','',537,0,'2013-11-22 08:00:00',15420,NULL),(16906,9,'','',558,0,'2013-11-22 20:36:42',15421,NULL),(16907,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0a3dd0f0bc531447a6ffb9d165e4dbc3cab73223','',537,0,'2013-11-22 08:00:00',15421,NULL),(16908,68,'','',558,0,'2013-11-22 20:39:01',15422,NULL),(16909,9,'','',558,0,'2013-11-22 20:39:01',15422,NULL),(16910,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,0d13b5cbb347b1869fa715300f120a6cb5',', ',537,0,'2013-11-22 08:00:00',15424,NULL),(16911,132,'','',558,0,'2013-11-22 20:39:02',15427,NULL),(16912,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,0d13b5cbb347b1869fa715300f120a6cb598f1b3','',535,0,'2013-11-24 08:00:00',15431,NULL),(16913,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,0d13b5cbb347b1869fa715300f120a6cb598f1b3','',537,0,'2013-11-22 08:00:00',15431,NULL),(16914,9,'','',558,0,'2013-11-22 20:40:57',15432,NULL),(16915,199,'[$]COMMENSALS ONLY[/$],9bdddc09af2072134161942e9bd51d8479c668d7','',535,0,'2013-11-24 08:00:00',15434,NULL),(16916,9,'','',558,0,'2013-11-22 20:45:20',15435,NULL),(16917,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ecb03a1df8af4c7be7c3ab096b0323a6efe07dac','pH:8.0, SPECIFIC GRAVITY:1.010, PUS CELLS:2, EPITHELIAL CELLS:2',537,0,'2013-11-22 21:54:54',15437,NULL),(16918,211,'','',558,0,'2013-11-22 20:45:21',15440,NULL),(16919,60,'','',558,0,'2013-11-22 20:45:21',15440,NULL),(16920,57,'','',558,0,'2013-11-22 20:45:21',15440,NULL),(16921,133,'','',558,0,'2013-11-22 20:45:21',15440,NULL),(16922,132,'','',558,0,'2013-11-22 20:45:21',15440,NULL),(16923,56,'','',558,0,'2013-11-22 20:45:21',15440,NULL),(16924,9,'','',558,0,'2013-11-22 20:47:27',15441,NULL),(16925,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8494ca9a80213228b6245111a249cabb296231a1','',552,0,'2013-11-22 08:00:00',15441,NULL),(16926,36,'No Bacteria Growth,##,##,,8494ca9a80213228b6245111a249cabb296231a1','',535,0,'2013-11-24 08:00:00',15443,NULL),(16927,35,'CLEAR,STRAW,7.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,INCREASED,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8494ca9a80213228b6245111a249cabb296231a1',', ',552,0,'2013-11-22 08:00:00',15443,NULL),(16928,70,'','',558,0,'2013-11-22 20:49:22',15444,NULL),(16929,21,'AB,POSITIVE,cb6075595d44a76d54f75fed52ecb41739b158d6','',534,0,'2013-11-23 08:00:00',15445,NULL),(16930,68,'6.6,-,-,,cb6075595d44a76d54f75fed52ecb41739b158d6','',534,0,'2013-11-23 08:00:00',15445,NULL),(16931,9,'','',558,0,'2013-11-22 20:53:51',15445,NULL),(16932,20,'NEGATIVE,cb6075595d44a76d54f75fed52ecb41739b158d6','',534,0,'2013-11-23 08:00:00',15445,NULL),(16933,128,'','',558,0,'2013-11-22 20:53:51',15447,NULL),(16934,91,'18.3,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),cb6075595d44a76d54f75fed52ecb41739b158d6','',534,0,'2013-11-27 08:00:00',15447,NULL),(16935,17,'3.5,cb6075595d44a76d54f75fed52ecb41739b158d6','',504,0,'2013-12-04 08:00:00',15447,NULL),(16936,3,'2.5,1.3,2.8,cb6075595d44a76d54f75fed52ecb41739b158d6','',534,0,'2013-11-27 08:00:00',15447,NULL),(16937,92,'0.8,f8159fb59abab75f02811b26f30bf371b2a60e8d','',537,0,'2013-11-25 08:00:00',15448,NULL),(16938,21,'B,POSITIVE,4158d049b6528e26b539bd7ca3cefda619b72d6f','',552,0,'2013-11-22 08:00:00',15449,NULL),(16939,68,'','',558,0,'2013-11-22 21:20:51',15449,NULL),(16940,9,'','',558,0,'2013-11-22 21:20:51',15449,NULL),(16941,20,'POSITIVE,4158d049b6528e26b539bd7ca3cefda619b72d6f','',552,0,'2013-11-22 08:00:00',15449,NULL),(16942,89,'7.2,Male : 2.0 - 15.0_Follicular/Luteal phase 2.0 - 10.0_Mid Cycle: 2.0 - 20.0_Pregnant < 2.0_Post Menopausal > 15.0,4158d049b6528e26b539bd7ca3cefda619b72d6f','',534,0,'2013-11-27 08:00:00',15451,NULL),(16943,112,'NEGATIVE,,4158d049b6528e26b539bd7ca3cefda619b72d6f','',552,0,'2013-11-22 08:00:00',15451,NULL),(16944,27,'NON-REACTIVE,-,NEGATIVE,4158d049b6528e26b539bd7ca3cefda619b72d6f','',552,0,'2013-11-22 08:00:00',15451,NULL),(16945,3,'2.8,1.5,1.8,4158d049b6528e26b539bd7ca3cefda619b72d6f','',534,0,'2013-11-27 08:00:00',15451,NULL),(16946,22,'44,24bfd82023009fa869c0482ce339c94e9a1f0444','',552,0,'2013-11-22 08:00:00',15452,NULL),(16947,71,'POSITIVE,,8907cc9820bf9728b28af053938003964ce96791','',537,0,'2013-11-22 08:00:00',15453,NULL),(16948,9,'','',558,0,'2013-11-22 22:18:26',15454,NULL),(16949,9,'','',534,0,'2013-11-22 22:41:27',15455,NULL),(16950,130,'','',534,0,'2013-11-22 22:41:27',15457,NULL),(16951,131,'','',534,0,'2013-11-22 22:41:27',15457,NULL),(16952,132,'','',534,0,'2013-11-22 22:41:27',15457,NULL),(16953,9,'','',534,0,'2013-11-22 22:43:34',15458,NULL),(16954,223,'','',534,0,'2013-11-22 22:43:34',15458,NULL),(16955,71,'NEGATIVE,,b5e9ee8fc6c7cb86d0bc8f8f84b023f2815105bd','',543,0,'2013-11-22 08:00:00',15459,NULL),(16956,9,'','',534,0,'2013-11-22 23:11:44',15460,NULL),(16957,19,'NEGATIVE,,72e16b021abae0c860435535f923aebeeb485502','',543,0,'2013-11-22 08:00:00',15460,NULL),(16958,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,26,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,72e16b021abae0c860435535f923aebeeb485502','',543,0,'2013-11-22 08:00:00',15462,NULL),(16959,21,'B,POSITIVE,76fc8552b602f8e63e58ce60f405ac58ad261508','',541,0,'2013-11-25 08:00:00',15463,NULL),(16960,9,'','',534,0,'2013-11-22 23:29:14',15463,NULL),(16961,25,'NO DEFECT,,76fc8552b602f8e63e58ce60f405ac58ad261508','',541,0,'2013-11-25 08:00:00',15463,NULL),(16962,20,'NEGATIVE,76fc8552b602f8e63e58ce60f405ac58ad261508','',541,0,'2013-11-25 08:00:00',15463,NULL),(16963,112,'NEGATIVE,,76fc8552b602f8e63e58ce60f405ac58ad261508','',541,0,'2013-11-25 08:00:00',15465,NULL),(16964,27,'NON-REACTIVE,-,NEGATIVE,76fc8552b602f8e63e58ce60f405ac58ad261508','',541,0,'2013-11-25 08:00:00',15465,NULL),(16965,108,'NON - REACTIVE,76fc8552b602f8e63e58ce60f405ac58ad261508','',541,0,'2013-11-25 08:00:00',15465,NULL),(16966,16,'POSITIVE,0686e9d8abb2be509c150463c1397cdb911084af','',543,0,'2013-11-22 08:00:00',15466,NULL),(16967,14,'NEGATIVE,0686e9d8abb2be509c150463c1397cdb911084af','',550,0,'2013-11-23 08:00:00',15468,NULL),(16968,65,'','',558,0,'2013-11-23 00:13:14',15469,NULL),(16969,92,'0.7,195c13066cc75601b903b6053981e318a1e8c1e1','',537,0,'2013-11-25 08:00:00',15470,NULL),(16970,36,'No Bacteria Growth,##,##,,c683f854857ff778a89aee5361c5c17c0297a74f','',535,0,'2013-11-24 08:00:00',15471,NULL),(16971,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c683f854857ff778a89aee5361c5c17c0297a74f',', ',543,0,'2013-11-22 08:00:00',15471,NULL),(16972,9,'','',558,0,'2013-11-23 01:02:44',15472,NULL),(16973,18,'[$]NO MALARIA PARASITES SEEN[/$],-,edcc48cf9319ec28f98b7a49bb2dc4f22a9f4bf8','',543,0,'2013-11-22 08:00:00',15472,NULL),(16974,71,'POSITIVE,,edcc48cf9319ec28f98b7a49bb2dc4f22a9f4bf8','',543,0,'2013-11-22 08:00:00',15474,NULL),(16975,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,edcc48cf9319ec28f98b7a49bb2dc4f22a9f4bf8',', ',543,0,'2013-11-22 08:00:00',15474,NULL),(16976,9,'','',558,0,'2013-11-23 01:54:17',15475,NULL),(16977,19,'NEGATIVE,,b87ac124a1f45579679672bc3ac5cf1e6541a927','',552,0,'2013-11-22 08:00:00',15475,NULL),(16978,109,'NEGATIVE,b87ac124a1f45579679672bc3ac5cf1e6541a927','',552,0,'2013-11-22 08:00:00',15477,NULL),(16979,9,'','',558,0,'2013-11-23 02:00:49',15478,NULL),(16980,19,'NEGATIVE,,48988f71565c768657200bdd81f01b6aa57e2069','',552,0,'2013-11-22 08:00:00',15478,NULL),(16981,18,'[$]NO MALARIA PARASITES SEEN[/$],-,48988f71565c768657200bdd81f01b6aa57e2069','',552,0,'2013-11-22 08:00:00',15478,NULL),(16982,14,'','',558,0,'2013-11-23 02:00:49',15480,NULL),(16983,16,'POSITIVE,48988f71565c768657200bdd81f01b6aa57e2069','',552,0,'2013-11-22 08:00:00',15483,NULL),(16984,9,'','',558,0,'2013-11-23 02:13:59',15484,NULL),(16985,19,'NEGATIVE,,8318eaa8b3b732eeea1c4be9b1011bc64ae4200f','',552,0,'2013-11-22 08:00:00',15484,NULL),(16986,226,'','',558,0,'2013-11-23 02:13:59',15486,NULL),(16987,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d41c90650f0056af8fb1cea22311f424502f929b','',552,0,'2013-11-22 08:00:00',15487,NULL),(16988,9,'','',558,0,'2013-11-23 02:20:02',15488,NULL),(16989,19,'NEGATIVE,,0fc405ccbce34a7fbe860bd2151afd7a4fe4bed4','',552,0,'2013-11-22 08:00:00',15488,NULL),(16990,9,'','',558,0,'2013-11-23 02:28:59',15489,NULL),(16991,9,'','',558,0,'2013-11-23 02:46:18',15490,NULL),(16992,27,'','',530,0,'2013-11-23 03:15:38',15491,NULL),(16993,131,'','',530,0,'2013-11-23 03:15:38',15491,NULL),(16994,82,'','',530,0,'2013-11-23 03:15:38',15493,NULL),(16995,133,'','',530,0,'2013-11-23 03:17:17',15494,NULL),(16996,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d0a8d171e9bbe53a61b9b0ae63f6d6605d60e58a',', ',550,0,'2013-11-23 08:00:00',15496,NULL),(16997,222,'13.6,4.46,12.9,35.0,78.1,28.8,36.9,458,26.0,12.5,61.5,3.5,1.7,8.4,14.4,7.8,,e08fbd33abee316d731d7b2aeb5b9435c1f671e6','',557,0,'2013-11-22 08:00:00',15497,NULL),(16998,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e08fbd33abee316d731d7b2aeb5b9435c1f671e6','',557,0,'2013-11-22 08:00:00',15497,NULL),(16999,21,'','',530,0,'2013-11-23 04:42:43',15498,NULL),(17000,224,'','',530,0,'2013-11-23 04:42:43',15498,NULL),(17001,69,'NEGATIVE,NORMAL (0.01 - 0.05),7727468a269a1e33f50daca88d804506fbd114f3','',541,0,'2013-11-23 08:00:00',15499,NULL),(17002,93,'Between 0.05 & 0.10,7727468a269a1e33f50daca88d804506fbd114f3','',534,0,'2013-11-26 08:00:00',15501,NULL),(17003,222,'9.4,4.63,11.0,33.2,71.7,23.8,33.1,288,24.5,17.7,57.8,2.3,1.7,5.4,14.4,8.6,,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',557,0,'2013-11-22 08:00:00',15502,NULL),(17004,19,'NEGATIVE,,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',557,0,'2013-11-22 08:00:00',15502,NULL),(17005,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0620d08811b2ce989dbcc9ea0ceb1525ba53910e','',557,0,'2013-11-22 08:00:00',15502,NULL),(17006,222,'5.3,4.40,13.0,37.2,84.5,29.5,34.9,296,44.2,13.9,41.9,2.3,0.7,2.3,13.5,8.3,,280b6b49f50d68bf0ebd07f865d5cb6ee82629b8','',557,0,'2013-11-22 08:00:00',15503,NULL),(17007,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,280b6b49f50d68bf0ebd07f865d5cb6ee82629b8',', ',557,0,'2013-11-22 08:00:00',15505,NULL),(17008,222,'18.2,4.69,11.3,34.6,73.8,24.1,32.7,393,50.6,11.8,37.6,9.2,2.1,6.9,14.6,9.0,,7738a6608d138af2e70fcacd61ac555493aadeb3','',557,0,'2013-11-22 08:00:00',15506,NULL),(17009,19,'NEGATIVE,,7738a6608d138af2e70fcacd61ac555493aadeb3','',557,0,'2013-11-22 08:00:00',15506,NULL),(17010,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7738a6608d138af2e70fcacd61ac555493aadeb3','',557,0,'2013-11-22 08:00:00',15506,NULL),(17011,21,'O,POSITIVE,a0ef8f4d4b058d75e48935d7719b2dec4391fb62','',557,0,'2013-11-23 08:00:00',15507,NULL),(17012,222,'4.2,4.61,13.3,38.6,83.7,28.9,34.5,188,44.2,4.7,51.1,1.9,0.2,2.1,13.5,10.0,,a0ef8f4d4b058d75e48935d7719b2dec4391fb62','',557,0,'2013-11-23 08:00:00',15507,NULL),(17013,27,'Type 1 Ab REACTIVE,REACTIVE,POSITIVE,a0ef8f4d4b058d75e48935d7719b2dec4391fb62','',534,0,'2013-11-23 08:00:00',15507,NULL),(17014,18,'[$]no malaria parasites seen[/$],-,a0ef8f4d4b058d75e48935d7719b2dec4391fb62','',557,0,'2013-11-23 08:00:00',15507,NULL),(17015,20,'NEGATIVE,a0ef8f4d4b058d75e48935d7719b2dec4391fb62','',534,0,'2013-11-23 08:00:00',15507,NULL),(17016,112,'NEGATIVE,,a0ef8f4d4b058d75e48935d7719b2dec4391fb62','',534,0,'2013-11-23 08:00:00',15509,NULL),(17017,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a0ef8f4d4b058d75e48935d7719b2dec4391fb62',', ',553,0,'2013-11-25 08:00:00',15512,NULL),(17018,21,'','',530,0,'2013-11-23 13:56:34',15513,NULL),(17019,224,'','',530,0,'2013-11-23 13:56:34',15513,NULL),(17020,222,'','',530,0,'2013-11-23 14:58:23',15514,NULL),(17021,16,'POSITIVE,d8091a970de729d645630eb73e3bb39a36d056fc','',534,0,'2013-11-23 08:00:00',15516,NULL),(17022,14,'','',530,0,'2013-11-23 14:58:23',15519,NULL),(17023,39,'[$]NEGATIVE[/$],,05574ed2bba60eb1d91c27c5d2ceed57e1b065a2','',550,0,'2013-11-23 08:00:00',15520,NULL),(17024,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Intestinal flagellates,Not Seen,Not Seen,,05574ed2bba60eb1d91c27c5d2ceed57e1b065a2','',550,0,'2013-11-23 08:00:00',15520,NULL),(17025,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,05574ed2bba60eb1d91c27c5d2ceed57e1b065a2',', ',550,0,'2013-11-23 08:00:00',15522,NULL),(17026,68,'','',531,0,'2013-11-23 15:43:07',15523,NULL),(17027,77,'','',531,0,'2013-11-23 15:43:07',15523,NULL),(17028,57,'','',531,0,'2013-11-23 15:43:07',15525,NULL),(17029,133,'','',531,0,'2013-11-23 15:43:07',15525,NULL),(17030,131,'','',531,0,'2013-11-23 15:43:07',15525,NULL),(17031,132,'','',531,0,'2013-11-23 15:43:07',15525,NULL),(17032,92,'2.9,bfea1bc67443317652acb402e8cbac9a8886b575','',537,0,'2013-11-25 08:00:00',15525,NULL),(17033,56,'','',531,0,'2013-11-23 15:43:07',15525,NULL),(17034,65,'','',531,0,'2013-11-23 15:43:07',15525,NULL),(17035,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,bfea1bc67443317652acb402e8cbac9a88',', ',550,0,'2013-11-23 08:00:00',15528,NULL),(17036,9,'','',531,0,'2013-11-23 15:53:41',15529,NULL),(17037,19,'NEGATIVE,,1189958914d344728aa704f3c2f7b628b7bfebfc','',543,0,'2013-11-23 08:00:00',15529,NULL),(17038,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1189958914d344728aa704f3c2f7b628b7bfebfc','',543,0,'2013-11-23 08:00:00',15529,NULL),(17039,71,'NEGATIVE,,1189958914d344728aa704f3c2f7b628b7bfebfc','',550,0,'2013-11-23 08:00:00',15531,NULL),(17040,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,1189958914d344728aa704f3c2f7b628b7bfeb',', ',550,0,'2013-11-23 08:00:00',15531,NULL),(17041,22,'17,43226ad942f2c90f8a996b8a48a9d265c4a1098c','',543,0,'2013-11-23 08:00:00',15532,NULL),(17042,9,'','',531,0,'2013-11-23 15:56:50',15532,NULL),(17043,18,'[$]NO MALARIA PARASITES SEEN[/$],-,43226ad942f2c90f8a996b8a48a9d265c4a1098c','',543,0,'2013-11-23 08:00:00',15532,NULL),(17044,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,43226ad942f2c90f8a996b8a48a9d265c4',', ',550,0,'2013-11-23 08:00:00',15534,NULL),(17045,36,'','',534,0,'2013-11-23 16:41:19',15535,NULL),(17046,35,'','',534,0,'2013-11-23 16:41:19',15535,NULL),(17047,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,f30f24d79335d80cb412ef43cc580deb8024c2c5','',534,0,'2013-11-23 08:00:00',15536,NULL),(17048,36,'Escherichia coli,##,##,,f30f24d79335d80cb412ef43cc580deb8024c2c5','',534,0,'2013-11-23 08:00:00',15536,NULL),(17049,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,d63dd8665d1e35e4591f454ceab1db4788ff27b3','',534,0,'2013-11-23 08:00:00',15537,NULL),(17050,36,'Coliforms,##,##,,d63dd8665d1e35e4591f454ceab1db4788ff27b3','',534,0,'2013-11-23 08:00:00',15537,NULL),(17051,21,'','',531,0,'2013-11-23 17:03:10',15538,NULL),(17052,224,'','',531,0,'2013-11-23 17:03:10',15538,NULL),(17053,9,'','',531,0,'2013-11-23 17:06:16',15539,NULL),(17054,19,'NEGATIVE,,1bde8545e8c6504fe039dac71a8803d59c732b9e','',550,0,'2013-11-23 08:00:00',15539,NULL),(17055,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1bde8545e8c6504fe039dac71a8803d59c732b9e','',550,0,'2013-11-23 08:00:00',15539,NULL),(17056,9,'','',531,0,'2013-11-23 17:07:36',15540,NULL),(17057,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d8091a970de729d645630eb73e3bb39a36d056fc','',534,0,'2013-11-23 08:00:00',15541,NULL),(17058,68,'','',531,0,'2013-11-23 17:11:07',15542,NULL),(17059,132,'','',531,0,'2013-11-23 17:11:07',15544,NULL),(17060,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),7746fa9ec5a988729da22deee51e79b3d5da9a98','',552,0,'2013-11-24 08:00:00',15544,NULL),(17061,93,'< 0.05,7746fa9ec5a988729da22deee51e79b3d5da9a98','',534,0,'2013-11-26 08:00:00',15547,NULL),(17062,35,'CLEAR,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7746fa9ec5a988729da22deee51e79b3d5da9a98',', ',552,0,'2013-11-24 08:00:00',15551,NULL),(17063,22,'4,9a9838340fd75c709045ea0f7632110de960c222','',550,0,'2013-11-23 08:00:00',15552,NULL),(17064,9,'','',531,0,'2013-11-23 17:12:20',15552,NULL),(17065,22,'31,54fa10176a599894503fb7c28cc891b99f570447','',550,0,'2013-11-23 08:00:00',15553,NULL),(17066,9,'','',531,0,'2013-11-23 17:20:24',15553,NULL),(17067,222,'','',531,0,'2013-11-23 17:24:56',15554,NULL),(17068,19,'NEGATIVE,,9c4f517494f7126c236bd3850c13d6d9dcc585b5','',550,0,'2013-11-23 08:00:00',15554,NULL),(17069,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9c4f517494f7126c236bd3850c13d6d9dcc585b5','',550,0,'2013-11-23 08:00:00',15554,NULL),(17070,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',534,0,'2013-11-23 08:00:00',15555,NULL),(17071,36,'Escherichia coli,##,##,,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',534,0,'2013-11-23 08:00:00',15555,NULL),(17072,9,'','',531,0,'2013-11-23 17:36:22',15556,NULL),(17073,68,'','',531,0,'2013-11-23 17:37:35',15557,NULL),(17074,9,'','',531,0,'2013-11-23 17:44:47',15558,NULL),(17075,18,'[$]NO MALARIA PARASITES SEEN[/$],-,92ae7b9413bcf8725c29ef52f8047d2d08804c62','',534,0,'2013-11-23 08:00:00',15558,NULL),(17076,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',534,0,'2013-11-23 08:00:00',15559,NULL),(17077,36,'Coliforms,##,##,,18bf8011cabba5e4c31b50cdc9a2a5801c9fc82a','',534,0,'2013-11-23 08:00:00',15559,NULL),(17078,68,'4.4,-,-,,c9e665ff4e716712f9bc0e5968022b129b7df617','NON DIABETIC, ',534,0,'2013-11-23 08:00:00',15560,NULL),(17079,9,'','',531,0,'2013-11-23 17:48:45',15560,NULL),(17080,57,'','',531,0,'2013-11-23 17:48:45',15562,NULL),(17081,133,'','',531,0,'2013-11-23 17:48:45',15562,NULL),(17082,132,'','',531,0,'2013-11-23 17:48:45',15562,NULL),(17083,56,'','',531,0,'2013-11-23 17:48:45',15562,NULL),(17084,107,'1/20,1/20,c9e665ff4e716712f9bc0e5968022b129b7df617','',534,0,'2013-11-23 08:00:00',15562,NULL),(17085,36,'No Bacteria Growth,##,##,,c9e665ff4e716712f9bc0e5968022b129b7df617','',534,0,'2013-11-25 08:00:00',15565,NULL),(17086,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,16,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,c9e665ff4e716712f9bc0e5968022b129b7',', ',550,0,'2013-11-23 08:00:00',15565,NULL),(17087,21,'O,NEGATIVE,6b1d37bb3f8e3b04404872a2af5842908a1d2234','',543,0,'2013-11-23 08:00:00',15566,NULL),(17088,68,'','',531,0,'2013-11-23 18:02:42',15566,NULL),(17089,28,'NEGATIVE,[$][/$],,6b1d37bb3f8e3b04404872a2af5842908a1d2234','',543,0,'2013-11-23 08:00:00',15566,NULL),(17090,20,'NEGATIVE,6b1d37bb3f8e3b04404872a2af5842908a1d2234','',553,0,'2013-11-25 08:00:00',15566,NULL),(17091,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6b1d37bb3f8e3b04404872a2af5842908a1d2234',', ',550,0,'2013-11-23 08:00:00',15568,NULL),(17092,68,'8.4,NEGATIVE,NEGATIVE,,abb32e3d2854aeb69a033c5f28a9f800693bd13b','',550,0,'2013-11-23 08:00:00',15569,NULL),(17093,9,'','',531,0,'2013-11-23 18:08:19',15570,NULL),(17094,18,'[$]NO MALARIA PARASITE SEEN[/$],-,cbc8a0d512ff7f7666ec2f0f9c4ef1e9e95b1678','',550,0,'2013-11-23 08:00:00',15570,NULL),(17095,107,'1/20,1/20,cbc8a0d512ff7f7666ec2f0f9c4ef1e9e95b1678','',550,0,'2013-11-23 08:00:00',15572,NULL),(17096,9,'','',531,0,'2013-11-23 18:11:32',15573,NULL),(17097,19,'NEGATIVE,,ef179102d6bdb2f08f76e6fc37efae922b4b7401','',534,0,'2013-11-23 08:00:00',15573,NULL),(17098,16,'POSITIVE,ef179102d6bdb2f08f76e6fc37efae922b4b7401','',534,0,'2013-11-23 08:00:00',15575,NULL),(17099,107,'1/20,1/20,ef179102d6bdb2f08f76e6fc37efae922b4b7401','',534,0,'2013-11-23 08:00:00',15575,NULL),(17100,71,'NEGATIVE,,ef179102d6bdb2f08f76e6fc37efae922b4b7401','',550,0,'2013-11-23 08:00:00',15578,NULL),(17101,35,'HAZY,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ef179102d6bdb2f08f76e6fc37efae922b4b7401',', ',550,0,'2013-11-23 08:00:00',15578,NULL),(17102,14,'POSITIVE,ef179102d6bdb2f08f76e6fc37efae922b4b7401','',550,0,'2013-11-23 08:00:00',15582,NULL),(17103,65,'','',531,0,'2013-11-23 18:14:04',15583,NULL),(17104,68,'','',531,0,'2013-11-23 18:16:57',15584,NULL),(17105,9,'','',531,0,'2013-11-23 18:16:57',15584,NULL),(17106,130,'','',531,0,'2013-11-23 18:16:57',15586,NULL),(17107,131,'','',531,0,'2013-11-23 18:16:57',15586,NULL),(17108,132,'','',531,0,'2013-11-23 18:16:57',15586,NULL),(17109,68,'5.4,-,-,,dcdf23d85d6c71a4be751329378bc0c7ad0e8c22','',537,0,'2013-11-25 08:00:00',15587,NULL),(17110,9,'','',531,0,'2013-11-23 18:21:37',15587,NULL),(17111,77,'','',531,0,'2013-11-23 18:21:37',15587,NULL),(17112,68,'','',531,0,'2013-11-23 18:40:04',15588,NULL),(17113,19,'NEGATIVE,,96633fcaadd8ef6ab4fcb10c62f6e0f183eb15d2','',543,0,'2013-11-23 08:00:00',15589,NULL),(17114,107,'1/20,1/20,96633fcaadd8ef6ab4fcb10c62f6e0f183eb15d2','',543,0,'2013-11-23 08:00:00',15591,NULL),(17115,38,'','',531,0,'2013-11-23 18:49:49',15594,NULL),(17116,9,'','',531,0,'2013-11-23 19:02:23',15595,NULL),(17117,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8511a082385e4c0fcc4e1007f1e24a7a930edd12',', ',550,0,'2013-11-23 08:00:00',15597,NULL),(17118,19,'NEGATIVE,,f50b6e7a5fc577144956a6d42e168f06ec629008','',543,0,'2013-11-23 08:00:00',15598,NULL),(17119,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],##,##,,1f35851bd5876372131536322585345ecccefb6d','',534,0,'2013-12-02 08:00:00',15599,NULL),(17120,21,'AB,POSITIVE,1f35851bd5876372131536322585345ecccefb6d','',550,0,'2013-11-23 08:00:00',15599,NULL),(17121,9,'','',531,0,'2013-11-23 19:23:40',15599,NULL),(17122,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1f35851bd5876372131536322585345ecccefb6d','',550,0,'2013-11-23 08:00:00',15599,NULL),(17123,20,'NEGATIVE,1f35851bd5876372131536322585345ecccefb6d','',550,0,'2013-11-23 08:00:00',15599,NULL),(17124,68,'','',531,0,'2013-11-23 19:32:02',15600,NULL),(17125,16,'NEGATIVE,ce7d940dc3b97e3bf9c61e36af1d6066b6a8a2ba','',552,0,'2013-11-24 08:00:00',15602,NULL),(17126,132,'','',531,0,'2013-11-23 19:32:02',15602,NULL),(17127,14,'POSITIVE,ce7d940dc3b97e3bf9c61e36af1d6066b6a8a2ba','',552,0,'2013-11-24 08:00:00',15605,NULL),(17128,9,'','',531,0,'2013-11-23 19:37:38',15606,NULL),(17129,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d9ba43e43acf161d8f6da9214398a09c3ad35b61',', ',550,0,'2013-11-23 08:00:00',15608,NULL),(17130,9,'','',531,0,'2013-11-23 19:54:05',15609,NULL),(17131,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a22784b0823f59ce4da26be9ce8bc57610dadc03','',550,0,'2013-11-23 08:00:00',15609,NULL),(17132,35,'HAZY,LIGHT AMBER,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,a22784b0823f59ce4da26be9ce8bc57610dadc03',', ',550,0,'2013-11-23 08:00:00',15611,NULL),(17133,9,'','',531,0,'2013-11-23 20:04:55',15612,NULL),(17134,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4fa4c56aef3bd7c6dc5b7ec5932acf20b4cdca5f','',550,0,'2013-11-23 08:00:00',15612,NULL),(17135,9,'','',531,0,'2013-11-23 20:08:35',15613,NULL),(17136,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a841e76d0fac4588db11ce39311eb3888cb20029','',550,0,'2013-11-23 08:00:00',15613,NULL),(17137,9,'','',531,0,'2013-11-23 20:16:27',15614,NULL),(17138,6,'0.53,c02e8242963692a8b50617af04bf2dfc361862fc','',534,0,'2013-11-26 08:00:00',15616,NULL),(17139,11,'17.6,[$]4.0[/$],[$]1.26[/$],1.6,REFERENCE : 0.9 - 1.2,c02e8242963692a8b50617af04bf2dfc361862fc','',550,0,'2013-11-23 08:00:00',15616,NULL),(17140,57,'','',531,0,'2013-11-23 20:18:08',15617,NULL),(17141,133,'','',531,0,'2013-11-23 20:18:08',15617,NULL),(17142,131,'','',531,0,'2013-11-23 20:18:08',15617,NULL),(17143,56,'','',531,0,'2013-11-23 20:18:08',15617,NULL),(17144,35,'CLEAR,AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,e01ac80ffd17ff703becdfb1e4b978065f231e',', ',550,0,'2013-11-23 08:00:00',15619,NULL),(17145,8,'[$]< 116[/$],[$]< 20[/$],[$][/$],087d04a8c6fcbccd1c69be3af053f8d8aaaaf529','',534,0,'2013-11-28 08:00:00',15620,NULL),(17146,131,'','',531,0,'2013-11-23 20:20:07',15620,NULL),(17147,112,'NEGATIVE,,f81c7661a0c43f54925a22292799d1acc74866be','',541,0,'2013-11-23 08:00:00',15621,NULL),(17148,27,'NON-REACTIVE,-,NEGATIVE,f81c7661a0c43f54925a22292799d1acc74866be','',541,0,'2013-11-23 08:00:00',15621,NULL),(17149,108,'NON - REACTIVE,f81c7661a0c43f54925a22292799d1acc74866be','',541,0,'2013-11-23 08:00:00',15621,NULL),(17150,9,'','',531,0,'2013-11-23 20:32:58',15622,NULL),(17151,9,'','',531,0,'2013-11-23 20:37:01',15623,NULL),(17152,19,'NEGATIVE,,7dc1544849b38bfc9c4eb6df5eae3e958c0427b9','',550,0,'2013-11-23 08:00:00',15623,NULL),(17153,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7dc1544849b38bfc9c4eb6df5eae3e958c0427b9','',550,0,'2013-11-23 08:00:00',15623,NULL),(17154,9,'','',531,0,'2013-11-23 20:46:18',15624,NULL),(17155,19,'NEGATIVE,,7d820a271cee65780cb527863c000ab4a04a30a3','',550,0,'2013-11-23 08:00:00',15624,NULL),(17156,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7d820a271cee65780cb527863c000ab4a04a30a3',', ',550,0,'2013-11-23 08:00:00',15626,NULL),(17157,199,'[$]COMMENSALS ONLY[/$],1461e855792062b8780fc63b9d69596973acc3d9','',534,0,'2013-11-25 08:00:00',15627,NULL),(17158,97,'','',531,0,'2013-11-23 20:48:16',15627,NULL),(17159,9,'','',531,0,'2013-11-23 20:50:09',15628,NULL),(17160,9,'','',531,0,'2013-11-23 20:53:36',15629,NULL),(17161,9,'','',531,0,'2013-11-23 20:55:27',15630,NULL),(17162,68,'','',531,0,'2013-11-23 20:59:17',15631,NULL),(17163,9,'','',531,0,'2013-11-23 20:59:17',15631,NULL),(17164,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4f5c52a4ecbe784b9aed71e12e6e066b01f552eb',', ',550,0,'2013-11-23 08:00:00',15633,NULL),(17165,9,'','',531,0,'2013-11-23 21:00:53',15634,NULL),(17166,19,'NEGATIVE,,ae366899085e2afaf78b93dee1581ef2678740af','',541,0,'2013-11-23 08:00:00',15634,NULL),(17167,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ae366899085e2afaf78b93dee1581ef2678740af','',541,0,'2013-11-23 08:00:00',15634,NULL),(17168,68,'5.0,-,-,,e5afed331b65968a4040dafa892c219f8dca9bf1','NON DIABETIC, ',552,0,'2013-11-24 08:00:00',15635,NULL),(17169,9,'','',531,0,'2013-11-23 21:14:47',15635,NULL),(17170,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e5afed331b65968a4040dafa892c219f8dca9bf1',', ',550,0,'2013-11-23 08:00:00',15637,NULL),(17171,16,'POSITIVE,01fe320487c1ad56d0aa24f204e18d461aa6b5f2','',550,0,'2013-11-23 08:00:00',15638,NULL),(17172,14,'NEGATIVE,01fe320487c1ad56d0aa24f204e18d461aa6b5f2','',552,0,'2013-11-24 08:00:00',15640,NULL),(17173,9,'','',531,0,'2013-11-23 22:01:22',15641,NULL),(17174,19,'NEGATIVE,bc2b6dc238ecec8a5df1b5aec71989680e6fbe39','',535,0,'2013-12-06 08:00:00',15641,NULL),(17175,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bc2b6dc238ecec8a5df1b5aec71989680e6fbe39',', ',535,0,'2013-12-06 08:00:00',15641,NULL),(17176,35,'HAZY,STRAW,7.5,1.020,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,bc2b6dc238ecec8a5df1b5aec71989680e',', ',535,0,'2013-12-06 08:00:00',15643,NULL),(17177,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,>30,0,CALCIUM OXALATE (+),,,,,,,,,,,,PRESENT (++),NOT SEEN,109c6adc95cb',', ',550,0,'2013-11-23 08:00:00',15644,NULL),(17178,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,109c6adc95cb8cbf7f283b534eb3e85f25e93122','',534,0,'2013-11-25 08:00:00',15646,NULL),(17179,134,'FEW,MANY,NOT SEEN,PRESENT (++),,109c6adc95cb8cbf7f283b534eb3e85f25e93122','',550,0,'2013-11-23 08:00:00',15646,NULL),(17180,9,'','',531,0,'2013-11-23 22:07:44',15647,NULL),(17181,19,'NEGATIVE,,d18a63f92562684ea2e554eff77aa2fa174676d7','',541,0,'2013-11-23 08:00:00',15647,NULL),(17182,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d18a63f92562684ea2e554eff77aa2fa174676d7','',541,0,'2013-11-23 08:00:00',15647,NULL),(17183,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,ac1cef9d5f632b8745409fceed79e3e19cc',', ',550,0,'2013-11-23 08:00:00',15648,NULL),(17184,68,'','',531,0,'2013-11-23 22:27:27',15649,NULL),(17185,9,'','',531,0,'2013-11-23 22:27:27',15649,NULL),(17186,57,'','',531,0,'2013-11-23 22:27:27',15651,NULL),(17187,133,'','',531,0,'2013-11-23 22:27:27',15651,NULL),(17188,16,'POSITIVE,120c6e1df778d03ca7d688fb976a677d4c428bc2','',552,0,'2013-11-24 08:00:00',15651,NULL),(17189,132,'','',531,0,'2013-11-23 22:27:27',15651,NULL),(17190,56,'','',531,0,'2013-11-23 22:27:27',15651,NULL),(17191,14,'NEGATIVE,120c6e1df778d03ca7d688fb976a677d4c428bc2','',552,0,'2013-11-24 08:00:00',15654,NULL),(17192,9,'','',531,0,'2013-11-23 22:44:57',15655,NULL),(17193,37,'','',531,0,'2013-11-23 22:44:58',15657,NULL),(17194,9,'','',531,0,'2013-11-23 22:47:53',15658,NULL),(17195,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,9423e96151c7ed4a53334930b18521673ef',', ',550,0,'2013-11-23 08:00:00',15660,NULL),(17196,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,b7f6594eee446e17a9d203d467bf4fd7dfc04b19','',534,0,'2013-11-25 08:00:00',15661,NULL),(17197,134,'FEW,MANY,NOT SEEN,PRESENT (++),,b7f6594eee446e17a9d203d467bf4fd7dfc04b19','',550,0,'2013-11-23 08:00:00',15661,NULL),(17198,9,'','',531,0,'2013-11-23 23:23:05',15662,NULL),(17199,19,'NEGATIVE,,8c4c2c5e8de1d2efaede779119945f1dc72229dd','',543,0,'2013-11-23 08:00:00',15662,NULL),(17200,9,'','',531,0,'2013-11-23 23:25:41',15663,NULL),(17201,19,'NEGATIVE,,892d5b90ed8230b31977501446c9968a51f5c9c4','',543,0,'2013-11-23 08:00:00',15663,NULL),(17202,9,'','',531,0,'2013-11-23 23:42:45',15664,NULL),(17203,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b1c5f1f6b7b81ff87f7761c00d52211f2c4da44','',550,0,'2013-11-23 08:00:00',15664,NULL),(17204,37,'DARK BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4b1c5f1f6b7b81ff87f7761c00d52211f2c4da44','',550,0,'2013-11-23 08:00:00',15666,NULL),(17205,9,'','',531,0,'2013-11-23 23:49:15',15667,NULL),(17206,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,20,>30,0,NOT SEEN,PRESENT ,,,,,,,,,,,(+),NOT SEEN,663542bb5425a8c34d196',' ',555,0,'2013-12-02 08:00:00',15669,NULL),(17207,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,58b94e09f6e924d3f93e6f0a662a5b4b2',', ',550,0,'2013-11-23 08:00:00',15670,NULL),(17208,19,'NEGATIVE,,0bb3480cef76949c55edc60db692b3f0ebedd5bf','',550,0,'2013-11-23 08:00:00',15671,NULL),(17209,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0bb3480cef76949c55edc60db692b3f0ebedd5bf','',550,0,'2013-11-23 08:00:00',15671,NULL),(17210,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0bb3480cef76949c55edc60db692b3f0ebedd5bf','',550,0,'2013-11-23 08:00:00',15673,NULL),(17211,9,'','',531,0,'2013-11-24 00:13:02',15674,NULL),(17212,19,'NEGATIVE,,cfd84f3d194902df9bdf46f0c9c291fee0ffdde0','',550,0,'2013-11-23 08:00:00',15674,NULL),(17213,107,'1/20,1/20,cfd84f3d194902df9bdf46f0c9c291fee0ffdde0','',550,0,'2013-11-23 08:00:00',15676,NULL),(17214,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,cfd84f3d194902df9bdf46f0c9c291fee0',', ',550,0,'2013-11-23 08:00:00',15679,NULL),(17215,107,'1/20,1/20,789daf5f9a08849a27c3084e6d9879f472757ea2','',550,0,'2013-11-23 08:00:00',15680,NULL),(17216,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,789daf5f9a08849a27c3084e6d9879f472757ea2',', ',550,0,'2013-11-23 08:00:00',15682,NULL),(17217,9,'','',531,0,'2013-11-24 00:25:45',15683,NULL),(17218,20,'NEGATIVE,6fc307dcf2b00d6b3293e4f01f461e430cd487e7','',550,0,'2013-11-23 08:00:00',15683,NULL),(17219,89,'3.8,Male : 2.0 - 15.0_Follicular/Luteal phase 2.0 - 10.0_Mid Cycle: 2.0 - 20.0_Pregnant < 2.0_Post Menopausal > 15.0,6fc307dcf2b00d6b3293e4f01f461e430cd487e7','',534,0,'2013-11-28 08:00:00',15685,NULL),(17220,90,'5.5,MALE (2.4 - 5.9)_Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),6fc307dcf2b00d6b3293e4f01f461e430cd487e7','',534,0,'2013-11-28 08:00:00',15685,NULL),(17221,15,'','',531,0,'2013-11-24 00:25:46',15685,NULL),(17222,13,'','',531,0,'2013-11-24 00:25:46',15685,NULL),(17223,91,'18.7,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),6fc307dcf2b00d6b3293e4f01f461e430cd487e7','',534,0,'2013-11-28 08:00:00',15685,NULL),(17224,9,'','',531,0,'2013-11-24 00:53:06',15686,NULL),(17225,19,'NEGATIVE,,866da93563701afd44dc2337eaab576a1b21211c','',543,0,'2013-11-23 08:00:00',15686,NULL),(17226,68,'5.3,-,-,4a5c2e260265e3386e4e261b0a4c63f18e697c0b','',537,0,'2013-12-16 08:00:00',15687,NULL),(17227,9,'','',531,0,'2013-11-24 00:56:53',15687,NULL),(17228,77,'','',531,0,'2013-11-24 00:56:53',15687,NULL),(17229,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4a5c2e260265e3386e4e261b0a4c63f18e697c0b',', ',550,0,'2013-11-23 08:00:00',15689,NULL),(17230,9,'','',531,0,'2013-11-24 01:15:01',15690,NULL),(17231,19,'NEGATIVE,,34f06db5a13cff23ea9ee5279fb76aa4e273a87f','',543,0,'2013-11-23 08:00:00',15690,NULL),(17232,9,'','',531,0,'2013-11-24 01:17:06',15691,NULL),(17233,9,'','',531,0,'2013-11-24 01:19:25',15692,NULL),(17234,19,'NEGATIVE,,33d8ea4b37c988a2970b7534142ad907211cd377','',543,0,'2013-11-23 08:00:00',15692,NULL),(17235,18,'[$]NO MALARIA PARASITES SEEN[/$],-,33d8ea4b37c988a2970b7534142ad907211cd377','',543,0,'2013-11-23 08:00:00',15692,NULL),(17236,35,'CLEAR,STRAW,5.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,33d8ea4b37c988a2970b7534142ad907211cd377',', ',552,0,'2013-11-24 08:00:00',15694,NULL),(17237,21,'O,POSITIVE,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',552,0,'2013-11-29 08:00:00',15695,NULL),(17238,9,'','',531,0,'2013-11-24 01:22:37',15695,NULL),(17239,25,'NO DEFECT,,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',552,0,'2013-11-29 08:00:00',15695,NULL),(17240,20,'NEGATIVE,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',552,0,'2013-11-29 08:00:00',15695,NULL),(17241,112,'NEGATIVE,,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',552,0,'2013-11-29 08:00:00',15697,NULL),(17242,27,'NON-REACTIVE,-,NEGATIVE,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',552,0,'2013-11-29 08:00:00',15697,NULL),(17243,108,'NON - REACTIVE,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',552,0,'2013-11-29 08:00:00',15697,NULL),(17244,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,4,NOT SEEN,NOT SEEN,N,,,,,,,,OT SEEN,51c55dc73d0c992df0d7d82ebe8d',', ',541,0,'2013-11-29 08:00:00',15700,NULL),(17245,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,51c55dc73d0c992df0d7d82ebe8d4c1aedd6a3c6','',541,0,'2013-11-29 08:00:00',15704,NULL),(17246,9,'','',531,0,'2013-11-24 01:27:30',15705,NULL),(17247,57,'','',531,0,'2013-11-24 01:27:31',15707,NULL),(17248,133,'','',531,0,'2013-11-24 01:27:31',15707,NULL),(17249,131,'','',531,0,'2013-11-24 01:27:31',15707,NULL),(17250,132,'','',531,0,'2013-11-24 01:27:31',15707,NULL),(17251,9,'','',531,0,'2013-11-24 01:29:59',15708,NULL),(17252,36,'No Bacteria Growth,##,##,,993ab300b14b885bfbbd8a8feadf082289623410','',534,0,'2013-11-25 08:00:00',15710,NULL),(17253,35,'HAZY,LIGHT AMBER,6.5,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,22,2,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,993ab300b14b885bfbbd8a8feadf08',', ',550,0,'2013-11-23 08:00:00',15710,NULL),(17254,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,b23de1660548a27d4de6fef0ffeb05950b1044dd',', ',550,0,'2013-11-23 08:00:00',15711,NULL),(17255,9,'','',531,0,'2013-11-24 01:46:27',15712,NULL),(17256,19,'NEGATIVE,,d8aaee36a9e8ca33eb60e99dedf8811e00ec6b42','',543,0,'2013-11-23 08:00:00',15712,NULL),(17257,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d8aaee36a9e8ca33eb60e99dedf8811e00ec6b42','',543,0,'2013-11-23 08:00:00',15712,NULL),(17258,107,'1/20,1/20,d8aaee36a9e8ca33eb60e99dedf8811e00ec6b42','',543,0,'2013-11-23 08:00:00',15714,NULL),(17259,9,'','',531,0,'2013-11-24 02:22:40',15715,NULL),(17260,19,'NEGATIVE,,2860814533a7690c88ce53d06a268cb28b08b30c','',557,0,'2013-11-23 08:00:00',15715,NULL),(17261,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2860814533a7690c88ce53d06a268cb28b08b30c','',557,0,'2013-11-23 08:00:00',15715,NULL),(17262,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2860814533a7690c88ce53d06a268cb28b08b30c',', ',550,0,'2013-11-23 08:00:00',15717,NULL),(17263,9,'','',531,0,'2013-11-24 02:26:54',15718,NULL),(17264,19,'NEGATIVE,,928d9c5e572d0df69f8ee80fa1f7b9d844068bc8','',557,0,'2013-11-23 08:00:00',15718,NULL),(17265,18,'[$]NO MALARIA PARASITES SEEN[/$],-,928d9c5e572d0df69f8ee80fa1f7b9d844068bc8','',557,0,'2013-11-23 08:00:00',15718,NULL),(17266,9,'','',531,0,'2013-11-24 02:39:31',15719,NULL),(17267,119,'','',531,0,'2013-11-24 02:39:31',15721,NULL),(17268,223,'','',531,0,'2013-11-24 03:22:12',15722,NULL),(17269,9,'8.5,5.46,15.3,45.8,83.9,28.0,33.4,242,24.5,9.9,65.6,2.1,0.6,463f123905eb773c4778f85b15a5901e034ca5a5','',557,0,'2013-11-23 08:00:00',15723,NULL),(17270,18,'[$]no malaria parasites seen[/$],-,463f123905eb773c4778f85b15a5901e034ca5a5','',557,0,'2013-11-23 08:00:00',15723,NULL),(17271,222,'6.4,4.76,13.3,37.3,78.4,27.9,35.7,452,45.7,11.4,42.9,2.9,0.7,2.8,15.3,7.6,,90146173ea8af43b8a65318aa4ba0590c671ead9','',557,0,'2013-11-23 08:00:00',15724,NULL),(17272,19,'NEGATIVE,,90146173ea8af43b8a65318aa4ba0590c671ead9','',557,0,'2013-11-23 08:00:00',15724,NULL),(17273,199,'[$]COMMENSALS ONLY[/$],90146173ea8af43b8a65318aa4ba0590c671ead9','',534,0,'2013-11-27 08:00:00',15726,NULL),(17274,222,'3.5,4.44,13.5,39.3,88.5,30.4,34.4,151,17.9,13.1,69.0,0.6,0.5,2.4,12.4,8.6,,a08fc82e91593ea7589a4fc6f81bb4beca7d471e','',557,0,'2013-11-23 08:00:00',15727,NULL),(17275,19,'POSITIVE,,a08fc82e91593ea7589a4fc6f81bb4beca7d471e','',557,0,'2013-11-23 08:00:00',15727,NULL),(17276,18,'[$]malaria parasites present(+)[/$],TROPHOZOITES,a08fc82e91593ea7589a4fc6f81bb4beca7d471e','',557,0,'2013-11-23 08:00:00',15727,NULL),(17277,107,'1/20,1/20,a08fc82e91593ea7589a4fc6f81bb4beca7d471e','',557,0,'2013-11-23 08:00:00',15728,NULL),(17278,222,'6.1,3.86,11.6,34.3,88.6,30.1,33.8,231,35.5,8.4,56.1,2.2,0.5,3.4,13.6,8.5,,2797d34ce7a7d7897605144a74d638e575512fb7','',557,0,'2013-11-23 08:00:00',15729,NULL),(17279,19,'NEGATIVE,,2797d34ce7a7d7897605144a74d638e575512fb7','',557,0,'2013-11-23 08:00:00',15729,NULL),(17280,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2797d34ce7a7d7897605144a74d638e575512fb7',', ',557,0,'2013-11-23 08:00:00',15731,NULL),(17281,222,'4.3,3.90,11.1,34.1,97.4,28.5,32.6,340,56.8,12.1,31.1,2.4,0.5,1.4,14.0,8.2,,be6bcb399888b09d1c5c330b93a3004c4fc9fac5','',557,0,'2013-11-23 08:00:00',15732,NULL),(17282,18,'[$]NO MALARIA PARASITES SEEN[/$],-,be6bcb399888b09d1c5c330b93a3004c4fc9fac5','',557,0,'2013-11-23 08:00:00',15732,NULL),(17283,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,be6bcb399888b09d1c5c330b93a3004c4fc9fac5',', ',557,0,'2013-11-23 08:00:00',15734,NULL),(17284,107,'1/20,1/160,be6bcb399888b09d1c5c330b93a3004c4fc9fac5','',557,0,'2013-11-23 08:00:00',15735,NULL),(17285,222,'9.6,5.0,13.2,41.4,82.8,26.4,31.9,252,22.3,7.4,70.3,2.1,0.7,6.8,15.0,9.8,,ff40a34735709442b9d25da35f24d348855bedf2','',546,0,'2013-11-24 08:00:00',15736,NULL),(17286,19,'NEGATIVE,,ff40a34735709442b9d25da35f24d348855bedf2','',546,0,'2013-11-24 08:00:00',15736,NULL),(17287,37,'','',558,0,'2013-11-24 09:52:12',15738,NULL),(17288,222,'13.2,6.02,11.9,39.4,65.4,19.8,30.2,374,23.7,5.7,70.6,3.1,0.8,*9.3,16.8,-,,5e427476b5f8869df543ba06ad5f76e8f96ab8b9','',557,0,'2013-11-24 08:00:00',15739,NULL),(17289,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5e427476b5f8869df543ba06ad5f76e8f96ab8b9','',557,0,'2013-11-24 08:00:00',15739,NULL),(17290,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,5e427476b5f8869df543ba06ad5f76e8f96ab8',', ',557,0,'2013-11-24 08:00:00',15741,NULL),(17291,68,'','',558,0,'2013-11-24 13:57:19',15742,NULL),(17292,222,'','',558,0,'2013-11-24 13:57:19',15742,NULL),(17293,19,'NEGATIVE,,c6df4b534bec274b276940ee32ddde9490a49d1d','',552,0,'2013-11-24 08:00:00',15742,NULL),(17294,57,'','',558,0,'2013-11-24 13:57:19',15744,NULL),(17295,133,'','',558,0,'2013-11-24 13:57:19',15744,NULL),(17296,132,'','',558,0,'2013-11-24 13:57:19',15744,NULL),(17297,92,'0.7,c6df4b534bec274b276940ee32ddde9490a49d1d','',537,0,'2013-11-25 08:00:00',15744,NULL),(17298,56,'','',558,0,'2013-11-24 13:57:19',15744,NULL),(17299,68,'','',558,0,'2013-11-24 14:33:09',15745,NULL),(17300,222,'','',558,0,'2013-11-24 14:33:09',15745,NULL),(17301,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d84a6712bb5462e4c52f0c993c3cd9b4eb593e84',', ',552,0,'2013-11-24 08:00:00',15747,NULL),(17302,57,'','',558,0,'2013-11-24 14:33:09',15750,NULL),(17303,133,'','',558,0,'2013-11-24 14:33:09',15750,NULL),(17304,130,'','',558,0,'2013-11-24 14:33:09',15750,NULL),(17305,132,'','',558,0,'2013-11-24 14:33:09',15750,NULL),(17306,56,'','',558,0,'2013-11-24 14:33:09',15750,NULL),(17307,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ff40a34735709442b9d25da35f24d348855bedf2',', , AMORPHOUS PHOSPHATE PRESENT',557,0,'2013-11-24 08:00:00',15751,NULL),(17308,68,'4.5,-,-,,819096f7476b6aa3d7886629b7bcfb98565f1ded',' ',537,0,'2013-11-25 08:00:00',15752,NULL),(17309,222,'','',558,0,'2013-11-24 14:44:26',15752,NULL),(17310,77,'','',558,0,'2013-11-24 14:44:26',15752,NULL),(17311,82,'','',558,0,'2013-11-24 15:11:24',15753,NULL),(17312,9,'','',531,0,'2013-11-24 15:32:44',15754,NULL),(17313,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f321fc4a90de86a910231df4cc044db60a6374fd','',552,0,'2013-11-24 08:00:00',15754,NULL),(17314,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,f321fc4a90de86a910231df4cc044db60',', ',552,0,'2013-11-24 08:00:00',15756,NULL),(17315,68,'7.7,-,-,,6a480a5e9634d8c5ee1a797b955399c99f8014c9','',537,0,'2013-11-25 08:00:00',15757,NULL),(17316,77,'','',531,0,'2013-11-24 15:36:59',15757,NULL),(17317,35,'HAZY,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,6a480a5e9634d8c5ee1a797b955399c99f8014',', ',552,0,'2013-11-24 08:00:00',15759,NULL),(17318,9,'','',531,0,'2013-11-24 15:45:19',15760,NULL),(17319,18,'[$]NO MALARIA PARASITES SEEN[/$],-,afe48ef847eb2e2f54ae917163abf67406d13e4b','',552,0,'2013-11-24 08:00:00',15760,NULL),(17320,68,'4.7,-,-,,cfd84f3d194902df9bdf46f0c9c291fee0ffdde0','NON DIABETIC, ',552,0,'2013-11-24 08:00:00',15761,NULL),(17321,9,'','',531,0,'2013-11-24 15:52:08',15762,NULL),(17322,18,'[$]NO MALARIA PARASITES SEEN[/$],-,12ed4e38378481b15fa8e2ddf23f2eded46a4512','',552,0,'2013-11-24 08:00:00',15762,NULL),(17323,16,'POSITIVE,12ed4e38378481b15fa8e2ddf23f2eded46a4512','',552,0,'2013-11-24 08:00:00',15764,NULL),(17324,107,'1/20,1/20,12ed4e38378481b15fa8e2ddf23f2eded46a4512','',552,0,'2013-11-24 08:00:00',15764,NULL),(17325,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,12ed4e38378481b15fa8e2ddf23f2eded46a4512','',552,0,'2013-11-24 08:00:00',15767,NULL),(17326,14,'','',531,0,'2013-11-24 15:52:09',15771,NULL),(17327,9,'','',531,0,'2013-11-24 15:54:00',15772,NULL),(17328,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d1bd55a6ca8ae21328b647cf0ea1894cbec2e925','',552,0,'2013-11-24 08:00:00',15772,NULL),(17329,107,'1/20,1/20,d1bd55a6ca8ae21328b647cf0ea1894cbec2e925','',552,0,'2013-11-24 08:00:00',15774,NULL),(17330,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d1bd55a6ca8ae21328b647cf0ea1894cbec2e925','',552,0,'2013-11-24 08:00:00',15777,NULL),(17331,132,'','',531,0,'2013-11-24 16:01:02',15778,NULL),(17332,22,'6,dcdfa355a827bd0005c7c487ab996067b32f4a07','',552,0,'2013-11-24 08:00:00',15779,NULL),(17333,9,'','',531,0,'2013-11-24 16:25:37',15779,NULL),(17334,19,'NEGATIVE,,dcdfa355a827bd0005c7c487ab996067b32f4a07','',552,0,'2013-11-24 08:00:00',15779,NULL),(17335,57,'','',531,0,'2013-11-24 16:25:38',15781,NULL),(17336,133,'','',531,0,'2013-11-24 16:25:38',15781,NULL),(17337,56,'','',531,0,'2013-11-24 16:25:38',15781,NULL),(17338,65,'','',531,0,'2013-11-24 16:25:38',15781,NULL),(17339,9,'','',531,0,'2013-11-24 16:32:24',15782,NULL),(17340,122,'','',531,0,'2013-11-24 16:32:24',15784,NULL),(17341,9,'','',531,0,'2013-11-24 16:55:36',15785,NULL),(17342,70,'4.5,,abca6fba324c1fb47296e93d3e3ba59e5c71b2f6','',552,0,'2013-11-24 08:00:00',15785,NULL),(17343,92,'12.2,abca6fba324c1fb47296e93d3e3ba59e5c71b2f6','',537,0,'2013-11-25 08:00:00',15787,NULL),(17344,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,abca6fba324c1fb47296e93d3e3ba59e5c71b2f6',', ',552,0,'2013-11-24 08:00:00',15790,NULL),(17345,9,'','',531,0,'2013-11-24 17:21:41',15791,NULL),(17346,19,'','',531,0,'2013-11-24 17:21:41',15791,NULL),(17347,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5ff2c0b78bfb24b1dd0ae963ca3bc324dba7bf80','',552,0,'2013-11-24 08:00:00',15791,NULL),(17348,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5ff2c0b78bfb24b1dd0ae963ca3bc324dba7bf80',', ',552,0,'2013-11-24 08:00:00',15793,NULL),(17349,22,'7,199868a76e705c41ab7ffa6b5e7f1c9012f1fd45','',552,0,'2013-11-24 08:00:00',15794,NULL),(17350,68,'','',531,0,'2013-11-24 17:25:20',15794,NULL),(17351,9,'','',531,0,'2013-11-24 17:25:20',15794,NULL),(17352,109,'NEGATIVE,199868a76e705c41ab7ffa6b5e7f1c9012f1fd45','',552,0,'2013-11-24 08:00:00',15796,NULL),(17353,65,'','',531,0,'2013-11-24 17:25:20',15796,NULL),(17354,9,'','',531,0,'2013-11-24 17:36:23',15797,NULL),(17355,19,'NEGATIVE,,796292dbe1908d5b9f004e6d3af0e33b50a73dee','',552,0,'2013-11-24 08:00:00',15797,NULL),(17356,18,'[$]NO MALARIA PARASITES SEEN[/$],-,796292dbe1908d5b9f004e6d3af0e33b50a73dee','',552,0,'2013-11-24 08:00:00',15797,NULL),(17357,35,'CLOUDY,DEEP AMBER,5.0,1.020,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,>30,NOT SEEN,NO,,,,,,,,,,,T SEEN,NOT SEEN,796292dbe1908d5b9f',', ',552,0,'2013-11-24 08:00:00',15799,NULL),(17358,37,'','',531,0,'2013-11-24 17:36:24',15802,NULL),(17359,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,fe13a08297b6885a76d7ef25dddd73692e5cf8d5',', ',552,0,'2013-11-24 08:00:00',15803,NULL),(17360,9,'','',531,0,'2013-11-24 18:03:30',15804,NULL),(17361,19,'NEGATIVE,,479698740bac8f3d878ff604ed187590a609eae2','',552,0,'2013-11-24 08:00:00',15804,NULL),(17362,18,'[$]NO MALARIA PARASITES SEEN[/$],-,479698740bac8f3d878ff604ed187590a609eae2','',552,0,'2013-11-24 08:00:00',15804,NULL),(17363,107,'1/20,1/40,479698740bac8f3d878ff604ed187590a609eae2','',552,0,'2013-11-24 08:00:00',15806,NULL),(17364,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,10,0,NOT SEEN,NOT ,,,,,,,,,,,SEEN,NOT SEEN,479698740bac8f3d878f',', ',535,0,'2013-11-24 08:00:00',15809,NULL),(17365,9,'','',531,0,'2013-11-24 18:10:11',15810,NULL),(17366,57,'','',531,0,'2013-11-24 18:10:11',15812,NULL),(17367,133,'','',531,0,'2013-11-24 18:10:11',15812,NULL),(17368,132,'','',531,0,'2013-11-24 18:10:11',15812,NULL),(17369,56,'','',531,0,'2013-11-24 18:10:11',15812,NULL),(17370,36,'No Significant Bacteria Growth,##,##,,4331400b947ab833dea2d9b51a2d2547e6824e6d','ISOLATES:No Significant Bacteria Growth',535,0,'2013-11-24 18:33:25',15813,NULL),(17371,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,819c222bc0f6c1a8085de737afaaf71ae932cec8','',535,0,'2013-11-24 08:00:00',15814,NULL),(17372,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ed4be23b21943bcf8bb807d027fc973ae807f5d6','',552,0,'2013-11-24 08:00:00',15815,NULL),(17373,9,'','',531,0,'2013-11-24 18:47:36',15816,NULL),(17374,19,'NEGATIVE,,22ab441b9621973b69e719e7262b55ae2c0cf329','',552,0,'2013-11-24 08:00:00',15816,NULL),(17375,18,'[$]NO MALARIA PARASITES SEEN[/$],-,22ab441b9621973b69e719e7262b55ae2c0cf329','',552,0,'2013-11-24 08:00:00',15816,NULL),(17376,9,'','',531,0,'2013-11-24 18:54:14',15817,NULL),(17377,19,'NEGATIVE,,998f1914ee69a70f9bec18727042c3b151de6971','',552,0,'2013-11-24 08:00:00',15817,NULL),(17378,18,'','',531,0,'2013-11-24 18:54:14',15817,NULL),(17379,107,'','',531,0,'2013-11-24 18:54:15',15819,NULL),(17380,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,998f1914ee69a70f9bec18727042c3b151de6971',', ',552,0,'2013-11-24 08:00:00',15822,NULL),(17381,9,'','',531,0,'2013-11-24 19:19:04',15823,NULL),(17382,19,'NEGATIVE,,781b712498119e5a24a25c069405159b5bbd8e1e','',552,0,'2013-11-24 08:00:00',15823,NULL),(17383,18,'[$]NO MALARIA PARASITES SEEN[/$],-,781b712498119e5a24a25c069405159b5bbd8e1e','',552,0,'2013-11-24 08:00:00',15823,NULL),(17384,35,'CLEAR,STRAW,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,781b712498119e5a24a25c069405159b5bbd8e1e',', ',552,0,'2013-11-24 08:00:00',15825,NULL),(17385,9,'','',531,0,'2013-11-24 19:31:21',15826,NULL),(17386,19,'NEGATIVE,,4e8391f533296b8c1c10e84d3466c935b5fa6d2e','',552,0,'2013-11-24 08:00:00',15826,NULL),(17387,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4e8391f533296b8c1c10e84d3466c935b5fa6d2e','',552,0,'2013-11-24 08:00:00',15826,NULL),(17388,107,'1/20,1/20,4e8391f533296b8c1c10e84d3466c935b5fa6d2e','',552,0,'2013-11-24 08:00:00',15828,NULL),(17389,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,1,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,4e8391f533296b8c1c10e84d3466c93',', ',552,0,'2013-11-24 08:00:00',15831,NULL),(17390,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,4e8391f533296b8c1c10e84d3466c935b5fa6d2e','',552,0,'2013-11-24 08:00:00',15835,NULL),(17391,16,'NEGATIVE,51c652a0f5f7b44b77372f9564f84a1d13c4a38f','',552,0,'2013-11-24 08:00:00',15836,NULL),(17392,14,'','',531,0,'2013-11-24 19:40:26',15838,NULL),(17393,9,'','',531,0,'2013-11-24 19:43:32',15839,NULL),(17394,19,'NEGATIVE,,ab7cd8fb17a0e59d2e525a2b2a2b17a7d43db152','',552,0,'2013-11-24 08:00:00',15839,NULL),(17395,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ab7cd8fb17a0e59d2e525a2b2a2b17a7d43db152','',552,0,'2013-11-24 08:00:00',15839,NULL),(17396,71,'POSITIVE,,ab7cd8fb17a0e59d2e525a2b2a2b17a7d43db152','',552,0,'2013-11-24 08:00:00',15841,NULL),(17397,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ab7cd8fb17a0e59d2e525a2b2a2b17a7d43db152',', ',552,0,'2013-11-24 08:00:00',15841,NULL),(17398,9,'','',531,0,'2013-11-24 20:02:06',15842,NULL),(17399,19,'NEGATIVE,,0189e037c3587785c745c61189ca078d8a62c6af','',552,0,'2013-11-24 08:00:00',15842,NULL),(17400,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0189e037c3587785c745c61189ca078d8a62c6af','',552,0,'2013-11-24 08:00:00',15842,NULL),(17401,70,'3.9,,0189e037c3587785c745c61189ca078d8a62c6af','',552,0,'2013-11-24 08:00:00',15842,NULL),(17402,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0189e037c3587785c745c61189ca078d8a62c6af',', ',535,0,'2013-11-24 08:00:00',15844,NULL),(17403,71,'NEGATIVE,,e40070eab2284885174e0acae58b024cc60fb9ee','',552,0,'2013-11-24 08:00:00',15845,NULL),(17404,35,'HAZY,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,20,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,e40070eab2284885174e0acae58b024cc60fb9ee',', ',552,0,'2013-11-24 08:00:00',15845,NULL),(17405,9,'','',531,0,'2013-11-24 20:07:28',15846,NULL),(17406,19,'NEGATIVE,,c492f44e28183de48208ce1c046a023e9c75ec61','',552,0,'2013-11-24 08:00:00',15846,NULL),(17407,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c492f44e28183de48208ce1c046a023e9c75ec61','',552,0,'2013-11-24 08:00:00',15846,NULL),(17408,35,'HAZY,AMBER,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,6,>30,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,c492f44e28183de48208ce1c046a0',', ',552,0,'2013-11-24 08:00:00',15848,NULL),(17409,129,'','',531,0,'2013-11-24 20:14:45',15849,NULL),(17410,22,'4,908545104eb5db5958404770d0c87b6eeded1659','',552,0,'2013-11-24 08:00:00',15850,NULL),(17411,9,'','',531,0,'2013-11-24 20:29:06',15850,NULL),(17412,70,'4.8,,908545104eb5db5958404770d0c87b6eeded1659','',552,0,'2013-11-24 08:00:00',15850,NULL),(17413,16,'POSITIVE,908545104eb5db5958404770d0c87b6eeded1659','',552,0,'2013-11-24 08:00:00',15852,NULL),(17414,14,'','',531,0,'2013-11-24 20:29:06',15855,NULL),(17415,77,'','',531,0,'2013-11-24 20:50:03',15856,NULL),(17416,133,'','',531,0,'2013-11-24 20:50:03',15858,NULL),(17417,112,'NEGATIVE,,04823056924a298f8f49dbb010e3352e1b316a77','',552,0,'2013-11-24 08:00:00',15858,NULL),(17418,117,'NEGATIVE,04823056924a298f8f49dbb010e3352e1b316a77','',552,0,'2013-11-24 08:00:00',15858,NULL),(17419,27,'NON-REACTIVE,-,NEGATIVE,04823056924a298f8f49dbb010e3352e1b316a77','',552,0,'2013-11-24 08:00:00',15858,NULL),(17420,11,'17.0,[$]14.0[/$],[$]1.2[/$],1.26,THERAPEUTIC : 2.0 - 4.0,04823056924a298f8f49dbb010e3352e1b316a77','',534,0,'2013-11-25 08:00:00',15861,NULL),(17421,19,'NEGATIVE,,42d605d2d9a1938991bbea7cb196256a1e86ca6d','',552,0,'2013-11-24 08:00:00',15862,NULL),(17422,18,'[$]NO MALARIA PARASITES SEEN[/$],-,42d605d2d9a1938991bbea7cb196256a1e86ca6d','',552,0,'2013-11-24 08:00:00',15862,NULL),(17423,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d722f3d06638ce2ff43abab79779a0112101cca5',', ',552,0,'2013-11-24 08:00:00',15863,NULL),(17424,9,'','',531,0,'2013-11-24 21:36:09',15864,NULL),(17425,19,'NEGATIVE,,dee76769130bbad54c6a5b09497cc9956edc0fc4','',552,0,'2013-11-24 08:00:00',15864,NULL),(17426,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dee76769130bbad54c6a5b09497cc9956edc0fc4','',552,0,'2013-11-24 08:00:00',15864,NULL),(17427,70,'5.9,,dee76769130bbad54c6a5b09497cc9956edc0fc4','',552,0,'2013-11-24 08:00:00',15864,NULL),(17428,9,'','',531,0,'2013-11-24 22:01:01',15865,NULL),(17429,19,'NEGATIVE,,ba6f48543266bf73fba6797074bafe3eb9f28cec','',552,0,'2013-11-24 08:00:00',15865,NULL),(17430,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ba6f48543266bf73fba6797074bafe3eb9f28cec','',552,0,'2013-11-24 08:00:00',15865,NULL),(17431,192,'','',535,0,'2013-11-24 22:30:34',15866,NULL),(17432,90,'4.3,MALE (2.4 - 5.9)_Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),9f1b81ebc30e603435cfc0e5194287677c8c60a5','',534,0,'2013-11-27 08:00:00',15867,NULL),(17433,101,'1.0,9f1b81ebc30e603435cfc0e5194287677c8c60a5','',534,0,'2013-11-27 08:00:00',15867,NULL),(17434,9,'','',531,0,'2013-11-24 23:25:45',15868,NULL),(17435,19,'NEGATIVE,,5320f146272a86407cbd281ff456165786fc3b4c','',552,0,'2013-11-24 08:00:00',15868,NULL),(17436,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5320f146272a86407cbd281ff456165786fc3b4c','',552,0,'2013-11-24 08:00:00',15868,NULL),(17437,107,'1/20,1/20,5320f146272a86407cbd281ff456165786fc3b4c','',552,0,'2013-11-24 08:00:00',15870,NULL),(17438,9,'','',531,0,'2013-11-24 23:30:46',15871,NULL),(17439,19,'NEGATIVE,,3dae15ba120aa27429e3a563e9b1b67482154a02','',552,0,'2013-11-24 08:00:00',15871,NULL),(17440,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3dae15ba120aa27429e3a563e9b1b67482154a02','',552,0,'2013-11-24 08:00:00',15871,NULL),(17441,107,'1/160,1/320,3dae15ba120aa27429e3a563e9b1b67482154a02','',552,0,'2013-11-24 08:00:00',15873,NULL),(17442,35,'CLEAR,AMBER,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,3dae15ba120aa27429e3a563e9b1b6748',', ',552,0,'2013-11-24 08:00:00',15876,NULL),(17443,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,473801745efbbc38b89a42594c384291c4f7513d',', ',552,0,'2013-11-24 08:00:00',15877,NULL),(17444,9,'','',531,0,'2013-11-25 01:21:16',15878,NULL),(17445,19,'NEGATIVE,,d3878bf94c739c00f674fff709ad647503cae752','',552,0,'2013-11-24 08:00:00',15878,NULL),(17446,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d3878bf94c739c00f674fff709ad647503cae752','',552,0,'2013-11-24 08:00:00',15878,NULL),(17447,35,'CLOUDY,LIGHT AMBER,5.0,1.010,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,20,0,NOT SEEN,NO,,,,,,,,,,,T SEEN,NOT SEEN,d3878bf94c739c00f6',', , BACTERIURIA PRESENT(+++)',552,0,'2013-11-24 08:00:00',15880,NULL),(17448,9,'','',531,0,'2013-11-25 01:24:00',15881,NULL),(17449,19,'NEGATIVE,,487c97efc776dd210e6d3218fc2fbc3299c92d27','',552,0,'2013-11-24 08:00:00',15881,NULL),(17450,18,'[$]NO MALARIA PARASITES SEEN[/$],-,487c97efc776dd210e6d3218fc2fbc3299c92d27','',552,0,'2013-11-24 08:00:00',15881,NULL),(17451,107,'1/20,1/20,487c97efc776dd210e6d3218fc2fbc3299c92d27','',552,0,'2013-11-24 08:00:00',15883,NULL),(17452,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,487c97efc776dd210e6d3218fc2fbc3299c92d27',', ',552,0,'2013-11-24 08:00:00',15886,NULL),(17453,9,'','',531,0,'2013-11-25 01:29:46',15887,NULL),(17454,19,'NEGATIVE,,c016c5e7c5f22f437eaaf1fff122e1d00af806e3','',552,0,'2013-11-24 08:00:00',15887,NULL),(17455,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c016c5e7c5f22f437eaaf1fff122e1d00af806e3','',552,0,'2013-11-24 08:00:00',15887,NULL),(17456,107,'1/20,1/20,c016c5e7c5f22f437eaaf1fff122e1d00af806e3','',552,0,'2013-11-24 08:00:00',15889,NULL),(17457,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c016c5e7c5f22f437eaaf1fff122e1d00af806e3',', ',552,0,'2013-11-24 08:00:00',15892,NULL),(17458,9,'','',558,0,'2013-11-25 03:24:52',15893,NULL),(17459,18,'[$]no malaria parasites seen[/$],-,36afa9ebb9ec8e1737c6769b9a1d51092f0ca0b7','',557,0,'2013-11-25 08:00:00',15893,NULL),(17460,70,'','',558,0,'2013-11-25 03:24:52',15893,NULL),(17461,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,36afa9ebb9ec8e1737c6769b9a1d51092f0ca0b7',', ',557,0,'2013-11-25 08:00:00',15895,NULL),(17462,57,'','',558,0,'2013-11-25 03:24:53',15898,NULL),(17463,133,'','',558,0,'2013-11-25 03:24:53',15898,NULL),(17464,131,'','',558,0,'2013-11-25 03:24:53',15898,NULL),(17465,56,'','',558,0,'2013-11-25 03:24:53',15898,NULL),(17466,222,'9.6,4.19,11.7,33.2,79.2,27.9,35.2,295,40.3,11.9,47.8,3.9,1.1,4.6,13.4,8.5,,3af15d9cc2abb6ddd862e4b95965423eef2bbe7f','',552,0,'2013-11-24 08:00:00',15899,NULL),(17467,18,'[$]no malaria parasites seen[/$],-,3af15d9cc2abb6ddd862e4b95965423eef2bbe7f','',552,0,'2013-11-24 08:00:00',15899,NULL),(17468,27,'NON-REACTIVE,-,NEGATIVE,a01aadce2734f5c0e3b85d444187c666bb7180c7','',557,0,'2013-11-25 08:00:00',15900,NULL),(17469,27,'NON-REACTIVE,-,NEGATIVE,35d9f64562f6f2c69b57e70a045cf0acac94b9e7','',557,0,'2013-11-25 08:00:00',15901,NULL),(17470,222,'6.5,4.88,11.4,34.6,70.9,23.4,32.9,247,26.9,9.1,64.0,1.7,0.6,4.2,15.9,10.2,,89f779a2a6775daab7ce3cf46ce376c81525a288','',557,557,'2013-11-25 08:00:00',15902,'2013-11-25 00:28:44'),(17471,18,'[$]no malaria parasites seen[/$],,,89f779a2a6775daab7ce3cf46ce376c81525a288','',557,0,'2013-11-25 08:28:44',15902,NULL),(17472,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,89f779a2a6775daab7ce3cf46ce376c8152',', ',557,0,'2013-11-25 08:00:00',15904,NULL),(17473,222,'3.5,4.58,12.6,36.4,79.4,27.5,34.6,246,36.1,12.4,51.5,1.3,0.4,1.8,13.1,8.3,,6338f4c816c07a53b2ab799019ec0e291f270f5c','',557,0,'2013-11-25 08:00:00',15905,NULL),(17474,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6338f4c816c07a53b2ab799019ec0e291f270f5c','',557,0,'2013-11-25 08:00:00',15905,NULL),(17475,68,'5.6,-,-,,a11e65dd72c0f12da209ac04bd08f8e2ea757213','NON DIABETIC, ',557,0,'2013-11-25 08:00:00',15906,NULL),(17476,222,'5.2,5.69,14.4,43.3,76.1,25.3,33.3,243,36.5,22.6,40.9,1.9,1.2,2.1,16.2,10.9,,a11e65dd72c0f12da209ac04bd08f8e2ea757213','',557,0,'2013-11-25 08:00:00',15906,NULL),(17477,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,a11e65dd72c0f12da209ac04bd08f8e2ea757213',', ',557,0,'2013-11-25 08:00:00',15908,NULL),(17478,211,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17479,60,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17480,57,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17481,133,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17482,131,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17483,132,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17484,56,'','',558,0,'2013-11-25 09:28:28',15911,NULL),(17485,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,36a9b314c59dfff7a0b151d642aab1490c7b9dfc',', ',557,0,'2013-11-25 08:00:00',15912,NULL),(17486,222,'11.8,4.57,11.6,35.0,76.6,25.4,33.1,279,17.4,11.1,71.5,2.1,1.3,8.4,12.1,8.5,,39f1ba520bc6690ed40b275d199aba37bc82de03','',557,0,'2013-11-25 08:00:00',15913,NULL),(17487,19,'NEGATIVE,,39f1ba520bc6690ed40b275d199aba37bc82de03','',557,0,'2013-11-25 08:00:00',15913,NULL),(17488,18,'[$]NO MALARIA PARASITES SEEN[/$],-,39f1ba520bc6690ed40b275d199aba37bc82de03','',557,0,'2013-11-25 08:00:00',15913,NULL),(17489,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,39f1ba520bc6690ed40b275d199aba37bc82de03',', ',557,0,'2013-11-25 08:00:00',15915,NULL),(17490,107,'1/20,1/20,39f1ba520bc6690ed40b275d199aba37bc82de03','',557,0,'2013-11-25 08:00:00',15918,NULL),(17491,68,'','',558,0,'2013-11-25 13:59:19',15919,NULL),(17492,35,'','',558,0,'2013-11-25 13:59:19',15921,NULL),(17493,27,'NON-REACTIVE,-,NEGATIVE,43226ad942f2c90f8a996b8a48a9d265c4a1098c','',541,0,'2013-11-25 08:00:00',15924,NULL),(17494,132,'','',558,0,'2013-11-25 13:59:19',15924,NULL),(17495,132,'','',558,0,'2013-11-25 14:32:45',15925,NULL),(17496,68,'','',558,0,'2013-11-25 14:32:45',15927,NULL),(17497,222,'','',558,0,'2013-11-25 14:50:05',15928,NULL),(17498,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4574c1c51cb16100a701987b991d43ef6adb032a','',541,0,'2013-11-25 08:00:00',15928,NULL),(17499,107,'1/20,1/20,4574c1c51cb16100a701987b991d43ef6adb032a','',541,0,'2013-11-25 08:00:00',15930,NULL),(17500,57,'','',558,0,'2013-11-25 15:15:40',15931,NULL),(17501,133,'','',558,0,'2013-11-25 15:15:40',15931,NULL),(17502,132,'','',558,0,'2013-11-25 15:15:40',15931,NULL),(17503,56,'','',558,0,'2013-11-25 15:15:40',15931,NULL),(17504,35,'CLEAR,AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,20,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,055ff92ecf9e8f92792fb9c549405006b8',' ',555,0,'2013-11-25 08:00:00',15933,NULL),(17505,9,'','',530,0,'2013-11-25 15:27:03',15934,NULL),(17506,9,'','',530,0,'2013-11-25 15:39:51',15935,NULL),(17507,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8592ab107e498923397adcdf9f62ec02c7739ba4','',541,0,'2013-11-25 08:00:00',15935,NULL),(17508,22,'1,5e0828fadde40cd3b1a7069a1f2c7041aa94056e','',541,0,'2013-11-25 08:00:00',15936,NULL),(17509,9,'','',530,0,'2013-11-25 15:51:31',15936,NULL),(17510,70,'5.6,,5e0828fadde40cd3b1a7069a1f2c7041aa94056e','',541,0,'2013-11-25 08:00:00',15936,NULL),(17511,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,5e0828fadde40cd3b1a7069a1f2c7041aa',' ',555,0,'2013-11-25 08:00:00',15938,NULL),(17512,108,'NON - REACTIVE,5e0828fadde40cd3b1a7069a1f2c7041aa94056e','',541,0,'2013-11-25 08:00:00',15941,NULL),(17513,107,'1/20,1/20,5e0828fadde40cd3b1a7069a1f2c7041aa94056e','',541,0,'2013-11-25 08:00:00',15941,NULL),(17514,132,'','',530,0,'2013-11-25 16:01:05',15942,NULL),(17515,70,'','',530,0,'2013-11-25 16:01:05',15944,NULL),(17516,27,'NON-REACTIVE,-,NEGATIVE,5e0828fadde40cd3b1a7069a1f2c7041aa94056e','',541,0,'2013-11-25 08:00:00',15945,NULL),(17517,9,'','',530,0,'2013-11-25 16:17:25',15946,NULL),(17518,107,'1/80,1/40,db0492ce4c9860b9eb487cee1b1449ddf31af133','',541,0,'2013-11-25 08:00:00',15948,NULL),(17519,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Yeast - like cells,Not Seen,Not Seen,,db0492ce4c9860b9eb487cee1b1449ddf31af133','',555,0,'2013-11-25 08:00:00',15951,NULL),(17520,131,'','',530,0,'2013-11-25 16:29:06',15952,NULL),(17521,132,'','',530,0,'2013-11-25 16:29:06',15952,NULL),(17522,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0dd1f788f09ff7b816023df537b78945a8a9392f',' ',555,0,'2013-11-25 08:00:00',15954,NULL),(17523,68,'','',530,0,'2013-11-25 16:29:06',15957,NULL),(17524,68,'5.0,-,-,,9dddb3058aa730038de57b3f9e521a0ac8abd811','NON DIABETIC, ',541,0,'2013-11-30 08:00:00',15958,NULL),(17525,9,'','',530,0,'2013-11-25 16:48:45',15958,NULL),(17526,131,'','',530,0,'2013-11-25 16:48:45',15960,NULL),(17527,9,'','',530,0,'2013-11-25 16:51:45',15961,NULL),(17528,19,'NEGATIVE,,9fcf131a641a177d921b563282eeed2be7dd1e97','',534,0,'2013-11-25 08:00:00',15961,NULL),(17529,235,'','',530,0,'2013-11-25 16:54:10',15962,NULL),(17530,9,'','',530,0,'2013-11-25 16:59:29',15963,NULL),(17531,78,'','',530,0,'2013-11-25 16:59:29',15965,NULL),(17532,130,'','',530,0,'2013-11-25 16:59:29',15965,NULL),(17533,131,'','',530,0,'2013-11-25 16:59:29',15965,NULL),(17534,132,'','',530,0,'2013-11-25 16:59:29',15965,NULL),(17535,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),14210ff9710664f448ffd7d8be6f0717b3952a49','',537,0,'2013-11-25 08:00:00',15965,NULL),(17536,36,'No Bacteria Growth,##,##,,14210ff9710664f448ffd7d8be6f0717b3952a49','',534,0,'2013-11-27 08:00:00',15968,NULL),(17537,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,14210ff9710664f448ffd7d8be6f0717b3',' ',555,0,'2013-11-25 08:00:00',15968,NULL),(17538,93,'< 0.05,14210ff9710664f448ffd7d8be6f0717b3952a49','',534,0,'2013-11-27 08:00:00',15972,NULL),(17539,36,'','',530,0,'2013-11-25 17:05:37',15973,NULL),(17540,35,'HAZY,LIGHT AMBER,6.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,12,NOT SEEN,,,,,,,,,,,,NOT SEEN,NOT SEEN,f23554ac87d36ccb','',555,0,'2013-11-25 08:00:00',15973,NULL),(17541,9,'','',530,0,'2013-11-25 17:09:02',15974,NULL),(17542,19,'NEGATIVE,,34c8184b87499392752b4afa3c60304aa27c82c8','',534,0,'2013-11-25 08:00:00',15974,NULL),(17543,18,'[$]NO MALARIA PARASITES SEEN [/$],-,34c8184b87499392752b4afa3c60304aa27c82c8','',534,0,'2013-11-25 08:00:00',15974,NULL),(17544,37,'YELLOWISH,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,34c8184b87499392752b4afa3c60304aa27c82c8','',555,0,'2013-11-25 08:00:00',15976,NULL),(17545,68,'4.4,-,-,,27c492916eeea7a00f838fd7f2bede3e1bd40bd4','NON DIABETIC, ',534,0,'2013-11-25 08:00:00',15977,NULL),(17546,9,'','',530,0,'2013-11-25 17:16:18',15977,NULL),(17547,19,'NEGATIVE,,27c492916eeea7a00f838fd7f2bede3e1bd40bd4','',534,0,'2013-11-25 08:00:00',15977,NULL),(17548,18,'[$]NO MALARIA PARASITES SEEN [/$],-,27c492916eeea7a00f838fd7f2bede3e1bd40bd4','',534,0,'2013-11-25 08:00:00',15977,NULL),(17549,9,'','',530,0,'2013-11-25 17:21:21',15978,NULL),(17550,11,'27,[$]14[/$],[$]1.9[/$],2.16,THERAPEUTIC : 2.0 - 4.0,c02e8242963692a8b50617af04bf2dfc361862fc','',541,0,'2013-11-25 08:00:00',15979,NULL),(17551,9,'','',530,0,'2013-11-25 17:30:56',15980,NULL),(17552,18,'[$]NO MALARIA PARASITES SEEN [/$],-,679d7c0139d8b037f2bc0efe1a5b4beaf59a372a','',534,0,'2013-11-25 08:00:00',15980,NULL),(17553,68,'5.1,NEGATIVE,NEGATIVE,,f702c2bb57ed05a796aea63071dbdaa7bc4893f7','NON DIABETIC, ',535,0,'2013-11-30 08:00:00',15981,NULL),(17554,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,16,10,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,f702c2bb57ed05a796aea63071dbdaa7b',', ',535,0,'2013-11-30 08:00:00',15983,NULL),(17555,68,'','',530,0,'2013-11-25 17:41:48',15984,NULL),(17556,9,'','',530,0,'2013-11-25 17:41:48',15984,NULL),(17557,9,'','',530,0,'2013-11-25 18:02:16',15985,NULL),(17558,9,'','',530,0,'2013-11-25 18:03:37',15986,NULL),(17559,9,'','',530,0,'2013-11-25 18:05:30',15987,NULL),(17560,19,'NEGATIVE,,1381d510dfbdd552f16a9ffd294654867c702fdd','',534,0,'2013-11-25 08:00:00',15987,NULL),(17561,18,'[$]NO MALARIA PARASITES SEEN [/$],-,1381d510dfbdd552f16a9ffd294654867c702fdd','',534,0,'2013-11-25 08:00:00',15987,NULL),(17562,199,'[$]COMMENSALS ONLY[/$],c96f17bafc64374ffe6bbeaaf15b84da051ff4b2','',534,0,'2013-11-27 08:00:00',15988,NULL),(17563,9,'','',530,0,'2013-11-25 18:08:55',15989,NULL),(17564,9,'','',530,0,'2013-11-25 18:13:41',15990,NULL),(17565,19,'NEGATIVE,,683136c3c68b832a0dbd4ec39e1a4bf3a1ac3273','',534,0,'2013-11-25 08:00:00',15990,NULL),(17566,107,'1/20,1/20,683136c3c68b832a0dbd4ec39e1a4bf3a1ac3273','',534,0,'2013-11-25 08:00:00',15992,NULL),(17567,22,'9,e3b37e94c949713d008e9a3ade90fee8fe0d587c','',534,0,'2013-11-25 08:00:00',15993,NULL),(17568,9,'','',530,0,'2013-11-25 18:22:24',15993,NULL),(17569,36,'Mixed Growth,##,##,,e3b37e94c949713d008e9a3ade90fee8fe0d587c','',534,0,'2013-11-27 08:00:00',15995,NULL),(17570,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,e3b37e94c949713d008e9a3ade90fee8fe',' ',555,0,'2013-11-25 08:00:00',15995,NULL),(17571,9,'','',530,0,'2013-11-25 18:25:34',15996,NULL),(17572,38,'[$]No Salmonellae or Shigellae isolated[/$],##,##,,7d820a271cee65780cb527863c000ab4a04a30a3','',534,0,'2013-11-27 08:00:00',15997,NULL),(17573,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,7d820a271cee65780cb527863c000ab4a04a30a3','',555,0,'2013-11-25 08:00:00',15997,NULL),(17574,9,'','',530,0,'2013-11-25 18:41:42',15998,NULL),(17575,19,'NEGATIVE,,6e3dae07a75c6b65522a4bd63ba923fa13c4673d','',534,0,'2013-11-25 08:00:00',15998,NULL),(17576,9,'','',530,0,'2013-11-25 18:46:31',15999,NULL),(17577,19,'NEGATIVE,,a1da46c2113485f32782d48aa583dc739d8a5e70','',534,0,'2013-11-25 08:00:00',15999,NULL),(17578,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a1da46c2113485f32782d48aa583dc739d8a5e70','',534,0,'2013-11-25 08:00:00',15999,NULL),(17579,9,'','',530,0,'2013-11-25 18:51:08',16000,NULL),(17580,19,'NEGATIVE,,d504b51b5a9c49a8ea601ab5d5c8ecf536a6a151','',534,0,'2013-11-25 08:00:00',16000,NULL),(17581,36,'No Bacteria Growth,##,##,,d504b51b5a9c49a8ea601ab5d5c8ecf536a6a151','',534,0,'2013-11-27 08:00:00',16002,NULL),(17582,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d504b51b5a9c49a8ea601ab5d5c8ecf536a6a151',' ',555,0,'2013-11-25 08:00:00',16002,NULL),(17583,82,'','',530,0,'2013-11-25 18:51:08',16005,NULL),(17584,21,'O,POSITIVE,57498ee5f760c3e3bdafd7ad4fdf39c437358d2f','',553,0,'2013-11-25 08:00:00',16006,NULL),(17585,9,'','',530,0,'2013-11-25 18:54:08',16006,NULL),(17586,25,'NO DEFECT,,57498ee5f760c3e3bdafd7ad4fdf39c437358d2f','',553,0,'2013-11-25 08:00:00',16006,NULL),(17587,20,'NEGATIVE,57498ee5f760c3e3bdafd7ad4fdf39c437358d2f','',553,0,'2013-11-25 08:00:00',16006,NULL),(17588,112,'NEGATIVE,,57498ee5f760c3e3bdafd7ad4fdf39c437358d2f','',553,0,'2013-11-25 08:00:00',16008,NULL),(17589,27,'NON-REACTIVE,-,NEGATIVE,57498ee5f760c3e3bdafd7ad4fdf39c437358d2f','',553,0,'2013-11-25 08:00:00',16008,NULL),(17590,108,'NON - REACTIVE,57498ee5f760c3e3bdafd7ad4fdf39c437358d2f','',553,0,'2013-11-25 08:00:00',16008,NULL),(17591,37,'','',530,0,'2013-11-25 18:55:33',16009,NULL),(17592,92,'16.9,b373b54fed3dfcb88636a380703b2c1505834c0b','',534,0,'2013-11-29 08:00:00',16010,NULL),(17593,65,'','',530,0,'2013-11-25 18:58:15',16010,NULL),(17594,39,'[$]NEGATIVE[/$],,b373b54fed3dfcb88636a380703b2c1505834c0b','',553,0,'2013-11-28 08:00:00',16012,NULL),(17595,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b373b54fed3dfcb88636a380703b2c1505834c0b','',553,0,'2013-11-28 08:00:00',16012,NULL),(17596,35,'CLEAR,AMBER,8.0,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,b373b54fed3dfcb88636a380703b2c1505834c0b','',555,0,'2013-11-25 08:00:00',16015,NULL),(17597,108,'NON - REACTIVE,c24fb2199850c076d0216e6a5e64854b36a70cb5','',555,0,'2013-11-25 08:00:00',16016,NULL),(17598,9,'','',530,0,'2013-11-25 19:05:15',16017,NULL),(17599,19,'NEGATIVE,,c77de48c86baec02699f8d8e99f514a94ade1318','',541,0,'2013-11-25 08:00:00',16017,NULL),(17600,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c77de48c86baec02699f8d8e99f514a94ade1318','',541,0,'2013-11-25 08:00:00',16017,NULL),(17601,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,NEGATIVE,NORMAL,8,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,c77de48c86baec02699f8d8e99f514a94a','',555,0,'2013-11-25 08:00:00',16019,NULL),(17602,9,'','',530,0,'2013-11-25 19:08:00',16020,NULL),(17603,19,'NEGATIVE,,818896994c6406b8d989fdb64c5d0e3804d87ef4','',541,0,'2013-11-25 08:00:00',16020,NULL),(17604,18,'[$]NO MALARIA PARASITE SEEN[/$],-,818896994c6406b8d989fdb64c5d0e3804d87ef4','',541,0,'2013-11-25 08:00:00',16020,NULL),(17605,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,818896994c6406b8d989fdb64c5d0e3804d87ef4','',555,0,'2013-11-25 08:00:00',16022,NULL),(17606,39,'[$]NEGATIVE\n[/$],,03907f22721eaf9faa55e699e856065c7a630165','',555,0,'2013-11-25 08:00:00',16023,NULL),(17607,37,'DARK BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,03907f22721eaf9faa55e699e856065c7a630165','',555,0,'2013-11-25 08:00:00',16023,NULL),(17608,36,'No Bacteria Growth,##,##,,9ce7e7c3f8b1b0d9384a56feb84dcfc379c4ad74','',534,0,'2013-11-27 08:00:00',16024,NULL),(17609,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9ce7e7c3f8b1b0d9384a56feb84dcfc379c4ad74','',555,0,'2013-11-25 08:00:00',16024,NULL),(17610,124,'[$]NO BACTERIAL GROWTH[/$],9ce7e7c3f8b1b0d9384a56feb84dcfc379c4ad74','',534,0,'2013-11-28 08:00:00',16026,NULL),(17611,36,'No Bacteria Growth,##,##,,92dc1afb45cc2721373881f283503f6094098f97','',534,0,'2013-11-27 08:00:00',16027,NULL),(17612,68,'3.8,-,-,,470b509ac939adf6aede608bacce087829a9c2a0','',555,0,'2013-11-25 08:00:00',16028,NULL),(17613,36,'No Bacteria Growth,##,##,,6aeefd23a3a3a967c97490429c6976011b351815','',534,0,'2013-11-27 08:00:00',16029,NULL),(17614,35,'HAZY,AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,8,18,12,NOT SEEN,NOT SEEN,NOT SEEN,,,,6aeefd23a3a3a967c97490429c6976011b351815',' ',555,0,'2013-11-25 08:00:00',16029,NULL),(17615,9,'','',530,0,'2013-11-25 19:40:44',16030,NULL),(17616,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8c409331b5d6f2997a6aca3760640a5829b74cdc','',541,0,'2013-11-25 08:00:00',16030,NULL),(17617,37,'YELLOWISH,SEMI FORMED,,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8c409331b5d6f2997a6aca3760640a5829b74cdc','',541,504,'2013-11-25 08:00:00',16032,'2013-11-25 14:08:01'),(17618,41,'[$]12:35pm[/$],[$]1:05pm[/$],[$]1:40pm[/$],COITUS INTERUPTUS,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]1.0ml[/$],[$]8.0[/$],[$]30% IN ACTIVE PROGRESSION[/$],[$]75% LIVE SPERM CELLS[/$],[$]5.4 MILLON CELLS /','',555,0,'2013-11-28 08:00:00',16033,NULL),(17619,9,'','',530,0,'2013-11-25 19:53:18',16034,NULL),(17620,57,'','',530,0,'2013-11-25 19:53:19',16036,NULL),(17621,133,'','',530,0,'2013-11-25 19:53:19',16036,NULL),(17622,131,'','',530,0,'2013-11-25 19:53:19',16036,NULL),(17623,132,'','',530,0,'2013-11-25 19:53:19',16036,NULL),(17624,56,'','',530,0,'2013-11-25 19:53:19',16036,NULL),(17625,9,'','',530,0,'2013-11-25 19:57:40',16037,NULL),(17626,128,'','',530,0,'2013-11-25 19:57:40',16039,NULL),(17627,108,'NON - REACTIVE,e03d9347f3cdcb7f3e94657caca898bfbac14d16','',535,0,'2013-11-26 08:00:00',16039,NULL),(17628,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NORMAL,6,10,16,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,e03d9347f3cdcb7f3e94657caca898bfbac14d','',535,0,'2013-11-26 08:00:00',16042,NULL),(17629,27,'NON-REACTIVE,-,NEGATIVE,db0492ce4c9860b9eb487cee1b1449ddf31af133','',537,0,'2013-11-25 08:00:00',16043,NULL),(17630,9,'','',530,0,'2013-11-25 20:07:15',16044,NULL),(17631,19,'NEGATIVE,,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16044,NULL),(17632,57,'','',530,0,'2013-11-25 20:07:15',16046,NULL),(17633,133,'','',530,0,'2013-11-25 20:07:15',16046,NULL),(17634,16,'POSITIVE,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16046,NULL),(17635,112,'NEGATIVE,,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16046,NULL),(17636,117,'NEGATIVE,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16046,NULL),(17637,131,'','',530,0,'2013-11-25 20:07:15',16046,NULL),(17638,132,'','',530,0,'2013-11-25 20:07:15',16046,NULL),(17639,56,'','',530,0,'2013-11-25 20:07:15',16046,NULL),(17640,107,'1/20,1/80,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16046,NULL),(17641,14,'NEGATIVE,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16049,NULL),(17642,36,'No Bacteria Growth,##,##,,da7831d4f4de15d503f15d5c96aecf88437e5334','',534,0,'2013-11-28 08:00:00',16053,NULL),(17643,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,da7831d4f4de15d503f15d5c96aecf88437e5334','',552,0,'2013-11-26 08:00:00',16053,NULL),(17644,9,'','',530,0,'2013-11-25 20:10:12',16054,NULL),(17645,18,'[$]NO MALARIA PARASITE SEEN[/$],-,562c9786b6526e56c1ad2554a43c4d9496b8426e','',541,0,'2013-11-25 08:00:00',16054,NULL),(17646,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,562c9786b6526e56c1ad2554a43c4d9496',' ',555,0,'2013-11-25 08:00:00',16056,NULL),(17647,224,'','',530,0,'2013-11-25 20:16:41',16057,NULL),(17648,9,'','',530,0,'2013-11-25 20:23:47',16058,NULL),(17649,19,'NEGATIVE,,7d4be46b9e1a0b9ad5582d63baf3603421997fd0','',541,0,'2013-11-25 08:00:00',16058,NULL),(17650,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7d4be46b9e1a0b9ad5582d63baf3603421997fd0','',541,0,'2013-11-25 08:00:00',16058,NULL),(17651,22,'2,0c5a493caee7b74219fecd916c52a246bf86c590','',541,0,'2013-11-25 08:00:00',16059,NULL),(17652,9,'','',530,0,'2013-11-25 20:34:20',16059,NULL),(17653,19,'NEGATIVE,,0c5a493caee7b74219fecd916c52a246bf86c590','',541,0,'2013-11-25 08:00:00',16059,NULL),(17654,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,0c5a493caee7b74219fecd916c52a246bf','',555,0,'2013-11-25 08:00:00',16061,NULL),(17655,107,'1/20,1/20,0c5a493caee7b74219fecd916c52a246bf86c590','',541,0,'2013-11-25 08:00:00',16064,NULL),(17656,109,'NEGATIVE,dcdfa355a827bd0005c7c487ab996067b32f4a07','',541,0,'2013-11-25 08:00:00',16065,NULL),(17657,68,'4.8,-,-,,a84a8b5922767b8c62e99471a40e9f968bd40d3b','',534,0,'2013-11-26 08:00:00',16066,NULL),(17658,9,'','',530,0,'2013-11-25 21:01:08',16066,NULL),(17659,9,'','',530,0,'2013-11-25 21:09:13',16067,NULL),(17660,25,'NO DEFECT,,6e4cdfde25744b62b65cbdca6010193139d57ec0','',537,0,'2013-11-26 08:00:00',16067,NULL),(17661,19,'POSITIVE,,6e4cdfde25744b62b65cbdca6010193139d57ec0','',541,0,'2013-11-25 08:00:00',16067,NULL),(17662,18,'[$]MALARIA PARASITE PRESENT (+)[/$],TROPHOZOITES,6e4cdfde25744b62b65cbdca6010193139d57ec0','',541,0,'2013-11-25 08:00:00',16067,NULL),(17663,20,'NEGATIVE,6e4cdfde25744b62b65cbdca6010193139d57ec0','',541,0,'2013-11-25 08:00:00',16067,NULL),(17664,57,'','',530,0,'2013-11-25 21:09:13',16069,NULL),(17665,133,'','',530,0,'2013-11-25 21:09:13',16069,NULL),(17666,131,'','',530,0,'2013-11-25 21:09:13',16069,NULL),(17667,56,'','',530,0,'2013-11-25 21:09:13',16069,NULL),(17668,107,'1/20,1/20,6e4cdfde25744b62b65cbdca6010193139d57ec0','',541,0,'2013-11-25 08:00:00',16069,NULL),(17669,35,'','',530,0,'2013-11-25 21:09:13',16072,NULL),(17670,9,'','',530,0,'2013-11-25 21:20:50',16073,NULL),(17671,19,'NEGATIVE,,04a291293b8efe480b3ed6ea0ce6b4e5aec9827f','',552,0,'2013-11-25 08:00:00',16073,NULL),(17672,18,'[$]NO MALARIA PARASITES SEEN[/$],-,04a291293b8efe480b3ed6ea0ce6b4e5aec9827f','',552,0,'2013-11-25 08:00:00',16073,NULL),(17673,9,'','',534,0,'2013-11-25 21:32:30',16074,NULL),(17674,19,'NEGATIVE,,9a958b3ee2f48a79b5f4332678a856ef44bc6651','',552,0,'2013-11-26 08:00:00',16074,NULL),(17675,57,'','',534,0,'2013-11-25 21:32:30',16076,NULL),(17676,133,'','',534,0,'2013-11-25 21:32:30',16076,NULL),(17677,132,'','',534,0,'2013-11-25 21:32:30',16076,NULL),(17678,56,'','',534,0,'2013-11-25 21:32:30',16076,NULL),(17679,107,'1/20,1/20,9a958b3ee2f48a79b5f4332678a856ef44bc6651','',552,0,'2013-11-26 08:00:00',16076,NULL),(17680,132,'','',534,0,'2013-11-25 21:34:52',16077,NULL),(17681,22,'1,34a59ae09bd4628289392b5a6e9c8ac4f222a61f','',553,0,'2013-11-25 08:00:00',16078,NULL),(17682,9,'','',534,0,'2013-11-25 21:36:45',16078,NULL),(17683,19,'NEGATIVE,,34a59ae09bd4628289392b5a6e9c8ac4f222a61f','',552,0,'2013-11-25 08:00:00',16078,NULL),(17684,18,'[$]NO MALARIA PARASITES SEEN[/$],-,34a59ae09bd4628289392b5a6e9c8ac4f222a61f','',552,0,'2013-11-25 08:00:00',16078,NULL),(17685,107,'1/80,1/40,34a59ae09bd4628289392b5a6e9c8ac4f222a61f','',552,0,'2013-11-25 08:00:00',16080,NULL),(17686,8,'[$]\r\n\r\n477[/$],[$]\r\n\r\n82[/$],,,f19e534315807438c861bcf83b2fb17512fc2100','',504,0,'2013-11-25 21:38:11',16081,NULL),(17687,9,'','',534,0,'2013-11-25 21:47:10',16082,NULL),(17688,35,'','',534,0,'2013-11-25 21:47:10',16084,NULL),(17689,132,'','',534,0,'2013-11-25 21:56:46',16085,NULL),(17690,9,'','',530,0,'2013-11-25 22:12:16',16086,NULL),(17691,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ac3fb8012e706c304cc9c44b14bf283dc70aa95d','',552,0,'2013-11-25 08:00:00',16086,NULL),(17692,98,'','',534,0,'2013-11-25 22:35:38',16087,NULL),(17693,9,'','',530,0,'2013-11-25 22:36:18',16088,NULL),(17694,112,'NEGATIVE,,adc76738906857de3b0a3fd46608043f73a26347','',553,0,'2013-11-25 08:00:00',16090,NULL),(17695,117,'NEGATIVE,adc76738906857de3b0a3fd46608043f73a26347','',553,0,'2013-11-25 08:00:00',16090,NULL),(17696,132,'','',530,0,'2013-11-25 22:36:18',16090,NULL),(17697,9,'','',530,0,'2013-11-25 23:00:17',16091,NULL),(17698,71,'NEGATIVE,,3c4fb63e7de6d7eefb6bb03b5de3f7a8895918f6','',553,0,'2013-11-25 08:00:00',16093,NULL),(17699,9,'','',530,0,'2013-11-25 23:04:22',16094,NULL),(17700,36,'No Bacteria Growth,##,##,,cc408413491c9d5dae6404f12237dbfaf881299d','',534,0,'2013-11-27 08:00:00',16096,NULL),(17701,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,cc408413491c9d5dae6404f12237dbfaf881299d',', ',553,0,'2013-11-25 08:00:00',16096,NULL),(17702,9,'','',530,0,'2013-11-25 23:10:31',16097,NULL),(17703,112,'NEGATIVE,,830d698d7ba9835fa063e6d9ed7678a54639d1cb','',553,0,'2013-11-25 08:00:00',16099,NULL),(17704,27,'NON-REACTIVE,-,NEGATIVE,830d698d7ba9835fa063e6d9ed7678a54639d1cb','',553,0,'2013-11-25 08:00:00',16099,NULL),(17705,107,'1/80,1/20,830d698d7ba9835fa063e6d9ed7678a54639d1cb','',553,0,'2013-11-25 08:00:00',16099,NULL),(17706,14,'','',530,0,'2013-11-25 23:10:32',16102,NULL),(17707,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,3b2aa6edcce302243383c38ee0629a73d5b68018','',534,0,'2013-11-27 08:00:00',16103,NULL),(17708,70,'','',530,0,'2013-11-25 23:20:14',16104,NULL),(17709,108,'NON - REACTIVE,180a1e9e416aec7b3be1714b6578580bd3efe88d','',553,0,'2013-11-25 08:00:00',16105,NULL),(17710,92,'2.6,0ed4b9ab8a76816c860a470a04e3b42af9edb827','',534,0,'2013-11-29 08:00:00',16106,NULL),(17711,9,'','',530,0,'2013-11-25 23:49:53',16107,NULL),(17712,19,'NEGATIVE,,e12b7f815c10a2fd690043b30a9feb1c5b89d3d1','',553,0,'2013-11-25 08:00:00',16107,NULL),(17713,18,'[$]NO MALARIA PARASITES SEEN [/$],-,e12b7f815c10a2fd690043b30a9feb1c5b89d3d1','',553,0,'2013-11-25 08:00:00',16107,NULL),(17714,35,'','',530,0,'2013-11-25 23:49:53',16109,NULL),(17715,16,'POSITIVE,7fd467d327d80516b2b243d049d909e4f32d6cad','',553,0,'2013-11-25 08:00:00',16110,NULL),(17716,14,'POSITIVE,7fd467d327d80516b2b243d049d909e4f32d6cad','',553,0,'2013-11-25 08:00:00',16112,NULL),(17717,16,'POSITIVE,1e4e59e0655b2239fc4efc8792f97352160651c0','',553,0,'2013-11-25 08:00:00',16113,NULL),(17718,14,'POSITIVE,1e4e59e0655b2239fc4efc8792f97352160651c0','',553,0,'2013-11-25 08:00:00',16115,NULL),(17719,9,'','',530,0,'2013-11-26 00:35:34',16116,NULL),(17720,19,'NEGATIVE,,b927009c9c4830a1aa52c7571a23eb2bdc45e1c2','',552,0,'2013-11-25 08:00:00',16116,NULL),(17721,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b927009c9c4830a1aa52c7571a23eb2bdc45e1c2','',552,0,'2013-11-25 08:00:00',16116,NULL),(17722,107,'1/20,1/20,b927009c9c4830a1aa52c7571a23eb2bdc45e1c2','',552,0,'2013-11-25 08:00:00',16118,NULL),(17723,14,'NEGATIVE,b927009c9c4830a1aa52c7571a23eb2bdc45e1c2','',537,0,'2013-11-27 08:00:00',16121,NULL),(17724,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c93cdeef171a5a5ba3582f2db2448ddc08ab94d2','',553,0,'2013-11-25 08:00:00',16122,NULL),(17725,35,'CLEAR,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,c93cdeef171a5a5ba3582f2db2448dd',', ',553,0,'2013-11-25 08:00:00',16124,NULL),(17726,9,'','',530,0,'2013-11-26 00:59:22',16125,NULL),(17727,9,'','',530,0,'2013-11-26 01:07:06',16126,NULL),(17728,9,'','',530,0,'2013-11-26 01:09:15',16127,NULL),(17729,68,'','',530,0,'2013-11-26 01:11:03',16128,NULL),(17730,9,'','',530,0,'2013-11-26 01:11:03',16128,NULL),(17731,22,'26,5053fbd5e43daf7f0a0be67635fe6ab3fd961d40','',537,0,'2013-11-27 08:00:00',16129,NULL),(17732,9,'','',530,0,'2013-11-26 01:14:17',16129,NULL),(17733,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5053fbd5e43daf7f0a0be67635fe6ab3fd961d40','',537,0,'2013-11-27 08:00:00',16129,NULL),(17734,128,'44.2,81.6,18.4,19.8,5.28,13.79,3.93,3.58,134.0,42.0,5.6,70.9,0.76,396.4,5053fbd5e43daf7f0a0be67635fe6ab3fd961d40','',541,0,'2013-11-28 08:00:00',16131,NULL),(17735,9,'','',530,0,'2013-11-26 01:22:13',16132,NULL),(17736,19,'NEGATIVE,,121313b1bc2d2bb7970f4537c089fef5ffa0ba71','',553,0,'2013-11-25 08:00:00',16132,NULL),(17737,18,'[$]NO MALARIA PARASITES SEEN[/$],-,121313b1bc2d2bb7970f4537c089fef5ffa0ba71','',553,0,'2013-11-25 08:00:00',16132,NULL),(17738,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,121313b1bc2d2bb7970f4537c089fef5ffa0ba71','CLARITY:HAZY, pH:6.5, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:8',553,0,'2013-11-26 02:26:19',16134,NULL),(17739,9,'','',530,0,'2013-11-26 01:27:35',16135,NULL),(17740,19,'NEGATIVE,,ce5338d04c20c1073f2a4a0c2000351799ee6a34','',553,0,'2013-11-25 08:00:00',16135,NULL),(17741,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ce5338d04c20c1073f2a4a0c2000351799ee6a34','',553,0,'2013-11-25 08:00:00',16135,NULL),(17742,35,'','',530,0,'2013-11-26 01:27:35',16137,NULL),(17743,107,'1/80,1/40,ce5338d04c20c1073f2a4a0c2000351799ee6a34','',553,0,'2013-11-25 08:00:00',16140,NULL),(17744,9,'','',530,0,'2013-11-26 01:38:44',16141,NULL),(17745,19,'NEGATIVE,,9e3dae4802317d4b2f353db459394e1ce90b44b2','',553,0,'2013-11-25 08:00:00',16141,NULL),(17746,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9e3dae4802317d4b2f353db459394e1ce90b44b2','',553,0,'2013-11-25 08:00:00',16141,NULL),(17747,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9e3dae4802317d4b2f353db459394e1ce90b44b2','pH:6.0, SPECIFIC GRAVITY:1.020, PUS CELLS:2, EPITHELIAL CELLS:4',553,0,'2013-11-26 02:27:26',16143,NULL),(17748,9,'','',530,0,'2013-11-26 01:47:16',16144,NULL),(17749,19,'NEGATIVE,,4df44333299078012b33f97cebf644d84c659ddf','',553,0,'2013-11-25 08:00:00',16144,NULL),(17750,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4df44333299078012b33f97cebf644d84c659ddf','',553,0,'2013-11-25 08:00:00',16144,NULL),(17751,132,'','',530,0,'2013-11-26 01:59:17',16145,NULL),(17752,92,'1.3,c576dc2d552a792dc346485df5d2acaba0fdb5ce','',534,0,'2013-11-29 08:00:00',16145,NULL),(17753,36,'No Bacteria Growth,##,##,,c576dc2d552a792dc346485df5d2acaba0fdb5ce','',534,0,'2013-11-28 08:00:00',16147,NULL),(17754,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c576dc2d552a792dc346485df5d2acaba0fdb5ce',', ',534,0,'2013-11-28 08:00:00',16147,NULL),(17755,9,'','',530,0,'2013-11-26 02:02:31',16148,NULL),(17756,18,'[$]NO MALARIA PARASITES SEEEN[/$],-,43baf51ff890a044abf06b80da2afcca6cb6b264','',553,0,'2013-11-25 08:00:00',16148,NULL),(17757,9,'','',530,0,'2013-11-26 02:08:52',16149,NULL),(17758,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4556e093c3e841c6d9f0b5946b09493abca79518',', ',553,0,'2013-11-25 08:00:00',16151,NULL),(17759,9,'','',530,0,'2013-11-26 02:16:24',16152,NULL),(17760,19,'NEGATIVE,,46c94ad985d1fb793bdf95b592c6c931b1de193f','',553,0,'2013-11-25 08:00:00',16152,NULL),(17761,18,'[$]NO MALARIA PARASITES SEEN[/$],-,46c94ad985d1fb793bdf95b592c6c931b1de193f','',553,0,'2013-11-25 08:00:00',16152,NULL),(17762,9,'','',530,0,'2013-11-26 02:19:28',16153,NULL),(17763,19,'NEGATIVE,,d5407934ddc4996fee599858fe9a4864586d3250','',553,0,'2013-11-25 08:00:00',16153,NULL),(17764,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d5407934ddc4996fee599858fe9a4864586d3250','',553,0,'2013-11-25 08:00:00',16153,NULL),(17765,70,'5.6,,d5407934ddc4996fee599858fe9a4864586d3250','',553,0,'2013-11-25 08:00:00',16153,NULL),(17766,9,'','',530,0,'2013-11-26 02:24:54',16154,NULL),(17767,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c33b23f897f4fd515228a6711f5fc5a4b7fefaaf',', ',553,0,'2013-11-25 08:00:00',16156,NULL),(17768,9,'','',530,0,'2013-11-26 02:30:41',16157,NULL),(17769,19,'NEGATIVE,,95e1ffb6df02c56f045e248b6e29e61d3d046403','',552,0,'2013-11-25 08:00:00',16157,NULL),(17770,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,95e1ffb6df02c56f045e248b6e29e61d3d046403','pH:7.0, SPECIFIC GRAVITY:1.020',553,0,'2013-11-26 03:50:49',16159,NULL),(17771,9,'','',530,0,'2013-11-26 02:33:50',16160,NULL),(17772,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e83d983f1cf23b7d52f47e273ea569befd19ec71','',552,0,'2013-11-25 08:00:00',16160,NULL),(17773,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,PRESENT (++),NOT SEEN,,,,e83d983f1cf23b7d52f47e273ea569befd19ec71','CLARITY:HAZY, pH:7.5, SPECIFIC GRAVITY:1.010, YEAST CELLS:PRESENT ++',553,0,'2013-11-26 03:52:41',16162,NULL),(17774,9,'','',530,0,'2013-11-26 02:40:09',16163,NULL),(17775,19,'','',530,0,'2013-11-26 02:40:09',16163,NULL),(17776,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0d327bfc5c53eca909777ed2242478d580aa8570','',552,0,'2013-11-25 08:00:00',16163,NULL),(17777,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0d327bfc5c53eca909777ed2242478d580aa8570','pH:7.0, SPECIFIC GRAVITY:1.010',553,0,'2013-11-26 03:53:43',16165,NULL),(17778,107,'1/20,1/80,0d327bfc5c53eca909777ed2242478d580aa8570','',552,0,'2013-11-25 08:00:00',16168,NULL),(17779,9,'','',530,0,'2013-11-26 02:43:50',16169,NULL),(17780,19,'NEGATIVE,,16dcd42f1f11a054c02bd27f5b1efb4cee1f80e6','',552,0,'2013-11-25 08:00:00',16169,NULL),(17781,18,'[$]NO MALARIA PARASITES SEEN[/$],-,16dcd42f1f11a054c02bd27f5b1efb4cee1f80e6','',552,0,'2013-11-25 08:00:00',16169,NULL),(17782,9,'','',530,0,'2013-11-26 02:47:12',16170,NULL),(17783,19,'NEGATIVE,,0433569d6daabcd9aecff3c8ba8652079b88d928','',552,0,'2013-11-25 08:00:00',16170,NULL),(17784,18,'[$]NO MALARIA PARASITES\nSEEN[/$],-,0433569d6daabcd9aecff3c8ba8652079b88d928','',552,0,'2013-11-25 08:00:00',16170,NULL),(17785,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0433569d6daabcd9aecff3c8ba8652079b88d928','pH:8.0, SPECIFIC GRAVITY:1.010, EPITHELIAL CELLS:6',553,0,'2013-11-26 03:54:45',16172,NULL),(17786,57,'','',530,0,'2013-11-26 02:54:22',16173,NULL),(17787,133,'','',530,0,'2013-11-26 02:54:22',16173,NULL),(17788,56,'','',530,0,'2013-11-26 02:54:22',16173,NULL),(17789,9,'','',530,0,'2013-11-26 02:57:36',16174,NULL),(17790,223,'','',530,0,'2013-11-26 02:57:36',16174,NULL),(17791,9,'','',530,0,'2013-11-26 03:18:52',16175,NULL),(17792,19,'NEGATIVE,,ef739389b5bc6283e4ea09f5c9794df683230c68','',552,0,'2013-11-25 08:00:00',16175,NULL),(17793,35,'CLOUDY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,6,>30,NOT SEEN,NOT SE,,,,,,,,,,,EN,NOT SEEN,,ef739389b5bc6283e4ea0','CLARITY:CLOUDY, pH:7.5, SPECIFIC GRAVITY:1.015, BLOOD:POSITIVE ++, LEUCOCYTE:POSITIVE +++, PUS CELLS:30, EPITHELIAL CELLS:6, RED BLOOD CELLS:30',553,0,'2013-11-26 04:00:14',16177,NULL),(17794,99,'','',530,0,'2013-11-26 03:34:33',16178,NULL),(17795,100,'','',530,0,'2013-11-26 03:34:33',16178,NULL),(17796,132,'','',530,0,'2013-11-26 03:34:33',16178,NULL),(17797,3,'2.2,1.7,2.3,a11e65dd72c0f12da209ac04bd08f8e2ea757213','',552,0,'2013-11-27 08:00:00',16178,NULL),(17798,101,'','',530,0,'2013-11-26 03:34:33',16178,NULL),(17799,9,'','',558,0,'2013-11-26 03:39:35',16179,NULL),(17800,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+++),,5871c86feaffc85228bdff90bde570af1b57db96','',535,0,'2013-11-26 08:00:00',16181,NULL),(17801,107,'1/20,1/20,5871c86feaffc85228bdff90bde570af1b57db96','',535,0,'2013-11-25 08:00:00',16184,NULL),(17802,223,'','',558,0,'2013-11-26 03:43:48',16185,NULL),(17803,19,'NEGATIVE,,fc7b6b82aa7370d207899902c345b7255d2c713c','',535,0,'2013-11-25 08:00:00',16185,NULL),(17804,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fc7b6b82aa7370d207899902c345b7255d2c713c','',535,0,'2013-11-25 08:00:00',16185,NULL),(17805,222,'','',558,0,'2013-11-26 04:16:39',16186,NULL),(17806,222,'','',558,0,'2013-11-26 04:18:13',16187,NULL),(17807,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8e9c8e994a9a35e6a1af95c6644750b9c060885a','',535,0,'2013-11-25 08:00:00',16187,NULL),(17808,222,'11.1,4.18,12.3,35.4,84.7,29.4,34.7,344,11.7,6.1,82.2,1.3,0.7,9.1,12.6,8.6,,9b32fec5132dfd37656b4daef7e25f479034c4b4','',535,0,'2013-11-25 08:00:00',16188,NULL),(17809,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9b32fec5132dfd37656b4daef7e25f479034c4b4','',535,0,'2013-11-25 08:00:00',16188,NULL),(17810,68,'','',558,0,'2013-11-26 04:48:04',16189,NULL),(17811,222,'','',558,0,'2013-11-26 04:48:04',16189,NULL),(17812,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,bca2aae42361abbe6c9ef20618777439bc3abd','',535,0,'2013-11-25 08:00:00',16191,NULL),(17813,55,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17814,52,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17815,53,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17816,60,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17817,57,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17818,47,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17819,133,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17820,54,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17821,132,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17822,46,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17823,56,'','',558,0,'2013-11-26 04:48:04',16194,NULL),(17824,222,'3.5,4.21,11.3,34.1,81.0,26.8,33.1,125,9.9,13.2,76.9,0.3,0.5,2.7,13.1,9.4,,eba64cb7963ba19a82feb8e3bcf935dd820b2a96','',535,0,'2013-11-25 08:00:00',16195,NULL),(17825,19,'NEGATIVE,,eba64cb7963ba19a82feb8e3bcf935dd820b2a96','',535,0,'2013-11-25 08:00:00',16195,NULL),(17826,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eba64cb7963ba19a82feb8e3bcf935dd820b2a96','',535,0,'2013-11-25 08:00:00',16195,NULL),(17827,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,eba64cb7963ba19a82feb8e3bcf935dd820b2a96',', ',535,0,'2013-11-25 08:00:00',16197,NULL),(17828,107,'1/20,1/20,eba64cb7963ba19a82feb8e3bcf935dd820b2a96','',535,0,'2013-11-25 08:00:00',16200,NULL),(17829,36,'','',558,0,'2013-11-26 04:51:50',16201,NULL),(17830,222,'13.9,4.79,12.6,36.1,75.4,26.3,34.9,497,15.7,8.2,76.1,2.2,1.1,10.6,13.7,7.3,,84bbaf22fdbfdbca9f5b2c89f154504cb3ccbd4a','',535,0,'2013-11-25 08:00:00',16202,NULL),(17831,19,'NEGATIVE,,84bbaf22fdbfdbca9f5b2c89f154504cb3ccbd4a','',535,0,'2013-11-25 08:00:00',16202,NULL),(17832,18,'[$]NO MALARIA PARASITES SEEN[/$],-,84bbaf22fdbfdbca9f5b2c89f154504cb3ccbd4a','',535,0,'2013-11-25 08:00:00',16202,NULL),(17833,107,'1/20,1/20,84bbaf22fdbfdbca9f5b2c89f154504cb3ccbd4a','',535,0,'2013-11-25 08:00:00',16204,NULL),(17834,71,'','',558,0,'2013-11-26 05:02:32',16205,NULL),(17835,68,'','',558,0,'2013-11-26 06:28:45',16206,NULL),(17836,222,'6.7,5.93,13.4,42.4,71.5,22.6,31.6,228,54.4,7.5,38.1,3.6,0.5,2.6,15.4,10.5,,9eacd3b8cf260be5e1dad5a81433aaac30cc0eac','',535,0,'2013-11-25 08:00:00',16206,NULL),(17837,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9eacd3b8cf260be5e1dad5a81433aaac30cc0eac','',535,0,'2013-11-25 08:00:00',16206,NULL),(17838,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,18,4,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,9eacd3b8cf260be5e1dad5a81433aaac',', ',535,0,'2013-11-25 08:00:00',16208,NULL),(17839,132,'','',558,0,'2013-11-26 06:28:46',16211,NULL),(17840,107,'1/20,1/20,9eacd3b8cf260be5e1dad5a81433aaac30cc0eac','',535,0,'2013-11-25 08:00:00',16211,NULL),(17841,38,'','',558,0,'2013-11-26 12:47:28',16212,NULL),(17842,37,'GREENISH,SEMI FORMED,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f10c621d268c839c6958771ffdb5aeddae340c69','',535,0,'2013-11-26 08:00:00',16212,NULL),(17843,222,'6.5,4.3,13.6,40.0,93.0,31.6,34.0,180,49.6,9.2,41.2,3.2,0.6,2.7,14.0,9.4,,9a4080325b8c67731bddf00712420b15fff965ba','',535,0,'2013-11-26 08:00:00',16213,NULL),(17844,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,8,4,12,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,9a4080325b8c67731bddf00712420b',', ',535,0,'2013-11-26 08:00:00',16215,NULL),(17845,68,'9.1,NEGATIVE,NEGATIVE,,d79bb7f73fa764d23d05d265035165f82984fb2a','',535,0,'2013-11-26 08:00:00',16216,NULL),(17846,60,'','',558,0,'2013-11-26 14:15:09',16217,NULL),(17847,57,'','',558,0,'2013-11-26 14:15:09',16217,NULL),(17848,133,'','',558,0,'2013-11-26 14:15:09',16217,NULL),(17849,130,'','',558,0,'2013-11-26 14:15:09',16217,NULL),(17850,132,'','',558,0,'2013-11-26 14:15:09',16217,NULL),(17851,68,'','',558,0,'2013-11-26 14:15:09',16219,NULL),(17852,56,'','',558,0,'2013-11-26 14:15:57',16220,NULL),(17853,68,'5.1,-,-,,dbe81454248dbf5ca25db982a07484f1e4f09b15','\n ',535,0,'2013-11-26 08:00:00',16221,NULL),(17854,222,'','',558,0,'2013-11-26 14:21:03',16221,NULL),(17855,18,'[$]NO MALARIA PARASITE SEEN[/$],-,dbe81454248dbf5ca25db982a07484f1e4f09b15','',535,0,'2013-11-26 08:00:00',16221,NULL),(17856,199,'[$][/$],dbe81454248dbf5ca25db982a07484f1e4f09b15','',534,0,'2013-11-27 08:00:00',16223,NULL),(17857,97,'MUCO - PRURULENT,NEGATIVE,MUCO - PRURULENT,NEGATIVE,dbe81454248dbf5ca25db982a07484f1e4f09b15','',534,0,'2013-11-27 08:00:00',16223,NULL),(17858,222,'','',558,0,'2013-11-26 14:40:18',16224,NULL),(17859,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1ce1af9726b5783beb89c6be3ac27c879fdc2ad1','',535,0,'2013-11-26 08:00:00',16226,NULL),(17860,107,'1/20,1/20,1ce1af9726b5783beb89c6be3ac27c879fdc2ad1','',535,0,'2013-11-26 08:00:00',16229,NULL),(17861,68,'4.7,NEGATIVE,NEGATIVE,,576a2ddf112205e1f0ee3bb1503bbc5db348b6c3','NON DIABETIC, ',535,0,'2013-11-26 08:00:00',16230,NULL),(17862,36,'No Bacteria Growth,##,##,,7b46e5cd0bfea88fa748b066144dd74c28e37df7','',534,0,'2013-11-28 08:00:00',16231,NULL),(17863,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7b46e5cd0bfea88fa748b066144dd74c28e37df7','',535,0,'2013-11-26 08:00:00',16231,NULL),(17864,222,'','',558,0,'2013-11-26 15:13:56',16232,NULL),(17865,55,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17866,52,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17867,53,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17868,211,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17869,60,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17870,57,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17871,47,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17872,133,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17873,54,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17874,46,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17875,56,'','',558,0,'2013-11-26 15:13:57',16234,NULL),(17876,9,'','',530,0,'2013-11-26 15:40:09',16235,NULL),(17877,133,'','',530,0,'2013-11-26 15:40:10',16237,NULL),(17878,63,'','',530,0,'2013-11-26 15:40:10',16237,NULL),(17879,128,'','',530,0,'2013-11-26 15:40:10',16237,NULL),(17880,82,'','',530,0,'2013-11-26 15:45:03',16238,NULL),(17881,68,'','',530,0,'2013-11-26 15:45:03',16238,NULL),(17882,131,'','',530,0,'2013-11-26 15:45:03',16240,NULL),(17883,132,'','',530,0,'2013-11-26 15:45:03',16240,NULL),(17884,22,'13,,e03d9347f3cdcb7f3e94657caca898bfbac14d16','',535,0,'2013-11-26 16:04:25',16241,NULL),(17885,131,'','',530,0,'2013-11-26 16:19:19',16242,NULL),(17886,21,'O,POSITIVE,e7951aa9c276c2d8cb164ed29a045b97901d6de9','',537,0,'2013-11-26 08:00:00',16243,NULL),(17887,25,'NO DEFECT,,e7951aa9c276c2d8cb164ed29a045b97901d6de9','',537,0,'2013-11-26 08:00:00',16243,NULL),(17888,20,'NEGATIVE,e7951aa9c276c2d8cb164ed29a045b97901d6de9','',537,0,'2013-11-26 08:00:00',16243,NULL),(17889,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,4,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,e7951aa9c276c2d8cb164ed29a045b9',', ',552,0,'2013-11-26 08:00:00',16245,NULL),(17890,71,'POSITIVE,,bc701a564e0c201e072c3fa6dbd9196f5f052c2e','U PREGNANCY TEST:POSITIVE',535,0,'2013-11-26 17:03:48',16246,NULL),(17891,71,'POSITIVE,,7939aa1b736c6b5678812c4961ec25e2cd5c486d','U PREGNANCY TEST:POSITIVE',535,0,'2013-11-26 17:06:26',16247,NULL),(17892,22,'4,85c0a2bf9a139e10701206d74ad772f3841a56db','',537,0,'2013-11-26 08:00:00',16248,NULL),(17893,9,'','',530,0,'2013-11-26 17:13:08',16248,NULL),(17894,133,'','',530,0,'2013-11-26 17:13:08',16250,NULL),(17895,63,'','',530,0,'2013-11-26 17:13:08',16250,NULL),(17896,112,'NEGATIVE,,85c0a2bf9a139e10701206d74ad772f3841a56db','',537,0,'2013-11-26 08:00:00',16250,NULL),(17897,128,'','',530,0,'2013-11-26 17:13:08',16250,NULL),(17898,92,'1.3,85c0a2bf9a139e10701206d74ad772f3841a56db','',534,0,'2013-12-02 08:00:00',16250,NULL),(17899,108,'NON - REACTIVE,85c0a2bf9a139e10701206d74ad772f3841a56db','',537,0,'2013-11-26 08:00:00',16250,NULL),(17900,107,'1/20,1/20,85c0a2bf9a139e10701206d74ad772f3841a56db','',537,0,'2013-11-26 08:00:00',16250,NULL),(17901,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,85c0a2bf9a139e10701206d74ad772f3841a56db','',552,0,'2013-11-26 08:00:00',16253,NULL),(17902,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,85c0a2bf9a139e10701206d74ad772f3841a56db',', ',552,0,'2013-11-26 08:00:00',16257,NULL),(17903,22,'5,7c224f81c0bb67954855d0d89a02e5042f6d121f','',552,0,'2013-11-26 08:00:00',16258,NULL),(17904,9,'','',530,0,'2013-11-26 17:15:16',16258,NULL),(17905,133,'','',530,0,'2013-11-26 17:15:16',16260,NULL),(17906,63,'','',530,0,'2013-11-26 17:15:16',16260,NULL),(17907,112,'NEGATIVE,,7c224f81c0bb67954855d0d89a02e5042f6d121f','',537,0,'2013-11-26 08:00:00',16260,NULL),(17908,128,'','',530,0,'2013-11-26 17:15:16',16260,NULL),(17909,92,'0.9,7c224f81c0bb67954855d0d89a02e5042f6d121f','',534,0,'2013-12-02 08:00:00',16260,NULL),(17910,108,'NON - REACTIVE,7c224f81c0bb67954855d0d89a02e5042f6d121f','',537,0,'2013-11-26 08:00:00',16260,NULL),(17911,107,'1/20,1/20,7c224f81c0bb67954855d0d89a02e5042f6d121f','',537,0,'2013-11-26 08:00:00',16260,NULL),(17912,37,'','',530,0,'2013-11-26 17:15:16',16263,NULL),(17913,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7c224f81c0bb67954855d0d89a02e5042f6d121f',', ',552,0,'2013-11-26 08:00:00',16267,NULL),(17914,9,'','',530,0,'2013-11-26 17:22:00',16268,NULL),(17915,19,'NEGATIVE,,9f2a558a3c3f0e6ecbf84738426d0bd2be84b929','',537,0,'2013-11-26 08:00:00',16268,NULL),(17916,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9f2a558a3c3f0e6ecbf84738426d0bd2be84b929','',537,0,'2013-11-26 08:00:00',16268,NULL),(17917,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9f2a558a3c3f0e6ecbf84738426d0bd2be84b929',', ',552,0,'2013-11-26 08:00:00',16270,NULL),(17918,16,'POSITIVE,9f2a558a3c3f0e6ecbf84738426d0bd2be84b929','',537,0,'2013-11-26 08:00:00',16273,NULL),(17919,14,'','',530,0,'2013-11-26 17:22:01',16277,NULL),(17920,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4f195e057223df548922ff793e9c296e91504897',', ',552,0,'2013-11-26 08:00:00',16278,NULL),(17921,135,'[$]CANDIDA SPP. ISOLATED[/$],##,##,,4f195e057223df548922ff793e9c296e91504897','',534,0,'2013-11-28 08:00:00',16280,NULL),(17922,134,'FEW,MODERATE,NOT SEEN,PRESENT (++),,4f195e057223df548922ff793e9c296e91504897','',534,0,'2013-11-28 08:00:00',16280,NULL),(17923,9,'','',530,0,'2013-11-26 17:32:22',16281,NULL),(17924,18,'[$]NO MALARIA PARASITE SEEN[/$],-,27114227d9c407963222fb669aec429908e38bb0','',537,0,'2013-11-26 08:00:00',16281,NULL),(17925,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,27114227d9c407963222fb669aec429908e38bb0',', ',552,0,'2013-11-26 08:00:00',16283,NULL),(17926,22,'5,3c1ff60cc477f028a61d27e549fbbbc5926b0997','',537,0,'2013-11-26 08:00:00',16284,NULL),(17927,9,'','',530,0,'2013-11-26 17:37:37',16284,NULL),(17928,133,'','',530,0,'2013-11-26 17:37:38',16286,NULL),(17929,63,'','',530,0,'2013-11-26 17:37:38',16286,NULL),(17930,112,'NEGATIVE,,3c1ff60cc477f028a61d27e549fbbbc5926b0997','',537,0,'2013-11-26 08:00:00',16286,NULL),(17931,128,'','',530,0,'2013-11-26 17:37:38',16286,NULL),(17932,92,'0.6,3c1ff60cc477f028a61d27e549fbbbc5926b0997','',534,0,'2013-12-02 08:00:00',16286,NULL),(17933,108,'NON - REACTIVE,3c1ff60cc477f028a61d27e549fbbbc5926b0997','',537,0,'2013-11-26 08:00:00',16286,NULL),(17934,107,'1/20,1/20,3c1ff60cc477f028a61d27e549fbbbc5926b0997','',537,0,'2013-11-26 08:00:00',16286,NULL),(17935,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3c1ff60cc477f028a61d27e549fbbbc5926b0997','',552,0,'2013-11-26 08:00:00',16289,NULL),(17936,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3c1ff60cc477f028a61d27e549fbbbc5926b0997',', , SPERMATOZOA PRESENT (++)',552,0,'2013-11-26 08:00:00',16293,NULL),(17937,9,'','',530,0,'2013-11-26 17:43:01',16294,NULL),(17938,19,'NEGATIVE,,61d3335d87cad22b9c1967ee2f1bcef4c6654af8','',537,0,'2013-11-26 08:00:00',16294,NULL),(17939,18,'[$]NO MALARIA PARASITE SEEN[/$],-,61d3335d87cad22b9c1967ee2f1bcef4c6654af8','',537,0,'2013-11-26 08:00:00',16294,NULL),(17940,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,61d3335d87cad22b9c1967ee2f1bcef4c6654af8',', ',552,0,'2013-11-26 08:00:00',16296,NULL),(17941,107,'1/20,1/20,61d3335d87cad22b9c1967ee2f1bcef4c6654af8','',537,0,'2013-11-26 08:00:00',16299,NULL),(17942,70,'','',530,0,'2013-11-26 18:00:41',16300,NULL),(17943,3,'2.6,1.6,1.9,9dcf2baba49456d954a16dcfddc15b16167f0ad5','',534,0,'2013-11-27 08:00:00',16302,NULL),(17944,22,'16,e0da45d4655fed7d5bb1dd97045691554466d250','',552,0,'2013-11-26 08:00:00',16303,NULL),(17945,9,'','',530,0,'2013-11-26 18:06:24',16303,NULL),(17946,133,'','',530,0,'2013-11-26 18:06:24',16305,NULL),(17947,63,'','',530,0,'2013-11-26 18:06:24',16305,NULL),(17948,112,'NEGATIVE,,e0da45d4655fed7d5bb1dd97045691554466d250','',552,0,'2013-11-26 08:00:00',16305,NULL),(17949,128,'','',530,0,'2013-11-26 18:06:24',16305,NULL),(17950,92,'1.0,e0da45d4655fed7d5bb1dd97045691554466d250','',534,0,'2013-11-29 08:00:00',16305,NULL),(17951,108,'NON - REACTIVE,e0da45d4655fed7d5bb1dd97045691554466d250','',552,0,'2013-11-26 08:00:00',16305,NULL),(17952,107,'1/20,1/80,e0da45d4655fed7d5bb1dd97045691554466d250','',552,0,'2013-11-26 08:00:00',16305,NULL),(17953,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e0da45d4655fed7d5bb1dd97045691554466d250','',552,0,'2013-11-26 08:00:00',16308,NULL),(17954,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e0da45d4655fed7d5bb1dd97045691554466d250',', ',552,0,'2013-11-26 08:00:00',16312,NULL),(17955,9,'','',530,0,'2013-11-26 18:13:58',16313,NULL),(17956,9,'','',530,0,'2013-11-26 18:16:22',16314,NULL),(17957,18,'[$]NO MALARIA PARASITE SEEN[/$],-,dfb3f1b55cd45c3d078473c2684f00a1142ac4bb','',537,0,'2013-11-26 08:00:00',16314,NULL),(17958,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bf586014f701047ba73d28d31451c5ee0c31a525',', ',552,0,'2013-11-26 08:00:00',16315,NULL),(17959,22,'17,080854208c1b631b74f265b5de9a3a9a12a2f541','',552,0,'2013-11-26 08:00:00',16316,NULL),(17960,9,'','',530,0,'2013-11-26 18:23:50',16316,NULL),(17961,133,'','',530,0,'2013-11-26 18:23:50',16318,NULL),(17962,63,'','',530,0,'2013-11-26 18:23:50',16318,NULL),(17963,112,'NEGATIVE,,080854208c1b631b74f265b5de9a3a9a12a2f541','',552,0,'2013-11-26 08:00:00',16318,NULL),(17964,128,'','',530,0,'2013-11-26 18:23:50',16318,NULL),(17965,92,'1.3,080854208c1b631b74f265b5de9a3a9a12a2f541','',534,0,'2013-11-29 08:00:00',16318,NULL),(17966,108,'NON - REACTIVE,080854208c1b631b74f265b5de9a3a9a12a2f541','',552,0,'2013-11-26 08:00:00',16318,NULL),(17967,107,'','',530,0,'2013-11-26 18:23:50',16318,NULL),(17968,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,080854208c1b631b74f265b5de9a3a9a12a2f541','',552,0,'2013-11-26 08:00:00',16321,NULL),(17969,35,'CLEAR,STRAW,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,080854208c1b631b74f265b5de9a3a9a12a2f541',', ',552,0,'2013-11-26 08:00:00',16325,NULL),(17970,132,'','',530,0,'2013-11-26 18:36:02',16326,NULL),(17971,9,'','',530,0,'2013-11-26 18:38:06',16327,NULL),(17972,19,'NEGATIVE,,2f805030fb4eb5d20f19916e6434fdbc9149af93','',537,0,'2013-11-26 08:00:00',16327,NULL),(17973,236,'','',530,0,'2013-11-26 18:38:07',16329,NULL),(17974,122,'[$]COMMENSALS ONLY[/$],2f805030fb4eb5d20f19916e6434fdbc9149af93','',534,0,'2013-11-28 08:00:00',16329,NULL),(17975,9,'','',530,0,'2013-11-26 18:44:10',16330,NULL),(17976,63,'','',530,0,'2013-11-26 18:44:11',16332,NULL),(17977,130,'','',530,0,'2013-11-26 18:44:11',16332,NULL),(17978,62,'','',530,0,'2013-11-26 18:44:11',16332,NULL),(17979,21,'O,POSITIVE,eebcffd2ff9adccfdb9e19fa6b7c35a6b718dee9','',537,0,'2013-11-26 08:00:00',16333,NULL),(17980,9,'','',530,0,'2013-11-26 18:46:14',16333,NULL),(17981,25,'','',530,0,'2013-11-26 18:46:14',16333,NULL),(17982,18,'[$]NO MALARIA PARASITE SEEN[/$],-,eebcffd2ff9adccfdb9e19fa6b7c35a6b718dee9',', ',537,0,'2013-11-26 08:00:00',16333,NULL),(17983,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,eebcffd2ff9adccfdb9e19fa6b7c35a6b718dee9',', ',552,0,'2013-11-26 08:00:00',16335,NULL),(17984,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,18767f58871a0965ce479295332ff67857a',', ',552,0,'2013-11-26 08:00:00',16336,NULL),(17985,9,'','',530,0,'2013-11-26 18:54:27',16337,NULL),(17986,19,'','',530,0,'2013-11-26 18:54:27',16337,NULL),(17987,22,'28,54aeb9475970d823cde22f28774805a9323f7f2a','',537,0,'2013-11-26 08:00:00',16338,NULL),(17988,9,'','',530,0,'2013-11-26 18:56:45',16338,NULL),(17989,19,'NEGATIVE,,54aeb9475970d823cde22f28774805a9323f7f2a','',537,0,'2013-11-26 08:00:00',16338,NULL),(17990,9,'','',530,0,'2013-11-26 18:59:48',16339,NULL),(17991,19,'NEGATIVE,,141108afc7a7081dbe0b79bc5e16dd3e3686a3e1','',537,0,'2013-11-26 08:00:00',16339,NULL),(17992,9,'','',530,0,'2013-11-26 19:02:49',16340,NULL),(17993,19,'NEGATIVE,,d85295e838ecc71cbf5b71293427fa71ad508915','',537,0,'2013-11-26 08:00:00',16340,NULL),(17994,9,'','',530,0,'2013-11-26 19:06:48',16341,NULL),(17995,71,'NEGATIVE,,f2c5826f7129708590703f2e5692e6a9829032c3','',552,0,'2013-11-26 08:00:00',16343,NULL),(17996,35,'','',530,0,'2013-11-26 19:06:48',16343,NULL),(17997,3,'1.6,1.2,2.6,5e174b72ffd7fb14d442324e0d2444434fd1b745','',534,0,'2013-11-27 08:00:00',16344,NULL),(17998,22,'65,819ea532b8a783d1a208e2160c415cd5900d2745','',553,0,'2013-11-26 08:00:00',16345,NULL),(17999,68,'','',530,0,'2013-11-26 19:39:31',16345,NULL),(18000,9,'','',530,0,'2013-11-26 19:39:31',16345,NULL),(18001,16,'','',530,0,'2013-11-26 19:39:32',16347,NULL),(18002,27,'','',530,0,'2013-11-26 19:39:32',16347,NULL),(18003,132,'','',530,0,'2013-11-26 19:39:32',16347,NULL),(18004,14,'','',530,0,'2013-11-26 19:39:32',16350,NULL),(18005,9,'','',534,0,'2013-11-26 19:49:09',16351,NULL),(18006,18,'[$]NO MALARIA PARASITE SEEN[/$],-,144e3d869efe23f0e1c60741f436ef2c3b289e67','',537,0,'2013-11-26 08:00:00',16351,NULL),(18007,43,'NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,9c30d4038b54c34932372a7a18384048f8513b41','',552,0,'2013-11-26 08:00:00',16352,NULL),(18008,9,',,,,,,,,,,,,,,d2e6f7b9d5f189868cabd91d19396830abec5d6f','',537,0,'2013-11-26 21:31:27',16353,NULL),(18009,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,d2e6f7b9d5f189868cabd91d19396830abec5d6f','',537,0,'2013-11-26 21:31:27',16353,NULL),(18010,9,',,,,,,,,,,,,,,4ead74434805775390f47c1202e5ccbcf8b8e0f3','',537,0,'2013-11-26 21:28:22',16354,NULL),(18011,19,'NEGATIVE,,4ead74434805775390f47c1202e5ccbcf8b8e0f3','',537,537,'2013-11-26 21:28:22',16354,'2013-11-26 13:48:24'),(18012,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4ead74434805775390f47c1202e5ccbcf8b8e0f3','pH:6.0, SPECIFIC GRAVITY:1.025, EPITHELIAL CELLS:6',537,0,'2013-11-26 21:46:13',16356,NULL),(18013,28,'POSITIVE,[$]AS[/$],,380a910793d85ae5215d704c572514ec3b9d7a89','Sickling:POSITIVE',552,0,'2013-11-28 01:23:21',16357,NULL),(18014,9,'','',530,0,'2013-11-26 19:56:34',16358,NULL),(18015,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ecde0e6a6433fb841c3a5ee64b41b454fc7420a4','',537,0,'2013-11-26 08:00:00',16358,NULL),(18016,22,'54,2ddd91775ba19d735e7c242dfc69672d18653373','',537,0,'2013-11-26 08:00:00',16359,NULL),(18017,9,'','',534,0,'2013-11-26 19:57:49',16359,NULL),(18018,19,'NEGATIVE,,2ddd91775ba19d735e7c242dfc69672d18653373','',537,0,'2013-11-26 08:00:00',16359,NULL),(18019,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2ddd91775ba19d735e7c242dfc69672d18653373',', ',552,0,'2013-11-26 08:00:00',16361,NULL),(18020,9,'','',534,0,'2013-11-26 19:59:56',16362,NULL),(18021,19,'NEGATIVE,,4c586fec38917f943feb028ed5b44aae6d4d0aec','',537,0,'2013-11-26 08:00:00',16362,NULL),(18022,22,'1,2ac7332c22b7229f27ccd4045d246e040d054bf4','',537,0,'2013-11-27 08:00:00',16363,NULL),(18023,9,'','',530,0,'2013-11-26 20:11:28',16363,NULL),(18024,208,'4.3,2ac7332c22b7229f27ccd4045d246e040d054bf4','',535,0,'2013-11-29 08:00:00',16365,NULL),(18025,57,'','',530,0,'2013-11-26 20:11:29',16365,NULL),(18026,133,'','',530,0,'2013-11-26 20:11:29',16365,NULL),(18027,131,'','',530,0,'2013-11-26 20:11:29',16365,NULL),(18028,56,'','',530,0,'2013-11-26 20:11:29',16365,NULL),(18029,39,'[$]NEGATIVE [/$],,2ac7332c22b7229f27ccd4045d246e040d054bf4','',537,534,'2013-11-27 08:00:00',16368,'2013-11-29 10:38:31'),(18030,38,'[$]No Salmonellae or Shigellae isolated[/$],##,##,,2ac7332c22b7229f27ccd4045d246e040d054bf4','',534,0,'2013-11-29 18:38:31',16368,NULL),(18031,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2ac7332c22b7229f27ccd4045d246e040d054bf4','',537,534,'2013-11-27 08:00:00',16368,'2013-11-29 10:38:31'),(18032,9,'','',530,0,'2013-11-26 20:20:24',16369,NULL),(18033,19,'NEGATIVE,,cff0af7f171ed30f66d8502322c1dc48a341b88f','',553,0,'2013-11-26 08:00:00',16369,NULL),(18034,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,cff0af7f171ed30f66d8502322c1dc48a341b88f','',552,0,'2013-11-26 08:00:00',16371,NULL),(18035,3,'6.3,1.6,0.2,cff0af7f171ed30f66d8502322c1dc48a341b88f','',534,0,'2013-11-29 08:00:00',16374,NULL),(18036,9,'','',530,0,'2013-11-26 20:23:28',16375,NULL),(18037,19,'POSITIVE,,e9479bdd9c8ee5b8c0da5396c129b3295d1021bb','',537,0,'2013-11-26 08:00:00',16375,NULL),(18038,37,'','',530,0,'2013-11-26 20:23:28',16377,NULL),(18039,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,e9479bdd9c8ee5b8c0da5396c129b3295d','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.020, PUS CELLS:6, EPITHELIAL CELLS:4',534,0,'2013-11-27 02:05:11',16380,NULL),(18040,27,'NON-REACTIVE,-,NEGATIVE,9fafccbc49dfd0532a595fb957994a40ec43a719','',537,0,'2013-11-26 08:00:00',16381,NULL),(18041,78,'','',530,0,'2013-11-26 20:31:21',16382,NULL),(18042,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50)_POSITIVE (> 0.50),9b9fd158d3d1cc821699685d0c266c0bc09dc517','',535,0,'2013-11-26 08:00:00',16382,NULL),(18043,93,'< 0.05,9b9fd158d3d1cc821699685d0c266c0bc09dc517','',534,0,'2013-11-28 08:00:00',16384,NULL),(18044,35,'','',530,0,'2013-11-26 20:42:49',16385,NULL),(18045,9,'','',530,0,'2013-11-26 20:44:21',16386,NULL),(18046,18,'[$]NO MALARIA PARASITES SEEN [/$],-,95c7362d193cb34761a4bde97f302267eb26fbc8','',534,0,'2013-11-26 08:00:00',16386,NULL),(18047,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (++),,2605b56a54cceab3e5f2d8195f85f8798b86e862','',552,0,'2013-11-26 08:00:00',16387,NULL),(18048,9,'','',530,0,'2013-11-26 20:55:12',16388,NULL),(18049,19,'NEGATIVE,,594cf1cdae3c2a140ba7c08fa724740a0d914e6a','',553,0,'2013-11-26 08:00:00',16388,NULL),(18050,107,'1/20,1/20,594cf1cdae3c2a140ba7c08fa724740a0d914e6a','',553,0,'2013-11-26 08:00:00',16390,NULL),(18051,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,594cf1cdae3c2a140ba7c08fa724740a0d914e6a',', ',552,0,'2013-11-26 08:00:00',16393,NULL),(18052,9,'','',530,0,'2013-11-26 20:57:45',16394,NULL),(18053,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,c239791fb608a403274d5d66f9872a1c8f50d86f','pH:7.0, SPECIFIC GRAVITY:1.020, EPITHELIAL CELLS:2, YEAST CELLS:PRESENT +',553,0,'2013-11-26 23:26:26',16396,NULL),(18054,134,'FEW,MANY,NOT SEEN,PRESENT (+++),,c239791fb608a403274d5d66f9872a1c8f50d86f','EPITHELIAL CELLS:MANY, YEAST LIKE CELLS:PRESENT +++',553,0,'2013-11-26 23:24:59',16399,NULL),(18055,9,'','',530,0,'2013-11-26 21:01:13',16400,NULL),(18056,18,'[$]NO MALARIA PARASITES SEEN [/$],-,ee80907258df7386255471d509787ebc4840de18','',534,0,'2013-11-26 08:00:00',16400,NULL),(18057,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ee80907258df7386255471d509787ebc4840de18',', ',552,0,'2013-11-26 08:00:00',16402,NULL),(18058,112,'NEGATIVE,,ee80907258df7386255471d509787ebc4840de18','',534,0,'2013-11-26 08:00:00',16405,NULL),(18059,27,'NON-REACTIVE,-,NEGATIVE,ee80907258df7386255471d509787ebc4840de18','',534,0,'2013-11-26 08:00:00',16405,NULL),(18060,108,'NON - REACTIVE,ee80907258df7386255471d509787ebc4840de18','',534,0,'2013-11-26 08:00:00',16405,NULL),(18061,9,'','',530,0,'2013-11-26 21:15:42',16406,NULL),(18062,19,'NEGATIVE,,721fb90777e84257facc9a4e77dbc1ad94b8acba','',553,0,'2013-11-26 08:00:00',16406,NULL),(18063,18,'[$]NO MALARIA PARASITES SEEN[/$],-,721fb90777e84257facc9a4e77dbc1ad94b8acba','',553,0,'2013-11-26 08:00:00',16406,NULL),(18064,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,PRESENT (++),NOT SEEN,,,,721fb90777e84257facc9a4e77dbc1ad94b8acba','CLARITY:HAZY, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:6, YEAST CELLS:PRESENT ++',553,0,'2013-11-26 22:45:24',16408,NULL),(18065,107,'1/20,1/20,721fb90777e84257facc9a4e77dbc1ad94b8acba','',553,0,'2013-11-26 08:00:00',16411,NULL),(18066,9,'','',530,0,'2013-11-26 21:45:52',16412,NULL),(18067,19,'NEGATIVE,,0d3dd73336015c4cbfc4c882895e0085d7cd4051','',534,0,'2013-11-26 08:00:00',16412,NULL),(18068,16,'POSITIVE,0d3dd73336015c4cbfc4c882895e0085d7cd4051','',534,0,'2013-11-26 08:00:00',16414,NULL),(18069,107,'1/20,1/20,0d3dd73336015c4cbfc4c882895e0085d7cd4051','',534,0,'2013-11-26 08:00:00',16414,NULL),(18070,14,'','',530,0,'2013-11-26 21:45:52',16417,NULL),(18071,9,'','',530,0,'2013-11-26 21:53:30',16418,NULL),(18072,16,'POSITIVE,42794a4d46f78634cdf346912b6c097a72c4da81','',534,0,'2013-11-26 08:00:00',16420,NULL),(18073,14,'POSITIVE,42794a4d46f78634cdf346912b6c097a72c4da81','',534,0,'2013-11-26 08:00:00',16423,NULL),(18074,20,'POSITIVE,,eebcffd2ff9adccfdb9e19fa6b7c35a6b718dee9','SICKLING:POSITIVE',537,0,'2013-11-26 21:53:51',16424,NULL),(18075,9,'','',530,0,'2013-11-26 22:08:24',16425,NULL),(18076,9,'','',530,0,'2013-11-26 22:21:14',16426,NULL),(18077,19,'NEGATIVE,,0434a52dba90cc41021207fbada1bcd680b47989','',534,0,'2013-11-26 08:00:00',16426,NULL),(18078,18,'[$]NO MALARIA PARASITES SEEN [/$],-,0434a52dba90cc41021207fbada1bcd680b47989','',534,0,'2013-11-26 08:00:00',16426,NULL),(18079,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,24,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0434a52dba90cc41021207fbada1bcd680b47989','CLARITY:HAZY, pH:7.0, SPECIFIC GRAVITY:1.015, LEUCOCYTE:TRACE, PUS CELLS:8, EPITHELIAL CELLS:24',553,0,'2013-11-26 23:28:23',16428,NULL),(18080,107,'1/80,1/20,0434a52dba90cc41021207fbada1bcd680b47989','',534,0,'2013-11-26 08:00:00',16431,NULL),(18081,9,'','',530,0,'2013-11-26 22:32:27',16432,NULL),(18082,18,'[$]NO MALARIA PARASITES SEEN [/$],-,75723a613a3e77df6fc370377a0a31e6988240f6','',534,0,'2013-11-26 08:00:00',16432,NULL),(18083,71,'POSITIVE,,75723a613a3e77df6fc370377a0a31e6988240f6','U PREGNANCY TEST:POSITIVE',553,0,'2013-11-26 23:30:19',16434,NULL),(18084,35,'HAZY,AMBER,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,>30,4,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,,75723a613a3e77df6fc370377a0a31e6','U PREGNANCY TEST:POSITIVECLARITY:HAZY, COLOUR:AMBER, SPECIFIC GRAVITY:1.030, KETONES:POSITIVE +++, BLOOD:TRACE, UROBILINOGEN:INCREASED, PUS CELLS:2, EPITHELIAL CELLS:30, RED BLOOD CELLS:4',553,0,'2013-11-26 23:30:19',16434,NULL),(18085,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,a0248533b7a6ed85bc65a3298a71cb1e9f4656bc','pH:6.0, SPECIFIC GRAVITY:1.020, BLOOD:TRACE, EPITHELIAL CELLS:4, RED BLOOD CELLS:2',553,0,'2013-11-26 23:31:55',16435,NULL),(18086,9,',,,,,,,,,,,,,,a5066e7a8bee96a3c8eca131c733e3272041ca8b','',534,0,'2013-11-27 01:01:07',16436,NULL),(18087,19,'NEGATIVE,,a5066e7a8bee96a3c8eca131c733e3272041ca8b','',534,0,'2013-11-27 01:01:07',16436,NULL),(18088,18,'[$]NO MALARIA PARASITE SEEN[/$],,,a5066e7a8bee96a3c8eca131c733e3272041ca8b','',534,0,'2013-11-27 01:01:07',16436,NULL),(18089,16,'POSITIVE,819ea532b8a783d1a208e2160c415cd5900d2745','',553,0,'2013-11-26 08:00:00',16437,NULL),(18090,27,'NON-REACTIVE,-,NEGATIVE,819ea532b8a783d1a208e2160c415cd5900d2745','',553,0,'2013-11-26 08:00:00',16437,NULL),(18091,9,'','',530,0,'2013-11-26 23:23:58',16438,NULL),(18092,65,'','',530,0,'2013-11-26 23:38:10',16439,NULL),(18093,6,'0.16,3deb6f7fd9021a4c9d1ae826df45022da7eebd20','',534,0,'2013-11-28 08:00:00',16441,NULL),(18094,89,'7.6,Follicular/Luteal phase 2.0 - 10.0,33fd309ea5e5c04f1a30371195fc8af77c1b7350','',541,0,'2013-11-28 08:00:00',16442,NULL),(18095,16,'POSITIVE,33fd309ea5e5c04f1a30371195fc8af77c1b7350','',534,0,'2013-11-26 08:00:00',16442,NULL),(18096,90,'11.9,Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),33fd309ea5e5c04f1a30371195fc8af77c1b7350','',541,0,'2013-11-28 08:00:00',16442,NULL),(18097,14,'','',530,0,'2013-11-26 23:41:37',16444,NULL),(18098,82,'','',530,0,'2013-11-27 00:31:13',16445,NULL),(18099,9,'','',530,0,'2013-11-27 00:39:31',16446,NULL),(18100,9,'','',530,0,'2013-11-27 00:55:47',16447,NULL),(18101,57,'','',530,0,'2013-11-27 00:55:47',16449,NULL),(18102,133,'','',530,0,'2013-11-27 00:55:47',16449,NULL),(18103,131,'','',530,0,'2013-11-27 00:55:47',16449,NULL),(18104,56,'','',530,0,'2013-11-27 00:55:47',16449,NULL),(18105,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,63d7a81e08dd94db29cbef4e001484ea0f6774db','pH:7.5, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:4',534,0,'2013-11-27 02:02:01',16452,NULL),(18106,9,',,,,,,,,,,,,,,6f4a4052ea5071197c1e1e99748eb1d06bea6941','',534,0,'2013-11-27 02:06:04',16453,NULL),(18107,19,'NEGATIVE,,6f4a4052ea5071197c1e1e99748eb1d06bea6941','',534,0,'2013-11-27 02:06:04',16453,NULL),(18108,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,077125cf9081eef8fccbdc033fd4ca2811c589f8','pH:6.0, SPECIFIC GRAVITY:1.015',534,0,'2013-11-27 02:17:46',16454,NULL),(18109,19,'NEGATIVE,,16423e8b86487bb8861df9db3606491b70371c4a','',535,0,'2013-11-26 08:00:00',16455,NULL),(18110,18,'[$]NO MALARIA PARASITES SEEN[/$],-,16423e8b86487bb8861df9db3606491b70371c4a','',535,0,'2013-11-26 08:00:00',16455,NULL),(18111,222,'','',531,0,'2013-11-27 04:36:33',16456,NULL),(18112,222,'','',531,0,'2013-11-27 05:01:33',16457,NULL),(18113,83,'','',531,0,'2013-11-27 05:01:33',16459,NULL),(18114,71,'NEGATIVE,,0fc9032facae22f37821301b1911e4797c41f1a7','',535,0,'2013-11-26 08:00:00',16462,NULL),(18115,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0fc9032facae22f37821301b1911e4797c41f1a7',', ',535,0,'2013-11-26 08:00:00',16462,NULL),(18116,222,'','',531,0,'2013-11-27 05:05:42',16463,NULL),(18117,18,'[$]6.640[/$],TROPHOZOITES,3710abf55fd80c0359e986802ef7305b9c4ca2c1','',535,0,'2013-11-26 08:00:00',16463,NULL),(18118,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,6,8,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,3710abf55fd80c0359e986802ef7305b',', ',535,0,'2013-11-26 08:00:00',16465,NULL),(18119,37,'','',531,0,'2013-11-27 05:05:43',16468,NULL),(18120,222,'','',531,0,'2013-11-27 05:12:21',16469,NULL),(18121,18,'[$]NO MALARIA PARASITES SEEN[/$],-,785cd49ba6425255c93ad31b690e85b4154e8386','',535,0,'2013-11-26 08:00:00',16469,NULL),(18122,107,'1/20,1/20,785cd49ba6425255c93ad31b690e85b4154e8386','',535,0,'2013-11-26 08:00:00',16471,NULL),(18123,19,'NEGATIVE,,82a5688d288746ff273745c12de0ab4cccb03361','',535,0,'2013-11-26 08:00:00',16472,NULL),(18124,18,'[$]NO MALARIA PARASITES SEEN[/$],-,82a5688d288746ff273745c12de0ab4cccb03361','',535,0,'2013-11-26 08:00:00',16472,NULL),(18125,222,'','',531,0,'2013-11-27 05:52:45',16473,NULL),(18126,36,'No Bacteria Growth,##,##,,2e7a8663870840d330cf0fe389fe1f027c642b80','',534,0,'2013-11-28 08:00:00',16475,NULL),(18127,71,'NEGATIVE,,2e7a8663870840d330cf0fe389fe1f027c642b80','',535,0,'2013-11-26 08:00:00',16475,NULL),(18128,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2e7a8663870840d330cf0fe389fe1f027c642b80',', ',535,0,'2013-11-26 08:00:00',16475,NULL),(18129,222,'','',531,0,'2013-11-27 06:17:24',16476,NULL),(18130,19,'NEGATIVE,,1c8959e5ddb894754c20356ed7422b5a8091e0ac','',535,0,'2013-11-26 08:00:00',16476,NULL),(18131,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c8959e5ddb894754c20356ed7422b5a8091e0ac','',535,0,'2013-11-26 08:00:00',16476,NULL),(18132,107,'1/20,1/20,1c8959e5ddb894754c20356ed7422b5a8091e0ac','',535,0,'2013-11-26 08:00:00',16478,NULL),(18133,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1c8959e5ddb894754c20356ed7422b5a8091e0ac',', , SPERMATOZOA (+)',535,0,'2013-11-26 08:00:00',16481,NULL),(18134,222,'','',531,0,'2013-11-27 06:40:05',16482,NULL),(18135,19,'NEGATIVE,,d2accb0dd59fef570655cf067f0520e54d9e39ba','',535,0,'2013-11-26 08:00:00',16482,NULL),(18136,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d2accb0dd59fef570655cf067f0520e54d9e39ba','',535,0,'2013-11-26 08:00:00',16482,NULL),(18137,222,'','',531,0,'2013-11-27 06:42:56',16483,NULL),(18138,19,'NEGATIVE,,1dff2733dba12f6e9605fe8e785c35645a5579a7','',535,0,'2013-11-26 08:00:00',16483,NULL),(18139,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1dff2733dba12f6e9605fe8e785c35645a5579a7','',535,0,'2013-11-26 08:00:00',16483,NULL),(18140,222,'','',531,0,'2013-11-27 09:08:36',16484,NULL),(18141,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0b9d9649c246d48220d10bc0707ca06ce05acefb','',535,0,'2013-11-27 08:00:00',16484,NULL),(18142,107,'1/20,1/20,0b9d9649c246d48220d10bc0707ca06ce05acefb','',535,0,'2013-11-27 08:00:00',16486,NULL),(18143,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b9d9649c246d48220d10bc0707ca06ce05acefb',', ',535,0,'2013-11-27 08:00:00',16489,NULL),(18144,77,'','',531,0,'2013-11-27 14:47:44',16490,NULL),(18145,132,'','',531,0,'2013-11-27 14:47:44',16492,NULL),(18146,222,'','',531,0,'2013-11-27 14:58:39',16493,NULL),(18147,19,'NEGATIVE,,f34fc1c342e5a462ba3551317c393bd8745fdcd6','',537,0,'2013-11-27 08:00:00',16493,NULL),(18148,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f34fc1c342e5a462ba3551317c393bd8745fdcd6','',537,0,'2013-11-27 08:00:00',16493,NULL),(18149,107,'1/20,1/20,f34fc1c342e5a462ba3551317c393bd8745fdcd6','',537,0,'2013-11-27 08:00:00',16495,NULL),(18150,35,'CLEAR,STRAW,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f34fc1c342e5a462ba3551317c393bd8745fdcd6','',537,0,'2013-11-27 08:00:00',16498,NULL),(18151,132,'','',531,0,'2013-11-27 15:00:28',16499,NULL),(18152,21,'B,POSITIVE,0bf5fb913c9a57fd4c9526c5a8ea6f0f481bbd4e','',534,0,'2013-11-27 08:00:00',16500,NULL),(18153,222,'','',531,0,'2013-11-27 15:21:14',16500,NULL),(18154,19,'NEGATIVE,,0bf5fb913c9a57fd4c9526c5a8ea6f0f481bbd4e','',534,0,'2013-11-27 08:00:00',16500,NULL),(18155,18,'[$]NO MALARIA PARASITES SEEN [/$],-,0bf5fb913c9a57fd4c9526c5a8ea6f0f481bbd4e','',534,0,'2013-11-27 08:00:00',16500,NULL),(18156,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],,ec936a68ae1ea35e6b087ae8878b993554714ceb','',534,534,'2013-11-27 08:00:00',16501,'2013-12-05 13:22:18'),(18157,9,',,,,,,,,,,,,,,ec936a68ae1ea35e6b087ae8878b993554714ceb','',534,0,'2013-12-05 21:22:18',16501,NULL),(18158,19,'NEGATIVE,,ec936a68ae1ea35e6b087ae8878b993554714ceb','',534,534,'2013-11-27 08:00:00',16501,'2013-12-05 13:22:18'),(18159,89,'5.1,,, < 2.0\r\n Post Menopau','',504,0,'2013-11-27 21:12:12',16502,NULL),(18160,90,',,,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',504,0,'2013-11-27 21:12:12',16502,NULL),(18161,15,',,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',504,0,'2013-11-27 21:12:12',16502,NULL),(18162,13,',MID - FOLLUCILAR PHASE (2.87 - 4.83),,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',504,0,'2013-11-27 21:12:12',16502,NULL),(18163,91,',,,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',504,0,'2013-11-27 21:12:12',16502,NULL),(18164,9,'','',530,0,'2013-11-27 15:46:45',16503,NULL),(18165,132,'','',530,0,'2013-11-27 15:46:45',16505,NULL),(18166,68,'','',530,0,'2013-11-27 15:46:46',16508,NULL),(18167,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d06afe06c0da377261de8bb8d4f431056abcfcde','',537,0,'2013-11-27 08:00:00',16509,NULL),(18168,9,',,,,,,,,,,,,,,b0ec5c1c87a23ff69399a5eeb2805fc52c329449','',552,0,'2013-11-28 01:24:29',16510,NULL),(18169,223,',,b0ec5c1c87a23ff69399a5eeb2805fc52c329449','',534,552,'2013-11-27 08:00:00',16510,'2013-11-27 17:24:29'),(18170,28,'POSITIVE,[$]AS[/$],,b0ec5c1c87a23ff69399a5eeb2805fc52c329449','',534,552,'2013-11-27 08:00:00',16510,'2013-11-27 17:24:29'),(18171,68,'4.6,NEGATIVE,NEGATIVE,,a059f02f13586d53c97a93ae4b707ed3c5bfdff9',' ',537,0,'2013-11-27 08:00:00',16511,NULL),(18172,9,'','',530,0,'2013-11-27 16:44:06',16511,NULL),(18173,36,'','',530,0,'2013-11-27 16:44:07',16513,NULL),(18174,35,'CLOUDY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,10,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,a059f02f13586d53c97a93ae4b707e','',537,0,'2013-11-27 08:00:00',16513,NULL),(18175,9,'','',530,0,'2013-11-27 17:00:29',16514,NULL),(18176,78,'','',530,0,'2013-11-27 17:00:29',16516,NULL),(18177,57,'','',530,0,'2013-11-27 17:00:29',16516,NULL),(18178,133,'','',530,0,'2013-11-27 17:00:29',16516,NULL),(18179,132,'','',530,0,'2013-11-27 17:00:29',16516,NULL),(18180,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),01a3e8afd7b733abe0298d8d071854a9baa09c05','',552,0,'2013-11-27 08:00:00',16516,NULL),(18181,56,'','',530,0,'2013-11-27 17:00:29',16516,NULL),(18182,68,'','',530,0,'2013-11-27 17:00:29',16519,NULL),(18183,11,'16.0,[$]14.0[/$],[$]1.1[/$],1.17,THERAPEUTIC : 2.0 - 4.0,01a3e8afd7b733abe0298d8d071854a9baa09c05','',534,0,'2013-11-27 08:00:00',16519,NULL),(18184,93,'Between 0.05 & 0.10,01a3e8afd7b733abe0298d8d071854a9baa09c05','',534,0,'2013-11-28 08:00:00',16519,NULL),(18185,218,'6.7,NEGATIVE,14.8,TRACE,13.7,POSITIVE (+++),8.1,POSITIVE (+++),d9450f19e0c279cdd6a4248db81f27ec1e19fa18','',537,0,'2013-11-27 08:00:00',16520,NULL),(18186,9,'','',530,0,'2013-11-27 17:11:03',16521,NULL),(18187,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1df82956b2973988a2cd5fb1c840005413b7ae3c','',534,0,'2013-11-27 08:00:00',16521,NULL),(18188,107,'1/20,1/20,1df82956b2973988a2cd5fb1c840005413b7ae3c','',552,0,'2013-11-27 08:00:00',16523,NULL),(18189,92,'36.1,20d5e54c3df8bed368313e5f0758b5246f0d779a','',534,0,'2013-11-29 08:00:00',16524,NULL),(18190,9,'','',530,0,'2013-11-27 17:23:56',16525,NULL),(18191,9,'','',530,0,'2013-11-27 17:27:15',16526,NULL),(18192,199,'[$]COMMENSALS ONLY[/$],5fdf9f2e641400bbb456a749fae4e343a933b82f','',534,0,'2013-11-29 08:00:00',16527,NULL),(18193,9,'','',530,0,'2013-11-27 17:35:34',16528,NULL),(18194,82,'','',530,0,'2013-11-27 17:38:11',16529,NULL),(18195,68,'','',530,0,'2013-11-27 17:38:11',16529,NULL),(18196,132,'','',530,0,'2013-11-27 17:38:12',16531,NULL),(18197,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0bb3480cef76949c55edc60db692b3f0ebedd5bf','',537,0,'2013-11-27 08:00:00',16532,NULL),(18198,21,'','',530,0,'2013-11-27 17:48:21',16533,NULL),(18199,22,'3,765652e66cdaab841ae0323a4c265c138ee77c74','',534,0,'2013-11-27 08:00:00',16533,NULL),(18200,9,'','',530,0,'2013-11-27 17:48:21',16533,NULL),(18201,92,'2.6,765652e66cdaab841ae0323a4c265c138ee77c74','',534,0,'2013-11-29 08:00:00',16535,NULL),(18202,9,'','',530,0,'2013-11-27 17:56:50',16536,NULL),(18203,27,'NON-REACTIVE,-,NEGATIVE,300ab9f9093c517ced998dcd5aa15a54a89a5c38','',537,0,'2013-11-27 08:00:00',16536,NULL),(18204,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,300ab9f9093c517ced998dcd5aa15a54a89a5c38','',537,0,'2013-11-27 08:00:00',16538,NULL),(18205,9,'','',530,0,'2013-11-27 18:00:26',16539,NULL),(18206,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5266be668530ad682c09fd3c03f7fd0562d55f12','',537,0,'2013-11-27 08:00:00',16539,NULL),(18207,36,'No Bacteria Growth,##,##,,5266be668530ad682c09fd3c03f7fd0562d55f12','',534,0,'2013-11-29 08:00:00',16541,NULL),(18208,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,8,6,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,5266be668530ad682c09fd3c03f7fd05','',537,0,'2013-11-27 08:00:00',16541,NULL),(18209,132,'','',530,0,'2013-11-27 18:03:22',16542,NULL),(18210,68,'','',530,0,'2013-11-27 18:03:22',16544,NULL),(18211,9,'','',530,0,'2013-11-27 18:07:40',16545,NULL),(18212,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7cc168dc6f4c711083a12920218bc7955fcdad68','',537,0,'2013-11-27 08:00:00',16545,NULL),(18213,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7cc168dc6f4c711083a12920218bc7955fcdad68','',537,0,'2013-12-17 08:00:00',16547,NULL),(18214,18,'[$]NO MALARIA PARASITES SEEN[/$],,,ec936a68ae1ea35e6b087ae8878b993554714ceb','',534,0,'2013-11-27 18:12:14',16548,NULL),(18215,35,'HAZY,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,6e4cdfde25744b62b65cbdca6010193139d','HAEMOLYSED RED BLOOD CELLS',537,0,'2013-11-27 08:00:00',16549,NULL),(18216,36,'No Bacteria Growth,##,##,,b0d4882917dc5b7bb8b0e92fbf503d031aca8ff0','',534,0,'2013-11-29 08:00:00',16550,NULL),(18217,9,'','',530,0,'2013-11-27 18:20:02',16551,NULL),(18218,22,'2,3786bab1bda508952e8127ad5815752863011d66','',534,0,'2013-11-27 08:00:00',16552,NULL),(18219,9,'','',530,0,'2013-11-27 18:24:45',16552,NULL),(18220,68,'5.4,NEGATIVE,NEGATIVE,,d12e67bf5c8464949c9165467ba97dee17284927','',537,0,'2013-11-27 08:00:00',16553,NULL),(18221,9,'','',530,0,'2013-11-27 18:29:28',16553,NULL),(18222,36,'No Bacteria Growth,##,##,,d12e67bf5c8464949c9165467ba97dee17284927','',534,0,'2013-11-29 08:00:00',16555,NULL),(18223,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,d12e67bf5c8464949c9165467ba97de','',537,0,'2013-11-27 08:00:00',16555,NULL),(18224,9,'','',530,0,'2013-11-27 18:39:52',16556,NULL),(18225,19,'NEGATIVE,,54621918732037fbaf11084012b2fb18ccf16c9d','',537,0,'2013-11-27 08:00:00',16556,NULL),(18226,82,'','',530,0,'2013-11-27 18:39:53',16558,NULL),(18227,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,54621918732037fbaf11084012b2fb18cc','',537,0,'2013-11-27 08:00:00',16561,NULL),(18228,107,'1/80,1/80,54621918732037fbaf11084012b2fb18ccf16c9d','',537,0,'2013-11-27 08:00:00',16565,NULL),(18229,16,'POSITIVE,01a3e8afd7b733abe0298d8d071854a9baa09c05','',537,0,'2013-11-27 08:00:00',16566,NULL),(18230,82,'','',530,0,'2013-11-27 18:44:58',16567,NULL),(18231,68,'12.1,POSITIVE (++),NEGATIVE,,e0d268e94f084f67087cd230d84c5083e7acaba3','',541,0,'2013-11-30 08:00:00',16567,NULL),(18232,36,'No Bacteria Growth,##,##,,43226ad942f2c90f8a996b8a48a9d265c4a1098c','',534,0,'2013-11-27 18:53:36',16568,NULL),(18233,9,'','',530,0,'2013-11-27 18:54:35',16569,NULL),(18234,19,'NEGATIVE,,dd1c5fc3a96a572fe7f6dadca55d154d26bf2af4','',537,0,'2013-11-27 08:00:00',16569,NULL),(18235,18,'[$]NO MALARIA PARASITE SEEN[/$],-,dd1c5fc3a96a572fe7f6dadca55d154d26bf2af4','',537,0,'2013-11-27 08:00:00',16569,NULL),(18236,107,'1/20,1/20,dd1c5fc3a96a572fe7f6dadca55d154d26bf2af4','',537,0,'2013-11-27 08:00:00',16571,NULL),(18237,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dd1c5fc3a96a572fe7f6dadca55d154d26bf2af4','',537,0,'2013-11-27 08:00:00',16574,NULL),(18238,92,'0.7,cb2bafc16b03392198cc09619a2a4bcf275946f3','',534,0,'2013-11-29 08:00:00',16575,NULL),(18239,22,'10,,bf0a173016fcc36aa69fd042f177454977f51ea9','',537,537,'2013-11-27 08:00:00',16576,'2013-11-27 13:39:44'),(18240,9,'8.1,5.89,16.2,45.6,77,27.6,35.6,254,23.5,6.8,65.5,3.5,0.7,,bf0a173016fcc36aa69fd042f177454977f51ea9','',537,537,'2013-11-27 08:00:00',16576,'2013-11-27 13:39:44'),(18241,70,'4.4,,bf0a173016fcc36aa69fd042f177454977f51ea9','',537,537,'2013-11-27 08:00:00',16576,'2013-11-27 13:39:44'),(18242,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bf0a173016fcc36aa69fd042f177454977f51ea9','',537,0,'2013-11-27 08:00:00',16578,NULL),(18243,9,'','',530,0,'2013-11-27 19:12:22',16579,NULL),(18244,18,'[$]NO MALARIA PARASITE SEEN[/$],-,928fc06c434c7ba7443a4a875593d0e67829802b','',537,0,'2013-11-27 08:00:00',16579,NULL),(18245,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,,,,,,928fc06c434c7ba7443a4a875593d0e6782','',537,0,'2013-11-27 08:00:00',16581,NULL),(18246,9,'','',530,0,'2013-11-27 19:20:54',16582,NULL),(18247,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4d395c633fb3d67363d47889eb659dfda4faa5fe','',537,0,'2013-11-27 08:00:00',16582,NULL),(18248,9,'','',530,0,'2013-11-27 19:22:47',16583,NULL),(18249,19,'NEGATIVE,,65ae63761bbb9dae26006cd91ef6e3491ef12b20','',537,0,'2013-11-27 08:00:00',16583,NULL),(18250,18,'[$]NO MALARIA PARASITE SEEN[/$],-,65ae63761bbb9dae26006cd91ef6e3491ef12b20','',537,0,'2013-11-27 08:00:00',16583,NULL),(18251,9,'','',530,0,'2013-11-27 19:28:06',16584,NULL),(18252,19,'NEGATIVE,,0a26effecac62ddaa1dba5e20e2a000ac9fa4a7c','',537,0,'2013-11-27 08:00:00',16584,NULL),(18253,16,'NEGATIVE,0a26effecac62ddaa1dba5e20e2a000ac9fa4a7c','',537,0,'2013-11-27 08:00:00',16586,NULL),(18254,14,'','',530,0,'2013-11-27 19:28:07',16589,NULL),(18255,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0a26effecac62ddaa1dba5e20e2a000ac9fa4a7c','',537,0,'2013-11-27 08:00:00',16593,NULL),(18256,19,'NEGATIVE,,deb28c3e53a901847922cfd3daf82b93af713ad7','',537,0,'2013-11-27 08:00:00',16594,NULL),(18257,18,'[$]NO MALARIA PARASITE SEEN[/$],-,deb28c3e53a901847922cfd3daf82b93af713ad7','',537,0,'2013-11-27 08:00:00',16594,NULL),(18258,9,'','',530,0,'2013-11-27 19:40:35',16595,NULL),(18259,19,'NEGATIVE,,970d04e89cccb4234180dbcca77c335d062902cf','',552,0,'2013-11-27 08:00:00',16595,NULL),(18260,71,'POSITIVE,,970d04e89cccb4234180dbcca77c335d062902cf','',537,0,'2013-11-27 08:00:00',16597,NULL),(18261,22,'76,d9d2d26ea422c7a9c9b0caf38f323093486d4920','',537,0,'2013-11-27 08:00:00',16598,NULL),(18262,9,'','',530,0,'2013-11-27 19:43:35',16598,NULL),(18263,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d9d2d26ea422c7a9c9b0caf38f323093486d4920','',537,0,'2013-11-27 08:00:00',16598,NULL),(18264,9,'','',530,0,'2013-11-27 19:50:04',16599,NULL),(18265,66,'','',530,0,'2013-11-27 19:50:04',16601,NULL),(18266,57,'','',530,0,'2013-11-27 19:50:04',16601,NULL),(18267,133,'','',530,0,'2013-11-27 19:50:04',16601,NULL),(18268,72,'','',530,0,'2013-11-27 19:50:04',16601,NULL),(18269,56,'','',530,0,'2013-11-27 19:50:04',16601,NULL),(18270,9,'','',530,0,'2013-11-27 19:55:46',16602,NULL),(18271,18,'','',530,0,'2013-11-27 19:55:46',16602,NULL),(18272,35,'','',530,0,'2013-11-27 19:55:46',16604,NULL),(18273,9,'','',530,0,'2013-11-27 20:04:47',16605,NULL),(18274,9,'','',530,0,'2013-11-27 20:16:31',16606,NULL),(18275,19,'NEGATIVE,,6ef80a62e630c95157c00b1ae700e586d72ed0b6','',537,0,'2013-11-27 08:00:00',16606,NULL),(18276,18,'[$]NO MALARIA PARASITE SEEN[/$],-,6ef80a62e630c95157c00b1ae700e586d72ed0b6','',537,0,'2013-11-27 08:00:00',16606,NULL),(18277,37,'','',530,0,'2013-11-27 20:16:31',16608,NULL),(18278,35,'HAZY,AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,6ef80a62e630c95157c00b1ae700e586d7',', ',534,0,'2013-11-27 08:00:00',16611,NULL),(18279,9,'','',530,0,'2013-11-27 20:22:41',16612,NULL),(18280,70,'5.3,,e9c08880799a7891277269a730428f0e0c3648d7','',537,0,'2013-11-27 08:00:00',16612,NULL),(18281,5,'9.30,473801745efbbc38b89a42594c384291c4f7513d','',537,0,'2013-11-27 08:00:00',16613,NULL),(18282,9,'','',530,0,'2013-11-27 20:32:26',16613,NULL),(18283,9,'','',530,0,'2013-11-27 20:36:12',16614,NULL),(18284,19,'NEGATIVE,,c2467f8e7180ebd3b8657de42bc8eb48337d75d0','',552,0,'2013-11-27 08:00:00',16614,NULL),(18285,16,'POSITIVE,c2467f8e7180ebd3b8657de42bc8eb48337d75d0','',552,0,'2013-11-27 08:00:00',16616,NULL),(18286,14,'','',530,0,'2013-11-27 20:36:13',16619,NULL),(18287,9,'','',530,0,'2013-11-27 20:43:47',16620,NULL),(18288,36,'No Bacteria Growth,##,##,,6d03bd7059d8ed77d5770fc989a7c0e6ee0d8ebc','',534,0,'2013-11-29 08:00:00',16622,NULL),(18289,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6d03bd7059d8ed77d5770fc989a7c0e6ee0d8ebc',', ',552,0,'2013-11-27 08:00:00',16622,NULL),(18290,2,'NEGATIVE,819ea532b8a783d1a208e2160c415cd5900d2745','',534,0,'2013-12-10 08:00:00',16623,NULL),(18291,82,'','',530,0,'2013-11-27 20:47:57',16625,NULL),(18292,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,f23554ac87d36ccb598966d55fcfac9a1b5052f8','',534,0,'2013-11-27 08:00:00',16626,NULL),(18293,36,'Escherichia coli,##,##,,f23554ac87d36ccb598966d55fcfac9a1b5052f8','',534,0,'2013-11-27 08:00:00',16626,NULL),(18294,36,'No Bacteria Growth,##,##,,478a458dad6414e79a645c8bea10232f2cd156da','',534,0,'2013-11-29 08:00:00',16627,NULL),(18295,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,478a458dad6414e79a645c8bea10232f2cd156da',', ',552,0,'2013-11-27 08:00:00',16627,NULL),(18296,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,478a458dad6414e79a645c8bea10232f2cd156da','',534,0,'2013-11-29 08:00:00',16629,NULL),(18297,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,478a458dad6414e79a645c8bea10232f2cd156da','',534,0,'2013-11-29 08:00:00',16629,NULL),(18298,57,'','',530,0,'2013-11-27 20:55:43',16630,NULL),(18299,133,'','',530,0,'2013-11-27 20:55:43',16630,NULL),(18300,56,'','',530,0,'2013-11-27 20:55:43',16630,NULL),(18301,9,'','',530,0,'2013-11-27 21:05:03',16631,NULL),(18302,65,'','',530,0,'2013-11-27 21:05:04',16633,NULL),(18303,108,'NON - REACTIVE,,bf0a173016fcc36aa69fd042f177454977f51ea9','',537,0,'2013-11-27 21:14:09',16634,NULL),(18304,107,'1/20,1/20,,bf0a173016fcc36aa69fd042f177454977f51ea9','',537,0,'2013-11-27 21:14:09',16634,NULL),(18305,9,'','',530,0,'2013-11-27 21:14:21',16635,NULL),(18306,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8b2cdb53ac2fed1a5e586223c8731873d99b75b5','',552,0,'2013-11-27 08:00:00',16635,NULL),(18307,37,'GREENISH,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8b2cdb53ac2fed1a5e586223c8731873d99b75b5','',552,0,'2013-11-27 08:00:00',16637,NULL),(18308,9,'','',530,0,'2013-11-27 21:26:21',16638,NULL),(18309,19,'NEGATIVE,,ce1781bc7607b0944dc09f7a4d8185b6b860d9d8','',552,0,'2013-11-27 08:00:00',16638,NULL),(18310,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ce1781bc7607b0944dc09f7a4d8185b6b860d9d8','',552,0,'2013-11-27 08:00:00',16638,NULL),(18311,107,'1/20,1/20,ce1781bc7607b0944dc09f7a4d8185b6b860d9d8','',552,0,'2013-11-27 08:00:00',16640,NULL),(18312,35,'CLEAR,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,ce1781bc7607b0944dc09f7a4d8185b',', ',552,0,'2013-11-27 08:00:00',16643,NULL),(18313,89,'5.1,Male : 2.0 - 15.0_Follicular/Luteal phase 2.0 - 10.0_Mid Cycle: 2.0 - 20.0_Pregnant < 2.0_Post Menopausal > 15.0,24c3ab8093f464c2a421b6db53dc90615ecd92e4','',534,0,'2013-11-27 08:00:00',16644,NULL),(18314,90,'3.5,MALE (2.4 - 5.9)_Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),24c3ab8093f464c2a421b6db53dc90615ecd92e4','',534,0,'2013-11-27 08:00:00',16644,NULL),(18315,15,'','',534,0,'2013-11-27 21:27:02',16644,NULL),(18316,13,'','',534,0,'2013-11-27 21:27:02',16644,NULL),(18317,91,'7.1,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),24c3ab8093f464c2a421b6db53dc90615ecd92e4','',534,0,'2013-11-27 08:00:00',16644,NULL),(18318,9,'','',530,0,'2013-11-27 21:30:28',16645,NULL),(18319,22,'5,,f7c5ce3037bc4bac95b901b768cfdf1ea3bb9b55','',552,541,'2013-11-27 08:00:00',16646,'2013-11-29 09:18:56'),(18320,68,'5.8,NEGATIVE,NEGATIVE,,f7c5ce3037bc4bac95b901b768cfdf1ea3bb9b55','',541,0,'2013-11-29 17:18:56',16646,NULL),(18321,9,',,,,,,,,,,,,,,f7c5ce3037bc4bac95b901b768cfdf1ea3bb9b55','',541,0,'2013-11-29 17:18:56',16646,NULL),(18322,9,'','',530,0,'2013-11-27 21:42:16',16647,NULL),(18323,9,'','',530,0,'2013-11-27 21:52:35',16648,NULL),(18324,19,'NEGATIVE,,75da055490a11e65ae40cb40acfef83c0d570328','',552,0,'2013-11-27 08:00:00',16648,NULL),(18325,18,'[$]NO MALARIA PARASITES SEEN[/$],-,75da055490a11e65ae40cb40acfef83c0d570328','',552,0,'2013-11-27 08:00:00',16648,NULL),(18326,131,'','',530,0,'2013-11-27 21:54:05',16649,NULL),(18327,9,'','',530,0,'2013-11-27 22:23:20',16650,NULL),(18328,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8afcd76e9a13acd6decee674a6e507871226a9e1','pH:8.0, SPECIFIC GRAVITY:1.005',552,0,'2013-11-28 01:29:19',16652,NULL),(18329,22,'1,,efa56546b68cd85d2a6383e9b1fed70e4c568ee7','',552,0,'2013-11-28 00:11:11',16653,NULL),(18330,9,',,,,,,,,,,,,,,efa56546b68cd85d2a6383e9b1fed70e4c568ee7','',552,0,'2013-11-28 00:11:11',16653,NULL),(18331,122,'[$]COMMENSALS ONLY[/$],efa56546b68cd85d2a6383e9b1fed70e4c568ee7','',543,0,'2013-11-30 08:00:00',16655,NULL),(18332,9,',,,,,,,,,,,,,,864caed6cd50f1475d55b670aa6d04f24becce10','',552,0,'2013-11-27 23:56:04',16656,NULL),(18333,19,'NEGATIVE,,864caed6cd50f1475d55b670aa6d04f24becce10','',552,0,'2013-11-27 23:56:04',16656,NULL),(18334,18,'[$]NO MALARIA PARASITE SEEN[/$],,,864caed6cd50f1475d55b670aa6d04f24becce10','',552,0,'2013-11-27 23:56:04',16656,NULL),(18335,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,,NOT SEEN,NOT SEEN,,,,864caed6cd50f1475d55b670aa6d04f24becce10','SPECIFIC GRAVITY:1.015',552,0,'2013-11-28 01:30:33',16658,NULL),(18336,22,'110,9ac0e3674e7679ba34dfc101c25fa569db5d28d3','',534,0,'2013-11-27 08:00:00',16659,NULL),(18337,9,'','',530,0,'2013-11-27 23:13:10',16659,NULL),(18338,68,'','',530,0,'2013-11-27 23:29:14',16660,NULL),(18339,9,'','',530,0,'2013-11-27 23:29:14',16660,NULL),(18340,57,'','',530,0,'2013-11-27 23:29:14',16662,NULL),(18341,133,'','',530,0,'2013-11-27 23:29:14',16662,NULL),(18342,131,'','',530,0,'2013-11-27 23:29:14',16662,NULL),(18343,132,'','',530,0,'2013-11-27 23:29:14',16662,NULL),(18344,56,'','',530,0,'2013-11-27 23:29:14',16662,NULL),(18345,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5ba43e3ccccb65780b1b33251b4e72067719b710','pH:8.5, SPECIFIC GRAVITY:1.005, EPITHELIAL CELLS:2',552,0,'2013-11-28 01:32:01',16665,NULL),(18346,21,'O,POSITIVE,,5ac63356835de69b9fcf7138498a6d4d191f511e','BLOOD GROUP ABO:O',552,0,'2013-11-28 01:21:56',16666,NULL),(18347,14,'POSITIVE,,5ac63356835de69b9fcf7138498a6d4d191f511e','HELOCOBACTER PYLORI STOOL ANTIGEN:POSITIVE',536,0,'2013-12-10 22:33:59',16668,NULL),(18348,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,5ac63356835de69b9fcf7138498a6d4d191f511e','HELOCOBACTER PYLORI STOOL ANTIGEN:POSITIVECONSISTENCY:FORMED, CONTENT:',536,0,'2013-12-10 22:34:00',16668,NULL),(18349,118,'','',534,0,'2013-11-28 00:19:21',16669,NULL),(18350,9,',,,,,,,,,,,,,,d92d35f51b1ad1269bf8410897ab23c683ac21c2','',552,0,'2013-11-28 01:33:18',16670,NULL),(18351,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,d92d35f51b1ad1269bf8410897ab23c683ac21c2','',552,0,'2013-11-28 01:33:18',16670,NULL),(18352,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d92d35f51b1ad1269bf8410897ab23c683ac21c2',', ',552,0,'2013-11-27 08:00:00',16672,NULL),(18353,9,'','',530,0,'2013-11-28 00:33:25',16673,NULL),(18354,57,'','',530,0,'2013-11-28 00:33:25',16675,NULL),(18355,133,'','',530,0,'2013-11-28 00:33:25',16675,NULL),(18356,56,'','',530,0,'2013-11-28 00:33:25',16675,NULL),(18357,9,',,,,,,,,,,,,,,8d3382c4f11bede89f8594cca447cdb3fb50d5b5','',552,0,'2013-11-28 01:35:41',16676,NULL),(18358,19,'NEGATIVE,,8d3382c4f11bede89f8594cca447cdb3fb50d5b5','',552,0,'2013-11-28 01:35:41',16676,NULL),(18359,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,8d3382c4f11bede89f8594cca447cdb3fb50d5b5','',552,0,'2013-11-28 01:35:42',16676,NULL),(18360,22,'1,,6b467d183524a7b126ec8926ffa7bb24fcf50842','',552,0,'2013-11-28 02:14:53',16677,NULL),(18361,9,',,,,,,,,,,,,,,6b467d183524a7b126ec8926ffa7bb24fcf50842','',552,0,'2013-11-28 02:14:53',16677,NULL),(18362,202,'0,6b467d183524a7b126ec8926ffa7bb24fcf50842','',534,0,'2013-12-12 08:00:00',16679,NULL),(18363,9,',,,,,,,,,,,,,,7b9a79736705fbe384a860d4da7723d42af05cc1','',552,0,'2013-11-28 03:04:12',16680,NULL),(18364,18,'[$]no malaria parasite seen[/$],,,7b9a79736705fbe384a860d4da7723d42af05cc1','',552,0,'2013-11-28 03:04:12',16680,NULL),(18365,35,'','',530,0,'2013-11-28 01:08:11',16682,NULL),(18366,16,'','',530,0,'2013-11-28 01:10:00',16683,NULL),(18367,14,'','',530,0,'2013-11-28 01:10:00',16685,NULL),(18368,9,'','',530,0,'2013-11-28 01:14:10',16686,NULL),(18369,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2a16c91b88453242a4ab9cd0788436633e349bb7','',552,0,'2013-11-27 08:00:00',16686,NULL),(18370,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2a16c91b88453242a4ab9cd0788436633e349bb7',', ',552,0,'2013-11-27 08:00:00',16688,NULL),(18371,9,'','',530,0,'2013-11-28 01:26:54',16689,NULL),(18372,9,'','',530,0,'2013-11-28 01:30:43',16690,NULL),(18373,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,810d788b2879487c47066db150993cdd6e72f823','pH:6.5, SPECIFIC GRAVITY:1.020',552,0,'2013-11-28 03:03:11',16692,NULL),(18374,16,'NEGATIVE,7b9a79736705fbe384a860d4da7723d42af05cc1','',552,0,'2013-11-27 08:00:00',16693,NULL),(18375,14,'','',530,0,'2013-11-28 01:41:34',16695,NULL),(18376,9,',,,,,,,,,,,,,,702d2d9d3ccd8c1ea1f95ac77c8c71c9a571f64e','',552,0,'2013-11-28 03:16:08',16696,NULL),(18377,19,'NEGATIVE,,702d2d9d3ccd8c1ea1f95ac77c8c71c9a571f64e','',552,0,'2013-11-28 03:16:08',16696,NULL),(18378,18,'[$]no malaria parasite seen[/$],,,702d2d9d3ccd8c1ea1f95ac77c8c71c9a571f64e','',552,0,'2013-11-28 03:16:08',16696,NULL),(18379,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,702d2d9d3ccd8c1ea1f95ac77c8c71c9a571f64e','pH:7.0, SPECIFIC GRAVITY:1.015',552,0,'2013-11-28 03:20:32',16698,NULL),(18380,107,'1/20,1/20,,702d2d9d3ccd8c1ea1f95ac77c8c71c9a571f64e','',552,0,'2013-11-28 03:16:38',16701,NULL),(18381,9,'','',530,0,'2013-11-28 02:33:00',16702,NULL),(18382,19,'NEGATIVE,,8377acfc4bc46aa289e649f221c3ed3709d7f879','',552,0,'2013-11-27 08:00:00',16702,NULL),(18383,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8377acfc4bc46aa289e649f221c3ed3709d7f879','',552,0,'2013-11-27 08:00:00',16702,NULL),(18384,36,'No Bacteria Growth,##,##,,dd10aa4f29b435968f91469dff92f076dc43e8ab','',534,0,'2013-11-29 08:00:00',16703,NULL),(18385,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dd10aa4f29b435968f91469dff92f076dc43e8ab',', ',535,0,'2013-11-27 08:00:00',16703,NULL),(18386,9,'','',531,0,'2013-11-28 03:12:00',16704,NULL),(18387,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3a93ebc37ffdddc231fb4143c9b5b89b36d97287','',535,0,'2013-11-27 08:00:00',16704,NULL),(18388,57,'','',531,0,'2013-11-28 03:12:00',16706,NULL),(18389,133,'','',531,0,'2013-11-28 03:12:00',16706,NULL),(18390,56,'','',531,0,'2013-11-28 03:12:00',16706,NULL),(18391,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3a93ebc37ffdddc231fb4143c9b5b89b36d97287',', ',535,0,'2013-11-27 08:00:00',16709,NULL),(18392,9,'','',531,0,'2013-11-28 03:14:22',16710,NULL),(18393,19,'NEGATIVE,,74db7f5ff24b3008094b181b1138d1b7b41f5a9d','',535,0,'2013-11-27 08:00:00',16710,NULL),(18394,18,'[$]NO MALARIA PARASITES SEEN[/$],-,74db7f5ff24b3008094b181b1138d1b7b41f5a9d','',535,0,'2013-11-27 08:00:00',16710,NULL),(18395,226,'','',531,0,'2013-11-28 03:26:59',16711,NULL),(18396,222,'','',531,0,'2013-11-28 03:57:41',16712,NULL),(18397,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d1fc99e79915a847cc79d7dffbc0b3ed021f4dc9','',535,0,'2013-11-27 08:00:00',16712,NULL),(18398,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,6,>30,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,51b793825193a23f99d4758630ddb',', ',535,0,'2013-11-27 08:00:00',16713,NULL),(18399,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2dc5a391062fe7986906b4f76e3d376812d553ce','',535,0,'2013-11-27 08:00:00',16714,NULL),(18400,222,'','',531,0,'2013-11-28 04:32:23',16715,NULL),(18401,19,'NEGATIVE,,0bd979db67441c06e274a512e6b259e3347e2393','',535,0,'2013-11-27 08:00:00',16715,NULL),(18402,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0bd979db67441c06e274a512e6b259e3347e2393','',535,0,'2013-11-27 08:00:00',16715,NULL),(18403,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0bd979db67441c06e274a512e6b259e3347e2393',', ',535,0,'2013-11-27 08:00:00',16717,NULL),(18404,222,'16.0,4.88,12.1,34.5,70.7,24.8,35.1,344,24.8,1.3,73.9,4.0,0.2,11.8,15.8,7.8,,d63414e04399dd6af08a375dbc4d2d7cacedc3da','',535,0,'2013-11-27 08:00:00',16718,NULL),(18405,19,'NEGATIVE,,d63414e04399dd6af08a375dbc4d2d7cacedc3da','',535,0,'2013-11-27 08:00:00',16718,NULL),(18406,222,'14.0,4.64,12.0,35.4,76.3,25.9,33.9,334,28.2,11.6,60.2,3.9,1.6,8.5,14.2,9.0,,ece22c82b1906fa3752aa36099ba24883910057b','',535,0,'2013-11-27 08:00:00',16719,NULL),(18407,19,'NEGATIVE,,ece22c82b1906fa3752aa36099ba24883910057b','',535,0,'2013-11-27 08:00:00',16719,NULL),(18408,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ece22c82b1906fa3752aa36099ba24883910057b','',535,0,'2013-11-27 08:00:00',16719,NULL),(18409,107,'1/20,1/20,ece22c82b1906fa3752aa36099ba24883910057b','',535,0,'2013-11-27 08:00:00',16721,NULL),(18410,35,'','',531,0,'2013-11-28 05:07:06',16724,NULL),(18411,222,'6.1,4.10,12.6,36.5,89.0,30.7,34.5,261,39.5,9.1,51.4,2.4,0.6,3.1,13.0,9.5,,018e895ee36ee9963302abde916f89efda2c375f','',535,0,'2013-11-27 08:00:00',16725,NULL),(18412,19,'NEGATIVE,,018e895ee36ee9963302abde916f89efda2c375f','',535,0,'2013-11-27 08:00:00',16725,NULL),(18413,18,'[$]NO MALARIA PARASITES SEEN[/$],-,018e895ee36ee9963302abde916f89efda2c375f','',535,0,'2013-11-27 08:00:00',16725,NULL),(18414,107,'1/20,1/20,018e895ee36ee9963302abde916f89efda2c375f','',535,0,'2013-11-27 08:00:00',16727,NULL),(18415,222,'7.6,5.71,18.2,49.9,87.4,31.9,36.5,251,14.4,5.5,80.1,1.1,0.4,6.1,12.9,7.7,,916be36b1250fad5f6521b22ce5774131a08afa5','',535,0,'2013-11-27 08:00:00',16728,NULL),(18416,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,4,2,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,916be36b1250fad5f6521b22ce577413',', ',535,0,'2013-11-27 08:00:00',16730,NULL),(18417,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,0,NOT SEEN,PRESENT (+++),NOT SEEN,,,,db0078a4711b7d578c2e23db41573b894f22ffe5',', ',535,0,'2013-11-27 08:00:00',16731,NULL),(18418,222,'8.5,4.13,11.6,33.0,79.9,28.1,35.2,240,16.8,5.4,77.8,1.4,0.5,6.6,14.0,10.4,,1a52df3bd9edd319aa2505887db9530eeaf809a8','',535,0,'2013-11-27 08:00:00',16732,NULL),(18419,19,'NEGATIVE,,1a52df3bd9edd319aa2505887db9530eeaf809a8','',535,0,'2013-11-27 08:00:00',16732,NULL),(18420,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1a52df3bd9edd319aa2505887db9530eeaf809a8',', ',535,0,'2013-11-27 08:00:00',16732,NULL),(18421,131,'','',531,0,'2013-11-28 06:23:41',16734,NULL),(18422,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1a52df3bd9edd319aa2505887db9530eeaf809a8',', ',535,0,'2013-11-27 08:00:00',16737,NULL),(18423,222,'','',531,0,'2013-11-28 14:11:59',16738,NULL),(18424,19,'NEGATIVE,,fe325e7319a8c3d147d619ea39a62a740e8b114d','',535,0,'2013-11-28 08:00:00',16738,NULL),(18425,68,'','',531,0,'2013-11-28 15:15:59',16739,NULL),(18426,211,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18427,60,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18428,57,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18429,133,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18430,132,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18431,92,'0.8,dd1c5fc3a96a572fe7f6dadca55d154d26bf2af4','',534,0,'2013-11-29 08:00:00',16741,NULL),(18432,56,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18433,65,'','',531,0,'2013-11-28 15:15:59',16741,NULL),(18434,222,'','',558,0,'2013-11-28 15:24:10',16742,NULL),(18435,19,'NEGATIVE,,02fb8ef172fce7cfcaf9948e6db80be77d8d9e5d','',537,0,'2013-11-28 08:00:00',16742,NULL),(18436,18,'[$]NO MALARIA PARASITE SEEN[/$],-,02fb8ef172fce7cfcaf9948e6db80be77d8d9e5d','',537,0,'2013-11-28 08:00:00',16742,NULL),(18437,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,02fb8ef172fce7cfcaf9948e6db80be77d8d9e5d',', ',543,0,'2013-11-28 08:00:00',16744,NULL),(18438,107,'1/20,1/20,02fb8ef172fce7cfcaf9948e6db80be77d8d9e5d','',537,0,'2013-11-28 08:00:00',16747,NULL),(18439,22,'24,d956a8b0327780e50515e4dc1babeb810c82791e','',537,0,'2013-11-28 08:00:00',16748,NULL),(18440,222,'','',558,0,'2013-11-28 15:26:44',16748,NULL),(18441,19,'NEGATIVE,,d956a8b0327780e50515e4dc1babeb810c82791e','',537,0,'2013-11-28 08:00:00',16748,NULL),(18442,132,'','',558,0,'2013-11-28 15:43:28',16749,NULL),(18443,82,'','',558,0,'2013-11-28 15:43:28',16751,NULL),(18444,68,'','',558,0,'2013-11-28 15:43:28',16751,NULL),(18445,68,'','',558,0,'2013-11-28 15:48:07',16752,NULL),(18446,22,'4,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',543,0,'2013-11-28 08:00:00',16753,NULL),(18447,9,'','',558,0,'2013-11-28 15:55:49',16753,NULL),(18448,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',543,0,'2013-11-28 08:00:00',16753,NULL),(18449,36,'No Bacteria Growth,##,##,,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',534,0,'2013-11-29 08:00:00',16755,NULL),(18450,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14',', ',543,0,'2013-11-28 08:00:00',16755,NULL),(18451,37,'DARK BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',543,0,'2013-11-28 08:00:00',16758,NULL),(18452,63,'','',558,0,'2013-11-28 15:55:49',16762,NULL),(18453,128,'','',558,0,'2013-11-28 15:55:49',16762,NULL),(18454,92,'1.8,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',534,0,'2013-11-29 08:00:00',16762,NULL),(18455,108,'NON - REACTIVE,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',543,0,'2013-11-28 08:00:00',16762,NULL),(18456,107,'1/20,1/20,d6acd0fc9fcb5457de9a2ddc18c46617ab176d14','',543,0,'2013-11-28 08:00:00',16762,NULL),(18457,132,'','',558,0,'2013-11-28 16:09:09',16763,NULL),(18458,68,'','',558,0,'2013-11-28 16:09:10',16765,NULL),(18459,238,'187,30.5,5.0 - 59.4 (AGE (40 -60)),5.0 - 20.2 (AGE (40 - 60)),6.1,fbe4c7157fc248377be6e24705904ac4a8cebea1','',535,0,'2013-12-15 08:00:00',16768,NULL),(18460,68,'5.9,-,-,,764cb034cf02b83dd061834baae279ada3fdb8e4','NON DIABETIC, ',543,0,'2013-11-28 08:00:00',16769,NULL),(18461,9,'','',558,0,'2013-11-28 16:12:08',16769,NULL),(18462,35,'CLOUDY,AMBER,8.5,1.010,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,6,4,4,CALCIUM OXALATE (+)_AMORP,,,,,,,,,,,,,,HOUS PHOSPHATE (+++),NOT SEEN,NO',', , ',543,0,'2013-11-28 08:00:00',16771,NULL),(18463,68,'','',558,0,'2013-11-28 16:19:43',16772,NULL),(18464,9,'','',558,0,'2013-11-28 16:19:43',16772,NULL),(18465,18,'[$]NO MALARIA PARASITE SEEN[/$],-,73e8706ae71714e496eb19afdceb35b89bdfc124','',537,0,'2013-11-28 08:00:00',16772,NULL),(18466,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,73e8706ae71714e496eb19afdceb35b89bdfc124',', ',543,0,'2013-11-28 08:00:00',16774,NULL),(18467,226,'','',558,0,'2013-11-28 16:19:44',16777,NULL),(18468,55,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18469,52,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18470,53,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18471,211,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18472,60,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18473,57,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18474,47,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18475,133,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18476,54,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18477,112,'NEGATIVE,,73e8706ae71714e496eb19afdceb35b89bdfc124','',537,0,'2013-11-28 08:00:00',16781,NULL),(18478,27,'NON-REACTIVE,-,NEGATIVE,73e8706ae71714e496eb19afdceb35b89bdfc124','',537,0,'2013-11-28 08:00:00',16781,NULL),(18479,132,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18480,46,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18481,56,'','',558,0,'2013-11-28 16:19:44',16781,NULL),(18482,36,'No Bacteria Growth,##,##,,b2cbaf0dad296d1f40e834f1b5212c55b1742e5e','',534,0,'2013-11-29 08:00:00',16782,NULL),(18483,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b2cbaf0dad296d1f40e834f1b5212c55b1742e5e','',537,0,'2013-11-28 08:00:00',16782,NULL),(18484,92,'10.0,b2cbaf0dad296d1f40e834f1b5212c55b1742e5e','',534,0,'2013-11-29 08:00:00',16784,NULL),(18485,68,'4.8,-,-,,b2cbaf0dad296d1f40e834f1b5212c55b1742e5e','',534,0,'2013-11-29 08:00:00',16787,NULL),(18486,9,'','',558,0,'2013-11-28 16:34:00',16788,NULL),(18487,77,'','',558,0,'2013-11-28 16:34:00',16788,NULL),(18488,19,'NEGATIVE,,c0042e98717cb7aff44af6a4621e0065906648e4','',534,0,'2013-11-28 08:00:00',16788,NULL),(18489,18,'[$]NO MALARIA PARASITES SEEN [/$],-,c0042e98717cb7aff44af6a4621e0065906648e4','',534,0,'2013-11-28 08:00:00',16788,NULL),(18490,218,'3.6,NEGATIVE,8.7,POSITIVE (++),7.9,POSITIVE (+++),6.6,POSITIVE (++),c0042e98717cb7aff44af6a4621e0065906648e4','',534,0,'2013-11-28 08:00:00',16788,NULL),(18491,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c0042e98717cb7aff44af6a4621e0065906648e4',', ',534,0,'2013-11-28 08:00:00',16790,NULL),(18492,132,'','',558,0,'2013-11-28 16:37:39',16791,NULL),(18493,68,'','',558,0,'2013-11-28 16:49:54',16792,NULL),(18494,9,'','',558,0,'2013-11-28 16:49:54',16792,NULL),(18495,130,'','',558,0,'2013-11-28 16:49:54',16794,NULL),(18496,132,'','',558,0,'2013-11-28 16:49:55',16794,NULL),(18497,9,'','',558,0,'2013-11-28 16:53:53',16795,NULL),(18498,19,'NEGATIVE,,2b8d5f050f680dacdf97b558a0a9c65170134234','',537,0,'2013-11-28 08:00:00',16795,NULL),(18499,82,'','',558,0,'2013-11-28 17:00:43',16796,NULL),(18500,9,'','',558,0,'2013-11-28 17:11:39',16797,NULL),(18501,60,'','',558,0,'2013-11-28 17:11:39',16799,NULL),(18502,57,'','',558,0,'2013-11-28 17:11:39',16799,NULL),(18503,133,'','',558,0,'2013-11-28 17:11:39',16799,NULL),(18504,16,'NEGATIVE,d7cb476b8ae8ea27ee2859f3a30eef08724cd05a','',537,0,'2013-11-28 08:00:00',16799,NULL),(18505,131,'','',558,0,'2013-11-28 17:11:39',16799,NULL),(18506,132,'','',558,0,'2013-11-28 17:11:39',16799,NULL),(18507,56,'','',558,0,'2013-11-28 17:11:39',16799,NULL),(18508,14,'','',558,0,'2013-11-28 17:11:39',16802,NULL),(18509,9,'','',558,0,'2013-11-28 17:22:09',16803,NULL),(18510,19,'NEGATIVE,,26544b327da3ed5d1b8bb314beb451a1a674d04e','',537,0,'2013-11-28 08:00:00',16803,NULL),(18511,199,'[$]COMMENSALS ONLY[/$],26544b327da3ed5d1b8bb314beb451a1a674d04e','',534,0,'2013-11-29 08:00:00',16805,NULL),(18512,112,'NEGATIVE,,43a524929cdfbb6ff0e3f529162248fad824d4ca','',537,0,'2013-11-28 08:00:00',16806,NULL),(18513,100,'1.6,8e60a7b35624c9d2b61e73ad63fcab17c462cd37','',534,0,'2013-11-29 08:00:00',16807,NULL),(18514,131,'','',558,0,'2013-11-28 17:30:18',16807,NULL),(18515,101,'2.0,8e60a7b35624c9d2b61e73ad63fcab17c462cd37','',534,0,'2013-11-29 08:00:00',16807,NULL),(18516,9,'','',558,0,'2013-11-28 17:38:00',16808,NULL),(18517,70,'4.2,,01c529bcb99947cd979098d8eeef57b4d8e7ef2f','',543,0,'2013-11-28 08:00:00',16808,NULL),(18518,108,'NON - REACTIVE,01c529bcb99947cd979098d8eeef57b4d8e7ef2f','',543,0,'2013-11-28 08:00:00',16810,NULL),(18519,35,'CLEAR,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,01c529bcb99947cd979098d8eeef57b4d8','',543,0,'2013-11-28 08:00:00',16813,NULL),(18520,131,'','',558,0,'2013-11-28 17:51:37',16814,NULL),(18521,9,'','',558,0,'2013-11-28 17:54:20',16815,NULL),(18522,19,'NEGATIVE,,16a9674c608fb5718aa46bbcdc8b84236da4925c','',537,0,'2013-11-28 08:00:00',16815,NULL),(18523,16,'NEGATIVE,16a9674c608fb5718aa46bbcdc8b84236da4925c','',537,0,'2013-11-28 08:00:00',16817,NULL),(18524,107,'1/20,1/20,16a9674c608fb5718aa46bbcdc8b84236da4925c','',537,0,'2013-11-28 08:00:00',16817,NULL),(18525,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,16a9674c608fb5718aa46bbcdc8b84236da4925c','',543,0,'2013-11-28 08:00:00',16820,NULL),(18526,14,'','',558,0,'2013-11-28 17:54:21',16824,NULL),(18527,196,'','',558,0,'2013-11-28 18:00:41',16825,NULL),(18528,9,'','',558,0,'2013-11-28 18:00:41',16825,NULL),(18529,57,'','',558,0,'2013-11-28 18:00:42',16827,NULL),(18530,133,'','',558,0,'2013-11-28 18:00:42',16827,NULL),(18531,131,'','',558,0,'2013-11-28 18:00:42',16827,NULL),(18532,132,'','',558,0,'2013-11-28 18:00:42',16827,NULL),(18533,56,'','',558,0,'2013-11-28 18:00:42',16827,NULL),(18534,22,'7,d31c7415e56c3fc58edc6e3385c175853e03ac8f','',537,0,'2013-11-28 08:00:00',16828,NULL),(18535,9,'','',558,0,'2013-11-28 18:06:37',16828,NULL),(18536,70,'4.8,,d31c7415e56c3fc58edc6e3385c175853e03ac8f','',537,0,'2013-11-28 08:00:00',16828,NULL),(18537,108,'NON - REACTIVE,d31c7415e56c3fc58edc6e3385c175853e03ac8f','',537,0,'2013-11-28 08:00:00',16830,NULL),(18538,107,'1/20,1/20,d31c7415e56c3fc58edc6e3385c175853e03ac8f','',537,0,'2013-11-28 08:00:00',16830,NULL),(18539,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,>30,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,d31c7415e56c3fc58edc6e3385c175853e',', ',543,0,'2013-11-28 08:00:00',16833,NULL),(18540,9,'','',558,0,'2013-11-28 18:09:29',16834,NULL),(18541,19,'NEGATIVE,,3fe54a4f7b4a057374484a464be2c71f1e681b3f','',537,0,'2013-11-28 08:00:00',16834,NULL),(18542,9,'','',558,0,'2013-11-28 18:11:49',16835,NULL),(18543,9,'','',558,0,'2013-11-28 18:13:41',16836,NULL),(18544,68,'','',558,0,'2013-11-28 18:18:09',16837,NULL),(18545,9,'','',558,0,'2013-11-28 18:18:09',16837,NULL),(18546,57,'','',558,0,'2013-11-28 18:18:09',16839,NULL),(18547,133,'','',558,0,'2013-11-28 18:18:09',16839,NULL),(18548,132,'','',558,0,'2013-11-28 18:18:09',16839,NULL),(18549,56,'','',558,0,'2013-11-28 18:18:09',16839,NULL),(18550,68,'','',558,0,'2013-11-28 18:23:31',16840,NULL),(18551,9,'','',558,0,'2013-11-28 18:23:31',16840,NULL),(18552,211,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18553,60,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18554,57,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18555,133,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18556,130,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18557,132,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18558,56,'','',558,0,'2013-11-28 18:23:31',16842,NULL),(18559,36,'No Significant Bacteria Growth,##,##,,68f1f643620b53214323b7defd5a6a43a226dc95','',534,0,'2013-11-29 08:00:00',16843,NULL),(18560,35,'HAZY,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,14,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,68f1f643620b53214323b7defd5a6a43a22','',543,0,'2013-11-28 08:00:00',16843,NULL),(18561,9,'','',558,0,'2013-11-28 18:27:36',16844,NULL),(18562,19,'NEGATIVE,,94c0228d82a752eb70e12a02d74389aa7c9c22a0','',537,0,'2013-11-28 08:00:00',16844,NULL),(18563,18,'[$]NO MALARIA PARASITE SEEN[/$],-,94c0228d82a752eb70e12a02d74389aa7c9c22a0','',537,0,'2013-11-28 08:00:00',16844,NULL),(18564,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,94c0228d82a752eb70e12a02d74389aa7c9c22a0',', ',534,0,'2013-11-28 08:00:00',16846,NULL),(18565,38,'','',558,0,'2013-11-28 18:27:37',16849,NULL),(18566,37,'','',558,0,'2013-11-28 18:27:37',16849,NULL),(18567,107,'1/20,1/20,94c0228d82a752eb70e12a02d74389aa7c9c22a0','',537,0,'2013-11-28 08:00:00',16853,NULL),(18568,25,'NO DEFECT,,73e8706ae71714e496eb19afdceb35b89bdfc124','',552,0,'2013-11-28 08:00:00',16854,NULL),(18569,3,'3.0,1.5,2.8,73e8706ae71714e496eb19afdceb35b89bdfc124','',534,0,'2013-11-29 08:00:00',16856,NULL),(18570,9,'','',558,0,'2013-11-28 18:37:42',16857,NULL),(18571,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c0e2baf198b95fc433ebbe9757e6bb7e0ce985c4','',537,0,'2013-11-28 08:00:00',16857,NULL),(18572,132,'','',558,0,'2013-11-28 18:41:08',16858,NULL),(18573,16,'POSITIVE,46b99881bf0986b740ff9630c71bb5bd2ec87b7a','',537,0,'2013-11-28 08:00:00',16859,NULL),(18574,14,'POSITIVE,46b99881bf0986b740ff9630c71bb5bd2ec87b7a','',537,0,'2013-11-28 08:00:00',16861,NULL),(18575,36,'No Bacteria Growth,##,##,,e31b3e789d9abae88b88324ccf44748584b35539','',534,0,'2013-11-29 08:00:00',16862,NULL),(18576,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,e31b3e789d9abae88b88324ccf44748584b','',543,0,'2013-11-28 08:00:00',16862,NULL),(18577,9,'','',558,0,'2013-11-28 18:56:35',16863,NULL),(18578,70,'5.1,,913364308d1de42b8ea6e450671faa51b05e5e3e','',537,0,'2013-11-28 08:00:00',16863,NULL),(18579,20,'NEGATIVE,913364308d1de42b8ea6e450671faa51b05e5e3e','',537,0,'2013-11-28 08:00:00',16863,NULL),(18580,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,913364308d1de42b8ea6e450671faa51b05e5e3e','',537,0,'2013-11-28 08:00:00',16865,NULL),(18581,21,'O,POSITIVE,84cb58fe590308efc9ae427a40c8b69110aad8e5','',537,0,'2013-11-28 08:00:00',16866,NULL),(18582,9,'','',558,0,'2013-11-28 19:10:18',16866,NULL),(18583,20,'NEGATIVE,84cb58fe590308efc9ae427a40c8b69110aad8e5','',537,0,'2013-11-28 08:00:00',16866,NULL),(18584,9,'','',558,0,'2013-11-28 19:17:58',16867,NULL),(18585,19,'NEGATIVE,,0a711e2efc3a86c2261bdaa09f4e6134d3a34e09','',537,0,'2013-11-28 08:00:00',16867,NULL),(18586,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0a711e2efc3a86c2261bdaa09f4e6134d3a34e09','',537,0,'2013-11-28 08:00:00',16867,NULL),(18587,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0a711e2efc3a86c2261bdaa09f4e6134d3a34e09','',537,0,'2013-11-28 08:00:00',16869,NULL),(18588,107,'1/20,1/20,0a711e2efc3a86c2261bdaa09f4e6134d3a34e09','',537,0,'2013-11-28 08:00:00',16872,NULL),(18589,9,'','',558,0,'2013-11-28 19:19:57',16873,NULL),(18590,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7031d39657c0744c00a9e37955f32cdeec82f0ed','',537,0,'2013-11-28 08:00:00',16873,NULL),(18591,9,'','',558,0,'2013-11-28 19:24:10',16874,NULL),(18592,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8f6cc188729828ec57f60b4cea22c4fc89120742','',537,0,'2013-11-28 08:00:00',16876,NULL),(18593,211,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18594,66,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18595,60,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18596,57,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18597,133,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18598,56,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18599,65,'','',558,0,'2013-11-28 19:24:10',16879,NULL),(18600,9,'','',558,0,'2013-11-28 19:26:50',16880,NULL),(18601,36,'No Bacteria Growth,##,##,,2b9f9103cc5aff7e05db65bc677a8f5b7b58718f','',534,0,'2013-11-29 08:00:00',16882,NULL),(18602,71,'NEGATIVE,,2b9f9103cc5aff7e05db65bc677a8f5b7b58718f','',537,0,'2013-11-28 08:00:00',16882,NULL),(18603,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2b9f9103cc5aff7e05db65bc677a8f5b7b58718f','',537,0,'2013-11-28 08:00:00',16882,NULL),(18604,9,'','',558,0,'2013-11-28 19:29:15',16883,NULL),(18605,18,'[$]NO MALARIA PARASITE SEEN[/$],-,98aaae96a24c742503b1fdbdb931b103ff276145','',537,0,'2013-11-28 08:00:00',16883,NULL),(18606,107,'1/20,1/20,,73e8706ae71714e496eb19afdceb35b89bdfc124','',537,0,'2013-11-28 19:34:56',16884,NULL),(18607,9,'','',558,0,'2013-11-28 19:41:45',16885,NULL),(18608,19,'NEGATIVE,,a627c51e97219bc859b5a71f8adc95b7de8b660a','',537,0,'2013-11-28 08:00:00',16885,NULL),(18609,107,'1/20,1/80,a627c51e97219bc859b5a71f8adc95b7de8b660a','',537,0,'2013-11-28 08:00:00',16887,NULL),(18610,68,'5.3,NEGATIVE,NEGATIVE,,808facf76a9469e4ffb03be768cb65d464005d00','NON DIABETIC, ',541,0,'2013-11-29 08:00:00',16888,NULL),(18611,9,'','',558,0,'2013-11-28 19:49:26',16888,NULL),(18612,22,'28,2590862e513564cda5068e1808de49e4a5a2297e','',537,0,'2013-11-28 08:00:00',16889,NULL),(18613,9,'','',558,0,'2013-11-28 19:53:09',16889,NULL),(18614,223,'','',558,0,'2013-11-28 19:53:09',16889,NULL),(18615,9,'','',558,0,'2013-11-28 19:55:28',16890,NULL),(18616,9,'','',558,0,'2013-11-28 20:13:33',16891,NULL),(18617,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,18,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,2add2579d87843bd06709e7d5915985481cb9a93','',534,0,'2013-11-28 08:00:00',16893,NULL),(18618,9,'','',558,0,'2013-11-28 20:15:48',16894,NULL),(18619,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0305f5e8d9409ab2d7abfc3f111998796120d742','',537,0,'2013-11-28 08:00:00',16894,NULL),(18620,9,'','',558,0,'2013-11-28 20:29:47',16895,NULL),(18621,18,'[$]NO MALARIA PARASITE SEEN[/$],-,abe2f4811ed03939f4771b8943d4190d3d6a8142','',537,0,'2013-11-28 08:00:00',16895,NULL),(18622,36,'No Bacteria Growth,##,##,,18767f58871a0965ce479295332ff67857a87304','',534,0,'2013-11-28 08:00:00',16896,NULL),(18623,22,'5,dba50170141d59a1097e2d762e75a5abd4f04972','',537,0,'2013-11-28 08:00:00',16897,NULL),(18624,9,'','',558,0,'2013-11-28 20:35:45',16897,NULL),(18625,70,'6.1,,dba50170141d59a1097e2d762e75a5abd4f04972','',537,0,'2013-11-28 08:00:00',16897,NULL),(18626,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dba50170141d59a1097e2d762e75a5abd4f04972',', ',552,0,'2013-11-28 08:00:00',16899,NULL),(18627,108,'NON - REACTIVE,dba50170141d59a1097e2d762e75a5abd4f04972','',537,0,'2013-11-28 08:00:00',16902,NULL),(18628,107,'1/20,1/20,dba50170141d59a1097e2d762e75a5abd4f04972','',537,0,'2013-11-28 08:00:00',16902,NULL),(18629,119,'[$]NO BACTERIAL GROWTH[/$],f9ea13b54f633dc8a8bff58cbd855ddb111cb527','',534,0,'2013-12-02 08:00:00',16903,NULL),(18630,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,8e9b467559c30b9d9515b4a070cbdec9df27e27c','',534,0,'2013-12-02 08:00:00',16904,NULL),(18631,134,'SCANTY,MANY,NOT SEEN,NOT SEEN,,8e9b467559c30b9d9515b4a070cbdec9df27e27c','',534,0,'2013-12-02 08:00:00',16904,NULL),(18632,105,'','',534,0,'2013-11-28 21:02:17',16905,NULL),(18633,36,'','',534,0,'2013-11-28 21:02:17',16905,NULL),(18634,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,f10c621d268c839c6958771ffdb5aeddae340c69','',534,0,'2013-11-28 08:00:00',16906,NULL),(18635,38,'[$]Salmonella Spp[/$],##,##,,f10c621d268c839c6958771ffdb5aeddae340c69','',534,0,'2013-11-28 08:00:00',16906,NULL),(18636,57,'','',558,0,'2013-11-28 21:13:08',16907,NULL),(18637,133,'','',558,0,'2013-11-28 21:13:08',16907,NULL),(18638,56,'','',558,0,'2013-11-28 21:13:08',16907,NULL),(18639,35,'CLEAR,STRAW,6.5,1.020,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,820ccc89d4048757b598133cf7150ab527298ad8',', ',552,0,'2013-11-28 08:00:00',16909,NULL),(18640,9,'','',558,0,'2013-11-28 21:18:21',16910,NULL),(18641,19,'NEGATIVE,,0b204680505e5ef8789bbeff9fbc21c5fa54598c','',537,0,'2013-11-28 08:00:00',16910,NULL),(18642,36,'No Bacteria Growth,##,##,,0b204680505e5ef8789bbeff9fbc21c5fa54598c','',534,0,'2013-11-29 08:00:00',16912,NULL),(18643,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0b204680505e5ef8789bbeff9fbc21c5fa54598c',', ',553,0,'2013-11-28 08:00:00',16912,NULL),(18644,9,'','',558,0,'2013-11-28 21:23:12',16913,NULL),(18645,19,'NEGATIVE,,59475b9d17b70de59182fb6f2f12b85b71ef6da2','',537,0,'2013-11-28 08:00:00',16913,NULL),(18646,18,'[$]NO MALARIA PARASITE SEEN[/$],-,59475b9d17b70de59182fb6f2f12b85b71ef6da2','',537,0,'2013-11-28 08:00:00',16913,NULL),(18647,213,'RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,ef739389b5bc6283e4ea09f5c9794df683230c68','',534,0,'2013-11-28 08:00:00',16914,NULL),(18648,36,'Staphylococcus aureus,##,##,,ef739389b5bc6283e4ea09f5c9794df683230c68','',534,0,'2013-11-28 08:00:00',16914,NULL),(18649,116,'POSITIVE,6ce08d3d8e97593c1721ff2ec139a9131454b43e','',534,0,'2013-12-04 08:00:00',16915,NULL),(18650,115,'NEGATIVE,6ce08d3d8e97593c1721ff2ec139a9131454b43e','',534,0,'2013-12-04 08:00:00',16915,NULL),(18651,8,'[$][/$],[$][/$],[$][/$],6ce08d3d8e97593c1721ff2ec139a9131454b43e','',534,0,'2013-12-04 08:00:00',16915,NULL),(18652,131,'','',558,0,'2013-11-28 21:57:59',16915,NULL),(18653,132,'','',558,0,'2013-11-28 21:57:59',16915,NULL),(18654,68,'','',558,0,'2013-11-28 21:57:59',16917,NULL),(18655,9,'','',558,0,'2013-11-28 21:57:59',16917,NULL),(18656,9,'','',558,0,'2013-11-28 22:05:03',16918,NULL),(18657,19,'','',558,0,'2013-11-28 22:05:03',16918,NULL),(18658,107,'1/20,1/20,761dca19edace4de16521dcfb6a315864b16ab50','',552,0,'2013-11-28 08:00:00',16920,NULL),(18659,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,761dca19edace4de16521dcfb6a315864b','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.020',553,0,'2013-11-29 00:36:27',16923,NULL),(18660,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,761dca19edace4de16521dcfb6a315864b16ab50','',552,0,'2013-11-28 23:08:34',16924,NULL),(18661,9,',,,,,,,,,,,,,,ea5c11ee9b40ace877e00c2b7bf7da6a2375bbf1','',534,0,'2013-11-28 23:43:33',16925,NULL),(18662,19,'NEGATIVE,,ea5c11ee9b40ace877e00c2b7bf7da6a2375bbf1','',534,0,'2013-11-28 23:43:33',16925,NULL),(18663,9,',,,,,,,,,,,,,,47e47b371bd0b973c9856d2c20fb85dab4811148','',553,0,'2013-11-28 23:59:57',16926,NULL),(18664,19,'NEGATIVE,,47e47b371bd0b973c9856d2c20fb85dab4811148','',553,0,'2013-11-28 23:59:57',16926,NULL),(18665,9,',,,,,,,,,,,,,,68f1f643620b53214323b7defd5a6a43a226dc95','',534,0,'2013-11-28 23:44:37',16927,NULL),(18666,19,'NEGATIVE,,68f1f643620b53214323b7defd5a6a43a226dc95','',534,0,'2013-11-28 23:44:37',16927,NULL),(18667,9,',,,,,,,,,,,,,,b9c529cf21dd9f82f64c314db806805998a19c51','',553,0,'2013-11-29 00:01:25',16928,NULL),(18668,19,'NEGATIVE,,b9c529cf21dd9f82f64c314db806805998a19c51','',553,0,'2013-11-29 00:01:25',16928,NULL),(18669,107,'1/20,1/20,,b9c529cf21dd9f82f64c314db806805998a19c51','',553,0,'2013-11-29 00:00:48',16930,NULL),(18670,71,'NEGATIVE,,363e4fad393a83a7ff5208d0e258900b45a34ada','',553,0,'2013-11-29 00:24:35',16931,NULL),(18671,21,'AB,POSITIVE,453fb3422f98fe90304b71847d003f9f924d3d86','',537,0,'2013-11-29 08:00:00',16932,NULL),(18672,9,'','',558,0,'2013-11-29 00:09:38',16932,NULL),(18673,25,'NO DEFECT,,453fb3422f98fe90304b71847d003f9f924d3d86','',534,0,'2013-11-29 08:00:00',16932,NULL),(18674,18,'[$]NO MALARIA PARASITE SEEN[/$],-,453fb3422f98fe90304b71847d003f9f924d3d86','',537,0,'2013-11-29 08:00:00',16932,NULL),(18675,70,'5.3,,453fb3422f98fe90304b71847d003f9f924d3d86','',537,0,'2013-11-29 08:00:00',16932,NULL),(18676,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,453fb3422f98fe90304b71847d003f9f924d3d86',', ',541,0,'2013-11-29 08:00:00',16934,NULL),(18677,112,'NEGATIVE,,453fb3422f98fe90304b71847d003f9f924d3d86','',537,0,'2013-11-29 08:00:00',16937,NULL),(18678,36,'No Significant Bacteria Growth,##,##,,0305f5e8d9409ab2d7abfc3f111998796120d742','',535,0,'2013-12-01 08:00:00',16938,NULL),(18679,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.[/$],##,##,,0305f5e8d9409ab2d7abfc3f111998796120d742','',534,0,'2013-12-02 08:00:00',16940,NULL),(18680,68,'','',558,0,'2013-11-29 00:35:34',16941,NULL),(18681,9,'','',558,0,'2013-11-29 00:35:34',16941,NULL),(18682,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c96f298788499b2b71024da31c6c4d8fb8b8328a','',552,0,'2013-11-28 08:00:00',16941,NULL),(18683,211,'[$][/$],c96f298788499b2b71024da31c6c4d8fb8b8328a','',552,0,'2013-11-28 08:00:00',16943,NULL),(18684,60,'','',558,0,'2013-11-29 00:35:34',16943,NULL),(18685,57,'','',558,0,'2013-11-29 00:35:34',16943,NULL),(18686,133,'','',558,0,'2013-11-29 00:35:34',16943,NULL),(18687,112,'NEGATIVE,,c96f298788499b2b71024da31c6c4d8fb8b8328a','',552,0,'2013-11-28 08:00:00',16943,NULL),(18688,131,'','',558,0,'2013-11-29 00:35:34',16943,NULL),(18689,56,'','',558,0,'2013-11-29 00:35:34',16943,NULL),(18690,9,'','',558,0,'2013-11-29 00:41:04',16944,NULL),(18691,211,'','',558,0,'2013-11-29 00:41:04',16946,NULL),(18692,60,'','',558,0,'2013-11-29 00:41:04',16946,NULL),(18693,57,'','',558,0,'2013-11-29 00:41:04',16946,NULL),(18694,133,'','',558,0,'2013-11-29 00:41:04',16946,NULL),(18695,131,'','',558,0,'2013-11-29 00:41:04',16946,NULL),(18696,56,'','',558,0,'2013-11-29 00:41:04',16946,NULL),(18697,9,'','',558,0,'2013-11-29 00:58:50',16947,NULL),(18698,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d18530115a3754e538ca3cbfa67b7b024029909d','',552,0,'2013-11-28 08:00:00',16947,NULL),(18699,107,'1/20,1/20,d18530115a3754e538ca3cbfa67b7b024029909d','',552,0,'2013-11-28 08:00:00',16949,NULL),(18700,9,'','',558,0,'2013-11-29 01:02:00',16950,NULL),(18701,9,'','',558,0,'2013-11-29 01:23:36',16951,NULL),(18702,19,'NEGATIVE,,09177daf56ea3303ec6e2819786d76f77be38eb6','',552,0,'2013-11-28 08:00:00',16951,NULL),(18703,16,'POSITIVE,09177daf56ea3303ec6e2819786d76f77be38eb6','',552,0,'2013-11-28 08:00:00',16953,NULL),(18704,107,'1/20,1/20,09177daf56ea3303ec6e2819786d76f77be38eb6','',552,0,'2013-11-28 08:00:00',16953,NULL),(18705,14,'POSITIVE,09177daf56ea3303ec6e2819786d76f77be38eb6','',534,0,'2013-11-29 08:00:00',16956,NULL),(18706,9,'','',558,0,'2013-11-29 01:28:31',16957,NULL),(18707,135,'[$][/$],##,##,,d8905a9d1e2661a9bc2bd3359eeb23563c281ebd','',534,541,'2013-12-02 08:00:00',16958,'2013-12-02 18:51:43'),(18708,134,'SCANTY,FEW,NOT SEEN,NOT SEEN,,d8905a9d1e2661a9bc2bd3359eeb23563c281ebd','PUS CELLS:SCANTY',541,0,'2013-12-03 02:51:43',16958,NULL),(18709,22,'5,576aa3f976d19a9aa22975b83634a3e2d33ecfc6','',552,0,'2013-11-28 08:00:00',16959,NULL),(18710,9,'','',558,0,'2013-11-29 01:54:35',16959,NULL),(18711,19,'NEGATIVE,,576aa3f976d19a9aa22975b83634a3e2d33ecfc6','',552,0,'2013-11-28 08:00:00',16959,NULL),(18712,68,'4.9,-,-,96af9ced2451c92dda02eb900e31652422a568f5','',537,0,'2013-12-05 08:00:00',16960,NULL),(18713,9,'','',558,0,'2013-11-29 02:43:30',16960,NULL),(18714,27,'NON-REACTIVE,-,NEGATIVE,96af9ced2451c92dda02eb900e31652422a568f5','',552,0,'2013-11-28 08:00:00',16961,NULL),(18715,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],,bd42a0f66c677a3264319f0d3f0254ac17c7e4e7','',552,534,'2013-11-28 08:00:00',16962,'2013-12-05 13:28:32'),(18716,9,',,,,,,,,,,,,,,bd42a0f66c677a3264319f0d3f0254ac17c7e4e7','',534,0,'2013-12-05 21:28:32',16962,NULL),(18717,19,'NEGATIVE,,bd42a0f66c677a3264319f0d3f0254ac17c7e4e7','',552,534,'2013-11-28 08:00:00',16962,'2013-12-05 13:28:32'),(18718,9,'','',531,0,'2013-11-29 03:02:32',16963,NULL),(18719,16,'POSITIVE,e8e47063ce2a8099951f6e259a91c1de7fa2b437','',552,0,'2013-11-28 08:00:00',16965,NULL),(18720,131,'','',531,0,'2013-11-29 03:02:32',16965,NULL),(18721,14,'NEGATIVE,e8e47063ce2a8099951f6e259a91c1de7fa2b437','',552,0,'2013-11-29 08:00:00',16968,NULL),(18722,120,'[$]Pseudomonas auregenosae[/$],##,##,,d302823be8bf9c73695dba29d8f36747c5536677','',535,0,'2013-12-01 08:00:00',16969,NULL),(18723,21,'O,POSITIVE,fc8bdd47a84e155e08c8d38ca9ce50fe10706909','',557,0,'2013-11-28 08:00:00',16970,NULL),(18724,222,'','',531,0,'2013-11-29 04:02:10',16970,NULL),(18725,25,'NO DEFECT,,fc8bdd47a84e155e08c8d38ca9ce50fe10706909','',534,0,'2013-11-29 08:00:00',16970,NULL),(18726,28,'NEGATIVE,[$][/$],,fc8bdd47a84e155e08c8d38ca9ce50fe10706909','',557,0,'2013-11-28 08:00:00',16970,NULL),(18727,19,'NEGATIVE,,fc8bdd47a84e155e08c8d38ca9ce50fe10706909','',557,0,'2013-11-28 08:00:00',16970,NULL),(18728,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fc8bdd47a84e155e08c8d38ca9ce50fe10706909','',557,0,'2013-11-28 08:00:00',16970,NULL),(18729,36,'No Bacteria Growth,##,##,,fc8bdd47a84e155e08c8d38ca9ce50fe10706909','',534,0,'2013-11-29 08:00:00',16972,NULL),(18730,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,20,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,fc8bdd47a84e155e08c8d38ca9ce50fe107069','',557,0,'2013-11-28 08:00:00',16972,NULL),(18731,222,'','',531,0,'2013-11-29 04:09:53',16973,NULL),(18732,19,'NEGATIVE,,ac26aa313161ebd1cc5843d26f45fb85d2b9b8d1','',557,0,'2013-11-28 08:00:00',16973,NULL),(18733,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ac26aa313161ebd1cc5843d26f45fb85d2b9b8d1','',557,0,'2013-11-28 08:00:00',16973,NULL),(18734,107,'1/20,1/20,ac26aa313161ebd1cc5843d26f45fb85d2b9b8d1','',557,0,'2013-11-28 08:00:00',16975,NULL),(18735,222,'','',531,0,'2013-11-29 04:15:33',16976,NULL),(18736,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3d4807e0357983e242038f0701c41722e4aa46b7','',557,0,'2013-11-28 08:00:00',16976,NULL),(18737,37,'GREENISH,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,3d4807e0357983e242038f0701c41722e4aa46b7','',557,0,'2013-11-28 08:00:00',16978,NULL),(18738,222,'','',531,0,'2013-11-29 04:26:22',16979,NULL),(18739,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7065ec5daee7202b245c000b421f0c2fd8bae0d0','',557,0,'2013-11-28 08:00:00',16979,NULL),(18740,107,'1/20,1/20,7065ec5daee7202b245c000b421f0c2fd8bae0d0','',557,0,'2013-11-28 08:00:00',16981,NULL),(18741,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7065ec5daee7202b245c000b421f0c2fd8bae0d0',', ',557,0,'2013-11-28 08:00:00',16984,NULL),(18742,222,'','',531,0,'2013-11-29 04:28:51',16985,NULL),(18743,19,'NEGATIVE,,8266b62913209ea9eefd14147389d2c81b7a0f43','',557,0,'2013-11-28 08:00:00',16985,NULL),(18744,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8266b62913209ea9eefd14147389d2c81b7a0f43','',557,0,'2013-11-28 08:00:00',16985,NULL),(18745,107,'1/20,1/20,8266b62913209ea9eefd14147389d2c81b7a0f43','',557,0,'2013-11-28 08:00:00',16987,NULL),(18746,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8266b62913209ea9eefd14147389d2c81b7a0f43',', ',557,0,'2013-11-28 08:00:00',16990,NULL),(18747,21,'A,POSITIVE,5ef889da060af72652d7a15f7959b63ed922a23b','',557,0,'2013-11-28 08:00:00',16991,NULL),(18748,222,'','',531,0,'2013-11-29 04:31:23',16991,NULL),(18749,19,'NEGATIVE,,5ef889da060af72652d7a15f7959b63ed922a23b','',557,0,'2013-11-28 08:00:00',16991,NULL),(18750,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5ef889da060af72652d7a15f7959b63ed922a23b','',557,0,'2013-11-28 08:00:00',16991,NULL),(18751,20,'NEGATIVE,5ef889da060af72652d7a15f7959b63ed922a23b','',557,0,'2013-11-28 08:00:00',16991,NULL),(18752,222,'','',531,0,'2013-11-29 04:43:00',16992,NULL),(18753,131,'','',531,0,'2013-11-29 04:43:00',16994,NULL),(18754,222,'','',531,0,'2013-11-29 05:00:45',16995,NULL),(18755,19,'NEGATIVE,,46dcb5a7362260e44c1564c351181f392b0eae67','',557,0,'2013-11-28 08:00:00',16995,NULL),(18756,18,'[$]NO MALARIA PARASITES SEEN[/$],-,46dcb5a7362260e44c1564c351181f392b0eae67','',557,0,'2013-11-28 08:00:00',16995,NULL),(18757,107,'1/20,1/20,46dcb5a7362260e44c1564c351181f392b0eae67','',557,0,'2013-11-28 08:00:00',16997,NULL),(18758,222,'12.1,3.77,11.0,31.1,82.5,29.2,35.4,375,24.4,23.8,51.8,3.0,2.9,6.2,12.3,8.4,,05ecd0912f519cd23166c79af17cba74c8534c63','',557,0,'2013-11-28 08:00:00',16998,NULL),(18759,19,'NEGATIVE,,05ecd0912f519cd23166c79af17cba74c8534c63','',557,0,'2013-11-28 08:00:00',16998,NULL),(18760,18,'[$]NO MALARIA PARASITES SEEN[/$],-,05ecd0912f519cd23166c79af17cba74c8534c63','',557,0,'2013-11-28 08:00:00',16998,NULL),(18761,222,'7.2,4.59,13.4,38.2,83.2,29.2,35.1,331,44.1,8.0,47.9,3.2,0.6,3.4,13.9,8.2,,f8a9f3ebfa971dbf231277de424aab3b50b5d722','',557,0,'2013-11-28 08:00:00',16999,NULL),(18762,16,'NEGATIVE,f8a9f3ebfa971dbf231277de424aab3b50b5d722','',557,0,'2013-11-28 08:00:00',17001,NULL),(18763,14,'','',531,0,'2013-11-29 06:29:46',17004,NULL),(18764,35,'CLOUDY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,10,NOT SEEN,NOT SEEN,NOT SEEN,,,,f8a9f3ebfa971dbf231277de424aab3b50b5d722',', , AMORPHOUS PHOSPHATE PRESENT',557,0,'2013-11-28 08:00:00',17008,NULL),(18765,57,'','',531,0,'2013-11-29 06:47:33',17009,NULL),(18766,133,'','',531,0,'2013-11-29 06:47:33',17009,NULL),(18767,56,'','',531,0,'2013-11-29 06:47:33',17009,NULL),(18768,222,'8.2,5.04,11.1,34.0,67.5,22.0,32.6,313,26.0,9.5,64.5,2.1,0.8,5.3,18.1,9.1,,86441fcf475199be8f481c22cd853bf72925dd35','',557,0,'2013-11-28 08:00:00',17010,NULL),(18769,19,'NEGATIVE,,86441fcf475199be8f481c22cd853bf72925dd35','',557,0,'2013-11-28 08:00:00',17010,NULL),(18770,18,'[$]NO MALARIA PARASITES SEEN[/$],-,86441fcf475199be8f481c22cd853bf72925dd35','',557,0,'2013-11-28 08:00:00',17010,NULL),(18771,222,'13.7,4.61,13.4,38.8,84.2,29.1,34.5,351,20.8,5.9,73.3,2.8,0.8,10.1,12.0,9.0,,f6144b9079cb6c2a77fc9eef79f7ff2a9e223d37','',557,0,'2013-11-28 08:00:00',17011,NULL),(18772,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f6144b9079cb6c2a77fc9eef79f7ff2a9e223d37','',557,0,'2013-11-28 08:00:00',17011,NULL),(18773,57,'','',531,0,'2013-11-29 07:34:40',17013,NULL),(18774,133,'','',531,0,'2013-11-29 07:34:40',17013,NULL),(18775,56,'','',531,0,'2013-11-29 07:34:40',17013,NULL),(18776,107,'1/20,1/20,f6144b9079cb6c2a77fc9eef79f7ff2a9e223d37','',557,0,'2013-11-28 08:00:00',17013,NULL),(18777,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f6144b9079cb6c2a77fc9eef79f7ff2a9e223d37',', ',557,0,'2013-11-28 08:00:00',17016,NULL),(18778,21,'','',531,0,'2013-11-29 08:27:38',17017,NULL),(18779,224,'','',531,0,'2013-11-29 08:27:38',17017,NULL),(18780,19,'NEGATIVE,,fbefd2f24647f3d5e809bb383150e368f84e8785','',557,0,'2013-11-29 08:00:00',17018,NULL),(18781,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fbefd2f24647f3d5e809bb383150e368f84e8785','',557,0,'2013-11-29 08:00:00',17018,NULL),(18782,107,'1/20,1/20,fbefd2f24647f3d5e809bb383150e368f84e8785','',557,0,'2013-11-29 08:00:00',17020,NULL),(18783,222,'6.3,4.98,15.3,45.3,91.0,30.7,33.8,220,12.6,12.2,75.2,0.8,0.8,4.7,13.9,9.1,,fbefd2f24647f3d5e809bb383150e368f84e8785','',557,0,'2013-11-29 08:00:00',17021,NULL),(18784,222,'5.8,4.38,12.0,35.3,80.6,27.4,34.0,256,35.8,2.7,61.5,2.1,0.2,3.5,12.5,10.8,,a899fc82119e28cba43af08604966ce3744c6f0d','',557,0,'2013-11-29 08:00:00',17022,NULL),(18785,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a899fc82119e28cba43af08604966ce3744c6f0d','',557,0,'2013-11-29 08:00:00',17022,NULL),(18786,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a899fc82119e28cba43af08604966ce3744c6f0d',', ',557,0,'2013-11-29 08:00:00',17024,NULL),(18787,68,'','',531,0,'2013-11-29 13:41:46',17025,NULL),(18788,222,'5.5,4.92,16.6,46.9,95.3,33.7,35.4,223,53.1,6.8,40.1,2.9,0.4,2.2,13.0,8.6,,446b928d97a159663627f5c31bcdc6eda72cd860','',557,0,'2013-11-29 08:00:00',17025,NULL),(18789,57,'','',531,0,'2013-11-29 13:41:46',17027,NULL),(18790,133,'','',531,0,'2013-11-29 13:41:46',17027,NULL),(18791,131,'','',531,0,'2013-11-29 13:41:46',17027,NULL),(18792,132,'','',531,0,'2013-11-29 13:41:46',17027,NULL),(18793,56,'','',531,0,'2013-11-29 13:41:46',17027,NULL),(18794,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,,446b928d97a159663627f5c31bcdc6eda','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, PUS CELLS:4, EPITHELIAL CELLS:4',541,0,'2013-11-29 17:22:33',17030,NULL),(18795,68,'4.4,-,-,,88db7921d5a3310b8a33e8632b7917ff8dd09173','',534,0,'2013-11-29 08:00:00',17031,NULL),(18796,222,'','',531,0,'2013-11-29 14:14:46',17031,NULL),(18797,11,'24.0,[$]14.0[/$],[$]1.7[/$],1.88,THERAPEUTIC : 2.0 - 4.0,71e146226ceb293ce81a33fd3db39178f6498354','',534,0,'2013-11-29 08:00:00',17032,NULL),(18798,68,'','',531,0,'2013-11-29 15:01:24',17033,NULL),(18799,222,'','',531,0,'2013-11-29 15:01:24',17033,NULL),(18800,57,'','',531,0,'2013-11-29 15:01:24',17035,NULL),(18801,133,'','',531,0,'2013-11-29 15:01:24',17035,NULL),(18802,16,'POSITIVE,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',537,0,'2013-11-29 08:00:00',17035,NULL),(18803,132,'','',531,0,'2013-11-29 15:01:24',17035,NULL),(18804,56,'','',531,0,'2013-11-29 15:01:24',17035,NULL),(18805,14,'NEGATIVE,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',537,0,'2013-11-29 08:00:00',17038,NULL),(18806,68,'','',531,0,'2013-11-29 15:04:11',17039,NULL),(18807,77,'','',531,0,'2013-11-29 15:04:11',17039,NULL),(18808,132,'','',531,0,'2013-11-29 15:04:12',17041,NULL),(18809,3,'3.3,28,2.3,22b25d2c287e0659e77015f71e71cddd31d36c94','',534,0,'2013-11-29 08:00:00',17041,NULL),(18810,22,'66,5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0','',537,0,'2013-11-29 08:00:00',17042,NULL),(18811,68,'5.6,NEGATIVE,NEGATIVE,,5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0','',537,0,'2013-11-29 08:00:00',17042,NULL),(18812,9,'','',558,0,'2013-11-29 15:51:52',17042,NULL),(18813,223,'','',558,0,'2013-11-29 15:51:52',17042,NULL),(18814,77,'','',558,0,'2013-11-29 15:51:52',17042,NULL),(18815,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0','',537,0,'2013-11-29 08:00:00',17042,NULL),(18816,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0','',537,0,'2013-11-29 08:00:00',17044,NULL),(18817,39,'[$]POSITIVE[/$],,5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0','',537,0,'2013-11-29 08:00:00',17047,NULL),(18818,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,5ded0e651fcb8ca1249059cf3d8c3ff6f1f2ace0','',537,0,'2013-11-29 08:00:00',17047,NULL),(18819,57,'','',558,0,'2013-11-29 15:51:53',17051,NULL),(18820,133,'','',558,0,'2013-11-29 15:51:53',17051,NULL),(18821,132,'','',558,0,'2013-11-29 15:51:53',17051,NULL),(18822,56,'','',558,0,'2013-11-29 15:51:53',17051,NULL),(18823,65,'','',558,0,'2013-11-29 15:51:53',17051,NULL),(18824,68,'4.8,NEGATIVE,NEGATIVE,,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-11-29 08:00:00',17052,NULL),(18825,9,'','',558,0,'2013-11-29 15:59:37',17052,NULL),(18826,18,'[$]NO MALARIA PARASITE SEEN[/$],-,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-11-29 08:00:00',17052,NULL),(18827,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-11-29 08:00:00',17054,NULL),(18828,39,'[$]POSITIVE[/$],,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-11-29 08:00:00',17057,NULL),(18829,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-11-29 08:00:00',17057,NULL),(18830,57,'','',558,0,'2013-11-29 15:59:37',17061,NULL),(18831,133,'','',558,0,'2013-11-29 15:59:37',17061,NULL),(18832,131,'','',558,0,'2013-11-29 15:59:37',17061,NULL),(18833,132,'','',558,0,'2013-11-29 15:59:37',17061,NULL),(18834,92,'1.3,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',534,0,'2013-12-03 08:00:00',17061,NULL),(18835,56,'','',558,0,'2013-11-29 15:59:37',17061,NULL),(18836,9,'','',558,0,'2013-11-29 16:13:32',17062,NULL),(18837,70,'4.9,,6511ca80a570baaf47fa9a0b72773b2870ca09f2','',537,0,'2013-11-29 08:00:00',17062,NULL),(18838,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6511ca80a570baaf47fa9a0b72773b2870ca09f2','',537,0,'2013-11-29 08:00:00',17064,NULL),(18839,108,'NON - REACTIVE,6511ca80a570baaf47fa9a0b72773b2870ca09f2','',537,0,'2013-11-29 08:00:00',17067,NULL),(18840,98,'NO GRAM NEGATIVE INTRACELLULAR DIPLOCOCCI SEEN,9ce7e7c3f8b1b0d9384a56feb84dcfc379c4ad74','',534,0,'2013-11-29 08:00:00',17068,NULL),(18841,9,'','',558,0,'2013-11-29 16:19:40',17069,NULL),(18842,19,'NEGATIVE,,e3769371382914e37781b3244a5f88886ccc9779','',534,0,'2013-11-29 08:00:00',17069,NULL),(18843,9,'','',558,0,'2013-11-29 16:39:03',17070,NULL),(18844,18,'[$] MALARIA PARASITES PRESENT (+)[/$],TROPHOZOITES,6e4cdfde25744b62b65cbdca6010193139d57ec0','',534,0,'2013-11-29 08:00:00',17070,NULL),(18845,9,'','',558,0,'2013-11-29 16:49:15',17071,NULL),(18846,36,'No Bacteria Growth,##,##,,e1fa62eb01c5d393ec691b6726bdaa9db91d4932','',537,0,'2013-12-02 08:00:00',17073,NULL),(18847,35,'CLOUDY,BLOODY,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,>30,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,e1fa62eb01c5d393ec691b6726bdaa','',537,0,'2013-11-29 08:00:00',17073,NULL),(18848,68,'','',558,0,'2013-11-29 16:58:58',17074,NULL),(18849,9,'','',558,0,'2013-11-29 16:58:58',17074,NULL),(18850,57,'','',558,0,'2013-11-29 16:58:58',17076,NULL),(18851,133,'','',558,0,'2013-11-29 16:58:58',17076,NULL),(18852,132,'','',558,0,'2013-11-29 16:58:58',17076,NULL),(18853,56,'','',558,0,'2013-11-29 16:58:58',17076,NULL),(18854,35,'HAZY,LIGHT AMBER,6.0,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,6,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,,f7c5ce3037bc4bac95b901b768cfdf','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.025, PROTEIN:TRACE, LEUCOCYTE:POSITIVE ++, PUS CELLS:30, EPITHELIAL CELLS:6',541,0,'2013-11-29 17:17:41',17077,NULL),(18855,22,'20,354bab8abe8cda310e26c631ba2d613869c981cf','',534,0,'2013-11-29 08:00:00',17078,NULL),(18856,9,'','',558,0,'2013-11-29 17:20:23',17078,NULL),(18857,70,'5.1,,354bab8abe8cda310e26c631ba2d613869c981cf','',534,0,'2013-11-29 08:00:00',17078,NULL),(18858,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,,354bab8abe8cda310e26c631ba2d61386','COLOUR:LIGHT AMBER, pH:7.5, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:2',541,0,'2013-11-29 18:48:51',17080,NULL),(18859,108,'NON - REACTIVE,354bab8abe8cda310e26c631ba2d613869c981cf','',534,0,'2013-11-29 08:00:00',17083,NULL),(18860,107,'1/20,1/20,354bab8abe8cda310e26c631ba2d613869c981cf','',534,0,'2013-11-29 08:00:00',17083,NULL),(18861,22,'9,4ee23f96f9e706a298995242a7b264ddeaff24a6','',534,0,'2013-11-29 08:00:00',17084,NULL),(18862,9,'','',558,0,'2013-11-29 17:23:21',17084,NULL),(18863,70,'5.3,,4ee23f96f9e706a298995242a7b264ddeaff24a6','',534,0,'2013-11-29 08:00:00',17084,NULL),(18864,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,>30,16,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,4ee23f96f9e706a298995242a7b264ddeaf',', ',541,0,'2013-11-29 08:00:00',17086,NULL),(18865,108,'NON - REACTIVE,4ee23f96f9e706a298995242a7b264ddeaff24a6','',534,0,'2013-11-29 08:00:00',17089,NULL),(18866,107,'1/20,1/20,4ee23f96f9e706a298995242a7b264ddeaff24a6','',534,0,'2013-11-29 08:00:00',17089,NULL),(18867,211,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18868,60,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18869,57,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18870,133,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18871,130,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18872,131,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18873,132,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18874,56,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18875,65,'','',558,0,'2013-11-29 17:25:49',17090,NULL),(18876,68,'','',558,0,'2013-11-29 17:25:50',17092,NULL),(18877,19,'NEGATIVE,,68f1f643620b53214323b7defd5a6a43a226dc95','',534,0,'2013-11-29 08:00:00',17093,NULL),(18878,18,'[$]NO MALARIA PARASITES SEEN [/$],-,68f1f643620b53214323b7defd5a6a43a226dc95','',534,0,'2013-11-29 08:00:00',17093,NULL),(18879,36,'No Bacteria Growth,##,##,,68f1f643620b53214323b7defd5a6a43a226dc95','',535,0,'2013-12-01 08:00:00',17095,NULL),(18880,9,'','',558,0,'2013-11-29 17:39:11',17096,NULL),(18881,22,'16,305d14a6d649ea62267ac0c4d9bb51726af1af4f','',534,0,'2013-11-29 08:00:00',17097,NULL),(18882,9,'','',558,0,'2013-11-29 17:46:20',17097,NULL),(18883,70,'4.6,,305d14a6d649ea62267ac0c4d9bb51726af1af4f','',534,0,'2013-11-29 08:00:00',17097,NULL),(18884,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,305d14a6d649ea62267ac0c4d9bb51726af1af4f','pH:6.0, SPECIFIC GRAVITY:1.025',541,0,'2013-11-29 19:00:53',17099,NULL),(18885,108,'NON - REACTIVE,305d14a6d649ea62267ac0c4d9bb51726af1af4f','',534,0,'2013-11-29 08:00:00',17102,NULL),(18886,107,'1/20,1/20,305d14a6d649ea62267ac0c4d9bb51726af1af4f','',534,0,'2013-11-29 08:00:00',17102,NULL),(18887,36,'Coliforms,##,##,,0b30f82c1f71d17875a3a1631b24b8c2a27db5d1','',535,0,'2013-12-01 08:00:00',17103,NULL),(18888,35,'HAZY,AMBER,6.5,1.025,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,>30,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,0b30f82c1f71d17875a3a1631b24b8c2a27db5',', ',541,0,'2013-11-29 08:00:00',17103,NULL),(18889,9,'','',541,0,'2013-11-29 17:50:43',17104,NULL),(18890,18,'[$]NO MALARIA PARASITES SEEN [/$],-,f4ec7ff2e3ca51ff83af00e6e0df9b0de0757cfc','',534,0,'2013-11-29 08:00:00',17104,NULL),(18891,9,'','',558,0,'2013-11-29 17:51:30',17105,NULL),(18892,22,'','',558,0,'2013-11-29 18:02:45',17106,NULL),(18893,9,'','',558,0,'2013-11-29 18:02:45',17106,NULL),(18894,25,'NO DEFECT,,cbaeb005104e98c21faa691478c827be5168ded9','',552,0,'2013-11-29 08:00:00',17106,NULL),(18895,19,'NEGATIVE,,cbaeb005104e98c21faa691478c827be5168ded9','',552,0,'2013-11-29 08:00:00',17106,NULL),(18896,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cbaeb005104e98c21faa691478c827be5168ded9','',552,0,'2013-11-29 08:00:00',17106,NULL),(18897,20,'NEGATIVE,cbaeb005104e98c21faa691478c827be5168ded9','',552,0,'2013-11-29 08:00:00',17106,NULL),(18898,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,cbaeb005104e98c21faa691478c827be5168ded9','',543,0,'2013-11-30 08:00:00',17108,NULL),(18899,107,'1/20,1/20,cbaeb005104e98c21faa691478c827be5168ded9','',552,0,'2013-11-29 08:00:00',17111,NULL),(18900,39,'[$]NEGATIVE[/$],,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-12-03 08:00:00',17112,NULL),(18901,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6f918a696d02ee3c7b75a053b35001d6477cfb5a','',537,0,'2013-12-03 08:00:00',17112,NULL),(18902,226,'','',558,0,'2013-11-29 18:13:34',17113,NULL),(18903,9,',,,,,,,,,,,,,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:13',17114,NULL),(18904,18,'[$]NOT MALARIA PARASITE SEEN[/$],-,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:13',17114,NULL),(18905,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01',', ',541,0,'2013-11-29 08:00:00',17116,NULL),(18906,211,',,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:55',17119,NULL),(18907,60,',,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:55',17119,NULL),(18908,133,',,,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:55',17119,NULL),(18909,131,',,,,,,,,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:55',17119,NULL),(18910,132,',,,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:55',17119,NULL),(18911,107,'1/20,1/20,,f682ee7e5d9b53ce1449dcdd04c25861bae04e01','',541,0,'2013-11-29 19:05:55',17119,NULL),(18912,135,'[$]Candida spp.[/$],##,##,,1d72f6686975e23e440e1c5d4a40c27f058957e1','',535,0,'2013-12-01 08:00:00',17120,NULL),(18913,134,'SCANTY,MODERATE,NOT SEEN,PRESENT (+++),,1d72f6686975e23e440e1c5d4a40c27f058957e1','',535,0,'2013-12-01 08:00:00',17120,NULL),(18914,9,'','',558,0,'2013-11-29 18:46:54',17121,NULL),(18915,33,'756.2,d2b6a92e220602e24bc4f946c9be92a3fdcdaf7a','',534,0,'2013-12-04 08:00:00',17123,NULL),(18916,9,'','',558,0,'2013-11-29 18:50:08',17124,NULL),(18917,36,'No Bacteria Growth,##,##,,8f5a674d69768179e5b30c79571ef9fa1ad38303','',535,0,'2013-12-01 08:00:00',17126,NULL),(18918,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8f5a674d69768179e5b30c79571ef9fa1ad38303',', ',541,0,'2013-11-29 08:00:00',17126,NULL),(18919,57,'','',558,0,'2013-11-29 18:50:08',17129,NULL),(18920,133,'','',558,0,'2013-11-29 18:50:08',17129,NULL),(18921,56,'','',558,0,'2013-11-29 18:50:08',17129,NULL),(18922,9,'','',558,0,'2013-11-29 18:53:31',17130,NULL),(18923,19,'NEGATIVE,,a3612f954ea09cc0f8d73ba85cbd0003f7191e3d','',534,0,'2013-11-29 08:00:00',17130,NULL),(18924,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a3612f954ea09cc0f8d73ba85cbd0003f7191e3d','',534,0,'2013-11-29 08:00:00',17130,NULL),(18925,35,'HAZY,LIGHT AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,16,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a3612f954ea09cc0f8d73ba85cbd0003f7191e3d',', ',541,0,'2013-11-29 08:00:00',17132,NULL),(18926,14,'NEGATIVE,a3612f954ea09cc0f8d73ba85cbd0003f7191e3d','',534,0,'2013-11-29 08:00:00',17135,NULL),(18927,16,'POSITIVE,a3612f954ea09cc0f8d73ba85cbd0003f7191e3d','',534,0,'2013-11-29 08:00:00',17139,NULL),(18928,9,'','',558,0,'2013-11-29 18:57:24',17140,NULL),(18929,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3c4d843a37b830e41bf5f5a32a95dcd3bf43ee5e','',534,0,'2013-11-29 08:00:00',17140,NULL),(18930,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3c4d843a37b830e41bf5f5a32a95dcd3bf43ee5e',', ',541,0,'2013-11-29 08:00:00',17142,NULL),(18931,22,'2,ca2cfe0cbb8f60537a526dc7063767b4f2e876ad','',541,0,'2013-11-29 08:00:00',17143,NULL),(18932,9,'','',558,0,'2013-11-29 19:03:06',17143,NULL),(18933,131,'','',558,0,'2013-11-29 19:05:11',17144,NULL),(18934,131,'','',558,0,'2013-11-29 19:07:04',17145,NULL),(18935,11,'16.0,[$]14.0[/$],[$]1.1[/$],1.17,THERAPEUTIC : 2.0 - 4.0,2c648240fb3cc5d6c318babc9e160eda531237af','',534,0,'2013-11-29 08:00:00',17147,NULL),(18936,9,'','',558,0,'2013-11-29 19:13:41',17148,NULL),(18937,107,'1/20,1/20,e5305666ab0daafe84aa61a59df1f20333b08b3a','',534,0,'2013-11-29 08:00:00',17150,NULL),(18938,9,'','',558,0,'2013-11-29 19:22:05',17151,NULL),(18939,19,'NEGATIVE,,f03640be8a25bacfd88d0de159b44a3c7998be22','',534,0,'2013-11-29 08:00:00',17151,NULL),(18940,9,'','',558,0,'2013-11-29 19:29:49',17152,NULL),(18941,19,'NEGATIVE,,dd016fb9e19e64cd4acf98ca58e382acdd4f912a','',534,0,'2013-11-29 08:00:00',17152,NULL),(18942,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,dd016fb9e19e64cd4acf98ca58e382acdd4f912a','',552,0,'2013-11-29 08:00:00',17154,NULL),(18943,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,a059f02f13586d53c97a93ae4b707ed3c5bfdff9','',534,0,'2013-11-29 08:00:00',17155,NULL),(18944,36,'Escherichia coli,##,##,,a059f02f13586d53c97a93ae4b707ed3c5bfdff9','',534,0,'2013-11-29 08:00:00',17155,NULL),(18945,34,'[$]12.9[/$],2a9f3328acda12cd2a3a6d700b86b5e1324729c8','',534,0,'2013-12-04 08:00:00',17156,NULL),(18946,33,'705.1,2a9f3328acda12cd2a3a6d700b86b5e1324729c8','',534,0,'2013-12-04 08:00:00',17156,NULL),(18947,21,'A,POSITIVE,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-29 08:00:00',17157,NULL),(18948,9,'','',558,0,'2013-11-29 19:51:01',17157,NULL),(18949,25,'NO DEFECT,,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-29 08:00:00',17157,NULL),(18950,20,'NEGATIVE,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-29 08:00:00',17157,NULL),(18951,35,'HAZY,LIGHT AMBER,6.5,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,18,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1e627af72e1bc4e73453294c81ca25c6fb0eed17',', ',541,0,'2013-11-29 08:00:00',17159,NULL),(18952,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',541,0,'2013-11-29 08:00:00',17162,NULL),(18953,112,'NEGATIVE,,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-29 08:00:00',17166,NULL),(18954,27,'NON-REACTIVE,-,NEGATIVE,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-29 08:00:00',17166,NULL),(18955,108,'NON - REACTIVE,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',552,0,'2013-11-29 08:00:00',17166,NULL),(18956,38,'[$]NO Salmonellae spp. OR Shigellae spp. ISOLATED[/$],##,##,,1088db3e997df9b8ebb4cf8405b416939a760626','',535,0,'2013-12-01 08:00:00',17167,NULL),(18957,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,1088db3e997df9b8ebb4cf8405b416939a760626','',541,0,'2013-11-29 08:00:00',17167,NULL),(18958,9,',,,,,,,,,,,,,,53f1d37136eab55bdcff9a3a95c1ed49efb73565','',541,0,'2013-11-29 20:51:40',17168,NULL),(18959,19,'NEGATIVE,,53f1d37136eab55bdcff9a3a95c1ed49efb73565','',541,0,'2013-11-29 20:51:40',17168,NULL),(18960,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,53f1d37136eab55bdcff9a3a95c1ed49efb73565','',541,0,'2013-11-29 20:51:40',17168,NULL),(18961,36,'No Bacteria Growth,##,##,,53f1d37136eab55bdcff9a3a95c1ed49efb73565','',535,0,'2013-12-01 08:00:00',17170,NULL),(18962,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,53f1d37136eab55bdcff9a3a95c1ed49ef',', ',541,0,'2013-11-29 08:00:00',17170,NULL),(18963,107,'1/20,1/20,,53f1d37136eab55bdcff9a3a95c1ed49efb73565','',541,0,'2013-11-29 20:52:01',17173,NULL),(18964,9,'','',558,0,'2013-11-29 20:09:44',17174,NULL),(18965,12,'33.0,84d90b3dc9f663352e93c94208c00507738b341d','',552,0,'2013-11-29 08:00:00',17176,NULL),(18966,11,'14.0,[$]14.0[/$],[$]1.0\n[/$],1.0,THERAPEUTIC : 2.0 - 4.0,84d90b3dc9f663352e93c94208c00507738b341d','',552,0,'2013-11-29 08:00:00',17176,NULL),(18967,78,'','',558,0,'2013-11-29 20:09:45',17179,NULL),(18968,57,'','',558,0,'2013-11-29 20:09:45',17179,NULL),(18969,133,'','',558,0,'2013-11-29 20:09:45',17179,NULL),(18970,131,'','',558,0,'2013-11-29 20:09:45',17179,NULL),(18971,56,'','',558,0,'2013-11-29 20:09:45',17179,NULL),(18972,9,',,,,,,,,,,,,,,7b2a266d6d3e4a72c215fd35e0c5a450b71830b9','',541,0,'2013-11-29 22:03:37',17180,NULL),(18973,19,'NEGATIVE,,7b2a266d6d3e4a72c215fd35e0c5a450b71830b9','',541,0,'2013-11-29 22:03:37',17180,NULL),(18974,18,'[$]NO MALARIA PARASITE[/$],-,,7b2a266d6d3e4a72c215fd35e0c5a450b71830b9','',541,0,'2013-11-29 22:03:37',17180,NULL),(18975,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,7b2a266d6d3e4a72c215fd35e0c5a450b7',', ',541,0,'2013-11-29 08:00:00',17182,NULL),(18976,107,'1/20,1/20,,7b2a266d6d3e4a72c215fd35e0c5a450b71830b9','',541,0,'2013-11-29 22:04:03',17185,NULL),(18977,9,'','',558,0,'2013-11-29 20:44:15',17186,NULL),(18978,37,'GREENISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,63b1c3615dc44a99fc63d1dfc527b2824f9f15c2','',541,0,'2013-11-29 08:00:00',17188,NULL),(18979,22,'3,c8a0d567c2707f12fc551830c6651f4ccbe2927b','',552,0,'2013-11-29 08:00:00',17189,NULL),(18980,68,'4.6,-,-,,c8a0d567c2707f12fc551830c6651f4ccbe2927b','NON DIABETIC, ',541,0,'2013-11-30 08:00:00',17189,NULL),(18981,9,'','',558,0,'2013-11-29 20:47:39',17189,NULL),(18982,19,'NEGATIVE,,c8a0d567c2707f12fc551830c6651f4ccbe2927b','',552,0,'2013-11-29 08:00:00',17189,NULL),(18983,35,'','',558,0,'2013-11-29 20:47:39',17191,NULL),(18984,57,'','',558,0,'2013-11-29 20:47:39',17194,NULL),(18985,133,'','',558,0,'2013-11-29 20:47:39',17194,NULL),(18986,131,'','',558,0,'2013-11-29 20:47:39',17194,NULL),(18987,56,'','',558,0,'2013-11-29 20:47:39',17194,NULL),(18988,9,'','',558,0,'2013-11-29 20:52:10',17195,NULL),(18989,19,'NEGATIVE,,40788039716bcddcd1992e0192168c34c2dbe7ff','',552,0,'2013-11-29 08:00:00',17195,NULL),(18990,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,40788039716bcddcd1992e0192168c34c2dbe7ff','',552,0,'2013-11-29 08:00:00',17197,NULL),(18991,9,'','',558,0,'2013-11-29 20:58:07',17198,NULL),(18992,16,'POSITIVE,07defc007cc1018d8a435313ce872e64d105bd34','',552,0,'2013-11-29 08:00:00',17200,NULL),(18993,132,'','',558,0,'2013-11-29 20:58:07',17200,NULL),(18994,14,'NEGATIVE,07defc007cc1018d8a435313ce872e64d105bd34','',555,0,'2013-12-02 08:00:00',17203,NULL),(18995,9,'','',558,0,'2013-11-29 21:05:14',17204,NULL),(18996,19,'','',558,0,'2013-11-29 21:05:14',17204,NULL),(18997,9,',,,,,,,,,,,,,,516df1ccf158e814cc0f1660cdfadf350b3430e0','',541,0,'2013-11-29 22:01:06',17205,NULL),(18998,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,516df1ccf158e814cc0f1660cdfadf350b3430e0','',541,0,'2013-11-29 22:01:06',17205,NULL),(18999,36,'No Bacteria Growth,##,##,,516df1ccf158e814cc0f1660cdfadf350b3430e0','',535,0,'2013-12-01 08:00:00',17207,NULL),(19000,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,516df1ccf158e814cc0f1660cdfadf350b3430e0',', ',541,0,'2013-11-29 08:00:00',17207,NULL),(19001,89,'23.0,Male : 2.0 - 15.0_Mid Cycle: 2.0 - 20.0_Follicular/Luteal phase 2.0 - 10.0_Pregnant < 2.0_Post Menopausal > 15.0,277f092e2ca235cbd00cce8bad340f64b5243b85','',534,0,'2013-12-05 08:00:00',17208,NULL),(19002,91,'9.3,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),277f092e2ca235cbd00cce8bad340f64b5243b85','',534,0,'2013-12-05 08:00:00',17208,NULL),(19003,3,'1.4,1.1,1.8,277f092e2ca235cbd00cce8bad340f64b5243b85','',534,0,'2013-12-05 08:00:00',17208,NULL),(19004,9,'','',558,0,'2013-11-29 21:46:46',17209,NULL),(19005,19,'NEGATIVE,,71bc2871eb140b776b8df8976ae27b0ff9db1a9e','',552,0,'2013-11-29 08:00:00',17209,NULL),(19006,35,'HAZY,STRAW,5.0,1.015,TRACE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,71bc2871eb140b776b8df8976ae27b0ff9db1a9e','',552,0,'2013-11-29 08:00:00',17211,NULL),(19007,22,'20,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',552,0,'2013-11-29 08:00:00',17212,NULL),(19008,223,'[$][/$],91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',552,0,'2013-11-29 08:00:00',17212,NULL),(19009,25,'NO DEFECT,,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',552,0,'2013-11-29 08:00:00',17212,NULL),(19010,20,'NEGATIVE,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',552,0,'2013-11-29 08:00:00',17212,NULL),(19011,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','pH:6.0, SPECIFIC GRAVITY:1.020, EPITHELIAL CELLS:4',552,0,'2013-11-30 01:40:03',17214,NULL),(19012,39,'NEGATIVE,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','',555,0,'2013-12-13 08:00:00',17217,NULL),(19013,27,'NON-REACTIVE,-,NEGATIVE,,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',552,0,'2013-11-30 01:38:13',17221,NULL),(19014,131,',,,,,,,,,91ac9eb8905e382fb8b29e25bb9dc8b161572a37','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',552,0,'2013-11-30 01:38:13',17221,NULL),(19015,9,'','',530,0,'2013-11-29 22:29:18',17222,NULL),(19016,21,'O,POSITIVE,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',552,0,'2013-11-29 08:00:00',17223,NULL),(19017,25,'NO DEFECT,,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',552,0,'2013-11-29 08:00:00',17223,NULL),(19018,20,'NEGATIVE,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',552,0,'2013-11-29 08:00:00',17223,NULL),(19019,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,AMORPHOUS PHOSPHATE (++),NOT SEE,,,,,,,,,,,N,NOT SEEN,,2f7af3a3a9642fd993c91a','CLARITY:HAZY, pH:8.0, SPECIFIC GRAVITY:1.015, EPITHELIAL CELLS:2',552,0,'2013-11-30 01:41:57',17225,NULL),(19020,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',543,0,'2013-11-30 08:00:00',17226,NULL),(19021,112,'NEGATIVE,,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',552,0,'2013-11-29 08:00:00',17228,NULL),(19022,27,'NON-REACTIVE,-,NEGATIVE,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',552,0,'2013-11-29 08:00:00',17228,NULL),(19023,108,'NON - REACTIVE,2f7af3a3a9642fd993c91a8b548fa5bc28aa2704','',552,0,'2013-11-29 08:00:00',17228,NULL),(19024,9,'','',530,0,'2013-11-29 22:45:52',17229,NULL),(19025,9,'','',530,0,'2013-11-29 22:52:06',17230,NULL),(19026,35,'','',530,0,'2013-11-29 22:52:06',17232,NULL),(19027,9,'','',530,0,'2013-11-29 23:10:33',17233,NULL),(19028,19,'NEGATIVE,,991a02ce6e3d4adcae30a5a87435246108aca66c','',534,0,'2013-11-29 08:00:00',17233,NULL),(19029,18,'[$]NO MALARIA PARASITES SEEN [/$],-,991a02ce6e3d4adcae30a5a87435246108aca66c','',534,0,'2013-11-29 08:00:00',17233,NULL),(19030,22,'7,,478fdbcf2d541467829c5175aadfff620fea4110','',552,0,'2013-11-29 23:16:15',17234,NULL),(19031,19,'NEGATIVE,,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',534,0,'2013-11-29 08:00:00',17235,NULL),(19032,18,'[$]NO MALARIA PARASITES SEEN [/$],-,1e627af72e1bc4e73453294c81ca25c6fb0eed17','',534,0,'2013-11-29 08:00:00',17235,NULL),(19033,35,'','',530,0,'2013-11-29 23:16:29',17237,NULL),(19034,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1e627af72e1bc4e73453294c81ca25c6fb0eed17',', ',552,0,'2013-11-29 08:00:00',17238,NULL),(19035,22,'5,55cb13bdf02a632915dc32e2d5ac8b3a443d5d02','',552,0,'2013-11-29 08:00:00',17239,NULL),(19036,9,'','',530,0,'2013-11-29 23:19:53',17239,NULL),(19037,18,'[$]NO MALARIA PARASITES SEEN[/$],-,55cb13bdf02a632915dc32e2d5ac8b3a443d5d02','',552,0,'2013-11-29 08:00:00',17239,NULL),(19038,97,'','',530,0,'2013-11-29 23:19:53',17241,NULL),(19039,25,'NO DEFECT,,73e8706ae71714e496eb19afdceb35b89bdfc124','',552,0,'2013-11-29 23:25:14',17242,NULL),(19040,107,'1/20,1/20,,73e8706ae71714e496eb19afdceb35b89bdfc124','',552,0,'2013-11-29 23:26:56',17243,NULL),(19041,22,'56,195c13066cc75601b903b6053981e318a1e8c1e1','',552,0,'2013-11-29 08:00:00',17244,NULL),(19042,68,'','',530,0,'2013-11-29 23:48:42',17244,NULL),(19043,9,'','',530,0,'2013-11-29 23:48:42',17244,NULL),(19044,70,'','',530,0,'2013-11-29 23:48:42',17244,NULL),(19045,36,'No Significant Bacteria Growth,##,##,,195c13066cc75601b903b6053981e318a1e8c1e1','',535,0,'2013-12-01 08:00:00',17246,NULL),(19046,35,'HAZY,STRAW,8.0,1.010,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,6,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,195c13066cc75601b903b6053981e3',', ',535,0,'2013-12-01 08:00:00',17246,NULL),(19047,74,'','',530,0,'2013-11-29 23:48:43',17249,NULL),(19048,131,'','',530,0,'2013-11-29 23:48:43',17249,NULL),(19049,92,'0.9,195c13066cc75601b903b6053981e318a1e8c1e1','',534,0,'2013-12-03 08:00:00',17249,NULL),(19050,57,'','',530,0,'2013-11-30 00:26:05',17250,NULL),(19051,133,'','',530,0,'2013-11-30 00:26:05',17250,NULL),(19052,56,'','',530,0,'2013-11-30 00:26:05',17250,NULL),(19053,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1df11db9c0406b24be074e4e2bd13e1257d66491',', ',552,0,'2013-11-29 08:00:00',17252,NULL),(19054,68,'','',530,0,'2013-11-30 00:26:05',17255,NULL),(19055,22,'22,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-11-29 08:00:00',17256,NULL),(19056,9,'','',530,0,'2013-11-30 00:31:43',17256,NULL),(19057,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-11-29 08:00:00',17256,NULL),(19058,20,'NEGATIVE,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-11-29 08:00:00',17256,NULL),(19059,71,'POSITIVE,,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-11-29 08:00:00',17258,NULL),(19060,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),INCREASED,10,14,0,NOT SEEN,NOT SEEN,,,,,,,,,,,,NOT SEEN,3940aae50e12b42c55d8e999',', ',552,0,'2013-11-29 08:00:00',17258,NULL),(19061,71,'POSITIVE,,338a57c668541faf7f2b0993a7801ca821b5e0ee','U PREGNANCY TEST:POSITIVE',552,0,'2013-11-30 00:32:11',17259,NULL),(19062,9,',,,,,,,,,,,,,,7fa81b4b2b3efc2e7c13045e199cc1c599fb0771','',552,0,'2013-11-30 02:10:14',17260,NULL),(19063,19,'NEGATIVE,,7fa81b4b2b3efc2e7c13045e199cc1c599fb0771','',552,0,'2013-11-30 02:10:14',17260,NULL),(19064,22,'87,ed3649a4adf58f8861d439aae26ba89c1778eec0','',552,0,'2013-11-29 08:00:00',17261,NULL),(19065,9,'','',530,0,'2013-11-30 01:09:36',17261,NULL),(19066,19,'NEGATIVE,,ed3649a4adf58f8861d439aae26ba89c1778eec0','',552,0,'2013-11-29 08:00:00',17261,NULL),(19067,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ed3649a4adf58f8861d439aae26ba89c1778eec0','',552,0,'2013-11-29 08:00:00',17261,NULL),(19068,35,'CLEAR,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (++),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,4,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,ed3649a4adf58f8861d439aae26ba',', ',552,0,'2013-11-29 08:00:00',17263,NULL),(19069,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,ed3649a4adf58f8861d439aae26ba89c1778eec0','',534,0,'2013-12-02 08:00:00',17266,NULL),(19070,9,'','',558,0,'2013-11-30 01:25:41',17267,NULL),(19071,112,'NEGATIVE,,7507ed189fd3def0389ec7d00098f7cc34da2a48','',552,0,'2013-11-29 08:00:00',17269,NULL),(19072,117,'NEGATIVE,7507ed189fd3def0389ec7d00098f7cc34da2a48','',552,0,'2013-11-29 08:00:00',17269,NULL),(19073,128,'','',558,0,'2013-11-30 01:25:41',17269,NULL),(19074,16,'POSITIVE,e28cd5860b0c27cf6febb1356d1795ec105f70ed','',552,0,'2013-11-29 08:00:00',17270,NULL),(19075,14,'POSITIVE,e28cd5860b0c27cf6febb1356d1795ec105f70ed','',552,0,'2013-11-29 08:00:00',17272,NULL),(19076,19,'NEGATIVE,,f042cd0f863d97922e3ce73c740ad558d2a68f9e','',552,0,'2013-11-29 08:00:00',17273,NULL),(19077,9,'','',558,0,'2013-11-30 02:19:20',17274,NULL),(19078,19,'NEGATIVE,,36a9cc83309dcdd9a610760519336460d1ca7e74','',552,0,'2013-11-29 08:00:00',17274,NULL),(19079,128,'','',558,0,'2013-11-30 02:19:20',17276,NULL),(19080,9,'','',558,0,'2013-11-30 02:26:51',17277,NULL),(19081,135,'[$]NO PATHOGEN ISOLATED[/$],##,##,,eedb0f8f9928927a6e7480b5ab0b74e0424cd001','',535,0,'2013-12-01 08:00:00',17279,NULL),(19082,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,f042cd0f863d97922e3ce73c740ad558d2a68f9e','',552,0,'2013-11-30 02:48:08',17280,NULL),(19083,9,'','',531,0,'2013-11-30 03:20:25',17281,NULL),(19084,19,'NEGATIVE,,cf1c38a4a9f6f1d8ba9ebf8781dbb7a44a2b3172','',552,0,'2013-11-29 08:00:00',17281,NULL),(19085,35,'','',531,0,'2013-11-30 03:20:25',17283,NULL),(19086,41,'[$]2:45PM[/$],[$]2:51PM[/$],[$]3:45PM[/$],MASTURBATION,GREY,COMPLETE LIQUEFACTION,OPAQUE,[$]7.8[/$],[$]7.5[/$],[$]65% shows active linear motility[/$],[$]80% live spermatozoa[/$],[$]71.6million spermat','WBC:PRESENT +',553,0,'2013-12-04 02:00:32',17284,NULL),(19087,222,'3.7,4.85,15.6,44.5,91.8,32.2,35.1,159,33.9,20.8,45.3,1.3,0.8,1.6,13.0,10.0,,189f8f23792422ea855c726f5202924e9101d61f','',557,0,'2013-11-29 08:00:00',17285,NULL),(19088,28,'POSITIVE,[$]AS[/$],,189f8f23792422ea855c726f5202924e9101d61f','',537,0,'2013-12-03 08:00:00',17285,NULL),(19089,19,'NEGATIVE,,189f8f23792422ea855c726f5202924e9101d61f','',557,0,'2013-11-29 08:00:00',17285,NULL),(19090,18,'[$]NO MALARIA PARASITES SEEN[/$],-,189f8f23792422ea855c726f5202924e9101d61f','',557,0,'2013-11-29 08:00:00',17285,NULL),(19091,222,'4.4,4.35,13.2,40.5,93.1,30.3,32.6,273,20.9,12.7,66.4,0.9,0.6,2.9,14.1,9.4,,00d8f1b0784a3b2a187fba8820a050068c0c079f','',557,0,'2013-11-29 08:00:00',17286,NULL),(19092,14,'NEGATIVE,00d8f1b0784a3b2a187fba8820a050068c0c079f','',557,0,'2013-11-30 08:00:00',17288,NULL),(19093,222,'12.4,4.02,11.7,33.7,83.8,29.1,34.7,382,27.5,4.6,67.9,3.4,0.6,8.4,13.0,8.6,,22e9e21f05b1095530f1e73fce2a3764c052bb0d','',557,0,'2013-11-29 08:00:00',17289,NULL),(19094,18,'[$]NO MALARIA PARASITES SEEN[/$],-,22e9e21f05b1095530f1e73fce2a3764c052bb0d','',557,0,'2013-11-29 08:00:00',17289,NULL),(19095,222,'6.1,4.15,12.0,34.8,83.9,28.9,34.5,253,47.3,8.4,44.3,2.9,0.5,2.7,13.4,8.0,,41b3d3ebc870aab8422495e36ccab27ab10adca3','',557,0,'2013-11-29 08:00:00',17290,NULL),(19096,14,'POSITIVE,41b3d3ebc870aab8422495e36ccab27ab10adca3','',557,0,'2013-11-29 08:00:00',17292,NULL),(19097,97,'','',531,0,'2013-11-30 05:32:45',17295,NULL),(19098,222,'9.0,3.54,10.1,30.6,86.4,28.5,33.0,178,25.6,8.5,65.9,2.3,0.8,5.9,14.2,9.5,,067ccbc6502b5e3cd1165307a0ddc2fae52cae1b','',557,0,'2013-11-29 08:00:00',17296,NULL),(19099,19,'NEGATIVE,,067ccbc6502b5e3cd1165307a0ddc2fae52cae1b','',557,0,'2013-11-29 08:00:00',17296,NULL),(19100,18,'[$]NO MALARIA PARASITES SEEN[/$],-,067ccbc6502b5e3cd1165307a0ddc2fae52cae1b','',557,0,'2013-11-29 08:00:00',17296,NULL),(19101,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,16,12,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,067ccbc6502b5e3cd1165307a0ddc2fae5',', ',557,0,'2013-11-29 08:00:00',17298,NULL),(19102,22,'17,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-30 08:00:00',17299,NULL),(19103,222,'10.1,2.99,8.5,25.2,84.3,28.4,33.7,723,40.1,5.5,54.4,4.1,0.6,5.4,24.5,7.7,,e25525124dacd01dd4534e792df5b81954d33e97','',557,0,'2013-11-30 08:00:00',17299,NULL),(19104,222,'6.2,392,11.7,32.1,81.9,29.8,36.4,175,41.7,11.0,47.3,2.6,0.7,2.9,13.7,8.0,,b351a578eb48a863040ba1f7d8d172e1c4075e48','',557,0,'2013-11-29 08:00:00',17300,NULL),(19105,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b351a578eb48a863040ba1f7d8d172e1c4075e48','',557,0,'2013-11-29 08:00:00',17300,NULL),(19106,222,'9.2,5.01,13.5,38.1,76.0,26.9,35.4,315,58.3,5.7,36.0,5.4,0.5,3.3,15.0,7.8,,d6c599176df7e5c27fc16e6be421432b136a81a4','',557,0,'2013-11-29 08:00:00',17301,NULL),(19107,19,'NEGATIVE,,d6c599176df7e5c27fc16e6be421432b136a81a4','',557,0,'2013-11-29 08:00:00',17301,NULL),(19108,18,'[$]NO MALARIA PARASITES SEEB[/$],-,d6c599176df7e5c27fc16e6be421432b136a81a4','',557,0,'2013-11-29 08:00:00',17301,NULL),(19109,71,'NEGATIVE,,d6c599176df7e5c27fc16e6be421432b136a81a4','',557,0,'2013-11-29 08:00:00',17303,NULL),(19110,222,'12.4,4.71,12.4,37.4,79.4,26.3,33.2,163,65.8,3.2,31.0,8.2,0.4,3.8,14.2,9.4,,d272a32927037788300fca233fe5c925e6096541','',557,0,'2013-11-29 08:00:00',17304,NULL),(19111,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d272a32927037788300fca233fe5c925e6096541','',557,0,'2013-11-29 08:00:00',17304,NULL),(19112,222,'10.1,5.74,10.9,35.3,61.5,19.0,30.9,328,38.5,6.6,54.9,3.9,0.7,5.5,16.6,7.3,,d4383d7ffb0428ede37e9a43b8a7882376f6becb','',557,0,'2013-11-30 08:00:00',17305,NULL),(19113,19,'NEGATIVE,,d4383d7ffb0428ede37e9a43b8a7882376f6becb','',557,0,'2013-11-30 08:00:00',17305,NULL),(19114,71,'NEGATIVE,,d4383d7ffb0428ede37e9a43b8a7882376f6becb','',557,0,'2013-11-30 08:00:00',17307,NULL),(19115,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d4383d7ffb0428ede37e9a43b8a7882376f6becb',', ',557,0,'2013-11-30 08:00:00',17307,NULL),(19116,222,'10.0,4.52,9.5,29.2,64.6,21.0,32.5,278,8.5,5.7,85.8,0.9,0.6,8.5,15.9,7.7,,bcecf7df849b5600b4044b6203b108bde0732574','',557,0,'2013-11-30 08:00:00',17308,NULL),(19117,19,'NEGATIVE,,bcecf7df849b5600b4044b6203b108bde0732574','',557,0,'2013-11-30 08:00:00',17308,NULL),(19118,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bcecf7df849b5600b4044b6203b108bde0732574','',557,0,'2013-11-30 08:00:00',17308,NULL),(19119,68,'','',531,0,'2013-11-30 13:42:29',17309,NULL),(19120,222,'','',531,0,'2013-11-30 13:42:29',17309,NULL),(19121,57,'','',531,0,'2013-11-30 13:42:29',17311,NULL),(19122,133,'','',531,0,'2013-11-30 13:42:29',17311,NULL),(19123,131,'','',531,0,'2013-11-30 13:42:29',17311,NULL),(19124,132,'','',531,0,'2013-11-30 13:42:29',17311,NULL),(19125,56,'','',531,0,'2013-11-30 13:42:29',17311,NULL),(19126,11,'16.0,[$]14.0[/$],[$]1.1[/$],1.17,THERAPEUTIC : 2.0 - 4.0,8fac171475780c825258c8d88491e15031810dfd','',555,0,'2013-11-30 08:00:00',17314,NULL),(19127,11,'22,[$]14[/$],[$]1.6[/$],1.70,THERAPEUTIC : 2.0 - 4.0,c02e8242963692a8b50617af04bf2dfc361862fc','',555,0,'2013-11-30 08:00:00',17315,NULL),(19128,27,'NON-REACTIVE,-,NEGATIVE,886ee7560a6e3e5bffffebfc5a6910074d504f44','',555,0,'2013-11-30 08:00:00',17316,NULL),(19129,68,'5.4,-,-,,c687c07d0b747a5da08bdae03a00f40287ecf853','NON DIABETIC, ',555,0,'2013-11-30 08:00:00',17317,NULL),(19130,222,'','',531,0,'2013-11-30 15:28:18',17317,NULL),(19131,19,'NEGATIVE,,c687c07d0b747a5da08bdae03a00f40287ecf853','',555,0,'2013-11-30 08:00:00',17317,NULL),(19132,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c687c07d0b747a5da08bdae03a00f40287ecf853','',555,0,'2013-11-30 08:00:00',17317,NULL),(19133,71,'POSITIVE,,c687c07d0b747a5da08bdae03a00f40287ecf853','',543,0,'2013-11-30 08:00:00',17319,NULL),(19134,68,'5.6,-,-,,c37742ef2c2e0a461f81062c6d949714a6db85e1','NON DIABETIC, ',555,0,'2013-11-30 08:00:00',17320,NULL),(19135,9,'','',530,0,'2013-11-30 15:37:11',17320,NULL),(19136,57,'','',530,0,'2013-11-30 15:37:11',17322,NULL),(19137,133,'','',530,0,'2013-11-30 15:37:11',17322,NULL),(19138,112,'NEGATIVE,,c37742ef2c2e0a461f81062c6d949714a6db85e1','',555,0,'2013-11-30 08:00:00',17322,NULL),(19139,27,'NON-REACTIVE,-,NEGATIVE,c37742ef2c2e0a461f81062c6d949714a6db85e1','',555,0,'2013-11-30 08:00:00',17322,NULL),(19140,56,'','',530,0,'2013-11-30 15:37:11',17322,NULL),(19141,108,'NON - REACTIVE,c37742ef2c2e0a461f81062c6d949714a6db85e1','',555,0,'2013-11-30 08:00:00',17322,NULL),(19142,36,'No Bacteria Growth,##,##,,c37742ef2c2e0a461f81062c6d949714a6db85e1','',535,0,'2013-12-01 08:00:00',17325,NULL),(19143,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c37742ef2c2e0a461f81062c6d949714a6db85e1',', ',535,0,'2013-11-30 08:00:00',17325,NULL),(19144,57,'','',530,0,'2013-11-30 15:40:58',17326,NULL),(19145,133,'','',530,0,'2013-11-30 15:40:58',17326,NULL),(19146,132,'','',530,0,'2013-11-30 15:40:58',17326,NULL),(19147,56,'','',530,0,'2013-11-30 15:40:58',17326,NULL),(19148,82,'','',530,0,'2013-11-30 15:40:58',17328,NULL),(19149,68,'','',530,0,'2013-11-30 15:40:58',17328,NULL),(19150,9,'','',530,0,'2013-11-30 15:40:58',17331,NULL),(19151,57,'','',530,0,'2013-11-30 16:01:59',17332,NULL),(19152,133,'','',530,0,'2013-11-30 16:01:59',17332,NULL),(19153,132,'','',530,0,'2013-11-30 16:01:59',17332,NULL),(19154,56,'','',530,0,'2013-11-30 16:01:59',17332,NULL),(19155,68,'','',530,0,'2013-11-30 16:01:59',17334,NULL),(19156,9,'','',530,0,'2013-11-30 16:01:59',17334,NULL),(19157,9,'','',530,0,'2013-11-30 16:09:03',17335,NULL),(19158,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ba6f48543266bf73fba6797074bafe3eb9f28cec','',555,0,'2013-11-30 08:00:00',17335,NULL),(19159,20,'NEGATIVE,ba6f48543266bf73fba6797074bafe3eb9f28cec','',555,0,'2013-11-30 08:00:00',17335,NULL),(19160,107,'1/20,1/40,ba6f48543266bf73fba6797074bafe3eb9f28cec','',555,0,'2013-11-30 08:00:00',17337,NULL),(19161,9,'','',530,0,'2013-11-30 17:05:37',17338,NULL),(19162,28,'NEGATIVE,[$]AA[/$],,e24024776fe8ce9972720ca1061673bb2c767466','',537,0,'2013-12-03 08:00:00',17338,NULL),(19163,9,'','',530,0,'2013-11-30 17:07:24',17339,NULL),(19164,28,'NEGATIVE,[$]AA[/$],,359bb2096bc616b5308245eb87aaecb7e895d0a5','',537,0,'2013-12-03 08:00:00',17339,NULL),(19165,19,'NEGATIVE,,359bb2096bc616b5308245eb87aaecb7e895d0a5','',555,0,'2013-11-30 08:00:00',17339,NULL),(19166,18,'[$]NO MALARIA PARASITES SEEN[/$],-,359bb2096bc616b5308245eb87aaecb7e895d0a5','',555,0,'2013-11-30 08:00:00',17339,NULL),(19167,135,'[$]NO PATHOGEN ISOLATED [/$],##,##,,bea20bccbddc38026edeb2d5beb74773a90e1246','',534,0,'2013-12-02 08:00:00',17340,NULL),(19168,134,'FEW,MANY,NOT SEEN,NOT SEEN,,bea20bccbddc38026edeb2d5beb74773a90e1246','',534,0,'2013-12-02 08:00:00',17340,NULL),(19169,21,'O,POSITIVE,753e5082a56a957686802e9da8d5ef9e765b5974','',555,0,'2013-11-30 08:00:00',17341,NULL),(19170,68,'4.5,-,-,,753e5082a56a957686802e9da8d5ef9e765b5974','NON DIABETIC, ',555,0,'2013-11-30 08:00:00',17341,NULL),(19171,57,'','',530,0,'2013-11-30 17:39:34',17342,NULL),(19172,133,'','',530,0,'2013-11-30 17:39:34',17342,NULL),(19173,131,'','',530,0,'2013-11-30 17:39:34',17342,NULL),(19174,56,'','',530,0,'2013-11-30 17:39:34',17342,NULL),(19175,68,'3.8,-,-,,64028a86a34658da98616d1aade7c12d02640dc6','',555,0,'2013-11-30 08:00:00',17344,NULL),(19176,9,'','',530,0,'2013-11-30 17:39:34',17344,NULL),(19177,18,'[$]20131130-32[/$],-,64028a86a34658da98616d1aade7c12d02640dc6','',555,0,'2013-11-30 08:00:00',17344,NULL),(19178,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,64028a86a34658da98616d1aade7c12d02640dc6',', ',543,0,'2013-11-30 08:00:00',17347,NULL),(19179,68,'4.3,-,-,,5266be668530ad682c09fd3c03f7fd0562d55f12','NON DIABETIC, ',541,0,'2013-11-30 08:00:00',17348,NULL),(19180,132,'','',530,0,'2013-11-30 17:45:31',17349,NULL),(19181,9,'','',530,0,'2013-11-30 17:48:28',17350,NULL),(19182,19,'NEGATIVE,,24aa5cbbf96f214377f4a9fdb267514370a3da91','',555,0,'2013-11-30 08:00:00',17350,NULL),(19183,18,'[$]NO MALARIA PARASITE SEEN[/$],-,24aa5cbbf96f214377f4a9fdb267514370a3da91','',555,0,'2013-11-30 08:00:00',17350,NULL),(19184,9,'','',530,0,'2013-11-30 18:05:03',17351,NULL),(19185,19,'NEGATIVE,,966b578d04e6531cd8a3025655de3e88bb9391d9','',555,0,'2013-11-30 08:00:00',17351,NULL),(19186,18,'[$]NO MALARIA PARASITE SEEN[/$],-,966b578d04e6531cd8a3025655de3e88bb9391d9','',555,0,'2013-11-30 08:00:00',17351,NULL),(19187,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,966b578d04e6531cd8a3025655de3e',', ',543,0,'2013-11-30 08:00:00',17353,NULL),(19188,19,'NEGATIVE,,a861e549c1d6b83a72cfb4bfd5eb40018c493afb','',541,0,'2013-11-30 08:00:00',17354,NULL),(19189,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a861e549c1d6b83a72cfb4bfd5eb40018c493afb','',541,0,'2013-11-30 08:00:00',17354,NULL),(19190,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,a861e549c1d6b83a72cfb4bfd5eb4',', ',543,0,'2013-11-30 08:00:00',17356,NULL),(19191,21,'','',530,0,'2013-11-30 18:21:26',17357,NULL),(19192,9,'','',530,0,'2013-11-30 18:21:26',17357,NULL),(19193,223,'','',530,0,'2013-11-30 18:21:26',17357,NULL),(19194,28,'','',530,0,'2013-11-30 18:21:26',17357,NULL),(19195,9,'','',530,0,'2013-11-30 18:23:20',17358,NULL),(19196,19,'NEGATIVE,,649b37b6754e83758649543e6254e1883819affe','',541,0,'2013-11-30 08:00:00',17358,NULL),(19197,18,'[$]NO MALARIA PARASITE SEEN[/$],-,649b37b6754e83758649543e6254e1883819affe','',541,0,'2013-11-30 08:00:00',17358,NULL),(19198,236,'[$][/$],649b37b6754e83758649543e6254e1883819affe','',534,0,'2013-12-02 08:00:00',17360,NULL),(19199,122,'[$]COMMENSALS ONLY[/$],649b37b6754e83758649543e6254e1883819affe','',534,0,'2013-12-02 08:00:00',17360,NULL),(19200,130,'','',530,0,'2013-11-30 18:28:27',17361,NULL),(19201,132,'','',530,0,'2013-11-30 18:28:27',17361,NULL),(19202,9,'','',530,0,'2013-11-30 18:28:27',17363,NULL),(19203,82,'','',530,0,'2013-11-30 18:28:27',17366,NULL),(19204,40,'[$]NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION[/$],90e84fdf634d65f90db7d592a8809d5c7a05408a','',535,0,'2013-12-08 08:00:00',17367,NULL),(19205,9,'','',530,0,'2013-11-30 18:33:12',17367,NULL),(19206,19,'NEGATIVE,,90e84fdf634d65f90db7d592a8809d5c7a05408a','',555,0,'2013-11-30 08:00:00',17367,NULL),(19207,18,'[$]NO MALARIA PARASITE SEEN[/$],-,90e84fdf634d65f90db7d592a8809d5c7a05408a','',555,0,'2013-11-30 08:00:00',17367,NULL),(19208,57,'','',530,0,'2013-11-30 18:36:11',17368,NULL),(19209,133,'','',530,0,'2013-11-30 18:36:11',17368,NULL),(19210,131,'','',530,0,'2013-11-30 18:36:11',17368,NULL),(19211,132,'','',530,0,'2013-11-30 18:36:11',17368,NULL),(19212,56,'','',530,0,'2013-11-30 18:36:11',17368,NULL),(19213,68,'','',530,0,'2013-11-30 18:36:11',17370,NULL),(19214,9,'','',530,0,'2013-11-30 18:36:11',17370,NULL),(19215,14,'NEGATIVE,a3991478d5295324d80413ef91c7d112b7fb8da0','',543,0,'2013-11-30 08:00:00',17373,NULL),(19216,36,'','',530,0,'2013-11-30 18:37:11',17374,NULL),(19217,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,24aa5cbbf96f214377f4a9fdb267514370a3da91','',543,0,'2013-11-30 08:00:00',17375,NULL),(19218,20,'NEGATIVE,e24024776fe8ce9972720ca1061673bb2c767466','',555,0,'2013-11-30 08:00:00',17376,NULL),(19219,22,'30,eb24d3444594ac4b49bd461c22f77be0bd20dcd9','',555,0,'2013-11-30 08:00:00',17377,NULL),(19220,9,'','',530,0,'2013-11-30 18:57:29',17377,NULL),(19221,21,'B,POSITIVE,a861e549c1d6b83a72cfb4bfd5eb40018c493afb','',555,0,'2013-12-13 08:00:00',17378,NULL),(19222,9,'','',530,0,'2013-11-30 18:59:30',17378,NULL),(19223,223,'[$][/$],a861e549c1d6b83a72cfb4bfd5eb40018c493afb','',534,0,'2013-12-03 08:00:00',17378,NULL),(19224,28,'NEGATIVE,[$]AA[/$],,a861e549c1d6b83a72cfb4bfd5eb40018c493afb','',534,0,'2013-12-03 08:00:00',17378,NULL),(19225,20,'NEGATIVE,359bb2096bc616b5308245eb87aaecb7e895d0a5','',555,0,'2013-11-30 08:00:00',17379,NULL),(19226,9,'','',530,0,'2013-11-30 19:07:19',17380,NULL),(19227,18,'[$]NO MALARIA PARASITE SEEN[/$],-,205ff1a0db4a932d3c4076aee9581aca05d8c84c','',555,0,'2013-11-30 08:00:00',17380,NULL),(19228,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,205ff1a0db4a932d3c4076aee9581aca05d8c84c','',543,0,'2013-11-30 08:00:00',17382,NULL),(19229,35,'HAZY,AMBER,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,205ff1a0db4a932d3c4076aee9581aca05d8c8',', ',543,0,'2013-11-30 08:00:00',17385,NULL),(19230,107,'1/20,1/40,205ff1a0db4a932d3c4076aee9581aca05d8c84c','',555,0,'2013-11-30 08:00:00',17389,NULL),(19231,9,'','',530,0,'2013-11-30 19:09:50',17390,NULL),(19232,28,'NEGATIVE,[$]AA[/$],,e28cd5860b0c27cf6febb1356d1795ec105f70ed','',537,0,'2013-12-03 08:00:00',17390,NULL),(19233,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e28cd5860b0c27cf6febb1356d1795ec105f70ed','',555,0,'2013-12-02 08:00:00',17392,NULL),(19234,9,'','',530,0,'2013-11-30 19:20:41',17393,NULL),(19235,36,'No Bacteria Growth,##,##,,64d150e2318b2185ab4b72ea6a1b885d41c0c26f','',535,0,'2013-12-01 08:00:00',17395,NULL),(19236,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,64d150e2318b2185ab4b72ea6a1b885d41c0c26f',', ',543,0,'2013-11-30 08:00:00',17395,NULL),(19237,16,'POSITIVE,64d150e2318b2185ab4b72ea6a1b885d41c0c26f','',555,0,'2013-11-30 08:00:00',17398,NULL),(19238,14,'','',530,0,'2013-11-30 19:20:41',17402,NULL),(19239,112,'NEGATIVE,,c8a0d567c2707f12fc551830c6651f4ccbe2927b','',555,0,'2013-11-30 08:00:00',17403,NULL),(19240,117,'NEGATIVE,c8a0d567c2707f12fc551830c6651f4ccbe2927b','',555,0,'2013-11-30 08:00:00',17403,NULL),(19241,107,'1/20,1/20,c8a0d567c2707f12fc551830c6651f4ccbe2927b','',555,0,'2013-11-30 08:00:00',17403,NULL),(19242,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,c8a0d567c2707f12fc551830c6651f4ccb',', ',543,0,'2013-11-30 08:00:00',17405,NULL),(19243,112,'NEGATIVE,,7d304cae4b7a5a91246a65e9145f8434ee1d6e84','',555,0,'2013-11-30 08:00:00',17406,NULL),(19244,27,'NON-REACTIVE,-,NEGATIVE,7d304cae4b7a5a91246a65e9145f8434ee1d6e84','',555,0,'2013-11-30 08:00:00',17406,NULL),(19245,108,'NON - REACTIVE,7d304cae4b7a5a91246a65e9145f8434ee1d6e84','',555,0,'2013-11-30 08:00:00',17406,NULL),(19246,78,'','',530,0,'2013-11-30 19:32:27',17407,NULL),(19247,57,'','',530,0,'2013-11-30 19:32:27',17407,NULL),(19248,133,'','',530,0,'2013-11-30 19:32:27',17407,NULL),(19249,132,'','',530,0,'2013-11-30 19:32:27',17407,NULL),(19250,69,'NEGATIVE,NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),173aca15dbfdb907647a255df4d804fc203c04d7','',555,0,'2013-11-30 08:00:00',17407,NULL),(19251,56,'','',530,0,'2013-11-30 19:32:27',17407,NULL),(19252,9,'','',530,0,'2013-11-30 19:32:27',17409,NULL),(19253,11,'16.0,[$]14.0[/$],[$]1.1[/$],1.17,THERAPEUTIC : 2.0 - 4.0_REFERENCE : 0.9 - 1.2,173aca15dbfdb907647a255df4d804fc203c04d7','',555,0,'2013-11-30 08:00:00',17412,NULL),(19254,93,'1.49,173aca15dbfdb907647a255df4d804fc203c04d7','',534,0,'2013-12-04 08:00:00',17412,NULL),(19255,35,'HAZY,LIGHT AMBER,5.0,1.030,TRACE,TRACE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,4,4,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,173aca15dbfdb907647a255df4d804fc2',', ',535,0,'2013-12-01 08:00:00',17416,NULL),(19256,9,'','',530,0,'2013-11-30 19:42:15',17417,NULL),(19257,19,'NEGATIVE,,13188a740f85a548f2ca40f829abb9398454bcbb','',555,0,'2013-11-30 08:00:00',17417,NULL),(19258,35,'HAZY,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,13188a740f85a548f2ca40f829abb9398454bcbb',', ',543,0,'2013-11-30 08:00:00',17419,NULL),(19259,9,'','',530,0,'2013-11-30 19:45:48',17420,NULL),(19260,19,'NEGATIVE,,c9cda398785250583fbe958ead47fb83f58de44a','',555,0,'2013-11-30 08:00:00',17420,NULL),(19261,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c9cda398785250583fbe958ead47fb83f58de44a','',555,0,'2013-11-30 08:00:00',17420,NULL),(19262,132,'','',530,0,'2013-11-30 19:45:49',17422,NULL),(19263,107,'1/20,1/320,c9cda398785250583fbe958ead47fb83f58de44a','',555,0,'2013-11-30 08:00:00',17422,NULL),(19264,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,>30,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c9cda398785250583fbe958ead47fb83f58de44a',', ',543,0,'2013-11-30 08:00:00',17425,NULL),(19265,9,'','',530,0,'2013-11-30 19:50:39',17426,NULL),(19266,19,'NEGATIVE,,ec936a68ae1ea35e6b087ae8878b993554714ceb','',543,0,'2013-11-30 08:00:00',17426,NULL),(19267,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ec936a68ae1ea35e6b087ae8878b993554714ceb','',543,0,'2013-11-30 08:00:00',17426,NULL),(19268,35,'','',530,0,'2013-11-30 19:50:39',17428,NULL),(19269,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,>30,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,753e5082a56a957686802e9da8d5ef9e76',', ',543,0,'2013-11-30 08:00:00',17429,NULL),(19270,101,'','',530,0,'2013-11-30 19:56:18',17430,NULL),(19271,9,'','',530,0,'2013-11-30 20:04:03',17431,NULL),(19272,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,41cee0b3b59f65bbf2f047d03d9023d56bc72cfa',', ',543,0,'2013-11-30 08:00:00',17433,NULL),(19273,223,'','',530,0,'2013-11-30 20:05:53',17434,NULL),(19274,9,'','',530,0,'2013-11-30 20:09:16',17435,NULL),(19275,19,'NEGATIVE,,63488bd4ef7575f9de43e0ee5b7d489d5724a8e4','',555,0,'2013-11-30 08:00:00',17435,NULL),(19276,107,'1/20,1/20,63488bd4ef7575f9de43e0ee5b7d489d5724a8e4','',555,0,'2013-11-30 08:00:00',17437,NULL),(19277,11,'20.0,[$]14.0[/$],[$]1.4[/$],1.52,THERAPEUTIC : 2.0 - 4.0_REFERENCE : 0.9 - 1.2,a61371334dad01510fb3c395e0f9a1b81c4ed8b2','',555,0,'2013-11-30 08:00:00',17438,NULL),(19278,22,'20,1b411db12a3fcc42ff2a57824b3dcc8c304cd547','',555,0,'2013-11-30 08:00:00',17439,NULL),(19279,9,'','',530,0,'2013-11-30 20:40:30',17439,NULL),(19280,19,'NEGATIVE,,1b411db12a3fcc42ff2a57824b3dcc8c304cd547','',555,0,'2013-11-30 08:00:00',17439,NULL),(19281,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1b411db12a3fcc42ff2a57824b3dcc8c304cd547','',555,0,'2013-11-30 08:00:00',17439,NULL),(19282,107,'1/20,1/20,1b411db12a3fcc42ff2a57824b3dcc8c304cd547','',555,0,'2013-11-30 08:00:00',17441,NULL),(19283,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b411db12a3fcc42ff2a57824b3dcc8c304cd547',', ',543,0,'2013-11-30 08:00:00',17444,NULL),(19284,9,'','',530,0,'2013-11-30 20:44:28',17445,NULL),(19285,36,'','',530,0,'2013-11-30 20:44:28',17447,NULL),(19286,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,12,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d391bf8409fcb726c5f637196548662826d7c51c',', ',543,0,'2013-11-30 08:00:00',17447,NULL),(19287,9,'','',530,0,'2013-11-30 21:07:21',17448,NULL),(19288,18,'[$]NO MALARIA PARASITE SEEN[/$],-,40b9fe87797b01367f4ff7e1831e7364dc6724e9','',555,0,'2013-11-30 08:00:00',17448,NULL),(19289,133,'','',530,0,'2013-11-30 21:07:21',17450,NULL),(19290,132,'','',530,0,'2013-11-30 21:07:21',17450,NULL),(19291,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,40b9fe87797b01367f4ff7e1831e7364dc6724e9',', ',552,0,'2013-12-01 08:00:00',17453,NULL),(19292,40,'[$]NO BACTERIAL GROWTH[/$],ba6f48543266bf73fba6797074bafe3eb9f28cec','',552,0,'2013-12-08 08:00:00',17454,NULL),(19293,22,'110,c9eab0bf6f324daf04ad35f73ef5f7eb287b3d8e','',555,0,'2013-11-30 08:00:00',17455,NULL),(19294,9,'','',530,0,'2013-11-30 21:17:18',17455,NULL),(19295,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',534,0,'2013-12-07 08:00:00',17456,NULL),(19296,22,'140,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',555,0,'2013-11-30 08:00:00',17456,NULL),(19297,9,'','',530,0,'2013-11-30 21:22:22',17456,NULL),(19298,18,'[$]NO MALARIA PARASITE SEEN[/$],-,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',555,0,'2013-11-30 08:00:00',17456,NULL),(19299,57,'','',530,0,'2013-11-30 21:22:22',17458,NULL),(19300,133,'','',530,0,'2013-11-30 21:22:22',17458,NULL),(19301,131,'','',530,0,'2013-11-30 21:22:22',17458,NULL),(19302,56,'','',530,0,'2013-11-30 21:22:22',17458,NULL),(19303,68,'3.9,-,-,,7d304cae4b7a5a91246a65e9145f8434ee1d6e84','',555,0,'2013-11-30 08:00:00',17459,NULL),(19304,35,'','',555,0,'2013-11-30 21:55:17',17460,NULL),(19305,9,'','',530,0,'2013-11-30 22:04:17',17461,NULL),(19306,19,'NEGATIVE,,13e2de39a5e551a6ca14324e99c2755ca31d3cd1','',555,0,'2013-11-30 08:00:00',17461,NULL),(19307,131,'','',530,0,'2013-11-30 22:09:53',17462,NULL),(19308,132,'','',530,0,'2013-11-30 22:12:09',17463,NULL),(19309,68,'','',530,0,'2013-11-30 22:12:10',17465,NULL),(19310,9,'','',530,0,'2013-11-30 22:12:10',17468,NULL),(19311,68,'','',530,0,'2013-11-30 22:19:21',17469,NULL),(19312,9,'','',530,0,'2013-11-30 22:19:21',17469,NULL),(19313,57,'','',530,0,'2013-11-30 22:19:22',17471,NULL),(19314,133,'','',530,0,'2013-11-30 22:19:22',17471,NULL),(19315,131,'','',530,0,'2013-11-30 22:19:22',17471,NULL),(19316,132,'','',530,0,'2013-11-30 22:19:22',17471,NULL),(19317,92,'1.1,206be1e2ebc7a11bbb2c13b37127100f42bb4fb5','',534,0,'2013-12-03 08:00:00',17471,NULL),(19318,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,206be1e2ebc7a11bbb2c13b37127100f42bb4fb5','',555,0,'2013-12-02 08:00:00',17474,NULL),(19319,9,'','',530,0,'2013-11-30 22:24:21',17475,NULL),(19320,133,'','',530,0,'2013-11-30 22:24:21',17477,NULL),(19321,128,'','',530,0,'2013-11-30 22:24:21',17477,NULL),(19322,36,'No Bacteria Growth,##,##,,bc70eb01f92e8a9a18ccc2f3ccb2885248efa786','',537,0,'2013-12-03 08:00:00',17480,NULL),(19323,35,'HAZY,AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,4,>30,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,bc70eb01f92e8a9a18ccc2f3ccb28',', ',552,0,'2013-12-01 08:00:00',17480,NULL),(19324,9,'','',530,0,'2013-11-30 22:33:22',17481,NULL),(19325,131,'','',530,0,'2013-11-30 22:33:22',17483,NULL),(19326,22,'23,efd0f57daf725ff95c8b63b9000b2ce229863fc1','',555,0,'2013-11-30 08:00:00',17484,NULL),(19327,9,'','',530,0,'2013-11-30 22:46:02',17484,NULL),(19328,66,'','',530,0,'2013-11-30 22:46:02',17486,NULL),(19329,57,'','',530,0,'2013-11-30 22:46:02',17486,NULL),(19330,133,'','',530,0,'2013-11-30 22:46:02',17486,NULL),(19331,72,'','',530,0,'2013-11-30 22:46:02',17486,NULL),(19332,56,'','',530,0,'2013-11-30 22:46:02',17486,NULL),(19333,9,'','',530,0,'2013-11-30 22:52:59',17487,NULL),(19334,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,18,>30,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,aafdf345bfed834dc9b665c569ea7d8d5',', ',543,0,'2013-11-30 08:00:00',17489,NULL),(19335,20,'NEGATIVE,e28cd5860b0c27cf6febb1356d1795ec105f70ed','',555,0,'2013-11-30 08:00:00',17490,NULL),(19336,22,'70,8e49878d5407dd387125439366884be6f5ececbd','',543,0,'2013-11-30 08:00:00',17491,NULL),(19337,9,'','',530,0,'2013-11-30 22:56:31',17491,NULL),(19338,19,'NEGATIVE,,8e49878d5407dd387125439366884be6f5ececbd','',543,0,'2013-11-30 08:00:00',17491,NULL),(19339,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8e49878d5407dd387125439366884be6f5ececbd','',543,0,'2013-11-30 08:00:00',17491,NULL),(19340,71,'POSITIVE,,d391bf8409fcb726c5f637196548662826d7c51c','',555,0,'2013-11-30 08:00:00',17492,NULL),(19341,36,'','',530,0,'2013-11-30 23:12:09',17493,NULL),(19342,35,'HAZY,STRAW,5.0,1.030,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,10,4,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,056ba1db25c9ea0ffd543d87d7a32015',', ',543,0,'2013-11-30 08:00:00',17493,NULL),(19343,9,'','',530,0,'2013-11-30 23:24:00',17494,NULL),(19344,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,75a944bbbc022c429630f2debe43d4d98adab188',', ',543,0,'2013-11-30 08:00:00',17496,NULL),(19345,68,'','',530,0,'2013-11-30 23:32:07',17497,NULL),(19346,9,'','',530,0,'2013-11-30 23:32:07',17497,NULL),(19347,19,'NEGATIVE,,adbea4170ffb79ca5513b8ea565d04d855d5a4eb','',543,0,'2013-11-30 08:00:00',17497,NULL),(19348,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,adbea4170ffb79ca5513b8ea565d04d855d5a4eb','',543,0,'2013-11-30 08:00:00',17499,NULL),(19349,7,'2.9,447960e93f97c393f2b8c3aea2aa54658285f7cb','',534,0,'2013-12-04 08:00:00',17500,NULL),(19350,2,'NEGATIVE,10e1fde1b400d3cc3bcfde7dc22513965c6dab6a','',534,0,'2013-12-10 08:00:00',17501,NULL),(19351,84,'','',530,0,'2013-12-01 00:06:13',17501,NULL),(19352,22,'123,f30f24d79335d80cb412ef43cc580deb8024c2c5','',555,0,'2013-11-30 08:00:00',17502,NULL),(19353,68,'','',530,0,'2013-12-01 00:09:38',17502,NULL),(19354,9,'','',530,0,'2013-12-01 00:09:38',17502,NULL),(19355,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f30f24d79335d80cb412ef43cc580deb8024c2c5','',555,0,'2013-11-30 08:00:00',17502,NULL),(19356,20,'NEGATIVE,f30f24d79335d80cb412ef43cc580deb8024c2c5','',555,0,'2013-11-30 08:00:00',17502,NULL),(19357,18,'[$]NO MALARIA PARASITES SEEN[/$],-,294fefff1c02e4ed23eddd00f5c335fa59dd6a10','',543,0,'2013-11-30 08:00:00',17503,NULL),(19358,9,'','',530,0,'2013-12-01 00:21:53',17504,NULL),(19359,19,'NEGATIVE,,0022494aadc67b36564bdd6a458873c34cb23457','',555,0,'2013-11-30 08:00:00',17504,NULL),(19360,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0022494aadc67b36564bdd6a458873c34cb23457','',555,0,'2013-11-30 08:00:00',17504,NULL),(19361,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0022494aadc67b36564bdd6a458873c34cb23457',', ',543,0,'2013-11-30 08:00:00',17506,NULL),(19362,89,'44.6,Male : 2.0 - 15.0_Follicular/Luteal phase 2.0 - 10.0_Mid Cycle: 2.0 - 20.0_Pregnant < 2.0_Post Menopausal > 15.0,129aa24d6b2db2400a0312a3e1d4594a4eebe130','',534,0,'2013-12-05 08:00:00',17507,NULL),(19363,90,'23.8,MALE (2.4 - 5.9)_Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),129aa24d6b2db2400a0312a3e1d4594a4eebe130','',534,0,'2013-12-05 08:00:00',17507,NULL),(19364,15,'','',530,0,'2013-12-01 00:34:15',17507,NULL),(19365,13,'','',530,0,'2013-12-01 00:34:15',17507,NULL),(19366,91,'4.8,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),129aa24d6b2db2400a0312a3e1d4594a4eebe130','',534,0,'2013-12-05 08:00:00',17507,NULL),(19367,9,'','',530,0,'2013-12-01 00:40:54',17508,NULL),(19368,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e22cad471c6225ac8dcf1aaa5876fb5731c3e833',', ',543,0,'2013-11-30 08:00:00',17510,NULL),(19369,199,'[$]COMMENSALS ONLY[/$],16f911b709896e8f617a2701f5bd0fd5609bc83f','',534,0,'2013-12-02 08:00:00',17511,NULL),(19370,9,'','',555,0,'2013-12-01 01:22:19',17512,NULL),(19371,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,770cd0241e4fda2407b3f5ab4fb9ccc415d4bfd','pH:6.5, SG:1.010, LEU:POSITIVE +, PUS CELLS:6, EPITH. CELLS:2',552,0,'2013-12-10 17:41:34',17514,NULL),(19372,57,'','',555,0,'2013-12-01 01:22:19',17517,NULL),(19373,133,'','',555,0,'2013-12-01 01:22:19',17517,NULL),(19374,132,'','',555,0,'2013-12-01 01:22:19',17517,NULL),(19375,56,'','',555,0,'2013-12-01 01:22:19',17517,NULL),(19376,68,'','',555,0,'2013-12-01 01:22:19',17521,NULL),(19377,9,'','',555,0,'2013-12-01 01:29:05',17522,NULL),(19378,19,'NEGATIVE,,1b2b227ab33dabb68f998a1a91081bb4d7160c2d','',555,0,'2013-11-30 08:00:00',17522,NULL),(19379,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1b2b227ab33dabb68f998a1a91081bb4d7160c2d','',555,0,'2013-11-30 08:00:00',17522,NULL),(19380,35,'CLEAR,LIGHT AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1b2b227ab33dabb68f998a1a91081bb4d7160c2d','',555,0,'2013-11-30 08:00:00',17524,NULL),(19381,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6511ca80a570baaf47fa9a0b72773b2870ca09f2',', ',543,0,'2013-11-30 08:00:00',17525,NULL),(19382,89,'2.3,Male : 2.0 - 15.0_Mid Cycle: 2.0 - 20.0_Follicular/Luteal phase 2.0 - 10.0_Pregnant < 2.0_Post Menopausal > 15.0,eb81752d492b0e8545f87e439a577a73e47f64eb','',534,0,'2013-12-05 08:00:00',17526,NULL),(19383,90,'4.1,Female - Follicular / Luteal Phase (0.8 - 26.0)_Female - Mid Cycle (25.0 - 57.0)_Female - Post menopausal (40.0 - 104.0),eb81752d492b0e8545f87e439a577a73e47f64eb','',534,0,'2013-12-05 08:00:00',17526,NULL),(19384,15,'','',555,0,'2013-12-01 01:38:01',17526,NULL),(19385,13,'','',555,0,'2013-12-01 01:38:01',17526,NULL),(19386,91,'12.7,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),eb81752d492b0e8545f87e439a577a73e47f64eb','',534,0,'2013-12-05 08:00:00',17526,NULL),(19387,9,'','',555,0,'2013-12-01 01:46:04',17527,NULL),(19388,57,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19389,133,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19390,112,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19391,117,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19392,27,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19393,131,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19394,132,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19395,56,'','',555,0,'2013-12-01 01:46:04',17529,NULL),(19396,9,'','',530,0,'2013-12-01 01:55:00',17530,NULL),(19397,19,'NEGATIVE,,c5257b243cec231bd6c3a51515e1fed8edd684cc','',555,0,'2013-11-30 08:00:00',17530,NULL),(19398,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c5257b243cec231bd6c3a51515e1fed8edd684cc','',555,0,'2013-11-30 08:00:00',17530,NULL),(19399,35,'CLEAR,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,c5257b243cec231bd6c3a51515e1fed8ed',' ',555,0,'2013-11-30 08:00:00',17532,NULL),(19400,9,'','',530,0,'2013-12-01 01:57:33',17533,NULL),(19401,19,'NEGATIVE,,b9e9f47321d3431578a0a6bb63cdd5d45ebcf54d','',555,0,'2013-11-30 08:00:00',17533,NULL),(19402,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b9e9f47321d3431578a0a6bb63cdd5d45ebcf54d','',555,0,'2013-11-30 08:00:00',17533,NULL),(19403,35,'HAZY,AMBER,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b9e9f47321d3431578a0a6bb63cdd5d45ebcf54d','',555,0,'2013-11-30 08:00:00',17535,NULL),(19404,9,'','',530,0,'2013-12-01 02:00:02',17536,NULL),(19405,9,'','',530,0,'2013-12-01 02:22:48',17537,NULL),(19406,19,'NEGATIVE,,d41c90650f0056af8fb1cea22311f424502f929b','',555,0,'2013-11-30 08:00:00',17537,NULL),(19407,107,'1/20,1/20,e66943b3023de281b6b48433696af3718c440019','',555,0,'2013-11-30 08:00:00',17538,NULL),(19408,57,'','',530,0,'2013-12-01 02:32:16',17539,NULL),(19409,133,'','',530,0,'2013-12-01 02:32:16',17539,NULL),(19410,131,'','',530,0,'2013-12-01 02:32:16',17539,NULL),(19411,132,'','',530,0,'2013-12-01 02:32:16',17539,NULL),(19412,56,'','',530,0,'2013-12-01 02:32:16',17539,NULL),(19413,9,'','',530,0,'2013-12-01 02:32:16',17541,NULL),(19414,9,',,,,,,,,,,,,,,0ca83c2a9358a11c9081db923caede8747728018','',557,0,'2013-12-01 04:40:56',17542,NULL),(19415,19,'NEGATIVE,,0ca83c2a9358a11c9081db923caede8747728018','',557,0,'2013-12-01 04:40:56',17542,NULL),(19416,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,0ca83c2a9358a11c9081db923caede8747728018','',557,0,'2013-12-01 04:40:56',17542,NULL),(19417,107,'1/20,1/20,0ca83c2a9358a11c9081db923caede8747728018','',557,0,'2013-11-30 08:00:00',17544,NULL),(19418,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0ca83c2a9358a11c9081db923caede8747728018',', , AMORPHOUS PHOSPHATE PRESENT',557,0,'2013-11-30 08:00:00',17547,NULL),(19419,9,'','',530,0,'2013-12-01 03:06:41',17548,NULL),(19420,19,'NEGATIVE,,7e00567c8600f2309bb469f923178cce6935aa78','',557,0,'2013-11-30 08:00:00',17548,NULL),(19421,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7e00567c8600f2309bb469f923178cce6935aa78','',557,0,'2013-11-30 08:00:00',17548,NULL),(19422,107,'1/20,1/20,7e00567c8600f2309bb469f923178cce6935aa78','',557,0,'2013-11-30 08:00:00',17550,NULL),(19423,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,7e00567c8600f2309bb469f923178cce6935aa78',', ',557,0,'2013-11-30 08:00:00',17553,NULL),(19424,9,'','',530,0,'2013-12-01 03:09:44',17554,NULL),(19425,19,'NEGATIVE,,52193ee18e72e879485a38a00b07d2175c0c6c8f','',557,0,'2013-11-30 08:00:00',17554,NULL),(19426,18,'[$]NO MALARIA PARASITES SEEN[/$],-,52193ee18e72e879485a38a00b07d2175c0c6c8f','',557,0,'2013-11-30 08:00:00',17554,NULL),(19427,35,'CLOUDY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,28,4,20,NOT SEEN,NOT SEEN,N,,,,,,,,OT SEEN,52193ee18e72e879485a38a00b07',', ',557,0,'2013-11-30 08:00:00',17556,NULL),(19428,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],98638194a8c13f69aa8a17913b6b5fbc2c7c4166','',534,0,'2013-12-11 08:00:00',17557,NULL),(19429,9,'','',558,0,'2013-12-01 03:34:49',17557,NULL),(19430,9,'','',558,0,'2013-12-01 03:40:02',17558,NULL),(19431,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,92d28bb37cbfc267d9c49897a89b2f8a1cf390d3',', ',557,0,'2013-11-30 08:00:00',17560,NULL),(19432,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],98638194a8c13f69aa8a17913b6b5fbc2c7c4166','',534,0,'2013-12-07 08:00:00',17561,NULL),(19433,222,'6.5,3.89,11.7,35.2,90.5,30.1,33.2,150,18.5,1.3,80.2,1.2,0.1,5.2,14.7,9.3,,98638194a8c13f69aa8a17913b6b5fbc2c7c4166','',557,0,'2013-11-30 08:00:00',17561,NULL),(19434,19,'NEGATIVE,,98638194a8c13f69aa8a17913b6b5fbc2c7c4166','',557,0,'2013-11-30 08:00:00',17561,NULL),(19435,18,'[$]NO MALARIA PARASITES SEEN[/$],-,98638194a8c13f69aa8a17913b6b5fbc2c7c4166','',557,0,'2013-11-30 08:00:00',17561,NULL),(19436,36,'No Bacteria Growth,##,##,,98638194a8c13f69aa8a17913b6b5fbc2c7c4166','',537,0,'2013-12-03 08:00:00',17563,NULL),(19437,35,'CLEAR,STRAW,6.5,1.020,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,10,2,>30,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,98638194a8c13f69aa8a17913b6b5fbc2c7','',537,0,'2013-12-03 08:00:00',17563,NULL),(19438,57,'','',558,0,'2013-12-01 06:21:02',17566,NULL),(19439,133,'','',558,0,'2013-12-01 06:21:02',17566,NULL),(19440,131,'','',558,0,'2013-12-01 06:21:02',17566,NULL),(19441,56,'','',558,0,'2013-12-01 06:21:02',17566,NULL),(19442,65,'','',558,0,'2013-12-01 06:21:02',17566,NULL),(19443,22,'22,842663bd5c8b563d8ab61336e7652ce61847d196','',557,0,'2013-12-01 08:00:00',17567,NULL),(19444,222,'8.2,4.36,11.2,32.9,75.5,25.7,34.0,231,34.4,2.6,63.0,2.8,0.2,5.2,14.2,8.6,,842663bd5c8b563d8ab61336e7652ce61847d196','',557,0,'2013-11-30 08:00:00',17567,NULL),(19445,19,'NEGATIVE,,842663bd5c8b563d8ab61336e7652ce61847d196','',557,0,'2013-11-30 08:00:00',17567,NULL),(19446,18,'[$]NO MALARIA PARASITES SEEN[/$],-,842663bd5c8b563d8ab61336e7652ce61847d196','',557,0,'2013-11-30 08:00:00',17567,NULL),(19447,16,'NEGATIVE,842663bd5c8b563d8ab61336e7652ce61847d196','',557,0,'2013-12-01 08:00:00',17569,NULL),(19448,14,'','',558,0,'2013-12-01 07:39:21',17572,NULL),(19449,222,'7.4,4.44,13.0,40.8,91.5,29.1,31.9,133,39.4,2.3,58.3,2.9,0.2,4.3,15.2,11.0,,64b7bae390614e449cf8abc1dbe9aeba22521324','',557,0,'2013-12-01 08:00:00',17573,NULL),(19450,19,'POSITIVE,,64b7bae390614e449cf8abc1dbe9aeba22521324','',557,0,'2013-12-01 08:00:00',17573,NULL),(19451,18,'[$]MALARIA PARASITES PRESENT(++)[/$],TROPHOZOITES,64b7bae390614e449cf8abc1dbe9aeba22521324','',557,0,'2013-12-01 08:00:00',17573,NULL),(19452,57,'','',558,0,'2013-12-01 07:46:29',17575,NULL),(19453,133,'','',558,0,'2013-12-01 07:46:29',17575,NULL),(19454,131,'','',558,0,'2013-12-01 07:46:29',17575,NULL),(19455,56,'','',558,0,'2013-12-01 07:46:29',17575,NULL),(19456,222,'5.6,4.70,12.0,36.6,77.9,25.5,32.8,382,11.4,7.6,81.0,0.6,0.4,4.6,13.3,7.6,,f94125a819cdf93cd27cbb8088bec5ceb622cca6','',557,0,'2013-12-01 08:00:00',17576,NULL),(19457,19,'NEGATIVE,,f94125a819cdf93cd27cbb8088bec5ceb622cca6','',557,0,'2013-12-01 08:00:00',17576,NULL),(19458,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f94125a819cdf93cd27cbb8088bec5ceb622cca6','',557,0,'2013-12-01 08:00:00',17576,NULL),(19459,222,'5.2,3.66,11.3,32.3,88.3,30.9,35.0,101,18.3,9.7,72.0,1.0,0.5,3.7,14.5,9.6,,8237aa61e9c396db22458d65a05088d7fe89804f','',557,0,'2013-12-01 08:00:00',17577,NULL),(19460,19,'NEGATIVE,,8237aa61e9c396db22458d65a05088d7fe89804f','',557,0,'2013-12-01 08:00:00',17577,NULL),(19461,36,'No Bacteria Growth,##,##,,8237aa61e9c396db22458d65a05088d7fe89804f','',537,0,'2013-12-03 08:00:00',17579,NULL),(19462,71,'NEGATIVE,,8237aa61e9c396db22458d65a05088d7fe89804f','',557,0,'2013-12-01 08:00:00',17579,NULL),(19463,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8237aa61e9c396db22458d65a05088d7fe89804f',', ',557,0,'2013-12-01 08:00:00',17579,NULL),(19464,9,'','',558,0,'2013-12-01 15:53:31',17580,NULL),(19465,19,'NEGATIVE,,07deb82102bac5f32385314d6e26e5877a87dd4c','',552,0,'2013-12-01 08:00:00',17580,NULL),(19466,128,'','',530,0,'2013-12-01 16:01:08',17581,NULL),(19467,27,'NON-REACTIVE,-,NEGATIVE,7507ed189fd3def0389ec7d00098f7cc34da2a48','',552,0,'2013-12-01 08:00:00',17582,NULL),(19468,108,'REACTIVE,7507ed189fd3def0389ec7d00098f7cc34da2a48','',552,0,'2013-12-01 08:00:00',17582,NULL),(19469,7,'2.3,a325f3ea22fcc7e39ba693d11777f2e09710c6cc','',534,0,'2013-12-04 08:00:00',17583,NULL),(19470,132,'','',530,0,'2013-12-01 16:21:03',17583,NULL),(19471,68,'','',530,0,'2013-12-01 16:21:03',17585,NULL),(19472,9,'','',530,0,'2013-12-01 16:58:29',17586,NULL),(19473,19,'NEGATIVE,,df1ef8ec7aefe658729ee45f0cc4eccdb12b4882','',552,0,'2013-12-01 08:00:00',17586,NULL),(19474,18,'[$]NO MALARIA PARASITES SEEN[/$],-,df1ef8ec7aefe658729ee45f0cc4eccdb12b4882','',552,0,'2013-12-01 08:00:00',17586,NULL),(19475,107,'1/80,1/20,df1ef8ec7aefe658729ee45f0cc4eccdb12b4882','',552,0,'2013-12-01 08:00:00',17588,NULL),(19476,9,'','',530,0,'2013-12-01 17:15:52',17589,NULL),(19477,18,'[$]NO MALARIA PARASITES SEEN[/$],-,04713af99dd4d54084465afaef72b97cf70d9d9b','',552,0,'2013-12-01 08:00:00',17589,NULL),(19478,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,eada9c42e14634f7f5b76760824a11aa2df92ccf',', ',552,0,'2013-12-01 08:00:00',17590,NULL),(19479,36,'Escherichia coli,##,##,,52193ee18e72e879485a38a00b07d2175c0c6c8f','',537,0,'2013-12-03 08:00:00',17591,NULL),(19480,9,'','',530,0,'2013-12-01 17:45:16',17592,NULL),(19481,19,'NEGATIVE,,4ea03f98c54da6d5b46d3312015915fe188fb308','',552,0,'2013-12-01 08:00:00',17592,NULL),(19482,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4ea03f98c54da6d5b46d3312015915fe188fb308','',552,0,'2013-12-01 08:00:00',17592,NULL),(19483,71,'NEGATIVE,,4ea03f98c54da6d5b46d3312015915fe188fb308','',552,0,'2013-12-01 08:00:00',17594,NULL),(19484,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4ea03f98c54da6d5b46d3312015915fe188fb308',', ',552,0,'2013-12-01 08:00:00',17594,NULL),(19485,9,'','',530,0,'2013-12-01 18:18:42',17595,NULL),(19486,128,'','',530,0,'2013-12-01 18:18:42',17597,NULL),(19487,19,'NEGATIVE,,ba7a810a7f743fda247d469fa8486fd266eb53cf','',552,0,'2013-12-01 08:00:00',17598,NULL),(19488,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ba7a810a7f743fda247d469fa8486fd266eb53cf','',552,0,'2013-12-01 08:00:00',17598,NULL),(19489,9,'','',530,0,'2013-12-01 18:32:48',17599,NULL),(19490,19,'NEGATIVE,,e0d9e72672826d58da8198bfaa485c97cd40da2d','',552,0,'2013-12-01 08:00:00',17599,NULL),(19491,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e0d9e72672826d58da8198bfaa485c97cd40da2d','',552,0,'2013-12-01 08:00:00',17599,NULL),(19492,107,'1/20,1/20,e0d9e72672826d58da8198bfaa485c97cd40da2d','',552,0,'2013-12-01 08:00:00',17601,NULL),(19493,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e0d9e72672826d58da8198bfaa485c97cd40da2d',', ',552,0,'2013-12-01 08:00:00',17602,NULL),(19494,9,'','',530,0,'2013-12-01 18:35:53',17603,NULL),(19495,19,'NEGATIVE,,1676186791ceb8c6bfa579c73710b95e648c2b19','',552,0,'2013-12-01 08:00:00',17603,NULL),(19496,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1676186791ceb8c6bfa579c73710b95e648c2b19','',552,0,'2013-12-01 08:00:00',17603,NULL),(19497,71,'NEGATIVE,,1676186791ceb8c6bfa579c73710b95e648c2b19','',552,0,'2013-12-01 08:00:00',17605,NULL),(19498,35,'HAZY,STRAW,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,12,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,1676186791ceb8c6bfa579c73710b95e648c2b19',', ',552,0,'2013-12-01 08:00:00',17605,NULL),(19499,21,'O,POSITIVE,bddfe1513539c4c53f06cedc49b60e1f59694616','',552,0,'2013-12-01 08:00:00',17606,NULL),(19500,27,'NON-REACTIVE,-,NEGATIVE,bddfe1513539c4c53f06cedc49b60e1f59694616','',552,0,'2013-12-01 08:00:00',17606,NULL),(19501,9,'','',530,0,'2013-12-01 18:46:31',17607,NULL),(19502,19,'NEGATIVE,,83c73a26ad2d5860682285a4b3e4f77719d7a9ff','',552,0,'2013-12-01 08:00:00',17607,NULL),(19503,18,'[$]NO MALARIA PARASITES SEEN[/$],-,83c73a26ad2d5860682285a4b3e4f77719d7a9ff','',552,0,'2013-12-01 08:00:00',17607,NULL),(19504,107,'1/20,1/20,83c73a26ad2d5860682285a4b3e4f77719d7a9ff','',552,0,'2013-12-01 08:00:00',17609,NULL),(19505,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,83c73a26ad2d5860682285a4b3e4f77719d7a9ff',', ',552,0,'2013-12-01 08:00:00',17612,NULL),(19506,9,'','',530,0,'2013-12-01 18:54:58',17613,NULL),(19507,19,'NEGATIVE,,7075db3035196bd318b523274433b1a04d117798','',552,0,'2013-12-01 08:00:00',17613,NULL),(19508,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7075db3035196bd318b523274433b1a04d117798','',552,0,'2013-12-01 08:00:00',17613,NULL),(19509,9,'','',530,0,'2013-12-01 18:59:45',17614,NULL),(19510,57,'','',530,0,'2013-12-01 18:59:45',17616,NULL),(19511,133,'','',530,0,'2013-12-01 18:59:45',17616,NULL),(19512,131,'','',530,0,'2013-12-01 18:59:45',17616,NULL),(19513,132,'','',530,0,'2013-12-01 18:59:45',17616,NULL),(19514,56,'','',530,0,'2013-12-01 18:59:45',17616,NULL),(19515,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,d82f17c8b9d5fbea69c091cdbafbe7aef7',', ',552,0,'2013-12-01 08:00:00',17619,NULL),(19516,22,'3,434dd77b9e024739bab19a62dbda479487abcc77','',552,0,'2013-12-01 08:00:00',17620,NULL),(19517,9,'','',530,0,'2013-12-01 19:02:08',17620,NULL),(19518,68,'','',530,0,'2013-12-01 19:06:13',17621,NULL),(19519,9,'','',530,0,'2013-12-01 19:06:13',17621,NULL),(19520,19,'NEGATIVE,,6a8e96d54aa4a29a167ee525c069515af58c1d87','',552,0,'2013-12-01 08:00:00',17621,NULL),(19521,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6a8e96d54aa4a29a167ee525c069515af58c1d87','',552,0,'2013-12-01 08:00:00',17621,NULL),(19522,9,'','',530,0,'2013-12-01 19:11:00',17622,NULL),(19523,19,'NEGATIVE,,ecafe041ff50aaedd9d237d4f878bd219cb09743','',552,0,'2013-12-01 08:00:00',17622,NULL),(19524,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ecafe041ff50aaedd9d237d4f878bd219cb09743','',552,0,'2013-12-01 08:00:00',17622,NULL),(19525,57,'','',530,0,'2013-12-01 19:11:01',17624,NULL),(19526,133,'','',530,0,'2013-12-01 19:11:01',17624,NULL),(19527,112,'NEGATIVE,,ecafe041ff50aaedd9d237d4f878bd219cb09743','',552,0,'2013-12-01 08:00:00',17624,NULL),(19528,27,'NON-REACTIVE,-,NEGATIVE,ecafe041ff50aaedd9d237d4f878bd219cb09743','',552,0,'2013-12-01 08:00:00',17624,NULL),(19529,131,'','',530,0,'2013-12-01 19:11:01',17624,NULL),(19530,132,'','',530,0,'2013-12-01 19:11:01',17624,NULL),(19531,56,'','',530,0,'2013-12-01 19:11:01',17624,NULL),(19532,9,'','',530,0,'2013-12-01 19:20:59',17625,NULL),(19533,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,f39509e17eb15e4c3e14392d737d20e72033640b','',552,0,'2013-12-01 08:00:00',17626,NULL),(19534,37,'BROWN,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,62c236475f6efd323d060817c3ed8ac21754b902','',552,0,'2013-12-01 08:00:00',17627,NULL),(19535,22,'4,516df1ccf158e814cc0f1660cdfadf350b3430e0','',552,0,'2013-12-01 08:00:00',17628,NULL),(19536,112,'NEGATIVE,,bddfe1513539c4c53f06cedc49b60e1f59694616','',552,0,'2013-12-01 19:58:48',17629,NULL),(19537,9,'','',530,0,'2013-12-01 20:08:35',17630,NULL),(19538,9,'','',530,0,'2013-12-01 20:16:22',17631,NULL),(19539,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5a0f47760cda526396bf07b30be4826ef4f29928','',552,0,'2013-12-01 08:00:00',17631,NULL),(19540,36,'No Bacteria Growth,##,##,,5a0f47760cda526396bf07b30be4826ef4f29928','',537,0,'2013-12-03 08:00:00',17633,NULL),(19541,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5a0f47760cda526396bf07b30be4826ef4f29928',', ',552,0,'2013-12-01 08:00:00',17633,NULL),(19542,92,'15.2,5a0f47760cda526396bf07b30be4826ef4f29928','',534,0,'2013-12-03 08:00:00',17636,NULL),(19543,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,d302823be8bf9c73695dba29d8f36747c5536677','',535,0,'2013-12-01 08:00:00',17637,NULL),(19544,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8bacdee21fcc77e50d0c6e35e6c7d149d59b13d1','',552,0,'2013-12-01 08:00:00',17638,NULL),(19545,9,'','',530,0,'2013-12-01 21:33:12',17639,NULL),(19546,19,'NEGATIVE,,a6b9f0f50b60e4d4f4bb57e617051f48c6eed17b','',552,0,'2013-12-01 08:00:00',17639,NULL),(19547,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a6b9f0f50b60e4d4f4bb57e617051f48c6eed17b','',552,0,'2013-12-01 08:00:00',17639,NULL),(19548,107,'1/20,1/20,a6b9f0f50b60e4d4f4bb57e617051f48c6eed17b','',552,0,'2013-12-01 08:00:00',17641,NULL),(19549,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,AMORPHOUS URATES (++),NOT SEEN,,,,,,,,,NOT SEEN,a6b9f0f50b60e4d4f4bb57e6170',', ',552,0,'2013-12-01 08:00:00',17644,NULL),(19550,22,'11,35f9af6ce199472d549433094438728b96ab9947','',552,0,'2013-12-01 08:00:00',17645,NULL),(19551,9,'','',530,0,'2013-12-01 21:36:52',17645,NULL),(19552,19,'NEGATIVE,,35f9af6ce199472d549433094438728b96ab9947','',552,0,'2013-12-01 08:00:00',17645,NULL),(19553,18,'[$]NO MALARIA PARASITES SEEN[/$],-,35f9af6ce199472d549433094438728b96ab9947','',552,0,'2013-12-01 08:00:00',17645,NULL),(19554,107,'1/20,1/80,35f9af6ce199472d549433094438728b96ab9947','',552,0,'2013-12-01 08:00:00',17647,NULL),(19555,35,'','',530,0,'2013-12-01 21:36:52',17650,NULL),(19556,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,0b30f82c1f71d17875a3a1631b24b8c2a27db5d1','',535,0,'2013-12-01 08:00:00',17651,NULL),(19557,107,'1/20,1/20,e5afed331b65968a4040dafa892c219f8dca9bf1','',552,0,'2013-12-01 08:00:00',17652,NULL),(19558,223,'','',530,0,'2013-12-01 22:44:57',17653,NULL),(19559,57,'','',530,0,'2013-12-01 22:44:57',17655,NULL),(19560,133,'','',530,0,'2013-12-01 22:44:57',17655,NULL),(19561,65,'','',530,0,'2013-12-01 22:44:57',17655,NULL),(19562,82,'','',530,0,'2013-12-01 22:44:57',17658,NULL),(19563,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,04713af99dd4d54084465afaef72b97cf70d9d9b','',552,0,'2013-12-01 08:00:00',17659,NULL),(19564,9,'','',530,0,'2013-12-01 23:34:45',17660,NULL),(19565,19,'NEGATIVE,,d6e46c8784d6cf40a5c92c67b1adf229aed60ffa','',552,0,'2013-12-01 08:00:00',17660,NULL),(19566,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d6e46c8784d6cf40a5c92c67b1adf229aed60ffa','',552,0,'2013-12-01 08:00:00',17660,NULL),(19567,9,'','',530,0,'2013-12-01 23:37:22',17661,NULL),(19568,19,'NEGATIVE,,512c8b48e89fcde4b8060ada54d262e366170805','',552,0,'2013-12-01 08:00:00',17661,NULL),(19569,18,'[$]NO MALARIA PARASITES SEEN[/$],-,512c8b48e89fcde4b8060ada54d262e366170805','',552,0,'2013-12-01 08:00:00',17661,NULL),(19570,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,512c8b48e89fcde4b8060ada54d262e3661708',', ',552,0,'2013-12-01 08:00:00',17663,NULL),(19571,9,'','',530,0,'2013-12-01 23:42:48',17664,NULL),(19572,19,'','',530,0,'2013-12-01 23:42:48',17664,NULL),(19573,18,'','',530,0,'2013-12-01 23:42:48',17664,NULL),(19574,9,'','',530,0,'2013-12-01 23:47:06',17665,NULL),(19575,19,'NEGATIVE,,5d7dce168336170b1f82f527ddce78123ee4747f','',552,0,'2013-12-01 08:00:00',17665,NULL),(19576,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5d7dce168336170b1f82f527ddce78123ee4747f','',552,0,'2013-12-01 08:00:00',17665,NULL),(19577,9,'','',530,0,'2013-12-01 23:51:50',17666,NULL),(19578,19,'NEGATIVE,,37d47c2fe26c97e6db250b0ac8944fed308c03ee','',552,0,'2013-12-01 08:00:00',17666,NULL),(19579,18,'[$]NO MALARIA PARASITES SEEN[/$],-,37d47c2fe26c97e6db250b0ac8944fed308c03ee','',552,0,'2013-12-01 08:00:00',17666,NULL),(19580,71,'NEGATIVE,,37d47c2fe26c97e6db250b0ac8944fed308c03ee','',552,0,'2013-12-01 08:00:00',17668,NULL),(19581,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,37d47c2fe26c97e6db250b0ac8944fed308c03ee',', ',552,0,'2013-12-01 08:00:00',17668,NULL),(19582,9,'','',530,0,'2013-12-01 23:55:16',17669,NULL),(19583,19,'NEGATIVE,,7c671749f03c8b1720924478d8fd456a3368743f','',552,0,'2013-12-01 08:00:00',17669,NULL),(19584,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7c671749f03c8b1720924478d8fd456a3368743f','',552,0,'2013-12-01 08:00:00',17669,NULL),(19585,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,7c671749f03c8b1720924478d8fd456a336874','',552,0,'2013-12-01 08:00:00',17671,NULL),(19586,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,568041c585f0be7a6c881e7acc4804a7f0b846af','',552,0,'2013-12-01 08:00:00',17672,NULL),(19587,9,'','',530,0,'2013-12-02 00:26:03',17673,NULL),(19588,19,'NEGATIVE,,428a8789d6a9c3e57a2fc77babdbc5bb00a2ee4e','',552,0,'2013-12-01 08:00:00',17673,NULL),(19589,18,'[$]NO MALARIA PARASITES SEEN[/$],-,428a8789d6a9c3e57a2fc77babdbc5bb00a2ee4e','',552,0,'2013-12-01 08:00:00',17673,NULL),(19590,44,'','',535,0,'2013-12-02 00:40:54',17674,NULL),(19591,71,'POSITIVE,,ae9e60d9fc1863c177a063bff66b78b74b9b50b0','',552,0,'2013-12-01 08:00:00',17675,NULL),(19592,222,'4.8,4.78,12.7,36.4,76.2,26.6,34.9,150,45.5,14.0,40.5,2.2,0.7,1.9,13.1,9.7,,5d7dce168336170b1f82f527ddce78123ee4747f','',552,0,'2013-12-02 01:03:15',17676,NULL),(19593,9,'','',535,0,'2013-12-02 01:04:39',17677,NULL),(19594,19,'NEGATIVE,,6a8415f416244992c424658267f5db209b4e36b1','',552,0,'2013-12-01 08:00:00',17677,NULL),(19595,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6a8415f416244992c424658267f5db209b4e36b1','',552,0,'2013-12-01 08:00:00',17677,NULL),(19596,9,'','',530,0,'2013-12-02 01:13:44',17678,NULL),(19597,19,'NEGATIVE,,80eaf45ab5321b822bdbbf7cc4903ee9d43fa67a','',552,0,'2013-12-01 08:00:00',17678,NULL),(19598,18,'[$]NO MALARIA PARASITES SEEN[/$],-,80eaf45ab5321b822bdbbf7cc4903ee9d43fa67a','',552,0,'2013-12-01 08:00:00',17678,NULL),(19599,107,'1/20,1/20,80eaf45ab5321b822bdbbf7cc4903ee9d43fa67a','',552,0,'2013-12-01 08:00:00',17680,NULL),(19600,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,8,NOT SEEN,NOT SEEN,NOT SEEN,,,,80eaf45ab5321b822bdbbf7cc4903ee9d43fa67a','CLARITY:HAZY, pH:6.0, SPECIFIC GRAVITY:1.030, BLOOD:TRACE, EPITHELIAL CELLS:2, RED BLOOD CELLS:8',535,0,'2013-12-02 02:37:58',17683,NULL),(19601,9,'','',530,0,'2013-12-02 01:16:00',17684,NULL),(19602,19,'NEGATIVE,,bdb38a1656606f3cba9be80941b19ca0da682f56','',552,0,'2013-12-01 08:00:00',17684,NULL),(19603,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bdb38a1656606f3cba9be80941b19ca0da682f56','',552,0,'2013-12-01 08:00:00',17684,NULL),(19604,107,'1/20,1/20,bdb38a1656606f3cba9be80941b19ca0da682f56','',552,0,'2013-12-01 08:00:00',17686,NULL),(19605,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,bdb38a1656606f3cba9be80941b19ca0da682f56',', ',535,0,'2013-12-01 08:00:00',17689,NULL),(19606,36,'Escherichia coli,##,##,,7c671749f03c8b1720924478d8fd456a3368743f','',537,0,'2013-12-03 08:00:00',17690,NULL),(19607,9,'','',530,0,'2013-12-02 01:52:53',17691,NULL),(19608,19,'NEGATIVE,,6d104ac7d48b681368af0ca023e26ada1827315f','',552,0,'2013-12-01 08:00:00',17691,NULL),(19609,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6d104ac7d48b681368af0ca023e26ada1827315f','',552,0,'2013-12-01 08:00:00',17691,NULL),(19610,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6d104ac7d48b681368af0ca023e26ada1827315f',', ',535,0,'2013-12-01 08:00:00',17693,NULL),(19611,107,'1/20,1/80,6d104ac7d48b681368af0ca023e26ada1827315f','',552,0,'2013-12-01 08:00:00',17696,NULL),(19612,100,'1.2,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',534,0,'2013-12-04 08:00:00',17697,NULL),(19613,101,'3.5,65eb657f46b8d63c2de7a2af9be570cc2ac7dd19','',534,0,'2013-12-04 08:00:00',17697,NULL),(19614,22,'15,6a0ffb74c584fbf1733165994e827932f459d53e','',552,0,'2013-12-01 08:00:00',17698,NULL),(19615,107,'1/20,1/20,6a0ffb74c584fbf1733165994e827932f459d53e','',552,0,'2013-12-01 08:00:00',17700,NULL),(19616,222,'12.1,4.57,12.6,36.2,79.2,27.9,34.8,389,37.2,17.6,45.2,4.5,2.1,5.5,12.3,9.3,,647fec5e398cbe5ce82e13f2c13fa736be16f327','',552,552,'2013-12-01 08:00:00',17701,'2013-12-01 20:33:28'),(19617,19,'NEGATIVE,,647fec5e398cbe5ce82e13f2c13fa736be16f327','',552,552,'2013-12-01 08:00:00',17701,'2013-12-01 20:33:28'),(19618,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,647fec5e398cbe5ce82e13f2c13fa736be16f327','',552,0,'2013-12-02 04:33:28',17701,NULL),(19619,222,'5.9,4.49,13.1,39.3,87.5,29.2,33.3,246,34.8,7.1,58.1,2.1,0.4,3.4,12.1,9.6,,2387fe1757235bdb8bd9e3713d98eb7dd00493dc','',552,0,'2013-12-01 08:00:00',17702,NULL),(19620,19,'NEGATIVE,,2387fe1757235bdb8bd9e3713d98eb7dd00493dc','',552,0,'2013-12-01 08:00:00',17702,NULL),(19621,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2387fe1757235bdb8bd9e3713d98eb7dd00493dc','',552,0,'2013-12-01 08:00:00',17702,NULL),(19622,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,20,2,10,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,,2387fe1757235bdb8bd9e3713d98eb','CLARITY:HAZY, pH:6.5, SPECIFIC GRAVITY:1.010, BLOOD:POSITIVE +, LEUCOCYTE:POSITIVE +, PUS CELLS:20, EPITHELIAL CELLS:2, RED BLOOD CELLS:10',552,0,'2013-12-02 04:49:29',17704,NULL),(19623,107,'1/20,1/20,2387fe1757235bdb8bd9e3713d98eb7dd00493dc','',552,0,'2013-12-01 08:00:00',17707,NULL),(19624,71,'POSITIVE,,7ed868875f7dcc2b2a2f250f3df584ce8f8086ad','',552,0,'2013-12-01 08:00:00',17708,NULL),(19625,222,'4.7,4.87,13.9,41.1,85.0,28.5,33.6,221,54.7,11.5,33.8,2.6,0.5,1.6,14.1,8.6,,f9623a198496dc02c98733fabd3e9945fc6bbee3','',552,0,'2013-12-01 08:00:00',17709,NULL),(19626,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f9623a198496dc02c98733fabd3e9945fc6bbee3','',552,0,'2013-12-01 08:00:00',17709,NULL),(19627,35,'CLOUDY,STRAW,8.0,1.010,POSITIVE (+),NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f9623a198496dc02c98733fabd3e9945fc6bbee3',', , AMORPHOUS PHOSPHATE PRESENT',552,0,'2013-12-01 08:00:00',17711,NULL),(19628,222,'4.8,4.04,11.5,34.6,85.6,28.5,33.2,129,15.7,3.2,18.1,0.8,0.2,3.8,14.4,9.5,,01546e7a6dbce2493f89ea596eb7874becdf3eca','',552,0,'2013-12-02 05:45:49',17712,NULL),(19629,19,'NEGATIVE,,01546e7a6dbce2493f89ea596eb7874becdf3eca','',552,0,'2013-12-02 05:45:49',17712,NULL),(19630,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,01546e7a6dbce2493f89ea596eb7874becdf3eca','',552,0,'2013-12-02 05:45:49',17712,NULL),(19631,35,'CLOUDY,DEEP AMBER,6.0,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NORMAL,8,12,4,NOT SEEN,PRESENT,,,,,,,,,,, (+),NOT SEEN,01546e7a6dbce2493f89',', ',552,0,'2013-12-01 08:00:00',17714,NULL),(19632,222,'5.8,4.81,11.1,33.4,69.4,23.1,33.2,315,46.6,9.8,43.6,2.7,0.6,2.5,21.4,8.2,,a48f4b843ec433d423c1b7f8504ea2d36ec9035d','- , -',552,0,'2013-12-01 08:00:00',17715,NULL),(19633,19,'NEGATIVE,,a48f4b843ec433d423c1b7f8504ea2d36ec9035d','- , -',552,0,'2013-12-01 08:00:00',17715,NULL),(19634,18,'[$]NO MALARIA PARASITES SEEN.[/$],-,a48f4b843ec433d423c1b7f8504ea2d36ec9035d','',552,0,'2013-12-01 08:00:00',17715,NULL),(19635,222,'6.4,3.81,11.9,34.1,89.5,31.2,34.9,200,24.5,9.4,66.1,1.6,0.6,4.2,12.1,11.0,,7dde0bc2f93a670a0332d41cdfc29dc07e725682','',552,0,'2013-12-01 08:00:00',17716,NULL),(19636,19,'NEGATIVE,,7dde0bc2f93a670a0332d41cdfc29dc07e725682','',552,0,'2013-12-01 08:00:00',17716,NULL),(19637,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7dde0bc2f93a670a0332d41cdfc29dc07e725682','',552,0,'2013-12-01 08:00:00',17716,NULL),(19638,35,'','',558,0,'2013-12-02 06:02:30',17718,NULL),(19639,107,'1/80,1/20,7dde0bc2f93a670a0332d41cdfc29dc07e725682','',552,0,'2013-12-01 08:00:00',17721,NULL),(19640,222,'7.5,4.49,13.2,37.6,83.7,29.4,35.1,319,51.9,7.3,40.8,3.9,0.5,3.1,12.6,7.6,,983769e526cf432e2a77d0bca2c72a6822ec6400','',552,0,'2013-12-01 08:00:00',17722,NULL),(19641,18,'[$]NO MALARIA PARASITES SEEN[/$],-,983769e526cf432e2a77d0bca2c72a6822ec6400','',552,0,'2013-12-01 08:00:00',17722,NULL),(19642,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,983769e526cf432e2a77d0bca2c72a6822ec6400',', ',552,0,'2013-12-01 08:00:00',17724,NULL),(19643,222,'5.2,4.40,11.9,36.1,82.0,27.0,33.0,213,37.5,5.6,56.9,2.0,0.3,2.9,12.5,8.2,,9595474af5c9491c4ac71c6508d8555d49d5379c','',552,0,'2013-12-01 08:00:00',17725,NULL),(19644,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9595474af5c9491c4ac71c6508d8555d49d5379c','',552,0,'2013-12-01 08:00:00',17725,NULL),(19645,222,'13.4,5.34,10.8,33.4,62.5,20.2,32.3,340,9.7,1.9,88.4,1.3,0.3,11.8,16.9,9.0,,dcae2e928755a729641d0e17cb766ddc3bda48c1','',552,0,'2013-12-01 08:00:00',17726,NULL),(19646,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dcae2e928755a729641d0e17cb766ddc3bda48c1','',552,0,'2013-12-01 08:00:00',17726,NULL),(19647,68,'','',558,0,'2013-12-02 07:58:32',17727,NULL),(19648,222,'5.1,5.65,17.7,51.4,91.0,31.3,34.4,135,28.0,13.4,58.6,1.4,0.7,3.0,13.6,11.1,,d7e925d26368626618c5166ac942169d8f426d60','',557,0,'2013-12-02 08:00:00',17727,NULL),(19649,18,'[$]no malaria parasites seen[/$],-,d7e925d26368626618c5166ac942169d8f426d60','',557,0,'2013-12-02 08:00:00',17727,NULL),(19650,132,'','',558,0,'2013-12-02 07:58:32',17729,NULL),(19651,107,'1/20,1/20,d7e925d26368626618c5166ac942169d8f426d60','',557,0,'2013-12-02 08:00:00',17729,NULL),(19652,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8ec3e925d8ebc9364c81d26712a9c895871d5c99','-\n , -',552,0,'2013-12-02 08:00:00',17730,NULL),(19653,112,'NEGATIVE,,8ec3e925d8ebc9364c81d26712a9c895871d5c99','- , -',552,0,'2013-12-02 08:00:00',17732,NULL),(19654,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,8ec3e925d8ebc9364c81d26712a9c895871d5c99','- , -',552,0,'2013-12-02 08:00:00',17732,NULL),(19655,108,'NON - REACTIVE,8ec3e925d8ebc9364c81d26712a9c895871d5c99','- , -',552,0,'2013-12-02 08:00:00',17732,NULL),(19656,222,'9.1,4.72,14.1,42.0,89.0,29.9,33.6,242,12.3,6.1,81.6,1.2,0.6,7.6,14.1,9.6,,693c82b500fecfef64d8c23d6ee07c7da1977008','',552,552,'2013-12-02 08:00:00',17733,'2013-12-02 03:38:05'),(19657,18,'[$]NO MALARIA PARASITES SEEN.[/$],-,,693c82b500fecfef64d8c23d6ee07c7da1977008','',552,552,'2013-12-02 08:00:00',17733,'2013-12-02 03:38:06'),(19658,37,'','',558,0,'2013-12-02 11:15:47',17735,NULL),(19659,107,'120,180,,693c82b500fecfef64d8c23d6ee07c7da1977008','S. typhi H:1/80',552,552,'2013-12-02 11:45:31',17738,'2013-12-02 03:47:00'),(19660,222,'4.1,5.33,13.7,42.3,79.4,25.7,32.4,177,39.6,7.5,52.9,1.6,0.3,2.2,13.5,8.3,,60359dfff56cc844caa746a55ceeb53804e5cfae','',557,0,'2013-12-02 08:00:00',17739,NULL),(19661,18,'[$]no malaria parasites seen[/$],-,60359dfff56cc844caa746a55ceeb53804e5cfae','',557,0,'2013-12-02 08:00:00',17739,NULL),(19662,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,60359dfff56cc844caa746a55ceeb53804e5cfae',', ',557,0,'2013-12-02 08:00:00',17741,NULL),(19663,107,'1/20,1/20,60359dfff56cc844caa746a55ceeb53804e5cfae','',557,0,'2013-12-02 08:00:00',17744,NULL),(19664,68,'5.7,NEGATIVE,NEGATIVE,,53812bb659d11f59d36d33f0c108b44344579626',' ',537,0,'2013-12-02 08:00:00',17745,NULL),(19665,222,'5.4,4.60,11.8,36.3,78.9,25.7,32.5,207,54.8,7.5,37.7,3.0,0.4,2.0,15.0,9.8,,53812bb659d11f59d36d33f0c108b44344579626','',537,0,'2013-12-02 08:00:00',17745,NULL),(19666,18,'[$]NO MALARIA PARASITE SEEN[/$],-,53812bb659d11f59d36d33f0c108b44344579626','',537,0,'2013-12-02 08:00:00',17745,NULL),(19667,71,'POSITIVE,,53812bb659d11f59d36d33f0c108b44344579626','',537,0,'2013-12-02 08:00:00',17747,NULL),(19668,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,53812bb659d11f59d36d33f0c108b44344579626','',537,0,'2013-12-02 08:00:00',17747,NULL),(19669,132,'','',558,0,'2013-12-02 15:16:56',17748,NULL),(19670,68,'','',558,0,'2013-12-02 15:16:56',17750,NULL),(19671,16,'NEGATIVE,1e857943698a53b9cb54393bd0719ad39d3391bc','',537,0,'2013-12-02 08:00:00',17751,NULL),(19672,14,'NEGATIVE,1e857943698a53b9cb54393bd0719ad39d3391bc','',555,0,'2013-12-02 08:00:00',17753,NULL),(19673,112,'NEGATIVE,,d59babdf12e7ef6d742b38e3408eb20966708ea0','',537,0,'2013-12-02 08:00:00',17754,NULL),(19674,117,'NEGATIVE,d59babdf12e7ef6d742b38e3408eb20966708ea0','',537,0,'2013-12-02 08:00:00',17754,NULL),(19675,68,'7.3,NEGATIVE,NEGATIVE,,a229db12227b402b5d4b9c4301de8f5deed2d62a','',555,0,'2013-12-02 08:00:00',17755,NULL),(19676,9,'','',531,0,'2013-12-02 15:45:51',17755,NULL),(19677,57,'','',531,0,'2013-12-02 15:45:51',17757,NULL),(19678,133,'','',531,0,'2013-12-02 15:45:51',17757,NULL),(19679,132,'','',531,0,'2013-12-02 15:45:51',17757,NULL),(19680,56,'','',531,0,'2013-12-02 15:45:51',17757,NULL),(19681,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a229db12227b402b5d4b9c4301de8f5deed2d62a','',555,0,'2013-12-02 08:00:00',17760,NULL),(19682,68,'5.2,-,-,,47a739d1df12f8237a5061eec62d6f748f5375b3','',537,0,'2013-12-02 08:00:00',17761,NULL),(19683,9,'','',531,0,'2013-12-02 16:05:03',17761,NULL),(19684,19,'NEGATIVE,,47a739d1df12f8237a5061eec62d6f748f5375b3','',537,0,'2013-12-02 08:00:00',17761,NULL),(19685,18,'[$]NO MALARIA PARASITE SEEN[/$],-,47a739d1df12f8237a5061eec62d6f748f5375b3','',537,0,'2013-12-02 08:00:00',17761,NULL),(19686,57,'','',531,0,'2013-12-02 16:05:03',17763,NULL),(19687,133,'','',531,0,'2013-12-02 16:05:03',17763,NULL),(19688,132,'','',531,0,'2013-12-02 16:05:03',17763,NULL),(19689,56,'','',531,0,'2013-12-02 16:05:03',17763,NULL),(19690,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,47a739d1df12f8237a5061eec62d6f748f5375b3',' ',555,0,'2013-12-02 08:00:00',17766,NULL),(19691,22,'7,a9b1ed179546f149b59a8255cf5efa00fb962bea','',534,0,'2013-12-02 08:00:00',17767,NULL),(19692,9,'','',531,0,'2013-12-02 16:27:45',17767,NULL),(19693,70,'5.3,,a9b1ed179546f149b59a8255cf5efa00fb962bea','',537,0,'2013-12-02 08:00:00',17767,NULL),(19694,108,'REACTIVE,a9b1ed179546f149b59a8255cf5efa00fb962bea','',537,0,'2013-12-02 08:00:00',17769,NULL),(19695,107,'1/20,1/20,a9b1ed179546f149b59a8255cf5efa00fb962bea','',537,0,'2013-12-02 08:00:00',17769,NULL),(19696,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,AMORPHOUS URATES (++),NOT SEEN,N,,,,,,,,OT SEEN,a9b1ed179546f149b59a8255cf5e',' ',555,0,'2013-12-02 08:00:00',17772,NULL),(19697,68,'10.7,POSITIVE (+++),NEGATIVE,,91b6ac257b259823c573e4793d07a3231dbd1dee','',555,0,'2013-12-02 08:00:00',17773,NULL),(19698,9,'','',531,0,'2013-12-02 17:06:07',17774,NULL),(19699,19,'NEGATIVE,,1b8f974517b272c9dc32868cf83e1d68b83e90de','',537,0,'2013-12-02 08:00:00',17774,NULL),(19700,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1b8f974517b272c9dc32868cf83e1d68b83e90de',' ',537,0,'2013-12-02 08:00:00',17774,NULL),(19701,68,'6.3,NEGATIVE,NEGATIVE,,2118cb8a008e102524c96d11514d4ad1c5b98c26','',555,0,'2013-12-02 08:00:00',17775,NULL),(19702,68,'','',531,0,'2013-12-02 17:14:44',17776,NULL),(19703,9,'','',531,0,'2013-12-02 17:14:44',17776,NULL),(19704,132,'','',531,0,'2013-12-02 17:14:45',17778,NULL),(19705,92,'1.5,ce6d583aac609d90e4385a3bf156c7035bb38442','',534,0,'2013-12-03 08:00:00',17778,NULL),(19706,22,'1,3490085e7a007210de6a1c277ca9903ab7755d9a','',537,0,'2013-12-02 08:00:00',17779,NULL),(19707,9,'','',531,0,'2013-12-02 17:18:19',17779,NULL),(19708,27,'NON-REACTIVE,-,NEGATIVE,3490085e7a007210de6a1c277ca9903ab7755d9a','',537,0,'2013-12-02 08:00:00',17779,NULL),(19709,68,'','',531,0,'2013-12-02 17:21:30',17780,NULL),(19710,9,'','',531,0,'2013-12-02 17:21:30',17780,NULL),(19711,132,'','',531,0,'2013-12-02 17:21:30',17782,NULL),(19712,57,'','',531,0,'2013-12-02 17:24:50',17783,NULL),(19713,133,'','',531,0,'2013-12-02 17:24:50',17783,NULL),(19714,56,'','',531,0,'2013-12-02 17:24:50',17783,NULL),(19715,22,'2,68d918907ed0e48ceec1cf332f7501bbbd6e9d68','',537,0,'2013-12-02 08:00:00',17784,NULL),(19716,9,'','',531,0,'2013-12-02 17:33:26',17784,NULL),(19717,70,'4.5,,68d918907ed0e48ceec1cf332f7501bbbd6e9d68','',537,0,'2013-12-02 08:00:00',17784,NULL),(19718,108,'NON - REACTIVE,68d918907ed0e48ceec1cf332f7501bbbd6e9d68','',537,0,'2013-12-02 08:00:00',17786,NULL),(19719,107,'1/20,1/20,68d918907ed0e48ceec1cf332f7501bbbd6e9d68','',537,0,'2013-12-02 08:00:00',17786,NULL),(19720,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,68d918907ed0e48ceec1cf332f7501bbbd6e9d68',' ',555,0,'2013-12-02 08:00:00',17789,NULL),(19721,36,'No Significant Bacteria Growth,##,##,,4331400b947ab833dea2d9b51a2d2547e6824e6d','',534,0,'2013-12-02 08:00:00',17790,NULL),(19722,57,'','',531,0,'2013-12-02 17:34:57',17791,NULL),(19723,133,'','',531,0,'2013-12-02 17:34:57',17791,NULL),(19724,56,'','',531,0,'2013-12-02 17:34:57',17791,NULL),(19725,9,'','',531,0,'2013-12-02 17:37:36',17792,NULL),(19726,19,'NEGATIVE,,316a9d020a7fb00b6696333b46436b9df2dd5031','',537,0,'2013-12-02 08:00:00',17792,NULL),(19727,18,'[$]NO MALARIA PARASITE SEEN[/$],-,316a9d020a7fb00b6696333b46436b9df2dd5031',' ',537,0,'2013-12-02 08:00:00',17792,NULL),(19728,68,'5.2,-,-,,b61c9d06c521e500296882bba015db0f5f0408dc','',537,0,'2013-12-02 08:00:00',17793,NULL),(19729,9,'','',531,0,'2013-12-02 17:39:34',17793,NULL),(19730,19,'NEGATIVE,,b61c9d06c521e500296882bba015db0f5f0408dc','',537,0,'2013-12-02 08:00:00',17793,NULL),(19731,9,'','',531,0,'2013-12-02 17:44:33',17794,NULL),(19732,19,'NEGATIVE,,b7c28af69a22f84b143a2d71c0b5d5821b5028b2','',537,0,'2013-12-02 08:00:00',17794,NULL),(19733,9,'','',531,0,'2013-12-02 17:45:49',17795,NULL),(19734,22,'29,e193be6c4898931d32ebf213cb255a648a9b9896','',537,0,'2013-12-02 08:00:00',17796,NULL),(19735,9,'','',531,0,'2013-12-02 17:49:17',17796,NULL),(19736,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e193be6c4898931d32ebf213cb255a648a9b9896','',537,0,'2013-12-02 08:00:00',17796,NULL),(19737,38,'[$]No Salmonellae or Shigellae isolated[/$],e193be6c4898931d32ebf213cb255a648a9b9896','',534,0,'2013-12-05 08:00:00',17798,NULL),(19738,37,'DARK BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e193be6c4898931d32ebf213cb255a648a9b9896','',555,0,'2013-12-02 08:00:00',17798,NULL),(19739,68,'','',531,0,'2013-12-02 17:53:23',17799,NULL),(19740,9,'','',531,0,'2013-12-02 17:53:23',17799,NULL),(19741,57,'','',531,0,'2013-12-02 17:53:23',17801,NULL),(19742,133,'','',531,0,'2013-12-02 17:53:23',17801,NULL),(19743,132,'','',531,0,'2013-12-02 17:53:23',17801,NULL),(19744,56,'','',531,0,'2013-12-02 17:53:23',17801,NULL),(19745,68,'4.4,-,-,3f10ff1bc4565a5236d566fc56d5f2a29b7f8ef8','NON DIABETIC, ',555,0,'2013-12-09 08:00:00',17802,NULL),(19746,9,'','',531,0,'2013-12-02 17:55:49',17802,NULL),(19747,135,'[$]CANDIDA SPP. ISOLATED[/$],3f10ff1bc4565a5236d566fc56d5f2a29b7f8ef8','',534,0,'2013-12-05 08:00:00',17804,NULL),(19748,68,'4.4,-,-,,9774b48261121012807b0f6df865d7102ab13c8a','NON DIABETIC, ',555,0,'2013-12-02 08:00:00',17805,NULL),(19749,9,'','',531,0,'2013-12-02 18:02:59',17805,NULL),(19750,57,'','',531,0,'2013-12-02 18:03:00',17807,NULL),(19751,133,'','',531,0,'2013-12-02 18:03:00',17807,NULL),(19752,56,'','',531,0,'2013-12-02 18:03:00',17807,NULL),(19753,36,'No Bacteria Growth,9774b48261121012807b0f6df865d7102ab13c8a','',534,0,'2013-12-05 08:00:00',17810,NULL),(19754,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9774b48261121012807b0f6df865d7102ab13c8a',' ',555,0,'2013-12-02 08:00:00',17810,NULL),(19755,9,'','',531,0,'2013-12-02 18:08:44',17811,NULL),(19756,19,'NEGATIVE,,8f38f938202dd74ee2f23913e14b7f6dfbd7626a','',537,0,'2013-12-02 08:00:00',17811,NULL),(19757,9,'','',531,0,'2013-12-02 18:10:32',17812,NULL),(19758,19,'NEGATIVE,,965265872af77226e44dee36b344fb854372e946','',537,0,'2013-12-02 08:00:00',17812,NULL),(19759,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e03d9347f3cdcb7f3e94657caca898bfbac14d16','',555,0,'2013-12-02 08:00:00',17813,NULL),(19760,22,'3,683a72eac19551335617631cd2a6c2aa9d12d8e0','',534,0,'2013-12-02 08:00:00',17814,NULL),(19761,9,'','',531,0,'2013-12-02 18:14:22',17814,NULL),(19762,18,'[$]NO MALARIA PARASITES SEEN [/$],-,683a72eac19551335617631cd2a6c2aa9d12d8e0','',534,0,'2013-12-02 08:00:00',17814,NULL),(19763,9,'','',531,0,'2013-12-02 18:22:17',17815,NULL),(19764,19,'NEGATIVE,,89fceb232f1159afd6a129b76165aae8d8ca3ad7','',537,0,'2013-12-02 08:00:00',17815,NULL),(19765,18,'[$]NO MALARIA PARASITE SEEN[/$],-,89fceb232f1159afd6a129b76165aae8d8ca3ad7','',537,0,'2013-12-02 08:00:00',17815,NULL),(19766,107,'1/20,1/20,89fceb232f1159afd6a129b76165aae8d8ca3ad7','',537,0,'2013-12-02 08:00:00',17817,NULL),(19767,35,'','',531,0,'2013-12-02 18:22:18',17820,NULL),(19768,68,'4.9,-,-,,f3aeeaa3016dcfbe8a5692649ba0588892a744f0','NON DIABETIC, ',555,0,'2013-12-02 08:00:00',17821,NULL),(19769,9,'','',531,0,'2013-12-02 18:30:47',17821,NULL),(19770,57,'','',531,0,'2013-12-02 18:30:47',17823,NULL),(19771,133,'','',531,0,'2013-12-02 18:30:47',17823,NULL),(19772,131,'','',531,0,'2013-12-02 18:30:47',17823,NULL),(19773,132,'','',531,0,'2013-12-02 18:30:47',17823,NULL),(19774,56,'','',531,0,'2013-12-02 18:30:47',17823,NULL),(19775,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,f3aeeaa3016dcfbe8a5692649ba0588892',' ',555,0,'2013-12-02 08:00:00',17826,NULL),(19776,22,'','',531,0,'2013-12-02 18:33:04',17827,NULL),(19777,9,'','',531,0,'2013-12-02 18:37:37',17828,NULL),(19778,19,'NEGATIVE,,f4dfd18c1caf98619732873f8993a79523c1efbf','',537,0,'2013-12-02 08:00:00',17828,NULL),(19779,35,'CLEAR,AMBER,5.0,1.020,TRACE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,f4dfd18c1caf98619732873f8993a79523c1efbf','',555,0,'2013-12-02 08:00:00',17830,NULL),(19780,9,'','',531,0,'2013-12-02 18:43:18',17831,NULL),(19781,19,'NEGATIVE,,690232de9e3187cb35e1d8196be728867b65042a','',537,0,'2013-12-02 08:00:00',17831,NULL),(19782,18,'[$]NO MALARIA PARASITE SEEN[/$],-,690232de9e3187cb35e1d8196be728867b65042a','',537,0,'2013-12-02 08:00:00',17831,NULL),(19783,9,'','',531,0,'2013-12-02 18:45:51',17832,NULL),(19784,19,'NEGATIVE,,e1f4a3cfe12c1ce729c8458c88d650a4f0538dd9','',537,0,'2013-12-02 08:00:00',17832,NULL),(19785,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e1f4a3cfe12c1ce729c8458c88d650a4f0538dd9','',537,0,'2013-12-02 08:00:00',17832,NULL),(19786,9,'','',531,0,'2013-12-02 18:48:50',17833,NULL),(19787,19,'NEGATIVE,,dd6294b683fcc3b818c0893a00508de7975e6bfa','',537,0,'2013-12-02 08:00:00',17833,NULL),(19788,18,'[$]NO MALARIA PARASITE SEEN[/$],-,dd6294b683fcc3b818c0893a00508de7975e6bfa','',537,0,'2013-12-02 08:00:00',17833,NULL),(19789,66,'','',531,0,'2013-12-02 18:48:50',17835,NULL),(19790,57,'','',531,0,'2013-12-02 18:48:50',17835,NULL),(19791,133,'','',531,0,'2013-12-02 18:48:50',17835,NULL),(19792,76,'','',531,0,'2013-12-02 18:48:50',17835,NULL),(19793,56,'','',531,0,'2013-12-02 18:48:50',17835,NULL),(19794,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dd6294b683fcc3b818c0893a00508de7975e6bfa',' ',555,0,'2013-12-02 08:00:00',17838,NULL),(19795,68,'','',531,0,'2013-12-02 18:53:29',17839,NULL),(19796,9,'','',531,0,'2013-12-02 18:53:29',17839,NULL),(19797,19,'NEGATIVE,,fdb33adc5868956fa75012858625e4b6fbbe318e','',537,0,'2013-12-02 08:00:00',17839,NULL),(19798,18,'[$]NO MALARIA PARASITE SEEN[/$],-,fdb33adc5868956fa75012858625e4b6fbbe318e','',537,0,'2013-12-02 08:00:00',17839,NULL),(19799,132,'','',531,0,'2013-12-02 18:53:29',17841,NULL),(19800,68,'4.2,-,-,,72e3ad79069fd8b2beec36ea98a6a3115bed1652','URINE KETONES:',537,537,'2013-12-02 08:00:00',17842,'2013-12-02 13:11:23'),(19801,9,',,,,,,,,,,,,,,72e3ad79069fd8b2beec36ea98a6a3115bed1652','URINE KETONE',537,0,'2013-12-02 21:11:23',17842,NULL),(19802,19,'NEGATIVE,,72e3ad79069fd8b2beec36ea98a6a3115bed1652','URINE KETO',537,537,'2013-12-02 08:00:00',17842,'2013-12-02 13:11:23'),(19803,107,'1/20,1/160,72e3ad79069fd8b2beec36ea98a6a3115bed1652','',537,0,'2013-12-02 08:00:00',17844,NULL),(19804,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,26,>30,2,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,72e3ad79069fd8b2beec36ea98a6a',' ',555,0,'2013-12-02 08:00:00',17847,NULL),(19805,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,056ba1db25c9ea0ffd543d87d7a320151b247bcd','',534,0,'2013-12-02 08:00:00',17848,NULL),(19806,36,'Escherichia coli,##,##,,056ba1db25c9ea0ffd543d87d7a320151b247bcd','',534,0,'2013-12-02 08:00:00',17848,NULL),(19807,9,'','',531,0,'2013-12-02 19:03:00',17849,NULL),(19808,223,'','',531,0,'2013-12-02 19:03:00',17849,NULL),(19809,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,f2dac9ea3d3d364b98224beb44a8adaf1b2d6198','',534,0,'2013-12-02 08:00:00',17850,NULL),(19810,36,'Citrobacter species,##,##,,f2dac9ea3d3d364b98224beb44a8adaf1b2d6198','',534,0,'2013-12-02 08:00:00',17850,NULL),(19811,21,'A,POSITIVE,116c6d72bc96612f99102e72668627f411730e7e','',537,0,'2013-12-02 08:00:00',17851,NULL),(19812,9,'','',531,0,'2013-12-02 19:06:41',17851,NULL),(19813,27,'NON-REACTIVE,-,NEGATIVE,116c6d72bc96612f99102e72668627f411730e7e','',537,0,'2013-12-02 08:00:00',17851,NULL),(19814,20,'NEGATIVE,116c6d72bc96612f99102e72668627f411730e7e','',537,0,'2013-12-02 08:00:00',17851,NULL),(19815,112,'NEGATIVE,,116c6d72bc96612f99102e72668627f411730e7e','',537,0,'2013-12-02 08:00:00',17853,NULL),(19816,21,'B,POSITIVE,2f40568b0bd1332f3306b99dc097149ce80dc841','',537,0,'2013-12-03 08:00:00',17854,NULL),(19817,68,'','',531,0,'2013-12-02 19:09:41',17854,NULL),(19818,9,'','',531,0,'2013-12-02 19:09:41',17854,NULL),(19819,57,'','',531,0,'2013-12-02 19:09:41',17856,NULL),(19820,133,'','',531,0,'2013-12-02 19:09:41',17856,NULL),(19821,131,'','',531,0,'2013-12-02 19:09:41',17856,NULL),(19822,132,'','',531,0,'2013-12-02 19:09:41',17856,NULL),(19823,56,'','',531,0,'2013-12-02 19:09:41',17856,NULL),(19824,107,'1/20,1/20,2f40568b0bd1332f3306b99dc097149ce80dc841','',537,0,'2013-12-03 08:00:00',17856,NULL),(19825,9,'','',531,0,'2013-12-02 19:28:22',17857,NULL),(19826,57,'','',531,0,'2013-12-02 19:28:23',17859,NULL),(19827,133,'','',531,0,'2013-12-02 19:28:23',17859,NULL),(19828,131,'','',531,0,'2013-12-02 19:28:23',17859,NULL),(19829,56,'','',531,0,'2013-12-02 19:28:23',17859,NULL),(19830,9,'','',531,0,'2013-12-02 19:35:59',17860,NULL),(19831,18,'[$]NO MALARIA PARASITE SEEN[/$],-,04aded55195973f825444ca3923d56d60b107856','',537,0,'2013-12-02 08:00:00',17860,NULL),(19832,107,'1/20,1/20,04aded55195973f825444ca3923d56d60b107856','',537,0,'2013-12-02 08:00:00',17862,NULL),(19833,77,'','',531,0,'2013-12-02 19:37:58',17863,NULL),(19834,57,'','',531,0,'2013-12-02 19:37:58',17865,NULL),(19835,133,'','',531,0,'2013-12-02 19:37:58',17865,NULL),(19836,130,'','',531,0,'2013-12-02 19:37:58',17865,NULL),(19837,132,'','',531,0,'2013-12-02 19:37:58',17865,NULL),(19838,56,'','',531,0,'2013-12-02 19:37:58',17865,NULL),(19839,9,'','',531,0,'2013-12-02 19:50:05',17866,NULL),(19840,77,'','',531,0,'2013-12-02 19:50:05',17866,NULL),(19841,57,'','',531,0,'2013-12-02 19:50:05',17868,NULL),(19842,133,'','',531,0,'2013-12-02 19:50:05',17868,NULL),(19843,132,'','',531,0,'2013-12-02 19:50:05',17868,NULL),(19844,56,'','',531,0,'2013-12-02 19:50:05',17868,NULL),(19845,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,700ec50f2bbc29c2d4bcc4bde688aaa7e4a53756','',555,0,'2013-12-02 08:00:00',17871,NULL),(19846,9,'','',531,0,'2013-12-02 19:58:04',17872,NULL),(19847,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ee990996660622a2ca0035c958db7572808fe3b2','',537,0,'2013-12-02 08:00:00',17872,NULL),(19848,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ee990996660622a2ca0035c958db7572808fe3b2','',537,0,'2013-12-03 08:00:00',17874,NULL),(19849,20,'NEGATIVE,,e193be6c4898931d32ebf213cb255a648a9b9896','',537,0,'2013-12-02 19:58:37',17875,NULL),(19850,9,'','',531,0,'2013-12-02 20:01:29',17876,NULL),(19851,18,'[$]NO MALARIA PARASITE SEEN[/$],-,bb5b0e71461086c6e7b45671c871302021ffddc2','',537,0,'2013-12-02 08:00:00',17876,NULL),(19852,107,'1/20,1/20,bb5b0e71461086c6e7b45671c871302021ffddc2','',537,0,'2013-12-02 08:00:00',17878,NULL),(19853,35,'HAZY,AMBER,5.0,1.020,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,CALCIUM OXALATE (++),NOT SE,,,,,,,,,,,EN,NOT SEEN,bb5b0e71461086c6e7b456',' ',555,0,'2013-12-02 08:00:00',17881,NULL),(19854,9,',,,,,,,,,,,,,,f803a919dd8d93637392e1322c5dafe8fc95afe0','',553,0,'2013-12-03 00:29:03',17882,NULL),(19855,18,'[$]no malaria parasite seen[/$],-,,f803a919dd8d93637392e1322c5dafe8fc95afe0','',553,0,'2013-12-03 00:29:03',17882,NULL),(19856,112,'NEGATIVE,,f803a919dd8d93637392e1322c5dafe8fc95afe0','',553,0,'2013-12-03 00:29:35',17884,NULL),(19857,27,'NON-REACTIVE,-,NEGATIVE,,f803a919dd8d93637392e1322c5dafe8fc95afe0','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-03 00:29:36',17884,NULL),(19858,108,'NON - REACTIVE,,f803a919dd8d93637392e1322c5dafe8fc95afe0','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-12-03 00:29:36',17884,NULL),(19859,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,20,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,f803a919dd8d93637392e1322c5dafe8fc95af','',555,0,'2013-12-02 08:00:00',17887,NULL),(19860,22,'35,c77d76057381d51c461917bfcc2c92342e19245b','',537,0,'2013-12-02 08:00:00',17888,NULL),(19861,9,'','',531,0,'2013-12-02 20:18:22',17888,NULL),(19862,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,14,4,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,25d133695f1ade8187cc38a33b074180',' ',555,0,'2013-12-02 08:00:00',17889,NULL),(19863,9,'','',531,0,'2013-12-02 20:26:43',17890,NULL),(19864,19,'NEGATIVE,,afe35a3aca60ec842ebbdbc6f3c4a0e17894eb29','',537,0,'2013-12-02 08:00:00',17890,NULL),(19865,18,'[$]NO MALARIA PARASITE SEEN[/$],-,afe35a3aca60ec842ebbdbc6f3c4a0e17894eb29','',537,0,'2013-12-02 08:00:00',17890,NULL),(19866,107,'1/20,1/20,afe35a3aca60ec842ebbdbc6f3c4a0e17894eb29','',537,0,'2013-12-02 08:00:00',17892,NULL),(19867,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,afe35a3aca60ec842ebbdbc6f3c4a0e178','',555,0,'2013-12-02 08:00:00',17895,NULL),(19868,223,'','',531,0,'2013-12-02 20:40:42',17896,NULL),(19869,36,'No Bacteria Growth,01546e7a6dbce2493f89ea596eb7874becdf3eca','',534,0,'2013-12-05 08:00:00',17897,NULL),(19870,27,'','',531,0,'2013-12-02 20:47:18',17898,NULL),(19871,68,'5.3,-,-,,228e9baa179d1e400e22d4bf0bcb3bcf59ebb193','',534,0,'2013-12-03 08:00:00',17899,NULL),(19872,9,'','',531,0,'2013-12-02 20:53:20',17899,NULL),(19873,18,'[$]NO MALARIA PARASITES SEEN [/$],-,228e9baa179d1e400e22d4bf0bcb3bcf59ebb193','',534,0,'2013-12-03 08:00:00',17899,NULL),(19874,57,'','',531,0,'2013-12-02 20:53:21',17901,NULL),(19875,133,'','',531,0,'2013-12-02 20:53:21',17901,NULL),(19876,131,'','',531,0,'2013-12-02 20:53:21',17901,NULL),(19877,132,'','',531,0,'2013-12-02 20:53:21',17901,NULL),(19878,16,'NEGATIVE,46946c82c9f02e2505cfc81405b64b90a1f08e47','',534,0,'2013-12-02 08:00:00',17902,NULL),(19879,114,'','',531,0,'2013-12-02 20:58:59',17902,NULL),(19880,116,'POSITIVE,46946c82c9f02e2505cfc81405b64b90a1f08e47','',534,0,'2013-12-02 08:00:00',17902,NULL),(19881,115,'NEGATIVE,46946c82c9f02e2505cfc81405b64b90a1f08e47','',534,0,'2013-12-02 08:00:00',17902,NULL),(19882,10,'NEGATIVE,46946c82c9f02e2505cfc81405b64b90a1f08e47','',534,0,'2013-12-05 08:00:00',17902,NULL),(19883,8,'[$]16139[/$],[$]2773[/$],[$][/$],46946c82c9f02e2505cfc81405b64b90a1f08e47','',534,0,'2013-12-05 08:00:00',17902,NULL),(19884,14,'','',531,0,'2013-12-02 20:58:59',17904,NULL),(19885,22,'7,,38a67ba3a42bf27e850ea304fa0da9d91cbf6e03','',534,0,'2013-12-02 23:00:43',17905,NULL),(19886,9,',,,,,,,,,,,,,,38a67ba3a42bf27e850ea304fa0da9d91cbf6e03','',534,0,'2013-12-02 23:00:43',17905,NULL),(19887,68,'4.6,-,-,,72e1a260e41cea2d69e7ad6495cfefcad0b4a9b3','NON DIABETIC, ',535,0,'2013-12-03 08:00:00',17906,NULL),(19888,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,72e1a260e41cea2d69e7ad6495cfefcad0',' ',555,0,'2013-12-02 08:00:00',17908,NULL),(19889,9,',,,,,,,,,,,,,,24e3fd20e9038cd06174f60fe26115fbe23baef7','',552,0,'2013-12-02 23:43:06',17909,NULL),(19890,18,'[$]NO MALARIA PARASITE SEEN[/$],,,24e3fd20e9038cd06174f60fe26115fbe23baef7','',552,0,'2013-12-02 23:43:06',17909,NULL),(19891,107,'1/20,1/20,,24e3fd20e9038cd06174f60fe26115fbe23baef7','',552,0,'2013-12-02 23:43:26',17911,NULL),(19892,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,>30,0,NOT SEEN,NOT S,,,,,,,,,,,EEN,NOT SEEN,24e3fd20e9038cd06174f',' ',555,0,'2013-12-02 08:00:00',17914,NULL),(19893,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,8,>30,NOT SEEN,NOT S,,,,,,,,,,,EEN,NOT SEEN,dbac1482aa64f3d760486',' ',555,0,'2013-12-02 08:00:00',17915,NULL),(19894,107,'1/20,1/20,dbac1482aa64f3d760486efeb0797ace2a212911','',552,0,'2013-12-02 08:00:00',17917,NULL),(19895,9,'','',531,0,'2013-12-02 21:23:32',17918,NULL),(19896,223,'','',531,0,'2013-12-02 21:23:32',17918,NULL),(19897,28,'POSITIVE,[$]SC[/$],,b81ab38e65a223b317743b9b93418749c6607da5','',537,0,'2013-12-03 08:00:00',17918,NULL),(19898,21,'B,POSITIVE,0af5d970bbabbf104f058964d1c3158d57acaf72','',552,0,'2013-12-02 08:00:00',17919,NULL),(19899,9,'','',531,0,'2013-12-02 21:26:00',17919,NULL),(19900,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0af5d970bbabbf104f058964d1c3158d57acaf72','',552,0,'2013-12-02 08:00:00',17919,NULL),(19901,107,'1/20,1/20,0af5d970bbabbf104f058964d1c3158d57acaf72','',552,0,'2013-12-02 08:00:00',17921,NULL),(19902,35,'CLEAR,LIGHT AMBER,7.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,6,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,0af5d970bbabbf104f058964d1c3158d57',', , RBC\'S HAEMOLYSED',552,0,'2013-12-02 08:00:00',17924,NULL),(19903,9,'','',531,0,'2013-12-02 21:29:22',17925,NULL),(19904,77,'','',531,0,'2013-12-02 21:29:22',17925,NULL),(19905,19,'','',531,0,'2013-12-02 21:29:22',17925,NULL),(19906,18,'','',531,0,'2013-12-02 21:29:22',17925,NULL),(19907,57,'','',531,0,'2013-12-02 21:29:22',17927,NULL),(19908,133,'','',531,0,'2013-12-02 21:29:22',17927,NULL),(19909,132,'','',531,0,'2013-12-02 21:29:22',17927,NULL),(19910,56,'','',531,0,'2013-12-02 21:29:22',17927,NULL),(19911,107,'','',531,0,'2013-12-02 21:29:22',17927,NULL),(19912,20,'NEGATIVE,683a72eac19551335617631cd2a6c2aa9d12d8e0','',534,0,'2013-12-02 08:00:00',17928,NULL),(19913,9,'','',531,0,'2013-12-02 21:32:06',17929,NULL),(19914,35,'','',531,0,'2013-12-02 21:32:07',17931,NULL),(19915,9,'','',531,0,'2013-12-02 21:39:49',17932,NULL),(19916,9,'','',531,0,'2013-12-02 21:43:09',17933,NULL),(19917,9,'','',531,0,'2013-12-02 21:46:20',17934,NULL),(19918,65,'','',531,0,'2013-12-02 21:46:20',17936,NULL),(19919,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,1af221dd0472b2788ef55312cebed814241',', ',552,0,'2013-12-02 08:00:00',17939,NULL),(19920,9,'','',531,0,'2013-12-02 21:55:27',17940,NULL),(19921,77,'','',531,0,'2013-12-02 21:55:27',17940,NULL),(19922,19,'POSITIVE,,a164183af563fe2a795f4e4f4401c3ac38c9dfac','',534,0,'2013-12-02 08:00:00',17940,NULL),(19923,18,'[$]MALARIA PARASITES PRESENT (+)[/$],TROPHOZOITES,a164183af563fe2a795f4e4f4401c3ac38c9dfac','',534,0,'2013-12-02 08:00:00',17940,NULL),(19924,57,'','',531,0,'2013-12-02 21:55:27',17942,NULL),(19925,133,'','',531,0,'2013-12-02 21:55:27',17942,NULL),(19926,56,'','',531,0,'2013-12-02 21:55:27',17942,NULL),(19927,107,'1/20,1/20,a164183af563fe2a795f4e4f4401c3ac38c9dfac','',534,0,'2013-12-02 08:00:00',17942,NULL),(19928,9,',,,,,,,,,,,,,,8128a44746c7975d8138463d6cb1f24f12e6c159','',553,0,'2013-12-03 00:21:16',17943,NULL),(19929,18,'[$]mo malaria parasite seen[/$],,,8128a44746c7975d8138463d6cb1f24f12e6c159','',553,0,'2013-12-03 00:21:16',17943,NULL),(19930,107,'1/20,1/20,,8128a44746c7975d8138463d6cb1f24f12e6c159','',553,0,'2013-12-03 00:20:38',17945,NULL),(19931,9,',,,,,,,,,,,,,,f15ae6cf5ffd1aff9fa4684e9fe9531c01511b27','',553,0,'2013-12-03 00:24:51',17946,NULL),(19932,77,',,f15ae6cf5ffd1aff9fa4684e9fe9531c01511b27','',553,0,'2013-12-03 00:24:51',17946,NULL),(19933,19,'NEGATIVE,,f15ae6cf5ffd1aff9fa4684e9fe9531c01511b27','',553,0,'2013-12-03 00:24:51',17946,NULL),(19934,18,'[$]no malaria parasite seen[/$],-,,f15ae6cf5ffd1aff9fa4684e9fe9531c01511b27','',553,0,'2013-12-03 00:24:51',17946,NULL),(19935,9,'','',531,0,'2013-12-02 22:36:04',17947,NULL),(19936,130,'','',531,0,'2013-12-02 22:36:04',17949,NULL),(19937,16,'NEGATIVE,1d521a04bccf6c594ac18f656ec8827b31b09492','',552,0,'2013-12-02 08:00:00',17950,NULL),(19938,14,'NEGATIVE,,1d521a04bccf6c594ac18f656ec8827b31b09492','',553,0,'2013-12-03 00:22:56',17952,NULL),(19939,9,'','',534,0,'2013-12-02 22:56:39',17953,NULL),(19940,19,'NEGATIVE,,ec34b85bc79a20eb22f2f50ddabce55970e0232c','',534,0,'2013-12-02 08:00:00',17953,NULL),(19941,18,'[$]NO MALARIA PARASITES SEEN [/$],-,ec34b85bc79a20eb22f2f50ddabce55970e0232c','',534,0,'2013-12-02 08:00:00',17953,NULL),(19942,211,'[$][/$],ec34b85bc79a20eb22f2f50ddabce55970e0232c','',534,0,'2013-12-02 08:00:00',17955,NULL),(19943,57,'','',534,0,'2013-12-02 22:56:39',17955,NULL),(19944,133,'','',534,0,'2013-12-02 22:56:39',17955,NULL),(19945,56,'','',534,0,'2013-12-02 22:56:39',17955,NULL),(19946,107,'1/20,1/20,ec34b85bc79a20eb22f2f50ddabce55970e0232c','',534,0,'2013-12-02 08:00:00',17955,NULL),(19947,107,'1/20,1/20,,b1c25154b1d97afb6e443ee826040e4aac306561','',553,0,'2013-12-03 00:39:29',17956,NULL),(19948,70,'5.9,,c3ae913894b376cb8b1a474821f9aa6019a427b6','',543,0,'2013-12-02 08:00:00',17957,NULL),(19949,9,',,,,,,,,,,,,,,761c2a330f065db0a5f2ba1dfed0487707ffe873','',553,553,'2013-12-03 02:04:48',17958,'2013-12-02 18:05:17'),(19950,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,761c2a330f065db0a5f2ba1dfed0487707ffe873','',553,553,'2013-12-03 02:04:48',17958,'2013-12-02 18:05:17'),(19951,92,'1.0,761c2a330f065db0a5f2ba1dfed0487707ffe873','',537,0,'2013-12-03 08:00:00',17960,NULL),(19952,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,761c2a330f065db0a5f2ba1dfed0487707ffe873','pH:7.5, SPECIFIC GRAVITY:1.010, PUS CELLS:2',553,0,'2013-12-03 02:04:28',17963,NULL),(19953,9,',,,,,,,,,,,,,,0d6afda3572960c7031c3c2ad2d317477540245e','',553,0,'2013-12-03 01:24:32',17964,NULL),(19954,19,'NEGATIVE,,0d6afda3572960c7031c3c2ad2d317477540245e','',553,0,'2013-12-03 01:24:32',17964,NULL),(19955,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,0d6afda3572960c7031c3c2ad2d317477540245e','',553,0,'2013-12-03 01:24:32',17964,NULL),(19956,112,'NEGATIVE,,8ddce38d49116d77ce22bc76f463ee6ca5fdb674','',553,0,'2013-12-03 01:32:12',17965,NULL),(19957,117,'NEGATIVE,,8ddce38d49116d77ce22bc76f463ee6ca5fdb674','',553,0,'2013-12-03 01:32:12',17965,NULL),(19958,27,'NON-REACTIVE,-,NEGATIVE,,8ddce38d49116d77ce22bc76f463ee6ca5fdb674','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-03 01:32:12',17965,NULL),(19959,36,'No Bacteria Growth,8ddce38d49116d77ce22bc76f463ee6ca5fdb674','',534,0,'2013-12-05 08:00:00',17967,NULL),(19960,35,'CLEAR,AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8ddce38d49116d77ce22bc76f463ee6ca5fdb674',', ',553,0,'2013-12-02 08:00:00',17967,NULL),(19961,123,'[$]GRAM\'S STAIN - NO GNID SEEN[/$],,8ddce38d49116d77ce22bc76f463ee6ca5fdb674','',553,0,'2013-12-03 01:33:55',17970,NULL),(19962,16,'POSITIVE,b5764f05638d6b9d5c795684db6620ba3e7012d3','',537,0,'2013-12-03 08:00:00',17971,NULL),(19963,14,'NEGATIVE,b5764f05638d6b9d5c795684db6620ba3e7012d3','',552,0,'2013-12-03 08:00:00',17973,NULL),(19964,9,',,,,,,,,,,,,,,60da31236355448213c85937cbed70e6267a3ba8','',553,0,'2013-12-03 02:31:17',17974,NULL),(19965,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,60da31236355448213c85937cbed70e6267a3ba8','',553,0,'2013-12-03 02:31:17',17974,NULL),(19966,9,',,,,,,,,,,,,,,b5194bc0259e483a70128cb73dcd4d2d2d57ba49','',553,0,'2013-12-03 02:30:19',17975,NULL),(19967,19,'NEGATIVE,,b5194bc0259e483a70128cb73dcd4d2d2d57ba49','',553,0,'2013-12-03 02:30:19',17975,NULL),(19968,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,b5194bc0259e483a70128cb73dcd4d2d2d57ba49','',553,0,'2013-12-03 02:30:19',17975,NULL),(19969,9,',,,,,,,,,,,,,,51471ffc4d507c3c603be871ac2a7c385df55db2','',553,0,'2013-12-03 02:27:47',17976,NULL),(19970,77,',,51471ffc4d507c3c603be871ac2a7c385df55db2','',553,0,'2013-12-03 02:27:47',17976,NULL),(19971,19,'NEGATIVE,,51471ffc4d507c3c603be871ac2a7c385df55db2','',553,0,'2013-12-03 02:27:47',17976,NULL),(19972,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,51471ffc4d507c3c603be871ac2a7c385df55db2','',553,0,'2013-12-03 02:27:47',17976,NULL),(19973,70,',,51471ffc4d507c3c603be871ac2a7c385df55db2','',553,0,'2013-12-03 02:27:47',17976,NULL),(19974,35,'CLEAR,STRAW,5.5,1.010,NEGATIVE,POSITIVE (+),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,51471ffc4d507c3c603be871ac2a7c385df55db2','pH:5.5, SPECIFIC GRAVITY:1.010, GLUCOSE:POSITIVE +, KETONES:TRACE, PUS CELLS:2, EPITHELIAL CELLS:2',553,0,'2013-12-03 02:23:41',17978,NULL),(19975,9,'','',531,0,'2013-12-03 01:46:47',17979,NULL),(19976,28,'NEGATIVE,[$]AA[/$],6762cb70cb9bc4bdf571f948dc85e5d162b105d7','',552,0,'2013-12-05 08:00:00',17979,NULL),(19977,20,'','',531,0,'2013-12-03 01:46:47',17979,NULL),(19978,35,'CLEAR,DEEP AMBER,6.5,1.015,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,1,2,0,NOT SEEN,NOT,,,,,,,,,,, SEEN,NOT SEEN,,8128a44746c7975d81','COLOUR:DEEP AMBER, pH:6.5, SPECIFIC GRAVITY:1.015, PROTEIN:POSITIVE +, BILIRUBIN:POSITIVE +, UROBILINOGEN:INCREASED, EPITHELIAL CELLS:2',553,0,'2013-12-03 02:25:21',17980,NULL),(19979,9,',,,,,,,,,,,,,,f5271d98e66200858e620d59fd8e35706fafaf7c','',553,0,'2013-12-03 02:32:15',17981,NULL),(19980,19,'NEGATIVE,,f5271d98e66200858e620d59fd8e35706fafaf7c','',553,0,'2013-12-03 02:32:15',17981,NULL),(19981,18,'[$]NO MALARIA PARASITE SEEN[/$],,,f5271d98e66200858e620d59fd8e35706fafaf7c','',553,0,'2013-12-03 02:32:15',17981,NULL),(19982,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,,f5271d98e66200858e620d59fd8e35706f','pH:6.5, SPECIFIC GRAVITY:1.020, KETONES:POSITIVE ++, PUS CELLS:2, EPITHELIAL CELLS:2',553,0,'2013-12-03 02:26:29',17983,NULL),(19983,9,'','',531,0,'2013-12-03 02:11:43',17984,NULL),(19984,19,'NEGATIVE,,0dc30c93d42e1d7c1cde7ac64441bbf92cc4f9b3','',553,0,'2013-12-02 08:00:00',17984,NULL),(19985,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0dc30c93d42e1d7c1cde7ac64441bbf92cc4f9b3','',553,0,'2013-12-02 08:00:00',17984,NULL),(19986,9,'','',531,0,'2013-12-03 02:17:09',17985,NULL),(19987,71,'POSITIVE,,dbc76479e4f160e85d54cf3acf985f7086b40c4f','',553,0,'2013-12-02 08:00:00',17987,NULL),(19988,35,'HAZY,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,TRACE,INCREASED,4,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,dbc76479e4f160e85d54cf3acf985f7086b40c4f',', ',553,0,'2013-12-02 08:00:00',17987,NULL),(19989,9,'','',531,0,'2013-12-03 02:35:40',17988,NULL),(19990,19,'NEGATIVE,,2b563189eea531a5eb50c7a8822b05b2822e5d89','',553,0,'2013-12-02 08:00:00',17988,NULL),(19991,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2b563189eea531a5eb50c7a8822b05b2822e5d89','',553,0,'2013-12-02 08:00:00',17988,NULL),(19992,9,'','',531,0,'2013-12-03 02:41:53',17989,NULL),(19993,9,'','',531,0,'2013-12-03 02:59:21',17990,NULL),(19994,19,'NEGATIVE,,a97669fce3cdaa6b74b0da59c22d22bfc5e6b01b','',553,0,'2013-12-02 08:00:00',17990,NULL),(19995,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a97669fce3cdaa6b74b0da59c22d22bfc5e6b01b','',553,0,'2013-12-02 08:00:00',17990,NULL),(19996,9,'','',531,0,'2013-12-03 03:14:13',17991,NULL),(19997,222,'6.4,4.12,13.0,38.0,92.2,31.6,34.2,255,30.8,5.5,63.7,2.0,0.4,4.0,12.1,8.9,,d8905a9d1e2661a9bc2bd3359eeb23563c281ebd','',535,0,'2013-12-02 08:00:00',17992,NULL),(19998,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d8905a9d1e2661a9bc2bd3359eeb23563c281ebd','',535,0,'2013-12-02 08:00:00',17992,NULL),(19999,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d8905a9d1e2661a9bc2bd3359eeb23563c281ebd',', ',535,0,'2013-12-02 08:00:00',17994,NULL),(20000,107,'1/20,1/80,d8905a9d1e2661a9bc2bd3359eeb23563c281ebd','',535,0,'2013-12-02 08:00:00',17997,NULL),(20001,222,'5.8,4.48,12.8,36.6,81.7,28.6,35.0,241,34.6,22.7,42.7,2.0,1.3,2.5,13.3,8.6,,fd2e5d235671e5cd15c5ce0f80aa3b5c524594f1','',535,0,'2013-12-02 08:00:00',17998,NULL),(20002,19,'NEGATIVE,,fd2e5d235671e5cd15c5ce0f80aa3b5c524594f1','',535,0,'2013-12-02 08:00:00',17998,NULL),(20003,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fd2e5d235671e5cd15c5ce0f80aa3b5c524594f1','',535,0,'2013-12-02 08:00:00',17998,NULL),(20004,222,'5.1,3.99,11.1,34.2,85.7,27.8,32.5,281,50.8,12.3,36.9,2.6,0.6,1.9,14.8,8.1,,e76f9a033153bc1d479cfd088b024335ceca9775','',535,0,'2013-12-02 08:00:00',17999,NULL),(20005,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,18,10,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,e76f9a033153bc1d479cfd088b024335ce',', ',535,0,'2013-12-02 08:00:00',18001,NULL),(20006,222,'8.8,4.53,12.1,35.4,78.1,26.7,34.2,348,15.8,9.3,74.9,1.4,0.8,6.6,14.4,7.8,,e0c941fdaf8f165552f964020c176187db411228','',535,0,'2013-12-02 08:00:00',18002,NULL),(20007,19,'NEGATIVE,,e0c941fdaf8f165552f964020c176187db411228','',535,0,'2013-12-02 08:00:00',18002,NULL),(20008,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e0c941fdaf8f165552f964020c176187db411228','',535,0,'2013-12-02 08:00:00',18002,NULL),(20009,222,'5.2,4.36,13.2,37.6,86.2,30.3,35.1,224,50.0,7.3,42.7,2.6,0.4,2.2,13.1,7.6,,475ed8f783325c5ab1de6f780c26f447e5e7345e','',535,0,'2013-12-02 08:00:00',18003,NULL),(20010,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,475ed8f783325c5ab1de6f780c26f447e5e7345e',', ',535,0,'2013-12-02 08:00:00',18005,NULL),(20011,36,'Escherichia coli,##Co-TRIMOXAZOLE (BA)_CEFOTAXIME (CF)_TAZOBACTAM/PIPERACILLIN (TZP)_CHLORAMPHENICOL (CH)_AMIKACIN (AK)_CEFTIZOXIME (CI)_GENTAMICIN (GM),##AMPICILLIN,,/SULBACTAM (AS)_TETRACYCLIN (TE)_O','',535,0,'2013-12-05 08:00:00',18006,NULL),(20012,222,'5.2,4.78,11.9,36.2,75.7,24.9,32.9,404,18.5,9.1,72.4,1.0,0.5,3.7,14.3,7.5,,4b8401e15235ef6ab6e2ce8a6c5248264b9dc2d3','',535,0,'2013-12-02 08:00:00',18007,NULL),(20013,19,'NEGATIVE,,4b8401e15235ef6ab6e2ce8a6c5248264b9dc2d3','',535,0,'2013-12-02 08:00:00',18007,NULL),(20014,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b8401e15235ef6ab6e2ce8a6c5248264b9dc2d3','',535,0,'2013-12-02 08:00:00',18007,NULL),(20015,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4b8401e15235ef6ab6e2ce8a6c5248264b9dc2d3',', ',535,0,'2013-12-02 08:00:00',18009,NULL),(20016,107,'1/20,1/80,4b8401e15235ef6ab6e2ce8a6c5248264b9dc2d3','',535,0,'2013-12-02 08:00:00',18012,NULL),(20017,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,2,6,NOT SEEN,NOT SEEN,NOT SEEN,,,,e763a239a38490d61eea2d6640878c69adc2e658',', ',535,0,'2013-12-02 08:00:00',18013,NULL),(20018,36,'No Bacteria Growth,e763a239a38490d61eea2d6640878c69adc2e658','',534,0,'2013-12-05 08:00:00',18014,NULL),(20019,92,'2.7,e763a239a38490d61eea2d6640878c69adc2e658','',534,0,'2013-12-05 08:00:00',18016,NULL),(20020,222,'6.0,3.68,11.9,34.7,94.3,32.3,34.3,336,26.7,4.7,68.6,1.6,0.3,4.1,12.9,8.4,,d6c43e010959764011654052401bbaab20863a69','',535,0,'2013-12-02 08:00:00',18017,NULL),(20021,19,'NEGATIVE,,d6c43e010959764011654052401bbaab20863a69','',535,0,'2013-12-02 08:00:00',18017,NULL),(20022,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d6c43e010959764011654052401bbaab20863a69','',535,0,'2013-12-02 08:00:00',18017,NULL),(20023,35,'','',558,0,'2013-12-03 07:27:50',18019,NULL),(20024,16,'NEGATIVE,d6c43e010959764011654052401bbaab20863a69','',535,0,'2013-12-02 08:00:00',18022,NULL),(20025,14,'','',558,0,'2013-12-03 07:27:51',18026,NULL),(20026,222,'8.5,4.42,11.9,36.2,81.9,26.9,32.9,420,14.0,4.8,81.2,1.2,0.4,6.9,14.1,9.2,,9db945fe05077ff9769f4f443225aa395e43d59a','',535,0,'2013-12-03 08:00:00',18027,NULL),(20027,19,'NEGATIVE,,9db945fe05077ff9769f4f443225aa395e43d59a','',535,0,'2013-12-03 08:00:00',18027,NULL),(20028,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9db945fe05077ff9769f4f443225aa395e43d59a','',535,0,'2013-12-03 08:00:00',18027,NULL),(20029,40,'','',558,0,'2013-12-03 12:18:37',18028,NULL),(20030,222,'8.3,3.08,8.3,24.3,78.9,26.9,34.2,512,37.9,13.2,48.9,3.1,1.1,4.1,16.6,7.9,,105ae3fff0026661d1292398f4feac5250748ade','',535,0,'2013-12-03 08:00:00',18028,NULL),(20031,18,'[$]NO MALARIA PARASITES SEEN[/$],-,105ae3fff0026661d1292398f4feac5250748ade','',535,0,'2013-12-03 08:00:00',18028,NULL),(20032,68,'','',558,0,'2013-12-03 13:19:36',18029,NULL),(20033,222,'','',558,0,'2013-12-03 13:19:36',18029,NULL),(20034,19,'NEGATIVE,,c1dd4065675ae515e727cf6d129da6a9b1dd83e5','',537,0,'2013-12-03 08:00:00',18029,NULL),(20035,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c1dd4065675ae515e727cf6d129da6a9b1dd83e5','',537,0,'2013-12-03 08:00:00',18029,NULL),(20036,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c1dd4065675ae515e727cf6d129da6a9b1dd83e5','',537,0,'2013-12-03 08:00:00',18031,NULL),(20037,57,'','',558,0,'2013-12-03 13:19:37',18034,NULL),(20038,133,'','',558,0,'2013-12-03 13:19:37',18034,NULL),(20039,112,'NEGATIVE,,c1dd4065675ae515e727cf6d129da6a9b1dd83e5','',537,0,'2013-12-03 08:00:00',18034,NULL),(20040,117,'NEGATIVE,c1dd4065675ae515e727cf6d129da6a9b1dd83e5','',537,0,'2013-12-03 08:00:00',18034,NULL),(20041,131,'','',558,0,'2013-12-03 13:19:37',18034,NULL),(20042,132,'','',558,0,'2013-12-03 13:19:37',18034,NULL),(20043,56,'','',558,0,'2013-12-03 13:19:37',18034,NULL),(20044,107,'1/20,1/20,c1dd4065675ae515e727cf6d129da6a9b1dd83e5','',537,0,'2013-12-03 08:00:00',18034,NULL),(20045,63,'','',558,0,'2013-12-03 13:42:56',18035,NULL),(20046,61,'','',558,0,'2013-12-03 13:42:56',18035,NULL),(20047,21,'O,POSITIVE,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18036,NULL),(20048,222,'','',558,0,'2013-12-03 15:03:42',18036,NULL),(20049,25,'NO DEFECT,,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18036,NULL),(20050,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18036,NULL),(20051,20,'NEGATIVE,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18036,NULL),(20052,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,10,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,ae23c8a74a7f6772cba262261b187305101','',537,0,'2013-12-03 08:00:00',18038,NULL),(20053,112,'NEGATIVE,,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18041,NULL),(20054,27,'NON-REACTIVE,-,NEGATIVE,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18041,NULL),(20055,108,'NON - REACTIVE,ae23c8a74a7f6772cba262261b18730510176486','',537,0,'2013-12-03 08:00:00',18041,NULL),(20056,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,,7c671749f03c8b1720924478d8fd456a3368743f','AMPICILLINSULBACTAM AS:RESISTANT, TETRACYCLINE TE:RESISTANT, COTRIMOXAZOLE BA :RESISTANT, OFLOXACIN OF:RESISTANT, CIPROFLOXACIN CP:RESISTANT',537,0,'2013-12-03 15:21:38',18042,NULL),(20057,22,'95,859beaefc75e99dbf2e006a6c71fd0d361c581df','',537,0,'2013-12-03 08:00:00',18043,NULL),(20058,68,'17.1,POSITIVE (+++),POSITIVE (+++),,859beaefc75e99dbf2e006a6c71fd0d361c581df','NITRITES SHOWED POSITIVE, KINDLY CONSIDER',535,0,'2013-12-03 08:00:00',18043,NULL),(20059,222,'','',558,0,'2013-12-03 15:21:42',18043,NULL),(20060,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,,52193ee18e72e879485a38a00b07d2175c0c6c8f','AMPICILLINSULBACTAM AS:RESISTANT, TETRACYCLINE TE:RESISTANT, COTRIMOXAZOLE BA :RESISTANT, GENTAMICIN GM:SENSITIVE, CHLORAMPHENICOL CH:RESISTANT, CEFOTAXIME CF:SENSITIVE',537,0,'2013-12-03 15:30:43',18044,NULL),(20061,9,'','',531,0,'2013-12-03 15:49:24',18045,NULL),(20062,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e26cf52355e9689dff132b9eb7f3c339e2261971','',537,0,'2013-12-03 08:00:00',18045,NULL),(20063,107,'1/20,1/20,e26cf52355e9689dff132b9eb7f3c339e2261971','',537,0,'2013-12-03 08:00:00',18047,NULL),(20064,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,e26cf52355e9689dff132b9eb7f3c339e2','',537,0,'2013-12-03 08:00:00',18050,NULL),(20065,9,'','',531,0,'2013-12-03 16:10:59',18051,NULL),(20066,18,'[$]NO MALARIA PARASITE SEEN[/$],-,98714054ec3eb360175c6e248e6dc16650eeb2b9',', ',537,0,'2013-12-03 08:00:00',18051,NULL),(20067,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,98714054ec3eb360175c6e248e6dc16650eeb2b9','',537,0,'2013-12-03 08:00:00',18053,NULL),(20068,22,'2,c007d3f2e1f43f14c1cd79433a6426c505d6dcb0','',537,0,'2013-12-03 08:00:00',18054,NULL),(20069,9,'','',531,0,'2013-12-03 16:20:01',18054,NULL),(20070,19,'NEGATIVE,,c007d3f2e1f43f14c1cd79433a6426c505d6dcb0','',537,0,'2013-12-03 08:00:00',18054,NULL),(20071,22,'','',531,0,'2013-12-03 16:22:14',18055,NULL),(20072,9,'','',531,0,'2013-12-03 16:22:14',18055,NULL),(20073,9,'','',531,0,'2013-12-03 16:24:57',18056,NULL),(20074,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0c137bdf0158cc3cfdae807835d9dabe00ac346b','',537,0,'2013-12-03 08:00:00',18056,NULL),(20075,9,'','',531,0,'2013-12-03 16:32:33',18057,NULL),(20076,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2e3abffbd3d859f9a6085d2f39e53d4cdfbed41a',', ',537,0,'2013-12-03 08:00:00',18057,NULL),(20077,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,12,>30,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,2e3abffbd3d859f9a6085d2f39e53d4cd','',537,0,'2013-12-03 08:00:00',18059,NULL),(20078,9,'','',531,0,'2013-12-03 17:01:59',18060,NULL),(20079,18,'[$]NO MALARIA PARASITE SEEN[/$],-,70f029e1669e0539bf5f6740e3bf8a728583f5cb','',537,0,'2013-12-03 08:00:00',18060,NULL),(20080,107,'1/20,1/20,70f029e1669e0539bf5f6740e3bf8a728583f5cb','',537,0,'2013-12-03 08:00:00',18062,NULL),(20081,77,'','',531,0,'2013-12-03 17:03:26',18063,NULL),(20082,218,'5.6,NEGATIVE,7.4,NEGATIVE,6.8,NEGATIVE,4.6,NEGATIVE,4f4777728f7f9481dc7b2f1226424025603daeb0','',534,0,'2013-12-03 08:00:00',18063,NULL),(20083,57,'','',531,0,'2013-12-03 17:06:40',18064,NULL),(20084,133,'','',531,0,'2013-12-03 17:06:40',18064,NULL),(20085,131,'','',531,0,'2013-12-03 17:06:40',18064,NULL),(20086,56,'','',531,0,'2013-12-03 17:06:40',18064,NULL),(20087,68,'','',531,0,'2013-12-03 17:06:40',18066,NULL),(20088,9,'','',531,0,'2013-12-03 17:23:02',18067,NULL),(20089,18,'[$]NO MALARIA PARASITES SEEN[/$],-,02f4a0162d516f2687cbeaa8e3a2635629839a2e','',552,0,'2013-12-03 08:00:00',18067,NULL),(20090,9,'','',531,0,'2013-12-03 17:27:35',18068,NULL),(20091,19,'NEGATIVE,,42dd20552fd0b11a20aa55cdc7068dfc2ce76d0a','',552,0,'2013-12-03 08:00:00',18068,NULL),(20092,107,'1/20,1/160,42dd20552fd0b11a20aa55cdc7068dfc2ce76d0a','',552,0,'2013-12-03 08:00:00',18070,NULL),(20093,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,7c671749f03c8b1720924478d8fd456a3368743f','',534,0,'2013-12-03 08:00:00',18071,NULL),(20094,36,'Escherichia coli,##,##,,7c671749f03c8b1720924478d8fd456a3368743f','',534,0,'2013-12-03 08:00:00',18071,NULL),(20095,21,'O,POSITIVE,e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd','',552,0,'2013-12-03 08:00:00',18072,NULL),(20096,28,'NEGATIVE,[$]AA[/$],e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd','',552,0,'2013-12-05 08:00:00',18072,NULL),(20097,110,'','',531,0,'2013-12-03 17:30:38',18074,NULL),(20098,111,'','',531,0,'2013-12-03 17:30:38',18074,NULL),(20099,114,'POSITIVE,e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd','',552,0,'2013-12-03 08:00:00',18074,NULL),(20100,116,'POSITIVE,e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd','',552,0,'2013-12-03 08:00:00',18074,NULL),(20101,115,'NEGATIVE,e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd','',552,0,'2013-12-03 08:00:00',18074,NULL),(20102,113,'','',531,0,'2013-12-03 17:30:38',18074,NULL),(20103,112,'POSITIVE,,e57d9d2a3b9e17ab44b9cf81503fac12c4beb1dd','',552,0,'2013-12-03 08:00:00',18074,NULL),(20104,117,'','',531,0,'2013-12-03 17:30:38',18074,NULL),(20105,10,'','',531,0,'2013-12-03 17:30:38',18074,NULL),(20106,57,'','',531,0,'2013-12-03 17:43:07',18075,NULL),(20107,133,'','',531,0,'2013-12-03 17:43:07',18075,NULL),(20108,131,'','',531,0,'2013-12-03 17:43:07',18075,NULL),(20109,56,'','',531,0,'2013-12-03 17:43:07',18075,NULL),(20110,19,'','',504,0,'2013-12-03 17:59:19',18076,NULL),(20111,9,'','',504,0,'2013-12-03 18:00:53',18077,NULL),(20112,19,'NEGATIVE,,c0a327d44a3afe46d196351bf0d8736677a15887','',537,0,'2013-12-03 08:00:00',18077,NULL),(20113,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,52193ee18e72e879485a38a00b07d2175c0c6c8f','',534,0,'2013-12-03 08:00:00',18078,NULL),(20114,36,'Escherichia coli,##,##,,52193ee18e72e879485a38a00b07d2175c0c6c8f','',534,0,'2013-12-03 08:00:00',18078,NULL),(20115,20,'NEGATIVE,,2f40568b0bd1332f3306b99dc097149ce80dc841','',537,0,'2013-12-03 18:06:58',18079,NULL),(20116,68,'6.3,NEGATIVE,NEGATIVE,,3968af5ed1879b2860c6f99a4ec7aa5a7c758156','',537,0,'2013-12-03 08:00:00',18080,NULL),(20117,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,3968af5ed1879b2860c6f99a4ec7aa5a7c758156','',537,0,'2013-12-03 08:00:00',18082,NULL),(20118,20,'NEGATIVE,,0c137bdf0158cc3cfdae807835d9dabe00ac346b','',537,0,'2013-12-03 18:09:14',18083,NULL),(20119,57,'','',531,0,'2013-12-03 18:15:30',18084,NULL),(20120,133,'','',531,0,'2013-12-03 18:15:30',18084,NULL),(20121,131,'','',531,0,'2013-12-03 18:15:30',18084,NULL),(20122,132,'','',531,0,'2013-12-03 18:15:30',18084,NULL),(20123,92,'1.0,70927636c5e3eadbc0df07a8fab1b18e6817df5a','',534,0,'2013-12-05 08:00:00',18084,NULL),(20124,56,'','',531,0,'2013-12-03 18:15:30',18084,NULL),(20125,22,'30,ebdb47684c7ea19763c605d155c4b2aa12850d24','',552,0,'2013-12-03 08:00:00',18085,NULL),(20126,9,'','',531,0,'2013-12-03 18:28:17',18085,NULL),(20127,70,'5.4,,ebdb47684c7ea19763c605d155c4b2aa12850d24','',552,0,'2013-12-03 08:00:00',18085,NULL),(20128,108,'NON - REACTIVE,ebdb47684c7ea19763c605d155c4b2aa12850d24','',552,0,'2013-12-03 08:00:00',18087,NULL),(20129,107,'1/20,1/20,ebdb47684c7ea19763c605d155c4b2aa12850d24','',552,0,'2013-12-03 08:00:00',18087,NULL),(20130,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,ebdb47684c7ea19763c605d155c4b2aa128','',537,0,'2013-12-03 08:00:00',18090,NULL),(20131,22,'49,c6d4edbaf7518d801739bf9a076e28ffd4aa8dcf','',552,0,'2013-12-03 08:00:00',18091,NULL),(20132,9,'','',531,0,'2013-12-03 18:31:03',18091,NULL),(20133,70,'5.3,,c6d4edbaf7518d801739bf9a076e28ffd4aa8dcf','',552,0,'2013-12-03 08:00:00',18091,NULL),(20134,108,'','',531,0,'2013-12-03 18:31:03',18093,NULL),(20135,107,'','',531,0,'2013-12-03 18:31:03',18093,NULL),(20136,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,TRACE,NORMAL,6,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c6d4edbaf7518d801739bf9a076e28ffd4aa8dcf','',537,0,'2013-12-03 08:00:00',18096,NULL),(20137,71,'NEGATIVE,,60b6dbbb80eee8befe05ae5dfabe4ce7a7bfd301','',537,0,'2013-12-03 08:00:00',18097,NULL),(20138,9,'','',531,0,'2013-12-03 18:36:31',18098,NULL),(20139,112,'NEGATIVE,,0f0f2cb9a25382e55d5dab23aaf1bc00a9f60989','',552,0,'2013-12-03 08:00:00',18100,NULL),(20140,27,'NON-REACTIVE,-,NEGATIVE,0f0f2cb9a25382e55d5dab23aaf1bc00a9f60989','',552,0,'2013-12-03 08:00:00',18100,NULL),(20141,128,'','',531,0,'2013-12-03 18:36:32',18100,NULL),(20142,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0f0f2cb9a25382e55d5dab23aaf1bc00a9f60989','',537,0,'2013-12-03 08:00:00',18103,NULL),(20143,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,304c6e5157c37329e7d3aca51a924eec09ff6005','',552,0,'2013-12-03 08:00:00',18104,NULL),(20144,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,304c6e5157c37329e7d3aca51a924eec09ff6005','',552,0,'2013-12-03 08:00:00',18106,NULL),(20145,18,'[$]NO MALARIA PARASITE SEEN[/$],-,e66555dabf70412fd865d10873fa02f58f0da963',', ',537,0,'2013-12-03 08:00:00',18107,NULL),(20146,9,'','',531,0,'2013-12-03 18:51:16',18108,NULL),(20147,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4cd91f79b065f8519d6a9e1a9f4406b04eb547ee','',552,0,'2013-12-03 08:00:00',18108,NULL),(20148,9,'','',531,0,'2013-12-03 18:58:52',18109,NULL),(20149,70,'4.3,,e55befdd829a1135fbbbc1113907f7536df1c859','',552,0,'2013-12-03 08:00:00',18109,NULL),(20150,108,'NON - REACTIVE,e55befdd829a1135fbbbc1113907f7536df1c859','',552,0,'2013-12-03 08:00:00',18111,NULL),(20151,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,e55befdd829a1135fbbbc1113907f7536df1c859','',552,0,'2013-12-03 08:00:00',18114,NULL),(20152,9,'','',531,0,'2013-12-03 19:12:14',18115,NULL),(20153,18,'[$]NO MALARIA PARASITES SEEN[/$],-,67f0a9ca5c796030c0a746e3b45599646b7910ab','',552,0,'2013-12-03 08:00:00',18115,NULL),(20154,9,'','',531,0,'2013-12-03 19:21:26',18116,NULL),(20155,71,'POSITIVE,,2d84ec9c2aca2ff2ac58ce605d3c7cfc6717c6b3','',552,0,'2013-12-03 08:00:00',18118,NULL),(20156,9,'','',531,0,'2013-12-03 19:23:53',18119,NULL),(20157,9,'','',531,0,'2013-12-03 19:31:11',18120,NULL),(20158,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0ecaebe8190d8967b8f197e5d5f2fcbdae05e080','',552,0,'2013-12-03 08:00:00',18120,NULL),(20159,112,'NEGATIVE,,48120b23a6f1d1f79d8125c733a1bc7a9d50d2f4','',552,0,'2013-12-03 08:00:00',18121,NULL),(20160,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,48120b23a6f1d1f79d8125c733a1bc7a9d50d2f4','',537,0,'2013-12-03 08:00:00',18123,NULL),(20161,9,'','',531,0,'2013-12-03 19:49:55',18124,NULL),(20162,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e10dc5ecd7ddf9f7bbef6ee337d0cb4691637127','',552,0,'2013-12-03 08:00:00',18124,NULL),(20163,9,'','',531,0,'2013-12-03 19:52:53',18125,NULL),(20164,57,'','',531,0,'2013-12-03 19:52:53',18127,NULL),(20165,133,'','',531,0,'2013-12-03 19:52:53',18127,NULL),(20166,132,'','',531,0,'2013-12-03 19:52:53',18127,NULL),(20167,56,'','',531,0,'2013-12-03 19:52:53',18127,NULL),(20168,12,'30.0,b9d54f07afa6e3a656512550d0448de5cfabc2a5','',552,0,'2013-12-03 08:00:00',18130,NULL),(20169,11,'13.0,[$]14.0[/$],[$]0.9[/$],0.92,THERAPEUTIC : 2.0 - 4.0,b9d54f07afa6e3a656512550d0448de5cfabc2a5','',552,0,'2013-12-03 08:00:00',18130,NULL),(20170,57,'','',531,0,'2013-12-03 19:56:23',18131,NULL),(20171,133,'','',531,0,'2013-12-03 19:56:23',18131,NULL),(20172,132,'','',531,0,'2013-12-03 19:56:23',18131,NULL),(20173,56,'','',531,0,'2013-12-03 19:56:23',18131,NULL),(20174,36,'','',531,0,'2013-12-03 19:56:23',18133,NULL),(20175,35,'CLOUDY,STRAW,6.0,1.020,NEGATIVE,POSITIVE (+++),POSITIVE (+++),NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,>30,0,NOT SEEN,,,,,,,,,,,,,,,NOT SEEN,NOT SEEN,859beaefc75e9','',537,0,'2013-12-03 08:00:00',18133,NULL),(20176,77,'','',531,0,'2013-12-03 19:56:23',18136,NULL),(20177,3,'7.2,2.0,0.2,606e7c8b45f556e6ebaa3f689b6e47cf73c046e4','',534,0,'2013-12-04 08:00:00',18137,NULL),(20178,9,'','',531,0,'2013-12-03 20:03:37',18138,NULL),(20179,18,'[$]NO MALARIA PARASITES SEEN[/$],-,42ec3292c6b8c5ab5aee05d9960f53b711f04ef0','',552,0,'2013-12-03 08:00:00',18138,NULL),(20180,37,'GREENISH,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,42ec3292c6b8c5ab5aee05d9960f53b711f04ef0','',537,0,'2013-12-03 08:00:00',18140,NULL),(20181,131,'','',531,0,'2013-12-03 20:07:36',18141,NULL),(20182,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,f30f24d79335d80cb412ef43cc580deb8024c2c5','',534,0,'2013-12-03 08:00:00',18142,NULL),(20183,36,'Escherichia coli,##,##,,f30f24d79335d80cb412ef43cc580deb8024c2c5','',534,0,'2013-12-03 08:00:00',18142,NULL),(20184,9,'','',531,0,'2013-12-03 20:11:48',18143,NULL),(20185,18,'[$]NO MALARIA PARASITES SEEN[/$],-,35fc121f7222750c584b80d66238edd6fe5dd0a3','',552,0,'2013-12-03 08:00:00',18143,NULL),(20186,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,PRESENT (+),NOT SEEN,,,,35fc121f7222750c584b80d66238edd6fe5dd0a3','',537,0,'2013-12-03 08:00:00',18145,NULL),(20187,9,'','',531,0,'2013-12-03 20:14:03',18146,NULL),(20188,19,'POSITIVE,,f93d5effe57b35cb859540531fa4c1d8576fae97','',552,0,'2013-12-03 08:00:00',18146,NULL),(20189,18,'[$]MALARIA PARASITES PRESENT(1.600)[/$],-,f93d5effe57b35cb859540531fa4c1d8576fae97','',552,0,'2013-12-03 08:00:00',18146,NULL),(20190,36,'No Bacteria Growth,f93d5effe57b35cb859540531fa4c1d8576fae97','',534,0,'2013-12-06 08:00:00',18148,NULL),(20191,35,'CLEAR,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,2,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,f93d5effe57b35cb859540531fa4c1d','',537,0,'2013-12-04 08:00:00',18148,NULL),(20192,40,'[$][/$],##,##,,7973dfd415d8486d0f891ce1b9c0a5401442b607','',552,0,'2013-12-03 08:00:00',18149,NULL),(20193,9,'','',531,0,'2013-12-03 20:16:15',18149,NULL),(20194,19,'POSITIVE,,7973dfd415d8486d0f891ce1b9c0a5401442b607','',552,0,'2013-12-03 08:00:00',18149,NULL),(20195,18,'[$]MALARIA PARASITES PRESENT (1.600)[/$],TROPHOZOITES,7973dfd415d8486d0f891ce1b9c0a5401442b607','',552,0,'2013-12-03 08:00:00',18149,NULL),(20196,36,'No Bacteria Growth,7973dfd415d8486d0f891ce1b9c0a5401442b607','',534,0,'2013-12-05 08:00:00',18151,NULL),(20197,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,7973dfd415d8486d0f891ce1b9c0a54014','',537,0,'2013-12-03 08:00:00',18151,NULL),(20198,9,'','',531,0,'2013-12-03 20:18:07',18152,NULL),(20199,19,'NEGATIVE,,82238982953ecda4fab4a497150e1272fcfcb464','',552,0,'2013-12-03 08:00:00',18152,NULL),(20200,36,'No Bacteria Growth,82238982953ecda4fab4a497150e1272fcfcb464','',534,0,'2013-12-05 08:00:00',18154,NULL),(20201,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,82238982953ecda4fab4a497150e1272fc','',537,0,'2013-12-03 08:00:00',18154,NULL),(20202,9,'','',531,0,'2013-12-03 20:20:08',18155,NULL),(20203,19,'NEGATIVE,,6c9660285df075e4ac6b05979682867a523906e8','',552,0,'2013-12-03 08:00:00',18155,NULL),(20204,36,'No Bacteria Growth,6c9660285df075e4ac6b05979682867a523906e8','',534,0,'2013-12-05 08:00:00',18157,NULL),(20205,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,6c9660285df075e4ac6b05979682867a523906e8','',537,0,'2013-12-03 08:00:00',18157,NULL),(20206,108,'NON - REACTIVE,,c6d4edbaf7518d801739bf9a076e28ffd4aa8dcf','',552,0,'2013-12-03 20:21:10',18158,NULL),(20207,107,'1/20,1/20,,c6d4edbaf7518d801739bf9a076e28ffd4aa8dcf','',552,0,'2013-12-03 20:21:10',18158,NULL),(20208,57,'','',531,0,'2013-12-03 20:35:39',18159,NULL),(20209,133,'','',531,0,'2013-12-03 20:35:39',18159,NULL),(20210,131,'','',531,0,'2013-12-03 20:35:39',18159,NULL),(20211,56,'','',531,0,'2013-12-03 20:35:39',18159,NULL),(20212,9,'','',531,0,'2013-12-03 20:40:58',18160,NULL),(20213,19,'NEGATIVE,,dedb19b2ac25e7350e55cd5e449bb2a5adcda3ca','',552,0,'2013-12-03 08:00:00',18160,NULL),(20214,9,'','',531,0,'2013-12-03 20:43:00',18161,NULL),(20215,19,'NEGATIVE,,544b699c914cbcf6bacb6ff7d9dce10c56ecd281','',534,0,'2013-12-03 08:00:00',18161,NULL),(20216,18,'[$]NO MALARIA PARASITES SEEN [/$],-,544b699c914cbcf6bacb6ff7d9dce10c56ecd281','',534,0,'2013-12-03 08:00:00',18161,NULL),(20217,9,'','',531,0,'2013-12-03 20:44:47',18162,NULL),(20218,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d6d99a0aaa199f1ce6182a57358ac1474203ec5a','',552,0,'2013-12-03 08:00:00',18162,NULL),(20219,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d6d99a0aaa199f1ce6182a57358ac1474203ec5a','',537,0,'2013-12-03 08:00:00',18164,NULL),(20220,9,'','',531,0,'2013-12-03 20:52:49',18165,NULL),(20221,19,'NEGATIVE,,746e883cdbb86330099f946a650099aba7d42a75','',534,0,'2013-12-03 08:00:00',18165,NULL),(20222,107,'1/20,1/20,746e883cdbb86330099f946a650099aba7d42a75','',534,0,'2013-12-03 08:00:00',18167,NULL),(20223,57,'','',531,0,'2013-12-03 21:01:08',18168,NULL),(20224,133,'','',531,0,'2013-12-03 21:01:08',18168,NULL),(20225,131,'','',531,0,'2013-12-03 21:01:08',18168,NULL),(20226,56,'','',531,0,'2013-12-03 21:01:08',18168,NULL),(20227,196,'','',531,0,'2013-12-03 21:01:08',18170,NULL),(20228,106,'','',531,0,'2013-12-03 21:01:08',18170,NULL),(20229,21,'B,POSITIVE,de803eaa5ff975a5f829610f734f8ec6aedd6454','',534,0,'2013-12-03 08:00:00',18171,NULL),(20230,9,'','',531,0,'2013-12-03 21:04:10',18171,NULL),(20231,52,'','',531,0,'2013-12-03 21:04:10',18173,NULL),(20232,53,'','',531,0,'2013-12-03 21:04:10',18173,NULL),(20233,115,'NEGATIVE,de803eaa5ff975a5f829610f734f8ec6aedd6454','',534,0,'2013-12-03 08:00:00',18173,NULL),(20234,27,'NON-REACTIVE,-,NEGATIVE,de803eaa5ff975a5f829610f734f8ec6aedd6454','',534,0,'2013-12-03 08:00:00',18173,NULL),(20235,108,'NON - REACTIVE,de803eaa5ff975a5f829610f734f8ec6aedd6454','',534,0,'2013-12-03 08:00:00',18173,NULL),(20236,9,'','',531,0,'2013-12-03 21:08:53',18174,NULL),(20237,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d7d55d24f07efb16deb49cc7a21cbfbab44f522e','',543,0,'2013-12-03 08:00:00',18174,NULL),(20238,107,'1/20,1/20,d7d55d24f07efb16deb49cc7a21cbfbab44f522e','',543,0,'2013-12-03 08:00:00',18176,NULL),(20239,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,d7d55d24f07efb16deb49cc7a21cbfbab44f522e','',537,0,'2013-12-03 08:00:00',18179,NULL),(20240,9,'','',531,0,'2013-12-03 21:11:26',18180,NULL),(20241,19,'NEGATIVE,,5d254ba6a969a4eef6f115064ea5bc5460c75c5d','',543,0,'2013-12-03 08:00:00',18180,NULL),(20242,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5d254ba6a969a4eef6f115064ea5bc5460c75c5d','',537,0,'2013-12-03 08:00:00',18182,NULL),(20243,9,'','',531,0,'2013-12-03 21:12:50',18183,NULL),(20244,18,'[$]NO MALARIA PARASITES SEEN [/$],-,148c4af129afd367c17f84144a8e6d4e8fbf70aa','',534,0,'2013-12-03 08:00:00',18183,NULL),(20245,9,'','',531,0,'2013-12-03 21:15:11',18184,NULL),(20246,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a4a51a8f2e78e083c1540b9e93904d8769909908','',534,0,'2013-12-03 08:00:00',18184,NULL),(20247,9,'','',531,0,'2013-12-03 21:16:50',18185,NULL),(20248,19,'NEGATIVE,,57b7ea844419221911fb7d7b1e096d2957813a79','',552,0,'2013-12-03 08:00:00',18185,NULL),(20249,18,'[$]NO MALARIA PARASITES SEEN[/$],-,57b7ea844419221911fb7d7b1e096d2957813a79','',552,0,'2013-12-03 08:00:00',18185,NULL),(20250,9,'','',531,0,'2013-12-03 21:21:16',18186,NULL),(20251,9,'','',534,0,'2013-12-03 21:30:42',18187,NULL),(20252,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6848994287ae1f6710c55662e4b84ead06f0c05a','',543,0,'2013-12-03 08:00:00',18187,NULL),(20253,9,'','',534,0,'2013-12-03 21:33:31',18188,NULL),(20254,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d674734108211982345639dc6bfc28fafd6f616a','',543,0,'2013-12-03 08:00:00',18188,NULL),(20255,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d674734108211982345639dc6bfc28fafd6f616a','',543,0,'2013-12-03 08:00:00',18190,NULL),(20256,21,'B,POSITIVE,,433c530299111da2ea4725155cd7c0efc45d5f1e','BLOOD GROUP ABO:B',553,0,'2013-12-04 02:44:56',18191,NULL),(20257,22,'8,,433c530299111da2ea4725155cd7c0efc45d5f1e','BLOOD GROUP ABO',553,0,'2013-12-04 02:44:57',18191,NULL),(20258,9,',,,,,,,,,,,,,,433c530299111da2ea4725155cd7c0efc45d5f1e','BLOOD GROUP A',553,0,'2013-12-04 02:44:57',18191,NULL),(20259,25,'NO DEFECT,,433c530299111da2ea4725155cd7c0efc45d5f1e','BLOOD GROUP',553,0,'2013-12-04 02:44:57',18191,NULL),(20260,27,'NON-REACTIVE,-,NEGATIVE,,433c530299111da2ea4725155cd7c0efc45d5f1e','BLOOD GROUPHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-04 02:44:57',18191,NULL),(20261,20,'NEGATIVE,,433c530299111da2ea4725155cd7c0efc45d5f1e','BLOOD GROUPHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-12-04 02:44:57',18191,NULL),(20262,9,'','',531,0,'2013-12-03 21:56:24',18192,NULL),(20263,18,'[$]NO MALARIA PARASITES SEEN[/$],-,02547333fa6dc47ac3f05f81380c26d33192f491','',543,0,'2013-12-03 08:00:00',18192,NULL),(20264,71,'NEGATIVE,,02547333fa6dc47ac3f05f81380c26d33192f491','',543,0,'2013-12-03 08:00:00',18194,NULL),(20265,9,'','',531,0,'2013-12-03 22:08:07',18195,NULL),(20266,18,'[$]NO MALARIA PARASITES SEEN [/$],-,72561f48fc9a5a80cecbe83ddda9d3fb2af05c90','',534,0,'2013-12-03 08:00:00',18195,NULL),(20267,9,'','',534,0,'2013-12-03 22:12:22',18196,NULL),(20268,18,'[$]NO MALARIA PARASITES SEEN [/$],-,5adacb44d22706a37b9559a62bd07d69b445e393','',534,0,'2013-12-03 08:00:00',18196,NULL),(20269,36,'No Bacteria Growth,a378f284f4e695e693e55e643dbdfc7470b33205','',534,0,'2013-12-05 08:00:00',18197,NULL),(20270,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,a378f284f4e695e693e55e643dbdfc7470b33205',', ',534,0,'2013-12-03 08:00:00',18197,NULL),(20271,9,'','',531,0,'2013-12-03 23:18:13',18198,NULL),(20272,18,'[$]NO MALARIA PARASITES SEEN [/$],-,8240cc94802a2b2a9ddac875ea7309c704f9753f','',534,0,'2013-12-03 08:00:00',18198,NULL),(20273,36,'No Bacteria Growth,8240cc94802a2b2a9ddac875ea7309c704f9753f','',534,0,'2013-12-05 08:00:00',18200,NULL),(20274,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,8240cc94802a2b2a9ddac875ea7309c704f9753f',', ',553,0,'2013-12-03 08:00:00',18200,NULL),(20275,57,'','',531,0,'2013-12-03 23:27:52',18201,NULL),(20276,133,'','',531,0,'2013-12-03 23:27:52',18201,NULL),(20277,56,'','',531,0,'2013-12-03 23:27:52',18201,NULL),(20278,57,'','',531,0,'2013-12-03 23:39:32',18202,NULL),(20279,133,'','',531,0,'2013-12-03 23:39:32',18202,NULL),(20280,56,'','',531,0,'2013-12-03 23:39:32',18202,NULL),(20281,9,'','',531,0,'2013-12-03 23:49:18',18203,NULL),(20282,19,'NEGATIVE,,407d3398bb9f74e3445b0e4eb3e92432fb73f031','',534,0,'2013-12-03 08:00:00',18203,NULL),(20283,18,'[$]NO MALARIA PARASITES SEEN [/$],-,407d3398bb9f74e3445b0e4eb3e92432fb73f031','',534,0,'2013-12-03 08:00:00',18203,NULL),(20284,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,407d3398bb9f74e3445b0e4eb3e92432','',534,0,'2013-12-03 08:00:00',18205,NULL),(20285,108,'NON - REACTIVE,9ce7e7c3f8b1b0d9384a56feb84dcfc379c4ad74','',534,0,'2013-12-03 08:00:00',18206,NULL),(20286,22,'3,,b373b54fed3dfcb88636a380703b2c1505834c0b','',553,0,'2013-12-04 01:37:17',18207,NULL),(20287,19,'NEGATIVE,,bebed1017e6c9ef43c2229a07288f0ab2501e83c','',534,0,'2013-12-03 08:00:00',18208,NULL),(20288,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bebed1017e6c9ef43c2229a07288f0ab2501e83c','',534,0,'2013-12-03 08:00:00',18208,NULL),(20289,225,'','',531,0,'2013-12-04 00:45:05',18209,NULL),(20290,9,'','',531,0,'2013-12-04 00:53:33',18210,NULL),(20291,132,'','',531,0,'2013-12-04 00:53:33',18212,NULL),(20292,68,'','',531,0,'2013-12-04 00:56:10',18213,NULL),(20293,9,'','',531,0,'2013-12-04 00:56:10',18213,NULL),(20294,77,'','',531,0,'2013-12-04 00:56:10',18213,NULL),(20295,57,'','',531,0,'2013-12-04 00:56:10',18215,NULL),(20296,133,'','',531,0,'2013-12-04 00:56:10',18215,NULL),(20297,3,'1.2,1.2,2.8,6190e701b6427bb68cc4255b80f0928a3779bf01','',534,0,'2013-12-07 08:00:00',18215,NULL),(20298,56,'','',531,0,'2013-12-04 00:56:10',18215,NULL),(20299,9,',,,,,,,,,,,,,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','',553,0,'2013-12-05 00:55:49',18216,NULL),(20300,25,'NO DEFECT,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','',553,0,'2013-12-05 00:55:49',18216,NULL),(20301,27,'NON-REACTIVE,-,NEGATIVE,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-05 00:55:49',18216,NULL),(20302,18,'[$]no malaria parasite seen[/$],-,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-12-05 00:55:50',18216,NULL),(20303,20,'NEGATIVE,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QU',553,0,'2013-12-05 00:55:50',18216,NULL),(20304,108,'NON - REACTIVE,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','',553,0,'2013-12-05 00:56:12',18218,NULL),(20305,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','pH:7.0, SG:1.015',553,0,'2013-12-05 23:23:13',18221,NULL),(20306,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,6bdf3220672a80272eec5fc1eef7a3196007ed5b','CONTENT:',553,0,'2013-12-05 23:21:42',18225,NULL),(20307,9,'','',531,0,'2013-12-04 01:02:55',18226,NULL),(20308,19,'NEGATIVE,,00129cbb5db7627360c2b0a0add31e944e7d4fc3','',543,0,'2013-12-03 08:00:00',18226,NULL),(20309,18,'[$]NO MALARIA PARASITES SEEN[/$],-,00129cbb5db7627360c2b0a0add31e944e7d4fc3','',543,0,'2013-12-03 08:00:00',18226,NULL),(20310,107,'1/20,1/20,00129cbb5db7627360c2b0a0add31e944e7d4fc3','',543,0,'2013-12-03 08:00:00',18228,NULL),(20311,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,2,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,00129cbb5db7627360c2b0a0add31e944e7d4','pH:7.0, SPECIFIC GRAVITY:1.015, BLOOD:POSITIVE +, RED BLOOD CELLS:2',553,0,'2013-12-04 01:36:00',18231,NULL),(20312,135,'[$][/$],##,##,,18adc03fdc548a24c3f48a7d81c9bf06ae601825','',553,0,'2013-12-03 08:00:00',18232,NULL),(20313,134,'FEW,MANY,NOT SEEN,PRESENT (+++),,18adc03fdc548a24c3f48a7d81c9bf06ae601825','',553,0,'2013-12-03 08:00:00',18232,NULL),(20314,35,'','',531,0,'2013-12-04 01:29:22',18233,NULL),(20315,35,'CLEAR,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ba7a494365ff425aed1f629e9418babfaefe5c09',', ',553,0,'2013-12-03 08:00:00',18234,NULL),(20316,18,'[$]no malaria parasite seen[/$],-,,6ca3746a00ed641e79ac67f1d8a88aaae7ebcca1','',553,0,'2013-12-04 02:36:16',18235,NULL),(20317,71,'POSITIVE,,b2b64b8a6ff72de17340cfe3f01323a4ac5522e9','U PREGNANCY TEST:POSITIVE',553,0,'2013-12-04 02:02:27',18236,NULL),(20318,22,'9,3cef52c80ecacd8a70576556693a41143b2ca2d6','',537,0,'2013-12-06 08:00:00',18237,NULL),(20319,68,'','',531,0,'2013-12-04 01:59:57',18237,NULL),(20320,9,'','',531,0,'2013-12-04 01:59:57',18237,NULL),(20321,57,'','',531,0,'2013-12-04 01:59:58',18239,NULL),(20322,133,'','',531,0,'2013-12-04 01:59:58',18239,NULL),(20323,132,'','',531,0,'2013-12-04 01:59:58',18239,NULL),(20324,92,'2.6,3cef52c80ecacd8a70576556693a41143b2ca2d6','',536,0,'2013-12-09 08:00:00',18239,NULL),(20325,56,'','',531,0,'2013-12-04 01:59:58',18239,NULL),(20326,65,'','',531,0,'2013-12-04 01:59:58',18239,NULL),(20327,39,'[$]NEGATIVE[/$],,3cef52c80ecacd8a70576556693a41143b2ca2d6','',535,0,'2013-12-06 08:00:00',18242,NULL),(20328,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,3cef52c80ecacd8a70576556693a41143b2ca2d6','',535,0,'2013-12-06 08:00:00',18242,NULL),(20329,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3cef52c80ecacd8a70576556693a41143b2ca2d6',', ',535,0,'2013-12-06 08:00:00',18246,NULL),(20330,68,'4.9,-,-,,0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff','',537,0,'2013-12-04 08:00:00',18247,NULL),(20331,9,'','',531,0,'2013-12-04 02:04:37',18247,NULL),(20332,27,'NON-REACTIVE,-,NEGATIVE,0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff','',537,0,'2013-12-04 08:00:00',18247,NULL),(20333,57,'','',531,0,'2013-12-04 02:04:37',18249,NULL),(20334,133,'','',531,0,'2013-12-04 02:04:37',18249,NULL),(20335,112,'NEGATIVE,,0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff','',537,0,'2013-12-04 08:00:00',18249,NULL),(20336,117,'NEGATIVE,0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff','',537,0,'2013-12-04 08:00:00',18249,NULL),(20337,131,'','',531,0,'2013-12-04 02:04:37',18249,NULL),(20338,132,'','',531,0,'2013-12-04 02:04:37',18249,NULL),(20339,56,'','',531,0,'2013-12-04 02:04:37',18249,NULL),(20340,107,'1/20,1/20,0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff','',537,0,'2013-12-04 08:00:00',18249,NULL),(20341,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,0f8bf94c9f16bb90f3b901afe2f6fc1a9a797eff','',537,0,'2013-12-04 08:00:00',18252,NULL),(20342,21,'B,POSITIVE,d36fcb435a2331402b5db8c67074c996ebb8b427','',543,0,'2013-12-03 08:00:00',18253,NULL),(20343,9,'','',531,0,'2013-12-04 02:14:17',18253,NULL),(20344,8,'[$]611[/$],[$]105[/$],[$][/$],c964e37b9bc4e94da62a0e2815bb5464a6f2685d','',536,0,'2013-12-09 08:00:00',18254,NULL),(20345,131,'','',531,0,'2013-12-04 02:20:26',18254,NULL),(20346,9,',,,,,,,,,,,,,,7dd286404b57a70f1e69c51db18771d42abd3342','',553,0,'2013-12-04 03:11:02',18255,NULL),(20347,19,'POSITIVE,,7dd286404b57a70f1e69c51db18771d42abd3342','MALARIA ANTIGEN:POSITIVE',553,0,'2013-12-04 03:11:03',18255,NULL),(20348,9,',,,,,,,,,,,,,,f5a822d5c65b271a2fda4291805d2676fa81ddd5','',553,0,'2013-12-04 03:37:55',18256,NULL),(20349,18,'[$]no malaria parasite seen[/$],-,,f5a822d5c65b271a2fda4291805d2676fa81ddd5','',553,0,'2013-12-04 03:37:55',18256,NULL),(20350,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f5a822d5c65b271a2fda4291805d2676fa81ddd5','pH:6.5, SPECIFIC GRAVITY:1.015',553,0,'2013-12-04 03:19:29',18258,NULL),(20351,9,'','',531,0,'2013-12-04 02:56:42',18259,NULL),(20352,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,c34f000e4780d1a16c9cc5362f70df05c92b868e','pH:8.0, SPECIFIC GRAVITY:1.010',553,0,'2013-12-04 03:20:20',18261,NULL),(20353,57,'','',531,0,'2013-12-04 03:05:27',18262,NULL),(20354,9,',,,,,,,,,,,,,,4ca67363726d17680222469653e25abb8799061d','',553,0,'2013-12-04 03:38:38',18263,NULL),(20355,18,'[$]no malaria parasite seen[/$],-,,4ca67363726d17680222469653e25abb8799061d','',553,0,'2013-12-04 03:38:38',18263,NULL),(20356,222,'7.3,4.68,14.8,41.4,88.5,31.6,35.7,200,31.8,10.7,57.5,2.3,0.8,4.2,13.5,10.4,,b11382608217eca5523446deac91d85ab2a54054','',535,0,'2013-12-03 08:00:00',18264,NULL),(20357,19,'NEGATIVE,,b11382608217eca5523446deac91d85ab2a54054','',535,0,'2013-12-03 08:00:00',18264,NULL),(20358,222,'3.4,4.32,12.9,36.2,83.8,29.9,35.6,156,66.5,1.6,31.9,2.3,0.1,1.0,12.7,9.8,,f0478b6b1712e7b276a868b84bed30780b4d6df4','',535,0,'2013-12-03 08:00:00',18265,NULL),(20359,19,'NEGATIVE,,f0478b6b1712e7b276a868b84bed30780b4d6df4','',535,0,'2013-12-03 08:00:00',18265,NULL),(20360,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f0478b6b1712e7b276a868b84bed30780b4d6df4','',535,0,'2013-12-03 08:00:00',18265,NULL),(20361,222,'4.9,4.63,14.1,41.3,89.2,30.5,34.1,202,51.6,7.3,41.1,2.5,0.4,2.0,13.2,9.3,,b9749abbffdfc04442d35882664c684b23d6c943','',535,0,'2013-12-03 08:00:00',18266,NULL),(20362,222,'7.9,4.48,11.9,35.1,78.3,26.6,33.9,255,43.2,1.1,55.7,3.4,0.1,4.4,12.7,8.6,,4c5d9053a944461839b29c713bef94845a539298','',535,0,'2013-12-03 08:00:00',18267,NULL),(20363,19,'NEGATIVE,,4c5d9053a944461839b29c713bef94845a539298','',535,0,'2013-12-03 08:00:00',18267,NULL),(20364,222,'10.0,4.98,13.4,38.9,78.1,26.9,34.4,359,47.5,10.1,42.4,4.8,1.0,4.2,12.5,8.4,,f39c653a980c1895bf4e52787fe8caa5b9783c1e','',535,0,'2013-12-03 08:00:00',18268,NULL),(20365,27,'NON-REACTIVE,-,NEGATIVE,f39c653a980c1895bf4e52787fe8caa5b9783c1e','',535,0,'2013-12-03 08:00:00',18268,NULL),(20366,9,'8.7,7.25,13.1,43.1,59.4,18.1,30.4,330,43.9,8.6,40.2,6.4,0.9,26282610f977884c24251ecae64f939a3a9eb43d','',535,0,'2013-12-03 08:00:00',18269,NULL),(20367,19,'NEGATIVE,,26282610f977884c24251ecae64f939a3a9eb43d','',535,0,'2013-12-03 08:00:00',18269,NULL),(20368,9,'13.1,6.01,10.6,34.4,57.2,17.6,30.8,596,62.9,1.0,35.5,0.4,0.2,3a68542ad5ddd71208fe2a5b9d535c45695bc485','',535,0,'2013-12-03 08:00:00',18270,NULL),(20369,19,'NEGATIVE,,3a68542ad5ddd71208fe2a5b9d535c45695bc485','',535,0,'2013-12-03 08:00:00',18270,NULL),(20370,37,'','',530,0,'2013-12-04 04:29:49',18272,NULL),(20371,107,'1/80,1/80,3a68542ad5ddd71208fe2a5b9d535c45695bc485','',535,0,'2013-12-03 08:00:00',18275,NULL),(20372,222,'8.6,5.02,13.7,38.5,76.7,27.3,35.6,300,53.1,5.1,41.8,4.6,0.4,3.6,14.2,7.8,,2838b03ef82c7ea0a59b87b85f787cf33da25ead','',535,0,'2013-12-03 08:00:00',18276,NULL),(20373,71,'NEGATIVE,,2838b03ef82c7ea0a59b87b85f787cf33da25ead','',535,0,'2013-12-03 08:00:00',18278,NULL),(20374,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,INCREASED,8,4,8,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,2838b03ef82c7ea0a59b87b85f787cf33da',', ',535,0,'2013-12-03 08:00:00',18278,NULL),(20375,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],36a9cc83309dcdd9a610760519336460d1ca7e74','',534,0,'2013-12-11 08:00:00',18279,NULL),(20376,9,'12.0,5.29,14.6,44.3,83.7,27.6,33.0,291,54.3,4.2,39.0,1.7,0.8,36a9cc83309dcdd9a610760519336460d1ca7e74','',535,0,'2013-12-03 08:00:00',18279,NULL),(20377,223,'[$][/$],36a9cc83309dcdd9a610760519336460d1ca7e74','',534,0,'2013-12-11 08:00:00',18279,NULL),(20378,19,'NEGATIVE,,36a9cc83309dcdd9a610760519336460d1ca7e74','',535,0,'2013-12-03 08:00:00',18279,NULL),(20379,18,'[$]NO MALARIA PARASITES SEEN[/$],-,36a9cc83309dcdd9a610760519336460d1ca7e74','',535,0,'2013-12-03 08:00:00',18279,NULL),(20380,36,'','',530,0,'2013-12-04 05:01:31',18281,NULL),(20381,35,'','',530,0,'2013-12-04 05:01:31',18281,NULL),(20382,107,'1/20,1/20,36a9cc83309dcdd9a610760519336460d1ca7e74','',535,0,'2013-12-03 08:00:00',18284,NULL),(20383,9,'7.2,5.21,13.9,42.8,82.1,26.7,32.5,261,10.4,10.2,73.6,5.0,0.8,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',535,0,'2013-12-03 08:00:00',18285,NULL),(20384,19,'NEGATIVE,,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',535,0,'2013-12-03 08:00:00',18285,NULL),(20385,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',535,0,'2013-12-03 08:00:00',18285,NULL),(20386,107,'1/20,1/20,5cf06d20ae45813c9ed31e210595cf4fe709ee8c','',535,0,'2013-12-03 08:00:00',18287,NULL),(20387,9,'5.1,5.00,12.5,36.2,72.4,25.0,34.5,208,42.2,6.3,48.5,2.4,0.6,d3db64f6895104dd261a168f5d75a665c037484b','',535,0,'2013-12-03 08:00:00',18288,NULL),(20388,19,'NEGATIVE,,d3db64f6895104dd261a168f5d75a665c037484b','',535,0,'2013-12-03 08:00:00',18288,NULL),(20389,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d3db64f6895104dd261a168f5d75a665c037484b','',535,0,'2013-12-03 08:00:00',18288,NULL),(20390,222,'13.6,5.55,16.1,47.2,85.0,29.0,34.1,203,9.5,2.3,88.2,1.3,0.3,12.0,13.1,7.7,,267f29ddce55c35e5056d91508b6b66ec2621b46','',535,0,'2013-12-03 08:00:00',18289,NULL),(20391,19,'NEGATIVE,,267f29ddce55c35e5056d91508b6b66ec2621b46','',535,0,'2013-12-03 08:00:00',18289,NULL),(20392,18,'[$]NO MALARIA PARASITES SEEN[/$],-,267f29ddce55c35e5056d91508b6b66ec2621b46','',535,0,'2013-12-03 08:00:00',18289,NULL),(20393,107,'1/20,1/20,267f29ddce55c35e5056d91508b6b66ec2621b46','',535,0,'2013-12-03 08:00:00',18291,NULL),(20394,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,267f29ddce55c35e5056d91508b6b66ec',', ',535,0,'2013-12-03 08:00:00',18294,NULL),(20395,222,'9.4,4.65,14.1,41.9,90.1,30.3,33.7,276,7.9,3.0,89.1,0.7,0.3,8.4,12.8,9.0,,53fd5c557f3c82b6f778236a92961a09359cd33c','',535,0,'2013-12-03 08:00:00',18295,NULL),(20396,19,'NEGATIVE,,53fd5c557f3c82b6f778236a92961a09359cd33c','',535,0,'2013-12-03 08:00:00',18295,NULL),(20397,18,'[$]NO MALARIA PARASITES SEEN[/$],-,53fd5c557f3c82b6f778236a92961a09359cd33c','',535,0,'2013-12-03 08:00:00',18295,NULL),(20398,107,'1/20,1/20,53fd5c557f3c82b6f778236a92961a09359cd33c','',535,0,'2013-12-03 08:00:00',18297,NULL),(20399,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,53fd5c557f3c82b6f778236a92961a09359',', ',535,0,'2013-12-03 08:00:00',18300,NULL),(20400,222,'7.0,5.60,13.8,40.5,72.3,24.6,34.1,247,15.1,12.3,72.6,1.1,0.9,5.0,14.3,8.4,,20f2356f586051da9e7017c80823e9388922f403','',535,0,'2013-12-04 08:00:00',18301,NULL),(20401,19,'NEGATIVE,,20f2356f586051da9e7017c80823e9388922f403','',535,0,'2013-12-04 08:00:00',18301,NULL),(20402,18,'[$]NO MALARIA PARASITES SEEN[/$],-,20f2356f586051da9e7017c80823e9388922f403','',535,0,'2013-12-04 08:00:00',18301,NULL),(20403,107,'1/20,1/20,20f2356f586051da9e7017c80823e9388922f403','',535,0,'2013-12-04 08:00:00',18303,NULL),(20404,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,12,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,20f2356f586051da9e7017c80823e9388922f403','',537,0,'2013-12-04 08:00:00',18306,NULL),(20405,222,'19.1,4.68,11.6,34.3,73.3,24.8,33.8,373,12.7,7.9,79.4,2.4,1.5,15.2,12.7,8.4,,5e94aa732f92bbb9ef8a254202fc5949417fd391','',535,0,'2013-12-04 08:00:00',18307,NULL),(20406,19,'NEGATIVE,,5e94aa732f92bbb9ef8a254202fc5949417fd391','',535,0,'2013-12-04 08:00:00',18307,NULL),(20407,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5e94aa732f92bbb9ef8a254202fc5949417fd391','',535,0,'2013-12-04 08:00:00',18307,NULL),(20408,35,'CLEAR,LIGHT AMBER,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,1,0,NOT SEEN,NOT SEEN,NOT,,,,,,,, SEEN,5e94aa732f92bbb9ef8a254202fc59','',537,0,'2013-12-04 08:00:00',18309,NULL),(20409,222,'5.0,3.79,12.4,35.8,94.5,32.7,34.6,259,45.4,12.6,42.0,2.3,0.6,2.1,12.9,10.0,,d6c43e010959764011654052401bbaab20863a69','',535,0,'2013-12-04 08:00:00',18310,NULL),(20410,35,'','',530,0,'2013-12-04 07:46:17',18312,NULL),(20411,222,'6.1,4.09,12.1,36.0,88.0,29.6,33.6,242,46.8,7.1,46.1,2.9,0.4,2.8,13.3,8.6,,4897b520dd71819405aa21fdeb61b17656104f83','',535,0,'2013-12-04 08:00:00',18313,NULL),(20412,107,'1/20,1/20,4897b520dd71819405aa21fdeb61b17656104f83','',535,0,'2013-12-04 08:00:00',18315,NULL),(20413,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,4897b520dd71819405aa21fdeb61b17656104f83',', ',535,0,'2013-12-04 08:00:00',18318,NULL),(20414,19,'NEGATIVE,,4897b520dd71819405aa21fdeb61b17656104f83','',535,0,'2013-12-04 08:00:00',18319,NULL),(20415,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4897b520dd71819405aa21fdeb61b17656104f83','',535,0,'2013-12-04 08:00:00',18319,NULL),(20416,222,'7.2,5.05,15.2,43.1,85.3,30.1,35.3,207,24.6,1.4,74.0,1.8,0.1,5.3,12.4,7.8,,01cac2a31a51514627bd56c149537711e36b42c2','',535,0,'2013-12-04 08:00:00',18320,NULL),(20417,19,'NEGATIVE,,01cac2a31a51514627bd56c149537711e36b42c2','',535,0,'2013-12-04 08:00:00',18320,NULL),(20418,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,01cac2a31a51514627bd56c149537711e36b42c2',', ',535,0,'2013-12-04 08:00:00',18322,NULL),(20419,222,'8.7,4.59,38.8,84.5,30.1,35.6,221,221,12.7,4.4,82.9,1.1,0.4,17.2,12.8,9.2,,3e18b0974873e43f1f8bbdca26bbc29a788bd161','',535,0,'2013-12-04 08:00:00',18323,NULL),(20420,19,'NEGATIVE,,3e18b0974873e43f1f8bbdca26bbc29a788bd161','',535,0,'2013-12-04 08:00:00',18323,NULL),(20421,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3e18b0974873e43f1f8bbdca26bbc29a788bd161','',535,0,'2013-12-04 08:00:00',18323,NULL),(20422,107,'1/20,1/80,3e18b0974873e43f1f8bbdca26bbc29a788bd161','',535,0,'2013-12-04 08:00:00',18325,NULL),(20423,35,'HAZY,STRAW,5.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,3e18b0974873e43f1f8bbdca26bbc29a78',', ',535,0,'2013-12-04 08:00:00',18328,NULL),(20424,68,'6.2,-,-,,ff002b912f87db0af8f1187a4da48f966738e932','',535,0,'2013-12-04 08:00:00',18329,NULL),(20425,16,'NEGATIVE,447d036cbf69b5e70ef67317f562c95eb783edf9','',537,0,'2013-12-04 08:00:00',18330,NULL),(20426,130,'','',530,0,'2013-12-04 14:37:45',18330,NULL),(20427,132,'','',530,0,'2013-12-04 14:37:45',18330,NULL),(20428,68,'','',530,0,'2013-12-04 14:37:45',18332,NULL),(20429,222,'','',530,0,'2013-12-04 14:37:45',18332,NULL),(20430,14,'NEGATIVE,447d036cbf69b5e70ef67317f562c95eb783edf9','',534,0,'2013-12-05 08:00:00',18335,NULL),(20431,222,'','',530,0,'2013-12-04 14:40:52',18336,NULL),(20432,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9d8a2886190eae2730ff952a7e004c63178161e4','',537,0,'2013-12-04 08:00:00',18336,NULL),(20433,132,'','',530,0,'2013-12-04 15:10:31',18337,NULL),(20434,68,'','',530,0,'2013-12-04 15:10:32',18339,NULL),(20435,222,'','',530,0,'2013-12-04 15:10:32',18339,NULL),(20436,14,'POSITIVE,5edf70efd87670bd7f168b8bd17e3aeb4bf74e00','',537,0,'2013-12-04 08:00:00',18342,NULL),(20437,65,'','',530,0,'2013-12-04 15:17:37',18343,NULL),(20438,222,'','',530,0,'2013-12-04 15:17:38',18345,NULL),(20439,9,'','',531,0,'2013-12-04 16:18:54',18346,NULL),(20440,71,'POSITIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','',537,0,'2013-12-04 08:00:00',18348,NULL),(20441,9,'','',531,0,'2013-12-04 16:22:56',18349,NULL),(20442,35,'CLOUDY,STRAW,6.0,1.030,TRACE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,20,>30,0,NOT SEEN,NOT SEEN,,,,,,,,,NOT SEEN,555d6e93256cfe534d5a3d751ba','',537,0,'2013-12-04 08:00:00',18351,NULL),(20443,37,'','',531,0,'2013-12-04 16:22:57',18354,NULL),(20444,22,'4,b734635ecbf708f60d46c1a4c0f07159568a4602','',552,0,'2013-12-04 08:00:00',18355,NULL),(20445,9,'','',531,0,'2013-12-04 16:35:55',18355,NULL),(20446,133,',,,,b734635ecbf708f60d46c1a4c0f07159568a4602','',534,0,'2013-12-07 17:27:44',18357,NULL),(20447,112,'POSITIVE,,b734635ecbf708f60d46c1a4c0f07159568a4602','',552,534,'2013-12-04 08:00:00',18357,'2013-12-07 09:27:44'),(20448,128,',,,,,,,,,,,,,,,b734635ecbf708f60d46c1a4c0f07159568a4602','',534,0,'2013-12-07 17:27:44',18357,NULL),(20449,92,' 1.2,,b734635ecbf708f60d46c1a4c0f07159568a4602','',534,0,'2013-12-07 17:27:44',18357,NULL),(20450,108,'NON - REACTIVE,,b734635ecbf708f60d46c1a4c0f07159568a4602','',552,534,'2013-12-04 08:00:00',18357,'2013-12-07 09:27:44'),(20451,107,'1/20,1/40,,b734635ecbf708f60d46c1a4c0f07159568a4602','',552,534,'2013-12-04 08:00:00',18357,'2013-12-07 09:27:44'),(20452,35,'CLEAR,STRAW,7.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b734635ecbf708f60d46c1a4c0f07159568a4602',', ',552,0,'2013-12-04 08:00:00',18360,NULL),(20453,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,b734635ecbf708f60d46c1a4c0f07159568a4602','',552,0,'2013-12-04 08:00:00',18364,NULL),(20454,71,'NEGATIVE,,cf7e80b92a59e7cfab675ecb949a28451ec5fceb','',552,0,'2013-12-04 08:00:00',18365,NULL),(20455,77,'','',531,0,'2013-12-04 16:39:51',18366,NULL),(20456,132,'','',531,0,'2013-12-04 16:39:51',18368,NULL),(20457,77,'','',531,0,'2013-12-04 16:42:16',18369,NULL),(20458,9,'','',531,0,'2013-12-04 17:03:59',18370,NULL),(20459,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,10a565fa9196763e6862456165e6c23c095036ab',', ',552,0,'2013-12-04 08:00:00',18372,NULL),(20460,9,'','',531,0,'2013-12-04 17:14:15',18373,NULL),(20461,77,'','',531,0,'2013-12-04 17:21:17',18374,NULL),(20462,68,'7.8,NEGATIVE,NEGATIVE,,505bc1dd1a658a19bc993ad28734c49454d2b72d','',552,0,'2013-12-04 08:00:00',18375,NULL),(20463,9,'','',531,0,'2013-12-04 17:55:03',18376,NULL),(20464,35,'CLEAR,STRAW,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,52193ee18e72e879485a38a00b07d2175c0c6c8f',', ',552,0,'2013-12-04 08:00:00',18377,NULL),(20465,9,'','',531,0,'2013-12-04 18:24:25',18378,NULL),(20466,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f7482f03d16f2b02347f32e84b3f5687ad2af4b6','',537,0,'2013-12-04 08:00:00',18378,NULL),(20467,36,'No Bacteria Growth,f7482f03d16f2b02347f32e84b3f5687ad2af4b6','',534,0,'2013-12-06 08:00:00',18380,NULL),(20468,35,'CLEAR,STRAW,5.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,f7482f03d16f2b02347f32e84b3f5687ad2af4b6','',537,0,'2013-12-04 08:00:00',18380,NULL),(20469,9,'','',531,0,'2013-12-04 18:27:35',18381,NULL),(20470,57,'','',531,0,'2013-12-04 18:27:35',18383,NULL),(20471,133,'','',531,0,'2013-12-04 18:27:35',18383,NULL),(20472,131,'','',531,0,'2013-12-04 18:27:35',18383,NULL),(20473,56,'','',531,0,'2013-12-04 18:27:35',18383,NULL),(20474,21,'O,POSITIVE,,775322a2e44e61a85c8f05328c00f9d393322f79','',534,552,'2013-12-04 08:00:00',18384,'2013-12-05 17:32:37'),(20475,28,'POSITIVE,[$]SC[/$],,775322a2e44e61a85c8f05328c00f9d393322f79','Sickling:POSITIVE',552,0,'2013-12-06 01:32:37',18384,NULL),(20476,129,'','',531,0,'2013-12-04 18:39:17',18386,NULL),(20477,9,'','',531,0,'2013-12-04 18:42:10',18387,NULL),(20478,16,'NEGATIVE,3670c19746e469d09bdc1ae7b4a5c819271805f3','',537,0,'2013-12-04 08:00:00',18389,NULL),(20479,14,'','',531,0,'2013-12-04 18:42:11',18392,NULL),(20480,37,'','',531,0,'2013-12-04 18:42:11',18392,NULL),(20481,14,'NEGATIVE,8237aa61e9c396db22458d65a05088d7fe89804f','',537,0,'2013-12-04 08:00:00',18393,NULL),(20482,39,'[$]NEGATIVE[/$],,8237aa61e9c396db22458d65a05088d7fe89804f','',537,0,'2013-12-04 08:00:00',18393,NULL),(20483,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8237aa61e9c396db22458d65a05088d7fe89804f','',537,0,'2013-12-04 08:00:00',18393,NULL),(20484,16,'NEGATIVE,8237aa61e9c396db22458d65a05088d7fe89804f','',537,0,'2013-12-04 08:00:00',18395,NULL),(20485,9,'','',531,0,'2013-12-04 18:49:38',18396,NULL),(20486,19,'NEGATIVE,,5597198678265a2e30e5d1a5e512a48d02eb90df','',537,0,'2013-12-04 08:00:00',18396,NULL),(20487,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5597198678265a2e30e5d1a5e512a48d02eb90df','',537,0,'2013-12-04 08:00:00',18396,NULL),(20488,107,'1/20,1/20,5597198678265a2e30e5d1a5e512a48d02eb90df','',537,0,'2013-12-04 08:00:00',18398,NULL),(20489,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,5597198678265a2e30e5d1a5e512a48d02eb90df','',537,0,'2013-12-04 08:00:00',18401,NULL),(20490,9,'','',531,0,'2013-12-04 18:57:05',18402,NULL),(20491,19,'NEGATIVE,,a308d75444806223b732ed4df3c2e4f5d0e23b5d','',537,0,'2013-12-04 08:00:00',18402,NULL),(20492,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a308d75444806223b732ed4df3c2e4f5d0e23b5d','',537,0,'2013-12-04 08:00:00',18402,NULL),(20493,35,'CLEAR,STRAW,7.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,a308d75444806223b732ed4df3c2e4f5d0e23b5d','',537,0,'2013-12-04 08:00:00',18404,NULL),(20494,9,'','',531,0,'2013-12-04 19:07:43',18405,NULL),(20495,78,',,c46116c600068959e23b7ba940c8769c7cc7cdb6','',534,0,'2013-12-04 23:55:57',18407,NULL),(20496,130,',,,,,,,c46116c600068959e23b7ba940c8769c7cc7cdb6','',534,0,'2013-12-04 23:55:58',18407,NULL),(20497,132,',,,,c46116c600068959e23b7ba940c8769c7cc7cdb6','',534,0,'2013-12-04 23:55:58',18407,NULL),(20498,69,'NEGATIVE,,,c46116c600068959e23b7ba940c8769c7cc7cdb6','RAPID TROPONIN I:NEGATIVE',534,0,'2013-12-04 23:55:58',18407,NULL),(20499,22,'10,4f7ef37533acd426c37fde9a81101d750a3350ff','',534,0,'2013-12-04 08:00:00',18408,NULL),(20500,9,'','',531,0,'2013-12-04 19:10:52',18408,NULL),(20501,77,'','',531,0,'2013-12-04 19:10:52',18408,NULL),(20502,112,'NEGATIVE,,4f7ef37533acd426c37fde9a81101d750a3350ff','',534,0,'2013-12-04 08:00:00',18410,NULL),(20503,107,'1/20,1/20,4f7ef37533acd426c37fde9a81101d750a3350ff','',534,0,'2013-12-04 08:00:00',18410,NULL),(20504,9,'','',531,0,'2013-12-04 19:14:38',18411,NULL),(20505,18,'[$]NO MALARIA PARASITES SEEN [/$],-,9c97a7de7f27740e3edaa2de9ba88efae72a8cdd','',534,0,'2013-12-04 08:00:00',18411,NULL),(20506,57,'','',531,0,'2013-12-04 19:19:39',18412,NULL),(20507,133,'','',531,0,'2013-12-04 19:19:39',18412,NULL),(20508,56,'','',531,0,'2013-12-04 19:19:39',18412,NULL),(20509,9,'','',531,0,'2013-12-04 19:21:28',18413,NULL),(20510,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7503d0028a3e083d9b1e42ef015dc231ea5eddad','',537,0,'2013-12-04 08:00:00',18413,NULL),(20511,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,819c222bc0f6c1a8085de737afaaf71ae932cec8','',534,0,'2013-12-04 08:00:00',18414,NULL),(20512,36,'Pseudomonas aeruginosae,##,##,,819c222bc0f6c1a8085de737afaaf71ae932cec8','',534,0,'2013-12-04 08:00:00',18414,NULL),(20513,9,'','',531,0,'2013-12-04 19:25:40',18415,NULL),(20514,19,'NEGATIVE,,666e1a0b4db94d579298c49da220b36d12184b12','',534,0,'2013-12-04 08:00:00',18415,NULL),(20515,35,'CLEAR,STRAW,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,666e1a0b4db94d579298c49da220b36d12184b12','',534,0,'2013-12-04 08:00:00',18417,NULL),(20516,9,'','',531,0,'2013-12-04 19:27:17',18418,NULL),(20517,9,'','',531,0,'2013-12-04 19:29:25',18419,NULL),(20518,27,'NON-REACTIVE,-,NEGATIVE,da5cfb1e55d932919ed3ebbcaa8af5ff813e3645','',534,0,'2013-12-04 08:00:00',18419,NULL),(20519,131,'','',531,0,'2013-12-04 19:29:25',18421,NULL),(20520,226,'','',531,0,'2013-12-04 19:34:30',18422,NULL),(20521,135,'[$]NO PATHOGEN ISOLATED [/$],eada9c42e14634f7f5b76760824a11aa2df92ccf','',534,0,'2013-12-06 08:00:00',18424,NULL),(20522,9,'','',531,0,'2013-12-04 19:43:53',18425,NULL),(20523,19,'NEGATIVE,,9adc9163772333cb6406742ac32e5630c5bea091','',534,0,'2013-12-04 08:00:00',18425,NULL),(20524,71,'NEGATIVE,,9adc9163772333cb6406742ac32e5630c5bea091','',534,0,'2013-12-04 08:00:00',18427,NULL),(20525,35,'HAZY,LIGHT AMBER,5.5,1.025,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,TRACE,TRACE,NORMAL,4,28,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,9adc9163772333cb6406742ac32e5630c5bea091','RBC\'s haemolysed ',534,0,'2013-12-04 08:00:00',18427,NULL),(20526,9,'','',531,0,'2013-12-04 19:47:13',18428,NULL),(20527,71,'NEGATIVE,,bb6c45c474641eb8c120a8f367bdce6aaf976e26','',537,0,'2013-12-04 08:00:00',18430,NULL),(20528,9,'','',531,0,'2013-12-04 19:54:29',18431,NULL),(20529,9,'','',531,0,'2013-12-04 19:55:29',18432,NULL),(20530,9,'','',531,0,'2013-12-04 20:00:38',18433,NULL),(20531,27,'NON-REACTIVE,-,NEGATIVE,8e05db57f51636d3b1916c39f57ac607c2cfe1a3','',537,0,'2013-12-04 08:00:00',18433,NULL),(20532,112,'NEGATIVE,,8e05db57f51636d3b1916c39f57ac607c2cfe1a3','',537,0,'2013-12-04 08:00:00',18435,NULL),(20533,117,'NEGATIVE,8e05db57f51636d3b1916c39f57ac607c2cfe1a3','',537,0,'2013-12-04 08:00:00',18435,NULL),(20534,9,'','',531,0,'2013-12-04 20:08:24',18436,NULL),(20535,35,'CLOUDY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,6,0,NOT SEEN,NOT SEEN,NOT ,,,,,,,,SEEN,2fc449f569196a011e2bf64615a0ebd','',537,0,'2013-12-04 08:00:00',18438,NULL),(20536,9,'','',531,0,'2013-12-04 20:09:40',18439,NULL),(20537,18,'[$]NO MALARIA PARASITE SEEN[/$],-,893ac0e101e0b61227c98ec4a8e47325ce42043b','',537,0,'2013-12-04 08:00:00',18439,NULL),(20538,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,893ac0e101e0b61227c98ec4a8e47325ce42043b','',534,0,'2013-12-04 08:00:00',18441,NULL),(20539,22,'42,3cc8e7fb8e946b6ee813efa684ffad6dfd3344f5','',534,0,'2013-12-04 08:00:00',18442,NULL),(20540,9,'','',531,0,'2013-12-04 20:12:54',18442,NULL),(20541,132,'','',531,0,'2013-12-04 20:12:54',18444,NULL),(20542,9,'','',531,0,'2013-12-04 20:15:53',18445,NULL),(20543,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d32069de9adc69345c6085c18907bb875bf18b3b','',537,0,'2013-12-04 08:00:00',18445,NULL),(20544,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,4,4,0,NOT SEEN,NOT SEEN,,,,,,,,,NOT SEEN,d32069de9adc69345c6085c1890','',537,0,'2013-12-04 08:00:00',18447,NULL),(20545,9,'','',531,0,'2013-12-04 20:26:42',18448,NULL),(20546,19,'NEGATIVE,,8db2647fcb89b34c0e7031196490891d0cbb53f4','',537,0,'2013-12-04 08:00:00',18448,NULL),(20547,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8db2647fcb89b34c0e7031196490891d0cbb53f4','',537,0,'2013-12-04 08:00:00',18448,NULL),(20548,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,18,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,8db2647fcb89b34c0e7031196490891d0cb','',534,0,'2013-12-04 08:00:00',18450,NULL),(20549,9,'','',531,0,'2013-12-04 20:30:06',18451,NULL),(20550,78,'','',531,0,'2013-12-04 20:30:06',18453,NULL),(20551,132,'','',531,0,'2013-12-04 20:30:06',18453,NULL),(20552,69,'NEGATIVE,NORMAL (0.01 - 0.05),f0407f41d748262dac60cff2f7ef526a58a268ec','',543,0,'2013-12-05 08:00:00',18453,NULL),(20553,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f0407f41d748262dac60cff2f7ef526a58a268ec',', ',543,0,'2013-12-05 08:00:00',18456,NULL),(20554,93,'< 0.05,f0407f41d748262dac60cff2f7ef526a58a268ec','',534,0,'2013-12-09 08:00:00',18460,NULL),(20555,21,'O,POSITIVE,,21a099e5f99403cd6c3f5677fffecce2b6309934','BLOOD GROUP ABO:O',534,0,'2013-12-05 00:53:10',18461,NULL),(20556,9,',,,,,,,,,,,,,,21a099e5f99403cd6c3f5677fffecce2b6309934','BLOOD GROUP ABO',534,0,'2013-12-05 00:53:10',18461,NULL),(20557,25,'NO DEFECT,,21a099e5f99403cd6c3f5677fffecce2b6309934','BLOOD GROUP A',534,0,'2013-12-05 00:53:10',18461,NULL),(20558,20,'NEGATIVE,,21a099e5f99403cd6c3f5677fffecce2b6309934','BLOOD GROUP',534,0,'2013-12-05 00:53:10',18461,NULL),(20559,112,'NEGATIVE,,21a099e5f99403cd6c3f5677fffecce2b6309934','',534,0,'2013-12-05 00:52:41',18463,NULL),(20560,27,'NON-REACTIVE,-,NEGATIVE,,21a099e5f99403cd6c3f5677fffecce2b6309934','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',534,0,'2013-12-05 00:52:41',18463,NULL),(20561,108,'NON - REACTIVE,,21a099e5f99403cd6c3f5677fffecce2b6309934','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',534,0,'2013-12-05 00:52:41',18463,NULL),(20562,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,21a099e5f99403cd6c3f5677fffecce2b6309934','',534,0,'2013-12-04 08:00:00',18466,NULL),(20563,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,21a099e5f99403cd6c3f5677fffecce2b6309934','',534,0,'2013-12-04 08:00:00',18470,NULL),(20564,9,'','',531,0,'2013-12-04 20:40:09',18471,NULL),(20565,19,'NEGATIVE,,e4364c7625e2212c123904724184cc4ae57b79a4','',534,0,'2013-12-04 08:00:00',18471,NULL),(20566,9,'','',531,0,'2013-12-04 20:43:23',18472,NULL),(20567,18,'[$]NO MALARIA PARASITES SEEN [/$],-,75e81f1856e3932a571b2a699ce0207e45408e93','',534,0,'2013-12-04 08:00:00',18472,NULL),(20568,9,'','',531,0,'2013-12-04 20:45:36',18473,NULL),(20569,28,'POSITIVE,[$]SC[/$],fc01131f7ddffa14a7261296c4fdd583315b0498','',552,0,'2013-12-05 08:00:00',18473,NULL),(20570,9,'','',531,0,'2013-12-04 20:47:05',18474,NULL),(20571,196,'','',531,0,'2013-12-04 20:52:48',18475,NULL),(20572,22,'72,625938739342b85d5b300aceab67fd34f3b1e879','',537,0,'2013-12-09 08:00:00',18475,NULL),(20573,9,'','',531,0,'2013-12-04 20:52:48',18475,NULL),(20574,57,'','',531,0,'2013-12-04 20:52:48',18477,NULL),(20575,133,'','',531,0,'2013-12-04 20:52:48',18477,NULL),(20576,131,'','',531,0,'2013-12-04 20:52:48',18477,NULL),(20577,56,'','',531,0,'2013-12-04 20:52:48',18477,NULL),(20578,35,'CLOUDY,LIGHT AMBER,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED,20,>30,0,NOT SEEN,NOT ,,,,,,,,,,,SEEN,NOT SEEN,5a2bb7d43ed4bc1ffb82',', ',534,0,'2013-12-04 08:00:00',18478,NULL),(20579,9,'','',531,0,'2013-12-04 20:56:30',18479,NULL),(20580,20,'NEGATIVE,7503d0028a3e083d9b1e42ef015dc231ea5eddad','',537,0,'2013-12-04 08:00:00',18480,NULL),(20581,22,'53,7503d0028a3e083d9b1e42ef015dc231ea5eddad','',537,0,'2013-12-04 08:00:00',18481,NULL),(20582,9,'','',531,0,'2013-12-04 21:16:51',18482,NULL),(20583,19,'NEGATIVE,,bb69ee5b50ec1ba0cf7e663298290de9feea933c','',534,0,'2013-12-04 08:00:00',18482,NULL),(20584,9,'','',531,0,'2013-12-04 21:22:39',18483,NULL),(20585,19,'NEGATIVE,,9dfe57f6a804dee8da749f6e778abbd3f5f0c815','',534,0,'2013-12-04 08:00:00',18483,NULL),(20586,135,'[$]NO PATHOGEN ISOLATED [/$],9dfe57f6a804dee8da749f6e778abbd3f5f0c815','',534,0,'2013-12-06 08:00:00',18485,NULL),(20587,134,'FEW,MANY,NOT SEEN,NOT SEEN,,9dfe57f6a804dee8da749f6e778abbd3f5f0c815','',534,0,'2013-12-04 08:00:00',18485,NULL),(20588,9,'','',531,0,'2013-12-04 21:34:29',18486,NULL),(20589,71,'POSITIVE,,b0c0f41b3703c6b38b7f7aa02fc44eb106d9ac0d','',534,0,'2013-12-04 08:00:00',18488,NULL),(20590,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b0c0f41b3703c6b38b7f7aa02fc44eb106d9ac0d',', ',534,0,'2013-12-04 08:00:00',18488,NULL),(20591,37,'','',531,0,'2013-12-04 21:34:30',18491,NULL),(20592,9,',,,,,,,,,,,,,,75a60d9d1f8a3741185a60e872c9dbdd11937642','',534,0,'2013-12-04 23:40:16',18492,NULL),(20593,19,'NEGATIVE,,75a60d9d1f8a3741185a60e872c9dbdd11937642','',534,534,'2013-12-04 08:00:00',18492,'2013-12-04 15:40:16'),(20594,18,'[$]NO MALARIA PARASITE SEEN[/$],,,75a60d9d1f8a3741185a60e872c9dbdd11937642','',534,0,'2013-12-04 23:40:16',18492,NULL),(20595,9,',,,,,,,,,,,,,,b8f4c32cf16b38e8285ac0f769a9d5f0443b6ca3','',534,0,'2013-12-04 23:43:45',18493,NULL),(20596,19,'NEGATIVE,,b8f4c32cf16b38e8285ac0f769a9d5f0443b6ca3','',534,0,'2013-12-04 23:43:45',18493,NULL),(20597,18,'[$]NO MALARIA PARASITE SEEN[/$],,,b8f4c32cf16b38e8285ac0f769a9d5f0443b6ca3','',534,0,'2013-12-04 23:43:45',18493,NULL),(20598,107,'1/20,1/20,,b8f4c32cf16b38e8285ac0f769a9d5f0443b6ca3','',534,0,'2013-12-04 23:44:18',18495,NULL),(20599,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,b8f4c32cf16b38e8285ac0f769a9d5f0443b6ca3',', ',534,0,'2013-12-04 08:00:00',18498,NULL),(20600,135,'[$][/$],##,##,,8e05db57f51636d3b1916c39f57ac607c2cfe1a3','',534,0,'2013-12-04 08:00:00',18499,NULL),(20601,134,'MODERATE,MODERATE,NOT SEEN,PRESENT (+),,8e05db57f51636d3b1916c39f57ac607c2cfe1a3','',534,0,'2013-12-04 08:00:00',18499,NULL),(20602,9,'','',531,0,'2013-12-04 22:03:26',18500,NULL),(20603,18,'','',531,0,'2013-12-04 22:03:26',18500,NULL),(20604,35,'','',531,0,'2013-12-04 22:03:27',18502,NULL),(20605,9,',,,,,,,,,,,,,,af31eb9da92a61026f58d2da6a52422230764b02','',534,0,'2013-12-04 23:46:12',18503,NULL),(20606,18,'[$]NO MALARIA PARASITE SEEN[/$],,,af31eb9da92a61026f58d2da6a52422230764b02','',534,0,'2013-12-04 23:46:12',18503,NULL),(20607,107,'1/20,1/20,,af31eb9da92a61026f58d2da6a52422230764b02','',534,0,'2013-12-04 23:46:30',18505,NULL),(20608,9,',,,,,,,,,,,,,,6b18bd030770f40f6adb02636301ff6fd881bf9b','',534,0,'2013-12-05 00:12:25',18506,NULL),(20609,19,'NEGATIVE,,6b18bd030770f40f6adb02636301ff6fd881bf9b','',534,0,'2013-12-05 00:12:25',18506,NULL),(20610,107,'1/20,1/20,,6b18bd030770f40f6adb02636301ff6fd881bf9b','',534,0,'2013-12-05 00:12:08',18508,NULL),(20611,9,',,,,,,,,,,,,,,d601e22142e4304ab9d9f95fd9f235b66bfd53f9','',534,0,'2013-12-05 00:14:43',18509,NULL),(20612,19,'NEGATIVE,,d601e22142e4304ab9d9f95fd9f235b66bfd53f9','',534,0,'2013-12-05 00:14:43',18509,NULL),(20613,107,'1/20,1/20,,d601e22142e4304ab9d9f95fd9f235b66bfd53f9','',534,0,'2013-12-05 00:14:15',18511,NULL),(20614,9,',,,,,,,,,,,,,,23cb0c212e0b6036ca6893262cbab1e10d8d43c3','',534,0,'2013-12-05 00:17:23',18512,NULL),(20615,18,'[$]NO MALARIA PARASITE SEEN[/$],,,23cb0c212e0b6036ca6893262cbab1e10d8d43c3','',534,0,'2013-12-05 00:17:23',18512,NULL),(20616,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,23cb0c212e0b6036ca6893262cbab1e10d8d43c3','pH:6.5, SPECIFIC GRAVITY:1.020, EPITHELIAL CELLS:4',534,0,'2013-12-05 00:16:50',18514,NULL),(20617,36,'','',531,0,'2013-12-04 22:26:12',18515,NULL),(20618,9,',,,,,,,,,,,,,,7ee2e7e9b58f39e9f9ea870dfa7877a52081fbe9','',534,0,'2013-12-05 00:10:34',18516,NULL),(20619,19,'NEGATIVE,,7ee2e7e9b58f39e9f9ea870dfa7877a52081fbe9','',534,0,'2013-12-05 00:10:35',18516,NULL),(20620,16,'NEGATIVE,,7ee2e7e9b58f39e9f9ea870dfa7877a52081fbe9','',534,0,'2013-12-05 00:10:15',18518,NULL),(20621,14,'','',534,0,'2013-12-04 23:01:50',18521,NULL),(20622,199,'[$]COMMENSALS ONLY[/$],7ee2e7e9b58f39e9f9ea870dfa7877a52081fbe9','',534,0,'2013-12-06 08:00:00',18525,NULL),(20623,9,',,,,,,,,,,,,,,6e3657867411541da1e6c039e46679ade4ce61e2','',553,0,'2013-12-05 01:06:11',18526,NULL),(20624,19,'NEGATIVE,,6e3657867411541da1e6c039e46679ade4ce61e2','',553,0,'2013-12-05 01:06:11',18526,NULL),(20625,18,'[$]no malaria parasite seen[/$],-,,6e3657867411541da1e6c039e46679ade4ce61e2','',553,0,'2013-12-05 01:06:11',18526,NULL),(20626,35,'CLEAR,LIGHT AMBER,6.0,1.015,TRACE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,NOT SEEN,NOT SEEN,NOT SE,,,,,,,,EN,,6e3657867411541da1e6c039e46679ad','COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.015, PROTEIN:TRACE, KETONES:POSITIVE +',534,0,'2013-12-05 00:27:36',18528,NULL),(20627,9,',,,,,,,,,,,,,,73426a8e08db6cabadb6d495e3536b0d1f7cd479','',553,0,'2013-12-05 01:05:06',18529,NULL),(20628,18,'[$]no malaria parasite seen[/$],-,,73426a8e08db6cabadb6d495e3536b0d1f7cd479','',553,0,'2013-12-05 01:05:06',18529,NULL),(20629,9,'','',531,0,'2013-12-05 00:10:49',18530,NULL),(20630,133,'','',531,0,'2013-12-05 00:10:49',18532,NULL),(20631,56,'','',531,0,'2013-12-05 00:10:49',18532,NULL),(20632,35,'HAZY,LIGHT AMBER,6.0,1.025,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),POSITIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,6,12,NOT SEEN,,,,,,,,,,,,NOT SEEN,NOT SEEN,,cddb85709cca029','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.025, PROTEIN:POSITIVE ++, BLOOD:POSITIVE +, NITRITE:POSITIVE, LEUCOCYTE:POSITIVE ++, PUS CELLS:30, EPITHELIAL CELLS:6, RED BLOOD CELLS:12',553,0,'2013-12-05 01:20:52',18535,NULL),(20633,9,'','',531,0,'2013-12-05 00:25:16',18536,NULL),(20634,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,10,NOT SEEN,NOT SEEN,NOT SEE,,,,,,,,N,,42b89d95a482a09b02d15d2f4f2c61cd6','SPECIFIC GRAVITY:1.010, BLOOD:POSITIVE ++, RED BLOOD CELLS:10',534,0,'2013-12-05 00:47:49',18538,NULL),(20635,9,'','',531,0,'2013-12-05 00:29:27',18539,NULL),(20636,226,'','',531,0,'2013-12-05 00:32:34',18540,NULL),(20637,9,',,,,,,,,,,,,,,897ea1a4a166ac1723053b5df051a43d9c553d91','',553,0,'2013-12-05 01:22:06',18541,NULL),(20638,18,'[$]no malaria parasite seen[/$],-,,897ea1a4a166ac1723053b5df051a43d9c553d91','',553,0,'2013-12-05 01:22:06',18541,NULL),(20639,9,',,,,,,,,,,,,,,df432ced37f1f7015256a0022081c9ba2a3a166f','',553,0,'2013-12-05 02:08:23',18542,NULL),(20640,19,'NEGATIVE,,df432ced37f1f7015256a0022081c9ba2a3a166f','',553,0,'2013-12-05 02:08:23',18542,NULL),(20641,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,df432ced37f1f7015256a0022081c9ba2a3a166f','',553,0,'2013-12-05 02:08:23',18542,NULL),(20642,39,'[$]NEGATIVE[/$],,df432ced37f1f7015256a0022081c9ba2a3a166f','',553,0,'2013-12-05 02:07:45',18544,NULL),(20643,21,'O,POSITIVE,,9f43a0b38893846a690a73d90b5b75421febd1ae','BLOOD GROUP ABO:O',553,0,'2013-12-05 02:45:16',18545,NULL),(20644,9,',,,,,,,,,,,,,,9f43a0b38893846a690a73d90b5b75421febd1ae','BLOOD GROUP ABO',553,0,'2013-12-05 02:45:16',18545,NULL),(20645,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,9f43a0b38893846a690a73d90b5b75421febd1ae','BLOOD GROUP A',553,0,'2013-12-05 02:45:16',18545,NULL),(20646,20,'NEGATIVE,,9f43a0b38893846a690a73d90b5b75421febd1ae','BLOOD GROUP',553,0,'2013-12-05 02:45:16',18545,NULL),(20647,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,NOT SEEN,NOT SEEN,NO,,,,,,,,T SEEN,,9f43a0b38893846a690a73d90b5b','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SPECIFIC GRAVITY:1.030, KETONES:POSITIVE ++, PUS CELLS:2, EPITHELIAL CELLS:10',553,0,'2013-12-05 02:44:04',18547,NULL),(20648,9,',,,,,,,,,,,,,,4f4ad75147e69a6db7f0ff0f466bb5960d25ef71','',553,0,'2013-12-05 02:42:14',18548,NULL),(20649,19,'NEGATIVE,,4f4ad75147e69a6db7f0ff0f466bb5960d25ef71','',553,0,'2013-12-05 02:42:14',18548,NULL),(20650,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,4f4ad75147e69a6db7f0ff0f466bb5960d25ef71','',553,0,'2013-12-05 02:42:14',18548,NULL),(20651,9,'','',531,0,'2013-12-05 02:29:23',18549,NULL),(20652,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,ac1cef9d5f632b8745409fceed79e3e19cca5a80',', ',535,0,'2013-12-04 08:00:00',18551,NULL),(20653,135,'[$]NO PATHOGEN ISOLATED [/$],ac1cef9d5f632b8745409fceed79e3e19cca5a80','',534,0,'2013-12-06 08:00:00',18554,NULL),(20654,140,'','',530,0,'2013-12-05 03:02:21',18555,NULL),(20655,9,'','',535,0,'2013-12-05 03:15:27',18556,NULL),(20656,19,'NEGATIVE,,8bea673f7b9a1335428e360d956c3eb1079fa030','',535,0,'2013-12-04 08:00:00',18556,NULL),(20657,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,,,,,,8bea673f7b9a1335428e360d956c3eb1079',', ',535,0,'2013-12-04 08:00:00',18557,NULL),(20658,16,'NEGATIVE,8bea673f7b9a1335428e360d956c3eb1079fa030','',535,0,'2013-12-04 08:00:00',18559,NULL),(20659,107,'1/20,1/20,8bea673f7b9a1335428e360d956c3eb1079fa030','',535,0,'2013-12-04 08:00:00',18559,NULL),(20660,14,'NEGATIVE,8bea673f7b9a1335428e360d956c3eb1079fa030','',535,0,'2013-12-04 08:00:00',18562,NULL),(20661,192,'','',535,0,'2013-12-05 03:18:43',18563,NULL),(20662,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,4,2,0,NOT SEEN,NOT SEEN,NOT S,,,,,,,,EEN,ada21dc95fde9790a527f52f31638c04',', ',535,0,'2013-12-04 08:00:00',18564,NULL),(20663,108,'NON - REACTIVE,ada21dc95fde9790a527f52f31638c04244fb595','',535,0,'2013-12-04 08:00:00',18566,NULL),(20664,108,'NON - REACTIVE,01ff2dae026369e38d575bc8682f233b793d96e6','',535,0,'2013-12-04 08:00:00',18567,NULL),(20665,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,NOT SEEN,NOT SEEN,NOT SEEN,,,,01ff2dae026369e38d575bc8682f233b793d96e6',', ',535,0,'2013-12-04 08:00:00',18569,NULL),(20666,36,'No Bacteria Growth,ad220a62737c0d3e3d489bbc7eee453e23394cc8','',534,0,'2013-12-06 08:00:00',18570,NULL),(20667,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,4,4,NOT SEEN,NOT SEEN,NOT SEEN,,,,ad220a62737c0d3e3d489bbc7eee453e23394cc8',', ',535,0,'2013-12-04 08:00:00',18570,NULL),(20668,222,'10.1,4.24,11.5,32.4,76.4,27.1,35.5,356,9.5,7.5,83.0,1.0,0.8,8.3,13.5,10.2,,369202f1b95b0486e1aaf5cf8be709b6699f525b','',535,0,'2013-12-04 08:00:00',18571,NULL),(20669,19,'NEGATIVE,,369202f1b95b0486e1aaf5cf8be709b6699f525b','',535,0,'2013-12-04 08:00:00',18571,NULL),(20670,18,'[$]NO MALARIA PARASITES SEEN[/$],-,369202f1b95b0486e1aaf5cf8be709b6699f525b','',535,0,'2013-12-04 08:00:00',18571,NULL),(20671,222,'13.1,4.40,10.7,31.7,72.0,24.3,33.8,400,49.6,15.1,35.3,6.5,2.0,4.6,14.2,7.5,,a075d68841dff8cdd13a242cdd25d89bd8897e3f','',535,0,'2013-12-04 08:00:00',18572,NULL),(20672,19,'NEGATIVE,,a075d68841dff8cdd13a242cdd25d89bd8897e3f','',535,0,'2013-12-04 08:00:00',18572,NULL),(20673,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a075d68841dff8cdd13a242cdd25d89bd8897e3f','',535,0,'2013-12-04 08:00:00',18572,NULL),(20674,222,'18.5,5.33,12.0,37.3,70.0,22.5,32.2,291,27.9,12.2,59.9,5.2,2.3,11.0,15.1,9.3,,319b906f24436c7df0d89076a36fff4308dd3d52','',535,0,'2013-12-04 08:00:00',18573,NULL),(20675,19,'NEGATIVE,,319b906f24436c7df0d89076a36fff4308dd3d52','',535,0,'2013-12-04 08:00:00',18573,NULL),(20676,222,'4.2,4.01,12.3,35.4,88.3,30.7,34.7,252,49.9,13.8,36.3,2.1,0.6,1.5,14.4,9.6,c4b8a6c52e65c060cab228d2584e694709c97cdd','',535,0,'2013-12-05 08:00:00',18574,NULL),(20677,71,'NEGATIVE,,c4b8a6c52e65c060cab228d2584e694709c97cdd','',535,0,'2013-12-05 08:00:00',18576,NULL),(20678,35,'CLOUDY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,8,10,NOT SEEN,NOT SEEN,,,,,,,,,,,,NOT SEEN,c4b8a6c52e65c060cab228d2',', ',535,0,'2013-12-05 08:00:00',18576,NULL),(20679,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],fb206f920fe08eff88e61df2f01063ac82f41275','',534,0,'2013-12-12 08:00:00',18577,NULL),(20680,222,'18.5,4.99,13.7,39.7,79.6,27.5,34.5,348,22.1,13.3,64.6,4.1,2.5,11.9,12.1,9.1,fb206f920fe08eff88e61df2f01063ac82f41275','',535,0,'2013-12-05 08:00:00',18577,NULL),(20681,19,'NEGATIVE,fb206f920fe08eff88e61df2f01063ac82f41275','',535,0,'2013-12-05 08:00:00',18577,NULL),(20682,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fb206f920fe08eff88e61df2f01063ac82f41275','',535,0,'2013-12-05 08:00:00',18577,NULL),(20683,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fb206f920fe08eff88e61df2f01063ac82f41275',', ',534,0,'2013-12-05 08:00:00',18579,NULL),(20684,107,'1/20,1/80,fb206f920fe08eff88e61df2f01063ac82f41275','',535,0,'2013-12-05 08:00:00',18582,NULL),(20685,65,'','',530,0,'2013-12-05 13:21:05',18583,NULL),(20686,222,'5.2,5.95,17.2,50.1,84.2,28.9,34.3,191,38.1,11.8,50.1,2.0,0.6,2.6,15.7,9.2,654e6eb75d324335e7cc131b52f6cc6e5c596ae5','',535,0,'2013-12-05 08:00:00',18585,NULL),(20687,68,'12.3,POSITIVE (+++),POSITIVE (+),7d15706df6fb7a7541e64a6a2b8339f6830caf92','',535,0,'2013-12-05 08:00:00',18586,NULL),(20688,39,'NEGATIVE,e9c08880799a7891277269a730428f0e0c3648d7','',555,0,'2013-12-09 08:00:00',18587,NULL),(20689,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,e9c08880799a7891277269a730428f0e0c3648d7','',555,0,'2013-12-09 08:00:00',18587,NULL),(20690,68,'18.3,POSITIVE (++++),NEGATIVE,e9c08880799a7891277269a730428f0e0c3648d7','',535,0,'2013-12-10 08:00:00',18589,NULL),(20691,68,'','',530,0,'2013-12-05 14:26:46',18590,NULL),(20692,132,'','',530,0,'2013-12-05 14:26:47',18592,NULL),(20693,222,'','',530,0,'2013-12-05 14:41:31',18593,NULL),(20694,222,'','',530,0,'2013-12-05 14:50:29',18594,NULL),(20695,19,'NEGATIVE,127859fbdb51ca53e7eae46aa583b43c96ececdc','',534,0,'2013-12-05 08:00:00',18594,NULL),(20696,18,'[$]NO MALARIA PARASITES SEEN[/$],-,127859fbdb51ca53e7eae46aa583b43c96ececdc','',534,0,'2013-12-05 08:00:00',18594,NULL),(20697,107,'1/20,1/20,127859fbdb51ca53e7eae46aa583b43c96ececdc','',534,0,'2013-12-05 08:00:00',18596,NULL),(20698,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,127859fbdb51ca53e7eae46aa583b43c96ececdc','',534,0,'2013-12-05 08:00:00',18599,NULL),(20699,115,'NEGATIVE,,a60a53269246dd3b66b120dc4a7a98be15f5d130','',537,552,'2013-12-05 08:00:00',18600,'2013-12-05 18:22:45'),(20700,132,',,,,a60a53269246dd3b66b120dc4a7a98be15f5d130','',552,0,'2013-12-06 02:22:45',18600,NULL),(20701,92,'0.5,,a60a53269246dd3b66b120dc4a7a98be15f5d130','',552,0,'2013-12-06 02:22:45',18600,NULL),(20702,65,',,a60a53269246dd3b66b120dc4a7a98be15f5d130','',552,0,'2013-12-06 02:22:45',18600,NULL),(20703,68,'','',530,0,'2013-12-05 15:00:15',18602,NULL),(20704,57,'','',530,0,'2013-12-05 15:12:02',18603,NULL),(20705,133,'','',530,0,'2013-12-05 15:12:02',18603,NULL),(20706,131,'','',530,0,'2013-12-05 15:12:02',18603,NULL),(20707,56,'','',530,0,'2013-12-05 15:12:02',18603,NULL),(20708,21,'','',530,0,'2013-12-05 15:14:04',18604,NULL),(20709,20,'','',530,0,'2013-12-05 15:14:04',18604,NULL),(20710,21,'O,POSITIVE,fb206f920fe08eff88e61df2f01063ac82f41275','',537,0,'2013-12-05 08:00:00',18605,NULL),(20711,20,'NEGATIVE,fb206f920fe08eff88e61df2f01063ac82f41275','',537,0,'2013-12-05 08:00:00',18605,NULL),(20712,68,'5.7mmolL,NEGATIVE,NEGATIVE,,5b8045b9c9c3fff86857a12d65bc8e28aa20e31c','',546,546,'2013-12-07 14:37:30',18606,'2013-12-07 06:39:33'),(20713,68,'5.9,-,-,7b2e6ea6551f809bd2e171f47b26111bf8a85de5','',537,0,'2013-12-05 08:00:00',18607,NULL),(20714,97,'','',558,0,'2013-12-05 15:40:12',18608,NULL),(20715,21,'O,POSITIVE,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',534,0,'2013-12-05 08:00:00',18609,NULL),(20716,27,'NON-REACTIVE,-,NEGATIVE,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',534,0,'2013-12-05 08:00:00',18609,NULL),(20717,20,'NEGATIVE,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',534,0,'2013-12-05 08:00:00',18609,NULL),(20718,112,'NEGATIVE,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',534,0,'2013-12-05 08:00:00',18611,NULL),(20719,108,'NON - REACTIVE,1b60cb22cd1c3b36a684050f760ac3eea5f8e325','',534,0,'2013-12-05 08:00:00',18611,NULL),(20720,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,228e9baa179d1e400e22d4bf0bcb3bcf59ebb193',', ',543,0,'2013-12-05 08:00:00',18612,NULL),(20721,196,'','',558,0,'2013-12-05 16:07:13',18613,NULL),(20722,22,'35,bddca96c75fe6b3bdd4d4ef8394b8b734a1c24e1','',537,0,'2013-12-05 08:00:00',18613,NULL),(20723,68,'','',558,0,'2013-12-05 16:07:13',18613,NULL),(20724,9,'','',558,0,'2013-12-05 16:07:13',18613,NULL),(20725,106,'[$]51917[/$],[$]4.715[/$],bddca96c75fe6b3bdd4d4ef8394b8b734a1c24e1','',534,0,'2013-12-13 08:00:00',18613,NULL),(20726,57,'','',558,0,'2013-12-05 16:07:13',18615,NULL),(20727,133,'','',558,0,'2013-12-05 16:07:13',18615,NULL),(20728,112,'NEGATIVE,bddca96c75fe6b3bdd4d4ef8394b8b734a1c24e1','',537,0,'2013-12-05 08:00:00',18615,NULL),(20729,131,'','',558,0,'2013-12-05 16:07:13',18615,NULL),(20730,132,'','',558,0,'2013-12-05 16:07:13',18615,NULL),(20731,22,'26,35a8d36104af0e774ccd4141d96de7e798680f1b','',534,0,'2013-12-05 08:00:00',18616,NULL),(20732,9,'','',558,0,'2013-12-05 16:09:04',18616,NULL),(20733,68,'5.4mmol/L,NEGATIVE,NEGATIVE,,94e162e855faacf4f201a7869e5a89da99adeeb2','',546,0,'2013-12-07 14:57:41',18617,NULL),(20734,3,'1.4,1.2,0.7,,94e162e855faacf4f201a7869e5a89da99adeeb2','',546,546,'2013-12-07 14:52:28',18619,'2013-12-07 06:52:49'),(20735,9,'','',558,0,'2013-12-05 17:05:09',18620,NULL),(20736,77,'','',558,0,'2013-12-05 17:05:09',18620,NULL),(20737,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,50090be851da4b629ddd82844e0d0b9ab5e379ef',', ',543,0,'2013-12-05 08:00:00',18622,NULL),(20738,57,'','',558,0,'2013-12-05 17:05:10',18625,NULL),(20739,133,'','',558,0,'2013-12-05 17:05:10',18625,NULL),(20740,56,'','',558,0,'2013-12-05 17:05:10',18625,NULL),(20741,22,'1,0a1ff10e65ab5ae9cae7b0bf0becc2467ab6e756','',543,0,'2013-12-05 08:00:00',18626,NULL),(20742,9,'','',558,0,'2013-12-05 17:20:24',18626,NULL),(20743,19,'NEGATIVE,0a1ff10e65ab5ae9cae7b0bf0becc2467ab6e756','',543,0,'2013-12-05 08:00:00',18626,NULL),(20744,16,'NEGATIVE,0a1ff10e65ab5ae9cae7b0bf0becc2467ab6e756','',543,0,'2013-12-05 08:00:00',18628,NULL),(20745,14,'','',558,0,'2013-12-05 17:20:24',18631,NULL),(20746,22,'3,5fd1034794f55b4c4011c5a4c88b4d39def4a4e4','',534,0,'2013-12-05 08:00:00',18632,NULL),(20747,9,'','',558,0,'2013-12-05 17:26:39',18632,NULL),(20748,36,'No Bacteria Growth,5fd1034794f55b4c4011c5a4c88b4d39def4a4e4','',534,0,'2013-12-06 08:00:00',18634,NULL),(20749,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5fd1034794f55b4c4011c5a4c88b4d39def4a4e4',', ',543,0,'2013-12-05 08:00:00',18634,NULL),(20750,108,'NON - REACTIVE,5fd1034794f55b4c4011c5a4c88b4d39def4a4e4','',534,0,'2013-12-05 08:00:00',18637,NULL),(20751,124,'[$]NO BACTERIAL GROWTH[/$],5fd1034794f55b4c4011c5a4c88b4d39def4a4e4','',534,0,'2013-12-06 08:00:00',18641,NULL),(20752,9,'','',558,0,'2013-12-05 17:31:46',18642,NULL),(20753,9,'','',558,0,'2013-12-05 17:38:45',18643,NULL),(20754,71,'POSITIVE,10a2941e90199d913a26b188064021f6de4fff0d','',543,0,'2013-12-05 08:00:00',18644,NULL),(20755,21,'O,POSITIVE,,36315bb2856df727336f2ee2a3c42542d2676467','',534,552,'2013-12-05 08:00:00',18645,'2013-12-05 17:27:54'),(20756,9,',,,,,,,,,,,,,,36315bb2856df727336f2ee2a3c42542d2676467','',552,0,'2013-12-06 01:27:54',18645,NULL),(20757,28,'NEGATIVE,[$]AA[/$],,36315bb2856df727336f2ee2a3c42542d2676467','',552,0,'2013-12-06 01:27:55',18645,NULL),(20758,18,',,,36315bb2856df727336f2ee2a3c42542d2676467','',534,552,'2013-12-05 08:00:00',18645,'2013-12-05 17:27:55'),(20759,68,'','',558,0,'2013-12-05 18:06:00',18646,NULL),(20760,9,'','',558,0,'2013-12-05 18:06:00',18646,NULL),(20761,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8ebfc01d6a0b6b96a6dc77a40d74cbd2cd918949','',534,0,'2013-12-05 08:00:00',18646,NULL),(20762,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,8ebfc01d6a0b6b96a6dc77a40d74cbd2cd918949',', ',543,0,'2013-12-05 08:00:00',18648,NULL),(20763,57,'','',558,0,'2013-12-05 18:06:01',18651,NULL),(20764,133,'','',558,0,'2013-12-05 18:06:01',18651,NULL),(20765,131,'','',558,0,'2013-12-05 18:06:01',18651,NULL),(20766,132,'','',558,0,'2013-12-05 18:06:01',18651,NULL),(20767,56,'','',558,0,'2013-12-05 18:06:01',18651,NULL),(20768,107,'1/20,1/20,8ebfc01d6a0b6b96a6dc77a40d74cbd2cd918949','',534,0,'2013-12-05 08:00:00',18651,NULL),(20769,9,'','',558,0,'2013-12-05 18:09:30',18652,NULL),(20770,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,03f35558cd03cc88e4d0465c3d8ac727f743',', ',534,0,'2013-12-05 08:00:00',18653,NULL),(20771,21,'','',558,0,'2013-12-05 18:17:06',18654,NULL),(20772,68,'','',558,0,'2013-12-05 18:17:06',18654,NULL),(20773,9,'','',558,0,'2013-12-05 18:17:06',18654,NULL),(20774,27,'','',558,0,'2013-12-05 18:17:06',18654,NULL),(20775,20,'','',558,0,'2013-12-05 18:17:06',18654,NULL),(20776,112,'','',558,0,'2013-12-05 18:17:06',18656,NULL),(20777,128,'','',558,0,'2013-12-05 18:17:06',18656,NULL),(20778,108,'','',558,0,'2013-12-05 18:17:06',18656,NULL),(20779,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,859beaefc75e99dbf2e006a6c71fd0d361c581df','',534,0,'2013-12-05 08:00:00',18657,NULL),(20780,36,'Escherichia coli,859beaefc75e99dbf2e006a6c71fd0d361c581df','',534,0,'2013-12-05 08:00:00',18657,NULL),(20781,21,'O,POSITIVE,6b988c0162579c34b52084bde28056c0a8b8ab0f','',537,0,'2013-12-05 08:00:00',18658,NULL),(20782,9,'','',558,0,'2013-12-05 18:36:20',18658,NULL),(20783,18,'[$]NO MALARIA PARASITE SEEN[/$],-,6b988c0162579c34b52084bde28056c0a8b8ab0f','',537,0,'2013-12-05 08:00:00',18658,NULL),(20784,35,'CLEAR,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,6b988c0162579c34b52084bde28056c0a8b8ab',', ',543,0,'2013-12-05 08:00:00',18660,NULL),(20785,22,'10,783efb537bc0ed85a3c31db2cf29076aba98e890','',537,0,'2013-12-05 08:00:00',18661,NULL),(20786,68,'','',558,0,'2013-12-05 18:51:56',18661,NULL),(20787,9,'','',558,0,'2013-12-05 18:51:56',18661,NULL),(20788,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,783efb537bc0ed85a3c31db2cf29076aba98e8',', ',543,0,'2013-12-05 08:00:00',18663,NULL),(20789,57,'','',558,0,'2013-12-05 18:51:57',18666,NULL),(20790,133,'','',558,0,'2013-12-05 18:51:57',18666,NULL),(20791,131,'','',558,0,'2013-12-05 18:51:57',18666,NULL),(20792,132,'','',558,0,'2013-12-05 18:51:57',18666,NULL),(20793,56,'','',558,0,'2013-12-05 18:51:57',18666,NULL),(20794,65,'','',558,0,'2013-12-05 18:51:57',18666,NULL),(20795,36,'No Significant Bacteria Growth,6e7665ea85cd9eb13a33b20193841c3e8d0ec3a2','',534,0,'2013-12-06 08:00:00',18667,NULL),(20796,35,'HAZY,LIGHT AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,6e7665ea85cd9eb13a33b20193841c3e8d0ec3a',', ',534,0,'2013-12-05 08:00:00',18667,NULL),(20797,9,'','',558,0,'2013-12-05 19:08:36',18668,NULL),(20798,27,'','',558,0,'2013-12-05 19:08:36',18668,NULL),(20799,112,'','',558,0,'2013-12-05 19:08:37',18670,NULL),(20800,108,'','',558,0,'2013-12-05 19:08:37',18670,NULL),(20801,9,'','',558,0,'2013-12-05 19:23:25',18671,NULL),(20802,18,'[$]NO MALARIA PARASITE SEEN[/$],-,28d29901a3b6a855e38fe16aa3a6c8a432f8c2ea','',537,0,'2013-12-05 08:00:00',18671,NULL),(20803,114,'POSITIVE,8f5a674d69768179e5b30c79571ef9fa1ad38303','',534,0,'2013-12-05 08:00:00',18672,NULL),(20804,116,'POSITIVE,8f5a674d69768179e5b30c79571ef9fa1ad38303','',534,0,'2013-12-05 08:00:00',18672,NULL),(20805,115,'NEGATIVE,8f5a674d69768179e5b30c79571ef9fa1ad38303','',534,0,'2013-12-05 08:00:00',18672,NULL),(20806,117,'NEGATIVE,8f5a674d69768179e5b30c79571ef9fa1ad38303','',534,0,'2013-12-05 08:00:00',18672,NULL),(20807,10,'NEGATIVE,8f5a674d69768179e5b30c79571ef9fa1ad38303','',534,0,'2013-12-09 08:00:00',18672,NULL),(20808,113,'','',558,0,'2013-12-05 19:34:27',18672,NULL),(20809,112,'POSITIVE,8f5a674d69768179e5b30c79571ef9fa1ad38303','',534,0,'2013-12-05 08:00:00',18672,NULL),(20810,68,'','',558,0,'2013-12-05 19:43:33',18673,NULL),(20811,9,'','',558,0,'2013-12-05 19:43:33',18673,NULL),(20812,57,'','',558,0,'2013-12-05 19:43:33',18675,NULL),(20813,133,'','',558,0,'2013-12-05 19:43:33',18675,NULL),(20814,131,'','',558,0,'2013-12-05 19:43:33',18675,NULL),(20815,132,'','',558,0,'2013-12-05 19:43:33',18675,NULL),(20816,56,'','',558,0,'2013-12-05 19:43:33',18675,NULL),(20817,65,'','',558,0,'2013-12-05 19:43:33',18675,NULL),(20818,71,'POSITIVE,03f35558cd03cc88e4d0465c3d8ac727f743f206','',534,0,'2013-12-05 08:00:00',18676,NULL),(20819,19,'NEGATIVE,4f7ef37533acd426c37fde9a81101d750a3350ff','',543,0,'2013-12-05 08:00:00',18677,NULL),(20820,70,'','',558,0,'2013-12-05 20:15:59',18677,NULL),(20821,78,'','',558,0,'2013-12-05 20:15:59',18679,NULL),(20822,69,'NEGATIVE,NORMAL (0.01 - 0.05),4f7ef37533acd426c37fde9a81101d750a3350ff','',537,0,'2013-12-05 08:00:00',18679,NULL),(20823,93,'< 0.05,4f7ef37533acd426c37fde9a81101d750a3350ff','',534,0,'2013-12-09 08:00:00',18682,NULL),(20824,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4f7ef37533acd426c37fde9a81101d750a3350ff',', ',543,0,'2013-12-05 08:00:00',18686,NULL),(20825,71,'NEGATIVE,9dfe57f6a804dee8da749f6e778abbd3f5f0c815','',543,0,'2013-12-05 08:00:00',18687,NULL),(20826,9,'','',558,0,'2013-12-05 20:39:50',18688,NULL),(20827,223,'','',558,0,'2013-12-05 20:39:50',18688,NULL),(20828,133,'','',558,0,'2013-12-05 20:39:50',18690,NULL),(20829,63,'','',558,0,'2013-12-05 20:39:50',18690,NULL),(20830,128,'','',558,0,'2013-12-05 20:39:50',18690,NULL),(20831,224,'','',558,0,'2013-12-05 20:41:54',18691,NULL),(20832,9,',,,,,,,,,,,,,,e62d8bbeab33d15858727a56e16d8c7c03934f90','',537,0,'2013-12-05 22:09:28',18692,NULL),(20833,19,'NEGATIVE,,e62d8bbeab33d15858727a56e16d8c7c03934f90','',537,0,'2013-12-05 22:09:29',18692,NULL),(20834,22,'21,1dfd0c9607dbc68c738c95f5ddf1ffc964fa763c','',534,0,'2013-12-05 08:00:00',18693,NULL),(20835,9,'','',558,0,'2013-12-05 20:51:55',18693,NULL),(20836,19,'NEGATIVE,1dfd0c9607dbc68c738c95f5ddf1ffc964fa763c','',534,0,'2013-12-05 08:00:00',18693,NULL),(20837,18,'[$]NO MALARIA PARASITES SEEN [/$],-,1dfd0c9607dbc68c738c95f5ddf1ffc964fa763c','',534,0,'2013-12-05 08:00:00',18693,NULL),(20838,35,'CLOUDY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1dfd0c9607dbc68c738c95f5ddf1ffc964fa763c','',537,0,'2013-12-05 08:00:00',18695,NULL),(20839,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ac21bcc265ea6272e53c344d5b5b662da44b7a25',', ',543,0,'2013-12-05 08:00:00',18696,NULL),(20840,14,'POSITIVE,ac21bcc265ea6272e53c344d5b5b662da44b7a25','',535,0,'2013-12-06 08:00:00',18698,NULL),(20841,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,ac21bcc265ea6272e53c344d5b5b662da44b7a25','',535,0,'2013-12-06 08:00:00',18698,NULL),(20842,16,'NEGATIVE,ac21bcc265ea6272e53c344d5b5b662da44b7a25','',543,0,'2013-12-05 08:00:00',18701,NULL),(20843,22,'45,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-05 08:00:00',18702,NULL),(20844,9,'','',558,0,'2013-12-05 20:59:29',18702,NULL),(20845,27,'NON-REACTIVE,-,NEGATIVE,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-05 08:00:00',18702,NULL),(20846,19,'NEGATIVE,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-05 08:00:00',18702,NULL),(20847,18,'[$]NO MALARIA PARASITES SEEN [/$],-,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-05 08:00:00',18702,NULL),(20848,70,'5.1,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-05 08:00:00',18702,NULL),(20849,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac','',537,0,'2013-12-05 08:00:00',18704,NULL),(20850,22,'40,1152f29ed6bd7c24f77269836ecc54c7855e8a64','',534,0,'2013-12-05 08:00:00',18705,NULL),(20851,68,'','',558,0,'2013-12-05 21:04:21',18705,NULL),(20852,9,'','',558,0,'2013-12-05 21:04:21',18705,NULL),(20853,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1152f29ed6bd7c24f77269836ecc54c7855e8a64','',537,0,'2013-12-05 08:00:00',18707,NULL),(20854,39,'','',558,0,'2013-12-05 21:04:22',18710,NULL),(20855,57,'','',558,0,'2013-12-05 21:04:22',18714,NULL),(20856,133,'','',558,0,'2013-12-05 21:04:22',18714,NULL),(20857,131,'','',558,0,'2013-12-05 21:04:22',18714,NULL),(20858,132,'','',558,0,'2013-12-05 21:04:22',18714,NULL),(20859,56,'','',558,0,'2013-12-05 21:04:22',18714,NULL),(20860,65,'','',558,0,'2013-12-05 21:04:22',18714,NULL),(20861,112,'NEGATIVE,,5d7e3a11349532f077454568ebf2393e525b32f0','',537,0,'2013-12-05 22:12:53',18715,NULL),(20862,27,'NON-REACTIVE,-,NEGATIVE,,5d7e3a11349532f077454568ebf2393e525b32f0','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',537,0,'2013-12-05 22:12:53',18715,NULL),(20863,108,'NON - REACTIVE,,5d7e3a11349532f077454568ebf2393e525b32f0','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',537,0,'2013-12-05 22:12:53',18715,NULL),(20864,218,'5.2,NEGATIVE,8.6,NEGATIVE,9.4,NEGATIVE,6.9,NEGATIVE,d7e925d26368626618c5166ac942169d8f426d60','',552,0,'2013-12-08 08:00:00',18716,NULL),(20865,9,'','',558,0,'2013-12-05 21:16:39',18717,NULL),(20866,70,'4.4,16b63fbc0899e34d6831357df0cfd0f250bc93d6','',537,0,'2013-12-05 08:00:00',18717,NULL),(20867,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,16b63fbc0899e34d6831357df0cfd0f250bc93d6','',537,0,'2013-12-05 08:00:00',18719,NULL),(20868,108,'NON - REACTIVE,16b63fbc0899e34d6831357df0cfd0f250bc93d6','',537,0,'2013-12-05 08:00:00',18722,NULL),(20869,21,'O,POSITIVE,f293b0edf8fa838f55899edc86b1c2d734f7f087','',534,0,'2013-12-05 08:00:00',18723,NULL),(20870,105,'RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,e76f9a033153bc1d479cfd088b024335ceca9775','',534,0,'2013-12-05 08:00:00',18724,NULL),(20871,36,'Escherichia coli,e76f9a033153bc1d479cfd088b024335ceca9775','',534,0,'2013-12-05 08:00:00',18724,NULL),(20872,22,'23,fc0865d414efa70cab7a3d996d161c44634dbd14','',534,0,'2013-12-05 08:00:00',18725,NULL),(20873,9,'','',558,0,'2013-12-05 21:35:58',18725,NULL),(20874,202,'','',558,0,'2013-12-05 21:35:58',18727,NULL),(20875,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,present (++),present (+++),,eff1c92b12e6958563bbdd92e1026f6e287241cc','',537,0,'2013-12-05 08:00:00',18728,NULL),(20876,68,'16.7,POSITIVE (+++),NEGATIVE,eff1c92b12e6958563bbdd92e1026f6e287241cc','',535,0,'2013-12-06 08:00:00',18730,NULL),(20877,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,f93d5effe57b35cb859540531fa4c1d8576fae97','',552,0,'2013-12-06 01:12:28',18731,NULL),(20878,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,7973dfd415d8486d0f891ce1b9c0a5401442b607','',552,0,'2013-12-06 01:13:21',18732,NULL),(20879,22,'48,5cdf636f187ee9588cb5040c7f526a12a264506b','',552,0,'2013-12-05 08:00:00',18733,NULL),(20880,9,'','',534,0,'2013-12-05 22:11:48',18733,NULL),(20881,22,'4,bd94acf6f566a04b031c480f88592772aba25a67','',552,0,'2013-12-05 08:00:00',18734,NULL),(20882,9,'','',534,0,'2013-12-05 22:16:56',18734,NULL),(20883,19,'NEGATIVE,bd94acf6f566a04b031c480f88592772aba25a67','',552,0,'2013-12-05 08:00:00',18734,NULL),(20884,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bd94acf6f566a04b031c480f88592772aba25a67','',552,0,'2013-12-05 08:00:00',18734,NULL),(20885,9,'','',534,0,'2013-12-05 22:20:11',18735,NULL),(20886,133,'','',534,0,'2013-12-05 22:20:11',18737,NULL),(20887,63,'','',534,0,'2013-12-05 22:20:11',18737,NULL),(20888,128,'','',534,0,'2013-12-05 22:20:11',18737,NULL),(20889,126,'','',534,0,'2013-12-05 22:29:27',18738,NULL),(20890,133,'','',534,0,'2013-12-05 22:29:27',18740,NULL),(20891,56,'','',534,0,'2013-12-05 22:29:27',18740,NULL),(20892,9,'','',534,0,'2013-12-05 22:31:45',18741,NULL),(20893,19,'NEGATIVE,51b793825193a23f99d4758630ddb6e26466ec2b','',552,0,'2013-12-05 08:00:00',18741,NULL),(20894,18,'[$]NO MALARIA PARASITES SEEN[/$],-,51b793825193a23f99d4758630ddb6e26466ec2b','',552,0,'2013-12-05 08:00:00',18741,NULL),(20895,107,'','',534,0,'2013-12-05 22:31:45',18743,NULL),(20896,35,'HAZY,STRAW,5.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,20,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,51b793825193a23f99d4758630ddb6e26466ec',', ',552,0,'2013-12-05 08:00:00',18746,NULL),(20897,9,'','',534,0,'2013-12-05 22:33:17',18747,NULL),(20898,9,'','',534,0,'2013-12-05 22:36:10',18748,NULL),(20899,19,'NEGATIVE,26f929a4a54b1a4f7d7d6009da3be50bd7684121','',552,0,'2013-12-05 08:00:00',18748,NULL),(20900,18,'[$]NO MALARIA PARASITES SEEN[/$],-,26f929a4a54b1a4f7d7d6009da3be50bd7684121','',552,0,'2013-12-05 08:00:00',18748,NULL),(20901,9,'','',534,0,'2013-12-05 22:39:47',18749,NULL),(20902,18,'[$]NO MALARIA PARASITES SEEN[/$],-,344922378cf6c3eab0463f0b86d0f8302561ce0b','',552,0,'2013-12-05 08:00:00',18749,NULL),(20903,35,'CLEAR,AMBER,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,344922378cf6c3eab0463f0b86d0f8302561ce0b','COLOUR:AMBER, pH:7.0, SG:1.020, PUS CELLS:2, EPITH. CELLS:2',552,0,'2013-12-06 00:12:27',18751,NULL),(20904,107,'1/20,1/20,344922378cf6c3eab0463f0b86d0f8302561ce0b','',552,0,'2013-12-05 08:00:00',18754,NULL),(20905,71,'NEGATIVE,,4d4e402fbc7065c88e8a7751aa8c7bc1f592cb4e','',553,0,'2013-12-05 23:50:11',18755,NULL),(20906,9,'','',558,0,'2013-12-05 22:49:11',18756,NULL),(20907,19,'NEGATIVE,d8847da503c8796d0bc4f7028db57f9ab5962a84','',552,0,'2013-12-05 08:00:00',18756,NULL),(20908,35,'HAZY,AMBER,6.0,1.030,POSITIVE (+),POSITIVE (+),POSITIVE (++),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]hyaline cast present (+)[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,,d8847da503c8796d0b','CLARITY:HAZY, COLOUR:AMBER, pH:6.0, SG:1.030, PRO:POSITIVE +, GLU:POSITIVE +, KET:POSITIVE ++, BLD:TRACE, EPITH. CELLS:4',553,0,'2013-12-05 23:20:43',18758,NULL),(20909,57,'','',558,0,'2013-12-05 22:49:11',18761,NULL),(20910,133,'','',558,0,'2013-12-05 22:49:11',18761,NULL),(20911,131,'','',558,0,'2013-12-05 22:49:11',18761,NULL),(20912,132,'','',558,0,'2013-12-05 22:49:11',18761,NULL),(20913,56,'','',558,0,'2013-12-05 22:49:11',18761,NULL),(20914,107,'1/20,1/20,d8847da503c8796d0bc4f7028db57f9ab5962a84','',552,0,'2013-12-05 08:00:00',18761,NULL),(20915,9,'','',558,0,'2013-12-05 22:52:16',18762,NULL),(20916,9,'','',558,0,'2013-12-05 22:55:20',18763,NULL),(20917,35,'CLOUDY,LIGHT AMBER,7.5,1.015,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,14,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS PHOSPHATE (++),NOT SEEN,NOT SEEN,4af3e976b3eb537a92248','',536,0,'2013-12-14 08:00:00',18765,NULL),(20918,18,'[$]NO MALARIA PARASITE SEEN[/$],-,2962cdc91bd2c027673c78f7f31b0a762b7bf4cc','',534,0,'2013-12-12 08:00:00',18766,NULL),(20919,9,'','',558,0,'2013-12-05 22:59:35',18767,NULL),(20920,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6aefa6d57f0a0bac810531cce989db46248b06bd','',552,0,'2013-12-05 08:00:00',18767,NULL),(20921,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,,6aefa6d57f0a0bac810531cce989db46248b06bd','pH:7.0, SG:1.015, LEU:TRACE, PUS CELLS:4, EPITH. CELLS:6, YEAST CELLS:PRESENT +',552,0,'2013-12-06 00:13:46',18769,NULL),(20922,107,'1/20,1/20,6aefa6d57f0a0bac810531cce989db46248b06bd','',552,0,'2013-12-05 08:00:00',18772,NULL),(20923,9,'','',558,0,'2013-12-05 23:01:37',18773,NULL),(20924,18,'[$]NO MALARIA PARASITES SEEN[/$],-,00a6ed42a235544842d1a06dc0fcf4d75cc664c9','',552,0,'2013-12-05 08:00:00',18773,NULL),(20925,35,'CLEAR,LIGHT AMBER,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,00a6ed42a235544842d1a06dc0fcf4d75','COLOUR:LIGHT AMBER, pH:8.0, SG:1.005, LEU:POSITIVE +, PUS CELLS:6, EPITH. CELLS:2',552,0,'2013-12-06 00:15:19',18775,NULL),(20926,9,'','',558,0,'2013-12-05 23:05:35',18776,NULL),(20927,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f1f6f0b67b4ee2167edfde36948eeb4bda6d299a','',552,0,'2013-12-05 08:00:00',18776,NULL),(20928,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f1f6f0b67b4ee2167edfde36948eeb4bda6d299a',', ',552,0,'2013-12-05 08:00:00',18778,NULL),(20929,22,'4,,8317fa487a16655ffefcb88122cd101c07b6a08d','',552,0,'2013-12-06 01:14:01',18779,NULL),(20930,16,'NEGATIVE,62b70b3683b8522c025b272ff5097b491dcce744','',552,0,'2013-12-05 08:00:00',18780,NULL),(20931,14,'POSITIVE,62b70b3683b8522c025b272ff5097b491dcce744','',552,0,'2013-12-05 08:00:00',18782,NULL),(20932,193,'NEGATIVE,309f7266e17f8c0f0164ce93199c5301e07ada12','',534,0,'2013-12-17 08:00:00',18783,NULL),(20933,135,'[$]NO PATHOGEN ISOLATED [/$],309f7266e17f8c0f0164ce93199c5301e07ada12','',534,0,'2013-12-06 08:00:00',18783,NULL),(20934,97,'SALIVA,NEGATIVE,SALIVA,NEGATIVE,9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-07 08:00:00',18784,NULL),(20935,199,'[$]COMMENSALS ONLY[/$],9cf9ec563d515c4bff8d0c5e63f97f2a88431ac4','',534,0,'2013-12-06 08:00:00',18785,NULL),(20936,107,'1/20,1/20,16fc358d59a74245a4d70a55de27fbf783c0b6a9','',552,0,'2013-12-05 08:00:00',18786,NULL),(20937,9,'','',558,0,'2013-12-06 00:51:49',18787,NULL),(20938,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f0515b11dfa95d8b2f7891c5012fce3f56c1f382',', ',552,0,'2013-12-05 08:00:00',18789,NULL),(20939,9,',,,,,,,,,,,,,,ad7a5d857f26a8479754fcc9fa0cd4b6484cb156','',552,0,'2013-12-06 01:40:59',18790,NULL),(20940,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,ad7a5d857f26a8479754fcc9fa0cd4b6484cb156','',552,0,'2013-12-06 01:40:59',18790,NULL),(20941,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ad7a5d857f26a8479754fcc9fa0cd4b6484cb156',', ',552,0,'2013-12-05 08:00:00',18792,NULL),(20942,112,'NEGATIVE,ad7a5d857f26a8479754fcc9fa0cd4b6484cb156','',552,0,'2013-12-05 08:00:00',18795,NULL),(20943,107,'1/20,1/20,ad7a5d857f26a8479754fcc9fa0cd4b6484cb156','',552,0,'2013-12-05 08:00:00',18795,NULL),(20944,9,',,,,,,,,,,,,,,75c527f9dd0a1782411524ea6e7572e43934df83','',553,0,'2013-12-06 02:56:53',18796,NULL),(20945,18,'[$]NO MALARIA PARASITE SEEN[/$],,,75c527f9dd0a1782411524ea6e7572e43934df83','',553,0,'2013-12-06 02:56:53',18796,NULL),(20946,68,'','',558,0,'2013-12-06 01:25:34',18797,NULL),(20947,9,'','',558,0,'2013-12-06 01:25:34',18797,NULL),(20948,223,'','',558,0,'2013-12-06 01:25:34',18797,NULL),(20949,27,'','',558,0,'2013-12-06 01:25:34',18797,NULL),(20950,35,'','',558,0,'2013-12-06 01:25:34',18799,NULL),(20951,7,'2.1,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',534,0,'2013-12-10 08:00:00',18802,NULL),(20952,60,'','',558,0,'2013-12-06 01:25:35',18802,NULL),(20953,57,'','',558,0,'2013-12-06 01:25:35',18802,NULL),(20954,133,'','',558,0,'2013-12-06 01:25:35',18802,NULL),(20955,117,'NEGATIVE,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-05 08:00:00',18802,NULL),(20956,112,'NEGATIVE,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-05 08:00:00',18802,NULL),(20957,131,'','',558,0,'2013-12-06 01:25:35',18802,NULL),(20958,56,'','',558,0,'2013-12-06 01:25:35',18802,NULL),(20959,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$] NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,bd94acf6f566a04b031c480f88592772aba25a67','pH:6.5, SG:1.010',553,0,'2013-12-06 02:50:07',18803,NULL),(20960,9,',,,,,,,,,,,,,,fa36d0dfbf2608d1c4a908123727bfee8a677e12','',552,0,'2013-12-06 02:28:33',18804,NULL),(20961,19,'NEGATIVE,,fa36d0dfbf2608d1c4a908123727bfee8a677e12','',552,0,'2013-12-06 02:28:33',18804,NULL),(20962,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,fa36d0dfbf2608d1c4a908123727bfee8a677e12','',552,0,'2013-12-06 02:28:33',18804,NULL),(20963,22,'150,01f83e89f7c4fd449c1906de0aa0cbf641747ca5','',552,0,'2013-12-05 08:00:00',18805,NULL),(20964,9,'','',558,0,'2013-12-06 01:54:43',18805,NULL),(20965,57,'','',558,0,'2013-12-06 01:54:43',18807,NULL),(20966,133,'','',558,0,'2013-12-06 01:54:43',18807,NULL),(20967,56,'','',558,0,'2013-12-06 01:54:43',18807,NULL),(20968,9,'','',558,0,'2013-12-06 02:03:20',18808,NULL),(20969,71,'NEGATIVE,,3ae216d46da91b6f43169e8e997d55b55e39767d','',553,0,'2013-12-06 02:52:13',18810,NULL),(20970,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,22,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,3ae216d46da91b6f43169e8e997d55b55e397','CLARITY:HAZY, pH:7.0, SG:1.015, LEU:POSITIVE ++, PUS CELLS:22, EPITH. CELLS:10',553,0,'2013-12-06 02:52:13',18810,NULL),(20971,9,',,,,,,,,,,,,,,473bbe4d102c2938c598343e5d7b5786cd299a87','',552,0,'2013-12-06 03:37:10',18811,NULL),(20972,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,473bbe4d102c2938c598343e5d7b5786cd299a87','',552,0,'2013-12-06 03:37:10',18811,NULL),(20973,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,473bbe4d102c2938c598343e5d7b5786cd299a87',', ',552,0,'2013-12-05 08:00:00',18813,NULL),(20974,57,'','',530,0,'2013-12-06 03:04:23',18814,NULL),(20975,133,'','',530,0,'2013-12-06 03:04:23',18814,NULL),(20976,131,'','',530,0,'2013-12-06 03:04:23',18814,NULL),(20977,56,'','',530,0,'2013-12-06 03:04:23',18814,NULL),(20978,222,'','',530,0,'2013-12-06 03:04:23',18816,NULL),(20979,35,'','',530,0,'2013-12-06 03:04:23',18819,NULL),(20980,222,'','',530,0,'2013-12-06 03:13:19',18820,NULL),(20981,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1d589590387bbcd37eac0d571423ed047ced248a','',552,0,'2013-12-05 08:00:00',18820,NULL),(20982,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1d589590387bbcd37eac0d571423ed047ced248a',', ',552,0,'2013-12-05 08:00:00',18822,NULL),(20983,107,'1/20,1/80,1d589590387bbcd37eac0d571423ed047ced248a','',552,0,'2013-12-05 08:00:00',18825,NULL),(20984,222,'','',530,0,'2013-12-06 03:39:09',18826,NULL),(20985,37,'PALE,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),e2f3b6f6996cd7ad13f1bcf71be88e965f925c38','',535,0,'2013-12-06 08:00:00',18828,NULL),(20986,222,'10.7,5.30,15.3,44.4,83.8,28.9,34.5,226,10.9,6.5,82.6,1.2,0.7,8.8,13.5,9.3,dda67329ce93c71b8677662dbd4adf7802a95d0f','',552,0,'2013-12-05 08:00:00',18829,NULL),(20987,19,'NEGATIVE,dda67329ce93c71b8677662dbd4adf7802a95d0f','',552,0,'2013-12-05 08:00:00',18829,NULL),(20988,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dda67329ce93c71b8677662dbd4adf7802a95d0f','',552,0,'2013-12-05 08:00:00',18829,NULL),(20989,57,'','',530,0,'2013-12-06 04:04:45',18831,NULL),(20990,133,'','',530,0,'2013-12-06 04:04:45',18831,NULL),(20991,56,'','',530,0,'2013-12-06 04:04:45',18831,NULL),(20992,36,'','',530,0,'2013-12-06 04:04:45',18834,NULL),(20993,35,'','',530,0,'2013-12-06 04:04:45',18834,NULL),(20994,19,'NEGATIVE,4a5706610d253387cd472bc046b0ec46f128cd4d','',552,0,'2013-12-05 08:00:00',18835,NULL),(20995,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4a5706610d253387cd472bc046b0ec46f128cd4d','',552,0,'2013-12-05 08:00:00',18835,NULL),(20996,222,'11.6,5.45,11.7,36.7,67.3,21.5,31.6,310,23.4,12.4,64.1,2.7,7.4,16.2,16.2,-,abcc86aa7da30165717276714871df37dd97ac2e','',552,0,'2013-12-05 08:00:00',18836,NULL),(20997,222,'17.9,6.11,11.2,35.3,57.8,18.3,31.7,239,29.5,13.3,57.2,5.3,2.4,2.4,10.2,-,c312e28a5fddd8fad6c5421cd727dbd508880735','',557,0,'2013-12-05 08:00:00',18837,NULL),(20998,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c312e28a5fddd8fad6c5421cd727dbd508880735','',557,0,'2013-12-05 08:00:00',18837,NULL),(20999,21,'O,POSITIVE,625a5a884d1aa3edf607137a68992bfb5d47a8d6','',557,0,'2013-12-06 08:00:00',18838,NULL),(21000,224,'','',530,0,'2013-12-06 05:19:58',18838,NULL),(21001,222,'15.0,4.23,11.1,33.0,78.0,26.2,33.6,298,14.2,11.4,74.4,2.1,1.7,11.2,16.9,10.2,625a5a884d1aa3edf607137a68992bfb5d47a8d6','',557,0,'2013-12-06 08:00:00',18838,NULL),(21002,35,'HAZY,STRAW,7.0,1.015,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,625a5a884d1aa3edf607137a68992bfb5d47a8d6',', ',557,0,'2013-12-06 08:00:00',18840,NULL),(21003,3,'1.5,1.7,2.3,276ce401757f9737eebf77a6742baa75439bfead','',534,0,'2013-12-07 08:00:00',18841,NULL),(21004,222,'8.2,4.91,14.6,43.1,87.8,29.7,33.9,268,32.7,3.0,64.3,2.7,0.2,5.3,12.4,10.9,13af50cd0e4eafc8efc326eed61c18f2eb58da4c','',557,0,'2013-12-05 08:00:00',18842,NULL),(21005,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,13af50cd0e4eafc8efc326eed61c18f2eb58da4c',', ',557,0,'2013-12-05 08:00:00',18844,NULL),(21006,222,'5.3,4.32,12.2,36.6,84.7,28.2,33.3,275,37.0,14.1,48.9,2.0,0.7,2.6,13.2,8.8,83198e3f9d1bdd67be9697d2e8b44a4a10ebf4ba','',557,0,'2013-12-05 08:00:00',18845,NULL),(21007,19,'NEGATIVE,83198e3f9d1bdd67be9697d2e8b44a4a10ebf4ba','',557,0,'2013-12-05 08:00:00',18845,NULL),(21008,18,'[$]NO MALARIA PARASITES SEEN[/$],-,83198e3f9d1bdd67be9697d2e8b44a4a10ebf4ba','',557,0,'2013-12-05 08:00:00',18845,NULL),(21009,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,20,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,83198e3f9d1bdd67be9697d2e8b44a4a10ebf4ba',', ',557,0,'2013-12-05 08:00:00',18847,NULL),(21010,16,'NEGATIVE,d6c43e010959764011654052401bbaab20863a69','',557,0,'2013-12-05 08:00:00',18848,NULL),(21011,14,'','',530,0,'2013-12-06 05:47:07',18850,NULL),(21012,35,'','',530,0,'2013-12-06 05:47:07',18853,NULL),(21013,222,'3.8,5.62,17.6,47.8,85.1,31.3,36.8,187,24.8,9.6,65.6,0.9,0.4,2.5,16.0,8.9,5062aec6e03b12282da11e84bc0134007c5ba1a8','',557,0,'2013-12-05 08:00:00',18854,NULL),(21014,19,'NEGATIVE,5062aec6e03b12282da11e84bc0134007c5ba1a8','',557,0,'2013-12-05 08:00:00',18854,NULL),(21015,222,'10.1,5.63,15.7,45.1,80.1,27.9,34.8,313,12.3,3.1,84.6,1.2,0.3,8.6,15.6,-,e19a38dc1a25f56fea7cc79c1f59a9398c8acf0f','',557,0,'2013-12-05 08:00:00',18855,NULL),(21016,19,'NEGATIVE,e19a38dc1a25f56fea7cc79c1f59a9398c8acf0f','',557,0,'2013-12-05 08:00:00',18855,NULL),(21017,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e19a38dc1a25f56fea7cc79c1f59a9398c8acf0f','',557,0,'2013-12-05 08:00:00',18855,NULL),(21018,22,'22,ca946378a50da2ed1a6f995f48e1a3a130d4f0fb','',557,0,'2013-12-06 08:00:00',18856,NULL),(21019,222,'7.9,4.26,12.4,36.1,84.7,29.1,34.3,294,45.8,3.2,51.0,3.6,0.3,4.0,13.3,8.7,ca946378a50da2ed1a6f995f48e1a3a130d4f0fb','',557,0,'2013-12-05 08:00:00',18856,NULL),(21020,19,'NEGATIVE,ca946378a50da2ed1a6f995f48e1a3a130d4f0fb','',557,0,'2013-12-05 08:00:00',18856,NULL),(21021,35,'HAZY,STRAW,6.5,1.005,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,10,12,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ca946378a50da2ed1a6f995f48e1a3a130d',', ',557,0,'2013-12-06 08:00:00',18858,NULL),(21022,222,'7.3,4.30,11.8,34.7,80.7,27.4,34.0,230,39.1,13.4,47.5,2.9,1.0,3.4,13.4,8.7,1a83d2e19a1e7c462c9c132932c3bb366d47930f','',557,0,'2013-12-05 08:00:00',18859,NULL),(21023,19,'NEGATIVE,1a83d2e19a1e7c462c9c132932c3bb366d47930f','',557,0,'2013-12-05 08:00:00',18859,NULL),(21024,222,'10.9,40.9,10.7,31.9,78.0,26.2,33.5,403,28.3,2.2,69.5,3.1,0.2,7.6,15.1,8.9,c88f916f82a47b560875de45acb14dd127075e63','',557,0,'2013-12-06 08:00:00',18860,NULL),(21025,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c88f916f82a47b560875de45acb14dd127075e63','',557,0,'2013-12-06 08:00:00',18860,NULL),(21026,35,'','',530,0,'2013-12-06 07:27:10',18862,NULL),(21027,222,'8.9,4.7,15.3,41.2,87.7,32.6,37.1,285,11.0,10.3,78.7,1.0,0.9,7.0,14.1,9.2,b32754dc2a077217e15db1353b86afa7c1c792d7','',557,0,'2013-12-06 08:00:00',18863,NULL),(21028,19,'NEGATIVE,b32754dc2a077217e15db1353b86afa7c1c792d7','',557,0,'2013-12-06 08:00:00',18863,NULL),(21029,21,'A,POSITIVE,7a5c1317691adc56b56a387305d9af266e08de78','',557,0,'2013-12-06 08:00:00',18864,NULL),(21030,224,'','',530,0,'2013-12-06 09:18:48',18864,NULL),(21031,222,'5.4,2.68,7.1,20.4,76.1,26.5,34.8,381,35.7,14.2,50.1,1.9,0.8,2.7,16.5,8.6,7a5c1317691adc56b56a387305d9af266e08de78','',557,0,'2013-12-06 08:00:00',18864,NULL),(21032,57,'','',530,0,'2013-12-06 09:18:48',18866,NULL),(21033,133,'','',530,0,'2013-12-06 09:18:48',18866,NULL),(21034,56,'','',530,0,'2013-12-06 09:18:48',18866,NULL),(21035,57,'','',530,0,'2013-12-06 14:35:56',18867,NULL),(21036,133,'','',530,0,'2013-12-06 14:35:56',18867,NULL),(21037,132,'','',530,0,'2013-12-06 14:35:56',18867,NULL),(21038,56,'','',530,0,'2013-12-06 14:35:56',18867,NULL),(21039,68,'6.1,-,-,e45ca0367fde31164a63d646c53d6cd56a3f4eb9','',537,0,'2013-12-12 08:00:00',18869,NULL),(21040,222,'','',530,0,'2013-12-06 14:35:56',18869,NULL),(21041,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,859beaefc75e99dbf2e006a6c71fd0d361c581df',', ',535,0,'2013-12-06 08:00:00',18870,NULL),(21042,68,'8.5,-,-,2568608d39d10531eeb6db3cb272d17f18b66a4a','',537,0,'2013-12-06 08:00:00',18871,NULL),(21043,11,'27.0,[$]14.0[/$],[$]1.92[/$],2.15,THERAPEUTIC : 2.0 - 4.0,c02e8242963692a8b50617af04bf2dfc361862fc','',535,0,'2013-12-06 08:00:00',18872,NULL),(21044,57,'','',530,0,'2013-12-06 15:22:09',18873,NULL),(21045,133,'','',530,0,'2013-12-06 15:22:09',18873,NULL),(21046,131,'','',530,0,'2013-12-06 15:22:09',18873,NULL),(21047,132,'','',530,0,'2013-12-06 15:22:09',18873,NULL),(21048,56,'','',530,0,'2013-12-06 15:22:09',18873,NULL),(21049,65,'','',530,0,'2013-12-06 15:22:09',18873,NULL),(21050,222,'','',530,0,'2013-12-06 15:22:09',18875,NULL),(21051,82,'','',530,0,'2013-12-06 15:22:10',18878,NULL),(21052,68,'','',530,0,'2013-12-06 15:22:10',18878,NULL),(21053,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4af493219a1966d389759eba69b0500f4df40b',', ',535,0,'2013-12-06 08:00:00',18882,NULL),(21054,222,'','',530,0,'2013-12-06 15:25:34',18883,NULL),(21055,19,'NEGATIVE,060532ce6d08e5a78f16367b2c1c75c368185377','',535,0,'2013-12-06 08:00:00',18883,NULL),(21056,132,'','',558,0,'2013-12-06 15:36:26',18884,NULL),(21057,92,'1.1,ed7086f13a7153b8b348c457923fe9373472b485','',536,0,'2013-12-09 08:00:00',18884,NULL),(21058,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ed7086f13a7153b8b348c457923fe9373472b485',', ',535,0,'2013-12-06 08:00:00',18886,NULL),(21059,68,'','',558,0,'2013-12-06 15:39:43',18887,NULL),(21060,9,'','',558,0,'2013-12-06 15:39:43',18887,NULL),(21061,132,'','',558,0,'2013-12-06 15:39:43',18889,NULL),(21062,225,'','',558,0,'2013-12-06 15:44:24',18890,NULL),(21063,225,'','',558,0,'2013-12-06 15:45:53',18891,NULL),(21064,9,'','',558,0,'2013-12-06 15:50:27',18892,NULL),(21065,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,bf170725e1f0c0dfa35a03bf152f83eafae3f02e',', ',535,0,'2013-12-06 08:00:00',18894,NULL),(21066,114,'POSITIVE,99ca7a330bfe7aa5a3a77a350870e39f3bb5186b','',552,0,'2013-12-06 08:00:00',18895,NULL),(21067,115,'NEGATIVE,99ca7a330bfe7aa5a3a77a350870e39f3bb5186b','',552,0,'2013-12-06 08:00:00',18895,NULL),(21068,10,'NEGATIVE,99ca7a330bfe7aa5a3a77a350870e39f3bb5186b','',534,0,'2013-12-10 08:00:00',18895,NULL),(21069,131,'','',558,0,'2013-12-06 15:55:49',18895,NULL),(21070,22,'110,305b9842d23f5d93960fafc909645991f930ed1a','',535,0,'2013-12-06 08:00:00',18896,NULL),(21071,68,'5.6,-,-,305b9842d23f5d93960fafc909645991f930ed1a','NON DIABETIC, ',535,0,'2013-12-06 08:00:00',18896,NULL),(21072,9,'','',558,0,'2013-12-06 16:08:59',18896,NULL),(21073,19,'NEGATIVE,305b9842d23f5d93960fafc909645991f930ed1a','',535,0,'2013-12-06 08:00:00',18896,NULL),(21074,18,'[$]NO MALARIA PARASITES SEEN[/$],-,305b9842d23f5d93960fafc909645991f930ed1a','',535,0,'2013-12-06 08:00:00',18896,NULL),(21075,36,'No Bacteria Growth,305b9842d23f5d93960fafc909645991f930ed1a','',535,0,'2013-12-08 08:00:00',18898,NULL),(21076,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,305b9842d23f5d93960fafc909645991f930ed1a',', ',535,0,'2013-12-06 08:00:00',18898,NULL),(21077,57,'','',558,0,'2013-12-06 16:08:59',18901,NULL),(21078,133,'','',558,0,'2013-12-06 16:08:59',18901,NULL),(21079,131,'','',558,0,'2013-12-06 16:08:59',18901,NULL),(21080,132,'','',558,0,'2013-12-06 16:08:59',18901,NULL),(21081,92,'0.8,305b9842d23f5d93960fafc909645991f930ed1a','',536,0,'2013-12-09 08:00:00',18901,NULL),(21082,56,'','',558,0,'2013-12-06 16:08:59',18901,NULL),(21083,65,'','',558,0,'2013-12-06 16:08:59',18901,NULL),(21084,91,'8.2,MALE (3.28 - 19.68)_FEMALE (3.24 - 29.10)_PREG. 3rd TRIMESTER (95.0 - 480.0),f854d11d848ecc2740cc5dc3b108d087fa5ec080','',534,0,'2013-12-12 08:00:00',18902,NULL),(21085,17,'27.560,f854d11d848ecc2740cc5dc3b108d087fa5ec080','',552,0,'2013-12-16 08:00:00',18902,NULL),(21086,82,'','',558,0,'2013-12-06 16:24:39',18903,NULL),(21087,68,'7.2,-,-,fdb9075deffe814b1533f587badccc0d68bd7d05','',535,0,'2013-12-06 08:00:00',18903,NULL),(21088,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fdb9075deffe814b1533f587badccc0d68bd7d05',', ',535,0,'2013-12-06 08:00:00',18905,NULL),(21089,9,'','',558,0,'2013-12-06 16:30:37',18906,NULL),(21090,9,'','',558,0,'2013-12-06 16:32:28',18907,NULL),(21091,19,'NEGATIVE,61703b61b4f59529301827beb149c5d2e5c34b5d','',535,0,'2013-12-06 08:00:00',18907,NULL),(21092,9,'','',558,0,'2013-12-06 16:42:39',18908,NULL),(21093,132,'','',558,0,'2013-12-06 16:42:39',18910,NULL),(21094,14,'POSITIVE,67f0a9ca5c796030c0a746e3b45599646b7910ab','',535,0,'2013-12-06 08:00:00',18911,NULL),(21095,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,67f0a9ca5c796030c0a746e3b45599646b7910ab','',535,0,'2013-12-06 08:00:00',18911,NULL),(21096,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4fa36021fd23d20190de164ffa6f69aab536768a',', ',535,0,'2013-12-06 08:00:00',18912,NULL),(21097,9,'','',558,0,'2013-12-06 16:56:26',18913,NULL),(21098,19,'NEGATIVE,975659f84fc39eac5b1aa32fb77065546bf25081','',535,0,'2013-12-06 08:00:00',18913,NULL),(21099,68,'','',558,0,'2013-12-06 17:15:57',18914,NULL),(21100,9,'','',558,0,'2013-12-06 17:15:57',18914,NULL),(21101,68,'','',558,0,'2013-12-06 17:27:29',18915,NULL),(21102,22,'18,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',537,0,'2013-12-06 08:00:00',18916,NULL),(21103,68,'','',558,0,'2013-12-06 17:33:01',18916,NULL),(21104,9,'','',558,0,'2013-12-06 17:33:01',18916,NULL),(21105,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,8728c1d85d6db3a8bc7f196da6c8929661eefd37',', ',535,0,'2013-12-06 08:00:00',18918,NULL),(21106,39,'[$]NEGATIVE[/$],,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',535,0,'2013-12-06 08:00:00',18921,NULL),(21107,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',535,0,'2013-12-06 08:00:00',18921,NULL),(21108,57,'','',558,0,'2013-12-06 17:33:01',18925,NULL),(21109,133,'','',558,0,'2013-12-06 17:33:01',18925,NULL),(21110,132,'','',558,0,'2013-12-06 17:33:01',18925,NULL),(21111,92,'2.8,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',536,0,'2013-12-09 08:00:00',18925,NULL),(21112,56,'','',558,0,'2013-12-06 17:33:01',18925,NULL),(21113,65,'','',558,0,'2013-12-06 17:33:01',18925,NULL),(21114,57,'','',558,0,'2013-12-06 17:40:15',18926,NULL),(21115,133,'','',558,0,'2013-12-06 17:40:15',18926,NULL),(21116,131,'','',558,0,'2013-12-06 17:40:15',18926,NULL),(21117,132,'','',558,0,'2013-12-06 17:40:15',18926,NULL),(21118,92,'0.7,ae581f22bad6d63f4e55582235c661c377a8729f','',536,0,'2013-12-09 08:00:00',18926,NULL),(21119,56,'','',558,0,'2013-12-06 17:40:15',18926,NULL),(21120,82,'','',558,0,'2013-12-06 17:40:15',18928,NULL),(21121,9,'','',558,0,'2013-12-06 17:55:29',18929,NULL),(21122,9,'','',558,0,'2013-12-06 17:58:15',18930,NULL),(21123,68,'7.4,-,-,46a00acb3f547a703d40366e4697bb396c6ab205','',535,0,'2013-12-06 08:00:00',18931,NULL),(21124,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,46a00acb3f547a703d40366e4697bb396c6ab205',', ',535,0,'2013-12-06 08:00:00',18933,NULL),(21125,22,'5,816e5329569aec331892f1d316a4d9d5655507f0','',537,0,'2013-12-06 08:00:00',18934,NULL),(21126,68,'4.7,-,-,816e5329569aec331892f1d316a4d9d5655507f0','',537,0,'2013-12-06 08:00:00',18934,NULL),(21127,9,'','',558,0,'2013-12-06 18:08:38',18934,NULL),(21128,35,'HAZY,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,816e5329569aec331892f1d316a4d9d5655507f0','',537,0,'2013-12-06 08:00:00',18936,NULL),(21129,21,'O,POSITIVE,bd8ba07cba79682189eac708119f05974fb54f0d','',552,0,'2013-12-06 08:00:00',18937,NULL),(21130,9,'','',558,0,'2013-12-06 18:12:19',18937,NULL),(21131,25,'NO DEFECT,bd8ba07cba79682189eac708119f05974fb54f0d','',552,0,'2013-12-06 08:00:00',18937,NULL),(21132,27,'NON-REACTIVE,-,NEGATIVE,bd8ba07cba79682189eac708119f05974fb54f0d','',552,0,'2013-12-06 08:00:00',18937,NULL),(21133,20,'NEGATIVE,bd8ba07cba79682189eac708119f05974fb54f0d','',552,0,'2013-12-06 08:00:00',18937,NULL),(21134,112,'NEGATIVE,bd8ba07cba79682189eac708119f05974fb54f0d','',552,0,'2013-12-06 08:00:00',18939,NULL),(21135,108,'NON - REACTIVE,bd8ba07cba79682189eac708119f05974fb54f0d','',552,0,'2013-12-06 08:00:00',18939,NULL),(21136,9,'','',558,0,'2013-12-06 18:17:48',18940,NULL),(21137,70,'','',558,0,'2013-12-06 18:17:48',18940,NULL),(21138,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0ee2aa187697c6443dbfe3531cb83c6c41a5942',', , Sperm cells(+)\n',535,0,'2013-12-06 08:00:00',18942,NULL),(21139,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,0ee2aa187697c6443dbfe3531cb83c6c41a5942c','',535,0,'2013-12-06 08:00:00',18945,NULL),(21140,211,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21141,60,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21142,57,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21143,133,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21144,130,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21145,131,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21146,132,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21147,56,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21148,65,'','',558,0,'2013-12-06 18:17:49',18949,NULL),(21149,9,'','',558,0,'2013-12-06 18:25:13',18950,NULL),(21150,223,'','',558,0,'2013-12-06 18:25:13',18950,NULL),(21151,82,'','',558,0,'2013-12-06 18:26:28',18951,NULL),(21152,9,'','',558,0,'2013-12-06 18:28:44',18952,NULL),(21153,19,'NEGATIVE,873bb1cee927dca2472223190a2986689b9a300d','',537,0,'2013-12-06 08:00:00',18952,NULL),(21154,35,'HAZY,STRAW,7.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,873bb1cee927dca2472223190a2986689b9a300d','',537,0,'2013-12-06 08:00:00',18954,NULL),(21155,107,'1/20,1/20,873bb1cee927dca2472223190a2986689b9a300d','',537,0,'2013-12-06 08:00:00',18957,NULL),(21156,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),,46ed31e492c7832144f58954b319b134ad96437e','',535,0,'2013-12-06 08:00:00',18958,NULL),(21157,9,'','',558,0,'2013-12-06 18:57:35',18959,NULL),(21158,57,'','',558,0,'2013-12-06 18:57:35',18961,NULL),(21159,133,'','',558,0,'2013-12-06 18:57:35',18961,NULL),(21160,131,'','',558,0,'2013-12-06 18:57:35',18961,NULL),(21161,56,'','',558,0,'2013-12-06 18:57:35',18961,NULL),(21162,9,'','',558,0,'2013-12-06 19:02:38',18962,NULL),(21163,11,'14.0,[$]14.0[/$],[$]1.0[/$],1.0,THERAPEUTIC : 2.0 - 4.0,8634b4c98e51a5dcd3b0117a305b46907313e40c','',537,0,'2013-12-06 08:00:00',18964,NULL),(21164,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,da3116ac20d1ee274b3fe2acbe3468e9b97',', ',535,0,'2013-12-06 08:00:00',18965,NULL),(21165,82,'','',558,0,'2013-12-06 19:06:12',18967,NULL),(21166,68,'','',558,0,'2013-12-06 19:06:12',18967,NULL),(21167,132,'','',558,0,'2013-12-06 19:06:12',18970,NULL),(21168,9,'','',558,0,'2013-12-06 19:12:26',18971,NULL),(21169,19,'NEGATIVE,311fb8161fe23b6a9ef8a05f3fbc727230045f90','',535,0,'2013-12-06 08:00:00',18971,NULL),(21170,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,16,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,46a00acb3f547a703d40366e4697bb396c6a','CLARITY:HAZY, SG:1.025, LEU:POSITIVE +++, PUS CELLS:16, EPITH. CELLS:10',535,0,'2013-12-06 19:21:23',18972,NULL),(21171,132,'','',558,0,'2013-12-06 19:20:59',18973,NULL),(21172,82,'','',558,0,'2013-12-06 19:20:59',18975,NULL),(21173,3,'2.0,0.6,8.3,d7e925d26368626618c5166ac942169d8f426d60','',552,0,'2013-12-12 08:00:00',18976,NULL),(21174,82,'','',558,0,'2013-12-06 19:27:30',18977,NULL),(21175,11,'25,[$]14[/$],[$]1.8[/$],1.97,THERAPEUTIC : 2.0 - 4.0,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-06 08:00:00',18977,NULL),(21176,39,'','',558,0,'2013-12-06 19:27:30',18979,NULL),(21177,99,'1.1,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-12 08:00:00',18982,NULL),(21178,100,'1.0,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-12 08:00:00',18982,NULL),(21179,3,'1.1,1.0,4.7,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-12 08:00:00',18982,NULL),(21180,101,'4.7,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-12 08:00:00',18982,NULL),(21181,9,'','',558,0,'2013-12-06 19:31:53',18983,NULL),(21182,18,'[$]NO MALARIA PARASITE SEEN[/$],-,985b12f1f5b799162f7d2b90e49bb0a6c1d00c0c','',537,0,'2013-12-06 08:00:00',18983,NULL),(21183,71,'NEGATIVE,,985b12f1f5b799162f7d2b90e49bb0a6c1d00c0c','',535,537,'2013-12-06 08:00:00',18985,'2013-12-06 12:44:08'),(21184,107,'1/20,1/20,985b12f1f5b799162f7d2b90e49bb0a6c1d00c0c','',537,0,'2013-12-06 08:00:00',18988,NULL),(21185,21,'','',558,0,'2013-12-06 19:49:19',18989,NULL),(21186,9,'','',558,0,'2013-12-06 19:49:19',18989,NULL),(21187,25,'','',558,0,'2013-12-06 19:49:19',18989,NULL),(21188,27,'','',558,0,'2013-12-06 19:49:19',18989,NULL),(21189,20,'','',558,0,'2013-12-06 19:49:19',18989,NULL),(21190,112,'','',558,0,'2013-12-06 19:49:19',18991,NULL),(21191,135,'[$]Candida spp[/$],8f7977f6b9f9139c88f077089e6f6faea417360b','',535,0,'2013-12-08 08:00:00',18992,NULL),(21192,134,'MANY,MODERATE,NOT SEEN,PRESENT ++,,8f7977f6b9f9139c88f077089e6f6faea417360b','',535,534,'2013-12-06 08:00:00',18992,'2013-12-17 12:46:49'),(21193,68,'','',558,0,'2013-12-06 20:01:36',18994,NULL),(21194,9,'','',558,0,'2013-12-06 20:08:24',18995,NULL),(21195,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9fde47655f241e103b3495d1b97e6ee1614f5d8e','',537,0,'2013-12-06 08:00:00',18995,NULL),(21196,9,'','',558,0,'2013-12-06 20:15:29',18996,NULL),(21197,21,'O,POSITIVE,94ce178b9531f60f9e74b9ab201965cc1febe495','',552,0,'2013-12-06 08:00:00',18997,NULL),(21198,9,'','',558,0,'2013-12-06 20:21:59',18997,NULL),(21199,25,'NO DEFECT,94ce178b9531f60f9e74b9ab201965cc1febe495','',552,0,'2013-12-06 08:00:00',18997,NULL),(21200,27,'NON-REACTIVE,-,NEGATIVE,94ce178b9531f60f9e74b9ab201965cc1febe495','',552,0,'2013-12-06 08:00:00',18997,NULL),(21201,20,'NEGATIVE,94ce178b9531f60f9e74b9ab201965cc1febe495','',552,0,'2013-12-06 08:00:00',18997,NULL),(21202,112,'NEGATIVE,94ce178b9531f60f9e74b9ab201965cc1febe495','',552,0,'2013-12-06 08:00:00',18999,NULL),(21203,9,'','',558,0,'2013-12-06 20:26:54',19000,NULL),(21204,18,'[$]no malaria parasites seen[/$],-,7aadbf58174cf42d3f3d986cf142fbeeaa571eda','',552,0,'2013-12-06 08:00:00',19000,NULL),(21205,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7aadbf58174cf42d3f3d986cf142fbeeaa571eda',', ',552,0,'2013-12-06 08:00:00',19002,NULL),(21206,107,'1/20,1/20,7aadbf58174cf42d3f3d986cf142fbeeaa571eda','',552,0,'2013-12-06 08:00:00',19005,NULL),(21207,22,'11,5261fed30e3812f45f7cb50bba02c11d2801a8b0','',552,0,'2013-12-06 08:00:00',19006,NULL),(21208,9,'','',558,0,'2013-12-06 20:30:20',19006,NULL),(21209,19,'NEGATIVE,5261fed30e3812f45f7cb50bba02c11d2801a8b0','',552,0,'2013-12-06 08:00:00',19006,NULL),(21210,18,'[$]no malaria parasites seen[/$],-,5261fed30e3812f45f7cb50bba02c11d2801a8b0','',552,0,'2013-12-06 08:00:00',19006,NULL),(21211,35,'','',558,0,'2013-12-06 20:30:20',19008,NULL),(21212,66,'','',558,0,'2013-12-06 20:30:20',19011,NULL),(21213,133,'','',558,0,'2013-12-06 20:30:20',19011,NULL),(21214,72,'','',558,0,'2013-12-06 20:30:20',19011,NULL),(21215,40,'[$][/$],79ba93c3770abe1d805fb285cb0657ffd40242f7','',552,0,'2013-12-06 08:00:00',19012,NULL),(21216,9,'','',558,0,'2013-12-06 20:55:00',19012,NULL),(21217,19,'NEGATIVE,79ba93c3770abe1d805fb285cb0657ffd40242f7','',552,0,'2013-12-06 08:00:00',19012,NULL),(21218,35,'','',558,0,'2013-12-06 20:55:01',19014,NULL),(21219,9,'','',558,0,'2013-12-06 20:57:37',19015,NULL),(21220,37,'','',558,0,'2013-12-06 20:57:38',19017,NULL),(21221,107,'1/20,1/80,e2aa109d879538d4291125ec1e785a0b978b3dcb','',552,0,'2013-12-06 08:00:00',19020,NULL),(21222,36,'','',558,0,'2013-12-06 21:00:16',19021,NULL),(21223,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,08d71ab66fc99ce1de746fcf38fb236fe4381a8',', ',535,0,'2013-12-06 08:00:00',19021,NULL),(21224,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+++),08d71ab66fc99ce1de746fcf38fb236fe4381a8e','',543,0,'2013-12-12 08:00:00',19023,NULL),(21225,22,'1,44bc5db821d00c5b6995e3f50b0a5074af4a8a5b','',552,0,'2013-12-06 08:00:00',19024,NULL),(21226,9,'','',558,0,'2013-12-06 21:04:03',19024,NULL),(21227,9,'','',558,0,'2013-12-06 21:08:29',19025,NULL); +INSERT INTO `test` VALUES (21228,18,'[$]NO MALARIA PARASITES SEEN[/$],-,86e59b538eec2cd9266b33f94acc7fc93d870261','',552,0,'2013-12-06 08:00:00',19025,NULL),(21229,9,'','',558,0,'2013-12-06 21:10:47',19026,NULL),(21230,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8f83d7809ebdafbd607d87f043364c45d21e28bf','',552,0,'2013-12-06 08:00:00',19026,NULL),(21231,9,'','',558,0,'2013-12-06 21:33:59',19027,NULL),(21232,19,'NEGATIVE,8762e1b0e940a7632e5282e857fe2645330618ac','',552,0,'2013-12-06 08:00:00',19027,NULL),(21233,16,'POSITIVE,8762e1b0e940a7632e5282e857fe2645330618ac','',552,0,'2013-12-06 08:00:00',19029,NULL),(21234,107,'1/20,1/20,8762e1b0e940a7632e5282e857fe2645330618ac','',552,0,'2013-12-06 08:00:00',19029,NULL),(21235,14,'','',558,0,'2013-12-06 21:34:00',19032,NULL),(21236,112,'NEGATIVE,c9a9228344df96645b97205c1445b7cba9882171','',552,0,'2013-12-06 08:00:00',19033,NULL),(21237,112,'NEGATIVE,8ad97decbc5a6d57bfec701a8a546d63cb620c4e','',552,0,'2013-12-06 08:00:00',19034,NULL),(21238,57,'','',558,0,'2013-12-06 21:42:37',19035,NULL),(21239,133,'','',558,0,'2013-12-06 21:42:37',19035,NULL),(21240,56,'','',558,0,'2013-12-06 21:42:37',19035,NULL),(21241,9,',,,,,,,,,,,,,,6c1694e1252e0cfabe77b45c8210d61409fb3ebb','',552,0,'2013-12-07 02:32:41',19036,NULL),(21242,28,'NEGATIVE,[$]AA[/$],,6c1694e1252e0cfabe77b45c8210d61409fb3ebb','',552,0,'2013-12-07 02:32:41',19036,NULL),(21243,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,6c1694e1252e0cfabe77b45c8210d61409fb3ebb',', ',535,0,'2013-12-06 08:00:00',19038,NULL),(21244,9,'','',558,0,'2013-12-06 21:59:22',19039,NULL),(21245,19,'NEGATIVE,8e3d3eddb60ad254c7169afaaa341618b81e7991','',552,0,'2013-12-06 08:00:00',19039,NULL),(21246,37,'','',558,0,'2013-12-06 21:59:22',19041,NULL),(21247,9,'','',558,0,'2013-12-06 22:01:07',19042,NULL),(21248,19,'NEGATIVE,9ff96be5badc828762b46e58d4b59bc8ac2a9bbd','',552,0,'2013-12-06 08:00:00',19042,NULL),(21249,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9ff96be5badc828762b46e58d4b59bc8ac2a9bbd','',552,0,'2013-12-06 08:00:00',19042,NULL),(21250,66,'','',558,0,'2013-12-06 22:02:44',19043,NULL),(21251,9,'','',558,0,'2013-12-06 22:08:36',19044,NULL),(21252,19,'NEGATIVE,89d10576f311826af485ea6e68081026794a5104','',552,0,'2013-12-06 08:00:00',19044,NULL),(21253,107,'1/20,1/20,89d10576f311826af485ea6e68081026794a5104','',552,0,'2013-12-06 08:00:00',19046,NULL),(21254,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,71be1eb275352fcb97036b5376b7e6cc4f38635a',', ',535,0,'2013-12-06 08:00:00',19047,NULL),(21255,9,'','',558,0,'2013-12-06 22:40:53',19048,NULL),(21256,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d402a050ffd2f3060decbf24dae8ed4e09aea7c6','',552,0,'2013-12-06 08:00:00',19048,NULL),(21257,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d402a050ffd2f3060decbf24dae8ed4e09aea7c',', ',535,0,'2013-12-06 08:00:00',19050,NULL),(21258,135,'[$]E. coli[/$],b6eb7a843de9ab486f89e32497cd7adcce7f844d','',536,0,'2013-12-16 08:00:00',19051,NULL),(21259,134,'MODERATE,MODERATE,NOT SEEN,NOT SEEN,,b6eb7a843de9ab486f89e32497cd7adcce7f844d','',536,0,'2013-12-16 08:00:00',19051,NULL),(21260,9,'','',558,0,'2013-12-06 22:55:59',19052,NULL),(21261,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ffa4a30b05c6325e64b691fec912029ff4eb934d','',552,0,'2013-12-06 08:00:00',19052,NULL),(21262,107,'1/20,1/20,ffa4a30b05c6325e64b691fec912029ff4eb934d','',552,0,'2013-12-06 08:00:00',19054,NULL),(21263,27,'NON-REACTIVE,-,NEGATIVE,7aadbf58174cf42d3f3d986cf142fbeeaa571eda','',552,0,'2013-12-06 08:00:00',19055,NULL),(21264,68,'','',558,0,'2013-12-07 00:00:37',19056,NULL),(21265,9,'','',558,0,'2013-12-07 00:00:37',19056,NULL),(21266,99,'','',558,0,'2013-12-07 00:00:37',19058,NULL),(21267,100,'','',558,0,'2013-12-07 00:00:37',19058,NULL),(21268,16,'POSITIVE,1e34e9cf12edc10c6249b94ce7846703c37debf0','',537,0,'2013-12-09 08:00:00',19058,NULL),(21269,132,'','',558,0,'2013-12-07 00:00:37',19058,NULL),(21270,3,'','',558,0,'2013-12-07 00:00:37',19058,NULL),(21271,101,'','',558,0,'2013-12-07 00:00:37',19058,NULL),(21272,14,'POSITIVE,1e34e9cf12edc10c6249b94ce7846703c37debf0','',555,0,'2013-12-09 08:00:00',19061,NULL),(21273,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,df432ced37f1f7015256a0022081c9ba2a3a166f',', ',535,0,'2013-12-06 08:00:00',19062,NULL),(21274,211,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21275,66,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21276,60,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21277,57,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21278,133,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21279,130,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21280,132,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21281,56,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21282,65,'','',558,0,'2013-12-07 00:28:53',19064,NULL),(21283,9,'','',558,0,'2013-12-07 00:41:35',19065,NULL),(21284,19,'NEGATIVE,dc36e4496f0933d1a0a6c87b974a08b6e9c08321','',552,0,'2013-12-06 08:00:00',19065,NULL),(21285,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dc36e4496f0933d1a0a6c87b974a08b6e9c08321','',552,0,'2013-12-06 08:00:00',19065,NULL),(21286,40,'[$][/$],f8272d723b0b1b52b087f0524360418a3747603d','',552,0,'2013-12-06 08:00:00',19066,NULL),(21287,9,'','',558,0,'2013-12-07 00:54:28',19066,NULL),(21288,27,'NON-REACTIVE,-,NEGATIVE,f8272d723b0b1b52b087f0524360418a3747603d','',552,0,'2013-12-06 08:00:00',19066,NULL),(21289,19,'NEGATIVE,f8272d723b0b1b52b087f0524360418a3747603d','',552,0,'2013-12-06 08:00:00',19066,NULL),(21290,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f8272d723b0b1b52b087f0524360418a3747603d','',552,0,'2013-12-06 08:00:00',19066,NULL),(21291,35,'','',558,0,'2013-12-07 00:54:28',19068,NULL),(21292,107,'1/20,1/320,f8272d723b0b1b52b087f0524360418a3747603d','',552,0,'2013-12-06 08:00:00',19071,NULL),(21293,9,'','',558,0,'2013-12-07 00:56:22',19072,NULL),(21294,9,'','',558,0,'2013-12-07 01:04:40',19073,NULL),(21295,19,'NEGATIVE,a88052f391c7ea6dc120ce44d0e0da0f6116a0b8','',534,0,'2013-12-07 08:00:00',19073,NULL),(21296,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a88052f391c7ea6dc120ce44d0e0da0f6116a0b8','',534,0,'2013-12-07 08:00:00',19073,NULL),(21297,71,'NEGATIVE,a88052f391c7ea6dc120ce44d0e0da0f6116a0b8','',534,0,'2013-12-07 08:00:00',19075,NULL),(21298,132,'','',558,0,'2013-12-07 01:04:40',19078,NULL),(21299,9,'','',558,0,'2013-12-07 01:08:49',19079,NULL),(21300,9,'','',558,0,'2013-12-07 01:19:46',19080,NULL),(21301,9,'','',558,0,'2013-12-07 02:02:56',19081,NULL),(21302,70,'','',558,0,'2013-12-07 02:02:56',19081,NULL),(21303,211,'','',558,0,'2013-12-07 02:02:57',19083,NULL),(21304,60,'','',558,0,'2013-12-07 02:02:57',19083,NULL),(21305,57,'','',558,0,'2013-12-07 02:02:57',19083,NULL),(21306,133,'','',558,0,'2013-12-07 02:02:57',19083,NULL),(21307,56,'','',558,0,'2013-12-07 02:02:57',19083,NULL),(21308,60,'','',558,0,'2013-12-07 02:08:06',19084,NULL),(21309,78,'','',558,0,'2013-12-07 02:08:06',19084,NULL),(21310,57,'','',558,0,'2013-12-07 02:08:06',19084,NULL),(21311,133,'','',558,0,'2013-12-07 02:08:06',19084,NULL),(21312,69,'','',558,0,'2013-12-07 02:08:06',19084,NULL),(21313,56,'','',558,0,'2013-12-07 02:08:06',19084,NULL),(21314,93,'','',558,0,'2013-12-07 02:08:06',19086,NULL),(21315,9,'','',558,0,'2013-12-07 02:11:01',19087,NULL),(21316,18,'[$]NO MALARIA PARASITES SEEN [/$],-,3ae0eb58762d659a8e9867b5fac912febb71ee29','',534,0,'2013-12-07 08:00:00',19087,NULL),(21317,132,'','',558,0,'2013-12-07 02:11:01',19089,NULL),(21318,107,'1/20,1/80,3ae0eb58762d659a8e9867b5fac912febb71ee29','',534,0,'2013-12-07 08:00:00',19089,NULL),(21319,9,'','',558,0,'2013-12-07 02:24:19',19090,NULL),(21320,9,'','',558,0,'2013-12-07 02:50:02',19091,NULL),(21321,37,'','',558,0,'2013-12-07 02:50:02',19093,NULL),(21322,211,'[$][/$],2a4d0d9455274adb995fb5dd8d7cb598326c852f','',552,0,'2013-12-06 08:00:00',19096,NULL),(21323,60,'','',558,0,'2013-12-07 02:50:02',19096,NULL),(21324,57,'','',558,0,'2013-12-07 02:50:02',19096,NULL),(21325,133,'','',558,0,'2013-12-07 02:50:02',19096,NULL),(21326,132,'','',558,0,'2013-12-07 02:50:02',19096,NULL),(21327,56,'','',558,0,'2013-12-07 02:50:02',19096,NULL),(21328,107,'1/20,1/20,2a4d0d9455274adb995fb5dd8d7cb598326c852f','',552,0,'2013-12-06 08:00:00',19096,NULL),(21329,222,'','',558,0,'2013-12-07 03:20:58',19097,NULL),(21330,222,'','',558,0,'2013-12-07 03:32:43',19098,NULL),(21331,19,'NEGATIVE,eb46ff38ad42f591219e95413fa8d179d8b7657c','',552,0,'2013-12-06 08:00:00',19098,NULL),(21332,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eb46ff38ad42f591219e95413fa8d179d8b7657c','',552,0,'2013-12-06 08:00:00',19098,NULL),(21333,107,'1/20,1/320,eb46ff38ad42f591219e95413fa8d179d8b7657c','',552,0,'2013-12-06 08:00:00',19100,NULL),(21334,222,'','',558,0,'2013-12-07 03:47:06',19101,NULL),(21335,35,'HAZY,AMBER,6.0,1.030,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,10,6,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f3cea25308d53b16520110b5d91584df760cda5e',', ',552,0,'2013-12-06 08:00:00',19103,NULL),(21336,222,'','',558,0,'2013-12-07 04:17:59',19104,NULL),(21337,35,'HAZY,STRAW,6.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,10e90fb25b978364bbbfc72cdd93f85300101838',', ',552,0,'2013-12-06 08:00:00',19106,NULL),(21338,222,'','',558,0,'2013-12-07 04:34:35',19107,NULL),(21339,18,'[$]NO MALARIA PARASITES SEEN[/$],-,72561f48fc9a5a80cecbe83ddda9d3fb2af05c90','',552,0,'2013-12-06 08:00:00',19107,NULL),(21340,107,'1/20,1/20,72561f48fc9a5a80cecbe83ddda9d3fb2af05c90','',552,0,'2013-12-06 08:00:00',19109,NULL),(21341,22,'8,f2b2eddc8d7456bad6bbfb7aa4a4cafef2125848','',552,0,'2013-12-06 08:00:00',19110,NULL),(21342,222,'','',558,0,'2013-12-07 04:48:09',19110,NULL),(21343,57,'','',558,0,'2013-12-07 04:54:15',19111,NULL),(21344,133,'','',558,0,'2013-12-07 04:54:15',19111,NULL),(21345,132,'','',558,0,'2013-12-07 04:54:15',19111,NULL),(21346,56,'','',558,0,'2013-12-07 04:54:15',19111,NULL),(21347,133,'','',558,0,'2013-12-07 04:57:12',19112,NULL),(21348,35,'','',558,0,'2013-12-07 04:57:12',19114,NULL),(21349,222,'','',558,0,'2013-12-07 04:59:59',19115,NULL),(21350,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5b74d70590699b920b97c7244decc8bade2aea34','',552,0,'2013-12-06 08:00:00',19115,NULL),(21351,222,'','',558,0,'2013-12-07 05:04:03',19116,NULL),(21352,19,'NEGATIVE,5b34583837dbfc5e150b3cfeca1dd34cf6a474ff','',552,0,'2013-12-06 08:00:00',19116,NULL),(21353,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5b34583837dbfc5e150b3cfeca1dd34cf6a474ff','',552,0,'2013-12-06 08:00:00',19116,NULL),(21354,107,'1/20,1/20,5b34583837dbfc5e150b3cfeca1dd34cf6a474ff','',552,0,'2013-12-06 08:00:00',19118,NULL),(21355,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5b34583837dbfc5e150b3cfeca1dd34cf6a474ff',', ',552,0,'2013-12-06 08:00:00',19121,NULL),(21356,222,'','',558,0,'2013-12-07 05:06:10',19122,NULL),(21357,19,'NEGATIVE,44357383463e8efe56e754d18241178aa47ea889','',552,0,'2013-12-06 08:00:00',19122,NULL),(21358,18,'[$]NO MALARIA PARASITES SEEN[/$],-,44357383463e8efe56e754d18241178aa47ea889','',552,0,'2013-12-06 08:00:00',19122,NULL),(21359,222,',,,,,,,,,,,,,,,,,88a21ef7a80c342fb04af89a1b2ed76e0441a487','',552,0,'2013-12-07 06:21:59',19123,NULL),(21360,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,88a21ef7a80c342fb04af89a1b2ed76e0441a487','',552,0,'2013-12-07 06:21:59',19123,NULL),(21361,35,'HAZY,STRAW,8.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,88a21ef7a80c342fb04af89a1b2ed76e0441a487',', , AMORPHOUS PHOSPHATE PRESENT',552,0,'2013-12-06 08:00:00',19125,NULL),(21362,222,'','',558,0,'2013-12-07 05:34:27',19126,NULL),(21363,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8f38f938202dd74ee2f23913e14b7f6dfbd7626a','',552,0,'2013-12-06 08:00:00',19126,NULL),(21364,222,'5.4,3.76,10.5,30.1,80.1,27.9,34.9,196,32.2,11.7,56.1,1.7,0.6,3.1,13.3,8.1,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',552,0,'2013-12-06 08:00:00',19127,NULL),(21365,18,'[$]no malaria parasites seen[/$],-,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',552,0,'2013-12-06 08:00:00',19127,NULL),(21366,35,'HAZY,STRAW,8.0,1.000,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,90fd5472921ae7276115d8ae89bc3d4f2168bd04',', , amorphous phosphate present',552,0,'2013-12-06 08:00:00',19129,NULL),(21367,222,'7.4,4.60,11.4,34.1,74.1,24.8,33.4,198,50.9,15.6,33.5,3.8,1.2,2.4,15.4,9.0,622adb08d49ba4ac4bf2a3d5701e9a2ee24f6b4e','',552,0,'2013-12-06 08:00:00',19130,NULL),(21368,18,'[$]no malaria parasites seen[/$],-,622adb08d49ba4ac4bf2a3d5701e9a2ee24f6b4e','',552,0,'2013-12-06 08:00:00',19130,NULL),(21369,37,'','',530,0,'2013-12-07 06:59:42',19132,NULL),(21370,222,'16.9,4.61,13.1,38.3,83.1,28.4,34.2,480,9.5,4.8,85.7,1.6,0.8,14.5,13.2,7.8,,e1e5c0d0c5dbf4c482b53903d36acea1151edd43','',546,546,'2013-12-07 10:22:53',19133,'2013-12-07 02:28:44'),(21371,18,'[$]no malaria parasites seen[/$],,,e1e5c0d0c5dbf4c482b53903d36acea1151edd43','',546,0,'2013-12-07 10:22:53',19133,NULL),(21372,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e1e5c0d0c5dbf4c482b53903d36acea1151edd43',' ',553,0,'2013-12-07 08:00:00',19135,NULL),(21373,107,'1/20,1/20,e1e5c0d0c5dbf4c482b53903d36acea1151edd43','',557,0,'2013-12-07 08:00:00',19136,NULL),(21374,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (++),e1e5c0d0c5dbf4c482b53903d36acea1151edd43','',553,0,'2013-12-07 08:00:00',19138,NULL),(21375,68,'5.4,NEGATIVE,NEGATIVE,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','',553,0,'2013-12-07 19:21:48',19139,NULL),(21376,222,',,,,,,,,,,,,,,,,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','',553,0,'2013-12-07 19:21:48',19139,NULL),(21377,25,'NO DEFECT,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','',553,0,'2013-12-07 19:21:48',19139,NULL),(21378,18,'[$]NO MALARIA PARASITES SEEN [/$],,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','',553,0,'2013-12-07 19:21:48',19139,NULL),(21379,113,'POSITIVE,,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','HEPATITIS Bs ANTIBODY:POSITIVE',553,0,'2013-12-07 19:22:52',19141,NULL),(21380,27,'NON-REACTIVE,-,NEGATIVE,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','HEPATITIS Bs ANTIBODY:POSITIVEHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-07 19:22:52',19141,NULL),(21381,108,'NON - REACTIVE,,e79ab84ef8c63de05d15794c4a5e5e7b6f2ed9b4','HEPATITIS Bs ANTIBODY:POSITIVEHIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-12-07 19:22:52',19141,NULL),(21382,131,'','',530,0,'2013-12-07 14:33:44',19142,NULL),(21383,68,'','',530,0,'2013-12-07 14:33:44',19144,NULL),(21384,222,'','',530,0,'2013-12-07 14:59:46',19145,NULL),(21385,18,'[$]NO MALARIA PARASITES SEEN [/$],-,00f67f73e08ad37fe05bac5be9d5c49954bf652b','',534,0,'2013-12-07 08:00:00',19145,NULL),(21386,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,00f67f73e08ad37fe05bac5be9d5c49954bf65',' ',534,0,'2013-12-07 08:00:00',19147,NULL),(21387,68,'7.6,-,-,2d56a9b231549d9e36114737eff520b3b433f3ce','',534,0,'2013-12-07 08:00:00',19148,NULL),(21388,77,'[$][/$],2d56a9b231549d9e36114737eff520b3b433f3ce','',534,0,'2013-12-07 08:00:00',19148,NULL),(21389,35,'CLEAR,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,2d56a9b231549d9e36114737eff520b3b433f3',', ',534,0,'2013-12-07 08:00:00',19150,NULL),(21390,222,'','',530,0,'2013-12-07 15:05:26',19151,NULL),(21391,131,'','',530,0,'2013-12-07 15:05:26',19153,NULL),(21392,222,'','',530,0,'2013-12-07 15:07:12',19154,NULL),(21393,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d8847da503c8796d0bc4f7028db57f9ab5962a84','',534,0,'2013-12-07 08:00:00',19154,NULL),(21394,222,'','',530,0,'2013-12-07 15:08:32',19155,NULL),(21395,68,'','',531,0,'2013-12-07 15:28:36',19156,NULL),(21396,9,'','',531,0,'2013-12-07 15:28:36',19156,NULL),(21397,57,'','',531,0,'2013-12-07 15:28:36',19158,NULL),(21398,133,'','',531,0,'2013-12-07 15:28:36',19158,NULL),(21399,131,'','',531,0,'2013-12-07 15:28:36',19158,NULL),(21400,132,'','',531,0,'2013-12-07 15:28:36',19158,NULL),(21401,56,'','',531,0,'2013-12-07 15:28:36',19158,NULL),(21402,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9aac26181b34bbce0919aac189cb2158bb87d2',', ',534,0,'2013-12-07 08:00:00',19161,NULL),(21403,68,'','',531,0,'2013-12-07 15:34:31',19162,NULL),(21404,9,'','',531,0,'2013-12-07 15:45:48',19163,NULL),(21405,128,'','',531,0,'2013-12-07 15:45:48',19165,NULL),(21406,68,'','',531,0,'2013-12-07 17:06:21',19166,NULL),(21407,57,'','',531,0,'2013-12-07 17:06:21',19168,NULL),(21408,133,'','',531,0,'2013-12-07 17:06:21',19168,NULL),(21409,132,'','',531,0,'2013-12-07 17:06:21',19168,NULL),(21410,56,'','',531,0,'2013-12-07 17:06:22',19168,NULL),(21411,16,'NEGATIVE,f186af44c1191f1c1558903bdcaee22ee674612d','',534,0,'2013-12-07 08:00:00',19169,NULL),(21412,3,'2.2,1.0,0.3,f186af44c1191f1c1558903bdcaee22ee674612d','',534,0,'2013-12-13 08:00:00',19169,NULL),(21413,14,'','',531,0,'2013-12-07 17:08:51',19171,NULL),(21414,132,'','',531,0,'2013-12-07 17:11:59',19172,NULL),(21415,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,819ea532b8a783d1a208e2160c415cd5900d2745','',534,0,'2013-12-07 08:00:00',19173,NULL),(21416,9,'','',531,0,'2013-12-07 17:24:16',19174,NULL),(21417,19,'NEGATIVE,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',534,0,'2013-12-07 08:00:00',19174,NULL),(21418,18,'[$]NO MALARIA PARASITES SEEN [/$],-,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',534,0,'2013-12-07 08:00:00',19174,NULL),(21419,107,'1/20,1/20,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',534,0,'2013-12-07 08:00:00',19176,NULL),(21420,71,'NEGATIVE,4e9a5164ee9a778cafa4170efd57dfb9c392c488','',534,0,'2013-12-07 08:00:00',19179,NULL),(21421,35,'HAZY,DEEP AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4e9a5164ee9a778cafa4170efd57dfb9c392','',534,0,'2013-12-07 08:00:00',19179,NULL),(21422,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,44bc5db821d00c5b6995e3f50b0a5074af4a8a5b','',534,0,'2013-12-07 08:00:00',19180,NULL),(21423,36,'Citrobacter species,f702c2bb57ed05a796aea63071dbdaa7bc4893f7','',555,0,'2013-12-10 08:00:00',19181,NULL),(21424,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN [/$],NOT SEEN,NOT SEEN,NOT SEEN,f702c2bb57ed05a796aea63071dbdaa7bc4893f7','',534,0,'2013-12-07 08:00:00',19181,NULL),(21425,132,'','',531,0,'2013-12-07 17:52:08',19182,NULL),(21426,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,2fc449f569196a011e2bf64615a0ebdba8695c39','',534,0,'2013-12-07 08:00:00',19183,NULL),(21427,36,'Coliforms,2fc449f569196a011e2bf64615a0ebdba8695c39','',534,0,'2013-12-07 08:00:00',19183,NULL),(21428,44,'NO FUNGAL ELEMENTS SEEN,17cf0537aeebf7236eb827b1b5b8343ffb49ed50','',552,0,'2013-12-08 08:00:00',19184,NULL),(21429,9,'','',531,0,'2013-12-07 18:19:00',19185,NULL),(21430,18,'[$]NO MALARIA PARASITES SEEN [/$],-,f24322af32db22ebaf43fe5c52ace541d2d72851','',534,0,'2013-12-07 08:00:00',19185,NULL),(21431,107,'1/20,1/20,f24322af32db22ebaf43fe5c52ace541d2d72851','',534,0,'2013-12-07 08:00:00',19187,NULL),(21432,22,'25,d74c5aff18cc7f7fa06f69c057d61f0889693e37','',534,0,'2013-12-07 08:00:00',19188,NULL),(21433,9,'','',531,0,'2013-12-07 18:31:18',19188,NULL),(21434,71,'POSITIVE,,d74c5aff18cc7f7fa06f69c057d61f0889693e37','U PTHCG:POSITIVE',553,0,'2013-12-07 19:30:10',19190,NULL),(21435,70,'7.9,700ec50f2bbc29c2d4bcc4bde688aaa7e4a53756','',555,0,'2013-12-07 08:00:00',19191,NULL),(21436,36,'No Bacteria Growth,8728c1d85d6db3a8bc7f196da6c8929661eefd37','',535,0,'2013-12-08 08:00:00',19192,NULL),(21437,35,'CLEAR,STRAW,5.5,1.030,POSITIVE (+++),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]HYALINE CAST PRESENT(+)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,b5194bc0259e483a','pH:5.5, SG:1.030, PRO:POSITIVE +++, KET:POSITIVE +++, EPITH. CELLS:2',553,0,'2013-12-07 19:28:35',19193,NULL),(21438,68,'6.3,NEGATIVE,NEGATIVE,,4af493219a1966d389759eba69b0500f4df40b52','',553,0,'2013-12-07 19:26:36',19194,NULL),(21439,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN [/$],[$]NOT SEEN [/$],NOT SEEN,NOT SEEN,NOT SEEN,,4af493219a1966d389759eba69b0500f4df40b52','SG:1.030',553,0,'2013-12-07 19:26:03',19196,NULL),(21440,68,'','',534,0,'2013-12-07 18:53:05',19197,NULL),(21441,22,'58,c0a1a3da3f3149be00f482198cf3f3838bd79959','',534,0,'2013-12-07 08:00:00',19198,NULL),(21442,9,'','',531,0,'2013-12-07 18:53:30',19198,NULL),(21443,19,'POSITIVE,c0a1a3da3f3149be00f482198cf3f3838bd79959','',534,0,'2013-12-07 08:00:00',19198,NULL),(21444,18,'[$]MALARIA PARASITES PRESENT (+)[/$],TROPHOZOITES,c0a1a3da3f3149be00f482198cf3f3838bd79959','',534,0,'2013-12-07 08:00:00',19198,NULL),(21445,35,'HAZY,AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,16,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c0a1a3da3f3149be00f482198cf3f3838bd79959',' ',555,0,'2013-12-07 08:00:00',19200,NULL),(21446,68,'16.4,POSITIVE (+++),-,0ee2aa187697c6443dbfe3531cb83c6c41a5942c','',534,0,'2013-12-07 08:00:00',19201,NULL),(21447,9,'','',531,0,'2013-12-07 18:55:30',19202,NULL),(21448,18,'[$]NO MALARIA PARASITES SEEN [/$],-,4e21968333393925b401b3d6463ba740fcc168ab','',534,0,'2013-12-07 08:00:00',19202,NULL),(21449,68,'7.9,NEGATIVE,NEGATIVE,700ec50f2bbc29c2d4bcc4bde688aaa7e4a53756','',555,0,'2013-12-07 08:00:00',19203,NULL),(21450,40,'[$][/$],928e726040059b84eb173ae8870a0d573023546b','',552,0,'2013-12-09 08:00:00',19204,NULL),(21451,21,'O,POSITIVE,928e726040059b84eb173ae8870a0d573023546b','',534,0,'2013-12-07 08:00:00',19204,NULL),(21452,9,'','',531,0,'2013-12-07 18:58:13',19204,NULL),(21453,28,'POSITIVE,[$]AS[/$],928e726040059b84eb173ae8870a0d573023546b','',552,0,'2013-12-09 08:00:00',19204,NULL),(21454,18,'[$]NO MALARIA PARASITES SEEN [/$],-,928e726040059b84eb173ae8870a0d573023546b','',534,0,'2013-12-07 08:00:00',19204,NULL),(21455,36,'No Bacteria Growth,928e726040059b84eb173ae8870a0d573023546b','',535,0,'2013-12-08 08:00:00',19206,NULL),(21456,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,928e726040059b84eb173ae8870a0d573023546b',', ',553,0,'2013-12-07 08:00:00',19206,NULL),(21457,57,'','',531,0,'2013-12-07 19:03:58',19207,NULL),(21458,133,'','',531,0,'2013-12-07 19:03:58',19207,NULL),(21459,56,'','',531,0,'2013-12-07 19:03:58',19207,NULL),(21460,107,'1/20,1/80,e62d8bbeab33d15858727a56e16d8c7c03934f90','',555,0,'2013-12-07 08:00:00',19207,NULL),(21461,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e62d8bbeab33d15858727a56e16d8c7c03934f',' ',555,0,'2013-12-07 08:00:00',19209,NULL),(21462,18,'[$]NO MALARIA PARASITES SEEN [/$],-,3cc8e7fb8e946b6ee813efa684ffad6dfd3344f5','',534,0,'2013-12-07 08:00:00',19210,NULL),(21463,6,'0.38,3cc8e7fb8e946b6ee813efa684ffad6dfd3344f5','',536,0,'2013-12-09 08:00:00',19212,NULL),(21464,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3cc8e7fb8e946b6ee813efa684ffad6dfd3344f5',' ',555,0,'2013-12-07 08:00:00',19215,NULL),(21465,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f7a698bb9c61c7c9f4efb19e80d4057269646817',' ',555,0,'2013-12-07 08:00:00',19216,NULL),(21466,9,'','',531,0,'2013-12-07 19:53:57',19217,NULL),(21467,19,'POSITIVE,09af2baf00a15eba566b3515aa282c217ed0540f','',534,0,'2013-12-07 08:00:00',19217,NULL),(21468,18,'[$] MALARIA PARASITES PRESENT (+)[/$],TROPHOZOITES,09af2baf00a15eba566b3515aa282c217ed0540f','',534,0,'2013-12-07 08:00:00',19217,NULL),(21469,57,'','',531,0,'2013-12-07 19:53:58',19219,NULL),(21470,133,'','',531,0,'2013-12-07 19:53:58',19219,NULL),(21471,131,'','',531,0,'2013-12-07 19:53:58',19219,NULL),(21472,56,'','',531,0,'2013-12-07 19:53:58',19219,NULL),(21473,65,'','',531,0,'2013-12-07 19:53:58',19219,NULL),(21474,9,'','',531,0,'2013-12-07 19:57:44',19220,NULL),(21475,9,',,,,,,,,,,,,,,c8773dda8fffb1df1a1f01f1dd0f178724c31197','',553,0,'2013-12-07 22:37:01',19221,NULL),(21476,18,'[$]NO MALARIA PARASITES SEEN [/$],-,,c8773dda8fffb1df1a1f01f1dd0f178724c31197','',553,0,'2013-12-07 22:37:01',19221,NULL),(21477,35,'','',531,0,'2013-12-07 20:02:07',19223,NULL),(21478,57,'','',531,0,'2013-12-07 20:04:06',19224,NULL),(21479,133,'','',531,0,'2013-12-07 20:04:06',19224,NULL),(21480,56,'','',531,0,'2013-12-07 20:04:06',19224,NULL),(21481,9,'','',531,0,'2013-12-07 20:06:35',19225,NULL),(21482,11,'17.0,[$]14.0[/$],[$]1.2[/$],1.2,THERAPEUTIC : 2.0 - 4.0,b4cfeb95bdf2f20eabc9f361d9ea83aa2a401400','',534,0,'2013-12-07 08:00:00',19226,NULL),(21483,9,'','',531,0,'2013-12-07 20:19:53',19227,NULL),(21484,9,',,,,,,,,,,,,,,ccc726277fa511a1f2341bdce5c95195d1cce36c','',553,0,'2013-12-07 21:20:37',19228,NULL),(21485,19,'NEGATIVE,,ccc726277fa511a1f2341bdce5c95195d1cce36c','',553,0,'2013-12-07 21:20:37',19228,NULL),(21486,18,'[$]NO MALARIA PARASITES SEEN [/$],,,ccc726277fa511a1f2341bdce5c95195d1cce36c','',553,0,'2013-12-07 21:20:37',19228,NULL),(21487,35,'','',531,0,'2013-12-07 20:42:54',19230,NULL),(21488,20,'POSITIVE,928e726040059b84eb173ae8870a0d573023546b','',534,0,'2013-12-07 08:00:00',19231,NULL),(21489,22,'1,,70d222614df3506b725bfcded8197c4415bebd58','',553,0,'2013-12-07 22:33:50',19232,NULL),(21490,9,',,,,,,,,,,,,,,70d222614df3506b725bfcded8197c4415bebd58','',553,0,'2013-12-07 22:33:50',19232,NULL),(21491,19,'NEGATIVE,,70d222614df3506b725bfcded8197c4415bebd58','',553,0,'2013-12-07 22:33:50',19232,NULL),(21492,18,'[$]NO MALARIA PARASITES SEEN [/$],-,,70d222614df3506b725bfcded8197c4415bebd58','',553,0,'2013-12-07 22:33:51',19232,NULL),(21493,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,PRESENT (+),NOT SEEN,,70d222614df3506b725bfcded81','CLARITY:HAZY, COLOUR:LIGHT AMBER, SG:1.030, PRO:POSITIVE +, KET:POSITIVE +, EPITH. CELLS:6, YEAST CELLS:PRESENT +',553,0,'2013-12-07 22:28:41',19234,NULL),(21494,16,'NEGATIVE,,988b58c3b0a05e247c19a3510bcc07d0995fa45d','',553,0,'2013-12-07 22:35:36',19235,NULL),(21495,14,'','',531,0,'2013-12-07 21:16:42',19237,NULL),(21496,3,'1.6,0.8,1.5,f48abc3fb066f5f04b9532f999b391b182abad34','',534,0,'2013-12-13 08:00:00',19238,NULL),(21497,3,'0.8,0.8,2.2,ccc726277fa511a1f2341bdce5c95195d1cce36c','',534,0,'2013-12-13 08:00:00',19239,NULL),(21498,9,'','',531,0,'2013-12-07 22:39:48',19240,NULL),(21499,19,'NEGATIVE,d8847da503c8796d0bc4f7028db57f9ab5962a84','',555,0,'2013-12-07 08:00:00',19240,NULL),(21500,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d8847da503c8796d0bc4f7028db57f9ab5962a84','',555,0,'2013-12-07 08:00:00',19240,NULL),(21501,35,'','',531,0,'2013-12-07 22:39:48',19242,NULL),(21502,9,'','',531,0,'2013-12-07 22:48:05',19243,NULL),(21503,71,'POSITIVE,b9a49a186d23d6d6462245da00a869b9ed6a2222','',555,0,'2013-12-07 08:00:00',19244,NULL),(21504,3,'1.5,1.0,2.0,4f514cd12252739e082d001adcad49c6ad156098','',534,0,'2013-12-13 08:00:00',19245,NULL),(21505,9,'','',531,0,'2013-12-07 22:59:14',19246,NULL),(21506,19,'NEGATIVE,d6bbcdb9dd0fce6614e98050f26942734b2dd856','',555,0,'2013-12-07 08:00:00',19246,NULL),(21507,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d6bbcdb9dd0fce6614e98050f26942734b2dd856','',555,0,'2013-12-07 08:00:00',19246,NULL),(21508,68,'','',531,0,'2013-12-07 23:13:14',19247,NULL),(21509,9,'','',531,0,'2013-12-07 23:13:14',19247,NULL),(21510,57,'','',531,0,'2013-12-07 23:13:14',19249,NULL),(21511,133,'','',531,0,'2013-12-07 23:13:14',19249,NULL),(21512,132,'','',531,0,'2013-12-07 23:13:14',19249,NULL),(21513,56,'','',531,0,'2013-12-07 23:13:14',19249,NULL),(21514,9,'','',531,0,'2013-12-07 23:16:30',19250,NULL),(21515,21,'A,POSITIVE,,9f5ce682d46e3f587147b0a3f99792931001edbc','',553,0,'2013-12-08 00:33:56',19251,NULL),(21516,9,',,,,,,,,,,,,,,9f5ce682d46e3f587147b0a3f99792931001edbc','',553,0,'2013-12-08 00:33:56',19251,NULL),(21517,25,'NO DEFECT,,9f5ce682d46e3f587147b0a3f99792931001edbc','',553,0,'2013-12-08 00:33:56',19251,NULL),(21518,20,'NEGATIVE,,9f5ce682d46e3f587147b0a3f99792931001edbc','',553,0,'2013-12-08 00:33:56',19251,NULL),(21519,113,'NEGATIVE,,,9f5ce682d46e3f587147b0a3f99792931001edbc','',553,0,'2013-12-08 00:33:00',19253,NULL),(21520,27,'NON-REACTIVE,-,NEGATIVE,,9f5ce682d46e3f587147b0a3f99792931001edbc','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-08 00:33:00',19253,NULL),(21521,108,'NON - REACTIVE,,9f5ce682d46e3f587147b0a3f99792931001edbc','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-12-08 00:33:00',19253,NULL),(21522,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,9f5ce682d46e3f587147b0a3f99792931001edbc','CLARITY:HAZY, pH:6.0, SG:1.030, BLD:TRACE, EPITH. CELLS:6, RBC:4',553,0,'2013-12-08 00:31:55',19256,NULL),(21523,37,'','',531,0,'2013-12-07 23:21:17',19260,NULL),(21524,9,'','',531,0,'2013-12-07 23:34:37',19261,NULL),(21525,70,'8.8,f19f37eb55c346559f96f54470f2d7f41f4862df','',555,0,'2013-12-07 08:00:00',19261,NULL),(21526,71,'POSITIVE,f19f37eb55c346559f96f54470f2d7f41f4862df','',555,0,'2013-12-07 08:00:00',19263,NULL),(21527,22,'25,3861f64f40d1ec421a6855601796cf75a47830b2','',555,0,'2013-12-07 08:00:00',19264,NULL),(21528,9,'','',531,0,'2013-12-07 23:45:11',19264,NULL),(21529,19,'NEGATIVE,3861f64f40d1ec421a6855601796cf75a47830b2','',555,0,'2013-12-07 08:00:00',19264,NULL),(21530,22,'1,259db0fb58eb671e3ebba1219ddf1102e5dcce28','',555,0,'2013-12-07 08:00:00',19265,NULL),(21531,9,'','',531,0,'2013-12-07 23:58:55',19265,NULL),(21532,19,'NEGATIVE,259db0fb58eb671e3ebba1219ddf1102e5dcce28','',555,0,'2013-12-07 08:00:00',19265,NULL),(21533,18,'[$]NO MALARIA PARASITE SEEN[/$],-,259db0fb58eb671e3ebba1219ddf1102e5dcce28','',555,0,'2013-12-07 08:00:00',19265,NULL),(21534,35,'','',531,0,'2013-12-07 23:58:55',19267,NULL),(21535,22,'1,a9813059059cc7aa9f2b7a9a2631ec634db46e7c','',555,0,'2013-12-07 08:00:00',19268,NULL),(21536,9,'','',555,0,'2013-12-08 00:07:42',19268,NULL),(21537,19,'NEGATIVE,a9813059059cc7aa9f2b7a9a2631ec634db46e7c','',555,0,'2013-12-07 08:00:00',19268,NULL),(21538,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a9813059059cc7aa9f2b7a9a2631ec634db46e7c','',555,0,'2013-12-07 08:00:00',19268,NULL),(21539,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,a9813059059cc7aa9f2b7a9a2631',' ',555,0,'2013-12-07 08:00:00',19270,NULL),(21540,40,'','',531,0,'2013-12-08 00:18:14',19271,NULL),(21541,36,'','',531,0,'2013-12-08 00:18:14',19273,NULL),(21542,35,'','',531,0,'2013-12-08 00:18:14',19273,NULL),(21543,9,'','',531,0,'2013-12-08 00:19:38',19274,NULL),(21544,21,'O,POSITIVE,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',537,0,'2013-12-09 08:00:00',19275,NULL),(21545,25,'NO DEFECT,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',537,0,'2013-12-09 08:00:00',19275,NULL),(21546,27,'NON-REACTIVE,-,NEGATIVE,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',537,0,'2013-12-09 08:00:00',19275,NULL),(21547,20,'NEGATIVE,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',537,0,'2013-12-09 08:00:00',19275,NULL),(21548,112,'NEGATIVE,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',537,0,'2013-12-09 08:00:00',19277,NULL),(21549,108,'NON - REACTIVE,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',537,0,'2013-12-09 08:00:00',19277,NULL),(21550,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,90fd5472921ae7276115d8ae89bc3d4f2168bd','',555,0,'2013-12-09 08:00:00',19280,NULL),(21551,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,90fd5472921ae7276115d8ae89bc3d4f2168bd04','',555,0,'2013-12-09 08:00:00',19284,NULL),(21552,225,'','',531,0,'2013-12-08 00:30:08',19285,NULL),(21553,9,'','',531,0,'2013-12-08 00:33:15',19286,NULL),(21554,19,'NEGATIVE,3175142940d49da920d67d6680b9be48af763cb7','',555,0,'2013-12-07 08:00:00',19286,NULL),(21555,36,'No Bacteria Growth,548861f82ec7660c8851c2833895f7e020c028eb','',535,0,'2013-12-08 08:00:00',19287,NULL),(21556,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,548861f82ec7660c8851c2833895f7e020c028eb',', ',553,0,'2013-12-07 08:00:00',19287,NULL),(21557,9,'','',531,0,'2013-12-08 00:55:36',19288,NULL),(21558,19,'NEGATIVE,030fc5e808dbab01021cbcce2a7501eeb0710c6e','',555,0,'2013-12-07 08:00:00',19288,NULL),(21559,107,'1/20,1/20,030fc5e808dbab01021cbcce2a7501eeb0710c6e','',555,0,'2013-12-07 08:00:00',19290,NULL),(21560,9,'','',531,0,'2013-12-08 01:13:25',19291,NULL),(21561,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4d3fce3e61dbe76403197a728f6c4c22b61b3949','',555,0,'2013-12-07 08:00:00',19291,NULL),(21562,57,'','',531,0,'2013-12-08 01:13:25',19293,NULL),(21563,133,'','',531,0,'2013-12-08 01:13:25',19293,NULL),(21564,56,'','',531,0,'2013-12-08 01:13:25',19293,NULL),(21565,36,'No Bacteria Growth,4d3fce3e61dbe76403197a728f6c4c22b61b3949','',534,0,'2013-12-09 08:00:00',19296,NULL),(21566,35,'CLEAR,LIGHT AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,2,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4d3fce3e61dbe76403197a728f6c4c22b6',' ',555,0,'2013-12-07 08:00:00',19296,NULL),(21567,9,'','',531,0,'2013-12-08 01:30:46',19297,NULL),(21568,19,'NEGATIVE,5845c4775e93619a196c8e60ea27b12207846562','',555,0,'2013-12-07 08:00:00',19297,NULL),(21569,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5845c4775e93619a196c8e60ea27b12207846562','',555,0,'2013-12-07 08:00:00',19297,NULL),(21570,37,'','',531,0,'2013-12-08 01:30:46',19299,NULL),(21571,9,'','',531,0,'2013-12-08 01:34:47',19300,NULL),(21572,19,'NEGATIVE,82a223b4fb93cb2c3afc446942c8a06f047f0e82','',555,0,'2013-12-07 08:00:00',19300,NULL),(21573,18,'[$]NO MALARIA PARASITE SEEN[/$],-,82a223b4fb93cb2c3afc446942c8a06f047f0e82','',555,0,'2013-12-07 08:00:00',19300,NULL),(21574,107,'1/20,1/20,82a223b4fb93cb2c3afc446942c8a06f047f0e82','',555,0,'2013-12-07 08:00:00',19302,NULL),(21575,9,'','',531,0,'2013-12-08 01:37:12',19303,NULL),(21576,19,'NEGATIVE,aa1cf9c4ee5690ea0d3df48190be81fde1165a9b','',555,0,'2013-12-07 08:00:00',19303,NULL),(21577,18,'[$]NO MALARIA PARASITE SEEN[/$],-,aa1cf9c4ee5690ea0d3df48190be81fde1165a9b','',555,0,'2013-12-07 08:00:00',19303,NULL),(21578,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,12,2,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,aa1cf9c4ee5690ea0d3df48190be81fde1165a9b','',555,0,'2013-12-07 08:00:00',19305,NULL),(21579,9,'','',531,0,'2013-12-08 01:39:36',19306,NULL),(21580,19,'NEGATIVE,0ebf8ad912e844048d6b9bfaed7ccdaf1df59ec0','',555,0,'2013-12-07 08:00:00',19306,NULL),(21581,37,'','',531,0,'2013-12-08 01:39:37',19308,NULL),(21582,135,'[$]NO PATHOGEN ISOLATED[/$],ed312ab7be7b94757778ebbc08082c50281b645d','',534,0,'2013-12-09 08:00:00',19309,NULL),(21583,134,'SCANTY,FEW,NOT SEEN,NOT SEEN,,ed312ab7be7b94757778ebbc08082c50281b645d','',555,0,'2013-12-07 08:00:00',19309,NULL),(21584,9,'','',531,0,'2013-12-08 01:46:21',19310,NULL),(21585,28,'NEGATIVE,[$]AA[/$],bfb263dbff4af6b1ae7e40e4bb0d5ea26d7b3787','',552,0,'2013-12-09 08:00:00',19310,NULL),(21586,27,'NON-REACTIVE,-,NEGATIVE,bfb263dbff4af6b1ae7e40e4bb0d5ea26d7b3787','',555,0,'2013-12-07 08:00:00',19310,NULL),(21587,22,'15,02d4bc43c39ef3d85ffc3aedba9a38c807f52772','',557,0,'2013-12-07 08:00:00',19311,NULL),(21588,9,'9.1,5.76,15.0,43.8,76.0,26.0,34.0,198,25.3,13.0,61.7,2.3,0.6,02d4bc43c39ef3d85ffc3aedba9a38c807f52772','',557,0,'2013-12-10 08:00:00',19311,NULL),(21589,19,'NEGATIVE,02d4bc43c39ef3d85ffc3aedba9a38c807f52772','',557,0,'2013-12-07 08:00:00',19311,NULL),(21590,9,',,,,,,,,,,,,,,9addb12a282521169b5cb376a4a30592824aa5d6','',555,0,'2013-12-08 03:30:50',19312,NULL),(21591,18,'[$]NO MALARIA PARASITE SEEN[/$],,,9addb12a282521169b5cb376a4a30592824aa5d6','',555,0,'2013-12-08 03:30:50',19312,NULL),(21592,16,'','',531,0,'2013-12-08 02:36:51',19313,NULL),(21593,6,'1.70,42256cb86d09fa4d32089b24ec369edcdaa557fc','',534,0,'2013-12-11 08:00:00',19315,NULL),(21594,14,'','',531,0,'2013-12-08 02:36:52',19318,NULL),(21595,36,'','',531,0,'2013-12-08 02:50:34',19319,NULL),(21596,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+),NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,378edf28c45632cc6d205cfe6787b40b72b11db0',', ',534,0,'2013-12-09 08:00:00',19319,NULL),(21597,9,'5.9,4.27,12.0,35.7,83.6,28.1,33.6,336,41.2,7.3,51.5,4.5,0.5,4c930147acbced8decdd9d7885ac6637c43f860c','',557,0,'2013-12-07 08:00:00',19320,NULL),(21598,36,'Mixed Growth, Please repeat,4c930147acbced8decdd9d7885ac6637c43f860c','',534,0,'2013-12-09 08:00:00',19322,NULL),(21599,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,2,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4c930147acbced8decdd9d7885ac6637c',', ',557,0,'2013-12-07 08:00:00',19322,NULL),(21600,36,'No Significant Bacteria Growth,,c07f24ff62a2591baa11f301ba1d8f181264f1ea','ISOLATES:No Significant Bacteria Growth',534,0,'2013-12-10 23:59:02',19323,NULL),(21601,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,1,0,,,,NOT SEEN,NOT SEEN,,c07f24ff62a2591baa11f301ba1d8f181264f1ea','ISOLATES:No Significant Bacteria Grow',557,534,'2013-12-07 08:00:00',19323,'2013-12-10 15:59:02'),(21602,22,'45,b17a98201c2449fc88c1d084b2841348cc78e78d','',557,0,'2013-12-07 08:00:00',19324,NULL),(21603,9,'4.7,5.79,17.9,50.4,87.0,30.9,35.5,246,33.0,6.2,58.8,1.6,04,b17a98201c2449fc88c1d084b2841348cc78e78d','',557,0,'2013-12-07 08:00:00',19324,NULL),(21604,22,'15,ebfaebf378cca926865024acc465c22c3561f923','\n',546,0,'2013-12-07 08:00:00',19325,NULL),(21605,9,'5.3,4.49,11.4,35.4,78.8,25.4,32.2,373,26.4,10.3,55.6,8.0,1.0,ebfaebf378cca926865024acc465c22c3561f923','',546,0,'2013-12-07 08:00:00',19325,NULL),(21606,19,'NEGATIVE,ebfaebf378cca926865024acc465c22c3561f923','',546,0,'2013-12-07 08:00:00',19325,NULL),(21607,211,'','',558,0,'2013-12-08 03:22:14',19326,NULL),(21608,60,'','',558,0,'2013-12-08 03:22:14',19326,NULL),(21609,57,'','',558,0,'2013-12-08 03:22:14',19326,NULL),(21610,133,'','',558,0,'2013-12-08 03:22:14',19326,NULL),(21611,56,'','',558,0,'2013-12-08 03:22:14',19326,NULL),(21612,100,'1.1,,4f78143d68e4ff94c06c649a6d70960a642d19e5','',534,541,'2013-12-13 08:00:00',19327,'2013-12-13 17:21:43'),(21613,91,'8.9,FEMALE (3.24 - 29.10),,4f78143d68e4ff94c06c649a6d70960a642d19e5','',541,0,'2013-12-14 01:21:43',19327,NULL),(21614,101,'1.4,,4f78143d68e4ff94c06c649a6d70960a642d19e5','',534,541,'2013-12-13 08:00:00',19327,'2013-12-13 17:21:44'),(21615,222,'16.8,3.26,6.0,19.2,58.9,18.4,31.3,604,15.3,6.1,78.6,2.6,1.0,13.2,21.7,-,,3d99bd0d040d3c6878407a7339a19131d9628d8f','',546,0,'2013-12-08 05:12:19',19328,NULL),(21616,223,',,3d99bd0d040d3c6878407a7339a19131d9628d8f','',546,0,'2013-12-08 05:12:19',19328,NULL),(21617,28,'NEGATIVE,,,3d99bd0d040d3c6878407a7339a19131d9628d8f','',546,0,'2013-12-08 05:12:19',19328,NULL),(21618,36,'No Bacteria Growth,,3d99bd0d040d3c6878407a7339a19131d9628d8f','',546,0,'2013-12-08 05:14:54',19330,NULL),(21619,35,'HAZY,STRAW,5.0,1.020,TRACE,POSITIVE (+++),NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NORMAL,12,2,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,3d99bd0d040d3c6878407a7339a19131d96','CLARITY:HAZY, SG:1.020, PRO:TRACE, GLU:POSITIVE +++, BLD:POSITIVE +++, LEU:TRACE, PUS CELLS:12, EPITH. CELLS:2, RBC:30',546,0,'2013-12-08 05:14:54',19330,NULL),(21620,57,'','',558,0,'2013-12-08 03:52:26',19333,NULL),(21621,133,'','',558,0,'2013-12-08 03:52:26',19333,NULL),(21622,56,'','',558,0,'2013-12-08 03:52:26',19333,NULL),(21623,57,'','',558,0,'2013-12-08 04:01:07',19334,NULL),(21624,133,'','',558,0,'2013-12-08 04:01:07',19334,NULL),(21625,131,'','',558,0,'2013-12-08 04:01:07',19334,NULL),(21626,56,'','',558,0,'2013-12-08 04:01:07',19334,NULL),(21627,57,'','',558,0,'2013-12-08 04:03:55',19335,NULL),(21628,133,'','',558,0,'2013-12-08 04:03:55',19335,NULL),(21629,56,'','',558,0,'2013-12-08 04:03:55',19335,NULL),(21630,222,'7.3,3.95,10.4,30.7,77.7,26.3,33.9,421,46.5,21.4,32.1,3.4,1.6,2.3,13.8,7.3,3b87bf6a992c7f80d8b571770071852869906c29','',546,0,'2013-12-07 08:00:00',19336,NULL),(21631,19,'NEGATIVE,3b87bf6a992c7f80d8b571770071852869906c29','',546,0,'2013-12-07 08:00:00',19336,NULL),(21632,36,'','',558,0,'2013-12-08 05:01:17',19337,NULL),(21633,222,'10.8,4.64,13.7,38.3,82.5,29.5,35.8,327,46.1,6.6,47.3,5.0,0.7,5.1,13.8,9.0,1005c2acb519b7dd7c398e67b4cd0e23794c51b0','',557,0,'2013-12-08 08:00:00',19338,NULL),(21634,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1005c2acb519b7dd7c398e67b4cd0e23794c51b0','',557,0,'2013-12-08 08:00:00',19338,NULL),(21635,222,'8.5,4.71,13.8,38.7,82.2,29.3,35.7,324,39.9,2.8,57.3,3.4,0.2,4.9,13.6,9.0,b49357e5605a4852963151a33073d99ca98e5269','',557,0,'2013-12-08 08:00:00',19339,NULL),(21636,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,1,10,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b49357e5605a4852963151a33073d99ca98e5269',', ',557,0,'2013-12-08 08:00:00',19341,NULL),(21637,222,'6.2,5.39,12.6,38.2,70.9,23.4,33.0,274,29.2,10.1,60.7,1.8,0.6,3.8,14.4,9.0,16c3c51412212dc5a9b19881453d31483a73740d','',557,0,'2013-12-08 08:00:00',19342,NULL),(21638,18,'[$]no malaria parasites seen[/$],-,16c3c51412212dc5a9b19881453d31483a73740d','',557,0,'2013-12-08 08:00:00',19342,NULL),(21639,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,16c3c51412212dc5a9b19881453d31483a73740d',', ',557,0,'2013-12-08 08:00:00',19344,NULL),(21640,222,'17.4,5.49,15.0,44.9,81.8,27.3,33.4,445,19.2,11.0,69.8,3.3,1.9,12.2,14.9,10.4,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',557,0,'2013-12-08 08:00:00',19345,NULL),(21641,57,'','',558,0,'2013-12-08 13:18:56',19347,NULL),(21642,133,'','',558,0,'2013-12-08 13:18:56',19347,NULL),(21643,16,'NEGATIVE,2eb5f85eafd1b9c70df5fe8c5d5329aea4caa45b','',557,0,'2013-12-08 08:00:00',19347,NULL),(21644,14,'','',558,0,'2013-12-08 13:18:56',19350,NULL),(21645,222,'6.0,5.15,16.0,44.7,86.8,31.3,35.8,316,28.1,9.2,62.7,1.7,0.6,3.7,12.6,7.7,9346ffff57aae79288a893fecca51dc240d1e0fd','',557,0,'2013-12-08 08:00:00',19351,NULL),(21646,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (++),9346ffff57aae79288a893fecca51dc240d1e0fd','',557,0,'2013-12-08 08:00:00',19353,NULL),(21647,107,'1/20,1/160,9346ffff57aae79288a893fecca51dc240d1e0fd','',557,0,'2013-12-08 08:00:00',19356,NULL),(21648,77,'','',558,0,'2013-12-08 14:38:48',19357,NULL),(21649,218,'','',558,0,'2013-12-08 14:38:48',19357,NULL),(21650,222,'','',558,0,'2013-12-08 15:11:24',19358,NULL),(21651,77,'','',558,0,'2013-12-08 15:11:24',19358,NULL),(21652,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d0a8d171e9bbe53a61b9b0ae63f6d6605d60e58a',', ',535,0,'2013-12-08 08:00:00',19360,NULL),(21653,132,'','',558,0,'2013-12-08 15:11:24',19363,NULL),(21654,57,'','',558,0,'2013-12-08 15:14:37',19364,NULL),(21655,133,'','',558,0,'2013-12-08 15:14:37',19364,NULL),(21656,131,'','',558,0,'2013-12-08 15:14:37',19364,NULL),(21657,132,'','',558,0,'2013-12-08 15:14:37',19364,NULL),(21658,56,'','',558,0,'2013-12-08 15:14:37',19364,NULL),(21659,35,'HAZY,AMBER,5.0,1.025,POSITIVE (+),NEGATIVE,POSITIVE (++),TRACE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,4,2,2,[$]GRANULAR (++)\nCELLULAR (+)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b5194bc0259e483a70',', ',535,0,'2013-12-08 08:00:00',19366,NULL),(21660,82,'','',558,0,'2013-12-08 15:14:37',19369,NULL),(21661,68,'4.9,-,-,b5194bc0259e483a70128cb73dcd4d2d2d57ba49','NON DIABETIC, ',535,0,'2013-12-08 08:00:00',19369,NULL),(21662,9,'','',531,0,'2013-12-08 16:57:10',19370,NULL),(21663,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9c6c1b9a92e898ad07289799201251cac655f261','',552,0,'2013-12-08 08:00:00',19370,NULL),(21664,9,'','',531,0,'2013-12-08 17:06:40',19371,NULL),(21665,223,'','',531,0,'2013-12-08 17:06:40',19371,NULL),(21666,9,',,,,,,,,,,,,,,55123c79c558fb8abf3abd9cabfc68def688781c','',552,0,'2013-12-08 19:13:16',19372,NULL),(21667,19,'NEGATIVE,,55123c79c558fb8abf3abd9cabfc68def688781c','',552,0,'2013-12-08 19:13:16',19372,NULL),(21668,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,55123c79c558fb8abf3abd9cabfc68def688781c','',552,0,'2013-12-08 19:13:16',19372,NULL),(21669,107,'1/20,1/20,55123c79c558fb8abf3abd9cabfc68def688781c','',552,0,'2013-12-08 08:00:00',19374,NULL),(21670,68,'4.7,NEGATIVE,NEGATIVE,e3673222d4d1cfbc9685f20408326a1087452fd8','NON DIABETIC, ',552,0,'2013-12-15 08:00:00',19375,NULL),(21671,218,'4.7,NEGATIVE,6.2,NEGATIVE,7.2,NEGATIVE,3.6,NEGATIVE,e3673222d4d1cfbc9685f20408326a1087452fd8','',552,0,'2013-12-15 08:00:00',19375,NULL),(21672,57,'','',531,0,'2013-12-08 17:29:09',19377,NULL),(21673,133,'','',531,0,'2013-12-08 17:29:09',19377,NULL),(21674,132,'','',531,0,'2013-12-08 17:29:09',19377,NULL),(21675,56,'','',531,0,'2013-12-08 17:29:09',19377,NULL),(21676,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e3673222d4d1cfbc9685f20408326a1087452fd8',', ',552,0,'2013-12-08 08:00:00',19380,NULL),(21677,9,'','',531,0,'2013-12-08 17:36:22',19381,NULL),(21678,28,'NEGATIVE,[$]AC[/$],694d5d034c3f887f2c87070186cb269771907426','',552,0,'2013-12-09 08:00:00',19381,NULL),(21679,9,',,,,,,,,,,,,,,8d0a1b3d7480c28725e43f8ec70cf72b1ff62a95','',552,0,'2013-12-10 02:49:01',19382,NULL),(21680,28,'NEGATIVE,[$]AC[/$],,8d0a1b3d7480c28725e43f8ec70cf72b1ff62a95','',552,0,'2013-12-10 02:49:01',19382,NULL),(21681,19,'NEGATIVE,,8d0a1b3d7480c28725e43f8ec70cf72b1ff62a95','',535,552,'2013-12-08 08:00:00',19382,'2013-12-09 18:49:01'),(21682,18,',,,8d0a1b3d7480c28725e43f8ec70cf72b1ff62a95','',535,552,'2013-12-08 08:00:00',19382,'2013-12-09 18:49:01'),(21683,6,'1.50,057c615d0d993b193b6e71880529b63e2aff4bdb','',534,0,'2013-12-11 08:00:00',19383,NULL),(21684,22,'14,,4c43381f683dccc4e8a41b9fd8ad35aa3ef2553d','',552,0,'2013-12-08 19:45:34',19384,NULL),(21685,202,'','',531,0,'2013-12-08 18:01:59',19386,NULL),(21686,22,'9,,d6ab409c72537d39d310e08c43bd34c2e987c5d4','',552,0,'2013-12-08 19:44:36',19387,NULL),(21687,202,'','',531,0,'2013-12-08 18:04:08',19389,NULL),(21688,35,'CLEAR,AMBER,6.0,1.030,POSITIVE (++),NEGATIVE,POSITIVE (+++),TRACE,NEGATIVE,TRACE,NEGATIVE,INCREASED,1,1,0,[$]GRANULAR CASTS PRESENT(+)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b5194bc0259e483a701',', , RBC\'S HAEMOLYSED',552,0,'2013-12-08 08:00:00',19390,NULL),(21689,132,'','',531,0,'2013-12-08 18:27:10',19391,NULL),(21690,9,'','',531,0,'2013-12-08 18:30:11',19392,NULL),(21691,9,'','',531,0,'2013-12-08 18:40:51',19393,NULL),(21692,19,'NEGATIVE,24a35ab57b7b805f4d44a7bb8c0f25d073e09782','',552,0,'2013-12-08 08:00:00',19393,NULL),(21693,18,'[$]NO MALARIA PARASITES SEEN[/$],-,24a35ab57b7b805f4d44a7bb8c0f25d073e09782','',552,0,'2013-12-08 08:00:00',19393,NULL),(21694,107,'1/20,1/20,24a35ab57b7b805f4d44a7bb8c0f25d073e09782','',552,0,'2013-12-08 08:00:00',19395,NULL),(21695,21,'B,POSITIVE,e31b017d6331b4e4755d47b58c9e8dfe6688c571','',552,0,'2013-12-08 08:00:00',19396,NULL),(21696,9,'','',531,0,'2013-12-08 18:44:14',19396,NULL),(21697,28,'NEGATIVE,[$]AA[/$],e31b017d6331b4e4755d47b58c9e8dfe6688c571','',552,0,'2013-12-09 08:00:00',19396,NULL),(21698,19,'NEGATIVE,e31b017d6331b4e4755d47b58c9e8dfe6688c571','',552,0,'2013-12-08 08:00:00',19396,NULL),(21699,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e31b017d6331b4e4755d47b58c9e8dfe6688c571','',552,0,'2013-12-08 08:00:00',19396,NULL),(21700,20,'','',531,0,'2013-12-08 18:44:14',19396,NULL),(21701,107,'1/20,1/160,e31b017d6331b4e4755d47b58c9e8dfe6688c571','',552,0,'2013-12-08 08:00:00',19398,NULL),(21702,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,e31b017d6331b4e4755d47b58c9e8dfe6688c571','pH:6.0, SG:1.010, EPITH. CELLS:2',552,0,'2013-12-08 21:09:03',19401,NULL),(21703,19,'NEGATIVE,,e04680238c88444036f986b77e7e399e1e45f620','',552,0,'2013-12-08 20:41:04',19402,NULL),(21704,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,e04680238c88444036f986b77e7e399e1e45f620','',552,0,'2013-12-08 20:41:04',19402,NULL),(21705,133,'','',531,0,'2013-12-08 18:53:18',19403,NULL),(21706,22,',,a3a3c84aa39b50531a31f1c60bf32bf0e3c31900','',552,0,'2013-12-08 21:04:15',19404,NULL),(21707,9,',,,,,,,,,,,,,,a3a3c84aa39b50531a31f1c60bf32bf0e3c31900','',552,0,'2013-12-08 21:04:16',19404,NULL),(21708,19,'NEGATIVE,,a3a3c84aa39b50531a31f1c60bf32bf0e3c31900','',552,0,'2013-12-08 21:04:16',19404,NULL),(21709,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,a3a3c84aa39b50531a31f1c60bf32bf0e3c31900','',552,0,'2013-12-08 21:04:16',19404,NULL),(21710,35,'CLEAR,LIGHT AMBER,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a3a3c84aa39b50531a31f1c60bf32bf0e3c',', ',552,0,'2013-12-08 08:00:00',19406,NULL),(21711,37,'BROWN,LOOSE,BLOODY / BLOOD STAINED,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (++),7d4be46b9e1a0b9ad5582d63baf3603421997fd0','',552,0,'2013-12-08 08:00:00',19407,NULL),(21712,22,'20,475ed8f783325c5ab1de6f780c26f447e5e7345e','',552,0,'2013-12-08 08:00:00',19408,NULL),(21713,9,'','',531,0,'2013-12-08 19:15:05',19408,NULL),(21714,19,'NEGATIVE,475ed8f783325c5ab1de6f780c26f447e5e7345e','',552,0,'2013-12-08 08:00:00',19408,NULL),(21715,18,'[$]NO MALARIA PARASITES SEEN[/$],-,475ed8f783325c5ab1de6f780c26f447e5e7345e','',552,0,'2013-12-08 08:00:00',19408,NULL),(21716,16,'POSITIVE,,1e40dbfe989d949c4ccc2fdf95944e15664aeea3','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',552,0,'2013-12-08 19:18:26',19409,NULL),(21717,14,'POSITIVE,1e40dbfe989d949c4ccc2fdf95944e15664aeea3','',552,0,'2013-12-08 08:00:00',19411,NULL),(21718,39,'NEGATIVE,1e40dbfe989d949c4ccc2fdf95944e15664aeea3','',552,0,'2013-12-08 08:00:00',19411,NULL),(21719,9,'','',531,0,'2013-12-08 19:19:06',19412,NULL),(21720,16,'POSITIVE,,5afe11d52591d5ed788c6bcb59ee89bfe4f6a06a','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',552,0,'2013-12-08 21:47:42',19414,NULL),(21721,14,'NEGATIVE,,5afe11d52591d5ed788c6bcb59ee89bfe4f6a06a','',552,0,'2013-12-08 22:07:46',19417,NULL),(21722,9,'','',531,0,'2013-12-08 19:36:34',19418,NULL),(21723,19,'NEGATIVE,2e80ed3da9cfbb6548b3118b810e8aee11896a6b','',552,0,'2013-12-08 08:00:00',19418,NULL),(21724,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2e80ed3da9cfbb6548b3118b810e8aee11896a6b','',552,0,'2013-12-08 08:00:00',19418,NULL),(21725,35,'HAZY,AMBER,5.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,10,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,2e80ed3da9cfbb6548b3118b810e8','CLARITY:HAZY, COLOUR:AMBER, pH:5.5, SG:1.010, BLD:POSITIVE +++, LEU:POSITIVE ++, PUS CELLS:20, EPITH. CELLS:10, RBC:30',552,0,'2013-12-08 21:52:16',19420,NULL),(21726,9,'','',531,0,'2013-12-08 19:46:06',19421,NULL),(21727,19,'NEGATIVE,54b26e5a324827cf49477ebd41a974765f8c3fd7','',552,0,'2013-12-08 08:00:00',19421,NULL),(21728,18,'[$]NO MALARIA PARASITES SEEN[/$],-,54b26e5a324827cf49477ebd41a974765f8c3fd7','',552,0,'2013-12-08 08:00:00',19421,NULL),(21729,35,'','',531,0,'2013-12-08 19:46:06',19423,NULL),(21730,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,f02e4111a33264bb3920c98179b64b859812d4ac','pH:6.0, SG:1.025, PUS CELLS:2, EPITH. CELLS:2',552,0,'2013-12-08 21:19:15',19424,NULL),(21731,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,060532ce6d08e5a78f16367b2c1c75c368185377','MACROSCOPY : COLOUR:YELLOWISH, CONTENT:',552,0,'2013-12-08 20:50:00',19425,NULL),(21732,9,'','',531,0,'2013-12-08 20:07:14',19426,NULL),(21733,19,'NEGATIVE,425bf4ae77322e12d7c2de237d3f6ecdf4480ea2','',552,0,'2013-12-08 08:00:00',19426,NULL),(21734,18,'[$]NO MALARIA PARASITES SEEN[/$],-,425bf4ae77322e12d7c2de237d3f6ecdf4480ea2','',552,0,'2013-12-08 08:00:00',19426,NULL),(21735,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],,NOT SEEN,NOT SEEN,,425bf4ae77322e12d7c2de237d3f6ecdf4480ea2','pH:5.5, SG:1.020, GLU:POSITIVE +',552,0,'2013-12-08 21:40:29',19428,NULL),(21736,70,'3.8,d0238f5bc321b193ce864a22a1db0544c60c5ec7','',552,0,'2013-12-08 08:00:00',19429,NULL),(21737,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),d0238f5bc321b193ce864a22a1db0544c60c5ec7','',552,0,'2013-12-08 08:00:00',19431,NULL),(21738,9,',,,,,,,,,,,,,,77be09f815fd3902a5886cb08878a4af0b017908','',552,0,'2013-12-08 21:32:52',19432,NULL),(21739,19,'POSITIVE,,77be09f815fd3902a5886cb08878a4af0b017908','MAT:POSITIVE',552,0,'2013-12-08 21:32:52',19432,NULL),(21740,18,'[$]MALARIA PARASITES PRESENT[1200(+)][/$],TROPHOZOITES,,77be09f815fd3902a5886cb08878a4af0b017908','MAT:POSITI',552,0,'2013-12-08 21:32:52',19432,NULL),(21741,107,'1/20,1/80,77be09f815fd3902a5886cb08878a4af0b017908','',552,0,'2013-12-08 08:00:00',19434,NULL),(21742,35,'CLEAR,AMBER,5.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,77be09f815fd3902a5886cb08878a4af0b017908','RBC\'S HAEMOLYSED',552,0,'2013-12-08 08:00:00',19437,NULL),(21743,9,'','',531,0,'2013-12-08 20:55:52',19438,NULL),(21744,19,'NEGATIVE,80ea1ab461bd40ec512aa4cddffb5d01f60ec282','',535,0,'2013-12-08 08:00:00',19438,NULL),(21745,107,'1/20,1/20,80ea1ab461bd40ec512aa4cddffb5d01f60ec282','',535,0,'2013-12-08 08:00:00',19440,NULL),(21746,9,'','',531,0,'2013-12-08 21:25:35',19441,NULL),(21747,9,',,,,,,,,,,,,,,269e46132bd9f6a4e4cf01deeb53aa40f3ea0edd','',552,0,'2013-12-08 22:36:05',19442,NULL),(21748,19,'NEGATIVE,,269e46132bd9f6a4e4cf01deeb53aa40f3ea0edd','',552,0,'2013-12-08 22:36:05',19442,NULL),(21749,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,9739a534b63acda3cdfdde1a4ddb74c06c2b502b','',552,0,'2013-12-08 22:05:47',19443,NULL),(21750,9,'','',531,0,'2013-12-08 21:37:50',19444,NULL),(21751,9,'','',531,0,'2013-12-08 22:20:30',19445,NULL),(21752,9,'','',531,0,'2013-12-08 22:40:51',19446,NULL),(21753,18,'[$]NO MALARIA PARASITES SEEN [/$],-,235c0bd4b191babac4c1b63108e6a2aafc427265','',552,0,'2013-12-08 08:00:00',19446,NULL),(21754,22,'80,2cf1667a661a0ab7a4f430b746264643246b96bc','',552,0,'2013-12-08 08:00:00',19447,NULL),(21755,9,'','',531,0,'2013-12-08 23:21:31',19447,NULL),(21756,19,'NEGATIVE,2cf1667a661a0ab7a4f430b746264643246b96bc','',552,0,'2013-12-08 08:00:00',19447,NULL),(21757,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2cf1667a661a0ab7a4f430b746264643246b96bc','',552,0,'2013-12-08 08:00:00',19447,NULL),(21758,107,'1/20,1/160,,2cf1667a661a0ab7a4f430b746264643246b96bc','S. typhi H:1160',552,0,'2013-12-09 00:05:27',19449,NULL),(21759,35,'CLEAR,STRAW,5.5,1.025,POSITIVE (++),TRACE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,4,[$]GRANULAR CASTS PRESENT(+)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,2cf1667a661a0ab7a4f430b7462646','pH:5.5, SG:1.025, PRO:POSITIVE ++, GLU:TRACE, BLD:TRACE, LEU:TRACE, PUS CELLS:4, EPITH. CELLS:4, RBC:4',552,0,'2013-12-10 20:47:08',19452,NULL),(21760,9,'','',531,0,'2013-12-08 23:25:13',19453,NULL),(21761,19,'NEGATIVE,900aacf8e4483f83e2e77a251cc934f751bc0af2','',552,0,'2013-12-08 08:00:00',19453,NULL),(21762,18,'[$]NO MALARIA PARASITES SEEN[/$],-,900aacf8e4483f83e2e77a251cc934f751bc0af2','',552,0,'2013-12-08 08:00:00',19453,NULL),(21763,35,'CLEAR,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,900aacf8e4483f83e2e77a251cc934f751bc0af2',' ',555,0,'2013-12-09 08:00:00',19455,NULL),(21764,36,'','',531,0,'2013-12-08 23:27:02',19456,NULL),(21765,9,',,,,,,,,,,,,,,e3fe908d0bcc08a57a79ace38044f2bb55785c71','',552,0,'2013-12-09 00:49:14',19457,NULL),(21766,19,'NEGATIVE,,e3fe908d0bcc08a57a79ace38044f2bb55785c71','',552,0,'2013-12-09 00:49:15',19457,NULL),(21767,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,e3fe908d0bcc08a57a79ace38044f2bb55785c71','',552,0,'2013-12-09 00:49:15',19457,NULL),(21768,9,'','',531,0,'2013-12-08 23:44:48',19458,NULL),(21769,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,2d4144ebbbb2d362c7ad3a9c78a62acdb4cfee','',555,0,'2013-12-09 08:00:00',19460,NULL),(21770,9,'','',531,0,'2013-12-09 00:10:00',19461,NULL),(21771,19,'NEGATIVE,0ae1d56eddd9201d5a70b6f615cb16192bc2b9ac','',552,0,'2013-12-08 08:00:00',19461,NULL),(21772,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0ae1d56eddd9201d5a70b6f615cb16192bc2b9ac','',552,0,'2013-12-08 08:00:00',19461,NULL),(21773,71,'POSITIVE,,0ae1d56eddd9201d5a70b6f615cb16192bc2b9ac','U PTHCG:POSITIVE',552,0,'2013-12-09 00:50:34',19463,NULL),(21774,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,0ae1d56eddd9201d5a70b6f615cb16192bc2b9ac','U PTHCG:POSITIVEpH:7.0, SG:1.010',552,0,'2013-12-09 00:50:35',19463,NULL),(21775,9,',,,,,,,,,,,,,,85ad436a9c5959b658736451e062acb4c418a278','',552,0,'2013-12-09 01:19:15',19464,NULL),(21776,19,'NEGATIVE,,85ad436a9c5959b658736451e062acb4c418a278','',552,0,'2013-12-09 01:19:15',19464,NULL),(21777,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,85ad436a9c5959b658736451e062acb4c418a278','',552,0,'2013-12-09 01:19:15',19464,NULL),(21778,138,'CKD4 (Severe) - GFR of 15 to 29,,,,,,,,195c13066cc75601b903b6053981e318a1e8c1e1','',535,0,'2013-12-08 08:00:00',19465,NULL),(21779,9,'','',531,0,'2013-12-09 00:52:37',19466,NULL),(21780,19,'NEGATIVE,ba83eba84eb7c3a596530a01ba65faaa4965214e','',552,0,'2013-12-08 08:00:00',19466,NULL),(21781,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ba83eba84eb7c3a596530a01ba65faaa4965214e','',552,0,'2013-12-08 08:00:00',19466,NULL),(21782,70,'','',531,0,'2013-12-09 00:52:37',19466,NULL),(21783,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,ba83eba84eb7c3a596530a01ba65faaa496521','pH:7.0, SG:1.010, BLD:POSITIVE ++, PUS CELLS:2, EPITH. CELLS:4',552,0,'2013-12-09 01:15:29',19468,NULL),(21784,138,'530,3.05,110.06,1440,13.25,15.24,CKD4 (Severe) - GFR of 15 to 29,,195c13066cc75601b903b6053981e318a1e8c1e1','',535,0,'2013-12-08 08:00:00',19469,NULL),(21785,22,'16,851ca36fa4681da8e97f941d9e232085c33ff159','',552,0,'2013-12-08 08:00:00',19470,NULL),(21786,9,'','',531,0,'2013-12-09 01:26:41',19470,NULL),(21787,19,'NEGATIVE,851ca36fa4681da8e97f941d9e232085c33ff159','',552,0,'2013-12-08 08:00:00',19470,NULL),(21788,18,'[$]NO MALARIA PARASITES SEEN[/$],-,851ca36fa4681da8e97f941d9e232085c33ff159','',552,0,'2013-12-08 08:00:00',19470,NULL),(21789,71,'NEGATIVE,851ca36fa4681da8e97f941d9e232085c33ff159','',552,0,'2013-12-08 08:00:00',19472,NULL),(21790,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,851ca36fa4681da8e97f941d9e232085c33ff159',', ',552,0,'2013-12-08 08:00:00',19472,NULL),(21791,22,'2,7fd36ca2d526ca78a1de82bda803bfcd752c01e4','',552,0,'2013-12-08 08:00:00',19473,NULL),(21792,9,'','',531,0,'2013-12-09 01:32:48',19473,NULL),(21793,19,'NEGATIVE,7fd36ca2d526ca78a1de82bda803bfcd752c01e4','',552,0,'2013-12-08 08:00:00',19473,NULL),(21794,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7fd36ca2d526ca78a1de82bda803bfcd752c01e4','',552,0,'2013-12-08 08:00:00',19473,NULL),(21795,107,'1/20,1/80,7fd36ca2d526ca78a1de82bda803bfcd752c01e4','',552,0,'2013-12-08 08:00:00',19475,NULL),(21796,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7fd36ca2d526ca78a1de82bda803bfcd752c01',', ',552,0,'2013-12-08 08:00:00',19478,NULL),(21797,9,'','',531,0,'2013-12-09 01:55:30',19479,NULL),(21798,27,'NON-REACTIVE,-,NEGATIVE,27374ebcdcf5c29c5f7ab05f6e85d24cc014a6be','',552,0,'2013-12-08 08:00:00',19479,NULL),(21799,107,'1/80,1/20,27374ebcdcf5c29c5f7ab05f6e85d24cc014a6be','',552,0,'2013-12-08 08:00:00',19481,NULL),(21800,36,'No Significant Bacteria Growth,27374ebcdcf5c29c5f7ab05f6e85d24cc014a6be','',534,0,'2013-12-10 08:00:00',19484,NULL),(21801,35,'HAZY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,14,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,27374ebcdcf5c29c5f7ab05f6e85d24cc014a6b',', ',552,0,'2013-12-08 08:00:00',19484,NULL),(21802,9,'','',531,0,'2013-12-09 02:25:01',19485,NULL),(21803,36,'No Bacteria Growth,,8987583f5ab43d03e2cf45550b2a9c1bfcc7991e','',552,0,'2013-12-09 03:01:07',19487,NULL),(21804,35,'HAZY,AMBER,6.5,1.015,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,POSITIVE (+),POSITIVE (+++),INCREASED,>30,8,20,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,8987583f5ab43d03e2cf45550b','CLARITY:HAZY, COLOUR:AMBER, pH:6.5, SG:1.015, PRO:TRACE, GLU:NEGATIVE, BLD:POSITIVE ++, BIL:POSITIVE +, LEU:POSITIVE +++, URO:INCREASED, PUS CELLS:30, EPITH. CELLS:8, RBC:20',552,0,'2013-12-09 03:01:08',19487,NULL),(21805,9,',,,,,,,,,,,,,,8e5d7ee1b0ce97ecda8d3867a430925a8a855002','',552,0,'2013-12-09 03:14:57',19488,NULL),(21806,19,'NEGATIVE,,8e5d7ee1b0ce97ecda8d3867a430925a8a855002','',552,0,'2013-12-09 03:14:57',19488,NULL),(21807,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,8e5d7ee1b0ce97ecda8d3867a430925a8a855002','',552,0,'2013-12-09 03:14:57',19488,NULL),(21808,35,'','',531,0,'2013-12-09 02:31:31',19490,NULL),(21809,9,',,,,,,,,,,,,,,3d170a178760cfb73e68713cae339c4ae1bf405d','',552,0,'2013-12-09 03:25:48',19491,NULL),(21810,19,'NEGATIVE,,3d170a178760cfb73e68713cae339c4ae1bf405d','',552,0,'2013-12-09 03:25:48',19491,NULL),(21811,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,3d170a178760cfb73e68713cae339c4ae1bf405d','',552,0,'2013-12-09 03:25:48',19491,NULL),(21812,9,',,,,,,,,,,,,,,204b1d5ac84957bbc7b6dc7307e7d34bd12ee86c','',552,0,'2013-12-09 03:49:36',19492,NULL),(21813,19,'NEGATIVE,,204b1d5ac84957bbc7b6dc7307e7d34bd12ee86c','',552,0,'2013-12-09 03:49:36',19492,NULL),(21814,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,204b1d5ac84957bbc7b6dc7307e7d34bd12ee86c','',552,0,'2013-12-09 03:49:37',19492,NULL),(21815,9,',,,,,,,,,,,,,,8941b85fc016942314a877b014770d30f897650c','',552,0,'2013-12-09 03:50:16',19493,NULL),(21816,19,'NEGATIVE,,8941b85fc016942314a877b014770d30f897650c','',552,0,'2013-12-09 03:50:16',19493,NULL),(21817,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,8941b85fc016942314a877b014770d30f897650c','',552,0,'2013-12-09 03:50:16',19493,NULL),(21818,9,'','',558,0,'2013-12-09 03:43:21',19494,NULL),(21819,19,'NEGATIVE,bf0a1765fa1c0a2a33bd9a58c53719f74107e168','',552,0,'2013-12-08 08:00:00',19494,NULL),(21820,18,'[$]no malaria parasites seen[/$],-,bf0a1765fa1c0a2a33bd9a58c53719f74107e168','',552,0,'2013-12-08 08:00:00',19494,NULL),(21821,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,bf0a1765fa1c0a2a33bd9a58c53719f74107e168',', ',552,0,'2013-12-08 08:00:00',19496,NULL),(21822,222,'7.4,5.07,14.9,41.8,82.4,29.4,35.6,322,19.2,8.7,72.1,1.4,0.6,5.4,12.2,7.2,33353e2d92345da0e503a86c249bd9008776ddb1','',552,0,'2013-12-08 08:00:00',19497,NULL),(21823,19,'NEGATIVE,33353e2d92345da0e503a86c249bd9008776ddb1','',552,0,'2013-12-08 08:00:00',19497,NULL),(21824,18,'[$]no malaria parasites seen[/$],-,33353e2d92345da0e503a86c249bd9008776ddb1','',552,0,'2013-12-08 08:00:00',19497,NULL),(21825,222,'6.0,5.19,16.0,46.5,89.6,30.8,34.4,316,27.8,8.2,64.0,1.7,0.5,3.8,13.0,8.3,16fff1a0bcd7b6a95a60893d767354399fe98741','',552,0,'2013-12-08 08:00:00',19498,NULL),(21826,19,'NEGATIVE,16fff1a0bcd7b6a95a60893d767354399fe98741','',552,0,'2013-12-08 08:00:00',19498,NULL),(21827,18,'[$]no malaria parasites seen[/$],-,16fff1a0bcd7b6a95a60893d767354399fe98741','',552,0,'2013-12-08 08:00:00',19498,NULL),(21828,35,'CLEAR,AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,16fff1a0bcd7b6a95a60893d767354399fe98741',', ',552,0,'2013-12-08 08:00:00',19500,NULL),(21829,107,'1/20,1/20,16fff1a0bcd7b6a95a60893d767354399fe98741','',552,0,'2013-12-08 08:00:00',19503,NULL),(21830,222,'7.0,4.64,14.6,42.3,91.2,31.5,34.5,256,7.5,15.4,77.1,0.5,1.1,5.4,11.8,9.2,246e83c057b73951ed50112a9b06702522dbcd12','',552,0,'2013-12-08 08:00:00',19504,NULL),(21831,19,'NEGATIVE,246e83c057b73951ed50112a9b06702522dbcd12','',552,0,'2013-12-08 08:00:00',19504,NULL),(21832,18,'[$]no malaria parasites seen[/$],-,246e83c057b73951ed50112a9b06702522dbcd12','',552,0,'2013-12-08 08:00:00',19504,NULL),(21833,71,'POSITIVE,bf0a1765fa1c0a2a33bd9a58c53719f74107e168','- , -',552,0,'2013-12-08 08:00:00',19505,NULL),(21834,222,'9.6,5.25,10.5,34.8,66.3,20.0,30.2,546,26.5,11.3,62.2,2.5,1.1,6.0,18.8,9.0,f23ed0a47ec46c471025ffae0d68b5f06e3551bc','',546,0,'2013-12-09 08:00:00',19506,NULL),(21835,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),f23ed0a47ec46c471025ffae0d68b5f06e3551bc','',546,0,'2013-12-09 08:00:00',19508,NULL),(21836,222,'9.0,3.97,11.6,34.0,85.6,29.2,34.1,216,15.1,10.7,74.2,1.4,1.0,6.6,11.8,9.5,,f5245f1af4912882af68c5e0b7118208cf89c78e','',546,546,'2013-12-09 12:15:33',19509,'2013-12-09 04:16:57'),(21837,18,'[$]NO MALARIA PARASITES SEEN.[/$],-,,f5245f1af4912882af68c5e0b7118208cf89c78e','',546,0,'2013-12-09 12:15:33',19509,NULL),(21838,107,'120,120,,f5245f1af4912882af68c5e0b7118208cf89c78e','',546,546,'2013-12-09 12:18:58',19511,'2013-12-09 04:19:13'),(21839,68,'4.8,NEGATIVE,NEGATIVE,,b02e89bded649a6a91303144ac272f2b360c596a','',546,546,'2013-12-09 14:45:05',19512,'2013-12-09 06:45:59'),(21840,222,'6.7,4.53,13.2,37.4,82.6,29.1,35.3,335,26.2,2.7,71.1,1.8,0.2,4.7,12.8,7.8,,b02e89bded649a6a91303144ac272f2b360c596a','',546,546,'2013-12-09 14:45:05',19512,'2013-12-09 06:45:59'),(21841,19,'NEGATIVE,,b02e89bded649a6a91303144ac272f2b360c596a','',546,546,'2013-12-09 14:45:05',19512,'2013-12-09 06:45:59'),(21842,18,'[$]no malaria parasites seen.[/$],,,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:45:05',19512,NULL),(21843,74,',,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21844,211,',,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21845,66,',,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21846,60,',,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21847,57,',,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21848,133,',,,,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21849,112,'NEGATIVE,,b02e89bded649a6a91303144ac272f2b360c596a','',546,546,'2013-12-09 14:48:16',19514,'2013-12-09 06:48:42'),(21850,131,',,,,,,,,,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21851,132,',,,,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21852,56,',,b02e89bded649a6a91303144ac272f2b360c596a','',546,0,'2013-12-09 14:48:16',19514,NULL),(21853,222,'','',558,0,'2013-12-09 14:14:49',19515,NULL),(21854,77,'','',558,0,'2013-12-09 14:14:49',19515,NULL),(21855,211,'','',558,0,'2013-12-09 14:14:50',19517,NULL),(21856,60,'','',558,0,'2013-12-09 14:14:50',19517,NULL),(21857,57,'','',558,0,'2013-12-09 14:14:50',19517,NULL),(21858,133,'','',558,0,'2013-12-09 14:14:50',19517,NULL),(21859,132,'','',558,0,'2013-12-09 14:14:50',19517,NULL),(21860,56,'','',558,0,'2013-12-09 14:14:50',19517,NULL),(21861,57,'','',558,0,'2013-12-09 15:05:14',19518,NULL),(21862,133,'','',558,0,'2013-12-09 15:05:14',19518,NULL),(21863,61,'','',558,0,'2013-12-09 15:05:14',19518,NULL),(21864,56,'','',558,0,'2013-12-09 15:05:14',19518,NULL),(21865,222,'7.7,5.31,14.1,43.0,81.0,26.6,32.8,204,14.9,11.9,73.2,1.1,0.9,5.7,14.6,9.9,6bb00295bd25ce9d6911efaea72631d86ee596d2','',537,0,'2013-12-09 08:00:00',19519,NULL),(21866,18,'[$]NO MALARIA PARASITE SEEN[/$],-,6bb00295bd25ce9d6911efaea72631d86ee596d2','',537,0,'2013-12-09 08:00:00',19519,NULL),(21867,222,'','',558,0,'2013-12-09 15:31:10',19520,NULL),(21868,70,'5.3,fcdea1fba9a1921f271622dd237e36384852bf6b','',537,0,'2013-12-09 08:00:00',19520,NULL),(21869,35,'CLEAR,AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fcdea1fba9a1921f271622dd237e36384852bf',', ',555,0,'2013-12-09 08:00:00',19522,NULL),(21870,108,'NON - REACTIVE,fcdea1fba9a1921f271622dd237e36384852bf6b','',537,0,'2013-12-09 08:00:00',19525,NULL),(21871,22,'1,e5b2e61ec2002a653f045f8f30f65287f78c05ca','',537,0,'2013-12-09 08:00:00',19526,NULL),(21872,68,'','',558,0,'2013-12-09 15:44:45',19526,NULL),(21873,9,'','',558,0,'2013-12-09 15:44:45',19526,NULL),(21874,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e5b2e61ec2002a653f045f8f30f65287f78c05ca','',555,0,'2013-12-09 08:00:00',19528,NULL),(21875,57,'','',558,0,'2013-12-09 15:44:46',19531,NULL),(21876,133,'','',558,0,'2013-12-09 15:44:46',19531,NULL),(21877,131,'','',558,0,'2013-12-09 15:44:46',19531,NULL),(21878,132,'','',558,0,'2013-12-09 15:44:46',19531,NULL),(21879,3,'','',558,0,'2013-12-09 15:44:46',19531,NULL),(21880,56,'','',558,0,'2013-12-09 15:44:46',19531,NULL),(21881,68,'7.7,NEGATIVE,NEGATIVE,5817a32955eaf2ae728605194865c52e9bb3c31b','',555,0,'2013-12-09 08:00:00',19532,NULL),(21882,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5817a32955eaf2ae728605194865c52e9bb3c31','',555,0,'2013-12-09 08:00:00',19534,NULL),(21883,68,'14.8,POSITIVE (+++),NEGATIVE,eff1c92b12e6958563bbdd92e1026f6e287241cc','',537,0,'2013-12-09 08:00:00',19535,NULL),(21884,22,'2,a52aa9244d5cefdda1f3e79ee826339e1f83aa5d','',537,0,'2013-12-09 08:00:00',19536,NULL),(21885,9,'','',530,0,'2013-12-09 16:34:03',19536,NULL),(21886,9,'','',530,0,'2013-12-09 16:44:56',19537,NULL),(21887,70,'5.9,d8b47e40c21455ed6d96e8eab0af14e2b12ca74b','',537,0,'2013-12-09 08:00:00',19537,NULL),(21888,35,'CLEAR,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d8b47e40c21455ed6d96e8eab0af14e2b12ca7','',555,0,'2013-12-09 08:00:00',19539,NULL),(21889,27,'NON-REACTIVE,-,NEGATIVE,63b0537c3d4005cc24817580aa56a952564c6046','',537,0,'2013-12-09 08:00:00',19540,NULL),(21890,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e7ffadfe86e2f4e3a50ee50d0a6ce548e1d63097','',555,0,'2013-12-09 08:00:00',19541,NULL),(21891,9,'','',530,0,'2013-12-09 16:56:48',19542,NULL),(21892,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0a062b0a8c7059a00acd4fb31f5c5107e72a7c0a','',537,0,'2013-12-09 08:00:00',19542,NULL),(21893,9,'','',530,0,'2013-12-09 16:59:17',19543,NULL),(21894,19,'NEGATIVE,563fe98763196f979130fb9265b07f6fa030a682','',537,0,'2013-12-09 08:00:00',19543,NULL),(21895,18,'[$]NO MALARIA PARASITE SEEN[/$],-,563fe98763196f979130fb9265b07f6fa030a682','',537,0,'2013-12-09 08:00:00',19543,NULL),(21896,9,'','',530,0,'2013-12-09 17:02:56',19544,NULL),(21897,70,'4.9,9bf0f9e1e77ede1b11904b5f3f7f73661a7a1703','',537,0,'2013-12-09 08:00:00',19544,NULL),(21898,108,'NON - REACTIVE,9bf0f9e1e77ede1b11904b5f3f7f73661a7a1703','',537,0,'2013-12-09 08:00:00',19546,NULL),(21899,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9bf0f9e1e77ede1b11904b5f3f7f73661a7a17','',555,0,'2013-12-09 08:00:00',19549,NULL),(21900,57,'','',530,0,'2013-12-09 17:12:19',19550,NULL),(21901,133,'','',530,0,'2013-12-09 17:12:19',19550,NULL),(21902,131,'','',530,0,'2013-12-09 17:12:19',19550,NULL),(21903,132,'','',530,0,'2013-12-09 17:12:19',19550,NULL),(21904,56,'','',530,0,'2013-12-09 17:12:19',19550,NULL),(21905,9,'','',530,0,'2013-12-09 17:16:12',19551,NULL),(21906,107,'1/20,1/20,95dfc6a5c1f6f2387a426763b6ea8d7fbd38c1f6','',537,0,'2013-12-09 08:00:00',19553,NULL),(21907,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,95dfc6a5c1f6f2387a426763b6ea8d7fbd38c1f6','',555,0,'2013-12-09 08:00:00',19556,NULL),(21908,71,'NEGATIVE,3da6461a81449d9aa6f105486d587b0488260591','',555,0,'2013-12-09 08:00:00',19557,NULL),(21909,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3da6461a81449d9aa6f105486d587b0488260591','',555,0,'2013-12-09 08:00:00',19557,NULL),(21910,9,'','',530,0,'2013-12-09 17:20:11',19559,NULL),(21911,9,'','',530,0,'2013-12-09 17:23:25',19560,NULL),(21912,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c75b72df32eeef684bb92aef91b73ad23ef3b897','',537,0,'2013-12-09 08:00:00',19560,NULL),(21913,107,'1/20,1/20,c75b72df32eeef684bb92aef91b73ad23ef3b897','',537,0,'2013-12-09 08:00:00',19562,NULL),(21914,22,'3,33ee30b2ba2c8301e6a8bdcd23941aa40078583f','',537,0,'2013-12-09 08:00:00',19563,NULL),(21915,68,'','',530,0,'2013-12-09 17:29:35',19563,NULL),(21916,9,'','',530,0,'2013-12-09 17:29:35',19563,NULL),(21917,57,'','',530,0,'2013-12-09 17:29:35',19565,NULL),(21918,133,'','',530,0,'2013-12-09 17:29:35',19565,NULL),(21919,131,'','',530,0,'2013-12-09 17:29:35',19565,NULL),(21920,132,'','',530,0,'2013-12-09 17:29:35',19565,NULL),(21921,56,'','',530,0,'2013-12-09 17:29:35',19565,NULL),(21922,65,'','',530,0,'2013-12-09 17:29:35',19565,NULL),(21923,107,'1/20,1/20,33ee30b2ba2c8301e6a8bdcd23941aa40078583f','',537,0,'2013-12-09 08:00:00',19565,NULL),(21924,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,33ee30b2ba2c8301e6a8bdcd23941aa4007858',' ',555,0,'2013-12-09 08:00:00',19568,NULL),(21925,9,'','',530,0,'2013-12-09 17:34:50',19569,NULL),(21926,18,'[$]NO MALARIA PARASITE SEEN[/$],-,de16c36601ec10ebd7f61801078882747d8ec04f','',537,0,'2013-12-09 08:00:00',19569,NULL),(21927,35,'','',530,0,'2013-12-09 17:34:50',19571,NULL),(21928,9,'','',530,0,'2013-12-09 17:36:42',19572,NULL),(21929,19,'NEGATIVE,bdf57e594c47fe4c2e3a798ddc3e85c907ae7511','',537,0,'2013-12-09 08:00:00',19572,NULL),(21930,37,'YELLOWISH,WATERY,MUCOID,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),bdf57e594c47fe4c2e3a798ddc3e85c907ae7511','',555,0,'2013-12-09 08:00:00',19574,NULL),(21931,68,'','',530,0,'2013-12-09 17:39:40',19575,NULL),(21932,9,'','',530,0,'2013-12-09 17:39:40',19575,NULL),(21933,57,'','',530,0,'2013-12-09 17:39:40',19577,NULL),(21934,133,'','',530,0,'2013-12-09 17:39:40',19577,NULL),(21935,131,'','',530,0,'2013-12-09 17:39:40',19577,NULL),(21936,56,'','',530,0,'2013-12-09 17:39:40',19577,NULL),(21937,19,'NEGATIVE,d81f6a45497bbbc46c4bd0ff9799919eb03a948c','',537,0,'2013-12-09 08:00:00',19578,NULL),(21938,22,'60,a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97','',537,0,'2013-12-09 08:00:00',19579,NULL),(21939,9,'','',530,0,'2013-12-09 17:46:42',19579,NULL),(21940,19,'NEGATIVE,a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97','',537,0,'2013-12-09 08:00:00',19579,NULL),(21941,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97','',537,0,'2013-12-09 08:00:00',19579,NULL),(21942,35,'HAZY,AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,14,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a9ae80a44b89c4b7fdac05f40b37c6d0276b9e97','',555,0,'2013-12-09 08:00:00',19581,NULL),(21943,16,'NEGATIVE,e4d9fca7cc5ef2c77c00e89fd29166b5ba0b0147','',537,0,'2013-12-09 08:00:00',19582,NULL),(21944,14,'NEGATIVE,e4d9fca7cc5ef2c77c00e89fd29166b5ba0b0147','',537,0,'2013-12-09 08:00:00',19584,NULL),(21945,9,'','',530,0,'2013-12-09 18:03:56',19585,NULL),(21946,19,'NEGATIVE,fcf47d516cb72edf34edd7a4f1eee2722057519a','',537,0,'2013-12-09 08:00:00',19585,NULL),(21947,107,'1/20,1/20,fcf47d516cb72edf34edd7a4f1eee2722057519a','',537,0,'2013-12-09 08:00:00',19587,NULL),(21948,35,'CLEAR,LIGHT AMBER,5.0,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fcf47d516cb72edf34edd7a4f1eee27220',', ',555,0,'2013-12-09 08:00:00',19590,NULL),(21949,20,'NEGATIVE,0af5d970bbabbf104f058964d1c3158d57acaf72','',537,0,'2013-12-09 08:00:00',19591,NULL),(21950,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0af5d970bbabbf104f058964d1c3158d57acaf72',' ',555,0,'2013-12-09 08:00:00',19593,NULL),(21951,9,'','',530,0,'2013-12-09 18:20:05',19594,NULL),(21952,18,'[$]NO MALARIA PARASITE SEEN[/$],-,96ce9b436bd3dd875d775eb9921576d78842a649','',537,0,'2013-12-09 08:00:00',19594,NULL),(21953,71,'POSITIVE,96ce9b436bd3dd875d775eb9921576d78842a649','',555,0,'2013-12-09 08:00:00',19596,NULL),(21954,35,'CLEAR,AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,96ce9b436bd3dd875d775eb9921576d78842a649','',555,0,'2013-12-09 08:00:00',19596,NULL),(21955,107,'1/20,1/20,96ce9b436bd3dd875d775eb9921576d78842a649','',537,0,'2013-12-09 08:00:00',19599,NULL),(21956,57,'','',530,0,'2013-12-09 18:23:02',19600,NULL),(21957,132,'','',530,0,'2013-12-09 18:23:02',19600,NULL),(21958,56,'','',530,0,'2013-12-09 18:23:02',19600,NULL),(21959,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0157eca9071c46e46b10003fa940b6c9ae14cb','',555,0,'2013-12-09 08:00:00',19602,NULL),(21960,108,'NON - REACTIVE,,d8b47e40c21455ed6d96e8eab0af14e2b12ca74b','',537,0,'2013-12-09 18:27:52',19603,NULL),(21961,92,'0.6,f5808332236b14330ced4c042718cf4cef3c9938','',536,0,'2013-12-09 08:00:00',19604,NULL),(21962,37,'','',537,0,'2013-12-09 18:35:10',19605,NULL),(21963,9,'','',530,0,'2013-12-09 18:38:49',19606,NULL),(21964,19,'NEGATIVE,415db7794348bc11b9f3219cf8b61359365c6c69','',537,0,'2013-12-09 08:00:00',19606,NULL),(21965,9,'','',530,0,'2013-12-09 18:58:02',19607,NULL),(21966,19,'NEGATIVE,b073b6faebbde1a138049409950496cbf60b2af9','',537,0,'2013-12-09 08:00:00',19607,NULL),(21967,129,'','',530,0,'2013-12-09 18:58:02',19609,NULL),(21968,40,'','',530,0,'2013-12-09 19:02:01',19610,NULL),(21969,22,'17,6717bcfe3c70bc16d8d8385dfc6c4464693a779b','',537,0,'2013-12-09 08:00:00',19610,NULL),(21970,9,'','',530,0,'2013-12-09 19:02:01',19610,NULL),(21971,133,'','',530,0,'2013-12-09 19:08:24',19611,NULL),(21972,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,POSITIVE (+),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (++),NOT SEEN,d8847da503c8796d0bc4f7028','',555,0,'2013-12-09 08:00:00',19612,NULL),(21973,9,'','',530,0,'2013-12-09 19:14:04',19613,NULL),(21974,18,'[$]NO MALARIA PARASITE SEEN[/$],-,181484cd51306fb38366ca8a31b0975ca31297dc',', ',537,0,'2013-12-09 08:00:00',19613,NULL),(21975,16,'POSITIVE,,181484cd51306fb38366ca8a31b0975ca31297dc','',537,537,'2013-12-09 08:00:00',19615,'2013-12-09 12:30:33'),(21976,107,'120,120,,181484cd51306fb38366ca8a31b0975ca31297dc','',537,537,'2013-12-09 08:00:00',19615,'2013-12-09 12:30:33'),(21977,14,'','',530,0,'2013-12-09 19:14:04',19618,NULL),(21978,37,'','',530,0,'2013-12-09 19:14:04',19618,NULL),(21979,9,'','',530,0,'2013-12-09 19:17:20',19619,NULL),(21980,18,'[$]MALARIA PARASITE PRESENT (+)[/$],TROPHOZOITES,7beb8bc63d790b820330bc36f005f15aa8f565c3','',537,0,'2013-12-09 08:00:00',19619,NULL),(21981,9,'','',530,0,'2013-12-09 19:20:24',19620,NULL),(21982,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b8c7165b1fb0435e68da80228dc106e76c40c972','',537,0,'2013-12-09 08:00:00',19620,NULL),(21983,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]GRANULAR PRESENT (+)[/$],[$]NOT SEEN[/$],CALCIUM OXALATE (+++),NOT SEEN,NOT SEEN,b8c7165b1fb043',', ',555,0,'2013-12-09 08:00:00',19622,NULL),(21984,70,'8.6,a46caa353387ce92db5dbfb838ad778bd146ba18','',537,0,'2013-12-09 08:00:00',19623,NULL),(21985,68,'5.9,-,-,bc2fb684db5d5c50f58c7504644c58c7bbb4e25f','NON DIABETIC, ',555,0,'2013-12-09 08:00:00',19624,NULL),(21986,9,'','',530,0,'2013-12-09 19:30:08',19624,NULL),(21987,22,'50,19afa190345e2d21c4193417ea6d5170955c447a','',555,0,'2013-12-09 08:00:00',19625,NULL),(21988,9,'','',530,0,'2013-12-09 19:34:57',19625,NULL),(21989,16,'POSITIVE,220e7c45f33507271e209bbf3d663672ab653724','',555,0,'2013-12-09 08:00:00',19626,NULL),(21990,107,'1/20,1/20,220e7c45f33507271e209bbf3d663672ab653724','',555,0,'2013-12-09 08:00:00',19626,NULL),(21991,14,'POSITIVE,220e7c45f33507271e209bbf3d663672ab653724','',555,0,'2013-12-09 08:00:00',19628,NULL),(21992,9,'','',530,0,'2013-12-09 19:53:08',19629,NULL),(21993,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a46caa353387ce92db5dbfb838ad778bd146ba18','',537,0,'2013-12-09 08:00:00',19629,NULL),(21994,57,'','',530,0,'2013-12-09 19:53:08',19631,NULL),(21995,133,'','',530,0,'2013-12-09 19:53:08',19631,NULL),(21996,131,'','',530,0,'2013-12-09 19:53:08',19631,NULL),(21997,56,'','',530,0,'2013-12-09 19:53:08',19631,NULL),(21998,11,'89,[$]14[/$],[$]6.4[/$],8.71,THERAPEUTIC : 2.0 - 4.0,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',552,0,'2013-12-09 08:00:00',19632,NULL),(21999,9,'','',530,0,'2013-12-09 19:59:20',19633,NULL),(22000,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1546ff86fcaf776f8d90714f020fb5855b5f0b09','',537,0,'2013-12-09 08:00:00',19633,NULL),(22001,107,'1/20,1/20,1546ff86fcaf776f8d90714f020fb5855b5f0b09','',537,0,'2013-12-09 08:00:00',19635,NULL),(22002,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Intestinal flagellates,Not Seen,Not Seen,1546ff86fcaf776f8d90714f020fb5855b5f0b09','',555,0,'2013-12-10 08:00:00',19638,NULL),(22003,222,'','',530,0,'2013-12-09 20:11:41',19639,NULL),(22004,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5a578e5619b452614a31713d217219d71dc0778f','',537,0,'2013-12-09 08:00:00',19639,NULL),(22005,68,'','',530,0,'2013-12-09 20:19:35',19640,NULL),(22006,9,'','',530,0,'2013-12-09 20:19:35',19640,NULL),(22007,57,'','',530,0,'2013-12-09 20:19:35',19642,NULL),(22008,133,'','',530,0,'2013-12-09 20:19:35',19642,NULL),(22009,131,'','',530,0,'2013-12-09 20:19:35',19642,NULL),(22010,132,'','',530,0,'2013-12-09 20:19:35',19642,NULL),(22011,56,'','',530,0,'2013-12-09 20:19:35',19642,NULL),(22012,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,8552134cd7623e0520bb41ac6250536b539139cd','pH:7.0, SG:1.010, LEU:TRACE, PUS CELLS:6, EPITH. CELLS:2',552,0,'2013-12-10 20:41:52',19645,NULL),(22013,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,378edf28c45632cc6d205cfe6787b40b72b11db0','',534,0,'2013-12-09 08:00:00',19646,NULL),(22014,36,'Escherichia coli,378edf28c45632cc6d205cfe6787b40b72b11db0','',534,0,'2013-12-09 08:00:00',19646,NULL),(22015,35,'HAZY,AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,14,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,72561f48fc9a5a80cecbe83ddda9d3fb2af05c90','',555,0,'2013-12-09 08:00:00',19647,NULL),(22016,4,'','',530,0,'2013-12-09 20:35:25',19648,NULL),(22017,5,'','',530,0,'2013-12-09 20:35:25',19648,NULL),(22018,22,'120,019ceefc549d8482d02b1a1e4abf8b88984be28b','',552,0,'2013-12-09 08:00:00',19648,NULL),(22019,9,'','',530,0,'2013-12-09 20:35:25',19648,NULL),(22020,19,'NEGATIVE,019ceefc549d8482d02b1a1e4abf8b88984be28b','',552,0,'2013-12-09 08:00:00',19648,NULL),(22021,18,'[$]NO MALARIA PARASITES SEEN[/$],-,019ceefc549d8482d02b1a1e4abf8b88984be28b','',552,0,'2013-12-09 08:00:00',19648,NULL),(22022,7,'3.9,019ceefc549d8482d02b1a1e4abf8b88984be28b','',534,0,'2013-12-11 08:00:00',19650,NULL),(22023,57,'','',530,0,'2013-12-09 20:35:26',19650,NULL),(22024,133,'','',530,0,'2013-12-09 20:35:26',19650,NULL),(22025,131,'','',530,0,'2013-12-09 20:35:26',19650,NULL),(22026,56,'','',530,0,'2013-12-09 20:35:26',19650,NULL),(22027,65,'','',530,0,'2013-12-09 20:35:26',19650,NULL),(22028,12,'','',530,0,'2013-12-09 20:35:26',19653,NULL),(22029,11,'','',530,0,'2013-12-09 20:35:26',19653,NULL),(22030,37,'','',530,0,'2013-12-09 20:35:26',19657,NULL),(22031,35,'CLEAR,DEEP AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN [/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,019ceefc549d8482d02b1a1e4abf8b88',', ',555,0,'2013-12-09 08:00:00',19662,NULL),(22032,70,'5.7,,6717bcfe3c70bc16d8d8385dfc6c4464693a779b','',537,0,'2013-12-09 20:36:07',19663,NULL),(22033,21,'O,POSITIVE,9d7be0d3dbf1ef4f6efb1d956d6f1be06680d334','',537,0,'2013-12-09 08:00:00',19664,NULL),(22034,21,'','',530,0,'2013-12-09 20:41:51',19665,NULL),(22035,224,'','',530,0,'2013-12-09 20:41:51',19665,NULL),(22036,9,'','',530,0,'2013-12-09 20:45:34',19666,NULL),(22037,19,'NEGATIVE,def2957772447a356edccb167a9e3a9a4ebffa76','',537,0,'2013-12-09 08:00:00',19666,NULL),(22038,18,'[$]NO MALARIA PARASITE SEEN[/$],-,def2957772447a356edccb167a9e3a9a4ebffa76','',537,0,'2013-12-09 08:00:00',19666,NULL),(22039,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,def2957772447a356edccb167a9e3a9a4ebffa76','',555,0,'2013-12-09 08:00:00',19668,NULL),(22040,9,'','',530,0,'2013-12-09 20:50:53',19669,NULL),(22041,18,'[$]NO MALARIA PARASITE SEEN [/$],-,cb57fd51b13fbf1d77607da12507c1e9db21c9b5','',555,0,'2013-12-10 08:00:00',19669,NULL),(22042,28,'POSITIVE,[$]SS[/$],a52aa9244d5cefdda1f3e79ee826339e1f83aa5d','',552,0,'2013-12-09 08:00:00',19670,NULL),(22043,9,'','',530,0,'2013-12-09 20:57:08',19671,NULL),(22044,19,'NEGATIVE,40908acd8a9ebfdc83b4a88afc109708ae02288a','',537,0,'2013-12-09 08:00:00',19671,NULL),(22045,18,'[$]NO MALARIA PARASITE SEEN[/$],-,40908acd8a9ebfdc83b4a88afc109708ae02288a','',537,0,'2013-12-09 08:00:00',19671,NULL),(22046,22,'15,9895081215b43fba5ff73de3530973db69f318f9','',534,0,'2013-12-09 08:00:00',19672,NULL),(22047,9,'','',530,0,'2013-12-09 21:04:57',19672,NULL),(22048,19,'NEGATIVE,9895081215b43fba5ff73de3530973db69f318f9','',534,0,'2013-12-09 08:00:00',19672,NULL),(22049,18,'[$]NO MALARIA PARASITES SEEN [/$],-,9895081215b43fba5ff73de3530973db69f318f9','',534,0,'2013-12-09 08:00:00',19672,NULL),(22050,37,'','',530,0,'2013-12-09 21:04:57',19674,NULL),(22051,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9895081215b43fba5ff73de3530973db69f318f','',555,0,'2013-12-09 08:00:00',19677,NULL),(22052,9,'','',530,0,'2013-12-09 21:18:12',19678,NULL),(22053,9,'','',530,0,'2013-12-09 21:32:08',19679,NULL),(22054,9,',,,,,,,,,,,,,,cba0dfa13c496c6e0fcb65b0e8612fe03bec7bec','',552,0,'2013-12-09 23:54:19',19680,NULL),(22055,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,cba0dfa13c496c6e0fcb65b0e8612fe03bec7bec','',552,0,'2013-12-09 23:54:19',19680,NULL),(22056,37,'','',530,0,'2013-12-09 21:34:59',19682,NULL),(22057,7,'6.3,ce76a61d1a87a10cb4f124d05b886222736bc1a0','',534,0,'2013-12-11 08:00:00',19683,NULL),(22058,116,'POSITIVE,ce76a61d1a87a10cb4f124d05b886222736bc1a0','',534,0,'2013-12-11 08:00:00',19683,NULL),(22059,115,'POSITIVE,ce76a61d1a87a10cb4f124d05b886222736bc1a0','',534,0,'2013-12-11 08:00:00',19683,NULL),(22060,8,'[$][/$],[$][/$],[$][/$],ce76a61d1a87a10cb4f124d05b886222736bc1a0','',534,0,'2013-12-11 08:00:00',19683,NULL),(22061,131,'','',530,0,'2013-12-09 21:37:12',19683,NULL),(22062,22,'2,746281b4fb3bc96f9922cc6d16a74890221ab19d','',536,0,'2013-12-09 08:00:00',19684,NULL),(22063,9,'','',530,0,'2013-12-09 21:42:18',19684,NULL),(22064,78,'','',530,0,'2013-12-09 21:42:18',19686,NULL),(22065,16,'POSITIVE,746281b4fb3bc96f9922cc6d16a74890221ab19d','',536,0,'2013-12-09 08:00:00',19686,NULL),(22066,93,'< 0.05,746281b4fb3bc96f9922cc6d16a74890221ab19d','',534,0,'2013-12-11 08:00:00',19689,NULL),(22067,14,'POSITIVE,746281b4fb3bc96f9922cc6d16a74890221ab19d','',534,0,'2013-12-13 08:00:00',19693,NULL),(22068,37,'GREENISH,WATERY,MUCOID,Not Seen,Not Seen,Not Seen,Yeast - like cells,present (++),present (++),0a062b0a8c7059a00acd4fb31f5c5107e72a7c0a','',534,0,'2013-12-09 08:00:00',19694,NULL),(22069,9,'','',530,0,'2013-12-09 21:55:46',19695,NULL),(22070,18,'[$]NO MALARIA PARASITES SEEN [/$],-,08d8bfb8cc0ede9d4aa2253194b4f65c0ceae63d','',536,0,'2013-12-09 08:00:00',19695,NULL),(22071,37,'','',530,0,'2013-12-09 21:55:46',19697,NULL),(22072,22,'7,,6321679169ab17af5c70dfd4123e85d52e91007d','',552,0,'2013-12-09 23:56:04',19698,NULL),(22073,9,',,,,,,,,,,,,,,6321679169ab17af5c70dfd4123e85d52e91007d','',552,0,'2013-12-09 23:56:04',19698,NULL),(22074,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,6321679169ab17af5c70dfd4123e85d52e91007d','pH:7.0, SG:1.015',552,0,'2013-12-10 00:00:41',19700,NULL),(22075,9,'','',530,0,'2013-12-09 22:02:01',19701,NULL),(22076,19,'NEGATIVE,cd9c6a9cfae5ade1ef636465b23ece3a37240915','',536,0,'2013-12-09 08:00:00',19701,NULL),(22077,107,'1/20,1/40,cd9c6a9cfae5ade1ef636465b23ece3a37240915','',536,0,'2013-12-09 08:00:00',19703,NULL),(22078,55,'','',530,0,'2013-12-09 22:05:31',19704,NULL),(22079,66,'','',530,0,'2013-12-09 22:05:31',19704,NULL),(22080,65,'','',530,0,'2013-12-09 22:05:31',19704,NULL),(22081,57,'','',530,0,'2013-12-09 22:37:41',19705,NULL),(22082,133,'','',530,0,'2013-12-09 22:37:41',19705,NULL),(22083,132,'','',530,0,'2013-12-09 22:37:41',19705,NULL),(22084,56,'','',530,0,'2013-12-09 22:37:41',19705,NULL),(22085,69,'NEGATIVE,POSITIVE (> 0.50),NORMAL (0.01 - 0.05),INTERMEDIATE (BORDERLINE) (0.06 - 0.50),,746281b4fb3bc96f9922cc6d16a74890221ab19d','RAPID TROPONIN I:NEGATIVE',536,0,'2013-12-09 23:04:53',19706,NULL),(22086,69,'NEGATIVE,POSITIVE (> 0.50)_NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),746281b4fb3bc96f9922cc6d16a74890221ab19d','',536,0,'2013-12-09 08:00:00',19707,NULL),(22087,135,'[$]CANDIDA SPP. ISOLATED[/$],7d304cae4b7a5a91246a65e9145f8434ee1d6e84','',534,0,'2013-12-10 08:00:00',19708,NULL),(22088,134,'FEW,MODERATE,NOT SEEN,PRESENT (+++),,7d304cae4b7a5a91246a65e9145f8434ee1d6e84','',552,0,'2013-12-09 08:00:00',19708,NULL),(22089,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,,7d304cae4b7a5a91246a65e9145f8434ee1d6e84','pH:6.5, SG:1.015, PUS CELLS:2, EPITH. CELLS:4, YEAST CELLS:PRESENT +',552,0,'2013-12-10 01:13:13',19710,NULL),(22090,9,',,,,,,,,,,,,,,03f3a1ef60c599efdf3d2cc5e15a357bc07b1e54','',552,0,'2013-12-10 00:13:06',19711,NULL),(22091,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,03f3a1ef60c599efdf3d2cc5e15a357bc07b1e54','',552,0,'2013-12-10 00:13:06',19711,NULL),(22092,71,'NEGATIVE,,03f3a1ef60c599efdf3d2cc5e15a357bc07b1e54','',552,0,'2013-12-10 01:06:22',19713,NULL),(22093,35,'CLEAR,STRAW,5.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],CALCIUM OXALATE (+),NOT SEEN,NOT SEEN,,03f3a1ef60c599efdf3d2cc5e15a357b','pH:5.5, SG:1.030, PUS CELLS:2, EPITH. CELLS:4',552,0,'2013-12-10 01:06:23',19713,NULL),(22094,107,'1/20,1/20,03f3a1ef60c599efdf3d2cc5e15a357bc07b1e54','',552,0,'2013-12-09 08:00:00',19716,NULL),(22095,22,'23,240bc906ff3cf8b05eb017437172057b577400c5','',552,0,'2013-12-09 08:00:00',19717,NULL),(22096,9,'','',530,0,'2013-12-09 23:46:36',19717,NULL),(22097,12,'60,,019ceefc549d8482d02b1a1e4abf8b88984be28b','',552,0,'2013-12-09 23:49:45',19718,NULL),(22098,11,'28,[$]14[/$],[$]2.0[/$],2.25,THERAPEUTIC : 2.0 - 4.0,,019ceefc549d8482d02b1a1e4abf8b88984be28b','',552,0,'2013-12-09 23:49:45',19718,NULL),(22099,9,'','',530,0,'2013-12-10 00:07:25',19719,NULL),(22100,71,'POSITIVE,,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','U PTHCG:POSITIVE',552,0,'2013-12-10 01:09:54',19721,NULL),(22101,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,12,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','U PTHCG:POSITIVECLARITY:HAZY, pH:6.5, SG:1.015, LEU:TRACE, PUS CELLS:4, EPITH. CELLS:12, YEAST CELLS:PRESENT +',552,0,'2013-12-10 01:09:54',19721,NULL),(22102,9,',,,,,,,,,,,,,,5fd9fe6da7063f0dc1d575d28fb8cb8d8bc33d71','',552,0,'2013-12-10 02:25:37',19722,NULL),(22103,19,'NEGATIVE,,5fd9fe6da7063f0dc1d575d28fb8cb8d8bc33d71','',552,0,'2013-12-10 02:25:37',19722,NULL),(22104,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,5fd9fe6da7063f0dc1d575d28fb8cb8d8bc33d71','',552,0,'2013-12-10 02:25:37',19722,NULL),(22105,107,'1/20,1/20,5fd9fe6da7063f0dc1d575d28fb8cb8d8bc33d71','',552,0,'2013-12-09 08:00:00',19724,NULL),(22106,131,'','',530,0,'2013-12-10 00:26:24',19725,NULL),(22107,9,',,,,,,,,,,,,,,8e48fa2469984a24e74bbe6dba3f64daabf40396','',552,0,'2013-12-10 02:21:16',19726,NULL),(22108,19,'NEGATIVE,,8e48fa2469984a24e74bbe6dba3f64daabf40396','',552,0,'2013-12-10 02:21:16',19726,NULL),(22109,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,8e48fa2469984a24e74bbe6dba3f64daabf40396','',552,0,'2013-12-10 02:21:16',19726,NULL),(22110,9,'','',530,0,'2013-12-10 00:49:19',19727,NULL),(22111,19,'NEGATIVE,41cee0b3b59f65bbf2f047d03d9023d56bc72cfa','',552,0,'2013-12-09 08:00:00',19727,NULL),(22112,18,'[$]NO MALARIA PARASITES SEEN[/$],-,41cee0b3b59f65bbf2f047d03d9023d56bc72cfa','',552,0,'2013-12-09 08:00:00',19727,NULL),(22113,35,'HAZY,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,41cee0b3b59f65bbf2f047d03d9023d56bc72cfa',', ',552,0,'2013-12-09 08:00:00',19729,NULL),(22114,9,',,,,,,,,,,,,,,ccfb484735779cbee26920e72e41ea4f04eab966','',552,0,'2013-12-10 02:16:37',19730,NULL),(22115,19,'NEGATIVE,,ccfb484735779cbee26920e72e41ea4f04eab966','',552,0,'2013-12-10 02:16:37',19730,NULL),(22116,9,'','',530,0,'2013-12-10 01:17:28',19731,NULL),(22117,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bb75ed693cdbb5fc9e4debbc773cab80d2632213','',552,0,'2013-12-09 08:00:00',19731,NULL),(22118,107,'1/40,1/40,bb75ed693cdbb5fc9e4debbc773cab80d2632213','',552,0,'2013-12-09 08:00:00',19733,NULL),(22119,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,bb75ed693cdbb5fc9e4debbc773cab80d2632213','CLARITY:HAZY, pH:6.5, SG:1.015, PUS CELLS:2, EPITH. CELLS:8',552,0,'2013-12-10 02:23:02',19736,NULL),(22120,9,'','',530,0,'2013-12-10 01:20:42',19737,NULL),(22121,9,'','',530,0,'2013-12-10 01:30:33',19738,NULL),(22122,236,'[$][/$],b5497edd3f2bde706d8ffeeedc153ab6646eac7e','',534,0,'2013-12-13 08:00:00',19740,NULL),(22123,122,'[$]COMMENSALS ONLY[/$],b5497edd3f2bde706d8ffeeedc153ab6646eac7e','',534,0,'2013-12-13 08:00:00',19740,NULL),(22124,9,'','',530,0,'2013-12-10 01:43:43',19741,NULL),(22125,19,'NEGATIVE,94922b2929da03d5c9db7aec152576a29b66647a','',552,0,'2013-12-09 08:00:00',19741,NULL),(22126,18,'[$]NO MALARIA PARASITES SEEN[/$],-,94922b2929da03d5c9db7aec152576a29b66647a','',552,0,'2013-12-09 08:00:00',19741,NULL),(22127,107,'1/20,1/20,94922b2929da03d5c9db7aec152576a29b66647a','',552,0,'2013-12-09 08:00:00',19743,NULL),(22128,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,94922b2929da03d5c9db7aec152576a29b66647a','pH:6.0, SG:1.025',552,0,'2013-12-10 02:38:42',19746,NULL),(22129,9,'','',530,0,'2013-12-10 01:57:45',19747,NULL),(22130,19,'NEGATIVE,e857f766eb6c547f87d8a509f183a27bc289dd91','',552,0,'2013-12-09 08:00:00',19747,NULL),(22131,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e857f766eb6c547f87d8a509f183a27bc289dd91','',552,0,'2013-12-09 08:00:00',19747,NULL),(22132,107,'1/20,1/20,e857f766eb6c547f87d8a509f183a27bc289dd91','',552,0,'2013-12-09 08:00:00',19749,NULL),(22133,35,'CLEAR,STRAW,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,e857f766eb6c547f87d8a509f183a27bc289dd91','pH:6.5, SG:1.020, EPITH. CELLS:2',552,0,'2013-12-10 02:40:36',19752,NULL),(22134,68,',NEGATIVE,NEGATIVE,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:49:34',19753,NULL),(22135,9,',,,,,,,,,,,,,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:49:34',19753,NULL),(22136,19,'NEGATIVE,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:49:34',19753,NULL),(22137,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:49:34',19753,NULL),(22138,57,',,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:48:33',19755,NULL),(22139,133,',,,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:48:33',19755,NULL),(22140,130,',,,,,,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:48:33',19755,NULL),(22141,132,',,,,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:48:33',19755,NULL),(22142,92,',,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:48:33',19755,NULL),(22143,65,',,23f4435b9ea29316156da947e750f1c090e30222','',552,0,'2013-12-10 17:48:33',19755,NULL),(22144,107,'1/20,1/40,,23f4435b9ea29316156da947e750f1c090e30222','S. typhi H:140',552,0,'2013-12-10 17:48:33',19755,NULL),(22145,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,23f4435b9ea29316156da947e750f1c090e30222','pH:6.5, SG:1.010, EPITH. CELLS:2',552,0,'2013-12-10 17:40:39',19758,NULL),(22146,9,'','',530,0,'2013-12-10 02:08:52',19759,NULL),(22147,21,'B,POSITIVE,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19760,NULL),(22148,9,'','',530,0,'2013-12-10 02:28:09',19760,NULL),(22149,25,'NO DEFECT,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19760,NULL),(22150,19,'NEGATIVE,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19760,NULL),(22151,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19760,NULL),(22152,20,'NEGATIVE,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19760,NULL),(22153,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS PHOSPHATE (++),NOT SEEN,NOT SEEN,e8e991c863e89167c7726c666753','',537,0,'2013-12-11 08:00:00',19762,NULL),(22154,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,e8e991c863e89167c7726c666753ae27af7bc00e','',537,0,'2013-12-11 08:00:00',19765,NULL),(22155,112,'NEGATIVE,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19769,NULL),(22156,27,'NON-REACTIVE,-,NEGATIVE,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19769,NULL),(22157,108,'NON - REACTIVE,e8e991c863e89167c7726c666753ae27af7bc00e','',552,0,'2013-12-11 08:00:00',19769,NULL),(22158,223,'','',530,0,'2013-12-10 02:32:03',19770,NULL),(22159,36,'No Bacteria Growth,,67a6659db990acd4adc266403c5838cda436dca9','',552,0,'2013-12-10 03:16:13',19771,NULL),(22160,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,6,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,67a6659db990acd4adc266403c5838cda436dca9','pH:6.0, SG:1.025, BLD:TRACE, LEU:TRACE, PUS CELLS:4, EPITH. CELLS:6, RBC:6',552,0,'2013-12-10 03:16:13',19771,NULL),(22161,19,'NEGATIVE,,9fe251c66d9e2f29948ab6d03d74ac1d4112f704','',552,0,'2013-12-10 03:06:23',19772,NULL),(22162,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,9fe251c66d9e2f29948ab6d03d74ac1d4112f704','',552,0,'2013-12-10 03:06:23',19772,NULL),(22163,9,'','',530,0,'2013-12-10 02:51:42',19773,NULL),(22164,36,'No Bacteria Growth,bce7646dbfc87a65ed90f4678c5f585d1bd63e3c','',534,0,'2013-12-11 08:00:00',19775,NULL),(22165,71,'NEGATIVE,bce7646dbfc87a65ed90f4678c5f585d1bd63e3c','',552,0,'2013-12-09 08:00:00',19775,NULL),(22166,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,bce7646dbfc87a65ed90f4678c5f585d1bd63e3c',', ',552,0,'2013-12-09 08:00:00',19775,NULL),(22167,28,'NEGATIVE,[$]AA[/$],,3d99bd0d040d3c6878407a7339a19131d9628d8f','',552,0,'2013-12-10 02:54:57',19776,NULL),(22168,20,'NEGATIVE,,3d99bd0d040d3c6878407a7339a19131d9628d8f','',552,0,'2013-12-10 02:54:57',19776,NULL),(22169,21,'A,POSITIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','',553,0,'2013-12-14 20:08:12',19777,NULL),(22170,25,'NO DEFECT,,729533ede26dfbc328f8e62335eb06dcc2e23b37','',553,0,'2013-12-14 20:08:12',19777,NULL),(22171,20,'NEGATIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','',553,0,'2013-12-14 20:08:12',19777,NULL),(22172,112,'NEGATIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','',553,0,'2013-12-14 20:09:03',19779,NULL),(22173,27,'NON-REACTIVE,-,NEGATIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',553,0,'2013-12-14 20:09:03',19779,NULL),(22174,108,'NON - REACTIVE,,729533ede26dfbc328f8e62335eb06dcc2e23b37','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUIC',553,0,'2013-12-14 20:09:03',19779,NULL),(22175,37,'','',530,0,'2013-12-10 02:59:19',19782,NULL),(22176,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,729533ede26dfbc328f8e62335eb06dcc2e23b37',', ',553,0,'2013-12-14 08:00:00',19786,NULL),(22177,40,'[$]NO BACTERIA GROWTH AFTER 48 HRS OF INCUBATION.NO BACTERIA GROWTH AFTER 7 DAYS OF INCUBATION.[/$],85ad436a9c5959b658736451e062acb4c418a278','',534,0,'2013-12-16 08:00:00',19787,NULL),(22178,9,'','',530,0,'2013-12-10 03:14:04',19788,NULL),(22179,9,'','',530,0,'2013-12-10 03:23:30',19789,NULL),(22180,19,'NEGATIVE,ecccd5f84bff6db32770193718710188847946b1','',535,0,'2013-12-09 08:00:00',19789,NULL),(22181,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ecccd5f84bff6db32770193718710188847946b1','',535,0,'2013-12-09 08:00:00',19789,NULL),(22182,9,'','',558,0,'2013-12-10 03:32:52',19790,NULL),(22183,19,'NEGATIVE,68f1f643620b53214323b7defd5a6a43a226dc95','',535,0,'2013-12-09 08:00:00',19790,NULL),(22184,18,'[$]NO MALARIA PARASITES SEEN[/$],-,68f1f643620b53214323b7defd5a6a43a226dc95','',535,0,'2013-12-09 08:00:00',19790,NULL),(22185,222,'','',558,0,'2013-12-10 03:45:49',19791,NULL),(22186,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED,>30,14,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5062aec6e03b12282da11e84',', ',535,0,'2013-12-09 08:00:00',19793,NULL),(22187,222,'','',558,0,'2013-12-10 03:49:35',19794,NULL),(22188,222,'13.1,4.73,11.7,35.5,75.1,24.7,33.0,406,19.9,5.3,74.8,2.6,0.7,9.8,13.6,7.1,5d5470ac95fd582955257c460dfdbbe096b44aa0','',535,0,'2013-12-09 08:00:00',19795,NULL),(22189,68,'','',558,0,'2013-12-10 04:23:51',19796,NULL),(22190,222,'','',558,0,'2013-12-10 04:23:51',19796,NULL),(22191,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3a5d3aa28dbad2c6350ea260d4b3fdd3e72740de',', ',552,0,'2013-12-11 08:00:00',19798,NULL),(22192,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,3a5d3aa28dbad2c6350ea260d4b3fdd3e72740de','',552,0,'2013-12-11 08:00:00',19801,NULL),(22193,222,'4.3,5.26,13.8,41.7,79.3,26.2,33.1,184,14.1,12.6,73.3,0.6,0.5,3.2,14.4,9.1,ded1894246abdbdaf2bd9f7186a0e1be96fb8932','',535,0,'2013-12-09 08:00:00',19802,NULL),(22194,19,'NEGATIVE,ded1894246abdbdaf2bd9f7186a0e1be96fb8932','',535,0,'2013-12-09 08:00:00',19802,NULL),(22195,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ded1894246abdbdaf2bd9f7186a0e1be96fb8932','',535,0,'2013-12-09 08:00:00',19802,NULL),(22196,36,'No Bacteria Growth,ded1894246abdbdaf2bd9f7186a0e1be96fb8932','',534,0,'2013-12-11 08:00:00',19804,NULL),(22197,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,INCREASED,12,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ded1894246abdbdaf2bd9f7186a0e1be96fb89',', ',535,0,'2013-12-09 08:00:00',19804,NULL),(22198,222,'8.5,4.82,12.9,38.1,79.0,26.8,33.9,307,41.9,10.1,48.0,3.6,0.9,4.0,14.8,9.1,3f539b4062f5fbb2625c087ade12b1468139ffc4','',535,0,'2013-12-09 08:00:00',19805,NULL),(22199,19,'NEGATIVE,3f539b4062f5fbb2625c087ade12b1468139ffc4','',535,0,'2013-12-09 08:00:00',19805,NULL),(22200,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3f539b4062f5fbb2625c087ade12b1468139ffc4','',535,0,'2013-12-09 08:00:00',19805,NULL),(22201,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,3f539b4062f5fbb2625c087ade12b1468139ffc4','SG:1.010',552,0,'2013-12-10 19:15:45',19807,NULL),(22202,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,3f539b4062f5fbb2625c087ade12b1468139ffc4','',552,0,'2013-12-10 08:00:00',19810,NULL),(22203,107,'1/20,1/20,3f539b4062f5fbb2625c087ade12b1468139ffc4','',535,0,'2013-12-09 08:00:00',19814,NULL),(22204,222,'10.7,4.49,12.7,37.7,84.0,28.3,33.7,268,15.9,10.7,73.4,1.7,1.1,7.9,13.6,9.5,aa466c15e0ecabcff299accd19cc3760c5ac5c2c','',535,0,'2013-12-09 08:00:00',19815,NULL),(22205,19,'NEGATIVE,aa466c15e0ecabcff299accd19cc3760c5ac5c2c','',535,0,'2013-12-09 08:00:00',19815,NULL),(22206,18,'[$]NO MALARIA PARASITES SEEN[/$],-,aa466c15e0ecabcff299accd19cc3760c5ac5c2c','',535,0,'2013-12-09 08:00:00',19815,NULL),(22207,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS PHOSPHATE (+),NOT SEEN,NOT SEEN,aa466c15e0ecabcff299accd19cc3',', ',535,0,'2013-12-09 08:00:00',19817,NULL),(22208,107,'1/20,1/20,aa466c15e0ecabcff299accd19cc3760c5ac5c2c','',535,0,'2013-12-09 08:00:00',19820,NULL),(22209,222,'5.5,4.77,12.4,37.9,79.5,26.0,32.7,253,48.2,10.6,41.2,2.7,0.6,2.2,14.0,8.8,b0303f10caae709c7a5b5e0eb6c2108f7567078b','',535,0,'2013-12-09 08:00:00',19821,NULL),(22210,19,'NEGATIVE,b0303f10caae709c7a5b5e0eb6c2108f7567078b','',535,0,'2013-12-09 08:00:00',19821,NULL),(22211,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b0303f10caae709c7a5b5e0eb6c2108f7567078b','',535,0,'2013-12-09 08:00:00',19821,NULL),(22212,36,'No Bacteria Growth,b0303f10caae709c7a5b5e0eb6c2108f7567078b','',534,0,'2013-12-11 08:00:00',19823,NULL),(22213,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b0303f10caae709c7a5b5e0eb6c2108f7567078b',', ',535,0,'2013-12-09 08:00:00',19823,NULL),(22214,222,'4.8,4.41,12.6,36.8,83.4,28.6,34.2,228,54.2,8.2,37.6,2.6,0.4,1.8,14.4,9.0,5f2f6d439f2feaf001a9d460b429060cb0f5a1d3','',535,0,'2013-12-09 08:00:00',19824,NULL),(22215,18,'[$]NO MALARIA PARASITES SEEN[/$],-,5f2f6d439f2feaf001a9d460b429060cb0f5a1d3','',535,0,'2013-12-09 08:00:00',19824,NULL),(22216,35,'','',558,0,'2013-12-10 06:18:21',19826,NULL),(22217,66,'','',558,0,'2013-12-10 06:18:22',19829,NULL),(22218,78,'','',558,0,'2013-12-10 06:18:22',19829,NULL),(22219,76,'','',558,0,'2013-12-10 06:18:22',19829,NULL),(22220,72,'','',558,0,'2013-12-10 06:18:22',19829,NULL),(22221,91,'','',558,0,'2013-12-10 06:18:22',19829,NULL),(22222,69,'NEGATIVE,POSITIVE (> 0.50)_NORMAL (0.01 - 0.05)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),5f2f6d439f2feaf001a9d460b429060cb0f5a1d3','',552,0,'2013-12-11 08:00:00',19829,NULL),(22223,93,'< 0.05,5f2f6d439f2feaf001a9d460b429060cb0f5a1d3','',534,0,'2013-12-11 08:00:00',19833,NULL),(22224,222,'4.8,5.28,14.1,43.0,81.4,26.7,32.8,336,47.2,12.4,40.4,2.3,0.6,1.9,13.6,8.2,9cbb29f5f36de336a6c7a756b961380281d2636b','',535,0,'2013-12-09 08:00:00',19834,NULL),(22225,19,'NEGATIVE,9cbb29f5f36de336a6c7a756b961380281d2636b','',535,0,'2013-12-09 08:00:00',19834,NULL),(22226,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9cbb29f5f36de336a6c7a756b961380281d2636b','',535,0,'2013-12-09 08:00:00',19834,NULL),(22227,16,'POSITIVE,9cbb29f5f36de336a6c7a756b961380281d2636b','',535,0,'2013-12-09 08:00:00',19836,NULL),(22228,14,'','',558,0,'2013-12-10 06:37:33',19839,NULL),(22229,71,'NEGATIVE,010fa3e5bb39bce9aeee3c1aa8e6186f7fa5da67','',535,0,'2013-12-09 08:00:00',19840,NULL),(22230,222,'3.5,5.33,15.1,45.2,84.8,28.3,33.4,217,51.3,11.8,36.9,1.8,0.4,1.3,14.7,10.6,5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',555,0,'2013-12-10 08:00:00',19841,NULL),(22231,27,'NON-REACTIVE,-,NEGATIVE,5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',555,0,'2013-12-10 08:00:00',19841,NULL),(22232,19,'NEGATIVE,5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',555,0,'2013-12-10 08:00:00',19841,NULL),(22233,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',555,0,'2013-12-10 08:00:00',19841,NULL),(22234,38,'[$]No Salmonellae or Shigellae isolated[/$],5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',534,0,'2013-12-12 08:00:00',19843,NULL),(22235,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',552,0,'2013-12-10 08:00:00',19843,NULL),(22236,107,'1/20,1/20,5a3e109d296e6bb5cc901bd603294c0ee584ee9b','',555,0,'2013-12-10 08:00:00',19846,NULL),(22237,222,'12.8,5.31,14.9,43.2,81.4,28.1,34.5,204,9.4,7.9,82.7,1.2,1.0,10.6,13.7,9.7,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',535,0,'2013-12-10 08:00:00',19847,NULL),(22238,19,'NEGATIVE,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',535,0,'2013-12-10 08:00:00',19847,NULL),(22239,18,'[$]NO MALARIA PARASITES SEEN[/$],-,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',535,0,'2013-12-10 08:00:00',19847,NULL),(22240,107,'1/20,1/20,efe8f4dd177c86a1e7551fe7418981b76c8cd82c','',535,0,'2013-12-10 08:00:00',19848,NULL),(22241,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,efe8f4dd177c86a1e7551fe7418981b76c8cd82c',', ',535,0,'2013-12-10 08:00:00',19850,NULL),(22242,68,'9.4,-,-,,6ddf0413552ffd4c50ebd53ec61bb2f492b00542','URINE SUGAR:, URINE KETONES:',552,0,'2013-12-10 17:09:10',19851,NULL),(22243,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,6ddf0413552ffd4c50ebd53ec61bb2f492b00542','SG:1.010, LEU:TRACE, PUS CELLS:4, EPITH. CELLS:4',552,0,'2013-12-10 17:05:20',19853,NULL),(22244,68,',POSITIVE (+),NEGATIVE,,b565dc70a00f94a3ee413e85357bb5d7d254fbb6','URINE SUGAR:POSITIVE +',552,0,'2013-12-10 17:06:54',19854,NULL),(22245,222,',,,,,,,,,,,,,,,,,b565dc70a00f94a3ee413e85357bb5d7d254fbb6','URINE SUGAR:POSITIVE',552,0,'2013-12-10 17:06:55',19854,NULL),(22246,57,'','',558,0,'2013-12-10 14:13:43',19856,NULL),(22247,133,'','',558,0,'2013-12-10 14:13:43',19856,NULL),(22248,132,'','',558,0,'2013-12-10 14:13:43',19856,NULL),(22249,56,'','',558,0,'2013-12-10 14:13:43',19856,NULL),(22250,22,'52,87d58b1aabc443e5ea61ad6af855f5e107baefd4','',555,0,'2013-12-10 08:00:00',19857,NULL),(22251,68,'5.6,-,-,87d58b1aabc443e5ea61ad6af855f5e107baefd4','NON DIABETIC, ',555,0,'2013-12-10 08:00:00',19857,NULL),(22252,9,'','',530,0,'2013-12-10 14:52:59',19857,NULL),(22253,20,'NEGATIVE,87d58b1aabc443e5ea61ad6af855f5e107baefd4','',555,0,'2013-12-10 08:00:00',19857,NULL),(22254,57,'','',530,0,'2013-12-10 14:52:59',19859,NULL),(22255,133,'','',530,0,'2013-12-10 14:52:59',19859,NULL),(22256,9,'','',530,0,'2013-12-10 15:08:22',19860,NULL),(22257,19,'NEGATIVE,58fd62a2d33a6c43cbde417419d3be39acd9d6da','',555,0,'2013-12-10 08:00:00',19860,NULL),(22258,18,'[$]NO MALARIA PARASITES SEEN[/$],-,58fd62a2d33a6c43cbde417419d3be39acd9d6da','',555,0,'2013-12-10 08:00:00',19860,NULL),(22259,9,'','',530,0,'2013-12-10 15:20:18',19861,NULL),(22260,19,'NEGATIVE,439e8fc18ab1346a06ccce993535aae45cee2e4b','',555,0,'2013-12-10 08:00:00',19861,NULL),(22261,18,'[$]NO MALARIA PARASITE SEEN[/$],-,439e8fc18ab1346a06ccce993535aae45cee2e4b','',555,0,'2013-12-10 08:00:00',19861,NULL),(22262,107,'1/20,1/20,439e8fc18ab1346a06ccce993535aae45cee2e4b','',555,0,'2013-12-10 08:00:00',19863,NULL),(22263,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,439e8fc18ab1346a06ccce993535aae45cee2e4b','',555,0,'2013-12-10 08:00:00',19866,NULL),(22264,68,'','',530,0,'2013-12-10 15:23:44',19867,NULL),(22265,9,'','',530,0,'2013-12-10 15:23:44',19867,NULL),(22266,132,'','',530,0,'2013-12-10 15:23:44',19869,NULL),(22267,132,'','',530,0,'2013-12-10 15:26:29',19870,NULL),(22268,68,'','',530,0,'2013-12-10 15:26:30',19872,NULL),(22269,68,'4.9,-,-,3d5c45616fd5d54bb1a5aec8427a8f65958a7ea0','NON DIABETIC, ',555,0,'2013-12-10 08:00:00',19873,NULL),(22270,9,'','',530,0,'2013-12-10 15:37:38',19873,NULL),(22271,19,'NEGATIVE,3d5c45616fd5d54bb1a5aec8427a8f65958a7ea0','',555,0,'2013-12-10 08:00:00',19873,NULL),(22272,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3d5c45616fd5d54bb1a5aec8427a8f65958a7ea0','',555,0,'2013-12-10 08:00:00',19873,NULL),(22273,132,'','',530,0,'2013-12-10 15:37:39',19875,NULL),(22274,107,'1/20,1/20,3d5c45616fd5d54bb1a5aec8427a8f65958a7ea0','',555,0,'2013-12-10 08:00:00',19875,NULL),(22275,35,'CLEAR,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3d5c45616fd5d54bb1a5aec8427a8f65958a7ea0','',555,0,'2013-12-10 08:00:00',19878,NULL),(22276,132,'','',530,0,'2013-12-10 15:40:45',19879,NULL),(22277,133,'','',530,0,'2013-12-10 15:45:17',19880,NULL),(22278,63,'','',530,0,'2013-12-10 15:45:17',19880,NULL),(22279,128,'','',530,0,'2013-12-10 15:45:17',19880,NULL),(22280,68,'','',530,0,'2013-12-10 15:45:17',19882,NULL),(22281,68,'14.9,POSITIVE (+),NEGATIVE,ec9adda18e36fe75dc4948ba1e99518098cdd619','',555,0,'2013-12-10 08:00:00',19883,NULL),(22282,57,'','',530,0,'2013-12-10 16:12:35',19884,NULL),(22283,131,'','',530,0,'2013-12-10 16:12:35',19884,NULL),(22284,132,'','',530,0,'2013-12-10 16:12:35',19884,NULL),(22285,92,'1.4,de17da87b4ddee7247b9b35c095ada1238d0bed9','',536,0,'2013-12-12 08:00:00',19884,NULL),(22286,56,'','',530,0,'2013-12-10 16:12:35',19884,NULL),(22287,65,'','',530,0,'2013-12-10 16:12:35',19884,NULL),(22288,22,'20,,de17da87b4ddee7247b9b35c095ada1238d0bed9','',552,0,'2013-12-10 18:27:09',19886,NULL),(22289,68,',NEGATIVE,NEGATIVE,,de17da87b4ddee7247b9b35c095ada1238d0bed9','',552,0,'2013-12-10 18:27:09',19886,NULL),(22290,9,',,,,,,,,,,,,,,de17da87b4ddee7247b9b35c095ada1238d0bed9','',552,0,'2013-12-10 18:27:09',19886,NULL),(22291,39,'NEGATIVE,de17da87b4ddee7247b9b35c095ada1238d0bed9','',555,0,'2013-12-13 08:00:00',19889,NULL),(22292,71,'POSITIVE,8cb378d108d3521606270ce70457d6679d0f0667','',555,0,'2013-12-10 08:00:00',19890,NULL),(22293,68,'6.2,-,-,00e5f43b533b4b95ad65479f510d63bf10db3b35','',537,0,'2013-12-10 08:00:00',19891,NULL),(22294,9,'','',530,0,'2013-12-10 16:51:38',19892,NULL),(22295,77,'','',530,0,'2013-12-10 16:51:38',19892,NULL),(22296,130,'','',530,0,'2013-12-10 16:52:46',19893,NULL),(22297,132,'','',530,0,'2013-12-10 16:52:46',19893,NULL),(22298,68,'','',530,0,'2013-12-10 16:52:46',19895,NULL),(22299,9,'','',530,0,'2013-12-10 17:05:53',19896,NULL),(22300,18,'[$]NO MALARIA PARASITES SEEN[/$],-,cb5ba2b82445ced986b2e377cb69c39823c9808d','',552,0,'2013-12-10 08:00:00',19896,NULL),(22301,107,'1/20,1/20,cb5ba2b82445ced986b2e377cb69c39823c9808d','',552,0,'2013-12-10 08:00:00',19898,NULL),(22302,35,'CLOUDY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS URATES(+++),NOT SEEN,NOT SEEN,,cb5ba2b82445ced986b2e377cb','CLARITY:CLOUDY, COLOUR:LIGHT AMBER, SG:1.030, BIL:TRACE',552,0,'2013-12-10 18:21:54',19901,NULL),(22303,9,'','',530,0,'2013-12-10 17:08:06',19902,NULL),(22304,18,'[$]NO MALARIA PARASITES SEEN[/$],-,59af4fd5dfe6c96551176c70aa0049d930ab5df7','',552,0,'2013-12-10 08:00:00',19902,NULL),(22305,107,'1/20,1/20,59af4fd5dfe6c96551176c70aa0049d930ab5df7','',552,0,'2013-12-10 08:00:00',19904,NULL),(22306,35,'CLOUDY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS URATES(+++),NOT SEEN,NOT SEEN,,59af4fd5dfe6c96551176c70aa','CLARITY:CLOUDY, COLOUR:LIGHT AMBER, SG:1.030, BIL:TRACE',552,0,'2013-12-10 18:22:50',19907,NULL),(22307,22,'10,,732fc87fcc402f3c7f56896291a6b36a4a5ff498','',552,0,'2013-12-10 20:05:42',19908,NULL),(22308,9,',,,,,,,,,,,,,,732fc87fcc402f3c7f56896291a6b36a4a5ff498','',552,0,'2013-12-10 20:05:42',19908,NULL),(22309,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,732fc87fcc402f3c7f56896291a6b36a4a5ff498','',552,0,'2013-12-10 20:05:42',19908,NULL),(22310,130,'','',530,0,'2013-12-10 17:18:55',19909,NULL),(22311,92,'3.5,c80aa23dfde3248e0a9147b20a8f853379be3f3c','',536,0,'2013-12-12 08:00:00',19909,NULL),(22312,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,c80aa23dfde3248e0a9147b20a8f853379be3f3c','pH:6.0, SG:1.020, BLD:TRACE, RBC:6',552,0,'2013-12-10 18:23:44',19911,NULL),(22313,9,'','',530,0,'2013-12-10 17:18:56',19914,NULL),(22314,9,'','',530,0,'2013-12-10 17:23:55',19915,NULL),(22315,22,'38,,26201d707e2fcf25e0c60e0654666978ce7b2d53','',552,0,'2013-12-10 20:10:06',19916,NULL),(22316,9,',,,,,,,,,,,,,,26201d707e2fcf25e0c60e0654666978ce7b2d53','',552,0,'2013-12-10 20:10:06',19916,NULL),(22317,19,'NEGATIVE,,26201d707e2fcf25e0c60e0654666978ce7b2d53','',552,552,'2013-12-10 08:00:00',19916,'2013-12-10 12:10:06'),(22318,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,26201d707e2fcf25e0c60e0654666978ce7b2d53','',552,552,'2013-12-10 08:00:00',19916,'2013-12-10 12:10:06'),(22319,107,'1/20,1/20,26201d707e2fcf25e0c60e0654666978ce7b2d53','',552,0,'2013-12-10 08:00:00',19918,NULL),(22320,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,26201d707e2fcf25e0c60e0654666978ce7b2d53','pH:6.5, SG:1.010',552,0,'2013-12-10 18:51:33',19921,NULL),(22321,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,b02e89bded649a6a91303144ac272f2b360c596a','pH:7.0, SG:1.010',552,0,'2013-12-10 18:50:16',19922,NULL),(22322,9,',,,,,,,,,,,,,,3961df0446bdf6c577131757ff358d04f9253ae0','',552,0,'2013-12-10 18:55:42',19923,NULL),(22323,19,'NEGATIVE,,3961df0446bdf6c577131757ff358d04f9253ae0','',552,0,'2013-12-10 18:55:42',19923,NULL),(22324,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,3961df0446bdf6c577131757ff358d04f9253ae0','',552,0,'2013-12-10 18:55:42',19923,NULL),(22325,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,3961df0446bdf6c577131757ff358d04f9253ae0','pH:6.5, SG:1.010',552,0,'2013-12-10 19:14:32',19925,NULL),(22326,129,'','',530,0,'2013-12-10 17:50:57',19926,NULL),(22327,9,'','',530,0,'2013-12-10 18:06:10',19927,NULL),(22328,70,'5.7,dcb180828d9de1e97831c24183c207ccf4e854b6','',552,0,'2013-12-10 08:00:00',19927,NULL),(22329,35,'CLEAR,STRAW,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,dcb180828d9de1e97831c24183c207ccf4e854b6','pH:5.5, SG:1.015',552,0,'2013-12-10 19:17:46',19929,NULL),(22330,108,'NON - REACTIVE,dcb180828d9de1e97831c24183c207ccf4e854b6','',552,0,'2013-12-10 08:00:00',19932,NULL),(22331,132,'','',530,0,'2013-12-10 18:10:34',19933,NULL),(22332,68,'','',530,0,'2013-12-10 18:10:34',19935,NULL),(22333,16,'POSITIVE,ac5e8b69f929f95c4952ca83f7081dc5dcfcae52','',552,0,'2013-12-11 08:00:00',19936,NULL),(22334,14,'NEGATIVE,ac5e8b69f929f95c4952ca83f7081dc5dcfcae52','',552,0,'2013-12-11 08:00:00',19938,NULL),(22335,14,'NEGATIVE,,945abbda67d9034e78e1c8ee96b299562cb1791e','',552,0,'2013-12-10 19:13:15',19939,NULL),(22336,9,'','',530,0,'2013-12-10 18:22:33',19940,NULL),(22337,18,'','',530,0,'2013-12-10 18:22:33',19940,NULL),(22338,57,'','',530,0,'2013-12-10 18:42:16',19941,NULL),(22339,133,'','',530,0,'2013-12-10 18:42:16',19941,NULL),(22340,131,'','',530,0,'2013-12-10 18:42:16',19941,NULL),(22341,132,'','',530,0,'2013-12-10 18:42:16',19941,NULL),(22342,56,'','',530,0,'2013-12-10 18:42:16',19941,NULL),(22343,68,'','',530,0,'2013-12-10 18:42:16',19943,NULL),(22344,9,'','',530,0,'2013-12-10 18:47:59',19944,NULL),(22345,19,'NEGATIVE,d51ea5763133560a00f9a63ecfc41ba095f790cf','',555,0,'2013-12-10 08:00:00',19944,NULL),(22346,9,'','',530,0,'2013-12-10 18:57:27',19945,NULL),(22347,20,'POSITIVE,a0248533b7a6ed85bc65a3298a71cb1e9f4656bc','',555,0,'2013-12-10 08:00:00',19945,NULL),(22348,7,'','',530,0,'2013-12-10 18:57:28',19947,NULL),(22349,102,'','',530,0,'2013-12-10 18:57:28',19947,NULL),(22350,94,'','',530,0,'2013-12-10 18:57:28',19947,NULL),(22351,9,'','',530,0,'2013-12-10 19:00:07',19948,NULL),(22352,27,'Type 1 Ab REACTIVE,REACTIVE,POSITIVE,46b7a2d66ab690be26b9a664c763dfadd9135666','',552,0,'2013-12-10 08:00:00',19948,NULL),(22353,19,'NEGATIVE,46b7a2d66ab690be26b9a664c763dfadd9135666','',552,0,'2013-12-10 08:00:00',19948,NULL),(22354,22,'39,271c2bddb3c41be4ddfa13b73fae0c3127209ae7','',555,0,'2013-12-10 08:00:00',19949,NULL),(22355,9,'','',530,0,'2013-12-10 19:02:52',19949,NULL),(22356,19,'NEGATIVE,271c2bddb3c41be4ddfa13b73fae0c3127209ae7','',555,0,'2013-12-10 08:00:00',19949,NULL),(22357,18,'[$]NO MALARIA PARASITE SEEN[/$],-,271c2bddb3c41be4ddfa13b73fae0c3127209ae7','',555,0,'2013-12-10 08:00:00',19949,NULL),(22358,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,271c2bddb3c41be4ddfa13b73fae0c3127209ae7','pH:6.0, SG:1.025, EPITH. CELLS:4',552,0,'2013-12-10 20:49:34',19951,NULL),(22359,9,'','',530,0,'2013-12-10 19:05:34',19952,NULL),(22360,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a6f04561193798d37cb6e0aa31bac9f1aabf2fe0','',555,0,'2013-12-10 08:00:00',19952,NULL),(22361,9,'','',530,0,'2013-12-10 19:11:15',19953,NULL),(22362,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7bc2fd3b8072f14caf114ad9233a8f4b1891623e','',555,0,'2013-12-10 08:00:00',19953,NULL),(22363,9,'','',530,0,'2013-12-10 19:13:25',19954,NULL),(22364,18,'[$]NO MALARIA PARASITE SEEN[/$],-,140779df392fce8fb6342f30d21309bb7af19626','',555,0,'2013-12-10 08:00:00',19954,NULL),(22365,70,'7.2,140779df392fce8fb6342f30d21309bb7af19626','',555,0,'2013-12-10 08:00:00',19954,NULL),(22366,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,140779df392fce8fb6342f30d21309bb7af19626','pH:6.0, SG:1.010',552,0,'2013-12-10 20:45:22',19956,NULL),(22367,22,'29,7275a2249e15c4ed480874a1804810e1fbaa2ddd','',555,0,'2013-12-10 08:00:00',19957,NULL),(22368,9,'','',530,0,'2013-12-10 19:15:38',19957,NULL),(22369,19,'NEGATIVE,7275a2249e15c4ed480874a1804810e1fbaa2ddd','',555,0,'2013-12-10 08:00:00',19957,NULL),(22370,22,'17,,1546ff86fcaf776f8d90714f020fb5855b5f0b09','',536,0,'2013-12-10 22:32:26',19958,NULL),(22371,9,',,,,,,,,,,,,,,1546ff86fcaf776f8d90714f020fb5855b5f0b09','',536,0,'2013-12-10 22:32:27',19958,NULL),(22372,19,'NEGATIVE,,1546ff86fcaf776f8d90714f020fb5855b5f0b09','',536,0,'2013-12-10 22:32:27',19958,NULL),(22373,35,'HAZY,LIGHT AMBER,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS PHOSPHATE (+++),NOT SEEN,NOT SEEN,,6d9d85c321b6a9d6c5','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:8.5, SG:1.005, URO:INCREASED, EPITH. CELLS:6',552,0,'2013-12-10 20:43:33',19959,NULL),(22374,9,'','',530,0,'2013-12-10 19:28:33',19960,NULL),(22375,11,'14,[$]14[/$],[$]1.0[/$],1.0,THERAPEUTIC : 2.0 - 4.0_REFERENCE : 0.9 - 1.2,b9d54f07afa6e3a656512550d0448de5cfabc2a5','',536,0,'2013-12-10 08:00:00',19962,NULL),(22376,66,'','',530,0,'2013-12-10 19:29:56',19963,NULL),(22377,9,'','',530,0,'2013-12-10 19:37:08',19964,NULL),(22378,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7a2f9261e1ac1412978634358b1e691c78696945','',555,0,'2013-12-10 08:00:00',19964,NULL),(22379,9,'','',530,0,'2013-12-10 19:39:59',19965,NULL),(22380,18,'[$]NO MALARIA PARASITE SEEN[/$],-,30709f6578aaf1b43a86843ea2ed87b13b9ac911','',536,0,'2013-12-10 08:00:00',19965,NULL),(22381,22,'20,321633ee85b6c6345c787225c65ae7fcf54d7182','',536,0,'2013-12-10 08:00:00',19966,NULL),(22382,9,'','',534,0,'2013-12-10 19:41:32',19966,NULL),(22383,19,'NEGATIVE,321633ee85b6c6345c787225c65ae7fcf54d7182','',536,0,'2013-12-10 08:00:00',19966,NULL),(22384,18,'[$]NO MALARIA PARASITE SEEN[/$],-,321633ee85b6c6345c787225c65ae7fcf54d7182','',536,0,'2013-12-10 08:00:00',19966,NULL),(22385,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,321633ee85b6c6345c787225c65ae7fcf54d7182','pH:8.0, SG:1.005, EPITH. CELLS:4',536,0,'2013-12-10 22:20:24',19968,NULL),(22386,128,'','',534,0,'2013-12-10 19:41:32',19971,NULL),(22387,9,'','',534,0,'2013-12-10 19:44:21',19972,NULL),(22388,84,'','',530,0,'2013-12-10 19:46:18',19973,NULL),(22389,9,'','',530,0,'2013-12-10 19:49:03',19974,NULL),(22390,19,'','',530,0,'2013-12-10 19:49:03',19974,NULL),(22391,18,'','',530,0,'2013-12-10 19:49:03',19974,NULL),(22392,35,'','',530,0,'2013-12-10 19:49:03',19976,NULL),(22393,2,'NEGATIVE,8128a44746c7975d8138463d6cb1f24f12e6c159','',534,0,'2013-12-17 08:00:00',19977,NULL),(22394,27,'NON-REACTIVE,-,NEGATIVE,8128a44746c7975d8138463d6cb1f24f12e6c159','',555,0,'2013-12-10 08:00:00',19977,NULL),(22395,57,'','',534,0,'2013-12-10 19:51:48',19978,NULL),(22396,133,'','',534,0,'2013-12-10 19:51:48',19978,NULL),(22397,56,'','',534,0,'2013-12-10 19:51:48',19978,NULL),(22398,9,'','',534,0,'2013-12-10 19:51:48',19980,NULL),(22399,9,',,,,,,,,,,,,,,b144c29ddd2169a7bc6b2a860ec9eb13fa4e544e','',536,0,'2013-12-10 22:31:10',19981,NULL),(22400,19,'NEGATIVE,,b144c29ddd2169a7bc6b2a860ec9eb13fa4e544e','',536,0,'2013-12-10 22:31:10',19981,NULL),(22401,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,b144c29ddd2169a7bc6b2a860ec9eb13fa4e544e','',536,0,'2013-12-10 22:31:10',19981,NULL),(22402,37,'','',530,0,'2013-12-10 19:55:49',19983,NULL),(22403,35,'CLEAR,LIGHT AMBER,5.5,1.010,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,b144c29ddd2169a7bc6b2a860ec9eb13','COLOUR:LIGHT AMBER, pH:5.5, SG:1.010, KET:POSITIVE ++',536,0,'2013-12-10 22:22:45',19986,NULL),(22404,9,'','',534,0,'2013-12-10 20:00:11',19987,NULL),(22405,18,'[$]NO MALARIA PARASITE SEEN [/$],-,fa59e92e132080e8db012447bbc9126c8047b612','',555,0,'2013-12-10 08:00:00',19987,NULL),(22406,9,'','',534,0,'2013-12-10 20:04:37',19988,NULL),(22407,18,'[$]NO MALARIA PARASITE SEEN [/$],-,555b11290821fe5dbbfe92656eb2a1cf88a20275','',555,0,'2013-12-10 08:00:00',19988,NULL),(22408,20,'NEGATIVE,,732fc87fcc402f3c7f56896291a6b36a4a5ff498','',552,0,'2013-12-10 20:08:22',19989,NULL),(22409,9,'','',530,0,'2013-12-10 20:10:00',19990,NULL),(22410,18,'[$]NO MALARIA PARASITE SEEN [/$],-,511f13e9434f5cbf0c5a6e1f3bbfa117c4354adf','',555,0,'2013-12-10 08:00:00',19990,NULL),(22411,9,'','',530,0,'2013-12-10 20:11:33',19991,NULL),(22412,9,'','',530,0,'2013-12-10 20:13:04',19992,NULL),(22413,19,'NEGATIVE,d2b5e517488e62bf5036caf56282f1989c1b0df5','',555,0,'2013-12-10 08:00:00',19992,NULL),(22414,18,'[$]NO MALARIA PARASITE SEEN [/$],-,d2b5e517488e62bf5036caf56282f1989c1b0df5','',555,0,'2013-12-10 08:00:00',19992,NULL),(22415,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d2b5e517488e62bf5036caf56282f1989c1b0df5',', ',555,0,'2013-12-10 08:00:00',19994,NULL),(22416,9,'','',530,0,'2013-12-10 20:21:29',19995,NULL),(22417,37,'','',530,0,'2013-12-10 20:21:30',19997,NULL),(22418,22,'15,c55c183e82febebb5d447805cd012a6caf3a216c','',534,0,'2013-12-10 08:00:00',19998,NULL),(22419,9,'','',530,0,'2013-12-10 20:29:02',19998,NULL),(22420,70,'3.9,c55c183e82febebb5d447805cd012a6caf3a216c','',534,0,'2013-12-10 08:00:00',19998,NULL),(22421,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,c55c183e82febebb5d447805cd012a6caf3a216c','pH:6.5, SG:1.015',536,0,'2013-12-10 22:25:05',20000,NULL),(22422,27,'NON-REACTIVE,-,NEGATIVE,c243db26754bcd9d38b1519ebd608a49db763bf2','',555,0,'2013-12-10 08:00:00',20001,NULL),(22423,9,'','',530,0,'2013-12-10 20:34:36',20002,NULL),(22424,18,'[$]NO MALARIA PARASITE SEEN [/$],-,d7fced7f693c86af9f78c897f59411fcdfffa82a','',555,0,'2013-12-10 08:00:00',20002,NULL),(22425,107,'1/20,1/160,d7fced7f693c86af9f78c897f59411fcdfffa82a','',555,0,'2013-12-10 08:00:00',20004,NULL),(22426,27,'NON-REACTIVE,-,NEGATIVE,426ce2e258af63367385a5b12ac611cff3ee00c3','',555,0,'2013-12-10 08:00:00',20005,NULL),(22427,9,'','',530,0,'2013-12-10 20:49:10',20006,NULL),(22428,18,'[$]NO MALARIA PARASITE SEEN [/$],-,227b2eda3273bb1d5ea763cadf548140414a904c','',555,0,'2013-12-10 08:00:00',20006,NULL),(22429,14,'NEGATIVE,,56c45c5784bcce8315f903188ac31cdd1a829b35','',552,0,'2013-12-10 20:52:16',20007,NULL),(22430,22,'28,,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-10 22:41:38',20008,NULL),(22431,68,',NEGATIVE,NEGATIVE,,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-10 22:41:38',20008,NULL),(22432,9,',,,,,,,,,,,,,,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-10 22:41:38',20008,NULL),(22433,19,'NEGATIVE,,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-10 22:41:38',20008,NULL),(22434,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-10 22:41:38',20008,NULL),(22435,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,96af0105ac9c424173e4595e4c1d74b11a11bf81','pH:6.0, SG:1.030',536,0,'2013-12-10 22:26:32',20010,NULL),(22436,57,'','',530,0,'2013-12-10 20:58:16',20013,NULL),(22437,133,'','',530,0,'2013-12-10 20:58:16',20013,NULL),(22438,16,'POSITIVE,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-10 08:00:00',20013,NULL),(22439,131,'','',530,0,'2013-12-10 20:58:16',20013,NULL),(22440,132,'','',530,0,'2013-12-10 20:58:16',20013,NULL),(22441,92,'0.7,96af0105ac9c424173e4595e4c1d74b11a11bf81','',536,0,'2013-12-12 08:00:00',20013,NULL),(22442,56,'','',530,0,'2013-12-10 20:58:16',20013,NULL),(22443,65,'','',530,0,'2013-12-10 20:58:16',20013,NULL),(22444,14,'NEGATIVE,96af0105ac9c424173e4595e4c1d74b11a11bf81','',555,0,'2013-12-13 08:00:00',20017,NULL),(22445,9,'','',530,0,'2013-12-10 21:01:52',20018,NULL),(22446,70,'4.4,4a874c6660e3fc5e03d3c90c2a4085fc1b806b5c','',536,0,'2013-12-10 08:00:00',20018,NULL),(22447,108,'NON - REACTIVE,4a874c6660e3fc5e03d3c90c2a4085fc1b806b5c','',536,0,'2013-12-10 08:00:00',20020,NULL),(22448,35,'','',530,0,'2013-12-10 21:01:53',20023,NULL),(22449,131,'','',530,0,'2013-12-10 21:03:21',20024,NULL),(22450,22,'20,3f55a025860cc034c47a44fd9ebf737faf17a4f0','',536,0,'2013-12-10 08:00:00',20025,NULL),(22451,9,'','',530,0,'2013-12-10 21:05:50',20025,NULL),(22452,19,'NEGATIVE,3f55a025860cc034c47a44fd9ebf737faf17a4f0','',536,0,'2013-12-10 08:00:00',20025,NULL),(22453,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3f55a025860cc034c47a44fd9ebf737faf17a4f0','',536,0,'2013-12-10 08:00:00',20025,NULL),(22454,70,'','',530,0,'2013-12-10 21:05:50',20025,NULL),(22455,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,3f55a025860cc034c47a44fd9ebf737faf17a4f0','pH:6.0, SG:1.020, PUS CELLS:2',536,0,'2013-12-10 22:28:30',20027,NULL),(22456,22,'10,17fddc4694481be53cf3d17b108317033f2d8682','',536,0,'2013-12-10 08:00:00',20028,NULL),(22457,9,'','',530,0,'2013-12-10 21:17:28',20028,NULL),(22458,19,'NEGATIVE,17fddc4694481be53cf3d17b108317033f2d8682','',536,0,'2013-12-10 08:00:00',20028,NULL),(22459,18,'[$]NO MALARIA PARASITES SEEN[/$],-,17fddc4694481be53cf3d17b108317033f2d8682','',536,0,'2013-12-10 08:00:00',20028,NULL),(22460,35,'HAZY,STRAW,5.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,17fddc4694481be53cf3d17b108317033f2d8682','CLARITY:HAZY, pH:5.5, SG:1.020, PUS CELLS:2, EPITH. CELLS:10',536,0,'2013-12-10 22:40:44',20030,NULL),(22461,107,'1/20,1/320,17fddc4694481be53cf3d17b108317033f2d8682','',536,0,'2013-12-10 08:00:00',20033,NULL),(22462,9,'','',530,0,'2013-12-10 21:19:25',20034,NULL),(22463,18,'[$]NO MALARIA PARASITE SEEN[/$],-,1ef94281b38ff753ea41876b2719ac2e3741d973','',536,0,'2013-12-10 08:00:00',20034,NULL),(22464,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,f702c2bb57ed05a796aea63071dbdaa7bc4893f7','',555,0,'2013-12-10 08:00:00',20035,NULL),(22465,36,'Citrobacter species,f702c2bb57ed05a796aea63071dbdaa7bc4893f7','',555,0,'2013-12-10 08:00:00',20035,NULL),(22466,9,'','',530,0,'2013-12-10 21:34:25',20036,NULL),(22467,23,'','',530,0,'2013-12-10 21:34:25',20036,NULL),(22468,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,87169c975d7aa9703f1e3386dfab7d8f7591db33','CONTENT:',536,0,'2013-12-10 22:38:05',20037,NULL),(22469,9,'','',530,0,'2013-12-10 22:14:08',20038,NULL),(22470,19,'NEGATIVE,c9784593a0a2d7b0044b714976e6899f5517bc2a','',555,0,'2013-12-10 08:00:00',20038,NULL),(22471,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c9784593a0a2d7b0044b714976e6899f5517bc2a','',555,0,'2013-12-10 08:00:00',20038,NULL),(22472,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN [/$],NOT SEEN,NOT SEEN,NOT SEEN,c9784593a0a2d7b0044b714976e6899f5517bc2a',', ',555,0,'2013-12-10 08:00:00',20040,NULL),(22473,9,'','',530,0,'2013-12-10 22:36:07',20041,NULL),(22474,19,'NEGATIVE,890b355c3cb16c14616d93a5600200bfe303b578','',534,0,'2013-12-10 08:00:00',20041,NULL),(22475,18,'[$]NO MALARIA PARASITES SEEN[/$],-,890b355c3cb16c14616d93a5600200bfe303b578','',534,0,'2013-12-10 08:00:00',20041,NULL),(22476,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,890b355c3cb16c14616d93a5600200',', ',534,0,'2013-12-10 08:00:00',20043,NULL),(22477,22,'45,26aa9155092a845d6fddac4b3d0bf9a7368d6b2a','',536,0,'2013-12-10 08:00:00',20044,NULL),(22478,9,'','',530,0,'2013-12-10 22:41:48',20044,NULL),(22479,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,1ef94281b38ff753ea41876b2719ac2e3741d973','pH:6.0, SG:1.010, EPITH. CELLS:2',536,0,'2013-12-10 22:46:30',20045,NULL),(22480,9,'','',530,0,'2013-12-10 22:52:16',20046,NULL),(22481,9,'','',530,0,'2013-12-10 22:55:18',20047,NULL),(22482,18,'[$]NO MALARIA PARASITES SEEN [/$],-,59c0491282b97972b8843ffd9d17199514291d98','',534,0,'2013-12-10 08:00:00',20047,NULL),(22483,9,'','',530,0,'2013-12-10 23:23:33',20048,NULL),(22484,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b46b5152fada1c151e93562d2d0f7ed18f4e21bb','',534,0,'2013-12-10 08:00:00',20048,NULL),(22485,9,'','',530,0,'2013-12-10 23:33:21',20049,NULL),(22486,20,'POSITIVE,61e59d26de6816c8fa97ab6acd772f4644081ea0','',543,0,'2013-12-10 08:00:00',20049,NULL),(22487,84,'NEGATIVE,819ea532b8a783d1a208e2160c415cd5900d2745','',534,0,'2013-12-10 08:00:00',20050,NULL),(22488,223,'','',530,0,'2013-12-11 00:09:41',20051,NULL),(22489,92,'0.4,b144c29ddd2169a7bc6b2a860ec9eb13fa4e544e','',536,0,'2013-12-12 08:00:00',20053,NULL),(22490,9,'','',530,0,'2013-12-11 00:23:20',20054,NULL),(22491,19,'NEGATIVE,f9295634e31541ba7bdf5454f055b71bf3c812ee','',536,0,'2013-12-10 08:00:00',20054,NULL),(22492,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,f9295634e31541ba7bdf5454f055b71bf3c812ee','',550,0,'2013-12-11 08:00:00',20056,NULL),(22493,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,2e80ed3da9cfbb6548b3118b810e8aee11896a6b','',534,0,'2013-12-10 08:00:00',20057,NULL),(22494,36,'Klebsiella species,2e80ed3da9cfbb6548b3118b810e8aee11896a6b','',534,0,'2013-12-10 08:00:00',20057,NULL),(22495,22,'2,479e59a0f4111c82e5f95bb9cee4d2ed8f71659a','',536,0,'2013-12-10 08:00:00',20058,NULL),(22496,9,'','',530,0,'2013-12-11 00:34:21',20058,NULL),(22497,18,'[$]NO MALARIA PARASITE SEEN[/$],-,479e59a0f4111c82e5f95bb9cee4d2ed8f71659a','',536,0,'2013-12-10 08:00:00',20058,NULL),(22498,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,479e59a0f4111c82e5f95bb9cee4d2ed8f71659a',', ',541,0,'2013-12-10 08:00:00',20060,NULL),(22499,9,'','',530,0,'2013-12-11 00:38:57',20061,NULL),(22500,22,'26,4b97b28cfb65856b9e725f406c81a7ab696d365f','',541,0,'2013-12-10 08:00:00',20062,NULL),(22501,68,'','',530,0,'2013-12-11 00:42:31',20062,NULL),(22502,9,'','',530,0,'2013-12-11 00:42:31',20062,NULL),(22503,19,'NEGATIVE,4b97b28cfb65856b9e725f406c81a7ab696d365f','',541,0,'2013-12-10 08:00:00',20062,NULL),(22504,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b97b28cfb65856b9e725f406c81a7ab696d365f','',535,0,'2013-12-10 08:00:00',20062,NULL),(22505,57,'','',530,0,'2013-12-11 00:42:31',20064,NULL),(22506,133,'','',530,0,'2013-12-11 00:42:31',20064,NULL),(22507,112,'NEGATIVE,4b97b28cfb65856b9e725f406c81a7ab696d365f','',535,0,'2013-12-10 08:00:00',20064,NULL),(22508,131,'','',530,0,'2013-12-11 00:42:31',20064,NULL),(22509,132,'','',530,0,'2013-12-11 00:42:31',20064,NULL),(22510,56,'','',530,0,'2013-12-11 00:42:31',20064,NULL),(22511,65,'','',530,0,'2013-12-11 00:42:31',20064,NULL),(22512,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4b97b28cfb65856b9e725f406c81a7ab696d365f',', ',543,0,'2013-12-10 08:00:00',20067,NULL),(22513,107,'1/20,1/320,59c0491282b97972b8843ffd9d17199514291d98','',534,0,'2013-12-10 08:00:00',20068,NULL),(22514,9,'','',530,0,'2013-12-11 00:51:13',20069,NULL),(22515,92,'0.7,fe72c2a1a415a21ccc22cf09a63fa7cd75ead3f6','',536,0,'2013-12-12 08:00:00',20070,NULL),(22516,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fe72c2a1a415a21ccc22cf09a63fa7cd75ead3f',', ',543,0,'2013-12-10 08:00:00',20072,NULL),(22517,6,'0.20,fe72c2a1a415a21ccc22cf09a63fa7cd75ead3f6','',534,0,'2013-12-13 08:00:00',20075,NULL),(22518,22,'20,e52c5112900278f1e3af0904a7d946eb4727893e','',536,0,'2013-12-10 08:00:00',20076,NULL),(22519,9,'','',530,0,'2013-12-11 01:04:20',20076,NULL),(22520,112,'NEGATIVE,1ed9bb127cd70dc01dddead4958965c6287edf58','',535,0,'2013-12-10 08:00:00',20077,NULL),(22521,131,'','',530,0,'2013-12-11 01:19:34',20077,NULL),(22522,28,'NEGATIVE,[$]AA[/$],1ed9bb127cd70dc01dddead4958965c6287edf58','',536,0,'2013-12-11 08:00:00',20079,NULL),(22523,70,'6.0,1ed9bb127cd70dc01dddead4958965c6287edf58','',535,0,'2013-12-10 08:00:00',20079,NULL),(22524,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1ed9bb127cd70dc01dddead4958965c6287edf',', ',543,0,'2013-12-10 08:00:00',20082,NULL),(22525,9,'','',530,0,'2013-12-11 01:21:43',20083,NULL),(22526,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9d88dbb829cd3854be2fca7c0e7aada050892e3f','',536,0,'2013-12-10 08:00:00',20083,NULL),(22527,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9d88dbb829cd3854be2fca7c0e7aada050892e3f',', ',543,0,'2013-12-10 08:00:00',20085,NULL),(22528,28,'POSITIVE,[$]AS[/$],61e59d26de6816c8fa97ab6acd772f4644081ea0','',534,0,'2013-12-12 08:00:00',20086,NULL),(22529,223,'','',530,0,'2013-12-11 01:36:30',20087,NULL),(22530,57,'','',530,0,'2013-12-11 01:54:11',20088,NULL),(22531,133,'','',530,0,'2013-12-11 01:54:12',20088,NULL),(22532,56,'','',530,0,'2013-12-11 01:54:12',20088,NULL),(22533,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (+),POSITIVE (+++),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,28,[$]NOT SEEN[/$],[$]NOT SEEN[/$],URIC ACID (+),NOT SEEN,NOT SEEN,4b97b28cfb65856b9e7',', ',541,0,'2013-12-10 08:00:00',20089,NULL),(22534,9,'','',530,0,'2013-12-11 02:07:49',20090,NULL),(22535,19,'NEGATIVE,3de08d64db6fe50a42ddb520bcd13241294a6a21','',536,0,'2013-12-10 08:00:00',20090,NULL),(22536,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3de08d64db6fe50a42ddb520bcd13241294a6a21','',536,0,'2013-12-10 08:00:00',20090,NULL),(22537,107,'1/20,1/20,3de08d64db6fe50a42ddb520bcd13241294a6a21','',536,0,'2013-12-10 08:00:00',20092,NULL),(22538,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,10,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3de08d64db6fe50a42ddb520bcd13241294a6',', ',543,0,'2013-12-10 08:00:00',20095,NULL),(22539,9,'','',530,0,'2013-12-11 02:24:18',20096,NULL),(22540,18,'[$]NO MALARIA PARASITES SEEN[/$],-,95d0b6119780c999f003c1a721b26ae4855c8eb3','',535,0,'2013-12-10 08:00:00',20096,NULL),(22541,66,'','',530,0,'2013-12-11 02:24:18',20098,NULL),(22542,133,'','',530,0,'2013-12-11 02:24:18',20098,NULL),(22543,76,'','',530,0,'2013-12-11 02:24:18',20098,NULL),(22544,9,'','',530,0,'2013-12-11 02:26:53',20099,NULL),(22545,18,'[$]NO MALARIA PARASITE SEEN[/$],-,80b72827aa22aa849f79db49fa86d6daa44a2eed','',536,0,'2013-12-10 08:00:00',20099,NULL),(22546,35,'HAZY,AMBER,6.5,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,8,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,80b72827aa22aa849f79db49f',', ',543,0,'2013-12-10 08:00:00',20101,NULL),(22547,9,'','',530,0,'2013-12-11 02:35:37',20102,NULL),(22548,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b718a98094540efd0687b6807bfa050921559e40','',535,0,'2013-12-10 08:00:00',20102,NULL),(22549,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),POSITIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b718a98094540efd0687b6807bfa0',', ',535,0,'2013-12-10 08:00:00',20104,NULL),(22550,21,'','',530,0,'2013-12-11 02:39:57',20105,NULL),(22551,224,'','',530,0,'2013-12-11 02:39:57',20105,NULL),(22552,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4d04d55aaa43fa5f7c520ddf6aba24b6fbd1ace0','',535,0,'2013-12-10 08:00:00',20106,NULL),(22553,9,'','',530,0,'2013-12-11 02:55:18',20107,NULL),(22554,19,'POSITIVE,9e3dae4802317d4b2f353db459394e1ce90b44b2','',535,0,'2013-12-10 08:00:00',20107,NULL),(22555,18,'[$]1280[/$],TROPHOZOITES,9e3dae4802317d4b2f353db459394e1ce90b44b2','',535,0,'2013-12-10 08:00:00',20107,NULL),(22556,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9e3dae4802317d4b2f353db459394e1ce90b44b2',', ',535,0,'2013-12-10 08:00:00',20109,NULL),(22557,9,'','',530,0,'2013-12-11 03:02:48',20110,NULL),(22558,18,'[$]NO MALARIA PARASITES SEEN[/$],-,edb57bc9eb60e47101fc1bd67050c7c65b90c507','',535,0,'2013-12-10 08:00:00',20110,NULL),(22559,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),edb57bc9eb60e47101fc1bd67050c7c65b90c507','',535,0,'2013-12-10 08:00:00',20112,NULL),(22560,107,'1/20,1/20,edb57bc9eb60e47101fc1bd67050c7c65b90c507','',535,0,'2013-12-10 08:00:00',20115,NULL),(22561,9,'','',531,0,'2013-12-11 03:10:34',20116,NULL),(22562,19,'NEGATIVE,2f805030fb4eb5d20f19916e6434fdbc9149af93','',535,0,'2013-12-10 08:00:00',20116,NULL),(22563,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2f805030fb4eb5d20f19916e6434fdbc9149af93','',535,0,'2013-12-10 08:00:00',20116,NULL),(22564,107,'1/20,1/20,2f805030fb4eb5d20f19916e6434fdbc9149af93','',535,0,'2013-12-10 08:00:00',20118,NULL),(22565,39,'POSITIVE,,23f4435b9ea29316156da947e750f1c090e30222','OCCULT BLOOD:POSITIVE',552,0,'2013-12-16 01:21:34',20119,NULL),(22566,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,23f4435b9ea29316156da947e750f1c090e30222','OCCULT BLOOD:POSITIVECONTENT:',552,0,'2013-12-16 01:21:35',20119,NULL),(22567,9,'','',531,0,'2013-12-11 03:25:25',20120,NULL),(22568,19,'NEGATIVE,1ec55e07756361855c9cc9128e3efa7e47a673d6','',535,0,'2013-12-10 08:00:00',20120,NULL),(22569,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1ec55e07756361855c9cc9128e3efa7e47a673d6','',535,0,'2013-12-10 08:00:00',20120,NULL),(22570,107,'1/20,1/20,1ec55e07756361855c9cc9128e3efa7e47a673d6','',535,0,'2013-12-10 08:00:00',20122,NULL),(22571,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1ec55e07756361855c9cc9128e3efa7e47a',', ',535,0,'2013-12-10 08:00:00',20125,NULL),(22572,9,'','',531,0,'2013-12-11 03:31:19',20126,NULL),(22573,18,'[$]NO MALARIA PARASITES SEEN[/$],-,344763998363af13d708c8297f5cf11bb62eccc9','',535,0,'2013-12-10 08:00:00',20126,NULL),(22574,9,'','',531,0,'2013-12-11 03:42:47',20127,NULL),(22575,20,'POSITIVE,3de08d64db6fe50a42ddb520bcd13241294a6a21','',536,0,'2013-12-10 08:00:00',20128,NULL),(22576,36,'','',531,0,'2013-12-11 04:05:31',20129,NULL),(22577,35,'','',531,0,'2013-12-11 04:05:31',20129,NULL),(22578,222,'','',531,0,'2013-12-11 04:08:18',20130,NULL),(22579,57,'','',531,0,'2013-12-11 04:08:18',20132,NULL),(22580,133,'','',531,0,'2013-12-11 04:08:18',20132,NULL),(22581,56,'','',531,0,'2013-12-11 04:08:18',20132,NULL),(22582,222,'7.8,4.21,12.5,36.9,87.6,29.7,33.9,291,43.2,9.6,47.2,3.4,0.7,3.7,13.3,8.6,d88ac36727b63929cdb7e88604f02771c13a91d6','',535,0,'2013-12-10 08:00:00',20133,NULL),(22583,19,'NEGATIVE,d88ac36727b63929cdb7e88604f02771c13a91d6','',535,0,'2013-12-10 08:00:00',20133,NULL),(22584,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d88ac36727b63929cdb7e88604f02771c13a91d6','',535,0,'2013-12-10 08:00:00',20133,NULL),(22585,28,'POSITIVE,[$]AS[/$],3de08d64db6fe50a42ddb520bcd13241294a6a21','',536,0,'2013-12-12 08:00:00',20134,NULL),(22586,57,'','',531,0,'2013-12-11 04:58:40',20135,NULL),(22587,133,'','',531,0,'2013-12-11 04:58:40',20135,NULL),(22588,56,'','',531,0,'2013-12-11 04:58:40',20135,NULL),(22589,65,'','',531,0,'2013-12-11 04:58:40',20135,NULL),(22590,69,'NEGATIVE,POSITIVE (> 0.50),NORMAL (0.01 - 0.05),INTERMEDIATE (BORDERLINE) (0.06 - 0.50),,b073b6faebbde1a138049409950496cbf60b2af9','RAPID TROPONIN I:NEGATIVE',552,0,'2013-12-11 18:02:12',20136,NULL),(22591,93,'< 0.05,b073b6faebbde1a138049409950496cbf60b2af9','',534,0,'2013-12-12 08:00:00',20138,NULL),(22592,222,'6.4,3.59,9.7,28.5,79.4,27.0,34.0,338,11.0,2.2,86.8,0.7,0.1,5.6,16.1,7.9,25c78263b11843bf9fc6443559d8836a6533530f','',535,0,'2013-12-10 08:00:00',20139,NULL),(22593,27,'NON-REACTIVE,-,NEGATIVE,25c78263b11843bf9fc6443559d8836a6533530f','',535,0,'2013-12-10 08:00:00',20139,NULL),(22594,107,'1/20,1/20,25c78263b11843bf9fc6443559d8836a6533530f','',535,0,'2013-12-10 08:00:00',20141,NULL),(22595,35,'CLEAR,STRAW,8.5,1.015,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,25c78263b11843bf9fc6443559d8836a653353',', ',535,0,'2013-12-10 08:00:00',20144,NULL),(22596,222,'6.9,4.50,12.2,35.8,79.6,27.1,34.1,412,44.8,23.2,32.0,3.1,1.6,2.2,13.7,8.9,f1e1a0238c39db889a23fa3b4bd9b7c69b3d93b7','',535,0,'2013-12-10 08:00:00',20145,NULL),(22597,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f1e1a0238c39db889a23fa3b4bd9b7c69b3d93b7','',535,0,'2013-12-11 08:00:00',20145,NULL),(22598,107,'1/20,1/20,f1e1a0238c39db889a23fa3b4bd9b7c69b3d93b7','',535,0,'2013-12-10 08:00:00',20147,NULL),(22599,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),f1e1a0238c39db889a23fa3b4bd9b7c69b3d93b7','',535,0,'2013-12-11 08:00:00',20150,NULL),(22600,222,'8.3,3.98,12.4,36.2,91.0,31.2,34.3,218,26.9,9.3,63.8,2.2,0.8,5.3,14.1,9.5,bf096a6ea72f344ef02f1d6feba4325ba81e036b','',535,0,'2013-12-11 08:00:00',20151,NULL),(22601,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bf096a6ea72f344ef02f1d6feba4325ba81e036b','',535,0,'2013-12-11 08:00:00',20151,NULL),(22602,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,bf096a6ea72f344ef02f1d6feba4325ba81e036b',', ',535,0,'2013-12-11 08:00:00',20153,NULL),(22603,225,'','',531,0,'2013-12-11 14:34:38',20154,NULL),(22604,225,'','',531,0,'2013-12-11 14:37:27',20155,NULL),(22605,225,'','',531,0,'2013-12-11 14:41:02',20156,NULL),(22606,57,'','',530,0,'2013-12-11 15:38:58',20157,NULL),(22607,133,'','',530,0,'2013-12-11 15:38:58',20157,NULL),(22608,56,'','',530,0,'2013-12-11 15:38:58',20157,NULL),(22609,65,'','',530,0,'2013-12-11 15:38:58',20157,NULL),(22610,68,'','',530,0,'2013-12-11 15:52:34',20158,NULL),(22611,9,'','',530,0,'2013-12-11 15:52:34',20158,NULL),(22612,77,'','',530,0,'2013-12-11 15:52:34',20158,NULL),(22613,133,'145,4.0,110,,af4e041c3a931d6f5eb7c6a6cf3450b71b70d859','',552,0,'2013-12-11 18:13:55',20159,NULL),(22614,132,'','',530,0,'2013-12-11 16:44:04',20160,NULL),(22615,82,'','',530,0,'2013-12-11 17:10:12',20161,NULL),(22616,68,'7.2,-,-,99c76fd4adda14ed056f1fe73e73df48762e95c6','',541,0,'2013-12-13 08:00:00',20161,NULL),(22617,22,'35,,be6fe57d7ced88a3251e199362ce0d708be0db12','',552,0,'2013-12-11 18:49:55',20162,NULL),(22618,9,',,,,,,,,,,,,,,be6fe57d7ced88a3251e199362ce0d708be0db12','',552,0,'2013-12-11 18:49:55',20162,NULL),(22619,65,'','',530,0,'2013-12-11 17:21:11',20164,NULL),(22620,68,'','',530,0,'2013-12-11 17:32:57',20165,NULL),(22621,9,'','',530,0,'2013-12-11 17:32:57',20165,NULL),(22622,20,'POSITIVE,9548cc188c5a4a52e2c854620ce4d1c46d2aee2e','',552,0,'2013-12-11 08:00:00',20165,NULL),(22623,57,'','',530,0,'2013-12-11 17:32:57',20167,NULL),(22624,56,'','',530,0,'2013-12-11 17:32:57',20167,NULL),(22625,36,'No Bacteria Growth,9548cc188c5a4a52e2c854620ce4d1c46d2aee2e','',534,0,'2013-12-13 08:00:00',20170,NULL),(22626,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9548cc188c5a4a52e2c854620ce4d1c46d2aee2e','',537,0,'2013-12-11 08:00:00',20170,NULL),(22627,9,'','',530,0,'2013-12-11 17:41:37',20171,NULL),(22628,22,'47,24dc586715a27d853767dc6d2a3410c184ec6b95','',537,0,'2013-12-11 08:00:00',20172,NULL),(22629,9,'','',530,0,'2013-12-11 17:43:25',20172,NULL),(22630,8,'','',530,0,'2013-12-11 17:46:10',20173,NULL),(22631,132,'','',530,0,'2013-12-11 17:46:10',20173,NULL),(22632,131,'','',530,0,'2013-12-11 18:01:00',20174,NULL),(22633,9,'','',530,0,'2013-12-11 18:02:30',20175,NULL),(22634,19,'NEGATIVE,089ad20b9e7cc6d0262f586d85d31aff523e5e25','',537,0,'2013-12-11 08:00:00',20175,NULL),(22635,18,'[$]NO MALARIA PARASITE SEEN[/$],-,089ad20b9e7cc6d0262f586d85d31aff523e5e25','',537,0,'2013-12-11 08:00:00',20175,NULL),(22636,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),b073b6faebbde1a138049409950496cbf60b2af9','',552,0,'2013-12-11 08:00:00',20176,NULL),(22637,22,'2,b70704649facff8a129b863ea954cd4d1e4f43a8','',552,0,'2013-12-11 08:00:00',20177,NULL),(22638,9,'','',530,0,'2013-12-11 18:06:36',20177,NULL),(22639,19,'NEGATIVE,b70704649facff8a129b863ea954cd4d1e4f43a8','',552,0,'2013-12-11 08:00:00',20177,NULL),(22640,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b70704649facff8a129b863ea954cd4d1e4f43a8','',552,0,'2013-12-11 08:00:00',20177,NULL),(22641,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b70704649facff8a129b863ea954cd4d1e4f43a8','',537,0,'2013-12-11 08:00:00',20179,NULL),(22642,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),b70704649facff8a129b863ea954cd4d1e4f43a8','',552,0,'2013-12-11 08:00:00',20182,NULL),(22643,133,'','',530,0,'2013-12-11 18:06:37',20186,NULL),(22644,132,'','',530,0,'2013-12-11 18:06:37',20186,NULL),(22645,68,'','',530,0,'2013-12-11 18:06:37',20191,NULL),(22646,11,'26,[$]14[/$],[$]1.9[/$],2.06,THERAPEUTIC : 2.0 - 4.0,b70704649facff8a129b863ea954cd4d1e4f43a8','',552,0,'2013-12-11 08:00:00',20191,NULL),(22647,9,'','',530,0,'2013-12-11 18:08:32',20192,NULL),(22648,82,'','',530,0,'2013-12-11 18:08:32',20194,NULL),(22649,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b932c64f176d6bed8cdc6bf3572b0e4afb001e','',537,0,'2013-12-11 08:00:00',20197,NULL),(22650,27,'NON-REACTIVE,-,NEGATIVE,c15f92b18d1ee26221faf388a8cb8544bd21dedc','',537,0,'2013-12-11 08:00:00',20198,NULL),(22651,9,'','',530,0,'2013-12-11 18:15:47',20199,NULL),(22652,70,'14.4,04d0089da77550f58ace306bc98cc85d3d4782e1','',552,0,'2013-12-11 08:00:00',20199,NULL),(22653,35,'CLOUDY,STRAW,6.0,1.025,POSITIVE (+),POSITIVE (++),NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,04d0089da77550f58ace','HAEMOLYSED RED BLOOD CELLS',537,0,'2013-12-11 08:00:00',20201,NULL),(22654,9,'','',530,0,'2013-12-11 18:17:48',20202,NULL),(22655,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9ef7da69eb6ac3d1b8b508c7e2062eb4d95ec0af','',537,0,'2013-12-11 08:00:00',20202,NULL),(22656,107,'1/20,1/320,9ef7da69eb6ac3d1b8b508c7e2062eb4d95ec0af','',537,0,'2013-12-11 08:00:00',20204,NULL),(22657,35,'','',530,0,'2013-12-11 18:17:48',20207,NULL),(22658,22,'53,7028a74d9c69235d6ee98f1c47d7d6f428ce1869','',537,0,'2013-12-11 08:00:00',20208,NULL),(22659,9,'','',530,0,'2013-12-11 18:23:27',20208,NULL),(22660,19,'NEGATIVE,7028a74d9c69235d6ee98f1c47d7d6f428ce1869','',537,0,'2013-12-11 08:00:00',20208,NULL),(22661,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7028a74d9c69235d6ee98f1c47d7d6f428ce1869','',537,0,'2013-12-11 08:00:00',20208,NULL),(22662,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7028a74d9c69235d6ee98f1c47d7d6f428ce1869',', ',537,0,'2013-12-11 08:00:00',20210,NULL),(22663,9,'','',530,0,'2013-12-11 18:25:27',20211,NULL),(22664,19,'NEGATIVE,880e3cf241e9ee8dc7dfdb2102cecfdb02ac249d','',537,0,'2013-12-11 08:00:00',20211,NULL),(22665,22,'14,3f7f49522d7045db70e11a6ceef979c9b77a02e7','',537,0,'2013-12-11 08:00:00',20212,NULL),(22666,9,'','',530,0,'2013-12-11 18:40:17',20212,NULL),(22667,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3f7f49522d7045db70e11a6ceef979c9b77a02e7','',537,0,'2013-12-11 08:00:00',20212,NULL),(22668,63,',,3f7f49522d7045db70e11a6ceef979c9b77a02e7','',537,0,'2013-12-11 21:21:21',20214,NULL),(22669,128,',,,,,,,,,,,,,,,3f7f49522d7045db70e11a6ceef979c9b77a02e7','',537,0,'2013-12-11 21:21:21',20214,NULL),(22670,108,'NON - REACTIVE,,3f7f49522d7045db70e11a6ceef979c9b77a02e7','',537,537,'2013-12-11 08:00:00',20214,'2013-12-11 13:21:22'),(22671,107,'1/20,1/160,,3f7f49522d7045db70e11a6ceef979c9b77a02e7','S. typhi H:1160',537,537,'2013-12-11 08:00:00',20214,'2013-12-11 13:21:22'),(22672,36,'','',530,0,'2013-12-11 18:40:18',20217,NULL),(22673,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,3f7f49522d7045db70e11a6ceef979c9b77a02e7',', ',537,0,'2013-12-11 08:00:00',20217,NULL),(22674,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,3f7f49522d7045db70e11a6ceef979c9b77a02e7','',537,0,'2013-12-11 08:00:00',20221,NULL),(22675,226,'','',530,0,'2013-12-11 18:40:18',20226,NULL),(22676,116,'','',530,0,'2013-12-11 18:41:55',20227,NULL),(22677,27,'NON-REACTIVE,-,NEGATIVE,338a57c668541faf7f2b0993a7801ca821b5e0ee','',552,0,'2013-12-11 08:00:00',20227,NULL),(22678,108,'NON - REACTIVE,338a57c668541faf7f2b0993a7801ca821b5e0ee','',552,0,'2013-12-11 08:00:00',20227,NULL),(22679,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,338a57c668541faf7f2b0993a7801ca821b5e0e',', ',537,0,'2013-12-11 08:00:00',20229,NULL),(22680,9,'','',530,0,'2013-12-11 18:47:41',20230,NULL),(22681,28,'NEGATIVE,[$]AA[/$],42b5c20ea059225337b50ba649129e2beb59f2ec','',536,0,'2013-12-12 08:00:00',20230,NULL),(22682,18,'[$]NO MALARIA PARASITE SEEN[/$],-,42b5c20ea059225337b50ba649129e2beb59f2ec','',537,0,'2013-12-11 08:00:00',20230,NULL),(22683,21,'AB,POSITIVE,ec8d1db61daa77138ac189ef6e96cd7665a99313','',537,0,'2013-12-11 08:00:00',20231,NULL),(22684,9,'','',530,0,'2013-12-11 18:50:19',20231,NULL),(22685,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ec8d1db61daa77138ac189ef6e96cd7665a99313','',537,0,'2013-12-11 08:00:00',20231,NULL),(22686,20,'NEGATIVE,ec8d1db61daa77138ac189ef6e96cd7665a99313','',537,0,'2013-12-11 08:00:00',20231,NULL),(22687,35,'HAZY,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,26,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,ec8d1db61daa77138ac189ef6e96cd7665a99313',', ',537,0,'2013-12-11 08:00:00',20233,NULL),(22688,9,'','',530,0,'2013-12-11 18:54:15',20234,NULL),(22689,57,'','',530,0,'2013-12-11 18:54:16',20236,NULL),(22690,133,'','',530,0,'2013-12-11 18:54:16',20236,NULL),(22691,56,'','',530,0,'2013-12-11 18:54:16',20236,NULL),(22692,35,'HAZY,AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED,>30,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,cffa8598016027ce427d7801a675956',', ',543,0,'2013-12-12 08:00:00',20239,NULL),(22693,57,'','',530,0,'2013-12-11 18:57:06',20240,NULL),(22694,133,'','',530,0,'2013-12-11 18:57:06',20240,NULL),(22695,131,'','',530,0,'2013-12-11 18:57:06',20240,NULL),(22696,132,'','',530,0,'2013-12-11 18:57:06',20240,NULL),(22697,56,'','',530,0,'2013-12-11 18:57:06',20240,NULL),(22698,65,'','',530,0,'2013-12-11 18:57:06',20240,NULL),(22699,22,'88,f5808332236b14330ced4c042718cf4cef3c9938','',537,0,'2013-12-11 08:00:00',20242,NULL),(22700,68,'5.6,-,-,f5808332236b14330ced4c042718cf4cef3c9938','',537,0,'2013-12-11 08:00:00',20242,NULL),(22701,9,'','',530,0,'2013-12-11 18:57:06',20242,NULL),(22702,35,'','',530,0,'2013-12-11 18:57:07',20245,NULL),(22703,9,'','',530,0,'2013-12-11 19:01:53',20246,NULL),(22704,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b1652e3111d5e31d65976eed41d731ecc3e69c0a','',552,0,'2013-12-11 08:00:00',20246,NULL),(22705,9,'','',530,0,'2013-12-11 19:04:45',20247,NULL),(22706,19,'NEGATIVE,89e4bf19c4d68248722b379f388861567fe12bca','',537,0,'2013-12-11 08:00:00',20247,NULL),(22707,18,'[$]NO MALARIA PARASITE SEEN[/$],-,89e4bf19c4d68248722b379f388861567fe12bca','',537,0,'2013-12-11 08:00:00',20247,NULL),(22708,107,'1/20,1/20,89e4bf19c4d68248722b379f388861567fe12bca','',537,0,'2013-12-11 08:00:00',20249,NULL),(22709,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,89e4bf19c4d68248722b379f388861567fe12bc',', ',537,0,'2013-12-11 08:00:00',20252,NULL),(22710,9,'','',530,0,'2013-12-11 19:13:03',20253,NULL),(22711,18,'[$]NO MALARIA PARASITE SEEN[/$],-,08556a9b8b41d30cf50ee2e76c2cbaf39e0f3df8','',537,0,'2013-12-11 08:00:00',20253,NULL),(22712,35,'HAZY,AMBER,6.0,1.025,TRACE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,08556a9b8b41d30cf50ee2e76c2cbaf39e0f3df8',', ',537,0,'2013-12-11 08:00:00',20255,NULL),(22713,22,'10,2d90d294e8ac78dae66ccd9d178eab7885cba11f','',537,0,'2013-12-11 08:00:00',20256,NULL),(22714,9,'','',530,0,'2013-12-11 19:15:43',20256,NULL),(22715,70,'6.7,2d90d294e8ac78dae66ccd9d178eab7885cba11f','',537,0,'2013-12-11 08:00:00',20256,NULL),(22716,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,2d90d294e8ac78dae66ccd9d178eab7885cba11f','',537,0,'2013-12-11 08:00:00',20258,NULL),(22717,126,'','',530,0,'2013-12-11 19:15:43',20261,NULL),(22718,57,'','',530,0,'2013-12-11 19:27:17',20262,NULL),(22719,133,'','',530,0,'2013-12-11 19:27:17',20262,NULL),(22720,131,'','',530,0,'2013-12-11 19:27:17',20262,NULL),(22721,132,'','',530,0,'2013-12-11 19:27:17',20262,NULL),(22722,56,'','',530,0,'2013-12-11 19:27:17',20262,NULL),(22723,107,'1/20,1/20,ce1058de030d9a12a0c369bc37375e109a9d01c7','',537,0,'2013-12-12 08:00:00',20262,NULL),(22724,68,'','',530,0,'2013-12-11 19:27:17',20264,NULL),(22725,9,'','',530,0,'2013-12-11 19:27:17',20264,NULL),(22726,19,'NEGATIVE,ce1058de030d9a12a0c369bc37375e109a9d01c7','',537,0,'2013-12-12 08:00:00',20264,NULL),(22727,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ce1058de030d9a12a0c369bc37375e109a9d01c7','',537,0,'2013-12-12 08:00:00',20264,NULL),(22728,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,2,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ce1058de030d9a12a0c369bc37375e109a9d01c7',', ',543,0,'2013-12-12 08:00:00',20267,NULL),(22729,131,'','',530,0,'2013-12-11 19:37:31',20268,NULL),(22730,9,'','',530,0,'2013-12-11 19:39:40',20269,NULL),(22731,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f2b05d3568acdb2ec5c1a1701dc11263c44f1914','',537,0,'2013-12-11 08:00:00',20269,NULL),(22732,68,'','',530,0,'2013-12-11 19:51:51',20270,NULL),(22733,9,'','',530,0,'2013-12-11 19:51:51',20270,NULL),(22734,35,'','',530,0,'2013-12-11 19:51:51',20272,NULL),(22735,9,'','',530,0,'2013-12-11 19:54:14',20273,NULL),(22736,18,'[$]NO MALARIA PARASITE SEEN[/$],-,72628e7721f20bfff9988f2d5c18372d9af91134','',537,0,'2013-12-11 08:00:00',20273,NULL),(22737,21,'O,POSITIVE,a5136406d99428e5211cfa5a51bab00bdf10bb1b','',537,0,'2013-12-11 08:00:00',20274,NULL),(22738,9,'','',530,0,'2013-12-11 19:59:27',20274,NULL),(22739,28,'NEGATIVE,[$][/$],a5136406d99428e5211cfa5a51bab00bdf10bb1b','',537,0,'2013-12-11 08:00:00',20274,NULL),(22740,20,'NEGATIVE,a5136406d99428e5211cfa5a51bab00bdf10bb1b','',537,0,'2013-12-11 08:00:00',20274,NULL),(22741,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,20,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a5136406d99428e5211cfa5a51bab00bdf10bb1b',', ',537,0,'2013-12-11 08:00:00',20276,NULL),(22742,37,'','',530,0,'2013-12-11 19:59:28',20279,NULL),(22743,37,'','',537,0,'2013-12-11 20:01:24',20280,NULL),(22744,22,'8,eb64f7e248f487d3a087688c8e68bd03e636b68e','',552,0,'2013-12-11 08:00:00',20281,NULL),(22745,9,'','',530,0,'2013-12-11 20:15:33',20281,NULL),(22746,19,'NEGATIVE,eb64f7e248f487d3a087688c8e68bd03e636b68e','',552,0,'2013-12-11 08:00:00',20281,NULL),(22747,18,'[$]NO MALARIA PARASITES SEEN[/$],-,eb64f7e248f487d3a087688c8e68bd03e636b68e','',552,0,'2013-12-11 08:00:00',20281,NULL),(22748,9,'','',530,0,'2013-12-11 20:27:54',20282,NULL),(22749,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d6b3df94324cc7dbfff516b9cd76415cc44e9836','',552,0,'2013-12-11 08:00:00',20282,NULL),(22750,35,'CLOUDY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d6b3df94324cc7dbfff516b9cd76415cc44e9836','',537,0,'2013-12-11 08:00:00',20284,NULL),(22751,135,'[$]NO PATHOGEN ISOLATED [/$],d6b3df94324cc7dbfff516b9cd76415cc44e9836','',534,0,'2013-12-13 08:00:00',20287,NULL),(22752,9,'','',530,0,'2013-12-11 20:32:09',20288,NULL),(22753,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a1fa2b4c4492ace253d1920120ad18da2450b3a0','',552,0,'2013-12-11 08:00:00',20288,NULL),(22754,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a1fa2b4c4492ace253d1920120ad18da2450b3a0','',537,0,'2013-12-11 08:00:00',20290,NULL),(22755,107,'1/160,1/40,a1fa2b4c4492ace253d1920120ad18da2450b3a0','',552,0,'2013-12-11 08:00:00',20293,NULL),(22756,11,'130.0,[$]14.0[/$],[$]9.3[/$],13.56,THERAPEUTIC : 2.0 - 4.0,0073970cb9b1a2190134c1ad4ef34fb873f97c0a','',537,0,'2013-12-12 08:00:00',20294,NULL),(22757,22,'90,c825304267fede5ce02b82147c6dfa50b2589dac','',536,0,'2013-12-11 08:00:00',20295,NULL),(22758,9,'','',530,0,'2013-12-11 20:53:08',20295,NULL),(22759,19,'NEGATIVE,c825304267fede5ce02b82147c6dfa50b2589dac','',536,0,'2013-12-11 08:00:00',20295,NULL),(22760,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c825304267fede5ce02b82147c6dfa50b2589dac','',536,0,'2013-12-11 08:00:00',20295,NULL),(22761,35,'CLOUDY,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c825304267fede5ce02b82147c6dfa50b2','',537,0,'2013-12-11 08:00:00',20297,NULL),(22762,107,'1/20,1/20,c825304267fede5ce02b82147c6dfa50b2589dac','',536,0,'2013-12-11 08:00:00',20300,NULL),(22763,9,'','',530,0,'2013-12-11 20:55:51',20301,NULL),(22764,19,'NEGATIVE,54b88c4c30d3f3c5c48883ef73bd6373071d2629','',534,0,'2013-12-11 08:00:00',20301,NULL),(22765,107,'1/160,1/80,54b88c4c30d3f3c5c48883ef73bd6373071d2629','',534,0,'2013-12-11 08:00:00',20303,NULL),(22766,9,'','',530,0,'2013-12-11 20:58:05',20304,NULL),(22767,11,'','',530,0,'2013-12-11 21:03:40',20305,NULL),(22768,22,'2,648621b07d74f763515478e76cd115f8f28cd59e','',536,0,'2013-12-11 08:00:00',20306,NULL),(22769,9,'','',530,0,'2013-12-11 21:11:42',20306,NULL),(22770,19,'NEGATIVE,648621b07d74f763515478e76cd115f8f28cd59e','',536,0,'2013-12-11 08:00:00',20306,NULL),(22771,18,'[$]NO MALARIA PARASITE SEEN[/$],-,648621b07d74f763515478e76cd115f8f28cd59e','',536,0,'2013-12-11 08:00:00',20306,NULL),(22772,107,'1/20,1/20,648621b07d74f763515478e76cd115f8f28cd59e','',536,0,'2013-12-11 08:00:00',20308,NULL),(22773,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,12,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,648621b07d74f763515478e76cd115f8f28cd59e','CLARITY:HAZY, pH:8.0, SG:1.010, PUS CELLS:4, EPITH. CELLS:12',552,0,'2013-12-11 22:12:21',20311,NULL),(22774,112,'NEGATIVE,,338a57c668541faf7f2b0993a7801ca821b5e0ee','',552,0,'2013-12-11 21:12:44',20312,NULL),(22775,9,'','',530,0,'2013-12-11 21:22:50',20313,NULL),(22776,19,'NEGATIVE,7cc9a5963d8beaaccccc7a7398e6a56b98fdf826','',536,0,'2013-12-11 08:00:00',20313,NULL),(22777,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7cc9a5963d8beaaccccc7a7398e6a56b98fdf826','',536,0,'2013-12-11 08:00:00',20313,NULL),(22778,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7cc9a5963d8beaaccccc7a7398e6a56b98fdf826',', ',552,0,'2013-12-11 08:00:00',20315,NULL),(22779,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,648621b07d74f763515478e76cd115f8f28cd59e','',552,0,'2013-12-11 08:00:00',20316,NULL),(22780,133,'','',530,0,'2013-12-11 21:24:04',20318,NULL),(22781,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,eb64f7e248f487d3a087688c8e68bd03e636b68e','pH:6.0, SG:1.030, EPITH. CELLS:4, YEAST CELLS:n',537,0,'2013-12-11 21:31:54',20319,NULL),(22782,57,'','',530,0,'2013-12-11 21:53:46',20320,NULL),(22783,133,'','',530,0,'2013-12-11 21:53:46',20320,NULL),(22784,131,'','',530,0,'2013-12-11 21:53:46',20320,NULL),(22785,56,'','',530,0,'2013-12-11 21:53:46',20320,NULL),(22786,196,'','',530,0,'2013-12-11 21:53:47',20322,NULL),(22787,22,'','',530,0,'2013-12-11 21:53:47',20322,NULL),(22788,9,'','',530,0,'2013-12-11 22:04:27',20323,NULL),(22789,70,'4.7,cc30e48cc73b49cb6155034c2da721f55115a831','',550,0,'2013-12-11 08:00:00',20323,NULL),(22790,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,cc30e48cc73b49cb6155034c2da721f55115a831',', ',550,0,'2013-12-11 08:00:00',20325,NULL),(22791,107,'','',530,0,'2013-12-11 22:04:28',20328,NULL),(22792,21,'O,NEGATIVE,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','',534,0,'2013-12-11 08:00:00',20329,NULL),(22793,20,'NEGATIVE,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','',534,0,'2013-12-11 08:00:00',20329,NULL),(22794,112,'NEGATIVE,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','',534,0,'2013-12-11 08:00:00',20331,NULL),(22795,27,'NON-REACTIVE,-,NEGATIVE,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','',534,0,'2013-12-11 08:00:00',20331,NULL),(22796,108,'NON - REACTIVE,a656010b832a7a2dfcf78a3a013a9e2f13d8dd8b','',534,0,'2013-12-11 08:00:00',20331,NULL),(22797,57,'','',530,0,'2013-12-11 22:10:54',20332,NULL),(22798,133,'','',530,0,'2013-12-11 22:10:54',20332,NULL),(22799,131,'','',530,0,'2013-12-11 22:10:54',20332,NULL),(22800,56,'','',530,0,'2013-12-11 22:10:54',20332,NULL),(22801,9,'','',530,0,'2013-12-11 22:10:55',20334,NULL),(22802,9,'','',530,0,'2013-12-11 22:23:37',20335,NULL),(22803,18,'[$]NO MALARIA PARASITE SEEN[/$],-,08820a13eedb40e70b3665a7f281232b229c55bc','',534,0,'2013-12-11 08:00:00',20335,NULL),(22804,35,'HAZY,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,08820a13eedb40e70b3665a7f281232b229c5',', ',550,0,'2013-12-11 08:00:00',20337,NULL),(22805,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,dd4561163d70738f8c73382dc5be1582356528e9',', ',550,0,'2013-12-11 08:00:00',20338,NULL),(22806,57,'','',530,0,'2013-12-11 22:34:05',20339,NULL),(22807,133,'','',530,0,'2013-12-11 22:34:05',20339,NULL),(22808,132,'','',530,0,'2013-12-11 22:34:05',20339,NULL),(22809,56,'','',530,0,'2013-12-11 22:34:05',20339,NULL),(22810,9,'','',530,0,'2013-12-11 22:34:05',20341,NULL),(22811,35,'','',530,0,'2013-12-11 22:34:05',20344,NULL),(22812,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4c49113385cd9b7a410c8cfd9475ae3057b7c3cd',', ',550,0,'2013-12-11 08:00:00',20345,NULL),(22813,9,'','',530,0,'2013-12-11 22:51:19',20346,NULL),(22814,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,da40457ef4e96866af375937f17418a86aa00ccb',', ',550,0,'2013-12-11 08:00:00',20348,NULL),(22815,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,2e80ed3da9cfbb6548b3118b810e8aee11896a6b','',534,0,'2013-12-11 08:00:00',20349,NULL),(22816,36,'Klebsiella species,2e80ed3da9cfbb6548b3118b810e8aee11896a6b','',534,0,'2013-12-11 08:00:00',20349,NULL),(22817,68,'','',530,0,'2013-12-11 23:13:17',20350,NULL),(22818,9,'','',530,0,'2013-12-11 23:13:17',20350,NULL),(22819,18,'','',530,0,'2013-12-11 23:13:17',20350,NULL),(22820,116,'','',530,0,'2013-12-11 23:13:17',20352,NULL),(22821,27,'','',530,0,'2013-12-11 23:13:17',20352,NULL),(22822,108,'','',530,0,'2013-12-11 23:13:17',20352,NULL),(22823,35,'','',530,0,'2013-12-11 23:13:17',20355,NULL),(22824,9,'','',530,0,'2013-12-11 23:18:02',20356,NULL),(22825,40,'[$]Preliminary Report, Please discard when final report is in\r\nNo Bacteria Growth after 48 Hrs of Inculbation[/$],,c9d419c9607fb9cb4c8ccf76584998ab23556ade','',536,553,'2013-12-11 08:00:00',20357,'2013-12-14 13:26:11'),(22826,9,',,,,,,,,,,,,,,c9d419c9607fb9cb4c8ccf76584998ab23556ade','',553,0,'2013-12-14 21:26:12',20357,NULL),(22827,18,',,,c9d419c9607fb9cb4c8ccf76584998ab23556ade','',536,553,'2013-12-11 08:00:00',20357,'2013-12-14 13:26:12'),(22828,36,'','',530,0,'2013-12-11 23:22:42',20359,NULL),(22829,35,'','',530,0,'2013-12-11 23:22:42',20359,NULL),(22830,9,'','',530,0,'2013-12-11 23:25:55',20360,NULL),(22831,36,'No Bacteria Growth,c825304267fede5ce02b82147c6dfa50b2589dac','',534,0,'2013-12-16 08:00:00',20361,NULL),(22832,21,'B,POSITIVE,3090ddd57ea0a4002f76b6b199f14648370a5286','',537,0,'2013-12-12 08:00:00',20362,NULL),(22833,9,'','',530,0,'2013-12-11 23:34:38',20362,NULL),(22834,25,'NO DEFECT,3090ddd57ea0a4002f76b6b199f14648370a5286','',534,0,'2013-12-12 08:00:00',20362,NULL),(22835,18,'[$]NO MALARIA PARASITE SEEN[/$],-,3090ddd57ea0a4002f76b6b199f14648370a5286','',537,0,'2013-12-12 08:00:00',20362,NULL),(22836,20,'NEGATIVE,3090ddd57ea0a4002f76b6b199f14648370a5286','',537,0,'2013-12-12 08:00:00',20362,NULL),(22837,112,'NEGATIVE,3090ddd57ea0a4002f76b6b199f14648370a5286','',537,0,'2013-12-12 08:00:00',20364,NULL),(22838,27,'NON-REACTIVE,-,NEGATIVE,3090ddd57ea0a4002f76b6b199f14648370a5286','',537,0,'2013-12-12 08:00:00',20364,NULL),(22839,108,'NON - REACTIVE,3090ddd57ea0a4002f76b6b199f14648370a5286','',537,0,'2013-12-12 08:00:00',20364,NULL),(22840,35,'CLOUDY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3090ddd57ea0a4002f76b6b199f146483','',537,0,'2013-12-12 08:00:00',20367,NULL),(22841,9,'','',530,0,'2013-12-11 23:46:31',20368,NULL),(22842,18,'[$]NO MALARIA PARASITE SEEN[/$],-,fab90bf010f94b0abd4a084211ba8b25aa2bad1f','',550,0,'2013-12-11 08:00:00',20368,NULL),(22843,112,'NEGATIVE,fab90bf010f94b0abd4a084211ba8b25aa2bad1f','',550,0,'2013-12-11 08:00:00',20370,NULL),(22844,27,'NON-REACTIVE,NON-REACTIVE,NEGATIVE,fab90bf010f94b0abd4a084211ba8b25aa2bad1f','',550,0,'2013-12-11 08:00:00',20370,NULL),(22845,108,'NON - REACTIVE,fab90bf010f94b0abd4a084211ba8b25aa2bad1f','',550,0,'2013-12-11 08:00:00',20370,NULL),(22846,35,'HAZY,AMBER,6.5,1.025,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fab90bf010f94b0abd4a084211ba8b25aa2b',', ',550,0,'2013-12-11 08:00:00',20373,NULL),(22847,57,'','',530,0,'2013-12-11 23:50:01',20374,NULL),(22848,133,'','',530,0,'2013-12-11 23:50:01',20374,NULL),(22849,56,'','',530,0,'2013-12-11 23:50:01',20374,NULL),(22850,9,'','',530,0,'2013-12-11 23:50:01',20376,NULL),(22851,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,2354c4b7b61b84d2c0b875e57489fdc38b4aaac4','',543,0,'2013-12-12 08:00:00',20379,NULL),(22852,21,'AB,POSITIVE,450b3332bfaca521ec4f7dc808ac176ad38ef409','',550,0,'2013-12-11 08:00:00',20380,NULL),(22853,9,'','',530,0,'2013-12-11 23:57:22',20380,NULL),(22854,18,'[$]NO MALARIA PARASITE SEEN[/$],-,450b3332bfaca521ec4f7dc808ac176ad38ef409',', ',550,0,'2013-12-11 08:00:00',20380,NULL),(22855,20,'POSITIVE,450b3332bfaca521ec4f7dc808ac176ad38ef409','',550,0,'2013-12-11 08:00:00',20380,NULL),(22856,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,450b3332bfaca521ec4f7dc808ac176ad38ef409',', ',550,0,'2013-12-11 08:00:00',20382,NULL),(22857,21,'','',530,0,'2013-12-12 00:01:19',20383,NULL),(22858,224,'','',530,0,'2013-12-12 00:01:19',20383,NULL),(22859,40,'','',530,0,'2013-12-12 00:10:28',20384,NULL),(22860,22,'27,4531efd8976f8047708fa7ed43a1420c4fac09e4','',550,0,'2013-12-11 08:00:00',20384,NULL),(22861,9,'','',530,0,'2013-12-12 00:10:28',20384,NULL),(22862,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4531efd8976f8047708fa7ed43a1420c4fac09e4','',550,0,'2013-12-11 08:00:00',20384,NULL),(22863,107,'1/20,1/20,4531efd8976f8047708fa7ed43a1420c4fac09e4','',550,0,'2013-12-11 08:00:00',20386,NULL),(22864,9,'','',530,0,'2013-12-12 00:12:10',20387,NULL),(22865,19,'NEGATIVE,c504627eea8821aa8d0971682553dcdcbe4432d2','',550,0,'2013-12-11 08:00:00',20387,NULL),(22866,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c504627eea8821aa8d0971682553dcdcbe4432d2','',550,0,'2013-12-11 08:00:00',20387,NULL),(22867,21,'AB,POSITIVE,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20388,NULL),(22868,9,'','',530,0,'2013-12-12 00:17:27',20388,NULL),(22869,25,'NO DEFECT,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20388,NULL),(22870,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20388,NULL),(22871,20,'POSITIVE,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20388,NULL),(22872,112,'POSITIVE,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20390,NULL),(22873,27,'NON-REACTIVE,-,NEGATIVE,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20390,NULL),(22874,108,'NON - REACTIVE,e4282ea044bb7c7a65b18b74b711a1ca99d82143','',552,0,'2013-12-12 08:00:00',20390,NULL),(22875,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,e4282ea044bb7c7a65b18b74b711a1ca99d82143','CONSISTENCY:FORMED, CONTENT:',552,0,'2013-12-13 00:32:02',20393,NULL),(22876,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e4282ea044bb7c7a65b18b74b711a1ca99d82143',' ',536,0,'2013-12-12 08:00:00',20397,NULL),(22877,108,'NON - REACTIVE,cc30e48cc73b49cb6155034c2da721f55115a831','',550,0,'2013-12-11 08:00:00',20398,NULL),(22878,35,'CLOUDY,LIGHT AMBER,7.5,1.015,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,14,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],AMORPHOUS PHOSPHATE (++),NOT SEEN,NOT SEEN,808facf76a9469e4',', ',550,0,'2013-12-11 08:00:00',20399,NULL),(22879,57,'','',530,0,'2013-12-12 00:24:54',20400,NULL),(22880,133,'','',530,0,'2013-12-12 00:24:54',20400,NULL),(22881,56,'','',530,0,'2013-12-12 00:24:54',20400,NULL),(22882,20,'','',530,0,'2013-12-12 00:27:08',20401,NULL),(22883,68,'','',530,0,'2013-12-12 00:31:54',20402,NULL),(22884,9,'','',530,0,'2013-12-12 00:31:54',20402,NULL),(22885,18,'','',530,0,'2013-12-12 00:31:54',20402,NULL),(22886,35,'','',530,0,'2013-12-12 00:31:54',20404,NULL),(22887,9,'','',530,0,'2013-12-12 00:35:00',20405,NULL),(22888,18,'[$]NO MALARIA PARASITE SEEN[/$],-,65857f6d5c2599cdc92006cb8219b13152685130','',550,0,'2013-12-11 08:00:00',20405,NULL),(22889,35,'CLEAR,AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,4,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,65857f6d5c2599cdc92006cb8219b13152685130',', ',550,0,'2013-12-11 08:00:00',20407,NULL),(22890,16,'POSITIVE,50fc0e56fa5ac745abe25228954016c074357da9','',550,0,'2013-12-11 08:00:00',20408,NULL),(22891,35,'CLEAR,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,50fc0e56fa5ac745abe25228954016c074357d',', ',550,0,'2013-12-11 08:00:00',20410,NULL),(22892,14,'NEGATIVE,50fc0e56fa5ac745abe25228954016c074357da9','',537,0,'2013-12-12 08:00:00',20413,NULL),(22893,9,'','',530,0,'2013-12-12 00:41:51',20414,NULL),(22894,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5d4b3a65c31eae0d1e626fb8f37e339e31918e4d','',550,0,'2013-12-11 08:00:00',20414,NULL),(22895,35,'HAZY,AMBER,6.0,1.025,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5d4b3a65c31eae0d1e626fb8f37e339e31918e4d',', ',550,0,'2013-12-11 08:00:00',20416,NULL),(22896,9,'','',530,0,'2013-12-12 00:46:55',20417,NULL),(22897,19,'NEGATIVE,379c95565a6a22dd6ba8d2febfd4de247d7d1d31','',550,0,'2013-12-11 08:00:00',20417,NULL),(22898,107,'1/20,1/20,379c95565a6a22dd6ba8d2febfd4de247d7d1d31','',550,0,'2013-12-11 08:00:00',20419,NULL),(22899,133,'','',530,0,'2013-12-12 01:12:17',20420,NULL),(22900,56,'','',530,0,'2013-12-12 01:12:17',20420,NULL),(22901,65,'','',530,0,'2013-12-12 01:12:17',20420,NULL),(22902,9,'','',530,0,'2013-12-12 01:12:17',20422,NULL),(22903,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c54139bc7a01f7dca96c87c60a03f402731b5086','',536,0,'2013-12-11 08:00:00',20422,NULL),(22904,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c54139bc7a01f7dca96c87c60a03f402731b5086',', ',550,0,'2013-12-11 08:00:00',20425,NULL),(22905,57,'','',530,0,'2013-12-12 01:15:39',20426,NULL),(22906,133,'','',530,0,'2013-12-12 01:15:39',20426,NULL),(22907,56,'','',530,0,'2013-12-12 01:15:39',20426,NULL),(22908,9,'','',530,0,'2013-12-12 01:15:39',20428,NULL),(22909,35,'CLEAR,STRAW,7.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,914004bab26f35c241a09838163098654351c824',', ',550,0,'2013-12-11 08:00:00',20431,NULL),(22910,9,'','',530,0,'2013-12-12 01:17:51',20432,NULL),(22911,19,'NEGATIVE,5570b281ab9d472011986eeec755627bf234e8af','',550,0,'2013-12-11 08:00:00',20432,NULL),(22912,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5570b281ab9d472011986eeec755627bf234e8af','',550,0,'2013-12-11 08:00:00',20432,NULL),(22913,71,'NEGATIVE,93792f62eda81b68af45b3cf52f40c817351cf2f','',550,0,'2013-12-11 08:00:00',20433,NULL),(22914,21,'O,POSITIVE,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20434,NULL),(22915,68,'4.5,-,-,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','NON DIABETIC, ',552,0,'2013-12-17 08:00:00',20434,NULL),(22916,9,'','',530,0,'2013-12-12 01:35:25',20434,NULL),(22917,25,'NO DEFECT,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20434,NULL),(22918,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20434,NULL),(22919,20,'NEGATIVE,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20434,NULL),(22920,112,'NEGATIVE,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20436,NULL),(22921,27,'NON-REACTIVE,-,NEGATIVE,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20436,NULL),(22922,108,'NON - REACTIVE,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',552,0,'2013-12-17 08:00:00',20436,NULL),(22923,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,2b640d9620b344cbd5cdab88938e3e6e6f247d2a','',537,0,'2013-12-17 08:00:00',20439,NULL),(22924,9,'','',530,0,'2013-12-12 01:47:51',20440,NULL),(22925,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',536,0,'2013-12-11 08:00:00',20440,NULL),(22926,71,'POSITIVE,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',550,0,'2013-12-11 08:00:00',20442,NULL),(22927,35,'HAZY,LIGHT AMBER,6.5,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (++),NOT SEEN,d20ab91f01ce918daa4eeab',', ',550,0,'2013-12-11 08:00:00',20442,NULL),(22928,9,'','',530,0,'2013-12-12 02:19:36',20443,NULL),(22929,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9139bdcebb7e150c3e252bbf5f5897a9360a735c','',536,0,'2013-12-11 08:00:00',20443,NULL),(22930,107,'','',530,0,'2013-12-12 02:19:36',20445,NULL),(22931,35,'CLEAR,LIGHT AMBER,7.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9139bdcebb7e150c3e252bbf5f5897a936',', ',536,0,'2013-12-11 08:00:00',20448,NULL),(22932,9,'','',530,0,'2013-12-12 02:25:53',20449,NULL),(22933,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ccc20346850b0e4562f181c22282a8cb30e2cba5','',536,0,'2013-12-11 08:00:00',20449,NULL),(22934,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ccc20346850b0e4562f181c22282a8cb30e2cba5',', ',536,0,'2013-12-11 08:00:00',20451,NULL),(22935,11,'17.0,[$]14.0[/$],[$]1.2[/$],1.26,THERAPEUTIC : 2.0 - 4.0,bc2fb684db5d5c50f58c7504644c58c7bbb4e25f','',537,0,'2013-12-12 08:00:00',20452,NULL),(22936,133,'','',530,0,'2013-12-12 03:02:14',20453,NULL),(22937,22,'','',530,0,'2013-12-12 03:06:24',20454,NULL),(22938,9,'','',530,0,'2013-12-12 03:06:24',20454,NULL),(22939,19,'NEGATIVE,37564a7edf8fa07bf5b33fbaf9515f6e0162a716','',535,0,'2013-12-11 08:00:00',20454,NULL),(22940,18,'[$]NO MALARIA PARASITES SEEN[/$],-,37564a7edf8fa07bf5b33fbaf9515f6e0162a716','',535,0,'2013-12-11 08:00:00',20454,NULL),(22941,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,37564a7edf8fa07bf5b33fbaf9515f6e0162a716',', ',536,0,'2013-12-11 08:00:00',20456,NULL),(22942,19,'NEGATIVE,b6d43ed001595b597fb266c64cd0d43a717ceb33','',535,0,'2013-12-11 08:00:00',20457,NULL),(22943,22,'2,1fc77c6fce794f33a70c9d2bd2b296f62ecb7c23','',535,0,'2013-12-11 08:00:00',20458,NULL),(22944,222,'','',531,0,'2013-12-12 04:25:02',20458,NULL),(22945,19,'NEGATIVE,1fc77c6fce794f33a70c9d2bd2b296f62ecb7c23','',535,0,'2013-12-11 08:00:00',20458,NULL),(22946,108,'NON - REACTIVE,1fc77c6fce794f33a70c9d2bd2b296f62ecb7c23','',535,0,'2013-12-11 08:00:00',20460,NULL),(22947,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1fc77c6fce794f33a70c9d2bd2b296f62ecb7c23',', ',535,0,'2013-12-11 08:00:00',20463,NULL),(22948,68,'','',531,0,'2013-12-12 04:28:26',20464,NULL),(22949,92,'13.0,2e6791198c4b3e4abe2e87dadc6a2df5211ae630','',537,0,'2013-12-16 08:00:00',20466,NULL),(22950,222,'','',531,0,'2013-12-12 04:32:05',20467,NULL),(22951,71,'NEGATIVE,9c161de078fc8e4fa487615cb2227c59b75e4605','',535,0,'2013-12-11 08:00:00',20469,NULL),(22952,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,INCREASED,2,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9c161de078fc8e4fa487615cb2227c59b75e4605',', ',535,0,'2013-12-11 08:00:00',20469,NULL),(22953,222,'','',531,0,'2013-12-12 04:41:46',20470,NULL),(22954,19,'NEGATIVE,df7bb270096b980311942682e39be323593ea80e','',535,0,'2013-12-11 08:00:00',20470,NULL),(22955,18,'[$]NO MALARIA PARASITES SEEN[/$],-,df7bb270096b980311942682e39be323593ea80e','',535,0,'2013-12-11 08:00:00',20470,NULL),(22956,222,'5.9,4.30,12.4,36.7,85.3,28.8,33.8,169,39.0,9.9,51.1,2.3,0.6,3.0,13.4,11.1,2943f29a2c902e2a506ec1849bd237e693df5bd9','',535,0,'2013-12-11 08:00:00',20471,NULL),(22957,19,'NEGATIVE,2943f29a2c902e2a506ec1849bd237e693df5bd9','',535,0,'2013-12-11 08:00:00',20471,NULL),(22958,35,'HAZY,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,2943f29a2c902e2a506ec1849bd237e693df5bd9',', ',535,0,'2013-12-11 08:00:00',20473,NULL),(22959,222,'9.4,4.63,11.0,33.5,72.4,23.8,32.8,320,23.5,1.1,75.4,2.2,0.1,7.1,14.2,8.8,38df9ddeedc33a24cb5a17194fbb294aa1e21d89','',535,0,'2013-12-11 08:00:00',20474,NULL),(22960,19,'NEGATIVE,38df9ddeedc33a24cb5a17194fbb294aa1e21d89','',535,0,'2013-12-11 08:00:00',20474,NULL),(22961,222,'14.3,5.25,10.3,33.5,63.8,19.6,30.7,314,44.4,10.5,45.1,6.3,1.5,6.5,15.1,8.6,09320b30ac5cb37acfe893397b840a3e52badb1d','',535,0,'2013-12-11 08:00:00',20475,NULL),(22962,19,'NEGATIVE,09320b30ac5cb37acfe893397b840a3e52badb1d','',535,0,'2013-12-11 08:00:00',20475,NULL),(22963,36,'No Significant Bacteria Growth,d20ab91f01ce918daa4eeab3ebf3ac3cdf92dfda','',534,0,'2013-12-13 08:00:00',20476,NULL),(22964,222,'4.2,4.90,13.1,39.1,79.8,26.7,33.5,234,46.7,2.3,51.0,2.0,0.1,2.1,13.2,7.8,9e5fca95a61599e410ea6d6ab88b515b6360cb2d','',535,0,'2013-12-11 08:00:00',20477,NULL),(22965,19,'NEGATIVE,9e5fca95a61599e410ea6d6ab88b515b6360cb2d','',535,0,'2013-12-11 08:00:00',20477,NULL),(22966,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9e5fca95a61599e410ea6d6ab88b515b6360cb2d','',535,0,'2013-12-11 08:00:00',20477,NULL),(22967,107,'1/20,1/20,9e5fca95a61599e410ea6d6ab88b515b6360cb2d','',535,0,'2013-12-11 08:00:00',20479,NULL),(22968,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9e5fca95a61599e410ea6d6ab88b515b6360cb2d',', ',535,0,'2013-12-11 08:00:00',20482,NULL),(22969,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9c161de078fc8e4fa487615cb2227c59b75e4605','',535,0,'2013-12-11 08:00:00',20483,NULL),(22970,222,'12.0,4.37,12.0,35.9,82.2,27.5,33.4,230,22.1,10.9,67.0,2.7,1.3,8.0,14.7,9.4,9864057729ee2d48836d2e1abaff852ffd170ce1','',535,0,'2013-12-12 08:00:00',20484,NULL),(22971,222,'12.1,5.09,11.7,35.8,70.3,23.0,32.7,593,44.3,9.8,45.9,5.4,1.2,5.5,17.5,7.8,afb2c1282b364c3dd0ba22681cac9a4ea043e475','',535,0,'2013-12-12 08:00:00',20485,NULL),(22972,19,'NEGATIVE,afb2c1282b364c3dd0ba22681cac9a4ea043e475','',535,0,'2013-12-12 08:00:00',20485,NULL),(22973,222,'6.0,4.33,13.7,38.7,89.4,31.6,35.4,219,50.0,6.7,43.3,3.0,0.4,2.6,13.1,12.9,78a3484db22cae1f6342e0f4544c51229ca162cf','',535,0,'2013-12-12 08:00:00',20486,NULL),(22974,107,'1/20,1/20,78a3484db22cae1f6342e0f4544c51229ca162cf','',535,0,'2013-12-12 08:00:00',20488,NULL),(22975,68,'5.2,-,-,d3484b93d3b83bf2ee495eadb166af1e0a619f15','',537,0,'2013-12-12 08:00:00',20489,NULL),(22976,222,'','',531,0,'2013-12-12 13:52:51',20489,NULL),(22977,19,'NEGATIVE,d3484b93d3b83bf2ee495eadb166af1e0a619f15','',537,0,'2013-12-12 08:00:00',20489,NULL),(22978,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d3484b93d3b83bf2ee495eadb166af1e0a619f15','',537,0,'2013-12-12 08:00:00',20489,NULL),(22979,107,'1/20,1/40,d3484b93d3b83bf2ee495eadb166af1e0a619f15','',537,0,'2013-12-12 08:00:00',20491,NULL),(22980,35,'CLOUDY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+++),NOT SEEN,d3484b93d3b83bf2ee495eadb166','',537,0,'2013-12-12 08:00:00',20494,NULL),(22981,131,'','',531,0,'2013-12-12 14:17:24',20495,NULL),(22982,132,'','',531,0,'2013-12-12 14:17:24',20495,NULL),(22983,77,'','',531,0,'2013-12-12 14:17:25',20497,NULL),(22984,68,'6.6,NEGATIVE,NEGATIVE,939caa599df5222c4d2a667b1025a955c96537fe','',537,0,'2013-12-12 08:00:00',20498,NULL),(22985,68,'4.4,-,-,d94509332471f750d6836335a64fa670a9fb0cd8','',543,0,'2013-12-12 08:00:00',20499,NULL),(22986,9,'','',531,0,'2013-12-12 15:32:29',20499,NULL),(22987,19,'NEGATIVE,d94509332471f750d6836335a64fa670a9fb0cd8','',537,0,'2013-12-12 08:00:00',20499,NULL),(22988,57,'','',531,0,'2013-12-12 15:32:29',20501,NULL),(22989,132,'','',531,0,'2013-12-12 15:32:29',20501,NULL),(22990,56,'','',531,0,'2013-12-12 15:32:29',20501,NULL),(22991,65,'','',531,0,'2013-12-12 15:32:29',20501,NULL),(22992,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d94509332471f750d6836335a64fa670a9fb0cd8',', ',543,0,'2013-12-12 08:00:00',20504,NULL),(22993,68,'4.0,-,-,ed696fbf6c7ec6ef60c3d1206033bcc5ece846c9','',537,0,'2013-12-12 08:00:00',20505,NULL),(22994,9,'','',530,0,'2013-12-12 15:56:32',20506,NULL),(22995,19,'NEGATIVE,cbbea253b6c91b5d284634918ae52472694190a8','',537,0,'2013-12-12 08:00:00',20506,NULL),(22996,18,'[$]NO MALARIA PARASITE SEEN[/$],-,cbbea253b6c91b5d284634918ae52472694190a8','',537,0,'2013-12-12 08:00:00',20506,NULL),(22997,71,'NEGATIVE,cbbea253b6c91b5d284634918ae52472694190a8','',543,0,'2013-12-12 08:00:00',20508,NULL),(22998,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,cbbea253b6c91b5d284634918ae52472694190a',', ',543,0,'2013-12-12 08:00:00',20508,NULL),(22999,68,'7.8,NEGATIVE,NEGATIVE,e8427d13aaba8fc052a3f28607d7c71cd05d5a7d','',537,0,'2013-12-12 08:00:00',20509,NULL),(23000,132,'','',530,0,'2013-12-12 16:08:36',20510,NULL),(23001,22,'4,11b9f32793795b2ccf4bc11cccffda29a760efbd','',534,0,'2013-12-12 08:00:00',20512,NULL),(23002,68,'4.5,-,-,11b9f32793795b2ccf4bc11cccffda29a760efbd','',534,0,'2013-12-12 08:00:00',20512,NULL),(23003,9,'','',530,0,'2013-12-12 16:08:36',20512,NULL),(23004,82,'','',530,0,'2013-12-12 16:13:31',20513,NULL),(23005,68,'10.7,POSITIVE (+),NEGATIVE,ff2fecbca9821682ea1be0bb35a5a5aca9400cf1','',537,0,'2013-12-12 08:00:00',20513,NULL),(23006,63,'','',530,0,'2013-12-12 16:13:31',20515,NULL),(23007,35,'HAZY,STRAW,8.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,2,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,78a3484db22cae1f6342e0f4544c51229ca162cf',', ',543,0,'2013-12-12 08:00:00',20516,NULL),(23008,35,'HAZY,LIGHT AMBER,6.0,1.015,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3e6e0d5e7626de76ef9682bdb1e19bc885da7e38','',537,0,'2013-12-12 08:00:00',20517,NULL),(23009,19,'NEGATIVE,,3e6e0d5e7626de76ef9682bdb1e19bc885da7e38','',531,0,'2013-12-13 08:01:38',20519,NULL),(23010,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,ad6dfe06eeed89f0fad55e37696e5216ac42ad32','',537,0,'2013-12-12 08:00:00',20520,NULL),(23011,57,'','',530,0,'2013-12-12 16:58:57',20521,NULL),(23012,133,'','',530,0,'2013-12-12 16:58:57',20521,NULL),(23013,132,'','',530,0,'2013-12-12 16:58:57',20521,NULL),(23014,56,'','',530,0,'2013-12-12 16:58:57',20521,NULL),(23015,65,'','',530,0,'2013-12-12 16:58:57',20521,NULL),(23016,68,'','',530,0,'2013-12-12 16:58:57',20523,NULL),(23017,9,'','',530,0,'2013-12-12 16:58:57',20523,NULL),(23018,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ae81f7647738da4298354c7f93dcbdf7bfc112c3','',537,0,'2013-12-12 08:00:00',20523,NULL),(23019,39,'','',530,0,'2013-12-12 16:58:58',20526,NULL),(23020,37,'','',530,0,'2013-12-12 16:58:58',20526,NULL),(23021,35,'HAZY,STRAW,8.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ae81f7647738da4298354c7f93dcbdf7bfc112c3',', ',543,0,'2013-12-12 08:00:00',20530,NULL),(23022,9,'','',530,0,'2013-12-12 17:05:33',20531,NULL),(23023,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4257b5768c4ba3f71498977d8fd8b53c99d0c523','',537,0,'2013-12-12 08:00:00',20531,NULL),(23024,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4257b5768c4ba3f71498977d8fd8b53c99d0c52',', ',543,0,'2013-12-12 08:00:00',20533,NULL),(23025,107,'1/20,1/20,475ed8f783325c5ab1de6f780c26f447e5e7345e','',537,0,'2013-12-12 08:00:00',20534,NULL),(23026,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,475ed8f783325c5ab1de6f780c26f447e5e7345e','',537,0,'2013-12-12 08:00:00',20536,NULL),(23027,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,08d71ab66fc99ce1de746fcf38fb236fe4381a8e','',534,0,'2013-12-12 08:00:00',20537,NULL),(23028,36,'Escherichia coli,08d71ab66fc99ce1de746fcf38fb236fe4381a8e','',534,0,'2013-12-12 08:00:00',20537,NULL),(23029,9,'','',530,0,'2013-12-12 17:51:41',20538,NULL),(23030,18,'[$]NO MALARIA PARASITE SEEN[/$],-,5a0768f9760fccaf5ea2845942335a5aea4dcb1e','',537,0,'2013-12-12 08:00:00',20538,NULL),(23031,107,'1/20,1/20,5a0768f9760fccaf5ea2845942335a5aea4dcb1e','',537,0,'2013-12-12 08:00:00',20540,NULL),(23032,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]BOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5a0768f9760fccaf5ea2845942335a5aea4dcb1e',', ',543,0,'2013-12-12 08:00:00',20543,NULL),(23033,65,'','',530,0,'2013-12-12 18:15:31',20544,NULL),(23034,9,'','',530,0,'2013-12-12 18:15:32',20546,NULL),(23035,35,'HAZY,LIGHT AMBER,6.0,1.020,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,10,0,[$]GRANULLAR CAST(+++)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d2c4b1dde09e4c0c9fb8e','',543,0,'2013-12-12 08:00:00',20549,NULL),(23036,71,'NEGATIVE,6a93da43fef408955b7549157619fedbb6bf08a1','',537,0,'2013-12-12 08:00:00',20550,NULL),(23037,78,',,7c41a8112023a95f16fb35b7569fe0e4658c8302','',541,0,'2013-12-12 20:59:58',20551,NULL),(23038,132,',,,,7c41a8112023a95f16fb35b7569fe0e4658c8302','',541,0,'2013-12-12 20:59:58',20551,NULL),(23039,69,'NEGATIVE,NORMAL (0.01 - 0.05),,7c41a8112023a95f16fb35b7569fe0e4658c8302','RAPID TROPONIN I:NEGATIVE',541,0,'2013-12-12 20:59:58',20551,NULL),(23040,9,'','',530,0,'2013-12-12 18:40:14',20553,NULL),(23041,68,'','',530,0,'2013-12-12 18:40:53',20554,NULL),(23042,112,'NEGATIVE,653dcf0e436264a89e62c4a5d504cc04fcb4bedc','',537,0,'2013-12-12 08:00:00',20555,NULL),(23043,128,'','',530,0,'2013-12-12 18:43:03',20555,NULL),(23044,9,'','',530,0,'2013-12-12 18:43:04',20557,NULL),(23045,9,'','',530,0,'2013-12-12 18:46:34',20558,NULL),(23046,19,'','',530,0,'2013-12-12 18:46:34',20558,NULL),(23047,202,'','',530,0,'2013-12-12 18:46:35',20560,NULL),(23048,199,'[$]COMMENSALS ONLY[/$],fc0865d414efa70cab7a3d996d161c44634dbd14','',534,0,'2013-12-16 08:00:00',20561,NULL),(23049,97,'MUCO SALIVARY,NEGATIVE,MUCO - SALIVARY,NEGATIVE,fc0865d414efa70cab7a3d996d161c44634dbd14','',534,0,'2013-12-16 08:00:00',20561,NULL),(23050,36,'Coliforms,91271ccf67a76cbcbf205af07127f448797ee274','',535,0,'2013-12-15 08:00:00',20562,NULL),(23051,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,91271ccf67a76cbcbf205af07127f448797ee274','',543,0,'2013-12-12 08:00:00',20562,NULL),(23052,82,'','',530,0,'2013-12-12 18:52:59',20563,NULL),(23053,70,'20.2,4b97b28cfb65856b9e725f406c81a7ab696d365f','',543,0,'2013-12-12 08:00:00',20563,NULL),(23054,35,'HAZY,AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),INCREASED,>30,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4b97b28cfb65856b9e725f406c81a7a',', ',543,0,'2013-12-12 08:00:00',20565,NULL),(23055,9,'','',530,0,'2013-12-12 18:57:08',20566,NULL),(23056,9,'','',530,0,'2013-12-12 19:00:49',20567,NULL),(23057,19,'NEGATIVE,dc55c47eac3c5a5e562167f58380285585b6d2fe','',537,0,'2013-12-12 08:00:00',20567,NULL),(23058,107,'1/20,1/20,dc55c47eac3c5a5e562167f58380285585b6d2fe','',537,0,'2013-12-12 08:00:00',20569,NULL),(23059,9,'','',530,0,'2013-12-12 19:03:08',20570,NULL),(23060,19,'NEGATIVE,529d44d9a09aaf2899c460c5ba41ed2cd91d0f9b','',537,0,'2013-12-12 08:00:00',20570,NULL),(23061,107,'1/20,1/20,529d44d9a09aaf2899c460c5ba41ed2cd91d0f9b','',537,0,'2013-12-12 08:00:00',20572,NULL),(23062,35,'HAZY,STRAW,6.0,1.030,TRACE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,529d44d9a09aaf2899c460c5ba41ed2cd91d0f9b',', ',541,0,'2013-12-12 08:00:00',20575,NULL),(23063,9,'','',530,0,'2013-12-12 19:04:49',20576,NULL),(23064,70,'4.7,7f861e52d5945a78dd1d02cabd1df32ec4b9df29','',537,0,'2013-12-12 08:00:00',20576,NULL),(23065,108,'NON - REACTIVE,7f861e52d5945a78dd1d02cabd1df32ec4b9df29','',537,0,'2013-12-12 08:00:00',20578,NULL),(23066,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7f861e52d5945a78dd1d02cabd1df32ec4b9df29',', ',541,0,'2013-12-12 08:00:00',20581,NULL),(23067,9,'','',530,0,'2013-12-12 19:06:49',20582,NULL),(23068,19,'NEGATIVE,37279756bf6457ce0be9a199c868ec78f803220d','',537,0,'2013-12-12 08:00:00',20582,NULL),(23069,18,'[$]NO MALARIA PARASITE SEEN[/$],-,37279756bf6457ce0be9a199c868ec78f803220d','',537,0,'2013-12-12 08:00:00',20582,NULL),(23070,107,'1/20,1/20,37279756bf6457ce0be9a199c868ec78f803220d','',537,0,'2013-12-12 08:00:00',20584,NULL),(23071,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,37279756bf6457ce0be9a199c868ec78f803220d','',541,0,'2013-12-12 08:00:00',20587,NULL),(23072,57,'','',530,0,'2013-12-12 19:10:08',20588,NULL),(23073,133,'','',530,0,'2013-12-12 19:10:08',20588,NULL),(23074,131,'','',530,0,'2013-12-12 19:10:08',20588,NULL),(23075,132,'','',530,0,'2013-12-12 19:10:08',20588,NULL),(23076,56,'','',530,0,'2013-12-12 19:10:08',20588,NULL),(23077,107,'1/20,1/20,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',537,0,'2013-12-12 08:00:00',20588,NULL),(23078,9,'','',530,0,'2013-12-12 19:10:09',20590,NULL),(23079,19,'NEGATIVE,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',537,0,'2013-12-12 08:00:00',20590,NULL),(23080,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,6a56a59dbb63306a2beab8ac0b02011dc246ae38',', ',541,0,'2013-12-12 08:00:00',20593,NULL),(23081,11,'32,[$]14[/$],[$]2.3[/$],2.63,THERAPEUTIC : 2.0 - 4.0,f5a8641c8532991a7b474b0571cb749c2b469a89','',552,0,'2013-12-17 08:00:00',20594,NULL),(23082,35,'CLEAR,STRAW,7.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7712323d7c9ab41a37000982b89431842c139c61',', ',541,0,'2013-12-12 08:00:00',20595,NULL),(23083,9,'','',530,0,'2013-12-12 19:30:46',20596,NULL),(23084,18,'[$]NO MALARIA PARASITES SEEN [/$],-,4aa0a769c7dbf6720f95c6f020845ef4cacd844f','',534,0,'2013-12-12 08:00:00',20596,NULL),(23085,35,'','',530,0,'2013-12-12 19:30:46',20598,NULL),(23086,22,'12,42446325f285f6cf374b5726f0793cab121858de','',536,0,'2013-12-12 08:00:00',20599,NULL),(23087,9,'','',530,0,'2013-12-12 19:42:08',20599,NULL),(23088,19,'NEGATIVE,42446325f285f6cf374b5726f0793cab121858de','',536,0,'2013-12-12 08:00:00',20599,NULL),(23089,18,'[$]NO MALARIA PARASITE SEEN[/$],-,42446325f285f6cf374b5726f0793cab121858de','',536,0,'2013-12-12 08:00:00',20599,NULL),(23090,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,42446325f285f6cf374b5726f0793cab121858de','',552,0,'2013-12-12 08:00:00',20601,NULL),(23091,57,'','',530,0,'2013-12-12 19:45:31',20602,NULL),(23092,133,'','',530,0,'2013-12-12 19:45:31',20602,NULL),(23093,131,'','',530,0,'2013-12-12 19:45:31',20602,NULL),(23094,132,'','',530,0,'2013-12-12 19:45:31',20602,NULL),(23095,56,'','',530,0,'2013-12-12 19:45:31',20602,NULL),(23096,107,'1/20,1/20,e88f048d9c9da5b191f21de5e0e8130326f6e201','',555,0,'2013-12-13 08:00:00',20602,NULL),(23097,68,'4.8,-,-,e88f048d9c9da5b191f21de5e0e8130326f6e201','NON DIABETIC, ',555,0,'2013-12-13 08:00:00',20604,NULL),(23098,9,'','',530,0,'2013-12-12 19:45:31',20604,NULL),(23099,35,'CLEAR,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e88f048d9c9da5b191f21de5e0e8130326f6e201','',555,0,'2013-12-13 08:00:00',20607,NULL),(23100,9,'','',530,0,'2013-12-12 20:01:59',20608,NULL),(23101,18,'[$]NO MALARIA PARASITE SEEN[/$],-,c00d00c09ed92bdaa21056e08f8f161bfc3c4aa6','',534,0,'2013-12-12 08:00:00',20608,NULL),(23102,16,'POSITIVE,c00d00c09ed92bdaa21056e08f8f161bfc3c4aa6','',534,0,'2013-12-12 08:00:00',20610,NULL),(23103,14,'NEGATIVE,c00d00c09ed92bdaa21056e08f8f161bfc3c4aa6','',534,0,'2013-12-13 08:00:00',20613,NULL),(23104,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),922931c1dc9b46aaee589e2e8ed2da073f831c0f','',541,0,'2013-12-12 08:00:00',20614,NULL),(23105,9,'','',530,0,'2013-12-12 20:12:26',20615,NULL),(23106,35,'HAZY,LIGHT AMBER,5.0,1.030,POSITIVE (+),POSITIVE (+++),POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,16,6,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4b97b28cfb65856b9','',534,0,'2013-12-12 08:00:00',20616,NULL),(23107,9,'','',530,0,'2013-12-12 20:18:46',20617,NULL),(23108,22,'12,,20a9bd53846c0e8da42aa384aee2dd10e6e0ae39','',537,0,'2013-12-12 20:25:31',20618,NULL),(23109,9,',,,,,,,,,,,,,,20a9bd53846c0e8da42aa384aee2dd10e6e0ae39','',537,0,'2013-12-12 20:25:31',20618,NULL),(23110,9,'','',530,0,'2013-12-12 20:34:59',20619,NULL),(23111,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4521d23db3811747a6b16e92468ff48e993cacdc','',537,0,'2013-12-12 08:00:00',20619,NULL),(23112,18,'','',530,0,'2013-12-12 20:34:59',20621,NULL),(23113,3,'3.2,1.3,1.2,1b3229e68677769952816ba286be3846cb5e06fd','',534,0,'2013-12-13 08:00:00',20622,NULL),(23114,36,'No Significant Bacteria Growth,a41b95a6c45e46c348274c4904451f70387cb995','',555,0,'2013-12-15 08:00:00',20623,NULL),(23115,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,8,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a41b95a6c45e46c348274c4904451f70387cb995','',536,0,'2013-12-12 08:00:00',20623,NULL),(23116,36,'No Significant Bacteria Growth,85ad436a9c5959b658736451e062acb4c418a278','',534,0,'2013-12-16 08:00:00',20624,NULL),(23117,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,85ad436a9c5959b658736451e062acb4c418a278','',536,0,'2013-12-12 08:00:00',20624,NULL),(23118,107,'1/20,1/20,4aa0a769c7dbf6720f95c6f020845ef4cacd844f','',534,0,'2013-12-12 08:00:00',20625,NULL),(23119,133,'','',530,0,'2013-12-12 21:13:24',20626,NULL),(23120,9,'','',530,0,'2013-12-12 21:13:24',20628,NULL),(23121,36,'No Significant Bacteria Growth,4b97b28cfb65856b9e725f406c81a7ab696d365f','',534,0,'2013-12-16 08:00:00',20629,NULL),(23122,3,'3.2,1.0,2.0,1a89c15a8adcbd150988a7887b3924d7b508d02c','',534,0,'2013-12-13 08:00:00',20630,NULL),(23123,9,'','',534,0,'2013-12-12 21:48:28',20631,NULL),(23124,18,'[$]NO MALARIA PARASITES SEEN[/$],-,308262836fdbc8c718e0705abda778085f2d1ba3','',552,0,'2013-12-12 08:00:00',20631,NULL),(23125,131,'','',534,0,'2013-12-12 21:56:14',20632,NULL),(23126,132,'','',534,0,'2013-12-12 21:56:14',20632,NULL),(23127,68,'5.1,-,-,2ef87b6325bd936d35788e89305a8841c564b45a','NON DIABETIC, ',552,0,'2013-12-12 08:00:00',20633,NULL),(23128,9,'','',534,0,'2013-12-12 22:04:16',20633,NULL),(23129,112,'NEGATIVE,2ef87b6325bd936d35788e89305a8841c564b45a','',552,0,'2013-12-12 08:00:00',20635,NULL),(23130,27,'NON-REACTIVE,-,NEGATIVE,2ef87b6325bd936d35788e89305a8841c564b45a','',552,0,'2013-12-12 08:00:00',20635,NULL),(23131,108,'NON - REACTIVE,2ef87b6325bd936d35788e89305a8841c564b45a','',552,0,'2013-12-12 08:00:00',20635,NULL),(23132,9,',,,,,,,,,,,,,,aa62e6c5eef61d08d3229945eaadeedafa0a30bb','',552,0,'2013-12-12 23:07:27',20636,NULL),(23133,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,aa62e6c5eef61d08d3229945eaadeedafa0a30bb','',552,0,'2013-12-12 23:07:28',20636,NULL),(23134,28,'POSITIVE,[$]AS[/$],61e59d26de6816c8fa97ab6acd772f4644081ea0','',536,0,'2013-12-12 08:00:00',20637,NULL),(23135,226,'','',530,0,'2013-12-12 22:31:07',20638,NULL),(23136,9,'','',530,0,'2013-12-12 22:35:54',20639,NULL),(23137,37,'','',530,0,'2013-12-12 22:35:54',20641,NULL),(23138,9,',,,,,,,,,,,,,,35f9c75f768e1d56531fe6d4c43dfe608b3f7f72','',552,0,'2013-12-12 23:22:18',20642,NULL),(23139,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,35f9c75f768e1d56531fe6d4c43dfe608b3f7f72','',552,0,'2013-12-12 23:22:18',20642,NULL),(23140,223,'','',530,0,'2013-12-12 22:52:01',20643,NULL),(23141,9,'','',530,0,'2013-12-12 22:54:50',20644,NULL),(23142,18,'[$]NO MALARIA PARASITES SEEN[/$],-,220400f713dace1daa4c07930bf7f3545d1a77c5','',552,0,'2013-12-12 08:00:00',20644,NULL),(23143,107,'1/20,1/20,220400f713dace1daa4c07930bf7f3545d1a77c5','',552,0,'2013-12-12 08:00:00',20646,NULL),(23144,57,'','',530,0,'2013-12-12 23:30:32',20647,NULL),(23145,133,'','',530,0,'2013-12-12 23:30:32',20647,NULL),(23146,112,'NEGATIVE,8f178de3d3ff5030012c869d64039bbd7b4319f3','',552,0,'2013-12-12 08:00:00',20647,NULL),(23147,131,'','',530,0,'2013-12-12 23:30:32',20647,NULL),(23148,9,'','',530,0,'2013-12-12 23:30:32',20649,NULL),(23149,112,'POSITIVE,1a89c15a8adcbd150988a7887b3924d7b508d02c','',534,0,'2013-12-12 08:00:00',20650,NULL),(23150,36,'No Bacteria Growth,1b50e8323ce92e99e8340ffd4ed02d58eee97e4d','',534,0,'2013-12-16 08:00:00',20651,NULL),(23151,9,'','',530,0,'2013-12-13 00:19:16',20652,NULL),(23152,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ef73a5194b80966e7faad789947101a607c18fb4','',555,0,'2013-12-13 08:00:00',20652,NULL),(23153,89,'','',530,0,'2013-12-13 00:25:49',20653,NULL),(23154,90,'','',530,0,'2013-12-13 00:25:49',20653,NULL),(23155,15,'','',530,0,'2013-12-13 00:25:49',20653,NULL),(23156,13,'','',530,0,'2013-12-13 00:25:49',20653,NULL),(23157,91,'','',530,0,'2013-12-13 00:25:49',20653,NULL),(23158,9,'','',530,0,'2013-12-13 00:33:32',20654,NULL),(23159,18,'[$]NO MALARIA PARASITES SEEN[/$],-,73ead11828b5374e4d825ba5a71c1b42806997d0','',552,0,'2013-12-12 08:00:00',20654,NULL),(23160,35,'','',530,0,'2013-12-13 00:33:32',20656,NULL),(23161,9,'','',530,0,'2013-12-13 00:37:50',20657,NULL),(23162,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0f99bb8a53141b8cdbdf9933d44ee63537446e60','',552,0,'2013-12-12 08:00:00',20657,NULL),(23163,133,'','',530,0,'2013-12-13 00:52:20',20658,NULL),(23164,132,'','',530,0,'2013-12-13 00:52:20',20658,NULL),(23165,9,'','',530,0,'2013-12-13 00:52:20',20660,NULL),(23166,70,'','',530,0,'2013-12-13 00:52:20',20660,NULL),(23167,36,'No Significant Bacteria Growth,1b3094e90292e4d0c29cedbeaaf29e024644fa17','',534,0,'2013-12-17 08:00:00',20663,NULL),(23168,135,'[$]NO PATHOGEN ISOLATED [/$],1b3094e90292e4d0c29cedbeaaf29e024644fa17','',534,0,'2013-12-16 08:00:00',20667,NULL),(23169,226,'','',530,0,'2013-12-13 00:52:21',20672,NULL),(23170,9,'','',530,0,'2013-12-13 01:05:16',20673,NULL),(23171,9,',,,,,,,,,,,,,,d0052cccbead1b5a3ad606b752213d32205110ba','',552,0,'2013-12-13 01:58:35',20674,NULL),(23172,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,d0052cccbead1b5a3ad606b752213d32205110ba','',552,0,'2013-12-13 01:58:35',20674,NULL),(23173,240,'[$]POSITIVE \r\n1:200 - 1:400[/$],,b5194bc0259e483a70128cb73dcd4d2d2d57ba49','',504,0,'2013-12-13 01:32:32',20675,NULL),(23174,9,',,,,,,,,,,,,,,6a845e93a67faaedc0ac1465615cbac6f74a4e99','',552,0,'2013-12-13 02:00:50',20676,NULL),(23175,19,'NEGATIVE,,6a845e93a67faaedc0ac1465615cbac6f74a4e99','',552,0,'2013-12-13 02:00:50',20676,NULL),(23176,70,'4.8,,6a845e93a67faaedc0ac1465615cbac6f74a4e99','',552,0,'2013-12-13 02:00:50',20676,NULL),(23177,9,',,,,,,,,,,,,,,58cc867dd362e0eeff1716a6c22506c2cefd4f3d','',552,0,'2013-12-13 02:30:56',20677,NULL),(23178,19,'NEGATIVE,,58cc867dd362e0eeff1716a6c22506c2cefd4f3d','',552,0,'2013-12-13 02:30:56',20677,NULL),(23179,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,58cc867dd362e0eeff1716a6c22506c2cefd4f3d','',552,0,'2013-12-13 02:30:57',20677,NULL),(23180,107,'1/20,1/20,58cc867dd362e0eeff1716a6c22506c2cefd4f3d','',552,0,'2013-12-12 08:00:00',20679,NULL),(23181,37,'YELLOWISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,present (++),present (++),,58cc867dd362e0eeff1716a6c22506c2cefd4f3d','MACROSCOPY : COLOUR:YELLOWISH, CONSISTENCY:LOOSE, CONTENT:, RBC:present ++, WBC:present ++',531,0,'2013-12-13 04:58:17',20682,NULL),(23182,9,',,,,,,,,,,,,,,3b7c9bede98b3e2e9ae1bd222fa5ebe6d478fcd1','',552,0,'2013-12-13 02:32:55',20683,NULL),(23183,19,'NEGATIVE,,3b7c9bede98b3e2e9ae1bd222fa5ebe6d478fcd1','',552,0,'2013-12-13 02:32:55',20683,NULL),(23184,9,'','',530,0,'2013-12-13 01:52:12',20684,NULL),(23185,9,',,,,,,,,,,,,,,c95da145015ebcf7750818053a219d08cc472676','',552,0,'2013-12-13 03:19:56',20685,NULL),(23186,19,'NEGATIVE,,c95da145015ebcf7750818053a219d08cc472676','',552,0,'2013-12-13 03:19:56',20685,NULL),(23187,9,'','',530,0,'2013-12-13 02:51:36',20686,NULL),(23188,19,'NEGATIVE,ee6ec2aacf9d96a13fbd27cd5c094a9a338e086f','',552,0,'2013-12-12 08:00:00',20686,NULL),(23189,107,'1/20,1/20,ee6ec2aacf9d96a13fbd27cd5c094a9a338e086f','',552,0,'2013-12-12 08:00:00',20688,NULL),(23190,57,'','',530,0,'2013-12-13 02:58:26',20689,NULL),(23191,133,'','',530,0,'2013-12-13 02:58:26',20689,NULL),(23192,40,'[$][/$],54fa10176a599894503fb7c28cc891b99f570447','',534,0,'2013-12-13 08:00:00',20691,NULL),(23193,22,'18,54fa10176a599894503fb7c28cc891b99f570447','',534,0,'2013-12-13 08:00:00',20691,NULL),(23194,68,'','',530,0,'2013-12-13 02:58:27',20691,NULL),(23195,9,'','',530,0,'2013-12-13 02:58:27',20691,NULL),(23196,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,54fa10176a599894503fb7c28cc891b99f570447','',555,0,'2013-12-13 08:00:00',20694,NULL),(23197,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,54fa10176a599894503fb7c28cc891b99f570447','',555,0,'2013-12-13 08:00:00',20698,NULL),(23198,57,'','',530,0,'2013-12-13 03:03:29',20699,NULL),(23199,133,'','',530,0,'2013-12-13 03:03:29',20699,NULL),(23200,130,'','',530,0,'2013-12-13 03:03:29',20699,NULL),(23201,132,'','',530,0,'2013-12-13 03:03:29',20699,NULL),(23202,92,'2.0,07753132cb375577a89e4d6eb99407525c7a6515','',537,0,'2013-12-16 08:00:00',20699,NULL),(23203,56,'','',530,0,'2013-12-13 03:03:29',20699,NULL),(23204,65,'','',530,0,'2013-12-13 03:03:29',20699,NULL),(23205,82,'','',530,0,'2013-12-13 03:03:30',20701,NULL),(23206,68,'','',530,0,'2013-12-13 03:03:30',20701,NULL),(23207,9,'','',530,0,'2013-12-13 03:03:30',20704,NULL),(23208,9,',,,,,,,,,,,,,,0134346ba2e1c6840a1185e3bd05a7a485f3b7dc','',552,0,'2013-12-13 03:51:45',20705,NULL),(23209,19,'NEGATIVE,,0134346ba2e1c6840a1185e3bd05a7a485f3b7dc','',552,0,'2013-12-13 03:51:45',20705,NULL),(23210,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,0134346ba2e1c6840a1185e3bd05a7a485f3b7dc','',552,0,'2013-12-13 03:51:45',20705,NULL),(23211,222,'','',531,0,'2013-12-13 04:16:17',20706,NULL),(23212,20,'','',531,0,'2013-12-13 04:16:17',20706,NULL),(23213,11,'','',531,0,'2013-12-13 04:16:17',20708,NULL),(23214,222,'7.9,3.99,12.9,37.1,93.0,32.3,34.8,274,32.2,7.7,60.1,2.5,0.6,4.7,12.5,7.9,51a6b26fc8be0adea7c6c1602daddf4cb9d5cca6','',557,0,'2013-12-12 08:00:00',20709,NULL),(23215,19,'NEGATIVE,51a6b26fc8be0adea7c6c1602daddf4cb9d5cca6','',557,0,'2013-12-12 08:00:00',20709,NULL),(23216,18,'[$]NO MALARIA PARASITES SEEN[/$],-,51a6b26fc8be0adea7c6c1602daddf4cb9d5cca6','',557,0,'2013-12-12 08:00:00',20709,NULL),(23217,71,'NEGATIVE,51a6b26fc8be0adea7c6c1602daddf4cb9d5cca6','',557,0,'2013-12-12 08:00:00',20711,NULL),(23218,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,51a6b26fc8be0adea7c6c1602daddf4cb9d5cca6',', ',557,0,'2013-12-12 08:00:00',20711,NULL),(23219,36,'No Bacteria Growth,,c8df25b1d3bc086b910c26fab77eba4c049340f0','',552,0,'2013-12-14 01:46:50',20712,NULL),(23220,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,c8df25b1d3bc086b910c26fab77eba4c049340f0','pH:6.5, SG:1.025, PUS CELLS:4',552,0,'2013-12-14 01:46:50',20712,NULL),(23221,222,'5.6,4.23,13.2,38.6,91.3,31.2,34.2,303,38.4,11.6,50.0,2.2,0.6,2.8,13.4,9.6,1731e8aa42b232b0889dcef6d9a3a481fad074f4','',557,0,'2013-12-12 08:00:00',20713,NULL),(23222,222,'9.5,4.28,12.4,34.0,79.4,29.0,36.5,318,33.9,7.0,59.1,3.2,0.7,5.6,14.7,9.3,e1b8dd0f9283b2a46a685fa688be252a2ac8ef54','',557,0,'2013-12-13 08:00:00',20714,NULL),(23223,19,'NEGATIVE,e1b8dd0f9283b2a46a685fa688be252a2ac8ef54','',557,0,'2013-12-12 08:00:00',20714,NULL),(23224,222,'5.4,5.12,15.3,45.4,87.1,29.4,33.7,238,22.6,5.6,71.8,1.2,0.3,3.9,13.0,9.6,d9c411744901856b725e98b084883d58a38bd9ea','',557,0,'2013-12-13 08:00:00',20715,NULL),(23225,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d9c411744901856b725e98b084883d58a38bd9ea','',557,0,'2013-12-13 08:00:00',20715,NULL),(23226,107,'1/20,1/20,d9c411744901856b725e98b084883d58a38bd9ea','',557,0,'2013-12-13 08:00:00',20717,NULL),(23227,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,d9c411744901856b725e98b084883d58a38bd9ea','CONTENT:',550,0,'2013-12-15 03:50:17',20720,NULL),(23228,222,'8.3,4.45,12.6,37.2,83.6,28.3,33.9,276,10.6,5.1,84.3,0.9,0.4,7.0,14.2,8.7,,9e2059f099f9733ec9cbee19280e285cd73189ab','',531,0,'2013-12-13 13:40:16',20721,NULL),(23229,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,9e2059f099f9733ec9cbee19280e285cd73189ab','',531,0,'2013-12-13 13:40:16',20721,NULL),(23230,68,'5.1,-,-,d13e73d09f79c9f69dd73303cdc0c3d0c1ee804a',' ',537,0,'2013-12-13 08:00:00',20722,NULL),(23231,222,'','',531,0,'2013-12-13 14:09:54',20722,NULL),(23232,77,'','',531,0,'2013-12-13 14:09:54',20722,NULL),(23233,68,'12.9,POSITIVE (+++),NEGATIVE,859beaefc75e99dbf2e006a6c71fd0d361c581df','',555,0,'2013-12-13 08:00:00',20723,NULL),(23234,68,'','',531,0,'2013-12-13 14:29:25',20724,NULL),(23235,222,'','',531,0,'2013-12-13 14:29:25',20724,NULL),(23236,132,'','',531,0,'2013-12-13 14:29:25',20726,NULL),(23237,11,'24.0,[$]14.0[/$],[$]1.7[/$],1.88,THERAPEUTIC : 2.0 - 4.0,d757cd239d91739ab6b2f18c3e79566c7db422b6','',534,0,'2013-12-13 08:00:00',20727,NULL),(23238,68,'6.2,NEGATIVE,NEGATIVE,a229db12227b402b5d4b9c4301de8f5deed2d62a','',555,0,'2013-12-13 08:00:00',20728,NULL),(23239,222,'','',531,0,'2013-12-13 15:00:00',20729,NULL),(23240,19,'NEGATIVE,b73346ca0427df9caa2a5be3a908f2ea67dbd87c','',555,0,'2013-12-13 08:00:00',20729,NULL),(23241,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b73346ca0427df9caa2a5be3a908f2ea67dbd87c','',555,0,'2013-12-13 08:00:00',20729,NULL),(23242,37,'','',531,0,'2013-12-13 15:00:00',20731,NULL),(23243,92,'3.1,3df2f2c9c36042ba437fc4a5f0f201ae20b0b01a','',537,0,'2013-12-16 08:00:00',20732,NULL),(23244,9,'','',530,0,'2013-12-13 15:34:25',20733,NULL),(23245,130,'','',530,0,'2013-12-13 15:37:49',20734,NULL),(23246,132,'','',530,0,'2013-12-13 15:37:49',20734,NULL),(23247,9,'','',530,0,'2013-12-13 15:37:49',20736,NULL),(23248,130,'','',530,0,'2013-12-13 15:50:35',20737,NULL),(23249,131,'','',530,0,'2013-12-13 15:50:35',20737,NULL),(23250,132,'','',530,0,'2013-12-13 15:50:35',20737,NULL),(23251,68,'','',530,0,'2013-12-13 15:50:35',20739,NULL),(23252,130,'','',530,0,'2013-12-13 16:16:11',20740,NULL),(23253,22,'5,01e60cc26bd85cd3bf493175ecfe8d24da0cfe34','',543,0,'2013-12-13 08:00:00',20742,NULL),(23254,68,'4.8,-,-,01e60cc26bd85cd3bf493175ecfe8d24da0cfe34','NON DIABETIC, ',543,0,'2013-12-13 08:00:00',20742,NULL),(23255,9,'','',530,0,'2013-12-13 16:16:12',20742,NULL),(23256,18,'[$]NO MALARIA PARASITES SEEN[/$],-,01e60cc26bd85cd3bf493175ecfe8d24da0cfe34','',543,0,'2013-12-13 08:00:00',20742,NULL),(23257,36,'','',530,0,'2013-12-13 16:16:12',20745,NULL),(23258,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,01e60cc26bd85cd3bf493175ecfe8d24da0cfe3',', ',555,0,'2013-12-13 08:00:00',20745,NULL),(23259,70,'5.2,a861e549c1d6b83a72cfb4bfd5eb40018c493afb','',555,0,'2013-12-13 08:00:00',20746,NULL),(23260,9,'','',530,0,'2013-12-13 16:37:30',20747,NULL),(23261,18,'[$]NO MALARIA PARASITES SEEN[/$],-,bc7345146e214431e372a4b2fdd183d09c3ac12b','',534,0,'2013-12-13 08:00:00',20747,NULL),(23262,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,bc7345146e214431e372a4b2fdd183d09c3ac12b','',534,0,'2013-12-13 08:00:00',20749,NULL),(23263,82,'','',530,0,'2013-12-13 16:42:19',20750,NULL),(23264,68,'5.9,-,-,f797d5ea2953ea8f60e552c2d626644f6841316b','',537,0,'2013-12-13 08:00:00',20750,NULL),(23265,57,'','',530,0,'2013-12-13 17:02:35',20751,NULL),(23266,133,'','',530,0,'2013-12-13 17:02:35',20751,NULL),(23267,131,'','',530,0,'2013-12-13 17:02:35',20751,NULL),(23268,132,'','',530,0,'2013-12-13 17:02:35',20751,NULL),(23269,56,'','',530,0,'2013-12-13 17:02:35',20751,NULL),(23270,68,'','',530,0,'2013-12-13 17:02:35',20753,NULL),(23271,9,'','',530,0,'2013-12-13 17:02:35',20753,NULL),(23272,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0737bf23af66f7f0df0ae542c672987806c947','',555,0,'2013-12-13 08:00:00',20756,NULL),(23273,57,'','',530,0,'2013-12-13 17:12:43',20757,NULL),(23274,133,'','',530,0,'2013-12-13 17:12:43',20757,NULL),(23275,132,'','',530,0,'2013-12-13 17:12:43',20757,NULL),(23276,56,'','',530,0,'2013-12-13 17:12:43',20757,NULL),(23277,68,'','',530,0,'2013-12-13 17:12:43',20759,NULL),(23278,9,'','',530,0,'2013-12-13 17:12:43',20759,NULL),(23279,9,'','',530,0,'2013-12-13 17:17:59',20760,NULL),(23280,18,'[$]NO MALARIA PARASITE SEEN[/$],-,ff7c80ed156d7303e148328e261bfc638956e409','',537,0,'2013-12-13 08:00:00',20760,NULL),(23281,57,'','',530,0,'2013-12-13 17:40:57',20761,NULL),(23282,133,'','',530,0,'2013-12-13 17:40:57',20761,NULL),(23283,131,'','',530,0,'2013-12-13 17:40:57',20761,NULL),(23284,132,'','',530,0,'2013-12-13 17:40:57',20761,NULL),(23285,56,'','',530,0,'2013-12-13 17:40:57',20761,NULL),(23286,107,'1/20,1/20,66003a67dc04f9dac2a374d3357c42aa81414c3e','',534,0,'2013-12-13 08:00:00',20761,NULL),(23287,68,'','',530,0,'2013-12-13 17:40:58',20763,NULL),(23288,9,'','',530,0,'2013-12-13 17:40:58',20763,NULL),(23289,18,'[$]NO MALARIA PARASITES SEEN[/$],-,66003a67dc04f9dac2a374d3357c42aa81414c3e','',534,0,'2013-12-13 08:00:00',20763,NULL),(23290,57,'','',530,0,'2013-12-13 17:56:26',20764,NULL),(23291,133,'','',530,0,'2013-12-13 17:56:26',20764,NULL),(23292,131,'','',530,0,'2013-12-13 17:56:26',20764,NULL),(23293,132,'','',530,0,'2013-12-13 17:56:26',20764,NULL),(23294,56,'','',530,0,'2013-12-13 17:56:26',20764,NULL),(23295,65,'','',530,0,'2013-12-13 17:56:26',20764,NULL),(23296,22,'50,8a4844e2693965231289b6d226020bc281253de4','',534,0,'2013-12-13 08:00:00',20766,NULL),(23297,68,'','',530,0,'2013-12-13 17:56:26',20766,NULL),(23298,9,'','',530,0,'2013-12-13 17:56:26',20766,NULL),(23299,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,8a4844e2693965231289b6d226020bc281253de4','',534,0,'2013-12-13 08:00:00',20769,NULL),(23300,16,'NEGATIVE,20a2258742b7ae305e4efe1a429fc2e8b60e646f','',534,0,'2013-12-13 08:00:00',20770,NULL),(23301,9,'','',530,0,'2013-12-13 17:59:35',20772,NULL),(23302,35,'HAZY,STRAW,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,12,0,[$]NOT SEEN[/$],[$]NOT SEEN [/$],NOT SEEN,NOT SEEN,NOT SEEN,20a2258742b7ae305e4efe1a429fc2e8b60e646f',', ',555,0,'2013-12-13 08:00:00',20775,NULL),(23303,14,'','',530,0,'2013-12-13 17:59:36',20779,NULL),(23304,9,'','',530,0,'2013-12-13 18:19:58',20780,NULL),(23305,9,'','',530,0,'2013-12-13 18:23:48',20781,NULL),(23306,107,'1/20,1/20,92d0ffa2ec0f6d3669679492a17054f5e7997e4b','',534,0,'2013-12-13 08:00:00',20782,NULL),(23307,5,'','',530,0,'2013-12-13 18:30:46',20783,NULL),(23308,9,'','',530,0,'2013-12-13 18:30:46',20783,NULL),(23309,28,'','',530,0,'2013-12-13 18:30:46',20783,NULL),(23310,12,'','',530,0,'2013-12-13 18:30:46',20785,NULL),(23311,11,'','',530,0,'2013-12-13 18:30:46',20785,NULL),(23312,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b5194bc0259e483a70128cb73dcd4d2d2d57ba49','',534,0,'2013-12-13 08:00:00',20786,NULL),(23313,9,'','',530,0,'2013-12-13 18:51:14',20787,NULL),(23314,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d92eb2c5a76a80607ed100b1147d5da73c417f8e','',537,0,'2013-12-13 08:00:00',20789,NULL),(23315,22,'100,50232b2be9f175c112efe22a64a36bf912c3b18d','',534,0,'2013-12-13 08:00:00',20790,NULL),(23316,9,'','',530,0,'2013-12-13 18:53:47',20790,NULL),(23317,19,'NEGATIVE,50232b2be9f175c112efe22a64a36bf912c3b18d','',534,0,'2013-12-13 08:00:00',20790,NULL),(23318,18,'[$]NO MALARIA PARASITES SEEN[/$],-,50232b2be9f175c112efe22a64a36bf912c3b18d','',534,0,'2013-12-13 08:00:00',20790,NULL),(23319,35,'HAZY,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (+),NORMAL,6,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,50232b2be9f175c112efe22a64a36bf912c','',537,0,'2013-12-13 08:00:00',20792,NULL),(23320,22,'2,d34daa8cd3deaab345cc8b8bee99a7542febfdff','',534,0,'2013-12-13 08:00:00',20793,NULL),(23321,9,'','',530,0,'2013-12-13 18:59:30',20793,NULL),(23322,19,'NEGATIVE,d34daa8cd3deaab345cc8b8bee99a7542febfdff','',534,0,'2013-12-13 08:00:00',20793,NULL),(23323,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d34daa8cd3deaab345cc8b8bee99a7542febfdff','',534,0,'2013-12-13 08:00:00',20793,NULL),(23324,107,'1/20,1/20,d34daa8cd3deaab345cc8b8bee99a7542febfdff','',534,0,'2013-12-13 08:00:00',20795,NULL),(23325,35,'CLEAR,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d34daa8cd3deaab345cc8b8bee99a7542febfd',', ',537,0,'2013-12-13 08:00:00',20798,NULL),(23326,9,'','',530,0,'2013-12-13 19:01:32',20799,NULL),(23327,18,'[$]NO MALARIA PARASITES SEEN[/$],-,11a65e3c9482a54fadaf72e24552ff12784cf17e','',534,0,'2013-12-13 08:00:00',20799,NULL),(23328,107,'1/20,1/20,11a65e3c9482a54fadaf72e24552ff12784cf17e','',534,0,'2013-12-13 08:00:00',20801,NULL),(23329,57,'','',530,0,'2013-12-13 19:03:50',20802,NULL),(23330,133,'','',530,0,'2013-12-13 19:03:50',20802,NULL),(23331,56,'','',530,0,'2013-12-13 19:03:50',20802,NULL),(23332,65,'','',530,0,'2013-12-13 19:03:50',20802,NULL),(23333,9,'','',530,0,'2013-12-13 19:17:08',20803,NULL),(23334,18,'[$]NO MALARIA PARASITES SEEN[/$],-,48e2117bb8c9d385a101dc6635f92bfca9e42ea5','',534,0,'2013-12-13 08:00:00',20803,NULL),(23335,36,'No Significant Bacteria Growth,48e2117bb8c9d385a101dc6635f92bfca9e42ea5','',534,0,'2013-12-16 08:00:00',20805,NULL),(23336,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,48e2117bb8c9d385a101dc6635','',537,0,'2013-12-13 08:00:00',20805,NULL),(23337,107,'1/20,1/20,48e2117bb8c9d385a101dc6635f92bfca9e42ea5','',534,0,'2013-12-13 08:00:00',20808,NULL),(23338,130,'','',530,0,'2013-12-13 19:21:55',20809,NULL),(23339,132,'','',530,0,'2013-12-13 19:21:55',20809,NULL),(23340,68,'','',530,0,'2013-12-13 19:21:55',20811,NULL),(23341,9,'','',530,0,'2013-12-13 19:21:55',20811,NULL),(23342,113,'','',530,0,'2013-12-12 19:49:50',20812,NULL),(23343,133,'','',530,0,'2013-12-13 19:53:22',20813,NULL),(23344,56,'','',530,0,'2013-12-13 19:53:22',20813,NULL),(23345,9,'','',530,0,'2013-12-13 19:53:22',20815,NULL),(23346,19,'NEGATIVE,f4cf048f6c6c1d9372e5a37f43d0690be07d60fb','',537,0,'2013-12-13 08:00:00',20815,NULL),(23347,9,'','',530,0,'2013-12-13 19:57:08',20816,NULL),(23348,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a52fad93f9d3ded2c02af0d9e276843c41758323','',536,0,'2013-12-13 08:00:00',20816,NULL),(23349,22,'38,15fa37031921b96b2c88560475c22fef65b83b45','',537,0,'2013-12-13 08:00:00',20817,NULL),(23350,9,'','',530,0,'2013-12-13 19:59:59',20817,NULL),(23351,19,'NEGATIVE,15fa37031921b96b2c88560475c22fef65b83b45','',537,0,'2013-12-13 08:00:00',20817,NULL),(23352,18,'[$]NO MALARIA PARASITES SEEN[/$],-,15fa37031921b96b2c88560475c22fef65b83b45','',537,0,'2013-12-13 08:00:00',20817,NULL),(23353,3,'2.3,1.1,7.7,15fa37031921b96b2c88560475c22fef65b83b45','',534,0,'2013-12-17 08:00:00',20819,NULL),(23354,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,15fa37031921b96b2c88560475c22fef65b83b',', ',550,0,'2013-12-16 08:00:00',20822,NULL),(23355,22,'16,dd4de7f4d1564eb8bfff170a01f41a1d1d1a8ff8','',537,0,'2013-12-13 08:00:00',20823,NULL),(23356,9,'','',530,0,'2013-12-13 20:02:13',20823,NULL),(23357,19,'NEGATIVE,dd4de7f4d1564eb8bfff170a01f41a1d1d1a8ff8','',537,0,'2013-12-13 08:00:00',20823,NULL),(23358,18,'[$]NO MALARIA PARASITE SEEN[/$],-,dd4de7f4d1564eb8bfff170a01f41a1d1d1a8ff8','',537,0,'2013-12-13 08:00:00',20823,NULL),(23359,35,'CLEAR,LIGHT AMBER,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,dd4de7f4d1564eb8bfff170a01f41a1d1d1a8f',', ',555,0,'2013-12-13 08:00:00',20825,NULL),(23360,112,'POSITIVE,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',534,0,'2013-12-13 08:00:00',20826,NULL),(23361,40,'[$]NO BACTERIA GROWTH\nAFTER 48 HOURS OF INCUBATION[/$],3d99bd0d040d3c6878407a7339a19131d9628d8f','',535,0,'2013-12-15 08:00:00',20827,NULL),(23362,9,'','',530,0,'2013-12-13 20:52:37',20828,NULL),(23363,19,'NEGATIVE,8887096b8c72d78704c1a74d3354aa695b148563','',537,0,'2013-12-13 08:00:00',20828,NULL),(23364,236,'','',530,0,'2013-12-13 20:52:38',20830,NULL),(23365,126,'','',530,0,'2013-12-13 20:52:38',20830,NULL),(23366,21,'O,POSITIVE,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-12-13 08:00:00',20831,NULL),(23367,25,'NO DEFECT,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-12-13 08:00:00',20831,NULL),(23368,112,'NEGATIVE,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-12-13 08:00:00',20833,NULL),(23369,27,'NON-REACTIVE,-,NEGATIVE,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-12-13 08:00:00',20833,NULL),(23370,108,'NON - REACTIVE,3940aae50e12b42c55d8e999bbe7ed6c2f6563d5','',552,0,'2013-12-13 08:00:00',20833,NULL),(23371,9,'','',530,0,'2013-12-13 21:05:29',20834,NULL),(23372,19,'NEGATIVE,31dd12cd3740dd0feb9021a567ba03ad2b7a53a2','',552,0,'2013-12-13 08:00:00',20834,NULL),(23373,18,'[$]NO MALARIA PARASITES SEEN[/$],-,31dd12cd3740dd0feb9021a567ba03ad2b7a53a2','',552,0,'2013-12-13 08:00:00',20834,NULL),(23374,71,'POSITIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',541,0,'2013-12-13 08:00:00',20835,NULL),(23375,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,[$]NOT SEEN [/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',541,0,'2013-12-13 08:00:00',20835,NULL),(23376,1,'POSITIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',552,0,'2013-12-13 08:00:00',20837,NULL),(23377,22,'22,151160a28571a8d03fa157f8aaf34df6b5e03d15','',552,0,'2013-12-13 08:00:00',20838,NULL),(23378,9,'','',530,0,'2013-12-13 21:20:44',20838,NULL),(23379,19,'NEGATIVE,151160a28571a8d03fa157f8aaf34df6b5e03d15','',552,0,'2013-12-13 08:00:00',20838,NULL),(23380,18,'[$]NO MALARIA PARASITES SEEN[/$],-,151160a28571a8d03fa157f8aaf34df6b5e03d15','',552,0,'2013-12-13 08:00:00',20838,NULL),(23381,226,'','',530,0,'2013-12-13 21:20:44',20840,NULL),(23382,35,'HAZY,LIGHT AMBER,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,20,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,151160a28571a8d03fa157f8aaf34df6b5e03d','',555,0,'2013-12-13 08:00:00',20843,NULL),(23383,22,'30,68ce7251d7a81928b043064b07715856c6b18918','',552,0,'2013-12-13 08:00:00',20844,NULL),(23384,9,'','',530,0,'2013-12-13 21:25:26',20844,NULL),(23385,78,'','',530,0,'2013-12-13 21:25:26',20846,NULL),(23386,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),68ce7251d7a81928b043064b07715856c6b18918','',552,0,'2013-12-13 08:00:00',20846,NULL),(23387,93,'< 0.05,68ce7251d7a81928b043064b07715856c6b18918','',534,0,'2013-12-16 08:00:00',20849,NULL),(23388,63,'','',530,0,'2013-12-13 21:52:14',20850,NULL),(23389,75,'','',530,0,'2013-12-13 21:52:14',20850,NULL),(23390,128,'','',530,0,'2013-12-13 21:52:14',20850,NULL),(23391,68,'','',530,0,'2013-12-13 21:52:15',20852,NULL),(23392,9,'','',530,0,'2013-12-13 21:52:15',20852,NULL),(23393,22,'30,f4b071fd6c53f3b560c5fcc0b3c080201fa30e53','',552,0,'2013-12-13 08:00:00',20853,NULL),(23394,9,'','',530,0,'2013-12-13 22:00:28',20853,NULL),(23395,19,'NEGATIVE,f4b071fd6c53f3b560c5fcc0b3c080201fa30e53','',552,0,'2013-12-13 08:00:00',20853,NULL),(23396,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f4b071fd6c53f3b560c5fcc0b3c080201fa30e53','',552,0,'2013-12-13 08:00:00',20853,NULL),(23397,35,'CLEAR,STRAW,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,8,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,f4b071fd6c53f3b560c5fcc0b3c080201fa30e53','pH:5.5, SG:1.015, BLD:TRACE, EPITH. CELLS:4, RBC:8',552,0,'2013-12-13 22:55:00',20855,NULL),(23398,9,'','',530,0,'2013-12-13 22:04:17',20856,NULL),(23399,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,8,6,[$]NOT SEEN [/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,993ab300b14b885bfbbd8a8feadf082',', ',536,0,'2013-12-13 08:00:00',20858,NULL),(23400,57,'','',530,0,'2013-12-13 22:12:01',20859,NULL),(23401,133,'','',530,0,'2013-12-13 22:12:01',20859,NULL),(23402,92,'10.2,03b223eea2ab5f33b6cc3acc746b849768887e4e','',537,0,'2013-12-16 08:00:00',20859,NULL),(23403,56,'','',530,0,'2013-12-13 22:12:01',20859,NULL),(23404,9,'','',530,0,'2013-12-13 22:12:01',20861,NULL),(23405,19,'POSITIVE,03b223eea2ab5f33b6cc3acc746b849768887e4e','',536,0,'2013-12-13 08:00:00',20861,NULL),(23406,35,'CLEAR,AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,8,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,03b223eea2ab5f33b6cc3acc746b849768887e4e','COLOUR:AMBER, pH:6.0, SG:1.025, BLD:TRACE, RBC:8',552,0,'2013-12-13 22:54:08',20864,NULL),(23407,9,'','',530,0,'2013-12-13 22:39:47',20865,NULL),(23408,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f8d95eb43266054238383c7b1378149bf5ee84c0','',552,0,'2013-12-13 08:00:00',20865,NULL),(23409,16,'POSITIVE,f8d95eb43266054238383c7b1378149bf5ee84c0','',552,0,'2013-12-13 08:00:00',20867,NULL),(23410,107,'1/320,1/160,f8d95eb43266054238383c7b1378149bf5ee84c0','',552,0,'2013-12-13 08:00:00',20867,NULL),(23411,14,'NEGATIVE,,f8d95eb43266054238383c7b1378149bf5ee84c0','',552,0,'2013-12-14 00:30:55',20870,NULL),(23412,1,'POSITIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',541,0,'2013-12-13 08:00:00',20871,NULL),(23413,9,'','',530,0,'2013-12-13 23:37:30',20872,NULL),(23414,18,'[$]NO MALARIA PARASITES SEEN[/$],-,86519e86920b33a22d1c8d5c0cb8b9b564a1c773','',552,0,'2013-12-13 08:00:00',20872,NULL),(23415,110,'','',530,0,'2013-12-13 23:41:15',20873,NULL),(23416,115,'NEGATIVE,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',552,0,'2013-12-13 08:00:00',20873,NULL),(23417,10,'NEGATIVE,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',534,0,'2013-12-17 08:00:00',20873,NULL),(23418,8,'[$][/$],[$][/$],[$][/$],6a56a59dbb63306a2beab8ac0b02011dc246ae38','',552,0,'2013-12-13 08:00:00',20873,NULL),(23419,113,'','',530,0,'2013-12-13 23:41:15',20873,NULL),(23420,16,'POSITIVE,,68ce7251d7a81928b043064b07715856c6b18918','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',552,0,'2013-12-13 23:59:49',20874,NULL),(23421,14,'POSITIVE,68ce7251d7a81928b043064b07715856c6b18918','',550,0,'2013-12-16 08:00:00',20876,NULL),(23422,22,'7,ffa4a30b05c6325e64b691fec912029ff4eb934d','',536,0,'2013-12-13 08:00:00',20877,NULL),(23423,16,'NEGATIVE,8d4968fa93a89c478e9da4f4e9e60ce3ebc108d1','',552,0,'2013-12-13 08:00:00',20878,NULL),(23424,107,'1/20,1/80,8d4968fa93a89c478e9da4f4e9e60ce3ebc108d1','',552,0,'2013-12-13 08:00:00',20878,NULL),(23425,9,'','',530,0,'2013-12-14 00:42:58',20880,NULL),(23426,20,'NEGATIVE,8d4968fa93a89c478e9da4f4e9e60ce3ebc108d1','',552,0,'2013-12-13 08:00:00',20880,NULL),(23427,14,'NEGATIVE,8d4968fa93a89c478e9da4f4e9e60ce3ebc108d1','',552,0,'2013-12-13 08:00:00',20883,NULL),(23428,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,8d4968fa93a89c478e9da4f4e9e60ce3ebc108d1','pH:6.0, SG:1.010, PUS CELLS:2, EPITH. CELLS:2',552,0,'2013-12-14 01:42:49',20887,NULL),(23429,9,'','',530,0,'2013-12-14 00:48:01',20888,NULL),(23430,35,'HAZY,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,6,28,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,7fed537b387cc576ff31d14bffda57ba','CLARITY:HAZY, COLOUR:LIGHT AMBER, pH:6.0, SG:1.030, BLD:POSITIVE ++, EPITH. CELLS:6, RBC:28',552,0,'2013-12-14 01:44:40',20890,NULL),(23431,9,'','',530,0,'2013-12-14 00:54:02',20891,NULL),(23432,19,'NEGATIVE,00474ba01a3c0ed4f5488820f27c27bf83812168','',552,0,'2013-12-13 08:00:00',20891,NULL),(23433,18,'[$]NO MALARIA PARASITES SEEN[/$],-,00474ba01a3c0ed4f5488820f27c27bf83812168','',552,0,'2013-12-13 08:00:00',20891,NULL),(23434,107,'1/20,1/20,00474ba01a3c0ed4f5488820f27c27bf83812168','',552,0,'2013-12-13 08:00:00',20893,NULL),(23435,35,'CLEAR,STRAW,5.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,00474ba01a3c0ed4f5488820f27c27bf83812168','pH:5.5, SG:1.025, PUS CELLS:2',552,0,'2013-12-14 03:10:45',20896,NULL),(23436,71,'NEGATIVE,bbd7cd91a48839550801a51d3047fb78f6959903','',552,0,'2013-12-13 08:00:00',20897,NULL),(23437,9,'','',530,0,'2013-12-14 01:03:38',20898,NULL),(23438,19,'NEGATIVE,395c479cbc34f303e07531351a2ce8f52e65e75e','',552,0,'2013-12-13 08:00:00',20898,NULL),(23439,18,'[$]NO MALARIA PARASITE SEEN[/$],-,395c479cbc34f303e07531351a2ce8f52e65e75e','',552,0,'2013-12-13 08:00:00',20898,NULL),(23440,135,',,914004bab26f35c241a09838163098654351c824','',552,0,'2013-12-14 03:12:59',20899,NULL),(23441,134,'SCANTY,MODERATE,NOT SEEN,NOT SEEN,,914004bab26f35c241a09838163098654351c824','PUS CELLS:SCANTY, EPITHELIAL CELLS:MODERATE',552,0,'2013-12-14 03:12:59',20899,NULL),(23442,9,'','',530,0,'2013-12-14 02:25:11',20900,NULL),(23443,19,'NEGATIVE,171e461480cd2e056595d36c0b3b72505ec67ad7','',552,0,'2013-12-13 08:00:00',20900,NULL),(23444,18,'[$]NO MALARIA PARASITES SEEN[/$],-,171e461480cd2e056595d36c0b3b72505ec67ad7','',552,0,'2013-12-13 08:00:00',20900,NULL),(23445,107,'1/20,1/20,171e461480cd2e056595d36c0b3b72505ec67ad7','',552,0,'2013-12-13 08:00:00',20902,NULL),(23446,35,'HAZY,LIGHT AMBER,6.5,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,INCREASED,6,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,171e461480cd2e056595d36c0b3b72505ec67ad',', ',552,0,'2013-12-13 08:00:00',20905,NULL),(23447,9,'','',530,0,'2013-12-14 02:31:27',20906,NULL),(23448,19,'NEGATIVE,d1340dfb797141484c745de1f2e63952f44b5622','',552,0,'2013-12-13 08:00:00',20906,NULL),(23449,18,'[$]NO MALARIA PARASITE SEEN[/$],-,d1340dfb797141484c745de1f2e63952f44b5622','',552,0,'2013-12-13 08:00:00',20906,NULL),(23450,107,'1/20,1/20,d1340dfb797141484c745de1f2e63952f44b5622','',552,0,'2013-12-13 08:00:00',20908,NULL),(23451,35,'CLEAR,STRAW,5.5,1.010,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d1340dfb797141484c745de1f2e63952f44b562',', ',552,0,'2013-12-13 08:00:00',20911,NULL),(23452,114,'POSITIVE,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',552,0,'2013-12-13 08:00:00',20912,NULL),(23453,116,'POSITIVE,6a56a59dbb63306a2beab8ac0b02011dc246ae38','',552,0,'2013-12-13 08:00:00',20912,NULL),(23454,9,'','',530,0,'2013-12-14 02:44:30',20913,NULL),(23455,19,'NEGATIVE,c88d013107ae573facb1b66d32d8950abe674cfc','',552,0,'2013-12-13 08:00:00',20913,NULL),(23456,18,'[$]NO SEEN MALARIA PARASITES[/$],-,c88d013107ae573facb1b66d32d8950abe674cfc','',552,0,'2013-12-13 08:00:00',20913,NULL),(23457,9,'','',530,0,'2013-12-14 02:46:58',20914,NULL),(23458,19,'','',530,0,'2013-12-14 02:46:58',20914,NULL),(23459,70,'7.4,f924c89156576760b1d2dcbdc380f1e4e1da9620','',552,0,'2013-12-13 08:00:00',20914,NULL),(23460,71,'NEGATIVE,f924c89156576760b1d2dcbdc380f1e4e1da9620','',552,0,'2013-12-13 08:00:00',20916,NULL),(23461,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f924c89156576760b1d2dcbdc380f1e4e1da9620',', ',552,0,'2013-12-13 08:00:00',20916,NULL),(23462,9,'','',530,0,'2013-12-14 02:48:55',20917,NULL),(23463,19,'','',530,0,'2013-12-14 02:48:55',20917,NULL),(23464,9,'','',530,0,'2013-12-14 03:03:59',20918,NULL),(23465,19,'NEGATIVE,6f1beaaa81a2ddb19d2d3a1557417d07b2bbb03d','',552,0,'2013-12-13 08:00:00',20918,NULL),(23466,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6f1beaaa81a2ddb19d2d3a1557417d07b2bbb03d','',552,0,'2013-12-13 08:00:00',20918,NULL),(23467,71,'NEGATIVE,171e461480cd2e056595d36c0b3b72505ec67ad7','',552,0,'2013-12-13 08:00:00',20919,NULL),(23468,9,'','',531,0,'2013-12-14 03:18:22',20920,NULL),(23469,18,'[$]NO MALARIA PARASITES SEEN[/$],-,c9883332797860dcacdea2294445ef021849e8bd','',552,0,'2013-12-13 08:00:00',20920,NULL),(23470,16,'POSITIVE,a29fca9dd298f9a96076c3fc1bfc789e5865bd54','',552,0,'2013-12-13 08:00:00',20921,NULL),(23471,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a29fca9dd298f9a96076c3fc1bfc789e5865bd54',', ',552,0,'2013-12-13 08:00:00',20923,NULL),(23472,14,'NEGATIVE,a29fca9dd298f9a96076c3fc1bfc789e5865bd54','',550,0,'2013-12-14 08:00:00',20926,NULL),(23473,9,'','',531,0,'2013-12-14 03:24:45',20927,NULL),(23474,19,'NEGATIVE,d7d8c6fc34aac7c512dfb61c305fc60e9ffe242a','',552,0,'2013-12-13 08:00:00',20927,NULL),(23475,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d7d8c6fc34aac7c512dfb61c305fc60e9ffe242a','',552,0,'2013-12-13 08:00:00',20927,NULL),(23476,16,'POSITIVE,d7d8c6fc34aac7c512dfb61c305fc60e9ffe242a','',552,0,'2013-12-13 08:00:00',20929,NULL),(23477,14,'NEGATIVE,d7d8c6fc34aac7c512dfb61c305fc60e9ffe242a','',552,0,'2013-12-13 08:00:00',20932,NULL),(23478,9,'','',531,0,'2013-12-14 03:28:14',20933,NULL),(23479,19,'NEGATIVE,01f2905e8309d4c2509cc68537db94ac8c25e772','',552,0,'2013-12-13 08:00:00',20933,NULL),(23480,18,'[$]NO MALARIA PARASITES SEEN[/$],-,01f2905e8309d4c2509cc68537db94ac8c25e772','',552,0,'2013-12-13 08:00:00',20933,NULL),(23481,22,'11,,0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a','',553,0,'2013-12-14 20:36:51',20934,NULL),(23482,68,'4.0,NEGATIVE,NEGATIVE,,0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a','',553,0,'2013-12-14 20:36:51',20934,NULL),(23483,9,',,,,,,,,,,,,,,0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a','',553,0,'2013-12-14 20:36:51',20934,NULL),(23484,20,'NEGATIVE,,0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a','',553,0,'2013-12-14 20:36:51',20934,NULL),(23485,57,'','',531,0,'2013-12-14 03:32:05',20936,NULL),(23486,92,'1.2,0562d18d0ea1fdf4000fa87d1ebb856c6edaab5a','',537,0,'2013-12-16 08:00:00',20936,NULL),(23487,56,'','',531,0,'2013-12-14 03:32:05',20936,NULL),(23488,11,'35.0,[$]14.0[/$],[$]2.48[/$],2.9,THERAPEUTIC : 2.0 - 4.0,bc2fb684db5d5c50f58c7504644c58c7bbb4e25f','',550,0,'2013-12-14 08:00:00',20937,NULL),(23489,222,'','',531,0,'2013-12-14 03:53:38',20938,NULL),(23490,19,'NEGATIVE,b460824d6fe3aa508544161b7ec4db90ee1b1527','',557,0,'2013-12-14 08:00:00',20938,NULL),(23491,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b460824d6fe3aa508544161b7ec4db90ee1b1527','',557,0,'2013-12-14 08:00:00',20938,NULL),(23492,107,'1/20,1/320,,eb46ff38ad42f591219e95413fa8d179d8b7657c','S. typhi H:1320',546,0,'2013-12-14 04:54:10',20939,NULL),(23493,222,'12.2,4.42,11.5,33.9,76.7,26.0,33.9,466,27.0,6.O,67.0,3.3,0.7,8.2,14.3,7.5,,3a643d72a7f8ffa86023b4ef56335794d0c076af','',557,0,'2013-12-14 06:33:35',20940,NULL),(23494,19,'NEGATIVE,,3a643d72a7f8ffa86023b4ef56335794d0c076af','',557,0,'2013-12-14 06:33:35',20940,NULL),(23495,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,3a643d72a7f8ffa86023b4ef56335794d0c076af','',557,0,'2013-12-14 06:33:35',20940,NULL),(23496,107,'1/20,1/20,3a643d72a7f8ffa86023b4ef56335794d0c076af','',557,0,'2013-12-13 08:00:00',20942,NULL),(23497,222,'7.0,4.51,12.6,36.2,80.3,27.9,34.9,317,23.9,15.9,60.2,1.7,1.1,4.2,13.9,7.9,2899134115b7e497d1276138cc2ba321a1d5084c','',557,0,'2013-12-13 08:00:00',20943,NULL),(23498,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2899134115b7e497d1276138cc2ba321a1d5084c','',557,0,'2013-12-13 08:00:00',20943,NULL),(23499,107,'1/20,1/20,,2899134115b7e497d1276138cc2ba321a1d5084c','',557,0,'2013-12-14 06:39:38',20945,NULL),(23500,222,'8.6,4.32,12.2,35.2,81.5,28.2,34.7,364,64.5,7.1,28.4,5.5,0.6,2.5,13.3,7.2,047341106b72724d63146defa1f43df75b0c8781','',557,0,'2013-12-13 08:00:00',20946,NULL),(23501,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,047341106b72724d63146defa1f43df75b0c8781',', ',557,0,'2013-12-13 08:00:00',20948,NULL),(23502,222,'13.1,4.68,12.4,35.9,76.7,26.5,34.5,619,23.8,6.0,70.2,3.1,0.8,9.2,13.1,7.6,6fe75f486f8297427c7562ed787994def9f9da61','',557,0,'2013-12-13 08:00:00',20949,NULL),(23503,19,'NEGATIVE,6fe75f486f8297427c7562ed787994def9f9da61','',557,0,'2013-12-13 08:00:00',20949,NULL),(23504,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6fe75f486f8297427c7562ed787994def9f9da61',', ',557,0,'2013-12-13 08:00:00',20949,NULL),(23505,107,'1/20,1/20,6fe75f486f8297427c7562ed787994def9f9da61','',557,0,'2013-12-13 08:00:00',20951,NULL),(23506,222,'5.1,4.89,13.6,39.8,81.4,27.8,34.2,105,17.8,12.9,69.3,0.9,0.7,3.5,14.0,10.0,7127e36154886e1411d5862904a318421cd857a2','',557,0,'2013-12-13 08:00:00',20952,NULL),(23507,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7127e36154886e1411d5862904a318421cd857a2','',557,0,'2013-12-13 08:00:00',20952,NULL),(23508,107,'1/20,1/20,7127e36154886e1411d5862904a318421cd857a2','',557,0,'2013-12-13 08:00:00',20954,NULL),(23509,222,'12.3,5.46,13.2,40.3,73.8,25.0,32.8,253,15.3,15.6,69.1,1.9,1.9,8.5,15.9,9.1,deaa8ce990f965c49d1cc1b336a2c041a18a63dc','',557,0,'2013-12-13 08:00:00',20955,NULL),(23510,18,'[$]NO MALARIA PARASITES SEEN[/$],-,deaa8ce990f965c49d1cc1b336a2c041a18a63dc','',557,0,'2013-12-13 08:00:00',20955,NULL),(23511,107,'1/20,1/20,,deaa8ce990f965c49d1cc1b336a2c041a18a63dc','',557,0,'2013-12-14 07:34:41',20957,NULL),(23512,222,'6.5,4.85,12.3,34.7,71.5,25.4,35.4,202,38.7,2.8,58.5,2.5,0.2,3.8,16.7,8.4,,a66967282c6bba137d580761b313b5bd179b71a4','',546,0,'2013-12-14 09:11:46',20958,NULL),(23513,18,'[$]no malaria parasites seen[/$],,,a66967282c6bba137d580761b313b5bd179b71a4','',546,0,'2013-12-14 09:11:46',20958,NULL),(23514,222,'8.6,5.01,16.3,47.1,94.o,32.5,34.6,227,29.7,8.3,62.0,2.6,0.7,5.3,12.3,9.7,,1ac6bef50654a128c8114bb4414d5b91e5f06e62','',546,0,'2013-12-14 09:17:21',20959,NULL),(23515,66,'','',531,0,'2013-12-14 08:47:40',20961,NULL),(23516,57,'','',531,0,'2013-12-14 08:47:40',20961,NULL),(23517,133,'','',531,0,'2013-12-14 08:47:40',20961,NULL),(23518,72,'','',531,0,'2013-12-14 08:47:40',20961,NULL),(23519,56,'','',531,0,'2013-12-14 08:47:40',20961,NULL),(23520,68,'','',531,0,'2013-12-14 12:43:26',20962,NULL),(23521,9,'','',531,0,'2013-12-14 12:43:26',20962,NULL),(23522,132,'','',531,0,'2013-12-14 12:43:27',20964,NULL),(23523,68,'5.1,NEGATIVE,NEGATIVE,b504e2543260d44694bc4581a1bc62e8b8c39edb','NON DIABETIC, ',557,0,'2013-12-14 08:00:00',20965,NULL),(23524,222,'7.2,4.93,14.2,42.2,86.0,28.8,33.5,231,21.1,3.0,75.9,1.5,0.2,5.5,14.7,9.5,b504e2543260d44694bc4581a1bc62e8b8c39edb','',557,0,'2013-12-14 08:00:00',20965,NULL),(23525,19,'NEGATIVE,b504e2543260d44694bc4581a1bc62e8b8c39edb','',557,0,'2013-12-14 08:00:00',20965,NULL),(23526,18,'[$]NO MALARIA PARASITES SEEN[/$],-,b504e2543260d44694bc4581a1bc62e8b8c39edb','',557,0,'2013-12-14 08:00:00',20965,NULL),(23527,132,'','',531,0,'2013-12-14 12:59:54',20967,NULL),(23528,35,'HAZY,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,b504e2543260d44694bc4581a1bc62e8b8c39','CLARITY:HAZY, pH:6.5, SG:1.025, LEU:POSITIVE ++, PUS CELLS:30, EPITH. CELLS:2',553,0,'2013-12-14 16:18:13',20970,NULL),(23529,132,'','',531,0,'2013-12-14 14:29:20',20971,NULL),(23530,22,'19,,8c44857fcaf954b8c869b4cfa5a4dac4f8c3e059','',553,0,'2013-12-14 22:54:08',20972,NULL),(23531,222,',,,,,,,,,,,,,,,,,8c44857fcaf954b8c869b4cfa5a4dac4f8c3e059','',553,0,'2013-12-14 22:54:08',20972,NULL),(23532,128,',,,,,,,,,,,,,,,8c44857fcaf954b8c869b4cfa5a4dac4f8c3e059','',553,0,'2013-12-14 22:53:26',20974,NULL),(23533,109,'NEGATIVE,,8c44857fcaf954b8c869b4cfa5a4dac4f8c3e059','',553,0,'2013-12-14 22:53:26',20974,NULL),(23534,2,'','',531,0,'2013-12-14 15:44:50',20977,NULL),(23535,11,'90.0,[$]14.0[/$],[$]6.4[/$],8.82,THERAPEUTIC : 2.0 - 4.0,11de1a7ad85efcd5157c5c8e8aa4e7a1eaf602c1','',550,0,'2013-12-14 08:00:00',20978,NULL),(23536,57,'','',530,0,'2013-12-14 15:56:41',20979,NULL),(23537,133,'','',530,0,'2013-12-14 15:56:41',20979,NULL),(23538,131,'','',530,0,'2013-12-14 15:56:41',20979,NULL),(23539,132,'','',530,0,'2013-12-14 15:56:41',20979,NULL),(23540,92,'23.4,06a17981338822ede26de7015fc5bb66156cdf4c','',537,0,'2013-12-16 08:00:00',20979,NULL),(23541,56,'','',530,0,'2013-12-14 15:56:41',20979,NULL),(23542,82,'','',530,0,'2013-12-14 15:56:41',20981,NULL),(23543,68,'','',530,0,'2013-12-14 15:56:41',20981,NULL),(23544,9,'','',530,0,'2013-12-14 15:56:41',20984,NULL),(23545,35,'','',530,0,'2013-12-14 15:56:42',20988,NULL),(23546,9,'','',530,0,'2013-12-14 16:15:32',20989,NULL),(23547,35,'HAZY,STRAW,6.0,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,4,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c049f82af6057c545866bb7a4',', ',553,0,'2013-12-14 08:00:00',20991,NULL),(23548,57,'','',530,0,'2013-12-14 16:19:32',20992,NULL),(23549,133,'','',530,0,'2013-12-14 16:19:32',20992,NULL),(23550,131,'','',530,0,'2013-12-14 16:19:32',20992,NULL),(23551,132,'','',530,0,'2013-12-14 16:19:32',20992,NULL),(23552,56,'','',530,0,'2013-12-14 16:19:32',20992,NULL),(23553,65,'','',530,0,'2013-12-14 16:19:32',20992,NULL),(23554,22,'5,d5c510464319f9231cb0e2402f7e45e1f94524f4','',550,0,'2013-12-14 08:00:00',20994,NULL),(23555,68,'4.5,NEGATIVE,NEGATIVE,d5c510464319f9231cb0e2402f7e45e1f94524f4','NON DIABETIC, ',550,0,'2013-12-14 08:00:00',20994,NULL),(23556,9,'','',530,0,'2013-12-14 16:19:33',20994,NULL),(23557,35,'CLEAR,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d5c510464319f9231cb0e2402f7e45e1f94524',', ',553,0,'2013-12-14 08:00:00',20997,NULL),(23558,11,'39,[$]14.0[/$],[$]2.8[/$],3.32,THERAPEUTIC : 2.0 - 4.0,c02e8242963692a8b50617af04bf2dfc361862fc','',550,0,'2013-12-14 08:00:00',20998,NULL),(23559,9,'','',530,0,'2013-12-14 16:34:01',20999,NULL),(23560,19,'NEGATIVE,4390fcefa7003edd52caf44805ee433f74698793','',553,0,'2013-12-14 08:00:00',20999,NULL),(23561,18,'[$]NO MALARIA PARASITE SEEN[/$],-,4390fcefa7003edd52caf44805ee433f74698793','',553,0,'2013-12-14 08:00:00',20999,NULL),(23562,9,'','',530,0,'2013-12-14 16:41:05',21000,NULL),(23563,132,'','',530,0,'2013-12-14 16:49:35',21001,NULL),(23564,57,'','',530,0,'2013-12-14 16:53:39',21002,NULL),(23565,133,'','',530,0,'2013-12-14 16:53:39',21002,NULL),(23566,131,'','',530,0,'2013-12-14 16:53:39',21002,NULL),(23567,132,'','',530,0,'2013-12-14 16:53:39',21002,NULL),(23568,56,'','',530,0,'2013-12-14 16:53:39',21002,NULL),(23569,68,'','',530,0,'2013-12-14 16:53:39',21004,NULL),(23570,9,'','',530,0,'2013-12-14 16:53:39',21004,NULL),(23571,35,'HAZY,LIGHT AMBER,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,14,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1030965f37dda3f83be3066f3bf57951d7',', ',543,0,'2013-12-14 08:00:00',21007,NULL),(23572,35,'HAZY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3eb1a1dd44e092ab5a505475d41fcce043739e61',', ',553,0,'2013-12-14 08:00:00',21008,NULL),(23573,38,',,f55281a604ab7a79ce6f59de3e65cd0a13a15445','',550,0,'2013-12-15 04:41:31',21009,NULL),(23574,37,'YELLOWISH,SLIMY,,Not Seen,Not Seen,Not Seen,Not Seen,present +,present ++,,f55281a604ab7a79ce6f59de3e65cd0a13a15445','',550,534,'2013-12-14 08:00:00',21009,'2013-12-17 10:42:56'),(23575,40,',,311fb8161fe23b6a9ef8a05f3fbc727230045f90','',553,0,'2013-12-14 18:49:53',21010,NULL),(23576,9,',,,,,,,,,,,,,,311fb8161fe23b6a9ef8a05f3fbc727230045f90','',553,0,'2013-12-14 18:49:53',21010,NULL),(23577,19,'NEGATIVE,,311fb8161fe23b6a9ef8a05f3fbc727230045f90','',553,0,'2013-12-14 18:49:53',21010,NULL),(23578,18,'[$]NO MALARIA PARASITE SEEN[/$],,,311fb8161fe23b6a9ef8a05f3fbc727230045f90','',553,0,'2013-12-14 18:49:53',21010,NULL),(23579,35,'CLEAR,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,311fb8161fe23b6a9ef8a05f3fbc727230045f',', ',543,0,'2013-12-14 08:00:00',21012,NULL),(23580,21,'','',530,0,'2013-12-14 17:11:18',21013,NULL),(23581,224,'','',530,0,'2013-12-14 17:11:18',21013,NULL),(23582,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a419b6e2371ae63e90821d3665ae9a9629d14600',', ',543,0,'2013-12-14 08:00:00',21014,NULL),(23583,9,',,,,,,,,,,,,,,4cb66535cc413c4f514124e9509162cd5f392df9','',553,0,'2013-12-14 18:51:49',21015,NULL),(23584,19,'NEGATIVE,,4cb66535cc413c4f514124e9509162cd5f392df9','',553,0,'2013-12-14 18:51:49',21015,NULL),(23585,18,'[$]NO MALARIA PARASITE SEEN[/$],,,4cb66535cc413c4f514124e9509162cd5f392df9','',553,0,'2013-12-14 18:51:49',21015,NULL),(23586,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4cb66535cc413c4f514124e9509162cd5f392df',', ',543,0,'2013-12-14 08:00:00',21017,NULL),(23587,68,'6.1,NEGATIVE,NEGATIVE,168896f687d35428f16d08d76b5d32a63b4461fd','',553,0,'2013-12-14 08:00:00',21018,NULL),(23588,57,'','',530,0,'2013-12-14 17:37:38',21019,NULL),(23589,133,'','',530,0,'2013-12-14 17:37:38',21019,NULL),(23590,132,'','',530,0,'2013-12-14 17:37:38',21019,NULL),(23591,56,'','',530,0,'2013-12-14 17:37:38',21019,NULL),(23592,68,'','',530,0,'2013-12-14 17:37:38',21021,NULL),(23593,36,'','',530,0,'2013-12-14 17:46:22',21022,NULL),(23594,35,'HAZY,STRAW,6.0,1.020,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,6,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7d8564459181716ef5b6364f6528f6c0e103',', ',550,0,'2013-12-14 08:00:00',21022,NULL),(23595,9,',,,,,,,,,,,,,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',553,0,'2013-12-14 18:52:44',21023,NULL),(23596,19,'NEGATIVE,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',553,0,'2013-12-14 18:52:44',21023,NULL),(23597,18,'[$]NO MALARIA PARASITE SEEN[/$],,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',553,0,'2013-12-14 18:52:45',21023,NULL),(23598,107,'1/20,1/20,,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',553,0,'2013-12-14 18:53:18',21025,NULL),(23599,35,'HAZY,LIGHT AMBER,7.0,1.015,POSITIVE (+++),NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,[$]GRANULAR CAST(++)\nCELLULAR CAST (+)[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SE',', ',550,0,'2013-12-14 08:00:00',21028,NULL),(23600,8,'','',530,0,'2013-12-14 17:58:04',21029,NULL),(23601,131,'','',530,0,'2013-12-14 17:58:04',21029,NULL),(23602,68,'6.6,-,-,b3a3213f53a529c0c3dbe15060a1a318b895e220','',543,0,'2013-12-14 08:00:00',21030,NULL),(23603,21,'B,POSITIVE,,115f74e983435b98f8e93c0541902080344a2434','BLOOD GROUP ABO:B',553,0,'2013-12-14 20:10:57',21031,NULL),(23604,9,',,,,,,,,,,,,,,115f74e983435b98f8e93c0541902080344a2434','BLOOD GROUP ABO',553,0,'2013-12-14 20:10:57',21031,NULL),(23605,9,',,,,,,,,,,,,,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',553,0,'2013-12-14 20:12:19',21032,NULL),(23606,19,'NEGATIVE,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',553,0,'2013-12-14 20:12:19',21032,NULL),(23607,18,'[$]NO MALARIA PARASITE SEEN[/$],,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',553,0,'2013-12-14 20:12:19',21032,NULL),(23608,112,'NEGATIVE,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',553,0,'2013-12-14 20:12:48',21034,NULL),(23609,107,'1/20,1/20,,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e','',553,0,'2013-12-14 20:12:48',21034,NULL),(23610,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,73fb45f7bff6a0ed819ab4c8f7779b6e12c4d83e',', ',550,0,'2013-12-14 08:00:00',21037,NULL),(23611,9,'','',530,0,'2013-12-14 18:25:35',21038,NULL),(23612,132,'','',530,0,'2013-12-14 18:37:41',21039,NULL),(23613,9,'','',530,0,'2013-12-14 18:37:41',21041,NULL),(23614,68,'','',530,0,'2013-12-14 18:37:42',21044,NULL),(23615,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),35f9c75f768e1d56531fe6d4c43dfe608b3f7f72','',550,0,'2013-12-14 08:00:00',21045,NULL),(23616,144,'','',530,0,'2013-12-14 18:47:22',21046,NULL),(23617,107,'1/20,1/20,,311fb8161fe23b6a9ef8a05f3fbc727230045f90','',553,0,'2013-12-14 18:56:18',21047,NULL),(23618,9,'','',530,0,'2013-12-14 19:17:22',21048,NULL),(23619,9,'','',530,0,'2013-12-14 19:37:31',21049,NULL),(23620,35,'CLEAR,LIGHT AMBER,6.0,1.020,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d97354a67901b6325f98a5bb988d9ba11f357d19',', ',550,0,'2013-12-14 08:00:00',21050,NULL),(23621,9,'','',530,0,'2013-12-14 20:05:03',21051,NULL),(23622,19,'NEGATIVE,65755f3d40d1c7e659b424b059dc24872fe08e23','',536,0,'2013-12-14 08:00:00',21051,NULL),(23623,18,'[$]NO MALARIA PARASITE SEEN[/$],-,65755f3d40d1c7e659b424b059dc24872fe08e23','',536,0,'2013-12-14 08:00:00',21051,NULL),(23624,35,'HAZY,LIGHT AMBER,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,12,18,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,65755f3d40d1c7e659b424b059dc2487',', ',550,0,'2013-12-14 08:00:00',21053,NULL),(23625,68,'5.2,-,-,f56e98e4c7d26ab351d30b8e45a44ab5d0dccd4c','',537,0,'2013-12-16 08:00:00',21054,NULL),(23626,9,'','',530,0,'2013-12-14 20:11:35',21054,NULL),(23627,77,'','',530,0,'2013-12-14 20:11:35',21054,NULL),(23628,9,'','',530,0,'2013-12-14 20:12:49',21055,NULL),(23629,9,'','',530,0,'2013-12-14 20:26:04',21056,NULL),(23630,19,'NEGATIVE,ecca22263a1edc331abb664b4a3c197a18600443','',536,0,'2013-12-14 08:00:00',21056,NULL),(23631,112,'NEGATIVE,ecca22263a1edc331abb664b4a3c197a18600443','',536,0,'2013-12-14 08:00:00',21058,NULL),(23632,36,'','',530,0,'2013-12-14 21:02:37',21059,NULL),(23633,35,'','',530,0,'2013-12-14 21:02:37',21059,NULL),(23634,9,'','',530,0,'2013-12-14 21:02:37',21061,NULL),(23635,40,'','',530,0,'2013-12-14 21:03:29',21062,NULL),(23636,9,'','',530,0,'2013-12-14 21:30:08',21063,NULL),(23637,38,'','',530,0,'2013-12-14 21:30:08',21065,NULL),(23638,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Yeast - like cells,Not Seen,Not Seen,fe7683395b71629ec15af857e0912253cf2e23f8','',550,0,'2013-12-16 08:00:00',21065,NULL),(23639,107,'1/20,1/20,,fe7683395b71629ec15af857e0912253cf2e23f8','',553,0,'2013-12-14 22:47:43',21068,NULL),(23640,9,'','',530,0,'2013-12-14 21:48:29',21069,NULL),(23641,57,'','',530,0,'2013-12-14 21:52:18',21070,NULL),(23642,133,'','',530,0,'2013-12-14 21:52:18',21070,NULL),(23643,131,'','',530,0,'2013-12-14 21:52:18',21070,NULL),(23644,56,'','',530,0,'2013-12-14 21:52:18',21070,NULL),(23645,22,'17,,1098796d92e9bac48ddf6225e4964df67ff2f32e','',553,0,'2013-12-14 23:18:52',21072,NULL),(23646,9,',,,,,,,,,,,,,,1098796d92e9bac48ddf6225e4964df67ff2f32e','',553,0,'2013-12-14 23:18:52',21072,NULL),(23647,35,'HAZY,AMBER,6.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]not seen[/$],[$]not seen[/$],CALCIUM OXALATE (+++),NOT SEEN,NOT SEEN,,1098796d92e9bac48ddf6225e49','CLARITY:HAZY, COLOUR:AMBER, pH:6.0, SG:1.030, PRO:POSITIVE +, PUS CELLS:2, EPITH. CELLS:2',553,0,'2013-12-15 00:11:22',21075,NULL),(23648,107,'1/20,1/20,,894ef46075fd50d2ad8e349d2a2f2db7ccdea30e','',553,0,'2013-12-14 22:48:39',21076,NULL),(23649,9,'','',530,0,'2013-12-14 22:02:11',21078,NULL),(23650,57,'','',530,0,'2013-12-14 22:10:47',21079,NULL),(23651,133,'','',530,0,'2013-12-14 22:10:47',21079,NULL),(23652,56,'','',530,0,'2013-12-14 22:10:47',21079,NULL),(23653,36,'No Significant Bacteria Growth,ff7c80ed156d7303e148328e261bfc638956e409','',534,0,'2013-12-16 08:00:00',21080,NULL),(23654,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,ff7c80ed156d7303e148328e261bfc638956e409',', ',553,0,'2013-12-14 08:00:00',21080,NULL),(23655,40,'','',530,0,'2013-12-14 22:39:57',21082,NULL),(23656,107,'1/20,1/20,,ca65f0b97bbcf8e2da565c38ec8b037f8711e05a','',553,0,'2013-12-14 23:45:18',21083,NULL),(23657,35,'HAZY,STRAW,6.5,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,6,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,,ca65f0b97bbcf8e2da565c38ec8b037f871','CLARITY:HAZY, pH:6.5, SG:1.015, PRO:POSITIVE ++, BLD:POSITIVE +, PUS CELLS:2, EPITH. CELLS:6, RBC:6',553,0,'2013-12-15 00:08:51',21085,NULL),(23658,9,'','',530,0,'2013-12-14 22:45:06',21088,NULL),(23659,199,'[$]COMMENSALS ONLY[/$],1098796d92e9bac48ddf6225e4964df67ff2f32e','',534,0,'2013-12-17 08:00:00',21089,NULL),(23660,9,',,,,,,,,,,,,,,e5a218c571764d2667ba4161d7b701f0f4e2b29b','',553,0,'2013-12-14 23:46:02',21090,NULL),(23661,18,'[$]no malaria parasite seen[/$],,,e5a218c571764d2667ba4161d7b701f0f4e2b29b','',553,0,'2013-12-14 23:46:02',21090,NULL),(23662,8,'','',530,0,'2013-12-14 23:32:06',21091,NULL),(23663,3,'2.1,1.2,2.6,ffc56b78d37c78af0505f570aa2f3fff4dfb8d1a','',534,0,'2013-12-17 08:00:00',21092,NULL),(23664,22,'3,7ef44b25618ef4e00354b389f8e90294b214199e','',550,0,'2013-12-14 08:00:00',21093,NULL),(23665,9,'','',530,0,'2013-12-15 00:11:05',21093,NULL),(23666,71,'NEGATIVE,97206b7fa5b16fdcc223569fdfb738f1f186c4fa','',550,0,'2013-12-14 08:00:00',21094,NULL),(23667,9,'','',530,0,'2013-12-15 00:21:57',21095,NULL),(23668,18,'[$]NO MALARIA PARASITE SEEN[/$],-,b996f07eb060d4c38f56b7cc5dbd9ff0b67572fe','',550,0,'2013-12-14 08:00:00',21095,NULL),(23669,57,'','',530,0,'2013-12-15 00:40:27',21096,NULL),(23670,133,'','',530,0,'2013-12-15 00:40:27',21096,NULL),(23671,56,'','',530,0,'2013-12-15 00:40:27',21096,NULL),(23672,9,'','',530,0,'2013-12-15 00:42:31',21097,NULL),(23673,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,26,>30,20,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b4cab288d12de5dc408d8bc9dc51d15',', ',550,0,'2013-12-14 08:00:00',21099,NULL),(23674,9,',,,,,,,,,,,,,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',550,0,'2013-12-15 01:39:52',21100,NULL),(23675,19,'NEGATIVE,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',550,0,'2013-12-15 01:39:53',21100,NULL),(23676,18,'[$]NO MALARIA PARASITE SEEN[/$],,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',550,0,'2013-12-15 01:39:53',21100,NULL),(23677,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4',', ',550,0,'2013-12-14 08:00:00',21101,NULL),(23678,38,'[$]NO Salmonellae or Shigellae isolated[/$],caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',534,0,'2013-12-17 08:00:00',21103,NULL),(23679,37,'','',530,0,'2013-12-15 01:01:44',21103,NULL),(23680,9,',,,,,,,,,,,,,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',550,0,'2013-12-15 01:59:14',21104,NULL),(23681,19,'NEGATIVE,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',550,0,'2013-12-15 01:59:14',21104,NULL),(23682,18,'[$]NO MALARIA PARASITE SEEN[/$],,,caf31cfa7b3b9eded03b5cc7f8ec38d81b1fe6f4','',550,0,'2013-12-15 01:59:14',21104,NULL),(23683,9,',,,,,,,,,,,,,,5cc26e221052406e263ab0579eb080fcd3898351','',550,0,'2013-12-15 02:42:14',21105,NULL),(23684,18,'[$]NO MALARIA PARASITE SEEN[/$],,,5cc26e221052406e263ab0579eb080fcd3898351','',550,0,'2013-12-15 02:42:14',21105,NULL),(23685,9,'','',530,0,'2013-12-15 01:57:01',21106,NULL),(23686,19,'NEGATIVE,0117fd58f39059bcccf777cf50c28fd8863fb733','',550,0,'2013-12-14 08:00:00',21106,NULL),(23687,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0117fd58f39059bcccf777cf50c28fd8863fb733','',550,0,'2013-12-14 08:00:00',21106,NULL),(23688,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0117fd58f39059bcccf777cf50c28fd8863fb733',', ',550,0,'2013-12-14 08:00:00',21108,NULL),(23689,9,'','',530,0,'2013-12-15 01:59:10',21109,NULL),(23690,41,'','',530,0,'2013-12-15 02:09:24',21110,NULL),(23691,9,',,,,,,,,,,,,,,772d8f8e9acd78df6473b35e1c1a0cbf5c038a1e','',550,0,'2013-12-15 03:11:14',21111,NULL),(23692,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,772d8f8e9acd78df6473b35e1c1a0cbf5c038a1e','',550,0,'2013-12-15 03:11:14',21111,NULL),(23693,9,',,,,,,,,,,,,,,57b06c971fe09a2f0ed56404907cdb9f5f185c54','',550,0,'2013-12-15 03:12:17',21112,NULL),(23694,19,'NEGATIVE,,57b06c971fe09a2f0ed56404907cdb9f5f185c54','',550,0,'2013-12-15 03:12:18',21112,NULL),(23695,18,'[$]NO MALARIA PARASITE SEEN[/$],,,57b06c971fe09a2f0ed56404907cdb9f5f185c54','',550,0,'2013-12-15 03:12:18',21112,NULL),(23696,35,'','',530,0,'2013-12-15 02:26:27',21114,NULL),(23697,16,'POSITIVE,1e857943698a53b9cb54393bd0719ad39d3391bc','',550,0,'2013-12-14 08:00:00',21115,NULL),(23698,14,'POSITIVE,1e857943698a53b9cb54393bd0719ad39d3391bc','',550,0,'2013-12-14 08:00:00',21117,NULL),(23699,222,'11.0,4.98,13.6,40.6,81.3,27.3,33.6,261,28.4,2.3,69.3,3.1,0.3,7.6,15.3,9.1,41354f28212e9ec286bd0cdd070d987217edabde','',550,0,'2013-12-14 08:00:00',21118,NULL),(23700,19,'NEGATIVE,41354f28212e9ec286bd0cdd070d987217edabde','',550,0,'2013-12-14 08:00:00',21118,NULL),(23701,18,'[$]NO MALARIA PARASITES SEEN[/$],-,41354f28212e9ec286bd0cdd070d987217edabde','',550,0,'2013-12-14 08:00:00',21118,NULL),(23702,222,'6.3,4.51,12.4,35.0,77.6,27.5,35.4,256,16.4,14.5,69.1,1.0,0.9,4.4,15.7,9.4,0f81f6a7881616864ef6789328220602fe1ce47c','',550,0,'2013-12-14 08:00:00',21119,NULL),(23703,19,'NEGATIVE,0f81f6a7881616864ef6789328220602fe1ce47c','',550,0,'2013-12-14 08:00:00',21119,NULL),(23704,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0f81f6a7881616864ef6789328220602fe1ce47c','',550,0,'2013-12-14 08:00:00',21119,NULL),(23705,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,0f81f6a7881616864ef6789328220602fe1ce47c','SG:1.030, PUS CELLS:2, EPITH. CELLS:6',550,0,'2013-12-15 05:05:57',21121,NULL),(23706,22,'12,185f5fa83a694507976e54eac7ffbb603773e4f5','',550,0,'2013-12-14 08:00:00',21122,NULL),(23707,222,'15.7,4.58,13.4,39.4,86.3,29.3,33.9,341,9.8,3.7,86.5,1.5,0.6,13.6,13.0,9.5,185f5fa83a694507976e54eac7ffbb603773e4f5','',550,0,'2013-12-14 08:00:00',21122,NULL),(23708,18,'[$]NO MALARIA PARASITES SEEN[/$],-,185f5fa83a694507976e54eac7ffbb603773e4f5','',550,0,'2013-12-14 08:00:00',21122,NULL),(23709,57,'','',558,0,'2013-12-15 04:21:28',21124,NULL),(23710,56,'','',558,0,'2013-12-15 04:21:28',21124,NULL),(23711,222,'7.1,4.65,12.4,39.5,84.9,26.7,31.4,301,44.6,2.5,52.9,3.2,0.2,3.7,13.4,9.7,4b510ac9a909ce9f8708aae37a4bc3cee7071115','',550,0,'2013-12-14 08:00:00',21125,NULL),(23712,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4b510ac9a909ce9f8708aae37a4bc3cee7071115','',550,0,'2013-12-14 08:00:00',21125,NULL),(23713,35,'HAZY,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4b510ac9a909ce9f8708aae37a4bc3cee7071115',', ',550,0,'2013-12-14 08:00:00',21127,NULL),(23714,107,'1/20,1/20,4b510ac9a909ce9f8708aae37a4bc3cee7071115','',550,0,'2013-12-14 08:00:00',21130,NULL),(23715,222,'3.5,5.80,14.4,44.0,75.9,24.8,32.7,246,30.9,20.0,49.1,1.1,0.7,1.7,14.4,8.1,ec809683af514729097b108c12a0b83fa9b2f27a','',557,0,'2013-12-14 08:00:00',21131,NULL),(23716,18,'[$]no malaria parasites seen[/$],-,ec809683af514729097b108c12a0b83fa9b2f27a','',557,0,'2013-12-14 08:00:00',21131,NULL),(23717,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,ec809683af514729097b108c12a0b83fa9b2f27a',', ',557,0,'2013-12-14 08:00:00',21133,NULL),(23718,222,'3.8,5.61,14.6,42.5,75.8,26.0,34.4,101,62.5,18.5,19.0,2.4,0.7,0.7,13.9,9.3,ba756f03bfe8ea4207ca2c713f2df4f0916ef004','',550,0,'2013-12-14 08:00:00',21134,NULL),(23719,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,4,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ba756f03bfe8ea4207ca2c713f2df4f0916ef004',', ',550,0,'2013-12-14 08:00:00',21136,NULL),(23720,16,'POSITIVE,ba756f03bfe8ea4207ca2c713f2df4f0916ef004','',550,0,'2013-12-14 08:00:00',21139,NULL),(23721,14,'POSITIVE,ba756f03bfe8ea4207ca2c713f2df4f0916ef004','',550,0,'2013-12-14 08:00:00',21143,NULL),(23722,222,'11.3,4.77,12.4,35.8,75.1,26.0,34.6,638,65.7,9.1,25.2,7.4,1.0,2.9,14.1,7.2,1a8ff44045bcaf229e95ac7ef5da84347ecb6423','',557,0,'2013-12-14 08:00:00',21144,NULL),(23723,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1a8ff44045bcaf229e95ac7ef5da84347ecb6423','',557,0,'2013-12-14 08:00:00',21144,NULL),(23724,222,'10.0,5.11,13.8,41.7,81.6,27.0,33.1,445,20.0,3.9,76.1,2.0,0.4,7.6,13.5,7.3,a334abd4829a64906603937a1ad87f9f46299f9a','',557,0,'2013-12-14 08:00:00',21145,NULL),(23725,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a334abd4829a64906603937a1ad87f9f46299f9a','',557,0,'2013-12-14 08:00:00',21145,NULL),(23726,222,'8.1,5.18,11.8,37.2,71.8,22.8,31.7,417,60.7,9.8,29.5,4.9,0.8,2.4,16.2,10.0,a151a309b2aa627735e62d9e0ecedd40c236d4ee','- , -',557,0,'2013-12-14 08:00:00',21146,NULL),(23727,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a151a309b2aa627735e62d9e0ecedd40c236d4ee',', - , -',557,0,'2013-12-14 08:00:00',21146,NULL),(23728,37,'','',558,0,'2013-12-15 06:34:23',21148,NULL),(23729,211,'','',558,0,'2013-12-15 06:34:24',21151,NULL),(23730,60,'','',558,0,'2013-12-15 06:34:24',21151,NULL),(23731,133,'','',558,0,'2013-12-15 06:34:24',21151,NULL),(23732,222,'8.5,5.44,12.0,38.8,71.3,22.1,30.9,267,12.3,10.0,77.7,1.0,0.9,6.6,16.2,9.8,,a1054c3a25812edad281db6e06aa2eb1134eac50','',557,0,'2013-12-15 08:00:28',21152,NULL),(23733,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,a1054c3a25812edad281db6e06aa2eb1134eac50','',557,0,'2013-12-15 08:00:28',21152,NULL),(23734,222,'15.7,4.77,11.7,36.3,76.1,24.5,32.2,332,34.3,11.7,54.0,5.4,1.8,8.5,14.6,7.0,,b365c09801a3cab864417731ac78492eafb4b4e8','',557,0,'2013-12-15 09:30:28',21153,NULL),(23735,19,'NEGATIVE,,b365c09801a3cab864417731ac78492eafb4b4e8','',557,0,'2013-12-15 09:30:28',21153,NULL),(23736,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,b365c09801a3cab864417731ac78492eafb4b4e8','',557,0,'2013-12-15 09:30:28',21153,NULL),(23737,222,'16.1,4.73,11.9,36.0,76.1,25.2,33.1,306,10.5,6.7,82.8,1.7,1.1,13.3,14.6,9.5,,d5120440dfdda642087bfd2e81fdf54c37264e15','',546,0,'2013-12-15 12:32:11',21154,NULL),(23738,18,'[$]no malaria parasites seen[/$],-,,d5120440dfdda642087bfd2e81fdf54c37264e15','',546,0,'2013-12-15 12:32:11',21154,NULL),(23739,35,'CLEAR,STRAW,5.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d5120440dfdda642087bfd2e81fdf54c37264e15',', ',546,0,'2013-12-15 08:00:00',21156,NULL),(23740,107,'1/20,1/20,,d5120440dfdda642087bfd2e81fdf54c37264e15','',546,0,'2013-12-15 12:33:02',21159,NULL),(23741,22,'10,,377004ab63572ea732c30dcec2115e3354156c33','',546,0,'2013-12-15 12:40:48',21160,NULL),(23742,222,'5.2,6.09,13.2,43.0,70.6,21.7,30.7,313,20.2,11.8,68.0,1.1,0.6,3.5,15.8,9.0,,377004ab63572ea732c30dcec2115e3354156c33','',546,0,'2013-12-15 12:40:48',21160,NULL),(23743,19,'NEGATIVE,,377004ab63572ea732c30dcec2115e3354156c33','',546,0,'2013-12-15 12:40:48',21160,NULL),(23744,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,377004ab63572ea732c30dcec2115e3354156c33','',546,0,'2013-12-15 12:40:48',21160,NULL),(23745,222,'6.1,4.67,13.4,40.9,87.6,28.7,32.8,211,52.7,8.4,38.9,3.2,0.5,2.4,13.0,9.4,4ab47148de07fecee83d34dabefd50b34dbacd6b','',546,0,'2013-12-15 08:00:00',21161,NULL),(23746,18,'[$]NO MALARIA PARASITES SEEN[/$],-,4ab47148de07fecee83d34dabefd50b34dbacd6b','',546,0,'2013-12-15 08:00:00',21161,NULL),(23747,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (++),4ab47148de07fecee83d34dabefd50b34dbacd6b','',546,0,'2013-12-15 08:00:00',21163,NULL),(23748,222,'9.3,4.53,10.5,33.0,72.8,23.1,31.8,545,41.2,8.7,50.1,3.8,0.8,4.7,14.1,8.5,2605b56a54cceab3e5f2d8195f85f8798b86e862','',546,0,'2013-12-15 08:00:00',21164,NULL),(23749,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2605b56a54cceab3e5f2d8195f85f8798b86e862','',546,0,'2013-12-15 08:00:00',21164,NULL),(23750,37,'BROWN,SLIMY,-,Not Seen,Not Seen,Not Seen,Not Seen,present (+),present (+++),2605b56a54cceab3e5f2d8195f85f8798b86e862','',546,0,'2013-12-15 08:00:00',21166,NULL),(23751,36,'No Significant Bacteria Growth,d2c4b1dde09e4c0c9fb8eacac3d6ebcecc6ba131','',534,0,'2013-12-17 08:00:00',21167,NULL),(23752,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4fdfb7f59041eca63aa9ff81e01bdbf31025bca7',', ',555,0,'2013-12-15 08:00:00',21168,NULL),(23753,9,'','',558,0,'2013-12-15 16:03:19',21169,NULL),(23754,19,'NEGATIVE,193574b286307d30765e4aab0caecdf5975117d9','',552,0,'2013-12-15 08:00:00',21169,NULL),(23755,18,'[$]NO MALARIA PARASITES SEEN[/$],-,193574b286307d30765e4aab0caecdf5975117d9','',552,0,'2013-12-15 08:00:00',21169,NULL),(23756,9,'','',530,0,'2013-12-15 16:08:43',21170,NULL),(23757,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1e82a54db6881b2a47a2e4a1354e078dd958a154','',552,0,'2013-12-15 08:00:00',21170,NULL),(23758,35,'CLEAR,LIGHT AMBER,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1e82a54db6881b2a47a2e4a1354e078dd958a1',', ',552,0,'2013-12-15 08:00:00',21172,NULL),(23759,107,'1/20,1/20,1e82a54db6881b2a47a2e4a1354e078dd958a154','',552,0,'2013-12-15 08:00:00',21175,NULL),(23760,9,'','',530,0,'2013-12-15 16:10:59',21176,NULL),(23761,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a5ebe5180fb3784b8674df178751392f3fed1acd','',552,0,'2013-12-15 08:00:00',21176,NULL),(23762,35,'HAZY,LIGHT AMBER,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,TRACE,NORMAL,4,10,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a5ebe5180fb3784b8674df178751392f3fed1acd',', , BACTERIURIA(ROD-LIKE) PRESENT (+++)',552,0,'2013-12-15 08:00:00',21177,NULL),(23763,107,'1/20,1/20,584cb6bda1f2305b0fe0126046293fb69625dfec','',535,0,'2013-12-15 08:00:00',21178,NULL),(23764,9,'','',530,0,'2013-12-15 16:15:29',21180,NULL),(23765,18,'[$]NO MALARIA PARASITES SEEN[/$],-,584cb6bda1f2305b0fe0126046293fb69625dfec','',535,0,'2013-12-15 08:00:00',21180,NULL),(23766,57,'','',530,0,'2013-12-15 16:29:25',21181,NULL),(23767,133,'','',530,0,'2013-12-15 16:29:25',21181,NULL),(23768,131,'','',530,0,'2013-12-15 16:29:25',21181,NULL),(23769,132,'','',530,0,'2013-12-15 16:29:25',21181,NULL),(23770,56,'','',530,0,'2013-12-15 16:29:25',21181,NULL),(23771,65,'','',530,0,'2013-12-15 16:29:25',21181,NULL),(23772,22,'36,7ffa61b6f5395453170bb3cb09c9108c11bc661a','',552,0,'2013-12-15 08:00:00',21183,NULL),(23773,68,'','',530,0,'2013-12-15 16:29:25',21183,NULL),(23774,9,'','',530,0,'2013-12-15 16:29:25',21183,NULL),(23775,19,'NEGATIVE,7ffa61b6f5395453170bb3cb09c9108c11bc661a','',552,0,'2013-12-15 08:00:00',21183,NULL),(23776,18,'[$]NO MALARIA PARASITES SEEN[/$],-,7ffa61b6f5395453170bb3cb09c9108c11bc661a','',552,0,'2013-12-15 08:00:00',21183,NULL),(23777,37,'GREENISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,7ffa61b6f5395453170bb3cb09c9108c11bc661a','',552,0,'2013-12-15 08:00:00',21186,NULL),(23778,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,16,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7ffa61b6f5395453170bb3cb09c9108c11bc661a',', ',552,0,'2013-12-15 08:00:00',21190,NULL),(23779,9,'','',530,0,'2013-12-15 16:54:13',21191,NULL),(23780,19,'','',530,0,'2013-12-15 16:54:13',21191,NULL),(23781,9,'','',530,0,'2013-12-15 16:55:37',21192,NULL),(23782,19,'NEGATIVE,44fd70b8eb6a621845f2ee6dcfd094907cc39c38','',535,0,'2013-12-15 08:00:00',21192,NULL),(23783,9,',,,,,,,,,,,,,,cadeab8d0fd0ac9802a7f959f6d125d5df282bd0','',552,0,'2013-12-15 18:08:02',21193,NULL),(23784,19,'NEGATIVE,,cadeab8d0fd0ac9802a7f959f6d125d5df282bd0','',552,0,'2013-12-15 18:08:02',21193,NULL),(23785,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,cadeab8d0fd0ac9802a7f959f6d125d5df282bd0','',552,0,'2013-12-15 18:08:02',21193,NULL),(23786,9,'','',530,0,'2013-12-15 17:27:31',21194,NULL),(23787,19,'NEGATIVE,c1b377679215a0a9aeba4512888b756479601932','',552,0,'2013-12-15 08:00:00',21194,NULL),(23788,9,'','',530,0,'2013-12-15 17:29:25',21195,NULL),(23789,57,'','',530,0,'2013-12-15 18:20:26',21196,NULL),(23790,133,'','',530,0,'2013-12-15 18:20:26',21196,NULL),(23791,9,'','',530,0,'2013-12-15 18:20:26',21198,NULL),(23792,16,'POSITIVE,e916ec78455a6199a71e5f3f28f6913768e24b3b','',555,0,'2013-12-15 08:00:00',21199,NULL),(23793,9,'','',530,0,'2013-12-15 18:44:47',21201,NULL),(23794,35,'CLEAR,STRAW,5.0,1.010,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]HYALINE PRESENT(+)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e916ec78455a6199a71e5f3f28f6913768e24',', ',555,0,'2013-12-15 08:00:00',21204,NULL),(23795,14,'NEGATIVE,e916ec78455a6199a71e5f3f28f6913768e24b3b','',555,0,'2013-12-15 08:00:00',21208,NULL),(23796,36,'No Bacteria Growth,1d78b01c202f4deb650ae72f7030d8ad6e206e6d','',534,0,'2013-12-17 08:00:00',21209,NULL),(23797,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1d78b01c202f4deb650ae72f7030d8ad6e206e6d','',534,0,'2013-12-17 08:00:00',21209,NULL),(23798,107,'1/20,1/20,7fab314d891d9ed2e11ab5b5691e41b2503ad17b','',555,0,'2013-12-15 08:00:00',21210,NULL),(23799,35,'CLEAR,STRAW,6.5,1.030,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,7fab314d891d9ed2e11ab5b5691e41b2503ad17',',',555,0,'2013-12-15 08:00:00',21212,NULL),(23800,9,'','',530,0,'2013-12-15 18:57:37',21215,NULL),(23801,19,'NEGATIVE,7fab314d891d9ed2e11ab5b5691e41b2503ad17b','',555,0,'2013-12-15 08:00:00',21215,NULL),(23802,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7fab314d891d9ed2e11ab5b5691e41b2503ad17b','',555,0,'2013-12-15 08:00:00',21215,NULL),(23803,9,'','',530,0,'2013-12-15 19:02:09',21216,NULL),(23804,19,'NEGATIVE,6b5480c3fb1122d47e8ab8615e2e27b144d04f60','',555,0,'2013-12-15 08:00:00',21216,NULL),(23805,18,'[$]NO MALARIA PARASITE SEEN[/$],-,6b5480c3fb1122d47e8ab8615e2e27b144d04f60','',555,0,'2013-12-15 08:00:00',21216,NULL),(23806,37,'','',530,0,'2013-12-15 19:02:09',21218,NULL),(23807,9,'','',530,0,'2013-12-15 19:05:29',21219,NULL),(23808,36,'No Bacteria Growth,54e7b284287c8fdc5a4cc912456a72fc20d95769','',534,0,'2013-12-17 08:00:00',21221,NULL),(23809,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,54e7b284287c8fdc5a4cc912456a72fc20d95769',',',555,0,'2013-12-15 08:00:00',21221,NULL),(23810,57,'','',530,0,'2013-12-15 19:37:57',21222,NULL),(23811,133,'','',530,0,'2013-12-15 19:37:57',21222,NULL),(23812,56,'','',530,0,'2013-12-15 19:37:57',21222,NULL),(23813,65,'','',530,0,'2013-12-15 19:37:57',21222,NULL),(23814,36,'No Bacteria Growth,d1493a0d18a5eddd9ce8472aa8a1fa6cd6300fd3','',534,0,'2013-12-17 08:00:00',21224,NULL),(23815,35,'HAZY,STRAW,5.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,6,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d1493a0d18a5eddd9ce8472aa8a1fa6cd6300fd3',', ',555,0,'2013-12-15 08:00:00',21224,NULL),(23816,216,'[$]NO BACTERIAL GROWTH[/$],c24fb2199850c076d0216e6a5e64854b36a70cb5','',534,0,'2013-12-17 08:00:00',21225,NULL),(23817,41,'','',530,0,'2013-12-15 20:00:54',21226,NULL),(23818,107,'1/20,1/20,f15897fa770a10a5cdba14284b4f266bc51749a2','',552,0,'2013-12-15 08:00:00',21227,NULL),(23819,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,f15897fa770a10a5cdba14284b4f266bc51749a2','pH:7.0, SG:1.010',552,0,'2013-12-15 20:47:51',21229,NULL),(23820,9,'','',530,0,'2013-12-15 20:05:11',21232,NULL),(23821,19,'NEGATIVE,f15897fa770a10a5cdba14284b4f266bc51749a2','',552,0,'2013-12-15 08:00:00',21232,NULL),(23822,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f15897fa770a10a5cdba14284b4f266bc51749a2','',552,0,'2013-12-15 08:00:00',21232,NULL),(23823,9,'','',530,0,'2013-12-15 20:11:36',21233,NULL),(23824,19,'NEGATIVE,a33aaef883a4b170e04bc54617030680b2ae1ebb','',552,0,'2013-12-15 08:00:00',21233,NULL),(23825,18,'[$]NO MALARIA PARASITES SEEN[/$],-,a33aaef883a4b170e04bc54617030680b2ae1ebb','',552,0,'2013-12-15 08:00:00',21233,NULL),(23826,9,',,,,,,,,,,,,,,4acd92a28f3335b6a3c04fd71328083ac31c2e4c','',552,0,'2013-12-15 21:04:16',21234,NULL),(23827,19,'NEGATIVE,,4acd92a28f3335b6a3c04fd71328083ac31c2e4c','',552,0,'2013-12-15 21:04:16',21234,NULL),(23828,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,4acd92a28f3335b6a3c04fd71328083ac31c2e4c','',552,0,'2013-12-15 21:04:16',21234,NULL),(23829,132,'','',530,0,'2013-12-15 20:29:00',21235,NULL),(23830,68,'','',530,0,'2013-12-15 20:29:00',21237,NULL),(23831,9,'','',530,0,'2013-12-15 20:29:00',21237,NULL),(23832,22,',,ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b','',552,0,'2013-12-15 21:09:33',21238,NULL),(23833,9,',,,,,,,,,,,,,,ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b','',552,0,'2013-12-15 21:09:34',21238,NULL),(23834,19,'NEGATIVE,,ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b','',552,0,'2013-12-15 21:09:34',21238,NULL),(23835,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b','',552,0,'2013-12-15 21:09:34',21238,NULL),(23836,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b','pH:6.0, SG:1.015, EPITH. CELLS:2',552,0,'2013-12-15 22:37:47',21240,NULL),(23837,107,'1/20,1/20,,ab43e4b73a77b576aa5fd0e6ca5c5aa8a9e5729b','',552,0,'2013-12-15 21:08:56',21243,NULL),(23838,133,'','',530,0,'2013-12-15 20:46:54',21244,NULL),(23839,63,'','',530,0,'2013-12-15 20:46:54',21244,NULL),(23840,75,'','',530,0,'2013-12-15 20:46:54',21244,NULL),(23841,128,'','',530,0,'2013-12-15 20:46:54',21244,NULL),(23842,68,'','',530,0,'2013-12-15 20:46:54',21246,NULL),(23843,9,'','',530,0,'2013-12-15 20:46:54',21246,NULL),(23844,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a38a9c969f2cee6f7fce09dec7933d7044bafa87','',534,0,'2013-12-16 08:00:00',21247,NULL),(23845,9,',,,,,,,,,,,,,,38aa2fa0bbaaa84f49c7246c870a240eee22f517','',552,0,'2013-12-15 21:56:16',21248,NULL),(23846,19,'NEGATIVE,,38aa2fa0bbaaa84f49c7246c870a240eee22f517','',552,0,'2013-12-15 21:56:16',21248,NULL),(23847,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,38aa2fa0bbaaa84f49c7246c870a240eee22f517','',552,0,'2013-12-15 21:56:16',21248,NULL),(23848,35,'','',530,0,'2013-12-15 21:22:30',21250,NULL),(23849,9,',,,,,,,,,,,,,,89305c4b290f8e8b0722bd7949e42e16cee86e6b','',552,0,'2013-12-15 22:01:59',21251,NULL),(23850,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,89305c4b290f8e8b0722bd7949e42e16cee86e6b','',552,0,'2013-12-15 22:01:59',21251,NULL),(23851,9,'','',530,0,'2013-12-15 22:05:44',21252,NULL),(23852,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,,bdfbde3c6e2db20180e0dd58ac38f2d9db820f78','CONTENT:',552,0,'2013-12-15 22:40:28',21254,NULL),(23853,36,'No Bacteria Growth,993ab300b14b885bfbbd8a8feadf082289623410','',534,0,'2013-12-17 08:00:00',21255,NULL),(23854,35,'CLEAR,STRAW,5.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,193574b286307d30765e4aab0caecdf5975117d9','pH:5.5, SG:1.010',552,0,'2013-12-15 22:39:24',21256,NULL),(23855,9,'','',555,0,'2013-12-15 22:35:41',21257,NULL),(23856,18,'[$]NO MALARIA PARASITES SEEN[/$],-,81c721febe011a8fe16699b7b1674cd4948dadce','',552,0,'2013-12-15 08:00:00',21257,NULL),(23857,9,',,,,,,,,,,,,,,79f2495204fd3249f23887e30a6b967e6ec1350b','',552,0,'2013-12-15 23:23:14',21258,NULL),(23858,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,79f2495204fd3249f23887e30a6b967e6ec1350b','',552,0,'2013-12-15 23:23:14',21258,NULL),(23859,107,'1/20,1/20,,79f2495204fd3249f23887e30a6b967e6ec1350b','',552,0,'2013-12-15 23:22:41',21260,NULL),(23860,9,',,,,,,,,,,,,,,4bcd98a51dd1c63af652a93b02cffc057927c29e','',552,0,'2013-12-16 00:20:35',21261,NULL),(23861,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,4bcd98a51dd1c63af652a93b02cffc057927c29e','',552,0,'2013-12-16 00:20:35',21261,NULL),(23862,20,'NEGATIVE,,4bcd98a51dd1c63af652a93b02cffc057927c29e','',552,0,'2013-12-16 00:20:35',21261,NULL),(23863,9,',,,,,,,,,,,,,,1c5975d49dd7e070ed1c73c24c4298c0f4052541','',552,0,'2013-12-15 23:32:53',21262,NULL),(23864,19,'NEGATIVE,,1c5975d49dd7e070ed1c73c24c4298c0f4052541','',552,0,'2013-12-15 23:32:53',21262,NULL),(23865,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,1c5975d49dd7e070ed1c73c24c4298c0f4052541','',552,0,'2013-12-15 23:32:53',21262,NULL),(23866,57,'','',530,0,'2013-12-15 23:48:03',21263,NULL),(23867,133,'','',530,0,'2013-12-15 23:48:03',21263,NULL),(23868,131,'','',530,0,'2013-12-15 23:48:03',21263,NULL),(23869,132,'','',530,0,'2013-12-15 23:48:03',21263,NULL),(23870,92,'40.8,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',537,0,'2013-12-16 08:00:00',21263,NULL),(23871,56,'','',530,0,'2013-12-15 23:48:03',21263,NULL),(23872,107,'1/20,1/160,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-15 08:00:00',21263,NULL),(23873,40,',,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-16 01:27:16',21265,NULL),(23874,9,',,,,,,,,,,,,,,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-16 01:27:17',21265,NULL),(23875,77,',,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-16 01:27:17',21265,NULL),(23876,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-16 01:27:17',21265,NULL),(23877,70,',,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-16 01:27:17',21265,NULL),(23878,35,'HAZY,DEEP AMBER,5.5,1.010,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,INCREASED,2,2,0,[$]GRANULAR CASTS PRESENT(++)[/$],[$]NOT SEEN[/$],AMORPHOUS URATES (++),NOT SEEN,NOT S','CLARITY:HAZY, COLOUR:DEEP AMBER, pH:5.5, SG:1.010, PRO:POSITIVE ++, BIL:POSITIVE ++, URO:INCREASED, PUS CELLS:2, EPITH. CELLS:2',552,0,'2013-12-16 01:23:56',21268,NULL),(23879,117,'NEGATIVE,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-15 08:00:00',21269,NULL),(23880,112,'NEGATIVE,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',552,0,'2013-12-15 08:00:00',21269,NULL),(23881,70,'16.3,f1007c1f1b90660ca00c6ba5e9801d46e3996982','',535,0,'2013-12-15 08:00:00',21270,NULL),(23882,9,'','',530,0,'2013-12-16 00:24:23',21271,NULL),(23883,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2da2e9486154aa193b9400013003b8f1963d77bb','',535,0,'2013-12-15 08:00:00',21271,NULL),(23884,135,'','',530,0,'2013-12-16 00:43:20',21272,NULL),(23885,134,'','',530,0,'2013-12-16 00:43:20',21272,NULL),(23886,36,'','',530,0,'2013-12-16 00:43:21',21274,NULL),(23887,35,'','',530,0,'2013-12-16 00:43:21',21274,NULL),(23888,9,'','',530,0,'2013-12-16 00:47:45',21275,NULL),(23889,19,'NEGATIVE,690177a16096517d9e5ae7c2e805100cd13707c8','',535,0,'2013-12-15 08:00:00',21275,NULL),(23890,18,'[$]NO MALARIA PARASITES SEEN[/$],-,690177a16096517d9e5ae7c2e805100cd13707c8','',535,0,'2013-12-15 08:00:00',21275,NULL),(23891,107,'1/20,1/20,690177a16096517d9e5ae7c2e805100cd13707c8','',535,0,'2013-12-15 08:00:00',21277,NULL),(23892,9,',,,,,,,,,,,,,,2c86402b66f1824e0f2e634ad7756f28c4caa69e','',552,0,'2013-12-16 01:34:14',21278,NULL),(23893,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,2c86402b66f1824e0f2e634ad7756f28c4caa69e','',552,0,'2013-12-16 01:34:14',21278,NULL),(23894,40,'','',530,0,'2013-12-16 01:20:20',21279,NULL),(23895,9,'','',530,0,'2013-12-16 01:20:20',21279,NULL),(23896,19,'NEGATIVE,092752d996a067e18ffb58fcaae21a34f34accce','',535,0,'2013-12-15 08:00:00',21279,NULL),(23897,18,'[$]NO MALARIA PARASITES SEEN[/$],-,092752d996a067e18ffb58fcaae21a34f34accce','',535,0,'2013-12-15 08:00:00',21279,NULL),(23898,107,'1/20,1/20,092752d996a067e18ffb58fcaae21a34f34accce','',535,0,'2013-12-15 08:00:00',21281,NULL),(23899,35,'CLEAR,STRAW,5.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,092752d996a067e18ffb58fcaae21a34f34accce','pH:5.5, SG:1.015',555,0,'2013-12-16 03:20:59',21284,NULL),(23900,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,91271ccf67a76cbcbf205af07127f448797ee274','',535,0,'2013-12-15 08:00:00',21285,NULL),(23901,36,'No Bacteria Growth,,25e5f76d292fdee7f4b04dbeebf93b69f271c82a','',535,0,'2013-12-16 03:02:53',21286,NULL),(23902,35,'CLEAR,STRAW,5.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,25e5f76d292fdee7f4b04dbeebf93b69f271c82a','SG:1.005',535,0,'2013-12-16 03:02:53',21286,NULL),(23903,107,'1/20,1/20,,44d9f0035568ad0adc7ac89af63f29619269195e','',555,0,'2013-12-16 03:27:08',21287,NULL),(23904,22,'22,44d9f0035568ad0adc7ac89af63f29619269195e','',555,0,'2013-12-15 08:00:00',21289,NULL),(23905,9,'','',530,0,'2013-12-16 02:47:21',21289,NULL),(23906,19,'NEGATIVE,44d9f0035568ad0adc7ac89af63f29619269195e','',555,0,'2013-12-15 08:00:00',21289,NULL),(23907,18,'[$]NO MALARIA PARASITES SEEN[/$],-,44d9f0035568ad0adc7ac89af63f29619269195e','',555,0,'2013-12-15 08:00:00',21289,NULL),(23908,35,'','',530,0,'2013-12-16 02:47:21',21292,NULL),(23909,68,'','',558,0,'2013-12-16 03:36:35',21293,NULL),(23910,9,'','',558,0,'2013-12-16 03:36:35',21293,NULL),(23911,18,'[$]NO MALARIA PARASITES SEEN[/$],-,12658d39d249cb6417ddd182b3e79a6728935e88','',555,0,'2013-12-15 08:00:00',21293,NULL),(23912,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,12658d39d249cb6417ddd182b3e79a6728935e88',', ',550,0,'2013-12-16 08:00:00',21295,NULL),(23913,57,'','',558,0,'2013-12-16 03:36:35',21298,NULL),(23914,131,'','',558,0,'2013-12-16 03:36:35',21298,NULL),(23915,132,'','',558,0,'2013-12-16 03:36:35',21298,NULL),(23916,92,'10.3,12658d39d249cb6417ddd182b3e79a6728935e88','',537,0,'2013-12-16 08:00:00',21298,NULL),(23917,56,'','',558,0,'2013-12-16 03:36:35',21298,NULL),(23918,65,'','',558,0,'2013-12-16 03:36:35',21298,NULL),(23919,107,'1/20,1/160,12658d39d249cb6417ddd182b3e79a6728935e88','',555,0,'2013-12-15 08:00:00',21298,NULL),(23920,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,10,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,32d7f6b12db852431d9d9a2a7d2ffad820bb7d9',', ',555,0,'2013-12-15 08:00:00',21299,NULL),(23921,134,'','',558,0,'2013-12-16 04:10:48',21301,NULL),(23922,12,'34.0,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',534,0,'2013-12-16 08:00:00',21302,NULL),(23923,11,'15.0,[$]14.0[/$],[$]1.1[/$],1.08,THERAPEUTIC : 2.0 - 4.0,c8930564b0f3fecee5c3c40a28e38e9fe45a6309','',534,0,'2013-12-16 08:00:00',21302,NULL),(23924,222,'','',558,0,'2013-12-16 04:19:09',21303,NULL),(23925,222,'7.9,6.91,15.3,47.1,69.2,22.1,32.0,188,21.3,7.5,71.2,1.7,0.6,5.6,17.6,-,b86103e3c515d168e86eed9c7ccb34d1c5332a56','',555,0,'2013-12-15 08:00:00',21304,NULL),(23926,18,'[$]No malaria parasites seen[/$],-,b86103e3c515d168e86eed9c7ccb34d1c5332a56','',555,0,'2013-12-15 08:00:00',21304,NULL),(23927,222,'6.9,4.59,12.6,37.7,82.1,27.5,33.4,416,14.8,2.0,83.2,1.0,0.1,5.8,14.3,8.6,5459cad7ba7ba7b7089d471b48c2d42a4d15b335','',555,0,'2013-12-15 08:00:00',21305,NULL),(23928,19,'NEGATIVE,5459cad7ba7ba7b7089d471b48c2d42a4d15b335','',555,0,'2013-12-15 08:00:00',21305,NULL),(23929,222,'5.8,4.82,13.3,40.0,83.0,27.6,33.3,192,15.9,10.6,73.5,0.9,0.6,4.3,13.0,8.4,3cfe2f6ab02270470a411b0e3e560fb2dd171742','',555,0,'2013-12-15 08:00:00',21306,NULL),(23930,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3cfe2f6ab02270470a411b0e3e560fb2dd171742','',555,0,'2013-12-15 08:00:00',21306,NULL),(23931,36,'','',558,0,'2013-12-16 05:46:36',21308,NULL),(23932,35,'HAZY,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,>30,2,10,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3cfe2f6ab02270470a411b0e3e560fb2','',555,0,'2013-12-15 08:00:00',21308,NULL),(23933,22,'16,f36d9b5212b7cb77e8f0c3317f2a7b8905d61ca0','',555,0,'2013-12-15 08:00:00',21309,NULL),(23934,222,'6.4,4.08,12.9,38.5,94.4,31.6,33.5,297,44.3,12.0,43.7,2.8,0.8,2.8,12.5,8.3,f36d9b5212b7cb77e8f0c3317f2a7b8905d61ca0','',555,0,'2013-12-15 08:00:00',21309,NULL),(23935,19,'NEGATIVE,f36d9b5212b7cb77e8f0c3317f2a7b8905d61ca0','',555,0,'2013-12-15 08:00:00',21309,NULL),(23936,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f36d9b5212b7cb77e8f0c3317f2a7b8905d61ca0','',555,0,'2013-12-15 08:00:00',21309,NULL),(23937,22,'15,fa18e902f5d93a3a035c5c8b288347aaf7420c1c','',555,0,'2013-12-15 08:00:00',21310,NULL),(23938,222,'6.8,5.08,13.1,37.5,73.8,25.8,34.9,425,50.0,12.6,37.4,3.4,0.9,2.5,15.2,7.5,fa18e902f5d93a3a035c5c8b288347aaf7420c1c','',555,0,'2013-12-15 08:00:00',21310,NULL),(23939,19,'NEGATIVE,fa18e902f5d93a3a035c5c8b288347aaf7420c1c','',555,0,'2013-12-15 08:00:00',21310,NULL),(23940,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fa18e902f5d93a3a035c5c8b288347aaf7420c1c','',555,0,'2013-12-15 08:00:00',21310,NULL),(23941,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,TRACE,NORMAL,4,1,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1922b5e21c3e9f77eab03b280eff5c02ed8fd954',', ',550,0,'2013-12-16 08:00:00',21311,NULL),(23942,36,'No Bacteria Growth,32d7f6b12db852431d9d9a2a7d2ffad820bb7d9d','',534,0,'2013-12-17 08:00:00',21312,NULL),(23943,36,'Mixed Growth, Please repeat,38aa2fa0bbaaa84f49c7246c870a240eee22f517','',534,0,'2013-12-17 08:00:00',21313,NULL),(23944,57,'','',558,0,'2013-12-16 06:32:19',21315,NULL),(23945,133,'','',558,0,'2013-12-16 06:32:19',21315,NULL),(23946,56,'','',558,0,'2013-12-16 06:32:19',21315,NULL),(23947,65,'','',558,0,'2013-12-16 06:32:19',21315,NULL),(23948,222,'5.3,5.83,15.8,47.6,81.6,27.1,33.2,163,13.9,5.2,80.9,0.7,0.3,4.3,13.4,10.3,,87b6e7ad5732944c2009d00f9b4918e8793a698b','',555,0,'2013-12-16 07:42:24',21316,NULL),(23949,37,'BROWN,WATERY,-,Not Seen,Not Seen,Not Seen,Not Seen,present (+++),present (++),,87b6e7ad5732944c2009d00f9b4918e8793a698b','CONSISTENCY:WATERY, CONTENT:, RBC:present +++, WBC:present ++',555,0,'2013-12-16 07:43:19',21318,NULL),(23950,222,'9.5,4.30,12.3,36.3,84.4,28.6,33.6,413,9.3,5.4,84.8,0.9,0.6,8.0,11.6,7.3,193adfb610759f64efb968870fb2840c0f2e0b6b','',555,0,'2013-12-16 08:00:00',21319,NULL),(23951,19,'NEGATIVE,193adfb610759f64efb968870fb2840c0f2e0b6b','',555,0,'2013-12-16 08:00:00',21319,NULL),(23952,11,'','',558,0,'2013-12-16 10:43:57',21320,NULL),(23953,57,'','',558,0,'2013-12-16 10:43:57',21322,NULL),(23954,131,'','',558,0,'2013-12-16 10:43:57',21322,NULL),(23955,56,'','',558,0,'2013-12-16 10:43:57',21322,NULL),(23956,222,'','',558,0,'2013-12-16 10:46:01',21323,NULL),(23957,19,'','',558,0,'2013-12-16 10:46:01',21323,NULL),(23958,132,'','',558,0,'2013-12-16 13:54:47',21324,NULL),(23959,68,'','',558,0,'2013-12-16 13:54:47',21326,NULL),(23960,35,'HAZY,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,055ff92ecf9e8f92792fb9c549405006b82e3b1',', ',550,0,'2013-12-16 08:00:00',21327,NULL),(23961,68,'5.9,NEGATIVE,NEGATIVE,055ff92ecf9e8f92792fb9c549405006b82e3b1e','NON DIABETIC, ',550,0,'2013-12-16 08:00:00',21329,NULL),(23962,222,'7.8,4.74,11.7,35.1,74.1,24.7,33.3,243,39.1,3.3,57.6,3.0,0.3,4.5,16.5,8.7,dd6c621424cff8f0f109f1f0bbc641ef8804e763','',557,0,'2013-12-16 08:00:00',21330,NULL),(23963,19,'NEGATIVE,dd6c621424cff8f0f109f1f0bbc641ef8804e763','',557,0,'2013-12-16 08:00:00',21330,NULL),(23964,18,'[$]NO MALARIA PARASITES SEEN[/$],-,dd6c621424cff8f0f109f1f0bbc641ef8804e763','',557,0,'2013-12-16 08:00:00',21330,NULL),(23965,107,'1/20,1/20,dd6c621424cff8f0f109f1f0bbc641ef8804e763','',557,0,'2013-12-16 08:00:00',21332,NULL),(23966,68,'','',558,0,'2013-12-16 14:08:08',21333,NULL),(23967,57,'','',558,0,'2013-12-16 14:08:09',21335,NULL),(23968,133,'','',558,0,'2013-12-16 14:08:09',21335,NULL),(23969,131,'','',558,0,'2013-12-16 14:08:09',21335,NULL),(23970,132,'','',558,0,'2013-12-16 14:08:09',21335,NULL),(23971,56,'','',558,0,'2013-12-16 14:08:09',21335,NULL),(23972,77,'','',531,0,'2013-12-16 15:41:39',21336,NULL),(23973,132,'','',531,0,'2013-12-16 15:51:29',21337,NULL),(23974,9,'','',531,0,'2013-12-16 16:01:33',21338,NULL),(23975,19,'NEGATIVE,63d7a81e08dd94db29cbef4e001484ea0f6774db','',534,0,'2013-12-16 08:00:00',21338,NULL),(23976,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,present (++),Not Seen,63d7a81e08dd94db29cbef4e001484ea0f6774db','',550,0,'2013-12-16 08:00:00',21340,NULL),(23977,68,'','',531,0,'2013-12-16 16:13:43',21341,NULL),(23978,77,'','',531,0,'2013-12-16 16:13:43',21341,NULL),(23979,132,'','',531,0,'2013-12-16 16:13:44',21343,NULL),(23980,68,'','',531,0,'2013-12-16 16:19:07',21344,NULL),(23981,9,'','',531,0,'2013-12-16 16:19:07',21344,NULL),(23982,57,'','',531,0,'2013-12-16 16:19:07',21346,NULL),(23983,133,'','',531,0,'2013-12-16 16:19:07',21346,NULL),(23984,131,'','',531,0,'2013-12-16 16:19:07',21346,NULL),(23985,132,'','',531,0,'2013-12-16 16:19:07',21346,NULL),(23986,56,'','',531,0,'2013-12-16 16:19:07',21346,NULL),(23987,35,'CLEAR,LIGHT AMBER,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,427d82d4afc0dffb0c733c249d926a70934c98',', ',550,0,'2013-12-16 08:00:00',21349,NULL),(23988,126,'','',531,0,'2013-12-16 16:40:31',21350,NULL),(23989,9,'','',531,0,'2013-12-16 16:48:40',21351,NULL),(23990,18,'[$]NO MALARIA PARASITES SEEN [/$],-,49afda9ec1b731e1035df2dabacc6978d1d476cf','',534,0,'2013-12-16 08:00:00',21351,NULL),(23991,107,'1/20,1/40,49afda9ec1b731e1035df2dabacc6978d1d476cf','',534,0,'2013-12-16 08:00:00',21353,NULL),(23992,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,49afda9ec1b731e1035df2dabacc6978d1d476',', ',550,0,'2013-12-16 08:00:00',21356,NULL),(23993,9,'','',531,0,'2013-12-16 16:53:29',21357,NULL),(23994,18,'[$]NO MALARIA PARASITES SEEN [/$],-,ec48d1de66e31854ee6771fcf8b45f81d7b6a726','',534,0,'2013-12-16 08:00:00',21357,NULL),(23995,9,'','',531,0,'2013-12-16 16:55:27',21358,NULL),(23996,18,'[$]NO MALARIA PARASITES SEEN [/$],-,3691ab628138c18fc47fd9442aa583856150686c','',534,0,'2013-12-16 08:00:00',21358,NULL),(23997,68,'','',531,0,'2013-12-16 16:59:13',21359,NULL),(23998,9,'','',531,0,'2013-12-16 16:59:13',21359,NULL),(23999,57,'','',531,0,'2013-12-16 16:59:13',21361,NULL),(24000,133,'','',531,0,'2013-12-16 16:59:13',21361,NULL),(24001,131,'','',531,0,'2013-12-16 16:59:13',21361,NULL),(24002,132,'','',531,0,'2013-12-16 16:59:13',21361,NULL),(24003,56,'','',531,0,'2013-12-16 16:59:13',21361,NULL),(24004,68,'4.6,-,-,a7358b6796ff01c8c630a71a39064b9e21ac2d92','',534,0,'2013-12-16 08:00:00',21362,NULL),(24005,9,'','',531,0,'2013-12-16 17:01:32',21362,NULL),(24006,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a7358b6796ff01c8c630a71a39064b9e21ac2d92','',534,0,'2013-12-16 08:00:00',21362,NULL),(24007,57,'','',531,0,'2013-12-16 17:01:32',21364,NULL),(24008,133,'','',531,0,'2013-12-16 17:01:32',21364,NULL),(24009,56,'','',531,0,'2013-12-16 17:01:32',21364,NULL),(24010,9,'','',531,0,'2013-12-16 17:10:46',21365,NULL),(24011,18,'[$]NO MALARIA PARASITES SEEN [/$],-,b878fb97eae1f1c90ed966ea9774660d6f55f1f8','',534,0,'2013-12-16 08:00:00',21365,NULL),(24012,68,'4.3,NEGATIVE,NEGATIVE,54708e68b1f3e6f9692725a820321188f2a4e6c2','NON DIABETIC, ',550,0,'2013-12-16 08:00:00',21366,NULL),(24013,16,'POSITIVE,54708e68b1f3e6f9692725a820321188f2a4e6c2','',550,0,'2013-12-16 08:00:00',21368,NULL),(24014,14,'POSITIVE,54708e68b1f3e6f9692725a820321188f2a4e6c2','',550,0,'2013-12-16 08:00:00',21371,NULL),(24015,22,'8,095467bb0fdade4f0b256365106c8f0748bcad7f','',534,0,'2013-12-16 08:00:00',21372,NULL),(24016,9,'','',531,0,'2013-12-16 17:34:37',21372,NULL),(24017,44,'','',531,0,'2013-12-16 17:34:37',21374,NULL),(24018,16,'POSITIVE,78498147d180d9d4737c90a5ba88de41a7bf3a67','',534,0,'2013-12-16 08:00:00',21375,NULL),(24019,14,'','',531,0,'2013-12-16 17:45:17',21377,NULL),(24020,132,'','',531,0,'2013-12-16 17:48:52',21378,NULL),(24021,129,'','',531,0,'2013-12-16 17:53:39',21379,NULL),(24022,9,'','',531,0,'2013-12-16 18:01:22',21380,NULL),(24023,18,'[$]NO MALARIA PARASITES SEEN [/$],-,16d93bcf51703cd4dfdc16854f39f6406d05c184','',534,0,'2013-12-16 08:00:00',21380,NULL),(24024,9,'','',531,0,'2013-12-16 18:18:58',21381,NULL),(24025,18,'[$]NO MALARIA PARASITES SEEN [/$],-,e9c09edb616ed7641008dfd9ad065a2e784ce925','',534,0,'2013-12-16 08:00:00',21381,NULL),(24026,35,'CLEAR,LIGHT AMBER,6.0,1.015,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e9c09edb616ed7641008dfd9ad065a2e784ce925',', ',550,0,'2013-12-16 08:00:00',21383,NULL),(24027,9,'','',531,0,'2013-12-16 18:20:59',21384,NULL),(24028,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8548ee8d6d95c9ff3273a29d2d8b277d0392a4aa','',550,0,'2013-12-16 08:00:00',21384,NULL),(24029,35,'CLEAR,LIGHT AMBER,5.0,1.030,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,8548ee8d6d95c9ff3273a29d2d8b277d03',', ',550,0,'2013-12-16 08:00:00',21386,NULL),(24030,40,'','',531,0,'2013-12-16 18:25:29',21387,NULL),(24031,21,'A,NEGATIVE,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21387,NULL),(24032,22,'1,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21387,NULL),(24033,9,'','',531,0,'2013-12-16 18:25:29',21387,NULL),(24034,27,'NON-REACTIVE,-,NEGATIVE,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21387,NULL),(24035,19,'NEGATIVE,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21387,NULL),(24036,18,'[$]NO MALARIA PARASITES SEEN [/$],-,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21387,NULL),(24037,20,'NEGATIVE,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21387,NULL),(24038,112,'NEGATIVE,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21389,NULL),(24039,128,'','',531,0,'2013-12-16 18:25:29',21389,NULL),(24040,108,'NON - REACTIVE,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21389,NULL),(24041,107,'1/20,1/20,11fea844ffa5e0538845de5757b959801fb2e704','',534,0,'2013-12-16 08:00:00',21389,NULL),(24042,36,'','',531,0,'2013-12-16 18:25:29',21392,NULL),(24043,35,'CLEAR,LIGHT AMBER,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$] NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,11fea844ffa5e0538845de5757b959801fb2e',', ',550,0,'2013-12-16 08:00:00',21392,NULL),(24044,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,11fea844ffa5e0538845de5757b959801fb2e704','',550,0,'2013-12-16 08:00:00',21396,NULL),(24045,35,'CLEAR,LIGHT AMBER,6.5,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f266f9e64e003dea546a0cf752ba3423d1ea04',', ',550,0,'2013-12-16 08:00:00',21397,NULL),(24046,9,'','',531,0,'2013-12-16 18:42:46',21398,NULL),(24047,57,'','',531,0,'2013-12-16 18:42:47',21400,NULL),(24048,133,'','',531,0,'2013-12-16 18:42:47',21400,NULL),(24049,56,'','',531,0,'2013-12-16 18:42:47',21400,NULL),(24050,9,'','',531,0,'2013-12-16 18:50:17',21401,NULL),(24051,18,'[$]NO MALARIA PARASITES SEEN [/$],-,e4a8374176c5ba5377bfa5f2ee75f49fa1392861','',534,0,'2013-12-16 08:00:00',21401,NULL),(24052,16,'POSITIVE,0c7784b76703af6087d8b608419d3a7cec6bd7fd','',555,0,'2013-12-16 08:00:00',21402,NULL),(24053,14,'NEGATIVE,0c7784b76703af6087d8b608419d3a7cec6bd7fd','',555,0,'2013-12-16 08:00:00',21404,NULL),(24054,22,'2,5777d088ff30a28e32aba3434dacec943e579d45','',552,0,'2013-12-16 08:00:00',21405,NULL),(24055,68,'','',531,0,'2013-12-16 19:01:43',21405,NULL),(24056,9,'','',531,0,'2013-12-16 19:01:43',21405,NULL),(24057,57,'','',531,0,'2013-12-16 19:01:43',21407,NULL),(24058,133,'','',531,0,'2013-12-16 19:01:43',21407,NULL),(24059,131,'','',531,0,'2013-12-16 19:01:43',21407,NULL),(24060,132,'','',531,0,'2013-12-16 19:01:43',21407,NULL),(24061,56,'','',531,0,'2013-12-16 19:01:43',21407,NULL),(24062,65,'','',531,0,'2013-12-16 19:01:43',21407,NULL),(24063,35,'CLEAR,LIGHT AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,5777d088ff30a28e32aba3434dacec943e579d',', ',550,0,'2013-12-16 08:00:00',21410,NULL),(24064,9,'','',531,0,'2013-12-16 19:04:01',21411,NULL),(24065,18,'[$]NO MALARIA PARASITE SEEN[/$],-,f597eeaf98f36fbad4516160382afe3fe266fddb','',537,0,'2013-12-16 08:00:00',21411,NULL),(24066,9,'','',531,0,'2013-12-16 19:05:40',21412,NULL),(24067,18,'[$]NO MALARIA PARASITE SEEN[/$],-,7df8f1f9d9dae044b365eb77cfa9a930604ab3bb','',537,0,'2013-12-16 08:00:00',21412,NULL),(24068,22,'14,22e4d185283eaa62cd78b0802ded1da1cae192f0','',541,0,'2013-12-16 08:00:00',21413,NULL),(24069,9,'','',531,0,'2013-12-16 19:07:56',21413,NULL),(24070,19,'NEGATIVE,22e4d185283eaa62cd78b0802ded1da1cae192f0','',541,0,'2013-12-16 08:00:00',21413,NULL),(24071,18,'[$]NO MALARIA PARASITE SEEN[/$],-,22e4d185283eaa62cd78b0802ded1da1cae192f0','',541,0,'2013-12-16 08:00:00',21413,NULL),(24072,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,4,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,22e4d185283eaa62cd78b0802ded1da1cae192f0',', ',550,0,'2013-12-16 08:00:00',21415,NULL),(24073,57,'','',531,0,'2013-12-16 19:09:54',21416,NULL),(24074,133,'','',531,0,'2013-12-16 19:09:54',21416,NULL),(24075,56,'','',531,0,'2013-12-16 19:09:54',21416,NULL),(24076,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,228e9baa179d1e400e22d4bf0bcb3bcf59ebb193',', ',550,0,'2013-12-16 08:00:00',21418,NULL),(24077,37,'BROWN,LOOSE,MUCOID,Not Seen,Not Seen,Not Seen,Intestinal flagellates,Not Seen,present (+),228e9baa179d1e400e22d4bf0bcb3bcf59ebb193','',535,0,'2013-12-17 08:00:00',21421,NULL),(24078,9,'','',531,0,'2013-12-16 19:13:21',21422,NULL),(24079,18,'[$]NO MALARIA PARASITES SEEN [/$],-,0804eb1ba6ef1a7ae3fef024c5382120b9efe5ac','',534,0,'2013-12-16 08:00:00',21422,NULL),(24080,35,'HAZY,LIGHT AMBER,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,10,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0804eb1ba6ef1a7ae3fef024c5382120b9efe5ac',', ',550,0,'2013-12-16 08:00:00',21424,NULL),(24081,9,'','',531,0,'2013-12-16 19:16:11',21425,NULL),(24082,18,'[$]NO MALARIA PARASITE SEEN[/$],-,10bae18a3ee77a8837aca605d5c67a21dc8b0a47','',550,0,'2013-12-16 08:00:00',21425,NULL),(24083,35,'HAZY,LIGHT AMBER,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,10bae18a3ee77a8837aca605d5c67a21d',', ',550,0,'2013-12-16 08:00:00',21427,NULL),(24084,9,'','',531,0,'2013-12-16 19:28:16',21428,NULL),(24085,211,'[$][/$],d89f4edee2be79a0e33513597089482ac3aabbd9','',534,0,'2013-12-17 08:00:00',21430,NULL),(24086,60,'','',531,0,'2013-12-16 19:28:16',21430,NULL),(24087,133,'','',531,0,'2013-12-16 19:28:16',21430,NULL),(24088,128,'','',531,0,'2013-12-16 19:28:16',21430,NULL),(24089,34,'[$]12.6[/$],d89f4edee2be79a0e33513597089482ac3aabbd9','',534,0,'2013-12-17 08:00:00',21430,NULL),(24090,33,'187.0,d89f4edee2be79a0e33513597089482ac3aabbd9','',534,0,'2013-12-17 08:00:00',21430,NULL),(24091,101,'2.8,d89f4edee2be79a0e33513597089482ac3aabbd9','',541,0,'2013-12-17 08:00:00',21430,NULL),(24092,126,'','',531,0,'2013-12-16 19:28:16',21433,NULL),(24093,36,'','',531,0,'2013-12-16 19:28:16',21437,NULL),(24094,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d89f4edee2be79a0e33513597089482ac3aabbd9','',537,0,'2013-12-17 08:00:00',21437,NULL),(24095,38,'','',531,0,'2013-12-16 19:28:17',21442,NULL),(24096,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,d89f4edee2be79a0e33513597089482ac3aabbd9','',537,0,'2013-12-17 08:00:00',21442,NULL),(24097,9,'','',531,0,'2013-12-16 19:38:45',21443,NULL),(24098,19,'NEGATIVE,a8da1aeeb83947ca7b653cfd3553533ad5ae6a35','',541,0,'2013-12-16 08:00:00',21443,NULL),(24099,18,'[$]NO MALARIA PARASITE SEEN[/$],-,a8da1aeeb83947ca7b653cfd3553533ad5ae6a35','',541,0,'2013-12-16 08:00:00',21443,NULL),(24100,35,'HAZY,LIGHT AMBER,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,>30,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a8da1aeeb83947ca7b653cfd3553533ad',', ',550,0,'2013-12-16 08:00:00',21445,NULL),(24101,9,'','',531,0,'2013-12-16 19:42:34',21446,NULL),(24102,9,'','',531,0,'2013-12-16 19:44:29',21447,NULL),(24103,18,'[$]NO MALARIA PARASITES SEEN [/$],-,a3591e04d894d6a7d5eef95f97b177cdc6d18d54','',534,0,'2013-12-17 08:00:00',21447,NULL),(24104,22,'3,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd','',541,0,'2013-12-16 08:00:00',21448,NULL),(24105,9,'','',531,0,'2013-12-16 19:46:01',21448,NULL),(24106,19,'NEGATIVE,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd','',541,0,'2013-12-16 08:00:00',21448,NULL),(24107,18,'[$]NO MALARIA PARASITE SEEN[/$],-,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd','',541,0,'2013-12-16 08:00:00',21448,NULL),(24108,107,'1/20,1/20,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd','',541,0,'2013-12-16 08:00:00',21450,NULL),(24109,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,8fe84e25d73a1c6d77a2c1d67a04d9f36b6d60bd',', ',550,0,'2013-12-16 08:00:00',21453,NULL),(24110,9,'','',531,0,'2013-12-16 19:49:27',21454,NULL),(24111,35,'HAZY,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,2,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,55708a676c84f3d846761bf1495780aaf86',', ',550,0,'2013-12-16 08:00:00',21456,NULL),(24112,9,'','',531,0,'2013-12-16 19:57:07',21457,NULL),(24113,19,'NEGATIVE,eaa55d929cd3e0d8d2b216dfd0448ead381173ee','',541,0,'2013-12-16 08:00:00',21457,NULL),(24114,18,'[$]NO MALARIA PARASITE SEEN[/$],-,eaa55d929cd3e0d8d2b216dfd0448ead381173ee','',550,0,'2013-12-16 08:00:00',21457,NULL),(24115,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,eaa55d929cd3e0d8d2b216dfd0448ead381173ee','',550,0,'2013-12-16 08:00:00',21459,NULL),(24116,68,'','',531,0,'2013-12-16 20:00:35',21460,NULL),(24117,9,'','',531,0,'2013-12-16 20:00:35',21460,NULL),(24118,135,',,fcddc0f002220996634bf3889238be182f461fd7','',552,0,'2013-12-17 00:39:47',21462,NULL),(24119,134,'FEW,MODERATE,NOT SEEN,PRESENT (+),,fcddc0f002220996634bf3889238be182f461fd7','EPITHELIAL CELLS:MODERATE, YEAST LIKE CELLS:PRESENT +',552,0,'2013-12-17 00:39:47',21462,NULL),(24120,9,'','',531,0,'2013-12-16 20:07:53',21463,NULL),(24121,28,'POSITIVE,[$]AS[/$],e2c95a9ea2d8abe3057fd187427215b1a470cc5f','',552,0,'2013-12-16 08:00:00',21463,NULL),(24122,9,'','',531,0,'2013-12-16 20:10:40',21464,NULL),(24123,68,'','',531,0,'2013-12-16 20:14:26',21465,NULL),(24124,9,'','',531,0,'2013-12-16 20:14:26',21465,NULL),(24125,135,',,f9894db1c78d7ddd0a95106ffdb6875e3fed046c','',552,0,'2013-12-17 00:40:36',21467,NULL),(24126,134,'FEW,MODERATE,NOT SEEN,PRESENT (+++),,f9894db1c78d7ddd0a95106ffdb6875e3fed046c','EPITHELIAL CELLS:MODERATE, YEAST LIKE CELLS:PRESENT +++',552,0,'2013-12-17 00:40:36',21467,NULL),(24127,9,'','',531,0,'2013-12-16 20:16:50',21468,NULL),(24128,18,'[$]NO MALARIA PARASITES SEEN [/$],-,f77d4be8d0d171033b1d1f855fef1fda2702b09f','',534,0,'2013-12-16 08:00:00',21468,NULL),(24129,35,'CLEAR,LIGHT AMBER,6.0,1.020,POSITIVE (+),NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f77d4be8d0d171033b1d1f855fef1',', ',550,0,'2013-12-16 08:00:00',21470,NULL),(24130,9,'','',531,0,'2013-12-16 20:18:59',21471,NULL),(24131,135,',,c9b5a66623765475c31ba2a0dd0101d4178c76ff','',552,0,'2013-12-17 00:41:21',21473,NULL),(24132,134,'MODERATE,MODERATE,NOT SEEN,NOT SEEN,,c9b5a66623765475c31ba2a0dd0101d4178c76ff','PUS CELLS:MODERATE, EPITHELIAL CELLS:MODERATE',552,0,'2013-12-17 00:41:21',21473,NULL),(24133,22,'','',531,0,'2013-12-16 20:22:17',21474,NULL),(24134,68,'6.8,-,-,476b9e1be131608682a57f1dd004b64599bbcc98','',535,0,'2013-12-17 08:00:00',21474,NULL),(24135,9,'','',531,0,'2013-12-16 20:22:17',21474,NULL),(24136,19,'NEGATIVE,476b9e1be131608682a57f1dd004b64599bbcc98','',535,0,'2013-12-17 08:00:00',21474,NULL),(24137,18,'[$]NO MALARIA PARASITES SEEN[/$],-,476b9e1be131608682a57f1dd004b64599bbcc98','',535,0,'2013-12-17 08:00:00',21474,NULL),(24138,57,'','',531,0,'2013-12-16 20:22:17',21476,NULL),(24139,133,'','',531,0,'2013-12-16 20:22:17',21476,NULL),(24140,112,'','',531,0,'2013-12-16 20:22:17',21476,NULL),(24141,131,'','',531,0,'2013-12-16 20:22:17',21476,NULL),(24142,132,'','',531,0,'2013-12-16 20:22:17',21476,NULL),(24143,3,'1.7,1.2,1.9,476b9e1be131608682a57f1dd004b64599bbcc98','',534,0,'2013-12-17 08:00:00',21476,NULL),(24144,56,'','',531,0,'2013-12-16 20:22:18',21476,NULL),(24145,107,'','',531,0,'2013-12-16 20:22:18',21476,NULL),(24146,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,8,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,476b9e1be131608682a57f1dd004b64599bbcc98','',537,0,'2013-12-17 08:00:00',21479,NULL),(24147,36,'','',531,0,'2013-12-16 20:25:47',21480,NULL),(24148,35,'CLEAR,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,08d71ab66fc99ce1de746fcf38fb236fe4381a8e',', ',550,0,'2013-12-16 08:00:00',21480,NULL),(24149,22,'23,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 08:00:00',21481,NULL),(24150,9,'','',531,0,'2013-12-16 20:31:23',21481,NULL),(24151,19,'NEGATIVE,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 08:00:00',21481,NULL),(24152,18,'[$]NO MALARIA PARASITES SEEN [/$],-,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 08:00:00',21481,NULL),(24153,16,'POSITIVE,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 08:00:00',21483,NULL),(24154,107,'1/20,1/160,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 08:00:00',21483,NULL),(24155,35,'CLEAR,AMBER,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,80e771344a26c1e17e0cac1290565e9fcabde42e',' ',534,0,'2013-12-16 08:00:00',21486,NULL),(24156,14,'NEGATIVE,,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 23:21:46',21490,NULL),(24157,9,'','',531,0,'2013-12-16 20:33:50',21491,NULL),(24158,16,'NEGATIVE,daf7890f4b492ac2b14e35e7ac70e3007de1e03e','',552,0,'2013-12-16 08:00:00',21493,NULL),(24159,107,'1/20,1/20,daf7890f4b492ac2b14e35e7ac70e3007de1e03e','',552,0,'2013-12-16 08:00:00',21493,NULL),(24160,14,'NEGATIVE,daf7890f4b492ac2b14e35e7ac70e3007de1e03e','',552,0,'2013-12-16 08:00:00',21496,NULL),(24161,21,'O,POSITIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',534,0,'2013-12-16 08:00:00',21497,NULL),(24162,9,'','',531,0,'2013-12-16 20:35:50',21497,NULL),(24163,27,'NON-REACTIVE,-,NEGATIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',534,0,'2013-12-16 08:00:00',21497,NULL),(24164,20,'NEGATIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',534,0,'2013-12-16 08:00:00',21497,NULL),(24165,112,'NEGATIVE,cb0529e3cbaf69958ddba21d2757e000bbd31d43','',534,0,'2013-12-16 08:00:00',21499,NULL),(24166,28,'POSITIVE,[$]AS[/$],3083730f984479a310cc8106f87e4286c80a2327','',552,0,'2013-12-16 08:00:00',21500,NULL),(24167,22,'33,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21501,NULL),(24168,9,'','',531,0,'2013-12-16 20:55:17',21501,NULL),(24169,19,'NEGATIVE,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21501,NULL),(24170,18,'[$]NO MALARIA PARASITES SEEN [/$],-,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21501,NULL),(24171,16,'POSITIVE,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21503,NULL),(24172,107,'1/20,1/20,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21503,NULL),(24173,14,'','',531,0,'2013-12-16 20:55:18',21506,NULL),(24174,71,'NEGATIVE,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21510,NULL),(24175,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,461c5f858fb33e87e29dcaa1ec93ce085e7910ac','',534,0,'2013-12-16 08:00:00',21510,NULL),(24176,9,'','',531,0,'2013-12-16 21:02:08',21511,NULL),(24177,18,'[$]NO MALARIA PARASITES SEEN [/$],-,f9649b468532f1320ed7015c05b94c159ff3ceda','',534,0,'2013-12-16 08:00:00',21511,NULL),(24178,71,'NEGATIVE,a763b5861d019c8ccd345b3f5e9cb8dc26478824','',534,0,'2013-12-16 08:00:00',21512,NULL),(24179,35,'HAZY,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE,NEGATIVE,POSITIVE (++),NORMAL,20,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,a763b5861d019c8ccd345b3f5e9cb8dc2647882',', , BACTERIURIA (ROD-LIKE) PRESENT(+++)',534,0,'2013-12-16 08:00:00',21512,NULL),(24180,1,'NEGATIVE,a763b5861d019c8ccd345b3f5e9cb8dc26478824','',534,0,'2013-12-16 08:00:00',21514,NULL),(24181,9,'','',531,0,'2013-12-16 21:12:39',21515,NULL),(24182,57,'','',531,0,'2013-12-16 21:12:39',21517,NULL),(24183,133,'','',531,0,'2013-12-16 21:12:39',21517,NULL),(24184,56,'','',531,0,'2013-12-16 21:12:39',21517,NULL),(24185,22,'2,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-12-16 08:00:00',21518,NULL),(24186,9,'','',531,0,'2013-12-16 21:15:16',21518,NULL),(24187,19,'NEGATIVE,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-12-16 08:00:00',21518,NULL),(24188,18,'[$]NO MALARIA PARASITES SEEN [/$],-,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-12-16 08:00:00',21518,NULL),(24189,16,'NEGATIVE,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-12-16 08:00:00',21520,NULL),(24190,107,'1/20,1/20,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-12-16 08:00:00',21520,NULL),(24191,14,'','',531,0,'2013-12-16 21:15:16',21523,NULL),(24192,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN [/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,266bca731738f54be26e0cd236eaececf4c8f2dc','',534,0,'2013-12-16 08:00:00',21527,NULL),(24193,9,'','',531,0,'2013-12-16 21:17:27',21528,NULL),(24194,18,'[$]NO MALARIA PARASITES SEEN [/$],-,06b1ebd326bf16b24d56d416cde831a519fd2d0d','',534,0,'2013-12-16 08:00:00',21528,NULL),(24195,21,'','',531,0,'2013-12-16 21:22:04',21529,NULL),(24196,9,'','',531,0,'2013-12-16 21:22:04',21529,NULL),(24197,28,'','',531,0,'2013-12-16 21:22:04',21529,NULL),(24198,27,'','',531,0,'2013-12-16 21:22:04',21529,NULL),(24199,112,'','',531,0,'2013-12-16 21:22:04',21531,NULL),(24200,108,'','',531,0,'2013-12-16 21:22:04',21531,NULL),(24201,9,'','',531,0,'2013-12-16 21:29:13',21532,NULL),(24202,18,'[$]NO MALARIA PARASITES SEEN [/$],-,33caa676f614cf432c493e1dbf774579f1b23ee3','',534,0,'2013-12-16 08:00:00',21532,NULL),(24203,9,'','',531,0,'2013-12-16 21:43:31',21533,NULL),(24204,19,'NEGATIVE,90a92ab57783cb180d131c4c55297604668a01b9','',534,0,'2013-12-16 08:00:00',21533,NULL),(24205,18,'[$]NO MALARIA PARASITES SEEN [/$],-,90a92ab57783cb180d131c4c55297604668a01b9','',534,0,'2013-12-16 08:00:00',21533,NULL),(24206,35,'CLEAR,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,90a92ab57783cb180d131c4c55297604668a01b9','',534,0,'2013-12-16 08:00:00',21535,NULL),(24207,9,'','',531,0,'2013-12-16 21:47:23',21536,NULL),(24208,223,'','',531,0,'2013-12-16 21:47:23',21536,NULL),(24209,9,'','',531,0,'2013-12-16 21:58:58',21537,NULL),(24210,18,'[$]NO MALARIA PARASITES SEEN [/$],-,f7482f03d16f2b02347f32e84b3f5687ad2af4b6','',534,0,'2013-12-16 08:00:00',21537,NULL),(24211,37,'YELLOWISH,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),,f7482f03d16f2b02347f32e84b3f5687ad2af4b6','MACROSCOPY : COLOUR:YELLOWISH, CONTENT:, WBC:present +',552,0,'2013-12-16 23:19:21',21539,NULL),(24212,22,'31,27de36fb60503b198b8a53f354f1f340ae4e65c6','',552,0,'2013-12-16 08:00:00',21540,NULL),(24213,68,'','',531,0,'2013-12-16 22:04:33',21540,NULL),(24214,9,'','',531,0,'2013-12-16 22:04:33',21540,NULL),(24215,77,'[$][/$],27de36fb60503b198b8a53f354f1f340ae4e65c6','',552,0,'2013-12-16 08:00:00',21540,NULL),(24216,19,'NEGATIVE,27de36fb60503b198b8a53f354f1f340ae4e65c6','',552,0,'2013-12-16 08:00:00',21540,NULL),(24217,18,'[$]NO MALARIA PARASITES SEEN[/$],-,27de36fb60503b198b8a53f354f1f340ae4e65c6','',552,0,'2013-12-16 08:00:00',21540,NULL),(24218,57,'','',531,0,'2013-12-16 22:04:34',21542,NULL),(24219,133,'','',531,0,'2013-12-16 22:04:34',21542,NULL),(24220,132,'','',531,0,'2013-12-16 22:04:34',21542,NULL),(24221,56,'','',531,0,'2013-12-16 22:04:34',21542,NULL),(24222,9,'','',531,0,'2013-12-16 22:06:55',21543,NULL),(24223,18,'[$]NO MALARIA PARASITES SEEN [/$],-,d4048494654f540567592e23bfffa61bd2b67fea','',534,0,'2013-12-16 08:00:00',21543,NULL),(24224,9,'','',531,0,'2013-12-16 22:13:44',21544,NULL),(24225,18,'[$]NO MALARIA PARASITES SEEN [/$],-,bc76231905b950cbff321f75220d0c651f8905cc','',534,0,'2013-12-16 08:00:00',21544,NULL),(24226,9,'','',531,0,'2013-12-16 22:26:00',21545,NULL),(24227,19,'NEGATIVE,e7fc96a99b05728c8175abf2f6e6a0fd7da55dda','',534,0,'2013-12-16 08:00:00',21545,NULL),(24228,18,'[$]NO MALARIA PARASITES SEEN [/$],-,e7fc96a99b05728c8175abf2f6e6a0fd7da55dda','',534,0,'2013-12-16 08:00:00',21545,NULL),(24229,35,'CLEAR,LIGHT AMBER,8.5,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,INCREASED,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,635f5109603954e70e741e1448dd92b530','COLOUR:LIGHT AMBER, pH:8.5, SG:1.005, URO:INCREASED, EPITH. CELLS:2',552,0,'2013-12-17 00:20:39',21546,NULL),(24230,22,'6,163b02635b5f43b6e8f249201c36b4b42a45a1e6','',552,0,'2013-12-16 08:00:00',21547,NULL),(24231,9,'','',531,0,'2013-12-16 22:35:28',21547,NULL),(24232,19,'NEGATIVE,163b02635b5f43b6e8f249201c36b4b42a45a1e6','',552,0,'2013-12-16 08:00:00',21547,NULL),(24233,18,'[$]NO MALARIA PARASITES SEEN[/$],-,163b02635b5f43b6e8f249201c36b4b42a45a1e6','',552,0,'2013-12-16 08:00:00',21547,NULL),(24234,16,'POSITIVE,163b02635b5f43b6e8f249201c36b4b42a45a1e6','',552,0,'2013-12-16 08:00:00',21549,NULL),(24235,69,'NEGATIVE,NORMAL (0.01 - 0.05)_POSITIVE (> 0.50)_INTERMEDIATE (BORDERLINE) (0.06 - 0.50),163b02635b5f43b6e8f249201c36b4b42a45a1e6','',552,0,'2013-12-16 08:00:00',21549,NULL),(24236,93,'< 0.05,163b02635b5f43b6e8f249201c36b4b42a45a1e6','',534,0,'2013-12-17 08:00:00',21552,NULL),(24237,14,'','',531,0,'2013-12-16 22:35:29',21556,NULL),(24238,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,TRACE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,6,12,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,,163b02635b5f43b6e8f249201c36b4b42','CLARITY:HAZY, SG:1.030, KET:TRACE, BLD:POSITIVE +++, BIL:NEGATIVE, LEU:POSITIVE +, PUS CELLS:6, EPITH. CELLS:12, RBC:6, YEAST CELLS:PRESENT +',534,0,'2013-12-17 00:13:33',21561,NULL),(24239,36,'','',531,0,'2013-12-16 22:37:07',21562,NULL),(24240,43,'NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,,095467bb0fdade4f0b256365106c8f0748bcad7f','',552,0,'2013-12-16 22:39:38',21563,NULL),(24241,43,'NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,NO MICROFILARAE SEEN,,095467bb0fdade4f0b256365106c8f0748bcad7f','',552,0,'2013-12-16 22:42:54',21564,NULL),(24242,9,',,,,,,,,,,,,,,09337ee271a57d1da16c9627751c23850a937dca','',552,0,'2013-12-17 01:19:36',21565,NULL),(24243,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,09337ee271a57d1da16c9627751c23850a937dca','',552,0,'2013-12-17 01:19:36',21565,NULL),(24244,9,'','',531,0,'2013-12-16 22:49:00',21566,NULL),(24245,18,'[$]NO MALARIA PARASITES SEEN [/$],-,5f16d3e4c9ff96bba997b1478f0ff31363139d54','',534,0,'2013-12-16 08:00:00',21566,NULL),(24246,35,'BLOODY,BLOODY,6.0,1.015,NEGATIVE,NEGATIVE,TRACE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,18,8,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,5f16d3e4c9ff96bba997b1478f0ff3','CLARITY:BLOODY, COLOUR:BLOODY, pH:6.0, SG:1.015, KET:TRACE, BLD:POSITIVE +++, LEU:POSITIVE ++, PUS CELLS:18, EPITH. CELLS:8, RBC:30',552,0,'2013-12-17 00:27:49',21568,NULL),(24247,19,'NEGATIVE,6f356a738100e3ace0e3e69df59ec1af96a86047','',534,0,'2013-12-16 08:00:00',21569,NULL),(24248,18,'[$]NO MALARIA PARASITES SEEN [/$],-,6f356a738100e3ace0e3e69df59ec1af96a86047','',534,0,'2013-12-16 08:00:00',21569,NULL),(24249,11,'36,[$]14[/$],[$]2.6[/$],3.02,REFERENCE : 0.9 - 1.2_THERAPEUTIC : 2.0 - 4.0,fa868a694dac3df3f571b0412f80b3bb8622565e','',552,0,'2013-12-16 08:00:00',21570,NULL),(24250,22,'31,9b5b786372a60d994d52b740ca8245d6648da1fe','',552,0,'2013-12-16 08:00:00',21571,NULL),(24251,9,'','',531,0,'2013-12-16 23:02:11',21571,NULL),(24252,19,'NEGATIVE,9b5b786372a60d994d52b740ca8245d6648da1fe','',552,0,'2013-12-16 08:00:00',21571,NULL),(24253,18,'[$]NO MALARIA PARASITE SEEN[/$],-,9b5b786372a60d994d52b740ca8245d6648da1fe','',552,0,'2013-12-16 08:00:00',21571,NULL),(24254,9,',,,,,,,,,,,,,,5ccb265dc2b0cc01d095a30bc0d23e8ca02c04eb','',552,0,'2013-12-17 01:17:55',21572,NULL),(24255,19,'NEGATIVE,,5ccb265dc2b0cc01d095a30bc0d23e8ca02c04eb','',552,0,'2013-12-17 01:17:56',21572,NULL),(24256,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,5ccb265dc2b0cc01d095a30bc0d23e8ca02c04eb','',552,0,'2013-12-17 01:17:56',21572,NULL),(24257,107,'1/20,1/20,,5ccb265dc2b0cc01d095a30bc0d23e8ca02c04eb','',552,0,'2013-12-17 01:17:17',21574,NULL),(24258,71,'POSITIVE,,5ccb265dc2b0cc01d095a30bc0d23e8ca02c04eb','',552,504,'2013-12-17 01:44:34',21577,'2013-12-17 10:29:46'),(24259,35,'CLEAR,LIGHT AMBER,7.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,INCREASED,1,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,5ccb265dc2b0cc01d095a30bc0d23e','COLOUR:LIGHT AMBER, pH:7.5, SG:1.010, BIL:POSITIVE +, URO:INCREASED, EPITH. CELLS:6',552,0,'2013-12-17 01:44:34',21577,NULL),(24260,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,80e771344a26c1e17e0cac1290565e9fcabde42e','',534,0,'2013-12-16 08:00:00',21578,NULL),(24261,9,'','',531,0,'2013-12-16 23:17:51',21579,NULL),(24262,223,'[$][/$],47527f12087cc2b0a9a731d7e28a0014ba2aedec','',552,0,'2013-12-16 08:00:00',21579,NULL),(24263,28,'NEGATIVE,[$]AA[/$],47527f12087cc2b0a9a731d7e28a0014ba2aedec','',552,0,'2013-12-16 08:00:00',21579,NULL),(24264,9,',,,,,,,,,,,,,,bca3e467dd0c4c8d44a885501ead734d3609f0c1','',552,0,'2013-12-17 01:07:45',21580,NULL),(24265,19,'NEGATIVE,,bca3e467dd0c4c8d44a885501ead734d3609f0c1','',552,0,'2013-12-17 01:07:45',21580,NULL),(24266,35,'HAZY,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,8,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,bca3e467dd0c4c8d44a885501ead734d3609f0c1','CLARITY:HAZY, pH:6.0, SG:1.010, LEU:POSITIVE +, PUS CELLS:8, EPITH. CELLS:6',552,0,'2013-12-17 01:42:55',21582,NULL),(24267,9,',,,,,,,,,,,,,,afe547bd5bdfcbf0f1d8868ba410de4bb67ac040','',552,0,'2013-12-17 01:22:01',21583,NULL),(24268,18,'[$]NO MALARIA PARASITE SEEN[/$],,,afe547bd5bdfcbf0f1d8868ba410de4bb67ac040','',552,0,'2013-12-17 01:22:01',21583,NULL),(24269,9,',,,,,,,,,,,,,,48b99181cf2d3c04039600edfe45d237ecf6a04d','',552,0,'2013-12-17 01:20:46',21584,NULL),(24270,19,'NEGATIVE,,48b99181cf2d3c04039600edfe45d237ecf6a04d','',552,0,'2013-12-17 01:20:46',21584,NULL),(24271,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,48b99181cf2d3c04039600edfe45d237ecf6a04d','',552,0,'2013-12-17 01:20:46',21584,NULL),(24272,37,'','',531,0,'2013-12-16 23:41:57',21586,NULL),(24273,9,'','',531,0,'2013-12-16 23:49:37',21587,NULL),(24274,9,'','',531,0,'2013-12-16 23:54:44',21588,NULL),(24275,9,'','',531,0,'2013-12-16 23:57:10',21589,NULL),(24276,9,'','',531,0,'2013-12-17 00:05:57',21590,NULL),(24277,132,'','',531,0,'2013-12-17 00:05:57',21592,NULL),(24278,84,'','',531,0,'2013-12-17 00:44:07',21593,NULL),(24279,9,'','',531,0,'2013-12-17 01:05:58',21594,NULL),(24280,22,'','',531,0,'2013-12-17 01:20:23',21595,NULL),(24281,9,'','',531,0,'2013-12-17 01:20:23',21595,NULL),(24282,202,'','',531,0,'2013-12-17 01:20:24',21597,NULL),(24283,9,',,,,,,,,,,,,,,6f435d39101ee169cfd73000e74673e0f13dfcb6','',552,0,'2013-12-17 02:16:16',21598,NULL),(24284,19,'NEGATIVE,,6f435d39101ee169cfd73000e74673e0f13dfcb6','',552,0,'2013-12-17 02:16:16',21598,NULL),(24285,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,6f435d39101ee169cfd73000e74673e0f13dfcb6','',552,0,'2013-12-17 02:16:16',21598,NULL),(24286,9,'','',531,0,'2013-12-17 02:09:25',21599,NULL),(24287,19,'NEGATIVE,0c04a508dc22cdc800d6e44439dc30d2bfae8e96','',552,0,'2013-12-16 08:00:00',21599,NULL),(24288,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+),0c04a508dc22cdc800d6e44439dc30d2bfae8e96','',535,0,'2013-12-16 08:00:00',21601,NULL),(24289,9,'','',531,0,'2013-12-17 02:12:40',21602,NULL),(24290,19,'NEGATIVE,661c54be1aa3742215edace97871edc1a9cb3b81','',552,0,'2013-12-16 08:00:00',21602,NULL),(24291,9,',,,,,,,,,,,,,,0a04c3d2a2ed9bc7cce0e56b886c38f68663281b','',536,0,'2013-12-17 02:57:36',21603,NULL),(24292,19,'NEGATIVE,,0a04c3d2a2ed9bc7cce0e56b886c38f68663281b','',536,0,'2013-12-17 02:57:36',21603,NULL),(24293,16,'POSITIVE,,0a04c3d2a2ed9bc7cce0e56b886c38f68663281b','HELICOBACTER PYLORI BLOOD ANTIBODY:POSITIVE',536,0,'2013-12-17 02:56:54',21605,NULL),(24294,14,'','',531,0,'2013-12-17 02:31:20',21608,NULL),(24295,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,RESISTANT,b6eb7a843de9ab486f89e32497cd7adcce7f844d','',536,0,'2013-12-16 08:00:00',21609,NULL),(24296,135,'[$]E. coli[/$],b6eb7a843de9ab486f89e32497cd7adcce7f844d','',536,0,'2013-12-16 08:00:00',21609,NULL),(24297,134,'MODERATE,MODERATE,NOT SEEN,NOT SEEN,,b6eb7a843de9ab486f89e32497cd7adcce7f844d','',536,0,'2013-12-16 08:00:00',21609,NULL),(24298,9,'','',531,0,'2013-12-17 02:39:00',21610,NULL),(24299,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,af47e1e10a53f767025377792288d760443a7764','pH:7.0, SG:1.010',552,0,'2013-12-17 03:08:11',21612,NULL),(24300,222,'','',558,0,'2013-12-17 03:23:32',21613,NULL),(24301,19,'NEGATIVE,e9779bcb2787e2cf5f31c2fa4a7c07611efe4009','',535,0,'2013-12-16 08:00:00',21613,NULL),(24302,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e9779bcb2787e2cf5f31c2fa4a7c07611efe4009','',535,0,'2013-12-16 08:00:00',21613,NULL),(24303,222,'','',558,0,'2013-12-17 03:28:49',21614,NULL),(24304,19,'NEGATIVE,625a5a884d1aa3edf607137a68992bfb5d47a8d6','',552,0,'2013-12-17 08:00:00',21614,NULL),(24305,18,'[$]NO MALARIA PARASITES SEEN[/$],-,625a5a884d1aa3edf607137a68992bfb5d47a8d6','',552,0,'2013-12-17 08:00:00',21614,NULL),(24306,36,'','',558,0,'2013-12-17 03:28:49',21616,NULL),(24307,35,'','',558,0,'2013-12-17 03:28:49',21616,NULL),(24308,36,'','',558,0,'2013-12-17 03:32:21',21617,NULL),(24309,222,'','',558,0,'2013-12-17 03:34:50',21618,NULL),(24310,222,'','',558,0,'2013-12-17 03:53:48',21619,NULL),(24311,27,'NON-REACTIVE,-,NEGATIVE,752a0667f272b6d796d7061734d38220823cc160','',535,0,'2013-12-16 08:00:00',21619,NULL),(24312,19,'POSITIVE,752a0667f272b6d796d7061734d38220823cc160','',535,0,'2013-12-16 08:00:00',21619,NULL),(24313,18,'[$]1840[/$],TROPHOZOITES,752a0667f272b6d796d7061734d38220823cc160','',535,0,'2013-12-16 08:00:00',21619,NULL),(24314,57,'','',558,0,'2013-12-17 03:53:49',21621,NULL),(24315,133,'','',558,0,'2013-12-17 03:53:49',21621,NULL),(24316,56,'','',558,0,'2013-12-17 03:53:49',21621,NULL),(24317,107,'1/20,1/20,752a0667f272b6d796d7061734d38220823cc160','',535,0,'2013-12-16 08:00:00',21621,NULL),(24318,222,'','',558,0,'2013-12-17 03:56:46',21622,NULL),(24319,19,'POSITIVE,fe635bde29c342070470ee47fe0fdeaee587a443','',535,0,'2013-12-16 08:00:00',21622,NULL),(24320,18,'[$]1280[/$],TROPHOZOITES,fe635bde29c342070470ee47fe0fdeaee587a443','',535,0,'2013-12-16 08:00:00',21622,NULL),(24321,35,'CLEAR,LIGHT AMBER,5.0,1.030,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,TRACE,NEGATIVE,INCREASED,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fe635bde29c342070470ee47fe0fdeae',', ',535,0,'2013-12-16 08:00:00',21624,NULL),(24322,107,'1/20,1/20,fe635bde29c342070470ee47fe0fdeaee587a443','',535,0,'2013-12-16 08:00:00',21627,NULL),(24323,222,'','',558,0,'2013-12-17 04:03:29',21628,NULL),(24324,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f9ffac8ca4631675e7755a2f0615df6741fd9bcf','',535,0,'2013-12-16 08:00:00',21628,NULL),(24325,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f9ffac8ca4631675e7755a2f0615df6741fd9bcf',', ',535,0,'2013-12-16 08:00:00',21630,NULL),(24326,135,'','',558,0,'2013-12-17 04:41:52',21631,NULL),(24327,134,'','',558,0,'2013-12-17 04:41:52',21631,NULL),(24328,222,'6.9,4.85,13.0,37.1,76.5,26.8,35.0,275,53.6,1.7,44.7,3.7,0.1,3.1,16.4,8.4,2c4e8af51d0c508f1d47e72df0607249374b59e5','',535,0,'2013-12-16 08:00:00',21632,NULL),(24329,19,'NEGATIVE,2c4e8af51d0c508f1d47e72df0607249374b59e5','',535,0,'2013-12-16 08:00:00',21632,NULL),(24330,18,'[$]NO MALARIA PARASITES SEEN[/$],-,2c4e8af51d0c508f1d47e72df0607249374b59e5','',535,0,'2013-12-16 08:00:00',21632,NULL),(24331,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,2c4e8af51d0c508f1d47e72df0607249374b59e5',', ',535,0,'2013-12-16 08:00:00',21634,NULL),(24332,107,'1/20,1/20,2c4e8af51d0c508f1d47e72df0607249374b59e5','',535,0,'2013-12-16 08:00:00',21637,NULL),(24333,222,'','',558,0,'2013-12-17 05:15:21',21638,NULL),(24334,57,'','',558,0,'2013-12-17 05:15:21',21640,NULL),(24335,133,'','',558,0,'2013-12-17 05:15:21',21640,NULL),(24336,56,'','',558,0,'2013-12-17 05:15:21',21640,NULL),(24337,222,'8.3,4.21,13.4,39.1,92.9,31.8,34.3,318,30.7,4.1,65.2,2.5,0.3,5.5,12.7,9.2,ae9bf307578362111cd640efeb5120d8510e11e9','',535,0,'2013-12-16 08:00:00',21641,NULL),(24338,19,'NEGATIVE,ae9bf307578362111cd640efeb5120d8510e11e9','',535,0,'2013-12-16 08:00:00',21641,NULL),(24339,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ae9bf307578362111cd640efeb5120d8510e11e9','',535,0,'2013-12-16 08:00:00',21641,NULL),(24340,35,'CLEAR,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ae9bf307578362111cd640efeb5120d8510e11e9',', ',535,0,'2013-12-16 08:00:00',21643,NULL),(24341,107,'1/20,1/20,ae9bf307578362111cd640efeb5120d8510e11e9','',535,0,'2013-12-16 08:00:00',21646,NULL),(24342,36,'','',558,0,'2013-12-17 06:10:13',21647,NULL),(24343,35,'','',558,0,'2013-12-17 06:10:13',21647,NULL),(24344,193,'','',558,0,'2013-12-17 06:10:13',21649,NULL),(24345,236,'','',558,0,'2013-12-17 06:10:14',21652,NULL),(24346,222,'6.2,4.46,13.0,38.2,85.7,29.1,34.0,282,50.6,5.7,43.7,3.1,0.4,2.7,13.1,9.4,980983aebd236cedecba31dc6b4eb63091503ef8','',535,0,'2013-12-16 08:00:00',21653,NULL),(24347,19,'NEGATIVE,980983aebd236cedecba31dc6b4eb63091503ef8','',535,0,'2013-12-16 08:00:00',21653,NULL),(24348,18,'[$]NO MALARIA PARASITES SEEN[/$],-,980983aebd236cedecba31dc6b4eb63091503ef8','',535,0,'2013-12-16 08:00:00',21653,NULL),(24349,35,'CLEAR,STRAW,5.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,980983aebd236cedecba31dc6b4eb63091503ef8',', ',535,0,'2013-12-16 08:00:00',21655,NULL),(24350,107,'1/20,1/20,980983aebd236cedecba31dc6b4eb63091503ef8','',535,0,'2013-12-16 08:00:00',21658,NULL),(24351,222,'11.7,4.43,12.8,38.6,87.1,28.9,33.2,329,14.3,5.6,80.1,1.7,0.7,9.3,13.8,7.8,3b19f55108735e53771de4f97077977c8c5037df','',535,0,'2013-12-16 08:00:00',21659,NULL),(24352,19,'NEGATIVE,3b19f55108735e53771de4f97077977c8c5037df','',535,0,'2013-12-16 08:00:00',21659,NULL),(24353,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3b19f55108735e53771de4f97077977c8c5037df','',535,0,'2013-12-16 08:00:00',21659,NULL),(24354,222,'6.3,4.98,14.2,40.4,81.1,28.5,35.1,222,43.5,13.5,43.0,2.7,0.9,2.7,13.7,9.7,589bd0704c479d150bfbac821977f60640cde7a8','',535,0,'2013-12-16 08:00:00',21660,NULL),(24355,36,'','',558,0,'2013-12-17 07:16:46',21662,NULL),(24356,35,'HAZY,STRAW,5.0,1.030,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]HYALINE(+)[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,589bd0704c479d150bfbac821977f60640cde7a8',', , SPERM CELLS (+)',535,0,'2013-12-16 08:00:00',21662,NULL),(24357,21,'','',558,0,'2013-12-17 08:11:08',21663,NULL),(24358,224,'','',558,0,'2013-12-17 08:11:08',21663,NULL),(24359,222,'9.6,4.39,11.5,34.4,78.4,26.2,33.4,308,28.3,9.9,61.8,2.7,1.0,5.9,13.5,7.9,9ff5a20b01c1d166b6bef8bc794b97049bdad301','',535,0,'2013-12-17 08:00:00',21664,NULL),(24360,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9ff5a20b01c1d166b6bef8bc794b97049bdad301','',535,0,'2013-12-17 08:00:00',21664,NULL),(24361,68,'','',558,0,'2013-12-17 13:21:30',21665,NULL),(24362,68,'10.2,NEGATIVE,NEGATIVE,d79bb7f73fa764d23d05d265035165f82984fb2a','',535,0,'2013-12-17 08:00:00',21666,NULL),(24363,131,'','',558,0,'2013-12-17 14:07:57',21667,NULL),(24364,211,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24365,60,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24366,57,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24367,133,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24368,130,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24369,132,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24370,56,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24371,65,'','',558,0,'2013-12-17 14:20:27',21668,NULL),(24372,68,'','',558,0,'2013-12-17 14:20:27',21670,NULL),(24373,68,'5.4,-,-,e0f69b407c9807a1df18cde3d76def620af64fa6','NON DIABETIC, ',552,0,'2013-12-17 08:00:00',21671,NULL),(24374,222,'','',558,0,'2013-12-17 14:31:03',21671,NULL),(24375,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e0f69b407c9807a1df18cde3d76def620af64fa6','',552,0,'2013-12-17 08:00:00',21671,NULL),(24376,107,'1/20,1/20,e0f69b407c9807a1df18cde3d76def620af64fa6','',552,0,'2013-12-17 08:00:00',21673,NULL),(24377,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e0f69b407c9807a1df18cde3d76def620af64fa6','',537,0,'2013-12-17 08:00:00',21676,NULL),(24378,225,'','',558,0,'2013-12-17 14:33:51',21677,NULL),(24379,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c819255c9583385bb51a6ef803c6771f9347466c','',537,0,'2013-12-17 08:00:00',21678,NULL),(24380,68,'7.1,NEGATIVE,NEGATIVE,c819255c9583385bb51a6ef803c6771f9347466c','',537,0,'2013-12-17 08:00:00',21680,NULL),(24381,92,'','',558,0,'2013-12-17 15:00:32',21683,NULL),(24382,9,'','',558,0,'2013-12-17 15:11:04',21684,NULL),(24383,18,'[$]NO MALARIA PARASITE SEEN[/$],-,983c21bc545a137217dfd5c8d05cbe01b927b073','',537,0,'2013-12-17 08:00:00',21684,NULL),(24384,222,'','',558,0,'2013-12-17 15:15:28',21685,NULL),(24385,223,'','',558,0,'2013-12-17 15:15:28',21685,NULL),(24386,9,'','',531,0,'2013-12-17 15:24:50',21686,NULL),(24387,68,'4.9,-,-,6223fe151710782253a977cbb9dab0f95db9ceb4','NON DIABETIC, ',552,0,'2013-12-17 08:00:00',21687,NULL),(24388,9,'','',531,0,'2013-12-17 15:30:30',21687,NULL),(24389,25,'NO DEFECT,6223fe151710782253a977cbb9dab0f95db9ceb4','',552,0,'2013-12-17 08:00:00',21687,NULL),(24390,27,'NON-REACTIVE,-,NEGATIVE,6223fe151710782253a977cbb9dab0f95db9ceb4','',552,0,'2013-12-17 08:00:00',21687,NULL),(24391,18,'[$]NO MALARIA PARASITES SEEN[/$],-,6223fe151710782253a977cbb9dab0f95db9ceb4','',552,0,'2013-12-17 08:00:00',21687,NULL),(24392,112,'NEGATIVE,6223fe151710782253a977cbb9dab0f95db9ceb4','',552,0,'2013-12-17 08:00:00',21689,NULL),(24393,108,'NON - REACTIVE,6223fe151710782253a977cbb9dab0f95db9ceb4','',552,0,'2013-12-17 08:00:00',21689,NULL),(24394,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,6223fe151710782253a977cbb9dab0f95db9ceb4','',537,0,'2013-12-17 08:00:00',21692,NULL),(24395,68,'9.9,-,-,f2f929d4ef7521619eb49d16f18f95bf0fa43b6d','',537,0,'2013-12-17 08:00:00',21693,NULL),(24396,77,'','',531,0,'2013-12-17 15:40:27',21693,NULL),(24397,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,6,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f2f929d4ef7521619eb49d16f18f95bf0fa43b6d','',537,0,'2013-12-17 08:00:00',21695,NULL),(24398,68,'','',531,0,'2013-12-17 15:42:00',21696,NULL),(24399,57,'','',531,0,'2013-12-17 15:42:01',21698,NULL),(24400,133,'','',531,0,'2013-12-17 15:42:01',21698,NULL),(24401,56,'','',531,0,'2013-12-17 15:42:01',21698,NULL),(24402,68,'','',531,0,'2013-12-17 15:44:52',21699,NULL),(24403,77,'','',531,0,'2013-12-17 15:44:52',21699,NULL),(24404,130,'','',531,0,'2013-12-17 15:44:52',21701,NULL),(24405,132,'','',531,0,'2013-12-17 15:44:52',21701,NULL),(24406,68,'10.4,NEGATIVE,NEGATIVE,4d04d55aaa43fa5f7c520ddf6aba24b6fbd1ace0','',504,0,'2013-12-17 08:00:00',21702,NULL),(24407,21,'O,POSITIVE,4931fe64a596ae631269d0711db2cef19d3731d2','',537,0,'2013-12-17 08:00:00',21703,NULL),(24408,68,'','',531,0,'2013-12-17 15:49:28',21703,NULL),(24409,9,'','',531,0,'2013-12-17 15:49:28',21703,NULL),(24410,77,'','',531,0,'2013-12-17 15:49:28',21703,NULL),(24411,57,'','',531,0,'2013-12-17 15:49:29',21705,NULL),(24412,133,'','',531,0,'2013-12-17 15:49:29',21705,NULL),(24413,132,'','',531,0,'2013-12-17 15:49:29',21705,NULL),(24414,56,'','',531,0,'2013-12-17 15:49:29',21705,NULL),(24415,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,4931fe64a596ae631269d0711db2cef19d3731d2','',537,0,'2013-12-17 08:00:00',21708,NULL),(24416,9,'','',531,0,'2013-12-17 15:58:43',21709,NULL),(24417,74,'','',531,0,'2013-12-17 15:58:43',21711,NULL),(24418,131,'','',531,0,'2013-12-17 15:58:43',21711,NULL),(24419,21,'O,POSITIVE,2797d34ce7a7d7897605144a74d638e575512fb7','',552,0,'2013-12-17 08:00:00',21712,NULL),(24420,68,'4.4,-,-,2797d34ce7a7d7897605144a74d638e575512fb7','NON DIABETIC, ',552,0,'2013-12-17 08:00:00',21712,NULL),(24421,9,'','',531,0,'2013-12-17 16:01:52',21712,NULL),(24422,25,'NO DEFECT,2797d34ce7a7d7897605144a74d638e575512fb7','',552,0,'2013-12-17 08:00:00',21712,NULL),(24423,27,'NON-REACTIVE,-,NEGATIVE,2797d34ce7a7d7897605144a74d638e575512fb7','',552,0,'2013-12-17 08:00:00',21712,NULL),(24424,20,'NEGATIVE,2797d34ce7a7d7897605144a74d638e575512fb7','',552,0,'2013-12-17 08:00:00',21712,NULL),(24425,112,'NEGATIVE,2797d34ce7a7d7897605144a74d638e575512fb7','',552,0,'2013-12-17 08:00:00',21714,NULL),(24426,108,'NON - REACTIVE,2797d34ce7a7d7897605144a74d638e575512fb7','',552,0,'2013-12-17 08:00:00',21714,NULL),(24427,35,'HAZY,STRAW,5.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NORMAL,20,20,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (++),NOT SEEN,2797d34ce7a7d7897605144a74d638e575','',537,0,'2013-12-17 08:00:00',21717,NULL),(24428,9,'','',531,0,'2013-12-17 16:07:30',21718,NULL),(24429,35,'BLOODY,BLOODY,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,>30,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,75be0c2670634442b411c24949824f6bd5','',537,0,'2013-12-17 08:00:00',21720,NULL),(24430,68,'','',531,0,'2013-12-17 16:42:17',21721,NULL),(24431,9,'','',531,0,'2013-12-17 16:42:17',21721,NULL),(24432,57,'','',531,0,'2013-12-17 16:42:17',21723,NULL),(24433,133,'','',531,0,'2013-12-17 16:42:17',21723,NULL),(24434,131,'','',531,0,'2013-12-17 16:42:17',21723,NULL),(24435,132,'','',531,0,'2013-12-17 16:42:17',21723,NULL),(24436,56,'','',531,0,'2013-12-17 16:42:17',21723,NULL),(24437,37,'GREENISH,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,c2624a28950aef4a56fe8f4f0ae211bd8a727676','',537,0,'2013-12-17 08:00:00',21724,NULL),(24438,21,'O,POSITIVE,e86cb757f40a49151b84ac32d9c8bfa662e139de','',552,0,'2013-12-17 08:00:00',21725,NULL),(24439,68,'4.8,-,-,e86cb757f40a49151b84ac32d9c8bfa662e139de','NON DIABETIC, ',552,0,'2013-12-17 08:00:00',21725,NULL),(24440,9,'','',531,0,'2013-12-17 16:48:07',21725,NULL),(24441,25,'NO DEFECT,e86cb757f40a49151b84ac32d9c8bfa662e139de','',552,0,'2013-12-17 08:00:00',21725,NULL),(24442,20,'POSITIVE,e86cb757f40a49151b84ac32d9c8bfa662e139de','',552,0,'2013-12-17 08:00:00',21725,NULL),(24443,35,'CLEAR,STRAW,7.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e86cb757f40a49151b84ac32d9c8bfa662e139de',', ',552,0,'2013-12-17 08:00:00',21727,NULL),(24444,77,'','',531,0,'2013-12-17 16:56:16',21728,NULL),(24445,68,'','',531,0,'2013-12-17 17:18:50',21729,NULL),(24446,77,'','',531,0,'2013-12-17 17:18:50',21729,NULL),(24447,132,'','',531,0,'2013-12-17 17:18:50',21731,NULL),(24448,9,'','',531,0,'2013-12-17 17:23:40',21732,NULL),(24449,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1c11cfcdae68976a9cba25539c11a2fc7840de1d','',552,0,'2013-12-17 08:00:00',21732,NULL),(24450,132,'','',531,0,'2013-12-17 17:28:05',21733,NULL),(24451,9,'','',531,0,'2013-12-17 17:30:26',21734,NULL),(24452,18,'[$]NO MALARIA PARASITES SEEN [/$],-,6cfeb1e7a6f40c1ee424eda31a630eaf6d55b6dc','',534,0,'2013-12-17 08:00:00',21734,NULL),(24453,19,'NEGATIVE,cf773e55b29d7efbef3a11b9f0111d1623772bad','',552,0,'2013-12-17 08:00:00',21735,NULL),(24454,131,'','',531,0,'2013-12-17 17:32:51',21737,NULL),(24455,8,'','',531,0,'2013-12-17 17:34:59',21738,NULL),(24456,131,'','',531,0,'2013-12-17 17:34:59',21738,NULL),(24457,68,'4.7,-,-,57f30dca5eb29a2211eef4affc9bceaedb78737b','',537,0,'2013-12-17 08:00:00',21739,NULL),(24458,9,'','',531,0,'2013-12-17 17:54:27',21739,NULL),(24459,19,'NEGATIVE,57f30dca5eb29a2211eef4affc9bceaedb78737b','',537,0,'2013-12-17 08:00:00',21739,NULL),(24460,18,'[$]NO MALARIA PARASITE SEEN[/$],-,57f30dca5eb29a2211eef4affc9bceaedb78737b','',537,0,'2013-12-17 08:00:00',21739,NULL),(24461,89,'','',531,0,'2013-12-17 17:54:28',21741,NULL),(24462,90,'','',531,0,'2013-12-17 17:54:28',21741,NULL),(24463,15,'','',531,0,'2013-12-17 17:54:28',21741,NULL),(24464,13,'','',531,0,'2013-12-17 17:54:28',21741,NULL),(24465,91,'','',531,0,'2013-12-17 17:54:28',21741,NULL),(24466,71,'NEGATIVE,57f30dca5eb29a2211eef4affc9bceaedb78737b','',537,0,'2013-12-17 08:00:00',21744,NULL),(24467,35,'CLEAR,STRAW,8.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,PRESENT (+),NOT SEEN,57f30dca5eb29a2211eef4affc9bceaedb78737b','',537,0,'2013-12-17 08:00:00',21744,NULL),(24468,68,'','',531,0,'2013-12-17 18:08:25',21745,NULL),(24469,9,'','',531,0,'2013-12-17 18:11:34',21746,NULL),(24470,19,'NEGATIVE,3c1ad76211c2e21bbd81b2513a1763e1c9917f68','',537,0,'2013-12-17 08:00:00',21746,NULL),(24471,199,'','',531,0,'2013-12-17 18:11:35',21748,NULL),(24472,97,'','',531,0,'2013-12-17 18:11:35',21748,NULL),(24473,22,'17,19dffd48b1f22b130d45e847de2722487950668e','',537,0,'2013-12-17 08:00:00',21749,NULL),(24474,9,'','',531,0,'2013-12-17 18:17:54',21749,NULL),(24475,19,'NEGATIVE,19dffd48b1f22b130d45e847de2722487950668e','',537,0,'2013-12-17 08:00:00',21749,NULL),(24476,18,'[$]NO MALARIA PARASITE SEEN[/$],-,19dffd48b1f22b130d45e847de2722487950668e','',537,0,'2013-12-17 08:00:00',21749,NULL),(24477,16,'POSITIVE,19dffd48b1f22b130d45e847de2722487950668e','',537,0,'2013-12-17 08:00:00',21751,NULL),(24478,14,'','',531,0,'2013-12-17 18:17:54',21754,NULL),(24479,37,'','',531,0,'2013-12-17 18:17:54',21754,NULL),(24480,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,19dffd48b1f22b130d45e847de2722487950668e','',537,0,'2013-12-17 08:00:00',21758,NULL),(24481,21,'A,POSITIVE,c13a38e4b2cc3aaf2826fb545cff8f04bb236f33','',537,0,'2013-12-17 08:00:00',21759,NULL),(24482,9,'','',531,0,'2013-12-17 18:22:17',21759,NULL),(24483,27,'NON-REACTIVE,-,NEGATIVE,c13a38e4b2cc3aaf2826fb545cff8f04bb236f33','',537,0,'2013-12-17 08:00:00',21759,NULL),(24484,112,'NEGATIVE,c13a38e4b2cc3aaf2826fb545cff8f04bb236f33','',537,0,'2013-12-17 08:00:00',21761,NULL),(24485,9,'','',531,0,'2013-12-17 18:27:17',21762,NULL),(24486,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0d8cfdde81e7552e068cf912b4a9537a297fb076',', ',537,0,'2013-12-17 08:00:00',21762,NULL),(24487,22,'37,db8331c51d328afe5b6a5166ea79f9b8e00b977a','',537,0,'2013-12-17 08:00:00',21763,NULL),(24488,9,'','',531,0,'2013-12-17 18:29:41',21763,NULL),(24489,19,'NEGATIVE,db8331c51d328afe5b6a5166ea79f9b8e00b977a','',537,0,'2013-12-17 08:00:00',21763,NULL),(24490,18,'[$]NO MALARIA PARASITE SEEN[/$],-,db8331c51d328afe5b6a5166ea79f9b8e00b977a','',537,0,'2013-12-17 08:00:00',21763,NULL),(24491,35,'HAZY,STRAW,7.0,1.015,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,6,12,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,db8331c51d328afe5b6a5166ea79f9b8e00b977','',537,0,'2013-12-17 08:00:00',21765,NULL),(24492,9,'','',531,0,'2013-12-17 18:33:06',21766,NULL),(24493,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,fa9789fbd2ffcf85fd6a837dd19439f0ee3a3be8','',537,0,'2013-12-17 08:00:00',21768,NULL),(24494,22,'9,0d5cd5e114e804ba62914796dd6da60fbbe8f028','',537,0,'2013-12-17 08:00:00',21769,NULL),(24495,9,'','',531,0,'2013-12-17 18:38:11',21769,NULL),(24496,19,'NEGATIVE,0d5cd5e114e804ba62914796dd6da60fbbe8f028','',537,0,'2013-12-17 08:00:00',21769,NULL),(24497,18,'[$]NO MALARIA PARASITE SEEN[/$],-,0d5cd5e114e804ba62914796dd6da60fbbe8f028',', ',537,0,'2013-12-17 08:00:00',21769,NULL),(24498,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0d5cd5e114e804ba62914796dd6da60fbbe8f028','',537,0,'2013-12-17 08:00:00',21771,NULL),(24499,84,'NEGATIVE,8128a44746c7975d8138463d6cb1f24f12e6c159','',534,0,'2013-12-17 08:00:00',21772,NULL),(24500,71,'','',504,0,'2013-12-17 19:01:16',21773,NULL),(24501,35,'','',504,0,'2013-12-17 19:01:16',21773,NULL),(24502,71,'POSITIVE,343756559c3d33f45d687a3f1eac5aec40e904c2','',537,0,'2013-12-17 08:00:00',21774,NULL),(24503,36,'','',531,0,'2013-12-17 19:09:18',21775,NULL),(24504,35,'CLOUDY,DEEP AMBER,7.0,1.015,POSITIVE (++),NEGATIVE,NEGATIVE,POSITIVE (+++),NEGATIVE,NEGATIVE,POSITIVE (+++),NORMAL,>30,2,10,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,06a17981338822ede2','HAEMOLYSED RED BLOOD CELLS',537,0,'2013-12-17 08:00:00',21775,NULL),(24505,36,'No Bacteria Growth,4cb66535cc413c4f514124e9509162cd5f392df9','',534,0,'2013-12-17 08:00:00',21776,NULL),(24506,9,'','',531,0,'2013-12-17 19:20:52',21777,NULL),(24507,25,'NO DEFECT,e822b4c6bebc49e2e3d32850c25d001837b7fccf','',552,0,'2013-12-17 08:00:00',21777,NULL),(24508,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e822b4c6bebc49e2e3d32850c25d001837b7fccf','',552,0,'2013-12-17 08:00:00',21777,NULL),(24509,108,'NON - REACTIVE,e822b4c6bebc49e2e3d32850c25d001837b7fccf','',552,0,'2013-12-17 08:00:00',21779,NULL),(24510,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,8,10,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,e822b4c6bebc49e2e3d32850c25d001837b7fcc','',537,0,'2013-12-17 08:00:00',21782,NULL),(24511,9,'','',531,0,'2013-12-17 19:23:22',21783,NULL),(24512,19,'NEGATIVE,0db5a8c7bf5dea9c8833618a4cd4c4e747f1a90d','',552,0,'2013-12-17 08:00:00',21783,NULL),(24513,18,'[$]NO MALARIA PARASITES SEEN[/$],-,0db5a8c7bf5dea9c8833618a4cd4c4e747f1a90d','',552,0,'2013-12-17 08:00:00',21783,NULL),(24514,35,'CLEAR,STRAW,8.0,1.005,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,0db5a8c7bf5dea9c8833618a4cd4c4e747f1a90d','',537,0,'2013-12-17 08:00:00',21785,NULL),(24515,105,'RESISTANT,RESISTANT,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,2d90d294e8ac78dae66ccd9d178eab7885cba11f','',534,0,'2013-12-17 08:00:00',21786,NULL),(24516,126,'[$]Citrobacter spp.[/$],2d90d294e8ac78dae66ccd9d178eab7885cba11f','',534,0,'2013-12-17 08:00:00',21786,NULL),(24517,9,',,,,,,,,,,,,,,5bcf2ae8e2ff594d99ea15104578e6e16a7805c7','',552,0,'2013-12-17 20:54:40',21787,NULL),(24518,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,5bcf2ae8e2ff594d99ea15104578e6e16a7805c7','',552,0,'2013-12-17 20:54:40',21787,NULL),(24519,105,'RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,8887096b8c72d78704c1a74d3354aa695b148563','',534,0,'2013-12-17 08:00:00',21788,NULL),(24520,126,'[$]Proteus spp. [/$],8887096b8c72d78704c1a74d3354aa695b148563','',534,0,'2013-12-17 08:00:00',21788,NULL),(24521,112,'','',531,0,'2013-12-17 19:33:08',21789,NULL),(24522,131,'','',531,0,'2013-12-17 19:33:08',21789,NULL),(24523,36,'','',531,0,'2013-12-17 19:36:07',21790,NULL),(24524,35,'CLEAR,STRAW,6.0,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ebdd6565c1e493c0f12056f000931bb04b14494c','',537,0,'2013-12-17 08:00:00',21790,NULL),(24525,105,'RESISTANT,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,7d8564459181716ef5b6364f6528f6c0e103af1a','',534,0,'2013-12-17 08:00:00',21791,NULL),(24526,36,'Coliforms,7d8564459181716ef5b6364f6528f6c0e103af1a','',534,0,'2013-12-17 08:00:00',21791,NULL),(24527,9,'','',531,0,'2013-12-17 19:40:19',21792,NULL),(24528,19,'NEGATIVE,25244e9608f754b40730e77d1b3b1f241b4bc33c','',552,0,'2013-12-17 08:00:00',21792,NULL),(24529,107,'1/20,1/40,25244e9608f754b40730e77d1b3b1f241b4bc33c','',552,0,'2013-12-17 08:00:00',21794,NULL),(24530,131,'','',531,0,'2013-12-17 19:45:11',21795,NULL),(24531,133,'','',531,0,'2013-12-17 19:47:15',21796,NULL),(24532,27,'NON-REACTIVE,-,NEGATIVE,,cc0250bad3c86a109f2a9120c1d7ff28389a7558','HIV FIRST RESPONSE:NONREACTIVE, HIV ORA QUICK:',552,0,'2013-12-17 22:26:42',21797,NULL),(24533,213,'RESISTANT,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,SENSITIVE,RESISTANT,SENSITIVE,SENSITIVE,SENSITIVE,01e60cc26bd85cd3bf493175ecfe8d24da0cfe34','',534,0,'2013-12-17 08:00:00',21798,NULL),(24534,36,'Staphylococcus aureus,01e60cc26bd85cd3bf493175ecfe8d24da0cfe34','',534,0,'2013-12-17 08:00:00',21798,NULL),(24535,9,'','',531,0,'2013-12-17 19:56:18',21799,NULL),(24536,35,'CLEAR,STRAW,6.0,1.030,NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,606f94ec1bb678a50e740b6e7afbd245987b5673','',537,0,'2013-12-17 08:00:00',21801,NULL),(24537,37,'','',531,0,'2013-12-17 20:04:31',21802,NULL),(24538,9,'','',531,0,'2013-12-17 20:06:09',21803,NULL),(24539,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e86645989ae28088108e92f7979abb1e733a82a8','',552,0,'2013-12-17 08:00:00',21803,NULL),(24540,9,',,,,,,,,,,,,,,d78553e37274409b3e7262b885dcc7ce986eef83','',552,0,'2013-12-17 21:26:06',21804,NULL),(24541,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,d78553e37274409b3e7262b885dcc7ce986eef83','',552,0,'2013-12-17 21:26:06',21804,NULL),(24542,9,'','',531,0,'2013-12-17 20:29:36',21805,NULL),(24543,35,'CLEAR,STRAW,7.0,1.010,POSITIVE (+),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,7a7143cd237c44d27ac4bb6357482cc97220386','pH:7.0, SG:1.010, PRO:POSITIVE +, EPITH. CELLS:2',552,0,'2013-12-17 22:57:35',21807,NULL),(24544,37,'','',531,0,'2013-12-17 20:29:36',21810,NULL),(24545,9,'','',531,0,'2013-12-17 20:35:31',21811,NULL),(24546,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d83ca7a2116ac5c091665c2e3c47a6ae690ca92f','',552,0,'2013-12-17 08:00:00',21811,NULL),(24547,37,'BROWN,LOOSE,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,present (+++),,d83ca7a2116ac5c091665c2e3c47a6ae690ca92f','CONSISTENCY:LOOSE, CONTENT:, WBC:present +++',552,0,'2013-12-17 21:52:09',21813,NULL),(24548,107,'1/20,1/20,d83ca7a2116ac5c091665c2e3c47a6ae690ca92f','',552,0,'2013-12-17 08:00:00',21816,NULL),(24549,9,'','',534,0,'2013-12-17 20:45:47',21817,NULL),(24550,35,'HAZY,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,20,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,b893784fe46161474712e6401fbb7ca20112002','',537,0,'2013-12-17 08:00:00',21819,NULL),(24551,22,'50,,6d37683ac2b75713cc60983774753654f16f03e8','',552,0,'2013-12-17 22:53:18',21820,NULL),(24552,9,',,,,,,,,,,,,,,6d37683ac2b75713cc60983774753654f16f03e8','',552,0,'2013-12-17 22:53:18',21820,NULL),(24553,20,'NEGATIVE,,5bcf2ae8e2ff594d99ea15104578e6e16a7805c7','',552,0,'2013-12-17 20:56:42',21821,NULL),(24554,9,'','',531,0,'2013-12-17 21:13:09',21822,NULL),(24555,19,'NEGATIVE,3b2a377275ed86649e49f812aaeabf32400a3063','',552,0,'2013-12-17 08:00:00',21822,NULL),(24556,18,'[$]NO MALARIA PARASITES SEEN[/$],-,3b2a377275ed86649e49f812aaeabf32400a3063','',552,0,'2013-12-17 08:00:00',21822,NULL),(24557,36,'','',531,0,'2013-12-17 21:13:09',21824,NULL),(24558,71,'POSITIVE,3b2a377275ed86649e49f812aaeabf32400a3063','',537,0,'2013-12-17 08:00:00',21824,NULL),(24559,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,3b2a377275ed86649e49f812aaeabf32400a3063','',537,0,'2013-12-17 08:00:00',21824,NULL),(24560,37,'BROWN,FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,3b2a377275ed86649e49f812aaeabf32400a3063','',537,0,'2013-12-17 08:00:00',21827,NULL),(24561,35,'CLOUDY,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,TRACE,NORMAL,6,20,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,aa1cf9c4ee5690ea0d3df48190be81fde1165a9b','',537,0,'2013-12-17 08:00:00',21828,NULL),(24562,57,'','',531,0,'2013-12-17 21:29:48',21829,NULL),(24563,133,'','',531,0,'2013-12-17 21:29:48',21829,NULL),(24564,56,'','',531,0,'2013-12-17 21:29:48',21829,NULL),(24565,21,'B,POSITIVE,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','BLOOD GROUP ABO:B',553,0,'2013-12-18 02:51:23',21830,NULL),(24566,68,',-,-,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','BLOOD GROUP ABO:BURINE SUGAR:, URINE KETONES:',553,0,'2013-12-18 02:51:23',21830,NULL),(24567,9,',,,,,,,,,,,,,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','BLOOD GROUP ABO:BURINE SUGAR:, URINE KETONE',553,0,'2013-12-18 02:51:24',21830,NULL),(24568,25,'NO DEFECT,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','BLOOD GROUP ABO:BURINE SUGAR:, URINE KETO',553,0,'2013-12-18 02:51:24',21830,NULL),(24569,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','BLOOD GROUP ABO:BURINE SUGAR:, URINE KE',553,0,'2013-12-18 02:51:24',21830,NULL),(24570,20,'NEGATIVE,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','BLOOD GROUP ABO:BURINE SUGAR:, URINE ',553,0,'2013-12-18 02:51:24',21830,NULL),(24571,35,'CLEAR,STRAW,6.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,,9f1b81ebc30e603435cfc0e5194287677c8c60a5','pH:6.5, SG:1.015, EPITH. CELLS:4',552,0,'2013-12-17 22:58:51',21832,NULL),(24572,22,'','',531,0,'2013-12-17 21:48:55',21833,NULL),(24573,68,'','',531,0,'2013-12-17 21:48:55',21833,NULL),(24574,9,'','',531,0,'2013-12-17 21:48:55',21833,NULL),(24575,19,'','',531,0,'2013-12-17 21:48:55',21833,NULL),(24576,57,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24577,133,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24578,131,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24579,132,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24580,109,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24581,56,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24582,65,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24583,107,'','',531,0,'2013-12-17 21:48:56',21835,NULL),(24584,35,'','',531,0,'2013-12-17 21:48:56',21838,NULL),(24585,9,',,,,,,,,,,,,,,819096f7476b6aa3d7886629b7bcfb98565f1ded','',552,0,'2013-12-17 23:37:43',21839,NULL),(24586,19,'NEGATIVE,,819096f7476b6aa3d7886629b7bcfb98565f1ded','',552,0,'2013-12-17 23:37:43',21839,NULL),(24587,9,',,,,,,,,,,,,,,ab29f8b39dbc13b1654534137e64212284d6d299','',552,0,'2013-12-17 23:39:02',21840,NULL),(24588,19,'NEGATIVE,,ab29f8b39dbc13b1654534137e64212284d6d299','',552,0,'2013-12-17 23:39:02',21840,NULL),(24589,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,ab29f8b39dbc13b1654534137e64212284d6d299','',552,0,'2013-12-17 23:39:02',21840,NULL),(24590,35,'CLEAR,STRAW,7.5,1.015,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]not seen[/$],[$]not seen[/$],NOT SEEN,NOT SEEN,NOT SEEN,,ab29f8b39dbc13b1654534137e64212284d6d299','pH:7.5, SG:1.015, EPITH. CELLS:4',553,0,'2013-12-18 00:26:33',21842,NULL),(24591,9,',,,,,,,,,,,,,,ccf9d104ab90e73b0b913231bbfd758b17067f0f','',552,0,'2013-12-17 23:41:03',21843,NULL),(24592,19,'NEGATIVE,,ccf9d104ab90e73b0b913231bbfd758b17067f0f','',552,0,'2013-12-17 23:41:03',21843,NULL),(24593,18,'[$]NO MALARIA PARASITE SEEN[/$],-,,ccf9d104ab90e73b0b913231bbfd758b17067f0f','',552,0,'2013-12-17 23:41:03',21843,NULL),(24594,20,'NEGATIVE,,6d37683ac2b75713cc60983774753654f16f03e8','',552,0,'2013-12-17 22:54:08',21844,NULL),(24595,68,'','',531,0,'2013-12-17 22:57:16',21845,NULL),(24596,9,'','',531,0,'2013-12-17 22:57:16',21845,NULL),(24597,25,'','',531,0,'2013-12-17 22:57:16',21845,NULL),(24598,18,'','',531,0,'2013-12-17 22:57:16',21845,NULL),(24599,35,'CLEAR,STRAW,6.0,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,6,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,ad610c8db690d190103a414180c53942b2203c8e',' ',555,0,'2013-12-18 08:00:00',21847,NULL),(24600,9,',,,,,,,,,,,,,,98880309ff6d8cbfe0996006db707cd6a140cf5e','',553,0,'2013-12-18 00:27:42',21848,NULL),(24601,19,'NEGATIVE,,98880309ff6d8cbfe0996006db707cd6a140cf5e','',553,0,'2013-12-18 00:27:42',21848,NULL),(24602,57,'','',531,0,'2013-12-17 23:33:59',21850,NULL),(24603,133,'','',531,0,'2013-12-17 23:33:59',21850,NULL),(24604,56,'','',531,0,'2013-12-17 23:33:59',21850,NULL),(24605,37,'','',531,0,'2013-12-17 23:33:59',21853,NULL),(24606,22,'32,,c76c96cf70735a7387f2f363f76da21f88aa2903','',553,0,'2013-12-18 01:01:37',21854,NULL),(24607,9,',,,,,,,,,,,,,,c76c96cf70735a7387f2f363f76da21f88aa2903','',553,0,'2013-12-18 01:01:37',21854,NULL),(24608,19,'NEGATIVE,,c76c96cf70735a7387f2f363f76da21f88aa2903','',553,0,'2013-12-18 01:01:37',21854,NULL),(24609,86,'','',534,0,'2013-12-18 00:04:49',21855,NULL),(24610,71,'NEGATIVE,,cedaf43b923d1e3d030c498ef406bb5c1dec0a63','',553,0,'2013-12-18 00:40:20',21856,NULL),(24611,9,',,,,,,,,,,,,,,d904d97239070c2eb91e5e6268828d3a69ff84f1','',553,0,'2013-12-18 01:05:00',21857,NULL),(24612,19,'NEGATIVE,,d904d97239070c2eb91e5e6268828d3a69ff84f1','',553,0,'2013-12-18 01:05:01',21857,NULL),(24613,71,'','',531,0,'2013-12-18 00:28:14',21858,NULL),(24614,226,'','',531,0,'2013-12-18 00:50:29',21859,NULL),(24615,9,',,,,,,,,,,,,,,bd9d3f84d232f3c80bff7e3612037f917bfa5adc','',553,0,'2013-12-18 02:30:59',21860,NULL),(24616,19,'NEGATIVE,,bd9d3f84d232f3c80bff7e3612037f917bfa5adc','',553,0,'2013-12-18 02:30:59',21860,NULL),(24617,9,',,,,,,,,,,,,,,0422fdabd83135b14d357779a849db3dd3559dbb','',553,0,'2013-12-18 02:32:19',21861,NULL),(24618,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,0422fdabd83135b14d357779a849db3dd3559dbb','',553,0,'2013-12-18 02:32:19',21861,NULL),(24619,9,'','',531,0,'2013-12-18 01:08:28',21862,NULL),(24620,18,'[$]NO MALARIA PARASITES SEEN[/$],-,ae51d639cf9121ad10700b5a202f2a35217b2b72','',553,0,'2013-12-17 08:00:00',21862,NULL),(24621,22,'17,,dbe81454248dbf5ca25db982a07484f1e4f09b15','',553,0,'2013-12-18 02:56:12',21863,NULL),(24622,9,',,,,,,,,,,,,,,dae50e8087cc1c2b5ef7e217ab172724bd2c1897','',553,0,'2013-12-18 02:33:26',21864,NULL),(24623,19,'NEGATIVE,,dae50e8087cc1c2b5ef7e217ab172724bd2c1897','',553,0,'2013-12-18 02:33:26',21864,NULL),(24624,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,dae50e8087cc1c2b5ef7e217ab172724bd2c1897','',553,0,'2013-12-18 02:33:26',21864,NULL),(24625,1,'POSITIVE,,981c9240254a7dcc46c42c439d630bd6ee28e4a8','S. PREGNANCY TEST:POSITIVE',553,0,'2013-12-18 01:25:44',21865,NULL),(24626,21,'','',531,0,'2013-12-18 01:29:16',21866,NULL),(24627,9,'','',531,0,'2013-12-18 01:29:16',21866,NULL),(24628,25,'','',531,0,'2013-12-18 01:29:16',21866,NULL),(24629,27,'','',531,0,'2013-12-18 01:29:16',21866,NULL),(24630,18,'','',531,0,'2013-12-18 01:29:16',21866,NULL),(24631,20,'','',531,0,'2013-12-18 01:29:16',21866,NULL),(24632,112,'','',531,0,'2013-12-18 01:29:16',21868,NULL),(24633,108,'','',531,0,'2013-12-18 01:29:16',21868,NULL),(24634,35,'','',531,0,'2013-12-18 01:29:16',21871,NULL),(24635,37,'','',531,0,'2013-12-18 01:29:16',21875,NULL),(24636,66,'','',531,0,'2013-12-18 01:37:49',21876,NULL),(24637,57,'','',531,0,'2013-12-18 01:37:49',21876,NULL),(24638,133,'','',531,0,'2013-12-18 01:37:49',21876,NULL),(24639,56,'','',531,0,'2013-12-18 01:37:49',21876,NULL),(24640,65,'','',531,0,'2013-12-18 01:37:49',21876,NULL),(24641,39,'','',531,0,'2013-12-18 01:37:49',21878,NULL),(24642,37,'','',531,0,'2013-12-18 01:37:49',21878,NULL),(24643,9,',,,,,,,,,,,,,,03023c982f908c99ba315ae61be3ae70ff813112','',553,0,'2013-12-18 02:45:39',21879,NULL),(24644,19,'NEGATIVE,,03023c982f908c99ba315ae61be3ae70ff813112','',553,0,'2013-12-18 02:45:39',21879,NULL),(24645,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,03023c982f908c99ba315ae61be3ae70ff813112','',553,0,'2013-12-18 02:45:39',21879,NULL),(24646,1,'NEGATIVE,c98a19bd27813b1f619a0c98202f87db63bc14c9','',553,0,'2013-12-17 08:00:00',21880,NULL),(24647,9,',,,,,,,,,,,,,,7cedf20a012f6c15b2a8cf18ad0ded36e4670663','',553,0,'2013-12-18 03:16:45',21881,NULL),(24648,19,'NEGATIVE,,7cedf20a012f6c15b2a8cf18ad0ded36e4670663','',553,0,'2013-12-18 03:16:45',21881,NULL),(24649,18,'[$]NO MALARIA PARASITES SEEN[/$],-,,7cedf20a012f6c15b2a8cf18ad0ded36e4670663','',553,0,'2013-12-18 03:16:45',21881,NULL),(24650,9,'','',531,0,'2013-12-18 03:08:35',21882,NULL),(24651,19,'NEGATIVE,fdb9ebfb5ee708a063f0cf57c7631326f831b883','',553,0,'2013-12-17 08:00:00',21882,NULL),(24652,18,'[$]NO MALARIA PARASITES SEEN[/$],-,fdb9ebfb5ee708a063f0cf57c7631326f831b883','',553,0,'2013-12-17 08:00:00',21882,NULL),(24653,16,'POSITIVE,fdb9ebfb5ee708a063f0cf57c7631326f831b883','',553,0,'2013-12-17 08:00:00',21884,NULL),(24654,14,'','',531,0,'2013-12-18 03:08:36',21887,NULL),(24655,21,'','',530,0,'2013-12-18 03:26:03',21888,NULL),(24656,224,'','',530,0,'2013-12-18 03:26:03',21888,NULL),(24657,222,'5.2,4.50,11.9,34.5,76.7,26.4,34.5,288,48.5,6.8,44.7,2.5,0.4,2.3,13.4,8.6,858d3cb16ef3815448549e904e2da606cb954a15','',535,0,'2013-12-17 08:00:00',21889,NULL),(24658,19,'NEGATIVE,858d3cb16ef3815448549e904e2da606cb954a15','',535,0,'2013-12-17 08:00:00',21889,NULL),(24659,107,'1/20,1/20,858d3cb16ef3815448549e904e2da606cb954a15','',535,0,'2013-12-17 08:00:00',21891,NULL),(24660,57,'','',530,0,'2013-12-18 03:59:50',21892,NULL),(24661,133,'','',530,0,'2013-12-18 03:59:50',21892,NULL),(24662,56,'','',530,0,'2013-12-18 03:59:50',21892,NULL),(24663,65,'','',530,0,'2013-12-18 03:59:50',21892,NULL),(24664,20,'','',530,0,'2013-12-18 03:59:50',21894,NULL),(24665,222,'5.7,4.99,13.9,41.7,83.6,27.9,33.3,177,37.8,7.2,55.0,2.2,0.4,3.1,14.6,9.0,fb56eeefcd0159ae25e2c0fa6c8610833157e95a','',535,0,'2013-12-17 08:00:00',21895,NULL),(24666,35,'CLEAR,STRAW,7.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,fb56eeefcd0159ae25e2c0fa6c8610833157e95a',', ',535,0,'2013-12-17 08:00:00',21897,NULL),(24667,222,'7.6,4.85,13.3,38.4,79.2,27.4,34.6,315,39.7,27.3,33.0,3.0,2.1,2.5,14.5,8.4,8bf0536422d4386ae1b6ef4be48628d2f61aa990','',535,0,'2013-12-17 08:00:00',21898,NULL),(24668,18,'[$]NO MALARIA PARASITES SEEN[/$],-,8bf0536422d4386ae1b6ef4be48628d2f61aa990','',535,0,'2013-12-17 08:00:00',21898,NULL),(24669,37,'BROWN,SEMI FORMED,-,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,Not Seen,8bf0536422d4386ae1b6ef4be48628d2f61aa990','',535,0,'2013-12-17 08:00:00',21900,NULL),(24670,222,'5.3,4.12,13.1,37.6,91.3,31.8,34.8,323,22.0,3.1,74.9,1.2,0.2,3.9,13.9,9.9,9600e17046bebec88aeb7403f83ffcc9102fdf71','',535,0,'2013-12-17 08:00:00',21901,NULL),(24671,18,'[$]NO MALARIA PARASITES SEEN[/$],-,9600e17046bebec88aeb7403f83ffcc9102fdf71','',535,0,'2013-12-17 08:00:00',21901,NULL),(24672,35,'HAZY,STRAW,6.0,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,POSITIVE (+),NORMAL,12,8,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,9600e17046bebec88aeb7403f83ffcc9102fdf71',', ',535,0,'2013-12-17 08:00:00',21903,NULL),(24673,36,'','',530,0,'2013-12-18 04:35:14',21904,NULL),(24674,222,'6.6,4.92,13.2,38.1,77.4,26.8,34.6,283,41.9,8.4,49.7,2.8,0.6,3.2,16.2,9.3,d877c4a5cc9ead403e9e1a7bd3ac1e436850bdca','',535,0,'2013-12-17 08:00:00',21905,NULL),(24675,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d877c4a5cc9ead403e9e1a7bd3ac1e436850bdca','',535,0,'2013-12-17 08:00:00',21905,NULL),(24676,35,'CLEAR,STRAW,6.5,1.025,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,d877c4a5cc9ead403e9e1a7bd3ac1e436850bdca',', ',535,0,'2013-12-17 08:00:00',21907,NULL),(24677,22,'13,f1007c1f1b90660ca00c6ba5e9801d46e3996982','',535,0,'2013-12-17 08:00:00',21908,NULL),(24678,222,'6.3,5.32,13.9,42.1,79.1,26.1,33.0,237,51.3,6.1,42.6,3.2,0.4,2.7,14.0,9.8,f1007c1f1b90660ca00c6ba5e9801d46e3996982','',535,0,'2013-12-17 08:00:00',21908,NULL),(24679,19,'NEGATIVE,f1007c1f1b90660ca00c6ba5e9801d46e3996982','',535,0,'2013-12-17 08:00:00',21908,NULL),(24680,18,'[$]NO MALARIA PARASITES SEEN[/$],-,f1007c1f1b90660ca00c6ba5e9801d46e3996982','',535,0,'2013-12-17 08:00:00',21908,NULL),(24681,57,'','',530,0,'2013-12-18 04:53:27',21910,NULL),(24682,133,'','',530,0,'2013-12-18 04:53:27',21910,NULL),(24683,131,'','',530,0,'2013-12-18 04:53:27',21910,NULL),(24684,56,'','',530,0,'2013-12-18 04:53:27',21910,NULL),(24685,82,'','',530,0,'2013-12-18 04:53:27',21913,NULL),(24686,68,'','',530,0,'2013-12-18 04:53:27',21913,NULL),(24687,70,'','',530,0,'2013-12-18 04:53:27',21913,NULL),(24688,35,'CLEAR,STRAW,5.0,1.020,NEGATIVE,POSITIVE (++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,f1007c1f1b90660ca00c6ba5e9801d46e399698',', ',535,0,'2013-12-17 08:00:00',21917,NULL),(24689,107,'1/20,1/160,f1007c1f1b90660ca00c6ba5e9801d46e3996982','',535,0,'2013-12-17 08:00:00',21918,NULL),(24690,222,'12.1,5.27,14.5,43.4,82.4,27.5,33.4,312,74.4,7.8,17.8,9.0,0.9,2.2,14.1,7.9,36a9cc83309dcdd9a610760519336460d1ca7e74','',535,0,'2013-12-17 08:00:00',21919,NULL),(24691,36,'','',530,0,'2013-12-18 05:10:34',21921,NULL),(24692,35,'HAZY,STRAW,6.0,1.030,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],CALCIUM OXALATE (+),NOT SEEN,NOT SEEN,36a9cc83309dcdd9a610760519336460d1',', ',535,0,'2013-12-17 08:00:00',21921,NULL),(24693,107,'1/20,1/20,8e48fa2469984a24e74bbe6dba3f64daabf40396','',535,0,'2013-12-17 08:00:00',21922,NULL),(24694,70,'','',530,0,'2013-12-18 05:42:52',21924,NULL),(24695,35,'HAZY,STRAW,5.0,1.015,NEGATIVE,POSITIVE (++),NEGATIVE,TRACE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,1,1,4,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,8e48fa2469984a24e74bbe6dba3f64daabf40396',', ',535,0,'2013-12-17 08:00:00',21927,NULL),(24696,222,'7.1,4.85,14.3,40.4,83.3,29.5,35.4,106,24.2,3.8,72.0,1.7,0.3,5.1,12.5,10.2,1907415a46e12e37baedbba9151ede14751724d5','',535,0,'2013-12-17 08:00:00',21928,NULL),(24697,18,'[$]NO MALARIA PARASITES SEEN[/$],-,1907415a46e12e37baedbba9151ede14751724d5','',535,0,'2013-12-17 08:00:00',21928,NULL),(24698,107,'1/20,1/20,1907415a46e12e37baedbba9151ede14751724d5','',535,0,'2013-12-17 08:00:00',21930,NULL),(24699,35,'CLEAR,LIGHT AMBER,5.0,1.030,POSITIVE (+),POSITIVE (+++),NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,1907415a46e12e37baedbba9151e',', ',535,0,'2013-12-17 08:00:00',21933,NULL),(24700,18,'[$]NO MALARIA PARASITES SEEN[/$],-,265bf0c20c70c4e47f1bb289304a79581220e204',',',535,0,'2013-12-17 08:00:00',21934,NULL),(24701,27,'NON-REACTIVE,-,NEGATIVE,36a9cc83309dcdd9a610760519336460d1ca7e74','',535,0,'2013-12-17 08:00:00',21935,NULL),(24702,35,'','',530,0,'2013-12-18 07:49:01',21936,NULL),(24703,222,'10.5,5.63,11.4,36.0,63.9,20.2,31.7,342,44.0,8.5,47.5,4.6,0.9,5.0,14.6,7.7,b1c4ff94d76612b543b4f47d85c2a02e86fd1ba7','',535,0,'2013-12-18 08:00:00',21938,NULL),(24704,222,'','',530,0,'2013-12-18 13:37:01',21939,NULL),(24705,19,'NEGATIVE,85ff36f90d995ff78d3560a96686ec68b50f9349','',535,0,'2013-12-18 08:00:00',21939,NULL),(24706,18,'[$]NO MALARIA PARASITES SEEN[/$],-,85ff36f90d995ff78d3560a96686ec68b50f9349','',535,0,'2013-12-18 08:00:00',21939,NULL),(24707,9,'','',530,0,'2013-12-18 13:39:10',21940,NULL),(24708,19,'NEGATIVE,d842b740dbbe3c770de61fc1ee5bd6c2e73d791f','',535,0,'2013-12-18 08:00:00',21940,NULL),(24709,18,'[$]NO MALARIA PARASITES SEEN[/$],-,d842b740dbbe3c770de61fc1ee5bd6c2e73d791f','',535,0,'2013-12-18 08:00:00',21940,NULL),(24710,222,'','',530,0,'2013-12-18 13:44:01',21941,NULL),(24711,19,'NEGATIVE,e07d1eff53d2cd9c1538d0e0d2a6a8faf59d67ab','',535,0,'2013-12-18 08:00:00',21941,NULL),(24712,18,'[$]NO MALARIA PARASITES SEEN[/$],-,e07d1eff53d2cd9c1538d0e0d2a6a8faf59d67ab','',535,0,'2013-12-18 08:00:00',21941,NULL),(24713,222,'','',530,0,'2013-12-18 13:45:38',21942,NULL),(24714,19,'NEGATIVE,04ed5976427a3b0afd75d8a10410e917b4215f9b','',535,0,'2013-12-18 08:00:00',21942,NULL),(24715,18,'[$]NO MALARIA PARASITES SEEN[/$],-,04ed5976427a3b0afd75d8a10410e917b4215f9b','',535,0,'2013-12-18 08:00:00',21942,NULL),(24716,222,'','',530,0,'2013-12-18 13:51:39',21943,NULL),(24717,19,'NEGATIVE,29d9f56f6f7979f9f77c5e356435a7781e88bfa2','',537,0,'2013-12-18 08:00:00',21943,NULL),(24718,18,'[$]NO MALARIA PARASITE SEEN[/$],-,29d9f56f6f7979f9f77c5e356435a7781e88bfa2','',537,0,'2013-12-18 08:00:00',21943,NULL),(24719,57,'','',530,0,'2013-12-18 14:05:44',21944,NULL),(24720,133,'','',530,0,'2013-12-18 14:05:44',21944,NULL),(24721,131,'','',530,0,'2013-12-18 14:05:44',21944,NULL),(24722,56,'','',530,0,'2013-12-18 14:05:44',21944,NULL),(24723,222,'','',530,0,'2013-12-18 14:15:54',21945,NULL),(24724,19,'NEGATIVE,bdd86e3e12d6193408da8fd90ee939bc53bba177','',536,0,'2013-12-18 08:00:00',21945,NULL),(24725,18,'[$]NO MALARIA PARASITE SEEN[/$],-,bdd86e3e12d6193408da8fd90ee939bc53bba177','',536,0,'2013-12-18 08:00:00',21945,NULL),(24726,35,'CLOUDY,STRAW,5.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,4,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,bdd86e3e12d6193408da8fd90ee939bc53bba177','',555,0,'2013-12-18 08:00:00',21947,NULL),(24727,68,'','',530,0,'2013-12-18 14:39:38',21948,NULL),(24728,218,'','',530,0,'2013-12-18 14:39:38',21948,NULL),(24729,22,'','',530,0,'2013-12-18 14:43:40',21949,NULL),(24730,222,'','',530,0,'2013-12-18 14:43:40',21949,NULL),(24731,130,'','',530,0,'2013-12-18 14:43:40',21951,NULL),(24732,35,'CLEAR,STRAW,6.0,1.020,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,4,1,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c378d00891bae4590be5540cbd9b2567518fa473','',555,0,'2013-12-18 08:00:00',21954,NULL),(24733,22,'','',530,0,'2013-12-18 14:56:43',21955,NULL),(24734,68,'','',530,0,'2013-12-18 14:56:43',21955,NULL),(24735,222,'','',530,0,'2013-12-18 14:56:43',21955,NULL),(24736,19,'','',530,0,'2013-12-18 14:56:43',21955,NULL),(24737,18,'','',530,0,'2013-12-18 14:56:43',21955,NULL),(24738,66,'','',530,0,'2013-12-18 14:56:43',21957,NULL),(24739,133,'','',530,0,'2013-12-18 14:56:43',21957,NULL),(24740,128,'','',530,0,'2013-12-18 14:56:43',21957,NULL),(24741,72,'','',530,0,'2013-12-18 14:56:43',21957,NULL),(24742,35,'','',530,0,'2013-12-18 14:56:43',21960,NULL),(24743,71,'NEGATIVE,c5551203402e47633fc451c6d57b1c6e356c27ca','',555,0,'2013-12-18 08:00:00',21961,NULL),(24744,35,'CLEAR,STRAW,6.5,1.010,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NEGATIVE,NORMAL,2,2,0,[$]NOT SEEN[/$],[$]NOT SEEN[/$],NOT SEEN,NOT SEEN,NOT SEEN,c5551203402e47633fc451c6d57b1c6e356c27ca','',555,0,'2013-12-18 08:00:00',21961,NULL),(24745,21,'','',530,0,'2013-12-18 15:19:35',21962,NULL),(24746,27,'','',530,0,'2013-12-18 15:19:35',21962,NULL),(24747,20,'','',530,0,'2013-12-18 15:19:35',21962,NULL),(24748,21,'','',530,0,'2013-12-18 15:23:12',21963,NULL),(24749,27,'','',530,0,'2013-12-18 15:23:12',21963,NULL),(24750,20,'','',530,0,'2013-12-18 15:23:12',21963,NULL),(24751,132,'','',530,0,'2013-12-18 15:33:48',21964,NULL),(24752,74,'','',531,0,'2013-12-18 15:47:22',21965,NULL),(24753,57,'','',531,0,'2013-12-18 15:47:22',21965,NULL),(24754,133,'','',531,0,'2013-12-18 15:47:22',21965,NULL),(24755,131,'','',531,0,'2013-12-18 15:47:22',21965,NULL),(24756,56,'','',531,0,'2013-12-18 15:47:22',21965,NULL),(24757,65,'','',531,0,'2013-12-18 15:47:22',21965,NULL),(24758,22,'','',531,0,'2013-12-18 15:47:22',21967,NULL),(24759,35,'','',504,0,'2013-12-18 16:13:28',21968,NULL),(24760,40,'[$]Free test verification test. Nice[/$],,82db2ca65990cae1e07fd332daa82b199685f4c4','',504,504,'2014-01-23 15:47:26',21969,'2014-01-23 15:49:47'),(24761,20,'NEGATIVE,,82db2ca65990cae1e07fd332daa82b199685f4c4','',504,504,'2014-01-23 15:47:26',21969,'2014-01-23 15:49:47'),(24762,105,'','',504,0,'2014-02-20 11:28:25',21970,NULL),(24763,98,'','',504,0,'2014-02-20 11:28:25',21970,NULL),(24764,105,'','',504,0,'2014-02-20 12:14:45',21971,NULL),(24765,213,'','',504,0,'2014-02-20 12:14:45',21971,NULL),(24766,98,'','',504,0,'2014-02-20 12:14:45',21971,NULL); +/*!40000 ALTER TABLE `test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_category` +-- + +DROP TABLE IF EXISTS `test_category`; +CREATE TABLE `test_category` ( + `test_category_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`test_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_category` +-- + +LOCK TABLES `test_category` WRITE; +/*!40000 ALTER TABLE `test_category` DISABLE KEYS */; +INSERT INTO `test_category` VALUES (1,'HIV',NULL,'2013-09-25 07:47:34'),(2,'Serology','','2013-09-25 11:49:29'),(3,'Chemical Pathology','','2013-09-25 11:56:56'),(4,'Haematology','','2013-09-25 11:59:18'),(5,'Immunology','','2013-09-25 13:23:49'),(6,'Microbiology','','2013-09-25 14:47:05'),(7,'Radiology','','2013-09-30 10:14:46'),(8,'PATHOLOGY','','2013-10-03 16:35:29'); +/*!40000 ALTER TABLE `test_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type` +-- + +DROP TABLE IF EXISTS `test_type`; +CREATE TABLE `test_type` ( + `test_type_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `test_category_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `is_panel` int(10) unsigned default NULL, + `disabled` int(10) unsigned NOT NULL default '0', + `clinical_data` longtext, + `hide_patient_name` int(1) default NULL, + `prevalence_threshold` int(3) default '70', + `target_tat` int(3) default '24', + PRIMARY KEY (`test_type_id`), + KEY `test_category_id` (`test_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_type` +-- + +LOCK TABLES `test_type` WRITE; +/*!40000 ALTER TABLE `test_type` DISABLE KEYS */; +INSERT INTO `test_type` VALUES (1,'SERUM PREGNANCY TEST','',2,'2013-10-03 16:41:53',0,0,'',0,70,1),(2,'ANTI - ds DNA','',2,'2013-10-03 16:41:53',0,0,'',0,70,2),(3,'TFT','',3,'2013-11-08 20:50:39',0,0,'',0,70,3),(4,'Bleeding Time','',4,'2013-09-25 11:59:18',0,0,NULL,0,70,24),(5,'Clotting Time','',4,'2013-09-25 12:01:28',0,0,NULL,0,70,24),(6,'D - DIMER','',4,'2013-09-25 12:04:03',0,0,NULL,0,70,24),(7,'al - Fetoprotein','',3,'2013-09-25 12:08:01',0,0,NULL,0,70,24),(8,'Hepatitis B Viral Load','',3,'2013-09-25 12:16:16',0,0,NULL,0,70,24),(9,'FBC DAY','',4,'2013-10-21 15:08:49',0,0,'',0,70,24),(10,'Hepatitis B Core IgM (HBcIgM)','',5,'2013-09-25 13:23:49',0,0,NULL,0,70,24),(11,'Prothrombin Time (INR)','',4,'2013-10-18 08:16:47',0,0,'',0,70,24),(12,'APTT','',4,'2013-10-03 16:41:52',0,0,'',0,70,12),(13,'PROGESTERONE','',3,'2013-09-27 08:06:55',0,0,'',0,70,24),(14,'Helicobacter pylori (STOOL) Antigen','',5,'2013-09-25 13:51:27',0,0,'',0,70,24),(15,'OESTRADIOL(E2)','',3,'2013-11-04 17:08:07',0,0,'',0,70,24),(16,'Helicobacter pylori (BLOOD) Antibody','',5,'2013-09-25 13:58:11',0,0,'',0,70,24),(17,'TESTOSTERONE','',3,'2013-11-04 17:10:09',0,0,'',0,70,24),(18,'MALARIA Thick / Thin Smear','',4,'2013-10-09 13:57:19',0,0,'',0,70,24),(19,'MALARIA Ag.','',4,'2013-12-05 06:54:35',0,0,'',0,70,24),(20,'Sickling','',4,'2013-09-25 14:11:40',0,0,NULL,0,70,24),(21,'Blood Group (ABO & Rh)','',4,'2013-09-25 15:13:55',0,0,'',0,70,24),(22,'ESR','',4,'2013-09-25 15:04:57',0,0,'',0,70,24),(23,'Reticulocyte','',4,'2013-10-11 13:19:46',0,0,'',0,70,24),(24,'HB A, A₂, F','',4,'2013-09-25 15:13:38',0,0,'',0,70,24),(25,'G6PD (MHRT)','',4,'2013-12-05 06:51:00',0,0,'',0,70,24),(26,'FACTOR VIII ASSAY','',4,'2013-09-25 14:38:24',0,0,'',0,70,24),(27,'HIV','',2,'2013-10-08 08:42:48',0,0,'',0,70,24),(28,'HB Electrophoresis','',4,'2013-10-17 10:39:31',0,0,'',0,70,24),(29,'Direct Coombs','',4,'2013-09-25 15:07:01',0,0,'',0,70,24),(30,'IRON','',4,'2013-09-26 12:49:26',0,0,'',0,70,24),(31,'TIBC','',4,'2013-09-26 12:48:29',0,0,'',0,70,24),(32,'FERRITIN','',4,'2013-09-26 12:47:23',0,0,'',0,70,24),(33,'S - VITAMIN B₁₂','',4,'2013-09-26 12:44:25',0,0,'',0,70,24),(34,'S - FOLATE','',4,'2013-09-26 12:41:59',0,0,'',0,70,24),(35,'URINE R/E ','',6,'2013-10-22 09:34:33',0,0,'',0,70,24),(36,'URINE CULTURE','',6,'2013-09-27 08:07:49',0,0,'',0,70,24),(37,'STOOL R/E','',6,'2013-09-27 11:34:37',0,0,'',0,70,24),(38,'STOOL C/S','',6,'2013-10-09 16:46:55',0,0,'',0,70,24),(39,'OCCULT BLOOD','',6,'2013-12-06 21:27:07',0,0,'',0,70,24),(40,'BLOOD CULTURE','',6,'2013-09-27 08:20:45',0,0,'',0,70,24),(41,'SEMEN ANALYSIS','',6,'2013-09-25 15:21:22',0,0,'',0,70,24),(42,'SEMEN CULTURE','',6,'2013-09-27 08:00:23',0,0,'',0,70,24),(43,'SKIN SNIP','',6,'2013-09-26 09:38:10',0,0,'',0,70,24),(44,'SKIN SCRAPPING (KOH)','',6,'2013-09-25 14:53:57',0,0,'',0,70,24),(45,'INDIRECT COOMBS','',4,'2013-09-25 15:08:03',0,0,NULL,0,70,24),(46,'TOTAL BILIRUBIN','',3,'2013-09-26 07:35:51',0,0,'',0,70,24),(47,'DIRECT BILIRUBIN','',3,'2013-09-26 08:08:26',0,0,'',0,70,24),(48,'INDIRECT BILIRUBIN','',3,'2013-10-03 16:41:52',0,0,NULL,0,70,48),(49,'TOTAL PROTEIN','',3,'2013-09-26 08:10:31',0,0,'',0,70,24),(50,'ALB','',3,'2013-09-27 07:57:39',0,0,'',0,70,24),(51,'GLOBULIN','',3,'2013-09-26 07:06:36',0,0,NULL,0,70,24),(52,'ALT','',3,'2013-09-27 07:57:19',0,0,'',0,70,24),(53,'AST','',3,'2013-09-27 07:58:57',0,0,'',0,70,24),(54,'Gamma GT','',3,'2013-09-26 08:15:27',0,0,'',0,70,24),(55,'ALP','',3,'2013-09-27 07:57:55',0,0,'',0,70,24),(56,'UREA','',3,'2013-09-26 08:19:32',0,0,'',0,70,24),(57,'CREATININE','',3,'2013-09-26 08:20:35',0,0,'',0,70,24),(58,'SODIUM','',3,'2013-09-26 07:12:48',0,0,NULL,0,70,24),(59,'POTASSIUM','',3,'2013-09-26 07:14:03',0,0,NULL,0,70,24),(60,'CHLORIDE (CL-)','',3,'2013-09-26 08:59:39',0,0,'',0,70,24),(61,'TOTAL CHOLESTEROL','',3,'2013-09-26 08:22:04',0,0,'',0,70,24),(62,'TRIGLYCERIDES','',3,'2013-09-26 08:23:25',0,0,'',0,70,24),(63,'HDL CHOLESTEROL','',3,'2013-09-26 08:24:35',0,0,'',0,70,24),(64,'LDL CHOLESTEROL','',3,'2013-09-26 07:18:26',0,0,NULL,0,70,24),(65,'URIC ACID (UA)','',3,'2013-09-26 09:08:28',0,0,'',0,70,24),(66,'CALCIUM (CAL)','',3,'2013-09-26 08:57:33',0,0,'',0,70,24),(67,'CORRECTED CALCIUM','',3,'2013-09-26 07:20:12',0,0,NULL,0,70,24),(68,'FASTING BLOOD GLUCOSE (FBG)','',3,'2013-09-26 09:17:30',0,0,'',0,70,24),(69,'TROPONIN I','',3,'2013-11-05 18:55:42',0,0,'',0,70,24),(70,'RANDOM BLOOD GLUCOSE','',3,'2013-11-06 14:41:02',0,0,'',0,70,24),(71,'URINE PREG.','',3,'2013-12-05 08:14:56',0,0,'',0,70,24),(72,'PHOSPHORUS','',3,'2013-10-03 16:41:53',0,0,'',0,70,72),(73,'CREATININE KINASE','',3,'2013-09-26 08:35:41',0,0,'',0,70,24),(74,'a-AMY','',3,'2013-09-27 07:58:22',0,0,'',0,70,24),(75,'LDH','',3,'2013-09-27 09:23:40',0,0,'',0,70,24),(76,'MAGNESIUM (Mg 2+)','',3,'2013-09-26 08:51:28',0,0,'',0,70,24),(77,'HBA1C','',3,'2013-09-27 07:56:59',0,0,'',0,70,24),(78,'CK - MB','',3,'2013-09-26 09:01:10',0,0,'',0,70,24),(79,'URINE CALCIUM','',3,'2013-10-01 07:25:50',0,0,'',0,70,24),(80,'URINE PHOSPHORUS','',3,'2013-10-01 07:25:08',0,0,'',0,70,24),(81,'URINE URIC ACID (U-UA)','',3,'2013-09-26 09:09:42',0,0,'',0,70,24),(82,'%HBA1C','',3,'2013-09-26 08:50:01',0,0,'',0,70,24),(83,'SERUM β-HCG','',5,'2013-10-22 07:50:30',0,0,'',0,70,24),(84,'ANTI - NUCLEAR FACTOR','',4,'2013-10-01 07:20:02',0,0,'',0,70,24),(85,'S - CRP','',5,'2013-09-26 12:56:12',0,0,NULL,0,70,24),(86,'RUBELLA IgM','',5,'2013-09-26 12:57:55',0,0,NULL,0,70,24),(87,'LIPASE','',3,'2013-09-27 08:34:12',0,0,'',0,70,24),(88,'24hr URINE PROTEIN','',3,'2013-09-26 13:02:51',0,0,NULL,0,70,24),(89,'FSH','',3,'2013-11-08 20:21:28',0,0,'',0,70,24),(90,'LH','',5,'2013-10-24 10:28:40',0,0,'',0,70,24),(91,'PROLACTIN (PRL)','',5,'2013-10-24 10:31:24',0,0,'',0,70,24),(92,'PSA','',5,'2013-09-26 13:23:00',0,0,NULL,0,70,24),(93,'TROPONIN T','',3,'2013-11-06 22:06:16',0,0,'',0,70,24),(94,'CEA','',5,'2013-09-26 13:31:11',0,0,NULL,0,70,24),(95,'TOXOPLASMA IgG','',3,'2013-09-26 13:32:59',0,0,NULL,0,70,24),(96,'TOXOPLASMA IgM','',3,'2013-09-26 13:34:38',0,0,NULL,0,70,24),(97,'SPUTUM for AFB','',6,'2013-09-27 07:11:04',0,0,'',0,70,24),(98,'GRAM','',6,'2013-10-14 11:57:21',0,0,'',0,70,24),(99,'FT3','',3,'2013-11-08 20:20:59',0,0,'',0,70,24),(100,'FT4','',3,'2013-11-08 20:20:19',0,0,'',0,70,24),(101,'TSH','',5,'2013-09-27 07:17:04',0,0,NULL,0,70,24),(102,'CA 125','',3,'2013-09-27 07:19:00',0,0,NULL,0,70,24),(103,'COMPLEMENT 3 (C3) ','',3,'2013-09-27 07:40:22',0,0,NULL,0,70,24),(104,'COMPLEMENT 4 (C4)','',3,'2013-09-27 08:32:31',0,0,'',0,70,24),(105,'ANTIBIOTICS (GRAM NEGATIVE)','',6,'2013-10-21 15:22:59',0,0,'',0,70,24),(106,'HIV VIRAL LOAD ','',1,'2013-09-27 07:55:00',0,0,NULL,0,70,24),(107,'WIDAL','',5,'2013-09-27 08:34:30',0,0,'',0,70,24),(108,'VDRL / RPR','',5,'2013-09-27 08:25:29',0,0,NULL,0,70,24),(109,'RHEUMATIOD FACTOR','',5,'2013-09-27 08:26:15',0,0,NULL,0,70,24),(110,'HEP A lgG Antibody','',5,'2013-09-27 08:33:32',0,0,'',0,70,24),(111,'HEP A lgM Antibody','',5,'2013-09-27 08:28:48',0,0,NULL,0,70,24),(112,'HEPBs Ag.','',5,'2013-12-05 07:00:55',0,0,'',0,70,24),(113,'HEPBs Ab.','',5,'2013-12-05 07:00:01',0,0,'',0,70,24),(114,'HEP Bc lgG Ab','',5,'2013-09-27 08:32:14',0,0,'',0,70,24),(115,'HEP Be Ag','',5,'2013-09-27 08:35:27',0,0,NULL,0,70,24),(116,'HEP Be Ab','',5,'2013-09-27 08:36:20',0,0,NULL,0,70,24),(117,'HEP C ','',5,'2013-09-27 08:37:01',0,0,NULL,0,70,24),(118,'THYROID ANTIBODIES','',5,'2013-09-27 08:37:41',0,0,NULL,0,70,24),(119,'EYE SWAB','',6,'2013-09-27 08:39:23',0,0,NULL,0,70,24),(120,'EAR SWAB','',6,'2013-12-05 07:46:56',0,0,'',0,70,24),(121,'NASAL SWAB','',6,'2013-09-27 08:40:30',0,0,NULL,0,70,24),(122,'THROAT SWAB','',6,'2013-09-27 08:40:57',0,0,NULL,0,70,24),(123,'URETHRAL SWAB R/E','',6,'2013-10-09 16:47:51',0,0,'',0,70,24),(124,'URETHRAL DISCHARGE','',6,'2013-10-01 07:24:25',0,0,'',0,70,24),(125,'NIPPLE DISCHARGE','',6,'2013-09-27 09:05:07',0,0,NULL,0,70,24),(126,'WOUND SWAB','',5,'2013-09-27 09:05:50',0,0,NULL,0,70,24),(127,'Pleural Aspirate','',6,'2013-09-27 09:09:01',0,0,NULL,0,70,24),(128,'NC2','',3,'2013-09-27 09:42:40',0,0,'',0,70,24),(129,'NC3','',3,'2013-09-27 09:40:51',0,0,'',0,70,24),(130,'NC4','',3,'2013-09-27 09:50:29',0,0,NULL,0,70,24),(131,'NC5','',3,'2013-09-27 09:54:38',0,0,NULL,0,70,24),(132,'NC6','',3,'2013-09-27 09:57:38',0,0,NULL,0,70,24),(133,'ELECTROLYTES','',3,'2013-10-18 11:08:58',0,0,'',0,70,24),(134,'HVS R/E','',6,'2013-09-27 11:09:25',0,0,'',0,70,24),(135,'HVS C/S','',6,'2013-12-05 16:06:50',0,0,'',0,70,24),(136,'24hr URINE AMYLASE','',3,'2013-09-27 13:45:07',0,0,NULL,0,70,24),(137,'URINE METANEPHRINES','',3,'2013-09-27 13:50:17',0,0,NULL,0,70,24),(138,'24hr CREATININE CLEARANCE','',3,'2013-10-01 07:16:34',0,0,'',0,70,24),(139,'ABDOMEN PLAIN','',7,'2013-09-30 10:14:46',0,0,NULL,0,70,24),(140,'ABDOMEN ERECT & SPINE','',7,'2013-09-30 10:15:45',0,0,NULL,0,70,24),(141,'ANKLE (LAT & AP)','',7,'2013-09-30 10:17:04',0,0,NULL,0,70,24),(142,'CERVICAL SPINE','',7,'2013-09-30 10:58:08',0,0,'',0,70,24),(143,'CERVICAL SPINE (OBLIQUES)','',7,'2013-09-30 10:18:44',0,0,NULL,0,70,24),(144,'CHEST','',7,'2013-09-30 10:59:34',0,0,'',0,70,24),(145,'CHEST (PA & LAT)','',7,'2013-09-30 10:20:02',0,0,NULL,0,70,24),(146,'CLAVICE','',7,'2013-09-30 10:20:58',0,0,NULL,0,70,24),(147,'ELBOW JOINT','',7,'2013-09-30 10:22:05',0,0,NULL,0,70,24),(148,'FEMUR','',7,'2013-09-30 10:22:54',0,0,NULL,0,70,24),(149,'FOREARM','',7,'2013-09-30 10:23:39',0,0,NULL,0,70,24),(150,'HAND','',7,'2013-09-30 10:24:14',0,0,NULL,0,70,24),(151,'FOOT','',7,'2013-09-30 10:24:45',0,0,NULL,0,70,24),(152,'HIP JOINT','',7,'2013-09-30 10:25:17',0,0,NULL,0,70,24),(153,'HSG','',7,'2013-09-30 10:25:52',0,0,NULL,0,70,24),(154,'HUMERUS','',7,'2013-09-30 10:27:56',0,0,NULL,0,70,24),(155,'IVU','',7,'2013-09-30 10:28:32',0,0,NULL,0,70,24),(156,'KNEE','',7,'2013-09-30 10:28:59',0,0,NULL,0,70,24),(157,'LUMBER SPINE','',7,'2013-09-30 10:58:37',0,0,'',0,70,24),(158,'MANDIBLE (PA & OBL)','',7,'2013-09-30 10:30:52',0,0,NULL,0,70,24),(159,'MANDIBLE (OBL)','',7,'2013-09-30 10:32:39',0,0,NULL,0,70,24),(160,'PELVIS','',7,'2013-09-30 10:45:31',0,0,'',0,70,24),(161,'RETROGRADE','',7,'2013-09-30 10:34:26',0,0,NULL,0,70,24),(162,'SHOULDER','',7,'2013-09-30 10:35:04',0,0,NULL,0,70,24),(163,'SINUSES','',7,'2013-09-30 10:36:36',0,0,NULL,0,70,24),(164,'SKULL','',7,'2013-09-30 10:37:34',0,0,NULL,0,70,24),(165,'THORACIC SPINE','',7,'2013-09-30 10:59:07',0,0,'',0,70,24),(166,'THORACO - LUMBAR SP','',7,'2013-09-30 10:39:34',0,0,NULL,0,70,24),(167,'URETHROGRAM','',7,'2013-09-30 10:40:18',0,0,NULL,0,70,24),(168,'WRIST','',7,'2013-10-03 16:41:52',0,0,NULL,0,70,168),(169,'TIB & FIB','',7,'2013-09-30 10:41:28',0,0,NULL,0,70,24),(170,'THYROID','',7,'2013-09-30 10:43:04',0,0,'',0,70,24),(171,'UPPER ABDOMEN','',7,'2013-09-30 10:43:57',0,0,NULL,0,70,24),(172,'ABDOMEN & PELVIS','',7,'2013-09-30 12:02:10',0,0,'',0,70,24),(173,'BREAST','',7,'2013-09-30 10:46:05',0,0,NULL,0,70,24),(174,'DOPPLER (ONE SIDE)','',7,'2013-09-30 10:46:42',0,0,NULL,0,70,24),(175,'DOPPLER (TWO SIDES)','',7,'2013-09-30 10:47:41',0,0,NULL,0,70,24),(176,'OTHERS','',7,'2013-09-30 10:48:24',0,0,NULL,0,70,24),(177,'HEAD (CVD)','',7,'2013-09-30 10:49:27',0,0,NULL,0,70,24),(178,'HEAD (BRAIN)','',7,'2013-09-30 10:50:18',0,0,NULL,0,70,24),(179,'HEAD (WITH CONSTRAST)','',7,'2013-09-30 10:51:33',0,0,NULL,0,70,24),(180,'HEAD (RTA / TRAUMA)','',7,'2013-09-30 10:52:16',0,0,NULL,0,70,24),(181,'BRAIN AND SINUSES (WITH CONTRAST)','',7,'2013-09-30 10:54:15',0,0,'',0,70,24),(182,'BRAIN AND ORBITS (WITH CONTRAST)','',7,'2013-09-30 10:55:10',0,0,NULL,0,70,24),(183,'BRAIN AND I A M (WITH CONTRAST)','',7,'2013-09-30 10:55:55',0,0,NULL,0,70,24),(184,'SPINE (WITH CONTRAST)','',7,'2013-09-30 10:57:32',0,0,NULL,0,70,24),(185,'ABDOMEN','',7,'2013-09-30 11:00:54',0,0,NULL,0,70,24),(186,'ABDOMEN & PELVIS','',7,'2013-09-30 11:01:32',0,0,NULL,0,70,24),(187,'PELVIS (WITH CONTRAST)','',7,'2013-09-30 11:02:53',0,0,NULL,0,70,24),(188,'EXTREMITES','',7,'2013-09-30 11:04:14',0,0,NULL,0,70,24),(189,'EXTREMITES (WITH CONTRAST)','',7,'2013-09-30 11:05:04',0,0,NULL,0,70,24),(190,'LARYNX','',7,'2013-09-30 11:06:21',0,0,NULL,0,70,24),(191,'STRESS ECG','',7,'2013-09-30 11:36:55',0,0,NULL,0,70,24),(192,'ECG','',7,'2013-10-03 16:41:52',0,0,NULL,0,70,192),(193,'Chlamydia','',6,'2013-10-31 22:50:43',0,0,'',0,70,24),(194,'PELVIS + OBSTETRICS','',7,'2013-10-01 09:17:04',0,0,NULL,0,70,24),(195,'XY STATIN','',7,'2013-10-01 09:17:43',0,0,NULL,0,70,24),(196,'CD4 Count','',3,'2013-10-02 09:00:53',0,0,'',0,70,24),(197,'PTH','',3,'2013-10-02 12:07:24',0,0,NULL,0,70,24),(198,'Sa - Vit D (25 - Hydroxy)','',3,'2013-10-02 12:08:40',0,0,NULL,0,70,24),(199,'SPUTUM C/S','',6,'2013-10-02 14:25:57',0,0,NULL,0,70,24),(200,'BLOOD SEMEN ANTIBODIES','',5,'2013-10-03 16:09:56',0,0,'',0,70,24),(201,'PAP SMEAR','',8,'2013-10-03 16:35:29',0,0,NULL,0,70,24),(202,'MANTOUX','',6,'2013-10-10 11:17:24',0,0,'',0,70,24),(203,'FNAC','',8,'2013-10-03 16:37:25',0,0,NULL,0,70,24),(204,'URINE CYTOLOGY','',8,'2013-10-03 16:38:17',0,0,NULL,0,70,24),(205,'eGFR','',3,'2013-10-24 09:58:12',0,0,'',0,70,24),(206,'TRU - CUT / CORE BIOPSY','',8,'2013-10-03 16:50:37',0,0,NULL,0,70,24),(207,'SEMEN ANTIBODIES','',6,'2013-10-10 14:32:01',0,0,'',0,70,24),(208,'C - REACTIVE PROTEIN (CRP)','',2,'2013-10-21 14:58:35',0,0,'',0,70,24),(209,'LITHIUM','',3,'2013-10-22 12:30:42',0,0,'',0,70,24),(210,'UTERINE FIBROIDS NODULES','',8,'2013-10-03 16:57:43',0,0,NULL,0,70,24),(211,'BICARBONATE','',3,'2013-10-10 11:14:19',0,0,'',0,70,24),(212,'SKIN','',8,'2013-10-03 17:00:04',0,0,NULL,0,70,24),(213,'ANTIBIOTICS (GRAM POSITIVE)','',8,'2013-10-21 15:31:35',0,0,'',0,70,24),(214,'URINE SUGAR','',3,'2013-10-21 14:45:55',0,0,'',0,70,24),(215,'WHOLE ORGAN','',8,'2013-10-03 17:03:07',0,0,NULL,0,70,24),(216,'URETHRAL SWAB C/S','',6,'2013-10-09 16:49:03',0,0,'',0,70,24),(217,'URINE KETONES','',3,'2013-10-21 14:47:51',0,0,'',0,70,24),(218,'OGTT','',3,'2013-10-14 08:51:48',0,0,'',0,70,24),(219,'GIT','',8,'2013-10-03 17:07:38',0,0,NULL,0,70,24),(220,'TINY BIOPSY','',8,'2013-10-03 17:08:49',0,0,NULL,0,70,24),(221,'STONE ANALYSIS','',3,'2013-10-07 08:41:13',0,0,NULL,0,70,24),(222,'FBC NIGHT','',4,'2013-10-21 15:11:18',0,0,'',0,70,24),(223,'FILM COMMENT','',4,'2013-10-08 08:41:38',0,0,NULL,0,70,24),(224,'CROSSMATCH','',4,'2013-10-09 08:00:22',0,0,NULL,0,70,24),(225,'Histology','',8,'2013-10-09 16:41:17',0,0,NULL,0,70,24),(226,'Cytology','',8,'2013-10-09 16:41:51',0,0,NULL,0,70,24),(227,'2HPP','',3,'2013-10-17 13:18:09',0,0,'',0,70,24),(228,'URINE ALBUMIN','',3,'2013-10-29 05:22:20',0,0,'',0,70,24),(229,'URINE ALBUMIN CREATININE RATIO','',3,'2013-10-29 06:03:18',0,0,'',0,70,24),(230,'URINE CREATININE','',3,'2013-10-29 06:08:03',0,0,NULL,0,70,24),(231,'HERPES SIMPLEX VIRUS 1&2 SCREEN','',5,'2013-10-29 01:56:53',0,0,NULL,0,70,24),(232,'PROTEIN ELECTROPHORESIS','',3,'2013-11-08 19:59:59',0,0,NULL,0,70,14),(233,'RUBELLA IgG','',5,'2013-11-15 20:34:28',0,0,NULL,0,70,24),(234,'PANCREATIC ELASTASE','',3,'2013-11-22 01:08:44',0,0,NULL,0,70,24),(235,'CA 19.9','',3,'2013-11-25 16:56:13',0,0,'',0,70,24),(236,'R/E','',1,'2013-11-25 22:51:59',0,0,NULL,0,70,24),(237,'LE CELLS','',3,'2013-11-27 20:32:04',0,0,NULL,0,70,24),(238,'ALDOSTERONE RENIN RATIO','',3,'2013-12-16 03:18:19',0,0,'',0,70,24),(239,'FUNGAL','',6,'2013-12-02 00:38:59',0,0,NULL,0,70,24),(240,'ASO Titre','',3,'2013-12-13 01:25:46',0,0,'',0,70,24); +/*!40000 ALTER TABLE `test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type_costs` +-- + +DROP TABLE IF EXISTS `test_type_costs`; +CREATE TABLE `test_type_costs` ( + `earliest_date_valid` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `test_type_id` int(11) NOT NULL, + `amount` decimal(10,2) NOT NULL default '0.00' +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `test_type_costs` +-- + +LOCK TABLES `test_type_costs` WRITE; +/*!40000 ALTER TABLE `test_type_costs` DISABLE KEYS */; +INSERT INTO `test_type_costs` VALUES ('2013-09-25 11:49:30',1,'0.00'),('2013-09-25 11:51:22',2,'0.00'),('2013-09-25 11:56:56',3,'0.00'),('2013-09-25 11:59:18',4,'0.00'),('2013-09-25 12:01:28',5,'0.00'),('2013-09-25 12:04:03',6,'0.00'),('2013-09-25 12:08:01',7,'0.00'),('2013-09-25 12:16:16',8,'0.00'),('2013-09-25 12:30:20',9,'0.00'),('2013-09-25 13:23:50',10,'0.00'),('2013-09-25 13:35:21',11,'0.00'),('2013-09-25 13:36:38',12,'0.00'),('2013-09-25 13:37:00',13,'0.00'),('2013-09-25 13:50:42',14,'0.00'),('2013-09-25 13:51:52',15,'0.00'),('2013-09-25 13:54:12',16,'0.00'),('2013-09-25 13:55:04',17,'0.00'),('2013-09-25 14:10:04',18,'0.00'),('2013-09-25 14:10:54',19,'0.00'),('2013-09-25 14:11:40',20,'0.00'),('2013-09-25 14:15:55',21,'0.00'),('2013-09-25 14:27:13',22,'0.00'),('2013-09-25 14:28:32',23,'0.00'),('2013-09-25 14:30:06',24,'0.00'),('2013-09-25 14:30:54',25,'0.00'),('2013-09-25 14:36:13',26,'0.00'),('2013-09-25 14:36:26',27,'0.00'),('2013-09-25 14:37:35',28,'0.00'),('2013-09-25 14:39:23',29,'0.00'),('2013-09-25 14:40:15',30,'0.00'),('2013-09-25 14:40:56',31,'0.00'),('2013-09-25 14:41:31',32,'0.00'),('2013-09-25 14:42:22',33,'0.00'),('2013-09-25 14:43:44',34,'0.00'),('2013-09-25 14:47:05',35,'0.00'),('2013-09-25 14:47:43',36,'0.00'),('2013-09-25 14:48:29',37,'0.00'),('2013-09-25 14:49:00',38,'0.00'),('2013-09-25 14:49:48',39,'0.00'),('2013-09-25 14:50:23',40,'0.00'),('2013-09-25 14:51:00',41,'0.00'),('2013-09-25 14:51:39',42,'0.00'),('2013-09-25 14:52:41',43,'0.00'),('2013-09-25 14:53:20',44,'0.00'),('2013-09-25 15:08:04',45,'0.00'),('2013-09-26 07:00:40',46,'0.00'),('2013-09-26 07:01:35',47,'0.00'),('2013-09-26 07:02:35',48,'0.00'),('2013-09-26 07:04:34',49,'0.00'),('2013-09-26 07:05:30',50,'0.00'),('2013-09-26 07:06:36',51,'0.00'),('2013-09-26 07:07:25',52,'0.00'),('2013-09-26 07:08:35',53,'0.00'),('2013-09-26 07:09:29',54,'0.00'),('2013-09-26 07:10:26',55,'0.00'),('2013-09-26 07:11:00',56,'0.00'),('2013-09-26 07:12:12',57,'0.00'),('2013-09-26 07:12:48',58,'0.00'),('2013-09-26 07:14:03',59,'0.00'),('2013-09-26 07:14:42',60,'0.00'),('2013-09-26 07:15:36',61,'0.00'),('2013-09-26 07:16:41',62,'0.00'),('2013-09-26 07:17:46',63,'0.00'),('2013-09-26 07:18:26',64,'0.00'),('2013-09-26 07:18:57',65,'0.00'),('2013-09-26 07:19:33',66,'0.00'),('2013-09-26 07:20:12',67,'0.00'),('2013-09-26 07:21:45',68,'0.00'),('2013-09-26 07:28:36',69,'0.00'),('2013-09-26 07:30:18',70,'0.00'),('2013-09-26 07:38:08',71,'0.00'),('2013-09-26 07:40:35',72,'0.00'),('2013-09-26 07:41:19',73,'0.00'),('2013-09-26 07:43:10',74,'0.00'),('2013-09-26 07:45:15',75,'0.00'),('2013-09-26 07:45:47',76,'0.00'),('2013-09-26 07:47:26',77,'0.00'),('2013-09-26 07:48:01',78,'0.00'),('2013-09-26 07:49:02',79,'0.00'),('2013-09-26 07:49:56',80,'0.00'),('2013-09-26 07:52:16',81,'0.00'),('2013-09-26 07:52:47',82,'0.00'),('2013-09-26 12:39:48',83,'0.00'),('2013-09-26 12:54:51',84,'0.00'),('2013-09-26 12:56:12',85,'0.00'),('2013-09-26 12:57:55',86,'0.00'),('2013-09-26 13:00:04',87,'0.00'),('2013-09-26 13:02:51',88,'0.00'),('2013-09-26 13:09:42',89,'0.00'),('2013-09-26 13:16:59',90,'0.00'),('2013-09-26 13:21:07',91,'0.00'),('2013-09-26 13:23:00',92,'0.00'),('2013-09-26 13:26:01',93,'0.00'),('2013-09-26 13:31:11',94,'0.00'),('2013-09-26 13:32:59',95,'0.00'),('2013-09-26 13:34:38',96,'0.00'),('2013-09-26 13:39:13',97,'0.00'),('2013-09-26 13:46:13',98,'0.00'),('2013-09-27 07:14:07',99,'0.00'),('2013-09-27 07:15:49',100,'0.00'),('2013-09-27 07:17:04',101,'0.00'),('2013-09-27 07:19:00',102,'0.00'),('2013-09-27 07:40:22',103,'0.00'),('2013-09-27 07:41:11',104,'0.00'),('2013-09-27 07:51:26',105,'0.00'),('2013-09-27 07:55:00',106,'0.00'),('2013-09-27 08:15:19',107,'0.00'),('2013-09-27 08:25:29',108,'0.00'),('2013-09-27 08:26:15',109,'0.00'),('2013-09-27 08:28:02',110,'0.00'),('2013-09-27 08:28:49',111,'0.00'),('2013-09-27 08:29:44',112,'0.00'),('2013-09-27 08:30:46',113,'0.00'),('2013-09-27 08:31:54',114,'0.00'),('2013-09-27 08:35:27',115,'0.00'),('2013-09-27 08:36:20',116,'0.00'),('2013-09-27 08:37:01',117,'0.00'),('2013-09-27 08:37:41',118,'0.00'),('2013-09-27 08:39:23',119,'0.00'),('2013-09-27 08:39:55',120,'0.00'),('2013-09-27 08:40:30',121,'0.00'),('2013-09-27 08:40:57',122,'0.00'),('2013-09-27 08:42:48',123,'0.00'),('2013-09-27 08:43:44',124,'0.00'),('2013-09-27 09:05:07',125,'0.00'),('2013-09-27 09:05:50',126,'0.00'),('2013-09-27 09:09:01',127,'0.00'),('2013-09-27 09:35:56',128,'0.00'),('2013-09-27 09:39:43',129,'0.00'),('2013-09-27 09:50:29',130,'0.00'),('2013-09-27 09:54:38',131,'0.00'),('2013-09-27 09:57:38',132,'0.00'),('2013-09-27 09:59:01',133,'0.00'),('2013-09-27 11:01:26',134,'0.00'),('2013-09-27 11:10:43',135,'0.00'),('2013-09-27 13:45:07',136,'0.00'),('2013-09-27 13:50:17',137,'0.00'),('2013-09-27 13:59:35',138,'0.00'),('2013-09-30 10:14:47',139,'0.00'),('2013-09-30 10:17:54',142,'0.00'),('2013-09-30 10:18:44',143,'0.00'),('2013-09-30 10:19:18',144,'0.00'),('2013-09-30 10:20:16',145,'0.00'),('2013-09-30 10:20:58',146,'0.00'),('2013-09-30 10:22:05',147,'0.00'),('2013-09-30 10:22:54',148,'0.00'),('2013-09-30 10:23:40',149,'0.00'),('2013-09-30 10:24:14',150,'0.00'),('2013-09-30 10:24:45',151,'0.00'),('2013-09-30 10:25:17',152,'0.00'),('2013-09-30 10:25:52',153,'0.00'),('2013-09-30 10:27:56',154,'0.00'),('2013-09-30 10:28:32',155,'0.00'),('2013-09-30 10:29:00',156,'0.00'),('2013-09-30 10:30:00',157,'0.00'),('2013-09-30 10:32:39',159,'0.00'),('2013-09-30 10:33:31',160,'0.00'),('2013-09-30 10:34:26',161,'0.00'),('2013-09-30 10:35:04',162,'0.00'),('2013-09-30 10:36:37',163,'0.00'),('2013-09-30 10:37:34',164,'0.00'),('2013-09-30 10:38:43',165,'0.00'),('2013-09-30 10:39:34',166,'0.00'),('2013-09-30 10:40:18',167,'0.00'),('2013-09-30 10:40:52',168,'0.00'),('2013-09-30 10:42:28',170,'0.00'),('2013-09-30 10:43:58',171,'0.00'),('2013-09-30 10:46:06',173,'0.00'),('2013-09-30 10:46:42',174,'0.00'),('2013-09-30 10:47:41',175,'0.00'),('2013-09-30 10:48:24',176,'0.00'),('2013-09-30 10:49:27',177,'0.00'),('2013-09-30 10:50:19',178,'0.00'),('2013-09-30 10:51:34',179,'0.00'),('2013-09-30 10:52:16',180,'0.00'),('2013-09-30 10:53:15',181,'0.00'),('2013-09-30 10:55:11',182,'0.00'),('2013-09-30 10:55:55',183,'0.00'),('2013-09-30 10:57:32',184,'0.00'),('2013-09-30 11:00:54',185,'0.00'),('2013-09-30 11:02:53',187,'0.00'),('2013-09-30 11:04:14',188,'0.00'),('2013-09-30 11:05:05',189,'0.00'),('2013-09-30 11:06:22',190,'0.00'),('2013-09-30 11:36:55',191,'0.00'),('2013-09-30 11:37:20',192,'0.00'),('2013-09-30 12:01:54',172,'0.00'),('2013-10-01 07:22:58',193,'0.00'),('2013-10-01 09:17:44',195,'0.00'),('2013-10-02 08:57:46',196,'0.00'),('2013-10-02 12:07:25',197,'0.00'),('2013-10-02 12:08:41',198,'0.00'),('2013-10-02 14:25:58',199,'0.00'),('2013-10-03 16:08:49',200,'0.00'),('2013-10-03 16:35:29',201,'0.00'),('2013-10-03 16:36:42',202,'0.00'),('2013-10-03 16:37:26',203,'0.00'),('2013-10-03 16:38:17',204,'0.00'),('2013-10-03 16:39:07',205,'0.00'),('2013-10-03 16:50:37',206,'0.00'),('2013-10-03 16:54:51',207,'0.00'),('2013-10-03 16:55:47',208,'0.00'),('2013-10-03 16:56:28',209,'0.00'),('2013-10-03 16:57:43',210,'0.00'),('2013-10-03 17:00:05',212,'0.00'),('2013-10-03 17:01:03',213,'0.00'),('2013-10-03 17:02:25',214,'0.00'),('2013-10-03 17:03:07',215,'0.00'),('2013-10-03 17:03:57',216,'0.00'),('2013-10-03 17:04:52',217,'0.00'),('2013-10-03 17:06:19',218,'0.00'),('2013-10-03 17:07:39',219,'0.00'),('2013-10-03 17:08:49',220,'0.00'),('2013-10-07 08:41:13',221,'0.00'),('2013-10-08 08:37:18',222,'0.00'),('2013-10-08 08:41:38',223,'0.00'),('2013-10-09 08:00:22',224,'0.00'),('2013-10-09 16:41:18',225,'0.00'),('2013-10-09 16:41:52',226,'0.00'),('2013-10-10 11:13:45',211,'0.00'),('2013-10-15 13:01:45',227,'0.00'),('2013-10-29 05:18:30',228,'0.00'),('2013-10-29 05:59:34',229,'0.00'),('2013-10-29 06:08:04',230,'0.00'),('2013-11-08 19:59:59',232,'0.00'),('2013-11-15 20:34:29',233,'0.00'),('2013-11-22 01:08:44',234,'0.00'),('2013-11-25 16:53:34',235,'0.00'),('2013-11-25 22:52:00',236,'0.00'),('2013-11-27 20:32:04',237,'0.00'),('2013-11-28 16:07:47',238,'0.00'),('2013-12-02 00:38:59',239,'0.00'),('2013-12-13 01:18:57',240,'0.00'); +/*!40000 ALTER TABLE `test_type_costs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type_measure` +-- + +DROP TABLE IF EXISTS `test_type_measure`; +CREATE TABLE `test_type_measure` ( + `test_type_id` int(11) unsigned NOT NULL default '0', + `measure_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `test_type_id` (`test_type_id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_type_measure` +-- + +LOCK TABLES `test_type_measure` WRITE; +/*!40000 ALTER TABLE `test_type_measure` DISABLE KEYS */; +INSERT INTO `test_type_measure` VALUES (1,1,'2013-09-25 11:49:30'),(2,2,'2013-09-25 11:51:21'),(3,5,'2013-09-25 11:56:56'),(4,8,'2013-09-25 11:59:18'),(5,9,'2013-09-25 12:01:28'),(6,10,'2013-09-25 12:04:03'),(7,11,'2013-09-25 12:08:01'),(8,12,'2013-09-25 12:16:16'),(8,13,'2013-09-25 12:16:16'),(8,14,'2013-09-25 12:16:16'),(9,15,'2013-09-25 12:30:20'),(9,16,'2013-09-25 12:30:20'),(9,17,'2013-09-25 12:30:20'),(9,18,'2013-09-25 12:30:20'),(9,19,'2013-09-25 12:30:20'),(9,20,'2013-09-25 12:30:20'),(9,21,'2013-09-25 12:30:20'),(9,22,'2013-09-25 12:30:20'),(9,23,'2013-09-25 12:34:46'),(9,24,'2013-09-25 12:34:46'),(9,25,'2013-09-25 12:34:46'),(9,26,'2013-09-25 12:34:46'),(9,27,'2013-09-25 12:34:46'),(10,28,'2013-09-25 13:23:50'),(11,29,'2013-09-25 13:35:20'),(11,30,'2013-09-25 13:35:20'),(11,31,'2013-09-25 13:35:20'),(12,33,'2013-09-25 13:36:38'),(13,34,'2013-09-25 13:37:00'),(13,35,'2013-09-25 13:37:00'),(14,36,'2013-09-25 13:50:42'),(15,37,'2013-09-25 13:51:49'),(16,39,'2013-09-25 13:54:12'),(17,40,'2013-09-25 13:55:03'),(18,41,'2013-09-25 14:10:04'),(19,43,'2013-09-25 14:10:54'),(20,44,'2013-09-25 14:11:40'),(21,45,'2013-09-25 14:14:33'),(21,46,'2013-09-25 14:14:33'),(22,47,'2013-09-25 14:27:13'),(23,48,'2013-09-25 14:28:32'),(24,49,'2013-09-25 14:29:47'),(25,50,'2013-09-25 14:30:54'),(26,51,'2013-09-25 14:36:12'),(27,52,'2013-09-25 14:36:26'),(27,53,'2013-09-25 14:36:26'),(27,54,'2013-09-25 14:36:26'),(28,55,'2013-09-25 14:37:35'),(29,56,'2013-09-25 14:39:23'),(30,57,'2013-09-25 14:40:15'),(31,58,'2013-09-25 14:40:56'),(32,59,'2013-09-25 14:41:30'),(33,60,'2013-09-25 14:42:22'),(34,61,'2013-09-25 14:43:43'),(35,62,'2013-09-25 14:47:05'),(36,63,'2013-09-25 14:47:43'),(37,64,'2013-09-25 14:48:28'),(38,65,'2013-09-25 14:49:00'),(39,66,'2013-09-25 14:49:48'),(40,67,'2013-09-25 14:50:23'),(41,68,'2013-09-25 14:50:59'),(42,69,'2013-09-25 14:51:38'),(43,70,'2013-09-25 14:52:40'),(44,71,'2013-09-25 14:53:20'),(24,72,'2013-09-25 15:04:14'),(24,73,'2013-09-25 15:04:14'),(45,74,'2013-09-25 15:08:03'),(41,75,'2013-09-25 15:21:22'),(41,76,'2013-09-25 15:21:22'),(41,77,'2013-09-25 15:21:22'),(41,78,'2013-09-25 15:21:22'),(41,79,'2013-09-25 15:21:22'),(41,80,'2013-09-25 15:21:22'),(41,81,'2013-09-25 15:21:22'),(41,82,'2013-09-25 15:21:22'),(41,83,'2013-09-25 15:25:10'),(41,84,'2013-09-25 15:25:10'),(41,85,'2013-09-25 15:25:10'),(41,86,'2013-09-25 15:25:10'),(41,87,'2013-09-25 15:25:10'),(41,88,'2013-09-25 15:25:10'),(41,89,'2013-09-25 15:26:03'),(35,90,'2013-09-25 15:36:24'),(35,91,'2013-09-25 15:36:24'),(35,92,'2013-09-25 15:36:24'),(35,93,'2013-09-25 15:36:24'),(35,94,'2013-09-25 15:36:24'),(35,95,'2013-09-25 15:36:24'),(35,96,'2013-09-25 15:36:24'),(35,97,'2013-09-25 15:36:24'),(35,98,'2013-09-25 15:41:26'),(35,99,'2013-09-25 15:41:26'),(35,100,'2013-09-25 15:41:26'),(46,109,'2013-09-26 07:00:40'),(47,110,'2013-09-26 07:01:35'),(48,111,'2013-09-26 07:02:34'),(49,112,'2013-09-26 07:04:34'),(50,113,'2013-09-26 07:05:30'),(51,114,'2013-09-26 07:06:36'),(52,115,'2013-09-26 07:07:25'),(53,116,'2013-09-26 07:08:35'),(54,117,'2013-09-26 07:09:28'),(55,118,'2013-09-26 07:10:26'),(56,119,'2013-09-26 07:10:59'),(57,120,'2013-09-26 07:12:12'),(58,121,'2013-09-26 07:12:48'),(59,122,'2013-09-26 07:14:03'),(60,123,'2013-09-26 07:14:41'),(61,124,'2013-09-26 07:15:36'),(62,125,'2013-09-26 07:16:41'),(63,126,'2013-09-26 07:17:46'),(64,127,'2013-09-26 07:18:26'),(65,128,'2013-09-26 07:18:57'),(66,129,'2013-09-26 07:19:33'),(67,130,'2013-09-26 07:20:12'),(68,131,'2013-09-26 07:21:45'),(70,133,'2013-09-26 07:30:18'),(71,134,'2013-09-26 07:38:08'),(72,135,'2013-09-26 07:40:35'),(73,136,'2013-09-26 07:41:19'),(74,137,'2013-09-26 07:43:10'),(75,138,'2013-09-26 07:45:14'),(76,139,'2013-09-26 07:45:47'),(77,140,'2013-09-26 07:47:25'),(78,141,'2013-09-26 07:48:01'),(79,142,'2013-09-26 07:49:02'),(80,143,'2013-09-26 07:49:56'),(81,144,'2013-09-26 07:52:16'),(82,145,'2013-09-26 07:52:47'),(82,146,'2013-09-26 08:50:01'),(82,147,'2013-09-26 08:50:01'),(82,148,'2013-09-26 08:50:01'),(43,150,'2013-09-26 09:38:10'),(43,151,'2013-09-26 09:38:10'),(69,152,'2013-09-26 12:21:44'),(84,156,'2013-09-26 12:54:51'),(85,157,'2013-09-26 12:56:12'),(86,158,'2013-09-26 12:57:55'),(87,159,'2013-09-26 13:00:04'),(88,160,'2013-09-26 13:02:51'),(89,161,'2013-09-26 13:09:42'),(90,163,'2013-09-26 13:16:58'),(91,165,'2013-09-26 13:21:06'),(92,167,'2013-09-26 13:23:00'),(93,168,'2013-09-26 13:26:01'),(94,169,'2013-09-26 13:31:11'),(94,170,'2013-09-26 13:31:11'),(95,171,'2013-09-26 13:32:59'),(96,172,'2013-09-26 13:34:38'),(96,173,'2013-09-26 13:34:38'),(97,174,'2013-09-26 13:39:13'),(98,175,'2013-09-26 13:46:13'),(97,176,'2013-09-27 07:11:04'),(97,177,'2013-09-27 07:11:04'),(97,178,'2013-09-27 07:11:04'),(99,179,'2013-09-27 07:14:07'),(100,181,'2013-09-27 07:15:49'),(101,183,'2013-09-27 07:17:04'),(102,184,'2013-09-27 07:19:00'),(103,185,'2013-09-27 07:40:22'),(104,186,'2013-09-27 07:41:11'),(105,187,'2013-09-27 07:51:25'),(105,188,'2013-09-27 07:51:25'),(105,189,'2013-09-27 07:51:25'),(105,191,'2013-09-27 07:51:25'),(105,192,'2013-09-27 07:51:25'),(105,193,'2013-09-27 07:51:25'),(105,195,'2013-09-27 07:51:25'),(105,197,'2013-09-27 07:51:25'),(105,205,'2013-09-27 07:53:44'),(105,206,'2013-09-27 07:53:44'),(106,207,'2013-09-27 07:55:00'),(106,208,'2013-09-27 07:55:00'),(107,209,'2013-09-27 08:15:19'),(107,210,'2013-09-27 08:15:19'),(108,211,'2013-09-27 08:25:29'),(109,212,'2013-09-27 08:26:15'),(110,213,'2013-09-27 08:28:02'),(111,214,'2013-09-27 08:28:48'),(112,215,'2013-09-27 08:29:43'),(113,216,'2013-09-27 08:30:46'),(114,217,'2013-09-27 08:31:53'),(115,218,'2013-09-27 08:35:27'),(116,219,'2013-09-27 08:36:20'),(117,220,'2013-09-27 08:37:01'),(118,221,'2013-09-27 08:37:41'),(119,222,'2013-09-27 08:39:23'),(120,223,'2013-09-27 08:39:54'),(121,224,'2013-09-27 08:40:30'),(122,225,'2013-09-27 08:40:57'),(123,226,'2013-09-27 08:42:48'),(124,227,'2013-09-27 08:43:44'),(125,228,'2013-09-27 09:05:07'),(126,229,'2013-09-27 09:05:50'),(127,230,'2013-09-27 09:09:01'),(128,231,'2013-09-27 09:35:55'),(128,232,'2013-09-27 09:35:55'),(128,233,'2013-09-27 09:35:55'),(128,234,'2013-09-27 09:35:55'),(128,235,'2013-09-27 09:35:55'),(128,236,'2013-09-27 09:35:55'),(128,237,'2013-09-27 09:35:55'),(128,238,'2013-09-27 09:35:55'),(128,239,'2013-09-27 09:35:55'),(128,240,'2013-09-27 09:35:55'),(128,241,'2013-09-27 09:35:55'),(128,242,'2013-09-27 09:35:55'),(128,243,'2013-09-27 09:35:55'),(128,244,'2013-09-27 09:35:55'),(129,245,'2013-09-27 09:39:42'),(129,246,'2013-09-27 09:39:42'),(129,247,'2013-09-27 09:39:42'),(129,248,'2013-09-27 09:39:42'),(129,249,'2013-09-27 09:39:42'),(129,250,'2013-09-27 09:39:42'),(130,251,'2013-09-27 09:50:29'),(130,252,'2013-09-27 09:50:29'),(130,253,'2013-09-27 09:50:29'),(130,254,'2013-09-27 09:50:29'),(130,255,'2013-09-27 09:50:29'),(130,256,'2013-09-27 09:50:29'),(131,257,'2013-09-27 09:54:38'),(131,258,'2013-09-27 09:54:38'),(131,259,'2013-09-27 09:54:38'),(131,260,'2013-09-27 09:54:38'),(131,261,'2013-09-27 09:54:38'),(131,262,'2013-09-27 09:54:38'),(131,263,'2013-09-27 09:54:38'),(131,264,'2013-09-27 09:54:38'),(132,265,'2013-09-27 09:57:38'),(132,266,'2013-09-27 09:57:38'),(132,267,'2013-09-27 09:57:38'),(133,268,'2013-09-27 09:59:00'),(133,269,'2013-09-27 09:59:00'),(133,270,'2013-09-27 09:59:00'),(134,271,'2013-09-27 11:01:26'),(134,272,'2013-09-27 11:01:26'),(134,273,'2013-09-27 11:01:26'),(134,274,'2013-09-27 11:01:26'),(135,275,'2013-09-27 11:10:43'),(37,276,'2013-09-27 11:34:37'),(37,277,'2013-09-27 11:34:37'),(37,278,'2013-09-27 11:34:37'),(37,279,'2013-09-27 11:34:37'),(37,280,'2013-09-27 11:34:37'),(37,281,'2013-09-27 11:34:37'),(37,282,'2013-09-27 11:34:37'),(37,283,'2013-09-27 11:34:37'),(136,284,'2013-09-27 13:45:07'),(137,285,'2013-09-27 13:50:17'),(137,286,'2013-09-27 13:50:17'),(137,287,'2013-09-27 13:50:17'),(137,288,'2013-09-27 13:50:17'),(137,289,'2013-09-27 13:50:17'),(137,290,'2013-09-27 13:50:17'),(137,291,'2013-09-27 13:50:17'),(138,292,'2013-09-27 13:59:34'),(138,293,'2013-09-27 13:59:34'),(138,294,'2013-09-27 13:59:34'),(138,295,'2013-09-27 13:59:35'),(138,296,'2013-09-27 13:59:35'),(138,297,'2013-09-27 13:59:35'),(139,298,'2013-09-30 10:14:46'),(140,299,'2013-09-30 10:15:45'),(141,300,'2013-09-30 10:17:04'),(142,301,'2013-09-30 10:17:54'),(143,302,'2013-09-30 10:18:44'),(144,303,'2013-09-30 10:19:18'),(145,304,'2013-09-30 10:20:02'),(146,305,'2013-09-30 10:20:58'),(147,306,'2013-09-30 10:22:05'),(148,307,'2013-09-30 10:22:54'),(149,308,'2013-09-30 10:23:39'),(150,309,'2013-09-30 10:24:14'),(151,310,'2013-09-30 10:24:45'),(152,311,'2013-09-30 10:25:17'),(153,312,'2013-09-30 10:25:52'),(154,313,'2013-09-30 10:27:56'),(155,314,'2013-09-30 10:28:32'),(156,315,'2013-09-30 10:29:00'),(157,316,'2013-09-30 10:29:59'),(158,317,'2013-09-30 10:30:52'),(159,318,'2013-09-30 10:32:39'),(160,319,'2013-09-30 10:33:30'),(161,320,'2013-09-30 10:34:26'),(162,321,'2013-09-30 10:35:04'),(163,322,'2013-09-30 10:36:36'),(164,323,'2013-09-30 10:37:34'),(165,324,'2013-09-30 10:38:43'),(166,325,'2013-09-30 10:39:34'),(167,326,'2013-09-30 10:40:18'),(168,327,'2013-09-30 10:40:52'),(169,328,'2013-09-30 10:41:28'),(170,329,'2013-09-30 10:42:27'),(171,330,'2013-09-30 10:43:57'),(172,331,'2013-09-30 10:44:46'),(173,332,'2013-09-30 10:46:06'),(174,333,'2013-09-30 10:46:42'),(175,334,'2013-09-30 10:47:41'),(176,335,'2013-09-30 10:48:24'),(177,336,'2013-09-30 10:49:27'),(178,337,'2013-09-30 10:50:18'),(179,338,'2013-09-30 10:51:34'),(180,339,'2013-09-30 10:52:16'),(181,340,'2013-09-30 10:53:14'),(182,341,'2013-09-30 10:55:11'),(183,342,'2013-09-30 10:55:55'),(184,343,'2013-09-30 10:57:32'),(185,344,'2013-09-30 11:00:54'),(186,345,'2013-09-30 11:01:32'),(187,346,'2013-09-30 11:02:53'),(188,347,'2013-09-30 11:04:14'),(189,348,'2013-09-30 11:05:04'),(190,349,'2013-09-30 11:06:21'),(191,350,'2013-09-30 11:36:55'),(192,351,'2013-09-30 11:37:20'),(193,352,'2013-10-01 07:22:57'),(194,353,'2013-10-01 09:17:04'),(195,354,'2013-10-01 09:17:43'),(196,355,'2013-10-02 08:57:46'),(196,356,'2013-10-02 08:57:46'),(196,357,'2013-10-02 08:57:46'),(196,358,'2013-10-02 08:57:46'),(196,359,'2013-10-02 08:57:46'),(196,360,'2013-10-02 08:57:46'),(196,361,'2013-10-02 08:57:46'),(196,362,'2013-10-02 08:57:46'),(196,363,'2013-10-02 08:57:46'),(196,364,'2013-10-02 08:57:46'),(197,365,'2013-10-02 12:07:24'),(198,366,'2013-10-02 12:08:40'),(199,367,'2013-10-02 14:25:57'),(200,368,'2013-10-03 16:08:49'),(200,369,'2013-10-03 16:08:49'),(200,370,'2013-10-03 16:08:49'),(201,371,'2013-10-03 16:35:29'),(202,372,'2013-10-03 16:36:41'),(203,373,'2013-10-03 16:37:25'),(204,374,'2013-10-03 16:38:17'),(205,375,'2013-10-03 16:39:07'),(206,376,'2013-10-03 16:50:37'),(207,377,'2013-10-03 16:54:51'),(208,378,'2013-10-03 16:55:47'),(209,379,'2013-10-03 16:56:28'),(210,380,'2013-10-03 16:57:43'),(211,381,'2013-10-03 16:59:27'),(212,382,'2013-10-03 17:00:04'),(213,383,'2013-10-03 17:01:03'),(214,384,'2013-10-03 17:02:24'),(215,385,'2013-10-03 17:03:07'),(216,386,'2013-10-03 17:03:56'),(217,387,'2013-10-03 17:04:52'),(218,388,'2013-10-03 17:06:18'),(219,389,'2013-10-03 17:07:39'),(220,390,'2013-10-03 17:08:49'),(221,391,'2013-10-07 08:41:13'),(222,392,'2013-10-08 08:37:17'),(222,393,'2013-10-08 08:37:17'),(222,394,'2013-10-08 08:37:17'),(222,395,'2013-10-08 08:37:17'),(222,396,'2013-10-08 08:37:17'),(222,397,'2013-10-08 08:37:17'),(222,398,'2013-10-08 08:37:17'),(222,399,'2013-10-08 08:37:17'),(222,400,'2013-10-08 08:37:17'),(222,401,'2013-10-08 08:37:17'),(222,402,'2013-10-08 08:37:17'),(222,403,'2013-10-08 08:37:17'),(222,404,'2013-10-08 08:37:17'),(222,405,'2013-10-08 08:37:17'),(222,406,'2013-10-08 08:37:17'),(223,409,'2013-10-08 08:41:38'),(222,410,'2013-10-09 07:48:04'),(224,411,'2013-10-09 08:00:22'),(225,412,'2013-10-09 16:41:18'),(226,413,'2013-10-09 16:41:51'),(218,414,'2013-10-14 08:51:48'),(218,415,'2013-10-14 08:51:48'),(218,416,'2013-10-14 08:51:48'),(105,417,'2013-10-14 11:55:44'),(105,418,'2013-10-14 11:55:44'),(227,419,'2013-10-15 13:01:44'),(28,426,'2013-10-17 10:39:31'),(227,429,'2013-10-17 13:18:09'),(227,430,'2013-10-17 13:18:09'),(68,431,'2013-10-21 14:54:04'),(68,432,'2013-10-21 14:54:04'),(213,433,'2013-10-21 15:31:35'),(213,434,'2013-10-21 15:31:35'),(213,435,'2013-10-21 15:31:35'),(213,436,'2013-10-21 15:31:35'),(213,437,'2013-10-21 15:31:35'),(213,438,'2013-10-21 15:31:35'),(213,439,'2013-10-21 15:31:35'),(35,446,'2013-10-22 09:34:33'),(35,447,'2013-10-22 09:34:33'),(35,448,'2013-10-22 09:34:33'),(35,449,'2013-10-22 09:34:33'),(35,450,'2013-10-22 09:34:33'),(35,451,'2013-10-22 09:34:33'),(35,452,'2013-10-22 09:34:33'),(83,461,'2013-10-22 14:48:17'),(35,467,'2013-10-22 17:05:40'),(18,468,'2013-10-23 13:16:26'),(83,469,'2013-10-24 09:27:06'),(205,470,'2013-10-24 10:12:28'),(89,473,'2013-10-24 10:24:39'),(90,474,'2013-10-24 10:28:40'),(91,475,'2013-10-24 10:31:24'),(11,476,'2013-10-24 10:36:20'),(11,477,'2013-10-24 10:36:20'),(138,478,'2013-10-24 10:41:21'),(69,479,'2013-10-24 13:01:53'),(228,481,'2013-10-29 05:22:20'),(229,482,'2013-10-29 05:59:34'),(230,483,'2013-10-29 06:08:03'),(231,484,'2013-10-29 01:56:53'),(113,485,'2013-11-01 19:15:32'),(232,486,'2013-11-08 19:59:59'),(3,488,'2013-11-08 20:50:39'),(218,489,'2013-11-10 21:31:44'),(218,490,'2013-11-10 21:31:44'),(218,491,'2013-11-10 21:31:44'),(218,492,'2013-11-10 21:31:44'),(213,493,'2013-11-11 23:33:35'),(233,494,'2013-11-15 20:34:28'),(3,496,'2013-11-15 21:22:44'),(213,497,'2013-11-16 00:40:48'),(213,498,'2013-11-16 00:40:48'),(213,499,'2013-11-16 00:40:48'),(234,500,'2013-11-22 01:08:44'),(235,501,'2013-11-25 16:53:33'),(236,502,'2013-11-25 22:52:00'),(237,503,'2013-11-27 20:32:04'),(238,504,'2013-11-28 16:07:46'),(239,505,'2013-12-02 00:38:59'),(240,506,'2013-12-13 01:18:56'),(238,507,'2013-12-16 03:18:18'),(238,508,'2013-12-16 03:18:18'),(238,509,'2013-12-16 03:18:18'),(238,510,'2013-12-16 03:18:18'),(238,511,'2013-12-16 03:18:18'),(238,512,'2013-12-16 03:18:19'),(238,513,'2013-12-16 03:18:19'); +/*!40000 ALTER TABLE `test_type_measure` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `unit` +-- + +DROP TABLE IF EXISTS `unit`; +CREATE TABLE `unit` ( + `unit_id` int(11) unsigned NOT NULL auto_increment, + `unit` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`unit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `unit` +-- + +LOCK TABLES `unit` WRITE; +/*!40000 ALTER TABLE `unit` DISABLE KEYS */; +/*!40000 ALTER TABLE `unit` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user` +-- + +DROP TABLE IF EXISTS `user`; +CREATE TABLE `user` ( + `user_id` int(11) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL default '', + `password` varchar(45) NOT NULL default '', + `actualname` varchar(45) default NULL, + `email` varchar(45) default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `lab_config_id` int(10) unsigned NOT NULL, + `level` int(10) unsigned default NULL, + `phone` varchar(45) default NULL, + `lang_id` varchar(45) NOT NULL default 'default', + PRIMARY KEY (`user_id`), + KEY `user_id_index` USING BTREE (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Users are anybody that works in the lab.'; + +-- +-- Dumping data for table `user` +-- + +LOCK TABLES `user` WRITE; +/*!40000 ALTER TABLE `user` DISABLE KEYS */; +/*!40000 ALTER TABLE `user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_feedback` +-- + +DROP TABLE IF EXISTS `user_feedback`; +CREATE TABLE `user_feedback` ( + `id` int(11) NOT NULL auto_increment, + `user_id` int(11) default NULL, + `rating` int(3) default NULL, + `comments` varchar(500) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM AUTO_INCREMENT=1670 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `user_feedback` +-- + +LOCK TABLES `user_feedback` WRITE; +/*!40000 ALTER TABLE `user_feedback` DISABLE KEYS */; +INSERT INTO `user_feedback` VALUES (1,504,6,'','2013-09-25 07:53:59'),(2,504,6,'','2013-09-25 12:22:09'),(3,504,3,'','2013-09-25 11:49:03'),(4,504,1,'','2013-09-25 15:48:57'),(5,504,3,'','2013-09-26 10:54:30'),(6,504,3,'','2013-09-26 11:48:05'),(7,504,3,'','2013-09-26 13:54:50'),(8,504,1,'','2013-09-27 12:01:05'),(9,504,3,'','2013-09-27 14:00:08'),(10,504,3,'','2013-09-30 11:06:34'),(11,504,1,'','2013-09-30 13:44:47'),(12,504,3,'','2013-09-30 15:38:38'),(13,504,1,'','2013-09-30 16:08:22'),(14,504,1,'','2013-10-01 07:27:21'),(15,504,3,'','2013-10-01 07:28:43'),(16,504,3,'','2013-10-01 07:31:10'),(17,531,3,'','2013-10-01 08:22:51'),(18,530,3,'','2013-10-01 09:14:21'),(19,504,3,'','2013-10-01 09:38:08'),(20,530,3,'','2013-10-01 13:46:57'),(21,504,3,'','2013-10-01 13:49:08'),(22,504,3,'','2013-10-01 15:24:56'),(23,504,3,'','2013-10-01 16:00:06'),(24,541,6,'','2013-10-02 09:48:54'),(25,504,3,'','2013-10-02 10:07:05'),(26,555,6,'','2013-10-02 10:27:25'),(27,535,6,'','2013-10-02 10:44:08'),(28,530,3,'','2013-10-02 11:32:31'),(29,504,3,'','2013-10-02 11:39:13'),(30,504,3,'','2013-10-02 11:46:42'),(31,530,3,'','2013-10-02 11:48:22'),(32,504,3,'','2013-10-02 11:49:57'),(33,530,3,'','2013-10-02 12:00:04'),(34,504,3,'','2013-10-02 12:10:01'),(35,543,3,'','2013-10-02 12:56:16'),(36,530,3,'','2013-10-02 14:24:42'),(37,504,3,'','2013-10-02 14:26:05'),(38,535,6,'','2013-10-02 14:32:21'),(39,535,6,'','2013-10-02 14:41:47'),(40,530,3,'','2013-10-02 14:58:06'),(41,535,6,'','2013-10-02 16:43:25'),(42,533,3,'','2013-10-02 16:54:18'),(43,504,3,'','2013-10-03 07:24:01'),(44,531,3,'','2013-10-03 07:38:54'),(45,535,6,'','2013-10-03 08:07:20'),(46,530,3,'','2013-10-03 08:12:36'),(47,551,3,'','2013-10-03 08:16:21'),(48,504,3,'','2013-10-03 08:17:36'),(49,551,3,'','2013-10-03 09:53:51'),(50,551,3,'','2013-10-03 09:57:22'),(51,504,3,'','2013-10-03 11:29:27'),(52,551,3,'','2013-10-03 13:40:44'),(53,533,6,'','2013-10-03 15:46:02'),(54,504,3,'','2013-10-03 16:50:45'),(55,504,3,'','2013-10-03 17:10:14'),(56,551,3,'','2013-10-03 20:10:27'),(57,531,3,'','2013-10-04 07:33:16'),(58,551,3,'','2013-10-04 14:24:34'),(59,504,3,'','2013-10-04 15:27:06'),(60,530,3,'','2013-10-05 07:50:27'),(61,530,3,'','2013-10-06 07:31:17'),(62,530,3,'','2013-10-07 07:12:01'),(63,504,3,'','2013-10-07 08:42:46'),(64,504,3,'','2013-10-07 10:44:08'),(65,504,3,'','2013-10-07 10:48:32'),(66,504,3,'','2013-10-07 11:16:10'),(67,541,3,'','2013-10-07 11:28:11'),(68,555,3,'','2013-10-07 12:14:31'),(69,534,3,'','2013-10-07 12:23:45'),(70,504,3,'','2013-10-07 12:48:06'),(71,534,3,'','2013-10-07 13:01:37'),(72,504,3,'','2013-10-07 13:03:41'),(73,534,3,'','2013-10-07 14:37:31'),(74,552,3,'','2013-10-07 14:42:55'),(75,534,3,'','2013-10-07 15:33:02'),(76,534,3,'','2013-10-07 16:22:23'),(77,541,3,'','2013-10-07 16:58:22'),(78,552,3,'','2013-10-07 17:25:26'),(79,531,3,'','2013-10-07 19:27:04'),(80,531,3,'','2013-10-07 19:39:12'),(81,535,6,'','2013-10-07 21:10:11'),(82,504,6,'','2013-10-07 21:14:30'),(83,535,6,'','2013-10-07 21:59:44'),(84,504,6,'','2013-10-07 22:03:04'),(85,535,6,'','2013-10-07 22:26:24'),(86,535,6,'','2013-10-07 22:27:08'),(87,535,6,'','2013-10-08 05:34:23'),(88,530,3,'','2013-10-08 07:15:32'),(89,535,6,'','2013-10-08 07:21:17'),(90,535,6,'','2013-10-08 07:38:11'),(91,504,3,'','2013-10-08 09:10:04'),(92,534,3,'','2013-10-08 12:14:14'),(93,534,3,'','2013-10-08 15:01:55'),(94,531,3,'','2013-10-08 19:26:55'),(95,535,6,'','2013-10-08 22:56:04'),(96,504,6,'','2013-10-08 23:03:32'),(97,535,6,'','2013-10-09 00:01:10'),(98,504,6,'','2013-10-09 00:06:46'),(99,535,6,'','2013-10-09 05:27:41'),(100,551,3,'','2013-10-09 07:28:54'),(101,504,3,'','2013-10-09 08:01:37'),(102,556,3,'','2013-10-09 10:14:44'),(103,504,3,'','2013-10-09 10:15:57'),(104,555,6,'','2013-10-09 10:24:19'),(105,541,3,'','2013-10-09 10:36:24'),(106,534,3,'','2013-10-09 12:14:50'),(107,555,3,'','2013-10-09 12:29:50'),(108,537,3,'','2013-10-09 12:46:00'),(109,555,3,'','2013-10-09 12:53:46'),(110,555,6,'','2013-10-09 13:05:32'),(111,537,3,'','2013-10-09 13:17:46'),(112,556,3,'','2013-10-09 13:42:51'),(113,555,3,'','2013-10-09 13:56:35'),(114,504,3,'','2013-10-09 13:57:17'),(115,504,3,'','2013-10-09 14:32:38'),(116,541,3,'','2013-10-09 15:55:35'),(117,534,3,'','2013-10-09 16:34:06'),(118,504,3,'','2013-10-09 16:49:27'),(119,534,3,'','2013-10-09 17:04:34'),(120,553,3,'','2013-10-09 17:35:02'),(121,552,3,'','2013-10-09 17:35:50'),(122,531,3,'','2013-10-09 19:30:00'),(123,535,6,'','2013-10-10 02:34:09'),(124,551,3,'','2013-10-10 07:22:01'),(125,534,3,'','2013-10-10 07:59:32'),(126,504,3,'','2013-10-10 10:10:05'),(127,504,3,'','2013-10-10 11:24:10'),(128,504,3,'','2013-10-10 12:13:41'),(129,536,3,'','2013-10-10 14:29:48'),(130,504,3,'','2013-10-10 14:33:00'),(131,531,3,'','2013-10-10 19:26:09'),(132,551,3,'','2013-10-11 07:21:22'),(133,555,6,'','2013-10-11 09:10:55'),(134,555,6,'','2013-10-11 11:05:09'),(135,530,3,'','2013-10-11 13:53:37'),(136,530,3,'','2013-10-11 19:24:17'),(137,530,3,'','2013-10-11 19:27:59'),(138,535,6,'','2013-10-12 06:42:20'),(139,551,3,'','2013-10-12 07:14:10'),(140,535,6,'','2013-10-12 14:41:30'),(141,535,6,'','2013-10-12 14:51:44'),(142,530,3,'','2013-10-12 19:09:53'),(143,530,3,'','2013-10-12 19:14:28'),(144,535,6,'','2013-10-12 19:37:27'),(145,504,6,'','2013-10-12 19:39:45'),(146,531,3,'','2013-10-13 07:39:08'),(147,530,3,'','2013-10-13 18:59:34'),(148,531,3,'','2013-10-14 07:59:56'),(149,556,3,'','2013-10-14 08:27:43'),(150,541,3,'','2013-10-14 08:41:19'),(151,504,3,'','2013-10-14 08:47:40'),(152,504,3,'','2013-10-14 09:01:54'),(153,537,3,'','2013-10-14 09:07:34'),(154,555,3,'','2013-10-14 09:31:30'),(155,534,3,'','2013-10-14 09:47:16'),(156,531,3,'','2013-10-14 10:30:09'),(157,504,3,'','2013-10-14 11:17:39'),(158,504,3,'','2013-10-14 12:02:50'),(159,556,3,'','2013-10-14 12:18:54'),(160,504,3,'','2013-10-14 12:26:30'),(161,555,3,'','2013-10-14 13:35:20'),(162,535,6,'','2013-10-14 14:40:20'),(163,556,3,'','2013-10-14 16:02:25'),(164,504,3,'','2013-10-14 16:06:06'),(165,553,3,'','2013-10-14 16:09:58'),(166,535,6,'','2013-10-14 16:16:53'),(167,556,3,'','2013-10-14 16:25:45'),(168,504,3,'','2013-10-14 16:29:49'),(169,535,6,'','2013-10-14 17:04:55'),(170,535,6,'','2013-10-14 18:00:58'),(171,535,6,'','2013-10-14 18:37:48'),(172,530,3,'','2013-10-14 19:00:08'),(173,531,3,'','2013-10-15 07:15:18'),(174,536,6,'','2013-10-15 07:29:08'),(175,504,3,'','2013-10-15 08:53:07'),(176,537,3,'','2013-10-15 08:55:27'),(177,504,3,'','2013-10-15 09:09:59'),(178,557,3,'','2013-10-15 09:22:54'),(179,534,3,'','2013-10-15 09:28:13'),(180,543,3,'','2013-10-15 09:31:49'),(181,504,3,'','2013-10-15 09:32:09'),(182,534,3,'','2013-10-15 09:36:38'),(183,534,3,'','2013-10-15 09:38:25'),(184,555,3,'','2013-10-15 09:38:38'),(185,537,3,'','2013-10-15 09:56:13'),(186,555,3,'','2013-10-15 10:16:51'),(187,543,3,'','2013-10-15 10:48:10'),(188,555,3,'','2013-10-15 10:53:25'),(189,534,3,'','2013-10-15 12:08:28'),(190,555,3,'','2013-10-15 12:15:04'),(191,556,3,'','2013-10-15 12:50:08'),(192,504,3,'','2013-10-15 13:09:50'),(193,534,3,'','2013-10-15 13:14:23'),(194,535,6,'','2013-10-15 13:15:11'),(195,543,3,'','2013-10-15 13:41:09'),(196,556,3,'','2013-10-15 14:04:05'),(197,534,3,'','2013-10-15 14:20:04'),(198,546,6,'','2013-10-15 14:30:02'),(199,535,6,'','2013-10-15 15:41:48'),(200,530,3,'','2013-10-15 15:48:34'),(201,535,3,'','2013-10-15 16:10:35'),(202,530,3,'','2013-10-15 19:11:05'),(203,546,3,'','2013-10-15 19:34:31'),(204,536,6,'','2013-10-16 07:19:21'),(205,531,3,'','2013-10-16 07:25:26'),(206,556,3,'','2013-10-16 07:30:23'),(207,531,3,'','2013-10-16 07:38:59'),(208,531,3,'','2013-10-16 07:45:54'),(209,535,6,'','2013-10-16 12:42:36'),(210,543,3,'','2013-10-16 13:00:33'),(211,504,3,'','2013-10-16 14:28:46'),(212,504,6,'','2013-10-16 15:42:58'),(213,535,3,'','2013-10-16 15:54:13'),(214,535,3,'','2013-10-16 15:54:13'),(215,535,3,'','2013-10-16 15:54:19'),(216,535,3,'','2013-10-16 16:32:34'),(217,504,3,'','2013-10-16 16:41:42'),(218,504,3,'','2013-10-16 16:49:49'),(219,535,6,'','2013-10-16 17:22:32'),(220,530,6,'','2013-10-16 17:46:36'),(221,535,6,'','2013-10-16 18:00:04'),(222,553,6,'','2013-10-16 18:07:29'),(223,535,6,'','2013-10-16 18:13:58'),(224,535,6,'','2013-10-16 18:22:54'),(225,504,6,'','2013-10-16 18:26:51'),(226,535,6,'','2013-10-16 18:28:10'),(227,535,6,'','2013-10-16 19:30:51'),(228,504,6,'','2013-10-16 19:40:30'),(229,535,6,'','2013-10-16 19:51:19'),(230,504,6,'','2013-10-16 19:54:21'),(231,535,6,'','2013-10-16 20:01:43'),(232,551,6,'','2013-10-17 05:03:35'),(233,536,6,'','2013-10-17 07:24:46'),(234,556,3,'','2013-10-17 08:28:08'),(235,555,3,'','2013-10-17 08:59:44'),(236,555,3,'','2013-10-17 09:36:47'),(237,555,3,'','2013-10-17 10:03:29'),(238,556,3,'','2013-10-17 10:09:20'),(239,530,3,'','2013-10-17 10:12:33'),(240,555,3,'','2013-10-17 10:56:51'),(241,555,3,'','2013-10-17 11:52:59'),(242,555,3,'','2013-10-17 11:58:23'),(243,552,3,'','2013-10-17 12:09:58'),(244,504,3,'','2013-10-17 13:34:29'),(245,534,3,'','2013-10-17 13:55:57'),(246,535,6,'','2013-10-17 15:28:31'),(247,555,3,'','2013-10-17 15:50:03'),(248,555,3,'','2013-10-17 15:59:33'),(249,555,3,'','2013-10-17 16:04:48'),(250,534,3,'','2013-10-17 16:56:45'),(251,535,6,'','2013-10-17 17:51:31'),(252,535,6,'','2013-10-17 17:51:39'),(253,504,6,'','2013-10-17 17:59:20'),(254,557,6,'','2013-10-17 18:00:19'),(255,535,6,'','2013-10-17 18:14:20'),(256,504,6,'','2013-10-17 18:16:26'),(257,530,3,'','2013-10-17 18:29:42'),(258,553,3,'','2013-10-17 18:37:17'),(259,555,3,'','2013-10-17 18:39:13'),(260,535,6,'','2013-10-17 18:44:37'),(261,504,6,'','2013-10-17 18:47:21'),(262,535,6,'','2013-10-17 18:55:12'),(263,504,6,'','2013-10-17 19:10:54'),(264,535,6,'','2013-10-17 19:41:40'),(265,535,6,'','2013-10-17 19:45:09'),(266,504,6,'','2013-10-17 19:47:00'),(267,535,6,'','2013-10-17 19:48:44'),(268,557,6,'','2013-10-18 07:48:01'),(269,504,3,'','2013-10-18 09:00:49'),(270,504,6,'','2013-10-18 09:43:56'),(271,535,6,'','2013-10-18 09:45:31'),(272,504,6,'','2013-10-18 12:00:01'),(273,543,3,'','2013-10-18 12:44:09'),(274,534,3,'','2013-10-18 12:57:12'),(275,543,3,'','2013-10-18 13:02:54'),(276,534,3,'','2013-10-18 13:13:15'),(277,504,3,'','2013-10-18 13:17:30'),(278,504,3,'','2013-10-18 19:02:57'),(279,552,6,'','2013-10-18 19:05:51'),(280,504,6,'','2013-10-18 19:06:53'),(281,552,6,'','2013-10-18 20:00:17'),(282,535,6,'','2013-10-18 20:01:56'),(283,530,6,'','2013-10-18 20:12:28'),(284,558,6,'','2013-10-19 07:09:10'),(285,557,6,'','2013-10-19 07:36:55'),(286,504,6,'','2013-10-19 07:39:50'),(287,557,6,'','2013-10-19 08:04:53'),(288,553,3,'','2013-10-19 10:09:01'),(289,543,3,'','2013-10-19 10:24:20'),(290,535,6,'','2013-10-19 11:42:20'),(291,504,6,'','2013-10-19 11:43:24'),(292,543,3,'','2013-10-19 11:44:36'),(293,543,3,'','2013-10-19 12:52:40'),(294,504,6,'','2013-10-19 13:19:07'),(295,553,6,'','2013-10-19 16:21:36'),(296,543,3,'','2013-10-19 17:00:39'),(297,553,6,'','2013-10-19 17:32:59'),(298,543,3,'','2013-10-19 17:58:54'),(299,543,3,'','2013-10-19 18:25:08'),(300,531,3,'','2013-10-19 19:11:42'),(301,553,6,'','2013-10-19 23:24:49'),(302,558,6,'','2013-10-20 07:06:01'),(303,557,6,'','2013-10-20 08:03:17'),(304,555,3,'','2013-10-20 11:26:46'),(305,555,3,'','2013-10-20 11:32:16'),(306,536,3,'','2013-10-20 18:05:01'),(307,555,3,'','2013-10-20 19:20:16'),(308,531,3,'','2013-10-20 20:24:21'),(309,537,3,'','2013-10-21 07:09:09'),(310,530,3,'','2013-10-21 07:14:03'),(311,536,3,'','2013-10-21 08:09:51'),(312,537,3,'','2013-10-21 08:19:07'),(313,543,3,'','2013-10-21 08:51:27'),(314,537,3,'','2013-10-21 08:58:33'),(315,530,3,'','2013-10-21 09:08:31'),(316,504,3,'','2013-10-21 09:33:39'),(317,555,3,'','2013-10-21 11:34:59'),(318,537,3,'','2013-10-21 12:00:27'),(319,504,3,'','2013-10-21 13:01:02'),(320,537,3,'','2013-10-21 13:09:16'),(321,537,3,'','2013-10-21 14:13:18'),(322,553,3,'','2013-10-21 14:41:11'),(323,530,3,'','2013-10-21 15:01:22'),(324,531,3,'','2013-10-21 15:07:29'),(325,504,3,'','2013-10-21 15:51:30'),(326,504,3,'','2013-10-21 15:56:41'),(327,534,3,'','2013-10-21 16:57:57'),(328,504,3,'','2013-10-21 18:12:40'),(329,531,3,'','2013-10-21 19:21:07'),(330,530,3,'','2013-10-21 23:54:49'),(331,530,3,'','2013-10-22 00:23:10'),(332,535,6,'','2013-10-22 04:00:32'),(333,530,3,'','2013-10-22 07:29:52'),(334,535,3,'','2013-10-22 07:46:57'),(335,504,3,'','2013-10-22 08:36:08'),(336,504,3,'','2013-10-22 09:10:04'),(337,504,3,'','2013-10-22 12:00:19'),(338,543,3,'','2013-10-22 13:57:59'),(339,504,3,'','2013-10-22 15:19:30'),(340,531,3,'','2013-10-22 15:29:14'),(341,553,3,'','2013-10-22 16:32:44'),(342,553,3,'','2013-10-22 16:35:53'),(343,552,3,'','2013-10-22 16:51:50'),(344,504,3,'','2013-10-22 17:24:21'),(345,504,3,'','2013-10-22 17:32:51'),(346,553,3,'','2013-10-22 17:38:12'),(347,531,3,'','2013-10-22 19:33:15'),(348,535,6,'','2013-10-22 21:55:29'),(349,504,6,'','2013-10-22 21:56:11'),(350,535,6,'','2013-10-22 22:24:11'),(351,504,6,'','2013-10-22 22:35:27'),(352,535,6,'','2013-10-23 00:40:54'),(353,535,6,'','2013-10-23 01:30:31'),(354,535,6,'','2013-10-23 01:42:04'),(355,535,6,'','2013-10-23 02:47:46'),(356,535,6,'','2013-10-23 07:14:55'),(357,558,3,'','2013-10-23 07:22:47'),(358,534,6,'','2013-10-23 08:34:22'),(359,558,3,'','2013-10-23 09:07:22'),(360,504,3,'','2013-10-23 10:06:18'),(361,555,3,'','2013-10-23 10:26:05'),(362,504,3,'','2013-10-23 11:17:03'),(363,534,3,'','2013-10-23 11:19:55'),(364,504,3,'','2013-10-23 12:02:54'),(365,555,3,'','2013-10-23 12:29:56'),(366,531,3,'','2013-10-23 12:31:52'),(367,558,3,'','2013-10-23 12:40:05'),(368,531,3,'','2013-10-23 12:45:02'),(369,555,3,'','2013-10-23 13:09:43'),(370,504,3,'','2013-10-23 14:52:42'),(371,550,3,'','2013-10-23 15:04:54'),(372,534,3,'','2013-10-23 16:13:03'),(373,531,3,'','2013-10-23 16:13:36'),(374,534,3,'','2013-10-23 16:29:40'),(375,531,3,'','2013-10-23 18:14:53'),(376,531,6,'','2013-10-23 19:23:02'),(377,550,2,'','2013-10-23 19:52:57'),(378,504,6,'','2013-10-23 20:15:52'),(379,553,6,'','2013-10-23 21:06:12'),(380,558,3,'','2013-10-24 07:28:01'),(381,537,3,'','2013-10-24 07:50:34'),(382,504,3,'','2013-10-24 08:00:23'),(383,550,3,'','2013-10-24 08:36:29'),(384,535,3,'','2013-10-24 09:12:25'),(385,530,3,'','2013-10-24 10:40:22'),(386,534,3,'','2013-10-24 10:42:18'),(387,535,6,'','2013-10-24 10:55:35'),(388,535,6,'','2013-10-24 11:40:12'),(389,504,3,'','2013-10-24 11:42:30'),(390,534,3,'','2013-10-24 12:17:23'),(391,504,3,'','2013-10-24 13:02:05'),(392,504,3,'','2013-10-24 13:09:59'),(393,537,3,'','2013-10-24 13:59:21'),(394,552,3,'','2013-10-24 14:57:31'),(395,553,3,'','2013-10-24 15:36:57'),(396,504,3,'','2013-10-24 16:24:33'),(397,534,3,'','2013-10-24 17:15:56'),(398,553,6,'','2013-10-24 17:57:20'),(399,552,3,'','2013-10-24 18:39:02'),(400,530,6,'','2013-10-24 19:07:12'),(401,557,6,'','2013-10-25 07:31:59'),(402,558,3,'','2013-10-25 07:35:06'),(403,535,6,'','2013-10-25 07:58:32'),(404,535,6,'','2013-10-25 08:03:11'),(405,504,6,'','2013-10-25 08:05:05'),(406,535,6,'','2013-10-25 08:06:27'),(407,504,6,'','2013-10-25 08:11:22'),(408,535,6,'','2013-10-25 08:18:28'),(409,535,6,'','2013-10-25 08:41:34'),(410,535,6,'','2013-10-25 08:49:55'),(411,534,3,'','2013-10-25 09:38:07'),(412,543,3,'','2013-10-25 11:16:35'),(413,537,3,'','2013-10-25 11:56:06'),(414,537,3,'','2013-10-25 12:08:11'),(415,504,3,'','2013-10-25 12:52:43'),(416,535,6,'','2013-10-25 14:17:36'),(1656,506,6,'','2014-01-10 10:05:46'),(1657,504,6,'','2014-01-10 10:57:02'),(1658,504,6,'','2014-01-10 11:16:49'),(1659,504,6,'','2014-01-10 12:06:53'),(1660,504,6,'','2014-01-10 12:08:11'),(1661,504,6,'','2014-01-13 10:33:27'),(1662,504,6,'','2014-01-14 09:49:39'),(1663,504,6,'','2014-01-14 10:41:17'),(1664,504,6,'','2014-01-14 12:07:29'),(1665,504,6,'','2014-01-23 10:36:52'),(1666,504,6,'','2014-01-23 11:25:18'),(1667,504,6,'','2014-01-23 16:00:46'),(1668,504,6,'','2014-02-04 11:01:12'),(1669,504,6,'','2014-02-20 12:45:38'); +/*!40000 ALTER TABLE `user_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_props` +-- + +DROP TABLE IF EXISTS `user_props`; +CREATE TABLE `user_props` ( + `User_Id` varchar(50) NOT NULL default '', + `AppCodeName` varchar(25) NOT NULL default '', + `AppName` varchar(25) NOT NULL default '', + `AppVersion` varchar(25) NOT NULL default '', + `CookieEnabled` tinyint(1) NOT NULL default '0', + `Platform` varchar(20) NOT NULL default '', + `UserAgent` varchar(200) NOT NULL default '', + `SystemLanguage` varchar(15) NOT NULL default '', + `UserLanguage` varchar(15) NOT NULL default '', + `Language` varchar(15) NOT NULL default '', + `ScreenAvailHeight` int(11) NOT NULL default '0', + `ScreenAvailWidth` int(11) NOT NULL default '0', + `ScreenColorDepth` int(11) NOT NULL default '0', + `ScreenHeight` int(11) NOT NULL default '0', + `ScreenWidth` int(11) NOT NULL default '0', + `Recorded_At` datetime NOT NULL default '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user_props` +-- + +LOCK TABLES `user_props` WRITE; +/*!40000 ALTER TABLE `user_props` DISABLE KEYS */; +/*!40000 ALTER TABLE `user_props` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_rating` +-- + +DROP TABLE IF EXISTS `user_rating`; +CREATE TABLE `user_rating` ( + `user_id` int(10) unsigned NOT NULL, + `rating` int(10) unsigned NOT NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`user_id`,`ts`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user_rating` +-- + +LOCK TABLES `user_rating` WRITE; +/*!40000 ALTER TABLE `user_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `user_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom` +-- + +DROP TABLE IF EXISTS `worksheet_custom`; +CREATE TABLE `worksheet_custom` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name` varchar(100) NOT NULL, + `header` varchar(500) NOT NULL, + `footer` varchar(500) NOT NULL, + `title` varchar(500) NOT NULL, + `p_fields` varchar(100) NOT NULL, + `s_fields` varchar(100) NOT NULL, + `t_fields` varchar(100) NOT NULL, + `p_custom` varchar(100) NOT NULL, + `s_custom` varchar(100) NOT NULL, + `margins` varchar(50) NOT NULL, + `id_fields` varchar(45) NOT NULL default '0,0,0', + `landscape` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom` +-- + +LOCK TABLES `worksheet_custom` WRITE; +/*!40000 ALTER TABLE `worksheet_custom` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom_test` +-- + +DROP TABLE IF EXISTS `worksheet_custom_test`; +CREATE TABLE `worksheet_custom_test` ( + `worksheet_id` int(10) unsigned NOT NULL, + `test_type_id` int(10) unsigned NOT NULL, + `measure_id` int(10) unsigned NOT NULL, + `width` varchar(45) NOT NULL, + KEY `worksheet_id` (`worksheet_id`), + KEY `test_type_id` (`test_type_id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom_test` +-- + +LOCK TABLES `worksheet_custom_test` WRITE; +/*!40000 ALTER TABLE `worksheet_custom_test` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom_test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom_userfield` +-- + +DROP TABLE IF EXISTS `worksheet_custom_userfield`; +CREATE TABLE `worksheet_custom_userfield` ( + `worksheet_id` int(10) unsigned NOT NULL, + `name` varchar(70) NOT NULL default '', + `width` int(10) unsigned NOT NULL default '10', + `field_id` int(10) unsigned NOT NULL auto_increment, + KEY `Primary Key` (`field_id`), + KEY `worksheet_id` (`worksheet_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom_userfield` +-- + +LOCK TABLES `worksheet_custom_userfield` WRITE; +/*!40000 ALTER TABLE `worksheet_custom_userfield` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom_userfield` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2014-03-12 9:14:50 diff --git a/htdocs/export/blis_12_backup.sql b/htdocs/export/blis_12_backup.sql new file mode 100644 index 000000000..a9636494d --- /dev/null +++ b/htdocs/export/blis_12_backup.sql @@ -0,0 +1,1381 @@ +-- MySQL dump 10.11 +-- +-- Host: localhost Database: blis_12 +-- ------------------------------------------------------ +-- Server version 5.0.41-community-nt + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Current Database: `blis_12` +-- + +CREATE DATABASE /*!32312 IF NOT EXISTS*/ `blis_12` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci */; + +USE `blis_12`; + +-- +-- Table structure for table `bills` +-- + +DROP TABLE IF EXISTS `bills`; +CREATE TABLE `bills` ( + `id` int(11) unsigned NOT NULL auto_increment, + `patient_id` int(11) unsigned NOT NULL, + `paid_in_full` bit(1) NOT NULL default '\0', + PRIMARY KEY (`id`), + UNIQUE KEY `id_UNIQUE` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `bills` +-- + +LOCK TABLES `bills` WRITE; +/*!40000 ALTER TABLE `bills` DISABLE KEYS */; +/*!40000 ALTER TABLE `bills` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `bills_test_association` +-- + +DROP TABLE IF EXISTS `bills_test_association`; +CREATE TABLE `bills_test_association` ( + `id` int(11) unsigned NOT NULL auto_increment, + `bill_id` int(11) unsigned NOT NULL, + `test_id` int(11) unsigned NOT NULL, + `discount_type` int(4) unsigned NOT NULL default '1000', + `discount_amount` decimal(10,2) unsigned NOT NULL default '0.00', + PRIMARY KEY (`id`), + UNIQUE KEY `id_UNIQUE` (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `bills_test_association` +-- + +LOCK TABLES `bills_test_association` WRITE; +/*!40000 ALTER TABLE `bills_test_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `bills_test_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `comment` +-- + +DROP TABLE IF EXISTS `comment`; +CREATE TABLE `comment` ( + `id` int(10) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL default '', + `page` varchar(45) NOT NULL default '', + `comment` varchar(150) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `comment` +-- + +LOCK TABLES `comment` WRITE; +/*!40000 ALTER TABLE `comment` DISABLE KEYS */; +/*!40000 ALTER TABLE `comment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `currency_conversion` +-- + +DROP TABLE IF EXISTS `currency_conversion`; +CREATE TABLE `currency_conversion` ( + `currencya` varchar(200) NOT NULL, + `currencyb` varchar(200) NOT NULL, + `exchangerate` float(5,2) default NULL, + `updatedts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `flag1` int(11) default NULL, + `flag2` int(11) default NULL, + `setting1` varchar(200) default NULL, + `setting2` varchar(200) default NULL, + PRIMARY KEY (`currencya`,`currencyb`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `currency_conversion` +-- + +LOCK TABLES `currency_conversion` WRITE; +/*!40000 ALTER TABLE `currency_conversion` DISABLE KEYS */; +INSERT INTO `currency_conversion` VALUES ('GH₵','GH₵',1.00,'2015-03-17 08:39:32',1,NULL,NULL,NULL),('GHS','GHS',1.00,'2015-03-17 08:39:32',0,NULL,NULL,NULL),('USD','USD',1.00,'2015-03-17 08:39:32',0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `currency_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `custom_field_type` +-- + +DROP TABLE IF EXISTS `custom_field_type`; +CREATE TABLE `custom_field_type` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_type` varchar(45) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `custom_field_type` +-- + +LOCK TABLES `custom_field_type` WRITE; +/*!40000 ALTER TABLE `custom_field_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `custom_field_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `delay_measures` +-- + +DROP TABLE IF EXISTS `delay_measures`; +CREATE TABLE `delay_measures` ( + `User_Id` varchar(50) NOT NULL default '', + `IP_Address` varchar(16) NOT NULL default '', + `Latency` int(11) NOT NULL default '0', + `Recorded_At` datetime NOT NULL default '0000-00-00 00:00:00', + `Page_Name` varchar(45) default NULL, + `Request_URI` varchar(100) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `delay_measures` +-- + +LOCK TABLES `delay_measures` WRITE; +/*!40000 ALTER TABLE `delay_measures` DISABLE KEYS */; +/*!40000 ALTER TABLE `delay_measures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `dhims2_api_config` +-- + +DROP TABLE IF EXISTS `dhims2_api_config`; +CREATE TABLE `dhims2_api_config` ( + `id` int(11) NOT NULL auto_increment, + `username` varchar(50) collate latin1_general_ci NOT NULL, + `password` varchar(50) collate latin1_general_ci NOT NULL, + `orgunit` varchar(200) collate latin1_general_ci NOT NULL, + `dataset` varchar(200) collate latin1_general_ci NOT NULL, + `dataelement` text collate latin1_general_ci NOT NULL, + `categorycombo` varchar(100) collate latin1_general_ci default NULL, + `gender` varchar(5) collate latin1_general_ci default NULL, + `period` varchar(10) collate latin1_general_ci default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `dhims2_api_config` +-- + +LOCK TABLES `dhims2_api_config` WRITE; +/*!40000 ALTER TABLE `dhims2_api_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `dhims2_api_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `field_order` +-- + +DROP TABLE IF EXISTS `field_order`; +CREATE TABLE `field_order` ( + `id` int(11) NOT NULL auto_increment, + `lab_config_id` int(11) unsigned default NULL, + `form_id` int(11) default NULL, + `field_order` varchar(2000) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `field_order` +-- + +LOCK TABLES `field_order` WRITE; +/*!40000 ALTER TABLE `field_order` DISABLE KEYS */; +INSERT INTO `field_order` VALUES (28,12,2,'Specimen ID,Specimen Additional ID,Lab Reciept Date,Referred Out,Physician,Source'),(27,12,1,'Patient ID,Daily Number,Patient Name,Sex,Age,Date of Birth,Client Contact'); +/*!40000 ALTER TABLE `field_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_reagent` +-- + +DROP TABLE IF EXISTS `inv_reagent`; +CREATE TABLE `inv_reagent` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(100) collate latin1_general_ci NOT NULL, + `unit` varchar(45) collate latin1_general_ci NOT NULL default 'units', + `remarks` varchar(245) collate latin1_general_ci default NULL, + `created_by` varchar(10) collate latin1_general_ci NOT NULL default '0', + `assocation` varchar(10) collate latin1_general_ci default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_reagent` +-- + +LOCK TABLES `inv_reagent` WRITE; +/*!40000 ALTER TABLE `inv_reagent` DISABLE KEYS */; +/*!40000 ALTER TABLE `inv_reagent` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_supply` +-- + +DROP TABLE IF EXISTS `inv_supply`; +CREATE TABLE `inv_supply` ( + `id` int(11) NOT NULL auto_increment, + `reagent_id` int(11) NOT NULL, + `lot` varchar(100) collate latin1_general_ci NOT NULL, + `expiry_date` date default NULL, + `manufacturer` varchar(100) collate latin1_general_ci default NULL, + `supplier` varchar(100) collate latin1_general_ci default NULL, + `quantity_ordered` int(11) NOT NULL default '0', + `quantity_supplied` int(11) NOT NULL default '0', + `cost_per_unit` decimal(10,0) default NULL, + `user_id` int(11) NOT NULL default '0', + `date_of_order` date default NULL, + `date_of_supply` date default NULL, + `date_of_reception` date default NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `reagent_id` (`reagent_id`), + CONSTRAINT `reagent_id` FOREIGN KEY (`reagent_id`) REFERENCES `inv_reagent` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_supply` +-- + +LOCK TABLES `inv_supply` WRITE; +/*!40000 ALTER TABLE `inv_supply` DISABLE KEYS */; +/*!40000 ALTER TABLE `inv_supply` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `inv_usage` +-- + +DROP TABLE IF EXISTS `inv_usage`; +CREATE TABLE `inv_usage` ( + `id` int(11) NOT NULL auto_increment, + `reagent_id` int(11) NOT NULL, + `lot` varchar(100) collate latin1_general_ci NOT NULL, + `quantity_used` int(11) NOT NULL default '0', + `date_of_use` date NOT NULL, + `user_id` int(11) NOT NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `reagent_id` (`reagent_id`), + KEY `reagent_id2` (`reagent_id`), + CONSTRAINT `reagent_id2` FOREIGN KEY (`reagent_id`) REFERENCES `inv_reagent` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `inv_usage` +-- + +LOCK TABLES `inv_usage` WRITE; +/*!40000 ALTER TABLE `inv_usage` DISABLE KEYS */; +/*!40000 ALTER TABLE `inv_usage` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config` +-- + +DROP TABLE IF EXISTS `lab_config`; +CREATE TABLE `lab_config` ( + `lab_config_id` int(10) unsigned NOT NULL auto_increment, + `name` char(45) NOT NULL default '', + `location` char(45) NOT NULL default '', + `admin_user_id` int(10) unsigned NOT NULL default '0', + `db_name` char(45) NOT NULL default '', + `id_mode` int(10) unsigned NOT NULL default '2', + `p_addl` int(10) unsigned NOT NULL default '0', + `s_addl` int(10) unsigned NOT NULL default '0', + `daily_num` int(10) unsigned NOT NULL default '1', + `pid` int(10) unsigned NOT NULL default '2', + `pname` int(10) unsigned NOT NULL default '1', + `sex` int(10) unsigned NOT NULL default '2', + `age` int(10) unsigned NOT NULL default '1', + `dob` int(10) unsigned NOT NULL default '1', + `sid` int(10) unsigned NOT NULL default '2', + `refout` int(10) unsigned NOT NULL default '1', + `rdate` int(10) unsigned NOT NULL default '2', + `comm` int(10) unsigned NOT NULL default '1', + `dformat` varchar(45) NOT NULL default 'd-m-Y', + `dnum_reset` int(10) unsigned NOT NULL default '1', + `doctor` int(10) unsigned NOT NULL default '1', + PRIMARY KEY (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; + +-- +-- Dumping data for table `lab_config` +-- + +LOCK TABLES `lab_config` WRITE; +/*!40000 ALTER TABLE `lab_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_access` +-- + +DROP TABLE IF EXISTS `lab_config_access`; +CREATE TABLE `lab_config_access` ( + `user_id` int(10) unsigned NOT NULL default '0', + `lab_config_id` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`user_id`,`lab_config_id`), + KEY `lab_config_id` (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_access` +-- + +LOCK TABLES `lab_config_access` WRITE; +/*!40000 ALTER TABLE `lab_config_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_settings` +-- + +DROP TABLE IF EXISTS `lab_config_settings`; +CREATE TABLE `lab_config_settings` ( + `id` int(11) NOT NULL, + `flag1` int(11) default NULL, + `flag2` int(11) default NULL, + `flag3` int(11) default NULL, + `flag4` int(11) default NULL, + `setting1` varchar(200) collate latin1_general_ci default NULL, + `setting2` varchar(200) collate latin1_general_ci default NULL, + `setting3` varchar(200) collate latin1_general_ci default NULL, + `setting4` varchar(200) collate latin1_general_ci default NULL, + `misc` varchar(500) collate latin1_general_ci default NULL, + `remarks` varchar(500) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `lab_config_settings` +-- + +LOCK TABLES `lab_config_settings` WRITE; +/*!40000 ALTER TABLE `lab_config_settings` DISABLE KEYS */; +INSERT INTO `lab_config_settings` VALUES (1,1,2,30,11,'code39',NULL,NULL,NULL,NULL,'Barcode Settings','2015-03-16 08:34:44'),(2,20,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Search Settings','2015-03-16 08:34:44'),(3,1,NULL,NULL,NULL,'GH₵','.',NULL,NULL,NULL,'Billing Settings','2015-03-16 08:34:44'); +/*!40000 ALTER TABLE `lab_config_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_specimen_type` +-- + +DROP TABLE IF EXISTS `lab_config_specimen_type`; +CREATE TABLE `lab_config_specimen_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `specimen_type_id` int(10) unsigned NOT NULL default '0', + KEY `lab_config_id` (`lab_config_id`), + KEY `specimen_type_id` (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_specimen_type` +-- + +LOCK TABLES `lab_config_specimen_type` WRITE; +/*!40000 ALTER TABLE `lab_config_specimen_type` DISABLE KEYS */; +/*!40000 ALTER TABLE `lab_config_specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_test_type` +-- + +DROP TABLE IF EXISTS `lab_config_test_type`; +CREATE TABLE `lab_config_test_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `test_type_id` int(10) unsigned NOT NULL default '0', + KEY `lab_config_id` (`lab_config_id`), + KEY `test_type_id` (`test_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_test_type` +-- + +LOCK TABLES `lab_config_test_type` WRITE; +/*!40000 ALTER TABLE `lab_config_test_type` DISABLE KEYS */; +INSERT INTO `lab_config_test_type` VALUES (12,1),(12,2),(12,3),(12,4),(12,5),(12,6),(12,7),(12,8),(12,9),(12,10),(12,11),(12,12),(12,13),(12,14),(12,15),(12,16),(12,17),(12,18),(12,19),(12,20),(12,21),(12,22),(12,23),(12,24),(12,25),(12,26),(12,27),(12,28),(12,29),(12,30),(12,31),(12,32),(12,33),(12,34),(12,35),(12,36),(12,37),(12,38),(12,39),(12,40),(12,41),(12,42),(12,43),(12,44),(12,45),(12,46),(12,47),(12,48),(12,49),(12,50),(12,51),(12,52),(12,53),(12,54),(12,55),(12,56),(12,57); +/*!40000 ALTER TABLE `lab_config_test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `labtitle_custom_field` +-- + +DROP TABLE IF EXISTS `labtitle_custom_field`; +CREATE TABLE `labtitle_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL, + `field_options` text NOT NULL, + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; + +-- +-- Dumping data for table `labtitle_custom_field` +-- + +LOCK TABLES `labtitle_custom_field` WRITE; +/*!40000 ALTER TABLE `labtitle_custom_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `labtitle_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `measure` +-- + +DROP TABLE IF EXISTS `measure`; +CREATE TABLE `measure` ( + `measure_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `unit_id` int(10) unsigned default NULL, + `range` varchar(500) default NULL, + `description` varchar(500) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `unit` varchar(30) default NULL, + PRIMARY KEY (`measure_id`), + KEY `unit_id` (`unit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `measure` +-- + +LOCK TABLES `measure` WRITE; +/*!40000 ALTER TABLE `measure` DISABLE KEYS */; +INSERT INTO `measure` VALUES (1,'BF for MPS',NULL,'No MPS Seen/Positive',NULL,'2015-03-16 09:14:16',''),(2,'PARASITE COUNT',NULL,'$freetext$$',NULL,'2015-03-17 10:24:05','parasite / µL'),(3,'SPECIES',NULL,'Plasmodium falciparum/Plasmodium Ovale/Plasmodium malariae/Plasmodium vivax',NULL,'2015-03-17 10:08:31',''),(4,'DEVELOPMENTAL STAGE',NULL,'Trophozoites/Gametocytes/Schizonts',NULL,'2015-03-17 10:08:31',''),(5,'ESR',NULL,':',NULL,'2015-03-16 10:27:14','mm fall / hr'),(6,'Sickling',NULL,'Negative/Positive',NULL,'2015-03-16 10:34:23',''),(7,'G6PD',NULL,'No Defect/Partial Defect/Full Defect',NULL,'2015-03-16 10:36:05',''),(8,'Genetype',NULL,'AS/AA/AC/SC/SS/CC/AS with F/AA with F/AC with F/SC with F/SS with F/CC with F',NULL,'2015-03-16 10:38:29',''),(9,'HB',NULL,':',NULL,'2015-03-16 10:46:14','g / dL'),(10,'HCT',NULL,':',NULL,'2015-03-16 10:49:11','%'),(11,'RBC',NULL,':',NULL,'2015-03-16 10:52:41','x10¹² / L'),(12,'MCV',NULL,':',NULL,'2015-03-16 10:53:38','f'),(13,'MCH',NULL,':',NULL,'2015-03-16 10:54:47','g / L'),(14,'WBC',NULL,':',NULL,'2015-03-16 10:56:23','x10⁹L'),(15,'NEUTROPHILS',NULL,':',NULL,'2015-03-16 10:57:31','%'),(16,'LYMPHOCYTES',NULL,':',NULL,'2015-03-16 10:58:29','%'),(17,'MONOCYTES',NULL,':',NULL,'2015-03-16 10:59:25','%'),(18,'EOSINOPHIL',NULL,':',NULL,'2015-03-16 11:00:18','%'),(19,'BASOPHIL',NULL,':',NULL,'2015-03-16 11:01:01','%'),(20,'PLATELETS',NULL,':',NULL,'2015-03-16 11:02:02','x10⁹L'),(21,'RETICOLCYTES',NULL,':',NULL,'2015-03-16 11:03:17','%'),(22,'SKIN SNIP TEST',NULL,'$freetext$$',NULL,'2015-03-16 11:06:07',''),(23,'ALBUMIN',NULL,':',NULL,'2015-03-16 11:08:09','g / L'),(24,'ALP / DEA',NULL,':',NULL,'2015-03-16 11:11:47','µ / L'),(25,'ALT / GPT',NULL,':',NULL,'2015-03-16 11:13:34','µ / L'),(26,'AST / GOT',NULL,':',NULL,'2015-03-16 11:14:58','µ / L'),(27,'BILIRUBIN DIRECT',NULL,':',NULL,'2015-03-16 11:17:08','µmol / L'),(28,'BILIRUBIN TOTAL',NULL,':',NULL,'2015-03-16 11:18:45','µmol / L'),(29,'TOTAL PROTEIN',NULL,':',NULL,'2015-03-16 11:19:52','g / L'),(30,'GAMMA GT',NULL,':',NULL,'2015-03-16 11:20:58','µ / L'),(31,'CHOLESTEROL',NULL,':',NULL,'2015-03-16 11:24:40','µmol / L'),(32,'TRYGLYCERIDES',NULL,':',NULL,'2015-03-16 15:28:29','µmol / L'),(33,'HDL - CHOLESTEROL',NULL,':',NULL,'2015-03-16 15:30:41','µmol / L'),(34,'LDL - CHOLESTEROL',NULL,':',NULL,'2015-03-16 20:21:03','mmol / L'),(35,'CORONARY RISK',NULL,':',NULL,'2015-03-16 20:22:10','Risk'),(36,'CREATINE',NULL,':',NULL,'2015-03-16 20:26:22','µmol / L'),(37,'UREA',NULL,':',NULL,'2015-03-16 20:27:54','mmol / L'),(38,'POTASSIUM',NULL,':',NULL,'2015-03-16 20:30:27','mmol / L'),(39,'SODIUM',NULL,':',NULL,'2015-03-16 20:32:41','mmol / L'),(40,'CHLORIDE',NULL,':',NULL,'2015-03-16 20:35:39','mmol / L'),(41,'CK - MB',NULL,':',NULL,'2015-03-16 20:40:14','µ / L'),(42,'CK - NAC',NULL,':',NULL,'2015-03-16 20:41:50','µ / L'),(43,'LDH',NULL,':',NULL,'2015-03-16 20:42:49','µ / L'),(44,'Uric Acid',NULL,':',NULL,'2015-03-16 20:57:16','mmol / L'),(45,'Calcium',NULL,':',NULL,'2015-03-17 07:57:37','mmol / L'),(46,'Amylase',NULL,':',NULL,'2015-03-17 07:59:03','µ / L'),(47,'Glucose',NULL,':',NULL,'2015-03-17 07:59:59','mmol / L'),(48,'Pregnancy Test',NULL,'Negative/Positive',NULL,'2015-03-17 08:03:23',''),(49,'S. Typhi - Titre - O',NULL,'1 # 40/1 # 80/1 # 160/1 # 320',NULL,'2015-03-17 09:35:55',''),(50,'S. Typhi - Titre - H',NULL,'1 # 40/1 # 80/1 # 160/1 # 320',NULL,'2015-03-17 09:35:55',''),(51,'RHEUMATIOD FACTOR',NULL,'$freetext$$',NULL,'2015-03-17 08:07:24',''),(52,'Blood Group',NULL,'A Rh \"D\" Positive/A Rh \"D\" Negative/B Rh \"D\" Positive/B Rh \"D\" Negative/AB Rh \"D\" Positive/AB Rh \"D\" Negative/O Rh \"D\" Positive/O Rh \"D\" Negative',NULL,'2015-03-17 09:23:42',''),(53,'SPECIMEN TYPE',NULL,'Semi - formed/Loose/Formed/Mucoid/Bloody/Bloody - stained/Watery',NULL,'2015-03-17 08:15:08',''),(54,'WBC',NULL,'Nil/Few/Moderate/Many',NULL,'2015-03-17 08:15:09',''),(55,'RBC',NULL,'Nil/Few/Moderate/Many',NULL,'2015-03-17 08:15:09',''),(56,'CYST',NULL,'$freetext$$',NULL,'2015-03-17 08:15:09',''),(57,'LARVAE',NULL,'$freetext$$',NULL,'2015-03-17 08:15:09',''),(58,'OVA',NULL,'$freetext$$',NULL,'2015-03-17 08:15:09',''),(59,'OTHER',NULL,'$freetext$$',NULL,'2015-03-17 08:15:09',''),(60,'OCCULT BLOOD',NULL,'$freetext$$',NULL,'2015-03-17 08:15:09',''),(61,'Colour',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(62,'Apperance',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(63,'Leucocyte',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(64,'pH ',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(65,'Glucose',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(66,'Specific Gravity',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(67,'Ketones',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(68,'Nitrate',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(69,'Proteins',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(70,'Bilirubin',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(71,'Urobilinogen',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(72,'Blood ',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(73,'Pus Cells',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(74,'Epithelia Cells',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(75,'Red Blood Cells',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(76,'Yeast - like Cells',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(77,'Cast ',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(78,'Crystals',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(79,'Other ',NULL,'$freetext$$',NULL,'2015-03-17 08:21:14',''),(80,'OCCULT BLOOD',NULL,'$freetext$$',NULL,'2015-03-17 08:26:21',''),(81,'24HRS URINE PROTEIN',NULL,'$freetext$$',NULL,'2015-03-17 08:27:33',''); +/*!40000 ALTER TABLE `measure` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `misc` +-- + +DROP TABLE IF EXISTS `misc`; +CREATE TABLE `misc` ( + `id` int(11) NOT NULL auto_increment, + `r_id` int(11) NOT NULL default '0', + `vr_id` varchar(45) collate latin1_general_ci NOT NULL default '0', + `i1` int(11) NOT NULL default '0', + `i2` int(11) NOT NULL default '0', + `i3` int(11) NOT NULL default '0', + `i4` int(11) NOT NULL default '0', + `i5` int(11) NOT NULL default '0', + `v1` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v2` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v3` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v4` varchar(500) collate latin1_general_ci NOT NULL default '0', + `v5` varchar(500) collate latin1_general_ci NOT NULL default '0', + `dt1` datetime default NULL, + `dt2` datetime default NULL, + `dt3` datetime default NULL, + `d1` date default NULL, + `d2` date default NULL, + `d3` date default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `misc` +-- + +LOCK TABLES `misc` WRITE; +/*!40000 ALTER TABLE `misc` DISABLE KEYS */; +/*!40000 ALTER TABLE `misc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `numeric_interpretation` +-- + +DROP TABLE IF EXISTS `numeric_interpretation`; +CREATE TABLE `numeric_interpretation` ( + `range_u` int(10) default NULL, + `range_l` int(10) default NULL, + `age_u` int(10) default NULL, + `age_l` int(10) default NULL, + `gender` varchar(40) default NULL, + `description` varchar(40) default NULL, + `measure_id` int(10) unsigned NOT NULL, + `id` int(10) NOT NULL auto_increment, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `numeric_interpretation` +-- + +LOCK TABLES `numeric_interpretation` WRITE; +/*!40000 ALTER TABLE `numeric_interpretation` DISABLE KEYS */; +/*!40000 ALTER TABLE `numeric_interpretation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient` +-- + +DROP TABLE IF EXISTS `patient`; +CREATE TABLE `patient` ( + `patient_id` int(11) unsigned NOT NULL default '0', + `addl_id` varchar(40) default NULL, + `name` varchar(45) default NULL, + `sex` char(1) NOT NULL default '', + `age` decimal(10,0) default NULL, + `dob` date default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `partial_dob` varchar(45) default NULL, + `surr_id` varchar(45) default NULL, + `hash_value` varchar(100) default NULL, + PRIMARY KEY (`patient_id`), + KEY `created_by` (`created_by`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient` +-- + +LOCK TABLES `patient` WRITE; +/*!40000 ALTER TABLE `patient` DISABLE KEYS */; +INSERT INTO `patient` VALUES (1,'undefined','Kayla Forson','F','0',NULL,506,'2015-03-16 00:00:00','1992-03-16','KF/001/16/03/15','7449f27f17079db192727d4e0ad353c522b84491'); +/*!40000 ALTER TABLE `patient` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_custom_data` +-- + +DROP TABLE IF EXISTS `patient_custom_data`; +CREATE TABLE `patient_custom_data` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_id` int(11) unsigned NOT NULL default '0', + `patient_id` int(11) unsigned NOT NULL default '0', + `field_value` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_id` (`field_id`), + KEY `patient_id` (`patient_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_custom_data` +-- + +LOCK TABLES `patient_custom_data` WRITE; +/*!40000 ALTER TABLE `patient_custom_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `patient_custom_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_custom_field` +-- + +DROP TABLE IF EXISTS `patient_custom_field`; +CREATE TABLE `patient_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL default '', + `field_options` text NOT NULL, + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; + +-- +-- Dumping data for table `patient_custom_field` +-- + +LOCK TABLES `patient_custom_field` WRITE; +/*!40000 ALTER TABLE `patient_custom_field` DISABLE KEYS */; +INSERT INTO `patient_custom_field` VALUES (1,'Client Contact','',1,'2015-03-17 09:03:48'); +/*!40000 ALTER TABLE `patient_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_daily` +-- + +DROP TABLE IF EXISTS `patient_daily`; +CREATE TABLE `patient_daily` ( + `datestring` varchar(45) NOT NULL, + `count` int(10) unsigned NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `patient_daily` +-- + +LOCK TABLES `patient_daily` WRITE; +/*!40000 ALTER TABLE `patient_daily` DISABLE KEYS */; +INSERT INTO `patient_daily` VALUES ('20150316',2),('20150317',2); +/*!40000 ALTER TABLE `patient_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `patient_report_fields_order` +-- + +DROP TABLE IF EXISTS `patient_report_fields_order`; +CREATE TABLE `patient_report_fields_order` ( + `id` int(10) unsigned NOT NULL auto_increment, + `p_fields` varchar(500) collate latin1_general_ci NOT NULL default '', + `o_fields` varchar(500) collate latin1_general_ci NOT NULL default '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `patient_report_fields_order` +-- + +LOCK TABLES `patient_report_fields_order` WRITE; +/*!40000 ALTER TABLE `patient_report_fields_order` DISABLE KEYS */; +INSERT INTO `patient_report_fields_order` VALUES (1,'p_field_9,p_field_10,p_field_1,p_field_2,p_field_5,p_field_7,p_field_8,p_field_11,p_field_12','p_field_0,p_field_6,p_field_3,p_field_4'); +/*!40000 ALTER TABLE `patient_report_fields_order` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `payments` +-- + +DROP TABLE IF EXISTS `payments`; +CREATE TABLE `payments` ( + `id` int(11) NOT NULL auto_increment, + `amount` decimal(10,2) NOT NULL default '0.00', + `bill_id` int(11) unsigned NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `payments` +-- + +LOCK TABLES `payments` WRITE; +/*!40000 ALTER TABLE `payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reference_range` +-- + +DROP TABLE IF EXISTS `reference_range`; +CREATE TABLE `reference_range` ( + `id` int(10) unsigned NOT NULL auto_increment, + `measure_id` int(10) unsigned NOT NULL, + `age_min` varchar(45) default NULL, + `age_max` varchar(45) default NULL, + `sex` varchar(10) default NULL, + `range_lower` varchar(45) NOT NULL, + `range_upper` varchar(45) NOT NULL, + `age_type` int(11) NOT NULL default '3', + PRIMARY KEY (`id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `reference_range` +-- + +LOCK TABLES `reference_range` WRITE; +/*!40000 ALTER TABLE `reference_range` DISABLE KEYS */; +INSERT INTO `reference_range` VALUES (1,5,'0','100','M','0 ','12',3),(2,5,'0','100','F','0','19',3),(3,9,'0','100','M','13.0','18.0',3),(4,9,'0','100','F','12.0','16.0',3),(5,10,'0','100','M','40','50',3),(6,10,'0','100','F','36','46',3),(7,11,'0','100','B','4.20','6.30',3),(8,12,'0','100','B','80.0','97.0',3),(9,13,'0','100','B','31.0','36.0',3),(10,14,'0','100','B','4.1 ','10',3),(11,15,'0','100','B','40','75',3),(12,16,'0','100','B','21 ','40',3),(13,17,'0','100','B','2','10',3),(14,18,'0','100','B','1','6',3),(15,19,'0','100','B','0','1',3),(16,20,'0','100','B','140','440',3),(17,21,'0','100','B','0.5','2.5',3),(18,23,'0','100','B','35.0','52.0',3),(19,24,'0','100','B','0.0','270.0',3),(20,25,'0','100','B','0.0','40.0',3),(21,26,'0','100','B','0.0','40.0',3),(22,27,'0','100','B','0.0','10.4',3),(23,28,'0','100','B','5.0','21.0',1),(24,29,'0','100','B','60.0','83.0',3),(25,30,'0','100','B','0.0','55.0',3),(26,31,'0','100','B','5.71','6.20',3),(27,32,'0','100','B','0.3','1.82',3),(28,33,'0','100','B','1.03','1.55',3),(29,34,'0','100','B','0.0','3.9',3),(30,35,'0','100','B','0.0','4.0',3),(31,36,'0','100','B','71.0','115.0',3),(32,37,'0','100','B','2.10','7.10',3),(33,38,'0','100','B','3.5','5.1',3),(34,39,'0','100','B','135.5','145.0',3),(35,40,'0','100','B','98.0','107.0',3),(36,41,'0','100','B','0.0','25.0',3),(37,42,'0','100','B','0.0','171.0',3),(38,43,'0','100','B','235.0','470.0',3),(39,44,'0','100','B','208.0','428.0',3),(40,45,'0','100','B','2.15','2.57',3),(41,46,'0','100','B','0.0','90.0',3),(42,47,'0','100','B','4.1','6.1',3); +/*!40000 ALTER TABLE `reference_range` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `removal_record` +-- + +DROP TABLE IF EXISTS `removal_record`; +CREATE TABLE `removal_record` ( + `id` int(11) NOT NULL auto_increment, + `r_id` int(11) NOT NULL default '0', + `vr_id` varchar(45) collate latin1_general_ci NOT NULL default '0', + `type` int(11) default NULL, + `user_id` int(11) default '0', + `remarks` varchar(500) collate latin1_general_ci default NULL, + `status` int(11) NOT NULL default '1', + `ts` timestamp NULL default CURRENT_TIMESTAMP, + `category` varchar(20) collate latin1_general_ci default 'test', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `removal_record` +-- + +LOCK TABLES `removal_record` WRITE; +/*!40000 ALTER TABLE `removal_record` DISABLE KEYS */; +/*!40000 ALTER TABLE `removal_record` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_config` +-- + +DROP TABLE IF EXISTS `report_config`; +CREATE TABLE `report_config` ( + `report_id` int(10) unsigned NOT NULL auto_increment, + `header` varchar(500) NOT NULL default '', + `footer` varchar(500) NOT NULL default '-End-', + `margins` varchar(45) NOT NULL default '2,0,10,0', + `p_fields` varchar(45) NOT NULL default '1,1,1,1,1,1,1', + `s_fields` varchar(45) NOT NULL default '1,1,1,1,1,1', + `t_fields` varchar(45) NOT NULL default '1,0,1,1,1,0,1,1', + `p_custom_fields` varchar(45) NOT NULL default '', + `s_custom_fields` varchar(45) NOT NULL default '', + `test_type_id` varchar(45) NOT NULL default '0', + `title` varchar(500) NOT NULL default '', + `landscape` int(10) unsigned NOT NULL default '0', + `row_items` int(1) unsigned NOT NULL default '3', + `show_border` int(1) unsigned NOT NULL default '1', + `show_result_border` int(1) unsigned NOT NULL default '1', + `result_border_horizontal` int(1) unsigned NOT NULL default '0', + `result_border_vertical` int(1) unsigned NOT NULL default '0', + PRIMARY KEY (`report_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `report_config` +-- + +LOCK TABLES `report_config` WRITE; +/*!40000 ALTER TABLE `report_config` DISABLE KEYS */; +INSERT INTO `report_config` VALUES (1,'Patient Report??center','Validated by .................................................................. Date ............................................. Time ............................#','0,0,0,0','1,0,0,1,1,0,1,0,0,0,0,0,0','1,1,0,0,0,0,0','1,1,0,0,1,0,0,1,1,0','','','0','',0,4,1,1,1,1),(2,'Specimen Report','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(3,'Test Records','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(4,'Daily Log - Specimens','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(5,'Worksheet','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(6,'Daily Log - Patients','','2,0,10,0','1,1,1,1,1,1,1','1,1,1,1,1,1','1,0,1,1,1,0,1,1','','','0','',0,3,1,1,0,0),(7,'Grouped Test Count Report Configuration','0:4,4:9,9:14,14:19,19:24,24:29,29:34,34:39,39:44,44:49,49:54,54:59,59:64,64:+','0','1','1','1','1','0','9999009','0',9999009,3,1,1,0,0),(8,'Grouped Specimen Count Report Configuration','0:4,4:9,9:14,14:19,19:24,24:29,29:34,34:39,39:44,44:49,49:54,54:59,59:64,64:+','0','1','1','1','1','0','9999019','0',9999019,3,1,1,0,0),(9,'Worksheet - BF for MPS','','5,0,5,0','0,1,0,1,1,0,0','0,0,1,1,0,0','1,0,1,0,0,0,0,1','','','1','',0,3,1,1,0,0),(10,'Worksheet - ESR','','5,0,5,0','0,1,0,1,1,0,0','0,0,1,1,0,0','1,0,1,0,0,0,0,1','','','2','',0,3,1,1,0,0),(11,'Worksheet - Sickling ','','5,0,5,0','0,1,0,1,1,0,0','0,0,1,1,0,0','1,0,1,0,0,0,0,1','','','3','',0,3,1,1,0,0); +/*!40000 ALTER TABLE `report_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `report_disease` +-- + +DROP TABLE IF EXISTS `report_disease`; +CREATE TABLE `report_disease` ( + `id` int(10) unsigned NOT NULL auto_increment, + `group_by_age` int(10) unsigned NOT NULL, + `group_by_gender` int(10) unsigned NOT NULL, + `age_groups` varchar(500) default NULL, + `measure_groups` varchar(500) default NULL, + `measure_id` int(10) unsigned NOT NULL, + `lab_config_id` int(10) unsigned NOT NULL, + `test_type_id` int(10) unsigned NOT NULL, + PRIMARY KEY USING BTREE (`id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `report_disease` +-- + +LOCK TABLES `report_disease` WRITE; +/*!40000 ALTER TABLE `report_disease` DISABLE KEYS */; +INSERT INTO `report_disease` VALUES (1,0,1,'','',0,12,0),(2,0,1,'','No MPS Seen/Positive',1,12,1),(3,0,1,'','$freetext$$',2,12,1),(4,0,1,'','Plasmodium falciparum/Plasmodium Ovale/Plasmodium malariae/Plasmodium vivax',3,12,1),(5,0,1,'','Trophozoites/Gametocytes/Schizonts',4,12,1),(6,0,1,'',':',5,12,2),(7,0,1,'','Negative/Positive',6,12,3); +/*!40000 ALTER TABLE `report_disease` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen` +-- + +DROP TABLE IF EXISTS `specimen`; +CREATE TABLE `specimen` ( + `specimen_id` int(10) unsigned NOT NULL default '0', + `patient_id` int(11) unsigned NOT NULL default '0', + `specimen_type_id` int(11) unsigned NOT NULL default '0', + `user_id` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `status_code_id` int(11) unsigned default NULL, + `referred_to` int(11) unsigned default NULL, + `comments` text, + `aux_id` varchar(45) default NULL, + `date_collected` date NOT NULL default '0000-00-00', + `date_recvd` date default NULL, + `session_num` varchar(45) default NULL, + `time_collected` varchar(45) default NULL, + `report_to` int(10) unsigned default NULL, + `doctor` varchar(45) default NULL, + `date_reported` datetime default NULL, + `referred_to_name` varchar(70) default NULL, + `daily_num` varchar(45) NOT NULL default '', + `referred_from_name` varchar(20) default NULL, + PRIMARY KEY (`specimen_id`), + KEY `patient_id` (`patient_id`), + KEY `specimen_type_id` (`specimen_type_id`), + KEY `user_id` (`user_id`), + KEY `IDX_DATE` (`date_collected`), + KEY `aux_ind` (`aux_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen` +-- + +LOCK TABLES `specimen` WRITE; +/*!40000 ALTER TABLE `specimen` DISABLE KEYS */; +INSERT INTO `specimen` VALUES (1,1,1,506,'2015-03-16 09:33:35',1,0,'','','2015-03-16','2015-03-16','20150316-1','09:24',1,'Gabby',NULL,'','20150316-2',''),(2,1,1,506,'2015-03-17 09:40:59',1,0,'','2015031701','2015-03-17','2015-03-17','20150317-1','09:39',1,'',NULL,'','20150317-1',''),(3,1,1,506,'2015-03-17 10:14:51',1,0,'','2015031702','2015-03-17','2015-03-17','20150317-2','10:13',1,'',NULL,'','20150317-2',''),(5,1,2,506,'2015-03-17 10:14:52',1,0,'','2015031702','2015-03-17','2015-03-17','20150317-2','10:13',1,'',NULL,'','20150317-2',''),(8,1,4,506,'2015-03-17 10:14:52',1,0,'','2015031702','2015-03-17','2015-03-17','20150317-2','10:14',1,'',NULL,'','20150317-2',''),(12,1,3,506,'2015-03-17 10:14:52',1,0,'','2015031702','2015-03-17','2015-03-17','20150317-2','10:14',1,'',NULL,'','20150317-2',''); +/*!40000 ALTER TABLE `specimen` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_custom_data` +-- + +DROP TABLE IF EXISTS `specimen_custom_data`; +CREATE TABLE `specimen_custom_data` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_id` int(11) unsigned NOT NULL default '0', + `specimen_id` int(10) unsigned NOT NULL default '0', + `field_value` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_id` (`field_id`), + KEY `specimen_id` (`specimen_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_custom_data` +-- + +LOCK TABLES `specimen_custom_data` WRITE; +/*!40000 ALTER TABLE `specimen_custom_data` DISABLE KEYS */; +INSERT INTO `specimen_custom_data` VALUES (1,1,2,'ANC','2015-03-17 09:40:59'),(2,1,3,'OPD','2015-03-17 10:14:51'),(3,1,5,'OPD','2015-03-17 10:14:52'),(4,1,8,'OPD','2015-03-17 10:14:52'),(5,1,12,'OPD','2015-03-17 10:14:52'); +/*!40000 ALTER TABLE `specimen_custom_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_custom_field` +-- + +DROP TABLE IF EXISTS `specimen_custom_field`; +CREATE TABLE `specimen_custom_field` ( + `id` int(11) unsigned NOT NULL auto_increment, + `field_name` varchar(45) NOT NULL default '', + `field_options` text NOT NULL, + `field_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `field_type_id` (`field_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; + +-- +-- Dumping data for table `specimen_custom_field` +-- + +LOCK TABLES `specimen_custom_field` WRITE; +/*!40000 ALTER TABLE `specimen_custom_field` DISABLE KEYS */; +INSERT INTO `specimen_custom_field` VALUES (1,'Source','OPD/NICU/WARD A - Female Medical/WARD B - Pedics/WARD C - Male/WARD D - Ortho/WARD 1 - Gynae/WARD 2 - Gynae/WARD 3 - Female Surgical/WARD 4 - Male Surgical/ENT/Casulty/CDU/ANC/Labour Ward/Theatre',3,'2015-03-17 09:08:27'); +/*!40000 ALTER TABLE `specimen_custom_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_session` +-- + +DROP TABLE IF EXISTS `specimen_session`; +CREATE TABLE `specimen_session` ( + `session_num` varchar(45) NOT NULL default '', + `count` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`session_num`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_session` +-- + +LOCK TABLES `specimen_session` WRITE; +/*!40000 ALTER TABLE `specimen_session` DISABLE KEYS */; +INSERT INTO `specimen_session` VALUES ('20150316',1),('20150317',2); +/*!40000 ALTER TABLE `specimen_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_test` +-- + +DROP TABLE IF EXISTS `specimen_test`; +CREATE TABLE `specimen_test` ( + `test_type_id` int(11) unsigned NOT NULL default '0', + `specimen_type_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `test_type_id` (`test_type_id`), + KEY `specimen_type_id` (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Relates tests to the specimens that are compatible with thos'; + +-- +-- Dumping data for table `specimen_test` +-- + +LOCK TABLES `specimen_test` WRITE; +/*!40000 ALTER TABLE `specimen_test` DISABLE KEYS */; +INSERT INTO `specimen_test` VALUES (1,1,'2015-03-16 09:14:16'),(2,1,'2015-03-16 10:27:14'),(3,1,'2015-03-16 10:34:24'),(4,1,'2015-03-16 10:36:05'),(5,1,'2015-03-16 10:38:29'),(6,1,'2015-03-16 10:46:14'),(7,1,'2015-03-16 10:49:11'),(8,1,'2015-03-16 10:52:41'),(9,1,'2015-03-16 10:53:38'),(10,1,'2015-03-16 10:54:48'),(11,1,'2015-03-16 10:56:24'),(12,1,'2015-03-16 10:57:31'),(13,1,'2015-03-16 10:58:29'),(14,1,'2015-03-16 10:59:26'),(15,1,'2015-03-16 11:00:18'),(16,1,'2015-03-16 11:01:01'),(17,1,'2015-03-16 11:02:02'),(18,1,'2015-03-16 11:03:18'),(19,1,'2015-03-16 11:04:46'),(20,5,'2015-03-16 11:06:07'),(21,2,'2015-03-16 11:08:09'),(22,2,'2015-03-16 11:11:47'),(23,2,'2015-03-16 11:13:34'),(24,2,'2015-03-16 11:14:58'),(25,2,'2015-03-16 11:17:09'),(26,2,'2015-03-16 11:18:45'),(26,5,'2015-03-16 11:18:45'),(27,2,'2015-03-16 11:19:52'),(28,2,'2015-03-16 11:20:58'),(29,2,'2015-03-16 11:22:43'),(30,2,'2015-03-16 11:24:40'),(31,2,'2015-03-16 15:28:30'),(32,2,'2015-03-16 15:30:42'),(33,2,'2015-03-16 20:21:03'),(34,2,'2015-03-16 20:22:11'),(35,2,'2015-03-16 20:24:06'),(36,2,'2015-03-16 20:26:22'),(37,2,'2015-03-16 20:27:54'),(38,2,'2015-03-16 20:30:27'),(39,2,'2015-03-16 20:32:41'),(40,2,'2015-03-16 20:35:39'),(41,2,'2015-03-16 20:38:01'),(41,1,'2015-03-16 20:38:01'),(42,2,'2015-03-16 20:40:14'),(43,2,'2015-03-16 20:41:50'),(44,2,'2015-03-16 20:42:49'),(45,2,'2015-03-16 20:45:05'),(46,2,'2015-03-16 20:57:16'),(47,2,'2015-03-17 07:57:37'),(48,2,'2015-03-17 07:59:03'),(49,2,'2015-03-17 07:59:59'),(50,1,'2015-03-17 08:03:23'),(51,1,'2015-03-17 08:06:23'),(52,1,'2015-03-17 08:07:24'),(53,1,'2015-03-17 08:08:23'),(54,4,'2015-03-17 08:15:09'),(55,3,'2015-03-17 08:21:14'),(56,4,'2015-03-17 08:26:21'),(57,3,'2015-03-17 08:27:34'),(49,6,'2015-03-17 08:28:49'); +/*!40000 ALTER TABLE `specimen_test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_type` +-- + +DROP TABLE IF EXISTS `specimen_type`; +CREATE TABLE `specimen_type` ( + `specimen_type_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `disabled` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`specimen_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `specimen_type` +-- + +LOCK TABLES `specimen_type` WRITE; +/*!40000 ALTER TABLE `specimen_type` DISABLE KEYS */; +INSERT INTO `specimen_type` VALUES (1,'Whole Blood','','2015-03-16 09:05:55',0),(2,'Serum','','2015-03-16 10:23:02',0),(3,'Urine','','2015-03-16 10:23:15',0),(4,'Stool','','2015-03-16 10:23:28',0),(5,'Skin Snip','','2015-03-16 10:24:02',0),(6,'Plasma','','2015-03-17 08:28:49',0); +/*!40000 ALTER TABLE `specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `stock_content` +-- + +DROP TABLE IF EXISTS `stock_content`; +CREATE TABLE `stock_content` ( + `name` varchar(40) default NULL, + `current_quantity` int(11) default NULL, + `date_of_use` date NOT NULL, + `receiver` varchar(40) default NULL, + `remarks` text, + `lot_number` varchar(40) default NULL, + `new_balance` int(11) default NULL, + `user_name` varchar(40) default NULL +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stock_content` +-- + +LOCK TABLES `stock_content` WRITE; +/*!40000 ALTER TABLE `stock_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `stock_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `stock_details` +-- + +DROP TABLE IF EXISTS `stock_details`; +CREATE TABLE `stock_details` ( + `name` varchar(40) default NULL, + `lot_number` varchar(40) default NULL, + `expiry_date` varchar(40) default NULL, + `manufacturer` varchar(40) default NULL, + `quantity_ordered` int(11) default NULL, + `supplier` varchar(40) default NULL, + `date_of_reception` timestamp NOT NULL default CURRENT_TIMESTAMP, + `current_quantity` int(11) default NULL, + `date_of_supply` timestamp NOT NULL default '0000-00-00 00:00:00', + `quantity_supplied` int(11) default NULL, + `unit` varchar(10) default NULL, + `entry_id` int(11) default NULL, + `cost_per_unit` decimal(10,0) default '0', + `quantity_used` int(10) default '0', + UNIQUE KEY `entry_id` (`entry_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stock_details` +-- + +LOCK TABLES `stock_details` WRITE; +/*!40000 ALTER TABLE `stock_details` DISABLE KEYS */; +/*!40000 ALTER TABLE `stock_details` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test` +-- + +DROP TABLE IF EXISTS `test`; +CREATE TABLE `test` ( + `test_id` int(10) unsigned NOT NULL auto_increment, + `test_type_id` int(11) unsigned NOT NULL default '0', + `result` longtext, + `comments` varchar(200) default NULL, + `user_id` int(11) unsigned default NULL, + `verified_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + `specimen_id` int(11) unsigned default NULL, + `date_verified` datetime default NULL, + PRIMARY KEY (`test_id`), + KEY `test_type_id` (`test_type_id`), + KEY `user_id` (`user_id`), + KEY `specimen_id` (`specimen_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test` +-- + +LOCK TABLES `test` WRITE; +/*!40000 ALTER TABLE `test` DISABLE KEYS */; +INSERT INTO `test` VALUES (1,1,'No MPS Seen,[$]4545[/$],Plasmodium falciparum,Trophozoites,,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-16 00:00:00',1,NULL),(2,19,'12,5,5,5,5,5,5,5,5,5,5,5,5,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',2,NULL),(3,53,'O Rh \"D\" Negative,7449f27f17079db192727d4e0ad353c522b84491','-',506,0,'2015-03-17 00:00:00',3,NULL),(4,4,'Partial Defect,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',3,NULL),(5,50,'Negative,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',3,NULL),(6,3,'Negative,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',3,NULL),(7,51,'1 / 160,1 / 40,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',3,NULL),(8,41,'22,22,22,22,22,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',5,NULL),(9,35,'77,77,7,7,7,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',5,NULL),(10,29,'30,100,30,30,7,100,100,10,7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',5,NULL),(11,54,'Semi - formed,Nil,Few,[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',8,NULL),(12,55,'[$]RED[/$],[$]CLOUDY[/$],[$]YES[/$],[$]23[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],[$]1[/$],[$]1[/$],[$]1[/$],[$]1[/$],[$]YES[/$],[$]YES[/$],[$]YES[/$],7449f27f17079db192727d4e0ad353c522b84491','',506,0,'2015-03-17 00:00:00',12,NULL); +/*!40000 ALTER TABLE `test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_category` +-- + +DROP TABLE IF EXISTS `test_category`; +CREATE TABLE `test_category` ( + `test_category_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`test_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_category` +-- + +LOCK TABLES `test_category` WRITE; +/*!40000 ALTER TABLE `test_category` DISABLE KEYS */; +INSERT INTO `test_category` VALUES (1,'HIV',NULL,'2015-03-16 08:31:36'),(2,'Haematology','','2015-03-16 09:14:16'),(3,'Parasitology','','2015-03-16 11:06:07'),(4,'Clinical Chemistry','','2015-03-16 11:08:09'),(5,'Miscellaneous','','2015-03-17 08:03:23'); +/*!40000 ALTER TABLE `test_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type` +-- + +DROP TABLE IF EXISTS `test_type`; +CREATE TABLE `test_type` ( + `test_type_id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(45) NOT NULL default '', + `description` varchar(100) default NULL, + `test_category_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `is_panel` int(10) unsigned default NULL, + `disabled` int(10) unsigned NOT NULL default '0', + `clinical_data` longtext, + `hide_patient_name` int(1) default NULL, + `prevalence_threshold` int(3) default '70', + `target_tat` int(3) default '24', + PRIMARY KEY (`test_type_id`), + KEY `test_category_id` (`test_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_type` +-- + +LOCK TABLES `test_type` WRITE; +/*!40000 ALTER TABLE `test_type` DISABLE KEYS */; +INSERT INTO `test_type` VALUES (1,'BF for MPS','',2,'2015-03-17 10:08:32',0,0,'',0,70,1),(2,'ESR','',2,'2015-03-17 08:36:04',0,0,NULL,0,70,2),(3,'Sickling ','',2,'2015-03-17 08:36:04',0,0,NULL,0,70,3),(4,'G6PD','',2,'2015-03-16 10:36:05',0,0,NULL,0,70,24),(5,'Hb Electrophoresis','',2,'2015-03-16 10:38:29',0,0,NULL,0,70,24),(6,'HB','',2,'2015-03-16 10:46:14',0,0,NULL,0,70,24),(7,'HCT','',2,'2015-03-16 10:49:11',0,0,NULL,0,70,24),(8,'RBC','',2,'2015-03-16 10:52:41',0,0,NULL,0,70,24),(9,'MCV','',2,'2015-03-16 10:53:38',0,0,NULL,0,70,24),(10,'MCH','',2,'2015-03-16 10:54:47',0,0,NULL,0,70,24),(11,'WBC','',2,'2015-03-16 10:56:24',0,0,NULL,0,70,24),(12,'Neutrophils','',2,'2015-03-16 10:57:31',0,0,NULL,0,70,24),(13,'Lymphocytes','',2,'2015-03-16 10:58:29',0,0,NULL,0,70,24),(14,'Monocytes','',2,'2015-03-16 10:59:25',0,0,NULL,0,70,24),(15,'Eosinophil','',2,'2015-03-16 11:00:18',0,0,NULL,0,70,24),(16,'Basophil','',2,'2015-03-16 11:01:01',0,0,NULL,0,70,24),(17,'Platelets','',2,'2015-03-16 11:02:02',0,0,NULL,0,70,24),(18,'Reticolcytes','',2,'2015-03-16 11:03:18',0,0,NULL,0,70,24),(19,'FBC','',2,'2015-03-16 11:04:46',1,0,NULL,0,70,24),(20,'Skin Snip Test','',3,'2015-03-16 11:06:07',0,0,NULL,0,70,24),(21,'Albumin','',4,'2015-03-16 11:08:09',0,0,NULL,0,70,24),(22,'ALP / DEA','',4,'2015-03-16 11:11:47',0,0,NULL,0,70,24),(23,'ALT / GPT','',4,'2015-03-16 11:13:34',0,0,NULL,0,70,24),(24,'AST / GOT','',4,'2015-03-16 11:14:58',0,0,NULL,0,70,24),(25,'Bilirubin Direct','',4,'2015-03-16 11:17:09',0,0,NULL,0,70,24),(26,'Bilirubin Total','',4,'2015-03-16 11:18:45',0,0,NULL,0,70,24),(27,'Total Protein','',4,'2015-03-16 11:19:52',0,0,NULL,0,70,24),(28,'Gamma GT','',4,'2015-03-16 11:20:58',0,0,NULL,0,70,24),(29,'Liver Function Tests','',4,'2015-03-16 11:22:43',1,0,NULL,0,70,24),(30,'Cholesterol','',4,'2015-03-16 11:24:40',0,0,NULL,0,70,24),(31,'Triglycerides','',4,'2015-03-16 15:28:29',0,0,NULL,0,70,24),(32,'HDL - Cholesterol','',4,'2015-03-16 15:30:42',0,0,NULL,0,70,24),(33,'LDL - Cholesterol','',4,'2015-03-16 20:21:03',0,0,NULL,0,70,24),(34,'Coronary Risk','',4,'2015-03-16 20:22:11',0,0,NULL,0,70,24),(35,'Lipid Profile','',4,'2015-03-16 20:24:06',1,0,NULL,0,70,24),(36,'Creatine ','',4,'2015-03-16 20:26:22',0,0,NULL,0,70,24),(37,'Urea','',4,'2015-03-16 20:27:54',0,0,NULL,0,70,24),(38,'Potassium','',4,'2015-03-16 20:30:27',0,0,NULL,0,70,24),(39,'Sodium','',4,'2015-03-16 20:32:41',0,0,NULL,0,70,24),(40,'Chloride','',4,'2015-03-16 20:35:39',0,0,NULL,0,70,24),(41,'Kidney Function Test','',4,'2015-03-16 20:38:01',1,0,NULL,0,70,24),(42,'CK - MB','',4,'2015-03-16 20:40:14',0,0,NULL,0,70,24),(43,'CK - NAC','',4,'2015-03-16 20:41:50',0,0,NULL,0,70,24),(44,'LDH','',4,'2015-03-16 20:42:49',0,0,NULL,0,70,24),(45,'Cardiac Profile','',4,'2015-03-16 20:45:05',1,0,NULL,0,70,24),(46,'Uric Acid','',4,'2015-03-16 20:57:16',0,0,NULL,0,70,24),(47,'Calcium','',4,'2015-03-17 07:57:37',0,0,NULL,0,70,24),(48,'Amylase','',4,'2015-03-17 07:59:03',0,0,NULL,0,70,24),(49,'Glucose','',4,'2015-03-17 07:59:59',0,0,NULL,0,70,24),(50,'Pregnancy Test','',5,'2015-03-17 08:03:23',0,0,NULL,0,70,24),(51,'Widal Test','',5,'2015-03-17 09:35:55',0,0,'',0,70,24),(52,'Rheumatiod Factor','',5,'2015-03-17 08:07:24',0,0,NULL,0,70,24),(53,'Blood Grouping','',5,'2015-03-17 09:23:42',0,0,'',0,70,24),(54,'Stool R/E','',3,'2015-03-17 08:15:09',0,0,NULL,0,70,24),(55,'Urine R/E','',3,'2015-03-17 08:21:14',0,0,NULL,0,70,24),(56,'Occult Blood','',3,'2015-03-17 08:26:21',0,0,NULL,0,70,24),(57,'24hrs Urine Protein','',4,'2015-03-17 08:27:34',0,0,NULL,0,70,24); +/*!40000 ALTER TABLE `test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type_costs` +-- + +DROP TABLE IF EXISTS `test_type_costs`; +CREATE TABLE `test_type_costs` ( + `earliest_date_valid` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `test_type_id` int(11) NOT NULL, + `amount` decimal(10,2) NOT NULL default '0.00' +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `test_type_costs` +-- + +LOCK TABLES `test_type_costs` WRITE; +/*!40000 ALTER TABLE `test_type_costs` DISABLE KEYS */; +INSERT INTO `test_type_costs` VALUES ('2015-03-16 09:14:18',1,'0.00'),('2015-03-16 10:27:15',2,'0.00'),('2015-03-16 10:34:24',3,'0.00'),('2015-03-16 10:36:06',4,'0.00'),('2015-03-16 10:38:30',5,'0.00'),('2015-03-16 10:46:15',6,'0.00'),('2015-03-16 10:49:12',7,'0.00'),('2015-03-16 10:52:42',8,'0.00'),('2015-03-16 10:53:39',9,'0.00'),('2015-03-16 10:54:48',10,'0.00'),('2015-03-16 10:56:24',11,'0.00'),('2015-03-16 10:57:32',12,'0.00'),('2015-03-16 10:58:30',13,'0.00'),('2015-03-16 10:59:26',14,'0.00'),('2015-03-16 11:00:19',15,'0.00'),('2015-03-16 11:01:02',16,'0.00'),('2015-03-16 11:02:03',17,'0.00'),('2015-03-16 11:03:18',18,'0.00'),('2015-03-16 11:04:48',19,'0.00'),('2015-03-16 11:06:08',20,'0.00'),('2015-03-16 11:08:10',21,'0.00'),('2015-03-16 11:11:48',22,'0.00'),('2015-03-16 11:13:35',23,'0.00'),('2015-03-16 11:14:59',24,'0.00'),('2015-03-16 11:17:09',25,'0.00'),('2015-03-16 11:18:46',26,'0.00'),('2015-03-16 11:19:53',27,'0.00'),('2015-03-16 11:20:59',28,'0.00'),('2015-03-16 11:22:44',29,'0.00'),('2015-03-16 11:24:41',30,'0.00'),('2015-03-16 15:28:31',31,'0.00'),('2015-03-16 15:30:42',32,'0.00'),('2015-03-16 20:21:04',33,'0.00'),('2015-03-16 20:22:12',34,'0.00'),('2015-03-16 20:24:07',35,'0.00'),('2015-03-16 20:26:23',36,'0.00'),('2015-03-16 20:27:55',37,'0.00'),('2015-03-16 20:30:28',38,'0.00'),('2015-03-16 20:32:41',39,'0.00'),('2015-03-16 20:35:39',40,'0.00'),('2015-03-16 20:38:02',41,'0.00'),('2015-03-16 20:40:15',42,'0.00'),('2015-03-16 20:41:51',43,'0.00'),('2015-03-16 20:42:50',44,'0.00'),('2015-03-16 20:45:06',45,'0.00'),('2015-03-16 20:57:17',46,'0.00'),('2015-03-17 07:57:38',47,'0.00'),('2015-03-17 07:59:03',48,'0.00'),('2015-03-17 08:00:00',49,'0.00'),('2015-03-17 08:03:24',50,'0.00'),('2015-03-17 08:06:24',51,'0.00'),('2015-03-17 08:07:25',52,'0.00'),('2015-03-17 08:08:24',53,'0.00'),('2015-03-17 08:15:10',54,'0.00'),('2015-03-17 08:21:16',55,'0.00'),('2015-03-17 08:26:22',56,'0.00'),('2015-03-17 08:27:34',57,'0.00'); +/*!40000 ALTER TABLE `test_type_costs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_type_measure` +-- + +DROP TABLE IF EXISTS `test_type_measure`; +CREATE TABLE `test_type_measure` ( + `test_type_id` int(11) unsigned NOT NULL default '0', + `measure_id` int(11) unsigned NOT NULL default '0', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + KEY `test_type_id` (`test_type_id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `test_type_measure` +-- + +LOCK TABLES `test_type_measure` WRITE; +/*!40000 ALTER TABLE `test_type_measure` DISABLE KEYS */; +INSERT INTO `test_type_measure` VALUES (1,1,'2015-03-16 09:14:17'),(1,2,'2015-03-16 09:14:17'),(1,3,'2015-03-16 09:14:17'),(1,4,'2015-03-16 09:14:17'),(2,5,'2015-03-16 10:27:14'),(3,6,'2015-03-16 10:34:24'),(4,7,'2015-03-16 10:36:05'),(5,8,'2015-03-16 10:38:29'),(6,9,'2015-03-16 10:46:14'),(7,10,'2015-03-16 10:49:11'),(8,11,'2015-03-16 10:52:41'),(9,12,'2015-03-16 10:53:38'),(10,13,'2015-03-16 10:54:48'),(11,14,'2015-03-16 10:56:24'),(12,15,'2015-03-16 10:57:32'),(13,16,'2015-03-16 10:58:29'),(14,17,'2015-03-16 10:59:26'),(15,18,'2015-03-16 11:00:18'),(16,19,'2015-03-16 11:01:01'),(17,20,'2015-03-16 11:02:02'),(18,21,'2015-03-16 11:03:18'),(19,9,'2015-03-16 11:04:46'),(19,10,'2015-03-16 11:04:46'),(19,11,'2015-03-16 11:04:46'),(19,12,'2015-03-16 11:04:46'),(19,13,'2015-03-16 11:04:46'),(19,14,'2015-03-16 11:04:46'),(19,15,'2015-03-16 11:04:46'),(19,16,'2015-03-16 11:04:47'),(19,17,'2015-03-16 11:04:47'),(19,18,'2015-03-16 11:04:47'),(19,19,'2015-03-16 11:04:47'),(19,20,'2015-03-16 11:04:47'),(19,21,'2015-03-16 11:04:47'),(20,22,'2015-03-16 11:06:07'),(21,23,'2015-03-16 11:08:09'),(22,24,'2015-03-16 11:11:47'),(23,25,'2015-03-16 11:13:34'),(24,26,'2015-03-16 11:14:58'),(25,27,'2015-03-16 11:17:09'),(26,28,'2015-03-16 11:18:46'),(27,29,'2015-03-16 11:19:53'),(28,30,'2015-03-16 11:20:58'),(29,23,'2015-03-16 11:22:43'),(29,24,'2015-03-16 11:22:43'),(29,25,'2015-03-16 11:22:43'),(29,26,'2015-03-16 11:22:43'),(29,27,'2015-03-16 11:22:43'),(29,28,'2015-03-16 11:22:43'),(29,29,'2015-03-16 11:22:43'),(29,30,'2015-03-16 11:22:43'),(30,31,'2015-03-16 11:24:41'),(31,32,'2015-03-16 15:28:30'),(32,33,'2015-03-16 15:30:42'),(33,34,'2015-03-16 20:21:03'),(34,35,'2015-03-16 20:22:11'),(35,31,'2015-03-16 20:24:07'),(35,32,'2015-03-16 20:24:07'),(35,33,'2015-03-16 20:24:07'),(35,34,'2015-03-16 20:24:07'),(35,35,'2015-03-16 20:24:07'),(36,36,'2015-03-16 20:26:22'),(37,37,'2015-03-16 20:27:55'),(38,38,'2015-03-16 20:30:28'),(39,39,'2015-03-16 20:32:41'),(40,40,'2015-03-16 20:35:39'),(41,36,'2015-03-16 20:38:01'),(41,37,'2015-03-16 20:38:01'),(41,38,'2015-03-16 20:38:02'),(41,39,'2015-03-16 20:38:02'),(41,40,'2015-03-16 20:38:02'),(42,41,'2015-03-16 20:40:14'),(43,42,'2015-03-16 20:41:50'),(44,43,'2015-03-16 20:42:49'),(45,41,'2015-03-16 20:45:05'),(45,42,'2015-03-16 20:45:05'),(45,43,'2015-03-16 20:45:05'),(46,44,'2015-03-16 20:57:16'),(47,45,'2015-03-17 07:57:37'),(48,46,'2015-03-17 07:59:03'),(49,47,'2015-03-17 07:59:59'),(50,48,'2015-03-17 08:03:23'),(51,49,'2015-03-17 08:06:23'),(51,50,'2015-03-17 08:06:23'),(52,51,'2015-03-17 08:07:24'),(53,52,'2015-03-17 08:08:23'),(54,53,'2015-03-17 08:15:09'),(54,54,'2015-03-17 08:15:09'),(54,55,'2015-03-17 08:15:09'),(54,56,'2015-03-17 08:15:09'),(54,57,'2015-03-17 08:15:09'),(54,58,'2015-03-17 08:15:09'),(54,59,'2015-03-17 08:15:09'),(54,60,'2015-03-17 08:15:09'),(55,61,'2015-03-17 08:21:14'),(55,62,'2015-03-17 08:21:15'),(55,63,'2015-03-17 08:21:15'),(55,64,'2015-03-17 08:21:15'),(55,65,'2015-03-17 08:21:15'),(55,66,'2015-03-17 08:21:15'),(55,67,'2015-03-17 08:21:15'),(55,68,'2015-03-17 08:21:15'),(55,69,'2015-03-17 08:21:15'),(55,70,'2015-03-17 08:21:15'),(55,71,'2015-03-17 08:21:15'),(55,72,'2015-03-17 08:21:15'),(55,73,'2015-03-17 08:21:15'),(55,74,'2015-03-17 08:21:15'),(55,75,'2015-03-17 08:21:15'),(55,76,'2015-03-17 08:21:15'),(55,77,'2015-03-17 08:21:15'),(55,78,'2015-03-17 08:21:15'),(55,79,'2015-03-17 08:21:15'),(56,80,'2015-03-17 08:26:21'),(57,81,'2015-03-17 08:27:34'); +/*!40000 ALTER TABLE `test_type_measure` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `unit` +-- + +DROP TABLE IF EXISTS `unit`; +CREATE TABLE `unit` ( + `unit_id` int(11) unsigned NOT NULL auto_increment, + `unit` varchar(45) NOT NULL default '', + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`unit_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `unit` +-- + +LOCK TABLES `unit` WRITE; +/*!40000 ALTER TABLE `unit` DISABLE KEYS */; +/*!40000 ALTER TABLE `unit` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user` +-- + +DROP TABLE IF EXISTS `user`; +CREATE TABLE `user` ( + `user_id` int(11) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL default '', + `password` varchar(45) NOT NULL default '', + `actualname` varchar(45) default NULL, + `email` varchar(45) default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `lab_config_id` int(10) unsigned NOT NULL, + `level` int(10) unsigned default NULL, + `phone` varchar(45) default NULL, + `lang_id` varchar(45) NOT NULL default 'default', + PRIMARY KEY (`user_id`), + KEY `user_id_index` USING BTREE (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Users are anybody that works in the lab.'; + +-- +-- Dumping data for table `user` +-- + +LOCK TABLES `user` WRITE; +/*!40000 ALTER TABLE `user` DISABLE KEYS */; +/*!40000 ALTER TABLE `user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_feedback` +-- + +DROP TABLE IF EXISTS `user_feedback`; +CREATE TABLE `user_feedback` ( + `id` int(11) NOT NULL auto_increment, + `user_id` int(11) default NULL, + `rating` int(3) default NULL, + `comments` varchar(500) collate latin1_general_ci default NULL, + `ts` timestamp NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `user_feedback` +-- + +LOCK TABLES `user_feedback` WRITE; +/*!40000 ALTER TABLE `user_feedback` DISABLE KEYS */; +INSERT INTO `user_feedback` VALUES (1,506,6,'','2015-03-16 08:47:31'),(2,506,6,'','2015-03-16 09:46:14'),(3,506,6,'','2015-03-16 11:44:56'),(4,506,6,'','2015-03-17 08:48:00'),(5,506,6,'','2015-03-18 08:47:21'),(6,506,6,'','2015-03-18 09:19:37'); +/*!40000 ALTER TABLE `user_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_props` +-- + +DROP TABLE IF EXISTS `user_props`; +CREATE TABLE `user_props` ( + `User_Id` varchar(50) NOT NULL default '', + `AppCodeName` varchar(25) NOT NULL default '', + `AppName` varchar(25) NOT NULL default '', + `AppVersion` varchar(25) NOT NULL default '', + `CookieEnabled` tinyint(1) NOT NULL default '0', + `Platform` varchar(20) NOT NULL default '', + `UserAgent` varchar(200) NOT NULL default '', + `SystemLanguage` varchar(15) NOT NULL default '', + `UserLanguage` varchar(15) NOT NULL default '', + `Language` varchar(15) NOT NULL default '', + `ScreenAvailHeight` int(11) NOT NULL default '0', + `ScreenAvailWidth` int(11) NOT NULL default '0', + `ScreenColorDepth` int(11) NOT NULL default '0', + `ScreenHeight` int(11) NOT NULL default '0', + `ScreenWidth` int(11) NOT NULL default '0', + `Recorded_At` datetime NOT NULL default '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user_props` +-- + +LOCK TABLES `user_props` WRITE; +/*!40000 ALTER TABLE `user_props` DISABLE KEYS */; +/*!40000 ALTER TABLE `user_props` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user_rating` +-- + +DROP TABLE IF EXISTS `user_rating`; +CREATE TABLE `user_rating` ( + `user_id` int(10) unsigned NOT NULL, + `rating` int(10) unsigned NOT NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`user_id`,`ts`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user_rating` +-- + +LOCK TABLES `user_rating` WRITE; +/*!40000 ALTER TABLE `user_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `user_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom` +-- + +DROP TABLE IF EXISTS `worksheet_custom`; +CREATE TABLE `worksheet_custom` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name` varchar(100) NOT NULL, + `header` varchar(500) NOT NULL, + `footer` varchar(500) NOT NULL, + `title` varchar(500) NOT NULL, + `p_fields` varchar(100) NOT NULL, + `s_fields` varchar(100) NOT NULL, + `t_fields` varchar(100) NOT NULL, + `p_custom` varchar(100) NOT NULL, + `s_custom` varchar(100) NOT NULL, + `margins` varchar(50) NOT NULL, + `id_fields` varchar(45) NOT NULL default '0,0,0', + `landscape` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom` +-- + +LOCK TABLES `worksheet_custom` WRITE; +/*!40000 ALTER TABLE `worksheet_custom` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom_test` +-- + +DROP TABLE IF EXISTS `worksheet_custom_test`; +CREATE TABLE `worksheet_custom_test` ( + `worksheet_id` int(10) unsigned NOT NULL, + `test_type_id` int(10) unsigned NOT NULL, + `measure_id` int(10) unsigned NOT NULL, + `width` varchar(45) NOT NULL, + KEY `worksheet_id` (`worksheet_id`), + KEY `test_type_id` (`test_type_id`), + KEY `measure_id` (`measure_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom_test` +-- + +LOCK TABLES `worksheet_custom_test` WRITE; +/*!40000 ALTER TABLE `worksheet_custom_test` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom_test` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `worksheet_custom_userfield` +-- + +DROP TABLE IF EXISTS `worksheet_custom_userfield`; +CREATE TABLE `worksheet_custom_userfield` ( + `worksheet_id` int(10) unsigned NOT NULL, + `name` varchar(70) NOT NULL default '', + `width` int(10) unsigned NOT NULL default '10', + `field_id` int(10) unsigned NOT NULL auto_increment, + KEY `Primary Key` (`field_id`), + KEY `worksheet_id` (`worksheet_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `worksheet_custom_userfield` +-- + +LOCK TABLES `worksheet_custom_userfield` WRITE; +/*!40000 ALTER TABLE `worksheet_custom_userfield` DISABLE KEYS */; +/*!40000 ALTER TABLE `worksheet_custom_userfield` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2015-04-01 16:50:55 diff --git a/htdocs/export/blis_revamp_backup.sql b/htdocs/export/blis_revamp_backup.sql new file mode 100644 index 000000000..a00ad3fa1 --- /dev/null +++ b/htdocs/export/blis_revamp_backup.sql @@ -0,0 +1,434 @@ +-- MySQL dump 10.11 +-- +-- Host: localhost Database: blis_revamp +-- ------------------------------------------------------ +-- Server version 5.0.41-community-nt + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Current Database: `blis_revamp` +-- + +CREATE DATABASE /*!32312 IF NOT EXISTS*/ `blis_revamp` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci */; + +USE `blis_revamp`; + +-- +-- Table structure for table `global_measures` +-- + +DROP TABLE IF EXISTS `global_measures`; +CREATE TABLE `global_measures` ( + `user_id` int(11) NOT NULL default '0', + `name` varchar(128) collate latin1_general_ci default NULL, + `range` varchar(1024) collate latin1_general_ci default NULL, + `test_id` int(10) NOT NULL default '0', + `measure_id` int(10) NOT NULL default '0', + `unit` varchar(64) collate latin1_general_ci default NULL, + PRIMARY KEY (`user_id`,`test_id`,`measure_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `global_measures` +-- + +LOCK TABLES `global_measures` WRITE; +/*!40000 ALTER TABLE `global_measures` DISABLE KEYS */; +/*!40000 ALTER TABLE `global_measures` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `import_log` +-- + +DROP TABLE IF EXISTS `import_log`; +CREATE TABLE `import_log` ( + `id` int(11) NOT NULL auto_increment, + `lab_config_id` int(10) NOT NULL, + `successful` int(1) default NULL, + `flag` int(1) default NULL, + `user_id` int(11) default NULL, + `country` varchar(100) collate latin1_general_ci default NULL, + `lab_name` varchar(100) collate latin1_general_ci default NULL, + `db_name` varchar(100) collate latin1_general_ci default NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `import_log` +-- + +LOCK TABLES `import_log` WRITE; +/*!40000 ALTER TABLE `import_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `import_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `infection_report_settings` +-- + +DROP TABLE IF EXISTS `infection_report_settings`; +CREATE TABLE `infection_report_settings` ( + `id` int(10) unsigned NOT NULL default '0', + `group_by_age` int(10) unsigned default NULL, + `group_by_gender` int(10) unsigned default NULL, + `age_groups` varchar(512) collate latin1_general_ci default NULL, + `measure_groups` varchar(512) collate latin1_general_ci default NULL, + `measure_id` int(10) default NULL, + `user_id` int(11) NOT NULL default '0', + `test_id` int(10) default NULL, + PRIMARY KEY (`user_id`,`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `infection_report_settings` +-- + +LOCK TABLES `infection_report_settings` WRITE; +/*!40000 ALTER TABLE `infection_report_settings` DISABLE KEYS */; +INSERT INTO `infection_report_settings` VALUES (1,1,1,'','',0,401,0); +/*!40000 ALTER TABLE `infection_report_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config` +-- + +DROP TABLE IF EXISTS `lab_config`; +CREATE TABLE `lab_config` ( + `lab_config_id` int(10) unsigned NOT NULL auto_increment, + `name` char(45) NOT NULL default '', + `location` char(45) NOT NULL default '', + `admin_user_id` int(10) unsigned NOT NULL default '0', + `db_name` char(45) NOT NULL default '', + `id_mode` int(10) unsigned NOT NULL default '2', + `p_addl` int(10) unsigned NOT NULL default '0', + `s_addl` int(10) unsigned NOT NULL default '0', + `daily_num` int(10) unsigned NOT NULL default '1', + `pid` int(10) unsigned NOT NULL default '2', + `pname` int(10) unsigned NOT NULL default '1', + `sex` int(10) unsigned NOT NULL default '2', + `age` int(10) unsigned NOT NULL default '1', + `dob` int(10) unsigned NOT NULL default '1', + `sid` int(10) unsigned NOT NULL default '2', + `refout` int(10) unsigned NOT NULL default '1', + `rdate` int(10) unsigned NOT NULL default '2', + `comm` int(10) unsigned NOT NULL default '1', + `dformat` varchar(45) NOT NULL default 'd-m-Y', + `dnum_reset` int(10) unsigned NOT NULL default '1', + `doctor` int(10) unsigned NOT NULL default '1', + `country` varchar(512) default NULL, + PRIMARY KEY (`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED; + +-- +-- Dumping data for table `lab_config` +-- + +LOCK TABLES `lab_config` WRITE; +/*!40000 ALTER TABLE `lab_config` DISABLE KEYS */; +INSERT INTO `lab_config` VALUES (1,'Regional Hospital, Koforidua','Eastern Region',453,'blis_1',1,1,2,11,2,1,2,11,1,2,1,2,1,'d-m-Y',1,1,''),(2,'37 Military Hospital Laboratory','Accra, Ghana',474,'blis_2',1,1,2,11,2,1,2,11,1,2,1,2,1,'d-m-Y',1,1,''),(3,'Greater Accra Regional Hospital Laboratory, R','Greater Accra',499,'blis_3',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(4,'Central Regional Hospital, Cape Coast','Cape Coast',500,'blis_4',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(5,'Volta Regional Hospital, Ho','Ho',501,'blis_5',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(6,'Brong-Ahafo Regional Hospital Laboratory, Sun','Sunyani',502,'blis_6',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(7,'Kintampo Health Research Centre','Kintampo',503,'blis_7',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(8,'Kumasi South Hospital Laboratory','Kumasi',504,'blis_8',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(9,'Sekondi Public Health Laboratory','Western',505,'blis_9',1,0,2,11,2,1,2,11,1,2,1,2,1,'d-m-Y',1,1,''),(10,'Tamale Public Health Laboratory','Northern Region',518,'blis_10',1,0,1,11,2,1,2,11,1,2,0,2,1,'d-m-Y',3,1,''),(11,'Upper West Regional Hospital','WA',531,'blis_11',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(12,'Effia Nkwanta Regional Hospital','Sekondi',532,'blis_12',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,''),(127,'Testlab1','GT',53,'blis_127',1,0,0,11,2,1,2,11,1,0,0,2,0,'d-m-Y',1,1,'USA'),(128,'Bamenda Regional Hospital Lab','Bamenda, Cameroon',115,'blis_128',2,0,0,1,2,1,2,1,1,2,1,2,1,'m-d-Y',1,1,'Cameroon'),(129,'Buea Regional Hospital Lab','Buea, Cameroon',116,'blis_129',2,0,0,1,1,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Cameroon'),(130,'Hopital Centrel Laboratoire','Messa-Yaounde, Cameroon',113,'blis_130',2,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Cameroon'),(131,'Hopital Laquintinie Laboratoire','Douala, Cameroon',114,'blis_131',2,0,1,1,1,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Cameroon'),(151,'Tema Polyclinic Laboratory','Ghana',340,'blis_151',1,0,0,2,2,1,2,1,1,2,1,2,0,'d-m-Y',1,0,'Ghana'),(152,'Saltpond Municipal Hospital','Ghana',339,'blis_152',1,0,0,11,2,1,2,11,1,2,1,2,1,'d-m-Y',1,1,'Ghana'),(153,'Kaneshie Polyclinic','Ghana',338,'blis_153',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Ghana'),(203,'Limbe Hospital Laboratory','Limbe, Cameroon',174,'blis_203',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Cameroon'),(222,'Nkonsamba Regional Hospital','Nkonsamba',209,'blis_222',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',3,1,'Cameroon'),(223,'Kisarawe District Laboratory','Coast Region',264,'blis_223',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Tanzania'),(225,'Mafinga Laboratory','Mafinga District. Iringa Region',262,'blis_225',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Tanzania'),(226,'Lushoto Laboratory','Lushoto District, Tanga Region',260,'blis_226',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Tanzania'),(232,'Kiwoko Health Facility','Uganda',220,'blis_232',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Uganda'),(233,'JOY Medical Center-Ndeeba','Kampala, Uganda',224,'blis_233',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Uganda'),(234,'St. Stephens Health Centre','Kampala , Uganda',227,'blis_234',1,0,0,2,0,1,2,1,1,2,2,0,2,'d-m-Y',1,2,'Uganda'),(235,'Alive Medical Services','Kampala, Uganda',226,'blis_235',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Uganda'),(236,'Kawempe Health Centre','Uganda',233,'blis_236',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Uganda'),(237,'Ndejje Health Centre','Uganda',234,'blis_237',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Uganda'),(238,'Jinja Hospital','Uganda',200,'blis_238',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Uganda'),(1005,'GhanaTest','Atl',404,'blis_1005',1,0,0,1,2,1,2,1,1,2,1,2,1,'d-m-Y',1,1,'Ghana'),(1006,'National Public Health & Reference Laboratory','Accra',405,'blis_1006',1,1,2,11,2,1,2,11,1,2,1,2,1,'d-m-Y',1,1,'Ghana'); +/*!40000 ALTER TABLE `lab_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_access` +-- + +DROP TABLE IF EXISTS `lab_config_access`; +CREATE TABLE `lab_config_access` ( + `user_id` int(10) unsigned NOT NULL default '0', + `lab_config_id` int(10) unsigned NOT NULL default '0', + PRIMARY KEY (`user_id`,`lab_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_access` +-- + +LOCK TABLES `lab_config_access` WRITE; +/*!40000 ALTER TABLE `lab_config_access` DISABLE KEYS */; +INSERT INTO `lab_config_access` VALUES (401,1),(401,2),(401,3),(401,4),(401,5),(401,6),(401,7),(401,8),(401,9),(401,10),(401,11),(401,12),(401,1006); +/*!40000 ALTER TABLE `lab_config_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_specimen_type` +-- + +DROP TABLE IF EXISTS `lab_config_specimen_type`; +CREATE TABLE `lab_config_specimen_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `specimen_type_id` int(10) unsigned NOT NULL default '0' +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_specimen_type` +-- + +LOCK TABLES `lab_config_specimen_type` WRITE; +/*!40000 ALTER TABLE `lab_config_specimen_type` DISABLE KEYS */; +INSERT INTO `lab_config_specimen_type` VALUES (106,7),(106,6),(106,9),(107,7),(107,6),(108,7),(109,6),(110,6),(111,7),(112,7),(113,7),(114,7),(115,7),(116,6),(117,6),(118,6),(119,6),(120,6),(121,6),(122,6),(123,6),(124,6),(125,6),(126,6),(126,7),(127,6),(127,7),(127,11),(128,7),(128,6),(128,8),(128,12),(129,7),(129,10),(129,8),(129,18),(129,15),(129,9),(129,12),(129,6),(130,7),(130,6),(130,8),(130,9),(130,10),(130,12),(131,7),(131,6),(131,8),(131,9),(131,10),(131,12),(132,7),(132,6),(132,9),(132,11),(132,12),(132,14),(132,15),(132,16),(132,17),(133,7),(133,6),(133,9),(133,15),(134,7),(134,6),(134,9),(134,12),(134,15),(134,17),(134,8),(136,7),(137,7),(138,7),(138,6),(138,9),(138,10),(138,12),(138,14),(139,7),(139,6),(140,7),(141,7),(141,6),(141,16),(141,9),(141,12),(142,7),(143,7),(144,7),(145,6),(145,7),(146,7),(147,7),(147,6),(147,18),(148,7),(149,8),(149,18),(149,7),(149,11),(149,6),(150,7),(151,18),(151,6),(152,8),(152,15),(152,7),(152,9),(152,12),(152,11),(152,6),(153,6),(153,7),(153,12),(153,11),(154,6),(154,18),(155,7),(156,7),(157,8),(157,7),(158,6),(158,18),(146,6),(147,9),(127,12),(159,7),(141,11),(160,6),(160,7),(161,7),(162,7),(163,7),(164,7),(165,7),(166,7),(167,7),(168,7),(169,7),(170,7),(141,18),(171,7),(178,13),(178,8),(178,18),(178,15),(178,7),(178,12),(179,10),(179,14),(179,16),(179,7),(180,10),(180,8),(180,14),(180,18),(180,16),(180,7),(181,13),(181,8),(131,16),(181,6),(182,7),(182,12),(183,7),(183,6),(184,7),(184,6),(185,7),(185,6),(186,7),(186,6),(187,7),(187,6),(188,7),(188,6),(189,7),(189,6),(190,7),(190,6),(131,18),(191,16),(191,7),(192,16),(192,7),(193,16),(193,7),(194,16),(194,7),(195,8),(195,18),(195,7),(195,12),(131,14),(195,6),(196,8),(196,18),(196,7),(196,9),(196,12),(139,11),(197,8),(197,7),(197,6),(198,8),(198,18),(198,7),(198,9),(198,12),(203,11),(199,7),(199,12),(138,11),(199,6),(199,9),(200,7),(200,9),(200,12),(131,11),(200,6),(201,7),(201,9),(201,12),(130,11),(201,6),(202,7),(202,9),(202,12),(129,11),(202,6),(202,13),(203,8),(203,7),(203,9),(203,12),(203,6),(203,15),(204,12),(205,7),(205,12),(206,12),(207,12),(128,11),(208,7),(209,7),(210,7),(211,7),(212,7),(212,12),(131,17),(131,15),(128,21),(129,21),(130,21),(131,21),(203,21),(213,13),(213,8),(213,12),(213,11),(213,6),(214,13),(214,8),(214,14),(214,16),(214,12),(214,11),(215,12),(215,11),(215,6),(219,13),(219,12),(219,11),(219,6),(220,13),(220,12),(220,11),(220,6),(221,13),(221,8),(221,18),(221,11),(222,13),(222,10),(222,8),(222,14),(222,18),(222,16),(222,11),(223,13),(223,10),(223,8),(223,14),(223,18),(223,16),(223,11),(224,11),(225,10),(225,12),(225,11),(226,10),(226,12),(226,11),(227,10),(227,12),(227,11),(228,10),(228,12),(228,11),(229,13),(229,8),(229,12),(229,11),(230,8),(230,7),(230,9),(230,12),(230,11),(231,15),(231,7),(231,11),(231,6),(232,10),(232,15),(232,7),(232,9),(232,12),(232,11),(232,6),(233,15),(233,7),(233,12),(233,11),(234,15),(234,11),(234,6),(235,13),(235,7),(235,11),(235,6),(236,7),(236,9),(236,12),(236,11),(237,7),(237,9),(237,12),(237,11),(237,6),(238,13),(238,7),(238,9),(238,12),(238,11),(238,6); +/*!40000 ALTER TABLE `lab_config_specimen_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `lab_config_test_type` +-- + +DROP TABLE IF EXISTS `lab_config_test_type`; +CREATE TABLE `lab_config_test_type` ( + `lab_config_id` int(10) unsigned NOT NULL default '0', + `test_type_id` int(10) unsigned NOT NULL default '0' +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `lab_config_test_type` +-- + +LOCK TABLES `lab_config_test_type` WRITE; +/*!40000 ALTER TABLE `lab_config_test_type` DISABLE KEYS */; +INSERT INTO `lab_config_test_type` VALUES (106,7),(106,13),(106,10),(106,8),(107,10),(107,13),(107,7),(107,8),(108,8),(109,7),(110,7),(111,7),(112,7),(113,7),(114,7),(115,7),(116,7),(117,7),(118,7),(119,7),(120,7),(121,7),(122,7),(123,7),(124,7),(125,7),(126,7),(126,8),(127,7),(127,8),(127,56),(128,8),(128,48),(128,39),(128,49),(128,50),(128,51),(128,40),(128,52),(128,63),(128,54),(128,71),(128,18),(128,20),(128,22),(128,23),(128,24),(128,25),(128,55),(128,14),(128,43),(128,44),(128,58),(128,61),(128,72),(128,74),(128,70),(129,8),(129,48),(129,21),(129,18),(129,25),(129,27),(129,22),(129,60),(129,55),(129,9),(129,29),(129,30),(129,14),(129,24),(129,23),(129,20),(129,28),(129,70),(129,63),(129,54),(129,39),(129,51),(129,40),(129,52),(129,68),(207,71),(129,59),(129,67),(129,66),(129,58),(129,65),(129,71),(129,69),(130,8),(130,48),(130,20),(130,21),(130,22),(130,24),(130,25),(130,29),(130,30),(130,32),(130,55),(130,16),(130,39),(130,49),(130,51),(130,40),(130,52),(130,54),(130,63),(130,23),(130,43),(130,44),(130,58),(130,71),(130,72),(131,8),(131,48),(131,20),(131,21),(131,22),(131,23),(131,24),(131,25),(131,29),(131,30),(131,55),(131,16),(131,39),(131,51),(131,40),(131,52),(131,54),(131,63),(131,43),(131,44),(131,58),(131,71),(131,27),(131,32),(131,53),(131,41),(131,59),(132,8),(132,48),(132,43),(132,39),(132,40),(132,38),(132,7),(132,22),(132,23),(132,24),(132,35),(132,36),(132,51),(132,63),(132,41),(132,44),(132,47),(132,57),(132,59),(132,61),(132,64),(133,8),(133,48),(133,43),(133,39),(133,40),(133,38),(133,7),(133,22),(133,23),(133,24),(133,35),(133,36),(133,51),(133,63),(133,41),(133,44),(133,47),(133,57),(133,59),(133,61),(133,64),(134,8),(134,48),(134,7),(134,22),(134,23),(134,24),(134,36),(134,39),(134,51),(134,40),(134,63),(134,41),(134,38),(134,47),(134,58),(134,61),(134,64),(134,59),(134,35),(136,8),(136,48),(137,8),(137,48),(138,8),(138,48),(138,18),(138,19),(138,20),(138,22),(138,23),(138,24),(138,26),(138,27),(138,28),(138,29),(138,30),(138,31),(138,74),(138,32),(138,25),(138,55),(138,17),(138,16),(138,15),(138,13),(138,14),(138,49),(138,50),(138,51),(138,40),(138,52),(138,53),(138,54),(138,57),(138,58),(138,59),(138,61),(138,71),(138,62),(138,72),(138,73),(139,8),(139,48),(140,8),(140,48),(141,8),(141,48),(141,39),(141,51),(141,40),(141,53),(141,63),(141,7),(141,18),(141,19),(141,20),(141,22),(141,28),(141,29),(141,30),(141,9),(141,58),(141,54),(141,50),(141,52),(141,38),(141,71),(142,8),(142,48),(143,8),(143,48),(144,8),(144,48),(145,7),(145,38),(145,8),(146,8),(146,48),(147,8),(147,48),(147,7),(147,39),(147,40),(147,49),(147,43),(147,44),(148,8),(148,48),(149,7),(149,21),(149,8),(149,18),(149,25),(149,27),(149,26),(149,22),(149,9),(149,31),(149,29),(149,35),(149,36),(149,24),(149,23),(149,20),(149,28),(149,39),(149,40),(149,50),(149,52),(149,41),(149,42),(149,38),(149,48),(149,43),(149,44),(149,61),(149,47),(149,46),(149,56),(150,48),(151,7),(151,39),(151,40),(151,50),(151,52),(151,41),(151,48),(151,43),(151,46),(152,7),(152,25),(152,34),(152,14),(152,24),(152,23),(152,40),(152,38),(152,44),(152,47),(152,71),(152,56),(152,65),(153,7),(153,71),(153,56),(153,8),(153,39),(154,63),(154,44),(154,42),(155,8),(155,48),(156,8),(156,48),(157,8),(157,70),(158,39),(158,40),(158,38),(146,7),(146,39),(146,18),(146,63),(133,65),(133,69),(134,71),(134,65),(134,70),(130,60),(130,65),(130,70),(131,70),(131,60),(131,69),(138,60),(138,69),(141,69),(147,69),(127,71),(159,8),(141,56),(160,8),(160,7),(161,8),(162,8),(163,8),(164,8),(165,8),(166,8),(167,8),(168,8),(169,8),(170,8),(171,8),(178,19),(178,8),(178,32),(178,64),(178,18),(178,70),(178,63),(178,21),(179,64),(179,70),(179,21),(179,12),(179,25),(180,64),(180,70),(180,21),(180,12),(180,27),(180,54),(181,70),(181,21),(181,12),(181,25),(181,54),(182,8),(182,21),(182,12),(182,9),(182,40),(183,8),(183,7),(184,8),(184,7),(185,8),(185,7),(186,8),(186,7),(187,8),(187,7),(188,8),(188,7),(189,8),(189,7),(190,8),(190,7),(127,19),(127,32),(127,18),(191,19),(191,32),(191,18),(191,7),(192,19),(192,32),(192,18),(192,7),(193,19),(193,32),(193,18),(193,7),(194,19),(194,32),(194,18),(194,7),(195,8),(195,70),(195,21),(195,7),(195,27),(195,31),(195,29),(195,34),(195,30),(195,36),(195,38),(195,71),(195,56),(196,8),(196,18),(196,70),(196,21),(196,7),(196,27),(197,8),(196,31),(196,9),(196,29),(196,71),(128,56),(197,70),(197,39),(198,8),(198,18),(198,12),(198,7),(198,27),(198,29),(198,37),(198,30),(199,8),(199,32),(199,27),(199,71),(199,56),(199,38),(199,39),(141,27),(199,83),(199,44),(200,8),(200,32),(200,27),(200,39),(200,38),(200,71),(200,56),(201,8),(201,32),(201,27),(201,39),(201,31),(201,38),(201,71),(201,56),(201,44),(201,83),(201,61),(201,58),(201,84),(127,40),(202,8),(202,18),(202,7),(202,39),(202,9),(202,38),(202,71),(202,56),(202,40),(202,83),(202,47),(202,61),(202,85),(128,86),(128,7),(128,9),(203,8),(203,18),(203,70),(203,7),(203,25),(203,39),(203,9),(203,14),(203,24),(203,23),(203,71),(203,29),(203,48),(203,40),(203,43),(203,44),(203,42),(203,30),(203,65),(203,86),(203,74),(203,58),(203,52),(204,71),(205,8),(205,71),(206,71),(129,41),(131,85),(208,34),(208,30),(209,34),(209,30),(210,34),(210,30),(211,7),(212,32),(212,18),(129,56),(130,56),(131,56),(138,56),(203,56),(139,56),(131,64),(131,18),(131,68),(131,12),(131,7),(131,15),(131,73),(131,31),(131,57),(131,49),(131,37),(131,33),(131,35),(131,36),(131,14),(131,38),(131,13),(131,50),(131,61),(131,62),(131,72),(131,10),(131,84),(131,47),(131,65),(131,86),(131,83),(131,74),(131,17),(131,67),(131,66),(131,28),(131,11),(131,88),(128,89),(129,89),(130,89),(131,89),(203,89),(129,90),(129,91),(129,12),(129,35),(129,11),(129,92),(129,93),(129,94),(129,38),(129,95),(129,96),(129,97),(129,84),(129,98),(213,19),(213,8),(213,64),(213,18),(213,70),(213,7),(213,60),(214,38),(214,71),(214,86),(214,74),(214,56),(215,90),(215,8),(215,92),(215,56),(215,93),(216,8),(216,92),(216,90),(216,56),(219,8),(219,18),(219,28),(219,56),(220,8),(220,18),(220,28),(220,56),(221,22),(221,89),(221,39),(221,11),(221,56),(221,58),(222,98),(222,21),(222,84),(222,56),(223,98),(223,21),(223,84),(223,56),(224,56),(225,96),(225,71),(225,56),(226,96),(226,71),(226,56),(227,96),(227,71),(227,56),(228,96),(228,71),(228,56),(229,31),(229,57),(229,71),(230,32),(230,38),(230,56),(230,58),(230,93),(231,32),(231,7),(231,38),(231,24),(231,56),(231,58),(231,93),(232,32),(232,7),(232,38),(232,56),(232,58),(232,93),(233,90),(233,19),(233,32),(233,63),(233,95),(233,53),(233,91),(233,58),(234,63),(235,64),(235,60),(235,48),(235,44),(235,53),(235,91),(235,86),(235,58),(235,93),(236,8),(236,32),(236,44),(236,38),(236,71),(236,83),(236,27),(236,56),(237,8),(237,32),(237,39),(237,31),(237,44),(237,38),(237,61),(237,84),(237,71),(237,27),(237,56),(237,58),(238,85),(238,8),(238,18),(238,7),(238,9),(238,39),(238,40),(238,38),(238,61),(238,47),(238,71),(238,83),(238,56); +/*!40000 ALTER TABLE `lab_config_test_type` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `map_coordinates` +-- + +DROP TABLE IF EXISTS `map_coordinates`; +CREATE TABLE `map_coordinates` ( + `id` int(11) NOT NULL auto_increment, + `lab_id` int(11) NOT NULL, + `coordinates` varchar(100) collate latin1_general_ci default NULL, + `user_id` int(11) default NULL, + `flag` int(11) default '1', + `country` varchar(110) collate latin1_general_ci default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `map_coordinates` +-- + +LOCK TABLES `map_coordinates` WRITE; +/*!40000 ALTER TABLE `map_coordinates` DISABLE KEYS */; +/*!40000 ALTER TABLE `map_coordinates` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `measure_mapping` +-- + +DROP TABLE IF EXISTS `measure_mapping`; +CREATE TABLE `measure_mapping` ( + `user_id` int(11) NOT NULL default '0', + `measure_name` varchar(256) collate latin1_general_ci default NULL, + `lab_id_measure_id` varchar(256) collate latin1_general_ci default NULL, + `measure_id` int(10) NOT NULL default '0', + PRIMARY KEY (`user_id`,`measure_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `measure_mapping` +-- + +LOCK TABLES `measure_mapping` WRITE; +/*!40000 ALTER TABLE `measure_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `measure_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `misc` +-- + +DROP TABLE IF EXISTS `misc`; +CREATE TABLE `misc` ( + `username` varchar(20) collate latin1_general_ci default NULL, + `action` varchar(40) collate latin1_general_ci default NULL, + `ts` timestamp NOT NULL default CURRENT_TIMESTAMP +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `misc` +-- + +LOCK TABLES `misc` WRITE; +/*!40000 ALTER TABLE `misc` DISABLE KEYS */; +INSERT INTO `misc` VALUES ('initial','password reset completed','2013-10-08 12:02:17'),('initial','password reset completed','2013-10-08 12:02:28'),('initial','password reset completed','2014-01-22 14:50:55'),('initial','password reset completed','2015-03-18 10:28:59'); +/*!40000 ALTER TABLE `misc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `reference_range_global` +-- + +DROP TABLE IF EXISTS `reference_range_global`; +CREATE TABLE `reference_range_global` ( + `measure_id` int(10) NOT NULL default '0', + `age_min` varchar(64) collate latin1_general_ci default NULL, + `age_max` varchar(64) collate latin1_general_ci default NULL, + `sex` varchar(64) collate latin1_general_ci default NULL, + `range_lower` varchar(64) collate latin1_general_ci default NULL, + `range_upper` varchar(64) collate latin1_general_ci default NULL, + `user_id` int(11) NOT NULL default '0', + PRIMARY KEY (`user_id`,`measure_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `reference_range_global` +-- + +LOCK TABLES `reference_range_global` WRITE; +/*!40000 ALTER TABLE `reference_range_global` DISABLE KEYS */; +/*!40000 ALTER TABLE `reference_range_global` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `specimen_mapping` +-- + +DROP TABLE IF EXISTS `specimen_mapping`; +CREATE TABLE `specimen_mapping` ( + `user_id` int(11) NOT NULL default '0', + `specimen_name` varchar(256) collate latin1_general_ci default NULL, + `lab_id_specimen_id` varchar(256) collate latin1_general_ci default NULL, + `specimen_id` int(10) NOT NULL default '0', + PRIMARY KEY (`user_id`,`specimen_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `specimen_mapping` +-- + +LOCK TABLES `specimen_mapping` WRITE; +/*!40000 ALTER TABLE `specimen_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `specimen_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_category_mapping` +-- + +DROP TABLE IF EXISTS `test_category_mapping`; +CREATE TABLE `test_category_mapping` ( + `user_id` int(11) NOT NULL default '0', + `test_category_name` varchar(256) collate latin1_general_ci default NULL, + `lab_id_test_category_id` varchar(256) collate latin1_general_ci default NULL, + `test_category_id` int(10) NOT NULL default '0', + PRIMARY KEY (`user_id`,`test_category_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `test_category_mapping` +-- + +LOCK TABLES `test_category_mapping` WRITE; +/*!40000 ALTER TABLE `test_category_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `test_category_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `test_mapping` +-- + +DROP TABLE IF EXISTS `test_mapping`; +CREATE TABLE `test_mapping` ( + `user_id` int(11) NOT NULL default '0', + `test_name` varchar(256) collate latin1_general_ci default NULL, + `lab_id_test_id` varchar(256) collate latin1_general_ci default NULL, + `test_id` int(10) unsigned NOT NULL default '0', + `test_category_id` int(10) unsigned default NULL, + PRIMARY KEY (`user_id`,`test_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `test_mapping` +-- + +LOCK TABLES `test_mapping` WRITE; +/*!40000 ALTER TABLE `test_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `test_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `user` +-- + +DROP TABLE IF EXISTS `user`; +CREATE TABLE `user` ( + `user_id` int(10) unsigned NOT NULL auto_increment, + `username` varchar(45) NOT NULL, + `password` varchar(45) NOT NULL, + `actualname` varchar(45) default NULL, + `email` varchar(45) default NULL, + `created_by` int(11) unsigned default NULL, + `ts` timestamp NOT NULL default '0000-00-00 00:00:00', + `lab_config_id` int(11) unsigned default NULL, + `level` int(11) unsigned default NULL, + `phone` varchar(45) default NULL, + `lang_id` varchar(45) NOT NULL, + `rwoptions` varchar(20) NOT NULL default '2,3,4,6,7', + PRIMARY KEY (`user_id`), + UNIQUE KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `user` +-- + +LOCK TABLES `user` WRITE; +/*!40000 ALTER TABLE `user` DISABLE KEYS */; +INSERT INTO `user` VALUES (26,'monu','18865bfdeed2fd380316ecde609d94d7285af83f','Ruban','rubanm@gatech.edu',0,'2010-04-30 07:22:39',0,3,'','en','2,3,4,6,7'),(27,'vempala','18865bfdeed2fd380316ecde609d94d7285af83f','Santosh Vempala','vempala@cc.gatech.edu',0,'2010-01-10 15:00:55',0,3,'','default','2,3,4,6,7'),(28,'dezalia','18865bfdeed2fd380316ecde609d94d7285af83f','Mark DeZalia','',0,'2010-01-10 15:00:55',0,3,'','default','2,3,4,6,7'),(29,'nkengasong','18865bfdeed2fd380316ecde609d94d7285af83f','John Nkengasong','',0,'2010-01-10 15:00:55',0,3,'','default','2,3,4,6,7'),(53,'testadmin','18865bfdeed2fd380316ecde609d94d7285af83f','Testadmin','',26,'2010-01-14 17:05:44',0,2,'','default','2,3,4,6,7'),(56,'testlab1_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Testlab1 Tech1','',26,'2010-04-30 03:53:06',127,0,'','en','2,3,4,6,7'),(57,'testlab1_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','Testlab1 Tech2','',26,'2010-01-14 17:10:48',127,1,'','default','2,3,4,6,7'),(58,'bamenda_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Bamenda Tech 1','',26,'2010-01-17 15:48:27',128,0,'','default','2,3,4,6,7'),(59,'bamenda_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','Bamenda Tech 2','',26,'2010-01-17 15:48:27',128,1,'','default','2,3,4,6,7'),(60,'buea_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Buea Technician 1','',26,'2010-01-17 16:17:34',129,13,'','default','2,3,4,6,7'),(61,'buea_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','Buea Technician 2','',26,'2010-01-17 16:17:34',129,0,'','default','2,3,4,6,7'),(64,'douala_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Douala Technician 1','',26,'2011-03-12 21:59:06',131,0,'','fr','2,3,4,6,7'),(65,'douala_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','Douala Technician 2','',26,'2010-01-17 16:28:56',131,1,'','default','2,3,4,6,7'),(113,'centrel_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Centrel Admin','',26,'2010-01-17 22:40:38',0,2,'','default','2,3,4,6,7'),(114,'douala_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Douala Admin','xms1@cdc.gov',26,'2010-05-01 09:27:43',0,2,'1 404 639 2036','fr','2,3,4,6,7'),(115,'bamenda_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Bamenda Admin','',26,'2010-01-28 10:08:49',0,2,'','default','2,3,4,6,7'),(116,'buea_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Beua Admin','',26,'2010-01-17 22:41:25',0,2,'','default','2,3,4,6,7'),(123,'cameroon_dir','dc2d9a08e3985a34838f43659ad7fdc614ee1297','Cameroon Country Dir.','',0,'2010-01-18 15:15:39',0,4,'','default','2,3,4,6,7'),(124,'botswana_dir','dc2d9a08e3985a34838f43659ad7fdc614ee1297','Botswana Country Dir.','',0,'2010-01-18 15:16:30',0,4,'','default','2,3,4,6,7'),(125,'ghana_dir','dc2d9a08e3985a34838f43659ad7fdc614ee1297','Ghana Country Dir.','',0,'2010-01-18 15:16:30',0,4,'','default','2,3,4,6,7'),(141,'bamenda_clerk','26db11a7d9416a7a586aab2e8d9d27dc7cb42ff1','Bamenda Clerk','',115,'2010-02-11 02:14:02',128,5,'','default','2,3,4,6,7'),(174,'limbe_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Limbe Lab Admin','',123,'2010-04-10 04:51:47',0,2,'','default','2,3,4,6,7'),(177,'s_akuro','18865bfdeed2fd380316ecde609d94d7285af83f','Sidney Akuro Atah','s_akuro@ghsscmr.org',0,'2010-04-10 05:08:11',0,4,'','default','2,3,4,6,7'),(178,'e_nzeko','18865bfdeed2fd380316ecde609d94d7285af83f','Fouelifack Nzeko Eric','e_nzeko@ghsscmr.org ',0,'2010-04-10 05:09:14',0,4,'','default','2,3,4,6,7'),(179,'b_mangwa','18865bfdeed2fd380316ecde609d94d7285af83f','Beatrice Mangwa','b_mangwa@ghsscmr.org ',0,'2010-04-10 06:40:12',0,4,'','default','2,3,4,6,7'),(180,'n_ngale','18865bfdeed2fd380316ecde609d94d7285af83f','Elive Ngale Esuka','n_ngale@ghsscmr.org',0,'2010-04-10 05:12:18',0,4,'','default','2,3,4,6,7'),(181,'timtahn','18865bfdeed2fd380316ecde609d94d7285af83f','Tah Timothy Njuoh','timtahn@ghsscmr.org',0,'2010-04-18 17:03:13',0,4,'','default','2,3,4,6,7'),(190,'youmbi','f5a8a870417b5e3cbe35ce8455e134006c5fe01d','youmbi sylvain','',26,'2011-02-10 11:27:46',129,0,'','default','2,3,4,6,7'),(191,'ema','f0d6963ef447641f1b7b735f1cc4a8918d1a8bff','ema-gladys','',116,'2010-04-30 08:38:05',129,0,'','default','2,3,4,6,7'),(192,'ADJIETCHEU','7948914037c0b6dd88b994115b7d074014d32b91','DJIETCHEU ALPHONSE','adjietcheu@yahoo.fr',114,'2011-04-05 11:42:27',131,0,'99845149','fr','2,3,4,6,7'),(200,'sandrine','9866f465c2a97d32ee74c81e373c00f308a3dd28','','',115,'2010-05-21 10:23:08',128,0,'','default','2,3,4,6,7'),(201,'wamba','c9e73c2f6b826eb02a4e7f94891d66170bd41814','','',115,'2010-05-21 11:37:18',128,0,'','default','2,3,4,6,7'),(202,'Siyem','781e554af0bf7ff6238e0664247fb44e8d7f6698','','',115,'0000-00-00 00:00:00',128,13,'','default','2,3,4,6,7'),(204,'agendia','3daf03f15eb4d4db177913714ac884420b4568d3','AGENDIA','',116,'0000-00-00 00:00:00',129,0,'','default','2,3,4,6,7'),(205,'Ndolo','e444fb412b4549c44e88f45bca4e638e614d0487','NDOLO FELICIA','',116,'0000-00-00 00:00:00',129,0,'','default','2,3,4,6,7'),(206,'flora','856fb0d8841130d635b523279ac4c1acb2d596f6','Bolimo Flora','florabolimo@yahoo.com',116,'0000-00-00 00:00:00',129,13,' 237 75 53 92 88','en','2,3,4,6,7'),(207,'barbara','4c322fc55317a949810c3c922c2b88e58db77719','','',115,'0000-00-00 00:00:00',128,13,'','default','2,3,4,6,7'),(208,'NDI','91ebed17dbb9197e637aa33a0bee669a50c64818','','',115,'2010-05-18 07:12:14',128,0,'','default','2,3,4,6,7'),(209,'nkongsamba_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(210,'ashu','7b5a78278a5efa14c1bdbdb9be888b309d0feae3','ASHU CHRISTIANA','ashuchrist@yahoo.fr',116,'2010-07-12 08:56:13',129,13,'237 99448253','default','2,3,4,6,7'),(212,'seuhort','fca9fd86c6dbed955853295ddc47ca542beb939e','Seudjeu hortense','seuhort@yahoo.fr ',114,'2010-09-07 11:37:14',131,0,'11696502','fr','2,3,4,6,7'),(213,'Nji','c3c429d13650f7e47342f6f854a2a46a02181aa5','nji','seuhort@yahoo.fr ',115,'2011-02-08 20:41:06',128,13,'','default','2,3,4,6,7'),(214,'tech 1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Lab technician','',27,'2010-09-29 23:50:35',222,0,'','default','2,3,4,6,7'),(215,'frida','2c33c40ac711f90f2dd16174ad1bb5f803024361','','',115,'2010-11-23 18:13:47',128,13,'','default','2,3,4,6,7'),(216,'bih','6be24e36a8e2e2fa8eb07341ebd6404d445e0c8b','','',115,'2010-11-24 16:55:10',128,13,'','default','2,3,4,6,7'),(217,'lisa','86c11b712462cf18a04e0187cc3f1dd35b7af78a','','',115,'2010-11-24 17:04:05',128,13,'','default','2,3,4,6,7'),(218,'ngu','d3ca7aac7621ddc54f34b1f2ba460440922f8abf','','',115,'2011-02-08 20:48:34',128,13,'','default','2,3,4,6,7'),(219,'elisabeth','86c11b712462cf18a04e0187cc3f1dd35b7af78a','','',115,'2011-02-08 20:51:28',128,13,'','default','2,3,4,6,7'),(220,'kiwoko_admin','18865bfdeed2fd380316ecde609d94d7285af83f','kabugo daniel','kabugo_daniel@yahoo.ca',26,'0000-00-00 00:00:00',0,2,'0772643234','en','2,3,4,6,7'),(221,'Iyah','e3e53ebc1d88d5ec0f733ba6f9b7c1745980638a','Iyah Rebecca','priscilla_kelly@yahoo.com',116,'2011-02-10 11:23:31',129,13,'','default','2,3,4,6,7'),(222,'Mojoko','e563a12966c7ed5b8a401a274e788813b03918dc','Mojoko Diana','',116,'2011-02-10 11:25:49',129,0,'','default','2,3,4,6,7'),(223,'kiwoko_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'0000-00-00 00:00:00',232,0,'','default','2,3,4,6,7'),(224,'joy_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(225,'joy_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'0000-00-00 00:00:00',233,0,'','default','2,3,4,6,7'),(226,'alive_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Sam bakeeera','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(227,'stephens_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(228,'stephens_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'0000-00-00 00:00:00',234,0,'','default','2,3,4,6,7'),(229,'stephens_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'0000-00-00 00:00:00',234,1,'','default','2,3,4,6,7'),(230,'alive_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'0000-00-00 00:00:00',235,0,'','default','2,3,4,6,7'),(231,'alive_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'0000-00-00 00:00:00',235,0,'','default','2,3,4,6,7'),(232,'jeanne carole','48ba38c64728d5088c353376fc5f95566ad767a0','ndzengue essomba','carolinamiss55@yahoo.fr',114,'2010-12-14 08:46:54',131,0,'00237 74366771','default','2,3,4,6,7'),(233,'kawempe_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(234,'ndejje_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(235,'kawempe_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Technician 1','',26,'0000-00-00 00:00:00',236,0,'','default','2,3,4,6,7'),(236,'kawempe_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','Technician 2','',26,'0000-00-00 00:00:00',236,1,'','default','2,3,4,6,7'),(237,'ndejje_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Technician1','',26,'0000-00-00 00:00:00',237,0,'','default','2,3,4,6,7'),(238,'ndejje_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Technician 2','',26,'0000-00-00 00:00:00',237,1,'','default','2,3,4,6,7'),(239,'jinja_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(240,'jinja_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Jinja Technician 1','',26,'0000-00-00 00:00:00',238,0,'','default','2,3,4,6,7'),(241,'jinja_tech2','56cbdfb7197c476fdd872cf2872f38131d24c8be','Jinja Technician 2','',26,'0000-00-00 00:00:00',238,1,'','default','2,3,4,6,7'),(242,'Edward','485ae6fc79591c04f163f957b493ba918b51bd17','Edward sebuufu','',220,'0000-00-00 00:00:00',232,13,'0772643234','default','2,3,4,6,7'),(243,'susan_kabugo','2e70df24aa3acda708b1526a834c8ecdcf2c4010','','',220,'0000-00-00 00:00:00',232,13,'0782807495','default','2,3,4,6,7'),(244,'Elijah_Bongoke','9a139a7ad836578c0b91f194047b6fdaab8292e6','','',220,'0000-00-00 00:00:00',232,13,'0752239054','default','2,3,4,6,7'),(245,'Ntambi_florence','2c708ab2b68f20294a9316b7f6b3dfbbc6649202','','',220,'0000-00-00 00:00:00',232,13,'0782474741','default','2,3,4,6,7'),(246,'Lumago_Alex','e28b5d565ef53d277b834e9455364b4f7a1f139b','','',220,'0000-00-00 00:00:00',232,13,'0774029438','default','2,3,4,6,7'),(247,'Nabukalu Mary','1d34deccd430ae8a1467e1403d6a793f519a165c','','',220,'0000-00-00 00:00:00',232,13,'0775824516','en','2,3,4,6,7'),(248,'Kateregga Joseph','d5b3fa3491194be978b79ce49f2789197c568f85','','',220,'0000-00-00 00:00:00',232,13,'','en','2,3,4,6,7'),(249,'Tugume Winnie','8b1bd453fd0ce3995516f86fd21245be7e2b6d89','Tugume Winnie','w.tugume at yahoo /gmail.com',220,'0000-00-00 00:00:00',232,13,'0779294521','en','2,3,4,6,7'),(250,'Martha Anyimo','ba17d99b8355aacffe51318b64f91b16edd2e19a','Martha','',220,'0000-00-00 00:00:00',232,13,'0774402909','en','2,3,4,6,7'),(251,'alive_tech3','56cbdfb7197c476fdd872cf2872f38131d24c8be','Robert','',226,'0000-00-00 00:00:00',235,13,'','default','2,3,4,6,7'),(252,'Nuluh','39d4087e98ad3959faa4bfc064d8011a0a2149e6','Nuluh Nakintu','',227,'0000-00-00 00:00:00',234,13,'0773961463','default','2,3,4,6,7'),(253,'Ben','c63d3687930f47563519e080432a4f2db0fb7541','Naita','',227,'0000-00-00 00:00:00',234,13,'0773961463','en','2,3,4,6,7'),(254,'Kenneth','479929ad264be4de5f25ceea57707d8dca3db7c3','Naita','',227,'0000-00-00 00:00:00',234,13,'','default','2,3,4,6,7'),(255,'Robert','18865bfdeed2fd380316ecde609d94d7285af83f','Kawesa','',227,'0000-00-00 00:00:00',234,13,'','en','2,3,4,6,7'),(260,'lushoto_admin','18865bfdeed2fd380316ecde609d94d7285af83f','ALMAS YUSUPH ALMASI','amasi1967@yahoo.com',26,'2011-05-02 00:21:50',0,2,'','default','2,3,4,6,7'),(261,'lushoto_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'2011-05-02 00:25:09',226,0,'','default','2,3,4,6,7'),(262,'mafinga_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Paul Mayeka','pjmayeka@fhi.org',26,'2011-05-02 00:21:04',0,2,'','default','2,3,4,6,7'),(263,'mafinga_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',26,'2011-05-02 00:23:49',225,0,'','default','2,3,4,6,7'),(264,'kisarawe_admin','18865bfdeed2fd380316ecde609d94d7285af83f','Lenga Nteminyande','ntemys@yahoo.com',26,'2011-05-01 05:19:58',0,2,'','default','2,3,4,6,7'),(265,'kisarawe_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','Amsuri Mfinanga','',26,'2011-05-01 05:31:33',223,0,'','default','2,3,4,6,7'),(300,'sama','fe2592f879a61ce7d69664fd4c190b8b8179f535','','',115,'2011-05-12 17:52:57',128,0,'','default','2,3,4,6,7'),(303,'dr freeman','f91280b302b76c70524365b3ebe19ce4fae1086c','MBANG ','',114,'2011-05-12 17:52:57',131,0,'77609481','fr','2,3,4,6,7'),(304,'elisabeth fotabong','751d38adb7e4888238cf75cb087988cde4166002','manyi','',114,'2011-05-12 17:52:57',131,0,'99767575','en','2,3,4,6,7'),(305,'awono','e3f400ffea1939f398068b3c47f6f342685d7980','awono','awonofrancois@yahoo.fr',114,'2011-05-12 17:52:57',131,13,'77616389','fr','2,3,4,6,7'),(306,'scheffler','72699c96fcd640226b0ed552cb0f32876a192d85','ACHA SCHEFFLER','schefflacha@yahoo.com',114,'2011-05-12 17:52:57',131,0,'','en','2,3,4,6,7'),(307,'fkh','256abfb4700403ee35593e8a1002490bf26cfb8d','FOTSO','fkhonore@yahoo.fr',114,'2011-05-12 17:52:57',131,0,'77666684','fr','2,3,4,6,7'),(308,'asth','5a7384b9a00f3f431b41e9c11f2b6be3aace1e54','ASSONFACK THERESE','',114,'2011-05-12 17:52:57',131,0,'99629844','fr','2,3,4,6,7'),(309,'poma','4348c5b5192404afa63923a107422c2fe31e071c','ekalle poma gisele','',114,'2011-05-12 17:52:57',131,0,'94224884','fr','2,3,4,6,7'),(310,'robson','e392cf54a5133e067c5e737ae37e05c290a61d82','bikeck mbang pierre ','',114,'2011-05-12 17:52:57',131,0,'77530048','fr','2,3,4,6,7'),(311,'biltoo','2b338943a4150a1b4b1175be17d1f5ed18889bc7','BITOLOG','biltoofr@yahoo.fr',114,'2011-05-12 17:52:57',131,0,'','default','2,3,4,6,7'),(313,'BELLE','c3dbc493a7c39a198292d58490d572fc797477b5','BELLE GERMAINE','',114,'2011-05-12 17:52:57',131,0,'99727879','fr','2,3,4,6,7'),(314,'BOGNE','0ca6e5ae70ec7b7b7e611427ae22cfd85bfe7ea1','','',114,'2011-05-12 17:52:57',131,0,'','default','2,3,4,6,7'),(315,'mako','90f0ca15553afc5a6d1acbd2d85ab374ab57eea4','MAKOUA SEVERIN',NULL,114,'2011-05-12 17:52:57',131,13,'77973660','default','2,3,4,6,7'),(316,'foko edmond','94a9ab0a391e819552edd0a444f6d11185d4f189','FOKO Edmon','edmondfoko@yahoo.fr',114,'2011-05-12 17:52:57',131,0,' 23775080731','fr','2,3,4,6,7'),(318,'Roger ENG LINGOM','241a3929d1f461f01c264877cf1c8049c691e558','Roger ENG LINGOM','jorel8112@yahoo.fr',114,'2011-05-12 17:52:57',131,0,'96010426','fr','2,3,4,6,7'),(319,'letaliban','47b7726702903463f966f184f89099d473d41ac3','TCHOKOUASI Edgard','edgardmonkam@gmail.com',114,'2011-05-12 17:52:57',131,0,'77 27 79 93/95 08 73 17','fr','2,3,4,6,7'),(320,'tcarlos','8deb100882e6bfb099daf9be506416385f739400','TIEMENI Carlos','tiemscarlos@yahoo.fr',114,'2011-05-12 17:52:57',131,0,' 23799631314','fr','2,3,4,6,7'),(321,'yeneda','77e990fdfa00418ba0392999dd4fe798ca779887','','tiemscarlos@yahoo.fr',115,'2011-05-12 17:52:57',128,13,'','default','2,3,4,6,7'),(322,'Monique','1b2e024adb2bed711974d62af6f4563907d5c3a1','','',115,'2011-05-12 17:52:57',128,13,'','default','2,3,4,6,7'),(324,'central_tech','56cbdfb7197c476fdd872cf2872f38131d24c8be','Tech 1','',27,'2011-05-12 17:52:57',224,0,'','default','2,3,4,6,7'),(325,'Achile','69d3e1f3cae2456a45bb44dda909e4a5c7bd5eec','Achile Zambo','',53,'2011-05-12 17:52:57',127,0,'','fr','2,3,4,6,7'),(326,'nakeli','55e7aaa19c901133bfe61471c75b8d7185e39cf3','','',115,'2011-05-12 17:52:57',128,13,'','default','2,3,4,6,7'),(330,'check','e206b11080c101836e027687497e40d9081545b0','','',264,'0000-00-00 00:00:00',223,0,'','default','2,3,4,6,7'),(331,'vivian','e9cdd12c3d407c3dd443fee28f5d088074a2c88b','','',116,'0000-00-00 00:00:00',129,13,'','default','2,3,4,6,7'),(332,'nyenti','8b308a147a37213aacc43b880eae9199786f0005','','',116,'0000-00-00 00:00:00',129,13,'','default','2,3,4,6,7'),(333,'bongkem','5853ef73ea1b7a9c53ff78189ffafea6b68cf42a','','',116,'0000-00-00 00:00:00',129,13,'','default','2,3,4,6,7'),(334,'simon','81d2602f623bd95843218b2b671a89736421f1be','Simon Achankeng N.','',116,'0000-00-00 00:00:00',129,0,'','default','2,3,4,6,7'),(335,'ebob','958c2b7641c1eadeefc86a431659b305bf891a40','Mme Anna EBOB','',116,'0000-00-00 00:00:00',129,0,'','default','2,3,4,6,7'),(336,'Richard','f1ef511c08f332b73844e83d449e85c54d6e90db','','',116,'0000-00-00 00:00:00',129,13,'','default','2,3,4,6,7'),(337,'abid','a1271a8cac2fb175ddb092286b50cd9a47e948df','','',115,'0000-00-00 00:00:00',128,0,'','default','2,3,4,6,7'),(338,'kaneshie_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'2011-10-01 04:00:00',0,2,'','en','2,3,4,6,7'),(339,'saltpond_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'2011-10-01 04:00:00',0,2,'','en','2,3,4,6,7'),(340,'tema_admin','18865bfdeed2fd380316ecde609d94d7285af83f','','',26,'2011-10-01 04:00:00',0,2,'','en','2,3,4,6,7'),(341,'saltpond_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',339,'0000-00-00 00:00:00',152,0,'','default','2,3,4,6,7'),(342,'kaneshie_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',338,'0000-00-00 00:00:00',153,0,'','default','2,3,4,6,7'),(343,'tema_tech1','56cbdfb7197c476fdd872cf2872f38131d24c8be','','',340,'0000-00-00 00:00:00',151,0,'','default','2,3,4,6,7'),(344,'domi','5060e717b2df26401d300c2e3ba97bd917cf931e','','',339,'0000-00-00 00:00:00',152,13,'','en','2,3,4,6,7'),(345,'dorcas 111','e0b16e31ab5758d2b0df3a61d38f25ca0b427858','','',339,'0000-00-00 00:00:00',152,13,'','en','2,3,4,6,7'),(346,'robaidoo','b77d77844c2c4892797568b4973542889b29d872','','',339,'0000-00-00 00:00:00',152,13,'','en','2,3,4,6,7'),(347,'Ishmelo','90c6b04b8c1600e7217cbb7cad9118798d6d5bc2','','',339,'0000-00-00 00:00:00',152,13,'','en','2,3,4,6,7'),(348,'GRACIE','ac46f503b41673d7dfad4eeacb2b37b77299c973','','',339,'0000-00-00 00:00:00',152,0,'','en','2,3,4,6,7'),(349,'NADA','98b77bd134c9fe7a1477ea19889440be600b8513','','',339,'0000-00-00 00:00:00',152,0,'','en','2,3,4,6,7'),(350,'TAYTE','d3c27c2b4d826ba8da32ac8e81534cfe67f57df1','Tayte McAwesome Willows','',339,'0000-00-00 00:00:00',152,0,'','en','2,3,4,6,7'),(351,'ELFREDA','6a9d65d38992a52e4c330d9d3cabef02b6b0dd76','','',339,'0000-00-00 00:00:00',152,0,'','en','2,3,4,6,7'),(401,'philip','18865bfdeed2fd380316ecde609d94d7285af83f','Philip Boakye','boakyephilip@ymail.com',0,'0000-00-00 00:00:00',0,4,'','en','2,3,4,6,7'),(402,'mercy','18865bfdeed2fd380316ecde609d94d7285af83f','Mercy Maeda','mirygibson@yahoo.com',0,'0000-00-00 00:00:00',0,4,'','en','2,3,4,6,7'),(403,'PRINCE','e19349852fad3d4c39060af010fb036d4e59ddda','PRINCE OTOO','kofihitman@gmail.com',339,'0000-00-00 00:00:00',152,0,'0245714443','en','2,3,4,6,7'),(404,'eunice','8bf465d28f30fc1d6df5fe1cdb98cfb5916abdd0','','',339,'0000-00-00 00:00:00',152,0,'','en','2,3,4,6,7'),(405,'nphrl_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',1006,2,NULL,'default','2,3,4,6,7'),(408,'drbasil30','3ba5274b68df30bf17d6ce0b03e648788c254436','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(409,'ebenayiku','8dda4459863b07547b7b98c1a3c078cf7b7b988b','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(410,'godfred','cfc929bf6f6f3b02106a0ccb2d80eb74ae5b0290','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(411,'kobyofosuappiah','63a29d75bda29650169702ab68b2458f1538a91e','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(412,'r.kutame','e516492e5d6bad48c18d850cbbe1c3071863fb7f','Richard Kutame','accessrich@gmail.com',405,'0000-00-00 00:00:00',1006,0,'0243321360','en','2,3,4,6,7'),(413,'rebecca','d3ba1912034165923f9010087fae287c1c25d701','','',405,'0000-00-00 00:00:00',1006,5,'','en','2,3,4,6,7'),(414,'mariama','cacef23cdbb950eb4ecf7d2c504d96b8712cf285','Doe Harry','',405,'0000-00-00 00:00:00',1006,5,'','en','2,3,4,6,7'),(415,'esther','39b815ddbce5600066ce29de22db9b5e28bc4e94','','',405,'0000-00-00 00:00:00',1006,5,'','en','2,3,4,6,7'),(416,'ruth naa','6b8a92aab6e24dd118dd5aeb8dbbe8431be074ea','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(417,'ediedade','59a95c6a9691471f9acb5db581749faa41cc0bf3','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(418,'Florence','60c1e700d910e4de7662ffdf1bfeb8b7c3c2dd33','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(419,'e.aborgah','2df41945b3d88efafa5ccd2ecfbb7eae95bb3e1a','','',405,'0000-00-00 00:00:00',1006,13,'','en','2,3,4,6,7'),(420,'rowland','47807685bddd5452c6d84710e41429df144b0acb','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(421,'amakye','7b2a165b95eb959e8d0d8e61e5cac1bef0707442','','',405,'0000-00-00 00:00:00',1006,13,'','en','2,3,4,6,7'),(422,'geegirl','c27e7508e991b6d193f27e4585fcdc7e810de4cf','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(423,'Lorreta','834a1268631b50db07e6a67babfb7284c2f3a6bd','','',405,'0000-00-00 00:00:00',1006,13,'','en','2,3,4,6,7'),(424,'williamwirekoansah','77de907fef60d67c9d4f100e19f0afd61dddb8cd','','',405,'0000-00-00 00:00:00',1006,0,'','en','2,3,4,6,7'),(425,'Ruky','58d04a7a7e495775dc27e90945967cbed50f0db0','Rukaya Laryea','rukylaryea@gmail.com',405,'0000-00-00 00:00:00',1006,13,'0543098341','en','2,3,4,6,7'),(427,'Agnes Yeboah','e7da287e0cb564797522a9c498fc886da4803c07','Agnes Yeboah','',426,'0000-00-00 00:00:00',1,5,'0246954863','en','2,3,4,6,7'),(428,'Ruth Tetteh','3ab66c1ca0479a5de9da32ea2aea6d9f5f54b641','Ruth Tetteh','',426,'0000-00-00 00:00:00',1,13,'','en','2,3,4,6,7'),(429,'Samuel Morton','ae31c0b0228a09c173cd975d48a3319e53ec0da2','Samuel Morton','samuelmorton@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0244824827','en','2,3,4,6,7'),(431,'Kingsley B. wuor','62116855eb58ab3c6b6546c4b74c426469076655','Kingsley B. wuor','wuork@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0244660009','en','2,3,4,6,7'),(432,'George Danquah Damptey','b614bbaa76fef4fd6b511d925b0dedcf159650e4','','yawdan67@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0244605634','en','2,3,4,6,7'),(433,'Stephen Ofori','d985f047dbb4973aa45079b4babdeb210b877730','','',426,'0000-00-00 00:00:00',1,0,'0209103038','en','2,3,4,6,7'),(434,'Anim Justice','4a98e3d4a9b4e57407e13f1138615f85a9e69933','Anim Justice','elicuete@yahoo.com',426,'0000-00-00 00:00:00',1,0,'0543383023','en','2,3,4,6,7'),(435,'Gina Tetteh-Ocloo','d481a04d7adcdc7c4dfda07fdda3a05ddc9ce2cf','','ginateteh@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0242814134','en','2,3,4,6,7'),(436,'Agbesi Daniel','10fcf4a7ad896de25ecf4d57c8daf44a97ef9d4b','Agbesi Daniel','agbesidan@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0543913137','en','2,3,4,6,7'),(437,'Asiamah Samuel','50b4156cf35ee349df7e115a4067f0be76aee1d5','Asiamah Samuel','asiam.samuel@gmail.com',426,'0000-00-00 00:00:00',1,13,'0243135242','en','2,3,4,6,7'),(438,'Jamila Yunusah','3b840f3b569126e4af01b98a67872585a886cd51','Jamila Yunusah','',426,'0000-00-00 00:00:00',1,5,'','en','2,3,4,6,7'),(440,'Afrakoma ','e0de668d9d1e6934b0eb319b2b2e57c4e7dde955','Afrakoma Afriyie-Asante','afrakomaasante@gmail.com',426,'0000-00-00 00:00:00',1,13,'0249943680','en','2,3,4,6,7'),(441,'Vida Tetteh','ebb8c7fc03c1388edabd6c15ddedd9b0d84c6896','Vida Angmorkie Tetteh','vydert@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0245834998','en','2,3,4,6,7'),(442,'Theresa Awuku','0d14eb3d3a6269fd09221709ceb67544f5febcb3','Theresa Awuku','awuku.theresa@yahoo.com',426,'0000-00-00 00:00:00',1,5,'0246332752','en','2,3,4,6,7'),(443,'Francisca Kwatia','f4926d3b56b7cceb9d840b995f019a6b4a8fc43c','Francisca Kwatia','Ciscaqwat@gmail.com',426,'0000-00-00 00:00:00',1,5,'0249846228','en','2,3,4,6,7'),(444,'Appiah Charles','09cf859e85d965480075214d5de24f01530f53ba','Appiah Charles','kwadwoappiahcharles@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0244444423','en','2,3,4,6,7'),(445,'Yarboye Daniel','1447b62596413f72c9a237a40c5340eb00f120d2','Yarboye Daniel','mickflip60@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0273381150','en','2,3,4,6,7'),(446,'Angel Lopez Reene','a13f2f1e43639ab4d389758b996a23a3bf8269ca','angel lopez rene','lonnet2001@yahoo.com',426,'0000-00-00 00:00:00',1,13,' 233244660690','en','2,3,4,6,7'),(447,'Daniel Osei','8df1d76163280421d54816d026fc3997160fec4c','Daniel Osei','danielosei5050@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0244085601','en','2,3,4,6,7'),(448,'Opoku-Otchere Emmanuel','765b1ce7662e58c422ec364b251257ea44a04278','Opoku-Otchere Emmanuel','opmmanuel@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0249205207','en','2,3,4,6,7'),(449,'Roger Tagoe','3ec4e6213ff138b4176e2b4d7c213a307809efd1','Roger Tagoe','lock7gh@yahoo.com',426,'0000-00-00 00:00:00',1,0,'0207127943','en','2,3,4,6,7'),(450,'Roger Tagoe','3ec4e6213ff138b4176e2b4d7c213a307809efd1','Roger Tagoe','lock7gh@yahoo.com',426,'0000-00-00 00:00:00',1,13,'0207127943','en','2,3,4,6,7'),(452,'Augustine kyere','30b13a5dbc1a4fe178de2541623d737de34257d7','Augustine kyere','kyereaugustine@gmail.com',426,'0000-00-00 00:00:00',1,0,'0246884333','en','2,3,4,6,7'),(453,'Koforidua_admin','cee56b4c77cf93f837835bd551d81c3d205916ba','','',401,'0000-00-00 00:00:00',0,2,'','default','2,3,4,6,7'),(454,'David Ansah','f092b9892c6296c817f6397641c223c5b54c61c4','David Ansah','joemanoos@hotmail.com',453,'0000-00-00 00:00:00',1,13,'02448877682','en','2,3,4,6,7'),(455,'Andrews Patrick Adjei','aeb13d26d858a814cdfa65bae3f9b1fdefd234c6','Andrews Patrick Adjei','and_andyz@yahoo.co.uk',453,'0000-00-00 00:00:00',1,13,'0265699406','en','2,3,4,6,7'),(456,'Umaima Tahir','ab6db89fb275ec4b6b810a906c55151bc09260c9','Umaima Tahir','mima_tahiru88@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0246603652','en','2,3,4,6,7'),(457,'Akrasi Rejoice Myra','437a2dfa2f3c38d058aee4d4537243fc6b7fa395','Akrasi Rejoice Myra','rejoiceakrasi@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0542438719','en','2,3,4,6,7'),(458,'Ansah Francis','135f4362de138275a5a8e5bfe37404503fe4b7e6','Ansah Francis','ccosongo@yahoo.com',453,'0000-00-00 00:00:00',1,5,'0246228933','en','2,3,4,6,7'),(459,'Yiadom Boakye Prince','860dd5da7fa77f11a88d3fc221608993ecdfe07d','Yiadom Boakye Prince','',453,'0000-00-00 00:00:00',1,5,'0240336717','en','2,3,4,6,7'),(460,'Lannor George Kwame','3ae6998d8a9bf4df51fe5e88762c7dfae5246b96','Lannor George Kwame','Quamegeorge@yahoo.com',453,'0000-00-00 00:00:00',1,5,'0249569561','en','2,3,4,6,7'),(461,'John Boameyeh Yanney','a169cb79ce8b4c329021e25ee6d6649bb0bcb809','John Boameyeh Yanney','jboameyehyanney@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0244623491','en','2,3,4,6,7'),(462,'Abubakari Abdul-Ganiyu','8823fa35952e8584e3ffb4c13a87b24c3040961a','Abubakari Abdul-Ganiyu','abdulgany09@gmail.com',453,'0000-00-00 00:00:00',1,13,'0243967108','en','2,3,4,6,7'),(463,'Christian Ahedor Kavi','a02a5f90507b4aabded5229cb59238316ea82261','Christian Ahedor Kavi','',453,'0000-00-00 00:00:00',1,5,'0273104634','en','2,3,4,6,7'),(464,'Abdullah Halilu','308b8ec8b10411de3ca757bfe9b6db5c99e9ad23','Abdullah Halilu','abdullahhalilu@yahoo.com',453,'0000-00-00 00:00:00',1,5,'0249980709','en','2,3,4,6,7'),(465,'Kudah Catherine','b0264b54747fde3e781dccf4a889de66464f2360','Kudah Catherine','esikudah@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0246838887','en','2,3,4,6,7'),(466,'Jacob Bobie Osei Tutu','6560f468389d56fc70cc0d73cb289134886991b3','Jacob Bobie Osei Tutu','bobiejacob@yahoo.com',453,'0000-00-00 00:00:00',1,0,'0245929431','en','2,3,4,6,7'),(467,'Agyekum Stephen','59113598a3bc74cf75d766c8f4986459bf683142','Agyekum Stephen','stephen.agyekum@ymail.com',453,'0000-00-00 00:00:00',1,5,'0542641999','en','2,3,4,6,7'),(468,'David Osei','c5d2977e6ed44a3ff74edd07609166e692eb44f1','David Osei','',453,'0000-00-00 00:00:00',1,5,'0207734464','en','2,3,4,6,7'),(469,'winifred xorla ','1e5c4566e920a58e15c458a32547f57485ac4a6d','winifred xorla','winibaby12@gmail.com',453,'0000-00-00 00:00:00',1,13,'0249111532','en','2,3,4,6,7'),(470,'nartey kabutey','5302900e37455affe554355287a8b166249e12fd','Nartey Kabutey','unatey@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0244032831','en','2,3,4,6,7'),(471,'Joyce','679cf0cec3d64bd106af93c87a10473c6be35252','Joyce Der-Saayeng','yasob1@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0244667985','en','2,3,4,6,7'),(472,'Umar Rafia','f1aa66d4d2fe5b0e2e9c618cec3534fada365b59','Umar Rafia','',453,'0000-00-00 00:00:00',1,5,'0541463967','en','2,3,4,6,7'),(473,'Newlove Owusu','687fc9722a7f8c41140d7271fae04e73eb67a4c2','Newlove Owusu','newloveowusu@yahoo.com',453,'0000-00-00 00:00:00',1,13,'0248397891','en','2,3,4,6,7'),(474,'37_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',2,2,NULL,'default','2,3,4,6,7'),(476,'rep','843bd822517dd0c377d7284d3063fcafcc71ee1b','','',53,'0000-00-00 00:00:00',127,5,'','en','2,3,4,6,7'),(477,'Biomed','c2a814d328f2c5823918470640cc9ce197a4a7a9','','',53,'0000-00-00 00:00:00',127,0,'','en','2,3,4,6,7'),(478,'Essien','ac46f503b41673d7dfad4eeacb2b37b77299c973','John Wilberforce','john.essien425@gmail.com',474,'0000-00-00 00:00:00',2,5,'0246819551','en','2,3,4,6,7'),(479,'Eleanor','ac46f503b41673d7dfad4eeacb2b37b77299c973','Eleanor Achinanya','eleanorachis@gmail.com',474,'0000-00-00 00:00:00',2,5,'0242763078','en','2,3,4,6,7'),(480,'Stephen','ba04f3516b0216b9488f1ab6182d0280ad0e2622','Stephen Nartey','stenart@yahoo.com',474,'0000-00-00 00:00:00',2,5,'0541354795','en','2,3,4,6,7'),(481,'Alexander','02e2092082e48324f640315ef7765b9c0077e753','Alexander Mensah','koomens2005@yahoo.com',474,'0000-00-00 00:00:00',2,5,'0273946620','en','2,3,4,6,7'),(482,'Patience','e3cfab6af2bb6cf21464020b8f4e9f52e3c5b879','PATIENCE N.MATEY','mamapat2005@yahoo.co.uk',474,'0000-00-00 00:00:00',2,13,'0244988398','en','2,3,4,6,7'),(483,'VICTOR AZAMETI','23747d5d04bdcfd95c9eed5135c21ccd9873c821','VICTOR AZAMETI','AZAMETI.VITOR@YAHOO.COM',474,'0000-00-00 00:00:00',2,13,'0244215301','en','2,3,4,6,7'),(484,'kotei stephen','d5f631e7ab4d4a71e59c1444a16fe56049173ca2','Kotei Stephen','enzygrenn@gmail.com',474,'0000-00-00 00:00:00',2,13,'0243921244','en','2,3,4,6,7'),(485,'Fransyeb','898f83624ad230f03cb714702f200daf03a32d53','Francis Yeboah Amoako','fransyeb@gmail.com',474,'0000-00-00 00:00:00',2,5,'0246515476','en','2,3,4,6,7'),(486,'Sani','ac46f503b41673d7dfad4eeacb2b37b77299c973','Sani Abdulai','babsisey@yahoo.com',474,'0000-00-00 00:00:00',2,5,'0540560419','en','2,3,4,6,7'),(487,'Mensah','ac46f503b41673d7dfad4eeacb2b37b77299c973','Matilda Mensah','mattmensdee@yahoo.com',474,'0000-00-00 00:00:00',2,5,'0242349962','en','2,3,4,6,7'),(488,'JOE','895076e18e3cc5225d6fffc309626018b357abc0','JOSEPH ADDY','bigjoe11gh@yahoo.com',474,'0000-00-00 00:00:00',2,13,'0244694243','en','2,3,4,6,7'),(490,'daniel whajah nviddah','5a2f9ae80d4bf8c180f75796c039c44858d170dd','daniel whajah nviddah','dwhajah@gmail.com',474,'0000-00-00 00:00:00',2,13,'0203102727','en','2,3,4,6,7'),(491,'kackah','b4b128b461d79dbb9a664cec557cb0f7de3e4fdb','Kingsley Ackah','ackkings@yahoo.com',474,'0000-00-00 00:00:00',2,13,'0243351470','en','2,3,4,6,7'),(492,'Frank','d43b40ebb610ee0c4633efef50a5790d35a04259','Abake Frank','fakapepe@yahoo.com',474,'0000-00-00 00:00:00',2,13,'0244737478','en','2,3,4,6,7'),(493,'deladem','c62c51f671799078f52bd25d0499604ec94d3f5a','Lt ED Nkornoo','deladino@yahoo.com',474,'0000-00-00 00:00:00',2,0,'0249427135','en','2,3,4,6,7'),(494,'Grace','ac46f503b41673d7dfad4eeacb2b37b77299c973','Grace Agyemang','',474,'0000-00-00 00:00:00',2,5,'','en','2,3,4,6,7'),(495,'Priscilla','ac46f503b41673d7dfad4eeacb2b37b77299c973','Priscilla Afreh','',474,'0000-00-00 00:00:00',2,5,'','en','2,3,4,6,7'),(496,'Opoku','c32fbc64eb2d3b0ef488065c439489008f17d875','Opoku Arhin','',474,'0000-00-00 00:00:00',2,5,'','en','2,3,4,6,7'),(497,'Kwame','ac46f503b41673d7dfad4eeacb2b37b77299c973','Morphis Kwame Adjei','',474,'0000-00-00 00:00:00',2,5,'','en','2,3,4,6,7'),(498,'David Tei Abordoh','ac46f503b41673d7dfad4eeacb2b37b77299c973','David Tei Abordoh','davidabordoh@yahoo.com',474,'0000-00-00 00:00:00',2,13,'0543391358','en','2,3,4,6,7'),(499,'ridge_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',3,2,NULL,'default','2,3,4,6,7'),(500,'cape_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',4,2,NULL,'default','2,3,4,6,7'),(501,'volta_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',5,2,NULL,'default','2,3,4,6,7'),(502,'sunyani_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',6,2,NULL,'default','2,3,4,6,7'),(503,'kintampo_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',7,2,NULL,'default','2,3,4,6,7'),(504,'kumasi_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',8,2,NULL,'default','2,3,4,6,7'),(505,'sekondi_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',9,2,NULL,'default','2,3,4,6,7'),(506,'Jude Tsikata','7baa0a725fc9abfad4cf8214a74ec7cd26df7942','Jude Tsikata','jctsikata@yahoo.com',505,'0000-00-00 00:00:00',9,13,'0208178068','en','2,3,4,6,7'),(507,'Ebenezer Kofi Mensah','c330432a0fbdd8febd0dd07aef1c6c9baec3e042','Ebenezer Kofi Mensah','otuamic@yahoo.co.uk',505,'0000-00-00 00:00:00',9,13,'0244528615','en','2,3,4,6,7'),(508,'Ruth Naa Gumah','6b8a92aab6e24dd118dd5aeb8dbbe8431be074ea','Ruth Naa Gumah','ruthygh@yahoo.com',505,'0000-00-00 00:00:00',9,13,'0244587792','en','2,3,4,6,7'),(509,'Eric Ofosu Amoako','ecca715cf8cbc307424bd54e3239247232931bd5','Eric Ofosu Amoako','eofosu1984@gmail.com',505,'0000-00-00 00:00:00',9,13,'0243368530','en','2,3,4,6,7'),(510,'Clement Kobina Bonney','2fdae9cd91d35b3cba286d0b35794b9d846f704a','Clement Kobina Bonney','griffin.rocks@yahoo.com',505,'0000-00-00 00:00:00',9,13,'0279870335','en','2,3,4,6,7'),(511,'Asmah Sampson','606f14e0ebbbec4f06e130bd7e1a8f8223e1f5ef','Asmah Sampson','sampsonasmah@yahoo.com',505,'0000-00-00 00:00:00',9,13,'0202161203','en','2,3,4,6,7'),(512,'Odoka Bastu Adebisi','3da3bd493641b4bc33807a194b31b95fd55aaf71','Odoka Bastu Adebisi','odoka_bastu@hotmail.com',505,'0000-00-00 00:00:00',9,13,'0241609396','en','2,3,4,6,7'),(513,'Sylvester Chinbuah','21f6c35c875b20bb1219595f3627232838a70110','Sylvester Chinbuah','thatchinbuah@yahoo.co.uk',505,'0000-00-00 00:00:00',9,13,'0244451189','en','2,3,4,6,7'),(514,'Irene Amedzro','040399014ed1e3601a76d9474b62b3b8fc9eec7c','Irene Amedzro','irene.appiah@gmail.com',505,'0000-00-00 00:00:00',9,13,'0208418471','en','2,3,4,6,7'),(515,'Agbezuke Tetteh Jacob','ee31c60456f10544ebd845b116ce6293c0269163','Agbezuke Tetteh Jacob','agbezuke2012@hotmail.com',505,'0000-00-00 00:00:00',9,13,'0543344344','en','2,3,4,6,7'),(516,'Gabriel Addai Manu','70b2733fe7046f494205194a0d1250b0a70a15df','Gabriel Addai Manu','gadman77@gmail.com',505,'0000-00-00 00:00:00',9,13,'0242236953','en','2,3,4,6,7'),(517,'Theodora Blankson','1725167a2b2a539a115489a9c68e60ccdacdc8a6','Theodora Blankson','baabablanks@yahoo.com',505,'0000-00-00 00:00:00',9,13,'0248028756','en','2,3,4,6,7'),(518,'tamalephl_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',10,2,NULL,'default','2,3,4,6,7'),(519,'Veronica Ebkang','ffcbc8ef891e50cbc8db0c9024a25e1eb519239a','Veronica Ebkang','veronicaebkang@yahoo.com',518,'0000-00-00 00:00:00',10,5,'0244844053','en','2,3,4,6,7'),(520,'Azure Stebleson','68cff1d20e2fd3c8077c5fb6ef88155802362f5f','Azure Stebleson','stebgambilla@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0247563140','en','2,3,4,6,7'),(521,'Vincent Gyande Kangah','42440383746d4532900bf2004eca4552b86ef9eb','Vincent Gyande Kangah','fabiogyande@gmail.com',518,'0000-00-00 00:00:00',10,13,'0208668426/0245930947','en','2,3,4,6,7'),(522,'Boakye Gilbert','54de3fe6586164db56249cf5dd9ab0411fb98458','Boakye Gilbert','trebligboakye@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0248363283','en','2,3,4,6,7'),(523,'Daron Davies Atsu-Agbo Agboyie','16a59f777e0b14430e60cf2ef3dfdff2116d04dd',' Agboyie Daron Davies Atsu-Agbo','ddaron2020@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0207818854/0267818854','en','2,3,4,6,7'),(524,'Sylvester Mensah','26fe69173c74ebcc6527a341493948357aace773','','kenpriama02@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0207513068','en','2,3,4,6,7'),(525,'Stephen Puonyin Danuor','fc0a9122b4d9bdbaa995ef616c131a4b44e0ffd6','Stephen Puonyin Danuor','',518,'0000-00-00 00:00:00',10,13,'','en','2,3,4,6,7'),(526,'Comfort Tordzro','30df3b29d10ad7aac937457b858fb94cc73aa3b6','Comfort Tordzro','',518,'0000-00-00 00:00:00',10,5,'0277019622','en','2,3,4,6,7'),(527,'Ayeebo Gladys','794edd469e0697835763a8202d6a42b179de1311','Ayeebo Gladys','ladygladys2gh@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0245393799','en','2,3,4,6,7'),(528,'Oyinka Georgina','a8687356a421ad7e6bcde053abd9638f4d3ac1ab','Oyinka Georgina','',518,'0000-00-00 00:00:00',10,0,'0246380143','en','2,3,4,6,7'),(529,'Abass Abdul-Karim','6a15439e18a5aeef469ca938b60aaacc665f9d8b','Abass Abdul-Karim','nanayawkomei@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0244571559','en','2,3,4,6,7'),(530,'Abigail Asieduwaa','61876b0c7e629c0a912d077bf9ccbc3b9b4f9082','Abigail Asieduwaa','binexzy22@yahoo.com',518,'0000-00-00 00:00:00',10,13,'0209500751','en','2,3,4,6,7'),(531,'Wa_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',11,2,NULL,'default','2,3,4,6,7'),(532,'nkwanta_admin','18865bfdeed2fd380316ecde609d94d7285af83f',NULL,NULL,401,'0000-00-00 00:00:00',12,2,NULL,'default','2,3,4,6,7'); +/*!40000 ALTER TABLE `user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `version_data` +-- + +DROP TABLE IF EXISTS `version_data`; +CREATE TABLE `version_data` ( + `id` int(11) NOT NULL auto_increment, + `version` varchar(45) collate latin1_general_ci NOT NULL, + `status` int(11) default NULL, + `user_id` int(11) default NULL, + `remarks` varchar(250) collate latin1_general_ci default NULL, + `i_ts` timestamp NULL default NULL, + `u_ts` timestamp NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `lab_config_id` int(11) default NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; + +-- +-- Dumping data for table `version_data` +-- + +LOCK TABLES `version_data` WRITE; +/*!40000 ALTER TABLE `version_data` DISABLE KEYS */; +INSERT INTO `version_data` VALUES (1,'2.5',1,401,NULL,'2013-07-19 14:36:25','2013-07-19 14:36:25',NULL),(2,'2.6',1,518,NULL,'2013-10-08 12:02:18','2013-10-08 12:02:18',NULL),(3,'2.6',1,518,NULL,'2013-10-08 12:02:28','2013-10-08 12:02:28',NULL),(4,'2.7',1,518,NULL,'2014-01-22 14:50:57','2014-01-22 14:50:57',NULL),(5,'2.8',1,518,NULL,'2014-07-17 09:44:53','2014-07-17 09:44:53',NULL),(6,'2.8.1',1,401,NULL,'2015-03-18 10:29:03','2015-03-18 10:29:03',-1),(7,'2.8.1',1,401,NULL,'2015-03-18 10:29:30','2015-03-18 10:29:30',2),(8,'2.8.1',1,401,NULL,'2015-03-18 10:29:51','2015-03-18 10:29:51',6),(9,'2.8.1',1,401,NULL,'2015-03-18 10:30:34','2015-03-18 10:30:34',4),(10,'2.8.1',1,401,NULL,'2015-03-18 10:30:54','2015-03-18 10:30:54',12),(11,'2.8.1',1,401,NULL,'2015-03-18 10:31:12','2015-03-18 10:31:12',3),(12,'2.8.1',1,401,NULL,'2015-03-18 10:31:33','2015-03-18 10:31:33',7),(13,'2.8.1',1,401,NULL,'2015-03-18 10:31:48','2015-03-18 10:31:48',8),(14,'2.8.1',1,401,NULL,'2015-03-18 10:32:08','2015-03-18 10:32:08',1006),(15,'2.8.1',1,401,NULL,'2015-03-18 10:32:40','2015-03-18 10:32:40',1),(16,'2.8.1',1,401,NULL,'2015-03-18 10:32:59','2015-03-18 10:32:59',9),(17,'2.8.1',1,401,NULL,'2015-03-18 10:33:25','2015-03-18 10:33:25',10),(18,'2.8.1',1,401,NULL,'2015-03-18 10:33:39','2015-03-18 10:33:39',11),(19,'2.8.1',1,401,NULL,'2015-03-18 10:33:55','2015-03-18 10:33:55',5); +/*!40000 ALTER TABLE `version_data` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2015-04-01 16:50:55 diff --git a/htdocs/facebox/facebox.css b/htdocs/facebox/facebox.css index 97ebe3cab..1529036c1 100644 --- a/htdocs/facebox/facebox.css +++ b/htdocs/facebox/facebox.css @@ -1,21 +1,21 @@ #facebox .b { - background:url(/facebox/b.png); + background:url(b.png); } #facebox .tl { - background:url(/facebox/tl.png); + background:url(tl.png); } #facebox .tr { - background:url(/facebox/tr.png); + background:url(tr.png); } #facebox .bl { - background:url(/facebox/bl.png); + background:url(bl.png); } #facebox .br { - background:url(/facebox/br.png); + background:url(br.png); } #facebox { diff --git a/htdocs/facebox/facebox_b.css b/htdocs/facebox/facebox_b.css new file mode 100644 index 000000000..97ebe3cab --- /dev/null +++ b/htdocs/facebox/facebox_b.css @@ -0,0 +1,95 @@ +#facebox .b { + background:url(/facebox/b.png); +} + +#facebox .tl { + background:url(/facebox/tl.png); +} + +#facebox .tr { + background:url(/facebox/tr.png); +} + +#facebox .bl { + background:url(/facebox/bl.png); +} + +#facebox .br { + background:url(/facebox/br.png); +} + +#facebox { + position: absolute; + top: 0; + left: 0; + z-index: 100; + text-align: left; +} + +#facebox .popup { + position: relative; +} + +#facebox table { + border-collapse: collapse; +} + +#facebox td { + border-bottom: 0; + padding: 0; +} + +#facebox .body { + padding: 10px; + background: #fff; + width: 370px; +} + +#facebox .loading { + text-align: center; +} + +#facebox .image { + text-align: center; +} + +#facebox img { + border: 0; + margin: 0; +} + +#facebox .footer { + border-top: 1px solid #DDDDDD; + padding-top: 5px; + margin-top: 10px; + text-align: right; +} + +#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { + height: 10px; + width: 10px; + overflow: hidden; + padding: 0; +} + +#facebox_overlay { + position: fixed; + top: 0px; + left: 0px; + height:100%; + width:100%; +} + +.facebox_hide { + z-index:-100; +} + +.facebox_overlayBG { + background-color: #000; + z-index: 99; +} + +* html #facebox_overlay { /* ie6 hack */ + position: absolute; + height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); +} diff --git a/htdocs/includes/date_lib.php b/htdocs/includes/date_lib.php index d5fe68f0e..830234ddb 100644 --- a/htdocs/includes/date_lib.php +++ b/htdocs/includes/date_lib.php @@ -81,13 +81,16 @@ public static function dobToAge($dob) return $value; } - public static function dobToAgeNumber($dob) + public static function dobToAgeNumber($dob, $days=false) { # Converts date of birth to age in years without appendin string " years" $today = date("m-d-Y"); $dob_array = explode("-", $dob); # gives Y-m-d $dob_formatted = $dob_array[1]."-".$dob_array[2]."-".$dob_array[0]; - $diff = round(DateLib::dateDiff("-", $today, $dob_formatted)/365, 0); + if($days) + $diff = round(DateLib::dateDiff("-", $today, $dob_formatted), 0); + else + $diff = round(DateLib::dateDiff("-", $today, $dob_formatted)/365, 0); return $diff; } diff --git a/htdocs/includes/db_constants.php b/htdocs/includes/db_constants.php index 0a96e813d..76941977f 100644 --- a/htdocs/includes/db_constants.php +++ b/htdocs/includes/db_constants.php @@ -69,4 +69,8 @@ # Technician user - Narrow down to local instance $DB_NAME = $_SESSION['db_name']; } + +///handle loging +/// set to false to disable database query loging +$ENABLE_QUERY_LOG = true; ?> \ No newline at end of file diff --git a/htdocs/includes/db_constants.php.bak b/htdocs/includes/db_constants.php.bak new file mode 100644 index 000000000..25f889915 --- /dev/null +++ b/htdocs/includes/db_constants.php.bak @@ -0,0 +1,76 @@ + \ No newline at end of file diff --git a/htdocs/includes/db_lib.php b/htdocs/includes/db_lib.php index c37fe1273..96d2f5ebf 100644 --- a/htdocs/includes/db_lib.php +++ b/htdocs/includes/db_lib.php @@ -6,7 +6,7 @@ # Start session if not already started if(session_id() == "") - session_start(); + @session_start(); include("defaults.php"); @@ -1500,11 +1500,13 @@ public static function getById($lab_config_id, $report_id) public static function getByTestTypeId($lab_config_id, $test_type_id) { + global $con; $lab_config_id = mysql_real_escape_string($lab_config_id); $test_type_id = mysql_real_escape_string($test_type_id); $saved_db = DbUtil::switchToLabConfig($lab_config_id); $query_string = "SELECT * FROM report_config WHERE test_type_id=$test_type_id LIMIT 1"; + //echo $query_string ; $record = query_associative_one($query_string); $retval = ReportConfig::getObject($record, $lab_config_id); DbUtil::switchRestore($saved_db); @@ -2447,7 +2449,7 @@ public function getAgeNumber() if($this->dob != null && $this->dob != "") { # DoB present in patient record - return DateLib::dobToAgeNumber($this->dob); + return DateLib::dobToAgeNumber($this->dob,true); } else { if($this->age<100) @@ -2472,7 +2474,7 @@ public function getAgeNumber() # Year and month specified $approx_dob = trim($this->partialDob)."-01"; } - return DateLib::dobToAgeNumber($approx_dob); + return DateLib::dobToAgeNumber($approx_dob,true); } } @@ -2543,8 +2545,11 @@ public static function getByRegDateRange($date_from , $date_to) } - public static function getReportedByRegDateRange($date_from , $date_to, $lab_section) + public static function getReportedByRegDateRange($date_from , $date_to, $lab_section, $cfield="",$cfield_value="") { + + + $emp=""; $query_string = ""; if($lab_section == 0){ @@ -2588,6 +2593,16 @@ public static function getReportedByRegDateRange($date_from , $date_to, $lab_sec } //; + $ctable = ""; + $cus_toadd =""; + if(substr($cfield,0,2) == "p_") + { + $ctable = ",patient_custom_data"; + $cfield = substr($cfield,2); + $cus_toadd ="AND (patient_custom_data.patient_id=p.patient_id and field_id = $cfield and field_value='$cfield_value')"; + + } + $resultset = query_associative_all($query_string, $row_count); $retval = array(); $record_p=array(); @@ -2595,8 +2610,9 @@ public static function getReportedByRegDateRange($date_from , $date_to, $lab_sec foreach($resultset as $record) { foreach($record as $key=>$value) { - $query_string = "SELECT * FROM patient WHERE patient_id=$value"; - $record_each= query_associative_one($query_string); + $query_string = "SELECT * FROM patient p $ctable WHERE p.patient_id=$value $cus_toadd"; + $record_each = query_associative_one($query_string); + if($record_each != NULL) $record_p[]=Patient::getObject($record_each); } } @@ -2641,7 +2657,7 @@ public static function getPatientsAndSpecimenCountByRegDateRange($date_from , $d } - public static function getUnReportedByRegDateRange($date_from , $date_to, $lab_section) + public static function getUnReportedByRegDateRange($date_from , $date_to, $lab_section,$cfield="",$cfield_value="") { $emp=""; $query_string = ""; @@ -2678,10 +2694,20 @@ public static function getUnReportedByRegDateRange($date_from , $date_to, $lab_s $resultset = query_associative_all($query_string, $row_count); $retval = array(); $record_p=array(); + $ctable = ""; + $cus_toadd =""; + if(substr($cfield,0,2) == "p_") + { + $ctable = ",patient_custom_data"; + $cfield = substr($cfield,2); + $cus_toadd ="AND (patient_custom_data.patient_id=p.patient_id and field_id = $cfield and field_value='$cfield_value')"; + + } foreach($resultset as $record) { foreach($record as $key=>$value) - $query_string = "SELECT * FROM patient WHERE patient_id=$value"; + $query_string = "SELECT * FROM patient p $ctable WHERE p.patient_id=$value $cus_toadd"; $record_each= query_associative_one($query_string); + if($record_each != NULL) $record_p[]=Patient::getObject($record_each); } return $record_p; @@ -3012,6 +3038,13 @@ public function setDateReported($date_reported) query_blind($query_string); } + public function setComplete() + { + $query_string = + "UPDATE specimen SET status_code_id=1 WHERE specimen_id=".$this->specimenId; + query_blind($query_string); + } + public static function getUnreported() { # Returns all test results that have been entered but not reported @@ -3383,6 +3416,88 @@ public function getHashInResult() $retval = substr($this->result, -1*$PATIENT_HASH_LENGTH); return $retval; } + + + +public function getRange_UnitsList($patient) +{ + $retval = array(); + + $testType = TestType::getById($this->testTypeId); + $measure_list = $testType->getMeasures(); + + foreach($measure_list as $measure) + { + $unit = $measure->unit; + $type=$measure->getRangeType(); + if($type==Measure::$RANGE_NUMERIC) + { + $range_list_array=$measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + $retval[] = $lower.','.$upper.':'.$unit; + } + else + { + $retval[]="".':'.$unit; + } + } + + return $retval; + +} +public function getMeasureListArray() +{ + $retval = array(); + $testType = TestType::getById($this->testTypeId); + $measure_list = $testType->getMeasures(); + $submeasure_list = array(); + $comb_measure_list = array(); + // print_r($measure_list); + + foreach($measure_list as $measure) + { + + $submeasure_list = $measure->getSubmeasuresAsObj(); + //echo "
      ".count($submeasure_list); + //print_r($submeasure_list); + $submeasure_count = count($submeasure_list); + + if($measure->checkIfSubmeasure() == 1) + { + continue; + } + + if($submeasure_count == 0) + { + array_push($comb_measure_list, $measure); + } + else + { + array_push($comb_measure_list, $measure); + foreach($submeasure_list as $submeasure) + array_push($comb_measure_list, $submeasure); + } + } + $measure_list = $comb_measure_list; + for($i = 0; $i < count($measure_list); $i++) { + $curr_measure = $measure_list[$i]; + if(strpos($curr_measure->name, "\$sub") !== false) + { + $decName = "      ".$curr_measure->truncateSubmeasureTag(); + + } + else + { + $decName = $curr_measure->name; + } + + + $retval[] = $decName; + } + return $retval; + +} public function getMeasureList() { $testType = TestType::getById($this->testTypeId); $measure_list = $testType->getMeasures(); @@ -3479,7 +3594,11 @@ public function decodeResult($show_range=false) { else { //$testt = "one,[$]two[/$],[$]twotwo[/$],three"; - $testt = $result_csv; + $result_csv = str_replace('[$]','',$result_csv ); + $result_csv = str_replace('[/$]','',$result_csv ); + $result_list = explode(",", $result_csv); + /* + $testt = $result_csv; //$test2 = strstr($testt, $); $start_tag = "[$]"; $end_tag = "[/$]"; @@ -3507,6 +3626,7 @@ public function decodeResult($show_range=false) { if(strpos($testt, ",") == 0) $result_csv = substr($testt, 1, strlen($testt)); $result_list = explode(",", $result_csv); + */ //echo "
      "; //print_r($result_list); //echo "
      "; @@ -3576,7 +3696,7 @@ public function decodeResult($show_range=false) { if($curr_measure->getRangeType() == Measure::$RANGE_AUTOCOMPLETE) { $result_string = ""; - $value_list = str_replace("_", ",", $result_list[$i]); + $value_list = str_replace("_", "
      ", $result_list[$i]); $retval .= "".$value_list.""; } else if($curr_measure->getRangeType() == Measure::$RANGE_OPTIONS) @@ -3616,13 +3736,13 @@ public function decodeResult($show_range=false) { $retval .= $decName." "; } $retval .= " -
      "; - } - $i++; + } } else { - $ft_result = $freetext_results[$j]; - + //$ft_result = $freetext_results[$j]; + $ft_result = $result_list[$i]; + //echo $i; if(count($measure_list) == 1) { $retval .= "
      ".$ft_result." "; @@ -3650,15 +3770,253 @@ public function decodeResult($show_range=false) { } $j++; - }$c++; + }$c++; $i++; }//end //$retval = str_replace("_",",",$retval); # Replace all underscores with a comma - return $retval; + return "".$retval.""; } - public function decodeResultWithoutMeasures($show_range=false) { +public function getTestMeasureRange($measurename,$testresultvalue) +{ + $test_type = TestType::getById($this->testTypeId); + + $measure_list = $test_type->getMeasures(); + $submeasure_list = array(); + $comb_measure_list = array(); + + foreach($measure_list as $measure) + { + + $submeasure_list = $measure->getSubmeasuresAsObj(); + + $submeasure_count = count($submeasure_list); + + + if($measure->checkIfSubmeasure() == 1) + + { + + continue; + + } + + + + if($submeasure_count == 0) + + { + + array_push($comb_measure_list, $measure); + + } + + else + + { + + array_push($comb_measure_list, $measure); + + foreach($submeasure_list as $submeasure) + + array_push($comb_measure_list, $submeasure); + + } + + } + + $measure_list = $comb_measure_list; + + + $flag_num = -1; + foreach($measure_list as $measure) + { + $flag_num++; + if($measure->name == $measurename) + { + + $type=$measure->getRangeType(); + + if($type==Measure::$RANGE_NUMERIC) + { + + $range_list_array=$measure->getRangeString($patient); + + $lower=$range_list_array[0]; + + $upper=$range_list_array[1]; + + echo $this->getResultFlaged($testresultvalue,$lower,$upper); + + $unit=$measure->unit; + + if(stripos($unit,",")!=false) { + + echo "("; + + $units=explode(",",$unit); + + $lower_parts=explode(".",$lower); + + $upper_parts=explode(".",$upper); + + + + if($lower_parts[0]!=0) { + + echo $lower_parts[0]; + + echo $units[0]; + + } + + + + if($lower_parts[1]!=0) { + + echo $lower_parts[1]; + + echo $units[1]; + + } + + echo " - "; + + + + if($upper_parts[0]!=0) { + + echo $upper_parts[0]; + + echo $units[0]; + + } + + + + if($upper_parts[1]!=0) { + + echo $upper_parts[1]; + + echo $units[1]; + + } + + echo ")"; + + } else if(stripos($unit,":")!=false) { + + $units=explode(":",$unit); + + echo "("; + + echo $lower; + + ?> - + + + + -unit; + + }?> + + Color(); + + if($measure->unit=="") + + $measure->unit="-"; + + echo "   ". $measure->unit; + + } + + break; + } + + //echo "
      "; + + } +} + + public function getAllResultAsArray() + { + + $result_csv = $this->getResultWithoutHash(); + $result_csv = str_ireplace("[$]",'',$result_csv); + $result_csv = str_ireplace("[/$]",'',$result_csv); + $result_list = explode(",", $result_csv); + + return $result_list; + + + } + + public function getResultAsArray() + { + + $result_csv = $this->getResultWithoutHash(); + + if(strpos($result_csv, "[$]") === false) + { + $result_list = explode(",", $result_csv); + } + else + { + //$testt = "one,[$]two[/$],[$]twotwo[/$],three"; + $testt = $result_csv; + //$test2 = strstr($testt, $); + $start_tag = "[$]"; + $end_tag = "[/$]"; + //$testtt = str_replace("[$]two[/$],", "", $testt); + $freetext_results = array(); + $ft_count = substr_count($testt, $start_tag); + //echo $ft_count; + $k = 0; + while($k < $ft_count) + { + $ft_beg = strpos($testt, $start_tag); + $ft_end = strpos($testt, $end_tag); + $ft_sub = substr($testt, $ft_beg + 3, $ft_end - $ft_beg - 3); + $ft_left = substr($testt, 0, $ft_beg); + $ft_right = substr($testt, $ft_end + 5); + //echo "
      ".$ft_left."--".$ft_right."
      "; + $testt = $ft_left.$ft_right; + array_push($freetext_results, $ft_sub); + $k++; + } + //echo $freetext_results."
      ".$testt; + //$testtt = str_replace($subb, "", $testt, 1); + //echo "$testto
      $subb
      "; + $result_csv = $testt; + if(strpos($testt, ",") == 0) + $result_csv = substr($testt, 1, strlen($testt)); + $result_list = explode(",", $result_csv); + //echo "
      "; + //print_r($result_list); + //echo "
      "; + } + + + return $result_list; + } + + + public function decodeResultWithoutMeasures($show_range=false,$patient = null) { # Converts stored result value(s) for showing on front-end # Get measure, unit pairs for this test + $test_type = TestType::getById($this->testTypeId); $measure_list = $test_type->getMeasures(); //print_r($measure_list); @@ -3769,18 +4127,21 @@ public function decodeResultWithoutMeasures($show_range=false) { $result_string .= $value."
      "; } $result_string = substr($result_string, 0, -4); - $retval .= "
      ".$result_string." "; + $retval .= "
      ".$this->resetColor($result_string)." "; } else if($curr_measure->getRangeType() == Measure::$RANGE_OPTIONS) { if($result_list[$i] != $curr_measure->unit) - $retval .= "
      ".$result_list[$i]."  "; + $retval .= "
      ".$this->resetColor($result_list[$i])."  "; else - $retval .= "
      ".$result_list[$i]." "; + $retval .= "
      ".$this->resetColor($result_list[$i])." "; } else { - $retval .= "
      ".$result_list[$i]." "; + $range_list_array=$curr_measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + $retval .= "
      ".$this->getResultFlaged($result_list[$i],$lower,$upper)." "; } } else @@ -3791,18 +4152,25 @@ public function decodeResultWithoutMeasures($show_range=false) { if($curr_measure->getRangeType() == Measure::$RANGE_AUTOCOMPLETE) { $result_string = ""; - $value_list = str_replace("_", ",", $result_list[$i]); - $retval .= "
      ".$value_list.""; + $value_list = str_replace("_", "
      ", $result_list[$i]); + $retval .= "
      ".$this->resetColor($value_list).""; } else if($curr_measure->getRangeType() == Measure::$RANGE_OPTIONS) { if($result_list[$i]!=$curr_measure->unit) - $retval .= "
      ".$result_list[$i].""." "; + $retval .= "
      ".$this->resetColor($result_list[$i]).""." "; else - $retval .= $result_list[$i]." "; + $retval .= $this->resetColor($result_list[$i])." "; } else - $retval .= "
      ".$result_list[$i].""." "; + { + $range_list_array=$curr_measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + //$this->getFlag($result_list[$i],$lower,$upper); + + $retval .= "
      ".$this->getResultFlaged($result_list[$i],$lower,$upper).""." "; + } } if($show_range === true) @@ -3821,7 +4189,7 @@ public function decodeResultWithoutMeasures($show_range=false) { { } - $retval .= " -
      "; + $retval .= $this->resetColor(" - ")."
      "; } $i++; } @@ -3831,11 +4199,11 @@ public function decodeResultWithoutMeasures($show_range=false) { if(count($measure_list) == 1) { - $retval .= "
      ".$ft_result." "; + $retval .= "
      ". $this->resetColor($ft_result)." "; } else { - $retval .= "
      ".$ft_result." "; + $retval .= "
      ".$this->resetColor($ft_result)." "; } if($show_range === true) { @@ -3850,7 +4218,7 @@ public function decodeResultWithoutMeasures($show_range=false) { }$c++; }//end //$retval = str_replace("_",",",$retval); # Replace all underscores with a comma - return $retval; + return "".$retval.""; } /* @@ -3945,7 +4313,32 @@ public function decodeResultWithoutMeasures($show_range=false) { return $retval; } */ + + function getResultFlaged($result,$minrange,$maxrang) + { + if($result < $minrange) + { + return "$result"; + } + else if( $result > $maxrang) + { + return "$result"; + } + else + { + return "$result"; + } + } + function resetColor($result) + { + return "$result"; + } + function Color() + { + echo "$result"; + } + public function getComments() { if(trim($this->comments) == "" || $this->comments == null) @@ -3985,7 +4378,8 @@ public function verifyAndUpdate($hash_value) $record = query_associative_one($query_string); $existing_entry = Test::getObject($record); $test_id = $existing_entry->testId; - $new_result_value = $this->result.$hash_value; + $new_result_value = $this->result.$hash_value; + $query_verify = ""; if ( $existing_entry->result == $new_result_value && @@ -4888,6 +5282,7 @@ class ReferenceRange public $sex; public $rangeLower; public $rangeUpper; + public $agetype; public static function getObject($record) { @@ -4924,6 +5319,12 @@ public static function getObject($record) //$reference_range->rangeUpper = intval($record['range_upper']); else $reference_range->rangeUpper = null; + if(isset($record['age_type'])) + $reference_range->agetype = $record['age_type']; + else + $reference_range->agetype = null; + + return $reference_range; } @@ -4932,8 +5333,8 @@ public function addToDb($lab_config_id) # Adds this entry to database $saved_db = DbUtil::switchToLabConfig($lab_config_id); $query_string = - "INSERT INTO reference_range (measure_id, age_min, age_max, sex, range_lower, range_upper) ". - "VALUES ($this->measureId, '$this->ageMin', '$this->ageMax', '$this->sex', '$this->rangeLower', '$this->rangeUpper')"; + "INSERT INTO reference_range (measure_id, age_min, age_max, sex, range_lower, range_upper,age_type) ". + "VALUES ($this->measureId, '$this->ageMin', '$this->ageMax', '$this->sex', '$this->rangeLower', '$this->rangeUpper',$this->agetype)"; query_insert_one($query_string); DbUtil::switchRestore($saved_db); } @@ -4953,38 +5354,51 @@ public static function deleteByMeasureId($measure_id, $lab_config_id) } public static function getByAgeAndSex($age, $sex, $measure_id, $lab_config_id) - { + { + # Fetches the reference range based on supplied age and sex values global $con; $measure_id = mysql_real_escape_string($measure_id, $con); $lab_config_id = mysql_real_escape_string($lab_config_id, $con); $age = mysql_real_escape_string($age, $con); - $sex = mysql_real_escape_string($sex, $con); + $sex = trim(mysql_real_escape_string($sex, $con)); $saved_db = DbUtil::switchToLabConfig($lab_config_id); - $query_string = "SELECT * FROM reference_range WHERE measure_id=$measure_id"; + $query_string = "SELECT * FROM reference_range WHERE measure_id=$measure_id"; $retval = null; $resultset = query_associative_all($query_string, $row_count); if($resultset == null || count($resultset) == 0) return $retval; + $normalizedage=0; foreach($resultset as $record) { - $ref_range = ReferenceRange::getObject($record); + $ref_range = ReferenceRange::getObject($record); + //default is in days + if($ref_range->agetype == 2)//month + $normalizedage = $age / 30; + else if($ref_range->agetype == 3)//year + $normalizedage = $age / 365; + else + $normalizedage = $age;//days + + if($ref_range->ageMin == 0 && $ref_range->ageMax == 0) { # No agewise split - if($ref_range->sex == "B" || strtolower($ref_range->sex) == strtolower($sex)) + if($ref_range->sex == "B" || strtolower(trim($ref_range->sex)) == strtolower($sex)) { return $ref_range; } } - else if($ref_range->ageMin <= $age && $ref_range->ageMax >= $age) + else if($normalizedage >= $ref_range->ageMin && $normalizedage <= $ref_range->ageMax) { - # Age wise split exists - if($ref_range->sex == "B" || strtolower($ref_range->sex) == strtolower($sex)) + + # Age wise split exists + if($ref_range->sex == "B" || (strtolower(trim($ref_range->sex)) == strtolower($sex))) { + return $ref_range; } - } + } } DbUtil::switchRestore($saved_db); } @@ -6665,7 +7079,8 @@ function check_patient_surr_id($surr_id) # Checks if patient ID already exists in DB, and returns true/false accordingly # Called from ajax/patient_check_surr_id.php global $con; - $surr_id = mysql_real_escape_string($surr_id, $con); + // Had to allow some special charactors like / and - + //$surr_id = mysql_real_escape_string($surr_id, $con); $query_string = "SELECT surr_id FROM patient WHERE surr_id='$surr_id' LIMIT 1"; $retval = query_associative_one($query_string); if($retval == null) @@ -6707,8 +7122,9 @@ function get_patient_by_id($pid) function search_patients_by_id($q, $labsection = 0) { + // Had to allow some special charactors like / and - global $con; - $q = mysql_real_escape_string($q, $con); + //$q = mysql_real_escape_string($q, $con); # Searches for patients with similar PID if(! is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -6758,7 +7174,8 @@ function search_patients_by_id_dyn($q, $cap, $counter, $labsection = 0) # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if($labsection == 0){ @@ -6791,7 +7208,8 @@ function search_patients_by_id_count($q, $labsection = 0) { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -6837,7 +7255,8 @@ function search_patients_by_name($q, $labsection = 0,$c="") { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(empty($c)) $q.='%'; else @@ -6890,7 +7309,8 @@ function search_patients_by_name_dyn($q, $cap, $counter, $labsection = 0,$c="") # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(empty($c)) $q.='%'; else @@ -6943,7 +7363,8 @@ function search_patients_by_name_count($q, $labsection = 0,$c="") { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(empty($c)) $q.='%'; else @@ -6960,7 +7381,7 @@ function search_patients_by_name_count($q, $labsection = 0,$c="") "p.name LIKE '$q' AND p.patient_id NOT IN (select r_id from removal_record where category='patient' AND removal_record.status=1) and p.patient_id = s.patient_id and s.specimen_id in ". "(select specimen_id from specimen where specimen_type_id in (select specimen_type_id from specimen_test where test_type_id in ". "(select test_type_id as lab_section from test_type where test_category_id = '$labsection')))"; - + //; } } else { if($labsection == 0){ @@ -6973,7 +7394,7 @@ function search_patients_by_name_count($q, $labsection = 0,$c="") "p.name LIKE '$q' and p.patient_id = s.patient_id and s.specimen_id in ". "(select specimen_id from specimen where specimen_type_id in (select specimen_type_id from specimen_test where test_type_id in ". "(select test_type_id as lab_section from test_type where test_category_id = '$labsection')))"; - + //; } } $saved_db = DbUtil::switchToLabConfig($_SESSION['lab_config_id']); @@ -6981,13 +7402,13 @@ function search_patients_by_name_count($q, $labsection = 0,$c="") DbUtil::switchRestore($saved_db); //$res = implode(",",$resultset); return $resultset['val']; - //return $res; } function search_patients_by_addlid($q, $labsection = 0) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searches for patients with similar addl ID if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -7037,7 +7458,8 @@ function search_patients_by_addlid_dyn($q, $cap, $counter, $labsection = 0) # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -7085,7 +7507,8 @@ function search_patients_by_addlid_count($q, $labsection = 0) { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -7127,7 +7550,8 @@ function search_patients_by_addlid_count($q, $labsection = 0) function search_patients_by_dailynum($q, $labsection = 0) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searches for patients with similar daily number if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -7173,7 +7597,8 @@ function search_patients_by_dailynum_dyn($q, $cap, $counter, $labsection = 0) # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -7221,7 +7646,8 @@ function search_patients_by_dailynum_count($q, $labsection = 0) { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -7278,7 +7704,8 @@ function search_specimens_by_id($q) function search_specimens_by_addlid($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searches for specimens with similar addl ID $query_string = "SELECT * FROM specimen ". @@ -7340,7 +7767,8 @@ function search_specimens_by_patient_name($patient_name) function search_specimens_by_session($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searched for specimens in a single session $query_string = "SELECT * FROM specimen ". @@ -7360,7 +7788,8 @@ function search_specimens_by_session($q) function search_specimens_by_session_exact($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searched for specimens in a single session $query_string = "SELECT * FROM specimen ". @@ -7380,7 +7809,8 @@ function search_specimens_by_session_exact($q) function search_specimens_by_dailynum($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searched for specimens in a single session $query_string = "SELECT * FROM specimen ". @@ -7833,6 +8263,29 @@ function get_specimen_by_id($specimen_id) return Specimen::getObject($record); } +function get_specimen_by_auxid($specimen_id) +{ + global $con; + $specimen_id = mysql_real_escape_string($specimen_id, $con); + # Fetches a specimen record by specimen id + $query_string = + "SELECT * FROM specimen WHERE aux_id='$specimen_id' LIMIT 1"; + //; + $record = query_associative_one($query_string); + return Specimen::getObject($record); +} + +function get_specimenAndTest($aux_id) +{ + global $con; + $specimen_id = mysql_real_escape_string($specimen_id, $con); + # Fetches a specimen record by specimen id + $query_string = + "SELECT * FROM specimen WHERE aux_id='$specimen_id' LIMIT 1"; + //; + $record = query_associative_one($query_string); +} + function get_specimen_by_id_api($specimen_id, $lab_config_id) { global $con; @@ -10347,7 +10800,7 @@ function get_lab_config_specimen_types($lab_config_id, $to_global=false) if($to_global == false) $saved_db = DbUtil::switchToLabConfigRevamp(); else - $saved_db = DbUtil::switchToGlobal(); + $saved_db = DbUtil::switchToGlobal(); $query_string = "SELECT specimen_type_id FROM lab_config_specimen_type ". "WHERE lab_config_id=$lab_config_id"; @@ -10509,6 +10962,63 @@ function get_custom_fields_patient_by_name($field_name) return $custom_field; } +function get_custom_fields_patient_by_id($field_id) +{ + # Returns a list of all patient custom fields + $query_string = + "SELECT * FROM patient_custom_field where id = '$field_id' LIMIT 1"; + $record = query_associative_one($query_string); + /* . " - "; + print_r($record); + echo "
      "; */ + $retval = array(); + //foreach($resultset as $record) + //{ + $custom_field = CustomField::getObject($record); + // $retval[] = $custom_field; + //} + //echo "Final Field Name : ".$custom_field->fieldName."
      "; + return $custom_field; +} + +function get_custom_fields_specimen_by_id($field_id) +{ + # Returns a list of all patient custom fields + $query_string = + "SELECT * FROM specimen_custom_field where id = '$field_id' LIMIT 1"; + $record = query_associative_one($query_string); + /* . " - "; + print_r($record); + echo "
      "; */ + $retval = array(); + //foreach($resultset as $record) + //{ + $custom_field = CustomField::getObject($record); + // $retval[] = $custom_field; + //} + //echo "Final Field Name : ".$custom_field->fieldName."
      "; + return $custom_field; +} + +function get_custom_fields_specimen_by_name($field_name) +{ + # Returns a list of all patient custom fields + $query_string = + "SELECT * FROM specimen_custom_field where field_name = '$field_name' LIMIT 1"; + $record = query_associative_one($query_string); + /* . " - "; + print_r($record); + echo "
      "; */ + $retval = array(); + //foreach($resultset as $record) + //{ + $custom_field = CustomField::getObject($record); + // $retval[] = $custom_field; + //} + //echo "Final Field Name : ".$custom_field->fieldName."
      "; + return $custom_field; +} + function get_custom_fields_labtitle($field_id) { # Returns a list of all patient custom fields @@ -11674,7 +12184,7 @@ public function getAgeNumber() if($this->dob != null && $this->dob != "") { # DoB present in patient record - return DateLib::dobToAgeNumber($this->dob); + return DateLib::dobToAgeNumber($this->dob,true); } else { if($this->age<100) @@ -11699,7 +12209,7 @@ public function getAgeNumber() # Year and month specified $approx_dob = trim($this->partialDob)."-01"; } - return DateLib::dobToAgeNumber($approx_dob); + return DateLib::dobToAgeNumber($approx_dob,true); } } @@ -13194,7 +13704,7 @@ function generate_bill_data_for_patient_and_date_range($patient_id, $first_date, $saved_db = DbUtil::switchToLabConfig($_SESSION['lab_config_id']); $test_info = get_all_tests_for_patient_and_date_range($patient_id, $first_date, $second_date, $labsection); DbUtil::switchRestore($saved_db); - + $test_ids = array(); $test_dates = array(); foreach ($test_info as $test) { @@ -13204,7 +13714,7 @@ function generate_bill_data_for_patient_and_date_range($patient_id, $first_date, $saved_db = DbUtil::switchToLabConfig($_SESSION['lab_config_id']); $names_and_costs = get_test_names_and_costs_from_ids($test_ids); DbUtil::switchRestore($saved_db); - $bill_total = array_sum($names_and_costs['costs']); + $bill_total = array_sum($names_and_costs['costs']); $bill_fields = array(); $bill_fields['total'] = $bill_total; $bill_fields['names'] = $names_and_costs['names']; @@ -13961,8 +14471,9 @@ function checkVersionDataTable() function checkVersionDataEntry($vers) { $saved_db = DbUtil::switchToGlobal(); - - $query = "SELECT * FROM version_data WHERE version = '$vers' LIMIT 1"; + $lab_config_id = $_SESSION['lab_config_id']; + + $query = "SELECT * FROM version_data WHERE version = '$vers' and lab_config_id = $lab_config_id LIMIT 1"; $record = query_associative_one($query); if(!$record) { @@ -13983,8 +14494,8 @@ function checkVersionDataEntry($vers) function checkVersionDataEntryExists($vers) { $saved_db = DbUtil::switchToGlobal(); - - $query = "SELECT * FROM version_data WHERE version = '$vers' LIMIT 1"; + $lab_config_id = $_SESSION['lab_config_id']; + $query = "SELECT * FROM version_data WHERE version = '$vers' and lab_config_id = $lab_config_id LIMIT 1"; $record = query_associative_one($query); if(!$record) { @@ -14055,16 +14566,19 @@ function update_language_files(){ } } -function insertVersionDataEntry() +function insertVersionDataEntry($lab_config_id="") { $saved_db = DbUtil::switchToGlobal(); global $VERSION; $vers = $VERSION; + if(empty($lab_config_id)) + $lab_config_id = $_SESSION['lab_config_id']; + $status = 1; $uid = $_SESSION['user_id']; - $query_string = "INSERT INTO version_data (version, status, user_id, i_ts) ". - "VALUES ('$vers', $status, $uid, NOW())"; + $query_string = "INSERT INTO version_data (version, status, user_id, i_ts,lab_config_id) ". + "VALUES ('$vers', $status, $uid, NOW(),$lab_config_id)"; query_insert_one($query_string); @@ -14142,7 +14656,7 @@ function search_patients_by_db_id_count($patient_code, $labsection) "(select test_type_id as lab_section from test_type where test_category_id = $labsection)))"; $saved_db = DbUtil::switchToLabConfig($_SESSION['lab_config_id']); - $resultset = query_associative_one($query_string); + $resultset = query_associative_one($query_string); DbUtil::switchRestore($saved_db); return $resultset['val']; } @@ -15477,10 +15991,9 @@ public static function test_api($data) return "# API test String".$data." #"; } - public function login($username, $password) - { - print_r($_SESSION); - global $con; + public function login($username, $password,$getUser_id=false) + { + global $con; $username = mysql_real_escape_string($username, $con); $saved_db = DbUtil::switchToGlobal(); $password = encrypt_password($password); @@ -15498,8 +16011,11 @@ public function login($username, $password) } else { - $tok = API::start_session($username, $password); - return $tok; + $dbName = API::start_session($username, $password); + if($getUser_id) + return $dbName.'^'.$record['user_id']; + else + return $dbName; } } @@ -15510,9 +16026,8 @@ public function start_session($username, $password) session_start(); $sid = session_id(); - //$_SESSION['tok'] = $sid; - - $user = get_user_by_name($username); + //$_SESSION['tok'] = $sid; + $user = get_user_by_name($username); $_SESSION['username'] = $username; $_SESSION['user_id'] = $user->userId; $_SESSION['user_actualname'] = $user->actualName; @@ -15521,7 +16036,7 @@ public function start_session($username, $password) $_SESSION['locale'] = $user->langId; if($user->level==17) { $combinedString = $user->rwoptions; - + $_SESSION['doctorConfig'] = $combinedString; } @@ -15588,8 +16103,9 @@ public function start_session($username, $password) $_SESSION['DELAY_RECORDED'] = false; #TODO: Add other session variables here $_SESSION['user_role'] = "garbage"; - return 1; - } + + return "blis_".$user->labConfigId; + } public function stop_session() { @@ -15602,7 +16118,8 @@ public function search_patients($by, $str) { //by 1 = name, 2 = id, 3 = number global $con; - $q = mysql_real_escape_string($str, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($str, $con); if($by == 2) { @@ -15643,7 +16160,8 @@ public function search_specimens($by, $str) { //by 3 = patient name, 2 = patient id, 1 = specimen_id global $con; - $q = mysql_real_escape_string($str, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($str, $con); if($by == 1) { @@ -15705,7 +16223,7 @@ public function get_patient($patient_id) public function get_specimen($specimen_id) { - $spec = get_specimen_by_id($specimen_id); + $spec = get_specimen_by_auxid($specimen_id); if(count($spec) > 0) $ret = $spec; else @@ -15713,7 +16231,181 @@ public function get_specimen($specimen_id) return $ret; } - + + public function update_result($db,$specimen_id,$measure_id,$result,$userid="") + { + + $measurebounds =""; + $sql = "select t.test_id,s.specimen_id,t.test_type_id,m.measure_id,s.patient_id from test t +inner join specimen s on s.specimen_id=t.specimen_id +inner join test_type_measure m on m.test_type_id=t.test_type_id +where trim(s.aux_id)='$specimen_id' and m.measure_id=$measure_id limit 1"; + $record = query_associative_one($sql,$db); + if(count($record) > 0) + { + $sql = "select measure_id from test_type_measure where test_type_id=".$record["test_type_id"]; + $measures = query_associative_all($sql, $row_count,$db); + if(count($measures)>0) + { + $result_index=0; + + for($i=0;$igetHashValue(); + $results_csv .= ','.$hash_value; + } + + //echo $results_csv;exit; + $sql = "UPDATE test ". + "SET result='$results_csv'"; + if(!empty($userid)) + { + $sql .= ", user_id= $userid"; + } + $sql .=" where test_id=".$record["test_id"]; + query_blind($sql,$db); + return 1; + + } + else + { + return 0; + } + + } + else + { + return 0; + } + + } + + private function getMeasureBounds($measure_id,$db) + { + $sql ="SELECT `range` FROM `measure` WHERE measure_id =$measure_id"; + $resultset = query_associative_one($sql,$db); + if( $resultset == NULL) + { + return NULL; + } + else + { + if(stristr($resultset['range'],"$freetext$$")!= FALSE) + return "[$]...[/$]"; + else + return "..."; + + } + + + + + } + public function getSpecimenID($patientid,$sequence,$db) + { + //echo '['.$db.']'; + $sql ="SELECT s.aux_id FROM `specimen` s +INNER JOIN patient p ON p.surr_id = '$patientid' +WHERE substring( s.aux_id, 9 ) = '$sequence' +ORDER BY s.ts DESC LIMIT 1"; + + $resultset = query_associative_one($sql,$db); + //echo "$db";print_r($resultset); + if( $resultset == NULL) + { + return NULL; + } + else + { + return $resultset['aux_id']; + } + + } + public function getTestDetails($db,$specimenTypefilter ="",$test_typeFilter="",$day=0,$aux_id="") + { + $sql = "SELECT distinct s.specimen_id,s.aux_id,s.date_collected,s.date_recvd,s.doctor,p.name,p.surr_id,p.sex,p.dob as dob,p.partial_dob, +t.test_type_id,s.specimen_type_id,st.name as specimentype,tm.measure_id FROM specimen s +inner join patient p on p.patient_id=s.patient_id +inner join test t on t.specimen_id=s.specimen_id +inner join test_type tt on tt.test_type_id=t.test_type_id +inner join specimen_type st on st.specimen_type_id=s.specimen_type_id +inner join test_type_measure tm on tm.test_type_id = tt.test_type_id "; + +if(!empty($aux_id)) + $sql .="where s.aux_id = '$aux_id' "; +else + $sql .="where date(s.date_collected) >= curdate()-$day "; +if(!empty($specimenTypefilter)) + $sql .=" and st.specimen_type_id in ($specimenTypefilter)"; +if(!empty($test_typeFilter)) + $sql .=" and tt.test_type_id in ($test_typeFilter)"; + $resultset = query_associative_all($sql, $row_count,$db); + if(count($resultset) > 0) + $ret = $resultset; + else + $ret = 0; + + return $ret; + + } + public function get_specimenAndTest($db,$specimen_id="",$specimenTypefilter="",$test_filter="",$datefrom="",$dateto="") + { + $sql ="SELECT s.specimen_id,s.aux_id,s.date_collected,s.date_recvd,s.doctor,p.name,p.surr_id,p.sex,p.dob as dob,p.partial_dob, +t.test_type_id,tm.measure_id,m.name as testname,s.specimen_type_id,st.name as specimentype FROM specimen s +inner join patient p on p.patient_id=s.patient_id +inner join test t on t.specimen_id=s.specimen_id +inner join test_type tt on tt.test_type_id=t.test_type_id +inner join specimen_type st on st.specimen_type_id=s.specimen_type_id +inner join test_type_measure tm on tm.test_type_id = tt.test_type_id +inner join measure m on m.measure_id = tm.measure_id where 1"; +if(!empty($specimen_id)) + $sql .=" and TRIM(s.aux_id)='$specimen_id'"; +if(!empty($specimenTypefilter)) + $sql .=" and st.specimen_type_id in ($specimenTypefilter)"; +if(!empty($test_filter)) + $sql .=" and m.measure_id in ($test_filter)"; +if(!empty($datefrom) && !empty($dateto)) + $sql .=" and s.date_collected between '$datefrom' and '$dateto'"; + $sql .=" order by specimen_id "; + $resultset = query_associative_all($sql, $row_count,$db); + if(count($resultset) > 0) + $ret = $resultset; + else + $ret = 0; + + return $ret; + } public function get_specimen_catalog() { global $CATALOG_TRANSLATION; @@ -16089,8 +16781,273 @@ public function get_test_cost($tid) } +} +/* API ends here */ + +/* +class for handling BLIS Interface with DHIS2. It is known as DHIMS2 in Ghana. +*/ + +class DHIMS2 +{ + public $ID; + public $username; + public $password; + public $orgUnit; + public $dataSet; + public $dataElement; + public $entryPeriod; + public $categoryCombo; + public $blisTestID; + public $blisAgegroup; + public $blisGender; + + public function Save($lab_config_id) + { + $sql="INSERT INTO `dhims2_api_config` ( +`id` ,`username` ,`password` ,`orgunit` ,`dataset` , +`dataelement` ,`categorycombo` ,`gender` ,`period`) +VALUES (NULL , '$this->username', '$this->password', '$this->orgUnit', '$this->dataSet', + '$this->dataElement".'|'."$this->blisTestID', '$this->categoryCombo".'|'."$this->blisAgegroup', '$this->blisGender', '$this->entryPeriod');"; + query_blind($sql,$db); + return 1; + } + + public function deleteItems($lab_config_id,$items) + { + $sql ="delete from dhims2_api_config where id in ($items)"; + query_blind($sql,$db); + return 1; + } + + public function getSendingConfigs($lab_config_id) + { + + $sql="select * from dhims2_api_config"; + $resultset = query_associative_all($sql, $row_count,$lab_config_id); + $results = array(); + $larr = array(); + $icount= count($resultset); + + for($i=0;$i<$icount;$i++) + { + $orgunit = explode('^',$resultset[$i]['orgunit']); + $larr['orgUnit'] = $orgunit[0]; + $dataset = explode('^',$resultset[$i]['dataset']); + $larr['dataSet'] = $dataset[0]; + $dataelement = explode('|',$resultset[$i]['dataelement']); + $dsetparts = explode('^',$dataelement[0]); + $larr['dataElement'] = $dsetparts[0]; + + $elementname = ""; + for($dcount=1;$dcount'.$elementname; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $dataelementTrimList[] = $dsetElem; + } + + + if( $resultset[$i]['gender'] =="M") + { + if(!in_array( $dsetElem.'_M',$genderTrimList)) + { + $larr['id'] = $dsetElem.'_M'; + $larr['pId'] = $dsetElem; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] ="Male"; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $genderTrimList[] = $dsetElem.'_M'; + } + + $categorycombo = explode('^',$resultset[$i]['categorycombo']); + $larr['id'] = $categorycombo[0]; + $larr['pId'] = $dsetElem.'_M'; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] = $comboname[0].'-->'.$comboname[1]; + $larr['open'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + } + elseif( $resultset[$i]['gender'] =="F") + { + if(!in_array( $dsetElem.'_F',$genderTrimList)) + { + $larr['id'] = $dsetElem.'_F'; + $larr['pId'] = $dsetElem; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] ="Female"; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $genderTrimList[] = $dsetElem.'_F'; + } + + $categorycombo = explode('^',$resultset[$i]['categorycombo']); + $larr['id'] = $categorycombo[0]; + $larr['pId'] = $dsetElem.'_F'; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] = $comboname[0].'-->'.$comboname[1]; + $larr['open'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + } + else + { + if(!in_array( $dsetElem.'_B',$genderTrimList)) + { + $larr['id'] = $dsetElem.'_B'; + $larr['pId'] = $dsetElem; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] ="Male & Female"; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $genderTrimList[] = $dsetElem.'_B'; + } + + $categorycombo = explode('^',$resultset[$i]['categorycombo']); + $larr['id'] = $categorycombo[0]; + $larr['pId'] = $dsetElem.'_B'; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] = $comboname[0].'-->'.$comboname[1]; + $larr['open'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + } + + //if($i==2) + //break; + } + //file_put_contents("dhims2.txt",print_r($results)); + + return $results; + + //print_r($results); + } + } + - -/* API ends here */ + function getEquipmentList() + { + $saved_db = DbUtil::switchToGlobal(); + $query_configs = "SELECT id,equipment_name from interfaced_equipment"; + + $resultset = query_associative_all($query_configs,0); + + + DbUtil::switchRestore($saved_db); + return $resultset; + } + + function getEquipmentDetails($id) + { + $saved_db = DbUtil::switchToGlobal(); + $query_configs = "SELECT * from interfaced_equipment where id={$id}"; + + $resultset = query_associative_all($query_configs,0); + + + DbUtil::switchRestore($saved_db); + return $resultset; + } ?> \ No newline at end of file diff --git a/htdocs/includes/db_lib.php.bak b/htdocs/includes/db_lib.php.bak index e805d9a05..28c2e7664 100644 --- a/htdocs/includes/db_lib.php.bak +++ b/htdocs/includes/db_lib.php.bak @@ -6,7 +6,7 @@ # Start session if not already started if(session_id() == "") - session_start(); + @session_start(); include("defaults.php"); @@ -1402,11 +1402,13 @@ class ReportConfig public static function getByTestTypeId($lab_config_id, $test_type_id) { + global $con; $lab_config_id = mysql_real_escape_string($lab_config_id); $test_type_id = mysql_real_escape_string($test_type_id); $saved_db = DbUtil::switchToLabConfig($lab_config_id); $query_string = "SELECT * FROM report_config WHERE test_type_id=$test_type_id LIMIT 1"; + //echo $query_string ; $record = query_associative_one($query_string); $retval = ReportConfig::getObject($record, $lab_config_id); DbUtil::switchRestore($saved_db); @@ -2347,7 +2349,7 @@ class Patient if($this->dob != null && $this->dob != "") { # DoB present in patient record - return DateLib::dobToAgeNumber($this->dob); + return DateLib::dobToAgeNumber($this->dob,true); } else { if($this->age<100) @@ -2372,7 +2374,7 @@ class Patient # Year and month specified $approx_dob = trim($this->partialDob)."-01"; } - return DateLib::dobToAgeNumber($approx_dob); + return DateLib::dobToAgeNumber($approx_dob,true); } } @@ -2443,8 +2445,11 @@ class Patient } - public static function getReportedByRegDateRange($date_from , $date_to, $lab_section) + public static function getReportedByRegDateRange($date_from , $date_to, $lab_section, $cfield="",$cfield_value="") { + + + $emp=""; $query_string = ""; if($lab_section == 0){ @@ -2488,6 +2493,16 @@ class Patient } //; + $ctable = ""; + $cus_toadd =""; + if(substr($cfield,0,2) == "p_") + { + $ctable = ",patient_custom_data"; + $cfield = substr($cfield,2); + $cus_toadd ="AND (patient_custom_data.patient_id=p.patient_id and field_id = $cfield and field_value='$cfield_value')"; + + } + $resultset = query_associative_all($query_string, $row_count); $retval = array(); $record_p=array(); @@ -2495,8 +2510,9 @@ class Patient foreach($resultset as $record) { foreach($record as $key=>$value) { - $query_string = "SELECT * FROM patient WHERE patient_id=$value"; - $record_each= query_associative_one($query_string); + $query_string = "SELECT * FROM patient p $ctable WHERE p.patient_id=$value $cus_toadd"; + $record_each = query_associative_one($query_string); + if($record_each != NULL) $record_p[]=Patient::getObject($record_each); } } @@ -2541,7 +2557,7 @@ class Patient } - public static function getUnReportedByRegDateRange($date_from , $date_to, $lab_section) + public static function getUnReportedByRegDateRange($date_from , $date_to, $lab_section,$cfield="",$cfield_value="") { $emp=""; $query_string = ""; @@ -2578,10 +2594,20 @@ class Patient $resultset = query_associative_all($query_string, $row_count); $retval = array(); $record_p=array(); + $ctable = ""; + $cus_toadd =""; + if(substr($cfield,0,2) == "p_") + { + $ctable = ",patient_custom_data"; + $cfield = substr($cfield,2); + $cus_toadd ="AND (patient_custom_data.patient_id=p.patient_id and field_id = $cfield and field_value='$cfield_value')"; + + } foreach($resultset as $record) { foreach($record as $key=>$value) - $query_string = "SELECT * FROM patient WHERE patient_id=$value"; + $query_string = "SELECT * FROM patient p $ctable WHERE p.patient_id=$value $cus_toadd"; $record_each= query_associative_one($query_string); + if($record_each != NULL) $record_p[]=Patient::getObject($record_each); } return $record_p; @@ -2911,6 +2937,13 @@ class Specimen query_blind($query_string); } + public function setComplete() + { + $query_string = + "UPDATE specimen SET status_code_id=1 WHERE specimen_id=".$this->specimenId; + query_blind($query_string); + } + public static function getUnreported() { # Returns all test results that have been entered but not reported @@ -3280,6 +3313,88 @@ class Test $retval = substr($this->result, -1*$PATIENT_HASH_LENGTH); return $retval; } + + + +public function getRange_UnitsList($patient) +{ + $retval = array(); + + $testType = TestType::getById($this->testTypeId); + $measure_list = $testType->getMeasures(); + + foreach($measure_list as $measure) + { + $unit = $measure->unit; + $type=$measure->getRangeType(); + if($type==Measure::$RANGE_NUMERIC) + { + $range_list_array=$measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + $retval[] = $lower.','.$upper.':'.$unit; + } + else + { + $retval[]="".':'.$unit; + } + } + + return $retval; + +} +public function getMeasureListArray() +{ + $retval = array(); + $testType = TestType::getById($this->testTypeId); + $measure_list = $testType->getMeasures(); + $submeasure_list = array(); + $comb_measure_list = array(); + // print_r($measure_list); + + foreach($measure_list as $measure) + { + + $submeasure_list = $measure->getSubmeasuresAsObj(); + //echo "
      ".count($submeasure_list); + //print_r($submeasure_list); + $submeasure_count = count($submeasure_list); + + if($measure->checkIfSubmeasure() == 1) + { + continue; + } + + if($submeasure_count == 0) + { + array_push($comb_measure_list, $measure); + } + else + { + array_push($comb_measure_list, $measure); + foreach($submeasure_list as $submeasure) + array_push($comb_measure_list, $submeasure); + } + } + $measure_list = $comb_measure_list; + for($i = 0; $i < count($measure_list); $i++) { + $curr_measure = $measure_list[$i]; + if(strpos($curr_measure->name, "\$sub") !== false) + { + $decName = "      ".$curr_measure->truncateSubmeasureTag(); + + } + else + { + $decName = $curr_measure->name; + } + + + $retval[] = $decName; + } + return $retval; + +} public function getMeasureList() { $testType = TestType::getById($this->testTypeId); $measure_list = $testType->getMeasures(); @@ -3376,7 +3491,11 @@ class Test else { //$testt = "one,[$]two[/$],[$]twotwo[/$],three"; - $testt = $result_csv; + $result_csv = str_replace('[$]','',$result_csv ); + $result_csv = str_replace('[/$]','',$result_csv ); + $result_list = explode(",", $result_csv); + /* + $testt = $result_csv; //$test2 = strstr($testt, $); $start_tag = "[$]"; $end_tag = "[/$]"; @@ -3404,6 +3523,7 @@ class Test if(strpos($testt, ",") == 0) $result_csv = substr($testt, 1, strlen($testt)); $result_list = explode(",", $result_csv); + */ //echo "
      "; //print_r($result_list); //echo "
      "; @@ -3473,7 +3593,7 @@ class Test if($curr_measure->getRangeType() == Measure::$RANGE_AUTOCOMPLETE) { $result_string = ""; - $value_list = str_replace("_", ",", $result_list[$i]); + $value_list = str_replace("_", "
      ", $result_list[$i]); $retval .= "".$value_list.""; } else if($curr_measure->getRangeType() == Measure::$RANGE_OPTIONS) @@ -3513,13 +3633,13 @@ class Test $retval .= $decName." "; } $retval .= " -
      "; - } - $i++; + } } else { - $ft_result = $freetext_results[$j]; - + //$ft_result = $freetext_results[$j]; + $ft_result = $result_list[$i]; + //echo $i; if(count($measure_list) == 1) { $retval .= "
      ".$ft_result." "; @@ -3547,15 +3667,253 @@ class Test } $j++; - }$c++; + }$c++; $i++; }//end //$retval = str_replace("_",",",$retval); # Replace all underscores with a comma - return $retval; + return "".$retval.""; } - public function decodeResultWithoutMeasures($show_range=false) { +public function getTestMeasureRange($measurename,$testresultvalue) +{ + $test_type = TestType::getById($this->testTypeId); + + $measure_list = $test_type->getMeasures(); + $submeasure_list = array(); + $comb_measure_list = array(); + + foreach($measure_list as $measure) + { + + $submeasure_list = $measure->getSubmeasuresAsObj(); + + $submeasure_count = count($submeasure_list); + + + if($measure->checkIfSubmeasure() == 1) + + { + + continue; + + } + + + + if($submeasure_count == 0) + + { + + array_push($comb_measure_list, $measure); + + } + + else + + { + + array_push($comb_measure_list, $measure); + + foreach($submeasure_list as $submeasure) + + array_push($comb_measure_list, $submeasure); + + } + + } + + $measure_list = $comb_measure_list; + + + $flag_num = -1; + foreach($measure_list as $measure) + { + $flag_num++; + if($measure->name == $measurename) + { + + $type=$measure->getRangeType(); + + if($type==Measure::$RANGE_NUMERIC) + { + + $range_list_array=$measure->getRangeString($patient); + + $lower=$range_list_array[0]; + + $upper=$range_list_array[1]; + + echo $this->getResultFlaged($testresultvalue,$lower,$upper); + + $unit=$measure->unit; + + if(stripos($unit,",")!=false) { + + echo "("; + + $units=explode(",",$unit); + + $lower_parts=explode(".",$lower); + + $upper_parts=explode(".",$upper); + + + + if($lower_parts[0]!=0) { + + echo $lower_parts[0]; + + echo $units[0]; + + } + + + + if($lower_parts[1]!=0) { + + echo $lower_parts[1]; + + echo $units[1]; + + } + + echo " - "; + + + + if($upper_parts[0]!=0) { + + echo $upper_parts[0]; + + echo $units[0]; + + } + + + + if($upper_parts[1]!=0) { + + echo $upper_parts[1]; + + echo $units[1]; + + } + + echo ")"; + + } else if(stripos($unit,":")!=false) { + + $units=explode(":",$unit); + + echo "("; + + echo $lower; + + ?> - + + + + -unit; + + }?> + + Color(); + + if($measure->unit=="") + + $measure->unit="-"; + + echo "   ". $measure->unit; + + } + + break; + } + + //echo "
      "; + + } +} + + public function getAllResultAsArray() + { + + $result_csv = $this->getResultWithoutHash(); + $result_csv = str_ireplace("[$]",'',$result_csv); + $result_csv = str_ireplace("[/$]",'',$result_csv); + $result_list = explode(",", $result_csv); + + return $result_list; + + + } + + public function getResultAsArray() + { + + $result_csv = $this->getResultWithoutHash(); + + if(strpos($result_csv, "[$]") === false) + { + $result_list = explode(",", $result_csv); + } + else + { + //$testt = "one,[$]two[/$],[$]twotwo[/$],three"; + $testt = $result_csv; + //$test2 = strstr($testt, $); + $start_tag = "[$]"; + $end_tag = "[/$]"; + //$testtt = str_replace("[$]two[/$],", "", $testt); + $freetext_results = array(); + $ft_count = substr_count($testt, $start_tag); + //echo $ft_count; + $k = 0; + while($k < $ft_count) + { + $ft_beg = strpos($testt, $start_tag); + $ft_end = strpos($testt, $end_tag); + $ft_sub = substr($testt, $ft_beg + 3, $ft_end - $ft_beg - 3); + $ft_left = substr($testt, 0, $ft_beg); + $ft_right = substr($testt, $ft_end + 5); + //echo "
      ".$ft_left."--".$ft_right."
      "; + $testt = $ft_left.$ft_right; + array_push($freetext_results, $ft_sub); + $k++; + } + //echo $freetext_results."
      ".$testt; + //$testtt = str_replace($subb, "", $testt, 1); + //echo "$testto
      $subb
      "; + $result_csv = $testt; + if(strpos($testt, ",") == 0) + $result_csv = substr($testt, 1, strlen($testt)); + $result_list = explode(",", $result_csv); + //echo "
      "; + //print_r($result_list); + //echo "
      "; + } + + + return $result_list; + } + + + public function decodeResultWithoutMeasures($show_range=false,$patient = null) { # Converts stored result value(s) for showing on front-end # Get measure, unit pairs for this test + $test_type = TestType::getById($this->testTypeId); $measure_list = $test_type->getMeasures(); //print_r($measure_list); @@ -3666,18 +4024,21 @@ class Test $result_string .= $value."
      "; } $result_string = substr($result_string, 0, -4); - $retval .= "
      ".$result_string." "; + $retval .= "
      ".$this->resetColor($result_string)." "; } else if($curr_measure->getRangeType() == Measure::$RANGE_OPTIONS) { if($result_list[$i] != $curr_measure->unit) - $retval .= "
      ".$result_list[$i]."  "; + $retval .= "
      ".$this->resetColor($result_list[$i])."  "; else - $retval .= "
      ".$result_list[$i]." "; + $retval .= "
      ".$this->resetColor($result_list[$i])." "; } else { - $retval .= "
      ".$result_list[$i]." "; + $range_list_array=$curr_measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + $retval .= "
      ".$this->getResultFlaged($result_list[$i],$lower,$upper)." "; } } else @@ -3688,18 +4049,25 @@ class Test if($curr_measure->getRangeType() == Measure::$RANGE_AUTOCOMPLETE) { $result_string = ""; - $value_list = str_replace("_", ",", $result_list[$i]); - $retval .= "
      ".$value_list.""; + $value_list = str_replace("_", "
      ", $result_list[$i]); + $retval .= "
      ".$this->resetColor($value_list).""; } else if($curr_measure->getRangeType() == Measure::$RANGE_OPTIONS) { if($result_list[$i]!=$curr_measure->unit) - $retval .= "
      ".$result_list[$i].""." "; + $retval .= "
      ".$this->resetColor($result_list[$i]).""." "; else - $retval .= $result_list[$i]." "; + $retval .= $this->resetColor($result_list[$i])." "; } else - $retval .= "
      ".$result_list[$i].""." "; + { + $range_list_array=$curr_measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + //$this->getFlag($result_list[$i],$lower,$upper); + + $retval .= "
      ".$this->getResultFlaged($result_list[$i],$lower,$upper).""." "; + } } if($show_range === true) @@ -3718,7 +4086,7 @@ class Test { } - $retval .= " -
      "; + $retval .= $this->resetColor(" - ")."
      "; } $i++; } @@ -3728,11 +4096,11 @@ class Test if(count($measure_list) == 1) { - $retval .= "
      ".$ft_result." "; + $retval .= "
      ". $this->resetColor($ft_result)." "; } else { - $retval .= "
      ".$ft_result." "; + $retval .= "
      ".$this->resetColor($ft_result)." "; } if($show_range === true) { @@ -3747,7 +4115,7 @@ class Test }$c++; }//end //$retval = str_replace("_",",",$retval); # Replace all underscores with a comma - return $retval; + return "".$retval.""; } /* @@ -3842,7 +4210,32 @@ class Test return $retval; } */ + + function getResultFlaged($result,$minrange,$maxrang) + { + if($result < $minrange) + { + return "$result"; + } + else if( $result > $maxrang) + { + return "$result"; + } + else + { + return "$result"; + } + } + function resetColor($result) + { + return "$result"; + } + function Color() + { + echo "$result"; + } + public function getComments() { if(trim($this->comments) == "" || $this->comments == null) @@ -3882,7 +4275,8 @@ class Test $record = query_associative_one($query_string); $existing_entry = Test::getObject($record); $test_id = $existing_entry->testId; - $new_result_value = $this->result.$hash_value; + $new_result_value = $this->result.$hash_value; + $query_verify = ""; if ( $existing_entry->result == $new_result_value && @@ -4785,6 +5179,7 @@ class ReferenceRange public $sex; public $rangeLower; public $rangeUpper; + public $agetype; public static function getObject($record) { @@ -4821,6 +5216,12 @@ class ReferenceRange //$reference_range->rangeUpper = intval($record['range_upper']); else $reference_range->rangeUpper = null; + if(isset($record['age_type'])) + $reference_range->agetype = $record['age_type']; + else + $reference_range->agetype = null; + + return $reference_range; } @@ -4829,8 +5230,8 @@ class ReferenceRange # Adds this entry to database $saved_db = DbUtil::switchToLabConfig($lab_config_id); $query_string = - "INSERT INTO reference_range (measure_id, age_min, age_max, sex, range_lower, range_upper) ". - "VALUES ($this->measureId, '$this->ageMin', '$this->ageMax', '$this->sex', '$this->rangeLower', '$this->rangeUpper')"; + "INSERT INTO reference_range (measure_id, age_min, age_max, sex, range_lower, range_upper,age_type) ". + "VALUES ($this->measureId, '$this->ageMin', '$this->ageMax', '$this->sex', '$this->rangeLower', '$this->rangeUpper',$this->agetype)"; query_insert_one($query_string); DbUtil::switchRestore($saved_db); } @@ -4850,38 +5251,51 @@ class ReferenceRange } public static function getByAgeAndSex($age, $sex, $measure_id, $lab_config_id) - { + { + # Fetches the reference range based on supplied age and sex values global $con; $measure_id = mysql_real_escape_string($measure_id, $con); $lab_config_id = mysql_real_escape_string($lab_config_id, $con); $age = mysql_real_escape_string($age, $con); - $sex = mysql_real_escape_string($sex, $con); + $sex = trim(mysql_real_escape_string($sex, $con)); $saved_db = DbUtil::switchToLabConfig($lab_config_id); - $query_string = "SELECT * FROM reference_range WHERE measure_id=$measure_id"; + $query_string = "SELECT * FROM reference_range WHERE measure_id=$measure_id"; $retval = null; $resultset = query_associative_all($query_string, $row_count); if($resultset == null || count($resultset) == 0) return $retval; + $normalizedage=0; foreach($resultset as $record) { - $ref_range = ReferenceRange::getObject($record); + $ref_range = ReferenceRange::getObject($record); + //default is in days + if($ref_range->agetype == 2)//month + $normalizedage = $age / 30; + else if($ref_range->agetype == 3)//year + $normalizedage = $age / 365; + else + $normalizedage = $age;//days + + if($ref_range->ageMin == 0 && $ref_range->ageMax == 0) { # No agewise split - if($ref_range->sex == "B" || strtolower($ref_range->sex) == strtolower($sex)) + if($ref_range->sex == "B" || strtolower(trim($ref_range->sex)) == strtolower($sex)) { return $ref_range; } } - else if($ref_range->ageMin <= $age && $ref_range->ageMax >= $age) + else if($normalizedage >= $ref_range->ageMin && $normalizedage <= $ref_range->ageMax) { - # Age wise split exists - if($ref_range->sex == "B" || strtolower($ref_range->sex) == strtolower($sex)) + + # Age wise split exists + if($ref_range->sex == "B" || (strtolower(trim($ref_range->sex)) == strtolower($sex))) { + return $ref_range; } - } + } } DbUtil::switchRestore($saved_db); } @@ -6539,7 +6953,8 @@ function check_patient_surr_id($surr_id) # Checks if patient ID already exists in DB, and returns true/false accordingly # Called from ajax/patient_check_surr_id.php global $con; - $surr_id = mysql_real_escape_string($surr_id, $con); + // Had to allow some special charactors like / and - + //$surr_id = mysql_real_escape_string($surr_id, $con); $query_string = "SELECT surr_id FROM patient WHERE surr_id='$surr_id' LIMIT 1"; $retval = query_associative_one($query_string); if($retval == null) @@ -6581,8 +6996,9 @@ function get_patient_by_id($pid) function search_patients_by_id($q, $labsection = 0) { + // Had to allow some special charactors like / and - global $con; - $q = mysql_real_escape_string($q, $con); + //$q = mysql_real_escape_string($q, $con); # Searches for patients with similar PID if(! is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -6632,7 +7048,8 @@ function search_patients_by_id_dyn($q, $cap, $counter, $labsection = 0) # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if($labsection == 0){ @@ -6665,7 +7082,8 @@ function search_patients_by_id_count($q, $labsection = 0) { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -6709,7 +7127,8 @@ function search_patients_by_name($q, $labsection = 0,$c="") { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(empty($c)) $q.='%'; else @@ -6762,7 +7181,8 @@ function search_patients_by_name_dyn($q, $cap, $counter, $labsection = 0,$c="") # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(empty($c)) $q.='%'; else @@ -6815,7 +7235,8 @@ function search_patients_by_name_count($q, $labsection = 0,$c="") { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(empty($c)) $q.='%'; else @@ -6856,7 +7277,8 @@ function search_patients_by_name_count($q, $labsection = 0,$c="") function search_patients_by_addlid($q, $labsection = 0) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searches for patients with similar addl ID if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -6906,7 +7328,8 @@ function search_patients_by_addlid_dyn($q, $cap, $counter, $labsection = 0) # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -6954,7 +7377,8 @@ function search_patients_by_addlid_count($q, $labsection = 0) { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -6994,7 +7418,8 @@ function search_patients_by_addlid_count($q, $labsection = 0) function search_patients_by_dailynum($q, $labsection = 0) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searches for patients with similar daily number if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ @@ -7040,7 +7465,8 @@ function search_patients_by_dailynum_dyn($q, $cap, $counter, $labsection = 0) # Searches for patients with similar name global $con; $offset = $cap * ($counter - 1); - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -7088,7 +7514,8 @@ function search_patients_by_dailynum_count($q, $labsection = 0) { # Searches for patients with similar name global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); if(is_admin_check(get_user_by_id($_SESSION['user_id']))){ if($labsection == 0){ @@ -7143,7 +7570,8 @@ function search_specimens_by_id($q) function search_specimens_by_addlid($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searches for specimens with similar addl ID $query_string = "SELECT * FROM specimen ". @@ -7205,7 +7633,8 @@ function search_specimens_by_patient_name($patient_name) function search_specimens_by_session($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searched for specimens in a single session $query_string = "SELECT * FROM specimen ". @@ -7225,7 +7654,8 @@ function search_specimens_by_session($q) function search_specimens_by_session_exact($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searched for specimens in a single session $query_string = "SELECT * FROM specimen ". @@ -7245,7 +7675,8 @@ function search_specimens_by_session_exact($q) function search_specimens_by_dailynum($q) { global $con; - $q = mysql_real_escape_string($q, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($q, $con); # Searched for specimens in a single session $query_string = "SELECT * FROM specimen ". @@ -7692,6 +8123,29 @@ function get_specimen_by_id($specimen_id) return Specimen::getObject($record); } +function get_specimen_by_auxid($specimen_id) +{ + global $con; + $specimen_id = mysql_real_escape_string($specimen_id, $con); + # Fetches a specimen record by specimen id + $query_string = + "SELECT * FROM specimen WHERE aux_id='$specimen_id' LIMIT 1"; + //; + $record = query_associative_one($query_string); + return Specimen::getObject($record); +} + +function get_specimenAndTest($aux_id) +{ + global $con; + $specimen_id = mysql_real_escape_string($specimen_id, $con); + # Fetches a specimen record by specimen id + $query_string = + "SELECT * FROM specimen WHERE aux_id='$specimen_id' LIMIT 1"; + //; + $record = query_associative_one($query_string); +} + function get_specimen_by_id_api($specimen_id, $lab_config_id) { global $con; @@ -10119,12 +10573,12 @@ function get_lab_config_specimen_types($lab_config_id, $to_global=false) $lab_config_id = mysql_real_escape_string($lab_config_id, $con); # Returns a list of all specimen types added to the lab configuration if($to_global == false) - $saved_db = DbUtil::switchToLabConfigRevamp(); + $saved_db = DbUtil::switchToLabConfigRevamp($lab_config_id); else - $saved_db = DbUtil::switchToGlobal(); + $saved_db = DbUtil::switchToGlobal(); + $query_string = - "SELECT specimen_type_id FROM lab_config_specimen_type ". - "WHERE lab_config_id=$lab_config_id"; + "SELECT specimen_type_id FROM specimen_type"; $resultset = query_associative_all($query_string, $row_count); $retval = array(); foreach($resultset as $record) @@ -10283,6 +10737,63 @@ function get_custom_fields_patient_by_name($field_name) return $custom_field; } +function get_custom_fields_patient_by_id($field_id) +{ + # Returns a list of all patient custom fields + $query_string = + "SELECT * FROM patient_custom_field where id = '$field_id' LIMIT 1"; + $record = query_associative_one($query_string); + /* . " - "; + print_r($record); + echo "
      "; */ + $retval = array(); + //foreach($resultset as $record) + //{ + $custom_field = CustomField::getObject($record); + // $retval[] = $custom_field; + //} + //echo "Final Field Name : ".$custom_field->fieldName."
      "; + return $custom_field; +} + +function get_custom_fields_specimen_by_id($field_id) +{ + # Returns a list of all patient custom fields + $query_string = + "SELECT * FROM specimen_custom_field where id = '$field_id' LIMIT 1"; + $record = query_associative_one($query_string); + /* . " - "; + print_r($record); + echo "
      "; */ + $retval = array(); + //foreach($resultset as $record) + //{ + $custom_field = CustomField::getObject($record); + // $retval[] = $custom_field; + //} + //echo "Final Field Name : ".$custom_field->fieldName."
      "; + return $custom_field; +} + +function get_custom_fields_specimen_by_name($field_name) +{ + # Returns a list of all patient custom fields + $query_string = + "SELECT * FROM specimen_custom_field where field_name = '$field_name' LIMIT 1"; + $record = query_associative_one($query_string); + /* . " - "; + print_r($record); + echo "
      "; */ + $retval = array(); + //foreach($resultset as $record) + //{ + $custom_field = CustomField::getObject($record); + // $retval[] = $custom_field; + //} + //echo "Final Field Name : ".$custom_field->fieldName."
      "; + return $custom_field; +} + function get_custom_fields_labtitle($field_id) { # Returns a list of all patient custom fields @@ -11446,7 +11957,7 @@ class GlobalPatient if($this->dob != null && $this->dob != "") { # DoB present in patient record - return DateLib::dobToAgeNumber($this->dob); + return DateLib::dobToAgeNumber($this->dob,true); } else { if($this->age<100) @@ -11471,7 +11982,7 @@ class GlobalPatient # Year and month specified $approx_dob = trim($this->partialDob)."-01"; } - return DateLib::dobToAgeNumber($approx_dob); + return DateLib::dobToAgeNumber($approx_dob,true); } } @@ -13730,8 +14241,9 @@ function checkVersionDataTable() function checkVersionDataEntry($vers) { $saved_db = DbUtil::switchToGlobal(); - - $query = "SELECT * FROM version_data WHERE version = '$vers' LIMIT 1"; + $lab_config_id = $_SESSION['lab_config_id']; + + $query = "SELECT * FROM version_data WHERE version = '$vers' and lab_config_id = $lab_config_id LIMIT 1"; $record = query_associative_one($query); if(!$record) { @@ -13752,8 +14264,8 @@ function checkVersionDataEntry($vers) function checkVersionDataEntryExists($vers) { $saved_db = DbUtil::switchToGlobal(); - - $query = "SELECT * FROM version_data WHERE version = '$vers' LIMIT 1"; + $lab_config_id = $_SESSION['lab_config_id']; + $query = "SELECT * FROM version_data WHERE version = '$vers' and lab_config_id = $lab_config_id LIMIT 1"; $record = query_associative_one($query); if(!$record) { @@ -13824,16 +14336,19 @@ function update_language_files(){ } } -function insertVersionDataEntry() +function insertVersionDataEntry($lab_config_id="") { $saved_db = DbUtil::switchToGlobal(); global $VERSION; $vers = $VERSION; + if(empty($lab_config_id)) + $lab_config_id = $_SESSION['lab_config_id']; + $status = 1; $uid = $_SESSION['user_id']; - $query_string = "INSERT INTO version_data (version, status, user_id, i_ts) ". - "VALUES ('$vers', $status, $uid, NOW())"; + $query_string = "INSERT INTO version_data (version, status, user_id, i_ts,lab_config_id) ". + "VALUES ('$vers', $status, $uid, NOW(),$lab_config_id)"; query_insert_one($query_string); @@ -14165,7 +14680,7 @@ function get_prevalence_data_per_test_per_lab_dir22($test_type_id, $lab_config_i "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". - "AND (result LIKE 'N,%' OR result LIKE ''n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = intval($record['count_val']); $query_string = @@ -15241,10 +15756,9 @@ class API return "# API test String".$data." #"; } - public function login($username, $password) - { - print_r($_SESSION); - global $con; + public function login($username, $password,$getUser_id=false) + { + global $con; $username = mysql_real_escape_string($username, $con); $saved_db = DbUtil::switchToGlobal(); $password = encrypt_password($password); @@ -15262,8 +15776,11 @@ class API } else { - $tok = API::start_session($username, $password); - return $tok; + $dbName = API::start_session($username, $password); + if($getUser_id) + return $dbName.'^'.$record['user_id']; + else + return $dbName; } } @@ -15274,63 +15791,11 @@ class API session_start(); $sid = session_id(); - //$_SESSION['tok'] = $sid; - - $user = get_user_by_name($username); - $_SESSION['username'] = $username; - $_SESSION['user_id'] = $user->userId; - $_SESSION['user_actualname'] = $user->actualName; - $_SESSION['user_level'] = $user->level; - $_SESSION['level'] = $user->level; - $_SESSION['locale'] = $user->langId; - - if(is_admin_check($user)) - { - - $lab_id=get_lab_config_id_admin($user->userId); - $_SESSION['lab_config_id'] = $lab_id; - $_SESSION['db_name'] = "blis_".$lab_id; - $_SESSION['dformat'] = $DEFAULT_DATE_FORMAT; - $_SESSION['country'] = $user->country; + //$_SESSION['tok'] = $sid; + $user = get_user_by_name($username); + return "blis_".$user->labConfigId; + } - else - { - $_SESSION['lab_config_id'] = $user->labConfigId; - echo $user->labConfigId; - $_SESSION['country'] = $user->country; - $lab_config = get_lab_config_by_id($user->labConfigId); - $_SESSION['db_name'] = $lab_config->dbName; - # Config values for registration fields - $_SESSION['p_addl'] = $lab_config->patientAddl; - $_SESSION['s_addl'] = $lab_config->specimenAddl; - $_SESSION['dnum'] = $lab_config->dailyNum; - $_SESSION['sid'] = $lab_config->sid; - $_SESSION['pid'] = $lab_config->pid; - $_SESSION['comm'] = $lab_config->comm; - $_SESSION['age'] = $lab_config->age; - $_SESSION['dob'] = $lab_config->dob; - $_SESSION['rdate'] = $lab_config->rdate; - $_SESSION['refout'] = $lab_config->refout; - $_SESSION['pname'] = $lab_config->pname; - $_SESSION['sex'] = $lab_config->sex; - $_SESSION['dformat'] = $lab_config->dateFormat; - $_SESSION['dnum_reset'] = $lab_config->dailyNumReset; - $_SESSION['doctor'] = $lab_config->doctor; - $_SESSION['pnamehide'] = $lab_config->hidePatientName; - if($SERVER == $ON_PORTABLE) - $_SESSION['langdata_path'] = $LOCAL_PATH."langdata_".$lab_config->id."/"; - else - $_SESSION['langdata_path'] = $LOCAL_PATH."langdata_revamp/"; - } - - - # Set session variables for recording latency/user props - $_SESSION['PROPS_RECORDED'] = false; - $_SESSION['DELAY_RECORDED'] = false; - #TODO: Add other session variables here - $_SESSION['user_role'] = "garbage"; - return 1; - } public function stop_session() { @@ -15343,7 +15808,8 @@ class API { //by 1 = name, 2 = id, 3 = number global $con; - $q = mysql_real_escape_string($str, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($str, $con); if($by == 2) { @@ -15384,7 +15850,8 @@ class API { //by 3 = patient name, 2 = patient id, 1 = specimen_id global $con; - $q = mysql_real_escape_string($str, $con); + // Had to allow some special charactors like / and - + //$q = mysql_real_escape_string($str, $con); if($by == 1) { @@ -15446,7 +15913,7 @@ class API public function get_specimen($specimen_id) { - $spec = get_specimen_by_id($specimen_id); + $spec = get_specimen_by_auxid($specimen_id); if(count($spec) > 0) $ret = $spec; else @@ -15454,7 +15921,181 @@ class API return $ret; } - + + public function update_result($db,$specimen_id,$measure_id,$result,$userid="") + { + + $measurebounds =""; + $sql = "select t.test_id,s.specimen_id,t.test_type_id,m.measure_id,s.patient_id from test t +inner join specimen s on s.specimen_id=t.specimen_id +inner join test_type_measure m on m.test_type_id=t.test_type_id +where trim(s.aux_id)='$specimen_id' and m.measure_id=$measure_id limit 1"; + $record = query_associative_one($sql,$db); + if(count($record) > 0) + { + $sql = "select measure_id from test_type_measure where test_type_id=".$record["test_type_id"]; + $measures = query_associative_all($sql, $row_count,$db); + if(count($measures)>0) + { + $result_index=0; + + for($i=0;$igetHashValue(); + $results_csv .= ','.$hash_value; + } + + //echo $results_csv;exit; + $sql = "UPDATE test ". + "SET result='$results_csv'"; + if(!empty($userid)) + { + $sql .= ", user_id= $userid"; + } + $sql .=" where test_id=".$record["test_id"]; + query_blind($sql,$db); + return 1; + + } + else + { + return 0; + } + + } + else + { + return 0; + } + + } + + private function getMeasureBounds($measure_id,$db) + { + $sql ="SELECT `range` FROM `measure` WHERE measure_id =$measure_id"; + $resultset = query_associative_one($sql,$db); + if( $resultset == NULL) + { + return NULL; + } + else + { + if(stristr($resultset['range'],"$freetext$$")!= FALSE) + return "[$]...[/$]"; + else + return "..."; + + } + + + + + } + public function getSpecimenID($patientid,$sequence,$db) + { + //echo '['.$db.']'; + $sql ="SELECT s.aux_id FROM `specimen` s +INNER JOIN patient p ON p.surr_id = '$patientid' +WHERE substring( s.aux_id, 9 ) = '$sequence' +ORDER BY s.ts DESC LIMIT 1"; + + $resultset = query_associative_one($sql,$db); + //echo "$db";print_r($resultset); + if( $resultset == NULL) + { + return NULL; + } + else + { + return $resultset['aux_id']; + } + + } + public function getTestDetails($db,$specimenTypefilter ="",$test_typeFilter="",$day=0,$aux_id="") + { + $sql = "SELECT distinct s.specimen_id,s.aux_id,s.date_collected,s.date_recvd,s.doctor,p.name,p.surr_id,p.sex,p.dob as dob,p.partial_dob, +t.test_type_id,s.specimen_type_id,st.name as specimentype,tm.measure_id FROM specimen s +inner join patient p on p.patient_id=s.patient_id +inner join test t on t.specimen_id=s.specimen_id +inner join test_type tt on tt.test_type_id=t.test_type_id +inner join specimen_type st on st.specimen_type_id=s.specimen_type_id +inner join test_type_measure tm on tm.test_type_id = tt.test_type_id "; + +if(!empty($aux_id)) + $sql .="where s.aux_id = '$aux_id' "; +else + $sql .="where date(s.date_collected) >= curdate()-$day "; +if(!empty($specimenTypefilter)) + $sql .=" and st.specimen_type_id in ($specimenTypefilter)"; +if(!empty($test_typeFilter)) + $sql .=" and tt.test_type_id in ($test_typeFilter)"; + $resultset = query_associative_all($sql, $row_count,$db); + if(count($resultset) > 0) + $ret = $resultset; + else + $ret = 0; + + return $ret; + + } + public function get_specimenAndTest($db,$specimen_id="",$specimenTypefilter="",$test_filter="",$datefrom="",$dateto="") + { + $sql ="SELECT s.specimen_id,s.aux_id,s.date_collected,s.date_recvd,s.doctor,p.name,p.surr_id,p.sex,p.dob as dob,p.partial_dob, +t.test_type_id,tm.measure_id,m.name as testname,s.specimen_type_id,st.name as specimentype FROM specimen s +inner join patient p on p.patient_id=s.patient_id +inner join test t on t.specimen_id=s.specimen_id +inner join test_type tt on tt.test_type_id=t.test_type_id +inner join specimen_type st on st.specimen_type_id=s.specimen_type_id +inner join test_type_measure tm on tm.test_type_id = tt.test_type_id +inner join measure m on m.measure_id = tm.measure_id where 1"; +if(!empty($specimen_id)) + $sql .=" and TRIM(s.aux_id)='$specimen_id'"; +if(!empty($specimenTypefilter)) + $sql .=" and st.specimen_type_id in ($specimenTypefilter)"; +if(!empty($test_filter)) + $sql .=" and m.measure_id in ($test_filter)"; +if(!empty($datefrom) && !empty($dateto)) + $sql .=" and s.date_collected between '$datefrom' and '$dateto'"; + $sql .=" order by specimen_id "; + $resultset = query_associative_all($sql, $row_count,$db); + if(count($resultset) > 0) + $ret = $resultset; + else + $ret = 0; + + return $ret; + } public function get_specimen_catalog() { global $CATALOG_TRANSLATION; @@ -15830,8 +16471,248 @@ class API } -} - - +} /* API ends here */ + +/* +class for handling BLIS Interface with DHIS2. It is known as DHIMS2 in Ghana. +*/ + +class DHIMS2 +{ + public $ID; + public $username; + public $password; + public $orgUnit; + public $dataSet; + public $dataElement; + public $entryPeriod; + public $categoryCombo; + public $blisTestID; + public $blisAgegroup; + public $blisGender; + + public function Save($lab_config_id) + { + $sql="INSERT INTO `dhims2_api_config` ( +`id` ,`username` ,`password` ,`orgunit` ,`dataset` , +`dataelement` ,`categorycombo` ,`gender` ,`period`) +VALUES (NULL , '$this->username', '$this->password', '$this->orgUnit', '$this->dataSet', + '$this->dataElement".'|'."$this->blisTestID', '$this->categoryCombo".'|'."$this->blisAgegroup', '$this->blisGender', '$this->entryPeriod');"; + query_blind($sql,$db); + return 1; + } + + public function deleteItems($lab_config_id,$items) + { + $sql ="delete from dhims2_api_config where id in ($items)"; + query_blind($sql,$db); + return 1; + } + + public function getSendingConfigs($lab_config_id) + { + + $sql="select * from dhims2_api_config"; + $resultset = query_associative_all($sql, $row_count,$lab_config_id); + $results = array(); + $larr = array(); + $icount= count($resultset); + + for($i=0;$i<$icount;$i++) + { + $orgunit = explode('^',$resultset[$i]['orgunit']); + $larr['orgUnit'] = $orgunit[0]; + $dataset = explode('^',$resultset[$i]['dataset']); + $larr['dataSet'] = $dataset[0]; + $dataelement = explode('|',$resultset[$i]['dataelement']); + $dsetparts = explode('^',$dataelement[0]); + $larr['dataElement'] = $dsetparts[0]; + + $elementname = ""; + for($dcount=1;$dcount'.$elementname; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $dataelementTrimList[] = $dsetElem; + } + + + if( $resultset[$i]['gender'] =="M") + { + if(!in_array( $dsetElem.'_M',$genderTrimList)) + { + $larr['id'] = $dsetElem.'_M'; + $larr['pId'] = $dsetElem; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] ="Male"; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $genderTrimList[] = $dsetElem.'_M'; + } + + $categorycombo = explode('^',$resultset[$i]['categorycombo']); + $larr['id'] = $categorycombo[0]; + $larr['pId'] = $dsetElem.'_M'; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] = $comboname[0].'-->'.$comboname[1]; + $larr['open'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + } + elseif( $resultset[$i]['gender'] =="F") + { + if(!in_array( $dsetElem.'_F',$genderTrimList)) + { + $larr['id'] = $dsetElem.'_F'; + $larr['pId'] = $dsetElem; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] ="Female"; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $genderTrimList[] = $dsetElem.'_F'; + } + + $categorycombo = explode('^',$resultset[$i]['categorycombo']); + $larr['id'] = $categorycombo[0]; + $larr['pId'] = $dsetElem.'_F'; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] = $comboname[0].'-->'.$comboname[1]; + $larr['open'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + } + else + { + if(!in_array( $dsetElem.'_B',$genderTrimList)) + { + $larr['id'] = $dsetElem.'_B'; + $larr['pId'] = $dsetElem; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] ="Male & Female"; + $larr['open'] = true; + $larr['isParent'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + $genderTrimList[] = $dsetElem.'_B'; + } + + $categorycombo = explode('^',$resultset[$i]['categorycombo']); + $larr['id'] = $categorycombo[0]; + $larr['pId'] = $dsetElem.'_B'; + $comboname = explode('|',$categorycombo[1]); + $larr['name'] = $comboname[0].'-->'.$comboname[1]; + $larr['open'] = true; + $larr['ename'] = $resultset[$i]['id']; + $results[] = $larr; + $larr = array(); + } + + //if($i==2) + //break; + } + //file_put_contents("dhims2.txt",print_r($results)); + + return $results; + + //print_r($results); + } + +} ?> \ No newline at end of file diff --git a/htdocs/includes/db_mysql_lib.php b/htdocs/includes/db_mysql_lib.php index 2a4f1bbf9..a832dc6a5 100644 --- a/htdocs/includes/db_mysql_lib.php +++ b/htdocs/includes/db_mysql_lib.php @@ -68,9 +68,13 @@ function query_alter($query) } } -function query_associative_all( $query, $row_count ) +function query_associative_all( $query, $row_count,$db="" ) { + global $con; + if(!empty($db)) + db_change($db); + if( !($result = mysql_query( $query, $con ) ) ) { return null; @@ -87,9 +91,13 @@ function query_associative_all( $query, $row_count ) return $retval; } -function query_associative_one( $query ) -{ +function query_associative_one( $query ,$db="") +{ global $con; + + if(!empty($db)) + db_change($db); + if( !($result = mysql_query( $query, $con ) ) ) { return null; @@ -281,9 +289,12 @@ function get_last_db_error() return $retval; } -function query_blind( $query ) +function query_blind( $query ,$db="") { global $con; + if(!empty($db)) + db_change($db); + $result = mysql_query( $query, $con ); $LOG_QUERIES = true; if($LOG_QUERIES == true) diff --git a/htdocs/includes/debug_lib.php b/htdocs/includes/debug_lib.php index 614554b96..23f6d9d69 100644 --- a/htdocs/includes/debug_lib.php +++ b/htdocs/includes/debug_lib.php @@ -57,6 +57,11 @@ public static function isOldIe() public static function logQuery($query_string, $db_name, $username) { + global $ENABLE_QUERY_LOG; + + + if(!$ENABLE_QUERY_LOG) + return; # Adds current query to log $file_name = "../../local/log_".$_SESSION['lab_config_id'].".txt"; $file_handle = null; @@ -72,6 +77,11 @@ public static function logQuery($query_string, $db_name, $username) public static function logDBUpdates($query_string, $db_name) { + global $ENABLE_QUERY_LOG; + + if(!$ENABLE_QUERY_LOG) + return; + # Adds current query to update log $file_name = "../../local/log_".$_SESSION['lab_config_id']."_updates.sql"; $file_name_revamp = "../../local/log_".$_SESSION['lab_config_id']."_revamp_updates.sql"; diff --git a/htdocs/includes/defaults.php b/htdocs/includes/defaults.php index 82490b466..257ae8e52 100644 --- a/htdocs/includes/defaults.php +++ b/htdocs/includes/defaults.php @@ -6,8 +6,7 @@ # # System version number displayed on page title and footer -#$VERSION = "2.7.1"; -$VERSION = "2.9"; +$VERSION = "2.9.1"; # Debug mode $DEBUG = false; diff --git a/htdocs/includes/defaults.php.bak b/htdocs/includes/defaults.php.bak index c9fda2923..b1f431473 100644 --- a/htdocs/includes/defaults.php.bak +++ b/htdocs/includes/defaults.php.bak @@ -6,7 +6,7 @@ # # System version number displayed on page title and footer -$VERSION = "2.7"; +$VERSION = "2.8.1"; # Debug mode $DEBUG = false; @@ -107,8 +107,8 @@ $SYSTEM_PATIENT_FIELDS = array( 'p_field_6' => 'NAME', 'p_field_7' =>'TEST', 'p_field_8' => 'REGISTRATION_DATE', - 'p_field_11' => '', - 'p_field_12' => ''); + 'p_field_11' => 'useRequesterName', + 'p_field_12' => 'useReferredToHospital'); ?> \ No newline at end of file diff --git a/htdocs/includes/dhims2.php b/htdocs/includes/dhims2.php new file mode 100644 index 000000000..caa894818 --- /dev/null +++ b/htdocs/includes/dhims2.php @@ -0,0 +1,150 @@ + \ No newline at end of file diff --git a/htdocs/includes/footer.php b/htdocs/includes/footer.php index af1df273a..5841b4896 100644 --- a/htdocs/includes/footer.php +++ b/htdocs/includes/footer.php @@ -36,17 +36,18 @@ function changeTheme(theme) { User Guide |"; + echo "User Guide |"; } else if($_SESSION['locale'] == "fr") { - echo "Guide de l'utilisateur |"; + echo "Guide de l'utilisateur |"; } else { - echo "User Guide |"; + echo "User Guide |"; } ?> diff --git a/htdocs/includes/header.php b/htdocs/includes/header.php index cb6fd810f..19f85625b 100644 --- a/htdocs/includes/header.php +++ b/htdocs/includes/header.php @@ -74,6 +74,7 @@ enableJQuery(); + $script_elems->enableTreeView();// for the tree view at dhims2 configurationns $script_elems->enableFacebox(); $script_elems->enableAutoScrollTop(); $script_elems->enableMultiSelect(); @@ -117,7 +118,6 @@ function changeSheets(whichSheet){ }); - enablePageloadIndicator(); ?> @@ -188,7 +188,6 @@ function changeSheets(whichSheet){ { foreach($top_menu_options as $key => $value) { - //echo "hello "."
      "; echo "
    4. }); @@ -1560,7 +1575,7 @@ classes: { echo " ".$class_name." "; ?>' name="" onchange="javascript:update_remarks(,, 1, B)" /> age != null and $patient->age != "" and $patient->age != "0") { ?> - + - - + > + + specimenId; $pid=$specimen->patientId; - - ?> - specimenId; ?>> + $report_url = "report_pdf.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&aux_id=".$specimen->auxId; + ?> + + >specimenId; ?>> specimenId, $rem_specs)) { @@ -2579,11 +2597,11 @@ public function getSpecimenInfoRow($specimen, $rem_specs, $admin) { echo $specimen->getStatus(); } - } - else - { - echo $specimen->getStatus(); - } + } + else + { + echo $specimen->getStatus(); + } ?> @@ -2596,10 +2614,10 @@ public function getSpecimenInfoRow($specimen, $rem_specs, $admin) ?> Report - + Delete - Retrieve @@ -2608,19 +2626,19 @@ public function getSpecimenInfoRow($specimen, $rem_specs, $admin) } }?> - Print Barcode - - @@ -2947,6 +2965,7 @@ public function getPatientTaskList($patient_id) public function getSpecimenInfo($sid) { + global $LIS_CLERK; # Returns HTML table displaying specimen info $specimen = get_specimen_by_id($sid); @@ -3172,10 +3191,13 @@ function retrieve_deleted(sid, category){ echo $specimen->getStatus(); $result1="Completed"; $result= $specimen->getStatus(); - ?> style='display:none;' - title='Click to Enter result values for this Specimen'> - + @@ -3198,7 +3220,7 @@ public function getSpecimenTaskList($specimen_id)
      dateCollected); - $report_url = "reports_testhistory.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&yf=$date_parts[0]&mf=$date_parts[1]&df=$date_parts[2]&yt=$date_parts[0]&mt=$date_parts[1]&dt=$date_parts[2]"; + $report_url = "report_pdf.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&aux_id=".$specimen->auxId; //$report_url = "reports_specimen.php?location=".$_SESSION['lab_config_id']."specimen_id=".$specimen_id; ?>

      @@ -3340,6 +3362,7 @@ public function getTestInfoRow($test) ?> Retrieve Test Delete "; } - function generate_specimen_addId($lab_config){ + function generate_specimen_addId($lab_config,$specmen_num = "") + { + $num = substr(strstr($specmen_num,"-"),1); + if(strlen($num) < 2) + { + $specmen_num = substr($specmen_num,0,8)."0".$num; + } + else + { + $specmen_num = substr($specmen_num,0,8).$num; + } + echo "specimenAddl == 0) echo " style='display:none;' "; echo "> + echo " clear + "; } @@ -4271,6 +4306,7 @@ function generate_customFields($custom_field){ function getNewSpecimenForm($form_num, $pid, $dnum, $session_num, $doc="" ,$title ="Dr.", $refTo="") { + # Returns HTML for new specimen form LangUtil::setPageId("new_specimen"); $form_name = 'specimenform_'.$form_num; @@ -4331,7 +4367,7 @@ function getNewSpecimenForm($form_num, $pid, $dnum, $session_num, $doc="" ,$titl $this->generate_customFields($custom_field); } else if($field == "Specimen ID"){ - $this->generate_specimen_addId($lab_config); + $this->generate_specimen_addId($lab_config,$session_num); } /*else if($field == "Specimen Additional ID"){ generate_specimen_addId($lab_config);?> }*/ else if($field == "Comments"){ @@ -6021,6 +6057,7 @@ public function getAggregateReportConfigureForm($lab_config) if(count($measure_list) != 1) { + # Show measure names if more than one. if($measure->checkIfSubmeasure() == 1) { @@ -6363,6 +6400,8 @@ public function getAggregateReportSummary($lab_config) $measure_count = 0; foreach($measure_list as $measure) { + if(NULL == $measure) + continue; $disease_report = DiseaseReport::getByKeys($lab_config->id, $test_type->testTypeId, $measure->measureId); $measure_count++; if(strpos($measure->range, "/") !== false) @@ -9092,7 +9131,9 @@ public function getPatientSearchCondition() { ?> - + + + $text) {?> - $text) + { + if(!in_array($field,$unordered) && !in_array($field,$ordered)) + { + array_push($unordered,$field); + } + + } foreach( $unordered as $field) { ?> - - + + + + + Password: + + + + + + + + + + + + Organisation Unit: + + + + + Dataset Mapping: + + + Dataset: + + + + + Entry Period: + + + + DataElements Mapping: + + + + + + + + + + + + + + + + + + + + + + + + + + +
      DHIMS2BLIS
      DataElement: + Selected:
      Date Range: + + Sex: + + + + + + +
      getDHIMSConfigs($lab_config_id->id);?>
      +
      + + + + + + + + + + + + + + + +
      Saved Interface mappings  (Right click on item to delete or show details)   +
        + + + + +
        + +
        + + +
        + + + + + + + + + + + + +
        Saved Interface mappings
          +
          + 0) + { + foreach($list as $Equipment) + { + echo ""; + } + } + + } } if(session_id() == "") diff --git a/htdocs/includes/page_elems.php.bak b/htdocs/includes/page_elems.php.bak index 173bc1137..73b49dfbd 100644 --- a/htdocs/includes/page_elems.php.bak +++ b/htdocs/includes/page_elems.php.bak @@ -363,13 +363,16 @@ class PageElems # TODO: Link the hard-coded values below to includes/user_lib.php $LIS_TECH_RW = 0; $LIS_TECH_RO = 1; - $LIS_ADMIN = 3; - $LIS_SUPERADMIN = 4; - $LIS_COUNTRYDIR = 5; - $LIS_CLERK = 6; + $LIS_ADMIN = 2; + $LIS_SUPERADMIN = 3; + $LIS_COUNTRYDIR = 4; + $LIS_CLERK = 5; $LIS_VERIFIER = 15; $LIS_TECH_SHOWPNAME = 13; + + $LIS_DOCTOR = 16; + echo ""; + + echo ""; } public function getSpecimenTypesSelect($lab_config_id) @@ -1469,11 +1477,26 @@ class PageElems } */ }); @@ -1485,7 +1508,7 @@ class PageElems echo " ".$class_name." "; ?>' name="" onchange="javascript:update_remarks(,, 1, B)" /> - - + > + + specimenId; $pid=$specimen->patientId; - - ?> - specimenId; ?>> + $report_url = "report_pdf.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&aux_id=".$specimen->auxId; + ?> + + >specimenId; ?>> specimenId, $rem_specs)) { @@ -2504,11 +2530,11 @@ class PageElems { echo $specimen->getStatus(); } - } - else - { - echo $specimen->getStatus(); - } + } + else + { + echo $specimen->getStatus(); + } ?> @@ -2521,10 +2547,17 @@ class PageElems ?> Report - - + + Delete - Retrieve @@ -2533,19 +2566,19 @@ class PageElems } }?> - Print Barcode - - @@ -2868,6 +2901,7 @@ class PageElems public function getSpecimenInfo($sid) { + global $LIS_CLERK; # Returns HTML table displaying specimen info $specimen = get_specimen_by_id($sid); @@ -3025,7 +3059,7 @@ class PageElems ?> - getFieldValueString($_SESSION['lab_config_id'], 1); ?> + getStatus(); $result1="Completed"; $result= $specimen->getStatus(); - ?> style='display:none;' - title='Click to Enter result values for this Specimen'> - style='display:none;' + title='Click to Enter result values for this Specimen'> + @@ -3109,7 +3146,7 @@ class PageElems public function getSpecimenTaskList($specimen_id) { # Lists patient-profile related tasks in a tips box - global $LIS_CLERK; + global $LIS_CLERK,$LIS_VERIFIER; $specimen = Specimen::getById($specimen_id); $deleted = false; if(check_removal_record($_SESSION['lab_config_id'], $specimen_id, "specimen")){ @@ -3119,24 +3156,23 @@ class PageElems
          dateCollected); - $report_url = "reports_testhistory.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&yf=$date_parts[0]&mf=$date_parts[1]&df=$date_parts[2]&yt=$date_parts[0]&mt=$date_parts[1]&dt=$date_parts[2]"; + $report_url = "report_pdf.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&aux_id=".$specimen->auxId; //$report_url = "reports_specimen.php?location=".$_SESSION['lab_config_id']."specimen_id=".$specimen_id; ?>

          &specimen_id=' title='Click to View a Log of Actions Performed on this Specimen' target='_blank'>

          statusCodeId == Specimen::$STATUS_TOVERIFY || - $specimen->statusCodeId == Specimen::$STATUS_DONE - ) + ( $specimen->statusCodeId == Specimen::$STATUS_TOVERIFY || $specimen->statusCodeId == Specimen::$STATUS_DONE ) { + ?>

          Retrieve Test Delete - @@ -3801,7 +3839,7 @@ public function getInfectionStatsTableAggregate($stat_list, $date_from, $date_to $name_prefix = "custom_".$custom_field->id; if($custom_field->fieldTypeId == CustomField::$FIELD_FREETEXT) { - echo ""; + echo ""; } else if($custom_field->fieldTypeId == CustomField::$FIELD_DATE) { @@ -3816,7 +3854,7 @@ public function getInfectionStatsTableAggregate($stat_list, $date_from, $date_to else if($custom_field->fieldTypeId == CustomField::$FIELD_OPTIONS) { $options = explode("/", $custom_field->fieldOptions); - echo ""; foreach($options as $option) { if(trim($option) == "") @@ -3860,7 +3898,7 @@ public function getInfectionStatsTableAggregate($stat_list, $date_from, $date_to $range = explode(":", $custom_field->fieldOptions); $elem_id = $name_prefix."_".$seq_num; $error_elem_id = $elem_id."_err"; - echo ""; + echo ""; echo "($range[0]-$range[1]) $range[2]
          "; echo ""; } @@ -4052,14 +4090,26 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); "-"; } - function generate_specimen_addId($lab_config){ + function generate_specimen_addId($lab_config,$specmen_num = "") + { + $num = substr(strstr($specmen_num,"-"),1); + if(strlen($num) < 2) + { + $specmen_num = substr($specmen_num,0,8)."0".$num; + } + else + { + $specmen_num = substr($specmen_num,0,8).$num; + } + echo "specimenAddl == 0) echo " style='display:none;' "; echo "> + echo " clear + "; } @@ -4097,7 +4147,17 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); "; } - function generate_doctors($doc_row_id){ + function generate_doctors($doc_row_id, $doc=""){ + /* $doc_array= getDoctorList(); + $php_array= addslashes(implode("%", $doc_array)); + echo ''; + */ echo " - + + "; } - function generate_refOut($ref_out_check_id, $ref_out_row_id, $refTo_row_id, $ref_from_row_id){ + function generate_refOut($ref_out_check_id, $ref_out_row_id, $refTo_row_id, $ref_from_row_id, $refTo=""){ // refTo_row_ echo " ".LangUtil::$generalTerms['REF_TO']." - +    OR @@ -4175,8 +4236,9 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); } - function getNewSpecimenForm($form_num, $pid, $dnum, $session_num, $doc="" ,$title ="Dr.") + function getNewSpecimenForm($form_num, $pid, $dnum, $session_num, $doc="" ,$title ="Dr.", $refTo="") { + # Returns HTML for new specimen form LangUtil::setPageId("new_specimen"); $form_name = 'specimenform_'.$form_num; @@ -4237,7 +4299,7 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); $this->generate_customFields($custom_field); } else if($field == "Specimen ID"){ - $this->generate_specimen_addId($lab_config); + $this->generate_specimen_addId($lab_config,$session_num); } /*else if($field == "Specimen Additional ID"){ generate_specimen_addId($lab_config);?> }*/ else if($field == "Comments"){ @@ -4245,9 +4307,9 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); } else if($field == "Lab Reciept Date"){ $this->generate_reciept_date($lab_config, $form_id); } else if($field == "Referred Out"){ - $this->generate_refOut($ref_out_check_id, $ref_out_row_id, $refTo_row_id, $ref_from_row_id); + $this->generate_refOut($ref_out_check_id, $ref_out_row_id, $refTo_row_id, $ref_from_row_id, $refTo); } else if($field == "Physician"){ - $this->generate_doctors($doc_row_id); + $this->generate_doctors($doc_row_id, $doc); } } } @@ -5927,6 +5989,7 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); if(count($measure_list) != 1) { + # Show measure names if more than one. if($measure->checkIfSubmeasure() == 1) { @@ -6269,6 +6332,8 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); $measure_count = 0; foreach($measure_list as $measure) { + if(NULL == $measure) + continue; $disease_report = DiseaseReport::getByKeys($lab_config->id, $test_type->testTypeId, $measure->measureId); $measure_count++; if(strpos($measure->range, "/") !== false) @@ -7689,8 +7754,14 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); echo " In use "; else echo "Not in use"; - if($lab_config->pid == 2) - echo " (Mandatory field) "; + if($lab_config->pid == 1 ) + echo "(allows duplicates)"; + if($lab_config->pid == 2 ) + echo " (Mandatory field) (allows duplicates)"; + if($lab_config->pid == 4) + echo " (Mandatory field) (no duplicates)"; + if($lab_config->pid == 3) + echo "(no duplicates)"; ?> @@ -7903,12 +7974,13 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); { $userrr = get_user_by_id($_SESSION['user_id']); - global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_CLERK, $LIS_VERIFIER; + global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_CLERK, $LIS_VERIFIER,$LIS_DOCTOR; if ( $_SESSION['user_level'] == $LIS_TECH_RO || $_SESSION['user_level'] == $LIS_TECH_RW || $_SESSION['user_level'] == $LIS_CLERK || + $_SESSION['user_level'] == $LIS_DOCTOR || $_SESSION['user_level'] == $LIS_VERIFIER ) { @@ -8825,29 +8897,48 @@ $name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); $combined_fields = array_merge($combined_fields,$custom_array); } - } - + } $record=Patient::getReportfieldsOrder(); if(!is_array($record)) { foreach ($combined_fields as $field=>$text) {?> - $text) + { + if(!in_array($field,$unordered) && !in_array($field,$ordered)) + { + array_push($unordered,$field); + } + + } foreach( $unordered as $field) { ?> - - + + + + + Password: + + + + + + + + + + + + Organisation Unit: + + + + + Dataset Mapping: + + + Dataset: + + + + + Entry Period: + + + + DataElements Mapping: + + + + + + + + + + + + + + + + + + + + + + + + + + +
          DHIMS2BLIS
          DataElement: + Selected:
          Date Range: + + Sex: + + + + + + +
          getDHIMSConfigs($lab_config_id->id);?>
          +
          + + + + + + + + + + + + + + + +
          Saved Interface mappings  (Right click on item to delete or show details)   +
            + + + + +
            + +
            + + +
            + + + + + + + + + + + + +
            Saved Interface mappings
              +
              + ". + "".$heading."

              ".$contents. + "
            • "; + echo $html_code; + } + + public function getProgressSpinner($message) + { + ?> + ".$message.""; + } + + public function getProgressSpinnerBig($message) + { + ?> +
              +
              + + + + +
              +
              + +   + + * + + + * + + dateFormat; + } + $order_list = array(0, 1, 2); # Y-m-d + switch($date_format) + { + case "d-m-Y": + $order_list[0] = 2; + $order_list[1] = 1; + $order_list[2] = 0; + $date_format_js = "dd-mm-yyyy"; + $start_date = "01-01-1950"; + break; + case "m-d-Y": + $order_list[0] = 1; + $order_list[1] = 2; + $order_list[2] = 0; + $date_format_js = "mm-dd-yyyy"; + $start_date = "01-01-1950"; + break; + case "Y-m-d": + $order_list[0] = 0; + $order_list[1] = 1; + $order_list[2] = 2; + $date_format_js = "yyyy-mm-dd"; + $start_date = "1950-01-01"; + break; + } + $date_format_js_parts = explode("-", $date_format_js); + $picker_id = rand(); + if(DebugLib::isOldIe() === true || strpos($_SERVER['PHP_SELF'], "reports_tat.php") !== false) + { + # Show only date fields and not datepicker + ?> + - + - + + +
              + +      +    ()        +    ()      +    () + + + + + + + - + - + + + + + +
              + +      +    ()        +    ()      +    () + + + + dateFormat; + } + $order_list = array(0, 1, 2); # Y-m-d + switch($date_format) + { + case "d-m-Y": + $order_list[0] = 2; + $order_list[1] = 1; + $order_list[2] = 0; + $date_format_js = "dd-mm-yyyy"; + $start_date = "01-01-1950"; + break; + case "m-d-Y": + $order_list[0] = 1; + $order_list[1] = 2; + $order_list[2] = 0; + $date_format_js = "mm-dd-yyyy"; + $start_date = "01-01-1950"; + break; + case "Y-m-d": + $order_list[0] = 0; + $order_list[1] = 1; + $order_list[2] = 2; + $date_format_js = "yyyy-mm-dd"; + $start_date = "1950-01-01"; + break; + } + $date_format_js_parts = explode("-", $date_format_js); + ?> + - + - + + +
              + + () + + getResultFormForTest($test_type); + } + echo $specimen_id; + } + + public function getSiteOptions() + { + # Returns accessible sites for drop down $strippedLabName"; + } + } + public function getAdminUserOptions() + { + # Returns accessible sites for drop down boxes + # TODO: Link the hard-coded values below to includes/user_lib.php + $LIS_TECH_RW = 0; + $LIS_TECH_RO = 1; + $LIS_ADMIN = 2; + $LIS_SUPERADMIN = 3; + $LIS_COUNTRYDIR = 4; + $LIS_CLERK = 5; + $LIS_TECH_SHOWPNAME = 13; + echo ""; + /* + echo ""; + */ + echo ""; + } + + public function getSpecimenTypesSelect($lab_config_id) + { + # Returns specimen types used at a site for drop down boxes + $test_type_list = get_test_types_by_site($lab_config_id); + foreach($test_type_list as $test_type) + { + echo ""; + } + } + + public function getTestTypesCountryLevel() { + # Returns test types available for aggregation + $saved_db = DbUtil::switchToLabConfigRevamp(); + $user_id = $_SESSION['user_id']; + $query = "SELECT * FROM test_mapping where user_id =".$user_id; + $resultset = query_associative_all($query, $count); + + if( count($resultset) > 0 ) { ?> + + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + $testName = $record['test_name']; + echo ""; + echo ""; + echo ""; + echo ""; + } + ?> + +
              #".LangUtil::$generalTerms['CMD_EDIT']."
              ".$record['test_id']."".$testName."".LangUtil::$generalTerms['CMD_EDIT']."
              + 0 ) { ?> + + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + echo ""; + } + ?> + +
              #
              ".$record['specimen_id']."".$record['specimen_name']."
              + 0 ) { ?> + + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + echo ""; + echo ""; + echo ""; + } + ?> + +
              #
              ".$record['test_category_id']."".$record['test_category_name']."
              + $lab_name) + { + $test_type_list = get_test_types_by_site($lab_config_id); + foreach($test_type_list as $test_type) { + $testName = $test_type->getName(); + if ( !array_key_exists($testName, $finalTestList) ) + $finalTestList[$testName] = $lab_config_id.":".$test_type->testTypeId.";"; + else { + $existingValue = $finalTestList[$testName]; + $finalTestList[$testName] = $existingValue.$lab_config_id.":".$test_type->testTypeId.";"; + } + continue; + } + } + ksort($finalTestList); + foreach($finalTestList as $key => $value) + echo ""; + */ + $userId = $_SESSION['user_id']; + $saved_db = DbUtil::switchToGlobal(); + $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; + $resultset = query_associative_all($query, $row_count); + foreach($resultset as $record) { + $key = $record['lab_id_test_id']; + $value = $record['test_name']; + echo ""; + } + DbUtil::switchRestore($saved_db); + } + + public function getTestNamesSelector() { + #Return table which includes dropdowns of specimens configured in all labs in the country + echo ""; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + } + echo ""; + echo ""; + echo ""; ?> + + + + + + + + + + + + + + specimenId; + $pid=$specimen->patientId; + + ?> + + + + + + + + + + + + + specimenId; + $pid=$specimen->patientId; + + ?> + + + + + + + + + + + + +
              +
              + + +
              ".$labName."
              Country Test Name: + +
              + $value"; + } + DbUtil::switchRestore($saved_db); + } + + public function getTestCategoryNamesSelector() { + #Return table which includes dropdowns of test categories configured in all labs in the country + echo ""; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + } + echo ""; + echo ""; + echo ""; ?> + + + + + + "; + echo ""; + $count++; + } + echo ""; + echo ""; + echo ""; ?> + + + + + boxes + $lab_config = LabConfig::getById($lab_config_id); + $test_id_list = get_discrete_value_test_types($lab_config); + $test_type_list = array(); + foreach($test_id_list as $test_type_id) + { + $test_type = TestType::getById($test_type_id); + $test_type_list[] = $test_type; + } + foreach($test_type_list as $test_type) + { + echo ""; + } + } + + public function getTestTypesByCategorySelect($lab_config_id, $cat_code) + { + # Returns test types used at a site for a particular category (lab section) + # For drop down $value"; + } + } + + public function getTestCategorySelect($lab_config_id=null) + { + # Returns a set of drop down options for test categories in catalog + $cat_list = get_test_categories($lab_config_id); + if($cat_list) { + foreach($cat_list as $key => $value) + echo ""; + return 1; + } + else + return 0; + } + + public function getTestCategoryCountrySelect($lab_config_id=null) + { + #Returns a set of drop down options for test categories in catalog of all labs in a country + $site_list = get_site_list($_SESSION['user_id']); + $final_cat_list = array(); + $count = 0; + foreach($site_list as $lab_config_id => $lab_name) + { + $cat_list = get_test_categories($lab_config_id); + foreach($cat_list as $key => $value) { + if ( !in_array($value, $final_cat_list) ) + $final_cat_list[] = $value; + else + continue; + } + } + foreach($final_cat_list as $value) + echo ""; + } + + public function getLangSelect() + { + echo ""; + echo ""; + echo ""; + } + + public function getSpecimenTypeCatalogOptions($elem_name, $elem_id) + { + # Returns a set of check boxes buttons for all tests available in catalog + $test_list = get_specimen_types_catalog(); + if(count($test_list) == 0) + { + echo "No tests present in catalog"; + return; + } + foreach($test_list as $key => $value) + { + echo "$value"; + } + } + + public function getTestTypeInfo($test_name, $show_db_name=false) + { + # Returns HTML for displaying test type information + $test_type = get_test_type_by_name($test_name); + ?> +
              ".$labName."
              Country Category Name: + +
              + $value"; + } + DbUtil::switchRestore($saved_db); + } + + public function getMeasuresSelector() { + #Return table which includes dropdowns of measures configured in all labs in the country + echo ""; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + DbUtil::switchRestore($saved_db); + } + echo ""; + echo ""; + echo ""; ?> + + + + + 0 ) { ?> +
              ".$labName."
              Country Specimen Name: + +
              + +
              + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + $measureName = $record['measure_name']; + echo ""; + echo ""; + echo ""; + } + ?> + +
              #
              ".$record['measure_id']."".$measureName."
              + "; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo "
              ".$labName."
              Country Specimen Name: + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + name; + else + echo $test_type->getName(); + ?> +
              testCategoryId); ?>
              getDescription(); ?>
              + testTypeId); + foreach($measure_id_list as $measure_id) + { + $measure = get_measure_by_id($measure_id); + if($measure==NULL && count($meausre_id_list)==1 ) + { echo "No Measures Found!"; + break; + } + else if($measure!=NULL) + echo $measure->getName()."
              "; + } + ?> +
              + testTypeId); + if(count($compatible_specimens) == 0) + { + echo "-"; + } + else + { + foreach($compatible_specimens as $curr_specimen) + { + # Show test name + $specimen_type = get_specimen_type_by_id($curr_specimen); + echo $specimen_type->getName()."
              "; + } + } + ?> +
              Hide Patient Name in ReporthidePatientName == 0) { + echo "No"; + } + else { + echo "Yes"; + } + ?> +
              Prevalence ThresholdprevalenceThreshold; ?>
              Target TATtargetTat; ?>
              + name); + ?> + + + + + + + + + + + + + + + + + + +
              name; ?>
              testCategoryId); ?>
              + getMeasureIds(); + foreach($measure_id_list as $measure_id) + { + $measure = getAggregateMeasureById($measure_id); + if($measure==NULL && count($meausre_id_list)==1 ) { + echo "No Measures Found!"; + break; + } + else if($measure!=NULL) + echo $measure->getName()."
              "; + } + ?> +
              + + + + + + + + + + + + + + + + +
              + name; + } + else + { + # Show name store din locale string + echo $specimen_type->getName(); + } + ?> +
              getDescription(); ?>
              + specimenTypeId); + if(count($compatible_tests) == 0) + { + echo "-"; + } + else + { + $count = 1; + foreach($compatible_tests as $curr_test) + { + # Show test name + $test_type = get_test_type_by_id($curr_test); + if($test_type == null) + { + # When mapping table entries are missing + # TODO: Add error handling + continue; + } + echo $test_type->getName(); + if($count % 2 == 0) + { + echo "
              "; + } + else if($count < count($compatible_tests)) + { + echo ", "; + } + $count++; + } + } + ?> +
              + + + + + ".LangUtil::$pageTerms['TIPS_TESTSNOTFOUND'].""; + return; + } + ?> + + + + + + + + + + $value) + { + $test_type = get_test_type_by_id($key); + $cat_name = get_test_category_name_by_id($test_type->testCategoryId); + ?> + + + + + + + + + + + + +
              #
              + . + + + + + + + + + +
              + ".LangUtil::$pageTerms['TIPS_SPECIMENSNOTFOUND'].""; + return; + } + ?> + + + $value) + { + ?> + + + + + + + + + + +
              + . + + + + + + +
              + "; + $html_code .= + ""; + $html_code .= + LangUtil::$generalTerms['USERNAME']. + "            ". + "        ". + LangUtil::$generalTerms['PWD_TEMP']. + "            ". + "   ". + LangUtil::$generalTerms['NAME']. + "            ". + "    ". + //"Access [?]". + "
              "; + $entry_row = + "   ". + "   ". + "   "; + for($count = 1; $count <= $num_entries; $count++) + { + $radio_row = + " ".LangUtil::$generalTerms['TECHNICIAN']. + "    ".LangUtil::$generalTerms['LAB_RECEPTIONIST']."
              "; + $html_code .= $entry_row.$radio_row; + } + $html_code .= ""; + $html_code .= "Add another»"; + $html_code .= + ""; + echo $html_code; + } + + public function getOperatorExistingForm($lab_config_id) + { + # Returns HTML table listing existing technician account, + # with options to change access or delete account + + global $LIS_TECH_RO, $LIS_TECH_RW; + ?> + + + + + + + + $username) + { + $user = get_user_by_id($user_id); + ?> + + + + + + + +
              ExistingChange AccessRemove
              + + + + + + +
              + + + + + + + onchange="javascript:update_remarks(,, 1, B)" /> + ".LangUtil::$generalTerms['MSG_NOTFOUND'].""; + return; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + + + + + + +
              + . + + name; ?> + + location; ?> + + adminUserId); ?> + + + + + + +
              + ".LangUtil::$generalTerms['MSG_NOTFOUND'].""; + return; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + + + + +
              + . + + username; ?> + + actualName; ?> + + listOwnedLabs($lab_admin->userId); + echo $lab_list; + ?> +
              + userId; + $del_progress_div_id = "delete_$lab_admin->userId"; + $del_link_div_id = "delete_link_$lab_admin->userId"; + if($lab_list != "-") + { + $message = "'$lab_admin->username' - ".LangUtil::$pageTerms['TIPS_ACC_LABSEXIST']; + $this->getAlertDialog($dialog_id, $message); + } + else + { + $message = "'$lab_admin->username' - ".LangUtil::$generalTerms['TIPS_ACC_CONFIRMDELETE']; + $ok_function = "delete_lab_admin($lab_admin->userId,'$lab_admin->username',0,'$del_link_div_id','$del_progress_div_id');"; + $cancel_function = "toggle('$dialog_id')"; + $this->getConfirmDialog($dialog_id, $message, $ok_function, $cancel_function); + } + ?> +
              + userId"; + ?> + Edit + + + Delete + +
              + ".LangUtil::$generalTerms['MSG_NOTFOUND'].""; + return; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + +
              + . + + username; ?> + + level); ?> + + + + +      + + + +      + +
              + userId; + $message = "'$user->username' - ".LangUtil::$generalTerms['TIPS_ACC_CONFIRMDELETE']; + $ok_function_call = "javascript:delete_user($user->userId);"; + $cancel_function_call = "javascript:toggle('$div_id');"; + $this->getConfirmDialog($div_id, $message, $ok_function_call, $cancel_function_call, $width=200); + ?> +
              + getSiteName()."
              "; + } + return $retval; + } + + public function getLabConfigInfo($lab_config_id) + { + # Returns HTML displaying lab configuration info + global $LIS_TECH_RW, $LIS_TECH_RO; + $lab_config = get_lab_config_by_id($lab_config_id); + if($lab_config == null) + { + ?> +
              Lab Configuration not found
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Facility Namename; ?>
              Locationlocation; ?>
              Lab ManageradminUserId); ?>
              Specimen Types + getName()."
              "; + } + ?> +
              Test Types + getName()."
              "; + } + ?> +
              Technician Accounts + $username) + { + $user = get_user_by_id($user_id); + echo "$user->username [$user->actualName] "; + if($user->level == $LIS_TECH_RW) + { + echo "Read-Write"; + } + else if($user->level == $LIS_TECH_RO) + { + echo "Read-Only"; + } + echo "
              "; + } + ?> +
              + +
              + ERROR: Report type not found. +
              + + + + + + + + + + + + + + + + groupByAge == 1) + { + ?> + + + + + + +
              Report Namename; ?>
              Group By Gender + groupByGender == 1) + echo " Yes "; + else + echo " No "; + ?> +
              Group By Age + groupByAge == 1) + echo " Yes "; + else + echo " No "; + ?> +
              Age Slots (years) + ageSlots as $age_slot) + { + echo $age_slot[0]."-".$age_slot[1]; + $slot_count++; + if($slot_count < count($report->ageSlots)) + echo " , "; + } + ?> +
              + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $test_name) + { + ?> + + + + + + +
              getSiteName(); ?>
              Total Patients
              Total Specimens
              Pending Specimens -
                 getName(); ?>specimenTypeId); ?>
              Pending Tests -
                 
              + +
              + +
              + + + + + + + + + + + + + + + $test_name) + { + ?> + + + + + + +
              getSiteName(); ?>
                 
              + +
              + +
              + + > + + pid != 0) + { + ?> + + + + + patientAddl != 0) + { + ?> + + + + + + + + + + + + + + + + + + dob != 0) + { + ?> + + + + + patientId); + foreach($custom_data_list as $custom_data) + { + + $field_name = get_custom_field_name_patient($custom_data->fieldId); + if(stripos($field_name,"^^")!= NULL || $field_name!= "" ) + { + $field_value = $custom_data->fieldValue; + + ?> + + + + + + +
              surrogateId; ?>
              + getAddlId(); ?> +
              getName(); ?>
              sex; ?>
              + getAge(); + ?> +
              getDob(); + ?> +
              + getFieldValueString($lab_config->id , 2); + ?> +
              + +
              + + + + + + pid == 0) + { + echo " style='display:none;' "; + } + ?>> + + + + + patientAddl == 0) + { + echo " style='display:none;' "; + } + ?>> + + + + + + + + + + + + + + + + + + + patientId); + $custom_data_map = array(); + foreach($custom_data_list as $custom_data) + { + $custom_data_map[$custom_data->fieldId] = $custom_data->fieldValue; + } + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + + + + + +
              + +
              + +
              + +
              + +
              + age != null and $patient->age != "" and $patient->age != "0") + { + ?> + + + + + +
              partialDob != null && $patient->partialDob != "") + { + # Partial DoB value is present + if(strpos($patient->partialDob, "-") === false) + { + # Year-only available + $value_list[] = $patient->partialDob; + $value_list[] = ""; + $value_list[] = ""; + } + else + { + # Year and month available + $partial_dob_parts = explode("-", $patient->partialDob); + $value_list[] = $partial_dob_parts[0]; + $value_list[] = $partial_dob_parts[1]; + $value_list[] = ""; + } + } + else if($patient->dob == null || $patient->dob == "") + { + # DoB not previously entered + $value_list[] = ""; + $value_list[] = ""; + $value_list[] = ""; + } + else + { + # Previous DoB value exists + $dob_parts = explode("-", $patient->dob); + $value_list = $dob_parts; + } + $this->getDatePicker($name_list, $id_list, $value_list, $show_format=true); + ?> +
              fieldName; ?> + id])) + $field_value = $custom_data_map[$custom_field->id]; + else + $field_value = ""; + $this->getCustomFormField($custom_field, $field_value); + ?> +
              + + ' onclick='javascript:update_profile();'> +     + +     + +
              +
              + +
              + +
              + getAuxId(); ?> + + specimenTypeId); ?> + + dateRecvd); ?> + + getStatus(); ?> + + + specimenId; ?>>
              + getAuxId(); ?> + + specimenTypeId); ?> + + dateRecvd); ?> + + getStatus(); ?> + + + Report
              + . + + specimenId; ?> + + specimenTypeId); ?> + + getTestNames(); ?> + + dateCollected)." ".$specimen->timeCollected; ?> + + userId); ?> +
              + + + + + + + + + + + + + + getSpecimenInfoRow($specimen); + } + ?> + +
              + +
              +
              + + + + + + + + + + + + + + + + + getSelectSpecimenInfoRow($specimen); + } + ?> + +
              + + + + + + + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + specimenId); + foreach($custom_data_list as $custom_data) + { + $field_name = get_custom_field_name_specimen($custom_data->fieldId); + if(stripos($field_name ,"^^")==NULL) + { + $field_value = $custom_data->fieldValue; + ?> + + + + + statusCodeId == Specimen::$STATUS_REFERRED || + $specimen->statusCodeId == Specimen::$STATUS_RETURNED + ) + { + ?> + + + + + + + + + + +
              specimenTypeId); ?>
              DB KeyspecimenId; ?>
              getAuxId(); ?>
              getDailyNum(); ?>
              sessionNum; ?>
              + patientId); + echo $patient->getName()." (".$patient->sex." ".$patient->getAge().")"; + ?> +    + Profile +
              + dateRecvd); ?> +
              userId); ?>
              getComments(); ?>
              getTestNames(); ?>
              + doctor) == "") + { + echo "-"; + } + else + { + echo $specimen->doctor; + } + ?> +
              getFieldValueString($_SESSION['lab_config_id'], 1); ?>
              + referredToName) == "") + { + echo "Not Known"; + } + else + { + echo $specimen->referredToName; + } + ?> +
              + getStatus(); + $result1="Completed"; + $result= $specimen->getStatus(); + ?> style='display:none;' + + title='Click to Enter result values for this Specimen'> + +
              + +
              + dateCollected); + $report_url = "reports_testhistory.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&yf=$date_parts[0]&mf=$date_parts[1]&df=$date_parts[2]&yt=$date_parts[0]&mt=$date_parts[1]&dt=$date_parts[2]"; + //$report_url = "reports_specimen.php?location=".$_SESSION['lab_config_id']."specimen_id=".$specimen_id; + ?> +

              +

              &specimen_id=' title='Click to View a Log of Actions Performed on this Specimen' target='_blank'>

              + statusCodeId == Specimen::$STATUS_TOVERIFY || + $specimen->statusCodeId == Specimen::$STATUS_DONE + ) + { + ?> +

              + +

              + +
              + +
              +
              + + + + + + + + + + + + + + + getTestInfoRow($test); + } + # TODO: Add paging to this table + ?> + +
              + + + + testTypeId); ?> + + + isPending()) + echo LangUtil::$generalTerms['PENDING_RESULTS']; + else + echo $test->decodeResult(); + ?> + + + getComments(); ?> + + + userId); ?> + + + getVerifiedBy(); ?> + + specimenId); + $pid=$specimen_object->patientId; + $sid=$test->specimenId; + + ?> + + + + + + + + + + + + + + + $value) + { + $test_type_id = $key; + $tat_value = $value[0]; + $num_specimens = $value[1]; + ?> + + + + + + + +
              Test TypeSpecimens HandledAverage Turnaround Time
              + 1) + { + echo $tat_value." days"; + } + else + { + $hours_value = $tat_value*24; + echo $hours_value." hours"; + } + ?> +
              + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Reagent NameLot NumberQuantity Checked OutDate of IssueUser NameCurrent Quantity
              + + + + + + + + + + + + + + + + + + + +
              Reagent NameLot NumberCurrent Stock
              + + + + + + + + + + + + $value) + { + $test_type_id = $key; + $tests_done_count = $value[0]; + $tests_pending_count = $value[1]; + ?> + + + + + + + +
              Completed Tests Pending Tests
              + + + + + + + + + + + + + + $value) + { + $doctor_name=$key; + $total_patients=$value[0]; + $total_specimens=$value[1]; + $total_tests=$value[2]; + + ?> + + + + + + + + + +
              + + + +
              + +
              + +
              +
              + + + + + + + + + + $value) + { + $specimen_type_id = $key; + $specimen_count = $value; + ?> + + + + + + +
              +
              + + + + + + + + + + + + + + $value) + { + $test_type_id = $key; + $count_all = $value[0]; + $count_negative = $value[1]; + $infection_rate = 0; + if($count_all != 0) + $infection_rate = round((($count_all-$count_negative)/$count_all)*100, 2); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + View Trends"; + } + ?> + + + + $value) + { + $test_type_name = $key; + $count_all = $value[0]; + $count_negative = $value[1]; + $threshold = $value[2]; + $infection_rate = 0; + $colorCode = "green"; + if($count_all != 0) { + $infection_rate = round((($count_all-$count_negative)/$count_all)*100, 2); + if ( $infection_rate >= $threshold ) + $colorCode = "red"; + else if ( $infection_rate >= intval($threshold*0.8) ) + $colorCode = "darkorange"; + } + ?> + + + + + + + + + + $infection_rate"; + if ( $viewTrendsEnabled ) { ?> + + + + + +
              Lab Name
              View Trends
              + + + + + ".$specimen.""; + $count++; + if($count % 3 == 0) + { + ?> + + + + + +
              + + + + + ".$test.""; + $count++; + if($count % 3 == 0) + { + ?> + + + + + +
              + + + + + ".$measure.""; + $count++; + if($count % 3 == 0) + { + ?> + + + + + +
              + id; + if($custom_field->fieldTypeId == CustomField::$FIELD_FREETEXT) + { + echo ""; + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_DATE) + { + $name_list = array($name_prefix."_yyyy", $name_prefix."_mm", $name_prefix."_dd"); + $id_list = $name_list; + $today = date("Y-m-d"); + if($field_value == "") + $field_value = $today; + $value_list = explode("-", $field_value); + $this->getDatePicker($name_list, $id_list, $value_list, true); + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_OPTIONS) + { + $options = explode("/", $custom_field->fieldOptions); + echo ""; + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_MULTISELECT) + { + # TODO: Update this to multiselect plugin + ?> + + fieldOptions); + echo ""; + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_NUMERIC) + { + $range = explode(":", $custom_field->fieldOptions); + $elem_id = $name_prefix."_".$seq_num; + $error_elem_id = $elem_id."_err"; + echo ""; + echo "($range[0]-$range[1]) $range[2]
              "; + echo ""; + } + } + + function getExistingSpecimenCustomFields($lab_config_id) + { + $field_list = get_lab_config_specimen_custom_fields($lab_config_id); + if(count($field_list) == 0) + { + echo "None"; + return; + } + for($i = 0; $i < count($field_list); $i++) + { + echo $field_list[$i]->fieldName; + if($i < count($field_list) - 1) + echo ", "; + } + } + + function getExistingPatientCustomFields($lab_config_id) + { + $field_list = get_lab_config_patient_custom_fields($lab_config_id); + if(count($field_list) == 0) + { + echo "None"; + return; + } + for($i = 0; $i < count($field_list); $i++) + { + echo $field_list[$i]->fieldName; + if($i < count($field_list) - 1) + echo ", "; + } + } + + function getExistingLabTitleCustomFields($lab_config_id) + { + $field_list = get_lab_config_labtitle_custom_fields($lab_config_id); + if(count($field_list) == 0) + { + echo "None"; + return; + } + for($i = 0; $i < count($field_list); $i++) + { + echo $field_list[$i]->fieldName; + if($i < count($field_list) - 1) + echo ", "; + } + } + + function getStockForm($count) + { + $name_request="txtRow".$count."1"; +$lot_number_request="txtRow".$count."2"; +$expiry_date_request="txtRow".$count."3"; +$manufacture_request="txtRow".$count."4"; +$quantity_supplied_request="txtRow".$count."6"; +$supplier_request="txtRow".$count."5"; +$unit_request="txtRow".$count."7"; +$cost_request="txtRow".$count."8"; +$name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); + $id_list = $name_list; + $today = date("Y-m-d"); + $today_array = explode("-", $today); + $value_list = $today_array; + ?> +          +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + Reagent + + +
              + Lot_Number + + +
              + Expiry_Date + + +
              + Manufacturer + + +
              + Supplier + + +
              + Quantity_Supplied + + +
              Units + + +
              Cost per Unit + + +
              + + + + getDatePicker($name_list, $id_list, $value_list); ?> + +
              +
              + +
              +
              +
              + + ' class='uniform_width'> */ ?> + + + + > + + + + + + + + + + + + + + + > + + + + + specimenAddl == 0) + echo " style='display:none;' "; + ?>> + + + + + > + + + + + + + + + + + + + + > + + + + > + + + + + > + + + + + flag)==NULL) + { + ?> + + + + + + + > + + + + + + + + + + + + + + + +
              + + + size="20" class='uniform_width'> +
              + + + +
              + + + + -- + +
              + + + + + +
              +
              + + + +
              + + + getDatePicker($name_list, $id_list, $value_list, true); + ?> +
              + + + getDatePicker($name_list, $id_list, $value_list, false); + ?> +
              + + + + : + +   hrs +
              + + + +
              + + + +
              fieldName; ?>getCustomFormField($custom_field); ?>
              + + + + +
              + + + getConfirmDialog($dialog_id, $message, $ok_function, $cancel_function, $width=200); + ?> +
              +
              +
              + + + getAsteriskMessage(); ?> + + +
              +
              + + + + + + + + + + + + + + + + + + + + + specimenId); + $patient = Patient::getById($specimen->patientId); + ?> + + + + + + + + + + + + + + + + + + +
              + ? + + +
              getSurrogateId(); ?>getDailyNum(); ?>getAuxId(); ?>getName(); ?>specimenTypeId); ?>dateCollected)." ".$specimen->timeCollected; ?> + testTypeId); + echo "
              "; + } + ?> +
              getReportTo(); ?> +
              + +
              +
              + getGoalTatValues(); + ?> + + + + + + + + + + $value) + { + $curr_tat_value = $value; + ?> + + + + + + +
              + + + + +     + +
              + getGoalTatValues(); + ?> + + + + + + + + + $value) + { + ?> + + + + + + +
              + + + +
              + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + + + +
              + . + + fieldName; ?> + + getFieldTypeName(); ?> + + + Edit + +
              + options for custom field type + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              +     + + + +
              + + + +
              + + + +
              +
              + ' onclick='javascript:checkandsubmit()'> + +      + +      + +
              +
              + +
              + +
              + +
              + + + + + + + + + + + + + + + fieldTypeId == CustomField::$FIELD_OPTIONS || $custom_field->fieldTypeId == CustomField::$FIELD_MULTISELECT) + { + ?> + + + + + fieldTypeId == CustomField::$FIELD_NUMERIC) + { + # Show existing range value fields + $range = $custom_field->getFieldRange(); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              +     + + + +
              + + + + getFieldTypeName(); ?> +
              + + + + getFieldOptions(); + $count = 1; + foreach($options as $option) + { + ?> + + +
              + +
              + » +
              + + + + - + +
              + + + +
              + Enable: + + + flag)==0) { ?> checked > +
              + Delete: + + +
              + +
              +
              + ' onclick='javascript:checkandsubmit()'> + +      + +      + +
              +
              + +
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $specimen_type_id = $key; + $specimen_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              $specimen_name"; + + } + else + echo ">$specimen_name"; + } + else + echo ">$specimen_name"; + ?> +
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $test_type_id = $key; + $test_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              $test_name"; + + } + else + echo ">$test_name"; + } + else + echo ">$test_name"; + ?> +
              + +
              + ERROR: Lab configuration not found +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Patient ID"; + } + else + { + echo ">Patient ID"; + } + ?> +
              Patient Number"; + } + else + { + echo ">Patient Number"; + } + ?> +
              Additional ID (patient)"; + } + else + { + echo ">Additional ID (patient)"; + } + ?> +
              Patient Name"; + } + else + { + echo ">Patient Name"; + } + ?> +
              Patient's Age"; + } + else + { + echo ">Patient's Age"; + } + ?> +
              Patient's Gender"; + } + else + { + echo ">Patient's Gender"; + } + ?> +
              Patient's Date of Birth"; + } + else + { + echo ">Patient's Date of Birth"; + } + ?> +
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $measure_id = $key; + $measure_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              + > + + + +
              + + + + + $value) + { + $test_list = get_compatible_tests($key); + $test_csv = implode(",", $test_list); + echo $array_name."[".$key."]='$test_csv'; "; + } + } + + public function getAggregateReportConfigureForm($lab_config) + { + # Returns HTML form elements for configuring aggregate reports + # Called from lab_config_home.php + + # Fetch site-wide settings for all tests from dummy record + $site_settings = DiseaseReport::getByKeys($lab_config->id, 0, 0); + if($site_settings == null) + { + # TODO: + //$this->getNewAggregateReportConfigForm($lab_config); + } + ?> + +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none' "; + ?>> + + + + getTestTypes(); + foreach($test_list as $test_type) + { + ?> + + + + + + + + + + +
              + groupByGender == 1) + echo " checked "; + ?>> +     + groupByGender == 0) + echo " checked "; + ?>> +
              + groupByAge == 1) + echo " checked "; + ?>> +     + groupByAge == 0) + echo " checked "; + ?>> +
              () +
              + + groupByAge == 0) + { + # Group by age not enabled. Show empty form fields + ?> + - + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + ?> + -    + + +
              + » +
              +
              + getName(); ?> + + + getMeasures(); + ?> + id, $test_type->testTypeId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + echo $measure->getName()."   "; + } + $range_bounds = explode(":", $measure->range); + $span_id = $test_type->testTypeId."_".$measure_count; + $field_name_upper = "slotu_".$test_type->testTypeId."_".$measure->measureId; + $field_name_lower = "slotl_".$test_type->testTypeId."_".$measure->measureId; + ?> + + + - + measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + ?> + -    + + +
              + );"> » +
              "; + } + } + if($measure_to_set === false) + { + echo "".LangUtil::$pageTerms['RANGE_NOTREQD']."

              "; + } + ?> +
              +
              + '> +     + '> +     + +     + +
              +
              + + > +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none'; "; + ?>> + + + + + + + + + + + + + + +
              + groupByGender == 1) + echo " checked "; + ?>> +     + groupByGender == 0) + echo " checked "; + ?>> +
              + groupByAge == 1) + echo " checked "; + ?>> +     + groupByAge == 0) + echo " checked "; + ?>> +
              () +
              + + groupByAge == 0) { + # Group by age not enabled. Show empty form fields + ?> + - + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + ?> + -    + + +
              + » +
              +
              + getName(); ?> + + + getMeasures(); + ?> + testId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + echo $measure->getName()."   "; + } + $range_bounds = explode(":", $measure->range); + $span_id = $test_type->testId."_".$measure_count; + $field_name_upper = "slotu_".$test_type->testId."_".$measure->measureId; + $field_name_lower = "slotl_".$test_type->testId."_".$measure->measureId; + ?> + + + - + measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + ?> + -    + + +
              + );"> » +
              "; + } + } + if($measure_to_set === false) + { + echo "".LangUtil::$pageTerms['RANGE_NOTREQD']."

              "; + } + ?> +
              +
              + '> +     + '> +     + +     + +
              +
              + id, 0, 0); + if($site_settings == null) + { + # TODO: + //$this->getNewAggregateReportConfigForm($lab_config); + } + ?> +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none' "; + ?>> + + + + getTestTypes(); + foreach($test_list as $test_type) + { + ?> + + + + + + +
              + groupByGender == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              + groupByAge == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              () + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + echo $age_bounds[0]."-".$age_bounds[1]; + echo "   "; + } + + ?> +
              + getName(); ?> + + getMeasures(); + ?> + id, $test_type->testTypeId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + echo $measure->getName()."   "; + } + $range_bounds = explode(":", $measure->range); + if($disease_report == null) + { + # No entry exists. Show default values. + echo $range_bounds[0]."-".$range_bounds[1]; + } + else + { + # Entries exist. Prefill form with these values. + $slot_list = explode(",", $disease_report->measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + echo $slot_bounds[0]."-".$slot_bounds[1]; + echo "   "; + } + } + echo "

              "; + } + } + if($measure_to_set === false) + { + echo "".LangUtil::$pageTerms['RANGE_NOTREQD']."

              "; + } + ?> +
              +
              + +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none' "; + ?>> + + + + + + + + + + +
              + groupByGender == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              + groupByAge == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              () + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + echo $age_bounds[0]."-".$age_bounds[1]; + echo "   "; + } + + ?> +
              + getName(); ?> + + getMeasures(); + ?> + testId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + echo $measure->getName()."   "; + } + $range_bounds = explode(":", $measure->range); + if($disease_report == null) + { + # No entry exists. Show default values. + echo $range_bounds[0]."-".$range_bounds[1]; + } + else + { + # Entries exist. Prefill form with these values. + $slot_list = explode(",", $disease_report->measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + echo $slot_bounds[0]."-".$slot_bounds[1]; + echo "   "; + } + } + echo "

              "; + } + } + if($measure_to_set === false) + { + echo ""."No range configuration required"./*LangUtil::$pageTerms['RANGE_NOTREQD'].*/"

              "; + } + ?> +
              +
              + + name."
              "; ?> + + + testTypeId == null) + { + echo $test_type_id; + } + else + { + echo $report_config->testTypeId; + } + ?>> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + reportId==1){?> + + +
              Alignment + >Left + alignment_header == 'center') echo " checked "; ?>>Center + alignment_header == 'right') echo " checked "; ?>>Right +
              Header + + +
              Title + + ", $report_config->titleText); + foreach($title_list as $title_string) + { + ?> + +
              + +
              + » +
              Footer + + +
              Designation + + +
              (%) + +   + +     + +   + +     + +   + +     + +   + +
              + landscape == true) echo " checked "; ?>> + landscape == false) echo " checked "; ?>> +
              Clinical Data + useClinicalData == 1) echo " checked "; ?>> + useClinicalData == 0) echo " checked "; ?>> +

              labConfigId.".jpg")==true) + echo "LOGO being Used "; ?>

              File Upload:

              labConfigId.".jpg")==false) + {echo "( Add a Logo)"; }else echo "(Change Logo)"; ?> + Choose a .jpg logo File to upload: + + +
              +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + labConfigId); + if( $lab_config ) { + $custom_field_list = $lab_config->getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + if(true) + # specimen_id as DB internal key: Hide this section + # For the user "specimen ID" is now stored in aux_id field + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + labConfigId); + if( $lab_config ) { + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + //if(true) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + + ?>> + + + + +
              + usePatientId == 1) + echo " checked "; + ?>> + + +
              + useDailyNum == 1) + echo " checked "; + ?>> + + +
              + usePatientAddlId == 1) + echo " checked "; + ?>> + +
              + useGender == 1) + echo " checked "; + ?>> + + +
              + useAge == 1) + echo " checked "; + ?>> + + +
              + useDob == 1) + echo " checked "; + ?>> + + +
              + usePatientName == 1) + echo " checked "; + ?>> + + +
              + useTest == 1) + echo " checked "; + ?>> + + +
              + usePatientRegistrationDate == 1) + echo " checked "; + ?>> + + +
              + id, $report_config->patientCustomFields)) + echo " checked "; + ?>> + + fieldName; ?> +
              + useSpecimenId == 1) + if(true) + echo " checked "; + ?>> + + +
              + useSpecimenAddlId == 1) + echo " checked "; + ?>> + + +
              + useSpecimenName == 1) + echo " checked "; + ?>> + + +
              + useDateRecvd == 1) + echo " checked "; + ?>> + + +
              + useComments == 1) + echo " checked "; + ?>> + + +
              + useReferredTo == 1) + echo " checked "; + ?>> + + +
              + useDoctor == 1) + echo " checked "; + ?>> + + +
              + id, $report_config->specimenCustomFields)) + echo " checked "; + ?>> + + fieldName; ?> +
              + useTestName == 1) + echo " checked "; + ?>> + + +
              + useMeasures == 1) + echo " checked "; + ?>> + + +
              + useResults == 1) + echo " checked "; + ?>> + + +
              + useRange == 1) + echo " checked "; + ?>> + +
              + useRemarks == 1) + echo " checked "; + ?>> + + +
              + useEntryDate == 1) + echo " checked "; + ?>> + + +
              + useEnteredBy == 1) + echo " checked "; + ?>> + + +
              + useVerifiedBy == 1) + echo " checked "; + ?>> + + +
              + useStatus == 1) + echo " checked "; + ?>> + + +
              + + + + + + + + + + +
              + ' onclick=""> +     + "> + + +     + +
              + +
              + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              HeaderheaderText; ?>
              TitletitleText; ?>
              Footer + footerText; ?> +
              Designation + designation ?> +
              (%) + +   + margins[ReportConfig::$TOP]; ?> +     + +   + margins[ReportConfig::$BOTTOM]; ?> +     + +   + margins[ReportConfig::$LEFT]; ?> +     + +   + margins[ReportConfig::$RIGHT]; ?> +
              + landscape == true) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              Clinical Data + useClinicalData == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              + + + + + + + + usePatientId == 1) + { + echo ""; + } + ?> + + + useDailyNum == 1) + { + echo ""; + } + ?> + + + usePatientAddlId == 1) + { + echo ""; + } + ?> + + + + + + + + + + + + + + + + + + + + labConfigId); + $custom_field_list = $lab_config->getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 7) + echo " style='display:none;' "; + ?>> + + + + labConfigId); + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + //if(true) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + + ?>> + + + + + +
              "; + echo LangUtil::$generalTerms['PATIENT_ID']; + echo "
              "; + echo LangUtil::$generalTerms['PATIENT_DAILYNUM']; + echo "
              "; + echo LangUtil::$generalTerms['ADDL_ID']; + echo "
              + useGender == 1) + echo LangUtil::$generalTerms['GENDER']; + ?> +
              + useAge == 1) + echo LangUtil::$generalTerms['AGE']; + ?> +
              + useDob == 1) + echo LangUtil::$generalTerms['DOB']; + ?> +
              + usePatientName == 1) + echo LangUtil::$generalTerms['NAME']; + ?> +
              + useTest == 1) + echo LangUtil::$generalTerms['TEST']; + ?> +
              + usePatientRegistrationDate == 1) + echo "Registration Date"; + ?> +
              + id, $report_config->patientCustomFields)) + echo $custom_field->fieldName; + ?> +
              + useSpecimenAddlId == 1) + # For the user "specimen ID" is now stored in aux_id field + echo LangUtil::$generalTerms['SPECIMEN_ID']; + ?> +
              + useSpecimenName == 1) + echo LangUtil::$generalTerms['SPECIMEN_TYPE']; + ?> +
              + useDateRecvd == 1) + echo LangUtil::$generalTerms['R_DATE']; + ?> +
              + useComments == 1) + echo LangUtil::$generalTerms['COMMENTS']; + ?> +
              + useReferredTo == 1) + echo LangUtil::$generalTerms['REF_OUT']; + ?> +
              + useDoctor == 1) + echo LangUtil::$generalTerms['DOCTOR']; + ?> +
              + id, $report_config->specimenCustomFields)) + echo $custom_field->fieldName; + ?> +
              + useTestName == 1) + echo LangUtil::$generalTerms['TEST_TYPE']; + ?> +
              + useMeasures == 1) + echo LangUtil::$generalTerms['MEASURES']; + ?> +
              + useResults == 1) + echo LangUtil::$generalTerms['RESULTS']; + ?> +
              + useRange == 1) + echo LangUtil::$generalTerms['RANGE']; + ?> +
              + useRemarks == 1) + echo LangUtil::$generalTerms['RESULT_COMMENTS']; + ?> +
              + useEntryDate == 1) + echo LangUtil::$generalTerms['E_DATE']; + ?> +
              + useEnteredBy == 1) + echo LangUtil::$generalTerms['ENTERED_BY']; + ?> +
              + useVerifiedBy == 1) + echo LangUtil::$generalTerms['VERIFIED_BY']; + ?> +
              + useStatus == 1) + echo LangUtil::$generalTerms['SP_STATUS']; + ?> +
              + + #report_config_content { + padding-left: 10px; + margin-top:px; + margin-bottom:px; + margin-right:px; + margin-left:px; + + } + + + + + dateFormat === $format) + echo " selected "; + echo">".$DATE_FORMAT_PRETTY_LIST[$count].""; + $count++; + } + } + + public function getExportTxtScript() + { + ?> + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              - + pid != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->pid == 2) + echo " (Mandatory field) "; + ?> +
              - + patientAddl != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->patientAddl == 2) + echo " (Mandatory field) "; + ?> +
              - + dailyNum != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->dailyNum == 2) + { + echo " (Mandatory field) "; + echo "  "; + } + if($lab_config->dailyNum != 0) + { + echo "  ".LangUtil::$generalTerms['MSG_RESET'].": "; + switch($lab_config->dailyNumReset) + { + case LabConfig::$RESET_DAILY: + echo LangUtil::$pageTerms['DAILY']; + break; + case LabConfig::$RESET_WEEKLY: + echo LangUtil::$pageTerms['WEEKLY']; + break; + case LabConfig::$RESET_MONTHLY: + echo LangUtil::$pageTerms['MONTHLY']; + break; + case LabConfig::$RESET_YEARLY: + echo LangUtil::$pageTerms['YEARLY']; + break; + } + } + ?> +
              - + pname != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->pname == 2) + echo " (Mandatory field) "; + ?> +
              - + sex != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->sex == 2) + echo " (Mandatory field) "; + ?> +
              - + dob != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->dob == 2) + echo " (Mandatory field) "; + ?> +
              - + age != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->age == 2) + echo " (Mandatory field) "; + ?> +
              - ? + hidePatientName == 0) + echo " Yes "; + else + echo " No "; + ?> +
              - + sid != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->sid == 2) + echo " (Mandatory field) "; + ?> +
              - + specimenAddl != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->specimenAddl == 2) + echo " (Mandatory field) "; + ?> +
              - + comm != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->comm == 2) + echo " (Mandatory field) "; + ?> +
              - + rdate != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->rdate == 2) + echo " (Mandatory field) "; + ?> +
              - + refout != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->refout == 2) + echo " (Mandatory field) "; + ?> +
              - + doctor != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->doctor == 2) + echo " (Mandatory field) "; + ?> +
              dateFormat; ?>
              + + pname != 0) + { + ?> + + dailyNum != 0) + { + ?> + + pid != 0) + { + ?> + + patientAddl != 0) + { + ?> + + pname != 0) + { + ?> + + dailyNum != 0) + { + ?> + + pid != 0) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Header
              Title
              Footer
              (%) + +   + +     + +   + +     + +   + +     + +   + +
              + + +
              + + +
              + + +
              + + +           +           +           +           + +
              + + +
              +
              + » +
              + +     + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + + + + + +
              + + + +
              + + + +
              + + +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + fieldName; ?> +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + fieldName; ?> +
              + +
              +
              + +
              + ' id='worksheet_submit_button' onclick='javascript:submit_worksheet_form();'> + +     + + + + + +     + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              name; ?>
              HeaderheaderText; ?>
              TitletitleText; ?>
              FooterfooterText; ?>
              (%) + +   + margins[ReportConfig::$TOP]; ?> +     + +   + margins[ReportConfig::$BOTTOM]; ?> +     + +   + margins[ReportConfig::$LEFT]; ?> +     + +   + margins[ReportConfig::$RIGHT]; ?> +
              + idFields[CustomWorksheet::$OFFSET_PID] == 1) + { + echo LangUtil::$generalTerms['YES']; + } + else + { + echo LangUtil::$generalTerms['NO']; + } + ?> +
              + idFields[CustomWorksheet::$OFFSET_DNUM] == 1) + { + echo LangUtil::$generalTerms['YES']; + } + else + { + echo LangUtil::$generalTerms['NO']; + } + ?> +
              + idFields[CustomWorksheet::$OFFSET_ADDLID] == 1) + { + echo LangUtil::$generalTerms['YES']; + } + else + { + echo LangUtil::$generalTerms['NO']; + } + ?> +
              + + userFields as $field_entry) + { + $field_id = $field_entry[0]; + $field_name = $field_entry[1]; + $field_width = $field_entry[2]; + echo $field_name; + echo "  ("; + echo LangUtil::$pageTerms['COLUMN_WIDTH'].": "; + echo $field_width; + echo ")"; + echo "
              "; + } + ?> +
              +
              +
              +
              + testTypes; + foreach($test_type_list as $test_type_id) + { + $test_type = TestType::getById($test_type_id); + $measure_list = $test_type->getMeasures(); + ?> +
              + getName(); ?> +
              +
              + + + + + + + measureId; + ?> + + + + + + + + +
              (%)
              + getName(); ?> + + columnWidths[$test_type_id][$measure_id]; ?> +
              +
              +
              +
              + +
              + + getCustomWorksheets(); + foreach($worksheet_list as $worksheet) + { + print_r($worksheet); + echo ""; + } + } + + public function getCustomWorksheetTable($lab_config) + { + echo "Custom Worksheets"; + if($lab_config == null) + { + echo "
              ".LangUtil::$generalTerms['MSG_NOTFOUND']."
              "; + return; + } + $worksheet_list = $lab_config->getCustomWorksheets(); + if($worksheet_list == null || count($worksheet_list) == 0) + { + echo "
              ".LangUtil::$generalTerms['MSG_NOTFOUND']."
              "; + return; + } + ?> + + + + + + + + + + + + + + + + + +
              + # + + + +
              + . + + name; ?> + + + + +      +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Header
              Title
              Footer
              (%) + +   + +     + +   + +     + +   + +     + +   + +
              + idFields[CustomWorksheet::$OFFSET_PID] == 1) + { + echo " checked "; + }?>> + idFields[CustomWorksheet::$OFFSET_PID] == 0) + { + echo " checked "; + }?>> +
              + idFields[CustomWorksheet::$OFFSET_DNUM] == 1) + { + echo " checked "; + }?>> + idFields[CustomWorksheet::$OFFSET_DNUM] == 0) + { + echo " checked "; + }?>> +
              + idFields[CustomWorksheet::$OFFSET_ADDLID] == 1) + { + echo " checked "; + }?>> + idFields[CustomWorksheet::$OFFSET_ADDLID] == 0) + { + echo " checked "; + }?>> +
              + + +           +           +           +           + +
              + userFields == null || count($worksheet->userFields) == 0) + { + //echo LangUtil::$generalTerms['NO']."
              "; + } + foreach($worksheet->userFields as $field_entry) + { + $field_id = $field_entry[0]; + $field_name = $field_entry[1]; + $field_width = $field_entry[2]; + ?> + + + +
              + +
              + » +
              + testTypes[0]; + $saved_db = DbUtil::switchToGlobal(); + $query_string = "SELECT test_category_id FROM test_type WHERE test_type_id=$test_type_id"; + $record = query_associative_one($query_string); + $cat_code = $record['test_category_id']; + $cat_name = get_test_category_name_by_id($cat_code); + DbUtil::switchRestore($saved_db); + echo $cat_name; + ?> +
              +
              +
              + id, $cat_code); + foreach($test_type_list as $test_type) + { + $measure_list = $test_type->getMeasures(); + ?> +
              + testTypeId, $worksheet->testTypes)) + echo " checked "; + ?>> + getName(); ?> + +
              +
              + + + + + + + testTypeId, $worksheet->testTypes)) + $width_val = $worksheet->columnWidths[$test_type->testTypeId][$measure->measureId]; + else + $width_val = ""; + ?> + + + + + + + + +
              (%)
              + getName(); ?> + + + +
              +
              +
              +
              + + ' id='worksheet_submit_button' onclick='javascript:submit_worksheet_form();'> + +     + + + + + +     + + + $value) + { + echo "$value
              "; + $count++; + */ + if($count == 0) + echo " checked "; + echo ">$value
              "; + $count++; + } + } +} + +if(session_id() == "") + session_start(); +?> \ No newline at end of file diff --git a/htdocs/includes/page_elemsdff.php.bak b/htdocs/includes/page_elemsdff.php.bak new file mode 100644 index 000000000..ba282a233 --- /dev/null +++ b/htdocs/includes/page_elemsdff.php.bak @@ -0,0 +1,8053 @@ +". + "".$heading."

              ".$contents. + "
              "; + echo $html_code; + } + + public function getProgressSpinner($message) + { + ?> + ".$message.""; + } + + public function getProgressSpinnerBig($message) + { + ?> +
              +
              + + + + +
              +
              + +   + + * + + + * + + dateFormat; + } + $order_list = array(0, 1, 2); # Y-m-d + switch($date_format) + { + case "d-m-Y": + $order_list[0] = 2; + $order_list[1] = 1; + $order_list[2] = 0; + $date_format_js = "dd-mm-yyyy"; + $start_date = "01-01-1950"; + break; + case "m-d-Y": + $order_list[0] = 1; + $order_list[1] = 2; + $order_list[2] = 0; + $date_format_js = "mm-dd-yyyy"; + $start_date = "01-01-1950"; + break; + case "Y-m-d": + $order_list[0] = 0; + $order_list[1] = 1; + $order_list[2] = 2; + $date_format_js = "yyyy-mm-dd"; + $start_date = "1950-01-01"; + break; + } + $date_format_js_parts = explode("-", $date_format_js); + $picker_id = rand(); + if(DebugLib::isOldIe() === true || strpos($_SERVER['PHP_SELF'], "reports_tat.php") !== false) + { + # Show only date fields and not datepicker + ?> + - + - + + +
              + +      +    ()        +    ()      +    () + + + + + + + - + - + + + + + +
              + +      +    ()        +    ()      +    () + + + + dateFormat; + } + $order_list = array(0, 1, 2); # Y-m-d + switch($date_format) + { + case "d-m-Y": + $order_list[0] = 2; + $order_list[1] = 1; + $order_list[2] = 0; + $date_format_js = "dd-mm-yyyy"; + $start_date = "01-01-1950"; + break; + case "m-d-Y": + $order_list[0] = 1; + $order_list[1] = 2; + $order_list[2] = 0; + $date_format_js = "mm-dd-yyyy"; + $start_date = "01-01-1950"; + break; + case "Y-m-d": + $order_list[0] = 0; + $order_list[1] = 1; + $order_list[2] = 2; + $date_format_js = "yyyy-mm-dd"; + $start_date = "1950-01-01"; + break; + } + $date_format_js_parts = explode("-", $date_format_js); + ?> + - + - + + +
              + + () + + getResultFormForTest($test_type); + } + echo $specimen_id; + } + + public function getSiteOptions() + { + # Returns accessible sites for drop down $strippedLabName"; + } + } + public function getAdminUserOptions() + { + # Returns accessible sites for drop down boxes + # TODO: Link the hard-coded values below to includes/user_lib.php + $LIS_TECH_RW = 0; + $LIS_TECH_RO = 1; + $LIS_ADMIN = 2; + $LIS_SUPERADMIN = 3; + $LIS_COUNTRYDIR = 4; + $LIS_CLERK = 5; + $LIS_TECH_SHOWPNAME = 13; + echo ""; + /* + echo ""; + */ + echo ""; + } + + public function getSpecimenTypesSelect($lab_config_id) + { + # Returns specimen types used at a site for drop down boxes + $test_type_list = get_test_types_by_site($lab_config_id); + foreach($test_type_list as $test_type) + { + echo ""; + } + } + + public function getTestTypesCountryLevel() { + # Returns test types available for aggregation + $saved_db = DbUtil::switchToLabConfigRevamp(); + $user_id = $_SESSION['user_id']; + $query = "SELECT * FROM test_mapping where user_id =".$user_id; + $resultset = query_associative_all($query, $count); + + if( count($resultset) > 0 ) { ?> + + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + $testName = $record['test_name']; + echo ""; + echo ""; + echo ""; + echo ""; + } + ?> + +
              #".LangUtil::$generalTerms['CMD_EDIT']."
              ".$record['test_id']."".$testName."".LangUtil::$generalTerms['CMD_EDIT']."
              + 0 ) { ?> + + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + echo ""; + } + ?> + +
              #
              ".$record['specimen_id']."".$record['specimen_name']."
              + 0 ) { ?> + + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + echo ""; + echo ""; + echo ""; + } + ?> + +
              #
              ".$record['test_category_id']."".$record['test_category_name']."
              + $lab_name) + { + $test_type_list = get_test_types_by_site($lab_config_id); + foreach($test_type_list as $test_type) { + $testName = $test_type->getName(); + if ( !array_key_exists($testName, $finalTestList) ) + $finalTestList[$testName] = $lab_config_id.":".$test_type->testTypeId.";"; + else { + $existingValue = $finalTestList[$testName]; + $finalTestList[$testName] = $existingValue.$lab_config_id.":".$test_type->testTypeId.";"; + } + continue; + } + } + ksort($finalTestList); + foreach($finalTestList as $key => $value) + echo ""; + */ + $userId = $_SESSION['user_id']; + $saved_db = DbUtil::switchToGlobal(); + $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; + $resultset = query_associative_all($query, $row_count); + foreach($resultset as $record) { + $key = $record['lab_id_test_id']; + $value = $record['test_name']; + echo ""; + } + DbUtil::switchRestore($saved_db); + } + + public function getTestNamesSelector() { + #Return table which includes dropdowns of specimens configured in all labs in the country + echo ""; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + } + echo ""; + echo ""; + echo ""; ?> + + + + + + "; + //echo ""; + //echo ""; ?> + + "; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + } + echo ""; + echo ""; + echo ""; ?> + + + + + boxes + $lab_config = LabConfig::getById($lab_config_id); + $test_id_list = get_discrete_value_test_types($lab_config); + $test_type_list = array(); + foreach($test_id_list as $test_type_id) + { + $test_type = TestType::getById($test_type_id); + $test_type_list[] = $test_type; + } + foreach($test_type_list as $test_type) + { + echo ""; + } + } + + public function getTestTypesByCategorySelect($lab_config_id, $cat_code) + { + # Returns test types used at a site for a particular category (lab section) + # For drop down $value"; + } + } + + public function getTestCategorySelect($lab_config_id=null) + { + # Returns a set of drop down options for test categories in catalog + $cat_list = get_test_categories($lab_config_id); + if($cat_list) { + foreach($cat_list as $key => $value) + echo ""; + return 1; + } + else + return 0; + } + + public function getTestCategoryCountrySelect($lab_config_id=null) + { + #Returns a set of drop down options for test categories in catalog of all labs in a country + $site_list = get_site_list($_SESSION['user_id']); + $final_cat_list = array(); + $count = 0; + foreach($site_list as $lab_config_id => $lab_name) + { + $cat_list = get_test_categories($lab_config_id); + foreach($cat_list as $key => $value) { + if ( !in_array($value, $final_cat_list) ) + $final_cat_list[] = $value; + else + continue; + } + } + foreach($final_cat_list as $value) + echo ""; + } + + public function getLangSelect() + { + echo ""; + echo ""; + echo ""; + } + + public function getSpecimenTypeCatalogOptions($elem_name, $elem_id) + { + # Returns a set of check boxes buttons for all tests available in catalog + $test_list = get_specimen_types_catalog(); + if(count($test_list) == 0) + { + echo "No tests present in catalog"; + return; + } + foreach($test_list as $key => $value) + { + echo "$value"; + } + } + + public function getTestListToImport($elem_name, $elem_id) + { + # Returns a set of check boxes buttons for all tests available in catalog + $test_list = get_specimen_types_catalog(); + if(count($test_list) == 0) + { + echo "No tests present in catalog"; + return; + } + foreach($test_list as $key => $value) + { + echo "$value"; + } + } + + + public function getTestTypeInfo($test_name, $show_db_name=false) + { + # Returns HTML for displaying test type information + $test_type = get_test_type_by_name($test_name); + ?> +
              ".$labName."
              Country Test Name: + +
              + $value"; + } + DbUtil::switchRestore($saved_db); + } + + public function getTestCategoryNamesSelector() { + #Return table which includes dropdowns of test categories configured in all labs in the country + echo ""; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + } + echo ""; + echo ""; + echo ""; ?> + + + + + + "; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + $ttype_list = get_test_types_catalog($labConfigId); + $space = 0; + foreach($ttype_list as $key => $value) + { + echo ""; + echo ""; + echo ""; + $space = 1; + + } + if($space == 1) + echo ""; + //echo "
              ";
              +                    //print_r($ttype_list);
              +                    //echo "
              "; + + //echo ""; + $count++; + DbUtil::switchRestore($saved_db); + } + echo "
              ".$labName."
              Country Category Name: + +
              + $value"; + } + DbUtil::switchRestore($saved_db); + } + + public function getMeasuresSelector() { + #Return table which includes dropdowns of measures configured in all labs in the country + echo ""; + $count = 1; + $siteList = get_site_list($_SESSION['user_id']); + foreach($siteList as $labConfigId => $labName) { + echo ""; + echo ""; + $count++; + DbUtil::switchRestore($saved_db); + } + echo ""; + echo ""; + echo ""; ?> + + + + + 0 ) { ?> +
              ".$labName."
              Country Specimen Name: + +
              + +
              + + + ".LangUtil::$generalTerms['NAME'].""; + foreach($resultset as $record) { + $measureName = $record['measure_name']; + echo ""; + echo ""; + echo ""; + } + ?> + +
              #
              ".$record['measure_id']."".$measureName."
              + "; + $count = 1; + echo "
              "."Test Name".""."Site Name"."
              ".$value."     -     ".$labName."
              "; + //echo "
              Country Specimen Name:
              ".$labName."
              Country Specimen Name: + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + > + + + + + +
              + name; + else + echo $test_type->getName(); + ?> +
              testCategoryId); ?>
              getDescription(); ?>
              + testTypeId); + sort($measure_id_list); + //print_r($measure_id_list); + foreach($measure_id_list as $measure_id) + { + $measure = get_measure_by_id($measure_id); + if($measure==NULL && count($meausre_id_list)==1 ) + { echo "No Measures Found!"; + break; + } + else if($measure!=NULL) + { + if(strpos($measure->getName(), "\$sub") !== false) + { + $decName = $measure->truncateSubmeasureTag(); + echo "    ".$decName."
              "; + } + else + { + echo $measure->getName()."
              "; + } + } + } + ?> +
              + testTypeId); + if(count($compatible_specimens) == 0) + { + echo "-"; + } + else + { + foreach($compatible_specimens as $curr_specimen) + { + # Show test name + $specimen_type = get_specimen_type_by_id($curr_specimen); + echo $specimen_type->getName()."
              "; + } + } + ?> +
              Hide Patient Name in ReporthidePatientName == 0) { + echo "No"; + } + else { + echo "Yes"; + } + ?> +
              Prevalence ThresholdprevalenceThreshold; ?>
              Target TATtargetTat; ?>
              Cost To PatienttestTypeId))); ?>
              + name); + ?> + + + + + + + + + + + + + + + + + + +
              name; ?>
              testCategoryId); ?>
              + getMeasureIds(); + foreach($measure_id_list as $measure_id) + { + $measure = getAggregateMeasureById($measure_id); + if($measure==NULL && count($meausre_id_list)==1 ) { + echo "No Measures Found!"; + break; + } + else if($measure!=NULL) + echo $measure->getName()."
              "; + } + ?> +
              + + + + + + + + + + + + + + + + +
              + name; + } + else + { + # Show name store din locale string + echo $specimen_type->getName(); + } + ?> +
              getDescription(); ?>
              + specimenTypeId); + if(count($compatible_tests) == 0) + { + echo "-"; + } + else + { + $count = 1; + foreach($compatible_tests as $curr_test) + { + # Show test name + $test_type = get_test_type_by_id($curr_test); + if($test_type == null) + { + # When mapping table entries are missing + # TODO: Add error handling + continue; + } + echo $test_type->getName(); + if($count % 2 == 0) + { + echo "
              "; + } + else if($count < count($compatible_tests)) + { + echo ", "; + } + $count++; + } + } + ?> +
              + + + + + ".LangUtil::$pageTerms['TIPS_TESTSNOTFOUND'].""; + return; + } + ?> + + + + + + + + + + $value) + { + $test_type = get_test_type_by_id($key); + $cat_name = get_test_category_name_by_id($test_type->testCategoryId); + ?> + + + + + + + + + + + + +
              #
              + . + + + + + + + + + +
              + ".LangUtil::$pageTerms['TIPS_SPECIMENSNOTFOUND'].""; + return; + } + ?> + + + $value) + { + ?> + + + + + + + + + + +
              + . + + + + + + +
              + "; + $html_code .= + ""; + $html_code .= + LangUtil::$generalTerms['USERNAME']. + "            ". + "        ". + LangUtil::$generalTerms['PWD_TEMP']. + "            ". + "   ". + LangUtil::$generalTerms['NAME']. + "            ". + "    ". + //"Access [?]". + "
              "; + $entry_row = + "   ". + "   ". + "   "; + for($count = 1; $count <= $num_entries; $count++) + { + $radio_row = + " ".LangUtil::$generalTerms['TECHNICIAN']. + "    ".LangUtil::$generalTerms['LAB_RECEPTIONIST']."
              "; + $html_code .= $entry_row.$radio_row; + } + $html_code .= ""; + $html_code .= "Add another»"; + $html_code .= + ""; + echo $html_code; + } + + public function getOperatorExistingForm($lab_config_id) + { + # Returns HTML table listing existing technician account, + # with options to change access or delete account + + global $LIS_TECH_RO, $LIS_TECH_RW; + ?> + + + + + + + + $username) + { + $user = get_user_by_id($user_id); + ?> + + + + + + + +
              ExistingChange AccessRemove
              + + + + + + +
              + + + + + + + onchange="javascript:update_remarks(,, 1, B)" /> + ".LangUtil::$generalTerms['MSG_NOTFOUND'].""; + return; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + + + + + + +
              + . + + name; ?> + + location; ?> + + adminUserId); ?> + + + + + + +
              + ".LangUtil::$generalTerms['MSG_NOTFOUND'].""; + return; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + + + + +
              + . + + username; ?> + + actualName; ?> + + listOwnedLabs($lab_admin->userId); + echo $lab_list; + ?> +
              + userId; + $del_progress_div_id = "delete_$lab_admin->userId"; + $del_link_div_id = "delete_link_$lab_admin->userId"; + if($lab_list != "-") + { + $message = "'$lab_admin->username' - ".LangUtil::$pageTerms['TIPS_ACC_LABSEXIST']; + $this->getAlertDialog($dialog_id, $message); + } + else + { + $message = "'$lab_admin->username' - ".LangUtil::$generalTerms['TIPS_ACC_CONFIRMDELETE']; + $ok_function = "delete_lab_admin($lab_admin->userId,'$lab_admin->username',0,'$del_link_div_id','$del_progress_div_id');"; + $cancel_function = "toggle('$dialog_id')"; + $this->getConfirmDialog($dialog_id, $message, $ok_function, $cancel_function); + } + ?> +
              + userId"; + ?> + Edit + + + Delete + +
              + ".LangUtil::$generalTerms['MSG_NOTFOUND'].""; + return; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + +
              + . + + username; ?> + + level); ?> + + + + +      + + + +      + +
              + userId; + $message = "'$user->username' - ".LangUtil::$generalTerms['TIPS_ACC_CONFIRMDELETE']; + $ok_function_call = "javascript:delete_user($user->userId);"; + $cancel_function_call = "javascript:toggle('$div_id');"; + $this->getConfirmDialog($div_id, $message, $ok_function_call, $cancel_function_call, $width=200); + ?> +
              + getSiteName()."
              "; + } + return $retval; + } + + public function getLabConfigInfo($lab_config_id) + { + # Returns HTML displaying lab configuration info + global $LIS_TECH_RW, $LIS_TECH_RO; + $lab_config = get_lab_config_by_id($lab_config_id); + if($lab_config == null) + { + ?> +
              Lab Configuration not found
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Facility Namename; ?>
              Locationlocation; ?>
              Lab ManageradminUserId); ?>
              Specimen Types + getName()."
              "; + } + ?> +
              Test Types + getName()."
              "; + } + ?> +
              Technician Accounts + $username) + { + $user = get_user_by_id($user_id); + echo "$user->username [$user->actualName] "; + if($user->level == $LIS_TECH_RW) + { + echo "Read-Write"; + } + else if($user->level == $LIS_TECH_RO) + { + echo "Read-Only"; + } + echo "
              "; + } + ?> +
              + +
              + ERROR: Report type not found. +
              + + + + + + + + + + + + + + + + groupByAge == 1) + { + ?> + + + + + + +
              Report Namename; ?>
              Group By Gender + groupByGender == 1) + echo " Yes "; + else + echo " No "; + ?> +
              Group By Age + groupByAge == 1) + echo " Yes "; + else + echo " No "; + ?> +
              Age Slots (years) + ageSlots as $age_slot) + { + echo $age_slot[0]."-".$age_slot[1]; + $slot_count++; + if($slot_count < count($report->ageSlots)) + echo " , "; + } + ?> +
              + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $test_name) + { + ?> + + + + + + +
              getSiteName(); ?>
              Total Patients
              Total Specimens
              Pending Specimens -
                 getName(); ?>specimenTypeId); ?>
              Pending Tests -
                 
              + +
              + +
              + + + + + + + + + + + + + + + $test_name) + { + ?> + + + + + + +
              getSiteName(); ?>
                 
              + +
              + +
              + + > + + pid != 0) + { + ?> + + + + + patientAddl != 0) + { + ?> + + + + + + + + + + + + + + + + + + dob != 0) + { + ?> + + + + + patientId); + foreach($custom_data_list as $custom_data) + { + + $field_name = get_custom_field_name_patient($custom_data->fieldId); + if(stripos($field_name,"^^")!= NULL || $field_name!= "" ) + { + $field_value = $custom_data->fieldValue; + + ?> + + + + + + +
              surrogateId; ?>
              + getAddlId(); ?> +
              getName(); ?>
              sex; ?>
              + getAge(); + ?> +
              getDob(); + ?> +
              + getFieldValueString($lab_config->id , 2); + ?> +
              + +
              + + + + + + pid == 0) + { + echo " style='display:none;' "; + } + ?>> + + + + + patientAddl == 0) + { + echo " style='display:none;' "; + } + ?>> + + + + + + + + + + + + + + + + + + + patientId); + $custom_data_map = array(); + foreach($custom_data_list as $custom_data) + { + $custom_data_map[$custom_data->fieldId] = $custom_data->fieldValue; + } + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + + + + + +
              + +
              + +
              + +
              + +
              + age != null and $patient->age != "" and $patient->age != "0") + { + ?> + + + + + +
              partialDob != null && $patient->partialDob != "") + { + # Partial DoB value is present + if(strpos($patient->partialDob, "-") === false) + { + # Year-only available + $value_list[] = $patient->partialDob; + $value_list[] = ""; + $value_list[] = ""; + } + else + { + # Year and month available + $partial_dob_parts = explode("-", $patient->partialDob); + $value_list[] = $partial_dob_parts[0]; + $value_list[] = $partial_dob_parts[1]; + $value_list[] = ""; + } + } + else if($patient->dob == null || $patient->dob == "") + { + # DoB not previously entered + $value_list[] = ""; + $value_list[] = ""; + $value_list[] = ""; + } + else + { + # Previous DoB value exists + $dob_parts = explode("-", $patient->dob); + $value_list = $dob_parts; + } + $this->getDatePicker($name_list, $id_list, $value_list, $show_format=true); + ?> +
              fieldName; ?> + id])) + $field_value = $custom_data_map[$custom_field->id]; + else + $field_value = ""; + $this->getCustomFormField($custom_field, $field_value); + ?> +
              + + ' onclick='javascript:update_profile();'> +     + +     + +
              +
              + +
              + + + + + getAuxId(); ?> + + + + specimenTypeId); ?> + + + dateRecvd); ?> + + + specimenId, $rem_specs)) + { + echo "Removed"; + } + else + { + echo $specimen->getStatus(); + } + } + else + { + echo $specimen->getStatus(); + } + ?> + + + + + specimenId; + $pid=$specimen->patientId; + + ?> + specimenId; ?>> + +
              + + + + + + getAuxId(); ?> + + + + specimenTypeId); ?> + + + dateRecvd); ?> + + + specimenId, $rem_specs)) + { + echo "Removed"; + } + else + { + echo $specimen->getStatus(); + } + } + else + { + echo $specimen->getStatus(); + } + ?> + + + + + specimenId; + $pid=$specimen->patientId; + + ?> + Report + + Print Barcode + + + + + + . + + + specimenId; ?> + + + specimenTypeId); ?> + + + getTestNames(); ?> + + + dateCollected)." ".$specimen->timeCollected; ?> + + + userId); ?> + + + +
              +
              + + + + + + + + + + + + + + + + + + + + specimenId, $rem_specs)) + continue; + } + $this->getSpecimenInfoRow($specimen, $rem_specs, $admin); + } + ?> + +
              + +
              +
              + + + + + + + + + + + + + + + + + specimenId, $rem_specs)) + continue; + } + + $this->getSelectSpecimenInfoRow($specimen, $rem_specs, $admin); + } + ?> + +
              + + + + + + + + + + + + + + + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + specimenId); + foreach($custom_data_list as $custom_data) + { + $field_name = get_custom_field_name_specimen($custom_data->fieldId); + if(stripos($field_name ,"^^")==NULL) + { + $field_value = $custom_data->fieldValue; + ?> + + + + + statusCodeId == Specimen::$STATUS_REFERRED || + $specimen->statusCodeId == Specimen::$STATUS_RETURNED + ) + { + ?> + + + + + + + + + + +
              specimenTypeId); ?>
              DB KeyspecimenId; ?>
              getAuxId(); ?>
              getDailyNum(); ?>
              sessionNum; ?>
              + patientId); + echo $patient->getName()." (".$patient->sex." ".$patient->getAge().")"; + ?> +    + Profile +
              + dateRecvd); ?> +
              userId); ?>
              getComments(); ?>
              getTestNames(); ?>
              + doctor) == "") + { + echo "-"; + } + else + { + echo $specimen->doctor; + } + ?> +
              getFieldValueString($_SESSION['lab_config_id'], 1); ?>
              + referredToName) == "") + { + echo "Not Known"; + } + else + { + echo $specimen->referredToName; + } + ?> +
              + getStatus(); + $result1="Completed"; + $result= $specimen->getStatus(); + ?> style='display:none;' + + title='Click to Enter result values for this Specimen'> + +
              + +
              + dateCollected); + $report_url = "reports_testhistory.php?location=".$_SESSION['lab_config_id']."&patient_id=".$specimen->patientId."&yf=$date_parts[0]&mf=$date_parts[1]&df=$date_parts[2]&yt=$date_parts[0]&mt=$date_parts[1]&dt=$date_parts[2]"; + //$report_url = "reports_specimen.php?location=".$_SESSION['lab_config_id']."specimen_id=".$specimen_id; + ?> +

              +

              &specimen_id=' title='Click to View a Log of Actions Performed on this Specimen' target='_blank'>

              + statusCodeId == Specimen::$STATUS_TOVERIFY || + $specimen->statusCodeId == Specimen::$STATUS_DONE + ) + { + ?> +

              + +

              + + +
              + +
              +
              + + + + + + + + + + + + + + + getTestInfoRow($test); + } + # TODO: Add paging to this table + ?> + +
              + + + + testTypeId); ?> + + + isPending()) + echo LangUtil::$generalTerms['PENDING_RESULTS']; + else + echo $test->decodeResult(); + ?> + + + getComments(); ?> + + + userId); ?> + + + getVerifiedBy(); ?> + + specimenId); + $pid=$specimen_object->patientId; + $sid=$test->specimenId; + + ?> + + + + + + + + + + + + + + + $value) + { + $test_type_id = $key; + $tat_value = $value[0]; + $num_specimens = $value[1]; + ?> + + + + + + + +
              Test TypeSpecimens HandledAverage Turnaround Time
              + 1) + { + echo $tat_value." days"; + } + else + { + $hours_value = $tat_value*24; + echo $hours_value." hours"; + } + ?> +
              + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Reagent NameLot NumberQuantity Checked OutDate of IssueUser NameCurrent Quantity
              + + + + + + + + + + + + + + + + + + + +
              Reagent NameLot NumberCurrent Stock
              + + + + + + + + + + + + $value) + { + $test_type_id = $key; + $tests_done_count = $value[0]; + $tests_pending_count = $value[1]; + ?> + + + + + + + +
              Completed Tests Pending Tests
              + + + + + + + + + + + + + + $value) + { + $doctor_name=$key; + $total_patients=$value[0]; + $total_specimens=$value[1]; + $total_tests=$value[2]; + + ?> + + + + + + + + + +
              + + + +
              + +
              + +
              +
              + + + + + + + + + + $value) + { + $specimen_type_id = $key; + $specimen_count = $value; + ?> + + + + + + +
              +
              + + + + + + + + + + + + + + $value) + { + $test_type_id = $key; + $count_all = $value[0]; + $count_negative = $value[1]; + $infection_rate = 0; + if($count_all != 0) + $infection_rate = round((($count_all-$count_negative)/$count_all)*100, 2); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + View Trends"; + } + ?> + + + + $value) + { + $test_type_name = $key; + $count_all = $value[0]; + $count_negative = $value[1]; + $threshold = $value[2]; + $infection_rate = 0; + $colorCode = "green"; + if($count_all != 0) { + $infection_rate = round((($count_all-$count_negative)/$count_all)*100, 2); + if ( $infection_rate >= $threshold ) + $colorCode = "red"; + else if ( $infection_rate >= intval($threshold*0.8) ) + $colorCode = "darkorange"; + } + ?> + + + + + + + + + + $infection_rate"; + if ( $viewTrendsEnabled ) { ?> + + + + + +
              Lab Name
              View Trends
              + + + + + ".$specimen.""; + $count++; + if($count % 3 == 0) + { + ?> + + + + + +
              + + + + + ".$test.""; + $count++; + if($count % 3 == 0) + { + ?> + + + + + +
              + + + + + ".$measure.""; + $count++; + if($count % 3 == 0) + { + ?> + + + + + +
              + id; + if($custom_field->fieldTypeId == CustomField::$FIELD_FREETEXT) + { + echo ""; + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_DATE) + { + $name_list = array($name_prefix."_yyyy", $name_prefix."_mm", $name_prefix."_dd"); + $id_list = $name_list; + $today = date("Y-m-d"); + if($field_value == "") + $field_value = $today; + $value_list = explode("-", $field_value); + $this->getDatePicker($name_list, $id_list, $value_list, true); + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_OPTIONS) + { + $options = explode("/", $custom_field->fieldOptions); + echo ""; + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_MULTISELECT) + { + # TODO: Update this to multiselect plugin + ?> + + fieldOptions); + echo ""; + } + else if($custom_field->fieldTypeId == CustomField::$FIELD_NUMERIC) + { + $range = explode(":", $custom_field->fieldOptions); + $elem_id = $name_prefix."_".$seq_num; + $error_elem_id = $elem_id."_err"; + echo ""; + echo "($range[0]-$range[1]) $range[2]
              "; + echo ""; + } + } + + function getExistingSpecimenCustomFields($lab_config_id) + { + $field_list = get_lab_config_specimen_custom_fields($lab_config_id); + if(count($field_list) == 0) + { + echo "None"; + return; + } + for($i = 0; $i < count($field_list); $i++) + { + echo $field_list[$i]->fieldName; + if($i < count($field_list) - 1) + echo ", "; + } + } + + function getExistingPatientCustomFields($lab_config_id) + { + $field_list = get_lab_config_patient_custom_fields($lab_config_id); + if(count($field_list) == 0) + { + echo "None"; + return; + } + for($i = 0; $i < count($field_list); $i++) + { + echo $field_list[$i]->fieldName; + if($i < count($field_list) - 1) + echo ", "; + } + } + + function getExistingLabTitleCustomFields($lab_config_id) + { + $field_list = get_lab_config_labtitle_custom_fields($lab_config_id); + if(count($field_list) == 0) + { + echo "None"; + return; + } + for($i = 0; $i < count($field_list); $i++) + { + echo $field_list[$i]->fieldName; + if($i < count($field_list) - 1) + echo ", "; + } + } + + function getStockForm($count) + { + $name_request="txtRow".$count."1"; +$lot_number_request="txtRow".$count."2"; +$expiry_date_request="txtRow".$count."3"; +$manufacture_request="txtRow".$count."4"; +$quantity_supplied_request="txtRow".$count."6"; +$supplier_request="txtRow".$count."5"; +$unit_request="txtRow".$count."7"; +$cost_request="txtRow".$count."8"; +$name_list = array("yyyy_to".$count, "mm_to".$count, "dd_to".$count); + $id_list = $name_list; + $today = date("Y-m-d"); + $today_array = explode("-", $today); + $value_list = $today_array; + ?> +          +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + Reagent + + +
              + Lot_Number + + +
              + Expiry_Date + + +
              + Manufacturer + + +
              + Supplier + + +
              + Quantity_Supplied + + +
              Units + + +
              Cost per Unit + + +
              + + + + getDatePicker($name_list, $id_list, $value_list); ?> + +
              +
              + +
              +
              +
              + + ' class='uniform_width'> */ ?> + + + + > + + + + + + + + + + + + + + + > + + + + + specimenAddl == 0) + echo " style='display:none;' "; + ?>> + + + + + > + + + + + + + + + + + + + + > + + + + > + + + + + > + + + + + flag)==NULL) + { + ?> + + + + + + + > + + + + + + + + + + + + + + + +
              + + + size="20" class='uniform_width'> +
              + + + +
              + + + + -- + +
              + + + + + +
              +
              + + + +
              + + + getDatePicker($name_list, $id_list, $value_list, true); + ?> +
              + + + getDatePicker($name_list, $id_list, $value_list, false); + ?> +
              + + + + : + +   hrs +
              + + + +
              + + + +
              fieldName; ?>getCustomFormField($custom_field); ?>
              + + + + +
              + + + getConfirmDialog($dialog_id, $message, $ok_function, $cancel_function, $width=200); + ?> +
              +
              +
              + + + getAsteriskMessage(); ?> + + +
              +
              + + + + + + + + + + + + + + + + + + + + + specimenId); + $patient = Patient::getById($specimen->patientId); + ?> + + + + + + + + + + + + + + + + + + +
              + ? + + +
              getSurrogateId(); ?>getDailyNum(); ?>getAuxId(); ?>getName(); ?>specimenTypeId); ?>dateCollected)." ".$specimen->timeCollected; ?> + testTypeId); + echo "
              "; + } + ?> +
              getReportTo(); ?> +
              + +
              +
              + getGoalTatValues(); + ?> + + + + + + + + + + $value) + { + $curr_tat_value = $value; + ?> + + + + + + +
              + + + + +     + +
              + getGoalTatValues(); + ?> + + + + + + + + + $value) + { + ?> + + + + + + +
              + + + +
              + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + +
              + # + + + + + + + +
              + . + + fieldName; ?> + + getFieldTypeName(); ?> + + + Edit + +
              + options for custom field type + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              +     + + + +
              + + + +
              + + + +
              +
              + ' onclick='javascript:checkandsubmit()'> + +      + +      + +
              +
              + +
              + +
              + +
              + + + + + + + + + + + + + + + fieldTypeId == CustomField::$FIELD_OPTIONS || $custom_field->fieldTypeId == CustomField::$FIELD_MULTISELECT) + { + ?> + + + + + fieldTypeId == CustomField::$FIELD_NUMERIC) + { + # Show existing range value fields + $range = $custom_field->getFieldRange(); + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              +     + + + +
              + + + + getFieldTypeName(); ?> +
              + + + + getFieldOptions(); + $count = 1; + foreach($options as $option) + { + ?> + + +
              + +
              + » +
              + + + + - + +
              + + + +
              + Enable: + + + flag)==0) { ?> checked > +
              + Delete: + + +
              + +
              +
              + ' onclick='javascript:checkandsubmit()'> + +      + +      + +
              +
              + +
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $specimen_type_id = $key; + $specimen_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              $specimen_name"; + + } + else + echo ">$specimen_name"; + } + else + echo ">$specimen_name"; + ?> +
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $test_type_id = $key; + $test_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              $test_name"; + + } + else + echo ">$test_name"; + } + else + echo ">$test_name"; + ?> +
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $test_type_id = $key; + $test_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              $test_name"; + + } + else + echo ">$test_name"; + } + else + echo ">$test_name"; + ?> +
              + +
              + ERROR: Lab configuration not found +
              + + + + + + +
              + + + + + + +
              Patient Number"; + } + else + { + echo ">Patient Number"; + } + ?> + Patient's Age"; + } + else + { + echo ">Patient's Age"; + } + ?> +
              +

              + Number of Results Per Page: + "; + $i = 1; + while($i < 101) + { + if($ssfields['results_per_page'] == $i) + echo ""; + else + echo ""; + $i++; + } + echo "";?> + + +
              + ERROR: Lab configuration not found +
              + + + + + + + + + + + + + + + + + + +
              Encoding Format: + "; + $codeTypes = getBarcodeTypes(); + foreach ($codeTypes as $type) + { + if($brfields['type'] == $type) + echo ""; + else + echo ""; + } + echo "";?>
              Barcode Width: + + "; + $i = 1; + while($i < 11) + { + if($brfields['width'] == $i) + echo ""; + else + echo ""; + $i++; + } + echo "";?> +
              Barcode Height: + "; + $i = 5; + while($i < 81) + { + if($brfields['height'] == $i) + echo ""; + else + echo ""; + $i++; + } + echo "";?> +
              Text Size: + "; + $i = 5; + while($i < 40) + { + if($brfields['textsize'] == $i) + echo ""; + else + echo ""; + $i++; + } + echo "";?>
              + +
              + ERROR: Lab configuration not found +
              + + + + + $value) + { + $measure_id = $key; + $measure_name = $value; + $count++; + ?> + + + "; + } + ?> + +
              + > + + + +
              + + + + + $value) + { + $test_list = get_compatible_tests($key); + $test_csv = implode(",", $test_list); + echo $array_name."[".$key."]='$test_csv'; "; + } + } + + public function getGroupedCountReportConfigureForm($lab_config) + { + $configArray = getTestCountGroupedConfig($lab_config->id); + $byAge = $configArray['group_by_age']; + $ageGroups = $configArray['age_groups']; + $byGender = $configArray['group_by_gender']; + $bySection = $configArray['measure_id']; + $combo = $configArray['test_type_id']; // 1 - registered, 2 - completed, 3 - completed / pending + + $sp_configArray = getSpecimenCountGroupedConfig($lab_config->id); + $sp_byAge = $sp_configArray['group_by_age']; + $sp_ageGroups = $sp_configArray['age_groups']; + $sp_byGender = $sp_configArray['group_by_gender']; + $sp_bySection = $sp_configArray['measure_id']; + $sp_combo = $sp_configArray['test_type_id']; // 1 - registered, 2 - completed, 3 - completed / pending + + ?> + +
              + + + + + + + + + + + + + + + + + + > + + + + + + + + + + + + + + + + + + + + > + + + + + + + + + + +
              Test Count (Grouped) Report Settings:
              + > +     + > +
              + > +     + > +
              + > +     + > +
              + > +
              + > +
              + > +

              Specimen Count (Grouped) Report Settings:
              + > +     + > +
              + > +     + > +
              +
              + '> +     + +
              +
              + id); + $byAge = $configArray['group_by_age']; + $ageGroups = $configArray['age_groups']; + $byGender = $configArray['group_by_gender']; + $bySection = $configArray['measure_id']; + $combo = $configArray['test_type_id']; // 1 - registered, 2 - completed, 3 - completed / pending + + + $sp_configArray = getSpecimenCountGroupedConfig($lab_config->id); + $sp_byAge = $sp_configArray['group_by_age']; + $sp_ageGroups = $sp_configArray['age_groups']; + $sp_byGender = $sp_configArray['group_by_gender']; + $sp_bySection = $sp_configArray['measure_id']; + $sp_combo = $sp_configArray['test_type_id']; // 1 - registered, 2 - completed, 3 - completed / pending + + ?> +
              + + + + + + + + + + + + + + + + + + + > + + + + + + + + + + + + + + + + + + + + > + + + + + +
              Test Count (Grouped) Report Settings:
              + +
              + +
              + +
              () + +
              + +
              Specimen Count (Grouped) Report Settings:
              + +
              + +
              () + +
              +
              + id, 0, 0); + if($site_settings == null) + { + # TODO: + //$this->getNewAggregateReportConfigForm($lab_config); + } + ?> + +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none' "; + ?>> + + + + getTestTypes(); + foreach($test_list as $test_type) + { + ?> + + + + + + + + + + +
              + groupByGender == 1) + echo " checked "; + ?>> +     + groupByGender == 0) + echo " checked "; + ?>> +
              + groupByAge == 1) + echo " checked "; + ?>> +     + groupByAge == 0) + echo " checked "; + ?>> +
              () +
              + + groupByAge == 0) + { + # Group by age not enabled. Show empty form fields + ?> + - + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + ?> + -    + + +
              + » +
              +
              + getName(); ?> + + + getMeasures(); + ?> + id, $test_type->testTypeId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + if($measure->checkIfSubmeasure() == 1) + { + $decName = $measure->truncateSubmeasureTag(); + } + else + { + $decName = $measure->getName(); + } + echo $decName."   "; + } + $range_bounds = explode(":", $measure->range); + $span_id = $test_type->testTypeId."_".$measure_count; + $field_name_upper = "slotu_".$test_type->testTypeId."_".$measure->measureId; + $field_name_lower = "slotl_".$test_type->testTypeId."_".$measure->measureId; + ?> + + + - + measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + if($slot_bounds[0] == "\$freetext$$") + continue; + ?> + -    + + +
              + );"> » +
              "; + } + } + if($measure_to_set === false) + { + echo "".LangUtil::$pageTerms['RANGE_NOTREQD']."

              "; + } + ?> +
              +
              + '> +     + '> +     + +     + +
              +
              + + > +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none'; "; + ?>> + + + + + + + + + + + + + + +
              + groupByGender == 1) + echo " checked "; + ?>> +     + groupByGender == 0) + echo " checked "; + ?>> +
              + groupByAge == 1) + echo " checked "; + ?>> +     + groupByAge == 0) + echo " checked "; + ?>> +
              () +
              + + groupByAge == 0) { + # Group by age not enabled. Show empty form fields + ?> + - + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + ?> + -    + + +
              + » +
              +
              + getName(); ?> + + + getMeasures(); + ?> + testId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + echo $measure->getName()."   "; + } + $range_bounds = explode(":", $measure->range); + $span_id = $test_type->testId."_".$measure_count; + $field_name_upper = "slotu_".$test_type->testId."_".$measure->measureId; + $field_name_lower = "slotl_".$test_type->testId."_".$measure->measureId; + ?> + + + - + measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + ?> + -    + + +
              + );"> » +
              "; + } + } + if($measure_to_set === false) + { + echo "".LangUtil::$pageTerms['RANGE_NOTREQD']."

              "; + } + ?> +
              +
              + '> +     + '> +     + +     + +
              +
              + id, 0, 0); + if($site_settings == null) + { + # TODO: + //$this->getNewAggregateReportConfigForm($lab_config); + } + ?> +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none' "; + ?>> + + + + getTestTypes(); + foreach($test_list as $test_type) + { + ?> + + + + + + +
              + groupByGender == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              + groupByAge == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              () + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + echo $age_bounds[0]."-".$age_bounds[1]; + echo "   "; + } + + ?> +
              + getName(); ?> + + getMeasures(); + ?> + id, $test_type->testTypeId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + if($measure->checkIfSubmeasure() == 1) + { + $decName = $measure->truncateSubmeasureTag(); + } + else + { + $decName = $measure->getName(); + } + echo $decName."   "; + } + $range_bounds = explode(":", $measure->range); + if($disease_report == null) + { + # No entry exists. Show default values. + echo $range_bounds[0]."-".$range_bounds[1]; + } + else + { + # Entries exist. Prefill form with these values. + $slot_list = explode(",", $disease_report->measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + if($slot_bounds[0] == "\$freetext$$") + continue; + echo $slot_bounds[0]."-".$slot_bounds[1]; + echo "   "; + } + } + echo "

              "; + } + } + if($measure_to_set === false) + { + echo "".LangUtil::$pageTerms['RANGE_NOTREQD']."

              "; + } + ?> +
              +
              + +
              + + + + + + + + + + + groupByAge == 0) + echo " style='display:none' "; + ?>> + + + + + + + + + + +
              + groupByGender == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              + groupByAge == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              () + ageGroups); + foreach($age_parts as $age_part) + { + if(trim($age_part) == "") + continue; + $age_bounds = explode(":", $age_part); + echo $age_bounds[0]."-".$age_bounds[1]; + echo "   "; + } + + ?> +
              + getName(); ?> + + getMeasures(); + ?> + testId, $measure->measureId); + $measure_count++; + if(strpos($measure->range, "/") !== false) + { + # Alphanumeric options + # Do nothing + //$range_options = explode("/", $measure->range); + } + else + { + # Numeric ranges + # Show fields to select range slots + $measure_to_set = true; + + if(count($measure_list) != 1) + { + # Show measure names if more than one. + echo $measure->getName()."   "; + } + $range_bounds = explode(":", $measure->range); + if($disease_report == null) + { + # No entry exists. Show default values. + echo $range_bounds[0]."-".$range_bounds[1]; + } + else + { + # Entries exist. Prefill form with these values. + $slot_list = explode(",", $disease_report->measureGroups); + foreach($slot_list as $slot_part) + { + if(trim($slot_part) == "") + continue; + $slot_bounds = explode(":", $slot_part); + echo $slot_bounds[0]."-".$slot_bounds[1]; + echo "   "; + } + } + echo "

              "; + } + } + if($measure_to_set === false) + { + echo ""."No range configuration required"./*LangUtil::$pageTerms['RANGE_NOTREQD'].*/"

              "; + } + ?> +
              +
              + + name."
              "; ?> + + + testTypeId == null) + { + echo $test_type_id; + } + else + { + echo $report_config->testTypeId; + } + ?>> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + reportId==1){?> + + +
              Alignment + >Left + alignment_header == 'center') echo " checked "; ?>>Center + alignment_header == 'right') echo " checked "; ?>>Right +
              Header + + +
              Title + + ", $report_config->titleText); + foreach($title_list as $title_string) + { + ?> + +
              + +
              + » +
              Footer + + +
              Designation + + +
              (%) + +   + +     + +   + +     + +   + +     + +   + +
              + landscape == true) echo " checked "; ?>> + landscape == false) echo " checked "; ?>> +
              Clinical Data + useClinicalData == 1) echo " checked "; ?>> + useClinicalData == 0) echo " checked "; ?>> +

              labConfigId.".jpg")==true) + echo "LOGO being Used "; ?>

              File Upload:

              labConfigId.".jpg")==false) + {echo "( Add a Logo)"; }else echo "(Change Logo)"; ?> + Choose a .jpg logo File to upload: + + +
              +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + labConfigId); + if( $lab_config ) { + $custom_field_list = $lab_config->getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + if(true) + # specimen_id as DB internal key: Hide this section + # For the user "specimen ID" is now stored in aux_id field + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + labConfigId); + if( $lab_config ) { + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + //if(true) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + + ?>> + + + + +
              + usePatientId == 1) + echo " checked "; + ?>> + + +
              + useDailyNum == 1) + echo " checked "; + ?>> + + +
              + usePatientAddlId == 1) + echo " checked "; + ?>> + +
              + useGender == 1) + echo " checked "; + ?>> + + +
              + useAge == 1) + echo " checked "; + ?>> + + +
              + useDob == 1) + echo " checked "; + ?>> + + +
              + usePatientName == 1) + echo " checked "; + ?>> + + +
              + useTest == 1) + echo " checked "; + ?>> + + +
              + usePatientRegistrationDate == 1) + echo " checked "; + ?>> + + +
              + id, $report_config->patientCustomFields)) + echo " checked "; + ?>> + + fieldName; ?> +
              + useSpecimenId == 1) + if(true) + echo " checked "; + ?>> + + +
              + useSpecimenAddlId == 1) + echo " checked "; + ?>> + + +
              + useSpecimenName == 1) + echo " checked "; + ?>> + + +
              + useDateRecvd == 1) + echo " checked "; + ?>> + + +
              + useComments == 1) + echo " checked "; + ?>> + + +
              + useReferredTo == 1) + echo " checked "; + ?>> + + +
              + useDoctor == 1) + echo " checked "; + ?>> + + +
              + id, $report_config->specimenCustomFields)) + echo " checked "; + ?>> + + fieldName; ?> +
              + useTestName == 1) + echo " checked "; + ?>> + + +
              + useMeasures == 1) + echo " checked "; + ?>> + + +
              + useResults == 1) + echo " checked "; + ?>> + + +
              + useRange == 1) + echo " checked "; + ?>> + +
              + useRemarks == 1) + echo " checked "; + ?>> + + +
              + useEntryDate == 1) + echo " checked "; + ?>> + + +
              + useEnteredBy == 1) + echo " checked "; + ?>> + + +
              + useVerifiedBy == 1) + echo " checked "; + ?>> + + +
              + useStatus == 1) + echo " checked "; + ?>> + + +
              + + + + + + + + + + +
              + ' onclick=""> +     + "> + + +     + +
              + +
              + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              HeaderheaderText; ?>
              TitletitleText; ?>
              Footer + footerText; ?> +
              Designation + designation ?> +
              (%) + +   + margins[ReportConfig::$TOP]; ?> +     + +   + margins[ReportConfig::$BOTTOM]; ?> +     + +   + margins[ReportConfig::$LEFT]; ?> +     + +   + margins[ReportConfig::$RIGHT]; ?> +
              + landscape == true) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              Clinical Data + useClinicalData == 1) + echo LangUtil::$generalTerms['YES']; + else + echo LangUtil::$generalTerms['NO']; + ?> +
              + + + + + + + + usePatientId == 1) + { + echo ""; + } + ?> + + + useDailyNum == 1) + { + echo ""; + } + ?> + + + usePatientAddlId == 1) + { + echo ""; + } + ?> + + + + + + + + + + + + + + + + + + + + labConfigId); + $custom_field_list = $lab_config->getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + reportId == 7) + echo " style='display:none;' "; + ?>> + + + + labConfigId); + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + reportId == 6) + echo " style='display:none;' "; + ?>> + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + //if(true) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + ?>> + + + + reportId == 6 || $report_config->reportId == 2) + echo " style='display:none;' "; + + ?>> + + + + + +
              "; + echo LangUtil::$generalTerms['PATIENT_ID']; + echo "
              "; + echo LangUtil::$generalTerms['PATIENT_DAILYNUM']; + echo "
              "; + echo LangUtil::$generalTerms['ADDL_ID']; + echo "
              + useGender == 1) + echo LangUtil::$generalTerms['GENDER']; + ?> +
              + useAge == 1) + echo LangUtil::$generalTerms['AGE']; + ?> +
              + useDob == 1) + echo LangUtil::$generalTerms['DOB']; + ?> +
              + usePatientName == 1) + echo LangUtil::$generalTerms['NAME']; + ?> +
              + useTest == 1) + echo LangUtil::$generalTerms['TEST']; + ?> +
              + usePatientRegistrationDate == 1) + echo "Registration Date"; + ?> +
              + id, $report_config->patientCustomFields)) + echo $custom_field->fieldName; + ?> +
              + useSpecimenAddlId == 1) + # For the user "specimen ID" is now stored in aux_id field + echo LangUtil::$generalTerms['SPECIMEN_ID']; + ?> +
              + useSpecimenName == 1) + echo LangUtil::$generalTerms['SPECIMEN_TYPE']; + ?> +
              + useDateRecvd == 1) + echo LangUtil::$generalTerms['R_DATE']; + ?> +
              + useComments == 1) + echo LangUtil::$generalTerms['COMMENTS']; + ?> +
              + useReferredTo == 1) + echo LangUtil::$generalTerms['REF_OUT']; + ?> +
              + useDoctor == 1) + echo LangUtil::$generalTerms['DOCTOR']; + ?> +
              + id, $report_config->specimenCustomFields)) + echo $custom_field->fieldName; + ?> +
              + useTestName == 1) + echo LangUtil::$generalTerms['TEST_TYPE']; + ?> +
              + useMeasures == 1) + echo LangUtil::$generalTerms['MEASURES']; + ?> +
              + useResults == 1) + echo LangUtil::$generalTerms['RESULTS']; + ?> +
              + useRange == 1) + echo LangUtil::$generalTerms['RANGE']; + ?> +
              + useRemarks == 1) + echo LangUtil::$generalTerms['RESULT_COMMENTS']; + ?> +
              + useEntryDate == 1) + echo LangUtil::$generalTerms['E_DATE']; + ?> +
              + useEnteredBy == 1) + echo LangUtil::$generalTerms['ENTERED_BY']; + ?> +
              + useVerifiedBy == 1) + echo LangUtil::$generalTerms['VERIFIED_BY']; + ?> +
              + useStatus == 1) + echo LangUtil::$generalTerms['SP_STATUS']; + ?> +
              + + #report_config_content { + padding-left: 10px; + margin-top:px; + margin-bottom:px; + margin-right:px; + margin-left:px; + + } + + + + + dateFormat === $format) + echo " selected "; + echo">".$DATE_FORMAT_PRETTY_LIST[$count].""; + $count++; + } + } + + public function getExportTxtScript() + { + ?> + +
              + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              - + pid != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->pid == 2) + echo " (Mandatory field) "; + ?> +
              - + patientAddl != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->patientAddl == 2) + echo " (Mandatory field) "; + ?> +
              - + dailyNum == 1 || $lab_config->dailyNum == 11 || $lab_config->dailyNum == 2 || $lab_config->dailyNum == 12) + echo " In use "; + else + echo "Not in use"; + if($lab_config->dailyNum == 2 || $lab_config->dailyNum == 12) + { + echo " (Mandatory field) "; + echo "  "; + } + if($lab_config->dailyNum == 1 || $lab_config->dailyNum == 11 || $lab_config->dailyNum == 2 || $lab_config->dailyNum == 12) + { + echo "  ".LangUtil::$generalTerms['MSG_RESET'].": "; + switch($lab_config->dailyNumReset) + { + case LabConfig::$RESET_DAILY: + echo LangUtil::$pageTerms['DAILY']; + break; + case LabConfig::$RESET_WEEKLY: + echo LangUtil::$pageTerms['WEEKLY']; + break; + case LabConfig::$RESET_MONTHLY: + echo LangUtil::$pageTerms['MONTHLY']; + break; + case LabConfig::$RESET_YEARLY: + echo LangUtil::$pageTerms['YEARLY']; + break; + } + } + ?> +
              - + pname != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->pname == 2) + echo " (Mandatory field) "; + ?> +
              - + sex != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->sex == 2) + echo " (Mandatory field) "; + ?> +
              - + dob != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->dob == 2) + echo " (Mandatory field) "; + ?> +
              - + age == 1 || $lab_config->age == 2 || $lab_config->age == 11 || $lab_config->age == 12) + echo " In use "; + else + echo "Not in use"; + if($lab_config->age == 2 || $lab_config->age == 12) + echo " (Mandatory field) "; + ?> +
              - ? + hidePatientName == 0) + echo " Yes "; + else + echo " No "; + ?> +
              - + sid != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->sid == 2) + echo " (Mandatory field) "; + ?> +
              - + specimenAddl != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->specimenAddl == 2) + echo " (Mandatory field) "; + ?> +
              - + comm != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->comm == 2) + echo " (Mandatory field) "; + ?> +
              - + rdate != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->rdate == 2) + echo " (Mandatory field) "; + ?> +
              - + refout != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->refout == 2) + echo " (Mandatory field) "; + ?> +
              - + doctor != 0) + echo " In use "; + else + echo "Not in use"; + if($lab_config->doctor == 2) + echo " (Mandatory field) "; + ?> +
              dateFormat; ?>
              + + pname != 0) + { + ?> + + dailyNum == 1 || $lab_config->dailyNum == 11 || $lab_config->dailyNum == 2 || $lab_config->dailyNum == 12) + { + ?> + + pid != 0) + { + ?> + + patientAddl != 0) + { + ?> + + + + pname != 0) + { + ?> + + dailyNum == 1 || $lab_config->dailyNum == 11 || $lab_config->dailyNum == 2 || $lab_config->dailyNum == 12) + { + ?> + + pid != 0) + { + ?> + + patientAddl != 0) + { + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Header
              Title
              Footer
              (%) + +   + +     + +   + +     + +   + +     + +   + +
              + + +
              + + +
              + + +
              + + +           +           +           +           + +
              + + +
              +
              + » +
              + +     + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + ?> + + + + + + + + + + +
              + + + +
              + + + +
              + + +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + fieldName; ?> +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + +
              + + + fieldName; ?> +
              + +
              +
              + +
              + ' id='worksheet_submit_button' onclick='javascript:submit_worksheet_form();'> + +     + + + + + +     + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              name; ?>
              HeaderheaderText; ?>
              TitletitleText; ?>
              FooterfooterText; ?>
              (%) + +   + margins[ReportConfig::$TOP]; ?> +     + +   + margins[ReportConfig::$BOTTOM]; ?> +     + +   + margins[ReportConfig::$LEFT]; ?> +     + +   + margins[ReportConfig::$RIGHT]; ?> +
              + idFields[CustomWorksheet::$OFFSET_PID] == 1) + { + echo LangUtil::$generalTerms['YES']; + } + else + { + echo LangUtil::$generalTerms['NO']; + } + ?> +
              + idFields[CustomWorksheet::$OFFSET_DNUM] == 1) + { + echo LangUtil::$generalTerms['YES']; + } + else + { + echo LangUtil::$generalTerms['NO']; + } + ?> +
              + idFields[CustomWorksheet::$OFFSET_ADDLID] == 1) + { + echo LangUtil::$generalTerms['YES']; + } + else + { + echo LangUtil::$generalTerms['NO']; + } + ?> +
              + + userFields as $field_entry) + { + $field_id = $field_entry[0]; + $field_name = $field_entry[1]; + $field_width = $field_entry[2]; + echo $field_name; + echo "  ("; + echo LangUtil::$pageTerms['COLUMN_WIDTH'].": "; + echo $field_width; + echo ")"; + echo "
              "; + } + ?> +
              +
              +
              +
              + testTypes; + foreach($test_type_list as $test_type_id) + { + $test_type = TestType::getById($test_type_id); + $measure_list = $test_type->getMeasures(); + ?> +
              + getName(); ?> +
              +
              + + + + + + + measureId; + ?> + + + + + + + + +
              (%)
              + getName(); ?> + + columnWidths[$test_type_id][$measure_id]; ?> +
              +
              +
              +
              + +
              + + getCustomWorksheets(); + foreach($worksheet_list as $worksheet) + { + print_r($worksheet); + echo ""; + } + } + + public function getCustomWorksheetTable($lab_config) + { + echo "Custom Worksheets"; + if($lab_config == null) + { + echo "
              ".LangUtil::$generalTerms['MSG_NOTFOUND']."
              "; + return; + } + $worksheet_list = $lab_config->getCustomWorksheets(); + if($worksheet_list == null || count($worksheet_list) == 0) + { + echo "
              ".LangUtil::$generalTerms['MSG_NOTFOUND']."
              "; + return; + } + ?> + + + + + + + + + + + + + + + + + +
              + # + + + +
              + . + + name; ?> + + + + +      +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              Header
              Title
              Footer
              (%) + +   + +     + +   + +     + +   + +     + +   + +
              + idFields[CustomWorksheet::$OFFSET_PID] == 1) + { + echo " checked "; + }?>> + idFields[CustomWorksheet::$OFFSET_PID] == 0) + { + echo " checked "; + }?>> +
              + idFields[CustomWorksheet::$OFFSET_DNUM] == 1) + { + echo " checked "; + }?>> + idFields[CustomWorksheet::$OFFSET_DNUM] == 0) + { + echo " checked "; + }?>> +
              + idFields[CustomWorksheet::$OFFSET_ADDLID] == 1) + { + echo " checked "; + }?>> + idFields[CustomWorksheet::$OFFSET_ADDLID] == 0) + { + echo " checked "; + }?>> +
              + + +           +           +           +           + +
              + userFields == null || count($worksheet->userFields) == 0) + { + //echo LangUtil::$generalTerms['NO']."
              "; + } + foreach($worksheet->userFields as $field_entry) + { + $field_id = $field_entry[0]; + $field_name = $field_entry[1]; + $field_width = $field_entry[2]; + ?> + + + +
              + +
              + » +
              + testTypes[0]; + $saved_db = DbUtil::switchToGlobal(); + $query_string = "SELECT test_category_id FROM test_type WHERE test_type_id=$test_type_id"; + $record = query_associative_one($query_string); + $cat_code = $record['test_category_id']; + $cat_name = get_test_category_name_by_id($cat_code); + DbUtil::switchRestore($saved_db); + echo $cat_name; + ?> +
              +
              +
              + id, $cat_code); + foreach($test_type_list as $test_type) + { + $measure_list = $test_type->getMeasures(); + ?> +
              + testTypeId, $worksheet->testTypes)) + echo " checked "; + ?>> + getName(); ?> + +
              +
              + + + + + + + testTypeId, $worksheet->testTypes)) + $width_val = $worksheet->columnWidths[$test_type->testTypeId][$measure->measureId]; + else + $width_val = ""; + ?> + + + + + + + + +
              (%)
              + getName(); ?> + + + +
              +
              +
              +
              + + ' id='worksheet_submit_button' onclick='javascript:submit_worksheet_form();'> + +     + + + + + +     + + + $value) + { + echo "$value
              "; + $count++; + */ + if($count == 0) + echo " checked "; + echo ">$value
              "; + $count++; + } + } +} + +if(session_id() == "") + session_start(); +?> \ No newline at end of file diff --git a/htdocs/includes/perms_check.php.bak b/htdocs/includes/perms_check.php.bak new file mode 100644 index 000000000..d320d1d2e --- /dev/null +++ b/htdocs/includes/perms_check.php.bak @@ -0,0 +1,72 @@ +isAdmin()) + if(is_admin($user)) + { + $_SESSION['lab_config_id'] = -1; + $_SESSION['db_name'] = ""; + } + else + { + $_SESSION['lab_config_id'] = $user->labConfigId; + $lab_config = get_lab_config_by_id($user->labConfigId); + $_SESSION['db_name'] = $lab_config->dbName; + } + # Set session variables for recording latency/user props + $_SESSION['PROPS_RECORDED'] = false; + $_SESSION['DELAY_RECORDED'] = false; + #TODO: Add other session variables here + $_SESSION['user_role'] = "garbage"; +} + +$page_access_map = array(); + +if +( + !isset($_SESSION['username']) + && strpos($_SERVER['PHP_SELF'], 'login.php') === false + && strpos($_SERVER['PHP_SELF'], 'password_reset.php') === false + && strpos($_SERVER['PHP_SELF'], 'password_reset_confirm.php') === false +) +{ + #User not logged in + header("Location:login.php?prompt"); +} +else if +( + strpos($_SERVER['PHP_SELF'], 'login.php') === false + && strpos($_SERVER['PHP_SELF'], 'password_reset.php') === false + && strpos($_SERVER['PHP_SELF'], 'password_reset_confirm.php') === false +) +{ + # TODO: + # This code is executed if the user is logged in + # Check if user has access to $_SERVER['PHP_SELF'] + if(isset($_SESSION['user_level'])) + { + + } + # ... + # Fetch appropriate top menu options in an array + if(isset($_SESSION['user_level'])) + $top_menu_options = get_top_menu_options($_SESSION['user_level']); +} +?> \ No newline at end of file diff --git a/htdocs/includes/script_elems.php b/htdocs/includes/script_elems.php index 46c8fe1bc..b3ec1602d 100644 --- a/htdocs/includes/script_elems.php +++ b/htdocs/includes/script_elems.php @@ -25,7 +25,10 @@ class ScriptElems public $enabledDragTable = false; public $enabledEditInPlace = false; public $enabledAutocomplete = false; - public $enabledJQueryMask = false; + public $enabledJQueryMask = false; + + //Tree view + public $enabledTreeView = false; public function enableJQuery() { @@ -34,9 +37,8 @@ public function enableJQuery() ?> - - - + + + + + enabledTreeView = true; + } + + } ?> \ No newline at end of file diff --git a/htdocs/includes/stats_lib.php b/htdocs/includes/stats_lib.php index ad5354b12..fff0e92a6 100644 --- a/htdocs/includes/stats_lib.php +++ b/htdocs/includes/stats_lib.php @@ -1 +1,2210 @@ - '' ". "AND test_type_id=$test_type_id"; } else { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE result <> '' ". "AND test_type_id=$test_type_id ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to'". " )"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; return $count_val; } #nc40 function get_test_count_grouped($test_type_id, $date_from, $date_to, $gender, $age_from, $age_to, $completed = 0, $section = 0) { $query_string = ""; $l_age_s = "-".$age_to." years"; $l_age_t = strtotime($l_age_s); $l_age_d = date('Y-m-d', $l_age_t); $u_age_s = "-".$age_from." years"; $u_age_t = strtotime($u_age_s); $u_age_d = date('Y-m-d', $u_age_t); //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; if($completed == 0) { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". ")". " )"; } else { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND result <> '' ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". ")". " )"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; $u_yr = date('Y') - $age_from; $l_yr = date('Y') - $age_to; if($completed == 0) { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". "AND partial_dob BETWEEN '$l_yr' AND '$u_yr'". ")". " )"; } else { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND result <> '' ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". "AND partial_dob BETWEEN '$l_yr' AND '$u_yr'". ")". " )"; } $record = query_associative_one($query_string); $count_val = $count_val + $record['count_val']; return $count_val; } # nc40 function get_test_count_grouped2($test_type_id, $date_from, $date_to, $gender, $completed = 0, $section = 0) { $query_string = ""; //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; if($completed == 0) { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". ")". " )"; } else { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND result <> '' ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". ")". " )"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; return $count_val; } #nc40 function get_specimen_count_grouped($specimen_type_id, $date_from, $date_to, $gender, $age_from, $age_to, $completed = 0, $section = 0) { $query_string = ""; $l_age_s = "-".$age_to." years"; $l_age_t = strtotime($l_age_s); $l_age_d = date('Y-m-d', $l_age_t); $u_age_s = "-".$age_from." years"; $u_age_t = strtotime($u_age_s); $u_age_d = date('Y-m-d', $u_age_t); //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; if($completed == 0) { $query_string = "SELECT COUNT(*) as count_val FROM specimen ". "WHERE specimen_type_id=$specimen_type_id ". "AND date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". ")"; } else { $query_string = "SELECT COUNT(*) as count_val FROM specimen ". "WHERE specimen_type_id=$specimen_type_id ". "AND date_reported <> NULL". "AND date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". ")"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; return $count_val; } # nc40 function get_specimen_count_grouped2($specimen_type_id, $date_from, $date_to, $gender, $completed = 0, $section = 0) { $query_string = ""; //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; if($completed == 0) { $query_string = "SELECT COUNT(*) as count_val FROM specimen ". "WHERE specimen_type_id=$specimen_type_id ". "AND date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". ")"; } else { $query_string = "SELECT COUNT(*) as count_val FROM specimen ". "WHERE specimen_type_id=$specimen_type_id ". "AND date_reported <> NULL". "AND date_collected BETWEEN '$date_from' AND '$date_to' ". "AND patient_id IN ( ". "SELECT patient_id from patient ". "WHERE sex = '$gender' ". ")"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; return $count_val; } function get_test_count($lab_config, $test_type_id, $date_from, $date_to) { $query_string = ""; if($date_from == "" || $date_to == "") { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id"; } else { $query_string = "SELECT COUNT(*) as count_val FROM test ". "WHERE test_type_id=$test_type_id ". "AND specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to'". " )"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; return $count_val; } function get_specimen_count($lab_config, $specimen_type_id, $date_from, $date_to) { $query_string = ""; if($date_from == "" || $date_to == "") { $query_string = "SELECT COUNT(*) as count_val FROM specimen ". "WHERE specimen_type_id=$specimen_type_id"; } else { $query_string = "SELECT COUNT(*) as count_val FROM specimen ". "WHERE date_collected BETWEEN '$date_from' AND '$date_to'". "AND specimen_type_id=$specimen_type_id"; } $record = query_associative_one($query_string); $count_val = $record['count_val']; return $count_val; } function get_discrete_value_test_types($lab_config) { # Returns test type IDs for tests that have explicit P/N results $saved_db = DbUtil::switchToLabConfigRevamp($lab_config->id); $retval = array(); $query_string = "SELECT DISTINCT test_type_id FROM test_type ". "WHERE test_type_id IN ( ". "SELECT test_type_id FROM lab_config_test_type ". "WHERE lab_config_id=$lab_config->id ". " ) AND disabled=0"; $resultset = query_associative_all($query_string, $row_count); foreach($resultset as $record) { $test_type_id = $record['test_type_id']; $query_string2 = "SELECT DISTINCT ttm.test_type_id FROM test_type_measure ttm ". "WHERE ttm.measure_id IN ( ". "SELECT measure_id FROM measure ". "WHERE ( ". "range LIKE '%/N%' OR range LIKE '%N/%' OR ". "range LIKE '%/negative%' OR range LIKE '%negative/%' OR ". "range LIKE '%/negatif%' OR range LIKE '%negatif/%' OR ". "range LIKE '%/n�gatif%' OR range LIKE '%n�gatif/%' ". " ) ". " ) ". "AND ttm.test_type_id=$test_type_id"; $record2 = query_associative_one($query_string2); if($record2 == null) continue; $retval[] = $record2['test_type_id']; } DbUtil::switchRestore($saved_db); return $retval; } function get_range_value_test_types($lab_config) { if($lab_config == null) return null; $discrete_tests = get_discrete_value_test_types($lab_config); $all_tests = get_lab_config_test_types($lab_config->id); $range_tests = array_values(array_intersect($all_tests, $discrete_tests)); return $range_tests; } class MeasureMeta { public $name; public $rangetype; public $rangeValues; public $rangeParts; public $countParts; public $countTotal; public static $DISCRETE = 1; public static $CONTINUOUS = 2; } class DiseaseSet { # Class for keeping track of Disease Report params public $patientAge; public $patientGender; public $resultValues; } class DiseaseSetFilter { # Class for creating filters on Disease Report params # Used in StatsLib::getDiseaseFilterCount() public $patientAgeRange; public $patientGender; public $measureId; public $rangeType; public $rangeValues; public static $DISCRETE = 1; public static $CONTINUOUS = 2; } class StatsLib { public static $diseaseSetList = array(); # Used while aggregating Disease Report stats public static function get_ip() { $ip_address=$_SERVER['HTTP_X_FORWARDED_FOR']; if ($ip_address==NULL){ $ip_address=$_SERVER[REMOTE_ADDR]; } $ip_address="http://".$ip_address.":4001/login.php"; return($ip_address); } public static function getPercentile($list, $ile_value) { # Returns the percentile value from the given list $num_values = count($list); sort($list); $mark = ceil(round($ile_value/100, 2) * $num_values); return $list[$mark-1]; } public static function getTatStats($lab_config, $date_from, $date_to) { # Returns a list of {test_type, Turnaround Time (tat), total specimens} for a given time period # Fetch all test types handled at this lab $retval = array(); $test_type_list = get_lab_config_test_types($lab_config->id); # For each test type, fetch diff between date collected and date of result entry $saved_db = DbUtil::switchToLabConfig($lab_config->id); foreach($test_type_list as $test_type_id) { $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); # test_list now contains {ts, specimen_id, date_collected} entries # ts and date_collected are in Unix timestamp format # Calculate average tat value if(count($resultset) == 0) { # No tests completed during the date interval $curr_entry = array(); $curr_entry[] = 0; $curr_entry[] = 0; # Append to result $retval[$test_type_id] = $curr_entry; continue; } # Calculate TAT value $cumulative_diff = 0; foreach($resultset as $record) { $date_collected = $record['date_collected']; $date_ts = $record['ts']; $date_diff = $date_ts - $date_collected; $days_diff = floor($date_diff/(60*60*24)); $cumulative_diff += $days_diff; } $avg_tat = round($cumulative_diff/count($resultset), 2); # Record {tat value, total specimens} handled $curr_entry = array(); $curr_entry[] = $avg_tat; $curr_entry[] = count($resultset); # Append to result $retval[$test_type_id] = $curr_entry; } DbUtil::switchRestore($saved_db); return $retval; } public static function getTatMonthlyProgressionStats($lab_config, $test_type_id, $date_from, $date_to, $include_pending=false) { # Calculates monthly progression of TAT values for a given test type and time period global $DEFAULT_PENDING_TAT; # Default TAT value for pending tests (in days) $saved_db = DbUtil::switchToLabConfig($lab_config->id); $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); # {resultentry_ts, specimen_id, date_collected_ts} $progression_val = array(); $progression_count = array(); $percentile_tofind = 90; $percentile_count = array(); $goal_val = array(); # Build list as {month=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} # For completed tests foreach($resultset as $record) { $date_collected = $record['date_collected']; $date_collected_parsed = date("Y-m-d", $date_collected); $date_collected_parts = explode("-", $date_collected_parsed); $month_ts = mktime(0, 0, 0, $date_collected_parts[1], 0, $date_collected_parts[0]); $month_ts_datetime = date("Y-m-d H:i:s", $month_ts); $date_ts = $record['ts']; $date_diff = ($date_ts - $date_collected); if(!isset($progression_val[$month_ts])) { $goal_tat[$month_ts] = $lab_config->getGoalTatValue($test_type_id, $month_ts_datetime); $progression_val[$month_ts] = array(); $progression_val[$month_ts][0] = $date_diff; $percentile_count[$month_ts] = array(); $percentile_count[$month_ts][] = $date_diff; $progression_count[$month_ts] = 1; $progression_val[$month_ts][3] = array(); $progression_val[$month_ts][4] = array(); } else { $progression_val[$month_ts][0] += $date_diff; $percentile_count[$month_ts][] = $date_diff; $progression_count[$month_ts] += 1; } if($date_diff/(60*60*24) > $goal_tat[$month_ts]) { # Add to list of TAT exceeded specimens $progression_val[$month_ts][3][] = $record['specimen_id']; } } if($include_pending === true) { $pending_tat_value = $lab_config->getPendingTatValue(); # in hours # Update the above list {month=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} # For pending tests in this time duration $resultset_pending = get_pendingtat_tests_by_type($test_type_id, $date_from, $date_to); $num_pending = count($resultset_pending); foreach($resultset_pending as $record) { $date_collected = $record['date_collected']; $date_collected_parsed = date("Y-m-d", $date_collected); $date_collected_parts = explode("-", $date_collected_parsed); $month_ts = mktime(0, 0, 0, $date_collected_parts[1], 0, $date_collected_parts[0]); $month_ts_datetime = date("Y-m-d H:i:s", $month_ts); $date_diff = $pending_tat_value*60*60; if(!isset($progression_val[$month_ts])) { $goal_tat[$month_ts] = $lab_config->getGoalTatValue($test_type_id, $month_ts_datetime); $progression_val[$month_ts] = array(); $progression_val[$month_ts][0] = $date_diff; $percentile_count[$month_ts] = array(); $percentile_count[$month_ts][] = $date_diff; $progression_count[$month_ts] = 1; $progression_val[$month_ts][3] = array(); $progression_val[$month_ts][4] = array(); } else { $progression_val[$month_ts][0] += $date_diff; $percentile_count[$month_ts][] = $date_diff; $progression_count[$month_ts] += 1; } # Add to list of TAT pending specimens $progression_val[$month_ts][4][] = $record['specimen_id']; } } foreach($progression_val as $key=>$value) { # Find average value $progression_val[$key][0] = $value[0]/$progression_count[$key]; # Convert from sec timestamp to days $progression_val[$key][0] = ($progression_val[$key][0]/(60*60*24)); # Determine percentile value $progression_val[$key][1] = StatsLib::getPercentile($percentile_count[$key], $percentile_tofind); # Convert from sec timestamp to days $progression_val[$key][1] = $progression_val[$key][1]/(60*60*24); $progression_val[$key][2] = $goal_tat[$key]; } DbUtil::switchRestore($saved_db); return $progression_val; } public static function getTatWeeklyProgressionStats($lab_config, $test_type_id, $date_from, $date_to, $include_pending=false) { # Calculates weekly progression of TAT values for a given test type and time period global $DEFAULT_PENDING_TAT; # Default TAT value for pending tests (in days) $saved_db = DbUtil::switchToLabConfig($lab_config->id); $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); # {resultentry_ts, specimen_id, date_collected_ts} $progression_val = array(); $progression_count = array(); $percentile_tofind = 90; $percentile_count = array(); $goal_val = array(); # Return {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} foreach($resultset as $record) { $date_collected = $record['date_collected']; $week_collected = date("W", $date_collected); $year_collected = date("Y", $date_collected); $week_ts = week_to_date($week_collected, $year_collected); $week_ts_datetime = date("Y-m-d H:i:s", $week_ts); $date_ts = $record['ts']; $date_diff = ($date_ts - $date_collected); if(!isset($progression_val[$week_ts])) { $progression_val[$week_ts] = array(); $progression_val[$week_ts][0] = $date_diff; $percentile_count[$week_ts] = array(); $percentile_count[$week_ts][] = $date_diff; $progression_count[$week_ts] = 1; $goal_tat[$week_ts] = $lab_config->getGoalTatValue($test_type_id, $week_ts_datetime); $progression_val[$week_ts][3] = array(); $progression_val[$week_ts][4] = array(); } else { $progression_val[$week_ts][0] += $date_diff; $percentile_count[$week_ts][] = $date_diff; $progression_count[$week_ts] += 1; } if($date_diff/(60*60*24) > $goal_tat[$week_ts]) { $progression_val[$week_ts][3][] = $record['specimen_id']; } } if($include_pending === true) { $pending_tat_value = $lab_config->getPendingTatValue(); # in hours # Update the above list {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} # For pending tests in this time duration $resultset_pending = get_pendingtat_tests_by_type($test_type_id, $date_from, $date_to); $num_pending = count($resultset_pending); foreach($resultset_pending as $record) { $date_collected = $record['date_collected']; $week_collected = date("W", $date_collected); $year_collected = date("Y", $date_collected); $week_ts = week_to_date($week_collected, $year_collected); $week_ts_datetime = date("Y-m-d H:i:s", $week_ts); $date_ts = $record['ts']; $date_diff = $pending_tat_value*60*60;; if(!isset($progression_val[$week_ts])) { $progression_val[$week_ts] = array(); $progression_val[$week_ts][0] = $date_diff; $percentile_count[$week_ts] = array(); $percentile_count[$week_ts][] = $date_diff; $progression_count[$week_ts] = 1; $goal_tat[$week_ts] = $lab_config->getGoalTatValue($test_type_id, $week_ts_datetime); $progression_val[$week_ts][3] = array(); $progression_val[$week_ts][4] = array(); } else { $progression_val[$week_ts][0] += $date_diff; $percentile_count[$week_ts][] = $date_diff; $progression_count[$week_ts] += 1; } # Add to list of TAT pending specimens $progression_val[$week_ts][4][] = $record['specimen_id']; } } foreach($progression_val as $key=>$value) { # Find average value $progression_val[$key][0] = $value[0]/$progression_count[$key]; # Convert from sec timestamp to days $progression_val[$key][0] = ($progression_val[$key][0]/(60*60*24)); # Determine percentile value $progression_val[$key][1] = StatsLib::getPercentile($percentile_count[$key], $percentile_tofind); # Convert from sec timestamp to days $progression_val[$key][1] = $progression_val[$key][1]/(60*60*24); $progression_val[$key][2] = $goal_tat[$key]; } DbUtil::switchRestore($saved_db); # Return {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} return $progression_val; } public static function getTatDailyProgressionStats($lab_config, $test_type_id, $date_from, $date_to, $include_pending=false) { # Calculates weekly progression of TAT values for a given test type and time period global $DEFAULT_PENDING_TAT; # Default TAT value for pending tests (in days) $saved_db = DbUtil::switchToLabConfig($lab_config->id); $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); # {resultentry_ts, specimen_id, date_collected_ts} $progression_val = array(); $progression_count = array(); $percentile_tofind = 90; $percentile_count = array(); $goal_val = array(); # Return {day=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} foreach($resultset as $record) { $date_collected = $record['date_collected']; $date_ts = $record['ts']; $date_diff = ($date_ts - $date_collected); $day_ts = $date_collected; $day_ts_datetime = date("Y-m-d H:i:s", $day_ts); if(!isset($progression_val[$day_ts])) { $progression_val[$day_ts] = array(); $progression_val[$day_ts][0] = $date_diff; $percentile_count[$day_ts] = array(); $percentile_count[$day_ts][] = $date_diff; $progression_count[$day_ts] = 1; $goal_tat[$day_ts] = $lab_config->getGoalTatValue($test_type_id, $day_ts_datetime); $progression_val[$day_ts][3] = array(); $progression_val[$day_ts][4] = array(); } else { $progression_val[$day_ts][0] += $date_diff; $percentile_count[$day_ts][] = $date_diff; $progression_count[$day_ts] += 1; } if($date_diff/(60*60*24) > $goal_tat[$day_ts]) { # Add to list of TAT exceeded specimens $progression_val[$day_ts][3][] = $record['specimen_id']; } } if($include_pending == true) { $pending_tat_value = $lab_config->getPendingTatValue(); # in hours # Update the above list {day=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} # For pending tests in this time duration $resultset_pending = get_pendingtat_tests_by_type($test_type_id, $date_from, $date_to); $num_pending = count($resultset_pending); foreach($resultset_pending as $record) { $date_collected = $record['date_collected']; $date_ts = $record['ts']; $date_diff = $pending_tat_value*60*60;; $day_ts = $date_collected; $day_ts_datetime = date("Y-m-d H:i:s", $day_ts); if(!isset($progression_val[$day_ts])) { $progression_val[$day_ts] = array(); $progression_val[$day_ts][0] = $date_diff; $percentile_count[$day_ts] = array(); $percentile_count[$day_ts][] = $date_diff; $progression_count[$day_ts] = 1; $goal_tat[$day_ts] = $lab_config->getGoalTatValue($test_type_id, $day_ts_datetime); $progression_val[$day_ts][3] = array(); $progression_val[$day_ts][4] = array(); } else { $progression_val[$day_ts][0] += $date_diff; $percentile_count[$day_ts][] = $date_diff; $progression_count[$day_ts] += 1; } # Add to list of TAT pending specimens $progression_val[$day_ts][4][] = $record['specimen_id']; } } foreach($progression_val as $key=>$value) { # Find average value $progression_val[$key][0] = $value[0]/$progression_count[$key]; # Convert from sec timestamp to days $progression_val[$key][0] = ($progression_val[$key][0]/(60*60*24)); # Determine percentile value $progression_val[$key][1] = StatsLib::getPercentile($percentile_count[$key], $percentile_tofind); # Convert from sec timestamp to days $progression_val[$key][1] = $progression_val[$key][1]/(60*60*24); $progression_val[$key][2] = $goal_tat[$key]; } DbUtil::switchRestore($saved_db); # Return {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} return $progression_val; } public static function getTestsDoneStats($lab_config, $date_from, $date_to) { # Returns a list of {test_type, number of tests performed} for the given time period $retval = array(); # Fetch all test types in this lab configuration $test_type_list = get_lab_config_test_types($lab_config->id); # Count number of tests performed for each type $saved_db = DbUtil::switchToLabConfig($lab_config->id); $tests_done_list = array(); $tests_list=array(); foreach($test_type_list as $test_type_id) { $count_value = get_tests_done_count($lab_config, $test_type_id, $date_from, $date_to); $test_count=get_test_count($lab_config, $test_type_id, $date_from, $date_to); $tests_done_count_list[] = $count_value; $tests_pending_list[]=$test_count-$count_value; } for($i = 0; $i < count($test_type_list); $i++) { # Add to return value if test count not zero if($tests_pending_list[$i] != 0) $retval[$test_type_list[$i]] = array($tests_done_count_list[$i],$tests_pending_list[$i]); } DbUtil::switchRestore($saved_db); return $retval; } public static function getTestsDoneStatsAggregate($date_from, $date_to) { $site_list = get_site_list($_SESSION['user_id']); $userId = $_SESSION['user_id']; $saved_db = DbUtil::switchToGlobal(); $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; $resultset = query_associative_all($query, $row_count); foreach($resultset as $record) { $labIdTestIds = explode(';',$record['lab_id_test_id']); foreach($labIdTestIds as $labIdTestId) { $labIdTestId = explode(':',$labIdTestId); $labId = $labIdTestId[0]; $testId= $labIdTestId[1]; $test_type_list_all[$labId][] = $testId; $test_type_names[$labId][] = $record['test_name']; } } DbUtil::switchRestore($saved_db); $retval = array(); $test_done_count = 0; $test_pending_count = 0; foreach( $site_list as $key => $value) { $lab_config = LabConfig::getById($key); # Returns a list of {test_type, number of tests performed} for the given time period $test_type_list = array(); $test_type_list = $test_type_list_all[$key]; $testNames = $test_type_names[$key]; # Count number of tests performed for each type $saved_db = DbUtil::switchToLabConfig($lab_config->id); $tests_done_list = array(); $tests_list=array(); foreach($test_type_list as $test_type_id) { $count_value = get_tests_done_count($lab_config, $test_type_id, $date_from, $date_to); $test_count=get_test_count($lab_config, $test_type_id, $date_from, $date_to); $tests_done_count_list[] = $count_value; $tests_pending_list[]=$test_count-$count_value; } for($i = 0; $i < count($test_type_list); $i++) { # Add to return value if test count not zero $testName = $testNames[$i]; if($tests_pending_list[$i] != 0) { $test_done_count += intval($tests_done_count_list[$i]); $test_pending_count += intval($tests_pending_list[$i]); $retval[$testName] = array($test_done_count,$test_pending_count); } } DbUtil::switchRestore($saved_db); } return $retval; } public static function getDoctorStats($lab_config,$date_from,$date_to) { $retval=array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $query_string="SELECT doctor,COUNT(specimen_type_id) AS specimen,COUNT(DISTINCT patient_id) as patient FROM specimen ". "WHERE (date_collected BETWEEN '$date_from' AND '$date_to' ) ". "GROUP BY doctor"; //echo($query_string); $resultset = query_associative_all($query_string, $row_count); if(count($resultset) == 0 || $resultset == null) { DbUtil::switchRestore($saved_db); return; } foreach($resultset AS $record) { $doctor_name=$record['doctor']; $query_string1="SELECT COUNT(test_type_id) as test FROM specimen s , test t ". "WHERE s.specimen_id=t.specimen_id ". "AND doctor='$doctor_name'". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "GROUP BY DOCTOR"; $record1 = query_associative_one($query_string1); if($doctor_name=="") $doctor_name="Not Known"; $patient_count=$record['patient']; $specimen_count=$record['specimen']; $test_count=$record1['test']; $retval[$doctor_name] = array($patient_count,$specimen_count,$test_count); } DbUtil::switchRestore($saved_db); return($retval); } public static function getSpecimenCountStats($lab_config, $date_from, $date_to) { # Returns a list of {specimen_type, number of specimens handled} for the given time period $retval = array(); # Fetch all specimen types in this lab configuration $specimen_type_list = get_lab_config_specimen_types($lab_config->id); # Count number of specimens handled for each type $saved_db = DbUtil::switchToLabConfig($lab_config->id); $specimen_count_list = array(); foreach($specimen_type_list as $specimen_type_id) { $specimen_count_list[] = get_specimen_count($lab_config, $specimen_type_id, $date_from, $date_to); } for($i = 0; $i < count($specimen_type_list); $i++) { # Add to return value if specimen count not zero if($specimen_count_list[$i] != 0) $retval[$specimen_type_list[$i]] = $specimen_count_list[$i]; } DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStats($lab_config, $date_from, $date_to, $test_type_id_passed = null) { # Fetch all test types with one measure having discrete P/N range $retval = array(); if( !$test_type_id_passed ) $test_type_list = get_discrete_value_test_types($lab_config); else $test_type_list[] = $test_type_id_passed; $saved_db = DbUtil::switchToLabConfig($lab_config->id); # For each test type, fetch negative records foreach($test_type_list as $test_type_id) { $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = $record['count_val']; $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; $record = query_associative_one($query_string); $count_all = $record['count_val']; # If total tests is 0, ignore if($count_all == 0) continue; $query_string = "SELECT prevalence_threshold FROM test_type ". "WHERE test_type_id=$test_type_id "; $record = query_associative_one($query_string); $threshold = $record['prevalence_threshold']; $retval[$test_type_id] = array($count_all, $count_negative, $threshold); } DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStatsAggregate($lab_config_id, $date_from, $date_to, $test_type_id) { $retval = array(); #All Tests & All Labs if( $test_type_id == 0 && $lab_config_id == 0 ) { $site_list = get_site_list($_SESSION['user_id']); $userId = $_SESSION['user_id']; $saved_db = DbUtil::switchToGlobal(); $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; $resultset = query_associative_all($query, $row_count); foreach($resultset as $record) { $labIdTestIds = explode(';',$record['lab_id_test_id']); foreach($labIdTestIds as $labIdTestId) { $labIdTestId = explode(':',$labIdTestId); $labId = $labIdTestId[0]; $testId= $labIdTestId[1]; $test_type_list_all[$labId][] = $testId; $test_type_names[$labId][] = $record['test_name']; } } DbUtil::switchRestore($saved_db); foreach( $site_list as $key => $value) { $lab_config = LabConfig::getById($key); $test_type_list = array(); $test_type_list = $test_type_list_all[$key]; $testNames = $test_type_names[$key]; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $testCount = -1; # For each test type, fetch negative records foreach($test_type_list as $test_type_id) { $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = intval($record['count_val']); $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; $record = query_associative_one($query_string); $count_all = intval($record['count_val']); $testCount++; # If total tests is 0, ignore if( $count_all == 0 ) continue; $testName = $testNames[$testCount]; if( !array_key_exists($testName, $retval) ) { $retval[$testName] = array($count_all, $count_negative); } else { $count_all += intval($retval[$testName][0]); $count_negative += intval($retval[$testName][1]); $retval[$testName] = array( $count_all, $count_negative); } } } DbUtil::switchRestore($saved_db); return $retval; } # All Tests for a Single Lab else if ( $test_type_id == 0 && count($lab_config_id) == 1 ) { $lab_config = LabConfig::getById($lab_config_id[0]); $retvalues = StatsLib::getDiscreteInfectionStats($lab_config, $date_from, $date_to); $saved_db = DbUtil::switchToLabConfig($lab_config->id); foreach( $retvalues as $key => $value ) { $testName = get_test_name_by_id($key); $retval[$testName] = $value; } DbUtil::switchRestore($saved_db); return $retval; } # All Tests for more than one lab else if ( $test_type_id == 0 && count($lab_config_id) > 1 ) { $userId = $_SESSION['user_id']; $saved_db = DbUtil::switchToGlobal(); $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; $resultset = query_associative_all($query, $row_count); foreach($resultset as $record) { $labIdTestIds = explode(';',$record['lab_id_test_id']); foreach($labIdTestIds as $labIdTestId) { $labIdTestId = explode(':',$labIdTestId); $labId = $labIdTestId[0]; $testId= $labIdTestId[1]; $test_type_list_all[$labId][] = $testId; $test_type_names[$labId][] = $record['test_name']; } } DbUtil::switchRestore($saved_db); foreach( $lab_config_id as $key) { $lab_config = LabConfig::getById($key); $test_type_list = array(); $test_type_list = $test_type_list_all[$key]; $testNames = $test_type_names[$key]; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $testCount = -1; # For each test type, fetch negative records foreach($test_type_list as $test_type_id) { $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = intval($record['count_val']); $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; //echo($query_string); $record = query_associative_one($query_string); $count_all = intval($record['count_val']); $testCount++; # If total tests is 0, ignore if($count_all == 0) continue; $testName = $testNames[$testCount]; if( !array_key_exists($testName, $retval) ) { $retval[$testName] = array($count_all, $count_negative); } else { $count_all += intval($retval[$testName][0]); $count_negative += intval($retval[$testName][1]); $retval[$testName] = array( $count_all, $count_negative); } } } DbUtil::switchRestore($saved_db); return $retval; } else { /* Build Array Map with Lab Id as Key and Test Id as corresponding Value */ $labIdTestIds = explode(";",$test_type_id); $testIds = array(); foreach( $labIdTestIds as $labIdTestId) { $labIdTestIdsSeparated = explode(":",$labIdTestId); $labId = $labIdTestIdsSeparated[0]; $testId = $labIdTestIdsSeparated[1]; $testIds[$labId] = $testId; } # Particular Test & All Labs if ( $test_type_id != 0 && $lab_config_id == 0 ) { $site_list = get_site_list($_SESSION['user_id']); foreach( $site_list as $key => $value) { $lab_config = LabConfig::getById($key); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $test_type_id = $testIds[$lab_config->id]; # For particular test type, fetch negative records $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = intval($record['count_val']); $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; $record = query_associative_one($query_string); $count_all = intval($record['count_val']); # If total tests is 0, ignore if($count_all == 0) continue; $testName = get_test_name_by_id($test_type_id); $labName = $lab_config->name; $retval[$labName] = array( $count_all, $count_negative); } DbUtil::switchRestore($saved_db); return $retval; } # Particular Test for Single Lab else if ( $test_type_id != 0 && count($lab_config_id) == 1 ) { $lab_config = LabConfig::getById($lab_config_id[0]); $test_type_id = $testIds[$lab_config->id]; $retvalues = StatsLib::getDiscreteInfectionStats($lab_config, $date_from, $date_to, $test_type_id); $saved_db = DbUtil::switchToLabConfig($lab_config->id); foreach( $retvalues as $key => $value ) { $testName = get_test_name_by_id($key); $retval[$testName] = $value; } DbUtil::switchRestore($saved_db); return $retval; } # Particular Test & Multiple Labs else if ( $lab_config_id != 0 && $test_type_id != 0 ) { foreach( $lab_config_id as $key) { $lab_config = LabConfig::getById($key); $test_type_id = $testIds[$lab_config->id]; $saved_db = DbUtil::switchToLabConfig($lab_config->id); # For particular test type, fetch negative records $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = intval($record['count_val']); $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; //echo($query_string); $record = query_associative_one($query_string); $count_all = intval($record['count_val']); # If total tests is 0, ignore if($count_all == 0) continue; $testName = get_test_name_by_id($test_type_id); $labName = $lab_config->name; $query_string = "SELECT prevalence_threshold FROM test_type ". "WHERE test_type_id=$test_type_id "; $record = query_associative_one($query_string); $threshold = intval($record['prevalence_threshold']); $retval[$labName] = array( $count_all, $count_negative, $threshold ); } DbUtil::switchRestore($saved_db); return $retval; } } } public static function getDiscreteInfectionStatsWeekly($lab_config,$test_type_id, $date_from, $date_to, $gender=null) { $i=7; # Fetch all test types with one measure having discrete P/N range $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $date_from_parts = explode("-", $date_from); $date_to_parts = explode("-", $date_to); $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); while($date_ts<=$date_to_ts) { $second_day_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); $date_fromp=date("Y-m-d", $date_ts); $date_top=date("Y-m-d", $second_day_ts); if($gender=='M'||$gender=='F') { $query_string = "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex LIKE '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; } else { $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; } $record = query_associative_one($query_string); $count_negative = $record['count_val']; $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; $record = query_associative_one($query_string); $count_all = $record['count_val']; /*if($count_all != 0)*/ $retval[$date_ts] = array($count_all, $count_negative); $date_ts = $second_day_ts; $i=$i+7; } DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStatsG($lab_config,$test_type_id, $date_from,$date_to,$type) { $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); if($type=='w') { $query_string = "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), week(s.date_collected)"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), week(s.date_collected)"; $resultset1= query_associative_all($query_string1, $row_count1); } else if($type=='d') { $query_string = "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY s.date_collected"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY s.date_collected"; $resultset1= query_associative_all($query_string1, $row_count1); } else { $query_string = "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), month(s.date_collected)"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected),month(s.date_collected)"; $resultset1= query_associative_all($query_string1, $row_count1); } $record_total= array(); $record_neg=array(); foreach($resultset1 as $record) { $week=$record['week']; $record_neg[$week]=$record['count_val']; } foreach($resultset as $record) { $week=$record['week']; $count++; $record_total[$week]=$record['count_val']; } $counter=0; foreach($record_total as $key=>$value) { if($record_neg[$key]=="") $count_negative=0; else $count_negative=$record_neg[$key]; $count_all=$value; $date_from_parts = explode("-", $key); $date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,$date_from_parts[2],$date_from_parts[0]); $retval[$counter] = array($count_all, $count_negative, $date_ts); $counter++; } DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStatsGenderM($lab_config,$test_type_id, $date_from,$date_to,$type) { $gender='M'; $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); if($type=='w') { $query_string = "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), week(s.date_collected)"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), week(s.date_collected)"; $resultset1= query_associative_all($query_string1, $row_count1); } else if($type=='d') { $query_string = "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY s.date_collected"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY s.date_collected"; $resultset1= query_associative_all($query_string1, $row_count1); } else { $query_string = "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND t.result!=''". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), month(s.date_collected)"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected),month(s.date_collected)"; $resultset1= query_associative_all($query_string1, $row_count1); } $record_total= array(); $record_neg=array(); foreach($resultset1 as $record) { $week=$record['week']; $record_neg[$week]=$record['count_val']; } foreach($resultset as $record) { $week=$record['week']; $count++; $record_total[$week]=$record['count_val']; } $counter=0; foreach($record_total as $key=>$value) { if($record_neg[$key]=="") $count_negative=0; else $count_negative=$record_neg[$key]; $count_all=$value; $date_from_parts = explode("-", $key); $date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,$date_from_parts[2],$date_from_parts[0]); $retval[$counter] = array($count_all, $count_negative, $date_ts); $counter++; } /* $i=1; if($type=='w') $i=7; # Fetch all test types with one measure having discrete P/N range $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $date_from_parts = explode("-", $date_from); $date_to_parts = explode("-", $date_to); $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); while($date_ts<$date_to_ts) { if($type=='m') $end_date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,0,$date_from_parts[0]); else $end_date_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); $date_fromp=date("Y-m-d", $date_ts); $date_top=date("Y-m-d", $end_date_ts); $query_string = "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = $record['count_val']; $query_string = "SELECT COUNT(*) AS count_val FROM test t,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.sex= '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND t.result!='' ". "AND p.patient_id=s.patient_id ". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; //echo($query_string); $count_all = $record['count_val']; if($count_all != 0) $retval[$date_ts] = array($count_all, $count_negative); $date_ts = $end_date_ts; if($type=='w') $i=$i+7; else $i++; }*/ DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStatsGenderF($lab_config,$test_type_id,$date_from,$date_to,$type) { $gender='F'; /*$i=1; if($type=='w') $i=7; # Fetch all test types with one measure having discrete P/N range $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $date_from_parts = explode("-", $date_from); $date_to_parts = explode("-", $date_to); $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); while($date_ts<$date_to_ts) { if($type=='m') $end_date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,0,$date_from_parts[0]); else $end_date_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); $date_fromp=date("Y-m-d", $date_ts); $date_top=date("Y-m-d", $end_date_ts); $query_string = "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex = '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; $record = query_associative_one($query_string); $count_negative = $record['count_val']; $query_string = "SELECT COUNT(*) AS count_val FROM test t,patient p, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.sex = '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND t.result!=''". "AND p.patient_id=s.patient_id ". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; //echo($query_string); $record = query_associative_one($query_string); $count_all = $record['count_val']; if($count_all != 0) $retval[$date_ts] = array($count_all, $count_negative); $date_ts = $end_date_ts; if($type=='w') $i=$i+7; else $i++; }*/ $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); if($type=='w') { $query_string = "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), week(s.date_collected)"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), week(s.date_collected)"; $resultset1= query_associative_all($query_string1, $row_count1); } else if($type=='d') { $query_string = "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND t.result!=''". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY s.date_collected"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY s.date_collected"; $resultset1= query_associative_all($query_string1, $row_count1); } else { $query_string = "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND t.result!=''". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected), month(s.date_collected)"; $resultset = query_associative_all($query_string, $row_count); $query_string1= "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND p.patient_id=s.patient_id ". "AND p.sex= '$gender' ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". "GROUP BY year(s.date_collected),month(s.date_collected)"; $resultset1= query_associative_all($query_string1, $row_count1); } $record_total= array(); $record_neg=array(); foreach($resultset1 as $record) { $week=$record['week']; $record_neg[$week]=$record['count_val']; } foreach($resultset as $record) { $week=$record['week']; $count++; $record_total[$week]=$record['count_val']; } $counter=0; foreach($record_total as $key=>$value) { if($record_neg[$key]=="") $count_negative=0; else $count_negative=$record_neg[$key]; $count_all=$value; $date_from_parts = explode("-", $key); $date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,$date_from_parts[2],$date_from_parts[0]); $retval[$counter] = array($count_all, $count_negative, $date_ts); $counter++; } DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStatsDaily($lab_config,$test_type_id, $date_from, $date_to, $gender=null) { $i=1; # Fetch all test types with one measure having discrete P/N range $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $date_from_parts = explode("-", $date_from); $date_to_parts = explode("-", $date_to); $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); while($date_ts<$date_to_ts) { $second_day_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); $date_fromp=date("Y-m-d", $date_ts); $date_top=date("Y-m-d", $second_day_ts); if($gender=='M'||$gender=='F') { $query_string = "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex LIKE '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; } else { $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; } $record = query_associative_one($query_string); $count_negative = $record['count_val']; $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; $record = query_associative_one($query_string); $count_all = $record['count_val']; if($count_all != 0) $retval[$date_ts] = array($count_all, $count_negative); $date_ts = $second_day_ts; $i++; } DbUtil::switchRestore($saved_db); return $retval; } public static function getDiscreteInfectionStatsMonthly($lab_config,$test_type_id, $date_from, $date_to, $gender=null) { $i=1; # Fetch all test types with one measure having discrete P/N range $retval = array(); $saved_db = DbUtil::switchToLabConfig($lab_config->id); $date_from_parts = explode("-", $date_from); $date_to_parts = explode("-", $date_to); $month_ts = mktime(0, 0, 0, $date_from_parts[1], 0, $date_from_parts[0]); $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], 0, $date_to_parts[0]); # For the test type, fetch negative records while($month_ts<$date_to_ts) { $end_of_month_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,0,$date_from_parts[0]); $date_fromp=date("Y-m-d", $month_ts); $date_top=date("Y-m-d", $end_of_month_ts); if($gender=='M'||$gender=='F') { $query_string = "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND p.patient_id=s.patient_id ". "AND p.sex LIKE '$gender' ". "AND t.specimen_id=s.specimen_id ". "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; } else { $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )". "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; } $record = query_associative_one($query_string); $count_negative = $record['count_val']; $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND result!=''". "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; $record = query_associative_one($query_string); $count_all = $record['count_val']; # If total tests is 0, ignore if($count_all != 0) $retval[$month_ts] = array($count_all, $count_negative); $month_ts = $end_of_month_ts; $i++; } DbUtil::switchRestore($saved_db); return $retval; } public static function getRangeInfectionStats($lab_config, $date_from, $date_to) { $test_type_list = get_range_value_test_types($lab_config); # For each test type, fetch all measures # For each measure, create distribution based on range foreach($test_type_list as $test_type_id) { # Collect measure(s) information $measure_list = get_test_type_measures($test_type_id); $measure_meta_list = array(); foreach($measure_list as $measure_id) { $measure = get_measure_by_id($measure_id); $measure_meta = new MeasureMeta(); $measure_meta->name = $measure->getName(); $measure_meta->countParts = array(); $range = $measure->range; if(strpos($range, ":") === false) { # Discrete value range $range_options = explode("#", $range); $measure_meta->rangeType = MeasureMeta::$DISCRETE; $measure_meta->rangeValues = $range_options; } else { # Continuous value range $range_bounds = explode(":", $range); $measure_meta->rangeType = MeasureMeta::$CONTINUOUS; $measure_meta->rangeValues = $range_bounds; } $measure_meta_list[] = $measure_meta; } # Calculate stats $query_string = "SELECT COUNT(*) AS count_val FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND t.result <> ''"; $record = query_associative_one($query_string); $count_all = $record['count_val']; # Fetch result values $query_string = "SELECT t.result FROM test t, specimen s ". "WHERE t.test_type_id=$test_type_id ". "AND t.specimen_id=s.specimen_id ". "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". "AND t.result <> ''"; $resultset = query_associative_all($query_string, $row_count); foreach($resultset as $record) { $result_string = substr($record['result'], 0, -1); $result_list = explode(",", $result_string); for($i = 0; $i < count($result_list); $i++) { $measure_meta = $measure_meta_list[$i]; if($measure_meta->rangeType == MeasureMeta::$CONTINUOUS) { $range_bounds = $measure_meta->rangeValues; $interval = $range_bounds[1] - $range_bounds[0]; $base = $interval / 10; $offset = $result_list[$i] - $range_bounds[0]; $bucket = $offset / $base; echo $bucket; break; } } } } } # # Disease Report related functions # Called from report_disease.php # public static function getDiseaseTotal($lab_config, $test_type, $date_from, $date_to) { # Returns the total number of tests performed during the given date range $query_string = "SELECT COUNT(*) AS val FROM test t, specimen sp ". "WHERE t.test_type_id=$test_type->testTypeId ". "AND t.specimen_id=sp.specimen_id ". "AND t.result <> '' ". "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to')"; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $resultset = query_associative_all($query_string, $row_count); DbUtil::switchRestore($saved_db); return $resultset[0]['val']; } public static function setDiseaseSetList($lab_config, $test_type, $date_from, $date_to, $multipleCount = 0) { # Initializes diseaseSetList for capturing params if($multipleCount == 0) StatsLib::$diseaseSetList = array(); $query_string = "SELECT t.result AS result_value, ". "p.sex AS patient_gender, ". "p.patient_id AS patient_id ". "FROM test t, specimen sp, patient p ". "WHERE t.specimen_id=sp.specimen_id ". "AND t.result <> '' ". "AND t.test_type_id=$test_type->testTypeId ". "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to') ". "AND sp.patient_id=p.patient_id"; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $resultset = query_associative_all($query_string, $row_count); $measure_list = $test_type->getMeasureIds(); if(count($resultset) == 0 || $resultset == null) { DbUtil::switchRestore($saved_db); return; } foreach($resultset as $record) { $patient_id = $record['patient_id']; $patient = Patient::getById($patient_id); $current_set = new DiseaseSet(); $current_set->resultValues = array(); $result_csv_parts = explode(",", $record['result_value']); # Build assoc list for result values ## Format: resultValues[measure_id] = result_value for($i = 0; $i < count($measure_list); $i++) { $result_part = $result_csv_parts[$i]; if(trim($result_part) == "") continue; $curr_measure_id = $measure_list[$i]; $current_set->resultValues[$curr_measure_id] = $result_part; } $current_set->patientGender = $record['patient_gender']; $current_set->patientAge = $patient->getAgeNumber(); # Append to diseaseSetList StatsLib::$diseaseSetList[] = $current_set; } DbUtil::switchRestore($saved_db); } public static function setDiseaseSetListAggregate($lab_config_ids, $test_type, $date_from, $date_to) { $testIds = array(); $labIdTestIds = explode(";",$test_type->labIdTestId); foreach( $labIdTestIds as $labIdTestId) { $labIdTestIdsSeparated = explode(":",$labIdTestId); $labId = $labIdTestIdsSeparated[0]; $testId = $labIdTestIdsSeparated[1]; $testIds[$labId] = $testId; } $labCount = 0; /* All Tests for All Labs */ if ( count($lab_config_ids) == 1 && $lab_config_ids == 0 ) { $site_list = get_site_list($_SESSION['user_id']); foreach( $site_list as $key => $value) { $lab_config = get_lab_config_by_id($key); $labName = $lab_config->name; $namesArray[] = $labName; $test_type_id = $testIds[$lab_config->id]; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $test = TestType::getById($test_type_id); StatsLib::setDiseaseSetList($lab_config, $test, $date_from, $date_to, $labCount); $labCount++; DbUtil::switchRestore($saved_db); } } /* All Tests for Single Lab */ else if ( count($lab_config_ids) == 1 ) { $lab_config = get_lab_config_by_id($lab_config_ids[0]); $labName = $lab_config->name; $namesArray[] = $labName; $test_type_id = $testIds[$lab_config->id]; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $test = TestType::getById($test_type_id); StatsLib::setDiseaseSetList($lab_config, $test, $date_from, $date_to, $labCount); $labCount++; DbUtil::switchRestore($saved_db); } /* All Tests for Multiple Labs */ else if ( count($lab_config_ids) > 1 ) { foreach( $lab_config_ids as $key) { $lab_config = get_lab_config_by_id($key); $labName = $lab_config->name; $namesArray[] = $labName; $test_type_id = $testIds[$lab_config->id]; $saved_db = DbUtil::switchToLabConfig($lab_config->id); $test = TestType::getById($test_type_id); StatsLib::setDiseaseSetList($lab_config, $test, $date_from, $date_to, $labCount); $labCount++; DbUtil::switchRestore($saved_db); } } } public static function getDiseaseFilterCountAggregate($disease_filter, $globalTestType, $currentMeasurecount, $lab_config_ids) { # Returns total number of records matching filter criteria $retval = 0; $testIds = array(); $labIdTestIds = explode(";",$globalTestType->labIdTestId); foreach( $labIdTestIds as $labIdTestId ) { $labIdTestIdsSeparated = explode(":",$labIdTestId); $labId = $labIdTestIdsSeparated[0]; $testId = $labIdTestIdsSeparated[1]; $testIds[$labId] = $testId; } if ( count($lab_config_ids) == 1 && $lab_config_ids == 0 ) { $site_list = get_site_list($_SESSION['user_id']); foreach( $site_list as $key => $value) { $currentMeasureCount = 0; $lab_config = get_lab_config_by_id($key); $measureId = getLabMeasureIdFromGlobalMeasureId($lab_config->id, $globalTestType, $currentMeasureCount); $disease_filter->measureId = $measureId; $labName = $lab_config->name; $namesArray[] = $labName; $retval += StatsLib::getDiseaseFilterCount($disease_filter); } getDiseaseFilterCount($disease_filter); } /* All Tests for Single Lab */ else if ( count($lab_config_ids) == 1 ) { $lab_config = get_lab_config_by_id($lab_config_ids[0]); $measureId = getLabMeasureIdFromGlobalMeasureId($lab_config->id, $globalTestType, $currentMeasureCount); $disease_filter->measureId = $measureId; $labName = $lab_config->name; $namesArray[] = $labName; $retval = StatsLib::getDiseaseFilterCount($disease_filter); } /* All Tests for Multiple Labs */ else if ( count($lab_config_ids) > 1 ) { foreach( $lab_config_ids as $key) { $currentMeasureCount = 0; $lab_config = LabConfig::getById($key); $measureId = getLabMeasureIdFromGlobalMeasureId($lab_config->id, $globalTestType, $currentMeasureCount); $disease_filter->measureId = $measureId; $labName = $lab_config->name; $namesArray[] = $labName; $retval += StatsLib::getDiseaseFilterCount($disease_filter); } } return $retval; } public static function getDiseaseFilterCount($disease_filter) { # Returns total number of records matching filter criteria $retval = 0; //print_r($disease_filter); foreach(StatsLib::$diseaseSetList as $disease_set) { # Flag to track if gender and/or age slots have matched for this entry. $has_match = false; # Check if age falls in range if ( ( # No upper bound on range: Only check if age is >= lower bound. (trim($disease_filter->patientAgeRange[1]) == "+") && ($disease_set->patientAge >= $disease_filter->patientAgeRange[0]) ) || ( ($disease_set->patientAge >= $disease_filter->patientAgeRange[0]) && ($disease_set->patientAge < $disease_filter->patientAgeRange[1]) ) ) { # Age falls in range # Check if result value matches or is in range if($disease_filter->rangeType == DiseaseSetFilter::$DISCRETE) { if ( (isset($disease_set->resultValues[$disease_filter->measureId])) && ($disease_set->resultValues[$disease_filter->measureId] === $disease_filter->rangeValues) ) { # Do nothing $has_match = true; } else { continue; } } else if($disease_filter->rangeType == DiseaseSetFilter::$CONTINUOUS) { if ( (isset($disease_set->resultValues[$disease_filter->measureId])) && ($disease_set->resultValues[$disease_filter->measureId] >= $disease_filter->rangeValues[0]) && ($disease_set->resultValues[$disease_filter->measureId] < $disease_filter->rangeValues[1]) ) { # Do nothing $has_match = true; } else { continue; } } if($has_match === true) { # Age and/or gender slot have matched: # Check gender if present in filter if($disease_filter->patientGender == null) { # Gender no specified. Increment match count. $retval++; } else { # Check if gender is the same as in filter. if(strcmp(strtolower($disease_set->patientGender), strtolower($disease_filter->patientGender)) == 0) { $retval++; } } } } } return $retval; } } ?> \ No newline at end of file + '' ". + "AND test_type_id=$test_type_id"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE result <> '' ". + "AND test_type_id=$test_type_id ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to'". + " )"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + return $count_val; +} + +#nc40 +function get_test_count_grouped($test_type_id, $date_from, $date_to, $gender, $age_from, $age_to, $completed = 0, $section = 0) +{ + $l_strTime =""; + if(stristr($age_to,"day") === false && stristr($age_to,"month") ===false) + { + $l_strTime =" Years"; + } + + $u_strTime =""; + if(stristr($age_from,"day") === false && stristr($age_to,"month") ===false) + { + $u_strTime =" Years"; + } + + $query_string = ""; + $l_age_s = "-".$age_to."$l_strTime"; + $l_age_t = strtotime($l_age_s); + $l_age_d = date('Y-m-d', $l_age_t); + $u_age_s = "-".$age_from."$u_strTime"; + $u_age_t = strtotime($u_age_s); + $u_age_d = date('Y-m-d', $u_age_t); + + //echo $age_to.'|'.$l_age_d .' to '.$u_age_d;exit; + + //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; + if($completed == 0) + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")". + " )"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND result <> '' ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")". + " )"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + //$u_yr = date('Y') - $age_from; + // $l_yr = date('Y') - $age_to; + if($completed == 0) + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND partial_dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")". + " )"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND result <> '' ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND partial_dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")". + " )"; + } + $record = query_associative_one($query_string); + $count_val = $count_val + $record['count_val']; + return $count_val; +} + +# nc40 +function get_test_count_grouped2($test_type_id, $date_from, $date_to, $gender, $completed = 0, $section = 0) +{ + $query_string = ""; + + //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; + if($completed == 0) + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + ")". + " )"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND result <> '' ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + ")". + " )"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + return $count_val; +} + +#nc40 +function get_specimen_count_grouped($specimen_type_id, $date_from, $date_to, $gender, $age_from, $age_to, $completed = 0, $section = 0) +{ + $l_strTime =""; + if(stristr($age_to,"day") === false && stristr($age_to,"month") ===false) + { + $l_strTime =" Years"; + } + + $u_strTime =""; + if(stristr($age_from,"day") === false && stristr($age_to,"month") ===false) + { + $u_strTime =" Years"; + } + + $query_string = ""; + $l_age_s = "-".$age_to."$l_strTime"; + $l_age_t = strtotime($l_age_s); + $l_age_d = date('Y-m-d', $l_age_t); + $u_age_s = "-".$age_from."$u_strTime"; + $u_age_t = strtotime($u_age_s); + $u_age_d = date('Y-m-d', $u_age_t); + //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; + if($completed == 0) + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id ". + "AND date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id ". + "AND date_reported <> NULL". + "AND date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + + ///partial dob search + + if($completed == 0) + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id ". + "AND date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND partial_dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id ". + "AND date_reported <> NULL". + "AND date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + "AND partial_dob BETWEEN '$l_age_d' AND '$u_age_d'". + ")"; + } + + $record = query_associative_one($query_string); + $count_val = $count_val + $record['count_val']; + + return $count_val; +} + +# nc40 +function get_specimen_count_grouped2($specimen_type_id, $date_from, $date_to, $gender, $completed = 0, $section = 0) +{ + $query_string = ""; + + //$query_string = "SELECT count(*) as count_val FROM test WHERE test_type_id = $test_type_id"; + if($completed == 0) + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id ". + "AND date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + ")"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id ". + "AND date_reported <> NULL". + "AND date_collected BETWEEN '$date_from' AND '$date_to' ". + "AND patient_id IN ( ". + "SELECT patient_id from patient ". + "WHERE sex = '$gender' ". + ")"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + return $count_val; +} + + +function get_test_count($lab_config, $test_type_id, $date_from, $date_to) +{ + +$query_string = ""; + if($date_from == "" || $date_to == "") + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM test ". + "WHERE test_type_id=$test_type_id ". + "AND specimen_id IN ( ". + "SELECT specimen_id FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to'". + " )"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + return $count_val; + +} +function get_specimen_count($lab_config, $specimen_type_id, $date_from, $date_to) +{ + $query_string = ""; + if($date_from == "" || $date_to == "") + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE specimen_type_id=$specimen_type_id"; + } + else + { + $query_string = + "SELECT COUNT(*) as count_val FROM specimen ". + "WHERE date_collected BETWEEN '$date_from' AND '$date_to'". + "AND specimen_type_id=$specimen_type_id"; + } + $record = query_associative_one($query_string); + $count_val = $record['count_val']; + return $count_val; +} + +function get_discrete_value_test_types($lab_config) +{ + # Returns test type IDs for tests that have explicit P/N results + $saved_db = DbUtil::switchToLabConfigRevamp($lab_config->id); + $retval = array(); + $query_string = + "SELECT DISTINCT test_type_id FROM test_type ". + "WHERE test_type_id IN ( ". + "SELECT test_type_id FROM lab_config_test_type ". + "WHERE lab_config_id=$lab_config->id ". + " ) AND disabled=0"; + $resultset = query_associative_all($query_string, $row_count); + foreach($resultset as $record) + { + $test_type_id = $record['test_type_id']; + $query_string2 = + "SELECT DISTINCT ttm.test_type_id FROM test_type_measure ttm ". + "WHERE ttm.measure_id IN ( ". + "SELECT measure_id FROM measure ". + "WHERE ( ". + "range LIKE '%/N%' OR range LIKE '%N/%' OR ". + "range LIKE '%/negative%' OR range LIKE '%negative/%' OR ". + "range LIKE '%/negatif%' OR range LIKE '%negatif/%' OR ". + "range LIKE '%/n�gatif%' OR range LIKE '%n�gatif/%' ". + " ) ". + " ) ". + "AND ttm.test_type_id=$test_type_id"; + $record2 = query_associative_one($query_string2); + if($record2 == null) + continue; + $retval[] = $record2['test_type_id']; + } + DbUtil::switchRestore($saved_db); + return $retval; +} + +function get_range_value_test_types($lab_config) +{ + if($lab_config == null) + return null; + $discrete_tests = get_discrete_value_test_types($lab_config); + $all_tests = get_lab_config_test_types($lab_config->id); + $range_tests = array_values(array_intersect($all_tests, $discrete_tests)); + return $range_tests; +} + + +class MeasureMeta +{ + public $name; + public $rangetype; + public $rangeValues; + public $rangeParts; + public $countParts; + public $countTotal; + + public static $DISCRETE = 1; + public static $CONTINUOUS = 2; +} + + +class DiseaseSet +{ + # Class for keeping track of Disease Report params + public $patientAge; + public $patientGender; + public $resultValues; +} + + +class DiseaseSetFilter +{ + # Class for creating filters on Disease Report params + # Used in StatsLib::getDiseaseFilterCount() + public $patientAgeRange; + public $patientGender; + public $measureId; + public $rangeType; + public $rangeValues; + + public static $DISCRETE = 1; + public static $CONTINUOUS = 2; +} + + +class StatsLib +{ + public static $diseaseSetList = array(); # Used while aggregating Disease Report stats + + public static function get_ip() +{ + $ip_address=$_SERVER['HTTP_X_FORWARDED_FOR']; + + if ($ip_address==NULL){ + $ip_address=$_SERVER[REMOTE_ADDR]; } + $ip_address="http://".$ip_address.":4001/login.php"; + return($ip_address); +} + public static function getPercentile($list, $ile_value) + { + # Returns the percentile value from the given list + $num_values = count($list); + sort($list); + $mark = ceil(round($ile_value/100, 2) * $num_values); + return $list[$mark-1]; + } + + public static function getTatStats($lab_config, $date_from, $date_to) + { + # Returns a list of {test_type, Turnaround Time (tat), total specimens} for a given time period + # Fetch all test types handled at this lab + $retval = array(); + $test_type_list = get_lab_config_test_types($lab_config->id); + # For each test type, fetch diff between date collected and date of result entry + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + foreach($test_type_list as $test_type_id) + { + $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); + # test_list now contains {ts, specimen_id, date_collected} entries + # ts and date_collected are in Unix timestamp format + # Calculate average tat value + if(count($resultset) == 0) + { + # No tests completed during the date interval + $curr_entry = array(); + $curr_entry[] = 0; + $curr_entry[] = 0; + + # Append to result + $retval[$test_type_id] = $curr_entry; + continue; + } + + # Calculate TAT value + $cumulative_diff = 0; + + foreach($resultset as $record) + { + $date_collected = $record['date_collected']; + $date_ts = $record['ts']; + $date_diff = $date_ts - $date_collected; + $days_diff = floor($date_diff/(60*60*24)); + + $cumulative_diff += $days_diff; + } + $avg_tat = round($cumulative_diff/count($resultset), 2); + # Record {tat value, total specimens} handled + $curr_entry = array(); + $curr_entry[] = $avg_tat; + $curr_entry[] = count($resultset); + # Append to result + $retval[$test_type_id] = $curr_entry; + } + DbUtil::switchRestore($saved_db); + return $retval; + } + + public static function getTatMonthlyProgressionStats($lab_config, $test_type_id, $date_from, $date_to, $include_pending=false) + { + # Calculates monthly progression of TAT values for a given test type and time period + global $DEFAULT_PENDING_TAT; # Default TAT value for pending tests (in days) + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); + # {resultentry_ts, specimen_id, date_collected_ts} + $progression_val = array(); + $progression_count = array(); + $percentile_tofind = 90; + $percentile_count = array(); + $goal_val = array(); + # Build list as {month=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + # For completed tests + foreach($resultset as $record) + { + $date_collected = $record['date_collected']; + $date_collected_parsed = date("Y-m-d", $date_collected); + $date_collected_parts = explode("-", $date_collected_parsed); + $month_ts = mktime(0, 0, 0, $date_collected_parts[1], 0, $date_collected_parts[0]); + $month_ts_datetime = date("Y-m-d H:i:s", $month_ts); + $date_ts = $record['ts']; + $date_diff = ($date_ts - $date_collected); + if(!isset($progression_val[$month_ts])) + { + $goal_tat[$month_ts] = $lab_config->getGoalTatValue($test_type_id, $month_ts_datetime); + $progression_val[$month_ts] = array(); + $progression_val[$month_ts][0] = $date_diff; + $percentile_count[$month_ts] = array(); + $percentile_count[$month_ts][] = $date_diff; + $progression_count[$month_ts] = 1; + $progression_val[$month_ts][3] = array(); + $progression_val[$month_ts][4] = array(); + } + else + { + $progression_val[$month_ts][0] += $date_diff; + $percentile_count[$month_ts][] = $date_diff; + $progression_count[$month_ts] += 1; + } + if($date_diff/(60*60*24) > $goal_tat[$month_ts]) + { + # Add to list of TAT exceeded specimens + $progression_val[$month_ts][3][] = $record['specimen_id']; + } + } + if($include_pending === true) + { + $pending_tat_value = $lab_config->getPendingTatValue(); # in hours + # Update the above list {month=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + # For pending tests in this time duration + $resultset_pending = get_pendingtat_tests_by_type($test_type_id, $date_from, $date_to); + $num_pending = count($resultset_pending); + foreach($resultset_pending as $record) + { + $date_collected = $record['date_collected']; + $date_collected_parsed = date("Y-m-d", $date_collected); + $date_collected_parts = explode("-", $date_collected_parsed); + $month_ts = mktime(0, 0, 0, $date_collected_parts[1], 0, $date_collected_parts[0]); + $month_ts_datetime = date("Y-m-d H:i:s", $month_ts); + $date_diff = $pending_tat_value*60*60; + if(!isset($progression_val[$month_ts])) + { + $goal_tat[$month_ts] = $lab_config->getGoalTatValue($test_type_id, $month_ts_datetime); + $progression_val[$month_ts] = array(); + $progression_val[$month_ts][0] = $date_diff; + $percentile_count[$month_ts] = array(); + $percentile_count[$month_ts][] = $date_diff; + $progression_count[$month_ts] = 1; + $progression_val[$month_ts][3] = array(); + $progression_val[$month_ts][4] = array(); + } + else + { + $progression_val[$month_ts][0] += $date_diff; + $percentile_count[$month_ts][] = $date_diff; + $progression_count[$month_ts] += 1; + } + # Add to list of TAT pending specimens + $progression_val[$month_ts][4][] = $record['specimen_id']; + } + } + foreach($progression_val as $key=>$value) + { + # Find average value + $progression_val[$key][0] = $value[0]/$progression_count[$key]; + # Convert from sec timestamp to days + $progression_val[$key][0] = ($progression_val[$key][0]/(60*60*24)); + # Determine percentile value + $progression_val[$key][1] = StatsLib::getPercentile($percentile_count[$key], $percentile_tofind); + # Convert from sec timestamp to days + $progression_val[$key][1] = $progression_val[$key][1]/(60*60*24); + $progression_val[$key][2] = $goal_tat[$key]; + } + DbUtil::switchRestore($saved_db); + return $progression_val; + } + + public static function getTatWeeklyProgressionStats($lab_config, $test_type_id, $date_from, $date_to, $include_pending=false) + { + # Calculates weekly progression of TAT values for a given test type and time period + global $DEFAULT_PENDING_TAT; # Default TAT value for pending tests (in days) + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); + # {resultentry_ts, specimen_id, date_collected_ts} + $progression_val = array(); + $progression_count = array(); + $percentile_tofind = 90; + $percentile_count = array(); + $goal_val = array(); + # Return {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + foreach($resultset as $record) { + $date_collected = $record['date_collected']; + $week_collected = date("W", $date_collected); + $year_collected = date("Y", $date_collected); + $week_ts = week_to_date($week_collected, $year_collected); + $week_ts_datetime = date("Y-m-d H:i:s", $week_ts); + $date_ts = $record['ts']; + $date_diff = ($date_ts - $date_collected); + if(!isset($progression_val[$week_ts])) { + $progression_val[$week_ts] = array(); + $progression_val[$week_ts][0] = $date_diff; + $percentile_count[$week_ts] = array(); + $percentile_count[$week_ts][] = $date_diff; + $progression_count[$week_ts] = 1; + $goal_tat[$week_ts] = $lab_config->getGoalTatValue($test_type_id, $week_ts_datetime); + $progression_val[$week_ts][3] = array(); + $progression_val[$week_ts][4] = array(); + } + else { + $progression_val[$week_ts][0] += $date_diff; + $percentile_count[$week_ts][] = $date_diff; + $progression_count[$week_ts] += 1; + } + if($date_diff/(60*60*24) > $goal_tat[$week_ts]) { + $progression_val[$week_ts][3][] = $record['specimen_id']; + } + } + if($include_pending === true) { + $pending_tat_value = $lab_config->getPendingTatValue(); # in hours + # Update the above list {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + # For pending tests in this time duration + $resultset_pending = get_pendingtat_tests_by_type($test_type_id, $date_from, $date_to); + $num_pending = count($resultset_pending); + foreach($resultset_pending as $record) { + + $date_collected = $record['date_collected']; + $week_collected = date("W", $date_collected); + $year_collected = date("Y", $date_collected); + $week_ts = week_to_date($week_collected, $year_collected); + $week_ts_datetime = date("Y-m-d H:i:s", $week_ts); + $date_ts = $record['ts']; + $date_diff = $pending_tat_value*60*60;; + if(!isset($progression_val[$week_ts])) + { + $progression_val[$week_ts] = array(); + $progression_val[$week_ts][0] = $date_diff; + $percentile_count[$week_ts] = array(); + $percentile_count[$week_ts][] = $date_diff; + $progression_count[$week_ts] = 1; + $goal_tat[$week_ts] = $lab_config->getGoalTatValue($test_type_id, $week_ts_datetime); + $progression_val[$week_ts][3] = array(); + $progression_val[$week_ts][4] = array(); + } + else + { + $progression_val[$week_ts][0] += $date_diff; + $percentile_count[$week_ts][] = $date_diff; + $progression_count[$week_ts] += 1; + } + # Add to list of TAT pending specimens + $progression_val[$week_ts][4][] = $record['specimen_id']; + } + } + foreach($progression_val as $key=>$value) { + # Find average value + $progression_val[$key][0] = $value[0]/$progression_count[$key]; + # Convert from sec timestamp to days + $progression_val[$key][0] = ($progression_val[$key][0]/(60*60*24)); + # Determine percentile value + $progression_val[$key][1] = StatsLib::getPercentile($percentile_count[$key], $percentile_tofind); + # Convert from sec timestamp to days + $progression_val[$key][1] = $progression_val[$key][1]/(60*60*24); + $progression_val[$key][2] = $goal_tat[$key]; + } + DbUtil::switchRestore($saved_db); + # Return {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + return $progression_val; + } + + public static function getTatDailyProgressionStats($lab_config, $test_type_id, $date_from, $date_to, $include_pending=false) + { + # Calculates weekly progression of TAT values for a given test type and time period + global $DEFAULT_PENDING_TAT; # Default TAT value for pending tests (in days) + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $resultset = get_completed_tests_by_type($test_type_id, $date_from, $date_to); + # {resultentry_ts, specimen_id, date_collected_ts} + $progression_val = array(); + $progression_count = array(); + $percentile_tofind = 90; + $percentile_count = array(); + $goal_val = array(); + # Return {day=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + foreach($resultset as $record) + { + $date_collected = $record['date_collected']; + $date_ts = $record['ts']; + $date_diff = ($date_ts - $date_collected); + $day_ts = $date_collected; + $day_ts_datetime = date("Y-m-d H:i:s", $day_ts); + if(!isset($progression_val[$day_ts])) + { + $progression_val[$day_ts] = array(); + $progression_val[$day_ts][0] = $date_diff; + $percentile_count[$day_ts] = array(); + $percentile_count[$day_ts][] = $date_diff; + $progression_count[$day_ts] = 1; + $goal_tat[$day_ts] = $lab_config->getGoalTatValue($test_type_id, $day_ts_datetime); + $progression_val[$day_ts][3] = array(); + $progression_val[$day_ts][4] = array(); + } + else + { + $progression_val[$day_ts][0] += $date_diff; + $percentile_count[$day_ts][] = $date_diff; + $progression_count[$day_ts] += 1; + } + if($date_diff/(60*60*24) > $goal_tat[$day_ts]) + { + # Add to list of TAT exceeded specimens + $progression_val[$day_ts][3][] = $record['specimen_id']; + } + } + if($include_pending == true) + { + $pending_tat_value = $lab_config->getPendingTatValue(); # in hours + # Update the above list {day=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + # For pending tests in this time duration + $resultset_pending = get_pendingtat_tests_by_type($test_type_id, $date_from, $date_to); + $num_pending = count($resultset_pending); + foreach($resultset_pending as $record) + { + $date_collected = $record['date_collected']; + $date_ts = $record['ts']; + $date_diff = $pending_tat_value*60*60;; + $day_ts = $date_collected; + $day_ts_datetime = date("Y-m-d H:i:s", $day_ts); + if(!isset($progression_val[$day_ts])) + { + $progression_val[$day_ts] = array(); + $progression_val[$day_ts][0] = $date_diff; + $percentile_count[$day_ts] = array(); + $percentile_count[$day_ts][] = $date_diff; + $progression_count[$day_ts] = 1; + $goal_tat[$day_ts] = $lab_config->getGoalTatValue($test_type_id, $day_ts_datetime); + $progression_val[$day_ts][3] = array(); + $progression_val[$day_ts][4] = array(); + } + else + { + $progression_val[$day_ts][0] += $date_diff; + $percentile_count[$day_ts][] = $date_diff; + $progression_count[$day_ts] += 1; + } + # Add to list of TAT pending specimens + $progression_val[$day_ts][4][] = $record['specimen_id']; + } + } + foreach($progression_val as $key=>$value) + { + # Find average value + $progression_val[$key][0] = $value[0]/$progression_count[$key]; + # Convert from sec timestamp to days + $progression_val[$key][0] = ($progression_val[$key][0]/(60*60*24)); + # Determine percentile value + $progression_val[$key][1] = StatsLib::getPercentile($percentile_count[$key], $percentile_tofind); + # Convert from sec timestamp to days + $progression_val[$key][1] = $progression_val[$key][1]/(60*60*24); + $progression_val[$key][2] = $goal_tat[$key]; + } + DbUtil::switchRestore($saved_db); + # Return {week=>[avg tat, percentile tat, goal tat, [overdue specimen_ids], [pending specimen_ids]]} + return $progression_val; + } + + public static function getTestsDoneStats($lab_config, $date_from, $date_to) + { + # Returns a list of {test_type, number of tests performed} for the given time period + $retval = array(); + # Fetch all test types in this lab configuration + $test_type_list = get_lab_config_test_types($lab_config->id); + # Count number of tests performed for each type + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $tests_done_list = array(); + $tests_list=array(); + + foreach($test_type_list as $test_type_id) + { + $count_value = get_tests_done_count($lab_config, $test_type_id, $date_from, $date_to); + $test_count=get_test_count($lab_config, $test_type_id, $date_from, $date_to); + $tests_done_count_list[] = $count_value; + $tests_pending_list[]=$test_count-$count_value; + + + } + + for($i = 0; $i < count($test_type_list); $i++) + { + # Add to return value if test count not zero + if($tests_pending_list[$i] != 0) + $retval[$test_type_list[$i]] = array($tests_done_count_list[$i],$tests_pending_list[$i]); + } + DbUtil::switchRestore($saved_db); + return $retval; + } + public static function getTestsDoneStatsAggregate($date_from, $date_to) + { + $site_list = get_site_list($_SESSION['user_id']); + + $userId = $_SESSION['user_id']; + $saved_db = DbUtil::switchToGlobal(); + $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; + $resultset = query_associative_all($query, $row_count); + foreach($resultset as $record) { + $labIdTestIds = explode(';',$record['lab_id_test_id']); + foreach($labIdTestIds as $labIdTestId) { + $labIdTestId = explode(':',$labIdTestId); + $labId = $labIdTestId[0]; + $testId= $labIdTestId[1]; + $test_type_list_all[$labId][] = $testId; + $test_type_names[$labId][] = $record['test_name']; + } + } + DbUtil::switchRestore($saved_db); + $retval = array(); + + $test_done_count = 0; + $test_pending_count = 0; + foreach( $site_list as $key => $value) { + $lab_config = LabConfig::getById($key); + # Returns a list of {test_type, number of tests performed} for the given time period + $test_type_list = array(); + $test_type_list = $test_type_list_all[$key]; + $testNames = $test_type_names[$key]; + + # Count number of tests performed for each type + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $tests_done_list = array(); + $tests_list=array(); + + foreach($test_type_list as $test_type_id) { + $count_value = get_tests_done_count($lab_config, $test_type_id, $date_from, $date_to); + $test_count=get_test_count($lab_config, $test_type_id, $date_from, $date_to); + $tests_done_count_list[] = $count_value; + $tests_pending_list[]=$test_count-$count_value; + } + + for($i = 0; $i < count($test_type_list); $i++) { + # Add to return value if test count not zero + $testName = $testNames[$i]; + if($tests_pending_list[$i] != 0) { + $test_done_count += intval($tests_done_count_list[$i]); + $test_pending_count += intval($tests_pending_list[$i]); + $retval[$testName] = array($test_done_count,$test_pending_count); + } + + } + DbUtil::switchRestore($saved_db); + } + return $retval; + } + + public static function getDoctorStats($lab_config,$date_from,$date_to) { + $retval=array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $query_string="SELECT doctor,COUNT(specimen_type_id) AS specimen,COUNT(DISTINCT patient_id) as patient FROM specimen ". + "WHERE (date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "GROUP BY doctor"; + //echo($query_string); + $resultset = query_associative_all($query_string, $row_count); + + if(count($resultset) == 0 || $resultset == null) + { + + DbUtil::switchRestore($saved_db); + return; + } + + foreach($resultset AS $record) + { + $doctor_name=$record['doctor']; + $query_string1="SELECT COUNT(test_type_id) as test FROM specimen s , test t ". + "WHERE s.specimen_id=t.specimen_id ". + "AND doctor='$doctor_name'". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "GROUP BY DOCTOR"; + + $record1 = query_associative_one($query_string1); + if($doctor_name=="") + $doctor_name="Not Known"; + $patient_count=$record['patient']; + $specimen_count=$record['specimen']; + $test_count=$record1['test']; + $retval[$doctor_name] = array($patient_count,$specimen_count,$test_count); + } + + DbUtil::switchRestore($saved_db); + return($retval); + + + } + public static function getSpecimenCountStats($lab_config, $date_from, $date_to) + { + # Returns a list of {specimen_type, number of specimens handled} for the given time period + $retval = array(); + # Fetch all specimen types in this lab configuration + $specimen_type_list = get_lab_config_specimen_types($lab_config->id); + # Count number of specimens handled for each type + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $specimen_count_list = array(); + foreach($specimen_type_list as $specimen_type_id) + { + $specimen_count_list[] = get_specimen_count($lab_config, $specimen_type_id, $date_from, $date_to); + } + for($i = 0; $i < count($specimen_type_list); $i++) + { + # Add to return value if specimen count not zero + if($specimen_count_list[$i] != 0) + $retval[$specimen_type_list[$i]] = $specimen_count_list[$i]; + } + DbUtil::switchRestore($saved_db); + return $retval; + } + + public static function getDiscreteInfectionStats($lab_config, $date_from, $date_to, $test_type_id_passed = null) + { + # Fetch all test types with one measure having discrete P/N range + $retval = array(); + if( !$test_type_id_passed ) + $test_type_list = get_discrete_value_test_types($lab_config); + else + $test_type_list[] = $test_type_id_passed; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + # For each test type, fetch negative records + foreach($test_type_list as $test_type_id) + { + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + $record = query_associative_one($query_string); + $count_negative = $record['count_val']; + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; + $record = query_associative_one($query_string); + $count_all = $record['count_val']; + # If total tests is 0, ignore + if($count_all == 0) + continue; + + $query_string = + "SELECT prevalence_threshold FROM test_type ". + "WHERE test_type_id=$test_type_id "; + $record = query_associative_one($query_string); + $threshold = $record['prevalence_threshold']; + $retval[$test_type_id] = array($count_all, $count_negative, $threshold); + } + DbUtil::switchRestore($saved_db); + return $retval; + } + + public static function getDiscreteInfectionStatsAggregate($lab_config_id, $date_from, $date_to, $test_type_id) { + $retval = array(); + + #All Tests & All Labs + if( $test_type_id == 0 && $lab_config_id == 0 ) { + $site_list = get_site_list($_SESSION['user_id']); + + $userId = $_SESSION['user_id']; + $saved_db = DbUtil::switchToGlobal(); + $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; + $resultset = query_associative_all($query, $row_count); + foreach($resultset as $record) { + $labIdTestIds = explode(';',$record['lab_id_test_id']); + foreach($labIdTestIds as $labIdTestId) { + $labIdTestId = explode(':',$labIdTestId); + $labId = $labIdTestId[0]; + $testId= $labIdTestId[1]; + $test_type_list_all[$labId][] = $testId; + $test_type_names[$labId][] = $record['test_name']; + } + } + DbUtil::switchRestore($saved_db); + foreach( $site_list as $key => $value) { + + $lab_config = LabConfig::getById($key); + $test_type_list = array(); + $test_type_list = $test_type_list_all[$key]; + $testNames = $test_type_names[$key]; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $testCount = -1; + + # For each test type, fetch negative records + foreach($test_type_list as $test_type_id) + { + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + $record = query_associative_one($query_string); + $count_negative = intval($record['count_val']); + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; + $record = query_associative_one($query_string); + $count_all = intval($record['count_val']); + $testCount++; + # If total tests is 0, ignore + if( $count_all == 0 ) + continue; + $testName = $testNames[$testCount]; + + if( !array_key_exists($testName, $retval) ) { + $retval[$testName] = array($count_all, $count_negative); + } + else { + $count_all += intval($retval[$testName][0]); + $count_negative += intval($retval[$testName][1]); + $retval[$testName] = array( $count_all, $count_negative); + } + } + } + DbUtil::switchRestore($saved_db); + return $retval; + } + # All Tests for a Single Lab + else if ( $test_type_id == 0 && count($lab_config_id) == 1 ) { + $lab_config = LabConfig::getById($lab_config_id[0]); + $retvalues = StatsLib::getDiscreteInfectionStats($lab_config, $date_from, $date_to); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + foreach( $retvalues as $key => $value ) { + $testName = get_test_name_by_id($key); + $retval[$testName] = $value; + } + DbUtil::switchRestore($saved_db); + return $retval; + } + # All Tests for more than one lab + else if ( $test_type_id == 0 && count($lab_config_id) > 1 ) { + $userId = $_SESSION['user_id']; + $saved_db = DbUtil::switchToGlobal(); + $query = "SELECT * FROM test_mapping WHERE user_id = $userId"; + $resultset = query_associative_all($query, $row_count); + foreach($resultset as $record) { + $labIdTestIds = explode(';',$record['lab_id_test_id']); + foreach($labIdTestIds as $labIdTestId) { + $labIdTestId = explode(':',$labIdTestId); + $labId = $labIdTestId[0]; + $testId= $labIdTestId[1]; + $test_type_list_all[$labId][] = $testId; + $test_type_names[$labId][] = $record['test_name']; + } + } + DbUtil::switchRestore($saved_db); + + foreach( $lab_config_id as $key) { + $lab_config = LabConfig::getById($key); + $test_type_list = array(); + $test_type_list = $test_type_list_all[$key]; + $testNames = $test_type_names[$key]; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $testCount = -1; + + # For each test type, fetch negative records + foreach($test_type_list as $test_type_id) + { + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + $record = query_associative_one($query_string); + $count_negative = intval($record['count_val']); + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; + //echo($query_string); + $record = query_associative_one($query_string); + $count_all = intval($record['count_val']); + $testCount++; + # If total tests is 0, ignore + if($count_all == 0) + continue; + $testName = $testNames[$testCount]; + + if( !array_key_exists($testName, $retval) ) { + $retval[$testName] = array($count_all, $count_negative); + } + else { + $count_all += intval($retval[$testName][0]); + $count_negative += intval($retval[$testName][1]); + $retval[$testName] = array( $count_all, $count_negative); + } + } + } + DbUtil::switchRestore($saved_db); + return $retval; + } + else { + /* Build Array Map with Lab Id as Key and Test Id as corresponding Value */ + $labIdTestIds = explode(";",$test_type_id); + $testIds = array(); + foreach( $labIdTestIds as $labIdTestId) { + $labIdTestIdsSeparated = explode(":",$labIdTestId); + $labId = $labIdTestIdsSeparated[0]; + $testId = $labIdTestIdsSeparated[1]; + $testIds[$labId] = $testId; + } + + # Particular Test & All Labs + if ( $test_type_id != 0 && $lab_config_id == 0 ) { + $site_list = get_site_list($_SESSION['user_id']); + + foreach( $site_list as $key => $value) { + $lab_config = LabConfig::getById($key); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $test_type_id = $testIds[$lab_config->id]; + + # For particular test type, fetch negative records + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + $record = query_associative_one($query_string); + $count_negative = intval($record['count_val']); + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; + $record = query_associative_one($query_string); + $count_all = intval($record['count_val']); + # If total tests is 0, ignore + if($count_all == 0) + continue; + $testName = get_test_name_by_id($test_type_id); + + $labName = $lab_config->name; + $retval[$labName] = array( $count_all, $count_negative); + } + DbUtil::switchRestore($saved_db); + return $retval; + } + # Particular Test for Single Lab + else if ( $test_type_id != 0 && count($lab_config_id) == 1 ) { + + $lab_config = LabConfig::getById($lab_config_id[0]); + $test_type_id = $testIds[$lab_config->id]; + $retvalues = StatsLib::getDiscreteInfectionStats($lab_config, $date_from, $date_to, $test_type_id); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + foreach( $retvalues as $key => $value ) { + $testName = get_test_name_by_id($key); + $retval[$testName] = $value; + } + DbUtil::switchRestore($saved_db); + return $retval; + } + # Particular Test & Multiple Labs + else if ( $lab_config_id != 0 && $test_type_id != 0 ) { + foreach( $lab_config_id as $key) { + $lab_config = LabConfig::getById($key); + $test_type_id = $testIds[$lab_config->id]; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + + # For particular test type, fetch negative records + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + $record = query_associative_one($query_string); + $count_negative = intval($record['count_val']); + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' )"; + //echo($query_string); + $record = query_associative_one($query_string); + $count_all = intval($record['count_val']); + # If total tests is 0, ignore + if($count_all == 0) + continue; + $testName = get_test_name_by_id($test_type_id); + $labName = $lab_config->name; + $query_string = + "SELECT prevalence_threshold FROM test_type ". + "WHERE test_type_id=$test_type_id "; + $record = query_associative_one($query_string); + $threshold = intval($record['prevalence_threshold']); + + $retval[$labName] = array( $count_all, $count_negative, $threshold ); + } + DbUtil::switchRestore($saved_db); + return $retval; + } + } + } + + public static function getDiscreteInfectionStatsWeekly($lab_config,$test_type_id, $date_from, $date_to, $gender=null) + { + $i=7; + # Fetch all test types with one measure having discrete P/N range + $retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $date_from_parts = explode("-", $date_from); + $date_to_parts = explode("-", $date_to); + $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); + $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); + + while($date_ts<=$date_to_ts) { + $second_day_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); + $date_fromp=date("Y-m-d", $date_ts); + $date_top=date("Y-m-d", $second_day_ts); + + if($gender=='M'||$gender=='F') { + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex LIKE '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; + } + else { + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + + } + $record = query_associative_one($query_string); + $count_negative = $record['count_val']; + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; + $record = query_associative_one($query_string); + $count_all = $record['count_val']; + /*if($count_all != 0)*/ + $retval[$date_ts] = array($count_all, $count_negative); + + $date_ts = $second_day_ts; + $i=$i+7; + + + + } + DbUtil::switchRestore($saved_db); + + return $retval; + } +public static function getDiscreteInfectionStatsG($lab_config,$test_type_id, $date_from,$date_to,$type) { + + $retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + if($type=='w') { + + $query_string = + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), week(s.date_collected)"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), week(s.date_collected)"; + + $resultset1= query_associative_all($query_string1, $row_count1); + } + else if($type=='d') { + $query_string = + "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY s.date_collected"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY s.date_collected"; + + $resultset1= query_associative_all($query_string1, $row_count1); + } + else { + $query_string = + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), month(s.date_collected)"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected),month(s.date_collected)"; + + $resultset1= query_associative_all($query_string1, $row_count1); + + } + +$record_total= array(); +$record_neg=array(); + foreach($resultset1 as $record) { + $week=$record['week']; + $record_neg[$week]=$record['count_val']; + } + + foreach($resultset as $record) { + $week=$record['week']; + $count++; + $record_total[$week]=$record['count_val']; + } + + $counter=0; + + foreach($record_total as $key=>$value) { + + if($record_neg[$key]=="") + $count_negative=0; + else + $count_negative=$record_neg[$key]; + + $count_all=$value; + $date_from_parts = explode("-", $key); + $date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,$date_from_parts[2],$date_from_parts[0]); + $retval[$counter] = array($count_all, $count_negative, $date_ts); + $counter++; + } + + DbUtil::switchRestore($saved_db); + + return $retval; +} +public static function getDiscreteInfectionStatsGenderM($lab_config,$test_type_id, $date_from,$date_to,$type) +{ + +$gender='M'; +$retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + if($type=='w') + { + $query_string = + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), week(s.date_collected)"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), week(s.date_collected)"; + + $resultset1= query_associative_all($query_string1, $row_count1); + } + else if($type=='d') + { + $query_string = + "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY s.date_collected"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY s.date_collected"; + + $resultset1= query_associative_all($query_string1, $row_count1); + } + else + { + $query_string = + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!=''". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), month(s.date_collected)"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected),month(s.date_collected)"; + + $resultset1= query_associative_all($query_string1, $row_count1); + + } + +$record_total= array(); +$record_neg=array(); +foreach($resultset1 as $record) +{ +$week=$record['week']; +$record_neg[$week]=$record['count_val']; +} + +foreach($resultset as $record) +{ +$week=$record['week']; +$count++; +$record_total[$week]=$record['count_val']; +} + + + +$counter=0; + +foreach($record_total as $key=>$value) +{ +if($record_neg[$key]=="") +$count_negative=0; +else +$count_negative=$record_neg[$key]; +$count_all=$value; +$date_from_parts = explode("-", $key); +$date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,$date_from_parts[2],$date_from_parts[0]); +$retval[$counter] = array($count_all, $count_negative, $date_ts); +$counter++; +} + /* $i=1; + if($type=='w') + $i=7; + + # Fetch all test types with one measure having discrete P/N range + $retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $date_from_parts = explode("-", $date_from); + $date_to_parts = explode("-", $date_to); + $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); + $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); + + while($date_ts<$date_to_ts) + { + if($type=='m') + $end_date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,0,$date_from_parts[0]); + else + $end_date_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); + $date_fromp=date("Y-m-d", $date_ts); + $date_top=date("Y-m-d", $end_date_ts); + +$query_string = + "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; + + + $record = query_associative_one($query_string); + $count_negative = $record['count_val']; + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.sex= '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!='' ". + "AND p.patient_id=s.patient_id ". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; + //echo($query_string); + $count_all = $record['count_val']; + if($count_all != 0) + $retval[$date_ts] = array($count_all, $count_negative); + $date_ts = $end_date_ts; + if($type=='w') + $i=$i+7; + else + $i++; + + + + }*/ + DbUtil::switchRestore($saved_db); + + return $retval; + +} + public static function getDiscreteInfectionStatsGenderF($lab_config,$test_type_id,$date_from,$date_to,$type) + { + $gender='F'; + /*$i=1; + if($type=='w') + $i=7; + + # Fetch all test types with one measure having discrete P/N range + + $retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $date_from_parts = explode("-", $date_from); + $date_to_parts = explode("-", $date_to); + $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); + $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); + + while($date_ts<$date_to_ts) + { + if($type=='m') + $end_date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,0,$date_from_parts[0]); + else + $end_date_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); + $date_fromp=date("Y-m-d", $date_ts); + $date_top=date("Y-m-d", $end_date_ts); + +$query_string = + "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex = '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; + + $record = query_associative_one($query_string); + $count_negative = $record['count_val']; + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t,patient p, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.sex = '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!=''". + "AND p.patient_id=s.patient_id ". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; + //echo($query_string); + $record = query_associative_one($query_string); + $count_all = $record['count_val']; + if($count_all != 0) + $retval[$date_ts] = array($count_all, $count_negative); + + $date_ts = $end_date_ts; + if($type=='w') + $i=$i+7; + else + $i++; + + + + }*/ + $retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + if($type=='w') + { + $query_string = + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), week(s.date_collected)"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), week(s.date_collected)"; + + $resultset1= query_associative_all($query_string1, $row_count1); + } + else if($type=='d') + { + $query_string = + "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND t.result!=''". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY s.date_collected"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY s.date_collected"; + + $resultset1= query_associative_all($query_string1, $row_count1); + } + else + { + $query_string = + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND t.result!=''". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected), month(s.date_collected)"; + $resultset = query_associative_all($query_string, $row_count); + $query_string1= + "SELECT year(s.date_collected), s.date_collected AS week ,COUNT(*) AS count_val FROM test t, patient p,specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex= '$gender' ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')". + "AND (s.date_collected BETWEEN '$date_from' AND '$date_to') ". + "GROUP BY year(s.date_collected),month(s.date_collected)"; + + $resultset1= query_associative_all($query_string1, $row_count1); + + } + +$record_total= array(); +$record_neg=array(); +foreach($resultset1 as $record) +{ +$week=$record['week']; +$record_neg[$week]=$record['count_val']; +} + +foreach($resultset as $record) +{ +$week=$record['week']; +$count++; +$record_total[$week]=$record['count_val']; +} + + + +$counter=0; + +foreach($record_total as $key=>$value) +{ +if($record_neg[$key]=="") +$count_negative=0; +else +$count_negative=$record_neg[$key]; +$count_all=$value; +$date_from_parts = explode("-", $key); +$date_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,$date_from_parts[2],$date_from_parts[0]); +$retval[$counter] = array($count_all, $count_negative, $date_ts); +$counter++; +} + DbUtil::switchRestore($saved_db); + + return $retval; + + + + } + public static function getDiscreteInfectionStatsDaily($lab_config,$test_type_id, $date_from, $date_to, $gender=null) + { + $i=1; + # Fetch all test types with one measure having discrete P/N range + $retval = array(); + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $date_from_parts = explode("-", $date_from); + $date_to_parts = explode("-", $date_to); + $date_ts = mktime(0, 0, 0, $date_from_parts[1], $date_from_parts[2], $date_from_parts[0]); + $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], $date_to_parts[2], $date_to_parts[0]); + + while($date_ts<$date_to_ts) + { + $second_day_ts= mktime(0, 0, 0, $date_from_parts[1],$date_from_parts[2]+$i,$date_from_parts[0]); + $date_fromp=date("Y-m-d", $date_ts); + $date_top=date("Y-m-d", $second_day_ts); + if($gender=='M'||$gender=='F') + { +$query_string = + "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex LIKE '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; + + } + else +{ + +$query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + + } + + $record = query_associative_one($query_string); + $count_negative = $record['count_val']; + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; + $record = query_associative_one($query_string); + $count_all = $record['count_val']; + if($count_all != 0) + $retval[$date_ts] = array($count_all, $count_negative); + + $date_ts = $second_day_ts; + $i++; + + + + } + DbUtil::switchRestore($saved_db); + + return $retval; + } + + + + public static function getDiscreteInfectionStatsMonthly($lab_config,$test_type_id, $date_from, $date_to, $gender=null) + { + $i=1; + + + # Fetch all test types with one measure having discrete P/N range + $retval = array(); + + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + + + $date_from_parts = explode("-", $date_from); + + $date_to_parts = explode("-", $date_to); + + $month_ts = mktime(0, 0, 0, $date_from_parts[1], 0, $date_from_parts[0]); + $date_to_ts=mktime(0, 0, 0, $date_to_parts[1], 0, $date_to_parts[0]); + # For the test type, fetch negative records + + while($month_ts<$date_to_ts) + { + $end_of_month_ts= mktime(0, 0, 0, $date_from_parts[1]+$i,0,$date_from_parts[0]); + $date_fromp=date("Y-m-d", $month_ts); + $date_top=date("Y-m-d", $end_of_month_ts); + + if($gender=='M'||$gender=='F') + { +$query_string = + "SELECT COUNT(*) AS count_val FROM test t, patient p, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND p.patient_id=s.patient_id ". + "AND p.sex LIKE '$gender' ". + "AND t.specimen_id=s.specimen_id ". + "AND (s.date_collected BETWEEN '$date_fromp' AND '$date_top') ". + "AND (t.result LIKE 'N,%' OR t.result LIKE 'n�gatif,%' OR t.result LIKE 'negatif,%' OR t.result LIKE 'n,%' OR t.result LIKE 'negative,%')"; + + } + else + { + +$query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )". + "AND (result LIKE 'N,%' OR result LIKE 'n�gatif,%' OR result LIKE 'negatif,%' OR result LIKE 'n,%' OR result LIKE 'negative,%')"; + + } + $record = query_associative_one($query_string); + $count_negative = $record['count_val']; + + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND result!=''". + "AND ( s.date_collected BETWEEN '$date_fromp' AND '$date_top' )"; + $record = query_associative_one($query_string); + $count_all = $record['count_val']; + # If total tests is 0, ignore + if($count_all != 0) + $retval[$month_ts] = array($count_all, $count_negative); + + + $month_ts = $end_of_month_ts; + $i++; + + + + } + DbUtil::switchRestore($saved_db); + return $retval; + } + + public static function getRangeInfectionStats($lab_config, $date_from, $date_to) + { + $test_type_list = get_range_value_test_types($lab_config); + # For each test type, fetch all measures + # For each measure, create distribution based on range + foreach($test_type_list as $test_type_id) + { + # Collect measure(s) information + $measure_list = get_test_type_measures($test_type_id); + $measure_meta_list = array(); + foreach($measure_list as $measure_id) + { + $measure = get_measure_by_id($measure_id); + $measure_meta = new MeasureMeta(); + $measure_meta->name = $measure->getName(); + $measure_meta->countParts = array(); + $range = $measure->range; + + if(strpos($range, ":") === false) + { + # Discrete value range + $range_options = explode("#", $range); + $measure_meta->rangeType = MeasureMeta::$DISCRETE; + $measure_meta->rangeValues = $range_options; + } + else + { + # Continuous value range + $range_bounds = explode(":", $range); + $measure_meta->rangeType = MeasureMeta::$CONTINUOUS; + $measure_meta->rangeValues = $range_bounds; + } + $measure_meta_list[] = $measure_meta; + } + + # Calculate stats + $query_string = + "SELECT COUNT(*) AS count_val FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND t.result <> ''"; + $record = query_associative_one($query_string); + $count_all = $record['count_val']; + # Fetch result values + $query_string = + "SELECT t.result FROM test t, specimen s ". + "WHERE t.test_type_id=$test_type_id ". + "AND t.specimen_id=s.specimen_id ". + "AND ( s.date_collected BETWEEN '$date_from' AND '$date_to' ) ". + "AND t.result <> ''"; + $resultset = query_associative_all($query_string, $row_count); + foreach($resultset as $record) + { + $result_string = substr($record['result'], 0, -1); + $result_list = explode(",", $result_string); + for($i = 0; $i < count($result_list); $i++) + { + $measure_meta = $measure_meta_list[$i]; + if($measure_meta->rangeType == MeasureMeta::$CONTINUOUS) + { + $range_bounds = $measure_meta->rangeValues; + $interval = $range_bounds[1] - $range_bounds[0]; + $base = $interval / 10; + $offset = $result_list[$i] - $range_bounds[0]; + $bucket = $offset / $base; + echo $bucket; + break; + } + } + } + } + } + + # + # Disease Report related functions + # Called from report_disease.php + # + + public static function getDiseaseTotal($lab_config, $test_type, $date_from, $date_to) + { + # Returns the total number of tests performed during the given date range + $query_string = + "SELECT COUNT(*) AS val FROM test t, specimen sp ". + "WHERE t.test_type_id=$test_type->testTypeId ". + "AND t.specimen_id=sp.specimen_id ". + "AND t.result <> '' ". + "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to')"; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $resultset = query_associative_all($query_string, $row_count); + DbUtil::switchRestore($saved_db); + return $resultset[0]['val']; + } + + public static function setDiseaseSetList($lab_config, $test_type, $date_from, $date_to, $multipleCount = 0) + { + # Initializes diseaseSetList for capturing params + if($multipleCount == 0) + StatsLib::$diseaseSetList = array(); + $query_string = + "SELECT t.result AS result_value, ". + "p.sex AS patient_gender, ". + "p.patient_id AS patient_id ". + "FROM test t, specimen sp, patient p ". + "WHERE t.specimen_id=sp.specimen_id ". + "AND t.result <> '' ". + "AND t.test_type_id=$test_type->testTypeId ". + "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to') ". + "AND sp.patient_id=p.patient_id"; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $resultset = query_associative_all($query_string, $row_count); + $measure_list = $test_type->getMeasureIds(); + if(count($resultset) == 0 || $resultset == null) { + DbUtil::switchRestore($saved_db); + return; + } + foreach($resultset as $record) + { + $patient_id = $record['patient_id']; + $patient = Patient::getById($patient_id); + $current_set = new DiseaseSet(); + $current_set->resultValues = array(); + $result_csv_parts = explode(",", $record['result_value']); + # Build assoc list for result values + ## Format: resultValues[measure_id] = result_value + for($i = 0; $i < count($measure_list); $i++) + { + $result_part = $result_csv_parts[$i]; + if(trim($result_part) == "") + continue; + $curr_measure_id = $measure_list[$i]; + $current_set->resultValues[$curr_measure_id] = $result_part; + } + $current_set->patientGender = $record['patient_gender']; + $current_set->patientAge = $patient->getAgeNumber(); + # Append to diseaseSetList + StatsLib::$diseaseSetList[] = $current_set; + } + DbUtil::switchRestore($saved_db); + } + + public static function setDiseaseSetListAggregate($lab_config_ids, $test_type, $date_from, $date_to) + { + $testIds = array(); + $labIdTestIds = explode(";",$test_type->labIdTestId); + foreach( $labIdTestIds as $labIdTestId) { + $labIdTestIdsSeparated = explode(":",$labIdTestId); + $labId = $labIdTestIdsSeparated[0]; + $testId = $labIdTestIdsSeparated[1]; + $testIds[$labId] = $testId; + } + $labCount = 0; + /* All Tests for All Labs */ + if ( count($lab_config_ids) == 1 && $lab_config_ids == 0 ) { + $site_list = get_site_list($_SESSION['user_id']); + + foreach( $site_list as $key => $value) { + $lab_config = get_lab_config_by_id($key); + $labName = $lab_config->name; + $namesArray[] = $labName; + $test_type_id = $testIds[$lab_config->id]; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $test = TestType::getById($test_type_id); + StatsLib::setDiseaseSetList($lab_config, $test, $date_from, $date_to, $labCount); + $labCount++; + DbUtil::switchRestore($saved_db); + } + } + /* All Tests for Single Lab */ + else if ( count($lab_config_ids) == 1 ) { + $lab_config = get_lab_config_by_id($lab_config_ids[0]); + $labName = $lab_config->name; + $namesArray[] = $labName; + $test_type_id = $testIds[$lab_config->id]; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $test = TestType::getById($test_type_id); + StatsLib::setDiseaseSetList($lab_config, $test, $date_from, $date_to, $labCount); + $labCount++; + DbUtil::switchRestore($saved_db); + } + /* All Tests for Multiple Labs */ + else if ( count($lab_config_ids) > 1 ) { + foreach( $lab_config_ids as $key) { + $lab_config = get_lab_config_by_id($key); + $labName = $lab_config->name; + $namesArray[] = $labName; + $test_type_id = $testIds[$lab_config->id]; + $saved_db = DbUtil::switchToLabConfig($lab_config->id); + $test = TestType::getById($test_type_id); + StatsLib::setDiseaseSetList($lab_config, $test, $date_from, $date_to, $labCount); + $labCount++; + DbUtil::switchRestore($saved_db); + } + } + } + + public static function getDiseaseFilterCountAggregate($disease_filter, $globalTestType, $currentMeasurecount, $lab_config_ids) { + # Returns total number of records matching filter criteria + $retval = 0; + $testIds = array(); + $labIdTestIds = explode(";",$globalTestType->labIdTestId); + foreach( $labIdTestIds as $labIdTestId ) { + $labIdTestIdsSeparated = explode(":",$labIdTestId); + $labId = $labIdTestIdsSeparated[0]; + $testId = $labIdTestIdsSeparated[1]; + $testIds[$labId] = $testId; + } + if ( count($lab_config_ids) == 1 && $lab_config_ids == 0 ) { + $site_list = get_site_list($_SESSION['user_id']); + foreach( $site_list as $key => $value) { + $currentMeasureCount = 0; + $lab_config = get_lab_config_by_id($key); + $measureId = getLabMeasureIdFromGlobalMeasureId($lab_config->id, $globalTestType, $currentMeasureCount); + $disease_filter->measureId = $measureId; + $labName = $lab_config->name; + $namesArray[] = $labName; + $retval += StatsLib::getDiseaseFilterCount($disease_filter); + } + getDiseaseFilterCount($disease_filter); + } + /* All Tests for Single Lab */ + else if ( count($lab_config_ids) == 1 ) { + $lab_config = get_lab_config_by_id($lab_config_ids[0]); + $measureId = getLabMeasureIdFromGlobalMeasureId($lab_config->id, $globalTestType, $currentMeasureCount); + $disease_filter->measureId = $measureId; + $labName = $lab_config->name; + $namesArray[] = $labName; + $retval = StatsLib::getDiseaseFilterCount($disease_filter); + } + /* All Tests for Multiple Labs */ + else if ( count($lab_config_ids) > 1 ) { + foreach( $lab_config_ids as $key) { + $currentMeasureCount = 0; + $lab_config = LabConfig::getById($key); + $measureId = getLabMeasureIdFromGlobalMeasureId($lab_config->id, $globalTestType, $currentMeasureCount); + $disease_filter->measureId = $measureId; + $labName = $lab_config->name; + $namesArray[] = $labName; + $retval += StatsLib::getDiseaseFilterCount($disease_filter); + } + } + return $retval; + } + + public static function getDiseaseFilterCount($disease_filter) + { + # Returns total number of records matching filter criteria + $retval = 0; + //print_r($disease_filter); + foreach(StatsLib::$diseaseSetList as $disease_set) + { + # Flag to track if gender and/or age slots have matched for this entry. + $has_match = false; + # Check if age falls in range + if + ( + ( + # No upper bound on range: Only check if age is >= lower bound. + (trim($disease_filter->patientAgeRange[1]) == "+") && + ($disease_set->patientAge >= $disease_filter->patientAgeRange[0]) + ) + || + ( + ($disease_set->patientAge >= $disease_filter->patientAgeRange[0]) && + ($disease_set->patientAge < $disease_filter->patientAgeRange[1]) + ) + ) + { + # Age falls in range + # Check if result value matches or is in range + if($disease_filter->rangeType == DiseaseSetFilter::$DISCRETE) + { + if + ( + (isset($disease_set->resultValues[$disease_filter->measureId])) && + ($disease_set->resultValues[$disease_filter->measureId] === $disease_filter->rangeValues) + ) + { + + # Do nothing + $has_match = true; + } + else + { + continue; + } + } + else if($disease_filter->rangeType == DiseaseSetFilter::$CONTINUOUS) + { + if + ( + (isset($disease_set->resultValues[$disease_filter->measureId])) && + ($disease_set->resultValues[$disease_filter->measureId] >= $disease_filter->rangeValues[0]) && + ($disease_set->resultValues[$disease_filter->measureId] < $disease_filter->rangeValues[1]) + ) + { + # Do nothing + $has_match = true; + } + else + { + continue; + } + } + if($has_match === true) + { + # Age and/or gender slot have matched: + # Check gender if present in filter + if($disease_filter->patientGender == null) + { + # Gender no specified. Increment match count. + $retval++; + } + else + { + # Check if gender is the same as in filter. + if(strcmp(strtolower($disease_set->patientGender), strtolower($disease_filter->patientGender)) == 0) + { + $retval++; + } + } + } + } + } + return $retval; + } +} +?> \ No newline at end of file diff --git a/htdocs/includes/user_lib.php b/htdocs/includes/user_lib.php index 866cb1f82..5c6235b7d 100644 --- a/htdocs/includes/user_lib.php +++ b/htdocs/includes/user_lib.php @@ -32,20 +32,20 @@ function get_top_menu_options($user_role, $user_rwoption = "") { global $LIS_001, $LIS_010, $LIS_011, $LIS_100, $LIS_101, $LIS_110, $LIS_111, $LIS_TECH_SHOWPNAME; // Global variables from includes/db_constants.php global $SERVER, $ON_ARC; - $page_list = array (); + $page_list = array(); $rw_option = array (); - $page_list [LangUtil::getPageTitle ( "home" )] = "home.php"; + $page_list[LangUtil::getPageTitle("home")] = "home.php"; $rw_option = explode ( ',', $user_rwoption ); // Write Mode starts if ($user_role == $LIS_TECH_RW || $user_role == $LIS_001 || $user_role == $LIS_VERIFIER) { if (in_array ( "2", $rw_option )) - $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; if (in_array ( "3", $rw_option )) $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; if (in_array ( "4", $rw_option )) - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; if (in_array ( "5", $rw_option )) $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; if (in_array ( "6", $rw_option )) @@ -66,84 +66,84 @@ function get_top_menu_options($user_role, $user_rwoption = "") { $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; } else if ($user_role == $LIS_TECH_RW || $user_role == $LIS_TECH_SHOWPNAME) { - $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; - $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; - $page_list ["Inventory"] = "view_stock.php"; - $id = get_lab_config_id ( $_SESSION ['user_id'] ); + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + $page_list["Inventory"]="view_stock.php"; + $id=get_lab_config_id($_SESSION['user_id']); if ($id == 0) { - $lab_config_list = get_lab_configs ( $_SESSION ['user_id'] ); - $id = $lab_config_list [0]->id; + $lab_config_list = get_lab_configs($_SESSION['user_id']); + $id=$lab_config_list[0]->id; } - // $page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "data_backup?id=".$id; - $page_list [LangUtil::$pageTerms ['MENU_BACKUP']] = "backupDataUI.php?id=" . $id; + //$page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "data_backup?id=".$id; + $page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "backupDataUI.php?id=".$id; } else if ($user_role == $LIS_TECH_RO || $user_role == $LIS_TECH_SHOWPNAME) { - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; } else if ($user_role == $LIS_ADMIN) { - // ... - $page_list [LangUtil::getPageTitle ( "lab_config_home" )] = "lab_configs.php"; - $page_list [LangUtil::getPageTitle ( "catalog" )] = "catalog.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + // ... + $page_list[LangUtil::getPageTitle("lab_config_home")] = "lab_configs.php"; + $page_list[LangUtil::getPageTitle("catalog")] = "catalog.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; if ($SERVER != $ON_ARC) { if (User::onlyOneLabConfig ( $_SESSION ['user_id'], $_SESSION ['user_level'] )) { // Back up data option - $lab_config_list = get_lab_configs ( $_SESSION ['user_id'] ); - // $page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "data_backup?id=".$lab_config_list[0]->id; - $page_list [LangUtil::$pageTerms ['MENU_BACKUP']] = "backupDataUI.php?id=" . $lab_config_list [0]->id; + $lab_config_list = get_lab_configs($_SESSION['user_id']); + //$page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "data_backup?id=".$lab_config_list[0]->id; + $page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "backupDataUI.php?id=".$lab_config_list[0]->id; } } - // $page_list["Inventory"]="stock_add.php"; - // ... + //$page_list["Inventory"]="stock_add.php"; + // ... } else if ($user_role == $LIS_SUPERADMIN || $user_role == $LIS_COUNTRYDIR) { - $page_list [LangUtil::getPageTitle ( "lab_configs" )] = "lab_configs.php"; - $page_list [LangUtil::getPageTitle ( "lab_admins" )] = "lab_admins.php"; - $page_list [LangUtil::getPageTitle ( "catalog" )] = "country_catalog.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + $page_list[LangUtil::getPageTitle("lab_configs")] = "lab_configs.php"; + $page_list[LangUtil::getPageTitle("lab_admins")] = "lab_admins.php"; + $page_list[LangUtil::getPageTitle("catalog")] = "country_catalog.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; } else if ($user_role == $LIS_VERIFIER) { - $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; } else if (false) { switch ($user_role) { - case $LIS_001 : + case $LIS_001: // Reports only - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; break; - case $LIS_010 : + case $LIS_010: // Results only - $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; break; - case $LIS_011 : + case $LIS_011: // Results and reports - $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; break; - case $LIS_100 : + case $LIS_100: // Regn only - $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; break; - case $LIS_101 : + case $LIS_101: // Regn and Reports - $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; break; - case $LIS_110 : + case $LIS_110: // Regn and Results - $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; - $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; break; - case $LIS_111 : + case $LIS_111: // All three - $page_list [LangUtil::getPageTitle ( "regn" )] = "find_patient.php"; - $page_list [LangUtil::getPageTitle ( "results_entry" )] = "results_entry.php"; - $page_list [LangUtil::getPageTitle ( "search" )] = "search.php"; - $page_list [LangUtil::getPageTitle ( "reports" )] = "reports.php"; + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; break; } } @@ -155,24 +155,24 @@ function get_top_menu_options($user_role, $user_rwoption = "") { function rand_str($length = 32, $chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890') { // Random string generator used by get_random_password() - // Length of character list - $chars_length = (strlen ( $chars ) - 1); - // Start our string - $string = $chars {rand ( 0, $chars_length )}; + // Length of character list + $chars_length = (strlen($chars) - 1); + // Start our string + $string = $chars{rand(0, $chars_length)}; // Generate random string for($i = 1; $i < $length; $i = strlen ( $string )) { - // Grab a random character from our list - $r = $chars {rand ( 0, $chars_length )}; - // Make sure the same two characters don't appear next to each other + // Grab a random character from our list + $r = $chars{rand(0, $chars_length)}; + // Make sure the same two characters don't appear next to each other if ($r != $string {$i - 1}) $string .= $r; - } - // Return the string - return $string; + } + // Return the string + return $string; } function get_random_password() { // Generates a random string as new user password - $string = rand_str ( 7 ); + $string = rand_str(7); return $string; } function is_admin($user) { @@ -185,54 +185,54 @@ function is_admin($user) { function is_super_admin($user) { // Returns true for superadmin level users only global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN; - if ($user->level == $LIS_SUPERADMIN) + if($user->level == $LIS_SUPERADMIN) return true; return false; } function is_country_dir($user) { // Returns true for superadmin level users only global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN, $LIS_COUNTRYDIR; - if ($user->level == $LIS_COUNTRYDIR) + if($user->level == $LIS_COUNTRYDIR) return true; return false; } function get_level_name($level_code) { // Returns string containing user-level global $LIS_PHYSICIAN, $READONLYMODE, $LIS_001, $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN, $LIS_VERIFIER, $LIS_COUNTRYDIR, $LIS_CLERK, $LIS_TECH_SHOWPNAME; - // echo "Level Code = ".$level_code."-".$LIS_VERIFIER; + //echo "Level Code = ".$level_code."-".$LIS_VERIFIER; switch ($level_code) { - case $LIS_TECH_RW : - return LangUtil::$generalTerms ['LAB_TECH']; + case $LIS_TECH_RW: + return LangUtil::$generalTerms['LAB_TECH']; break; - case $LIS_TECH_SHOWPNAME : - return LangUtil::$generalTerms ['LAB_TECH']; + case $LIS_TECH_SHOWPNAME: + return LangUtil::$generalTerms['LAB_TECH']; break; - case $LIS_TECH_RO : - return LangUtil::$generalTerms ['LAB_TECH']; + case $LIS_TECH_RO: + return LangUtil::$generalTerms['LAB_TECH']; break; - case $LIS_ADMIN : - return LangUtil::$generalTerms ['LAB_MGR']; + case $LIS_ADMIN: + return LangUtil::$generalTerms['LAB_MGR']; break; - case $LIS_SUPERADMIN : + case $LIS_SUPERADMIN: return "BLIS Super-admin"; break; - case $LIS_COUNTRYDIR : - return LangUtil::$generalTerms ['LAB_DIR']; + case $LIS_COUNTRYDIR: + return LangUtil::$generalTerms['LAB_DIR']; break; - case $LIS_CLERK : - return LangUtil::$generalTerms ['LAB_RECEPTIONIST']; + case $LIS_CLERK: + return LangUtil::$generalTerms['LAB_RECEPTIONIST']; break; - case $LIS_VERIFIER : + case $LIS_VERIFIER: { - $verifier = "Verifier"; - return $verifier; - break; + $verifier = "Verifier"; + return $verifier; + break; } case $READONLYMODE : { $readOnly = "Read Only"; return $readOnly; - break; + break; } case $LIS_001 : { diff --git a/htdocs/includes/user_lib.php.bak b/htdocs/includes/user_lib.php.bak new file mode 100644 index 000000000..9a8ad4edc --- /dev/null +++ b/htdocs/includes/user_lib.php.bak @@ -0,0 +1,253 @@ +id; + } + //$page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "data_backup?id=".$id; + $page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "backupDataUI.php?id=".$id; + } + else if($user_role == $LIS_TECH_RO || $user_role == $LIS_TECH_SHOWPNAME) + { + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + } + else if($user_role == $LIS_ADMIN) + { + // ... + $page_list[LangUtil::getPageTitle("lab_config_home")] = "lab_configs.php"; + $page_list[LangUtil::getPageTitle("catalog")] = "catalog.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + if($SERVER != $ON_ARC) + { + if(User::onlyOneLabConfig($_SESSION['user_id'], $_SESSION['user_level'])) + { + // Back up data option + $lab_config_list = get_lab_configs($_SESSION['user_id']); + //$page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "data_backup?id=".$lab_config_list[0]->id; + $page_list[LangUtil::$pageTerms['MENU_BACKUP']] = "backupDataUI.php?id=".$lab_config_list[0]->id; + } + } + //$page_list["Inventory"]="stock_add.php"; + // ... + } + else if($user_role == $LIS_SUPERADMIN || $user_role == $LIS_COUNTRYDIR) + { + $page_list[LangUtil::getPageTitle("lab_configs")] = "lab_configs.php"; + $page_list[LangUtil::getPageTitle("lab_admins")] = "lab_admins.php"; + $page_list[LangUtil::getPageTitle("catalog")] = "country_catalog.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + } + else if($user_role == $LIS_VERIFIER){ + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + } + else if($user_role == $LIS_DOCTOR){ + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + } + else if(false) + { + switch ($user_role) + { + case $LIS_001: + // Reports only + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + + break; + case $LIS_010: + // Results only + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + break; + case $LIS_011: + // Results and reports + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + break; + case $LIS_100: + // Regn only + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + break; + case $LIS_101: + // Regn and Reports + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + break; + case $LIS_110: + // Regn and Results + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + break; + case $LIS_111: + // All three + $page_list[LangUtil::getPageTitle("regn")] = "find_patient.php"; + $page_list[LangUtil::getPageTitle("results_entry")] = "results_entry.php"; + $page_list[LangUtil::getPageTitle("search")] = "search.php"; + $page_list[LangUtil::getPageTitle("reports")] = "reports.php"; + break; + } + } + // Currently Disabled. Uncomment if required + // $page_list[LangUtil::getPageTitle("help")] = "help.php"; + return $page_list; +} + +function rand_str($length = 32, $chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890') +{ + // Random string generator used by get_random_password() + + // Length of character list + $chars_length = (strlen($chars) - 1); + // Start our string + $string = $chars{rand(0, $chars_length)}; + // Generate random string + for ($i = 1; $i < $length; $i = strlen($string)) + { + // Grab a random character from our list + $r = $chars{rand(0, $chars_length)}; + // Make sure the same two characters don't appear next to each other + if ($r != $string{$i - 1}) $string .= $r; + } + // Return the string + return $string; +} + +function get_random_password() +{ + // Generates a random string as new user password + $string = rand_str(7); + return $string; +} + +function is_admin($user) +{ + // Returns true for admin and superadmin level users + global $LIS_VERIFIER, $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN, $LIS_CLERK, $LIS_TECH_SHOWPNAME, $LIS_COUNTRYDIR,$LIS_DOCTOR; + if + ( + $user->level == $LIS_TECH_RO || + $user->level == $LIS_TECH_RW || + $user->level == $LIS_CLERK || + $user->level == $LIS_TECH_SHOWPNAME || + $user->level == $LIS_DOCTOR || + $user->level == $LIS_VERIFIER + ) + return false; + return true; +} + +function is_super_admin($user) +{ + // Returns true for superadmin level users only + global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN; + if($user->level == $LIS_SUPERADMIN) + return true; + return false; +} + +function is_country_dir($user) +{ + // Returns true for superadmin level users only + global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN, $LIS_COUNTRYDIR; + if($user->level == $LIS_COUNTRYDIR) + return true; + return false; +} + +function get_level_name($level_code) +{ + // Returns string containing user-level + global $LIS_TECH_RO, $LIS_TECH_RW, $LIS_ADMIN, $LIS_SUPERADMIN, $LIS_VERIFIER , $LIS_COUNTRYDIR, $LIS_CLERK, $LIS_TECH_SHOWPNAME,$LIS_DOCTOR; + //echo "Level Code = ".$level_code."-".$LIS_VERIFIER; + switch($level_code) + { + case $LIS_TECH_RW: + return LangUtil::$generalTerms['LAB_TECH']; + break; + case $LIS_TECH_SHOWPNAME: + return LangUtil::$generalTerms['LAB_TECH']; + break; + case $LIS_TECH_RO: + return LangUtil::$generalTerms['LAB_TECH']; + break; + case $LIS_ADMIN: + return LangUtil::$generalTerms['LAB_MGR']; + break; + case $LIS_SUPERADMIN: + return "BLIS Super-admin"; + break; + case $LIS_COUNTRYDIR: + return LangUtil::$generalTerms['LAB_DIR']; + break; + case $LIS_CLERK: + return LangUtil::$generalTerms['LAB_RECEPTIONIST']; + break; + case $LIS_VERIFIER: + { + $verifier = "Verifier"; + return $verifier; + break; + } + case $LIS_DOCTOR: + return "Requester"; + break; + } +} +?> \ No newline at end of file diff --git a/htdocs/js/ztree/css/demo.css b/htdocs/js/ztree/css/demo.css new file mode 100644 index 000000000..f6dba0de8 --- /dev/null +++ b/htdocs/js/ztree/css/demo.css @@ -0,0 +1,33 @@ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} +body {color: #2f332a;font: 15px/21px Arial, Helvetica, simsun, sans-serif;background: #f0f6e4 \9;} +h1, h2, h3, h4, h5, h6 {color: #2f332a;font-weight: bold;font-family: Helvetica, Arial, sans-serif;padding-bottom: 5px;} +h1 {font-size: 24px;line-height: 34px;text-align: center;} +h2 {font-size: 14px;line-height: 24px;padding-top: 5px;} +h6 {font-weight: normal;font-size: 12px;letter-spacing: 1px;line-height: 24px;text-align: center;} +a {color:#3C6E31;text-decoration: underline;} +a:hover {background-color:#3C6E31;color:white;} +input.radio {margin: 0 2px 0 8px;} +input.radio.first {margin-left:0;} +input.empty {color: lightgray;} +code {color: #2f332a;} +.highlight_red {color:#A60000;} +.highlight_green {color:#A7F43D;} +li {list-style: circle;font-size: 12px;} +li.title {list-style: none;} +ul.list {margin-left: 17px;} + +div.content_wrap {width: 600px;height:380px;} +div.content_wrap div.left{float: left;width: 250px;} +div.content_wrap div.right{float: right;width: 340px;} +div.zTreeDemoBackground {width:250px;height:362px;text-align:left;} + +ul.ztree {margin-top: 10px;border: 1px solid #617775;background: #f0f6e4;width:220px;height:360px;overflow-y:scroll;overflow-x:auto;} +ul.log {border: 1px solid #617775;background: #f0f6e4;width:300px;height:170px;overflow: hidden;} +ul.log.small {height:45px;} +ul.log li {color: #666666;list-style: none;padding-left: 10px;} +ul.log li.dark {background-color: #E3E3E3;} + +/* ruler */ +div.ruler {height:20px; width:220px; background-color:#f0f6e4;border: 1px solid #333; margin-bottom: 5px; cursor: pointer} +div.ruler div.cursor {height:20px; width:30px; background-color:#3C6E31; color:white; text-align: right; padding-right: 5px; cursor: pointer} \ No newline at end of file diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/1_close.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/1_close.png new file mode 100644 index 000000000..68ccb3c3b Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/1_close.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/1_open.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/1_open.png new file mode 100644 index 000000000..d6ff36d3a Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/1_open.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/2.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/2.png new file mode 100644 index 000000000..9eff506ba Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/2.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/3.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/3.png new file mode 100644 index 000000000..d7ba6d0c6 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/3.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/4.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/4.png new file mode 100644 index 000000000..753e2bfd5 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/4.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/5.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/5.png new file mode 100644 index 000000000..0c5eccd56 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/5.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/6.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/6.png new file mode 100644 index 000000000..070b8352d Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/6.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/7.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/7.png new file mode 100644 index 000000000..532b037f2 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/7.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/8.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/8.png new file mode 100644 index 000000000..a8f3a86e7 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/8.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/diy/9.png b/htdocs/js/ztree/css/zTreeStyle/img/diy/9.png new file mode 100644 index 000000000..4db73cd41 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/diy/9.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/line_conn.gif b/htdocs/js/ztree/css/zTreeStyle/img/line_conn.gif new file mode 100644 index 000000000..d561d36a9 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/line_conn.gif differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/loading.gif b/htdocs/js/ztree/css/zTreeStyle/img/loading.gif new file mode 100644 index 000000000..e8c289293 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/loading.gif differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/zTreeStandard.gif b/htdocs/js/ztree/css/zTreeStyle/img/zTreeStandard.gif new file mode 100644 index 000000000..50c94fd41 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/zTreeStandard.gif differ diff --git a/htdocs/js/ztree/css/zTreeStyle/img/zTreeStandard.png b/htdocs/js/ztree/css/zTreeStyle/img/zTreeStandard.png new file mode 100644 index 000000000..ffda01ef1 Binary files /dev/null and b/htdocs/js/ztree/css/zTreeStyle/img/zTreeStandard.png differ diff --git a/htdocs/js/ztree/css/zTreeStyle/zTreeStyle.css b/htdocs/js/ztree/css/zTreeStyle/zTreeStyle.css new file mode 100644 index 000000000..1bd0d1337 --- /dev/null +++ b/htdocs/js/ztree/css/zTreeStyle/zTreeStyle.css @@ -0,0 +1,97 @@ +/*------------------------------------- +zTree Style + +version: 3.4 +author: Hunter.z +email: hunter.z@263.net +website: http://code.google.com/p/jquerytree/ + +-------------------------------------*/ + +.ztree * {padding:0; margin:0; font-size:10px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif} +.ztree {margin:0; padding:5px; color:#333} +.ztree li{padding:0; margin:0; list-style:none; line-height:14px; text-align:left; white-space:nowrap; outline:0} +.ztree li ul{ margin:0; padding:0 0 0 18px} +.ztree li ul.line{ background:url(./img/line_conn.gif) 0 0 repeat-y;} + +.ztree li a {padding:1px 3px 0 0; margin:0; cursor:pointer; height:17px; color:#333; background-color: transparent; + text-decoration:none; vertical-align:top; display: inline-block} +.ztree li a:hover {text-decoration:underline} +.ztree li a.curSelectedNode {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;} +.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;} +.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#316AC5; color:white; height:16px; border:1px #316AC5 solid; + opacity:0.8; filter:alpha(opacity=80)} +.ztree li a.tmpTargetNode_prev {} +.ztree li a.tmpTargetNode_next {} +.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0; + font-size:12px; border:1px #7EC4CC solid; *border:0px} +.ztree li span {line-height:16px; margin-right:2px} +.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle; + border:0 none; cursor: pointer;outline:none; + background-color:transparent; background-repeat:no-repeat; background-attachment: scroll; + background-image:url("./img/zTreeStandard.png"); *background-image:url("./img/zTreeStandard.gif")} + +.ztree li span.button.chk {width:13px; height:13px; margin:0 3px 0 0; cursor: auto} +.ztree li span.button.chk.checkbox_false_full {background-position:0 0} +.ztree li span.button.chk.checkbox_false_full_focus {background-position:0 -14px} +.ztree li span.button.chk.checkbox_false_part {background-position:0 -28px} +.ztree li span.button.chk.checkbox_false_part_focus {background-position:0 -42px} +.ztree li span.button.chk.checkbox_false_disable {background-position:0 -56px} +.ztree li span.button.chk.checkbox_true_full {background-position:-14px 0} +.ztree li span.button.chk.checkbox_true_full_focus {background-position:-14px -14px} +.ztree li span.button.chk.checkbox_true_part {background-position:-14px -28px} +.ztree li span.button.chk.checkbox_true_part_focus {background-position:-14px -42px} +.ztree li span.button.chk.checkbox_true_disable {background-position:-14px -56px} +.ztree li span.button.chk.radio_false_full {background-position:-28px 0} +.ztree li span.button.chk.radio_false_full_focus {background-position:-28px -14px} +.ztree li span.button.chk.radio_false_part {background-position:-28px -28px} +.ztree li span.button.chk.radio_false_part_focus {background-position:-28px -42px} +.ztree li span.button.chk.radio_false_disable {background-position:-28px -56px} +.ztree li span.button.chk.radio_true_full {background-position:-42px 0} +.ztree li span.button.chk.radio_true_full_focus {background-position:-42px -14px} +.ztree li span.button.chk.radio_true_part {background-position:-42px -28px} +.ztree li span.button.chk.radio_true_part_focus {background-position:-42px -42px} +.ztree li span.button.chk.radio_true_disable {background-position:-42px -56px} + +.ztree li span.button.switch {width:18px; height:18px} +.ztree li span.button.root_open{background-position:-92px -54px} +.ztree li span.button.root_close{background-position:-74px -54px} +.ztree li span.button.roots_open{background-position:-92px 0} +.ztree li span.button.roots_close{background-position:-74px 0} +.ztree li span.button.center_open{background-position:-92px -18px} +.ztree li span.button.center_close{background-position:-74px -18px} +.ztree li span.button.bottom_open{background-position:-92px -36px} +.ztree li span.button.bottom_close{background-position:-74px -36px} +.ztree li span.button.noline_open{background-position:-92px -72px} +.ztree li span.button.noline_close{background-position:-74px -72px} +.ztree li span.button.root_docu{ background:none;} +.ztree li span.button.roots_docu{background-position:-56px 0} +.ztree li span.button.center_docu{background-position:-56px -18px} +.ztree li span.button.bottom_docu{background-position:-56px -36px} +.ztree li span.button.noline_docu{ background:none;} + +.ztree li span.button.ico_open{margin-right:2px; background-position:-110px -16px; vertical-align:top; *vertical-align:middle} +.ztree li span.button.ico_close{margin-right:2px; background-position:-110px 0; vertical-align:top; *vertical-align:middle} +.ztree li span.button.ico_docu{margin-right:2px; background-position:-110px -32px; vertical-align:top; *vertical-align:middle} +.ztree li span.button.edit {margin-right:2px; background-position:-110px -48px; vertical-align:top; *vertical-align:middle} +.ztree li span.button.remove {margin-right:2px; background-position:-110px -64px; vertical-align:top; *vertical-align:middle} + +.ztree li span.button.ico_loading{margin-right:2px; background:url(./img/loading.gif) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle} + +ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)} + +span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute; + background-color:transparent; background-repeat:no-repeat; background-attachment: scroll; + background-position:-110px -80px; background-image:url("./img/zTreeStandard.png"); *background-image:url("./img/zTreeStandard.gif")} + +ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)} +.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute} + +/* level style*/ +/*.ztree li span.button.level0 { + display:none; +} +.ztree li ul.level0 { + padding:0; + background:none; +}*/ \ No newline at end of file diff --git a/htdocs/js/ztree/js/jquery-1.4.4.min.js b/htdocs/js/ztree/js/jquery-1.4.4.min.js new file mode 100644 index 000000000..8f3ca2e2d --- /dev/null +++ b/htdocs/js/ztree/js/jquery-1.4.4.min.js @@ -0,0 +1,167 @@ +/*! + * jQuery JavaScript Library v1.4.4 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu Nov 11 19:04:53 2010 -0500 + */ +(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h= +h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;kd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La, +"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this, +e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a, +"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+ +a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/, +C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j, +s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this, +j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length}, +toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j=== +-1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false; +if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload", +b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&& +!F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&& +l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H
              a";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"), +k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false, +scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent= +false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div");r.style.width=r.style.paddingLeft="1px";t.body.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";r.style.zoom= +1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="
              ";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="
              t
              ";var A=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=A[0].offsetHeight===0;A[0].style.display="";A[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&A[0].offsetHeight===0;r.innerHTML="";t.body.removeChild(r).style.display= +"none"});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e=a.nodeType,f=e?a[c.expando]:null,h= +c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando); +else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one"; +if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true}, +attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&& +b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0}; +c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem, +arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a,h);if(!h.handler.guid)h.handler.guid= +d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o=f.split(".");f=o.shift();x=RegExp("(^|\\.)"+ +c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType=== +8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l;e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k=== +"click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+ +d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired= +B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type=== +"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]=== +0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}}); +(function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3]; +break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+=D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr, +q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y||k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h= +l;g.sort(w);if(h)for(var i=1;i0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p=0))n||m.push(u);else if(n)i[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n, +m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled=== +true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"=== +g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return in[3]-0},nth:function(g,i,n){return n[3]- +0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent||g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()=== +i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]]; +if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m, +g);else if(typeof g.length==="number")for(var p=g.length;n";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g); +n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m=n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&& +function(){var g=k,i=t.createElement("div");i.innerHTML="

              ";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m,p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F|| +p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g= +t.createElement("div");g.innerHTML="
              ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition? +function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n0)for(var h=d;h0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h= +h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context): +c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a, +2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a, +b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&& +e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/\s]+\/)>/g,P={option:[1, +""],legend:[1,"
              ","
              "],thead:[1,"","
              "],tr:[2,"","
              "],td:[3,"","
              "],col:[2,"","
              "],area:[1,"",""],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div
              ","
              "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument||t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null; +else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1>");try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append", +prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument|| +b[0]&&b[0].ownerDocument||t;for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]===""&&!x?r.childNodes:[];for(o=k.length- +1;o>=0;--o)c.nodeName(k[o],"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script")))); +d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i, +jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true, +zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b), +h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b); +if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f= +d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left; +e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/)<[^<]*)*<\/script>/gi, +ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b=== +"object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("
              ").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&& +!this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})}, +getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html", +script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| +!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache= +false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset; +A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type", +b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&& +c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| +c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]= +encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess", +[b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"), +e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}}); +if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show", +3),a,b,d);else{d=0;for(var e=this.length;d=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, +d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a* +Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)} +var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; +this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| +this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= +c.timers,b=0;b-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a, +e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&& +c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase(); +c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+ +b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window); diff --git a/htdocs/js/ztree/js/jquery.ztree.all-3.5.js b/htdocs/js/ztree/js/jquery.ztree.all-3.5.js new file mode 100644 index 000000000..f4342937e --- /dev/null +++ b/htdocs/js/ztree/js/jquery.ztree.all-3.5.js @@ -0,0 +1,3487 @@ + +/* + * JQuery zTree core v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function($){ + var settings = {}, roots = {}, caches = {}, + //default consts of core + _consts = { + className: { + BUTTON: "button", + LEVEL: "level", + ICO_LOADING: "ico_loading", + SWITCH: "switch" + }, + event: { + NODECREATED: "ztree_nodeCreated", + CLICK: "ztree_click", + EXPAND: "ztree_expand", + COLLAPSE: "ztree_collapse", + ASYNC_SUCCESS: "ztree_async_success", + ASYNC_ERROR: "ztree_async_error" + }, + id: { + A: "_a", + ICON: "_ico", + SPAN: "_span", + SWITCH: "_switch", + UL: "_ul" + }, + line: { + ROOT: "root", + ROOTS: "roots", + CENTER: "center", + BOTTOM: "bottom", + NOLINE: "noline", + LINE: "line" + }, + folder: { + OPEN: "open", + CLOSE: "close", + DOCU: "docu" + }, + node: { + CURSELECTED: "curSelectedNode" + } + }, + //default setting of core + _setting = { + treeId: "", + treeObj: null, + view: { + addDiyDom: null, + autoCancelSelected: true, + dblClickExpand: true, + expandSpeed: "fast", + fontCss: {}, + nameIsHTML: false, + selectedMulti: true, + showIcon: true, + showLine: true, + showTitle: true, + txtSelectedEnable: false + }, + data: { + key: { + children: "children", + name: "name", + title: "", + url: "url" + }, + simpleData: { + enable: false, + idKey: "id", + pIdKey: "pId", + rootPId: null + }, + keep: { + parent: false, + leaf: false + } + }, + async: { + enable: false, + contentType: "application/x-www-form-urlencoded", + type: "post", + dataType: "text", + url: "", + autoParam: [], + otherParam: [], + dataFilter: null + }, + callback: { + beforeAsync:null, + beforeClick:null, + beforeDblClick:null, + beforeRightClick:null, + beforeMouseDown:null, + beforeMouseUp:null, + beforeExpand:null, + beforeCollapse:null, + beforeRemove:null, + + onAsyncError:null, + onAsyncSuccess:null, + onNodeCreated:null, + onClick:null, + onDblClick:null, + onRightClick:null, + onMouseDown:null, + onMouseUp:null, + onExpand:null, + onCollapse:null, + onRemove:null + } + }, + //default root of core + //zTree use root to save full data + _initRoot = function (setting) { + var r = data.getRoot(setting); + if (!r) { + r = {}; + data.setRoot(setting, r); + } + r[setting.data.key.children] = []; + r.expandTriggerFlag = false; + r.curSelectedList = []; + r.noSelection = true; + r.createdNodes = []; + r.zId = 0; + r._ver = (new Date()).getTime(); + }, + //default cache of core + _initCache = function(setting) { + var c = data.getCache(setting); + if (!c) { + c = {}; + data.setCache(setting, c); + } + c.nodes = []; + c.doms = []; + }, + //default bindEvent of core + _bindEvent = function(setting) { + var o = setting.treeObj, + c = consts.event; + o.bind(c.NODECREATED, function (event, treeId, node) { + tools.apply(setting.callback.onNodeCreated, [event, treeId, node]); + }); + + o.bind(c.CLICK, function (event, srcEvent, treeId, node, clickFlag) { + tools.apply(setting.callback.onClick, [srcEvent, treeId, node, clickFlag]); + }); + + o.bind(c.EXPAND, function (event, treeId, node) { + tools.apply(setting.callback.onExpand, [event, treeId, node]); + }); + + o.bind(c.COLLAPSE, function (event, treeId, node) { + tools.apply(setting.callback.onCollapse, [event, treeId, node]); + }); + + o.bind(c.ASYNC_SUCCESS, function (event, treeId, node, msg) { + tools.apply(setting.callback.onAsyncSuccess, [event, treeId, node, msg]); + }); + + o.bind(c.ASYNC_ERROR, function (event, treeId, node, XMLHttpRequest, textStatus, errorThrown) { + tools.apply(setting.callback.onAsyncError, [event, treeId, node, XMLHttpRequest, textStatus, errorThrown]); + }); + }, + _unbindEvent = function(setting) { + var o = setting.treeObj, + c = consts.event; + o.unbind(c.NODECREATED) + .unbind(c.CLICK) + .unbind(c.EXPAND) + .unbind(c.COLLAPSE) + .unbind(c.ASYNC_SUCCESS) + .unbind(c.ASYNC_ERROR); + }, + //default event proxy of core + _eventProxy = function(event) { + var target = event.target, + setting = data.getSetting(event.data.treeId), + tId = "", node = null, + nodeEventType = "", treeEventType = "", + nodeEventCallback = null, treeEventCallback = null, + tmp = null; + + if (tools.eqs(event.type, "mousedown")) { + treeEventType = "mousedown"; + } else if (tools.eqs(event.type, "mouseup")) { + treeEventType = "mouseup"; + } else if (tools.eqs(event.type, "contextmenu")) { + treeEventType = "contextmenu"; + } else if (tools.eqs(event.type, "click")) { + if (tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.SWITCH) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "switchNode"; + } else { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) { + tId = tools.getNodeMainDom(tmp).id; + nodeEventType = "clickNode"; + } + } + } else if (tools.eqs(event.type, "dblclick")) { + treeEventType = "dblclick"; + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) { + tId = tools.getNodeMainDom(tmp).id; + nodeEventType = "switchNode"; + } + } + if (treeEventType.length > 0 && tId.length == 0) { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) {tId = tools.getNodeMainDom(tmp).id;} + } + // event to node + if (tId.length>0) { + node = data.getNodeCache(setting, tId); + switch (nodeEventType) { + case "switchNode" : + if (!node.isParent) { + nodeEventType = ""; + } else if (tools.eqs(event.type, "click") + || (tools.eqs(event.type, "dblclick") && tools.apply(setting.view.dblClickExpand, [setting.treeId, node], setting.view.dblClickExpand))) { + nodeEventCallback = handler.onSwitchNode; + } else { + nodeEventType = ""; + } + break; + case "clickNode" : + nodeEventCallback = handler.onClickNode; + break; + } + } + // event to zTree + switch (treeEventType) { + case "mousedown" : + treeEventCallback = handler.onZTreeMousedown; + break; + case "mouseup" : + treeEventCallback = handler.onZTreeMouseup; + break; + case "dblclick" : + treeEventCallback = handler.onZTreeDblclick; + break; + case "contextmenu" : + treeEventCallback = handler.onZTreeContextmenu; + break; + } + var proxyResult = { + stop: false, + node: node, + nodeEventType: nodeEventType, + nodeEventCallback: nodeEventCallback, + treeEventType: treeEventType, + treeEventCallback: treeEventCallback + }; + return proxyResult + }, + //default init node of core + _initNode = function(setting, level, n, parentNode, isFirstNode, isLastNode, openFlag) { + if (!n) return; + var r = data.getRoot(setting), + childKey = setting.data.key.children; + n.level = level; + n.tId = setting.treeId + "_" + (++r.zId); + n.parentTId = parentNode ? parentNode.tId : null; + n.open = (typeof n.open == "string") ? tools.eqs(n.open, "true") : !!n.open; + if (n[childKey] && n[childKey].length > 0) { + n.isParent = true; + n.zAsync = true; + } else { + n.isParent = (typeof n.isParent == "string") ? tools.eqs(n.isParent, "true") : !!n.isParent; + n.open = (n.isParent && !setting.async.enable) ? n.open : false; + n.zAsync = !n.isParent; + } + n.isFirstNode = isFirstNode; + n.isLastNode = isLastNode; + n.getParentNode = function() {return data.getNodeCache(setting, n.parentTId);}; + n.getPreNode = function() {return data.getPreNode(setting, n);}; + n.getNextNode = function() {return data.getNextNode(setting, n);}; + n.isAjaxing = false; + data.fixPIdKeyValue(setting, n); + }, + _init = { + bind: [_bindEvent], + unbind: [_unbindEvent], + caches: [_initCache], + nodes: [_initNode], + proxys: [_eventProxy], + roots: [_initRoot], + beforeA: [], + afterA: [], + innerBeforeA: [], + innerAfterA: [], + zTreeTools: [] + }, + //method of operate data + data = { + addNodeCache: function(setting, node) { + data.getCache(setting).nodes[data.getNodeCacheId(node.tId)] = node; + }, + getNodeCacheId: function(tId) { + return tId.substring(tId.lastIndexOf("_")+1); + }, + addAfterA: function(afterA) { + _init.afterA.push(afterA); + }, + addBeforeA: function(beforeA) { + _init.beforeA.push(beforeA); + }, + addInnerAfterA: function(innerAfterA) { + _init.innerAfterA.push(innerAfterA); + }, + addInnerBeforeA: function(innerBeforeA) { + _init.innerBeforeA.push(innerBeforeA); + }, + addInitBind: function(bindEvent) { + _init.bind.push(bindEvent); + }, + addInitUnBind: function(unbindEvent) { + _init.unbind.push(unbindEvent); + }, + addInitCache: function(initCache) { + _init.caches.push(initCache); + }, + addInitNode: function(initNode) { + _init.nodes.push(initNode); + }, + addInitProxy: function(initProxy, isFirst) { + if (!!isFirst) { + _init.proxys.splice(0,0,initProxy); + } else { + _init.proxys.push(initProxy); + } + }, + addInitRoot: function(initRoot) { + _init.roots.push(initRoot); + }, + addNodesData: function(setting, parentNode, nodes) { + var childKey = setting.data.key.children; + if (!parentNode[childKey]) parentNode[childKey] = []; + if (parentNode[childKey].length > 0) { + parentNode[childKey][parentNode[childKey].length - 1].isLastNode = false; + view.setNodeLineIcos(setting, parentNode[childKey][parentNode[childKey].length - 1]); + } + parentNode.isParent = true; + parentNode[childKey] = parentNode[childKey].concat(nodes); + }, + addSelectedNode: function(setting, node) { + var root = data.getRoot(setting); + if (!data.isSelectedNode(setting, node)) { + root.curSelectedList.push(node); + } + }, + addCreatedNode: function(setting, node) { + if (!!setting.callback.onNodeCreated || !!setting.view.addDiyDom) { + var root = data.getRoot(setting); + root.createdNodes.push(node); + } + }, + addZTreeTools: function(zTreeTools) { + _init.zTreeTools.push(zTreeTools); + }, + exSetting: function(s) { + $.extend(true, _setting, s); + }, + fixPIdKeyValue: function(setting, node) { + if (setting.data.simpleData.enable) { + node[setting.data.simpleData.pIdKey] = node.parentTId ? node.getParentNode()[setting.data.simpleData.idKey] : setting.data.simpleData.rootPId; + } + }, + getAfterA: function(setting, node, array) { + for (var i=0, j=_init.afterA.length; i-1) { + result.push(nodes[i]); + } + result = result.concat(data.getNodesByParamFuzzy(setting, nodes[i][childKey], key, value)); + } + return result; + }, + getNodesByFilter: function(setting, nodes, filter, isSingle, invokeParam) { + if (!nodes) return (isSingle ? null : []); + var childKey = setting.data.key.children, + result = isSingle ? null : []; + for (var i = 0, l = nodes.length; i < l; i++) { + if (tools.apply(filter, [nodes[i], invokeParam], false)) { + if (isSingle) {return nodes[i];} + result.push(nodes[i]); + } + var tmpResult = data.getNodesByFilter(setting, nodes[i][childKey], filter, isSingle, invokeParam); + if (isSingle && !!tmpResult) {return tmpResult;} + result = isSingle ? tmpResult : result.concat(tmpResult); + } + return result; + }, + getPreNode: function(setting, node) { + if (!node) return null; + var childKey = setting.data.key.children, + p = node.parentTId ? node.getParentNode() : data.getRoot(setting); + for (var i=0, l=p[childKey].length; i 0))); + }, + clone: function (obj){ + if (obj === null) return null; + var o = tools.isArray(obj) ? [] : {}; + for(var i in obj){ + o[i] = (obj[i] instanceof Date) ? new Date(obj[i].getTime()) : (typeof obj[i] === "object" ? arguments.callee(obj[i]) : obj[i]); + } + return o; + }, + eqs: function(str1, str2) { + return str1.toLowerCase() === str2.toLowerCase(); + }, + isArray: function(arr) { + return Object.prototype.toString.apply(arr) === "[object Array]"; + }, + $: function(node, exp, setting) { + if (!!exp && typeof exp != "string") { + setting = exp; + exp = ""; + } + if (typeof node == "string") { + return $(node, setting ? setting.treeObj.get(0).ownerDocument : null); + } else { + return $("#" + node.tId + exp, setting ? setting.treeObj : null); + } + }, + getMDom: function (setting, curDom, targetExpr) { + if (!curDom) return null; + while (curDom && curDom.id !== setting.treeId) { + for (var i=0, l=targetExpr.length; curDom.tagName && i 0 ); + }, + uCanDo: function(setting, e) { + return true; + } + }, + //method of operate ztree dom + view = { + addNodes: function(setting, parentNode, newNodes, isSilent) { + if (setting.data.keep.leaf && parentNode && !parentNode.isParent) { + return; + } + if (!tools.isArray(newNodes)) { + newNodes = [newNodes]; + } + if (setting.data.simpleData.enable) { + newNodes = data.transformTozTreeFormat(setting, newNodes); + } + if (parentNode) { + var target_switchObj = $$(parentNode, consts.id.SWITCH, setting), + target_icoObj = $$(parentNode, consts.id.ICON, setting), + target_ulObj = $$(parentNode, consts.id.UL, setting); + + if (!parentNode.open) { + view.replaceSwitchClass(parentNode, target_switchObj, consts.folder.CLOSE); + view.replaceIcoClass(parentNode, target_icoObj, consts.folder.CLOSE); + parentNode.open = false; + target_ulObj.css({ + "display": "none" + }); + } + + data.addNodesData(setting, parentNode, newNodes); + view.createNodes(setting, parentNode.level + 1, newNodes, parentNode); + if (!isSilent) { + view.expandCollapseParentNode(setting, parentNode, true); + } + } else { + data.addNodesData(setting, data.getRoot(setting), newNodes); + view.createNodes(setting, 0, newNodes, null); + } + }, + appendNodes: function(setting, level, nodes, parentNode, initFlag, openFlag) { + if (!nodes) return []; + var html = [], + childKey = setting.data.key.children; + for (var i = 0, l = nodes.length; i < l; i++) { + var node = nodes[i]; + if (initFlag) { + var tmpPNode = (parentNode) ? parentNode: data.getRoot(setting), + tmpPChild = tmpPNode[childKey], + isFirstNode = ((tmpPChild.length == nodes.length) && (i == 0)), + isLastNode = (i == (nodes.length - 1)); + data.initNode(setting, level, node, parentNode, isFirstNode, isLastNode, openFlag); + data.addNodeCache(setting, node); + } + + var childHtml = []; + if (node[childKey] && node[childKey].length > 0) { + //make child html first, because checkType + childHtml = view.appendNodes(setting, level + 1, node[childKey], node, initFlag, openFlag && node.open); + } + if (openFlag) { + + view.makeDOMNodeMainBefore(html, setting, node); + view.makeDOMNodeLine(html, setting, node); + data.getBeforeA(setting, node, html); + view.makeDOMNodeNameBefore(html, setting, node); + data.getInnerBeforeA(setting, node, html); + view.makeDOMNodeIcon(html, setting, node); + data.getInnerAfterA(setting, node, html); + view.makeDOMNodeNameAfter(html, setting, node); + data.getAfterA(setting, node, html); + if (node.isParent && node.open) { + view.makeUlHtml(setting, node, html, childHtml.join('')); + } + view.makeDOMNodeMainAfter(html, setting, node); + data.addCreatedNode(setting, node); + } + } + return html; + }, + appendParentULDom: function(setting, node) { + var html = [], + nObj = $$(node, setting); + if (!nObj.get(0) && !!node.parentTId) { + view.appendParentULDom(setting, node.getParentNode()); + nObj = $$(node, setting); + } + var ulObj = $$(node, consts.id.UL, setting); + if (ulObj.get(0)) { + ulObj.remove(); + } + var childKey = setting.data.key.children, + childHtml = view.appendNodes(setting, node.level+1, node[childKey], node, false, true); + view.makeUlHtml(setting, node, html, childHtml.join('')); + nObj.append(html.join('')); + }, + asyncNode: function(setting, node, isSilent, callback) { + var i, l; + if (node && !node.isParent) { + tools.apply(callback); + return false; + } else if (node && node.isAjaxing) { + return false; + } else if (tools.apply(setting.callback.beforeAsync, [setting.treeId, node], true) == false) { + tools.apply(callback); + return false; + } + if (node) { + node.isAjaxing = true; + var icoObj = $$(node, consts.id.ICON, setting); + icoObj.attr({"style":"", "class":consts.className.BUTTON + " " + consts.className.ICO_LOADING}); + } + + var tmpParam = {}; + for (i = 0, l = setting.async.autoParam.length; node && i < l; i++) { + var pKey = setting.async.autoParam[i].split("="), spKey = pKey; + if (pKey.length>1) { + spKey = pKey[1]; + pKey = pKey[0]; + } + tmpParam[spKey] = node[pKey]; + } + if (tools.isArray(setting.async.otherParam)) { + for (i = 0, l = setting.async.otherParam.length; i < l; i += 2) { + tmpParam[setting.async.otherParam[i]] = setting.async.otherParam[i + 1]; + } + } else { + for (var p in setting.async.otherParam) { + tmpParam[p] = setting.async.otherParam[p]; + } + } + + var _tmpV = data.getRoot(setting)._ver; + $.ajax({ + contentType: setting.async.contentType, + type: setting.async.type, + url: tools.apply(setting.async.url, [setting.treeId, node], setting.async.url), + data: tmpParam, + dataType: setting.async.dataType, + success: function(msg) { + if (_tmpV != data.getRoot(setting)._ver) { + return; + } + var newNodes = []; + try { + if (!msg || msg.length == 0) { + newNodes = []; + } else if (typeof msg == "string") { + newNodes = eval("(" + msg + ")"); + } else { + newNodes = msg; + } + } catch(err) { + newNodes = msg; + } + + if (node) { + node.isAjaxing = null; + node.zAsync = true; + } + view.setNodeLineIcos(setting, node); + if (newNodes && newNodes !== "") { + newNodes = tools.apply(setting.async.dataFilter, [setting.treeId, node, newNodes], newNodes); + view.addNodes(setting, node, !!newNodes ? tools.clone(newNodes) : [], !!isSilent); + } else { + view.addNodes(setting, node, [], !!isSilent); + } + setting.treeObj.trigger(consts.event.ASYNC_SUCCESS, [setting.treeId, node, msg]); + tools.apply(callback); + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + if (_tmpV != data.getRoot(setting)._ver) { + return; + } + if (node) node.isAjaxing = null; + view.setNodeLineIcos(setting, node); + setting.treeObj.trigger(consts.event.ASYNC_ERROR, [setting.treeId, node, XMLHttpRequest, textStatus, errorThrown]); + } + }); + return true; + }, + cancelPreSelectedNode: function (setting, node) { + var list = data.getRoot(setting).curSelectedList; + for (var i=0, j=list.length-1; j>=i; j--) { + if (!node || node === list[j]) { + $$(list[j], consts.id.A, setting).removeClass(consts.node.CURSELECTED); + if (node) { + data.removeSelectedNode(setting, node); + break; + } + } + } + if (!node) data.getRoot(setting).curSelectedList = []; + }, + createNodeCallback: function(setting) { + if (!!setting.callback.onNodeCreated || !!setting.view.addDiyDom) { + var root = data.getRoot(setting); + while (root.createdNodes.length>0) { + var node = root.createdNodes.shift(); + tools.apply(setting.view.addDiyDom, [setting.treeId, node]); + if (!!setting.callback.onNodeCreated) { + setting.treeObj.trigger(consts.event.NODECREATED, [setting.treeId, node]); + } + } + } + }, + createNodes: function(setting, level, nodes, parentNode) { + if (!nodes || nodes.length == 0) return; + var root = data.getRoot(setting), + childKey = setting.data.key.children, + openFlag = !parentNode || parentNode.open || !!$$(parentNode[childKey][0], setting).get(0); + root.createdNodes = []; + var zTreeHtml = view.appendNodes(setting, level, nodes, parentNode, true, openFlag); + if (!parentNode) { + setting.treeObj.append(zTreeHtml.join('')); + } else { + var ulObj = $$(parentNode, consts.id.UL, setting); + if (ulObj.get(0)) { + ulObj.append(zTreeHtml.join('')); + } + } + view.createNodeCallback(setting); + }, + destroy: function(setting) { + if (!setting) return; + data.initCache(setting); + data.initRoot(setting); + event.unbindTree(setting); + event.unbindEvent(setting); + setting.treeObj.empty(); + }, + expandCollapseNode: function(setting, node, expandFlag, animateFlag, callback) { + var root = data.getRoot(setting), + childKey = setting.data.key.children; + if (!node) { + tools.apply(callback, []); + return; + } + if (root.expandTriggerFlag) { + var _callback = callback; + callback = function(){ + if (_callback) _callback(); + if (node.open) { + setting.treeObj.trigger(consts.event.EXPAND, [setting.treeId, node]); + } else { + setting.treeObj.trigger(consts.event.COLLAPSE, [setting.treeId, node]); + } + }; + root.expandTriggerFlag = false; + } + if (!node.open && node.isParent && ((!$$(node, consts.id.UL, setting).get(0)) || (node[childKey] && node[childKey].length>0 && !$$(node[childKey][0], setting).get(0)))) { + view.appendParentULDom(setting, node); + view.createNodeCallback(setting); + } + if (node.open == expandFlag) { + tools.apply(callback, []); + return; + } + var ulObj = $$(node, consts.id.UL, setting), + switchObj = $$(node, consts.id.SWITCH, setting), + icoObj = $$(node, consts.id.ICON, setting); + + if (node.isParent) { + node.open = !node.open; + if (node.iconOpen && node.iconClose) { + icoObj.attr("style", view.makeNodeIcoStyle(setting, node)); + } + + if (node.open) { + view.replaceSwitchClass(node, switchObj, consts.folder.OPEN); + view.replaceIcoClass(node, icoObj, consts.folder.OPEN); + if (animateFlag == false || setting.view.expandSpeed == "") { + ulObj.show(); + tools.apply(callback, []); + } else { + if (node[childKey] && node[childKey].length > 0) { + ulObj.slideDown(setting.view.expandSpeed, callback); + } else { + ulObj.show(); + tools.apply(callback, []); + } + } + } else { + view.replaceSwitchClass(node, switchObj, consts.folder.CLOSE); + view.replaceIcoClass(node, icoObj, consts.folder.CLOSE); + if (animateFlag == false || setting.view.expandSpeed == "" || !(node[childKey] && node[childKey].length > 0)) { + ulObj.hide(); + tools.apply(callback, []); + } else { + ulObj.slideUp(setting.view.expandSpeed, callback); + } + } + } else { + tools.apply(callback, []); + } + }, + expandCollapseParentNode: function(setting, node, expandFlag, animateFlag, callback) { + if (!node) return; + if (!node.parentTId) { + view.expandCollapseNode(setting, node, expandFlag, animateFlag, callback); + return; + } else { + view.expandCollapseNode(setting, node, expandFlag, animateFlag); + } + if (node.parentTId) { + view.expandCollapseParentNode(setting, node.getParentNode(), expandFlag, animateFlag, callback); + } + }, + expandCollapseSonNode: function(setting, node, expandFlag, animateFlag, callback) { + var root = data.getRoot(setting), + childKey = setting.data.key.children, + treeNodes = (node) ? node[childKey]: root[childKey], + selfAnimateSign = (node) ? false : animateFlag, + expandTriggerFlag = data.getRoot(setting).expandTriggerFlag; + data.getRoot(setting).expandTriggerFlag = false; + if (treeNodes) { + for (var i = 0, l = treeNodes.length; i < l; i++) { + if (treeNodes[i]) view.expandCollapseSonNode(setting, treeNodes[i], expandFlag, selfAnimateSign); + } + } + data.getRoot(setting).expandTriggerFlag = expandTriggerFlag; + view.expandCollapseNode(setting, node, expandFlag, animateFlag, callback ); + }, + makeDOMNodeIcon: function(html, setting, node) { + var nameStr = data.getNodeName(setting, node), + name = setting.view.nameIsHTML ? nameStr : nameStr.replace(/&/g,'&').replace(//g,'>'); + html.push("",name,""); + }, + makeDOMNodeLine: function(html, setting, node) { + html.push(""); + }, + makeDOMNodeMainAfter: function(html, setting, node) { + html.push(""); + }, + makeDOMNodeMainBefore: function(html, setting, node) { + html.push("
            • "); + }, + makeDOMNodeNameAfter: function(html, setting, node) { + html.push(""); + }, + makeDOMNodeNameBefore: function(html, setting, node) { + var title = data.getNodeTitle(setting, node), + url = view.makeNodeUrl(setting, node), + fontcss = view.makeNodeFontCss(setting, node), + fontStyle = []; + for (var f in fontcss) { + fontStyle.push(f, ":", fontcss[f], ";"); + } + html.push(" 0) ? "href='" + url + "'" : ""), " target='",view.makeNodeTarget(node),"' style='", fontStyle.join(''), + "'"); + if (tools.apply(setting.view.showTitle, [setting.treeId, node], setting.view.showTitle) && title) {html.push("title='", title.replace(/'/g,"'").replace(//g,'>'),"'");} + html.push(">"); + }, + makeNodeFontCss: function(setting, node) { + var fontCss = tools.apply(setting.view.fontCss, [setting.treeId, node], setting.view.fontCss); + return (fontCss && ((typeof fontCss) != "function")) ? fontCss : {}; + }, + makeNodeIcoClass: function(setting, node) { + var icoCss = ["ico"]; + if (!node.isAjaxing) { + icoCss[0] = (node.iconSkin ? node.iconSkin + "_" : "") + icoCss[0]; + if (node.isParent) { + icoCss.push(node.open ? consts.folder.OPEN : consts.folder.CLOSE); + } else { + icoCss.push(consts.folder.DOCU); + } + } + return consts.className.BUTTON + " " + icoCss.join('_'); + }, + makeNodeIcoStyle: function(setting, node) { + var icoStyle = []; + if (!node.isAjaxing) { + var icon = (node.isParent && node.iconOpen && node.iconClose) ? (node.open ? node.iconOpen : node.iconClose) : node.icon; + if (icon) icoStyle.push("background:url(", icon, ") 0 0 no-repeat;"); + if (setting.view.showIcon == false || !tools.apply(setting.view.showIcon, [setting.treeId, node], true)) { + icoStyle.push("width:0px;height:0px;"); + } + } + return icoStyle.join(''); + }, + makeNodeLineClass: function(setting, node) { + var lineClass = []; + if (setting.view.showLine) { + if (node.level == 0 && node.isFirstNode && node.isLastNode) { + lineClass.push(consts.line.ROOT); + } else if (node.level == 0 && node.isFirstNode) { + lineClass.push(consts.line.ROOTS); + } else if (node.isLastNode) { + lineClass.push(consts.line.BOTTOM); + } else { + lineClass.push(consts.line.CENTER); + } + } else { + lineClass.push(consts.line.NOLINE); + } + if (node.isParent) { + lineClass.push(node.open ? consts.folder.OPEN : consts.folder.CLOSE); + } else { + lineClass.push(consts.folder.DOCU); + } + return view.makeNodeLineClassEx(node) + lineClass.join('_'); + }, + makeNodeLineClassEx: function(node) { + return consts.className.BUTTON + " " + consts.className.LEVEL + node.level + " " + consts.className.SWITCH + " "; + }, + makeNodeTarget: function(node) { + return (node.target || "_blank"); + }, + makeNodeUrl: function(setting, node) { + var urlKey = setting.data.key.url; + return node[urlKey] ? node[urlKey] : null; + }, + makeUlHtml: function(setting, node, html, content) { + html.push("
                "); + html.push(content); + html.push("
              "); + }, + makeUlLineClass: function(setting, node) { + return ((setting.view.showLine && !node.isLastNode) ? consts.line.LINE : ""); + }, + removeChildNodes: function(setting, node) { + if (!node) return; + var childKey = setting.data.key.children, + nodes = node[childKey]; + if (!nodes) return; + + for (var i = 0, l = nodes.length; i < l; i++) { + data.removeNodeCache(setting, nodes[i]); + } + data.removeSelectedNode(setting); + delete node[childKey]; + + if (!setting.data.keep.parent) { + node.isParent = false; + node.open = false; + var tmp_switchObj = $$(node, consts.id.SWITCH, setting), + tmp_icoObj = $$(node, consts.id.ICON, setting); + view.replaceSwitchClass(node, tmp_switchObj, consts.folder.DOCU); + view.replaceIcoClass(node, tmp_icoObj, consts.folder.DOCU); + $$(node, consts.id.UL, setting).remove(); + } else { + $$(node, consts.id.UL, setting).empty(); + } + }, + setFirstNode: function(setting, parentNode) { + var childKey = setting.data.key.children, childLength = parentNode[childKey].length; + if ( childLength > 0) { + parentNode[childKey][0].isFirstNode = true; + } + }, + setLastNode: function(setting, parentNode) { + var childKey = setting.data.key.children, childLength = parentNode[childKey].length; + if ( childLength > 0) { + parentNode[childKey][childLength - 1].isLastNode = true; + } + }, + removeNode: function(setting, node) { + var root = data.getRoot(setting), + childKey = setting.data.key.children, + parentNode = (node.parentTId) ? node.getParentNode() : root; + + node.isFirstNode = false; + node.isLastNode = false; + node.getPreNode = function() {return null;}; + node.getNextNode = function() {return null;}; + + if (!data.getNodeCache(setting, node.tId)) { + return; + } + + $$(node, setting).remove(); + data.removeNodeCache(setting, node); + data.removeSelectedNode(setting, node); + + for (var i = 0, l = parentNode[childKey].length; i < l; i++) { + if (parentNode[childKey][i].tId == node.tId) { + parentNode[childKey].splice(i, 1); + break; + } + } + view.setFirstNode(setting, parentNode); + view.setLastNode(setting, parentNode); + + var tmp_ulObj,tmp_switchObj,tmp_icoObj, + childLength = parentNode[childKey].length; + + //repair nodes old parent + if (!setting.data.keep.parent && childLength == 0) { + //old parentNode has no child nodes + parentNode.isParent = false; + parentNode.open = false; + tmp_ulObj = $$(parentNode, consts.id.UL, setting); + tmp_switchObj = $$(parentNode, consts.id.SWITCH, setting); + tmp_icoObj = $$(parentNode, consts.id.ICON, setting); + view.replaceSwitchClass(parentNode, tmp_switchObj, consts.folder.DOCU); + view.replaceIcoClass(parentNode, tmp_icoObj, consts.folder.DOCU); + tmp_ulObj.css("display", "none"); + + } else if (setting.view.showLine && childLength > 0) { + //old parentNode has child nodes + var newLast = parentNode[childKey][childLength - 1]; + tmp_ulObj = $$(newLast, consts.id.UL, setting); + tmp_switchObj = $$(newLast, consts.id.SWITCH, setting); + tmp_icoObj = $$(newLast, consts.id.ICON, setting); + if (parentNode == root) { + if (parentNode[childKey].length == 1) { + //node was root, and ztree has only one root after move node + view.replaceSwitchClass(newLast, tmp_switchObj, consts.line.ROOT); + } else { + var tmp_first_switchObj = $$(parentNode[childKey][0], consts.id.SWITCH, setting); + view.replaceSwitchClass(parentNode[childKey][0], tmp_first_switchObj, consts.line.ROOTS); + view.replaceSwitchClass(newLast, tmp_switchObj, consts.line.BOTTOM); + } + } else { + view.replaceSwitchClass(newLast, tmp_switchObj, consts.line.BOTTOM); + } + tmp_ulObj.removeClass(consts.line.LINE); + } + }, + replaceIcoClass: function(node, obj, newName) { + if (!obj || node.isAjaxing) return; + var tmpName = obj.attr("class"); + if (tmpName == undefined) return; + var tmpList = tmpName.split("_"); + switch (newName) { + case consts.folder.OPEN: + case consts.folder.CLOSE: + case consts.folder.DOCU: + tmpList[tmpList.length-1] = newName; + break; + } + obj.attr("class", tmpList.join("_")); + }, + replaceSwitchClass: function(node, obj, newName) { + if (!obj) return; + var tmpName = obj.attr("class"); + if (tmpName == undefined) return; + var tmpList = tmpName.split("_"); + switch (newName) { + case consts.line.ROOT: + case consts.line.ROOTS: + case consts.line.CENTER: + case consts.line.BOTTOM: + case consts.line.NOLINE: + tmpList[0] = view.makeNodeLineClassEx(node) + newName; + break; + case consts.folder.OPEN: + case consts.folder.CLOSE: + case consts.folder.DOCU: + tmpList[1] = newName; + break; + } + obj.attr("class", tmpList.join("_")); + if (newName !== consts.folder.DOCU) { + obj.removeAttr("disabled"); + } else { + obj.attr("disabled", "disabled"); + } + }, + selectNode: function(setting, node, addFlag) { + if (!addFlag) { + view.cancelPreSelectedNode(setting); + } + $$(node, consts.id.A, setting).addClass(consts.node.CURSELECTED); + data.addSelectedNode(setting, node); + }, + setNodeFontCss: function(setting, treeNode) { + var aObj = $$(treeNode, consts.id.A, setting), + fontCss = view.makeNodeFontCss(setting, treeNode); + if (fontCss) { + aObj.css(fontCss); + } + }, + setNodeLineIcos: function(setting, node) { + if (!node) return; + var switchObj = $$(node, consts.id.SWITCH, setting), + ulObj = $$(node, consts.id.UL, setting), + icoObj = $$(node, consts.id.ICON, setting), + ulLine = view.makeUlLineClass(setting, node); + if (ulLine.length==0) { + ulObj.removeClass(consts.line.LINE); + } else { + ulObj.addClass(ulLine); + } + switchObj.attr("class", view.makeNodeLineClass(setting, node)); + if (node.isParent) { + switchObj.removeAttr("disabled"); + } else { + switchObj.attr("disabled", "disabled"); + } + icoObj.removeAttr("style"); + icoObj.attr("style", view.makeNodeIcoStyle(setting, node)); + icoObj.attr("class", view.makeNodeIcoClass(setting, node)); + }, + setNodeName: function(setting, node) { + var title = data.getNodeTitle(setting, node), + nObj = $$(node, consts.id.SPAN, setting); + nObj.empty(); + if (setting.view.nameIsHTML) { + nObj.html(data.getNodeName(setting, node)); + } else { + nObj.text(data.getNodeName(setting, node)); + } + if (tools.apply(setting.view.showTitle, [setting.treeId, node], setting.view.showTitle)) { + var aObj = $$(node, consts.id.A, setting); + aObj.attr("title", !title ? "" : title); + } + }, + setNodeTarget: function(setting, node) { + var aObj = $$(node, consts.id.A, setting); + aObj.attr("target", view.makeNodeTarget(node)); + }, + setNodeUrl: function(setting, node) { + var aObj = $$(node, consts.id.A, setting), + url = view.makeNodeUrl(setting, node); + if (url == null || url.length == 0) { + aObj.removeAttr("href"); + } else { + aObj.attr("href", url); + } + }, + switchNode: function(setting, node) { + if (node.open || !tools.canAsync(setting, node)) { + view.expandCollapseNode(setting, node, !node.open); + } else if (setting.async.enable) { + if (!view.asyncNode(setting, node)) { + view.expandCollapseNode(setting, node, !node.open); + return; + } + } else if (node) { + view.expandCollapseNode(setting, node, !node.open); + } + } + }; + // zTree defind + $.fn.zTree = { + consts : _consts, + _z : { + tools: tools, + view: view, + event: event, + data: data + }, + getZTreeObj: function(treeId) { + var o = data.getZTreeTools(treeId); + return o ? o : null; + }, + destroy: function(treeId) { + if (!!treeId && treeId.length > 0) { + view.destroy(data.getSetting(treeId)); + } else { + for(var s in settings) { + view.destroy(settings[s]); + } + } + }, + init: function(obj, zSetting, zNodes) { + var setting = tools.clone(_setting); + $.extend(true, setting, zSetting); + setting.treeId = obj.attr("id"); + setting.treeObj = obj; + setting.treeObj.empty(); + settings[setting.treeId] = setting; + //For some older browser,(e.g., ie6) + if(typeof document.body.style.maxHeight === "undefined") { + setting.view.expandSpeed = ""; + } + data.initRoot(setting); + var root = data.getRoot(setting), + childKey = setting.data.key.children; + zNodes = zNodes ? tools.clone(tools.isArray(zNodes)? zNodes : [zNodes]) : []; + if (setting.data.simpleData.enable) { + root[childKey] = data.transformTozTreeFormat(setting, zNodes); + } else { + root[childKey] = zNodes; + } + + data.initCache(setting); + event.unbindTree(setting); + event.bindTree(setting); + event.unbindEvent(setting); + event.bindEvent(setting); + + var zTreeTools = { + setting : setting, + addNodes : function(parentNode, newNodes, isSilent) { + if (!newNodes) return null; + if (!parentNode) parentNode = null; + if (parentNode && !parentNode.isParent && setting.data.keep.leaf) return null; + var xNewNodes = tools.clone(tools.isArray(newNodes)? newNodes: [newNodes]); + function addCallback() { + view.addNodes(setting, parentNode, xNewNodes, (isSilent==true)); + } + + if (tools.canAsync(setting, parentNode)) { + view.asyncNode(setting, parentNode, isSilent, addCallback); + } else { + addCallback(); + } + return xNewNodes; + }, + cancelSelectedNode : function(node) { + view.cancelPreSelectedNode(setting, node); + }, + destroy : function() { + view.destroy(setting); + }, + expandAll : function(expandFlag) { + expandFlag = !!expandFlag; + view.expandCollapseSonNode(setting, null, expandFlag, true); + return expandFlag; + }, + expandNode : function(node, expandFlag, sonSign, focus, callbackFlag) { + if (!node || !node.isParent) return null; + if (expandFlag !== true && expandFlag !== false) { + expandFlag = !node.open; + } + callbackFlag = !!callbackFlag; + + if (callbackFlag && expandFlag && (tools.apply(setting.callback.beforeExpand, [setting.treeId, node], true) == false)) { + return null; + } else if (callbackFlag && !expandFlag && (tools.apply(setting.callback.beforeCollapse, [setting.treeId, node], true) == false)) { + return null; + } + if (expandFlag && node.parentTId) { + view.expandCollapseParentNode(setting, node.getParentNode(), expandFlag, false); + } + if (expandFlag === node.open && !sonSign) { + return null; + } + + data.getRoot(setting).expandTriggerFlag = callbackFlag; + if (!tools.canAsync(setting, node) && sonSign) { + view.expandCollapseSonNode(setting, node, expandFlag, true, function() { + if (focus !== false) {try{$$(node, setting).focus().blur();}catch(e){}} + }); + } else { + node.open = !expandFlag; + view.switchNode(this.setting, node); + if (focus !== false) {try{$$(node, setting).focus().blur();}catch(e){}} + } + return expandFlag; + }, + getNodes : function() { + return data.getNodes(setting); + }, + getNodeByParam : function(key, value, parentNode) { + if (!key) return null; + return data.getNodeByParam(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), key, value); + }, + getNodeByTId : function(tId) { + return data.getNodeCache(setting, tId); + }, + getNodesByParam : function(key, value, parentNode) { + if (!key) return null; + return data.getNodesByParam(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), key, value); + }, + getNodesByParamFuzzy : function(key, value, parentNode) { + if (!key) return null; + return data.getNodesByParamFuzzy(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), key, value); + }, + getNodesByFilter: function(filter, isSingle, parentNode, invokeParam) { + isSingle = !!isSingle; + if (!filter || (typeof filter != "function")) return (isSingle ? null : []); + return data.getNodesByFilter(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), filter, isSingle, invokeParam); + }, + getNodeIndex : function(node) { + if (!node) return null; + var childKey = setting.data.key.children, + parentNode = (node.parentTId) ? node.getParentNode() : data.getRoot(setting); + for (var i=0, l = parentNode[childKey].length; i < l; i++) { + if (parentNode[childKey][i] == node) return i; + } + return -1; + }, + getSelectedNodes : function() { + var r = [], list = data.getRoot(setting).curSelectedList; + for (var i=0, l=list.length; i 0) { + view.createNodes(setting, 0, root[childKey]); + } else if (setting.async.enable && setting.async.url && setting.async.url !== '') { + view.asyncNode(setting); + } + return zTreeTools; + } + }; + + var zt = $.fn.zTree, + $$ = tools.$, + consts = zt.consts; +})(jQuery); +/* + * JQuery zTree excheck v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function($){ + //default consts of excheck + var _consts = { + event: { + CHECK: "ztree_check" + }, + id: { + CHECK: "_check" + }, + checkbox: { + STYLE: "checkbox", + DEFAULT: "chk", + DISABLED: "disable", + FALSE: "false", + TRUE: "true", + FULL: "full", + PART: "part", + FOCUS: "focus" + }, + radio: { + STYLE: "radio", + TYPE_ALL: "all", + TYPE_LEVEL: "level" + } + }, + //default setting of excheck + _setting = { + check: { + enable: false, + autoCheckTrigger: false, + chkStyle: _consts.checkbox.STYLE, + nocheckInherit: false, + chkDisabledInherit: false, + radioType: _consts.radio.TYPE_LEVEL, + chkboxType: { + "Y": "ps", + "N": "ps" + } + }, + data: { + key: { + checked: "checked" + } + }, + callback: { + beforeCheck:null, + onCheck:null + } + }, + //default root of excheck + _initRoot = function (setting) { + var r = data.getRoot(setting); + r.radioCheckedList = []; + }, + //default cache of excheck + _initCache = function(treeId) {}, + //default bind event of excheck + _bindEvent = function(setting) { + var o = setting.treeObj, + c = consts.event; + o.bind(c.CHECK, function (event, srcEvent, treeId, node) { + tools.apply(setting.callback.onCheck, [!!srcEvent?srcEvent : event, treeId, node]); + }); + }, + _unbindEvent = function(setting) { + var o = setting.treeObj, + c = consts.event; + o.unbind(c.CHECK); + }, + //default event proxy of excheck + _eventProxy = function(e) { + var target = e.target, + setting = data.getSetting(e.data.treeId), + tId = "", node = null, + nodeEventType = "", treeEventType = "", + nodeEventCallback = null, treeEventCallback = null; + + if (tools.eqs(e.type, "mouseover")) { + if (setting.check.enable && tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.CHECK) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "mouseoverCheck"; + } + } else if (tools.eqs(e.type, "mouseout")) { + if (setting.check.enable && tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.CHECK) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "mouseoutCheck"; + } + } else if (tools.eqs(e.type, "click")) { + if (setting.check.enable && tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.CHECK) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "checkNode"; + } + } + if (tId.length>0) { + node = data.getNodeCache(setting, tId); + switch (nodeEventType) { + case "checkNode" : + nodeEventCallback = _handler.onCheckNode; + break; + case "mouseoverCheck" : + nodeEventCallback = _handler.onMouseoverCheck; + break; + case "mouseoutCheck" : + nodeEventCallback = _handler.onMouseoutCheck; + break; + } + } + var proxyResult = { + stop: nodeEventType === "checkNode", + node: node, + nodeEventType: nodeEventType, + nodeEventCallback: nodeEventCallback, + treeEventType: treeEventType, + treeEventCallback: treeEventCallback + }; + return proxyResult + }, + //default init node of excheck + _initNode = function(setting, level, n, parentNode, isFirstNode, isLastNode, openFlag) { + if (!n) return; + var checkedKey = setting.data.key.checked; + if (typeof n[checkedKey] == "string") n[checkedKey] = tools.eqs(n[checkedKey], "true"); + n[checkedKey] = !!n[checkedKey]; + n.checkedOld = n[checkedKey]; + if (typeof n.nocheck == "string") n.nocheck = tools.eqs(n.nocheck, "true"); + n.nocheck = !!n.nocheck || (setting.check.nocheckInherit && parentNode && !!parentNode.nocheck); + if (typeof n.chkDisabled == "string") n.chkDisabled = tools.eqs(n.chkDisabled, "true"); + n.chkDisabled = !!n.chkDisabled || (setting.check.chkDisabledInherit && parentNode && !!parentNode.chkDisabled); + if (typeof n.halfCheck == "string") n.halfCheck = tools.eqs(n.halfCheck, "true"); + n.halfCheck = !!n.halfCheck; + n.check_Child_State = -1; + n.check_Focus = false; + n.getCheckStatus = function() {return data.getCheckStatus(setting, n);}; + + if (setting.check.chkStyle == consts.radio.STYLE && setting.check.radioType == consts.radio.TYPE_ALL && n[checkedKey] ) { + var r = data.getRoot(setting); + r.radioCheckedList.push(n); + } + }, + //add dom for check + _beforeA = function(setting, node, html) { + var checkedKey = setting.data.key.checked; + if (setting.check.enable) { + data.makeChkFlag(setting, node); + html.push(""); + } + }, + //update zTreeObj, add method of check + _zTreeTools = function(setting, zTreeTools) { + zTreeTools.checkNode = function(node, checked, checkTypeFlag, callbackFlag) { + var checkedKey = setting.data.key.checked; + if (node.chkDisabled === true) return; + if (checked !== true && checked !== false) { + checked = !node[checkedKey]; + } + callbackFlag = !!callbackFlag; + + if (node[checkedKey] === checked && !checkTypeFlag) { + return; + } else if (callbackFlag && tools.apply(this.setting.callback.beforeCheck, [setting.treeId, node], true) == false) { + return; + } + if (tools.uCanDo(this.setting) && setting.check.enable && node.nocheck !== true) { + node[checkedKey] = checked; + var checkObj = $$(node, consts.id.CHECK, setting); + if (checkTypeFlag || setting.check.chkStyle === consts.radio.STYLE) view.checkNodeRelation(setting, node); + view.setChkClass(setting, checkObj, node); + view.repairParentChkClassWithSelf(setting, node); + if (callbackFlag) { + setting.treeObj.trigger(consts.event.CHECK, [null, setting.treeId, node]); + } + } + } + + zTreeTools.checkAllNodes = function(checked) { + view.repairAllChk(setting, !!checked); + } + + zTreeTools.getCheckedNodes = function(checked) { + var childKey = setting.data.key.children; + checked = (checked !== false); + return data.getTreeCheckedNodes(setting, data.getRoot(setting)[childKey], checked); + } + + zTreeTools.getChangeCheckedNodes = function() { + var childKey = setting.data.key.children; + return data.getTreeChangeCheckedNodes(setting, data.getRoot(setting)[childKey]); + } + + zTreeTools.setChkDisabled = function(node, disabled, inheritParent, inheritChildren) { + disabled = !!disabled; + inheritParent = !!inheritParent; + inheritChildren = !!inheritChildren; + view.repairSonChkDisabled(setting, node, disabled, inheritChildren); + view.repairParentChkDisabled(setting, node.getParentNode(), disabled, inheritParent); + } + + var _updateNode = zTreeTools.updateNode; + zTreeTools.updateNode = function(node, checkTypeFlag) { + if (_updateNode) _updateNode.apply(zTreeTools, arguments); + if (!node || !setting.check.enable) return; + var nObj = $$(node, setting); + if (nObj.get(0) && tools.uCanDo(setting)) { + var checkObj = $$(node, consts.id.CHECK, setting); + if (checkTypeFlag == true || setting.check.chkStyle === consts.radio.STYLE) view.checkNodeRelation(setting, node); + view.setChkClass(setting, checkObj, node); + view.repairParentChkClassWithSelf(setting, node); + } + } + }, + //method of operate data + _data = { + getRadioCheckedList: function(setting) { + var checkedList = data.getRoot(setting).radioCheckedList; + for (var i=0, j=checkedList.length; i -1 && node.check_Child_State < 2) : (node.check_Child_State > 0))) + }; + return r; + }, + getTreeCheckedNodes: function(setting, nodes, checked, results) { + if (!nodes) return []; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + onlyOne = (checked && setting.check.chkStyle == consts.radio.STYLE && setting.check.radioType == consts.radio.TYPE_ALL); + results = !results ? [] : results; + for (var i = 0, l = nodes.length; i < l; i++) { + if (nodes[i].nocheck !== true && nodes[i].chkDisabled !== true && nodes[i][checkedKey] == checked) { + results.push(nodes[i]); + if(onlyOne) { + break; + } + } + data.getTreeCheckedNodes(setting, nodes[i][childKey], checked, results); + if(onlyOne && results.length > 0) { + break; + } + } + return results; + }, + getTreeChangeCheckedNodes: function(setting, nodes, results) { + if (!nodes) return []; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked; + results = !results ? [] : results; + for (var i = 0, l = nodes.length; i < l; i++) { + if (nodes[i].nocheck !== true && nodes[i].chkDisabled !== true && nodes[i][checkedKey] != nodes[i].checkedOld) { + results.push(nodes[i]); + } + data.getTreeChangeCheckedNodes(setting, nodes[i][childKey], results); + } + return results; + }, + makeChkFlag: function(setting, node) { + if (!node) return; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + chkFlag = -1; + if (node[childKey]) { + for (var i = 0, l = node[childKey].length; i < l; i++) { + var cNode = node[childKey][i]; + var tmp = -1; + if (setting.check.chkStyle == consts.radio.STYLE) { + if (cNode.nocheck === true || cNode.chkDisabled === true) { + tmp = cNode.check_Child_State; + } else if (cNode.halfCheck === true) { + tmp = 2; + } else if (cNode[checkedKey]) { + tmp = 2; + } else { + tmp = cNode.check_Child_State > 0 ? 2:0; + } + if (tmp == 2) { + chkFlag = 2; break; + } else if (tmp == 0){ + chkFlag = 0; + } + } else if (setting.check.chkStyle == consts.checkbox.STYLE) { + if (cNode.nocheck === true || cNode.chkDisabled === true) { + tmp = cNode.check_Child_State; + } else if (cNode.halfCheck === true) { + tmp = 1; + } else if (cNode[checkedKey] ) { + tmp = (cNode.check_Child_State === -1 || cNode.check_Child_State === 2) ? 2 : 1; + } else { + tmp = (cNode.check_Child_State > 0) ? 1 : 0; + } + if (tmp === 1) { + chkFlag = 1; break; + } else if (tmp === 2 && chkFlag > -1 && i > 0 && tmp !== chkFlag) { + chkFlag = 1; break; + } else if (chkFlag === 2 && tmp > -1 && tmp < 2) { + chkFlag = 1; break; + } else if (tmp > -1) { + chkFlag = tmp; + } + } + } + } + node.check_Child_State = chkFlag; + } + }, + //method of event proxy + _event = { + + }, + //method of event handler + _handler = { + onCheckNode: function (event, node) { + if (node.chkDisabled === true) return false; + var setting = data.getSetting(event.data.treeId), + checkedKey = setting.data.key.checked; + if (tools.apply(setting.callback.beforeCheck, [setting.treeId, node], true) == false) return true; + node[checkedKey] = !node[checkedKey]; + view.checkNodeRelation(setting, node); + var checkObj = $$(node, consts.id.CHECK, setting); + view.setChkClass(setting, checkObj, node); + view.repairParentChkClassWithSelf(setting, node); + setting.treeObj.trigger(consts.event.CHECK, [event, setting.treeId, node]); + return true; + }, + onMouseoverCheck: function(event, node) { + if (node.chkDisabled === true) return false; + var setting = data.getSetting(event.data.treeId), + checkObj = $$(node, consts.id.CHECK, setting); + node.check_Focus = true; + view.setChkClass(setting, checkObj, node); + return true; + }, + onMouseoutCheck: function(event, node) { + if (node.chkDisabled === true) return false; + var setting = data.getSetting(event.data.treeId), + checkObj = $$(node, consts.id.CHECK, setting); + node.check_Focus = false; + view.setChkClass(setting, checkObj, node); + return true; + } + }, + //method of tools for zTree + _tools = { + + }, + //method of operate ztree dom + _view = { + checkNodeRelation: function(setting, node) { + var pNode, i, l, + childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + r = consts.radio; + if (setting.check.chkStyle == r.STYLE) { + var checkedList = data.getRadioCheckedList(setting); + if (node[checkedKey]) { + if (setting.check.radioType == r.TYPE_ALL) { + for (i = checkedList.length-1; i >= 0; i--) { + pNode = checkedList[i]; + pNode[checkedKey] = false; + checkedList.splice(i, 1); + + view.setChkClass(setting, $$(pNode, consts.id.CHECK, setting), pNode); + if (pNode.parentTId != node.parentTId) { + view.repairParentChkClassWithSelf(setting, pNode); + } + } + checkedList.push(node); + } else { + var parentNode = (node.parentTId) ? node.getParentNode() : data.getRoot(setting); + for (i = 0, l = parentNode[childKey].length; i < l; i++) { + pNode = parentNode[childKey][i]; + if (pNode[checkedKey] && pNode != node) { + pNode[checkedKey] = false; + view.setChkClass(setting, $$(pNode, consts.id.CHECK, setting), pNode); + } + } + } + } else if (setting.check.radioType == r.TYPE_ALL) { + for (i = 0, l = checkedList.length; i < l; i++) { + if (node == checkedList[i]) { + checkedList.splice(i, 1); + break; + } + } + } + + } else { + if (node[checkedKey] && (!node[childKey] || node[childKey].length==0 || setting.check.chkboxType.Y.indexOf("s") > -1)) { + view.setSonNodeCheckBox(setting, node, true); + } + if (!node[checkedKey] && (!node[childKey] || node[childKey].length==0 || setting.check.chkboxType.N.indexOf("s") > -1)) { + view.setSonNodeCheckBox(setting, node, false); + } + if (node[checkedKey] && setting.check.chkboxType.Y.indexOf("p") > -1) { + view.setParentNodeCheckBox(setting, node, true); + } + if (!node[checkedKey] && setting.check.chkboxType.N.indexOf("p") > -1) { + view.setParentNodeCheckBox(setting, node, false); + } + } + }, + makeChkClass: function(setting, node) { + var checkedKey = setting.data.key.checked, + c = consts.checkbox, r = consts.radio, + fullStyle = ""; + if (node.chkDisabled === true) { + fullStyle = c.DISABLED; + } else if (node.halfCheck) { + fullStyle = c.PART; + } else if (setting.check.chkStyle == r.STYLE) { + fullStyle = (node.check_Child_State < 1)? c.FULL:c.PART; + } else { + fullStyle = node[checkedKey] ? ((node.check_Child_State === 2 || node.check_Child_State === -1) ? c.FULL:c.PART) : ((node.check_Child_State < 1)? c.FULL:c.PART); + } + var chkName = setting.check.chkStyle + "_" + (node[checkedKey] ? c.TRUE : c.FALSE) + "_" + fullStyle; + chkName = (node.check_Focus && node.chkDisabled !== true) ? chkName + "_" + c.FOCUS : chkName; + return consts.className.BUTTON + " " + c.DEFAULT + " " + chkName; + }, + repairAllChk: function(setting, checked) { + if (setting.check.enable && setting.check.chkStyle === consts.checkbox.STYLE) { + var checkedKey = setting.data.key.checked, + childKey = setting.data.key.children, + root = data.getRoot(setting); + for (var i = 0, l = root[childKey].length; i 0) { + view.repairParentChkClass(setting, node[childKey][0]); + } else { + view.repairParentChkClass(setting, node); + } + }, + repairSonChkDisabled: function(setting, node, chkDisabled, inherit) { + if (!node) return; + var childKey = setting.data.key.children; + if (node.chkDisabled != chkDisabled) { + node.chkDisabled = chkDisabled; + } + view.repairChkClass(setting, node); + if (node[childKey] && inherit) { + for (var i = 0, l = node[childKey].length; i < l; i++) { + var sNode = node[childKey][i]; + view.repairSonChkDisabled(setting, sNode, chkDisabled, inherit); + } + } + }, + repairParentChkDisabled: function(setting, node, chkDisabled, inherit) { + if (!node) return; + if (node.chkDisabled != chkDisabled && inherit) { + node.chkDisabled = chkDisabled; + } + view.repairChkClass(setting, node); + view.repairParentChkDisabled(setting, node.getParentNode(), chkDisabled, inherit); + }, + setChkClass: function(setting, obj, node) { + if (!obj) return; + if (node.nocheck === true) { + obj.hide(); + } else { + obj.show(); + } + obj.removeClass(); + obj.addClass(view.makeChkClass(setting, node)); + }, + setParentNodeCheckBox: function(setting, node, value, srcNode) { + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + checkObj = $$(node, consts.id.CHECK, setting); + if (!srcNode) srcNode = node; + data.makeChkFlag(setting, node); + if (node.nocheck !== true && node.chkDisabled !== true) { + node[checkedKey] = value; + view.setChkClass(setting, checkObj, node); + if (setting.check.autoCheckTrigger && node != srcNode) { + setting.treeObj.trigger(consts.event.CHECK, [null, setting.treeId, node]); + } + } + if (node.parentTId) { + var pSign = true; + if (!value) { + var pNodes = node.getParentNode()[childKey]; + for (var i = 0, l = pNodes.length; i < l; i++) { + if ((pNodes[i].nocheck !== true && pNodes[i].chkDisabled !== true && pNodes[i][checkedKey]) + || ((pNodes[i].nocheck === true || pNodes[i].chkDisabled === true) && pNodes[i].check_Child_State > 0)) { + pSign = false; + break; + } + } + } + if (pSign) { + view.setParentNodeCheckBox(setting, node.getParentNode(), value, srcNode); + } + } + }, + setSonNodeCheckBox: function(setting, node, value, srcNode) { + if (!node) return; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + checkObj = $$(node, consts.id.CHECK, setting); + if (!srcNode) srcNode = node; + + var hasDisable = false; + if (node[childKey]) { + for (var i = 0, l = node[childKey].length; i < l && node.chkDisabled !== true; i++) { + var sNode = node[childKey][i]; + view.setSonNodeCheckBox(setting, sNode, value, srcNode); + if (sNode.chkDisabled === true) hasDisable = true; + } + } + + if (node != data.getRoot(setting) && node.chkDisabled !== true) { + if (hasDisable && node.nocheck !== true) { + data.makeChkFlag(setting, node); + } + if (node.nocheck !== true && node.chkDisabled !== true) { + node[checkedKey] = value; + if (!hasDisable) node.check_Child_State = (node[childKey] && node[childKey].length > 0) ? (value ? 2 : 0) : -1; + } else { + node.check_Child_State = -1; + } + view.setChkClass(setting, checkObj, node); + if (setting.check.autoCheckTrigger && node != srcNode && node.nocheck !== true && node.chkDisabled !== true) { + setting.treeObj.trigger(consts.event.CHECK, [null, setting.treeId, node]); + } + } + + } + }, + + _z = { + tools: _tools, + view: _view, + event: _event, + data: _data + }; + $.extend(true, $.fn.zTree.consts, _consts); + $.extend(true, $.fn.zTree._z, _z); + + var zt = $.fn.zTree, + tools = zt._z.tools, + consts = zt.consts, + view = zt._z.view, + data = zt._z.data, + event = zt._z.event, + $$ = tools.$; + + data.exSetting(_setting); + data.addInitBind(_bindEvent); + data.addInitUnBind(_unbindEvent); + data.addInitCache(_initCache); + data.addInitNode(_initNode); + data.addInitProxy(_eventProxy, true); + data.addInitRoot(_initRoot); + data.addBeforeA(_beforeA); + data.addZTreeTools(_zTreeTools); + + var _createNodes = view.createNodes; + view.createNodes = function(setting, level, nodes, parentNode) { + if (_createNodes) _createNodes.apply(view, arguments); + if (!nodes) return; + view.repairParentChkClassWithSelf(setting, parentNode); + } + var _removeNode = view.removeNode; + view.removeNode = function(setting, node) { + var parentNode = node.getParentNode(); + if (_removeNode) _removeNode.apply(view, arguments); + if (!node || !parentNode) return; + view.repairChkClass(setting, parentNode); + view.repairParentChkClass(setting, parentNode); + } + + var _appendNodes = view.appendNodes; + view.appendNodes = function(setting, level, nodes, parentNode, initFlag, openFlag) { + var html = ""; + if (_appendNodes) { + html = _appendNodes.apply(view, arguments); + } + if (parentNode) { + data.makeChkFlag(setting, parentNode); + } + return html; + } +})(jQuery); +/* + * JQuery zTree exedit v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function($){ + //default consts of exedit + var _consts = { + event: { + DRAG: "ztree_drag", + DROP: "ztree_drop", + REMOVE: "ztree_remove", + RENAME: "ztree_rename" + }, + id: { + EDIT: "_edit", + INPUT: "_input", + REMOVE: "_remove" + }, + move: { + TYPE_INNER: "inner", + TYPE_PREV: "prev", + TYPE_NEXT: "next" + }, + node: { + CURSELECTED_EDIT: "curSelectedNode_Edit", + TMPTARGET_TREE: "tmpTargetzTree", + TMPTARGET_NODE: "tmpTargetNode" + } + }, + //default setting of exedit + _setting = { + edit: { + enable: false, + editNameSelectAll: false, + showRemoveBtn: true, + showRenameBtn: true, + removeTitle: "remove", + renameTitle: "rename", + drag: { + autoExpandTrigger: false, + isCopy: true, + isMove: true, + prev: true, + next: true, + inner: true, + minMoveSize: 5, + borderMax: 10, + borderMin: -5, + maxShowNodeNum: 5, + autoOpenTime: 500 + } + }, + view: { + addHoverDom: null, + removeHoverDom: null + }, + callback: { + beforeDrag:null, + beforeDragOpen:null, + beforeDrop:null, + beforeEditName:null, + beforeRename:null, + onDrag:null, + onDrop:null, + onRename:null + } + }, + //default root of exedit + _initRoot = function (setting) { + var r = data.getRoot(setting), rs = data.getRoots(); + r.curEditNode = null; + r.curEditInput = null; + r.curHoverNode = null; + r.dragFlag = 0; + r.dragNodeShowBefore = []; + r.dragMaskList = new Array(); + rs.showHoverDom = true; + }, + //default cache of exedit + _initCache = function(treeId) {}, + //default bind event of exedit + _bindEvent = function(setting) { + var o = setting.treeObj; + var c = consts.event; + o.bind(c.RENAME, function (event, treeId, treeNode, isCancel) { + tools.apply(setting.callback.onRename, [event, treeId, treeNode, isCancel]); + }); + + o.bind(c.REMOVE, function (event, treeId, treeNode) { + tools.apply(setting.callback.onRemove, [event, treeId, treeNode]); + }); + + o.bind(c.DRAG, function (event, srcEvent, treeId, treeNodes) { + tools.apply(setting.callback.onDrag, [srcEvent, treeId, treeNodes]); + }); + + o.bind(c.DROP, function (event, srcEvent, treeId, treeNodes, targetNode, moveType, isCopy) { + tools.apply(setting.callback.onDrop, [srcEvent, treeId, treeNodes, targetNode, moveType, isCopy]); + }); + }, + _unbindEvent = function(setting) { + var o = setting.treeObj; + var c = consts.event; + o.unbind(c.RENAME); + o.unbind(c.REMOVE); + o.unbind(c.DRAG); + o.unbind(c.DROP); + }, + //default event proxy of exedit + _eventProxy = function(e) { + var target = e.target, + setting = data.getSetting(e.data.treeId), + relatedTarget = e.relatedTarget, + tId = "", node = null, + nodeEventType = "", treeEventType = "", + nodeEventCallback = null, treeEventCallback = null, + tmp = null; + + if (tools.eqs(e.type, "mouseover")) { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) { + tId = tools.getNodeMainDom(tmp).id; + nodeEventType = "hoverOverNode"; + } + } else if (tools.eqs(e.type, "mouseout")) { + tmp = tools.getMDom(setting, relatedTarget, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (!tmp) { + tId = "remove"; + nodeEventType = "hoverOutNode"; + } + } else if (tools.eqs(e.type, "mousedown")) { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) { + tId = tools.getNodeMainDom(tmp).id; + nodeEventType = "mousedownNode"; + } + } + if (tId.length>0) { + node = data.getNodeCache(setting, tId); + switch (nodeEventType) { + case "mousedownNode" : + nodeEventCallback = _handler.onMousedownNode; + break; + case "hoverOverNode" : + nodeEventCallback = _handler.onHoverOverNode; + break; + case "hoverOutNode" : + nodeEventCallback = _handler.onHoverOutNode; + break; + } + } + var proxyResult = { + stop: false, + node: node, + nodeEventType: nodeEventType, + nodeEventCallback: nodeEventCallback, + treeEventType: treeEventType, + treeEventCallback: treeEventCallback + }; + return proxyResult + }, + //default init node of exedit + _initNode = function(setting, level, n, parentNode, isFirstNode, isLastNode, openFlag) { + if (!n) return; + n.isHover = false; + n.editNameFlag = false; + }, + //update zTreeObj, add method of edit + _zTreeTools = function(setting, zTreeTools) { + zTreeTools.cancelEditName = function(newName) { + var root = data.getRoot(setting); + if (!root.curEditNode) return; + view.cancelCurEditNode(setting, newName?newName:null, true); + } + zTreeTools.copyNode = function(targetNode, node, moveType, isSilent) { + if (!node) return null; + if (targetNode && !targetNode.isParent && setting.data.keep.leaf && moveType === consts.move.TYPE_INNER) return null; + var newNode = tools.clone(node); + if (!targetNode) { + targetNode = null; + moveType = consts.move.TYPE_INNER; + } + if (moveType == consts.move.TYPE_INNER) { + function copyCallback() { + view.addNodes(setting, targetNode, [newNode], isSilent); + } + + if (tools.canAsync(setting, targetNode)) { + view.asyncNode(setting, targetNode, isSilent, copyCallback); + } else { + copyCallback(); + } + } else { + view.addNodes(setting, targetNode.parentNode, [newNode], isSilent); + view.moveNode(setting, targetNode, newNode, moveType, false, isSilent); + } + return newNode; + } + zTreeTools.editName = function(node) { + if (!node || !node.tId || node !== data.getNodeCache(setting, node.tId)) return; + if (node.parentTId) view.expandCollapseParentNode(setting, node.getParentNode(), true); + view.editNode(setting, node) + } + zTreeTools.moveNode = function(targetNode, node, moveType, isSilent) { + if (!node) return node; + if (targetNode && !targetNode.isParent && setting.data.keep.leaf && moveType === consts.move.TYPE_INNER) { + return null; + } else if (targetNode && ((node.parentTId == targetNode.tId && moveType == consts.move.TYPE_INNER) || $$(node, setting).find("#" + targetNode.tId).length > 0)) { + return null; + } else if (!targetNode) { + targetNode = null; + } + function moveCallback() { + view.moveNode(setting, targetNode, node, moveType, false, isSilent); + } + if (tools.canAsync(setting, targetNode) && moveType === consts.move.TYPE_INNER) { + view.asyncNode(setting, targetNode, isSilent, moveCallback); + } else { + moveCallback(); + } + return node; + } + zTreeTools.setEditable = function(editable) { + setting.edit.enable = editable; + return this.refresh(); + } + }, + //method of operate data + _data = { + setSonNodeLevel: function(setting, parentNode, node) { + if (!node) return; + var childKey = setting.data.key.children; + node.level = (parentNode)? parentNode.level + 1 : 0; + if (!node[childKey]) return; + for (var i = 0, l = node[childKey].length; i < l; i++) { + if (node[childKey][i]) data.setSonNodeLevel(setting, node, node[childKey][i]); + } + } + }, + //method of event proxy + _event = { + + }, + //method of event handler + _handler = { + onHoverOverNode: function(event, node) { + var setting = data.getSetting(event.data.treeId), + root = data.getRoot(setting); + if (root.curHoverNode != node) { + _handler.onHoverOutNode(event); + } + root.curHoverNode = node; + view.addHoverDom(setting, node); + }, + onHoverOutNode: function(event, node) { + var setting = data.getSetting(event.data.treeId), + root = data.getRoot(setting); + if (root.curHoverNode && !data.isSelectedNode(setting, root.curHoverNode)) { + view.removeTreeDom(setting, root.curHoverNode); + root.curHoverNode = null; + } + }, + onMousedownNode: function(eventMouseDown, _node) { + var i,l, + setting = data.getSetting(eventMouseDown.data.treeId), + root = data.getRoot(setting), roots = data.getRoots(); + //right click can't drag & drop + if (eventMouseDown.button == 2 || !setting.edit.enable || (!setting.edit.drag.isCopy && !setting.edit.drag.isMove)) return true; + + //input of edit node name can't drag & drop + var target = eventMouseDown.target, + _nodes = data.getRoot(setting).curSelectedList, + nodes = []; + if (!data.isSelectedNode(setting, _node)) { + nodes = [_node]; + } else { + for (i=0, l=_nodes.length; i1) { + var pNodes = nodes[0].parentTId ? nodes[0].getParentNode()[childKey] : data.getNodes(setting); + tmpNodes = []; + for (i=0, l=pNodes.length; i -1 && (lastIndex+1) !== i) { + isOrder = false; + } + tmpNodes.push(pNodes[i]); + lastIndex = i; + } + if (nodes.length === tmpNodes.length) { + nodes = tmpNodes; + break; + } + } + } + if (isOrder) { + preNode = nodes[0].getPreNode(); + nextNode = nodes[nodes.length-1].getNextNode(); + } + + //set node in selected + curNode = $$("
                ", setting); + for (i=0, l=nodes.length; i0); + view.removeTreeDom(setting, tmpNode); + + tmpDom = $$("
              • ", setting); + tmpDom.append($$(tmpNode, consts.id.A, setting).clone()); + tmpDom.css("padding", "0"); + tmpDom.children("#" + tmpNode.tId + consts.id.A).removeClass(consts.node.CURSELECTED); + curNode.append(tmpDom); + if (i == setting.edit.drag.maxShowNodeNum-1) { + tmpDom = $$("
              • ...
              • ", setting); + curNode.append(tmpDom); + break; + } + } + curNode.attr("id", nodes[0].tId + consts.id.UL + "_tmp"); + curNode.addClass(setting.treeObj.attr("class")); + curNode.appendTo(body); + + tmpArrow = $$("", setting); + tmpArrow.attr("id", "zTreeMove_arrow_tmp"); + tmpArrow.appendTo(body); + + setting.treeObj.trigger(consts.event.DRAG, [event, setting.treeId, nodes]); + } + + if (root.dragFlag == 1) { + if (tmpTarget && tmpArrow.attr("id") == event.target.id && tmpTargetNodeId && (event.clientX + doc.scrollLeft()+2) > ($("#" + tmpTargetNodeId + consts.id.A, tmpTarget).offset().left)) { + var xT = $("#" + tmpTargetNodeId + consts.id.A, tmpTarget); + event.target = (xT.length > 0) ? xT.get(0) : event.target; + } else if (tmpTarget) { + tmpTarget.removeClass(consts.node.TMPTARGET_TREE); + if (tmpTargetNodeId) $("#" + tmpTargetNodeId + consts.id.A, tmpTarget).removeClass(consts.node.TMPTARGET_NODE + "_" + consts.move.TYPE_PREV) + .removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_NEXT).removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_INNER); + } + tmpTarget = null; + tmpTargetNodeId = null; + + //judge drag & drop in multi ztree + isOtherTree = false; + targetSetting = setting; + var settings = data.getSettings(); + for (var s in settings) { + if (settings[s].treeId && settings[s].edit.enable && settings[s].treeId != setting.treeId + && (event.target.id == settings[s].treeId || $(event.target).parents("#" + settings[s].treeId).length>0)) { + isOtherTree = true; + targetSetting = settings[s]; + } + } + + var docScrollTop = doc.scrollTop(), + docScrollLeft = doc.scrollLeft(), + treeOffset = targetSetting.treeObj.offset(), + scrollHeight = targetSetting.treeObj.get(0).scrollHeight, + scrollWidth = targetSetting.treeObj.get(0).scrollWidth, + dTop = (event.clientY + docScrollTop - treeOffset.top), + dBottom = (targetSetting.treeObj.height() + treeOffset.top - event.clientY - docScrollTop), + dLeft = (event.clientX + docScrollLeft - treeOffset.left), + dRight = (targetSetting.treeObj.width() + treeOffset.left - event.clientX - docScrollLeft), + isTop = (dTop < setting.edit.drag.borderMax && dTop > setting.edit.drag.borderMin), + isBottom = (dBottom < setting.edit.drag.borderMax && dBottom > setting.edit.drag.borderMin), + isLeft = (dLeft < setting.edit.drag.borderMax && dLeft > setting.edit.drag.borderMin), + isRight = (dRight < setting.edit.drag.borderMax && dRight > setting.edit.drag.borderMin), + isTreeInner = dTop > setting.edit.drag.borderMin && dBottom > setting.edit.drag.borderMin && dLeft > setting.edit.drag.borderMin && dRight > setting.edit.drag.borderMin, + isTreeTop = (isTop && targetSetting.treeObj.scrollTop() <= 0), + isTreeBottom = (isBottom && (targetSetting.treeObj.scrollTop() + targetSetting.treeObj.height()+10) >= scrollHeight), + isTreeLeft = (isLeft && targetSetting.treeObj.scrollLeft() <= 0), + isTreeRight = (isRight && (targetSetting.treeObj.scrollLeft() + targetSetting.treeObj.width()+10) >= scrollWidth); + + if (event.target && tools.isChildOrSelf(event.target, targetSetting.treeId)) { + //get node
              • dom + var targetObj = event.target; + while (targetObj && targetObj.tagName && !tools.eqs(targetObj.tagName, "li") && targetObj.id != targetSetting.treeId) { + targetObj = targetObj.parentNode; + } + + var canMove = true; + //don't move to self or children of self + for (i=0, l=nodes.length; i 0) { + canMove = false; + break; + } + } + if (canMove && event.target && tools.isChildOrSelf(event.target, targetObj.id + consts.id.A)) { + tmpTarget = $(targetObj); + tmpTargetNodeId = targetObj.id; + } + } + + //the mouse must be in zTree + tmpNode = nodes[0]; + if (isTreeInner && tools.isChildOrSelf(event.target, targetSetting.treeId)) { + //judge mouse move in root of ztree + if (!tmpTarget && (event.target.id == targetSetting.treeId || isTreeTop || isTreeBottom || isTreeLeft || isTreeRight) && (isOtherTree || (!isOtherTree && tmpNode.parentTId))) { + tmpTarget = targetSetting.treeObj; + } + //auto scroll top + if (isTop) { + targetSetting.treeObj.scrollTop(targetSetting.treeObj.scrollTop()-10); + } else if (isBottom) { + targetSetting.treeObj.scrollTop(targetSetting.treeObj.scrollTop()+10); + } + if (isLeft) { + targetSetting.treeObj.scrollLeft(targetSetting.treeObj.scrollLeft()-10); + } else if (isRight) { + targetSetting.treeObj.scrollLeft(targetSetting.treeObj.scrollLeft()+10); + } + //auto scroll left + if (tmpTarget && tmpTarget != targetSetting.treeObj && tmpTarget.offset().left < targetSetting.treeObj.offset().left) { + targetSetting.treeObj.scrollLeft(targetSetting.treeObj.scrollLeft()+ tmpTarget.offset().left - targetSetting.treeObj.offset().left); + } + } + + curNode.css({ + "top": (event.clientY + docScrollTop + 3) + "px", + "left": (event.clientX + docScrollLeft + 3) + "px" + }); + + var dX = 0; + var dY = 0; + if (tmpTarget && tmpTarget.attr("id")!=targetSetting.treeId) { + var tmpTargetNode = tmpTargetNodeId == null ? null: data.getNodeCache(targetSetting, tmpTargetNodeId), + isCopy = (event.ctrlKey && setting.edit.drag.isMove && setting.edit.drag.isCopy) || (!setting.edit.drag.isMove && setting.edit.drag.isCopy), + isPrev = !!(preNode && tmpTargetNodeId === preNode.tId), + isNext = !!(nextNode && tmpTargetNodeId === nextNode.tId), + isInner = (tmpNode.parentTId && tmpNode.parentTId == tmpTargetNodeId), + canPrev = (isCopy || !isNext) && tools.apply(targetSetting.edit.drag.prev, [targetSetting.treeId, nodes, tmpTargetNode], !!targetSetting.edit.drag.prev), + canNext = (isCopy || !isPrev) && tools.apply(targetSetting.edit.drag.next, [targetSetting.treeId, nodes, tmpTargetNode], !!targetSetting.edit.drag.next), + canInner = (isCopy || !isInner) && !(targetSetting.data.keep.leaf && !tmpTargetNode.isParent) && tools.apply(targetSetting.edit.drag.inner, [targetSetting.treeId, nodes, tmpTargetNode], !!targetSetting.edit.drag.inner); + if (!canPrev && !canNext && !canInner) { + tmpTarget = null; + tmpTargetNodeId = ""; + moveType = consts.move.TYPE_INNER; + tmpArrow.css({ + "display":"none" + }); + if (window.zTreeMoveTimer) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null + } + } else { + var tmpTargetA = $("#" + tmpTargetNodeId + consts.id.A, tmpTarget), + tmpNextA = tmpTargetNode.isLastNode ? null : $("#" + tmpTargetNode.getNextNode().tId + consts.id.A, tmpTarget.next()), + tmpTop = tmpTargetA.offset().top, + tmpLeft = tmpTargetA.offset().left, + prevPercent = canPrev ? (canInner ? 0.25 : (canNext ? 0.5 : 1) ) : -1, + nextPercent = canNext ? (canInner ? 0.75 : (canPrev ? 0.5 : 0) ) : -1, + dY_percent = (event.clientY + docScrollTop - tmpTop)/tmpTargetA.height(); + if ((prevPercent==1 ||dY_percent<=prevPercent && dY_percent>=-.2) && canPrev) { + dX = 1 - tmpArrow.width(); + dY = tmpTop - tmpArrow.height()/2; + moveType = consts.move.TYPE_PREV; + } else if ((nextPercent==0 || dY_percent>=nextPercent && dY_percent<=1.2) && canNext) { + dX = 1 - tmpArrow.width(); + dY = (tmpNextA == null || (tmpTargetNode.isParent && tmpTargetNode.open)) ? (tmpTop + tmpTargetA.height() - tmpArrow.height()/2) : (tmpNextA.offset().top - tmpArrow.height()/2); + moveType = consts.move.TYPE_NEXT; + }else { + dX = 5 - tmpArrow.width(); + dY = tmpTop; + moveType = consts.move.TYPE_INNER; + } + tmpArrow.css({ + "display":"block", + "top": dY + "px", + "left": (tmpLeft + dX) + "px" + }); + tmpTargetA.addClass(consts.node.TMPTARGET_NODE + "_" + moveType); + + if (preTmpTargetNodeId != tmpTargetNodeId || preTmpMoveType != moveType) { + startTime = (new Date()).getTime(); + } + if (tmpTargetNode && tmpTargetNode.isParent && moveType == consts.move.TYPE_INNER) { + var startTimer = true; + if (window.zTreeMoveTimer && window.zTreeMoveTargetNodeTId !== tmpTargetNode.tId) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null; + }else if (window.zTreeMoveTimer && window.zTreeMoveTargetNodeTId === tmpTargetNode.tId) { + startTimer = false; + } + if (startTimer) { + window.zTreeMoveTimer = setTimeout(function() { + if (moveType != consts.move.TYPE_INNER) return; + if (tmpTargetNode && tmpTargetNode.isParent && !tmpTargetNode.open && (new Date()).getTime() - startTime > targetSetting.edit.drag.autoOpenTime + && tools.apply(targetSetting.callback.beforeDragOpen, [targetSetting.treeId, tmpTargetNode], true)) { + view.switchNode(targetSetting, tmpTargetNode); + if (targetSetting.edit.drag.autoExpandTrigger) { + targetSetting.treeObj.trigger(consts.event.EXPAND, [targetSetting.treeId, tmpTargetNode]); + } + } + }, targetSetting.edit.drag.autoOpenTime+50); + window.zTreeMoveTargetNodeTId = tmpTargetNode.tId; + } + } + } + } else { + moveType = consts.move.TYPE_INNER; + if (tmpTarget && tools.apply(targetSetting.edit.drag.inner, [targetSetting.treeId, nodes, null], !!targetSetting.edit.drag.inner)) { + tmpTarget.addClass(consts.node.TMPTARGET_TREE); + } else { + tmpTarget = null; + } + tmpArrow.css({ + "display":"none" + }); + if (window.zTreeMoveTimer) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null; + } + } + preTmpTargetNodeId = tmpTargetNodeId; + preTmpMoveType = moveType; + } + return false; + } + + doc.bind("mouseup", _docMouseUp); + function _docMouseUp(event) { + if (window.zTreeMoveTimer) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null; + } + preTmpTargetNodeId = null; + preTmpMoveType = null; + doc.unbind("mousemove", _docMouseMove); + doc.unbind("mouseup", _docMouseUp); + doc.unbind("selectstart", _docSelect); + body.css("cursor", "auto"); + if (tmpTarget) { + tmpTarget.removeClass(consts.node.TMPTARGET_TREE); + if (tmpTargetNodeId) $("#" + tmpTargetNodeId + consts.id.A, tmpTarget).removeClass(consts.node.TMPTARGET_NODE + "_" + consts.move.TYPE_PREV) + .removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_NEXT).removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_INNER); + } + tools.showIfameMask(setting, false); + + roots.showHoverDom = true; + if (root.dragFlag == 0) return; + root.dragFlag = 0; + + var i, l, tmpNode; + for (i=0, l=nodes.length; i 0) { + root.dragMaskList[0].remove(); + root.dragMaskList.shift(); + } + if (showSign) { + //show mask + var iframeList = $$("iframe", setting); + for (var i = 0, l = iframeList.length; i < l; i++) { + var obj = iframeList.get(i), + r = tools.getAbs(obj), + dragMask = $$("
                ", setting); + dragMask.appendTo($$("body", setting)); + root.dragMaskList.push(dragMask); + } + } + } + }, + //method of operate ztree dom + _view = { + addEditBtn: function(setting, node) { + if (node.editNameFlag || $$(node, consts.id.EDIT, setting).length > 0) { + return; + } + if (!tools.apply(setting.edit.showRenameBtn, [setting.treeId, node], setting.edit.showRenameBtn)) { + return; + } + var aObj = $$(node, consts.id.A, setting), + editStr = ""; + aObj.append(editStr); + + $$(node, consts.id.EDIT, setting).bind('click', + function() { + if (!tools.uCanDo(setting) || tools.apply(setting.callback.beforeEditName, [setting.treeId, node], true) == false) return false; + view.editNode(setting, node); + return false; + } + ).show(); + }, + addRemoveBtn: function(setting, node) { + if (node.editNameFlag || $$(node, consts.id.REMOVE, setting).length > 0) { + return; + } + if (!tools.apply(setting.edit.showRemoveBtn, [setting.treeId, node], setting.edit.showRemoveBtn)) { + return; + } + var aObj = $$(node, consts.id.A, setting), + removeStr = ""; + aObj.append(removeStr); + + $$(node, consts.id.REMOVE, setting).bind('click', + function() { + if (!tools.uCanDo(setting) || tools.apply(setting.callback.beforeRemove, [setting.treeId, node], true) == false) return false; + view.removeNode(setting, node); + setting.treeObj.trigger(consts.event.REMOVE, [setting.treeId, node]); + return false; + } + ).bind('mousedown', + function(eventMouseDown) { + return true; + } + ).show(); + }, + addHoverDom: function(setting, node) { + if (data.getRoots().showHoverDom) { + node.isHover = true; + if (setting.edit.enable) { + view.addEditBtn(setting, node); + view.addRemoveBtn(setting, node); + } + tools.apply(setting.view.addHoverDom, [setting.treeId, node]); + } + }, + cancelCurEditNode: function (setting, forceName, isCancel) { + var root = data.getRoot(setting), + nameKey = setting.data.key.name, + node = root.curEditNode; + + if (node) { + var inputObj = root.curEditInput, + newName = forceName ? forceName:(isCancel ? node[nameKey]: inputObj.val()); + if (tools.apply(setting.callback.beforeRename, [setting.treeId, node, newName, isCancel], true) === false) { + return false; + } else { + node[nameKey] = newName; + setting.treeObj.trigger(consts.event.RENAME, [setting.treeId, node, isCancel]); + } + var aObj = $$(node, consts.id.A, setting); + aObj.removeClass(consts.node.CURSELECTED_EDIT); + inputObj.unbind(); + view.setNodeName(setting, node); + node.editNameFlag = false; + root.curEditNode = null; + root.curEditInput = null; + view.selectNode(setting, node, false); + } + root.noSelection = true; + return true; + }, + editNode: function(setting, node) { + var root = data.getRoot(setting); + view.editNodeBlur = false; + if (data.isSelectedNode(setting, node) && root.curEditNode == node && node.editNameFlag) { + setTimeout(function() {tools.inputFocus(root.curEditInput);}, 0); + return; + } + var nameKey = setting.data.key.name; + node.editNameFlag = true; + view.removeTreeDom(setting, node); + view.cancelCurEditNode(setting); + view.selectNode(setting, node, false); + $$(node, consts.id.SPAN, setting).html(""); + var inputObj = $$(node, consts.id.INPUT, setting); + inputObj.attr("value", node[nameKey]); + if (setting.edit.editNameSelectAll) { + tools.inputSelect(inputObj); + } else { + tools.inputFocus(inputObj); + } + + inputObj.bind('blur', function(event) { + if (!view.editNodeBlur) { + view.cancelCurEditNode(setting); + } + }).bind('keydown', function(event) { + if (event.keyCode=="13") { + view.editNodeBlur = true; + view.cancelCurEditNode(setting); + } else if (event.keyCode=="27") { + view.cancelCurEditNode(setting, null, true); + } + }).bind('click', function(event) { + return false; + }).bind('dblclick', function(event) { + return false; + }); + + $$(node, consts.id.A, setting).addClass(consts.node.CURSELECTED_EDIT); + root.curEditInput = inputObj; + root.noSelection = false; + root.curEditNode = node; + }, + moveNode: function(setting, targetNode, node, moveType, animateFlag, isSilent) { + var root = data.getRoot(setting), + childKey = setting.data.key.children; + if (targetNode == node) return; + if (setting.data.keep.leaf && targetNode && !targetNode.isParent && moveType == consts.move.TYPE_INNER) return; + var oldParentNode = (node.parentTId ? node.getParentNode(): root), + targetNodeIsRoot = (targetNode === null || targetNode == root); + if (targetNodeIsRoot && targetNode === null) targetNode = root; + if (targetNodeIsRoot) moveType = consts.move.TYPE_INNER; + var targetParentNode = (targetNode.parentTId ? targetNode.getParentNode() : root); + + if (moveType != consts.move.TYPE_PREV && moveType != consts.move.TYPE_NEXT) { + moveType = consts.move.TYPE_INNER; + } + + if (moveType == consts.move.TYPE_INNER) { + if (targetNodeIsRoot) { + //parentTId of root node is null + node.parentTId = null; + } else { + if (!targetNode.isParent) { + targetNode.isParent = true; + targetNode.open = !!targetNode.open; + view.setNodeLineIcos(setting, targetNode); + } + node.parentTId = targetNode.tId; + } + } + + //move node Dom + var targetObj, target_ulObj; + if (targetNodeIsRoot) { + targetObj = setting.treeObj; + target_ulObj = targetObj; + } else { + if (!isSilent && moveType == consts.move.TYPE_INNER) { + view.expandCollapseNode(setting, targetNode, true, false); + } else if (!isSilent) { + view.expandCollapseNode(setting, targetNode.getParentNode(), true, false); + } + targetObj = $$(targetNode, setting); + target_ulObj = $$(targetNode, consts.id.UL, setting); + if (!!targetObj.get(0) && !target_ulObj.get(0)) { + var ulstr = []; + view.makeUlHtml(setting, targetNode, ulstr, ''); + targetObj.append(ulstr.join('')); + } + target_ulObj = $$(targetNode, consts.id.UL, setting); + } + var nodeDom = $$(node, setting); + if (!nodeDom.get(0)) { + nodeDom = view.appendNodes(setting, node.level, [node], null, false, true).join(''); + } else if (!targetObj.get(0)) { + nodeDom.remove(); + } + if (target_ulObj.get(0) && moveType == consts.move.TYPE_INNER) { + target_ulObj.append(nodeDom); + } else if (targetObj.get(0) && moveType == consts.move.TYPE_PREV) { + targetObj.before(nodeDom); + } else if (targetObj.get(0) && moveType == consts.move.TYPE_NEXT) { + targetObj.after(nodeDom); + } + + //repair the data after move + var i,l, + tmpSrcIndex = -1, + tmpTargetIndex = 0, + oldNeighbor = null, + newNeighbor = null, + oldLevel = node.level; + if (node.isFirstNode) { + tmpSrcIndex = 0; + if (oldParentNode[childKey].length > 1 ) { + oldNeighbor = oldParentNode[childKey][1]; + oldNeighbor.isFirstNode = true; + } + } else if (node.isLastNode) { + tmpSrcIndex = oldParentNode[childKey].length -1; + oldNeighbor = oldParentNode[childKey][tmpSrcIndex - 1]; + oldNeighbor.isLastNode = true; + } else { + for (i = 0, l = oldParentNode[childKey].length; i < l; i++) { + if (oldParentNode[childKey][i].tId == node.tId) { + tmpSrcIndex = i; + break; + } + } + } + if (tmpSrcIndex >= 0) { + oldParentNode[childKey].splice(tmpSrcIndex, 1); + } + if (moveType != consts.move.TYPE_INNER) { + for (i = 0, l = targetParentNode[childKey].length; i < l; i++) { + if (targetParentNode[childKey][i].tId == targetNode.tId) tmpTargetIndex = i; + } + } + if (moveType == consts.move.TYPE_INNER) { + if (!targetNode[childKey]) targetNode[childKey] = new Array(); + if (targetNode[childKey].length > 0) { + newNeighbor = targetNode[childKey][targetNode[childKey].length - 1]; + newNeighbor.isLastNode = false; + } + targetNode[childKey].splice(targetNode[childKey].length, 0, node); + node.isLastNode = true; + node.isFirstNode = (targetNode[childKey].length == 1); + } else if (targetNode.isFirstNode && moveType == consts.move.TYPE_PREV) { + targetParentNode[childKey].splice(tmpTargetIndex, 0, node); + newNeighbor = targetNode; + newNeighbor.isFirstNode = false; + node.parentTId = targetNode.parentTId; + node.isFirstNode = true; + node.isLastNode = false; + + } else if (targetNode.isLastNode && moveType == consts.move.TYPE_NEXT) { + targetParentNode[childKey].splice(tmpTargetIndex + 1, 0, node); + newNeighbor = targetNode; + newNeighbor.isLastNode = false; + node.parentTId = targetNode.parentTId; + node.isFirstNode = false; + node.isLastNode = true; + + } else { + if (moveType == consts.move.TYPE_PREV) { + targetParentNode[childKey].splice(tmpTargetIndex, 0, node); + } else { + targetParentNode[childKey].splice(tmpTargetIndex + 1, 0, node); + } + node.parentTId = targetNode.parentTId; + node.isFirstNode = false; + node.isLastNode = false; + } + data.fixPIdKeyValue(setting, node); + data.setSonNodeLevel(setting, node.getParentNode(), node); + + //repair node what been moved + view.setNodeLineIcos(setting, node); + view.repairNodeLevelClass(setting, node, oldLevel) + + //repair node's old parentNode dom + if (!setting.data.keep.parent && oldParentNode[childKey].length < 1) { + //old parentNode has no child nodes + oldParentNode.isParent = false; + oldParentNode.open = false; + var tmp_ulObj = $$(oldParentNode, consts.id.UL, setting), + tmp_switchObj = $$(oldParentNode, consts.id.SWITCH, setting), + tmp_icoObj = $$(oldParentNode, consts.id.ICON, setting); + view.replaceSwitchClass(oldParentNode, tmp_switchObj, consts.folder.DOCU); + view.replaceIcoClass(oldParentNode, tmp_icoObj, consts.folder.DOCU); + tmp_ulObj.css("display", "none"); + + } else if (oldNeighbor) { + //old neigbor node + view.setNodeLineIcos(setting, oldNeighbor); + } + + //new neigbor node + if (newNeighbor) { + view.setNodeLineIcos(setting, newNeighbor); + } + + //repair checkbox / radio + if (!!setting.check && setting.check.enable && view.repairChkClass) { + view.repairChkClass(setting, oldParentNode); + view.repairParentChkClassWithSelf(setting, oldParentNode); + if (oldParentNode != node.parent) + view.repairParentChkClassWithSelf(setting, node); + } + + //expand parents after move + if (!isSilent) { + view.expandCollapseParentNode(setting, node.getParentNode(), true, animateFlag); + } + }, + removeEditBtn: function(setting, node) { + $$(node, consts.id.EDIT, setting).unbind().remove(); + }, + removeRemoveBtn: function(setting, node) { + $$(node, consts.id.REMOVE, setting).unbind().remove(); + }, + removeTreeDom: function(setting, node) { + node.isHover = false; + view.removeEditBtn(setting, node); + view.removeRemoveBtn(setting, node); + tools.apply(setting.view.removeHoverDom, [setting.treeId, node]); + }, + repairNodeLevelClass: function(setting, node, oldLevel) { + if (oldLevel === node.level) return; + var liObj = $$(node, setting), + aObj = $$(node, consts.id.A, setting), + ulObj = $$(node, consts.id.UL, setting), + oldClass = consts.className.LEVEL + oldLevel, + newClass = consts.className.LEVEL + node.level; + liObj.removeClass(oldClass); + liObj.addClass(newClass); + aObj.removeClass(oldClass); + aObj.addClass(newClass); + ulObj.removeClass(oldClass); + ulObj.addClass(newClass); + }, + selectNodes : function(setting, nodes) { + for (var i=0, l=nodes.length; i0); + } + } + }, + + _z = { + tools: _tools, + view: _view, + event: _event, + data: _data + }; + $.extend(true, $.fn.zTree.consts, _consts); + $.extend(true, $.fn.zTree._z, _z); + + var zt = $.fn.zTree, + tools = zt._z.tools, + consts = zt.consts, + view = zt._z.view, + data = zt._z.data, + event = zt._z.event, + $$ = tools.$; + + data.exSetting(_setting); + data.addInitBind(_bindEvent); + data.addInitUnBind(_unbindEvent); + data.addInitCache(_initCache); + data.addInitNode(_initNode); + data.addInitProxy(_eventProxy); + data.addInitRoot(_initRoot); + data.addZTreeTools(_zTreeTools); + + var _cancelPreSelectedNode = view.cancelPreSelectedNode; + view.cancelPreSelectedNode = function (setting, node) { + var list = data.getRoot(setting).curSelectedList; + for (var i=0, j=list.length; i0?(c.isParent=!0,c.zAsync=!0):(c.isParent=typeof c.isParent=="string"?j.eqs(c.isParent,"true"):!!c.isParent,c.open=c.isParent&&!b.async.enable?c.open:!1,c.zAsync=!c.isParent);c.isFirstNode=f;c.isLastNode= +g;c.getParentNode=function(){return h.getNodeCache(b,c.parentTId)};c.getPreNode=function(){return h.getPreNode(b,c)};c.getNextNode=function(){return h.getNextNode(b,c)};c.isAjaxing=!1;h.fixPIdKeyValue(b,c)}}],s=[function(b){var a=b.target,c=h.getSetting(b.data.treeId),d="",f=null,g="",l="",i=null,n=null,k=null;if(j.eqs(b.type,"mousedown"))l="mousedown";else if(j.eqs(b.type,"mouseup"))l="mouseup";else if(j.eqs(b.type,"contextmenu"))l="contextmenu";else if(j.eqs(b.type,"click"))if(j.eqs(a.tagName,"span")&& +a.getAttribute("treeNode"+e.id.SWITCH)!==null)d=j.getNodeMainDom(a).id,g="switchNode";else{if(k=j.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+e.id.A}]))d=j.getNodeMainDom(k).id,g="clickNode"}else if(j.eqs(b.type,"dblclick")&&(l="dblclick",k=j.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+e.id.A}])))d=j.getNodeMainDom(k).id,g="switchNode";if(l.length>0&&d.length==0&&(k=j.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+e.id.A}])))d=j.getNodeMainDom(k).id;if(d.length>0)switch(f=h.getNodeCache(c,d),g){case "switchNode":f.isParent? +j.eqs(b.type,"click")||j.eqs(b.type,"dblclick")&&j.apply(c.view.dblClickExpand,[c.treeId,f],c.view.dblClickExpand)?i=G:g="":g="";break;case "clickNode":i=H}switch(l){case "mousedown":n=I;break;case "mouseup":n=J;break;case "dblclick":n=K;break;case "contextmenu":n=L}return{stop:!1,node:f,nodeEventType:g,nodeEventCallback:i,treeEventType:l,treeEventCallback:n}}],A=[function(b){var a=h.getRoot(b);a||(a={},h.setRoot(b,a));a[b.data.key.children]=[];a.expandTriggerFlag=!1;a.curSelectedList=[];a.noSelection= +!0;a.createdNodes=[];a.zId=0;a._ver=(new Date).getTime()}],B=[],C=[],D=[],E=[],F=[],h={addNodeCache:function(b,a){h.getCache(b).nodes[h.getNodeCacheId(a.tId)]=a},getNodeCacheId:function(b){return b.substring(b.lastIndexOf("_")+1)},addAfterA:function(b){C.push(b)},addBeforeA:function(b){B.push(b)},addInnerAfterA:function(b){E.push(b)},addInnerBeforeA:function(b){D.push(b)},addInitBind:function(b){w.push(b)},addInitUnBind:function(b){x.push(b)},addInitCache:function(b){y.push(b)},addInitNode:function(b){z.push(b)}, +addInitProxy:function(b,a){a?s.splice(0,0,b):s.push(b)},addInitRoot:function(b){A.push(b)},addNodesData:function(b,a,c){var d=b.data.key.children;a[d]||(a[d]=[]);if(a[d].length>0)a[d][a[d].length-1].isLastNode=!1,i.setNodeLineIcos(b,a[d][a[d].length-1]);a.isParent=!0;a[d]=a[d].concat(c)},addSelectedNode:function(b,a){var c=h.getRoot(b);h.isSelectedNode(b,a)||c.curSelectedList.push(a)},addCreatedNode:function(b,a){(b.callback.onNodeCreated||b.view.addDiyDom)&&h.getRoot(b).createdNodes.push(a)},addZTreeTools:function(b){F.push(b)}, +exSetting:function(b){p.extend(!0,M,b)},fixPIdKeyValue:function(b,a){b.data.simpleData.enable&&(a[b.data.simpleData.pIdKey]=a.parentTId?a.getParentNode()[b.data.simpleData.idKey]:b.data.simpleData.rootPId)},getAfterA:function(b,a,c){for(var d=0,f=C.length;d-1&&g.push(a[l]),g=g.concat(h.getNodesByParamFuzzy(b,a[l][f],c,d));return g},getNodesByFilter:function(b,a,c,d,f){if(!a)return d?null:[];for(var g=b.data.key.children,e=d?null:[],i=0,n=a.length;i0)},clone:function(b){if(b===null)return null;var a=j.isArray(b)?[]:{},c;for(c in b)a[c]=b[c]instanceof Date?new Date(b[c].getTime()):typeof b[c]==="object"?arguments.callee(b[c]):b[c];return a},eqs:function(b,a){return b.toLowerCase()===a.toLowerCase()},isArray:function(b){return Object.prototype.toString.apply(b)==="[object Array]"},$:function(b,a, +c){a&&typeof a!="string"&&(c=a,a="");return typeof b=="string"?p(b,c?c.treeObj.get(0).ownerDocument:null):p("#"+b.tId+a,c?c.treeObj:null)},getMDom:function(b,a,c){if(!a)return null;for(;a&&a.id!==b.treeId;){for(var d=0,f=c.length;a.tagName&&d0},uCanDo:function(){return!0}},i={addNodes:function(b,a,c,d){if(!b.data.keep.leaf||!a||a.isParent)if(j.isArray(c)||(c=[c]),b.data.simpleData.enable&&(c=h.transformTozTreeFormat(b,c)),a){var f=k(a,e.id.SWITCH,b),g=k(a,e.id.ICON,b),l=k(a,e.id.UL,b);if(!a.open)i.replaceSwitchClass(a,f,e.folder.CLOSE),i.replaceIcoClass(a,g,e.folder.CLOSE),a.open=!1,l.css({display:"none"});h.addNodesData(b,a,c);i.createNodes(b,a.level+1,c,a);d||i.expandCollapseParentNode(b,a,!0)}else h.addNodesData(b,h.getRoot(b), +c),i.createNodes(b,0,c,null)},appendNodes:function(b,a,c,d,f,g){if(!c)return[];for(var e=[],j=b.data.key.children,k=0,m=c.length;k0&&(t=i.appendNodes(b,a+1,o[j],o,f,g&&o.open));g&&(i.makeDOMNodeMainBefore(e,b,o),i.makeDOMNodeLine(e,b,o),h.getBeforeA(b,o,e),i.makeDOMNodeNameBefore(e,b,o),h.getInnerBeforeA(b,o,e),i.makeDOMNodeIcon(e,b,o),h.getInnerAfterA(b, +o,e),i.makeDOMNodeNameAfter(e,b,o),h.getAfterA(b,o,e),o.isParent&&o.open&&i.makeUlHtml(b,o,e,t.join("")),i.makeDOMNodeMainAfter(e,b,o),h.addCreatedNode(b,o))}return e},appendParentULDom:function(b,a){var c=[],d=k(a,b);!d.get(0)&&a.parentTId&&(i.appendParentULDom(b,a.getParentNode()),d=k(a,b));var f=k(a,e.id.UL,b);f.get(0)&&f.remove();f=i.appendNodes(b,a.level+1,a[b.data.key.children],a,!1,!0);i.makeUlHtml(b,a,c,f.join(""));d.append(c.join(""))},asyncNode:function(b,a,c,d){var f,g;if(a&&!a.isParent)return j.apply(d), +!1;else if(a&&a.isAjaxing)return!1;else if(j.apply(b.callback.beforeAsync,[b.treeId,a],!0)==!1)return j.apply(d),!1;if(a)a.isAjaxing=!0,k(a,e.id.ICON,b).attr({style:"","class":e.className.BUTTON+" "+e.className.ICO_LOADING});var l={};for(f=0,g=b.async.autoParam.length;a&&f1&&(n=q[1],q=q[0]);l[n]=a[q]}if(j.isArray(b.async.otherParam))for(f=0,g=b.async.otherParam.length;f=0;d--)if(!a||a===c[d])if(k(c[d],e.id.A,b).removeClass(e.node.CURSELECTED),a){h.removeSelectedNode(b,a);break}if(!a)h.getRoot(b).curSelectedList=[]},createNodeCallback:function(b){if(b.callback.onNodeCreated||b.view.addDiyDom)for(var a= +h.getRoot(b);a.createdNodes.length>0;){var c=a.createdNodes.shift();j.apply(b.view.addDiyDom,[b.treeId,c]);b.callback.onNodeCreated&&b.treeObj.trigger(e.event.NODECREATED,[b.treeId,c])}},createNodes:function(b,a,c,d){if(c&&c.length!=0){var f=h.getRoot(b),g=b.data.key.children,g=!d||d.open||!!k(d[g][0],b).get(0);f.createdNodes=[];a=i.appendNodes(b,a,c,d,!0,g);d?(d=k(d,e.id.UL,b),d.get(0)&&d.append(a.join(""))):b.treeObj.append(a.join(""));i.createNodeCallback(b)}},destroy:function(b){b&&(h.initCache(b), +h.initRoot(b),m.unbindTree(b),m.unbindEvent(b),b.treeObj.empty())},expandCollapseNode:function(b,a,c,d,f){var g=h.getRoot(b),l=b.data.key.children;if(a){if(g.expandTriggerFlag){var q=f,f=function(){q&&q();a.open?b.treeObj.trigger(e.event.EXPAND,[b.treeId,a]):b.treeObj.trigger(e.event.COLLAPSE,[b.treeId,a])};g.expandTriggerFlag=!1}if(!a.open&&a.isParent&&(!k(a,e.id.UL,b).get(0)||a[l]&&a[l].length>0&&!k(a[l][0],b).get(0)))i.appendParentULDom(b,a),i.createNodeCallback(b);if(a.open==c)j.apply(f,[]);else{var c= +k(a,e.id.UL,b),g=k(a,e.id.SWITCH,b),n=k(a,e.id.ICON,b);a.isParent?(a.open=!a.open,a.iconOpen&&a.iconClose&&n.attr("style",i.makeNodeIcoStyle(b,a)),a.open?(i.replaceSwitchClass(a,g,e.folder.OPEN),i.replaceIcoClass(a,n,e.folder.OPEN),d==!1||b.view.expandSpeed==""?(c.show(),j.apply(f,[])):a[l]&&a[l].length>0?c.slideDown(b.view.expandSpeed,f):(c.show(),j.apply(f,[]))):(i.replaceSwitchClass(a,g,e.folder.CLOSE),i.replaceIcoClass(a,n,e.folder.CLOSE),d==!1||b.view.expandSpeed==""||!(a[l]&&a[l].length>0)? +(c.hide(),j.apply(f,[])):c.slideUp(b.view.expandSpeed,f))):j.apply(f,[])}}else j.apply(f,[])},expandCollapseParentNode:function(b,a,c,d,f){a&&(a.parentTId?(i.expandCollapseNode(b,a,c,d),a.parentTId&&i.expandCollapseParentNode(b,a.getParentNode(),c,d,f)):i.expandCollapseNode(b,a,c,d,f))},expandCollapseSonNode:function(b,a,c,d,f){var g=h.getRoot(b),e=b.data.key.children,g=a?a[e]:g[e],e=a?!1:d,j=h.getRoot(b).expandTriggerFlag;h.getRoot(b).expandTriggerFlag=!1;if(g)for(var k=0,m=g.length;k/g,">");b.push("",d,"")},makeDOMNodeLine:function(b,a,c){b.push("")},makeDOMNodeMainAfter:function(b){b.push("
              • ")},makeDOMNodeMainBefore:function(b,a,c){b.push("
              • ")},makeDOMNodeNameAfter:function(b){b.push("")},makeDOMNodeNameBefore:function(b,a,c){var d=h.getNodeTitle(a,c),f=i.makeNodeUrl(a,c),g=i.makeNodeFontCss(a,c),l=[],k;for(k in g)l.push(k,":",g[k],";");b.push("0?"href='"+f+"'":""," target='",i.makeNodeTarget(c),"' style='",l.join(""),"'");j.apply(a.view.showTitle,[a.treeId,c],a.view.showTitle)&&d&&b.push("title='",d.replace(/'/g,"'").replace(//g,">"),"'");b.push(">")},makeNodeFontCss:function(b,a){var c=j.apply(b.view.fontCss,[b.treeId,a],b.view.fontCss);return c&&typeof c!="function"?c:{}},makeNodeIcoClass:function(b, +a){var c=["ico"];a.isAjaxing||(c[0]=(a.iconSkin?a.iconSkin+"_":"")+c[0],a.isParent?c.push(a.open?e.folder.OPEN:e.folder.CLOSE):c.push(e.folder.DOCU));return e.className.BUTTON+" "+c.join("_")},makeNodeIcoStyle:function(b,a){var c=[];if(!a.isAjaxing){var d=a.isParent&&a.iconOpen&&a.iconClose?a.open?a.iconOpen:a.iconClose:a.icon;d&&c.push("background:url(",d,") 0 0 no-repeat;");(b.view.showIcon==!1||!j.apply(b.view.showIcon,[b.treeId,a],!0))&&c.push("width:0px;height:0px;")}return c.join("")},makeNodeLineClass:function(b, +a){var c=[];b.view.showLine?a.level==0&&a.isFirstNode&&a.isLastNode?c.push(e.line.ROOT):a.level==0&&a.isFirstNode?c.push(e.line.ROOTS):a.isLastNode?c.push(e.line.BOTTOM):c.push(e.line.CENTER):c.push(e.line.NOLINE);a.isParent?c.push(a.open?e.folder.OPEN:e.folder.CLOSE):c.push(e.folder.DOCU);return i.makeNodeLineClassEx(a)+c.join("_")},makeNodeLineClassEx:function(b){return e.className.BUTTON+" "+e.className.LEVEL+b.level+" "+e.className.SWITCH+" "},makeNodeTarget:function(b){return b.target||"_blank"}, +makeNodeUrl:function(b,a){var c=b.data.key.url;return a[c]?a[c]:null},makeUlHtml:function(b,a,c,d){c.push("
                  ");c.push(d);c.push("
                ")},makeUlLineClass:function(b,a){return b.view.showLine&&!a.isLastNode?e.line.LINE:""},removeChildNodes:function(b,a){if(a){var c=b.data.key.children,d=a[c];if(d){for(var f=0,g=d.length;f0)a[c][0].isFirstNode=!0},setLastNode:function(b,a){var c=b.data.key.children,d=a[c].length;if(d>0)a[c][d-1].isLastNode=!0},removeNode:function(b,a){var c=h.getRoot(b),d=b.data.key.children,f=a.parentTId?a.getParentNode(): +c;a.isFirstNode=!1;a.isLastNode=!1;a.getPreNode=function(){return null};a.getNextNode=function(){return null};if(h.getNodeCache(b,a.tId)){k(a,b).remove();h.removeNodeCache(b,a);h.removeSelectedNode(b,a);for(var g=0,l=f[d].length;g0){var n=f[d][g-1],g=k(n,e.id.UL,b),l=k(n,e.id.SWITCH,b);j=k(n,e.id.ICON,b);f==c?f[d].length==1?i.replaceSwitchClass(n,l,e.line.ROOT):(c=k(f[d][0],e.id.SWITCH,b),i.replaceSwitchClass(f[d][0],c,e.line.ROOTS),i.replaceSwitchClass(n,l,e.line.BOTTOM)):i.replaceSwitchClass(n,l,e.line.BOTTOM);g.removeClass(e.line.LINE)}}},replaceIcoClass:function(b,a,c){if(a&&!b.isAjaxing&&(b=a.attr("class"),b!=void 0)){b=b.split("_");switch(c){case e.folder.OPEN:case e.folder.CLOSE:case e.folder.DOCU:b[b.length- +1]=c}a.attr("class",b.join("_"))}},replaceSwitchClass:function(b,a,c){if(a){var d=a.attr("class");if(d!=void 0){d=d.split("_");switch(c){case e.line.ROOT:case e.line.ROOTS:case e.line.CENTER:case e.line.BOTTOM:case e.line.NOLINE:d[0]=i.makeNodeLineClassEx(b)+c;break;case e.folder.OPEN:case e.folder.CLOSE:case e.folder.DOCU:d[1]=c}a.attr("class",d.join("_"));c!==e.folder.DOCU?a.removeAttr("disabled"):a.attr("disabled","disabled")}}},selectNode:function(b,a,c){c||i.cancelPreSelectedNode(b);k(a,e.id.A, +b).addClass(e.node.CURSELECTED);h.addSelectedNode(b,a)},setNodeFontCss:function(b,a){var c=k(a,e.id.A,b),d=i.makeNodeFontCss(b,a);d&&c.css(d)},setNodeLineIcos:function(b,a){if(a){var c=k(a,e.id.SWITCH,b),d=k(a,e.id.UL,b),f=k(a,e.id.ICON,b),g=i.makeUlLineClass(b,a);g.length==0?d.removeClass(e.line.LINE):d.addClass(g);c.attr("class",i.makeNodeLineClass(b,a));a.isParent?c.removeAttr("disabled"):c.attr("disabled","disabled");f.removeAttr("style");f.attr("style",i.makeNodeIcoStyle(b,a));f.attr("class", +i.makeNodeIcoClass(b,a))}},setNodeName:function(b,a){var c=h.getNodeTitle(b,a),d=k(a,e.id.SPAN,b);d.empty();b.view.nameIsHTML?d.html(h.getNodeName(b,a)):d.text(h.getNodeName(b,a));j.apply(b.view.showTitle,[b.treeId,a],b.view.showTitle)&&k(a,e.id.A,b).attr("title",!c?"":c)},setNodeTarget:function(b,a){k(a,e.id.A,b).attr("target",i.makeNodeTarget(a))},setNodeUrl:function(b,a){var c=k(a,e.id.A,b),d=i.makeNodeUrl(b,a);d==null||d.length==0?c.removeAttr("href"):c.attr("href",d)},switchNode:function(b,a){a.open|| +!j.canAsync(b,a)?i.expandCollapseNode(b,a,!a.open):b.async.enable?i.asyncNode(b,a)||i.expandCollapseNode(b,a,!a.open):a&&i.expandCollapseNode(b,a,!a.open)}};p.fn.zTree={consts:{className:{BUTTON:"button",LEVEL:"level",ICO_LOADING:"ico_loading",SWITCH:"switch"},event:{NODECREATED:"ztree_nodeCreated",CLICK:"ztree_click",EXPAND:"ztree_expand",COLLAPSE:"ztree_collapse",ASYNC_SUCCESS:"ztree_async_success",ASYNC_ERROR:"ztree_async_error"},id:{A:"_a",ICON:"_ico",SPAN:"_span",SWITCH:"_switch",UL:"_ul"},line:{ROOT:"root", +ROOTS:"roots",CENTER:"center",BOTTOM:"bottom",NOLINE:"noline",LINE:"line"},folder:{OPEN:"open",CLOSE:"close",DOCU:"docu"},node:{CURSELECTED:"curSelectedNode"}},_z:{tools:j,view:i,event:m,data:h},getZTreeObj:function(b){return(b=h.getZTreeTools(b))?b:null},destroy:function(b){if(b&&b.length>0)i.destroy(h.getSetting(b));else for(var a in r)i.destroy(r[a])},init:function(b,a,c){var d=j.clone(M);p.extend(!0,d,a);d.treeId=b.attr("id");d.treeObj=b;d.treeObj.empty();r[d.treeId]=d;if(typeof document.body.style.maxHeight=== +"undefined")d.view.expandSpeed="";h.initRoot(d);b=h.getRoot(d);a=d.data.key.children;c=c?j.clone(j.isArray(c)?c:[c]):[];b[a]=d.data.simpleData.enable?h.transformTozTreeFormat(d,c):c;h.initCache(d);m.unbindTree(d);m.bindTree(d);m.unbindEvent(d);m.bindEvent(d);c={setting:d,addNodes:function(a,b,c){function e(){i.addNodes(d,a,h,c==!0)}if(!b)return null;a||(a=null);if(a&&!a.isParent&&d.data.keep.leaf)return null;var h=j.clone(j.isArray(b)?b:[b]);j.canAsync(d,a)?i.asyncNode(d,a,c,e):e();return h},cancelSelectedNode:function(a){i.cancelPreSelectedNode(d, +a)},destroy:function(){i.destroy(d)},expandAll:function(a){a=!!a;i.expandCollapseSonNode(d,null,a,!0);return a},expandNode:function(a,b,c,e,n){if(!a||!a.isParent)return null;b!==!0&&b!==!1&&(b=!a.open);if((n=!!n)&&b&&j.apply(d.callback.beforeExpand,[d.treeId,a],!0)==!1)return null;else if(n&&!b&&j.apply(d.callback.beforeCollapse,[d.treeId,a],!0)==!1)return null;b&&a.parentTId&&i.expandCollapseParentNode(d,a.getParentNode(),b,!1);if(b===a.open&&!c)return null;h.getRoot(d).expandTriggerFlag=n;if(!j.canAsync(d, +a)&&c)i.expandCollapseSonNode(d,a,b,!0,function(){if(e!==!1)try{k(a,d).focus().blur()}catch(b){}});else if(a.open=!b,i.switchNode(this.setting,a),e!==!1)try{k(a,d).focus().blur()}catch(m){}return b},getNodes:function(){return h.getNodes(d)},getNodeByParam:function(a,b,c){return!a?null:h.getNodeByParam(d,c?c[d.data.key.children]:h.getNodes(d),a,b)},getNodeByTId:function(a){return h.getNodeCache(d,a)},getNodesByParam:function(a,b,c){return!a?null:h.getNodesByParam(d,c?c[d.data.key.children]:h.getNodes(d), +a,b)},getNodesByParamFuzzy:function(a,b,c){return!a?null:h.getNodesByParamFuzzy(d,c?c[d.data.key.children]:h.getNodes(d),a,b)},getNodesByFilter:function(a,b,c,e){b=!!b;return!a||typeof a!="function"?b?null:[]:h.getNodesByFilter(d,c?c[d.data.key.children]:h.getNodes(d),a,b,e)},getNodeIndex:function(a){if(!a)return null;for(var b=d.data.key.children,c=a.parentTId?a.getParentNode():h.getRoot(d),e=0,i=c[b].length;e0?i.createNodes(d, +0,b[a]):d.async.enable&&d.async.url&&d.async.url!==""&&i.asyncNode(d);return c}};var N=p.fn.zTree,k=j.$,e=N.consts})(jQuery); + +/* + * JQuery zTree excheck v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function(m){var p,q,r,o={event:{CHECK:"ztree_check"},id:{CHECK:"_check"},checkbox:{STYLE:"checkbox",DEFAULT:"chk",DISABLED:"disable",FALSE:"false",TRUE:"true",FULL:"full",PART:"part",FOCUS:"focus"},radio:{STYLE:"radio",TYPE_ALL:"all",TYPE_LEVEL:"level"}},v={check:{enable:!1,autoCheckTrigger:!1,chkStyle:o.checkbox.STYLE,nocheckInherit:!1,chkDisabledInherit:!1,radioType:o.radio.TYPE_LEVEL,chkboxType:{Y:"ps",N:"ps"}},data:{key:{checked:"checked"}},callback:{beforeCheck:null,onCheck:null}};p=function(b, +a){if(a.chkDisabled===!0)return!1;var c=f.getSetting(b.data.treeId),d=c.data.key.checked;if(k.apply(c.callback.beforeCheck,[c.treeId,a],!0)==!1)return!0;a[d]=!a[d];e.checkNodeRelation(c,a);d=n(a,j.id.CHECK,c);e.setChkClass(c,d,a);e.repairParentChkClassWithSelf(c,a);c.treeObj.trigger(j.event.CHECK,[b,c.treeId,a]);return!0};q=function(b,a){if(a.chkDisabled===!0)return!1;var c=f.getSetting(b.data.treeId),d=n(a,j.id.CHECK,c);a.check_Focus=!0;e.setChkClass(c,d,a);return!0};r=function(b,a){if(a.chkDisabled=== +!0)return!1;var c=f.getSetting(b.data.treeId),d=n(a,j.id.CHECK,c);a.check_Focus=!1;e.setChkClass(c,d,a);return!0};m.extend(!0,m.fn.zTree.consts,o);m.extend(!0,m.fn.zTree._z,{tools:{},view:{checkNodeRelation:function(b,a){var c,d,h,i=b.data.key.children,l=b.data.key.checked;c=j.radio;if(b.check.chkStyle==c.STYLE){var g=f.getRadioCheckedList(b);if(a[l])if(b.check.radioType==c.TYPE_ALL){for(d=g.length-1;d>=0;d--)c=g[d],c[l]=!1,g.splice(d,1),e.setChkClass(b,n(c,j.id.CHECK,b),c),c.parentTId!=a.parentTId&& +e.repairParentChkClassWithSelf(b,c);g.push(a)}else{g=a.parentTId?a.getParentNode():f.getRoot(b);for(d=0,h=g[i].length;d-1)&&e.setSonNodeCheckBox(b,a,!0),!a[l]&&(!a[i]||a[i].length==0||b.check.chkboxType.N.indexOf("s")>-1)&&e.setSonNodeCheckBox(b,a,!1),a[l]&& +b.check.chkboxType.Y.indexOf("p")>-1&&e.setParentNodeCheckBox(b,a,!0),!a[l]&&b.check.chkboxType.N.indexOf("p")>-1&&e.setParentNodeCheckBox(b,a,!1)},makeChkClass:function(b,a){var c=b.data.key.checked,d=j.checkbox,h=j.radio,i="",i=a.chkDisabled===!0?d.DISABLED:a.halfCheck?d.PART:b.check.chkStyle==h.STYLE?a.check_Child_State<1?d.FULL:d.PART:a[c]?a.check_Child_State===2||a.check_Child_State===-1?d.FULL:d.PART:a.check_Child_State<1?d.FULL:d.PART,c=b.check.chkStyle+"_"+(a[c]?d.TRUE:d.FALSE)+"_"+i,c=a.check_Focus&& +a.chkDisabled!==!0?c+"_"+d.FOCUS:c;return j.className.BUTTON+" "+d.DEFAULT+" "+c},repairAllChk:function(b,a){if(b.check.enable&&b.check.chkStyle===j.checkbox.STYLE)for(var c=b.data.key.checked,d=b.data.key.children,h=f.getRoot(b),i=0,l=h[d].length;i0?e.repairParentChkClass(b,a[c][0]):e.repairParentChkClass(b,a)}},repairSonChkDisabled:function(b,a,c,d){if(a){var h=b.data.key.children;if(a.chkDisabled!=c)a.chkDisabled=c;e.repairChkClass(b,a);if(a[h]&&d)for(var i=0,l=a[h].length;i0){l=!1;break}l&&e.setParentNodeCheckBox(b,a.getParentNode(),c,d)}},setSonNodeCheckBox:function(b,a,c,d){if(a){var h=b.data.key.children,i=b.data.key.checked,l=n(a,j.id.CHECK,b);d||(d=a);var g=!1;if(a[h])for(var k=0,m=a[h].length;k0?c?2:0:-1}else a.check_Child_State=-1;e.setChkClass(b,l,a);b.check.autoCheckTrigger&&a!=d&&a.nocheck!==!0&&a.chkDisabled!==!0&&b.treeObj.trigger(j.event.CHECK,[null,b.treeId,a])}}}},event:{},data:{getRadioCheckedList:function(b){for(var a=f.getRoot(b).radioCheckedList,c=0,d=a.length;c-1&&a.check_Child_State<2:a.check_Child_State>0}},getTreeCheckedNodes:function(b,a,c,d){if(!a)return[];for(var h=b.data.key.children,i=b.data.key.checked,e=c&&b.check.chkStyle==j.radio.STYLE&&b.check.radioType==j.radio.TYPE_ALL, +d=!d?[]:d,g=0,k=a.length;g0)break}return d},getTreeChangeCheckedNodes:function(b,a,c){if(!a)return[];for(var d=b.data.key.children,h=b.data.key.checked,c=!c?[]:c,i=0,e=a.length;i0?2:0,f==2){h=2;break}else f==0&&(h=0);else if(b.check.chkStyle==j.checkbox.STYLE)if(f=g.nocheck===!0||g.chkDisabled===!0?g.check_Child_State:g.halfCheck===!0?1:g[d]?g.check_Child_State===-1||g.check_Child_State===2?2:1:g.check_Child_State>0?1:0,f===1){h=1;break}else if(f=== +2&&h>-1&&i>0&&f!==h){h=1;break}else if(h===2&&f>-1&&f<2){h=1;break}else f>-1&&(h=f)}a.check_Child_State=h}}}});var m=m.fn.zTree,k=m._z.tools,j=m.consts,e=m._z.view,f=m._z.data,n=k.$;f.exSetting(v);f.addInitBind(function(b){b.treeObj.bind(j.event.CHECK,function(a,c,d,h){k.apply(b.callback.onCheck,[c?c:a,d,h])})});f.addInitUnBind(function(b){b.treeObj.unbind(j.event.CHECK)});f.addInitCache(function(){});f.addInitNode(function(b,a,c,d){if(c){a=b.data.key.checked;typeof c[a]=="string"&&(c[a]=k.eqs(c[a], +"true"));c[a]=!!c[a];c.checkedOld=c[a];if(typeof c.nocheck=="string")c.nocheck=k.eqs(c.nocheck,"true");c.nocheck=!!c.nocheck||b.check.nocheckInherit&&d&&!!d.nocheck;if(typeof c.chkDisabled=="string")c.chkDisabled=k.eqs(c.chkDisabled,"true");c.chkDisabled=!!c.chkDisabled||b.check.chkDisabledInherit&&d&&!!d.chkDisabled;if(typeof c.halfCheck=="string")c.halfCheck=k.eqs(c.halfCheck,"true");c.halfCheck=!!c.halfCheck;c.check_Child_State=-1;c.check_Focus=!1;c.getCheckStatus=function(){return f.getCheckStatus(b, +c)};b.check.chkStyle==j.radio.STYLE&&b.check.radioType==j.radio.TYPE_ALL&&c[a]&&f.getRoot(b).radioCheckedList.push(c)}});f.addInitProxy(function(b){var a=b.target,c=f.getSetting(b.data.treeId),d="",h=null,e="",l=null;if(k.eqs(b.type,"mouseover")){if(c.check.enable&&k.eqs(a.tagName,"span")&&a.getAttribute("treeNode"+j.id.CHECK)!==null)d=k.getNodeMainDom(a).id,e="mouseoverCheck"}else if(k.eqs(b.type,"mouseout")){if(c.check.enable&&k.eqs(a.tagName,"span")&&a.getAttribute("treeNode"+j.id.CHECK)!==null)d= +k.getNodeMainDom(a).id,e="mouseoutCheck"}else if(k.eqs(b.type,"click")&&c.check.enable&&k.eqs(a.tagName,"span")&&a.getAttribute("treeNode"+j.id.CHECK)!==null)d=k.getNodeMainDom(a).id,e="checkNode";if(d.length>0)switch(h=f.getNodeCache(c,d),e){case "checkNode":l=p;break;case "mouseoverCheck":l=q;break;case "mouseoutCheck":l=r}return{stop:e==="checkNode",node:h,nodeEventType:e,nodeEventCallback:l,treeEventType:"",treeEventCallback:null}},!0);f.addInitRoot(function(b){f.getRoot(b).radioCheckedList=[]}); +f.addBeforeA(function(b,a,c){b.check.enable&&(f.makeChkFlag(b,a),c.push(""))});f.addZTreeTools(function(b,a){a.checkNode=function(a,c,i,f){var g=b.data.key.checked;if(a.chkDisabled!==!0&&(c!==!0&&c!==!1&&(c=!a[g]),f=!!f,(a[g]!==c||i)&&!(f&&k.apply(this.setting.callback.beforeCheck,[b.treeId,a],!0)==!1)&&k.uCanDo(this.setting)&&b.check.enable&&a.nocheck!==!0))a[g]= +c,c=n(a,j.id.CHECK,b),(i||b.check.chkStyle===j.radio.STYLE)&&e.checkNodeRelation(b,a),e.setChkClass(b,c,a),e.repairParentChkClassWithSelf(b,a),f&&b.treeObj.trigger(j.event.CHECK,[null,b.treeId,a])};a.checkAllNodes=function(a){e.repairAllChk(b,!!a)};a.getCheckedNodes=function(a){var c=b.data.key.children;return f.getTreeCheckedNodes(b,f.getRoot(b)[c],a!==!1)};a.getChangeCheckedNodes=function(){var a=b.data.key.children;return f.getTreeChangeCheckedNodes(b,f.getRoot(b)[a])};a.setChkDisabled=function(a, +c,f,j){c=!!c;f=!!f;e.repairSonChkDisabled(b,a,c,!!j);e.repairParentChkDisabled(b,a.getParentNode(),c,f)};var c=a.updateNode;a.updateNode=function(d,f){c&&c.apply(a,arguments);if(d&&b.check.enable&&n(d,b).get(0)&&k.uCanDo(b)){var i=n(d,j.id.CHECK,b);(f==!0||b.check.chkStyle===j.radio.STYLE)&&e.checkNodeRelation(b,d);e.setChkClass(b,i,d);e.repairParentChkClassWithSelf(b,d)}}});var s=e.createNodes;e.createNodes=function(b,a,c,d){s&&s.apply(e,arguments);c&&e.repairParentChkClassWithSelf(b,d)};var t=e.removeNode; +e.removeNode=function(b,a){var c=a.getParentNode();t&&t.apply(e,arguments);a&&c&&(e.repairChkClass(b,c),e.repairParentChkClass(b,c))};var u=e.appendNodes;e.appendNodes=function(b,a,c,d,h,i){var j="";u&&(j=u.apply(e,arguments));d&&f.makeChkFlag(b,d);return j}})(jQuery); + +/* + * JQuery zTree exedit v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function(w){var I={event:{DRAG:"ztree_drag",DROP:"ztree_drop",REMOVE:"ztree_remove",RENAME:"ztree_rename"},id:{EDIT:"_edit",INPUT:"_input",REMOVE:"_remove"},move:{TYPE_INNER:"inner",TYPE_PREV:"prev",TYPE_NEXT:"next"},node:{CURSELECTED_EDIT:"curSelectedNode_Edit",TMPTARGET_TREE:"tmpTargetzTree",TMPTARGET_NODE:"tmpTargetNode"}},x={onHoverOverNode:function(b,a){var c=n.getSetting(b.data.treeId),d=n.getRoot(c);if(d.curHoverNode!=a)x.onHoverOutNode(b);d.curHoverNode=a;e.addHoverDom(c,a)},onHoverOutNode:function(b){var b= +n.getSetting(b.data.treeId),a=n.getRoot(b);if(a.curHoverNode&&!n.isSelectedNode(b,a.curHoverNode))e.removeTreeDom(b,a.curHoverNode),a.curHoverNode=null},onMousedownNode:function(b,a){function c(b){if(B.dragFlag==0&&Math.abs(N-b.clientX)1){var j=m[0].parentTId?m[0].getParentNode()[i]:n.getNodes(f);i=[];for(a=0,c=j.length;a-1&&k+1!==a&&(o=!1),i.push(j[a]),k=a),m.length===i.length){m=i;break}}o&&(H=m[0].getPreNode(),R=m[m.length-1].getNextNode());C=p("
                  ", +f);for(a=0,c=m.length;a0),e.removeTreeDom(f,o),k=p("
                • ",f),k.append(p(o,d.id.A,f).clone()),k.css("padding","0"),k.children("#"+o.tId+d.id.A).removeClass(d.node.CURSELECTED),C.append(k),a==f.edit.drag.maxShowNodeNum-1){k=p("
                • ...
                • ",f);C.append(k);break}C.attr("id",m[0].tId+d.id.UL+"_tmp");C.addClass(f.treeObj.attr("class"));C.appendTo(M);A=p("", +f);A.attr("id","zTreeMove_arrow_tmp");A.appendTo(M);f.treeObj.trigger(d.event.DRAG,[b,f.treeId,m])}if(B.dragFlag==1){s&&A.attr("id")==b.target.id&&u&&b.clientX+F.scrollLeft()+2>w("#"+u+d.id.A,s).offset().left?(o=w("#"+u+d.id.A,s),b.target=o.length>0?o.get(0):b.target):s&&(s.removeClass(d.node.TMPTARGET_TREE),u&&w("#"+u+d.id.A,s).removeClass(d.node.TMPTARGET_NODE+"_"+d.move.TYPE_PREV).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_NEXT).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_INNER)); +u=s=null;J=!1;h=f;o=n.getSettings();for(var D in o)if(o[D].treeId&&o[D].edit.enable&&o[D].treeId!=f.treeId&&(b.target.id==o[D].treeId||w(b.target).parents("#"+o[D].treeId).length>0))J=!0,h=o[D];D=F.scrollTop();k=F.scrollLeft();i=h.treeObj.offset();a=h.treeObj.get(0).scrollHeight;o=h.treeObj.get(0).scrollWidth;c=b.clientY+D-i.top;var q=h.treeObj.height()+i.top-b.clientY-D,r=b.clientX+k-i.left,x=h.treeObj.width()+i.left-b.clientX-k;i=cf.edit.drag.borderMin;var j=qf.edit.drag.borderMin,K=rf.edit.drag.borderMin,G=xf.edit.drag.borderMin,q=c>f.edit.drag.borderMin&&q>f.edit.drag.borderMin&&r>f.edit.drag.borderMin&&x>f.edit.drag.borderMin,r=i&&h.treeObj.scrollTop()<=0,x=j&&h.treeObj.scrollTop()+h.treeObj.height()+10>=a,P=K&&h.treeObj.scrollLeft()<=0,Q=G&&h.treeObj.scrollLeft()+h.treeObj.width()+10>=o;if(b.target&&g.isChildOrSelf(b.target,h.treeId)){for(var E=b.target;E&&E.tagName&&!g.eqs(E.tagName,"li")&&E.id!= +h.treeId;)E=E.parentNode;var S=!0;for(a=0,c=m.length;a0){S=!1;break}if(S&&b.target&&g.isChildOrSelf(b.target,E.id+d.id.A))s=w(E),u=E.id}o=m[0];if(q&&g.isChildOrSelf(b.target,h.treeId)){if(!s&&(b.target.id==h.treeId||r||x||P||Q)&&(J||!J&&o.parentTId))s=h.treeObj;i?h.treeObj.scrollTop(h.treeObj.scrollTop()-10):j&&h.treeObj.scrollTop(h.treeObj.scrollTop()+10);K?h.treeObj.scrollLeft(h.treeObj.scrollLeft()-10):G&&h.treeObj.scrollLeft(h.treeObj.scrollLeft()+ +10);s&&s!=h.treeObj&&s.offset().left=-0.2)&&o?(a=1-A.width(),i=j-A.height()/2,v=d.move.TYPE_PREV):(G==0||b>=G&&b<=1.2)&&a?(a=1-A.width(),i=i==null||y.isParent&&y.open?j+c.height()-A.height()/2:i.offset().top-A.height()/2,v=d.move.TYPE_NEXT):(a=5-A.width(),i=j,v=d.move.TYPE_INNER);A.css({display:"block",top:i+"px",left:k+a+"px"});c.addClass(d.node.TMPTARGET_NODE+"_"+v);if(T!=u||U!=v)L=(new Date).getTime();if(y&&y.isParent&&v==d.move.TYPE_INNER&&(b=!0,window.zTreeMoveTimer&&window.zTreeMoveTargetNodeTId!== +y.tId?(clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null):window.zTreeMoveTimer&&window.zTreeMoveTargetNodeTId===y.tId&&(b=!1),b))window.zTreeMoveTimer=setTimeout(function(){v==d.move.TYPE_INNER&&y&&y.isParent&&!y.open&&(new Date).getTime()-L>h.edit.drag.autoOpenTime&&g.apply(h.callback.beforeDragOpen,[h.treeId,y],!0)&&(e.switchNode(h,y),h.edit.drag.autoExpandTrigger&&h.treeObj.trigger(d.event.EXPAND,[h.treeId,y]))},h.edit.drag.autoOpenTime+50),window.zTreeMoveTargetNodeTId=y.tId}}else if(v= +d.move.TYPE_INNER,s&&g.apply(h.edit.drag.inner,[h.treeId,m,null],!!h.edit.drag.inner)?s.addClass(d.node.TMPTARGET_TREE):s=null,A.css({display:"none"}),window.zTreeMoveTimer)clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null;T=u;U=v}return!1}function l(b){if(window.zTreeMoveTimer)clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null;U=T=null;F.unbind("mousemove",c);F.unbind("mouseup",l);F.unbind("selectstart",k);M.css("cursor","auto");s&&(s.removeClass(d.node.TMPTARGET_TREE), +u&&w("#"+u+d.id.A,s).removeClass(d.node.TMPTARGET_NODE+"_"+d.move.TYPE_PREV).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_NEXT).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_INNER));g.showIfameMask(f,!1);t.showHoverDom=!0;if(B.dragFlag!=0){B.dragFlag=0;var a,i,j;for(a=0,i=m.length;a +0;)c.dragMaskList[0].remove(),c.dragMaskList.shift();if(a)for(var d=p("iframe",b),e=0,i=d.length;e
                  ",b);j.appendTo(p("body",b));c.dragMaskList.push(j)}}},view:{addEditBtn:function(b,a){if(!(a.editNameFlag||p(a,d.id.EDIT,b).length>0)&&g.apply(b.edit.showRenameBtn,[b.treeId,a],b.edit.showRenameBtn)){var c=p(a,d.id.A, +b),l="";c.append(l);p(a,d.id.EDIT,b).bind("click",function(){if(!g.uCanDo(b)||g.apply(b.callback.beforeEditName,[b.treeId,a],!0)==!1)return!1;e.editNode(b,a);return!1}).show()}},addRemoveBtn:function(b,a){if(!(a.editNameFlag||p(a,d.id.REMOVE,b).length>0)&&g.apply(b.edit.showRemoveBtn,[b.treeId,a],b.edit.showRemoveBtn)){var c= +p(a,d.id.A,b),l="";c.append(l);p(a,d.id.REMOVE,b).bind("click",function(){if(!g.uCanDo(b)||g.apply(b.callback.beforeRemove,[b.treeId,a],!0)==!1)return!1;e.removeNode(b,a);b.treeObj.trigger(d.event.REMOVE,[b.treeId,a]);return!1}).bind("mousedown",function(){return!0}).show()}},addHoverDom:function(b,a){if(n.getRoots().showHoverDom)a.isHover= +!0,b.edit.enable&&(e.addEditBtn(b,a),e.addRemoveBtn(b,a)),g.apply(b.view.addHoverDom,[b.treeId,a])},cancelCurEditNode:function(b,a,c){var l=n.getRoot(b),k=b.data.key.name,i=l.curEditNode;if(i){var j=l.curEditInput,a=a?a:c?i[k]:j.val();if(g.apply(b.callback.beforeRename,[b.treeId,i,a,c],!0)===!1)return!1;else i[k]=a,b.treeObj.trigger(d.event.RENAME,[b.treeId,i,c]);p(i,d.id.A,b).removeClass(d.node.CURSELECTED_EDIT);j.unbind();e.setNodeName(b,i);i.editNameFlag=!1;l.curEditNode=null;l.curEditInput=null; +e.selectNode(b,i,!1)}return l.noSelection=!0},editNode:function(b,a){var c=n.getRoot(b);e.editNodeBlur=!1;if(n.isSelectedNode(b,a)&&c.curEditNode==a&&a.editNameFlag)setTimeout(function(){g.inputFocus(c.curEditInput)},0);else{var l=b.data.key.name;a.editNameFlag=!0;e.removeTreeDom(b,a);e.cancelCurEditNode(b);e.selectNode(b,a,!1);p(a,d.id.SPAN,b).html("");var k=p(a,d.id.INPUT,b);k.attr("value",a[l]);b.edit.editNameSelectAll? +g.inputSelect(k):g.inputFocus(k);k.bind("blur",function(){e.editNodeBlur||e.cancelCurEditNode(b)}).bind("keydown",function(a){a.keyCode=="13"?(e.editNodeBlur=!0,e.cancelCurEditNode(b)):a.keyCode=="27"&&e.cancelCurEditNode(b,null,!0)}).bind("click",function(){return!1}).bind("dblclick",function(){return!1});p(a,d.id.A,b).addClass(d.node.CURSELECTED_EDIT);c.curEditInput=k;c.noSelection=!1;c.curEditNode=a}},moveNode:function(b,a,c,l,k,i){var j=n.getRoot(b),f=b.data.key.children;if(a!=c&&(!b.data.keep.leaf|| +!a||a.isParent||l!=d.move.TYPE_INNER)){var g=c.parentTId?c.getParentNode():j,t=a===null||a==j;t&&a===null&&(a=j);if(t)l=d.move.TYPE_INNER;j=a.parentTId?a.getParentNode():j;if(l!=d.move.TYPE_PREV&&l!=d.move.TYPE_NEXT)l=d.move.TYPE_INNER;if(l==d.move.TYPE_INNER)if(t)c.parentTId=null;else{if(!a.isParent)a.isParent=!0,a.open=!!a.open,e.setNodeLineIcos(b,a);c.parentTId=a.tId}var q;t?q=t=b.treeObj:(!i&&l==d.move.TYPE_INNER?e.expandCollapseNode(b,a,!0,!1):i||e.expandCollapseNode(b,a.getParentNode(),!0,!1), +t=p(a,b),q=p(a,d.id.UL,b),t.get(0)&&!q.get(0)&&(q=[],e.makeUlHtml(b,a,q,""),t.append(q.join(""))),q=p(a,d.id.UL,b));var r=p(c,b);r.get(0)?t.get(0)||r.remove():r=e.appendNodes(b,c.level,[c],null,!1,!0).join("");q.get(0)&&l==d.move.TYPE_INNER?q.append(r):t.get(0)&&l==d.move.TYPE_PREV?t.before(r):t.get(0)&&l==d.move.TYPE_NEXT&&t.after(r);var m=-1,w=0,x=null,t=null,C=c.level;if(c.isFirstNode){if(m=0,g[f].length>1)x=g[f][1],x.isFirstNode=!0}else if(c.isLastNode)m=g[f].length-1,x=g[f][m-1],x.isLastNode= +!0;else for(q=0,r=g[f].length;q=0&&g[f].splice(m,1);if(l!=d.move.TYPE_INNER)for(q=0,r=j[f].length;q0)t=a[f][a[f].length-1],t.isLastNode=!1;a[f].splice(a[f].length,0,c);c.isLastNode=!0;c.isFirstNode=a[f].length==1}else a.isFirstNode&&l==d.move.TYPE_PREV?(j[f].splice(w,0,c),t=a,t.isFirstNode=!1,c.parentTId=a.parentTId,c.isFirstNode=!0,c.isLastNode=!1):a.isLastNode&&l==d.move.TYPE_NEXT? +(j[f].splice(w+1,0,c),t=a,t.isLastNode=!1,c.parentTId=a.parentTId,c.isFirstNode=!1,c.isLastNode=!0):(l==d.move.TYPE_PREV?j[f].splice(w,0,c):j[f].splice(w+1,0,c),c.parentTId=a.parentTId,c.isFirstNode=!1,c.isLastNode=!1);n.fixPIdKeyValue(b,c);n.setSonNodeLevel(b,c.getParentNode(),c);e.setNodeLineIcos(b,c);e.repairNodeLevelClass(b,c,C);!b.data.keep.parent&&g[f].length<1?(g.isParent=!1,g.open=!1,a=p(g,d.id.UL,b),l=p(g,d.id.SWITCH,b),f=p(g,d.id.ICON,b),e.replaceSwitchClass(g,l,d.folder.DOCU),e.replaceIcoClass(g, +f,d.folder.DOCU),a.css("display","none")):x&&e.setNodeLineIcos(b,x);t&&e.setNodeLineIcos(b,t);b.check&&b.check.enable&&e.repairChkClass&&(e.repairChkClass(b,g),e.repairParentChkClassWithSelf(b,g),g!=c.parent&&e.repairParentChkClassWithSelf(b,c));i||e.expandCollapseParentNode(b,c.getParentNode(),!0,k)}},removeEditBtn:function(b,a){p(a,d.id.EDIT,b).unbind().remove()},removeRemoveBtn:function(b,a){p(a,d.id.REMOVE,b).unbind().remove()},removeTreeDom:function(b,a){a.isHover=!1;e.removeEditBtn(b,a);e.removeRemoveBtn(b, +a);g.apply(b.view.removeHoverDom,[b.treeId,a])},repairNodeLevelClass:function(b,a,c){if(c!==a.level){var e=p(a,b),g=p(a,d.id.A,b),b=p(a,d.id.UL,b),c=d.className.LEVEL+c,a=d.className.LEVEL+a.level;e.removeClass(c);e.addClass(a);g.removeClass(c);g.addClass(a);b.removeClass(c);b.addClass(a)}},selectNodes:function(b,a){for(var c=0,d=a.length;c0)}},event:{},data:{setSonNodeLevel:function(b,a,c){if(c){var d=b.data.key.children;c.level=a?a.level+1:0;if(c[d])for(var a=0,e=c[d].length;a< +e;a++)c[d][a]&&n.setSonNodeLevel(b,c,c[d][a])}}}});var H=w.fn.zTree,g=H._z.tools,d=H.consts,e=H._z.view,n=H._z.data,p=g.$;n.exSetting({edit:{enable:!1,editNameSelectAll:!1,showRemoveBtn:!0,showRenameBtn:!0,removeTitle:"remove",renameTitle:"rename",drag:{autoExpandTrigger:!1,isCopy:!0,isMove:!0,prev:!0,next:!0,inner:!0,minMoveSize:5,borderMax:10,borderMin:-5,maxShowNodeNum:5,autoOpenTime:500}},view:{addHoverDom:null,removeHoverDom:null},callback:{beforeDrag:null,beforeDragOpen:null,beforeDrop:null, +beforeEditName:null,beforeRename:null,onDrag:null,onDrop:null,onRename:null}});n.addInitBind(function(b){var a=b.treeObj,c=d.event;a.bind(c.RENAME,function(a,c,d,e){g.apply(b.callback.onRename,[a,c,d,e])});a.bind(c.REMOVE,function(a,c,d){g.apply(b.callback.onRemove,[a,c,d])});a.bind(c.DRAG,function(a,c,d,e){g.apply(b.callback.onDrag,[c,d,e])});a.bind(c.DROP,function(a,c,d,e,f,n,p){g.apply(b.callback.onDrop,[c,d,e,f,n,p])})});n.addInitUnBind(function(b){var b=b.treeObj,a=d.event;b.unbind(a.RENAME); +b.unbind(a.REMOVE);b.unbind(a.DRAG);b.unbind(a.DROP)});n.addInitCache(function(){});n.addInitNode(function(b,a,c){if(c)c.isHover=!1,c.editNameFlag=!1});n.addInitProxy(function(b){var a=b.target,c=n.getSetting(b.data.treeId),e=b.relatedTarget,k="",i=null,j="",f=null,p=null;if(g.eqs(b.type,"mouseover")){if(p=g.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+d.id.A}]))k=g.getNodeMainDom(p).id,j="hoverOverNode"}else if(g.eqs(b.type,"mouseout"))p=g.getMDom(c,e,[{tagName:"a",attrName:"treeNode"+d.id.A}]), +p||(k="remove",j="hoverOutNode");else if(g.eqs(b.type,"mousedown")&&(p=g.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+d.id.A}])))k=g.getNodeMainDom(p).id,j="mousedownNode";if(k.length>0)switch(i=n.getNodeCache(c,k),j){case "mousedownNode":f=x.onMousedownNode;break;case "hoverOverNode":f=x.onHoverOverNode;break;case "hoverOutNode":f=x.onHoverOutNode}return{stop:!1,node:i,nodeEventType:j,nodeEventCallback:f,treeEventType:"",treeEventCallback:null}});n.addInitRoot(function(b){var b=n.getRoot(b),a=n.getRoots(); +b.curEditNode=null;b.curEditInput=null;b.curHoverNode=null;b.dragFlag=0;b.dragNodeShowBefore=[];b.dragMaskList=[];a.showHoverDom=!0});n.addZTreeTools(function(b,a){a.cancelEditName=function(a){n.getRoot(b).curEditNode&&e.cancelCurEditNode(b,a?a:null,!0)};a.copyNode=function(a,l,k,i){if(!l)return null;if(a&&!a.isParent&&b.data.keep.leaf&&k===d.move.TYPE_INNER)return null;var j=g.clone(l);if(!a)a=null,k=d.move.TYPE_INNER;k==d.move.TYPE_INNER?(l=function(){e.addNodes(b,a,[j],i)},g.canAsync(b,a)?e.asyncNode(b, +a,i,l):l()):(e.addNodes(b,a.parentNode,[j],i),e.moveNode(b,a,j,k,!1,i));return j};a.editName=function(a){a&&a.tId&&a===n.getNodeCache(b,a.tId)&&(a.parentTId&&e.expandCollapseParentNode(b,a.getParentNode(),!0),e.editNode(b,a))};a.moveNode=function(a,l,k,i){function j(){e.moveNode(b,a,l,k,!1,i)}if(!l)return l;if(a&&!a.isParent&&b.data.keep.leaf&&k===d.move.TYPE_INNER)return null;else if(a&&(l.parentTId==a.tId&&k==d.move.TYPE_INNER||p(l,b).find("#"+a.tId).length>0))return null;else a||(a=null);g.canAsync(b, +a)&&k===d.move.TYPE_INNER?e.asyncNode(b,a,i,j):j();return l};a.setEditable=function(a){b.edit.enable=a;return this.refresh()}});var N=e.cancelPreSelectedNode;e.cancelPreSelectedNode=function(b,a){for(var c=n.getRoot(b).curSelectedList,d=0,g=c.length;d 0 && tId.length == 0) { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) {tId = tools.getNodeMainDom(tmp).id;} + } + // event to node + if (tId.length>0) { + node = data.getNodeCache(setting, tId); + switch (nodeEventType) { + case "switchNode" : + if (!node.isParent) { + nodeEventType = ""; + } else if (tools.eqs(event.type, "click") + || (tools.eqs(event.type, "dblclick") && tools.apply(setting.view.dblClickExpand, [setting.treeId, node], setting.view.dblClickExpand))) { + nodeEventCallback = handler.onSwitchNode; + } else { + nodeEventType = ""; + } + break; + case "clickNode" : + nodeEventCallback = handler.onClickNode; + break; + } + } + // event to zTree + switch (treeEventType) { + case "mousedown" : + treeEventCallback = handler.onZTreeMousedown; + break; + case "mouseup" : + treeEventCallback = handler.onZTreeMouseup; + break; + case "dblclick" : + treeEventCallback = handler.onZTreeDblclick; + break; + case "contextmenu" : + treeEventCallback = handler.onZTreeContextmenu; + break; + } + var proxyResult = { + stop: false, + node: node, + nodeEventType: nodeEventType, + nodeEventCallback: nodeEventCallback, + treeEventType: treeEventType, + treeEventCallback: treeEventCallback + }; + return proxyResult + }, + //default init node of core + _initNode = function(setting, level, n, parentNode, isFirstNode, isLastNode, openFlag) { + if (!n) return; + var r = data.getRoot(setting), + childKey = setting.data.key.children; + n.level = level; + n.tId = setting.treeId + "_" + (++r.zId); + n.parentTId = parentNode ? parentNode.tId : null; + n.open = (typeof n.open == "string") ? tools.eqs(n.open, "true") : !!n.open; + if (n[childKey] && n[childKey].length > 0) { + n.isParent = true; + n.zAsync = true; + } else { + n.isParent = (typeof n.isParent == "string") ? tools.eqs(n.isParent, "true") : !!n.isParent; + n.open = (n.isParent && !setting.async.enable) ? n.open : false; + n.zAsync = !n.isParent; + } + n.isFirstNode = isFirstNode; + n.isLastNode = isLastNode; + n.getParentNode = function() {return data.getNodeCache(setting, n.parentTId);}; + n.getPreNode = function() {return data.getPreNode(setting, n);}; + n.getNextNode = function() {return data.getNextNode(setting, n);}; + n.isAjaxing = false; + data.fixPIdKeyValue(setting, n); + }, + _init = { + bind: [_bindEvent], + unbind: [_unbindEvent], + caches: [_initCache], + nodes: [_initNode], + proxys: [_eventProxy], + roots: [_initRoot], + beforeA: [], + afterA: [], + innerBeforeA: [], + innerAfterA: [], + zTreeTools: [] + }, + //method of operate data + data = { + addNodeCache: function(setting, node) { + data.getCache(setting).nodes[data.getNodeCacheId(node.tId)] = node; + }, + getNodeCacheId: function(tId) { + return tId.substring(tId.lastIndexOf("_")+1); + }, + addAfterA: function(afterA) { + _init.afterA.push(afterA); + }, + addBeforeA: function(beforeA) { + _init.beforeA.push(beforeA); + }, + addInnerAfterA: function(innerAfterA) { + _init.innerAfterA.push(innerAfterA); + }, + addInnerBeforeA: function(innerBeforeA) { + _init.innerBeforeA.push(innerBeforeA); + }, + addInitBind: function(bindEvent) { + _init.bind.push(bindEvent); + }, + addInitUnBind: function(unbindEvent) { + _init.unbind.push(unbindEvent); + }, + addInitCache: function(initCache) { + _init.caches.push(initCache); + }, + addInitNode: function(initNode) { + _init.nodes.push(initNode); + }, + addInitProxy: function(initProxy, isFirst) { + if (!!isFirst) { + _init.proxys.splice(0,0,initProxy); + } else { + _init.proxys.push(initProxy); + } + }, + addInitRoot: function(initRoot) { + _init.roots.push(initRoot); + }, + addNodesData: function(setting, parentNode, nodes) { + var childKey = setting.data.key.children; + if (!parentNode[childKey]) parentNode[childKey] = []; + if (parentNode[childKey].length > 0) { + parentNode[childKey][parentNode[childKey].length - 1].isLastNode = false; + view.setNodeLineIcos(setting, parentNode[childKey][parentNode[childKey].length - 1]); + } + parentNode.isParent = true; + parentNode[childKey] = parentNode[childKey].concat(nodes); + }, + addSelectedNode: function(setting, node) { + var root = data.getRoot(setting); + if (!data.isSelectedNode(setting, node)) { + root.curSelectedList.push(node); + } + }, + addCreatedNode: function(setting, node) { + if (!!setting.callback.onNodeCreated || !!setting.view.addDiyDom) { + var root = data.getRoot(setting); + root.createdNodes.push(node); + } + }, + addZTreeTools: function(zTreeTools) { + _init.zTreeTools.push(zTreeTools); + }, + exSetting: function(s) { + $.extend(true, _setting, s); + }, + fixPIdKeyValue: function(setting, node) { + if (setting.data.simpleData.enable) { + node[setting.data.simpleData.pIdKey] = node.parentTId ? node.getParentNode()[setting.data.simpleData.idKey] : setting.data.simpleData.rootPId; + } + }, + getAfterA: function(setting, node, array) { + for (var i=0, j=_init.afterA.length; i-1) { + result.push(nodes[i]); + } + result = result.concat(data.getNodesByParamFuzzy(setting, nodes[i][childKey], key, value)); + } + return result; + }, + getNodesByFilter: function(setting, nodes, filter, isSingle, invokeParam) { + if (!nodes) return (isSingle ? null : []); + var childKey = setting.data.key.children, + result = isSingle ? null : []; + for (var i = 0, l = nodes.length; i < l; i++) { + if (tools.apply(filter, [nodes[i], invokeParam], false)) { + if (isSingle) {return nodes[i];} + result.push(nodes[i]); + } + var tmpResult = data.getNodesByFilter(setting, nodes[i][childKey], filter, isSingle, invokeParam); + if (isSingle && !!tmpResult) {return tmpResult;} + result = isSingle ? tmpResult : result.concat(tmpResult); + } + return result; + }, + getPreNode: function(setting, node) { + if (!node) return null; + var childKey = setting.data.key.children, + p = node.parentTId ? node.getParentNode() : data.getRoot(setting); + for (var i=0, l=p[childKey].length; i 0))); + }, + clone: function (obj){ + if (obj === null) return null; + var o = tools.isArray(obj) ? [] : {}; + for(var i in obj){ + o[i] = (obj[i] instanceof Date) ? new Date(obj[i].getTime()) : (typeof obj[i] === "object" ? arguments.callee(obj[i]) : obj[i]); + } + return o; + }, + eqs: function(str1, str2) { + return str1.toLowerCase() === str2.toLowerCase(); + }, + isArray: function(arr) { + return Object.prototype.toString.apply(arr) === "[object Array]"; + }, + $: function(node, exp, setting) { + if (!!exp && typeof exp != "string") { + setting = exp; + exp = ""; + } + if (typeof node == "string") { + return $(node, setting ? setting.treeObj.get(0).ownerDocument : null); + } else { + return $("#" + node.tId + exp, setting ? setting.treeObj : null); + } + }, + getMDom: function (setting, curDom, targetExpr) { + if (!curDom) return null; + while (curDom && curDom.id !== setting.treeId) { + for (var i=0, l=targetExpr.length; curDom.tagName && i 0 ); + }, + uCanDo: function(setting, e) { + return true; + } + }, + //method of operate ztree dom + view = { + addNodes: function(setting, parentNode, newNodes, isSilent) { + if (setting.data.keep.leaf && parentNode && !parentNode.isParent) { + return; + } + if (!tools.isArray(newNodes)) { + newNodes = [newNodes]; + } + if (setting.data.simpleData.enable) { + newNodes = data.transformTozTreeFormat(setting, newNodes); + } + if (parentNode) { + var target_switchObj = $$(parentNode, consts.id.SWITCH, setting), + target_icoObj = $$(parentNode, consts.id.ICON, setting), + target_ulObj = $$(parentNode, consts.id.UL, setting); + + if (!parentNode.open) { + view.replaceSwitchClass(parentNode, target_switchObj, consts.folder.CLOSE); + view.replaceIcoClass(parentNode, target_icoObj, consts.folder.CLOSE); + parentNode.open = false; + target_ulObj.css({ + "display": "none" + }); + } + + data.addNodesData(setting, parentNode, newNodes); + view.createNodes(setting, parentNode.level + 1, newNodes, parentNode); + if (!isSilent) { + view.expandCollapseParentNode(setting, parentNode, true); + } + } else { + data.addNodesData(setting, data.getRoot(setting), newNodes); + view.createNodes(setting, 0, newNodes, null); + } + }, + appendNodes: function(setting, level, nodes, parentNode, initFlag, openFlag) { + if (!nodes) return []; + var html = [], + childKey = setting.data.key.children; + for (var i = 0, l = nodes.length; i < l; i++) { + var node = nodes[i]; + if (initFlag) { + var tmpPNode = (parentNode) ? parentNode: data.getRoot(setting), + tmpPChild = tmpPNode[childKey], + isFirstNode = ((tmpPChild.length == nodes.length) && (i == 0)), + isLastNode = (i == (nodes.length - 1)); + data.initNode(setting, level, node, parentNode, isFirstNode, isLastNode, openFlag); + data.addNodeCache(setting, node); + } + + var childHtml = []; + if (node[childKey] && node[childKey].length > 0) { + //make child html first, because checkType + childHtml = view.appendNodes(setting, level + 1, node[childKey], node, initFlag, openFlag && node.open); + } + if (openFlag) { + + view.makeDOMNodeMainBefore(html, setting, node); + view.makeDOMNodeLine(html, setting, node); + data.getBeforeA(setting, node, html); + view.makeDOMNodeNameBefore(html, setting, node); + data.getInnerBeforeA(setting, node, html); + view.makeDOMNodeIcon(html, setting, node); + data.getInnerAfterA(setting, node, html); + view.makeDOMNodeNameAfter(html, setting, node); + data.getAfterA(setting, node, html); + if (node.isParent && node.open) { + view.makeUlHtml(setting, node, html, childHtml.join('')); + } + view.makeDOMNodeMainAfter(html, setting, node); + data.addCreatedNode(setting, node); + } + } + return html; + }, + appendParentULDom: function(setting, node) { + var html = [], + nObj = $$(node, setting); + if (!nObj.get(0) && !!node.parentTId) { + view.appendParentULDom(setting, node.getParentNode()); + nObj = $$(node, setting); + } + var ulObj = $$(node, consts.id.UL, setting); + if (ulObj.get(0)) { + ulObj.remove(); + } + var childKey = setting.data.key.children, + childHtml = view.appendNodes(setting, node.level+1, node[childKey], node, false, true); + view.makeUlHtml(setting, node, html, childHtml.join('')); + nObj.append(html.join('')); + }, + asyncNode: function(setting, node, isSilent, callback) { + var i, l; + if (node && !node.isParent) { + tools.apply(callback); + return false; + } else if (node && node.isAjaxing) { + return false; + } else if (tools.apply(setting.callback.beforeAsync, [setting.treeId, node], true) == false) { + tools.apply(callback); + return false; + } + if (node) { + node.isAjaxing = true; + var icoObj = $$(node, consts.id.ICON, setting); + icoObj.attr({"style":"", "class":consts.className.BUTTON + " " + consts.className.ICO_LOADING}); + } + + var tmpParam = {}; + for (i = 0, l = setting.async.autoParam.length; node && i < l; i++) { + var pKey = setting.async.autoParam[i].split("="), spKey = pKey; + if (pKey.length>1) { + spKey = pKey[1]; + pKey = pKey[0]; + } + tmpParam[spKey] = node[pKey]; + } + if (tools.isArray(setting.async.otherParam)) { + for (i = 0, l = setting.async.otherParam.length; i < l; i += 2) { + tmpParam[setting.async.otherParam[i]] = setting.async.otherParam[i + 1]; + } + } else { + for (var p in setting.async.otherParam) { + tmpParam[p] = setting.async.otherParam[p]; + } + } + + var _tmpV = data.getRoot(setting)._ver; + $.ajax({ + contentType: setting.async.contentType, + type: setting.async.type, + url: tools.apply(setting.async.url, [setting.treeId, node], setting.async.url), + data: tmpParam, + dataType: setting.async.dataType, + success: function(msg) { + if (_tmpV != data.getRoot(setting)._ver) { + return; + } + var newNodes = []; + try { + if (!msg || msg.length == 0) { + newNodes = []; + } else if (typeof msg == "string") { + newNodes = eval("(" + msg + ")"); + } else { + newNodes = msg; + } + } catch(err) { + newNodes = msg; + } + + if (node) { + node.isAjaxing = null; + node.zAsync = true; + } + view.setNodeLineIcos(setting, node); + if (newNodes && newNodes !== "") { + newNodes = tools.apply(setting.async.dataFilter, [setting.treeId, node, newNodes], newNodes); + view.addNodes(setting, node, !!newNodes ? tools.clone(newNodes) : [], !!isSilent); + } else { + view.addNodes(setting, node, [], !!isSilent); + } + setting.treeObj.trigger(consts.event.ASYNC_SUCCESS, [setting.treeId, node, msg]); + tools.apply(callback); + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + if (_tmpV != data.getRoot(setting)._ver) { + return; + } + if (node) node.isAjaxing = null; + view.setNodeLineIcos(setting, node); + setting.treeObj.trigger(consts.event.ASYNC_ERROR, [setting.treeId, node, XMLHttpRequest, textStatus, errorThrown]); + } + }); + return true; + }, + cancelPreSelectedNode: function (setting, node) { + var list = data.getRoot(setting).curSelectedList; + for (var i=0, j=list.length-1; j>=i; j--) { + if (!node || node === list[j]) { + $$(list[j], consts.id.A, setting).removeClass(consts.node.CURSELECTED); + if (node) { + data.removeSelectedNode(setting, node); + break; + } + } + } + if (!node) data.getRoot(setting).curSelectedList = []; + }, + createNodeCallback: function(setting) { + if (!!setting.callback.onNodeCreated || !!setting.view.addDiyDom) { + var root = data.getRoot(setting); + while (root.createdNodes.length>0) { + var node = root.createdNodes.shift(); + tools.apply(setting.view.addDiyDom, [setting.treeId, node]); + if (!!setting.callback.onNodeCreated) { + setting.treeObj.trigger(consts.event.NODECREATED, [setting.treeId, node]); + } + } + } + }, + createNodes: function(setting, level, nodes, parentNode) { + if (!nodes || nodes.length == 0) return; + var root = data.getRoot(setting), + childKey = setting.data.key.children, + openFlag = !parentNode || parentNode.open || !!$$(parentNode[childKey][0], setting).get(0); + root.createdNodes = []; + var zTreeHtml = view.appendNodes(setting, level, nodes, parentNode, true, openFlag); + if (!parentNode) { + setting.treeObj.append(zTreeHtml.join('')); + } else { + var ulObj = $$(parentNode, consts.id.UL, setting); + if (ulObj.get(0)) { + ulObj.append(zTreeHtml.join('')); + } + } + view.createNodeCallback(setting); + }, + destroy: function(setting) { + if (!setting) return; + data.initCache(setting); + data.initRoot(setting); + event.unbindTree(setting); + event.unbindEvent(setting); + setting.treeObj.empty(); + }, + expandCollapseNode: function(setting, node, expandFlag, animateFlag, callback) { + var root = data.getRoot(setting), + childKey = setting.data.key.children; + if (!node) { + tools.apply(callback, []); + return; + } + if (root.expandTriggerFlag) { + var _callback = callback; + callback = function(){ + if (_callback) _callback(); + if (node.open) { + setting.treeObj.trigger(consts.event.EXPAND, [setting.treeId, node]); + } else { + setting.treeObj.trigger(consts.event.COLLAPSE, [setting.treeId, node]); + } + }; + root.expandTriggerFlag = false; + } + if (!node.open && node.isParent && ((!$$(node, consts.id.UL, setting).get(0)) || (node[childKey] && node[childKey].length>0 && !$$(node[childKey][0], setting).get(0)))) { + view.appendParentULDom(setting, node); + view.createNodeCallback(setting); + } + if (node.open == expandFlag) { + tools.apply(callback, []); + return; + } + var ulObj = $$(node, consts.id.UL, setting), + switchObj = $$(node, consts.id.SWITCH, setting), + icoObj = $$(node, consts.id.ICON, setting); + + if (node.isParent) { + node.open = !node.open; + if (node.iconOpen && node.iconClose) { + icoObj.attr("style", view.makeNodeIcoStyle(setting, node)); + } + + if (node.open) { + view.replaceSwitchClass(node, switchObj, consts.folder.OPEN); + view.replaceIcoClass(node, icoObj, consts.folder.OPEN); + if (animateFlag == false || setting.view.expandSpeed == "") { + ulObj.show(); + tools.apply(callback, []); + } else { + if (node[childKey] && node[childKey].length > 0) { + ulObj.slideDown(setting.view.expandSpeed, callback); + } else { + ulObj.show(); + tools.apply(callback, []); + } + } + } else { + view.replaceSwitchClass(node, switchObj, consts.folder.CLOSE); + view.replaceIcoClass(node, icoObj, consts.folder.CLOSE); + if (animateFlag == false || setting.view.expandSpeed == "" || !(node[childKey] && node[childKey].length > 0)) { + ulObj.hide(); + tools.apply(callback, []); + } else { + ulObj.slideUp(setting.view.expandSpeed, callback); + } + } + } else { + tools.apply(callback, []); + } + }, + expandCollapseParentNode: function(setting, node, expandFlag, animateFlag, callback) { + if (!node) return; + if (!node.parentTId) { + view.expandCollapseNode(setting, node, expandFlag, animateFlag, callback); + return; + } else { + view.expandCollapseNode(setting, node, expandFlag, animateFlag); + } + if (node.parentTId) { + view.expandCollapseParentNode(setting, node.getParentNode(), expandFlag, animateFlag, callback); + } + }, + expandCollapseSonNode: function(setting, node, expandFlag, animateFlag, callback) { + var root = data.getRoot(setting), + childKey = setting.data.key.children, + treeNodes = (node) ? node[childKey]: root[childKey], + selfAnimateSign = (node) ? false : animateFlag, + expandTriggerFlag = data.getRoot(setting).expandTriggerFlag; + data.getRoot(setting).expandTriggerFlag = false; + if (treeNodes) { + for (var i = 0, l = treeNodes.length; i < l; i++) { + if (treeNodes[i]) view.expandCollapseSonNode(setting, treeNodes[i], expandFlag, selfAnimateSign); + } + } + data.getRoot(setting).expandTriggerFlag = expandTriggerFlag; + view.expandCollapseNode(setting, node, expandFlag, animateFlag, callback ); + }, + makeDOMNodeIcon: function(html, setting, node) { + var nameStr = data.getNodeName(setting, node), + name = setting.view.nameIsHTML ? nameStr : nameStr.replace(/&/g,'&').replace(//g,'>'); + html.push("",name,""); + }, + makeDOMNodeLine: function(html, setting, node) { + html.push(""); + }, + makeDOMNodeMainAfter: function(html, setting, node) { + html.push(""); + }, + makeDOMNodeMainBefore: function(html, setting, node) { + html.push("
                • "); + }, + makeDOMNodeNameAfter: function(html, setting, node) { + html.push(""); + }, + makeDOMNodeNameBefore: function(html, setting, node) { + var title = data.getNodeTitle(setting, node), + url = view.makeNodeUrl(setting, node), + fontcss = view.makeNodeFontCss(setting, node), + fontStyle = []; + for (var f in fontcss) { + fontStyle.push(f, ":", fontcss[f], ";"); + } + html.push(" 0) ? "href='" + url + "'" : ""), " target='",view.makeNodeTarget(node),"' style='", fontStyle.join(''), + "'"); + if (tools.apply(setting.view.showTitle, [setting.treeId, node], setting.view.showTitle) && title) {html.push("title='", title.replace(/'/g,"'").replace(//g,'>'),"'");} + html.push(">"); + }, + makeNodeFontCss: function(setting, node) { + var fontCss = tools.apply(setting.view.fontCss, [setting.treeId, node], setting.view.fontCss); + return (fontCss && ((typeof fontCss) != "function")) ? fontCss : {}; + }, + makeNodeIcoClass: function(setting, node) { + var icoCss = ["ico"]; + if (!node.isAjaxing) { + icoCss[0] = (node.iconSkin ? node.iconSkin + "_" : "") + icoCss[0]; + if (node.isParent) { + icoCss.push(node.open ? consts.folder.OPEN : consts.folder.CLOSE); + } else { + icoCss.push(consts.folder.DOCU); + } + } + return consts.className.BUTTON + " " + icoCss.join('_'); + }, + makeNodeIcoStyle: function(setting, node) { + var icoStyle = []; + if (!node.isAjaxing) { + var icon = (node.isParent && node.iconOpen && node.iconClose) ? (node.open ? node.iconOpen : node.iconClose) : node.icon; + if (icon) icoStyle.push("background:url(", icon, ") 0 0 no-repeat;"); + if (setting.view.showIcon == false || !tools.apply(setting.view.showIcon, [setting.treeId, node], true)) { + icoStyle.push("width:0px;height:0px;"); + } + } + return icoStyle.join(''); + }, + makeNodeLineClass: function(setting, node) { + var lineClass = []; + if (setting.view.showLine) { + if (node.level == 0 && node.isFirstNode && node.isLastNode) { + lineClass.push(consts.line.ROOT); + } else if (node.level == 0 && node.isFirstNode) { + lineClass.push(consts.line.ROOTS); + } else if (node.isLastNode) { + lineClass.push(consts.line.BOTTOM); + } else { + lineClass.push(consts.line.CENTER); + } + } else { + lineClass.push(consts.line.NOLINE); + } + if (node.isParent) { + lineClass.push(node.open ? consts.folder.OPEN : consts.folder.CLOSE); + } else { + lineClass.push(consts.folder.DOCU); + } + return view.makeNodeLineClassEx(node) + lineClass.join('_'); + }, + makeNodeLineClassEx: function(node) { + return consts.className.BUTTON + " " + consts.className.LEVEL + node.level + " " + consts.className.SWITCH + " "; + }, + makeNodeTarget: function(node) { + return (node.target || "_blank"); + }, + makeNodeUrl: function(setting, node) { + var urlKey = setting.data.key.url; + return node[urlKey] ? node[urlKey] : null; + }, + makeUlHtml: function(setting, node, html, content) { + html.push("
                    "); + html.push(content); + html.push("
                  "); + }, + makeUlLineClass: function(setting, node) { + return ((setting.view.showLine && !node.isLastNode) ? consts.line.LINE : ""); + }, + removeChildNodes: function(setting, node) { + if (!node) return; + var childKey = setting.data.key.children, + nodes = node[childKey]; + if (!nodes) return; + + for (var i = 0, l = nodes.length; i < l; i++) { + data.removeNodeCache(setting, nodes[i]); + } + data.removeSelectedNode(setting); + delete node[childKey]; + + if (!setting.data.keep.parent) { + node.isParent = false; + node.open = false; + var tmp_switchObj = $$(node, consts.id.SWITCH, setting), + tmp_icoObj = $$(node, consts.id.ICON, setting); + view.replaceSwitchClass(node, tmp_switchObj, consts.folder.DOCU); + view.replaceIcoClass(node, tmp_icoObj, consts.folder.DOCU); + $$(node, consts.id.UL, setting).remove(); + } else { + $$(node, consts.id.UL, setting).empty(); + } + }, + setFirstNode: function(setting, parentNode) { + var childKey = setting.data.key.children, childLength = parentNode[childKey].length; + if ( childLength > 0) { + parentNode[childKey][0].isFirstNode = true; + } + }, + setLastNode: function(setting, parentNode) { + var childKey = setting.data.key.children, childLength = parentNode[childKey].length; + if ( childLength > 0) { + parentNode[childKey][childLength - 1].isLastNode = true; + } + }, + removeNode: function(setting, node) { + var root = data.getRoot(setting), + childKey = setting.data.key.children, + parentNode = (node.parentTId) ? node.getParentNode() : root; + + node.isFirstNode = false; + node.isLastNode = false; + node.getPreNode = function() {return null;}; + node.getNextNode = function() {return null;}; + + if (!data.getNodeCache(setting, node.tId)) { + return; + } + + $$(node, setting).remove(); + data.removeNodeCache(setting, node); + data.removeSelectedNode(setting, node); + + for (var i = 0, l = parentNode[childKey].length; i < l; i++) { + if (parentNode[childKey][i].tId == node.tId) { + parentNode[childKey].splice(i, 1); + break; + } + } + view.setFirstNode(setting, parentNode); + view.setLastNode(setting, parentNode); + + var tmp_ulObj,tmp_switchObj,tmp_icoObj, + childLength = parentNode[childKey].length; + + //repair nodes old parent + if (!setting.data.keep.parent && childLength == 0) { + //old parentNode has no child nodes + parentNode.isParent = false; + parentNode.open = false; + tmp_ulObj = $$(parentNode, consts.id.UL, setting); + tmp_switchObj = $$(parentNode, consts.id.SWITCH, setting); + tmp_icoObj = $$(parentNode, consts.id.ICON, setting); + view.replaceSwitchClass(parentNode, tmp_switchObj, consts.folder.DOCU); + view.replaceIcoClass(parentNode, tmp_icoObj, consts.folder.DOCU); + tmp_ulObj.css("display", "none"); + + } else if (setting.view.showLine && childLength > 0) { + //old parentNode has child nodes + var newLast = parentNode[childKey][childLength - 1]; + tmp_ulObj = $$(newLast, consts.id.UL, setting); + tmp_switchObj = $$(newLast, consts.id.SWITCH, setting); + tmp_icoObj = $$(newLast, consts.id.ICON, setting); + if (parentNode == root) { + if (parentNode[childKey].length == 1) { + //node was root, and ztree has only one root after move node + view.replaceSwitchClass(newLast, tmp_switchObj, consts.line.ROOT); + } else { + var tmp_first_switchObj = $$(parentNode[childKey][0], consts.id.SWITCH, setting); + view.replaceSwitchClass(parentNode[childKey][0], tmp_first_switchObj, consts.line.ROOTS); + view.replaceSwitchClass(newLast, tmp_switchObj, consts.line.BOTTOM); + } + } else { + view.replaceSwitchClass(newLast, tmp_switchObj, consts.line.BOTTOM); + } + tmp_ulObj.removeClass(consts.line.LINE); + } + }, + replaceIcoClass: function(node, obj, newName) { + if (!obj || node.isAjaxing) return; + var tmpName = obj.attr("class"); + if (tmpName == undefined) return; + var tmpList = tmpName.split("_"); + switch (newName) { + case consts.folder.OPEN: + case consts.folder.CLOSE: + case consts.folder.DOCU: + tmpList[tmpList.length-1] = newName; + break; + } + obj.attr("class", tmpList.join("_")); + }, + replaceSwitchClass: function(node, obj, newName) { + if (!obj) return; + var tmpName = obj.attr("class"); + if (tmpName == undefined) return; + var tmpList = tmpName.split("_"); + switch (newName) { + case consts.line.ROOT: + case consts.line.ROOTS: + case consts.line.CENTER: + case consts.line.BOTTOM: + case consts.line.NOLINE: + tmpList[0] = view.makeNodeLineClassEx(node) + newName; + break; + case consts.folder.OPEN: + case consts.folder.CLOSE: + case consts.folder.DOCU: + tmpList[1] = newName; + break; + } + obj.attr("class", tmpList.join("_")); + if (newName !== consts.folder.DOCU) { + obj.removeAttr("disabled"); + } else { + obj.attr("disabled", "disabled"); + } + }, + selectNode: function(setting, node, addFlag) { + if (!addFlag) { + view.cancelPreSelectedNode(setting); + } + $$(node, consts.id.A, setting).addClass(consts.node.CURSELECTED); + data.addSelectedNode(setting, node); + }, + setNodeFontCss: function(setting, treeNode) { + var aObj = $$(treeNode, consts.id.A, setting), + fontCss = view.makeNodeFontCss(setting, treeNode); + if (fontCss) { + aObj.css(fontCss); + } + }, + setNodeLineIcos: function(setting, node) { + if (!node) return; + var switchObj = $$(node, consts.id.SWITCH, setting), + ulObj = $$(node, consts.id.UL, setting), + icoObj = $$(node, consts.id.ICON, setting), + ulLine = view.makeUlLineClass(setting, node); + if (ulLine.length==0) { + ulObj.removeClass(consts.line.LINE); + } else { + ulObj.addClass(ulLine); + } + switchObj.attr("class", view.makeNodeLineClass(setting, node)); + if (node.isParent) { + switchObj.removeAttr("disabled"); + } else { + switchObj.attr("disabled", "disabled"); + } + icoObj.removeAttr("style"); + icoObj.attr("style", view.makeNodeIcoStyle(setting, node)); + icoObj.attr("class", view.makeNodeIcoClass(setting, node)); + }, + setNodeName: function(setting, node) { + var title = data.getNodeTitle(setting, node), + nObj = $$(node, consts.id.SPAN, setting); + nObj.empty(); + if (setting.view.nameIsHTML) { + nObj.html(data.getNodeName(setting, node)); + } else { + nObj.text(data.getNodeName(setting, node)); + } + if (tools.apply(setting.view.showTitle, [setting.treeId, node], setting.view.showTitle)) { + var aObj = $$(node, consts.id.A, setting); + aObj.attr("title", !title ? "" : title); + } + }, + setNodeTarget: function(setting, node) { + var aObj = $$(node, consts.id.A, setting); + aObj.attr("target", view.makeNodeTarget(node)); + }, + setNodeUrl: function(setting, node) { + var aObj = $$(node, consts.id.A, setting), + url = view.makeNodeUrl(setting, node); + if (url == null || url.length == 0) { + aObj.removeAttr("href"); + } else { + aObj.attr("href", url); + } + }, + switchNode: function(setting, node) { + if (node.open || !tools.canAsync(setting, node)) { + view.expandCollapseNode(setting, node, !node.open); + } else if (setting.async.enable) { + if (!view.asyncNode(setting, node)) { + view.expandCollapseNode(setting, node, !node.open); + return; + } + } else if (node) { + view.expandCollapseNode(setting, node, !node.open); + } + } + }; + // zTree defind + $.fn.zTree = { + consts : _consts, + _z : { + tools: tools, + view: view, + event: event, + data: data + }, + getZTreeObj: function(treeId) { + var o = data.getZTreeTools(treeId); + return o ? o : null; + }, + destroy: function(treeId) { + if (!!treeId && treeId.length > 0) { + view.destroy(data.getSetting(treeId)); + } else { + for(var s in settings) { + view.destroy(settings[s]); + } + } + }, + init: function(obj, zSetting, zNodes) { + var setting = tools.clone(_setting); + $.extend(true, setting, zSetting); + setting.treeId = obj.attr("id"); + setting.treeObj = obj; + setting.treeObj.empty(); + settings[setting.treeId] = setting; + //For some older browser,(e.g., ie6) + if(typeof document.body.style.maxHeight === "undefined") { + setting.view.expandSpeed = ""; + } + data.initRoot(setting); + var root = data.getRoot(setting), + childKey = setting.data.key.children; + zNodes = zNodes ? tools.clone(tools.isArray(zNodes)? zNodes : [zNodes]) : []; + if (setting.data.simpleData.enable) { + root[childKey] = data.transformTozTreeFormat(setting, zNodes); + } else { + root[childKey] = zNodes; + } + + data.initCache(setting); + event.unbindTree(setting); + event.bindTree(setting); + event.unbindEvent(setting); + event.bindEvent(setting); + + var zTreeTools = { + setting : setting, + addNodes : function(parentNode, newNodes, isSilent) { + if (!newNodes) return null; + if (!parentNode) parentNode = null; + if (parentNode && !parentNode.isParent && setting.data.keep.leaf) return null; + var xNewNodes = tools.clone(tools.isArray(newNodes)? newNodes: [newNodes]); + function addCallback() { + view.addNodes(setting, parentNode, xNewNodes, (isSilent==true)); + } + + if (tools.canAsync(setting, parentNode)) { + view.asyncNode(setting, parentNode, isSilent, addCallback); + } else { + addCallback(); + } + return xNewNodes; + }, + cancelSelectedNode : function(node) { + view.cancelPreSelectedNode(setting, node); + }, + destroy : function() { + view.destroy(setting); + }, + expandAll : function(expandFlag) { + expandFlag = !!expandFlag; + view.expandCollapseSonNode(setting, null, expandFlag, true); + return expandFlag; + }, + expandNode : function(node, expandFlag, sonSign, focus, callbackFlag) { + if (!node || !node.isParent) return null; + if (expandFlag !== true && expandFlag !== false) { + expandFlag = !node.open; + } + callbackFlag = !!callbackFlag; + + if (callbackFlag && expandFlag && (tools.apply(setting.callback.beforeExpand, [setting.treeId, node], true) == false)) { + return null; + } else if (callbackFlag && !expandFlag && (tools.apply(setting.callback.beforeCollapse, [setting.treeId, node], true) == false)) { + return null; + } + if (expandFlag && node.parentTId) { + view.expandCollapseParentNode(setting, node.getParentNode(), expandFlag, false); + } + if (expandFlag === node.open && !sonSign) { + return null; + } + + data.getRoot(setting).expandTriggerFlag = callbackFlag; + if (!tools.canAsync(setting, node) && sonSign) { + view.expandCollapseSonNode(setting, node, expandFlag, true, function() { + if (focus !== false) {try{$$(node, setting).focus().blur();}catch(e){}} + }); + } else { + node.open = !expandFlag; + view.switchNode(this.setting, node); + if (focus !== false) {try{$$(node, setting).focus().blur();}catch(e){}} + } + return expandFlag; + }, + getNodes : function() { + return data.getNodes(setting); + }, + getNodeByParam : function(key, value, parentNode) { + if (!key) return null; + return data.getNodeByParam(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), key, value); + }, + getNodeByTId : function(tId) { + return data.getNodeCache(setting, tId); + }, + getNodesByParam : function(key, value, parentNode) { + if (!key) return null; + return data.getNodesByParam(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), key, value); + }, + getNodesByParamFuzzy : function(key, value, parentNode) { + if (!key) return null; + return data.getNodesByParamFuzzy(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), key, value); + }, + getNodesByFilter: function(filter, isSingle, parentNode, invokeParam) { + isSingle = !!isSingle; + if (!filter || (typeof filter != "function")) return (isSingle ? null : []); + return data.getNodesByFilter(setting, parentNode?parentNode[setting.data.key.children]:data.getNodes(setting), filter, isSingle, invokeParam); + }, + getNodeIndex : function(node) { + if (!node) return null; + var childKey = setting.data.key.children, + parentNode = (node.parentTId) ? node.getParentNode() : data.getRoot(setting); + for (var i=0, l = parentNode[childKey].length; i < l; i++) { + if (parentNode[childKey][i] == node) return i; + } + return -1; + }, + getSelectedNodes : function() { + var r = [], list = data.getRoot(setting).curSelectedList; + for (var i=0, l=list.length; i 0) { + view.createNodes(setting, 0, root[childKey]); + } else if (setting.async.enable && setting.async.url && setting.async.url !== '') { + view.asyncNode(setting); + } + return zTreeTools; + } + }; + + var zt = $.fn.zTree, + $$ = tools.$, + consts = zt.consts; +})(jQuery); \ No newline at end of file diff --git a/htdocs/js/ztree/js/jquery.ztree.core-3.5.min.js b/htdocs/js/ztree/js/jquery.ztree.core-3.5.min.js new file mode 100644 index 000000000..42ab8b44a --- /dev/null +++ b/htdocs/js/ztree/js/jquery.ztree.core-3.5.min.js @@ -0,0 +1,68 @@ +/* + * JQuery zTree core v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function(p){var G,H,I,J,K,L,r={},u={},v={},M={treeId:"",treeObj:null,view:{addDiyDom:null,autoCancelSelected:!0,dblClickExpand:!0,expandSpeed:"fast",fontCss:{},nameIsHTML:!1,selectedMulti:!0,showIcon:!0,showLine:!0,showTitle:!0,txtSelectedEnable:!1},data:{key:{children:"children",name:"name",title:"",url:"url"},simpleData:{enable:!1,idKey:"id",pIdKey:"pId",rootPId:null},keep:{parent:!1,leaf:!1}},async:{enable:!1,contentType:"application/x-www-form-urlencoded",type:"post",dataType:"text",url:"",autoParam:[], +otherParam:[],dataFilter:null},callback:{beforeAsync:null,beforeClick:null,beforeDblClick:null,beforeRightClick:null,beforeMouseDown:null,beforeMouseUp:null,beforeExpand:null,beforeCollapse:null,beforeRemove:null,onAsyncError:null,onAsyncSuccess:null,onNodeCreated:null,onClick:null,onDblClick:null,onRightClick:null,onMouseDown:null,onMouseUp:null,onExpand:null,onCollapse:null,onRemove:null}},w=[function(b){var a=b.treeObj,c=e.event;a.bind(c.NODECREATED,function(a,c,g){j.apply(b.callback.onNodeCreated, +[a,c,g])});a.bind(c.CLICK,function(a,c,g,l,h){j.apply(b.callback.onClick,[c,g,l,h])});a.bind(c.EXPAND,function(a,c,g){j.apply(b.callback.onExpand,[a,c,g])});a.bind(c.COLLAPSE,function(a,c,g){j.apply(b.callback.onCollapse,[a,c,g])});a.bind(c.ASYNC_SUCCESS,function(a,c,g,l){j.apply(b.callback.onAsyncSuccess,[a,c,g,l])});a.bind(c.ASYNC_ERROR,function(a,c,g,l,h,e){j.apply(b.callback.onAsyncError,[a,c,g,l,h,e])})}],x=[function(b){var a=e.event;b.treeObj.unbind(a.NODECREATED).unbind(a.CLICK).unbind(a.EXPAND).unbind(a.COLLAPSE).unbind(a.ASYNC_SUCCESS).unbind(a.ASYNC_ERROR)}], +y=[function(b){var a=h.getCache(b);a||(a={},h.setCache(b,a));a.nodes=[];a.doms=[]}],z=[function(b,a,c,d,f,g){if(c){var l=h.getRoot(b),e=b.data.key.children;c.level=a;c.tId=b.treeId+"_"+ ++l.zId;c.parentTId=d?d.tId:null;c.open=typeof c.open=="string"?j.eqs(c.open,"true"):!!c.open;c[e]&&c[e].length>0?(c.isParent=!0,c.zAsync=!0):(c.isParent=typeof c.isParent=="string"?j.eqs(c.isParent,"true"):!!c.isParent,c.open=c.isParent&&!b.async.enable?c.open:!1,c.zAsync=!c.isParent);c.isFirstNode=f;c.isLastNode= +g;c.getParentNode=function(){return h.getNodeCache(b,c.parentTId)};c.getPreNode=function(){return h.getPreNode(b,c)};c.getNextNode=function(){return h.getNextNode(b,c)};c.isAjaxing=!1;h.fixPIdKeyValue(b,c)}}],s=[function(b){var a=b.target,c=h.getSetting(b.data.treeId),d="",f=null,g="",l="",i=null,n=null,k=null;if(j.eqs(b.type,"mousedown"))l="mousedown";else if(j.eqs(b.type,"mouseup"))l="mouseup";else if(j.eqs(b.type,"contextmenu"))l="contextmenu";else if(j.eqs(b.type,"click"))if(j.eqs(a.tagName,"span")&& +a.getAttribute("treeNode"+e.id.SWITCH)!==null)d=j.getNodeMainDom(a).id,g="switchNode";else{if(k=j.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+e.id.A}]))d=j.getNodeMainDom(k).id,g="clickNode"}else if(j.eqs(b.type,"dblclick")&&(l="dblclick",k=j.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+e.id.A}])))d=j.getNodeMainDom(k).id,g="switchNode";if(l.length>0&&d.length==0&&(k=j.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+e.id.A}])))d=j.getNodeMainDom(k).id;if(d.length>0)switch(f=h.getNodeCache(c,d),g){case "switchNode":f.isParent? +j.eqs(b.type,"click")||j.eqs(b.type,"dblclick")&&j.apply(c.view.dblClickExpand,[c.treeId,f],c.view.dblClickExpand)?i=G:g="":g="";break;case "clickNode":i=H}switch(l){case "mousedown":n=I;break;case "mouseup":n=J;break;case "dblclick":n=K;break;case "contextmenu":n=L}return{stop:!1,node:f,nodeEventType:g,nodeEventCallback:i,treeEventType:l,treeEventCallback:n}}],A=[function(b){var a=h.getRoot(b);a||(a={},h.setRoot(b,a));a[b.data.key.children]=[];a.expandTriggerFlag=!1;a.curSelectedList=[];a.noSelection= +!0;a.createdNodes=[];a.zId=0;a._ver=(new Date).getTime()}],B=[],C=[],D=[],E=[],F=[],h={addNodeCache:function(b,a){h.getCache(b).nodes[h.getNodeCacheId(a.tId)]=a},getNodeCacheId:function(b){return b.substring(b.lastIndexOf("_")+1)},addAfterA:function(b){C.push(b)},addBeforeA:function(b){B.push(b)},addInnerAfterA:function(b){E.push(b)},addInnerBeforeA:function(b){D.push(b)},addInitBind:function(b){w.push(b)},addInitUnBind:function(b){x.push(b)},addInitCache:function(b){y.push(b)},addInitNode:function(b){z.push(b)}, +addInitProxy:function(b,a){a?s.splice(0,0,b):s.push(b)},addInitRoot:function(b){A.push(b)},addNodesData:function(b,a,c){var d=b.data.key.children;a[d]||(a[d]=[]);if(a[d].length>0)a[d][a[d].length-1].isLastNode=!1,i.setNodeLineIcos(b,a[d][a[d].length-1]);a.isParent=!0;a[d]=a[d].concat(c)},addSelectedNode:function(b,a){var c=h.getRoot(b);h.isSelectedNode(b,a)||c.curSelectedList.push(a)},addCreatedNode:function(b,a){(b.callback.onNodeCreated||b.view.addDiyDom)&&h.getRoot(b).createdNodes.push(a)},addZTreeTools:function(b){F.push(b)}, +exSetting:function(b){p.extend(!0,M,b)},fixPIdKeyValue:function(b,a){b.data.simpleData.enable&&(a[b.data.simpleData.pIdKey]=a.parentTId?a.getParentNode()[b.data.simpleData.idKey]:b.data.simpleData.rootPId)},getAfterA:function(b,a,c){for(var d=0,f=C.length;d-1&&g.push(a[l]),g=g.concat(h.getNodesByParamFuzzy(b,a[l][f],c,d));return g},getNodesByFilter:function(b,a,c,d,f){if(!a)return d?null:[];for(var g=b.data.key.children,e=d?null:[],i=0,n=a.length;i0)},clone:function(b){if(b===null)return null;var a=j.isArray(b)?[]:{},c;for(c in b)a[c]=b[c]instanceof Date?new Date(b[c].getTime()):typeof b[c]==="object"?arguments.callee(b[c]):b[c];return a},eqs:function(b,a){return b.toLowerCase()===a.toLowerCase()},isArray:function(b){return Object.prototype.toString.apply(b)==="[object Array]"},$:function(b,a, +c){a&&typeof a!="string"&&(c=a,a="");return typeof b=="string"?p(b,c?c.treeObj.get(0).ownerDocument:null):p("#"+b.tId+a,c?c.treeObj:null)},getMDom:function(b,a,c){if(!a)return null;for(;a&&a.id!==b.treeId;){for(var d=0,f=c.length;a.tagName&&d0},uCanDo:function(){return!0}},i={addNodes:function(b,a,c,d){if(!b.data.keep.leaf||!a||a.isParent)if(j.isArray(c)||(c=[c]),b.data.simpleData.enable&&(c=h.transformTozTreeFormat(b,c)),a){var f=k(a,e.id.SWITCH,b),g=k(a,e.id.ICON,b),l=k(a,e.id.UL,b);if(!a.open)i.replaceSwitchClass(a,f,e.folder.CLOSE),i.replaceIcoClass(a,g,e.folder.CLOSE),a.open=!1,l.css({display:"none"});h.addNodesData(b,a,c);i.createNodes(b,a.level+1,c,a);d||i.expandCollapseParentNode(b,a,!0)}else h.addNodesData(b,h.getRoot(b), +c),i.createNodes(b,0,c,null)},appendNodes:function(b,a,c,d,f,g){if(!c)return[];for(var e=[],j=b.data.key.children,k=0,m=c.length;k0&&(t=i.appendNodes(b,a+1,o[j],o,f,g&&o.open));g&&(i.makeDOMNodeMainBefore(e,b,o),i.makeDOMNodeLine(e,b,o),h.getBeforeA(b,o,e),i.makeDOMNodeNameBefore(e,b,o),h.getInnerBeforeA(b,o,e),i.makeDOMNodeIcon(e,b,o),h.getInnerAfterA(b, +o,e),i.makeDOMNodeNameAfter(e,b,o),h.getAfterA(b,o,e),o.isParent&&o.open&&i.makeUlHtml(b,o,e,t.join("")),i.makeDOMNodeMainAfter(e,b,o),h.addCreatedNode(b,o))}return e},appendParentULDom:function(b,a){var c=[],d=k(a,b);!d.get(0)&&a.parentTId&&(i.appendParentULDom(b,a.getParentNode()),d=k(a,b));var f=k(a,e.id.UL,b);f.get(0)&&f.remove();f=i.appendNodes(b,a.level+1,a[b.data.key.children],a,!1,!0);i.makeUlHtml(b,a,c,f.join(""));d.append(c.join(""))},asyncNode:function(b,a,c,d){var f,g;if(a&&!a.isParent)return j.apply(d), +!1;else if(a&&a.isAjaxing)return!1;else if(j.apply(b.callback.beforeAsync,[b.treeId,a],!0)==!1)return j.apply(d),!1;if(a)a.isAjaxing=!0,k(a,e.id.ICON,b).attr({style:"","class":e.className.BUTTON+" "+e.className.ICO_LOADING});var l={};for(f=0,g=b.async.autoParam.length;a&&f1&&(n=q[1],q=q[0]);l[n]=a[q]}if(j.isArray(b.async.otherParam))for(f=0,g=b.async.otherParam.length;f=0;d--)if(!a||a===c[d])if(k(c[d],e.id.A,b).removeClass(e.node.CURSELECTED),a){h.removeSelectedNode(b,a);break}if(!a)h.getRoot(b).curSelectedList=[]},createNodeCallback:function(b){if(b.callback.onNodeCreated||b.view.addDiyDom)for(var a= +h.getRoot(b);a.createdNodes.length>0;){var c=a.createdNodes.shift();j.apply(b.view.addDiyDom,[b.treeId,c]);b.callback.onNodeCreated&&b.treeObj.trigger(e.event.NODECREATED,[b.treeId,c])}},createNodes:function(b,a,c,d){if(c&&c.length!=0){var f=h.getRoot(b),g=b.data.key.children,g=!d||d.open||!!k(d[g][0],b).get(0);f.createdNodes=[];a=i.appendNodes(b,a,c,d,!0,g);d?(d=k(d,e.id.UL,b),d.get(0)&&d.append(a.join(""))):b.treeObj.append(a.join(""));i.createNodeCallback(b)}},destroy:function(b){b&&(h.initCache(b), +h.initRoot(b),m.unbindTree(b),m.unbindEvent(b),b.treeObj.empty())},expandCollapseNode:function(b,a,c,d,f){var g=h.getRoot(b),l=b.data.key.children;if(a){if(g.expandTriggerFlag){var q=f,f=function(){q&&q();a.open?b.treeObj.trigger(e.event.EXPAND,[b.treeId,a]):b.treeObj.trigger(e.event.COLLAPSE,[b.treeId,a])};g.expandTriggerFlag=!1}if(!a.open&&a.isParent&&(!k(a,e.id.UL,b).get(0)||a[l]&&a[l].length>0&&!k(a[l][0],b).get(0)))i.appendParentULDom(b,a),i.createNodeCallback(b);if(a.open==c)j.apply(f,[]);else{var c= +k(a,e.id.UL,b),g=k(a,e.id.SWITCH,b),n=k(a,e.id.ICON,b);a.isParent?(a.open=!a.open,a.iconOpen&&a.iconClose&&n.attr("style",i.makeNodeIcoStyle(b,a)),a.open?(i.replaceSwitchClass(a,g,e.folder.OPEN),i.replaceIcoClass(a,n,e.folder.OPEN),d==!1||b.view.expandSpeed==""?(c.show(),j.apply(f,[])):a[l]&&a[l].length>0?c.slideDown(b.view.expandSpeed,f):(c.show(),j.apply(f,[]))):(i.replaceSwitchClass(a,g,e.folder.CLOSE),i.replaceIcoClass(a,n,e.folder.CLOSE),d==!1||b.view.expandSpeed==""||!(a[l]&&a[l].length>0)? +(c.hide(),j.apply(f,[])):c.slideUp(b.view.expandSpeed,f))):j.apply(f,[])}}else j.apply(f,[])},expandCollapseParentNode:function(b,a,c,d,f){a&&(a.parentTId?(i.expandCollapseNode(b,a,c,d),a.parentTId&&i.expandCollapseParentNode(b,a.getParentNode(),c,d,f)):i.expandCollapseNode(b,a,c,d,f))},expandCollapseSonNode:function(b,a,c,d,f){var g=h.getRoot(b),e=b.data.key.children,g=a?a[e]:g[e],e=a?!1:d,j=h.getRoot(b).expandTriggerFlag;h.getRoot(b).expandTriggerFlag=!1;if(g)for(var k=0,m=g.length;k/g,">");b.push("",d,"")},makeDOMNodeLine:function(b,a,c){b.push("")},makeDOMNodeMainAfter:function(b){b.push("
                • ")},makeDOMNodeMainBefore:function(b,a,c){b.push("
                • ")},makeDOMNodeNameAfter:function(b){b.push("")},makeDOMNodeNameBefore:function(b,a,c){var d=h.getNodeTitle(a,c),f=i.makeNodeUrl(a,c),g=i.makeNodeFontCss(a,c),l=[],k;for(k in g)l.push(k,":",g[k],";");b.push("0?"href='"+f+"'":""," target='",i.makeNodeTarget(c),"' style='",l.join(""),"'");j.apply(a.view.showTitle,[a.treeId,c],a.view.showTitle)&&d&&b.push("title='",d.replace(/'/g,"'").replace(//g,">"),"'");b.push(">")},makeNodeFontCss:function(b,a){var c=j.apply(b.view.fontCss,[b.treeId,a],b.view.fontCss);return c&&typeof c!="function"?c:{}},makeNodeIcoClass:function(b, +a){var c=["ico"];a.isAjaxing||(c[0]=(a.iconSkin?a.iconSkin+"_":"")+c[0],a.isParent?c.push(a.open?e.folder.OPEN:e.folder.CLOSE):c.push(e.folder.DOCU));return e.className.BUTTON+" "+c.join("_")},makeNodeIcoStyle:function(b,a){var c=[];if(!a.isAjaxing){var d=a.isParent&&a.iconOpen&&a.iconClose?a.open?a.iconOpen:a.iconClose:a.icon;d&&c.push("background:url(",d,") 0 0 no-repeat;");(b.view.showIcon==!1||!j.apply(b.view.showIcon,[b.treeId,a],!0))&&c.push("width:0px;height:0px;")}return c.join("")},makeNodeLineClass:function(b, +a){var c=[];b.view.showLine?a.level==0&&a.isFirstNode&&a.isLastNode?c.push(e.line.ROOT):a.level==0&&a.isFirstNode?c.push(e.line.ROOTS):a.isLastNode?c.push(e.line.BOTTOM):c.push(e.line.CENTER):c.push(e.line.NOLINE);a.isParent?c.push(a.open?e.folder.OPEN:e.folder.CLOSE):c.push(e.folder.DOCU);return i.makeNodeLineClassEx(a)+c.join("_")},makeNodeLineClassEx:function(b){return e.className.BUTTON+" "+e.className.LEVEL+b.level+" "+e.className.SWITCH+" "},makeNodeTarget:function(b){return b.target||"_blank"}, +makeNodeUrl:function(b,a){var c=b.data.key.url;return a[c]?a[c]:null},makeUlHtml:function(b,a,c,d){c.push("
                    ");c.push(d);c.push("
                  ")},makeUlLineClass:function(b,a){return b.view.showLine&&!a.isLastNode?e.line.LINE:""},removeChildNodes:function(b,a){if(a){var c=b.data.key.children,d=a[c];if(d){for(var f=0,g=d.length;f0)a[c][0].isFirstNode=!0},setLastNode:function(b,a){var c=b.data.key.children,d=a[c].length;if(d>0)a[c][d-1].isLastNode=!0},removeNode:function(b,a){var c=h.getRoot(b),d=b.data.key.children,f=a.parentTId?a.getParentNode(): +c;a.isFirstNode=!1;a.isLastNode=!1;a.getPreNode=function(){return null};a.getNextNode=function(){return null};if(h.getNodeCache(b,a.tId)){k(a,b).remove();h.removeNodeCache(b,a);h.removeSelectedNode(b,a);for(var g=0,l=f[d].length;g0){var n=f[d][g-1],g=k(n,e.id.UL,b),l=k(n,e.id.SWITCH,b);j=k(n,e.id.ICON,b);f==c?f[d].length==1?i.replaceSwitchClass(n,l,e.line.ROOT):(c=k(f[d][0],e.id.SWITCH,b),i.replaceSwitchClass(f[d][0],c,e.line.ROOTS),i.replaceSwitchClass(n,l,e.line.BOTTOM)):i.replaceSwitchClass(n,l,e.line.BOTTOM);g.removeClass(e.line.LINE)}}},replaceIcoClass:function(b,a,c){if(a&&!b.isAjaxing&&(b=a.attr("class"),b!=void 0)){b=b.split("_");switch(c){case e.folder.OPEN:case e.folder.CLOSE:case e.folder.DOCU:b[b.length- +1]=c}a.attr("class",b.join("_"))}},replaceSwitchClass:function(b,a,c){if(a){var d=a.attr("class");if(d!=void 0){d=d.split("_");switch(c){case e.line.ROOT:case e.line.ROOTS:case e.line.CENTER:case e.line.BOTTOM:case e.line.NOLINE:d[0]=i.makeNodeLineClassEx(b)+c;break;case e.folder.OPEN:case e.folder.CLOSE:case e.folder.DOCU:d[1]=c}a.attr("class",d.join("_"));c!==e.folder.DOCU?a.removeAttr("disabled"):a.attr("disabled","disabled")}}},selectNode:function(b,a,c){c||i.cancelPreSelectedNode(b);k(a,e.id.A, +b).addClass(e.node.CURSELECTED);h.addSelectedNode(b,a)},setNodeFontCss:function(b,a){var c=k(a,e.id.A,b),d=i.makeNodeFontCss(b,a);d&&c.css(d)},setNodeLineIcos:function(b,a){if(a){var c=k(a,e.id.SWITCH,b),d=k(a,e.id.UL,b),f=k(a,e.id.ICON,b),g=i.makeUlLineClass(b,a);g.length==0?d.removeClass(e.line.LINE):d.addClass(g);c.attr("class",i.makeNodeLineClass(b,a));a.isParent?c.removeAttr("disabled"):c.attr("disabled","disabled");f.removeAttr("style");f.attr("style",i.makeNodeIcoStyle(b,a));f.attr("class", +i.makeNodeIcoClass(b,a))}},setNodeName:function(b,a){var c=h.getNodeTitle(b,a),d=k(a,e.id.SPAN,b);d.empty();b.view.nameIsHTML?d.html(h.getNodeName(b,a)):d.text(h.getNodeName(b,a));j.apply(b.view.showTitle,[b.treeId,a],b.view.showTitle)&&k(a,e.id.A,b).attr("title",!c?"":c)},setNodeTarget:function(b,a){k(a,e.id.A,b).attr("target",i.makeNodeTarget(a))},setNodeUrl:function(b,a){var c=k(a,e.id.A,b),d=i.makeNodeUrl(b,a);d==null||d.length==0?c.removeAttr("href"):c.attr("href",d)},switchNode:function(b,a){a.open|| +!j.canAsync(b,a)?i.expandCollapseNode(b,a,!a.open):b.async.enable?i.asyncNode(b,a)||i.expandCollapseNode(b,a,!a.open):a&&i.expandCollapseNode(b,a,!a.open)}};p.fn.zTree={consts:{className:{BUTTON:"button",LEVEL:"level",ICO_LOADING:"ico_loading",SWITCH:"switch"},event:{NODECREATED:"ztree_nodeCreated",CLICK:"ztree_click",EXPAND:"ztree_expand",COLLAPSE:"ztree_collapse",ASYNC_SUCCESS:"ztree_async_success",ASYNC_ERROR:"ztree_async_error"},id:{A:"_a",ICON:"_ico",SPAN:"_span",SWITCH:"_switch",UL:"_ul"},line:{ROOT:"root", +ROOTS:"roots",CENTER:"center",BOTTOM:"bottom",NOLINE:"noline",LINE:"line"},folder:{OPEN:"open",CLOSE:"close",DOCU:"docu"},node:{CURSELECTED:"curSelectedNode"}},_z:{tools:j,view:i,event:m,data:h},getZTreeObj:function(b){return(b=h.getZTreeTools(b))?b:null},destroy:function(b){if(b&&b.length>0)i.destroy(h.getSetting(b));else for(var a in r)i.destroy(r[a])},init:function(b,a,c){var d=j.clone(M);p.extend(!0,d,a);d.treeId=b.attr("id");d.treeObj=b;d.treeObj.empty();r[d.treeId]=d;if(typeof document.body.style.maxHeight=== +"undefined")d.view.expandSpeed="";h.initRoot(d);b=h.getRoot(d);a=d.data.key.children;c=c?j.clone(j.isArray(c)?c:[c]):[];b[a]=d.data.simpleData.enable?h.transformTozTreeFormat(d,c):c;h.initCache(d);m.unbindTree(d);m.bindTree(d);m.unbindEvent(d);m.bindEvent(d);c={setting:d,addNodes:function(a,b,c){function e(){i.addNodes(d,a,h,c==!0)}if(!b)return null;a||(a=null);if(a&&!a.isParent&&d.data.keep.leaf)return null;var h=j.clone(j.isArray(b)?b:[b]);j.canAsync(d,a)?i.asyncNode(d,a,c,e):e();return h},cancelSelectedNode:function(a){i.cancelPreSelectedNode(d, +a)},destroy:function(){i.destroy(d)},expandAll:function(a){a=!!a;i.expandCollapseSonNode(d,null,a,!0);return a},expandNode:function(a,b,c,e,n){if(!a||!a.isParent)return null;b!==!0&&b!==!1&&(b=!a.open);if((n=!!n)&&b&&j.apply(d.callback.beforeExpand,[d.treeId,a],!0)==!1)return null;else if(n&&!b&&j.apply(d.callback.beforeCollapse,[d.treeId,a],!0)==!1)return null;b&&a.parentTId&&i.expandCollapseParentNode(d,a.getParentNode(),b,!1);if(b===a.open&&!c)return null;h.getRoot(d).expandTriggerFlag=n;if(!j.canAsync(d, +a)&&c)i.expandCollapseSonNode(d,a,b,!0,function(){if(e!==!1)try{k(a,d).focus().blur()}catch(b){}});else if(a.open=!b,i.switchNode(this.setting,a),e!==!1)try{k(a,d).focus().blur()}catch(m){}return b},getNodes:function(){return h.getNodes(d)},getNodeByParam:function(a,b,c){return!a?null:h.getNodeByParam(d,c?c[d.data.key.children]:h.getNodes(d),a,b)},getNodeByTId:function(a){return h.getNodeCache(d,a)},getNodesByParam:function(a,b,c){return!a?null:h.getNodesByParam(d,c?c[d.data.key.children]:h.getNodes(d), +a,b)},getNodesByParamFuzzy:function(a,b,c){return!a?null:h.getNodesByParamFuzzy(d,c?c[d.data.key.children]:h.getNodes(d),a,b)},getNodesByFilter:function(a,b,c,e){b=!!b;return!a||typeof a!="function"?b?null:[]:h.getNodesByFilter(d,c?c[d.data.key.children]:h.getNodes(d),a,b,e)},getNodeIndex:function(a){if(!a)return null;for(var b=d.data.key.children,c=a.parentTId?a.getParentNode():h.getRoot(d),e=0,i=c[b].length;e0?i.createNodes(d, +0,b[a]):d.async.enable&&d.async.url&&d.async.url!==""&&i.asyncNode(d);return c}};var N=p.fn.zTree,k=j.$,e=N.consts})(jQuery); diff --git a/htdocs/js/ztree/js/jquery.ztree.excheck-3.5.js b/htdocs/js/ztree/js/jquery.ztree.excheck-3.5.js new file mode 100644 index 000000000..c3fbfc5e9 --- /dev/null +++ b/htdocs/js/ztree/js/jquery.ztree.excheck-3.5.js @@ -0,0 +1,626 @@ +/* + * JQuery zTree excheck v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function($){ + //default consts of excheck + var _consts = { + event: { + CHECK: "ztree_check" + }, + id: { + CHECK: "_check" + }, + checkbox: { + STYLE: "checkbox", + DEFAULT: "chk", + DISABLED: "disable", + FALSE: "false", + TRUE: "true", + FULL: "full", + PART: "part", + FOCUS: "focus" + }, + radio: { + STYLE: "radio", + TYPE_ALL: "all", + TYPE_LEVEL: "level" + } + }, + //default setting of excheck + _setting = { + check: { + enable: false, + autoCheckTrigger: false, + chkStyle: _consts.checkbox.STYLE, + nocheckInherit: false, + chkDisabledInherit: false, + radioType: _consts.radio.TYPE_LEVEL, + chkboxType: { + "Y": "ps", + "N": "ps" + } + }, + data: { + key: { + checked: "checked" + } + }, + callback: { + beforeCheck:null, + onCheck:null + } + }, + //default root of excheck + _initRoot = function (setting) { + var r = data.getRoot(setting); + r.radioCheckedList = []; + }, + //default cache of excheck + _initCache = function(treeId) {}, + //default bind event of excheck + _bindEvent = function(setting) { + var o = setting.treeObj, + c = consts.event; + o.bind(c.CHECK, function (event, srcEvent, treeId, node) { + tools.apply(setting.callback.onCheck, [!!srcEvent?srcEvent : event, treeId, node]); + }); + }, + _unbindEvent = function(setting) { + var o = setting.treeObj, + c = consts.event; + o.unbind(c.CHECK); + }, + //default event proxy of excheck + _eventProxy = function(e) { + var target = e.target, + setting = data.getSetting(e.data.treeId), + tId = "", node = null, + nodeEventType = "", treeEventType = "", + nodeEventCallback = null, treeEventCallback = null; + + if (tools.eqs(e.type, "mouseover")) { + if (setting.check.enable && tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.CHECK) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "mouseoverCheck"; + } + } else if (tools.eqs(e.type, "mouseout")) { + if (setting.check.enable && tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.CHECK) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "mouseoutCheck"; + } + } else if (tools.eqs(e.type, "click")) { + if (setting.check.enable && tools.eqs(target.tagName, "span") && target.getAttribute("treeNode"+ consts.id.CHECK) !== null) { + tId = tools.getNodeMainDom(target).id; + nodeEventType = "checkNode"; + } + } + if (tId.length>0) { + node = data.getNodeCache(setting, tId); + switch (nodeEventType) { + case "checkNode" : + nodeEventCallback = _handler.onCheckNode; + break; + case "mouseoverCheck" : + nodeEventCallback = _handler.onMouseoverCheck; + break; + case "mouseoutCheck" : + nodeEventCallback = _handler.onMouseoutCheck; + break; + } + } + var proxyResult = { + stop: nodeEventType === "checkNode", + node: node, + nodeEventType: nodeEventType, + nodeEventCallback: nodeEventCallback, + treeEventType: treeEventType, + treeEventCallback: treeEventCallback + }; + return proxyResult + }, + //default init node of excheck + _initNode = function(setting, level, n, parentNode, isFirstNode, isLastNode, openFlag) { + if (!n) return; + var checkedKey = setting.data.key.checked; + if (typeof n[checkedKey] == "string") n[checkedKey] = tools.eqs(n[checkedKey], "true"); + n[checkedKey] = !!n[checkedKey]; + n.checkedOld = n[checkedKey]; + if (typeof n.nocheck == "string") n.nocheck = tools.eqs(n.nocheck, "true"); + n.nocheck = !!n.nocheck || (setting.check.nocheckInherit && parentNode && !!parentNode.nocheck); + if (typeof n.chkDisabled == "string") n.chkDisabled = tools.eqs(n.chkDisabled, "true"); + n.chkDisabled = !!n.chkDisabled || (setting.check.chkDisabledInherit && parentNode && !!parentNode.chkDisabled); + if (typeof n.halfCheck == "string") n.halfCheck = tools.eqs(n.halfCheck, "true"); + n.halfCheck = !!n.halfCheck; + n.check_Child_State = -1; + n.check_Focus = false; + n.getCheckStatus = function() {return data.getCheckStatus(setting, n);}; + + if (setting.check.chkStyle == consts.radio.STYLE && setting.check.radioType == consts.radio.TYPE_ALL && n[checkedKey] ) { + var r = data.getRoot(setting); + r.radioCheckedList.push(n); + } + }, + //add dom for check + _beforeA = function(setting, node, html) { + var checkedKey = setting.data.key.checked; + if (setting.check.enable) { + data.makeChkFlag(setting, node); + html.push(""); + } + }, + //update zTreeObj, add method of check + _zTreeTools = function(setting, zTreeTools) { + zTreeTools.checkNode = function(node, checked, checkTypeFlag, callbackFlag) { + var checkedKey = setting.data.key.checked; + if (node.chkDisabled === true) return; + if (checked !== true && checked !== false) { + checked = !node[checkedKey]; + } + callbackFlag = !!callbackFlag; + + if (node[checkedKey] === checked && !checkTypeFlag) { + return; + } else if (callbackFlag && tools.apply(this.setting.callback.beforeCheck, [setting.treeId, node], true) == false) { + return; + } + if (tools.uCanDo(this.setting) && setting.check.enable && node.nocheck !== true) { + node[checkedKey] = checked; + var checkObj = $$(node, consts.id.CHECK, setting); + if (checkTypeFlag || setting.check.chkStyle === consts.radio.STYLE) view.checkNodeRelation(setting, node); + view.setChkClass(setting, checkObj, node); + view.repairParentChkClassWithSelf(setting, node); + if (callbackFlag) { + setting.treeObj.trigger(consts.event.CHECK, [null, setting.treeId, node]); + } + } + } + + zTreeTools.checkAllNodes = function(checked) { + view.repairAllChk(setting, !!checked); + } + + zTreeTools.getCheckedNodes = function(checked) { + var childKey = setting.data.key.children; + checked = (checked !== false); + return data.getTreeCheckedNodes(setting, data.getRoot(setting)[childKey], checked); + } + + zTreeTools.getChangeCheckedNodes = function() { + var childKey = setting.data.key.children; + return data.getTreeChangeCheckedNodes(setting, data.getRoot(setting)[childKey]); + } + + zTreeTools.setChkDisabled = function(node, disabled, inheritParent, inheritChildren) { + disabled = !!disabled; + inheritParent = !!inheritParent; + inheritChildren = !!inheritChildren; + view.repairSonChkDisabled(setting, node, disabled, inheritChildren); + view.repairParentChkDisabled(setting, node.getParentNode(), disabled, inheritParent); + } + + var _updateNode = zTreeTools.updateNode; + zTreeTools.updateNode = function(node, checkTypeFlag) { + if (_updateNode) _updateNode.apply(zTreeTools, arguments); + if (!node || !setting.check.enable) return; + var nObj = $$(node, setting); + if (nObj.get(0) && tools.uCanDo(setting)) { + var checkObj = $$(node, consts.id.CHECK, setting); + if (checkTypeFlag == true || setting.check.chkStyle === consts.radio.STYLE) view.checkNodeRelation(setting, node); + view.setChkClass(setting, checkObj, node); + view.repairParentChkClassWithSelf(setting, node); + } + } + }, + //method of operate data + _data = { + getRadioCheckedList: function(setting) { + var checkedList = data.getRoot(setting).radioCheckedList; + for (var i=0, j=checkedList.length; i -1 && node.check_Child_State < 2) : (node.check_Child_State > 0))) + }; + return r; + }, + getTreeCheckedNodes: function(setting, nodes, checked, results) { + if (!nodes) return []; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + onlyOne = (checked && setting.check.chkStyle == consts.radio.STYLE && setting.check.radioType == consts.radio.TYPE_ALL); + results = !results ? [] : results; + for (var i = 0, l = nodes.length; i < l; i++) { + if (nodes[i].nocheck !== true && nodes[i].chkDisabled !== true && nodes[i][checkedKey] == checked) { + results.push(nodes[i]); + if(onlyOne) { + break; + } + } + data.getTreeCheckedNodes(setting, nodes[i][childKey], checked, results); + if(onlyOne && results.length > 0) { + break; + } + } + return results; + }, + getTreeChangeCheckedNodes: function(setting, nodes, results) { + if (!nodes) return []; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked; + results = !results ? [] : results; + for (var i = 0, l = nodes.length; i < l; i++) { + if (nodes[i].nocheck !== true && nodes[i].chkDisabled !== true && nodes[i][checkedKey] != nodes[i].checkedOld) { + results.push(nodes[i]); + } + data.getTreeChangeCheckedNodes(setting, nodes[i][childKey], results); + } + return results; + }, + makeChkFlag: function(setting, node) { + if (!node) return; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + chkFlag = -1; + if (node[childKey]) { + for (var i = 0, l = node[childKey].length; i < l; i++) { + var cNode = node[childKey][i]; + var tmp = -1; + if (setting.check.chkStyle == consts.radio.STYLE) { + if (cNode.nocheck === true || cNode.chkDisabled === true) { + tmp = cNode.check_Child_State; + } else if (cNode.halfCheck === true) { + tmp = 2; + } else if (cNode[checkedKey]) { + tmp = 2; + } else { + tmp = cNode.check_Child_State > 0 ? 2:0; + } + if (tmp == 2) { + chkFlag = 2; break; + } else if (tmp == 0){ + chkFlag = 0; + } + } else if (setting.check.chkStyle == consts.checkbox.STYLE) { + if (cNode.nocheck === true || cNode.chkDisabled === true) { + tmp = cNode.check_Child_State; + } else if (cNode.halfCheck === true) { + tmp = 1; + } else if (cNode[checkedKey] ) { + tmp = (cNode.check_Child_State === -1 || cNode.check_Child_State === 2) ? 2 : 1; + } else { + tmp = (cNode.check_Child_State > 0) ? 1 : 0; + } + if (tmp === 1) { + chkFlag = 1; break; + } else if (tmp === 2 && chkFlag > -1 && i > 0 && tmp !== chkFlag) { + chkFlag = 1; break; + } else if (chkFlag === 2 && tmp > -1 && tmp < 2) { + chkFlag = 1; break; + } else if (tmp > -1) { + chkFlag = tmp; + } + } + } + } + node.check_Child_State = chkFlag; + } + }, + //method of event proxy + _event = { + + }, + //method of event handler + _handler = { + onCheckNode: function (event, node) { + if (node.chkDisabled === true) return false; + var setting = data.getSetting(event.data.treeId), + checkedKey = setting.data.key.checked; + if (tools.apply(setting.callback.beforeCheck, [setting.treeId, node], true) == false) return true; + node[checkedKey] = !node[checkedKey]; + view.checkNodeRelation(setting, node); + var checkObj = $$(node, consts.id.CHECK, setting); + view.setChkClass(setting, checkObj, node); + view.repairParentChkClassWithSelf(setting, node); + setting.treeObj.trigger(consts.event.CHECK, [event, setting.treeId, node]); + return true; + }, + onMouseoverCheck: function(event, node) { + if (node.chkDisabled === true) return false; + var setting = data.getSetting(event.data.treeId), + checkObj = $$(node, consts.id.CHECK, setting); + node.check_Focus = true; + view.setChkClass(setting, checkObj, node); + return true; + }, + onMouseoutCheck: function(event, node) { + if (node.chkDisabled === true) return false; + var setting = data.getSetting(event.data.treeId), + checkObj = $$(node, consts.id.CHECK, setting); + node.check_Focus = false; + view.setChkClass(setting, checkObj, node); + return true; + } + }, + //method of tools for zTree + _tools = { + + }, + //method of operate ztree dom + _view = { + checkNodeRelation: function(setting, node) { + var pNode, i, l, + childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + r = consts.radio; + if (setting.check.chkStyle == r.STYLE) { + var checkedList = data.getRadioCheckedList(setting); + if (node[checkedKey]) { + if (setting.check.radioType == r.TYPE_ALL) { + for (i = checkedList.length-1; i >= 0; i--) { + pNode = checkedList[i]; + pNode[checkedKey] = false; + checkedList.splice(i, 1); + + view.setChkClass(setting, $$(pNode, consts.id.CHECK, setting), pNode); + if (pNode.parentTId != node.parentTId) { + view.repairParentChkClassWithSelf(setting, pNode); + } + } + checkedList.push(node); + } else { + var parentNode = (node.parentTId) ? node.getParentNode() : data.getRoot(setting); + for (i = 0, l = parentNode[childKey].length; i < l; i++) { + pNode = parentNode[childKey][i]; + if (pNode[checkedKey] && pNode != node) { + pNode[checkedKey] = false; + view.setChkClass(setting, $$(pNode, consts.id.CHECK, setting), pNode); + } + } + } + } else if (setting.check.radioType == r.TYPE_ALL) { + for (i = 0, l = checkedList.length; i < l; i++) { + if (node == checkedList[i]) { + checkedList.splice(i, 1); + break; + } + } + } + + } else { + if (node[checkedKey] && (!node[childKey] || node[childKey].length==0 || setting.check.chkboxType.Y.indexOf("s") > -1)) { + view.setSonNodeCheckBox(setting, node, true); + } + if (!node[checkedKey] && (!node[childKey] || node[childKey].length==0 || setting.check.chkboxType.N.indexOf("s") > -1)) { + view.setSonNodeCheckBox(setting, node, false); + } + if (node[checkedKey] && setting.check.chkboxType.Y.indexOf("p") > -1) { + view.setParentNodeCheckBox(setting, node, true); + } + if (!node[checkedKey] && setting.check.chkboxType.N.indexOf("p") > -1) { + view.setParentNodeCheckBox(setting, node, false); + } + } + }, + makeChkClass: function(setting, node) { + var checkedKey = setting.data.key.checked, + c = consts.checkbox, r = consts.radio, + fullStyle = ""; + if (node.chkDisabled === true) { + fullStyle = c.DISABLED; + } else if (node.halfCheck) { + fullStyle = c.PART; + } else if (setting.check.chkStyle == r.STYLE) { + fullStyle = (node.check_Child_State < 1)? c.FULL:c.PART; + } else { + fullStyle = node[checkedKey] ? ((node.check_Child_State === 2 || node.check_Child_State === -1) ? c.FULL:c.PART) : ((node.check_Child_State < 1)? c.FULL:c.PART); + } + var chkName = setting.check.chkStyle + "_" + (node[checkedKey] ? c.TRUE : c.FALSE) + "_" + fullStyle; + chkName = (node.check_Focus && node.chkDisabled !== true) ? chkName + "_" + c.FOCUS : chkName; + return consts.className.BUTTON + " " + c.DEFAULT + " " + chkName; + }, + repairAllChk: function(setting, checked) { + if (setting.check.enable && setting.check.chkStyle === consts.checkbox.STYLE) { + var checkedKey = setting.data.key.checked, + childKey = setting.data.key.children, + root = data.getRoot(setting); + for (var i = 0, l = root[childKey].length; i 0) { + view.repairParentChkClass(setting, node[childKey][0]); + } else { + view.repairParentChkClass(setting, node); + } + }, + repairSonChkDisabled: function(setting, node, chkDisabled, inherit) { + if (!node) return; + var childKey = setting.data.key.children; + if (node.chkDisabled != chkDisabled) { + node.chkDisabled = chkDisabled; + } + view.repairChkClass(setting, node); + if (node[childKey] && inherit) { + for (var i = 0, l = node[childKey].length; i < l; i++) { + var sNode = node[childKey][i]; + view.repairSonChkDisabled(setting, sNode, chkDisabled, inherit); + } + } + }, + repairParentChkDisabled: function(setting, node, chkDisabled, inherit) { + if (!node) return; + if (node.chkDisabled != chkDisabled && inherit) { + node.chkDisabled = chkDisabled; + } + view.repairChkClass(setting, node); + view.repairParentChkDisabled(setting, node.getParentNode(), chkDisabled, inherit); + }, + setChkClass: function(setting, obj, node) { + if (!obj) return; + if (node.nocheck === true) { + obj.hide(); + } else { + obj.show(); + } + obj.removeClass(); + obj.addClass(view.makeChkClass(setting, node)); + }, + setParentNodeCheckBox: function(setting, node, value, srcNode) { + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + checkObj = $$(node, consts.id.CHECK, setting); + if (!srcNode) srcNode = node; + data.makeChkFlag(setting, node); + if (node.nocheck !== true && node.chkDisabled !== true) { + node[checkedKey] = value; + view.setChkClass(setting, checkObj, node); + if (setting.check.autoCheckTrigger && node != srcNode) { + setting.treeObj.trigger(consts.event.CHECK, [null, setting.treeId, node]); + } + } + if (node.parentTId) { + var pSign = true; + if (!value) { + var pNodes = node.getParentNode()[childKey]; + for (var i = 0, l = pNodes.length; i < l; i++) { + if ((pNodes[i].nocheck !== true && pNodes[i].chkDisabled !== true && pNodes[i][checkedKey]) + || ((pNodes[i].nocheck === true || pNodes[i].chkDisabled === true) && pNodes[i].check_Child_State > 0)) { + pSign = false; + break; + } + } + } + if (pSign) { + view.setParentNodeCheckBox(setting, node.getParentNode(), value, srcNode); + } + } + }, + setSonNodeCheckBox: function(setting, node, value, srcNode) { + if (!node) return; + var childKey = setting.data.key.children, + checkedKey = setting.data.key.checked, + checkObj = $$(node, consts.id.CHECK, setting); + if (!srcNode) srcNode = node; + + var hasDisable = false; + if (node[childKey]) { + for (var i = 0, l = node[childKey].length; i < l && node.chkDisabled !== true; i++) { + var sNode = node[childKey][i]; + view.setSonNodeCheckBox(setting, sNode, value, srcNode); + if (sNode.chkDisabled === true) hasDisable = true; + } + } + + if (node != data.getRoot(setting) && node.chkDisabled !== true) { + if (hasDisable && node.nocheck !== true) { + data.makeChkFlag(setting, node); + } + if (node.nocheck !== true && node.chkDisabled !== true) { + node[checkedKey] = value; + if (!hasDisable) node.check_Child_State = (node[childKey] && node[childKey].length > 0) ? (value ? 2 : 0) : -1; + } else { + node.check_Child_State = -1; + } + view.setChkClass(setting, checkObj, node); + if (setting.check.autoCheckTrigger && node != srcNode && node.nocheck !== true && node.chkDisabled !== true) { + setting.treeObj.trigger(consts.event.CHECK, [null, setting.treeId, node]); + } + } + + } + }, + + _z = { + tools: _tools, + view: _view, + event: _event, + data: _data + }; + $.extend(true, $.fn.zTree.consts, _consts); + $.extend(true, $.fn.zTree._z, _z); + + var zt = $.fn.zTree, + tools = zt._z.tools, + consts = zt.consts, + view = zt._z.view, + data = zt._z.data, + event = zt._z.event, + $$ = tools.$; + + data.exSetting(_setting); + data.addInitBind(_bindEvent); + data.addInitUnBind(_unbindEvent); + data.addInitCache(_initCache); + data.addInitNode(_initNode); + data.addInitProxy(_eventProxy, true); + data.addInitRoot(_initRoot); + data.addBeforeA(_beforeA); + data.addZTreeTools(_zTreeTools); + + var _createNodes = view.createNodes; + view.createNodes = function(setting, level, nodes, parentNode) { + if (_createNodes) _createNodes.apply(view, arguments); + if (!nodes) return; + view.repairParentChkClassWithSelf(setting, parentNode); + } + var _removeNode = view.removeNode; + view.removeNode = function(setting, node) { + var parentNode = node.getParentNode(); + if (_removeNode) _removeNode.apply(view, arguments); + if (!node || !parentNode) return; + view.repairChkClass(setting, parentNode); + view.repairParentChkClass(setting, parentNode); + } + + var _appendNodes = view.appendNodes; + view.appendNodes = function(setting, level, nodes, parentNode, initFlag, openFlag) { + var html = ""; + if (_appendNodes) { + html = _appendNodes.apply(view, arguments); + } + if (parentNode) { + data.makeChkFlag(setting, parentNode); + } + return html; + } +})(jQuery); \ No newline at end of file diff --git a/htdocs/js/ztree/js/jquery.ztree.excheck-3.5.min.js b/htdocs/js/ztree/js/jquery.ztree.excheck-3.5.min.js new file mode 100644 index 000000000..384559068 --- /dev/null +++ b/htdocs/js/ztree/js/jquery.ztree.excheck-3.5.min.js @@ -0,0 +1,33 @@ +/* + * JQuery zTree excheck v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function(m){var p,q,r,o={event:{CHECK:"ztree_check"},id:{CHECK:"_check"},checkbox:{STYLE:"checkbox",DEFAULT:"chk",DISABLED:"disable",FALSE:"false",TRUE:"true",FULL:"full",PART:"part",FOCUS:"focus"},radio:{STYLE:"radio",TYPE_ALL:"all",TYPE_LEVEL:"level"}},v={check:{enable:!1,autoCheckTrigger:!1,chkStyle:o.checkbox.STYLE,nocheckInherit:!1,chkDisabledInherit:!1,radioType:o.radio.TYPE_LEVEL,chkboxType:{Y:"ps",N:"ps"}},data:{key:{checked:"checked"}},callback:{beforeCheck:null,onCheck:null}};p=function(b, +a){if(a.chkDisabled===!0)return!1;var c=f.getSetting(b.data.treeId),d=c.data.key.checked;if(k.apply(c.callback.beforeCheck,[c.treeId,a],!0)==!1)return!0;a[d]=!a[d];e.checkNodeRelation(c,a);d=n(a,j.id.CHECK,c);e.setChkClass(c,d,a);e.repairParentChkClassWithSelf(c,a);c.treeObj.trigger(j.event.CHECK,[b,c.treeId,a]);return!0};q=function(b,a){if(a.chkDisabled===!0)return!1;var c=f.getSetting(b.data.treeId),d=n(a,j.id.CHECK,c);a.check_Focus=!0;e.setChkClass(c,d,a);return!0};r=function(b,a){if(a.chkDisabled=== +!0)return!1;var c=f.getSetting(b.data.treeId),d=n(a,j.id.CHECK,c);a.check_Focus=!1;e.setChkClass(c,d,a);return!0};m.extend(!0,m.fn.zTree.consts,o);m.extend(!0,m.fn.zTree._z,{tools:{},view:{checkNodeRelation:function(b,a){var c,d,h,i=b.data.key.children,l=b.data.key.checked;c=j.radio;if(b.check.chkStyle==c.STYLE){var g=f.getRadioCheckedList(b);if(a[l])if(b.check.radioType==c.TYPE_ALL){for(d=g.length-1;d>=0;d--)c=g[d],c[l]=!1,g.splice(d,1),e.setChkClass(b,n(c,j.id.CHECK,b),c),c.parentTId!=a.parentTId&& +e.repairParentChkClassWithSelf(b,c);g.push(a)}else{g=a.parentTId?a.getParentNode():f.getRoot(b);for(d=0,h=g[i].length;d-1)&&e.setSonNodeCheckBox(b,a,!0),!a[l]&&(!a[i]||a[i].length==0||b.check.chkboxType.N.indexOf("s")>-1)&&e.setSonNodeCheckBox(b,a,!1),a[l]&& +b.check.chkboxType.Y.indexOf("p")>-1&&e.setParentNodeCheckBox(b,a,!0),!a[l]&&b.check.chkboxType.N.indexOf("p")>-1&&e.setParentNodeCheckBox(b,a,!1)},makeChkClass:function(b,a){var c=b.data.key.checked,d=j.checkbox,h=j.radio,i="",i=a.chkDisabled===!0?d.DISABLED:a.halfCheck?d.PART:b.check.chkStyle==h.STYLE?a.check_Child_State<1?d.FULL:d.PART:a[c]?a.check_Child_State===2||a.check_Child_State===-1?d.FULL:d.PART:a.check_Child_State<1?d.FULL:d.PART,c=b.check.chkStyle+"_"+(a[c]?d.TRUE:d.FALSE)+"_"+i,c=a.check_Focus&& +a.chkDisabled!==!0?c+"_"+d.FOCUS:c;return j.className.BUTTON+" "+d.DEFAULT+" "+c},repairAllChk:function(b,a){if(b.check.enable&&b.check.chkStyle===j.checkbox.STYLE)for(var c=b.data.key.checked,d=b.data.key.children,h=f.getRoot(b),i=0,l=h[d].length;i0?e.repairParentChkClass(b,a[c][0]):e.repairParentChkClass(b,a)}},repairSonChkDisabled:function(b,a,c,d){if(a){var h=b.data.key.children;if(a.chkDisabled!=c)a.chkDisabled=c;e.repairChkClass(b,a);if(a[h]&&d)for(var i=0,l=a[h].length;i0){l=!1;break}l&&e.setParentNodeCheckBox(b,a.getParentNode(),c,d)}},setSonNodeCheckBox:function(b,a,c,d){if(a){var h=b.data.key.children,i=b.data.key.checked,l=n(a,j.id.CHECK,b);d||(d=a);var g=!1;if(a[h])for(var k=0,m=a[h].length;k0?c?2:0:-1}else a.check_Child_State=-1;e.setChkClass(b,l,a);b.check.autoCheckTrigger&&a!=d&&a.nocheck!==!0&&a.chkDisabled!==!0&&b.treeObj.trigger(j.event.CHECK,[null,b.treeId,a])}}}},event:{},data:{getRadioCheckedList:function(b){for(var a=f.getRoot(b).radioCheckedList,c=0,d=a.length;c-1&&a.check_Child_State<2:a.check_Child_State>0}},getTreeCheckedNodes:function(b,a,c,d){if(!a)return[];for(var h=b.data.key.children,i=b.data.key.checked,e=c&&b.check.chkStyle==j.radio.STYLE&&b.check.radioType==j.radio.TYPE_ALL, +d=!d?[]:d,g=0,k=a.length;g0)break}return d},getTreeChangeCheckedNodes:function(b,a,c){if(!a)return[];for(var d=b.data.key.children,h=b.data.key.checked,c=!c?[]:c,i=0,e=a.length;i0?2:0,f==2){h=2;break}else f==0&&(h=0);else if(b.check.chkStyle==j.checkbox.STYLE)if(f=g.nocheck===!0||g.chkDisabled===!0?g.check_Child_State:g.halfCheck===!0?1:g[d]?g.check_Child_State===-1||g.check_Child_State===2?2:1:g.check_Child_State>0?1:0,f===1){h=1;break}else if(f=== +2&&h>-1&&i>0&&f!==h){h=1;break}else if(h===2&&f>-1&&f<2){h=1;break}else f>-1&&(h=f)}a.check_Child_State=h}}}});var m=m.fn.zTree,k=m._z.tools,j=m.consts,e=m._z.view,f=m._z.data,n=k.$;f.exSetting(v);f.addInitBind(function(b){b.treeObj.bind(j.event.CHECK,function(a,c,d,h){k.apply(b.callback.onCheck,[c?c:a,d,h])})});f.addInitUnBind(function(b){b.treeObj.unbind(j.event.CHECK)});f.addInitCache(function(){});f.addInitNode(function(b,a,c,d){if(c){a=b.data.key.checked;typeof c[a]=="string"&&(c[a]=k.eqs(c[a], +"true"));c[a]=!!c[a];c.checkedOld=c[a];if(typeof c.nocheck=="string")c.nocheck=k.eqs(c.nocheck,"true");c.nocheck=!!c.nocheck||b.check.nocheckInherit&&d&&!!d.nocheck;if(typeof c.chkDisabled=="string")c.chkDisabled=k.eqs(c.chkDisabled,"true");c.chkDisabled=!!c.chkDisabled||b.check.chkDisabledInherit&&d&&!!d.chkDisabled;if(typeof c.halfCheck=="string")c.halfCheck=k.eqs(c.halfCheck,"true");c.halfCheck=!!c.halfCheck;c.check_Child_State=-1;c.check_Focus=!1;c.getCheckStatus=function(){return f.getCheckStatus(b, +c)};b.check.chkStyle==j.radio.STYLE&&b.check.radioType==j.radio.TYPE_ALL&&c[a]&&f.getRoot(b).radioCheckedList.push(c)}});f.addInitProxy(function(b){var a=b.target,c=f.getSetting(b.data.treeId),d="",h=null,e="",l=null;if(k.eqs(b.type,"mouseover")){if(c.check.enable&&k.eqs(a.tagName,"span")&&a.getAttribute("treeNode"+j.id.CHECK)!==null)d=k.getNodeMainDom(a).id,e="mouseoverCheck"}else if(k.eqs(b.type,"mouseout")){if(c.check.enable&&k.eqs(a.tagName,"span")&&a.getAttribute("treeNode"+j.id.CHECK)!==null)d= +k.getNodeMainDom(a).id,e="mouseoutCheck"}else if(k.eqs(b.type,"click")&&c.check.enable&&k.eqs(a.tagName,"span")&&a.getAttribute("treeNode"+j.id.CHECK)!==null)d=k.getNodeMainDom(a).id,e="checkNode";if(d.length>0)switch(h=f.getNodeCache(c,d),e){case "checkNode":l=p;break;case "mouseoverCheck":l=q;break;case "mouseoutCheck":l=r}return{stop:e==="checkNode",node:h,nodeEventType:e,nodeEventCallback:l,treeEventType:"",treeEventCallback:null}},!0);f.addInitRoot(function(b){f.getRoot(b).radioCheckedList=[]}); +f.addBeforeA(function(b,a,c){b.check.enable&&(f.makeChkFlag(b,a),c.push(""))});f.addZTreeTools(function(b,a){a.checkNode=function(a,c,i,f){var g=b.data.key.checked;if(a.chkDisabled!==!0&&(c!==!0&&c!==!1&&(c=!a[g]),f=!!f,(a[g]!==c||i)&&!(f&&k.apply(this.setting.callback.beforeCheck,[b.treeId,a],!0)==!1)&&k.uCanDo(this.setting)&&b.check.enable&&a.nocheck!==!0))a[g]= +c,c=n(a,j.id.CHECK,b),(i||b.check.chkStyle===j.radio.STYLE)&&e.checkNodeRelation(b,a),e.setChkClass(b,c,a),e.repairParentChkClassWithSelf(b,a),f&&b.treeObj.trigger(j.event.CHECK,[null,b.treeId,a])};a.checkAllNodes=function(a){e.repairAllChk(b,!!a)};a.getCheckedNodes=function(a){var c=b.data.key.children;return f.getTreeCheckedNodes(b,f.getRoot(b)[c],a!==!1)};a.getChangeCheckedNodes=function(){var a=b.data.key.children;return f.getTreeChangeCheckedNodes(b,f.getRoot(b)[a])};a.setChkDisabled=function(a, +c,f,j){c=!!c;f=!!f;e.repairSonChkDisabled(b,a,c,!!j);e.repairParentChkDisabled(b,a.getParentNode(),c,f)};var c=a.updateNode;a.updateNode=function(d,f){c&&c.apply(a,arguments);if(d&&b.check.enable&&n(d,b).get(0)&&k.uCanDo(b)){var i=n(d,j.id.CHECK,b);(f==!0||b.check.chkStyle===j.radio.STYLE)&&e.checkNodeRelation(b,d);e.setChkClass(b,i,d);e.repairParentChkClassWithSelf(b,d)}}});var s=e.createNodes;e.createNodes=function(b,a,c,d){s&&s.apply(e,arguments);c&&e.repairParentChkClassWithSelf(b,d)};var t=e.removeNode; +e.removeNode=function(b,a){var c=a.getParentNode();t&&t.apply(e,arguments);a&&c&&(e.repairChkClass(b,c),e.repairParentChkClass(b,c))};var u=e.appendNodes;e.appendNodes=function(b,a,c,d,h,i){var j="";u&&(j=u.apply(e,arguments));d&&f.makeChkFlag(b,d);return j}})(jQuery); diff --git a/htdocs/js/ztree/js/jquery.ztree.exedit-3.5.js b/htdocs/js/ztree/js/jquery.ztree.exedit-3.5.js new file mode 100644 index 000000000..485b3a35f --- /dev/null +++ b/htdocs/js/ztree/js/jquery.ztree.exedit-3.5.js @@ -0,0 +1,1183 @@ +/* + * JQuery zTree exedit v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function($){ + //default consts of exedit + var _consts = { + event: { + DRAG: "ztree_drag", + DROP: "ztree_drop", + REMOVE: "ztree_remove", + RENAME: "ztree_rename" + }, + id: { + EDIT: "_edit", + INPUT: "_input", + REMOVE: "_remove" + }, + move: { + TYPE_INNER: "inner", + TYPE_PREV: "prev", + TYPE_NEXT: "next" + }, + node: { + CURSELECTED_EDIT: "curSelectedNode_Edit", + TMPTARGET_TREE: "tmpTargetzTree", + TMPTARGET_NODE: "tmpTargetNode" + } + }, + //default setting of exedit + _setting = { + edit: { + enable: false, + editNameSelectAll: false, + showRemoveBtn: true, + showRenameBtn: true, + removeTitle: "remove", + renameTitle: "rename", + drag: { + autoExpandTrigger: false, + isCopy: true, + isMove: true, + prev: true, + next: true, + inner: true, + minMoveSize: 5, + borderMax: 10, + borderMin: -5, + maxShowNodeNum: 5, + autoOpenTime: 500 + } + }, + view: { + addHoverDom: null, + removeHoverDom: null + }, + callback: { + beforeDrag:null, + beforeDragOpen:null, + beforeDrop:null, + beforeEditName:null, + beforeRename:null, + onDrag:null, + onDrop:null, + onRename:null + } + }, + //default root of exedit + _initRoot = function (setting) { + var r = data.getRoot(setting), rs = data.getRoots(); + r.curEditNode = null; + r.curEditInput = null; + r.curHoverNode = null; + r.dragFlag = 0; + r.dragNodeShowBefore = []; + r.dragMaskList = new Array(); + rs.showHoverDom = true; + }, + //default cache of exedit + _initCache = function(treeId) {}, + //default bind event of exedit + _bindEvent = function(setting) { + var o = setting.treeObj; + var c = consts.event; + o.bind(c.RENAME, function (event, treeId, treeNode, isCancel) { + tools.apply(setting.callback.onRename, [event, treeId, treeNode, isCancel]); + }); + + o.bind(c.REMOVE, function (event, treeId, treeNode) { + tools.apply(setting.callback.onRemove, [event, treeId, treeNode]); + }); + + o.bind(c.DRAG, function (event, srcEvent, treeId, treeNodes) { + tools.apply(setting.callback.onDrag, [srcEvent, treeId, treeNodes]); + }); + + o.bind(c.DROP, function (event, srcEvent, treeId, treeNodes, targetNode, moveType, isCopy) { + tools.apply(setting.callback.onDrop, [srcEvent, treeId, treeNodes, targetNode, moveType, isCopy]); + }); + }, + _unbindEvent = function(setting) { + var o = setting.treeObj; + var c = consts.event; + o.unbind(c.RENAME); + o.unbind(c.REMOVE); + o.unbind(c.DRAG); + o.unbind(c.DROP); + }, + //default event proxy of exedit + _eventProxy = function(e) { + var target = e.target, + setting = data.getSetting(e.data.treeId), + relatedTarget = e.relatedTarget, + tId = "", node = null, + nodeEventType = "", treeEventType = "", + nodeEventCallback = null, treeEventCallback = null, + tmp = null; + + if (tools.eqs(e.type, "mouseover")) { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) { + tId = tools.getNodeMainDom(tmp).id; + nodeEventType = "hoverOverNode"; + } + } else if (tools.eqs(e.type, "mouseout")) { + tmp = tools.getMDom(setting, relatedTarget, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (!tmp) { + tId = "remove"; + nodeEventType = "hoverOutNode"; + } + } else if (tools.eqs(e.type, "mousedown")) { + tmp = tools.getMDom(setting, target, [{tagName:"a", attrName:"treeNode"+consts.id.A}]); + if (tmp) { + tId = tools.getNodeMainDom(tmp).id; + nodeEventType = "mousedownNode"; + } + } + if (tId.length>0) { + node = data.getNodeCache(setting, tId); + switch (nodeEventType) { + case "mousedownNode" : + nodeEventCallback = _handler.onMousedownNode; + break; + case "hoverOverNode" : + nodeEventCallback = _handler.onHoverOverNode; + break; + case "hoverOutNode" : + nodeEventCallback = _handler.onHoverOutNode; + break; + } + } + var proxyResult = { + stop: false, + node: node, + nodeEventType: nodeEventType, + nodeEventCallback: nodeEventCallback, + treeEventType: treeEventType, + treeEventCallback: treeEventCallback + }; + return proxyResult + }, + //default init node of exedit + _initNode = function(setting, level, n, parentNode, isFirstNode, isLastNode, openFlag) { + if (!n) return; + n.isHover = false; + n.editNameFlag = false; + }, + //update zTreeObj, add method of edit + _zTreeTools = function(setting, zTreeTools) { + zTreeTools.cancelEditName = function(newName) { + var root = data.getRoot(setting); + if (!root.curEditNode) return; + view.cancelCurEditNode(setting, newName?newName:null, true); + } + zTreeTools.copyNode = function(targetNode, node, moveType, isSilent) { + if (!node) return null; + if (targetNode && !targetNode.isParent && setting.data.keep.leaf && moveType === consts.move.TYPE_INNER) return null; + var newNode = tools.clone(node); + if (!targetNode) { + targetNode = null; + moveType = consts.move.TYPE_INNER; + } + if (moveType == consts.move.TYPE_INNER) { + function copyCallback() { + view.addNodes(setting, targetNode, [newNode], isSilent); + } + + if (tools.canAsync(setting, targetNode)) { + view.asyncNode(setting, targetNode, isSilent, copyCallback); + } else { + copyCallback(); + } + } else { + view.addNodes(setting, targetNode.parentNode, [newNode], isSilent); + view.moveNode(setting, targetNode, newNode, moveType, false, isSilent); + } + return newNode; + } + zTreeTools.editName = function(node) { + if (!node || !node.tId || node !== data.getNodeCache(setting, node.tId)) return; + if (node.parentTId) view.expandCollapseParentNode(setting, node.getParentNode(), true); + view.editNode(setting, node) + } + zTreeTools.moveNode = function(targetNode, node, moveType, isSilent) { + if (!node) return node; + if (targetNode && !targetNode.isParent && setting.data.keep.leaf && moveType === consts.move.TYPE_INNER) { + return null; + } else if (targetNode && ((node.parentTId == targetNode.tId && moveType == consts.move.TYPE_INNER) || $$(node, setting).find("#" + targetNode.tId).length > 0)) { + return null; + } else if (!targetNode) { + targetNode = null; + } + function moveCallback() { + view.moveNode(setting, targetNode, node, moveType, false, isSilent); + } + if (tools.canAsync(setting, targetNode) && moveType === consts.move.TYPE_INNER) { + view.asyncNode(setting, targetNode, isSilent, moveCallback); + } else { + moveCallback(); + } + return node; + } + zTreeTools.setEditable = function(editable) { + setting.edit.enable = editable; + return this.refresh(); + } + }, + //method of operate data + _data = { + setSonNodeLevel: function(setting, parentNode, node) { + if (!node) return; + var childKey = setting.data.key.children; + node.level = (parentNode)? parentNode.level + 1 : 0; + if (!node[childKey]) return; + for (var i = 0, l = node[childKey].length; i < l; i++) { + if (node[childKey][i]) data.setSonNodeLevel(setting, node, node[childKey][i]); + } + } + }, + //method of event proxy + _event = { + + }, + //method of event handler + _handler = { + onHoverOverNode: function(event, node) { + var setting = data.getSetting(event.data.treeId), + root = data.getRoot(setting); + if (root.curHoverNode != node) { + _handler.onHoverOutNode(event); + } + root.curHoverNode = node; + view.addHoverDom(setting, node); + }, + onHoverOutNode: function(event, node) { + var setting = data.getSetting(event.data.treeId), + root = data.getRoot(setting); + if (root.curHoverNode && !data.isSelectedNode(setting, root.curHoverNode)) { + view.removeTreeDom(setting, root.curHoverNode); + root.curHoverNode = null; + } + }, + onMousedownNode: function(eventMouseDown, _node) { + var i,l, + setting = data.getSetting(eventMouseDown.data.treeId), + root = data.getRoot(setting), roots = data.getRoots(); + //right click can't drag & drop + if (eventMouseDown.button == 2 || !setting.edit.enable || (!setting.edit.drag.isCopy && !setting.edit.drag.isMove)) return true; + + //input of edit node name can't drag & drop + var target = eventMouseDown.target, + _nodes = data.getRoot(setting).curSelectedList, + nodes = []; + if (!data.isSelectedNode(setting, _node)) { + nodes = [_node]; + } else { + for (i=0, l=_nodes.length; i1) { + var pNodes = nodes[0].parentTId ? nodes[0].getParentNode()[childKey] : data.getNodes(setting); + tmpNodes = []; + for (i=0, l=pNodes.length; i -1 && (lastIndex+1) !== i) { + isOrder = false; + } + tmpNodes.push(pNodes[i]); + lastIndex = i; + } + if (nodes.length === tmpNodes.length) { + nodes = tmpNodes; + break; + } + } + } + if (isOrder) { + preNode = nodes[0].getPreNode(); + nextNode = nodes[nodes.length-1].getNextNode(); + } + + //set node in selected + curNode = $$("
                    ", setting); + for (i=0, l=nodes.length; i0); + view.removeTreeDom(setting, tmpNode); + + tmpDom = $$("
                  • ", setting); + tmpDom.append($$(tmpNode, consts.id.A, setting).clone()); + tmpDom.css("padding", "0"); + tmpDom.children("#" + tmpNode.tId + consts.id.A).removeClass(consts.node.CURSELECTED); + curNode.append(tmpDom); + if (i == setting.edit.drag.maxShowNodeNum-1) { + tmpDom = $$("
                  • ...
                  • ", setting); + curNode.append(tmpDom); + break; + } + } + curNode.attr("id", nodes[0].tId + consts.id.UL + "_tmp"); + curNode.addClass(setting.treeObj.attr("class")); + curNode.appendTo(body); + + tmpArrow = $$("", setting); + tmpArrow.attr("id", "zTreeMove_arrow_tmp"); + tmpArrow.appendTo(body); + + setting.treeObj.trigger(consts.event.DRAG, [event, setting.treeId, nodes]); + } + + if (root.dragFlag == 1) { + if (tmpTarget && tmpArrow.attr("id") == event.target.id && tmpTargetNodeId && (event.clientX + doc.scrollLeft()+2) > ($("#" + tmpTargetNodeId + consts.id.A, tmpTarget).offset().left)) { + var xT = $("#" + tmpTargetNodeId + consts.id.A, tmpTarget); + event.target = (xT.length > 0) ? xT.get(0) : event.target; + } else if (tmpTarget) { + tmpTarget.removeClass(consts.node.TMPTARGET_TREE); + if (tmpTargetNodeId) $("#" + tmpTargetNodeId + consts.id.A, tmpTarget).removeClass(consts.node.TMPTARGET_NODE + "_" + consts.move.TYPE_PREV) + .removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_NEXT).removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_INNER); + } + tmpTarget = null; + tmpTargetNodeId = null; + + //judge drag & drop in multi ztree + isOtherTree = false; + targetSetting = setting; + var settings = data.getSettings(); + for (var s in settings) { + if (settings[s].treeId && settings[s].edit.enable && settings[s].treeId != setting.treeId + && (event.target.id == settings[s].treeId || $(event.target).parents("#" + settings[s].treeId).length>0)) { + isOtherTree = true; + targetSetting = settings[s]; + } + } + + var docScrollTop = doc.scrollTop(), + docScrollLeft = doc.scrollLeft(), + treeOffset = targetSetting.treeObj.offset(), + scrollHeight = targetSetting.treeObj.get(0).scrollHeight, + scrollWidth = targetSetting.treeObj.get(0).scrollWidth, + dTop = (event.clientY + docScrollTop - treeOffset.top), + dBottom = (targetSetting.treeObj.height() + treeOffset.top - event.clientY - docScrollTop), + dLeft = (event.clientX + docScrollLeft - treeOffset.left), + dRight = (targetSetting.treeObj.width() + treeOffset.left - event.clientX - docScrollLeft), + isTop = (dTop < setting.edit.drag.borderMax && dTop > setting.edit.drag.borderMin), + isBottom = (dBottom < setting.edit.drag.borderMax && dBottom > setting.edit.drag.borderMin), + isLeft = (dLeft < setting.edit.drag.borderMax && dLeft > setting.edit.drag.borderMin), + isRight = (dRight < setting.edit.drag.borderMax && dRight > setting.edit.drag.borderMin), + isTreeInner = dTop > setting.edit.drag.borderMin && dBottom > setting.edit.drag.borderMin && dLeft > setting.edit.drag.borderMin && dRight > setting.edit.drag.borderMin, + isTreeTop = (isTop && targetSetting.treeObj.scrollTop() <= 0), + isTreeBottom = (isBottom && (targetSetting.treeObj.scrollTop() + targetSetting.treeObj.height()+10) >= scrollHeight), + isTreeLeft = (isLeft && targetSetting.treeObj.scrollLeft() <= 0), + isTreeRight = (isRight && (targetSetting.treeObj.scrollLeft() + targetSetting.treeObj.width()+10) >= scrollWidth); + + if (event.target && tools.isChildOrSelf(event.target, targetSetting.treeId)) { + //get node
                  • dom + var targetObj = event.target; + while (targetObj && targetObj.tagName && !tools.eqs(targetObj.tagName, "li") && targetObj.id != targetSetting.treeId) { + targetObj = targetObj.parentNode; + } + + var canMove = true; + //don't move to self or children of self + for (i=0, l=nodes.length; i 0) { + canMove = false; + break; + } + } + if (canMove && event.target && tools.isChildOrSelf(event.target, targetObj.id + consts.id.A)) { + tmpTarget = $(targetObj); + tmpTargetNodeId = targetObj.id; + } + } + + //the mouse must be in zTree + tmpNode = nodes[0]; + if (isTreeInner && tools.isChildOrSelf(event.target, targetSetting.treeId)) { + //judge mouse move in root of ztree + if (!tmpTarget && (event.target.id == targetSetting.treeId || isTreeTop || isTreeBottom || isTreeLeft || isTreeRight) && (isOtherTree || (!isOtherTree && tmpNode.parentTId))) { + tmpTarget = targetSetting.treeObj; + } + //auto scroll top + if (isTop) { + targetSetting.treeObj.scrollTop(targetSetting.treeObj.scrollTop()-10); + } else if (isBottom) { + targetSetting.treeObj.scrollTop(targetSetting.treeObj.scrollTop()+10); + } + if (isLeft) { + targetSetting.treeObj.scrollLeft(targetSetting.treeObj.scrollLeft()-10); + } else if (isRight) { + targetSetting.treeObj.scrollLeft(targetSetting.treeObj.scrollLeft()+10); + } + //auto scroll left + if (tmpTarget && tmpTarget != targetSetting.treeObj && tmpTarget.offset().left < targetSetting.treeObj.offset().left) { + targetSetting.treeObj.scrollLeft(targetSetting.treeObj.scrollLeft()+ tmpTarget.offset().left - targetSetting.treeObj.offset().left); + } + } + + curNode.css({ + "top": (event.clientY + docScrollTop + 3) + "px", + "left": (event.clientX + docScrollLeft + 3) + "px" + }); + + var dX = 0; + var dY = 0; + if (tmpTarget && tmpTarget.attr("id")!=targetSetting.treeId) { + var tmpTargetNode = tmpTargetNodeId == null ? null: data.getNodeCache(targetSetting, tmpTargetNodeId), + isCopy = (event.ctrlKey && setting.edit.drag.isMove && setting.edit.drag.isCopy) || (!setting.edit.drag.isMove && setting.edit.drag.isCopy), + isPrev = !!(preNode && tmpTargetNodeId === preNode.tId), + isNext = !!(nextNode && tmpTargetNodeId === nextNode.tId), + isInner = (tmpNode.parentTId && tmpNode.parentTId == tmpTargetNodeId), + canPrev = (isCopy || !isNext) && tools.apply(targetSetting.edit.drag.prev, [targetSetting.treeId, nodes, tmpTargetNode], !!targetSetting.edit.drag.prev), + canNext = (isCopy || !isPrev) && tools.apply(targetSetting.edit.drag.next, [targetSetting.treeId, nodes, tmpTargetNode], !!targetSetting.edit.drag.next), + canInner = (isCopy || !isInner) && !(targetSetting.data.keep.leaf && !tmpTargetNode.isParent) && tools.apply(targetSetting.edit.drag.inner, [targetSetting.treeId, nodes, tmpTargetNode], !!targetSetting.edit.drag.inner); + if (!canPrev && !canNext && !canInner) { + tmpTarget = null; + tmpTargetNodeId = ""; + moveType = consts.move.TYPE_INNER; + tmpArrow.css({ + "display":"none" + }); + if (window.zTreeMoveTimer) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null + } + } else { + var tmpTargetA = $("#" + tmpTargetNodeId + consts.id.A, tmpTarget), + tmpNextA = tmpTargetNode.isLastNode ? null : $("#" + tmpTargetNode.getNextNode().tId + consts.id.A, tmpTarget.next()), + tmpTop = tmpTargetA.offset().top, + tmpLeft = tmpTargetA.offset().left, + prevPercent = canPrev ? (canInner ? 0.25 : (canNext ? 0.5 : 1) ) : -1, + nextPercent = canNext ? (canInner ? 0.75 : (canPrev ? 0.5 : 0) ) : -1, + dY_percent = (event.clientY + docScrollTop - tmpTop)/tmpTargetA.height(); + if ((prevPercent==1 ||dY_percent<=prevPercent && dY_percent>=-.2) && canPrev) { + dX = 1 - tmpArrow.width(); + dY = tmpTop - tmpArrow.height()/2; + moveType = consts.move.TYPE_PREV; + } else if ((nextPercent==0 || dY_percent>=nextPercent && dY_percent<=1.2) && canNext) { + dX = 1 - tmpArrow.width(); + dY = (tmpNextA == null || (tmpTargetNode.isParent && tmpTargetNode.open)) ? (tmpTop + tmpTargetA.height() - tmpArrow.height()/2) : (tmpNextA.offset().top - tmpArrow.height()/2); + moveType = consts.move.TYPE_NEXT; + }else { + dX = 5 - tmpArrow.width(); + dY = tmpTop; + moveType = consts.move.TYPE_INNER; + } + tmpArrow.css({ + "display":"block", + "top": dY + "px", + "left": (tmpLeft + dX) + "px" + }); + tmpTargetA.addClass(consts.node.TMPTARGET_NODE + "_" + moveType); + + if (preTmpTargetNodeId != tmpTargetNodeId || preTmpMoveType != moveType) { + startTime = (new Date()).getTime(); + } + if (tmpTargetNode && tmpTargetNode.isParent && moveType == consts.move.TYPE_INNER) { + var startTimer = true; + if (window.zTreeMoveTimer && window.zTreeMoveTargetNodeTId !== tmpTargetNode.tId) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null; + }else if (window.zTreeMoveTimer && window.zTreeMoveTargetNodeTId === tmpTargetNode.tId) { + startTimer = false; + } + if (startTimer) { + window.zTreeMoveTimer = setTimeout(function() { + if (moveType != consts.move.TYPE_INNER) return; + if (tmpTargetNode && tmpTargetNode.isParent && !tmpTargetNode.open && (new Date()).getTime() - startTime > targetSetting.edit.drag.autoOpenTime + && tools.apply(targetSetting.callback.beforeDragOpen, [targetSetting.treeId, tmpTargetNode], true)) { + view.switchNode(targetSetting, tmpTargetNode); + if (targetSetting.edit.drag.autoExpandTrigger) { + targetSetting.treeObj.trigger(consts.event.EXPAND, [targetSetting.treeId, tmpTargetNode]); + } + } + }, targetSetting.edit.drag.autoOpenTime+50); + window.zTreeMoveTargetNodeTId = tmpTargetNode.tId; + } + } + } + } else { + moveType = consts.move.TYPE_INNER; + if (tmpTarget && tools.apply(targetSetting.edit.drag.inner, [targetSetting.treeId, nodes, null], !!targetSetting.edit.drag.inner)) { + tmpTarget.addClass(consts.node.TMPTARGET_TREE); + } else { + tmpTarget = null; + } + tmpArrow.css({ + "display":"none" + }); + if (window.zTreeMoveTimer) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null; + } + } + preTmpTargetNodeId = tmpTargetNodeId; + preTmpMoveType = moveType; + } + return false; + } + + doc.bind("mouseup", _docMouseUp); + function _docMouseUp(event) { + if (window.zTreeMoveTimer) { + clearTimeout(window.zTreeMoveTimer); + window.zTreeMoveTargetNodeTId = null; + } + preTmpTargetNodeId = null; + preTmpMoveType = null; + doc.unbind("mousemove", _docMouseMove); + doc.unbind("mouseup", _docMouseUp); + doc.unbind("selectstart", _docSelect); + body.css("cursor", "auto"); + if (tmpTarget) { + tmpTarget.removeClass(consts.node.TMPTARGET_TREE); + if (tmpTargetNodeId) $("#" + tmpTargetNodeId + consts.id.A, tmpTarget).removeClass(consts.node.TMPTARGET_NODE + "_" + consts.move.TYPE_PREV) + .removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_NEXT).removeClass(consts.node.TMPTARGET_NODE + "_" + _consts.move.TYPE_INNER); + } + tools.showIfameMask(setting, false); + + roots.showHoverDom = true; + if (root.dragFlag == 0) return; + root.dragFlag = 0; + + var i, l, tmpNode; + for (i=0, l=nodes.length; i 0) { + root.dragMaskList[0].remove(); + root.dragMaskList.shift(); + } + if (showSign) { + //show mask + var iframeList = $$("iframe", setting); + for (var i = 0, l = iframeList.length; i < l; i++) { + var obj = iframeList.get(i), + r = tools.getAbs(obj), + dragMask = $$("
                    ", setting); + dragMask.appendTo($$("body", setting)); + root.dragMaskList.push(dragMask); + } + } + } + }, + //method of operate ztree dom + _view = { + addEditBtn: function(setting, node) { + if (node.editNameFlag || $$(node, consts.id.EDIT, setting).length > 0) { + return; + } + if (!tools.apply(setting.edit.showRenameBtn, [setting.treeId, node], setting.edit.showRenameBtn)) { + return; + } + var aObj = $$(node, consts.id.A, setting), + editStr = ""; + aObj.append(editStr); + + $$(node, consts.id.EDIT, setting).bind('click', + function() { + if (!tools.uCanDo(setting) || tools.apply(setting.callback.beforeEditName, [setting.treeId, node], true) == false) return false; + view.editNode(setting, node); + return false; + } + ).show(); + }, + addRemoveBtn: function(setting, node) { + if (node.editNameFlag || $$(node, consts.id.REMOVE, setting).length > 0) { + return; + } + if (!tools.apply(setting.edit.showRemoveBtn, [setting.treeId, node], setting.edit.showRemoveBtn)) { + return; + } + var aObj = $$(node, consts.id.A, setting), + removeStr = ""; + aObj.append(removeStr); + + $$(node, consts.id.REMOVE, setting).bind('click', + function() { + if (!tools.uCanDo(setting) || tools.apply(setting.callback.beforeRemove, [setting.treeId, node], true) == false) return false; + view.removeNode(setting, node); + setting.treeObj.trigger(consts.event.REMOVE, [setting.treeId, node]); + return false; + } + ).bind('mousedown', + function(eventMouseDown) { + return true; + } + ).show(); + }, + addHoverDom: function(setting, node) { + if (data.getRoots().showHoverDom) { + node.isHover = true; + if (setting.edit.enable) { + view.addEditBtn(setting, node); + view.addRemoveBtn(setting, node); + } + tools.apply(setting.view.addHoverDom, [setting.treeId, node]); + } + }, + cancelCurEditNode: function (setting, forceName, isCancel) { + var root = data.getRoot(setting), + nameKey = setting.data.key.name, + node = root.curEditNode; + + if (node) { + var inputObj = root.curEditInput, + newName = forceName ? forceName:(isCancel ? node[nameKey]: inputObj.val()); + if (tools.apply(setting.callback.beforeRename, [setting.treeId, node, newName, isCancel], true) === false) { + return false; + } else { + node[nameKey] = newName; + setting.treeObj.trigger(consts.event.RENAME, [setting.treeId, node, isCancel]); + } + var aObj = $$(node, consts.id.A, setting); + aObj.removeClass(consts.node.CURSELECTED_EDIT); + inputObj.unbind(); + view.setNodeName(setting, node); + node.editNameFlag = false; + root.curEditNode = null; + root.curEditInput = null; + view.selectNode(setting, node, false); + } + root.noSelection = true; + return true; + }, + editNode: function(setting, node) { + var root = data.getRoot(setting); + view.editNodeBlur = false; + if (data.isSelectedNode(setting, node) && root.curEditNode == node && node.editNameFlag) { + setTimeout(function() {tools.inputFocus(root.curEditInput);}, 0); + return; + } + var nameKey = setting.data.key.name; + node.editNameFlag = true; + view.removeTreeDom(setting, node); + view.cancelCurEditNode(setting); + view.selectNode(setting, node, false); + $$(node, consts.id.SPAN, setting).html(""); + var inputObj = $$(node, consts.id.INPUT, setting); + inputObj.attr("value", node[nameKey]); + if (setting.edit.editNameSelectAll) { + tools.inputSelect(inputObj); + } else { + tools.inputFocus(inputObj); + } + + inputObj.bind('blur', function(event) { + if (!view.editNodeBlur) { + view.cancelCurEditNode(setting); + } + }).bind('keydown', function(event) { + if (event.keyCode=="13") { + view.editNodeBlur = true; + view.cancelCurEditNode(setting); + } else if (event.keyCode=="27") { + view.cancelCurEditNode(setting, null, true); + } + }).bind('click', function(event) { + return false; + }).bind('dblclick', function(event) { + return false; + }); + + $$(node, consts.id.A, setting).addClass(consts.node.CURSELECTED_EDIT); + root.curEditInput = inputObj; + root.noSelection = false; + root.curEditNode = node; + }, + moveNode: function(setting, targetNode, node, moveType, animateFlag, isSilent) { + var root = data.getRoot(setting), + childKey = setting.data.key.children; + if (targetNode == node) return; + if (setting.data.keep.leaf && targetNode && !targetNode.isParent && moveType == consts.move.TYPE_INNER) return; + var oldParentNode = (node.parentTId ? node.getParentNode(): root), + targetNodeIsRoot = (targetNode === null || targetNode == root); + if (targetNodeIsRoot && targetNode === null) targetNode = root; + if (targetNodeIsRoot) moveType = consts.move.TYPE_INNER; + var targetParentNode = (targetNode.parentTId ? targetNode.getParentNode() : root); + + if (moveType != consts.move.TYPE_PREV && moveType != consts.move.TYPE_NEXT) { + moveType = consts.move.TYPE_INNER; + } + + if (moveType == consts.move.TYPE_INNER) { + if (targetNodeIsRoot) { + //parentTId of root node is null + node.parentTId = null; + } else { + if (!targetNode.isParent) { + targetNode.isParent = true; + targetNode.open = !!targetNode.open; + view.setNodeLineIcos(setting, targetNode); + } + node.parentTId = targetNode.tId; + } + } + + //move node Dom + var targetObj, target_ulObj; + if (targetNodeIsRoot) { + targetObj = setting.treeObj; + target_ulObj = targetObj; + } else { + if (!isSilent && moveType == consts.move.TYPE_INNER) { + view.expandCollapseNode(setting, targetNode, true, false); + } else if (!isSilent) { + view.expandCollapseNode(setting, targetNode.getParentNode(), true, false); + } + targetObj = $$(targetNode, setting); + target_ulObj = $$(targetNode, consts.id.UL, setting); + if (!!targetObj.get(0) && !target_ulObj.get(0)) { + var ulstr = []; + view.makeUlHtml(setting, targetNode, ulstr, ''); + targetObj.append(ulstr.join('')); + } + target_ulObj = $$(targetNode, consts.id.UL, setting); + } + var nodeDom = $$(node, setting); + if (!nodeDom.get(0)) { + nodeDom = view.appendNodes(setting, node.level, [node], null, false, true).join(''); + } else if (!targetObj.get(0)) { + nodeDom.remove(); + } + if (target_ulObj.get(0) && moveType == consts.move.TYPE_INNER) { + target_ulObj.append(nodeDom); + } else if (targetObj.get(0) && moveType == consts.move.TYPE_PREV) { + targetObj.before(nodeDom); + } else if (targetObj.get(0) && moveType == consts.move.TYPE_NEXT) { + targetObj.after(nodeDom); + } + + //repair the data after move + var i,l, + tmpSrcIndex = -1, + tmpTargetIndex = 0, + oldNeighbor = null, + newNeighbor = null, + oldLevel = node.level; + if (node.isFirstNode) { + tmpSrcIndex = 0; + if (oldParentNode[childKey].length > 1 ) { + oldNeighbor = oldParentNode[childKey][1]; + oldNeighbor.isFirstNode = true; + } + } else if (node.isLastNode) { + tmpSrcIndex = oldParentNode[childKey].length -1; + oldNeighbor = oldParentNode[childKey][tmpSrcIndex - 1]; + oldNeighbor.isLastNode = true; + } else { + for (i = 0, l = oldParentNode[childKey].length; i < l; i++) { + if (oldParentNode[childKey][i].tId == node.tId) { + tmpSrcIndex = i; + break; + } + } + } + if (tmpSrcIndex >= 0) { + oldParentNode[childKey].splice(tmpSrcIndex, 1); + } + if (moveType != consts.move.TYPE_INNER) { + for (i = 0, l = targetParentNode[childKey].length; i < l; i++) { + if (targetParentNode[childKey][i].tId == targetNode.tId) tmpTargetIndex = i; + } + } + if (moveType == consts.move.TYPE_INNER) { + if (!targetNode[childKey]) targetNode[childKey] = new Array(); + if (targetNode[childKey].length > 0) { + newNeighbor = targetNode[childKey][targetNode[childKey].length - 1]; + newNeighbor.isLastNode = false; + } + targetNode[childKey].splice(targetNode[childKey].length, 0, node); + node.isLastNode = true; + node.isFirstNode = (targetNode[childKey].length == 1); + } else if (targetNode.isFirstNode && moveType == consts.move.TYPE_PREV) { + targetParentNode[childKey].splice(tmpTargetIndex, 0, node); + newNeighbor = targetNode; + newNeighbor.isFirstNode = false; + node.parentTId = targetNode.parentTId; + node.isFirstNode = true; + node.isLastNode = false; + + } else if (targetNode.isLastNode && moveType == consts.move.TYPE_NEXT) { + targetParentNode[childKey].splice(tmpTargetIndex + 1, 0, node); + newNeighbor = targetNode; + newNeighbor.isLastNode = false; + node.parentTId = targetNode.parentTId; + node.isFirstNode = false; + node.isLastNode = true; + + } else { + if (moveType == consts.move.TYPE_PREV) { + targetParentNode[childKey].splice(tmpTargetIndex, 0, node); + } else { + targetParentNode[childKey].splice(tmpTargetIndex + 1, 0, node); + } + node.parentTId = targetNode.parentTId; + node.isFirstNode = false; + node.isLastNode = false; + } + data.fixPIdKeyValue(setting, node); + data.setSonNodeLevel(setting, node.getParentNode(), node); + + //repair node what been moved + view.setNodeLineIcos(setting, node); + view.repairNodeLevelClass(setting, node, oldLevel) + + //repair node's old parentNode dom + if (!setting.data.keep.parent && oldParentNode[childKey].length < 1) { + //old parentNode has no child nodes + oldParentNode.isParent = false; + oldParentNode.open = false; + var tmp_ulObj = $$(oldParentNode, consts.id.UL, setting), + tmp_switchObj = $$(oldParentNode, consts.id.SWITCH, setting), + tmp_icoObj = $$(oldParentNode, consts.id.ICON, setting); + view.replaceSwitchClass(oldParentNode, tmp_switchObj, consts.folder.DOCU); + view.replaceIcoClass(oldParentNode, tmp_icoObj, consts.folder.DOCU); + tmp_ulObj.css("display", "none"); + + } else if (oldNeighbor) { + //old neigbor node + view.setNodeLineIcos(setting, oldNeighbor); + } + + //new neigbor node + if (newNeighbor) { + view.setNodeLineIcos(setting, newNeighbor); + } + + //repair checkbox / radio + if (!!setting.check && setting.check.enable && view.repairChkClass) { + view.repairChkClass(setting, oldParentNode); + view.repairParentChkClassWithSelf(setting, oldParentNode); + if (oldParentNode != node.parent) + view.repairParentChkClassWithSelf(setting, node); + } + + //expand parents after move + if (!isSilent) { + view.expandCollapseParentNode(setting, node.getParentNode(), true, animateFlag); + } + }, + removeEditBtn: function(setting, node) { + $$(node, consts.id.EDIT, setting).unbind().remove(); + }, + removeRemoveBtn: function(setting, node) { + $$(node, consts.id.REMOVE, setting).unbind().remove(); + }, + removeTreeDom: function(setting, node) { + node.isHover = false; + view.removeEditBtn(setting, node); + view.removeRemoveBtn(setting, node); + tools.apply(setting.view.removeHoverDom, [setting.treeId, node]); + }, + repairNodeLevelClass: function(setting, node, oldLevel) { + if (oldLevel === node.level) return; + var liObj = $$(node, setting), + aObj = $$(node, consts.id.A, setting), + ulObj = $$(node, consts.id.UL, setting), + oldClass = consts.className.LEVEL + oldLevel, + newClass = consts.className.LEVEL + node.level; + liObj.removeClass(oldClass); + liObj.addClass(newClass); + aObj.removeClass(oldClass); + aObj.addClass(newClass); + ulObj.removeClass(oldClass); + ulObj.addClass(newClass); + }, + selectNodes : function(setting, nodes) { + for (var i=0, l=nodes.length; i0); + } + } + }, + + _z = { + tools: _tools, + view: _view, + event: _event, + data: _data + }; + $.extend(true, $.fn.zTree.consts, _consts); + $.extend(true, $.fn.zTree._z, _z); + + var zt = $.fn.zTree, + tools = zt._z.tools, + consts = zt.consts, + view = zt._z.view, + data = zt._z.data, + event = zt._z.event, + $$ = tools.$; + + data.exSetting(_setting); + data.addInitBind(_bindEvent); + data.addInitUnBind(_unbindEvent); + data.addInitCache(_initCache); + data.addInitNode(_initNode); + data.addInitProxy(_eventProxy); + data.addInitRoot(_initRoot); + data.addZTreeTools(_zTreeTools); + + var _cancelPreSelectedNode = view.cancelPreSelectedNode; + view.cancelPreSelectedNode = function (setting, node) { + var list = data.getRoot(setting).curSelectedList; + for (var i=0, j=list.length; i1){var j=m[0].parentTId?m[0].getParentNode()[i]:n.getNodes(f);i=[];for(a=0,c=j.length;a-1&&k+1!==a&&(o=!1),i.push(j[a]),k=a),m.length===i.length){m=i;break}}o&&(H=m[0].getPreNode(),R=m[m.length-1].getNextNode());C=p("
                      ", +f);for(a=0,c=m.length;a0),e.removeTreeDom(f,o),k=p("
                    • ",f),k.append(p(o,d.id.A,f).clone()),k.css("padding","0"),k.children("#"+o.tId+d.id.A).removeClass(d.node.CURSELECTED),C.append(k),a==f.edit.drag.maxShowNodeNum-1){k=p("
                    • ...
                    • ",f);C.append(k);break}C.attr("id",m[0].tId+d.id.UL+"_tmp");C.addClass(f.treeObj.attr("class"));C.appendTo(M);A=p("", +f);A.attr("id","zTreeMove_arrow_tmp");A.appendTo(M);f.treeObj.trigger(d.event.DRAG,[b,f.treeId,m])}if(B.dragFlag==1){s&&A.attr("id")==b.target.id&&u&&b.clientX+F.scrollLeft()+2>w("#"+u+d.id.A,s).offset().left?(o=w("#"+u+d.id.A,s),b.target=o.length>0?o.get(0):b.target):s&&(s.removeClass(d.node.TMPTARGET_TREE),u&&w("#"+u+d.id.A,s).removeClass(d.node.TMPTARGET_NODE+"_"+d.move.TYPE_PREV).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_NEXT).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_INNER)); +u=s=null;J=!1;h=f;o=n.getSettings();for(var D in o)if(o[D].treeId&&o[D].edit.enable&&o[D].treeId!=f.treeId&&(b.target.id==o[D].treeId||w(b.target).parents("#"+o[D].treeId).length>0))J=!0,h=o[D];D=F.scrollTop();k=F.scrollLeft();i=h.treeObj.offset();a=h.treeObj.get(0).scrollHeight;o=h.treeObj.get(0).scrollWidth;c=b.clientY+D-i.top;var q=h.treeObj.height()+i.top-b.clientY-D,r=b.clientX+k-i.left,x=h.treeObj.width()+i.left-b.clientX-k;i=cf.edit.drag.borderMin;var j=qf.edit.drag.borderMin,K=rf.edit.drag.borderMin,G=xf.edit.drag.borderMin,q=c>f.edit.drag.borderMin&&q>f.edit.drag.borderMin&&r>f.edit.drag.borderMin&&x>f.edit.drag.borderMin,r=i&&h.treeObj.scrollTop()<=0,x=j&&h.treeObj.scrollTop()+h.treeObj.height()+10>=a,P=K&&h.treeObj.scrollLeft()<=0,Q=G&&h.treeObj.scrollLeft()+h.treeObj.width()+10>=o;if(b.target&&g.isChildOrSelf(b.target,h.treeId)){for(var E=b.target;E&&E.tagName&&!g.eqs(E.tagName,"li")&&E.id!= +h.treeId;)E=E.parentNode;var S=!0;for(a=0,c=m.length;a0){S=!1;break}if(S&&b.target&&g.isChildOrSelf(b.target,E.id+d.id.A))s=w(E),u=E.id}o=m[0];if(q&&g.isChildOrSelf(b.target,h.treeId)){if(!s&&(b.target.id==h.treeId||r||x||P||Q)&&(J||!J&&o.parentTId))s=h.treeObj;i?h.treeObj.scrollTop(h.treeObj.scrollTop()-10):j&&h.treeObj.scrollTop(h.treeObj.scrollTop()+10);K?h.treeObj.scrollLeft(h.treeObj.scrollLeft()-10):G&&h.treeObj.scrollLeft(h.treeObj.scrollLeft()+ +10);s&&s!=h.treeObj&&s.offset().left=-0.2)&&o?(a=1-A.width(),i=j-A.height()/2,v=d.move.TYPE_PREV):(G==0||b>=G&&b<=1.2)&&a?(a=1-A.width(),i=i==null||y.isParent&&y.open?j+c.height()-A.height()/2:i.offset().top-A.height()/2,v=d.move.TYPE_NEXT):(a=5-A.width(),i=j,v=d.move.TYPE_INNER);A.css({display:"block",top:i+"px",left:k+a+"px"});c.addClass(d.node.TMPTARGET_NODE+"_"+v);if(T!=u||U!=v)L=(new Date).getTime();if(y&&y.isParent&&v==d.move.TYPE_INNER&&(b=!0,window.zTreeMoveTimer&&window.zTreeMoveTargetNodeTId!== +y.tId?(clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null):window.zTreeMoveTimer&&window.zTreeMoveTargetNodeTId===y.tId&&(b=!1),b))window.zTreeMoveTimer=setTimeout(function(){v==d.move.TYPE_INNER&&y&&y.isParent&&!y.open&&(new Date).getTime()-L>h.edit.drag.autoOpenTime&&g.apply(h.callback.beforeDragOpen,[h.treeId,y],!0)&&(e.switchNode(h,y),h.edit.drag.autoExpandTrigger&&h.treeObj.trigger(d.event.EXPAND,[h.treeId,y]))},h.edit.drag.autoOpenTime+50),window.zTreeMoveTargetNodeTId=y.tId}}else if(v= +d.move.TYPE_INNER,s&&g.apply(h.edit.drag.inner,[h.treeId,m,null],!!h.edit.drag.inner)?s.addClass(d.node.TMPTARGET_TREE):s=null,A.css({display:"none"}),window.zTreeMoveTimer)clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null;T=u;U=v}return!1}function l(b){if(window.zTreeMoveTimer)clearTimeout(window.zTreeMoveTimer),window.zTreeMoveTargetNodeTId=null;U=T=null;F.unbind("mousemove",c);F.unbind("mouseup",l);F.unbind("selectstart",k);M.css("cursor","auto");s&&(s.removeClass(d.node.TMPTARGET_TREE), +u&&w("#"+u+d.id.A,s).removeClass(d.node.TMPTARGET_NODE+"_"+d.move.TYPE_PREV).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_NEXT).removeClass(d.node.TMPTARGET_NODE+"_"+I.move.TYPE_INNER));g.showIfameMask(f,!1);t.showHoverDom=!0;if(B.dragFlag!=0){B.dragFlag=0;var a,i,j;for(a=0,i=m.length;a +0;)c.dragMaskList[0].remove(),c.dragMaskList.shift();if(a)for(var d=p("iframe",b),e=0,i=d.length;e",b);j.appendTo(p("body",b));c.dragMaskList.push(j)}}},view:{addEditBtn:function(b,a){if(!(a.editNameFlag||p(a,d.id.EDIT,b).length>0)&&g.apply(b.edit.showRenameBtn,[b.treeId,a],b.edit.showRenameBtn)){var c=p(a,d.id.A, +b),l="";c.append(l);p(a,d.id.EDIT,b).bind("click",function(){if(!g.uCanDo(b)||g.apply(b.callback.beforeEditName,[b.treeId,a],!0)==!1)return!1;e.editNode(b,a);return!1}).show()}},addRemoveBtn:function(b,a){if(!(a.editNameFlag||p(a,d.id.REMOVE,b).length>0)&&g.apply(b.edit.showRemoveBtn,[b.treeId,a],b.edit.showRemoveBtn)){var c= +p(a,d.id.A,b),l="";c.append(l);p(a,d.id.REMOVE,b).bind("click",function(){if(!g.uCanDo(b)||g.apply(b.callback.beforeRemove,[b.treeId,a],!0)==!1)return!1;e.removeNode(b,a);b.treeObj.trigger(d.event.REMOVE,[b.treeId,a]);return!1}).bind("mousedown",function(){return!0}).show()}},addHoverDom:function(b,a){if(n.getRoots().showHoverDom)a.isHover= +!0,b.edit.enable&&(e.addEditBtn(b,a),e.addRemoveBtn(b,a)),g.apply(b.view.addHoverDom,[b.treeId,a])},cancelCurEditNode:function(b,a,c){var l=n.getRoot(b),k=b.data.key.name,i=l.curEditNode;if(i){var j=l.curEditInput,a=a?a:c?i[k]:j.val();if(g.apply(b.callback.beforeRename,[b.treeId,i,a,c],!0)===!1)return!1;else i[k]=a,b.treeObj.trigger(d.event.RENAME,[b.treeId,i,c]);p(i,d.id.A,b).removeClass(d.node.CURSELECTED_EDIT);j.unbind();e.setNodeName(b,i);i.editNameFlag=!1;l.curEditNode=null;l.curEditInput=null; +e.selectNode(b,i,!1)}return l.noSelection=!0},editNode:function(b,a){var c=n.getRoot(b);e.editNodeBlur=!1;if(n.isSelectedNode(b,a)&&c.curEditNode==a&&a.editNameFlag)setTimeout(function(){g.inputFocus(c.curEditInput)},0);else{var l=b.data.key.name;a.editNameFlag=!0;e.removeTreeDom(b,a);e.cancelCurEditNode(b);e.selectNode(b,a,!1);p(a,d.id.SPAN,b).html("");var k=p(a,d.id.INPUT,b);k.attr("value",a[l]);b.edit.editNameSelectAll? +g.inputSelect(k):g.inputFocus(k);k.bind("blur",function(){e.editNodeBlur||e.cancelCurEditNode(b)}).bind("keydown",function(a){a.keyCode=="13"?(e.editNodeBlur=!0,e.cancelCurEditNode(b)):a.keyCode=="27"&&e.cancelCurEditNode(b,null,!0)}).bind("click",function(){return!1}).bind("dblclick",function(){return!1});p(a,d.id.A,b).addClass(d.node.CURSELECTED_EDIT);c.curEditInput=k;c.noSelection=!1;c.curEditNode=a}},moveNode:function(b,a,c,l,k,i){var j=n.getRoot(b),f=b.data.key.children;if(a!=c&&(!b.data.keep.leaf|| +!a||a.isParent||l!=d.move.TYPE_INNER)){var g=c.parentTId?c.getParentNode():j,t=a===null||a==j;t&&a===null&&(a=j);if(t)l=d.move.TYPE_INNER;j=a.parentTId?a.getParentNode():j;if(l!=d.move.TYPE_PREV&&l!=d.move.TYPE_NEXT)l=d.move.TYPE_INNER;if(l==d.move.TYPE_INNER)if(t)c.parentTId=null;else{if(!a.isParent)a.isParent=!0,a.open=!!a.open,e.setNodeLineIcos(b,a);c.parentTId=a.tId}var q;t?q=t=b.treeObj:(!i&&l==d.move.TYPE_INNER?e.expandCollapseNode(b,a,!0,!1):i||e.expandCollapseNode(b,a.getParentNode(),!0,!1), +t=p(a,b),q=p(a,d.id.UL,b),t.get(0)&&!q.get(0)&&(q=[],e.makeUlHtml(b,a,q,""),t.append(q.join(""))),q=p(a,d.id.UL,b));var r=p(c,b);r.get(0)?t.get(0)||r.remove():r=e.appendNodes(b,c.level,[c],null,!1,!0).join("");q.get(0)&&l==d.move.TYPE_INNER?q.append(r):t.get(0)&&l==d.move.TYPE_PREV?t.before(r):t.get(0)&&l==d.move.TYPE_NEXT&&t.after(r);var m=-1,w=0,x=null,t=null,C=c.level;if(c.isFirstNode){if(m=0,g[f].length>1)x=g[f][1],x.isFirstNode=!0}else if(c.isLastNode)m=g[f].length-1,x=g[f][m-1],x.isLastNode= +!0;else for(q=0,r=g[f].length;q=0&&g[f].splice(m,1);if(l!=d.move.TYPE_INNER)for(q=0,r=j[f].length;q0)t=a[f][a[f].length-1],t.isLastNode=!1;a[f].splice(a[f].length,0,c);c.isLastNode=!0;c.isFirstNode=a[f].length==1}else a.isFirstNode&&l==d.move.TYPE_PREV?(j[f].splice(w,0,c),t=a,t.isFirstNode=!1,c.parentTId=a.parentTId,c.isFirstNode=!0,c.isLastNode=!1):a.isLastNode&&l==d.move.TYPE_NEXT? +(j[f].splice(w+1,0,c),t=a,t.isLastNode=!1,c.parentTId=a.parentTId,c.isFirstNode=!1,c.isLastNode=!0):(l==d.move.TYPE_PREV?j[f].splice(w,0,c):j[f].splice(w+1,0,c),c.parentTId=a.parentTId,c.isFirstNode=!1,c.isLastNode=!1);n.fixPIdKeyValue(b,c);n.setSonNodeLevel(b,c.getParentNode(),c);e.setNodeLineIcos(b,c);e.repairNodeLevelClass(b,c,C);!b.data.keep.parent&&g[f].length<1?(g.isParent=!1,g.open=!1,a=p(g,d.id.UL,b),l=p(g,d.id.SWITCH,b),f=p(g,d.id.ICON,b),e.replaceSwitchClass(g,l,d.folder.DOCU),e.replaceIcoClass(g, +f,d.folder.DOCU),a.css("display","none")):x&&e.setNodeLineIcos(b,x);t&&e.setNodeLineIcos(b,t);b.check&&b.check.enable&&e.repairChkClass&&(e.repairChkClass(b,g),e.repairParentChkClassWithSelf(b,g),g!=c.parent&&e.repairParentChkClassWithSelf(b,c));i||e.expandCollapseParentNode(b,c.getParentNode(),!0,k)}},removeEditBtn:function(b,a){p(a,d.id.EDIT,b).unbind().remove()},removeRemoveBtn:function(b,a){p(a,d.id.REMOVE,b).unbind().remove()},removeTreeDom:function(b,a){a.isHover=!1;e.removeEditBtn(b,a);e.removeRemoveBtn(b, +a);g.apply(b.view.removeHoverDom,[b.treeId,a])},repairNodeLevelClass:function(b,a,c){if(c!==a.level){var e=p(a,b),g=p(a,d.id.A,b),b=p(a,d.id.UL,b),c=d.className.LEVEL+c,a=d.className.LEVEL+a.level;e.removeClass(c);e.addClass(a);g.removeClass(c);g.addClass(a);b.removeClass(c);b.addClass(a)}},selectNodes:function(b,a){for(var c=0,d=a.length;c0)}},event:{},data:{setSonNodeLevel:function(b,a,c){if(c){var d=b.data.key.children;c.level=a?a.level+1:0;if(c[d])for(var a=0,e=c[d].length;a< +e;a++)c[d][a]&&n.setSonNodeLevel(b,c,c[d][a])}}}});var H=w.fn.zTree,g=H._z.tools,d=H.consts,e=H._z.view,n=H._z.data,p=g.$;n.exSetting({edit:{enable:!1,editNameSelectAll:!1,showRemoveBtn:!0,showRenameBtn:!0,removeTitle:"remove",renameTitle:"rename",drag:{autoExpandTrigger:!1,isCopy:!0,isMove:!0,prev:!0,next:!0,inner:!0,minMoveSize:5,borderMax:10,borderMin:-5,maxShowNodeNum:5,autoOpenTime:500}},view:{addHoverDom:null,removeHoverDom:null},callback:{beforeDrag:null,beforeDragOpen:null,beforeDrop:null, +beforeEditName:null,beforeRename:null,onDrag:null,onDrop:null,onRename:null}});n.addInitBind(function(b){var a=b.treeObj,c=d.event;a.bind(c.RENAME,function(a,c,d,e){g.apply(b.callback.onRename,[a,c,d,e])});a.bind(c.REMOVE,function(a,c,d){g.apply(b.callback.onRemove,[a,c,d])});a.bind(c.DRAG,function(a,c,d,e){g.apply(b.callback.onDrag,[c,d,e])});a.bind(c.DROP,function(a,c,d,e,f,n,p){g.apply(b.callback.onDrop,[c,d,e,f,n,p])})});n.addInitUnBind(function(b){var b=b.treeObj,a=d.event;b.unbind(a.RENAME); +b.unbind(a.REMOVE);b.unbind(a.DRAG);b.unbind(a.DROP)});n.addInitCache(function(){});n.addInitNode(function(b,a,c){if(c)c.isHover=!1,c.editNameFlag=!1});n.addInitProxy(function(b){var a=b.target,c=n.getSetting(b.data.treeId),e=b.relatedTarget,k="",i=null,j="",f=null,p=null;if(g.eqs(b.type,"mouseover")){if(p=g.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+d.id.A}]))k=g.getNodeMainDom(p).id,j="hoverOverNode"}else if(g.eqs(b.type,"mouseout"))p=g.getMDom(c,e,[{tagName:"a",attrName:"treeNode"+d.id.A}]), +p||(k="remove",j="hoverOutNode");else if(g.eqs(b.type,"mousedown")&&(p=g.getMDom(c,a,[{tagName:"a",attrName:"treeNode"+d.id.A}])))k=g.getNodeMainDom(p).id,j="mousedownNode";if(k.length>0)switch(i=n.getNodeCache(c,k),j){case "mousedownNode":f=x.onMousedownNode;break;case "hoverOverNode":f=x.onHoverOverNode;break;case "hoverOutNode":f=x.onHoverOutNode}return{stop:!1,node:i,nodeEventType:j,nodeEventCallback:f,treeEventType:"",treeEventCallback:null}});n.addInitRoot(function(b){var b=n.getRoot(b),a=n.getRoots(); +b.curEditNode=null;b.curEditInput=null;b.curHoverNode=null;b.dragFlag=0;b.dragNodeShowBefore=[];b.dragMaskList=[];a.showHoverDom=!0});n.addZTreeTools(function(b,a){a.cancelEditName=function(a){n.getRoot(b).curEditNode&&e.cancelCurEditNode(b,a?a:null,!0)};a.copyNode=function(a,l,k,i){if(!l)return null;if(a&&!a.isParent&&b.data.keep.leaf&&k===d.move.TYPE_INNER)return null;var j=g.clone(l);if(!a)a=null,k=d.move.TYPE_INNER;k==d.move.TYPE_INNER?(l=function(){e.addNodes(b,a,[j],i)},g.canAsync(b,a)?e.asyncNode(b, +a,i,l):l()):(e.addNodes(b,a.parentNode,[j],i),e.moveNode(b,a,j,k,!1,i));return j};a.editName=function(a){a&&a.tId&&a===n.getNodeCache(b,a.tId)&&(a.parentTId&&e.expandCollapseParentNode(b,a.getParentNode(),!0),e.editNode(b,a))};a.moveNode=function(a,l,k,i){function j(){e.moveNode(b,a,l,k,!1,i)}if(!l)return l;if(a&&!a.isParent&&b.data.keep.leaf&&k===d.move.TYPE_INNER)return null;else if(a&&(l.parentTId==a.tId&&k==d.move.TYPE_INNER||p(l,b).find("#"+a.tId).length>0))return null;else a||(a=null);g.canAsync(b, +a)&&k===d.move.TYPE_INNER?e.asyncNode(b,a,i,j):j();return l};a.setEditable=function(a){b.edit.enable=a;return this.refresh()}});var N=e.cancelPreSelectedNode;e.cancelPreSelectedNode=function(b,a){for(var c=n.getRoot(b).curSelectedList,d=0,g=c.length;d"); + }, + showNode: function(setting, node, options) { + node.isHidden = false; + data.initShowForExCheck(setting, node); + $$(node, setting).show(); + }, + showNodes: function(setting, nodes, options) { + if (!nodes || nodes.length == 0) { + return; + } + var pList = {}, i, j; + for (i=0, j=nodes.length; i 0 && !parentNode[childKey][0].isHidden) { + parentNode[childKey][0].isFirstNode = true; + } else if (childLength > 0) { + view.setFirstNodeForHide(setting, parentNode[childKey]); + } + }, + setLastNode: function(setting, parentNode) { + var childKey = setting.data.key.children, childLength = parentNode[childKey].length; + if (childLength > 0 && !parentNode[childKey][0].isHidden) { + parentNode[childKey][childLength - 1].isLastNode = true; + } else if (childLength > 0) { + view.setLastNodeForHide(setting, parentNode[childKey]); + } + }, + setFirstNodeForHide: function(setting, nodes) { + var n,i,j; + for (i=0, j=nodes.length; i=0; i--) { + n = nodes[i]; + if (n.isLastNode) { + break; + } + if (!n.isHidden && !n.isLastNode) { + n.isLastNode = true; + view.setNodeLineIcos(setting, n); + break; + } else { + n = null; + } + } + return n; + }, + setLastNodeForShow: function(setting, nodes) { + var n,i,j, last, old; + for (i=nodes.length-1; i>=0; i--) { + n = nodes[i]; + if (!last && !n.isHidden && n.isLastNode) { + last = n; + break; + } else if (!last && !n.isHidden && !n.isLastNode) { + n.isLastNode = true; + last = n; + view.setNodeLineIcos(setting, n); + } else if (last && n.isLastNode) { + n.isLastNode = false; + old = n; + view.setNodeLineIcos(setting, n); + break; + } else { + n = null; + } + } + return {"new":last, "old":old}; + } + }, + + _z = { + view: _view, + data: _data + }; + $.extend(true, $.fn.zTree._z, _z); + + var zt = $.fn.zTree, + tools = zt._z.tools, + consts = zt.consts, + view = zt._z.view, + data = zt._z.data, + event = zt._z.event, + $$ = tools.$; + + data.addInitNode(_initNode); + data.addBeforeA(_beforeA); + data.addZTreeTools(_zTreeTools); + +// Override method in core + var _dInitNode = data.initNode; + data.initNode = function(setting, level, node, parentNode, isFirstNode, isLastNode, openFlag) { + var tmpPNode = (parentNode) ? parentNode: data.getRoot(setting), + children = tmpPNode[setting.data.key.children]; + data.tmpHideFirstNode = view.setFirstNodeForHide(setting, children); + data.tmpHideLastNode = view.setLastNodeForHide(setting, children); + view.setNodeLineIcos(setting, data.tmpHideFirstNode); + view.setNodeLineIcos(setting, data.tmpHideLastNode); + isFirstNode = (data.tmpHideFirstNode === node); + isLastNode = (data.tmpHideLastNode === node); + if (_dInitNode) _dInitNode.apply(data, arguments); + if (isLastNode) { + view.clearOldLastNode(setting, node); + } + }; + + var _makeChkFlag = data.makeChkFlag; + if (!!_makeChkFlag) { + data.makeChkFlag = function(setting, node) { + if (!!node && !!node.isHidden) { + return; + } + _makeChkFlag.apply(data, arguments); + } + } + + var _getTreeCheckedNodes = data.getTreeCheckedNodes; + if (!!_getTreeCheckedNodes) { + data.getTreeCheckedNodes = function(setting, nodes, checked, results) { + if (!!nodes && nodes.length > 0) { + var p = nodes[0].getParentNode(); + if (!!p && !!p.isHidden) { + return []; + } + } + return _getTreeCheckedNodes.apply(data, arguments); + } + } + + var _getTreeChangeCheckedNodes = data.getTreeChangeCheckedNodes; + if (!!_getTreeChangeCheckedNodes) { + data.getTreeChangeCheckedNodes = function(setting, nodes, results) { + if (!!nodes && nodes.length > 0) { + var p = nodes[0].getParentNode(); + if (!!p && !!p.isHidden) { + return []; + } + } + return _getTreeChangeCheckedNodes.apply(data, arguments); + } + } + + var _expandCollapseSonNode = view.expandCollapseSonNode; + if (!!_expandCollapseSonNode) { + view.expandCollapseSonNode = function(setting, node, expandFlag, animateFlag, callback) { + if (!!node && !!node.isHidden) { + return; + } + _expandCollapseSonNode.apply(view, arguments); + } + } + + var _setSonNodeCheckBox = view.setSonNodeCheckBox; + if (!!_setSonNodeCheckBox) { + view.setSonNodeCheckBox = function(setting, node, value, srcNode) { + if (!!node && !!node.isHidden) { + return; + } + _setSonNodeCheckBox.apply(view, arguments); + } + } + + var _repairParentChkClassWithSelf = view.repairParentChkClassWithSelf; + if (!!_repairParentChkClassWithSelf) { + view.repairParentChkClassWithSelf = function(setting, node) { + if (!!node && !!node.isHidden) { + return; + } + _repairParentChkClassWithSelf.apply(view, arguments); + } + } +})(jQuery); \ No newline at end of file diff --git a/htdocs/js/ztree/js/jquery.ztree.exhide-3.5.min.js b/htdocs/js/ztree/js/jquery.ztree.exhide-3.5.min.js new file mode 100644 index 000000000..06c41b05b --- /dev/null +++ b/htdocs/js/ztree/js/jquery.ztree.exhide-3.5.min.js @@ -0,0 +1,22 @@ +/* + * JQuery zTree exHideNodes v3.5.15 + * http://zTree.me/ + * + * Copyright (c) 2010 Hunter.z + * + * Licensed same as jquery - MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * email: hunter.z@263.net + * Date: 2013-10-15 + */ +(function(i){i.extend(!0,i.fn.zTree._z,{view:{clearOldFirstNode:function(c,a){for(var b=a.getNextNode();b;){if(b.isFirstNode){b.isFirstNode=!1;d.setNodeLineIcos(c,b);break}if(b.isLastNode)break;b=b.getNextNode()}},clearOldLastNode:function(c,a){for(var b=a.getPreNode();b;){if(b.isLastNode){b.isLastNode=!1;d.setNodeLineIcos(c,b);break}if(b.isFirstNode)break;b=b.getPreNode()}},makeDOMNodeMainBefore:function(c,a,b){c.push("
                    • ")},showNode:function(c,a){a.isHidden=!1;f.initShowForExCheck(c,a);j(a,c).show()},showNodes:function(c,a,b){if(a&&a.length!=0){var e={},g,k;for(g=0,k=a.length;g0&&!a[b][0].isHidden? +a[b][0].isFirstNode=!0:e>0&&d.setFirstNodeForHide(c,a[b])},setLastNode:function(c,a){var b=c.data.key.children,e=a[b].length;e>0&&!a[b][0].isHidden?a[b][e-1].isLastNode=!0:e>0&&d.setLastNodeForHide(c,a[b])},setFirstNodeForHide:function(c,a){var b,e,g;for(e=0,g=a.length;e=0;e--){b=a[e];if(b.isLastNode)break;if(!b.isHidden&&!b.isLastNode){b.isLastNode=!0;d.setNodeLineIcos(c,b);break}else b=null}return b},setLastNodeForShow:function(c,a){var b,e,g,f;for(e=a.length-1;e>=0;e--)if(b=a[e],!g&&!b.isHidden&& +b.isLastNode){g=b;break}else if(!g&&!b.isHidden&&!b.isLastNode)b.isLastNode=!0,g=b,d.setNodeLineIcos(c,b);else if(g&&b.isLastNode){b.isLastNode=!1;f=b;d.setNodeLineIcos(c,b);break}return{"new":g,old:f}}},data:{initHideForExCheck:function(c,a){if(a.isHidden&&c.check&&c.check.enable){if(typeof a._nocheck=="undefined")a._nocheck=!!a.nocheck,a.nocheck=!0;a.check_Child_State=-1;d.repairParentChkClassWithSelf&&d.repairParentChkClassWithSelf(c,a)}},initShowForExCheck:function(c,a){if(!a.isHidden&&c.check&& +c.check.enable){if(typeof a._nocheck!="undefined")a.nocheck=a._nocheck,delete a._nocheck;if(d.setChkClass){var b=j(a,l.id.CHECK,c);d.setChkClass(c,b,a)}d.repairParentChkClassWithSelf&&d.repairParentChkClassWithSelf(c,a)}}}});var i=i.fn.zTree,m=i._z.tools,l=i.consts,d=i._z.view,f=i._z.data,j=m.$;f.addInitNode(function(c,a,b){if(typeof b.isHidden=="string")b.isHidden=m.eqs(b.isHidden,"true");b.isHidden=!!b.isHidden;f.initHideForExCheck(c,b)});f.addBeforeA(function(){});f.addZTreeTools(function(c,a){a.showNodes= +function(a,b){d.showNodes(c,a,b)};a.showNode=function(a,b){a&&d.showNodes(c,[a],b)};a.hideNodes=function(a,b){d.hideNodes(c,a,b)};a.hideNode=function(a,b){a&&d.hideNodes(c,[a],b)};var b=a.checkNode;if(b)a.checkNode=function(c,d,f,h){(!c||!c.isHidden)&&b.apply(a,arguments)}});var n=f.initNode;f.initNode=function(c,a,b,e,g,i,h){var j=(e?e:f.getRoot(c))[c.data.key.children];f.tmpHideFirstNode=d.setFirstNodeForHide(c,j);f.tmpHideLastNode=d.setLastNodeForHide(c,j);d.setNodeLineIcos(c,f.tmpHideFirstNode); +d.setNodeLineIcos(c,f.tmpHideLastNode);g=f.tmpHideFirstNode===b;i=f.tmpHideLastNode===b;n&&n.apply(f,arguments);i&&d.clearOldLastNode(c,b)};var o=f.makeChkFlag;if(o)f.makeChkFlag=function(c,a){(!a||!a.isHidden)&&o.apply(f,arguments)};var p=f.getTreeCheckedNodes;if(p)f.getTreeCheckedNodes=function(c,a,b,e){if(a&&a.length>0){var d=a[0].getParentNode();if(d&&d.isHidden)return[]}return p.apply(f,arguments)};var q=f.getTreeChangeCheckedNodes;if(q)f.getTreeChangeCheckedNodes=function(c,a,b){if(a&&a.length> +0){var d=a[0].getParentNode();if(d&&d.isHidden)return[]}return q.apply(f,arguments)};var r=d.expandCollapseSonNode;if(r)d.expandCollapseSonNode=function(c,a,b,e,f){(!a||!a.isHidden)&&r.apply(d,arguments)};var s=d.setSonNodeCheckBox;if(s)d.setSonNodeCheckBox=function(c,a,b,e){(!a||!a.isHidden)&&s.apply(d,arguments)};var t=d.repairParentChkClassWithSelf;if(t)d.repairParentChkClassWithSelf=function(c,a){(!a||!a.isHidden)&&t.apply(d,arguments)}})(jQuery); diff --git a/htdocs/lang/en.php.bak b/htdocs/lang/en.php.bak new file mode 100644 index 000000000..bd497ad0b --- /dev/null +++ b/htdocs/lang/en.php.bak @@ -0,0 +1,492 @@ + array ( + "TIPS" => "Tips", + "USERNAME" => "Username", + "PWD" => "Password", + "PWD_TEMP" => "Temp Password", + "PWD_RESET" => "Reset Password", + "NAME" => "Name", + "PHONE" => "Phone No.", + "EMAIL" => "Email", + "CMD_LOGIN" => "Login", + "CMD_SEARCH" => "Search", + "CMD_SUBMIT" => "Submit", + "CMD_SUBMITTING" => "Submitting", + "CMD_UPDATE" => "Update", + "MSG_UPDATED" => "Updated", + "CMD_CANCEL" => "Cancel", + "CMD_SKIP" => "Skip", + "CMD_HIDE" => "Hide", + "CMD_SHOW" => "Show", + "REPORT_TYPE" => "Report Type", + "REPORT_TO" => "Report To", + "MSG_REQDFIELD" => "This field is required", + "REPORTED" => "Reported", + "REPORTED_NOT" => "Not Yet Reported", + "SKIPPED" => "Skipped", + "CMD_BACK" => "Back", + "CMD_GETREPORT" => "Get Report", + "MSG_SELECT_TTYPE" => "Select test type first", + "CMD_EDIT" => "Edit", + "CMD_EXPORTWORD" => "Export as Word Document", + "CMD_EXPORTTXT" => "Export as Text File", + "CMD_EXPORTPDF" => "Export as PDF", + "CMD_SELECT" => "Select", + "CMD_DELETE" => "Delete", + "CMD_ENTER" => "Enter", + "CMD_OK" => "OK", + "CMD_PRINT" => "Print", + "CMD_SEARCHING" => "Searching", + "CMD_FETCH" => "Fetch", + "CMD_FETCHING" => "Fetching", + "MSG_DELETED" => "Deleted", + "MSG_RESET" => "Reset", + "SELECT_ONE" => "Select one", + "CMD_CLOSEPAGE" => "Close This Page", + "CMD_CLOSEPREVIEW" => "Close Preview", + "FACILITY" => "Facility", + "LOCATION" => "Location", + "LAB_MGR" => "Lab Manager", + "LAB_DIR" => "Country Director", + "TYPE" => "Type", + "LAB_STATUS" => "Lab Status", + "SP_STATUS" => "Status", + "MANAGE" => "Manage", + "CMD_ADDNEWACCOUNT" => "Add New Account", + "CMD_THISTORY" => "Test History", + "DOCTOR" => "Physician/Hospital", + "PATIENT" => "Patient", + "PATIENTS" => "Patients", + "PATIENT_NAME" => "Patient Name", + "PATIENT_ID" => "Patient ID", + "ADDL_ID" => "Additional ID", + "GENDER" => "Gender", + "MALE" => "Male", + "FEMALE" => "Female", + "PATIENT_DAILYNUM" => "Patient Number", + "AGE" => "Age", + "OR" => "Or", + "DOB" => "Date of Birth", + "YEARS" => "Years", + "MONTHS" => "Months", + "DAYS" => "Days", + "HOURS" => "Hours", + "DROPDOWN" => "Drop-down Options", + "FREETEXT" => "Free-text", + "NUMERIC_FIELD" => "Numeric", + "MULTISELECT" => "Multi-select", + "ACCESSION_NUM" => "Accession No.", + "SPECIMEN" => "Specimen", + "IF_AVLBL" => "if available", + "SPECIMENS" => "Specimens", + "SPECIMEN_ID" => "Specimen ID", + "ADDL_ID_S" => "Additional ID", + "SPECIMEN_TYPE" => "Specimen Type", + "SPECIMEN_TYPES" => "Specimen Types", + "TEST" => "Test", + "TESTS" => "Tests", + "TEST_TYPE" => "Test Type", + "TEST_TYPES" => "Test Types", + "DATE" => "Date", + "DATE_FORMAT" => "Date Format", + "R_DATE" => "Lab Receipt Date", + "C_DATE" => "Collection Date", + "C_TIME" => "Collection Time", + "E_DATE" => "Results Entry Date", + "RE_DATE" => "Date Reported", + "G_DATE" => "Date", + "CUMULATIVE" => "Cumulative", + "REGD_BY" => "Registered By", + "COMMENTS" => "Comments", + "TECHNICIAN" => "Technician", + "TECHNICIANS" => "Technicians", + "RESULTS" => "Results", + "RESULT_COMMENTS" => "Remarks", + "RANGE" => "Range", + "RANGE_OUTOF" => "Out of Range", + "DETAILS" => "Details", + "OPTIONAL" => "Optional", + "REF_OUT" => "Referred Out", + "PENDING_RESULTS" => "Results Pending", + "PENDING_VER" => "Verification Pending", + "DONE" => "Completed", + "REF_RETURNED" => "Referred out and Returned", + "MEASURES" => "Measures", + "VALUES" => "Values", + "OPTIONS" => "Options", + "UNIT" => "Unit", + "RANGE_NUMERIC" => "Numeric Range", + "RANGE_ALPHANUM" => "Alphanumeric Values", + "RANGE_AUTOCOMPLETE" => "Autocomplete", + "RANGE_FREETEXT" => "Free Text", + "YES" => "Yes", + "NO" => "No", + "ERROR" => "Error", + "INVALID" => "Invalid", + "NOTKNOWN" => "Not Known", + "REGD_BY" => "Registered By", + "ENTERED_BY" => "Entered By", + "VERIFIED_BY" => "Verified By", + "RECORDS" => "Records", + "RECORDS_TEST" => "Test Records", + "RECORDS_SPECIMEN" => "Specimen Records", + "RECORDS_PATIENT" => "Patient Records", + "LAB_SECTION" => "Lab Section", + "CMD_VIEW" => "View", + "CMD_ADD" => "Add", + "CMD_ADD" => "Add", + "PREVIEW" => "Preview", + "ALL" => "All", + "ALL_TESTS" => "All Tests", + "CMD_TRACK" => "Track Actions", + "MSG_NOTFOUND" => "Not Found", + "MSG_SIMILARNOTFOUND" => "No similar entries found", + "REF_TO" => "Referred To", + "CMD_REMOVE" => "Remove", + "CMD_VERIFY" => "Verify", + "ENTER_RESULTS" => "Enter Results", + "MSG_ADDED" => "Added", + "FROM_DATE" => "From", + "TO_DATE" => "To", + "DESCRIPTION" => "Description", + "PANEL_TEST" => "Panel Test", + "MSG_MANDATORYFIELD" => "Mandatory Field", + "SWITCH_TOTECH" => "Work as Technician", + "TIPS_SELECTSITE" => "Please select site location", + "TIPS_INCOMPLETEINFO" => "Incomplete information. Please enter and submit again.", + "TIPS_DATEINVALID" => "Error: Invalid date entered", + "ADDNEW" => "Add New", + "ADDANOTHER" => "Add Another", + "COMPATIBLE_SPECIMENS" => "Compatible Specimens", + "COMPATIBLE_TESTS" => "Compatible Tests", + "TIPS_ACC_CONFIRMDELETE" => "Are you sure you want to delete this account?", + "LAB_TECH" => "Lab Technician", + "LAB_RECEPTIONIST" => "Lab Receptionist", + "MSG_ACC_ADDED" => "Account Added", + "MSG_ACC_DELETED" => "Account Deleted", + "MSG_ACC_UPDATED" => "Account Updated", + "TAT" => "Turnaround Time", + "TAT_AVG" => "Average TAT", + "TAT_TARGET" => "Target TAT", + "TAT_ILE" => "90th percentile TAT", + "PREVALENCE_RATE" => "Prevalence Rate", + "LANGUAGE" => "Language", + "USER_FUNCTIONS" => "Functions", + "APPROX" => "approximate" + ) , + "header" => array ( + "TITLE" => "", + "LOGGEDINAS" => "Logged in as", + "EDITPROFILE" => "Edit Profile", + "LOGOUT" => "Logout", + "COMMENTS" => "Comments", + "MENU_BACKUP" => "Backup Data", + "SWITCH_TOMGR" => "Work as Manager", + "SWITCH_TOTECH" => "Work as Technician", + "SWITCH_TODIR" => "Work as Director" + ) , + "footer" => array ( + "TITLE" => "", + "FOOTER_MSG" => "A joint initiative of C4G @ Georgia Tech, the CDC and participating countries", + "SWITCHLANG" => "Commutez au Francais" + ) , + "login" => array ( + "TITLE" => "", + "MSG_PLSLOGIN" => "Please log in first", + "MSG_TIMED_OUT" => "Session timed out due to inactivity", + "MSG_ERR_PWD" => "Incorrect username/password", + "MSG_CAPSLOCK" => "Caps Lock is On", + "MSG_NEWPWD" => "Request a New Password", + "TIPS_NEWPWD" => "If you forgot your password, click on the Request a New Password link and a new, temporary password will be sent to your email address." + ) , + "home" => array ( + "TITLE" => "Home", + "WELCOME" => "Welcome", + "TIPS_BLISINTRO" => "The Basic Laboratory Information System (BLIS) tracks patient specimens and laboratory results.", + "TIPS_PWD" => "You can update your profile and password by clicking on Edit Profile." + ) , + "regn" => array ( + "TITLE" => "Registration" + ) , + "find_patient" => array ( + "TITLE" => "Patient Look-up", + "ADD_NEW_PATIENT" => "Add New Patient", + "TIPS_PATIENT_LOOKUP" => "To register a new specimen, enter Patient by ID/Name or add a new Patient first.", + "MSG_NOMATCH" => "No match found", + "CMD_REGISTERSPECIMEN" => "Register Specimen", + "CMD_VIEWPROFILE" => "View Profile" + ) , + "new_patient" => array ( + "TITLE" => "New Patient", + "MSG_BACKTOLOOKUP" => "Back to Patient Look-up", + "MSG_ADDNEWENTRY" => "Please add new entry", + "CMD_SELECTFORREGN" => "Select for Registration", + "SIMILAR_NAMES" => "Similar Names", + "MSG_PID_INVALID" => "Patient ID invalid/already exists", + "TIPS_REGN" => "You can move to the next field by pressing Tab key or clicking on it using the mouse.", + "TIPS_DOB_AGE" => "Only one of Age or Date of Birth is required for entry." + ) , + "new_specimen" => array ( + "TITLE" => "Specimen Registration", + "ADD_ANOTHER_SPECIMEN" => "Add Another Specimen", + "MSG_SELECT_STYPE" => "Select specimen type first", + "MSG_SURETO_REMOVE" => "Are you sure you want to remove this specimen form?", + "MSG_ADD_PATIENT" => "Please select or add a patient first.", + "MSG_STYPE_MISSING" => "Specimen type missing", + "MSG_NOTESTS_SELECTED" => "No tests selected", + "MSG_SID_MISSING" => "Specimen ID missing", + "MSG_SID_INVALID" => "Specimen ID invalid/already exists", + "MSG_RDATE_INVALID" => "Lab receipt date invalid", + "MSG_CDATE_INVALID" => "Collection date invalid", + "MSG_NOTESTMATCH" => "No compatible tests found", + "TIPS_SURETOABORT" => "Are you sure you want to abort this registration?" + ) , + "specimen_added" => array ( + "TITLE" => "Specimens Registered", + "MSG_NEXTSPECIMEN" => "Register Next Specimen" + ) , + "results_entry" => array ( + "TITLE" => "Results", + "MENU_SINGLESPECIMEN" => "Single Specimen Results", + "MENU_BATCHRESULTS" => "Batch Results", + "MENU_VERIFYRESULTS" => "Verify Results", + "MENU_REPORTRESULTS" => "Report Results", + "MENU_WORKSHEET" => "Worksheet", + "BLANK_WORKSHEET" => "Keep Blank", + "NUM_ROWS" => "Number of Rows", + "MSG_PENDINGNOTFOUND" => "No pending specimens found", + "MSG_ALREADYENTERED" => "Results Present", + "MSG_RESULTSUBMITTED" => "Results Submitted", + "MSG_RESULTMISSING" => "Result values missing", + "TIPS_VERIFYCONFIRM" => "Final results. Are you sure?", + "TIPS_VERIFYNOTFOUND" => "No unverified results found", + "TIPS_VERIFYDONE" => "Results marked as verified", + "TIPS_NOSPECIMENSTOTEST" => "No pending specimens to test", + "TIPS_NOUNREPORTEDFOUND" => "No unreported specimens found.", + "CMD_MARKASREPORTED" => "Mark as Reported", + "TIPS_MARKEDREPORTED" => "Selected specimens marked as Reported", + "MSG_RESULTSUBMITTEDALL" => "All results submitted for this patient", + "CUSTOM_WORKSHEET" => "Custom Worksheet" + ) , + "search" => array ( + "TITLE" => "Search", + "TIPS_SEARCH" => "Search for a Specimen by ID or Patients by ID/Name" + ) , + "patient_profile" => array ( + "TITLE" => "Patient Profile", + "MSG_REGNEWSPECIMEN" => "Register New Specimen", + "MSG_UPDATEPROFILE" => "Update Profile", + "MSG_PRINTHISTORY" => "Print Patient Report", + "TIPS_AGEORDOB" => "Please enter either Age or Date of Birth" + ) , + "specimen_info" => array ( + "TITLE" => "Specimen Info", + "REGDTESTS" => "Registered Tests", + "TIPS_NOTESTSREGD" => "No registered tests found for this specimen", + "TIPS_VERIFYDONE" => "Specimen results verified and updated", + "TIPS_ENTRYDONE" => "Specimen results entered", + "TITLE_VERIFY" => "Verify Specimen Results", + "TITLE_ENTRY" => "Specimen Results Entry", + "TIPS_VERIFY" => "Verify results for this specimen and make corrections if any", + "TIPS_ENTRY" => "Enter results for this specimen and make corrections to already existing results if any" + ) , + "lab_configs" => array ( + "TITLE" => "Lab Configurations", + "CMD_ADDNEWLAB" => "Add New Lab", + "CMD_VIEWALL" => "View All", + "NEW_LAB_CONFIGURATION" => "New Lab Configuration", + "MENU_SITEINFO" => "Site Information", + "MENU_FIELDS" => "Confirmation", + "TIPS_CUSTOM" => "Note: Custom fields can be added after the lab has been configured, using Manage lab configuration option.", + "TIPS_CONFIRMNEWLAB" => "Please review and confirm all settings and click on Add to create lab configuration.", + "TIPS_CREATINGLAB" => "Please wait while the system creates lab configuration. This may take a few minutes.", + "TIPS_MISSING_FACILITY" => "Error: Facility Name missing", + "TIPS_MISSING_LOCATION" => "Error: Facility Name missing", + "TIPS_MISSING_MGR" => "Error: Lab Manager not selected", + "TIPS_MISSING_STYPES" => "Error: No specimen types selected", + "TIPS_MISSING_TTYPES" => "Error: No test types selected" + ) , + "lab_config_home" => array ( + "TITLE" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "MENU_SEARCH" => "Search", + "MENU_BACKUP_REVERT" => "Revert To Backup", + "BACKUP_LOCATION" => "Backup Version", + "INCLUDE_LANGUAGE_SETTINGS" => "Include Language Settings", + "MENU_ST_TYPES" => "Specimen/Test Types", + "MENU_USERS" => "User Accounts", + "MENU_CUSTOM" => "Registration Fields", + "MENU_TAT" => "Target TAT", + "MENU_INFECTION" => "Infection Report", + "MENU_GENERAL" => "General Settings", + "MENU_REPORTCONFIG" => "Daily Report Settings", + "MENU_WORKSHEETCONFIG" => "Worksheet Settings", + "MENU_MGR" => "Change Manager", + "MENU_DEL" => "Delete Configuration", + "MENU_EXPORTCONFIG" => "Export Configuration", + "MENU_IMPORTCONFIG" => "Import Configuration", + "RECENT_ACTIVITY" => "Recent Activity", + "SP_REGNS" => "Specimen Registrations", + "RE_ENTRIES" => "Result Entries", + "TIPS_RECENTACT" => "No recent user activity found", + "NEW_LAB_USER" => "New Lab User", + "EDIT_LAB_USER" => "New Lab User", + "TIPS_CUSTOMFIELD_NOTFOUND" => "No custom fields exist", + "CUSTOMFIELDS" => "Custom Fields", + "NEW_CUSTOMFIELD" => "New Custom Field", + "EDIT_CUSTOMFIELD" => "Edit Custom Field", + "ASSIGN_TO" => "Assign To", + "TIPS_LABDELETE" => "Are you sure you want to delete this lab configuration? All data and technician accounts will be deleted permanently.", + "TIPS_SPECIMENSNOTSELECTED" => "Error: No specimen types selected", + "TIPS_TESTSNOTSELECTED" => "Error: No test types selected", + "TIPS_USERACC" => "Edit user account details or reset password by entering a new one.", + "GROUP_BYGENDER" => "Group By Gender", + "GROUP_BYAGE" => "Group By Age", + "RANGE_AGE" => "Age Range", + "RANGE_NOTREQD" => "No range configuration required.", + "MSG_PENDINGTAT" => "Default TAT for pending tests", + "MODIFYLANG" => "Modify Language", + "MSG_LANGUPDATED" => "Language strings updated.", + "OTHER_FIELDS" => "Other Fields", + "MARGINS" => "Margins", + "COLUMN_WIDTH" => "Column Width", + "TOP" => "Top", + "BOTTOM" => "Bottom", + "LEFT" => "Left", + "RIGHT" => "Right", + "DAILY" => "Daily", + "WEEKLY" => "Weekly", + "MONTHLY" => "Monthly", + "YEARLY" => "Yearly", + "USE_PNAME_RESULTS" => "Display Name at Results Entry", + "CUSTOM_WORKSHEETS" => "Custom Worksheets", + "NEW_CUSTOMWORKSHEET" => "Add Custom Worksheet", + "ADDED_CUSTOMWORKSHEET" => "Custom Worksheet Added", + "EDIT_CUSTOMWORKSHEET" => "Edit Custom Worksheet", + "UPDATED_CUSTOMWORKSHEET" => "Custom Worksheet Updated", + "BACK_TOCONFIG" => "Back to Configuration", + "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", + "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process." + ) , + "lab_admins" => array ( + "TITLE" => "Lab Managers", + "LABS_ASSIGNED" => "Labs Assigned", + "TIPS_MANAGELAB" => "To edit technician accounts, use Manage option in Lab Configurations page.", + "TIPS_ACC_LABSEXIST" => "Lab Configurations exist under this admin account. Please delete or re-assign them before deleting this account.", + "ADD_NEW_ADMIN" => "Add New Manager", + "EDIT_ADMIN_ACC" => "Edit Lab Manager" + ) , + "catalog" => array ( + "TITLE" => "Test Catalog", + "MENU_REMOVEDATA" => "Delete Catalog Data", + "TIPS_CATALOG" => "You can add, remove or modify specimen types, test types and valid ranges on this page.", + "TIPS_TESTSNOTFOUND" => "No Test Types found in Catalog", + "TIPS_SPECIMENSNOTFOUND" => "No Specimen Types found in Catalog", + "TIPS_REMOVEDATA" => "Sure to remove catalog data? All specimen/test types will be deleted and would have to be entered again.", + "NEW_TEST_TYPE" => "New Test Type", + "NEW_SPECIMEN_TYPE" => "New Specimen Type", + "EDIT_TEST_TYPE" => "Edit Test Type", + "EDIT_SPECIMEN_TYPE" => "Edit Specimen Type", + "NEW_LAB_SECTION" => "New Lab Section", + "TIPS_MISSING_TESTNAME" => "Error: Test name missing", + "TIPS_MISSING_SPECIMENNAME" => "Error: Specimen name missing", + "TIPS_MISSING_CATNAME" => "Error: Lab Section missing", + "TIPS_MISSING_SELECTEDSPECIMEN" => "Error: No compatible specimens selected ", + "TIPS_MISSING_SELECTEDTESTS" => "Error: No compatible tests selected ", + "TIPS_MISSING_SELECTEDMEASURES" => "Error: No measures selected for this test type", + "TEST_TYPE_ADDED" => "Test Type Added", + "SPECIMEN_TYPE_ADDED" => "Specimen Type Added", + "TEST_TYPE_UPDATED" => "Test Type Updated", + "SPECIMEN_TYPE_UPDATED" => "Specimen Type Updated", + "CMD_BACK_TOCATALOG" => "Back to Catalog" + ) , + "reports" => array ( + "TITLE" => "Reports", + "MENU_DAILY" => "Daily Reports", + "MENU_PATIENT" => "Patient Report", + "MENU_SPECIMEN" => "Individual Specimen", + "MENU_PHISTORY" => "Patient History", + "MENU_TESTRECORDS" => "Test Records", + "MENU_PENDINGTESTS" => "Pending Tests", + "MENU_DAILYLOGS" => "Daily Log", + "MENU_AGGREPORTS" => "Aggregate Reports", + "MENU_INFECTIONSUMMARY" => "Prevalence Rate", + "MENU_COUNTS" => "Counts", + "MENU_TAT" => "Turnaround Time", + "MENU_INFECTIONREPORT" => "Infection Report", + "COUNT_TYPE" => "Count Type", + "COUNT_TEST" => "Test Count", + "COUNT_SPECIMEN" => "Specimen Count", + "TIPS_PHISTORY" => "Select Patient ID or Patient Name to print Patient Test History.", + "TIPS_SPECIMEN" => "Select Specimen to view Report of all tests done on it", + "TIPS_TESTRECORDS" => "Select Site, Test Type, Date Interval and Fields to print Test Records.", + "TIPS_PENDINGTESTS" => "Select Site and Test Type to view tests pending at the site.", + "TIPS_DAILYLOGS" => "Print all records handled on a given day.", + "TIPS_INFECTIONSUMMARY" => "Select the date range to view the infection graph and prevalence rates.", + "TIPS_COUNTS" => "Select the date interval and the count type to view number of specimens or tests handled over the specified duration.", + "TIPS_TAT" => "Select the date interval to view the average test-wise turn-around times for the lab test reports.", + "TIPS_INFECTIONREPORT" => "Select the date range and lab section to generate age and gender-wise Infection Report.", + "TIPS_GETACCESSIONREPORT" => "Get Entire Accession Report", + "RANGE_NORMAL" => "Normal Range", + "REPORT_SAMPLE" => "Complete Sample Report", + "TIPS_RECNOTFOUND" => "No records found", + "TOTAL" => "Total", + "TOTAL_TESTS" => "Total Tests", + "TOTAL_PATIENTS" => "Total Patients", + "TOTAL_SPECIMENS" => "Total Specimens", + "TESTED_N" => "Tested Negative", + "TESTED_P" => "Tested Positive", + "TOTAL_MF" => "M/F Total", + "RANGE_AGE" => "Age Ranges", + "MSG_BACKTOREPORTS" => "Back To Reports", + "TIPS_NONEWTESTS" => "No new tests registered on this date.", + "TIPS_NONEWPATIENTS" => "No new patients registered on this date.", + "MSG_SHOWTABLE" => "Show Table", + "MSG_HIDETABLE" => "Hide Table", + "MSG_SHOWGRAPH" => "Show Graph", + "MSG_HIDEGRAPH" => "Hide Graph", + "TIPS_NODISCRETE" => "Error: No alphanumeric value tests found", + "PROGRESSION_M" => "Monthly", + "PROGRESSION_W" => "Weekly", + "PROGRESSION_D" => "Daily", + "REPORT_PERIOD" => "Reporting Period", + "TIPS_NOTATTESTS" => "No test entries found for the given date range.", + "TIPS_TATEXCEED" => "No specimens exceeded target TAT.", + "TIPS_TATEXCEEDNUM" => "Specimens exceeded target TAT.", + "TIPS_TATNOPENDING" => "No specimens pending in the supplied date interval.", + "TIPS_TATPENDING" => "Specimens pending in the supplied date interval.", + "TIPS_CONFIGINFECTION" => "ERROR: Infection Report not configured for this facility. Please contact lab manager.", + "TIPS_NOMATCHSPECIMENS" => "No matching specimens found", + "TIPS_MULTPATIENTS" => "Selected specimens belong to different patients. Please try again.", + "MSG_INCLUDEPENDING" => "Include Pending Tests", + "TIPS_TABLESORT" => "Click on column heading to sort the table by that field.", + "MSG_ALLTESTSCOMPLETED" => "All tests completed" + ) , + "edit_profile" => array ( + "LINK_CHANGEPWD" => "Change Password", + "TIPS_CASEPWD" => "Please note that passwords are case-sensitive.", + "MSG_NOFIELDUPDATE" => "No profile fields to update", + "CURRPWD" => "Current Password", + "NEWPWD" => "New Password", + "REENTERPWD" => "Re-enter Password", + "MSG_REQDFIELD" => "Required field", + "MSG_PWDNOMATCH" => "Passwords do not match", + "MSG_PWDMINLENGTH" => "Min password length is 3", + "MSG_PROFILEUPDATED" => "Profile Updated", + "MSG_PWDUPDATEERROR" => "Error while updating Password", + "MSG_PWDMATCHERROR" => "Error: Old password did not match", + "MSG_PWDUPDATED" => "Password updated", + "MSG_PWDUPDATED" => "Password updated" + ) , + "help" => array ( + "TITLE" => "Help" + ) , + "lang_modify" => array ( + "TITLE" => "Modify Language", + "CATEGORY" => "Category" + ) +); + +include("../lang/lang_util.php"); +?> \ No newline at end of file diff --git a/htdocs/lang/lang_edit.php b/htdocs/lang/lang_edit.php index 5a8cd05dd..2d2ddb8d4 100644 --- a/htdocs/lang/lang_edit.php +++ b/htdocs/lang/lang_edit.php @@ -12,7 +12,6 @@ //$locale = $_REQUEST['locale']; //$lab_config_id = $_REQUEST['id']; $user = get_user_by_id($_SESSION['user_id']); - if($locale === "default") { if(is_super_admin($user) || is_country_dir($user)) diff --git a/htdocs/logos/logo_10.jpg b/htdocs/logos/logo_10.jpg new file mode 100644 index 000000000..2beee26f5 Binary files /dev/null and b/htdocs/logos/logo_10.jpg differ diff --git a/htdocs/logos/logo_1007.jpg b/htdocs/logos/logo_1007.jpg new file mode 100644 index 000000000..ff2c28d13 Binary files /dev/null and b/htdocs/logos/logo_1007.jpg differ diff --git a/htdocs/logos/logo_billing_127.jpg b/htdocs/logos/logo_billing_127.jpg new file mode 100644 index 000000000..23a8b101f Binary files /dev/null and b/htdocs/logos/logo_billing_127.jpg differ diff --git a/htdocs/phpMyAdmin/CREDITS b/htdocs/phpMyAdmin/CREDITS new file mode 100644 index 000000000..71cc78dca --- /dev/null +++ b/htdocs/phpMyAdmin/CREDITS @@ -0,0 +1,8 @@ +phpMyAdmin - Credits +==================== + + Please have a look to the Documentation.txt or + Documentation.html files, or visit + http://www.phpmyadmin.net/home_page/team.php and + http://www.phpmyadmin.net/home_page/about.php + diff --git a/htdocs/phpMyAdmin/ChangeLog b/htdocs/phpMyAdmin/ChangeLog new file mode 100644 index 000000000..1344b7640 --- /dev/null +++ b/htdocs/phpMyAdmin/ChangeLog @@ -0,0 +1,488 @@ +phpMyAdmin - ChangeLog +====================== + +3.4.5.0 (2011-09-14) +- bug #3375325 [interface] Page list in navigation frame looks odd +- bug #3313235 [interface] Error div misplaced +- bug #3374802 [interface] Comment on a column breaks inline editing +- patch #3383711 [display] Order by a column in a view doesn't work in some cases +- bug #3386434 [interface] Add missing space to server status +- [core] Remove library PHPExcel, due to license issues +- [export] Remove native Excel export modules (xls and xlsx formats) +- [import] Remove native Excel import modules (xls and xlsx formats) +- bug #3392920 [edit] BLOB emptied after editing another column +- [security] Fixed XSS in Inline Edit on save action, see PMASA-2011-14 +- [security] Fixed XSS with db/table/column names, see PMASA-2011-14 + +3.4.4.0 (2011-08-24) +- bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes +- bug #3323101 [parser] Invalid escape sequence in SQL parser +- bug #3348995 [config] $cfg['Export']['asfile'] set to false does not select asText option +- bug #3340151 [export] Working SQL query exports error page +- bug #3353649 [interface] "Create an index on X columns" form not validated +- bug #3350790 [interface] JS error in Table->Structure->Index->Edit +- bug #3353811 [interface] Info message has "error" class +- bug #3357837 [interface] TABbing through a NULL field in the inline mode resets NULL +- remove version number in /setup +- bug #3367993 [usability] Missing "Generate Password" button +- bug #3363221 [display] Missing Server Parameter on inline sql query +- bug #3367986 [navi] Drop field -> lost active table +- remove misleading comment on the "Rename database" interface +- bug #3374374 [interface] Fix footnote for inexact count while browsing +- bug #3372807 [interface] Fix security warning link in setup +- bug #3374347 [display] Backquotes in normal text on import page +- bug #3358750 [core] With Suhosin, urls are too long in edit links +- [security] Missing sanitization on the table, column and index names leads to XSS vulnerabilities, see PMASA-2011-13 + +3.4.3.2 (2011-07-23) +- [security] Fixed XSS vulnerability, see PMASA-2011-9 +- [security] Fixed local file inclusion vulnerability, see PMASA-2011-10 +- [security] Fixed local file inclusion vulnerability and code execution, see PMASA-2011-11 +- [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-12 + +3.4.3.1 (2011-07-02) +- [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 +- [security] Fixed possible code injection incase session variables are compromised, see PMASA-2011-6 +- [security] Fixed regexp quoting issue in Synchronize code, see PMASA-2011-7 +- [security] Fixed filtering of a file path, which allowed for directory traversal, see PMASA-2011-8 + +3.4.3.0 (2011-06-27) +- bug #3311170 [sync] Missing helper icons in Synchronize +- patch #3304473 [setup] Redefine a lable that was wrong +- bug #3304544 [parser] master is not a reserved word +- bug #3307616 [edit] Inline edit updates multiple duplicate rows +- patch #3311539 [edit] Inline edit does not escape backslashes +- bug #3313210 [interface] Columns class sometimes changed for nothing +- patch #3313326 [interface] Some tooltips do not disappear +- bug #3315720 [search] Fix search in non unicode tables +- bug #3315741 [display] Inline query edit broken +- patch #3317206 [privileges] Generate password option missing on new accounts +- bug #3317293 [edit] Inline edit places HTML line breaks in edit area +- bug #3319466 [interface] Inline query edit does not escape special characters +- minor XSS (require a valid token) + +3.4.2.0 (2011-06-07) +- bug #3301249 [interface] Iconic table operations does not remove inline edit label +- bug #3303869 [interface] Unnecessary scrolling on Databases page +- patch #3303813 [setup] Define a label that was missing +- bug #3305606 [interface] Show all button wraps on privileges page +- bug #3305517 [config] Config for export compression not used +- bug #3305883 [interface] Table is dropped regardless of confirmation +- [auth] Fixed error handling for signon auth method. +- bug #3276001 [core] Avoid caching of index.php. +- bug #3306958 [interface] Unnecessary Details slider +- bug #3308476 [interface] "Show all" not persistent after a sort +- bug #3308072 [auth] Version disclosure to anonymous visitors +- bug #3306981 [interface] pmahomme and table statistics + +3.4.1.0 (2011-05-20) +- bug #3301108 [interface] Synchronize and already configured host +- bug #3302457 Inline edit and $cfg['PropertiesIconic'] +- Patch #3302313 Show a translated label +- bug #3300981 [navi] Table filter is case sensitive +- bug #3285929 [privileges] Revert temporary fix +- bug #3302872 [synchronize] Synchronize and user name +- bug #3302733 [core] Some browsers report an insecure https connection +- [security] Make redirector require valid token + +3.4.0.0 (2011-05-11) ++ rfe #2890226 [view] Enable VIEW rename ++ rfe #838637 [privileges] Export a user's privileges +- [core] Updated mootools to fix some glitches with Safari. ++ rfe #2816943 [interface] Add REGEXP ^...$ to select dialog. ++ rfe #2924956 [interface] Add insert ignore option to editing row. ++ rfe #2838080 [interface] Show warning when javascript is disabled. ++ rfe #2823707 [edit] Call UUID function separately to show it in insert. ++ rfe #2420684 [export] Allow export of timestamps in UTC. ++ [core] Remove config data from session as it brings chicken-egg problem. ++ [core] Cookie path now honors PmaAbsoluteUri. ++ rfe #2393597 [core] phpMyAdmin honors https in PmaAbsoluteUri. ++ rfe #1778337 [core] Try moving tables by RENAME and fail to CREATE/INSERT if that fails. ++ rfe #1721189 [core] Force reload js on code change. ++ rfe #1954161 [interface] Do not display long numbers in server status. ++ rfe #2033616 [edit] Add option to just display insert query. ++ rfe #1435032 [interface] Move SSL status to the end, it is usually empty. ++ rfe #1340812 [interface] Show numbers of columns in table structure. ++ rfe #1186511 [inrerface] Add link to reload navigation frame. ++ rfe #2936156 [auth] Signon authentication forwards error message through session data. ++ rfe #2835109 [interface] Move ^1 to the end of message. ++ rfe #854911 [interface] Grey out non applicable actions in structure ++ [interface] Allow to create new table from navigation frame (in light mode). ++ rfe #1025696 [browse] Add direct download of binary fields. +- [browse] Properly display NULL value for BLOB. +- rfe #1516803 [edit] Allow to set BLOB to/from NULL with ProtectBinary. +- [edit] Do not default to UNHEX when using file upload. +- rfe #1379201 [core] Add option to configure session_save_path. ++ [interface] Provide links to documentation in highlighted SQL. ++ [interface] It is now possible to bookmark most pages in JS capable browser. +- bug #2936482 [core] Fix SSL detection. ++ rfe #2937850 [doc] Add some hints to chk_rel.php for quick setup. ++ rfe #2938579 [interface] Add class to some elements for easier theming. ++ rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php. ++ rfe #2792992 [doc] Added advice to re-login after changing pmadb settings ++ patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php, thanks to iinl ++ [lang] Add English (United Kingdom) translation, thanks to Robert Readman. ++ patch #2948421 [auth] HTTP Basic auth realm name, + thanks to Harald Jenny - haraldj +- bug #2954916 [interface] Do not insert doc links to not formatted SQL. ++ [lang] Chinese Simplified update, thanks to Shanyan Baishui - rimyxp ++ [lang] Turkish update, thanks to Burak Yavuz ++ rfe #2963310 [interface] Focus TEXTAREA "sql_query" on click on "SQL" link ++ [lang] Uzbek update, thanks to Orzu Samarqandiy ++ rfe #2958013 [import] After import, also list uploaded filename, thanks + to Pavel Konnikov and Herman van Rink ++ patch #2974341 [structure] Clicking on table name in db Structure should + Browse the table if possible, thanks to bhdouglass - dougboybhd ++ patch #2975533 [search] New search operators, thanks to + Martynas Mickevičius ++ patch #2967320 [designer] Colored relations based on the primary key, + thanks to GreenRover - greenrover +- [core] Provide way for vendors to easily change paths to config files. ++ patch #2979922, rfe #2804874 [interface] Add inline query editing, thanks to Muhammd Adnan. +- bug #2966752 [setup] Allow to configure changes tracking in setup script. ++ patch #2981165 [edit] Optionally disable the Type column, + thanks to Brian Douglass - bhdouglass ++ patch #2984058 [edit] Buttons for quicky creating common SQL queries, thanks + to sutharshan. ++ patch #2984337 [interface] Convert loading of export/import to jQuery ready + event, thanks to sutharshan. +- [edit] CURRENT_TIMESTAMP is also valid for datetime fields. +- patch #2985068 [engines] Fix parsing of PBXT status, thanks to Madhura Jayaratne. +- patch #2986073 [interface] Convert upload progress bar to jQuery, thanks to + Philip Frank. +- patch #2983960 [interface] Add javascript validation of datetime input, + thanks to Sutharshan Balachandren. +- rfe #2981999 [interface] Default sort order is now SMART. +- rfe #2972969 [interface] Fix flipping of headers in non-IE browsers. ++ rfe #2964518 [interface] Allow to choose servers from configuration for + synchronisation. ++ rfe #2988633 [relation] Improve ON DELETE/ON UPDATE drop-downs ++ rfe #2988629 [relation] Improve labels in relation view ++ rfe #2983207, patch #2988715 [interface] Use jQuery calendar dialog, thanks + to Muhammad Adnan. ++ [doc] Incorporate synchronisation docs into main document. ++ [core] Include Content Security Policy HTTP headers. +- bug #3004216 [CSS] Field attributes use inline CSS +- patch #2999595, rfe #2998130 [interface] Cleanup navigation frame. +- patch #3025161 [core] Prevent sending of unnecessary cookies, + thanks to Piotr Przybylski - crackpl +- bug [password] Generate password only available if JS is enabled + (fixed for Privileges and Change password) +- [core] RecodingEngine now accepts none as valid option. ++ [core] Dropped AllowAnywhereRecoding configuration variable. +- rfe #3016457 [interface] Define tab order in SQL form to allow easier tab + navigation. ++ [core] Centralized format string expansion, @VARIABLES@ are recommended way + now, used by file name templates, default queries, export and title + generating. ++ [validator] SQL validator works also with SOAP PHP extension. +- [interface] Better formatting for SQL validator results. +- [doc] The linked-tables infrastructure is now called phpMyAdmin + configuration storage. +- [interface] Move drop/empty links from being tabs to Operations tab. +- [interface] Fixed rendering of error/notice/info titles background. +- patch #3038293 [doc] Language and grammar fixes, + thanks to Isaac Bennetch - ibennetch +- patch #3038312 [export] JSON export, + thanks to Hauke Henningsen - blubberkeks152 +- rfe #1494550 [interface] Editor for SET/ENUM fields. +- rfe #2649375 [interface] Simplified interface to backup/restore. +- rfe #2973909 Users preferences +- [relations] Dropped WYSIWYG-PDF configuration variable. +- rfe #806035, #686260 [relations] Export relations to Dia, SVG and others ++ [interface] Added charts to status tab, profiling page and query results ++ [interface] AJAXification on various pages +- [core] Remove last remaining parts of profiling code which was removed in 2006. +- bug #3042665 [parser] Add workaround for MySQL way of handling backtick. +- bug #3056610 [interface] Removed modification options for information_schema ++ patch #3055886 [config] Add Left frame table filter visibility config option, thanks to eesau +- [core] Force generating of new session on login ++ rfe #1105678 [interface] Drop page-break-before as it is useless for smaller + tables. ++ rfe #2956556 [interface] Allow to wrap enum values. +- bug #1669459 [interface] Do not automatically mark PDF schema rows to delete +- bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character. ++ rfe #3111455 [interface] Column highlighting and marking in table view ++ Visual query builder +- bug #3115519 [interface] Prevent long queries from being shown in confirmation popup +- patch #3112792 [navi] Left panel table grouping incorrect, + thanks to garas - garas +- bug #3123433 [interface] Avoid double escaping of MySQL errors. +- [interface] Use less noisy message and remove disable link on server charts and database statistics. ++ rfe #3141330 [relation] When displaying results, show a link to the foreign + table even when phpMyAdmin configuration storage is not active +- bug #3141327 [relation] Foreign key input options +- [export] Better handling of export to PHP array. +- rfe #3158867 [privileges] No DROP DATABASE warning if you delete a user +- [interface] Add link to documentation for status variables. +- [security] Redirect external links to avoid Referer leakage. +- [interface] Default to not count tables in database. +- patch #3172172 [interface] Shortcut for copying table row. +- bug #3175227 [auth] Reset user cache on login. +- rfe #3148361 [interface] Replace hard coded limit with $cfg['LimitChars']. +- bug #3177136 [interface] Indicate that bookmark is being used on browse. +- [interface] Indicate shared bookmarks in interface. +- patch #3176420 [Search] Ajaxify browse and delete criteria in DB Search, + thanks to Thilanka Kaushalya +- [interface] New default theme pmahomme, dropped darkblue_orange theme. +- rfe #2936155 [auth] Allow to pass additional parameters using signon method. +- rfe #1640812 [auth] Add example for OpenID authentication using signon method. +- rfe #1312657 [dbi] Default to mysqli extension. +- rfe #1168350 [interface] Add clear button to SQL edit box. +- [core] Update library PHPExcel to version 1.7.6 +- bug #3206876 [core] Work without mbstring installed. +- rfe #3196075, patch #3212068 [interface] Add links to variables documentation. +- bug #3208723 [import] Fix import of utf-8 XML files. +- bug #3039384 [auth] Force signon auth on signon URL change. +- bug #3168733 [core] Synchronization does not honor AllowArbitraryServer +- bug #3134495 [synchronization] Data containing single quotes prevents sync, + thanks to jviewer +- Remove the custom color picker feature +- bug #3285929 [privileges] Don't fail silently on missing priviledge to execute REVOKE ALL PRIVILEGES + +3.3.11.0 (not yet released) + +3.3.10.1 (2011-05-20) +- [security] XSS on Tracking page + +3.3.10.0 (2011-03-19) +- patch #3147400 [structure] Aria table size printed as unknown, + thanks to erickoh75 - erickoh75 +- patch #3150164 [structure] Ordering by size gives incorrect results, + thanks to Madhura Jayaratne - madhuracj +- bug #3153409 [core] 0 row(s) affected +- bug #3155842 [core] Edit relational page and page number +- [security] Minor security fixes, see PMASA-2010-9 and PMASA-2010-10 +- [lang] German update, thanks to to jannicars@users.sourceforge.net. + +3.3.9.2 (2011-02-11) +- [security] SQL injection, see PMASA-2011-2 + +3.3.9.1 (2011-02-08) +- [security] Path disclosure, see PMASA-2011-1 + +3.3.9.0 (2011-01-03) +- bug [doc] Fix references to MySQL doc +- patch #3101490 Default function for TIMESTAMP, thanks to jirand - jirand +- bug #3103853 [js] Double quotes were not escaped in generated js +- bug #3077463 [core] Events were not copied when copying/renaming database +- bug #1762306 [core] Copy database with view of a view +- patch #3117535 [replication] Add quotes to database in initial statement, + thanks to Craig Duncan - duncan3dc +- bug #3112614 [pdf schema] Scratchboard for PDF pages not working +- bug #3125606 [parser] Query for table "level" causes strange display +- bug #3127904 [parser] Close all opened round brackets indents + +3.3.8.1 (2010-11-29) +- bug #3115519 (private) [security] XSS on db search, see PMASA-2010-8 + +3.3.8.0 (2010-10-25) +- bug #3059311 [import] BIGINT field type added to table analysis +- [core] Update library PHPExcel to version 1.7.4 +- bug #3062455 [core] copy procedures and routines before tables +- bug #3062455 [export] with SQL, export procedures and routines before tables +- bug #3056023 [import] USE query not working +- bug #3038193 [display] Error when editing row with GEOMETRY column +- bug #3062454 [interface] Display routines/events also when no tables are defined +- support ARIA storage engine as well as its previous name MARIA + +3.3.7.0 (2010-09-07) +- patch #3050492 [PDF scratchboard] Cannot drag table box to the edge after + a page size increase, thanks to Martin Schönberger - mad05 + +3.3.6.0 (2010-08-28) +- bug #3033063 [core] Navi gets wrong db name +- bug #3031705 [core] Fix generating condition for real numbers by comparing + them to string. +- bug #3034026 [confirmation] TRUNCATE queries get no confirmation request +- bug #3036132 [core] Triggers not fetched if dbname has an hyphen +- patch #3039269 [dbi] Wrong variable checked for nopassword option, + thanks to Will Palmer - wpalmer +- bug #3040226 [XHTML] LockFromUpdate checkbox not checked by default +- bug [doc] Withdraw or edit FAQ entries related to older MySQL or PHP +- bug #3042706 [pmadb] Relations, bookmarks, etc deleted after table drop +- bug #3044189 [doc] Cleared documentation for hide_db. +- bug #3042495 [core] Move PMA_sendHeaderLocation to core.lib.php. + +3.3.5.1 (2010-08-20) +- [core] Fixed various XSS issues, see PMASA-2010-5 for more details. + +3.3.5.0 (2010-07-26) +- patch #2932113 [information_schema] Slow export when having lots of + databases, thanks to Stéphane Pontier - shadow_walker +- bug #3022705 [import] Import button does not work in Catalan when there + is no progress bar possible +- bug [replication] Do not offer information_schema in the list of databases +- bug [js] Avoid loading twice a js file +- bug #3024344 [setup] Setup forces numeric MemoryLimit +- bug #3025975 [auth] Odd LoginCookieValidity default value +- bug #3026400 [PHP] ereg functions are deprecated +- bug #3027557 [PHP] split() deprecated in PHP 5.3 (backport fixes from master) +- bug #3023507 [core] No result set display from stored procedure SELECT +- bug [export] CSV for MS Excel (Windows) should have semi-colon as separator +- [core] Update library PHPExcel to version 1.7.3c +- bug #2994885, bug #3029168 [import] Convert Excel column name correctly +- bug [scripts] MySQL 5.5.5 does not accept TIMESTAMP(14) in create_tables.sql + +3.3.4.0 (2010-06-28) +- bug #2996161 [import] properly escape import value +- bug #2998889 [import] Import button does not work in Catalan +- [browse] Fix handling of sort order if only column is specified. ++ [lang] Greek update, thanks to Panagiotis Papazoglou - panos78 ++ [lang] Updated lot of translation based on work done in master branch. +- bug #3008411 [databases] Last dropped database remains active in navi +- bug #2986383 [parser] Not all data being shown / counted +- bug [synchronize] Rows were deleted in target table regardless of the + "Would you like to delete..." option +- bug [privileges] List of tables not shown when the db name has a wildcard +- bug #3011126 [display] Edit link missing after long query +- patch #3013264 [doc] FAQ 1.40 uses a comma instead of a period, + thanks to Isaac Bennetch - ibennetch +- [engines] Fix getting InnoDB status. +- bug #2986422 [import] Results for query are not displayed + +3.3.3.0 (2010-05-10) +- patch #2982480 [navi] Do not group if there would be one table in group, + thanks to Lorikeet Lee. +- patch #2983492 [sync] When asking to synchronize Structure and Data, + only Structure is done, thanks to Ankit Gupta - ankitgupta3 +- patch #2984893 [engines] InnoDB storage page emits a warning, + thanks to Madhura Jayaratne - madhuracj +- bug #2974687, bug #2974692 [compatibility] PHPExcel : IBM AIX iconv() does not work, + thanks to Björn Wiberg - bwiberg +- bug #2983066 [interface] Flush table on table operations shows the query twice, + thanks to Martynas Mickevičius - BlinK_ +- bug #2983060, patch #2987900 [interface] Fix initial state of tables in + designer, thanks to Sutharshan Balachandren. +- bug #2983062, patch #2989408 [engines] Fix warnings when changing table + engine to Maria, thanks to Madhura Jayaratne. +- bug #2974067 [display] non-binary fields shown as hex +- bug #2983065 [operations] Error when changing from Maria to MyISAM engine +- bug #2975408 [tracking] Data too long for column data_sql +- bug [tracking] Tracking report should obey MaxCharactersInDisplayedSQL +- bug [edit] Avoid selecting UNHEX function by default for a BLOB column for + which editing is protected +- bug #2994168 [structure] Show auto_increment in uppercase +- bug #2993970 [pdf schema] Page numbering in Table of Contents + +3.3.2.0 (2010-04-13) +- patch #2969449 [core] Name for MERGE engine varies depending on the + MySQL version, thanks to Dieter Adriaenssens - ruleant +- bug #2966078 [browse] Incorrect LIMIT is saved and sticks while browsing +- bug #2967366 [Structure] Some results of Propose table structure are + shown in hex +- bug #2967565 [insert] UNHEX not selected by default when inserting BINARY +- [navi] Changed link to git repository on main page +- bug #2972232 [menu] Import menu tab not present on main page +- patch #2976790 [menu] Go to the upper level after table DROP, + thanks to Kaarel Nummert - kaarelnu +- patch #2978815 [pdf] Fix generating PDF with table dimensions, thanks to BlinK_ +- patch #2977725 [export] XML wrongly encoded, thanks to Victor Volkov - hanut +- patch #2979234 [import] Create tables with current charset and collation. +- patch #2979234, bug #2960105 [import] Properly import unicode text from ODS. +- bug #2973280 [export] Proper handling of temporary directory in XLS export. +- bug #2980582 [interface] Properly format server status parameter. +- bug #2973949 [session] SQL History broken (revert patch #2899969), + thanks to Dieter Adriaenssens - ruleant +- [doc] Be more specific about problems with Suhosin. + +3.3.1.0 (2010-03-16) +- bug #2941037 [core] Database structure not sorted by table correctly +- bug #2948492 [interface] Slide effect masks some fields on search page +- bug #2959746 [interface] Unknown table status: TABLE_TYPE +- bug #2953050 [export] export VIEW as SQL includes INSERT statement +- bug #2942032 [core] Cannot detect PmaAbsoluteUri correctly on Windows +- bug #2961609 [auth] Potential information disclosure at login page +- patch #2961540 [export] Do not export data of MERGE table, + thanks to Dieter Adriaenssens - ruleant +- bug #2961198 [parser] Querying a table named "data" +- bug #2931429 [structure] Editing long triggers +- bug #2970769 [structure] Incorrect reference to mootools-more.js + +3.3.0.0 (2010-03-07) ++ rfe #2308632 [edit] Use hex for (var)binary fields, + thanks to Maarten Dieleman - maartendieleman ++ patch #2794819 [navi] Filter for displayed table names, + thanks to Michael Valushko - dylfin +- bug #2794840 [core] Cannot redeclare pma_tableheader() +- rfe #2726479 [core] configurable maximal length of URL ++ patch #2724755 [display] Full/partial text links (big T) are back, + thanks to nullbarriere - nullbarriere +- bug [display] handle NavigationBarIconic as documented for navi buttons ++ rfe #2726479 [export] Export tables preselect ++ patch #2805828 [export] PHP array export plugin, + thanks to Geoffray Warnants - amnsk ++ patch #2798592 [import] Progress bar, + thanks to Tomas Srnka - tomassrnka +- bug [gui] Generate Password not working for 'Change Login Information', only for 'Change password' ++ [lang] Arabic update, thanks to Meno25 - meno25 ++ rfe #2822190 [structure] BOOLEAN is standard SQL ++ [lang] German update, thanks to knittl ++ [lang] German update, thanks to virsacer ++ rfe #2813867 [structure] Default sorting order in list of tables ++ [import] Added MySQL type-detection functionality to import library, + thanks to Derek Schaefer ++ [import] Added ODS, Excel XLS, Excel XLSX, and XML import modules, + thanks to Derek Schaefer ++ [export] Added Excel XLSX export module, + thanks to Derek Schaefer ++ [core] Added ability for tracking changes made through phpMyAdmin ++ rfe #2839504 [engines] Support InnoDB plugin's new row formats ++ [core] Added ability for synchronizing databases among servers. ++ [lang] #2843101 Dutch update, thanks to scavenger2008 ++ [lang] Galician update, thanks to Xosé Calvo - xosecalvo ++ [export] Added MediaWiki export module, + thanks to Derek Schaefer - drummingds1 ++ [lang] Turkish update, thanks to Burak Yavuz ++ [auth] Add custom port configuration in signon, thanks to Gary Smith +- [core] Removed context from the error handler +- bug #2883633 [export] Export of InnoDB table is incomplete ++ rfe #2862575 [status] Order query statistics by % desc, skip rows with 0 ++ rfe #2823686 [interface] Increase default height of query window ++ rfe #2129902 [structure] Don't hide indexes ++ patch #2812070 [interface] Allow selecting a range of rows by holding shift, thanks to Joolee ++ [lang] Russian update, thanks to Victor Volkov ++ [lang] Greek update, thanks to Panagiotis Papazoglou ++ [lang] Norwegian update, thanks to Sven-Erik Andersen +- bug #2929958 [import] Cannot import (French interface) +- [security] Use X-Frame-Options header to protect against ClickJacking. ++ [lang] Finnish update, thanks to Jouni Kahkonen ++ [lang] Lithuanian update, thanks to Rytis Slatkevicius - rytis_s +- bug #2931939 [status] Seeing "m" as unit is confusing +- bug #2926613 [edit] Copy database shows errors when DB has foreign key ++ [lang] Catalan update, thanks to Xavier Navarro + +3.2.6.0 (not released) +- bug #2938492 [display] information_schema sorting order +- bug #2941101 [import] import timeout when table already created and + several data lines +- bug #2944069 [config] Extraneus dot from dirname() when installed in root, thanks to ayanamist + +3.2.5.0 (2010-01-10) +- patch #2903400 [bookmarks] Status of bookmark table, + thanks to Virsacer - virsacer +- bug [history] QueryHistoryDB is not respected +- bug #2905629 [auth] Blowfish secret is not hashed +- bug #2910000 [gui] ShowServerInfo should hide all server info from main page +- bug #2910568 [structure] Table size for ARCHIVE tables is not displayed +- patch #2899969 [core] Session lock blocks working from a second window, + thanks to Greg Roach - fisharebest +- patch #2915168 [import] Incorrect parsing of DELIMITER keyword, + thanks to Greg Roach - fisharebest +- patch #2918831 [export] Missing backquotes on reserved words, + thanks to Virsacer - virsacer +- [core] Fix broken cleanup of $_GET +- bug #2924357 [operations] Cannot rename a database that has foreign key + constraints +- bug #869006 [structure] Ignore number of records for MRG_MyISAM tables +- bug [browse] "Show BLOB contents" should display HTML code that is present + in a BLOB, thanks to Vincent van der Tuin +- [privileges] Improve escaping of hostname + + --- Older ChangeLogs can be found on our project website --- + http://www.phpmyadmin.net/old-stuff/ChangeLogs/ + +# vim: et ts=4 sw=4 sts=4 +# vim: ft=changelog fenc=utf-8 +# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#' +# vim: fdn=1 fdm=expr diff --git a/htdocs/phpMyAdmin/Documentation.html b/htdocs/phpMyAdmin/Documentation.html new file mode 100644 index 000000000..bfeeca6fe --- /dev/null +++ b/htdocs/phpMyAdmin/Documentation.html @@ -0,0 +1,5100 @@ + + + + + + + + phpMyAdmin 3.4.5 - Documentation + + + + + + + + + +
                      + + + + +

                      Requirements

                      + +
                      • PHP +
                        • You need PHP 5.2.0 or newer, with session support + (see + FAQ 1.31) + , the Standard PHP Library (SPL) extension and JSON support. +
                        • +
                        • To support uploading of ZIP files, you need the PHP zip extension.
                        • +
                        • For proper support of multibyte strings (eg. UTF-8, which is + currently the default), you should install the mbstring and ctype + extensions. +
                        • +
                        • You need GD2 support in PHP to display inline + thumbnails of JPEGs ("image/jpeg: inline") with their + original aspect ratio
                        • +
                        • When using the "cookie" + authentication method, the + mcrypt extension + is strongly suggested for most users and is required for + 64–bit machines. Not using mcrypt will cause phpMyAdmin to + load pages significantly slower. +
                        • +
                        • To support upload progress bars, see + FAQ 2.9.
                        • +
                        • To support BLOB streaming, see PHP and MySQL requirements + in + FAQ 6.25.
                        • +
                        +
                      • +
                      • MySQL 5.0 or newer (details);
                      • +
                      • Web browser with cookies enabled.
                      • +
                      + + +

                      Introduction

                      + +

                      phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as + a single database. To accomplish the latter you'll need a properly set up + MySQL user who can read/write only the desired database. It's up to you to + look up the appropriate part in the MySQL manual. +

                      + +

                      Currently phpMyAdmin can:

                      + +
                      • browse and drop databases, tables, views, columns and indexes
                      • +
                      • create, copy, drop, rename and alter databases, tables, columns and + indexes
                      • +
                      • maintenance server, databases and tables, with proposals on server + configuration
                      • +
                      • execute, edit and bookmark any + SQL-statement, even + batch-queries
                      • +
                      • load text files into tables
                      • +
                      • create1 and read dumps of tables +
                      • +
                      • export1 data to various formats: + CSV, + XML, + PDF, + ISO/IEC 26300 - + OpenDocument Text and Spreadsheet, + Word, + and LATEX formats +
                      • +
                      • import data and MySQL structures from OpenDocument spreadsheets, as well as XML, CSV, and SQL files
                      • +
                      • administer multiple servers
                      • +
                      • manage MySQL users and privileges
                      • +
                      • check referential integrity in MyISAM tables
                      • +
                      • using Query-by-example (QBE), create complex queries automatically + connecting required tables
                      • +
                      • create PDF graphics of + your Database layout
                      • +
                      • search globally in a database or a subset of it
                      • +
                      • transform stored data into any format using a set of predefined + functions, like displaying BLOB-data as image or download-link +
                      • +
                      • track changes on databases, tables and views
                      • +
                      • support InnoDB tables and foreign keys (see + FAQ 3.6)
                      • +
                      • support mysqli, the improved MySQL extension + (see FAQ 1.17)
                      • +
                      • communicate in 62 different languages +
                      • +
                      • synchronize two databases residing on the same as well as remote servers + (see FAQ 9.1) +
                      • + +
                      + +

                      A word about users:

                      +

                      Many people have difficulty + understanding the concept of user management with regards to phpMyAdmin. When + a user logs in to phpMyAdmin, that username and password are passed directly + to MySQL. phpMyAdmin does no account management on its own (other than + allowing one to manipulate the MySQL user account information); all users + must be valid MySQL users.

                      + +

                      + 1) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) + dumps and CSV exports if you use + PHP with Zlib support (--with-zlib) and/or Bzip2 support + (--with-bz2). Proper support may also need changes in + php.ini.

                      + + +

                      Installation

                      + +
                      1. Quick Install
                      2. +
                      3. Setup script usage
                      4. +
                      5. phpMyAdmin configuration storage
                      6. +
                      7. Upgrading from an older version
                      8. +
                      9. Using authentication modes
                      10. +
                      + +

                      + phpMyAdmin does not apply any special security methods to the MySQL database + server. It is still the system administrator's job to grant permissions on + the MySQL databases properly. phpMyAdmin's "Privileges" page can + be used for this. +

                      + +

                      + Warning for Mac users:
                      + if you are on a Mac + OS version before + OS X, StuffIt unstuffs with + Mac formats.
                      + So you'll have to resave as in BBEdit to Unix style ALL phpMyAdmin scripts + before uploading them to your server, as PHP seems not to like + Mac-style end of lines character + ("\r").

                      + +

                      Quick Install

                      +
                      1. Choose an appropriate distribution kit from the phpmyadmin.net + Downloads page. Some kits contain only the English messages, + others contain all languages in UTF-8 format (this should be fine + in most situations), others contain all + languages and all character sets. We'll assume you chose a kit whose + name looks like phpMyAdmin-x.x.x-all-languages.tar.gz. +
                      2. +
                      3. Untar or unzip the distribution (be sure to unzip the subdirectories): + tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz in your webserver's + document root. If you don't have direct access to your document root, + put the files in a directory on your local machine, and, after step 4, + transfer the directory on your web server using, for example, ftp.
                      4. +
                      5. Ensure that all the scripts have the appropriate owner (if PHP is + running in safe mode, having some scripts with an owner different + from the owner of other scripts will be a + problem). See + FAQ 4.2 and + FAQ + 1.26 for suggestions.
                      6. +
                      7. Now you must configure your installation. There are two methods that + can be used. Traditionally, users have hand-edited a copy of + config.inc.php, but now a wizard-style setup script is + provided for those who prefer a graphical installation. Creating a + config.inc.php is still a quick way to get started and needed for some advanced features. +
                        • To manually create the file, simply use your text editor to + create the file config.inc.php (you can copy + config.sample.inc.php to get minimal configuration + file) in the main (top-level) phpMyAdmin directory (the one + that contains index.php). phpMyAdmin first loads + libraries/config.default.php and then overrides those + values with anything found in config.inc.php. If the + default value is okay for a particular setting, there is no + need to include it in config.inc.php. You'll need a + few directives to get going, a simple configuration may look + like this: +
                          +<?php
                          +$cfg['blowfish_secret'] = 'ba17c1ec07d65003';  // use here a value of your choice
                          +
                          +$i=0;
                          +$i++;
                          +$cfg['Servers'][$i]['auth_type']     = 'cookie';
                          +?>
                          +
                          + Or, if you prefer to not be prompted every time you log in: +
                          +<?php
                          +
                          +$i=0;
                          +$i++;
                          +$cfg['Servers'][$i]['user']          = 'root';
                          +$cfg['Servers'][$i]['password']      = 'cbb74bc'; // use here your password
                          +$cfg['Servers'][$i]['auth_type']     = 'config';
                          +?>
                          +
                          + For a full explanation of possible configuration values, see the + Configuration Section of this document.
                        • +
                        • Instead of manually editing + config.inc.php, you can use the + Setup Script. First you must + manually create a folder config in the phpMyAdmin + directory. This is a security measure. On a Linux/Unix system you + can use the following commands: +
                          +cd phpMyAdmin
                          +mkdir config                        # create directory for saving
                          +chmod o+rw config                   # give it world writable permissions
                          +
                          + And to edit an existing configuration, copy it over first: +
                          +cp config.inc.php config/           # copy current configuration for editing
                          +chmod o+w config/config.inc.php     # give it world writable permissions
                          +
                          + On other platforms, simply create the folder and ensure that your + web server has read and write access to it. FAQ + 1.26 can help with this.

                          + + Next, open setup/ + in your browser. Note that changes are not saved to + disk until explicitly choose Save from the + Configuration area of the screen. Normally the script saves + the new config.inc.php to the config/ directory, but if + the webserver does not have the proper permissions you may see the + error "Cannot load or save configuration." Ensure that the + config/ directory exists and has the proper permissions - + or use the Download link to save the config file locally + and upload (via FTP or some similar means) to the proper location.

                          + + Once the file has been saved, it must be moved out of the + config/ directory and the permissions must be reset, again + as a security measure: +
                          +mv config/config.inc.php .         # move file to current directory
                          +chmod o-rw config.inc.php          # remove world read and write permissions
                          +rm -rf config                      # remove not needed directory
                          +
                          + Now the file is ready to be used. You can choose to review or edit + the file with your favorite editor, if you prefer to set some + advanced options which the setup script does not provide.
                      8. +
                      9. If you are using the + auth_type "config", it is suggested that you + protect the phpMyAdmin installation directory because using + config does not require a user to + enter a password to access the phpMyAdmin installation. Use of an alternate + authentication method is recommended, for example with + HTTP–AUTH in a .htaccess file or switch to using + auth_type cookie or http. See the + multi–user sub–section of this + FAQ for additional + information, especially + FAQ 4.4.
                      10. +
                      11. Open the main phpMyAdmin directory + in your browser. phpMyAdmin should now display a welcome screen + and your databases, or a login dialog if using + HTTP or cookie + authentication mode.
                      12. +
                      13. You should deny access to the ./libraries and + ./setup/lib subfolders in your webserver configuration. For + Apache you can use supplied .htaccess file in that folder, for other + webservers, you should configure this yourself. Such configuration + prevents from possible path exposure and cross side scripting + vulnerabilities that might happen to be found in that code.
                      14. +
                      15. + It is generally good idea to protect public phpMyAdmin installation + against access by robots as they usually can not do anything good + there. You can do this using robots.txt file in root of + your webserver or limit access by web server configuration. You can + find example .htaccess file which can help you achieve + this in contrib directory in phpMyAdmin. +
                      16. +
                      + +

                      phpMyAdmin configuration storage

                      + +

                      For a whole set of new features (bookmarks, comments, + SQL-history, + tracking mechanism, + PDF-generation, column contents + transformation, etc.) you need to create a set of special tables. Those + tables can be located in your own database, or in a central database for a + multi-user installation (this database would then be accessed by the + controluser, so no other user should have rights to it).

                      + +

                      Please look at your ./scripts/ directory, where you should find a + file called create_tables.sql. (If you are using a Windows server, pay + special attention to + FAQ 1.23).

                      + +

                      If you already had this infrastructure and upgraded to MySQL 4.1.2 + or newer, please use ./scripts/upgrade_tables_mysql_4_1_2+.sql + and then create new tables by importing ./scripts/create_tables.sql.

                      + +

                      You can use your phpMyAdmin to create the tables for you. Please be aware + that you may need special (administrator) privileges to create the database + and tables, and that the script may need some tuning, depending on the + database name.

                      + +

                      After having imported the ./scripts/create_tables.sql file, you + should specify the table names in your ./config.inc.php file. The + directives used for that can be found in the Configuration + section. You will also need to have a controluser with the proper rights + to those tables (see section Using + authentication modes below).

                      + +

                      Upgrading from an older version

                      + +

                      Simply copy ./config.inc.php from your previous installation into the newly + unpacked one. Configuration files from old versions may + require some tweaking as some options have been changed or removed; in + particular, the definition of $cfg['AttributeTypes'] has changed + so you better remove it from your file and just use the default one. + For compatibility with PHP 6, remove a set_magic_quotes_runtime(0); + statement that you might find near the end of your configuration file.

                      + +

                      You should not copy libraries/config.default.php + over config.inc.php because the default configuration file + is version-specific.

                      + +

                      If you have upgraded your MySQL server from a version previous to 4.1.2 to + version 5.x or newer and if you use the phpMyAdmin configuration storage, + you should run the SQL script found in + scripts/upgrade_tables_mysql_4_1_2+.sql.

                      + +

                      Using authentication modes

                      + +
                      • HTTP and cookie + authentication modes are recommended in a multi-user environment + where you want to give users access to their own database and don't want + them to play around with others.
                        + Nevertheless be aware that MS Internet Explorer seems to be really buggy + about cookies, at least till version 6.
                        + Even in a single-user environment, you might prefer to use + HTTP or cookie mode so + that your user/password pair are not in clear in the configuration file. +
                      • + +
                      • HTTP and cookie + authentication modes are more secure: the MySQL login information does + not need to be set in the phpMyAdmin configuration file (except possibly + for the controluser).
                        + However, keep in mind that the password travels in plain text, unless + you are using the HTTPS protocol.
                        + In cookie mode, the password is stored, encrypted with the blowfish + algorithm, in a temporary cookie.
                      • + +
                      • Note: this section is only applicable if + your MySQL server is running with --skip-show-database.

                        + + For 'HTTP' and 'cookie' + modes, phpMyAdmin needs a controluser that has only the + SELECT privilege on the `mysql`.`user` (all columns except + `Password`), `mysql`.`db` (all columns), `mysql`.`host` + (all columns) and `mysql`.`tables_priv` (all columns except + `Grantor` and `Timestamp`) tables.
                        You must specify the details + for the controluser in the config.inc.php + file under the + + $cfg['Servers'][$i]['controluser'] and + + $cfg['Servers'][$i]['controlpass'] settings.
                        + The following example assumes you want to use pma as the + controluser and pmapass as the controlpass, but this is + only an example: use something else in your file! Input these + statements from the phpMyAdmin SQL Query window or mysql command–line + client.
                        + Of course you have to replace localhost with the webserver's host + if it's not the same as the MySQL server's one. + +
                        +GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';
                        +GRANT SELECT (
                        +    Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
                        +    Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
                        +    File_priv, Grant_priv, References_priv, Index_priv, Alter_priv,
                        +    Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv,
                        +    Execute_priv, Repl_slave_priv, Repl_client_priv
                        +    ) ON mysql.user TO 'pma'@'localhost';
                        +GRANT SELECT ON mysql.db TO 'pma'@'localhost';
                        +GRANT SELECT ON mysql.host TO 'pma'@'localhost';
                        +GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)
                        +    ON mysql.tables_priv TO 'pma'@'localhost';
                        + + If you want to use the many new relation and bookmark features: + +
                        +GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
                        +
                        + + (this of course requires that your phpMyAdmin + configuration storage be set up). +
                      • + +
                      • Then each of the true users should be granted a set of privileges + on a set of particular databases. Normally you shouldn't give global + privileges to an ordinary user, unless you understand the impact of those + privileges (for example, you are creating a superuser).
                        + For example, to grant the user real_user with all privileges on + the database user_base:
                        + +
                        +GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
                        +
                        + + What the user may now do is controlled entirely by the MySQL user + management system.
                        + With HTTP or cookie + authentication mode, you don't need to fill the user/password fields + inside the $cfg['Servers'] + array.
                      • +
                      + +

                      'HTTP' authentication mode

                      + +
                      • Uses HTTP Basic authentication + method and allows you to log in as any valid MySQL user.
                      • +
                      • Is supported with most PHP configurations. For + IIS + (ISAPI) + support using CGI PHP see + FAQ + 1.32, for using with Apache + CGI see + FAQ + 1.35.
                      • +
                      • See also + FAQ 4.4 about not + using the .htaccess mechanism along with + 'HTTP' authentication + mode.
                      • +
                      + +

                      'cookie' authentication mode

                      + +
                      • You can use this method as a replacement for the + HTTP authentication + (for example, if you're running + IIS).
                      • +
                      • Obviously, the user must enable cookies in the browser, but this is + now a requirement for all authentication modes.
                      • +
                      • With this mode, the user can truly log out of phpMyAdmin and log in back + with the same username.
                      • +
                      • If you want to log in to arbitrary server see + + $cfg['AllowArbitraryServer'] directive.
                      • +
                      • As mentioned in the requirements section, having + the mcrypt extension will speed up access considerably, but is + not required.
                      • +
                      + +

                      'signon' authentication mode

                      + +
                      • This mode is a convenient way of using credentials from another + application to authenticate to phpMyAdmin.
                      • +
                      • The other application has to store login information into + session data.
                      • +
                      • More details in the auth_type + section.
                      • +
                      +

                      'config' authentication mode

                      + +
                      • This mode is the less secure one because it requires you to fill the + + $cfg['Servers'][$i]['user'] and + + $cfg['Servers'][$i]['password'] fields (and as a result, anyone who + can read your config.inc.php can discover your username and password). +
                        + But you don't need to setup a "controluser" here: using the + + $cfg['Servers'][$i]['only_db'] might be enough.
                      • +
                      • In the + ISP + FAQ section, there + is an entry explaining how to protect your configuration file.
                      • +
                      • For additional security in this mode, you may wish to consider the Host + authentication + + $cfg['Servers'][$i]['AllowDeny']['order'] and + + $cfg['Servers'][$i]['AllowDeny']['rules'] configuration + directives.
                      • +
                      • Unlike cookie and http, does not require a user to log in when first + loading the phpMyAdmin site. This is by design but could allow any + user to access your installation. Use of some restriction method is + suggested, perhaps a .htaccess file with the + HTTP-AUTH directive or disallowing incoming HTTP requests at + one’s router or firewall will suffice (both of which + are beyond the scope of this manual but easily searchable with Google).
                      • +
                      +

                      Swekey authentication

                      +

                      +The Swekey is a low cost authentication USB key that can be used in +web applications.

                      +When Swekey authentication is activated, phpMyAdmin requires the +users's Swekey to be plugged before entering the login page (currently +supported for cookie authentication mode only). Swekey Authentication is +disabled by default.

                      +To enable it, add the following line to config.inc.php: +

                      +
                      +$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';
                      +
                      +

                      +You then have to create the swekey.conf file that will associate +each user with their Swekey Id. It is important to place this file outside +of your web server's document root (in the example, it is located in /etc). A self documented sample file is provided +in the contrib directory. Feel free to use it with your own +users' information.

                      +If you want to purchase a Swekey please visit +http://phpmyadmin.net/auth_key +since this link provides funding for phpMyAdmin. +

                      + +

                      Configuration

                      + +

                      Warning for Mac + users: PHP does not seem to like + Mac end of lines character + ("\r"). So ensure you choose the option that allows to use + the *nix end of line character ("\n") in your text editor + before saving a script you have modified.

                      + +

                      Configuration note: + Almost all configurable data is placed in config.inc.php. If this file + does not exist, please refer to the Quick install + section to create one. This file only needs to contain the parameters you want to + change from their corresponding default value in + libraries/config.default.php.

                      + +

                      The parameters which relate to design (like colors) are placed in + themes/themename/layout.inc.php. You might also want to create + config.footer.inc.php and config.header.inc.php files to add + your site specific code to be included on start and end of each page.

                      + +
                      $cfg['PmaAbsoluteUri'] string
                      +
                      Sets here the complete URL + (with full path) to your phpMyAdmin installation's directory. + E.g. http://www.your_web.net/path_to_your_phpMyAdmin_directory/. + Note also that the URL on + some web servers are case–sensitive. + Don’t forget the trailing slash at the end.

                      + + Starting with version 2.3.0, it is advisable to try leaving this + blank. In most cases phpMyAdmin automatically detects the proper + setting. Users of port forwarding will need to set PmaAbsoluteUri (more info). + A good test is to browse a table, edit a row and save it. There should + be an error message if phpMyAdmin is having trouble auto–detecting + the correct value. If you get an error that this must be set or if + the autodetect code fails to detect your path, please post a bug + report on our bug tracker so we can improve the code.
                      + +
                      $cfg['PmaNoRelation_DisableWarning'] boolean
                      +
                      Starting with version 2.3.0 phpMyAdmin offers a lot of features to work + with master / foreign – tables (see + $cfg['Servers'][$i]['pmadb']). +
                      + If you tried to set this up and it does not work for you, have a look on + the "Structure" page of one database where you would like to + use it. You will find a link that will analyze why those features have + been disabled.
                      + If you do not want to use those features set this variable to + TRUE to stop this message from appearing.
                      + +
                      $cfg['SuhosinDisableWarning'] boolean
                      +
                      A warning is displayed on the main page if Suhosin is detected. + You can set this parameter to TRUE to stop this message + from appearing.
                      + +
                      $cfg['McryptDisableWarning'] boolean
                      +
                      Disable the default warning that is displayed if mcrypt is missing for + cookie authentication. + You can set this parameter to TRUE to stop this message + from appearing.
                      + +
                      $cfg['TranslationWarningThreshold'] integer
                      +
                      Show warning about incomplete translations on certain threshold.
                      + +
                      $cfg['AllowThirdPartyFraming'] boolean
                      +
                      Setting this to true allows a page located on a different + domain to call phpMyAdmin inside a frame, and is a potential security + hole allowing cross-frame scripting attacks.
                      + +
                      $cfg['blowfish_secret'] string
                      +
                      The "cookie" auth_type uses blowfish + algorithm to encrypt the password.
                      + If you are using the "cookie" auth_type, enter here a random + passphrase of your choice. It will be used internally by the blowfish + algorithm: you won’t be prompted for this passphrase. There is + no maximum length for this secret.

                      + + Since version 3.1.0 phpMyAdmin can generate this on the fly, but it + makes a bit weaker security as this generated secret is stored in + session and furthermore it makes impossible to recall user name from + cookie.
                      + +
                      $cfg['Servers'] array
                      +
                      Since version 1.4.2, phpMyAdmin supports the administration of multiple + MySQL servers. Therefore, a + $cfg['Servers']-array has + been added which contains the login information for the different servers. + The first + $cfg['Servers'][$i]['host'] + contains the hostname of the first server, the second + $cfg['Servers'][$i]['host'] + the hostname of the second server, etc. In + ./libraries/config.default.php, there is only one section for + server definition, however you can put as many as you need in + ./config.inc.php, copy that block or needed parts (you don't + have to define all settings, just those you need to change).
                      + +
                      $cfg['Servers'][$i]['host'] string
                      +
                      The hostname or IP address of your + $i-th MySQL-server. E.g. localhost.
                      + +
                      $cfg['Servers'][$i]['port'] string
                      +
                      The port-number of your $i-th MySQL-server. Default is 3306 (leave + blank). If you use "localhost" as the hostname, MySQL + ignores this port number and connects with the socket, so if you want + to connect to a port different from the default port, use + "127.0.0.1" or the real hostname in + $cfg['Servers'][$i]['host']. +
                      + +
                      $cfg['Servers'][$i]['socket'] string
                      +
                      The path to the socket to use. Leave blank for default.
                      + To determine the correct socket, check your MySQL configuration or, using the + mysql command–line client, issue the status command. + Among the resulting information displayed will be the socket used.
                      + +
                      $cfg['Servers'][$i]['ssl'] boolean
                      +
                      Whether to enable SSL for connection to MySQL server. +
                      + +
                      $cfg['Servers'][$i]['connect_type'] string
                      +
                      What type connection to use with the MySQL server. Your options are + 'socket' and 'tcp'. It defaults to 'tcp' as that + is nearly guaranteed to be available on all MySQL servers, while + sockets are not supported on some platforms.

                      + + To use the socket mode, your MySQL server must be on the same machine + as the Web server.
                      + +
                      $cfg['Servers'][$i]['extension'] string
                      +
                      What php MySQL extension to use for the connection. Valid options are: +

                      + + mysql : + The classic MySQL extension. This is the recommended and default + method at this time.

                      + + mysqli : + The improved MySQL extension. This extension became available + with php 5.0.0 and is the recommended way to connect to a server + running MySQL 4.1.x or newer.
                      + +
                      $cfg['Servers'][$i]['compress'] boolean
                      +
                      Whether to use a compressed protocol for the MySQL server connection + or not (experimental).
                      + This feature requires PHP >= 4.3.0.
                      + +
                      + $cfg['Servers'][$i]['controluser'] string
                      + $cfg['Servers'][$i]['controlpass'] string +
                      +
                      This special account is used for 2 distinct purposes: to make possible + all relational features (see + $cfg['Servers'][$i]['pmadb']) + and, for a MySQL server running with + --skip-show-database, to enable a multi-user installation + (HTTP or cookie + authentication mode).

                      + + When using HTTP or + cookie authentication modes (or 'config' + authentication mode since phpMyAdmin 2.2.1), you need to supply the + details of a MySQL account that has SELECT privilege on the + mysql.user (all columns except "Password"), + mysql.db (all columns) and mysql.tables_priv (all columns + except "Grantor" and "Timestamp") tables. + This account is used to check what databases the user will see at + login.
                      + Please see the install section on + "Using authentication modes" for more information.

                      + + In phpMyAdmin versions before 2.2.5, those were called + "stduser/stdpass".
                      + +
                      $cfg['Servers'][$i]['auth_type'] string + ['HTTP'|'http'|'cookie'|'config'|'signon']
                      +
                      Whether config or cookie or + HTTP or signon authentication + should be used for this server. +
                      • 'config' authentication ($auth_type = 'config') + is the plain old way: username and password are stored in + config.inc.php.
                      • +
                      • 'cookie' authentication mode + ($auth_type = 'cookie') as introduced in + 2.2.3 allows you to log in as any valid MySQL user with the + help of cookies. Username and password are stored in + cookies during the session and password is deleted when it + ends. This can also allow you to log in in arbitrary server if + $cfg['AllowArbitraryServer'] enabled. +
                      • +
                      • 'HTTP' authentication (was called 'advanced' in previous versions and can be written also as 'http') + ($auth_type = 'HTTP') as introduced in 1.3.0 + allows you to log in as any valid MySQL user via HTTP-Auth.
                      • +
                      • 'signon' authentication mode + ($auth_type = 'signon') + as introduced in 2.10.0 allows you to log in from prepared PHP + session data. This is useful for implementing single signon + from another application. Sample way how to seed session is in + signon example: scripts/signon.php. There is also + alternative example using OpenID - + scripts/openid.php. You need to + configure session name and signon + URL to use this authentication method.
                      • +
                      + + Please see the install section on "Using authentication modes" + for more information. +
                      +
                      + $cfg['Servers'][$i]['auth_http_realm'] string
                      +
                      +
                      + When using auth_type = 'HTTP', this field allows to define a custom + HTTP Basic Auth Realm which will be displayed to the user. If not explicitly + specified in your configuration, a string combined of "phpMyAdmin " and either + $cfg['Servers'][$i]['verbose'] + or $cfg['Servers'][$i]['host'] will be used. +
                      +
                      + $cfg['Servers'][$i]['auth_swekey_config'] string
                      +
                      +
                      + The name of the file containing Swekey ids and login + names for hardware authentication. Leave empty to deactivate this feature. +
                      +
                      + $cfg['Servers'][$i]['user'] string
                      + $cfg['Servers'][$i]['password'] string +
                      +
                      + When using auth_type = 'config', this is the user/password-pair + which phpMyAdmin will use to connect to the + MySQL server. This user/password pair is not needed when HTTP or + cookie authentication is used and should be empty.
                      +
                      + $cfg['Servers'][$i]['nopassword'] boolean +
                      +
                      + Allow attempt to log in without password when a login with password + fails. This can be used together with http authentication, when + authentication is done some other way and phpMyAdmin gets user name + from auth and uses empty password for connecting to MySQL. Password + login is still tried first, but as fallback, no password method is + tried.
                      +
                      + $cfg['Servers'][$i]['only_db'] string or array +
                      +
                      + If set to a (an array of) database name(s), only this (these) database(s) + will be shown to the user. Since phpMyAdmin 2.2.1, this/these + database(s) name(s) may contain MySQL wildcards characters + ("_" and "%"): if you want to use literal instances + of these characters, escape them (I.E. use 'my\_db' and not + 'my_db').
                      + This setting is an efficient way to lower the server load since the + latter does not need to send MySQL requests to build the available + database list. But it does not replace the + privileges rules of the MySQL database server. If set, it just + means only these databases will be displayed but + not that all other databases can't be used. +

                      + + An example of using more that one database: + $cfg['Servers'][$i]['only_db'] = array('db1', 'db2'); +

                      + + As of phpMyAdmin 2.5.5 the order inside the array is used for sorting the + databases in the left frame, so that you can individually arrange your databases.
                      + If you want to have certain databases at the top, but don't care about the others, you do not + need to specify all other databases. Use: + $cfg['Servers'][$i]['only_db'] = array('db3', 'db4', '*'); + instead to tell phpMyAdmin that it should display db3 and db4 on top, and the rest in alphabetic + order.
                      + +
                      $cfg['Servers'][$i]['hide_db'] string +
                      +
                      Regular expression for hiding some databases from unprivileged users. + This only hides them + from listing, but a user is still able to access them (using, for example, + the SQL query area). To limit access, use the MySQL privilege system. +

                      + For example, to hide all databases starting with the letter "a", use
                      +
                      $cfg['Servers'][$i]['hide_db'] = '^a';
                      + and to hide both "db1" and "db2" use
                      +
                      $cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';
                      + More information on regular expressions can be found in the + + PCRE pattern syntax portion of the PHP reference manual. +
                      + +
                      $cfg['Servers'][$i]['verbose'] string
                      +
                      Only useful when using phpMyAdmin with multiple server entries. If set, + this string will be displayed instead of the hostname in the pull-down + menu on the main page. This can be useful if you want to show only + certain databases on your system, for example. For HTTP auth, all + non-US-ASCII characters will be stripped.
                      + +
                      + $cfg['Servers'][$i]['pmadb'] string +
                      +
                      The name of the database containing the phpMyAdmin configuration storage. +

                      + + See the phpMyAdmin configuration storage + section in this document to see the benefits of this feature, + and for a quick way of creating this database and the needed tables. +

                      + + If you are the only user of this phpMyAdmin installation, you can + use your current database to store those special tables; in this + case, just put your current database name in + $cfg['Servers'][$i]['pmadb']. For a multi-user installation, + set this parameter to the name of your central database containing + the phpMyAdmin configuration storage.
                      + +
                      + $cfg['Servers'][$i]['bookmarktable'] string +
                      +
                      Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This can be + useful for queries you often run.

                      + + To allow the usage of this functionality: +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • enter the table name in + $cfg['Servers'][$i]['bookmarktable']
                      • +
                      +
                      + +
                      + $cfg['Servers'][$i]['relation'] string +
                      +
                      Since release 2.2.4 you can describe, in a special 'relation' table, + which column is a key in another table (a foreign key). phpMyAdmin + currently uses this to +
                      • make clickable, when you browse the master table, the data values + that point to the foreign table;
                      • +
                      • display in an optional tool-tip the "display column" + when browsing the master table, if you move the mouse to a column + containing a foreign key (use also the 'table_info' table);
                        + (see + FAQ 6.7)
                      • +
                      • in edit/insert mode, display a drop-down list of possible foreign + keys (key value and "display column" are shown)
                        + (see + FAQ 6.21)
                      • +
                      • display links on the table properties page, to check referential + integrity (display missing foreign keys) for each described key; +
                      • +
                      • in query-by-example, create automatic joins (see + FAQ 6.6)
                      • +
                      • enable you to get a PDF + schema of your database (also uses the table_coords table).
                      • +
                      + + The keys can be numeric or character.

                      + + To allow the usage of this functionality: + +
                      • set up pmadb and the phpMyAdmin + configuration storage
                      • +
                      • put the relation table name in + $cfg['Servers'][$i]['relation']
                      • +
                      • now as normal user open phpMyAdmin and for each one of your + tables where you want to use this feature, click + "Structure/Relation view/" and choose foreign + columns. +
                      • +
                      + + Please note that in the current version, master_db + must be the same as foreign_db. Those columns have been put in + future development of the cross-db relations. +
                      + +
                      + $cfg['Servers'][$i]['table_info'] string +
                      +
                      + Since release 2.3.0 you can describe, in a special 'table_info' + table, which column is to be displayed as a tool-tip when moving the + cursor over the corresponding key.
                      + This configuration variable will hold the name of this special + table. To allow the usage of this functionality: +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • put the table name in + $cfg['Servers'][$i]['table_info'] (e.g. + 'pma_table_info')
                      • +
                      • then for each table where you want to use this feature, + click "Structure/Relation view/Choose column to display" + to choose the column.
                      • +
                      + Usage tip: Display column. +
                      +
                      + $cfg['Servers'][$i]['table_coords'] string
                      + $cfg['Servers'][$i]['pdf_pages'] string +
                      +
                      Since release 2.3.0 you can have phpMyAdmin create + PDF pages showing + the relations between your tables. To do this it needs two tables + "pdf_pages" (storing information about the available + PDF + pages) and "table_coords" (storing coordinates where each + table will be placed on a PDF + schema output).

                      + + You must be using the "relation" feature.

                      + + To allow the usage of this functionality: + +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • put the correct table names in + $cfg['Servers'][$i]['table_coords'] and + $cfg['Servers'][$i]['pdf_pages']
                      • +
                      + + Usage tips: PDF output. +
                      + +
                      + $cfg['Servers'][$i]['column_info'] string +
                      +
                      + Since release 2.3.0 you can store comments to describe each column for + each table. These will then be shown on the "printview". +

                      + + Starting with release 2.5.0, comments are consequently used on the table + property pages and table browse view, showing up as tool-tips above the + column name (properties page) or embedded within the header of table in + browse view. They can also be shown in a table dump. Please see the + relevant configuration directives later on.

                      + + Also new in release 2.5.0 is a MIME-transformation system which is also + based on the following table structure. See + Transformations for further information. To use the + MIME-transformation system, your column_info table has to have the three + new columns 'mimetype', 'transformation', 'transformation_options'. +

                      + + To allow the usage of this functionality: +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • put the table name in + $cfg['Servers'][$i]['column_info'] (e.g. + 'pma_column_info')
                      • +
                      • to update your PRE-2.5.0 Column_comments Table use this: + +
                        +ALTER TABLE `pma_column_comments`
                        +    ADD `mimetype` VARCHAR( 255 ) NOT NULL,
                        +    ADD `transformation` VARCHAR( 255 ) NOT NULL,
                        +    ADD `transformation_options` VARCHAR( 255 ) NOT NULL;
                        +
                        + + and remember that the Variable in config.inc.php has been + renamed from
                        + $cfg['Servers'][$i]['column_comments'] to + $cfg['Servers'][$i]['column_info']
                      • +
                      +
                      + +
                      + $cfg['Servers'][$i]['history'] string +
                      +
                      Since release 2.5.0 you can store your + SQL history, which means + all queries you entered manually into the phpMyAdmin interface. If you + don't want to use a table-based history, you can use the JavaScript-based + history. Using that, all your history items are deleted when closing the + window.

                      + + Using + $cfg['QueryHistoryMax'] + you can specify an amount of history items you want to have on hold. On + every login, this list gets cut to the maximum amount.

                      + + The query history is only available if JavaScript is enabled in your + browser.

                      + + To allow the usage of this functionality: + +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • put the table name in $cfg['Servers'][$i]['history'] + (e.g. 'pma_history') +
                      • +
                      +
                      + +
                      + $cfg['Servers'][$i]['tracking'] string +
                      +
                      + Since release 3.3.x a tracking mechanism is available. + It helps you to track every SQL command which + is executed by phpMyAdmin. The mechanism supports logging of data manipulation + and data definition statements. After enabling it you can create versions of tables. +

                      + The creation of a version has two effects: + +
                        +
                      • phpMyAdmin saves a snapshot of the table, including structure and indexes.
                      • +
                      • phpMyAdmin logs all commands which change the structure and/or data of the table and links these commands with the version number.
                      • +
                      + + Of course you can view the tracked changes. On the "Tracking" page a complete report is available for every version. + For the report you can use filters, for example you can get a list of statements within a date range. + When you want to filter usernames you can enter * for all names or you enter a list of names separated by ','. + In addition you can export the (filtered) report to a file or to a temporary database. +

                      + + To allow the usage of this functionality: + +
                        +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • put the table name in $cfg['Servers'][$i]['tracking'] (e.g. 'pma_tracking')
                      • +
                      +
                      + +
                      + $cfg['Servers'][$i]['tracking_version_auto_create'] boolean +
                      +
                      + Whether the tracking mechanism creates versions for tables and views automatically. Default value is false. +

                      + If this is set to true and you create a table or view with + +
                        +
                      • CREATE TABLE ...
                      • +
                      • CREATE VIEW ...
                      • +
                      + + and no version exists for it, the mechanism will + create a version for you automatically. +
                      + +
                      + $cfg['Servers'][$i]['tracking_default_statements'] string +
                      +
                      + Defines the list of statements the auto-creation uses for new versions. Default value is +
                      + +
                      CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,
                      +CREATE INDEX,DROP INDEX,
                      +INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,
                      +CREATE VIEW,ALTER VIEW,DROP VIEW,
                      +CREATE DATABASE,ALTER DATABASE,DROP DATABASE
                      +
                      + +
                      + $cfg['Servers'][$i]['tracking_add_drop_view'] boolean +
                      +
                      + Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view. Default value is true. +

                      +
                      + + +
                      + $cfg['Servers'][$i]['tracking_add_drop_table'] boolean +
                      +
                      + Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table. Default value is true. +

                      +
                      + +
                      + $cfg['Servers'][$i]['tracking_add_drop_database'] boolean +
                      +
                      + Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database. Default value is true. +

                      +
                      + +
                      + $cfg['Servers'][$i]['userconfig'] string +
                      +
                      + Since release 3.4.x phpMyAdmin allows users to set most preferences by themselves + and store them in the database. +

                      + + If you don't allow for storing preferences in pmadb, users can + still personalize phpMyAdmin, but settings will be saved in browser's local storage, + or, it is is unavailable, until the end of session. +

                      + + To allow the usage of this functionality: + +
                        +
                      • set up pmadb and the phpMyAdmin + configuration storage
                      • +
                      • put the table name in $cfg['Servers'][$i]['userconfig']
                      • +
                      +
                      + +
                      + $cfg['Servers'][$i]['designer_coords'] string +
                      +
                      Since release 2.10.0 a Designer interface is available; it permits + to visually manage the relations. +

                      + + To allow the usage of this functionality: + +
                      • set up pmadb and the phpMyAdmin configuration storage
                      • +
                      • put the table name in $cfg['Servers'][$i]['designer_coords'] (e.g. 'pma_designer_coords') +
                      • +
                      +
                      + +
                      $cfg['Servers'][$i]['verbose_check'] boolean +
                      +
                      Because release 2.5.0 introduced the new MIME-transformation support, the + column_info table got enhanced with three new columns. If the above variable + is set to TRUE (default) phpMyAdmin will check if you have the + latest table structure available. If not, it will emit a warning to the + superuser.

                      + + You can disable this checking behavior by setting the variable to false, + which should offer a performance increase.

                      + + Recommended to set to FALSE, when you are sure, your table structure is + up to date.
                      +
                      $cfg['Servers'][$i]['AllowRoot'] + boolean
                      +
                      Whether to allow root access. This is just a shortcut for the AllowDeny rules below. +
                      +
                      $cfg['Servers'][$i]['AllowNoPassword'] + boolean
                      +
                      Whether to allow logins without a password. The default + value of false for this parameter prevents unintended access + to a MySQL server with was left with an empty password for root or + on which an anonymous (blank) user is defined. +
                      +
                      + $cfg['Servers'][$i]['AllowDeny']['order'] string +
                      +
                      If your rule order is empty, then IP + authorization is disabled.

                      + + If your rule order is set to 'deny,allow' then the system applies + all deny rules followed by allow rules. Access is allowed by default. Any + client which does not match a Deny command or does match an Allow command + will be allowed access to the server.

                      + + If your rule order is set to 'allow,deny' then the system + applies all allow rules followed by deny rules. Access is denied by + default. Any client which does not match an Allow directive or does + match a Deny directive will be denied access to the server.

                      + + If your rule order is set to 'explicit', authorization is + performed in a similar fashion to rule order 'deny,allow', with the + added restriction that your host/username combination must be + listed in the allow rules, and not listed in the deny + rules. This is the most secure means of using Allow/Deny rules, + and was available in Apache by specifying allow and deny rules without + setting any order.

                      + + Please also see $cfg['TrustedProxies'] for detecting IP + address behind proxies. +
                      +
                      + $cfg['Servers'][$i]['AllowDeny']['rules'] array of strings +
                      +
                      The general format for the rules is as such: + +
                      +<'allow' | 'deny'> <username> [from] <ipmask>
                      +
                      + + If you wish to match all users, it is possible to use a '%' as + a wildcard in the username field.
                      + There are a few shortcuts you can use in the ipmask field as + well (please note that those containing SERVER_ADDRESS might not be + available on all webservers): +
                      +'all' -> 0.0.0.0/0
                      +'localhost' -> 127.0.0.1/8
                      +'localnetA' -> SERVER_ADDRESS/8
                      +'localnetB' -> SERVER_ADDRESS/16
                      +'localnetC' -> SERVER_ADDRESS/24
                      +
                      + + Having an empty rule list is equivalent to either using + 'allow % from all' if your rule order is set to + 'deny,allow' or 'deny % from all' if your rule order + is set to 'allow,deny' or 'explicit'.

                      + + For the IP matching system, the + following work:
                      + xxx.xxx.xxx.xxx (an exact IP address)
                      + xxx.xxx.xxx.[yyy-zzz] (an IP address range)
                      + xxx.xxx.xxx.xxx/nn (CIDR, Classless Inter-Domain Routing type IP addresses)
                      + But the following does not work:
                      + xxx.xxx.xxx.xx[yyy-zzz] (partial + IP address range)
                      + Also IPv6 addresses are not supported. +
                      +
                      $cfg['Servers'][$i]['DisableIS'] boolean
                      +
                      Disable using INFORMATION_SCHEMA to retrieve information (use SHOW commands instead), because of speed issues when many databases are present. Currently used in some parts of the code, more to come. +
                      +
                      $cfg['Servers'][$i]['ShowDatabasesCommand'] string
                      +
                      On a server with a huge number of databases, the default SHOW + DATABASES command used to fetch the name of available databases will + probably be too slow, so it can be replaced by faster commands (see + libraries/config.default.php for examples). +
                      +
                      $cfg['Servers'][$i]['CountTables'] boolean
                      +
                      Whether to count the number of tables for each database when preparing the list of databases for the navigation frame. +
                      +
                      $cfg['Servers'][$i]['SignonSession'] string
                      +
                      Name of session which will be used for signon authentication method. +
                      +
                      $cfg['Servers'][$i]['SignonURL'] string
                      +
                      URL where user will be redirected to log in for signon authentication method. Should be absolute including protocol. +
                      +
                      $cfg['Servers'][$i]['LogoutURL'] string
                      +
                      URL where user will be redirected after logout (doesn't affect config authentication method). Should be absolute including protocol. +
                      + +
                      $cfg['ServerDefault'] integer
                      +
                      If you have more than one server configured, you can set + $cfg['ServerDefault'] to any one of them to autoconnect to + that server when phpMyAdmin is started, or set it to 0 to be given a + list of servers without logging in.
                      + If you have only one server configured, $cfg['ServerDefault'] + MUST be set to that server.
                      + +
                      $cfg['AjaxEnable'] boolean
                      +
                      Defines whether to refresh only parts of certain pages using Ajax + techniques. Applies only where a non-Ajax behavior is possible; + for example, the Designer feature is Ajax-only so this directive + does not apply to it.
                      + +
                      $cfg['VersionCheck'] boolean
                      +
                      Enables check for latest versions using javascript on main phpMyAdmin + page.
                      + +
                      $cfg['MaxDbList'] integer
                      +
                      The maximum number of database names to be displayed in the + navigation frame and the database list.
                      + +
                      $cfg['MaxTableList'] integer
                      +
                      The maximum number of table names to be displayed in the + main panel's list (except on the Export page). This limit is also enforced in the navigation panel + when in Light mode.
                      + +
                      $cfg['MaxCharactersInDisplayedSQL'] integer
                      +
                      The maximum number of characters when a SQL query is displayed. The + default limit of 1000 should be correct to avoid the display of tons + of hexadecimal codes that represent BLOBs, but some users have real + SQL queries that are longer than 1000 characters. Also, if a query's + length exceeds this limit, this query is not saved in the history.
                      + +
                      $cfg['OBGzip'] string/boolean
                      +
                      Defines whether to use GZip output buffering for increased + speed in HTTP transfers.
                      + Set to true/false for enabling/disabling. When set to 'auto' (string), + phpMyAdmin tries to enable output buffering and will automatically disable + it if your browser has some problems with buffering. IE6 with a certain patch + is known to cause data corruption when having enabled buffering.
                      + +
                      $cfg['PersistentConnections'] boolean
                      +
                      Whether persistent connections should be used or not (mysql_connect or + mysql_pconnect).
                      + +
                      $cfg['ForceSSL'] boolean
                      +
                      Whether to force using https while accessing phpMyAdmin.
                      + +
                      $cfg['ExecTimeLimit'] integer [number of seconds]
                      +
                      Set the number of seconds a script is allowed to run. If seconds is set + to zero, no time limit is imposed.
                      + This setting is used while importing/exporting dump files and in the + Synchronize feature but has no effect when PHP is running in safe mode.
                      + +
                      $cfg['SessionSavePath'] string
                      +
                      Path for storing session data (session_save_path PHP parameter).
                      + +
                      $cfg['MemoryLimit'] string [number of bytes]
                      +
                      Set the number of bytes a script is allowed to allocate. If set + to zero, no limit is imposed.
                      + This setting is used while importing/exporting dump files and at some + other places in phpMyAdmin so you definitely don't want to put here + a too low value. It has no effect when PHP is running in safe mode.
                      + You can also use any string as in php.ini, eg. '16M'. Ensure + you don't omit the suffix (16 means 16 bytes!)
                      + +
                      $cfg['SkipLockedTables'] boolean
                      +
                      Mark used tables and make it possible to show databases with locked + tables (since MySQL 3.23.30).
                      + +
                      $cfg['ShowSQL'] boolean
                      +
                      Defines whether SQL queries + generated by phpMyAdmin should be displayed or not.
                      + +
                      $cfg['AllowUserDropDatabase'] boolean
                      +
                      Defines whether normal users (non-administrator) are allowed to + delete their own database or not. If set as FALSE, the link "Drop + Database" will not be shown, and even a "DROP DATABASE + mydatabase" will be rejected. Quite practical for + ISP's with many + customers.
                      + Please note that this limitation of SQL queries is not as strict as + when using MySQL privileges. This is due to nature of SQL queries + which might be quite complicated. So this choice should be viewed as + help to avoid accidental dropping rather than strict privilege + limitation.
                      + +
                      $cfg['Confirm'] boolean
                      +
                      Whether a warning ("Are your really sure...") should be + displayed when you're about to lose data.
                      + +
                      $cfg['LoginCookieRecall'] boolean
                      +
                      Define whether the previous login should be recalled or not in cookie + authentication mode.

                      + + This is automatically disabled if you do not have configured + $cfg['blowfish_secret']. +
                      + +
                      $cfg['LoginCookieValidity'] integer [number of seconds]
                      +
                      Define how long is login cookie valid. Please note that php + configuration option session.gc_maxlifetime + might limit session validity and if session is lost, login cookie is + also invalidated. So it is a good idea to set session.gc_maxlifetime + not lower than the value of $cfg['LoginCookieValidity'].
                      + +
                      $cfg['LoginCookieStore'] integer [number of seconds]
                      +
                      Define how long login cookie should be stored in browser. Default 0 + means that it will be kept for existing session. This is recommended + for not trusted environments.
                      + +
                      $cfg['LoginCookieDeleteAll'] boolean
                      +
                      If enabled (default), logout deletes cookies for all servers, + otherwise only for current one. Setting this to false makes it easy to + forget to log out from other server, when you are using more of + them.
                      + +
                      $cfg['UseDbSearch'] boolean
                      +
                      Define whether the "search string inside database" is enabled or not.
                      + +
                      $cfg['IgnoreMultiSubmitErrors'] boolean
                      +
                      Define whether phpMyAdmin will continue executing a multi-query + statement if one of the queries fails. Default is to abort execution.
                      + +
                      $cfg['VerboseMultiSubmit'] boolean
                      +
                      Define whether phpMyAdmin will output the results of each query of a + multi-query statement embedded into the + SQL output as inline + comments. Defaults to TRUE.
                      +
                      + $cfg['AllowArbitraryServer'] boolean
                      +
                      If enabled, allows you to log in to arbitrary servers using cookie auth and permits to specify servers of your choice in the Synchronize dialog. +

                      + + NOTE: Please use this carefully, as this may allow users access to + MySQL servers behind the firewall where your + HTTP server is placed. +
                      + +
                      $cfg['Error_Handler']['display'] boolean
                      +
                      Whether to display errors from PHP or not.
                      + +
                      $cfg['Error_Handler']['gather'] boolean
                      +
                      Whether to gather errors from PHP or not.
                      + +
                      $cfg['LeftFrameLight'] boolean
                      +
                      Defines whether to use a select-based menu and display only the current + tables in the left frame (smaller page). Only in Non-Lightmode you can + use the feature to display nested folders using + $cfg['LeftFrameTableSeparator'] +
                      + +
                      $cfg['LeftFrameDBTree'] boolean
                      +
                      In light mode, defines whether to display the names of databases (in the + selector) using a tree, see also + $cfg['LeftFrameDBSeparator']. +
                      + +
                      $cfg['LeftFrameDBSeparator'] + string or array
                      +
                      The string used to separate the parts of the database name when showing + them in a tree. Alternatively you can specify more strings in an array + and all of them will be used as a separator.
                      + +
                      $cfg['LeftFrameTableSeparator'] string
                      +
                      Defines a string to be used to nest table spaces. Defaults to '__'. + This means if you have tables like 'first__second__third' this will be + shown as a three-level hierarchy like: first > second > third. + If set to FALSE or empty, the feature is disabled. NOTE: You should + not use this separator at the beginning or end of a + table name or multiple times after another without any other + characters in between.
                      + +
                      $cfg['LeftFrameTableLevel'] string
                      +
                      Defines how many sublevels should be displayed when splitting + up tables by the above separator.
                      + +
                      $cfg['ShowTooltip'] boolean
                      +
                      Defines whether to display table comment as tool-tip in left frame or + not.
                      + +
                      $cfg['ShowTooltipAliasDB'] boolean
                      +
                      If tool-tips are enabled and a DB comment is set, this will flip the + comment and the real name. That means that if you have a table called + 'user0001' and add the comment 'MyName' on it, you will see the name + 'MyName' used consequently in the left frame and the tool-tip shows + the real name of the DB.
                      + +
                      $cfg['ShowTooltipAliasTB'] boolean/string
                      +
                      Same as $cfg['ShowTooltipAliasDB'], except this works for table names. + + When setting this to 'nested', the Alias of the Tablename is only used + to split/nest the tables according to the + $cfg['LeftFrameTableSeparator'] + directive. So only the folder is called like the Alias, the tablename itself + stays the real tablename.
                      + + +
                      Defines whether or not to display the phpMyAdmin logo at the top of the left frame. + Defaults to TRUE.
                      + +
                      Enter URL where logo in the navigation frame will point to. + For use especially with self made theme which changes this. + The default value for this is main.php.
                      + +
                      $cfg['LeftLogoLinkWindow'] string
                      +
                      Whether to open the linked page in the main window (main) + or in a new one (new). Note: use new if you are + linking to phpmyadmin.net.
                      + +
                      $cfg['LeftDisplayTableFilterMinimum'] + integer
                      +
                      Defines the minimum number of tables to display a JavaScript filter box above the + list of tables in the left frame. + Defaults to 30. To disable the filter completely some high number + can he used (e.g. 9999)
                      + +
                      $cfg['LeftDisplayServers'] boolean
                      +
                      Defines whether or not to display a server choice at the top of the left frame. + Defaults to FALSE.
                      +
                      $cfg['DisplayServersList'] boolean
                      +
                      Defines whether to display this server choice as links instead of in a drop-down. + Defaults to FALSE (drop-down).
                      +
                      $cfg['DisplayDatabasesList'] boolean or text
                      +
                      Defines whether to display database choice in light navigation frame as links + instead of in a drop-down. Defaults to 'auto' - on main page list is + shown, when database is selected, only drop down is displayed.
                      + +
                      $cfg['LeftDefaultTabTable'] string
                      +
                      Defines the tab displayed by default when clicking the small + icon next to each table name in the navigation panel. Possible + values: "tbl_structure.php", + "tbl_sql.php", "tbl_select.php", + "tbl_change.php" or "sql.php".
                      + +
                      $cfg['ShowStats'] boolean
                      +
                      Defines whether or not to display space usage and statistics about databases + and tables.
                      + Note that statistics requires at least MySQL 3.23.3 and that, at this + date, MySQL doesn't return such information for Berkeley DB tables.
                      + +
                      $cfg['ShowServerInfo'] boolean
                      +
                      Defines whether to display detailed server information on main page. + You can additionally hide more information by using + $cfg['Servers'][$i]['verbose']. +
                      + +
                      $cfg['ShowPhpInfo'] boolean
                      + $cfg['ShowChgPassword'] boolean
                      + $cfg['ShowCreateDb'] boolean +
                      +
                      Defines whether to display the "PHP information" and + "Change password " links and form for creating database or + not at the starting main (right) frame. This setting + does not check MySQL commands entered directly.

                      + + Please note that to block the usage of phpinfo() in scripts, you + have to put this in your php.ini: + +
                      disable_functions = phpinfo()
                      + + Also note that enabling the "Change password " link has no + effect with "config" authentication mode: because of the + hard coded password value in the configuration file, end users can't + be allowed to change their passwords.
                      + +
                      $cfg['SuggestDBName'] boolean
                      +
                      Defines whether to suggest a database name on the + "Create Database" form or to keep the textfield empty.
                      + +
                      $cfg['NavigationBarIconic'] string
                      +
                      Defines whether navigation bar buttons and the right panel top menu + contain text or symbols only. A value of TRUE displays icons, FALSE + displays text and 'both' displays both icons and text.
                      + +
                      $cfg['ShowAll'] boolean
                      +
                      Defines whether a user should be displayed a + "show all (records)" button in browse mode or not.
                      + +
                      $cfg['MaxRows'] integer
                      +
                      Number of rows displayed when browsing a result set. If the result set + contains more rows, "Previous" and "Next" links will be shown.
                      + +
                      $cfg['Order'] string [DESC|ASC|SMART]
                      +
                      Defines whether columns are displayed in ascending (ASC) order, + in descending (DESC) order or in a "smart" + (SMART) order - I.E. descending order for columns of type TIME, + DATE, DATETIME and TIMESTAMP, ascending order else- by default.
                      + +
                      $cfg['DisplayBinaryAsHex'] boolean
                      +
                      Defines whether the "Show binary contents as HEX" browse + option is ticked by default.
                      + +
                      $cfg['ProtectBinary'] boolean or string
                      +
                      Defines whether BLOB or BINARY columns are protected + from editing when browsing a table's content. Valid values are: +
                      • FALSE to allow editing of all columns;
                      • +
                      • 'blob' to allow editing of all columns except BLOBS;
                      • +
                      • 'all' to disallow editing of all BINARY or + BLOB columns.
                      • +
                      +
                      + +
                      $cfg['ShowFunctionFields'] boolean
                      +
                      Defines whether or not MySQL functions fields should be initially + displayed in edit/insert mode. Since version 2.10, the user can + toggle this setting from the interface. +
                      + +
                      $cfg['ShowFieldTypesInDataEditView'] boolean
                      +
                      Defines whether or not type fields should be initially + displayed in edit/insert mode. The user can + toggle this setting from the interface. +
                      + +
                      $cfg['CharEditing'] string
                      +
                      Defines which type of editing controls should be used for CHAR and + VARCHAR columns. Possible values are: +
                      • input - this allows to limit size of text to size of columns in + MySQL, but has problems with newlines in columns
                      • +
                      • textarea - no problems with newlines in columns, but also no + length limitations
                      • +
                      + Default is old behavior so input.
                      + +
                      $cfg['InsertRows'] integer
                      +
                      Defines the maximum number of concurrent entries for the Insert page.
                      + +
                      $cfg['ForeignKeyMaxLimit'] integer
                      +
                      If there are fewer items than this in the set of foreign keys, then a + drop-down box of foreign keys is presented, in the style described by the + $cfg['ForeignKeyDropdownOrder'] + setting.
                      + +
                      $cfg['ForeignKeyDropdownOrder'] array
                      +
                      For the foreign key drop-down fields, there are several methods of + display, offering both the key and value data. The contents of the + array should be one or both of the following strings: + 'content-id', 'id-content'.
                      + +
                      $cfg['ZipDump'] boolean
                      + $cfg['GZipDump'] boolean
                      + $cfg['BZipDump'] boolean +
                      +
                      Defines whether to allow the use of zip/GZip/BZip2 compression when + creating a dump file
                      + +
                      $cfg['CompressOnFly'] boolean
                      +
                      +
                      Defines whether to allow on the fly compression for GZip/BZip2 + compressed exports. This doesn't affect smaller dumps and allows users to + create larger dumps that won't otherwise fit in memory due to php + memory limit. Produced files contain more GZip/BZip2 headers, but all + normal programs handle this correctly.
                      + +
                      $cfg['LightTabs'] boolean
                      +
                      If set to TRUE, use less graphically intense tabs on the top of the + mainframe.
                      + +
                      $cfg['PropertiesIconic'] string
                      +
                      If set to TRUE, will display icons instead of text for db and table + properties links (like 'Browse', 'Select', 'Insert', ...).
                      Can be + set to 'both' if you want icons AND text.
                      + When set to FALSE, will only show text.
                      + +
                      $cfg['PropertiesNumColumns'] integer
                      +
                      How many columns will be utilized to display the tables on the + database property view? Default is 1 column. When setting this to a + value larger than 1, the type of the database will be omitted for more + display space.
                      + + +
                      $cfg['DefaultTabServer'] string
                      +
                      Defines the tab displayed by default on server view. Possible + values: "main.php" (recommended for multi-user setups), + "server_databases.php", "server_status.php", + "server_variables.php", "server_privileges.php" + or "server_processlist.php".
                      + +
                      $cfg['DefaultTabDatabase'] string
                      +
                      Defines the tab displayed by default on database view. Possible + values: "db_structure.php", + "db_sql.php" or "db_search.php".
                      + +
                      $cfg['DefaultTabTable'] string
                      +
                      Defines the tab displayed by default on table view. Possible + values: "tbl_structure.php", + "tbl_sql.php", "tbl_select.php", + "tbl_change.php" or "sql.php".
                      + +
                      $cfg['MySQLManualBase'] string
                      +
                      If set to an URL which + points to the MySQL documentation (type depends + on $cfg['MySQLManualType']), appropriate help links are + generated.
                      + See MySQL Documentation page + for more information about MySQL manuals and their types.
                      + +
                      $cfg['MySQLManualType'] string
                      +
                      Type of MySQL documentation: +
                      • viewable - "viewable online", current one used on MySQL website
                      • +
                      • searchable - "Searchable, with user comments"
                      • +
                      • chapters - "HTML, one page per chapter"
                      • +
                      • big - "HTML, all on one page"
                      • +
                      • none - do not show documentation links
                      • +
                      +
                      + +
                      $cfg['DefaultLang'] string
                      +
                      Defines the default language to use, if not browser-defined or + user-defined.
                      + The corresponding language file needs to be in + locale/code/LC_MESSAGES/phpmyadmin.mo. +
                      + +
                      $cfg['DefaultConnectionCollation'] string
                      +
                      Defines the default connection collation to use, if not + user-defined.
                      + See the MySQL + documentation for list of possible values.
                      + +
                      $cfg['Lang'] string
                      +
                      Force language to use.
                      + The corresponding language file needs to be in + locale/code/LC_MESSAGES/phpmyadmin.mo. +
                      + +
                      $cfg['FilterLanguages'] string
                      +
                      Limit list of available languages to those matching the given regular + expression. For example if you want only Czech and English, you should + set filter to '^(cs|en)'.
                      + +
                      $cfg['RecodingEngine'] string
                      +
                      You can select here which functions will be used for character set + conversion. Possible values are: +
                      • auto - automatically use available one (first is tested + iconv, then recode)
                      • +
                      • iconv - use iconv or libiconv functions
                      • +
                      • recode - use recode_string function
                      • +
                      • none - disable encoding conversion
                      • +
                      + Default is auto.
                      +
                      + Enabled charset conversion activates a pull-down menu + in the Export and Import pages, to choose the character set when + exporting a file. The default value in this menu comes from + $cfg['Export']['charset'] and $cfg['Import']['charset']. +
                      + +
                      $cfg['IconvExtraParams'] string
                      +
                      Specify some parameters for iconv used in charset conversion. See + iconv + documentation for details. By default //TRANSLIT is + used, so that invalid characters will be transliterated.
                      + +
                      $cfg['AvailableCharsets'] array
                      +
                      Available character sets for MySQL conversion. You can add your own (any of + supported by recode/iconv) or remove these which you don't use. + Character sets will be shown in same order as here listed, so if you + frequently use some of these move them to the top.
                      + +
                      $cfg['TrustedProxies'] array
                      +
                      Lists proxies and HTTP headers which are trusted for IP Allow/Deny. This list is by + default empty, you need to fill in some trusted proxy servers if you + want to use rules for IP addresses behind proxy.

                      + + The following example specifies that phpMyAdmin should trust a + HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4: +
                      +$cfg['TrustedProxies'] =
                      +     array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');
                      +
                      + The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the + client's IP address as usual. +
                      + +
                      $cfg['GD2Available'] string
                      +
                      Specifies whether GD >= 2 is available. If yes it can be used for + MIME transformations.
                      + Possible values are: +
                      • auto - automatically detect, this is a bit expensive + operation for php < 4.3.0 so it is preferred to change this + according to your server real possibilities
                      • +
                      • yes - GD 2 functions can be used
                      • +
                      • no - GD 2 function cannot be used
                      • +
                      + Default is auto. +
                      + +
                      $cfg['CheckConfigurationPermissions'] boolean
                      +
                      + We normally check the permissions on the configuration file to ensure + it's not world writable. However, phpMyAdmin could be installed on + a NTFS filesystem mounted on a non-Windows server, in which case the + permissions seems wrong but in fact cannot be detected. In this case + a sysadmin would set this parameter to FALSE. Default is TRUE. +
                      + +
                      $cfg['LinkLengthLimit'] integer
                      +
                      + Limit for length of URL in links. When length would be above this limit, it + is replaced by form with button. + This is required as some web servers (IIS) have problems with long URLs. + Default is 1000. +
                      + +
                      $cfg['NaviWidth'] integer
                      +
                      Navi frame width in pixels. See themes/themename/layout.inc.php. +
                      + +
                      $cfg['NaviBackground'] string [CSS color for background]
                      + $cfg['MainBackground'] string [CSS color for background] +
                      +
                      The background styles used for both the frames. + See themes/themename/layout.inc.php.
                      + +
                      $cfg['NaviPointerBackground'] string [CSS color for background]
                      + $cfg['NaviPointerColor'] string [CSS color]
                      +
                      The style used for the pointer in the navi frame. + See themes/themename/layout.inc.php.
                      + +
                      $cfg['LeftPointerEnable'] boolean
                      +
                      A value of TRUE activates the navi pointer (when LeftFrameLight + is FALSE).
                      + +
                      $cfg['Border'] integer
                      +
                      The size of a table's border. See themes/themename/layout.inc.php. +
                      + +
                      $cfg['ThBackground'] string [CSS color for background]
                      + $cfg['ThColor'] string [CSS color]
                      +
                      The style used for table headers. See + themes/themename/layout.inc.php.
                      + +
                      $cfg['BgOne'] string [CSS color]
                      +
                      The color (HTML) #1 for table rows. See themes/themename/layout.inc.php. +
                      + +
                      $cfg['BgTwo'] string [CSS color]
                      +
                      The color (HTML) #2 for table rows. See themes/themename/layout.inc.php. +
                      + +
                      $cfg['BrowsePointerBackground'] string [CSS color]
                      + $cfg['BrowsePointerColor'] string [CSS color]
                      + $cfg['BrowseMarkerBackground'] string [CSS color]
                      + $cfg['BrowseMarkerColor'] string [CSS color] +
                      +
                      The colors (HTML) uses for the pointer and the marker in browse mode.
                      + The former feature highlights the row over which your mouse is passing + and the latter lets you visually mark/unmark rows by clicking on + them. Highlighting / marking a column is done by hovering over / + clicking the column's header (outside of the text).
                      + See themes/themename/layout.inc.php.
                      + + +
                      $cfg['FontFamily'] string
                      +
                      You put here a valid CSS font family value, for example + arial, sans-serif.
                      + See themes/themename/layout.inc.php.
                      + +
                      $cfg['FontFamilyFixed'] string
                      +
                      You put here a valid CSS font family value, for example + monospace. This one is used in textarea.
                      + See themes/themename/layout.inc.php.
                      + +
                      $cfg['BrowsePointerEnable'] boolean
                      +
                      Whether to activate the browse pointer or not.
                      + +
                      $cfg['BrowseMarkerEnable'] boolean
                      +
                      Whether to activate the browse marker or not.
                      + +
                      $cfg['TextareaCols'] integer
                      + $cfg['TextareaRows'] integer
                      + $cfg['CharTextareaCols'] integer
                      + $cfg['CharTextareaRows'] integer +
                      +
                      Number of columns and rows for the textareas.
                      + This value will be emphasized (*2) for SQL query textareas and (*1.25) for + SQL textareas inside the query window.
                      + The Char* values are used for CHAR and VARCHAR editing (if configured + via $cfg['CharEditing']).
                      + +
                      $cfg['LongtextDoubleTextarea'] boolean +
                      +
                      Defines whether textarea for LONGTEXT columns should have double size.
                      + +
                      $cfg['TextareaAutoSelect'] boolean +
                      +
                      Defines if the whole textarea of the query box will be selected on + click.
                      + +
                      $cfg['LimitChars'] integer
                      +
                      Maximum number of characters shown in any non-numeric field on browse view. + Can be turned off by a toggle button on the browse page.
                      + +
                      $cfg['ModifyDeleteAtLeft'] boolean + $cfg['ModifyDeleteAtRight'] boolean +
                      +
                      Defines the place where table row links (Edit, Inline edit, Copy, + Delete) would be put when + tables contents are displayed (you may have them displayed both at the + left and at the right). + "Left" and "right" are parsed as "top" + and "bottom" with vertical display mode.
                      + +
                      $cfg['DefaultDisplay'] string
                      +
                      There are 3 display modes: horizontal, horizontalflipped and vertical. + Define which one is displayed by default. The first mode displays each + row on a horizontal line, the second rotates the headers by 90 + degrees, so you can use descriptive headers even though columns only + contain small values and still print them out. The vertical mode sorts + each row on a vertical lineup. +
                      + +
                      $cfg['HeaderFlipType'] string
                      +
                      + The HeaderFlipType can be set to 'auto', 'css' or 'fake'. When using + 'css' the rotation of the header for horizontalflipped is done via + CSS. The CSS transformation currently works only in Internet + Explorer.If set to 'fake' PHP does the transformation for you, but of + course this does not look as good as CSS. The 'auto' option enables + CSS transformation when browser supports it and use PHP based one + otherwise. +
                      + +
                      + $cfg['DefaultPropDisplay'] + string or integer
                      +
                      When editing/creating new columns in a table all fields normally get + lined up one field a line. (default: 'horizontal'). If you set this to + 'vertical' you can have each field lined up vertically beneath each + other. You can save up a lot of place on the horizontal direction and + no longer have to scroll. If you set this to integer, editing of fewer + columns will appear in 'vertical' mode, while editing of more columns + still in 'horizontal' mode. This way you can still effectively edit + large number of columns, while having full view on few of them.
                      + +
                      $cfg['ShowBrowseComments'] boolean
                      + $cfg['ShowPropertyComments'] boolean +
                      +
                      By setting the corresponding variable to TRUE you can enable the + display of column comments in Browse or Property display. In browse + mode, the comments are shown inside the header. In property mode, + comments are displayed using a CSS-formatted dashed-line below the + name of the column. The comment is shown as a tool-tip for that column. +
                      + +
                      $cfg['SQLQuery']['Edit'] boolean
                      +
                      Whether to display an edit link to change a query in any SQL Query box.
                      + +
                      $cfg['SQLQuery']['Explain'] boolean
                      +
                      Whether to display a link to explain a SELECT query in any SQL Query box.
                      + +
                      $cfg['SQLQuery']['ShowAsPHP'] boolean
                      +
                      Whether to display a link to wrap a query in PHP code in any SQL Query box.
                      + +
                      $cfg['SQLQuery']['Validate'] boolean
                      +
                      Whether to display a link to validate a query in any SQL Query box. + See also $cfg_SQLValidator.
                      + +
                      $cfg['SQLQuery']['Refresh'] boolean
                      +
                      Whether to display a link to refresh a query in any SQL Query box.
                      + +
                      $cfg['UploadDir'] string
                      +
                      + The name of the directory where + SQL files have been + uploaded by other means than phpMyAdmin (for example, ftp). Those files + are available under a drop-down box when you click the database or + table name, then the Import tab. +

                      + + If you want different directory for each user, %u will be replaced + with username.

                      + + Please note that the file names must have the suffix ".sql" + (or ".sql.bz2" or ".sql.gz" if support for + compressed formats is enabled).

                      + + This feature is useful when your file is too big to be uploaded via + HTTP, or when file + uploads are disabled in PHP.

                      + + Please note that if PHP is running in safe mode, this directory must + be owned by the same user as the owner of the phpMyAdmin scripts. +

                      + + See also + FAQ 1.16 for + alternatives. +
                      + +
                      $cfg['SaveDir'] string
                      +
                      + The name of the directory where dumps can be saved.

                      + + If you want different directory for each user, %u will be replaced + with username.

                      + + Please note that the directory must exist and has to be writable for + the user running webserver.

                      + + Please note that if PHP is running in safe mode, this directory must + be owned by the same user as the owner of the phpMyAdmin scripts. +
                      + +
                      $cfg['TempDir'] string
                      +
                      + The name of the directory where temporary files can be stored. +

                      + + This is needed to work around limitations of open_basedir + for uploaded files, see + FAQ + 1.11. +

                      + + If the directory where phpMyAdmin is installed is subject to an + open_basedir restriction, you need to create a + temporary directory in some directory accessible by the web + server. However for security reasons, this directory should be outside + the tree published by webserver. If you cannot avoid having this + directory published by webserver, place at least an empty + index.html file there, so that directory listing is not + possible. +

                      + + This directory should have as strict permissions as possible as the only + user required to access this directory is the one who runs the + webserver. If you have root privileges, simply make this user owner of + this directory and make it accessible only by it: +

                      + +
                      +chown www-data:www-data tmp
                      +chmod 700 tmp
                      +
                      + + If you cannot change owner of the directory, you can achieve a similar + setup using ACL: + +
                      +chmod 700 tmp
                      +setfacl -m "g:www-data:rwx" tmp
                      +setfacl -d -m "g:www-data:rwx" tmp
                      +
                      + + If neither of above works for you, you can still make the directory + chmod 777, but it might impose risk of other users on + system reading and writing data in this directory. +
                      + +
                      $cfg['Export'] array
                      +
                      + In this array are defined default parameters for export, names of + items are similar to texts seen on export page, so you can easily + identify what they mean. +
                      + +
                      $cfg['Export']['method'] string
                      +
                      + Defines how the export form is displayed when it loads. Valid values are: +
                        +
                      • quick to display the minimum number of options to configure
                      • +
                      • custom to display every available option to configure
                      • +
                      • custom-no-form same as custom but does not display the option of using quick export
                      • +
                      +
                      + +
                      $cfg['Import'] array
                      +
                      + In this array are defined default parameters for import, names of + items are similar to texts seen on import page, so you can easily + identify what they mean. +
                      + +
                      $cfg['RepeatCells'] integer
                      +
                      + Repeat the headers every X cells, or 0 to deactivate. +
                      + +
                      $cfg['EditInWindow'] boolean
                      + $cfg['QueryWindowWidth'] integer
                      + $cfg['QueryWindowHeight'] integer
                      + $cfg['QueryHistoryDB'] boolean
                      + $cfg['QueryWindowDefTab'] string
                      + $cfg['QueryHistoryMax'] integer +
                      +
                      + All those variables affect the query window feature. A SQL link + or icon is always displayed on the left panel. If JavaScript is enabled in + your browser, a click on this opens a distinct query window, which is + a direct interface to enter SQL queries. Otherwise, the right panel + changes to display a query box.

                      + + The size of this query window can be customized with + $cfg['QueryWindowWidth'] and $cfg['QueryWindowHeight'] + - both integers for the size in pixels. Note that normally, those + parameters will be modified in layout.inc.php for the + theme you are using.

                      + + If $cfg['EditInWindow'] is set to true, a click on [Edit] + from the results page (in the "Showing Rows" section) + opens the query window and puts the current query + inside it. If set to false, clicking on the link puts the SQL + query in the right panel's query box. +

                      + The usage of the JavaScript query window is recommended if you have a + JavaScript enabled browser. Basic functions are used to exchange quite + a few variables, so most 4th generation browsers should be capable to + use that feature. It currently is only tested with Internet Explorer 6 + and Mozilla 1.x. +

                      + If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged + to a table, which has to be created by you (see $cfg['Servers'][$i]['history']). If set to FALSE, + all your queries will be appended to the form, but only as long as + your window is opened they remain saved. +

                      + When using the JavaScript based query window, it will always get + updated when you click on a new table/db to browse and will focus if + you click on "Edit SQL" after using a query. You can suppress updating + the query window by checking the box "Do not overwrite this query from + outside the window" below the query textarea. Then you can browse + tables/databases in the background without losing the contents of the + textarea, so this is especially useful when composing a query with + tables you first have to look in. The checkbox will get automatically + checked whenever you change the contents of the textarea. Please + uncheck the button whenever you definitely want the query window to + get updated even though you have made alterations. +

                      + If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of + saved history items using $cfg['QueryHistoryMax']. +

                      + The query window also has a custom tabbed look to group the features. + Using the variable $cfg['QueryWindowDefTab'] you can specify the + default tab to be used when opening the query window. It can be set to + either 'sql', 'files', 'history' or 'full'.
                      + +
                      $cfg['BrowseMIME'] boolean
                      +
                      Enable MIME-transformations.
                      + +
                      $cfg['MaxExactCount'] integer
                      +
                      For InnoDB tables, determines for how large tables phpMyAdmin + should get the exact row count using SELECT COUNT. + If the approximate row count as returned by + SHOW TABLE STATUS is smaller than this value, + SELECT COUNT will be used, otherwise the approximate + count will be used. +
                      +
                      $cfg['MaxExactCountViews'] integer
                      +
                      For VIEWs, since obtaining the exact count could have an + impact on performance, this value is the maximum to be displayed, using + a SELECT COUNT ... LIMIT. The default value of 0 bypasses + any row counting. +
                      + +
                      $cfg['NaturalOrder'] boolean
                      +
                      Sorts database and table names according to natural order (for example, + t1, t2, t10). Currently implemented in the left panel (Light mode) + and in Database view, for the table list.
                      + +
                      $cfg['InitialSlidersState'] string
                      +
                      If set to 'closed', the visual sliders are initially in a + closed state. A value of 'open' does the reverse. To completely + disable all visual sliders, use 'disabled'.
                      + +
                      $cfg['UserprefsDisallow'] array
                      +
                      Contains names of configuration options (keys in $cfg array) + that users can't set through user preferences. For possible values, refer + to libraries/config/user_preferences.forms.php.
                      + +
                      $cfg['TitleTable'] string
                      +
                      $cfg['TitleDatabase'] string
                      +
                      $cfg['TitleServer'] string
                      +
                      $cfg['TitleDefault'] string
                      +
                      Allows you to specify window's title bar. You can use + format string expansion. +
                      + +
                      $cfg['ErrorIconic'] boolean
                      +
                      Uses icons for warnings, errors and informations.
                      + +
                      $cfg['MainPageIconic'] boolean
                      +
                      Uses icons on main page in lists and menu tabs.
                      + +
                      $cfg['ReplaceHelpImg'] boolean
                      +
                      Shows a help button instead of the "Documentation" message. +
                      + +
                      $cfg['ThemePath'] string
                      +
                      If theme manager is active, use this as the path of the subdirectory + containing all the themes.
                      + +
                      $cfg['ThemeManager'] boolean
                      +
                      Enables user-selectable themes. See + FAQ 2.7.
                      + +
                      $cfg['ThemeDefault'] string
                      +
                      The default theme (a subdirectory under cfg['ThemePath']).
                      + +
                      $cfg['ThemePerServer'] boolean
                      +
                      Whether to allow different theme for each server.
                      + +
                      $cfg['DefaultQueryTable'] string
                      + $cfg['DefaultQueryDatabase'] string +
                      +
                      Default queries that will be displayed in query boxes when user didn't + specify any. You can use standard + format string expansion. +
                      + +
                      $cfg['SQP']['fmtType'] string [html|none]
                      +
                      + The main use of the new SQL Parser is to pretty-print SQL queries. By + default we use HTML to format the query, but you can disable this by + setting this variable to 'none'. +
                      + +
                      $cfg['SQP']['fmtInd'] float
                      + $cfg['SQP']['fmtIndUnit'] string [em|px|pt|ex]
                      +
                      For the pretty-printing of SQL queries, under some cases the part of a + query inside a bracket is indented. By changing + $cfg['SQP']['fmtInd'] you can change the amount of this indent. +
                      Related in purpose is $cfg['SQP']['fmtIndUnit'] which + specifies the units of the indent amount that you specified. This is + used via stylesheets.
                      + +
                      $cfg['SQP']['fmtColor'] array of string tuples
                      +
                      This array is used to define the colours for each type of element of + the pretty-printed SQL queries. The tuple format is
                      + class => [HTML colour code | empty string]
                      + If you specify an empty string for the color of a class, it is ignored + in creating the stylesheet. + You should not alter the class names, only the colour strings.
                      + Class name key: +
                      • comment Applies to all comment sub-classes
                      • +
                      • comment_mysql Comments as "#...\n"
                      • +
                      • comment_ansi Comments as "-- ...\n"
                      • +
                      • comment_c Comments as "/*...*/"
                      • +
                      • digit Applies to all digit sub-classes
                      • +
                      • digit_hex Hexadecimal numbers
                      • +
                      • digit_integer Integer numbers
                      • +
                      • digit_float Floating point numbers
                      • +
                      • punct Applies to all punctuation sub-classes
                      • +
                      • punct_bracket_open_round Opening brackets"("
                      • +
                      • punct_bracket_close_round Closing brackets ")"
                      • +
                      • punct_listsep List item Separator ","
                      • +
                      • punct_qualifier Table/Column Qualifier "."
                      • +
                      • punct_queryend End of query marker ";"
                      • +
                      • alpha Applies to all alphabetic classes
                      • +
                      • alpha_columnType Identifiers matching a column type
                      • +
                      • alpha_columnAttrib Identifiers matching a database/table/column attribute
                      • +
                      • alpha_functionName Identifiers matching a MySQL function name
                      • +
                      • alpha_reservedWord Identifiers matching any other reserved word
                      • +
                      • alpha_variable Identifiers matching a SQL variable "@foo"
                      • +
                      • alpha_identifier All other identifiers
                      • +
                      • quote Applies to all quotation mark classes
                      • +
                      • quote_double Double quotes "
                      • +
                      • quote_single Single quotes '
                      • +
                      • quote_backtick Backtick quotes `
                      • +
                      +
                      + +
                      $cfg['SQLValidator'] boolean
                      +
                      $cfg['SQLValidator']['use'] boolean
                      +
                      phpMyAdmin now supports use of the Mimer SQL Validator service, + as originally published on + Slashdot. +
                      + For help in setting up your system to use the service, see the + FAQ 6.14. +
                      + +
                      $cfg['SQLValidator']['username'] string
                      + $cfg['SQLValidator']['password'] string
                      +
                      The SOAP service allows you to log in with anonymous + and any password, so we use those by default. Instead, if + you have an account with them, you can put your login details + here, and it will be used in place of the anonymous login.
                      +
                      +
                      + +
                      $cfg['DBG']
                      +
                      DEVELOPERS ONLY!
                      + +
                      $cfg['DBG']['sql'] boolean
                      +
                      DEVELOPERS ONLY!
                      + Enable logging queries and execution times to be displayed in the bottom + of main page (right frame).
                      + +
                      $cfg['ColumnTypes'] array
                      +
                      All possible types of a MySQL column. In most cases you don't need to + edit this.
                      + +
                      $cfg['AttributeTypes'] array
                      +
                      Possible attributes for columns. In most cases you don't need to edit + this.
                      + +
                      $cfg['Functions'] array
                      +
                      A list of functions MySQL supports. In most cases you don't need to + edit this.
                      + +
                      $cfg['RestrictColumnTypes'] array
                      +
                      Mapping of column types to meta types used for preferring displayed + functions. In most cases you don't need to edit this.
                      + +
                      $cfg['RestrictFunctions'] array
                      +
                      Functions preferred for column meta types as defined in + $cfg['RestrictColumnTypes']. In most cases you don't need + to edit this.
                      + +
                      $cfg['DefaultFunctions'] array
                      +
                      Functions selected by default when inserting/changing row, Functions + are defined for meta types from + $cfg['RestrictColumnTypes'] and for + first_timestamp, which is used for first timestamp column + in table.
                      + +
                      $cfg['NumOperators'] array
                      +
                      Operators available for search operations on numeric and date columns. +
                      + +
                      $cfg['TextOperators'] array
                      +
                      Operators available for search operations on character columns. + Note that we put LIKE by default instead of + LIKE %...%, to avoid unintended performance problems + in case of huge tables.
                      + +
                      $cfg['EnumOperators'] array
                      +
                      Operators available for search operations on ENUM columns.
                      + +
                      $cfg['NullOperators'] array
                      +
                      Additional operators available for search operations when the + column can be null.
                      + +
                      + + +

                      Transformations

                      + +
                      1. Introduction
                      2. +
                      3. Usage
                      4. +
                      5. File structure
                      6. +
                      + +

                      1. Introduction

                      + +

                      To enable transformations, you have to setup the column_info table + and the proper directives. Please see the Configuration + section on how to do so.

                      + +

                      You can apply different transformations to the contents of each column. The + transformation will take the content of each column and transform it with + certain rules defined in the selected transformation.

                      + +

                      Say you have a column 'filename' which contains a filename. Normally you would + see in phpMyAdmin only this filename. Using transformations you can transform + that filename into a HTML link, so you can click inside of the phpMyAdmin + structure on the column's link and will see the file displayed in a new browser + window. Using transformation options you can also specify strings to + append/prepend to a string or the format you want the output stored in.

                      + +

                      For a general overview of all available transformations and their options, + you can consult your + <www.your-host.com>/<your-install-dir>/transformation_overview.php + installation.

                      + +

                      For a tutorial on how to effectively use transformations, see our + Link section on + the official phpMyAdmin homepage.

                      + +

                      2. Usage

                      + +

                      Go to your tbl_structure.php page (i.e. reached through + clicking on the 'Structure' link for a table). There click on + "Change" (or change icon) and there you will see three new + fields at + the end of the line. They are called 'MIME-type', 'Browser transformation' and + 'Transformation options'.

                      + +
                      • The field 'MIME-type' is a drop-down field. Select the MIME-type + that corresponds to the column's contents. Please note that + transformations are inactive as long as no MIME-type is selected.
                      • + +
                      • The field 'Browser transformation' is a drop-down field. You can choose from a + hopefully growing amount of pre-defined transformations. See below for information on + how to build your own transformation.
                        + + There are global transformations and mimetype-bound transformations. Global transformations + can be used for any mimetype. They will take the mimetype, if necessary, into regard. + Mimetype-bound transformations usually only operate on a certain mimetype. There are + transformations which operate on the main mimetype (like 'image'), which will most likely + take the subtype into regard, and those who only operate on a + specific subtype (like 'image/jpeg').
                        + + You can use transformations on mimetypes for which the function was not defined for. There + is no security check for you selected the right transformation, so take care of what the + output will be like.
                      • + +
                      • The field 'Transformation options' is a free-type textfield. You have to enter + transform-function specific options here. Usually the transforms can operate with default + options, but it is generally a good idea to look up the overview to see which options are + necessary.
                        + + Much like the ENUM/SET-Fields, you have to split up several options using the format + 'a','b','c',...(NOTE THE MISSING BLANKS). This is because internally the options will be + parsed as an array, leaving the first value the first element in the array, and so + forth.
                        + + If you want to specify a MIME character set you can define it in the transformation_options. + You have to put that outside of the pre-defined options of the specific mime-transform, + as the last value of the set. Use the format "'; charset=XXX'". If you use a transform, + for which you can specify 2 options and you want to append a character set, enter "'first + parameter','second parameter','charset=us-ascii'". You can, however use the defaults for + the parameters: "'','','charset=us-ascii'".
                      • +
                      + +

                      3. File structure

                      + +

                      All mimetypes and their transformations are defined through single files in + the directory 'libraries/transformations/'.

                      + +

                      They are stored in files to ease up customization and easy adding of new + transformations.

                      + +

                      Because the user cannot enter own mimetypes, it is kept sure that transformations + always work. It makes no sense to apply a transformation to a mimetype the + transform-function doesn't know to handle.

                      + +

                      One can, however, use empty mime-types and global transformations which should work + for many mimetypes. You can also use transforms on a different mimetype than what they where built + for, but pay attention to option usage as well as what the transformation does to your + column.

                      + +

                      There is a basic file called 'global.inc.php'. This function can be included by + any other transform function and provides some basic functions.

                      + +

                      There are 5 possible file names:

                      + +
                      1. A mimetype+subtype transform:

                        + + [mimetype]_[subtype]__[transform].inc.php

                        + + Please not that mimetype and subtype are separated via '_', which shall + not be contained in their names. The transform function/filename may + contain only characters which cause no problems in the file system as + well as the PHP function naming convention.

                        + + The transform function will the be called + 'PMA_transform_[mimetype]_[subtype]__[transform]()'.

                        + + Example:

                        + + text_html__formatted.inc.php
                        + PMA_transform_text_html__formatted()
                      2. + +
                      3. A mimetype (w/o subtype) transform:

                        + + [mimetype]__[transform].inc.php

                        + + Please note that there are no single '_' characters. + The transform function/filename may contain only characters which cause + no problems in the file system as well as the PHP function naming + convention.

                        + + The transform function will the be called + 'PMA_transform_[mimetype]__[transform]()'.

                        + + Example:

                        + + text__formatted.inc.php
                        + PMA_transform_text__formatted()
                      4. + +
                      5. A mimetype+subtype without specific transform function

                        + + [mimetype]_[subtype].inc.php

                        + + Please note that there are no '__' characters in the filename. Do not + use special characters in the filename causing problems with the file + system.

                        + + No transformation function is defined in the file itself.

                        + + Example:

                        + + text_plain.inc.php
                        + (No function)
                      6. + +
                      7. A mimetype (w/o subtype) without specific transform function

                        + + [mimetype].inc.php

                        + + Please note that there are no '_' characters in the filename. Do not use + special characters in the filename causing problems with the file system. +

                        + + No transformation function is defined in the file itself.

                        + + Example:

                        + + text.inc.php
                        + (No function)
                      8. + +
                      9. A global transform function with no specific mimetype

                        + + global__[transform].inc.php

                        + + The transform function will the be called + 'PMA_transform_global__[transform]()'.

                        + + Example:

                        + + global__formatted
                        + PMA_transform_global__formatted()
                      10. +
                      + +

                      So generally use '_' to split up mimetype and subtype, and '__' to provide a + transform function.

                      + +

                      All filenames containing no '__' in themselves are not shown as valid transform + functions in the dropdown.

                      + +

                      Please see the libraries/transformations/TEMPLATE file for adding your own transform + function. See the libraries/transformations/TEMPLATE_MIMETYPE for adding a mimetype + without a transform function.

                      + +

                      To create a new transform function please see + libraries/transformations/template_generator.sh. + To create a new, empty mimetype please see + libraries/transformations/template_generator_mimetype.sh.

                      + +

                      A transform function always gets passed three variables:

                      + +
                      1. $buffer - Contains the text inside of the column. This is the text, + you want to transform.
                      2. +
                      3. $options - Contains any user-passed options to a transform function + as an array.
                      4. +
                      5. $meta - Contains an object with information about your column. + The data is drawn from the output of the + mysql_fetch_field() + function. This means, all object properties described on the + manual page are + available in this variable and can be used to transform a column accordingly + to unsigned/zerofill/not_null/... properties.
                        + The $meta->mimetype variable contains the original MIME-type of the + column (i.e. 'text/plain', 'image/jpeg' etc.)
                      6. +
                      + +

                      Additionally you should also provide additional function to provide + information about the transformation to the user. This function should + have same name as transformation function just with appended + _info suffix. This function accepts no parameters and returns + array with information about the transformation. Currently following keys + can be used: +

                      +
                      +
                      info
                      +
                      Long description of the transformation.
                      +
                      + + +

                      FAQ - Frequently Asked Questions

                      + +
                      1. Server
                      2. +
                      3. Configuration
                      4. +
                      5. Known limitations
                      6. +
                      7. ISPs, multi-user installations
                      8. +
                      9. Browsers or client OS
                      10. +
                      11. Using phpMyAdmin
                      12. +
                      13. phpMyAdmin project
                      14. +
                      15. Security
                      16. +
                      17. Synchronization
                      18. +
                      + +

                      Please have a look at our + Link section on + the official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's + features and or interface.

                      + +

                      Server

                      + +

                      + 1.1 My server is crashing each time a specific + action is required or phpMyAdmin sends a blank page or a page full of + cryptic characters to my browser, what can I do?

                      + +

                      Try to set the $cfg['OBGzip'] + directive to FALSE in your config.inc.php file and the + zlib.output_compression directive to Off in your php + configuration file.

                      + +

                      + 1.2 My Apache server crashes when using phpMyAdmin.

                      + +

                      You should first try the latest versions of Apache (and possibly MySQL).
                      + See also the + FAQ 1.1 + entry about PHP bugs with output buffering.
                      + If your server keeps crashing, please ask for help in the various Apache + support groups.

                      + +

                      + 1.3 (withdrawn).

                      + +

                      + 1.4 Using phpMyAdmin on + IIS, I'm displayed the + error message: "The specified CGI + application misbehaved by not returning a complete set of + HTTP headers ...". +

                      + +

                      You just forgot to read the install.txt file from the php distribution. + Have a look at the last message in this + bug report from the + official PHP bug database.

                      + +

                      + 1.5 Using phpMyAdmin on + IIS, I'm facing crashes + and/or many error messages with the + HTTP.

                      + +

                      This is a known problem with the PHP + ISAPI + filter: it's not so stable. Please use instead the cookie authentication mode. +

                      + +

                      + 1.6 I can't use phpMyAdmin on PWS: nothing is displayed!

                      + +

                      This seems to be a PWS bug. Filippo Simoncini found a workaround (at this + time there is no better fix): remove or comment the DOCTYPE + declarations (2 lines) from the scripts libraries/header.inc.php, + libraries/header_printview.inc.php, index.php, + navigation.php and libraries/common.lib.php.

                      + +

                      + 1.7 How can I GZip or Bzip a dump or a + CSV export? It does not seem to + work.

                      + +

                      These features are based on the gzencode() and bzcompress() + PHP functions to be more independent of the platform (Unix/Windows, Safe Mode + or not, and so on). So, you must have Zlib/Bzip2 + support (--with-zlib and --with-bz2).

                      + +

                      + 1.8 I cannot insert a text file in a table, and I get + an error about safe mode being in effect.

                      + +

                      Your uploaded file is saved by PHP in the "upload dir", as + defined in php.ini by the variable upload_tmp_dir (usually + the system default is /tmp).
                      + We recommend the following setup for Apache servers running in safe mode, + to enable uploads of files while being reasonably secure:

                      + +
                      • create a separate directory for uploads: mkdir /tmp/php
                      • +
                      • give ownership to the Apache server's user.group: + chown apache.apache /tmp/php
                      • +
                      • give proper permission: chmod 600 /tmp/php
                      • +
                      • put upload_tmp_dir = /tmp/php in php.ini
                      • +
                      • restart Apache
                      • +
                      + +

                      + 1.9 (withdrawn).

                      + +

                      + 1.10 I'm having troubles when uploading files with + phpMyAdmin running on a secure server. My browser is Internet Explorer and + I'm using the Apache server.

                      + +

                      As suggested by "Rob M" in the phpWizard forum, add this line to + your httpd.conf:

                      + +
                      SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
                      + +

                      It seems to clear up many problems between Internet Explorer and SSL.

                      + +

                      + 1.11 I get an 'open_basedir restriction' while + uploading a file from the query box.

                      + +

                      Since version 2.2.4, phpMyAdmin supports servers with open_basedir + restrictions. However you need to create temporary directory and + configure it as $cfg['TempDir']. + The uploaded files will be moved there, and after execution of your + SQL commands, removed.

                      + +

                      + 1.12 I have lost my MySQL root password, what can I do?

                      + +

                      The MySQL manual explains how to + + reset the permissions.

                      + +

                      + 1.13 (withdrawn).

                      + +

                      + 1.14 (withdrawn).

                      + +

                      + 1.15 I have problems with mysql.user column names. +

                      + +

                      In previous MySQL versions, the User and Passwordcolumns + were named user and password. Please modify your column + names to align with current standards.

                      + +

                      + 1.16 I cannot upload big dump files (memory, + HTTP or timeout problems). +

                      + +

                      Starting with version 2.7.0, the import engine has been re–written and these + problems should not occur. If possible, upgrade your phpMyAdmin to the latest version + to take advantage of the new import features.

                      + +

                      The first things to check (or ask your host provider to check) are the + values of upload_max_filesize, memory_limit and + post_max_size in the php.ini configuration file. + All of these three settings limit the maximum size of data that can be + submitted and handled by PHP. One user also said that post_max_size + and memory_limit need to be larger than upload_max_filesize.

                      + + There exist several workarounds if your upload is too big or your + hosting provider is unwilling to change the settings:

                      + +
                      • Look at the $cfg['UploadDir'] + feature. This allows one to + upload a file to the server via scp, ftp, or your favorite file transfer + method. PhpMyAdmin is then able to import the files from the temporary + directory. More information is available in the Configuration + section of this document.
                      • +
                      • Using a utility (such as + BigDump) to split the files before uploading. We cannot support this + or any third party applications, but are aware of users having success + with it.
                      • +
                      • If you have shell (command line) access, use MySQL to import the files + directly. You can do this by issuing the "source" command from + within MySQL: source filename.sql.
                      • +
                      + +

                      + 1.17 Which MySQL versions does phpMyAdmin + support?

                      + +

                      Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For + older MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can + connect to your MySQL server using PHP's classic + MySQL extension as well as the + improved MySQL extension (MySQLi) that + is available in php 5.0. The latter one should be used unless you have a + good reason not to do so.
                      + When compiling PHP, we strongly recommend that you manually link the MySQL + extension of your choice to a MySQL client library of at least the same + minor version since the one that is bundled with some PHP distributions is + rather old and might cause problems + (see FAQ 1.17a).

                      + MariaDB is also supported (versions 5.1 and 5.2 were tested). +

                      + +
                      + 1.17a I cannot connect to the MySQL server. It always returns the error + message, "Client does not support authentication protocol requested + by server; consider upgrading MySQL client"
                      + +

                      You tried to access MySQL with an old MySQL client library. The version of + your MySQL client library can be checked in your phpinfo() output. + In general, it should have at least the same minor version as your server + - as mentioned in + FAQ 1.17.

                      + + This problem is generally caused by using MySQL version 4.1 or newer. MySQL + changed the authentication hash and your PHP is trying to use the old method. + The proper solution is to use the mysqli extension + with the proper client library to match your MySQL installation. Your + chosen extension is specified in $cfg['Servers'][$i]['extension']. + More information (and several workarounds) are located in the + MySQL Documentation. +

                      + +

                      + 1.18 (withdrawn).

                      + +

                      + 1.19 I can't run the "display relations" feature because the + script seems not to know the font face I'm using!

                      + +

                      The "FPDF" library we're using for this feature requires some + special files to use font faces.
                      + Please refers to the FPDF manual to build + these files.

                      + +

                      + 1.20 I receive the error "cannot load MySQL extension, please + check PHP Configuration".

                      + +

                      To connect to a MySQL server, PHP needs a set of MySQL functions called + "MySQL extension". This extension may be part of the PHP + distribution (compiled-in), otherwise it needs to be loaded dynamically. Its + name is probably mysql.so or php_mysql.dll. phpMyAdmin tried + to load the extension but failed.

                      + + Usually, the problem is solved by installing a software package called + "PHP-MySQL" or something similar.

                      + +

                      + 1.21 I am running the + CGI version of PHP under Unix, + and I cannot log in using cookie auth.

                      + +

                      In php.ini, set mysql.max_links higher than 1.

                      + +

                      + 1.22 I don't see the "Location of text file" field, + so I cannot upload.

                      + +

                      This is most likely because in php.ini, your file_uploads + parameter is not set to "on".

                      + +

                      + 1.23 I'm running MySQL on a Win32 machine. Each time I create + a new table the table and column names are changed to lowercase!

                      + +

                      This happens because the MySQL directive lower_case_table_names + defaults to 1 (ON) in the Win32 version of MySQL. You can change + this behavior by simply changing the directive to 0 (OFF):
                      + Just edit your my.ini file that should be located in your Windows + directory and add the following line to the group [mysqld]:

                      + +
                      set-variable = lower_case_table_names=0
                      + +

                      Next, save the file and restart the MySQL service. You can always check the + value of this directive using the query

                      + +
                      SHOW VARIABLES LIKE 'lower_case_table_names';
                      + +

                      + 1.24 (withdrawn).

                      + +

                      + 1.25 I am running Apache with mod_gzip-1.3.26.1a on Windows XP, + and I get problems, such as undefined variables when I run a + SQL query.

                      + +

                      A tip from Jose Fandos: put a comment on the following two lines + in httpd.conf, like this:

                      + +
                      +# mod_gzip_item_include file \.php$
                      +# mod_gzip_item_include mime "application/x-httpd-php.*"
                      +
                      + +

                      as this version of mod_gzip on Apache (Windows) has problems handling + PHP scripts. Of course you have to restart Apache.

                      + +

                      + 1.26 I just installed phpMyAdmin in my document root of + IIS but + I get the error "No input file specified" when trying to + run phpMyAdmin.

                      + +

                      This is a permission problem. Right-click on the phpmyadmin folder + and choose properties. Under the tab Security, click on "Add" + and select the user "IUSR_machine" from the list. Now set his + permissions and it should work.

                      + +

                      + 1.27 I get empty page when I want to view huge page (eg. + db_structure.php with plenty of tables).

                      + +

                      This is a PHP bug that occur when + GZIP output buffering is enabled. If you turn off it (by + $cfg['OBGzip'] = false + in config.inc.php), it should work. This bug will be fixed in + PHP 5.0.0.

                      + +

                      + 1.28 My MySQL server sometimes refuses queries and returns the + message 'Errorcode: 13'. What does this mean?

                      + +

                      This can happen due to a MySQL bug when having database / table names with + upper case characters although lower_case_table_names is set to 1. + To fix this, turn off this directive, convert all database and table names + to lower case and turn it on again. Alternatively, there's a bug-fix + available starting with MySQL 3.23.56 / 4.0.11-gamma.

                      + +

                      + 1.29 When I create a table or modify a column, I get an error + and the columns are duplicated.

                      + +

                      It is possible to configure Apache in such a way that PHP has problems + interpreting .php files.

                      + +

                      The problems occur when two different (and conflicting) set of directives + are used:

                      + +
                      +SetOutputFilter PHP
                      +SetInputFilter PHP
                      +
                      + +

                      and

                      + +
                      AddType application/x-httpd-php .php
                      + +

                      In the case we saw, one set of directives was in + /etc/httpd/conf/httpd.conf, while + the other set was in /etc/httpd/conf/addon-modules/php.conf.
                      + The recommended way is with AddType, so just comment out + the first set of lines and restart Apache:

                      + +
                      +#SetOutputFilter PHP
                      +#SetInputFilter PHP
                      +
                      + +

                      + 1.30 I get the error "navigation.php: Missing hash".

                      + +

                      This problem is known to happen when the server is running Turck MMCache + but upgrading MMCache to version 2.3.21 solves the problem.

                      + +

                      + 1.31 Does phpMyAdmin support php5?

                      + +

                      Yes.

                      +

                      + Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch + is still maintained. +

                      + +

                      + 1.32 Can I use HTTP authentication with IIS?

                      + +

                      Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI + mode under IIS 5.1.

                      + +
                      1. In your php.ini file, set cgi.rfc2616_headers = 0
                      2. +
                      3. In Web Site Properties -> File/Directory Security -> Anonymous + Access dialog box, check the Anonymous access checkbox and + uncheck any other checkboxes (i.e. uncheck Basic authentication, + Integrated Windows authentication, and Digest if it's + enabled.) Click OK.
                      4. +
                      5. In Custom Errors, select the range of 401;1 through + 401;5 and click the Set to Default button.
                      6. +
                      + +

                      + 1.33 Is there a problem with the mysqli extension when running + PHP 5.0.4 on 64-bit systems?

                      + +

                      Yes. This problem affects phpMyAdmin ("Call to undefined function + pma_reloadnavigation"), so upgrade your PHP to the next version.

                      + +

                      + 1.34 Can I access directly to database or table pages?

                      + +

                      Yes. Out of the box, you can use URLs like +http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script. For server you use the server number which refers to +the order of the server paragraph in config.inc.php. + Table and script parts are optional. If you want + http://server/phpMyAdmin/database[/table][/script] URLs, you need to do + some configuration. Following lines apply only for Apache web server. First make sure, + that you have enabled some features within global configuration. You need + Options FollowSymLinks and AllowOverride + FileInfo enabled for directory where phpMyAdmin is installed and + you need mod_rewrite to be enabled. Then you just need to create following + .htaccess file in root folder of phpMyAdmin installation + (don't forget to change directory name inside of it):

                      + +
                      +RewriteEngine On
                      +RewriteBase /path_to_phpMyAdmin
                      +RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&table=$2&target=$3 [R]
                      +RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&target=$2 [R]
                      +RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R]
                      +RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
                      +
                      + +

                      + 1.35 Can I use HTTP authentication with Apache CGI?

                      + +

                      Yes. However you need to pass authentication variable to CGI using + following rewrite rule:

                      + +
                      +RewriteEngine On
                      +RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
                      +
                      + +

                      + 1.36 I get an error "500 Internal Server Error". +

                      +

                      + There can be many explanations to this and a look at your server's + error log file might give a clue. +

                      + +

                      + 1.37 I run phpMyAdmin on cluster of different machines and + password encryption in cookie auth doesn't work.

                      + +

                      If your cluster consist of different architectures, PHP code used for + encryption/decryption won't work correct. This is caused by use of + pack/unpack functions in code. Only solution is to use mcrypt extension + which works fine in this case.

                      + +

                      + 1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?

                      + +

                      Yes but the default configuration values of Suhosin are known to cause + problems with some operations, for example editing a table with many + columns and no primary key or with textual primary key. +

                      +

                      + Suhosin configuration might lead to malfunction in some cases and it can + not be fully avoided as phpMyAdmin is kind of application which needs to + transfer big amounts of columns in single HTTP request, what is something + what Suhosin tries to prevent. Generally all + suhosin.request.*, suhosin.post.* and + suhosin.get.* directives can have negative effect on + phpMyAdmin usability. You can always find in your error logs which limit + did cause dropping of variable, so you can diagnose the problem and adjust + matching configuration variable. +

                      +

                      + The default values for most Suhosin configuration options will work in most + scenarios, however you might want to adjust at least following parameters: +

                      + + + +

                      + You can also disable the warning using the + SuhosinDisableWarning directive. +

                      + +

                      + 1.39 When I try to connect via https, I can log in, + but then my connection is redirected back to http. What can cause this + behavior?

                      + +

                      Be sure that you have enabled SSLOptions and StdEnvVars +in your Apache configuration. See http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions.

                      + +

                      + 1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work.

                      + +

                      To be able to use cookie auth Apache must know that it has to rewrite the set-cookie headers.
                      + Example from the Apache 2.2 documentation:

                      +
                      +ProxyPass /mirror/foo/ http://backend.example.com/
                      +ProxyPassReverse /mirror/foo/ http://backend.example.com/
                      +ProxyPassReverseCookieDomain backend.example.com public.example.com 
                      +ProxyPassReverseCookiePath / /mirror/foo/ 
                      +
                      + +

                      Note: if the backend url looks like http://host/~user/phpmyadmin, + the tilde (~) must be url encoded as %7E in the ProxyPassReverse* lines. + This is not specific to phpmyadmin, it's just the behavior of Apache. +

                      + +
                      +ProxyPass /mirror/foo/ http://backend.example.com/~user/phpmyadmin
                      +ProxyPassReverse /mirror/foo/
                      +http://backend.example.com/%7Euser/phpmyadmin
                      +ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo
                      +
                      + +

                      See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html + for more details.

                      + +

                      + 1.41 When I view a database and ask to see its + privileges, I get an error about an unknown column.

                      + +

                      The MySQL server's privilege tables are not up to date, you need to run +the mysql_upgrade command on the server.

                      + + +

                      Configuration

                      + +

                      + 2.1 The error message "Warning: Cannot add header information - + headers already sent by ..." is displayed, what's the problem?

                      + +

                      Edit your config.inc.php file and ensure there is nothing + (I.E. no blank lines, no spaces, no characters...) neither before the + <?php tag at the beginning, neither after the ?> + tag at the end. We also got a report from a user under IIS, that used + a zipped distribution kit: the file libraries/Config.class.php + contained an end-of-line character (hex 0A) at the end; removing this character + cleared his errors.

                      + +

                      + 2.2 phpMyAdmin can't connect to MySQL. What's wrong?

                      + +

                      Either there is an error with your PHP setup or your username/password is + wrong. Try to make a small script which uses mysql_connect and see if it + works. If it doesn't, it may be you haven't even compiled MySQL support + into PHP.

                      + +

                      + 2.3 The error message "Warning: MySQL Connection Failed: Can't + connect to local MySQL server through socket '/tmp/mysql.sock' + (111) ..." is displayed. What can I do?

                      + +

                      For RedHat users, Harald Legner suggests this on the mailing list:

                      + +

                      On my RedHat-Box the socket of MySQL is /var/lib/mysql/mysql.sock. + In your php.ini you will find a line

                      + +
                      mysql.default_socket = /tmp/mysql.sock
                      + +

                      change it to

                      + +
                      mysql.default_socket = /var/lib/mysql/mysql.sock
                      + +

                      Then restart apache and it will work.

                      + +

                      Here is a fix suggested by Brad Ummer:

                      + +
                      • First, you need to determine what socket is being used by MySQL.
                        + To do this, telnet to your server and go to the MySQL bin directory. In + this directory there should be a file named mysqladmin. Type + ./mysqladmin variables, and this should give you a bunch of + info about your MySQL server, including the socket + (/tmp/mysql.sock, for example).
                      • +
                      • Then, you need to tell PHP to use this socket.
                        To do this in + phpMyAdmin, you need to complete the socket information in the + config.inc.php.
                        + For example: + + $cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock'; +

                        + + Please also make sure that the permissions of this file allow to be readable + by your webserver (i.e. '0755').
                      • +
                      + +

                      Have also a look at the + + corresponding section of the MySQL documentation.

                      + +

                      + 2.4 Nothing is displayed by my browser when I try to run phpMyAdmin, + what can I do?

                      + +

                      Try to set the $cfg['OBGZip'] + directive to FALSE in the phpMyAdmin configuration file. It helps + sometime.
                      + Also have a look at your PHP version number: if it contains "4.0b..." + it means you're running a beta version of PHP. That's not a so good idea, + please upgrade to a plain revision.

                      + +

                      + 2.5 Each time I want to insert or change a record or drop a database + or a table, an error 404 (page not found) is displayed or, with HTTP or + cookie authentication, I'm asked to log in again. What's wrong?

                      + +

                      Check the value you set for the + $cfg['PmaAbsoluteUri'] + directive in the phpMyAdmin configuration file.

                      + +

                      + 2.6 I get an "Access denied for user: 'root@localhost' (Using + password: YES)"-error when trying to access a MySQL-Server on a + host which is port-forwarded for my localhost.

                      + +

                      When you are using a port on your localhost, which you redirect via + port-forwarding to another host, MySQL is not resolving the localhost + as expected.
                      + Erik Wasser explains: The solution is: if your host is "localhost" + MySQL (the command line tool mysql as well) always tries to use the socket + connection for speeding up things. And that doesn't work in this configuration + with port forwarding.
                      + If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the + TCP connection.

                      + +

                      2.7 Using and creating themes

                      + +

                      Themes are configured with + $cfg['ThemePath'], + $cfg['ThemeManager'] and + $cfg['ThemeDefault'].
                      +
                      + Under $cfg['ThemePath'], you + should not delete the directory "original" or its underlying + structure, because this is the system theme used by phpMyAdmin. + "original" contains all images and styles, for backwards + compatibility and for all themes that would not include images or css-files. +

                      + + If $cfg['ThemeManager'] + is enabled, you can select your favorite theme on the main page. Your + selected theme will be stored in a cookie.

                      + +

                      To create a theme:

                      + +
                      • make a new subdirectory (for example "your_theme_name") under + $cfg['ThemePath'] + (by default themes)
                      • +
                      • copy the files and directories from "original" to + "your_theme_name"
                      • +
                      • edit the css-files in "your_theme_name/css"
                      • +
                      • put your new images in "your_theme_name/img"
                      • +
                      • edit layout.inc.php in "your_theme_name"
                      • +
                      • edit info.inc.php in "your_theme_name" to + contain your chosen theme name, that will be visible in user interface
                      • +
                      • make a new screenshot of your theme and save it under + "your_theme_name/screen.png"
                      • +
                      + +

                      In theme directory there is file info.inc.php which contains + theme verbose name, theme generation and theme version. These versions and + generations are enumerated from 1 and do not have any direct dependence on + phpMyAdmin version. Themes within same generation should be backwards + compatible - theme with version 2 should work in phpMyAdmin requiring + version 1. Themes with different generation are incompatible.

                      + +

                      If you do not want to use your own symbols and buttons, remove the + directory "img" in "your_theme_name". phpMyAdmin will + use the default icons and buttons (from the system-theme "original"). +

                      + +

                      + 2.8 I get "Missing parameters" errors, + what can I do?

                      + +

                      Here are a few points to check:

                      + +
                      • In config.inc.php, try to leave the + $cfg['PmaAbsoluteUri'] + directive empty. See also + FAQ 4.7. +
                      • +
                      • Maybe you have a broken PHP installation or you need to upgrade + your Zend Optimizer. See + + http://bugs.php.net/bug.php?id=31134. +
                      • +
                      • If you are using Hardened PHP with the ini directive varfilter.max_request_variables + set to the default (200) or another low value, you could get this + error if your table has a high number of columns. Adjust this setting + accordingly. (Thanks to Klaus Dorninger for the hint). +
                      • +
                      • In the php.ini directive arg_separator.input, a value + of ";" will cause this error. Replace it with "&;". +
                      • +
                      • If you are using Hardened-PHP, + you might want to increase + request limits. +
                      • +
                      • The directory specified in the php.ini directive session.save_path does not exist or is read-only. +
                      • +
                      + +

                      + 2.9 Seeing an upload progress bar

                      + +

                      To be able to see a progress bar during your uploads, your server must +have either the APC extension + or the uploadprogress + one. Moreover, the JSON extension has to be enabled in your PHP.

                      +

                      If using APC, you must set apc.rfc1867 to on in your php.ini.

                      + +

                      Known limitations

                      + +

                      + 3.1 When using + HTTP authentication, a user + who logged out can not log in again in with the same nick.

                      + +

                      This is related to the authentication mechanism (protocol) used by + phpMyAdmin. To bypass this problem: just close all the opened + browser windows and then go back to phpMyAdmin. You should be able to + log in again.

                      + +

                      + 3.2 When dumping a large table in compressed mode, I get a memory + limit error or a time limit error.

                      + +

                      Compressed dumps are built in memory and because of this are limited to + php's memory limit. For GZip/BZip2 exports this can be overcome since 2.5.4 + using + $cfg['CompressOnFly'] + (enabled by default). Zip exports can not be handled this way, so if you need + Zip files for larger dump, you have to use another way.

                      + +

                      + 3.3 With InnoDB tables, I lose foreign key relationships + when I rename a table or a column.

                      + +

                      This is an InnoDB bug, see http://bugs.mysql.com/bug.php?id=21704.

                      + +

                      + 3.4 I am unable to import dumps I created with the mysqldump tool + bundled with the MySQL server distribution.

                      + +

                      The problem is that older versions of mysqldump created invalid comments like this:

                      + +
                      +-- MySQL dump 8.22
                      +--
                      +-- Host: localhost Database: database
                      +---------------------------------------------------------
                      +-- Server version 3.23.54
                      +
                      + +

                      The invalid part of the code is the horizontal line made of dashes that + appears once in every dump created with mysqldump. If you want to run your + dump you have to turn it into valid MySQL. This means, you have to add a + whitespace after the first two dashes of the line or add a # before it: +
                      + + -- -------------------------------------------------------
                      +
                      + or
                      + + #--------------------------------------------------------- + +

                      + +

                      + 3.5 When using nested folders there are some multiple hierarchies + displayed in a wrong manner?! ($cfg['LeftFrameTableSeparator'])

                      + +

                      Please note that you should not use the separating string multiple times + without any characters between them, or at the beginning/end of your table + name. If you have to, think about using another TableSeparator or disabling + that feature

                      + +

                      + 3.6 What is currently not supported in phpMyAdmin about InnoDB?

                      + +

                      In Relation view, being able to choose a table in another database, + or having more than one index column in the foreign key.

                      + In Query-by-example (Query), automatic generation of the query + LEFT JOIN from the foreign table.

                      +

                      + +

                      + 3.7 I have table with many (100+) columns and when I try to browse table + I get series of errors like "Warning: unable to parse url". How + can this be fixed?

                      +

                      + Your table neither have a primary key nor an unique one, so we must use a + long expression to identify this row. This causes problems to parse_url + function. The workaround is to create a primary or unique key. +
                      +

                      + +

                      + 3.8 I cannot use (clickable) HTML-forms in columns where I put + a MIME-Transformation onto!

                      + +

                      Due to a surrounding form-container (for multi-row delete checkboxes), no + nested forms can be put inside the table where phpMyAdmin displays the results. + You can, however, use any form inside of a table if keep the parent + form-container with the target to tbl_row_delete.php and just put your own + input-elements inside. If you use a custom submit input field, the form will + submit itself to the displaying page again, where you can validate the + $HTTP_POST_VARS in a transformation. + + For a tutorial on how to effectively use transformations, see our + Link section + on the official phpMyAdmin-homepage.

                      + +

                      + 3.9 I get error messages when using "--sql_mode=ANSI" for the + MySQL server

                      + +

                      When MySQL is running in ANSI-compatibility mode, there are some major + differences in how SQL is + structured (see + http://dev.mysql.com/doc/mysql/en/ansi-mode.html). Most important of all, + the quote-character (") is interpreted as an identifier quote character and + not as a string quote character, which makes many internal phpMyAdmin + operations into invalid SQL + statements. There is no workaround to this behaviour. News to this item will + be posted in Bug report + #816858 +

                      + +

                      + 3.10 Homonyms and no primary key: When the results of a SELECT display + more that one column with the same value + (for example SELECT lastname from employees where firstname like 'A%' and two "Smith" values are displayed), + if I click Edit I cannot be sure that I am editing the intended row.

                      + +

                      Please make sure that your table has a primary key, so that phpMyAdmin + can use it for the Edit and Delete links.

                      + +

                      + 3.11 The number of records for InnoDB tables is not correct.

                      + +

                      phpMyAdmin uses a quick method to get the row count, and this method + only returns an approximate count in the case of InnoDB tables. See + $cfg['MaxExactCount'] for + a way to modify those results, but + this could have a serious impact on performance.

                      + +

                      + 3.12 (withdrawn).

                      + +

                      + 3.13 I get an error when entering USE followed by a db name + containing an hyphen. +

                      +

                      + The tests I have made with MySQL 5.1.49 shows that the + API does not accept this syntax for the USE command. +

                      + +

                      + 3.14 I am not able to browse a table when I don't have the right to SELECT one of the columns.

                      +

                      + This has been a known limitation of phpMyAdmin since the beginning and + it's not likely to be solved in the future. +

                      + + + +

                      + 3.15 (withdrawn).

                      + +

                      + 3.16 (withdrawn).

                      + +

                      + 3.17 (withdrawn).

                      + + + + +

                      + 3.18 When I import a CSV file that contains multiple tables, they are lumped together into a single table.

                      +

                      + There is no reliable way to differetiate tables in CSV format. For the time being, you will have to break apart CSV files containing multiple tables. +

                      + + + + +

                      + 3.19 When I import a file and have phpMyAdmin determine the appropriate data structure it only uses int, decimal, and varchar types.

                      +

                      + Currently, the import type-detection system can only assign these MySQL types to columns. In future, more will likely be added but for the time being + you will have to edit the structure to your liking post-import. +

                      + Also, you should note the fact that phpMyAdmin will use the size of the largest item in any given column as the column size for the appropriate type. If you + know you will be adding larger items to that column then you should manually adjust the column sizes accordingly. This is done for the sake of efficiency. +

                      + + + +

                      ISPs, multi-user installations

                      + +

                      + 4.1 I'm an ISP. Can I setup one central copy of phpMyAdmin or do I + need to install it for each customer. +

                      +

                      + Since version 2.0.3, you can setup a central copy of phpMyAdmin for all + your users. The development of this feature was kindly sponsored by + NetCologne GmbH. + This requires a properly setup MySQL user management and phpMyAdmin + HTTP or cookie authentication. See the install section on + "Using HTTP authentication". +

                      + +

                      + 4.2 What's the preferred way of making phpMyAdmin secure against evil + access. +

                      +

                      + This depends on your system.
                      + If you're running a server which cannot be accessed by other people, it's + sufficient to use the directory protection bundled with your webserver + (with Apache you can use .htaccess files, for example).
                      + If other people have telnet access to your server, you should use + phpMyAdmin's HTTP or cookie authentication features. +

                      + Suggestions: +

                      +
                        +
                      • + Your config.inc.php file should be chmod 660. +
                      • +
                      • + All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy + is a user whose password is only known to you, and apache is the + group under which Apache runs. +
                      • +
                      • + You should use PHP safe mode, to protect from other users that try + to include your config.inc.php in their scripts. +
                      • +
                      + +

                      + 4.3 I get errors about not being able to include a file in + /lang or in /libraries. +

                      +

                      + Check php.ini, or ask your sysadmin to check it. The + include_path must contain "." somewhere in it, and + open_basedir, if used, must contain "." and + "./lang" to allow normal operation of phpMyAdmin. +

                      + +

                      + 4.4 phpMyAdmin always gives "Access denied" when using HTTP + authentication. +

                      + +

                      This could happen for several reasons:

                      + + + +

                      + 4.5 Is it possible to let users create their own databases?

                      + +

                      Starting with 2.2.5, in the user management page, you can enter a wildcard + database name for a user (for example "joe%"), + and put the privileges you want. For example, + adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER + would let a user create/manage his/her database(s).

                      + +

                      + 4.6 How can I use the Host-based authentication additions?

                      + +

                      If you have existing rules from an old .htaccess file, you can take them + and add a username between the 'deny'/'allow' and + 'from' strings. Using the username wildcard of '%' would + be a major benefit here if your installation is suited to using it. Then + you can just add those updated lines into the + + $cfg['Servers'][$i]['AllowDeny']['rules'] array.

                      + +

                      If you want a pre-made sample, you can try this fragment. It stops the + 'root' user from logging in from any networks other than the private + network IP blocks.

                      + +
                      +//block root from logging in except from the private networks
                      +$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow';
                      +$cfg['Servers'][$i]['AllowDeny']['rules'] = array(
                      +    'deny root from all',
                      +    'allow root from localhost',
                      +    'allow root from 10.0.0.0/8',
                      +    'allow root from 192.168.0.0/16',
                      +    'allow root from 172.16.0.0/12',
                      +    );
                      +
                      + +

                      + 4.7 Authentication window is displayed more than once, why?

                      + +

                      This happens if you are using a URL to start phpMyAdmin which is + different than the one set in your + $cfg['PmaAbsoluteUri']. + For example, a missing "www", or entering with an IP address + while a domain name is defined in the config file.

                      + +

                      + 4.8 Which parameters can I use in the URL that starts phpMyAdmin?

                      + +

                      When starting phpMyAdmin, you can use the db, pma_username, pma_password and server parameters. This last one can contain either the numeric host index (from $i of the configuration file) or one of the host names present in the configuration file. Using pma_username and pma_password has been tested along with the usage of 'cookie' auth_type.

                      + +

                      Browsers or client OS

                      + +

                      + 5.1 I get an out of memory error, and my controls are non-functional, + when trying to create a table with more than 14 columns. +

                      +

                      + We could reproduce this problem only under Win98/98SE. Testing under + WinNT4 or Win2K, we could easily create more than 60 columns. +
                      + A workaround is to create a smaller number of columns, then come back to + your table properties and add the other columns. +

                      + +

                      + 5.2 With Xitami 2.5b4, phpMyAdmin won't process form fields.

                      +

                      + This is not a phpMyAdmin problem but a Xitami known bug: you'll face it + with each script/website that use forms.
                      + Upgrade or downgrade your Xitami server. +

                      + +

                      + 5.3 I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2).

                      +

                      + With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except that + the proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps + don't seem to work.
                      + + With Konqueror 2.2.1: plain dumps work; zip dumps are placed into + the user's temporary directory, so they must be moved before closing + Konqueror, or else they disappear. GZip dumps give an error message.
                      + + Testing needs to be done for Konqueror 2.2.2.
                      +

                      + +

                      + 5.4 I can't use the cookie authentication mode because Internet + Explorer never stores the cookies. +

                      +

                      + MS Internet Explorer seems to be really buggy about cookies, at least till + version 6. +

                      + +

                      + 5.5 In Internet Explorer 5.0, I get JavaScript errors when browsing my + rows. +

                      +

                      + Upgrade to at least Internet Explorer 5.5 SP2.
                      +

                      + +

                      + 5.6 In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not found") + when trying to modify a row in a table with many columns, or with a text + column +

                      +

                      + Your table neither have a primary key nor an unique one, so we must use a + long URL to identify this row. There is a limit on the length of the URL in + those browsers, and this not happen in Netscape, for example. The + workaround is to create a primary or unique key, or use another browser. +
                      +

                      + +

                      + 5.7 I refresh (reload) my browser, and come back to the welcome + page. +

                      +

                      + Some browsers support right-clicking into the frame you want to refresh, + just do this in the right frame.
                      +

                      + +

                      + 5.8 With Mozilla 0.9.7 I have problems sending a query modified in the + query box. +

                      +

                      + Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future + Mozilla versions.
                      +

                      + +

                      + 5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a + whitespace in the SQL-Query edit area: the page scrolls down. +

                      +

                      + This is a Mozilla bug (see bug #26882 at + BugZilla).
                      +

                      + +

                      + 5.10 With Netscape 4.75 I get empty rows between each row of data in a + CSV exported file. +

                      +

                      + This is a known Netscape 4.75 bug: it adds some line feeds when exporting + data in octet-stream mode. Since we can't detect the specific Netscape + version, we cannot workaround this bug. +

                      + +

                      + 5.11 Extended-ASCII characters like German umlauts are displayed + wrong.

                      + +

                      Please ensure that you have set your browser's character set to the one of the + language file you have selected on phpMyAdmin's start page. + Alternatively, you can try the auto detection mode that is supported by the + recent versions of the most browsers.

                      + +

                      + 5.12 Mac OS X: Safari browser changes special characters to + "?".

                      + +

                      This issue has been reported by a OS X user, who adds that Chimera, + Netscape and Mozilla do not have this problem.

                      + +

                      + 5.13 With Internet Explorer 5.5 or 6, and HTTP authentication type, + I cannot manage two servers: I log in to the first one, then the other one, + but if I switch back to the first, I have to log in on each operation.

                      + +

                      This is a bug in Internet Explorer, other browsers do not behave this way.

                      + +

                      + 5.14 Using Opera6, I can manage to get to the authentication, + but nothing happens after that, only a blank screen.

                      + +

                      Please upgrade to Opera7 at least.

                      + +

                      + 5.15 I have display problems with Safari.

                      + +

                      Please upgrade to at least version 1.2.3.

                      + +

                      + 5.16 With Internet Explorer, I get "Access is denied" + Javascript errors. Or I cannot make phpMyAdmin work under Windows.

                      + +

                      Please check the following points:

                      +
                      • Maybe you have defined your PmaAbsoluteUri setting + in config.inc.php to an IP + address and you are starting + phpMyAdmin with a URL + containing a domain name, or the reverse situation.
                      • +
                      • Security settings in IE and/or Microsoft Security Center are + too high, thus blocking scripts execution.
                      • +
                      • The Windows Firewall is blocking Apache and MySQL. You must + allow HTTP ports + (80 or 443) and MySQL port (usually 3306) + in the "in" and "out" directions.
                      • +
                      + +

                      + 5.17 With Firefox, I cannot delete rows of data or drop a database.

                      +

                      Many users have confirmed that the Tabbrowser Extensions plugin they + installed in their Firefox is causing the problem.

                      + +

                      +5.18 With Konqueror 4.2.x an invalid LIMIT + clause is generated when I browse a table.

                      +

                      This happens only when both of these conditions are met: using the + http authentication mode and register_globals being set + to On on the server. It seems to be a browser-specific problem; + meanwhile use the cookie authentication mode.

                      + +

                      Using phpMyAdmin

                      + +

                      + 6.1 I can't insert new rows into a table / I can't create a table + - MySQL brings up a SQL-error. +

                      +

                      + Examine the SQL error with care. Often the problem is caused by + specifying a wrong column-type.
                      + Common errors include: +

                      +
                        +
                      • Using VARCHAR without a size argument
                      • +
                      • Using TEXT or BLOB with a size argument
                      • +
                      +

                      + Also, look at the syntax chapter in the MySQL manual to confirm that your + syntax is correct. +

                      + +

                      + 6.2 When I create a table, I set an index for two + columns and + phpMyAdmin generates only one index with those two columns. +

                      +

                      + This is the way to create a multi-columns + index. If you want two indexes, create the first one when creating the + table, save, then display the table properties and click the Index link to + create the other index. +

                      + +

                      + 6.3 How can I insert a null value into my table?

                      +

                      + Since version 2.2.3, you have a checkbox for each column that can be null. + Before 2.2.3, you had to enter "null", without the quotes, as the + column's value. Since version 2.5.5, you have to use the checkbox to get + a real NULL value, so if you enter "NULL" this means you want + a literal NULL in the column, and not a NULL value (this works in PHP4). +

                      + +

                      + 6.4 How can I backup my database or table?

                      + +

                      Click on a database or table name in the left frame, the properties will be + displayed. Then on the menu, click "Export", you can dump + the structure, the data, or both. This will generate standard SQL + statements that can be used to recreate your database/table. +

                      + You will need to choose "Save as file", so that phpMyAdmin can + transmit the resulting dump to your station. Depending on your PHP + configuration, you will see options to compress the dump. See also the + $cfg['ExecTimeLimit'] + configuration variable.

                      + + For additional help on this subject, look for the word "dump" in + this document.

                      + +

                      + 6.5 How can I restore (upload) my database or table using a dump? + How can I run a ".sql" file? +

                      + +

                      Click on a database name in the left frame, the properties will be + displayed. Select "Import" from the list + of tabs in the right–hand frame (or "SQL" if your phpMyAdmin + version is previous to 2.7.0). In the "Location of the text file" section, type in + the path to your dump filename, or use the Browse button. Then click Go. +

                      + With version 2.7.0, the import engine has been re–written, if possible it is suggested + that you upgrade to take advantage of the new features. +

                      + For additional help on this subject, look for the word "upload" + in this document. +

                      + +

                      + 6.6 How can I use the relation table in Query-by-example?

                      + +

                      Here is an example with the tables persons, towns and countries, all + located in the database mydb. If you don't have a pma_relation + table, create it as explained in the configuration section. Then create the + example tables:

                      + +
                      +CREATE TABLE REL_countries (
                      +    country_code char(1) NOT NULL default '',
                      +    description varchar(10) NOT NULL default '',
                      +    PRIMARY KEY (country_code)
                      +) TYPE=MyISAM;
                      +
                      +INSERT INTO REL_countries VALUES ('C', 'Canada');
                      +
                      +CREATE TABLE REL_persons (
                      +    id tinyint(4) NOT NULL auto_increment,
                      +    person_name varchar(32) NOT NULL default '',
                      +    town_code varchar(5) default '0',
                      +    country_code char(1) NOT NULL default '',
                      +    PRIMARY KEY (id)
                      +) TYPE=MyISAM;
                      +
                      +INSERT INTO REL_persons VALUES (11, 'Marc', 'S', '');
                      +INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C');
                      +
                      +CREATE TABLE REL_towns (
                      +    town_code varchar(5) NOT NULL default '0',
                      +    description varchar(30) NOT NULL default '',
                      +    PRIMARY KEY (town_code)
                      +) TYPE=MyISAM;
                      +
                      +INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');
                      +INSERT INTO REL_towns VALUES ('M', 'Montréal');
                      +
                      + +

                      To setup appropriate links and display information:

                      + +
                      • on table "REL_persons" click Structure, then Relation view
                      • +
                      • in Links, for "town_code" choose "REL_towns->code"
                      • +
                      • in Links, for "country_code" choose "REL_countries->country_code"
                      • +
                      • on table "REL_towns" click Structure, then Relation view
                      • +
                      • in "Choose column to display", choose "description"
                      • +
                      • repeat the two previous steps for table "REL_countries"
                      • +
                      + +

                      Then test like this:

                      + +
                      • Click on your db name in the left frame
                      • +
                      • Choose "Query"
                      • +
                      • Use tables: persons, towns, countries
                      • +
                      • Click "Update query"
                      • +
                      • In the columns row, choose persons.person_name and click the + "Show" tickbox
                      • +
                      • Do the same for towns.description and countries.descriptions in the + other 2 columns
                      • +
                      • Click "Update query" and you will see in the query box that + the correct joins have been generated
                      • +
                      • Click "Submit query"
                      • +
                      + +

                      + 6.7 How can I use the "display column" feature?

                      +

                      + Starting from the previous example, create the pma_table_info as explained + in the configuration section, then browse your persons table, + and move the mouse over a town code or country code. +

                      + See also FAQ 6.21 for an additional feature that "display column" + enables: drop-down list of possible values. +

                      + +

                      + 6.8 How can I produce a PDF schema of my database?

                      +

                      + First the configuration variables "relation", + "table_coords" and "pdf_pages" have to be filled in. +

                      + Then you need to think about your schema layout. Which tables will go on + which pages? +

                      +
                        +
                      • Select your database in the left frame.
                      • +
                      • Choose "Operations" in the navigation bar at the top.
                      • +
                      • Choose "Edit PDF + Pages" near the bottom of the page.
                      • +
                      • Enter a name for the first PDF + page and click Go. If you like, you + can use the "automatic layout," which will put all your + linked tables onto the new page.
                      • +
                      • Select the name of the new page (making sure the Edit radio button + is selected) and click Go.
                      • +
                      • Select a table from the list, enter its coordinates and click Save.
                        + Coordinates are relative; your diagram will + be automatically scaled to fit the page. When initially placing tables + on the page, just pick any coordinates -- say, 50x50. After clicking + Save, you can then use the graphical editor to + position the element correctly.
                      • +
                      • When you'd like to look at your PDF, + first be sure to click the Save + button beneath the list of tables and coordinates, to save any changes + you made there. Then scroll all the way down, select the + PDF options + you want, and click Go.
                      • +
                      • Internet Explorer for Windows may suggest an incorrect filename when + you try to save a generated PDF. + When saving a generated PDF, be + sure that the filename ends in ".pdf", for example + "schema.pdf". Browsers on other operating systems, and other + browsers on Windows, do not have this problem.
                      • +
                      + +

                      + 6.9 phpMyAdmin is changing the type of one of my + columns!

                      + +

                      No, it's MySQL that is doing + silent + column type changing.

                      + +

                      + 6.10 When creating a privilege, what happens with + underscores in the database name?

                      + +

                      If you do not put a backslash before the underscore, this is a wildcard + grant, and the underscore means "any character". So, if the + database name is "john_db", the user would get rights to john1db, + john2db ...

                      + + If you put a backslash before the underscore, it means that the database + name will have a real underscore.

                      + +

                      + 6.11 What is the curious symbol ø in the + statistics pages?

                      + +

                      It means "average".

                      + +

                      + 6.12 I want to understand some Export options.

                      + +

                      Structure:

                      + +
                      • "Add DROP TABLE" will add a line telling MySQL to + drop the table, + if it already exists during the import. It does NOT drop the table after + your export, it only affects the import file.
                      • +
                      • "If Not Exists" will only create the table if it doesn't exist. + Otherwise, you may get an error if the table name exists but has a + different structure.
                      • +
                      • "Add AUTO_INCREMENT value" ensures that AUTO_INCREMENT value + (if any) will be included in backup.
                      • +
                      • "Enclose table and column names with backquotes" ensures that + column and table names formed with special characters are protected.
                      • +
                      • "Add into comments" includes column comments, relations, and MIME + types set in the pmadb in the dump as + SQL comments (/* xxx */). +
                      • +
                      + +

                      Data:

                      + +
                      • "Complete inserts" adds the column names on every INSERT + command, for better documentation (but resulting file is bigger).
                      • +
                      • "Extended inserts" provides a shorter dump file by using only + once the INSERT verb and the table name.
                      • +
                      • "Delayed inserts" are best explained in the + MySQL manual. +
                      • +
                      • "Ignore inserts" treats errors as a warning instead. Again, + more info is provided in the + MySQL manual, + but basically with this selected, invalid values are adjusted and + inserted rather than causing the entire statement to fail.
                      • +
                      + +

                      + 6.13 I would like to create a database with a dot + in its name.

                      + +

                      This is a bad idea, because in MySQL the syntax "database.table" + is the normal way to reference a database and table name. Worse, MySQL + will usually let you create a database with a dot, but then you cannot + work with it, nor delete it.

                      + +

                      + 6.14 How do I set up the + SQL Validator?

                      + +

                      + To use SQL Validator, you need PHP with + XML, + PCRE and + PEAR support. + In addition you need a SOAP support, either as a PHP extension or as a PEAR SOAP + module. +

                      + +

                      + To install PEAR SOAP module, run "pear install Net_Socket Net_URL + HTTP_Request Mail_Mime Net_DIME SOAP" to get the necessary PEAR modules for + usage. +

                      + +

                      + If you use the Validator, you should be aware that any + SQL statement you + submit will be stored anonymously (database/table/column names, + strings, numbers replaced with generic values). The Mimer + SQL + Validator itself, is © 2001 Upright Database Technology. + We utilize it as free SOAP service. +

                      + +

                      + 6.15 I want to add a BLOB column and put an index on + it, but MySQL says "BLOB column '...' used in key specification without + a key length".

                      + +

                      The right way to do this, is to create the column without any indexes, + then display the table structure and use the "Create an index" + dialog. On this page, you will be able to choose your BLOB column, and + set a size to the index, which is the condition to create an index on + a BLOB column.

                      + +

                      + 6.16 How can I simply move in page with plenty + editing fields?

                      + +

                      You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages + with many editing fields (table structure changes, row editing, etc.). + You can also have a look at the directive + $cfg['DefaultPropDisplay'] + ('vertical') and see if this eases up editing for you.

                      + +

                      + 6.17 Transformations: I can't enter my own mimetype! + WTF is this feature then useful for?

                      + +

                      Slow down :). Defining mimetypes is of no use, if you can't put transformations + on them. Otherwise you could just put a comment on the column. Because entering + your own mimetype will cause serious syntax checking issues and validation, + this introduces a high-risk false-user-input situation. Instead you have to + initialize mimetypes using functions or empty mimetype definitions.
                      + Plus, you have a whole overview of available mimetypes. Who knows all those + mimetypes by heart so he/she can enter it at will?

                      + +

                      + 6.18 Bookmarks: Where can I store bookmarks? Why + can't I see any bookmarks below the query box? What is this variable for? +

                      + +

                      Any query you have executed can be stored as a bookmark on the page where the + results are displayed. You will find a button labeled 'Bookmark this query' + just at the end of the page.
                      + As soon as you have stored a bookmark, it is related to the database you run + the query on. You can now access a bookmark dropdown on each page, the query + box appears on for that database.

                      + + Since phpMyAdmin 2.5.0 you are also able to store variables for the bookmarks. + Just use the string /*[VARIABLE]*/ anywhere in your query. Everything + which is put into the value input box on the query box page will + replace the string "/*[VARIABLE]*/" in your stored query. Just be + aware of that you HAVE to create a valid query, otherwise your query won't be + even able to be stored in the database.
                      + Also remember, that everything else inside the /*[VARIABLE]*/ string + for your query will remain the way it is, but will be stripped of the /**/ + chars. So you can use:

                      + + /*, [VARIABLE] AS myname */

                      + + which will be expanded to

                      + + , VARIABLE as myname

                      + + in your query, where VARIABLE is the string you entered in the input box. If + an empty string is provided, no replacements are made.

                      + + A more complex example. Say you have stored this query:

                      + SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */ +

                      + + Say, you now enter "phpMyAdmin" as the variable for the stored query, + the full query will be:

                      + + SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%' +

                      + + You can use multiple occurrences of /*[VARIABLE]*/ in a single query (that is, multiple occurrences of the same variable).
                      + NOTE THE ABSENCE OF SPACES inside the "/**/" construct. Any + spaces inserted there + will be later also inserted as spaces in your query and may lead to unexpected + results especially when + using the variable expansion inside of a "LIKE ''" expression.
                      + Your initial query which is going to be stored as a bookmark has to yield at + least one result row so + you can store the bookmark. You may have that to work around using well + positioned "/**/" comments.

                      + +

                      + 6.19 How can I create simple LATEX document to + include exported table?

                      + +

                      You can simply include table in your LATEX documents, minimal sample + document should look like following one (assuming you have table + exported in file table.tex):

                      + +
                      +\documentclass{article} % or any class you want
                      +\usepackage{longtable}  % for displaying table
                      +\begin{document}        % start of document
                      +\include{table}         % including exported table
                      +\end{document}          % end of document
                      +
                      + +

                      + 6.20 I see a lot of databases which are not mine, and cannot + access them. +

                      + +

                      You have one of these global privileges: CREATE + TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also + enable users to see all the database names. + See this bug report.

                      + + So if your users do not need those privileges, you can remove them and their + databases list will shorten.

                      + +

                      + 6.21 In edit/insert mode, how can I see a list of + possible values for a column, based on some foreign table?

                      + +

                      You have to setup appropriate links between the tables, and also + setup the "display column" in the foreign table. See + FAQ + 6.6 for an example. Then, if there are 100 values or less in the + foreign table, a drop-down list of values will be available. + You will see two lists of values, the first list containing the key + and the display column, the second list containing the display column + and the key. The reason for this is to be able to type the first + letter of either the key or the display column.

                      + + For 100 values or more, a distinct window will appear, to browse foreign + key values and choose one. To change the default limit of 100, see + $cfg['ForeignKeyMaxLimit'].

                      + +

                      + 6.22 Bookmarks: Can I execute a default bookmark + automatically when entering Browse mode for a table?

                      + +

                      Yes. If a bookmark has the same label as a table name, it will be executed. +

                      + +

                      + 6.23 Export: I heard phpMyAdmin can export Microsoft Excel files?

                      + +

                      You can use + CSV for Microsoft Excel, + which works out of the box.
                      + Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel + version 97 and newer was dropped. +

                      + +

                      + 6.24 Now that phpMyAdmin supports native MySQL 4.1.x column comments, + what happens to my column comments stored in pmadb?

                      + +

                      Automatic migration of a table's pmadb-style column comments to the native + ones is done whenever you enter Structure page for this table.

                      + +

                      + 6.25 How does BLOB streaming work in phpMyAdmin?

                      + +

                      For general information about BLOB streaming on MySQL, visit blobstreaming.org. You need the following components:

                      +
                        +
                      • PBMS BLOB Streaming Daemon for MySQL (0.5.15 or later)
                      • +
                      • Streaming enabled PBXT Storage engine for MySQL (1.0.11-6 or + later)
                      • +
                      • PBMS Client Library for MySQL (0.5.15 or later)
                      • +
                      • PBMS PHP Extension for MySQL (0.1.1 or later)
                      • +
                      + +

                      Here are details about configuration and operation:

                      + +
                        +
                      1. In config.inc.php your host should be defined with a FQDN (fully qualified domain name) instead of "localhost".
                      2. +
                      3. Ensure that your target table is under the PBXT storage engine and has a LONGBLOB column (which must be nullable if you want to remove the BLOB reference from it).
                      4. +
                      5. When you insert or update a row in this table, put a checkmark on the "Upload to BLOB repository" optional choice; otherwise, the upload will be done directly in your LONGBLOB column instead of the repository.
                      6. +
                      7. Finally when you browse your table, you'll see in your column a link to stream your data, for example "View image". A header containing the correct MIME-type will be sent to your browser; this MIME-type was stored at upload time.
                      8. +
                      + +

                      + 6.26 How can I select a range of rows?

                      + +

                      Click the first row of the range, hold the shift key and click the last row of the range. This works everywhere you see rows, for example in Browse mode or on the Structure page.

                      + + +

                      + 6.27 What format strings can I use?

                      + +

                      + In all places where phpMyAdmin accepts format strings, you can use + @VARIABLE@ expansion and + strftime format strings. The + expanded variables depend on a context (for example, if you haven't chosen a + table, you can not get the table name), but the following variables can be used: +

                      +
                      +
                      @HTTP_HOST@
                      +
                      HTTP host that runs phpMyAdmin
                      +
                      @SERVER@
                      +
                      MySQL server name
                      +
                      @VERBOSE@
                      +
                      Verbose MySQL server name as defined in server configuration
                      +
                      @VSERVER@
                      +
                      Verbose MySQL server name if set, otherwise normal
                      +
                      @DATABASE@
                      +
                      Currently opened database
                      +
                      @TABLE@
                      +
                      Currently opened table
                      +
                      @FIELDS@
                      +
                      Fields of currently opened table
                      +
                      @PHPMYADMIN@
                      +
                      phpMyAdmin with version
                      +
                      + +

                      + 6.28 How can I easily edit relational schema for export?

                      + +

                      + By clicking on the button 'toggle scratchboard' on the page + where you edit x/y coordinates of those elements you can activate a + scratchboard where all your elements are placed. By clicking on an + element, you can move them around in the pre-defined area and the x/y + coordinates will get updated dynamically. Likewise, when entering a + new position directly into the input field, the new position in the + scratchboard changes after your cursor leaves the input field. +

                      +

                      + You have to click on the 'OK'-button below the tables to save the new + positions. If you want to place a new element, first add it to the + table of elements and then you can drag the new element around. +

                      +

                      + By changing the paper size and the orientation you can change the size + of the scratchboard as well. You can do so by just changing the + dropdown field below, and the scratchboard will resize automatically, + without interfering with the current placement of the elements. +

                      +

                      + If ever an element gets out of range you can either enlarge the paper + size or click on the 'reset' button to place all elements below each + other. +

                      + +

                      + 6.29 Why can't I get a chart from my query result table?

                      + +

                      Not every table can be put to the chart. Only tables with one, two or three columns can be visualised as a chart. Moreover the table must be in a special format for chart script to understand it. Currently supported formats can be found in the wiki.

                      + +

                      phpMyAdmin project

                      + +

                      + 7.1 I have found a bug. How do I inform developers?

                      + +

                      Our Bug Tracker is located at + http://sf.net/projects/phpmyadmin/ + under the Bugs section.

                      + + But please first discuss your bug with other users:
                      + + https://sourceforge.net/projects/phpmyadmin/forums. +

                      + +

                      + 7.2 I want to translate the messages to a new language or upgrade an + existing language, where do I start?

                      + +

                      Always use latest Git version of the po file to translate. You can optionally + translate online at our translation + server where you can also get the latest po files and merge them + with your translations. For creating a new translation simply use + po/phpmyadmin.pot and generate + po/LANG_CODE.po for your language (you can use + msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po + to do this) or ask on the mailing list to add the translation to the web + interface. More details are available on our wiki. +

                      +

                      + Please note that we try not to use HTML entities like &eacute; in + the translations, since we define the right character set in the file. + With HTML entities, the text on JavaScript messages would not + display correctly. + However there are some entities that need to be there: quotes, + non-breakable spaces, ampersands, less than, greater than. +

                      +

                      + You can then put your translations, as a zip file to avoid losing special + characters, on the sourceforge.net translation tracker. +

                      +

                      + It would be a good idea to subscribe to the phpmyadmin-translators mailing + list, because this is where we ask for translations of new messages. +

                      + +

                      + Documentation is being translated using po4a and gettext (see + documentation + for existing translations). To start, checkout + localized_docs/po + from Git, or just go to the translation server + and translate it online. If your language is missing, just contact + Michal Čihař; he will add it. If + you prefer to directly translate the po files, please put updated ones into our + translation tracker. +

                      + +

                      + 7.3 I would like to help out with the development of + phpMyAdmin. How should I proceed?

                      + +

                      The following method is preferred for new developers:

                      + +
                      1. fetch the current git repository over anonymous git:
                        + git clone + git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
                        +
                      2. +
                      3. add your stuff
                      4. +
                      5. generate patch with your changes: + git diff > xxx.diff
                        +
                      6. +
                      7. submit your patch via the patch + tracker of the phpMyAdmin project. +
                      8. +
                      + +

                      More details on git are available on our wiki.

                      + +

                      Write access to the repository is granted only to experienced developers who + have already contributed something useful to phpMyAdmin.
                      + Also, have a look at the Developers section.

                      + +

                      Security

                      + +

                      + 8.1 Where can I get information about the security alerts issued for phpMyAdmin?

                      + +

                      Please refer to + http://www.phpmyadmin.net/home_page/security.php +

                      + +

                      + 8.2 How can I protect phpMyAdmin against brute force attacks?

                      + +

                      If you use Apache web server, phpMyAdmin exports information about + authentication to the Apache environment and it can be used in Apache logs. + Currently there are two variables available: +

                      +
                      +
                      userID
                      +
                      User name of currently active user (he does not have to be logged + in).
                      +
                      userStatus
                      +
                      Status of currently active user, one of ok (user is + logged in), mysql-denied (MySQL denied user login), + allow-denied (user denied by allow/deny rules), + root-denied (root is denied in configuration), + empty-denied (empty password is denied).
                      +
                      +

                      + LogFormat directive for Apache can look like following: +

                      +
                      +LogFormat "%h %l %u %t \"%r\" %>s %b \
                      +\"%{Referer}i\" \"%{User-Agent}i\" %{userID}n %{userStatus}n"   pma_combined
                      +
                      +

                      + You can then use any log analyzing tools to detect possible break-in + attempts. +

                      + +

                      Synchronization

                      +

                      + 9.1 How can I synchronize two databases/tables in phpMyAdmin?

                      + +

                      You can now synchronize databases/tables in phpMyAdmin using the Synchronize feature. +It allows you to connect to local as well as remote servers. This requires you to enter +server host name, username, password, port and the name of the database. Therefore you can +now synchronize your databases placed on the same server or some remote server. +

                      + +

                      +This feature is helpful for developers who need to replicate their +database’s structure as well as data. Moreover, this feature not only +helps replication but also facilitates the user to keep his/her database +in sync with another database. Other than the full database, certain +tables of the databases can also be synchronized. +

                      + +

                      +You need to fill in the host name of the server, the username and +password of an user account already there in MySQL. Port is by default +populated with 3306 (MySQL default port). Then the name of the database +should be mentioned at the end. All the information other than the port +needs to be filled explicitly for the source as well as target servers. +

                      + +

                      +After successfully passing through the authentication phase, the source and +target database table names will be displayed. It will be a tabular +representation. +

                      + +

                      +On the left, are listed the source database table names. Some of the +names have a + plus sign preceding them. This shows that these tables +are only present in source database and they need to be added to the +target database in order to synchronize the target database. The tables +whose names are not preceded by a + sign are already present in the +target database. +

                      + +

                      +On the right, are listed the target database table names. There are few +table names that have (not present) appended after their names. This +means that these tables are to be created in target database in order to +synchronize target database with source database. Some table names +have a - minus sign preceding them. This shows that these tables are +only present in target database and they will remain unchanged in the +target database. The column in the middle shows the difference between +the source and target corresponding tables. +

                      + +

                      +The difference is depicted by the red and green buttons with S and D +letters, indicating that either Structure or Data are not up to date. By +clicking on them, they will turn grey, what means that they will be synchronized. +

                      + + +

                      Developers Information

                      + +

                      phpMyAdmin is Open Source, so you're invited to contribute to it. Many + great features have been written by other people and you too can help to + make phpMyAdmin a useful tool.

                      + +

                      If you're planning to contribute source, please read the following + information:

                      + +
                      • All files include libraries/header.inc.php (layout),. + libraries/common.lib.php (common functions) and + config.inc.php.
                        + Only configuration data should go in config.inc.php. Please keep + it free from other code.
                        + Commonly used functions should be added to + libraries/common.lib.php and more specific ones may be added + within a library stored into the libraries sub-directory.
                      • +
                      • Obviously, you're free to use whatever coding style you want. But + please try to keep your code as simple as possible: beginners are + using phpMyAdmin as an example application.
                        + As far as possible, we want the scripts to be XHTML1.0 and CSS2 + compliant on one hand, they fit the + + PEAR + coding standards + on the other hand. Please pay attention to this.
                      • +
                      • Please enable showing PHP errors and warnings by the + $cfg['Error_Handler']['display'] + configuration directive.
                      • +
                      • Please try to keep up the file-naming conventions. Table-related stuff + goes to tbl_*.php, db-related code to db_*.php, + server-related tools to server_*.php and so on.
                      • +
                      • Please use gettext wrappers around all messages + (__('Some text') or _ngettext() function). + To translate them, you need to call scripts/update-po + script. To use translated messages, call + scripts/generate-mo, which generates binary files read by + Gettext.
                      • +
                      • If you want to be really helpful, write an entry for the ChangeLog.
                      • +
                      • + The DBG extension (PHP + Debugger DBG) is now supported by phpMyAdmin for developers to + better debug and profile their code.
                        + Please see the + $cfg['DBG']* configuration + options for more information.
                        + This is in memoriam of the Space Shuttle Columbia (STS-107) which was + lost during its re-entry into Earth's atmosphere and in memory of the + brave men and women who gave their lives for the people of Earth.
                      • +
                      + + + +
                      +Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
                      +Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
                      +                        Olivier Müller <om_at_omnis.ch>
                      +                        Robin Johnson <robbat2_at_users.sourceforge.net>
                      +                        Alexander M. Turek <me_at_derrabus.de>
                      +                        Michal Čihař <michal_at_cihar.com>
                      +                        Garvin Hicking <me_at_supergarv.de>
                      +                        Michael Keck <mkkeck_at_users.sourceforge.net>
                      +                        Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
                      +                        [check credits for more details]
                      +
                      + +

                      +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2, +as published by the Free Software Foundation. +

                      + +

                      +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. +

                      + +

                      +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +

                      + + +

                      Credits

                      + +

                      Credits, in chronological order

                      + +
                        + +
                      • Tobias Ratschiller <tobias_at_ratschiller.com> +
                          +
                        • creator of the phpmyadmin project
                        • +
                        • maintainer from 1998 to summer 2000
                        • +
                      • + +
                      • Marc Delisle <marc_at_infomarc.info> +
                          +
                        • multi-language version
                        • +
                        • various fixes and improvements
                        • +
                        • SQL analyser (most of it)
                        • +
                        • current project maintainer
                        • +
                      • + +
                      • Olivier Müller <om_at_omnis.ch> +
                          +
                        • started SourceForge phpMyAdmin project in March 2001
                        • +
                        • sync'ed different existing CVS trees with new features and bugfixes
                        • +
                        • multi-language improvements, dynamic language selection
                        • +
                        • current project maintainer
                        • +
                        • many bugfixes and improvements
                        • +
                      • + +
                      • Loïc Chapeaux <lolo_at_phpheaven.net> +
                          +
                        • rewrote and optimized javascript, DHTML and DOM stuff
                        • +
                        • rewrote the scripts so they fit the PEAR coding standards and + generate XHTML1.0 and CSS2 compliant codes
                        • +
                        • improved the language detection system
                        • +
                        • many bugfixes and improvements
                        • +
                      • + +
                      • Robin Johnson <robbat2_at_users.sourceforge.net> +
                          +
                        • database maintenance controls
                        • +
                        • table type code
                        • +
                        • Host authentication IP Allow/Deny
                        • +
                        • DB-based configuration (Not completed)
                        • +
                        • SQL parser and pretty-printer
                        • +
                        • SQL validator
                        • +
                        • many bugfixes and improvements
                        • +
                      • + +
                      • Armel Fauveau <armel.fauveau_at_globalis-ms.com> +
                          +
                        • bookmarks feature
                        • +
                        • multiple dump feature
                        • +
                        • gzip dump feature
                        • +
                        • zip dump feature
                        • +
                      • + +
                      • Geert Lund <glund_at_silversoft.dk> +
                          +
                        • various fixes
                        • +
                        • moderator of the phpMyAdmin former users forum at phpwizard.net
                        • +
                      • + +
                      • Korakot Chaovavanich <korakot_at_iname.com> +
                          +
                        • "insert as new row" feature
                        • +
                      • + +
                      • Pete Kelly <webmaster_at_trafficg.com> +
                          +
                        • rewrote and fix dump code
                        • +
                        • bugfixes
                        • +
                      • + +
                      • Steve Alberty <alberty_at_neptunlabs.de> +
                          +
                        • rewrote dump code for PHP4
                        • +
                        • mySQL table statistics
                        • +
                        • bugfixes
                        • +
                      • + +
                      • Benjamin Gandon <gandon_at_isia.cma.fr> +
                          +
                        • main author of the version 2.1.0.1
                        • +
                        • bugfixes
                        • +
                      • + +
                      • Alexander M. Turek <me_at_derrabus.de> +
                          +
                        • MySQL 4.0 / 4.1 / 5.0 compatibility
                        • +
                        • abstract database interface (PMA_DBI) with MySQLi support
                        • +
                        • privileges administration
                        • +
                        • XML exports
                        • +
                        • various features and fixes
                        • +
                        • German language file updates
                        • +
                      • + +
                      • Mike Beck <mike.beck_at_web.de> +
                          +
                        • automatic joins in QBE
                        • +
                        • links column in printview
                        • +
                        • Relation view
                        • +
                      • + +
                      • Michal Čihař <michal_at_cihar.com> +
                          +
                        • enhanced index creation/display feature
                        • +
                        • feature to use a different charset for HTML than for MySQL
                        • +
                        • improvements of export feature
                        • +
                        • various features and fixes
                        • +
                        • Czech language file updates
                        • +
                      • + +
                      • Christophe Gesché from the "MySQL Form Generator for PHPMyAdmin" + (http://sf.net/projects/phpmysqlformgen/) +
                          +
                        • suggested the patch for multiple table printviews
                        • +
                      • + +
                      • Garvin Hicking <me_at_supergarv.de> +
                          +
                        • built the patch for vertical display of table rows
                        • +
                        • built the Javascript based Query window + SQL history
                        • +
                        • Improvement of column/db comments
                        • +
                        • (MIME)-Transformations for columns
                        • +
                        • Use custom alias names for Databases in left frame
                        • +
                        • hierarchical/nested table display
                        • +
                        • PDF-scratchboard for WYSIWYG-distribution of PDF relations
                        • +
                        • new icon sets
                        • +
                        • vertical display of column properties page
                        • +
                        • some bugfixes, features, support, German language additions
                        • +
                      • + +
                      • Yukihiro Kawada <kawada_at_den.fujifilm.co.jp> +
                          +
                        • japanese kanji encoding conversion feature
                        • +
                      • + +
                      • Piotr Roszatycki <d3xter_at_users.sourceforge.net> and Dan Wilson +
                          +
                        • the Cookie authentication mode
                        • +
                      • + +
                      • Axel Sander <n8falke_at_users.sourceforge.net> +
                          +
                        • table relation-links feature
                        • +
                      • + +
                      • Maxime Delorme <delorme.maxime_at_free.fr> +
                      • + +
                      • Olof Edlund <olof.edlund_at_upright.se> +
                          +
                        • SQL validator server
                        • +
                      • + +
                      • Ivan R. Lanin <ivanlanin_at_users.sourceforge.net> +
                          +
                        • phpMyAdmin logo (until June 2004)
                        • +
                      • + +
                      • Mike Cochrane <mike_at_graftonhall.co.nz> +
                          +
                        • blowfish library from the Horde project
                        • +
                      • + +
                      • Marcel Tschopp <ne0x_at_users.sourceforge.net> +
                          +
                        • mysqli support
                        • +
                        • many bugfixes and improvements
                        • +
                      • + +
                      • Nicola Asuni (Tecnick.com) +
                      • + +
                      • Michael Keck <mkkeck_at_users.sourceforge.net> +
                          +
                        • redesign for 2.6.0
                        • +
                        • phpMyAdmin sailboat logo (June 2004)
                        • +
                      • + +
                      • Mathias Landhäußer +
                          +
                        • Representation at conferences
                        • +
                      • + +
                      • Sebastian Mendel <cybot_tm_at_users.sourceforge.net> +
                          +
                        • interface improvements
                        • +
                        • various bugfixes
                        • +
                      • + +
                      • Ivan A Kirillov +
                          +
                        • new relations Designer
                        • +
                      • + +
                      • Raj Kissu Rajandran (Google Summer of Code 2008) +
                          +
                        • BLOBstreaming support
                        • +
                      • + +
                      • Piotr Przybylski (Google Summer of Code 2008 and 2010) +
                          +
                        • improved setup script
                        • +
                        • user preferences
                        • +
                      • + +
                      • Derek Schaefer (Google Summer of Code 2009) +
                          +
                        • Improved the import system
                        • +
                      • + +
                      • Alexander Rutkowski (Google Summer of Code 2009) +
                          +
                        • Tracking mechanism
                        • +
                      • + +
                      • Zahra Naeem (Google Summer of Code 2009) +
                          +
                        • Synchronization feature
                        • +
                      • + +
                      • Tomáš Srnka (Google Summer of Code 2009) +
                          +
                        • Replication support
                        • +
                      • + +
                      • Muhammad Adnan (Google Summer of Code 2010) +
                          +
                        • Relation schema export to multiple formats
                        • +
                      • + +
                      • Lori Lee (Google Summer of Code 2010) +
                          +
                        • User interface improvements
                        • +
                        • ENUM/SET editor
                        • +
                        • Simplified interface for export/import
                        • +
                      • + +
                      • Ninad Pundalik (Google Summer of Code 2010) +
                          +
                        • AJAXifying the interface
                        • +
                      • + +
                      • Martynas Mickevičius (Google Summer of Code 2010) +
                          +
                        • Charts
                        • +
                      • + +
                      • Barrie Leslie +
                          +
                        • BLOBstreaming support with PBMS PHP extension
                        • +
                      • + +
                      • Ankit Gupta (Google Summer of Code 2010) +
                          +
                        • Visual query builder
                        • +
                      • + + +
                      + +

                      +And also to the following people who have contributed minor changes, +enhancements, bugfixes or support for a new language since version 2.1.0: +

                      + +

                      +Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, +Péter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, +Mats Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger, +Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, Andreas Pauley, +Bernard M. Piller, Laurent Haas, "Sakamoto", Yuval Sarna, +www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, Peter Svec, +Michael Tacelosky, Rachim Tamsjadi, Kositer Uros, +Luís V., Martijn W. van der Lee, +Algis Vainauskas, Daniel Villanueva, Vinay, Ignacio Vazquez-Abrams, Chee Wai, +Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, "Manuzhai". +

                      + + +

                      Original Credits of Version 2.1.0

                      + +

                      + This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea + to create a web-based interface to MySQL using PHP3. Although I have not + used any of his source-code, there are some concepts I've borrowed from + him. phpMyAdmin was created because Peter told me he wasn't going to + further develop his (great) tool. +

                      +

                      + Thanks go to +

                      +
                        +
                      • Amalesh Kempf <ak-lsml_at_living-source.com> who contributed the + code for the check when dropping a table or database. He also suggested + that you should be able to specify the primary key on tbl_create.php3. To + version 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as + well as a bug-report. Plus many smaller improvements. +
                      • +
                      • Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that + were introduced in 1.3.0 (including quite significant ones like the + authentication). For 1.4.1 he enhanced the table-dump feature. Plus + bug-fixes and help. +
                      • +
                      • Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin + language-independent by outsourcing the strings to a separate file. He + also contributed the French translation. +
                      • +
                      • Alexandr Bravo <abravo_at_hq.admiral.ru> who contributed + tbl_select.php3, a feature to display only some columns from a table. +
                      • +
                      • Chris Jackson <chrisj_at_ctel.net> added support for MySQL + functions in tbl_change.php3. He also added the + "Query by Example" feature in 2.0. +
                      • +
                      • Dave Walton <walton_at_nordicdms.com> added support for multiple + servers and is a regular contributor for bug-fixes. +
                      • +
                      • Gabriel Ash <ga244_at_is8.nyu.edu> contributed the random access + features for 2.0.6. +
                      • +
                      +

                      + The following people have contributed minor changes, enhancements, bugfixes + or support for a new language: +

                      +

                      + Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, + Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov, + Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns, + G. Wieggers. +

                      +

                      + And thanks to everyone else who sent me email with suggestions, bug-reports + and or just some feedback. +

                      + +

                      Glossary

                      + +

                      From Wikipedia, the free encyclopedia

                      + +
                        +
                      • .htaccess + - the default name of Apache's directory-level configuration file.
                      • +
                      • Blowfish + - a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier.
                      • +
                      • Browser (Web Browser) + - a software application that enables a user to display and interact with + text, images, and other information typically located on a web page at a + website on the World Wide Web.
                      • +
                      • bzip2 + - a free software/open source data compression algorithm and program + developed by Julian Seward.
                      • +
                      • CGI (Common Gateway Interface) + - an important World Wide Web technology that enables a client web browser + to request data from a program executed on the Web server.
                      • +
                      • Changelog + - a log or record of changes made to a project.
                      • +
                      • Client + - a computer system that accesses a (remote) service on another computer + by some kind of network.
                      • +
                      • column + - a set of data values of a particular simple type, one for each row of + the table.
                      • +
                      • Cookie + - a packet of information sent by a server to a World Wide Web browser + and then sent back by the browser each time it accesses that server.
                      • +
                      • CSV + - Comma-separated values
                      • +
                      • DB - look at Database.
                      • +
                      • database + - an organized collection of data.
                      • +
                      • Engine - look at Storage Engines.
                      • +
                      • extension + - a PHP module that extends PHP with additional functionality.
                      • +
                      • FAQ (Frequently Asked Questions) + - a list of commonly asked question and there answers.
                      • +
                      • Field + - one part of divided data/columns.
                      • +
                      • foreign key + - a field or group of fields in a database record that point to a key + field or group of fields forming a key of another database record in some + (usually different) table.
                      • +
                      • FPDF (FreePDF) + - the free PDF library
                      • +
                      • + GD Graphics Library - a library by Thomas Boutell and others for + dynamically manipulating images.
                      • +
                      • GD2 - look at GD Graphics Library.
                      • +
                      • gzip + - gzip is short for GNU zip, a GNU free software file compression + program.
                      • +
                      • host + - any machine connected to a computer network, a node that has a hostname.
                      • +
                      • hostname + - the unique name by which a network attached device is known on a network.
                      • +
                      • HTTP + (HyperText Transfer Protocol) + - the primary method used to transfer or convey information on the World + Wide Web.
                      • +
                      • https + - a HTTP-connection with + additional security measures.
                      • +
                      • IIS (Internet Information Services) + - a set of Internet-based services for servers using Microsoft Windows.
                      • +
                      • Index + - a feature that allows quick access to the rows in a table.
                      • +
                      • IP (Internet Protocol) + - a data-oriented protocol used by source and destination hosts for + communicating data across a packet-switched internetwork.
                      • +
                      • IP Address + - a unique number that devices use in order to identify and communicate + with each other on a network utilizing the Internet Protocol standard.
                      • +
                      • ISAPI + (Internet Server Application Programming Interface) + - the API of Internet Information Services (IIS).
                      • +
                      • ISP (Internet service provider) + - a business or organization that offers users access to the Internet and related services.
                      • +
                      • JPEG + - a most commonly used standard method of lossy compression for + photographic images.
                      • +
                      • JPG - look at JPEG.
                      • +
                      • Key - look at index.
                      • +
                      • LATEX + - a document preparation system for the TEX typesetting program.
                      • +
                      • Mac (Apple Macintosh) + - line of personal computers is designed, developed, manufactured, and + marketed by Apple Computer.
                      • +
                      • Mac OS X + - the operating system which is included with all currently shipping Apple + Macintosh computers in the consumer and professional markets.
                      • +
                      • MCrypt + - a cryptographic library.
                      • +
                      • mcrypt + - the MCrypt PHP extension.
                      • +
                      • MIME (Multipurpose Internet Mail Extensions) + - an Internet Standard for the format of e-mail.
                      • +
                      • module + - some sort of extension for the Apache Webserver.
                      • +
                      • MySQL + - a multithreaded, multi-user, SQL (Structured Query Language) Database + Management System (DBMS).
                      • +
                      • mysqli + - the improved MySQL client PHP extension.
                      • +
                      • mysql + - the MySQL client PHP extension.
                      • +
                      • OpenDocument + - open standard for office documents.
                      • +
                      • OS X + - look at Mac OS X.
                      • +
                      • PDF + (Portable Document Format) + - a file format developed by Adobe Systems for representing two + dimensional documents in a device independent and resolution independent + format.
                      • +
                      • PEAR + - the PHP Extension and Application Repository.
                      • +
                      • PCRE (Perl Compatible Regular Expressions) + - the perl-compatible regular expression functions for PHP
                      • +
                      • PHP + - short for "PHP: Hypertext Preprocessor", is an open-source, reflective + programming language used mainly for developing server-side applications + and dynamic web content, and more recently, a broader range of software + applications.
                      • +
                      • port + - a connection through which data is sent and received.
                      • +
                      • RFC + - Request for Comments (RFC) documents are a series of memoranda + encompassing new research, innovations, and methodologies applicable to + Internet technologies.
                      • +
                      • RFC 1952 + - GZIP file format specification version 4.3
                      • +
                      • Row (record, tulpel) + - represents a single, implicitly structured data item in a table.
                      • +
                      • Server + - a computer system that provides services to other computing + systems over a network.
                      • +
                      • Storage Engines + - handlers for different table types
                      • +
                      • socket + - a form of inter-process communication.
                      • +
                      • SSL (Secure + Sockets Layer) + - a cryptographic protocol which provides secure communication on the Internet.
                      • +
                      • SQL + - Structured Query Language
                      • +
                      • table + - a set of data elements (cells) that is organized, defined and stored as + horizontal rows and vertical columns where each item can be uniquely + identified by a label or key or by it?s position in relation to other items.
                      • +
                      • Table type
                      • +
                      • tar + - a type of archive file format: the Tape ARchive format.
                      • +
                      • TCP (Transmission Control Protocol) + - one of the core protocols of the Internet protocol suite.
                      • +
                      • UFPDF + - Unicode/UTF-8 extension for FPDF
                      • +
                      • URL (Uniform Resource Locator) + - a sequence of characters, conforming to a standardized format, that is + used for referring to resources, such as documents and images on the + Internet, by their location.
                      • +
                      • Webserver + - A computer (program) that is responsible for accepting HTTP requests + from clients and serving them Web pages.
                      • +
                      • XML (Extensible Markup Language) + - a W3C-recommended general-purpose markup language for creating + special-purpose markup languages, capable of describing many different + kinds of data.
                      • +
                      • ZIP + - a popular data compression and archival format.
                      • +
                      • zlib + - an open-source, cross-platform data compression library by Jean-loup + Gailly and Mark Adler.
                      • +
                      +
                      + + + + + diff --git a/htdocs/phpMyAdmin/Documentation.txt b/htdocs/phpMyAdmin/Documentation.txt new file mode 100644 index 000000000..1fac0f141 --- /dev/null +++ b/htdocs/phpMyAdmin/Documentation.txt @@ -0,0 +1,3698 @@ +phpMyAdmin 3.4.5 Documentation + + * Top + * Requirements + * Introduction + * Installation + * Setup script + * Configuration + * Transformations + * FAQ + * Developers + * Copyright + * Credits + * Glossary + + * phpMyAdmin homepage + * SourceForge phpMyAdmin project page + * Official phpMyAdmin wiki + * Local documents: + + Version history: ChangeLog + + License: LICENSE + +Requirements + + * PHP + + You need PHP 5.2.0 or newer, with session support (see FAQ 1.31) , the + Standard PHP Library (SPL) extension and JSON support. + + To support uploading of ZIP files, you need the PHP zip extension. + + For proper support of multibyte strings (eg. UTF-8, which is currently + the default), you should install the mbstring and ctype extensions. + + You need GD2 support in PHP to display inline thumbnails of JPEGs + ("image/jpeg: inline") with their original aspect ratio + + When using the "cookie" authentication method, the mcrypt extension is + strongly suggested for most users and is required for 64?bit machines. + Not using mcrypt will cause phpMyAdmin to load pages significantly + slower. + + To support upload progress bars, see FAQ 2.9. + + To support BLOB streaming, see PHP and MySQL requirements in FAQ 6.25. + * MySQL 5.0 or newer (details); + * Web browser with cookies enabled. + +Introduction + +phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a +single database. To accomplish the latter you'll need a properly set up MySQL +user who can read/write only the desired database. It's up to you to look up +the appropriate part in the MySQL manual. + +Currently phpMyAdmin can: + + * browse and drop databases, tables, views, columns and indexes + * create, copy, drop, rename and alter databases, tables, columns and indexes + * maintenance server, databases and tables, with proposals on server + configuration + * execute, edit and bookmark any SQL-statement, even batch-queries + * load text files into tables + * create^1 and read dumps of tables + * export^1 data to various formats: CSV, XML, PDF, ISO/IEC 26300 - + OpenDocument Text and Spreadsheet, Word, and L^AT[E]X formats + * import data and MySQL structures from OpenDocument spreadsheets, as well as + XML, CSV, and SQL files + * administer multiple servers + * manage MySQL users and privileges + * check referential integrity in MyISAM tables + * using Query-by-example (QBE), create complex queries automatically + connecting required tables + * create PDF graphics of your Database layout + * search globally in a database or a subset of it + * transform stored data into any format using a set of predefined functions, + like displaying BLOB-data as image or download-link + * track changes on databases, tables and views + * support InnoDB tables and foreign keys (see FAQ 3.6) + * support mysqli, the improved MySQL extension (see FAQ 1.17) + * communicate in 62 different languages + * synchronize two databases residing on the same as well as remote servers + (see FAQ 9.1) + +A word about users: + +Many people have difficulty understanding the concept of user management with +regards to phpMyAdmin. When a user logs in to phpMyAdmin, that username and +password are passed directly to MySQL. phpMyAdmin does no account management on +its own (other than allowing one to manipulate the MySQL user account +information); all users must be valid MySQL users. + +^1) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) dumps and +CSV exports if you use PHP with Zlib support (--with-zlib) and/or Bzip2 support +(--with-bz2). Proper support may also need changes in php.ini. + +Installation + + 1. Quick Install + 2. Setup script usage + 3. phpMyAdmin configuration storage + 4. Upgrading from an older version + 5. Using authentication modes + +phpMyAdmin does not apply any special security methods to the MySQL database +server. It is still the system administrator's job to grant permissions on the +MySQL databases properly. phpMyAdmin's "Privileges" page can be used for this. + +Warning for Mac users: +if you are on a Mac OS version before OS X, StuffIt unstuffs with Mac formats. +So you'll have to resave as in BBEdit to Unix style ALL phpMyAdmin scripts +before uploading them to your server, as PHP seems not to like Mac-style end of +lines character ("\r"). + +Quick Install + + 1. Choose an appropriate distribution kit from the phpmyadmin.net Downloads + page. Some kits contain only the English messages, others contain all + languages in UTF-8 format (this should be fine in most situations), others + contain all languages and all character sets. We'll assume you chose a kit + whose name looks like phpMyAdmin-x.x.x-all-languages.tar.gz. + 2. Untar or unzip the distribution (be sure to unzip the subdirectories): tar + -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz in your webserver's document + root. If you don't have direct access to your document root, put the files + in a directory on your local machine, and, after step 4, transfer the + directory on your web server using, for example, ftp. + 3. Ensure that all the scripts have the appropriate owner (if PHP is running + in safe mode, having some scripts with an owner different from the owner of + other scripts will be a problem). See FAQ 4.2 and FAQ 1.26 for suggestions. + 4. Now you must configure your installation. There are two methods that can be + used. Traditionally, users have hand-edited a copy of config.inc.php, but + now a wizard-style setup script is provided for those who prefer a + graphical installation. Creating a config.inc.php is still a quick way to + get started and needed for some advanced features. + + To manually create the file, simply use your text editor to create the + file config.inc.php (you can copy config.sample.inc.php to get minimal + configuration file) in the main (top-level) phpMyAdmin directory (the + one that contains index.php). phpMyAdmin first loads libraries/ + config.default.php and then overrides those values with anything found + in config.inc.php. If the default value is okay for a particular + setting, there is no need to include it in config.inc.php. You'll need + a few directives to get going, a simple configuration may look like + this: + + + + Or, if you prefer to not be prompted every time you log in: + + + + For a full explanation of possible configuration values, see the + Configuration Section of this document. + + Instead of manually editing config.inc.php, you can use the Setup + Script. First you must manually create a folder config in the + phpMyAdmin directory. This is a security measure. On a Linux/Unix + system you can use the following commands: + + cd phpMyAdmin + mkdir config # create directory for saving + chmod o+rw config # give it world writable permissions + + And to edit an existing configuration, copy it over first: + + cp config.inc.php config/ # copy current configuration for editing + chmod o+w config/config.inc.php # give it world writable permissions + + On other platforms, simply create the folder and ensure that your web + server has read and write access to it. FAQ 1.26 can help with this. + + Next, open setup/ in your browser. Note that changes are not saved to + disk until explicitly choose Save from the Configuration area of the + screen. Normally the script saves the new config.inc.php to the config/ + directory, but if the webserver does not have the proper permissions + you may see the error "Cannot load or save configuration." Ensure that + the config/ directory exists and has the proper permissions - or use + the Download link to save the config file locally and upload (via FTP + or some similar means) to the proper location. + + Once the file has been saved, it must be moved out of the config/ + directory and the permissions must be reset, again as a security + measure: + + mv config/config.inc.php . # move file to current directory + chmod o-rw config.inc.php # remove world read and write permissions + rm -rf config # remove not needed directory + + Now the file is ready to be used. You can choose to review or edit the + file with your favorite editor, if you prefer to set some advanced + options which the setup script does not provide. + 5. If you are using the auth_type "config", it is suggested that you protect + the phpMyAdmin installation directory because using config does not require + a user to enter a password to access the phpMyAdmin installation. Use of an + alternate authentication method is recommended, for example with HTTP?AUTH + in a .htaccess file or switch to using auth_type cookie or http. See the + multi?user sub?section of this FAQ for additional information, especially + FAQ 4.4. + 6. Open the main phpMyAdmin directory in your browser. phpMyAdmin should now + display a welcome screen and your databases, or a login dialog if using + HTTP or cookie authentication mode. + 7. You should deny access to the ./libraries and ./setup/lib subfolders in + your webserver configuration. For Apache you can use supplied .htaccess + file in that folder, for other webservers, you should configure this + yourself. Such configuration prevents from possible path exposure and cross + side scripting vulnerabilities that might happen to be found in that code. + 8. It is generally good idea to protect public phpMyAdmin installation against + access by robots as they usually can not do anything good there. You can do + this using robots.txt file in root of your webserver or limit access by web + server configuration. You can find example .htaccess file which can help + you achieve this in contrib directory in phpMyAdmin. + +phpMyAdmin configuration storage + +For a whole set of new features (bookmarks, comments, SQL-history, tracking +mechanism, PDF-generation, column contents transformation, etc.) you need to +create a set of special tables. Those tables can be located in your own +database, or in a central database for a multi-user installation (this database +would then be accessed by the controluser, so no other user should have rights +to it). + +Please look at your ./scripts/ directory, where you should find a file called +create_tables.sql. (If you are using a Windows server, pay special attention to +FAQ 1.23). + +If you already had this infrastructure and upgraded to MySQL 4.1.2 or newer, +please use ./scripts/upgrade_tables_mysql_4_1_2+.sql and then create new tables +by importing ./scripts/create_tables.sql. + +You can use your phpMyAdmin to create the tables for you. Please be aware that +you may need special (administrator) privileges to create the database and +tables, and that the script may need some tuning, depending on the database +name. + +After having imported the ./scripts/create_tables.sql file, you should specify +the table names in your ./config.inc.php file. The directives used for that can +be found in the Configuration section. You will also need to have a controluser +with the proper rights to those tables (see section Using authentication modes +below). + +Upgrading from an older version + +Simply copy ./config.inc.php from your previous installation into the newly +unpacked one. Configuration files from old versions may require some tweaking +as some options have been changed or removed; in particular, the definition of +$cfg['AttributeTypes'] has changed so you better remove it from your file and +just use the default one. For compatibility with PHP 6, remove a +set_magic_quotes_runtime(0); statement that you might find near the end of your +configuration file. + +You should not copy libraries/config.default.php over config.inc.php because +the default configuration file is version-specific. + +If you have upgraded your MySQL server from a version previous to 4.1.2 to +version 5.x or newer and if you use the phpMyAdmin configuration storage, you +should run the SQL script found in scripts/upgrade_tables_mysql_4_1_2+.sql. + +Using authentication modes + + * HTTP and cookie authentication modes are recommended in a multi-user + environment where you want to give users access to their own database and + don't want them to play around with others. + Nevertheless be aware that MS Internet Explorer seems to be really buggy + about cookies, at least till version 6. + Even in a single-user environment, you might prefer to use HTTP or cookie + mode so that your user/password pair are not in clear in the configuration + file. + * HTTP and cookie authentication modes are more secure: the MySQL login + information does not need to be set in the phpMyAdmin configuration file + (except possibly for the controluser). + However, keep in mind that the password travels in plain text, unless you + are using the HTTPS protocol. + In cookie mode, the password is stored, encrypted with the blowfish + algorithm, in a temporary cookie. + * Note: this section is only applicable if your MySQL server is running with + --skip-show-database. + + For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that has only + the SELECT privilege on the `mysql`.`user` (all columns except `Password`), + `mysql`.`db` (all columns), `mysql`.`host` (all columns) and `mysql`. + `tables_priv` (all columns except `Grantor` and `Timestamp`) tables. + You must specify the details for the controluser in the config.inc.php file + under the $cfg['Servers'][$i]['controluser'] and $cfg['Servers'][$i] + ['controlpass'] settings. + The following example assumes you want to use pma as the controluser and + pmapass as the controlpass, but this is only an example: use something else + in your file! Input these statements from the phpMyAdmin SQL Query window + or mysql command?line client. + Of course you have to replace localhost with the webserver's host if it's + not the same as the MySQL server's one. + + GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass'; + GRANT SELECT ( + Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv, + Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv, + File_priv, Grant_priv, References_priv, Index_priv, Alter_priv, + Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv, + Execute_priv, Repl_slave_priv, Repl_client_priv + ) ON mysql.user TO 'pma'@'localhost'; + GRANT SELECT ON mysql.db TO 'pma'@'localhost'; + GRANT SELECT ON mysql.host TO 'pma'@'localhost'; + GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv) + ON mysql.tables_priv TO 'pma'@'localhost'; + + If you want to use the many new relation and bookmark features: + + GRANT SELECT, INSERT, UPDATE, DELETE ON .* TO 'pma'@'localhost'; + + (this of course requires that your phpMyAdmin configuration storage be set + up). + * Then each of the true users should be granted a set of privileges on a set + of particular databases. Normally you shouldn't give global privileges to + an ordinary user, unless you understand the impact of those privileges (for + example, you are creating a superuser). + For example, to grant the user real_user with all privileges on the + database user_base: + + GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password'; + + What the user may now do is controlled entirely by the MySQL user + management system. + With HTTP or cookie authentication mode, you don't need to fill the user/ + password fields inside the $cfg['Servers'] array. + +'HTTP' authentication mode + + * Uses HTTP Basic authentication method and allows you to log in as any valid + MySQL user. + * Is supported with most PHP configurations. For IIS (ISAPI) support using + CGI PHP see FAQ 1.32, for using with Apache CGI see FAQ 1.35. + * See also FAQ 4.4 about not using the .htaccess mechanism along with 'HTTP' + authentication mode. + +'cookie' authentication mode + + * You can use this method as a replacement for the HTTP authentication (for + example, if you're running IIS). + * Obviously, the user must enable cookies in the browser, but this is now a + requirement for all authentication modes. + * With this mode, the user can truly log out of phpMyAdmin and log in back + with the same username. + * If you want to log in to arbitrary server see $cfg['AllowArbitraryServer'] + directive. + * As mentioned in the requirements section, having the mcrypt extension will + speed up access considerably, but is not required. + +'signon' authentication mode + + * This mode is a convenient way of using credentials from another application + to authenticate to phpMyAdmin. + * The other application has to store login information into session data. + * More details in the auth_type section. + +'config' authentication mode + + * This mode is the less secure one because it requires you to fill the $cfg + ['Servers'][$i]['user'] and $cfg['Servers'][$i]['password'] fields (and as + a result, anyone who can read your config.inc.php can discover your + username and password). + But you don't need to setup a "controluser" here: using the $cfg['Servers'] + [$i]['only_db'] might be enough. + * In the ISP FAQ section, there is an entry explaining how to protect your + configuration file. + * For additional security in this mode, you may wish to consider the Host + authentication $cfg['Servers'][$i]['AllowDeny']['order'] and $cfg + ['Servers'][$i]['AllowDeny']['rules'] configuration directives. + * Unlike cookie and http, does not require a user to log in when first + loading the phpMyAdmin site. This is by design but could allow any user to + access your installation. Use of some restriction method is suggested, + perhaps a .htaccess file with the HTTP-AUTH directive or disallowing + incoming HTTP requests at one?s router or firewall will suffice (both of + which are beyond the scope of this manual but easily searchable with + Google). + +Swekey authentication + +The Swekey is a low cost authentication USB key that can be used in web +applications. + +When Swekey authentication is activated, phpMyAdmin requires the users's Swekey +to be plugged before entering the login page (currently supported for cookie +authentication mode only). Swekey Authentication is disabled by default. + +To enable it, add the following line to config.inc.php: + +$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf'; + +You then have to create the swekey.conf file that will associate each user with +their Swekey Id. It is important to place this file outside of your web +server's document root (in the example, it is located in /etc). A self +documented sample file is provided in the contrib directory. Feel free to use +it with your own users' information. + +If you want to purchase a Swekey please visit http://phpmyadmin.net/auth_key +since this link provides funding for phpMyAdmin. + +Configuration + +Warning for Mac users: PHP does not seem to like Mac end of lines character ("\ +r"). So ensure you choose the option that allows to use the *nix end of line +character ("\n") in your text editor before saving a script you have modified. + +Configuration note: Almost all configurable data is placed in config.inc.php. +If this file does not exist, please refer to the Quick install section to +create one. This file only needs to contain the parameters you want to change +from their corresponding default value in libraries/config.default.php. + +The parameters which relate to design (like colors) are placed in themes/ +themename/layout.inc.php. You might also want to create config.footer.inc.php +and config.header.inc.php files to add your site specific code to be included +on start and end of each page. + +$cfg['PmaAbsoluteUri'] string + Sets here the complete URL (with full path) to your phpMyAdmin + installation's directory. E.g. http://www.your_web.net/ + path_to_your_phpMyAdmin_directory/. Note also that the URL on some web + servers are case?sensitive. Don?t forget the trailing slash at the end. + + Starting with version 2.3.0, it is advisable to try leaving this blank. In + most cases phpMyAdmin automatically detects the proper setting. Users of + port forwarding will need to set PmaAbsoluteUri (more info). A good test is + to browse a table, edit a row and save it. There should be an error message + if phpMyAdmin is having trouble auto?detecting the correct value. If you + get an error that this must be set or if the autodetect code fails to + detect your path, please post a bug report on our bug tracker so we can + improve the code. +$cfg['PmaNoRelation_DisableWarning'] boolean + Starting with version 2.3.0 phpMyAdmin offers a lot of features to work + with master / foreign ? tables (see $cfg['Servers'][$i]['pmadb']). + If you tried to set this up and it does not work for you, have a look on + the "Structure" page of one database where you would like to use it. You + will find a link that will analyze why those features have been disabled. + If you do not want to use those features set this variable to TRUE to stop + this message from appearing. +$cfg['SuhosinDisableWarning'] boolean + A warning is displayed on the main page if Suhosin is detected. You can set + this parameter to TRUE to stop this message from appearing. +$cfg['McryptDisableWarning'] boolean + Disable the default warning that is displayed if mcrypt is missing for + cookie authentication. You can set this parameter to TRUE to stop this + message from appearing. +$cfg['TranslationWarningThreshold'] integer + Show warning about incomplete translations on certain threshold. +$cfg['AllowThirdPartyFraming'] boolean + Setting this to true allows a page located on a different domain to call + phpMyAdmin inside a frame, and is a potential security hole allowing + cross-frame scripting attacks. +$cfg['blowfish_secret'] string + The "cookie" auth_type uses blowfish algorithm to encrypt the password. + If you are using the "cookie" auth_type, enter here a random passphrase of + your choice. It will be used internally by the blowfish algorithm: you + won?t be prompted for this passphrase. There is no maximum length for this + secret. + + Since version 3.1.0 phpMyAdmin can generate this on the fly, but it makes a + bit weaker security as this generated secret is stored in session and + furthermore it makes impossible to recall user name from cookie. +$cfg['Servers'] array + Since version 1.4.2, phpMyAdmin supports the administration of multiple + MySQL servers. Therefore, a $cfg['Servers']-array has been added which + contains the login information for the different servers. The first $cfg + ['Servers'][$i]['host'] contains the hostname of the first server, the + second $cfg['Servers'][$i]['host'] the hostname of the second server, etc. + In ./libraries/config.default.php, there is only one section for server + definition, however you can put as many as you need in ./config.inc.php, + copy that block or needed parts (you don't have to define all settings, + just those you need to change). +$cfg['Servers'][$i]['host'] string + The hostname or IP address of your $i-th MySQL-server. E.g. localhost. +$cfg['Servers'][$i]['port'] string + The port-number of your $i-th MySQL-server. Default is 3306 (leave blank). + If you use "localhost" as the hostname, MySQL ignores this port number and + connects with the socket, so if you want to connect to a port different + from the default port, use "127.0.0.1" or the real hostname in $cfg + ['Servers'][$i]['host']. +$cfg['Servers'][$i]['socket'] string + The path to the socket to use. Leave blank for default. + To determine the correct socket, check your MySQL configuration or, using + the mysql command?line client, issue the status command. Among the + resulting information displayed will be the socket used. +$cfg['Servers'][$i]['ssl'] boolean + Whether to enable SSL for connection to MySQL server. +$cfg['Servers'][$i]['connect_type'] string + What type connection to use with the MySQL server. Your options are + 'socket' and 'tcp'. It defaults to 'tcp' as that is nearly guaranteed to be + available on all MySQL servers, while sockets are not supported on some + platforms. + + To use the socket mode, your MySQL server must be on the same machine as + the Web server. +$cfg['Servers'][$i]['extension'] string + What php MySQL extension to use for the connection. Valid options are: + + mysql : The classic MySQL extension. This is the recommended and default + method at this time. + + mysqli : The improved MySQL extension. This extension became available with + php 5.0.0 and is the recommended way to connect to a server running MySQL + 4.1.x or newer. +$cfg['Servers'][$i]['compress'] boolean + Whether to use a compressed protocol for the MySQL server connection or not + (experimental). + This feature requires PHP >= 4.3.0. +$cfg['Servers'][$i]['controluser'] string + $cfg['Servers'][$i]['controlpass'] string + This special account is used for 2 distinct purposes: to make possible all + relational features (see $cfg['Servers'][$i]['pmadb']) and, for a MySQL + server running with --skip-show-database, to enable a multi-user + installation (HTTP or cookie authentication mode). + + When using HTTP or cookie authentication modes (or 'config' authentication + mode since phpMyAdmin 2.2.1), you need to supply the details of a MySQL + account that has SELECT privilege on the mysql.user (all columns except + "Password"), mysql.db (all columns) and mysql.tables_priv (all columns + except "Grantor" and "Timestamp") tables. This account is used to check + what databases the user will see at login. + Please see the install section on "Using authentication modes" for more + information. + + In phpMyAdmin versions before 2.2.5, those were called "stduser/stdpass". +$cfg['Servers'][$i]['auth_type'] string ['HTTP'|'http'|'cookie'|'config'| + 'signon'] + Whether config or cookie or HTTP or signon authentication should be used + for this server. + + 'config' authentication ($auth_type = 'config') is the plain old way: + username and password are stored in config.inc.php. + + 'cookie' authentication mode ($auth_type = 'cookie') as introduced in + 2.2.3 allows you to log in as any valid MySQL user with the help of + cookies. Username and password are stored in cookies during the session + and password is deleted when it ends. This can also allow you to log in + in arbitrary server if $cfg['AllowArbitraryServer'] enabled. + + 'HTTP' authentication (was called 'advanced' in previous versions and + can be written also as 'http') ($auth_type = 'HTTP') as introduced in + 1.3.0 allows you to log in as any valid MySQL user via HTTP-Auth. + + 'signon' authentication mode ($auth_type = 'signon') as introduced in + 2.10.0 allows you to log in from prepared PHP session data. This is + useful for implementing single signon from another application. Sample + way how to seed session is in signon example: scripts/signon.php. There + is also alternative example using OpenID - scripts/openid.php. You need + to configure session name and signon URL to use this authentication + method. + Please see the install section on "Using authentication modes" for more + information. +$cfg['Servers'][$i]['auth_http_realm'] string + When using auth_type = 'HTTP', this field allows to define a custom HTTP + Basic Auth Realm which will be displayed to the user. If not explicitly + specified in your configuration, a string combined of "phpMyAdmin " and + either $cfg['Servers'][$i]['verbose'] or $cfg['Servers'][$i]['host'] will + be used. +$cfg['Servers'][$i]['auth_swekey_config'] string + The name of the file containing Swekey ids and login names for hardware + authentication. Leave empty to deactivate this feature. +$cfg['Servers'][$i]['user'] string + $cfg['Servers'][$i]['password'] string + When using auth_type = 'config', this is the user/password-pair which + phpMyAdmin will use to connect to the MySQL server. This user/password pair + is not needed when HTTP or cookie authentication is used and should be + empty. +$cfg['Servers'][$i]['nopassword'] boolean + Allow attempt to log in without password when a login with password fails. + This can be used together with http authentication, when authentication is + done some other way and phpMyAdmin gets user name from auth and uses empty + password for connecting to MySQL. Password login is still tried first, but + as fallback, no password method is tried. +$cfg['Servers'][$i]['only_db'] string or array + If set to a (an array of) database name(s), only this (these) database(s) + will be shown to the user. Since phpMyAdmin 2.2.1, this/these database(s) + name(s) may contain MySQL wildcards characters ("_" and "%"): if you want + to use literal instances of these characters, escape them (I.E. use 'my\ + _db' and not 'my_db'). + This setting is an efficient way to lower the server load since the latter + does not need to send MySQL requests to build the available database list. + But it does not replace the privileges rules of the MySQL database server. + If set, it just means only these databases will be displayed but not that + all other databases can't be used. + + An example of using more that one database: $cfg['Servers'][$i]['only_db'] + = array('db1', 'db2'); + + As of phpMyAdmin 2.5.5 the order inside the array is used for sorting the + databases in the left frame, so that you can individually arrange your + databases. + If you want to have certain databases at the top, but don't care about the + others, you do not need to specify all other databases. Use: $cfg + ['Servers'][$i]['only_db'] = array('db3', 'db4', '*'); instead to tell + phpMyAdmin that it should display db3 and db4 on top, and the rest in + alphabetic order. +$cfg['Servers'][$i]['hide_db'] string + Regular expression for hiding some databases from unprivileged users. This + only hides them from listing, but a user is still able to access them + (using, for example, the SQL query area). To limit access, use the MySQL + privilege system. + + For example, to hide all databases starting with the letter "a", use + + $cfg['Servers'][$i]['hide_db'] = '^a'; + + and to hide both "db1" and "db2" use + + $cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$'; + + More information on regular expressions can be found in the PCRE pattern + syntax portion of the PHP reference manual. +$cfg['Servers'][$i]['verbose'] string + Only useful when using phpMyAdmin with multiple server entries. If set, + this string will be displayed instead of the hostname in the pull-down menu + on the main page. This can be useful if you want to show only certain + databases on your system, for example. For HTTP auth, all non-US-ASCII + characters will be stripped. +$cfg['Servers'][$i]['pmadb'] string + The name of the database containing the phpMyAdmin configuration storage. + + See the phpMyAdmin configuration storage section in this document to see + the benefits of this feature, and for a quick way of creating this database + and the needed tables. + + If you are the only user of this phpMyAdmin installation, you can use your + current database to store those special tables; in this case, just put your + current database name in $cfg['Servers'][$i]['pmadb']. For a multi-user + installation, set this parameter to the name of your central database + containing the phpMyAdmin configuration storage. +$cfg['Servers'][$i]['bookmarktable'] string + Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This can + be useful for queries you often run. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + enter the table name in $cfg['Servers'][$i]['bookmarktable'] +$cfg['Servers'][$i]['relation'] string + Since release 2.2.4 you can describe, in a special 'relation' table, which + column is a key in another table (a foreign key). phpMyAdmin currently uses + this to + + make clickable, when you browse the master table, the data values that + point to the foreign table; + + display in an optional tool-tip the "display column" when browsing the + master table, if you move the mouse to a column containing a foreign + key (use also the 'table_info' table); + (see FAQ 6.7) + + in edit/insert mode, display a drop-down list of possible foreign keys + (key value and "display column" are shown) + (see FAQ 6.21) + + display links on the table properties page, to check referential + integrity (display missing foreign keys) for each described key; + + in query-by-example, create automatic joins (see FAQ 6.6) + + enable you to get a PDF schema of your database (also uses the + table_coords table). + The keys can be numeric or character. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the relation table name in $cfg['Servers'][$i]['relation'] + + now as normal user open phpMyAdmin and for each one of your tables + where you want to use this feature, click "Structure/Relation view/" + and choose foreign columns. + Please note that in the current version, master_db must be the same as + foreign_db. Those columns have been put in future development of the + cross-db relations. +$cfg['Servers'][$i]['table_info'] string + Since release 2.3.0 you can describe, in a special 'table_info' table, + which column is to be displayed as a tool-tip when moving the cursor over + the corresponding key. + This configuration variable will hold the name of this special table. To + allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the table name in $cfg['Servers'][$i]['table_info'] (e.g. + 'pma_table_info') + + then for each table where you want to use this feature, click + "Structure/Relation view/Choose column to display" to choose the + column. + Usage tip: Display column. +$cfg['Servers'][$i]['table_coords'] string + $cfg['Servers'][$i]['pdf_pages'] string + Since release 2.3.0 you can have phpMyAdmin create PDF pages showing the + relations between your tables. To do this it needs two tables "pdf_pages" + (storing information about the available PDF pages) and "table_coords" + (storing coordinates where each table will be placed on a PDF schema + output). + + You must be using the "relation" feature. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the correct table names in $cfg['Servers'][$i]['table_coords'] and + $cfg['Servers'][$i]['pdf_pages'] + Usage tips: PDF output. +$cfg['Servers'][$i]['column_info'] string + Since release 2.3.0 you can store comments to describe each column for each + table. These will then be shown on the "printview". + + Starting with release 2.5.0, comments are consequently used on the table + property pages and table browse view, showing up as tool-tips above the + column name (properties page) or embedded within the header of table in + browse view. They can also be shown in a table dump. Please see the + relevant configuration directives later on. + + Also new in release 2.5.0 is a MIME-transformation system which is also + based on the following table structure. See Transformations for further + information. To use the MIME-transformation system, your column_info table + has to have the three new columns 'mimetype', 'transformation', + 'transformation_options'. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the table name in $cfg['Servers'][$i]['column_info'] (e.g. + 'pma_column_info') + + to update your PRE-2.5.0 Column_comments Table use this: + + ALTER TABLE `pma_column_comments` + ADD `mimetype` VARCHAR( 255 ) NOT NULL, + ADD `transformation` VARCHAR( 255 ) NOT NULL, + ADD `transformation_options` VARCHAR( 255 ) NOT NULL; + + and remember that the Variable in config.inc.php has been renamed from + $cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i] + ['column_info'] +$cfg['Servers'][$i]['history'] string + Since release 2.5.0 you can store your SQL history, which means all queries + you entered manually into the phpMyAdmin interface. If you don't want to + use a table-based history, you can use the JavaScript-based history. Using + that, all your history items are deleted when closing the window. + + Using $cfg['QueryHistoryMax'] you can specify an amount of history items + you want to have on hold. On every login, this list gets cut to the maximum + amount. + + The query history is only available if JavaScript is enabled in your + browser. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the table name in $cfg['Servers'][$i]['history'] (e.g. + 'pma_history') +$cfg['Servers'][$i]['tracking'] string + Since release 3.3.x a tracking mechanism is available. It helps you to + track every SQL command which is executed by phpMyAdmin. The mechanism + supports logging of data manipulation and data definition statements. After + enabling it you can create versions of tables. + + The creation of a version has two effects: + + phpMyAdmin saves a snapshot of the table, including structure and + indexes. + + phpMyAdmin logs all commands which change the structure and/or data of + the table and links these commands with the version number. + Of course you can view the tracked changes. On the "Tracking" page a + complete report is available for every version. For the report you can use + filters, for example you can get a list of statements within a date range. + When you want to filter usernames you can enter * for all names or you + enter a list of names separated by ','. In addition you can export the + (filtered) report to a file or to a temporary database. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the table name in $cfg['Servers'][$i]['tracking'] (e.g. + 'pma_tracking') +$cfg['Servers'][$i]['tracking_version_auto_create'] boolean + Whether the tracking mechanism creates versions for tables and views + automatically. Default value is false. + + If this is set to true and you create a table or view with + + CREATE TABLE ... + + CREATE VIEW ... + and no version exists for it, the mechanism will create a version for you + automatically. +$cfg['Servers'][$i]['tracking_default_statements'] string + Defines the list of statements the auto-creation uses for new versions. + Default value is + + CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE, + CREATE INDEX,DROP INDEX, + INSERT,UPDATE,DELETE,TRUNCATE,REPLACE, + CREATE VIEW,ALTER VIEW,DROP VIEW, + CREATE DATABASE,ALTER DATABASE,DROP DATABASE + +$cfg['Servers'][$i]['tracking_add_drop_view'] boolean + Whether a DROP VIEW IF EXISTS statement will be added as first line to the + log when creating a view. Default value is true. + +$cfg['Servers'][$i]['tracking_add_drop_table'] boolean + Whether a DROP TABLE IF EXISTS statement will be added as first line to the + log when creating a table. Default value is true. + +$cfg['Servers'][$i]['tracking_add_drop_database'] boolean + Whether a DROP DATABASE IF EXISTS statement will be added as first line to + the log when creating a database. Default value is true. + +$cfg['Servers'][$i]['userconfig'] string + Since release 3.4.x phpMyAdmin allows users to set most preferences by + themselves and store them in the database. + + If you don't allow for storing preferences in pmadb, users can still + personalize phpMyAdmin, but settings will be saved in browser's local + storage, or, it is is unavailable, until the end of session. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the table name in $cfg['Servers'][$i]['userconfig'] +$cfg['Servers'][$i]['designer_coords'] string + Since release 2.10.0 a Designer interface is available; it permits to + visually manage the relations. + + To allow the usage of this functionality: + + set up pmadb and the phpMyAdmin configuration storage + + put the table name in $cfg['Servers'][$i]['designer_coords'] (e.g. + 'pma_designer_coords') +$cfg['Servers'][$i]['verbose_check'] boolean + Because release 2.5.0 introduced the new MIME-transformation support, the + column_info table got enhanced with three new columns. If the above + variable is set to TRUE (default) phpMyAdmin will check if you have the + latest table structure available. If not, it will emit a warning to the + superuser. + + You can disable this checking behavior by setting the variable to false, + which should offer a performance increase. + + Recommended to set to FALSE, when you are sure, your table structure is up + to date. +$cfg['Servers'][$i]['AllowRoot'] boolean + Whether to allow root access. This is just a shortcut for the AllowDeny + rules below. +$cfg['Servers'][$i]['AllowNoPassword'] boolean + Whether to allow logins without a password. The default value of false for + this parameter prevents unintended access to a MySQL server with was left + with an empty password for root or on which an anonymous (blank) user is + defined. +$cfg['Servers'][$i]['AllowDeny']['order'] string + If your rule order is empty, then IP authorization is disabled. + + If your rule order is set to 'deny,allow' then the system applies all deny + rules followed by allow rules. Access is allowed by default. Any client + which does not match a Deny command or does match an Allow command will be + allowed access to the server. + + If your rule order is set to 'allow,deny' then the system applies all allow + rules followed by deny rules. Access is denied by default. Any client which + does not match an Allow directive or does match a Deny directive will be + denied access to the server. + + If your rule order is set to 'explicit', authorization is performed in a + similar fashion to rule order 'deny,allow', with the added restriction that + your host/username combination must be listed in the allow rules, and not + listed in the deny rules. This is the most secure means of using Allow/Deny + rules, and was available in Apache by specifying allow and deny rules + without setting any order. + + Please also see $cfg['TrustedProxies'] for detecting IP address behind + proxies. +$cfg['Servers'][$i]['AllowDeny']['rules'] array of strings + The general format for the rules is as such: + + <'allow' | 'deny'> [from] + + If you wish to match all users, it is possible to use a '%' as a wildcard + in the username field. + There are a few shortcuts you can use in the ipmask field as well (please + note that those containing SERVER_ADDRESS might not be available on all + webservers): + + 'all' -> 0.0.0.0/0 + 'localhost' -> 127.0.0.1/8 + 'localnetA' -> SERVER_ADDRESS/8 + 'localnetB' -> SERVER_ADDRESS/16 + 'localnetC' -> SERVER_ADDRESS/24 + + Having an empty rule list is equivalent to either using 'allow % from all' + if your rule order is set to 'deny,allow' or 'deny % from all' if your rule + order is set to 'allow,deny' or 'explicit'. + + For the IP matching system, the following work: + xxx.xxx.xxx.xxx (an exact IP address) + xxx.xxx.xxx.[yyy-zzz] (an IP address range) + xxx.xxx.xxx.xxx/nn (CIDR, Classless Inter-Domain Routing type IP addresses) + But the following does not work: + xxx.xxx.xxx.xx[yyy-zzz] (partial IP address range) + Also IPv6 addresses are not supported. +$cfg['Servers'][$i]['DisableIS'] boolean + Disable using INFORMATION_SCHEMA to retrieve information (use SHOW commands + instead), because of speed issues when many databases are present. + Currently used in some parts of the code, more to come. +$cfg['Servers'][$i]['ShowDatabasesCommand'] string + On a server with a huge number of databases, the default SHOW DATABASES + command used to fetch the name of available databases will probably be too + slow, so it can be replaced by faster commands (see libraries/ + config.default.php for examples). +$cfg['Servers'][$i]['CountTables'] boolean + Whether to count the number of tables for each database when preparing the + list of databases for the navigation frame. +$cfg['Servers'][$i]['SignonSession'] string + Name of session which will be used for signon authentication method. +$cfg['Servers'][$i]['SignonURL'] string + URL where user will be redirected to log in for signon authentication + method. Should be absolute including protocol. +$cfg['Servers'][$i]['LogoutURL'] string + URL where user will be redirected after logout (doesn't affect config + authentication method). Should be absolute including protocol. +$cfg['ServerDefault'] integer + If you have more than one server configured, you can set $cfg + ['ServerDefault'] to any one of them to autoconnect to that server when + phpMyAdmin is started, or set it to 0 to be given a list of servers without + logging in. + If you have only one server configured, $cfg['ServerDefault'] MUST be set + to that server. +$cfg['AjaxEnable'] boolean + Defines whether to refresh only parts of certain pages using Ajax + techniques. Applies only where a non-Ajax behavior is possible; for + example, the Designer feature is Ajax-only so this directive does not apply + to it. +$cfg['VersionCheck'] boolean + Enables check for latest versions using javascript on main phpMyAdmin page. +$cfg['MaxDbList'] integer + The maximum number of database names to be displayed in the navigation + frame and the database list. +$cfg['MaxTableList'] integer + The maximum number of table names to be displayed in the main panel's list + (except on the Export page). This limit is also enforced in the navigation + panel when in Light mode. +$cfg['MaxCharactersInDisplayedSQL'] integer + The maximum number of characters when a SQL query is displayed. The default + limit of 1000 should be correct to avoid the display of tons of hexadecimal + codes that represent BLOBs, but some users have real SQL queries that are + longer than 1000 characters. Also, if a query's length exceeds this limit, + this query is not saved in the history. +$cfg['OBGzip'] string/boolean + Defines whether to use GZip output buffering for increased speed in HTTP + transfers. + Set to true/false for enabling/disabling. When set to 'auto' (string), + phpMyAdmin tries to enable output buffering and will automatically disable + it if your browser has some problems with buffering. IE6 with a certain + patch is known to cause data corruption when having enabled buffering. +$cfg['PersistentConnections'] boolean + Whether persistent connections should be used or not (mysql_connect or + mysql_pconnect). +$cfg['ForceSSL'] boolean + Whether to force using https while accessing phpMyAdmin. +$cfg['ExecTimeLimit'] integer [number of seconds] + Set the number of seconds a script is allowed to run. If seconds is set to + zero, no time limit is imposed. + This setting is used while importing/exporting dump files and in the + Synchronize feature but has no effect when PHP is running in safe mode. +$cfg['SessionSavePath'] string + Path for storing session data (session_save_path PHP parameter). +$cfg['MemoryLimit'] string [number of bytes] + Set the number of bytes a script is allowed to allocate. If set to zero, no + limit is imposed. + This setting is used while importing/exporting dump files and at some other + places in phpMyAdmin so you definitely don't want to put here a too low + value. It has no effect when PHP is running in safe mode. + You can also use any string as in php.ini, eg. '16M'. Ensure you don't omit + the suffix (16 means 16 bytes!) +$cfg['SkipLockedTables'] boolean + Mark used tables and make it possible to show databases with locked tables + (since MySQL 3.23.30). +$cfg['ShowSQL'] boolean + Defines whether SQL queries generated by phpMyAdmin should be displayed or + not. +$cfg['AllowUserDropDatabase'] boolean + Defines whether normal users (non-administrator) are allowed to delete + their own database or not. If set as FALSE, the link "Drop Database" will + not be shown, and even a "DROP DATABASE mydatabase" will be rejected. Quite + practical for ISP's with many customers. + Please note that this limitation of SQL queries is not as strict as when + using MySQL privileges. This is due to nature of SQL queries which might be + quite complicated. So this choice should be viewed as help to avoid + accidental dropping rather than strict privilege limitation. +$cfg['Confirm'] boolean + Whether a warning ("Are your really sure...") should be displayed when + you're about to lose data. +$cfg['LoginCookieRecall'] boolean + Define whether the previous login should be recalled or not in cookie + authentication mode. + + This is automatically disabled if you do not have configured $cfg + ['blowfish_secret']. +$cfg['LoginCookieValidity'] integer [number of seconds] + Define how long is login cookie valid. Please note that php configuration + option session.gc_maxlifetime might limit session validity and if session + is lost, login cookie is also invalidated. So it is a good idea to set + session.gc_maxlifetime not lower than the value of $cfg + ['LoginCookieValidity']. +$cfg['LoginCookieStore'] integer [number of seconds] + Define how long login cookie should be stored in browser. Default 0 means + that it will be kept for existing session. This is recommended for not + trusted environments. +$cfg['LoginCookieDeleteAll'] boolean + If enabled (default), logout deletes cookies for all servers, otherwise + only for current one. Setting this to false makes it easy to forget to log + out from other server, when you are using more of them. +$cfg['UseDbSearch'] boolean + Define whether the "search string inside database" is enabled or not. +$cfg['IgnoreMultiSubmitErrors'] boolean + Define whether phpMyAdmin will continue executing a multi-query statement + if one of the queries fails. Default is to abort execution. +$cfg['VerboseMultiSubmit'] boolean + Define whether phpMyAdmin will output the results of each query of a + multi-query statement embedded into the SQL output as inline comments. + Defaults to TRUE. +$cfg['AllowArbitraryServer'] boolean + If enabled, allows you to log in to arbitrary servers using cookie auth and + permits to specify servers of your choice in the Synchronize dialog. + + NOTE: Please use this carefully, as this may allow users access to MySQL + servers behind the firewall where your HTTP server is placed. +$cfg['Error_Handler']['display'] boolean + Whether to display errors from PHP or not. +$cfg['Error_Handler']['gather'] boolean + Whether to gather errors from PHP or not. +$cfg['LeftFrameLight'] boolean + Defines whether to use a select-based menu and display only the current + tables in the left frame (smaller page). Only in Non-Lightmode you can use + the feature to display nested folders using $cfg['LeftFrameTableSeparator'] +$cfg['LeftFrameDBTree'] boolean + In light mode, defines whether to display the names of databases (in the + selector) using a tree, see also $cfg['LeftFrameDBSeparator']. +$cfg['LeftFrameDBSeparator'] string or array + The string used to separate the parts of the database name when showing + them in a tree. Alternatively you can specify more strings in an array and + all of them will be used as a separator. +$cfg['LeftFrameTableSeparator'] string + Defines a string to be used to nest table spaces. Defaults to '__'. This + means if you have tables like 'first__second__third' this will be shown as + a three-level hierarchy like: first > second > third. If set to FALSE or + empty, the feature is disabled. NOTE: You should not use this separator at + the beginning or end of a table name or multiple times after another + without any other characters in between. +$cfg['LeftFrameTableLevel'] string + Defines how many sublevels should be displayed when splitting up tables by + the above separator. +$cfg['ShowTooltip'] boolean + Defines whether to display table comment as tool-tip in left frame or not. +$cfg['ShowTooltipAliasDB'] boolean + If tool-tips are enabled and a DB comment is set, this will flip the + comment and the real name. That means that if you have a table called + 'user0001' and add the comment 'MyName' on it, you will see the name + 'MyName' used consequently in the left frame and the tool-tip shows the + real name of the DB. +$cfg['ShowTooltipAliasTB'] boolean/string + Same as $cfg['ShowTooltipAliasDB'], except this works for table names. When + setting this to 'nested', the Alias of the Tablename is only used to split/ + nest the tables according to the $cfg['LeftFrameTableSeparator'] directive. + So only the folder is called like the Alias, the tablename itself stays the + real tablename. +$cfg['LeftDisplayLogo'] boolean + Defines whether or not to display the phpMyAdmin logo at the top of the + left frame. Defaults to TRUE. +$cfg['LeftLogoLink'] string + Enter URL where logo in the navigation frame will point to. For use + especially with self made theme which changes this. The default value for + this is main.php. +$cfg['LeftLogoLinkWindow'] string + Whether to open the linked page in the main window (main) or in a new one + (new). Note: use new if you are linking to phpmyadmin.net. +$cfg['LeftDisplayTableFilterMinimum'] integer + Defines the minimum number of tables to display a JavaScript filter box + above the list of tables in the left frame. Defaults to 30. To disable the + filter completely some high number can he used (e.g. 9999) +$cfg['LeftDisplayServers'] boolean + Defines whether or not to display a server choice at the top of the left + frame. Defaults to FALSE. +$cfg['DisplayServersList'] boolean + Defines whether to display this server choice as links instead of in a + drop-down. Defaults to FALSE (drop-down). +$cfg['DisplayDatabasesList'] boolean or text + Defines whether to display database choice in light navigation frame as + links instead of in a drop-down. Defaults to 'auto' - on main page list is + shown, when database is selected, only drop down is displayed. +$cfg['LeftDefaultTabTable'] string + Defines the tab displayed by default when clicking the small icon next to + each table name in the navigation panel. Possible values: + "tbl_structure.php", "tbl_sql.php", "tbl_select.php", "tbl_change.php" or + "sql.php". +$cfg['ShowStats'] boolean + Defines whether or not to display space usage and statistics about + databases and tables. + Note that statistics requires at least MySQL 3.23.3 and that, at this date, + MySQL doesn't return such information for Berkeley DB tables. +$cfg['ShowServerInfo'] boolean + Defines whether to display detailed server information on main page. You + can additionally hide more information by using $cfg['Servers'][$i] + ['verbose']. +$cfg['ShowPhpInfo'] boolean + $cfg['ShowChgPassword'] boolean + $cfg['ShowCreateDb'] boolean + Defines whether to display the "PHP information" and "Change password " + links and form for creating database or not at the starting main (right) + frame. This setting does not check MySQL commands entered directly. + + Please note that to block the usage of phpinfo() in scripts, you have to + put this in your php.ini: + + disable_functions = phpinfo() + + Also note that enabling the "Change password " link has no effect with + "config" authentication mode: because of the hard coded password value in + the configuration file, end users can't be allowed to change their + passwords. +$cfg['SuggestDBName'] boolean + Defines whether to suggest a database name on the "Create Database" form or + to keep the textfield empty. +$cfg['NavigationBarIconic'] string + Defines whether navigation bar buttons and the right panel top menu contain + text or symbols only. A value of TRUE displays icons, FALSE displays text + and 'both' displays both icons and text. +$cfg['ShowAll'] boolean + Defines whether a user should be displayed a "show all (records)" button in + browse mode or not. +$cfg['MaxRows'] integer + Number of rows displayed when browsing a result set. If the result set + contains more rows, "Previous" and "Next" links will be shown. +$cfg['Order'] string [DESC|ASC|SMART] + Defines whether columns are displayed in ascending (ASC) order, in + descending (DESC) order or in a "smart" (SMART) order - I.E. descending + order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending + order else- by default. +$cfg['DisplayBinaryAsHex'] boolean + Defines whether the "Show binary contents as HEX" browse option is ticked + by default. +$cfg['ProtectBinary'] boolean or string + Defines whether BLOB or BINARY columns are protected from editing when + browsing a table's content. Valid values are: + + FALSE to allow editing of all columns; + + 'blob' to allow editing of all columns except BLOBS; + + 'all' to disallow editing of all BINARY or BLOB columns. +$cfg['ShowFunctionFields'] boolean + Defines whether or not MySQL functions fields should be initially displayed + in edit/insert mode. Since version 2.10, the user can toggle this setting + from the interface. +$cfg['ShowFieldTypesInDataEditView'] boolean + Defines whether or not type fields should be initially displayed in edit/ + insert mode. The user can toggle this setting from the interface. +$cfg['CharEditing'] string + Defines which type of editing controls should be used for CHAR and VARCHAR + columns. Possible values are: + + input - this allows to limit size of text to size of columns in MySQL, + but has problems with newlines in columns + + textarea - no problems with newlines in columns, but also no length + limitations + Default is old behavior so input. +$cfg['InsertRows'] integer + Defines the maximum number of concurrent entries for the Insert page. +$cfg['ForeignKeyMaxLimit'] integer + If there are fewer items than this in the set of foreign keys, then a + drop-down box of foreign keys is presented, in the style described by the + $cfg['ForeignKeyDropdownOrder'] setting. +$cfg['ForeignKeyDropdownOrder'] array + For the foreign key drop-down fields, there are several methods of display, + offering both the key and value data. The contents of the array should be + one or both of the following strings: 'content-id', 'id-content'. +$cfg['ZipDump'] boolean + $cfg['GZipDump'] boolean + $cfg['BZipDump'] boolean + Defines whether to allow the use of zip/GZip/BZip2 compression when + creating a dump file +$cfg['CompressOnFly'] boolean + Defines whether to allow on the fly compression for GZip/BZip2 compressed + exports. This doesn't affect smaller dumps and allows users to create + larger dumps that won't otherwise fit in memory due to php memory limit. + Produced files contain more GZip/BZip2 headers, but all normal programs + handle this correctly. +$cfg['LightTabs'] boolean + If set to TRUE, use less graphically intense tabs on the top of the + mainframe. +$cfg['PropertiesIconic'] string + If set to TRUE, will display icons instead of text for db and table + properties links (like 'Browse', 'Select', 'Insert', ...). + Can be set to 'both' if you want icons AND text. + When set to FALSE, will only show text. +$cfg['PropertiesNumColumns'] integer + How many columns will be utilized to display the tables on the database + property view? Default is 1 column. When setting this to a value larger + than 1, the type of the database will be omitted for more display space. +$cfg['DefaultTabServer'] string + Defines the tab displayed by default on server view. Possible values: + "main.php" (recommended for multi-user setups), "server_databases.php", + "server_status.php", "server_variables.php", "server_privileges.php" or + "server_processlist.php". +$cfg['DefaultTabDatabase'] string + Defines the tab displayed by default on database view. Possible values: + "db_structure.php", "db_sql.php" or "db_search.php". +$cfg['DefaultTabTable'] string + Defines the tab displayed by default on table view. Possible values: + "tbl_structure.php", "tbl_sql.php", "tbl_select.php", "tbl_change.php" or + "sql.php". +$cfg['MySQLManualBase'] string + If set to an URL which points to the MySQL documentation (type depends on + $cfg['MySQLManualType']), appropriate help links are generated. + See MySQL Documentation page for more information about MySQL manuals and + their types. +$cfg['MySQLManualType'] string + Type of MySQL documentation: + + viewable - "viewable online", current one used on MySQL website + + searchable - "Searchable, with user comments" + + chapters - "HTML, one page per chapter" + + big - "HTML, all on one page" + + none - do not show documentation links +$cfg['DefaultLang'] string + Defines the default language to use, if not browser-defined or + user-defined. + The corresponding language file needs to be in locale/code/LC_MESSAGES/ + phpmyadmin.mo. +$cfg['DefaultConnectionCollation'] string + Defines the default connection collation to use, if not user-defined. + See the MySQL documentation for list of possible values. +$cfg['Lang'] string + Force language to use. + The corresponding language file needs to be in locale/code/LC_MESSAGES/ + phpmyadmin.mo. +$cfg['FilterLanguages'] string + Limit list of available languages to those matching the given regular + expression. For example if you want only Czech and English, you should set + filter to '^(cs|en)'. +$cfg['RecodingEngine'] string + You can select here which functions will be used for character set + conversion. Possible values are: + + auto - automatically use available one (first is tested iconv, then + recode) + + iconv - use iconv or libiconv functions + + recode - use recode_string function + + none - disable encoding conversion + Default is auto. + Enabled charset conversion activates a pull-down menu in the Export and + Import pages, to choose the character set when exporting a file. The + default value in this menu comes from $cfg['Export']['charset'] and $cfg + ['Import']['charset']. +$cfg['IconvExtraParams'] string + Specify some parameters for iconv used in charset conversion. See iconv + documentation for details. By default //TRANSLIT is used, so that invalid + characters will be transliterated. +$cfg['AvailableCharsets'] array + Available character sets for MySQL conversion. You can add your own (any of + supported by recode/iconv) or remove these which you don't use. Character + sets will be shown in same order as here listed, so if you frequently use + some of these move them to the top. +$cfg['TrustedProxies'] array + Lists proxies and HTTP headers which are trusted for IP Allow/Deny. This + list is by default empty, you need to fill in some trusted proxy servers if + you want to use rules for IP addresses behind proxy. + + The following example specifies that phpMyAdmin should trust a + HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy + 1.2.3.4: + + $cfg['TrustedProxies'] = + array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR'); + + The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the client's + IP address as usual. +$cfg['GD2Available'] string + Specifies whether GD >= 2 is available. If yes it can be used for MIME + transformations. + Possible values are: + + auto - automatically detect, this is a bit expensive operation for php + < 4.3.0 so it is preferred to change this according to your server real + possibilities + + yes - GD 2 functions can be used + + no - GD 2 function cannot be used + Default is auto. +$cfg['CheckConfigurationPermissions'] boolean + We normally check the permissions on the configuration file to ensure it's + not world writable. However, phpMyAdmin could be installed on a NTFS + filesystem mounted on a non-Windows server, in which case the permissions + seems wrong but in fact cannot be detected. In this case a sysadmin would + set this parameter to FALSE. Default is TRUE. +$cfg['LinkLengthLimit'] integer + Limit for length of URL in links. When length would be above this limit, it + is replaced by form with button. This is required as some web servers (IIS) + have problems with long URLs. Default is 1000. +$cfg['NaviWidth'] integer + Navi frame width in pixels. See themes/themename/layout.inc.php. +$cfg['NaviBackground'] string [CSS color for background] + $cfg['MainBackground'] string [CSS color for background] + The background styles used for both the frames. See themes/themename/ + layout.inc.php. +$cfg['NaviPointerBackground'] string [CSS color for background] + $cfg['NaviPointerColor'] string [CSS color] + The style used for the pointer in the navi frame. See themes/themename/ + layout.inc.php. +$cfg['LeftPointerEnable'] boolean + A value of TRUE activates the navi pointer (when LeftFrameLight is FALSE). +$cfg['Border'] integer + The size of a table's border. See themes/themename/layout.inc.php. +$cfg['ThBackground'] string [CSS color for background] + $cfg['ThColor'] string [CSS color] + The style used for table headers. See themes/themename/layout.inc.php. +$cfg['BgOne'] string [CSS color] + The color (HTML) #1 for table rows. See themes/themename/layout.inc.php. +$cfg['BgTwo'] string [CSS color] + The color (HTML) #2 for table rows. See themes/themename/layout.inc.php. +$cfg['BrowsePointerBackground'] string [CSS color] + $cfg['BrowsePointerColor'] string [CSS color] + $cfg['BrowseMarkerBackground'] string [CSS color] + $cfg['BrowseMarkerColor'] string [CSS color] + The colors (HTML) uses for the pointer and the marker in browse mode. + The former feature highlights the row over which your mouse is passing and + the latter lets you visually mark/unmark rows by clicking on them. + Highlighting / marking a column is done by hovering over / clicking the + column's header (outside of the text). + See themes/themename/layout.inc.php. +$cfg['FontFamily'] string + You put here a valid CSS font family value, for example arial, sans-serif. + See themes/themename/layout.inc.php. +$cfg['FontFamilyFixed'] string + You put here a valid CSS font family value, for example monospace. This one + is used in textarea. + See themes/themename/layout.inc.php. +$cfg['BrowsePointerEnable'] boolean + Whether to activate the browse pointer or not. +$cfg['BrowseMarkerEnable'] boolean + Whether to activate the browse marker or not. +$cfg['TextareaCols'] integer + $cfg['TextareaRows'] integer + $cfg['CharTextareaCols'] integer + $cfg['CharTextareaRows'] integer + Number of columns and rows for the textareas. + This value will be emphasized (*2) for SQL query textareas and (*1.25) for + SQL textareas inside the query window. + The Char* values are used for CHAR and VARCHAR editing (if configured via + $cfg['CharEditing']). +$cfg['LongtextDoubleTextarea'] boolean + Defines whether textarea for LONGTEXT columns should have double size. +$cfg['TextareaAutoSelect'] boolean + Defines if the whole textarea of the query box will be selected on click. +$cfg['LimitChars'] integer + Maximum number of characters shown in any non-numeric field on browse view. + Can be turned off by a toggle button on the browse page. +$cfg['ModifyDeleteAtLeft'] boolean $cfg['ModifyDeleteAtRight'] boolean + Defines the place where table row links (Edit, Inline edit, Copy, Delete) + would be put when tables contents are displayed (you may have them + displayed both at the left and at the right). "Left" and "right" are parsed + as "top" and "bottom" with vertical display mode. +$cfg['DefaultDisplay'] string + There are 3 display modes: horizontal, horizontalflipped and vertical. + Define which one is displayed by default. The first mode displays each row + on a horizontal line, the second rotates the headers by 90 degrees, so you + can use descriptive headers even though columns only contain small values + and still print them out. The vertical mode sorts each row on a vertical + lineup. +$cfg['HeaderFlipType'] string + The HeaderFlipType can be set to 'auto', 'css' or 'fake'. When using 'css' + the rotation of the header for horizontalflipped is done via CSS. The CSS + transformation currently works only in Internet Explorer.If set to 'fake' + PHP does the transformation for you, but of course this does not look as + good as CSS. The 'auto' option enables CSS transformation when browser + supports it and use PHP based one otherwise. +$cfg['DefaultPropDisplay'] string or integer + When editing/creating new columns in a table all fields normally get lined + up one field a line. (default: 'horizontal'). If you set this to 'vertical' + you can have each field lined up vertically beneath each other. You can + save up a lot of place on the horizontal direction and no longer have to + scroll. If you set this to integer, editing of fewer columns will appear in + 'vertical' mode, while editing of more columns still in 'horizontal' mode. + This way you can still effectively edit large number of columns, while + having full view on few of them. +$cfg['ShowBrowseComments'] boolean + $cfg['ShowPropertyComments'] boolean + By setting the corresponding variable to TRUE you can enable the display of + column comments in Browse or Property display. In browse mode, the comments + are shown inside the header. In property mode, comments are displayed using + a CSS-formatted dashed-line below the name of the column. The comment is + shown as a tool-tip for that column. +$cfg['SQLQuery']['Edit'] boolean + Whether to display an edit link to change a query in any SQL Query box. +$cfg['SQLQuery']['Explain'] boolean + Whether to display a link to explain a SELECT query in any SQL Query box. +$cfg['SQLQuery']['ShowAsPHP'] boolean + Whether to display a link to wrap a query in PHP code in any SQL Query box. +$cfg['SQLQuery']['Validate'] boolean + Whether to display a link to validate a query in any SQL Query box. See + also $cfg_SQLValidator. +$cfg['SQLQuery']['Refresh'] boolean + Whether to display a link to refresh a query in any SQL Query box. +$cfg['UploadDir'] string + The name of the directory where SQL files have been uploaded by other means + than phpMyAdmin (for example, ftp). Those files are available under a + drop-down box when you click the database or table name, then the Import + tab. + + If you want different directory for each user, %u will be replaced with + username. + + Please note that the file names must have the suffix ".sql" (or ".sql.bz2" + or ".sql.gz" if support for compressed formats is enabled). + + This feature is useful when your file is too big to be uploaded via HTTP, + or when file uploads are disabled in PHP. + + Please note that if PHP is running in safe mode, this directory must be + owned by the same user as the owner of the phpMyAdmin scripts. + + See also FAQ 1.16 for alternatives. +$cfg['SaveDir'] string + The name of the directory where dumps can be saved. + + If you want different directory for each user, %u will be replaced with + username. + + Please note that the directory must exist and has to be writable for the + user running webserver. + + Please note that if PHP is running in safe mode, this directory must be + owned by the same user as the owner of the phpMyAdmin scripts. +$cfg['TempDir'] string + The name of the directory where temporary files can be stored. + + This is needed to work around limitations of open_basedir for uploaded + files, see FAQ 1.11. + + If the directory where phpMyAdmin is installed is subject to an + open_basedir restriction, you need to create a temporary directory in some + directory accessible by the web server. However for security reasons, this + directory should be outside the tree published by webserver. If you cannot + avoid having this directory published by webserver, place at least an empty + index.html file there, so that directory listing is not possible. + + This directory should have as strict permissions as possible as the only + user required to access this directory is the one who runs the webserver. + If you have root privileges, simply make this user owner of this directory + and make it accessible only by it: + + + chown www-data:www-data tmp + chmod 700 tmp + + If you cannot change owner of the directory, you can achieve a similar + setup using ACL: + + chmod 700 tmp + setfacl -m "g:www-data:rwx" tmp + setfacl -d -m "g:www-data:rwx" tmp + + If neither of above works for you, you can still make the directory chmod + 777, but it might impose risk of other users on system reading and writing + data in this directory. +$cfg['Export'] array + In this array are defined default parameters for export, names of items are + similar to texts seen on export page, so you can easily identify what they + mean. +$cfg['Export']['method'] string + Defines how the export form is displayed when it loads. Valid values are: + + quick to display the minimum number of options to configure + + custom to display every available option to configure + + custom-no-form same as custom but does not display the option of using + quick export +$cfg['Import'] array + In this array are defined default parameters for import, names of items are + similar to texts seen on import page, so you can easily identify what they + mean. +$cfg['RepeatCells'] integer + Repeat the headers every X cells, or 0 to deactivate. +$cfg['EditInWindow'] boolean + $cfg['QueryWindowWidth'] integer + $cfg['QueryWindowHeight'] integer + $cfg['QueryHistoryDB'] boolean + $cfg['QueryWindowDefTab'] string + $cfg['QueryHistoryMax'] integer + All those variables affect the query window feature. A SQL link or icon is + always displayed on the left panel. If JavaScript is enabled in your + browser, a click on this opens a distinct query window, which is a direct + interface to enter SQL queries. Otherwise, the right panel changes to + display a query box. + + The size of this query window can be customized with $cfg + ['QueryWindowWidth'] and $cfg['QueryWindowHeight'] - both integers for the + size in pixels. Note that normally, those parameters will be modified in + layout.inc.php for the theme you are using. + + If $cfg['EditInWindow'] is set to true, a click on [Edit] from the results + page (in the "Showing Rows" section) opens the query window and puts the + current query inside it. If set to false, clicking on the link puts the SQL + query in the right panel's query box. + + The usage of the JavaScript query window is recommended if you have a + JavaScript enabled browser. Basic functions are used to exchange quite a + few variables, so most 4th generation browsers should be capable to use + that feature. It currently is only tested with Internet Explorer 6 and + Mozilla 1.x. + + If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged to a + table, which has to be created by you (see $cfg['Servers'][$i]['history']). + If set to FALSE, all your queries will be appended to the form, but only as + long as your window is opened they remain saved. + + When using the JavaScript based query window, it will always get updated + when you click on a new table/db to browse and will focus if you click on + "Edit SQL" after using a query. You can suppress updating the query window + by checking the box "Do not overwrite this query from outside the window" + below the query textarea. Then you can browse tables/databases in the + background without losing the contents of the textarea, so this is + especially useful when composing a query with tables you first have to look + in. The checkbox will get automatically checked whenever you change the + contents of the textarea. Please uncheck the button whenever you definitely + want the query window to get updated even though you have made alterations. + + If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of + saved history items using $cfg['QueryHistoryMax']. + + The query window also has a custom tabbed look to group the features. Using + the variable $cfg['QueryWindowDefTab'] you can specify the default tab to + be used when opening the query window. It can be set to either 'sql', + 'files', 'history' or 'full'. +$cfg['BrowseMIME'] boolean + Enable MIME-transformations. +$cfg['MaxExactCount'] integer + For InnoDB tables, determines for how large tables phpMyAdmin should get + the exact row count using SELECT COUNT. If the approximate row count as + returned by SHOW TABLE STATUS is smaller than this value, SELECT COUNT will + be used, otherwise the approximate count will be used. +$cfg['MaxExactCountViews'] integer + For VIEWs, since obtaining the exact count could have an impact on + performance, this value is the maximum to be displayed, using a SELECT + COUNT ... LIMIT. The default value of 0 bypasses any row counting. +$cfg['NaturalOrder'] boolean + Sorts database and table names according to natural order (for example, t1, + t2, t10). Currently implemented in the left panel (Light mode) and in + Database view, for the table list. +$cfg['InitialSlidersState'] string + If set to 'closed', the visual sliders are initially in a closed state. A + value of 'open' does the reverse. To completely disable all visual sliders, + use 'disabled'. +$cfg['UserprefsDisallow'] array + Contains names of configuration options (keys in $cfg array) that users + can't set through user preferences. For possible values, refer to libraries + /config/user_preferences.forms.php. +$cfg['TitleTable'] string +$cfg['TitleDatabase'] string +$cfg['TitleServer'] string +$cfg['TitleDefault'] string + Allows you to specify window's title bar. You can use format string + expansion. +$cfg['ErrorIconic'] boolean + Uses icons for warnings, errors and informations. +$cfg['MainPageIconic'] boolean + Uses icons on main page in lists and menu tabs. +$cfg['ReplaceHelpImg'] boolean + Shows a help button instead of the "Documentation" message. +$cfg['ThemePath'] string + If theme manager is active, use this as the path of the subdirectory + containing all the themes. +$cfg['ThemeManager'] boolean + Enables user-selectable themes. See FAQ 2.7. +$cfg['ThemeDefault'] string + The default theme (a subdirectory under cfg['ThemePath']). +$cfg['ThemePerServer'] boolean + Whether to allow different theme for each server. +$cfg['DefaultQueryTable'] string + $cfg['DefaultQueryDatabase'] string + Default queries that will be displayed in query boxes when user didn't + specify any. You can use standard format string expansion. +$cfg['SQP']['fmtType'] string [html|none] + The main use of the new SQL Parser is to pretty-print SQL queries. By + default we use HTML to format the query, but you can disable this by + setting this variable to 'none'. +$cfg['SQP']['fmtInd'] float + $cfg['SQP']['fmtIndUnit'] string [em|px|pt|ex] + For the pretty-printing of SQL queries, under some cases the part of a + query inside a bracket is indented. By changing $cfg['SQP']['fmtInd'] you + can change the amount of this indent. + Related in purpose is $cfg['SQP']['fmtIndUnit'] which specifies the units + of the indent amount that you specified. This is used via stylesheets. +$cfg['SQP']['fmtColor'] array of string tuples + This array is used to define the colours for each type of element of the + pretty-printed SQL queries. The tuple format is + class => [HTML colour code | empty string] + If you specify an empty string for the color of a class, it is ignored in + creating the stylesheet. You should not alter the class names, only the + colour strings. + Class name key: + + comment Applies to all comment sub-classes + + comment_mysql Comments as "#...\n" + + comment_ansi Comments as "-- ...\n" + + comment_c Comments as "/*...*/" + + digit Applies to all digit sub-classes + + digit_hex Hexadecimal numbers + + digit_integer Integer numbers + + digit_float Floating point numbers + + punct Applies to all punctuation sub-classes + + punct_bracket_open_round Opening brackets"(" + + punct_bracket_close_round Closing brackets ")" + + punct_listsep List item Separator "," + + punct_qualifier Table/Column Qualifier "." + + punct_queryend End of query marker ";" + + alpha Applies to all alphabetic classes + + alpha_columnType Identifiers matching a column type + + alpha_columnAttrib Identifiers matching a database/table/column + attribute + + alpha_functionName Identifiers matching a MySQL function name + + alpha_reservedWord Identifiers matching any other reserved word + + alpha_variable Identifiers matching a SQL variable "@foo" + + alpha_identifier All other identifiers + + quote Applies to all quotation mark classes + + quote_double Double quotes " + + quote_single Single quotes ' + + quote_backtick Backtick quotes ` +$cfg['SQLValidator'] boolean + + $cfg['SQLValidator']['use'] boolean + phpMyAdmin now supports use of the Mimer SQL Validator service, as + originally published on Slashdot. + For help in setting up your system to use the service, see the FAQ 6.14 + . + $cfg['SQLValidator']['username'] string + $cfg['SQLValidator']['password'] string + The SOAP service allows you to log in with anonymous and any password, + so we use those by default. Instead, if you have an account with them, + you can put your login details here, and it will be used in place of + the anonymous login. + +$cfg['DBG'] + DEVELOPERS ONLY! +$cfg['DBG']['sql'] boolean + DEVELOPERS ONLY! + Enable logging queries and execution times to be displayed in the bottom of + main page (right frame). +$cfg['ColumnTypes'] array + All possible types of a MySQL column. In most cases you don't need to edit + this. +$cfg['AttributeTypes'] array + Possible attributes for columns. In most cases you don't need to edit this. +$cfg['Functions'] array + A list of functions MySQL supports. In most cases you don't need to edit + this. +$cfg['RestrictColumnTypes'] array + Mapping of column types to meta types used for preferring displayed + functions. In most cases you don't need to edit this. +$cfg['RestrictFunctions'] array + Functions preferred for column meta types as defined in $cfg + ['RestrictColumnTypes']. In most cases you don't need to edit this. +$cfg['DefaultFunctions'] array + Functions selected by default when inserting/changing row, Functions are + defined for meta types from $cfg['RestrictColumnTypes'] and for + first_timestamp, which is used for first timestamp column in table. +$cfg['NumOperators'] array + Operators available for search operations on numeric and date columns. +$cfg['TextOperators'] array + Operators available for search operations on character columns. Note that + we put LIKE by default instead of LIKE %...%, to avoid unintended + performance problems in case of huge tables. +$cfg['EnumOperators'] array + Operators available for search operations on ENUM columns. +$cfg['NullOperators'] array + Additional operators available for search operations when the column can be + null. + +Transformations + + 1. Introduction + 2. Usage + 3. File structure + +1. Introduction + +To enable transformations, you have to setup the column_info table and the +proper directives. Please see the Configuration section on how to do so. + +You can apply different transformations to the contents of each column. The +transformation will take the content of each column and transform it with +certain rules defined in the selected transformation. + +Say you have a column 'filename' which contains a filename. Normally you would +see in phpMyAdmin only this filename. Using transformations you can transform +that filename into a HTML link, so you can click inside of the phpMyAdmin +structure on the column's link and will see the file displayed in a new browser +window. Using transformation options you can also specify strings to append/ +prepend to a string or the format you want the output stored in. + +For a general overview of all available transformations and their options, you +can consult your // +transformation_overview.php installation. + +For a tutorial on how to effectively use transformations, see our Link section +on the official phpMyAdmin homepage. + +2. Usage + +Go to your tbl_structure.php page (i.e. reached through clicking on the +'Structure' link for a table). There click on "Change" (or change icon) and +there you will see three new fields at the end of the line. They are called +'MIME-type', 'Browser transformation' and 'Transformation options'. + + * The field 'MIME-type' is a drop-down field. Select the MIME-type that + corresponds to the column's contents. Please note that transformations are + inactive as long as no MIME-type is selected. + * The field 'Browser transformation' is a drop-down field. You can choose + from a hopefully growing amount of pre-defined transformations. See below + for information on how to build your own transformation. + There are global transformations and mimetype-bound transformations. Global + transformations can be used for any mimetype. They will take the mimetype, + if necessary, into regard. Mimetype-bound transformations usually only + operate on a certain mimetype. There are transformations which operate on + the main mimetype (like 'image'), which will most likely take the subtype + into regard, and those who only operate on a specific subtype (like 'image/ + jpeg'). + You can use transformations on mimetypes for which the function was not + defined for. There is no security check for you selected the right + transformation, so take care of what the output will be like. + * The field 'Transformation options' is a free-type textfield. You have to + enter transform-function specific options here. Usually the transforms can + operate with default options, but it is generally a good idea to look up + the overview to see which options are necessary. + Much like the ENUM/SET-Fields, you have to split up several options using + the format 'a','b','c',...(NOTE THE MISSING BLANKS). This is because + internally the options will be parsed as an array, leaving the first value + the first element in the array, and so forth. + If you want to specify a MIME character set you can define it in the + transformation_options. You have to put that outside of the pre-defined + options of the specific mime-transform, as the last value of the set. Use + the format "'; charset=XXX'". If you use a transform, for which you can + specify 2 options and you want to append a character set, enter "'first + parameter','second parameter','charset=us-ascii'". You can, however use the + defaults for the parameters: "'','','charset=us-ascii'". + +3. File structure + +All mimetypes and their transformations are defined through single files in the +directory 'libraries/transformations/'. + +They are stored in files to ease up customization and easy adding of new +transformations. + +Because the user cannot enter own mimetypes, it is kept sure that +transformations always work. It makes no sense to apply a transformation to a +mimetype the transform-function doesn't know to handle. + +One can, however, use empty mime-types and global transformations which should +work for many mimetypes. You can also use transforms on a different mimetype +than what they where built for, but pay attention to option usage as well as +what the transformation does to your column. + +There is a basic file called 'global.inc.php'. This function can be included by +any other transform function and provides some basic functions. + +There are 5 possible file names: + + 1. A mimetype+subtype transform: + + [mimetype]_[subtype]__[transform].inc.php + + Please not that mimetype and subtype are separated via '_', which shall not + be contained in their names. The transform function/filename may contain + only characters which cause no problems in the file system as well as the + PHP function naming convention. + + The transform function will the be called 'PMA_transform_[mimetype]_ + [subtype]__[transform]()'. + + Example: + + text_html__formatted.inc.php + PMA_transform_text_html__formatted() + 2. A mimetype (w/o subtype) transform: + + [mimetype]__[transform].inc.php + + Please note that there are no single '_' characters. The transform function + /filename may contain only characters which cause no problems in the file + system as well as the PHP function naming convention. + + The transform function will the be called 'PMA_transform_[mimetype]__ + [transform]()'. + + Example: + + text__formatted.inc.php + PMA_transform_text__formatted() + 3. A mimetype+subtype without specific transform function + + [mimetype]_[subtype].inc.php + + Please note that there are no '__' characters in the filename. Do not use + special characters in the filename causing problems with the file system. + + No transformation function is defined in the file itself. + + Example: + + text_plain.inc.php + (No function) + 4. A mimetype (w/o subtype) without specific transform function + + [mimetype].inc.php + + Please note that there are no '_' characters in the filename. Do not use + special characters in the filename causing problems with the file system. + + No transformation function is defined in the file itself. + + Example: + + text.inc.php + (No function) + 5. A global transform function with no specific mimetype + + global__[transform].inc.php + + The transform function will the be called 'PMA_transform_global__ + [transform]()'. + + Example: + + global__formatted + PMA_transform_global__formatted() + +So generally use '_' to split up mimetype and subtype, and '__' to provide a +transform function. + +All filenames containing no '__' in themselves are not shown as valid transform +functions in the dropdown. + +Please see the libraries/transformations/TEMPLATE file for adding your own +transform function. See the libraries/transformations/TEMPLATE_MIMETYPE for +adding a mimetype without a transform function. + +To create a new transform function please see libraries/transformations/ +template_generator.sh. To create a new, empty mimetype please see libraries/ +transformations/template_generator_mimetype.sh. + +A transform function always gets passed three variables: + + 1. $buffer - Contains the text inside of the column. This is the text, you + want to transform. + 2. $options - Contains any user-passed options to a transform function as an + array. + 3. $meta - Contains an object with information about your column. The data is + drawn from the output of the mysql_fetch_field() function. This means, all + object properties described on the manual page are available in this + variable and can be used to transform a column accordingly to unsigned/ + zerofill/not_null/... properties. + The $meta->mimetype variable contains the original MIME-type of the column + (i.e. 'text/plain', 'image/jpeg' etc.) + +Additionally you should also provide additional function to provide information +about the transformation to the user. This function should have same name as +transformation function just with appended _info suffix. This function accepts +no parameters and returns array with information about the transformation. +Currently following keys can be used: + +info + Long description of the transformation. + +FAQ - Frequently Asked Questions + + 1. Server + 2. Configuration + 3. Known limitations + 4. ISPs, multi-user installations + 5. Browsers or client OS + 6. Using phpMyAdmin + 7. phpMyAdmin project + 8. Security + 9. Synchronization + +Please have a look at our Link section on the official phpMyAdmin homepage for +in-depth coverage of phpMyAdmin's features and or interface. + +Server + +1.1 My server is crashing each time a specific action is required or phpMyAdmin +sends a blank page or a page full of cryptic characters to my browser, what can +I do? + +Try to set the $cfg['OBGzip'] directive to FALSE in your config.inc.php file +and the zlib.output_compression directive to Off in your php configuration +file. + +1.2 My Apache server crashes when using phpMyAdmin. + +You should first try the latest versions of Apache (and possibly MySQL). +See also the FAQ 1.1 entry about PHP bugs with output buffering. +If your server keeps crashing, please ask for help in the various Apache +support groups. + +1.3 (withdrawn). + +1.4 Using phpMyAdmin on IIS, I'm displayed the error message: "The specified +CGI application misbehaved by not returning a complete set of HTTP headers +...". + +You just forgot to read the install.txt file from the php distribution. Have a +look at the last message in this bug report from the official PHP bug database. + +1.5 Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages with +the HTTP. + +This is a known problem with the PHP ISAPI filter: it's not so stable. Please +use instead the cookie authentication mode. + +1.6 I can't use phpMyAdmin on PWS: nothing is displayed! + +This seems to be a PWS bug. Filippo Simoncini found a workaround (at this time +there is no better fix): remove or comment the DOCTYPE declarations (2 lines) +from the scripts libraries/header.inc.php, libraries/header_printview.inc.php, +index.php, navigation.php and libraries/common.lib.php. + +1.7 How can I GZip or Bzip a dump or a CSV export? It does not seem to work. + +These features are based on the gzencode() and bzcompress() PHP functions to be +more independent of the platform (Unix/Windows, Safe Mode or not, and so on). +So, you must have Zlib/Bzip2 support (--with-zlib and --with-bz2). + +1.8 I cannot insert a text file in a table, and I get an error about safe mode +being in effect. + +Your uploaded file is saved by PHP in the "upload dir", as defined in php.ini +by the variable upload_tmp_dir (usually the system default is /tmp). +We recommend the following setup for Apache servers running in safe mode, to +enable uploads of files while being reasonably secure: + + * create a separate directory for uploads: mkdir /tmp/php + * give ownership to the Apache server's user.group: chown apache.apache /tmp/ + php + * give proper permission: chmod 600 /tmp/php + * put upload_tmp_dir = /tmp/php in php.ini + * restart Apache + +1.9 (withdrawn). + +1.10 I'm having troubles when uploading files with phpMyAdmin running on a +secure server. My browser is Internet Explorer and I'm using the Apache server. + +As suggested by "Rob M" in the phpWizard forum, add this line to your +httpd.conf: + +SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown + +It seems to clear up many problems between Internet Explorer and SSL. + +1.11 I get an 'open_basedir restriction' while uploading a file from the query +box. + +Since version 2.2.4, phpMyAdmin supports servers with open_basedir +restrictions. However you need to create temporary directory and configure it +as $cfg['TempDir']. The uploaded files will be moved there, and after execution +of your SQL commands, removed. + +1.12 I have lost my MySQL root password, what can I do? + +The MySQL manual explains how to reset the permissions. + +1.13 (withdrawn). + +1.14 (withdrawn). + +1.15 I have problems with mysql.user column names. + +In previous MySQL versions, the User and Passwordcolumns were named user and +password. Please modify your column names to align with current standards. + +1.16 I cannot upload big dump files (memory, HTTP or timeout problems). + +Starting with version 2.7.0, the import engine has been re?written and these +problems should not occur. If possible, upgrade your phpMyAdmin to the latest +version to take advantage of the new import features. + +The first things to check (or ask your host provider to check) are the values +of upload_max_filesize, memory_limit and post_max_size in the php.ini +configuration file. All of these three settings limit the maximum size of data +that can be submitted and handled by PHP. One user also said that post_max_size +and memory_limit need to be larger than upload_max_filesize. + +There exist several workarounds if your upload is too big or your hosting +provider is unwilling to change the settings: + + * Look at the $cfg['UploadDir'] feature. This allows one to upload a file to + the server via scp, ftp, or your favorite file transfer method. PhpMyAdmin + is then able to import the files from the temporary directory. More + information is available in the Configuration section of this document. + * Using a utility (such as BigDump) to split the files before uploading. We + cannot support this or any third party applications, but are aware of users + having success with it. + * If you have shell (command line) access, use MySQL to import the files + directly. You can do this by issuing the "source" command from within + MySQL: source filename.sql. + +1.17 Which MySQL versions does phpMyAdmin support? + +Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For older +MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can connect +to your MySQL server using PHP's classic MySQL extension as well as the +improved MySQL extension (MySQLi) that is available in php 5.0. The latter one +should be used unless you have a good reason not to do so. +When compiling PHP, we strongly recommend that you manually link the MySQL +extension of your choice to a MySQL client library of at least the same minor +version since the one that is bundled with some PHP distributions is rather old +and might cause problems (see FAQ 1.17a). + +MariaDB is also supported (versions 5.1 and 5.2 were tested). + +1.17a I cannot connect to the MySQL server. It always returns the error +message, "Client does not support authentication protocol requested by server; +consider upgrading MySQL client" + +You tried to access MySQL with an old MySQL client library. The version of your +MySQL client library can be checked in your phpinfo() output. In general, it +should have at least the same minor version as your server - as mentioned in +FAQ 1.17. + +This problem is generally caused by using MySQL version 4.1 or newer. MySQL +changed the authentication hash and your PHP is trying to use the old method. +The proper solution is to use the mysqli extension with the proper client +library to match your MySQL installation. Your chosen extension is specified in +$cfg['Servers'][$i]['extension']. More information (and several workarounds) +are located in the MySQL Documentation. + +1.18 (withdrawn). + +1.19 I can't run the "display relations" feature because the script seems not +to know the font face I'm using! + +The "FPDF" library we're using for this feature requires some special files to +use font faces. +Please refers to the FPDF manual to build these files. + +1.20 I receive the error "cannot load MySQL extension, please check PHP +Configuration". + +To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL +extension". This extension may be part of the PHP distribution (compiled-in), +otherwise it needs to be loaded dynamically. Its name is probably mysql.so or +php_mysql.dll. phpMyAdmin tried to load the extension but failed. + +Usually, the problem is solved by installing a software package called +"PHP-MySQL" or something similar. + +1.21 I am running the CGI version of PHP under Unix, and I cannot log in using +cookie auth. + +In php.ini, set mysql.max_links higher than 1. + +1.22 I don't see the "Location of text file" field, so I cannot upload. + +This is most likely because in php.ini, your file_uploads parameter is not set +to "on". + +1.23 I'm running MySQL on a Win32 machine. Each time I create a new table the +table and column names are changed to lowercase! + +This happens because the MySQL directive lower_case_table_names defaults to 1 +(ON) in the Win32 version of MySQL. You can change this behavior by simply +changing the directive to 0 (OFF): +Just edit your my.ini file that should be located in your Windows directory and +add the following line to the group [mysqld]: + +set-variable = lower_case_table_names=0 + +Next, save the file and restart the MySQL service. You can always check the +value of this directive using the query + +SHOW VARIABLES LIKE 'lower_case_table_names'; + +1.24 (withdrawn). + +1.25 I am running Apache with mod_gzip-1.3.26.1a on Windows XP, and I get +problems, such as undefined variables when I run a SQL query. + +A tip from Jose Fandos: put a comment on the following two lines in httpd.conf, +like this: + +# mod_gzip_item_include file \.php$ +# mod_gzip_item_include mime "application/x-httpd-php.*" + +as this version of mod_gzip on Apache (Windows) has problems handling PHP +scripts. Of course you have to restart Apache. + +1.26 I just installed phpMyAdmin in my document root of IIS but I get the error +"No input file specified" when trying to run phpMyAdmin. + +This is a permission problem. Right-click on the phpmyadmin folder and choose +properties. Under the tab Security, click on "Add" and select the user +"IUSR_machine" from the list. Now set his permissions and it should work. + +1.27 I get empty page when I want to view huge page (eg. db_structure.php with +plenty of tables). + +This is a PHP bug that occur when GZIP output buffering is enabled. If you turn +off it (by $cfg['OBGzip'] = false in config.inc.php), it should work. This bug +will be fixed in PHP 5.0.0. + +1.28 My MySQL server sometimes refuses queries and returns the message +'Errorcode: 13'. What does this mean? + +This can happen due to a MySQL bug when having database / table names with +upper case characters although lower_case_table_names is set to 1. To fix this, +turn off this directive, convert all database and table names to lower case and +turn it on again. Alternatively, there's a bug-fix available starting with +MySQL 3.23.56 / 4.0.11-gamma. + +1.29 When I create a table or modify a column, I get an error and the columns +are duplicated. + +It is possible to configure Apache in such a way that PHP has problems +interpreting .php files. + +The problems occur when two different (and conflicting) set of directives are +used: + +SetOutputFilter PHP +SetInputFilter PHP + +and + +AddType application/x-httpd-php .php + +In the case we saw, one set of directives was in /etc/httpd/conf/httpd.conf, +while the other set was in /etc/httpd/conf/addon-modules/php.conf. +The recommended way is with AddType, so just comment out the first set of lines +and restart Apache: + +#SetOutputFilter PHP +#SetInputFilter PHP + +1.30 I get the error "navigation.php: Missing hash". + +This problem is known to happen when the server is running Turck MMCache but +upgrading MMCache to version 2.3.21 solves the problem. + +1.31 Does phpMyAdmin support php5? + +Yes. + +Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch is +still maintained. + +1.32 Can I use HTTP authentication with IIS? + +Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI mode +under IIS 5.1. + + 1. In your php.ini file, set cgi.rfc2616_headers = 0 + 2. In Web Site Properties -> File/Directory Security -> Anonymous Access + dialog box, check the Anonymous access checkbox and uncheck any other + checkboxes (i.e. uncheck Basic authentication, Integrated Windows + authentication, and Digest if it's enabled.) Click OK. + 3. In Custom Errors, select the range of 401;1 through 401;5 and click the Set + to Default button. + +1.33 Is there a problem with the mysqli extension when running PHP 5.0.4 on +64-bit systems? + +Yes. This problem affects phpMyAdmin ("Call to undefined function +pma_reloadnavigation"), so upgrade your PHP to the next version. + +1.34 Can I access directly to database or table pages? + +Yes. Out of the box, you can use URLs like http://server/phpMyAdmin/index.php? +server=X&db=database&table=table&target=script. For server you use the server +number which refers to the order of the server paragraph in config.inc.php. +Table and script parts are optional. If you want http://server/phpMyAdmin/ +database[/table][/script] URLs, you need to do some configuration. Following +lines apply only for Apache web server. First make sure, that you have enabled +some features within global configuration. You need Options FollowSymLinks and +AllowOverride FileInfo enabled for directory where phpMyAdmin is installed and +you need mod_rewrite to be enabled. Then you just need to create following +.htaccess file in root folder of phpMyAdmin installation (don't forget to +change directory name inside of it): + +RewriteEngine On +RewriteBase /path_to_phpMyAdmin +RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&table=$2&target=$3 [R] +RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&target=$2 [R] +RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R] +RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R] + +1.35 Can I use HTTP authentication with Apache CGI? + +Yes. However you need to pass authentication variable to CGI using following +rewrite rule: + +RewriteEngine On +RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] + +1.36 I get an error "500 Internal Server Error". + +There can be many explanations to this and a look at your server's error log +file might give a clue. + +1.37 I run phpMyAdmin on cluster of different machines and password encryption +in cookie auth doesn't work. + +If your cluster consist of different architectures, PHP code used for +encryption/decryption won't work correct. This is caused by use of pack/unpack +functions in code. Only solution is to use mcrypt extension which works fine in +this case. + +1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled? + +Yes but the default configuration values of Suhosin are known to cause problems +with some operations, for example editing a table with many columns and no +primary key or with textual primary key. + +Suhosin configuration might lead to malfunction in some cases and it can not be +fully avoided as phpMyAdmin is kind of application which needs to transfer big +amounts of columns in single HTTP request, what is something what Suhosin tries +to prevent. Generally all suhosin.request.*, suhosin.post.* and suhosin.get.* +directives can have negative effect on phpMyAdmin usability. You can always +find in your error logs which limit did cause dropping of variable, so you can +diagnose the problem and adjust matching configuration variable. + +The default values for most Suhosin configuration options will work in most +scenarios, however you might want to adjust at least following parameters: + + * suhosin.request.max_vars should be increased (eg. 2048) + * suhosin.post.max_vars should be increased (eg. 2048) + * suhosin.request.max_array_index_length should be increased (eg. 256) + * suhosin.post.max_array_index_length should be increased (eg. 256) + * suhosin.request.max_totalname_length should be increased (eg. 8192) + * suhosin.post.max_totalname_length should be increased (eg. 8192) + * suhosin.get.max_value_length should be increased (eg. 1024) + * suhosin.sql.bailout_on_error needs to be disabled (the default) + * suhosin.log.* should not include SQL, otherwise you get big slowdown + +You can also disable the warning using the SuhosinDisableWarning directive. + +1.39 When I try to connect via https, I can log in, but then my connection is +redirected back to http. What can cause this behavior? + +Be sure that you have enabled SSLOptions and StdEnvVars in your Apache +configuration. See http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions +. + +1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does +not work. + +To be able to use cookie auth Apache must know that it has to rewrite the +set-cookie headers. +Example from the Apache 2.2 documentation: + +ProxyPass /mirror/foo/ http://backend.example.com/ +ProxyPassReverse /mirror/foo/ http://backend.example.com/ +ProxyPassReverseCookieDomain backend.example.com public.example.com +ProxyPassReverseCookiePath / /mirror/foo/ + +Note: if the backend url looks like http://host/~user/phpmyadmin, the tilde (~) +must be url encoded as %7E in the ProxyPassReverse* lines. This is not specific +to phpmyadmin, it's just the behavior of Apache. + +ProxyPass /mirror/foo/ http://backend.example.com/~user/phpmyadmin +ProxyPassReverse /mirror/foo/ +http://backend.example.com/%7Euser/phpmyadmin +ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo + +See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html for more details. + +1.41 When I view a database and ask to see its privileges, I get an error about +an unknown column. + +The MySQL server's privilege tables are not up to date, you need to run the +mysql_upgrade command on the server. + +Configuration + +2.1 The error message "Warning: Cannot add header information - headers already +sent by ..." is displayed, what's the problem? + +Edit your config.inc.php file and ensure there is nothing (I.E. no blank lines, +no spaces, no characters...) neither before the tag at the end. We also got a report from a user under +IIS, that used a zipped distribution kit: the file libraries/Config.class.php +contained an end-of-line character (hex 0A) at the end; removing this character +cleared his errors. + +2.2 phpMyAdmin can't connect to MySQL. What's wrong? + +Either there is an error with your PHP setup or your username/password is +wrong. Try to make a small script which uses mysql_connect and see if it works. +If it doesn't, it may be you haven't even compiled MySQL support into PHP. + +2.3 The error message "Warning: MySQL Connection Failed: Can't connect to local +MySQL server through socket '/tmp/mysql.sock' (111) ..." is displayed. What can +I do? + +For RedHat users, Harald Legner suggests this on the mailing list: + +On my RedHat-Box the socket of MySQL is /var/lib/mysql/mysql.sock. In your +php.ini you will find a line + +mysql.default_socket = /tmp/mysql.sock + +change it to + +mysql.default_socket = /var/lib/mysql/mysql.sock + +Then restart apache and it will work. + +Here is a fix suggested by Brad Ummer: + + * First, you need to determine what socket is being used by MySQL. + To do this, telnet to your server and go to the MySQL bin directory. In + this directory there should be a file named mysqladmin. Type ./mysqladmin + variables, and this should give you a bunch of info about your MySQL + server, including the socket (/tmp/mysql.sock, for example). + * Then, you need to tell PHP to use this socket. + To do this in phpMyAdmin, you need to complete the socket information in + the config.inc.php. + For example: $cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock'; + + Please also make sure that the permissions of this file allow to be + readable by your webserver (i.e. '0755'). + +Have also a look at the corresponding section of the MySQL documentation. + +2.4 Nothing is displayed by my browser when I try to run phpMyAdmin, what can I +do? + +Try to set the $cfg['OBGZip'] directive to FALSE in the phpMyAdmin +configuration file. It helps sometime. +Also have a look at your PHP version number: if it contains "4.0b..." it means +you're running a beta version of PHP. That's not a so good idea, please upgrade +to a plain revision. + +2.5 Each time I want to insert or change a record or drop a database or a +table, an error 404 (page not found) is displayed or, with HTTP or cookie +authentication, I'm asked to log in again. What's wrong? + +Check the value you set for the $cfg['PmaAbsoluteUri'] directive in the +phpMyAdmin configuration file. + +2.6 I get an "Access denied for user: 'root@localhost' (Using password: YES) +"-error when trying to access a MySQL-Server on a host which is port-forwarded +for my localhost. + +When you are using a port on your localhost, which you redirect via +port-forwarding to another host, MySQL is not resolving the localhost as +expected. +Erik Wasser explains: The solution is: if your host is "localhost" MySQL (the +command line tool mysql as well) always tries to use the socket connection for +speeding up things. And that doesn't work in this configuration with port +forwarding. +If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the +TCP connection. + +2.7 Using and creating themes + +Themes are configured with $cfg['ThemePath'], $cfg['ThemeManager'] and $cfg +['ThemeDefault']. + +Under $cfg['ThemePath'], you should not delete the directory "original" or its +underlying structure, because this is the system theme used by phpMyAdmin. +"original" contains all images and styles, for backwards compatibility and for +all themes that would not include images or css-files. + +If $cfg['ThemeManager'] is enabled, you can select your favorite theme on the +main page. Your selected theme will be stored in a cookie. + + +To create a theme: + + * make a new subdirectory (for example "your_theme_name") under $cfg + ['ThemePath'] (by default themes) + * copy the files and directories from "original" to "your_theme_name" + * edit the css-files in "your_theme_name/css" + * put your new images in "your_theme_name/img" + * edit layout.inc.php in "your_theme_name" + * edit info.inc.php in "your_theme_name" to contain your chosen theme name, + that will be visible in user interface + * make a new screenshot of your theme and save it under "your_theme_name/ + screen.png" + +In theme directory there is file info.inc.php which contains theme verbose +name, theme generation and theme version. These versions and generations are +enumerated from 1 and do not have any direct dependence on phpMyAdmin version. +Themes within same generation should be backwards compatible - theme with +version 2 should work in phpMyAdmin requiring version 1. Themes with different +generation are incompatible. + +If you do not want to use your own symbols and buttons, remove the directory +"img" in "your_theme_name". phpMyAdmin will use the default icons and buttons +(from the system-theme "original"). + +2.8 I get "Missing parameters" errors, what can I do? + +Here are a few points to check: + + * In config.inc.php, try to leave the $cfg['PmaAbsoluteUri'] directive empty. + See also FAQ 4.7. + * Maybe you have a broken PHP installation or you need to upgrade your Zend + Optimizer. See http://bugs.php.net/bug.php?id=31134. + * If you are using Hardened PHP with the ini directive + varfilter.max_request_variables set to the default (200) or another low + value, you could get this error if your table has a high number of columns. + Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint). + * In the php.ini directive arg_separator.input, a value of ";" will cause + this error. Replace it with "&;". + * If you are using Hardened-PHP, you might want to increase request limits. + * The directory specified in the php.ini directive session.save_path does not + exist or is read-only. + +2.9 Seeing an upload progress bar + +To be able to see a progress bar during your uploads, your server must have +either the APC extension or the uploadprogress one. Moreover, the JSON +extension has to be enabled in your PHP. + +If using APC, you must set apc.rfc1867 to on in your php.ini. + +Known limitations + +3.1 When using HTTP authentication, a user who logged out can not log in again +in with the same nick. + +This is related to the authentication mechanism (protocol) used by phpMyAdmin. +To bypass this problem: just close all the opened browser windows and then go +back to phpMyAdmin. You should be able to log in again. + +3.2 When dumping a large table in compressed mode, I get a memory limit error +or a time limit error. + +Compressed dumps are built in memory and because of this are limited to php's +memory limit. For GZip/BZip2 exports this can be overcome since 2.5.4 using +$cfg['CompressOnFly'] (enabled by default). Zip exports can not be handled this +way, so if you need Zip files for larger dump, you have to use another way. + +3.3 With InnoDB tables, I lose foreign key relationships when I rename a table +or a column. + +This is an InnoDB bug, see http://bugs.mysql.com/bug.php?id=21704. + +3.4 I am unable to import dumps I created with the mysqldump tool bundled with +the MySQL server distribution. + +The problem is that older versions of mysqldump created invalid comments like +this: + +-- MySQL dump 8.22 +-- +-- Host: localhost Database: database +--------------------------------------------------------- +-- Server version 3.23.54 + +The invalid part of the code is the horizontal line made of dashes that appears +once in every dump created with mysqldump. If you want to run your dump you +have to turn it into valid MySQL. This means, you have to add a whitespace +after the first two dashes of the line or add a # before it: +-- ------------------------------------------------------- +or +#--------------------------------------------------------- + +3.5 When using nested folders there are some multiple hierarchies displayed in +a wrong manner?! ($cfg['LeftFrameTableSeparator']) + +Please note that you should not use the separating string multiple times +without any characters between them, or at the beginning/end of your table +name. If you have to, think about using another TableSeparator or disabling +that feature + +3.6 What is currently not supported in phpMyAdmin about InnoDB? + +In Relation view, being able to choose a table in another database, or having +more than one index column in the foreign key. + +In Query-by-example (Query), automatic generation of the query LEFT JOIN from +the foreign table. + + +3.7 I have table with many (100+) columns and when I try to browse table I get +series of errors like "Warning: unable to parse url". How can this be fixed? + +Your table neither have a primary key nor an unique one, so we must use a long +expression to identify this row. This causes problems to parse_url function. +The workaround is to create a primary or unique key. + +3.8 I cannot use (clickable) HTML-forms in columns where I put a +MIME-Transformation onto! + +Due to a surrounding form-container (for multi-row delete checkboxes), no +nested forms can be put inside the table where phpMyAdmin displays the results. +You can, however, use any form inside of a table if keep the parent +form-container with the target to tbl_row_delete.php and just put your own +input-elements inside. If you use a custom submit input field, the form will +submit itself to the displaying page again, where you can validate the +$HTTP_POST_VARS in a transformation. For a tutorial on how to effectively use +transformations, see our Link section on the official phpMyAdmin-homepage. + +3.9 I get error messages when using "--sql_mode=ANSI" for the MySQL server + +When MySQL is running in ANSI-compatibility mode, there are some major +differences in how SQL is structured (see http://dev.mysql.com/doc/mysql/en/ +ansi-mode.html). Most important of all, the quote-character (") is interpreted +as an identifier quote character and not as a string quote character, which +makes many internal phpMyAdmin operations into invalid SQL statements. There is +no workaround to this behaviour. News to this item will be posted in Bug report +#816858 + +3.10 Homonyms and no primary key: When the results of a SELECT display more +that one column with the same value (for example SELECT lastname from employees +where firstname like 'A%' and two "Smith" values are displayed), if I click +Edit I cannot be sure that I am editing the intended row. + +Please make sure that your table has a primary key, so that phpMyAdmin can use +it for the Edit and Delete links. + +3.11 The number of records for InnoDB tables is not correct. + +phpMyAdmin uses a quick method to get the row count, and this method only +returns an approximate count in the case of InnoDB tables. See $cfg +['MaxExactCount'] for a way to modify those results, but this could have a +serious impact on performance. + +3.12 (withdrawn). + +3.13 I get an error when entering USE followed by a db name containing an +hyphen. + +The tests I have made with MySQL 5.1.49 shows that the API does not accept this +syntax for the USE command. + +3.14 I am not able to browse a table when I don't have the right to SELECT one +of the columns. + +This has been a known limitation of phpMyAdmin since the beginning and it's not +likely to be solved in the future. + +3.15 (withdrawn). + +3.16 (withdrawn). + +3.17 (withdrawn). + +3.18 When I import a CSV file that contains multiple tables, they are lumped +together into a single table. + +There is no reliable way to differetiate tables in CSV format. For the time +being, you will have to break apart CSV files containing multiple tables. + +3.19 When I import a file and have phpMyAdmin determine the appropriate data +structure it only uses int, decimal, and varchar types. + +Currently, the import type-detection system can only assign these MySQL types +to columns. In future, more will likely be added but for the time being you +will have to edit the structure to your liking post-import. + +Also, you should note the fact that phpMyAdmin will use the size of the largest +item in any given column as the column size for the appropriate type. If you +know you will be adding larger items to that column then you should manually +adjust the column sizes accordingly. This is done for the sake of efficiency. + +ISPs, multi-user installations + +4.1 I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to +install it for each customer. + +Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your +users. The development of this feature was kindly sponsored by NetCologne GmbH. +This requires a properly setup MySQL user management and phpMyAdmin HTTP or +cookie authentication. See the install section on "Using HTTP authentication". + +4.2 What's the preferred way of making phpMyAdmin secure against evil access. + +This depends on your system. +If you're running a server which cannot be accessed by other people, it's +sufficient to use the directory protection bundled with your webserver (with +Apache you can use .htaccess files, for example). +If other people have telnet access to your server, you should use phpMyAdmin's +HTTP or cookie authentication features. + +Suggestions: + + * Your config.inc.php file should be chmod 660. + * All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy is a + user whose password is only known to you, and apache is the group under + which Apache runs. + * You should use PHP safe mode, to protect from other users that try to + include your config.inc.php in their scripts. + +4.3 I get errors about not being able to include a file in /lang or in / +libraries. + +Check php.ini, or ask your sysadmin to check it. The include_path must contain +"." somewhere in it, and open_basedir, if used, must contain "." and "./lang" +to allow normal operation of phpMyAdmin. + +4.4 phpMyAdmin always gives "Access denied" when using HTTP authentication. + +This could happen for several reasons: + + * $cfg['Servers'][$i]['controluser'] and/or $cfg['Servers'][$i] + ['controlpass'] are wrong. + * The username/password you specify in the login dialog are invalid. + * You have already setup a security mechanism for the phpMyAdmin-directory, + eg. a .htaccess file. This would interfere with phpMyAdmin's + authentication, so remove it. + +4.5 Is it possible to let users create their own databases? + +Starting with 2.2.5, in the user management page, you can enter a wildcard +database name for a user (for example "joe%"), and put the privileges you want. +For example, adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER +would let a user create/manage his/her database(s). + +4.6 How can I use the Host-based authentication additions? + +If you have existing rules from an old .htaccess file, you can take them and +add a username between the 'deny'/'allow' and 'from' strings. Using the +username wildcard of '%' would be a major benefit here if your installation is +suited to using it. Then you can just add those updated lines into the $cfg +['Servers'][$i]['AllowDeny']['rules'] array. + +If you want a pre-made sample, you can try this fragment. It stops the 'root' +user from logging in from any networks other than the private network IP +blocks. + +//block root from logging in except from the private networks +$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow'; +$cfg['Servers'][$i]['AllowDeny']['rules'] = array( + 'deny root from all', + 'allow root from localhost', + 'allow root from 10.0.0.0/8', + 'allow root from 192.168.0.0/16', + 'allow root from 172.16.0.0/12', + ); + +4.7 Authentication window is displayed more than once, why? + +This happens if you are using a URL to start phpMyAdmin which is different than +the one set in your $cfg['PmaAbsoluteUri']. For example, a missing "www", or +entering with an IP address while a domain name is defined in the config file. + +4.8 Which parameters can I use in the URL that starts phpMyAdmin? + +When starting phpMyAdmin, you can use the db, pma_username, pma_password and +server parameters. This last one can contain either the numeric host index +(from $i of the configuration file) or one of the host names present in the +configuration file. Using pma_username and pma_password has been tested along +with the usage of 'cookie' auth_type. + +Browsers or client OS + +5.1 I get an out of memory error, and my controls are non-functional, when +trying to create a table with more than 14 columns. + +We could reproduce this problem only under Win98/98SE. Testing under WinNT4 or +Win2K, we could easily create more than 60 columns. +A workaround is to create a smaller number of columns, then come back to your +table properties and add the other columns. + +5.2 With Xitami 2.5b4, phpMyAdmin won't process form fields. + +This is not a phpMyAdmin problem but a Xitami known bug: you'll face it with +each script/website that use forms. +Upgrade or downgrade your Xitami server. + +5.3 I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2). + +With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except that the +proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps don't +seem to work. +With Konqueror 2.2.1: plain dumps work; zip dumps are placed into the user's +temporary directory, so they must be moved before closing Konqueror, or else +they disappear. GZip dumps give an error message. +Testing needs to be done for Konqueror 2.2.2. + +5.4 I can't use the cookie authentication mode because Internet Explorer never +stores the cookies. + +MS Internet Explorer seems to be really buggy about cookies, at least till +version 6. + +5.5 In Internet Explorer 5.0, I get JavaScript errors when browsing my rows. + +Upgrade to at least Internet Explorer 5.5 SP2. + +5.6 In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not +found") when trying to modify a row in a table with many columns, or with a +text column + +Your table neither have a primary key nor an unique one, so we must use a long +URL to identify this row. There is a limit on the length of the URL in those +browsers, and this not happen in Netscape, for example. The workaround is to +create a primary or unique key, or use another browser. + +5.7 I refresh (reload) my browser, and come back to the welcome page. + +Some browsers support right-clicking into the frame you want to refresh, just +do this in the right frame. + +5.8 With Mozilla 0.9.7 I have problems sending a query modified in the query +box. + +Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future Mozilla +versions. + +5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a whitespace in +the SQL-Query edit area: the page scrolls down. + +This is a Mozilla bug (see bug #26882 at BugZilla). + +5.10 With Netscape 4.75 I get empty rows between each row of data in a CSV +exported file. + +This is a known Netscape 4.75 bug: it adds some line feeds when exporting data +in octet-stream mode. Since we can't detect the specific Netscape version, we +cannot workaround this bug. + +5.11 Extended-ASCII characters like German umlauts are displayed wrong. + +Please ensure that you have set your browser's character set to the one of the +language file you have selected on phpMyAdmin's start page. Alternatively, you +can try the auto detection mode that is supported by the recent versions of the +most browsers. + +5.12 Mac OS X: Safari browser changes special characters to "?". + +This issue has been reported by a OS X user, who adds that Chimera, Netscape +and Mozilla do not have this problem. + +5.13 With Internet Explorer 5.5 or 6, and HTTP authentication type, I cannot +manage two servers: I log in to the first one, then the other one, but if I +switch back to the first, I have to log in on each operation. + +This is a bug in Internet Explorer, other browsers do not behave this way. + +5.14 Using Opera6, I can manage to get to the authentication, but nothing +happens after that, only a blank screen. + +Please upgrade to Opera7 at least. + +5.15 I have display problems with Safari. + +Please upgrade to at least version 1.2.3. + +5.16 With Internet Explorer, I get "Access is denied" Javascript errors. Or I +cannot make phpMyAdmin work under Windows. + +Please check the following points: + + * Maybe you have defined your PmaAbsoluteUri setting in config.inc.php to an + IP address and you are starting phpMyAdmin with a URL containing a domain + name, or the reverse situation. + * Security settings in IE and/or Microsoft Security Center are too high, thus + blocking scripts execution. + * The Windows Firewall is blocking Apache and MySQL. You must allow HTTP + ports (80 or 443) and MySQL port (usually 3306) in the "in" and "out" + directions. + +5.17 With Firefox, I cannot delete rows of data or drop a database. + +Many users have confirmed that the Tabbrowser Extensions plugin they installed +in their Firefox is causing the problem. + +5.18 With Konqueror 4.2.x an invalid LIMIT clause is generated when I browse a +table. + +This happens only when both of these conditions are met: using the http +authentication mode and register_globals being set to On on the server. It +seems to be a browser-specific problem; meanwhile use the cookie authentication +mode. + +Using phpMyAdmin + +6.1 I can't insert new rows into a table / I can't create a table - MySQL +brings up a SQL-error. + +Examine the SQL error with care. Often the problem is caused by specifying a +wrong column-type. +Common errors include: + + * Using VARCHAR without a size argument + * Using TEXT or BLOB with a size argument + +Also, look at the syntax chapter in the MySQL manual to confirm that your +syntax is correct. + +6.2 When I create a table, I set an index for two columns and phpMyAdmin +generates only one index with those two columns. + +This is the way to create a multi-columns index. If you want two indexes, +create the first one when creating the table, save, then display the table +properties and click the Index link to create the other index. + +6.3 How can I insert a null value into my table? + +Since version 2.2.3, you have a checkbox for each column that can be null. +Before 2.2.3, you had to enter "null", without the quotes, as the column's +value. Since version 2.5.5, you have to use the checkbox to get a real NULL +value, so if you enter "NULL" this means you want a literal NULL in the column, +and not a NULL value (this works in PHP4). + +6.4 How can I backup my database or table? + +Click on a database or table name in the left frame, the properties will be +displayed. Then on the menu, click "Export", you can dump the structure, the +data, or both. This will generate standard SQL statements that can be used to +recreate your database/table. + +You will need to choose "Save as file", so that phpMyAdmin can transmit the +resulting dump to your station. Depending on your PHP configuration, you will +see options to compress the dump. See also the $cfg['ExecTimeLimit'] +configuration variable. + +For additional help on this subject, look for the word "dump" in this document. + +6.5 How can I restore (upload) my database or table using a dump? How can I run +a ".sql" file? + +Click on a database name in the left frame, the properties will be displayed. +Select "Import" from the list of tabs in the right?hand frame (or "SQL" if your +phpMyAdmin version is previous to 2.7.0). In the "Location of the text file" +section, type in the path to your dump filename, or use the Browse button. Then +click Go. + +With version 2.7.0, the import engine has been re?written, if possible it is +suggested that you upgrade to take advantage of the new features. + +For additional help on this subject, look for the word "upload" in this +document. + +6.6 How can I use the relation table in Query-by-example? + +Here is an example with the tables persons, towns and countries, all located in +the database mydb. If you don't have a pma_relation table, create it as +explained in the configuration section. Then create the example tables: + +CREATE TABLE REL_countries ( + country_code char(1) NOT NULL default '', + description varchar(10) NOT NULL default '', + PRIMARY KEY (country_code) +) TYPE=MyISAM; + +INSERT INTO REL_countries VALUES ('C', 'Canada'); + +CREATE TABLE REL_persons ( + id tinyint(4) NOT NULL auto_increment, + person_name varchar(32) NOT NULL default '', + town_code varchar(5) default '0', + country_code char(1) NOT NULL default '', + PRIMARY KEY (id) +) TYPE=MyISAM; + +INSERT INTO REL_persons VALUES (11, 'Marc', 'S', ''); +INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C'); + +CREATE TABLE REL_towns ( + town_code varchar(5) NOT NULL default '0', + description varchar(30) NOT NULL default '', + PRIMARY KEY (town_code) +) TYPE=MyISAM; + +INSERT INTO REL_towns VALUES ('S', 'Sherbrooke'); +INSERT INTO REL_towns VALUES ('M', 'Montr?al'); + +To setup appropriate links and display information: + + * on table "REL_persons" click Structure, then Relation view + * in Links, for "town_code" choose "REL_towns->code" + * in Links, for "country_code" choose "REL_countries->country_code" + * on table "REL_towns" click Structure, then Relation view + * in "Choose column to display", choose "description" + * repeat the two previous steps for table "REL_countries" + +Then test like this: + + * Click on your db name in the left frame + * Choose "Query" + * Use tables: persons, towns, countries + * Click "Update query" + * In the columns row, choose persons.person_name and click the "Show" tickbox + * Do the same for towns.description and countries.descriptions in the other 2 + columns + * Click "Update query" and you will see in the query box that the correct + joins have been generated + * Click "Submit query" + +6.7 How can I use the "display column" feature? + +Starting from the previous example, create the pma_table_info as explained in +the configuration section, then browse your persons table, and move the mouse +over a town code or country code. + +See also FAQ 6.21 for an additional feature that "display column" enables: +drop-down list of possible values. + +6.8 How can I produce a PDF schema of my database? + +First the configuration variables "relation", "table_coords" and "pdf_pages" +have to be filled in. + +Then you need to think about your schema layout. Which tables will go on which +pages? + + * Select your database in the left frame. + * Choose "Operations" in the navigation bar at the top. + * Choose "Edit PDF Pages" near the bottom of the page. + * Enter a name for the first PDF page and click Go. If you like, you can use + the "automatic layout," which will put all your linked tables onto the new + page. + * Select the name of the new page (making sure the Edit radio button is + selected) and click Go. + * Select a table from the list, enter its coordinates and click Save. + Coordinates are relative; your diagram will be automatically scaled to fit + the page. When initially placing tables on the page, just pick any + coordinates -- say, 50x50. After clicking Save, you can then use the + graphical editor to position the element correctly. + * When you'd like to look at your PDF, first be sure to click the Save button + beneath the list of tables and coordinates, to save any changes you made + there. Then scroll all the way down, select the PDF options you want, and + click Go. + * Internet Explorer for Windows may suggest an incorrect filename when you + try to save a generated PDF. When saving a generated PDF, be sure that the + filename ends in ".pdf", for example "schema.pdf". Browsers on other + operating systems, and other browsers on Windows, do not have this problem. + +6.9 phpMyAdmin is changing the type of one of my columns! + +No, it's MySQL that is doing silent column type changing. + +6.10 When creating a privilege, what happens with underscores in the database +name? + +If you do not put a backslash before the underscore, this is a wildcard grant, +and the underscore means "any character". So, if the database name is +"john_db", the user would get rights to john1db, john2db ... + +If you put a backslash before the underscore, it means that the database name +will have a real underscore. + +6.11 What is the curious symbol ? in the statistics pages? + +It means "average". + +6.12 I want to understand some Export options. + +Structure: + + * "Add DROP TABLE" will add a line telling MySQL to drop the table, if it + already exists during the import. It does NOT drop the table after your + export, it only affects the import file. + * "If Not Exists" will only create the table if it doesn't exist. Otherwise, + you may get an error if the table name exists but has a different + structure. + * "Add AUTO_INCREMENT value" ensures that AUTO_INCREMENT value (if any) will + be included in backup. + * "Enclose table and column names with backquotes" ensures that column and + table names formed with special characters are protected. + * "Add into comments" includes column comments, relations, and MIME types set + in the pmadb in the dump as SQL comments (/* xxx */). + +Data: + + * "Complete inserts" adds the column names on every INSERT command, for + better documentation (but resulting file is bigger). + * "Extended inserts" provides a shorter dump file by using only once the + INSERT verb and the table name. + * "Delayed inserts" are best explained in the MySQL manual. + * "Ignore inserts" treats errors as a warning instead. Again, more info is + provided in the MySQL manual, but basically with this selected, invalid + values are adjusted and inserted rather than causing the entire statement + to fail. + +6.13 I would like to create a database with a dot in its name. + +This is a bad idea, because in MySQL the syntax "database.table" is the normal +way to reference a database and table name. Worse, MySQL will usually let you +create a database with a dot, but then you cannot work with it, nor delete it. + +6.14 How do I set up the SQL Validator? + +To use SQL Validator, you need PHP with XML, PCRE and PEAR support. In addition +you need a SOAP support, either as a PHP extension or as a PEAR SOAP module. + +To install PEAR SOAP module, run "pear install Net_Socket Net_URL HTTP_Request +Mail_Mime Net_DIME SOAP" to get the necessary PEAR modules for usage. + +If you use the Validator, you should be aware that any SQL statement you submit +will be stored anonymously (database/table/column names, strings, numbers +replaced with generic values). The Mimer SQL Validator itself, is ? 2001 +Upright Database Technology. We utilize it as free SOAP service. + +6.15 I want to add a BLOB column and put an index on it, but MySQL says "BLOB +column '...' used in key specification without a key length". + +The right way to do this, is to create the column without any indexes, then +display the table structure and use the "Create an index" dialog. On this page, +you will be able to choose your BLOB column, and set a size to the index, which +is the condition to create an index on a BLOB column. + +6.16 How can I simply move in page with plenty editing fields? + +You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages with +many editing fields (table structure changes, row editing, etc.). You can also +have a look at the directive $cfg['DefaultPropDisplay'] ('vertical') and see if +this eases up editing for you. + +6.17 Transformations: I can't enter my own mimetype! WTF is this feature then +useful for? + +Slow down :). Defining mimetypes is of no use, if you can't put transformations +on them. Otherwise you could just put a comment on the column. Because entering +your own mimetype will cause serious syntax checking issues and validation, +this introduces a high-risk false-user-input situation. Instead you have to +initialize mimetypes using functions or empty mimetype definitions. +Plus, you have a whole overview of available mimetypes. Who knows all those +mimetypes by heart so he/she can enter it at will? + +6.18 Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks +below the query box? What is this variable for? + +Any query you have executed can be stored as a bookmark on the page where the +results are displayed. You will find a button labeled 'Bookmark this query' +just at the end of the page. +As soon as you have stored a bookmark, it is related to the database you run +the query on. You can now access a bookmark dropdown on each page, the query +box appears on for that database. + +Since phpMyAdmin 2.5.0 you are also able to store variables for the bookmarks. +Just use the string /*[VARIABLE]*/ anywhere in your query. Everything which is +put into the value input box on the query box page will replace the string "/* +[VARIABLE]*/" in your stored query. Just be aware of that you HAVE to create a +valid query, otherwise your query won't be even able to be stored in the +database. +Also remember, that everything else inside the /*[VARIABLE]*/ string for your +query will remain the way it is, but will be stripped of the /**/ chars. So you +can use: + +/*, [VARIABLE] AS myname */ + +which will be expanded to + +, VARIABLE as myname + +in your query, where VARIABLE is the string you entered in the input box. If an +empty string is provided, no replacements are made. + +A more complex example. Say you have stored this query: + +SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */ + +Say, you now enter "phpMyAdmin" as the variable for the stored query, the full +query will be: + +SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%' + +You can use multiple occurrences of /*[VARIABLE]*/ in a single query (that is, +multiple occurrences of the same variable). +NOTE THE ABSENCE OF SPACES inside the "/**/" construct. Any spaces inserted +there will be later also inserted as spaces in your query and may lead to +unexpected results especially when using the variable expansion inside of a +"LIKE ''" expression. +Your initial query which is going to be stored as a bookmark has to yield at +least one result row so you can store the bookmark. You may have that to work +around using well positioned "/**/" comments. + +6.19 How can I create simple L^AT[E]X document to include exported table? + +You can simply include table in your L^AT[E]X documents, minimal sample +document should look like following one (assuming you have table exported in +file table.tex): + +\documentclass{article} % or any class you want +\usepackage{longtable} % for displaying table +\begin{document} % start of document +\include{table} % including exported table +\end{document} % end of document + +6.20 I see a lot of databases which are not mine, and cannot access them. + +You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW +DATABASES, LOCK TABLES. Those privileges also enable users to see all the +database names. See this bug report. + +So if your users do not need those privileges, you can remove them and their +databases list will shorten. + +6.21 In edit/insert mode, how can I see a list of possible values for a column, +based on some foreign table? + +You have to setup appropriate links between the tables, and also setup the +"display column" in the foreign table. See FAQ 6.6 for an example. Then, if +there are 100 values or less in the foreign table, a drop-down list of values +will be available. You will see two lists of values, the first list containing +the key and the display column, the second list containing the display column +and the key. The reason for this is to be able to type the first letter of +either the key or the display column. + +For 100 values or more, a distinct window will appear, to browse foreign key +values and choose one. To change the default limit of 100, see $cfg +['ForeignKeyMaxLimit']. + +6.22 Bookmarks: Can I execute a default bookmark automatically when entering +Browse mode for a table? + +Yes. If a bookmark has the same label as a table name, it will be executed. + +6.23 Export: I heard phpMyAdmin can export Microsoft Excel files? + +You can use CSV for Microsoft Excel, which works out of the box. +Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version 97 +and newer was dropped. + +6.24 Now that phpMyAdmin supports native MySQL 4.1.x column comments, what +happens to my column comments stored in pmadb? + +Automatic migration of a table's pmadb-style column comments to the native ones +is done whenever you enter Structure page for this table. + +6.25 How does BLOB streaming work in phpMyAdmin? + +For general information about BLOB streaming on MySQL, visit blobstreaming.org. +You need the following components: + + * PBMS BLOB Streaming Daemon for MySQL (0.5.15 or later) + * Streaming enabled PBXT Storage engine for MySQL (1.0.11-6 or later) + * PBMS Client Library for MySQL (0.5.15 or later) + * PBMS PHP Extension for MySQL (0.1.1 or later) + +Here are details about configuration and operation: + + 1. In config.inc.php your host should be defined with a FQDN (fully qualified + domain name) instead of "localhost". + 2. Ensure that your target table is under the PBXT storage engine and has a + LONGBLOB column (which must be nullable if you want to remove the BLOB + reference from it). + 3. When you insert or update a row in this table, put a checkmark on the + "Upload to BLOB repository" optional choice; otherwise, the upload will be + done directly in your LONGBLOB column instead of the repository. + 4. Finally when you browse your table, you'll see in your column a link to + stream your data, for example "View image". A header containing the correct + MIME-type will be sent to your browser; this MIME-type was stored at upload + time. + +6.26 How can I select a range of rows? + +Click the first row of the range, hold the shift key and click the last row of +the range. This works everywhere you see rows, for example in Browse mode or on +the Structure page. + +6.27 What format strings can I use? + +In all places where phpMyAdmin accepts format strings, you can use @VARIABLE@ +expansion and strftime format strings. The expanded variables depend on a +context (for example, if you haven't chosen a table, you can not get the table +name), but the following variables can be used: + +@HTTP_HOST@ + HTTP host that runs phpMyAdmin +@SERVER@ + MySQL server name +@VERBOSE@ + Verbose MySQL server name as defined in server configuration +@VSERVER@ + Verbose MySQL server name if set, otherwise normal +@DATABASE@ + Currently opened database +@TABLE@ + Currently opened table +@FIELDS@ + Fields of currently opened table +@PHPMYADMIN@ + phpMyAdmin with version + +6.28 How can I easily edit relational schema for export? + +By clicking on the button 'toggle scratchboard' on the page where you edit x/y +coordinates of those elements you can activate a scratchboard where all your +elements are placed. By clicking on an element, you can move them around in the +pre-defined area and the x/y coordinates will get updated dynamically. +Likewise, when entering a new position directly into the input field, the new +position in the scratchboard changes after your cursor leaves the input field. + +You have to click on the 'OK'-button below the tables to save the new +positions. If you want to place a new element, first add it to the table of +elements and then you can drag the new element around. + +By changing the paper size and the orientation you can change the size of the +scratchboard as well. You can do so by just changing the dropdown field below, +and the scratchboard will resize automatically, without interfering with the +current placement of the elements. + +If ever an element gets out of range you can either enlarge the paper size or +click on the 'reset' button to place all elements below each other. + +6.29 Why can't I get a chart from my query result table? + +Not every table can be put to the chart. Only tables with one, two or three +columns can be visualised as a chart. Moreover the table must be in a special +format for chart script to understand it. Currently supported formats can be +found in the wiki. + +phpMyAdmin project + +7.1 I have found a bug. How do I inform developers? + +Our Bug Tracker is located at http://sf.net/projects/phpmyadmin/ under the Bugs +section. + +But please first discuss your bug with other users: +https://sourceforge.net/projects/phpmyadmin/forums. + +7.2 I want to translate the messages to a new language or upgrade an existing +language, where do I start? + +Always use latest Git version of the po file to translate. You can optionally +translate online at our translation server where you can also get the latest po +files and merge them with your translations. For creating a new translation +simply use po/phpmyadmin.pot and generate po/LANG_CODE.po for your language +(you can use msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/ +LANG_CODE.po to do this) or ask on the mailing list to add the translation to +the web interface. More details are available on our wiki. + +Please note that we try not to use HTML entities like é in the +translations, since we define the right character set in the file. With HTML +entities, the text on JavaScript messages would not display correctly. However +there are some entities that need to be there: quotes, non-breakable spaces, +ampersands, less than, greater than. + +You can then put your translations, as a zip file to avoid losing special +characters, on the sourceforge.net translation tracker. + +It would be a good idea to subscribe to the phpmyadmin-translators mailing +list, because this is where we ask for translations of new messages. + +Documentation is being translated using po4a and gettext (see documentation for +existing translations). To start, checkout localized_docs/po from Git, or just +go to the translation server and translate it online. If your language is +missing, just contact Michal ?iha?; he will add it. If you prefer to directly +translate the po files, please put updated ones into our translation tracker. + +7.3 I would like to help out with the development of phpMyAdmin. How should I +proceed? + +The following method is preferred for new developers: + + 1. fetch the current git repository over anonymous git: + git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/ + phpmyadmin + 2. add your stuff + 3. generate patch with your changes: git diff > xxx.diff + 4. submit your patch via the patch tracker of the phpMyAdmin project. + +More details on git are available on our wiki. + +Write access to the repository is granted only to experienced developers who +have already contributed something useful to phpMyAdmin. +Also, have a look at the Developers section. + +Security + +8.1 Where can I get information about the security alerts issued for +phpMyAdmin? + +Please refer to http://www.phpmyadmin.net/home_page/security.php + +8.2 How can I protect phpMyAdmin against brute force attacks? + +If you use Apache web server, phpMyAdmin exports information about +authentication to the Apache environment and it can be used in Apache logs. +Currently there are two variables available: + +userID + User name of currently active user (he does not have to be logged in). +userStatus + Status of currently active user, one of ok (user is logged in), + mysql-denied (MySQL denied user login), allow-denied (user denied by allow/ + deny rules), root-denied (root is denied in configuration), empty-denied + (empty password is denied). + +LogFormat directive for Apache can look like following: + +LogFormat "%h %l %u %t \"%r\" %>s %b \ +\"%{Referer}i\" \"%{User-Agent}i\" %{userID}n %{userStatus}n" pma_combined + +You can then use any log analyzing tools to detect possible break-in attempts. + +Synchronization + +9.1 How can I synchronize two databases/tables in phpMyAdmin? + +You can now synchronize databases/tables in phpMyAdmin using the Synchronize +feature. It allows you to connect to local as well as remote servers. This +requires you to enter server host name, username, password, port and the name +of the database. Therefore you can now synchronize your databases placed on the +same server or some remote server. + +This feature is helpful for developers who need to replicate their database?s +structure as well as data. Moreover, this feature not only helps replication +but also facilitates the user to keep his/her database in sync with another +database. Other than the full database, certain tables of the databases can +also be synchronized. + +You need to fill in the host name of the server, the username and password of +an user account already there in MySQL. Port is by default populated with 3306 +(MySQL default port). Then the name of the database should be mentioned at the +end. All the information other than the port needs to be filled explicitly for +the source as well as target servers. + +After successfully passing through the authentication phase, the source and +target database table names will be displayed. It will be a tabular +representation. + +On the left, are listed the source database table names. Some of the names have +a + plus sign preceding them. This shows that these tables are only present in +source database and they need to be added to the target database in order to +synchronize the target database. The tables whose names are not preceded by a + +sign are already present in the target database. + +On the right, are listed the target database table names. There are few table +names that have (not present) appended after their names. This means that these +tables are to be created in target database in order to synchronize target +database with source database. Some table names have a - minus sign preceding +them. This shows that these tables are only present in target database and they +will remain unchanged in the target database. The column in the middle shows +the difference between the source and target corresponding tables. + +The difference is depicted by the red and green buttons with S and D letters, +indicating that either Structure or Data are not up to date. By clicking on +them, they will turn grey, what means that they will be synchronized. + +Developers Information + +phpMyAdmin is Open Source, so you're invited to contribute to it. Many great +features have been written by other people and you too can help to make +phpMyAdmin a useful tool. + +If you're planning to contribute source, please read the following information: + + * All files include libraries/header.inc.php (layout),. libraries/ + common.lib.php (common functions) and config.inc.php. + Only configuration data should go in config.inc.php. Please keep it free + from other code. + Commonly used functions should be added to libraries/common.lib.php and + more specific ones may be added within a library stored into the libraries + sub-directory. + * Obviously, you're free to use whatever coding style you want. But please + try to keep your code as simple as possible: beginners are using phpMyAdmin + as an example application. + As far as possible, we want the scripts to be XHTML1.0 and CSS2 compliant + on one hand, they fit the PEAR coding standards on the other hand. Please + pay attention to this. + * Please enable showing PHP errors and warnings by the $cfg['Error_Handler'] + ['display'] configuration directive. + * Please try to keep up the file-naming conventions. Table-related stuff goes + to tbl_*.php, db-related code to db_*.php, server-related tools to + server_*.php and so on. + * Please use gettext wrappers around all messages (__('Some text') or + _ngettext() function). To translate them, you need to call scripts/ + update-po script. To use translated messages, call scripts/generate-mo, + which generates binary files read by Gettext. + * If you want to be really helpful, write an entry for the ChangeLog. + * The DBG extension (PHP Debugger DBG) is now supported by phpMyAdmin for + developers to better debug and profile their code. + Please see the $cfg['DBG']* configuration options for more information. + This is in memoriam of the Space Shuttle Columbia (STS-107) which was lost + during its re-entry into Earth's atmosphere and in memory of the brave men + and women who gave their lives for the people of Earth. + +Copyright + +Copyright (C) 1998-2000 Tobias Ratschiller +Copyright (C) 2001-2010 Marc Delisle + Olivier M?ller + Robin Johnson + Alexander M. Turek + Michal ?iha? + Garvin Hicking + Michael Keck + Sebastian Mendel + [check credits for more details] + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License version 2, as published by the Free +Software Foundation. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 51 Franklin +St, Fifth Floor, Boston, MA 02110-1301 USA + +Credits + +Credits, in chronological order + + * Tobias Ratschiller + + creator of the phpmyadmin project + + maintainer from 1998 to summer 2000 + * Marc Delisle + + multi-language version + + various fixes and improvements + + SQL analyser (most of it) + + current project maintainer + * Olivier M?ller + + started SourceForge phpMyAdmin project in March 2001 + + sync'ed different existing CVS trees with new features and bugfixes + + multi-language improvements, dynamic language selection + + current project maintainer + + many bugfixes and improvements + * Lo?c Chapeaux + + rewrote and optimized javascript, DHTML and DOM stuff + + rewrote the scripts so they fit the PEAR coding standards and generate + XHTML1.0 and CSS2 compliant codes + + improved the language detection system + + many bugfixes and improvements + * Robin Johnson + + database maintenance controls + + table type code + + Host authentication IP Allow/Deny + + DB-based configuration (Not completed) + + SQL parser and pretty-printer + + SQL validator + + many bugfixes and improvements + * Armel Fauveau + + bookmarks feature + + multiple dump feature + + gzip dump feature + + zip dump feature + * Geert Lund + + various fixes + + moderator of the phpMyAdmin former users forum at phpwizard.net + * Korakot Chaovavanich + + "insert as new row" feature + * Pete Kelly + + rewrote and fix dump code + + bugfixes + * Steve Alberty + + rewrote dump code for PHP4 + + mySQL table statistics + + bugfixes + * Benjamin Gandon + + main author of the version 2.1.0.1 + + bugfixes + * Alexander M. Turek + + MySQL 4.0 / 4.1 / 5.0 compatibility + + abstract database interface (PMA_DBI) with MySQLi support + + privileges administration + + XML exports + + various features and fixes + + German language file updates + * Mike Beck + + automatic joins in QBE + + links column in printview + + Relation view + * Michal ?iha? + + enhanced index creation/display feature + + feature to use a different charset for HTML than for MySQL + + improvements of export feature + + various features and fixes + + Czech language file updates + * Christophe Gesch? from the "MySQL Form Generator for PHPMyAdmin" (http:// + sf.net/projects/phpmysqlformgen/) + + suggested the patch for multiple table printviews + * Garvin Hicking + + built the patch for vertical display of table rows + + built the Javascript based Query window + SQL history + + Improvement of column/db comments + + (MIME)-Transformations for columns + + Use custom alias names for Databases in left frame + + hierarchical/nested table display + + PDF-scratchboard for WYSIWYG-distribution of PDF relations + + new icon sets + + vertical display of column properties page + + some bugfixes, features, support, German language additions + * Yukihiro Kawada + + japanese kanji encoding conversion feature + * Piotr Roszatycki and Dan Wilson + + the Cookie authentication mode + * Axel Sander + + table relation-links feature + * Maxime Delorme + + PDF schema output, thanks also to Olivier Plathey for the "FPDF" + library (see http://www.fpdf.org/) and Steven Wittens for the "UFPDF" + library (see http://www.acko.net/node/56). + * Olof Edlund + + SQL validator server + * Ivan R. Lanin + + phpMyAdmin logo (until June 2004) + * Mike Cochrane + + blowfish library from the Horde project + * Marcel Tschopp + + mysqli support + + many bugfixes and improvements + * Nicola Asuni (Tecnick.com) + + TCPDF library (http://www.tcpdf.org) + * Michael Keck + + redesign for 2.6.0 + + phpMyAdmin sailboat logo (June 2004) + * Mathias Landh?u?er + + Representation at conferences + * Sebastian Mendel + + interface improvements + + various bugfixes + * Ivan A Kirillov + + new relations Designer + * Raj Kissu Rajandran (Google Summer of Code 2008) + + BLOBstreaming support + * Piotr Przybylski (Google Summer of Code 2008 and 2010) + + improved setup script + + user preferences + * Derek Schaefer (Google Summer of Code 2009) + + Improved the import system + * Alexander Rutkowski (Google Summer of Code 2009) + + Tracking mechanism + * Zahra Naeem (Google Summer of Code 2009) + + Synchronization feature + * Tom?? Srnka (Google Summer of Code 2009) + + Replication support + * Muhammad Adnan (Google Summer of Code 2010) + + Relation schema export to multiple formats + * Lori Lee (Google Summer of Code 2010) + + User interface improvements + + ENUM/SET editor + + Simplified interface for export/import + * Ninad Pundalik (Google Summer of Code 2010) + + AJAXifying the interface + * Martynas Mickevi?ius (Google Summer of Code 2010) + + Charts + * Barrie Leslie + + BLOBstreaming support with PBMS PHP extension + * Ankit Gupta (Google Summer of Code 2010) + + Visual query builder + +And also to the following people who have contributed minor changes, +enhancements, bugfixes or support for a new language since version 2.1.0: + +Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, P?ter +Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats Engstrom, Ian +Davidson, Laurent Dhima, Kristof Hamann, Thomas Kl?ger, Lubos Klokner, Martin +Marconcini, Girish Nair, David Nordenberg, Andreas Pauley, Bernard M. Piller, +Laurent Haas, "Sakamoto", Yuval Sarna, www.securereality.com.au, Alexis +Soulard, Alvar Soome, Siu Sun, Peter Svec, Michael Tacelosky, Rachim Tamsjadi, +Kositer Uros, Lu?s V., Martijn W. van der Lee, Algis Vainauskas, Daniel +Villanueva, Vinay, Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael +Winningham, Vilius Zigmantas, "Manuzhai". + +Original Credits of Version 2.1.0 + +This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea to +create a web-based interface to MySQL using PHP3. Although I have not used any +of his source-code, there are some concepts I've borrowed from him. phpMyAdmin +was created because Peter told me he wasn't going to further develop his +(great) tool. + +Thanks go to + + * Amalesh Kempf who contributed the code for + the check when dropping a table or database. He also suggested that you + should be able to specify the primary key on tbl_create.php3. To version + 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as a + bug-report. Plus many smaller improvements. + * Jan Legenhausen : He made many of the changes that were + introduced in 1.3.0 (including quite significant ones like the + authentication). For 1.4.1 he enhanced the table-dump feature. Plus + bug-fixes and help. + * Marc Delisle made phpMyAdmin + language-independent by outsourcing the strings to a separate file. He also + contributed the French translation. + * Alexandr Bravo who contributed tbl_select.php3, a + feature to display only some columns from a table. + * Chris Jackson added support for MySQL functions in + tbl_change.php3. He also added the "Query by Example" feature in 2.0. + * Dave Walton added support for multiple servers + and is a regular contributor for bug-fixes. + * Gabriel Ash contributed the random access features + for 2.0.6. + +The following people have contributed minor changes, enhancements, bugfixes or +support for a new language: + +Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, +Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha +Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns, G. Wieggers. + +And thanks to everyone else who sent me email with suggestions, bug-reports and +or just some feedback. + +Glossary + +From Wikipedia, the free encyclopedia + + * .htaccess - the default name of Apache's directory-level configuration + file. + * Blowfish - a keyed, symmetric block cipher, designed in 1993 by Bruce + Schneier. + * Browser (Web Browser) - a software application that enables a user to + display and interact with text, images, and other information typically + located on a web page at a website on the World Wide Web. + * bzip2 - a free software/open source data compression algorithm and program + developed by Julian Seward. + * CGI (Common Gateway Interface) - an important World Wide Web technology + that enables a client web browser to request data from a program executed + on the Web server. + * Changelog - a log or record of changes made to a project. + * Client - a computer system that accesses a (remote) service on another + computer by some kind of network. + * column - a set of data values of a particular simple type, one for each row + of the table. + * Cookie - a packet of information sent by a server to a World Wide Web + browser and then sent back by the browser each time it accesses that + server. + * CSV - Comma-separated values + * DB - look at Database. + * database - an organized collection of data. + * Engine - look at Storage Engines. + * extension - a PHP module that extends PHP with additional functionality. + * FAQ (Frequently Asked Questions) - a list of commonly asked question and + there answers. + * Field - one part of divided data/columns. + * foreign key - a field or group of fields in a database record that point to + a key field or group of fields forming a key of another database record in + some (usually different) table. + * FPDF (FreePDF) - the free PDF library + * GD Graphics Library - a library by Thomas Boutell and others for + dynamically manipulating images. + * GD2 - look at GD Graphics Library. + * gzip - gzip is short for GNU zip, a GNU free software file compression + program. + * host - any machine connected to a computer network, a node that has a + hostname. + * hostname - the unique name by which a network attached device is known on a + network. + * HTTP (HyperText Transfer Protocol) - the primary method used to transfer or + convey information on the World Wide Web. + * https - a HTTP-connection with additional security measures. + * IIS (Internet Information Services) - a set of Internet-based services for + servers using Microsoft Windows. + * Index - a feature that allows quick access to the rows in a table. + * IP (Internet Protocol) - a data-oriented protocol used by source and + destination hosts for communicating data across a packet-switched + internetwork. + * IP Address - a unique number that devices use in order to identify and + communicate with each other on a network utilizing the Internet Protocol + standard. + * ISAPI (Internet Server Application Programming Interface) - the API of + Internet Information Services (IIS). + * ISP (Internet service provider) - a business or organization that offers + users access to the Internet and related services. + * JPEG - a most commonly used standard method of lossy compression for + photographic images. + * JPG - look at JPEG. + * Key - look at index. + * L^AT[E]X - a document preparation system for the T[E]X typesetting program. + * Mac (Apple Macintosh) - line of personal computers is designed, developed, + manufactured, and marketed by Apple Computer. + * Mac OS X - the operating system which is included with all currently + shipping Apple Macintosh computers in the consumer and professional + markets. + * MCrypt - a cryptographic library. + * mcrypt - the MCrypt PHP extension. + * MIME (Multipurpose Internet Mail Extensions) - an Internet Standard for the + format of e-mail. + * module - some sort of extension for the Apache Webserver. + * MySQL - a multithreaded, multi-user, SQL (Structured Query Language) + Database Management System (DBMS). + * mysqli - the improved MySQL client PHP extension. + * mysql - the MySQL client PHP extension. + * OpenDocument - open standard for office documents. + * OS X - look at Mac OS X. + * PDF (Portable Document Format) - a file format developed by Adobe Systems + for representing two dimensional documents in a device independent and + resolution independent format. + * PEAR - the PHP Extension and Application Repository. + * PCRE (Perl Compatible Regular Expressions) - the perl-compatible regular + expression functions for PHP + * PHP - short for "PHP: Hypertext Preprocessor", is an open-source, + reflective programming language used mainly for developing server-side + applications and dynamic web content, and more recently, a broader range of + software applications. + * port - a connection through which data is sent and received. + * RFC - Request for Comments (RFC) documents are a series of memoranda + encompassing new research, innovations, and methodologies applicable to + Internet technologies. + * RFC 1952 - GZIP file format specification version 4.3 + * Row (record, tulpel) - represents a single, implicitly structured data item + in a table. + * Server - a computer system that provides services to other computing + systems over a network. + * Storage Engines - handlers for different table types + * socket - a form of inter-process communication. + * SSL (Secure Sockets Layer) - a cryptographic protocol which provides secure + communication on the Internet. + * SQL - Structured Query Language + * table - a set of data elements (cells) that is organized, defined and + stored as horizontal rows and vertical columns where each item can be + uniquely identified by a label or key or by it?s position in relation to + other items. + * Table type + * tar - a type of archive file format: the Tape ARchive format. + * TCP (Transmission Control Protocol) - one of the core protocols of the + Internet protocol suite. + * UFPDF - Unicode/UTF-8 extension for FPDF + * URL (Uniform Resource Locator) - a sequence of characters, conforming to a + standardized format, that is used for referring to resources, such as + documents and images on the Internet, by their location. + * Webserver - A computer (program) that is responsible for accepting HTTP + requests from clients and serving them Web pages. + * XML (Extensible Markup Language) - a W3C-recommended general-purpose markup + language for creating special-purpose markup languages, capable of + describing many different kinds of data. + * ZIP - a popular data compression and archival format. + * zlib - an open-source, cross-platform data compression library by Jean-loup + Gailly and Mark Adler. + + * Copyright ? 2003 - 2010 phpMyAdmin devel team + * License + * Donate + * Valid HTML and CSS + diff --git a/htdocs/phpMyAdmin/INSTALL b/htdocs/phpMyAdmin/INSTALL new file mode 100644 index 000000000..bcc496548 --- /dev/null +++ b/htdocs/phpMyAdmin/INSTALL @@ -0,0 +1,6 @@ +phpMyAdmin - Installation +========================= + +Please have a look to the Documentation.txt or Documentation.html files. + + diff --git a/htdocs/phpMyAdmin/LICENSE b/htdocs/phpMyAdmin/LICENSE new file mode 100644 index 000000000..3912109b5 --- /dev/null +++ b/htdocs/phpMyAdmin/LICENSE @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/htdocs/phpMyAdmin/README b/htdocs/phpMyAdmin/README new file mode 100644 index 000000000..0206e1faa --- /dev/null +++ b/htdocs/phpMyAdmin/README @@ -0,0 +1,85 @@ +phpMyAdmin - Readme +=================== + +Version 3.4.5 + +A set of PHP-scripts to manage MySQL over the web. + +http://www.phpmyadmin.net/ + +Copyright +--------- + +Copyright (C) 1998-2000 + Tobias Ratschiller + +Copyright (C) 2001-2011 + Marc Delisle + Olivier Müller + Robin Johnson + Alexander M. Turek + Michal Čihař + Garvin Hicking + Michael Keck + Sebastian Mendel + [check Documentation.txt/.html file for more details] + +License +------- + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License version 2, as published by the +Free Software Foundation. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 51 Franklin +St, Fifth Floor, Boston, MA 02110-1301 USA + +Requirements +------------ + +* PHP 5.2 or later +* MySQL 5.0 or later +* a web-browser (doh!) + +Summary +------- + +phpMyAdmin is intended to handle the administration of MySQL over the web. +For a summary of features, please see the Documentation.txt/.html file. + +Download +-------- + +You can get the newest version at http://www.phpmyadmin.net/. + +More Information +---------------- + +Please see the Documentation.txt/.html file. + +Support +------- + +See reference about support forums under http://www.phpmyadmin.net/ + + +Enjoy! +------ + +The phpMyAdmin Devel team + + +PS: + +Please, don't send us emails with question like "How do I compile PHP with +MySQL-support". We just don't have the time to be your free help desk. + +Please send your questions to the appropriate mailing lists / forums. Before +contacting us, please read the Documentation.html (esp. the FAQ part). + diff --git a/htdocs/phpMyAdmin/README.VENDOR b/htdocs/phpMyAdmin/README.VENDOR new file mode 100644 index 000000000..d6f510cb3 --- /dev/null +++ b/htdocs/phpMyAdmin/README.VENDOR @@ -0,0 +1,37 @@ +phpMyAdmin - hints for distributing phpMyAdmin +============================================== + +This document is intended to give advices to people who want to +redistribute phpMyAdmin inside other software package such as Linux +distribution or some all in one package including web server and MySQL +server. + +Generally you can customize some basic aspects (paths to some files and +behavior) in libraries/vendor_config.php. + +For example if you want setup script to generate config file in var, +change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you +will also probably want to skip directory writable check, so set +SETUP_DIR_WRITABLE to false. + +External libraries +------------------ + +phpMyAdmin includes several external libraries, you might want to +replace them with system ones if they are available, but please note +that you should test whether version you provide is compatible with the +one we ship. + +Currently known list of external libraries: + +js/jquery + jQuery js framework +js/colorpicker + jQuery based color picker + +libraries/php-gettext + php-gettext library +libraries/tcpdf + tcpdf library, modified for our needs! + +# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us diff --git a/htdocs/phpMyAdmin/RELEASE-DATE-3.4.5 b/htdocs/phpMyAdmin/RELEASE-DATE-3.4.5 new file mode 100644 index 000000000..3d3048aff --- /dev/null +++ b/htdocs/phpMyAdmin/RELEASE-DATE-3.4.5 @@ -0,0 +1 @@ +Wed Sep 14 11:46:50 UTC 2011 diff --git a/htdocs/phpMyAdmin/TODO b/htdocs/phpMyAdmin/TODO new file mode 100644 index 000000000..7e9652761 --- /dev/null +++ b/htdocs/phpMyAdmin/TODO @@ -0,0 +1,8 @@ +phpMyAdmin - Todo +================= + +We are currently using the Sourceforge Tracker as Todo list: + + http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse + +-- swix/20010704 diff --git a/htdocs/phpMyAdmin/browse_foreigners.php b/htdocs/phpMyAdmin/browse_foreigners.php new file mode 100644 index 000000000..c8867af3f --- /dev/null +++ b/htdocs/phpMyAdmin/browse_foreigners.php @@ -0,0 +1,291 @@ + $GLOBALS['cfg']['MaxRows'])) { + $showall = ''; + } + + $session_max_rows = $GLOBALS['cfg']['MaxRows']; + $pageNow = @floor($pos / $session_max_rows) + 1; + $nbTotalPage = @ceil($foreignData['the_total'] / $session_max_rows); + + if ($foreignData['the_total'] > $GLOBALS['cfg']['MaxRows']) { + $gotopage = PMA_pageselector( + $session_max_rows, + $pageNow, + $nbTotalPage, + 200, + 5, + 5, + 20, + 10, + __('Page number:') + ); + } +} +?> + + + + + phpMyAdmin + + + + + + + + +
                      +
                      + + + + + + + + + + + + + + + + + +
                      + + +
                    • + + + + + + + '; + + echo '' . $header . '' . "\n" + .'' . $header . '' . "\n" + .'' . "\n"; + + $values = array(); + $keys = array(); + foreach ($foreignData['disp_row'] as $relrow) { + if ($foreignData['foreign_display'] != FALSE) { + $values[] = $relrow[$foreignData['foreign_display']]; + } else { + $values[] = ''; + } + + $keys[] = $relrow[$foreignData['foreign_field']]; + } + + asort($keys); + + $hcount = 0; + $odd_row = true; + $val_ordered_current_row = 0; + $val_ordered_current_equals_data = false; + $key_ordered_current_equals_data = false; + foreach ($keys as $key_ordered_current_row => $value) { + //for ($i = 0; $i < $count; $i++) { + $hcount++; + + if ($cfg['RepeatCells'] > 0 && $hcount > $cfg['RepeatCells']) { + echo $header; + $hcount = 0; + $odd_row = true; + } + + $key_ordered_current_key = $keys[$key_ordered_current_row]; + $key_ordered_current_val = $values[$key_ordered_current_row]; + + $val_ordered_current_key = $keys[$val_ordered_current_row]; + $val_ordered_current_val = $values[$val_ordered_current_row]; + + $val_ordered_current_row++; + + if (PMA_strlen($val_ordered_current_val) <= $cfg['LimitChars']) { + $val_ordered_current_val = htmlspecialchars($val_ordered_current_val); + $val_ordered_current_val_title = ''; + } else { + $val_ordered_current_val_title = + htmlspecialchars($val_ordered_current_val); + $val_ordered_current_val = + htmlspecialchars(PMA_substr($val_ordered_current_val, 0, + $cfg['LimitChars']) . '...'); + } + if (PMA_strlen($key_ordered_current_val) <= $cfg['LimitChars']) { + $key_ordered_current_val = htmlspecialchars($key_ordered_current_val); + $key_ordered_current_val_title = ''; + } else { + $key_ordered_current_val_title = + htmlspecialchars($key_ordered_current_val); + $key_ordered_current_val = + htmlspecialchars(PMA_substr($key_ordered_current_val, 0, + $cfg['LimitChars']) . '...'); + } + + if (! empty($data)) { + $val_ordered_current_equals_data = $val_ordered_current_key == $data; + $key_ordered_current_equals_data = $key_ordered_current_key == $data; + } + + ?> + + + + + + + + + + +
                      ' . __('Keyname') . '' . __('Description') . '' . __('Description') . '' . __('Keyname') . '
                      + ' : '') + .'' + .htmlspecialchars($key_ordered_current_key) . '' . ($key_ordered_current_equals_data ? '' : ''); + ?> + ' : '') + . '' + . $key_ordered_current_val . '' . ($key_ordered_current_equals_data ? '' : ''); + ?> + + ' : '') + . '' + . $val_ordered_current_val . '' . ($val_ordered_current_equals_data ? '' : ''); + ?> + ' : '') . '' . htmlspecialchars($val_ordered_current_key) + . '' . ($val_ordered_current_equals_data ? '' : ''); + ?>
                      + + + diff --git a/htdocs/phpMyAdmin/bs_disp_as_mime_type.php b/htdocs/phpMyAdmin/bs_disp_as_mime_type.php new file mode 100644 index 000000000..085d88823 --- /dev/null +++ b/htdocs/phpMyAdmin/bs_disp_as_mime_type.php @@ -0,0 +1,70 @@ += $f_size) { + break; + } +} + +echo $content; +flush(); + +fclose($fHnd); diff --git a/htdocs/phpMyAdmin/bs_play_media.php b/htdocs/phpMyAdmin/bs_play_media.php new file mode 100644 index 000000000..fe6f57425 --- /dev/null +++ b/htdocs/phpMyAdmin/bs_play_media.php @@ -0,0 +1,66 @@ + $bsReference, 'c_type' => $mediaType)); + } else { + // Get the BLOB streaming URL + $bs_file_path = PMA_BS_getURL($bsReference); + if (empty($bs_file_path)) { + die(__('No blob streaming server configured!')); + } + } + ?> + + + + + + + + diff --git a/htdocs/phpMyAdmin/changelog.php b/htdocs/phpMyAdmin/changelog.php new file mode 100644 index 000000000..5c42e6797 --- /dev/null +++ b/htdocs/phpMyAdmin/changelog.php @@ -0,0 +1,117 @@ + '\\1', + + // sourceforge users + '/([0-9]{4}-[0-9]{2}-[0-9]{2}) (.+[^ ]) +<(.*)@users.sourceforge.net>/i' + => '\\1 \\2', + '/thanks to ([^\(\r\n]+) \(([-\w]+)\)/i' + => 'thanks to \\1', + '/thanks to ([^\(\r\n]+) -\s+([-\w]+)/i' + => 'thanks to \\1', + + // mail adresse + '/([0-9]{4}-[0-9]{2}-[0-9]{2}) (.+[^ ]) +<(.*@.*)>/i' + => '\\1 \\2', + + // linking patches + '/patch\s*#?([0-9]{6,})/i' + => 'patch #\\1', + + // linking RFE + '/(?:rfe|feature)\s*#?([0-9]{6,})/i' + => 'RFE #\\1', + + // linking files + '/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i' + => '\\1\\2', + + // FAQ entries + '/FAQ ([0-9]+)\.([0-9a-z]+)/i' + => 'FAQ \\1.\\2', + + // linking bugs + '/bug\s*#?([0-9]{6,})/i' + => 'bug #\\1', + + // all other 6+ digit numbers are treated as bugs + '/(? ' bug #\\1', + + // CVE/CAN entries + '/((CAN|CVE)-[0-9]+-[0-9]+)/' + => '\\1', + + // Highlight releases (with links) + '/([0-9]+)\.([0-9]+)\.([0-9]+)\.0 (\([0-9-]+\))/' + => '\\1.\\2.\\3.0 \\4', + '/([0-9]+)\.([0-9]+)\.([0-9]+)\.([1-9][0-9]*) (\([0-9-]+\))/' + => '\\1.\\2.\\3.\\4 \\5', + + // Highlight releases (not linkable) + '/( ### )(.*)/' + => '\\1\\2', + +); + +header('Content-type: text/html; charset=utf-8'); +echo ''; +?> + + + + + +phpMyAdmin - ChangeLog + + + +

                      phpMyAdmin - ChangeLog

                      +'; +echo preg_replace(array_keys($replaces), $replaces, $changelog); +echo ''; +?> + + diff --git a/htdocs/phpMyAdmin/chk_rel.php b/htdocs/phpMyAdmin/chk_rel.php new file mode 100644 index 000000000..8955350b0 --- /dev/null +++ b/htdocs/phpMyAdmin/chk_rel.php @@ -0,0 +1,25 @@ + diff --git a/htdocs/phpMyAdmin/config.inc.php b/htdocs/phpMyAdmin/config.inc.php new file mode 100644 index 000000000..56a01de27 --- /dev/null +++ b/htdocs/phpMyAdmin/config.inc.php @@ -0,0 +1,46 @@ + diff --git a/htdocs/phpMyAdmin/config.sample.inc.php b/htdocs/phpMyAdmin/config.sample.inc.php new file mode 100644 index 000000000..0ea16d5f7 --- /dev/null +++ b/htdocs/phpMyAdmin/config.sample.inc.php @@ -0,0 +1,143 @@ +. + * + * @package phpMyAdmin + */ + +/* + * This is needed for cookie based authentication to encrypt password in + * cookie + */ +$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ + +/* + * Servers configuration + */ +$i = 0; + +/* + * First server + */ +$i++; +/* Authentication type */ +$cfg['Servers'][$i]['auth_type'] = 'cookie'; +/* Server parameters */ +$cfg['Servers'][$i]['host'] = 'localhost'; +$cfg['Servers'][$i]['connect_type'] = 'tcp'; +$cfg['Servers'][$i]['compress'] = false; +/* Select mysqli if your server has it */ +$cfg['Servers'][$i]['extension'] = 'mysql'; +$cfg['Servers'][$i]['AllowNoPassword'] = false; + +/* + * phpMyAdmin configuration storage settings. + */ + +/* User used to manipulate with storage */ +// $cfg['Servers'][$i]['controluser'] = 'pma'; +// $cfg['Servers'][$i]['controlpass'] = 'pmapass'; + +/* Storage database and tables */ +// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; +// $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; +// $cfg['Servers'][$i]['relation'] = 'pma_relation'; +// $cfg['Servers'][$i]['table_info'] = 'pma_table_info'; +// $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords'; +// $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages'; +// $cfg['Servers'][$i]['column_info'] = 'pma_column_info'; +// $cfg['Servers'][$i]['history'] = 'pma_history'; +// $cfg['Servers'][$i]['tracking'] = 'pma_tracking'; +// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords'; +// $cfg['Servers'][$i]['userconfig'] = 'pma_userconfig'; +/* Contrib / Swekey authentication */ +// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf'; + +/* + * End of servers configuration + */ + +/* + * Directories for saving/loading files from server + */ +$cfg['UploadDir'] = ''; +$cfg['SaveDir'] = ''; + +/** + * Defines whether a user should be displayed a "show all (records)" + * button in browse mode or not. + * default = false + */ +//$cfg['ShowAll'] = true; + +/** + * Number of rows displayed when browsing a result set. If the result + * set contains more rows, "Previous" and "Next". + * default = 30 + */ +//$cfg['MaxRows'] = 50; + +/** + * Use graphically less intense menu tabs + * default = false + */ +//$cfg['LightTabs'] = true; + +/** + * disallow editing of binary fields + * valid values are: + * false allow editing + * 'blob' allow editing except for BLOB fields + * 'all' disallow editing + * default = blob + */ +//$cfg['ProtectBinary'] = 'false'; + +/** + * Default language to use, if not browser-defined or user-defined + * (you find all languages in the locale folder) + * uncomment the desired line: + * default = 'en' + */ +//$cfg['DefaultLang'] = 'en'; +//$cfg['DefaultLang'] = 'de'; + +/** + * default display direction (horizontal|vertical|horizontalflipped) + */ +//$cfg['DefaultDisplay'] = 'vertical'; + + +/** + * How many columns should be used for table display of a database? + * (a value larger than 1 results in some information being hidden) + * default = 1 + */ +//$cfg['PropertiesNumColumns'] = 2; + +/** + * Set to true if you want DB-based query history.If false, this utilizes + * JS-routines to display query history (lost by window close) + * + * This requires configuration storage enabled, see above. + * default = false + */ +//$cfg['QueryHistoryDB'] = true; + +/** + * When using DB-based query history, how many entries should be kept? + * + * default = 25 + */ +//$cfg['QueryHistoryMax'] = 100; + +/* + * You can find more configuration options in Documentation.html + * or here: http://wiki.phpmyadmin.net/pma/Config + */ +?> diff --git a/htdocs/phpMyAdmin/contrib/README b/htdocs/phpMyAdmin/contrib/README new file mode 100644 index 000000000..ac8ef6c8a --- /dev/null +++ b/htdocs/phpMyAdmin/contrib/README @@ -0,0 +1,20 @@ +phpMyAdmin Third Party Contributions +==================================== + +This directory contains various stuff contributed by users that might be +useful to other. There is no guarantee it will work for you. + +Current content of this directory: + +packaging + Contains files needed for creating packages for various + distributions. Please prefer official packages from your vendor if + possible. + +swekey.sample.conf + SweKey authentication configuration example. + +htaccess + Sample Apache configuration for limit access for bots. + +# vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/htdocs/phpMyAdmin/contrib/htaccess b/htdocs/phpMyAdmin/contrib/htaccess new file mode 100644 index 000000000..6eebe0101 --- /dev/null +++ b/htdocs/phpMyAdmin/contrib/htaccess @@ -0,0 +1,19 @@ +RewriteEngine on + +# Allow only GET and POST verbs +RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR] + +# Ban Typical Vulnerability Scanners and others +# Kick out Script Kiddies +RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR] +RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR] + +# Ban Search Engines, Crawlers to your administrative panel +# No reasons to access from bots +# Ultimately Better than the useless robots.txt +# Did google respect robots.txt? +# Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled" +RewriteCond %{HTTP_USER_AGENT} ^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|crawleradmin.t-info@telekom.de|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).* [NC] +RewriteRule .* - [F] + diff --git a/htdocs/phpMyAdmin/contrib/swekey.sample.conf b/htdocs/phpMyAdmin/contrib/swekey.sample.conf new file mode 100644 index 000000000..ebf1aedf0 --- /dev/null +++ b/htdocs/phpMyAdmin/contrib/swekey.sample.conf @@ -0,0 +1,44 @@ +# This is a typical file used to enable Swekey hardware authentication. +# +# To activate the Swekey authentication add the following line to your config.inc.php file. +# $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf'; +# Then rename this file "swekey-pma.conf" and copy it to the /etc directory. +# Add all the Swekey ids you want to grant access to in the file. +# After each Swekey id put the corresponding user name. +# +# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support +# while your Swekey is connected. +# +# If you need to purchase a Swekey please visit http://phpmyadmin.net/auth_key +# since this link provides funding to PhpMyAdmin. +# + +0000000000000000000000000000763A:root +000000000000000000000000000089E4:steve +0000000000000000000000000000231E:scott + +# +# It is recommended to include the following lines to contact the +# authentication servers in SSL mode. +# + +SERVER_CHECK=https://auth-check-ssl.musbe.net +SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net +SERVER_STATUS=https://auth-status-ssl.musbe.net + +# +# The path of the root certificate file used to ensure a secure +# communication with the authentication servers in SSL mode. +# If not specified, will use musbe-ca.crt found in your +# phpMyAdmin/libraries/auth/swekey. +# + +#CA_FILE=/var/http-root/phpmyadmin/libraries/auth/swekey/musbe-ca.crt + +# +# If your server receives many login requests, you can enable the random +# token caching to accelerate the authentication process. +# Token caching is enabled by default. +# + +#ENABLE_TOKEN_CACHE=0 diff --git a/htdocs/phpMyAdmin/db_create.php b/htdocs/phpMyAdmin/db_create.php new file mode 100644 index 000000000..3609bf6cf --- /dev/null +++ b/htdocs/phpMyAdmin/db_create.php @@ -0,0 +1,129 @@ +addParam($new_db); + $GLOBALS['db'] = $new_db; + + /** + * If in an Ajax request, build the output and send it + */ + if($GLOBALS['is_ajax_request'] == true) { + + /** + * String containing the SQL Query formatted in pretty HTML + * @global array $GLOBALS['extra_data'] + * @name $extra_data + */ + $extra_data['sql_query'] = PMA_showMessage(NULL, $sql_query, 'success'); + + //Construct the html for the new database, so that it can be appended to the list of databases on server_databases.php + + /** + * Build the array to be passed to {@link PMA_generate_common_url} to generate the links + * @global array $GLOBALS['db_url_params'] + * @name $db_url_params + */ + $db_url_params['db'] = $new_db; + + $is_superuser = PMA_isSuperuser(); + $column_order = PMA_getColumnOrder(); + $url_query = PMA_generate_common_url($new_db); + + /** + * String that will contain the output HTML + * @name $new_db_string + */ + $new_db_string = ''; + + if (empty($db_collation_for_ajax)) { + $db_collation_for_ajax = PMA_getServerCollation(); + } + + // $dbstats comes from the create table dialog + if (! empty($dbstats)) { + $current = array( + 'SCHEMA_NAME' => $new_db, + 'DEFAULT_COLLATION_NAME' => $db_collation_for_ajax, + 'SCHEMA_TABLES' => '0', + 'SCHEMA_TABLE_ROWS' => '0', + 'SCHEMA_DATA_LENGTH' => '0', + 'SCHEMA_MAX_DATA_LENGTH' => '0', + 'SCHEMA_INDEX_LENGTH' => '0', + 'SCHEMA_LENGTH' => '0', + 'SCHEMA_DATA_FREE' => '0' + ); + } else { + $current = array( + 'SCHEMA_NAME' => $new_db + ); + } + + list($column_order, $generated_html) = PMA_buildHtmlForDb($current, $is_superuser, (isset($checkall) ? $checkall : ''), $url_query, $column_order, $replication_types, $replication_info); + $new_db_string .= $generated_html; + + $new_db_string .= ''; + + $extra_data['new_db_string'] = $new_db_string; + + PMA_ajaxResponse($message, true, $extra_data); + } + + require_once './libraries/header.inc.php'; + require_once './' . $cfg['DefaultTabDatabase']; +} +?> diff --git a/htdocs/phpMyAdmin/db_datadict.php b/htdocs/phpMyAdmin/db_datadict.php new file mode 100644 index 000000000..b910c761a --- /dev/null +++ b/htdocs/phpMyAdmin/db_datadict.php @@ -0,0 +1,318 @@ + +

                      +

                      + ' . "\n"; + + echo '

                      ' . htmlspecialchars($table) . '

                      ' . "\n"; + + /** + * Gets table informations + */ + $show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT'); + + /** + * Gets table keys and retains them + */ + + PMA_DBI_select_db($db); + $result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';'); + $primary = ''; + $indexes = array(); + $lastIndex = ''; + $indexes_info = array(); + $indexes_data = array(); + $pk_array = array(); // will be use to emphasis prim. keys in the table + // view + while ($row = PMA_DBI_fetch_assoc($result)) { + // Backups the list of primary keys + if ($row['Key_name'] == 'PRIMARY') { + $primary .= $row['Column_name'] . ', '; + $pk_array[$row['Column_name']] = 1; + } + // Retains keys informations + if ($row['Key_name'] != $lastIndex){ + $indexes[] = $row['Key_name']; + $lastIndex = $row['Key_name']; + } + $indexes_info[$row['Key_name']]['Sequences'][] = $row['Seq_in_index']; + $indexes_info[$row['Key_name']]['Non_unique'] = $row['Non_unique']; + if (isset($row['Cardinality'])) { + $indexes_info[$row['Key_name']]['Cardinality'] = $row['Cardinality']; + } + // I don't know what does following column mean.... + // $indexes_info[$row['Key_name']]['Packed'] = $row['Packed']; + + $indexes_info[$row['Key_name']]['Comment'] = $row['Comment']; + + $indexes_data[$row['Key_name']][$row['Seq_in_index']]['Column_name'] = $row['Column_name']; + if (isset($row['Sub_part'])) { + $indexes_data[$row['Key_name']][$row['Seq_in_index']]['Sub_part'] = $row['Sub_part']; + } + + } // end while + if ($result) { + PMA_DBI_free_result($result); + } + + + /** + * Gets columns properties + */ + $result = PMA_DBI_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE); + $fields_cnt = PMA_DBI_num_rows($result); + + if (PMA_MYSQL_INT_VERSION < 50025) { + // We need this to correctly learn if a TIMESTAMP is NOT NULL, since + // SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL + // and SHOW CREATE TABLE says NOT NULL + // http://bugs.mysql.com/20910. + + $show_create_table = PMA_DBI_fetch_value( + 'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), + 0, 1); + $analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table)); + } + + // Check if we can use Relations (Mike Beck) + if (!empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if (count($res_rel) > 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } else { + $have_rel = FALSE; + } // end if + + + /** + * Displays the comments of the table if MySQL >= 3.23 + */ + if (!empty($show_comment)) { + echo __('Table comments') . ': ' . htmlspecialchars($show_comment) . '

                      '; + } + + /** + * Displays the table structure + */ + ?> + + + + +*/ ?> + + +*/ ?> + ' . __('Links to') . '' . "\n"; + } + echo ' ' . "\n"; + if ($cfgRelation['mimework']) { + echo ' ' . "\n"; + } + ?> + + NULL'; + } + } else { + $row['Default'] = htmlspecialchars($row['Default']); + } + $field_name = $row['Field']; + + if (PMA_MYSQL_INT_VERSION < 50025 + && ! empty($analyzed_sql[0]['create_table_fields'][$field_name]['type']) + && $analyzed_sql[0]['create_table_fields'][$field_name]['type'] == 'TIMESTAMP' + && $analyzed_sql[0]['create_table_fields'][$field_name]['timestamp_not_null']) { + // here, we have a TIMESTAMP that SHOW FULL FIELDS reports as having the + // NULL attribute, but SHOW CREATE TABLE says the contrary. Believe + // the latter. + /** + * @todo merge this logic with the one in tbl_structure.php + * or move it in a function similar to PMA_DBI_get_columns_full() + * but based on SHOW CREATE TABLE because information_schema + * cannot be trusted in this case (MySQL bug) + */ + $row['Null'] = 'NO'; + } + ?> + + + xml:lang="en" dir="ltr"> +>*/ ?> + + +>*/ ?> + '; + if (isset($res_rel[$field_name])) { + echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']); + } + echo '' . "\n"; + } + echo ' ' . "\n"; + if ($cfgRelation['mimework']) { + $mime_map = PMA_getMIME($db, $table, true); + + echo ' ' . "\n"; + } + ?> + + +
                      ' . __('Comments') . 'MIME
                      + ' . htmlspecialchars($field_name) . ''; + } else { + echo htmlspecialchars($field_name); + } + ?> + '; + if (isset($comments[$field_name])) { + echo htmlspecialchars($comments[$field_name]); + } + echo ''; + if (isset($mime_map[$field_name])) { + echo htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])); + } + echo '
                      +
                      + + +
                      '; + +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/db_export.php b/htdocs/phpMyAdmin/db_export.php new file mode 100644 index 000000000..a24ed18d7 --- /dev/null +++ b/htdocs/phpMyAdmin/db_export.php @@ -0,0 +1,90 @@ +display(); + require './libraries/footer.inc.php'; + exit; +} // end if + +$checkall_url = 'db_export.php?' + . PMA_generate_common_url($db) + . '&goto=db_export.php'; + +$multi_values = '
                      '; +$multi_values .= '' . __('Select All') . ' + / + ' . __('Unselect All') . '
                      '; + +$multi_values .= '
                      '; + +$export_type = 'database'; +require_once './libraries/display_export.lib.php'; + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/db_import.php b/htdocs/phpMyAdmin/db_import.php new file mode 100644 index 000000000..f39f7c8cf --- /dev/null +++ b/htdocs/phpMyAdmin/db_import.php @@ -0,0 +1,29 @@ + + diff --git a/htdocs/phpMyAdmin/db_operations.php b/htdocs/phpMyAdmin/db_operations.php new file mode 100644 index 000000000..ebd9333d3 --- /dev/null +++ b/htdocs/phpMyAdmin/db_operations.php @@ -0,0 +1,596 @@ +databases->build(); + } + + if (PMA_MYSQL_INT_VERSION >= 50000) { + // here I don't use DELIMITER because it's not part of the + // language; I have to send each statement one by one + + // to avoid selecting alternatively the current and new db + // we would need to modify the CREATE definitions to qualify + // the db name + $procedure_names = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE'); + if ($procedure_names) { + foreach($procedure_names as $procedure_name) { + PMA_DBI_select_db($db); + $tmp_query = PMA_DBI_get_definition($db, 'PROCEDURE', $procedure_name); + // collect for later display + $GLOBALS['sql_query'] .= "\n" . $tmp_query; + PMA_DBI_select_db($newname); + PMA_DBI_query($tmp_query); + } + } + + $function_names = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION'); + if ($function_names) { + foreach($function_names as $function_name) { + PMA_DBI_select_db($db); + $tmp_query = PMA_DBI_get_definition($db, 'FUNCTION', $function_name); + // collect for later display + $GLOBALS['sql_query'] .= "\n" . $tmp_query; + PMA_DBI_select_db($newname); + PMA_DBI_query($tmp_query); + } + } + } + // go back to current db, just in case + PMA_DBI_select_db($db); + + $GLOBALS['sql_constraints_query_full_db'] = array(); + + $tables_full = PMA_DBI_get_tables_full($db); + $views = array(); + + // remove all foreign key constraints, otherwise we can get errors + require_once './libraries/export/sql.php'; + foreach ($tables_full as $each_table => $tmp) { + $sql_constraints = ''; + $sql_drop_foreign_keys = ''; + $sql_structure = PMA_getTableDef($db, $each_table, "\n", '', false, false); + if ($move && ! empty($sql_drop_foreign_keys)) { + PMA_DBI_query($sql_drop_foreign_keys); + } + // keep the constraint we just dropped + if (! empty($sql_constraints)) { + $GLOBALS['sql_constraints_query_full_db'][] = $sql_constraints; + } + } + unset($sql_constraints, $sql_drop_foreign_keys, $sql_structure); + + + foreach ($tables_full as $each_table => $tmp) { + // to be able to rename a db containing views, + // first all the views are collected and a stand-in is created + // the real views are created after the tables + if (PMA_Table::isView($db, $each_table)) { + $views[] = $each_table; + // Create stand-in definition to resolve view dependencies + $sql_view_standin = PMA_getTableDefStandIn($db, $each_table, "\n"); + PMA_DBI_query($sql_view_standin); + $GLOBALS['sql_query'] .= "\n" . $sql_view_standin . ';'; + continue; + } + + $back = $sql_query; + $sql_query = ''; + + // value of $what for this table only + $this_what = $what; + + // do not copy the data from a Merge table + // note: on the calling FORM, 'data' means 'structure and data' + if (PMA_Table::isMerge($db, $each_table)) { + if ($this_what == 'data') { + $this_what = 'structure'; + } + if ($this_what == 'dataonly') { + $this_what = 'nocopy'; + } + } + + if ($this_what != 'nocopy') { + // keep the triggers from the original db+table + // (third param is empty because delimiters are only intended + // for importing via the mysql client or our Import feature) + $triggers = PMA_DBI_get_triggers($db, $each_table, ''); + + if (! PMA_Table::moveCopy($db, $each_table, $newname, $each_table, + isset($this_what) ? $this_what : 'data', $move, 'db_copy')) + { + $_error = true; + // $sql_query is filled by PMA_Table::moveCopy() + $sql_query = $back . $sql_query; + break; + } + // apply the triggers to the destination db+table + if ($triggers) { + PMA_DBI_select_db($newname); + foreach ($triggers as $trigger) { + PMA_DBI_query($trigger['create']); + } + unset($trigger); + } + unset($triggers); + + // this does not apply to a rename operation + if (isset($GLOBALS['add_constraints']) && !empty($GLOBALS['sql_constraints_query'])) { + $GLOBALS['sql_constraints_query_full_db'][] = $GLOBALS['sql_constraints_query']; + unset($GLOBALS['sql_constraints_query']); + } + } + // $sql_query is filled by PMA_Table::moveCopy() + $sql_query = $back . $sql_query; + } // end (foreach) + unset($each_table); + + // handle the views + if (! $_error) { + // temporarily force to add DROP IF EXIST to CREATE VIEW query, + // to remove stand-in VIEW that was created earlier + if (isset($GLOBALS['drop_if_exists'])) { + $temp_drop_if_exists = $GLOBALS['drop_if_exists']; + } + $GLOBALS['drop_if_exists'] = 'true'; + + foreach ($views as $view) { + if (! PMA_Table::moveCopy($db, $view, $newname, $view, 'structure', $move, 'db_copy')) { + $_error = true; + break; + } + } + unset($GLOBALS['drop_if_exists']); + if (isset($temp_drop_if_exists)) { + // restore previous value + $GLOBALS['drop_if_exists'] = $temp_drop_if_exists; + unset($temp_drop_if_exists); + } + } + unset($view, $views); + + // now that all tables exist, create all the accumulated constraints + if (! $_error && count($GLOBALS['sql_constraints_query_full_db']) > 0) { + PMA_DBI_select_db($newname); + foreach ($GLOBALS['sql_constraints_query_full_db'] as $one_query) { + PMA_DBI_query($one_query); + // and prepare to display them + $GLOBALS['sql_query'] .= "\n" . $one_query; + } + + unset($GLOBALS['sql_constraints_query_full_db'], $one_query); + } + + if (PMA_MYSQL_INT_VERSION >= 50100) { + // here DELIMITER is not used because it's not part of the + // language; each statement is sent one by one + + // to avoid selecting alternatively the current and new db + // we would need to modify the CREATE definitions to qualify + // the db name + $event_names = PMA_DBI_fetch_result('SELECT EVENT_NAME FROM information_schema.EVENTS WHERE EVENT_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';'); + if ($event_names) { + foreach($event_names as $event_name) { + PMA_DBI_select_db($db); + $tmp_query = PMA_DBI_get_definition($db, 'EVENT', $event_name); + // collect for later display + $GLOBALS['sql_query'] .= "\n" . $tmp_query; + PMA_DBI_select_db($newname); + PMA_DBI_query($tmp_query); + } + } + } + // go back to current db, just in case + PMA_DBI_select_db($db); + + // Duplicate the bookmarks for this db (done once for each db) + if (! $_error && $db != $newname) { + $get_fields = array('user', 'label', 'query'); + $where_fields = array('dbase' => $db); + $new_fields = array('dbase' => $newname); + PMA_Table::duplicateInfo('bookmarkwork', 'bookmark', $get_fields, + $where_fields, $new_fields); + } + + if (! $_error && $move) { + /** + * cleanup pmadb stuff for this db + */ + require_once './libraries/relation_cleanup.lib.php'; + PMA_relationsCleanupDatabase($db); + + // if someday the RENAME DATABASE reappears, do not DROP + $local_query = 'DROP DATABASE ' . PMA_backquote($db) . ';'; + $sql_query .= "\n" . $local_query; + PMA_DBI_query($local_query); + + $message = PMA_Message::success(__('Database %s has been renamed to %s')); + $message->addParam($db); + $message->addParam($newname); + } elseif (! $_error) { + $message = PMA_Message::success(__('Database %s has been copied to %s')); + $message->addParam($db); + $message->addParam($newname); + } + $reload = true; + + /* Change database to be used */ + if (! $_error && $move) { + $db = $newname; + } elseif (! $_error) { + if (isset($switch_to_new) && $switch_to_new == 'true') { + $GLOBALS['PMA_Config']->setCookie('pma_switch_to_new', 'true'); + $db = $newname; + } else { + $GLOBALS['PMA_Config']->setCookie('pma_switch_to_new', ''); + } + } + + if ($_error && ! isset($message)) { + $message = PMA_Message::error(); + } + } + + /** + * Database has been successfully renamed/moved. If in an Ajax request, + * generate the output with {@link PMA_ajaxResponse} and exit + */ + if( $GLOBALS['is_ajax_request'] == true) { + $extra_data['newname'] = $newname; + $extra_data['sql_query'] = PMA_showMessage(NULL, $sql_query); + PMA_ajaxResponse($message, $message->isSuccess(), $extra_data); + }; +} + + +/** + * Settings for relations stuff + */ + +$cfgRelation = PMA_getRelationsParam(); + +/** + * Check if comments were updated + * (must be done before displaying the menu tabs) + */ +if (isset($_REQUEST['comment'])) { + PMA_setDbComment($db, $comment); +} + +/** + * Prepares the tables list if the user where not redirected to this script + * because there is no table in the database ($is_info is true) + */ +if (empty($is_info)) { + require './libraries/db_common.inc.php'; + $url_query .= '&goto=db_operations.php'; + + // Gets the database structure + $sub_part = '_structure'; + require './libraries/db_info.inc.php'; + echo "\n"; + + if (isset($message)) { + PMA_showMessage($message, $sql_query); + unset($message); + } +} + +$db_collation = PMA_getDbCollation($db); +if ($db == 'information_schema') { + $is_information_schema = true; +} else { + $is_information_schema = false; +} + +if (!$is_information_schema) { + if ($cfgRelation['commwork']) { + /** + * database comment + */ + ?> +
                      +
                      + +
                      + + + + +
                      +
                      + +
                      +
                      +
                      + +
                      + +
                      + +
                      +
                      method="post" action="db_operations.php" + onsubmit="return emptyFormElements(this, 'newname')"> + ' . "\n"; + } + ?> + + + +
                      + + '; + } + echo __('Rename database to') . ':'; + ?> + + +
                      +
                      + +
                      +
                      +
                      + +
                      +
                      + '; +} +echo __('Remove database'); +?> + +
                        + $this_sql_query, + 'back' => 'db_operations.php', + 'goto' => 'main.php', + 'reload' => '1', + 'purge' => '1', + 'message_to_show' => sprintf(__('Database %s has been dropped.'), htmlspecialchars(PMA_backquote($db))), + 'db' => NULL, + ); + ?> +
                      • > + + +
                      • +
                      +
                      +
                      + + +
                      +
                      method="post" action="db_operations.php" + onsubmit="return emptyFormElements(this, 'newname')"> + ' . "\n"; + } + echo '' . "\n"; + echo PMA_generate_common_hidden_inputs($db); + ?> +
                      + + '; + } + echo __('Copy database to') . ':'; + $drop_clause = 'DROP TABLE / DROP VIEW'; + ?> + +
                      + __('Structure only'), + 'data' => __('Structure and data'), + 'dataonly' => __('Data only')); + PMA_display_html_radio('what', $choices, 'data', true); + unset($choices); +?> + +
                      + +
                      + +
                      + +
                      + + + /> + +
                      +
                      + +
                      +
                      +
                      +
                      ' + . PMA_generate_common_hidden_inputs($db, $table) + . '
                      ' . "\n" + . ' '; + if ($cfg['PropertiesIconic']) { + echo ''; + } + echo ' ' . "\n" + . ' ' . "\n" + . PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, + 'db_collation', 'select_db_collation', $db_collation, false, 3) + . '
                      ' + . '
                      ' + . ' ' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n"; + + if ($num_tables > 0 + && !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) { + $message = PMA_Message::notice(__('The phpMyAdmin configuration storage has been deactivated. To find out why click %shere%s.')); + $message->addParam('', false); + $message->addParam('', false); + /* Show error if user has configured something, notice elsewhere */ + if (!empty($cfg['Servers'][$server]['pmadb'])) { + $message->isError(true); + } + echo '
                      '; + $message->display(); + echo '
                      '; + } // end if +} // end if (!$is_information_schema) + + +// not sure about displaying the PDF dialog in case db is information_schema +if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> + + +
                      '; + if ($cfg['PropertiesIconic']) { + echo ''; + } + echo __('Edit or export relational schema') . '
                      '; +} // end if + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/db_printview.php b/htdocs/phpMyAdmin/db_printview.php new file mode 100644 index 000000000..36f297c99 --- /dev/null +++ b/htdocs/phpMyAdmin/db_printview.php @@ -0,0 +1,268 @@ + 0) { + while ($tmp = PMA_DBI_fetch_row($result)) { + // if in use memorize tablename + if (preg_match('@in_use=[1-9]+@i', $tmp[0])) { + $sot_cache[$tmp[0]] = true; + } + } + PMA_DBI_free_result($result); + + if (isset($sot_cache)) { + $result = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE); + if ($result != false && PMA_DBI_num_rows($result) > 0) { + while ($tmp = PMA_DBI_fetch_row($result)) { + if (!isset($sot_cache[$tmp[0]])) { + $sts_result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . addslashes($tmp[0]) . '\';'); + $sts_tmp = PMA_DBI_fetch_assoc($sts_result); + $tables[] = $sts_tmp; + } else { // table in use + $tables[] = array('Name' => $tmp[0]); + } + } + PMA_DBI_free_result($result); + $sot_ready = true; + } + } + unset($tmp, $result); + } +} + +if (! isset($sot_ready)) { + $result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ';'); + if (PMA_DBI_num_rows($result) > 0) { + while ($sts_tmp = PMA_DBI_fetch_assoc($result)) { + $tables[] = $sts_tmp; + } + PMA_DBI_free_result($result); + unset($res); + } +} + */ + +/** + * If there is at least one table, displays the printer friendly view, else + * an error message + */ +$tables = PMA_DBI_get_tables_full($db); +$num_tables = count($tables); + +echo '
                      '; + +// 1. No table +if ($num_tables == 0) { + echo __('No tables found in database.'); +} +// 2. Shows table informations on mysql >= 3.23.03 +else { + ?> + + + + + + + ' . __('Size') . ''; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + + ' . PMA_formatNumber($sts_data['TABLE_ROWS'], 0) . '' . "\n"; + } else { + echo PMA_formatNumber($sts_data['TABLE_ROWS'], 0) . "\n"; + } + ?> + + + + + + + + '; + } else { + $needs_break = ''; + } + + if (! empty($sts_data['Create_time']) + || ! empty($sts_data['Update_time']) + || ! empty($sts_data['Check_time'])) { + echo $needs_break; + ?> + + + + + + + + + + + + + + + + + +
                      + +
                      + + + + + -- + + +
                      + + + +

                      + + + + diff --git a/htdocs/phpMyAdmin/db_qbe.php b/htdocs/phpMyAdmin/db_qbe.php new file mode 100644 index 000000000..751317d11 --- /dev/null +++ b/htdocs/phpMyAdmin/db_qbe.php @@ -0,0 +1,967 @@ + (maybe) execute it + */ +$message_to_display = false; +if (isset($_REQUEST['submit_sql']) && ! empty($sql_query)) { + if (! preg_match('@^SELECT@i', $sql_query)) { + $message_to_display = true; + } else { + $goto = 'db_sql.php'; + require './sql.php'; + exit; + } +} + +$sub_part = '_qbe'; +require './libraries/db_common.inc.php'; +$url_query .= '&goto=db_qbe.php'; +$url_params['goto'] = 'db_qbe.php'; +require './libraries/db_info.inc.php'; + +if ($message_to_display) { + PMA_Message::error(__('You have to choose at least one column to display'))->display(); +} +unset($message_to_display); + +/** + * Initialize some variables + */ +$col_cnt = PMA_ifSetOr($_REQUEST['col_cnt'], 3, 'numeric'); +$add_col = PMA_ifSetOr($_REQUEST['add_col'], 0, 'numeric'); +$add_row = PMA_ifSetOr($_REQUEST['add_row'], 0, 'numeric'); + +$rows = PMA_ifSetOr($_REQUEST['rows'], 0, 'numeric'); +$ins_col = PMA_ifSetOr($_REQUEST['ins_col'], null, 'array'); +$del_col = PMA_ifSetOr($_REQUEST['del_col'], null, 'array'); + +$prev_criteria = isset($_REQUEST['prev_criteria']) + ? $_REQUEST['prev_criteria'] + : array(); +$criteria = isset($_REQUEST['criteria']) + ? $_REQUEST['criteria'] + : array_fill(0, $col_cnt, ''); + +$ins_row = isset($_REQUEST['ins_row']) + ? $_REQUEST['ins_row'] + : array_fill(0, $col_cnt, ''); +$del_row = isset($_REQUEST['del_row']) + ? $_REQUEST['del_row'] + : array_fill(0, $col_cnt, ''); +$and_or_row = isset($_REQUEST['and_or_row']) + ? $_REQUEST['and_or_row'] + : array_fill(0, $col_cnt, ''); +$and_or_col = isset($_REQUEST['and_or_col']) + ? $_REQUEST['and_or_col'] + : array_fill(0, $col_cnt, ''); + +// minimum width +$form_column_width = 12; +$col = max($col_cnt + $add_col, 0); +$row = max($rows + $add_row, 0); + + +// The tables list sent by a previously submitted form +if (PMA_isValid($_REQUEST['TableList'], 'array')) { + foreach ($_REQUEST['TableList'] as $each_table) { + $tbl_names[$each_table] = ' selected="selected"'; + } +} // end if + + +// this was a work in progress, deactivated for now +//$columns = PMA_DBI_get_columns_full($GLOBALS['db']); +//$tables = PMA_DBI_get_columns_full($GLOBALS['db']); + + +/** + * Prepares the form + */ +$tbl_result = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE); +$tbl_result_cnt = PMA_DBI_num_rows($tbl_result); +if (0 == $tbl_result_cnt) { + PMA_Message::error(__('No tables found in database.'))->display(); + require './libraries/footer.inc.php'; + exit; +} + +// The tables list gets from MySQL +while (list($tbl) = PMA_DBI_fetch_row($tbl_result)) { + $fld_results = PMA_DBI_get_fields($db, $tbl); + + if (empty($tbl_names[$tbl]) && !empty($_REQUEST['TableList'])) { + $tbl_names[$tbl] = ''; + } else { + $tbl_names[$tbl] = ' selected="selected"'; + } // end if + + // The fields list per selected tables + if ($tbl_names[$tbl] == ' selected="selected"') { + $each_table = PMA_backquote($tbl); + $fld[] = $each_table . '.*'; + foreach ($fld_results as $each_field) { + $each_field = $each_table . '.' . PMA_backquote($each_field['Field']); + $fld[] = $each_field; + + // increase the width if necessary + $form_column_width = max(strlen($each_field), $form_column_width); + } // end foreach + } // end if +} // end while +PMA_DBI_free_result($tbl_result); + +// largest width found +$realwidth = $form_column_width . 'ex'; + + +/** + * Displays the Query by example form + */ + +/** + * Enter description here... + * + * @param array $columns + * @param integer $column_number + * @param string $selected + */ +function showColumnSelectCell($columns, $column_number, $selected = '') +{ + ?> + + + + + $value) { + $tab_designer['link'] .= PMA_get_arg_separator('html') . urlencode($param) . '=' + . urlencode($value); + } + } + } + if (! empty($tab['fragment'])) { + $tab['link'] .= $tab['fragment']; + } + if (isset($tab_designer['link'])) { +?> +
                      + +' . __('visual builder') . ''; ?> + +
                      + +
                      +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      :
                      : + + + +
                      : + + + /> +
                      : + + + + +
                      + + + + + + + + + + + + +
                      + : + + + : + + /> +   +
                      + : + + + : + + /> +   +
                      +
                      + + + +
                      + + + + + + + + + + + + +
                      + : + + + : + + /> +
                      + : + + + : + + /> +
                      +
                      + + + +
                      : + : + /> +   : + /> +
                      + + +    + +
                      + : + /> +   : + /> +
                      + + +    + +
                      + + + +
                      +
                      + + + + + + + + + +
                      + : + +  : + +  
                      +
                      + + + + + + +
                      +
                      + + $val) { + $options .= ' '; + $options .= '' . "\n"; + $numTableListOptions++; +} +?> + +
                      +
                      + +
                      +
                        +
                      + %s:'), PMA_getDbLink($db)); ?> + + +
                      +
                      + +
                      +
                      +
                      + diff --git a/htdocs/phpMyAdmin/db_search.php b/htdocs/phpMyAdmin/db_search.php new file mode 100644 index 000000000..d93fd74d8 --- /dev/null +++ b/htdocs/phpMyAdmin/db_search.php @@ -0,0 +1,382 @@ + __('at least one of the words'), + '2' => __('all words'), + '3' => __('the exact phrase'), + '4' => __('as regular expression'), +); + +if (empty($_REQUEST['search_option']) || ! is_string($_REQUEST['search_option']) + || ! array_key_exists($_REQUEST['search_option'], $search_options)) { + $search_option = 1; + unset($_REQUEST['submit_search']); +} else { + $search_option = (int) $_REQUEST['search_option']; + $option_str = $search_options[$_REQUEST['search_option']]; +} + +if (empty($_REQUEST['search_str']) || ! is_string($_REQUEST['search_str'])) { + unset($_REQUEST['submit_search']); + $searched = ''; +} else { + $searched = htmlspecialchars($_REQUEST['search_str']); + // For "as regular expression" (search option 4), we should not treat + // this as an expression that contains a LIKE (second parameter of + // PMA_sqlAddslashes()). + // + // Usage example: If user is seaching for a literal $ in a regexp search, + // he should enter \$ as the value. + $search_str = PMA_sqlAddslashes($_REQUEST['search_str'], ($search_option == 4 ? false : true)); +} + +$tables_selected = array(); +if (empty($_REQUEST['table_select']) || ! is_array($_REQUEST['table_select'])) { + unset($_REQUEST['submit_search']); +} elseif (! isset($_REQUEST['selectall']) && ! isset($_REQUEST['unselectall'])) { + $tables_selected = array_intersect($_REQUEST['table_select'], $tables_names_only); +} + +if (isset($_REQUEST['selectall'])) { + $tables_selected = $tables_names_only; +} elseif (isset($_REQUEST['unselectall'])) { + $tables_selected = array(); +} + +if (empty($_REQUEST['field_str']) || ! is_string($_REQUEST['field_str'])) { + unset($field_str); +} else { + $field_str = PMA_sqlAddslashes($_REQUEST['field_str'], true); +} + +/** + * Displays top links if we are not in an Ajax request + */ +$sub_part = ''; + +if( $GLOBALS['is_ajax_request'] != true) { + require './libraries/db_info.inc.php'; + echo '
                      '; +} + +/** + * 1. Main search form has been submitted + */ +if (isset($_REQUEST['submit_search'])) { + + /** + * Builds the SQL search query + * + * @todo can we make use of fulltextsearch IN BOOLEAN MODE for this? + * @uses PMA_DBI_query + * PMA_backquote + * PMA_DBI_free_result + * PMA_DBI_fetch_assoc + * $GLOBALS['db'] + * explode + * count + * strlen + * @param string the table name + * @param string restrict the search to this field + * @param string the string to search + * @param integer type of search (1 -> 1 word at least, 2 -> all words, + * 3 -> exact string, 4 -> regexp) + * + * @return array 3 SQL querys (for count, display and delete results) + * + * @global string the url to return to in case of errors + * @global string charset connection + */ + function PMA_getSearchSqls($table, $field, $search_str, $search_option) + { + global $err_url; + + // Statement types + $sqlstr_select = 'SELECT'; + $sqlstr_delete = 'DELETE'; + + // Fields to select + $tblfields = PMA_DBI_fetch_result('SHOW FIELDS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($GLOBALS['db']), + null, 'Field'); + + // Table to use + $sqlstr_from = ' FROM ' . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($table); + + $search_words = (($search_option > 2) ? array($search_str) : explode(' ', $search_str)); + $search_wds_cnt = count($search_words); + + $like_or_regex = (($search_option == 4) ? 'REGEXP' : 'LIKE'); + $automatic_wildcard = (($search_option < 3) ? '%' : ''); + + $fieldslikevalues = array(); + foreach ($search_words as $search_word) { + // Eliminates empty values + if (strlen($search_word) === 0) { + continue; + } + + $thefieldlikevalue = array(); + foreach ($tblfields as $tblfield) { + if (! isset($field) || strlen($field) == 0 || $tblfield == $field) { + $thefieldlikevalue[] = 'CONVERT(' . PMA_backquote($tblfield) . ' USING utf8)' + . ' ' . $like_or_regex . ' ' + . "'" . $automatic_wildcard + . $search_word + . $automatic_wildcard . "'"; + } + } // end for + + if (count($thefieldlikevalue) > 0) { + $fieldslikevalues[] = implode(' OR ', $thefieldlikevalue); + } + } // end for + + $implode_str = ($search_option == 1 ? ' OR ' : ' AND '); + if ( empty($fieldslikevalues)) { + // this could happen when the "inside field" does not exist + // in any selected tables + $sqlstr_where = ' WHERE FALSE'; + } else { + $sqlstr_where = ' WHERE (' . implode(') ' . $implode_str . ' (', $fieldslikevalues) . ')'; + } + unset($fieldslikevalues); + + // Builds complete queries + $sql['select_fields'] = $sqlstr_select . ' * ' . $sqlstr_from . $sqlstr_where; + // here, I think we need to still use the COUNT clause, even for + // VIEWs, anyway we have a WHERE clause that should limit results + $sql['select_count'] = $sqlstr_select . ' COUNT(*) AS `count`' . $sqlstr_from . $sqlstr_where; + $sql['delete'] = $sqlstr_delete . $sqlstr_from . $sqlstr_where; + + return $sql; + } // end of the "PMA_getSearchSqls()" function + + + /** + * Displays the results + */ + $this_url_params = array( + 'db' => $GLOBALS['db'], + 'goto' => 'db_sql.php', + 'pos' => 0, + 'is_js_confirmed' => 0, + ); + + // Displays search string + echo '
                      ' . "\n" + .'' . "\n" + .'' . "\n"; + + $num_search_result_total = 0; + $odd_row = true; + + foreach ($tables_selected as $each_table) { + // Gets the SQL statements + $newsearchsqls = PMA_getSearchSqls($each_table, (! empty($field_str) ? $field_str : ''), $search_str, $search_option); + + // Executes the "COUNT" statement + $res_cnt = PMA_DBI_fetch_value($newsearchsqls['select_count']); + $num_search_result_total += $res_cnt; + + $sql_query .= $newsearchsqls['select_count']; + + echo '' + .'\n"; + + if ($res_cnt > 0) { + $this_url_params['sql_query'] = $newsearchsqls['select_fields']; + $browse_result_path = 'sql.php' . PMA_generate_common_url($this_url_params); + ?> + + + +  ' . "\n" + .'' . "\n"; + }// end if else + $odd_row = ! $odd_row; + echo '' . "\n"; + } // end for + + echo '
                      ' . "\n" + .sprintf(__('Search results for "%s" %s:'), + $searched, $option_str) . "\n" + .'
                      ' . sprintf(_ngettext('%s match inside table %s', '%s matches inside table %s', $res_cnt), $res_cnt, + htmlspecialchars($each_table)) . "  
                      ' . "\n"; + + if (count($tables_selected) > 1) { + echo '

                      ' . sprintf(_ngettext('Total: %s match', 'Total: %s matches', $num_search_result_total), + $num_search_result_total) . '

                      ' . "\n"; + } +} // end 1. + +/** + * If we are in an Ajax request, we need to exit after displaying all the HTML + */ +if($GLOBALS['is_ajax_request'] == true) { + exit; +} +else { + echo '
                      ';//end searchresults div +} + +/** + * 2. Displays the main search form + */ +?> + +
                      method="post" action="db_search.php" name="db_search"> + +
                      + + + + + + + + + + + + + + + + + +
                      + __('at least one of the words') . PMA_showHint(__('Words are separated by a space character (" ").')), + '2' => __('all words') . PMA_showHint(__('Words are separated by a space character (" ").')), + '3' => __('the exact phrase'), + '4' => __('as regular expression') . ' ' . PMA_showMySQLDocu('Regexp', 'Regexp') +); +// 4th parameter set to true to add line breaks +// 5th parameter set to false to avoid htmlspecialchars() escaping in the label +// since we have some HTML in some labels +PMA_display_html_radio('search_option', $choices, $search_option, true, false); +unset($choices); + ?> +
                      + +' . "\n"; +foreach ($tables_names_only as $each_table) { + if (in_array($each_table, $tables_selected)) { + $is_selected = ' selected="selected"'; + } else { + $is_selected = ''; + } + + echo ' ' . "\n"; +} // end while + +echo ' ' . "\n"; +$alter_select = + '' . __('Select All') . '' + . ' / ' + . '' . __('Unselect All') . ''; +?> +
                      +
                      +
                      +
                      +
                      + +
                      +
                      + + +
                      + +
                      +
                      + +
                      +
                      +
                      + +
                      + + + + diff --git a/htdocs/phpMyAdmin/db_sql.php b/htdocs/phpMyAdmin/db_sql.php new file mode 100644 index 000000000..2020dea7d --- /dev/null +++ b/htdocs/phpMyAdmin/db_sql.php @@ -0,0 +1,48 @@ + diff --git a/htdocs/phpMyAdmin/db_structure.php b/htdocs/phpMyAdmin/db_structure.php new file mode 100644 index 000000000..d81af5d53 --- /dev/null +++ b/htdocs/phpMyAdmin/db_structure.php @@ -0,0 +1,579 @@ + libraries/mult_submits.inc.php -> sql.php + // -> db_structure.php and if we got an error on the multi submit, + // we must display it here and not call again mult_submits.inc.php + if (! isset($error) || FALSE === $error) { + require './libraries/mult_submits.inc.php'; + } + if (empty($message)) { + $message = PMA_Message::success(); + } + } + require './libraries/db_common.inc.php'; + $url_query .= '&goto=db_structure.php'; + + // Gets the database structure + $sub_part = '_structure'; + require './libraries/db_info.inc.php'; + + require_once './libraries/replication.inc.php'; +} + +require_once './libraries/bookmark.lib.php'; + +require_once './libraries/mysql_charsets.lib.php'; +$db_collation = PMA_getDbCollation($db); + +// in a separate file to avoid redeclaration of functions in some code paths +require_once './libraries/db_structure.lib.php'; +$titles = PMA_buildActionTitles(); + +// 1. No tables +if ($num_tables == 0) { + echo '

                      ' . __('No tables found in database') . '

                      ' . "\n"; + + // Routines + require './libraries/db_routines.inc.php'; + + // Events + if (PMA_MYSQL_INT_VERSION > 50100) { + require './libraries/db_events.inc.php'; + } + + if (empty($db_is_information_schema)) { + require './libraries/display_create_table.lib.php'; + } // end if (Create Table dialog) + + /** + * Displays the footer + */ + require_once './libraries/footer.inc.php'; + exit; +} + +// else +// 2. Shows table informations + +/** + * Displays the tables list + */ +echo '
                      '; +$_url_params = array( + 'pos' => $pos, + 'db' => $db); + +// Add the sort options if they exists +if (isset($_REQUEST['sort'])) { + $_url_params['sort'] = $_REQUEST['sort']; +} + +if (isset($_REQUEST['sort_order'])) { + $_url_params['sort_order'] = $_REQUEST['sort_order']; +} + +PMA_listNavigator($total_num_tables, $pos, $_url_params, 'db_structure.php', 'frame_content', $GLOBALS['cfg']['MaxTableList']); + +?> +
                      + 1 ? ceil($num_tables / $cfg['PropertiesNumColumns']) + 1 : 0; +$row_count = 0; + + +$hidden_fields = array(); +$odd_row = true; +$sum_row_count_pre = ''; + +$tableReductionCount = 0; // the amount to reduce the table count by + +foreach ($tables as $keyname => $each_table) { + if (PMA_BS_IsHiddenTable($keyname)) { + $tableReductionCount++; + continue; + } + + // Get valid statistics whatever is the table type + + $table_is_view = false; + $table_encoded = urlencode($each_table['TABLE_NAME']); + // Sets parameters for links + $tbl_url_query = $url_query . '&table=' . $table_encoded; + // do not list the previous table's size info for a view + $formatted_size = '-'; + $unit = ''; + + switch ( $each_table['ENGINE']) { + // MyISAM, ISAM or Heap table: Row count, data size and index size + // are accurate; data size is accurate for ARCHIVE + case 'MyISAM' : + case 'ISAM' : + case 'HEAP' : + case 'MEMORY' : + case 'ARCHIVE' : + case 'Aria' : + case 'Maria' : + if ($db_is_information_schema) { + $each_table['Rows'] = PMA_Table::countRecords($db, + $each_table['Name']); + } + + if ($is_show_stats) { + $tblsize = doubleval($each_table['Data_length']) + doubleval($each_table['Index_length']); + $sum_size += $tblsize; + list($formatted_size, $unit) = PMA_formatByteDown($tblsize, 3, ($tblsize > 0) ? 1 : 0); + if (isset($each_table['Data_free']) && $each_table['Data_free'] > 0) { + list($formatted_overhead, $overhead_unit) = PMA_formatByteDown($each_table['Data_free'], 3, ($each_table['Data_free'] > 0) ? 1 : 0); + $overhead_size += $each_table['Data_free']; + } + } + break; + case 'InnoDB' : + // InnoDB table: Row count is not accurate but data and index + // sizes are. + + if ($each_table['TABLE_ROWS'] < $GLOBALS['cfg']['MaxExactCount']) { + $each_table['COUNTED'] = true; + $each_table['TABLE_ROWS'] = PMA_Table::countRecords($db, + $each_table['TABLE_NAME'], $force_exact = true, + $is_view = false); + } else { + $each_table['COUNTED'] = false; + } + + if ($is_show_stats) { + $tblsize = $each_table['Data_length'] + $each_table['Index_length']; + $sum_size += $tblsize; + list($formatted_size, $unit) = PMA_formatByteDown($tblsize, 3, ($tblsize > 0) ? 1 : 0); + } + //$display_rows = ' - '; + break; + // Mysql 5.0.x (and lower) uses MRG_MyISAM and MySQL 5.1.x (and higher) uses MRG_MYISAM + // Both are aliases for MERGE + case 'MRG_MyISAM' : + case 'MRG_MYISAM' : + case 'MERGE' : + case 'BerkeleyDB' : + // Merge or BerkleyDB table: Only row count is accurate. + if ($is_show_stats) { + $formatted_size = ' - '; + $unit = ''; + } + break; + // for a view, the ENGINE is sometimes reported as null, + // or on some servers it's reported as "SYSTEM VIEW" + case null : + case 'SYSTEM VIEW' : + // if table is broken, Engine is reported as null, so one more test + if ($each_table['TABLE_TYPE'] == 'VIEW') { + // countRecords() takes care of $cfg['MaxExactCountViews'] + $each_table['TABLE_ROWS'] = PMA_Table::countRecords($db, + $each_table['TABLE_NAME'], $force_exact = true, + $is_view = true); + $table_is_view = true; + } + break; + default : + // Unknown table type. + if ($is_show_stats) { + $formatted_size = 'unknown'; + $unit = ''; + } + } // end switch + + if (! PMA_Table::isMerge($db, $each_table['TABLE_NAME'])) { + $sum_entries += $each_table['TABLE_ROWS']; + } + + if (isset($each_table['Collation'])) { + $collation = '' + . $each_table['Collation'] . ''; + } else { + $collation = '---'; + } + + if ($is_show_stats) { + if (isset($formatted_overhead)) { + $overhead = '' . $formatted_overhead + . ' ' . $overhead_unit . '' . "\n"; + unset($formatted_overhead); + $overhead_check .= + "document.getElementById('checkbox_tbl_" . ($i + 1) . "').checked = true;"; + } else { + $overhead = '-'; + } + } // end if + + $alias = (!empty($tooltip_aliasname) && isset($tooltip_aliasname[$each_table['TABLE_NAME']])) + ? str_replace(' ', ' ', htmlspecialchars($tooltip_truename[$each_table['TABLE_NAME']])) + : str_replace(' ', ' ', htmlspecialchars($each_table['TABLE_NAME'])); + $truename = (!empty($tooltip_truename) && isset($tooltip_truename[$each_table['TABLE_NAME']])) + ? str_replace(' ', ' ', htmlspecialchars($tooltip_truename[$each_table['TABLE_NAME']])) + : str_replace(' ', ' ', htmlspecialchars($each_table['TABLE_NAME'])); + + $i++; + + $row_count++; + if ($table_is_view) { + $hidden_fields[] = ''; + } + + if ($each_table['TABLE_ROWS'] > 0) { + $browse_table = '' . $titles['Browse'] . ''; + $search_table = '' . $titles['Search'] . ''; + $browse_table_label = '' . $truename . ''; + } else { + $browse_table = $titles['NoBrowse']; + $search_table = $titles['NoSearch']; + $browse_table_label = '' . $truename . ''; + } + + if (! $db_is_information_schema) { + if (! empty($each_table['TABLE_ROWS'])) { + $empty_table = '' . $titles['Empty'] . ''; + } else { + $empty_table = $titles['NoEmpty']; + } + $drop_query = 'DROP ' + . ($table_is_view ? 'VIEW' : 'TABLE') + . ' ' . PMA_backquote($each_table['TABLE_NAME']); + $drop_message = sprintf( + $table_is_view ? __('View %s has been dropped') : __('Table %s has been dropped'), + str_replace(' ', ' ', htmlspecialchars($each_table['TABLE_NAME']))); + } + + $tracking_icon = ''; + if (PMA_Tracker::isActive()) { + if (PMA_Tracker::isTracked($GLOBALS["db"], $truename)) { + $tracking_icon = '' . __('Tracking is active.') . ''; + } elseif (PMA_Tracker::getVersion($GLOBALS["db"], $truename) > 0) { + $tracking_icon = '' . __('Tracking is not active.') . ''; + } + } + + if ($num_columns > 0 && $num_tables > $num_columns + && (($row_count % $num_columns) == 0)) { + $row_count = 1; + $odd_row = true; + ?> + + + + 0) + || (strlen(array_search($db, $server_slave_Do_DB)) > 0) + || (count($server_slave_Do_DB) == 1 && count($server_slave_Ignore_DB) == 1) + ) { + $do = true; + } + foreach ($server_slave_Wild_Do_Table as $db_table) { + $table_part = PMA_extract_db_or_table($db_table, 'table'); + if (($db == PMA_extract_db_or_table($db_table, 'db')) && (preg_match("@^" . substr($table_part, 0, strlen($table_part) - 1) . "@", $truename))) { + $do = true; + } + } + //////////////////////////////////////////////////////////////////// + if ((strlen(array_search($truename, $server_slave_Ignore_Table)) > 0) || (strlen(array_search($db, $server_slave_Ignore_DB)) > 0)) { + $ignored = true; + } + foreach ($server_slave_Wild_Ignore_Table as $db_table) { + $table_part = PMA_extract_db_or_table($db_table, 'table'); + if (($db == PMA_extract_db_or_table($db_table)) && (preg_match("@^" . substr($table_part, 0, strlen($table_part) - 1) . "@", $truename))) { + $ignored = true; + } + } + unset($table_part); + } + ?> + + + /> + + + + ' : ''. $do ? ' REPLICATED' : ''; ?> + + + + + + + + + + + + href="sql.php?&reload=1&purge=1&sql_query=&message_to_show=" > + + = $GLOBALS['cfg']['MaxExactCountViews']){ + $row_count_pre = '~'; + $sum_row_count_pre = '~'; + $show_superscript = PMA_showHint(PMA_sanitize(sprintf(__('This view has at least this number of rows. Please refer to %sdocumentation%s.'), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]'))); + } + } elseif($each_table['ENGINE'] == 'InnoDB' && (! $each_table['COUNTED'])) { + // InnoDB table: we did not get an accurate row count + $row_count_pre = '~'; + $sum_row_count_pre = '~'; + $show_superscript = ''; + } else { + $row_count_pre = ''; + $show_superscript = ''; + } + ?> + + 1)) { ?> + + + + + + + + + + + + - + + --- + + - + - + + + + + + + + + + + + + + ' . __('Replication') . '' . "\n"; + } + ?> + + + + 1)) { + $default_engine = PMA_DBI_get_default_engine(); + echo ' ' . "\n" + . ' ' .$default_engine . '' . "\n"; + // we got a case where $db_collation was empty + echo ' ' . "\n"; + if (! empty($db_collation)) { + echo ' ' . $db_collation + . ''; + } + echo ''; +} + +if ($is_show_stats) { + ?> + + + + + + + +
                      + +<?php echo __('With selected:'); ?> + + +/ + + + +/ + + + + + + + + +
                      +
                      + +
                      +
                      + + 50100) { + require './libraries/db_events.inc.php'; +} + +/** + * Work on the database + */ +/* DATABASE WORK */ +/* Printable view of a table */ +echo '

                      '; +echo ''; +if ($cfg['PropertiesIconic']) { + echo ''; +} +echo __('Print view') . ' '; + +echo ''; +if ($cfg['PropertiesIconic']) { + echo ''; +} +echo __('Data Dictionary') . ''; +echo '

                      '; + +if (empty($db_is_information_schema)) { + require './libraries/display_create_table.lib.php'; +} // end if (Create Table dialog) + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/db_tracking.php b/htdocs/phpMyAdmin/db_tracking.php new file mode 100644 index 000000000..c0421d600 --- /dev/null +++ b/htdocs/phpMyAdmin/db_tracking.php @@ -0,0 +1,236 @@ +' . __('No tables found in database.') . '

                      ' . "\n"; + + if (empty($db_is_information_schema)) { + require './libraries/display_create_table.lib.php'; + } + + // Display the footer + require './libraries/footer.inc.php'; + exit; +} + +// --------------------------------------------------------------------------- + +/* + * Display top menu links + */ +require_once './libraries/db_links.inc.php'; + +// Prepare statement to get HEAD version +$all_tables_query = ' SELECT table_name, MAX(version) as version FROM ' . + PMA_backquote($GLOBALS['cfg']['Server']['pmadb']) . '.' . + PMA_backquote($GLOBALS['cfg']['Server']['tracking']) . + ' WHERE ' . PMA_backquote('db_name') . ' = \'' . PMA_sqlAddslashes($_REQUEST['db']) . '\' ' . + ' GROUP BY '. PMA_backquote('table_name') . + ' ORDER BY '. PMA_backquote('table_name') .' ASC'; + +$all_tables_result = PMA_query_as_controluser($all_tables_query); + +// If a HEAD version exists +if (PMA_DBI_num_rows($all_tables_result) > 0) { +?> +

                      + + + + + + + + + + + + + + + + '; + } + if ('both' === $GLOBALS['cfg']['PropertiesIconic'] || false === $GLOBALS['cfg']['PropertiesIconic']) { + $drop_image_or_text .= __('Drop'); + } + + $style = 'odd'; + while ($one_result = PMA_DBI_fetch_array($all_tables_result)) { + list($table_name, $version_number) = $one_result; + $table_query = ' SELECT * FROM ' . + PMA_backquote($GLOBALS['cfg']['Server']['pmadb']) . '.' . + PMA_backquote($GLOBALS['cfg']['Server']['tracking']) . + ' WHERE `db_name` = \'' . PMA_sqlAddslashes($_REQUEST['db']) . '\' AND `table_name` = \'' . PMA_sqlAddslashes($table_name) . '\' AND `version` = \'' . $version_number . '\''; + + $table_result = PMA_query_as_controluser($table_query); + $version_data = PMA_DBI_fetch_array($table_result); + + if ($version_data['tracking_active'] == 1) { + $version_status = __('active'); + } else { + $version_status = __('not active'); + } + $tmp_link = 'tbl_tracking.php?' . $url_query . '&table=' . htmlspecialchars($version_data['table_name']); + $delete_link = 'db_tracking.php?' . $url_query . '&table=' . htmlspecialchars($version_data['table_name']) . '&delete_tracking=true&'; + ?> + + + + + + + + + + + + +
                      href="" > + | + |
                      + $value) { + // If $value is a table group. + if (array_key_exists(('is' . $sep . 'group'), $value) && $value['is' . $sep . 'group']) { + foreach ($value as $temp_table) { + // If $temp_table is a table with the value for 'Name' is set, + // rather than a propery of the table group. + if (array_key_exists('Name', $temp_table)) { + if (PMA_Tracker::getVersion($GLOBALS['db'], $temp_table['Name']) == -1) { + $my_tables[] = $temp_table['Name']; + } + } + } + // If $value is a table. + } else { + if (PMA_Tracker::getVersion($GLOBALS['db'], $value['Name']) == -1) { + $my_tables[] = $value['Name']; + } + } +} + +// If untracked tables exist +if (isset($my_tables)) { +?> +

                      + + + + + + + + + + $tablename) { + if (PMA_Tracker::getVersion($GLOBALS['db'], $tablename) == -1) { + $my_link = ''; + + if ($cfg['PropertiesIconic']) { + $my_link .= '' . __('Track table') . ' '; + } + $my_link .= __('Track table') . ''; + ?> + + + + + + +
                      + + 0) { + $log = ''; + foreach ($data['ddlog'] as $entry) { + $log .= '# ' . $entry['date'] . ' ' . $entry['username'] . "\n" . $entry['statement'] . "\n"; + } + PMA_showMessage(__('Database Log'), $log); +} + +/** + * Display the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/docs.css b/htdocs/phpMyAdmin/docs.css new file mode 100644 index 000000000..96574d9c6 --- /dev/null +++ b/htdocs/phpMyAdmin/docs.css @@ -0,0 +1,213 @@ +/* Stylesheet for phpMyAdmin documentation */ +/* vim: expandtab ts=4 sw=4 sts=4 tw=78 +*/ + +body { + background-color: #ffffff; + font-family: sans-serif; + color: #000000; + margin: 0; + padding: 0; + background: url('themes/original/img/logo_right.png') no-repeat fixed bottom right; +} + +img { + border: 0; +} + +#header { + margin: 0px; + padding: 1em 0.5em 0.5em 1em; + background: #036; + border: 0px; + border-bottom: 1px solid black; +} + +#header h1 { + padding: 0; + margin: 0; + margin-right: 1em; + color: white; +} + +#header h1 a { + color: #7584b3; +} + +#header h1 a .myadmin { + color: #ffad17; +} + +#body { + margin: 2em 1em 1em 1em; + padding: 0px; + padding-right: 13em; +} + +ul#footer { + padding: 0; + margin: 0; + max-width: 100%; +} + +#footer li { + font-size: smaller; + list-style: none; + float: left; + padding: 1em; + color: gray; + border: none; +} + +#footer a { + color: #c19e66; +} + +abbr, acronym { + border-bottom: 1px dotted; +} + +abbr, acronym { + cursor: help; +} + +a { + text-decoration: none; + color: #c17d11; +} + +a:hover { + text-decoration: underline; + color: #8f5902; +} + +sup { + font-size: 0.7em; +} + +sup:before { + content: ' ['; +} + +sup:after { + content: ']'; +} + + +ul.header { + background: url(themes/original/img/docs_menu_bg.png) transparent fixed; + position: fixed; + top: 3em; + left: auto; + width: 8.5em; + right: 2em; + text-align: center; + margin: 1em; + padding: 1em; + border: 1px solid black; +} + +ul.header li { + margin: 0; + padding: 0; + display: block; +} + +ul.header a { + text-decoration: none; + font-size: medium; + color: #036; + background-color: transparent; + font-weight: bolder; + display: block; +} + +ul.header a:hover { + color: #000099; + background-color: #99CCFF; +} + +h2 { + color: #727e0a; + max-width: 70em; +} + +h3 { + color: #727e0a; + max-width: 70em; +} + +h4, h5 { + color: #727e0a; + max-width: 70em; +} + +h4 a { + color: #727e0a; +} + +p { + max-width: 70em; + margin: 1em; +} + +ul, dl, ol { + margin: 1em; + max-width: 70em; +} + +ul ul, ol ul { + margin-bottom: 0; +} + +li { + margin-top: 0.5em; +} + +pre { + margin: 1em; + border: 1px solid silver; + color: #000000; + background-color: #eeeeee; + padding: 0.5em; + max-width: 70em; +} + +/* no more intend inside li */ +li pre { + margin: 1em 0 1em 0; +} + +dt { + font-weight: bold; + margin-left: 2em; +} + +dd { + margin-left: 4em; + margin-bottom: 1em; +} + +.configrule { + font-family: monospace; +} + +.important { + color: #bb0000; + background-color: #ffeeee; + padding: 0 0.5em 0 0.5em; +} + +p.important { + border: 1px dotted #ff0000; + padding: 0.5em; +} + +p.footnote { + margin: 0 5% 2px 7%; + padding-top: 3em; +} + +p.footnote:first-line { + margin-left: -2%; +} diff --git a/htdocs/phpMyAdmin/enum_editor.php b/htdocs/phpMyAdmin/enum_editor.php new file mode 100644 index 000000000..ab86d737c --- /dev/null +++ b/htdocs/phpMyAdmin/enum_editor.php @@ -0,0 +1,73 @@ + + + + + +
                      +
                      +

                      +

                      +
                      + ', htmlspecialchars(str_replace(array("''", '\\\\', "\\'"), array("'", '\\', "'"), substr($value, 1, -1)))); + } + } + + $total_fields = $field_counter; + // If extra empty fields are added, display them + if(isset($_GET['extra_fields'])) { + $total_fields += $_GET['extra_fields']; + for($i = $field_counter+1; $i <= $total_fields; $i++) { + echo ''; + } + } else { + $_GET['extra_fields'] = 0; + } + + ?> +
                      +

                      + + + +

                      + + + + + + +
                      +

                      +

                      + +
                      +
                      + + diff --git a/htdocs/phpMyAdmin/export.php b/htdocs/phpMyAdmin/export.php new file mode 100644 index 000000000..fb8805a4e --- /dev/null +++ b/htdocs/phpMyAdmin/export.php @@ -0,0 +1,729 @@ + $export_type, 'single_table' => isset($single_table))); + +// Backward compatbility +$type = $what; + +// Check export type +if (!isset($export_list[$type])) { + die('Bad type!'); +} + +/** + * valid compression methods + */ +$compression_methods = array( + 'zip', + 'gzip', + 'bzip', +); + +/** + * init and variable checking + */ +$compression = false; +$onserver = false; +$save_on_server = false; +$buffer_needed = false; + +// Is it a quick or custom export? +if($_REQUEST['quick_or_custom'] == 'quick') { + $quick_export = true; +} else { + $quick_export = false; +} + +if ($_REQUEST['output_format'] == 'astext') { + $asfile = false; +} else { + $asfile = true; + if (in_array($_REQUEST['compression'], $compression_methods)) { + $compression = $_REQUEST['compression']; + $buffer_needed = true; + } + if (($quick_export && !empty($_REQUEST['quick_export_onserver'])) || (!$quick_export && !empty($_REQUEST['onserver']))) { + if($quick_export) { + $onserver = $_REQUEST['quick_export_onserver']; + } else { + $onserver = $_REQUEST['onserver']; + } + // Will we save dump on server? + $save_on_server = ! empty($cfg['SaveDir']) && $onserver; + } +} + +// Does export require to be into file? +if (isset($export_list[$type]['force_file']) && ! $asfile) { + $message = PMA_Message::error(__('Selected export type has to be saved in file!')); + require_once './libraries/header.inc.php'; + if ($export_type == 'server') { + $active_page = 'server_export.php'; + require './server_export.php'; + } elseif ($export_type == 'database') { + $active_page = 'db_export.php'; + require './db_export.php'; + } else { + $active_page = 'tbl_export.php'; + require './tbl_export.php'; + } + exit(); +} + +// Generate error url and check for needed variables +if ($export_type == 'server') { + $err_url = 'server_export.php?' . PMA_generate_common_url(); +} elseif ($export_type == 'database' && strlen($db)) { + $err_url = 'db_export.php?' . PMA_generate_common_url($db); + // Check if we have something to export + if (isset($table_select)) { + $tables = $table_select; + } else { + $tables = array(); + } +} elseif ($export_type == 'table' && strlen($db) && strlen($table)) { + $err_url = 'tbl_export.php?' . PMA_generate_common_url($db, $table); +} else { + die('Bad parameters!'); +} + +// Get the functions specific to the export type +require './libraries/export/' . PMA_securePath($type) . '.php'; + +/** + * Increase time limit for script execution and initializes some variables + */ +@set_time_limit($cfg['ExecTimeLimit']); +if (!empty($cfg['MemoryLimit'])) { + @ini_set('memory_limit', $cfg['MemoryLimit']); +} + +// Start with empty buffer +$dump_buffer = ''; +$dump_buffer_len = 0; + +// We send fake headers to avoid browser timeout when buffering +$time_start = time(); + + +/** + * Output handler for all exports, if needed buffering, it stores data into + * $dump_buffer, otherwise it prints thems out. + * + * @param string the insert statement + * + * @return bool Whether output suceeded + */ +function PMA_exportOutputHandler($line) +{ + global $time_start, $dump_buffer, $dump_buffer_len, $save_filename; + + // Kanji encoding convert feature + if ($GLOBALS['output_kanji_conversion']) { + $line = PMA_kanji_str_conv($line, $GLOBALS['knjenc'], isset($GLOBALS['xkana']) ? $GLOBALS['xkana'] : ''); + } + // If we have to buffer data, we will perform everything at once at the end + if ($GLOBALS['buffer_needed']) { + + $dump_buffer .= $line; + if ($GLOBALS['onfly_compression']) { + + $dump_buffer_len += strlen($line); + + if ($dump_buffer_len > $GLOBALS['memory_limit']) { + if ($GLOBALS['output_charset_conversion']) { + $dump_buffer = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $dump_buffer); + } + // as bzipped + if ($GLOBALS['compression'] == 'bzip' && @function_exists('bzcompress')) { + $dump_buffer = bzcompress($dump_buffer); + } + // as a gzipped file + elseif ($GLOBALS['compression'] == 'gzip' && @function_exists('gzencode')) { + // without the optional parameter level because it bug + $dump_buffer = gzencode($dump_buffer); + } + if ($GLOBALS['save_on_server']) { + $write_result = @fwrite($GLOBALS['file_handle'], $dump_buffer); + if (!$write_result || ($write_result != strlen($dump_buffer))) { + $GLOBALS['message'] = PMA_Message::error(__('Insufficient space to save the file %s.')); + $GLOBALS['message']->addParam($save_filename); + return false; + } + } else { + echo $dump_buffer; + } + $dump_buffer = ''; + $dump_buffer_len = 0; + } + } else { + $time_now = time(); + if ($time_start >= $time_now + 30) { + $time_start = $time_now; + header('X-pmaPing: Pong'); + } // end if + } + } else { + if ($GLOBALS['asfile']) { + if ($GLOBALS['output_charset_conversion']) { + $line = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $line); + } + if ($GLOBALS['save_on_server'] && strlen($line) > 0) { + $write_result = @fwrite($GLOBALS['file_handle'], $line); + if (!$write_result || ($write_result != strlen($line))) { + $GLOBALS['message'] = PMA_Message::error(__('Insufficient space to save the file %s.')); + $GLOBALS['message']->addParam($save_filename); + return false; + } + $time_now = time(); + if ($time_start >= $time_now + 30) { + $time_start = $time_now; + header('X-pmaPing: Pong'); + } // end if + } else { + // We export as file - output normally + echo $line; + } + } else { + // We export as html - replace special chars + echo htmlspecialchars($line); + } + } + return true; +} // end of the 'PMA_exportOutputHandler()' function + +// Defines the default format. For SQL always use \n as MySQL wants this on all platforms. +if ($what == 'sql') { + $crlf = "\n"; +} else { + $crlf = PMA_whichCrlf(); +} + +$output_kanji_conversion = function_exists('PMA_kanji_str_conv') && $type != 'xls'; + +// Do we need to convert charset? +$output_charset_conversion = $asfile && $GLOBALS['PMA_recoding_engine'] != PMA_CHARSET_NONE + && isset($charset_of_file) && $charset_of_file != $charset + && $type != 'xls'; + +// Use on the fly compression? +$onfly_compression = $GLOBALS['cfg']['CompressOnFly'] && ($compression == 'gzip' || $compression == 'bzip'); +if ($onfly_compression) { + $memory_limit = trim(@ini_get('memory_limit')); + // 2 MB as default + if (empty($memory_limit)) { + $memory_limit = 2 * 1024 * 1024; + } + + if (strtolower(substr($memory_limit, -1)) == 'm') { + $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024; + } elseif (strtolower(substr($memory_limit, -1)) == 'k') { + $memory_limit = (int)substr($memory_limit, 0, -1) * 1024; + } elseif (strtolower(substr($memory_limit, -1)) == 'g') { + $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024 * 1024; + } else { + $memory_limit = (int)$memory_limit; + } + + // Some of memory is needed for other thins and as treshold. + // Nijel: During export I had allocated (see memory_get_usage function) + // approx 1.2MB so this comes from that. + if ($memory_limit > 1500000) { + $memory_limit -= 1500000; + } + + // Some memory is needed for compression, assume 1/3 + $memory_limit /= 8; +} + +// Generate filename and mime type if needed +if ($asfile) { + $pma_uri_parts = parse_url($cfg['PmaAbsoluteUri']); + if ($export_type == 'server') { + if (isset($remember_template)) { + $GLOBALS['PMA_Config']->setUserValue('pma_server_filename_template', + 'Export/file_template_server', $filename_template); + } + } elseif ($export_type == 'database') { + if (isset($remember_template)) { + $GLOBALS['PMA_Config']->setUserValue('pma_db_filename_template', + 'Export/file_template_database', $filename_template); + } + } else { + if (isset($remember_template)) { + $GLOBALS['PMA_Config']->setUserValue('pma_table_filename_template', + 'Export/file_template_table', $filename_template); + } + } + $filename = PMA_expandUserString($filename_template); + $filename = PMA_sanitize_filename($filename); + + // Grab basic dump extension and mime type + // Check if the user already added extension; get the substring where the extension would be if it was included + $extension_start_pos = strlen($filename) - strlen($export_list[$type]['extension']) - 1; + $user_extension = substr($filename, $extension_start_pos, strlen($filename)); + $required_extension = "." . $export_list[$type]['extension']; + if(strtolower($user_extension) != $required_extension) { + $filename .= $required_extension; + } + $mime_type = $export_list[$type]['mime_type']; + + // If dump is going to be compressed, set correct mime_type and add + // compression to extension + if ($compression == 'bzip') { + $filename .= '.bz2'; + $mime_type = 'application/x-bzip2'; + } elseif ($compression == 'gzip') { + $filename .= '.gz'; + $mime_type = 'application/x-gzip'; + } elseif ($compression == 'zip') { + $filename .= '.zip'; + $mime_type = 'application/zip'; + } +} + +// Open file on server if needed +if ($save_on_server) { + $save_filename = PMA_userDir($cfg['SaveDir']) . preg_replace('@[/\\\\]@', '_', $filename); + unset($message); + if (file_exists($save_filename) && ((!$quick_export && empty($onserverover)) || ($quick_export && $_REQUEST['quick_export_onserverover'] != 'saveitover'))) { + $message = PMA_Message::error(__('File %s already exists on server, change filename or check overwrite option.')); + $message->addParam($save_filename); + } else { + if (is_file($save_filename) && !is_writable($save_filename)) { + $message = PMA_Message::error(__('The web server does not have permission to save the file %s.')); + $message->addParam($save_filename); + } else { + if (!$file_handle = @fopen($save_filename, 'w')) { + $message = PMA_Message::error(__('The web server does not have permission to save the file %s.')); + $message->addParam($save_filename); + } + } + } + if (isset($message)) { + require_once './libraries/header.inc.php'; + if ($export_type == 'server') { + $active_page = 'server_export.php'; + require './server_export.php'; + } elseif ($export_type == 'database') { + $active_page = 'db_export.php'; + require './db_export.php'; + } else { + $active_page = 'tbl_export.php'; + require './tbl_export.php'; + } + exit(); + } +} + +/** + * Send headers depending on whether the user chose to download a dump file + * or not + */ +if (!$save_on_server) { + if ($asfile) { + // Download + // (avoid rewriting data containing HTML with anchors and forms; + // this was reported to happen under Plesk) + @ini_set('url_rewriter.tags',''); + $filename = PMA_sanitize_filename($filename); + + header('Content-Type: ' . $mime_type); + header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT'); + // Tested behavior of + // IE 5.50.4807.2300 + // IE 6.0.2800.1106 (small glitch, asks twice when I click Open) + // IE 6.0.2900.2180 + // Firefox 1.0.6 + // in http and https + header('Content-Disposition: attachment; filename="' . $filename . '"'); + if (PMA_USR_BROWSER_AGENT == 'IE') { + header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); + header('Pragma: public'); + } else { + header('Pragma: no-cache'); + // test case: exporting a database into a .gz file with Safari + // would produce files not having the current time + // (added this header for Safari but should not harm other browsers) + header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); + } + } else { + // HTML + if ($export_type == 'database') { + $num_tables = count($tables); + if ($num_tables == 0) { + $message = PMA_Message::error(__('No tables found in database.')); + require_once './libraries/header.inc.php'; + $active_page = 'db_export.php'; + require './db_export.php'; + exit(); + } + } + $backup_cfgServer = $cfg['Server']; + require_once './libraries/header.inc.php'; + $cfg['Server'] = $backup_cfgServer; + unset($backup_cfgServer); + echo "\n" . '
                      ' . "\n"; + //echo '
                      ' . "\n";
                      +
                      +        /**
                      +         * Displays a back button with all the $_REQUEST data in the URL (store in a variable to also display after the textarea)
                      +         */
                      +         $back_button = '

                      [ $value) { + $back_button .= '&' . urlencode($name) . '=' . urlencode($value); + } + $back_button .= '&repopulate=1">Back ]

                      '; + + echo $back_button; + echo '
                      ' . "\n" + // remove auto-select for now: there is no way to select + // only a part of the text; anyway, it should obey + // $cfg['TextareaAutoSelect'] + //. ' ' . "\n" + . '
                      ' . "\n"; + echo $back_button; + + echo "\n"; + echo '
                      ' . "\n"; + echo "\n"; +?> + + diff --git a/htdocs/phpMyAdmin/favicon.ico b/htdocs/phpMyAdmin/favicon.ico new file mode 100644 index 000000000..2352b5fa4 Binary files /dev/null and b/htdocs/phpMyAdmin/favicon.ico differ diff --git a/htdocs/phpMyAdmin/import.php b/htdocs/phpMyAdmin/import.php new file mode 100644 index 000000000..d706b6055 --- /dev/null +++ b/htdocs/phpMyAdmin/import.php @@ -0,0 +1,465 @@ +addParam('[a@./Documentation.html#faq1_16@_blank]'); + $message->addParam('[/a]'); + + // so we can obtain the message + $_SESSION['Import_message']['message'] = $message->getDisplay(); + $_SESSION['Import_message']['go_back_url'] = $goto; + + $message->display(); + require './libraries/footer.inc.php'; +} + +// Check needed parameters +PMA_checkParameters(array('import_type', 'format')); + +// We don't want anything special in format +$format = PMA_securePath($format); + +// Import functions +require_once './libraries/import.lib.php'; + +// Create error and goto url +if ($import_type == 'table') { + $err_url = 'tbl_import.php?' . PMA_generate_common_url($db, $table); + $_SESSION['Import_message']['go_back_url'] = $err_url; + $goto = 'tbl_import.php'; +} elseif ($import_type == 'database') { + $err_url = 'db_import.php?' . PMA_generate_common_url($db); + $_SESSION['Import_message']['go_back_url'] = $err_url; + $goto = 'db_import.php'; +} elseif ($import_type == 'server') { + $err_url = 'server_import.php?' . PMA_generate_common_url(); + $_SESSION['Import_message']['go_back_url'] = $err_url; + $goto = 'server_import.php'; +} else { + if (empty($goto) || !preg_match('@^(server|db|tbl)(_[a-z]*)*\.php$@i', $goto)) { + if (strlen($table) && strlen($db)) { + $goto = 'tbl_structure.php'; + } elseif (strlen($db)) { + $goto = 'db_structure.php'; + } else { + $goto = 'server_sql.php'; + } + } + if (strlen($table) && strlen($db)) { + $common = PMA_generate_common_url($db, $table); + } elseif (strlen($db)) { + $common = PMA_generate_common_url($db); + } else { + $common = PMA_generate_common_url(); + } + $err_url = $goto + . '?' . $common + . (preg_match('@^tbl_[a-z]*\.php$@', $goto) ? '&table=' . htmlspecialchars($table) : ''); + $_SESSION['Import_message']['go_back_url'] = $err_url; +} + + +if (strlen($db)) { + PMA_DBI_select_db($db); +} + +@set_time_limit($cfg['ExecTimeLimit']); +if (!empty($cfg['MemoryLimit'])) { + @ini_set('memory_limit', $cfg['MemoryLimit']); +} + +$timestamp = time(); +if (isset($allow_interrupt)) { + $maximum_time = ini_get('max_execution_time'); +} else { + $maximum_time = 0; +} + +// set default values +$timeout_passed = FALSE; +$error = FALSE; +$read_multiply = 1; +$finished = FALSE; +$offset = 0; +$max_sql_len = 0; +$file_to_unlink = ''; +$sql_query = ''; +$sql_query_disabled = FALSE; +$go_sql = FALSE; +$executed_queries = 0; +$run_query = TRUE; +$charset_conversion = FALSE; +$reset_charset = FALSE; +$bookmark_created = FALSE; + +// Bookmark Support: get a query back from bookmark if required +if (!empty($id_bookmark)) { + $id_bookmark = (int)$id_bookmark; + require_once './libraries/bookmark.lib.php'; + switch ($action_bookmark) { + case 0: // bookmarked query that have to be run + $import_text = PMA_Bookmark_get($db, $id_bookmark, 'id', isset($action_bookmark_all)); + if (isset($bookmark_variable) && !empty($bookmark_variable)) { + $import_text = preg_replace('|/\*(.*)\[VARIABLE\](.*)\*/|imsU', '${1}' . PMA_sqlAddslashes($bookmark_variable) . '${2}', $import_text); + } + + // refresh left frame on changes in table or db structure + if (preg_match('/^(CREATE|ALTER|DROP)\s+(VIEW|TABLE|DATABASE|SCHEMA)\s+/i', $import_text)) { + $GLOBALS['reload'] = true; + } + + break; + case 1: // bookmarked query that have to be displayed + $import_text = PMA_Bookmark_get($db, $id_bookmark); + $run_query = FALSE; + break; + case 2: // bookmarked query that have to be deleted + $import_text = PMA_Bookmark_get($db, $id_bookmark); + PMA_Bookmark_delete($db, $id_bookmark); + $run_query = FALSE; + $error = TRUE; // this is kind of hack to skip processing the query + break; + } +} // end bookmarks reading + +// Do no run query if we show PHP code +if (isset($GLOBALS['show_as_php'])) { + $run_query = FALSE; + $go_sql = TRUE; +} + +// Store the query as a bookmark before executing it if bookmarklabel was given +if (!empty($bkm_label) && !empty($import_text)) { + require_once './libraries/bookmark.lib.php'; + $bfields = array( + 'dbase' => $db, + 'user' => $cfg['Bookmark']['user'], + 'query' => urlencode($import_text), + 'label' => $bkm_label + ); + + // Should we replace bookmark? + if (isset($bkm_replace)) { + $bookmarks = PMA_Bookmark_getList($db); + foreach ($bookmarks as $key => $val) { + if ($val == $bkm_label) { + PMA_Bookmark_delete($db, $key); + } + } + } + + PMA_Bookmark_save($bfields, isset($bkm_all_users)); + + $bookmark_created = TRUE; +} // end store bookmarks + +// We can not read all at once, otherwise we can run out of memory +$memory_limit = trim(@ini_get('memory_limit')); +// 2 MB as default +if (empty($memory_limit)) { + $memory_limit = 2 * 1024 * 1024; +} +// In case no memory limit we work on 10MB chunks +if ($memory_limit == -1) { + $memory_limit = 10 * 1024 * 1024; +} + +// Calculate value of the limit +if (strtolower(substr($memory_limit, -1)) == 'm') { + $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024; +} elseif (strtolower(substr($memory_limit, -1)) == 'k') { + $memory_limit = (int)substr($memory_limit, 0, -1) * 1024; +} elseif (strtolower(substr($memory_limit, -1)) == 'g') { + $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024 * 1024; +} else { + $memory_limit = (int)$memory_limit; +} + +$read_limit = $memory_limit / 8; // Just to be sure, there might be lot of memory needed for uncompression + +// handle filenames +if (!empty($local_import_file) && !empty($cfg['UploadDir'])) { + + // sanitize $local_import_file as it comes from a POST + $local_import_file = PMA_securePath($local_import_file); + + $import_file = PMA_userDir($cfg['UploadDir']) . $local_import_file; +} elseif (empty($import_file) || !is_uploaded_file($import_file)) { + $import_file = 'none'; +} + +// Do we have file to import? + +if ($import_file != 'none' && !$error) { + // work around open_basedir and other limitations + $open_basedir = @ini_get('open_basedir'); + + // If we are on a server with open_basedir, we must move the file + // before opening it. The doc explains how to create the "./tmp" + // directory + + if (!empty($open_basedir)) { + + $tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/'); + + if (is_writable($tmp_subdir)) { + + + $import_file_new = $tmp_subdir . basename($import_file); + if (move_uploaded_file($import_file, $import_file_new)) { + $import_file = $import_file_new; + $file_to_unlink = $import_file_new; + } + + $size = filesize($import_file); + } + } + + /** + * Handle file compression + * @todo duplicate code exists in File.class.php + */ + $compression = PMA_detectCompression($import_file); + if ($compression === FALSE) { + $message = PMA_Message::error(__('File could not be read')); + $error = TRUE; + } else { + switch ($compression) { + case 'application/bzip2': + if ($cfg['BZipDump'] && @function_exists('bzopen')) { + $import_handle = @bzopen($import_file, 'r'); + } else { + $message = PMA_Message::error(__('You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.')); + $message->addParam($compression); + $error = TRUE; + } + break; + case 'application/gzip': + if ($cfg['GZipDump'] && @function_exists('gzopen')) { + $import_handle = @gzopen($import_file, 'r'); + } else { + $message = PMA_Message::error(__('You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.')); + $message->addParam($compression); + $error = TRUE; + } + break; + case 'application/zip': + if ($cfg['ZipDump'] && @function_exists('zip_open')) { + /** + * Load interface for zip extension. + */ + include_once './libraries/zip_extension.lib.php'; + $result = PMA_getZipContents($import_file); + if (! empty($result['error'])) { + $message = PMA_Message::rawError($result['error']); + $error = TRUE; + } else { + $import_text = $result['data']; + } + } else { + $message = PMA_Message::error(__('You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.')); + $message->addParam($compression); + $error = TRUE; + } + break; + case 'none': + $import_handle = @fopen($import_file, 'r'); + break; + default: + $message = PMA_Message::error(__('You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.')); + $message->addParam($compression); + $error = TRUE; + break; + } + } + // use isset() because zip compression type does not use a handle + if (!$error && isset($import_handle) && $import_handle === FALSE) { + $message = PMA_Message::error(__('File could not be read')); + $error = TRUE; + } +} elseif (!$error) { + if (!isset($import_text) || empty($import_text)) { + $message = PMA_Message::error(__('No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].')); + $error = TRUE; + } +} + +// so we can obtain the message +//$_SESSION['Import_message'] = $message->getDisplay(); + +// Convert the file's charset if necessary +if ($GLOBALS['PMA_recoding_engine'] != PMA_CHARSET_NONE && isset($charset_of_file)) { + if ($charset_of_file != $charset) { + $charset_conversion = TRUE; + } +} elseif (isset($charset_of_file) && $charset_of_file != 'utf8') { + PMA_DBI_query('SET NAMES \'' . $charset_of_file . '\''); + // We can not show query in this case, it is in different charset + $sql_query_disabled = TRUE; + $reset_charset = TRUE; +} + +// Something to skip? +if (!$error && isset($skip)) { + $original_skip = $skip; + while ($skip > 0) { + PMA_importGetNextChunk($skip < $read_limit ? $skip : $read_limit); + $read_multiply = 1; // Disable read progresivity, otherwise we eat all memory! + $skip -= $read_limit; + } + unset($skip); +} + +if (!$error) { + // Check for file existance + if (!file_exists('./libraries/import/' . $format . '.php')) { + $error = TRUE; + $message = PMA_Message::error(__('Could not load import plugins, please check your installation!')); + } else { + // Do the real import + $plugin_param = $import_type; + require './libraries/import/' . $format . '.php'; + } +} + +if (! $error && FALSE !== $import_handle && NULL !== $import_handle) { + fclose($import_handle); +} + +// Cleanup temporary file +if ($file_to_unlink != '') { + unlink($file_to_unlink); +} + +// Reset charset back, if we did some changes +if ($reset_charset) { + PMA_DBI_query('SET CHARACTER SET utf8'); + PMA_DBI_query('SET SESSION collation_connection =\'' . $collation_connection . '\''); +} + +// Show correct message +if (!empty($id_bookmark) && $action_bookmark == 2) { + $message = PMA_Message::success(__('The bookmark has been deleted.')); + $display_query = $import_text; + $error = FALSE; // unset error marker, it was used just to skip processing +} elseif (!empty($id_bookmark) && $action_bookmark == 1) { + $message = PMA_Message::notice(__('Showing bookmark')); +} elseif ($bookmark_created) { + $special_message = '[br]' . sprintf(__('Bookmark %s created'), htmlspecialchars($bkm_label)); +} elseif ($finished && !$error) { + if ($import_type == 'query') { + $message = PMA_Message::success(); + } else { + if ($import_notice) { + $message = PMA_Message::success(''.__('Import has been successfully finished, %d queries executed.').''); + $message->addParam($executed_queries); + + $message->addString($import_notice); + $message->addString('(' . $_FILES['import_file']['name'] . ')'); + } else { + $message = PMA_Message::success(__('Import has been successfully finished, %d queries executed.')); + $message->addParam($executed_queries); + $message->addString('(' . $_FILES['import_file']['name'] . ')'); + } + } +} + +// Did we hit timeout? Tell it user. +if ($timeout_passed) { + $message = PMA_Message::error(__('Script timeout passed, if you want to finish import, please resubmit same file and import will resume.')); + if ($offset == 0 || (isset($original_skip) && $original_skip == $offset)) { + $message->addString(__('However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.')); + } +} + +// if there is any message, copy it into $_SESSION as well, so we can obtain it by AJAX call +if (isset($message)) { + $_SESSION['Import_message']['message'] = $message->getDisplay(); +// $_SESSION['Import_message']['go_back_url'] = $goto.'?'. PMA_generate_common_url(); +} +// Parse and analyze the query, for correct db and table name +// in case of a query typed in the query window +// (but if the query is too large, in case of an imported file, the parser +// can choke on it so avoid parsing) +if (strlen($sql_query) <= $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) { + require_once './libraries/parse_analyze.lib.php'; +} + +// There was an error? +if (isset($my_die)) { + foreach ($my_die AS $key => $die) { + PMA_mysqlDie($die['error'], $die['sql'], '', $err_url, $error); + } +} + +// we want to see the results of the last query that returned at least a row +if (! empty($last_query_with_results)) { + // but we want to show intermediate results too + $disp_query = $sql_query; + $disp_message = __('Your SQL query has been executed successfully'); + $sql_query = $last_query_with_results; + $go_sql = true; +} + +if ($go_sql) { + require './sql.php'; +} else { + $active_page = $goto; + require './' . $goto; +} +exit(); +?> diff --git a/htdocs/phpMyAdmin/import_status.php b/htdocs/phpMyAdmin/import_status.php new file mode 100644 index 000000000..d739009ee --- /dev/null +++ b/htdocs/phpMyAdmin/import_status.php @@ -0,0 +1,36 @@ +' . "\n"; + echo ' [ ' . __('Back') . ' ]' . "\n"; + echo ''."\n"; + +} else { + PMA_importAjaxStatus($GLOBALS["id"]); +} +?> diff --git a/htdocs/phpMyAdmin/index.php b/htdocs/phpMyAdmin/index.php new file mode 100644 index 000000000..5f78320b8 --- /dev/null +++ b/htdocs/phpMyAdmin/index.php @@ -0,0 +1,189 @@ + + + + + + +phpMyAdmin <?php echo PMA_VERSION; ?> - + <?php echo htmlspecialchars($HTTP_HOST); ?> + + + + + + + + + + + + + + + <body> + <p><?php echo __('phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'); ?></p> + </body> + + + diff --git a/htdocs/phpMyAdmin/js/common.js b/htdocs/phpMyAdmin/js/common.js new file mode 100644 index 000000000..bd44c9846 --- /dev/null +++ b/htdocs/phpMyAdmin/js/common.js @@ -0,0 +1,13 @@ +var querywindow="",query_to_load="";function addEvent(a,b,c){if(a.attachEvent){a["e"+b+c]=c;a[b+c]=function(){a["e"+b+c](window.event)};a.attachEvent("on"+b,a[b+c])}else a.addEventListener(b,c,false)}function removeEvent(a,b,c){if(a.detachEvent){a.detachEvent("on"+b,a[b+c]);a[b+c]=null}else a.removeEventListener(b,c,false)} +function getElementsByClassName(a,b,c){var d=[];if(b==null)b=document;if(c==null)c="*";var e=0;c=b.getElementsByTagName(c);var f=c.length;for(i=0;i');c.find("table").before(f)}else{f=$('
                      ');c.closest("td").append(f)}c="";e=0;for(var g=d.length;e"+d[e]+"";f.html(c)}else f!== +null&&f.remove()}}function validate_fieldset(a,b,d){a=$(a);if(a.length&&typeof validators._fieldset[a.attr("id")]!="undefined"){a=validators._fieldset[a.attr("id")].apply(a[0],[b]);for(var c in a){if(typeof d[c]=="undefined")d[c]=[];if(typeof a[c]=="string")a[c]=[a[c]];$.merge(d[c],a[c])}}} +function validate_field(a,b,d){a=$(a);var c=a.attr("id");d[c]=[];for(var e=getFieldValidators(c,b),f=0;f"+PMA_messages.strReloadDatabase+"?").dialog({buttons:b})}else PMA_ajaxShowMessage(c.error)})})});$("#copy_db_form.ajax").live("submit",function(a){a.preventDefault();var d=PMA_ajaxShowMessage(PMA_messages.strCopyingDatabase); +a=$(this);PMA_prepareForAjaxRequest(a);$.get(a.attr("action"),a.serialize(),function(b){$(".success").fadeOut();$(".error").fadeOut();if(b.success==true){$("#topmenucontainer").after(b.message);if($("#checkbox_switch").is(":checked")){window.parent.db=b.newname;window.parent.refreshMain();window.parent.refreshNavigation()}else window.parent.refreshNavigation(true)}else $("#topmenucontainer").after(b.error);PMA_ajaxRemoveMessage(d)})});$("#change_db_charset_form.ajax").live("submit",function(a){a.preventDefault(); +a=$(this);PMA_prepareForAjaxRequest(a);PMA_ajaxShowMessage(PMA_messages.strChangingCharset);$.get(a.attr("action"),a.serialize()+"&submitcollation="+a.find("input[name=submitcollation]").attr("value"),function(d){d.success==true?PMA_ajaxShowMessage(d.message):PMA_ajaxShowMessage(d.error)})})},"top.frame_content"); diff --git a/htdocs/phpMyAdmin/js/db_search.js b/htdocs/phpMyAdmin/js/db_search.js new file mode 100644 index 000000000..77c8e9390 --- /dev/null +++ b/htdocs/phpMyAdmin/js/db_search.js @@ -0,0 +1,5 @@ +function loadResult(a,c,b,d){$(document).ready(function(){if(d){$("#sqlqueryform").hide();$("#togglequerybox").hide();$("#table-info").show();$("#table-link").attr({href:"sql.php?"+b}).text(c);$("#browse-results").load(a+" '#sqlqueryresults'").show()}else event.preventDefault()})} +function deleteResult(a,c,b){$(document).ready(function(){$("#table-info").hide();$("#browse-results").hide();$("#sqlqueryform").hide();$("#togglequerybox").hide();if(confirm(c))if(b){$("#browse-results").load(a+" '#result_query'");$("#sqlqueryform").load(a+" '#sqlqueryform'");$("#togglequerybox").html(PMA_messages.strHideQueryBox);document.getElementById("buttonGo").click();$("#browse-results").show();$("#sqlqueryform").show();$("#togglequerybox").show()}else event.preventDefault()})} +$(document).ready(function(){$.ajaxSetup({cache:"false"});$("#table-info").prepend('').hide();$("#buttonGo").click(function(){$("#table-info").hide();$("#browse-results").hide();$("#sqlqueryform").hide();$("#togglequerybox").hide()});$('
                      ').insertAfter("#db_search_form").hide();$("#togglequerybox").hide();$("#togglequerybox").bind("click",function(){var a=$(this);$("#sqlqueryform").slideToggle("medium"); +a.text()==PMA_messages.strHideQueryBox?a.text(PMA_messages.strShowQueryBox):a.text(PMA_messages.strHideQueryBox);return false});$("#togglesearchformlink").html(PMA_messages.strShowSearchCriteria).bind("click",function(){var a=$(this);$("#db_search_form").slideToggle();a.text()==PMA_messages.strHideSearchCriteria?a.text(PMA_messages.strShowSearchCriteria):a.text(PMA_messages.strHideSearchCriteria);return false});$("#db_search_form.ajax").live("submit",function(a){a.preventDefault();var c=PMA_ajaxShowMessage(PMA_messages.strSearching); +$form=$(this);PMA_prepareForAjaxRequest($form);$.post($form.attr("action"),$form.serialize()+"&submit_search="+$("#buttonGo").val(),function(b){if(typeof b=="string"){$("#searchresults").html(b);$("#sqlqueryresults").trigger("appendAnchor");$("#db_search_form").slideToggle().hide();$("#togglesearchformlink").text(PMA_messages.strShowSearchCriteria);$("#togglesearchformdiv").show()}else $("#sqlqueryresults").html(b.message);PMA_ajaxRemoveMessage(c)})})},"top.frame_content"); diff --git a/htdocs/phpMyAdmin/js/db_structure.js b/htdocs/phpMyAdmin/js/db_structure.js new file mode 100644 index 000000000..06a2ea8a6 --- /dev/null +++ b/htdocs/phpMyAdmin/js/db_structure.js @@ -0,0 +1,7 @@ +function PMA_adjustTotals(a){var b=a.closest("tr");a=b.find(".tbl_rows");var d=b.find(".tbl_size");b=parseInt(a.text());a.text("0");d.text("-");if(!isNaN(b)){$total_rows_td=$("#tbl_summary_row").find(".tbl_rows");a=parseInt($total_rows_td.text());isNaN(a)||$total_rows_td.text(a-b)}a=$("#tbl_summary_row").find(".tbl_size");a.text(a.text().replace(/^/,"~"))} +$(document).ready(function(){$(".truncate_table_anchor").live("click",function(a){a.preventDefault();var b=$(this);a="TRUNCATE "+b.parents("tr").children("th").children("a").text();b.PMA_confirm(a,b.attr("href"),function(d){PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);$.get(d,{is_js_confirmed:1,ajax_request:true},function(c){if(c.success==true){PMA_ajaxShowMessage(c.message);c=b.html().replace(/b_empty.png/,"bd_empty.png");PMA_adjustTotals(b);b.replaceWith(c).removeClass("truncate_table_anchor")}else PMA_ajaxShowMessage(PMA_messages.strErrorProcessingRequest+ +" : "+c.error)})})});$(".drop_table_anchor").live("click",function(a){a.preventDefault();var b=$(this),d=b.parents("tr");a="DROP TABLE "+d.children("th").children("a").text();b.PMA_confirm(a,b.attr("href"),function(c){PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);$.get(c,{is_js_confirmed:1,ajax_request:true},function(e){if(e.success==true){PMA_ajaxShowMessage(e.message);PMA_adjustTotals(b);d.hide("medium").remove();window.parent&&window.parent.frame_navigation&&window.parent.frame_navigation.location.reload()}else PMA_ajaxShowMessage(PMA_messages.strErrorProcessingRequest+ +" : "+e.error)})})});$(".drop_event_anchor").live("click",function(a){a.preventDefault();var b=$(this).parents("tr");a="DROP EVENT "+$(b).children("td:first").text();$(this).PMA_confirm(a,$(this).attr("href"),function(d){PMA_ajaxShowMessage(PMA_messages.strDroppingEvent);$.get(d,{is_js_confirmed:1,ajax_request:true},function(c){if(c.success==true){PMA_ajaxShowMessage(c.message);$(b).hide("medium").remove()}else PMA_ajaxShowMessage(PMA_messages.strErrorProcessingRequest+" : "+c.error)})})});$(".drop_procedure_anchor").live("click", +function(a){a.preventDefault();a=$(this).parents("tr");a=$(a).children("td").children(".drop_procedure_sql").val();$(this).PMA_confirm(a,$(this).attr("href"),function(b){PMA_ajaxShowMessage(PMA_messages.strDroppingProcedure);$.get(b,{is_js_confirmed:1,ajax_request:true},function(d){if(d.success==true){PMA_ajaxShowMessage(d.message);$(curr_event_row).hide("medium").remove()}else PMA_ajaxShowMessage(PMA_messages.strErrorProcessingRequest+" : "+d.error)})})});$(".drop_tracking_anchor").live("click", +function(a){a.preventDefault();a=$(this);var b=a.parents("tr");a.PMA_confirm(PMA_messages.strDeleteTrackingData,a.attr("href"),function(d){PMA_ajaxShowMessage(PMA_messages.strDeletingTrackingData);$.get(d,{is_js_confirmed:1,ajax_request:true},function(c){if(c.success==true){PMA_ajaxShowMessage(c.message);$(b).hide("medium").remove()}else PMA_ajaxShowMessage(PMA_messages.strErrorProcessingRequest+" : "+c.error)})})});$("#real_end_input").live("click",function(a){a.preventDefault();a=PMA_messages.strOperationTakesLongTime; +$(this).PMA_confirm(a,"",function(){return true});return false})},"top.frame_content"); diff --git a/htdocs/phpMyAdmin/js/dom-drag.js b/htdocs/phpMyAdmin/js/dom-drag.js new file mode 100644 index 000000000..a9dbfbc42 --- /dev/null +++ b/htdocs/phpMyAdmin/js/dom-drag.js @@ -0,0 +1,6 @@ +var Drag={obj:null,init:function(b,a,c,d,g,e,f,j,h,i){b.onmousedown=Drag.start;b.hmode=f?false:true;b.vmode=j?false:true;b.root=a&&a!=null?a:b;if(b.hmode&&isNaN(parseInt(b.root.style.left)))b.root.style.left="0px";if(b.vmode&&isNaN(parseInt(b.root.style.top)))b.root.style.top="0px";if(!b.hmode&&isNaN(parseInt(b.root.style.right)))b.root.style.right="0px";if(!b.vmode&&isNaN(parseInt(b.root.style.bottom)))b.root.style.bottom="0px";b.minX=typeof c!="undefined"?c:null;b.minY=typeof g!="undefined"?g:null; +b.maxX=typeof d!="undefined"?d:null;b.maxY=typeof e!="undefined"?e:null;b.xMapper=h?h:null;b.yMapper=i?i:null;b.root.onDragStart=new Function;b.root.onDragEnd=new Function;b.root.onDrag=new Function},start:function(b){var a=Drag.obj=this;b=Drag.fixE(b);var c=parseInt(a.vmode?a.root.style.top:a.root.style.bottom),d=parseInt(a.hmode?a.root.style.left:a.root.style.right);a.root.onDragStart(d,c);a.lastMouseX=b.clientX;a.lastMouseY=b.clientY;if(a.hmode){if(a.minX!=null)a.minMouseX=b.clientX-d+a.minX;if(a.maxX!= +null)a.maxMouseX=a.minMouseX+a.maxX-a.minX}else{if(a.minX!=null)a.maxMouseX=-a.minX+b.clientX+d;if(a.maxX!=null)a.minMouseX=-a.maxX+b.clientX+d}if(a.vmode){if(a.minY!=null)a.minMouseY=b.clientY-c+a.minY;if(a.maxY!=null)a.maxMouseY=a.minMouseY+a.maxY-a.minY}else{if(a.minY!=null)a.maxMouseY=-a.minY+b.clientY+c;if(a.maxY!=null)a.minMouseY=-a.maxY+b.clientY+c}document.onmousemove=Drag.drag;document.onmouseup=Drag.end;return false},drag:function(b){b=Drag.fixE(b);var a=Drag.obj,c=b.clientY;b=b.clientX; +var d=parseInt(a.vmode?a.root.style.top:a.root.style.bottom),g=parseInt(a.hmode?a.root.style.left:a.root.style.right),e,f;if(a.minX!=null)b=a.hmode?Math.max(b,a.minMouseX):Math.min(b,a.maxMouseX);if(a.maxX!=null)b=a.hmode?Math.min(b,a.maxMouseX):Math.max(b,a.minMouseX);if(a.minY!=null)c=a.vmode?Math.max(c,a.minMouseY):Math.min(c,a.maxMouseY);if(a.maxY!=null)c=a.vmode?Math.min(c,a.maxMouseY):Math.max(c,a.minMouseY);e=g+(b-a.lastMouseX)*(a.hmode?1:-1);f=d+(c-a.lastMouseY)*(a.vmode?1:-1);if(a.xMapper)e= +a.xMapper(d);else if(a.yMapper)f=a.yMapper(g);Drag.obj.root.style[a.hmode?"left":"right"]=e+"px";Drag.obj.root.style[a.vmode?"top":"bottom"]=f+"px";Drag.obj.lastMouseX=b;Drag.obj.lastMouseY=c;Drag.obj.root.onDrag(e,f);return false},end:function(){document.onmousemove=null;document.onmouseup=null;Drag.obj.root.onDragEnd(parseInt(Drag.obj.root.style[Drag.obj.hmode?"left":"right"]),parseInt(Drag.obj.root.style[Drag.obj.vmode?"top":"bottom"]));Drag.obj=null},fixE:function(b){if(typeof b=="undefined")b= +window.event;if(typeof b.layerX=="undefined")b.layerX=b.offsetX;if(typeof b.layerY=="undefined")b.layerY=b.offsetY;return b}}; diff --git a/htdocs/phpMyAdmin/js/export.js b/htdocs/phpMyAdmin/js/export.js new file mode 100644 index 000000000..352d42418 --- /dev/null +++ b/htdocs/phpMyAdmin/js/export.js @@ -0,0 +1,13 @@ +$(document).ready(function(){$("#plugins").change(function(){$(".format_specific_options").each(function(){$(this).hide()});var a=$("#plugins option:selected").attr("value");$("#"+a+"_options").show()})}); +$(document).ready(function(){$("input[type='radio'][name$='sql_structure_or_data']").change(function(){if($("input[type='radio'][name$='sql_structure_or_data']:checked").attr("value")=="data"){$("#checkbox_sql_dates").parent().fadeTo("fast",0.4);$("#checkbox_sql_dates").attr("disabled","disabled");$("#checkbox_sql_relation").parent().fadeTo("fast",0.4);$("#checkbox_sql_relation").attr("disabled","disabled");$("#checkbox_sql_mime").parent().fadeTo("fast",0.4);$("#checkbox_sql_mime").attr("disabled", +"disabled")}else{$("#checkbox_sql_dates").parent().fadeTo("fast",1);$("#checkbox_sql_dates").removeAttr("disabled");$("#checkbox_sql_relation").parent().fadeTo("fast",1);$("#checkbox_sql_relation").removeAttr("disabled");$("#checkbox_sql_mime").parent().fadeTo("fast",1);$("#checkbox_sql_mime").removeAttr("disabled")}})}); +function toggle_structure_data_opts(a){var b="#"+a+"_data",c="#"+a+"_structure";a=$("input[type='radio'][name='"+(a+"_structure_or_data")+"']:checked").attr("value");if(a=="data"){$(b).slideDown("slow");$(c).slideUp("slow")}else{$(c).slideDown("slow");a=="structure"?$(b).slideUp("slow"):$(b).slideDown("slow")}} +$(document).ready(function(){$("input[type='radio'][name='latex_structure_or_data']").change(function(){toggle_structure_data_opts("latex")});$("input[type='radio'][name='odt_structure_or_data']").change(function(){toggle_structure_data_opts("odt")});$("input[type='radio'][name='texytext_structure_or_data']").change(function(){toggle_structure_data_opts("texytext")});$("input[type='radio'][name='htmlword_structure_or_data']").change(function(){toggle_structure_data_opts("htmlword")});$("input[type='radio'][name='sql_structure_or_data']").change(function(){toggle_structure_data_opts("sql")})}); +function toggle_save_to_file(){if($("#radio_dump_asfile:checked").length==0){$("#ul_save_asfile > li").fadeTo("fast",0.4);$("#ul_save_asfile > li > input").attr("disabled","disabled");$("#ul_save_asfile > li> select").attr("disabled","disabled")}else{$("#ul_save_asfile > li").fadeTo("fast",1);$("#ul_save_asfile > li > input").removeAttr("disabled");$("#ul_save_asfile > li> select").removeAttr("disabled")}}$(document).ready(function(){toggle_save_to_file();$("input[type='radio'][name='output_format']").change(function(){toggle_save_to_file()})}); +function toggle_sql_include_comments(){$("#checkbox_sql_include_comments").change(function(){if($("#checkbox_sql_include_comments:checked").length==0){$("#ul_include_comments > li").fadeTo("fast",0.4);$("#ul_include_comments > li > input").attr("disabled","disabled")}else if($("#radio_sql_structure_or_data_data:checked").length==1){$("#text_sql_header_comment").parent("li").fadeTo("fast",1);$("#text_sql_header_comment").removeAttr("disabled")}else{$("#ul_include_comments > li").fadeTo("fast",1);$("#ul_include_comments > li > input").removeAttr("disabled")}})} +$(document).ready(function(){$("#checkbox_sql_create_table_statements").change(function(){if($("#checkbox_sql_create_table_statements:checked").length==0){$("#checkbox_sql_if_not_exists").removeAttr("checked");$("#checkbox_sql_auto_increment").removeAttr("checked")}else{$("#checkbox_sql_if_not_exists").attr("checked","checked");$("#checkbox_sql_auto_increment").attr("checked","checked")}})}); +$(document).ready(function(){$("#plugins").change(function(){var a=$("#plugins option:selected").attr("value");if($("#force_file_"+a).attr("value")=="true"){$("#radio_view_as_text").attr("disabled","disabled");$("#radio_view_as_text").parent().fadeTo("fast",0.4)}else{$("#radio_view_as_text").removeAttr("disabled");$("#radio_view_as_text").parent().fadeTo("fast",1)}})}); +function toggle_quick_or_custom(){if($("$(this):checked").attr("value")=="custom"){$("#databases_and_tables").show();$("#rows").show();$("#output").show();$("#format_specific_opts").show();$("#output_quick_export").hide();var a=$("#plugins option:selected").attr("value");$("#"+a+"_options").show()}else{$("#databases_and_tables").hide();$("#rows").hide();$("#output").hide();$("#format_specific_opts").hide();$("#output_quick_export").show()}}$(document).ready(function(){$("input[type='radio'][name='quick_or_custom']").change(function(){toggle_quick_or_custom()})}); +$(document).ready(function(){$("input[type='hidden'][name='export_method']").attr("value")!="custom-no-form"&&$("#quick_or_custom").show();$("#scroll_to_options_msg").hide();$(".format_specific_options").hide();$(".format_specific_options").css({border:0,margin:0,padding:0});$(".format_specific_options h3").remove();toggle_quick_or_custom();toggle_structure_data_opts($("select[id='plugins']").attr("value"));toggle_sql_include_comments()}); +$(document).ready(function(){$("input[type='radio'][name='allrows']").change(function(){if($("input[type='radio'][name='allrows']:checked").attr("value")=="1"){$("label[for='limit_to']").fadeTo("fast",0.4);$("label[for='limit_from']").fadeTo("fast",0.4);$("input[type='text'][name='limit_to']").attr("disabled","disabled");$("input[type='text'][name='limit_from']").attr("disabled","disabled")}else{$("label[for='limit_to']").fadeTo("fast",1);$("label[for='limit_from']").fadeTo("fast",1);$("input[type='text'][name='limit_to']").removeAttr("disabled"); +$("input[type='text'][name='limit_from']").removeAttr("disabled")}})}); diff --git a/htdocs/phpMyAdmin/js/functions.js b/htdocs/phpMyAdmin/js/functions.js new file mode 100644 index 000000000..36156a331 --- /dev/null +++ b/htdocs/phpMyAdmin/js/functions.js @@ -0,0 +1,74 @@ +var sql_box_locked=false,only_once_elements=[],ajax_message_init=false;function PMA_prepareForAjaxRequest(a){a.find("input:hidden").is("#ajax_request_hidden")||a.append('')} +function suggestPassword(a){var b=a.generated_pw;b.value="";for(i=0;i<16;i++)b.value+="abcdefhjmnpqrstuvwxyz23456789ABCDEFGHJKLMNPQRSTUVWYXZ".charAt(Math.floor(Math.random()*53));a.text_pma_pw.value=b.value;a.text_pma_pw2.value=b.value;return true} +function parseVersionString(a){if(typeof a!="string")return false;var b=0,c=a.split("-");if(c.length>=2)if(c[1].substr(0,2)=="rc")b=-20-parseInt(c[1].substr(2));else if(c[1].substr(0,4)=="beta")b=-40-parseInt(c[1].substr(4));else if(c[1].substr(0,5)=="alpha")b=-60-parseInt(c[1].substr(5));else if(c[1].substr(0,3)=="dev")b=0;var d=a.split(".");a=parseInt(d[0])||0;c=parseInt(d[1])||0;var e=parseInt(d[2])||0;d=parseInt(d[3])||0;return a*1E8+c*1E6+e*1E4+d*100+b} +function PMA_current_version(){var a=parseVersionString(pmaversion),b=parseVersionString(PMA_latest_version);$("#li_pma_version").append(PMA_messages.strLatestAvailable+" "+PMA_latest_version);if(b>a){var c=$.sprintf(PMA_messages.strNewerVersion,PMA_latest_version,PMA_latest_date);klass=Math.floor(b/1E4)==Math.floor(a/1E4)?"error":"notice";$("#maincontainer").after('
                      '+c+"
                      ")}} +function displayPasswordGenerateButton(){$("#tr_element_before_generate_password").parent().append(""+PMA_messages.strGeneratePassword+'');$("#div_element_before_generate_password").parent().append('
                      ')} +function PMA_addDatepicker(a){var b=false;if(a.is(".datetimefield"))b=true;a.datepicker({showOn:"button",buttonImage:themeCalendarImage,buttonImageOnly:true,duration:"",time24h:true,stepMinutes:1,stepHours:1,showTime:b,dateFormat:"yy-mm-dd",altTimeField:"",beforeShow:function(){a.data("comes_from","datepicker")},constrainInput:false})}function selectContent(a,b,c){if(!(c&&only_once_elements[a.name])){only_once_elements[a.name]=true;b||a.select()}} +function confirmLink(a,b){if(PMA_messages.strDoYouReally==""||typeof window.opera!="undefined")return true;var c=confirm(PMA_messages.strDoYouReally+" :\n"+b);if(c)if(typeof a.href!="undefined")a.href+="&is_js_confirmed=1";else if(typeof a.form!="undefined")a.form.action+="?is_js_confirmed=1";return c}function confirmAction(a){if(typeof window.opera!="undefined")return true;return confirm(a)} +function confirmQuery(a,b){if(PMA_messages.strDoYouReally=="")return true;else if(typeof b.value.replace=="undefined")return true;else{if(PMA_messages.strNoDropDatabases!="")if(/(^|;)\s*DROP\s+(IF EXISTS\s+)?DATABASE\s/i.test(b.value)){alert(PMA_messages.strNoDropDatabases);a.reset();b.focus();return false}var c=/^\s*ALTER\s+TABLE\s+((`[^`]+`)|([A-Za-z0-9_$]+))\s+DROP\s/i,d=/^\s*DELETE\s+FROM\s/i,e=/^\s*TRUNCATE\s/i;if(/^\s*DROP\s+(IF EXISTS\s+)?(TABLE|DATABASE|PROCEDURE)\s/i.test(b.value)||c.test(b.value)|| +d.test(b.value)||e.test(b.value)){c=b.value.length>100?b.value.substr(0,100)+"\n ...":b.value;if(confirm(PMA_messages.strDoYouReally+" :\n"+c)){a.elements.is_js_confirmed.value=1;return true}else{window.focus();b.focus();return false}}}return true}function confirmDisableRepository(){if(PMA_messages.strDoYouReally==""||typeof window.opera!="undefined")return true;return confirm(PMA_messages.strBLOBRepositoryDisableStrongWarning+"\n"+PMA_messages.strBLOBRepositoryDisableAreYouSure)} +function checkSqlQuery(a){var b=a.elements.sql_query,c=1;if(typeof b.value.replace=="undefined"){if((c=b.value==""?1:0)&&typeof a.elements.sql_file!="undefined")c=a.elements.sql_file.value==""?1:0;if(c&&typeof a.elements.sql_localfile!="undefined")c=a.elements.sql_localfile.value==""?1:0;if(c&&typeof a.elements.id_bookmark!="undefined")c=a.elements.id_bookmark.value==null||a.elements.id_bookmark.value==""}else{var d=/\s+/;if(typeof a.elements.sql_file!="undefined"&&a.elements.sql_file.value.replace(d, +"")!="")return true;if(typeof a.elements.sql_localfile!="undefined"&&a.elements.sql_localfile.value.replace(d,"")!="")return true;if(c&&typeof a.elements.id_bookmark!="undefined"&&(a.elements.id_bookmark.value!=null||a.elements.id_bookmark.value!="")&&a.elements.id_bookmark.selectedIndex!=0)return true;if(b.value.replace(d,"")!="")return confirmQuery(a,b)?true:false;a.reset();c=1}if(c){b.select();alert(PMA_messages.strFormEmpty);b.focus();return false}return true} +function emptyCheckTheField(a,b){var c=1;c=a.elements[b];return c=typeof c.value.replace!="undefined"?c.value.replace(/\s+/,"")==""?1:0:c.value==""?1:0}function emptyFormElements(a,b){return emptyCheckTheField(a,b)} +function checkFormElementInRange(a,b,c,d,e){a=a.elements[b];b=parseInt(a.value);if(typeof d=="undefined")d=0;if(typeof e=="undefined")e=Number.MAX_VALUE;if(isNaN(b)){a.select();alert(PMA_messages.strNotNumber);a.focus();return false}else if(be){a.select();alert(c.replace("%d",b));a.focus();return false}else a.value=b;return true} +function checkTableEditForm(a,b){var c=0,d,e,g,h;for(d=0;d0){sql_box_locked=true;for(var e="",g="",h="",f=0,j=0;j1){e+=", ";g+=",";h+=","}e+=b.options[j].value;g+="[value-"+f+"]";h+=b.options[j].value+"=[value-"+f+"]"}if(a=="selectall")c="SELECT * FROM `"+d+"` WHERE 1";else if(a=="select")c="SELECT "+e+" FROM `"+d+"` WHERE 1";else if(a=="insert")c="INSERT INTO `"+d+"`("+e+") VALUES ("+g+")";else if(a=="update")c="UPDATE `"+ +d+"` SET "+h+" WHERE 1";else if(a=="delete")c="DELETE FROM `"+d+"` WHERE 1";document.sqlform.sql_query.value=c;sql_box_locked=false}} +function insertValueQuery(){var a=document.sqlform.sql_query,b=document.sqlform.dummy;if(b.options.length>0){sql_box_locked=true;for(var c="",d=0,e=0;e1)c+=", ";c+=b.options[e].value}if(document.selection){a.focus();sel=document.selection.createRange();sel.text=c;document.sqlform.insert.focus()}else if(document.sqlform.sql_query.selectionStart||document.sqlform.sql_query.selectionStart=="0"){b=document.sqlform.sql_query.selectionEnd;d=document.sqlform.sql_query.value; +a.value=d.substring(0,document.sqlform.sql_query.selectionStart)+c+d.substring(b,d.length)}else a.value+=c;sql_box_locked=false}}function goToUrl(a,b){eval("document.location.href = '"+b+"pos="+a.options[a.selectedIndex].value+"'")}function getElement(a,b){if(document.layers){b=b?b:self;if(b.document.layers[a])return b.document.layers[a];for(W=0;W'+e+"\n";f+='\n';f+='\n';g.replaceWith(f);$(".btnSave").each(function(){$(this).click(function(){e=$(this).prev().val();window.location.replace("import.php?server="+encodeURIComponent(a)+"&db="+encodeURIComponent(b)+"&table="+encodeURIComponent(c)+"&sql_query="+encodeURIComponent(e)+"&show_query=1&token="+d)})});$(".btnDiscard").each(function(){$(this).click(function(){$(this).closest(".sql").html(''+ +h+"")})});return false});$(".sqlbutton").click(function(a){a.target.id=="clear"?$("#sqlquery").val(""):insertQuery(a.target.id);return false});$("#export_type").change(function(){if($("#export_type").val()=="svg"){$("#show_grid_opt").attr("disabled","disabled");$("#orientation_opt").attr("disabled","disabled");$("#with_doc").attr("disabled","disabled");$("#show_table_dim_opt").removeAttr("disabled");$("#all_table_same_wide").removeAttr("disabled");$("#paper_opt").removeAttr("disabled", +"disabled");$("#show_color_opt").removeAttr("disabled","disabled")}else if($("#export_type").val()=="dia"){$("#show_grid_opt").attr("disabled","disabled");$("#with_doc").attr("disabled","disabled");$("#show_table_dim_opt").attr("disabled","disabled");$("#all_table_same_wide").attr("disabled","disabled");$("#paper_opt").removeAttr("disabled","disabled");$("#show_color_opt").removeAttr("disabled","disabled");$("#orientation_opt").removeAttr("disabled","disabled")}else if($("#export_type").val()=="eps"){$("#show_grid_opt").attr("disabled", +"disabled");$("#orientation_opt").removeAttr("disabled");$("#with_doc").attr("disabled","disabled");$("#show_table_dim_opt").attr("disabled","disabled");$("#all_table_same_wide").attr("disabled","disabled");$("#paper_opt").attr("disabled","disabled");$("#show_color_opt").attr("disabled","disabled")}else if($("#export_type").val()=="pdf"){$("#show_grid_opt").removeAttr("disabled");$("#orientation_opt").removeAttr("disabled");$("#with_doc").removeAttr("disabled","disabled");$("#show_table_dim_opt").removeAttr("disabled", +"disabled");$("#all_table_same_wide").removeAttr("disabled","disabled");$("#paper_opt").removeAttr("disabled","disabled");$("#show_color_opt").removeAttr("disabled","disabled")}});$("#sqlquery").focus();if($("#input_username"))$("#input_username").val()==""?$("#input_username").focus():$("#input_password").focus()}); +function PMA_ajaxShowMessage(a,b){if(a=="")return true;var c=a?a:PMA_messages.strLoading,d=b?b:5E3;if(ajax_message_init)$("#loading").stop(true,true).html(c).fadeIn("medium").delay(d).fadeOut("medium",function(){$(this).html("").hide()});else{$(function(){$('
                      ').insertBefore("#serverinfo");$('').appendTo("#loading_parent").html(c).fadeIn("medium").delay(d).fadeOut("medium",function(){$(this).html("").hide()})},"top.frame_content"); +ajax_message_init=true}return $("#loading")}function PMA_ajaxRemoveMessage(a){a.stop(true,true).fadeOut("medium",function(){a.hide()})}function PMA_showNoticeForEnum(a){var b=a.attr("id").split("_")[1];b+="_"+(parseInt(a.attr("id").split("_")[2])+1);a=a.attr("value");a=="ENUM"||a=="SET"?$("p[id='enum_notice_"+b+"']").show():$("p[id='enum_notice_"+b+"']").hide()} +jQuery.fn.PMA_confirm=function(a,b,c){if(PMA_messages.strDoYouReally=="")return true;var d={};d[PMA_messages.strOK]=function(){$(this).dialog("close").remove();$.isFunction(c)&&c.call(this,b)};d[PMA_messages.strCancel]=function(){$(this).dialog("close").remove()};$('
                      ').prepend(a).dialog({buttons:d})}; +jQuery.fn.PMA_sort_table=function(a){return this.each(function(){var b=$(this),c=$(this).find("tr").get();$.each(c,function(d,e){e.sortKey=$.trim($(e).find(a).text().toLowerCase())});c.sort(function(d,e){if(d.sortKeye.sortKey)return 1;return 0});$.each(c,function(d,e){$(b).append(e);e.sortKey=null});$(this).find("tr:odd").removeClass("even").addClass("odd").end().find("tr:even").removeClass("odd").addClass("even")})}; +$(document).ready(function(){$("#create_table_form_minimal.ajax").live("submit",function(a){a.preventDefault();$form=$(this);var b={};b[PMA_messages.strCancel]=function(){$(this).dialog("close").remove()};var c={};c[PMA_messages.strOK]=function(){$(this).dialog("close").remove()};var d=PMA_ajaxShowMessage();PMA_prepareForAjaxRequest($form);$.get($form.attr("action"),$form.serialize(),function(e){e.success!=undefined&&e.success==false?$('
                      ').append(e.error).dialog({title:PMA_messages.strCreateTable, +height:230,width:900,open:PMA_verifyTypeOfAllColumns,buttons:c}).find("fieldset").remove():$('
                      ').append(e).dialog({title:PMA_messages.strCreateTable,height:600,width:900,open:PMA_verifyTypeOfAllColumns,buttons:b});PMA_ajaxRemoveMessage(d)});$form.find("input[name=table],input[name=num_fields]").val("")});$("#create_table_form input[name=do_save_data]").live("click",function(a){a.preventDefault();a=$("#create_table_form");if(checkTableEditForm(a[0],a.find("input[name=orig_num_fields]").val()))if(a.hasClass("ajax")){PMA_ajaxShowMessage(PMA_messages.strProcessingRequest); +PMA_prepareForAjaxRequest(a);$.post(a.attr("action"),a.serialize()+"&do_save_data="+$(this).val(),function(b){if(b.success==true){$("#properties_message").removeClass("error").html("");PMA_ajaxShowMessage(b.message);$("#create_table_dialog").length>0&&$("#create_table_dialog").dialog("close").remove();var c=$("#tablesForm").find("tbody").not("#tbl_summary_row");if(c.length==0)window.parent&&window.parent.frame_content&&window.parent.frame_content.location.reload();else{var d=$(c).find("tr:last"); +d=$(d).find("input:checkbox").attr("id").match(/\d+/)[0];d="checkbox_tbl_"+(parseFloat(d)+1);b.new_table_string=b.new_table_string.replace(/checkbox_tbl_/,d);$(b.new_table_string).appendTo(c);$(c).PMA_sort_table("th")}window.parent&&window.parent.frame_navigation&&window.parent.frame_navigation.location.reload()}else{$("#properties_message").addClass("error").html(b.error);$("#properties_message")[0].scrollIntoView()}})}else{a.append('');a.submit()}}); +$("#create_table_form.ajax input[name=submit_num_fields]").live("click",function(a){a.preventDefault();a=$("#create_table_form");var b=PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);PMA_prepareForAjaxRequest(a);$.post(a.attr("action"),a.serialize()+"&submit_num_fields="+$(this).val(),function(c){$("#create_table_dialog").length>0&&$("#create_table_dialog").html(c);$("#create_table_div").length>0&&$("#create_table_div").html(c);PMA_verifyTypeOfAllColumns();PMA_ajaxRemoveMessage(b)})})},"top.frame_content"); +$(document).ready(function(){$(".drop_trigger_anchor").live("click",function(a){a.preventDefault();$anchor=$(this);var b=$anchor.parents("tr");a="DROP TRIGGER IF EXISTS `"+b.children("td:first").text()+"`";$anchor.PMA_confirm(a,$anchor.attr("href"),function(c){PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);$.get(c,{is_js_confirmed:1,ajax_request:true},function(d){if(d.success==true){PMA_ajaxShowMessage(d.message);$("#topmenucontainer").next("div").remove().end().after(d.sql_query);b.hide("medium").remove()}else PMA_ajaxShowMessage(d.error)})})})}, +"top.frame_content");$(document).ready(function(){$("#drop_db_anchor").live("click",function(a){a.preventDefault();a=PMA_messages.strDropDatabaseStrongWarning+"\n"+PMA_messages.strDoYouReally+" :\nDROP DATABASE "+escapeHtml(window.parent.db);$(this).PMA_confirm(a,$(this).attr("href"),function(b){PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);$.get(b,{is_js_confirmed:"1",ajax_request:true},function(){window.parent.refreshNavigation();window.parent.refreshMain()})})})}); +$(document).ready(function(){$("#create_database_form.ajax").live("submit",function(a){a.preventDefault();$form=$(this);PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);PMA_prepareForAjaxRequest($form);$.post($form.attr("action"),$form.serialize(),function(b){if(b.success==true){PMA_ajaxShowMessage(b.message);$("#tabledatabases").find("tbody").append(b.new_db_string).PMA_sort_table(".name").find("#db_summary_row").appendTo("#tabledatabases tbody").removeClass("odd even");b=$("#databases_count"); +var c=parseInt(b.text());b.text(++c);window.parent&&window.parent.frame_navigation&&window.parent.frame_navigation.location.reload()}else PMA_ajaxShowMessage(b.error)})})}); +$(document).ready(function(){$("#change_password_anchor.dialog_active").live("click",function(a){a.preventDefault();return false});$("#change_password_anchor.ajax").live("click",function(a){a.preventDefault();$(this).removeClass("ajax").addClass("dialog_active");var b={};b[PMA_messages.strCancel]=function(){$(this).dialog("close").remove()};$.get($(this).attr("href"),{ajax_request:true},function(c){$('
                      ').dialog({title:PMA_messages.strChangePassword,width:600, +close:function(){$(this).remove()},buttons:b,beforeClose:function(){$("#change_password_anchor.dialog_active").removeClass("dialog_active").addClass("ajax")}}).append(c);displayPasswordGenerateButton()})});$("#change_password_form.ajax").find("input[name=change_pw]").live("click",function(a){a.preventDefault();a=$("#change_password_form");var b=$(this).val(),c=PMA_ajaxShowMessage(PMA_messages.strProcessingRequest);$(a).append('');$.post($(a).attr("action"), +$(a).serialize()+"&change_pw="+b,function(d){if(d.success==true){$("#topmenucontainer").after(d.sql_query);$("#change_password_dialog").hide().remove();$("#edit_user_dialog").dialog("close").remove();$("#change_password_anchor.dialog_active").removeClass("dialog_active").addClass("ajax");PMA_ajaxRemoveMessage(c)}else PMA_ajaxShowMessage(d.error)})})});$(document).ready(function(){PMA_verifyTypeOfAllColumns();$("select[class='column_type']").live("change",function(){PMA_showNoticeForEnum($(this))})}); +function PMA_verifyTypeOfAllColumns(){$("select[class='column_type']").each(function(){PMA_showNoticeForEnum($(this))})}function disable_popup(){$("#popup_background").fadeOut("fast");$("#enum_editor").fadeOut("fast");$("#enum_editor #values input").remove();$("#enum_editor input[type='hidden']").remove()} +$(document).ready(function(){$("a[class='open_enum_editor']").live("click",function(){var c=document.documentElement.clientWidth,d=document.documentElement.clientHeight,e=c/2,g=d*0.8;d=d/2-g/2;c=c/2-e/2;$("#enum_editor").css({position:"absolute",top:d,left:c,width:e,height:g});$("#popup_background").css({opacity:"0.7"});$("#popup_background").fadeIn("fast");$("#enum_editor").fadeIn("fast");e=$(this).parent().prev("input").attr("value").split(",");$.each(e,function(h,f){if(jQuery.trim(f)!=""){if(f.substr(0, +1)!="'")f="'"+f;if(f.substr(f.length-1,f.length)!="'")f+="'";f=f.substr(1,f.length-2).replace(/''/g,"'").replace(/\\\\/g,"\\").replace(/\\'/g,"'").replace(/'/g,"'");f=f.replace(/>/g,">");$("#enum_editor #values").append("")}});$("#enum_editor").append("");return false});$("a[class='close_enum_editor']").live("click",function(){disable_popup()});$("a[class='cancel_enum_editor']").live("click", +function(){disable_popup()});$("a[class='add_value']").live("click",function(){$("#enum_editor #values").append("")});$("#enum_editor input[type='submit']").live("click",function(){var c=[];$.each($("#enum_editor #values input"),function(e,g){val=jQuery.trim(g.value);val!=""&&c.push("'"+val.replace(/\\/g,"\\\\").replace(/'/g,"''")+"'")});var d=$("#enum_editor input[type='hidden']").attr("value");$("input[id='"+d+"']").attr("value",c.join(","));disable_popup()});if($("input[type='hidden'][name='table_type']").val()== +"table"){var a=$("table[id='tablestructure']");a.find("td[class='browse']").remove();a.find("td[class='primary']").remove();a.find("td[class='unique']").remove();a.find("td[class='index']").remove();a.find("td[class='fulltext']").remove();a.find("th[class='action']").attr("colspan",3);a.find("td[class='more_opts']").show();$(".structure_actions_dropdown").each(function(){var c=$(this),d=c.parent().offset().left+c.parent().innerWidth()-c.innerWidth(),e=c.parent().offset().top+c.parent().innerHeight(); +c.offset({top:e,left:d})});var b=$("select[name='after_field']");$("iframe[class='IE_hack']").width(b.width()).height(b.height()).offset({top:b.offset().top,left:b.offset().left});a.find("td[class='more_opts']").mouseenter(function(){$.browser.msie&&$.browser.version=="6.0"&&$("iframe[class='IE_hack']").show().width(b.width()+4).height(b.height()+4).offset({top:b.offset().top,left:b.offset().left});$(".structure_actions_dropdown").hide();$(this).children(".structure_actions_dropdown").show();if($.browser.msie){var c= +$(this).offset().left+$(this).innerWidth()-$(this).children(".structure_actions_dropdown").innerWidth(),d=$(this).offset().top+$(this).innerHeight();$(this).children(".structure_actions_dropdown").offset({top:d,left:c})}}).mouseleave(function(){$(this).children(".structure_actions_dropdown").hide();$.browser.msie&&$.browser.version=="6.0"&&$("iframe[class='IE_hack']").hide()})}}); +$(document).ready(function(){$(".footnotes").hide();$(".footnotes span").each(function(){$(this).children("sup").remove()});$(".footnotes").css("border","none");$(".footnotes").css("padding","0px");$("sup[class='footnotemarker']").hide();$("img[class='footnotemarker']").show();$("img[class='footnotemarker']").each(function(){var a=$(this).attr("id");a=a.split("_")[1];a=$(".footnotes span[id='footnote_"+a+"']").html();$(this).qtip({content:a,show:{delay:0},hide:{delay:1E3},style:{background:"#ffffcc"}})})}); +function menuResize(){var a=$("#topmenu"),b=a.innerWidth()-5,c=a.find(".submenu"),d=c.outerWidth(true),e=c.find("ul");a=a.find("> li");for(var g=e.find("li"),h=g.length>0,f=h?d:0,j=0,k=0;kb){f-=l;if(f+d0){for(k=j;k a").removeClass("tab").addClass("tabactive"):c.removeClass("active").find("> a").addClass("tab").removeClass("tabactive")} +$(function(){var a=$("#topmenu");if(a.length!=0){var b=$("",{href:"#","class":"tab"}).text(PMA_messages.strMore).click(function(d){d.preventDefault()}),c=a.find("li:first-child img");c.length&&c.clone().attr("src",c.attr("src").replace(/\/[^\/]+$/,"/b_more.png")).prependTo(b);b=$("
                    • ",{"class":"submenu"}).append(b).append($("
                        ")).mouseenter(function(){$(this).find("ul .tabactive").length==0&&$(this).addClass("submenuhover").find("> a").addClass("tabactive")}).mouseleave(function(){$(this).find("ul .tabactive").length== +0&&$(this).removeClass("submenuhover").find("> a").removeClass("tabactive")});a.append(b);$(window).resize(menuResize);menuResize()}}); +$(document).ready(function(){$(".multi_checkbox").live("click",function(a){var b=this.id,c=b.replace("_right","_left"),d=b.replace("_left","_right"),e="";e=b==c?d:c;var g=$("#"+b);b=$("#"+e);if(a.shiftKey){var h=$(".multi_checkbox").index(g);a=$(".multi_checkbox").filter(".last_clicked");var f=$(".multi_checkbox").index(a);$(".multi_checkbox").filter(function(j){return h>f&&j>f&&jh&&jh}).each(function(){var j=$(this);g.is(":checked")?j.attr("checked",true):j.attr("checked",false)})}$(".multi_checkbox").removeClass("last_clicked"); +g.addClass("last_clicked");g.is(":checked")?b.attr("checked",true):b.attr("checked",false)})});function PMA_getRowNumber(a){return parseInt(a.split(/row_/)[1])}function PMA_set_status_label(a){$("#"+a).css("display")=="none"?$("#anchor_status_"+a).text("+ "):$("#anchor_status_"+a).text("- ")} +function PMA_init_slider(){$(".pma_auto_slider").each(function(a,b){if(!$(b).hasClass("slider_init_done")){$(b).addClass("slider_init_done");$('').insertBefore(b);PMA_set_status_label(b.id);$(''+b.title+"").insertBefore(b).click(function(){$("#"+b.id).toggle("clip",function(){PMA_set_status_label(b.id)});return false})}})} +$(document).ready(function(){$(".vpointer").live("hover",function(){var a=$(this);a=PMA_getRowNumber(a.attr("class"));$(".vpointer").filter(".row_"+a).toggleClass("hover")})}); +$(document).ready(function(){$(".vmarker").live("click",function(){var a=$(this);a=PMA_getRowNumber(a.attr("class"));$(".vmarker").filter(".row_"+a).toggleClass("marked")});$("#visual_builder_anchor").show();$("#tableslistcontainer").find("#pageselector").live("change",function(){$(this).parent("form").submit()});$("#navidbpageselector").find("#pageselector").live("change",function(){$(this).parent("form").submit()});$("#body_browse_foreigners").find("#pageselector").live("change",function(){$(this).closest("form").submit()}); +$(".jsversioncheck").length>0&&function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="http://www.phpmyadmin.net/home_page/version.js";a.onload=PMA_current_version;var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)}();PMA_init_slider();$(".clickprevimage").css("color",function(){return $("a").css("color")}).css("cursor",function(){return $("a").css("cursor")}).live("click",function(){$this_span=$(this);$this_span.closest("td").is(".inline_edit_anchor")|| +$this_span.parent().find("input:image").click()})});function escapeHtml(a){return a.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}; diff --git a/htdocs/phpMyAdmin/js/import.js b/htdocs/phpMyAdmin/js/import.js new file mode 100644 index 000000000..0d0bd72ac --- /dev/null +++ b/htdocs/phpMyAdmin/js/import.js @@ -0,0 +1,4 @@ +function changePluginOpts(){$(".format_specific_options").each(function(){$(this).hide()});var a=$("#plugins option:selected").attr("value");$("#"+a+"_options").fadeIn("slow");a=="csv"?$("#import_notification").text("Note: If the file contains multiple tables, they will be combined into one"):$("#import_notification").text("")} +function matchFile(a){a=a.toLowerCase().split(".");var b=a.length;if(b!=0){var c=a[b-1];if(c=="gz"||c=="bz2"||c=="zip")b--;if($("select[name='format'] option[value='"+a[b-1]+"']").length==1){$("#plugins option:selected").removeAttr("selected");$("select[name='format'] option[value='"+a[b-1]+"']").attr("selected","selected");changePluginOpts()}}} +$(document).ready(function(){changePluginOpts();$("#plugins").change(function(){changePluginOpts()});$("#input_import_file").change(function(){matchFile($(this).attr("value"))});$("#select_local_import_file").change(function(){matchFile($(this).attr("value"))});$("#input_import_file").focus(function(){$("#radio_import_file").attr("checked","checked");$("#radio_local_import_file").removeAttr("checked")});$("#select_local_import_file").focus(function(){$("#radio_local_import_file").attr("checked","checked"); +$("#radio_import_file").removeAttr("checked")});$("#scroll_to_options_msg").hide();$(".format_specific_options").css({border:0,margin:0,padding:0});$(".format_specific_options h3").remove()}); diff --git a/htdocs/phpMyAdmin/js/indexes.js b/htdocs/phpMyAdmin/js/indexes.js new file mode 100644 index 000000000..cff5aac51 --- /dev/null +++ b/htdocs/phpMyAdmin/js/indexes.js @@ -0,0 +1,2 @@ +function checkIndexName(){if(typeof document.forms.index_frm=="undefined")return false;var a=document.forms.index_frm.elements["index[Key_name]"],b=document.forms.index_frm.elements["index[Index_type]"];if(b.options[0].value=="PRIMARY"&&b.options[0].selected){document.forms.index_frm.elements["index[Key_name]"].value="PRIMARY";if(typeof a.disabled!="undefined")document.forms.index_frm.elements["index[Key_name]"].disabled=true}else{if(a.value=="PRIMARY")document.forms.index_frm.elements["index[Key_name]"].value= +"";if(typeof a.disabled!="undefined")document.forms.index_frm.elements["index[Key_name]"].disabled=false}return true}onload=checkIndexName; diff --git a/htdocs/phpMyAdmin/js/jquery/jquery-1.4.4.js b/htdocs/phpMyAdmin/js/jquery/jquery-1.4.4.js new file mode 100644 index 000000000..c0d16d5b1 --- /dev/null +++ b/htdocs/phpMyAdmin/js/jquery/jquery-1.4.4.js @@ -0,0 +1,153 @@ +(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h= +h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;kd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La, +"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this, +e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a, +"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+ +a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/, +C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j, +s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this, +j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length}, +toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j=== +-1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false; +if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload", +b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&& +!F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&& +l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H
                        a";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"), +k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false, +scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent= +false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div"),A=t.getElementsByTagName("body")[0];if(A){r.style.width=r.style.paddingLeft="1px";A.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display= +"inline";r.style.zoom=1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="
                        ";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="
                        t
                        ";var C=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=C[0].offsetHeight===0;C[0].style.display="";C[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&C[0].offsetHeight===0;r.innerHTML= +"";A.removeChild(r).style.display="none"}});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e= +a.nodeType,f=e?a[c.expando]:null,h=c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando]; +else if(a.removeAttribute)a.removeAttribute(c.expando);else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e= +b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true, +data:true,width:true,height:true,offset:true},attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue; +if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g, +Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!== +"undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a, +h);if(!h.handler.guid)h.handler.guid=d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o= +f.split(".");f=o.shift();x=RegExp("(^|\\.)"+c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a, +b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l; +e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k==="click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split("."); +a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired=B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b= +a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type==="file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)}, +teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]===0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d, +e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3];break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+= +D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr,q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y|| +k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h=l;g.sort(w);if(h)for(var i=1;i0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p=0))n||m.push(u);else if(n)i[q]= +false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n,m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])|| +"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild}, +has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()=== +"button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return in[3]-0},nth:function(g,i,n){return n[3]-0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent|| +g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g): +g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]];if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source); +o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m,g);else if(typeof g.length==="number")for(var p=g.length;n";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m, +p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g);n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m= +n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&&function(){var g=k,i=t.createElement("div");i.innerHTML="

                        ";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m, +p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F||p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector|| +g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g=t.createElement("div");g.innerHTML="
                        ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length=== +0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition?function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument|| +g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n0)for(var h=d;h0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h=h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e +-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]|| +!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")}, +nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f): +f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a, +b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/\s]+\/)>/g,P={option:[1,""],legend:[1,"
                        ","
                        "],thead:[1,"","
                        "],tr:[2,"","
                        "], +td:[3,"","
                        "],col:[2,"","
                        "],area:[1,"",""],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div
                        ","
                        "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument|| +t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b= +c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&& +this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}}, +remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML, +e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null;else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a= +a.replace(Aa,"<$1>");try{for(var b=0,d=this.length;b0||e.cacheable|| +this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before", +insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||t; +for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]===""&&!x?r.childNodes:[];for(o=k.length-1;o>=0;--o)c.nodeName(k[o], +"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script")))); +d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i, +jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true, +zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b), +h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b); +if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f= +d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left; +e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/)<[^<]*)*<\/script>/gi, +ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b=== +"object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("
                        ").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&& +!this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})}, +getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html", +script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| +!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache= +false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset; +A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type", +b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&& +c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| +c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]= +encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess", +[b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"), +e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}}); +if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show", +3),a,b,d);else{d=0;for(var e=this.length;d=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, +d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a* +Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)} +var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; +this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| +this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= +c.timers,b=0;b-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a, +e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&& +c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase(); +c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+ +b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window); diff --git a/htdocs/phpMyAdmin/js/jquery/jquery-ui-1.8.custom.js b/htdocs/phpMyAdmin/js/jquery/jquery-ui-1.8.custom.js new file mode 100644 index 000000000..5cbb2e095 --- /dev/null +++ b/htdocs/phpMyAdmin/js/jquery/jquery-ui-1.8.custom.js @@ -0,0 +1,383 @@ +jQuery.ui||function(b){b.ui={version:"1.8",plugin:{add:function(c,f,d){c=b.ui[c].prototype;for(var a in d){c.plugins[a]=c.plugins[a]||[];c.plugins[a].push([f,d[a]])}},call:function(c,f,d){if((f=c.plugins[f])&&c.element[0].parentNode)for(var a=0;a0)return true;c[d]=1;a=c[d]>0;c[d]=0;return a},isOverAxis:function(c,f,d){return c>f&&c=0)&&b(c).is(":focusable")}})}(jQuery); +(function(b){var c=b.fn.remove;b.fn.remove=function(f,d){return this.each(function(){if(!d)if(!f||b.filter(f,[this]).length)b("*",this).add(this).each(function(){b(this).triggerHandler("remove")});return c.call(b(this),f,d)})};b.widget=function(f,d,a){var e=f.split(".")[0],g;f=f.split(".")[1];g=e+"-"+f;if(!a){a=d;d=b.Widget}b.expr[":"][g]=function(i){return!!b.data(i,f)};b[e]=b[e]||{};b[e][f]=function(i,k){arguments.length&&this._createWidget(i,k)};d=new d;d.options=b.extend({},d.options);b[e][f].prototype= +b.extend(true,d,{namespace:e,widgetName:f,widgetEventPrefix:b[e][f].prototype.widgetEventPrefix||f,widgetBaseClass:g},a);b.widget.bridge(f,b[e][f])};b.widget.bridge=function(f,d){b.fn[f]=function(a){var e=typeof a==="string",g=Array.prototype.slice.call(arguments,1),i=this;a=!e&&g.length?b.extend.apply(null,[true,a].concat(g)):a;if(e&&a.substring(0,1)==="_")return i;e?this.each(function(){var k=b.data(this,f),j=k&&b.isFunction(k[a])?k[a].apply(k,g):k;if(j!==k&&j!==undefined){i=j;return false}}):this.each(function(){var k= +b.data(this,f);if(k){a&&k.option(a);k._init()}else b.data(this,f,new d(a,this))});return i}};b.Widget=function(f,d){arguments.length&&this._createWidget(f,d)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(f,d){this.element=b(d).data(this.widgetName,this);this.options=b.extend(true,{},this.options,b.metadata&&b.metadata.get(d)[this.widgetName],f);var a=this;this.element.bind("remove."+this.widgetName,function(){a.destroy()});this._create(); +this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled")},widget:function(){return this.element},option:function(f,d){var a=f,e=this;if(arguments.length===0)return b.extend({},e.options);if(typeof f==="string"){if(d===undefined)return this.options[f];a={};a[f]=d}b.each(a, +function(g,i){e._setOption(g,i)});return e},_setOption:function(f,d){this.options[f]=d;if(f==="disabled")this.widget()[d?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",d);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(f,d,a){var e=this.options[f];d=b.Event(d);d.type=(f===this.widgetEventPrefix?f:this.widgetEventPrefix+f).toLowerCase(); +a=a||{};if(d.originalEvent){f=b.event.props.length;for(var g;f;){g=b.event.props[--f];d[g]=d.originalEvent[g]}}this.element.trigger(d,a);return!(b.isFunction(e)&&e.call(this.element[0],d,a)===false||d.isDefaultPrevented())}}})(jQuery); +(function(b){b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var c=this;this.element.bind("mousedown."+this.widgetName,function(f){return c._mouseDown(f)}).bind("click."+this.widgetName,function(f){if(c._preventClickEvent){c._preventClickEvent=false;f.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(c){c.originalEvent=c.originalEvent||{};if(!c.originalEvent.mouseHandled){this._mouseStarted&& +this._mouseUp(c);this._mouseDownEvent=c;var f=this,d=c.which==1,a=typeof this.options.cancel=="string"?b(c.target).parents().add(c.target).filter(this.options.cancel).length:false;if(!d||a||!this._mouseCapture(c))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){f.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(c)&&this._mouseDelayMet(c)){this._mouseStarted=this._mouseStart(c)!==false;if(!this._mouseStarted){c.preventDefault(); +return true}}this._mouseMoveDelegate=function(e){return f._mouseMove(e)};this._mouseUpDelegate=function(e){return f._mouseUp(e)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);b.browser.safari||c.preventDefault();return c.originalEvent.mouseHandled=true}},_mouseMove:function(c){if(b.browser.msie&&!c.button)return this._mouseUp(c);if(this._mouseStarted){this._mouseDrag(c);return c.preventDefault()}if(this._mouseDistanceMet(c)&& +this._mouseDelayMet(c))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,c)!==false)?this._mouseDrag(c):this._mouseUp(c);return!this._mouseStarted},_mouseUp:function(c){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=c.target==this._mouseDownEvent.target;this._mouseStop(c)}return false},_mouseDistanceMet:function(c){return Math.max(Math.abs(this._mouseDownEvent.pageX- +c.pageX),Math.abs(this._mouseDownEvent.pageY-c.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +(function(b){b.ui=b.ui||{};var c=/left|center|right/,f=/top|center|bottom/,d=b.fn.position,a=b.fn.offset;b.fn.position=function(e){if(!e||!e.of)return d.apply(this,arguments);e=b.extend({},e);var g=b(e.of),i=(e.collision||"flip").split(" "),k=e.offset?e.offset.split(" "):[0,0],j,h,l;if(e.of.nodeType===9){j=g.width();h=g.height();l={top:0,left:0}}else if(e.of.scrollTo&&e.of.document){j=g.width();h=g.height();l={top:g.scrollTop(),left:g.scrollLeft()}}else if(e.of.preventDefault){e.at="left top";j=h= +0;l={top:e.of.pageY,left:e.of.pageX}}else{j=g.outerWidth();h=g.outerHeight();l=g.offset()}b.each(["my","at"],function(){var m=(e[this]||"").split(" ");if(m.length===1)m=c.test(m[0])?m.concat(["center"]):f.test(m[0])?["center"].concat(m):["center","center"];m[0]=c.test(m[0])?m[0]:"center";m[1]=f.test(m[1])?m[1]:"center";e[this]=m});if(i.length===1)i[1]=i[0];k[0]=parseInt(k[0],10)||0;if(k.length===1)k[1]=k[0];k[1]=parseInt(k[1],10)||0;if(e.at[0]==="right")l.left+=j;else if(e.at[0]==="center")l.left+= +j/2;if(e.at[1]==="bottom")l.top+=h;else if(e.at[1]==="center")l.top+=h/2;l.left+=k[0];l.top+=k[1];return this.each(function(){var m=b(this),n=m.outerWidth(),o=m.outerHeight(),p=b.extend({},l);if(e.my[0]==="right")p.left-=n;else if(e.my[0]==="center")p.left-=n/2;if(e.my[1]==="bottom")p.top-=o;else if(e.my[1]==="center")p.top-=o/2;b.each(["left","top"],function(q,r){b.ui.position[i[q]]&&b.ui.position[i[q]][r](p,{targetWidth:j,targetHeight:h,elemWidth:n,elemHeight:o,offset:k,my:e.my,at:e.at})});b.fn.bgiframe&& +m.bgiframe();m.offset(b.extend(p,{using:e.using}))})};b.ui.position={fit:{left:function(e,g){var i=b(window);i=e.left+g.elemWidth-i.width()-i.scrollLeft();e.left=i>0?e.left-i:Math.max(0,e.left)},top:function(e,g){var i=b(window);i=e.top+g.elemHeight-i.height()-i.scrollTop();e.top=i>0?e.top-i:Math.max(0,e.top)}},flip:{left:function(e,g){if(g.at[0]!=="center"){var i=b(window);i=e.left+g.elemWidth-i.width()-i.scrollLeft();var k=g.my[0]==="left"?-g.elemWidth:g.my[0]==="right"?g.elemWidth:0,j=-2*g.offset[0]; +e.left+=e.left<0?k+g.targetWidth+j:i>0?k-g.targetWidth+j:0}},top:function(e,g){if(g.at[1]!=="center"){var i=b(window);i=e.top+g.elemHeight-i.height()-i.scrollTop();var k=g.my[1]==="top"?-g.elemHeight:g.my[1]==="bottom"?g.elemHeight:0,j=g.at[1]==="top"?g.targetHeight:-g.targetHeight,h=-2*g.offset[1];e.top+=e.top<0?k+g.targetHeight+h:i>0?k+j+h:0}}}};if(!b.offset.setOffset){b.offset.setOffset=function(e,g){if(/static/.test(b.curCSS(e,"position")))e.style.position="relative";var i=b(e),k=i.offset(),j= +parseInt(b.curCSS(e,"top",true),10)||0,h=parseInt(b.curCSS(e,"left",true),10)||0;k={top:g.top-k.top+j,left:g.left-k.left+h};"using"in g?g.using.call(e,k):i.css(k)};b.fn.offset=function(e){var g=this[0];if(!g||!g.ownerDocument)return null;if(e)return this.each(function(){b.offset.setOffset(this,e)});return a.call(this)}}})(jQuery); +(function(b){b.widget("ui.draggable",b.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(c){var f= +this.options;if(this.helper||f.disabled||b(c.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(c);if(!this.handle)return false;return true},_mouseStart:function(c){var f=this.options;this.helper=this._createHelper(c);this._cacheHelperProportions();if(b.ui.ddmanager)b.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top- +this.margins.top,left:this.offset.left-this.margins.left};b.extend(this.offset,{click:{left:c.pageX-this.offset.left,top:c.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(c);this.originalPageX=c.pageX;this.originalPageY=c.pageY;f.cursorAt&&this._adjustOffsetFromHelper(f.cursorAt);f.containment&&this._setContainment();if(this._trigger("start",c)===false){this._clear();return false}this._cacheHelperProportions(); +b.ui.ddmanager&&!f.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,c);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(c,true);return true},_mouseDrag:function(c,f){this.position=this._generatePosition(c);this.positionAbs=this._convertPositionTo("absolute");if(!f){var d=this._uiHash();if(this._trigger("drag",c,d)===false){this._mouseUp({});return false}this.position=d.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis|| +this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";b.ui.ddmanager&&b.ui.ddmanager.drag(this,c);return false},_mouseStop:function(c){var f=false;if(b.ui.ddmanager&&!this.options.dropBehaviour)f=b.ui.ddmanager.drop(this,c);if(this.dropped){f=this.dropped;this.dropped=false}if(!this.element[0]||!this.element[0].parentNode)return false;if(this.options.revert=="invalid"&&!f||this.options.revert=="valid"&&f||this.options.revert===true||b.isFunction(this.options.revert)&&this.options.revert.call(this.element, +f)){var d=this;b(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){d._trigger("stop",c)!==false&&d._clear()})}else this._trigger("stop",c)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(c){var f=!this.options.handle||!b(this.options.handle,this.element).length?true:false;b(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== +c.target)f=true});return f},_createHelper:function(c){var f=this.options;c=b.isFunction(f.helper)?b(f.helper.apply(this.element[0],[c])):f.helper=="clone"?this.element.clone():this.element;c.parents("body").length||c.appendTo(f.appendTo=="parent"?this.element[0].parentNode:f.appendTo);c[0]!=this.element[0]&&!/(fixed|absolute)/.test(c.css("position"))&&c.css("position","absolute");return c},_adjustOffsetFromHelper:function(c){if(typeof c=="string")c=c.split(" ");if(b.isArray(c))c={left:+c[0],top:+c[1]|| +0};if("left"in c)this.offset.click.left=c.left+this.margins.left;if("right"in c)this.offset.click.left=this.helperProportions.width-c.right+this.margins.left;if("top"in c)this.offset.click.top=c.top+this.margins.top;if("bottom"in c)this.offset.click.top=this.helperProportions.height-c.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var c=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0], +this.offsetParent[0])){c.left+=this.scrollParent.scrollLeft();c.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)c={top:0,left:0};return{top:c.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:c.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var c=this.element.position();return{top:c.top- +(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:c.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var c=this.options;if(c.containment== +"parent")c.containment=this.helper[0].parentNode;if(c.containment=="document"||c.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,b(c.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b(c.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(c.containment)&& +c.containment.constructor!=Array){var f=b(c.containment)[0];if(f){c=b(c.containment).offset();var d=b(f).css("overflow")!="hidden";this.containment=[c.left+(parseInt(b(f).css("borderLeftWidth"),10)||0)+(parseInt(b(f).css("paddingLeft"),10)||0)-this.margins.left,c.top+(parseInt(b(f).css("borderTopWidth"),10)||0)+(parseInt(b(f).css("paddingTop"),10)||0)-this.margins.top,c.left+(d?Math.max(f.scrollWidth,f.offsetWidth):f.offsetWidth)-(parseInt(b(f).css("borderLeftWidth"),10)||0)-(parseInt(b(f).css("paddingRight"), +10)||0)-this.helperProportions.width-this.margins.left,c.top+(d?Math.max(f.scrollHeight,f.offsetHeight):f.offsetHeight)-(parseInt(b(f).css("borderTopWidth"),10)||0)-(parseInt(b(f).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(c.containment.constructor==Array)this.containment=c.containment},_convertPositionTo:function(c,f){if(!f)f=this.position;var d=c=="absolute"?1:-1,a=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0], +this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(a[0].tagName);return{top:f.top+this.offset.relative.top*d+this.offset.parent.top*d-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():e?0:a.scrollTop())*d),left:f.left+this.offset.relative.left*d+this.offset.parent.left*d-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft(): +e?0:a.scrollLeft())*d)}},_generatePosition:function(c){var f=this.options,d=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,a=/(html|body)/i.test(d[0].tagName),e=c.pageX,g=c.pageY;if(this.originalPosition){if(this.containment){if(c.pageX-this.offset.click.leftthis.containment[2])e=this.containment[2]+this.offset.click.left;if(c.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(f.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/f.grid[1])*f.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left
                        ').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(b(this).offset()).appendTo("body")})},stop:function(){b("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});b.ui.plugin.add("draggable","opacity",{start:function(c,f){var d=b(f.helper), +a=b(this).data("draggable").options;if(d.css("opacity"))a._opacity=d.css("opacity");d.css("opacity",a.opacity)},stop:function(c,f){var d=b(this).data("draggable").options;d._opacity&&b(f.helper).css("opacity",d._opacity)}});b.ui.plugin.add("draggable","scroll",{start:function(){var c=b(this).data("draggable");if(c.scrollParent[0]!=document&&c.scrollParent[0].tagName!="HTML")c.overflowOffset=c.scrollParent.offset()},drag:function(c){var f=b(this).data("draggable"),d=f.options,a=false;if(f.scrollParent[0]!= +document&&f.scrollParent[0].tagName!="HTML"){if(!d.axis||d.axis!="x")if(f.overflowOffset.top+f.scrollParent[0].offsetHeight-c.pageY=0;h--){var l=d.snapElements[h].left,m=l+d.snapElements[h].width,n=d.snapElements[h].top,o=n+d.snapElements[h].height;if(l-e=h&&g<=l||i>=h&&i<=l||gl)&&(a>=k&&a<=j||e>=k&&e<=j||aj);default:return false}}; +b.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(c,f){var d=b.ui.ddmanager.droppables[c.options.scope]||[],a=f?f.type:null,e=(c.currentItem||c.element).find(":data(droppable)").andSelf(),g=0;a:for(;g').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!b(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var e=this.handles.split(",");this.handles={};for(var g=0;g');/sw|se|ne|nw/.test(i)&&k.css({zIndex:++a.zIndex});"se"==i&&k.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[i]=".ui-resizable-"+i;this.element.append(k)}}this._renderAxis=function(j){j=j||this.element;for(var h in this.handles){if(this.handles[h].constructor== +String)this.handles[h]=b(this.handles[h],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var l=b(this.handles[h],this.element),m=0;m=/sw|ne|nw|se|n|s/.test(h)?l.outerHeight():l.outerWidth();l=["padding",/ne|nw|n/.test(h)?"Top":/se|sw|s/.test(h)?"Bottom":/^e$/.test(h)?"Right":"Left"].join("");j.css(l,m);this._proportionallyResize()}b(this.handles[h])}};this._renderAxis(this.element);this._handles=b(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!d.resizing){if(this.className)var j=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);d.axis=j&&j[1]?j[1]:"se"}});if(a.autoHide){this._handles.hide();b(this.element).addClass("ui-resizable-autohide").hover(function(){b(this).removeClass("ui-resizable-autohide");d._handles.show()},function(){if(!d.resizing){b(this).addClass("ui-resizable-autohide");d._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var d=function(e){b(e).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; +if(this.elementIsWrapper){d(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);d(this.originalElement);return this},_mouseCapture:function(d){var a=false,e;for(e in this.handles)if(b(this.handles[e])[0]==d.target)a=true;return!this.options.disabled&&a},_mouseStart:function(d){var a=this.options,e=this.element.position(), +g=this.element;this.resizing=true;this.documentScroll={top:b(document).scrollTop(),left:b(document).scrollLeft()};if(g.is(".ui-draggable")||/absolute/.test(g.css("position")))g.css({position:"absolute",top:e.top,left:e.left});b.browser.opera&&/relative/.test(g.css("position"))&&g.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();e=c(this.helper.css("left"));var i=c(this.helper.css("top"));if(a.containment){e+=b(a.containment).scrollLeft()||0;i+=b(a.containment).scrollTop()||0}this.offset= +this.helper.offset();this.position={left:e,top:i};this.size=this._helper?{width:g.outerWidth(),height:g.outerHeight()}:{width:g.width(),height:g.height()};this.originalSize=this._helper?{width:g.outerWidth(),height:g.outerHeight()}:{width:g.width(),height:g.height()};this.originalPosition={left:e,top:i};this.sizeDiff={width:g.outerWidth()-g.width(),height:g.outerHeight()-g.height()};this.originalMousePosition={left:d.pageX,top:d.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: +this.originalSize.width/this.originalSize.height||1;a=b(".ui-resizable-"+this.axis).css("cursor");b("body").css("cursor",a=="auto"?this.axis+"-resize":a);g.addClass("ui-resizable-resizing");this._propagate("start",d);return true},_mouseDrag:function(d){var a=this.helper,e=this.originalMousePosition,g=this._change[this.axis];if(!g)return false;e=g.apply(this,[d,d.pageX-e.left||0,d.pageY-e.top||0]);if(this._aspectRatio||d.shiftKey)e=this._updateRatio(e,d);e=this._respectSize(e,d);this._propagate("resize", +d);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(e);this._trigger("resize",d,this.ui());return false},_mouseStop:function(d){this.resizing=false;var a=this.options;if(this._helper){var e=this._proportionallyResizeElements,g=e.length&&/textarea/i.test(e[0].nodeName);e=g&&b.ui.hasScroll(e[0],"left")?0:this.sizeDiff.height; +g={width:this.size.width-(g?0:this.sizeDiff.width),height:this.size.height-e};e=parseInt(this.element.css("left"),10)+(this.position.left-this.originalPosition.left)||null;var i=parseInt(this.element.css("top"),10)+(this.position.top-this.originalPosition.top)||null;a.animate||this.element.css(b.extend(g,{top:i,left:e}));this.helper.height(this.size.height);this.helper.width(this.size.width);this._helper&&!a.animate&&this._proportionallyResize()}b("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing"); +this._propagate("stop",d);this._helper&&this.helper.remove();return false},_updateCache:function(d){this.offset=this.helper.offset();if(f(d.left))this.position.left=d.left;if(f(d.top))this.position.top=d.top;if(f(d.height))this.size.height=d.height;if(f(d.width))this.size.width=d.width},_updateRatio:function(d){var a=this.position,e=this.size,g=this.axis;if(d.height)d.width=e.height*this.aspectRatio;else if(d.width)d.height=e.width/this.aspectRatio;if(g=="sw"){d.left=a.left+(e.width-d.width);d.top= +null}if(g=="nw"){d.top=a.top+(e.height-d.height);d.left=a.left+(e.width-d.width)}return d},_respectSize:function(d){var a=this.options,e=this.axis,g=f(d.width)&&a.maxWidth&&a.maxWidthd.width,j=f(d.height)&&a.minHeight&&a.minHeight>d.height;if(k)d.width=a.minWidth;if(j)d.height=a.minHeight;if(g)d.width=a.maxWidth;if(i)d.height=a.maxHeight;var h=this.originalPosition.left+this.originalSize.width,l=this.position.top+ +this.size.height,m=/sw|nw|w/.test(e);e=/nw|ne|n/.test(e);if(k&&m)d.left=h-a.minWidth;if(g&&m)d.left=h-a.maxWidth;if(j&&e)d.top=l-a.minHeight;if(i&&e)d.top=l-a.maxHeight;if((a=!d.width&&!d.height)&&!d.left&&d.top)d.top=null;else if(a&&!d.top&&d.left)d.left=null;return d},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var d=this.helper||this.element,a=0;a');var a=b.browser.msie&&b.browser.version<7,e=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-e+"px",top:this.elementOffset.top-e+"px",zIndex:++d.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(d, +a){return{width:this.originalSize.width+a}},w:function(d,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(d,a,e){return{top:this.originalPosition.top+e,height:this.originalSize.height-e}},s:function(d,a,e){return{height:this.originalSize.height+e}},se:function(d,a,e){return b.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[d,a,e]))},sw:function(d,a,e){return b.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[d,a, +e]))},ne:function(d,a,e){return b.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[d,a,e]))},nw:function(d,a,e){return b.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[d,a,e]))}},_propagate:function(d,a){b.ui.plugin.call(this,d,[a,this.ui()]);d!="resize"&&this._trigger(d,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize, +originalPosition:this.originalPosition}}});b.extend(b.ui.resizable,{version:"1.8"});b.ui.plugin.add("resizable","alsoResize",{start:function(){var d=b(this).data("resizable").options,a=function(e){b(e).each(function(){b(this).data("resizable-alsoresize",{width:parseInt(b(this).width(),10),height:parseInt(b(this).height(),10),left:parseInt(b(this).css("left"),10),top:parseInt(b(this).css("top"),10)})})};if(typeof d.alsoResize=="object"&&!d.alsoResize.parentNode)if(d.alsoResize.length){d.alsoResize= +d.alsoResize[0];a(d.alsoResize)}else b.each(d.alsoResize,function(e){a(e)});else a(d.alsoResize)},resize:function(){var d=b(this).data("resizable"),a=d.options,e=d.originalSize,g=d.originalPosition,i={height:d.size.height-e.height||0,width:d.size.width-e.width||0,top:d.position.top-g.top||0,left:d.position.left-g.left||0},k=function(j,h){b(j).each(function(){var l=b(this),m=b(this).data("resizable-alsoresize"),n={};b.each((h&&h.length?h:["width","height","top","left"])||["width","height","top","left"], +function(o,p){var q=(m[p]||0)+(i[p]||0);if(q&&q>=0)n[p]=q||null});if(/relative/.test(l.css("position"))&&b.browser.opera){d._revertToRelativePosition=true;l.css({position:"absolute",top:"auto",left:"auto"})}l.css(n)})};typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?b.each(a.alsoResize,function(j,h){k(j,h)}):k(a.alsoResize)},stop:function(){var d=b(this).data("resizable");if(d._revertToRelativePosition&&b.browser.opera){d._revertToRelativePosition=false;el.css({position:"relative"})}b(this).removeData("resizable-alsoresize-start")}}); +b.ui.plugin.add("resizable","animate",{stop:function(d){var a=b(this).data("resizable"),e=a.options,g=a._proportionallyResizeElements,i=g.length&&/textarea/i.test(g[0].nodeName),k=i&&b.ui.hasScroll(g[0],"left")?0:a.sizeDiff.height;i={width:a.size.width-(i?0:a.sizeDiff.width),height:a.size.height-k};k=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var j=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(b.extend(i,j&& +k?{top:j,left:k}:{}),{duration:e.animateDuration,easing:e.animateEasing,step:function(){var h={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};g&&g.length&&b(g[0]).css({width:h.width,height:h.height});a._updateCache(h);a._propagate("resize",d)}})}});b.ui.plugin.add("resizable","containment",{start:function(){var d=b(this).data("resizable"),a=d.element,e=d.options.containment;if(a=e instanceof +b?e.get(0):/parent/.test(e)?a.parent().get(0):e){d.containerElement=b(a);if(/document/.test(e)||e==document){d.containerOffset={left:0,top:0};d.containerPosition={left:0,top:0};d.parentData={element:b(document),left:0,top:0,width:b(document).width(),height:b(document).height()||document.body.parentNode.scrollHeight}}else{var g=b(a),i=[];b(["Top","Right","Left","Bottom"]).each(function(h,l){i[h]=c(g.css("padding"+l))});d.containerOffset=g.offset();d.containerPosition=g.position();d.containerSize={height:g.innerHeight()- +i[3],width:g.innerWidth()-i[1]};e=d.containerOffset;var k=d.containerSize.height,j=d.containerSize.width;j=b.ui.hasScroll(a,"left")?a.scrollWidth:j;k=b.ui.hasScroll(a)?a.scrollHeight:k;d.parentData={element:a,left:e.left,top:e.top,width:j,height:k}}}},resize:function(d){var a=b(this).data("resizable"),e=a.options,g=a.containerOffset,i=a.position;d=a._aspectRatio||d.shiftKey;var k={top:0,left:0},j=a.containerElement;if(j[0]!=document&&/static/.test(j.css("position")))k=g;if(i.left<(a._helper?g.left: +0)){a.size.width+=a._helper?a.position.left-g.left:a.position.left-k.left;if(d)a.size.height=a.size.width/e.aspectRatio;a.position.left=e.helper?g.left:0}if(i.top<(a._helper?g.top:0)){a.size.height+=a._helper?a.position.top-g.top:a.position.top;if(d)a.size.width=a.size.height*e.aspectRatio;a.position.top=a._helper?g.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;e=Math.abs((a._helper?a.offset.left-k.left:a.offset.left-k.left)+a.sizeDiff.width);g= +Math.abs((a._helper?a.offset.top-k.top:a.offset.top-g.top)+a.sizeDiff.height);i=a.containerElement.get(0)==a.element.parent().get(0);k=/relative|absolute/.test(a.containerElement.css("position"));if(i&&k)e-=a.parentData.left;if(e+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-e;if(d)a.size.height=a.size.width/a.aspectRatio}if(g+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-g;if(d)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var d=b(this).data("resizable"), +a=d.options,e=d.containerOffset,g=d.containerPosition,i=d.containerElement,k=b(d.helper),j=k.offset(),h=k.outerWidth()-d.sizeDiff.width;k=k.outerHeight()-d.sizeDiff.height;d._helper&&!a.animate&&/relative/.test(i.css("position"))&&b(this).css({left:j.left-g.left-e.left,width:h,height:k});d._helper&&!a.animate&&/static/.test(i.css("position"))&&b(this).css({left:j.left-g.left-e.left,width:h,height:k})}});b.ui.plugin.add("resizable","ghost",{start:function(){var d=b(this).data("resizable"),a=d.options, +e=d.size;d.ghost=d.originalElement.clone();d.ghost.css({opacity:0.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");d.ghost.appendTo(d.helper)},resize:function(){var d=b(this).data("resizable");d.ghost&&d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})},stop:function(){var d=b(this).data("resizable");d.ghost&&d.helper&&d.helper.get(0).removeChild(d.ghost.get(0))}}); +b.ui.plugin.add("resizable","grid",{resize:function(){var d=b(this).data("resizable"),a=d.options,e=d.size,g=d.originalSize,i=d.originalPosition,k=d.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var j=Math.round((e.width-g.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((e.height-g.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(k)){d.size.width=g.width+j;d.size.height=g.height+a}else if(/^(ne)$/.test(k)){d.size.width=g.width+j;d.size.height=g.height+a;d.position.top=i.top- +a}else{if(/^(sw)$/.test(k)){d.size.width=g.width+j;d.size.height=g.height+a}else{d.size.width=g.width+j;d.size.height=g.height+a;d.position.top=i.top-a}d.position.left=i.left-j}}});var c=function(d){return parseInt(d,10)||0},f=function(d){return!isNaN(parseInt(d,10))}})(jQuery); +(function(b){b.widget("ui.selectable",b.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=b(c.options.filter,c.element[0]);f.each(function(){var d=b(this),a=d.offset();b.data(this,"selectable-item",{element:this,$element:d,left:a.left,top:a.top,right:a.left+d.outerWidth(),bottom:a.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=b(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this}, +_mouseStart:function(c){var f=this;this.opos=[c.pageX,c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=b(d.filter,this.element[0]);this._trigger("start",c);b(d.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var a=b.data(this,"selectable-item");a.startselected=true;if(!c.metaKey){a.$element.removeClass("ui-selected"); +a.selected=false;a.$element.addClass("ui-unselecting");a.unselecting=true;f._trigger("unselecting",c,{unselecting:a.element})}});b(c.target).parents().andSelf().each(function(){var a=b.data(this,"selectable-item");if(a){a.$element.removeClass("ui-unselecting").addClass("ui-selecting");a.unselecting=false;a.selecting=true;a.selected=true;f._trigger("selecting",c,{selecting:a.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d=this.options, +a=this.opos[0],e=this.opos[1],g=c.pageX,i=c.pageY;if(a>g){var k=g;g=a;a=k}if(e>i){k=i;i=e;e=k}this.helper.css({left:a,top:e,width:g-a,height:i-e});this.selectees.each(function(){var j=b.data(this,"selectable-item");if(!(!j||j.element==f.element[0])){var h=false;if(d.tolerance=="touch")h=!(j.left>g||j.righti||j.bottoma&&j.righte&&j.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var c=this.items.length-1;c>=0;c--)this.items[c].item.removeData("sortable-item");return this},_mouseCapture:function(c,f){if(this.reverting)return false;if(this.options.disabled||this.options.type== +"static")return false;this._refreshItems(c);var d=null,a=this;b(c.target).parents().each(function(){if(b.data(this,"sortable-item")==a){d=b(this);return false}});if(b.data(c.target,"sortable-item")==a)d=b(c.target);if(!d)return false;if(this.options.handle&&!f){var e=false;b(this.options.handle,d).find("*").andSelf().each(function(){if(this==c.target)e=true});if(!e)return false}this.currentItem=d;this._removeCurrentsFromItems();return true},_mouseStart:function(c,f,d){f=this.options;this.currentContainer= +this;this.refreshPositions();this.helper=this._createHelper(c);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");b.extend(this.offset,{click:{left:c.pageX-this.offset.left,top:c.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}); +this.originalPosition=this._generatePosition(c);this.originalPageX=c.pageX;this.originalPageY=c.pageY;f.cursorAt&&this._adjustOffsetFromHelper(f.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();f.containment&&this._setContainment();if(f.cursor){if(b("body").css("cursor"))this._storedCursor=b("body").css("cursor");b("body").css("cursor",f.cursor)}if(f.opacity){if(this.helper.css("opacity"))this._storedOpacity= +this.helper.css("opacity");this.helper.css("opacity",f.opacity)}if(f.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",f.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",c,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!d)for(d=this.containers.length-1;d>=0;d--)this.containers[d]._trigger("activate",c,this._uiHash(this)); +if(b.ui.ddmanager)b.ui.ddmanager.current=this;b.ui.ddmanager&&!f.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,c);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(c);return true},_mouseDrag:function(c){this.position=this._generatePosition(c);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var f=this.options,d=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!= +"HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-c.pageY=0;f--){d=this.items[f];var a= +d.item[0],e=this._intersectsWithPointer(d);if(e)if(a!=this.currentItem[0]&&this.placeholder[e==1?"next":"prev"]()[0]!=a&&!b.ui.contains(this.placeholder[0],a)&&(this.options.type=="semi-dynamic"?!b.ui.contains(this.element[0],a):true)){this.direction=e==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(d))this._rearrange(c,d);else break;this._trigger("change",c,this._uiHash());break}}this._contactContainers(c);b.ui.ddmanager&&b.ui.ddmanager.drag(this,c);this._trigger("sort", +c,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(c,f){if(c){b.ui.ddmanager&&!this.options.dropBehaviour&&b.ui.ddmanager.drop(this,c);if(this.options.revert){var d=this,a=d.placeholder.offset();d.reverting=true;b(this.helper).animate({left:a.left-this.offset.parent.left-d.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:a.top-this.offset.parent.top-d.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)}, +parseInt(this.options.revert,10)||500,function(){d._clear(c)})}else this._clear(c,f);return false}},cancel:function(){if(this.dragging){this._mouseUp();this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var c=this.containers.length-1;c>=0;c--){this.containers[c]._trigger("deactivate",null,this._uiHash(this));if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",null,this._uiHash(this));this.containers[c].containerCache.over= +0}}}this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();b.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?b(this.domPosition.prev).after(this.currentItem):b(this.domPosition.parent).prepend(this.currentItem);return this},serialize:function(c){var f=this._getItemsAsjQuery(c&&c.connected),d=[];c=c||{};b(f).each(function(){var a= +(b(c.item||this).attr(c.attribute||"id")||"").match(c.expression||/(.+)[-=_](.+)/);if(a)d.push((c.key||a[1]+"[]")+"="+(c.key&&c.expression?a[1]:a[2]))});return d.join("&")},toArray:function(c){var f=this._getItemsAsjQuery(c&&c.connected),d=[];c=c||{};f.each(function(){d.push(b(c.item||this).attr(c.attribute||"id")||"")});return d},_intersectsWith:function(c){var f=this.positionAbs.left,d=f+this.helperProportions.width,a=this.positionAbs.top,e=a+this.helperProportions.height,g=c.left,i=g+c.width,k= +c.top,j=k+c.height,h=this.offset.click.top,l=this.offset.click.left;h=a+h>k&&a+hg&&f+lc[this.floating?"width":"height"]?h:g0?"down":"up")},_getDragHorizontalDirection:function(){var c=this.positionAbs.left-this.lastPositionAbs.left;return c!=0&&(c>0?"right":"left")},refresh:function(c){this._refreshItems(c);this.refreshPositions();return this},_connectWith:function(){var c= +this.options;return c.connectWith.constructor==String?[c.connectWith]:c.connectWith},_getItemsAsjQuery:function(c){var f=[],d=[],a=this._connectWith();if(a&&c)for(c=a.length-1;c>=0;c--)for(var e=b(a[c]),g=e.length-1;g>=0;g--){var i=b.data(e[g],"sortable");if(i&&i!=this&&!i.options.disabled)d.push([b.isFunction(i.options.items)?i.options.items.call(i.element):b(i.options.items,i.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),i])}d.push([b.isFunction(this.options.items)?this.options.items.call(this.element, +null,{options:this.options,item:this.currentItem}):b(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(c=d.length-1;c>=0;c--)d[c][0].each(function(){f.push(this)});return b(f)},_removeCurrentsFromItems:function(){for(var c=this.currentItem.find(":data(sortable-item)"),f=0;f=0;e--)for(var g=b(a[e]),i=g.length-1;i>=0;i--){var k=b.data(g[i],"sortable");if(k&&k!=this&&!k.options.disabled){d.push([b.isFunction(k.options.items)?k.options.items.call(k.element[0],c,{item:this.currentItem}):b(k.options.items,k.element),k]);this.containers.push(k)}}for(e=d.length-1;e>=0;e--){c=d[e][1]; +a=d[e][0];i=0;for(g=a.length;i=0;f--){var d=this.items[f],a=this.options.toleranceElement?b(this.options.toleranceElement,d.item):d.item;if(!c){d.width=a.outerWidth();d.height=a.outerHeight()}a=a.offset();d.left=a.left;d.top=a.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this); +else for(f=this.containers.length-1;f>=0;f--){a=this.containers[f].element.offset();this.containers[f].containerCache.left=a.left;this.containers[f].containerCache.top=a.top;this.containers[f].containerCache.width=this.containers[f].element.outerWidth();this.containers[f].containerCache.height=this.containers[f].element.outerHeight()}return this},_createPlaceholder:function(c){var f=c||this,d=f.options;if(!d.placeholder||d.placeholder.constructor==String){var a=d.placeholder;d.placeholder={element:function(){var e= +b(document.createElement(f.currentItem[0].nodeName)).addClass(a||f.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!a)e.style.visibility="hidden";return e},update:function(e,g){if(!(a&&!d.forcePlaceholderSize)){g.height()||g.height(f.currentItem.innerHeight()-parseInt(f.currentItem.css("paddingTop")||0,10)-parseInt(f.currentItem.css("paddingBottom")||0,10));g.width()||g.width(f.currentItem.innerWidth()-parseInt(f.currentItem.css("paddingLeft")||0,10)-parseInt(f.currentItem.css("paddingRight")|| +0,10))}}}}f.placeholder=b(d.placeholder.element.call(f.element,f.currentItem));f.currentItem.after(f.placeholder);d.placeholder.update(f,f.placeholder)},_contactContainers:function(c){for(var f=null,d=null,a=this.containers.length-1;a>=0;a--)if(!b.ui.contains(this.currentItem[0],this.containers[a].element[0]))if(this._intersectsWith(this.containers[a].containerCache)){if(!(f&&b.ui.contains(this.containers[a].element[0],f.element[0]))){f=this.containers[a];d=a}}else if(this.containers[a].containerCache.over){this.containers[a]._trigger("out", +c,this._uiHash(this));this.containers[a].containerCache.over=0}if(f)if(this.containers.length===1){this.containers[d]._trigger("over",c,this._uiHash(this));this.containers[d].containerCache.over=1}else if(this.currentContainer!=this.containers[d]){f=1E4;a=null;for(var e=this.positionAbs[this.containers[d].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(b.ui.contains(this.containers[d].element[0],this.items[g].item[0])){var i=this.items[g][this.containers[d].floating?"left":"top"];if(Math.abs(i- +e)this.containment[2])e=this.containment[2]+this.offset.click.left;if(c.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(f.grid){g=this.originalPageY+Math.round((g- +this.originalPageY)/f.grid[1])*f.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left=0;a--)if(b.ui.contains(this.containers[a].element[0],this.currentItem[0])&&!f){d.push(function(e){return function(g){e._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[a]));d.push(function(e){return function(g){e._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[a]))}}for(a=this.containers.length-1;a>=0;a--){f||d.push(function(e){return function(g){e._trigger("deactivate",g,this._uiHash(this))}}.call(this, +this.containers[a]));if(this.containers[a].containerCache.over){d.push(function(e){return function(g){e._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[a]));this.containers[a].containerCache.over=0}}this._storedCursor&&b("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!f){this._trigger("beforeStop", +c,this._uiHash());for(a=0;a li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},_create:function(){var c=this.options,f=this;this.running=0;this.element.addClass("ui-accordion ui-widget ui-helper-reset"); +this.element[0].nodeName=="UL"&&this.element.children("li").addClass("ui-accordion-li-fix");this.headers=this.element.find(c.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b(this).removeClass("ui-state-focus")}); +this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(c.navigation){var d=this.element.find("a").filter(c.navigationFilter);if(d.length){var a=d.closest(".ui-accordion-header");this.active=a.length?a:d.closest(".ui-accordion-content").prev()}}this.active=this._findActive(this.active||c.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active"); +this._createIcons();b.browser.msie&&this.element.find("a").css("zoom","1");this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return f._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();this.active.length?this.active.attr("aria-expanded","true").attr("tabIndex","0"):this.headers.eq(0).attr("tabIndex","0");b.browser.safari||this.headers.find("a").attr("tabIndex", +"-1");c.event&&this.headers.bind(c.event+".accordion",function(e){f._clickHandler.call(f,e,this);e.preventDefault()})},_createIcons:function(){var c=this.options;if(c.icons){b("").addClass("ui-icon "+c.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(c.icons.header).toggleClass(c.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")}, +destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this._destroyIcons();var f=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active"); +if(c.autoHeight||c.fillHeight)f.css("height","");return this},_setOption:function(c,f){b.Widget.prototype._setOption.apply(this,arguments);c=="active"&&this.activate(f);if(c=="icons"){this._destroyIcons();f&&this._createIcons()}},_keydown:function(c){var f=b.ui.keyCode;if(!(this.options.disabled||c.altKey||c.ctrlKey)){var d=this.headers.length,a=this.headers.index(c.target),e=false;switch(c.keyCode){case f.RIGHT:case f.DOWN:e=this.headers[(a+1)%d];break;case f.LEFT:case f.UP:e=this.headers[(a-1+d)% +d];break;case f.SPACE:case f.ENTER:this._clickHandler({target:c.target},c.target);c.preventDefault()}if(e){b(c.target).attr("tabIndex","-1");b(e).attr("tabIndex","0");e.focus();return false}return true}},resize:function(){var c=this.options,f;if(c.fillSpace){if(b.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}f=this.element.parent().height();b.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){f-=b(this).outerHeight(true)}); +this.headers.next().each(function(){b(this).height(Math.max(0,f-b(this).innerHeight()+b(this).height()))}).css("overflow","auto")}else if(c.autoHeight){f=0;this.headers.next().each(function(){f=Math.max(f,b(this).height())}).height(f)}return this},activate:function(c){this.options.active=c;c=this._findActive(c)[0];this._clickHandler({target:c},c);return this},_findActive:function(c){return c?typeof c=="number"?this.headers.filter(":eq("+c+")"):this.headers.not(this.headers.not(c)):c===false?b([]): +this.headers.filter(":eq(0)")},_clickHandler:function(c,f){var d=this.options;if(!d.disabled)if(c.target){var a=b(c.currentTarget||f),e=a[0]==this.active[0];d.active=d.collapsible&&e?false:b(".ui-accordion-header",this.element).index(a);if(!(this.running||!d.collapsible&&e)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!e){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected); +a.next().addClass("ui-accordion-content-active")}k=a.next();g=this.active.next();i={options:d,newHeader:e&&d.collapsible?b([]):a,oldHeader:this.active,newContent:e&&d.collapsible?b([]):k,oldContent:g};d=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=e?b([]):a;this._toggle(k,g,i,e,d)}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(),i={options:d,newHeader:b([]),oldHeader:d.active,newContent:b([]),oldContent:g},k=this.active=b([]);this._toggle(k,g,i)}},_toggle:function(c,f,d,a,e){var g=this.options,i=this;this.toShow=c;this.toHide=f;this.data=d;var k=function(){if(i)return i._completed.apply(i,arguments)};this._trigger("changestart",null,this.data);this.running=f.size()===0?c.size():f.size();if(g.animated){d={};d=g.collapsible&&a?{toShow:b([]), +toHide:f,complete:k,down:e,autoHeight:g.autoHeight||g.fillSpace}:{toShow:c,toHide:f,complete:k,down:e,autoHeight:g.autoHeight||g.fillSpace};if(!g.proxied)g.proxied=g.animated;if(!g.proxiedDuration)g.proxiedDuration=g.duration;g.animated=b.isFunction(g.proxied)?g.proxied(d):g.proxied;g.duration=b.isFunction(g.proxiedDuration)?g.proxiedDuration(d):g.proxiedDuration;a=b.ui.accordion.animations;var j=g.duration,h=g.animated;if(h&&!a[h]&&!b.easing[h])h="slide";a[h]||(a[h]=function(l){this.slide(l,{easing:h, +duration:j||700})});a[h](d)}else{if(g.collapsible&&a)c.toggle();else{f.hide();c.show()}k(true)}f.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();c.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(c){var f=this.options;this.running=c?0:--this.running;if(!this.running){f.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});b.extend(b.ui.accordion, +{version:"1.8",animations:{slide:function(c,f){c=b.extend({easing:"swing",duration:300},c,f);if(c.toHide.size())if(c.toShow.size()){var d=c.toShow.css("overflow"),a=0,e={},g={},i,k=c.toShow;i=k[0].style.width;k.width(parseInt(k.parent().width(),10)-parseInt(k.css("paddingLeft"),10)-parseInt(k.css("paddingRight"),10)-(parseInt(k.css("borderLeftWidth"),10)||0)-(parseInt(k.css("borderRightWidth"),10)||0));b.each(["height","paddingTop","paddingBottom"],function(j,h){g[h]="hide";var l=(""+b.css(c.toShow[0], +h)).match(/^([\d+-.]+)(.*)$/);e[h]={value:l[1],unit:l[2]||"px"}});c.toShow.css({height:0,overflow:"hidden"}).show();c.toHide.filter(":hidden").each(c.complete).end().filter(":visible").animate(g,{step:function(j,h){if(h.prop=="height")a=h.end-h.start===0?0:(h.now-h.start)/(h.end-h.start);c.toShow[0].style[h.prop]=a*e[h.prop].value+e[h.prop].unit},duration:c.duration,easing:c.easing,complete:function(){c.autoHeight||c.toShow.css("height","");c.toShow.css("width",i);c.toShow.css({overflow:d});c.complete()}})}else c.toHide.animate({height:"hide"}, +c);else c.toShow.animate({height:"show"},c)},bounceslide:function(c){this.slide(c,{easing:c.down?"easeOutBounce":"swing",duration:c.down?1E3:200})}}})})(jQuery); +(function(b){b.widget("ui.autocomplete",{options:{minLength:1,delay:300},_create:function(){var c=this,f=this.element[0].ownerDocument;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(d){var a=b.ui.keyCode;switch(d.keyCode){case a.PAGE_UP:c._move("previousPage",d);break;case a.PAGE_DOWN:c._move("nextPage",d);break;case a.UP:c._move("previous",d);d.preventDefault(); +break;case a.DOWN:c._move("next",d);d.preventDefault();break;case a.ENTER:c.menu.active&&d.preventDefault();case a.TAB:if(!c.menu.active)break;c.menu.select();break;case a.ESCAPE:c.element.val(c.term);c.close(d);break;case a.SHIFT:case a.CONTROL:case 18:break;default:clearTimeout(c.searching);c.searching=setTimeout(function(){c.search(null,d)},c.options.delay)}}).bind("focus.autocomplete",function(){c.previous=c.element.val()}).bind("blur.autocomplete",function(d){clearTimeout(c.searching);c.closing= +setTimeout(function(){c.close(d)},150)});this._initSource();this.response=function(){return c._response.apply(c,arguments)};this.menu=b("
                          ").addClass("ui-autocomplete").appendTo("body",f).menu({focus:function(d,a){var e=a.item.data("item.autocomplete");false!==c._trigger("focus",null,{item:e})&&c.element.val(e.value)},selected:function(d,a){var e=a.item.data("item.autocomplete");false!==c._trigger("select",d,{item:e})&&c.element.val(e.value);c.close(d);c.previous=c.element.val();c.element[0]!== +f.activeElement&&c.element.focus()},blur:function(){c.menu.element.is(":visible")&&c.element.val(c.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");b.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input ui-widget ui-widget-content").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();b.Widget.prototype.destroy.call(this)},_setOption:function(c){b.Widget.prototype._setOption.apply(this, +arguments);c==="source"&&this._initSource()},_initSource:function(){var c,f;if(b.isArray(this.options.source)){c=this.options.source;this.source=function(d,a){var e=RegExp(b.ui.autocomplete.escapeRegex(d.term),"i");a(b.grep(c,function(g){return e.test(g.label||g.value||g)}))}}else if(typeof this.options.source==="string"){f=this.options.source;this.source=function(d,a){b.getJSON(f,d,a)}}else this.source=this.options.source},search:function(c,f){c=c!=null?c:this.element.val();if(c.length").data("item.autocomplete",f).append(""+f.label+"").appendTo(c)},_move:function(c,f){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(c)||this.menu.last()&&/^next/.test(c)){this.element.val(this.term);this.menu.deactivate()}else this.menu[c](); +else this.search(null,f)},widget:function(){return this.menu.element}});b.extend(b.ui.autocomplete,{escapeRegex:function(c){return c.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")}})})(jQuery); +(function(b){b.widget("ui.menu",{_create:function(){var c=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(f){f.preventDefault();c.select()});this.refresh()},refresh:function(){var c=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",-1).mouseenter(function(){c.activate(b(this).parent())}).mouseleave(function(){c.deactivate()})}, +activate:function(c){this.deactivate();if(this.hasScroll()){var f=c.offset().top-this.element.offset().top,d=this.element.attr("scrollTop"),a=this.element.height();if(f<0)this.element.attr("scrollTop",d+f);else f>a&&this.element.attr("scrollTop",d+f-a+c.height())}this.active=c.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",null,{item:c})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); +this._trigger("blur");this.active=null}},next:function(){this.move("next","li:first")},previous:function(){this.move("prev","li:last")},first:function(){return this.active&&!this.active.prev().length},last:function(){return this.active&&!this.active.next().length},move:function(c,f){if(this.active){var d=this.active[c]();d.length?this.activate(d):this.activate(this.element.children(f))}else this.activate(this.element.children(f))},nextPage:function(){if(this.hasScroll())if(!this.active||this.last())this.activate(this.element.children(":first")); +else{var c=this.active.offset().top,f=this.element.height(),d=this.element.children("li").filter(function(){var a=b(this).offset().top-c-f+b(this).height();return a<10&&a>-10});d.length||(d=this.element.children(":last"));this.activate(d)}else this.activate(this.element.children(!this.active||this.last()?":first":":last"))},previousPage:function(){if(this.hasScroll())if(!this.active||this.first())this.activate(this.element.children(":last"));else{var c=this.active.offset().top,f=this.element.height(); +result=this.element.children("li").filter(function(){var d=b(this).offset().top-c+f-b(this).height();return d<10&&d>-10});result.length||(result=this.element.children(":first"));this.activate(result)}else this.activate(this.element.children(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()
                          ").addClass("ui-button-text").html(this.options.label).appendTo(a.empty()).text(), +g=this.options.icons,i=g.primary&&g.secondary;if(g.primary||g.secondary){a.addClass("ui-button-text-icon"+(i?"s":""));g.primary&&a.prepend("");g.secondary&&a.append("");if(!this.options.text){a.addClass(i?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon");this.hasTitle||a.attr("title",e)}}else a.addClass("ui-button-text-only")}}}); +b.widget("ui.buttonset",{_create:function(){this.element.addClass("ui-buttonset");this._init()},_init:function(){this.refresh()},_setOption:function(a,e){a==="disabled"&&this.buttons.button("option",a,e);b.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(":button, :submit, :reset, :checkbox, :radio, a, :data(button)").filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, +destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");b.Widget.prototype.destroy.call(this)}})})(jQuery); +(function(b){b.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");var c=this,f=c.options,d=f.title||c.originalTitle||" ",a=b.ui.dialog.getTitleId(c.element),e=(c.uiDialog=b("
                          ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+ +f.dialogClass).css({zIndex:f.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(k){if(f.closeOnEscape&&k.keyCode&&k.keyCode===b.ui.keyCode.ESCAPE){c.close(k);k.preventDefault()}}).attr({role:"dialog","aria-labelledby":a}).mousedown(function(k){c.moveToTop(false,k)});c.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(e);var g=(c.uiDialogTitlebar=b("
                          ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(e), +i=b('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).click(function(k){c.close(k);return false}).appendTo(g);(c.uiDialogTitlebarCloseText=b("")).addClass("ui-icon ui-icon-closethick").text(f.closeText).appendTo(i);b("").addClass("ui-dialog-title").attr("id", +a).html(d).prependTo(g);if(b.isFunction(f.beforeclose)&&!b.isFunction(f.beforeClose))f.beforeClose=f.beforeclose;g.find("*").add(g).disableSelection();f.draggable&&b.fn.draggable&&c._makeDraggable();f.resizable&&b.fn.resizable&&c._makeResizable();c._createButtons(f.buttons);c._isOpen=false;b.fn.bgiframe&&e.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){this.overlay&&this.overlay.destroy();this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"); +this.uiDialog.remove();this.originalTitle&&this.element.attr("title",this.originalTitle);return this},widget:function(){return this.uiDialog},close:function(c){var f=this,d;if(false!==f._trigger("beforeClose",c)){f.overlay&&f.overlay.destroy();f.uiDialog.unbind("keypress.ui-dialog");f._isOpen=false;if(f.options.hide)f.uiDialog.hide(f.options.hide,function(){f._trigger("close",c)});else{f.uiDialog.hide();f._trigger("close",c)}b.ui.dialog.overlay.resize();if(f.options.modal){d=0;b(".ui-dialog").each(function(){if(this!== +f.uiDialog[0])d=Math.max(d,b(this).css("z-index"))});b.ui.dialog.maxZ=d}return f}},isOpen:function(){return this._isOpen},moveToTop:function(c,f){var d=this.options;if(d.modal&&!c||!d.stack&&!d.modal)return this._trigger("focus",f);if(d.zIndex>b.ui.dialog.maxZ)b.ui.dialog.maxZ=d.zIndex;if(this.overlay){b.ui.dialog.maxZ+=1;this.overlay.$el.css("z-index",b.ui.dialog.overlay.maxZ=b.ui.dialog.maxZ)}d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};b.ui.dialog.maxZ+= +1;this.uiDialog.css("z-index",b.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",f);return this},open:function(){if(!this._isOpen){var c=this.options,f=this.uiDialog;this.overlay=c.modal?new b.ui.dialog.overlay(this):null;f.next().length&&f.appendTo("body");this._size();this._position(c.position);f.show(c.show);this.moveToTop(true);c.modal&&f.bind("keypress.ui-dialog",function(d){if(d.keyCode===b.ui.keyCode.TAB){var a=b(":tabbable",this),e=a.filter(":first");a=a.filter(":last");if(d.target=== +a[0]&&!d.shiftKey){e.focus(1);return false}else if(d.target===e[0]&&d.shiftKey){a.focus(1);return false}}});b([]).add(f.find(".ui-dialog-content :tabbable:first")).add(f.find(".ui-dialog-buttonpane :tabbable:first")).add(f).filter(":first").focus();this._trigger("open");this._isOpen=true;return this}},_createButtons:function(c){var f=this,d=false,a=b("
                          ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");f.uiDialog.find(".ui-dialog-buttonpane").remove();typeof c==="object"&& +c!==null&&b.each(c,function(){return!(d=true)});if(d){b.each(c,function(e,g){var i=b('').text(e).click(function(){g.apply(f.element[0],arguments)}).appendTo(a);b.fn.button&&i.button()});a.appendTo(f.uiDialog)}},_makeDraggable:function(){function c(g){return{position:g.position,offset:g.offset}}var f=this,d=f.options,a=b(document),e;f.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(g, +i){e=d.height==="auto"?"auto":b(this).height();b(this).height(b(this).height()).addClass("ui-dialog-dragging");f._trigger("dragStart",g,c(i))},drag:function(g,i){f._trigger("drag",g,c(i))},stop:function(g,i){d.position=[i.position.left-a.scrollLeft(),i.position.top-a.scrollTop()];b(this).removeClass("ui-dialog-dragging").height(e);f._trigger("dragStop",g,c(i));b.ui.dialog.overlay.resize()}})},_makeResizable:function(c){function f(g){return{originalPosition:g.originalPosition,originalSize:g.originalSize, +position:g.position,size:g.size}}c=c===undefined?this.options.resizable:c;var d=this,a=d.options,e=d.uiDialog.css("position");c=typeof c==="string"?c:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:a.maxWidth,maxHeight:a.maxHeight,minWidth:a.minWidth,minHeight:d._minHeight(),handles:c,start:function(g,i){b(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",g,f(i))},resize:function(g,i){d._trigger("resize",g,f(i))}, +stop:function(g,i){b(this).removeClass("ui-dialog-resizing");a.height=b(this).height();a.width=b(this).width();d._trigger("resizeStop",g,f(i));b.ui.dialog.overlay.resize()}}).css("position",e).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var c=this.options;return c.height==="auto"?c.minHeight:Math.min(c.minHeight,c.height)},_position:function(c){var f=[],d=[0,0];c=c||b.ui.dialog.prototype.options.position;if(typeof c==="string"||typeof c==="object"&& +"0"in c){f=c.split?c.split(" "):[c[0],c[1]];if(f.length===1)f[1]=f[0];b.each(["left","top"],function(a,e){if(+f[a]===f[a]){d[a]=f[a];f[a]=e}})}else if(typeof c==="object"){if("left"in c){f[0]="left";d[0]=c.left}else if("right"in c){f[0]="right";d[0]=-c.right}if("top"in c){f[1]="top";d[1]=c.top}else if("bottom"in c){f[1]="bottom";d[1]=-c.bottom}}(c=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position({my:f.join(" "),at:f.join(" "),offset:d.join(" "),of:window, +collision:"fit",using:function(a){var e=b(this).css(a).offset().top;e<0&&b(this).css("top",a.top-e)}});c||this.uiDialog.hide()},_setOption:function(c,f){var d=this.uiDialog,a=d.is(":data(resizable)"),e=false;switch(c){case "beforeclose":c="beforeClose";break;case "buttons":this._createButtons(f);break;case "closeText":this.uiDialogTitlebarCloseText.text(""+f);break;case "dialogClass":d.removeClass(this.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+f);break;case "disabled":f? +d.addClass("ui-dialog-disabled"):d.removeClass("ui-dialog-disabled");break;case "draggable":f?this._makeDraggable():d.draggable("destroy");break;case "height":e=true;break;case "maxHeight":a&&d.resizable("option","maxHeight",f);e=true;break;case "maxWidth":a&&d.resizable("option","maxWidth",f);e=true;break;case "minHeight":a&&d.resizable("option","minHeight",f);e=true;break;case "minWidth":a&&d.resizable("option","minWidth",f);e=true;break;case "position":this._position(f);break;case "resizable":a&& +!f&&d.resizable("destroy");a&&typeof f==="string"&&d.resizable("option","handles",f);!a&&f!==false&&this._makeResizable(f);break;case "title":b(".ui-dialog-title",this.uiDialogTitlebar).html(""+(f||" "));break;case "width":e=true}b.Widget.prototype._setOption.apply(this,arguments);e&&this._size()},_size:function(){var c=this.options,f;this.element.css("width","auto").hide();f=this.uiDialog.css({height:"auto",width:c.width}).height();this.element.css(c.height==="auto"?{minHeight:Math.max(c.minHeight- +f,0),height:"auto"}:{minHeight:0,height:Math.max(c.height-f,0)}).show();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});b.extend(b.ui.dialog,{version:"1.8",uuid:0,maxZ:0,getTitleId:function(c){c=c.attr("id");if(!c){this.uuid+=1;c=this.uuid}return"ui-dialog-title-"+c},overlay:function(c){this.$el=b.ui.dialog.overlay.create(c)}});b.extend(b.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:b.map("focus,mousedown,mouseup,keydown,keypress,click".split(","), +function(c){return c+".dialog-overlay"}).join(" "),create:function(c){if(this.instances.length===0){setTimeout(function(){b.ui.dialog.overlay.instances.length&&b(document).bind(b.ui.dialog.overlay.events,function(d){return b(d.target).zIndex()>=b.ui.dialog.overlay.maxZ})},1);b(document).bind("keydown.dialog-overlay",function(d){if(c.options.closeOnEscape&&d.keyCode&&d.keyCode===b.ui.keyCode.ESCAPE){c.close(d);d.preventDefault()}});b(window).bind("resize.dialog-overlay",b.ui.dialog.overlay.resize)}var f= +(this.oldInstances.pop()||b("
                          ").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});b.fn.bgiframe&&f.bgiframe();this.instances.push(f);return f},destroy:function(c){this.oldInstances.push(this.instances.splice(b.inArray(c,this.instances),1)[0]);this.instances.length===0&&b([document,window]).unbind(".dialog-overlay");c.remove();var f=0;b.each(this.instances,function(){f=Math.max(f,this.css("z-index"))});this.maxZ=f},height:function(){var c, +f;if(b.browser.msie&&b.browser.version<7){c=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);f=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return c");if(!f.values)f.values=[this._valueMin(),this._valueMin()];if(f.values.length&&f.values.length!=2)f.values=[f.values[0],f.values[0]]}else this.range=b("
                          ");this.range.appendTo(this.element).addClass("ui-slider-range");if(f.range=="min"||f.range=="max")this.range.addClass("ui-slider-range-"+f.range);this.range.addClass("ui-widget-header")}b(".ui-slider-handle",this.element).length==0&&b('').appendTo(this.element).addClass("ui-slider-handle"); +if(f.values&&f.values.length)for(;b(".ui-slider-handle",this.element).length').appendTo(this.element).addClass("ui-slider-handle");this.handles=b(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(d){d.preventDefault()}).hover(function(){f.disabled||b(this).addClass("ui-state-hover")},function(){b(this).removeClass("ui-state-hover")}).focus(function(){if(f.disabled)b(this).blur(); +else{b(".ui-slider .ui-state-focus").removeClass("ui-state-focus");b(this).addClass("ui-state-focus")}}).blur(function(){b(this).removeClass("ui-state-focus")});this.handles.each(function(d){b(this).data("index.ui-slider-handle",d)});this.handles.keydown(function(d){var a=true,e=b(this).data("index.ui-slider-handle");if(!c.options.disabled){switch(d.keyCode){case b.ui.keyCode.HOME:case b.ui.keyCode.END:case b.ui.keyCode.PAGE_UP:case b.ui.keyCode.PAGE_DOWN:case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:a= +false;if(!c._keySliding){c._keySliding=true;b(this).addClass("ui-state-active");c._start(d,e)}}var g,i,k=c._step();g=c.options.values&&c.options.values.length?i=c.values(e):i=c.value();switch(d.keyCode){case b.ui.keyCode.HOME:i=c._valueMin();break;case b.ui.keyCode.END:i=c._valueMax();break;case b.ui.keyCode.PAGE_UP:i=g+(c._valueMax()-c._valueMin())/5;break;case b.ui.keyCode.PAGE_DOWN:i=g-(c._valueMax()-c._valueMin())/5;break;case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:if(g==c._valueMax())return; +i=g+k;break;case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:if(g==c._valueMin())return;i=g-k}c._slide(d,e,i);return a}}).keyup(function(d){var a=b(this).data("index.ui-slider-handle");if(c._keySliding){c._keySliding=false;c._stop(d,a);c._change(d,a);b(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider"); +this._mouseDestroy();return this},_mouseCapture:function(c){var f=this.options;if(f.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var d={x:c.pageX,y:c.pageY},a=this._normValueFromMouse(d),e=this._valueMax()-this._valueMin()+1,g,i=this,k;this.handles.each(function(j){var h=Math.abs(a-i.values(j));if(e>h){e=h;g=b(this);k=j}});if(f.range==true&&this.values(1)==f.min)g=b(this.handles[++k]);this._start(c, +k);this._mouseSliding=true;i._handleIndex=k;g.addClass("ui-state-active").focus();f=g.offset();this._clickOffset=!b(c.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:c.pageX-f.left-g.width()/2,top:c.pageY-f.top-g.height()/2-(parseInt(g.css("borderTopWidth"),10)||0)-(parseInt(g.css("borderBottomWidth"),10)||0)+(parseInt(g.css("marginTop"),10)||0)};a=this._normValueFromMouse(d);this._slide(c,k,a);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(c){var f= +this._normValueFromMouse({x:c.pageX,y:c.pageY});this._slide(c,this._handleIndex,f);return false},_mouseStop:function(c){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(c,this._handleIndex);this._change(c,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation=="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(c){var f;if("horizontal"==this.orientation){f= +this.elementSize.width;c=c.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{f=this.elementSize.height;c=c.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}f=c/f;if(f>1)f=1;if(f<0)f=0;if("vertical"==this.orientation)f=1-f;c=this._valueMax()-this._valueMin();c=f*c;f=c%this.options.step;c=this._valueMin()+c-f;if(f>this.options.step/2)c+=this.options.step;return parseFloat(c.toFixed(5))},_start:function(c,f){var d={handle:this.handles[f],value:this.value()}; +if(this.options.values&&this.options.values.length){d.value=this.values(f);d.values=this.values()}this._trigger("start",c,d)},_slide:function(c,f,d){if(this.options.values&&this.options.values.length){var a=this.values(f?0:1);if(this.options.values.length==2&&this.options.range===true&&(f==0&&d>a||f==1&&d1){this.options.values[c]=this._trimValue(f);this._refreshValue();this._change(null,c)}if(arguments.length)if(b.isArray(arguments[0])){for(var d=this.options.values,a=arguments[0],e=0,g=d.length;ethis._valueMax())c=this._valueMax();return c},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var c=this.options.range,f=this.options,d=this,a=!this._animateOff?f.animate:false;if(this.options.values&&this.options.values.length)this.handles.each(function(k){var j= +(d.values(k)-d._valueMin())/(d._valueMax()-d._valueMin())*100,h={};h[d.orientation=="horizontal"?"left":"bottom"]=j+"%";b(this).stop(1,1)[a?"animate":"css"](h,f.animate);if(d.options.range===true)if(d.orientation=="horizontal"){k==0&&d.range.stop(1,1)[a?"animate":"css"]({left:j+"%"},f.animate);k==1&&d.range[a?"animate":"css"]({width:j-lastValPercent+"%"},{queue:false,duration:f.animate})}else{k==0&&d.range.stop(1,1)[a?"animate":"css"]({bottom:j+"%"},f.animate);k==1&&d.range[a?"animate":"css"]({height:j- +lastValPercent+"%"},{queue:false,duration:f.animate})}lastValPercent=j});else{var e=this.value(),g=this._valueMin(),i=this._valueMax();e=i!=g?(e-g)/(i-g)*100:0;g={};g[d.orientation=="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[a?"animate":"css"](g,f.animate);c=="min"&&this.orientation=="horizontal"&&this.range.stop(1,1)[a?"animate":"css"]({width:e+"%"},f.animate);c=="max"&&this.orientation=="horizontal"&&this.range[a?"animate":"css"]({width:100-e+"%"},{queue:false,duration:f.animate}); +c=="min"&&this.orientation=="vertical"&&this.range.stop(1,1)[a?"animate":"css"]({height:e+"%"},f.animate);c=="max"&&this.orientation=="vertical"&&this.range[a?"animate":"css"]({height:100-e+"%"},{queue:false,duration:f.animate})}}});b.extend(b.ui.slider,{version:"1.8"})})(jQuery); +(function(b){var c=0,f=0;b.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
                          ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:'
                        • #{label}
                        • '},_create:function(){this._tabify(true)},_setOption:function(d,a){if(d=="selected")this.options.collapsible&&a==this.options.selected|| +this.select(a);else{this.options[d]=a;this._tabify()}},_tabId:function(d){return d.title&&d.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+ ++c},_sanitizeSelector:function(d){return d.replace(/:/g,"\\:")},_cookie:function(){var d=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+ ++f);return b.cookie.apply(null,[d].concat(b.makeArray(arguments)))},_ui:function(d,a){return{tab:d,panel:a,index:this.anchors.index(d)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var d= +b(this);d.html(d.data("label.tabs")).removeData("label.tabs")})},_tabify:function(d){function a(o,p){o.css({display:""});!b.support.opacity&&p.opacity&&o[0].style.removeAttribute("filter")}this.list=this.element.find("ol,ul").eq(0);this.lis=b("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return b("a",this)[0]});this.panels=b([]);var e=this,g=this.options,i=/^#.+/;this.anchors.each(function(o,p){var q=b(p).attr("href"),r=q.split("#")[0],s;if(r&&(r===location.toString().split("#")[0]|| +(s=b("base")[0])&&r===s.href)){q=p.hash;p.href=q}if(i.test(q))e.panels=e.panels.add(e._sanitizeSelector(q));else if(q!="#"){b.data(p,"href.tabs",q);b.data(p,"load.tabs",q.replace(/#.*$/,""));q=e._tabId(p);p.href="#"+q;r=b("#"+q);if(!r.length){r=b(g.panelTemplate).attr("id",q).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(e.panels[o-1]||e.list);r.data("destroy.tabs",true)}e.panels=e.panels.add(r)}else g.disabled.push(o)});if(d){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(g.selected===undefined){location.hash&&this.anchors.each(function(o,p){if(p.hash==location.hash){g.selected=o;return false}});if(typeof g.selected!="number"&&g.cookie)g.selected=parseInt(e._cookie(),10);if(typeof g.selected!="number"&&this.lis.filter(".ui-tabs-selected").length)g.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));g.selected=g.selected||(this.lis.length?0:-1)}else if(g.selected===null)g.selected=-1;g.selected=g.selected>=0&&this.anchors[g.selected]||g.selected<0?g.selected:0;g.disabled=b.unique(g.disabled.concat(b.map(this.lis.filter(".ui-state-disabled"),function(o){return e.lis.index(o)}))).sort();b.inArray(g.selected,g.disabled)!=-1&&g.disabled.splice(b.inArray(g.selected,g.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(g.selected>=0&&this.anchors.length){this.panels.eq(g.selected).removeClass("ui-tabs-hide");this.lis.eq(g.selected).addClass("ui-tabs-selected ui-state-active");e.element.queue("tabs",function(){e._trigger("show",null,e._ui(e.anchors[g.selected],e.panels[g.selected]))});this.load(g.selected)}b(window).bind("unload",function(){e.lis.add(e.anchors).unbind(".tabs");e.lis=e.anchors=e.panels=null})}else g.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));this.element[g.collapsible?"addClass": +"removeClass"]("ui-tabs-collapsible");g.cookie&&this._cookie(g.selected,g.cookie);d=0;for(var k;k=this.lis[d];d++)b(k)[b.inArray(d,g.disabled)!=-1&&!b(k).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");g.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(g.event!="mouseover"){var j=function(o,p){p.is(":not(.ui-state-disabled)")&&p.addClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){j("hover",b(this))});this.lis.bind("mouseout.tabs", +function(){b(this).removeClass("ui-state-hover")});this.anchors.bind("focus.tabs",function(){j("focus",b(this).closest("li"))});this.anchors.bind("blur.tabs",function(){b(this).closest("li").removeClass("ui-state-focus")})}var h,l;if(g.fx)if(b.isArray(g.fx)){h=g.fx[0];l=g.fx[1]}else h=l=g.fx;var m=l?function(o,p){b(o).closest("li").addClass("ui-tabs-selected ui-state-active");p.hide().removeClass("ui-tabs-hide").animate(l,l.duration||"normal",function(){a(p,l);e._trigger("show",null,e._ui(o,p[0]))})}: +function(o,p){b(o).closest("li").addClass("ui-tabs-selected ui-state-active");p.removeClass("ui-tabs-hide");e._trigger("show",null,e._ui(o,p[0]))},n=h?function(o,p){p.animate(h,h.duration||"normal",function(){e.lis.removeClass("ui-tabs-selected ui-state-active");p.addClass("ui-tabs-hide");a(p,h);e.element.dequeue("tabs")})}:function(o,p){e.lis.removeClass("ui-tabs-selected ui-state-active");p.addClass("ui-tabs-hide");e.element.dequeue("tabs")};this.anchors.bind(g.event+".tabs",function(){var o=this, +p=b(this).closest("li"),q=e.panels.filter(":not(.ui-tabs-hide)"),r=b(e._sanitizeSelector(this.hash));if(p.hasClass("ui-tabs-selected")&&!g.collapsible||p.hasClass("ui-state-disabled")||p.hasClass("ui-state-processing")||e._trigger("select",null,e._ui(this,r[0]))===false){this.blur();return false}g.selected=e.anchors.index(this);e.abort();if(g.collapsible)if(p.hasClass("ui-tabs-selected")){g.selected=-1;g.cookie&&e._cookie(g.selected,g.cookie);e.element.queue("tabs",function(){n(o,q)}).dequeue("tabs"); +this.blur();return false}else if(!q.length){g.cookie&&e._cookie(g.selected,g.cookie);e.element.queue("tabs",function(){m(o,r)});e.load(e.anchors.index(this));this.blur();return false}g.cookie&&e._cookie(g.selected,g.cookie);if(r.length){q.length&&e.element.queue("tabs",function(){n(o,q)});e.element.queue("tabs",function(){m(o,r)});e.load(e.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";b.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})}, +destroy:function(){var d=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var a=b.data(this,"href.tabs");if(a)this.href=a;var e=b(this).unbind(".tabs");b.each(["href","load","cache"],function(g,i){e.removeData(i+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){b.data(this, +"destroy.tabs")?b(this).remove():b(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});d.cookie&&this._cookie(null,d.cookie);return this},add:function(d,a,e){if(e===undefined)e=this.anchors.length;var g=this,i=this.options;a=b(i.tabTemplate.replace(/#\{href\}/g,d).replace(/#\{label\}/g,a));d=!d.indexOf("#")?d.replace("#",""):this._tabId(b("a",a)[0]);a.addClass("ui-state-default ui-corner-top").data("destroy.tabs", +true);var k=b("#"+d);k.length||(k=b(i.panelTemplate).attr("id",d).data("destroy.tabs",true));k.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(e>=this.lis.length){a.appendTo(this.list);k.appendTo(this.list[0].parentNode)}else{a.insertBefore(this.lis[e]);k.insertBefore(this.panels[e])}i.disabled=b.map(i.disabled,function(j){return j>=e?++j:j});this._tabify();if(this.anchors.length==1){i.selected=0;a.addClass("ui-tabs-selected ui-state-active");k.removeClass("ui-tabs-hide"); +this.element.queue("tabs",function(){g._trigger("show",null,g._ui(g.anchors[0],g.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[e],this.panels[e]));return this},remove:function(d){var a=this.options,e=this.lis.eq(d).remove(),g=this.panels.eq(d).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(d+(d+1=d?--i:i});this._tabify();this._trigger("remove", +null,this._ui(e.find("a")[0],g[0]));return this},enable:function(d){var a=this.options;if(b.inArray(d,a.disabled)!=-1){this.lis.eq(d).removeClass("ui-state-disabled");a.disabled=b.grep(a.disabled,function(e){return e!=d});this._trigger("enable",null,this._ui(this.anchors[d],this.panels[d]));return this}},disable:function(d){var a=this.options;if(d!=a.selected){this.lis.eq(d).addClass("ui-state-disabled");a.disabled.push(d);a.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[d],this.panels[d]))}return this}, +select:function(d){if(typeof d=="string")d=this.anchors.index(this.anchors.filter("[href$="+d+"]"));else if(d===null)d=-1;if(d==-1&&this.options.collapsible)d=this.options.selected;this.anchors.eq(d).trigger(this.options.event+".tabs");return this},load:function(d){var a=this,e=this.options,g=this.anchors.eq(d)[0],i=b.data(g,"load.tabs");this.abort();if(!i||this.element.queue("tabs").length!==0&&b.data(g,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(d).addClass("ui-state-processing"); +if(e.spinner){var k=b("span",g);k.data("label.tabs",k.html()).html(e.spinner)}this.xhr=b.ajax(b.extend({},e.ajaxOptions,{url:i,success:function(j,h){b(a._sanitizeSelector(g.hash)).html(j);a._cleanup();e.cache&&b.data(g,"cache.tabs",true);a._trigger("load",null,a._ui(a.anchors[d],a.panels[d]));try{e.ajaxOptions.success(j,h)}catch(l){}},error:function(j,h){a._cleanup();a._trigger("load",null,a._ui(a.anchors[d],a.panels[d]));try{e.ajaxOptions.error(j,h,d,g)}catch(l){}}}));a.element.dequeue("tabs");return this}}, +abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(d,a){this.anchors.eq(d).removeData("cache.tabs").data("load.tabs",a);return this},length:function(){return this.anchors.length}});b.extend(b.ui.tabs,{version:"1.8"});b.extend(b.ui.tabs.prototype,{rotation:null,rotate:function(d,a){var e=this,g=this.options,i=e._rotate||(e._rotate= +function(j){clearTimeout(e.rotation);e.rotation=setTimeout(function(){var h=g.selected;e.select(++h')}function f(a,e){b.extend(a, +e);for(var g in e)if(e[g]==null||e[g]==undefined)a[g]=e[g];return a}b.extend(b.ui,{datepicker:{version:"1.8"}});var d=(new Date).getTime();b.extend(c.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){f(this._defaults,a||{});return this},_attachDatepicker:function(a,e){var g=null,i;for(i in this._defaults){var k=a.getAttribute("date:"+i);if(k){g=g||{};try{g[i]=eval(k)}catch(j){g[i]= +k}}}i=a.nodeName.toLowerCase();k=i=="div"||i=="span";if(!a.id)a.id="dp"+ ++this.uuid;var h=this._newInst(b(a),k);h.settings=b.extend({},e||{},g||{});if(i=="input")this._connectDatepicker(a,h);else k&&this._inlineDatepicker(a,h)},_newInst:function(a,e){return{id:a[0].id.replace(/([^A-Za-z0-9_])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:e,dpDiv:!e?this.dpDiv:b('
                          ')}}, +_connectDatepicker:function(a,e){var g=b(a);e.append=b([]);e.trigger=b([]);if(!g.hasClass(this.markerClassName)){this._attachments(g,e);g.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(i,k,j){e.settings[k]=j}).bind("getData.datepicker",function(i,k){return this._get(e,k)});this._autoSize(e);b.data(a,"datepicker",e)}},_attachments:function(a,e){var g=this._get(e,"appendText"),i=this._get(e,"isRTL");e.append&& +e.append.remove();if(g){e.append=b(''+g+"");a[i?"before":"after"](e.append)}a.unbind("focus",this._showDatepicker);e.trigger&&e.trigger.remove();g=this._get(e,"showOn");if(g=="focus"||g=="both")a.focus(this._showDatepicker);if(g=="button"||g=="both"){g=this._get(e,"buttonText");var k=this._get(e,"buttonImage");e.trigger=b(this._get(e,"buttonImageOnly")?b("").addClass(this._triggerClass).attr({src:k,alt:g,title:g}):b('').addClass(this._triggerClass).html(k== +""?g:b("").attr({src:k,alt:g,title:g})));a[i?"before":"after"](e.trigger);e.trigger.click(function(){b.datepicker._datepickerShowing&&b.datepicker._lastInput==a[0]?b.datepicker._hideDatepicker():b.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var e=new Date(2009,11,20),g=this._get(a,"dateFormat");if(g.match(/[DM]/)){var i=function(k){for(var j=0,h=0,l=0;lj){j=k[l].length;h=l}return h};e.setMonth(i(this._get(a, +g.match(/MM/)?"monthNames":"monthNamesShort")));e.setDate(i(this._get(a,g.match(/DD/)?"dayNames":"dayNamesShort"))+20-e.getDay())}a.input.attr("size",this._formatDate(a,e).length)}},_inlineDatepicker:function(a,e){var g=b(a);if(!g.hasClass(this.markerClassName)){g.addClass(this.markerClassName).append(e.dpDiv).bind("setData.datepicker",function(i,k,j){e.settings[k]=j}).bind("getData.datepicker",function(i,k){return this._get(e,k)});b.data(a,"datepicker",e);this._setDate(e,this._getDefaultDate(e), +true);this._updateDatepicker(e);this._updateAlternate(e)}},_dialogDatepicker:function(a,e,g,i,k){a=this._dialogInst;if(!a){a="dp"+ ++this.uuid;this._dialogInput=b('');this._dialogInput.keydown(this._doKeyDown);b("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};b.data(this._dialogInput[0],"datepicker",a)}f(a.settings,i||{});e=e&&e.constructor==Date? +this._formatDate(a,e):e;this._dialogInput.val(e);this._pos=k?k.length?k:[k.pageX,k.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=g;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]); +b.blockUI&&b.blockUI(this.dpDiv);b.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var e=b(a),g=b.data(a,"datepicker");if(e.hasClass(this.markerClassName)){var i=a.nodeName.toLowerCase();b.removeData(a,"datepicker");if(i=="input"){g.append.remove();g.trigger.remove();e.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(i=="div"||i=="span")e.removeClass(this.markerClassName).empty()}}, +_enableDatepicker:function(a){var e=b(a),g=b.data(a,"datepicker");if(e.hasClass(this.markerClassName)){var i=a.nodeName.toLowerCase();if(i=="input"){a.disabled=false;g.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(i=="div"||i=="span")e.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(k){return k==a?null:k})}},_disableDatepicker:function(a){var e= +b(a),g=b.data(a,"datepicker");if(e.hasClass(this.markerClassName)){var i=a.nodeName.toLowerCase();if(i=="input"){a.disabled=true;g.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(i=="div"||i=="span")e.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(k){return k==a?null:k});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false; +for(var e=0;e-1}},_doKeyUp:function(a){a=b.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,b.datepicker._getFormatConfig(a))){b.datepicker._setDateFromField(a);b.datepicker._updateAlternate(a);b.datepicker._updateDatepicker(a)}}catch(e){b.datepicker.log(e)}return true},_showDatepicker:function(a){a=a.target|| +a;if(a.nodeName.toLowerCase()!="input")a=b("input",a.parentNode)[0];if(!(b.datepicker._isDisabledDatepicker(a)||b.datepicker._lastInput==a)){var e=b.datepicker._getInst(a);b.datepicker._curInst&&b.datepicker._curInst!=e&&b.datepicker._curInst.dpDiv.stop(true,true);var g=b.datepicker._get(e,"beforeShow");f(e.settings,g?g.apply(a,[a,e]):{});e.lastVal=null;b.datepicker._lastInput=a;b.datepicker._setDateFromField(e);if(b.datepicker._inDialog)a.value="";if(!b.datepicker._pos){b.datepicker._pos=b.datepicker._findPos(a); +b.datepicker._pos[1]+=a.offsetHeight}var i=false;b(a).parents().each(function(){i|=b(this).css("position")=="fixed";return!i});if(i&&b.browser.opera){b.datepicker._pos[0]-=document.documentElement.scrollLeft;b.datepicker._pos[1]-=document.documentElement.scrollTop}g={left:b.datepicker._pos[0],top:b.datepicker._pos[1]};b.datepicker._pos=null;e.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});b.datepicker._updateDatepicker(e);g=b.datepicker._checkOffset(e,g,i);e.dpDiv.css({position:b.datepicker._inDialog&& +b.blockUI?"static":i?"fixed":"absolute",display:"none",left:g.left+"px",top:g.top+"px"});if(!e.inline){g=b.datepicker._get(e,"showAnim");var k=b.datepicker._get(e,"duration"),j=function(){b.datepicker._datepickerShowing=true;var h=b.datepicker._getBorders(e.dpDiv);e.dpDiv.find("iframe.ui-datepicker-cover").css({left:-h[0],top:-h[1],width:e.dpDiv.outerWidth(),height:e.dpDiv.outerHeight()})};e.dpDiv.zIndex(b(a).zIndex()+1);b.effects&&b.effects[g]?e.dpDiv.show(g,b.datepicker._get(e,"showOptions"),k, +j):e.dpDiv[g||"show"](g?k:null,j);if(!g||!k)j();e.input.is(":visible")&&!e.input.is(":disabled")&&e.input.focus();b.datepicker._curInst=e}}},_updateDatepicker:function(a){var e=this,g=b.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a)).find("iframe.ui-datepicker-cover").css({left:-g[0],top:-g[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){b(this).removeClass("ui-state-hover"); +this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&b(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!e._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){b(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");b(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).addClass("ui-datepicker-prev-hover"); +this.className.indexOf("ui-datepicker-next")!=-1&&b(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();g=this._getNumberOfMonths(a);var i=g[1];i>1?a.dpDiv.addClass("ui-datepicker-multi-"+i).css("width",17*i+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(g[0]!=1||g[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"); +a==b.datepicker._curInst&&b.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus()},_getBorders:function(a){var e=function(g){return{thin:1,medium:2,thick:3}[g]||g};return[parseFloat(e(a.css("border-left-width"))),parseFloat(e(a.css("border-top-width")))]},_checkOffset:function(a,e,g){var i=a.dpDiv.outerWidth(),k=a.dpDiv.outerHeight(),j=a.input?a.input.outerWidth():0,h=a.input?a.input.outerHeight():0,l=document.documentElement.clientWidth+b(document).scrollLeft(), +m=document.documentElement.clientHeight+b(document).scrollTop();e.left-=this._get(a,"isRTL")?i-j:0;e.left-=g&&e.left==a.input.offset().left?b(document).scrollLeft():0;e.top-=g&&e.top==a.input.offset().top+h?b(document).scrollTop():0;e.left-=Math.min(e.left,e.left+i>l&&l>i?Math.abs(e.left+i-l):0);e.top-=Math.min(e.top,e.top+k>m&&m>k?Math.abs(k+h):0);return e},_findPos:function(a){for(var e=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[e?"previousSibling":"nextSibling"]; +a=b(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var e=this._curInst;if(!(!e||a&&e!=b.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(e,"showAnim");var g=this._get(e,"duration"),i=function(){b.datepicker._tidyDialog(e);this._curInst=null};b.effects&&b.effects[a]?e.dpDiv.hide(a,b.datepicker._get(e,"showOptions"),g,i):e.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?g:null,i);a||i();if(a=this._get(e,"onClose"))a.apply(e.input?e.input[0]:null,[e.input?e.input.val(): +"",e]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(b.blockUI){b.unblockUI();b("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(b.datepicker._curInst){a=b(a.target);a[0].id!=b.datepicker._mainDivId&&a.parents("#"+b.datepicker._mainDivId).length==0&&!a.hasClass(b.datepicker.markerClassName)&& +!a.hasClass(b.datepicker._triggerClass)&&b.datepicker._datepickerShowing&&!(b.datepicker._inDialog&&b.blockUI)&&b.datepicker._hideDatepicker()}},_adjustDate:function(a,e,g){a=b(a);var i=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(i,e+(g=="M"?this._get(i,"showCurrentAtPos"):0),g);this._updateDatepicker(i)}},_gotoToday:function(a){a=b(a);var e=this._getInst(a[0]);if(this._get(e,"gotoCurrent")&&e.currentDay){e.selectedDay=e.currentDay;e.drawMonth=e.selectedMonth=e.currentMonth; +e.drawYear=e.selectedYear=e.currentYear}else{var g=new Date;e.selectedDay=g.getDate();e.drawMonth=e.selectedMonth=g.getMonth();e.drawYear=e.selectedYear=g.getFullYear()}this._notifyChange(e);this._adjustDate(a)},_selectMonthYear:function(a,e,g){a=b(a);var i=this._getInst(a[0]);i._selectingMonthYear=false;i["selected"+(g=="M"?"Month":"Year")]=i["draw"+(g=="M"?"Month":"Year")]=parseInt(e.options[e.selectedIndex].value,10);this._notifyChange(i);this._adjustDate(a)},_clickMonthYear:function(a){a=this._getInst(b(a)[0]); +a.input&&a._selectingMonthYear&&!b.browser.msie&&a.input.focus();a._selectingMonthYear=!a._selectingMonthYear},_selectDay:function(a,e,g,i){var k=b(a);if(!(b(i).hasClass(this._unselectableClass)||this._isDisabledDatepicker(k[0]))){k=this._getInst(k[0]);k.selectedDay=k.currentDay=b("a",i).html();k.selectedMonth=k.currentMonth=e;k.selectedYear=k.currentYear=g;this._selectDate(a,this._formatDate(k,k.currentDay,k.currentMonth,k.currentYear))}},_clearDate:function(a){a=b(a);this._getInst(a[0]);this._selectDate(a, +"")},_selectDate:function(a,e){var g=this._getInst(b(a)[0]);e=e!=null?e:this._formatDate(g);g.input&&g.input.val(e);this._updateAlternate(g);var i=this._get(g,"onSelect");if(i)i.apply(g.input?g.input[0]:null,[e,g]);else g.input&&g.input.trigger("change");if(g.inline)this._updateDatepicker(g);else{this._hideDatepicker();this._lastInput=g.input[0];typeof g.input[0]!="object"&&g.input.focus();this._lastInput=null}},_updateAlternate:function(a){var e=this._get(a,"altField");if(e){var g=this._get(a,"altFormat")|| +this._get(a,"dateFormat"),i=this._getDate(a),k=this.formatDate(g,i,this._getFormatConfig(a));b(e).each(function(){b(this).val(k)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var e=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((e-a)/864E5)/7)+1},parseDate:function(a,e,g){if(a==null||e==null)throw"Invalid arguments";e=typeof e=="object"?e.toString():e+"";if(e=="")return null; +for(var i=(g?g.shortYearCutoff:null)||this._defaults.shortYearCutoff,k=(g?g.dayNamesShort:null)||this._defaults.dayNamesShort,j=(g?g.dayNames:null)||this._defaults.dayNames,h=(g?g.monthNamesShort:null)||this._defaults.monthNamesShort,l=(g?g.monthNames:null)||this._defaults.monthNames,m=g=-1,n=-1,o=-1,p=false,q=function(v){(v=C+1-1){m=1;n=o;do{i=this._getDaysInMonth(g,m-1);if(n<=i)break;m++;n-=i}while(1)}z=this._daylightSavingAdjust(new Date(g, +m-1,n));if(z.getFullYear()!=g||z.getMonth()+1!=m||z.getDate()!=n)throw"Invalid date";return z},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,e,g){if(!e)return"";var i=(g?g.dayNamesShort:null)||this._defaults.dayNamesShort,k=(g? +g.dayNames:null)||this._defaults.dayNames,j=(g?g.monthNamesShort:null)||this._defaults.monthNamesShort;g=(g?g.monthNames:null)||this._defaults.monthNames;var h=function(q){(q=p+1 +12?a.getHours()+2:0);return a},_setDate:function(a,e,g){var i=!e,k=a.selectedMonth,j=a.selectedYear;e=this._restrictMinMax(a,this._determineDate(a,e,new Date));a.selectedDay=a.currentDay=e.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=e.getMonth();a.drawYear=a.selectedYear=a.currentYear=e.getFullYear();if((k!=a.selectedMonth||j!=a.selectedYear)&&!g)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(i?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&& +a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var e=new Date;e=this._daylightSavingAdjust(new Date(e.getFullYear(),e.getMonth(),e.getDate()));var g=this._get(a,"isRTL"),i=this._get(a,"showButtonPanel"),k=this._get(a,"hideIfNoPrevNext"),j=this._get(a,"navigationAsDateFormat"),h=this._getNumberOfMonths(a),l=this._get(a,"showCurrentAtPos"),m=this._get(a,"stepMonths"),n=h[0]!=1||h[1]!=1,o=this._daylightSavingAdjust(!a.currentDay? +new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),p=this._getMinMaxDate(a,"min"),q=this._getMinMaxDate(a,"max");l=a.drawMonth-l;var r=a.drawYear;if(l<0){l+=12;r--}if(q){var s=this._daylightSavingAdjust(new Date(q.getFullYear(),q.getMonth()-h[0]*h[1]+1,q.getDate()));for(s=p&&ss;){l--;if(l<0){l=11;r--}}}a.drawMonth=l;a.drawYear=r;s=this._get(a,"prevText");s=!j?s:this.formatDate(s,this._daylightSavingAdjust(new Date(r,l-m,1)),this._getFormatConfig(a)); +s=this._canAdjustMonth(a,-1,r,l)?''+s+"":k?"":''+s+"";var u=this._get(a,"nextText");u=!j?u:this.formatDate(u,this._daylightSavingAdjust(new Date(r, +l+m,1)),this._getFormatConfig(a));k=this._canAdjustMonth(a,+1,r,l)?''+u+"":k?"":''+u+"";m=this._get(a,"currentText");u=this._get(a,"gotoCurrent")&& +a.currentDay?o:e;m=!j?m:this.formatDate(m,u,this._getFormatConfig(a));j=!a.inline?'":"";i=i?'
                          '+(g?j:"")+(this._isInRange(a,u)?'":"")+(g?"":j)+"
                          ":"";j=parseInt(this._get(a,"firstDay"),10);j=isNaN(j)?0:j;m=this._get(a,"showWeek");u=this._get(a,"dayNames");this._get(a,"dayNamesShort");var x=this._get(a,"dayNamesMin"),C=this._get(a,"monthNames"),z=this._get(a,"monthNamesShort"),v=this._get(a,"beforeShowDay"),A=this._get(a,"showOtherMonths"),I=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var L=this._getDefaultDate(a),J="",F=0;F1)switch(G){case 0:B+=" ui-datepicker-group-first";y=" ui-corner-"+(g?"right":"left");break;case h[1]-1:B+=" ui-datepicker-group-last";y=" ui-corner-"+(g?"left":"right");break;default:B+=" ui-datepicker-group-middle";y=""}B+='">'}B+='
                          '+(/all|left/.test(y)&&F==0?g?k:s:"")+ +(/all|right/.test(y)&&F==0?g?s:k:"")+this._generateMonthYearHeader(a,l,r,p,q,F>0||G>0,C,z)+'
                          ';var D=m?'":"";for(y=0;y<7;y++){var w=(y+j)%7;D+="=5?' class="ui-datepicker-week-end"':"")+'>'+x[w]+""}B+=D+"";D=this._getDaysInMonth(r,l);if(r==a.selectedYear&&l==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay, +D);y=(this._getFirstDayOfMonth(r,l)-j+7)%7;D=n?6:Math.ceil((y+D)/7);w=this._daylightSavingAdjust(new Date(r,l,1-y));for(var O=0;O";var P=!m?"":'";for(y=0;y<7;y++){var H=v?v.apply(a.input?a.input[0]:null,[w]):[true,""],E=w.getMonth()!=l,K=E&&!I||!H[0]||p&&wq;P+='";w.setDate(w.getDate()+1);w=this._daylightSavingAdjust(w)}B+=P+""}l++;if(l>11){l=0;r++}B+="
                          '+this._get(a,"weekHeader")+"
                          '+this._get(a,"calculateWeek")(w)+""+(E&&!A?" ":K?''+w.getDate()+ +"":''+w.getDate()+"")+"
                          "+(n?""+(h[0]>0&&G==h[1]-1?'
                          ':""):"");M+=B}J+=M}J+=i+(b.browser.msie&&parseInt(b.browser.version,10)<7&&!a.inline?'': +"");a._keyEvent=false;return J},_generateMonthYearHeader:function(a,e,g,i,k,j,h,l){var m=this._get(a,"changeMonth"),n=this._get(a,"changeYear"),o=this._get(a,"showMonthAfterYear"),p='
                          ',q="";if(j||!m)q+=''+h[e]+"";else{h=i&&i.getFullYear()==g;var r=k&&k.getFullYear()==g;q+='"}o||(p+=q+(j||!(m&&n)?" ":""));if(j||!n)p+=''+g+"";else{l=this._get(a,"yearRange").split(":");var u=(new Date).getFullYear();h=function(x){x=x.match(/c[+-].*/)?g+parseInt(x.substring(1),10):x.match(/[+-].*/)?u+parseInt(x,10):parseInt(x,10);return isNaN(x)?u:x};e=h(l[0]);l=Math.max(e, +h(l[1]||""));e=i?Math.max(e,i.getFullYear()):e;l=k?Math.min(l,k.getFullYear()):l;for(p+='"}p+=this._get(a,"yearSuffix");if(o)p+=(j||!(m&&n)?" ":"")+q;p+="
                          ";return p},_adjustInstDate:function(a,e,g){var i= +a.drawYear+(g=="Y"?e:0),k=a.drawMonth+(g=="M"?e:0);e=Math.min(a.selectedDay,this._getDaysInMonth(i,k))+(g=="D"?e:0);i=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(i,k,e)));a.selectedDay=i.getDate();a.drawMonth=a.selectedMonth=i.getMonth();a.drawYear=a.selectedYear=i.getFullYear();if(g=="M"||g=="Y")this._notifyChange(a)},_restrictMinMax:function(a,e){var g=this._getMinMaxDate(a,"min"),i=this._getMinMaxDate(a,"max");e=g&&ei?i:e},_notifyChange:function(a){var e=this._get(a, +"onChangeMonthYear");if(e)e.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,e){return this._determineDate(a,this._get(a,e+"Date"),null)},_getDaysInMonth:function(a,e){return 32-(new Date(a,e,32)).getDate()},_getFirstDayOfMonth:function(a,e){return(new Date(a,e,1)).getDay()},_canAdjustMonth:function(a,e,g,i){var k=this._getNumberOfMonths(a); +g=this._daylightSavingAdjust(new Date(g,i+(e<0?e:k[0]*k[1]),1));e<0&&g.setDate(this._getDaysInMonth(g.getFullYear(),g.getMonth()));return this._isInRange(a,g)},_isInRange:function(a,e){var g=this._getMinMaxDate(a,"min"),i=this._getMinMaxDate(a,"max");return(!g||e.getTime()>=g.getTime())&&(!i||e.getTime()<=i.getTime())},_getFormatConfig:function(a){var e=this._get(a,"shortYearCutoff");e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);return{shortYearCutoff:e,dayNamesShort:this._get(a, +"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,e,g,i){if(!e){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}e=e?typeof e=="object"?e:this._daylightSavingAdjust(new Date(i,g,e)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),e,this._getFormatConfig(a))}});b.fn.datepicker= +function(a){if(!b.datepicker.initialized){b(document).mousedown(b.datepicker._checkExternalClick).find("body").append(b.datepicker.dpDiv);b.datepicker.initialized=true}var e=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(e));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(e)); +return this.each(function(){typeof a=="string"?b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this].concat(e)):b.datepicker._attachDatepicker(this,a)})};b.datepicker=new c;b.datepicker.initialized=false;b.datepicker.uuid=(new Date).getTime();b.datepicker.version="1.8";window["DP_jQuery_"+d]=b})(jQuery); +(function(b){b.widget("ui.progressbar",{options:{value:0},_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this._valueMin(),"aria-valuemax":this._valueMax(),"aria-valuenow":this._value()});this.valueDiv=b("
                          ").appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(c){if(c===undefined)return this._value();this._setOption("value",c);return this},_setOption:function(c,f){switch(c){case "value":this.options.value=f;this._refreshValue();this._trigger("change")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var c=this.options.value;if(typeof c!=="number")c=0;if(cthis._valueMax())c=this._valueMax();return c},_valueMin:function(){return 0}, +_valueMax:function(){return 100},_refreshValue:function(){var c=this.value();this.valueDiv[c===this._valueMax()?"addClass":"removeClass"]("ui-corner-right").width(c+"%");this.element.attr("aria-valuenow",c)}});b.extend(b.ui.progressbar,{version:"1.8"})})(jQuery); +jQuery.effects||function(b){function c(j){var h;if(j&&j.constructor==Array&&j.length==3)return j;if(h=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(j))return[parseInt(h[1],10),parseInt(h[2],10),parseInt(h[3],10)];if(h=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(j))return[parseFloat(h[1])*2.55,parseFloat(h[2])*2.55,parseFloat(h[3])*2.55];if(h=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(j))return[parseInt(h[1], +16),parseInt(h[2],16),parseInt(h[3],16)];if(h=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(j))return[parseInt(h[1]+h[1],16),parseInt(h[2]+h[2],16),parseInt(h[3]+h[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(j))return g.transparent;return g[b.trim(j).toLowerCase()]}function f(){var j=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,h={},l,m;if(j&&j.length&&j[0]&&j[j[0]])for(var n=j.length;n--;){l=j[n];if(typeof j[l]=="string"){m=l.replace(/\-(\w)/g,function(o,p){return p.toUpperCase()}); +h[m]=j[l]}}else for(l in j)if(typeof j[l]==="string")h[l]=j[l];return h}function d(j){var h,l;for(h in j){l=j[h];if(l==null||b.isFunction(l)||h in k||/scrollbar/.test(h)||!/color/i.test(h)&&isNaN(parseFloat(l)))delete j[h]}return j}function a(j,h){var l={_:0},m;for(m in h)if(j[m]!=h[m])l[m]=h[m];return l}function e(j,h,l,m){if(typeof j=="object"){m=h;l=null;h=j;j=h.effect}if(b.isFunction(h)){m=h;l=null;h={}}if(b.isFunction(l)){m=l;l=null}if(typeof h=="number"||b.fx.speeds[h]){m=l;l=h;h={}}h=h||{}; +l=l||h.duration;l=b.fx.off?0:typeof l=="number"?l:b.fx.speeds[l]||b.fx.speeds._default;m=m||h.complete;return[j,h,l,m]}b.effects={};b.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(j,h){b.fx.step[h]=function(l){if(!l.colorInit){var m;m=l.elem;var n=h,o;do{o=b.curCSS(m,n);if(o!=""&&o!="transparent"||b.nodeName(m,"body"))break;n="backgroundColor"}while(m=m.parentNode);m=c(o);l.start=m;l.end=c(l.end);l.colorInit=true}l.elem.style[h]= +"rgb("+Math.max(Math.min(parseInt(l.pos*(l.end[0]-l.start[0])+l.start[0],10),255),0)+","+Math.max(Math.min(parseInt(l.pos*(l.end[1]-l.start[1])+l.start[1],10),255),0)+","+Math.max(Math.min(parseInt(l.pos*(l.end[2]-l.start[2])+l.start[2],10),255),0)+")"}});var g={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139, +0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192, +203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},i=["add","remove","toggle"],k={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};b.effects.animateClass=function(j,h,l,m){if(b.isFunction(l)){m=l;l=null}return this.each(function(){var n=b(this),o=n.attr("style")||" ",p=d(f.call(this)),q,r=n.attr("className");b.each(i,function(s,u){j[u]&&n[u+"Class"](j[u])}); +q=d(f.call(this));n.attr("className",r);n.animate(a(p,q),h,l,function(){b.each(i,function(s,u){j[u]&&n[u+"Class"](j[u])});if(typeof n.attr("style")=="object"){n.attr("style").cssText="";n.attr("style").cssText=o}else n.attr("style",o);m&&m.apply(this,arguments)})})};b.fn.extend({_addClass:b.fn.addClass,addClass:function(j,h,l,m){return h?b.effects.animateClass.apply(this,[{add:j},h,l,m]):this._addClass(j)},_removeClass:b.fn.removeClass,removeClass:function(j,h,l,m){return h?b.effects.animateClass.apply(this, +[{remove:j},h,l,m]):this._removeClass(j)},_toggleClass:b.fn.toggleClass,toggleClass:function(j,h,l,m,n){return typeof h=="boolean"||h===undefined?l?b.effects.animateClass.apply(this,[h?{add:j}:{remove:j},l,m,n]):this._toggleClass(j,h):b.effects.animateClass.apply(this,[{toggle:j},h,l,m])},switchClass:function(j,h,l,m,n){return b.effects.animateClass.apply(this,[{add:h,remove:j},l,m,n])}});b.extend(b.effects,{version:"1.8",save:function(j,h){for(var l=0;l").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});j.wrap(l);l=j.parent();if(j.css("position")=="static"){l.css({position:"relative"});j.css({position:"relative"})}else{b.extend(h,{position:j.css("position"),zIndex:j.css("z-index")});b.each(["top","left","bottom","right"],function(m,n){h[n]=j.css(n);if(isNaN(parseInt(h[n],10)))h[n]="auto"}); +j.css({position:"relative",top:0,left:0})}return l.css(h).show()},removeWrapper:function(j){if(j.parent().is(".ui-effects-wrapper"))return j.parent().replaceWith(j);return j},setTransition:function(j,h,l,m){m=m||{};b.each(h,function(n,o){unit=j.cssUnit(o);if(unit[0]>0)m[o]=unit[0]*l+unit[1]});return m}});b.fn.extend({effect:function(j){var h=e.apply(this,arguments);h={options:h[1],duration:h[2],callback:h[3]};var l=b.effects[j];return l&&!b.fx.off?l.call(this,h):this},_show:b.fn.show,show:function(j){if(!j|| +typeof j=="number"||b.fx.speeds[j])return this._show.apply(this,arguments);else{var h=e.apply(this,arguments);h[1].mode="show";return this.effect.apply(this,h)}},_hide:b.fn.hide,hide:function(j){if(!j||typeof j=="number"||b.fx.speeds[j])return this._hide.apply(this,arguments);else{var h=e.apply(this,arguments);h[1].mode="hide";return this.effect.apply(this,h)}},__toggle:b.fn.toggle,toggle:function(j){if(!j||typeof j=="number"||b.fx.speeds[j]||typeof j=="boolean"||b.isFunction(j))return this.__toggle.apply(this, +arguments);else{var h=e.apply(this,arguments);h[1].mode="toggle";return this.effect.apply(this,h)}},cssUnit:function(j){var h=this.css(j),l=[];b.each(["em","px","%","pt"],function(m,n){if(h.indexOf(n)>0)l=[parseFloat(h),n]});return l}});b.easing.jswing=b.easing.swing;b.extend(b.easing,{def:"easeOutQuad",swing:function(j,h,l,m,n){return b.easing[b.easing.def](j,h,l,m,n)},easeInQuad:function(j,h,l,m,n){return m*(h/=n)*h+l},easeOutQuad:function(j,h,l,m,n){return-m*(h/=n)*(h-2)+l},easeInOutQuad:function(j, +h,l,m,n){if((h/=n/2)<1)return m/2*h*h+l;return-m/2*(--h*(h-2)-1)+l},easeInCubic:function(j,h,l,m,n){return m*(h/=n)*h*h+l},easeOutCubic:function(j,h,l,m,n){return m*((h=h/n-1)*h*h+1)+l},easeInOutCubic:function(j,h,l,m,n){if((h/=n/2)<1)return m/2*h*h*h+l;return m/2*((h-=2)*h*h+2)+l},easeInQuart:function(j,h,l,m,n){return m*(h/=n)*h*h*h+l},easeOutQuart:function(j,h,l,m,n){return-m*((h=h/n-1)*h*h*h-1)+l},easeInOutQuart:function(j,h,l,m,n){if((h/=n/2)<1)return m/2*h*h*h*h+l;return-m/2*((h-=2)*h*h*h-2)+ +l},easeInQuint:function(j,h,l,m,n){return m*(h/=n)*h*h*h*h+l},easeOutQuint:function(j,h,l,m,n){return m*((h=h/n-1)*h*h*h*h+1)+l},easeInOutQuint:function(j,h,l,m,n){if((h/=n/2)<1)return m/2*h*h*h*h*h+l;return m/2*((h-=2)*h*h*h*h+2)+l},easeInSine:function(j,h,l,m,n){return-m*Math.cos(h/n*(Math.PI/2))+m+l},easeOutSine:function(j,h,l,m,n){return m*Math.sin(h/n*(Math.PI/2))+l},easeInOutSine:function(j,h,l,m,n){return-m/2*(Math.cos(Math.PI*h/n)-1)+l},easeInExpo:function(j,h,l,m,n){return h==0?l:m*Math.pow(2, +10*(h/n-1))+l},easeOutExpo:function(j,h,l,m,n){return h==n?l+m:m*(-Math.pow(2,-10*h/n)+1)+l},easeInOutExpo:function(j,h,l,m,n){if(h==0)return l;if(h==n)return l+m;if((h/=n/2)<1)return m/2*Math.pow(2,10*(h-1))+l;return m/2*(-Math.pow(2,-10*--h)+2)+l},easeInCirc:function(j,h,l,m,n){return-m*(Math.sqrt(1-(h/=n)*h)-1)+l},easeOutCirc:function(j,h,l,m,n){return m*Math.sqrt(1-(h=h/n-1)*h)+l},easeInOutCirc:function(j,h,l,m,n){if((h/=n/2)<1)return-m/2*(Math.sqrt(1-h*h)-1)+l;return m/2*(Math.sqrt(1-(h-=2)* +h)+1)+l},easeInElastic:function(j,h,l,m,n){j=1.70158;var o=0,p=m;if(h==0)return l;if((h/=n)==1)return l+m;o||(o=n*0.3);if(p").css({position:"absolute",visibility:"visible",left:-j*(g/d),top:-k*(i/f)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/d,height:i/f,left:e.left+j*(g/d)+(c.options.mode=="show"?(j-Math.floor(d/2))*(g/d):0),top:e.top+k*(i/f)+(c.options.mode=="show"?(k-Math.floor(f/2))*(i/f):0),opacity:c.options.mode=="show"?0:1}).animate({left:e.left+j*(g/d)+(c.options.mode=="show"?0:(j-Math.floor(d/2))*(g/d)),top:e.top+ +k*(i/f)+(c.options.mode=="show"?0:(k-Math.floor(f/2))*(i/f)),opacity:c.options.mode=="show"?1:0},c.duration||500);setTimeout(function(){c.options.mode=="show"?a.css({visibility:"visible"}):a.css({visibility:"visible"}).hide();c.callback&&c.callback.apply(a[0]);a.dequeue();b("div.ui-effects-explode").remove()},c.duration||500)})}})(jQuery); +(function(b){b.effects.fold=function(c){return this.queue(function(){var f=b(this),d=["position","top","left"],a=b.effects.setMode(f,c.options.mode||"hide"),e=c.options.size||15,g=!!c.options.horizFirst,i=c.duration?c.duration/2:b.fx.speeds._default/2;b.effects.save(f,d);f.show();var k=b.effects.createWrapper(f).css({overflow:"hidden"}),j=a=="show"!=g,h=j?["width","height"]:["height","width"];j=j?[k.width(),k.height()]:[k.height(),k.width()];var l=/([0-9]+)%/.exec(e);if(l)e=parseInt(l[1],10)/100* +j[a=="hide"?0:1];if(a=="show")k.css(g?{height:0,width:e}:{height:e,width:0});g={};l={};g[h[0]]=a=="show"?j[0]:e;l[h[1]]=a=="show"?j[1]:0;k.animate(g,i,c.options.easing).animate(l,i,c.options.easing,function(){a=="hide"&&f.hide();b.effects.restore(f,d);b.effects.removeWrapper(f);c.callback&&c.callback.apply(f[0],arguments);f.dequeue()})})}})(jQuery); +(function(b){b.effects.highlight=function(c){return this.queue(function(){var f=b(this),d=["backgroundImage","backgroundColor","opacity"],a=b.effects.setMode(f,c.options.mode||"show"),e={backgroundColor:f.css("backgroundColor")};if(a=="hide")e.opacity=0;b.effects.save(f,d);f.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(e,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){a=="hide"&&f.hide();b.effects.restore(f,d);a=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);f.dequeue()}})})}})(jQuery); +(function(b){b.effects.pulsate=function(c){return this.queue(function(){var f=b(this),d=b.effects.setMode(f,c.options.mode||"show");times=(c.options.times||5)*2-1;duration=c.duration?c.duration/2:b.fx.speeds._default/2;isVisible=f.is(":visible");animateTo=0;if(!isVisible){f.css("opacity",0).show();animateTo=1}if(d=="hide"&&isVisible||d=="show"&&!isVisible)times--;for(d=0;d').appendTo(document.body).addClass(c.options.className).css({top:a.top,left:a.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(d,c.duration,c.options.easing,function(){e.remove();c.callback&&c.callback.apply(f[0],arguments); +f.dequeue()})})}})(jQuery); diff --git a/htdocs/phpMyAdmin/js/jquery/jquery.json-2.2.js b/htdocs/phpMyAdmin/js/jquery/jquery.json-2.2.js new file mode 100644 index 000000000..4f1551684 --- /dev/null +++ b/htdocs/phpMyAdmin/js/jquery/jquery.json-2.2.js @@ -0,0 +1,4 @@ +(function(e){e.toJSON=function(a){if(typeof JSON=="object"&&JSON.stringify)return JSON.stringify(a);var b=typeof a;if(a===null)return"null";if(b!="undefined"){if(b=="number"||b=="boolean")return a+"";if(b=="string")return e.quoteString(a);if(b=="object"){if(typeof a.toJSON=="function")return e.toJSON(a.toJSON());if(a.constructor===Date){var c=a.getUTCMonth()+1;if(c<10)c="0"+c;var d=a.getUTCDate();if(d<10)d="0"+d;b=a.getUTCFullYear();var f=a.getUTCHours();if(f<10)f="0"+f;var g=a.getUTCMinutes();if(g< +10)g="0"+g;var h=a.getUTCSeconds();if(h<10)h="0"+h;a=a.getUTCMilliseconds();if(a<100)a="0"+a;if(a<10)a="0"+a;return'"'+b+"-"+c+"-"+d+"T"+f+":"+g+":"+h+"."+a+'Z"'}if(a.constructor===Array){c=[];for(d=0;d0)){B.content={text:B.content}}if(typeof B.content.title!=="object"){B.content.title={text:B.content.title}}if(typeof B.position!=="object"){B.position={corner:B.position}}if(typeof B.position.corner!=="object"){B.position.corner={target:B.position.corner,tooltip:B.position.corner}}if(typeof B.show!=="object"){B.show={when:B.show}}if(typeof B.show.when!=="object"){B.show.when={event:B.show.when}}if(typeof B.show.effect!=="object"){B.show.effect={type:B.show.effect}}if(typeof B.hide!=="object"){B.hide={when:B.hide}}if(typeof B.hide.when!=="object"){B.hide.when={event:B.hide.when}}if(typeof B.hide.effect!=="object"){B.hide.effect={type:B.hide.effect}}if(typeof B.style!=="object"){B.style={name:B.style}}B.style=c(B.style);s=f.extend(true,{},f.fn.qtip.defaults,B);s.style=a.call({options:s},s.style);s.user=f.extend(true,{},B)}return f(this).each(function(){if(typeof B=="string"){w=B.toLowerCase();A=f(this).qtip("interfaces");if(typeof A=="object"){if(u===true&&w=="destroy"){while(A.length>0){A[A.length-1].destroy()}}else{if(u!==true){A=[f(this).qtip("api")]}for(y=0;y0))}if(typeof s.options.show.solo=="object"){z=f(s.options.show.solo)}else{if(s.options.show.solo===true){z=f("div.qtip").not(s.elements.tooltip)}}if(z){z.each(function(){if(f(this).qtip("api").status.rendered===true){f(this).qtip("api").hide()}})}if(typeof s.options.show.effect.type=="function"){s.options.show.effect.type.call(s.elements.tooltip,s.options.show.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.show.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeIn(s.options.show.effect.length,w);break;case"slide":s.elements.tooltip.slideDown(s.options.show.effect.length,function(){w();if(s.options.position.type!=="static"){s.updatePosition(y,true)}});break;case"grow":s.elements.tooltip.show(s.options.show.effect.length,w);break;default:s.elements.tooltip.show(null,w);break}s.elements.tooltip.addClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_SHOWN,"show")},hide:function(y){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"hide")}else{if(s.elements.tooltip.css("display")==="none"){return s}}clearTimeout(s.timers.show);s.elements.tooltip.stop(true,false);x=s.beforeHide.call(s,y);if(x===false){return s}function w(){s.onHide.call(s,y)}s.cache.toggle=0;if(typeof s.options.hide.effect.type=="function"){s.options.hide.effect.type.call(s.elements.tooltip,s.options.hide.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.hide.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeOut(s.options.hide.effect.length,w);break;case"slide":s.elements.tooltip.slideUp(s.options.hide.effect.length,w);break;case"grow":s.elements.tooltip.hide(s.options.hide.effect.length,w);break;default:s.elements.tooltip.hide(null,w);break}s.elements.tooltip.removeClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_HIDDEN,"hide")},updatePosition:function(w,x){var C,G,L,J,H,E,y,I,B,D,K,A,F,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updatePosition")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_POSITION_STATIC,"updatePosition")}}G={position:{left:0,top:0},dimensions:{height:0,width:0},corner:s.options.position.corner.target};L={position:s.getPosition(),dimensions:s.getDimensions(),corner:s.options.position.corner.tooltip};if(s.options.position.target!=="mouse"){if(s.options.position.target.get(0).nodeName.toLowerCase()=="area"){J=s.options.position.target.attr("coords").split(",");for(C=0;CG.dimensions.width){G.dimensions.width=J[C]}if(J[C]G.dimensions.height){G.dimensions.height=J[C]}if(J[C]0){if(L.corner.search(/Left/)!==-1){y.left-=s.options.style.border.radius}else{if(L.corner.search(/Right/)!==-1){y.left+=s.options.style.border.radius}}if(L.corner.search(/Top/)!==-1){y.top-=s.options.style.border.radius}else{if(L.corner.search(/Bottom/)!==-1){y.top+=s.options.style.border.radius}}}if(I){if(L.corner.search(/top/)!==-1){y.top-=I}else{if(L.corner.search(/bottom/)!==-1){y.top+=I}}if(L.corner.search(/left/)!==-1){y.left-=I}else{if(L.corner.search(/right/)!==-1){y.left+=I}}if(L.corner.search(/leftMiddle|rightMiddle/)!==-1){y.top-=1}}if(s.options.position.adjust.screen===true){y=o.call(s,y,G,L)}if(s.options.position.target==="mouse"&&s.options.position.adjust.mouse===true){if(s.options.position.adjust.screen===true&&s.elements.tip){K=s.elements.tip.attr("rel")}else{K=s.options.position.corner.tooltip}y.left+=(K.search(/right/i)!==-1)?-6:6;y.top+=(K.search(/bottom/i)!==-1)?-6:6}if(!s.elements.bgiframe&&f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){f("select, object").each(function(){A=f(this).offset();A.bottom=A.top+f(this).height();A.right=A.left+f(this).width();if(y.top+L.dimensions.height>=A.top&&y.left+L.dimensions.width>=A.left){k.call(s)}})}y.left+=s.options.position.adjust.x;y.top+=s.options.position.adjust.y;F=s.getPosition();if(y.left!=F.left||y.top!=F.top){z=s.beforePositionUpdate.call(s,w);if(z===false){return s}s.cache.position=y;if(x===true){s.status.animated=true;s.elements.tooltip.animate(y,200,"swing",function(){s.status.animated=false})}else{s.elements.tooltip.css(y)}s.onPositionUpdate.call(s,w);if(typeof w!=="undefined"&&w.type&&w.type!=="mousemove"){f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_POSITION_UPDATED,"updatePosition")}}return s},updateWidth:function(w){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateWidth")}else{if(w&&typeof w!=="number"){return f.fn.qtip.log.error.call(s,2,"newWidth must be of type number","updateWidth")}}x=s.elements.contentWrapper.siblings().add(s.elements.tip).add(s.elements.button);if(!w){if(typeof s.options.style.width.value=="number"){w=s.options.style.width.value}else{s.elements.tooltip.css({width:"auto"});x.hide();if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"normal"})}w=s.getDimensions().width+1;if(!s.options.style.width.value){if(w>s.options.style.width.max){w=s.options.style.width.max}if(w").get(0).getContext){z=s.elements.tooltip.find(".qtip-tip canvas:first");x=z.get(0).getContext("2d");x.clearRect(0,0,300,300);y=z.parent("div[rel]:first").attr("rel");B=b(y,s.options.style.tip.size.width,s.options.style.tip.size.height);h.call(s,z,B,s.options.style.tip.color||s.options.style.border.color)}else{if(f.browser.msie){z=s.elements.tooltip.find('.qtip-tip [nodeName="shape"]');z.attr("fillcolor",s.options.style.tip.color||s.options.style.border.color)}}}if(s.options.style.border.radius>0){s.elements.tooltip.find(".qtip-betweenCorners").css({backgroundColor:s.options.style.border.color});if(f("").get(0).getContext){A=g(s.options.style.border.radius);s.elements.tooltip.find(".qtip-wrapper canvas").each(function(){x=f(this).get(0).getContext("2d");x.clearRect(0,0,300,300);y=f(this).parent("div[rel]:first").attr("rel");r.call(s,f(this),A[y],s.options.style.border.radius,s.options.style.border.color)})}else{if(f.browser.msie){s.elements.tooltip.find('.qtip-wrapper [nodeName="arc"]').each(function(){f(this).attr("fillcolor",s.options.style.border.color)})}}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_STYLE_UPDATED,"updateStyle")},updateContent:function(A,y){var z,x,w;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateContent")}else{if(!A){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateContent")}}z=s.beforeContentUpdate.call(s,A);if(typeof z=="string"){A=z}else{if(z===false){return}}if(f.browser.msie){s.elements.contentWrapper.children().css({zoom:"normal"})}if(A.jquery&&A.length>0){A.clone(true).appendTo(s.elements.content).show()}else{s.elements.content.html(A)}x=s.elements.content.find("img[complete=false]");if(x.length>0){w=0;x.each(function(C){f('').load(function(){if(++w==x.length){B()}})})}else{B()}function B(){s.updateWidth();if(y!==false){if(s.options.position.type!=="static"){s.updatePosition(s.elements.tooltip.is(":visible"),true)}if(s.options.style.tip.corner!==false){n.call(s)}}}s.onContentUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_UPDATED,"loadContent")},loadContent:function(w,z,A){var y;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"loadContent")}y=s.beforeContentLoad.call(s);if(y===false){return s}if(A=="post"){f.post(w,z,x)}else{f.get(w,z,x)}function x(B){s.onContentLoad.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_LOADED,"loadContent");s.updateContent(B)}return s},updateTitle:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateTitle")}else{if(!w){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateTitle")}}returned=s.beforeTitleUpdate.call(s);if(returned===false){return s}if(s.elements.button){s.elements.button=s.elements.button.clone(true)}s.elements.title.html(w);if(s.elements.button){s.elements.title.prepend(s.elements.button)}s.onTitleUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_TITLE_UPDATED,"updateTitle")},focus:function(A){var y,x,w,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"focus")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_FOCUS_STATIC,"focus")}}y=parseInt(s.elements.tooltip.css("z-index"));x=6000+f("div.qtip[qtip]").length-1;if(!s.status.focused&&y!==x){z=s.beforeFocus.call(s,A);if(z===false){return s}f("div.qtip[qtip]").not(s.elements.tooltip).each(function(){if(f(this).qtip("api").status.rendered===true){w=parseInt(f(this).css("z-index"));if(typeof w=="number"&&w>-1){f(this).css({zIndex:parseInt(f(this).css("z-index"))-1})}f(this).qtip("api").status.focused=false}});s.elements.tooltip.css({zIndex:x});s.status.focused=true;s.onFocus.call(s,A);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_FOCUSED,"focus")}return s},disable:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"disable")}if(w){if(!s.status.disabled){s.status.disabled=true;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DISABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_DISABLED,"disable")}}else{if(s.status.disabled){s.status.disabled=false;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_ENABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_ENABLED,"disable")}}return s},destroy:function(){var w,x,y;x=s.beforeDestroy.call(s);if(x===false){return s}if(s.status.rendered){s.options.show.when.target.unbind("mousemove.qtip",s.updatePosition);s.options.show.when.target.unbind("mouseout.qtip",s.hide);s.options.show.when.target.unbind(s.options.show.when.event+".qtip");s.options.hide.when.target.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind("mouseover.qtip",s.focus);s.elements.tooltip.remove()}else{s.options.show.when.target.unbind(s.options.show.when.event+".qtip-create")}if(typeof s.elements.target.data("qtip")=="object"){y=s.elements.target.data("qtip").interfaces;if(typeof y=="object"&&y.length>0){for(w=0;w0){s.elements.target.data("qtip").current=y.length-1}else{s.elements.target.removeData("qtip")}s.onDestroy.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DESTROYED,"destroy");return s.elements.target},getPosition:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getPosition")}w=(s.elements.tooltip.css("display")!=="none")?false:true;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x=s.elements.tooltip.offset();if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x},getDimensions:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getDimensions")}w=(!s.elements.tooltip.is(":visible"))?true:false;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x={height:s.elements.tooltip.outerHeight(),width:s.elements.tooltip.outerWidth()};if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x}})}function p(){var s,w,u,t,v,y,x;s=this;s.beforeRender.call(s);s.status.rendered=true;s.elements.tooltip='';s.elements.tooltip=f(s.elements.tooltip);s.elements.tooltip.appendTo(s.options.position.container);s.elements.tooltip.data("qtip",{current:0,interfaces:[s]});s.elements.wrapper=s.elements.tooltip.children("div:first");s.elements.contentWrapper=s.elements.wrapper.children("div:first").css({background:s.options.style.background});s.elements.content=s.elements.contentWrapper.children("div:first").css(q(s.options.style));if(f.browser.msie){s.elements.wrapper.add(s.elements.content).css({zoom:1})}if(s.options.hide.when.event=="unfocus"){s.elements.tooltip.attr("unfocus",true)}if(typeof s.options.style.width.value=="number"){s.updateWidth()}if(f("").get(0).getContext||f.browser.msie){if(s.options.style.border.radius>0){m.call(s)}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color})}if(s.options.style.tip.corner!==false){e.call(s)}}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color});s.options.style.border.radius=0;s.options.style.tip.corner=false;f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.CANVAS_VML_NOT_SUPPORTED,"render")}if((typeof s.options.content.text=="string"&&s.options.content.text.length>0)||(s.options.content.text.jquery&&s.options.content.text.length>0)){u=s.options.content.text}else{if(typeof s.elements.target.attr("title")=="string"&&s.elements.target.attr("title").length>0){u=s.elements.target.attr("title").replace("\\n","
                          ");s.elements.target.attr("title","")}else{if(typeof s.elements.target.attr("alt")=="string"&&s.elements.target.attr("alt").length>0){u=s.elements.target.attr("alt").replace("\\n","
                          ");s.elements.target.attr("alt","")}else{u=" ";f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.NO_VALID_CONTENT,"render")}}}if(s.options.content.title.text!==false){j.call(s)}s.updateContent(u);l.call(s);if(s.options.show.ready===true){s.show()}if(s.options.content.url!==false){t=s.options.content.url;v=s.options.content.data;y=s.options.content.method||"get";s.loadContent(t,v,y)}s.onRender.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_RENDERED,"render")}function m(){var F,z,t,B,x,E,u,G,D,y,w,C,A,s,v;F=this;F.elements.wrapper.find(".qtip-borderBottom, .qtip-borderTop").remove();t=F.options.style.border.width;B=F.options.style.border.radius;x=F.options.style.border.color||F.options.style.tip.color;E=g(B);u={};for(z in E){u[z]='
                          ';if(f("").get(0).getContext){u[z]+=''}else{if(f.browser.msie){G=B*2+3;u[z]+=''}}u[z]+="
                          "}D=F.getDimensions().width-(Math.max(t,B)*2);y='
                          ';w='
                          '+u.topLeft+u.topRight+y;F.elements.wrapper.prepend(w);C='
                          '+u.bottomLeft+u.bottomRight+y;F.elements.wrapper.append(C);if(f("").get(0).getContext){F.elements.wrapper.find("canvas").each(function(){A=E[f(this).parent("[rel]:first").attr("rel")];r.call(F,f(this),A,B,x)})}else{if(f.browser.msie){F.elements.tooltip.append('')}}s=Math.max(B,(B+(t-B)));v=Math.max(t-B,0);F.elements.contentWrapper.css({border:"0px solid "+x,borderWidth:v+"px "+s+"px"})}function r(u,w,s,t){var v=u.get(0).getContext("2d");v.fillStyle=t;v.beginPath();v.arc(w[0],w[1],s,0,Math.PI*2,false);v.fill()}function e(v){var t,s,x,u,w;t=this;if(t.elements.tip!==null){t.elements.tip.remove()}s=t.options.style.tip.color||t.options.style.border.color;if(t.options.style.tip.corner===false){return}else{if(!v){v=t.options.style.tip.corner}}x=b(v,t.options.style.tip.size.width,t.options.style.tip.size.height);t.elements.tip='
                          ';if(f("").get(0).getContext){t.elements.tip+=''}else{if(f.browser.msie){u=t.options.style.tip.size.width+","+t.options.style.tip.size.height;w="m"+x[0][0]+","+x[0][1];w+=" l"+x[1][0]+","+x[1][1];w+=" "+x[2][0]+","+x[2][1];w+=" xe";t.elements.tip+='';t.elements.tip+='';t.elements.contentWrapper.css("position","relative")}}t.elements.tooltip.prepend(t.elements.tip+"
                          ");t.elements.tip=t.elements.tooltip.find("."+t.options.style.classes.tip).eq(0);if(f("").get(0).getContext){h.call(t,t.elements.tip.find("canvas:first"),x,s)}if(v.search(/top/)!==-1&&f.browser.msie&&parseInt(f.browser.version.charAt(0))===6){t.elements.tip.css({marginTop:-4})}n.call(t,v)}function h(t,v,s){var u=t.get(0).getContext("2d");u.fillStyle=s;u.beginPath();u.moveTo(v[0][0],v[0][1]);u.lineTo(v[1][0],v[1][1]);u.lineTo(v[2][0],v[2][1]);u.fill()}function n(u){var t,w,s,x,v;t=this;if(t.options.style.tip.corner===false||!t.elements.tip){return}if(!u){u=t.elements.tip.attr("rel")}w=positionAdjust=(f.browser.msie)?1:0;t.elements.tip.css(u.match(/left|right|top|bottom/)[0],0);if(u.search(/top|bottom/)!==-1){if(f.browser.msie){if(parseInt(f.browser.version.charAt(0))===6){positionAdjust=(u.search(/top/)!==-1)?-3:1}else{positionAdjust=(u.search(/top/)!==-1)?1:2}}if(u.search(/Middle/)!==-1){t.elements.tip.css({left:"50%",marginLeft:-(t.options.style.tip.size.width/2)})}else{if(u.search(/Left/)!==-1){t.elements.tip.css({left:t.options.style.border.radius-w})}else{if(u.search(/Right/)!==-1){t.elements.tip.css({right:t.options.style.border.radius+w})}}}if(u.search(/top/)!==-1){t.elements.tip.css({top:-positionAdjust})}else{t.elements.tip.css({bottom:positionAdjust})}}else{if(u.search(/left|right/)!==-1){if(f.browser.msie){positionAdjust=(parseInt(f.browser.version.charAt(0))===6)?1:((u.search(/left/)!==-1)?1:2)}if(u.search(/Middle/)!==-1){t.elements.tip.css({top:"50%",marginTop:-(t.options.style.tip.size.height/2)})}else{if(u.search(/Top/)!==-1){t.elements.tip.css({top:t.options.style.border.radius-w})}else{if(u.search(/Bottom/)!==-1){t.elements.tip.css({bottom:t.options.style.border.radius+w})}}}if(u.search(/left/)!==-1){t.elements.tip.css({left:-positionAdjust})}else{t.elements.tip.css({right:positionAdjust})}}}s="padding-"+u.match(/left|right|top|bottom/)[0];x=t.options.style.tip.size[(s.search(/left|right/)!==-1)?"width":"height"];t.elements.tooltip.css("padding",0);t.elements.tooltip.css(s,x);if(f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){v=parseInt(t.elements.tip.css("margin-top"))||0;v+=parseInt(t.elements.content.css("margin-top"))||0;t.elements.tip.css({marginTop:v})}}function j(){var s=this;if(s.elements.title!==null){s.elements.title.remove()}s.elements.title=f('
                          ').css(q(s.options.style.title,true)).css({zoom:(f.browser.msie)?1:0}).prependTo(s.elements.contentWrapper);if(s.options.content.title.text){s.updateTitle.call(s,s.options.content.title.text)}if(s.options.content.title.button!==false&&typeof s.options.content.title.button=="string"){s.elements.button=f('').css(q(s.options.style.button,true)).html(s.options.content.title.button).prependTo(s.elements.title).click(function(t){if(!s.status.disabled){s.hide(t)}})}}function l(){var t,v,u,s;t=this;v=t.options.show.when.target;u=t.options.hide.when.target;if(t.options.hide.fixed){u=u.add(t.elements.tooltip)}if(t.options.hide.when.event=="inactive"){s=["click","dblclick","mousedown","mouseup","mousemove","mouseout","mouseenter","mouseleave","mouseover"];function y(z){if(t.status.disabled===true){return}clearTimeout(t.timers.inactive);t.timers.inactive=setTimeout(function(){f(s).each(function(){u.unbind(this+".qtip-inactive");t.elements.content.unbind(this+".qtip-inactive")});t.hide(z)},t.options.hide.delay)}}else{if(t.options.hide.fixed===true){t.elements.tooltip.bind("mouseover.qtip",function(){if(t.status.disabled===true){return}clearTimeout(t.timers.hide)})}}function x(z){if(t.status.disabled===true){return}if(t.options.hide.when.event=="inactive"){f(s).each(function(){u.bind(this+".qtip-inactive",y);t.elements.content.bind(this+".qtip-inactive",y)});y()}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.timers.show=setTimeout(function(){t.show(z)},t.options.show.delay)}function w(z){if(t.status.disabled===true){return}if(t.options.hide.fixed===true&&t.options.hide.when.event.search(/mouse(out|leave)/i)!==-1&&f(z.relatedTarget).parents("div.qtip[qtip]").length>0){z.stopPropagation();z.preventDefault();clearTimeout(t.timers.hide);return false}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.elements.tooltip.stop(true,true);t.timers.hide=setTimeout(function(){t.hide(z)},t.options.hide.delay)}if((t.options.show.when.target.add(t.options.hide.when.target).length===1&&t.options.show.when.event==t.options.hide.when.event&&t.options.hide.when.event!=="inactive")||t.options.hide.when.event=="unfocus"){t.cache.toggle=0;v.bind(t.options.show.when.event+".qtip",function(z){if(t.cache.toggle==0){x(z)}else{w(z)}})}else{v.bind(t.options.show.when.event+".qtip",x);if(t.options.hide.when.event!=="inactive"){u.bind(t.options.hide.when.event+".qtip",w)}}if(t.options.position.type.search(/(fixed|absolute)/)!==-1){t.elements.tooltip.bind("mouseover.qtip",t.focus)}if(t.options.position.target==="mouse"&&t.options.position.type!=="static"){v.bind("mousemove.qtip",function(z){t.cache.mouse={x:z.pageX,y:z.pageY};if(t.status.disabled===false&&t.options.position.adjust.mouse===true&&t.options.position.type!=="static"&&t.elements.tooltip.css("display")!=="none"){t.updatePosition(z)}})}}function o(u,v,A){var z,s,x,y,t,w;z=this;if(A.corner=="center"){return v.position}s=f.extend({},u);y={x:false,y:false};t={left:(s.left=f.fn.qtip.cache.screen.width+f.fn.qtip.cache.screen.scroll.left),top:(s.top=f.fn.qtip.cache.screen.height+f.fn.qtip.cache.screen.scroll.top)};x={left:(t.left&&(A.corner.search(/right/i)!=-1||(A.corner.search(/right/i)==-1&&!t.right))),right:(t.right&&(A.corner.search(/left/i)!=-1||(A.corner.search(/left/i)==-1&&!t.left))),top:(t.top&&A.corner.search(/top/i)==-1),bottom:(t.bottom&&A.corner.search(/bottom/i)==-1)};if(x.left){if(z.options.position.target!=="mouse"){s.left=v.position.left+v.dimensions.width}else{s.left=z.cache.mouse.x}y.x="Left"}else{if(x.right){if(z.options.position.target!=="mouse"){s.left=v.position.left-A.dimensions.width}else{s.left=z.cache.mouse.x-A.dimensions.width}y.x="Right"}}if(x.top){if(z.options.position.target!=="mouse"){s.top=v.position.top+v.dimensions.height}else{s.top=z.cache.mouse.y}y.y="top"}else{if(x.bottom){if(z.options.position.target!=="mouse"){s.top=v.position.top-A.dimensions.height}else{s.top=z.cache.mouse.y-A.dimensions.height}y.y="bottom"}}if(s.left<0){s.left=u.left;y.x=false}if(s.top<0){s.top=u.top;y.y=false}if(z.options.style.tip.corner!==false){s.corner=new String(A.corner);if(y.x!==false){s.corner=s.corner.replace(/Left|Right|Middle/,y.x)}if(y.y!==false){s.corner=s.corner.replace(/top|bottom/,y.y)}if(s.corner!==z.elements.tip.attr("rel")){e.call(z,s.corner)}}return s}function q(u,t){var v,s;v=f.extend(true,{},u);for(s in v){if(t===true&&s.search(/(tip|classes)/i)!==-1){delete v[s]}else{if(!t&&s.search(/(width|border|tip|title|classes|user)/i)!==-1){delete v[s]}}}return v}function c(s){if(typeof s.tip!=="object"){s.tip={corner:s.tip}}if(typeof s.tip.size!=="object"){s.tip.size={width:s.tip.size,height:s.tip.size}}if(typeof s.border!=="object"){s.border={width:s.border}}if(typeof s.width!=="object"){s.width={value:s.width}}if(typeof s.width.max=="string"){s.width.max=parseInt(s.width.max.replace(/([0-9]+)/i,"$1"))}if(typeof s.width.min=="string"){s.width.min=parseInt(s.width.min.replace(/([0-9]+)/i,"$1"))}if(typeof s.tip.size.x=="number"){s.tip.size.width=s.tip.size.x;delete s.tip.size.x}if(typeof s.tip.size.y=="number"){s.tip.size.height=s.tip.size.y;delete s.tip.size.y}return s}function a(){var s,t,u,x,v,w;s=this;u=[true,{}];for(t=0;t0){v.tip.size.width+=1}if(v.tip.size.height%2>0){v.tip.size.height+=1}if(v.tip.corner===true){v.tip.corner=(s.options.position.corner.tooltip==="center")?false:s.options.position.corner.tooltip}return v}function b(v,u,t){var s={bottomRight:[[0,0],[u,t],[u,0]],bottomLeft:[[0,0],[u,0],[0,t]],topRight:[[0,t],[u,0],[u,t]],topLeft:[[0,0],[0,t],[u,t]],topMiddle:[[0,t],[u/2,0],[u,t]],bottomMiddle:[[0,0],[u,0],[u/2,t]],rightMiddle:[[0,0],[u,t/2],[0,t]],leftMiddle:[[u,0],[u,t],[0,t/2]]};s.leftTop=s.bottomRight;s.rightTop=s.bottomLeft;s.leftBottom=s.topRight;s.rightBottom=s.topLeft;return s[v]}function g(s){var t;if(f("").get(0).getContext){t={topLeft:[s,s],topRight:[0,s],bottomLeft:[s,0],bottomRight:[0,0]}}else{if(f.browser.msie){t={topLeft:[-90,90,0],topRight:[-90,90,-s],bottomLeft:[90,270,0],bottomRight:[90,270,-s]}}}return t}function k(){var s,t,u;s=this;u=s.getDimensions();t=' + +
                          + ajax clock + +
                          +
                          +

                          + + ' . "\n"; + echo ''; + echo sprintf(__('Previous import timed out, after resubmitting will continue from position %d.'), $offset) . ''; + echo '
                          ' . "\n"; + } + ?> +
                          + /> +
                          +
                          + + +
                          + + +
                          + + + +
                          + +
                          +

                          + +
                          +
                          + +
                          +

                          +

                          Scroll down to fill in the options for the selected format and ignore the options for other formats.

                          + +
                          +
                          +
                          + +
                          +

                          + +
                          + +
                          + +
                          + diff --git a/htdocs/phpMyAdmin/libraries/display_import_ajax.lib.php b/htdocs/phpMyAdmin/libraries/display_import_ajax.lib.php new file mode 100644 index 000000000..1a3f9db1c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/display_import_ajax.lib.php @@ -0,0 +1,87 @@ + diff --git a/htdocs/phpMyAdmin/libraries/display_select_lang.lib.php b/htdocs/phpMyAdmin/libraries/display_select_lang.lib.php new file mode 100644 index 000000000..5ce059953 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/display_select_lang.lib.php @@ -0,0 +1,101 @@ + + +
                          + $GLOBALS['db'], + 'table' => $GLOBALS['table'], + ); + echo PMA_generate_common_hidden_inputs($_form_params); + + // For non-English, display "Language" with emphasis because it's + // not a proper word in the current language; we show it to help + // people recognize the dialog + $language_title = __('Language') + . (__('Language') != 'Language' ? ' - Language' : ''); + if ($show_doc) { + $language_title .= PMA_showDocu('faq7_2'); + } + if ($use_fieldset) { + echo '
                          ' . $language_title . ''; + } else { + echo '' . $language_title . ':'; + } + ?> + + + '; + } + ?> + + + + diff --git a/htdocs/phpMyAdmin/libraries/display_tbl.lib.php b/htdocs/phpMyAdmin/libraries/display_tbl.lib.php new file mode 100644 index 000000000..3fa26c1f3 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/display_tbl.lib.php @@ -0,0 +1,2702 @@ + updates the + // display mode + if ($the_disp_mode != 'nnnn000000') { + // 2.0 Print view -> set all elements to false! + if (isset($GLOBALS['printview']) && $GLOBALS['printview'] == '1') { + $do_display['edit_lnk'] = 'nn'; // no edit link + $do_display['del_lnk'] = 'nn'; // no delete link + $do_display['sort_lnk'] = (string) '0'; + $do_display['nav_bar'] = (string) '0'; + $do_display['ins_row'] = (string) '0'; + $do_display['bkm_form'] = (string) '0'; + $do_display['text_btn'] = (string) '0'; + $do_display['pview_lnk'] = (string) '0'; + } + // 2.1 Statement is a "SELECT COUNT", a + // "CHECK/ANALYZE/REPAIR/OPTIMIZE", an "EXPLAIN" one or + // contains a "PROC ANALYSE" part + elseif ($GLOBALS['is_count'] || $GLOBALS['is_analyse'] || $GLOBALS['is_maint'] || $GLOBALS['is_explain']) { + $do_display['edit_lnk'] = 'nn'; // no edit link + $do_display['del_lnk'] = 'nn'; // no delete link + $do_display['sort_lnk'] = (string) '0'; + $do_display['nav_bar'] = (string) '0'; + $do_display['ins_row'] = (string) '0'; + $do_display['bkm_form'] = (string) '1'; + if ($GLOBALS['is_maint']) { + $do_display['text_btn'] = (string) '1'; + } else { + $do_display['text_btn'] = (string) '0'; + } + $do_display['pview_lnk'] = (string) '1'; + } + // 2.2 Statement is a "SHOW..." + elseif ($GLOBALS['is_show']) { + /** + * 2.2.1 + * @todo defines edit/delete links depending on show statement + */ + $tmp = preg_match('@^SHOW[[:space:]]+(VARIABLES|(FULL[[:space:]]+)?PROCESSLIST|STATUS|TABLE|GRANTS|CREATE|LOGS|DATABASES|FIELDS)@i', $GLOBALS['sql_query'], $which); + if (isset($which[1]) && strpos(' ' . strtoupper($which[1]), 'PROCESSLIST') > 0) { + $do_display['edit_lnk'] = 'nn'; // no edit link + $do_display['del_lnk'] = 'kp'; // "kill process" type edit link + } else { + // Default case -> no links + $do_display['edit_lnk'] = 'nn'; // no edit link + $do_display['del_lnk'] = 'nn'; // no delete link + } + // 2.2.2 Other settings + $do_display['sort_lnk'] = (string) '0'; + $do_display['nav_bar'] = (string) '0'; + $do_display['ins_row'] = (string) '0'; + $do_display['bkm_form'] = (string) '1'; + $do_display['text_btn'] = (string) '1'; + $do_display['pview_lnk'] = (string) '1'; + } + // 2.3 Other statements (ie "SELECT" ones) -> updates + // $do_display['edit_lnk'], $do_display['del_lnk'] and + // $do_display['text_btn'] (keeps other default values) + else { + $prev_table = $fields_meta[0]->table; + $do_display['text_btn'] = (string) '1'; + for ($i = 0; $i < $GLOBALS['fields_cnt']; $i++) { + $is_link = ($do_display['edit_lnk'] != 'nn' + || $do_display['del_lnk'] != 'nn' + || $do_display['sort_lnk'] != '0' + || $do_display['ins_row'] != '0'); + // 2.3.2 Displays edit/delete/sort/insert links? + if ($is_link + && ($fields_meta[$i]->table == '' || $fields_meta[$i]->table != $prev_table)) { + $do_display['edit_lnk'] = 'nn'; // don't display links + $do_display['del_lnk'] = 'nn'; + /** + * @todo May be problematic with same fields names in two joined table. + */ + // $do_display['sort_lnk'] = (string) '0'; + $do_display['ins_row'] = (string) '0'; + if ($do_display['text_btn'] == '1') { + break; + } + } // end if (2.3.2) + // 2.3.3 Always display print view link + $do_display['pview_lnk'] = (string) '1'; + $prev_table = $fields_meta[$i]->table; + } // end for + } // end if..elseif...else (2.1 -> 2.3) + } // end if (2) + + // 3. Gets the total number of rows if it is unknown + if (isset($unlim_num_rows) && $unlim_num_rows != '') { + $the_total = $unlim_num_rows; + } elseif (($do_display['nav_bar'] == '1' || $do_display['sort_lnk'] == '1') + && (strlen($db) && !empty($table))) { + $the_total = PMA_Table::countRecords($db, $table); + } + + // 4. If navigation bar or sorting fields names URLs should be + // displayed but there is only one row, change these settings to + // false + if ($do_display['nav_bar'] == '1' || $do_display['sort_lnk'] == '1') { + + // - Do not display sort links if less than 2 rows. + // - For a VIEW we (probably) did not count the number of rows + // so don't test this number here, it would remove the possibility + // of sorting VIEW results. + if (isset($unlim_num_rows) && $unlim_num_rows < 2 && ! PMA_Table::isView($db, $table)) { + // force display of navbar for vertical/horizontal display-choice. + // $do_display['nav_bar'] = (string) '0'; + $do_display['sort_lnk'] = (string) '0'; + } + } // end if (3) + + // 5. Updates the synthetic var + $the_disp_mode = join('', $do_display); + + return $do_display; +} // end of the 'PMA_setDisplayMode()' function + + +/** + * Displays a navigation button + * + * @uses $GLOBALS['cfg']['NavigationBarIconic'] + * @uses PMA_generate_common_hidden_inputs() + * + * @param string iconic caption for button + * @param string text for button + * @param integer position for next query + * @param string query ready for display + * @param string optional onsubmit clause + * @param string optional hidden field for special treatment + * @param string optional onclick clause + * + * @global string $db the database name + * @global string $table the table name + * @global string $goto the URL to go back in case of errors + * + * @access private + * + * @see PMA_displayTableNavigation() + */ +function PMA_displayTableNavigationOneButton($caption, $title, $pos, $html_sql_query, $onsubmit = '', $input_for_real_end = '', $onclick = '') { + + global $db, $table, $goto; + + $caption_output = ''; + // for true or 'both' + if ($GLOBALS['cfg']['NavigationBarIconic']) { + $caption_output .= $caption; + } + // for false or 'both' + if (false === $GLOBALS['cfg']['NavigationBarIconic'] || 'both' === $GLOBALS['cfg']['NavigationBarIconic']) { + $caption_output .= ' ' . $title; + } + $title_output = ' title="' . $title . '"'; + ?> + +
                          > + + + + + + value="" /> +
                          + + + + + + + 1){ //if2 + ?> + + + + = $_SESSION['tmp_user_values']['max_rows'] + && $_SESSION['tmp_user_values']['max_rows'] != 'all') { + + // display the Next button + PMA_displayTableNavigationOneButton('>', + __('Next'), + $pos_next, + $html_sql_query); + + // prepare some options for the End button + if ($is_innodb && $unlim_num_rows > $GLOBALS['cfg']['MaxExactCount']) { + $input_for_real_end = ''; + // no backquote around this message + $onclick = ''; + } else { + $input_for_real_end = $onclick = ''; + } + + // display the End button + PMA_displayTableNavigationOneButton('>>', + __('End'), + @((ceil($unlim_num_rows / $_SESSION['tmp_user_values']['max_rows'])- 1) * $_SESSION['tmp_user_values']['max_rows']), + $html_sql_query, + 'onsubmit="return ' . (($_SESSION['tmp_user_values']['pos'] + $_SESSION['tmp_user_values']['max_rows'] < $unlim_num_rows && $num_rows >= $_SESSION['tmp_user_values']['max_rows']) ? 'true' : 'false') . '"', + $input_for_real_end, + $onclick + ); + } // end move toward + ?> + + + + +
                          +
                          + + + + value=" :" /> + + + + __('horizontal'), + 'horizontalflipped' => __('horizontal (rotated headers)'), + 'vertical' => __('vertical')); + $param1 = PMA_generate_html_dropdown('disp_direction', $choices, $_SESSION['tmp_user_values']['disp_direction'], $id_for_direction_dropdown); + unset($choices); + + $param2 = ' ' . "\n" + . ' '; + echo ' ' . sprintf(__('in %s mode and repeat headers after %s cells'), "\n" . $param1, "\n" . $param2) . "\n"; + ?> +
                          +
                          + ' . "\n"; + echo PMA_generate_common_hidden_inputs($db, $table); + echo __('Sort by key') . ': ' . "\n"; + echo ''; + echo '' . "\n"; + } + } + } + + + $vertical_display['emptypre'] = 0; + $vertical_display['emptyafter'] = 0; + $vertical_display['textbtn'] = ''; + + // Display options (if we are not in print view) + if (! (isset($GLOBALS['printview']) && $GLOBALS['printview'] == '1')) { + echo '
                          '; + $url_params = array( + 'db' => $db, + 'table' => $table, + 'sql_query' => $sql_query, + 'goto' => $goto, + 'display_options_form' => 1 + ); + echo PMA_generate_common_hidden_inputs($url_params); + echo '
                          '; + PMA_generate_slider_effect('displayoptions',__('Options')); + echo '
                          '; + + echo '
                          '; + $choices = array( + 'P' => __('Partial texts'), + 'F' => __('Full texts') + ); + PMA_display_html_radio('display_text', $choices, $_SESSION['tmp_user_values']['display_text']); + echo '
                          '; + + // prepare full/partial text button or link + if ($_SESSION['tmp_user_values']['display_text']=='F') { + // currently in fulltext mode so show the opposite link + $tmp_image_file = $GLOBALS['pmaThemeImage'] . 's_partialtext.png'; + $tmp_txt = __('Partial texts'); + $url_params['display_text'] = 'P'; + } else { + $tmp_image_file = $GLOBALS['pmaThemeImage'] . 's_fulltext.png'; + $tmp_txt = __('Full texts'); + $url_params['display_text'] = 'F'; + } + + $tmp_image = '' . $tmp_txt . ''; + $tmp_url = 'sql.php' . PMA_generate_common_url($url_params); + $full_or_partial_text_link = PMA_linkOrButton($tmp_url, $tmp_image, array(), false); + unset($tmp_image_file, $tmp_txt, $tmp_url, $tmp_image); + + + if ($GLOBALS['cfgRelation']['relwork'] && $GLOBALS['cfgRelation']['displaywork']) { + echo '
                          '; + $choices = array( + 'K' => __('Relational key'), + 'D' => __('Relational display column') + ); + PMA_display_html_radio('relational_display', $choices, $_SESSION['tmp_user_values']['relational_display']); + echo '
                          '; + } + + echo '
                          '; + PMA_display_html_checkbox('display_binary', __('Show binary contents'), ! empty($_SESSION['tmp_user_values']['display_binary']), false); + echo '
                          '; + PMA_display_html_checkbox('display_blob', __('Show BLOB contents'), ! empty($_SESSION['tmp_user_values']['display_blob']), false); + echo '
                          '; + PMA_display_html_checkbox('display_binary_as_hex', __('Show binary contents as HEX'), ! empty($_SESSION['tmp_user_values']['display_binary_as_hex']), false); + echo '
                          '; + + // I would have preferred to name this "display_transformation". + // This is the only way I found to be able to keep this setting sticky + // per SQL query, and at the same time have a default that displays + // the transformations. + echo '
                          '; + PMA_display_html_checkbox('hide_transformation', __('Hide') . ' ' . __('Browser transformation'), ! empty($_SESSION['tmp_user_values']['hide_transformation']), false); + echo '
                          '; + + echo '
                          '; + echo '
                          '; + + echo '
                          '; + echo ''; + echo '
                          '; + echo '
                          '; + echo ''; + } + + // Start of form for multi-rows edit/delete/export + + if ($is_display['del_lnk'] == 'dr' || $is_display['del_lnk'] == 'kp') { + echo '
                          ' . "\n"; + echo PMA_generate_common_hidden_inputs($db, $table, 1); + echo '' . "\n"; + } + + echo '' . "\n"; + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + echo '' . "\n"; + } + + // 1. Displays the full/partial text button (part 1)... + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + $colspan = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') + ? ' colspan="4"' + : ''; + } else { + $rowspan = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') + ? ' rowspan="4"' + : ''; + } + + // ... before the result table + if (($is_display['edit_lnk'] == 'nn' && $is_display['del_lnk'] == 'nn') + && $is_display['text_btn'] == '1') { + $vertical_display['emptypre'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 4 : 0; + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + ?> + + + + + + + + + + ' . "\n" + . ' ' . "\n" + . ' ' . "\n"; + } // end vertical mode + } + + // ... elseif no button, displays empty(ies) col(s) if required + elseif ($GLOBALS['cfg']['ModifyDeleteAtLeft'] + && ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn')) { + $vertical_display['emptypre'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 4 : 0; + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + ?> + > + ' . "\n"; + } // end vertical mode + } + + // 2. Displays the fields' name + // 2.0 If sorting links should be used, checks if the query is a "JOIN" + // statement (see 2.1.3) + + // 2.0.1 Prepare Display column comments if enabled ($GLOBALS['cfg']['ShowBrowseComments']). + // Do not show comments, if using horizontalflipped mode, because of space usage + if ($GLOBALS['cfg']['ShowBrowseComments'] + && $_SESSION['tmp_user_values']['disp_direction'] != 'horizontalflipped') { + $comments_map = array(); + if (isset($analyzed_sql[0]) && is_array($analyzed_sql[0])) { + foreach ($analyzed_sql[0]['table_ref'] as $tbl) { + $tb = $tbl['table_true_name']; + $comments_map[$tb] = PMA_getComments($db, $tb); + unset($tb); + } + } + } + + if ($GLOBALS['cfgRelation']['commwork'] && $GLOBALS['cfgRelation']['mimework'] && $GLOBALS['cfg']['BrowseMIME'] && ! $_SESSION['tmp_user_values']['hide_transformation']) { + require_once './libraries/transformations.lib.php'; + $GLOBALS['mime_map'] = PMA_getMIME($db, $table); + } + + // See if we have to highlight any header fields of a WHERE query. + // Uses SQL-Parser results. + $highlight_columns = array(); + if (isset($analyzed_sql) && isset($analyzed_sql[0]) && + isset($analyzed_sql[0]['where_clause_identifiers'])) { + + $wi = 0; + if (isset($analyzed_sql[0]['where_clause_identifiers']) && is_array($analyzed_sql[0]['where_clause_identifiers'])) { + foreach ($analyzed_sql[0]['where_clause_identifiers'] AS $wci_nr => $wci) { + $highlight_columns[$wci] = 'true'; + } + } + } + + for ($i = 0; $i < $fields_cnt; $i++) { + // See if this column should get highlight because it's used in the + // where-query. + if (isset($highlight_columns[$fields_meta[$i]->name]) || isset($highlight_columns[PMA_backquote($fields_meta[$i]->name)])) { + $condition_field = true; + } else { + $condition_field = false; + } + + // 2.0 Prepare comment-HTML-wrappers for each row, if defined/enabled. + if (isset($comments_map) && + isset($comments_map[$fields_meta[$i]->table]) && + isset($comments_map[$fields_meta[$i]->table][$fields_meta[$i]->name])) { + $comments = '' . htmlspecialchars($comments_map[$fields_meta[$i]->table][$fields_meta[$i]->name]) . ''; + } else { + $comments = ''; + } + + // 2.1 Results can be sorted + if ($is_display['sort_lnk'] == '1') { + + // 2.1.1 Checks if the table name is required; it's the case + // for a query with a "JOIN" statement and if the column + // isn't aliased, or in queries like + // SELECT `1`.`master_field` , `2`.`master_field` + // FROM `PMA_relation` AS `1` , `PMA_relation` AS `2` + + if (isset($fields_meta[$i]->table) && strlen($fields_meta[$i]->table)) { + $sort_tbl = PMA_backquote($fields_meta[$i]->table) . '.'; + } else { + $sort_tbl = ''; + } + + // 2.1.2 Checks if the current column is used to sort the + // results + // the orgname member does not exist for all MySQL versions + // but if found, it's the one on which to sort + $name_to_use_in_sort = $fields_meta[$i]->name; + $is_orgname = false; + if (isset($fields_meta[$i]->orgname) && strlen($fields_meta[$i]->orgname)) { + $name_to_use_in_sort = $fields_meta[$i]->orgname; + $is_orgname = true; + } + // $name_to_use_in_sort might contain a space due to + // formatting of function expressions like "COUNT(name )" + // so we remove the space in this situation + $name_to_use_in_sort = str_replace(' )', ')', $name_to_use_in_sort); + + if (empty($sort_expression)) { + $is_in_sort = false; + } else { + // Field name may be preceded by a space, or any number + // of characters followed by a dot (tablename.fieldname) + // so do a direct comparison for the sort expression; + // this avoids problems with queries like + // "SELECT id, count(id)..." and clicking to sort + // on id or on count(id). + // Another query to test this: + // SELECT p.*, FROM_UNIXTIME(p.temps) FROM mytable AS p + // (and try clicking on each column's header twice) + if (! empty($sort_tbl) && strpos($sort_expression_nodirection, $sort_tbl) === false && strpos($sort_expression_nodirection, '(') === false) { + $sort_expression_nodirection = $sort_tbl . $sort_expression_nodirection; + } + $is_in_sort = (str_replace('`', '', $sort_tbl) . $name_to_use_in_sort == str_replace('`', '', $sort_expression_nodirection) ? true : false); + } + // 2.1.3 Check the field name for a bracket. + // If it contains one, it's probably a function column + // like 'COUNT(`field`)' + // It still might be a column name of a view. See bug #3383711 + // Check is_orgname. + if (strpos($name_to_use_in_sort, '(') !== false && ! $is_orgname) { + $sort_order = ' ORDER BY ' . $name_to_use_in_sort . ' '; + } else { + $sort_order = ' ORDER BY ' . $sort_tbl . PMA_backquote($name_to_use_in_sort) . ' '; + } + unset($name_to_use_in_sort); + unset($is_orgname); + + // 2.1.4 Do define the sorting URL + if (! $is_in_sort) { + // patch #455484 ("Smart" order) + $GLOBALS['cfg']['Order'] = strtoupper($GLOBALS['cfg']['Order']); + if ($GLOBALS['cfg']['Order'] === 'SMART') { + $sort_order .= (preg_match('@time|date@i', $fields_meta[$i]->type)) ? 'DESC' : 'ASC'; + } else { + $sort_order .= $GLOBALS['cfg']['Order']; + } + $order_img = ''; + } elseif ('DESC' == $sort_direction) { + $sort_order .= ' ASC'; + $order_img = ' '. __('Descending') . ''; + } else { + $sort_order .= ' DESC'; + $order_img = ' '. __('Ascending') . ''; + } + + if (preg_match('@(.*)([[:space:]](LIMIT (.*)|PROCEDURE (.*)|FOR UPDATE|LOCK IN SHARE MODE))@i', $unsorted_sql_query, $regs3)) { + $sorted_sql_query = $regs3[1] . $sort_order . $regs3[2]; + } else { + $sorted_sql_query = $unsorted_sql_query . $sort_order; + } + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'sql_query' => $sorted_sql_query, + 'session_max_rows' => $session_max_rows + ); + $order_url = 'sql.php' . PMA_generate_common_url($_url_params); + + // 2.1.5 Displays the sorting URL + // enable sort order swapping for image + $order_link_params = array(); + if (isset($order_img) && $order_img!='') { + if (strstr($order_img, 'asc')) { + $order_link_params['onmouseover'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_desc.png\'; }'; + $order_link_params['onmouseout'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_asc.png\'; }'; + } elseif (strstr($order_img, 'desc')) { + $order_link_params['onmouseover'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_asc.png\'; }'; + $order_link_params['onmouseout'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_desc.png\'; }'; + } + } + if ($GLOBALS['cfg']['HeaderFlipType'] == 'auto') { + if (PMA_USR_BROWSER_AGENT == 'IE') { + $GLOBALS['cfg']['HeaderFlipType'] = 'css'; + } else { + $GLOBALS['cfg']['HeaderFlipType'] = 'fake'; + } + } + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped' + && $GLOBALS['cfg']['HeaderFlipType'] == 'css') { + $order_link_params['style'] = 'direction: ltr; writing-mode: tb-rl;'; + } + $order_link_params['title'] = __('Sort'); + $order_link_content = ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped' && $GLOBALS['cfg']['HeaderFlipType'] == 'fake' ? PMA_flipstring(htmlspecialchars($fields_meta[$i]->name), "
                          \n") : htmlspecialchars($fields_meta[$i]->name)); + $order_link = PMA_linkOrButton($order_url, $order_link_content . $order_img, $order_link_params, false, true); + + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + echo '' . $order_link . $comments . ''; + } + $vertical_display['desc'][] = '
                          ' . "\n"; + } // end if (2.1) + + // 2.2 Results can't be sorted + else { + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + echo ''; + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped' + && $GLOBALS['cfg']['HeaderFlipType'] == 'fake') { + echo PMA_flipstring(htmlspecialchars($fields_meta[$i]->name), '
                          '); + } else { + echo htmlspecialchars($fields_meta[$i]->name); + } + echo "\n" . $comments . ''; + } + $vertical_display['desc'][] = '
                          '; + } // end else (2.2) + } // end for + + // 3. Displays the needed checkboxes at the right + // column of the result table header if possible and required... + if ($GLOBALS['cfg']['ModifyDeleteAtRight'] + && ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn') + && $is_display['text_btn'] == '1') { + $vertical_display['emptyafter'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 4 : 1; + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + echo "\n"; + ?> + + ' . "\n" + . ' ' . "\n" + . ' ' . "\n"; + } // end vertical mode + } + + // ... elseif no button, displays empty columns if required + // (unless coming from Browse mode print view) + elseif ($GLOBALS['cfg']['ModifyDeleteAtRight'] + && ($is_display['edit_lnk'] == 'nn' && $is_display['del_lnk'] == 'nn') + && (!$GLOBALS['is_header_sent'])) { + $vertical_display['emptyafter'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 4 : 1; + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + echo "\n"; + ?> +> + ' . "\n"; + } // end vertical mode + } + + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + ?> + + + ' . $value . ''; +} + +/** + * Prepares the display for a null value + * + * @param string $class + * @param string $condition_field + * + * @return string the td + */ +function PMA_buildNullDisplay($class, $condition_field) { + // the null class is needed for inline editing + return ''; +} + +/** + * Prepares the display for an empty value + * + * @param string $class + * @param string $condition_field + * @param string $align + * + * @return string the td + */ +function PMA_buildEmptyDisplay($class, $condition_field, $meta, $align = '') { + $nowrap = ' nowrap'; + return ''; +} + +/** + * Adds the relavant classes. + * + * @param string $class + * @param string $condition_field + * @param object $meta the meta-information about this field + * @param string $nowrap + * @param bool $is_field_truncated + * @param string $transform_function + * @param string $default_function + * + * @return string the list of classes + */ +function PMA_addClass($class, $condition_field, $meta, $nowrap, $is_field_truncated = false, $transform_function = '', $default_function = '') { + // Define classes to be added to this data field based on the type of data + $enum_class = ''; + if(strpos($meta->flags, 'enum') !== false) { + $enum_class = ' enum'; + } + + $set_class = ''; + if(strpos($meta->flags, 'set') !== false) { + $set_class = ' set'; + } + + $bit_class = ''; + if(strpos($meta->type, 'bit') !== false) { + $bit_class = ' bit'; + } + + $mime_type_class = ''; + if(isset($meta->mimetype)) { + $mime_type_class = ' ' . preg_replace('/\//', '_', $meta->mimetype); + } + + $result = $class . ($condition_field ? ' condition' : '') . $nowrap + . ' ' . ($is_field_truncated ? ' truncated' : '') + . ($transform_function != $default_function ? ' transformed' : '') + . $enum_class . $set_class . $bit_class . $mime_type_class; + + return $result; +} +/** + * Displays the body of the results table + * + * @uses $_SESSION['tmp_user_values']['disp_direction'] + * @uses $_SESSION['tmp_user_values']['repeat_cells'] + * @uses $_SESSION['tmp_user_values']['max_rows'] + * @uses $_SESSION['tmp_user_values']['display_text'] + * @uses $_SESSION['tmp_user_values']['display_binary'] + * @uses $_SESSION['tmp_user_values']['display_binary_as_hex'] + * @uses $_SESSION['tmp_user_values']['display_blob'] + * @param integer the link id associated to the query which results have + * to be displayed + * @param array which elements to display + * @param array the list of relations + * @param array the analyzed query + * + * @return boolean always true + * + * @global string $db the database name + * @global string $table the table name + * @global string $goto the URL to go back in case of errors + * @global string $sql_query the SQL query + * @global array $fields_meta the list of fields properties + * @global integer $fields_cnt the total number of fields returned by + * the SQL query + * @global array $vertical_display informations used with vertical display + * mode + * @global array $highlight_columns column names to highlight + * @global array $row current row data + * + * @access private + * + * @see PMA_displayTable() + */ +function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) { + global $db, $table, $goto; + global $sql_query, $fields_meta, $fields_cnt; + global $vertical_display, $highlight_columns; + global $row; // mostly because of browser transformations, to make the row-data accessible in a plugin + + $url_sql_query = $sql_query; + + // query without conditions to shorten URLs when needed, 200 is just + // guess, it should depend on remaining URL length + + if (isset($analyzed_sql) && isset($analyzed_sql[0]) && + isset($analyzed_sql[0]['querytype']) && $analyzed_sql[0]['querytype'] == 'SELECT' && + strlen($sql_query) > 200) { + + $url_sql_query = 'SELECT '; + if (isset($analyzed_sql[0]['queryflags']['distinct'])) { + $url_sql_query .= ' DISTINCT '; + } + $url_sql_query .= $analyzed_sql[0]['select_expr_clause']; + if (!empty($analyzed_sql[0]['from_clause'])) { + $url_sql_query .= ' FROM ' . $analyzed_sql[0]['from_clause']; + } + } + + if (!is_array($map)) { + $map = array(); + } + $row_no = 0; + $vertical_display['edit'] = array(); + $vertical_display['copy'] = array(); + $vertical_display['delete'] = array(); + $vertical_display['data'] = array(); + $vertical_display['row_delete'] = array(); + // name of the class added to all inline editable elements + $inline_edit_class = 'inline_edit'; + + // Correction University of Virginia 19991216 in the while below + // Previous code assumed that all tables have keys, specifically that + // the phpMyAdmin GUI should support row delete/edit only for such + // tables. + // Although always using keys is arguably the prescribed way of + // defining a relational table, it is not required. This will in + // particular be violated by the novice. + // We want to encourage phpMyAdmin usage by such novices. So the code + // below has been changed to conditionally work as before when the + // table being displayed has one or more keys; but to display + // delete/edit options correctly for tables without keys. + + $odd_row = true; + while ($row = PMA_DBI_fetch_row($dt_result)) { + // "vertical display" mode stuff + if ($row_no != 0 && $_SESSION['tmp_user_values']['repeat_cells'] != 0 && !($row_no % $_SESSION['tmp_user_values']['repeat_cells']) + && ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped')) + { + echo '' . "\n"; + if ($vertical_display['emptypre'] > 0) { + echo ' ' . "\n"; + } + + foreach ($vertical_display['desc'] as $val) { + echo $val; + } + + if ($vertical_display['emptyafter'] > 0) { + echo ' ' . "\n"; + } + echo '' . "\n"; + } // end if + + $alternating_color_class = ($odd_row ? 'odd' : 'even'); + $odd_row = ! $odd_row; + + if ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped') { + // pointer code part + echo ''; + } + + + // 1. Prepares the row + // 1.1 Results from a "SELECT" statement -> builds the + // WHERE clause to use in links (a unique key if possible) + /** + * @todo $where_clause could be empty, for example a table + * with only one field and it's a BLOB; in this case, + * avoid to display the delete and edit links + */ + list($where_clause, $clause_is_unique) = PMA_getUniqueCondition($dt_result, $fields_cnt, $fields_meta, $row); + $where_clause_html = urlencode($where_clause); + + // 1.2 Defines the URLs for the modify/delete link(s) + + if ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn') { + // We need to copy the value or else the == 'both' check will always return true + + if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') { + $iconic_spacer = '
                          '; + } else { + $iconic_spacer = ''; + } + + // 1.2.1 Modify link(s) + if ($is_display['edit_lnk'] == 'ur') { // update row case + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'where_clause' => $where_clause, + 'clause_is_unique' => $clause_is_unique, + 'sql_query' => $url_sql_query, + 'goto' => 'sql.php', + ); + $edit_url = 'tbl_change.php' . PMA_generate_common_url($_url_params + array('default_action' => 'update')); + $copy_url = 'tbl_change.php' . PMA_generate_common_url($_url_params + array('default_action' => 'insert')); + + $edit_str = PMA_getIcon('b_edit.png', __('Edit'), true); + $copy_str = PMA_getIcon('b_insrow.png', __('Copy'), true); + + // Class definitions required for inline editing jQuery scripts + $edit_anchor_class = "edit_row_anchor"; + if( $clause_is_unique == 0) { + $edit_anchor_class .= ' nonunique'; + } + } // end if (1.2.1) + + // 1.2.2 Delete/Kill link(s) + if ($is_display['del_lnk'] == 'dr') { // delete row case + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'sql_query' => $url_sql_query, + 'message_to_show' => __('The row has been deleted'), + 'goto' => (empty($goto) ? 'tbl_sql.php' : $goto), + ); + $lnk_goto = 'sql.php' . PMA_generate_common_url($_url_params, 'text'); + + $del_query = 'DELETE FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) + . ' WHERE ' . $where_clause . ($clause_is_unique ? '' : ' LIMIT 1'); + + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'sql_query' => $del_query, + 'message_to_show' => __('The row has been deleted'), + 'goto' => $lnk_goto, + ); + $del_url = 'sql.php' . PMA_generate_common_url($_url_params); + + $js_conf = 'DELETE FROM ' . PMA_jsFormat($db) . '.' . PMA_jsFormat($table) + . ' WHERE ' . PMA_jsFormat($where_clause, false) + . ($clause_is_unique ? '' : ' LIMIT 1'); + $del_str = PMA_getIcon('b_drop.png', __('Delete'), true); + } elseif ($is_display['del_lnk'] == 'kp') { // kill process case + + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'sql_query' => $url_sql_query, + 'goto' => 'main.php', + ); + $lnk_goto = 'sql.php' . PMA_generate_common_url($_url_params, 'text'); + + $_url_params = array( + 'db' => 'mysql', + 'sql_query' => 'KILL ' . $row[0], + 'goto' => $lnk_goto, + ); + $del_url = 'sql.php' . PMA_generate_common_url($_url_params); + $del_query = 'KILL ' . $row[0]; + $js_conf = 'KILL ' . $row[0]; + $del_str = PMA_getIcon('b_drop.png', __('Kill'), true); + } // end if (1.2.2) + + // 1.3 Displays the links at left if required + if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] + && ($_SESSION['tmp_user_values']['disp_direction'] == 'horizontal' + || $_SESSION['tmp_user_values']['disp_direction'] == 'horizontalflipped')) { + if (! isset($js_conf)) { + $js_conf = ''; + } + echo PMA_generateCheckboxAndLinks('left', $del_url, $is_display, $row_no, $where_clause, $where_clause_html, $del_query, 'l', $edit_url, $copy_url, $edit_anchor_class, $edit_str, $copy_str, $del_str, $js_conf); + } // end if (1.3) + } // end if (1) + + // 2. Displays the rows' values + for ($i = 0; $i < $fields_cnt; ++$i) { + $meta = $fields_meta[$i]; + $not_null_class = $meta->not_null ? 'not_null' : ''; + $relation_class = isset($map[$meta->name]) ? 'relation' : ''; + $pointer = $i; + $is_field_truncated = false; + //If the previous column had blob data, we need to reset the class + // to $inline_edit_class + $class = 'data ' . $inline_edit_class . ' ' . $not_null_class . ' ' . $alternating_color_class . ' ' . $relation_class; + + // See if this column should get highlight because it's used in the + // where-query. + if (isset($highlight_columns) && (isset($highlight_columns[$meta->name]) || isset($highlight_columns[PMA_backquote($meta->name)]))) { + $condition_field = true; + } else { + $condition_field = false; + } + + if ($_SESSION['tmp_user_values']['disp_direction'] == 'vertical' && (!isset($GLOBALS['printview']) || ($GLOBALS['printview'] != '1'))) { + // the row number corresponds to a data row, not HTML table row + $class .= ' row_' . $row_no; + if ($GLOBALS['cfg']['BrowsePointerEnable'] == true) { + $class .= ' vpointer'; + } + if ($GLOBALS['cfg']['BrowseMarkerEnable'] == true) { + $class .= ' vmarker'; + } + }// end if + + // Wrap MIME-transformations. [MIME] + $default_function = 'default_function'; // default_function + $transform_function = $default_function; + $transform_options = array(); + + if ($GLOBALS['cfgRelation']['mimework'] && $GLOBALS['cfg']['BrowseMIME']) { + + if (isset($GLOBALS['mime_map'][$meta->name]['mimetype']) && isset($GLOBALS['mime_map'][$meta->name]['transformation']) && !empty($GLOBALS['mime_map'][$meta->name]['transformation'])) { + $include_file = PMA_securePath($GLOBALS['mime_map'][$meta->name]['transformation']); + + if (file_exists('./libraries/transformations/' . $include_file)) { + $transformfunction_name = str_replace('.inc.php', '', $GLOBALS['mime_map'][$meta->name]['transformation']); + + require_once './libraries/transformations/' . $include_file; + + if (function_exists('PMA_transformation_' . $transformfunction_name)) { + $transform_function = 'PMA_transformation_' . $transformfunction_name; + $transform_options = PMA_transformation_getOptions((isset($GLOBALS['mime_map'][$meta->name]['transformation_options']) ? $GLOBALS['mime_map'][$meta->name]['transformation_options'] : '')); + $meta->mimetype = str_replace('_', '/', $GLOBALS['mime_map'][$meta->name]['mimetype']); + } + } // end if file_exists + } // end if transformation is set + } // end if mime/transformation works. + + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'where_clause' => $where_clause, + 'transform_key' => $meta->name, + ); + + if (! empty($sql_query)) { + $_url_params['sql_query'] = $url_sql_query; + } + + $transform_options['wrapper_link'] = PMA_generate_common_url($_url_params); + + // n u m e r i c + if ($meta->numeric == 1) { + + // if two fields have the same name (this is possible + // with self-join queries, for example), using $meta->name + // will show both fields NULL even if only one is NULL, + // so use the $pointer + + if (!isset($row[$i]) || is_null($row[$i])) { + $vertical_display['data'][$row_no][$i] = PMA_buildNullDisplay($class, $condition_field); + } elseif ($row[$i] != '') { + + $nowrap = ' nowrap'; + $where_comparison = ' = ' . $row[$i]; + + $vertical_display['data'][$row_no][$i] = '
                          + 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + echo $vertical_display['textbtn']; + $foo_counter = 0; + foreach ($vertical_display['row_delete'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo '' . "\n"; + } + + echo str_replace('[%_PMA_CHECKBOX_DIR_%]', '_left', $val); + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays "edit" link at top if required + if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && is_array($vertical_display['edit']) && (count($vertical_display['edit']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + if (!is_array($vertical_display['row_delete'])) { + echo $vertical_display['textbtn']; + } + $foo_counter = 0; + foreach ($vertical_display['edit'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo ' ' . "\n"; + } + + echo $val; + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays "copy" link at top if required + if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && is_array($vertical_display['copy']) && (count($vertical_display['copy']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + if (!is_array($vertical_display['row_delete'])) { + echo $vertical_display['textbtn']; + } + $foo_counter = 0; + foreach ($vertical_display['copy'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo ' ' . "\n"; + } + + echo $val; + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays "delete" link at top if required + if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && is_array($vertical_display['delete']) && (count($vertical_display['delete']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + if (!is_array($vertical_display['edit']) && !is_array($vertical_display['row_delete'])) { + echo $vertical_display['textbtn']; + } + $foo_counter = 0; + foreach ($vertical_display['delete'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo '' . "\n"; + } + + echo $val; + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays data + foreach ($vertical_display['desc'] AS $key => $val) { + + echo '' . "\n"; + echo $val; + + $foo_counter = 0; + foreach ($vertical_display['rowdata'][$key] as $subval) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) and !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo $val; + } + + echo $subval; + $foo_counter++; + } // end while + + echo '' . "\n"; + } // end while + + // Displays "multi row delete" link at bottom if required + if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['row_delete']) && (count($vertical_display['row_delete']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + echo $vertical_display['textbtn']; + $foo_counter = 0; + foreach ($vertical_display['row_delete'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo '' . "\n"; + } + + echo str_replace('[%_PMA_CHECKBOX_DIR_%]', '_right', $val); + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays "edit" link at bottom if required + if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['edit']) && (count($vertical_display['edit']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + if (!is_array($vertical_display['row_delete'])) { + echo $vertical_display['textbtn']; + } + $foo_counter = 0; + foreach ($vertical_display['edit'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo '' . "\n"; + } + + echo $val; + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays "copy" link at bottom if required + if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['copy']) && (count($vertical_display['copy']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + if (!is_array($vertical_display['row_delete'])) { + echo $vertical_display['textbtn']; + } + $foo_counter = 0; + foreach ($vertical_display['copy'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo '' . "\n"; + } + + echo $val; + $foo_counter++; + } // end while + echo '' . "\n"; + } // end if + + // Displays "delete" link at bottom if required + if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['delete']) && (count($vertical_display['delete']) > 0 || !empty($vertical_display['textbtn']))) { + echo '' . "\n"; + if (!is_array($vertical_display['edit']) && !is_array($vertical_display['row_delete'])) { + echo $vertical_display['textbtn']; + } + $foo_counter = 0; + foreach ($vertical_display['delete'] as $val) { + if (($foo_counter != 0) && ($_SESSION['tmp_user_values']['repeat_cells'] != 0) && !($foo_counter % $_SESSION['tmp_user_values']['repeat_cells'])) { + echo '' . "\n"; + } + + echo $val; + $foo_counter++; + } // end while + echo '' . "\n"; + } + + return true; +} // end of the 'PMA_displayVerticalTable' function + +/** + * + * @uses $_SESSION['tmp_user_values']['disp_direction'] + * @uses $_REQUEST['disp_direction'] + * @uses $GLOBALS['cfg']['DefaultDisplay'] + * @uses $_SESSION['tmp_user_values']['repeat_cells'] + * @uses $_REQUEST['repeat_cells'] + * @uses $GLOBALS['cfg']['RepeatCells'] + * @uses $_SESSION['tmp_user_values']['max_rows'] + * @uses $_REQUEST['session_max_rows'] + * @uses $GLOBALS['cfg']['MaxRows'] + * @uses $_SESSION['tmp_user_values']['pos'] + * @uses $_REQUEST['pos'] + * @uses $_SESSION['tmp_user_values']['display_text'] + * @uses $_REQUEST['display_text'] + * @uses $_SESSION['tmp_user_values']['relational_display'] + * @uses $_REQUEST['relational_display'] + * @uses $_SESSION['tmp_user_values']['display_binary'] + * @uses $_REQUEST['display_binary'] + * @uses $_SESSION['tmp_user_values']['display_binary_as_hex'] + * @uses $_REQUEST['display_binary_as_hex'] + * @uses $_SESSION['tmp_user_values']['display_blob'] + * @uses $_REQUEST['display_blob'] + * @uses PMA_isValid() + * @uses $GLOBALS['sql_query'] + * @todo make maximum remembered queries configurable + * @todo move/split into SQL class!? + * @todo currently this is called twice unnecessary + * @todo ignore LIMIT and ORDER in query!? + */ +function PMA_displayTable_checkConfigParams() +{ + $sql_md5 = md5($GLOBALS['sql_query']); + + $_SESSION['tmp_user_values']['query'][$sql_md5]['sql'] = $GLOBALS['sql_query']; + + if (PMA_isValid($_REQUEST['disp_direction'], array('horizontal', 'vertical', 'horizontalflipped'))) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['disp_direction'] = $_REQUEST['disp_direction']; + unset($_REQUEST['disp_direction']); + } elseif (empty($_SESSION['tmp_user_values']['query'][$sql_md5]['disp_direction'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['disp_direction'] = $GLOBALS['cfg']['DefaultDisplay']; + } + + if (PMA_isValid($_REQUEST['repeat_cells'], 'numeric')) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['repeat_cells'] = $_REQUEST['repeat_cells']; + unset($_REQUEST['repeat_cells']); + } elseif (empty($_SESSION['tmp_user_values']['query'][$sql_md5]['repeat_cells'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['repeat_cells'] = $GLOBALS['cfg']['RepeatCells']; + } + + // as this is a form value, the type is always string so we cannot + // use PMA_isValid($_REQUEST['session_max_rows'], 'integer') + if ((PMA_isValid($_REQUEST['session_max_rows'], 'numeric') + && (int) $_REQUEST['session_max_rows'] == $_REQUEST['session_max_rows']) + || $_REQUEST['session_max_rows'] == 'all') { + $_SESSION['tmp_user_values']['query'][$sql_md5]['max_rows'] = $_REQUEST['session_max_rows']; + unset($_REQUEST['session_max_rows']); + } elseif (empty($_SESSION['tmp_user_values']['query'][$sql_md5]['max_rows'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['max_rows'] = $GLOBALS['cfg']['MaxRows']; + } + + if (PMA_isValid($_REQUEST['pos'], 'numeric')) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['pos'] = $_REQUEST['pos']; + unset($_REQUEST['pos']); + } elseif (empty($_SESSION['tmp_user_values']['query'][$sql_md5]['pos'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['pos'] = 0; + } + + if (PMA_isValid($_REQUEST['display_text'], array('P', 'F'))) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_text'] = $_REQUEST['display_text']; + unset($_REQUEST['display_text']); + } elseif (empty($_SESSION['tmp_user_values']['query'][$sql_md5]['display_text'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_text'] = 'P'; + } + + if (PMA_isValid($_REQUEST['relational_display'], array('K', 'D'))) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['relational_display'] = $_REQUEST['relational_display']; + unset($_REQUEST['relational_display']); + } elseif (empty($_SESSION['tmp_user_values']['query'][$sql_md5]['relational_display'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['relational_display'] = 'K'; + } + + if (isset($_REQUEST['display_binary'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary'] = true; + unset($_REQUEST['display_binary']); + } elseif (isset($_REQUEST['display_options_form'])) { + // we know that the checkbox was unchecked + unset($_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary']); + } else { + // selected by default because some operations like OPTIMIZE TABLE + // and all queries involving functions return "binary" contents, + // according to low-level field flags + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary'] = true; + } + + if (isset($_REQUEST['display_binary_as_hex'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary_as_hex'] = true; + unset($_REQUEST['display_binary_as_hex']); + } elseif (isset($_REQUEST['display_options_form'])) { + // we know that the checkbox was unchecked + unset($_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary_as_hex']); + } else { + // display_binary_as_hex config option + if (isset($GLOBALS['cfg']['DisplayBinaryAsHex']) && true === $GLOBALS['cfg']['DisplayBinaryAsHex']) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary_as_hex'] = true; + } + } + + if (isset($_REQUEST['display_blob'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['display_blob'] = true; + unset($_REQUEST['display_blob']); + } elseif (isset($_REQUEST['display_options_form'])) { + // we know that the checkbox was unchecked + unset($_SESSION['tmp_user_values']['query'][$sql_md5]['display_blob']); + } + + if (isset($_REQUEST['hide_transformation'])) { + $_SESSION['tmp_user_values']['query'][$sql_md5]['hide_transformation'] = true; + unset($_REQUEST['hide_transformation']); + } elseif (isset($_REQUEST['display_options_form'])) { + // we know that the checkbox was unchecked + unset($_SESSION['tmp_user_values']['query'][$sql_md5]['hide_transformation']); + } + + // move current query to the last position, to be removed last + // so only least executed query will be removed if maximum remembered queries + // limit is reached + $tmp = $_SESSION['tmp_user_values']['query'][$sql_md5]; + unset($_SESSION['tmp_user_values']['query'][$sql_md5]); + $_SESSION['tmp_user_values']['query'][$sql_md5] = $tmp; + + // do not exceed a maximum number of queries to remember + if (count($_SESSION['tmp_user_values']['query']) > 10) { + array_shift($_SESSION['tmp_user_values']['query']); + //echo 'deleting one element ...'; + } + + // populate query configuration + $_SESSION['tmp_user_values']['display_text'] = $_SESSION['tmp_user_values']['query'][$sql_md5]['display_text']; + $_SESSION['tmp_user_values']['relational_display'] = $_SESSION['tmp_user_values']['query'][$sql_md5]['relational_display']; + $_SESSION['tmp_user_values']['display_binary'] = isset($_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary']) ? true : false; + $_SESSION['tmp_user_values']['display_binary_as_hex'] = isset($_SESSION['tmp_user_values']['query'][$sql_md5]['display_binary_as_hex']) ? true : false; + $_SESSION['tmp_user_values']['display_blob'] = isset($_SESSION['tmp_user_values']['query'][$sql_md5]['display_blob']) ? true : false; + $_SESSION['tmp_user_values']['hide_transformation'] = isset($_SESSION['tmp_user_values']['query'][$sql_md5]['hide_transformation']) ? true : false; + $_SESSION['tmp_user_values']['pos'] = $_SESSION['tmp_user_values']['query'][$sql_md5]['pos']; + $_SESSION['tmp_user_values']['max_rows'] = $_SESSION['tmp_user_values']['query'][$sql_md5]['max_rows']; + $_SESSION['tmp_user_values']['repeat_cells'] = $_SESSION['tmp_user_values']['query'][$sql_md5]['repeat_cells']; + $_SESSION['tmp_user_values']['disp_direction'] = $_SESSION['tmp_user_values']['query'][$sql_md5]['disp_direction']; + + /* + * debugging + echo '
                          ';
                          +    var_dump($_SESSION['tmp_user_values']);
                          +    echo '
                          '; + */ +} + +/** + * Displays a table of results returned by a SQL query. + * This function is called by the "sql.php" script. + * + * @param integer the link id associated to the query which results have + * to be displayed + * @param array the display mode + * @param array the analyzed query + * + * @uses $_SESSION['tmp_user_values']['pos'] + * @global string $db the database name + * @global string $table the table name + * @global string $goto the URL to go back in case of errors + * @global string $sql_query the current SQL query + * @global integer $num_rows the total number of rows returned by the + * SQL query + * @global integer $unlim_num_rows the total number of rows returned by the + * SQL query without any programmatically + * appended "LIMIT" clause + * @global array $fields_meta the list of fields properties + * @global integer $fields_cnt the total number of fields returned by + * the SQL query + * @global array $vertical_display informations used with vertical display + * mode + * @global array $highlight_columns column names to highlight + * @global array $cfgRelation the relation settings + * + * @access private + * + * @see PMA_showMessage(), PMA_setDisplayMode(), + * PMA_displayTableNavigation(), PMA_displayTableHeaders(), + * PMA_displayTableBody(), PMA_displayResultsOperations() + */ +function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql) +{ + global $db, $table, $goto; + global $sql_query, $num_rows, $unlim_num_rows, $fields_meta, $fields_cnt; + global $vertical_display, $highlight_columns; + global $cfgRelation; + global $showtable; + + // why was this called here? (already called from sql.php) + //PMA_displayTable_checkConfigParams(); + + /** + * @todo move this to a central place + * @todo for other future table types + */ + $is_innodb = (isset($showtable['Type']) && $showtable['Type'] == 'InnoDB'); + + if ($is_innodb + && ! isset($analyzed_sql[0]['queryflags']['union']) + && ! isset($analyzed_sql[0]['table_ref'][1]['table_name']) + && (empty($analyzed_sql[0]['where_clause']) + || $analyzed_sql[0]['where_clause'] == '1 ')) { + // "j u s t b r o w s i n g" + $pre_count = '~'; + $after_count = PMA_showHint(PMA_sanitize(__('May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]'))); + } else { + $pre_count = ''; + $after_count = ''; + } + + // 1. ----- Prepares the work ----- + + // 1.1 Gets the informations about which functionalities should be + // displayed + $total = ''; + $is_display = PMA_setDisplayMode($the_disp_mode, $total); + + // 1.2 Defines offsets for the next and previous pages + if ($is_display['nav_bar'] == '1') { + if ($_SESSION['tmp_user_values']['max_rows'] == 'all') { + $pos_next = 0; + $pos_prev = 0; + } else { + $pos_next = $_SESSION['tmp_user_values']['pos'] + $_SESSION['tmp_user_values']['max_rows']; + $pos_prev = $_SESSION['tmp_user_values']['pos'] - $_SESSION['tmp_user_values']['max_rows']; + if ($pos_prev < 0) { + $pos_prev = 0; + } + } + } // end if + + // 1.3 Find the sort expression + + // we need $sort_expression and $sort_expression_nodirection + // even if there are many table references + if (! empty($analyzed_sql[0]['order_by_clause'])) { + $sort_expression = trim(str_replace(' ', ' ', $analyzed_sql[0]['order_by_clause'])); + /** + * Get rid of ASC|DESC + */ + preg_match('@(.*)([[:space:]]*(ASC|DESC))@si', $sort_expression, $matches); + $sort_expression_nodirection = isset($matches[1]) ? trim($matches[1]) : $sort_expression; + $sort_direction = isset($matches[2]) ? trim($matches[2]) : ''; + unset($matches); + } else { + $sort_expression = $sort_expression_nodirection = $sort_direction = ''; + } + + // 1.4 Prepares display of first and last value of the sorted column + + if (! empty($sort_expression_nodirection)) { + if (strpos($sort_expression_nodirection, '.') === false) { + $sort_table = $table; + $sort_column = $sort_expression_nodirection; + } else { + list($sort_table, $sort_column) = explode('.', $sort_expression_nodirection); + } + $sort_table = PMA_unQuote($sort_table); + $sort_column = PMA_unQuote($sort_column); + // find the sorted column index in row result + // (this might be a multi-table query) + $sorted_column_index = false; + foreach($fields_meta as $key => $meta) { + if ($meta->table == $sort_table && $meta->name == $sort_column) { + $sorted_column_index = $key; + break; + } + } + if ($sorted_column_index !== false) { + // fetch first row of the result set + $row = PMA_DBI_fetch_row($dt_result); + // initializing default arguments + $default_function = 'default_function'; + $transform_function = $default_function; + $transform_options = array(); + // check for non printable sorted row data + $meta = $fields_meta[$sorted_column_index]; + if (stristr($meta->type, 'BLOB') || $meta->type == 'geometry') { + $column_for_first_row = PMA_handle_non_printable_contents($meta->type, $row[$sorted_column_index], $transform_function, $transform_options, $default_function, $meta, NULL); + } else { + $column_for_first_row = $row[$sorted_column_index]; + } + $column_for_first_row = strtoupper(substr($column_for_first_row, 0, $GLOBALS['cfg']['LimitChars'])); + // fetch last row of the result set + PMA_DBI_data_seek($dt_result, $num_rows - 1); + $row = PMA_DBI_fetch_row($dt_result); + // check for non printable sorted row data + $meta = $fields_meta[$sorted_column_index]; + if (stristr($meta->type, 'BLOB') || $meta->type == 'geometry') { + $column_for_last_row = PMA_handle_non_printable_contents($meta->type, $row[$sorted_column_index], $transform_function, $transform_options, $default_function, $meta, NULL); + } else { + $column_for_last_row = $row[$sorted_column_index]; + } + $column_for_last_row = strtoupper(substr($column_for_last_row, 0, $GLOBALS['cfg']['LimitChars'])); + // reset to first row for the loop in PMA_displayTableBody() + PMA_DBI_data_seek($dt_result, 0); + // we could also use here $sort_expression_nodirection + $sorted_column_message = ' [' . htmlspecialchars($sort_column) . ': ' . htmlspecialchars($column_for_first_row) . ' - ' . htmlspecialchars($column_for_last_row) . ']'; + unset($row, $column_for_first_row, $column_for_last_row, $meta, $default_function, $transform_function, $transform_options); + } + unset($sorted_column_index, $sort_table, $sort_column); + } + + // 2. ----- Displays the top of the page ----- + + // 2.1 Displays a messages with position informations + if ($is_display['nav_bar'] == '1' && isset($pos_next)) { + if (isset($unlim_num_rows) && $unlim_num_rows != $total) { + $selectstring = ', ' . $unlim_num_rows . ' ' . __('in query'); + } else { + $selectstring = ''; + } + $last_shown_rec = ($_SESSION['tmp_user_values']['max_rows'] == 'all' || $pos_next > $total) + ? $total - 1 + : $pos_next - 1; + + if (PMA_Table::isView($db, $table) + && $total == $GLOBALS['cfg']['MaxExactCountViews']) { + $message = PMA_Message::notice(__('This view has at least this number of rows. Please refer to %sdocumentation%s.')); + $message->addParam('[a@./Documentation.html#cfg_MaxExactCount@_blank]'); + $message->addParam('[/a]'); + $message_view_warning = PMA_showHint($message); + } else { + $message_view_warning = false; + } + + $message = PMA_Message::success(__('Showing rows')); + $message->addMessage($_SESSION['tmp_user_values']['pos']); + if ($message_view_warning) { + $message->addMessage('...', ' - '); + $message->addMessage($message_view_warning); + $message->addMessage('('); + } else { + $message->addMessage($last_shown_rec, ' - '); + $message->addMessage(' ('); + $message->addMessage($pre_count . PMA_formatNumber($total, 0)); + $message->addString(__('total')); + if (!empty($after_count)) { + $message->addMessage($after_count); + } + $message->addMessage($selectstring, ''); + $message->addMessage(', ', ''); + } + + $messagge_qt = PMA_Message::notice(__('Query took %01.4f sec')); + $messagge_qt->addParam($GLOBALS['querytime']); + + $message->addMessage($messagge_qt, ''); + $message->addMessage(')', ''); + + $message->addMessage(isset($sorted_column_message) ? $sorted_column_message : '', ''); + + PMA_showMessage($message, $sql_query, 'success'); + + } elseif (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') { + PMA_showMessage(__('Your SQL query has been executed successfully'), $sql_query, 'success'); + } + + // 2.3 Displays the navigation bars + if (! strlen($table)) { + if (isset($analyzed_sql[0]['query_type']) + && $analyzed_sql[0]['query_type'] == 'SELECT') { + // table does not always contain a real table name, + // for example in MySQL 5.0.x, the query SHOW STATUS + // returns STATUS as a table name + $table = $fields_meta[0]->table; + } else { + $table = ''; + } + } + + if ($is_display['nav_bar'] == '1') { + PMA_displayTableNavigation($pos_next, $pos_prev, $sql_query, 'top_direction_dropdown'); + echo "\n"; + } elseif (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') { + echo "\n" . '

                          ' . "\n"; + } + + // 2b ----- Get field references from Database ----- + // (see the 'relation' configuration variable) + + // initialize map + $map = array(); + + // find tables + $target=array(); + if (isset($analyzed_sql[0]['table_ref']) && is_array($analyzed_sql[0]['table_ref'])) { + foreach ($analyzed_sql[0]['table_ref'] AS $table_ref_position => $table_ref) { + $target[] = $analyzed_sql[0]['table_ref'][$table_ref_position]['table_true_name']; + } + } + $tabs = '(\'' . join('\',\'', $target) . '\')'; + + if (! strlen($table)) { + $exist_rel = false; + } else { + // To be able to later display a link to the related table, + // we verify both types of relations: either those that are + // native foreign keys or those defined in the phpMyAdmin + // configuration storage. If no PMA storage, we won't be able + // to use the "column to display" notion (for example show + // the name related to a numeric id). + $exist_rel = PMA_getForeigners($db, $table, '', 'both'); + if ($exist_rel) { + foreach ($exist_rel AS $master_field => $rel) { + $display_field = PMA_getDisplayField($rel['foreign_db'], $rel['foreign_table']); + $map[$master_field] = array($rel['foreign_table'], + $rel['foreign_field'], + $display_field, + $rel['foreign_db']); + } // end while + } // end if + } // end if + // end 2b + + // 3. ----- Displays the results table ----- + PMA_displayTableHeaders($is_display, $fields_meta, $fields_cnt, $analyzed_sql, $sort_expression, $sort_expression_nodirection, $sort_direction); + $url_query = ''; + echo '' . "\n"; + $clause_is_unique = PMA_displayTableBody($dt_result, $is_display, $map, $analyzed_sql); + // vertical output case + if ($_SESSION['tmp_user_values']['disp_direction'] == 'vertical') { + PMA_displayVerticalTable(); + } // end if + unset($vertical_display); + echo '' . "\n"; + ?> +
                          >' . "\n" + . $order_link . $comments . ' ' . "\n" + . ' ' . htmlspecialchars($fields_meta[$i]->name) . "\n" + . $comments . ' > +
                          NULL
                          ' . "\n" + .'  ' . "\n" + .'  
                          type, 'BLOB')) { + // PMA_mysql_fetch_fields returns BLOB in place of + // TEXT fields type so we have to ensure it's really a BLOB + $field_flags = PMA_DBI_field_flags($dt_result, $i); + + // remove 'inline_edit' from $class as we can't edit binary data. + $class = str_replace('inline_edit', '', $class); + + if (stristr($field_flags, 'BINARY')) { + if (!isset($row[$i]) || is_null($row[$i])) { + $vertical_display['data'][$row_no][$i] = PMA_buildNullDisplay($class, $condition_field); + } else { + // for blobstreaming + // if valid BS reference exists + if (PMA_BS_IsPBMSReference($row[$i], $db)) { + $blobtext = PMA_BS_CreateReferenceLink($row[$i], $db); + } else { + $blobtext = PMA_handle_non_printable_contents('BLOB', (isset($row[$i]) ? $row[$i] : ''), $transform_function, $transform_options, $default_function, $meta, $_url_params); + } + + $vertical_display['data'][$row_no][$i] = PMA_buildValueDisplay($class, $condition_field, $blobtext); + unset($blobtext); + } + // not binary: + } else { + if (!isset($row[$i]) || is_null($row[$i])) { + $vertical_display['data'][$row_no][$i] = PMA_buildNullDisplay($class, $condition_field); + } elseif ($row[$i] != '') { + // if a transform function for blob is set, none of these replacements will be made + if (PMA_strlen($row[$i]) > $GLOBALS['cfg']['LimitChars'] && $_SESSION['tmp_user_values']['display_text'] == 'P') { + $row[$i] = PMA_substr($row[$i], 0, $GLOBALS['cfg']['LimitChars']) . '...'; + $is_field_truncated = true; + } + // displays all space characters, 4 space + // characters for tabulations and / + $row[$i] = ($default_function != $transform_function ? $transform_function($row[$i], $transform_options, $meta) : $default_function($row[$i], array(), $meta)); + + $vertical_display['data'][$row_no][$i] = PMA_buildValueDisplay($class, $condition_field, $row[$i]); + } else { + $vertical_display['data'][$row_no][$i] = PMA_buildEmptyDisplay($class, $condition_field, $meta); + } + } + // g e o m e t r y + } elseif ($meta->type == 'geometry') { + $geometry_text = PMA_handle_non_printable_contents('GEOMETRY', (isset($row[$i]) ? $row[$i] : ''), $transform_function, $transform_options, $default_function, $meta); + + // remove 'inline_edit' from $class as we can't edit geometry data. + $class = str_replace('inline_edit', '', $class); + $vertical_display['data'][$row_no][$i] = PMA_buildValueDisplay($class, $condition_field, $geometry_text); + unset($geometry_text); + + // n o t n u m e r i c a n d n o t B L O B + } else { + if (!isset($row[$i]) || is_null($row[$i])) { + $vertical_display['data'][$row_no][$i] = PMA_buildNullDisplay($class, $condition_field); + } elseif ($row[$i] != '') { + // support blanks in the key + $relation_id = $row[$i]; + + // Cut all fields to $GLOBALS['cfg']['LimitChars'] + // (unless it's a link-type transformation) + if (PMA_strlen($row[$i]) > $GLOBALS['cfg']['LimitChars'] && $_SESSION['tmp_user_values']['display_text'] == 'P' && !strpos($transform_function, 'link') === true) { + $row[$i] = PMA_substr($row[$i], 0, $GLOBALS['cfg']['LimitChars']) . '...'; + $is_field_truncated = true; + } + + // displays special characters from binaries + $field_flags = PMA_DBI_field_flags($dt_result, $i); + if (isset($meta->_type) && $meta->_type === MYSQLI_TYPE_BIT) { + $row[$i] = PMA_printable_bit_value($row[$i], $meta->length); + // some results of PROCEDURE ANALYSE() are reported as + // being BINARY but they are quite readable, + // so don't treat them as BINARY + } elseif (stristr($field_flags, 'BINARY') && $meta->type == 'string' && !(isset($GLOBALS['is_analyse']) && $GLOBALS['is_analyse'])) { + if ($_SESSION['tmp_user_values']['display_binary']) { + // user asked to see the real contents of BINARY + // fields + if ($_SESSION['tmp_user_values']['display_binary_as_hex'] && PMA_contains_nonprintable_ascii($row[$i])) { + $row[$i] = bin2hex($row[$i]); + } else { + $row[$i] = htmlspecialchars(PMA_replace_binary_contents($row[$i])); + } + } else { + // we show the BINARY message and field's size + // (or maybe use a transformation) + $row[$i] = PMA_handle_non_printable_contents('BINARY', $row[$i], $transform_function, $transform_options, $default_function, $meta, $_url_params); + } + } + + // transform functions may enable no-wrapping: + $function_nowrap = $transform_function . '_nowrap'; + $bool_nowrap = (($default_function != $transform_function && function_exists($function_nowrap)) ? $function_nowrap($transform_options) : false); + + // do not wrap if date field type + $nowrap = ((preg_match('@DATE|TIME@i', $meta->type) || $bool_nowrap) ? ' nowrap' : ''); + $where_comparison = ' = \'' . PMA_sqlAddslashes($row[$i]) . '\''; + $vertical_display['data'][$row_no][$i] = ' +
                          + + $db, + 'table' => $table, + 'sql_query' => $sql_query, + 'goto' => $goto, + ); + $uncheckall_url = 'sql.php' . PMA_generate_common_url($_url_params); + + $_url_params['checkall'] = '1'; + $checkall_url = 'sql.php' . PMA_generate_common_url($_url_params); + + if ($_SESSION['tmp_user_values']['disp_direction'] == 'vertical') { + $checkall_params['onclick'] = 'if (setCheckboxes(\'rowsDeleteForm\', true)) return false;'; + $uncheckall_params['onclick'] = 'if (setCheckboxes(\'rowsDeleteForm\', false)) return false;'; + } else { + $checkall_params['onclick'] = 'if (markAllRows(\'rowsDeleteForm\')) return false;'; + $uncheckall_params['onclick'] = 'if (unMarkAllRows(\'rowsDeleteForm\')) return false;'; + } + $checkall_link = PMA_linkOrButton($checkall_url, __('Check All'), $checkall_params, false); + $uncheckall_link = PMA_linkOrButton($uncheckall_url, __('Uncheck All'), $uncheckall_params, false); + if ($_SESSION['tmp_user_values']['disp_direction'] != 'vertical') { + echo '' . __('With selected:') . ''; + } + echo $checkall_link . "\n" + .' / ' . "\n" + .$uncheckall_link . "\n" + .'' . __('With selected:') . '' . "\n"; + + PMA_buttonOrImage('submit_mult', 'mult_submit', + 'submit_mult_change', __('Change'), 'b_edit.png', 'edit'); + PMA_buttonOrImage('submit_mult', 'mult_submit', + 'submit_mult_delete', $delete_text, 'b_drop.png', 'delete'); + if (isset($analyzed_sql[0]) && $analyzed_sql[0]['querytype'] == 'SELECT') { + PMA_buttonOrImage('submit_mult', 'mult_submit', + 'submit_mult_export', __('Export'), + 'b_tblexport.png', 'export'); + } + echo "\n"; + + echo '' . "\n"; + + if (! empty($GLOBALS['url_query'])) { + echo '' . "\n"; + } + + echo '' . "\n"; + + echo '
                          ' . "\n"; + } + + // 5. ----- Displays the navigation bar at the bottom if required ----- + + if ($is_display['nav_bar'] == '1') { + echo '
                          ' . "\n"; + PMA_displayTableNavigation($pos_next, $pos_prev, $sql_query, 'bottom_direction_dropdown'); + } elseif (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') { + echo "\n" . '

                          ' . "\n"; + } + + // 6. ----- Displays "Query results operations" + if (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') { + PMA_displayResultsOperations($the_disp_mode, $analyzed_sql); + } +} // end of the 'PMA_displayTable()' function + +function default_function($buffer) { + $buffer = htmlspecialchars($buffer); + $buffer = str_replace("\011", '    ', + str_replace(' ', '  ', $buffer)); + $buffer = preg_replace("@((\015\012)|(\015)|(\012))@", '
                          ', $buffer); + + return $buffer; +} + +/** + * Displays operations that are available on results. + * + * @param array the display mode + * @param array the analyzed query + * + * @uses $_SESSION['tmp_user_values']['pos'] + * @uses $_SESSION['tmp_user_values']['display_text'] + * @global string $db the database name + * @global string $table the table name + * @global string $sql_query the current SQL query + * @global integer $unlim_num_rows the total number of rows returned by the + * SQL query without any programmatically + * appended "LIMIT" clause + * + * @access private + * + * @see PMA_showMessage(), PMA_setDisplayMode(), + * PMA_displayTableNavigation(), PMA_displayTableHeaders(), + * PMA_displayTableBody(), PMA_displayResultsOperations() + */ +function PMA_displayResultsOperations($the_disp_mode, $analyzed_sql) { + global $db, $table, $sql_query, $unlim_num_rows; + + $header_shown = FALSE; + $header = '
                          ' . __('Query results operations') . ''; + + if ($the_disp_mode[6] == '1' || $the_disp_mode[9] == '1') { + // Displays "printable view" link if required + if ($the_disp_mode[9] == '1') { + + if (!$header_shown) { + echo $header; + $header_shown = TRUE; + } + + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'printview' => '1', + 'sql_query' => $sql_query, + ); + $url_query = PMA_generate_common_url($_url_params); + + echo PMA_linkOrButton( + 'sql.php' . $url_query, + PMA_getIcon('b_print.png', __('Print view'), false, true), + '', true, true, 'print_view') . "\n"; + + if ($_SESSION['tmp_user_values']['display_text']) { + $_url_params['display_text'] = 'F'; + echo PMA_linkOrButton( + 'sql.php' . PMA_generate_common_url($_url_params), + PMA_getIcon('b_print.png', __('Print view (with full texts)'), false, true), + '', true, true, 'print_view') . "\n"; + unset($_url_params['display_text']); + } + } // end displays "printable view" + } + + // Export link + // (the url_query has extra parameters that won't be used to export) + // (the single_table parameter is used in display_export.lib.php + // to hide the SQL and the structure export dialogs) + // If the parser found a PROCEDURE clause + // (most probably PROCEDURE ANALYSE()) it makes no sense to + // display the Export link). + if (isset($analyzed_sql[0]) && $analyzed_sql[0]['querytype'] == 'SELECT' && !isset($printview) && ! isset($analyzed_sql[0]['queryflags']['procedure'])) { + if (isset($analyzed_sql[0]['table_ref'][0]['table_true_name']) && !isset($analyzed_sql[0]['table_ref'][1]['table_true_name'])) { + $_url_params['single_table'] = 'true'; + } + if (!$header_shown) { + echo $header; + $header_shown = TRUE; + } + $_url_params['unlim_num_rows'] = $unlim_num_rows; + + /** + * At this point we don't know the table name; this can happen + * for example with a query like + * SELECT bike_code FROM (SELECT bike_code FROM bikes) tmp + * As a workaround we set in the table parameter the name of the + * first table of this database, so that tbl_export.php and + * the script it calls do not fail + */ + if (empty($_url_params['table'])) { + $_url_params['table'] = PMA_DBI_fetch_value("SHOW TABLES"); + } + + echo PMA_linkOrButton( + 'tbl_export.php' . PMA_generate_common_url($_url_params), + PMA_getIcon('b_tblexport.png', __('Export'), false, true), + '', true, true, '') . "\n"; + + // show chart + echo PMA_linkOrButton( + 'tbl_chart.php' . PMA_generate_common_url($_url_params), + PMA_getIcon('b_chart.png', __('Display chart'), false, true), + '', true, true, '') . "\n"; + } + + // CREATE VIEW + /** + * + * @todo detect privileges to create a view + * (but see 2006-01-19 note in display_create_table.lib.php, + * I think we cannot detect db-specific privileges reliably) + * Note: we don't display a Create view link if we found a PROCEDURE clause + */ + if (!$header_shown) { + echo $header; + $header_shown = TRUE; + } + if (! isset($analyzed_sql[0]['queryflags']['procedure'])) { + echo PMA_linkOrButton( + 'view_create.php' . $url_query, + PMA_getIcon('b_views.png', __('Create view'), false, true), + '', true, true, '') . "\n"; + } + if ($header_shown) { + echo '

                          '; + } +} + +/** + * Verifies what to do with non-printable contents (binary or BLOB) + * in Browse mode. + * + * @uses is_null() + * @uses isset() + * @uses strlen() + * @uses PMA_formatByteDown() + * @uses strpos() + * @uses str_replace() + * @param string $category BLOB|BINARY|GEOMETRY + * @param string $content the binary content + * @param string $transform_function + * @param string $transform_options + * @param string $default_function + * @param object $meta the meta-information about this field + * @return mixed string or float + */ +function PMA_handle_non_printable_contents($category, $content, $transform_function, $transform_options, $default_function, $meta, $url_params = array()) { + $result = '[' . $category; + if (is_null($content)) { + $result .= ' - NULL'; + $size = 0; + } elseif (isset($content)) { + $size = strlen($content); + $display_size = PMA_formatByteDown($size, 3, 1); + $result .= ' - '. $display_size[0] . $display_size[1]; + } + $result .= ']'; + + if (strpos($transform_function, 'octetstream')) { + $result = $content; + } + if ($size > 0) { + if ($default_function != $transform_function) { + $result = $transform_function($result, $transform_options, $meta); + } else { + $result = $default_function($result, array(), $meta); + if (stristr($meta->type, 'BLOB') && $_SESSION['tmp_user_values']['display_blob']) { + // in this case, restart from the original $content + $result = htmlspecialchars(PMA_replace_binary_contents($content)); + } + /* Create link to download */ + if (count($url_params) > 0) { + $result = '' . $result . ''; + } + } + } + return($result); +} + +/** + * Prepares the displayable content of a data cell in Browse mode, + * taking into account foreign key description field and transformations + * + * @uses is_array() + * @uses PMA_backquote() + * @uses PMA_DBI_try_query() + * @uses PMA_DBI_num_rows() + * @uses PMA_DBI_fetch_row() + * @uses PMA_DBI_free_result() + * @uses $GLOBALS['printview'] + * @uses htmlspecialchars() + * @uses PMA_generate_common_url() + * @param string $class + * @param string $condition_field + * @param string $analyzed_sql + * @param object $meta the meta-information about this field + * @param string $map + * @param string $data + * @param string $transform_function + * @param string $default_function + * @param string $nowrap + * @param string $where_comparison + * @param bool $is_field_truncated + * @return string formatted data + */ +function PMA_prepare_row_data($class, $condition_field, $analyzed_sql, $meta, $map, $data, $transform_function, $default_function, $nowrap, $where_comparison, $transform_options, $is_field_truncated ) { + + $result = ' class="' . PMA_addClass($class, $condition_field, $meta, $nowrap, $is_field_truncated, $transform_function, $default_function) . '">'; + + if (isset($analyzed_sql[0]['select_expr']) && is_array($analyzed_sql[0]['select_expr'])) { + foreach ($analyzed_sql[0]['select_expr'] AS $select_expr_position => $select_expr) { + $alias = $analyzed_sql[0]['select_expr'][$select_expr_position]['alias']; + if (isset($alias) && strlen($alias)) { + $true_column = $analyzed_sql[0]['select_expr'][$select_expr_position]['column']; + if ($alias == $meta->name) { + // this change in the parameter does not matter + // outside of the function + $meta->name = $true_column; + } // end if + } // end if + } // end foreach + } // end if + + if (isset($map[$meta->name])) { + // Field to display from the foreign table? + if (isset($map[$meta->name][2]) && strlen($map[$meta->name][2])) { + $dispsql = 'SELECT ' . PMA_backquote($map[$meta->name][2]) + . ' FROM ' . PMA_backquote($map[$meta->name][3]) + . '.' . PMA_backquote($map[$meta->name][0]) + . ' WHERE ' . PMA_backquote($map[$meta->name][1]) + . $where_comparison; + $dispresult = PMA_DBI_try_query($dispsql, null, PMA_DBI_QUERY_STORE); + if ($dispresult && PMA_DBI_num_rows($dispresult) > 0) { + list($dispval) = PMA_DBI_fetch_row($dispresult, 0); + } else { + $dispval = __('Link not found'); + } + @PMA_DBI_free_result($dispresult); + } else { + $dispval = ''; + } // end if... else... + + if (isset($GLOBALS['printview']) && $GLOBALS['printview'] == '1') { + $result .= ($transform_function != $default_function ? $transform_function($data, $transform_options, $meta) : $transform_function($data, array(), $meta)) . ' [->' . $dispval . ']'; + } else { + + if ('K' == $_SESSION['tmp_user_values']['relational_display']) { + // user chose "relational key" in the display options, so + // the title contains the display field + $title = (! empty($dispval))? ' title="' . htmlspecialchars($dispval) . '"' : ''; + } else { + $title = ' title="' . htmlspecialchars($data) . '"'; + } + + $_url_params = array( + 'db' => $map[$meta->name][3], + 'table' => $map[$meta->name][0], + 'pos' => '0', + 'sql_query' => 'SELECT * FROM ' + . PMA_backquote($map[$meta->name][3]) . '.' . PMA_backquote($map[$meta->name][0]) + . ' WHERE ' . PMA_backquote($map[$meta->name][1]) + . $where_comparison, + ); + $result .= ''; + + if ($transform_function != $default_function) { + // always apply a transformation on the real data, + // not on the display field + $result .= $transform_function($data, $transform_options, $meta); + } else { + if ('D' == $_SESSION['tmp_user_values']['relational_display']) { + // user chose "relational display field" in the + // display options, so show display field in the cell + $result .= $transform_function($dispval, array(), $meta); + } else { + // otherwise display data in the cell + $result .= $transform_function($data, array(), $meta); + } + } + $result .= ''; + } + } else { + $result .= ($transform_function != $default_function ? $transform_function($data, $transform_options, $meta) : $transform_function($data, array(), $meta)); + } + $result .= '' . "\n"; + + return $result; +} + +/** + * Generates a checkbox for multi-row submits + * + * @uses htmlspecialchars + * @param string $del_url + * @param array $is_display + * @param string $row_no + * @param string $where_clause_html + * @param string $del_query + * @param string $id_suffix + * @param string $class + * @return string the generated HTML + */ + +function PMA_generateCheckboxForMulti($del_url, $is_display, $row_no, $where_clause_html, $del_query, $id_suffix, $class) { + $ret = ''; + if (! empty($del_url) && $is_display['del_lnk'] != 'kp') { + $ret .= '' + . ' '; + } + return $ret; +} + +/** + * Generates an Edit link + * + * @uses PMA_linkOrButton() + * @param string $edit_url + * @param string $class + * @param string $edit_str + * @param string $where_clause + * @param string $where_clause_html + * @return string the generated HTML + */ +function PMA_generateEditLink($edit_url, $class, $edit_str, $where_clause, $where_clause_html) { + $ret = ''; + if (! empty($edit_url)) { + $ret .= '' + . PMA_linkOrButton($edit_url, $edit_str, array(), FALSE); + /* + * Where clause for selecting this row uniquely is provided as + * a hidden input. Used by jQuery scripts for handling inline editing + */ + if(! empty($where_clause)) { + $ret .= ''; + } + $ret .= ''; + } + return $ret; +} + +/** + * Generates an Copy link + * + * @uses PMA_linkOrButton() + * @param string $copy_url + * @param string $copy_str + * @param string $where_clause + * @param string $where_clause_html + * @return string the generated HTML + */ +function PMA_generateCopyLink($copy_url, $copy_str, $where_clause, $where_clause_html, $class) { + $ret = ''; + if (! empty($copy_url)) { + $ret .= '' + . PMA_linkOrButton($copy_url, $copy_str, array(), FALSE); + /* + * Where clause for selecting this row uniquely is provided as + * a hidden input. Used by jQuery scripts for handling inline editing + */ + if(! empty($where_clause)) { + $ret .= ''; + } + $ret .= ''; + } + return $ret; +} + +/** + * Generates a Delete link + * + * @uses PMA_linkOrButton() + * @param string $del_url + * @param string $del_str + * @param string $js_conf + * @param string $class + * @return string the generated HTML + */ +function PMA_generateDeleteLink($del_url, $del_str, $js_conf, $class) { + $ret = ''; + if (! empty($del_url)) { + $ret .= '' + . PMA_linkOrButton($del_url, $del_str, $js_conf, FALSE) + . ''; + } + return $ret; +} + +/** + * Generates checkbox and links at some position (left or right) + * (only called for horizontal mode) + * + * @uses PMA_generateCheckboxForMulti() + * @uses PMA_generateEditLink() + * @uses PMA_generateDeleteLink() + * @uses PMA_generateCopyLink() + * @param string $position + * @param string $del_url + * @param array $is_display + * @param string $row_no + * @param string $where_clause + * @param string $where_clause_html + * @param string $del_query + * @param string $id_suffix + * @param string $edit_url + * @param string $copy_url + * @param string $class + * @param string $edit_str + * @param string $del_str + * @param string $js_conf + * @return string the generated HTML + */ +function PMA_generateCheckboxAndLinks($position, $del_url, $is_display, $row_no, $where_clause, $where_clause_html, $del_query, $id_suffix, $edit_url, $copy_url, $class, $edit_str, $copy_str, $del_str, $js_conf) { + $ret = ''; + + if ($position == 'left') { + $ret .= PMA_generateCheckboxForMulti($del_url, $is_display, $row_no, $where_clause_html, $del_query, $id_suffix='_left', '', '', ''); + + $ret .= PMA_generateEditLink($edit_url, $class, $edit_str, $where_clause, $where_clause_html, ''); + + $ret .= PMA_generateCopyLink($copy_url, $copy_str, $where_clause, $where_clause_html, ''); + + $ret .= PMA_generateDeleteLink($del_url, $del_str, $js_conf, '', ''); + + } elseif ($position == 'right') { + $ret .= PMA_generateDeleteLink($del_url, $del_str, $js_conf, '', ''); + + $ret .= PMA_generateCopyLink($copy_url, $copy_str, $where_clause, $where_clause_html, ''); + + $ret .= PMA_generateEditLink($edit_url, $class, $edit_str, $where_clause, $where_clause_html, ''); + + $ret .= PMA_generateCheckboxForMulti($del_url, $is_display, $row_no, $where_clause_html, $del_query, $id_suffix='_right', '', '', ''); + } + return $ret; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/bdb.lib.php b/htdocs/phpMyAdmin/libraries/engines/bdb.lib.php new file mode 100644 index 000000000..2325d15a6 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/bdb.lib.php @@ -0,0 +1,76 @@ + array( + 'title' => __('Version information'), + ), + 'bdb_cache_size' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'bdb_home' => array( + ), + 'bdb_log_buffer_size' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'bdb_logdir' => array( + ), + 'bdb_max_lock' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'bdb_shared_data' => array( + ), + 'bdb_tmpdir' => array( + ), + 'bdb_data_direct' => array( + ), + 'bdb_lock_detect' => array( + ), + 'bdb_log_direct' => array( + ), + 'bdb_no_recover' => array( + ), + 'bdb_no_sync' => array( + ), + 'skip_sync_bdb_logs' => array( + ), + 'sync_bdb_logs' => array( + ), + ); + } + + /** + * @return string LIKE pattern + */ + function getVariablesLikePattern() + { + return '%bdb%'; + } + + /** + * returns string with filename for the MySQL helppage + * about this storage engne + * + * @return string mysql helppage filename + */ + function getMysqlHelpPage() + { + return 'bdb'; + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/berkeleydb.lib.php b/htdocs/phpMyAdmin/libraries/engines/berkeleydb.lib.php new file mode 100644 index 000000000..48b2ae889 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/berkeleydb.lib.php @@ -0,0 +1,20 @@ + diff --git a/htdocs/phpMyAdmin/libraries/engines/binlog.lib.php b/htdocs/phpMyAdmin/libraries/engines/binlog.lib.php new file mode 100644 index 000000000..07eff4803 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/binlog.lib.php @@ -0,0 +1,25 @@ + diff --git a/htdocs/phpMyAdmin/libraries/engines/innobase.lib.php b/htdocs/phpMyAdmin/libraries/engines/innobase.lib.php new file mode 100644 index 000000000..e1262b9c9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/innobase.lib.php @@ -0,0 +1,19 @@ + diff --git a/htdocs/phpMyAdmin/libraries/engines/innodb.lib.php b/htdocs/phpMyAdmin/libraries/engines/innodb.lib.php new file mode 100644 index 000000000..dfdc5da07 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/innodb.lib.php @@ -0,0 +1,364 @@ + array( + 'title' => __('Data home directory'), + 'desc' => __('The common part of the directory path for all InnoDB data files.'), + ), + 'innodb_data_file_path' => array( + 'title' => __('Data files'), + ), + 'innodb_autoextend_increment' => array( + 'title' => __('Autoextend increment'), + 'desc' => __(' The increment size for extending the size of an autoextending tablespace when it becomes full.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_buffer_pool_size' => array( + 'title' => __('Buffer pool size'), + 'desc' => __('The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'innodb_additional_mem_pool_size' => array( + 'title' => 'innodb_additional_mem_pool_size', + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'innodb_buffer_pool_awe_mem_mb' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'innodb_checksums' => array( + ), + 'innodb_commit_concurrency' => array( + ), + 'innodb_concurrency_tickets' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_doublewrite' => array( + ), + 'innodb_fast_shutdown' => array( + ), + 'innodb_file_io_threads' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_file_per_table' => array( + ), + 'innodb_flush_log_at_trx_commit' => array( + ), + 'innodb_flush_method' => array( + ), + 'innodb_force_recovery' => array( + ), + 'innodb_lock_wait_timeout' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_locks_unsafe_for_binlog' => array( + ), + 'innodb_log_arch_dir' => array( + ), + 'innodb_log_archive' => array( + ), + 'innodb_log_buffer_size' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'innodb_log_file_size' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'innodb_log_files_in_group' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_log_group_home_dir' => array( + ), + 'innodb_max_dirty_pages_pct' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_max_purge_lag' => array( + ), + 'innodb_mirrored_log_groups' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_open_files' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_support_xa' => array( + ), + 'innodb_sync_spin_loops' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_table_locks' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_BOOLEAN, + ), + 'innodb_thread_concurrency' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'innodb_thread_sleep_delay' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + ); + } + + /** + * @return string SQL query LIKE pattern + */ + function getVariablesLikePattern() + { + return 'innodb\\_%'; + } + + /** + * @uses $this->support + * @uses PMA_ENGINE_SUPPORT_YES + * @return array detail pages + */ + function getInfoPages() + { + if ($this->support < PMA_ENGINE_SUPPORT_YES) { + return array(); + } + $pages = array(); + $pages['Bufferpool'] = __('Buffer Pool'); + $pages['Status'] = __('InnoDB Status'); + return $pages; + } + + /** + * returns html tables with stats over inno db buffer pool + * + * @uses PMA_DBI_fetch_result() + * @uses PMA_formatNumber() + * @uses PMA_formatByteDown() + * @uses join() + * @uses htmlspecialchars() + * @uses PMA_formatNumber() + * @return string html table with stats + */ + function getPageBufferpool() + { + // The following query is only possible because we know + // that we are on MySQL 5 here (checked above)! + // side note: I love MySQL 5 for this. :-) + $sql = ' + SHOW STATUS + WHERE Variable_name LIKE \'Innodb\\_buffer\\_pool\\_%\' + OR Variable_name = \'Innodb_page_size\';'; + $status = PMA_DBI_fetch_result($sql, 0, 1); + + $output = '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' '; + + // not present at least since MySQL 5.1.40 + if (isset($status['Innodb_buffer_pool_pages_latched'])) { + $output .= ' ' + . ' ' + . ' ' + . ' '; + } + + $output .= ' ' . "\n" + . '
                          ' . "\n" + . ' ' . __('Buffer Pool Usage') . "\n" + . '
                          ' . "\n" + . ' ' . __('Total') . "\n" + . ' : ' . PMA_formatNumber( + $status['Innodb_buffer_pool_pages_total'], 0) + . ' ' . __('pages') + . ' / ' + . join(' ', + PMA_formatByteDown($status['Innodb_buffer_pool_pages_total'] * $status['Innodb_page_size'])) . "\n" + . '
                          ' . __('Free pages') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_pages_free'], 0) + . '
                          ' . __('Dirty pages') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_pages_dirty'], 0) + . '
                          ' . __('Pages containing data') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_pages_data'], 0) . "\n" + . '
                          ' . __('Pages to be flushed') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_pages_flushed'], 0) . "\n" + . '
                          ' . __('Busy pages') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_pages_misc'], 0) . "\n" + . '
                          ' . __('Latched pages') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_pages_latched'], 0) + . '
                          ' . "\n\n" + . '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                          ' . "\n" + . ' ' . __('Buffer Pool Activity') . "\n" + . '
                          ' . __('Read requests') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_read_requests'], 0) . "\n" + . '
                          ' . __('Write requests') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_write_requests'], 0) . "\n" + . '
                          ' . __('Read misses') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_reads'], 0) . "\n" + . '
                          ' . __('Write waits') . '' + . PMA_formatNumber($status['Innodb_buffer_pool_wait_free'], 0) . "\n" + . '
                          ' . __('Read misses in %') . '' + . ($status['Innodb_buffer_pool_read_requests'] == 0 + ? '---' + : htmlspecialchars(PMA_formatNumber($status['Innodb_buffer_pool_reads'] * 100 / $status['Innodb_buffer_pool_read_requests'], 3, 2)) . ' %') . "\n" + . '
                          ' . __('Write waits in %') . '' + . ($status['Innodb_buffer_pool_write_requests'] == 0 + ? '---' + : htmlspecialchars(PMA_formatNumber($status['Innodb_buffer_pool_wait_free'] * 100 / $status['Innodb_buffer_pool_write_requests'], 3, 2)) . ' %') . "\n" + . '
                          ' . "\n"; + return $output; + } + + /** + * returns InnoDB status + * + * @uses htmlspecialchars() + * @uses PMA_DBI_fetch_value() + * @return string result of SHOW INNODB STATUS inside pre tags + */ + function getPageStatus() + { + return '
                          ' . "\n"
                          +            . htmlspecialchars(PMA_DBI_fetch_value('SHOW INNODB STATUS;', 0, 'Status')) . "\n"
                          +            . '
                          ' . "\n"; + } + + /** + * returns content for page $id + * + * @uses $this->getInfoPages() + * @uses array_key_exists() + * @param string $id page id + * @return string html output + */ + function getPage($id) + { + if (! array_key_exists($id, $this->getInfoPages())) { + return false; + } + + $id = 'getPage' . $id; + + return $this->$id(); + } + + /** + * returns string with filename for the MySQL helppage + * about this storage engne + * + * @return string mysql helppage filename + */ + function getMysqlHelpPage() + { + return 'innodb'; + } + + /** + * + * Gets the InnoDB plugin version number + * http://www.innodb.com/products/innodb_plugin + * (do not confuse this with phpMyAdmin's storage engine plugins!) + * + * @return string the version number, or empty if not running as a plugin + */ + function getInnodbPluginVersion() + { + return PMA_DBI_fetch_value('SELECT @@innodb_version;'); + } + + /** + * + * Gets the InnoDB file format + * (works only for the InnoDB plugin) + * http://www.innodb.com/products/innodb_plugin + * (do not confuse this with phpMyAdmin's storage engine plugins!) + * + * @return string the InnoDB file format + */ + function getInnodbFileFormat() + { + return PMA_DBI_fetch_value("SHOW GLOBAL VARIABLES LIKE 'innodb_file_format';", 0, 1); + } + + /** + * + * Verifies if this server supports the innodb_file_per_table feature + * (works only for the InnoDB plugin) + * http://www.innodb.com/products/innodb_plugin + * (do not confuse this with phpMyAdmin's storage engine plugins!) + * + * @return boolean whether this feature is supported or not + */ + function supportsFilePerTable() + { + $innodb_file_per_table = PMA_DBI_fetch_value("SHOW GLOBAL VARIABLES LIKE 'innodb_file_per_table';", 0, 1); + if ($innodb_file_per_table == 'ON') { + return true; + } else { + return false; + } + + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/memory.lib.php b/htdocs/phpMyAdmin/libraries/engines/memory.lib.php new file mode 100644 index 000000000..636a8df75 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/memory.lib.php @@ -0,0 +1,28 @@ + array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + ); + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/merge.lib.php b/htdocs/phpMyAdmin/libraries/engines/merge.lib.php new file mode 100644 index 000000000..9c9ef1e2b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/merge.lib.php @@ -0,0 +1,15 @@ + diff --git a/htdocs/phpMyAdmin/libraries/engines/mrg_myisam.lib.php b/htdocs/phpMyAdmin/libraries/engines/mrg_myisam.lib.php new file mode 100644 index 000000000..fd25178ba --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/mrg_myisam.lib.php @@ -0,0 +1,30 @@ + diff --git a/htdocs/phpMyAdmin/libraries/engines/myisam.lib.php b/htdocs/phpMyAdmin/libraries/engines/myisam.lib.php new file mode 100644 index 000000000..f6ca06129 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/myisam.lib.php @@ -0,0 +1,63 @@ + array( + 'title' => __('Data pointer size'), + 'desc' => __('The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'myisam_recover_options' => array( + 'title' => __('Automatic recovery mode'), + 'desc' => __('The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'), + ), + 'myisam_max_sort_file_size' => array( + 'title' => __('Maximum size for temporary sort files'), + 'desc' => __('The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'myisam_max_extra_sort_file_size' => array( + 'title' => __('Maximum size for temporary files on index creation'), + 'desc' => __('If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'myisam_repair_threads' => array( + 'title' => __('Repair threads'), + 'desc' => __('If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC, + ), + 'myisam_sort_buffer_size' => array( + 'title' => __('Sort buffer size'), + 'desc' => __('The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'myisam_stats_method' => array( + ), + 'delay_key_write' => array( + ), + 'bulk_insert_buffer_size' => array( + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE, + ), + 'skip_external_locking' => array( + ), + ); + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/ndbcluster.lib.php b/htdocs/phpMyAdmin/libraries/engines/ndbcluster.lib.php new file mode 100644 index 000000000..29793852a --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/ndbcluster.lib.php @@ -0,0 +1,44 @@ + array( + ), + ); + } + + /** + * @return string SQL query LIKE pattern + */ + function getVariablesLikePattern() + { + return 'ndb\\_%'; + } + + /** + * returns string with filename for the MySQL helppage + * about this storage engne + * + * @return string mysql helppage filename + */ + function getMysqlHelpPage() + { + return 'ndbcluster'; + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/pbms.lib.php b/htdocs/phpMyAdmin/libraries/engines/pbms.lib.php new file mode 100644 index 000000000..7f8c44bc6 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/pbms.lib.php @@ -0,0 +1,106 @@ +engine = "PBMS"; + $this->title = "PrimeBase Media Streaming Daemon"; + $this->comment = "Provides BLOB streaming service for storage engines,"; + $this->support = PMA_ENGINE_SUPPORT_YES; + } + + function getVariables() + { + return array( + 'pbms_garbage_threshold' => array( + 'title' => __('Garbage Threshold'), + 'desc' => __('The percentage of garbage in a repository file before it is compacted.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + 'pbms_port' => array( + 'title' => __('Port'), + 'desc' => __('The port for the PBMS stream-based communications. Setting this value to 0 will disable HTTP communication with the daemon.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + 'pbms_repository_threshold' => array( + 'title' => __('Repository Threshold'), + 'desc' => __('The maximum size of a BLOB repository file. You may use Kb, MB or GB to indicate the unit of the value. A value in bytes is assumed when no unit is specified.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + 'pbms_temp_blob_timeout' => array( + 'title' => __('Temp Blob Timeout'), + 'desc' => __('The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is removed after this time, unless they are referenced by a record in the database.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + 'pbms_temp_log_threshold' => array( + 'title' => __('Temp Log Threshold'), + 'desc' => __('The maximum size of a temporary BLOB log file. You may use Kb, MB or GB to indicate the unit of the value. A value in bytes is assumed when no unit is specified.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + 'pbms_max_keep_alive' => array( + 'title' => __('Max Keep Alive'), + 'desc' => __('The timeout for inactive connection with the keep-alive flag set. After this time the connection will be closed. The time-out is in milliseconds (1/1000).'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + 'pbms_http_metadata_headers' => array( + 'title' => __('Metadata Headers'), + 'desc' => __('A ":" delimited list of metadata headers to be used to initialize the pbms_metadata_header table when a database is created.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_PLAINTEXT + ), + ); + } + + //-------------------- + function getInfoPages() + { + $pages = array(); + $pages['Documentation'] = __('Documentation'); + return $pages; + } + + //-------------------- + function getPage($id) + { + if (! array_key_exists($id, $this->getInfoPages())) { + return false; + } + + $id = 'getPage' . $id; + + return $this->$id(); + } + + function getPageConfigure() + { + } + + function getPageDocumentation() + { + $output = '

                          ' + . sprintf(__('Documentation and further information about PBMS can be found on %sThe PrimeBase Media Streaming home page%s.'), '', '') + . '

                          ' . "\n" + . '

                          ' . __('Related Links') . '

                          ' . "\n" + . '' . "\n"; + + return $output; + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/engines/pbxt.lib.php b/htdocs/phpMyAdmin/libraries/engines/pbxt.lib.php new file mode 100644 index 000000000..0ebd2ca51 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/engines/pbxt.lib.php @@ -0,0 +1,137 @@ + array( + 'title' => __('Index cache size'), + 'desc' => __('This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_record_cache_size' => array( + 'title' => __('Record cache size'), + 'desc' => __('This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_log_cache_size' => array( + 'title' => __('Log cache size'), + 'desc' => __('The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_log_file_threshold' => array( + 'title' => __('Log file threshold'), + 'desc' => __('The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_transaction_buffer_size' => array( + 'title' => __('Transaction buffer size'), + 'desc' => __('The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_checkpoint_frequency' => array( + 'title' => __('Checkpoint frequency'), + 'desc' => __('The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_data_log_threshold' => array( + 'title' => __('Data log threshold'), + 'desc' => __('The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_garbage_threshold' => array( + 'title' => __('Garbage threshold'), + 'desc' => __('The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC + ), + 'pbxt_log_buffer_size' => array( + 'title' => __('Log buffer size'), + 'desc' => __('The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_data_file_grow_size' => array( + 'title' => __('Data file grow size'), + 'desc' => __('The grow size of the handle data (.xtd) files.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_row_file_grow_size' => array( + 'title' => __('Row file grow size'), + 'desc' => __('The grow size of the row pointer (.xtr) files.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_log_file_count' => array( + 'title' => __('Log file count'), + 'desc' => __('This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'), + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC + ), + ); + } + + /** + * returns the pbxt engine specific handling for + * PMA_ENGINE_DETAILS_TYPE_SIZE variables. + * + * @param string $formatted_size the size expression (for example 8MB) + * + * @return string the formatted value and its unit + */ + function resolveTypeSize($formatted_size) + { + if (preg_match('/^[0-9]+[a-zA-Z]+$/', $formatted_size)){ + $value = PMA_extractValueFromFormattedSize($formatted_size); + } else { + $value = $formatted_size; + } + return PMA_formatByteDown($value); + } + + //-------------------- + function getInfoPages() + { + $pages = array(); + $pages['Documentation'] = __('Documentation'); + return $pages; + } + + //-------------------- + function getPage($id) + { + if (! array_key_exists($id, $this->getInfoPages())) { + return false; + } + + $id = 'getPage' . $id; + + return $this->$id(); + } + + function getPageDocumentation() + { + $output = '

                          ' + . sprintf(__('Documentation and further information about PBXT can be found on the %sPrimeBase XT Home Page%s.'), '', '') + . '

                          ' . "\n" + . '

                          ' . __('Related Links') . '

                          ' . "\n" + . '' . "\n"; + + return $output; + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/error.inc.php b/htdocs/phpMyAdmin/libraries/error.inc.php new file mode 100644 index 000000000..95d884792 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/error.inc.php @@ -0,0 +1,57 @@ + + + + + + + phpMyAdmin + + + + +

                          phpMyAdmin -

                          +

                          + + + diff --git a/htdocs/phpMyAdmin/libraries/export/codegen.php b/htdocs/phpMyAdmin/libraries/export/codegen.php new file mode 100644 index 000000000..7c06d7974 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/codegen.php @@ -0,0 +1,335 @@ + 'CodeGen', + 'extension' => 'cs', + 'mime_type' => 'text/cs', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'select', 'name' => 'format', 'text' => __('Format:'), 'values' => $CG_FORMATS), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Set of functions used to build exports of tables + */ + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) +{ + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() +{ + return TRUE; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() +{ + return TRUE; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) +{ + return TRUE; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) +{ + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) +{ + return TRUE; +} + +/** + * Outputs the content of a table in NHibernate format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + global $CG_FORMATS, $CG_HANDLERS; + $format = cgGetOption("format"); + if (isset($CG_FORMATS[$format])) { + return PMA_exportOutputHandler($CG_HANDLERS[$format]($db, $table, $crlf)); + } + return PMA_exportOutputHandler(sprintf("%s is not supported.", $format)); +} + +/** + * + * @package phpMyAdmin-Export-Codegen + */ +class TableProperty +{ + public $name; + public $type; + public $nullable; + public $key; + public $defaultValue; + public $ext; + function __construct($row) + { + $this->name = trim($row[0]); + $this->type = trim($row[1]); + $this->nullable = trim($row[2]); + $this->key = trim($row[3]); + $this->defaultValue = trim($row[4]); + $this->ext = trim($row[5]); + } + function getPureType() + { + $pos=strpos($this->type, "("); + if ($pos > 0) + return substr($this->type, 0, $pos); + return $this->type; + } + function isNotNull() + { + return $this->nullable == "NO" ? "true" : "false"; + } + function isUnique() + { + return $this->key == "PRI" || $this->key == "UNI" ? "true" : "false"; + } + function getDotNetPrimitiveType() + { + if (strpos($this->type, "int") === 0) return "int"; + if (strpos($this->type, "long") === 0) return "long"; + if (strpos($this->type, "char") === 0) return "string"; + if (strpos($this->type, "varchar") === 0) return "string"; + if (strpos($this->type, "text") === 0) return "string"; + if (strpos($this->type, "longtext") === 0) return "string"; + if (strpos($this->type, "tinyint") === 0) return "bool"; + if (strpos($this->type, "datetime") === 0) return "DateTime"; + return "unknown"; + } + function getDotNetObjectType() + { + if (strpos($this->type, "int") === 0) return "Int32"; + if (strpos($this->type, "long") === 0) return "Long"; + if (strpos($this->type, "char") === 0) return "String"; + if (strpos($this->type, "varchar") === 0) return "String"; + if (strpos($this->type, "text") === 0) return "String"; + if (strpos($this->type, "longtext") === 0) return "String"; + if (strpos($this->type, "tinyint") === 0) return "Boolean"; + if (strpos($this->type, "datetime") === 0) return "DateTime"; + return "Unknown"; + } + function getIndexName() + { + if (strlen($this->key)>0) + return "index=\"" . htmlspecialchars($this->name, ENT_COMPAT, 'UTF-8') . "\""; + return ""; + } + function isPK() + { + return $this->key=="PRI"; + } + function formatCs($text) + { + $text=str_replace("#name#", cgMakeIdentifier($this->name, false), $text); + return $this->format($text); + } + function formatXml($text) + { + $text=str_replace("#name#", htmlspecialchars($this->name, ENT_COMPAT, 'UTF-8'), $text); + $text=str_replace("#indexName#", $this->getIndexName(), $text); + return $this->format($text); + } + function format($text) + { + $text=str_replace("#ucfirstName#", cgMakeIdentifier($this->name), $text); + $text=str_replace("#dotNetPrimitiveType#", $this->getDotNetPrimitiveType(), $text); + $text=str_replace("#dotNetObjectType#", $this->getDotNetObjectType(), $text); + $text=str_replace("#type#", $this->getPureType(), $text); + $text=str_replace("#notNull#", $this->isNotNull(), $text); + $text=str_replace("#unique#", $this->isUnique(), $text); + return $text; + } +} + + function cgMakeIdentifier($str, $ucfirst = true) + { + // remove unsafe characters + $str = preg_replace('/[^\p{L}\p{Nl}_]/u', '', $str); + // make sure first character is a letter or _ + if (!preg_match('/^\pL/u', $str)) { + $str = '_' . $str; + } + if ($ucfirst) { + $str = ucfirst($str); + } + return $str; + } + + function handleNHibernateCSBody($db, $table, $crlf) + { + $lines=array(); + $result=PMA_DBI_query(sprintf("DESC %s.%s", PMA_backquote($db), PMA_backquote($table))); + if ($result) + { + $tableProperties=array(); + while ($row = PMA_DBI_fetch_row($result)) + $tableProperties[] = new TableProperty($row); + $lines[] = "using System;"; + $lines[] = "using System.Collections;"; + $lines[] = "using System.Collections.Generic;"; + $lines[] = "using System.Text;"; + $lines[] = "namespace ".cgMakeIdentifier($db); + $lines[] = "{"; + $lines[] = " #region ".cgMakeIdentifier($table); + $lines[] = " public class ".cgMakeIdentifier($table); + $lines[] = " {"; + $lines[] = " #region Member Variables"; + foreach ($tableProperties as $tablePropertie) + $lines[] = $tablePropertie->formatCs(" protected #dotNetPrimitiveType# _#name#;"); + $lines[] = " #endregion"; + $lines[] = " #region Constructors"; + $lines[] = " public ".cgMakeIdentifier($table)."() { }"; + $temp = array(); + foreach ($tableProperties as $tablePropertie) + if (! $tablePropertie->isPK()) + $temp[] = $tablePropertie->formatCs("#dotNetPrimitiveType# #name#"); + $lines[] = " public ".cgMakeIdentifier($table)."(".implode(", ", $temp).")"; + $lines[] = " {"; + foreach ($tableProperties as $tablePropertie) + if (! $tablePropertie->isPK()) + $lines[] = $tablePropertie->formatCs(" this._#name#=#name#;"); + $lines[] = " }"; + $lines[] = " #endregion"; + $lines[] = " #region Public Properties"; + foreach ($tableProperties as $tablePropertie) + $lines[] = $tablePropertie->formatCs(" public virtual #dotNetPrimitiveType# #ucfirstName#\n {\n get {return _#name#;}\n set {_#name#=value;}\n }"); + $lines[] = " #endregion"; + $lines[] = " }"; + $lines[] = " #endregion"; + $lines[] = "}"; + PMA_DBI_free_result($result); + } + return implode("\n", $lines); + } + + function handleNHibernateXMLBody($db, $table, $crlf) + { + $lines=array(); + $lines[] = ""; + $lines[] = ""; + $lines[] = " "; + $result = PMA_DBI_query(sprintf("DESC %s.%s", PMA_backquote($db), PMA_backquote($table))); + if ($result) + { + $tableProperties = array(); + while ($row = PMA_DBI_fetch_row($result)) + $tableProperties[] = new TableProperty($row); + foreach ($tableProperties as $tablePropertie) + { + if ($tablePropertie->isPK()) + $lines[] = $tablePropertie->formatXml(" \n \n \n "); + else + $lines[] = $tablePropertie->formatXml(" \n \n "); + } + PMA_DBI_free_result($result); + } + $lines[]=" "; + $lines[]=""; + return implode("\n", $lines); + } + + function cgGetOption($optionName) + { + global $what; + return $GLOBALS[$what . "_" . $optionName]; + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/csv.php b/htdocs/phpMyAdmin/libraries/export/csv.php new file mode 100644 index 000000000..6d6242ed7 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/csv.php @@ -0,0 +1,235 @@ + __('CSV'), + 'extension' => 'csv', + 'mime_type' => 'text/comma-separated-values', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'text', 'name' => 'separator', 'text' => __('Columns separated with:')), + array('type' => 'text', 'name' => 'enclosed', 'text' => __('Columns enclosed with:')), + array('type' => 'text', 'name' => 'escaped', 'text' => __('Columns escaped with:')), + array('type' => 'text', 'name' => 'terminated', 'text' => __('Lines terminated with:')), + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')), + array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove carriage return/line feed characters within columns')), + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'end_group'), + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + return TRUE; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + global $what; + global $csv_terminated; + global $csv_separator; + global $csv_enclosed; + global $csv_escaped; + + // Here we just prepare some values for export + if ($what == 'excel') { + $csv_terminated = "\015\012"; + switch($GLOBALS['excel_edition']) { + case 'win': + // as tested on Windows with Excel 2002 and Excel 2007 + $csv_separator = ';'; + break; + case 'mac_excel2003': + $csv_separator = ';'; + break; + case 'mac_excel2008': + $csv_separator = ','; + break; + } + $csv_enclosed = '"'; + $csv_escaped = '"'; + if (isset($GLOBALS['excel_columns'])) { + $GLOBALS['csv_columns'] = 'yes'; + } + } else { + if (empty($csv_terminated) || strtolower($csv_terminated) == 'auto') { + $csv_terminated = $GLOBALS['crlf']; + } else { + $csv_terminated = str_replace('\\r', "\015", $csv_terminated); + $csv_terminated = str_replace('\\n', "\012", $csv_terminated); + $csv_terminated = str_replace('\\t', "\011", $csv_terminated); + } // end if + $csv_separator = str_replace('\\t', "\011", $csv_separator); + } + return TRUE; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + return TRUE; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in CSV format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { + global $what; + global $csv_terminated; + global $csv_separator; + global $csv_enclosed; + global $csv_escaped; + + // Gets the data from the database + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + $fields_cnt = PMA_DBI_num_fields($result); + + // If required, get fields name at the first line + if (isset($GLOBALS['csv_columns'])) { + $schema_insert = ''; + for ($i = 0; $i < $fields_cnt; $i++) { + if ($csv_enclosed == '') { + $schema_insert .= stripslashes(PMA_DBI_field_name($result, $i)); + } else { + $schema_insert .= $csv_enclosed + . str_replace($csv_enclosed, $csv_escaped . $csv_enclosed, stripslashes(PMA_DBI_field_name($result, $i))) + . $csv_enclosed; + } + $schema_insert .= $csv_separator; + } // end for + $schema_insert =trim(substr($schema_insert, 0, -1)); + if (!PMA_exportOutputHandler($schema_insert . $csv_terminated)) { + return FALSE; + } + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $schema_insert = ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (!isset($row[$j]) || is_null($row[$j])) { + $schema_insert .= $GLOBALS[$what . '_null']; + } elseif ($row[$j] == '0' || $row[$j] != '') { + // always enclose fields + if ($what == 'excel') { + $row[$j] = preg_replace("/\015(\012)?/", "\012", $row[$j]); + } + // remove CRLF characters within field + if (isset($GLOBALS[$what . '_removeCRLF']) && $GLOBALS[$what . '_removeCRLF']) { + $row[$j] = str_replace("\n", "", str_replace("\r", "", $row[$j])); + } + if ($csv_enclosed == '') { + $schema_insert .= $row[$j]; + } else { + // also double the escape string if found in the data + if ('csv' == $what) { + $schema_insert .= $csv_enclosed + . str_replace($csv_enclosed, $csv_escaped . $csv_enclosed, str_replace($csv_escaped, $csv_escaped . $csv_escaped, $row[$j])) + . $csv_enclosed; + } else { + // for excel, avoid a problem when a field contains + // double quotes + $schema_insert .= $csv_enclosed + . str_replace($csv_enclosed, $csv_escaped . $csv_enclosed, $row[$j]) + . $csv_enclosed; + } + } + } else { + $schema_insert .= ''; + } + if ($j < $fields_cnt-1) { + $schema_insert .= $csv_separator; + } + } // end for + + if (!PMA_exportOutputHandler($schema_insert . $csv_terminated)) { + return FALSE; + } + } // end while + PMA_DBI_free_result($result); + + return TRUE; +} // end of the 'PMA_getTableCsv()' function + +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/excel.php b/htdocs/phpMyAdmin/libraries/export/excel.php new file mode 100644 index 000000000..08961eb13 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/excel.php @@ -0,0 +1,42 @@ + __('CSV for MS Excel'), + 'extension' => 'csv', + 'mime_type' => 'text/comma-separated-values', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')), + array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove carriage return/line feed characters within columns')), + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')), + array( + 'type' => 'select', + 'name' => 'edition', + 'values' => array( + 'win' => 'Windows', + 'mac_excel2003' => 'Excel 2003 / Macintosh', + 'mac_excel2008' => 'Excel 2008 / Macintosh'), + 'text' => __('Excel edition:')), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'end_group'), + ), + 'options_text' => __('Options'), + ); +} else { + /* Everything rest is coded in csv plugin */ + require './libraries/export/csv.php'; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/htmlword.php b/htdocs/phpMyAdmin/libraries/export/htmlword.php new file mode 100644 index 000000000..f5425bc4e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/htmlword.php @@ -0,0 +1,352 @@ + __('Microsoft Word 2000'), + 'extension' => 'doc', + 'mime_type' => 'application/vnd.ms-word', + 'force_file' => true, + 'options' => array( + /* what to dump (structure/data/both) */ + array('type' => 'begin_group', 'name' => 'dump_what', 'text' => __('Dump table')), + array('type' => 'radio', 'name' => 'structure_or_data', 'values' => array('structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'))), + array('type' => 'end_group'), + /* data options */ + array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options'), 'force' => 'structure'), + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')), + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')), + array('type' => 'end_group'), + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + return PMA_exportOutputHandler(''); +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + global $charset, $charset_of_file; + return PMA_exportOutputHandler(' + + + + + + +'); +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + return PMA_exportOutputHandler('

                          ' . __('Database') . ' ' . $db . '

                          '); +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in CSV format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + global $what; + + if (! PMA_exportOutputHandler('

                          ' . __('Dumping data for table') . ' ' . $table . '

                          ')) { + return FALSE; + } + if (! PMA_exportOutputHandler('')) { + return FALSE; + } + + // Gets the data from the database + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + $fields_cnt = PMA_DBI_num_fields($result); + + // If required, get fields name at the first line + if (isset($GLOBALS['htmlword_columns'])) { + $schema_insert = ''; + for ($i = 0; $i < $fields_cnt; $i++) { + $schema_insert .= ''; + } // end for + $schema_insert .= ''; + if (! PMA_exportOutputHandler($schema_insert)) { + return FALSE; + } + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $schema_insert = ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (! isset($row[$j]) || is_null($row[$j])) { + $value = $GLOBALS[$what . '_null']; + } elseif ($row[$j] == '0' || $row[$j] != '') { + $value = $row[$j]; + } else { + $value = ''; + } + $schema_insert .= ''; + } // end for + $schema_insert .= ''; + if (! PMA_exportOutputHandler($schema_insert)) { + return FALSE; + } + } // end while + PMA_DBI_free_result($result); + if (! PMA_exportOutputHandler('
                          ')) { + return FALSE; + } + + return TRUE; +} + +function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, $dummy) +{ + global $cfgRelation; + + if (! PMA_exportOutputHandler('

                          ' . __('Table structure for table') . ' ' .$table . '

                          ')) { + return FALSE; + } + + /** + * Get the unique keys in the table + */ + $keys_query = 'SHOW KEYS FROM ' . PMA_backquote($table) . ' FROM '. PMA_backquote($db); + $keys_result = PMA_DBI_query($keys_query); + $unique_keys = array(); + while ($key = PMA_DBI_fetch_assoc($keys_result)) { + if ($key['Non_unique'] == 0) { + $unique_keys[] = $key['Column_name']; + } + } + PMA_DBI_free_result($keys_result); + + /** + * Gets fields properties + */ + PMA_DBI_select_db($db); + $local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table); + $result = PMA_DBI_query($local_query); + $fields_cnt = PMA_DBI_num_rows($result); + + // Check if we can use Relations (Mike Beck) + if ($do_relation && ! empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if ($res_rel && count($res_rel) > 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } else { + $have_rel = FALSE; + } // end if + + /** + * Displays the table structure + */ + if (! PMA_exportOutputHandler('')) { + return FALSE; + } + + $columns_cnt = 4; + if ($do_relation && $have_rel) { + $columns_cnt++; + } + if ($do_comments && $cfgRelation['commwork']) { + $columns_cnt++; + } + if ($do_mime && $cfgRelation['mimework']) { + $columns_cnt++; + } + + $schema_insert = ''; + $schema_insert .= ''; + $schema_insert .= ''; + $schema_insert .= ''; + $schema_insert .= ''; + if ($do_relation && $have_rel) { + $schema_insert .= ''; + } + if ($do_comments) { + $schema_insert .= ''; + $comments = PMA_getComments($db, $table); + } + if ($do_mime && $cfgRelation['mimework']) { + $schema_insert .= ''; + $mime_map = PMA_getMIME($db, $table, true); + } + $schema_insert .= ''; + + if (! PMA_exportOutputHandler($schema_insert)) { + return FALSE; + } + + while ($row = PMA_DBI_fetch_assoc($result)) { + + $schema_insert = ''; + $type = $row['Type']; + // reformat mysql query output + // set or enum types: slashes single quotes inside options + if (preg_match('/^(set|enum)\((.+)\)$/i', $type, $tmp)) { + $tmp[2] = substr(preg_replace('/([^,])\'\'/', '\\1\\\'', ',' . $tmp[2]), 1); + $type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')'; + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + $type = preg_replace('/BINARY/i', '', $type); + $type = preg_replace('/ZEROFILL/i', '', $type); + $type = preg_replace('/UNSIGNED/i', '', $type); + if (empty($type)) { + $type = ' '; + } + + $binary = preg_match('/BINARY/i', $row['Type']); + $unsigned = preg_match('/UNSIGNED/i', $row['Type']); + $zerofill = preg_match('/ZEROFILL/i', $row['Type']); + } + $attribute = ' '; + if ($binary) { + $attribute = 'BINARY'; + } + if ($unsigned) { + $attribute = 'UNSIGNED'; + } + if ($zerofill) { + $attribute = 'UNSIGNED ZEROFILL'; + } + if (! isset($row['Default'])) { + if ($row['Null'] != 'NO') { + $row['Default'] = 'NULL'; + } + } else { + $row['Default'] = $row['Default']; + } + + $fmt_pre = ''; + $fmt_post = ''; + if (in_array($row['Field'], $unique_keys)) { + $fmt_pre = '' . $fmt_pre; + $fmt_post = $fmt_post . ''; + } + if ($row['Key'] == 'PRI') { + $fmt_pre = '' . $fmt_pre; + $fmt_post = $fmt_post . ''; + } + $schema_insert .= ''; + $schema_insert .= ''; + $schema_insert .= ''; + $schema_insert .= ''; + + $field_name = $row['Field']; + + if ($do_relation && $have_rel) { + $schema_insert .= ''; + } + if ($do_comments && $cfgRelation['commwork']) { + $schema_insert .= ''; + } + if ($do_mime && $cfgRelation['mimework']) { + $schema_insert .= ''; + } + + $schema_insert .= ''; + + if (! PMA_exportOutputHandler($schema_insert)) { + return FALSE; + } + } // end while + PMA_DBI_free_result($result); + + return PMA_exportOutputHandler('
                          '); +} + +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/json.php b/htdocs/phpMyAdmin/libraries/export/json.php new file mode 100644 index 000000000..40f4a4db5 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/json.php @@ -0,0 +1,185 @@ + 'JSON', + 'extension' => 'json', + 'mime_type' => 'text/plain', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array( + 'type' => 'hidden', + 'name' => 'structure_or_data', + ), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Set of functions used to build exports of tables + */ + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) +{ + PMA_exportOutputHandler('/* ' . $text . ' */' . $GLOBALS['crlf']); + return true; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() +{ + return true; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() +{ + PMA_exportOutputHandler( + '/**' . $GLOBALS['crlf'] + . ' Export to JSON plugin for PHPMyAdmin' . $GLOBALS['crlf'] + . ' @version 0.1' . $GLOBALS['crlf'] + . ' */' . $GLOBALS['crlf'] . $GLOBALS['crlf'] + ); + return true; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) +{ + PMA_exportOutputHandler('/* Database \'' . $db . '\' */ ' . $GLOBALS['crlf'] ); + return true; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) +{ + return true; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) +{ + return true; +} + +/** + * Outputs the content of a table in YAML format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + + $columns_cnt = PMA_DBI_num_fields($result); + for ($i = 0; $i < $columns_cnt; $i++) { + $columns[$i] = stripslashes(PMA_DBI_field_name($result, $i)); + } + unset($i); + + $buffer = ''; + $record_cnt = 0; + while ($record = PMA_DBI_fetch_row($result)) { + + $record_cnt++; + + // Output table name as comment if this is the first record of the table + if ($record_cnt == 1) { + $buffer .= '/* ' . $db . '.' . $table . ' */' . $crlf . $crlf; + $buffer .= '[{'; + } else { + $buffer .= ', {'; + } + + for ($i = 0; $i < $columns_cnt; $i++) { + + $isLastLine = ($i + 1 >= $columns_cnt); + + $column = $columns[$i]; + + if (is_null($record[$i])) { + $buffer .= '"' . $column . '": null' . (! $isLastLine ? ',' : ''); + } elseif (is_numeric($record[$i])) { + $buffer .= '"' . $column . '": ' . $record[$i] . (! $isLastLine ? ',' : ''); + } else { + $buffer .= '"' . $column . '": "' . addslashes($record[$i]) . '"' . (! $isLastLine ? ',' : ''); + } + } + + $buffer .= '}'; + } + + $buffer .= ']'; + if (! PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + PMA_DBI_free_result($result); + + return true; +} + +} diff --git a/htdocs/phpMyAdmin/libraries/export/latex.php b/htdocs/phpMyAdmin/libraries/export/latex.php new file mode 100644 index 000000000..5ff186891 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/latex.php @@ -0,0 +1,488 @@ + __('LaTeX'), + 'extension' => 'tex', + 'mime_type' => 'application/x-tex', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'bool', 'name' => 'caption', 'text' => __('Include table caption')), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); + + /* what to dump (structure/data/both) */ + $plugin_list['latex']['options'][] = + array('type' => 'begin_group', 'name' => 'dump_what', 'text' => __('Dump table')); + $plugin_list['latex']['options'][] = + array('type' => 'radio', 'name' => 'structure_or_data', 'values' => array('structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'))); + $plugin_list['latex']['options'][] = array('type' => 'end_group'); + + /* Structure options */ + if (!$hide_structure) { + $plugin_list['latex']['options'][] = + array('type' => 'begin_group', 'name' => 'structure', 'text' => __('Object creation options'), 'force' => 'data'); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'structure_caption', 'text' => __('Table caption'), 'doc' => 'faq6_27'); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'structure_continued_caption', 'text' => __('Table caption (continued)'), 'doc' => 'faq6_27'); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'structure_label', 'text' => __('Label key'), 'doc' => 'faq6_27'); + if (!empty($GLOBALS['cfgRelation']['relation'])) { + $plugin_list['latex']['options'][] = + array('type' => 'bool', 'name' => 'relation', 'text' => __('Display foreign key relationships')); + } + $plugin_list['latex']['options'][] = + array('type' => 'bool', 'name' => 'comments', 'text' => __('Display comments')); + if (!empty($GLOBALS['cfgRelation']['mimework'])) { + $plugin_list['latex']['options'][] = + array('type' => 'bool', 'name' => 'mime', 'text' => __('Display MIME types')); + } + $plugin_list['latex']['options'][] = + array('type' => 'end_group'); + } + /* Data */ + $plugin_list['latex']['options'][] = + array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options'), 'force' => 'structure'); + $plugin_list['latex']['options'][] = + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'data_caption', 'text' => __('Table caption'), 'doc' => 'faq6_27'); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'data_continued_caption', 'text' => __('Table caption (continued)'), 'doc' => 'faq6_27'); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'data_label', 'text' => __('Label key'), 'doc' => 'faq6_27'); + $plugin_list['latex']['options'][] = + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')); + $plugin_list['latex']['options'][] = + array('type' => 'end_group'); +} else { + +/** + * Escapes some special characters for use in TeX/LaTeX + * + * @param string the string to convert + * + * @return string the converted string with escape codes + * + * @access private + */ +function PMA_texEscape($string) { + $escape = array('$', '%', '{', '}', '&', '#', '_', '^'); + $cnt_escape = count($escape); + for ($k=0; $k < $cnt_escape; $k++) { + $string = str_replace($escape[$k], '\\' . $escape[$k], $string); + } + return $string; +} + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return PMA_exportOutputHandler('% ' . $text . $GLOBALS['crlf']); +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + return TRUE; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + global $crlf; + global $cfg; + + $head = '% phpMyAdmin LaTeX Dump' . $crlf + . '% version ' . PMA_VERSION . $crlf + . '% http://www.phpmyadmin.net' . $crlf + . '%' . $crlf + . '% ' . __('Host') . ': ' . $cfg['Server']['host']; + if (!empty($cfg['Server']['port'])) { + $head .= ':' . $cfg['Server']['port']; + } + $head .= $crlf + . '% ' . __('Generation Time') . ': ' . PMA_localisedDate() . $crlf + . '% ' . __('Server version') . ': ' . substr(PMA_MYSQL_INT_VERSION, 0, 1) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 1, 2) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 3) . $crlf + . '% ' . __('PHP Version') . ': ' . phpversion() . $crlf; + return PMA_exportOutputHandler($head); +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + global $crlf; + $head = '% ' . $crlf + . '% ' . __('Database') . ': ' . (isset($GLOBALS['use_backquotes']) ? PMA_backquote($db) : '\'' . $db . '\''). $crlf + . '% ' . $crlf; + return PMA_exportOutputHandler($head); +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in LaTeX table/sideways table environment + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { + $result = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + + $columns_cnt = PMA_DBI_num_fields($result); + for ($i = 0; $i < $columns_cnt; $i++) { + $columns[$i] = PMA_DBI_field_name($result, $i); + } + unset($i); + + $buffer = $crlf . '%' . $crlf . '% ' . __('Data') . ': ' . $table . $crlf . '%' . $crlf + . ' \\begin{longtable}{|'; + + for ($index=0;$index<$columns_cnt;$index++) { + $buffer .= 'l|'; + } + $buffer .= '} ' . $crlf ; + + $buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf; + if (isset($GLOBALS['latex_caption'])) { + $buffer .= ' \\caption{' . PMA_expandUserString($GLOBALS['latex_data_caption'], 'PMA_texEscape', array('table' => $table, 'database' => $db)) + . '} \\label{' . PMA_expandUserString($GLOBALS['latex_data_label'], NULL, array('table' => $table, 'database' => $db)) . '} \\\\'; + } + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + // show column names + if (isset($GLOBALS['latex_columns'])) { + $buffer = '\\hline '; + for ($i = 0; $i < $columns_cnt; $i++) { + $buffer .= '\\multicolumn{1}{|c|}{\\textbf{' . PMA_texEscape(stripslashes($columns[$i])) . '}} & '; + } + + $buffer = substr($buffer, 0, -2) . '\\\\ \\hline \hline '; + if (!PMA_exportOutputHandler($buffer . ' \\endfirsthead ' . $crlf)) { + return FALSE; + } + if (isset($GLOBALS['latex_caption'])) { + if (!PMA_exportOutputHandler('\\caption{' . PMA_expandUserString($GLOBALS['latex_data_continued_caption'], 'PMA_texEscape', array('table' => $table, 'database' => $db)) . '} \\\\ ')) return FALSE; + } + if (!PMA_exportOutputHandler($buffer . '\\endhead \\endfoot' . $crlf)) { + return FALSE; + } + } else { + if (!PMA_exportOutputHandler('\\\\ \hline')) { + return FALSE; + } + } + + // print the whole table + while ($record = PMA_DBI_fetch_assoc($result)) { + + $buffer = ''; + // print each row + for ($i = 0; $i < $columns_cnt; $i++) { + if (isset($record[$columns[$i]]) + && (! function_exists('is_null') || !is_null($record[$columns[$i]]))) { + $column_value = PMA_texEscape(stripslashes($record[$columns[$i]])); + } else { + $column_value = $GLOBALS['latex_null']; + } + + // last column ... no need for & character + if ($i == ($columns_cnt - 1)) { + $buffer .= $column_value; + } else { + $buffer .= $column_value . " & "; + } + } + $buffer .= ' \\\\ \\hline ' . $crlf; + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + } + + $buffer = ' \\end{longtable}' . $crlf; + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + PMA_DBI_free_result($result); + return TRUE; + +} // end getTableLaTeX + +/** + * Returns $table's structure as LaTeX + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param boolean whether to include relation comments + * @param boolean whether to include column comments + * @param boolean whether to include mime comments + * @param string future feature: support view dependencies + * + * @return bool Whether it suceeded + * + * @access public + */ + // @@@ Table structure +function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, $dummy) +{ + global $cfgRelation; + + /** + * Get the unique keys in the table + */ + $keys_query = 'SHOW KEYS FROM ' . PMA_backquote($table) . ' FROM '. PMA_backquote($db); + $keys_result = PMA_DBI_query($keys_query); + $unique_keys = array(); + while ($key = PMA_DBI_fetch_assoc($keys_result)) { + if ($key['Non_unique'] == 0) { + $unique_keys[] = $key['Column_name']; + } + } + PMA_DBI_free_result($keys_result); + + /** + * Gets fields properties + */ + PMA_DBI_select_db($db); + $local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table); + $result = PMA_DBI_query($local_query); + $fields_cnt = PMA_DBI_num_rows($result); + + // Check if we can use Relations (Mike Beck) + if ($do_relation && !empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if ($res_rel && count($res_rel) > 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } else { + $have_rel = FALSE; + } // end if + + /** + * Displays the table structure + */ + $buffer = $crlf . '%' . $crlf . '% ' . __('Structure') . ': ' . $table . $crlf . '%' . $crlf + . ' \\begin{longtable}{'; + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + $columns_cnt = 4; + $alignment = '|l|c|c|c|'; + if ($do_relation && $have_rel) { + $columns_cnt++; + $alignment .= 'l|'; + } + if ($do_comments) { + $columns_cnt++; + $alignment .= 'l|'; + } + if ($do_mime && $cfgRelation['mimework']) { + $columns_cnt++; + $alignment .='l|'; + } + $buffer = $alignment . '} ' . $crlf ; + + $header = ' \\hline '; + $header .= '\\multicolumn{1}{|c|}{\\textbf{' . __('Column') . '}} & \\multicolumn{1}{|c|}{\\textbf{' . __('Type') . '}} & \\multicolumn{1}{|c|}{\\textbf{' . __('Null') . '}} & \\multicolumn{1}{|c|}{\\textbf{' . __('Default') . '}}'; + if ($do_relation && $have_rel) { + $header .= ' & \\multicolumn{1}{|c|}{\\textbf{' . __('Links to') . '}}'; + } + if ($do_comments) { + $header .= ' & \\multicolumn{1}{|c|}{\\textbf{' . __('Comments') . '}}'; + $comments = PMA_getComments($db, $table); + } + if ($do_mime && $cfgRelation['mimework']) { + $header .= ' & \\multicolumn{1}{|c|}{\\textbf{MIME}}'; + $mime_map = PMA_getMIME($db, $table, true); + } + + $local_buffer = PMA_texEscape($table); + + // Table caption for first page and label + if (isset($GLOBALS['latex_caption'])) { + $buffer .= ' \\caption{'. PMA_expandUserString($GLOBALS['latex_structure_caption'], 'PMA_texEscape', array('table' => $table, 'database' => $db)) + . '} \\label{' . PMA_expandUserString($GLOBALS['latex_structure_label'], NULL, array('table' => $table, 'database' => $db)) + . '} \\\\' . $crlf; + } + $buffer .= $header . ' \\\\ \\hline \\hline' . $crlf . '\\endfirsthead' . $crlf; + // Table caption on next pages + if (isset($GLOBALS['latex_caption'])) { + $buffer .= ' \\caption{'. PMA_expandUserString($GLOBALS['latex_structure_continued_caption'], 'PMA_texEscape', array('table' => $table, 'database' => $db)) + . '} \\\\ ' . $crlf; + } + $buffer .= $header . ' \\\\ \\hline \\hline \\endhead \\endfoot ' . $crlf; + + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + while ($row = PMA_DBI_fetch_assoc($result)) { + + $type = $row['Type']; + // reformat mysql query output + // set or enum types: slashes single quotes inside options + if (preg_match('/^(set|enum)\((.+)\)$/i', $type, $tmp)) { + $tmp[2] = substr(preg_replace('/([^,])\'\'/', '\\1\\\'', ',' . $tmp[2]), 1); + $type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')'; + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + $type = preg_replace('/BINARY/i', '', $type); + $type = preg_replace('/ZEROFILL/i', '', $type); + $type = preg_replace('/UNSIGNED/i', '', $type); + if (empty($type)) { + $type = ' '; + } + + $binary = preg_match('/BINARY/i', $row['Type']); + $unsigned = preg_match('/UNSIGNED/i', $row['Type']); + $zerofill = preg_match('/ZEROFILL/i', $row['Type']); + } + if (!isset($row['Default'])) { + if ($row['Null'] != 'NO') { + $row['Default'] = 'NULL'; + } + } else { + $row['Default'] = $row['Default']; + } + + $field_name = $row['Field']; + + $local_buffer = $field_name . "\000" . $type . "\000" + . (($row['Null'] == '' || $row['Null'] == 'NO') ? __('No') : __('Yes')) + . "\000" . (isset($row['Default']) ? $row['Default'] : ''); + + if ($do_relation && $have_rel) { + $local_buffer .= "\000"; + if (isset($res_rel[$field_name])) { + $local_buffer .= $res_rel[$field_name]['foreign_table'] . ' (' . $res_rel[$field_name]['foreign_field'] . ')'; + } + } + if ($do_comments && $cfgRelation['commwork']) { + $local_buffer .= "\000"; + if (isset($comments[$field_name])) { + $local_buffer .= $comments[$field_name]; + } + } + if ($do_mime && $cfgRelation['mimework']) { + $local_buffer .= "\000"; + if (isset($mime_map[$field_name])) { + $local_buffer .= str_replace('_', '/', $mime_map[$field_name]['mimetype']); + } + } + $local_buffer = PMA_texEscape($local_buffer); + if ($row['Key']=='PRI') { + $pos=strpos($local_buffer, "\000"); + $local_buffer = '\\textit{' . substr($local_buffer, 0, $pos) . '}' . substr($local_buffer, $pos); + } + if (in_array($field_name, $unique_keys)) { + $pos=strpos($local_buffer, "\000"); + $local_buffer = '\\textbf{' . substr($local_buffer, 0, $pos) . '}' . substr($local_buffer, $pos); + } + $buffer = str_replace("\000", ' & ', $local_buffer); + $buffer .= ' \\\\ \\hline ' . $crlf; + + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + } // end while + PMA_DBI_free_result($result); + + $buffer = ' \\end{longtable}' . $crlf; + return PMA_exportOutputHandler($buffer); +} // end of the 'PMA_exportStructure' function + +} // end else +?> diff --git a/htdocs/phpMyAdmin/libraries/export/mediawiki.php b/htdocs/phpMyAdmin/libraries/export/mediawiki.php new file mode 100644 index 000000000..9fa1b483e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/mediawiki.php @@ -0,0 +1,176 @@ + __('MediaWiki Table'), + 'extension' => 'txt', + 'mime_type' => 'text/plain', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + return TRUE; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + return TRUE; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + return TRUE; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in MediaWiki format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { + global $mediawiki_export_struct; + global $mediawiki_export_data; + + $result = PMA_DBI_fetch_result("SHOW COLUMNS FROM `" . $db . "`.`" . $table . "`"); + $row_cnt = count($result); + + $output = "{| cellpadding=\"10\" cellspacing=\"0\" border=\"1\" style=\"text-align:center;\"\n"; + $output .= "|+'''" . $table . "'''\n"; + $output .= "|- style=\"background:#ffdead;\"\n"; + $output .= "! style=\"background:#ffffff\" | \n"; + for ($i = 0; $i < $row_cnt; ++$i) { + $output .= " | " . $result[$i]['Field']; + if (($i + 1) != $row_cnt) { + $output .= "\n"; + } + } + $output .= "\n"; + + $output .= "|- style=\"background:#f9f9f9;\"\n"; + $output .= "! style=\"background:#f2f2f2\" | Type\n"; + for ($i = 0; $i < $row_cnt; ++$i) { + $output .= " | " . $result[$i]['Type']; + if (($i + 1) != $row_cnt) { + $output .= "\n"; + } + } + $output .= "\n"; + + $output .= "|- style=\"background:#f9f9f9;\"\n"; + $output .= "! style=\"background:#f2f2f2\" | Null\n"; + for ($i = 0; $i < $row_cnt; ++$i) { + $output .= " | " . $result[$i]['Null']; + if (($i + 1) != $row_cnt) { + $output .= "\n"; + } + } + $output .= "\n"; + + $output .= "|- style=\"background:#f9f9f9;\"\n"; + $output .= "! style=\"background:#f2f2f2\" | Default\n"; + for ($i = 0; $i < $row_cnt; ++$i) { + $output .= " | " . $result[$i]['Default']; + if (($i + 1) != $row_cnt) { + $output .= "\n"; + } + } + $output .= "\n"; + + $output .= "|- style=\"background:#f9f9f9;\"\n"; + $output .= "! style=\"background:#f2f2f2\" | Extra\n"; + for ($i = 0; $i < $row_cnt; ++$i) { + $output .= " | " . $result[$i]['Extra']; + if (($i + 1) != $row_cnt) { + $output .= "\n"; + } + } + $output .= "\n"; + + $output .= "|}\n\n\n\n"; + return PMA_exportOutputHandler($output); +} + +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/ods.php b/htdocs/phpMyAdmin/libraries/export/ods.php new file mode 100644 index 000000000..28a5dfd4c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/ods.php @@ -0,0 +1,235 @@ + __('Open Document Spreadsheet'), + 'extension' => 'ods', + 'mime_type' => 'application/vnd.oasis.opendocument.spreadsheet', + 'force_file' => true, + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')), + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'end_group'), + ), + 'options_text' => __('Options'), + ); +} else { + +$GLOBALS['ods_buffer'] = ''; +require_once './libraries/opendocument.lib.php'; + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + $GLOBALS['ods_buffer'] .= '' + . '' + . ''; + if (!PMA_exportOutputHandler(PMA_createOpenDocument('application/vnd.oasis.opendocument.spreadsheet', $GLOBALS['ods_buffer']))) { + return FALSE; + } + return TRUE; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + $GLOBALS['ods_buffer'] .= '' + . '' + . '' + . '' + . '' + . '/' + . '' + . '/' + . '' + . '' + . '' + . '' + . ':' + . '' + . ':' + . '' + . ' ' + . '' + . '' + . '' + . '' + . '/' + . '' + . '/' + . '' + . ' ' + . '' + . ':' + . '' + . ' ' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . ''; + return TRUE; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + return TRUE; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in CSV format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { + global $what; + + // Gets the data from the database + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + $fields_cnt = PMA_DBI_num_fields($result); + $fields_meta = PMA_DBI_get_fields_meta($result); + $field_flags = array(); + for ($j = 0; $j < $fields_cnt; $j++) { + $field_flags[$j] = PMA_DBI_field_flags($result, $j); + } + + $GLOBALS['ods_buffer'] .= ''; + + // If required, get fields name at the first line + if (isset($GLOBALS[$what . '_columns'])) { + $GLOBALS['ods_buffer'] .= ''; + for ($i = 0; $i < $fields_cnt; $i++) { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))) . '' + . ''; + } // end for + $GLOBALS['ods_buffer'] .= ''; + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $GLOBALS['ods_buffer'] .= ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (!isset($row[$j]) || is_null($row[$j])) { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars($GLOBALS[$what . '_null']) . '' + . ''; + // ignore BLOB + } elseif (stristr($field_flags[$j], 'BINARY') + && $fields_meta[$j]->blob) { + $GLOBALS['ods_buffer'] .= '' + . '' + . ''; + } elseif ($fields_meta[$j]->type == "date") { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } elseif ($fields_meta[$j]->type == "time") { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } elseif ($fields_meta[$j]->type == "datetime") { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } elseif ($fields_meta[$j]->numeric && $fields_meta[$j]->type != 'timestamp' && ! $fields_meta[$j]->blob) { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } else { + $GLOBALS['ods_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } + } // end for + $GLOBALS['ods_buffer'] .= ''; + } // end while + PMA_DBI_free_result($result); + + $GLOBALS['ods_buffer'] .= ''; + + return TRUE; +} + +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/odt.php b/htdocs/phpMyAdmin/libraries/export/odt.php new file mode 100644 index 000000000..b70388dd3 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/odt.php @@ -0,0 +1,419 @@ + __('Open Document Text'), + 'extension' => 'odt', + 'mime_type' => 'application/vnd.oasis.opendocument.text', + 'force_file' => true, + 'options' => array(), /* Filled later */ + 'options_text' => __('Options'), + ); + + /* what to dump (structure/data/both) */ + $plugin_list['odt']['options'][] = + array('type' => 'begin_group', 'text' => __('Dump table') , 'name' => 'general_opts'); + $plugin_list['odt']['options'][] = + array('type' => 'radio', 'name' => 'structure_or_data', 'values' => array('structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'))); + $plugin_list['odt']['options'][] = array('type' => 'end_group'); + + /* Structure options */ + if (!$hide_structure) { + $plugin_list['odt']['options'][] = + array('type' => 'begin_group', 'name' => 'structure', 'text' => __('Object creation options'), 'force' => 'data'); + if (!empty($GLOBALS['cfgRelation']['relation'])) { + $plugin_list['odt']['options'][] = + array('type' => 'bool', 'name' => 'relation', 'text' => __('Display foreign key relationships')); + } + $plugin_list['odt']['options'][] = + array('type' => 'bool', 'name' => 'comments', 'text' => __('Display comments')); + if (!empty($GLOBALS['cfgRelation']['mimework'])) { + $plugin_list['odt']['options'][] = + array('type' => 'bool', 'name' => 'mime', 'text' => __('Display MIME types')); + } + $plugin_list['odt']['options'][] = + array('type' => 'end_group'); + } + /* Data */ + $plugin_list['odt']['options'][] = + array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options'), 'force' => 'structure'); + $plugin_list['odt']['options'][] = + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')); + $plugin_list['odt']['options'][] = + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')); + $plugin_list['odt']['options'][] = + array('type' => 'end_group'); +} else { + +$GLOBALS['odt_buffer'] = ''; +require_once './libraries/opendocument.lib.php'; + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + $GLOBALS['odt_buffer'] .= '' + . '' + . ''; + if (!PMA_exportOutputHandler(PMA_createOpenDocument('application/vnd.oasis.opendocument.text', $GLOBALS['odt_buffer']))) { + return FALSE; + } + return TRUE; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + $GLOBALS['odt_buffer'] .= '' + . '' + . '' + . ''; + return TRUE; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + $GLOBALS['odt_buffer'] .= '' . htmlspecialchars(__('Database') . ' ' . $db) . ''; + return TRUE; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in CSV format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { + global $what; + + // Gets the data from the database + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + $fields_cnt = PMA_DBI_num_fields($result); + $fields_meta = PMA_DBI_get_fields_meta($result); + $field_flags = array(); + for ($j = 0; $j < $fields_cnt; $j++) { + $field_flags[$j] = PMA_DBI_field_flags($result, $j); + } + + $GLOBALS['odt_buffer'] .= '' . htmlspecialchars(__('Dumping data for table') . ' ' . $table) . ''; + $GLOBALS['odt_buffer'] .= ''; + $GLOBALS['odt_buffer'] .= ''; + + // If required, get fields name at the first line + if (isset($GLOBALS[$what . '_columns'])) { + $GLOBALS['odt_buffer'] .= ''; + for ($i = 0; $i < $fields_cnt; $i++) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))) . '' + . ''; + } // end for + $GLOBALS['odt_buffer'] .= ''; + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $GLOBALS['odt_buffer'] .= ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (!isset($row[$j]) || is_null($row[$j])) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($GLOBALS[$what . '_null']) . '' + . ''; + // ignore BLOB + } elseif (stristr($field_flags[$j], 'BINARY') + && $fields_meta[$j]->blob) { + $GLOBALS['odt_buffer'] .= '' + . '' + . ''; + } elseif ($fields_meta[$j]->numeric && $fields_meta[$j]->type != 'timestamp' && ! $fields_meta[$j]->blob) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } else { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($row[$j]) . '' + . ''; + } + } // end for + $GLOBALS['odt_buffer'] .= ''; + } // end while + PMA_DBI_free_result($result); + + $GLOBALS['odt_buffer'] .= ''; + + return TRUE; +} + +/** + * Returns $table's structure as Open Document Text + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param boolean whether to include relation comments + * @param boolean whether to include column comments + * @param boolean whether to include mime comments + * @param string future feature: support view dependencies + * + * @return bool Whether it suceeded + * + * @access public + */ + // @@@ Table structure +function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, $dummy) +{ + global $cfgRelation; + + /* Heading */ + $GLOBALS['odt_buffer'] .= '' . htmlspecialchars(__('Table structure for table') . ' ' . $table) . ''; + + /** + * Get the unique keys in the table + */ + $keys_query = 'SHOW KEYS FROM ' . PMA_backquote($table) . ' FROM '. PMA_backquote($db); + $keys_result = PMA_DBI_query($keys_query); + $unique_keys = array(); + while ($key = PMA_DBI_fetch_assoc($keys_result)) { + if ($key['Non_unique'] == 0) { + $unique_keys[] = $key['Column_name']; + } + } + PMA_DBI_free_result($keys_result); + + /** + * Gets fields properties + */ + PMA_DBI_select_db($db); + $local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table); + $result = PMA_DBI_query($local_query); + $fields_cnt = PMA_DBI_num_rows($result); + + // Check if we can use Relations (Mike Beck) + if ($do_relation && !empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if ($res_rel && count($res_rel) > 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } else { + $have_rel = FALSE; + } // end if + + /** + * Displays the table structure + */ + $GLOBALS['odt_buffer'] .= ''; + $columns_cnt = 4; + if ($do_relation && $have_rel) { + $columns_cnt++; + } + if ($do_comments) { + $columns_cnt++; + } + if ($do_mime && $cfgRelation['mimework']) { + $columns_cnt++; + } + $GLOBALS['odt_buffer'] .= ''; + /* Header */ + $GLOBALS['odt_buffer'] .= ''; + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('Column')) . '' + . ''; + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('Type')) . '' + . ''; + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('Null')) . '' + . ''; + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('Default')) . '' + . ''; + if ($do_relation && $have_rel) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('Links to')) . '' + . ''; + } + if ($do_comments) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('Comments')) . '' + . ''; + $comments = PMA_getComments($db, $table); + } + if ($do_mime && $cfgRelation['mimework']) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(__('MIME type')) . '' + . ''; + $mime_map = PMA_getMIME($db, $table, true); + } + $GLOBALS['odt_buffer'] .= ''; + + while ($row = PMA_DBI_fetch_assoc($result)) { + + $GLOBALS['odt_buffer'] .= ''; + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($row['Field']) . '' + . ''; + // reformat mysql query output + // set or enum types: slashes single quotes inside options + $field_name = $row['Field']; + $type = $row['Type']; + if (preg_match('/^(set|enum)\((.+)\)$/i', $type, $tmp)) { + $tmp[2] = substr(preg_replace('/([^,])\'\'/', '\\1\\\'', ',' . $tmp[2]), 1); + $type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')'; + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + $type = preg_replace('/BINARY/i', '', $type); + $type = preg_replace('/ZEROFILL/i', '', $type); + $type = preg_replace('/UNSIGNED/i', '', $type); + if (empty($type)) { + $type = ' '; + } + + $binary = preg_match('/BINARY/i', $row['Type']); + $unsigned = preg_match('/UNSIGNED/i', $row['Type']); + $zerofill = preg_match('/ZEROFILL/i', $row['Type']); + } + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($type) . '' + . ''; + if (!isset($row['Default'])) { + if ($row['Null'] != 'NO') { + $row['Default'] = 'NULL'; + } else { + $row['Default'] = ''; + } + } else { + $row['Default'] = $row['Default']; + } + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(($row['Null'] == '' || $row['Null'] == 'NO') ? __('No') : __('Yes')) . '' + . ''; + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($row['Default']) . '' + . ''; + + if ($do_relation && $have_rel) { + if (isset($res_rel[$field_name])) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' (' . $res_rel[$field_name]['foreign_field'] . ')') . '' + . ''; + } + } + if ($do_comments) { + if (isset($comments[$field_name])) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars($comments[$field_name]) . '' + . ''; + } else { + $GLOBALS['odt_buffer'] .= '' + . '' + . ''; + } + } + if ($do_mime && $cfgRelation['mimework']) { + if (isset($mime_map[$field_name])) { + $GLOBALS['odt_buffer'] .= '' + . '' . htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])) . '' + . ''; + } else { + $GLOBALS['odt_buffer'] .= '' + . '' + . ''; + } + } + $GLOBALS['odt_buffer'] .= ''; + } // end while + PMA_DBI_free_result($result); + + $GLOBALS['odt_buffer'] .= ''; + return TRUE; +} // end of the 'PMA_exportStructure' function + +} // end else +?> diff --git a/htdocs/phpMyAdmin/libraries/export/pdf.php b/htdocs/phpMyAdmin/libraries/export/pdf.php new file mode 100644 index 000000000..431df0da9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/pdf.php @@ -0,0 +1,485 @@ + __('PDF'), + 'extension' => 'pdf', + 'mime_type' => 'application/pdf', + 'force_file' => true, + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'message_only', 'name' => 'explanation', 'text' => __('(Generates a report containing the data of a single table)')), + array('type' => 'text', 'name' => 'report_title', 'text' => __('Report title:')), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Font used in PDF. + * + * @todo Make this configuratble (at least Sans/Serif). + */ +define('PMA_PDF_FONT', 'DejaVuSans'); +require_once './libraries/tcpdf/tcpdf.php'; + +/** + * Adapted from a LGPL script by Philip Clarke + * @package phpMyAdmin-Export-PDF + */ +class PMA_PDF extends TCPDF +{ + var $tablewidths; + var $headerset; + var $footerset; + + function checkPageBreak($h=0, $y='', $addpage=true) { + if ($this->empty_string($y)) { + $y = $this->y; + } + $current_page = $this->page; + if ((($y + $h) > $this->PageBreakTrigger) AND (!$this->InFooter) AND ($this->AcceptPageBreak())) { + if ($addpage) { + //Automatic page break + $x = $this->x; + $this->AddPage($this->CurOrientation); + $this->y = $this->dataY; + $oldpage = $this->page - 1; + if ($this->rtl) { + if ($this->pagedim[$this->page]['orm'] != $this->pagedim[$oldpage]['orm']) { + $this->x = $x - ($this->pagedim[$this->page]['orm'] - $this->pagedim[$oldpage]['orm']); + } else { + $this->x = $x; + } + } else { + if ($this->pagedim[$this->page]['olm'] != $this->pagedim[$oldpage]['olm']) { + $this->x = $x + ($this->pagedim[$this->page]['olm'] - $this->pagedim[$oldpage]['olm']); + } else { + $this->x = $x; + } + } + } + return true; + } + if ($current_page != $this->page) { + // account for columns mode + return true; + } + return false; + } + + function Header() + { + global $maxY; + // Check if header for this page already exists + if (!isset($this->headerset[$this->page])) { + $fullwidth = 0; + foreach ($this->tablewidths as $width) { + $fullwidth += $width; + } + $this->SetY(($this->tMargin) - ($this->FontSizePt/$this->k)*3); + $this->cellFontSize = $this->FontSizePt ; + $this->SetFont(PMA_PDF_FONT, '', ($this->titleFontSize ? $this->titleFontSize : $this->FontSizePt)); + $this->Cell(0, $this->FontSizePt, $this->titleText, 0, 1, 'C'); + $this->SetFont(PMA_PDF_FONT, '', $this->cellFontSize); + $this->SetY(($this->tMargin) - ($this->FontSizePt/$this->k)*1.5); + $this->Cell(0, $this->FontSizePt, __('Database') .': ' .$this->currentDb .', ' .__('Table') .': ' .$this->currentTable, 0, 1, 'L'); + $l = ($this->lMargin); + foreach ($this->colTitles as $col => $txt) { + $this->SetXY($l, ($this->tMargin)); + $this->MultiCell($this->tablewidths[$col], $this->FontSizePt, $txt); + $l += $this->tablewidths[$col] ; + $maxY = ($maxY < $this->getY()) ? $this->getY() : $maxY ; + } + $this->SetXY($this->lMargin, $this->tMargin); + $this->setFillColor(200, 200, 200); + $l = ($this->lMargin); + foreach ($this->colTitles as $col => $txt) { + $this->SetXY($l, $this->tMargin); + $this->cell($this->tablewidths[$col], $maxY-($this->tMargin), '', 1, 0, 'L', 1); + $this->SetXY($l, $this->tMargin); + $this->MultiCell($this->tablewidths[$col], $this->FontSizePt, $txt, 0, 'C'); + $l += $this->tablewidths[$col]; + } + $this->setFillColor(255, 255, 255); + // set headerset + $this->headerset[$this->page] = 1; + } + + $this->dataY = $maxY; + } + + function Footer() + { + // Check if footer for this page already exists + if (!isset($this->footerset[$this->page])) { + $this->SetY(-15); + //Page number + $this->setFooterFont(PMA_PDF_FONT, '', 14); + $this->Cell(0, 6, __('Page number:') . ' ' . $this->getAliasNumPage() . '/' . $this->getAliasNbPages(), 'T', 0, 'C'); + + // set footerset + $this->footerset[$this->page] = 1; + } + } + + function morepagestable($lineheight=8) + { + // some things to set and 'remember' + $l = $this->lMargin; + $startheight = $h = $this->dataY; + $startpage = $currpage = $this->page; + + // calculate the whole width + $fullwidth = 0; + foreach ($this->tablewidths as $width) { + $fullwidth += $width; + } + + // Now let's start to write the table + $row = 0; + $tmpheight = array(); + $maxpage = $this->page; + + while ($data = PMA_DBI_fetch_row($this->results)) { + $this->page = $currpage; + // write the horizontal borders + $this->Line($l, $h, $fullwidth+$l, $h); + // write the content and remember the height of the highest col + foreach ($data as $col => $txt) { + $this->page = $currpage; + $this->SetXY($l, $h); + if ($this->tablewidths[$col] > 0) { + $this->MultiCell($this->tablewidths[$col], $lineheight, $txt, 0, $this->colAlign[$col]); + $l += $this->tablewidths[$col]; + } + + if (!isset($tmpheight[$row.'-'.$this->page])) { + $tmpheight[$row.'-'.$this->page] = 0; + } + if ($tmpheight[$row.'-'.$this->page] < $this->GetY()) { + $tmpheight[$row.'-'.$this->page] = $this->GetY(); + } + if ($this->page > $maxpage) { + $maxpage = $this->page; + } + unset($data[$col]); + } + + // get the height we were in the last used page + $h = $tmpheight[$row.'-'.$maxpage]; + // set the "pointer" to the left margin + $l = $this->lMargin; + // set the $currpage to the last page + $currpage = $maxpage; + unset($data[$row]); + $row++; + } + // draw the borders + // we start adding a horizontal line on the last page + $this->page = $maxpage; + $this->Line($l, $h, $fullwidth+$l, $h); + // now we start at the top of the document and walk down + for ($i = $startpage; $i <= $maxpage; $i++) { + $this->page = $i; + $l = $this->lMargin; + $t = ($i == $startpage) ? $startheight : $this->tMargin; + $lh = ($i == $maxpage) ? $h : $this->h-$this->bMargin; + $this->Line($l, $t, $l, $lh); + foreach ($this->tablewidths as $width) { + $l += $width; + $this->Line($l, $t, $l, $lh); + } + } + // set it to the last page, if not it'll cause some problems + $this->page = $maxpage; + } + + function setAttributes($attr = array()) + { + foreach ($attr as $key => $val){ + $this->$key = $val ; + } + } + + function setTopMargin($topMargin) + { + $this->tMargin = $topMargin; + } + + function mysql_report($query) + { + unset($this->tablewidths); + unset($this->colTitles); + unset($this->titleWidth); + unset($this->colFits); + unset($this->display_column); + unset($this->colAlign); + + /** + * Pass 1 for column widths + */ + $this->results = PMA_DBI_query($query, null, PMA_DBI_QUERY_UNBUFFERED); + $this->numFields = PMA_DBI_num_fields($this->results); + $this->fields = PMA_DBI_get_fields_meta($this->results); + + // sColWidth = starting col width (an average size width) + $availableWidth = $this->w - $this->lMargin - $this->rMargin; + $this->sColWidth = $availableWidth / $this->numFields; + $totalTitleWidth = 0; + + // loop through results header and set initial col widths/ titles/ alignment + // if a col title is less than the starting col width, reduce that column size + for ($i = 0; $i < $this->numFields; $i++){ + $stringWidth = $this->getstringwidth($this->fields[$i]->name) + 6 ; + // save the real title's width + $titleWidth[$i] = $stringWidth; + $totalTitleWidth += $stringWidth; + + // set any column titles less than the start width to the column title width + if ($stringWidth < $this->sColWidth){ + $colFits[$i] = $stringWidth ; + } + $this->colTitles[$i] = $this->fields[$i]->name; + $this->display_column[$i] = true; + + switch ($this->fields[$i]->type){ + case 'int': + $this->colAlign[$i] = 'R'; + break; + case 'blob': + case 'tinyblob': + case 'mediumblob': + case 'longblob': + /** + * @todo do not deactivate completely the display + * but show the field's name and [BLOB] + */ + if (stristr($this->fields[$i]->flags, 'BINARY')) { + $this->display_column[$i] = false; + unset($this->colTitles[$i]); + } + $this->colAlign[$i] = 'L'; + break; + default: + $this->colAlign[$i] = 'L'; + } + } + + // title width verification + if ($totalTitleWidth > $availableWidth) { + $adjustingMode = true; + } else { + $adjustingMode = false; + // we have enough space for all the titles at their + // original width so use the true title's width + foreach ($titleWidth as $key => $val) { + $colFits[$key] = $val; + } + } + + // loop through the data; any column whose contents + // is greater than the column size is resized + /** + * @todo force here a LIMIT to avoid reading all rows + */ + while ($row = PMA_DBI_fetch_row($this->results)) { + foreach ($colFits as $key => $val) { + $stringWidth = $this->getstringwidth($row[$key]) + 6 ; + if ($adjustingMode && ($stringWidth > $this->sColWidth)) { + // any column whose data's width is bigger than the start width is now discarded + unset($colFits[$key]); + } else { + // if data's width is bigger than the current column width, + // enlarge the column (but avoid enlarging it if the + // data's width is very big) + if ($stringWidth > $val && $stringWidth < ($this->sColWidth * 3)) { + $colFits[$key] = $stringWidth ; + } + } + } + } + + $totAlreadyFitted = 0; + foreach ($colFits as $key => $val){ + // set fitted columns to smallest size + $this->tablewidths[$key] = $val; + // to work out how much (if any) space has been freed up + $totAlreadyFitted += $val; + } + + if ($adjustingMode) { + $surplus = (sizeof($colFits) * $this->sColWidth) - $totAlreadyFitted; + $surplusToAdd = $surplus / ($this->numFields - sizeof($colFits)); + } else { + $surplusToAdd = 0; + } + + for ($i=0; $i < $this->numFields; $i++) { + if (!in_array($i, array_keys($colFits))) { + $this->tablewidths[$i] = $this->sColWidth + $surplusToAdd; + } + if ($this->display_column[$i] == false) { + $this->tablewidths[$i] = 0; + } + } + + ksort($this->tablewidths); + + PMA_DBI_free_result($this->results); + + // Pass 2 + + $this->results = PMA_DBI_query($query, null, PMA_DBI_QUERY_UNBUFFERED); + $this->setY($this->tMargin); + $this->AddPage(); + $this->morepagestable($this->FontSizePt); + PMA_DBI_free_result($this->results); + + } // end of mysql_report function + +} // end of PMA_PDF class + +$pdf = new PMA_PDF('L', 'pt', 'A3'); + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) +{ + return TRUE; +} + +/** + * Finalize the pdf. + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() +{ + global $pdf; + + // instead of $pdf->Output(): + if (!PMA_exportOutputHandler($pdf->getPDFData())) { + return FALSE; + } + + return TRUE; +} + +/** + * Initialize the pdf to export data. + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() +{ + global $pdf_report_title; + global $pdf; + + $pdf->AddFont('DejaVuSans', '', 'dejavusans.php'); + $pdf->AddFont('DejaVuSans', 'B', 'dejavusansb.php'); + $pdf->AddFont('DejaVuSerif', '', 'dejavuserif.php'); + $pdf->AddFont('DejaVuSerif', 'B', 'dejavuserifb.php'); + $pdf->SetFont(PMA_PDF_FONT, '', 11.5); + $pdf->setFooterFont(array(PMA_PDF_FONT, '', 11.5)); + $pdf->AliasNbPages(); + $pdf->Open(); + + $attr=array('titleFontSize' => 18, 'titleText' => $pdf_report_title); + $pdf->setAttributes($attr); + $pdf->setTopMargin(45); + + return TRUE; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) +{ + return TRUE; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) +{ + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) +{ + return TRUE; +} + +/** + * Outputs the content of a table in PDF format + * + * @todo user-defined page orientation, paper size + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + global $pdf; + + $attr=array('currentDb' => $db, 'currentTable' => $table); + $pdf->setAttributes($attr); + $pdf->mysql_report($sql_query); + + return TRUE; +} // end of the 'PMA_exportData()' function +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/php_array.php b/htdocs/phpMyAdmin/libraries/export/php_array.php new file mode 100644 index 000000000..983673c68 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/php_array.php @@ -0,0 +1,178 @@ + __('PHP array'), + 'extension' => 'php', + 'mime_type' => 'text/plain', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array( + 'type' => 'hidden', + 'name' => 'structure_or_data', + ), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Set of functions used to build exports of tables + */ + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) +{ + PMA_exportOutputHandler('// ' . $text . $GLOBALS['crlf']); + return true; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() +{ + return true; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() +{ + PMA_exportOutputHandler( + '" . var_export($record[$i], true) . (($i + 1 >= $columns_cnt) ? '' : ','); + } + + $buffer .= ')'; + } + + $buffer .= $crlf . ');' . $crlf; + if (! PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + PMA_DBI_free_result($result); + + return true; +} + +} diff --git a/htdocs/phpMyAdmin/libraries/export/sql.php b/htdocs/phpMyAdmin/libraries/export/sql.php new file mode 100644 index 000000000..acfdf11f8 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/sql.php @@ -0,0 +1,1145 @@ + __('SQL'), + 'extension' => 'sql', + 'mime_type' => 'text/x-sql', + 'options' => array()); + + $plugin_list['sql']['options'][] = array('type' => 'begin_group', 'name' => 'general_opts'); + + /* comments */ + $plugin_list['sql']['options'][] = + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'bool', 'name' => 'include_comments', 'text' => __('Display comments (includes info such as export timestamp, PHP version, and server version)'))); + $plugin_list['sql']['options'][] = + array('type' => 'text', 'name' => 'header_comment', 'text' => __('Additional custom header comment (\n splits lines):')); + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'dates', 'text' => __('Include a timestamp of when databases were created, last updated, and last checked')); + if (!empty($GLOBALS['cfgRelation']['relation'])) { + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'relation', 'text' => __('Display foreign key relationships')); + } + if (!empty($GLOBALS['cfgRelation']['mimework'])) { + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'mime', 'text' => __('Display MIME types')); + } + $plugin_list['sql']['options'][] = array('type' => 'end_subgroup'); + /* end comments */ + + /* enclose in a transaction */ + $plugin_list['sql']['options'][] = array('type' => 'bool', 'name' => 'use_transaction', 'text' => __('Enclose export in a transaction'), 'doc' => array('programs', 'mysqldump', 'option_mysqldump_single-transaction')); + + /* disable foreign key checks */ + $plugin_list['sql']['options'][] = array('type' => 'bool', 'name' => 'disable_fk', 'text' => __('Disable foreign key checks'), 'doc' => array('manual_MySQL_Database_Administration', 'server-system-variables', 'sysvar_foreign_key_checks')); + + $plugin_list['sql']['options_text'] = __('Options'); + + /* compatibility maximization */ + $compats = PMA_DBI_getCompatibilities(); + if (count($compats) > 0) { + $values = array(); + foreach($compats as $val) { + $values[$val] = $val; + } + $plugin_list['sql']['options'][] = + array('type' => 'select', 'name' => 'compatibility', 'text' => __('Database system or older MySQL server to maximize output compatibility with:'), 'values' => $values, 'doc' => array('manual_MySQL_Database_Administration', 'Server_SQL_mode')); + unset($values); + } + + /* server export options */ + if ($plugin_param['export_type'] == 'server') { + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'drop_database', 'text' => sprintf(__('Add %s statement'), 'DROP DATABASE')); + } + + /* what to dump (structure/data/both) */ + $plugin_list['sql']['options'][] = + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'message_only', 'text' => __('Dump table'))); + $plugin_list['sql']['options'][] = + array('type' => 'radio', 'name' => 'structure_or_data', 'values' => array('structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'))); + $plugin_list['sql']['options'][] = array('type' => 'end_subgroup'); + + $plugin_list['sql']['options'][] = array('type' => 'end_group'); + + /* begin Structure options */ + if (!$hide_structure) { + $plugin_list['sql']['options'][] = + array('type' => 'begin_group', 'name' => 'structure', 'text' => __('Object creation options'), 'force' => 'data'); + + /* begin SQL Statements */ + $plugin_list['sql']['options'][] = + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'message_only', 'name' => 'add_statements', 'text' => __('Add statements:'))); + if ($plugin_param['export_type'] == 'table') { + if (PMA_Table::isView($GLOBALS['db'], $GLOBALS['table'])) { + $drop_clause = 'DROP VIEW'; + } else { + $drop_clause = 'DROP TABLE'; + } + } else { + $drop_clause = 'DROP TABLE / VIEW / PROCEDURE / FUNCTION'; + if (PMA_MYSQL_INT_VERSION > 50100) { + $drop_clause .= ' / EVENT'; + } + } + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'drop_table', 'text' => sprintf(__('Add %s statement'), $drop_clause)); + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'procedure_function', 'text' => sprintf(__('Add %s statement'), 'CREATE PROCEDURE / FUNCTION' . (PMA_MYSQL_INT_VERSION > 50100 ? ' / EVENT' : ''))); + + /* begin CREATE TABLE statements*/ + $plugin_list['sql']['options'][] = + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'bool', 'name' => 'create_table_statements', 'text' => __('CREATE TABLE options:'))); + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'if_not_exists', 'text' => 'IF NOT EXISTS'); + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'auto_increment', 'text' => 'AUTO_INCREMENT'); + $plugin_list['sql']['options'][] = array('type' => 'end_subgroup'); + /* end CREATE TABLE statements */ + + $plugin_list['sql']['options'][] = array('type' => 'end_subgroup'); + /* end SQL statements */ + + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'backquotes', 'text' => __('Enclose table and field names with backquotes (Protects field and table names formed with special characters or keywords)')); + + $plugin_list['sql']['options'][] = + array('type' => 'end_group'); + } + /* end Structure options */ + + /* begin Data options */ + $plugin_list['sql']['options'][] = + array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options'), 'force' => 'structure'); + + /* begin SQL statements */ + $plugin_list['sql']['options'][] = + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'message_only', 'text' => __('Instead of INSERT statements, use:'))); + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'delayed', 'text' => __('INSERT DELAYED statements'), 'doc' => array('manual_MySQL_Database_Administration', 'insert_delayed')); + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'ignore', 'text' => __('INSERT IGNORE statements'), 'doc' => array('manual_MySQL_Database_Administration', 'insert')); + $plugin_list['sql']['options'][] = + array('type' => 'end_subgroup'); + /* end SQL statements */ + + /* Function to use when dumping data */ + $plugin_list['sql']['options'][] = + array('type' => 'select', 'name' => 'type', 'text' => __('Function to use when dumping data:'), 'values' => array('INSERT' => 'INSERT', 'UPDATE' => 'UPDATE', 'REPLACE' => 'REPLACE')); + + /* Syntax to use when inserting data */ + $plugin_list['sql']['options'][] = + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'message_only', 'text' => __('Syntax to use when inserting data:'))); + $plugin_list['sql']['options'][] = + array('type' => 'radio', 'name' => 'insert_syntax', 'values' => array( + 'complete' => __('include column names in every INSERT statement
                                Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)'), + 'extended' => __('insert multiple rows in every INSERT statement
                                Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)'), + 'both' => __('both of the above
                                Example: INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)'), + 'none' => __('neither of the above
                                Example: INSERT INTO tbl_name VALUES (1,2,3)'))); + $plugin_list['sql']['options'][] = + array('type' => 'end_subgroup'); + + /* Max length of query */ + $plugin_list['sql']['options'][] = + array('type' => 'text', 'name' => 'max_query_size', 'text' => __('Maximal length of created query')); + + /* Dump binary columns in hexadecimal */ + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'hex_for_blob', 'text' => __('Dump binary columns in hexadecimal notation (for example, "abc" becomes 0x616263)')); + + /* Dump time in UTC */ + $plugin_list['sql']['options'][] = + array('type' => 'bool', 'name' => 'utc_time', 'text' => __('Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and reloaded between servers in different time zones)')); + + $plugin_list['sql']['options'][] = array('type' => 'end_group'); + /* end Data options */ + } +} else { + +/** + * Avoids undefined variables, use NULL so isset() returns false + */ +if (! isset($sql_backquotes)) { + $sql_backquotes = null; +} + +/** + * Exports routines (procedures and functions) + * + * @param string $db + * + * @return bool Whether it suceeded + */ +function PMA_exportRoutines($db) { + global $crlf; + + $text = ''; + $delimiter = '$$'; + + $procedure_names = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE'); + $function_names = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION'); + + if ($procedure_names || $function_names) { + $text .= $crlf + . 'DELIMITER ' . $delimiter . $crlf; + } + + if ($procedure_names) { + $text .= + PMA_exportComment() + . PMA_exportComment(__('Procedures')) + . PMA_exportComment(); + + foreach($procedure_names as $procedure_name) { + if (! empty($GLOBALS['sql_drop_table'])) { + $text .= 'DROP PROCEDURE IF EXISTS ' . PMA_backquote($procedure_name) . $delimiter . $crlf; + } + $text .= PMA_DBI_get_definition($db, 'PROCEDURE', $procedure_name) . $delimiter . $crlf . $crlf; + } + } + + if ($function_names) { + $text .= + PMA_exportComment() + . PMA_exportComment(__('Functions')) + . PMA_exportComment(); + + foreach($function_names as $function_name) { + if (! empty($GLOBALS['sql_drop_table'])) { + $text .= 'DROP FUNCTION IF EXISTS ' . PMA_backquote($function_name) . $delimiter . $crlf; + } + $text .= PMA_DBI_get_definition($db, 'FUNCTION', $function_name) . $delimiter . $crlf . $crlf; + } + } + + if ($procedure_names || $function_names) { + $text .= 'DELIMITER ;' . $crlf; + } + + if (! empty($text)) { + return PMA_exportOutputHandler($text); + } else { + return false; + } +} + +/** + * Possibly outputs comment + * + * @param string Text of comment + * + * @return string The formatted comment + */ +function PMA_exportComment($text = '') +{ + if (isset($GLOBALS['sql_include_comments']) && $GLOBALS['sql_include_comments']) { + // see http://dev.mysql.com/doc/refman/5.0/en/ansi-diff-comments.html + return '--' . (empty($text) ? '' : ' ') . $text . $GLOBALS['crlf']; + } else { + return ''; + } +} + +/** + * Possibly outputs CRLF + * + * @return string $crlf or nothing + */ +function PMA_possibleCRLF() +{ + + if (isset($GLOBALS['sql_include_comments']) && $GLOBALS['sql_include_comments']) { + return $GLOBALS['crlf']; + } else { + return ''; + } +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() +{ + global $crlf; + global $mysql_charset_map; + + $foot = ''; + + if (isset($GLOBALS['sql_disable_fk'])) { + $foot .= 'SET FOREIGN_KEY_CHECKS=1;' . $crlf; + } + + if (isset($GLOBALS['sql_use_transaction'])) { + $foot .= 'COMMIT;' . $crlf; + } + + // restore connection settings + $charset_of_file = isset($GLOBALS['charset_of_file']) ? $GLOBALS['charset_of_file'] : ''; + if (!empty($GLOBALS['asfile']) && isset($mysql_charset_map[$charset_of_file])) { + $foot .= $crlf + . '/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;' . $crlf + . '/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;' . $crlf + . '/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;' . $crlf; + } + + /* Restore timezone */ + if ($GLOBALS['sql_utc_time']) { + PMA_DBI_query('SET time_zone = "' . $GLOBALS['old_tz'] . '"'); + } + + return PMA_exportOutputHandler($foot); +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() +{ + global $crlf; + global $cfg; + global $mysql_charset_map; + + if (isset($GLOBALS['sql_compatibility'])) { + $tmp_compat = $GLOBALS['sql_compatibility']; + if ($tmp_compat == 'NONE') { + $tmp_compat = ''; + } + PMA_DBI_try_query('SET SQL_MODE="' . $tmp_compat . '"'); + unset($tmp_compat); + } + $head = PMA_exportComment('phpMyAdmin SQL Dump') + . PMA_exportComment('version ' . PMA_VERSION) + . PMA_exportComment('http://www.phpmyadmin.net') + . PMA_exportComment(); + $head .= empty($cfg['Server']['port']) ? PMA_exportComment(__('Host') . ': ' . $cfg['Server']['host']) : PMA_exportComment(__('Host') . ': ' . $cfg['Server']['host'] . ':' . $cfg['Server']['port']); + $head .= PMA_exportComment(__('Generation Time') + . ': ' . PMA_localisedDate()) + . PMA_exportComment(__('Server version') . ': ' . substr(PMA_MYSQL_INT_VERSION, 0, 1) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 1, 2) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 3)) + . PMA_exportComment(__('PHP Version') . ': ' . phpversion()) + . PMA_possibleCRLF(); + + if (isset($GLOBALS['sql_header_comment']) && !empty($GLOBALS['sql_header_comment'])) { + // '\n' is not a newline (like "\n" would be), it's the characters + // backslash and n, as explained on the export interface + $lines = explode('\n', $GLOBALS['sql_header_comment']); + $head .= PMA_exportComment(); + foreach($lines as $one_line) { + $head .= PMA_exportComment($one_line); + } + $head .= PMA_exportComment(); + } + + if (isset($GLOBALS['sql_disable_fk'])) { + $head .= 'SET FOREIGN_KEY_CHECKS=0;' . $crlf; + } + + /* We want exported AUTO_INCREMENT fields to have still same value, do this only for recent MySQL exports */ + if (!isset($GLOBALS['sql_compatibility']) || $GLOBALS['sql_compatibility'] == 'NONE') { + $head .= 'SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";' . $crlf; + } + + if (isset($GLOBALS['sql_use_transaction'])) { + $head .= 'SET AUTOCOMMIT=0;' . $crlf + . 'START TRANSACTION;' . $crlf; + } + + + /* Change timezone if we should export timestamps in UTC */ + if ($GLOBALS['sql_utc_time']) { + $head .= 'SET time_zone = "+00:00";' . $crlf; + $GLOBALS['old_tz'] = PMA_DBI_fetch_value('SELECT @@session.time_zone'); + PMA_DBI_query('SET time_zone = "+00:00"'); + } + + $head .= PMA_possibleCRLF(); + + if (! empty($GLOBALS['asfile'])) { + // we are saving as file, therefore we provide charset information + // so that a utility like the mysql client can interpret + // the file correctly + if (isset($GLOBALS['charset_of_file']) && isset($mysql_charset_map[$GLOBALS['charset_of_file']])) { + // we got a charset from the export dialog + $set_names = $mysql_charset_map[$GLOBALS['charset_of_file']]; + } else { + // by default we use the connection charset + $set_names = $mysql_charset_map[$GLOBALS['charset']]; + } + $head .= $crlf + . '/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' . $crlf + . '/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;' . $crlf + . '/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;' . $crlf + . '/*!40101 SET NAMES ' . $set_names . ' */;' . $crlf . $crlf; + } + + return PMA_exportOutputHandler($head); +} + +/** + * Outputs CREATE DATABASE database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) +{ + global $crlf; + if (isset($GLOBALS['sql_drop_database'])) { + if (!PMA_exportOutputHandler('DROP DATABASE ' . (isset($GLOBALS['sql_backquotes']) ? PMA_backquote($db) : $db) . ';' . $crlf)) { + return FALSE; + } + } + $create_query = 'CREATE DATABASE ' . (isset($GLOBALS['sql_backquotes']) ? PMA_backquote($db) : $db); + $collation = PMA_getDbCollation($db); + if (strpos($collation, '_')) { + $create_query .= ' DEFAULT CHARACTER SET ' . substr($collation, 0, strpos($collation, '_')) . ' COLLATE ' . $collation; + } else { + $create_query .= ' DEFAULT CHARACTER SET ' . $collation; + } + $create_query .= ';' . $crlf; + if (!PMA_exportOutputHandler($create_query)) { + return FALSE; + } + if (isset($GLOBALS['sql_backquotes']) && isset($GLOBALS['sql_compatibility']) && $GLOBALS['sql_compatibility'] == 'NONE') { + $result = PMA_exportOutputHandler('USE ' . PMA_backquote($db) . ';' . $crlf); + } else { + $result = PMA_exportOutputHandler('USE ' . $db . ';' . $crlf); + } + + return $result; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) +{ + $head = PMA_exportComment() + . PMA_exportComment(__('Database') . ': ' . (isset($GLOBALS['sql_backquotes']) ? PMA_backquote($db) : '\'' . $db . '\'')) + . PMA_exportComment(); + return PMA_exportOutputHandler($head); +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) +{ + global $crlf; + + $result = TRUE; + if (isset($GLOBALS['sql_constraints'])) { + $result = PMA_exportOutputHandler($GLOBALS['sql_constraints']); + unset($GLOBALS['sql_constraints']); + } + + if (($GLOBALS['sql_structure_or_data'] == 'structure' || $GLOBALS['sql_structure_or_data'] == 'structure_and_data') && isset($GLOBALS['sql_procedure_function'])) { + $text = ''; + $delimiter = '$$'; + + if (PMA_MYSQL_INT_VERSION > 50100) { + $event_names = PMA_DBI_fetch_result('SELECT EVENT_NAME FROM information_schema.EVENTS WHERE EVENT_SCHEMA= \'' . PMA_sqlAddslashes($db,true) . '\';'); + } else { + $event_names = array(); + } + + if ($event_names) { + $text .= $crlf + . 'DELIMITER ' . $delimiter . $crlf; + + $text .= + PMA_exportComment() + . PMA_exportComment(__('Events')) + . PMA_exportComment(); + + foreach($event_names as $event_name) { + if (! empty($GLOBALS['sql_drop_table'])) { + $text .= 'DROP EVENT ' . PMA_backquote($event_name) . $delimiter . $crlf; + } + $text .= PMA_DBI_get_definition($db, 'EVENT', $event_name) . $delimiter . $crlf . $crlf; + } + + $text .= 'DELIMITER ;' . $crlf; + } + + if (! empty($text)) { + $result = PMA_exportOutputHandler($text); + } + } + return $result; +} + + +/** + * Returns a stand-in CREATE definition to resolve view dependencies + * + * @param string the database name + * @param string the view name + * @param string the end of line sequence + * + * @return string resulting definition + * + * @access public + */ +function PMA_getTableDefStandIn($db, $view, $crlf) { + $create_query = ''; + if (! empty($GLOBALS['sql_drop_table'])) { + $create_query .= 'DROP VIEW IF EXISTS ' . PMA_backquote($view) . ';' . $crlf; + } + + $create_query .= 'CREATE TABLE '; + + if (isset($GLOBALS['sql_if_not_exists']) && $GLOBALS['sql_if_not_exists']) { + $create_query .= 'IF NOT EXISTS '; + } + $create_query .= PMA_backquote($view) . ' (' . $crlf; + $tmp = array(); + $columns = PMA_DBI_get_columns_full($db, $view); + foreach($columns as $column_name => $definition) { + $tmp[] = PMA_backquote($column_name) . ' ' . $definition['Type'] . $crlf; + } + $create_query .= implode(',', $tmp) . ');'; + return($create_query); +} + +/** + * Returns $table's CREATE definition + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param boolean whether to include creation/update/check dates + * @param boolean whether to add semicolon and end-of-line at the end + * @param boolean whether we're handling view + * + * @return string resulting schema + * + * @global boolean whether to add 'drop' statements or not + * @global boolean whether to use backquotes to allow the use of special + * characters in database, table and fields names or not + * + * @access public + */ +function PMA_getTableDef($db, $table, $crlf, $error_url, $show_dates = false, $add_semicolon = true, $view = false) +{ + global $sql_drop_table; + global $sql_backquotes; + global $cfgRelation; + global $sql_constraints; + global $sql_constraints_query; // just the text of the query + global $sql_drop_foreign_keys; + + $schema_create = ''; + $auto_increment = ''; + $new_crlf = $crlf; + + // need to use PMA_DBI_QUERY_STORE with PMA_DBI_num_rows() in mysqli + $result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . PMA_sqlAddslashes($table) . '\'', null, PMA_DBI_QUERY_STORE); + if ($result != FALSE) { + if (PMA_DBI_num_rows($result) > 0) { + $tmpres = PMA_DBI_fetch_assoc($result); + // Here we optionally add the AUTO_INCREMENT next value, + // but starting with MySQL 5.0.24, the clause is already included + // in SHOW CREATE TABLE so we'll remove it below + if (isset($GLOBALS['sql_auto_increment']) && !empty($tmpres['Auto_increment'])) { + $auto_increment .= ' AUTO_INCREMENT=' . $tmpres['Auto_increment'] . ' '; + } + + if ($show_dates && isset($tmpres['Create_time']) && !empty($tmpres['Create_time'])) { + $schema_create .= PMA_exportComment(__('Creation') . ': ' . PMA_localisedDate(strtotime($tmpres['Create_time']))); + $new_crlf = PMA_exportComment() . $crlf; + } + + if ($show_dates && isset($tmpres['Update_time']) && !empty($tmpres['Update_time'])) { + $schema_create .= PMA_exportComment(__('Last update') . ': ' . PMA_localisedDate(strtotime($tmpres['Update_time']))); + $new_crlf = PMA_exportComment() . $crlf; + } + + if ($show_dates && isset($tmpres['Check_time']) && !empty($tmpres['Check_time'])) { + $schema_create .= PMA_exportComment(__('Last check') . ': ' . PMA_localisedDate(strtotime($tmpres['Check_time']))); + $new_crlf = PMA_exportComment() . $crlf; + } + } + PMA_DBI_free_result($result); + } + + $schema_create .= $new_crlf; + + // no need to generate a DROP VIEW here, it was done earlier + if (! empty($sql_drop_table) && ! PMA_Table::isView($db,$table)) { + $schema_create .= 'DROP TABLE IF EXISTS ' . PMA_backquote($table, $sql_backquotes) . ';' . $crlf; + } + + // Complete table dump, + // Whether to quote table and fields names or not + if ($sql_backquotes) { + PMA_DBI_query('SET SQL_QUOTE_SHOW_CREATE = 1'); + } else { + PMA_DBI_query('SET SQL_QUOTE_SHOW_CREATE = 0'); + } + + // I don't see the reason why this unbuffered query could cause problems, + // because SHOW CREATE TABLE returns only one row, and we free the + // results below. Nonetheless, we got 2 user reports about this + // (see bug 1562533) so I remove the unbuffered mode. + //$result = PMA_DBI_query('SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), null, PMA_DBI_QUERY_UNBUFFERED); + // + // Note: SHOW CREATE TABLE, at least in MySQL 5.1.23, does not + // produce a displayable result for the default value of a BIT + // field, nor does the mysqldump command. See MySQL bug 35796 + $result = PMA_DBI_try_query('SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table)); + // an error can happen, for example the table is crashed + $tmp_error = PMA_DBI_getError(); + if ($tmp_error) { + return PMA_exportComment(__('in use') . '(' . $tmp_error . ')'); + } + + if ($result != FALSE && ($row = PMA_DBI_fetch_row($result))) { + $create_query = $row[1]; + unset($row); + + // Convert end of line chars to one that we want (note that MySQL doesn't return query it will accept in all cases) + if (strpos($create_query, "(\r\n ")) { + $create_query = str_replace("\r\n", $crlf, $create_query); + } elseif (strpos($create_query, "(\n ")) { + $create_query = str_replace("\n", $crlf, $create_query); + } elseif (strpos($create_query, "(\r ")) { + $create_query = str_replace("\r", $crlf, $create_query); + } + + /* + * Drop database name from VIEW creation. + * + * This is a bit tricky, but we need to issue SHOW CREATE TABLE with + * database name, but we don't want name to show up in CREATE VIEW + * statement. + */ + if ($view) { + $create_query = preg_replace('/' . PMA_backquote($db) . '\./', '', $create_query); + } + + // Should we use IF NOT EXISTS? + if (isset($GLOBALS['sql_if_not_exists'])) { + $create_query = preg_replace('/^CREATE TABLE/', 'CREATE TABLE IF NOT EXISTS', $create_query); + } + + // are there any constraints to cut out? + if (preg_match('@CONSTRAINT|FOREIGN[\s]+KEY@', $create_query)) { + + // Split the query into lines, so we can easily handle it. We know lines are separated by $crlf (done few lines above). + $sql_lines = explode($crlf, $create_query); + $sql_count = count($sql_lines); + + // lets find first line with constraints + for ($i = 0; $i < $sql_count; $i++) { + if (preg_match('@^[\s]*(CONSTRAINT|FOREIGN[\s]+KEY)@', $sql_lines[$i])) { + break; + } + } + + // If we really found a constraint + if ($i != $sql_count) { + + // remove , from the end of create statement + $sql_lines[$i - 1] = preg_replace('@,$@', '', $sql_lines[$i - 1]); + + // prepare variable for constraints + if (!isset($sql_constraints)) { + if (isset($GLOBALS['no_constraints_comments'])) { + $sql_constraints = ''; + } else { + $sql_constraints = $crlf + . PMA_exportComment() + . PMA_exportComment(__('Constraints for dumped tables')) + . PMA_exportComment(); + } + } + + // comments for current table + if (!isset($GLOBALS['no_constraints_comments'])) { + $sql_constraints .= $crlf + . PMA_exportComment() + . PMA_exportComment(__('Constraints for table') . ' ' . PMA_backquote($table)) + . PMA_exportComment(); + } + + // let's do the work + $sql_constraints_query .= 'ALTER TABLE ' . PMA_backquote($table) . $crlf; + $sql_constraints .= 'ALTER TABLE ' . PMA_backquote($table) . $crlf; + $sql_drop_foreign_keys .= 'ALTER TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table) . $crlf; + + $first = TRUE; + for ($j = $i; $j < $sql_count; $j++) { + if (preg_match('@CONSTRAINT|FOREIGN[\s]+KEY@', $sql_lines[$j])) { + if (!$first) { + $sql_constraints .= $crlf; + } + if (strpos($sql_lines[$j], 'CONSTRAINT') === FALSE) { + $tmp_str = preg_replace('/(FOREIGN[\s]+KEY)/', 'ADD \1', $sql_lines[$j]); + $sql_constraints_query .= $tmp_str; + $sql_constraints .= $tmp_str; + } else { + $tmp_str = preg_replace('/(CONSTRAINT)/', 'ADD \1', $sql_lines[$j]); + $sql_constraints_query .= $tmp_str; + $sql_constraints .= $tmp_str; + preg_match('/(CONSTRAINT)([\s])([\S]*)([\s])/', $sql_lines[$j], $matches); + if (! $first) { + $sql_drop_foreign_keys .= ', '; + } + $sql_drop_foreign_keys .= 'DROP FOREIGN KEY ' . $matches[3]; + } + $first = FALSE; + } else { + break; + } + } + $sql_constraints .= ';' . $crlf; + $sql_constraints_query .= ';'; + + $create_query = implode($crlf, array_slice($sql_lines, 0, $i)) . $crlf . implode($crlf, array_slice($sql_lines, $j, $sql_count - 1)); + unset($sql_lines); + } + } + $schema_create .= $create_query; + } + + // remove a possible "AUTO_INCREMENT = value" clause + // that could be there starting with MySQL 5.0.24 + $schema_create = preg_replace('/AUTO_INCREMENT\s*=\s*([0-9])+/', '', $schema_create); + + $schema_create .= $auto_increment; + + PMA_DBI_free_result($result); + return $schema_create . ($add_semicolon ? ';' . $crlf : ''); +} // end of the 'PMA_getTableDef()' function + + +/** + * Returns $table's comments, relations etc. + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param boolean whether to include relation comments + * @param boolean whether to include mime comments + * + * @return string resulting comments + * + * @access public + */ +function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_mime = false) +{ + global $cfgRelation; + global $sql_backquotes; + global $sql_constraints; + + $schema_create = ''; + + // Check if we can use Relations (Mike Beck) + if ($do_relation && !empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if ($res_rel && count($res_rel) > 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } else { + $have_rel = FALSE; + } // end if + + if ($do_mime && $cfgRelation['mimework']) { + if (!($mime_map = PMA_getMIME($db, $table, true))) { + unset($mime_map); + } + } + + if (isset($mime_map) && count($mime_map) > 0) { + $schema_create .= PMA_possibleCRLF() + . PMA_exportComment() + . PMA_exportComment(__('MIME TYPES FOR TABLE'). ' ' . PMA_backquote($table, $sql_backquotes) . ':'); + @reset($mime_map); + foreach ($mime_map AS $mime_field => $mime) { + $schema_create .= PMA_exportComment(' ' . PMA_backquote($mime_field, $sql_backquotes)) + . PMA_exportComment(' ' . PMA_backquote($mime['mimetype'], $sql_backquotes)); + } + $schema_create .= PMA_exportComment(); + } + + if ($have_rel) { + $schema_create .= PMA_possibleCRLF() + . PMA_exportComment() + . PMA_exportComment(__('RELATIONS FOR TABLE'). ' ' . PMA_backquote($table, $sql_backquotes) . ':'); + foreach ($res_rel AS $rel_field => $rel) { + $schema_create .= PMA_exportComment(' ' . PMA_backquote($rel_field, $sql_backquotes)) + . PMA_exportComment(' ' . PMA_backquote($rel['foreign_table'], $sql_backquotes) + . ' -> ' . PMA_backquote($rel['foreign_field'], $sql_backquotes)); + } + $schema_create .= PMA_exportComment(); + } + + return $schema_create; + +} // end of the 'PMA_getTableComments()' function + +/** + * Outputs table's structure + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param boolean whether to include relation comments + * @param boolean whether to include the pmadb-style column comments + * as comments in the structure; this is deprecated + * but the parameter is left here because export.php + * calls PMA_exportStructure() also for other export + * types which use this parameter + * @param boolean whether to include mime comments + * @param string 'stand_in', 'create_table', 'create_view' + * @param string 'server', 'database', 'table' + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportStructure($db, $table, $crlf, $error_url, $relation = FALSE, $comments = FALSE, $mime = FALSE, $dates = FALSE, $export_mode, $export_type) +{ + $formatted_table_name = (isset($GLOBALS['sql_backquotes'])) + ? PMA_backquote($table) + : '\'' . $table . '\''; + $dump = PMA_possibleCRLF() + . PMA_exportComment(str_repeat('-', 56)) + . PMA_possibleCRLF() + . PMA_exportComment(); + + switch($export_mode) { + case 'create_table': + $dump .= PMA_exportComment(__('Table structure for table') . ' ' . $formatted_table_name) + . PMA_exportComment(); + $dump .= PMA_getTableDef($db, $table, $crlf, $error_url, $dates); + $dump .= PMA_getTableComments($db, $table, $crlf, $relation, $mime); + break; + case 'triggers': + $dump = ''; + $triggers = PMA_DBI_get_triggers($db, $table); + if ($triggers) { + $dump .= PMA_possibleCRLF() + . PMA_exportComment() + . PMA_exportComment(__('Triggers') . ' ' . $formatted_table_name) + . PMA_exportComment(); + $delimiter = '//'; + foreach ($triggers as $trigger) { + $dump .= $trigger['drop'] . ';' . $crlf; + $dump .= 'DELIMITER ' . $delimiter . $crlf; + $dump .= $trigger['create']; + $dump .= 'DELIMITER ;' . $crlf; + } + } + break; + case 'create_view': + $dump .= PMA_exportComment(__('Structure for view') . ' ' . $formatted_table_name) + . PMA_exportComment(); + // delete the stand-in table previously created (if any) + if ($export_type != 'table') { + $dump .= 'DROP TABLE IF EXISTS ' . PMA_backquote($table) . ';' . $crlf; + } + $dump .= PMA_getTableDef($db, $table, $crlf, $error_url, $dates, true, true); + break; + case 'stand_in': + $dump .= PMA_exportComment(__('Stand-in structure for view') . ' ' . $formatted_table_name) + . PMA_exportComment(); + // export a stand-in definition to resolve view dependencies + $dump .= PMA_getTableDefStandIn($db, $table, $crlf); + } // end switch + + // this one is built by PMA_getTableDef() to use in table copy/move + // but not in the case of export + unset($GLOBALS['sql_constraints_query']); + + return PMA_exportOutputHandler($dump); +} + +/** + * Dispatches between the versions of 'getTableContent' to use depending + * on the php version + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @global boolean whether to use backquotes to allow the use of special + * characters in database, table and fields names or not + * @global integer the number of records + * @global integer the current record position + * + * @access public + * + * @see PMA_getTableContentFast(), PMA_getTableContentOld() + * + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + global $sql_backquotes; + global $rows_cnt; + global $current_row; + + $formatted_table_name = (isset($GLOBALS['sql_backquotes'])) + ? PMA_backquote($table) + : '\'' . $table . '\''; + + // Do not export data for a VIEW + // (For a VIEW, this is called only when exporting a single VIEW) + if (PMA_Table::isView($db, $table)) { + $head = PMA_possibleCRLF() + . PMA_exportComment() + . PMA_exportComment('VIEW ' . ' ' . $formatted_table_name) + . PMA_exportComment(__('Data') . ': ' . __('None')) + . PMA_exportComment() + . PMA_possibleCRLF(); + + if (! PMA_exportOutputHandler($head)) { + return FALSE; + } + return true; + } + + // it's not a VIEW + $buffer = ''; + + // analyze the query to get the true column names, not the aliases + // (this fixes an undefined index, also if Complete inserts + // are used, we did not get the true column name in case of aliases) + $analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($sql_query)); + + $result = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + // a possible error: the table has crashed + $tmp_error = PMA_DBI_getError(); + if ($tmp_error) { + return PMA_exportOutputHandler(PMA_exportComment(__('in use') . ' (' . $tmp_error . ')')); + } + + if ($result != FALSE) { + $fields_cnt = PMA_DBI_num_fields($result); + + // Get field information + $fields_meta = PMA_DBI_get_fields_meta($result); + $field_flags = array(); + for ($j = 0; $j < $fields_cnt; $j++) { + $field_flags[$j] = PMA_DBI_field_flags($result, $j); + } + + for ($j = 0; $j < $fields_cnt; $j++) { + if (isset($analyzed_sql[0]['select_expr'][$j]['column'])) { + $field_set[$j] = PMA_backquote($analyzed_sql[0]['select_expr'][$j]['column'], $sql_backquotes); + } else { + $field_set[$j] = PMA_backquote($fields_meta[$j]->name, $sql_backquotes); + } + } + + if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'UPDATE') { + // update + $schema_insert = 'UPDATE '; + if (isset($GLOBALS['sql_ignore'])) { + $schema_insert .= 'IGNORE '; + } + // avoid EOL blank + $schema_insert .= PMA_backquote($table, $sql_backquotes) . ' SET'; + } else { + // insert or replace + if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'REPLACE') { + $sql_command = 'REPLACE'; + } else { + $sql_command = 'INSERT'; + } + + // delayed inserts? + if (isset($GLOBALS['sql_delayed'])) { + $insert_delayed = ' DELAYED'; + } else { + $insert_delayed = ''; + } + + // insert ignore? + if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'INSERT' && isset($GLOBALS['sql_ignore'])) { + $insert_delayed .= ' IGNORE'; + } + + // scheme for inserting fields + if ($GLOBALS['sql_insert_syntax'] == 'complete' || $GLOBALS['sql_insert_syntax'] == 'both') { + $fields = implode(', ', $field_set); + $schema_insert = $sql_command . $insert_delayed .' INTO ' . PMA_backquote($table, $sql_backquotes) + // avoid EOL blank + . ' (' . $fields . ') VALUES'; + } else { + $schema_insert = $sql_command . $insert_delayed .' INTO ' . PMA_backquote($table, $sql_backquotes) + . ' VALUES'; + } + } + + $search = array("\x00", "\x0a", "\x0d", "\x1a"); //\x08\\x09, not required + $replace = array('\0', '\n', '\r', '\Z'); + $current_row = 0; + $query_size = 0; + if (($GLOBALS['sql_insert_syntax'] == 'extended' || $GLOBALS['sql_insert_syntax'] == 'both') && (!isset($GLOBALS['sql_type']) || $GLOBALS['sql_type'] != 'UPDATE')) { + $separator = ','; + $schema_insert .= $crlf; + } else { + $separator = ';'; + } + + while ($row = PMA_DBI_fetch_row($result)) { + if ($current_row == 0) { + $head = PMA_possibleCRLF() + . PMA_exportComment() + . PMA_exportComment(__('Dumping data for table') . ' ' . $formatted_table_name) + . PMA_exportComment() + . $crlf; + if (! PMA_exportOutputHandler($head)) { + return FALSE; + } + } + $current_row++; + for ($j = 0; $j < $fields_cnt; $j++) { + // NULL + if (!isset($row[$j]) || is_null($row[$j])) { + $values[] = 'NULL'; + // a number + // timestamp is numeric on some MySQL 4.1, BLOBs are sometimes numeric + } elseif ($fields_meta[$j]->numeric && $fields_meta[$j]->type != 'timestamp' + && ! $fields_meta[$j]->blob) { + $values[] = $row[$j]; + // a true BLOB + // - mysqldump only generates hex data when the --hex-blob + // option is used, for fields having the binary attribute + // no hex is generated + // - a TEXT field returns type blob but a real blob + // returns also the 'binary' flag + } elseif (stristr($field_flags[$j], 'BINARY') + && $fields_meta[$j]->blob + && isset($GLOBALS['sql_hex_for_blob'])) { + // empty blobs need to be different, but '0' is also empty :-( + if (empty($row[$j]) && $row[$j] != '0') { + $values[] = '\'\''; + } else { + $values[] = '0x' . bin2hex($row[$j]); + } + // detection of 'bit' works only on mysqli extension + } elseif ($fields_meta[$j]->type == 'bit') { + $values[] = "b'" . PMA_sqlAddslashes(PMA_printable_bit_value($row[$j], $fields_meta[$j]->length)) . "'"; + // something else -> treat as a string + } else { + $values[] = '\'' . str_replace($search, $replace, PMA_sqlAddslashes($row[$j])) . '\''; + } // end if + } // end for + + // should we make update? + if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'UPDATE') { + + $insert_line = $schema_insert; + for ($i = 0; $i < $fields_cnt; $i++) { + if (0 == $i) { + $insert_line .= ' '; + } + if ($i > 0) { + // avoid EOL blank + $insert_line .= ','; + } + $insert_line .= $field_set[$i] . ' = ' . $values[$i]; + } + + list($tmp_unique_condition, $tmp_clause_is_unique) = PMA_getUniqueCondition($result, $fields_cnt, $fields_meta, $row); + $insert_line .= ' WHERE ' . $tmp_unique_condition; + unset($tmp_unique_condition, $tmp_clause_is_unique); + + } else { + + // Extended inserts case + if ($GLOBALS['sql_insert_syntax'] == 'extended' || $GLOBALS['sql_insert_syntax'] == 'both') { + if ($current_row == 1) { + $insert_line = $schema_insert . '(' . implode(', ', $values) . ')'; + } else { + $insert_line = '(' . implode(', ', $values) . ')'; + if (isset($GLOBALS['sql_max_query_size']) && $GLOBALS['sql_max_query_size'] > 0 && $query_size + strlen($insert_line) > $GLOBALS['sql_max_query_size']) { + if (!PMA_exportOutputHandler(';' . $crlf)) { + return FALSE; + } + $query_size = 0; + $current_row = 1; + $insert_line = $schema_insert . $insert_line; + } + } + $query_size += strlen($insert_line); + } + // Other inserts case + else { + $insert_line = $schema_insert . '(' . implode(', ', $values) . ')'; + } + } + unset($values); + + if (!PMA_exportOutputHandler(($current_row == 1 ? '' : $separator . $crlf) . $insert_line)) { + return FALSE; + } + + } // end while + if ($current_row > 0) { + if (!PMA_exportOutputHandler(';' . $crlf)) { + return FALSE; + } + } + } // end if ($result != FALSE) + PMA_DBI_free_result($result); + + return TRUE; +} // end of the 'PMA_exportData()' function +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/texytext.php b/htdocs/phpMyAdmin/libraries/export/texytext.php new file mode 100644 index 000000000..8ed6a742a --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/texytext.php @@ -0,0 +1,331 @@ + __('Texy! text'), + 'extension' => 'txt', + 'mime_type' => 'text/plain', + 'options' => array( + /* what to dump (structure/data/both) */ + array('type' => 'begin_group', 'text' => __('Dump table'), 'name' => 'general_opts'), + array('type' => 'radio', 'name' => 'structure_or_data', 'values' => array('structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'))), + array('type' => 'end_group'), + array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options'), 'force' => 'structure'), + array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL by')), + array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')), + array('type' => 'end_group'), + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return TRUE; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + return true; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + return true; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + return PMA_exportOutputHandler('===' . __('Database') . ' ' . $db . "\n\n"); +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + return TRUE; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + +/** + * Outputs the content of a table in CSV format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + global $what; + + if (! PMA_exportOutputHandler('== ' . __('Dumping data for table') . ' ' . $table . "\n\n")) { + return FALSE; + } + + // Gets the data from the database + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + $fields_cnt = PMA_DBI_num_fields($result); + + // If required, get fields name at the first line + if (isset($GLOBALS[$what . '_columns'])) { + $text_output = "|------\n"; + for ($i = 0; $i < $fields_cnt; $i++) { + $text_output .= '|' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))); + } // end for + $text_output .= "\n|------\n"; + if (! PMA_exportOutputHandler($text_output)) { + return FALSE; + } + } // end if + + // Format the data + while ($row = PMA_DBI_fetch_row($result)) { + $text_output = ''; + for ($j = 0; $j < $fields_cnt; $j++) { + if (! isset($row[$j]) || is_null($row[$j])) { + $value = $GLOBALS[$what . '_null']; + } elseif ($row[$j] == '0' || $row[$j] != '') { + $value = $row[$j]; + } else { + $value = ' '; + } + $text_output .= '|' . htmlspecialchars($value); + } // end for + $text_output .= "\n"; + if (! PMA_exportOutputHandler($text_output)) { + return FALSE; + } + } // end while + PMA_DBI_free_result($result); + + return TRUE; +} + +function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, $dummy) +{ + global $cfgRelation; + + if (! PMA_exportOutputHandler('== ' . __('Table structure for table') . ' ' .$table . "\n\n")) { + return FALSE; + } + + /** + * Get the unique keys in the table + */ + $keys_query = 'SHOW KEYS FROM ' . PMA_backquote($table) . ' FROM '. PMA_backquote($db); + $keys_result = PMA_DBI_query($keys_query); + $unique_keys = array(); + while ($key = PMA_DBI_fetch_assoc($keys_result)) { + if ($key['Non_unique'] == 0) { + $unique_keys[] = $key['Column_name']; + } + } + PMA_DBI_free_result($keys_result); + + /** + * Gets fields properties + */ + PMA_DBI_select_db($db); + $local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table); + $result = PMA_DBI_query($local_query); + $fields_cnt = PMA_DBI_num_rows($result); + + // Check if we can use Relations (Mike Beck) + if ($do_relation && ! empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if ($res_rel && count($res_rel) > 0) { + $have_rel = TRUE; + } else { + $have_rel = FALSE; + } + } else { + $have_rel = FALSE; + } // end if + + /** + * Displays the table structure + */ + + $columns_cnt = 4; + if ($do_relation && $have_rel) { + $columns_cnt++; + } + if ($do_comments && $cfgRelation['commwork']) { + $columns_cnt++; + } + if ($do_mime && $cfgRelation['mimework']) { + $columns_cnt++; + } + + $text_output = "|------\n"; + $text_output .= '|' . htmlspecialchars(__('Column')); + $text_output .= '|' . htmlspecialchars(__('Type')); + $text_output .= '|' . htmlspecialchars(__('Null')); + $text_output .= '|' . htmlspecialchars(__('Default')); + if ($do_relation && $have_rel) { + $text_output .= '|' . htmlspecialchars(__('Links to')); + } + if ($do_comments) { + $text_output .= '|' . htmlspecialchars(__('Comments')); + $comments = PMA_getComments($db, $table); + } + if ($do_mime && $cfgRelation['mimework']) { + $text_output .= '|' . htmlspecialchars('MIME'); + $mime_map = PMA_getMIME($db, $table, true); + } + $text_output .= "\n|------\n"; + + if (! PMA_exportOutputHandler($text_output)) { + return FALSE; + } + + while ($row = PMA_DBI_fetch_assoc($result)) { + + $text_output = ''; + $type = $row['Type']; + // reformat mysql query output + // set or enum types: slashes single quotes inside options + if (preg_match('/^(set|enum)\((.+)\)$/i', $type, $tmp)) { + $tmp[2] = substr(preg_replace('/([^,])\'\'/', '\\1\\\'', ',' . $tmp[2]), 1); + $type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')'; + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + $type = preg_replace('/BINARY/i', '', $type); + $type = preg_replace('/ZEROFILL/i', '', $type); + $type = preg_replace('/UNSIGNED/i', '', $type); + if (empty($type)) { + $type = ' '; + } + + $binary = preg_match('/BINARY/i', $row['Type']); + $unsigned = preg_match('/UNSIGNED/i', $row['Type']); + $zerofill = preg_match('/ZEROFILL/i', $row['Type']); + } + $attribute = ' '; + if ($binary) { + $attribute = 'BINARY'; + } + if ($unsigned) { + $attribute = 'UNSIGNED'; + } + if ($zerofill) { + $attribute = 'UNSIGNED ZEROFILL'; + } + if (! isset($row['Default'])) { + if ($row['Null'] != 'NO') { + $row['Default'] = 'NULL'; + } + } else { + $row['Default'] = $row['Default']; + } + + $fmt_pre = ''; + $fmt_post = ''; + if (in_array($row['Field'], $unique_keys)) { + $fmt_pre = '**' . $fmt_pre; + $fmt_post = $fmt_post . '**'; + } + if ($row['Key']=='PRI') { + $fmt_pre = '//' . $fmt_pre; + $fmt_post = $fmt_post . '//'; + } + $text_output .= '|' . $fmt_pre . htmlspecialchars($row['Field']) . $fmt_post; + $text_output .= '|' . htmlspecialchars($type); + $text_output .= '|' . htmlspecialchars(($row['Null'] == '' || $row['Null'] == 'NO') ? __('No') : __('Yes')); + $text_output .= '|' . htmlspecialchars(isset($row['Default']) ? $row['Default'] : ''); + + $field_name = $row['Field']; + + if ($do_relation && $have_rel) { + $text_output .= '|' . (isset($res_rel[$field_name]) ? htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' (' . $res_rel[$field_name]['foreign_field'] . ')') : ''); + } + if ($do_comments && $cfgRelation['commwork']) { + $text_output .= '|' . (isset($comments[$field_name]) ? htmlspecialchars($comments[$field_name]) : ''); + } + if ($do_mime && $cfgRelation['mimework']) { + $text_output .= '|' . (isset($mime_map[$field_name]) ? htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])) : ''); + } + + $text_output .= "\n"; + + if (! PMA_exportOutputHandler($text_output)) { + return FALSE; + } + } // end while + PMA_DBI_free_result($result); + + return true; +} + +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/xml.php b/htdocs/phpMyAdmin/libraries/export/xml.php new file mode 100644 index 000000000..83b51ee4c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/xml.php @@ -0,0 +1,358 @@ + __('XML'), + 'extension' => 'xml', + 'mime_type' => 'text/xml', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'hidden', 'name' => 'structure_or_data'), + array('type' => 'end_group') + ), + 'options_text' => __('Options') + ); + + /* Export structure */ + $plugin_list['xml']['options'][] = + array('type' => 'begin_group', 'name' => 'structure', 'text' => __('Object creation options (all are recommended)')); + $plugin_list['xml']['options'][] = + array('type' => 'bool', 'name' => 'export_functions', 'text' => __('Functions')); + $plugin_list['xml']['options'][] = + array('type' => 'bool', 'name' => 'export_procedures', 'text' => __('Procedures')); + $plugin_list['xml']['options'][] = + array('type' => 'bool', 'name' => 'export_tables', 'text' => __('Tables')); + $plugin_list['xml']['options'][] = + array('type' => 'bool', 'name' => 'export_triggers', 'text' => __('Triggers')); + $plugin_list['xml']['options'][] = + array('type' => 'bool', 'name' => 'export_views', 'text' => __('Views')); + $plugin_list['xml']['options'][] = array('type' => 'end_group'); + + /* Data */ + $plugin_list['xml']['options'][] = + array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options')); + $plugin_list['xml']['options'][] = + array('type' => 'bool', 'name' => 'export_contents', 'text' => __('Export contents')); + $plugin_list['xml']['options'][] = array('type' => 'end_group'); +} else { + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) { + return PMA_exportOutputHandler('' . $GLOBALS['crlf']); +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() { + $foot = ''; + + return PMA_exportOutputHandler($foot); +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() { + global $crlf; + global $cfg; + global $db; + global $table; + global $tables; + + $export_struct = isset($GLOBALS['xml_export_functions']) || isset($GLOBALS['xml_export_procedures']) + || isset($GLOBALS['xml_export_tables']) || isset($GLOBALS['xml_export_triggers']) + || isset($GLOBALS['xml_export_views']); + $export_data = isset($GLOBALS['xml_export_contents']) ? true : false; + + if ($GLOBALS['output_charset_conversion']) { + $charset = $GLOBALS['charset_of_file']; + } else { + $charset = $GLOBALS['charset']; + } + + $head = '' . $crlf + . '' . $crlf . $crlf; + + $head .= '' . $crlf; + + if ($export_struct) { + $result = PMA_DBI_fetch_result('SELECT `DEFAULT_CHARACTER_SET_NAME`, `DEFAULT_COLLATION_NAME` FROM `information_schema`.`SCHEMATA` WHERE `SCHEMA_NAME` = \''.$db.'\' LIMIT 1'); + $db_collation = $result[0]['DEFAULT_COLLATION_NAME']; + $db_charset = $result[0]['DEFAULT_CHARACTER_SET_NAME']; + + $head .= ' ' . $crlf; + $head .= ' ' . $crlf; + $head .= ' ' . $crlf; + + if (count($tables) == 0) { + $tables[] = $table; + } + + foreach ($tables as $table) { + // Export tables and views + $result = PMA_DBI_fetch_result('SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), 0); + $tbl = $result[$table][1]; + + $is_view = PMA_isView($db, $table); + + if ($is_view) { + $type = 'view'; + } else { + $type = 'table'; + } + + if ($is_view && ! isset($GLOBALS['xml_export_views'])) { + continue; + } + + if (! $is_view && ! isset($GLOBALS['xml_export_tables'])) { + continue; + } + + $head .= ' ' . $crlf; + + $tbl = " " . htmlspecialchars($tbl); + $tbl = str_replace("\n", "\n ", $tbl); + + $head .= $tbl . ';' . $crlf; + $head .= ' ' . $crlf; + + if (isset($GLOBALS['xml_export_triggers']) && $GLOBALS['xml_export_triggers']) { + // Export triggers + $triggers = PMA_DBI_get_triggers($db, $table); + if ($triggers) { + foreach ($triggers as $trigger) { + $code = $trigger['create']; + $head .= ' ' . $crlf; + + // Do some formatting + $code = substr(rtrim($code), 0, -3); + $code = " " . htmlspecialchars($code); + $code = str_replace("\n", "\n ", $code); + + $head .= $code . $crlf; + $head .= ' ' . $crlf; + } + + unset($trigger); + unset($triggers); + } + } + } + + if (isset($GLOBALS['xml_export_functions']) && $GLOBALS['xml_export_functions']) { + // Export functions + $functions = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION'); + if ($functions) { + foreach ($functions as $function) { + $head .= ' ' . $crlf; + + // Do some formatting + $sql = PMA_DBI_get_definition($db, 'FUNCTION', $function); + $sql = rtrim($sql); + $sql = " " . htmlspecialchars($sql); + $sql = str_replace("\n", "\n ", $sql); + + $head .= $sql . $crlf; + $head .= ' ' . $crlf; + } + + unset($create_func); + unset($function); + unset($functions); + } + } + + if (isset($GLOBALS['xml_export_procedures']) && $GLOBALS['xml_export_procedures']) { + // Export procedures + $procedures = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE'); + if ($procedures) { + foreach ($procedures as $procedure) { + $head .= ' ' . $crlf; + + // Do some formatting + $sql = PMA_DBI_get_definition($db, 'PROCEDURE', $procedure); + $sql = rtrim($sql); + $sql = " " . htmlspecialchars($sql); + $sql = str_replace("\n", "\n ", $sql); + + $head .= $sql . $crlf; + $head .= ' ' . $crlf; + } + + unset($create_proc); + unset($procedure); + unset($procedures); + } + } + + unset($result); + + $head .= ' ' . $crlf; + $head .= ' ' . $crlf; + + if ($export_data) { + $head .= $crlf; + } + } + + return PMA_exportOutputHandler($head); +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) { + global $crlf; + + if (isset($GLOBALS['xml_export_contents']) && $GLOBALS['xml_export_contents']) { + $head = ' ' . $crlf + . ' ' . $crlf; + + return PMA_exportOutputHandler($head); + } + else + { + return TRUE; + } +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) { + global $crlf; + + if (isset($GLOBALS['xml_export_contents']) && $GLOBALS['xml_export_contents']) { + return PMA_exportOutputHandler(' ' . $crlf); + } + else + { + return TRUE; + } +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) { + return TRUE; +} + + +/** + * Outputs the content of a table + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) { + + if (isset($GLOBALS['xml_export_contents']) && $GLOBALS['xml_export_contents']) { + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + + $columns_cnt = PMA_DBI_num_fields($result); + $columns = array(); + for ($i = 0; $i < $columns_cnt; $i++) { + $columns[$i] = stripslashes(str_replace(' ', '_', PMA_DBI_field_name($result, $i))); + } + unset($i); + + $buffer = ' ' . $crlf; + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + + while ($record = PMA_DBI_fetch_row($result)) { + $buffer = ' ' . $crlf; + for ($i = 0; $i < $columns_cnt; $i++) { + // If a cell is NULL, still export it to preserve the XML structure + if (!isset($record[$i]) || is_null($record[$i])) { + $record[$i] = 'NULL'; + } + $buffer .= ' ' . htmlspecialchars((string)$record[$i]) + . '' . $crlf; + } + $buffer .= '
                          ' . $crlf; + + if (!PMA_exportOutputHandler($buffer)) { + return FALSE; + } + } + PMA_DBI_free_result($result); + } + + return TRUE; +} // end of the 'PMA_getTableXML()' function +} +} +?> diff --git a/htdocs/phpMyAdmin/libraries/export/yaml.php b/htdocs/phpMyAdmin/libraries/export/yaml.php new file mode 100644 index 000000000..550eb1d22 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/export/yaml.php @@ -0,0 +1,185 @@ + 'YAML', + 'extension' => 'yml', + 'mime_type' => 'text/yaml', + 'force_file' => true, + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array( + 'type' => 'hidden', + 'name' => 'structure_or_data', + ), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); +} else { + +/** + * Set of functions used to build exports of tables + */ + +/** + * Outputs comment + * + * @param string Text of comment + * + * @return bool Whether it suceeded + */ +function PMA_exportComment($text) +{ + PMA_exportOutputHandler('# ' . $text . $GLOBALS['crlf']); + return true; +} + +/** + * Outputs export footer + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportFooter() +{ + PMA_exportOutputHandler('...' . $GLOBALS['crlf']); + return true; +} + +/** + * Outputs export header + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportHeader() +{ + PMA_exportOutputHandler('%YAML 1.1' . $GLOBALS['crlf'] . '---' . $GLOBALS['crlf']); + return true; +} + +/** + * Outputs database header + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBHeader($db) +{ + return true; +} + +/** + * Outputs database footer + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBFooter($db) +{ + return true; +} + +/** + * Outputs create database database + * + * @param string Database name + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportDBCreate($db) +{ + return true; +} + +/** + * Outputs the content of a table in YAML format + * + * @param string the database name + * @param string the table name + * @param string the end of line sequence + * @param string the url to go back in case of error + * @param string SQL query for obtaining data + * + * @return bool Whether it suceeded + * + * @access public + */ +function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) +{ + $result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED); + + $columns_cnt = PMA_DBI_num_fields($result); + for ($i = 0; $i < $columns_cnt; $i++) { + $columns[$i] = stripslashes(PMA_DBI_field_name($result, $i)); + } + unset($i); + + $buffer = ''; + $record_cnt = 0; + while ($record = PMA_DBI_fetch_row($result)) { + $record_cnt++; + + // Output table name as comment if this is the first record of the table + if ($record_cnt == 1) { + $buffer = '# ' . $db . '.' . $table . $crlf; + $buffer .= '-' . $crlf; + } else { + $buffer = '-' . $crlf; + } + + for ($i = 0; $i < $columns_cnt; $i++) { + if (! isset($record[$i])) { + continue; + } + + $column = $columns[$i]; + + if (is_null($record[$i])) { + $buffer .= ' ' . $column . ': null' . $crlf; + continue; + } + + if (is_numeric($record[$i])) { + $buffer .= ' ' . $column . ': ' . $record[$i] . $crlf; + continue; + } + + $record[$i] = str_replace(array('\\', '"', "\n", "\r"), array('\\\\', '\"', '\n', '\r'), $record[$i]); + $buffer .= ' ' . $column . ': "' . $record[$i] . '"' . $crlf; + } + + if (! PMA_exportOutputHandler($buffer)) { + return FALSE; + } + } + PMA_DBI_free_result($result); + + return true; +} + +} +?> diff --git a/htdocs/phpMyAdmin/libraries/file_listing.php b/htdocs/phpMyAdmin/libraries/file_listing.php new file mode 100644 index 000000000..1ca97112b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/file_listing.php @@ -0,0 +1,95 @@ + $val) { + $result .= '
                          ' . "\n"; +} + +// Include possible custom footers +if (! $GLOBALS['is_ajax_request'] && file_exists(CUSTOM_FOOTER_FILE)) { + require CUSTOM_FOOTER_FILE; +} + +/** + * If we are in an AJAX request, we do not need to generate the closing tags for + * body and html. + */ +if (! $GLOBALS['is_ajax_request']) { +?> + + + diff --git a/htdocs/phpMyAdmin/libraries/grab_globals.lib.php b/htdocs/phpMyAdmin/libraries/grab_globals.lib.php new file mode 100644 index 000000000..cddaca209 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/grab_globals.lib.php @@ -0,0 +1,122 @@ + diff --git a/htdocs/phpMyAdmin/libraries/header.inc.php b/htdocs/phpMyAdmin/libraries/header.inc.php new file mode 100644 index 000000000..9cc27854f --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/header.inc.php @@ -0,0 +1,191 @@ +get('user_preferences') == 'session' + && !isset($_SESSION['userprefs_autoload']); + if ($userprefs_offer_import) { + $GLOBALS['js_include'][] = 'config.js'; + } + + // For re-usability, moved http-headers and stylesheets + // to a seperate file. It can now be included by header.inc.php, + // querywindow.php. + + require_once './libraries/header_http.inc.php'; + require_once './libraries/header_meta_style.inc.php'; + require_once './libraries/header_scripts.inc.php'; + ?> + + + + + + + display(); + } + + // offer to load user preferences from localStorage + if ($userprefs_offer_import) { + require_once './libraries/user_preferences.lib.php'; + PMA_userprefs_autoload_header(); + } + + if (!defined('PMA_DISPLAY_HEADING')) { + define('PMA_DISPLAY_HEADING', 1); + } + + /** + * Display heading if needed. Design can be set in css file. + */ + + if (PMA_DISPLAY_HEADING && $GLOBALS['server'] > 0) { + $server_info = (!empty($GLOBALS['cfg']['Server']['verbose']) + ? $GLOBALS['cfg']['Server']['verbose'] + : $GLOBALS['cfg']['Server']['host'] . (empty($GLOBALS['cfg']['Server']['port']) + ? '' + : ':' . $GLOBALS['cfg']['Server']['port'] + ) + ); + $item = ''; + if ($GLOBALS['cfg']['NavigationBarIconic']) { + $separator = ' -' . "\n"; + $item .= ' ' . "\n"; + } else { + $separator = ' - ' . "\n"; + } + + if ($GLOBALS['cfg']['NavigationBarIconic'] !== true) { + $item .= '%4$s: '; + } + $item .= '%3$s' . "\n"; + + echo '
                          ' . "\n"; + printf($item, + $GLOBALS['cfg']['DefaultTabServer'], + PMA_generate_common_url(), + htmlspecialchars($server_info), + __('Server'), + 's_host.png'); + + if (strlen($GLOBALS['db'])) { + + echo $separator; + printf($item, + $GLOBALS['cfg']['DefaultTabDatabase'], + PMA_generate_common_url($GLOBALS['db']), + htmlspecialchars($GLOBALS['db']), + __('Database'), + 's_db.png'); + // if the table is being dropped, $_REQUEST['purge'] is set to '1' + // so do not display the table name in upper div + if (strlen($GLOBALS['table']) && ! (isset($_REQUEST['purge']) && $_REQUEST['purge'] == '1')) { + require_once './libraries/tbl_info.inc.php'; + + echo $separator; + printf($item, + $GLOBALS['cfg']['DefaultTabTable'], + PMA_generate_common_url($GLOBALS['db'], $GLOBALS['table']), + str_replace(' ', ' ', htmlspecialchars($GLOBALS['table'])), + (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? __('View') : __('Table')), + (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? 'b_views' : 's_tbl') . '.png'); + + /** + * Displays table comment + * @uses $show_comment from libraries/tbl_info.inc.php + * @uses $GLOBALS['avoid_show_comment'] from tbl_relation.php + */ + if (!empty($show_comment) && !isset($GLOBALS['avoid_show_comment'])) { + if (strstr($show_comment, '; InnoDB free')) { + $show_comment = preg_replace('@; InnoDB free:.*?$@', '', $show_comment); + } + echo '' + .'"' . htmlspecialchars($show_comment) + .'"' . "\n"; + } // end if + } else { + // no table selected, display database comment if present + /** + * Settings for relations stuff + */ + require_once './libraries/relation.lib.php'; + $cfgRelation = PMA_getRelationsParam(); + + // Get additional information about tables for tooltip is done + // in libraries/db_info.inc.php only once + if ($cfgRelation['commwork']) { + $comment = PMA_getDbComment($GLOBALS['db']); + /** + * Displays table comment + */ + if (! empty($comment)) { + echo '"' + . htmlspecialchars($comment) + . '"' . "\n"; + } // end if + } + } + } + } + echo '
                          '; + } + /** + * Sets a variable to remember headers have been sent + */ + $GLOBALS['is_header_sent'] = true; +} //end if(!$GLOBALS['is_ajax_request']) +else { + if (empty($GLOBALS['is_header_sent'])) { + require_once './libraries/header_http.inc.php'; + $GLOBALS['is_header_sent'] = true; + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/header_http.inc.php b/htdocs/phpMyAdmin/libraries/header_http.inc.php new file mode 100644 index 000000000..9ad890dba --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/header_http.inc.php @@ -0,0 +1,35 @@ + diff --git a/htdocs/phpMyAdmin/libraries/header_meta_style.inc.php b/htdocs/phpMyAdmin/libraries/header_meta_style.inc.php new file mode 100644 index 000000000..0c6633db6 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/header_meta_style.inc.php @@ -0,0 +1,51 @@ +'; */ + +?> + + + + + + + <?php + if (!empty($page_title)) { + echo htmlspecialchars($page_title); + } else { + echo 'phpMyAdmin'; + } +?> + + + + diff --git a/htdocs/phpMyAdmin/libraries/header_printview.inc.php b/htdocs/phpMyAdmin/libraries/header_printview.inc.php new file mode 100644 index 000000000..4a30f2b81 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/header_printview.inc.php @@ -0,0 +1,73 @@ + + + + + + + + +<?php echo __('SQL result'); ?> - phpMyAdmin <?php echo PMA_VERSION ?> + + + + +

                          +

                          + :
                          + :
                          + :
                          + : phpMyAdmin  / MySQL 
                          + : ; +
                          + : + +

                          + + + diff --git a/htdocs/phpMyAdmin/libraries/header_scripts.inc.php b/htdocs/phpMyAdmin/libraries/header_scripts.inc.php new file mode 100644 index 000000000..c25aa990e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/header_scripts.inc.php @@ -0,0 +1,75 @@ + $GLOBALS['lang']); +if (isset($GLOBALS['db'])) { + $params['db'] = $GLOBALS['db']; +} +$GLOBALS['js_include'][] = 'messages.php' . PMA_generate_common_url($params); + +/** + * Here we add a timestamp when loading the file, so that users who + * upgrade phpMyAdmin are not stuck with older .js files in their + * browser cache. This produces an HTTP 304 request for each file. + */ + +// avoid loading twice a js file +$GLOBALS['js_include'] = array_unique($GLOBALS['js_include']); +foreach ($GLOBALS['js_include'] as $js_script_file) { + echo PMA_includeJS($js_script_file); +} +?> + + diff --git a/htdocs/phpMyAdmin/libraries/iconv_wrapper.lib.php b/htdocs/phpMyAdmin/libraries/iconv_wrapper.lib.php new file mode 100644 index 000000000..2efd6158c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/iconv_wrapper.lib.php @@ -0,0 +1,85 @@ + "ISO8859-[1-9]" according to http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf2/setlocale.htm + 'iso-8859-1' => 'ISO8859-1', + 'iso-8859-2' => 'ISO8859-2', + 'iso-8859-3' => 'ISO8859-3', + 'iso-8859-4' => 'ISO8859-4', + 'iso-8859-5' => 'ISO8859-5', + 'iso-8859-6' => 'ISO8859-6', + 'iso-8859-7' => 'ISO8859-7', + 'iso-8859-8' => 'ISO8859-8', + 'iso-8859-9' => 'ISO8859-9', + + // "big5" --> "IBM-eucTW" according to http://kadesh.cepba.upc.es/mancpp/classref/ref/ITranscoder_DSC.htm + 'big5' => 'IBM-eucTW', + + // Other mappings corresponding to the phpMyAdmin dropdown box when using the charset conversion feature + 'euc-jp' => 'IBM-eucJP', + 'koi8-r' => 'IBM-eucKR', + 'ks_c_5601-1987' => 'KSC5601.1987-0', + 'tis-620' => 'TIS-620', + 'utf-8' => 'UTF-8' +); + +/** + * Wrapper around IBM AIX iconv(), whose character set naming differs + * from the GNU version of iconv(). + * + * @param string input character set + * @param string output character set + * @param string the string to convert + * + * @return mixed converted string or FALSE on failure + * + * @access public + * + */ +function PMA_aix_iconv_wrapper($in_charset, $out_charset, $str) { + + global $gnu_iconv_to_aix_iconv_codepage_map; + + // Check for transliteration argument at the end of output character set name + $translit_search = strpos(strtolower($out_charset), '//translit'); + $using_translit = (!($translit_search === FALSE)); + + // Extract "plain" output character set name (without any transliteration argument) + $out_charset_plain = ($using_translit ? substr($out_charset, 0, $translit_search) : $out_charset); + + // Transform name of input character set (if found) + if (array_key_exists(strtolower($in_charset), $gnu_iconv_to_aix_iconv_codepage_map)) { + $in_charset = $gnu_iconv_to_aix_iconv_codepage_map[strtolower($in_charset)]; + } + + // Transform name of "plain" output character set (if found) + if (array_key_exists(strtolower($out_charset_plain), $gnu_iconv_to_aix_iconv_codepage_map)) { + $out_charset_plain = $gnu_iconv_to_aix_iconv_codepage_map[strtolower($out_charset_plain)]; + } + + // Add transliteration argument again (exactly as specified by user) if used + // Build the output character set name that we will use + $out_charset = ($using_translit ? $out_charset_plain . substr($out_charset, $translit_search) : $out_charset_plain); + + // NOTE: Transliteration not supported; we will use the "plain" output character set name + $out_charset = $out_charset_plain; + + // Call iconv() with the possibly modified parameters + $result = iconv($in_charset, $out_charset, $str); + return $result; +} // end of the "PMA_aix_iconv_wrapper()" function + +?> diff --git a/htdocs/phpMyAdmin/libraries/import.lib.php b/htdocs/phpMyAdmin/libraries/import.lib.php new file mode 100644 index 000000000..a7d0b5ef9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import.lib.php @@ -0,0 +1,1191 @@ + ($maximum_time - 5)) { + $timeout_passed = TRUE; + return TRUE; + } else { + return FALSE; + } +} + +/** + * Detects what compression filse uses + * + * @param string filename to check + * @return string MIME type of compression, none for none + * @access public + */ +function PMA_detectCompression($filepath) +{ + $file = @fopen($filepath, 'rb'); + if (!$file) { + return FALSE; + } + $test = fread($file, 4); + $len = strlen($test); + fclose($file); + if ($len >= 2 && $test[0] == chr(31) && $test[1] == chr(139)) { + return 'application/gzip'; + } + if ($len >= 3 && substr($test, 0, 3) == 'BZh') { + return 'application/bzip2'; + } + if ($len >= 4 && $test == "PK\003\004") { + return 'application/zip'; + } + return 'none'; +} + +/** + * Runs query inside import buffer. This is needed to allow displaying + * of last SELECT, SHOW or HANDLER results and similar nice stuff. + * + * @uses $GLOBALS['finished'] read and write + * @param string query to run + * @param string query to display, this might be commented + * @param bool whether to use control user for queries + * @access public + */ +function PMA_importRunQuery($sql = '', $full = '', $controluser = false) +{ + global $import_run_buffer, $go_sql, $complete_query, $display_query, + $sql_query, $my_die, $error, $reload, + $last_query_with_results, + $skip_queries, $executed_queries, $max_sql_len, $read_multiply, + $cfg, $sql_query_disabled, $db, $run_query, $is_superuser; + $read_multiply = 1; + if (isset($import_run_buffer)) { + // Should we skip something? + if ($skip_queries > 0) { + $skip_queries--; + } else { + if (!empty($import_run_buffer['sql']) && trim($import_run_buffer['sql']) != '') { + $max_sql_len = max($max_sql_len, strlen($import_run_buffer['sql'])); + if (!$sql_query_disabled) { + $sql_query .= $import_run_buffer['full']; + } + if (!$cfg['AllowUserDropDatabase'] + && !$is_superuser + && preg_match('@^[[:space:]]*DROP[[:space:]]+(IF EXISTS[[:space:]]+)?DATABASE @i', $import_run_buffer['sql'])) { + $GLOBALS['message'] = PMA_Message::error(__('"DROP DATABASE" statements are disabled.')); + $error = TRUE; + } else { + $executed_queries++; + if ($run_query && $GLOBALS['finished'] && empty($sql) && !$error && ( + (!empty($import_run_buffer['sql']) && preg_match('/^[\s]*(SELECT|SHOW|HANDLER)/i', $import_run_buffer['sql'])) || + ($executed_queries == 1) + )) { + $go_sql = TRUE; + if (!$sql_query_disabled) { + $complete_query = $sql_query; + $display_query = $sql_query; + } else { + $complete_query = ''; + $display_query = ''; + } + $sql_query = $import_run_buffer['sql']; + // If a 'USE ' SQL-clause was found, set our current $db to the new one + list($db, $reload) = PMA_lookForUse($import_run_buffer['sql'], $db, $reload); + } elseif ($run_query) { + if ($controluser) { + $result = PMA_query_as_controluser($import_run_buffer['sql']); + } else { + $result = PMA_DBI_try_query($import_run_buffer['sql']); + } + $msg = '# '; + if ($result === FALSE) { // execution failed + if (!isset($my_die)) { + $my_die = array(); + } + $my_die[] = array('sql' => $import_run_buffer['full'], 'error' => PMA_DBI_getError()); + + if ($cfg['VerboseMultiSubmit']) { + $msg .= __('Error'); + } + + if (!$cfg['IgnoreMultiSubmitErrors']) { + $error = TRUE; + return; + } + } elseif ($cfg['VerboseMultiSubmit']) { + $a_num_rows = (int)@PMA_DBI_num_rows($result); + $a_aff_rows = (int)@PMA_DBI_affected_rows(); + if ($a_num_rows > 0) { + $msg .= __('Rows'). ': ' . $a_num_rows; + $last_query_with_results = $import_run_buffer['sql']; + } elseif ($a_aff_rows > 0) { + $message = PMA_Message::affected_rows($a_aff_rows); + $msg .= $message->getMessage(); + } else { + $msg .= __('MySQL returned an empty result set (i.e. zero rows).'); + } + } + if (!$sql_query_disabled) { + $sql_query .= $msg . "\n"; + } + + // If a 'USE ' SQL-clause was found and the query succeeded, set our current $db to the new one + if ($result != FALSE) { + list($db, $reload) = PMA_lookForUse($import_run_buffer['sql'], $db, $reload); + } + + if ($result != FALSE && preg_match('@^[\s]*(DROP|CREATE)[\s]+(IF EXISTS[[:space:]]+)?(TABLE|DATABASE)[[:space:]]+(.+)@im', $import_run_buffer['sql'])) { + $reload = TRUE; + } + } // end run query + } // end if not DROP DATABASE + } // end non empty query + elseif (!empty($import_run_buffer['full'])) { + if ($go_sql) { + $complete_query .= $import_run_buffer['full']; + $display_query .= $import_run_buffer['full']; + } else { + if (!$sql_query_disabled) { + $sql_query .= $import_run_buffer['full']; + } + } + } + // check length of query unless we decided to pass it to sql.php + // (if $run_query is false, we are just displaying so show + // the complete query in the textarea) + if (! $go_sql && $run_query) { + if ($cfg['VerboseMultiSubmit'] && ! empty($sql_query)) { + if (strlen($sql_query) > 50000 || $executed_queries > 50 || $max_sql_len > 1000) { + $sql_query = ''; + $sql_query_disabled = TRUE; + } + } else { + if (strlen($sql_query) > 10000 || $executed_queries > 10 || $max_sql_len > 500) { + $sql_query = ''; + $sql_query_disabled = TRUE; + } + } + } + } // end do query (no skip) + } // end buffer exists + + // Do we have something to push into buffer? + if (!empty($sql) || !empty($full)) { + $import_run_buffer = array('sql' => $sql, 'full' => $full); + } else { + unset($GLOBALS['import_run_buffer']); + } +} + +/** + * Looks for the presence of USE to possibly change current db + * + * @param string buffer to examine + * @param string current db + * @param boolean reload + * @return array (current or new db, whether to reload) + * @access public + */ +function PMA_lookForUse($buffer, $db, $reload) +{ + if (preg_match('@^[\s]*USE[[:space:]]*([\S]+)@i', $buffer, $match)) { + $db = trim($match[1]); + $db = trim($db,';'); // for example, USE abc; + $reload = TRUE; + } + return(array($db, $reload)); +} + + +/** + * Returns next part of imported file/buffer + * + * @uses $GLOBALS['offset'] read and write + * @uses $GLOBALS['import_file'] read only + * @uses $GLOBALS['import_text'] read and write + * @uses $GLOBALS['finished'] read and write + * @uses $GLOBALS['read_limit'] read only + * @param integer size of buffer to read (this is maximal size + * function will return) + * @return string part of file/buffer + * @access public + */ +function PMA_importGetNextChunk($size = 32768) +{ + global $compression, $import_handle, $charset_conversion, $charset_of_file, + $charset, $read_multiply; + + // Add some progression while reading large amount of data + if ($read_multiply <= 8) { + $size *= $read_multiply; + } else { + $size *= 8; + } + $read_multiply++; + + // We can not read too much + if ($size > $GLOBALS['read_limit']) { + $size = $GLOBALS['read_limit']; + } + + if (PMA_checkTimeout()) { + return FALSE; + } + if ($GLOBALS['finished']) { + return TRUE; + } + + if ($GLOBALS['import_file'] == 'none') { + // Well this is not yet supported and tested, but should return content of textarea + if (strlen($GLOBALS['import_text']) < $size) { + $GLOBALS['finished'] = TRUE; + return $GLOBALS['import_text']; + } else { + $r = substr($GLOBALS['import_text'], 0, $size); + $GLOBALS['offset'] += $size; + $GLOBALS['import_text'] = substr($GLOBALS['import_text'], $size); + return $r; + } + } + + switch ($compression) { + case 'application/bzip2': + $result = bzread($import_handle, $size); + $GLOBALS['finished'] = feof($import_handle); + break; + case 'application/gzip': + $result = gzread($import_handle, $size); + $GLOBALS['finished'] = feof($import_handle); + break; + case 'application/zip': + $result = substr($GLOBALS['import_text'], 0, $size); + $GLOBALS['import_text'] = substr($GLOBALS['import_text'], $size); + $GLOBALS['finished'] = empty($GLOBALS['import_text']); + break; + case 'none': + $result = fread($import_handle, $size); + $GLOBALS['finished'] = feof($import_handle); + break; + } + $GLOBALS['offset'] += $size; + + if ($charset_conversion) { + return PMA_convert_string($charset_of_file, $charset, $result); + } else { + /** + * Skip possible byte order marks (I do not think we need more + * charsets, but feel free to add more, you can use wikipedia for + * reference: ) + * + * @todo BOM could be used for charset autodetection + */ + if ($GLOBALS['offset'] == $size) { + // UTF-8 + if (strncmp($result, "\xEF\xBB\xBF", 3) == 0) { + $result = substr($result, 3); + // UTF-16 BE, LE + } elseif (strncmp($result, "\xFE\xFF", 2) == 0 || strncmp($result, "\xFF\xFE", 2) == 0) { + $result = substr($result, 2); + } + } + return $result; + } +} + +/** + * Returns the "Excel" column name (i.e. 1 = "A", 26 = "Z", 27 = "AA", etc.) + * + * This functions uses recursion to build the Excel column name. + * + * The column number (1-26) is converted to the responding ASCII character (A-Z) and returned. + * + * If the column number is bigger than 26 (= num of letters in alfabet), + * an extra character needs to be added. To find this extra character, the number is divided by 26 + * and this value is passed to another instance of the same function (hence recursion). + * In that new instance the number is evaluated again, and if it is still bigger than 26, it is divided again + * and passed to another instance of the same function. This continues until the number is smaller than 26. + * Then the last called function returns the corresponding ASCII character to the function that called it. + * Each time a called function ends an extra character is added to the column name. + * When the first function is reached, the last character is addded and the complete column name is returned. + * + * @access public + * + * @uses chr() + * @param int $num + * @return string The column's "Excel" name + */ +function PMA_getColumnAlphaName($num) +{ + $A = 65; // ASCII value for capital "A" + $col_name = ""; + + if ($num > 26) { + $div = (int)($num / 26); + $remain = (int)($num % 26); + + // subtract 1 of divided value in case the modulus is 0, + // this is necessary because A-Z has no 'zero' + if ($remain == 0) { + $div--; + } + + // recursive function call + $col_name = PMA_getColumnAlphaName($div); + // use modulus as new column number + $num = $remain; + } + + if ($num == 0) { + // use 'Z' if column number is 0, + // this is necessary because A-Z has no 'zero' + $col_name .= chr(($A + 26) - 1); + } else { + // convert column number to ASCII character + $col_name .= chr(($A + $num) - 1); + } + + return $col_name; +} + +/** + * Returns the column number based on the Excel name. + * So "A" = 1, "Z" = 26, "AA" = 27, etc. + * + * Basicly this is a base26 (A-Z) to base10 (0-9) conversion. + * It iterates through all characters in the column name and + * calculates the corresponding value, based on character value + * (A = 1, ..., Z = 26) and position in the string. + * + * @access public + * + * @uses strtoupper() + * @uses strlen() + * @uses ord() + * @param string $name (i.e. "A", or "BC", etc.) + * @return int The column number + */ +function PMA_getColumnNumberFromName($name) { + if (!empty($name)) { + $name = strtoupper($name); + $num_chars = strlen($name); + $column_number = 0; + for ($i = 0; $i < $num_chars; ++$i) { + // read string from back to front + $char_pos = ($num_chars - 1) - $i; + + // convert capital character to ASCII value + // and subtract 64 to get corresponding decimal value + // ASCII value of "A" is 65, "B" is 66, etc. + // Decimal equivalent of "A" is 1, "B" is 2, etc. + $number = (ord($name[$char_pos]) - 64); + + // base26 to base10 conversion : multiply each number + // with corresponding value of the position, in this case + // $i=0 : 1; $i=1 : 26; $i=2 : 676; ... + $column_number += $number * pow(26,$i); + } + return $column_number; + } else { + return 0; + } +} + +/** + * Constants definitions + */ + +/* MySQL type defs */ +define("NONE", 0); +define("VARCHAR", 1); +define("INT", 2); +define("DECIMAL", 3); +define("BIGINT", 4); + +/* Decimal size defs */ +define("M", 0); +define("D", 1); +define("FULL", 2); + +/* Table array defs */ +define("TBL_NAME", 0); +define("COL_NAMES", 1); +define("ROWS", 2); + +/* Analysis array defs */ +define("TYPES", 0); +define("SIZES", 1); + +/** + * Obtains the precision (total # of digits) from a size of type decimal + * + * + * @access public + * + * @uses substr() + * @uses strpos() + * @param string $last_cumulative_size + * @return int Precision of the given decimal size notation + */ +function PMA_getM($last_cumulative_size) { + return (int)substr($last_cumulative_size, 0, strpos($last_cumulative_size, ",")); +} + +/** + * Obtains the scale (# of digits to the right of the decimal point) from a size of type decimal + * + * + * @access public + * + * @uses substr() + * @uses strpos() + * @uses strlen() + * @param string $last_cumulative_size + * @return int Scale of the given decimal size notation + */ +function PMA_getD($last_cumulative_size) { + return (int)substr($last_cumulative_size, (strpos($last_cumulative_size, ",") + 1), (strlen($last_cumulative_size) - strpos($last_cumulative_size, ","))); +} + +/** + * Obtains the decimal size of a given cell + * + * + * @access public + * + * @uses strlen() + * @uses strpos() + * @param string &$cell + * @return array Contains the precision, scale, and full size representation of the given decimal cell + */ +function PMA_getDecimalSize(&$cell) { + $curr_size = strlen((string)$cell); + $decPos = strpos($cell, "."); + $decPrecision = ($curr_size - 1) - $decPos; + + $m = $curr_size - 1; + $d = $decPrecision; + + return array($m, $d, ($m . "," . $d)); +} + +/** + * Obtains the size of the given cell + * + * + * @todo Handle the error cases more elegantly + * + * @access public + * + * @uses M + * @uses D + * @uses FULL + * @uses VARCHAR + * @uses DECIMAL + * @uses BIGINT + * @uses INT + * @uses NONE + * @uses strcmp() + * @uses strlen() + * @uses PMA_getM() + * @uses PMA_getD() + * @uses PMA_getDecimalSize() + * @param string $last_cumulative_size Last cumulative column size + * @param int $last_cumulative_type Last cumulative column type (NONE or VARCHAR or DECIMAL or INT or BIGINT) + * @param int $curr_type Type of the current cell (NONE or VARCHAR or DECIMAL or INT or BIGINT) + * @param string &$cell The current cell + * @return string Size of the given cell in the type-appropriate format + */ +function PMA_detectSize($last_cumulative_size, $last_cumulative_type, $curr_type, &$cell) { + $curr_size = strlen((string)$cell); + + /** + * If the cell is NULL, don't treat it as a varchar + */ + if (! strcmp('NULL', $cell)) { + return $last_cumulative_size; + } + /** + * What to do if the current cell is of type VARCHAR + */ + elseif ($curr_type == VARCHAR) { + /** + * The last cumulative type was VARCHAR + */ + if ($last_cumulative_type == VARCHAR) { + if ($curr_size >= $last_cumulative_size) { + return $curr_size; + } else { + return $last_cumulative_size; + } + } + /** + * The last cumulative type was DECIMAL + */ + elseif ($last_cumulative_type == DECIMAL) { + $oldM = PMA_getM($last_cumulative_size); + + if ($curr_size >= $oldM) { + return $curr_size; + } else { + return $oldM; + } + } + /** + * The last cumulative type was BIGINT or INT + */ + elseif ($last_cumulative_type == BIGINT || $last_cumulative_type == INT) { + if ($curr_size >= $last_cumulative_size) { + return $curr_size; + } else { + return $last_cumulative_size; + } + } + /** + * This is the first row to be analyzed + */ + elseif (! isset($last_cumulative_type) || $last_cumulative_type == NONE) { + return $curr_size; + } + /** + * An error has DEFINITELY occurred + */ + else { + /** + * TODO: Handle this MUCH more elegantly + */ + + return -1; + } + } + /** + * What to do if the current cell is of type DECIMAL + */ + elseif ($curr_type == DECIMAL) { + /** + * The last cumulative type was VARCHAR + */ + if ($last_cumulative_type == VARCHAR) { + /* Convert $last_cumulative_size from varchar to decimal format */ + $size = PMA_getDecimalSize($cell); + + if ($size[M] >= $last_cumulative_size) { + return $size[M]; + } else { + return $last_cumulative_size; + } + } + /** + * The last cumulative type was DECIMAL + */ + elseif ($last_cumulative_type == DECIMAL) { + $size = PMA_getDecimalSize($cell); + + $oldM = PMA_getM($last_cumulative_size); + $oldD = PMA_getD($last_cumulative_size); + + /* New val if M or D is greater than current largest */ + if ($size[M] > $oldM || $size[D] > $oldD) { + /* Take the largest of both types */ + return (string)((($size[M] > $oldM) ? $size[M] : $oldM) . "," . (($size[D] > $oldD) ? $size[D] : $oldD)); + } else { + return $last_cumulative_size; + } + } + /** + * The last cumulative type was BIGINT or INT + */ + elseif ($last_cumulative_type == BIGINT || $last_cumulative_type == INT) { + /* Convert $last_cumulative_size from int to decimal format */ + $size = PMA_getDecimalSize($cell); + + if ($size[M] >= $last_cumulative_size) { + return $size[FULL]; + } else { + return ($last_cumulative_size.",".$size[D]); + } + } + /** + * This is the first row to be analyzed + */ + elseif (! isset($last_cumulative_type) || $last_cumulative_type == NONE) { + /* First row of the column */ + $size = PMA_getDecimalSize($cell); + + return $size[FULL]; + } + /** + * An error has DEFINITELY occurred + */ + else { + /** + * TODO: Handle this MUCH more elegantly + */ + + return -1; + } + } + /** + * What to do if the current cell is of type BIGINT or INT + */ + elseif ($curr_type == BIGINT || $curr_type == INT) { + /** + * The last cumulative type was VARCHAR + */ + if ($last_cumulative_type == VARCHAR) { + if ($curr_size >= $last_cumulative_size) { + return $curr_size; + } else { + return $last_cumulative_size; + } + } + /** + * The last cumulative type was DECIMAL + */ + elseif ($last_cumulative_type == DECIMAL) { + $oldM = PMA_getM($last_cumulative_size); + $oldD = PMA_getD($last_cumulative_size); + $oldInt = $oldM - $oldD; + $newInt = strlen((string)$cell); + + /* See which has the larger integer length */ + if ($oldInt >= $newInt) { + /* Use old decimal size */ + return $last_cumulative_size; + } else { + /* Use $newInt + $oldD as new M */ + return (($newInt + $oldD) . "," . $oldD); + } + } + /** + * The last cumulative type was BIGINT or INT + */ + elseif ($last_cumulative_type == BIGINT || $last_cumulative_type == INT) { + if ($curr_size >= $last_cumulative_size) { + return $curr_size; + } else { + return $last_cumulative_size; + } + } + /** + * This is the first row to be analyzed + */ + elseif (!isset($last_cumulative_type) || $last_cumulative_type == NONE) { + return $curr_size; + } + /** + * An error has DEFINITELY occurred + */ + else { + /** + * TODO: Handle this MUCH more elegantly + */ + + return -1; + } + } + /** + * An error has DEFINITELY occurred + */ + else { + /** + * TODO: Handle this MUCH more elegantly + */ + + return -1; + } +} + +/** + * Determines what MySQL type a cell is + * + * + * @access public + * + * @uses DECIMAL + * @uses BIGINT + * @uses INT + * @uses VARCHAR + * @uses NONE + * @uses is_numeric() + * @uses strcmp() + * @uses strpos() + * @uses substr_count() + * @param int $last_cumulative_type Last cumulative column type (VARCHAR or INT or BIGINT or DECIMAL or NONE) + * @param string &$cell String representation of the cell for which a best-fit type is to be determined + * @return int The MySQL type representation (VARCHAR or INT or BIGINT or DECIMAL or NONE) + */ +function PMA_detectType($last_cumulative_type, &$cell) { + /** + * If numeric, determine if decimal, int or bigint + * Else, we call it varchar for simplicity + */ + + if (! strcmp('NULL', $cell)) { + if ($last_cumulative_type === NULL || $last_cumulative_type == NONE) { + return NONE; + } else { + return $last_cumulative_type; + } + } elseif (is_numeric($cell)) { + if ($cell == (string)(float)$cell && strpos($cell, ".") !== false && substr_count($cell, ".") == 1) { + return DECIMAL; + } else { + if (abs($cell) > 2147483647) { + return BIGINT; + } else { + return INT; + } + } + } else { + return VARCHAR; + } +} + +/** + * Determines if the column types are int, decimal, or string + * + * + * @link http://wiki.phpmyadmin.net/pma/Import + * + * @todo Handle the error case more elegantly + * + * @access public + * + * @uses TBL_NAME + * @uses COL_NAMES + * @uses ROWS + * @uses VARCHAR + * @uses DECIMAL + * @uses BIGINT + * @uses INT + * @uses NONE + * @uses count() + * @uses is_array() + * @uses PMA_detectType() + * @uses PMA_detectSize() + * @param &$table array(string $table_name, array $col_names, array $rows) + * @return array array(array $types, array $sizes) + */ +function PMA_analyzeTable(&$table) { + /* Get number of rows in table */ + $numRows = count($table[ROWS]); + /* Get number of columns */ + $numCols = count($table[COL_NAMES]); + /* Current type for each column */ + $types = array(); + $sizes = array(); + + /* Initialize $sizes to all 0's */ + for ($i = 0; $i < $numCols; ++$i) { + $sizes[$i] = 0; + } + + /* Initialize $types to NONE */ + for ($i = 0; $i < $numCols; ++$i) { + $types[$i] = NONE; + } + + /* Temp vars */ + $curr_type = NONE; + $curr_size = 0; + + /* If the passed array is not of the correct form, do not process it */ + if (is_array($table) && ! is_array($table[TBL_NAME]) && is_array($table[COL_NAMES]) && is_array($table[ROWS])) { + /* Analyze each column */ + for ($i = 0; $i < $numCols; ++$i) { + /* Analyze the column in each row */ + for ($j = 0; $j < $numRows; ++$j) { + /* Determine type of the current cell */ + $curr_type = PMA_detectType($types[$i], $table[ROWS][$j][$i]); + /* Determine size of the current cell */ + $sizes[$i] = PMA_detectSize($sizes[$i], $types[$i], $curr_type, $table[ROWS][$j][$i]); + + /** + * If a type for this column has already been declared, + * only alter it if it was a number and a varchar was found + */ + if ($curr_type != NONE) { + if ($curr_type == VARCHAR) { + $types[$i] = VARCHAR; + } else if ($curr_type == DECIMAL) { + if ($types[$i] != VARCHAR) { + $types[$i] = DECIMAL; + } + } else if ($curr_type == BIGINT) { + if ($types[$i] != VARCHAR && $types[$i] != DECIMAL) { + $types[$i] = BIGINT; + } + } else if ($curr_type == INT) { + if ($types[$i] != VARCHAR && $types[$i] != DECIMAL && $types[$i] != BIGINT) { + $types[$i] = INT; + } + } + } + } + } + + /* Check to ensure that all types are valid */ + $len = count($types); + for ($n = 0; $n < $len; ++$n) { + if (! strcmp(NONE, $types[$n])) { + $types[$n] = VARCHAR; + $sizes[$n] = '10'; + } + } + + return array($types, $sizes); + } + else + { + /** + * TODO: Handle this better + */ + + return false; + } +} + +/* Needed to quell the beast that is PMA_Message */ +$import_notice = NULL; + +/** + * Builds and executes SQL statements to create the database and tables + * as necessary, as well as insert all the data. + * + * + * @link http://wiki.phpmyadmin.net/pma/Import + * + * @access public + * + * @uses TBL_NAME + * @uses COL_NAMES + * @uses ROWS + * @uses TYPES + * @uses SIZES + * @uses strcmp() + * @uses count() + * @uses preg_match() + * @uses preg_replace() + * @uses PMA_isView() + * @uses PMA_backquote() + * @uses PMA_importRunQuery() + * @uses PMA_generate_common_url() + * @uses PMA_Message::notice() + * @param string $db_name Name of the database + * @param array &$tables Array of tables for the specified database + * @param array &$analyses = NULL Analyses of the tables + * @param array &$additional_sql = NULL Additional SQL statements to be executed + * @param array $options = NULL Associative array of options + * @return void + */ +function PMA_buildSQL($db_name, &$tables, &$analyses = NULL, &$additional_sql = NULL, $options = NULL) { + /* Take care of the options */ + if (isset($options['db_collation'])&& ! is_null($options['db_collation'])) { + $collation = $options['db_collation']; + } else { + $collation = "utf8_general_ci"; + } + + if (isset($options['db_charset']) && ! is_null($options['db_charset'])) { + $charset = $options['db_charset']; + } else { + $charset = "utf8"; + } + + if (isset($options['create_db'])) { + $create_db = $options['create_db']; + } else { + $create_db = true; + } + + /* Create SQL code to handle the database */ + $sql = array(); + + if ($create_db) { + $sql[] = "CREATE DATABASE IF NOT EXISTS " . PMA_backquote($db_name) . " DEFAULT CHARACTER SET " . $charset . " COLLATE " . $collation; + } + + /** + * The calling plug-in should include this statement, if necessary, in the $additional_sql parameter + * + * $sql[] = "USE " . PMA_backquote($db_name); + */ + + /* Execute the SQL statements create above */ + $sql_len = count($sql); + for ($i = 0; $i < $sql_len; ++$i) { + PMA_importRunQuery($sql[$i], $sql[$i]); + } + + /* No longer needed */ + unset($sql); + + /* Run the $additional_sql statements supplied by the caller plug-in */ + if ($additional_sql != NULL) { + /* Clean the SQL first */ + $additional_sql_len = count($additional_sql); + + /** + * Only match tables for now, because CREATE IF NOT EXISTS + * syntax is lacking or nonexisting for views, triggers, + * functions, and procedures. + * + * See: http://bugs.mysql.com/bug.php?id=15287 + * + * To the best of my knowledge this is still an issue. + * + * $pattern = 'CREATE (TABLE|VIEW|TRIGGER|FUNCTION|PROCEDURE)'; + */ + $pattern = '/CREATE .*(TABLE)/'; + $replacement = 'CREATE \\1 IF NOT EXISTS'; + + /* Change CREATE statements to CREATE IF NOT EXISTS to support inserting into existing structures */ + for ($i = 0; $i < $additional_sql_len; ++$i) { + $additional_sql[$i] = preg_replace($pattern, $replacement, $additional_sql[$i]); + /* Execute the resulting statements */ + PMA_importRunQuery($additional_sql[$i], $additional_sql[$i]); + } + } + + if ($analyses != NULL) { + $type_array = array(NONE => "NULL", VARCHAR => "varchar", INT => "int", DECIMAL => "decimal", BIGINT => "bigint"); + + /* TODO: Do more checking here to make sure they really are matched */ + if (count($tables) != count($analyses)) { + exit(); + } + + /* Create SQL code to create the tables */ + $tempSQLStr = ""; + $num_tables = count($tables); + for ($i = 0; $i < $num_tables; ++$i) { + $num_cols = count($tables[$i][COL_NAMES]); + $tempSQLStr = "CREATE TABLE IF NOT EXISTS " . PMA_backquote($db_name) . '.' . PMA_backquote($tables[$i][TBL_NAME]) . " ("; + for ($j = 0; $j < $num_cols; ++$j) { + $size = $analyses[$i][SIZES][$j]; + if ((int)$size == 0) { + $size = 10; + } + + $tempSQLStr .= PMA_backquote($tables[$i][COL_NAMES][$j]) . " " . $type_array[$analyses[$i][TYPES][$j]] . "(" . $size . ")"; + + if ($j != (count($tables[$i][COL_NAMES]) - 1)) { + $tempSQLStr .= ", "; + } + } + $tempSQLStr .= ") ENGINE=MyISAM DEFAULT CHARACTER SET " . $charset . " COLLATE " . $collation . ";"; + + /** + * Each SQL statement is executed immediately + * after it is formed so that we don't have + * to store them in a (possibly large) buffer + */ + PMA_importRunQuery($tempSQLStr, $tempSQLStr); + } + } + + /** + * Create the SQL statements to insert all the data + * + * Only one insert query is formed for each table + */ + $tempSQLStr = ""; + $col_count = 0; + $num_tables = count($tables); + for ($i = 0; $i < $num_tables; ++$i) { + $num_cols = count($tables[$i][COL_NAMES]); + $num_rows = count($tables[$i][ROWS]); + + $tempSQLStr = "INSERT INTO " . PMA_backquote($db_name) . '.' . PMA_backquote($tables[$i][TBL_NAME]) . " ("; + + for ($m = 0; $m < $num_cols; ++$m) { + $tempSQLStr .= PMA_backquote($tables[$i][COL_NAMES][$m]); + + if ($m != ($num_cols - 1)) { + $tempSQLStr .= ", "; + } + } + + $tempSQLStr .= ") VALUES "; + + for ($j = 0; $j < $num_rows; ++$j) { + $tempSQLStr .= "("; + + for ($k = 0; $k < $num_cols; ++$k) { + if ($analyses != NULL) { + $is_varchar = ($analyses[$i][TYPES][$col_count] === VARCHAR); + } else { + $is_varchar = !is_numeric($tables[$i][ROWS][$j][$k]); + } + + /* Don't put quotes around NULL fields */ + if (! strcmp($tables[$i][ROWS][$j][$k], 'NULL')) { + $is_varchar = false; + } + + $tempSQLStr .= (($is_varchar) ? "'" : ""); + $tempSQLStr .= PMA_sqlAddslashes((string)$tables[$i][ROWS][$j][$k]); + $tempSQLStr .= (($is_varchar) ? "'" : ""); + + if ($k != ($num_cols - 1)) { + $tempSQLStr .= ", "; + } + + if ($col_count == ($num_cols - 1)) { + $col_count = 0; + } else { + $col_count++; + } + + /* Delete the cell after we are done with it */ + unset($tables[$i][ROWS][$j][$k]); + } + + $tempSQLStr .= ")"; + + if ($j != ($num_rows - 1)) { + $tempSQLStr .= ",\n "; + } + + $col_count = 0; + /* Delete the row after we are done with it */ + unset($tables[$i][ROWS][$j]); + } + + $tempSQLStr .= ";"; + + /** + * Each SQL statement is executed immediately + * after it is formed so that we don't have + * to store them in a (possibly large) buffer + */ + PMA_importRunQuery($tempSQLStr, $tempSQLStr); + } + + /* No longer needed */ + unset($tempSQLStr); + + /** + * A work in progress + */ + + /* Add the viewable structures from $additional_sql to $tables so they are also displayed */ + + $view_pattern = '@VIEW `[^`]+`\.`([^`]+)@'; + $table_pattern = '@CREATE TABLE IF NOT EXISTS `([^`]+)`@'; + /* Check a third pattern to make sure its not a "USE `db_name`;" statement */ + + $regs = array(); + + $inTables = false; + + $additional_sql_len = count($additional_sql); + for ($i = 0; $i < $additional_sql_len; ++$i) { + preg_match($view_pattern, $additional_sql[$i], $regs); + + if (count($regs) == 0) { + preg_match($table_pattern, $additional_sql[$i], $regs); + } + + if (count($regs)) { + for ($n = 0; $n < $num_tables; ++$n) { + if (!strcmp($regs[1], $tables[$n][TBL_NAME])) { + $inTables = true; + break; + } + } + + if (!$inTables) { + $tables[] = array(TBL_NAME => $regs[1]); + } + } + + /* Reset the array */ + $regs = array(); + $inTables = false; + } + + $params = array('db' => (string)$db_name); + $db_url = 'db_structure.php' . PMA_generate_common_url($params); + $db_ops_url = 'db_operations.php' . PMA_generate_common_url($params); + + $message = '

                          '; + $message .= '' . __('The following structures have either been created or altered. Here you can:') . '
                          '; + $message .= '
                          • ' . __('View a structure`s contents by clicking on its name') . '
                          • '; + $message .= '
                          • ' . __('Change any of its settings by clicking the corresponding "Options" link') . '
                          • '; + $message .= '
                          • ' . __('Edit its structure by following the "Structure" link') . '
                          • '; + $message .= sprintf('
                          • %s (' . __('Options') . ')
                          • ', + $db_url, + __('Go to database') . ': ' . PMA_backquote($db_name), + $db_name, + $db_ops_url, + __('Edit') . ' ' . PMA_backquote($db_name) . ' ' . __('settings')); + + $message .= '
                              '; + + unset($params); + + $num_tables = count($tables); + for ($i = 0; $i < $num_tables; ++$i) + { + $params = array('db' => (string)$db_name, 'table' => (string)$tables[$i][TBL_NAME]); + $tbl_url = 'sql.php' . PMA_generate_common_url($params); + $tbl_struct_url = 'tbl_structure.php' . PMA_generate_common_url($params); + $tbl_ops_url = 'tbl_operations.php' . PMA_generate_common_url($params); + + unset($params); + + if (! PMA_isView($db_name, $tables[$i][TBL_NAME])) { + $message .= sprintf('
                            • %s (' . __('Structure') . ') (' . __('Options') . ')
                            • ', + $tbl_url, + __('Go to table') . ': ' . PMA_backquote($tables[$i][TBL_NAME]), + $tables[$i][TBL_NAME], + $tbl_struct_url, + PMA_backquote($tables[$i][TBL_NAME]) . ' ' . __('structure'), + $tbl_ops_url, + __('Edit') . ' ' . PMA_backquote($tables[$i][TBL_NAME]) . ' ' . __('settings')); + } else { + $message .= sprintf('
                            • %s
                            • ', + $tbl_url, + __('Go to view') . ': ' . PMA_backquote($tables[$i][TBL_NAME]), + $tables[$i][TBL_NAME]); + } + } + + $message .= '
                          '; + + global $import_notice; + $import_notice = $message; + + unset($tables); +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/import/README b/htdocs/phpMyAdmin/libraries/import/README new file mode 100644 index 000000000..6cb7d107c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/README @@ -0,0 +1,41 @@ +This directory holds import plugins for phpMyAdmin. Plugin should +basically look like following code. Official plugins need to have str* +messages with their definition in language files, if you build some +plugins for your use, you can use directly texts in plugin. + + 'strName', // text to be displayed as choice + 'extension' => '', // extension this plugin can handle + 'options' => array( // array of options for your plugin (optional) + array('type' => '', 'name' => '', 'text' => ''), // type: bool or text, name: form element name, text: description in GUI, size: size of text element (optional). len: maximal size of input (optional) + ), + 'options_text' => 'strNameImportOptions', // text to describe plugin options (must be set if options are used) + ); +} else { +/* We do not define function when plugin is just queried for information above */ + $buffer = ''; + while (!($finished && $i >= $len) && !$error && !$timeout_passed) { + $data = PMA_importGetNextChunk(); + if ($data === FALSE) { + // subtract data we didn't handle yet and stop processing + $offset -= strlen($buffer); + break; + } elseif ($data === TRUE) { + // Handle rest of buffer + } else { + // Append new data to buffer + $buffer .= $data; + } + // PARSE $buffer here, post sql queries using: + PMA_importRunQuery($sql, $verbose_sql_with_comments); + } // End of import loop + // Commit any possible data in buffers + PMA_importRunQuery(); +} +?> diff --git a/htdocs/phpMyAdmin/libraries/import/csv.php b/htdocs/phpMyAdmin/libraries/import/csv.php new file mode 100644 index 000000000..aaff1b1dc --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/csv.php @@ -0,0 +1,440 @@ + __('CSV'), + 'extension' => 'csv', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'bool', 'name' => 'replace', 'text' => __('Replace table data with file')), + array('type' => 'bool', 'name' => 'ignore', 'text' => __('Do not abort on INSERT error')), + array('type' => 'text', 'name' => 'terminated', 'text' => __('Columns separated with:'), 'size' => 2, 'len' => 2), + array('type' => 'text', 'name' => 'enclosed', 'text' => __('Columns enclosed with:'), 'size' => 2, 'len' => 2), + array('type' => 'text', 'name' => 'escaped', 'text' => __('Columns escaped with:'), 'size' => 2, 'len' => 2), + array('type' => 'text', 'name' => 'new_line', 'text' => __('Lines terminated with:'), 'size' => 2), + ), + 'options_text' => __('Options'), + ); + + if ($plugin_param !== 'table') { + $plugin_list['csv']['options'][] = + array('type' => 'bool', 'name' => 'col_names', 'text' => __('The first line of the file contains the table column names (if this is unchecked, the first line will become part of the data)')); + } else { + $hint = new PMA_Message(__('If the data in each row of the file is not in the same order as in the database, list the corresponding column names here. Column names must be separated by commas and not enclosed in quotations.')); + $plugin_list['csv']['options'][] = + array('type' => 'text', 'name' => 'columns', 'text' => __('Column names: ') . PMA_showHint($hint)); + } + $plugin_list['csv']['options'][] = array('type' => 'end_group'); + + /* We do not define function when plugin is just queried for information above */ + return; +} + +$replacements = array( + '\\n' => "\n", + '\\t' => "\t", + '\\r' => "\r", + ); +$csv_terminated = strtr($csv_terminated, $replacements); +$csv_enclosed = strtr($csv_enclosed, $replacements); +$csv_escaped = strtr($csv_escaped, $replacements); +$csv_new_line = strtr($csv_new_line, $replacements); + +$param_error = FALSE; +if (strlen($csv_terminated) != 1) { + $message = PMA_Message::error(__('Invalid parameter for CSV import: %s')); + $message->addParam(__('Columns terminated by'), false); + $error = TRUE; + $param_error = TRUE; + // The default dialog of MS Excel when generating a CSV produces a + // semi-colon-separated file with no chance of specifying the + // enclosing character. Thus, users who want to import this file + // tend to remove the enclosing character on the Import dialog. + // I could not find a test case where having no enclosing characters + // confuses this script. + // But the parser won't work correctly with strings so we allow just + // one character. +} elseif (strlen($csv_enclosed) > 1) { + $message = PMA_Message::error(__('Invalid parameter for CSV import: %s')); + $message->addParam(__('Columns enclosed by'), false); + $error = TRUE; + $param_error = TRUE; +} elseif (strlen($csv_escaped) != 1) { + $message = PMA_Message::error(__('Invalid parameter for CSV import: %s')); + $message->addParam(__('Columns escaped by'), false); + $error = TRUE; + $param_error = TRUE; +} elseif (strlen($csv_new_line) != 1 && $csv_new_line != 'auto') { + $message = PMA_Message::error(__('Invalid parameter for CSV import: %s')); + $message->addParam(__('Lines terminated by'), false); + $error = TRUE; + $param_error = TRUE; +} + +// If there is an error in the parameters entered, indicate that immediately. +if ($param_error) { + PMA_mysqlDie($message->getMessage(), '', '', $err_url); +} + +$buffer = ''; +$required_fields = 0; + +if (!$analyze) { + if (isset($csv_replace)) { + $sql_template = 'REPLACE'; + } else { + $sql_template = 'INSERT'; + if (isset($csv_ignore)) { + $sql_template .= ' IGNORE'; + } + } + $sql_template .= ' INTO ' . PMA_backquote($table); + + $tmp_fields = PMA_DBI_get_fields($db, $table); + + if (empty($csv_columns)) { + $fields = $tmp_fields; + } else { + $sql_template .= ' ('; + $fields = array(); + $tmp = preg_split('/,( ?)/', $csv_columns); + foreach ($tmp as $key => $val) { + if (count($fields) > 0) { + $sql_template .= ', '; + } + /* Trim also `, if user already included backquoted fields */ + $val = trim($val, " \t\r\n\0\x0B`"); + $found = FALSE; + foreach ($tmp_fields as $id => $field) { + if ($field['Field'] == $val) { + $found = TRUE; + break; + } + } + if (!$found) { + $message = PMA_Message::error(__('Invalid column (%s) specified! Ensure that columns names are spelled correctly, separated by commas, and not enclosed in quotes.' )); + $message->addParam($val); + $error = TRUE; + break; + } + $fields[] = $field; + $sql_template .= PMA_backquote($val); + } + $sql_template .= ') '; + } + + $required_fields = count($fields); + + $sql_template .= ' VALUES ('; +} + +// Defaults for parser +$i = 0; +$len = 0; +$line = 1; +$lasti = -1; +$values = array(); +$csv_finish = FALSE; + +$tempRow = array(); +$rows = array(); +$col_names = array(); +$tables = array(); + +$col_count = 0; +$max_cols = 0; + +while (!($finished && $i >= $len) && !$error && !$timeout_passed) { + $data = PMA_importGetNextChunk(); + if ($data === FALSE) { + // subtract data we didn't handle yet and stop processing + $offset -= strlen($buffer); + break; + } elseif ($data === TRUE) { + // Handle rest of buffer + } else { + // Append new data to buffer + $buffer .= $data; + unset($data); + // Do not parse string when we're not at the end and don't have new line inside + if (($csv_new_line == 'auto' && strpos($buffer, "\r") === FALSE && strpos($buffer, "\n") === FALSE) + || ($csv_new_line != 'auto' && strpos($buffer, $csv_new_line) === FALSE)) { + continue; + } + } + + // Current length of our buffer + $len = strlen($buffer); + // Currently parsed char + $ch = $buffer[$i]; + while ($i < $len) { + // Deadlock protection + if ($lasti == $i && $lastlen == $len) { + $message = PMA_Message::error(__('Invalid format of CSV input on line %d.')); + $message->addParam($line); + $error = TRUE; + break; + } + $lasti = $i; + $lastlen = $len; + + // This can happen with auto EOL and \r at the end of buffer + if (!$csv_finish) { + // Grab empty field + if ($ch == $csv_terminated) { + if ($i == $len - 1) { + break; + } + $values[] = ''; + $i++; + $ch = $buffer[$i]; + continue; + } + + // Grab one field + $fallbacki = $i; + if ($ch == $csv_enclosed) { + if ($i == $len - 1) { + break; + } + $need_end = TRUE; + $i++; + $ch = $buffer[$i]; + } else { + $need_end = FALSE; + } + $fail = FALSE; + $value = ''; + while (($need_end && $ch != $csv_enclosed) + || (!$need_end && !($ch == $csv_terminated + || $ch == $csv_new_line || ($csv_new_line == 'auto' + && ($ch == "\r" || $ch == "\n"))))) { + if ($ch == $csv_escaped) { + if ($i == $len - 1) { + $fail = TRUE; + break; + } + $i++; + $ch = $buffer[$i]; + } + $value .= $ch; + if ($i == $len - 1) { + if (!$finished) { + $fail = TRUE; + } + break; + } + $i++; + $ch = $buffer[$i]; + } + + // unquoted NULL string + if (false === $need_end && $value === 'NULL') { + $value = null; + } + + if ($fail) { + $i = $fallbacki; + $ch = $buffer[$i]; + break; + } + // Need to strip trailing enclosing char? + if ($need_end && $ch == $csv_enclosed) { + if ($finished && $i == $len - 1) { + $ch = NULL; + } elseif ($i == $len - 1) { + $i = $fallbacki; + $ch = $buffer[$i]; + break; + } else { + $i++; + $ch = $buffer[$i]; + } + } + // Are we at the end? + if ($ch == $csv_new_line || ($csv_new_line == 'auto' && ($ch == "\r" || $ch == "\n")) || ($finished && $i == $len - 1)) { + $csv_finish = TRUE; + } + // Go to next char + if ($ch == $csv_terminated) { + if ($i == $len - 1) { + $i = $fallbacki; + $ch = $buffer[$i]; + break; + } + $i++; + $ch = $buffer[$i]; + } + // If everything went okay, store value + $values[] = $value; + } + + // End of line + if ($csv_finish || $ch == $csv_new_line || ($csv_new_line == 'auto' && ($ch == "\r" || $ch == "\n"))) { + if ($csv_new_line == 'auto' && $ch == "\r") { // Handle "\r\n" + if ($i >= ($len - 2) && !$finished) { + break; // We need more data to decide new line + } + if ($buffer[$i + 1] == "\n") { + $i++; + } + } + // We didn't parse value till the end of line, so there was empty one + if (!$csv_finish) { + $values[] = ''; + } + + if ($analyze) { + foreach ($values as $ley => $val) { + $tempRow[] = $val; + ++$col_count; + } + + if ($col_count > $max_cols) { + $max_cols = $col_count; + } + $col_count = 0; + + $rows[] = $tempRow; + $tempRow = array(); + } else { + // Do we have correct count of values? + if (count($values) != $required_fields) { + + // Hack for excel + if ($values[count($values) - 1] == ';') { + unset($values[count($values) - 1]); + } else { + $message = PMA_Message::error(__('Invalid column count in CSV input on line %d.')); + $message->addParam($line); + $error = TRUE; + break; + } + } + + $first = TRUE; + $sql = $sql_template; + foreach ($values as $key => $val) { + if (!$first) { + $sql .= ', '; + } + if ($val === null) { + $sql .= 'NULL'; + } else { + $sql .= '\'' . addslashes($val) . '\''; + } + + $first = FALSE; + } + $sql .= ')'; + + /** + * @todo maybe we could add original line to verbose SQL in comment + */ + PMA_importRunQuery($sql, $sql); + } + + $line++; + $csv_finish = FALSE; + $values = array(); + $buffer = substr($buffer, $i + 1); + $len = strlen($buffer); + $i = 0; + $lasti = -1; + $ch = $buffer[0]; + } + } // End of parser loop +} // End of import loop + +if ($analyze) { + /* Fill out all rows */ + $num_rows = count($rows); + for ($i = 0; $i < $num_rows; ++$i) { + for ($j = count($rows[$i]); $j < $max_cols; ++$j) { + $rows[$i][] = 'NULL'; + } + } + + if (isset($_REQUEST['csv_col_names'])) { + $col_names = array_splice($rows, 0, 1); + $col_names = $col_names[0]; + } + + if ((isset($col_names) && count($col_names) != $max_cols) || !isset($col_names)) { + // Fill out column names + for ($i = 0; $i < $max_cols; ++$i) { + $col_names[] = 'COL '.($i+1); + } + } + + if (strlen($db)) { + $result = PMA_DBI_fetch_result('SHOW TABLES'); + $tbl_name = 'TABLE '.(count($result) + 1); + } else { + $tbl_name = 'TBL_NAME'; + } + + $tables[] = array($tbl_name, $col_names, $rows); + + /* Obtain the best-fit MySQL types for each column */ + $analyses = array(); + $analyses[] = PMA_analyzeTable($tables[0]); + + /** + * string $db_name (no backquotes) + * + * array $table = array(table_name, array() column_names, array()() rows) + * array $tables = array of "$table"s + * + * array $analysis = array(array() column_types, array() column_sizes) + * array $analyses = array of "$analysis"s + * + * array $create = array of SQL strings + * + * array $options = an associative array of options + */ + + /* Set database name to the currently selected one, if applicable */ + if (strlen($db)) { + $db_name = $db; + $options = array('create_db' => false); + } else { + $db_name = 'CSV_DB'; + $options = NULL; + } + + /* Non-applicable parameters */ + $create = NULL; + + /* Created and execute necessary SQL statements from data */ + PMA_buildSQL($db_name, $tables, $analyses, $create, $options); + + unset($tables); + unset($analyses); +} + +// Commit any possible data in buffers +PMA_importRunQuery(); + +if (count($values) != 0 && !$error) { + $message = PMA_Message::error(__('Invalid format of CSV input on line %d.')); + $message->addParam($line); + $error = TRUE; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/import/docsql.php b/htdocs/phpMyAdmin/libraries/import/docsql.php new file mode 100644 index 000000000..a64a09410 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/docsql.php @@ -0,0 +1,95 @@ + __('DocSQL'), // text to be displayed as choice + 'extension' => '', // extension this plugin can handle + 'options' => array( // array of options for your plugin (optional) + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'text', 'name' => 'table', 'text' => __('Table name')), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), // text to describe plugin options (must be set if options are used) + ); + /* We do not define function when plugin is just queried for information above */ + return; +} + +$tab = $_POST['docsql_table']; +$buffer = ''; +/* Read whole buffer, we except it is small enough */ +while (!$finished && !$error && !$timeout_passed) { + $data = PMA_importGetNextChunk(); + if ($data === FALSE) { + // subtract data we didn't handle yet and stop processing + break; + } elseif ($data === TRUE) { + // nothing to read + break; + } else { + // Append new data to buffer + $buffer .= $data; + } +} // End of import loop +/* Process the data */ +if ($data === TRUE && !$error && !$timeout_passed) { + $buffer = str_replace("\r\n", "\n", $buffer); + $buffer = str_replace("\r", "\n", $buffer); + $lines = explode("\n", $buffer); + foreach ($lines AS $lkey => $line) { + //echo '

                          ' . $line . '

                          '; + $inf = explode('|', $line); + if (!empty($inf[1]) && strlen(trim($inf[1])) > 0) { + $qry = ' + INSERT INTO + ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . ' + (db_name, table_name, column_name, ' . PMA_backquote('comment') . ') + VALUES ( + \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', + \'' . PMA_sqlAddslashes(trim($tab)) . '\', + \'' . PMA_sqlAddslashes(trim($inf[0])) . '\', + \'' . PMA_sqlAddslashes(trim($inf[1])) . '\')'; + PMA_importRunQuery($qry, $qry . '-- ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]), true); + } // end inf[1] exists + if (!empty($inf[2]) && strlen(trim($inf[2])) > 0) { + $for = explode('->', $inf[2]); + $qry = ' + INSERT INTO + ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['relation']) . ' + (master_db, master_table, master_field, foreign_db, foreign_table, foreign_field) + VALUES ( + \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', + \'' . PMA_sqlAddslashes(trim($tab)) . '\', + \'' . PMA_sqlAddslashes(trim($inf[0])) . '\', + \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\', + \'' . PMA_sqlAddslashes(trim($for[0])) . '\', + \'' . PMA_sqlAddslashes(trim($for[1])) . '\')'; + PMA_importRunQuery($qry, $qry . '-- ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . '(' . htmlspecialchars($inf[2]) . ')', true); + } // end inf[2] exists + } // End lines loop +} // End import +// Commit any possible data in buffers +PMA_importRunQuery(); +?> diff --git a/htdocs/phpMyAdmin/libraries/import/ldi.php b/htdocs/phpMyAdmin/libraries/import/ldi.php new file mode 100644 index 000000000..e6eb56d23 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/ldi.php @@ -0,0 +1,109 @@ + 0) { + $tmp = PMA_DBI_fetch_row($result); + if ($tmp[1] == 'ON') { + $GLOBALS['cfg']['Import']['ldi_local_option'] = TRUE; + } + } + PMA_DBI_free_result($result); + unset($result); + } + $plugin_list['ldi'] = array( + 'text' => __('CSV using LOAD DATA'), + 'extension' => 'ldi', // This is nonsense, however we want to default to our parser for csv + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'bool', 'name' => 'replace', 'text' => __('Replace table data with file')), + array('type' => 'bool', 'name' => 'ignore', 'text' => __('Do not abort on INSERT error')), + array('type' => 'text', 'name' => 'terminated', 'text' => __('Columns terminated by'), 'size' => 2, 'len' => 2), + array('type' => 'text', 'name' => 'enclosed', 'text' => __('Columns enclosed by'), 'size' => 2, 'len' => 2), + array('type' => 'text', 'name' => 'escaped', 'text' => __('Columns escaped by'), 'size' => 2, 'len' => 2), + array('type' => 'text', 'name' => 'new_line', 'text' => __('Lines terminated by'), 'size' => 2), + array('type' => 'text', 'name' => 'columns', 'text' => __('Column names')), + array('type' => 'bool', 'name' => 'local_option', 'text' => __('Use LOCAL keyword')), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); + /* We do not define function when plugin is just queried for information above */ + return; +} + +if ($import_file == 'none' || $compression != 'none' || $charset_conversion) { + // We handle only some kind of data! + $message = PMA_Message::error(__('This plugin does not support compressed imports!')); + $error = TRUE; + return; +} + +$sql = 'LOAD DATA'; +if (isset($ldi_local_option)) { + $sql .= ' LOCAL'; +} +$sql .= ' INFILE \'' . PMA_sqlAddslashes($import_file) . '\''; +if (isset($ldi_replace)) { + $sql .= ' REPLACE'; +} elseif (isset($ldi_ignore)) { + $sql .= ' IGNORE'; +} +$sql .= ' INTO TABLE ' . PMA_backquote($table); + +if (strlen($ldi_terminated) > 0) { + $sql .= ' FIELDS TERMINATED BY \'' . $ldi_terminated . '\''; +} +if (strlen($ldi_enclosed) > 0) { + $sql .= ' ENCLOSED BY \'' . PMA_sqlAddslashes($ldi_enclosed) . '\''; +} +if (strlen($ldi_escaped) > 0) { + $sql .= ' ESCAPED BY \'' . PMA_sqlAddslashes($ldi_escaped) . '\''; +} +if (strlen($ldi_new_line) > 0){ + if ($ldi_new_line == 'auto') { + $ldi_new_line = PMA_whichCrlf() == "\n" ? '\n' : '\r\n'; + } + $sql .= ' LINES TERMINATED BY \'' . $ldi_new_line . '\''; +} +if ($skip_queries > 0) { + $sql .= ' IGNORE ' . $skip_queries . ' LINES'; + $skip_queries = 0; +} +if (strlen($ldi_columns) > 0) { + $sql .= ' ('; + $tmp = preg_split('/,( ?)/', $ldi_columns); + $cnt_tmp = count($tmp); + for ($i = 0; $i < $cnt_tmp; $i++) { + if ($i > 0) { + $sql .= ', '; + } + /* Trim also `, if user already included backquoted fields */ + $sql .= PMA_backquote(trim($tmp[$i], " \t\r\n\0\x0B`")); + } // end for + $sql .= ')'; +} + +PMA_importRunQuery($sql, $sql); +PMA_importRunQuery(); +$finished = TRUE; +?> diff --git a/htdocs/phpMyAdmin/libraries/import/ods.php b/htdocs/phpMyAdmin/libraries/import/ods.php new file mode 100644 index 000000000..4bf520016 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/ods.php @@ -0,0 +1,292 @@ + __('Open Document Spreadsheet'), + 'extension' => 'ods', + 'options' => array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array('type' => 'bool', 'name' => 'col_names', 'text' => __('The first line of the file contains the table column names (if this is unchecked, the first line will become part of the data)')), + array('type' => 'bool', 'name' => 'empty_rows', 'text' => __('Do not import empty rows')), + array('type' => 'bool', 'name' => 'recognize_percentages', 'text' => __('Import percentages as proper decimals (ex. 12.00% to .12)')), + array('type' => 'bool', 'name' => 'recognize_currency', 'text' => __('Import currencies (ex. $5.00 to 5.00)')), + array('type' => 'end_group') + ), + 'options_text' => __('Options'), + ); + /* We do not define function when plugin is just queried for information above */ + return; +} + +ini_set('memory_limit', '128M'); +set_time_limit(120); + +$i = 0; +$len = 0; +$buffer = ""; + +/** + * Read in the file via PMA_importGetNextChunk so that + * it can process compressed files + */ +while (! ($finished && $i >= $len) && ! $error && ! $timeout_passed) { + $data = PMA_importGetNextChunk(); + if ($data === FALSE) { + /* subtract data we didn't handle yet and stop processing */ + $offset -= strlen($buffer); + break; + } elseif ($data === TRUE) { + /* Handle rest of buffer */ + } else { + /* Append new data to buffer */ + $buffer .= $data; + unset($data); + } +} + +unset($data); + +/** + * Load the XML string + * + * The option LIBXML_COMPACT is specified because it can + * result in increased performance without the need to + * alter the code in any way. It's basically a freebee. + */ +$xml = simplexml_load_string($buffer, "SimpleXMLElement", LIBXML_COMPACT); + +unset($buffer); + +if ($xml === FALSE) { + $sheets = array(); + /* TODO: this message should be improved later, used existing because of string freeze */ + $message = PMA_Message::error(__('Error in Processing Request')); + $error = TRUE; +} else { + $sheets = $xml->children('office', true)->{'body'}->{'spreadsheet'}->children('table', true); +} + +$tables = array(); + +$max_cols = 0; + +$row_count = 0; +$col_count = 0; +$col_names = array(); + +$tempRow = array(); +$tempRows = array(); +$rows = array(); + +/* Iterate over tables */ +foreach ($sheets as $sheet) { + $col_names_in_first_row = isset($_REQUEST['ods_col_names']); + + /* Iterate over rows */ + foreach ($sheet as $row) { + $type = $row->getName(); + if (! strcmp('table-row', $type)) { + /* Iterate over columns */ + foreach ($row as $cell) { + $text = $cell->children('text', true); + $cell_attrs = $cell->attributes('office', true); + + if (count($text) != 0) { + if (! $col_names_in_first_row) { + if ($_REQUEST['ods_recognize_percentages'] && !strcmp('percentage', $cell_attrs['value-type'])) { + $tempRow[] = (double)$cell_attrs['value']; + } elseif ($_REQUEST['ods_recognize_currency'] && !strcmp('currency', $cell_attrs['value-type'])) { + $tempRow[] = (double)$cell_attrs['value']; + } else { + $tempRow[] = (string)$text; + } + } else { + if ($_REQUEST['ods_recognize_percentages'] && !strcmp('percentage', $cell_attrs['value-type'])) { + $col_names[] = (double)$cell_attrs['value']; + } else if ($_REQUEST['ods_recognize_currency'] && !strcmp('currency', $cell_attrs['value-type'])) { + $col_names[] = (double)$cell_attrs['value']; + } else { + $col_names[] = (string)$text; + } + } + + ++$col_count; + } else { + /* Number of blank columns repeated */ + if ($col_count < count($row->children('table', true)) - 1) { + $attr = $cell->attributes('table', true); + $num_null = (int)$attr['number-columns-repeated']; + + if ($num_null) { + if (! $col_names_in_first_row) { + for ($i = 0; $i < $num_null; ++$i) { + $tempRow[] = 'NULL'; + ++$col_count; + } + } else { + for ($i = 0; $i < $num_null; ++$i) { + $col_names[] = PMA_getColumnAlphaName($col_count + 1); + ++$col_count; + } + } + } else { + if (! $col_names_in_first_row) { + $tempRow[] = 'NULL'; + } else { + $col_names[] = PMA_getColumnAlphaName($col_count + 1); + } + + ++$col_count; + } + } + } + } + + /* Find the widest row */ + if ($col_count > $max_cols) { + $max_cols = $col_count; + } + + /* Don't include a row that is full of NULL values */ + if (! $col_names_in_first_row) { + if ($_REQUEST['ods_empty_rows']) { + foreach ($tempRow as $cell) { + if (strcmp('NULL', $cell)) { + $tempRows[] = $tempRow; + break; + } + } + } else { + $tempRows[] = $tempRow; + } + } + + $col_count = 0; + $col_names_in_first_row = false; + $tempRow = array(); + } + } + + /* Skip over empty sheets */ + if (count($tempRows) == 0 || count($tempRows[0]) == 0) { + $col_names = array(); + $tempRow = array(); + $tempRows = array(); + continue; + } + + /** + * Fill out each row as necessary to make + * every one exactly as wide as the widest + * row. This included column names. + */ + + /* Fill out column names */ + for ($i = count($col_names); $i < $max_cols; ++$i) { + $col_names[] = PMA_getColumnAlphaName($i + 1); + } + + /* Fill out all rows */ + $num_rows = count($tempRows); + for ($i = 0; $i < $num_rows; ++$i) { + for ($j = count($tempRows[$i]); $j < $max_cols; ++$j) { + $tempRows[$i][] = 'NULL'; + } + } + + /* Store the table name so we know where to place the row set */ + $tbl_attr = $sheet->attributes('table', true); + $tables[] = array((string)$tbl_attr['name']); + + /* Store the current sheet in the accumulator */ + $rows[] = array((string)$tbl_attr['name'], $col_names, $tempRows); + $tempRows = array(); + $col_names = array(); + $max_cols = 0; +} + +unset($tempRow); +unset($tempRows); +unset($col_names); +unset($sheets); +unset($xml); + +/** + * Bring accumulated rows into the corresponding table + */ +$num_tbls = count($tables); +for ($i = 0; $i < $num_tbls; ++$i) { + for ($j = 0; $j < count($rows); ++$j) { + if (! strcmp($tables[$i][TBL_NAME], $rows[$j][TBL_NAME])) { + if (! isset($tables[$i][COL_NAMES])) { + $tables[$i][] = $rows[$j][COL_NAMES]; + } + + $tables[$i][ROWS] = $rows[$j][ROWS]; + } + } +} + +/* No longer needed */ +unset($rows); + +/* Obtain the best-fit MySQL types for each column */ +$analyses = array(); + +$len = count($tables); +for ($i = 0; $i < $len; ++$i) { + $analyses[] = PMA_analyzeTable($tables[$i]); +} + +/** + * string $db_name (no backquotes) + * + * array $table = array(table_name, array() column_names, array()() rows) + * array $tables = array of "$table"s + * + * array $analysis = array(array() column_types, array() column_sizes) + * array $analyses = array of "$analysis"s + * + * array $create = array of SQL strings + * + * array $options = an associative array of options + */ + +/* Set database name to the currently selected one, if applicable */ +if (strlen($db)) { + $db_name = $db; + $options = array('create_db' => false); +} else { + $db_name = 'ODS_DB'; + $options = NULL; +} + +/* Non-applicable parameters */ +$create = NULL; + +/* Created and execute necessary SQL statements from data */ +PMA_buildSQL($db_name, $tables, $analyses, $create, $options); + +unset($tables); +unset($analyses); + +/* Commit any possible data in buffers */ +PMA_importRunQuery(); +?> diff --git a/htdocs/phpMyAdmin/libraries/import/sql.php b/htdocs/phpMyAdmin/libraries/import/sql.php new file mode 100644 index 000000000..0e61080ca --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/sql.php @@ -0,0 +1,320 @@ + __('SQL'), + 'extension' => 'sql', + 'options_text' => __('Options'), + ); + $compats = PMA_DBI_getCompatibilities(); + if (count($compats) > 0) { + $values = array(); + foreach($compats as $val) { + $values[$val] = $val; + } + $plugin_list['sql']['options'] = array( + array('type' => 'begin_group', 'name' => 'general_opts'), + array( + 'type' => 'select', + 'name' => 'compatibility', + 'text' => __('SQL compatibility mode:'), + 'values' => $values, + 'doc' => array( + 'manual_MySQL_Database_Administration', + 'Server_SQL_mode', + ), + ), + array( + 'type' => 'bool', + 'name' => 'no_auto_value_on_zero', + 'text' => __('Do not use AUTO_INCREMENT for zero values'), + 'doc' => array( + 'manual_MySQL_Database_Administration', + 'Server_SQL_mode', + 'sqlmode_no_auto_value_on_zero' + ), + + ), + array('type' => 'end_group'), + ); + } + + /* We do not define function when plugin is just queried for information above */ + return; +} + +$buffer = ''; +// Defaults for parser +$sql = ''; +$start_pos = 0; +$i = 0; +$len= 0; +$big_value = 2147483647; +$delimiter_keyword = 'DELIMITER '; // include the space because it's mandatory +$length_of_delimiter_keyword = strlen($delimiter_keyword); + +if (isset($_POST['sql_delimiter'])) { + $sql_delimiter = $_POST['sql_delimiter']; +} else { + $sql_delimiter = ';'; +} + +// Handle compatibility options +$sql_modes = array(); +if (isset($_REQUEST['sql_compatibility']) && 'NONE' != $_REQUEST['sql_compatibility']) { + $sql_modes[] = $_REQUEST['sql_compatibility']; +} +if (isset($_REQUEST['sql_no_auto_value_on_zero'])) { + $sql_modes[] = 'NO_AUTO_VALUE_ON_ZERO'; +} +if (count($sql_modes) > 0) { + PMA_DBI_try_query('SET SQL_MODE="' . implode(',', $sql_modes) . '"'); +} +unset($sql_modes); + +/** + * will be set in PMA_importGetNextChunk() + * + * @global boolean $GLOBALS['finished'] + */ +$GLOBALS['finished'] = false; + +while (!($GLOBALS['finished'] && $i >= $len) && !$error && !$timeout_passed) { + $data = PMA_importGetNextChunk(); + if ($data === FALSE) { + // subtract data we didn't handle yet and stop processing + $offset -= strlen($buffer); + break; + } elseif ($data === TRUE) { + // Handle rest of buffer + } else { + // Append new data to buffer + $buffer .= $data; + // free memory + unset($data); + // Do not parse string when we're not at the end and don't have ; inside + if ((strpos($buffer, $sql_delimiter, $i) === FALSE) && !$GLOBALS['finished']) { + continue; + } + } + // Current length of our buffer + $len = strlen($buffer); + + // Grab some SQL queries out of it + while ($i < $len) { + $found_delimiter = false; + // Find first interesting character + $old_i = $i; + // this is about 7 times faster that looking for each sequence i + // one by one with strpos() + if (preg_match('/(\'|"|#|-- |\/\*|`|(?i)(? unclosed quote, but we handle it as end of query + if ($GLOBALS['finished']) { + $endq = TRUE; + $i = $len - 1; + } + $found_delimiter = false; + break; + } + // Was not the quote escaped? + $j = $pos - 1; + while ($buffer[$j] == '\\') $j--; + // Even count means it was not escaped + $endq = (((($pos - 1) - $j) % 2) == 0); + // Skip the string + $i = $pos; + + if ($first_sql_delimiter < $pos) { + $found_delimiter = false; + } + } + if (!$endq) { + break; + } + $i++; + // Aren't we at the end? + if ($GLOBALS['finished'] && $i == $len) { + $i--; + } else { + continue; + } + } + + // Not enough data to decide + if ((($i == ($len - 1) && ($ch == '-' || $ch == '/')) + || ($i == ($len - 2) && (($ch == '-' && $buffer[$i + 1] == '-') + || ($ch == '/' && $buffer[$i + 1] == '*')))) && !$GLOBALS['finished']) { + break; + } + + // Comments + if ($ch == '#' + || ($i < ($len - 1) && $ch == '-' && $buffer[$i + 1] == '-' + && (($i < ($len - 2) && $buffer[$i + 2] <= ' ') + || ($i == ($len - 1) && $GLOBALS['finished']))) + || ($i < ($len - 1) && $ch == '/' && $buffer[$i + 1] == '*') + ) { + // Copy current string to SQL + if ($start_pos != $i) { + $sql .= substr($buffer, $start_pos, $i - $start_pos); + } + // Skip the rest + $start_of_comment = $i; + // do not use PHP_EOL here instead of "\n", because the export + // file might have been produced on a different system + $i = strpos($buffer, $ch == '/' ? '*/' : "\n", $i); + // didn't we hit end of string? + if ($i === FALSE) { + if ($GLOBALS['finished']) { + $i = $len - 1; + } else { + break; + } + } + // Skip * + if ($ch == '/') { + $i++; + } + // Skip last char + $i++; + // We need to send the comment part in case we are defining + // a procedure or function and comments in it are valuable + $sql .= substr($buffer, $start_of_comment, $i - $start_of_comment); + // Next query part will start here + $start_pos = $i; + // Aren't we at the end? + if ($i == $len) { + $i--; + } else { + continue; + } + } + // Change delimiter, if redefined, and skip it (don't send to server!) + if (strtoupper(substr($buffer, $i, $length_of_delimiter_keyword)) == $delimiter_keyword + && ($i + $length_of_delimiter_keyword < $len)) { + // look for EOL on the character immediately after 'DELIMITER ' + // (see previous comment about PHP_EOL) + $new_line_pos = strpos($buffer, "\n", $i + $length_of_delimiter_keyword); + // it might happen that there is no EOL + if (FALSE === $new_line_pos) { + $new_line_pos = $len; + } + $sql_delimiter = substr($buffer, $i + $length_of_delimiter_keyword, $new_line_pos - $i - $length_of_delimiter_keyword); + $i = $new_line_pos + 1; + // Next query part will start here + $start_pos = $i; + continue; + } + + // End of SQL + if ($found_delimiter || ($GLOBALS['finished'] && ($i == $len - 1))) { + $tmp_sql = $sql; + if ($start_pos < $len) { + $length_to_grab = $i - $start_pos; + + if (! $found_delimiter) { + $length_to_grab++; + } + $tmp_sql .= substr($buffer, $start_pos, $length_to_grab); + unset($length_to_grab); + } + // Do not try to execute empty SQL + if (! preg_match('/^([\s]*;)*$/', trim($tmp_sql))) { + $sql = $tmp_sql; + PMA_importRunQuery($sql, substr($buffer, 0, $i + strlen($sql_delimiter))); + $buffer = substr($buffer, $i + strlen($sql_delimiter)); + // Reset parser: + $len = strlen($buffer); + $sql = ''; + $i = 0; + $start_pos = 0; + // Any chance we will get a complete query? + //if ((strpos($buffer, ';') === FALSE) && !$GLOBALS['finished']) { + if ((strpos($buffer, $sql_delimiter) === FALSE) && !$GLOBALS['finished']) { + break; + } + } else { + $i++; + $start_pos = $i; + } + } + } // End of parser loop +} // End of import loop +// Commit any possible data in buffers +PMA_importRunQuery('', substr($buffer, 0, $len)); +PMA_importRunQuery(); +?> diff --git a/htdocs/phpMyAdmin/libraries/import/upload/apc.php b/htdocs/phpMyAdmin/libraries/import/upload/apc.php new file mode 100644 index 000000000..79d435baf --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/upload/apc.php @@ -0,0 +1,62 @@ + $id, + 'finished' => false, + 'percent' => 0, + 'total' => 0, + 'complete' => 0, + 'plugin' => $ID_KEY + ); + } + $ret = $_SESSION[$SESSION_KEY][$id]; + + if (! PMA_import_apcCheck() || $ret['finished']) { + return $ret; + } + $status = apc_fetch('upload_' . $id); + + if ($status) { + $ret['finished'] = (bool)$status['done']; + $ret['total'] = $status['total']; + $ret['complete'] = $status['current']; + + if ($ret['total'] > 0) { + $ret['percent'] = $ret['complete'] / $ret['total'] * 100; + } + + if ($ret['percent'] == 100) { + $ret['finished'] = (bool)true; + } + + $_SESSION[$SESSION_KEY][$id] = $ret; + } + + return $ret; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/import/upload/noplugin.php b/htdocs/phpMyAdmin/libraries/import/upload/noplugin.php new file mode 100644 index 000000000..6cce9ada5 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/upload/noplugin.php @@ -0,0 +1,40 @@ + $id, + 'finished' => false, + 'percent' => 0, + 'total' => 0, + 'complete' => 0, + 'plugin' => $ID_KEY + ); + } + $ret = $_SESSION[$SESSION_KEY][$id]; + + return $ret; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/import/upload/uploadprogress.php b/htdocs/phpMyAdmin/libraries/import/upload/uploadprogress.php new file mode 100644 index 000000000..cc7eb271d --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/upload/uploadprogress.php @@ -0,0 +1,71 @@ + $id, + 'finished' => false, + 'percent' => 0, + 'total' => 0, + 'complete' => 0, + 'plugin' => $ID_KEY + ); + } + $ret = $_SESSION[$SESSION_KEY][$id]; + + if (! PMA_import_uploadprogressCheck() || $ret['finished']) { + return $ret; + } + + $status = uploadprogress_get_info($id); + + if ($status) { + if ($status['bytes_uploaded'] == $status['bytes_total']) { + $ret['finished'] = true; + } else { + $ret['finished'] = false; + } + $ret['total'] = $status['bytes_total']; + $ret['complete'] = $status['bytes_uploaded']; + + if ($ret['total'] > 0) { + $ret['percent'] = $ret['complete'] / $ret['total'] * 100; + } + } else { + $ret = array( + 'id' => $id, + 'finished' => true, + 'percent' => 100, + 'total' => $ret['total'], + 'complete' => $ret['total'], + 'plugin' => $ID_KEY + ); + } + + $_SESSION[$SESSION_KEY][$id] = $ret; + + return $ret; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/import/xml.php b/htdocs/phpMyAdmin/libraries/import/xml.php new file mode 100644 index 000000000..640aac811 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/import/xml.php @@ -0,0 +1,309 @@ + __('XML'), + 'extension' => 'xml', + 'options' => array( + ), + 'options_text' => __('Options'), + ); + /* We do not define function when plugin is just queried for information above */ + return; +} + +ini_set('memory_limit', '128M'); +set_time_limit(120); + +$i = 0; +$len = 0; +$buffer = ""; + +/** + * Read in the file via PMA_importGetNextChunk so that + * it can process compressed files + */ +while (! ($finished && $i >= $len) && ! $error && ! $timeout_passed) { + $data = PMA_importGetNextChunk(); + if ($data === FALSE) { + /* subtract data we didn't handle yet and stop processing */ + $offset -= strlen($buffer); + break; + } elseif ($data === TRUE) { + /* Handle rest of buffer */ + } else { + /* Append new data to buffer */ + $buffer .= $data; + unset($data); + } +} + +unset($data); + +/** + * Load the XML string + * + * The option LIBXML_COMPACT is specified because it can + * result in increased performance without the need to + * alter the code in any way. It's basically a freebee. + */ +$xml = simplexml_load_string($buffer, "SimpleXMLElement", LIBXML_COMPACT); + +unset($buffer); + +/** + * The XML was malformed + */ +if ($xml === FALSE) { + PMA_Message::error(__('The XML file specified was either malformed or incomplete. Please correct the issue and try again.'))->display(); + unset($xml); + $GLOBALS['finished'] = false; + return; +} + +/** + * Table accumulator + */ +$tables = array(); +/** + * Row accumulator + */ +$rows = array(); + +/** + * Temp arrays + */ +$tempRow = array(); +$tempCells = array(); + +/** + * CREATE code included (by default: no) + */ +$struct_present = false; + +/** + * Analyze the data in each table + */ +$namespaces = $xml->getNameSpaces(true); + +/** + * Get the database name, collation and charset + */ +$db_attr = $xml->children($namespaces['pma'])->{'structure_schemas'}->{'database'}; + +if ($db_attr instanceof SimpleXMLElement) { + $db_attr = $db_attr->attributes(); + $db_name = (string)$db_attr['name']; + $collation = (string)$db_attr['collation']; + $charset = (string)$db_attr['charset']; +} else { + /** + * If the structure section is not present + * get the database name from the data section + */ + $db_attr = $xml->children()->attributes(); + $db_name = (string)$db_attr['name']; + $collation = NULL; + $charset = NULL; +} + +/** + * The XML was malformed + */ +if ($db_name === NULL) { + PMA_Message::error(__('The XML file specified was either malformed or incomplete. Please correct the issue and try again.'))->display(); + unset($xml); + $GLOBALS['finished'] = false; + return; +} + +/** + * Retrieve the structure information + */ +if (isset($namespaces['pma'])) { + /** + * Get structures for all tables + */ + $struct = $xml->children($namespaces['pma']); + + $create = array(); + + foreach ($struct as $tier1 => $val1) { + foreach($val1 as $tier2 => $val2) { + /* Need to select the correct database for the creation of tables, views, triggers, etc. */ + /** + * @todo Generating a USE here blocks importing of a table + * into another database. + */ + $attrs = $val2->attributes(); + $create[] = "USE " . PMA_backquote($attrs["name"]); + + foreach ($val2 as $val3) { + /** + * Remove the extra cosmetic spacing + */ + $val3 = str_replace(" ", "", (string)$val3); + $create[] = $val3; + } + } + } + + $struct_present = true; +} + +/** + * Move down the XML tree to the actual data + */ +$xml = $xml->children()->children(); + +$data_present = false; + +/** + * Only attempt to analyze/collect data if there is data present + */ +if (@count($xml->children())) { + $data_present = true; + + /** + * Process all database content + */ + foreach ($xml as $k1 => $v1) { + $tbl_attr = $v1->attributes(); + + $isInTables = false; + for ($i = 0; $i < count($tables); ++$i) { + if (! strcmp($tables[$i][TBL_NAME], (string)$tbl_attr['name'])) { + $isInTables = true; + break; + } + } + + if ($isInTables == false) { + $tables[] = array((string)$tbl_attr['name']); + } + + foreach ($v1 as $k2 => $v2) { + $row_attr = $v2->attributes(); + if (! array_search((string)$row_attr['name'], $tempRow)) + { + $tempRow[] = (string)$row_attr['name']; + } + $tempCells[] = (string)$v2; + } + + $rows[] = array((string)$tbl_attr['name'], $tempRow, $tempCells); + + $tempRow = array(); + $tempCells = array(); + } + + unset($tempRow); + unset($tempCells); + unset($xml); + + /** + * Bring accumulated rows into the corresponding table + */ + $num_tbls = count($tables); + for ($i = 0; $i < $num_tbls; ++$i) { + for ($j = 0; $j < count($rows); ++$j) { + if (! strcmp($tables[$i][TBL_NAME], $rows[$j][TBL_NAME])) { + if (! isset($tables[$i][COL_NAMES])) { + $tables[$i][] = $rows[$j][COL_NAMES]; + } + + $tables[$i][ROWS][] = $rows[$j][ROWS]; + } + } + } + + unset($rows); + + if (! $struct_present) { + $analyses = array(); + + $len = count($tables); + for ($i = 0; $i < $len; ++$i) { + $analyses[] = PMA_analyzeTable($tables[$i]); + } + } +} + +unset($xml); +unset($tempRows); +unset($tempCells); +unset($rows); + +/** + * Only build SQL from data if there is data present + */ +if ($data_present) { + /** + * Set values to NULL if they were not present + * to maintain PMA_buildSQL() call integrity + */ + if (! isset($analyses)) { + $analyses = NULL; + if (! $struct_present) { + $create = NULL; + } + } +} + +/** + * string $db_name (no backquotes) + * + * array $table = array(table_name, array() column_names, array()() rows) + * array $tables = array of "$table"s + * + * array $analysis = array(array() column_types, array() column_sizes) + * array $analyses = array of "$analysis"s + * + * array $create = array of SQL strings + * + * array $options = an associative array of options + */ + +/* Set database name to the currently selected one, if applicable */ +if (strlen($db)) { + /* Override the database name in the XML file, if one is selected */ + $db_name = $db; + $options = array('create_db' => false); +} else { + if ($db_name === NULL) { + $db_name = 'XML_DB'; + } + + /* Set database collation/charset */ + $options = array( + 'db_collation' => $collation, + 'db_charset' => $charset, + ); +} + +/* Created and execute necessary SQL statements from data */ +PMA_buildSQL($db_name, $tables, $analyses, $create, $options); + +unset($analyses); +unset($tables); +unset($create); + +/* Commit any possible data in buffers */ +PMA_importRunQuery(); +?> diff --git a/htdocs/phpMyAdmin/libraries/information_schema_relations.lib.php b/htdocs/phpMyAdmin/libraries/information_schema_relations.lib.php new file mode 100644 index 000000000..5c7d0e118 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/information_schema_relations.lib.php @@ -0,0 +1,135 @@ + array( + 'DEFAULT_COLLATE_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'COLLATIONS', + 'foreign_field' => 'COLLATION_NAME' + ) + ), + 'COLLATIONS' => array( + 'CHARACTER_SET_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'CHARACTER_SETS', + 'foreign_field' => 'CHARACTER_SET_NAME' + ) + ), + 'COLLATION_CHARACTER_SET_APPLICABILITY' => array( + 'CHARACTER_SET_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'CHARACTER_SETS', + 'foreign_field' => 'CHARACTER_SET_NAME' + ), + 'COLLATION_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'COLLATIONS', + 'foreign_field' => 'COLLATION_NAME' + ) + ), + 'COLUMNS' => array( + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ), + 'CHARACTER_SET_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'CHARACTER_SETS', + 'foreign_field' => 'CHARACTER_SET_NAME' + ), + 'COLLATION_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'COLLATIONS', + 'foreign_field' => 'COLLATION_NAME' + ) + ), + 'COLUMN_PRIVILEGES' => array( + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ), + 'KEY_COLUMN_USAGE' => array( + 'CONSTRAINT_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ), + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ), + 'ROUTINES' => array( + 'ROUTINE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ), + 'SCHEMATA' => array( + 'DEFAULT_CHARACTER_SET_NAME' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'CHARACTER_SETS', + 'foreign_field' => 'CHARACTER_SET_NAME' + ) + ), + 'SCHEMA_PRIVILEGES' => array( + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ), + 'TABLES' => array( + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ), + 'TABLE_COLLATION' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'COLLATIONS', + 'foreign_field' => 'COLLATION_NAME' + ) + ), + 'TABLE_CONSTRAINTS' => array( + 'CONSTRAINT_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ), + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ), + 'TABLE_PRIVILEGES' => array( + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ), + 'VIEWS' => array( + 'TABLE_SCHEMA' => array( + 'foreign_db' => 'information_schema', + 'foreign_table' => 'SCHEMATA', + 'foreign_field' => 'SCHEMA_NAME' + ) + ) +); + +?> diff --git a/htdocs/phpMyAdmin/libraries/ip_allow_deny.lib.php b/htdocs/phpMyAdmin/libraries/ip_allow_deny.lib.php new file mode 100644 index 000000000..30bce24a7 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/ip_allow_deny.lib.php @@ -0,0 +1,190 @@ + + * Found on + * Modified for phpMyAdmin + * + * Matches: + * xxx.xxx.xxx.xxx (exact) + * xxx.xxx.xxx.[yyy-zzz] (range) + * xxx.xxx.xxx.xxx/nn (CIDR) + * + * Does not match: + * xxx.xxx.xxx.xx[yyy-zzz] (range, partial octets not supported) + * + * @param string string of IP range to match + * @param string string of IP to test against range + * + * @return boolean always true + * + * @access public + */ +function PMA_ipMaskTest($testRange, $ipToTest) +{ + $result = true; + + if (preg_match('|([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/([0-9]+)|', $testRange, $regs)) { + // performs a mask match + $ipl = ip2long($ipToTest); + $rangel = ip2long($regs[1] . '.' . $regs[2] . '.' . $regs[3] . '.' . $regs[4]); + + $maskl = 0; + + for ($i = 0; $i < 31; $i++) { + if ($i < $regs[5] - 1) { + $maskl = $maskl + PMA_pow(2, (30 - $i)); + } // end if + } // end for + + if (($maskl & $rangel) == ($maskl & $ipl)) { + return true; + } else { + return false; + } + } else { + // range based + $maskocts = explode('.', $testRange); + $ipocts = explode('.', $ipToTest); + + // perform a range match + for ($i = 0; $i < 4; $i++) { + if (preg_match('|\[([0-9]+)\-([0-9]+)\]|', $maskocts[$i], $regs)) { + if (($ipocts[$i] > $regs[2]) + || ($ipocts[$i] < $regs[1])) { + $result = false; + } // end if + } else { + if ($maskocts[$i] <> $ipocts[$i]) { + $result = false; + } // end if + } // end if/else + } //end for + } //end if/else + + return $result; +} // end of the "PMA_IPMaskTest()" function + + +/** + * Runs through IP Allow/Deny rules the use of it below for more information + * + * @param string 'allow' | 'deny' type of rule to match + * + * @return bool Matched a rule ? + * + * @access public + * + * @see PMA_getIp() + */ +function PMA_allowDeny($type) +{ + global $cfg; + + // Grabs true IP of the user and returns if it can't be found + $remote_ip = PMA_getIp(); + if (empty($remote_ip)) { + return false; + } + + // copy username + $username = $cfg['Server']['user']; + + // copy rule database + $rules = $cfg['Server']['AllowDeny']['rules']; + + // lookup table for some name shortcuts + $shortcuts = array( + 'all' => '0.0.0.0/0', + 'localhost' => '127.0.0.1/8' + ); + + // Provide some useful shortcuts if server gives us address: + if (PMA_getenv('SERVER_ADDR')) { + $shortcuts['localnetA'] = PMA_getenv('SERVER_ADDR') . '/8'; + $shortcuts['localnetB'] = PMA_getenv('SERVER_ADDR') . '/16'; + $shortcuts['localnetC'] = PMA_getenv('SERVER_ADDR') . '/24'; + } + + foreach ($rules as $rule) { + // extract rule data + $rule_data = explode(' ', $rule); + + // check for rule type + if ($rule_data[0] != $type) { + continue; + } + + // check for username + if (($rule_data[1] != '%') //wildcarded first + && ($rule_data[1] != $username)) { + continue; + } + + // check if the config file has the full string with an extra + // 'from' in it and if it does, just discard it + if ($rule_data[2] == 'from') { + $rule_data[2] = $rule_data[3]; + } + + // Handle shortcuts with above array + if (isset($shortcuts[$rule_data[2]])) { + $rule_data[2] = $shortcuts[$rule_data[2]]; + } + + // Add code for host lookups here + // Excluded for the moment + + // Do the actual matching now + if (PMA_ipMaskTest($rule_data[2], $remote_ip)) { + return true; + } + } // end while + + return false; +} // end of the "PMA_AllowDeny()" function + +?> diff --git a/htdocs/phpMyAdmin/libraries/js_escape.lib.php b/htdocs/phpMyAdmin/libraries/js_escape.lib.php new file mode 100644 index 000000000..0773eecce --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/js_escape.lib.php @@ -0,0 +1,87 @@ + + * this requires only to escape ' with \' and end of script block + * + * We also remove NUL byte as some browsers (namely MSIE) ignore it and + * inserting it anywhere inside '', + '\\' => '\\\\', + '\'' => '\\\'', + '"' => '\"', + "\n" => '\n', + "\r" => '\r'))); +} + +/** + * Prints an javascript assignment with proper escaping of a value + * and support for assigning array of strings. + * + * @param string $key Name of value to set + * @param mixed $value Value to set, can be either string or array of strings + */ +function PMA_printJsValue($key, $value) { + echo $key . ' = '; + if (is_array($value)) { + echo '['; + foreach ($value as $id => $val) { + echo "'" . PMA_escapeJsString($val) . "',"; + } + echo "];\n"; + } else { + echo "'" . PMA_escapeJsString($value) . "';\n"; + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/kanji-encoding.lib.php b/htdocs/phpMyAdmin/libraries/kanji-encoding.lib.php new file mode 100644 index 000000000..67c8b1cdd --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/kanji-encoding.lib.php @@ -0,0 +1,156 @@ + + * + * @package phpMyAdmin + */ +if (! defined('PHPMYADMIN')) { + exit; +} + +/** + * Gets the php internal encoding codes and sets the available encoding + * codes list + * 2002/1/4 by Y.Kawada + * + * @global string the current encoding code + * @global string the available encoding codes list + * + * @return boolean always true + */ +function PMA_internal_enc_check() { + global $internal_enc, $enc_list; + + $internal_enc = mb_internal_encoding(); + if ($internal_enc == 'EUC-JP') { + $enc_list = 'ASCII,EUC-JP,SJIS,JIS'; + } else { + $enc_list = 'ASCII,SJIS,EUC-JP,JIS'; + } + + return TRUE; +} // end of the 'PMA_internal_enc_check' function + + +/** + * Reverses SJIS & EUC-JP position in the encoding codes list + * 2002/1/4 by Y.Kawada + * + * @global string the available encoding codes list + * + * @return boolean always true + */ +function PMA_change_enc_order() { + global $enc_list; + + $p = explode(',', $enc_list); + if ($p[1] == 'EUC-JP') { + $enc_list = 'ASCII,SJIS,EUC-JP,JIS'; + } else { + $enc_list = 'ASCII,EUC-JP,SJIS,JIS'; + } + + return TRUE; +} // end of the 'PMA_change_enc_order' function + + +/** + * Kanji string encoding convert + * 2002/1/4 by Y.Kawada + * + * @param string the string to convert + * @param string the destination encoding code + * @param string set 'kana' convert to JIS-X208-kana + * + * @global string the available encoding codes list + * + * @return string the converted string + */ +function PMA_kanji_str_conv($str, $enc, $kana) { + global $enc_list; + + if ($enc == '' && $kana == '') { + return $str; + } + $nw = mb_detect_encoding($str, $enc_list); + + if ($kana == 'kana') { + $dist = mb_convert_kana($str, 'KV', $nw); + $str = $dist; + } + if ($nw != $enc && $enc != '') { + $dist = mb_convert_encoding($str, $enc, $nw); + } else { + $dist = $str; + } + return $dist; +} // end of the 'PMA_kanji_str_conv' function + + +/** + * Kanji file encoding convert + * 2002/1/4 by Y.Kawada + * + * @param string the name of the file to convert + * @param string the destination encoding code + * @param string set 'kana' convert to JIS-X208-kana + * + * @return string the name of the converted file + */ +function PMA_kanji_file_conv($file, $enc, $kana) { + if ($enc == '' && $kana == '') { + return $file; + } + + $tmpfname = tempnam('', $enc); + $fpd = fopen($tmpfname, 'wb'); + $fps = fopen($file, 'r'); + PMA_change_enc_order(); + while (!feof($fps)) { + $line = fgets($fps, 4096); + $dist = PMA_kanji_str_conv($line, $enc, $kana); + fputs($fpd, $dist); + } // end while + PMA_change_enc_order(); + fclose($fps); + fclose($fpd); + unlink($file); + + return $tmpfname; +} // end of the 'PMA_kanji_file_conv' function + + +/** + * Defines radio form fields to switch between encoding modes + * 2002/1/4 by Y.Kawada + * + * @param string spaces character to prepend the output with + * + * @return string xhtml code for the radio controls + */ +function PMA_set_enc_form($spaces) { + return "\n" + /* l10n: This is currently used only in Japanese locales */ + . $spaces . '
                            ' . "\n" . '
                          • ' + . $spaces . '\n" + . $spaces . '' . "\n" + . $spaces . '' . "\n" + . $spaces . '
                          • ' . "\n" . '
                          • ' + . $spaces . '' . "\n" + /* l10n: This is currently used only in Japanese locales */ + . $spaces . '
                            ' . "\n" + . $spaces . '
                          • ' . "\n" . '
                          ' + ; +} // end of the 'PMA_set_enc_form' function + + +PMA_internal_enc_check(); + +?> diff --git a/htdocs/phpMyAdmin/libraries/language_stats.inc.php b/htdocs/phpMyAdmin/libraries/language_stats.inc.php new file mode 100644 index 000000000..ff7ac7f19 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/language_stats.inc.php @@ -0,0 +1,71 @@ + 16, + 'ar' => 48, + 'az' => 25, + 'be@latin' => 48, + 'be' => 48, + 'bg' => 65, + 'bn' => 42, + 'br' => 31, + 'bs' => 26, + 'ca' => 100, + 'cs' => 100, + 'cy' => 37, + 'da' => 86, + 'de' => 100, + 'el' => 100, + 'en_GB' => 100, + 'es' => 100, + 'et' => 44, + 'eu' => 27, + 'fa' => 19, + 'fi' => 79, + 'fr' => 100, + 'gl' => 71, + 'he' => 27, + 'hi' => 77, + 'hr' => 48, + 'hu' => 81, + 'id' => 48, + 'it' => 100, + 'ja' => 100, + 'ka' => 64, + 'ko' => 27, + 'lt' => 83, + 'lv' => 29, + 'mk' => 32, + 'ml' => 0, + 'mn' => 40, + 'ms' => 18, + 'nb' => 88, + 'nl' => 100, + 'pl' => 82, + 'pt_BR' => 66, + 'pt' => 31, + 'ro' => 52, + 'ru' => 100, + 'si' => 74, + 'sk' => 70, + 'sl' => 100, + 'sq' => 29, + 'sr@latin' => 46, + 'sr' => 45, + 'sv' => 100, + 'ta' => 16, + 'te' => 18, + 'th' => 28, + 'tr' => 100, + 'tt' => 35, + 'ug' => 22, + 'uk' => 35, + 'ur' => 38, + 'uz@latin' => 72, + 'uz' => 72, + 'zh_CN' => 100, + 'zh_TW' => 100, +); +?> diff --git a/htdocs/phpMyAdmin/libraries/logging.lib.php b/htdocs/phpMyAdmin/libraries/logging.lib.php new file mode 100644 index 000000000..87642472f --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/logging.lib.php @@ -0,0 +1,21 @@ + diff --git a/htdocs/phpMyAdmin/libraries/mime.lib.php b/htdocs/phpMyAdmin/libraries/mime.lib.php new file mode 100644 index 000000000..b8d035a7b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/mime.lib.php @@ -0,0 +1,26 @@ += 2 && $test[0] == chr(0xff) && $test[1] == chr(0xd8)) { + return 'image/jpeg'; + } + if ($len >= 3 && substr($test, 0, 3) == 'GIF') { + return 'image/gif'; + } + if ($len >= 4 && substr($test, 0, 4) == "\x89PNG") { + return 'image/png'; + } + return 'application/octet-stream'; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/mult_submits.inc.php b/htdocs/phpMyAdmin/libraries/mult_submits.inc.php new file mode 100644 index 000000000..270ab71f0 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/mult_submits.inc.php @@ -0,0 +1,421 @@ + $sval) { + switch ($what) { + case 'row_delete': + $full_query .= htmlspecialchars($sval) + . ';
                          '; + break; + case 'drop_db': + $full_query .= 'DROP DATABASE ' + . PMA_backquote(htmlspecialchars($sval)) + . ';
                          '; + $reload = 1; + break; + + case 'drop_tbl': + $current = $sval; + if (!empty($views) && in_array($current, $views)) { + $full_query_views .= (empty($full_query_views) ? 'DROP VIEW ' : ', ') + . PMA_backquote(htmlspecialchars($current)); + } else { + $full_query .= (empty($full_query) ? 'DROP TABLE ' : ', ') + . PMA_backquote(htmlspecialchars($current)); + } + break; + + case 'empty_tbl': + $full_query .= 'TRUNCATE '; + $full_query .= PMA_backquote(htmlspecialchars($sval)) + . ';
                          '; + break; + + case 'primary_fld': + if ($full_query == '') { + $full_query .= 'ALTER TABLE ' + . PMA_backquote(htmlspecialchars($table)) + . '
                            DROP PRIMARY KEY,' + . '
                             ADD PRIMARY KEY(' + . '
                               ' + . PMA_backquote(htmlspecialchars($sval)) + . ','; + } else { + $full_query .= '
                               ' + . PMA_backquote(htmlspecialchars($sval)) + . ','; + } + if ($i == $selected_cnt-1) { + $full_query = preg_replace('@,$@', ');
                          ', $full_query); + } + break; + + case 'drop_fld': + if ($full_query == '') { + $full_query .= 'ALTER TABLE ' + . PMA_backquote(htmlspecialchars($table)); + } + $full_query .= '
                            DROP ' + . PMA_backquote(htmlspecialchars($sval)) + . ','; + if ($i == $selected_cnt - 1) { + $full_query = preg_replace('@,$@', ';
                          ', $full_query); + } + break; + } // end switch + $i++; + } + if ($what == 'drop_tbl') { + if (!empty($full_query)) { + $full_query .= ';
                          ' . "\n"; + } + if (!empty($full_query_views)) { + $full_query .= $full_query_views . ';
                          ' . "\n"; + } + unset($full_query_views); + } + + // Displays the confirmation form + $_url_params = array( + 'query_type' => $what, + 'reload' => (! empty($reload) ? 1 : 0), + ); + if (strpos(' ' . $action, 'db_') == 1) { + $_url_params['db']= $db; + } elseif (strpos(' ' . $action, 'tbl_') == 1 || $what == 'row_delete') { + $_url_params['db']= $db; + $_url_params['table']= $table; + } + foreach ($selected as $idx => $sval) { + $_url_params['selected'][] = $sval; + } + if ($what == 'drop_tbl' && !empty($views)) { + foreach ($views as $current) { + $_url_params['views'][] = $current; + } + } + if ($what == 'row_delete') { + $_url_params['original_sql_query'] = $original_sql_query; + if (! empty($original_url_query)) { + $_url_params['original_url_query'] = $original_url_query; + } + } + ?> +
                          + +
                          + : + +
                          +
                          + + +
                          + databases->build(); + } +} else { + $message = PMA_Message::success(__('No change')); +} +?> diff --git a/htdocs/phpMyAdmin/libraries/mysql_charsets.lib.php b/htdocs/phpMyAdmin/libraries/mysql_charsets.lib.php new file mode 100644 index 000000000..45fd55ac9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/mysql_charsets.lib.php @@ -0,0 +1,428 @@ + $value) { + sort($mysql_collations[$key], SORT_STRING); + reset($mysql_collations[$key]); + } + unset($key, $value); + + PMA_cacheSet('mysql_charsets', $GLOBALS['mysql_charsets'], true); + PMA_cacheSet('mysql_charsets_descriptions', $GLOBALS['mysql_charsets_descriptions'], true); + PMA_cacheSet('mysql_charsets_count', $GLOBALS['mysql_charsets_count'], true); + PMA_cacheSet('mysql_charsets_available', $GLOBALS['mysql_charsets_available'], true); + PMA_cacheSet('mysql_collations', $GLOBALS['mysql_collations'], true); + PMA_cacheSet('mysql_default_collations', $GLOBALS['mysql_default_collations'], true); + PMA_cacheSet('mysql_collations_flat', $GLOBALS['mysql_collations_flat'], true); + PMA_cacheSet('mysql_collations_count', $GLOBALS['mysql_collations_count'], true); + PMA_cacheSet('mysql_collations_available', $GLOBALS['mysql_collations_available'], true); +} else { + $GLOBALS['mysql_charsets'] = PMA_cacheGet('mysql_charsets', true); + $GLOBALS['mysql_charsets_descriptions'] = PMA_cacheGet('mysql_charsets_descriptions', true); + $GLOBALS['mysql_charsets_count'] = PMA_cacheGet('mysql_charsets_count', true); + $GLOBALS['mysql_charsets_available'] = PMA_cacheGet('mysql_charsets_available', true); + $GLOBALS['mysql_collations'] = PMA_cacheGet('mysql_collations', true); + $GLOBALS['mysql_default_collations'] = PMA_cacheGet('mysql_default_collations', true); + $GLOBALS['mysql_collations_flat'] = PMA_cacheGet('mysql_collations_flat', true); + $GLOBALS['mysql_collations_count'] = PMA_cacheGet('mysql_collations_count', true); + $GLOBALS['mysql_collations_available'] = PMA_cacheGet('mysql_collations_available', true); +} + +define('PMA_CSDROPDOWN_COLLATION', 0); +define('PMA_CSDROPDOWN_CHARSET', 1); + +function PMA_generateCharsetDropdownBox($type = PMA_CSDROPDOWN_COLLATION, + $name = null, $id = null, $default = null, $label = TRUE, $indent = 0, + $submitOnChange = FALSE, $displayUnavailable = FALSE) +{ + global $mysql_charsets, $mysql_charsets_descriptions, + $mysql_charsets_available, $mysql_collations, $mysql_collations_available; + + if (empty($name)) { + if ($type == PMA_CSDROPDOWN_COLLATION) { + $name = 'collation'; + } else { + $name = 'character_set'; + } + } + + $return_str = '' . "\n"; + + return $return_str; +} + +function PMA_generateCharsetQueryPart($collation) { + list($charset) = explode('_', $collation); + return ' CHARACTER SET ' . $charset . ($charset == $collation ? '' : ' COLLATE ' . $collation); +} + +/** + * returns collation of given db + * + * @uses PMA_DBI_fetch_value() + * @uses PMA_DBI_select_db() + * @uses PMA_sqlAddSlashes() + * @uses $GLOBALS['db'] + * @param string $db name of db + * @return string collation of $db + */ +function PMA_getDbCollation($db) { + if ($db == 'information_schema') { + // We don't have to check the collation of the virtual + // information_schema database: We know it! + return 'utf8_general_ci'; + } + + if (! $GLOBALS['cfg']['Server']['DisableIS']) { + // this is slow with thousands of databases + return PMA_DBI_fetch_value('SELECT DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = \'' . PMA_sqlAddSlashes($db) . '\' LIMIT 1;'); + } else { + PMA_DBI_select_db($db); + $return = PMA_DBI_fetch_value('SHOW VARIABLES LIKE \'collation_database\'', 0, 1); + if ($db !== $GLOBALS['db']) { + PMA_DBI_select_db($GLOBALS['db']); + } + return $return; + } +} + +/** + * returns default server collation from show variables + * + * @uses PMA_DBI_fetch_value() + * @return string $server_collation + */ +function PMA_getServerCollation() { + return PMA_DBI_fetch_value( + 'SHOW VARIABLES LIKE \'collation_server\'', 0, 1); +} + +/** + * returns description for given collation + * + * @uses is_array() + * @uses explode() + * @uses count() + * + * @param string $collation MySQL collation string + * @return string collation description + */ +function PMA_getCollationDescr($collation) { + if ($collation == 'binary') { + return __('Binary'); + } + $parts = explode('_', $collation); + if (count($parts) == 1) { + $parts[1] = 'general'; + } elseif ($parts[1] == 'ci' || $parts[1] == 'cs') { + $parts[2] = $parts[1]; + $parts[1] = 'general'; + } + $descr = ''; + switch ($parts[1]) { + case 'bulgarian': + $descr = __('Bulgarian'); + break; + case 'chinese': + if ($parts[0] == 'gb2312' || $parts[0] == 'gbk') { + $descr = __('Simplified Chinese'); + } elseif ($parts[0] == 'big5') { + $descr = __('Traditional Chinese'); + } + break; + case 'ci': + $descr = __('case-insensitive'); + break; + case 'cs': + $descr = __('case-sensitive'); + break; + case 'croatian': + $descr = __('Croatian'); + break; + case 'czech': + $descr = __('Czech'); + break; + case 'danish': + $descr = __('Danish'); + break; + case 'english': + $descr = __('English'); + break; + case 'esperanto': + $descr = __('Esperanto'); + break; + case 'estonian': + $descr = __('Estonian'); + break; + case 'german1': + $descr = __('German') . ' (' . __('dictionary') . ')'; + break; + case 'german2': + $descr = __('German') . ' (' . __('phone book') . ')'; + break; + case 'hungarian': + $descr = __('Hungarian'); + break; + case 'icelandic': + $descr = __('Icelandic'); + break; + case 'japanese': + $descr = __('Japanese'); + break; + case 'latvian': + $descr = __('Latvian'); + break; + case 'lithuanian': + $descr = __('Lithuanian'); + break; + case 'korean': + $descr = __('Korean'); + break; + case 'persian': + $descr = __('Persian'); + break; + case 'polish': + $descr = __('Polish'); + break; + case 'roman': + $descr = __('West European'); + break; + case 'romanian': + $descr = __('Romanian'); + break; + case 'slovak': + $descr = __('Slovak'); + break; + case 'slovenian': + $descr = __('Slovenian'); + break; + case 'spanish': + $descr = __('Spanish'); + break; + case 'spanish2': + $descr = __('Traditional Spanish'); + break; + case 'swedish': + $descr = __('Swedish'); + break; + case 'thai': + $descr = __('Thai'); + break; + case 'turkish': + $descr = __('Turkish'); + break; + case 'ukrainian': + $descr = __('Ukrainian'); + break; + case 'unicode': + $descr = __('Unicode') . ' (' . __('multilingual') . ')'; + break; + case 'bin': + $is_bin = TRUE; + case 'general': + switch ($parts[0]) { + // Unicode charsets + case 'ucs2': + case 'utf8': + $descr = __('Unicode') . ' (' . __('multilingual') . ')'; + break; + // West European charsets + case 'ascii': + case 'cp850': + case 'dec8': + case 'hp8': + case 'latin1': + case 'macroman': + $descr = __('West European') . ' (' . __('multilingual') . ')'; + break; + // Central European charsets + case 'cp1250': + case 'cp852': + case 'latin2': + case 'macce': + $descr = __('Central European') . ' (' . __('multilingual') . ')'; + break; + // Russian charsets + case 'cp866': + case 'koi8r': + $descr = __('Russian'); + break; + // Simplified Chinese charsets + case 'gb2312': + case 'gbk': + $descr = __('Simplified Chinese'); + break; + // Japanese charsets + case 'sjis': + case 'ujis': + case 'cp932': + case 'eucjpms': + $descr = __('Japanese'); + break; + // Baltic charsets + case 'cp1257': + case 'latin7': + $descr = __('Baltic') . ' (' . __('multilingual') . ')'; + break; + // Other + case 'armscii8': + case 'armscii': + $descr = __('Armenian'); + break; + case 'big5': + $descr = __('Traditional Chinese'); + break; + case 'cp1251': + $descr = __('Cyrillic') . ' (' . __('multilingual') . ')'; + break; + case 'cp1256': + $descr = __('Arabic'); + break; + case 'euckr': + $descr = __('Korean'); + break; + case 'hebrew': + $descr = __('Hebrew'); + break; + case 'geostd8': + $descr = __('Georgian'); + break; + case 'greek': + $descr = __('Greek'); + break; + case 'keybcs2': + $descr = __('Czech-Slovak'); + break; + case 'koi8u': + $descr = __('Ukrainian'); + break; + case 'latin5': + $descr = __('Turkish'); + break; + case 'swe7': + $descr = __('Swedish'); + break; + case 'tis620': + $descr = __('Thai'); + break; + default: + $descr = __('unknown'); + break; + } + if (!empty($is_bin)) { + $descr .= ', ' . __('Binary'); + } + break; + default: $descr = __('unknown'); + } + if (!empty($parts[2])) { + if ($parts[2] == 'ci') { + $descr .= ', ' . __('case-insensitive'); + } elseif ($parts[2] == 'cs') { + $descr .= ', ' . __('case-sensitive'); + } + } + + return $descr; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/navigation_header.inc.php b/htdocs/phpMyAdmin/libraries/navigation_header.inc.php new file mode 100644 index 000000000..fa5255a56 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/navigation_header.inc.php @@ -0,0 +1,129 @@ +'; + } elseif (@file_exists($GLOBALS['pmaThemeImage'] . 'pma_logo2.png')) { + $logo = ''; + } + + echo '' . "\n"; +} // end of display logo +?> +' . "\n"; + +/** + * Displays the MySQL servers choice form + */ +if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers']) > 1 || $server == 0 && count($GLOBALS['cfg']['Servers']) == 1)) { + echo '
                          '; + include './libraries/select_server.lib.php'; + PMA_select_server(true, true); + echo '

                          '; +} // end if LeftDisplayServers +?> diff --git a/htdocs/phpMyAdmin/libraries/ob.lib.php b/htdocs/phpMyAdmin/libraries/ob.lib.php new file mode 100644 index 000000000..780ee0274 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/ob.lib.php @@ -0,0 +1,108 @@ + + * http://www.jeremybrand.com/Jeremy/Brand/Jeremy_Brand.html + * + * Check for all the needed functions for output buffering + * Make some wrappers for the top and bottoms of our files. + * + * @package phpMyAdmin + */ + +/** + * This function be used eventually to support more modes. It is needed + * because both header and footer functions must know what each other is + * doing. + * + * @uses $cfg['OBGzip'] + * @uses function_exists() + * @uses ini_get() + * @uses ob_get_level() + * @staticvar integer remember last calculated value + * @return integer the output buffer mode + */ +function PMA_outBufferModeGet() +{ + static $mode = null; + + if (null !== $mode) { + return $mode; + } + + $mode = 0; + + if ($GLOBALS['cfg']['OBGzip'] && function_exists('ob_start')) { + if (ini_get('output_handler') == 'ob_gzhandler') { + // If a user sets the output_handler in php.ini to ob_gzhandler, then + // any right frame file in phpMyAdmin will not be handled properly by + // the browser. My fix was to check the ini file within the + // PMA_outBufferModeGet() function. + $mode = 0; + } elseif (function_exists('ob_get_level') && ob_get_level() > 0) { + // If output buffering is enabled in php.ini it's not possible to + // add the ob_gzhandler without a warning message from php 4.3.0. + // Being better safe than sorry, check for any existing output handler + // instead of just checking the 'output_buffering' setting. + $mode = 0; + } else { + $mode = 1; + } + } + + // Zero (0) is no mode or in other words output buffering is OFF. + // Follow 2^0, 2^1, 2^2, 2^3 type values for the modes. + // Usefull if we ever decide to combine modes. Then a bitmask field of + // the sum of all modes will be the natural choice. + + return $mode; +} // end of the 'PMA_outBufferModeGet()' function + + +/** + * This function will need to run at the top of all pages if output + * output buffering is turned on. It also needs to be passed $mode from + * the PMA_outBufferModeGet() function or it will be useless. + * + * @uses PMA_outBufferModeGet() + * @uses PMA_outBufferPost() to register it as shutdown function + * @uses ob_start() + * @uses header() to send X-ob_mode: + * @uses register_shutdown_function() to register PMA_outBufferPost() + */ +function PMA_outBufferPre() +{ + if ($mode = PMA_outBufferModeGet()) { + ob_start('ob_gzhandler'); + } + + header('X-ob_mode: ' . $mode); + + register_shutdown_function('PMA_outBufferPost'); +} // end of the 'PMA_outBufferPre()' function + + +/** + * This function will need to run at the bottom of all pages if output + * buffering is turned on. It also needs to be passed $mode from the + * PMA_outBufferModeGet() function or it will be useless. + * + * @uses PMA_outBufferModeGet() + * @uses ob_flush() + * @uses flush() + */ +function PMA_outBufferPost() +{ + if (ob_get_status() && PMA_outBufferModeGet()) { + ob_flush(); + } + /** + * previously we had here an "else flush()" but some PHP versions + * (at least PHP 5.2.11) have a bug (49816) that produces garbled + * data + */ +} // end of the 'PMA_outBufferPost()' function + +?> diff --git a/htdocs/phpMyAdmin/libraries/opendocument.lib.php b/htdocs/phpMyAdmin/libraries/opendocument.lib.php new file mode 100644 index 000000000..810d97f5e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/opendocument.lib.php @@ -0,0 +1,103 @@ + addFile($mime, 'mimetype'); + $zipfile -> addFile($data, 'content.xml'); + $zipfile -> addFile('' + . '' + . '' + . 'phpMyAdmin ' . PMA_VERSION . '' + . 'phpMyAdmin ' . PMA_VERSION . '' + . '' . strftime('%Y-%m-%dT%H:%M:%S') . '' + . '' + . '' + , 'meta.xml'); + $zipfile -> addFile('' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + . '' + , 'styles.xml'); + $zipfile -> addFile('' + . '' + . '' + . '' + . '' + . '' + . '' + , 'META-INF/manifest.xml'); + return $zipfile -> file(); +} +?> diff --git a/htdocs/phpMyAdmin/libraries/parse_analyze.lib.php b/htdocs/phpMyAdmin/libraries/parse_analyze.lib.php new file mode 100644 index 000000000..345c0964c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/parse_analyze.lib.php @@ -0,0 +1,59 @@ + diff --git a/htdocs/phpMyAdmin/libraries/php-gettext/gettext.inc b/htdocs/phpMyAdmin/libraries/php-gettext/gettext.inc new file mode 100644 index 000000000..c9f7dc016 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/php-gettext/gettext.inc @@ -0,0 +1,535 @@ + + Copyright (c) 2009 Danilo Segan + + Drop in replacement for native gettext. + + This file is part of PHP-gettext. + + PHP-gettext is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + PHP-gettext is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with PHP-gettext; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ +/* +LC_CTYPE 0 +LC_NUMERIC 1 +LC_TIME 2 +LC_COLLATE 3 +LC_MONETARY 4 +LC_MESSAGES 5 +LC_ALL 6 +*/ + +// LC_MESSAGES is not available if php-gettext is not loaded +// while the other constants are already available from session extension. +if (!defined('LC_MESSAGES')) { + define('LC_MESSAGES', 5); +} + +require('streams.php'); +require('gettext.php'); + + +// Variables + +global $text_domains, $default_domain, $LC_CATEGORIES, $EMULATEGETTEXT, $CURRENTLOCALE; +$text_domains = array(); +$default_domain = 'messages'; +$LC_CATEGORIES = array('LC_CTYPE', 'LC_NUMERIC', 'LC_TIME', 'LC_COLLATE', 'LC_MONETARY', 'LC_MESSAGES', 'LC_ALL'); +$EMULATEGETTEXT = 0; +$CURRENTLOCALE = ''; + +/* Class to hold a single domain included in $text_domains. */ +class domain { + var $l10n; + var $path; + var $codeset; +} + +// Utility functions + +/** + * Return a list of locales to try for any POSIX-style locale specification. + */ +function get_list_of_locales($locale) { + /* Figure out all possible locale names and start with the most + * specific ones. I.e. for sr_CS.UTF-8@latin, look through all of + * sr_CS.UTF-8@latin, sr_CS@latin, sr@latin, sr_CS.UTF-8, sr_CS, sr. + */ + $locale_names = array(); + $lang = NULL; + $country = NULL; + $charset = NULL; + $modifier = NULL; + if ($locale) { + if (preg_match("/^(?P[a-z]{2,3})" // language code + ."(?:_(?P[A-Z]{2}))?" // country code + ."(?:\.(?P[-A-Za-z0-9_]+))?" // charset + ."(?:@(?P[-A-Za-z0-9_]+))?$/", // @ modifier + $locale, $matches)) { + + if (isset($matches["lang"])) $lang = $matches["lang"]; + if (isset($matches["country"])) $country = $matches["country"]; + if (isset($matches["charset"])) $charset = $matches["charset"]; + if (isset($matches["modifier"])) $modifier = $matches["modifier"]; + + if ($modifier) { + if ($country) { + if ($charset) + array_push($locale_names, "${lang}_$country.$charset@$modifier"); + array_push($locale_names, "${lang}_$country@$modifier"); + } elseif ($charset) + array_push($locale_names, "${lang}.$charset@$modifier"); + array_push($locale_names, "$lang@$modifier"); + } + if ($country) { + if ($charset) + array_push($locale_names, "${lang}_$country.$charset"); + array_push($locale_names, "${lang}_$country"); + } elseif ($charset) + array_push($locale_names, "${lang}.$charset"); + array_push($locale_names, $lang); + } + + // If the locale name doesn't match POSIX style, just include it as-is. + if (!in_array($locale, $locale_names)) + array_push($locale_names, $locale); + } + return $locale_names; +} + +/** + * Utility function to get a StreamReader for the given text domain. + */ +function _get_reader($domain=null, $category=5, $enable_cache=true) { + global $text_domains, $default_domain, $LC_CATEGORIES; + if (!isset($domain)) $domain = $default_domain; + if (!isset($text_domains[$domain]->l10n)) { + // get the current locale + $locale = _setlocale(LC_MESSAGES, 0); + $bound_path = isset($text_domains[$domain]->path) ? + $text_domains[$domain]->path : './'; + $subpath = $LC_CATEGORIES[$category] ."/$domain.mo"; + + $locale_names = get_list_of_locales($locale); + $input = null; + foreach ($locale_names as $locale) { + $full_path = $bound_path . $locale . "/" . $subpath; + if (file_exists($full_path)) { + $input = new FileReader($full_path); + break; + } + } + + if (!array_key_exists($domain, $text_domains)) { + // Initialize an empty domain object. + $text_domains[$domain] = new domain(); + } + $text_domains[$domain]->l10n = new gettext_reader($input, + $enable_cache); + } + return $text_domains[$domain]->l10n; +} + +/** + * Returns whether we are using our emulated gettext API or PHP built-in one. + */ +function locale_emulation() { + global $EMULATEGETTEXT; + return $EMULATEGETTEXT; +} + +/** + * Checks if the current locale is supported on this system. + */ +function _check_locale_and_function($function=false) { + global $EMULATEGETTEXT; + if ($function and !function_exists($function)) + return false; + return !$EMULATEGETTEXT; +} + +/** + * Get the codeset for the given domain. + */ +function _get_codeset($domain=null) { + global $text_domains, $default_domain, $LC_CATEGORIES; + if (!isset($domain)) $domain = $default_domain; + return (isset($text_domains[$domain]->codeset))? $text_domains[$domain]->codeset : ini_get('mbstring.internal_encoding'); +} + +/** + * Convert the given string to the encoding set by bind_textdomain_codeset. + */ +function _encode($text) { + $target_encoding = _get_codeset(); + if (function_exists("mb_detect_encoding")) { + $source_encoding = mb_detect_encoding($text); + if ($source_encoding != $target_encoding) + $text = mb_convert_encoding($text, $target_encoding, $source_encoding); + } + return $text; +} + + +// Custom implementation of the standard gettext related functions + +/** + * Returns passed in $locale, or environment variable $LANG if $locale == ''. + */ +function _get_default_locale($locale) { + if ($locale == '') // emulate variable support + return getenv('LANG'); + else + return $locale; +} + +/** + * Sets a requested locale, if needed emulates it. + */ +function _setlocale($category, $locale) { + global $CURRENTLOCALE, $EMULATEGETTEXT; + if ($locale === 0) { // use === to differentiate between string "0" + if ($CURRENTLOCALE != '') + return $CURRENTLOCALE; + else + // obey LANG variable, maybe extend to support all of LC_* vars + // even if we tried to read locale without setting it first + return _setlocale($category, $CURRENTLOCALE); + } else { + if (function_exists('setlocale')) { + $ret = setlocale($category, $locale); + if (($locale == '' and !$ret) or // failed setting it by env + ($locale != '' and $ret != $locale)) { // failed setting it + // Failed setting it according to environment. + $CURRENTLOCALE = _get_default_locale($locale); + $EMULATEGETTEXT = 1; + } else { + $CURRENTLOCALE = $ret; + $EMULATEGETTEXT = 0; + } + } else { + // No function setlocale(), emulate it all. + $CURRENTLOCALE = _get_default_locale($locale); + $EMULATEGETTEXT = 1; + } + // Allow locale to be changed on the go for one translation domain. + global $text_domains, $default_domain; + if (array_key_exists($default_domain, $text_domains)) { + unset($text_domains[$default_domain]->l10n); + } + return $CURRENTLOCALE; + } +} + +/** + * Sets the path for a domain. + */ +function _bindtextdomain($domain, $path) { + global $text_domains; + // ensure $path ends with a slash ('/' should work for both, but lets still play nice) + if (substr(php_uname(), 0, 7) == "Windows") { + if ($path[strlen($path)-1] != '\\' and $path[strlen($path)-1] != '/') + $path .= '\\'; + } else { + if ($path[strlen($path)-1] != '/') + $path .= '/'; + } + if (!array_key_exists($domain, $text_domains)) { + // Initialize an empty domain object. + $text_domains[$domain] = new domain(); + } + $text_domains[$domain]->path = $path; +} + +/** + * Specify the character encoding in which the messages from the DOMAIN message catalog will be returned. + */ +function _bind_textdomain_codeset($domain, $codeset) { + global $text_domains; + $text_domains[$domain]->codeset = $codeset; +} + +/** + * Sets the default domain. + */ +function _textdomain($domain) { + global $default_domain; + $default_domain = $domain; +} + +/** + * Lookup a message in the current domain. + */ +function _gettext($msgid) { + $l10n = _get_reader(); + return _encode($l10n->translate($msgid)); +} + +/** + * Alias for gettext. + */ +function __($msgid) { + return _gettext($msgid); +} + +/** + * Plural version of gettext. + */ +function _ngettext($singular, $plural, $number) { + $l10n = _get_reader(); + return _encode($l10n->ngettext($singular, $plural, $number)); +} + +/** + * Override the current domain. + */ +function _dgettext($domain, $msgid) { + $l10n = _get_reader($domain); + return _encode($l10n->translate($msgid)); +} + +/** + * Plural version of dgettext. + */ +function _dngettext($domain, $singular, $plural, $number) { + $l10n = _get_reader($domain); + return _encode($l10n->ngettext($singular, $plural, $number)); +} + +/** + * Overrides the domain and category for a single lookup. + */ +function _dcgettext($domain, $msgid, $category) { + $l10n = _get_reader($domain, $category); + return _encode($l10n->translate($msgid)); +} +/** + * Plural version of dcgettext. + */ +function _dcngettext($domain, $singular, $plural, $number, $category) { + $l10n = _get_reader($domain, $category); + return _encode($l10n->ngettext($singular, $plural, $number)); +} + +/** + * Context version of gettext. + */ +function _pgettext($context, $msgid) { + $l10n = _get_reader(); + return _encode($l10n->pgettext($context, $msgid)); +} + +/** + * Override the current domain in a context gettext call. + */ +function _dpgettext($domain, $context, $msgid) { + $l10n = _get_reader($domain); + return _encode($l10n->pgettext($context, $msgid)); +} + +/** + * Overrides the domain and category for a single context-based lookup. + */ +function _dcpgettext($domain, $context, $msgid, $category) { + $l10n = _get_reader($domain, $category); + return _encode($l10n->pgettext($context, $msgid)); +} + +/** + * Context version of ngettext. + */ +function _npgettext($context, $singular, $plural) { + $l10n = _get_reader(); + return _encode($l10n->npgettext($context, $singular, $plural)); +} + +/** + * Override the current domain in a context ngettext call. + */ +function _dnpgettext($domain, $context, $singular, $plural) { + $l10n = _get_reader($domain); + return _encode($l10n->npgettext($context, $singular, $plural)); +} + +/** + * Overrides the domain and category for a plural context-based lookup. + */ +function _dcnpgettext($domain, $context, $singular, $plural, $category) { + $l10n = _get_reader($domain, $category); + return _encode($l10n->npgettext($context, $singular, $plural)); +} + + + +// Wrappers to use if the standard gettext functions are available, +// but the current locale is not supported by the system. +// Use the standard impl if the current locale is supported, use the +// custom impl otherwise. + +function T_setlocale($category, $locale) { + return _setlocale($category, $locale); +} + +function T_bindtextdomain($domain, $path) { + if (_check_locale_and_function()) return bindtextdomain($domain, $path); + else return _bindtextdomain($domain, $path); +} +function T_bind_textdomain_codeset($domain, $codeset) { + // bind_textdomain_codeset is available only in PHP 4.2.0+ + if (_check_locale_and_function('bind_textdomain_codeset')) + return bind_textdomain_codeset($domain, $codeset); + else return _bind_textdomain_codeset($domain, $codeset); +} +function T_textdomain($domain) { + if (_check_locale_and_function()) return textdomain($domain); + else return _textdomain($domain); +} +function T_gettext($msgid) { + if (_check_locale_and_function()) return gettext($msgid); + else return _gettext($msgid); +} +function T_($msgid) { + if (_check_locale_and_function()) return _($msgid); + return __($msgid); +} +function T_ngettext($singular, $plural, $number) { + if (_check_locale_and_function()) + return ngettext($singular, $plural, $number); + else return _ngettext($singular, $plural, $number); +} +function T_dgettext($domain, $msgid) { + if (_check_locale_and_function()) return dgettext($domain, $msgid); + else return _dgettext($domain, $msgid); +} +function T_dngettext($domain, $singular, $plural, $number) { + if (_check_locale_and_function()) + return dngettext($domain, $singular, $plural, $number); + else return _dngettext($domain, $singular, $plural, $number); +} +function T_dcgettext($domain, $msgid, $category) { + if (_check_locale_and_function()) + return dcgettext($domain, $msgid, $category); + else return _dcgettext($domain, $msgid, $category); +} +function T_dcngettext($domain, $singular, $plural, $number, $category) { + if (_check_locale_and_function()) + return dcngettext($domain, $singular, $plural, $number, $category); + else return _dcngettext($domain, $singular, $plural, $number, $category); +} + +function T_pgettext($context, $msgid) { + if (_check_locale_and_function('pgettext')) + return pgettext($context, $msgid); + else + return _pgettext($context, $msgid); +} + +function T_dpgettext($domain, $context, $msgid) { + if (_check_locale_and_function('dpgettext')) + return dpgettext($domain, $context, $msgid); + else + return _dpgettext($domain, $context, $msgid); +} + +function T_dcpgettext($domain, $context, $msgid, $category) { + if (_check_locale_and_function('dcpgettext')) + return dcpgettext($domain, $context, $msgid, $category); + else + return _dcpgettext($domain, $context, $msgid, $category); +} + +function T_npgettext($context, $singular, $plural, $number) { + if (_check_locale_and_function('npgettext')) + return npgettext($context, $singular, $plural, $number); + else + return _npgettext($context, $singular, $plural, $number); +} + +function T_dnpgettext($domain, $context, $singular, $plural, $number) { + if (_check_locale_and_function('dnpgettext')) + return dnpgettext($domain, $context, $singular, $plural, $number); + else + return _dnpgettext($domain, $context, $singular, $plural, $number); +} + +function T_dcnpgettext($domain, $context, $singular, $plural, + $number, $category) { + if (_check_locale_and_function('dcnpgettext')) + return dcnpgettext($domain, $context, $singular, + $plural, $number, $category); + else + return _dcnpgettext($domain, $context, $singular, + $plural, $number, $category); +} + + + +// Wrappers used as a drop in replacement for the standard gettext functions + +if (!function_exists('gettext')) { + function bindtextdomain($domain, $path) { + return _bindtextdomain($domain, $path); + } + function bind_textdomain_codeset($domain, $codeset) { + return _bind_textdomain_codeset($domain, $codeset); + } + function textdomain($domain) { + return _textdomain($domain); + } + function gettext($msgid) { + return _gettext($msgid); + } + function _($msgid) { + return __($msgid); + } + function ngettext($singular, $plural, $number) { + return _ngettext($singular, $plural, $number); + } + function dgettext($domain, $msgid) { + return _dgettext($domain, $msgid); + } + function dngettext($domain, $singular, $plural, $number) { + return _dngettext($domain, $singular, $plural, $number); + } + function dcgettext($domain, $msgid, $category) { + return _dcgettext($domain, $msgid, $category); + } + function dcngettext($domain, $singular, $plural, $number, $category) { + return _dcngettext($domain, $singular, $plural, $number, $category); + } + function pgettext($context, $msgid) { + return _pgettext($context, $msgid); + } + function npgettext($context, $singular, $plural, $number) { + return _npgettext($context, $singular, $plural, $number); + } + function dpgettext($domain, $context, $msgid) { + return _dpgettext($domain, $context, $msgid); + } + function dnpgettext($domain, $context, $singular, $plural, $number) { + return _dnpgettext($domain, $context, $singular, $plural, $number); + } + function dcpgettext($domain, $context, $msgid, $category) { + return _dcpgettext($domain, $context, $msgid, $category); + } + function dcnpgettext($domain, $context, $singular, $plural, + $number, $category) { + return _dcnpgettext($domain, $context, $singular, $plural, + $number, $category); + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/php-gettext/gettext.php b/htdocs/phpMyAdmin/libraries/php-gettext/gettext.php new file mode 100644 index 000000000..5064047cb --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/php-gettext/gettext.php @@ -0,0 +1,432 @@ +. + Copyright (c) 2005 Nico Kaiser + + This file is part of PHP-gettext. + + PHP-gettext is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + PHP-gettext is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with PHP-gettext; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + +/** + * Provides a simple gettext replacement that works independently from + * the system's gettext abilities. + * It can read MO files and use them for translating strings. + * The files are passed to gettext_reader as a Stream (see streams.php) + * + * This version has the ability to cache all strings and translations to + * speed up the string lookup. + * While the cache is enabled by default, it can be switched off with the + * second parameter in the constructor (e.g. whenusing very large MO files + * that you don't want to keep in memory) + */ +class gettext_reader { + //public: + var $error = 0; // public variable that holds error code (0 if no error) + + //private: + var $BYTEORDER = 0; // 0: low endian, 1: big endian + var $STREAM = NULL; + var $short_circuit = false; + var $enable_cache = false; + var $originals = NULL; // offset of original table + var $translations = NULL; // offset of translation table + var $pluralheader = NULL; // cache header field for plural forms + var $total = 0; // total string count + var $table_originals = NULL; // table for original strings (offsets) + var $table_translations = NULL; // table for translated strings (offsets) + var $cache_translations = NULL; // original -> translation mapping + + + /* Methods */ + + + /** + * Reads a 32bit Integer from the Stream + * + * @access private + * @return Integer from the Stream + */ + function readint() { + if ($this->BYTEORDER == 0) { + // low endian + $input=unpack('V', $this->STREAM->read(4)); + return array_shift($input); + } else { + // big endian + $input=unpack('N', $this->STREAM->read(4)); + return array_shift($input); + } + } + + function read($bytes) { + return $this->STREAM->read($bytes); + } + + /** + * Reads an array of Integers from the Stream + * + * @param int count How many elements should be read + * @return Array of Integers + */ + function readintarray($count) { + if ($this->BYTEORDER == 0) { + // low endian + return unpack('V'.$count, $this->STREAM->read(4 * $count)); + } else { + // big endian + return unpack('N'.$count, $this->STREAM->read(4 * $count)); + } + } + + /** + * Constructor + * + * @param object Reader the StreamReader object + * @param boolean enable_cache Enable or disable caching of strings (default on) + */ + function gettext_reader($Reader, $enable_cache = true) { + // If there isn't a StreamReader, turn on short circuit mode. + if (! $Reader || isset($Reader->error) ) { + $this->short_circuit = true; + return; + } + + // Caching can be turned off + $this->enable_cache = $enable_cache; + + $MAGIC1 = "\x95\x04\x12\xde"; + $MAGIC2 = "\xde\x12\x04\x95"; + + $this->STREAM = $Reader; + $magic = $this->read(4); + if ($magic == $MAGIC1) { + $this->BYTEORDER = 1; + } elseif ($magic == $MAGIC2) { + $this->BYTEORDER = 0; + } else { + $this->error = 1; // not MO file + return false; + } + + // FIXME: Do we care about revision? We should. + $revision = $this->readint(); + + $this->total = $this->readint(); + $this->originals = $this->readint(); + $this->translations = $this->readint(); + } + + /** + * Loads the translation tables from the MO file into the cache + * If caching is enabled, also loads all strings into a cache + * to speed up translation lookups + * + * @access private + */ + function load_tables() { + if (is_array($this->cache_translations) && + is_array($this->table_originals) && + is_array($this->table_translations)) + return; + + /* get original and translations tables */ + if (!is_array($this->table_originals)) { + $this->STREAM->seekto($this->originals); + $this->table_originals = $this->readintarray($this->total * 2); + } + if (!is_array($this->table_translations)) { + $this->STREAM->seekto($this->translations); + $this->table_translations = $this->readintarray($this->total * 2); + } + + if ($this->enable_cache) { + $this->cache_translations = array (); + /* read all strings in the cache */ + for ($i = 0; $i < $this->total; $i++) { + $this->STREAM->seekto($this->table_originals[$i * 2 + 2]); + $original = $this->STREAM->read($this->table_originals[$i * 2 + 1]); + $this->STREAM->seekto($this->table_translations[$i * 2 + 2]); + $translation = $this->STREAM->read($this->table_translations[$i * 2 + 1]); + $this->cache_translations[$original] = $translation; + } + } + } + + /** + * Returns a string from the "originals" table + * + * @access private + * @param int num Offset number of original string + * @return string Requested string if found, otherwise '' + */ + function get_original_string($num) { + $length = $this->table_originals[$num * 2 + 1]; + $offset = $this->table_originals[$num * 2 + 2]; + if (! $length) + return ''; + $this->STREAM->seekto($offset); + $data = $this->STREAM->read($length); + return (string)$data; + } + + /** + * Returns a string from the "translations" table + * + * @access private + * @param int num Offset number of original string + * @return string Requested string if found, otherwise '' + */ + function get_translation_string($num) { + $length = $this->table_translations[$num * 2 + 1]; + $offset = $this->table_translations[$num * 2 + 2]; + if (! $length) + return ''; + $this->STREAM->seekto($offset); + $data = $this->STREAM->read($length); + return (string)$data; + } + + /** + * Binary search for string + * + * @access private + * @param string string + * @param int start (internally used in recursive function) + * @param int end (internally used in recursive function) + * @return int string number (offset in originals table) + */ + function find_string($string, $start = -1, $end = -1) { + if (($start == -1) or ($end == -1)) { + // find_string is called with only one parameter, set start end end + $start = 0; + $end = $this->total; + } + if (abs($start - $end) <= 1) { + // We're done, now we either found the string, or it doesn't exist + $txt = $this->get_original_string($start); + if ($string == $txt) + return $start; + else + return -1; + } else if ($start > $end) { + // start > end -> turn around and start over + return $this->find_string($string, $end, $start); + } else { + // Divide table in two parts + $half = (int)(($start + $end) / 2); + $cmp = strcmp($string, $this->get_original_string($half)); + if ($cmp == 0) + // string is exactly in the middle => return it + return $half; + else if ($cmp < 0) + // The string is in the upper half + return $this->find_string($string, $start, $half); + else + // The string is in the lower half + return $this->find_string($string, $half, $end); + } + } + + /** + * Translates a string + * + * @access public + * @param string string to be translated + * @return string translated string (or original, if not found) + */ + function translate($string) { + if ($this->short_circuit) + return $string; + $this->load_tables(); + + if ($this->enable_cache) { + // Caching enabled, get translated string from cache + if (array_key_exists($string, $this->cache_translations)) + return $this->cache_translations[$string]; + else + return $string; + } else { + // Caching not enabled, try to find string + $num = $this->find_string($string); + if ($num == -1) + return $string; + else + return $this->get_translation_string($num); + } + } + + /** + * Sanitize plural form expression for use in PHP eval call. + * + * @access private + * @return string sanitized plural form expression + */ + function sanitize_plural_expression($expr) { + // Get rid of disallowed characters. + $expr = preg_replace('@[^a-zA-Z0-9_:;\(\)\?\|\&=!<>+*/\%-]@', '', $expr); + + // Add parenthesis for tertiary '?' operator. + $expr .= ';'; + $res = ''; + $p = 0; + for ($i = 0; $i < strlen($expr); $i++) { + $ch = $expr[$i]; + switch ($ch) { + case '?': + $res .= ' ? ('; + $p++; + break; + case ':': + $res .= ') : ('; + break; + case ';': + $res .= str_repeat( ')', $p) . ';'; + $p = 0; + break; + default: + $res .= $ch; + } + } + return $res; + } + + /** + * Parse full PO header and extract only plural forms line. + * + * @access private + * @return string verbatim plural form header field + */ + function extract_plural_forms_header_from_po_header($header) { + if (preg_match("/(^|\n)plural-forms: ([^\n]*)\n/i", $header, $regs)) + $expr = $regs[2]; + else + $expr = "nplurals=2; plural=n == 1 ? 0 : 1;"; + return $expr; + } + + /** + * Get possible plural forms from MO header + * + * @access private + * @return string plural form header + */ + function get_plural_forms() { + // lets assume message number 0 is header + // this is true, right? + $this->load_tables(); + + // cache header field for plural forms + if (! is_string($this->pluralheader)) { + if ($this->enable_cache) { + $header = $this->cache_translations[""]; + } else { + $header = $this->get_translation_string(0); + } + $expr = $this->extract_plural_forms_header_from_po_header($header); + $this->pluralheader = $this->sanitize_plural_expression($expr); + } + return $this->pluralheader; + } + + /** + * Detects which plural form to take + * + * @access private + * @param n count + * @return int array index of the right plural form + */ + function select_string($n) { + $string = $this->get_plural_forms(); + $string = str_replace('nplurals',"\$total",$string); + $string = str_replace("n",$n,$string); + $string = str_replace('plural',"\$plural",$string); + + $total = 0; + $plural = 0; + + eval("$string"); + if ($plural >= $total) $plural = $total - 1; + return $plural; + } + + /** + * Plural version of gettext + * + * @access public + * @param string single + * @param string plural + * @param string number + * @return translated plural form + */ + function ngettext($single, $plural, $number) { + if ($this->short_circuit) { + if ($number != 1) + return $plural; + else + return $single; + } + + // find out the appropriate form + $select = $this->select_string($number); + + // this should contains all strings separated by NULLs + $key = $single . chr(0) . $plural; + + + if ($this->enable_cache) { + if (! array_key_exists($key, $this->cache_translations)) { + return ($number != 1) ? $plural : $single; + } else { + $result = $this->cache_translations[$key]; + $list = explode(chr(0), $result); + return $list[$select]; + } + } else { + $num = $this->find_string($key); + if ($num == -1) { + return ($number != 1) ? $plural : $single; + } else { + $result = $this->get_translation_string($num); + $list = explode(chr(0), $result); + return $list[$select]; + } + } + } + + function pgettext($context, $msgid) { + $key = $context . chr(4) . $msgid; + $ret = $this->translate($key); + if (strpos($ret, "\004") !== FALSE) { + return $msgid; + } else { + return $ret; + } + } + + function npgettext($context, $singular, $plural, $number) { + $key = $context . chr(4) . $singular; + $ret = $this->ngettext($key, $plural, $number); + if (strpos($ret, "\004") !== FALSE) { + return $singular; + } else { + return $ret; + } + + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/php-gettext/streams.php b/htdocs/phpMyAdmin/libraries/php-gettext/streams.php new file mode 100644 index 000000000..3cdc1584e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/php-gettext/streams.php @@ -0,0 +1,167 @@ +. + + This file is part of PHP-gettext. + + PHP-gettext is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + PHP-gettext is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with PHP-gettext; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + + + // Simple class to wrap file streams, string streams, etc. + // seek is essential, and it should be byte stream +class StreamReader { + // should return a string [FIXME: perhaps return array of bytes?] + function read($bytes) { + return false; + } + + // should return new position + function seekto($position) { + return false; + } + + // returns current position + function currentpos() { + return false; + } + + // returns length of entire stream (limit for seekto()s) + function length() { + return false; + } +}; + +class StringReader { + var $_pos; + var $_str; + + function StringReader($str='') { + $this->_str = $str; + $this->_pos = 0; + } + + function read($bytes) { + $data = substr($this->_str, $this->_pos, $bytes); + $this->_pos += $bytes; + if (strlen($this->_str)<$this->_pos) + $this->_pos = strlen($this->_str); + + return $data; + } + + function seekto($pos) { + $this->_pos = $pos; + if (strlen($this->_str)<$this->_pos) + $this->_pos = strlen($this->_str); + return $this->_pos; + } + + function currentpos() { + return $this->_pos; + } + + function length() { + return strlen($this->_str); + } + +}; + + +class FileReader { + var $_pos; + var $_fd; + var $_length; + + function FileReader($filename) { + if (file_exists($filename)) { + + $this->_length=filesize($filename); + $this->_pos = 0; + $this->_fd = fopen($filename,'rb'); + if (!$this->_fd) { + $this->error = 3; // Cannot read file, probably permissions + return false; + } + } else { + $this->error = 2; // File doesn't exist + return false; + } + } + + function read($bytes) { + if ($bytes) { + fseek($this->_fd, $this->_pos); + + // PHP 5.1.1 does not read more than 8192 bytes in one fread() + // the discussions at PHP Bugs suggest it's the intended behaviour + $data = ''; + while ($bytes > 0) { + $chunk = fread($this->_fd, $bytes); + $data .= $chunk; + $bytes -= strlen($chunk); + } + $this->_pos = ftell($this->_fd); + + return $data; + } else return ''; + } + + function seekto($pos) { + fseek($this->_fd, $pos); + $this->_pos = ftell($this->_fd); + return $this->_pos; + } + + function currentpos() { + return $this->_pos; + } + + function length() { + return $this->_length; + } + + function close() { + fclose($this->_fd); + } + +}; + +// Preloads entire file in memory first, then creates a StringReader +// over it (it assumes knowledge of StringReader internals) +class CachedFileReader extends StringReader { + function CachedFileReader($filename) { + if (file_exists($filename)) { + + $length=filesize($filename); + $fd = fopen($filename,'rb'); + + if (!$fd) { + $this->error = 3; // Cannot read file, probably permissions + return false; + } + $this->_str = fread($fd, $length); + fclose($fd); + + } else { + $this->error = 2; // File doesn't exist + return false; + } + } +}; + + +?> diff --git a/htdocs/phpMyAdmin/libraries/plugin_interface.lib.php b/htdocs/phpMyAdmin/libraries/plugin_interface.lib.php new file mode 100644 index 000000000..48dc97577 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/plugin_interface.lib.php @@ -0,0 +1,341 @@ +'; + $default = PMA_pluginGetDefault($section, $cfgname); + foreach ($list as $plugin_name => $val) { + $ret .= '' . PMA_getString($val['text']) . '' . "\n"; + } + $ret .= '' . "\n"; + + // Whether each plugin has to be saved as a file + foreach ($list as $plugin_name => $val) { + $ret .= ''. "\n"; + } + return $ret; +} + +/** + * string PMA_pluginGetOneOption(string $section, string $plugin_name, string $id, array &$opt) + * + * returns single option in a list element + * + * @uses PMA_getString() + * @uses PMA_pluginCheckboxCheck() + * @uses PMA_pluginGetDefault() + * @param string $section name of config section in + * $GLOBALS['cfg'][$section] for plugin + * @param string $plugin_name unique plugin name + * @param string $id option id + * @param array &$opt plugin option details + * @return string table row with option + */ +function PMA_pluginGetOneOption($section, $plugin_name, $id, &$opt) +{ + $ret = "\n"; + if ($opt['type'] == 'bool') { + $ret .= '
                        • ' . "\n"; + $ret .= '' + . PMA_getString($opt['text']) . ''; + } elseif ($opt['type'] == 'text') { + $ret .= '
                        • ' . "\n"; + $ret .= ''; + $ret .= ''; + } elseif ($opt['type'] == 'message_only') { + $ret .= '
                        • ' . "\n"; + $ret .= '

                          ' . PMA_getString($opt['text']) . '

                          '; + } elseif ($opt['type'] == 'select') { + $ret .= '
                        • ' . "\n"; + $ret .= ''; + $ret .= ''; + } elseif ($opt['type'] == 'radio') { + $default = PMA_pluginGetDefault($section, $plugin_name . '_' . $opt['name']); + foreach($opt['values'] as $key => $val) { + $ret .= '
                        • ' + . PMA_getString($val) . '
                        • '; + } + } elseif ($opt['type'] == 'hidden') { + $ret .= '
                        • '; + } elseif ($opt['type'] == 'begin_group') { + $ret .= '
                          '; + if (isset($opt['text'])) { + $ret .= '

                          ' . PMA_getString($opt['text']) . '

                          '; + } + $ret .= '
                            '; + } elseif ($opt['type'] == 'end_group') { + $ret .= '
                          '; + } elseif ($opt['type'] == 'begin_subgroup') { + /* each subgroup can have a header, which may also be a form element */ + $ret .= PMA_pluginGetOneOption($section, $plugin_name, $id, $opt['subgroup_header']) . '
                        • '; + } else { + $ret .= '>'; + } + } elseif ($opt['type'] == 'end_subgroup') { + $ret .= '
                      • '; + } else { + /* This should be seen only by plugin writers, so I do not thing this + * needs translation. */ + $ret .= 'UNKNOWN OPTION ' . $opt['type'] . ' IN IMPORT PLUGIN ' . $plugin_name . '!'; + } + if (isset($opt['doc'])) { + if (count($opt['doc']) == 3) { + $ret .= PMA_showMySQLDocu($opt['doc'][0], $opt['doc'][1], false, $opt['doc'][2]); + } elseif (count($opt['doc']) == 1) { + $ret .= PMA_showDocu($opt['doc'][0]); + } else { + $ret .= PMA_showMySQLDocu($opt['doc'][0], $opt['doc'][1]); + } + } + + // Close the list element after $opt['doc'] link is displayed + if($opt['type'] == 'bool' || $opt['type'] == 'text' || $opt['type'] == 'message_only' || $opt['type'] == 'select') { + $ret .= ''; + } + $ret .= "\n"; + return $ret; +} + +/** + * string PMA_pluginGetOptions(string $section, array &$list) + * + * return html div with editable options for plugin + * + * @uses PMA_getString() + * @uses PMA_pluginGetOneOption() + * @uses PMA_pluginGetDefault(); + * @param string $section name of config section in $GLOBALS['cfg'][$section] + * @param array &$list array with plugin configuration defined in plugin file + * @return string html fieldset with plugin options + */ +function PMA_pluginGetOptions($section, &$list) +{ + $ret = ''; + $default = PMA_pluginGetDefault('Export', 'format'); + // Options for plugins that support them + foreach ($list as $plugin_name => $val) { + $ret .= '
                        '; + $count = 0; + $ret .= '

                        ' . PMA_getString($val['text']) . '

                        '; + if (isset($val['options']) && count($val['options']) > 0) { + foreach ($val['options'] as $id => $opt) { + if ($opt['type'] != 'hidden' && $opt['type'] != 'begin_group' && $opt['type'] != 'end_group' && $opt['type'] != 'begin_subgroup' && $opt['type'] != 'end_subgroup') { + $count++; + } + $ret .= PMA_pluginGetOneOption($section, $plugin_name, $id, $opt); + } + } + if ($count == 0) { + $ret .= '

                        ' . __('This format has no options') . '

                        '; + } + $ret .= '
                        '; + } + return $ret; +} diff --git a/htdocs/phpMyAdmin/libraries/relation.lib.php b/htdocs/phpMyAdmin/libraries/relation.lib.php new file mode 100644 index 000000000..9588853f9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/relation.lib.php @@ -0,0 +1,1183 @@ +' . __('not OK') + . '
                        [ ' + . __('Documentation') . ' ]'; + + $messages['ok'] = '' . __('OK') . ''; + $messages['enabled'] = '' . __('Enabled') . ''; + $messages['disabled'] = '' . __('Disabled') . ''; + + if (false === $GLOBALS['cfg']['Server']['pmadb']) { + echo 'PMA Database ... ' + . sprintf($messages['error'], 'pmadb') + . '
                        ' . "\n" + . __('General relation features') + . ' ' . __('Disabled') + . '' . "\n"; + return; + } + + echo '' . "\n"; + + PMA_printDiagMessageForParameter('pmadb', $GLOBALS['cfg']['Server']['pmadb'], $messages, 'pmadb'); + + PMA_printDiagMessageForParameter('relation', isset($cfgRelation['relation']), $messages, 'relation'); + + PMA_printDiagMessageForFeature(__('General relation features'), 'relwork', $messages); + + PMA_printDiagMessageForParameter('table_info', isset($cfgRelation['table_info']), $messages, 'table_info'); + + PMA_printDiagMessageForFeature(__('Display Features'), 'displaywork', $messages); + + PMA_printDiagMessageForParameter('table_coords', isset($cfgRelation['table_coords']), $messages, 'table_coords'); + + PMA_printDiagMessageForParameter('pdf_pages', isset($cfgRelation['pdf_pages']), $messages, 'table_coords'); + + PMA_printDiagMessageForFeature(__('Creation of PDFs'), 'pdfwork', $messages); + + PMA_printDiagMessageForParameter('column_info', isset($cfgRelation['column_info']), $messages, 'col_com'); + + PMA_printDiagMessageForFeature(__('Displaying Column Comments'), 'commwork', $messages, false); + + PMA_printDiagMessageForFeature(__('Browser transformation'), 'mimework', $messages); + + if ($cfgRelation['commwork'] && ! $cfgRelation['mimework']) { + echo '' . "\n"; + } + + PMA_printDiagMessageForParameter('bookmarktable', isset($cfgRelation['bookmark']), $messages, 'bookmark'); + + PMA_printDiagMessageForFeature(__('Bookmarked SQL query'), 'bookmarkwork', $messages); + + PMA_printDiagMessageForParameter('history', isset($cfgRelation['history']), $messages, 'history'); + + PMA_printDiagMessageForFeature(__('SQL history'), 'historywork', $messages); + + PMA_printDiagMessageForParameter('designer_coords', isset($cfgRelation['designer_coords']), $messages, 'designer_coords'); + + PMA_printDiagMessageForFeature(__('Designer'), 'designerwork', $messages); + + PMA_printDiagMessageForParameter('tracking', isset($cfgRelation['tracking']), $messages, 'tracking'); + + PMA_printDiagMessageForFeature(__('Tracking'), 'trackingwork', $messages); + + PMA_printDiagMessageForParameter('userconfig', isset($cfgRelation['userconfig']), $messages, 'userconfig'); + + PMA_printDiagMessageForFeature(__('User preferences'), 'userconfigwork', $messages); + + echo '
                        ' . __('Please see the documentation on how to update your column_comments table') . '
                        ' . "\n"; + + echo '

                        ' . __('Quick steps to setup advanced features:') . '

                        '; + echo '
                          '; + echo '
                        • ' . __('Create the needed tables with the script/create_tables.sql.') . ' ' . PMA_showDocu('linked-tables') . '
                        • '; + echo '
                        • ' . __('Create a pma user and give access to these tables.') . ' ' . PMA_showDocu('pmausr') . '
                        • '; + echo '
                        • ' . __('Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php.') . ' ' . PMA_showDocu('quick_install') . '
                        • '; + echo '
                        • ' . __('Re-login to phpMyAdmin to load the updated configuration file.') . '
                        • '; + echo '
                        '; +} + +/** + * prints out one diagnostic message for a feature + * + * @param string feature name in a message string + * @param string the $GLOBALS['cfgRelation'] parameter to check + * @param array utility messages + * @param boolean whether to skip a line after the message + */ +function PMA_printDiagMessageForFeature($feature_name, $relation_parameter, $messages, $skip_line=true) +{ + echo ' ' . $feature_name . ': ' + . ($GLOBALS['cfgRelation'][$relation_parameter] ? $messages['enabled'] : $messages['disabled']) + . '' . "\n"; + if ($skip_line) { + echo '  ' . "\n"; + } +} + +/** + * prints out one diagnostic message for a configuration parameter + * + * @param string config parameter name to display + * @param boolean whether this parameter is set + * @param array utility messages + * @param string anchor in Documentation.html + */ +function PMA_printDiagMessageForParameter($parameter, $relation_parameter_set, $messages, $doc_anchor) +{ + echo ' '; + echo '$cfg[\'Servers\'][$i][\'' . $parameter . '\'] ... '; + echo ($relation_parameter_set ? $messages['ok'] : sprintf($messages['error'], $doc_anchor)) . '' . "\n"; +} + + +/** + * Defines the relation parameters for the current user + * just a copy of the functions used for relations ;-) + * but added some stuff to check what will work + * + * @uses $cfg['Server']['user'] + * @uses $cfg['Server']['pmadb'] + * @uses $cfg['Server']['verbose_check'] + * @uses $GLOBALS['server'] + * @uses $GLOBALS['controllink'] + * @uses PMA_DBI_QUERY_STORE + * @uses PMA_DBI_select_db() + * @uses PMA_backquote() + * @uses PMA_query_as_controluser() + * @uses PMA_DBI_fetch_row() + * @uses PMA_DBI_free_result() + * @access protected + * @return array the relation parameters for the current user + */ +function PMA__getRelationsParam() +{ + $cfgRelation = array(); + $cfgRelation['relwork'] = false; + $cfgRelation['displaywork'] = false; + $cfgRelation['bookmarkwork']= false; + $cfgRelation['pdfwork'] = false; + $cfgRelation['commwork'] = false; + $cfgRelation['mimework'] = false; + $cfgRelation['historywork'] = false; + $cfgRelation['trackingwork'] = false; + $cfgRelation['designerwork'] = false; + $cfgRelation['userconfigwork'] = false; + $cfgRelation['allworks'] = false; + $cfgRelation['user'] = null; + $cfgRelation['db'] = null; + + if ($GLOBALS['server'] == 0 || empty($GLOBALS['cfg']['Server']['pmadb']) + || ! PMA_DBI_select_db($GLOBALS['cfg']['Server']['pmadb'], $GLOBALS['controllink'])) { + // No server selected -> no bookmark table + // we return the array with the falses in it, + // to avoid some 'Unitialized string offset' errors later + $GLOBALS['cfg']['Server']['pmadb'] = false; + return $cfgRelation; + } + + + $cfgRelation['user'] = $GLOBALS['cfg']['Server']['user']; + $cfgRelation['db'] = $GLOBALS['cfg']['Server']['pmadb']; + + // Now I just check if all tables that i need are present so I can for + // example enable relations but not pdf... + // I was thinking of checking if they have all required columns but I + // fear it might be too slow + + $tab_query = 'SHOW TABLES FROM ' . PMA_backquote($GLOBALS['cfg']['Server']['pmadb']); + $tab_rs = PMA_query_as_controluser($tab_query, false, PMA_DBI_QUERY_STORE); + + if (! $tab_rs) { + // query failed ... ? + //$GLOBALS['cfg']['Server']['pmadb'] = false; + return $cfgRelation; + } + + while ($curr_table = @PMA_DBI_fetch_row($tab_rs)) { + if ($curr_table[0] == $GLOBALS['cfg']['Server']['bookmarktable']) { + $cfgRelation['bookmark'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['relation']) { + $cfgRelation['relation'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['table_info']) { + $cfgRelation['table_info'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['table_coords']) { + $cfgRelation['table_coords'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['designer_coords']) { + $cfgRelation['designer_coords'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['column_info']) { + $cfgRelation['column_info'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['pdf_pages']) { + $cfgRelation['pdf_pages'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['history']) { + $cfgRelation['history'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['tracking']) { + $cfgRelation['tracking'] = $curr_table[0]; + } elseif ($curr_table[0] == $GLOBALS['cfg']['Server']['userconfig']) { + $cfgRelation['userconfig'] = $curr_table[0]; + } + } // end while + PMA_DBI_free_result($tab_rs); + + if (isset($cfgRelation['relation'])) { + $cfgRelation['relwork'] = true; + if (isset($cfgRelation['table_info'])) { + $cfgRelation['displaywork'] = true; + } + } + if (isset($cfgRelation['table_coords']) && isset($cfgRelation['pdf_pages'])) { + $cfgRelation['pdfwork'] = true; + } + if (isset($cfgRelation['column_info'])) { + $cfgRelation['commwork'] = true; + + if ($GLOBALS['cfg']['Server']['verbose_check']) { + $mime_query = 'SHOW FIELDS FROM ' + . PMA_backquote($cfgRelation['db']) . '.' + . PMA_backquote($cfgRelation['column_info']); + $mime_rs = PMA_query_as_controluser($mime_query, false); + + $mime_field_mimetype = false; + $mime_field_transformation = false; + $mime_field_transformation_options = false; + while ($curr_mime_field = @PMA_DBI_fetch_row($mime_rs)) { + if ($curr_mime_field[0] == 'mimetype') { + $mime_field_mimetype = true; + } elseif ($curr_mime_field[0] == 'transformation') { + $mime_field_transformation = true; + } elseif ($curr_mime_field[0] == 'transformation_options') { + $mime_field_transformation_options = true; + } + } + PMA_DBI_free_result($mime_rs); + + if ($mime_field_mimetype + && $mime_field_transformation + && $mime_field_transformation_options) { + $cfgRelation['mimework'] = true; + } + } else { + $cfgRelation['mimework'] = true; + } + } + + if (isset($cfgRelation['history'])) { + $cfgRelation['historywork'] = true; + } + + if (isset($cfgRelation['tracking'])) { + $cfgRelation['trackingwork'] = true; + } + + if (isset($cfgRelation['userconfig'])) { + $cfgRelation['userconfigwork'] = true; + } + + // we do not absolutely need that the internal relations or the PDF + // schema feature be activated + if (isset($cfgRelation['designer_coords'])) { + $cfgRelation['designerwork'] = true; + } + + if (isset($cfgRelation['bookmark'])) { + $cfgRelation['bookmarkwork'] = true; + } + + if ($cfgRelation['relwork'] && $cfgRelation['displaywork'] + && $cfgRelation['pdfwork'] && $cfgRelation['commwork'] + && $cfgRelation['mimework'] && $cfgRelation['historywork'] + && $cfgRelation['trackingwork'] && $cfgRelation['userconfigwork'] + && $cfgRelation['bookmarkwork'] && $cfgRelation['designerwork']) { + $cfgRelation['allworks'] = true; + } + + return $cfgRelation; +} // end of the 'PMA_getRelationsParam()' function + +/** + * Gets all Relations to foreign tables for a given table or + * optionally a given column in a table + * + * @access public + * @uses $GLOBALS['controllink'] + * @uses $GLOBALS['information_schema_relations'] + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_DBI_fetch_result() + * @uses PMA_DBI_fetch_value() + * @uses PMA_SQP_analyze() + * @uses PMA_SQP_parse() + * @uses count() + * @uses strlen() + * @param string $db the name of the db to check for + * @param string $table the name of the table to check for + * @param string $column the name of the column to check for + * @param string $source the source for foreign key information + * @return array db,table,column + */ +function PMA_getForeigners($db, $table, $column = '', $source = 'both') +{ + $cfgRelation = PMA_getRelationsParam(); + $foreign = array(); + + if ($cfgRelation['relwork'] && ($source == 'both' || $source == 'internal')) { + $rel_query = ' + SELECT `master_field`, + `foreign_db`, + `foreign_table`, + `foreign_field` + FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['relation']) . ' + WHERE `master_db` = \'' . PMA_sqlAddslashes($db) . '\' + AND `master_table` = \'' . PMA_sqlAddslashes($table) . '\' '; + if (strlen($column)) { + $rel_query .= ' AND `master_field` = \'' . PMA_sqlAddslashes($column) . '\''; + } + $foreign = PMA_DBI_fetch_result($rel_query, 'master_field', null, $GLOBALS['controllink']); + } + + if (($source == 'both' || $source == 'foreign') && strlen($table)) { + $show_create_table_query = 'SHOW CREATE TABLE ' + . PMA_backquote($db) . '.' . PMA_backquote($table); + $show_create_table = PMA_DBI_fetch_value($show_create_table_query, 0, 1); + $analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table)); + + foreach ($analyzed_sql[0]['foreign_keys'] as $one_key) { + // The analyzer may return more than one column name in the + // index list or the ref_index_list; if this happens, + // the current logic just discards the whole index; having + // more than one index field is currently unsupported (see FAQ 3.6) + if (count($one_key['index_list']) == 1) { + foreach ($one_key['index_list'] as $i => $field) { + // If a foreign key is defined in the 'internal' source (pmadb) + // and as a native foreign key, we won't get it twice + // if $source='both' because we use $field as key + + // The parser looks for a CONSTRAINT clause just before + // the FOREIGN KEY clause. It finds it (as output from + // SHOW CREATE TABLE) in MySQL 4.0.13, but not in older + // versions like 3.23.58. + // In those cases, the FOREIGN KEY parsing will put numbers + // like -1, 0, 1... instead of the constraint number. + + if (isset($one_key['constraint'])) { + $foreign[$field]['constraint'] = $one_key['constraint']; + } + + if (isset($one_key['ref_db_name'])) { + $foreign[$field]['foreign_db'] = $one_key['ref_db_name']; + } else { + $foreign[$field]['foreign_db'] = $db; + } + $foreign[$field]['foreign_table'] = $one_key['ref_table_name']; + $foreign[$field]['foreign_field'] = $one_key['ref_index_list'][$i]; + if (isset($one_key['on_delete'])) { + $foreign[$field]['on_delete'] = $one_key['on_delete']; + } + if (isset($one_key['on_update'])) { + $foreign[$field]['on_update'] = $one_key['on_update']; + } + } + } + } + } + + /** + * Emulating relations for some information_schema tables + */ + if ($db == 'information_schema' + && ($source == 'internal' || $source == 'both')) { + require_once './libraries/information_schema_relations.lib.php'; + + if (isset($GLOBALS['information_schema_relations'][$table])) { + foreach ($GLOBALS['information_schema_relations'][$table] as $field => $relations) { + if ((! strlen($column) || $column == $field) + && (! isset($foreign[$field]) || ! strlen($foreign[$field]))) { + $foreign[$field] = $relations; + } + } + } + } + + return $foreign; +} // end of the 'PMA_getForeigners()' function + +/** + * Gets the display field of a table + * + * @access public + * @uses $GLOBALS['controllink'] + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_DBI_fetch_single_row() + * @uses trim() + * @param string $db the name of the db to check for + * @param string $table the name of the table to check for + * @return string field name + */ +function PMA_getDisplayField($db, $table) +{ + $cfgRelation = PMA_getRelationsParam(); + + /** + * Try to fetch the display field from DB. + */ + if ($cfgRelation['displaywork']) { + $disp_query = ' + SELECT `display_field` + FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['table_info']) . ' + WHERE `db_name` = \'' . PMA_sqlAddslashes($db) . '\' + AND `table_name` = \'' . PMA_sqlAddslashes($table) . '\''; + + $row = PMA_DBI_fetch_single_row($disp_query, 'ASSOC', $GLOBALS['controllink']); + if (isset($row['display_field'])) { + return $row['display_field']; + } + } + + /** + * Emulating the display field for some information_schema tables. + */ + if ($db == 'information_schema') { + switch ($table) { + case 'CHARACTER_SETS': return 'DESCRIPTION'; + case 'TABLES': return 'TABLE_COMMENT'; + } + } + + /** + * No Luck... + */ + return false; + +} // end of the 'PMA_getDisplayField()' function + +/** + * Gets the comments for all rows of a table or the db itself + * + * @access public + * @uses PMA_DBI_get_fields() + * @uses PMA_getDbComment() + * @param string the name of the db to check for + * @param string the name of the table to check for + * @return array [field_name] = comment + */ +function PMA_getComments($db, $table = '') +{ + $comments = array(); + + if ($table != '') { + // MySQL native column comments + $fields = PMA_DBI_get_fields($db, $table); + if ($fields) { + foreach ($fields as $key => $field) { + if (! empty($field['Comment'])) { + $comments[$field['Field']] = $field['Comment']; + } + } + } + } else { + $comments[] = PMA_getDbComment($db); + } + + return $comments; +} // end of the 'PMA_getComments()' function + +/** + * Gets the comment for a db + * + * @access public + * @uses PMA_DBI_QUERY_STORE + * @uses PMA_DBI_num_rows() + * @uses PMA_DBI_fetch_assoc() + * @uses PMA_DBI_free_result() + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_query_as_controluser() + * @uses strlen() + * @param string the name of the db to check for + * @return string comment + */ +function PMA_getDbComment($db) +{ + $cfgRelation = PMA_getRelationsParam(); + $comment = ''; + + if ($cfgRelation['commwork']) { + // pmadb internal db comment + $com_qry = " + SELECT `comment` + FROM " . PMA_backquote($cfgRelation['db']) . "." . PMA_backquote($cfgRelation['column_info']) . " + WHERE db_name = '" . PMA_sqlAddslashes($db) . "' + AND table_name = '' + AND column_name = '(db_comment)'"; + $com_rs = PMA_query_as_controluser($com_qry, true, PMA_DBI_QUERY_STORE); + + if ($com_rs && PMA_DBI_num_rows($com_rs) > 0) { + $row = PMA_DBI_fetch_assoc($com_rs); + $comment = $row['comment']; + } + PMA_DBI_free_result($com_rs); + } + + return $comment; +} // end of the 'PMA_getDbComment()' function + +/** + * Gets the comment for a db + * + * @access public + * @uses PMA_DBI_QUERY_STORE + * @uses PMA_DBI_num_rows() + * @uses PMA_DBI_fetch_assoc() + * @uses PMA_DBI_free_result() + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_query_as_controluser() + * @uses strlen() + * @param string the name of the db to check for + * @return string comment + */ +function PMA_getDbComments() +{ + $cfgRelation = PMA_getRelationsParam(); + $comments = array(); + + if ($cfgRelation['commwork']) { + // pmadb internal db comment + $com_qry = " + SELECT `db_name`, `comment` + FROM " . PMA_backquote($cfgRelation['db']) . "." . PMA_backquote($cfgRelation['column_info']) . " + WHERE `column_name` = '(db_comment)'"; + $com_rs = PMA_query_as_controluser($com_qry, true, PMA_DBI_QUERY_STORE); + + if ($com_rs && PMA_DBI_num_rows($com_rs) > 0) { + while ($row = PMA_DBI_fetch_assoc($com_rs)) { + $comments[$row['db_name']] = $row['comment']; + } + } + PMA_DBI_free_result($com_rs); + } + + return $comments; +} // end of the 'PMA_getDbComments()' function + +/** + * Set a database comment to a certain value. + * + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_query_as_controluser() + * @uses strlen() + * @access public + * @param string $db the name of the db + * @param string $comment the value of the column + * @return boolean true, if comment-query was made. + */ +function PMA_setDbComment($db, $comment = '') +{ + $cfgRelation = PMA_getRelationsParam(); + + if (! $cfgRelation['commwork']) { + return false; + } + + if (strlen($comment)) { + $upd_query = " + INSERT INTO + " . PMA_backquote($cfgRelation['db']) . "." . PMA_backquote($cfgRelation['column_info']) . " + (`db_name`, `table_name`, `column_name`, `comment`) + VALUES ( + '" . PMA_sqlAddslashes($db) . "', + '', + '(db_comment)', + '" . PMA_sqlAddslashes($comment) . "') + ON DUPLICATE KEY UPDATE + `comment` = '" . PMA_sqlAddslashes($comment) . "'"; + } else { + $upd_query = ' + DELETE FROM + ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . ' + WHERE `db_name` = \'' . PMA_sqlAddslashes($db) . '\' + AND `table_name` = \'\' + AND `column_name` = \'(db_comment)\''; + } + + if (isset($upd_query)){ + return PMA_query_as_controluser($upd_query); + } + + return false; +} // end of 'PMA_setDbComment()' function + +/** + * Set a SQL history entry + * + * @uses $_SESSION['sql_history'] + * @uses $cfg['QueryHistoryDB'] + * @uses $cfg['QueryHistoryMax'] + * @uses PMA_getRelationsParam() + * @uses PMA_query_as_controluser() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses count() + * @uses md5() + * @uses array_shift() + * @param string $db the name of the db + * @param string $table the name of the table + * @param string $username the username + * @param string $sqlquery the sql query + * @access public + */ +function PMA_setHistory($db, $table, $username, $sqlquery) +{ + if (strlen($sqlquery) > $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) { + return; + } + + $cfgRelation = PMA_getRelationsParam(); + + if (! isset($_SESSION['sql_history'])) { + $_SESSION['sql_history'] = array(); + } + + $key = md5($sqlquery . $db . $table); + + if (isset($_SESSION['sql_history'][$key])) { + unset($_SESSION['sql_history'][$key]); + } + + $_SESSION['sql_history'][$key] = array( + 'db' => $db, + 'table' => $table, + 'sqlquery' => $sqlquery, + ); + + if (count($_SESSION['sql_history']) > $GLOBALS['cfg']['QueryHistoryMax']) { + // history should not exceed a maximum count + array_shift($_SESSION['sql_history']); + } + + if (! $cfgRelation['historywork'] || ! $GLOBALS['cfg']['QueryHistoryDB']) { + return; + } + + PMA_query_as_controluser(' + INSERT INTO + ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . ' + (`username`, + `db`, + `table`, + `timevalue`, + `sqlquery`) + VALUES + (\'' . PMA_sqlAddslashes($username) . '\', + \'' . PMA_sqlAddslashes($db) . '\', + \'' . PMA_sqlAddslashes($table) . '\', + NOW(), + \'' . PMA_sqlAddslashes($sqlquery) . '\')'); +} // end of 'PMA_setHistory()' function + +/** + * Gets a SQL history entry + * + * @uses $_SESSION['sql_history'] + * @uses $GLOBALS['controllink'] + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_DBI_fetch_result() + * @uses array_reverse() + * @param string $username the username + * @return array list of history items + * @access public + */ +function PMA_getHistory($username) +{ + $cfgRelation = PMA_getRelationsParam(); + + if (! $cfgRelation['historywork']) { + return false; + } + + $hist_query = ' + SELECT `db`, + `table`, + `sqlquery` + FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . ' + WHERE `username` = \'' . PMA_sqlAddslashes($username) . '\' + ORDER BY `id` DESC'; + + return PMA_DBI_fetch_result($hist_query, null, null, $GLOBALS['controllink']); +} // end of 'PMA_getHistory()' function + +/** + * purges SQL history + * + * deletes entries that exceeds $cfg['QueryHistoryMax'], oldest first, for the + * given user + * + * @uses $cfg['QueryHistoryMax'] + * @uses $cfg['QueryHistoryDB'] + * @uses $GLOBALS['controllink'] + * @uses PMA_backquote() + * @uses PMA_sqlAddSlashes() + * @uses PMA_query_as_controluser() + * @uses PMA_DBI_fetch_value() + * @param string $username the username + * @access public + */ +function PMA_purgeHistory($username) +{ + $cfgRelation = PMA_getRelationsParam(); + if (! $GLOBALS['cfg']['QueryHistoryDB'] || ! $cfgRelation['historywork']) { + return; + } + + if (! $cfgRelation['historywork']) { + return; + } + + $search_query = ' + SELECT `timevalue` + FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . ' + WHERE `username` = \'' . PMA_sqlAddSlashes($username) . '\' + ORDER BY `timevalue` DESC + LIMIT ' . $GLOBALS['cfg']['QueryHistoryMax'] . ', 1'; + + if ($max_time = PMA_DBI_fetch_value($search_query, 0, 0, $GLOBALS['controllink'])) { + PMA_query_as_controluser(' + DELETE FROM + ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . ' + WHERE `username` = \'' . PMA_sqlAddSlashes($username) . '\' + AND `timevalue` <= \'' . $max_time . '\''); + } +} // end of 'PMA_purgeHistory()' function + +/** + * Prepares the dropdown for one mode + * + * @uses $cfg['LimitChars'] + * @uses $cfg['NaturalOrder'] + * @uses PMA_strlen() + * @uses htmlspecialchars() + * @uses substr() + * @uses uksort() + * @uses ksort() + * @uses natcasesort() + * @uses asort() + * @param array $foreign the keys and values for foreigns + * @param string $data the current data of the dropdown + * @param string $mode the needed mode + * + * @return array the '; + } elseif ($mode == 'id-content') { + $reloptions[] = $reloption . '>' . htmlspecialchars($key) . ' - ' . $value . ''; + } elseif ($mode == 'id-only') { + $reloptions[] = $reloption . '>' . htmlspecialchars($key) . ''; + } + } // end foreach + + return $reloptions; +} // end of 'PMA__foreignDropdownBuild' function + +/** + * Outputs dropdown with values of foreign fields + * + * @uses $cfg['ForeignKeyMaxLimit'] + * @uses $cfg['ForeignKeyDropdownOrder'] + * @uses PMA__foreignDropdownBuild() + * @uses PMA_isValid() + * @uses implode() + * @param array array of the displayed row + * @param string the foreign field + * @param string the foreign field to display + * @param string the current data of the dropdown (field in row) + * @return string the '; + $top_count = count($top); + if ($max == -1 || $top_count < $max) { + $ret .= implode('', $top); + if ($foreign_display && $top_count > 0) { + // this empty option is to visually mark the beginning of the + // second series of values (bottom) + $ret .= ''; + } + } + if ($foreign_display) { + $ret .= implode('', $bottom); + } + + return $ret; +} // end of 'PMA_foreignDropdown()' function + +/** + * Gets foreign keys in preparation for a drop-down selector + * + * @uses PMA_Table::countRecords() + * @uses PMA_backquote() + * @uses PMA_getDisplayField() + * @uses PMA_sqlAddslashes() + * @uses PMA_DBI_fetch_value() + * @uses PMA_DBI_free_result() + * @uses PMA_DBI_query() + * @uses PMA_DBI_num_rows() + * @uses PMA_DBI_fetch_assoc() + * @param array array of the foreign keys + * @param string the foreign field name + * @param bool whether to override the total + * @param string a possible filter + * @param string a possible LIMIT clause + * @return array data about the foreign keys + * @access public + */ + +function PMA_getForeignData($foreigners, $field, $override_total, $foreign_filter, $foreign_limit) +{ + // we always show the foreign field in the drop-down; if a display + // field is defined, we show it besides the foreign field + $foreign_link = false; + if ($foreigners && isset($foreigners[$field])) { + $foreigner = $foreigners[$field]; + $foreign_db = $foreigner['foreign_db']; + $foreign_table = $foreigner['foreign_table']; + $foreign_field = $foreigner['foreign_field']; + + // Count number of rows in the foreign table. Currently we do + // not use a drop-down if more than 200 rows in the foreign table, + // for speed reasons and because we need a better interface for this. + // + // We could also do the SELECT anyway, with a LIMIT, and ensure that + // the current value of the field is one of the choices. + + $the_total = PMA_Table::countRecords($foreign_db, $foreign_table); + + if ($override_total == true || $the_total < $GLOBALS['cfg']['ForeignKeyMaxLimit']) { + // foreign_display can be FALSE if no display field defined: + $foreign_display = PMA_getDisplayField($foreign_db, $foreign_table); + + $f_query_main = 'SELECT ' . PMA_backquote($foreign_field) + . (($foreign_display == FALSE) ? '' : ', ' . PMA_backquote($foreign_display)); + $f_query_from = ' FROM ' . PMA_backquote($foreign_db) . '.' . PMA_backquote($foreign_table); + $f_query_filter = empty($foreign_filter) ? '' : ' WHERE ' . PMA_backquote($foreign_field) + . ' LIKE "%' . PMA_sqlAddslashes($foreign_filter, TRUE) . '%"' + . (($foreign_display == FALSE) ? '' : ' OR ' . PMA_backquote($foreign_display) + . ' LIKE "%' . PMA_sqlAddslashes($foreign_filter, TRUE) . '%"' + ); + $f_query_order = ($foreign_display == FALSE) ? '' :' ORDER BY ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($foreign_display); + $f_query_limit = isset($foreign_limit) ? $foreign_limit : ''; + + if (!empty($foreign_filter)) { + $res = PMA_DBI_query('SELECT COUNT(*)' . $f_query_from . $f_query_filter); + if ($res) { + $the_total = PMA_DBI_fetch_value($res); + @PMA_DBI_free_result($res); + } else { + $the_total = 0; + } + } + + $disp = PMA_DBI_query($f_query_main . $f_query_from . $f_query_filter . $f_query_order . $f_query_limit); + if ($disp && PMA_DBI_num_rows($disp) > 0) { + // If a resultset has been created, pre-cache it in the $disp_row array + // This helps us from not needing to use mysql_data_seek by accessing a pre-cached + // PHP array. Usually those resultsets are not that big, so a performance hit should + // not be expected. + $disp_row = array(); + while ($single_disp_row = @PMA_DBI_fetch_assoc($disp)) { + $disp_row[] = $single_disp_row; + } + @PMA_DBI_free_result($disp); + } + } else { + $disp_row = null; + $foreign_link = true; + } + } // end if $foreigners + + $foreignData['foreign_link'] = $foreign_link; + $foreignData['the_total'] = isset($the_total) ? $the_total : null; + $foreignData['foreign_display'] = isset($foreign_display) ? $foreign_display : null; + $foreignData['disp_row'] = isset($disp_row) ? $disp_row : null; + $foreignData['foreign_field'] = isset($foreign_field) ? $foreign_field : null; + return $foreignData; +} // end of 'PMA_getForeignData()' function + +/** + * Finds all related tables + * + * @uses $GLOBALS['controllink'] + * @uses $GLOBALS['cfgRelation'] + * @uses $GLOBALS['db'] + * @param string whether to go from master to foreign or vice versa + * @return boolean always TRUE + * @global array $tab_left the list of tables that we still couldn't connect + * @global array $tab_know the list of allready connected tables + * @global string $fromclause + * + * @access private + */ +function PMA_getRelatives($from) +{ + global $tab_left, $tab_know, $fromclause; + + if ($from == 'master') { + $to = 'foreign'; + } else { + $to = 'master'; + } + $in_know = '(\'' . implode('\', \'', $tab_know) . '\')'; + $in_left = '(\'' . implode('\', \'', $tab_left) . '\')'; + + $rel_query = 'SELECT *' + . ' FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) + . '.' . PMA_backquote($GLOBALS['cfgRelation']['relation']) + . ' WHERE ' . $from . '_db = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'' + . ' AND ' . $to . '_db = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'' + . ' AND ' . $from . '_table IN ' . $in_know + . ' AND ' . $to . '_table IN ' . $in_left; + $relations = @PMA_DBI_query($rel_query, $GLOBALS['controllink']); + while ($row = PMA_DBI_fetch_assoc($relations)) { + $found_table = $row[$to . '_table']; + if (isset($tab_left[$found_table])) { + $fromclause + .= "\n" . ' LEFT JOIN ' + . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($row[$to . '_table']) . ' ON ' + . PMA_backquote($row[$from . '_table']) . '.' + . PMA_backquote($row[$from . '_field']) . ' = ' + . PMA_backquote($row[$to . '_table']) . '.' + . PMA_backquote($row[$to . '_field']) . ' '; + $tab_know[$found_table] = $found_table; + unset($tab_left[$found_table]); + } + } // end while + + return true; +} // end of the "PMA_getRelatives()" function + +/** + * Rename a field in relation tables + * + * usually called after a field in a table was renamed in tbl_alter.php + * + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_query_as_controluser() + * @param string $db + * @param string $table + * @param string $field + * @param string $new_name + */ +function PMA_REL_renameField($db, $table, $field, $new_name) +{ + $cfgRelation = PMA_getRelationsParam(); + + if ($cfgRelation['displaywork']) { + $table_query = 'UPDATE ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['table_info']) + . ' SET display_field = \'' . PMA_sqlAddslashes($new_name) . '\'' + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\'' + . ' AND display_field = \'' . PMA_sqlAddslashes($field) . '\''; + PMA_query_as_controluser($table_query); + } + + if ($cfgRelation['relwork']) { + $table_query = 'UPDATE ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['relation']) + . ' SET master_field = \'' . PMA_sqlAddslashes($new_name) . '\'' + . ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\'' + . ' AND master_field = \'' . PMA_sqlAddslashes($field) . '\''; + PMA_query_as_controluser($table_query); + + $table_query = 'UPDATE ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['relation']) + . ' SET foreign_field = \'' . PMA_sqlAddslashes($new_name) . '\'' + . ' WHERE foreign_db = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND foreign_table = \'' . PMA_sqlAddslashes($table) . '\'' + . ' AND foreign_field = \'' . PMA_sqlAddslashes($field) . '\''; + PMA_query_as_controluser($table_query); + } // end if relwork +} + +/** + * Create a PDF page + * + * @uses PMA_backquote() + * @uses $GLOBALS['cfgRelation']['db'] + * @uses PMA_sqlAddslashes() + * @uses PMA_query_as_controluser() + * @uses PMA_DBI_insert_id() + * @uses $GLOBALS['controllink'] + * @param string $newpage + * @param array $cfgRelation + * @param string $db + * @param string $query_default_option + * @return string $pdf_page_number + */ +function PMA_REL_create_page($newpage, $cfgRelation, $db, $query_default_option) { + if (! isset($newpage) || $newpage == '') { + $newpage = __('no description'); + } + $ins_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages']) + . ' (db_name, page_descr)' + . ' VALUES (\'' . PMA_sqlAddslashes($db) . '\', \'' . PMA_sqlAddslashes($newpage) . '\')'; + PMA_query_as_controluser($ins_query, FALSE, $query_default_option); + return PMA_DBI_insert_id(isset($GLOBALS['controllink']) ? $GLOBALS['controllink'] : ''); +} +?> diff --git a/htdocs/phpMyAdmin/libraries/relation_cleanup.lib.php b/htdocs/phpMyAdmin/libraries/relation_cleanup.lib.php new file mode 100644 index 000000000..476d46c68 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/relation_cleanup.lib.php @@ -0,0 +1,171 @@ + diff --git a/htdocs/phpMyAdmin/libraries/replication.inc.php b/htdocs/phpMyAdmin/libraries/replication.inc.php new file mode 100644 index 000000000..45fd07dc9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/replication.inc.php @@ -0,0 +1,391 @@ + 'No', + 'Slave_SQL_Running' => 'No', +); +$slave_variables_oks = array( + 'Slave_IO_Running' => 'Yes', + 'Slave_SQL_Running' => 'Yes', +); + +// check which replication is available and set $server_{master/slave}_status and assign values + +// replication info is more easily passed to functions +/* + * @todo use $replication_info everywhere instead of the generated variable names + */ +$replication_info = array(); + +foreach ($replication_types as $type) { + if (count(${"server_{$type}_replication"}) > 0) { + ${"server_{$type}_status"} = true; + $replication_info[$type]['status'] = true; + } else { + ${"server_{$type}_status"} = false; + $replication_info[$type]['status'] = false; + } + if (${"server_{$type}_status"}) { + if ($type == "master") { + ${"server_{$type}_Do_DB"} = explode(",", $server_master_replication[0]["Binlog_Do_DB"]); + $replication_info[$type]['Do_DB'] = ${"server_{$type}_Do_DB"}; + + ${"server_{$type}_Ignore_DB"} = explode(",", $server_master_replication[0]["Binlog_Ignore_DB"]); + $replication_info[$type]['Ignore_DB'] = ${"server_{$type}_Ignore_DB"}; + } elseif ($type == "slave") { + ${"server_{$type}_Do_DB"} = explode(",", $server_slave_replication[0]["Replicate_Do_DB"]); + $replication_info[$type]['Do_DB'] = ${"server_{$type}_Do_DB"}; + + ${"server_{$type}_Ignore_DB"} = explode(",", $server_slave_replication[0]["Replicate_Ignore_DB"]); + $replication_info[$type]['Ignore_DB'] = ${"server_{$type}_Ignore_DB"}; + + ${"server_{$type}_Do_Table"} = explode(",", $server_slave_replication[0]["Replicate_Do_Table"]); + $replication_info[$type]['Do_Table'] = ${"server_{$type}_Do_Table"}; + + ${"server_{$type}_Ignore_Table"} = explode(",", $server_slave_replication[0]["Replicate_Ignore_Table"]); + $replication_info[$type]['Ignore_Table'] = ${"server_{$type}_Ignore_Table"}; + + ${"server_{$type}_Wild_Do_Table"} = explode(",", $server_slave_replication[0]["Replicate_Wild_Do_Table"]); + $replication_info[$type]['Wild_Do_Table'] = ${"server_{$type}_Wild_Do_Table"}; + + ${"server_{$type}_Wild_Ignore_Table"} = explode(",", $server_slave_replication[0]["Replicate_Wild_Ignore_Table"]); + $replication_info[$type]['Wild_Ignore_Table'] = ${"server_{$type}_Wild_Ignore_Table"}; + } + } +} + + +/** + * @param $string contains "dbname.tablename" + * @param $what what to extract (db|table) + * @return $string the extracted part + */ +function PMA_extract_db_or_table($string, $what = 'db') { + $list = explode(".", $string); + if ('db' == $what) { + return $list[0]; + } else { + return $list[1]; + } +} +/** + * @param String $action - possible values: START or STOP + * @param String $control - default: null, possible values: SQL_THREAD or IO_THREAD or null. If it is set to null, it controls both SQL_THREAD and IO_THREAD + * @param mixed $link - mysql link + * + * @return mixed output of PMA_DBI_try_query + */ +function PMA_replication_slave_control($action, $control = null, $link = null) { + $action = strtoupper($action); + $control = strtoupper($control); + + if ($action != "START" && $action != "STOP") { + return -1; + } + if ($control != "SQL_THREAD" && $control != "IO_THREAD" && $control != null) { + return -1; + } + + return PMA_DBI_try_query($action . " SLAVE " . $control . ";", $link); +} +/** + * @param String $user - replication user on master + * @param String $password - password for the user + * @param String $host - master's hostname or IP + * @param int $port - port, where mysql is running + * @param array $pos - position of mysql replication, array should contain fields File and Position + * @param boolean $stop - shall we stop slave? + * @param boolean $start - shall we start slave? + * @param mixed $link - mysql link + * + * @return output of CHANGE MASTER mysql command + */ +function PMA_replication_slave_change_master($user, $password, $host, $port, $pos, $stop = true, $start = true, $link = null) { + if ($stop) { + PMA_replication_slave_control("STOP", null, $link); + } + + $out = PMA_DBI_try_query('CHANGE MASTER TO ' . + 'MASTER_HOST=\'' . $host . '\',' . + 'MASTER_PORT=' . ($port * 1) . ',' . + 'MASTER_USER=\'' . $user . '\',' . + 'MASTER_PASSWORD=\'' . $password . '\',' . + 'MASTER_LOG_FILE=\'' . $pos["File"] . '\',' . + 'MASTER_LOG_POS=' . $pos["Position"] . ';', $link); + + if ($start) { + PMA_replication_slave_control("START", null, $link); + } + + return $out; +} + +/** + * This function provides connection to remote mysql server + * + * @param String $user - mysql username + * @param String $password - password for the user + * @param String $host - mysql server's hostname or IP + * @param int $port - mysql remote port + * @param String $socket - path to unix socket + * + * @return mixed $link mysql link on success + */ +function PMA_replication_connect_to_master($user, $password, $host = null, $port = null, $socket = null) { + $server = array(); + $server["host"] = $host; + $server["port"] = $port; + $server["socket"] = $socket; + + // 5th parameter set to true means that it's an auxiliary connection + // and we must not go back to login page if it fails + return PMA_DBI_connect($user, $password, false, $server, true); +} +/** + * @param $link - mysql link + * + * @return array - containing File and Position in MySQL replication on master server, useful for PMA_replication_slave_change_master + */ +function PMA_replication_slave_bin_log_master($link = null) { + $data = PMA_DBI_fetch_result('SHOW MASTER STATUS', null, null, $link); + $output = array(); + + if (! empty($data)) { + $output["File"] = $data[0]["File"]; + $output["Position"] = $data[0]["Position"]; + } + return $output; +} + +/** + * Get list of replicated databases on master server + * + * @param mixed mysql link + * + * @return array array of replicated databases + */ + +function PMA_replication_master_replicated_dbs($link = null) { + $data = PMA_DBI_fetch_result('SHOW MASTER STATUS', null, null, $link); // let's find out, which databases are replicated + + $do_db = array(); + $ignore_db = array(); + + if (! empty($data[0]['Binlog_Do_DB'])) { + $do_db = explode(',', $data[0]['Binlog_Do_DB']); + } + if (! empty($data[0]['Binlog_Ignore_DB'])) { + $ignore_db = explode(',', $data[0]['Binlog_Ignore_DB']); + } + + $tmp_alldbs = PMA_DBI_query('SHOW DATABASES;', $link); + while ($tmp_row = PMA_DBI_fetch_row($tmp_alldbs)) { + if ($tmp_row[0] == 'information_schema') + continue; + if (count($do_db) == 0) { + if (array_search($tmp_row[0], $ignore_db) !== false) { + continue; + } + $dblist[] = $tmp_row[0]; + + } else { + if (array_search($tmp_row[0], $do_db) !== false) { + $dblist[] = $tmp_row[0]; + } + } + } // end while + + return $link; +} +/** + * This function provides synchronization of structure and data between two mysql servers. + * TODO: improve code sharing between the function and synchronization + * + * @param String $db - name of database, which should be synchronized + * @param mixed $src_link - link of source server, note: if the server is current PMA server, use null + * @param mixed $trg_link - link of target server, note: if the server is current PMA server, use null + * @param boolean $data - if true, then data will be copied as well + */ + +function PMA_replication_synchronize_db($db, $src_link, $trg_link, $data = true) { + $src_db = $trg_db = $db; + + $src_connection = PMA_DBI_select_db($src_db, $src_link); + $trg_connection = PMA_DBI_select_db($trg_db, $trg_link); + + $src_tables = PMA_DBI_get_tables($src_db, $src_link); + $source_tables_num = sizeof($src_tables); + + $trg_tables = PMA_DBI_get_tables($trg_db, $trg_link); + $target_tables_num = sizeof($trg_tables); + + /** + * initializing arrays to save table names + */ + $unmatched_num_src = 0; + $source_tables_uncommon = array(); + $unmatched_num_trg = 0; + $target_tables_uncommon = array(); + $matching_tables = array(); + $matching_tables_num = 0; + + /** + * Criterion for matching tables is just their names. + * Finding the uncommon tables for the source database + * BY comparing the matching tables with all the tables in the source database + */ + PMA_getMatchingTables($trg_tables, $src_tables, $matching_tables, $source_tables_uncommon); + + /** + * Finding the uncommon tables for the target database + * BY comparing the matching tables with all the tables in the target database + */ + PMA_getNonMatchingTargetTables($trg_tables, $matching_tables, $target_tables_uncommon); + + /** + * + * Comparing Data In the Matching Tables + * It is assumed that the matching tables are structurally + * and typely exactly the same + */ + $fields_num = array(); + $matching_tables_fields = array(); + $matching_tables_keys = array(); + $insert_array = array(array(array())); + $update_array = array(array(array())); + $delete_array = array(); + $row_count = array(); + $uncommon_tables_fields = array(); + $matching_tables_num = sizeof($matching_tables); + + for ($i = 0; $i < sizeof($matching_tables); $i++) { + PMA_dataDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $matching_tables_fields, $update_array, $insert_array, + $delete_array, $fields_num, $i, $matching_tables_keys); + } + for ($j = 0; $j < sizeof($source_tables_uncommon); $j++) { + PMA_dataDiffInUncommonTables($source_tables_uncommon, $src_db, $src_link, $j, $row_count); + } + + /** + * INTEGRATION OF STRUCTURE DIFFERENCE CODE + * + */ + $source_columns = array(); + $target_columns = array(); + $alter_str_array = array(array()); + $add_column_array = array(array()); + $uncommon_columns = array(); + $target_tables_keys = array(); + $source_indexes = array(); + $target_indexes = array(); + $add_indexes_array = array(); + $remove_indexes_array = array(); + $criteria = array('Field', 'Type', 'Null', 'Collation', 'Key', 'Default', 'Comment'); + + for ($counter = 0; $counter < $matching_tables_num; $counter++) { + PMA_structureDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_columns, + $target_columns, $alter_str_array, $add_column_array, $uncommon_columns, $criteria, $target_tables_keys, $counter); + + PMA_indexesDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_indexes, $target_indexes, + $add_indexes_array, $alter_indexes_array,$remove_indexes_array, $counter); + } + + $matching_table_data_diff = array(); + $matching_table_structure_diff = array(); + $uncommon_table_structure_diff = array(); + $uncommon_table_data_diff = array(); + $uncommon_tables = $source_tables_uncommon; + + /** + * Generating Create Table query for all the non-matching tables present in Source but not in Target and populating tables. + */ + for($q = 0; $q < sizeof($source_tables_uncommon); $q++) { + if (isset($uncommon_tables[$q])) { + PMA_createTargetTables($src_db, $trg_db, $src_link, $trg_link, $source_tables_uncommon, $q, $uncommon_tables_fields, false); + } + if (isset($row_count[$q]) && $data) { + PMA_populateTargetTables($src_db, $trg_db, $src_link, $trg_link, $source_tables_uncommon, $q, $uncommon_tables_fields, false); + } + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/replication_gui.lib.php b/htdocs/phpMyAdmin/libraries/replication_gui.lib.php new file mode 100644 index 000000000..d64e5f417 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/replication_gui.lib.php @@ -0,0 +1,376 @@ +'; + + foreach ($GLOBALS['pma']->databases as $current_db) { + if ('information_schema' == $current_db) { + continue; + } + if (! empty($selectall) || (isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $current_db . '|'))) { + $is_selected = ' selected="selected"'; + } else { + $is_selected = ''; + } + $current_db = htmlspecialchars($current_db); + $multi_values .= ' '; + } // end while + + $multi_values .= ''; + $multi_values .= '
                        ' . __('Uncheck All') . ''; + + return $multi_values; +} + +/** + * prints out code for changing master + * + * @param String $submitname - submit button name + */ + +function PMA_replication_gui_changemaster($submitname) { + + list($username_length, $hostname_length) = PMA_replication_get_username_hostname_length(); + + echo ''; + echo PMA_generate_common_hidden_inputs('', ''); + echo '
                        '; + echo ' ' . __('Slave configuration') . ' - ' . __('Change or reconfigure master server') . ''; + echo __('Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:') . '
                        '; + echo '
                        server-id=' . time() . '
                        '; + echo '
                        '; + echo ' '; + echo ' '; + echo '
                        '; + echo '
                        '; + echo ' '; + echo ' '; + echo '
                        '; + echo '
                        '; + echo ' '; + echo ' '; + echo '
                        '; + echo '
                        '; + echo ' '; + echo ' '; + echo '
                        '; + echo '
                        '; + echo ' '; + echo ''; +} + +/** + * This function prints out table with replication status. + * + * @param String type - either master or slave + * @param boolean $hidden - if true, then default style is set to hidden, default value false + * @param boolen $title - if true, then title is displayed, default true + */ +function PMA_replication_print_status_table($type, $hidden = false, $title = true) { + global ${"{$type}_variables"}; + global ${"{$type}_variables_alerts"}; + global ${"{$type}_variables_oks"}; + global ${"server_{$type}_replication"}; + global ${"strReplicationStatus_{$type}"}; + + // TODO check the Masters server id? + // seems to default to '1' when queried via SHOW VARIABLES , but resulted in error on the master when slave connects + // [ERROR] Error reading packet from server: Misconfigured master - server id was not set ( server_errno=1236) + // [ERROR] Got fatal error 1236: 'Misconfigured master - server id was not set' from master when reading data from binary log + // + //$server_id = PMA_DBI_fetch_value("SHOW VARIABLES LIKE 'server_id'", 0, 1); + + echo '
                        '; + + if ($title) { + if ($type == 'master') { + echo '

                        ' . __('Master status') . '

                        '; + } else { + echo '

                        ' . __('Slave status') . '

                        '; + } + } else { + echo '
                        '; + } + + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + + $odd_row = true; + foreach (${"{$type}_variables"} as $variable) { + echo ' '; + echo ' '; + echo ' '; + echo ' '; + + $odd_row = ! $odd_row; + } + + echo ' '; + echo '
                        ' . __('Variable') . '' . __('Value') . '
                        '; + echo $variable; + echo ' '; + + + // TODO change to regexp or something, to allow for negative match + if (isset(${"{$type}_variables_alerts"}[$variable]) + && ${"{$type}_variables_alerts"}[$variable] == ${"server_{$type}_replication"}[0][$variable] + ) { + echo ''; + + } elseif (isset(${"{$type}_variables_oks"}[$variable]) + && ${"{$type}_variables_oks"}[$variable] == ${"server_{$type}_replication"}[0][$variable] + ) { + echo ''; + } else { + echo ''; + } + echo ${"server_{$type}_replication"}[0][$variable]; + echo ''; + + echo '
                        '; + echo '
                        '; + echo '
                        '; + +} + +/** + * Prints table with slave users connected to this master + * + * @param boolean $hidden - if true, then default style is set to hidden, default value false + */ +function PMA_replication_print_slaves_table($hidden = false) { + + // Fetch data + $data = PMA_DBI_fetch_result('SHOW SLAVE HOSTS', null, null); + + echo '
                        '; + echo '
                        '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + echo ' '; + + $odd_row = true; + foreach ($data as $slave) { + echo ' '; + echo ' '; + echo ' '; + echo ' '; + + $odd_row = ! $odd_row; + } + + echo ' '; + echo '
                        ' . __('Server ID') . '' . __('Host') . '
                        ' . $slave['Server_id'] . '' . $slave['Host'] . '
                        '; + echo '
                        '; + PMA_Message::notice(__('Only slaves started with the --report-host=host_name option are visible in this list.'))->display(); + echo '
                        '; + echo '
                        '; +} + +/** + * get the correct username and hostname lengths for this MySQL server + * + * @uses strtok() + * @return array username length, hostname length + */ + +function PMA_replication_get_username_hostname_length() { + $fields_info = PMA_DBI_get_fields('mysql', 'user'); + $username_length = 16; + $hostname_length = 41; + foreach ($fields_info as $key => $val) { + if ($val['Field'] == 'User') { + strtok($val['Type'], '()'); + $v = strtok('()'); + if (is_int($v)) { + $username_length = $v; + } + } elseif ($val['Field'] == 'Host') { + strtok($val['Type'], '()'); + $v = strtok('()'); + if (is_int($v)) { + $hostname_length = $v; + } + } + } + return array($username_length, $hostname_length); +} + +/** + * Print code to add a replication slave user to the master + */ +function PMA_replication_gui_master_addslaveuser() { + + list($username_length, $hostname_length) = PMA_replication_get_username_hostname_length(); + + if (isset($GLOBALS['username']) && strlen($GLOBALS['username']) === 0) { + $GLOBALS['pred_username'] = 'any'; + } + echo '
                        '; + echo '
                        '; + echo PMA_generate_common_hidden_inputs('', ''); + echo '
                        ' + . ''.__('Add slave replication user').'' + . '' + . '' + . '' + . '' + . '' + . '' + . '
                        ' + . '' + . '' + . ' ' + . '' + . '' + . '
                        ' + . '
                        ' + . '' + . '' + . ' ' + . '' + . '' + . PMA_showHint(__('When Host table is used, this field is ignored and values stored in Host table are used instead.')) + . '
                        ' + . '
                        ' + . '' + . '' + . ' ' + . '' + . '' + . '
                        ' + . '
                        ' + . '' + . ' ' + . '' + . '
                        ' + . '
                        ' + . '' + . '' + . ' ' + . '' + . '' + . '
                        ' + . '
                        '; + echo ''; + echo '
                        '; + echo '
                        '; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/sanitizing.lib.php b/htdocs/phpMyAdmin/libraries/sanitizing.lib.php new file mode 100644 index 000000000..a65f8ba7c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/sanitizing.lib.php @@ -0,0 +1,107 @@ +

                        + * + * bar + * + * @uses preg_replace() + * @uses strtr() + * @param string the message + * @param boolean whether to escape html in result + * + * @return string the sanitized message + * + * @access public + */ +function PMA_sanitize($message, $escape = false, $safe = false) +{ + if (!$safe) { + $message = strtr($message, array('<' => '<', '>' => '>')); + } + $replace_pairs = array( + '[i]' => '', // deprecated by em + '[/i]' => '', // deprecated by em + '[em]' => '', + '[/em]' => '', + '[b]' => '', // deprecated by strong + '[/b]' => '', // deprecated by strong + '[strong]' => '', + '[/strong]' => '', + '[tt]' => '', // deprecated by CODE or KBD + '[/tt]' => '', // deprecated by CODE or KBD + '[code]' => '', + '[/code]' => '', + '[kbd]' => '', + '[/kbd]' => '', + '[br]' => '
                        ', + '[/a]' => '', + '[sup]' => '', + '[/sup]' => '', + ); + $message = strtr($message, $replace_pairs); + + $pattern = '/\[a@([^"@]*)@([^]"]*)\]/'; + + if (preg_match_all($pattern, $message, $founds, PREG_SET_ORDER)) { + $valid_links = array( + 'http', // default http:// links (and https://) + './Do', // ./Documentation + ); + + foreach ($founds as $found) { + // only http... and ./Do... allowed + if (! in_array(substr($found[1], 0, 4), $valid_links)) { + return $message; + } + // a-z and _ allowed in target + if (! empty($found[2]) && preg_match('/[^a-z_]+/i', $found[2])) { + return $message; + } + } + + if (substr($found[1], 0, 4) == 'http') { + $message = preg_replace($pattern, '', $message); + } else { + $message = preg_replace($pattern, '', $message); + } + } + + if ($escape) { + $message = htmlspecialchars($message); + } + + return $message; +} + + +/** + * Sanitize a filename by removing anything besides A-Za-z0-9_.- + * + * Intended usecase: + * When using a filename in a Content-Disposition header the value should not contain ; or " + * + * @param string The filename + * + * @return string the sanitized filename + * + */ +function PMA_sanitize_filename($filename) { + $filename = preg_replace('/[^A-Za-z0-9_.-]/', '_', $filename); + return $filename; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/Dia_Relation_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/Dia_Relation_Schema.class.php new file mode 100644 index 000000000..2f6373e63 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/Dia_Relation_Schema.class.php @@ -0,0 +1,775 @@ +openMemory(); + /* + * Set indenting using three spaces, + * so output is formatted + */ + + $this->setIndent(TRUE); + $this->setIndentString(' '); + /* + * Create the XML document + */ + + $this->startDocument('1.0','UTF-8'); + } + + /** + * Starts Dia Document + * + * dia document starts by first initializing dia:diagram tag + * then dia:diagramdata contains all the attributes that needed + * to define the document, then finally a Layer starts which + * holds all the objects. + * + * @param string paper The size of the paper/document + * @param float topMargin top margin of the paper/document in cm + * @param float bottomMargin bottom margin of the paper/document in cm + * @param float leftMargin left margin of the paper/document in cm + * @param float rightMargin right margin of the paper/document in cm + * @param string portrait document will be portrait or landscape + * @return void + * @access public + * @see XMLWriter::startElement(),XMLWriter::writeAttribute(),XMLWriter::writeRaw() + */ + function startDiaDoc($paper,$topMargin,$bottomMargin,$leftMargin,$rightMargin,$portrait) + { + if($portrait == 'P'){ + $isPortrait='true'; + }else{ + $isPortrait='false'; + } + $this->startElement('dia:diagram'); + $this->writeAttribute('xmlns:dia', 'http://www.lysator.liu.se/~alla/dia/'); + $this->startElement('dia:diagramdata'); + $this->writeRaw ( + ' + + + + + + + + + #'.$paper.'# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '); + $this->endElement(); + $this->startElement('dia:layer'); + $this->writeAttribute('name', 'Background'); + $this->writeAttribute('visible', 'true'); + $this->writeAttribute('active', 'true'); + + } + + /** + * Ends Dia Document + * + * @return void + * @access public + * @see XMLWriter::endElement(),XMLWriter::endDocument() + */ + function endDiaDoc() + { + $this->endElement(); + $this->endDocument(); + } + + /** + * Output Dia Document for download + * + * @param string fileName name of the dia document + * @return void + * @access public + * @see XMLWriter::flush() + */ + function showOutput($fileName) + { + if(ob_get_clean()){ + ob_end_clean(); + } + $fileName = PMA_sanitize_filename($fileName); + header('Content-type: application/x-dia-diagram'); + header('Content-Disposition: attachment; filename="'.$fileName.'.dia"'); + $output = $this->flush(); + print $output; + } +} + +/** + * Table preferences/statistics + * + * This class preserves the table co-ordinates,fields + * and helps in drawing/generating the Tables in dia XML document. + * + * @name Table_Stats + * @copyright + * @license + * @see PMA_DIA + */ +class Table_Stats +{ + /** + * Defines properties + */ + public $tableName; + public $fields = array(); + public $x, $y; + public $primary = array(); + public $tableId; + public $tableColor; + + /** + * The "Table_Stats" constructor + * + * @param string table_name The table name + * @param integer pageNumber The current page number (from the + * $cfg['Servers'][$i]['table_coords'] table) + * @param boolean showKeys Whether to display ONLY keys or not + * @return void + * @global object The current dia document + * @global array The relations settings + * @global string The current db name + * @see PMA_DIA + */ + function __construct($tableName, $pageNumber, $showKeys = false) + { + global $dia, $cfgRelation, $db; + + $this->tableName = $tableName; + $sql = 'DESCRIBE ' . PMA_backquote($tableName); + $result = PMA_DBI_try_query($sql, null, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $dia->dieSchema($pageNumber,"DIA",sprintf(__('The %s table doesn\'t exist!'), $tableName)); + } + /* + * load fields + * check to see if it will load all fields or only the foreign keys + */ + if ($showKeys) { + $indexes = PMA_Index::getFromTable($this->tableName, $db); + $all_columns = array(); + foreach ($indexes as $index) { + $all_columns = array_merge($all_columns, array_flip(array_keys($index->getColumns()))); + } + $this->fields = array_keys($all_columns); + } else { + while ($row = PMA_DBI_fetch_row($result)) { + $this->fields[] = $row[0]; + } + } + + $sql = 'SELECT x, y FROM ' + . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($tableName) . '\'' + . ' AND pdf_page_number = ' . $pageNumber; + $result = PMA_query_as_controluser($sql, false, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $dia->dieSchema($pageNumber,"DIA",sprintf(__('Please configure the coordinates for table %s'), $tableName)); + } + list($this->x, $this->y) = PMA_DBI_fetch_row($result); + $this->x = (double) $this->x; + $this->y = (double) $this->y; + /* + * displayfield + */ + $this->displayfield = PMA_getDisplayField($db, $tableName); + /* + * index + */ + $result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($tableName) . ';', null, PMA_DBI_QUERY_STORE); + if (PMA_DBI_num_rows($result) > 0) { + while ($row = PMA_DBI_fetch_assoc($result)) { + if ($row['Key_name'] == 'PRIMARY') { + $this->primary[] = $row['Column_name']; + } + } + } + /** + * Every object in Dia document needs an ID to identify + * so, we used a static variable to keep the things unique + */ + PMA_Dia_Relation_Schema::$objectId += 1; + $this->tableId = PMA_Dia_Relation_Schema::$objectId; + } + + /** + * Do draw the table + * + * Tables are generated using object type Database - Table + * primary fields are underlined in tables. Dia object + * is used to generate the XML of Dia Document. Database Table + * Object and their attributes are involved in the combination + * of displaing Database - Table on Dia Document. + + * @param boolean changeColor Whether to show color for tables text or not + if changeColor is true then an array of $listOfColors + will be used to choose the random colors for tables text + we can change/add more colors to this array + @return void + * @global object The current Dia document + * @access public + * @see PMA_DIA + */ + public function tableDraw($changeColor) + { + global $dia; + + if ($changeColor) { + $listOfColors = array( + 'FF0000', + '000099', + '00FF00' + ); + shuffle($listOfColors); + $this->tableColor = '#'.$listOfColors[0].''; + } else { + $this->tableColor = '#000000'; + } + + $factor = 0.1; + + $dia->startElement('dia:object'); + $dia->writeAttribute('type', 'Database - Table'); + $dia->writeAttribute('version', '0'); + $dia->writeAttribute('id', ''.$this->tableId.''); + $dia->writeRaw( + ' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #'.$this->tableName.'# + + + ## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' + ); + + $dia->startElement('dia:attribute'); + $dia->writeAttribute('name', 'attributes'); + + foreach ($this->fields as $field) { + $dia->writeRaw( + ' + + #'.$field.'# + + + ## + + + ## + ' + ); + unset($pm); + $pm = 'false'; + if (in_array($field, $this->primary)) { + $pm = 'true'; + } + if ($field == $this->displayfield) { + $pm = 'false'; + } + $dia->writeRaw( + ' + + + + + + + + + ' + ); + } + $dia->endElement(); + $dia->endElement(); + } +} + +/** + * Relation preferences/statistics + * + * This class fetches the table master and foreign fields positions + * and helps in generating the Table references and then connects + * master table's master field to foreign table's foreign key + * in dia XML document. + * + * @name Relation_Stats + * @copyright + * @license + * @see PMA_DIA + */ +class Relation_Stats +{ + /** + * Defines properties + */ + public $srcConnPointsRight; + public $srcConnPointsLeft; + public $destConnPointsRight; + public $destConnPointsLeft; + public $masterTableId; + public $foreignTableId; + public $masterTablePos; + public $foreignTablePos; + public $referenceColor; + + /** + * The "Relation_Stats" constructor + * + * @param string master_table The master table name + * @param string master_field The relation field in the master table + * @param string foreign_table The foreign table name + * @param string foreigh_field The relation field in the foreign table + * @return void + * @see Relation_Stats::_getXy + */ + function __construct($master_table, $master_field, $foreign_table, $foreign_field) + { + $src_pos = $this->_getXy($master_table, $master_field); + $dest_pos = $this->_getXy($foreign_table, $foreign_field); + $this->srcConnPointsLeft = $src_pos[0]; + $this->srcConnPointsRight = $src_pos[1]; + $this->destConnPointsLeft = $dest_pos[0]; + $this->destConnPointsRight = $dest_pos[1]; + $this->masterTablePos = $src_pos[2]; + $this->foreignTablePos = $dest_pos[2]; + $this->masterTableId = $master_table->tableId; + $this->foreignTableId = $foreign_table->tableId; + } + + /** + * Each Table object have connection points + * which is used to connect to other objects in Dia + * we detect the position of key in fields and + * then determines its left and right connection + * points. + * + * @param string table The current table name + * @param string column The relation column name + * @return array Table right,left connection points and key position + * @access private + */ + private function _getXy($table, $column) + { + $pos = array_search($column, $table->fields); + // left, right, position + $value = 12; + if($pos != 0) + { + return array($pos + $value + $pos, $pos + $value + $pos + 1, $pos); + } + return array($pos + $value , $pos + $value + 1, $pos); + } + + /** + * Draws relation references + * + * connects master table's master field to foreign table's + * forein field using Dia object type Database - Reference + * Dia object is used to generate the XML of Dia Document. + * Database reference Object and their attributes are involved + * in the combination of displaing Database - reference on Dia Document. + * + * @param boolean changeColor Whether to use one color per relation or not + if changeColor is true then an array of $listOfColors + will be used to choose the random colors for references + lines. we can change/add more colors to this array + * @return void + * @global object The current Dia document + * @access public + * @see PMA_PDF + */ + public function relationDraw($changeColor) + { + global $dia; + + PMA_Dia_Relation_Schema::$objectId += 1; + /* + * if source connection points and destination connection + * points are same then return it false and don't draw that + * relation + */ + if ( $this->srcConnPointsRight == $this->destConnPointsRight ){ + if ( $this->srcConnPointsLeft == $this->destConnPointsLeft ){ + return false; + } + } + + if ($changeColor) { + $listOfColors = array( + 'FF0000', + '000099', + '00FF00' + ); + shuffle($listOfColors); + $this->referenceColor = '#'.$listOfColors[0].''; + } else { + $this->referenceColor = '#000000'; + } + + $dia->writeRaw( + ' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #1# + + + #n# + + + + + + + + + + + + ' + ); + } +} + +/** + * Dia Relation Schema Class + * + * Purpose of this class is to generate the Dia XML Document + * which is used for representing the database diagrams in Dia IDE + * This class uses Database Table and Reference Objects of Dia and with + * the combination of these objects actually helps in preparing Dia XML. + * + * Dia XML is generated by using XMLWriter php extension and this class + * inherits Export_Relation_Schema class has common functionality added + * to this class + * + * @name Dia_Relation_Schema + * @copyright + * @license + */ +class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema +{ + /** + * Defines properties + */ + private $_tables = array(); + private $_relations = array(); + private $_topMargin = 2.8222000598907471; + private $_bottomMargin = 2.8222000598907471; + private $_leftMargin = 2.8222000598907471; + private $_rightMargin = 2.8222000598907471; + public static $objectId = 0; + + /** + * The "PMA_Dia_Relation_Schema" constructor + * + * Upon instantiation This outputs the Dia XML document + * that user can download + * + * @return void + * @see PMA_DIA,Table_Stats,Relation_Stats + */ + function __construct() + { + global $dia,$db; + + $this->setPageNumber($_POST['pdf_page_number']); + $this->setShowGrid(isset($_POST['show_grid'])); + $this->setShowColor($_POST['show_color']); + $this->setShowKeys(isset($_POST['show_keys'])); + $this->setOrientation(isset($_POST['orientation'])); + $this->setPaper($_POST['paper']); + $this->setExportType($_POST['export_type']); + + $dia = new PMA_DIA(); + $dia->startDiaDoc($this->paper,$this->_topMargin,$this->_bottomMargin,$this->_leftMargin,$this->_rightMargin,$this->orientation); + $alltables = $this->getAllTables($db,$this->pageNumber); + foreach ($alltables as $table) { + if (!isset($this->tables[$table])) { + $this->tables[$table] = new Table_Stats($table, $this->pageNumber, $this->showKeys); + } + } + + $seen_a_relation = false; + foreach ($alltables as $one_table) { + $exist_rel = PMA_getForeigners($db, $one_table, '', 'both'); + if ($exist_rel) { + $seen_a_relation = true; + foreach ($exist_rel as $master_field => $rel) { + /* put the foreign table on the schema only if selected + * by the user + * (do not use array_search() because we would have to + * to do a === FALSE and this is not PHP3 compatible) + */ + if (in_array($rel['foreign_table'], $alltables)) { + $this->_addRelation($one_table, $master_field, $rel['foreign_table'], $rel['foreign_field'],$this->showKeys); + } + } + } + } + $this->_drawTables($this->showColor); + + if ($seen_a_relation) { + $this->_drawRelations($this->showColor); + } + $dia->endDiaDoc(); + $dia->showOutput($db.'-'.$this->pageNumber); + exit(); + } + + /** + * Defines relation objects + * + * @param string masterTable The master table name + * @param string masterField The relation field in the master table + * @param string foreignTable The foreign table name + * @param string foreignField The relation field in the foreign table + * @return void + * @access private + * @see Table_Stats::__construct(),Relation_Stats::__construct() + */ + private function _addRelation($masterTable, $masterField, $foreignTable, $foreignField, $showKeys) + { + if (!isset($this->tables[$masterTable])) { + $this->tables[$masterTable] = new Table_Stats($masterTable, $this->pageNumber, $showKeys); + } + if (!isset($this->tables[$foreignTable])) { + $this->tables[$foreignTable] = new Table_Stats($foreignTable, $this->pageNumber, $showKeys); + } + $this->_relations[] = new Relation_Stats($this->tables[$masterTable], $masterField, $this->tables[$foreignTable], $foreignField); + } + + /** + * Draws relation references + * + * connects master table's master field to + * foreign table's forein field using Dia object + * type Database - Reference + * + * @param boolean changeColor Whether to use one color per relation or not + * @return void + * @access private + * @see Relation_Stats::relationDraw() + */ + private function _drawRelations($changeColor) + { + foreach ($this->_relations as $relation) { + $relation->relationDraw($changeColor); + } + } + + /** + * Draws tables + * + * Tables are generated using Dia object type Database - Table + * primary fields are underlined and bold in tables + * + * @param boolean changeColor Whether to show color for tables text or not + * @return void + * @access private + * @see Table_Stats::tableDraw() + */ + private function _drawTables($changeColor) + { + foreach ($this->tables as $table) { + $table->tableDraw($changeColor); + } + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/Eps_Relation_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/Eps_Relation_Schema.class.php new file mode 100644 index 000000000..7f1c34d33 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/Eps_Relation_Schema.class.php @@ -0,0 +1,854 @@ +stringCommands = ""; + $this->stringCommands .= "%!PS-Adobe-3.0 EPSF-3.0 \n"; + } + + /** + * Set document title + * + * @param string value sets the title text + * @return void + * @access public + */ + function setTitle($value) + { + $this->stringCommands .= '%%Title: ' . $value . "\n"; + } + + /** + * Set document author + * + * @param string value sets the author + * @return void + * @access public + */ + function setAuthor($value) + { + $this->stringCommands .= '%%Creator: ' . $value . "\n"; + } + + /** + * Set document creation date + * + * @param string value sets the date + * @return void + * @access public + */ + function setDate($value) + { + $this->stringCommands .= '%%CreationDate: ' . $value . "\n"; + } + + /** + * Set document orientation + * + * @param string value sets the author + * @return void + * @access public + */ + function setOrientation($value) + { + $this->stringCommands .= "%%PageOrder: Ascend \n"; + if($value == "L"){ + $value = "Landscape"; + $this->stringCommands .= '%%Orientation: ' . $value . "\n"; + }else{ + $value = "Portrait"; + $this->stringCommands .= '%%Orientation: ' . $value . "\n"; + } + $this->stringCommands .= "%%EndComments \n"; + $this->stringCommands .= "%%Pages 1 \n"; + $this->stringCommands .= "%%BoundingBox: 72 150 144 170 \n"; + } + + /** + * Set the font and size + * + * font can be set whenever needed in EPS + * + * @param string value sets the font name e.g Arial + * @param integer value sets the size of the font e.g 10 + * @return void + * @access public + */ + function setFont($value,$size) + { + $this->font = $value; + $this->fontSize = $size; + $this->stringCommands .= "/".$value." findfont % Get the basic font\n"; + $this->stringCommands .= "".$size." scalefont % Scale the font to $size points\n"; + $this->stringCommands .= "setfont % Make it the current font\n"; + } + + /** + * Get the font + * + * @return string return the font name e.g Arial + * @access public + */ + function getFont() + { + return $this->font; + } + + /** + * Get the font Size + * + * @return string return the size of the font e.g 10 + * @access public + */ + function getFontSize() + { + return $this->fontSize; + } + + /** + * Draw the line + * + * drawing the lines from x,y source to x,y destination and set the + * width of the line. lines helps in showing relationships of tables + * + * @param integer x_from The x_from attribute defines the start + left position of the element + * @param integer y_from The y_from attribute defines the start + right position of the element + * @param integer x_to The x_to attribute defines the end + left position of the element + * @param integer y_to The y_to attribute defines the end + right position of the element + * @param integer lineWidth sets the width of the line e.g 2 + * @return void + * @access public + */ + function line($x_from=0, $y_from=0, $x_to=0, $y_to=0, $lineWidth=0) + { + $this->stringCommands .= $lineWidth . " setlinewidth \n"; + $this->stringCommands .= $x_from . ' ' . $y_from . " moveto \n"; + $this->stringCommands .= $x_to . ' ' . $y_to . " lineto \n"; + $this->stringCommands .= "stroke \n"; + } + + /** + * Draw the rectangle + * + * drawing the rectangle from x,y source to x,y destination and set the + * width of the line. rectangles drawn around the text shown of fields + * + * @param integer x_from The x_from attribute defines the start + left position of the element + * @param integer y_from The y_from attribute defines the start + right position of the element + * @param integer x_to The x_to attribute defines the end + left position of the element + * @param integer y_to The y_to attribute defines the end + right position of the element + * @param integer lineWidth sets the width of the line e.g 2 + * @return void + * @access public + */ + function rect($x_from, $y_from, $x_to, $y_to, $lineWidth) + { + $this->stringCommands .= $lineWidth . " setlinewidth \n"; + $this->stringCommands .= "newpath \n"; + $this->stringCommands .= $x_from . " " . $y_from . " moveto \n"; + $this->stringCommands .= "0 " . $y_to . " rlineto \n"; + $this->stringCommands .= $x_to . " 0 rlineto \n"; + $this->stringCommands .= "0 -" . $y_to . " rlineto \n"; + $this->stringCommands .= "closepath \n"; + $this->stringCommands .= "stroke \n"; + } + + /** + * Set the current point + * + * The moveto operator takes two numbers off the stack and treats + * them as x and y coordinates to which to move. The coordinates + * specified become the current point. + * + * @param integer x The x attribute defines the + left position of the element + * @param integer y The y attribute defines the + right position of the element + * @return void + * @access public + */ + function moveTo($x, $y) + { + $this->stringCommands .= $x . ' ' . $y . " moveto \n"; + } + + /** + * Output/Display the text + * + * @param string text The string to be displayed + * @return void + * @access public + */ + function show($text) + { + $this->stringCommands .= '(' . $text . ") show \n"; + } + + /** + * Output the text at specified co-ordinates + * + * @param string text The string to be displayed + * @param integer x The x attribute defines the + left position of the element + * @param integer y The y attribute defines the + right position of the element + * @return void + * @access public + */ + function showXY($text, $x, $y) + { + $this->moveTo($x, $y); + $this->show($text); + } + + /** + * get width of string/text + * + * EPS text width is calcualted depending on font name + * and font size. It is very important to know the width of text + * because rectangle is drawn around it. + * + * This is a bit hardcore method. I didn't found any other better than this. + * if someone found better than this. would love to hear that method + * + * @param string text string that width will be calculated + * @param integer font name of the font like Arial,sans-serif etc + * @param integer fontSize size of font + * @return integer width of the text + * @access public + */ + function getStringWidth($text,$font,$fontSize) + { + /* + * Start by counting the width, giving each character a modifying value + */ + $count = 0; + $count = $count + ((strlen($text) - strlen(str_replace(array("i","j","l"),"",$text)))*0.23);//ijl + $count = $count + ((strlen($text) - strlen(str_replace(array("f"),"",$text)))*0.27);//f + $count = $count + ((strlen($text) - strlen(str_replace(array("t","I"),"",$text)))*0.28);//tI + $count = $count + ((strlen($text) - strlen(str_replace(array("r"),"",$text)))*0.34);//r + $count = $count + ((strlen($text) - strlen(str_replace(array("1"),"",$text)))*0.49);//1 + $count = $count + ((strlen($text) - strlen(str_replace(array("c","k","s","v","x","y","z","J"),"",$text)))*0.5);//cksvxyzJ + $count = $count + ((strlen($text) - strlen(str_replace(array("a","b","d","e","g","h","n","o","p","q","u","L","0","2","3","4","5","6","7","8","9"),"",$text)))*0.56);//abdeghnopquL023456789 + $count = $count + ((strlen($text) - strlen(str_replace(array("F","T","Z"),"",$text)))*0.61);//FTZ + $count = $count + ((strlen($text) - strlen(str_replace(array("A","B","E","K","P","S","V","X","Y"),"",$text)))*0.67);//ABEKPSVXY + $count = $count + ((strlen($text) - strlen(str_replace(array("w","C","D","H","N","R","U"),"",$text)))*0.73);//wCDHNRU + $count = $count + ((strlen($text) - strlen(str_replace(array("G","O","Q"),"",$text)))*0.78);//GOQ + $count = $count + ((strlen($text) - strlen(str_replace(array("m","M"),"",$text)))*0.84);//mM + $count = $count + ((strlen($text) - strlen(str_replace("W","",$text)))*.95);//W + $count = $count + ((strlen($text) - strlen(str_replace(" ","",$text)))*.28);//" " + $text = str_replace(" ","",$text);//remove the " "'s + $count = $count + (strlen(preg_replace("/[a-z0-9]/i","",$text))*0.3); //all other chrs + + $modifier = 1; + $font = strtolower($font); + switch($font){ + /* + * no modifier for arial and sans-serif + */ + case 'arial': + case 'sans-serif': + break; + /* + * .92 modifer for time, serif, brushscriptstd, and californian fb + */ + case 'times': + case 'serif': + case 'brushscriptstd': + case 'californian fb': + $modifier = .92; + break; + /* + * 1.23 modifier for broadway + */ + case 'broadway': + $modifier = 1.23; + break; + } + $textWidth = $count*$fontSize; + return ceil($textWidth*$modifier); + } + + /** + * Ends EPS Document + * + * @return void + * @access public + */ + function endEpsDoc() + { + $this->stringCommands .= "showpage \n"; + } + + /** + * Output EPS Document for download + * + * @param string fileName name of the eps document + * @return void + * @access public + */ + function showOutput($fileName) + { + // if(ob_get_clean()){ + //ob_end_clean(); + //} + $fileName = PMA_sanitize_filename($fileName); + header('Content-type: image/x-eps'); + header('Content-Disposition: attachment; filename="'.$fileName.'.eps"'); + $output = $this->stringCommands; + print $output; + } +} + +/** + * Table preferences/statistics + * + * This class preserves the table co-ordinates,fields + * and helps in drawing/generating the Tables in EPS. + * + * @name Table_Stats + * @copyright + * @license + * @see PMA_EPS + */ +class Table_Stats +{ + /** + * Defines properties + */ + + private $_tableName; + private $_showInfo = false; + + public $width = 0; + public $height; + public $fields = array(); + public $heightCell = 0; + public $currentCell = 0; + public $x, $y; + public $primary = array(); + + /** + * The "Table_Stats" constructor + * + * @param string tableName The table name + * @param string font The font name + * @param integer fontSize The font size + * @param integer same_wide_width The max width among tables + * @param boolean showKeys Whether to display keys or not + * @param boolean showInfo Whether to display table position or not + * @global object The current eps document + * @global integer The current page number (from the + * $cfg['Servers'][$i]['table_coords'] table) + * @global array The relations settings + * @global string The current db name + * @access private + * @see PMA_EPS, Table_Stats::Table_Stats_setWidth, + Table_Stats::Table_Stats_setHeight + */ + function __construct($tableName, $font, $fontSize, $pageNumber, &$same_wide_width, $showKeys = false, $showInfo = false) + { + global $eps, $cfgRelation, $db; + + $this->_tableName = $tableName; + $sql = 'DESCRIBE ' . PMA_backquote($tableName); + $result = PMA_DBI_try_query($sql, null, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $eps->dieSchema($pageNumber,"EPS",sprintf(__('The %s table doesn\'t exist!'), $tableName)); + } + + /* + * load fields + * check to see if it will load all fields or only the foreign keys + */ + if ($showKeys) { + $indexes = PMA_Index::getFromTable($this->_tableName, $db); + $all_columns = array(); + foreach ($indexes as $index) { + $all_columns = array_merge($all_columns, array_flip(array_keys($index->getColumns()))); + } + $this->fields = array_keys($all_columns); + } else { + while ($row = PMA_DBI_fetch_row($result)) { + $this->fields[] = $row[0]; + } + } + + $this->_showInfo = $showInfo; + + // height and width + $this->_setHeightTable($fontSize); + + // setWidth must me after setHeight, because title + // can include table height which changes table width + $this->_setWidthTable($font,$fontSize); + if ($same_wide_width < $this->width) { + $same_wide_width = $this->width; + } + + // x and y + $sql = 'SELECT x, y FROM ' + . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($tableName) . '\'' + . ' AND pdf_page_number = ' . $pageNumber; + $result = PMA_query_as_controluser($sql, false, PMA_DBI_QUERY_STORE); + + if (!$result || !PMA_DBI_num_rows($result)) { + $eps->dieSchema($pageNumber,"EPS",sprintf(__('Please configure the coordinates for table %s'), $tableName)); + } + list($this->x, $this->y) = PMA_DBI_fetch_row($result); + $this->x = (double) $this->x; + $this->y = (double) $this->y; + // displayfield + $this->displayfield = PMA_getDisplayField($db, $tableName); + // index + $result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($tableName) . ';', null, PMA_DBI_QUERY_STORE); + if (PMA_DBI_num_rows($result) > 0) { + while ($row = PMA_DBI_fetch_assoc($result)) { + if ($row['Key_name'] == 'PRIMARY') { + $this->primary[] = $row['Column_name']; + } + } + } + } + + /** + * Returns title of the current table, + * title can have the dimensions/co-ordinates of the table + * + * @return string The relation/table name + * @access private + */ + private function _getTitle() + { + return ($this->_showInfo ? sprintf('%.0f', $this->width) . 'x' . sprintf('%.0f', $this->heightCell) : '') . ' ' . $this->_tableName; + } + + /** + * Sets the width of the table + * + * @param string font The font name + * @param integer fontSize The font size + * @global object The current eps document + * @return void + * @access private + * @see PMA_EPS + */ + private function _setWidthTable($font,$fontSize) + { + global $eps; + + foreach ($this->fields as $field) { + $this->width = max($this->width, $eps->getStringWidth($field,$font,$fontSize)); + } + $this->width += $eps->getStringWidth(' ',$font,$fontSize); + /* + * it is unknown what value must be added, because + * table title is affected by the tabe width value + */ + while ($this->width < $eps->getStringWidth($this->_getTitle(),$font,$fontSize)) { + $this->width += 7; + } + } + + /** + * Sets the height of the table + * + * @param integer fontSize The font size + * @return void + * @access private + */ + private function _setHeightTable($fontSize) + { + $this->heightCell = $fontSize + 4; + $this->height = (count($this->fields) + 1) * $this->heightCell; + } + + /** + * Draw the table + * + * @param boolean showColor Whether to display color + * @global object The current eps document + * @return void + * @access public + * @see PMA_EPS,PMA_EPS::line,PMA_EPS::rect + */ + public function tableDraw($showColor) + { + global $eps; + //echo $this->_tableName.'
                        '; + $eps->rect($this->x,$this->y + 12, + $this->width,$this->heightCell, + 1 + ); + $eps->showXY($this->_getTitle(),$this->x + 5,$this->y + 14); + foreach ($this->fields as $field) { + $this->currentCell += $this->heightCell; + $showColor = 'none'; + if ($showColor) { + if (in_array($field, $this->primary)) { + $showColor = '#0c0'; + } + if ($field == $this->displayfield) { + $showColor = 'none'; + } + } + $eps->rect($this->x,$this->y + 12 + $this->currentCell, + $this->width, $this->heightCell,1); + $eps->showXY($field, $this->x + 5, $this->y + 14 + $this->currentCell); + } + } +} + +/** + * Relation preferences/statistics + * + * This class fetches the table master and foreign fields positions + * and helps in generating the Table references and then connects + * master table's master field to foreign table's foreign key + * in EPS document. + * + * @name Relation_Stats + * @copyright + * @license + * @see PMA_EPS + */ +class Relation_Stats +{ + /** + * Defines properties + */ + public $xSrc, $ySrc; + public $srcDir ; + public $destDir; + public $xDest, $yDest; + public $wTick = 10; + + /** + * The "Relation_Stats" constructor + * + * @param string master_table The master table name + * @param string master_field The relation field in the master table + * @param string foreign_table The foreign table name + * @param string foreigh_field The relation field in the foreign table + * @see Relation_Stats::_getXy + */ + function __construct($master_table, $master_field, $foreign_table, $foreign_field) + { + $src_pos = $this->_getXy($master_table, $master_field); + $dest_pos = $this->_getXy($foreign_table, $foreign_field); + /* + * [0] is x-left + * [1] is x-right + * [2] is y + */ + $src_left = $src_pos[0] - $this->wTick; + $src_right = $src_pos[1] + $this->wTick; + $dest_left = $dest_pos[0] - $this->wTick; + $dest_right = $dest_pos[1] + $this->wTick; + + $d1 = abs($src_left - $dest_left); + $d2 = abs($src_right - $dest_left); + $d3 = abs($src_left - $dest_right); + $d4 = abs($src_right - $dest_right); + $d = min($d1, $d2, $d3, $d4); + + if ($d == $d1) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d2) { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d3) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } else { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } + $this->ySrc = $src_pos[2] + 10; + $this->yDest = $dest_pos[2] + 10; + } + + /** + * Gets arrows coordinates + * + * @param string table The current table name + * @param string column The relation column name + * @return array Arrows coordinates + * @access private + */ + private function _getXy($table, $column) + { + $pos = array_search($column, $table->fields); + // x_left, x_right, y + return array($table->x, $table->x + $table->width, $table->y + ($pos + 1.5) * $table->heightCell); + } + + /** + * draws relation links and arrows + * shows foreign key relations + * + * @param boolean changeColor Whether to use one color per relation or not + * @global object The current EPS document + * @access public + * @see PMA_EPS + */ + public function relationDraw($changeColor) + { + global $eps; + + if ($changeColor) { + $listOfColors = array( + 'red', + 'grey', + 'black', + 'yellow', + 'green', + 'cyan', + ' orange' + ); + shuffle($listOfColors); + $color = $listOfColors[0]; + } else { + $color = 'black'; + } + // draw a line like -- to foreign field + $eps->line($this->xSrc,$this->ySrc, + $this->xSrc + $this->srcDir * $this->wTick,$this->ySrc, + 1 + ); + // draw a line like -- to master field + $eps->line($this->xDest + $this->destDir * $this->wTick, $this->yDest, + $this->xDest, $this->yDest, + 1 + ); + // draw a line that connects to master field line and foreign field line + $eps->line($this->xSrc + $this->srcDir * $this->wTick,$this->ySrc, + $this->xDest + $this->destDir * $this->wTick, $this->yDest, + 1 + ); + $root2 = 2 * sqrt(2); + $eps->line($this->xSrc + $this->srcDir * $this->wTick * 0.75, $this->ySrc, + $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick , + $this->ySrc + $this->wTick / $root2 , + 1 + ); + $eps->line($this->xSrc + $this->srcDir * $this->wTick * 0.75, $this->ySrc, + $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick , + $this->ySrc - $this->wTick / $root2 , + 1 + ); + $eps->line($this->xDest + $this->destDir * $this->wTick / 2 , $this->yDest , + $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick, + $this->yDest + $this->wTick / $root2 , + 1); + $eps->line($this->xDest + $this->destDir * $this->wTick / 2 , + $this->yDest , $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick , + $this->yDest - $this->wTick / $root2 , + 1 + ); + } +} +/* +* end of the "Relation_Stats" class +*/ + +/** + * EPS Relation Schema Class + * + * Purpose of this class is to generate the EPS Document + * which is used for representing the database diagrams. + * This class uses post script commands and with + * the combination of these commands actually helps in preparing EPS Document. + * + * This class inherits Export_Relation_Schema class has common functionality added + * to this class + * + * @name Eps_Relation_Schema + * @copyright + * @license + */ +class PMA_Eps_Relation_Schema extends PMA_Export_Relation_Schema +{ + private $tables = array(); + private $_relations = array(); + + /** + * The "PMA_EPS_Relation_Schema" constructor + * + * Upon instantiation This starts writing the EPS document + * user will be prompted for download as .eps extension + * + * @return void + * @see PMA_EPS + */ + function __construct() + { + global $eps,$db; + + $this->setPageNumber($_POST['pdf_page_number']); + $this->setShowColor(isset($_POST['show_color'])); + $this->setShowKeys(isset($_POST['show_keys'])); + $this->setTableDimension(isset($_POST['show_table_dimension'])); + $this->setAllTableSameWidth(isset($_POST['all_table_same_wide'])); + $this->setOrientation($_POST['orientation']); + $this->setExportType($_POST['export_type']); + + $eps = new PMA_EPS(); + $eps->setTitle(sprintf(__('Schema of the %s database - Page %s'), $db, $this->pageNumber)); + $eps->setAuthor('phpMyAdmin ' . PMA_VERSION); + $eps->setDate(date("j F Y, g:i a")); + $eps->setOrientation($this->orientation); + $eps->setFont('Verdana','10'); + + + + $alltables = $this->getAllTables($db,$this->pageNumber); + + foreach ($alltables AS $table) { + if (!isset($this->tables[$table])) { + $this->tables[$table] = new Table_Stats($table,$eps->getFont(),$eps->getFontSize(), $this->pageNumber, $this->_tablewidth, $this->showKeys, $this->tableDimension); + } + + if ($this->sameWide) { + $this->tables[$table]->width = $this->_tablewidth; + } + } + + $seen_a_relation = false; + foreach ($alltables as $one_table) { + $exist_rel = PMA_getForeigners($db, $one_table, '', 'both'); + if ($exist_rel) { + $seen_a_relation = true; + foreach ($exist_rel as $master_field => $rel) { + /* put the foreign table on the schema only if selected + * by the user + * (do not use array_search() because we would have to + * to do a === FALSE and this is not PHP3 compatible) + */ + if (in_array($rel['foreign_table'], $alltables)) { + $this->_addRelation($one_table,$eps->getFont(),$eps->getFontSize(), $master_field, $rel['foreign_table'], $rel['foreign_field'], $this->tableDimension); + } + } + } + } + if ($seen_a_relation) { + $this->_drawRelations($this->showColor); + } + + $this->_drawTables($this->showColor); + $eps->endEpsDoc(); + $eps->showOutput($db.'-'.$this->pageNumber); + exit(); + } + + /** + * Defines relation objects + * + * @param string masterTable The master table name + * @param string masterField The relation field in the master table + * @param string foreignTable The foreign table name + * @param string foreignField The relation field in the foreign table + * @param boolean showInfo Whether to display table position or not + * @return void + * @access private + * @see _setMinMax,Table_Stats::__construct(),Relation_Stats::__construct() + */ + private function _addRelation($masterTable,$font,$fontSize, $masterField, $foreignTable, $foreignField, $showInfo) + { + if (!isset($this->tables[$masterTable])) { + $this->tables[$masterTable] = new Table_Stats($masterTable, $font, $fontSize, $this->pageNumber, $this->_tablewidth, false, $showInfo); + } + if (!isset($this->tables[$foreignTable])) { + $this->tables[$foreignTable] = new Table_Stats($foreignTable,$font,$fontSize,$this->pageNumber, $this->_tablewidth, false, $showInfo); + } + $this->_relations[] = new Relation_Stats($this->tables[$masterTable], $masterField, $this->tables[$foreignTable], $foreignField); + } + + /** + * Draws relation arrows and lines + * connects master table's master field to + * foreign table's forein field + * + * @param boolean changeColor Whether to use one color per relation or not + * @return void + * @access private + * @see Relation_Stats::relationDraw() + */ + private function _drawRelations($changeColor) + { + foreach ($this->_relations as $relation) { + $relation->relationDraw($changeColor); + } + } + + /** + * Draws tables + * + * @param boolean changeColor Whether to show color for primary fields or not + * @return void + * @access private + * @see Table_Stats::Table_Stats_tableDraw() + */ + private function _drawTables($changeColor) + { + foreach ($this->tables as $table) { + $table->tableDraw($changeColor); + } + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/Export_Relation_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/Export_Relation_Schema.class.php new file mode 100644 index 000000000..2d23c5bbf --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/Export_Relation_Schema.class.php @@ -0,0 +1,221 @@ +pageNumber = isset($value) ? $value : 1; + } + + /** + * Set Show Grid + * + * @param boolean value show grid of the document or not + * @return void + * @access public + */ + public function setShowGrid($value) + { + $this->showGrid = (isset($value) && $value == 'on') ? 1 : 0; + } + + public function setShowColor($value) + { + $this->showColor = (isset($value) && $value == 'on') ? 1 : 0; + } + + /** + * Set Table Dimension + * + * @param boolean value show table co-ordinates or not + * @return void + * @access public + */ + public function setTableDimension($value) + { + $this->tableDimension = (isset($value) && $value == 'on') ? 1 : 0; + } + + /** + * Set same width of All Tables + * + * @param boolean value set same width of all tables or not + * @return void + * @access public + */ + public function setAllTableSameWidth($value) + { + $this->sameWide = (isset($value) && $value == 'on') ? 1 : 0; + } + + /** + * Set Data Dictionary + * + * @param boolean value show selected database data dictionary or not + * @return void + * @access public + */ + public function setWithDataDictionary($value) + { + $this->withDoc = (isset($value) && $value == 'on') ? 1 : 0; + } + + /** + * Set Show only keys + * + * @param boolean value show only keys or not + * @return void + * @access public + */ + public function setShowKeys($value) + { + $this->showKeys = (isset($value) && $value == 'on') ? 1 : 0; + } + + /** + * Set Orientation + * + * @param string value Orientation will be portrait or landscape + * @return void + * @access public + */ + public function setOrientation($value) + { + $this->orientation = (isset($value) && $value == 'P') ? 'P' : 'L'; + } + + /** + * Set type of paper + * + * @param string value paper type can be A4 etc + * @return void + * @access public + */ + public function setPaper($value) + { + $this->paper = isset($value) ? $value : 'A4'; + } + + /** + * Set title of the page + * + * @param string value title of the page displayed at top of the document + * @return void + * @access public + */ + public function setPageTitle($title) + { + $this->_pageTitle=$title; + } + + /** + * Set type of export relational schema + * + * @param string value can be pdf,svg,dia,visio,eps etc + * @return void + * @access public + */ + public function setExportType($value) + { + $this->exportType=$value; + } + + /** + * get all tables involved or included in page + * + * @param string db name of the database + * @param integer pageNumber page number whose tables will be fetched in an array + * @return Array an array of tables + * @access public + */ + public function getAllTables($db,$pageNumber) + { + global $cfgRelation; + // Get All tables + $tab_sql = 'SELECT table_name FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND pdf_page_number = ' . $pageNumber; + + $tab_rs = PMA_query_as_controluser($tab_sql, null, PMA_DBI_QUERY_STORE); + if (!$tab_rs || !PMA_DBI_num_rows($tab_rs) > 0) { + $this->dieSchema('',__('This page does not contain any tables!')); + } + while ($curr_table = @PMA_DBI_fetch_assoc($tab_rs)) { + $alltables[] = PMA_sqlAddslashes($curr_table['table_name']); + } + return $alltables; + } + + /** + * Displays an error message + * + * @param integer pageNumber ID of the chosen page + * @param string type Schema Type + * @param string error_message the error mesage + * @global array the PMA configuration array + * @global integer the current server id + * @global string the current language + * @global string the charset to convert to + * @global string the current database name + * @global string the current charset + * @global string the current text direction + * @global string a localized string + * @global string an other localized string + * @access public + * @return void + */ + function dieSchema($pageNumber, $type = '', $error_message = '') + { + global $cfg; + global $server, $lang, $convcharset, $db; + global $charset, $text_dir; + + require_once './libraries/header.inc.php'; + echo "

                        " . __("SCHEMA ERROR: ") . $type ."

                        " . "\n"; + if (!empty($error_message)) { + $error_message = htmlspecialchars($error_message); + } + echo '

                        ' . "\n"; + echo ' ' . $error_message . "\n"; + echo '

                        ' . "\n"; + echo '
                        ' . __('Back') . ''; + echo "\n"; + require_once './libraries/footer.inc.php'; + exit(); + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/Pdf_Relation_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/Pdf_Relation_Schema.class.php new file mode 100644 index 000000000..ad0fe7a11 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/Pdf_Relation_Schema.class.php @@ -0,0 +1,1347 @@ +h; + } + + public function getW() + { + return $this->w; + } + + public function setCMargin($c_margin) + { + $this->cMargin = $c_margin; + } + + function SetAlias($name, $value) + { + $this->Alias[$name] = $value ; + } + + function _putpages() + { + if (count($this->Alias) > 0) { + $nb = $this->page; + foreach ($this->Alias as $alias => $value) { + for ($n = 1;$n <= $nb;$n++) + $this->pages[$n]=str_replace($alias, $value, $this->pages[$n]); + } + } + parent::_putpages(); + } + + // added because tcpdf for PHP 5 has a protected $buffer + public function getBuffer() + { + return $this->buffer; + } + + public function getState() + { + return $this->state; + } + + /** + * Sets the scaling factor, defines minimum coordinates and margins + * + * @param float scale The scaling factor + * @param float _xMin The minimum X coordinate + * @param float _yMin The minimum Y coordinate + * @param float leftMargin The left margin + * @param float topMargin The top margin + * @access public + */ + function PMA_PDF_setScale($scale = 1, $xMin = 0, $yMin = 0, $leftMargin = -1, $topMargin = -1) + { + $this->scale = $scale; + $this->_xMin = $xMin; + $this->_yMin = $yMin; + if ($this->leftMargin != -1) { + $this->leftMargin = $leftMargin; + } + if ($this->topMargin != -1) { + $this->topMargin = $topMargin; + } + } + + /** + * Outputs a scaled cell + * + * @param float w The cell width + * @param float h The cell height + * @param string txt The text to output + * @param mixed border Whether to add borders or not + * @param integer ln Where to put the cursor once the output is done + * @param string align Align mode + * @param integer fill Whether to fill the cell with a color or not + * @access public + * @see TCPDF::Cell() + */ + function PMA_PDF_cellScale($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '') + { + $h = $h / $this->scale; + $w = $w / $this->scale; + $this->Cell($w, $h, $txt, $border, $ln, $align, $fill, $link); + } + + /** + * Draws a scaled line + * + * @param float x1 The horizontal position of the starting point + * @param float y1 The vertical position of the starting point + * @param float x2 The horizontal position of the ending point + * @param float y2 The vertical position of the ending point + * @access public + * @see TCPDF::Line() + */ + function PMA_PDF_lineScale($x1, $y1, $x2, $y2) + { + $x1 = ($x1 - $this->_xMin) / $this->scale + $this->leftMargin; + $y1 = ($y1 - $this->_yMin) / $this->scale + $this->topMargin; + $x2 = ($x2 - $this->_xMin) / $this->scale + $this->leftMargin; + $y2 = ($y2 - $this->_yMin) / $this->scale + $this->topMargin; + $this->Line($x1, $y1, $x2, $y2); + } + + /** + * Sets x and y scaled positions + * + * @param float x The x position + * @param float y The y position + * @access public + * @see TCPDF::SetXY() + */ + function PMA_PDF_setXyScale($x, $y) + { + $x = ($x - $this->_xMin) / $this->scale + $this->leftMargin; + $y = ($y - $this->_yMin) / $this->scale + $this->topMargin; + $this->SetXY($x, $y); + } + + /** + * Sets the X scaled positions + * + * @param float x The x position + * @access public + * @see TCPDF::SetX() + */ + function PMA_PDF_setXScale($x) + { + $x = ($x - $this->_xMin) / $this->scale + $this->leftMargin; + $this->SetX($x); + } + + /** + * Sets the scaled font size + * + * @param float size The font size (in points) + * @access public + * @see TCPDF::SetFontSize() + */ + function PMA_PDF_setFontSizeScale($size) + { + // Set font size in points + $size = $size / $this->scale; + $this->SetFontSize($size); + } + + /** + * Sets the scaled line width + * + * @param float width The line width + * @access public + * @see TCPDF::SetLineWidth() + */ + function PMA_PDF_setLineWidthScale($width) + { + $width = $width / $this->scale; + $this->SetLineWidth($width); + } + + /** + * Displays an error message + * + * @param string error_message the error mesage + * @access public + * @see PMA_Export_Relation_Schema::dieSchema + */ + function Error($error_message = '') + { + PMA_Export_Relation_Schema::dieSchema($error_message); + } + + function Header() + { + // We only show this if we find something in the new pdf_pages table + + // This function must be named "Header" to work with the TCPDF library + global $cfgRelation, $db, $pdf_page_number, $with_doc; + if ($with_doc) { + $test_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND page_nr = \'' . $pdf_page_number . '\''; + $test_rs = PMA_query_as_controluser($test_query); + $pages = @PMA_DBI_fetch_assoc($test_rs); + $this->SetFont($this->_ff, 'B', 14); + $this->Cell(0, 6, ucfirst($pages['page_descr']), 'B', 1, 'C'); + $this->SetFont($this->_ff, ''); + $this->Ln(); + } + } + + function Footer() + { + // This function must be named "Footer" to work with the TCPDF library + global $with_doc; + if ($with_doc) { + $this->SetY(-15); + $this->SetFont($this->_ff, '', 14); + $this->Cell(0, 6, __('Page number:') . ' ' . $this->getAliasNumPage() . '/' . $this->getAliasNbPages(), 'T', 0, 'C'); + $this->Cell(0, 6, PMA_localisedDate(), 0, 1, 'R'); + $this->SetY(20); + } + } + + function Bookmark($txt, $level = 0, $y = 0, $page = '') + { + // Add a bookmark + $this->Outlines[0][] = $level; + $this->Outlines[1][] = $txt; + $this->Outlines[2][] = $this->page; + if ($y == -1) { + $y = $this->GetY(); + } + $this->Outlines[3][] = round($this->hPt - $y * $this->k, 2); + } + + function _putbookmarks() + { + if (count($this->Outlines) > 0) { + // Save object number + $memo_n = $this->n; + // Take the number of sub elements for an outline + $nb_outlines = sizeof($this->Outlines[0]); + $first_level = array(); + $parent = array(); + $parent[0] = 1; + for ($i = 0; $i < $nb_outlines; $i++) { + $level = $this->Outlines[0][$i]; + $kids = 0; + $last = -1; + $prev = -1; + $next = -1; + if ($i > 0) { + $cursor = $i-1; + // Take the previous outline in the same level + while ($this->Outlines[0][$cursor] > $level && $cursor > 0) + $cursor--; + if ($this->Outlines[0][$cursor] == $level) { + $prev = $cursor; + } + } + if ($i < $nb_outlines-1) { + $cursor = $i + 1; + while (isset($this->Outlines[0][$cursor]) && $this->Outlines[0][$cursor] > $level) { + // Take the immediate kid in level + 1 + if ($this->Outlines[0][$cursor] == $level + 1) { + $kids++; + $last = $cursor; + } + $cursor++; + } + $cursor = $i + 1; + // Take the next outline in the same level + while ($this->Outlines[0][$cursor] > $level && ($cursor + 1 < sizeof($this->Outlines[0]))) + $cursor++; + if ($this->Outlines[0][$cursor] == $level) { + $next = $cursor; + } + } + $this->_newobj(); + $parent[$level + 1] = $this->n; + if ($level == 0) { + $first_level[] = $this->n; + } + $this->_out('<<'); + $this->_out('/Title (' . $this->Outlines[1][$i] . ')'); + $this->_out('/Parent ' . $parent[$level] . ' 0 R'); + if ($prev != -1) { + $this->_out('/Prev ' . ($memo_n + $prev + 1) . ' 0 R'); + } + if ($next != -1) { + $this->_out('/Next ' . ($this->n + $next - $i) . ' 0 R'); + } + $this->_out('/Dest [' . (1 + (2 * $this->Outlines[2][$i])) . ' 0 R /XYZ null ' . $this->Outlines[3][$i] . ' null]'); + if ($kids > 0) { + $this->_out('/First ' . ($this->n + 1) . ' 0 R'); + $this->_out('/Last ' . ($this->n + $last - $i) . ' 0 R'); + $this->_out('/Count -' . $kids); + } + $this->_out('>>'); + $this->_out('endobj'); + } + // First page of outlines + $this->_newobj(); + $this->def_outlines = $this->n; + $this->_out('<<'); + $this->_out('/Type'); + $this->_out('/Outlines'); + $this->_out('/First ' . $first_level[0] . ' 0 R'); + $this->_out('/Last ' . $first_level[sizeof($first_level)-1] . ' 0 R'); + $this->_out('/Count ' . sizeof($first_level)); + $this->_out('>>'); + $this->_out('endobj'); + } + } + + function _putresources() + { + parent::_putresources(); + $this->_putbookmarks(); + } + + function SetWidths($w) + { + // column widths + $this->widths = $w; + } + + function Row($data, $links) + { + // line height + $nb = 0; + $data_cnt = count($data); + for ($i = 0;$i < $data_cnt;$i++) + $nb = max($nb, $this->NbLines($this->widths[$i], $data[$i])); + $il = $this->FontSize; + $h = ($il + 1) * $nb; + // page break if necessary + $this->CheckPageBreak($h); + // draw the cells + $data_cnt = count($data); + for ($i = 0;$i < $data_cnt;$i++) { + $w = $this->widths[$i]; + // save current position + $x = $this->GetX(); + $y = $this->GetY(); + // draw the border + $this->Rect($x, $y, $w, $h); + if (isset($links[$i])) { + $this->Link($x, $y, $w, $h, $links[$i]); + } + // print text + $this->MultiCell($w, $il + 1, $data[$i], 0, 'L'); + // go to right side + $this->SetXY($x + $w, $y); + } + // go to line + $this->Ln($h); + } + + function NbLines($w, $txt) + { + // compute number of lines used by a multicell of width w + $cw = &$this->CurrentFont['cw']; + if ($w == 0) { + $w = $this->w - $this->rMargin - $this->x; + } + $wmax = ($w-2 * $this->cMargin) * 1000 / $this->FontSize; + $s = str_replace("\r", '', $txt); + $nb = strlen($s); + if ($nb > 0 and $s[$nb-1] == "\n") { + $nb--; + } + $sep = -1; + $i = 0; + $j = 0; + $l = 0; + $nl = 1; + while ($i < $nb) { + $c = $s[$i]; + if ($c == "\n") { + $i++; + $sep = -1; + $j = $i; + $l = 0; + $nl++; + continue; + } + if ($c == ' ') { + $sep = $i; + } + $l += isset($cw[ord($c)])?$cw[ord($c)]:0 ; + if ($l > $wmax) { + if ($sep == -1) { + if ($i == $j) { + $i++; + } + } else { + $i = $sep + 1; + } + $sep = -1; + $j = $i; + $l = 0; + $nl++; + } else { + $i++; + } + } + return $nl; + } +} + +/** + * Table preferences/statistics + * + * This class preserves the table co-ordinates,fields + * and helps in drawing/generating the Tables in PDF document. + * + * @name Table_Stats + * @copyright + * @license + * @see PMA_PDF + */ +class Table_Stats +{ + /** + * Defines properties + */ + private $_tableName; + private $_showInfo = false; + + public $nb_fiels; + public $width = 0; + public $height; + public $fields = array(); + public $heightCell = 6; + public $x, $y; + public $primary = array(); + private $_ff = PMA_PDF_FONT; + + /** + * The "Table_Stats" constructor + * + * @param string table_name The table name + * @param integer fontSize The font size + * @param integer pageNumber The current page number (from the + * $cfg['Servers'][$i]['table_coords'] table) + * @param integer sameWideWidth The max. with among tables + * @param boolean showKeys Whether to display keys or not + * @param boolean showInfo Whether to display table position or not + * @global object The current PDF document + * @global array The relations settings + * @global string The current db name + * @see PMA_PDF, Table_Stats::Table_Stats_setWidth, + Table_Stats::Table_Stats_setHeight + */ + function __construct($tableName, $fontSize, $pageNumber, &$sameWideWidth, $showKeys = false, $showInfo = false) + { + global $pdf, $cfgRelation, $db; + + $this->_tableName = $tableName; + $sql = 'DESCRIBE ' . PMA_backquote($tableName); + $result = PMA_DBI_try_query($sql, null, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $pdf->Error(sprintf(__('The %s table doesn\'t exist!'), $tableName)); + } + // load fields + //check to see if it will load all fields or only the foreign keys + if ($showKeys) { + $indexes = PMA_Index::getFromTable($this->_tableName, $db); + $all_columns = array(); + foreach ($indexes as $index) { + $all_columns = array_merge($all_columns, array_flip(array_keys($index->getColumns()))); + } + $this->fields = array_keys($all_columns); + } else { + while ($row = PMA_DBI_fetch_row($result)) { + $this->fields[] = $row[0]; + } + } + + $this->_showInfo = $showInfo; + $this->_setHeight(); + /* + * setWidth must me after setHeight, because title + * can include table height which changes table width + */ + $this->_setWidth($fontSize); + if ($sameWideWidth < $this->width) { + $sameWideWidth = $this->width; + } + $sql = 'SELECT x, y FROM ' + . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($tableName) . '\'' + . ' AND pdf_page_number = ' . $pageNumber; + $result = PMA_query_as_controluser($sql, false, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $pdf->Error(sprintf(__('Please configure the coordinates for table %s'), $tableName)); + } + list($this->x, $this->y) = PMA_DBI_fetch_row($result); + $this->x = (double) $this->x; + $this->y = (double) $this->y; + /* + * displayfield + */ + $this->displayfield = PMA_getDisplayField($db, $tableName); + /* + * index + */ + $result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($tableName) . ';', null, PMA_DBI_QUERY_STORE); + if (PMA_DBI_num_rows($result) > 0) { + while ($row = PMA_DBI_fetch_assoc($result)) { + if ($row['Key_name'] == 'PRIMARY') { + $this->primary[] = $row['Column_name']; + } + } + } + } + + /** + * Returns title of the current table, + * title can have the dimensions of the table + * + * @access private + */ + private function _getTitle() + { + return ($this->_showInfo ? sprintf('%.0f', $this->width) . 'x' . sprintf('%.0f', $this->height) : '') . ' ' . $this->_tableName; + } + + /** + * Sets the width of the table + * + * @param integer fontSize The font size + * @global object The current PDF document + * @access private + * @see PMA_PDF + */ + function _setWidth($fontSize) + { + global $pdf; + + foreach ($this->fields as $field) { + $this->width = max($this->width, $pdf->GetStringWidth($field)); + } + $this->width += $pdf->GetStringWidth(' '); + $pdf->SetFont($this->_ff, 'B', $fontSize); + /* + * it is unknown what value must be added, because + * table title is affected by the tabe width value + */ + while ($this->width < $pdf->GetStringWidth($this->_getTitle())) { + $this->width += 5; + } + $pdf->SetFont($this->_ff, '', $fontSize); + } + + /** + * Sets the height of the table + * + * @access private + */ + private function _setHeight() + { + $this->height = (count($this->fields) + 1) * $this->heightCell; + } + + /** + * Do draw the table + * + * @param integer fontSize The font size + * @param boolean setColor Whether to display color + * @global object The current PDF document + * @access public + * @see PMA_PDF + */ + public function tableDraw($fontSize, $withDoc, $setColor = 0) + { + global $pdf, $withDoc; + + $pdf->PMA_PDF_setXyScale($this->x, $this->y); + $pdf->SetFont($this->_ff, 'B', $fontSize); + if ($setColor) { + $pdf->SetTextColor(200); + $pdf->SetFillColor(0, 0, 128); + } + if ($withDoc) { + $pdf->SetLink($pdf->PMA_links['RT'][$this->_tableName]['-'], -1); + } else { + $pdf->PMA_links['doc'][$this->_tableName]['-'] = ''; + } + + $pdf->PMA_PDF_cellScale($this->width, $this->heightCell, $this->_getTitle(), 1, 1, 'C', $setColor, $pdf->PMA_links['doc'][$this->_tableName]['-']); + $pdf->PMA_PDF_setXScale($this->x); + $pdf->SetFont($this->_ff, '', $fontSize); + $pdf->SetTextColor(0); + $pdf->SetFillColor(255); + + foreach ($this->fields as $field) { + if ($setColor) { + if (in_array($field, $this->primary)) { + $pdf->SetFillColor(215, 121, 123); + } + if ($field == $this->displayfield) { + $pdf->SetFillColor(142, 159, 224); + } + } + if ($withDoc) { + $pdf->SetLink($pdf->PMA_links['RT'][$this->_tableName][$field], -1); + } else { + $pdf->PMA_links['doc'][$this->_tableName][$field] = ''; + } + + $pdf->PMA_PDF_cellScale($this->width, $this->heightCell, ' ' . $field, 1, 1, 'L', $setColor, $pdf->PMA_links['doc'][$this->_tableName][$field]); + $pdf->PMA_PDF_setXScale($this->x); + $pdf->SetFillColor(255); + } + /*if ($pdf->PageNo() > 1) { + $pdf->PMA_PDF_die(__('The scale factor is too small to fit the schema on one page')); + } */ + } +} + +/** + * Relation preferences/statistics + * + * This class fetches the table master and foreign fields positions + * and helps in generating the Table references and then connects + * master table's master field to foreign table's foreign key + * in PDF document. + * + * @name Relation_Stats + * @copyright + * @license + * @see PMA_PDF::SetDrawColor,PMA_PDF::PMA_PDF_setLineWidthScale,PMA_PDF::PMA_PDF_lineScale + */ +class Relation_Stats +{ + /** + * Defines properties + */ + public $xSrc, $ySrc; + public $srcDir; + public $destDir; + public $xDest, $yDest; + public $wTick = 5; + + /** + * The "Relation_Stats" constructor + * + * @param string master_table The master table name + * @param string master_field The relation field in the master table + * @param string foreign_table The foreign table name + * @param string foreigh_field The relation field in the foreign table + * @see Relation_Stats::_getXy + */ + function __construct($master_table, $master_field, $foreign_table, $foreign_field) + { + $src_pos = $this->_getXy($master_table, $master_field); + $dest_pos = $this->_getXy($foreign_table, $foreign_field); + /* + * [0] is x-left + * [1] is x-right + * [2] is y + */ + $src_left = $src_pos[0] - $this->wTick; + $src_right = $src_pos[1] + $this->wTick; + $dest_left = $dest_pos[0] - $this->wTick; + $dest_right = $dest_pos[1] + $this->wTick; + + $d1 = abs($src_left - $dest_left); + $d2 = abs($src_right - $dest_left); + $d3 = abs($src_left - $dest_right); + $d4 = abs($src_right - $dest_right); + $d = min($d1, $d2, $d3, $d4); + + if ($d == $d1) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d2) { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d3) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } else { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } + $this->ySrc = $src_pos[2]; + $this->yDest = $dest_pos[2]; + } + + /** + * Gets arrows coordinates + * + * @param string table The current table name + * @param string column The relation column name + * @return array Arrows coordinates + * @access private + */ + private function _getXy($table, $column) + { + $pos = array_search($column, $table->fields); + // x_left, x_right, y + return array($table->x, $table->x + + $table->width, $table->y + ($pos + 1.5) * $table->heightCell); + } + + /** + * draws relation links and arrows + * shows foreign key relations + * + * @param boolean changeColor Whether to use one color per relation or not + * @param integer i The id of the link to draw + * @global object The current PDF document + * @access public + * @see PMA_PDF + */ + public function relationDraw($changeColor, $i) + { + global $pdf; + + if ($changeColor) { + $d = $i % 6; + $j = ($i - $d) / 6; + $j = $j % 4; + $j++; + $case = array( + array(1, 0, 0), + array(0, 1, 0), + array(0, 0, 1), + array(1, 1, 0), + array(1, 0, 1), + array(0, 1, 1) + ); + list ($a, $b, $c) = $case[$d]; + $e = (1 - ($j - 1) / 6); + $pdf->SetDrawColor($a * 255 * $e, $b * 255 * $e, $c * 255 * $e); + } else { + $pdf->SetDrawColor(0); + } + $pdf->PMA_PDF_setLineWidthScale(0.2); + $pdf->PMA_PDF_lineScale($this->xSrc, $this->ySrc, $this->xSrc + $this->srcDir * $this->wTick, $this->ySrc); + $pdf->PMA_PDF_lineScale($this->xDest + $this->destDir * $this->wTick, $this->yDest, $this->xDest, $this->yDest); + $pdf->PMA_PDF_setLineWidthScale(0.1); + $pdf->PMA_PDF_lineScale($this->xSrc + $this->srcDir * $this->wTick, $this->ySrc, $this->xDest + $this->destDir * $this->wTick, $this->yDest); + /* + * Draws arrows -> + */ + $root2 = 2 * sqrt(2); + $pdf->PMA_PDF_lineScale($this->xSrc + $this->srcDir * $this->wTick * 0.75, $this->ySrc, $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick, $this->ySrc + $this->wTick / $root2); + $pdf->PMA_PDF_lineScale($this->xSrc + $this->srcDir * $this->wTick * 0.75, $this->ySrc, $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick, $this->ySrc - $this->wTick / $root2); + + $pdf->PMA_PDF_lineScale($this->xDest + $this->destDir * $this->wTick / 2, $this->yDest, $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick, $this->yDest + $this->wTick / $root2); + $pdf->PMA_PDF_lineScale($this->xDest + $this->destDir * $this->wTick / 2, $this->yDest, $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick, $this->yDest - $this->wTick / $root2); + $pdf->SetDrawColor(0); + } +} + +/** + * Pdf Relation Schema Class + * + * Purpose of this class is to generate the PDF Document. PDF is widely + * used format for documenting text,fonts,images and 3d vector graphics. + * + * This class inherits Export_Relation_Schema class has common functionality added + * to this class + * + * @name Pdf_Relation_Schema + * @copyright + * @license + */ +class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema +{ + /** + * Defines properties + */ + private $_tables = array(); + private $_relations = array(); + private $_ff = PMA_PDF_FONT; + private $_xMax = 0; + private $_yMax = 0; + private $scale; + private $_xMin = 100000; + private $_yMin = 100000; + private $topMargin = 10; + private $bottomMargin = 10; + private $leftMargin = 10; + private $rightMargin = 10; + private $_tablewidth; + + /** + * The "PMA_Pdf_Relation_Schema" constructor + * + * @global object The current PDF Schema document + * @global string The current db name + * @global array The relations settings + * @access private + * @see PMA_PDF + */ + function __construct() + { + global $pdf,$db,$cfgRelation; + + $this->setPageNumber($_POST['pdf_page_number']); + $this->setShowGrid(isset($_POST['show_grid'])); + $this->setShowColor(isset($_POST['show_color'])); + $this->setShowKeys(isset($_POST['show_keys'])); + $this->setTableDimension(isset($_POST['show_table_dimension'])); + $this->setAllTableSameWidth(isset($_POST['all_table_same_wide'])); + $this->setWithDataDictionary($_POST['with_doc']); + $this->setOrientation($_POST['orientation']); + $this->setPaper($_POST['paper']); + $this->setExportType($_POST['export_type']); + + // Initializes a new document + $pdf = new PMA_PDF($this->orientation, 'mm', $this->paper); + $pdf->SetTitle(sprintf(__('Schema of the %s database - Page %s'), $GLOBALS['db'], $this->pageNumber)); + $pdf->setCMargin(0); + $pdf->Open(); + $pdf->SetAuthor('phpMyAdmin ' . PMA_VERSION); + $pdf->AliasNbPages(); + $pdf->AddFont('DejaVuSans', '', 'dejavusans.php'); + $pdf->AddFont('DejaVuSans', 'B', 'dejavusansb.php'); + $pdf->AddFont('DejaVuSerif', '', 'dejavuserif.php'); + $pdf->AddFont('DejaVuSerif', 'B', 'dejavuserifb.php'); + $pdf->SetFont($this->_ff, '', 14); + $pdf->setFooterFont(array($this->_ff, '', 14)); + $pdf->SetAutoPageBreak('auto'); + $alltables = $this->getAllTables($db,$this->pageNumber); + + if ($this->withDoc) { + $pdf->SetAutoPageBreak('auto', 15); + $pdf->setCMargin(1); + $this->dataDictionaryDoc($alltables); + $pdf->SetAutoPageBreak('auto'); + $pdf->setCMargin(0); + } + + $pdf->Addpage(); + + if ($this->withDoc) { + $pdf->SetLink($pdf->PMA_links['RT']['-'], -1); + $pdf->Bookmark(__('Relational schema')); + $pdf->SetAlias('{00}', $pdf->PageNo()) ; + $this->topMargin = 28; + $this->bottomMargin = 28; + } + + /* snip */ + foreach ($alltables as $table) { + if (!isset($this->tables[$table])) { + $this->tables[$table] = new Table_Stats($table, $this->_ff, $this->pageNumber, $this->_tablewidth, $this->showKeys, $this->tableDimension); + } + if ($this->sameWide) { + $this->tables[$table]->width = $this->_tablewidth; + } + $this->_setMinMax($this->tables[$table]); + } + + // Defines the scale factor + $this->scale = ceil( + max( + ($this->_xMax - $this->_xMin) / ($pdf->getW() - $this->rightMargin - $this->leftMargin), + ($this->_yMax - $this->_yMin) / ($pdf->getH() - $this->topMargin - $this->bottomMargin)) + * 100) / 100; + + $pdf->PMA_PDF_setScale($this->scale, $this->_xMin, $this->_yMin, $this->leftMargin, $this->topMargin); + // Builds and save the PDF document + $pdf->PMA_PDF_setLineWidthScale(0.1); + + if ($this->showGrid) { + $pdf->SetFontSize(10); + $this->_strokeGrid(); + } + $pdf->PMA_PDF_setFontSizeScale(14); + // previous logic was checking master tables and foreign tables + // but I think that looping on every table of the pdf page as a master + // and finding its foreigns is OK (then we can support innodb) + $seen_a_relation = false; + foreach ($alltables as $one_table) { + $exist_rel = PMA_getForeigners($db, $one_table, '', 'both'); + if ($exist_rel) { + $seen_a_relation = true; + foreach ($exist_rel as $master_field => $rel) { + // put the foreign table on the schema only if selected + // by the user + // (do not use array_search() because we would have to + // to do a === FALSE and this is not PHP3 compatible) + if (in_array($rel['foreign_table'], $alltables)) { + $this->_addRelation($one_table, $master_field, $rel['foreign_table'], $rel['foreign_field'], $this->tableDimension); + } + } // end while + } // end if + } // end while + + if ($seen_a_relation) { + $this->_drawRelations($this->showColor); + } + $this->_drawTables($this->showColor); + $this->_showOutput($this->pageNumber); + exit(); + } + + /** + * Sets X and Y minimum and maximum for a table cell + * + * @param string table The table name of which sets XY co-ordinates + * @access private + */ + private function _setMinMax($table) + { + $this->_xMax = max($this->_xMax, $table->x + $table->width); + $this->_yMax = max($this->_yMax, $table->y + $table->height); + $this->_xMin = min($this->_xMin, $table->x); + $this->_yMin = min($this->_yMin, $table->y); + } + + /** + * Defines relation objects + * + * @param string master_table The master table name + * @param string master_field The relation field in the master table + * @param string foreign_table The foreign table name + * @param string foreign_field The relation field in the foreign table + * @param boolean show_info Whether to display table position or not + * @access private + * @see _setMinMax + */ + private function _addRelation($masterTable, $masterField, $foreignTable, $foreignField, $showInfo) + { + if (!isset($this->tables[$masterTable])) { + $this->tables[$masterTable] = new Table_Stats($masterTable, $this->_ff, $this->pageNumber, $this->_tablewidth, false, $showInfo); + $this->_setMinMax($this->tables[$masterTable]); + } + if (!isset($this->tables[$foreignTable])) { + $this->tables[$foreignTable] = new Table_Stats($foreignTable, $this->_ff, $this->pageNumber, $this->_tablewidth, false, $showInfo); + $this->_setMinMax($this->tables[$foreignTable]); + } + $this->relations[] = new Relation_Stats($this->tables[$masterTable], $masterField, $this->tables[$foreignTable], $foreignField); + } + + /** + * Draws the grid + * + * @global object the current PMA_PDF instance + * @access private + * @see PMA_PDF + */ + private function _strokeGrid() + { + global $pdf; + + $gridSize = 10; + $labelHeight = 4; + $labelWidth = 5; + if ($this->withDoc) { + $topSpace = 6; + $bottomSpace = 15; + } else { + $topSpace = 0; + $bottomSpace = 0; + } + + $pdf->SetMargins(0, 0); + $pdf->SetDrawColor(200, 200, 200); + // Draws horizontal lines + for ($l = 0; $l <= intval(($pdf->getH() - $topSpace - $bottomSpace) / $gridSize); $l++) { + $pdf->line(0, $l * $gridSize + $topSpace, $pdf->getW(), $l * $gridSize + $topSpace); + // Avoid duplicates + if ($l > 0 && $l <= intval(($pdf->getH() - $topSpace - $bottomSpace - $labelHeight) / $gridSize)) { + $pdf->SetXY(0, $l * $gridSize + $topSpace); + $label = (string) sprintf('%.0f', ($l * $gridSize + $topSpace - $this->topMargin) * $this->scale + $this->_yMin); + $pdf->Cell($labelWidth, $labelHeight, ' ' . $label); + } // end if + } // end for + // Draws vertical lines + for ($j = 0; $j <= intval($pdf->getW() / $gridSize); $j++) { + $pdf->line($j * $gridSize, $topSpace, $j * $gridSize, $pdf->getH() - $bottomSpace); + $pdf->SetXY($j * $gridSize, $topSpace); + $label = (string) sprintf('%.0f', ($j * $gridSize - $this->leftMargin) * $this->scale + $this->_xMin); + $pdf->Cell($labelWidth, $labelHeight, $label); + } + } + + /** + * Draws relation arrows + * + * @param boolean changeColor Whether to use one color per relation or not + * @access private + * @see Relation_Stats::relationdraw() + */ + private function _drawRelations($changeColor) + { + $i = 0; + foreach ($this->relations as $relation) { + $relation->relationDraw($changeColor, $i); + $i++; + } + } + + /** + * Draws tables + * + * @param boolean changeColor Whether to display table position or not + * @access private + * @see Table_Stats::tableDraw() + */ + private function _drawTables($changeColor = 0) + { + foreach ($this->tables as $table) { + $table->tableDraw($this->_ff, $this->withDoc, $changeColor); + } + } + + /** + * Ouputs the PDF document to a file + * or sends the output to browser + * + * @global object The current PDF document + * @global string The current database name + * @global integer The current page number (from the + * $cfg['Servers'][$i]['table_coords'] table) + * @access private + * @see PMA_PDF + */ + private function _showOutput($pageNumber) + { + global $pdf, $db, $cfgRelation; + + $pdf->SetFontSize(14); + $pdf->SetLineWidth(0.2); + $pdf->SetDisplayMode('fullpage'); + // Get the name of this pdfpage to use as filename (Mike Beck) + $_name_sql = 'SELECT page_descr FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages']) + . ' WHERE page_nr = ' . $pageNumber; + $_name_rs = PMA_query_as_controluser($_name_sql); + if ($_name_rs) { + $_name_row = PMA_DBI_fetch_row($_name_rs); + $filename = $_name_row[0] . '.pdf'; + } + if (empty($filename)) { + $filename = $pageNumber . '.pdf'; + } + $fileName = PMA_sanitize_filename($fileName); + + // instead of $pdf->Output(): + $pdfData = $pdf->getPDFData(); + header('Content-Type: application/pdf'); + header('Content-Length: '.strlen($pdfData).''); + header('Content-disposition: attachment; filename="'.$filename.'"'); + echo $pdfData; + } + + public function dataDictionaryDoc($alltables) + { + global $db, $pdf, $orientation, $paper; + // TOC + $pdf->addpage($GLOBALS['orientation']); + $pdf->Cell(0, 9, __('Table of contents'), 1, 0, 'C'); + $pdf->Ln(15); + $i = 1; + foreach ($alltables as $table) { + $pdf->PMA_links['doc'][$table]['-'] = $pdf->AddLink(); + $pdf->SetX(10); + // $pdf->Ln(1); + $pdf->Cell(0, 6, __('Page number:') . ' {' . sprintf("%02d", $i + 1) . '}', 0, 0, 'R', 0, $pdf->PMA_links['doc'][$table]['-']); + $pdf->SetX(10); + $pdf->Cell(0, 6, $i . ' ' . $table, 0, 1, 'L', 0, $pdf->PMA_links['doc'][$table]['-']); + // $pdf->Ln(1); + $result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';'); + while ($row = PMA_DBI_fetch_assoc($result)) { + $pdf->SetX(20); + $field_name = $row['Field']; + $pdf->PMA_links['doc'][$table][$field_name] = $pdf->AddLink(); + // $pdf->Cell(0, 6, $field_name,0,1,'L',0, $pdf->PMA_links['doc'][$table][$field_name]); + } + $lasttable = $table; + $i++; + } + $pdf->PMA_links['RT']['-'] = $pdf->AddLink(); + $pdf->SetX(10); + $pdf->Cell(0, 6, __('Page number:') . ' {' . sprintf("%02d", $i + 1) . '}', 0, 0, 'R', 0, $pdf->PMA_links['RT']['-']); + $pdf->SetX(10); + $pdf->Cell(0, 6, $i . ' ' . __('Relational schema'), 0, 1, 'L', 0, $pdf->PMA_links['RT']['-']); + $z = 0; + foreach ($alltables as $table) { + $z++; + $pdf->SetAutoPageBreak(true, 15); + $pdf->addpage($GLOBALS['orientation']); + $pdf->Bookmark($table); + $pdf->SetAlias('{' . sprintf("%02d", $z) . '}', $pdf->PageNo()) ; + $pdf->PMA_links['RT'][$table]['-'] = $pdf->AddLink(); + $pdf->SetLink($pdf->PMA_links['doc'][$table]['-'], -1); + $pdf->SetFont($this->_ff, 'B', 18); + $pdf->Cell(0, 8, $z . ' ' . $table, 1, 1, 'C', 0, $pdf->PMA_links['RT'][$table]['-']); + $pdf->SetFont($this->_ff, '', 8); + $pdf->ln(); + + $cfgRelation = PMA_getRelationsParam(); + $comments = PMA_getComments($db, $table); + if ($cfgRelation['mimework']) { + $mime_map = PMA_getMIME($db, $table, true); + } + + /** + * Gets table informations + */ + $showtable = PMA_Table::sGetStatusInfo($db, $table); + $num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0); + $show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : ''); + $create_time = (isset($showtable['Create_time']) ? PMA_localisedDate(strtotime($showtable['Create_time'])) : ''); + $update_time = (isset($showtable['Update_time']) ? PMA_localisedDate(strtotime($showtable['Update_time'])) : ''); + $check_time = (isset($showtable['Check_time']) ? PMA_localisedDate(strtotime($showtable['Check_time'])) : ''); + + /** + * Gets table keys and retains them + */ + $result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';'); + $primary = ''; + $indexes = array(); + $lastIndex = ''; + $indexes_info = array(); + $indexes_data = array(); + $pk_array = array(); // will be use to emphasis prim. keys in the table + // view + while ($row = PMA_DBI_fetch_assoc($result)) { + // Backups the list of primary keys + if ($row['Key_name'] == 'PRIMARY') { + $primary .= $row['Column_name'] . ', '; + $pk_array[$row['Column_name']] = 1; + } + // Retains keys informations + if ($row['Key_name'] != $lastIndex) { + $indexes[] = $row['Key_name']; + $lastIndex = $row['Key_name']; + } + $indexes_info[$row['Key_name']]['Sequences'][] = $row['Seq_in_index']; + $indexes_info[$row['Key_name']]['Non_unique'] = $row['Non_unique']; + if (isset($row['Cardinality'])) { + $indexes_info[$row['Key_name']]['Cardinality'] = $row['Cardinality']; + } + // I don't know what does following column mean.... + // $indexes_info[$row['Key_name']]['Packed'] = $row['Packed']; + $indexes_info[$row['Key_name']]['Comment'] = $row['Comment']; + + $indexes_data[$row['Key_name']][$row['Seq_in_index']]['Column_name'] = $row['Column_name']; + if (isset($row['Sub_part'])) { + $indexes_data[$row['Key_name']][$row['Seq_in_index']]['Sub_part'] = $row['Sub_part']; + } + } // end while + if ($result) { + PMA_DBI_free_result($result); + } + + /** + * Gets fields properties + */ + $result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE); + $fields_cnt = PMA_DBI_num_rows($result); + // Check if we can use Relations (Mike Beck) + if (!empty($cfgRelation['relation'])) { + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + + if (count($res_rel) > 0) { + $have_rel = true; + } else { + $have_rel = false; + } + } else { + $have_rel = false; + } // end if + + /** + * Displays the comments of the table if MySQL >= 3.23 + */ + + $break = false; + if (!empty($show_comment)) { + $pdf->Cell(0, 3, __('Table comments') . ' : ' . $show_comment, 0, 1); + $break = true; + } + + if (!empty($create_time)) { + $pdf->Cell(0, 3, __('Creation') . ': ' . $create_time, 0, 1); + $break = true; + } + + if (!empty($update_time)) { + $pdf->Cell(0, 3, __('Last update') . ': ' . $update_time, 0, 1); + $break = true; + } + + if (!empty($check_time)) { + $pdf->Cell(0, 3, __('Last check') . ': ' . $check_time, 0, 1); + $break = true; + } + + if ($break == true) { + $pdf->Cell(0, 3, '', 0, 1); + $pdf->Ln(); + } + + $pdf->SetFont($this->_ff, 'B'); + if (isset($orientation) && $orientation == 'L') { + $pdf->Cell(25, 8, ucfirst(__('Column')), 1, 0, 'C'); + $pdf->Cell(20, 8, ucfirst(__('Type')), 1, 0, 'C'); + $pdf->Cell(20, 8, ucfirst(__('Attributes')), 1, 0, 'C'); + $pdf->Cell(10, 8, ucfirst(__('Null')), 1, 0, 'C'); + $pdf->Cell(20, 8, ucfirst(__('Default')), 1, 0, 'C'); + $pdf->Cell(25, 8, ucfirst(__('Extra')), 1, 0, 'C'); + $pdf->Cell(45, 8, ucfirst(__('Links to')), 1, 0, 'C'); + + if ($paper == 'A4') { + $comments_width = 67; + } else { + // this is really intended for 'letter' + /** + * @todo find optimal width for all formats + */ + $comments_width = 50; + } + $pdf->Cell($comments_width, 8, ucfirst(__('Comments')), 1, 0, 'C'); + $pdf->Cell(45, 8, 'MIME', 1, 1, 'C'); + $pdf->SetWidths(array(25, 20, 20, 10, 20, 25, 45, $comments_width, 45)); + } else { + $pdf->Cell(20, 8, ucfirst(__('Column')), 1, 0, 'C'); + $pdf->Cell(20, 8, ucfirst(__('Type')), 1, 0, 'C'); + $pdf->Cell(20, 8, ucfirst(__('Attributes')), 1, 0, 'C'); + $pdf->Cell(10, 8, ucfirst(__('Null')), 1, 0, 'C'); + $pdf->Cell(15, 8, ucfirst(__('Default')), 1, 0, 'C'); + $pdf->Cell(15, 8, ucfirst(__('Extra')), 1, 0, 'C'); + $pdf->Cell(30, 8, ucfirst(__('Links to')), 1, 0, 'C'); + $pdf->Cell(30, 8, ucfirst(__('Comments')), 1, 0, 'C'); + $pdf->Cell(30, 8, 'MIME', 1, 1, 'C'); + $pdf->SetWidths(array(20, 20, 20, 10, 15, 15, 30, 30, 30)); + } + $pdf->SetFont($this->_ff, ''); + + while ($row = PMA_DBI_fetch_assoc($result)) { + $type = $row['Type']; + // reformat mysql query output + // set or enum types: slashes single quotes inside options + if (preg_match('@^(set|enum)\((.+)\)$@i', $type, $tmp)) { + $tmp[2] = substr(preg_replace("@([^,])''@", "\\1\\'", ',' . $tmp[2]), 1); + $type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')'; + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + $type = preg_replace('@BINARY@i', '', $type); + $type = preg_replace('@ZEROFILL@i', '', $type); + $type = preg_replace('@UNSIGNED@i', '', $type); + if (empty($type)) { + $type = ' '; + } + + $binary = stristr($row['Type'], 'BINARY'); + $unsigned = stristr($row['Type'], 'UNSIGNED'); + $zerofill = stristr($row['Type'], 'ZEROFILL'); + } + $attribute = ' '; + if ($binary) { + $attribute = 'BINARY'; + } + if ($unsigned) { + $attribute = 'UNSIGNED'; + } + if ($zerofill) { + $attribute = 'UNSIGNED ZEROFILL'; + } + if (!isset($row['Default'])) { + if ($row['Null'] != '' && $row['Null'] != 'NO') { + $row['Default'] = 'NULL'; + } + } + $field_name = $row['Field']; + // $pdf->Ln(); + $pdf->PMA_links['RT'][$table][$field_name] = $pdf->AddLink(); + $pdf->Bookmark($field_name, 1, -1); + $pdf->SetLink($pdf->PMA_links['doc'][$table][$field_name], -1); + $pdf_row = array($field_name, + $type, + $attribute, + ($row['Null'] == '' || $row['Null'] == 'NO') ? __('No') : __('Yes'), + ((isset($row['Default'])) ? $row['Default'] : ''), + $row['Extra'], + ((isset($res_rel[$field_name])) ? $res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field'] : ''), + ((isset($comments[$field_name])) ? $comments[$field_name] : ''), + ((isset($mime_map) && isset($mime_map[$field_name])) ? str_replace('_', '/', $mime_map[$field_name]['mimetype']) : '') + ); + $links[0] = $pdf->PMA_links['RT'][$table][$field_name]; + if (isset($res_rel[$field_name]['foreign_table']) AND + isset($res_rel[$field_name]['foreign_field']) AND + isset($pdf->PMA_links['doc'][$res_rel[$field_name]['foreign_table']][$res_rel[$field_name]['foreign_field']]) + ) + { + $links[6] = $pdf->PMA_links['doc'][$res_rel[$field_name]['foreign_table']][$res_rel[$field_name]['foreign_field']]; + } else { + unset($links[6]); + } + $pdf->Row($pdf_row, $links); + } // end while + $pdf->SetFont($this->_ff, '', 14); + PMA_DBI_free_result($result); + } //end each + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/Svg_Relation_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/Svg_Relation_Schema.class.php new file mode 100644 index 000000000..52eb4394b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/Svg_Relation_Schema.class.php @@ -0,0 +1,850 @@ +openMemory(); + /* + * Set indenting using three spaces, + * so output is formatted + */ + + $this->setIndent(TRUE); + $this->setIndentString(' '); + /* + * Create the XML document + */ + + $this->startDocument('1.0','UTF-8'); + $this->startDtd('svg','-//W3C//DTD SVG 1.1//EN','http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'); + $this->endDtd(); + } + + /** + * Set document title + * + * @param string value sets the title text + * @return void + * @access public + */ + function setTitle($value) + { + $this->title = $value; + } + + /** + * Set document author + * + * @param string value sets the author + * @return void + * @access public + */ + function setAuthor($value) + { + $this->author = $value; + } + + /** + * Set document font + * + * @param string value sets the font e.g Arial, Sans-serif etc + * @return void + * @access public + */ + function setFont($value) + { + $this->font = $value; + } + + /** + * Get document font + * + * @return string returns the font name + * @access public + */ + function getFont() + { + return $this->font; + } + + /** + * Set document font size + * + * @param string value sets the font size in pixels + * @return void + * @access public + */ + function setFontSize($value) + { + $this->fontSize = $value; + } + + /** + * Get document font size + * + * @return string returns the font size + * @access public + */ + function getFontSize() + { + return $this->fontSize; + } + + /** + * Starts Svg Document + * + * svg document starts by first initializing svg tag + * which contains all the attributes and namespace that needed + * to define the svg document + * + * @param integer width total width of the Svg document + * @param integer height total height of the Svg document + * @return void + * @access public + * @see XMLWriter::startElement(),XMLWriter::writeAttribute() + */ + function startSvgDoc($width,$height) + { + $this->startElement('svg'); + $this->writeAttribute('width', $width); + $this->writeAttribute('height', $height); + $this->writeAttribute('xmlns', 'http://www.w3.org/2000/svg'); + $this->writeAttribute('version', '1.1'); + } + + /** + * Ends Svg Document + * + * @return void + * @access public + * @see XMLWriter::endElement(),XMLWriter::endDocument() + */ + function endSvgDoc() + { + $this->endElement(); + $this->endDocument(); + } + + /** + * output Svg Document + * + * svg document prompted to the user for download + * Svg document saved in .svg extension and can be + * easily changeable by using any svg IDE + * + * @return void + * @access public + * @see XMLWriter::startElement(),XMLWriter::writeAttribute() + */ + function showOutput($fileName) + { + //ob_get_clean(); + $fileName = PMA_sanitize_filename($fileName); + header('Content-type: image/svg+xml'); + header('Content-Disposition: attachment; filename="'.$fileName.'.svg"'); + $output = $this->flush(); + print $output; + } + + /** + * Draws Svg elements + * + * SVG has some predefined shape elements like rectangle & text + * and other elements who have x,y co-ordinates are drawn. + * specify their width and height and can give styles too. + * + * @param string name Svg element name + * @param integer x The x attribute defines the left position of the element + (e.g. x="0" places the element 0 pixels from the left of + the browser window) + * @param integer y The y attribute defines the top position of the element + (e.g. y="0" places the element 0 pixels from the top of + the browser window) + * @param integer width The width attribute defines the width the element + * @param integer height The height attribute defines the height the element + * @param string text The text attribute defines the text the element + * @param string styles The style attribute defines the style the element + styles can be defined like CSS styles + * @return void + * @access public + * @see XMLWriter::startElement(),XMLWriter::writeAttribute(),XMLWriter::text(),XMLWriter::endElement() + */ + function printElement($name,$x,$y,$width = '',$height = '',$text = '',$styles = '') + { + $this->startElement($name); + $this->writeAttribute('width',$width); + $this->writeAttribute('height',$height); + $this->writeAttribute('x', $x); + $this->writeAttribute('y', $y); + $this->writeAttribute('style', $styles); + if(isset($text)){ + $this->writeAttribute('font-family', $this->font); + $this->writeAttribute('font-size', $this->fontSize); + $this->text($text); + } + $this->endElement(); + } + + /** + * Draws Svg Line element + * + * Svg line element is drawn for connecting the tables. + * arrows are also drawn by specify its start and ending + * co-ordinates + * + * @param string name Svg element name i.e line + * @param integer x1 The x1 attribute defines the start of the line on the x-axis + * @param integer y1 The y1 attribute defines the start of the line on the y-axis + * @param integer x2 The x2 attribute defines the end of the line on the x-axis + * @param integer y2 The y2 attribute defines the end of the line on the y-axis + * @param string styles The style attribute defines the style the element + styles can be defined like CSS styles + * @return void + * @access public + * @see XMLWriter::startElement(),XMLWriter::writeAttribute(),XMLWriter::endElement() + */ + function printElementLine($name,$x1,$y1,$x2,$y2,$styles) + { + $this->startElement($name); + $this->writeAttribute('x1',$x1); + $this->writeAttribute('y1',$y1); + $this->writeAttribute('x2', $x2); + $this->writeAttribute('y2', $y2); + $this->writeAttribute('style', $styles); + $this->endElement(); + } + + /** + * get width of string/text + * + * Svg text element width is calcualted depending on font name + * and font size. It is very important to know the width of text + * because rectangle is drawn around it. + * + * This is a bit hardcore method. I didn't found any other than this. + * + * @param string text string that width will be calculated + * @param integer font name of the font like Arial,sans-serif etc + * @param integer fontSize size of font + * @return integer width of the text + * @access public + */ + function getStringWidth($text,$font,$fontSize) + { + /* + * Start by counting the width, giving each character a modifying value + */ + $count = 0; + $count = $count + ((strlen($text) - strlen(str_replace(array("i","j","l"),"",$text)))*0.23);//ijl + $count = $count + ((strlen($text) - strlen(str_replace(array("f"),"",$text)))*0.27);//f + $count = $count + ((strlen($text) - strlen(str_replace(array("t","I"),"",$text)))*0.28);//tI + $count = $count + ((strlen($text) - strlen(str_replace(array("r"),"",$text)))*0.34);//r + $count = $count + ((strlen($text) - strlen(str_replace(array("1"),"",$text)))*0.49);//1 + $count = $count + ((strlen($text) - strlen(str_replace(array("c","k","s","v","x","y","z","J"),"",$text)))*0.5);//cksvxyzJ + $count = $count + ((strlen($text) - strlen(str_replace(array("a","b","d","e","g","h","n","o","p","q","u","L","0","2","3","4","5","6","7","8","9"),"",$text)))*0.56);//abdeghnopquL023456789 + $count = $count + ((strlen($text) - strlen(str_replace(array("F","T","Z"),"",$text)))*0.61);//FTZ + $count = $count + ((strlen($text) - strlen(str_replace(array("A","B","E","K","P","S","V","X","Y"),"",$text)))*0.67);//ABEKPSVXY + $count = $count + ((strlen($text) - strlen(str_replace(array("w","C","D","H","N","R","U"),"",$text)))*0.73);//wCDHNRU + $count = $count + ((strlen($text) - strlen(str_replace(array("G","O","Q"),"",$text)))*0.78);//GOQ + $count = $count + ((strlen($text) - strlen(str_replace(array("m","M"),"",$text)))*0.84);//mM + $count = $count + ((strlen($text) - strlen(str_replace("W","",$text)))*.95);//W + $count = $count + ((strlen($text) - strlen(str_replace(" ","",$text)))*.28);//" " + $text = str_replace(" ","",$text);//remove the " "'s + $count = $count + (strlen(preg_replace("/[a-z0-9]/i","",$text))*0.3); //all other chrs + + $modifier = 1; + $font = strtolower($font); + switch($font){ + /* + * no modifier for arial and sans-serif + */ + case 'arial': + case 'sans-serif': + break; + /* + * .92 modifer for time, serif, brushscriptstd, and californian fb + */ + case 'times': + case 'serif': + case 'brushscriptstd': + case 'californian fb': + $modifier = .92; + break; + /* + * 1.23 modifier for broadway + */ + case 'broadway': + $modifier = 1.23; + break; + } + $textWidth = $count*$fontSize; + return ceil($textWidth*$modifier); + } +} + +/** + * Table preferences/statistics + * + * This class preserves the table co-ordinates,fields + * and helps in drawing/generating the Tables in SVG XML document. + * + * @name Table_Stats + * @copyright + * @license + * @see PMA_SVG + */ +class Table_Stats +{ + /** + * Defines properties + */ + + private $_tableName; + private $_showInfo = false; + + public $width = 0; + public $height; + public $fields = array(); + public $heightCell = 0; + public $currentCell = 0; + public $x, $y; + public $primary = array(); + + /** + * The "Table_Stats" constructor + * + * @param string table_name The table name + * @param integer ff The font size + * @param integer samewidth The max. with among tables + * @param boolean show_keys Whether to display keys or not + * @param boolean show_info Whether to display table position or not + * @global object The current SVG image document + * @global integer The current page number (from the + * $cfg['Servers'][$i]['table_coords'] table) + * @global array The relations settings + * @global string The current db name + * @access private + * @see PMA_SVG, Table_Stats::Table_Stats_setWidth, + Table_Stats::Table_Stats_setHeight + */ + function __construct($tableName, $font, $fontSize, $pageNumber, &$same_wide_width, $showKeys = false, $showInfo = false) + { + global $svg, $cfgRelation, $db; + + $this->_tableName = $tableName; + $sql = 'DESCRIBE ' . PMA_backquote($tableName); + $result = PMA_DBI_try_query($sql, null, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $svg->dieSchema($pageNumber,"SVG",sprintf(__('The %s table doesn\'t exist!'), $tableName)); + } + + /* + * load fields + * check to see if it will load all fields or only the foreign keys + */ + + if ($showKeys) { + $indexes = PMA_Index::getFromTable($this->_tableName, $db); + $all_columns = array(); + foreach ($indexes as $index) { + $all_columns = array_merge($all_columns, array_flip(array_keys($index->getColumns()))); + } + $this->fields = array_keys($all_columns); + } else { + while ($row = PMA_DBI_fetch_row($result)) { + $this->fields[] = $row[0]; + } + } + + $this->_showInfo = $showInfo; + + // height and width + $this->_setHeightTable($fontSize); + + // setWidth must me after setHeight, because title + // can include table height which changes table width + $this->_setWidthTable($font,$fontSize); + if ($same_wide_width < $this->width) { + $same_wide_width = $this->width; + } + + // x and y + $sql = 'SELECT x, y FROM ' + . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($tableName) . '\'' + . ' AND pdf_page_number = ' . $pageNumber; + $result = PMA_query_as_controluser($sql, false, PMA_DBI_QUERY_STORE); + + if (!$result || !PMA_DBI_num_rows($result)) { + $svg->dieSchema($pageNumber,"SVG",sprintf(__('Please configure the coordinates for table %s'), $tableName)); + } + list($this->x, $this->y) = PMA_DBI_fetch_row($result); + $this->x = (double) $this->x; + $this->y = (double) $this->y; + // displayfield + $this->displayfield = PMA_getDisplayField($db, $tableName); + // index + $result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($tableName) . ';', null, PMA_DBI_QUERY_STORE); + if (PMA_DBI_num_rows($result) > 0) { + while ($row = PMA_DBI_fetch_assoc($result)) { + if ($row['Key_name'] == 'PRIMARY') { + $this->primary[] = $row['Column_name']; + } + } + } + } + + /** + * Returns title of the current table, + * title can have the dimensions/co-ordinates of the table + * + * @access private + */ + private function _getTitle() + { + return ($this->_showInfo ? sprintf('%.0f', $this->width) . 'x' . sprintf('%.0f', $this->heightCell) : '') . ' ' . $this->_tableName; + } + + /** + * Sets the width of the table + * + * @param string font The font size + * @param integer fontSize The font size + * @global object The current SVG image document + * @access private + * @see PMA_SVG + */ + function _setWidthTable($font,$fontSize) + { + global $svg; + + foreach ($this->fields as $field) { + $this->width = max($this->width, $svg->getStringWidth($field,$font,$fontSize)); + } + $this->width += $svg->getStringWidth(' ',$font,$fontSize); + /* + * it is unknown what value must be added, because + * table title is affected by the tabe width value + */ + while ($this->width < $svg->getStringWidth($this->_getTitle(),$font,$fontSize)) { + $this->width += 7; + } + } + + /** + * Sets the height of the table + * + * @access private + */ + function _setHeightTable($fontSize) + { + $this->heightCell = $fontSize + 4; + $this->height = (count($this->fields) + 1) * $this->heightCell; + } + + /** + * draw the table + * + * @param boolean showColor Whether to display color + * @global object The current SVG image document + * @access public + * @see PMA_SVG,PMA_SVG::printElement + */ + public function tableDraw($showColor) + { + global $svg; + //echo $this->_tableName.'
                        '; + $svg->printElement('rect',$this->x,$this->y, + $this->width,$this->heightCell, + NULL,'fill:red;stroke:black;' + ); + $svg->printElement('text',$this->x + 5,$this->y+ 14, + $this->width,$this->heightCell, + $this->_getTitle(), + 'fill:none;stroke:black;' + ); + foreach ($this->fields as $field) { + $this->currentCell += $this->heightCell; + $showColor = 'none'; + if ($showColor) { + if (in_array($field, $this->primary)) { + $showColor = '#0c0'; + } + if ($field == $this->displayfield) { + $showColor = 'none'; + } + } + $svg->printElement('rect', $this->x,$this->y + $this->currentCell, + $this->width, $this->heightCell, + NULL, + 'fill:'.$showColor.';stroke:black;' + ); + $svg->printElement('text', $this->x + 5, $this->y + 14 + $this->currentCell, + $this->width, $this->heightCell, + $field, + 'fill:none;stroke:black;' + ); + } + } +} + + +/** + * Relation preferences/statistics + * + * This class fetches the table master and foreign fields positions + * and helps in generating the Table references and then connects + * master table's master field to foreign table's foreign key + * in SVG XML document. + * + * @name Relation_Stats + * @copyright + * @license + * @see PMA_SVG::printElementLine + */ +class Relation_Stats +{ + /** + * Defines properties + */ + public $xSrc, $ySrc; + public $srcDir ; + public $destDir; + public $xDest, $yDest; + public $wTick = 10; + + /** + * The "Relation_Stats" constructor + * + * @param string master_table The master table name + * @param string master_field The relation field in the master table + * @param string foreign_table The foreign table name + * @param string foreigh_field The relation field in the foreign table + * @see Relation_Stats::_getXy + */ + function __construct($master_table, $master_field, $foreign_table, $foreign_field) + { + $src_pos = $this->_getXy($master_table, $master_field); + $dest_pos = $this->_getXy($foreign_table, $foreign_field); + /* + * [0] is x-left + * [1] is x-right + * [2] is y + */ + $src_left = $src_pos[0] - $this->wTick; + $src_right = $src_pos[1] + $this->wTick; + $dest_left = $dest_pos[0] - $this->wTick; + $dest_right = $dest_pos[1] + $this->wTick; + + $d1 = abs($src_left - $dest_left); + $d2 = abs($src_right - $dest_left); + $d3 = abs($src_left - $dest_right); + $d4 = abs($src_right - $dest_right); + $d = min($d1, $d2, $d3, $d4); + + if ($d == $d1) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d2) { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d3) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } else { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } + $this->ySrc = $src_pos[2]; + $this->yDest = $dest_pos[2]; + } + + /** + * Gets arrows coordinates + * + * @param string table The current table name + * @param string column The relation column name + * @return array Arrows coordinates + * @access private + */ + function _getXy($table, $column) + { + $pos = array_search($column, $table->fields); + // x_left, x_right, y + return array($table->x, $table->x + $table->width, $table->y + ($pos + 1.5) * $table->heightCell); + } + + /** + * draws relation links and arrows + * shows foreign key relations + * + * @param boolean changeColor Whether to use one color per relation or not + * @global object The current SVG image document + * @access public + * @see PMA_SVG + */ + public function relationDraw($changeColor) + { + global $svg; + + if ($changeColor) { + $listOfColors = array( + 'red', + 'grey', + 'black', + 'yellow', + 'green', + 'cyan', + ' orange' + ); + shuffle($listOfColors); + $color = $listOfColors[0]; + } else { + $color = 'black'; + } + + $svg->printElementLine('line',$this->xSrc,$this->ySrc, + $this->xSrc + $this->srcDir * $this->wTick,$this->ySrc, + 'fill:'.$color.';stroke:black;stroke-width:2;' + ); + $svg->printElementLine('line',$this->xDest + $this->destDir * $this->wTick, $this->yDest, + $this->xDest, $this->yDest, + 'fill:'.$color.';stroke:black;stroke-width:2;' + ); + $svg->printElementLine('line',$this->xSrc + $this->srcDir * $this->wTick,$this->ySrc, + $this->xDest + $this->destDir * $this->wTick, $this->yDest, + 'fill:'.$color.';stroke:'.$color.';stroke-width:1;' + ); + $root2 = 2 * sqrt(2); + $svg->printElementLine('line',$this->xSrc + $this->srcDir * $this->wTick * 0.75, $this->ySrc, + $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick , + $this->ySrc + $this->wTick / $root2 , + 'fill:'.$color.';stroke:black;stroke-width:2;' + ); + $svg->printElementLine('line',$this->xSrc + $this->srcDir * $this->wTick * 0.75, $this->ySrc, + $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick , + $this->ySrc - $this->wTick / $root2 , + 'fill:'.$color.';stroke:black;stroke-width:2;' + ); + $svg->printElementLine('line',$this->xDest + $this->destDir * $this->wTick / 2 , $this->yDest , + $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick, + $this->yDest + $this->wTick / $root2 , + 'fill:'.$color.';stroke:black;stroke-width:2;'); + $svg->printElementLine('line',$this->xDest + $this->destDir * $this->wTick / 2 , + $this->yDest , $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick , + $this->yDest - $this->wTick / $root2 , + 'fill:'.$color.';stroke:black;stroke-width:2;' + ); + } +} +/* +* end of the "Relation_Stats" class +*/ + +/** + * Svg Relation Schema Class + * + * Purpose of this class is to generate the SVG XML Document because + * SVG defines the graphics in XML format which is used for representing + * the database diagrams as vector image. This class actually helps + * in preparing SVG XML format. + * + * SVG XML is generated by using XMLWriter php extension and this class + * inherits Export_Relation_Schema class has common functionality added + * to this class + * + * @name Svg_Relation_Schema + * @copyright + * @license + */ +class PMA_Svg_Relation_Schema extends PMA_Export_Relation_Schema +{ + + private $tables = array(); + private $_relations = array(); + private $_xMax = 0; + private $_yMax = 0; + private $scale; + private $_xMin = 100000; + private $_yMin = 100000; + private $t_marg = 10; + private $b_marg = 10; + private $l_marg = 10; + private $r_marg = 10; + private $_tablewidth; + + /** + * The "PMA_Svg_Relation_Schema" constructor + * + * Upon instantiation This starts writing the SVG XML document + * user will be prompted for download as .svg extension + * + * @return void + * @see PMA_SVG + */ + function __construct() + { + global $svg,$db; + + $this->setPageNumber($_POST['pdf_page_number']); + $this->setShowColor(isset($_POST['show_color'])); + $this->setShowKeys(isset($_POST['show_keys'])); + $this->setTableDimension(isset($_POST['show_table_dimension'])); + $this->setAllTableSameWidth(isset($_POST['all_table_same_wide'])); + $this->setExportType($_POST['export_type']); + + $svg = new PMA_SVG(); + $svg->setTitle(sprintf(__('Schema of the %s database - Page %s'), $db, $this->pageNumber)); + $svg->SetAuthor('phpMyAdmin ' . PMA_VERSION); + $svg->setFont('Arial'); + $svg->setFontSize('16px'); + $svg->startSvgDoc('1000px','1000px'); + $alltables = $this->getAllTables($db,$this->pageNumber); + + foreach ($alltables AS $table) { + if (!isset($this->tables[$table])) { + $this->tables[$table] = new Table_Stats($table,$svg->getFont(),$svg->getFontSize(), $this->pageNumber, $this->_tablewidth, $this->showKeys, $this->tableDimension); + } + + if ($this->sameWide) { + $this->tables[$table]->width = $this->_tablewidth; + } + $this->_setMinMax($this->tables[$table]); + } + $seen_a_relation = false; + foreach ($alltables as $one_table) { + $exist_rel = PMA_getForeigners($db, $one_table, '', 'both'); + if ($exist_rel) { + $seen_a_relation = true; + foreach ($exist_rel as $master_field => $rel) { + /* put the foreign table on the schema only if selected + * by the user + * (do not use array_search() because we would have to + * to do a === FALSE and this is not PHP3 compatible) + */ + if (in_array($rel['foreign_table'], $alltables)) { + $this->_addRelation($one_table,$svg->getFont(),$svg->getFontSize(), $master_field, $rel['foreign_table'], $rel['foreign_field'], $this->tableDimension); + } + } + } + } + if ($seen_a_relation) { + $this->_drawRelations($this->showColor); + } + + $this->_drawTables($this->showColor); + $svg->endSvgDoc(); + $svg->showOutput($db.'-'.$this->pageNumber); + exit(); + } + + /** + * Sets X and Y minimum and maximum for a table cell + * + * @param string table The table name + * @access private + */ + private function _setMinMax($table) + { + $this->_xMax = max($this->_xMax, $table->x + $table->width); + $this->_yMax = max($this->_yMax, $table->y + $table->height); + $this->_xMin = min($this->_xMin, $table->x); + $this->_yMin = min($this->_yMin, $table->y); + } + + /** + * Defines relation objects + * + * @param string masterTable The master table name + * @param string masterField The relation field in the master table + * @param string foreignTable The foreign table name + * @param string foreignField The relation field in the foreign table + * @param boolean showInfo Whether to display table position or not + * @access private + * @see _setMinMax,Table_Stats::__construct(),Relation_Stats::__construct() + */ + private function _addRelation($masterTable,$font,$fontSize, $masterField, $foreignTable, $foreignField, $showInfo) + { + if (!isset($this->tables[$masterTable])) { + $this->tables[$masterTable] = new Table_Stats($masterTable, $font, $fontSize, $this->pageNumber, $this->_tablewidth, false, $showInfo); + $this->_setMinMax($this->tables[$masterTable]); + } + if (!isset($this->tables[$foreignTable])) { + $this->tables[$foreignTable] = new Table_Stats($foreignTable,$font,$fontSize,$this->pageNumber, $this->_tablewidth, false, $showInfo); + $this->_setMinMax($this->tables[$foreignTable]); + } + $this->_relations[] = new Relation_Stats($this->tables[$masterTable], $masterField, $this->tables[$foreignTable], $foreignField); + } + + /** + * Draws relation arrows and lines + * connects master table's master field to + * foreign table's forein field + * + * @param boolean changeColor Whether to use one color per relation or not + * @access private + * @see Relation_Stats::relationDraw() + */ + private function _drawRelations($changeColor) + { + foreach ($this->_relations as $relation) { + $relation->relationDraw($changeColor); + } + } + + /** + * Draws tables + * + * @param boolean changeColor Whether to show color for primary fields or not + * @access private + * @see Table_Stats::Table_Stats_tableDraw() + */ + private function _drawTables($changeColor) + { + foreach ($this->tables as $table) { + $table->tableDraw($changeColor); + } + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/User_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/User_Schema.class.php new file mode 100644 index 000000000..cb42dde2c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/User_Schema.class.php @@ -0,0 +1,826 @@ +action = $value; + } + /** + * This function will process the user defined pages + * and tables which will be exported as Relational schema + * you can set the table positions on the paper via scratchboard + * for table positions, put the x,y co-ordinates + * + * @param string $this->action It tells what the Schema is supposed to do + * create and select a page, generate schema etc + * @access public + */ + + public function processUserChoice() + { + global $action_choose,$db,$cfgRelation,$cfg,$query_default_option; + + if (isset($this->action)) { + switch ($this->action) { + case 'selectpage': + $this->chosenPage = $_REQUEST['chpage']; + if ($action_choose=="1") { + $this->deleteCoordinates($db, $cfgRelation, $this->chosenPage, $query_default_option); + $this->deletePages($db, $cfgRelation, $this->chosenPage, $query_default_option); + $this->chosenPage = 0; + } + break; + case 'createpage': + $this->pageNumber = PMA_REL_create_page($_POST['newpage'], $cfgRelation, $db, $query_default_option); + $this->autoLayoutForeign = isset($_POST['auto_layout_foreign']) ? "1":NULL; + $this->autoLayoutInternal = isset($_POST['auto_layout_internal']) ? "1":NULL; + $this->processRelations($db, $this->pageNumber,$cfgRelation,$query_default_option); + break; + case 'edcoord': + $this->chosenPage = $_POST['chpage']; + $this->c_table_rows = $_POST['c_table_rows']; + $this->_editCoordinates($db, $cfgRelation,$query_default_option); + break; + case 'delete_old_references': + $this->_deleteTableRows($delrow,$cfgRelation,$db,$this->chosenPage); + break; + case 'process_export': + $this->_processExportSchema(); + break; + + } // end switch + } // end if (isset($do)) + + } + + /** + * shows/displays the HTML FORM to create the page + * + * @param string db name of the selected database + * @return void + * @access public + */ + public function showCreatePageDialog($db) + { + ?> +
                        +
                        + + + + + + + + + + + + + +
                        +
                        + +
                        + +
                        +
                        +
                        + +
                        +
                        + 0) { + ?> +
                        +
                        + + + + + + + __('Edit'), + '1' => __('Delete') + ); + PMA_display_html_radio('action_choose', $choices, '0', false); + unset($choices); + ?> +
                        +
                        +
                        +
                        +
                        + chosenPage) && $this->chosenPage > 0) { + echo "\n"; + ?> +

                        + chosenPage) . '\''; + $page_rs = PMA_query_as_controluser($page_query, FALSE, $query_default_option); + $array_sh_page = array(); + while ($temp_sh_page = @PMA_DBI_fetch_assoc($page_rs)) { + $array_sh_page[] = $temp_sh_page; + } + /* + * Display WYSIWYG parts + */ + + if (!isset($_POST['with_field_names']) && !isset($_POST['showwysiwyg'])) { + $with_field_names = TRUE; + } + $this->_displayScratchboardTables($array_sh_page); + ?> + +
                        + + + + + + + + + + + $sh_page) { + $_mtab = $sh_page['table_name']; + $tabExist[$_mtab] = FALSE; + echo "\n" . ' '; + $odd_row != $odd_row; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + $i++; + } + /* + * Add one more empty row + */ + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . '
                        XY
                        ' + . "\n" . ' ' + . "\n" . ' ' + . "\n" . ' '; + echo "\n" . ' ' + . "\n" . ' '; + echo "\n" . ' ' + . "\n" . ' '; + echo "\n" . '
                        ' + . "\n" . ' ' + . "\n" . ' ' + . "\n" . ' '; + echo "\n" . ' ' + . "\n" . ' '; + echo "\n" . ' ' + . "\n" . ' '; + echo "\n" . '
                        ' . "\n"; + + echo "\n" . ' '; + echo "\n" . ' '; + echo "\n" . ' ' . __('Column names') . '
                        '; + echo "\n" . ' '; + echo "\n" . '
                        ' . "\n\n"; + } // end if + + $this->_deleteTables($db, $this->chosenPage, isset($tabExist)); + } + + /** + * show Export relational schema generation options + * user can select export type of his own choice + * and the attributes related to it + * + * @return void + * @access public + */ + + public function displaySchemaGenerationOptions() + { + global $cfg,$pmaThemeImage,$db,$test_rs,$chpage; + ?> +
                        +
                        + + '; + } + echo __('Display relational schema'); + ?>: + + +
                        + + +
                        + + + + + + +
                        + +
                        + +
                        + +
                        + +
                        + +
                        + + +
                        + + +
                        +
                        + +
                        +
                        + $value) { + if (!$value) { + $_strtrans .= '' . "\n"; + $_strname .= '
                      • ' . htmlspecialchars($key) . '
                      • ' . "\n"; + $shoot = TRUE; + } + } + if ($shoot) { + echo '
                        ' . "\n" + . PMA_generate_common_hidden_inputs($db, $table) + . '' . "\n" + . '' . "\n" + . __('The current page has references to tables that no longer exist. Would you like to delete those references?') + . '
                          ' . "\n" + . $_strname + . '
                        ' . "\n" + . $_strtrans + . '' . "\n" + . '
                        '; + } + } + + } + + /** + * Check if there are tables that need to be deleted in dashboard, + * if there are, ask the user for allowance + * + * @return void + * @access private + */ + private function _displayScratchboardTables($array_sh_page) + { + global $with_field_names,$cfg,$db; + ?> + +
                        + + +
                        + + + autoLayoutInternal) || isset($this->autoLayoutForeign)) { + $all_tables = array(); + } + + if (isset($this->autoLayoutForeign)) { + /* + * get the tables list + * who support FOREIGN KEY, it's not + * important that we group together InnoDB tables + * and PBXT tables, as this logic is just to put + * the tables on the layout, not to determine relations + */ + $tables = PMA_DBI_get_tables_full($db); + $foreignkey_tables = array(); + foreach($tables as $table_name => $table_properties) { + if (PMA_foreignkey_supported($table_properties['ENGINE'])) { + $foreignkey_tables[] = $table_name; + } + } + $all_tables = $foreignkey_tables; + /* + * could be improved by finding the tables which have the + * most references keys and placing them at the beginning + * of the array (so that they are all center of schema) + */ + unset($tables, $foreignkey_tables); + } + + if (isset($this->autoLayoutInternal)) { + /* + * get the tables list who support Internal Relations; + * This type of relations will be created when + * you setup the PMA tables correctly + */ + $master_tables = 'SELECT COUNT(master_table), master_table' + . ' FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) + . ' WHERE master_db = \'' . $db . '\'' + . ' GROUP BY master_table' + . ' ORDER BY ' . PMA_backquote('COUNT(master_table)') . ' DESC '; + $master_tables_rs = PMA_query_as_controluser($master_tables, FALSE, $query_default_option); + if ($master_tables_rs && PMA_DBI_num_rows($master_tables_rs) > 0) { + /* first put all the master tables at beginning + * of the list, so they are near the center of + * the schema + */ + while (list(, $master_table) = PMA_DBI_fetch_row($master_tables_rs)) { + $all_tables[] = $master_table; + } + + /* Now for each master, add its foreigns into an array + * of foreign tables, if not already there + * (a foreign might be foreign for more than + * one table, and might be a master itself) + */ + + $foreign_tables = array(); + foreach ($all_tables as $master_table) { + $foreigners = PMA_getForeigners($db, $master_table); + foreach ($foreigners as $foreigner) { + if (!in_array($foreigner['foreign_table'], $foreign_tables)) { + $foreign_tables[] = $foreigner['foreign_table']; + } + } + } + + /* + * Now merge the master and foreign arrays/tables + */ + foreach ($foreign_tables as $foreign_table) { + if (!in_array($foreign_table, $all_tables)) { + $all_tables[] = $foreign_table; + } + } + } + } + + if (isset($this->autoLayoutInternal) || isset($this->autoLayoutForeign)) { + $this->addRelationCoordinates($all_tables,$pageNumber,$db, $cfgRelation,$query_default_option); + } + + $this->chosenPage = $pageNumber; + } + + /** + * Add X and Y coordinates for a table + * + * @param string db The database name + * @param array cfgRelation relation settings + * @param integer pageNumber document number/Id + * @param array all_tables A list of all tables involved + * @return void + * @access private + */ + public function addRelationCoordinates($all_tables,$pageNumber,$db, $cfgRelation,$query_default_option) + { + /* + * Now generate the coordinates for the schema + * in a clockwise spiral and add to co-ordinates table + */ + $pos_x = 300; + $pos_y = 300; + $delta = 110; + $delta_mult = 1.10; + $direction = "right"; + foreach ($all_tables as $current_table) { + /* + * save current table's coordinates + */ + $insert_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' ' + . '(db_name, table_name, pdf_page_number, x, y) ' + . 'VALUES (\'' . PMA_sqlAddslashes($db) . '\', \'' . PMA_sqlAddslashes($current_table) . '\',' . $pageNumber . ',' . $pos_x . ',' . $pos_y . ')'; + PMA_query_as_controluser($insert_query, FALSE, $query_default_option); + + /* + * compute for the next table + */ + switch ($direction) { + case 'right': + $pos_x += $delta; + $direction = "down"; + $delta *= $delta_mult; + break; + case 'down': + $pos_y += $delta; + $direction = "left"; + $delta *= $delta_mult; + break; + case 'left': + $pos_x -= $delta; + $direction = "up"; + $delta *= $delta_mult; + break; + case 'up': + $pos_y -= $delta; + $direction = "right"; + $delta *= $delta_mult; + break; + } + } + } + + /** + * update X and Y coordinates for a table + * + * @param string db The database name + * @param array cfgRelation relation settings + * @return void + * @access private + */ + private function _editCoordinates($db, $cfgRelation,$query_default_option) + { + for ($i = 0; $i < $this->c_table_rows; $i++) { + $arrvalue = 'c_table_' . $i; + global $$arrvalue; + $arrvalue = $$arrvalue; + if (!isset($arrvalue['x']) || $arrvalue['x'] == '') { + $arrvalue['x'] = 0; + } + if (!isset($arrvalue['y']) || $arrvalue['y'] == '') { + $arrvalue['y'] = 0; + } + if (isset($arrvalue['name']) && $arrvalue['name'] != '--') { + $test_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($arrvalue['name']) . '\'' + . ' AND pdf_page_number = \'' . PMA_sqlAddslashes($this->chosenPage) . '\''; + $test_rs = PMA_query_as_controluser($test_query, FALSE, $query_default_option); + //echo $test_query; + if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { + if (isset($arrvalue['delete']) && $arrvalue['delete'] == 'y') { + $ch_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($arrvalue['name']) . '\'' + . ' AND pdf_page_number = \'' . PMA_sqlAddslashes($this->chosenPage) . '\''; + } else { + $ch_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' ' + . 'SET x = ' . $arrvalue['x'] . ', y= ' . $arrvalue['y'] + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($arrvalue['name']) . '\'' + . ' AND pdf_page_number = \'' . PMA_sqlAddslashes($this->chosenPage) . '\''; + } + } else { + $ch_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' ' + . '(db_name, table_name, pdf_page_number, x, y) ' + . 'VALUES (\'' . PMA_sqlAddslashes($db) . '\', \'' . PMA_sqlAddslashes($arrvalue['name']) . '\', \'' . PMA_sqlAddslashes($this->chosenPage) . '\',' . $arrvalue['x'] . ',' . $arrvalue['y'] . ')'; + } + //echo $ch_query; + PMA_query_as_controluser($ch_query, FALSE, $query_default_option); + } // end if + } // end for + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/schema/Visio_Relation_Schema.class.php b/htdocs/phpMyAdmin/libraries/schema/Visio_Relation_Schema.class.php new file mode 100644 index 000000000..0c3f7eca6 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/schema/Visio_Relation_Schema.class.php @@ -0,0 +1,597 @@ +openMemory(); + /* + * Set indenting using three spaces, + * so output is formatted + */ + + $this->setIndent(TRUE); + $this->setIndentString(' '); + /* + * Create the XML document + */ + + $this->startDocument('1.0','UTF-8'); + } + + /** + * Starts Visio XML .VDX Document + * + * Visio XML document starts by first initializing VisioDocument tag + * then DocumentProperties & DocumentSettings contains all the + * attributes that needed to define the document. Order of elements + * should be maintained while generating XML of Visio. + * + * @return void + * @access public + * @see XMLWriter::startElement(),XMLWriter::writeAttribute(),_documentProperties,_documentSettings + */ + function startVisioDoc() + { + $this->startElement('VisioDocument'); + $this->writeAttribute('xmlns', 'http://schemas.microsoft.com/visio/2003/core'); + $this->writeAttribute('xmlns:vx', 'http://schemas.microsoft.com/visio/2006/extension'); + $this->writeAttribute('xml:space', 'preserve'); + $this->_documentProperties(); + $this->_documentSettings(); + } + + /** + * Set document title + * + * @param string value sets the title text + * @return void + * @access public + */ + function setTitle($value) + { + $this->title = $value; + } + + /** + * Set document author + * + * @param string value sets the author + * @return void + * @access public + */ + function setAuthor($value) + { + $this->author = $value; + } + + /** + * Sets Visio XML .VDX Document Properties + * + * DocumentProperties tag contains document property elements such as + the document's Title,Subject,Creator and templates tags + * + * @return void + * @access private + * @see XMLWriter::startElement(),XMLWriter::endElement(),XMLWriter::writeRaw() + */ + private function _documentProperties() + { + $this->startElement('DocumentProperties'); + $this->writeRaw(''.$this->title.''); + $this->writeRaw(''.$this->title.''); + $this->writeRaw(''.$this->author.''); + $this->writeRaw('phpMyAdmin'); + $this->writeRaw(''); + $this->endElement(); + } + + /** + * Sets Visio XML .VDX Document Settings + * + * DocumentSettings tag contains elements that specify document settings. + * + * @return void + * @access private + * @see XMLWriter::startElement(),XMLWriter::endElement() + */ + private function _documentSettings() + { + $this->startElement('DocumentSettings'); + $this->endElement(); + } + + /** + * Ends Visio XML Document + * + * @return void + * @access public + * @see XMLWriter::endElement(),XMLWriter::endDocument() + */ + function endVisioDoc() + { + $this->endElement(); + $this->endDocument(); + } + + /** + * Output Visio XML .VDX Document for download + * + * @param string fileName name of the Visio XML document + * @return void + * @access public + * @see XMLWriter::flush() + */ + function showOutput($fileName) + { + //if(ob_get_clean()){ + //ob_end_clean(); + //} + $fileName = PMA_sanitize_filename($fileName); + header('Content-type: application/visio'); + header('Content-Disposition: attachment; filename="'.$fileName.'.vdx"'); + $output = $this->flush(); + print $output; + } +} + + +/** + * Draws tables schema + */ +class Table_Stats +{ + /** + * Defines properties + */ + + private $_tableName; + private $_showInfo = false; + + public $width = 0; + public $height; + public $fields = array(); + public $heightCell = 0; + public $currentCell = 0; + public $x, $y; + public $primary = array(); + + /** + * The "Table_Stats" constructor + * + * @param string tableName The table name + * @param integer same_wide_width The max. with among tables + * @param boolean showKeys Whether to display keys or not + * @param boolean showInfo Whether to display table position or not + * @global object The current Visio XML document + * @global integer The current page number (from the + * $cfg['Servers'][$i]['table_coords'] table) + * @global array The relations settings + * @global string The current db name + * @access private + * @see PMA_VISIO, Table_Stats::Table_Stats_setWidth, + Table_Stats::Table_Stats_setHeight + */ + function __construct($tableName, $pageNumber, &$same_wide_width, $showKeys = false, $showInfo = false) + { + global $visio, $cfgRelation, $db; + + $this->_tableName = $tableName; + $sql = 'DESCRIBE ' . PMA_backquote($tableName); + $result = PMA_DBI_try_query($sql, null, PMA_DBI_QUERY_STORE); + if (!$result || !PMA_DBI_num_rows($result)) { + $visio->dieSchema($pageNumber,"VISIO",sprintf(__('The %s table doesn\'t exist!'), $tableName)); + } + + /* + * load fields + * check to see if it will load all fields or only the foreign keys + */ + + if ($showKeys) { + $indexes = PMA_Index::getFromTable($this->_tableName, $db); + $all_columns = array(); + foreach ($indexes as $index) { + $all_columns = array_merge($all_columns, array_flip(array_keys($index->getColumns()))); + } + $this->fields = array_keys($all_columns); + } else { + while ($row = PMA_DBI_fetch_row($result)) { + $this->fields[] = $row[0]; + } + } + + $this->_showInfo = $showInfo; + + // height and width + $this->_setHeightTable($fontSize); + + // setWidth must me after setHeight, because title + // can include table height which changes table width + $this->_setWidthTable($font,$fontSize); + if ($same_wide_width < $this->width) { + $same_wide_width = $this->width; + } + + // x and y + $sql = 'SELECT x, y FROM ' + . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($tableName) . '\'' + . ' AND pdf_page_number = ' . $pageNumber; + $result = PMA_query_as_controluser($sql, false, PMA_DBI_QUERY_STORE); + + if (!$result || !PMA_DBI_num_rows($result)) { + $visio->dieSchema($pageNumber,"VISIO",sprintf(__('Please configure the coordinates for table %s'), $tableName)); + } + list($this->x, $this->y) = PMA_DBI_fetch_row($result); + $this->x = (double) $this->x; + $this->y = (double) $this->y; + // displayfield + $this->displayfield = PMA_getDisplayField($db, $tableName); + // index + $result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($tableName) . ';', null, PMA_DBI_QUERY_STORE); + if (PMA_DBI_num_rows($result) > 0) { + while ($row = PMA_DBI_fetch_assoc($result)) { + if ($row['Key_name'] == 'PRIMARY') { + $this->primary[] = $row['Column_name']; + } + } + } + } + + /** + * Returns title of the current table, + * title can have the dimensions/co-ordinates of the table + * + * @access private + */ + private function _getTitle() + { + return ($this->_showInfo ? sprintf('%.0f', $this->width) . 'x' . sprintf('%.0f', $this->heightCell) : '') . ' ' . $this->_tableName; + } + + /** + * Sets the width of the table + * + * @param string font The font name + * @param integer fontSize The font size + * @global object The current Visio XML document + * @access private + * @see PMA_VISIO + */ + function _setWidthTable($font,$fontSize) + { + global $visio; + + } + + /** + * Sets the height of the table + * + * @access private + */ + function _setHeightTable($fontSize) + { + $this->heightCell = $fontSize + 4; + $this->height = (count($this->fields) + 1) * $this->heightCell; + } + + /** + * draw the table + * + * @param boolean showColor Whether to display color + * @global object The current Visio XML document + * @access public + * @see PMA_VISIO + */ + public function tableDraw($showColor) + { + global $visio; + //echo $this->_tableName.'
                        '; + + foreach ($this->fields as $field) { + $this->currentCell += $this->heightCell; + $showColor = 'none'; + if ($showColor) { + if (in_array($field, $this->primary)) { + $showColor = '#0c0'; + } + if ($field == $this->displayfield) { + $showColor = 'none'; + } + } + // code here for drawing table diagrams + } + } +} + +/** + * Draws relation links + * + * @access public + * @see PMA_VISIO + */ +class Relation_Stats +{ + /** + * Defines properties + */ + public $xSrc, $ySrc; + public $srcDir ; + public $destDir; + public $xDest, $yDest; + public $wTick = 10; + + /** + * The "Relation_Stats" constructor + * + * @param string master_table The master table name + * @param string master_field The relation field in the master table + * @param string foreign_table The foreign table name + * @param string foreigh_field The relation field in the foreign table + * @see Relation_Stats::_getXy + */ + function __construct($master_table, $master_field, $foreign_table, $foreign_field) + { + $src_pos = $this->_getXy($master_table, $master_field); + $dest_pos = $this->_getXy($foreign_table, $foreign_field); + /* + * [0] is x-left + * [1] is x-right + * [2] is y + */ + $src_left = $src_pos[0] - $this->wTick; + $src_right = $src_pos[1] + $this->wTick; + $dest_left = $dest_pos[0] - $this->wTick; + $dest_right = $dest_pos[1] + $this->wTick; + + $d1 = abs($src_left - $dest_left); + $d2 = abs($src_right - $dest_left); + $d3 = abs($src_left - $dest_right); + $d4 = abs($src_right - $dest_right); + $d = min($d1, $d2, $d3, $d4); + + if ($d == $d1) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d2) { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[0]; + $this->destDir = -1; + } elseif ($d == $d3) { + $this->xSrc = $src_pos[0]; + $this->srcDir = -1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } else { + $this->xSrc = $src_pos[1]; + $this->srcDir = 1; + $this->xDest = $dest_pos[1]; + $this->destDir = 1; + } + $this->ySrc = $src_pos[2]; + $this->yDest = $dest_pos[2]; + } + + /** + * Gets arrows coordinates + * + * @param string table The current table name + * @param string column The relation column name + * @return array Arrows coordinates + * @access private + */ + function _getXy($table, $column) + { + $pos = array_search($column, $table->fields); + // x_left, x_right, y + return array($table->x, $table->x + $table->width, $table->y + ($pos + 1.5) * $table->heightCell); + } + + /** + * draws relation links and arrows + * shows foreign key relations + * + * @param boolean changeColor Whether to use one color per relation or not + * @global object The current Visio XML document + * @access public + * @see PMA_VISIO + */ + public function relationDraw($changeColor) + { + global $visio; + + if ($changeColor) { + $listOfColors = array( + 'red', + 'grey', + 'black', + 'yellow', + 'green', + 'cyan', + ' orange' + ); + shuffle($listOfColors); + $color = $listOfColors[0]; + } else { + $color = 'black'; + } + + // code here for making connections b/w relation objects + + } +} +/* +* end of the "Relation_Stats" class +*/ + +/** + * Visio Relation Schema Class + * + * Purpose of this class is to generate the Visio XML .VDX Document + * which is used for representing the database diagrams in any version of MS Visio IDE. + * This class uses Software and Database Template and Database model diagram of Visio + * and with the combination of these objects actually helps in preparing Visio XML .VDX document. + * + * Visio XML is generated by using XMLWriter php extension and this class + * inherits Export_Relation_Schema class has common functionality added + * to this class + * + * @name Visio_Relation_Schema + * @copyright + * @license + */ +class PMA_Visio_Relation_Schema extends PMA_Export_Relation_Schema +{ + /** + * The "PMA_Visio_Relation_Schema" constructor + * + * Upon instantiation This outputs the Visio XML document + * that user can download + * + * @return void + * @see PMA_VISIO,Table_Stats,Relation_Stats + */ + function __construct() + { + global $visio,$db; + + $this->setPageNumber($_POST['pdf_page_number']); + $this->setShowGrid(isset($_POST['show_grid'])); + $this->setShowColor($_POST['show_color']); + $this->setShowKeys(isset($_POST['show_keys'])); + $this->setOrientation(isset($_POST['orientation'])); + $this->setPaper($_POST['paper']); + $this->setExportType($_POST['export_type']); + + $visio = new PMA_VISIO(); + $visio->setTitle(sprintf(__('Schema of the %s database - Page %s'), $db, $this->pageNumber)); + $visio->SetAuthor('phpMyAdmin ' . PMA_VERSION); + $visio->startVisioDoc(); + $alltables = $this->getAllTables($db,$this->pageNumber); + + foreach ($alltables as $table) { + if (!isset($this->tables[$table])) { + $this->tables[$table] = new Table_Stats($table, $this->pageNumber, $this->showKeys); + } + } + + $seen_a_relation = false; + foreach ($alltables as $one_table) { + $exist_rel = PMA_getForeigners($db, $one_table, '', 'both'); + if ($exist_rel) { + $seen_a_relation = true; + foreach ($exist_rel as $master_field => $rel) { + /* put the foreign table on the schema only if selected + * by the user + * (do not use array_search() because we would have to + * to do a === FALSE and this is not PHP3 compatible) + */ + if (in_array($rel['foreign_table'], $alltables)) { + $this->_addRelation($one_table, $master_field, $rel['foreign_table'], $rel['foreign_field'],$this->showKeys); + } + } + } + } + $this->_drawTables($this->showColor); + + if ($seen_a_relation) { + $this->_drawRelations($this->showColor); + } + $visio->endVisioDoc(); + $visio->showOutput($db.'-'.$this->pageNumber); + exit(); + } + + /** + * Defines relation objects + * + * @param string masterTable The master table name + * @param string masterField The relation field in the master table + * @param string foreignTable The foreign table name + * @param string foreignField The relation field in the foreign table + * @return void + * @access private + * @see Table_Stats::__construct(),Relation_Stats::__construct() + */ + private function _addRelation($masterTable, $masterField, $foreignTable, $foreignField, $showKeys) + { + if (!isset($this->tables[$masterTable])) { + $this->tables[$masterTable] = new Table_Stats($masterTable, $this->pageNumber, $showKeys); + } + if (!isset($this->tables[$foreignTable])) { + $this->tables[$foreignTable] = new Table_Stats($foreignTable, $this->pageNumber, $showKeys); + } + $this->_relations[] = new Relation_Stats($this->tables[$masterTable], $masterField, $this->tables[$foreignTable], $foreignField); + } + + /** + * Draws relation references + * + * connects master table's master field to + * foreign table's forein field. + * + * @param boolean changeColor Whether to use one color per relation or not + * @return void + * @access private + * @see Relation_Stats::relationDraw() + */ + private function _drawRelations($changeColor) + { + foreach ($this->_relations as $relation) { + $relation->relationDraw($changeColor); + } + } + + /** + * Draws tables + * + * + * @param boolean changeColor Whether to show color for tables text or not + * @return void + * @access private + * @see Table_Stats::tableDraw() + */ + private function _drawTables($changeColor) + { + foreach ($this->tables as $table) { + $table->tableDraw($changeColor); + } + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/select_lang.lib.php b/htdocs/phpMyAdmin/libraries/select_lang.lib.php new file mode 100644 index 000000000..137b83a65 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/select_lang.lib.php @@ -0,0 +1,511 @@ + $value) { + // $envType = 1 for the 'HTTP_ACCEPT_LANGUAGE' environment variable, + // 2 for the 'HTTP_USER_AGENT' one + $expr = $value[0]; + if (strpos($expr, '[-_]') === FALSE) { + $expr = str_replace('|', '([-_][[:alpha:]]{2,3})?|', $expr); + } + if (($envType == 1 && preg_match('/^(' . addcslashes($expr,'/') . ')(;q=[0-9]\\.[0-9])?$/i', $str)) + || ($envType == 2 && preg_match('/(\(|\[|;[[:space:]])(' . addcslashes($expr,'/') . ')(;|\]|\))/i', $str))) { + if (PMA_langSet($lang)) { + return true; + } + } + } + + return false; +} // end of the 'PMA_langDetect()' function + + +/** + * All the supported languages have to be listed in the array below. + * 1. The key must be the "official" ISO 639 language code and, if required, + * the dialect code. It can also contain some information about the + * charset (see the Russian case). + * 2. The first of the values associated to the key is used in a regular + * expression to find some keywords corresponding to the language inside two + * environment variables. + * These values contain: + * - the "official" ISO language code and, if required, the dialect code + * too ('bu' for Bulgarian, 'fr([-_][[:alpha:]]{2})?' for all French + * dialects, 'zh[-_]tw' for Chinese traditional...), the dialect has to + * be specified first; + * - the '|' character (it means 'OR'); + * - the full language name. + * 3. The second value associated to the key is the language code as defined by + * the RFC1766. + * 4. The third value is its native name in html entities or UTF-8. + * + * Beware that the sorting order (first values associated to keys by + * alphabetical reverse order in the array) is important: 'zh-tw' (chinese + * traditional) must be detected before 'zh' (chinese simplified) for + * example. + * + */ +function PMA_langDetails($lang) { + switch ($lang) { + case 'af': + return array('af|afrikaans', 'af', ''); + case 'ar': + return array('ar|arabic', 'ar', 'العربية'); + case 'az': + return array('az|azerbaijani', 'az', 'Azərbaycanca'); + case 'bn': + return array('bn|bangla', 'bn', 'বাংলা'); + case 'be': + return array('be|belarusian', 'be', 'Беларуская'); + case 'be@latin': + return array('be[-_]lat|belarusian latin', 'be-lat', 'Biełaruskaja'); + case 'bg': + return array('bg|bulgarian', 'bg', 'Български'); + case 'bs': + return array('bs|bosnian', 'bs', 'Bosanski'); + case 'br': + return array('br|breton', 'br', 'Brezhoneg'); + case 'ca': + return array('ca|catalan', 'ca', 'Català'); + case 'cs': + return array('cs|czech', 'cs', 'Česky'); + case 'cy': + return array('cy|welsh', 'cy', 'Cymraeg'); + case 'da': + return array('da|danish', 'da', 'Dansk'); + case 'de': + return array('de|german', 'de', 'Deutsch'); + case 'el': + return array('el|greek', 'el', 'Ελληνικά'); + case 'en': + return array('en|english', 'en', ''); + case 'en_GB': + return array('en[_-]gb|english (United Kingdom)', 'en-gb', ''); + case 'es': + return array('es|spanish', 'es', 'Español'); + case 'et': + return array('et|estonian', 'et', 'Eesti'); + case 'eu': + return array('eu|basque', 'eu', 'Euskara'); + case 'fa': + return array('fa|persian', 'fa', 'فارسی'); + case 'fi': + return array('fi|finnish', 'fi', 'Suomi'); + case 'fr': + return array('fr|french', 'fr', 'Français'); + case 'gl': + return array('gl|galician', 'gl', 'Galego'); + case 'he': + return array('he|hebrew', 'he', 'עברית'); + case 'hi': + return array('hi|hindi', 'hi', 'हिन्दी'); + case 'hr': + return array('hr|croatian', 'hr', 'Hrvatski'); + case 'hu': + return array('hu|hungarian', 'hu', 'Magyar'); + case 'id': + return array('id|indonesian', 'id', 'Bahasa Indonesia'); + case 'it': + return array('it|italian', 'it', 'Italiano'); + case 'ja': + return array('ja|japanese', 'ja', '日本語'); + case 'ko': + return array('ko|korean', 'ko', '한국어'); + case 'ka': + return array('ka|georgian', 'ka', 'ქართული'); + case 'lt': + return array('lt|lithuanian', 'lt', 'Lietuvių'); + case 'lv': + return array('lv|latvian', 'lv', 'Latviešu'); + case 'mk': + return array('mk|macedonian', 'mk', 'Macedonian'); + case 'mn': + return array('mn|mongolian', 'mn', 'Монгол'); + case 'ms': + return array('ms|malay', 'ms', 'Bahasa Melayu'); + case 'nl': + return array('nl|dutch', 'nl', 'Nederlands'); + case 'nb': + return array('nb|norwegian', 'nb', 'Norsk'); + case 'pl': + return array('pl|polish', 'pl', 'Polski'); + case 'pt_BR': + return array('pt[-_]br|brazilian portuguese', 'pt-BR', 'Português'); + case 'pt': + return array('pt|portuguese', 'pt', 'Português'); + case 'ro': + return array('ro|romanian', 'ro', 'Română'); + case 'ru': + return array('ru|russian', 'ru', 'Русский'); + case 'si': + return array('si|sinhala', 'si', 'සිංහල'); + case 'sk': + return array('sk|slovak', 'sk', 'Slovenčina'); + case 'sl': + return array('sl|slovenian', 'sl', 'Slovenščina'); + case 'sq': + return array('sq|albanian', 'sq', 'Shqip'); + case 'sr@latin': + return array('sr[-_]lat|serbian latin', 'sr-lat', 'Srpski'); + case 'sr': + return array('sr|serbian', 'sr', 'Српски'); + case 'sv': + return array('sv|swedish', 'sv', 'Svenska'); + case 'ta': + return array('ta|tamil', 'ta', 'தமிழ்'); + case 'te': + return array('te|telugu', 'te', 'తెలుగు'); + case 'th': + return array('th|thai', 'th', 'ภาษาไทย'); + case 'tr': + return array('tr|turkish', 'tr', 'Türkçe'); + case 'tt': + return array('tt|tatarish', 'tt', 'Tatarça'); + case 'ug': + return array('ug|uyghur', 'ug', 'ئۇيغۇرچە'); + case 'uk': + return array('uk|ukrainian', 'uk', 'Українська'); + case 'ur': + return array('ur|urdu', 'ur', 'اُردوُ'); + case 'uz@latin': + return array('uz[-_]lat|uzbek-latin', 'uz-lat', 'O‘zbekcha'); + case 'uz': + return array('uz[-_]cyr|uzbek-cyrillic', 'uz-cyr', 'Ўзбекча'); + case 'zh_TW': + return array('zh[-_](tw|hk)|chinese traditional', 'zh-TW', '中文'); + case 'zh_CN': + return array('zh|chinese simplified', 'zh', '中文'); + } + return array("$lang|$lang", $lang, $lang); +} + +/** + * Returns list of languages supported by phpMyAdmin + * + * @return array + */ +function PMA_langList() +{ + /* We can always speak English */ + $result = array('en' => PMA_langDetails('en')); + + /* Check for existing directory */ + if (!is_dir($GLOBALS['lang_path'])) { + return $result; + } + + /* Open the directory */ + $handle = @opendir($GLOBALS['lang_path']); + /* This can happen if the kit is English-only */ + if ($handle === FALSE) { + return $result; + } + + /* Process all files */ + while (FALSE !== ($file = readdir($handle))) { + if ($file != "." && $file != ".." && file_exists($GLOBALS['lang_path'] . '/' . $file . '/LC_MESSAGES/phpmyadmin.mo')) { + $result[$file] = PMA_langDetails($file); + } + } + /* Close the handle */ + closedir($handle); + + return $result; +} + +/** + * @global string path to the translations directory; may be absent if the kit is English-only + */ +$GLOBALS['lang_path'] = './locale/'; + +/** + * Load gettext functions. + */ +require './libraries/php-gettext/gettext.inc'; + +/** + * @global string interface language + */ +$GLOBALS['lang'] = 'en'; +/** + * @global boolean whether loading lang from cfg failed + */ +$GLOBALS['lang_failed_cfg'] = false; +/** + * @global boolean whether loading lang from cookie failed + */ +$GLOBALS['lang_failed_cookie'] = false; +/** + * @global boolean whether loading lang from user request failed + */ +$GLOBALS['lang_failed_request'] = false; +/** + * @global string text direction ltr or rtl + */ +$GLOBALS['text_dir'] = 'ltr'; + +/** + * @global array supported languages + */ +$GLOBALS['available_languages'] = PMA_langList(); + +// Language filtering support +if (! empty($GLOBALS['cfg']['FilterLanguages'])) { + $new_lang = array(); + foreach ($GLOBALS['available_languages'] as $key => $val) { + if (preg_match('@' . $GLOBALS['cfg']['FilterLanguages'] . '@', $key)) { + $new_lang[$key] = $val; + } + } + if (count($new_lang) > 0) { + $GLOBALS['available_languages'] = $new_lang; + } + unset($key, $val, $new_lang); +} + +/** + * @global array MySQL charsets map + */ +$GLOBALS['mysql_charset_map'] = array( + 'big5' => 'big5', + 'cp-866' => 'cp866', + 'euc-jp' => 'ujis', + 'euc-kr' => 'euckr', + 'gb2312' => 'gb2312', + 'gbk' => 'gbk', + 'iso-8859-1' => 'latin1', + 'iso-8859-2' => 'latin2', + 'iso-8859-7' => 'greek', + 'iso-8859-8' => 'hebrew', + 'iso-8859-8-i' => 'hebrew', + 'iso-8859-9' => 'latin5', + 'iso-8859-13' => 'latin7', + 'iso-8859-15' => 'latin1', + 'koi8-r' => 'koi8r', + 'shift_jis' => 'sjis', + 'tis-620' => 'tis620', + 'utf-8' => 'utf8', + 'windows-1250' => 'cp1250', + 'windows-1251' => 'cp1251', + 'windows-1252' => 'latin1', + 'windows-1256' => 'cp1256', + 'windows-1257' => 'cp1257', +); + +/* + * Do the work! + */ + +if (! PMA_langCheck()) { + // fallback language + $fall_back_lang = 'en'; + $line = __LINE__; + if (! PMA_langSet($fall_back_lang)) { + trigger_error('phpMyAdmin-ERROR: invalid lang code: ' + . __FILE__ . '#' . $line . ', check hard coded fall back language.', + E_USER_WARNING); + // stop execution + // and tell the user that his chosen language is invalid + PMA_fatalError('Could not load any language, please check your language settings and folder.'); + } +} + +// Set locale +_setlocale(LC_MESSAGES, $GLOBALS['lang']); +_bindtextdomain('phpmyadmin', $GLOBALS['lang_path']); +_bind_textdomain_codeset('phpmyadmin', 'UTF-8'); +_textdomain('phpmyadmin'); + +/** + * Messages for phpMyAdmin. + * + * These messages are here for easy transition to Gettext. + * You should not add any messages here, use instead gettext directly + * in your template/PHP file. + */ + +if (! function_exists('__')) { + die('Bad invocation!'); +} + +/* We use only utf-8 */ +$charset = 'utf-8'; + +/* l10n: Text direction, use either ltr or rtl */ +$GLOBALS['text_dir'] = __('ltr'); + +// now, that we have loaded the language strings we can send the errors +if ($GLOBALS['lang_failed_cfg']) { + trigger_error( + sprintf(__('Unknown language: %1$s.'), + htmlspecialchars($GLOBALS['lang_failed_cfg'])), + E_USER_ERROR); +} +if ($GLOBALS['lang_failed_cookie']) { + trigger_error( + sprintf(__('Unknown language: %1$s.'), + htmlspecialchars($GLOBALS['lang_failed_cookie'])), + E_USER_ERROR); +} +if ($GLOBALS['lang_failed_request']) { + trigger_error( + sprintf(__('Unknown language: %1$s.'), + htmlspecialchars($GLOBALS['lang_failed_request'])), + E_USER_ERROR); +} + +unset($line, $fall_back_lang, + $GLOBALS['lang_failed_cfg'], $GLOBALS['lang_failed_cookie'], $GLOBALS['ang_failed_request']); +?> diff --git a/htdocs/phpMyAdmin/libraries/select_server.lib.php b/htdocs/phpMyAdmin/libraries/select_server.lib.php new file mode 100644 index 000000000..f71f7cde0 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/select_server.lib.php @@ -0,0 +1,110 @@ +'; + echo PMA_generate_common_hidden_inputs(); + + if (! $ommit_fieldset) { + echo '
                        '; + } + echo ' '; + + echo ''; + // Show submit button if we have just one server (this happens with no default) + echo ''; + if (! $ommit_fieldset) { + echo '
                        '; + } + echo ''; + } elseif ($list) { + echo ''; + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/server_common.inc.php b/htdocs/phpMyAdmin/libraries/server_common.inc.php new file mode 100644 index 000000000..56ab26189 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/server_common.inc.php @@ -0,0 +1,61 @@ + diff --git a/htdocs/phpMyAdmin/libraries/server_links.inc.php b/htdocs/phpMyAdmin/libraries/server_links.inc.php new file mode 100644 index 000000000..81962699d --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/server_links.inc.php @@ -0,0 +1,116 @@ + diff --git a/htdocs/phpMyAdmin/libraries/server_synchronize.lib.php b/htdocs/phpMyAdmin/libraries/server_synchronize.lib.php new file mode 100644 index 000000000..c9f1242d1 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/server_synchronize.lib.php @@ -0,0 +1,1390 @@ + 1){ + for ($k=0; $k < sizeof($is_key); $k++) { + $trg_select_query .= $is_key[$k] . "='" . $source_result_set[$j][$is_key[$k]] . "'"; + if ($k < (sizeof($is_key)-1)){ + $trg_select_query .= " AND "; + } + } + } + + $target_result_set = PMA_DBI_fetch_result($trg_select_query, null, null, $trg_link); + if ($target_result_set) { + + // Fetch the row from the source server to do a comparison + $src_select_query = "SELECT * FROM " . PMA_backquote($src_db) . "." + . PMA_backquote($matching_table[$matching_table_index]) . " WHERE "; + + if (sizeof($is_key) == 1) { + $src_select_query .= $is_key[0] . "='" . $source_result_set[$j] . "'"; + } else if(sizeof($is_key) > 1){ + for ($k=0; $k< sizeof($is_key); $k++) { + $src_select_query .= $is_key[$k] . "='" . $source_result_set[$j][$is_key[$k]] . "'"; + if ($k < (sizeof($is_key) - 1)){ + $src_select_query .= " AND "; + } + } + } + + $src_result_set = PMA_DBI_fetch_result($src_select_query, null, null, $src_link); + + /** + * Comparing each corresponding field of the source and target matching rows. + * Placing the primary key, value of primary key, field to be updated, and the + * new value of field to be updated in each row of the update array. + */ + for ($m = 0; ($m < $fields_num[$matching_table_index]) && ($starting_index == 0) ; $m++) { + if (isset($src_result_set[0][$fld[$m]])) { + if (isset($target_result_set[0][$fld[$m]])) { + if (($src_result_set[0][$fld[$m]] != $target_result_set[0][$fld[$m]]) && (! (in_array($fld[$m], $is_key)))) { + if (sizeof($is_key) == 1) { + if ($source_result_set[$j]) { + $update_array[$matching_table_index][$update_row][$is_key[0]] = $source_result_set[$j]; + } + } elseif (sizeof($is_key) > 1) { + for ($n=0; $n < sizeof($is_key); $n++) { + if (isset($src_result_set[0][$is_key[$n]])) { + $update_array[$matching_table_index][$update_row][$is_key[$n]] = $src_result_set[0][$is_key[$n]]; + } + } + } + + $update_array[$matching_table_index][$update_row][$update_field] = $fld[$m]; + + $update_field++; + if (isset($src_result_set[0][$fld[$m]])) { + $update_array[$matching_table_index][$update_row][$update_field] = $src_result_set[0][$fld[$m]]; + $update_field++; + } + $starting_index = $m; + $update_row++; + } + } else { + if (sizeof($is_key) == 1) { + if ($source_result_set[$j]) { + $update_array[$matching_table_index][$update_row][$is_key[0]] = $source_result_set[$j]; + + } + } elseif (sizeof($is_key) > 1) { + for ($n = 0; $n < sizeof($is_key); $n++) { + if (isset($src_result_set[0][$is_key[$n]])) { + $update_array[$matching_table_index][$update_row][$is_key[$n]] = $src_result_set[0][$is_key[$n]]; + } + } + } + + $update_array[$matching_table_index][$update_row][$update_field] = $fld[$m]; + + $update_field++; + if (isset($src_result_set[0][$fld[$m]])) { + $update_array[$matching_table_index][$update_row][$update_field] = $src_result_set[0][$fld[$m]]; + $update_field++; + } + $starting_index = $m; + $update_row++; + } + } + } + for ($m = $starting_index + 1; $m < $fields_num[$matching_table_index] ; $m++) + { + if (isset($src_result_set[0][$fld[$m]])) { + if (isset($target_result_set[0][$fld[$m]])) { + if (($src_result_set[0][$fld[$m]] != $target_result_set[0][$fld[$m]]) && (!(in_array($fld[$m], $is_key)))) { + $update_row--; + $update_array[$matching_table_index][$update_row][$update_field] = $fld[$m]; + $update_field++; + if ($src_result_set[0][$fld[$m]]) { + $update_array[$matching_table_index][$update_row][$update_field] = $src_result_set[0][$fld[$m]]; + $update_field++; + } + $update_row++; + } + } else { + $update_row--; + $update_array[$matching_table_index][$update_row][$update_field] = $fld[$m]; + $update_field++; + if ($src_result_set[0][$fld[$m]]) { + $update_array[$matching_table_index][$update_row][$update_field] = $src_result_set[0][$fld[$m]]; + $update_field++; + } + $update_row++; + } + } + } + } else { + /** + * Placing the primary key, and the value of primary key of the row that is to be inserted in the target table + */ + if (sizeof($is_key) == 1) { + if (isset($source_result_set[$j])) { + $insert_array[$matching_table_index][$insert_row][$is_key[0]] = $source_result_set[$j]; + } + } elseif (sizeof($is_key) > 1) { + for($l = 0; $l < sizeof($is_key); $l++) { + if (isset($source_result_set[$j][$matching_tables_fields[$matching_table_index][$l]])) { + $insert_array[$matching_table_index][$insert_row][$is_key[$l]] = $source_result_set[$j][$matching_tables_fields[$matching_table_index][$l]]; + } + } + } + $insert_row++; + } + } else { + /** + * Placing the primary key, and the value of primary key of the row that is to be inserted in the target table + * This condition is met when there is an additional column in the source table + */ + if (sizeof($is_key) == 1) { + if (isset($source_result_set[$j])) { + $insert_array[$matching_table_index][$insert_row][$is_key[0]] = $source_result_set[$j]; + } + } elseif (sizeof($is_key) > 1) { + for ($l = 0; $l < sizeof($is_key); $l++) { + if (isset($source_result_set[$j][$matching_tables_fields[$matching_table_index][$l]])) { + $insert_array[$matching_table_index][$insert_row][$is_key[$l]] = $source_result_set[$j][$matching_tables_fields[$matching_table_index][$l]]; + } + } + } + $insert_row++; + } + } // for loop ends + } +} +/** +* PMA_findDeleteRowsFromTargetTables finds the rows which are to be deleted from target table. +* @uses sizeof() +* @uses PMA_DBI_get_column_values() +* @uses in_array() +* +* @param $delete_array array containing rows that are to be deleted +* @param $matching_table array containing matching table names +* @param $matching_table_index index of a table from $matching_table array +* @param $trg_keys array of target table keys +* @param $src_keys array of source table keys +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $src_db name of source database +* @param $src_link connection established with source server +* +*/ +function PMA_findDeleteRowsFromTargetTables(&$delete_array, $matching_table, $matching_table_index, $trg_keys, $src_keys, $trg_db, $trg_link,$src_db, $src_link) +{ + if (isset($trg_keys[$matching_table_index])) { + $target_key_values = PMA_DBI_get_column_values($trg_db, $matching_table[$matching_table_index], $trg_keys[$matching_table_index], $trg_link); + $target_row_size = sizeof($target_key_values); + } + if (isset($src_keys[$matching_table_index])) { + $source_key_values = PMA_DBI_get_column_values($src_db, $matching_table[$matching_table_index], $src_keys[$matching_table_index], $src_link); + $source_size = sizeof($source_key_values); + } + $all_keys_match = 1; + for ($a = 0; $a < sizeof($trg_keys[$matching_table_index]); $a++) { + if (isset($trg_keys[$matching_table_index][$a])) { + if (! (in_array($trg_keys[$matching_table_index][$a], $src_keys[$matching_table_index]))) { + $all_keys_match = 0; + } + } + } + if (! ($all_keys_match)) { + if (isset($target_key_values)) { + $delete_array[$matching_table_index] = $target_key_values; + } + } + if (isset($trg_keys[$matching_table_index])) { + if ((sizeof($trg_keys[$matching_table_index]) == 1) && $all_keys_match) { + $row = 0; + if (isset($target_key_values)) { + for ($i = 0; $i < sizeof($target_key_values); $i++) { + if (! (in_array($target_key_values[$i], $source_key_values))) { + $delete_array[$matching_table_index][$row] = $target_key_values[$i]; + $row++; + } + } + } + } elseif ((sizeof($trg_keys[$matching_table_index]) > 1) && $all_keys_match) { + $row = 0; + if (isset($target_key_values)) { + for ($i = 0; $i < sizeof($target_key_values); $i++) { + $is_present = false; + for ($j = 0; $j < sizeof($source_key_values) && ($is_present == false) ; $j++) { + $check = true; + for ($k = 0; $k < sizeof($trg_keys[$matching_table_index]); $k++) { + if ($target_key_values[$i][$trg_keys[$matching_table_index][$k]] != $source_key_values[$j][$trg_keys[$matching_table_index][$k]]) { + $check = false; + } + } + if ($check) { + $is_present = true; + } + } + if (! ($is_present)) { + for ($l = 0; $l < sizeof($trg_keys[$matching_table_index]); $l++) { + $delete_array[$matching_table_index][$row][$trg_keys[$matching_table_index][$l]] = $target_key_values[$i][$trg_keys[$matching_table_index][$l]]; + } + $row++; + } + } + } + } + } +} + +/** +* PMA_dataDiffInUncommonTables() finds the data difference in $source_tables_uncommon +* @uses PMA_DBI_fetch_result() +* +* @param $source_tables_uncommon array of table names; containing table names that are in source db and not in target db +* @param $src_db name of source database +* @param $src_link connection established with source server +* @param $index index of a table from $matching_table array +* @param $row_count number of rows +*/ + +function PMA_dataDiffInUncommonTables($source_tables_uncommon, $src_db, $src_link, $index, &$row_count) +{ + $query = "SELECT COUNT(*) FROM " . PMA_backquote($src_db) . "." . PMA_backquote($source_tables_uncommon[$index]); + $rows = PMA_DBI_fetch_result($query, null, null, $src_link); + $row_count[$index] = $rows[0]; +} + +/** +* PMA_updateTargetTables() sets the updated field values to target table rows using $update_array[$matching_table_index] +* +* @uses PMA_DBI_fetch_result() +* @uses PMA_backquote() +* +* @param $table Array containing matching tables' names +* @param $update_array A three dimensional array containing field +* value updates required for each matching table +* @param $src_db Name of source database +* @param $trg_db Name of target database +* @param $trg_link Connection established with target server +* @param $matching_table_index index of matching table in matching_table_array +* @param $display true/false value +*/ + +function PMA_updateTargetTables($table, $update_array, $src_db, $trg_db, $trg_link, $matching_table_index, $matching_table_keys, $display) +{ + if (isset($update_array[$matching_table_index])) { + if (sizeof($update_array[$matching_table_index])) { + + for ($update_row = 0; $update_row < sizeof($update_array[$matching_table_index]); $update_row++) { + + if (isset($update_array[$matching_table_index][$update_row])) { + $update_fields_num = sizeof($update_array[$matching_table_index][$update_row])-sizeof($matching_table_keys[$matching_table_index]); + if ($update_fields_num > 0) { + $query = "UPDATE " . PMA_backquote($trg_db) . "." .PMA_backquote($table[$matching_table_index]) . " SET "; + + for ($update_field = 0; $update_field < $update_fields_num; $update_field = $update_field+2) { + if (isset($update_array[$matching_table_index][$update_row][$update_field]) && isset($update_array[$matching_table_index][$update_row][$update_field+1])) { + $query .= $update_array[$matching_table_index][$update_row][$update_field] . "='" . $update_array[$matching_table_index][$update_row][$update_field+1] . "'"; + } + if ($update_field < ($update_fields_num - 2)) { + $query .= ", "; + } + } + $query .= " WHERE "; + if (isset($matching_table_keys[$matching_table_index])) { + for ($key = 0; $key < sizeof($matching_table_keys[$matching_table_index]); $key++) + { + if (isset($matching_table_keys[$matching_table_index][$key])) { + + $query .= $matching_table_keys[$matching_table_index][$key] . "='" . $update_array[$matching_table_index][$update_row][$matching_table_keys[$matching_table_index][$key]] . "'"; + } + if ($key < (sizeof($matching_table_keys[$matching_table_index]) - 1)) { + $query .= " AND "; + } + } + } + if ($display == true) { + echo "

                        " . $query . "

                        "; + } + PMA_DBI_try_query($query, $trg_link, 0); + } + } + } + } + } +} +/** +* PMA_insertIntoTargetTable() inserts missing rows in the target table using $array_insert[$matching_table_index] +* +* @uses PMA_DBI_fetch_result() +* @uses PMA_backquote() +* +* +* @param $matching_table array containing matching table names +* @param $src_db name of source database +* @param $trg_db name of target database +* @param $src_link connection established with source server +* @param $trg_link connection established with target server +* @param $table_fields array containing field names of a table +* @param $array_insert +* @param $matching_table_index index of matching table in matching_table_array +* @param $matching_tables_keys array containing field names that are keys in the matching table +* @param $source_columns array containing source column information +* @param $add_column_array array containing column names that are to be added in target table +* @param $criteria array containing criterias like type, null, collation, default etc +* @param $target_tables_keys array containing field names that are keys in the target table +* @param $uncommon_tables array containing table names that are present in source db but not in targt db +* @param $uncommon_tables_fields array containing field names of the uncommon tables +* @param $uncommon_cols column names that are present in target table and not in source table +* @param $alter_str_array array containing column names that are to be altered +* @param $source_indexes column names on which indexes are made in source table +* @param $target_indexes column names on which indexes are made in target table +* @param $add_indexes_array array containing column names on which index is to be added in target table +* @param $alter_indexes_array array containing column names whose indexes are to be altered. Only index name and uniqueness of an index can be changed +* @param $delete_array array containing rows that are to be deleted +* @param $update_array array containing rows that are to be updated in target +* @param $display true/false value +* +*/ +function PMA_insertIntoTargetTable($matching_table, $src_db, $trg_db, $src_link, $trg_link, $table_fields, &$array_insert, $matching_table_index, + $matching_tables_keys, $source_columns, &$add_column_array, $criteria, $target_tables_keys, $uncommon_tables, &$uncommon_tables_fields,$uncommon_cols, + &$alter_str_array,&$source_indexes, &$target_indexes, &$add_indexes_array, &$alter_indexes_array, &$delete_array, &$update_array, $display) +{ + if(isset($array_insert[$matching_table_index])) { + if (sizeof($array_insert[$matching_table_index])) { + for ($insert_row = 0; $insert_row< sizeof($array_insert[$matching_table_index]); $insert_row++) { + if (isset($array_insert[$matching_table_index][$insert_row][$matching_tables_keys[$matching_table_index][0]])) { + + $select_query = "SELECT * FROM " . PMA_backquote($src_db) . "." . PMA_backquote($matching_table[$matching_table_index]) . " WHERE "; + for ($i = 0; $i < sizeof($matching_tables_keys[$matching_table_index]); $i++) { + $select_query .= $matching_tables_keys[$matching_table_index][$i] . "='"; + $select_query .= $array_insert[$matching_table_index][$insert_row][$matching_tables_keys[$matching_table_index][$i]] . "'" ; + + if ($i < (sizeof($matching_tables_keys[$matching_table_index]) - 1)) { + $select_query.= " AND "; + } + } + $select_query .= "; "; + $result = PMA_DBI_fetch_result ($select_query, null, null, $src_link); + $insert_query = "INSERT INTO " . PMA_backquote($trg_db) . "." . PMA_backquote($matching_table[$matching_table_index]) ." ("; + + for ($field_index = 0; $field_index < sizeof($table_fields[$matching_table_index]); $field_index++) + { + $insert_query .= $table_fields[$matching_table_index][$field_index]; + + $is_fk_query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE TABLE_SCHEMA = '" . $trg_db ."' + AND TABLE_NAME = '" . $matching_table[$matching_table_index]. "'AND COLUMN_NAME = '" . + $table_fields[$matching_table_index][$field_index] . "' AND TABLE_NAME <> REFERENCED_TABLE_NAME;" ; + + $is_fk_result = PMA_DBI_fetch_result($is_fk_query, null, null, $trg_link); + if (sizeof($is_fk_result) > 0) { + for ($j = 0; $j < sizeof($is_fk_result); $j++) + { + $table_index = array_keys($matching_table, $is_fk_result[$j]['REFERENCED_TABLE_NAME']); + + if (isset($alter_str_array[$table_index[0]])) { + PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, $source_columns, $alter_str_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $table_index[0], $display); + unset($alter_str_array[$table_index[0]]); + } + if (isset($uncommon_columns[$table_index[0]])) { + PMA_removeColumnsFromTargetTable($trg_db, $trg_link, $matching_tables, $uncommon_columns, $table_index[0], $display); + unset($uncommon_columns[$table_index[0]]); + } + if (isset($add_column_array[$table_index[0]])) { + PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $table_index[0], $target_tables_keys, $matching_tables_keys, + $trg_db, $trg_link, $src_db, $src_link); + + if (isset($delete_array[$table_index[0]])) { + PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $table_index[0], $target_tables_keys, $delete_array, $display); + unset($delete_array[$table_index[0]]); + } + PMA_addColumnsInTargetTable($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_columns, $add_column_array, + $matching_tables_fields, $criteria, $matching_tables_keys, $target_tables_keys, $uncommon_tables,$uncommon_tables_fields, + $table_index[0], $uncommon_cols, $display); + unset($add_column_array[$table_index[0]]); + } + if (isset($add_indexes_array[$table_index[0]]) || isset($remove_indexes_array[$table_index[0]]) + || isset($alter_indexes_array[$table_index[0]])) { + PMA_applyIndexesDiff ($trg_db, $trg_link, $matching_tables, $source_indexes, $target_indexes, $add_indexes_array, $alter_indexes_array, + $remove_indexes_array, $table_index[0], $display); + + unset($add_indexes_array[$table_index[0]]); + unset($alter_indexes_array[$table_index[0]]); + unset($remove_indexes_array[$table_index[0]]); + } + if (isset($update_array[$table_index[0]])) { + PMA_updateTargetTables($matching_tables, $update_array, $src_db, $trg_db, $trg_link, $table_index[0], $matching_table_keys, + $display); + unset($update_array[$table_index[0]]); + } + if (isset($array_insert[$table_index[0]])) { + PMA_insertIntoTargetTable($matching_table, $src_db, $trg_db, $src_link, $trg_link, $table_fields, $array_insert, + $table_index[0], $matching_tables_keys, $source_columns, $add_column_array, $criteria, $target_tables_keys, $uncommon_tables, + $uncommon_tables_fields, $uncommon_cols, $alter_str_array, $source_indexes, $target_indexes, $add_indexes_array, + $alter_indexes_array, $delete_array, $update_array, $display); + unset($array_insert[$table_index[0]]); + } + } + } + if ($field_index < sizeof($table_fields[$matching_table_index])-1) { + $insert_query .= ", "; + } + } + $insert_query .= ") VALUES("; + if (sizeof($table_fields[$matching_table_index]) == 1) { + $insert_query .= "'" . PMA_sqlAddslashes($result[0]) . "'"; + } else { + for ($field_index = 0; $field_index < sizeof($table_fields[$matching_table_index]); $field_index++) { + if (isset($result[0][$table_fields[$matching_table_index][$field_index]])) { + $insert_query .= "'" . PMA_sqlAddslashes($result[0][$table_fields[$matching_table_index][$field_index]]) . "'"; + } else { + $insert_query .= "'NULL'"; + } + if ($field_index < (sizeof($table_fields[$matching_table_index])) - 1) { + $insert_query .= " ," ; + } + } + } + $insert_query .= ");"; + if ($display == true) { + PMA_displayQuery($insert_query); + } + PMA_DBI_try_query($insert_query, $trg_link, 0); + } + } + } + } +} +/** +* PMA_createTargetTables() Create the missing table $uncommon_table in target database +* +* @uses PMA_DBI_get_fields() +* @uses PMA_backquote() +* @uses PMA_DBI_fetch_result() +* +* @param $src_db name of source database +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $src_link connection established with source server +* @param $uncommon_table name of table present in source but not in target +* @param $table_index index of table in matching_table_array +* @param $uncommon_tables_fields field names of the uncommon table +* @param $display true/false value +*/ +function PMA_createTargetTables($src_db, $trg_db, $src_link, $trg_link, &$uncommon_tables, $table_index, &$uncommon_tables_fields, $display) +{ + if (isset($uncommon_tables[$table_index])) { + $fields_result = PMA_DBI_get_fields($src_db, $uncommon_tables[$table_index], $src_link); + $fields = array(); + foreach ($fields_result as $each_field) { + $field_name = $each_field['Field']; + $fields[] = $field_name; + } + $uncommon_tables_fields[$table_index] = $fields; + + $Create_Query = PMA_DBI_fetch_value("SHOW CREATE TABLE " . PMA_backquote($src_db) . '.' . PMA_backquote($uncommon_tables[$table_index]), 0, 1, $src_link); + + // Replace the src table name with a `dbname`.`tablename` + $Create_Table_Query = preg_replace('/' . preg_quote(PMA_backquote($uncommon_tables[$table_index]), '/') . '/', + PMA_backquote($trg_db) . '.' .PMA_backquote($uncommon_tables[$table_index]), + $Create_Query, + $limit = 1 + ); + + $is_fk_query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE TABLE_SCHEMA = '" . $src_db . "' + AND TABLE_NAME = '" . $uncommon_tables[$table_index] . "' AND TABLE_NAME <> REFERENCED_TABLE_NAME;" ; + + $is_fk_result = PMA_DBI_fetch_result($is_fk_query, null, null, $src_link); + if (sizeof($is_fk_result) > 0) { + for ($j = 0; $j < sizeof($is_fk_result); $j++) + { + if (in_array($is_fk_result[$j]['REFERENCED_TABLE_NAME'], $uncommon_tables)) { + $table_index = array_keys($uncommon_tables, $is_fk_result[$j]['REFERENCED_TABLE_NAME']); + PMA_createTargetTables($src_db, $trg_db, $trg_link, $src_link, $uncommon_tables, $table_index[0], $uncommon_tables_fields, $display); + unset($uncommon_tables[$table_index[0]]); + } + } + } + if ($display == true) { + echo '

                        ' . $Create_Table_Query . '

                        '; + } + PMA_DBI_try_query($Create_Table_Query, $trg_link, 0); + } +} +/** +* PMA_populateTargetTables() inserts data into uncommon tables after they have been created +* @uses PMA_DBI_fetch_result() +* @uses PMA_backquote() +* @uses sizeof() +* @uses PMA_DBI_try_query() +* +* @param $src_db name of source database +* @param $trg_db name of target database +* @param $src_link connection established with source server +* @param $trg_link connection established with target server +* @param $uncommon_tables array containing uncommon table names (table names that are present in source but not in target db) +* @param $table_index index of table in matching_table_array +* @param $uncommon_tables_fields field names of the uncommon table +* @param $display true/false value +* +* FIXME: This turns NULL values into '' (empty string) +*/ +function PMA_populateTargetTables($src_db, $trg_db, $src_link, $trg_link, $uncommon_tables, $table_index, $uncommon_tables_fields, $display) +{ + $display = false; // todo: maybe display some of the queries if they are not too numerous + $unbuffered_result = PMA_DBI_try_query('SELECT * FROM ' . PMA_backquote($src_db) . '.' . PMA_backquote($uncommon_tables[$table_index]), $src_link, PMA_DBI_QUERY_UNBUFFERED); + if (false !== $unbuffered_result) { + $insert_query = 'INSERT INTO ' . PMA_backquote($trg_db) . '.' .PMA_backquote($uncommon_tables[$table_index]) . ' VALUES'; + while ($one_row = PMA_DBI_fetch_row($unbuffered_result)) { + $insert_query .= '('; + $key_of_last_value = count($one_row) - 1; + foreach($one_row as $key => $value) { + $insert_query .= "'" . PMA_sqlAddslashes($value) . "'"; + if ($key < $key_of_last_value) { + $insert_query .= ","; + } + } + $insert_query .= '),'; + } + $insert_query = substr($insert_query, 0, -1); + $insert_query .= ';'; + if ($display == true) { + PMA_displayQuery($insert_query); + } + PMA_DBI_try_query($insert_query, $trg_link, 0); + } +} +/** +* PMA_deleteFromTargetTable() delete rows from target table +* @uses sizeof() +* @uses PMA_backquote() +* @uses PMA_DBI_try_query() +* +* +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $matching_tables array containing matching table names +* @param $table_index index of table in matching_table_array +* @param $target_table_keys primary key names of the target tables +* @param $delete array array containing the key values of rows that are to be deleted +* @param $display true/false value +*/ +function PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $table_index, $target_tables_keys, $delete_array, $display) +{ + for($i = 0; $i < sizeof($delete_array[$table_index]); $i++) { + if (isset($target_tables_keys[$table_index])) { + $delete_query = 'DELETE FROM ' . PMA_backquote($trg_db) . '.' .PMA_backquote($matching_tables[$table_index]) . ' WHERE '; + for($y = 0; $y < sizeof($target_tables_keys[$table_index]); $y++) { + $delete_query .= $target_tables_keys[$table_index][$y] . " = '"; + + if (sizeof($target_tables_keys[$table_index]) == 1) { + $delete_query .= $delete_array[$table_index][$i] . "'"; + } elseif (sizeof($target_tables_keys[$table_index]) > 1) { + $delete_query .= $delete_array[$table_index][$i][$target_tables_keys[$table_index][$y]] . "'"; + } + if ($y < (sizeof($target_tables_keys[$table_index]) - 1)) { + $delete_query .= ' AND '; + } + $pk_query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE REFERENCED_TABLE_SCHEMA = '" . $trg_db . "' + AND REFERENCED_TABLE_NAME = '" . $matching_tables[$table_index]."' AND REFERENCED_COLUMN_NAME = '" + . $target_tables_keys[$table_index][$y] . "' AND TABLE_NAME <> REFERENCED_TABLE_NAME;"; + + $pk_query_result = PMA_DBI_fetch_result($pk_query, null, null, $trg_link); + $result_size = sizeof($pk_query_result); + + if ($result_size > 0) { + for ($b = 0; $b < $result_size; $b++) { + $drop_pk_query = "DELETE FROM " . PMA_backquote($pk_query_result[$b]['TABLE_SCHEMA']) . "." . PMA_backquote($pk_query_result[$b]['TABLE_NAME']) . " WHERE " . $pk_query_result[$b]['COLUMN_NAME'] . " = " . $target_tables_keys[$table_index][$y] . ";"; + PMA_DBI_try_query($drop_pk_query, $trg_link, 0); + } + } + } + } + if ($display == true) { + echo '

                        ' . $delete_query . '

                        '; + } + PMA_DBI_try_query($delete_query, $trg_link, 0); + } +} +/** +* PMA_structureDiffInTables() Gets all the column information for source and target table. +* Compare columns on their names. +* If column exists in target then compare Type, Null, Collation, Key, Default and Comment for that column. +* If column does not exist in target table then it is placed in $add_column_array. +* If column exists in target table but criteria is different then it is palced in $alter_str_array. +* If column does not exist in source table but is present in target table then it is placed in $uncommon_columns. +* Keys for all the source tables that have a corresponding target table are placed in $matching_tables_keys. +* Keys for all the target tables that have a corresponding source table are placed in $target_tables_keys. +* +* @uses PMA_DBI_get_columns_full() +* @uses sizeof() +* +* @param $src_db name of source database +* @param $trg_db name of target database +* @param $src_link connection established with source server +* @param $trg_link connection established with target server +* @param $matching_tables array containing names of matching tables +* @param $source_columns array containing columns information of the source tables +* @param $target_columns array containing columns information of the target tables +* @param $alter_str_array three dimensional associative array first index being the matching table index, second index being column name for which target +* column have some criteria different and third index containing the criteria which is different. +* @param $add_column_array two dimensional associative array, first index of the array contain the matching table number and second index contain the +* column name which is to be added in the target table +* @param $uncommon_columns array containing the columns that are present in the target table but not in the source table +* @param $criteria array containing the criterias which are to be checked for field that is present in source table and target table +* @param $target_tables_keys array containing the field names which is key in the target table +* @param $matching_table_index integer number of the matching table +* +*/ +function PMA_structureDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, &$source_columns, &$target_columns, &$alter_str_array, + &$add_column_array, &$uncommon_columns, $criteria, &$target_tables_keys, $matching_table_index) +{ + //Gets column information for source and target table + $source_columns[$matching_table_index] = PMA_DBI_get_columns_full($src_db, $matching_tables[$matching_table_index], null, $src_link); + $target_columns[$matching_table_index] = PMA_DBI_get_columns_full($trg_db, $matching_tables[$matching_table_index], null, $trg_link); + foreach ($source_columns[$matching_table_index] as $column_name => $each_column) { + if (isset($target_columns[$matching_table_index][$column_name]['Field'])) { + //If column exists in target table then matches criterias like type, null, collation, key, default, comment of the column + for ($i = 0; $i < sizeof($criteria); $i++) { + if ($source_columns[$matching_table_index][$column_name][$criteria[$i]] != $target_columns[$matching_table_index][$column_name][$criteria[$i]]) { + if (($criteria[$i] == 'Default') && ($source_columns[$matching_table_index][$column_name][$criteria[$i]] == '' )) { + $alter_str_array[$matching_table_index][$column_name][$criteria[$i]] = 'None'; + } else { + if (! (($criteria[$i] == 'Key') && (($source_columns[$matching_table_index][$column_name][$criteria[$i]] == 'MUL') + || ($target_columns[$matching_table_index][$column_name][$criteria[$i]] == 'MUL') + || ($source_columns[$matching_table_index][$column_name][$criteria[$i]] == 'UNI') + || ($target_columns[$matching_table_index][$column_name][$criteria[$i]] == 'UNI')))) { + $alter_str_array[$matching_table_index][$column_name][$criteria[$i]] = $source_columns[$matching_table_index][$column_name][$criteria[$i]]; + } + } + } + } + } else { + $add_column_array[$matching_table_index][$column_name]= $column_name; + } + } + //Finds column names that are present in target table but not in source table + foreach ($target_columns[$matching_table_index] as $fld_name => $each_column) { + if (! (isset($source_columns[$matching_table_index][$fld_name]['Field']))) { + $fields_uncommon[] = $fld_name; + } + if ($target_columns[$matching_table_index][$fld_name]['Key'] == 'PRI') { + $keys[] = $fld_name; + } + } + if (isset($fields_uncommon)) { + $uncommon_columns[$matching_table_index] = $fields_uncommon; + } + if (isset($keys)) { + $target_tables_keys[$matching_table_index] = $keys; + } +} +/** +* PMA_addColumnsInTargetTable() adds column that are present in source table but not in target table +* @uses sizeof() +* @uses in_array() +* @uses array_keys() +* @uses PMA_checkForeignKeys() +* @uses PMA_createTargetTables() +* @uses PMA_DBI_try_query() +* @uses PMA_DBI_fetch_result() +* +* @param $src_db name of source database +* @param $trg_db name of target database +* @param $src_link connection established with source server +* @param $trg_link connection established with target server +* @param $matching_tables array containing names of matching tables +* @param $source_columns array containing columns information of the source tables +* @param $add_column_array array containing the names of the column(field) that are to be added in the target +* @param $matching_tables_fields +* @param $criteria array containing the criterias +* @param $matching_tables_keys array containing the field names which is key in the source table +* @param $target_tables_keys array containing the field names which is key in the target table +* @param $uncommon_tables array containing the table names that are present in source db and not in target db +* @param $uncommon_tables_fields array containing the names of the fields of the uncommon tables +* @param $table_counter integer number of the matching table +* @param $uncommon_cols +* @param $display true/false value +*/ +function PMA_addColumnsInTargetTable($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_columns, &$add_column_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $uncommon_tables, &$uncommon_tables_fields, $table_counter, $uncommon_cols, $display) +{ + for ($i = 0; $i < sizeof($matching_tables_fields[$table_counter]); $i++) { + if (isset($add_column_array[$table_counter][$matching_tables_fields[$table_counter][$i]])) { + $query = "ALTER TABLE " . PMA_backquote($trg_db) . '.' . PMA_backquote($matching_tables[$table_counter]). " ADD COLUMN " . + $add_column_array[$table_counter][$matching_tables_fields[$table_counter][$i]] . " " . $source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Type']; + + if($source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Null'] == 'NO') { + $query .= ' Not Null '; + } elseif ($source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Null'] == 'YES') { + $query .= ' Null '; + } + if ($source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Collation'] != '') { + $query .= ' COLLATE ' . $source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Collation']; + } + if ($source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Default'] != '') { + $query .= " DEFAULT " . $source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Default']; + } + if ($source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Comment'] != '') { + $query .= " COMMENT " . $source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Comment']; + } + if ($source_columns[$table_counter][$matching_tables_fields[$table_counter][$i]]['Key'] == 'PRI' ) { + $trg_key_size = sizeof($target_tables_keys[$table_counter]); + if ($trg_key_size) { + $check = true; + for ($a = 0; ($a < $trg_key_size) && ($check); $a++) { + if (! (in_array($target_tables_keys[$table_counter], $uncommon_cols))) { + $check = false; + } + } + if (! $check) { + $query .= " ,DROP PRIMARY KEY " ; + } + } + $query .= " , ADD PRIMARY KEY ("; + for ($t = 0; $t < sizeof($matching_tables_keys[$table_counter]); $t++) { + $query .= $matching_tables_keys[$table_counter][$t]; + if ($t < (sizeof($matching_tables_keys[$table_counter]) - 1)) { + $query .= " , " ; + } + } + $query .= ")"; + } + + $query .= ";"; + if ($display == true) { + echo '

                        ' . $query . '

                        '; + } + PMA_DBI_try_query($query, $trg_link, 0); + + //Checks if column to be added is a foreign key or not + $is_fk_query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE TABLE_SCHEMA = '" . $trg_db . "' AND TABLE_NAME = '" + . $matching_tables[$table_counter] . "' AND COLUMN_NAME ='" . $add_column_array[$table_counter][$matching_tables_fields[$table_counter][$i]] . + "' AND TABLE_NAME <> REFERENCED_TABLE_NAME;"; + + $is_fk_result = PMA_DBI_fetch_result($is_fk_query, null, null, $src_link); + + //If column is a foreign key then it is checked that referenced table exist in target db. If referenced table does not exist in target db then + //it is created first. + if (isset($is_fk_result)) { + if (in_array($is_fk_result[0]['REFERENCED_TABLE_NAME'], $uncommon_tables)) { + $table_index = array_keys($uncommon_tables, $is_fk_result[0]['REFERENCED_TABLE_NAME']); + PMA_checkForeignKeys($src_db, $src_link, $trg_db, $trg_link, $is_fk_result[0]['REFERENCED_TABLE_NAME'], $uncommon_tables, $uncommon_tables_fields); + PMA_createTargetTables($src_db, $trg_db, $trg_link, $src_link, $uncommon_tables, $table_index[0], $uncommon_tables_fields); + unset($uncommon_tables[$table_index[0]]); + } + $fk_query = "ALTER TABLE " . PMA_backquote($trg_db) . '.' . PMA_backquote($matching_tables[$table_counter]) . + "ADD CONSTRAINT FOREIGN KEY " . $add_column_array[$table_counter][$matching_tables_fields[$table_counter][$i]] . " + (" . $add_column_array[$table_counter][$matching_tables_fields[$table_counter][$i]] . ") REFERENCES " . PMA_backquote($trg_db) . + '.' . PMA_backquote($is_fk_result[0]['REFERENCED_TABLE_NAME']) . " (" . $is_fk_result[0]['REFERENCED_COLUMN_NAME'] . ");"; + + PMA_DBI_try_query($fk_query, $trg_link, null); + } + } + } +} +/** +* PMA_checkForeignKeys() checks if the referenced table have foreign keys. +* @uses sizeof() +* @uses in_array() +* @uses array_keys() +* @uses PMA_checkForeignKeys() +* uses PMA_createTargetTables() +* +* @param $src_db name of source database +* @param $src_link connection established with source server +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $referenced_table table whose column is a foreign key in another table +* @param $uncommon_tables array containing names that are uncommon +* @param $uncommon_tables_fields field names of the uncommon table +* @param $display true/false value +*/ +function PMA_checkForeignKeys($src_db, $src_link, $trg_db, $trg_link ,$referenced_table, &$uncommon_tables, &$uncommon_tables_fields, $display) +{ + $is_fk_query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE TABLE_SCHEMA = '" . $src_db . "' + AND TABLE_NAME = '" . $referenced_table . "' AND TABLE_NAME <> REFERENCED_TABLE_NAME;"; + + $is_fk_result = PMA_DBI_fetch_result($is_fk_query, null, null, $src_link); + if (sizeof($is_fk_result) > 0) { + for ($j = 0; $j < sizeof($is_fk_result); $j++) { + if (in_array($is_fk_result[$j]['REFERENCED_TABLE_NAME'], $uncommon_tables)) { + $table_index = array_keys($uncommon_tables, $is_fk_result[$j]['REFERENCED_TABLE_NAME']); + PMA_checkForeignKeys($src_db, $src_link, $trg_db, $trg_link, $is_fk_result[$j]['REFERENCED_TABLE_NAME'], $uncommon_tables, + $uncommon_tables_fields, $display); + PMA_createTargetTables($src_db, $trg_db, $trg_link, $src_link, $uncommon_tables, $table_index[0], $uncommon_tables_fields, $display); + unset($uncommon_tables[$table_index[0]]); + } + } + } +} +/** +* PMA_alterTargetTableStructure() alters structure of the target table using $alter_str_array +* @uses sizeof() +* @uses PMA_DBI_fetch_result() +* @uses is_string() +* @uses is_numeric() +* @uses PMA_DBI_try_query() +* +* +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $matching_tables array containing names of matching tables +* @param $source_columns array containing columns information of the source table +* @param $alter_str_array array containing the column name and criteria which is to be altered for the targert table +* @param $matching_tables_fields array containing the name of the fields for the matching table +* @param $criteria array containing the criterias +* @param $matching_tables_keys array containing the field names which is key in the source table +* @param $target_tables_keys array containing the field names which is key in the target table +* @param $matching_table_index integer number of the matching table +* @param $display true/false value +*/ +function PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, &$source_columns, &$alter_str_array, $matching_tables_fields, $criteria, + &$matching_tables_keys, &$target_tables_keys, $matching_table_index, $display) +{ + $check = true; + $sql_query = ''; + $found = false; + + //Checks if the criteria to be altered is primary key + for ($v = 0; $v < sizeof($matching_tables_fields[$matching_table_index]); $v++) { + if (isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$v]]['Key'])) { + if ($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$v]]['Key'] == 'PRI' ) { + $check = false; + } + } + } + $pri_query; + if (! $check) { + $pri_query = "ALTER TABLE " . PMA_backquote($trg_db) . '.' . PMA_backquote($matching_tables[$matching_table_index]); + if (sizeof($target_tables_keys[$matching_table_index]) > 0) { + $pri_query .= " DROP PRIMARY KEY ," ; + } + $pri_query .= " ADD PRIMARY KEY ("; + for ($z = 0; $z < sizeof($matching_tables_keys[$matching_table_index]); $z++) { + $pri_query .= $matching_tables_keys[$matching_table_index][$z]; + if ($z < (sizeof($matching_tables_keys[$matching_table_index]) - 1)) { + $pri_query .= " , " ; + } + } + $pri_query .= ");"; + } + + if (isset($pri_query)) { + if ($display == true) { + echo '

                        ' . $pri_query . '

                        '; + } + PMA_DBI_try_query($pri_query, $trg_link, 0); + } + for ($t = 0; $t < sizeof($matching_tables_fields[$matching_table_index]); $t++) { + if ((isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]])) && (sizeof($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]]) > 0)) { + $sql_query = 'ALTER TABLE ' . PMA_backquote($trg_db) . '.' . PMA_backquote($matching_tables[$matching_table_index]) . ' MODIFY ' . + $matching_tables_fields[$matching_table_index][$t] . ' ' . $source_columns[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]]['Type']; + $found = false; + for ($i = 0; $i < sizeof($criteria); $i++) + { + if (isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]]) && $criteria[$i] != 'Key') { + $found = true; + if (($criteria[$i] == 'Type') && (! isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i+1]]))) { + if ($source_columns[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i + 1]] == 'NO') { + $sql_query .= " Not Null" ; + } elseif ($source_columns[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i + 1]] == 'YES') { + $sql_query .= " Null" ; + } + } + if (($criteria[$i] == 'Null') && ( $alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]] == 'NO')) { + $sql_query .= " Not Null " ; + } elseif (($criteria[$i] == 'Null') && ($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]] == 'YES')) { + $sql_query .= " Null " ; + } + if ($criteria[$i] == 'Collation') { + if( !(isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[2]]))) { + $sql_query .= " Not Null " ; + } + $sql_query .= " COLLATE " . $alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]] ; + } + if (($criteria[$i] == 'Default') && ($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]] == 'None')) { + if( !(isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[2]]))) { + $sql_query .= " Not Null " ; + } + } elseif($criteria[$i] == 'Default') { + if(! (isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[2]]))) { + $sql_query .= " Not Null " ; + } + if (is_string($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]])) { + if ($source_columns[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]]['Type'] != 'timestamp') { + $sql_query .= " DEFAULT '" . $alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]] . "'"; + } elseif($source_columns[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]]['Type'] == 'timestamp') { + $sql_query .= " DEFAULT " . $alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]]; + } + } elseif (is_numeric($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]])) { + $sql_query .= " DEFAULT " . $alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]]; + } + } + if ($criteria[$i] == 'Comment') { + if( !(isset($alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[2]]))) { + $sql_query .= " Not Null " ; + } + $sql_query .= " COMMENT '" . $alter_str_array[$matching_table_index][$matching_tables_fields[$matching_table_index][$t]][$criteria[$i]] . "'" ; + } + } + } + } + $sql_query .= ";"; + if ($found) { + if ($display == true) { + echo '

                        ' . $sql_query . '

                        '; + } + PMA_DBI_try_query($sql_query, $trg_link, 0); + } + } + $check = false; + $query = "ALTER TABLE " . PMA_backquote($trg_db) . '.' . PMA_backquote($matching_tables[$matching_table_index]); + for($p = 0; $p < sizeof($matching_tables_keys[$matching_table_index]); $p++) { + if ((isset($alter_str_array[$matching_table_index][$matching_tables_keys[$matching_table_index][$p]]['Key']))) { + $check = true; + $query .= ' MODIFY ' . $matching_tables_keys[$matching_table_index][$p] . ' ' + . $source_columns[$matching_table_index][$matching_tables_fields[$matching_table_index][$p]]['Type'] . ' Not Null '; + if ($p < (sizeof($matching_tables_keys[$matching_table_index]) - 1)) { + $query .= ', '; + } + } + } + if ($check) { + if ($display == true) { + echo '

                        ' . $query . '

                        '; + } + PMA_DBI_try_query($query, $trg_link, 0); + } +} + +/** +* PMA_removeColumnsFromTargetTable() removes the columns which are present in target table but not in source table. +* @uses sizeof() +* @uses PMA_DBI_try_query() +* @uses PMA_DBI_fetch_result() +* +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $matching_tables array containing names of matching tables +* @param $uncommon_columns array containing the names of the column which are to be dropped from the target table +* @param $table_counter index of the matching table as in $matchiing_tables array +* @param $display true/false value +*/ +function PMA_removeColumnsFromTargetTable($trg_db, $trg_link, $matching_tables, $uncommon_columns, $table_counter, $display) +{ + if (isset($uncommon_columns[$table_counter])) { + $drop_query = "ALTER TABLE " . PMA_backquote($trg_db) . "." . PMA_backquote($matching_tables[$table_counter]); + for ($a = 0; $a < sizeof($uncommon_columns[$table_counter]); $a++) { + //Checks if column to be removed is a foreign key in any table + $pk_query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE REFERENCED_TABLE_SCHEMA = '" . $trg_db . "' + AND REFERENCED_TABLE_NAME = '" . $matching_tables[$table_counter]."' AND REFERENCED_COLUMN_NAME = '" + . $uncommon_columns[$table_counter][$a] . "' AND TABLE_NAME <> REFERENCED_TABLE_NAME;"; + + $pk_query_result = PMA_DBI_fetch_result($pk_query, null, null, $trg_link); + $result_size = sizeof($pk_query_result); + + if ($result_size > 0) { + for ($b = 0; $b < $result_size; $b++) { + $drop_pk_query = "ALTER TABLE " . PMA_backquote($pk_query_result[$b]['TABLE_SCHEMA']) . "." . PMA_backquote($pk_query_result[$b]['TABLE_NAME']) . " + DROP FOREIGN KEY " . $pk_query_result[$b]['CONSTRAINT_NAME'] . ", DROP COLUMN " . $pk_query_result[$b]['COLUMN_NAME'] . ";"; + PMA_DBI_try_query($drop_pk_query, $trg_link, 0); + } + } + $query = "SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE TABLE_SCHEMA = '" . $trg_db . "' AND TABLE_NAME = '" + . $matching_tables[$table_counter]. "' AND COLUMN_NAME = '" . $uncommon_columns[$table_counter][$a] . "' + AND TABLE_NAME <> REFERENCED_TABLE_NAME;"; + + $result = PMA_DBI_fetch_result($query, null, null, $trg_link); + + if (sizeof($result) > 0) { + $drop_query .= " DROP FOREIGN KEY " . $result[0]['CONSTRAINT_NAME'] . ","; + } + $drop_query .= " DROP COLUMN " . $uncommon_columns[$table_counter][$a]; + if ($a < (sizeof($uncommon_columns[$table_counter]) - 1)) { + $drop_query .= " , " ; + } + } + $drop_query .= ";" ; + + if ($display == true) { + echo '

                        ' . $drop_query . '

                        '; + } + PMA_DBI_try_query($drop_query, $trg_link, 0); + } +} +/** +* PMA_indexesDiffInTables() compares the source table indexes with target table indexes and keep the indexes to be added in target table in $add_indexes_array +* indexes to be altered in $alter_indexes_array and indexes to be removed from target table in $remove_indexes_array. +* Only keyname and uniqueness characteristic of the indexes are altered. +* @uses sizeof() +* @uses PMA_DBI_get_table_indexes() +* +* @param $src_db name of source database +* @param $trg_db name of target database +* @param $src_link connection established with source server +* @param $trg_link connection established with target server +* @param $matching_tables array containing the matching tables name +* @param $source_indexes array containing the indexes of the source table +* @param $target_indexes array containing the indexes of the target table +* @param $add_indexes_array array containing the name of the column on which the index is to be added in the target table +* @param $alter_indexes_array array containing the key name which needs to be altered +* @param $remove_indexes_array array containing the key name of the index which is to be removed from the target table +* @param $table_counter number of the matching table +*/ +function PMA_indexesDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, &$source_indexes, &$target_indexes, &$add_indexes_array, + &$alter_indexes_array, &$remove_indexes_array, $table_counter) +{ + //Gets indexes information for source and target table + $source_indexes[$table_counter] = PMA_DBI_get_table_indexes($src_db, $matching_tables[$table_counter],$src_link); + $target_indexes[$table_counter] = PMA_DBI_get_table_indexes($trg_db, $matching_tables[$table_counter],$trg_link); + for ($a = 0; $a < sizeof($source_indexes[$table_counter]); $a++) { + $found = false; + $z = 0; + //Compares key name and non_unique characteristic of source indexes with target indexes + /* + * @todo compare the length of each sub part + */ + while (($z <= sizeof($target_indexes[$table_counter])) && ($found == false)) + { + if (isset($source_indexes[$table_counter][$a]) && isset($target_indexes[$table_counter][$z]) && $source_indexes[$table_counter][$a]['Key_name'] == $target_indexes[$table_counter][$z]['Key_name']) { + $found = true; + if (($source_indexes[$table_counter][$a]['Column_name'] != $target_indexes[$table_counter][$z]['Column_name']) || ($source_indexes[$table_counter][$a]['Non_unique'] != $target_indexes[$table_counter][$z]['Non_unique'])) { + if (! (($source_indexes[$table_counter][$a]['Key_name'] == "PRIMARY") || ($target_indexes[$table_counter][$z]['Key_name'] == 'PRIMARY'))) { + $alter_indexes_array[$table_counter][] = $source_indexes[$table_counter][$a]['Key_name']; + } + } + } + $z++; + } + if ($found === false) { + if(! ($source_indexes[$table_counter][$a]['Key_name'] == 'PRIMARY')) { + $add_indexes_array [$table_counter][] = $source_indexes[$table_counter][$a]['Column_name']; + } + } + } + + //Finds indexes that exist on target table but not on source table + for ($b = 0; $b < sizeof($target_indexes[$table_counter]); $b++) { + $found = false; + $c = 0; + while (($c <= sizeof($source_indexes[$table_counter])) && ($found == false)) + { + if ($target_indexes[$table_counter][$b]['Column_name'] == $source_indexes[$table_counter][$c]['Column_name']) { + $found = true; + } + $c++; + } + if ($found === false) { + $remove_indexes_array[$table_counter][] = $target_indexes[$table_counter][$b]['Key_name']; + } + } +} + +/** +* PMA_applyIndexesDiff() create indexes, alters indexes and remove indexes. +* @uses sizeof() +* @uses PMA_DBI_try_query() +* +* @param $trg_db name of target database +* @param $trg_link connection established with target server +* @param $matching_tables array containing the matching tables name +* @param $source_indexes array containing the indexes of the source table +* @param $target_indexes array containing the indexes of the target table +* @param $add_indexes_array array containing the column names on which indexes are to be created in target table +* @param $alter_indexes_array array containing the column names for which indexes are to be altered +* @param $remove_indexes_array array containing the key name of the indexes which are to be removed from the target table +* @param $table_counter number of the matching table +* @param $display true/false value +*/ +function PMA_applyIndexesDiff ($trg_db, $trg_link, $matching_tables, $source_indexes, $target_indexes, $add_indexes_array, $alter_indexes_array, + $remove_indexes_array, $table_counter, $display) +{ + //Adds indexes on target table + if (isset($add_indexes_array[$table_counter])) { + $sql = "ALTER TABLE " . PMA_backquote($trg_db) . "." . PMA_backquote($matching_tables[$table_counter]) . " ADD" ; + for ($a = 0; $a < sizeof($source_indexes[$table_counter]); $a++) { + if (isset($add_indexes_array[$table_counter][$a])) { + for ($b = 0; $b < sizeof($source_indexes[$table_counter]); $b++) { + if ($source_indexes[$table_counter][$b]['Column_name'] == $add_indexes_array[$table_counter][$a]) { + if ($source_indexes[$table_counter][$b]['Non_unique'] == '0') { + $sql .= " UNIQUE "; + } + $sql .= " INDEX " . $source_indexes[$table_counter][$b]['Key_name'] . " (" . $add_indexes_array[$table_counter][$a] . " );"; + if ($display == true) { + echo '

                        ' . $sql . '

                        '; + } + PMA_DBI_try_query($sql, $trg_link, 0); + } + } + } + } + } + //Alter indexes of target table + + if (isset($alter_indexes_array[$table_counter])) { + $query = "ALTER TABLE " . PMA_backquote($trg_db) . "." . PMA_backquote($matching_tables[$table_counter]); + for ($a = 0; $a < sizeof($alter_indexes_array[$table_counter]); $a++) { + if (isset($alter_indexes_array[$table_counter][$a])) { + $query .= ' DROP INDEX ' . PMA_backquote($alter_indexes_array[$table_counter][$a]) . " , ADD "; + $got_first_index_column = false; + for ($z = 0; $z < sizeof($source_indexes[$table_counter]); $z++) { + if ($source_indexes[$table_counter][$z]['Key_name'] == $alter_indexes_array[$table_counter][$a]) { + if (! $got_first_index_column) { + if ($source_indexes[$table_counter][$z]['Non_unique'] == '0') { + $query .= " UNIQUE "; + } + $query .= " INDEX " . PMA_backquote($source_indexes[$table_counter][$z]['Key_name']) . " (" . PMA_backquote($source_indexes[$table_counter][$z]['Column_name']); + $got_first_index_column = true; + } else { + // another column for this index + $query .= ', ' . PMA_backquote($source_indexes[$table_counter][$z]['Column_name']); + } + } + } + $query .= " )"; + } + } + if ($display == true) { + echo '

                        ' . $query . '

                        '; + } + PMA_DBI_try_query($query, $trg_link, 0); + } + //Removes indexes from target table + if (isset($remove_indexes_array[$table_counter])) { + $drop_index_query = "ALTER TABLE " . PMA_backquote($trg_db) . "." . PMA_backquote($matching_tables[$table_counter]); + for ($a = 0; $a < sizeof($target_indexes[$table_counter]); $a++) { + if (isset($remove_indexes_array[$table_counter][$a])) { + $drop_index_query .= " DROP INDEX " . $remove_indexes_array[$table_counter][$a]; + } + if ($a < (sizeof($remove_indexes_array[$table_counter]) - 1)) { + $drop_index_query .= " , " ; + } + } + $drop_index_query .= " ; " ; + if ($display == true) { + echo '

                        ' . $drop_index_query . '

                        '; + } + PMA_DBI_try_query($drop_index_query, $trg_link, 0); + } +} + +/** + * PMA_displayQuery() displays a query, taking the maximum display size + * into account + * @uses $GLOBALS['cfg']['MaxCharactersInDisplayedSQL'] + * + * @param $query the query to display +*/ +function PMA_displayQuery($query) { + if (strlen($query) > $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) { + $query = substr($query, 0, $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) . '[...]'; + } + echo '

                        ' . htmlspecialchars($query) . '

                        '; +} + +/** + * PMA_syncDisplayHeaderSource() shows the header for source database + * @uses $_SESSION['src_type'] + * @uses $_SESSION['src_server']['host'] + * + * @param string $src_db source db name +*/ +function PMA_syncDisplayHeaderSource($src_db) { + echo '
                        '; + + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; +} + +/** + * PMA_syncDisplayHeaderTargetAndMatchingTables() shows the header for target database and the matching tables + * @uses $_SESSION['trg_type'] + * @uses $_SESSION['trg_server']['host'] + * + * @param string $trg_db target db name + * @param array $matching_tables + * @return boolean $odd_row current value of this toggle +*/ +function PMA_syncDisplayHeaderTargetAndMatchingTables($trg_db, $matching_tables) { + echo '
                        ' . __('Source database') . ': ' . $src_db . '
                        ('; + if ('cur' == $_SESSION['src_type']) { + echo __('Current server'); + } else { + echo __('Remote server') . ' ' . $_SESSION['src_server']['host']; + } + echo ')
                        ' . __('Difference') . '
                        '; + echo ''; + echo ''; + echo ''; + $odd_row = false; + foreach ($matching_tables as $tbl_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ''; + echo ''; + } + return $odd_row; +} + +/** + * PMA_syncDisplayBeginTableRow() displays the TR tag for alternating colors + * + * @param boolean $odd_row current status of the toggle + * @return boolean $odd_row final status of the toggle +*/ +function PMA_syncDisplayBeginTableRow($odd_row) { + $odd_row = ! $odd_row; + echo ''; + return $odd_row; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/server_variables_doc.php b/htdocs/phpMyAdmin/libraries/server_variables_doc.php new file mode 100644 index 000000000..3e8faa839 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/server_variables_doc.php @@ -0,0 +1,348 @@ + diff --git a/htdocs/phpMyAdmin/libraries/session.inc.php b/htdocs/phpMyAdmin/libraries/session.inc.php new file mode 100644 index 000000000..4f8caec6c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/session.inc.php @@ -0,0 +1,115 @@ +getCookiePath(), + '', $GLOBALS['PMA_Config']->isHttps(), true); + +// cookies are safer (use @ini_set() in case this function is disabled) +@ini_set('session.use_cookies', true); + +// optionally set session_save_path +$path = $GLOBALS['PMA_Config']->get('SessionSavePath'); +if (!empty($path)) { + session_save_path($path); +} + +// but not all user allow cookies +@ini_set('session.use_only_cookies', false); +@ini_set('session.use_trans_sid', true); +@ini_set('url_rewriter.tags', + 'a=href,frame=src,input=src,form=fakeentry,fieldset='); +//ini_set('arg_separator.output', '&'); + +// delete session/cookies when browser is closed +@ini_set('session.cookie_lifetime', 0); + +// warn but dont work with bug +@ini_set('session.bug_compat_42', false); +@ini_set('session.bug_compat_warn', true); + +// use more secure session ids +@ini_set('session.hash_function', 1); + +// some pages (e.g. stylesheet) may be cached on clients, but not in shared +// proxy servers +session_cache_limiter('private'); + +// start the session +// on some servers (for example, sourceforge.net), we get a permission error +// on the session data directory, so I add some "@" + +// See bug #1538132. This would block normal behavior on a cluster +//ini_set('session.save_handler', 'files'); + +$session_name = 'phpMyAdmin'; +@session_name($session_name); + +if (! isset($_COOKIE[$session_name])) { + // on first start of session we check for errors + // f.e. session dir cannot be accessed - session file not created + $orig_error_count = $GLOBALS['error_handler']->countErrors(); + $r = session_start(); + if ($r !== true || $orig_error_count != $GLOBALS['error_handler']->countErrors()) { + setcookie($session_name, '', 1); + /* + * Session initialization is done before selecting language, so we + * can not use translations here. + */ + PMA_fatalError('Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'); + } + unset($orig_error_count); +} else { + session_start(); +} + +/** + * Token which is used for authenticating access queries. + * (we use "space PMA_token space" to prevent overwriting) + */ +if (!isset($_SESSION[' PMA_token '])) { + $_SESSION[' PMA_token '] = md5(uniqid(rand(), true)); +} + +/** + * tries to secure session from hijacking and fixation + * should be called before login and after successfull login + * (only required if sensitive information stored in session) + * + * @uses session_regenerate_id() to secure session from fixation + */ +function PMA_secureSession() +{ + // prevent session fixation and XSS + session_regenerate_id(true); + $_SESSION[' PMA_token '] = md5(uniqid(rand(), true)); +} +?> diff --git a/htdocs/phpMyAdmin/libraries/sql_query_form.lib.php b/htdocs/phpMyAdmin/libraries/sql_query_form.lib.php new file mode 100644 index 000000000..25f67cdbb --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/sql_query_form.lib.php @@ -0,0 +1,528 @@ + + name="sqlform" + onsubmit="var save_name = window.opener.parent.frame_content.name; + window.opener.parent.frame_content.name = save_name + ''; + this.target = window.opener.parent.frame_content.name; + return checkSqlQuery(this)"> + ' . "\n"; + } + + if ($is_querywindow) { + echo '' + ."\n"; + if ($display_tab != 'sql' && $display_tab != 'full') { + echo '' . "\n"; + echo '' . "\n"; + } + } + echo '' . "\n" + .PMA_generate_common_hidden_inputs($db, $table) . "\n" + .'' . "\n" + .'' . "\n" + .'' . "\n" + .'' . "\n"; + + // display querybox + if ($display_tab === 'full' || $display_tab === 'sql') { + PMA_sqlQueryFormInsert($query, $is_querywindow, $delimiter); + } + + // display uploads + if ($display_tab === 'files' && $GLOBALS['is_upload']) { + PMA_sqlQueryFormUpload(); + } + + // Bookmark Support + if ($display_tab === 'full' || $display_tab === 'history') { + if (! empty($GLOBALS['cfg']['Bookmark'])) { + PMA_sqlQueryFormBookmark(); + } + } + + // Encoding setting form appended by Y.Kawada + if (function_exists('PMA_set_enc_form')) { + echo PMA_set_enc_form(' '); + } + + echo '' . "\n"; + if ($is_querywindow) { + ?> + + '; +} + +/** + * prints querybox fieldset + * + * @usedby PMA_sqlQueryForm() + * @uses $GLOBALS['text_dir'] + * @uses $GLOBALS['cfg']['TextareaAutoSelect'] + * @uses $GLOBALS['cfg']['TextareaCols'] + * @uses $GLOBALS['cfg']['TextareaRows'] + * @uses PMA_USR_OS + * @uses PMA_USR_BROWSER_AGENT + * @uses PMA_USR_BROWSER_VER + * @uses htmlspecialchars() + * @param string $query query to display in the textarea + * @param boolean $is_querywindow if inside querywindow or not + * @param string $delimiter default delimiter to use + */ +function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter = ';') +{ + + // enable auto select text in textarea + if ($GLOBALS['cfg']['TextareaAutoSelect']) { + $auto_sel = ' onfocus="selectContent(this, sql_box_locked, true)"'; + } else { + $auto_sel = ''; + } + + // enable locking if inside query window + if ($is_querywindow) { + $locking = ' onkeypress="document.sqlform.elements[\'LockFromUpdate\'].' + .'checked = true;"'; + $height = $GLOBALS['cfg']['TextareaRows'] * 1.25; + } else { + $locking = ''; + $height = $GLOBALS['cfg']['TextareaRows'] * 2; + } + + $table = ''; + $db = ''; + $fields_list = array(); + if (! strlen($GLOBALS['db'])) { + // prepare for server related + $legend = sprintf(__('Run SQL query/queries on server %s'), + '"' . htmlspecialchars( + ! empty($GLOBALS['cfg']['Servers'][$GLOBALS['server']]['verbose']) ? $GLOBALS['cfg']['Servers'][$GLOBALS['server']]['verbose'] : $GLOBALS['cfg']['Servers'][$GLOBALS['server']]['host']) . '"'); + } elseif (! strlen($GLOBALS['table'])) { + // prepare for db related + $db = $GLOBALS['db']; + // if you want navigation: + $tmp_db_link = ''; + // else use + // $tmp_db_link = htmlspecialchars($db); + $legend = sprintf(__('Run SQL query/queries on database %s'), $tmp_db_link); + if (empty($query)) { + $query = PMA_expandUserString($GLOBALS['cfg']['DefaultQueryDatabase'], 'PMA_backquote'); + } + } else { + $table = $GLOBALS['table']; + $db = $GLOBALS['db']; + // Get the list and number of fields + // we do a try_query here, because we could be in the query window, + // trying to synchonize and the table has not yet been created + $fields_list = PMA_DBI_fetch_result( + 'SHOW FULL COLUMNS FROM ' . PMA_backquote($db) + . '.' . PMA_backquote($GLOBALS['table'])); + + $tmp_db_link = ''; + // else use + // $tmp_db_link = htmlspecialchars($db); + $legend = sprintf(__('Run SQL query/queries on database %s'), $tmp_db_link); + if (empty($query)) { + $query = PMA_expandUserString($GLOBALS['cfg']['DefaultQueryTable'], 'PMA_backquote'); + } + } + $legend .= ': ' . PMA_showMySQLDocu('SQL-Syntax', 'SELECT'); + + if (count($fields_list)) { + $sqlquerycontainer_id = 'sqlquerycontainer'; + } else { + $sqlquerycontainer_id = 'sqlquerycontainerfull'; + } + + echo '' . "\n" + .'
                        ' . "\n" + .'
                        ' . "\n"; + echo '' . $legend . '' . "\n"; + echo '
                        ' . "\n"; + echo '
                        ' . "\n" + .'' . "\n"; + // Add buttons to generate query easily for select all,single select,insert,update and delete + if(count($fields_list)) { + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + } + echo ''; + echo '
                        ' . "\n"; + + if (count($fields_list)) { + echo '
                        ' . "\n" + .'' . "\n" + .'' . "\n" + .'
                        ' . "\n"; + if ($GLOBALS['cfg']['PropertiesIconic']) { + echo '' . "\n"; + } else { + echo '' . "\n"; + } + echo '
                        ' . "\n" + .'
                        ' . "\n"; + } + + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; + + if (! empty($GLOBALS['cfg']['Bookmark'])) { + ?> +
                        +
                        + + +
                        +
                        + + +
                        +
                        + + +
                        +
                        +
                        ' . "\n"; + echo '' . "\n" + .'' . "\n"; + + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; + if ($is_querywindow) { + ?> + + ' . "\n"; + echo '
                        ' . "\n"; + echo '' . "\n"; + echo ' ]' . "\n"; + + echo '' . "\n" + .'' . "\n"; + + echo '
                        ' . "\n"; + echo '' + ."\n"; + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; +} + +/** + * prints bookmark fieldset + * + * @usedby PMA_sqlQueryForm() + * @uses PMA_Bookmark_getList() + * @uses $GLOBALS['db'] + * @uses $GLOBALS['pmaThemeImage'] + * @uses $GLOBALS['cfg']['ReplaceHelpImg'] + * @uses count() + * @uses htmlspecialchars() + */ +function PMA_sqlQueryFormBookmark() +{ + $bookmark_list = PMA_Bookmark_getList($GLOBALS['db']); + if (! $bookmark_list || count($bookmark_list) < 1) { + return; + } + + echo '
                        '; + echo ''; + echo __('Bookmarked SQL query') . '' . "\n"; + echo '
                        '; + echo ' ' . "\n"; + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; + echo __('Variable'); + if ($GLOBALS['cfg']['ReplaceHelpImg']) { + echo ' ' + .'' . __('Documentation') . ' '; + } else { + echo ' (' . __('Documentation') . '): '; + } + echo '' . "\n"; + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; + echo '' + .'' . "\n"; + echo '' + .'' . "\n"; + echo '' + .'' . "\n"; + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; + + echo '
                        ' . "\n"; + echo ''; + echo '
                        ' . "\n"; + echo '
                        ' . "\n"; +} + +/** + * prints bookmark fieldset + * + * @usedby PMA_sqlQueryForm() + * @uses $GLOBALS['cfg']['GZipDump'] + * @uses $GLOBALS['cfg']['BZipDump'] + * @uses $GLOBALS['cfg']['UploadDir'] + * @uses $GLOBALS['cfg']['AvailableCharsets'] + * @uses $GLOBALS['charset'] + * @uses $GLOBALS['max_upload_size'] + * @uses PMA_supportedDecompressions() + * @uses PMA_getFileSelectOptions() + * @uses PMA_displayMaximumUploadSize() + * @uses PMA_generateCharsetDropdownBox() + * @uses PMA_generateHiddenMaxFileSize() + * @uses PMA_CSDROPDOWN_CHARSET + * @uses empty() + */ +function PMA_sqlQueryFormUpload(){ + $errors = array (); + + $matcher = '@\.sql(\.(' . PMA_supportedDecompressions() . '))?$@'; // we allow only SQL here + + if (!empty($GLOBALS['cfg']['UploadDir'])) { + $files = PMA_getFileSelectOptions(PMA_userDir($GLOBALS['cfg']['UploadDir']), $matcher, (isset($timeout_passed) && $timeout_passed && isset($local_import_file)) ? $local_import_file : ''); + } else { + $files = ''; + } + + // start output + echo '
                        '; + echo ''; + echo __('Location of the text file') . ''; + echo '
                        '; + echo ' '; + echo PMA_displayMaximumUploadSize($GLOBALS['max_upload_size']); + // some browsers should respect this :) + echo PMA_generateHiddenMaxFileSize($GLOBALS['max_upload_size']) . "\n"; + echo '
                        '; + + if ($files === FALSE) { + $errors[] = PMA_Message::error( __('The directory you set for upload work cannot be reached')); + } elseif (!empty($files)) { + echo '
                        '; + echo '' . __('web server upload directory') .':' . "\n"; + echo '' . "\n"; + echo '
                        '; + } + + echo '
                        ' . "\n"; + echo '
                        '; + + + echo '
                        '; + echo __('Character set of the file:') . "\n"; + echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_CHARSET, + 'charset_of_file', null, 'utf8', FALSE); + echo '' . "\n"; + echo '
                        ' . "\n"; + echo '
                        '; + + foreach ($errors as $error) { + $error->display(); + } +} +?> diff --git a/htdocs/phpMyAdmin/libraries/sqlparser.data.php b/htdocs/phpMyAdmin/libraries/sqlparser.data.php new file mode 100644 index 000000000..c7dacc675 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/sqlparser.data.php @@ -0,0 +1,1257 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * This data is used by the SQL Parser to recognize keywords + * + * It has been extracted from the lex.h file in the MySQL BK tree + * (around 4.0.2) as well as the MySQL documentation. + * + * Note: before adding a value in the arrays, ensure that you respect + * proper sorting, especially with underscores. And don't forget to + * update the _cnt variable at the end of each array. + * (It's slower to have PHP do the count). + * + * It's easier to use only uppercase for proper sorting. In case of + * doubt, use the test case to verify. + * + * @package phpMyAdmin + */ +if (! defined('PHPMYADMIN')) { + exit; +} + +if (! isset($GLOBALS['sql_delimiter'])) { + $GLOBALS['sql_delimiter'] = ';'; +} + +/** + * @global array MySQL function names + */ +$PMA_SQPdata_function_name = array ( + 'ABS', + 'ACOS', + 'ADDDATE', + 'ADDTIME', + 'AES_DECRYPT', + 'AES_ENCRYPT', + 'AREA', // Area() polygon-property-functions.html + 'ASBINARY', // AsBinary() + 'ASCII', + 'ASIN', + 'ASTEXT', // AsText() + 'ATAN', + 'ATAN2', + 'AVG', + 'BDMPOLYFROMTEXT', // BdMPolyFromText() + 'BDMPOLYFROMWKB', // BdMPolyFromWKB() + 'BDPOLYFROMTEXT', // BdPolyFromText() + 'BDPOLYFROMWKB', // BdPolyFromWKB() + 'BENCHMARK', + 'BIN', + 'BIT_AND', + 'BIT_COUNT', + 'BIT_LENGTH', + 'BIT_OR', + 'BIT_XOR', // group-by-functions.html + 'BOUNDARY', // Boundary() general-geometry-property-functions.html + 'BUFFER', // Buffer() + 'CAST', + 'CEIL', + 'CEILING', + 'CENTROID', // Centroid() multipolygon-property-functions.html + 'CHAR', // string-functions.html + 'CHARACTER_LENGTH', + 'CHARSET', // information-functions.html + 'CHAR_LENGTH', + 'COALESCE', + 'COERCIBILITY', // information-functions.html + 'COLLATION', // information-functions.html + 'COMPRESS', // string-functions.html + 'CONCAT', + 'CONCAT_WS', + 'CONNECTION_ID', + 'CONTAINS', // Contains() + 'CONV', + 'CONVERT', + 'CONVERT_TZ', + 'CONVEXHULL', // ConvexHull() + 'COS', + 'COT', + 'COUNT', + 'CRC32', // mathematical-functions.html + 'CROSSES', // Crosses() + 'CURDATE', + 'CURRENT_DATE', + 'CURRENT_TIME', + 'CURRENT_TIMESTAMP', + 'CURRENT_USER', + 'CURTIME', + 'DATABASE', + 'DATE', // date-and-time-functions.html + 'DATEDIFF', // date-and-time-functions.html + 'DATE_ADD', + 'DATE_DIFF', + 'DATE_FORMAT', + 'DATE_SUB', + 'DAY', + 'DAYNAME', + 'DAYOFMONTH', + 'DAYOFWEEK', + 'DAYOFYEAR', + 'DECODE', + 'DEFAULT', // miscellaneous-functions.html + 'DEGREES', + 'DES_DECRYPT', + 'DES_ENCRYPT', + 'DIFFERENCE', // Difference() + 'DIMENSION', // Dimension() general-geometry-property-functions.html + 'DISJOINT', // Disjoint() + 'DISTANCE', // Distance() + 'ELT', + 'ENCODE', + 'ENCRYPT', + 'ENDPOINT', // EndPoint() linestring-property-functions.html + 'ENVELOPE', // Envelope() general-geometry-property-functions.html + 'EQUALS', // Equals() + 'EXP', + 'EXPORT_SET', + 'EXTERIORRING', // ExteriorRing() polygon-property-functions.html + 'EXTRACT', + 'EXTRACTVALUE', // ExtractValue() xml-functions.html + 'FIELD', + 'FIND_IN_SET', + 'FLOOR', + 'FORMAT', + 'FOUND_ROWS', + 'FROM_DAYS', + 'FROM_UNIXTIME', + 'GEOMCOLLFROMTEXT', // GeomCollFromText() + 'GEOMCOLLFROMWKB', // GeomCollFromWKB() + 'GEOMETRYCOLLECTION', // GeometryCollection() + 'GEOMETRYCOLLECTIONFROMTEXT', // GeometryCollectionFromText() + 'GEOMETRYCOLLECTIONFROMWKB', // GeometryCollectionFromWKB() + 'GEOMETRYFROMTEXT', // GeometryFromText() + 'GEOMETRYFROMWKB', // GeometryFromWKB() + 'GEOMETRYN', // GeometryN() geometrycollection-property-functions.html + 'GEOMETRYTYPE', // GeometryType() general-geometry-property-functions.html + 'GEOMFROMTEXT', // GeomFromText() + 'GEOMFROMWKB', // GeomFromWKB() + 'GET_FORMAT', + 'GET_LOCK', + 'GLENGTH', // GLength() linestring-property-functions.html + 'GREATEST', + 'GROUP_CONCAT', + 'GROUP_UNIQUE_USERS', + 'HEX', + 'HOUR', + 'IF', //control-flow-functions.html + 'IFNULL', + 'INET_ATON', + 'INET_NTOA', + 'INSERT', // string-functions.html + 'INSTR', + 'INTERIORRINGN', // InteriorRingN() polygon-property-functions.html + 'INTERSECTION', // Intersection() + 'INTERSECTS', // Intersects() + 'INTERVAL', + 'ISCLOSED', // IsClosed() multilinestring-property-functions.html + 'ISEMPTY', // IsEmpty() general-geometry-property-functions.html + 'ISNULL', + 'ISRING', // IsRing() linestring-property-functions.html + 'ISSIMPLE', // IsSimple() general-geometry-property-functions.html + 'IS_FREE_LOCK', + 'IS_USED_LOCK', // miscellaneous-functions.html + 'LAST_DAY', + 'LAST_INSERT_ID', + 'LCASE', + 'LEAST', + 'LEFT', + 'LENGTH', + 'LINEFROMTEXT', // LineFromText() + 'LINEFROMWKB', // LineFromWKB() + 'LINESTRING', // LineString() + 'LINESTRINGFROMTEXT', // LineStringFromText() + 'LINESTRINGFROMWKB', // LineStringFromWKB() + 'LN', + 'LOAD_FILE', + 'LOCALTIME', + 'LOCALTIMESTAMP', + 'LOCATE', + 'LOG', + 'LOG10', + 'LOG2', + 'LOWER', + 'LPAD', + 'LTRIM', + 'MAKEDATE', + 'MAKETIME', + 'MAKE_SET', + 'MASTER_POS_WAIT', + 'MAX', + 'MBRCONTAINS', // MBRContains() + 'MBRDISJOINT', // MBRDisjoint() + 'MBREQUAL', // MBREqual() + 'MBRINTERSECTS', // MBRIntersects() + 'MBROVERLAPS', // MBROverlaps() + 'MBRTOUCHES', // MBRTouches() + 'MBRWITHIN', // MBRWithin() + 'MD5', + 'MICROSECOND', + 'MID', + 'MIN', + 'MINUTE', + 'MLINEFROMTEXT', // MLineFromText() + 'MLINEFROMWKB', // MLineFromWKB() + 'MOD', + 'MONTH', + 'MONTHNAME', + 'MPOINTFROMTEXT', // MPointFromText() + 'MPOINTFROMWKB', // MPointFromWKB() + 'MPOLYFROMTEXT', // MPolyFromText() + 'MPOLYFROMWKB', // MPolyFromWKB() + 'MULTILINESTRING', // MultiLineString() + 'MULTILINESTRINGFROMTEXT', // MultiLineStringFromText() + 'MULTILINESTRINGFROMWKB', // MultiLineStringFromWKB() + 'MULTIPOINT', // MultiPoint() + 'MULTIPOINTFROMTEXT', // MultiPointFromText() + 'MULTIPOINTFROMWKB', // MultiPointFromWKB() + 'MULTIPOLYGON', // MultiPolygon() + 'MULTIPOLYGONFROMTEXT', // MultiPolygonFromText() + 'MULTIPOLYGONFROMWKB', // MultiPolygonFromWKB() + 'NAME_CONST', // NAME_CONST() + 'NOW', // NOW() + 'NULLIF', + 'NUMGEOMETRIES', // NumGeometries() geometrycollection-property-functions.html + 'NUMINTERIORRINGS', // NumInteriorRings() polygon-property-functions.html + 'NUMPOINTS', // NumPoints() linestring-property-functions.html + 'OCT', + 'OCTET_LENGTH', + 'OLD_PASSWORD', + 'ORD', + 'OVERLAPS', // Overlaps() + 'PASSWORD', + 'PERIOD_ADD', + 'PERIOD_DIFF', + 'PI', + 'POINT', // Point() + 'POINTFROMTEXT', // PointFromText() + 'POINTFROMWKB', // PointFromWKB() + 'POINTN', // PointN() inestring-property-functions.html + 'POINTONSURFACE', // PointOnSurface() multipolygon-property-functions.html + 'POLYFROMTEXT', // PolyFromText() + 'POLYFROMWKB', // PolyFromWKB() + 'POLYGON', // Polygon() + 'POLYGONFROMTEXT', // PolygonFromText() + 'POLYGONFROMWKB', // PolygonFromWKB() + 'POSITION', + 'POW', + 'POWER', + 'QUARTER', + 'QUOTE', + 'RADIANS', + 'RAND', + 'RELATED', // Related() + 'RELEASE_LOCK', + 'REPEAT', + 'REPLACE', // string-functions.html + 'REVERSE', + 'RIGHT', + 'ROUND', + 'ROW_COUNT', // information-functions.html + 'RPAD', + 'RTRIM', + 'SCHEMA', // information-functions.html + 'SECOND', + 'SEC_TO_TIME', + 'SESSION_USER', + 'SHA', + 'SHA1', + 'SIGN', + 'SIN', + 'SLEEP', // miscellaneous-functions.html + 'SOUNDEX', + 'SPACE', + 'SQRT', + 'SRID', // general-geometry-property-functions.html + 'STARTPOINT', // StartPoint() linestring-property-functions.html + 'STD', + 'STDDEV', + 'STDDEV_POP', // group-by-functions.html + 'STDDEV_SAMP', // group-by-functions.html + 'STRCMP', + 'STR_TO_DATE', + 'SUBDATE', + 'SUBSTR', + 'SUBSTRING', + 'SUBSTRING_INDEX', + 'SUBTIME', + 'SUM', + 'SYMDIFFERENCE', // SymDifference() + 'SYSDATE', + 'SYSTEM_USER', + 'TAN', + 'TIME', + 'TIMEDIFF', + 'TIMESTAMP', + 'TIMESTAMPADD', + 'TIMESTAMPDIFF', + 'TIME_FORMAT', + 'TIME_TO_SEC', + 'TOUCHES', // Touches() + 'TO_DAYS', + 'TRIM', + 'TRUNCATE', // mathematical-functions.html + 'UCASE', + 'UNCOMPRESS', // string-functions.html + 'UNCOMPRESSED_LENGTH', // string-functions.html + 'UNHEX', // string-functions.html + 'UNIQUE_USERS', + 'UNIX_TIMESTAMP', + 'UPDATEXML', // UpdateXML() xml-functions.html + 'UPPER', + 'USER', + 'UTC_DATE', + 'UTC_TIME', + 'UTC_TIMESTAMP', + 'UUID', // miscellaneous-functions.html + 'VARIANCE', // group-by-functions.html + 'VAR_POP', // group-by-functions.html + 'VAR_SAMP', // group-by-functions.html + 'VERSION', + 'WEEK', + 'WEEKDAY', + 'WEEKOFYEAR', + 'WITHIN', // Within() + 'X', // point-property-functions.html + 'Y', // point-property-functions.html + 'YEAR', + 'YEARWEEK' +); +/** + * $PMA_SQPdata_function_name_cnt = count($PMA_SQPdata_function_name); + * + * @global integer MySQL attributes count + */ +$PMA_SQPdata_function_name_cnt = 298; + +/** + * @global array MySQL attributes + */ +$PMA_SQPdata_column_attrib = array ( + 'ARCHIVE', // Engine + 'ASCII', + 'AUTO_INCREMENT', + 'BDB', // Engine + 'BERKELEYDB', // Engine alias BDB + 'BINARY', + 'BLACKHOLE', // Engine + 'CSV', // Engine + 'DEFAULT', + 'EXAMPLE', // Engine + 'FEDERATED', // Engine + 'HEAP', // Engine + 'INNOBASE', // Engine alias InnoDB + 'INNODB', // Engine InnoDB + 'ISAM', // Engine + 'MARIA', // Engine + 'MEMORY', // Engine alias HEAP, but preferred + 'MERGE', // Engine + 'MRG_ISAM', // Engine + 'MRG_MYISAM', // Engine alias MERGE + 'MYISAM', // Engine MyISAM + 'NATIONAL', + 'NDB', // Engine alias NDBCLUSTER + 'NDBCLUSTER', // Engine + 'PRECISION', + 'UNDEFINED', + 'UNICODE', + 'UNSIGNED', + 'VARYING', + 'ZEROFILL' +); +/** + * $PMA_SQPdata_column_attrib_cnt = count($PMA_SQPdata_column_attrib); + * + * @global integer MySQL attributes count + */ +$PMA_SQPdata_column_attrib_cnt = 30; + +/** + * words that are reserved by MySQL and may not be used as identifiers without quotes + * + * @see http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html + * + * @global array MySQL reserved words + */ +$PMA_SQPdata_reserved_word = array ( + 'ACCESSIBLE', // 5.1 + 'ACTION', + 'ADD', + 'AFTER', + 'AGAINST', + 'AGGREGATE', + 'ALGORITHM', + 'ALL', + 'ALTER', + 'ANALYSE', + 'ANALYZE', + 'AND', + 'AS', + 'ASC', + 'AUTOCOMMIT', + 'AUTO_INCREMENT', + 'AVG_ROW_LENGTH', + 'BACKUP', + 'BEGIN', + 'BETWEEN', + 'BINLOG', + 'BOTH', + 'BY', + 'CASCADE', + 'CASE', + 'CHANGE', + 'CHANGED', + 'CHARSET', + 'CHECK', + 'CHECKSUM', + 'COLLATE', + 'COLLATION', + 'COLUMN', + 'COLUMNS', + 'COMMENT', + 'COMMIT', + 'COMMITTED', + 'COMPRESSED', + 'CONCURRENT', + 'CONSTRAINT', + 'CONTAINS', + 'CONVERT', + 'CREATE', + 'CROSS', + 'CURRENT_TIMESTAMP', + 'DATABASE', + 'DATABASES', + 'DAY', + 'DAY_HOUR', + 'DAY_MINUTE', + 'DAY_SECOND', + 'DEFINER', + 'DELAYED', + 'DELAY_KEY_WRITE', + 'DELETE', + 'DESC', + 'DESCRIBE', + 'DETERMINISTIC', + 'DISTINCT', + 'DISTINCTROW', + 'DIV', + 'DO', + 'DROP', + 'DUMPFILE', + 'DUPLICATE', + 'DYNAMIC', + 'ELSE', + 'ENCLOSED', + 'END', + 'ENGINE', + 'ENGINES', + 'ESCAPE', + 'ESCAPED', + 'EVENTS', + 'EXECUTE', + 'EXISTS', + 'EXPLAIN', + 'EXTENDED', + 'FAST', + 'FIELDS', + 'FILE', + 'FIRST', + 'FIXED', + 'FLUSH', + 'FOR', + 'FORCE', + 'FOREIGN', + 'FROM', + 'FULL', + 'FULLTEXT', + 'FUNCTION', + 'GEMINI', + 'GEMINI_SPIN_RETRIES', + 'GLOBAL', + 'GRANT', + 'GRANTS', + 'GROUP', + 'HAVING', + 'HEAP', + 'HIGH_PRIORITY', + 'HOSTS', + 'HOUR', + 'HOUR_MINUTE', + 'HOUR_SECOND', + 'IDENTIFIED', + 'IF', + 'IGNORE', + 'IN', + 'INDEX', + 'INDEXES', + 'INFILE', + 'INNER', + 'INSERT', + 'INSERT_ID', + 'INSERT_METHOD', + 'INTERVAL', + 'INTO', + 'INVOKER', + 'IS', + 'ISOLATION', + 'JOIN', + 'KEY', + 'KEYS', + 'KILL', + 'LAST_INSERT_ID', + 'LEADING', + 'LEFT', + 'LIKE', + 'LIMIT', + 'LINEAR', // 5.1 + 'LINES', + 'LOAD', + 'LOCAL', + 'LOCK', + 'LOCKS', + 'LOGS', + 'LOW_PRIORITY', + 'MARIA', // 5.1 ? + 'MASTER_CONNECT_RETRY', + 'MASTER_HOST', + 'MASTER_LOG_FILE', + 'MASTER_LOG_POS', + 'MASTER_PASSWORD', + 'MASTER_PORT', + 'MASTER_USER', + 'MATCH', + 'MAX_CONNECTIONS_PER_HOUR', + 'MAX_QUERIES_PER_HOUR', + 'MAX_ROWS', + 'MAX_UPDATES_PER_HOUR', + 'MAX_USER_CONNECTIONS', + 'MEDIUM', + 'MERGE', + 'MINUTE', + 'MINUTE_SECOND', + 'MIN_ROWS', + 'MODE', + 'MODIFY', + 'MONTH', + 'MRG_MYISAM', + 'MYISAM', + 'NAMES', + 'NATURAL', + // 'NO' is not allowed in SQL-99 but is allowed in MySQL + //'NO', + 'NOT', + 'NULL', + 'OFFSET', + 'ON', + 'OPEN', + 'OPTIMIZE', + 'OPTION', + 'OPTIONALLY', + 'OR', + 'ORDER', + 'OUTER', + 'OUTFILE', + 'PACK_KEYS', + 'PAGE', // 5.1-maria ? + 'PAGE_CHECKSUM', // 5.1 + 'PARTIAL', + 'PARTITION', // 5.1 + 'PARTITIONS', // 5.1 + 'PASSWORD', + 'PRIMARY', + 'PRIVILEGES', + 'PROCEDURE', + 'PROCESS', + 'PROCESSLIST', + 'PURGE', + 'QUICK', + 'RAID0', + 'RAID_CHUNKS', + 'RAID_CHUNKSIZE', + 'RAID_TYPE', + 'RANGE', // 5.1 + 'READ', + 'READ_ONLY', // 5.1 + 'READ_WRITE', // 5.1 + 'REFERENCES', + 'REGEXP', + 'RELOAD', + 'RENAME', + 'REPAIR', + 'REPEATABLE', + 'REPLACE', + 'REPLICATION', + 'RESET', + 'RESTORE', + 'RESTRICT', + 'RETURN', + 'RETURNS', + 'REVOKE', + 'RIGHT', + 'RLIKE', + 'ROLLBACK', + 'ROW', + 'ROWS', + 'ROW_FORMAT', + 'SECOND', + 'SECURITY', + 'SELECT', + 'SEPARATOR', + 'SERIALIZABLE', + 'SESSION', + 'SHARE', + 'SHOW', + 'SHUTDOWN', + 'SLAVE', + 'SONAME', + 'SOUNDS', // string-functions.html + 'SQL', + 'SQL_AUTO_IS_NULL', + 'SQL_BIG_RESULT', + 'SQL_BIG_SELECTS', + 'SQL_BIG_TABLES', + 'SQL_BUFFER_RESULT', + 'SQL_CACHE', + 'SQL_CALC_FOUND_ROWS', + 'SQL_LOG_BIN', + 'SQL_LOG_OFF', + 'SQL_LOG_UPDATE', + 'SQL_LOW_PRIORITY_UPDATES', + 'SQL_MAX_JOIN_SIZE', + 'SQL_NO_CACHE', + 'SQL_QUOTE_SHOW_CREATE', + 'SQL_SAFE_UPDATES', + 'SQL_SELECT_LIMIT', + 'SQL_SLAVE_SKIP_COUNTER', + 'SQL_SMALL_RESULT', + 'SQL_WARNINGS', + 'START', + 'STARTING', + 'STATUS', + 'STOP', + 'STORAGE', + 'STRAIGHT_JOIN', + 'STRING', + 'STRIPED', + 'SUPER', + 'TABLE', + 'TABLES', + 'TEMPORARY', + 'TERMINATED', + 'THEN', + 'TO', + 'TRAILING', + 'TRANSACTIONAL', // 5.1 ? + 'TRUNCATE', + 'TYPE', + 'TYPES', + 'UNCOMMITTED', + 'UNION', + 'UNIQUE', + 'UNLOCK', + 'UPDATE', + 'USAGE', + 'USE', + 'USING', + 'VALUES', + 'VARIABLES', + 'VIEW', + 'WHEN', + 'WHERE', + 'WITH', + 'WORK', + 'WRITE', + 'XOR', + 'YEAR_MONTH' +); +/** + * $PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word); + * + * @global integer MySQL reserved words count + */ +$PMA_SQPdata_reserved_word_cnt = 287; + +/** + * words forbidden to be used as column or table name wihtout quotes + * as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html + * + * @global array MySQL forbidden words + */ +$PMA_SQPdata_forbidden_word = array ( + 'ACCESSIBLE', // 5.1 + 'ACTION', + 'ADD', + 'AFTER', + 'AGAINST', + 'AGGREGATE', + 'ALGORITHM', + 'ALL', + 'ALTER', + 'ANALYZE', + 'AND', + 'ANY', + 'AS', + 'ASC', + 'ASCII', + 'ASENSITIVE', + 'AUTO_INCREMENT', + 'AVG', + 'AVG_ROW_LENGTH', + 'BACKUP', + 'BDB', + 'BEFORE', + 'BEGIN', + 'BERKELEYDB', + 'BETWEEN', + 'BIGINT', + 'BINARY', + 'BINLOG', + 'BIT', + 'BLOB', + 'BOOL', + 'BOOLEAN', + 'BOTH', + 'BTREE', + 'BY', + 'BYTE', + 'CACHE', + 'CALL', + 'CASCADE', + 'CASCADED', + 'CASE', + 'CHAIN', + 'CHANGE', + 'CHANGED', + 'CHAR', + 'CHARACTER', + 'CHARSET', + 'CHECK', + 'CHECKSUM', + 'CIPHER', + 'CLOSE', + 'COLLATE', + 'COLLATION', + 'COLUMN', + 'COLUMNS', + 'COMMENT', + 'COMMIT', + 'COMMITTED', + 'COMPACT', + 'COMPRESSED', + 'CONCURRENT', + 'CONDITION', + 'CONNECTION', + 'CONSISTENT', + 'CONSTRAINT', + 'CONTAINS', + 'CONTINUE', + 'CONVERT', + 'CREATE', + 'CROSS', + 'CUBE', + 'CURRENT_DATE', + 'CURRENT_TIME', + 'CURRENT_TIMESTAMP', + 'CURRENT_USER', + 'CURSOR', + 'DATA', + 'DATABASE', + 'DATABASES', + 'DATE', + 'DATETIME', + 'DAY', + 'DAY_HOUR', + 'DAY_MICROSECOND', + 'DAY_MINUTE', + 'DAY_SECOND', + 'DEALLOCATE', + 'DEC', + 'DECIMAL', + 'DECLARE', + 'DEFAULT', + 'DEFINER', + 'DELAYED', + 'DELAY_KEY_WRITE', + 'DELETE', + 'DESC', + 'DESCRIBE', + 'DES_KEY_FILE', + 'DETERMINISTIC', + 'DIRECTORY', + 'DISABLE', + 'DISCARD', + 'DISTINCT', + 'DISTINCTROW', + 'DIV', + 'DO', + 'DOUBLE', + 'DROP', + 'DUAL', + 'DUMPFILE', + 'DUPLICATE', + 'DYNAMIC', + 'EACH', + 'ELSE', + 'ELSEIF', + 'ENABLE', + 'ENCLOSED', + 'END', + 'ENGINE', + 'ENGINES', + 'ENUM', + 'ERRORS', + 'ESCAPE', + 'ESCAPED', + 'EVENTS', + 'EXECUTE', + 'EXISTS', + 'EXIT', + 'EXPANSION', + 'EXPLAIN', + 'EXTENDED', + 'FALSE', + 'FAST', + 'FETCH', + 'FIELDS', + 'FILE', + 'FIRST', + 'FIXED', + 'FLOAT', + 'FLOAT4', + 'FLOAT8', + 'FLUSH', + 'FOR', + 'FORCE', + 'FOREIGN', + 'FOUND', + 'FRAC_SECOND', + 'FROM', + 'FULL', + 'FULLTEXT', + 'FUNCTION', + 'GEOMETRY', + 'GEOMETRYCOLLECTION', + 'GET_FORMAT', + 'GLOBAL', + 'GOTO', + 'GRANT', + 'GRANTS', + 'GROUP', + 'HANDLER', + 'HASH', + 'HAVING', + 'HELP', + 'HIGH_PRIORITY', + 'HOSTS', + 'HOUR', + 'HOUR_MICROSECOND', + 'HOUR_MINUTE', + 'HOUR_SECOND', + 'IDENTIFIED', + 'IF', + 'IGNORE', + 'IMPORT', + 'IN', + 'INDEX', + 'INDEXES', + 'INFILE', + 'INNER', + 'INNOBASE', + 'INNODB', + 'INOUT', + 'INSENSITIVE', + 'INSERT', + 'INSERT_METHOD', + 'INT', + 'INT1', + 'INT2', + 'INT3', + 'INT4', + 'INT8', + 'INTEGER', + 'INTERVAL', + 'INTO', + 'INVOKER', + 'IO_THREAD', + 'IS', + 'ISOLATION', + 'ISSUER', + 'ITERATE', + 'JOIN', + 'KEY', + 'KEYS', + 'KILL', + 'LABEL', + 'LANGUAGE', + 'LAST', + 'LEADING', + 'LEAVE', + 'LEAVES', + 'LEFT', + 'LIKE', + 'LIMIT', + 'LINEAR', // 5.1 + 'LINES', + 'LINESTRING', + 'LOAD', + 'LOCAL', + 'LOCALTIME', + 'LOCALTIMESTAMP', + 'LOCK', + 'LOCKS', + 'LOGS', + 'LONG', + 'LONGBLOB', + 'LONGTEXT', + 'LOOP', + 'LOW_PRIORITY', + 'MASTER', + 'MASTER_CONNECT_RETRY', + 'MASTER_HOST', + 'MASTER_LOG_FILE', + 'MASTER_LOG_POS', + 'MASTER_PASSWORD', + 'MASTER_PORT', + 'MASTER_SERVER_ID', + 'MASTER_SSL', + 'MASTER_SSL_CA', + 'MASTER_SSL_CAPATH', + 'MASTER_SSL_CERT', + 'MASTER_SSL_CIPHER', + 'MASTER_SSL_KEY', + 'MASTER_USER', + 'MATCH', + 'MAX_CONNECTIONS_PER_HOUR', + 'MAX_QUERIES_PER_HOUR', + 'MAX_ROWS', + 'MAX_UPDATES_PER_HOUR', + 'MAX_USER_CONNECTIONS', + 'MEDIUM', + 'MEDIUMBLOB', + 'MEDIUMINT', + 'MEDIUMTEXT', + 'MERGE', + 'MICROSECOND', + 'MIDDLEINT', + 'MIGRATE', + 'MINUTE', + 'MINUTE_MICROSECOND', + 'MINUTE_SECOND', + 'MIN_ROWS', + 'MOD', + 'MODE', + 'MODIFIES', + 'MODIFY', + 'MONTH', + 'MULTILINESTRING', + 'MULTIPOINT', + 'MULTIPOLYGON', + 'MUTEX', + 'NAME', + 'NAMES', + 'NATIONAL', + 'NATURAL', + 'NCHAR', + 'NDB', + 'NDBCLUSTER', + 'NEW', + 'NEXT', + 'NO', + 'NONE', + 'NOT', + 'NO_WRITE_TO_BINLOG', + 'NULL', + 'NUMERIC', + 'NVARCHAR', + 'OFFSET', + 'OLD_PASSWORD', + 'ON', + 'ONE', + 'ONE_SHOT', + 'OPEN', + 'OPTIMIZE', + 'OPTION', + 'OPTIONALLY', + 'OR', + 'ORDER', + 'OUT', + 'OUTER', + 'OUTFILE', + 'PACK_KEYS', + 'PARTIAL', + 'PASSWORD', + 'PHASE', + 'POINT', + 'POLYGON', + 'PRECISION', + 'PREPARE', + 'PREV', + 'PRIMARY', + 'PRIVILEGES', + 'PROCEDURE', + 'PROCESSLIST', + 'PURGE', + 'QUARTER', + 'QUERY', + 'QUICK', + 'RAID0', + 'RAID_CHUNKS', + 'RAID_CHUNKSIZE', + 'RAID_TYPE', + 'RANGE', // 5.1 + 'READ', + 'READS', + 'READ_ONLY', // 5.1 + 'READ_WRITE', // 5.1 + 'REAL', + 'RECOVER', + 'REDUNDANT', + 'REFERENCES', + 'REGEXP', + 'RELAY_LOG_FILE', + 'RELAY_LOG_POS', + 'RELAY_THREAD', + 'RELEASE', + 'RELOAD', + 'RENAME', + 'REPAIR', + 'REPEAT', + 'REPEATABLE', + 'REPLACE', + 'REPLICATION', + 'REQUIRE', + 'RESET', + 'RESTORE', + 'RESTRICT', + 'RESUME', + 'RETURN', + 'RETURNS', + 'REVOKE', + 'RIGHT', + 'RLIKE', + 'ROLLBACK', + 'ROLLUP', + 'ROUTINE', + 'ROW', + 'ROWS', + 'ROW_FORMAT', + 'RTREE', + 'SAVEPOINT', + 'SCHEMA', + 'SCHEMAS', + 'SECOND', + 'SECOND_MICROSECOND', + 'SECURITY', + 'SELECT', + 'SENSITIVE', + 'SEPARATOR', + 'SERIAL', + 'SERIALIZABLE', + 'SESSION', + 'SET', + 'SHARE', + 'SHOW', + 'SHUTDOWN', + 'SIGNED', + 'SIMPLE', + 'SLAVE', + 'SMALLINT', + 'SNAPSHOT', + 'SOME', + 'SONAME', + 'SOUNDS', + 'SPATIAL', + 'SPECIFIC', + 'SQL', + 'SQLEXCEPTION', + 'SQLSTATE', + 'SQLWARNING', + 'SQL_BIG_RESULT', + 'SQL_BUFFER_RESULT', + 'SQL_CACHE', + 'SQL_CALC_FOUND_ROWS', + 'SQL_NO_CACHE', + 'SQL_SMALL_RESULT', + 'SQL_THREAD', + 'SQL_TSI_DAY', + 'SQL_TSI_FRAC_SECOND', + 'SQL_TSI_HOUR', + 'SQL_TSI_MINUTE', + 'SQL_TSI_MONTH', + 'SQL_TSI_QUARTER', + 'SQL_TSI_SECOND', + 'SQL_TSI_WEEK', + 'SQL_TSI_YEAR', + 'SSL', + 'START', + 'STARTING', + 'STATUS', + 'STOP', + 'STORAGE', + 'STRAIGHT_JOIN', + 'STRING', + 'STRIPED', + 'SUBJECT', + 'SUPER', + 'SUSPEND', + 'TABLE', + 'TABLES', + 'TABLESPACE', + 'TEMPORARY', + 'TEMPTABLE', + 'TERMINATED', + 'TEXT', + 'THEN', + 'TIME', + 'TIMESTAMP', + 'TIMESTAMPADD', + 'TIMESTAMPDIFF', + 'TINYBLOB', + 'TINYINT', + 'TINYTEXT', + 'TO', + 'TRAILING', + 'TRANSACTION', + 'TRIGGER', + 'TRIGGERS', + 'TRUE', + 'TRUNCATE', + 'TYPE', + 'TYPES', + 'UNCOMMITTED', + 'UNDEFINED', + 'UNDO', + 'UNICODE', + 'UNION', + 'UNIQUE', + 'UNKNOWN', + 'UNLOCK', + 'UNSIGNED', + 'UNTIL', + 'UPDATE', + 'USAGE', + 'USE', + 'USER', + 'USER_RESOURCES', + 'USE_FRM', + 'USING', + 'UTC_DATE', + 'UTC_TIME', + 'UTC_TIMESTAMP', + 'VALUE', + 'VALUES', + 'VARBINARY', + 'VARCHAR', + 'VARCHARACTER', + 'VARIABLES', + 'VARYING', + 'VIEW', + 'WARNINGS', + 'WEEK', + 'WHEN', + 'WHERE', + 'WHILE', + 'WITH', + 'WORK', + 'WRITE', + 'X509', + 'XA', + 'XOR', + 'YEAR', + 'YEAR_MONTH', + 'ZEROFILL' +); +/** + * count($PMA_SQPdata_forbidden_word); + * + * @global integer MySQL forbidden words count + */ +$PMA_SQPdata_forbidden_word_cnt = 482; + +/** + * the MySQL column/data types + * + * @see http://dev.mysql.com/doc/refman/5.1/en/data-types.html + * @see http://dev.mysql.com/doc/refman/5.1/en/mysql-spatial-datatypes.html + * + * @global array MySQL column types + */ +$PMA_SQPdata_column_type = array ( + 'BIGINT', + 'BINARY', + 'BIT', + 'BLOB', + 'BOOL', + 'BOOLEAN', // numeric-type-overview.html + 'CHAR', + 'CHARACTER', + 'DATE', + 'DATETIME', + 'DEC', + 'DECIMAL', + 'DOUBLE', + 'ENUM', + 'FLOAT', + 'FLOAT4', + 'FLOAT8', + 'GEOMETRY', // spatial + 'GEOMETRYCOLLECTION', // spatial + 'INT', + 'INT1', + 'INT2', + 'INT3', + 'INT4', + 'INT8', + 'INTEGER', + 'LINESTRING', // spatial + 'LONG', + 'LONGBLOB', + 'LONGTEXT', + 'MEDIUMBLOB', + 'MEDIUMINT', + 'MEDIUMTEXT', + 'MIDDLEINT', + 'MULTILINESTRING', // spatial + 'MULTIPOINT', // spatial + 'MULTIPOLYGON', // spatial + 'NCHAR', + 'NUMERIC', + 'POINT', // spatial + 'POLYGON', // spatial + 'REAL', + 'SERIAL', // alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY + 'SET', + 'SMALLINT', + 'TEXT', + 'TIME', + 'TIMESTAMP', + 'TINYBLOB', + 'TINYINT', + 'TINYTEXT', + 'VARBINARY', + 'VARCHAR', + 'YEAR' +); +/** + * $PMA_SQPdata_column_type_cnt = count($PMA_SQPdata_column_type); + * + * @global integer MySQL column types count + */ +$PMA_SQPdata_column_type_cnt = 54; + +?> diff --git a/htdocs/phpMyAdmin/libraries/sqlparser.lib.php b/htdocs/phpMyAdmin/libraries/sqlparser.lib.php new file mode 100644 index 000000000..0c1318717 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/sqlparser.lib.php @@ -0,0 +1,2711 @@ +' at the moment.) + * + * @package phpMyAdmin + */ +if (! defined('PHPMYADMIN')) { + exit; +} + +/** + * Minimum inclusion? (i.e. for the stylesheet builder) + */ +if (! defined('PMA_MINIMUM_COMMON')) { + /** + * Include the string library as we use it heavily + */ + require_once './libraries/string.lib.php'; + + /** + * Include data for the SQL Parser + */ + require_once './libraries/sqlparser.data.php'; + if (!defined('TESTSUITE')) { + require_once './libraries/mysql_charsets.lib.php'; + } + if (!isset($mysql_charsets)) { + $mysql_charsets = array(); + $mysql_charsets_count = 0; + $mysql_collations_flat = array(); + $mysql_collations_count = 0; + } + + if (!defined('DEBUG_TIMING')) { + /** + * currently we don't need the $pos (token position in query) + * for other purposes than LIMIT clause verification, + * so many calls to this function do not include the 4th parameter + */ + function PMA_SQP_arrayAdd(&$arr, $type, $data, &$arrsize, $pos = 0) + { + $arr[] = array('type' => $type, 'data' => $data, 'pos' => $pos); + $arrsize++; + } // end of the "PMA_SQP_arrayAdd()" function + } else { + /** + * This is debug variant of above. + * @ignore + */ + function PMA_SQP_arrayAdd(&$arr, $type, $data, &$arrsize, $pos = 0) + { + global $timer; + + $t = $timer; + $arr[] = array('type' => $type, 'data' => $data, 'pos' => $pos, 'time' => $t); + $timer = microtime(); + $arrsize++; + } // end of the "PMA_SQP_arrayAdd()" function + } // end if... else... + + + /** + * Reset the error variable for the SQL parser + * + * @access public + */ + function PMA_SQP_resetError() + { + global $SQP_errorString; + $SQP_errorString = ''; + unset($SQP_errorString); + } + + /** + * Get the contents of the error variable for the SQL parser + * + * @return string Error string from SQL parser + * + * @access public + */ + function PMA_SQP_getErrorString() + { + global $SQP_errorString; + return isset($SQP_errorString) ? $SQP_errorString : ''; + } + + /** + * Check if the SQL parser hit an error + * + * @return boolean error state + * + * @access public + */ + function PMA_SQP_isError() + { + global $SQP_errorString; + return isset($SQP_errorString) && !empty($SQP_errorString); + } + + /** + * Set an error message for the system + * + * @param string The error message + * @param string The failing SQL query + * + * @access private + * @scope SQL Parser internal + */ + function PMA_SQP_throwError($message, $sql) + { + global $SQP_errorString; + $SQP_errorString = '

                        '.__('There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem') . '

                        ' . "\n" + . '
                        ' . "\n"
                        +            . 'ERROR: ' . $message . "\n"
                        +            . 'SQL: ' . htmlspecialchars($sql) .  "\n"
                        +            . '
                        ' . "\n"; + + } // end of the "PMA_SQP_throwError()" function + + + /** + * Do display the bug report + * + * @param string The error message + * @param string The failing SQL query + * + * @access public + */ + function PMA_SQP_bug($message, $sql) + { + global $SQP_errorString; + $debugstr = 'ERROR: ' . $message . "\n"; + $debugstr .= 'MySQL: '.PMA_MYSQL_STR_VERSION . "\n"; + $debugstr .= 'USR OS, AGENT, VER: ' . PMA_USR_OS . ' ' . PMA_USR_BROWSER_AGENT . ' ' . PMA_USR_BROWSER_VER . "\n"; + $debugstr .= 'PMA: ' . PMA_VERSION . "\n"; + $debugstr .= 'PHP VER,OS: ' . PMA_PHP_STR_VERSION . ' ' . PHP_OS . "\n"; + $debugstr .= 'LANG: ' . $GLOBALS['lang'] . "\n"; + $debugstr .= 'SQL: ' . htmlspecialchars($sql); + + $encodedstr = $debugstr; + if (@function_exists('gzcompress')) { + $encodedstr = gzcompress($debugstr, 9); + } + $encodedstr = preg_replace("/(\015\012)|(\015)|(\012)/", '
                        ' . "\n", chunk_split(base64_encode($encodedstr))); + + + $SQP_errorString .= __('There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:') + . '
                        ' . "\n" + . '----' . __('BEGIN CUT') . '----' . '
                        ' . "\n" + . $encodedstr . "\n" + . '----' . __('END CUT') . '----' . '
                        ' . "\n"; + + $SQP_errorString .= '----' . __('BEGIN RAW') . '----
                        ' . "\n" + . '
                        ' . "\n"
                        +             . $debugstr
                        +             . '
                        ' . "\n" + . '----' . __('END RAW') . '----
                        ' . "\n"; + + } // end of the "PMA_SQP_bug()" function + + + /** + * Parses the SQL queries + * + * @param string The SQL query list + * + * @return mixed Most of times, nothing... + * + * @global array The current PMA configuration + * @global array MySQL column attributes + * @global array MySQL reserved words + * @global array MySQL column types + * @global array MySQL function names + * @global integer MySQL column attributes count + * @global integer MySQL reserved words count + * @global integer MySQL column types count + * @global integer MySQL function names count + * @global array List of available character sets + * @global array List of available collations + * @global integer Character sets count + * @global integer Collations count + * + * @access public + */ + function PMA_SQP_parse($sql) + { + global $PMA_SQPdata_column_attrib, $PMA_SQPdata_reserved_word, $PMA_SQPdata_column_type, $PMA_SQPdata_function_name, + $PMA_SQPdata_column_attrib_cnt, $PMA_SQPdata_reserved_word_cnt, $PMA_SQPdata_column_type_cnt, $PMA_SQPdata_function_name_cnt; + global $mysql_charsets, $mysql_collations_flat, $mysql_charsets_count, $mysql_collations_count; + global $PMA_SQPdata_forbidden_word, $PMA_SQPdata_forbidden_word_cnt; + + // Convert all line feeds to Unix style + $sql = str_replace("\r\n", "\n", $sql); + $sql = str_replace("\r", "\n", $sql); + + $len = PMA_strlen($sql); + if ($len == 0) { + return array(); + } + + $sql_array = array(); + $sql_array['raw'] = $sql; + $count1 = 0; + $count2 = 0; + $punct_queryend = ';'; + $punct_qualifier = '.'; + $punct_listsep = ','; + $punct_level_plus = '('; + $punct_level_minus = ')'; + $punct_user = '@'; + $digit_floatdecimal = '.'; + $digit_hexset = 'x'; + $bracket_list = '()[]{}'; + $allpunct_list = '-,;:!?/.^~\*&%+<=>|'; + $allpunct_list_pair = array ( + 0 => '!=', + 1 => '&&', + 2 => ':=', + 3 => '<<', + 4 => '<=', + 5 => '<=>', + 6 => '<>', + 7 => '>=', + 8 => '>>', + 9 => '||', + 10 => '==', + ); + $allpunct_list_pair_size = 11; //count($allpunct_list_pair); + $quote_list = '\'"`'; + $arraysize = 0; + + $previous_was_space = false; + $this_was_space = false; + $previous_was_bracket = false; + $this_was_bracket = false; + $previous_was_punct = false; + $this_was_punct = false; + $previous_was_listsep = false; + $this_was_listsep = false; + $previous_was_quote = false; + $this_was_quote = false; + + while ($count2 < $len) { + $c = $GLOBALS['PMA_substr']($sql, $count2, 1); + $count1 = $count2; + + $previous_was_space = $this_was_space; + $this_was_space = false; + $previous_was_bracket = $this_was_bracket; + $this_was_bracket = false; + $previous_was_punct = $this_was_punct; + $this_was_punct = false; + $previous_was_listsep = $this_was_listsep; + $this_was_listsep = false; + $previous_was_quote = $this_was_quote; + $this_was_quote = false; + + if (($c == "\n")) { + $this_was_space = true; + $count2++; + PMA_SQP_arrayAdd($sql_array, 'white_newline', '', $arraysize); + continue; + } + + // Checks for white space + if ($GLOBALS['PMA_STR_isSpace']($c)) { + $this_was_space = true; + $count2++; + continue; + } + + // Checks for comment lines. + // MySQL style # + // C style /* */ + // ANSI style -- + if (($c == '#') + || (($count2 + 1 < $len) && ($c == '/') && ($GLOBALS['PMA_substr']($sql, $count2 + 1, 1) == '*')) + || (($count2 + 2 == $len) && ($c == '-') && ($GLOBALS['PMA_substr']($sql, $count2 + 1, 1) == '-')) + || (($count2 + 2 < $len) && ($c == '-') && ($GLOBALS['PMA_substr']($sql, $count2 + 1, 1) == '-') && (($GLOBALS['PMA_substr']($sql, $count2 + 2, 1) <= ' ')))) { + $count2++; + $pos = 0; + $type = 'bad'; + switch ($c) { + case '#': + $type = 'mysql'; + case '-': + $type = 'ansi'; + $pos = $GLOBALS['PMA_strpos']($sql, "\n", $count2); + break; + case '/': + $type = 'c'; + $pos = $GLOBALS['PMA_strpos']($sql, '*/', $count2); + $pos += 2; + break; + default: + break; + } // end switch + $count2 = ($pos < $count2) ? $len : $pos; + $str = $GLOBALS['PMA_substr']($sql, $count1, $count2 - $count1); + PMA_SQP_arrayAdd($sql_array, 'comment_' . $type, $str, $arraysize); + continue; + } // end if + + // Checks for something inside quotation marks + if ($GLOBALS['PMA_strpos']($quote_list, $c) !== false) { + $startquotepos = $count2; + $quotetype = $c; + $count2++; + $escaped = FALSE; + $escaped_escaped = FALSE; + $pos = $count2; + $oldpos = 0; + do { + $oldpos = $pos; + $pos = $GLOBALS['PMA_strpos'](' ' . $sql, $quotetype, $oldpos + 1) - 1; + // ($pos === FALSE) + if ($pos < 0) { + if ($c == '`') { + /* + * Behave same as MySQL and accept end of query as end of backtick. + * I know this is sick, but MySQL behaves like this: + * + * SELECT * FROM `table + * + * is treated like + * + * SELECT * FROM `table` + */ + $pos_quote_separator = $GLOBALS['PMA_strpos'](' ' . $sql, $GLOBALS['sql_delimiter'], $oldpos + 1) - 1; + if ($pos_quote_separator < 0) { + $len += 1; + $sql .= '`'; + $sql_array['raw'] .= '`'; + $pos = $len; + } else { + $len += 1; + $sql = $GLOBALS['PMA_substr']($sql, 0, $pos_quote_separator) . '`' . $GLOBALS['PMA_substr']($sql, $pos_quote_separator); + $sql_array['raw'] = $sql; + $pos = $pos_quote_separator; + } + if (class_exists('PMA_Message') && $GLOBALS['is_ajax_request'] != true) { + PMA_Message::notice(__('Automatically appended backtick to the end of query!'))->display(); + } + } else { + $debugstr = __('Unclosed quote') . ' @ ' . $startquotepos. "\n" + . 'STR: ' . htmlspecialchars($quotetype); + PMA_SQP_throwError($debugstr, $sql); + return $sql_array; + } + } + + // If the quote is the first character, it can't be + // escaped, so don't do the rest of the code + if ($pos == 0) { + break; + } + + // Checks for MySQL escaping using a \ + // And checks for ANSI escaping using the $quotetype character + if (($pos < $len) && PMA_STR_charIsEscaped($sql, $pos) && $c != '`') { + $pos ++; + continue; + } elseif (($pos + 1 < $len) && ($GLOBALS['PMA_substr']($sql, $pos, 1) == $quotetype) && ($GLOBALS['PMA_substr']($sql, $pos + 1, 1) == $quotetype)) { + $pos = $pos + 2; + continue; + } else { + break; + } + } while ($len > $pos); // end do + + $count2 = $pos; + $count2++; + $type = 'quote_'; + switch ($quotetype) { + case '\'': + $type .= 'single'; + $this_was_quote = true; + break; + case '"': + $type .= 'double'; + $this_was_quote = true; + break; + case '`': + $type .= 'backtick'; + $this_was_quote = true; + break; + default: + break; + } // end switch + $data = $GLOBALS['PMA_substr']($sql, $count1, $count2 - $count1); + PMA_SQP_arrayAdd($sql_array, $type, $data, $arraysize); + continue; + } + + // Checks for brackets + if ($GLOBALS['PMA_strpos']($bracket_list, $c) !== false) { + // All bracket tokens are only one item long + $this_was_bracket = true; + $count2++; + $type_type = ''; + if ($GLOBALS['PMA_strpos']('([{', $c) !== false) { + $type_type = 'open'; + } else { + $type_type = 'close'; + } + + $type_style = ''; + if ($GLOBALS['PMA_strpos']('()', $c) !== false) { + $type_style = 'round'; + } elseif ($GLOBALS['PMA_strpos']('[]', $c) !== false) { + $type_style = 'square'; + } else { + $type_style = 'curly'; + } + + $type = 'punct_bracket_' . $type_type . '_' . $type_style; + PMA_SQP_arrayAdd($sql_array, $type, $c, $arraysize); + continue; + } + + /* DEBUG + echo '
                        1';
                        +            var_dump(PMA_STR_isSqlIdentifier($c, false));
                        +            var_dump($c == '@');
                        +            var_dump($c == '.');
                        +            var_dump(PMA_STR_isDigit(PMA_substr($sql, $count2 + 1, 1)));
                        +            var_dump($previous_was_space);
                        +            var_dump($previous_was_bracket);
                        +            var_dump($previous_was_listsep);
                        +            echo '
                        '; + */ + + // Checks for identifier (alpha or numeric) + if (PMA_STR_isSqlIdentifier($c, false) + || $c == '@' + || ($c == '.' + && $GLOBALS['PMA_STR_isDigit']($GLOBALS['PMA_substr']($sql, $count2 + 1, 1)) + && ($previous_was_space || $previous_was_bracket || $previous_was_listsep))) { + + /* DEBUG + echo PMA_substr($sql, $count2); + echo '
                        '; + */ + + $count2++; + + /** + * @todo a @ can also be present in expressions like + * FROM 'user'@'%' or TO 'user'@'%' + * in this case, the @ is wrongly marked as alpha_variable + */ + $is_identifier = $previous_was_punct; + $is_sql_variable = $c == '@' && ! $previous_was_quote; + $is_user = $c == '@' && $previous_was_quote; + $is_digit = !$is_identifier && !$is_sql_variable && $GLOBALS['PMA_STR_isDigit']($c); + $is_hex_digit = $is_digit && $c == '0' && $count2 < $len && $GLOBALS['PMA_substr']($sql, $count2, 1) == 'x'; + $is_float_digit = $c == '.'; + $is_float_digit_exponent = FALSE; + + /* DEBUG + echo '
                        2';
                        +                var_dump($is_identifier);
                        +                var_dump($is_sql_variable);
                        +                var_dump($is_digit);
                        +                var_dump($is_float_digit);
                        +                echo '
                        '; + */ + + // Nijel: Fast skip is especially needed for huge BLOB data, requires PHP at least 4.3.0: + if ($is_hex_digit) { + $count2++; + $pos = strspn($sql, '0123456789abcdefABCDEF', $count2); + if ($pos > $count2) { + $count2 = $pos; + } + unset($pos); + } elseif ($is_digit) { + $pos = strspn($sql, '0123456789', $count2); + if ($pos > $count2) { + $count2 = $pos; + } + unset($pos); + } + + while (($count2 < $len) && PMA_STR_isSqlIdentifier($GLOBALS['PMA_substr']($sql, $count2, 1), ($is_sql_variable || $is_digit))) { + $c2 = $GLOBALS['PMA_substr']($sql, $count2, 1); + if ($is_sql_variable && ($c2 == '.')) { + $count2++; + continue; + } + if ($is_digit && (!$is_hex_digit) && ($c2 == '.')) { + $count2++; + if (!$is_float_digit) { + $is_float_digit = TRUE; + continue; + } else { + $debugstr = __('Invalid Identifer') . ' @ ' . ($count1+1) . "\n" + . 'STR: ' . htmlspecialchars(PMA_substr($sql, $count1, $count2 - $count1)); + PMA_SQP_throwError($debugstr, $sql); + return $sql_array; + } + } + if ($is_digit && (!$is_hex_digit) && (($c2 == 'e') || ($c2 == 'E'))) { + if (!$is_float_digit_exponent) { + $is_float_digit_exponent = TRUE; + $is_float_digit = TRUE; + $count2++; + continue; + } else { + $is_digit = FALSE; + $is_float_digit = FALSE; + } + } + if (($is_hex_digit && PMA_STR_isHexDigit($c2)) || ($is_digit && $GLOBALS['PMA_STR_isDigit']($c2))) { + $count2++; + continue; + } else { + $is_digit = FALSE; + $is_hex_digit = FALSE; + } + + $count2++; + } // end while + + $l = $count2 - $count1; + $str = $GLOBALS['PMA_substr']($sql, $count1, $l); + + $type = ''; + if ($is_digit || $is_float_digit || $is_hex_digit) { + $type = 'digit'; + if ($is_float_digit) { + $type .= '_float'; + } elseif ($is_hex_digit) { + $type .= '_hex'; + } else { + $type .= '_integer'; + } + } elseif ($is_user) { + $type = 'punct_user'; + } elseif ($is_sql_variable != FALSE) { + $type = 'alpha_variable'; + } else { + $type = 'alpha'; + } // end if... else.... + PMA_SQP_arrayAdd($sql_array, $type, $str, $arraysize, $count2); + + continue; + } + + // Checks for punct + if ($GLOBALS['PMA_strpos']($allpunct_list, $c) !== false) { + while (($count2 < $len) && $GLOBALS['PMA_strpos']($allpunct_list, $GLOBALS['PMA_substr']($sql, $count2, 1)) !== false) { + $count2++; + } + $l = $count2 - $count1; + if ($l == 1) { + $punct_data = $c; + } else { + $punct_data = $GLOBALS['PMA_substr']($sql, $count1, $l); + } + + // Special case, sometimes, althought two characters are + // adjectent directly, they ACTUALLY need to be seperate + /* DEBUG + echo '
                        ';
                        +                var_dump($l);
                        +                var_dump($punct_data);
                        +                echo '
                        '; + */ + + if ($l == 1) { + $t_suffix = ''; + switch ($punct_data) { + case $punct_queryend: + $t_suffix = '_queryend'; + break; + case $punct_qualifier: + $t_suffix = '_qualifier'; + $this_was_punct = true; + break; + case $punct_listsep: + $this_was_listsep = true; + $t_suffix = '_listsep'; + break; + default: + break; + } + PMA_SQP_arrayAdd($sql_array, 'punct' . $t_suffix, $punct_data, $arraysize); + } elseif ($punct_data == $GLOBALS['sql_delimiter'] || PMA_STR_binarySearchInArr($punct_data, $allpunct_list_pair, $allpunct_list_pair_size)) { + // Ok, we have one of the valid combined punct expressions + PMA_SQP_arrayAdd($sql_array, 'punct', $punct_data, $arraysize); + } else { + // Bad luck, lets split it up more + $first = $punct_data[0]; + $first2 = $punct_data[0] . $punct_data[1]; + $last2 = $punct_data[$l - 2] . $punct_data[$l - 1]; + $last = $punct_data[$l - 1]; + if (($first == ',') || ($first == ';') || ($first == '.') || ($first == '*')) { + $count2 = $count1 + 1; + $punct_data = $first; + } elseif (($last2 == '/*') || (($last2 == '--') && ($count2 == $len || $GLOBALS['PMA_substr']($sql, $count2, 1) <= ' '))) { + $count2 -= 2; + $punct_data = $GLOBALS['PMA_substr']($sql, $count1, $count2 - $count1); + } elseif (($last == '-') || ($last == '+') || ($last == '!')) { + $count2--; + $punct_data = $GLOBALS['PMA_substr']($sql, $count1, $count2 - $count1); + /** + * @todo for negation operator, split in 2 tokens ? + * "select x&~1 from t" + * becomes "select x & ~ 1 from t" ? + */ + + } elseif ($last != '~') { + $debugstr = __('Unknown Punctuation String') . ' @ ' . ($count1+1) . "\n" + . 'STR: ' . htmlspecialchars($punct_data); + PMA_SQP_throwError($debugstr, $sql); + return $sql_array; + } + PMA_SQP_arrayAdd($sql_array, 'punct', $punct_data, $arraysize); + continue; + } // end if... elseif... else + continue; + } + + // DEBUG + $count2++; + + $debugstr = 'C1 C2 LEN: ' . $count1 . ' ' . $count2 . ' ' . $len . "\n" + . 'STR: ' . $GLOBALS['PMA_substr']($sql, $count1, $count2 - $count1) . "\n"; + PMA_SQP_bug($debugstr, $sql); + return $sql_array; + + } // end while ($count2 < $len) + + /* + echo '
                        ';
                        +        print_r($sql_array);
                        +        echo '
                        '; + */ + + if ($arraysize > 0) { + $t_next = $sql_array[0]['type']; + $t_prev = ''; + $t_bef_prev = ''; + $t_cur = ''; + $d_next = $sql_array[0]['data']; + $d_prev = ''; + $d_bef_prev = ''; + $d_cur = ''; + $d_next_upper = $t_next == 'alpha' ? strtoupper($d_next) : $d_next; + $d_prev_upper = ''; + $d_bef_prev_upper = ''; + $d_cur_upper = ''; + } + + for ($i = 0; $i < $arraysize; $i++) { + $t_bef_prev = $t_prev; + $t_prev = $t_cur; + $t_cur = $t_next; + $d_bef_prev = $d_prev; + $d_prev = $d_cur; + $d_cur = $d_next; + $d_bef_prev_upper = $d_prev_upper; + $d_prev_upper = $d_cur_upper; + $d_cur_upper = $d_next_upper; + if (($i + 1) < $arraysize) { + $t_next = $sql_array[$i + 1]['type']; + $d_next = $sql_array[$i + 1]['data']; + $d_next_upper = $t_next == 'alpha' ? strtoupper($d_next) : $d_next; + } else { + $t_next = ''; + $d_next = ''; + $d_next_upper = ''; + } + + //DEBUG echo "[prev: ".$d_prev." ".$t_prev."][cur: ".$d_cur." ".$t_cur."][next: ".$d_next." ".$t_next."]
                        "; + + if ($t_cur == 'alpha') { + $t_suffix = '_identifier'; + // for example: `thebit` bit(8) NOT NULL DEFAULT b'0' + if ($t_prev == 'alpha' && $d_prev == 'DEFAULT' && $d_cur == 'b' && $t_next == 'quote_single') { + $t_suffix = '_bitfield_constant_introducer'; + } elseif (($t_next == 'punct_qualifier') || ($t_prev == 'punct_qualifier')) { + $t_suffix = '_identifier'; + } elseif (($t_next == 'punct_bracket_open_round') + && PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_function_name, $PMA_SQPdata_function_name_cnt)) { + /** + * @todo 2005-10-16: in the case of a CREATE TABLE containing + * a TIMESTAMP, since TIMESTAMP() is also a function, it's + * found here and the token is wrongly marked as alpha_functionName. + * But we compensate for this when analysing for timestamp_not_null + * later in this script. + * + * Same applies to CHAR vs. CHAR() function. + */ + $t_suffix = '_functionName'; + /* There are functions which might be as well column types */ + } elseif (PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_column_type, $PMA_SQPdata_column_type_cnt)) { + $t_suffix = '_columnType'; + + /** + * Temporary fix for BUG #621357 and #2027720 + * + * @todo FIX PROPERLY NEEDS OVERHAUL OF SQL TOKENIZER + */ + if (($d_cur_upper == 'SET' || $d_cur_upper == 'BINARY') && $t_next != 'punct_bracket_open_round') { + $t_suffix = '_reservedWord'; + } + //END OF TEMPORARY FIX + + // CHARACTER is a synonym for CHAR, but can also be meant as + // CHARACTER SET. In this case, we have a reserved word. + if ($d_cur_upper == 'CHARACTER' && $d_next_upper == 'SET') { + $t_suffix = '_reservedWord'; + } + + // experimental + // current is a column type, so previous must not be + // a reserved word but an identifier + // CREATE TABLE SG_Persons (first varchar(64)) + + //if ($sql_array[$i-1]['type'] =='alpha_reservedWord') { + // $sql_array[$i-1]['type'] = 'alpha_identifier'; + //} + + } elseif (PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_reserved_word, $PMA_SQPdata_reserved_word_cnt)) { + $t_suffix = '_reservedWord'; + } elseif (PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_column_attrib, $PMA_SQPdata_column_attrib_cnt)) { + $t_suffix = '_columnAttrib'; + // INNODB is a MySQL table type, but in "SHOW INNODB STATUS", + // it should be regarded as a reserved word. + if ($d_cur_upper == 'INNODB' && $d_prev_upper == 'SHOW' && $d_next_upper == 'STATUS') { + $t_suffix = '_reservedWord'; + } + + if ($d_cur_upper == 'DEFAULT' && $d_next_upper == 'CHARACTER') { + $t_suffix = '_reservedWord'; + } + // Binary as character set + if ($d_cur_upper == 'BINARY' && ( + ($d_bef_prev_upper == 'CHARACTER' && $d_prev_upper == 'SET') + || ($d_bef_prev_upper == 'SET' && $d_prev_upper == '=') + || ($d_bef_prev_upper == 'CHARSET' && $d_prev_upper == '=') + || $d_prev_upper == 'CHARSET' + ) && PMA_STR_binarySearchInArr($d_cur, $mysql_charsets, count($mysql_charsets))) { + $t_suffix = '_charset'; + } + } elseif (PMA_STR_binarySearchInArr($d_cur, $mysql_charsets, $mysql_charsets_count) + || PMA_STR_binarySearchInArr($d_cur, $mysql_collations_flat, $mysql_collations_count) + || ($d_cur{0} == '_' && PMA_STR_binarySearchInArr(substr($d_cur, 1), $mysql_charsets, $mysql_charsets_count))) { + $t_suffix = '_charset'; + } else { + // Do nothing + } + // check if present in the list of forbidden words + if ($t_suffix == '_reservedWord' && PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_forbidden_word, $PMA_SQPdata_forbidden_word_cnt)) { + $sql_array[$i]['forbidden'] = TRUE; + } else { + $sql_array[$i]['forbidden'] = FALSE; + } + $sql_array[$i]['type'] .= $t_suffix; + } + } // end for + + // Stores the size of the array inside the array, as count() is a slow + // operation. + $sql_array['len'] = $arraysize; + + // DEBUG echo 'After parsing
                        '; print_r($sql_array); echo '
                        '; + // Sends the data back + return $sql_array; + } // end of the "PMA_SQP_parse()" function + + /** + * Checks for token types being what we want... + * + * @param string String of type that we have + * @param string String of type that we want + * + * @return boolean result of check + * + * @access private + */ + function PMA_SQP_typeCheck($toCheck, $whatWeWant) + { + $typeSeperator = '_'; + if (strcmp($whatWeWant, $toCheck) == 0) { + return TRUE; + } else { + if (strpos($whatWeWant, $typeSeperator) === FALSE) { + return strncmp($whatWeWant, $toCheck, strpos($toCheck, $typeSeperator)) == 0; + } else { + return FALSE; + } + } + } + + + /** + * Analyzes SQL queries + * + * @param array The SQL queries + * + * @return array The analyzed SQL queries + * + * @access public + */ + function PMA_SQP_analyze($arr) + { + if ($arr == array() || !isset($arr['len'])) { + return array(); + } + $result = array(); + $size = $arr['len']; + $subresult = array( + 'querytype' => '', + 'select_expr_clause'=> '', // the whole stuff between SELECT and FROM , except DISTINCT + 'position_of_first_select' => '', // the array index + 'from_clause'=> '', + 'group_by_clause'=> '', + 'order_by_clause'=> '', + 'having_clause' => '', + 'limit_clause' => '', + 'where_clause' => '', + 'where_clause_identifiers' => array(), + 'unsorted_query' => '', + 'queryflags' => array(), + 'select_expr' => array(), + 'table_ref' => array(), + 'foreign_keys' => array(), + 'create_table_fields' => array() + ); + $subresult_empty = $subresult; + $seek_queryend = FALSE; + $seen_end_of_table_ref = FALSE; + $number_of_brackets_in_extract = 0; + $number_of_brackets_in_group_concat = 0; + + $number_of_brackets = 0; + $in_subquery = false; + $seen_subquery = false; + $seen_from = false; + + // for SELECT EXTRACT(YEAR_MONTH FROM CURDATE()) + // we must not use CURDATE as a table_ref + // so we track whether we are in the EXTRACT() + $in_extract = FALSE; + + // for GROUP_CONCAT(...) + $in_group_concat = FALSE; + +/* Description of analyzer results + * + * db, table, column, alias + * ------------------------ + * + * Inside the $subresult array, we create ['select_expr'] and ['table_ref'] arrays. + * + * The SELECT syntax (simplified) is + * + * SELECT + * select_expression,... + * [FROM [table_references] + * + * + * ['select_expr'] is filled with each expression, the key represents the + * expression position in the list (0-based) (so we don't lose track of + * multiple occurences of the same column). + * + * ['table_ref'] is filled with each table ref, same thing for the key. + * + * I create all sub-values empty, even if they are + * not present (for example no select_expression alias). + * + * There is a debug section at the end of loop #1, if you want to + * see the exact contents of select_expr and table_ref + * + * queryflags + * ---------- + * + * In $subresult, array 'queryflags' is filled, according to what we + * find in the query. + * + * Currently, those are generated: + * + * ['queryflags']['need_confirm'] = 1; if the query needs confirmation + * ['queryflags']['select_from'] = 1; if this is a real SELECT...FROM + * ['queryflags']['distinct'] = 1; for a DISTINCT + * ['queryflags']['union'] = 1; for a UNION + * ['queryflags']['join'] = 1; for a JOIN + * ['queryflags']['offset'] = 1; for the presence of OFFSET + * ['queryflags']['procedure'] = 1; for the presence of PROCEDURE + * + * query clauses + * ------------- + * + * The select is splitted in those clauses: + * ['select_expr_clause'] + * ['from_clause'] + * ['group_by_clause'] + * ['order_by_clause'] + * ['having_clause'] + * ['limit_clause'] + * ['where_clause'] + * + * The identifiers of the WHERE clause are put into the array + * ['where_clause_identifier'] + * + * For a SELECT, the whole query without the ORDER BY clause is put into + * ['unsorted_query'] + * + * foreign keys + * ------------ + * The CREATE TABLE may contain FOREIGN KEY clauses, so they get + * analyzed and ['foreign_keys'] is an array filled with + * the constraint name, the index list, + * the REFERENCES table name and REFERENCES index list, + * and ON UPDATE | ON DELETE clauses + * + * position_of_first_select + * ------------------------ + * + * The array index of the first SELECT we find. Will be used to + * insert a SQL_CALC_FOUND_ROWS. + * + * create_table_fields + * ------------------- + * + * Used to detect the DEFAULT CURRENT_TIMESTAMP and + * ON UPDATE CURRENT_TIMESTAMP clauses of the CREATE TABLE query. + * Also used to store the default value of the field. + * An array, each element is the identifier name. + * Note that for now, the timestamp_not_null element is created + * even for non-TIMESTAMP fields. + * + * Sub-elements: ['type'] which contains the column type + * optional (currently they are never false but can be absent): + * ['default_current_timestamp'] boolean + * ['on_update_current_timestamp'] boolean + * ['timestamp_not_null'] boolean + * + * section_before_limit, section_after_limit + * ----------------------------------------- + * + * Marks the point of the query where we can insert a LIMIT clause; + * so the section_before_limit will contain the left part before + * a possible LIMIT clause + * + * + * End of description of analyzer results + */ + + // must be sorted + // TODO: current logic checks for only one word, so I put only the + // first word of the reserved expressions that end a table ref; + // maybe this is not ok (the first word might mean something else) +// $words_ending_table_ref = array( +// 'FOR UPDATE', +// 'GROUP BY', +// 'HAVING', +// 'LIMIT', +// 'LOCK IN SHARE MODE', +// 'ORDER BY', +// 'PROCEDURE', +// 'UNION', +// 'WHERE' +// ); + $words_ending_table_ref = array( + 'FOR', + 'GROUP', + 'HAVING', + 'LIMIT', + 'LOCK', + 'ORDER', + 'PROCEDURE', + 'UNION', + 'WHERE' + ); + $words_ending_table_ref_cnt = 9; //count($words_ending_table_ref); + + $words_ending_clauses = array( + 'FOR', + 'LIMIT', + 'LOCK', + 'PROCEDURE', + 'UNION' + ); + $words_ending_clauses_cnt = 5; //count($words_ending_clauses); + + + + + // must be sorted + $supported_query_types = array( + 'SELECT' + /* + // Support for these additional query types will come later on. + 'DELETE', + 'INSERT', + 'REPLACE', + 'TRUNCATE', + 'UPDATE' + 'EXPLAIN', + 'DESCRIBE', + 'SHOW', + 'CREATE', + 'SET', + 'ALTER' + */ + ); + $supported_query_types_cnt = count($supported_query_types); + + // loop #1 for each token: select_expr, table_ref for SELECT + + for ($i = 0; $i < $size; $i++) { +//DEBUG echo "Loop1 " . $arr[$i]['data'] . " (" . $arr[$i]['type'] . ")
                        "; + + // High speed seek for locating the end of the current query + if ($seek_queryend == TRUE) { + if ($arr[$i]['type'] == 'punct_queryend') { + $seek_queryend = FALSE; + } else { + continue; + } // end if (type == punct_queryend) + } // end if ($seek_queryend) + + /** + * Note: do not split if this is a punct_queryend for the first and only query + * @todo when we find a UNION, should we split in another subresult? + */ + if ($arr[$i]['type'] == 'punct_queryend' && ($i + 1 != $size)) { + $result[] = $subresult; + $subresult = $subresult_empty; + continue; + } // end if (type == punct_queryend) + +// ============================================================== + if ($arr[$i]['type'] == 'punct_bracket_open_round') { + $number_of_brackets++; + if ($in_extract) { + $number_of_brackets_in_extract++; + } + if ($in_group_concat) { + $number_of_brackets_in_group_concat++; + } + } +// ============================================================== + if ($arr[$i]['type'] == 'punct_bracket_close_round') { + $number_of_brackets--; + if ($number_of_brackets == 0) { + $in_subquery = false; + } + if ($in_extract) { + $number_of_brackets_in_extract--; + if ($number_of_brackets_in_extract == 0) { + $in_extract = FALSE; + } + } + if ($in_group_concat) { + $number_of_brackets_in_group_concat--; + if ($number_of_brackets_in_group_concat == 0) { + $in_group_concat = FALSE; + } + } + } + + if ($in_subquery) { + /** + * skip the subquery to avoid setting + * select_expr or table_ref with the contents + * of this subquery; this is to avoid a bug when + * trying to edit the results of + * select * from child where not exists (select id from + * parent where child.parent_id = parent.id); + */ + continue; + } +// ============================================================== + if ($arr[$i]['type'] == 'alpha_functionName') { + $upper_data = strtoupper($arr[$i]['data']); + if ($upper_data =='EXTRACT') { + $in_extract = TRUE; + $number_of_brackets_in_extract = 0; + } + if ($upper_data =='GROUP_CONCAT') { + $in_group_concat = TRUE; + $number_of_brackets_in_group_concat = 0; + } + } + +// ============================================================== + if ($arr[$i]['type'] == 'alpha_reservedWord' +// && $arr[$i]['forbidden'] == FALSE) { + ) { + // We don't know what type of query yet, so run this + if ($subresult['querytype'] == '') { + $subresult['querytype'] = strtoupper($arr[$i]['data']); + } // end if (querytype was empty) + + // Check if we support this type of query + if (!PMA_STR_binarySearchInArr($subresult['querytype'], $supported_query_types, $supported_query_types_cnt)) { + // Skip ahead to the next one if we don't + $seek_queryend = TRUE; + continue; + } // end if (query not supported) + + // upper once + $upper_data = strtoupper($arr[$i]['data']); + /** + * @todo reset for each query? + */ + + if ($upper_data == 'SELECT') { + if ($number_of_brackets > 0) { + $in_subquery = true; + $seen_subquery = true; + // this is a subquery so do not analyze inside it + continue; + } + $seen_from = FALSE; + $previous_was_identifier = FALSE; + $current_select_expr = -1; + $seen_end_of_table_ref = FALSE; + } // end if (data == SELECT) + + if ($upper_data =='FROM' && !$in_extract) { + $current_table_ref = -1; + $seen_from = TRUE; + $previous_was_identifier = FALSE; + $save_table_ref = TRUE; + } // end if (data == FROM) + + // here, do not 'continue' the loop, as we have more work for + // reserved words below + } // end if (type == alpha_reservedWord) + +// ============================== + if ($arr[$i]['type'] == 'quote_backtick' + || $arr[$i]['type'] == 'quote_double' + || $arr[$i]['type'] == 'quote_single' + || $arr[$i]['type'] == 'alpha_identifier' + || ($arr[$i]['type'] == 'alpha_reservedWord' + && $arr[$i]['forbidden'] == FALSE)) { + + switch ($arr[$i]['type']) { + case 'alpha_identifier': + case 'alpha_reservedWord': + /** + * this is not a real reservedWord, because it's not + * present in the list of forbidden words, for example + * "storage" which can be used as an identifier + * + * @todo avoid the pretty printing in color in this case + */ + $identifier = $arr[$i]['data']; + break; + + case 'quote_backtick': + case 'quote_double': + case 'quote_single': + $identifier = PMA_unQuote($arr[$i]['data']); + break; + } // end switch + + if ($subresult['querytype'] == 'SELECT' + && ! $in_group_concat + && ! ($seen_subquery && $arr[$i - 1]['type'] == 'punct_bracket_close_round')) { + if (!$seen_from) { + if ($previous_was_identifier && isset($chain)) { + // found alias for this select_expr, save it + // but only if we got something in $chain + // (for example, SELECT COUNT(*) AS cnt + // puts nothing in $chain, so we avoid + // setting the alias) + $alias_for_select_expr = $identifier; + } else { + $chain[] = $identifier; + $previous_was_identifier = TRUE; + + } // end if !$previous_was_identifier + } else { + // ($seen_from) + if ($save_table_ref && !$seen_end_of_table_ref) { + if ($previous_was_identifier) { + // found alias for table ref + // save it for later + $alias_for_table_ref = $identifier; + } else { + $chain[] = $identifier; + $previous_was_identifier = TRUE; + + } // end if ($previous_was_identifier) + } // end if ($save_table_ref &&!$seen_end_of_table_ref) + } // end if (!$seen_from) + } // end if (querytype SELECT) + } // end if (quote_backtick or double quote or alpha_identifier) + +// =================================== + if ($arr[$i]['type'] == 'punct_qualifier') { + // to be able to detect an identifier following another + $previous_was_identifier = FALSE; + continue; + } // end if (punct_qualifier) + + /** + * @todo check if 3 identifiers following one another -> error + */ + + // s a v e a s e l e c t e x p r + // finding a list separator or FROM + // means that we must save the current chain of identifiers + // into a select expression + + // for now, we only save a select expression if it contains + // at least one identifier, as we are interested in checking + // the columns and table names, so in "select * from persons", + // the "*" is not saved + + if (isset($chain) && !$seen_end_of_table_ref + && ((!$seen_from && $arr[$i]['type'] == 'punct_listsep') + || ($arr[$i]['type'] == 'alpha_reservedWord' && $upper_data == 'FROM'))) { + $size_chain = count($chain); + $current_select_expr++; + $subresult['select_expr'][$current_select_expr] = array( + 'expr' => '', + 'alias' => '', + 'db' => '', + 'table_name' => '', + 'table_true_name' => '', + 'column' => '' + ); + + if (isset($alias_for_select_expr) && strlen($alias_for_select_expr)) { + // we had found an alias for this select expression + $subresult['select_expr'][$current_select_expr]['alias'] = $alias_for_select_expr; + unset($alias_for_select_expr); + } + // there is at least a column + $subresult['select_expr'][$current_select_expr]['column'] = $chain[$size_chain - 1]; + $subresult['select_expr'][$current_select_expr]['expr'] = $chain[$size_chain - 1]; + + // maybe a table + if ($size_chain > 1) { + $subresult['select_expr'][$current_select_expr]['table_name'] = $chain[$size_chain - 2]; + // we assume for now that this is also the true name + $subresult['select_expr'][$current_select_expr]['table_true_name'] = $chain[$size_chain - 2]; + $subresult['select_expr'][$current_select_expr]['expr'] + = $subresult['select_expr'][$current_select_expr]['table_name'] + . '.' . $subresult['select_expr'][$current_select_expr]['expr']; + } // end if ($size_chain > 1) + + // maybe a db + if ($size_chain > 2) { + $subresult['select_expr'][$current_select_expr]['db'] = $chain[$size_chain - 3]; + $subresult['select_expr'][$current_select_expr]['expr'] + = $subresult['select_expr'][$current_select_expr]['db'] + . '.' . $subresult['select_expr'][$current_select_expr]['expr']; + } // end if ($size_chain > 2) + unset($chain); + + /** + * @todo explain this: + */ + if (($arr[$i]['type'] == 'alpha_reservedWord') + && ($upper_data != 'FROM')) { + $previous_was_identifier = TRUE; + } + + } // end if (save a select expr) + + + //====================================== + // s a v e a t a b l e r e f + //====================================== + + // maybe we just saw the end of table refs + // but the last table ref has to be saved + // or we are at the last token + // or we just got a reserved word + /** + * @todo there could be another query after this one + */ + + if (isset($chain) && $seen_from && $save_table_ref + && ($arr[$i]['type'] == 'punct_listsep' + || ($arr[$i]['type'] == 'alpha_reservedWord' && $upper_data!="AS") + || $seen_end_of_table_ref + || $i==$size-1)) { + + $size_chain = count($chain); + $current_table_ref++; + $subresult['table_ref'][$current_table_ref] = array( + 'expr' => '', + 'db' => '', + 'table_name' => '', + 'table_alias' => '', + 'table_true_name' => '' + ); + if (isset($alias_for_table_ref) && strlen($alias_for_table_ref)) { + $subresult['table_ref'][$current_table_ref]['table_alias'] = $alias_for_table_ref; + unset($alias_for_table_ref); + } + $subresult['table_ref'][$current_table_ref]['table_name'] = $chain[$size_chain - 1]; + // we assume for now that this is also the true name + $subresult['table_ref'][$current_table_ref]['table_true_name'] = $chain[$size_chain - 1]; + $subresult['table_ref'][$current_table_ref]['expr'] + = $subresult['table_ref'][$current_table_ref]['table_name']; + // maybe a db + if ($size_chain > 1) { + $subresult['table_ref'][$current_table_ref]['db'] = $chain[$size_chain - 2]; + $subresult['table_ref'][$current_table_ref]['expr'] + = $subresult['table_ref'][$current_table_ref]['db'] + . '.' . $subresult['table_ref'][$current_table_ref]['expr']; + } // end if ($size_chain > 1) + + // add the table alias into the whole expression + $subresult['table_ref'][$current_table_ref]['expr'] + .= ' ' . $subresult['table_ref'][$current_table_ref]['table_alias']; + + unset($chain); + $previous_was_identifier = TRUE; + //continue; + + } // end if (save a table ref) + + + // when we have found all table refs, + // for each table_ref alias, put the true name of the table + // in the corresponding select expressions + + if (isset($current_table_ref) && ($seen_end_of_table_ref || $i == $size-1) && $subresult != $subresult_empty) { + for ($tr=0; $tr <= $current_table_ref; $tr++) { + $alias = $subresult['table_ref'][$tr]['table_alias']; + $truename = $subresult['table_ref'][$tr]['table_true_name']; + for ($se=0; $se <= $current_select_expr; $se++) { + if (isset($alias) && strlen($alias) && $subresult['select_expr'][$se]['table_true_name'] + == $alias) { + $subresult['select_expr'][$se]['table_true_name'] + = $truename; + } // end if (found the alias) + } // end for (select expressions) + + } // end for (table refs) + } // end if (set the true names) + + + // e n d i n g l o o p #1 + // set the $previous_was_identifier to FALSE if the current + // token is not an identifier + if (($arr[$i]['type'] != 'alpha_identifier') + && ($arr[$i]['type'] != 'quote_double') + && ($arr[$i]['type'] != 'quote_single') + && ($arr[$i]['type'] != 'quote_backtick')) { + $previous_was_identifier = FALSE; + } // end if + + // however, if we are on AS, we must keep the $previous_was_identifier + if (($arr[$i]['type'] == 'alpha_reservedWord') + && ($upper_data == 'AS')) { + $previous_was_identifier = TRUE; + } + + if (($arr[$i]['type'] == 'alpha_reservedWord') + && ($upper_data =='ON' || $upper_data =='USING')) { + $save_table_ref = FALSE; + } // end if (data == ON) + + if (($arr[$i]['type'] == 'alpha_reservedWord') + && ($upper_data =='JOIN' || $upper_data =='FROM')) { + $save_table_ref = TRUE; + } // end if (data == JOIN) + + /** + * no need to check the end of table ref if we already did + * + * @todo maybe add "&& $seen_from" + */ + if (!$seen_end_of_table_ref) { + // if this is the last token, it implies that we have + // seen the end of table references + // Check for the end of table references + // + // Note: if we are analyzing a GROUP_CONCAT clause, + // we might find a word that seems to indicate that + // we have found the end of table refs (like ORDER) + // but it's a modifier of the GROUP_CONCAT so + // it's not the real end of table refs + if (($i == $size-1) + || ($arr[$i]['type'] == 'alpha_reservedWord' + && !$in_group_concat + && PMA_STR_binarySearchInArr($upper_data, $words_ending_table_ref, $words_ending_table_ref_cnt))) { + $seen_end_of_table_ref = TRUE; + // to be able to save the last table ref, but do not + // set it true if we found a word like "ON" that has + // already set it to false + if (isset($save_table_ref) && $save_table_ref != FALSE) { + $save_table_ref = TRUE; + } //end if + + } // end if (check for end of table ref) + } //end if (!$seen_end_of_table_ref) + + if ($seen_end_of_table_ref) { + $save_table_ref = FALSE; + } // end if + + } // end for $i (loop #1) + + //DEBUG + /* + if (isset($current_select_expr)) { + for ($trace=0; $trace<=$current_select_expr; $trace++) { + echo "
                        "; + reset ($subresult['select_expr'][$trace]); + while (list ($key, $val) = each ($subresult['select_expr'][$trace])) + echo "sel expr $trace $key => $val
                        \n"; + } + } + + if (isset($current_table_ref)) { + echo "current_table_ref = " . $current_table_ref . "
                        "; + for ($trace=0; $trace<=$current_table_ref; $trace++) { + + echo "
                        "; + reset ($subresult['table_ref'][$trace]); + while (list ($key, $val) = each ($subresult['table_ref'][$trace])) + echo "table ref $trace $key => $val
                        \n"; + } + } + */ + // ------------------------------------------------------- + + + // loop #2: - queryflags + // - querytype (for queries != 'SELECT') + // - section_before_limit, section_after_limit + // + // we will also need this queryflag in loop 2 + // so set it here + if (isset($current_table_ref) && $current_table_ref > -1) { + $subresult['queryflags']['select_from'] = 1; + } + + $section_before_limit = ''; + $section_after_limit = ''; // truly the section after the limit clause + $seen_reserved_word = FALSE; + $seen_group = FALSE; + $seen_order = FALSE; + $seen_order_by = FALSE; + $in_group_by = FALSE; // true when we are inside the GROUP BY clause + $in_order_by = FALSE; // true when we are inside the ORDER BY clause + $in_having = FALSE; // true when we are inside the HAVING clause + $in_select_expr = FALSE; // true when we are inside the select expr clause + $in_where = FALSE; // true when we are inside the WHERE clause + $seen_limit = FALSE; // true if we have seen a LIMIT clause + $in_limit = FALSE; // true when we are inside the LIMIT clause + $after_limit = FALSE; // true when we are after the LIMIT clause + $in_from = FALSE; // true when we are in the FROM clause + $in_group_concat = FALSE; + $first_reserved_word = ''; + $current_identifier = ''; + $unsorted_query = $arr['raw']; // in case there is no ORDER BY + $number_of_brackets = 0; + $in_subquery = false; + + for ($i = 0; $i < $size; $i++) { +//DEBUG echo "Loop2 " . $arr[$i]['data'] . " (" . $arr[$i]['type'] . ")
                        "; + + // need_confirm + // + // check for reserved words that will have to generate + // a confirmation request later in sql.php + // the cases are: + // DROP TABLE + // DROP DATABASE + // ALTER TABLE... DROP + // DELETE FROM... + // + // this code is not used for confirmations coming from functions.js + + if ($arr[$i]['type'] == 'punct_bracket_open_round') { + $number_of_brackets++; + } + + if ($arr[$i]['type'] == 'punct_bracket_close_round') { + $number_of_brackets--; + if ($number_of_brackets == 0) { + $in_subquery = false; + } + } + + if ($arr[$i]['type'] == 'alpha_reservedWord') { + $upper_data = strtoupper($arr[$i]['data']); + + if ($upper_data == 'SELECT' && $number_of_brackets > 0) { + $in_subquery = true; + } + + if (!$seen_reserved_word) { + $first_reserved_word = $upper_data; + $subresult['querytype'] = $upper_data; + $seen_reserved_word = TRUE; + + // if the first reserved word is DROP or DELETE, + // we know this is a query that needs to be confirmed + if ($first_reserved_word=='DROP' + || $first_reserved_word == 'DELETE' + || $first_reserved_word == 'TRUNCATE') { + $subresult['queryflags']['need_confirm'] = 1; + } + + if ($first_reserved_word=='SELECT'){ + $position_of_first_select = $i; + } + + } else { + if ($upper_data == 'DROP' && $first_reserved_word == 'ALTER') { + $subresult['queryflags']['need_confirm'] = 1; + } + } + + if ($upper_data == 'LIMIT' && ! $in_subquery) { + $section_before_limit = substr($arr['raw'], 0, $arr[$i]['pos'] - 5); + $in_limit = TRUE; + $seen_limit = TRUE; + $limit_clause = ''; + $in_order_by = FALSE; // @todo maybe others to set FALSE + } + + if ($upper_data == 'PROCEDURE') { + $subresult['queryflags']['procedure'] = 1; + $in_limit = FALSE; + $after_limit = TRUE; + } + /** + * @todo set also to FALSE if we find FOR UPDATE or LOCK IN SHARE MODE + */ + if ($upper_data == 'SELECT') { + $in_select_expr = TRUE; + $select_expr_clause = ''; + } + if ($upper_data == 'DISTINCT' && !$in_group_concat) { + $subresult['queryflags']['distinct'] = 1; + } + + if ($upper_data == 'UNION') { + $subresult['queryflags']['union'] = 1; + } + + if ($upper_data == 'JOIN') { + $subresult['queryflags']['join'] = 1; + } + + if ($upper_data == 'OFFSET') { + $subresult['queryflags']['offset'] = 1; + } + + // if this is a real SELECT...FROM + if ($upper_data == 'FROM' && isset($subresult['queryflags']['select_from']) && $subresult['queryflags']['select_from'] == 1) { + $in_from = TRUE; + $from_clause = ''; + $in_select_expr = FALSE; + } + + + // (we could have less resetting of variables to FALSE + // if we trust that the query respects the standard + // MySQL order for clauses) + + // we use $seen_group and $seen_order because we are looking + // for the BY + if ($upper_data == 'GROUP') { + $seen_group = TRUE; + $seen_order = FALSE; + $in_having = FALSE; + $in_order_by = FALSE; + $in_where = FALSE; + $in_select_expr = FALSE; + $in_from = FALSE; + } + if ($upper_data == 'ORDER' && !$in_group_concat) { + $seen_order = TRUE; + $seen_group = FALSE; + $in_having = FALSE; + $in_group_by = FALSE; + $in_where = FALSE; + $in_select_expr = FALSE; + $in_from = FALSE; + } + if ($upper_data == 'HAVING') { + $in_having = TRUE; + $having_clause = ''; + $seen_group = FALSE; + $seen_order = FALSE; + $in_group_by = FALSE; + $in_order_by = FALSE; + $in_where = FALSE; + $in_select_expr = FALSE; + $in_from = FALSE; + } + + if ($upper_data == 'WHERE') { + $in_where = TRUE; + $where_clause = ''; + $where_clause_identifiers = array(); + $seen_group = FALSE; + $seen_order = FALSE; + $in_group_by = FALSE; + $in_order_by = FALSE; + $in_having = FALSE; + $in_select_expr = FALSE; + $in_from = FALSE; + } + + if ($upper_data == 'BY') { + if ($seen_group) { + $in_group_by = TRUE; + $group_by_clause = ''; + } + if ($seen_order) { + $seen_order_by = TRUE; + // Here we assume that the ORDER BY keywords took + // exactly 8 characters. + // We use PMA_substr() to be charset-safe; otherwise + // if the table name contains accents, the unsorted + // query would be missing some characters. + $unsorted_query = PMA_substr($arr['raw'], 0, $arr[$i]['pos'] - 8); + $in_order_by = TRUE; + $order_by_clause = ''; + } + } + + // if we find one of the words that could end the clause + if (PMA_STR_binarySearchInArr($upper_data, $words_ending_clauses, $words_ending_clauses_cnt)) { + + $in_group_by = FALSE; + $in_order_by = FALSE; + $in_having = FALSE; + $in_where = FALSE; + $in_select_expr = FALSE; + $in_from = FALSE; + } + + } // endif (reservedWord) + + + // do not add a space after a function name + /** + * @todo can we combine loop 2 and loop 1? some code is repeated here... + */ + + $sep = ' '; + if ($arr[$i]['type'] == 'alpha_functionName') { + $sep=''; + $upper_data = strtoupper($arr[$i]['data']); + if ($upper_data =='GROUP_CONCAT') { + $in_group_concat = TRUE; + $number_of_brackets_in_group_concat = 0; + } + } + + if ($arr[$i]['type'] == 'punct_bracket_open_round') { + if ($in_group_concat) { + $number_of_brackets_in_group_concat++; + } + } + if ($arr[$i]['type'] == 'punct_bracket_close_round') { + if ($in_group_concat) { + $number_of_brackets_in_group_concat--; + if ($number_of_brackets_in_group_concat == 0) { + $in_group_concat = FALSE; + } + } + } + + // do not add a space after an identifier if followed by a dot + if ($arr[$i]['type'] == 'alpha_identifier' && $i < $size - 1 && $arr[$i + 1]['data'] == '.') { + $sep = ''; + } + + // do not add a space after a dot if followed by an identifier + if ($arr[$i]['data'] == '.' && $i < $size - 1 && $arr[$i + 1]['type'] == 'alpha_identifier') { + $sep = ''; + } + + if ($in_select_expr && $upper_data != 'SELECT' && $upper_data != 'DISTINCT') { + $select_expr_clause .= $arr[$i]['data'] . $sep; + } + if ($in_from && $upper_data != 'FROM') { + $from_clause .= $arr[$i]['data'] . $sep; + } + if ($in_group_by && $upper_data != 'GROUP' && $upper_data != 'BY') { + $group_by_clause .= $arr[$i]['data'] . $sep; + } + if ($in_order_by && $upper_data != 'ORDER' && $upper_data != 'BY') { + // add a space only before ASC or DESC + // not around the dot between dbname and tablename + if ($arr[$i]['type'] == 'alpha_reservedWord') { + $order_by_clause .= $sep; + } + $order_by_clause .= $arr[$i]['data']; + } + if ($in_having && $upper_data != 'HAVING') { + $having_clause .= $arr[$i]['data'] . $sep; + } + if ($in_where && $upper_data != 'WHERE') { + $where_clause .= $arr[$i]['data'] . $sep; + + if (($arr[$i]['type'] == 'quote_backtick') + || ($arr[$i]['type'] == 'alpha_identifier')) { + $where_clause_identifiers[] = $arr[$i]['data']; + } + } + + // to grab the rest of the query after the ORDER BY clause + if (isset($subresult['queryflags']['select_from']) + && $subresult['queryflags']['select_from'] == 1 + && ! $in_order_by + && $seen_order_by + && $upper_data != 'BY') { + $unsorted_query .= $arr[$i]['data']; + if ($arr[$i]['type'] != 'punct_bracket_open_round' + && $arr[$i]['type'] != 'punct_bracket_close_round' + && $arr[$i]['type'] != 'punct') { + $unsorted_query .= $sep; + } + } + + if ($in_limit) { + if ($upper_data == 'OFFSET') { + $limit_clause .= $sep; + } + $limit_clause .= $arr[$i]['data']; + if ($upper_data == 'LIMIT' || $upper_data == 'OFFSET') { + $limit_clause .= $sep; + } + } + if ($after_limit && $seen_limit) { + $section_after_limit .= $arr[$i]['data'] . $sep; + } + + // clear $upper_data for next iteration + $upper_data=''; + } // end for $i (loop #2) + if (empty($section_before_limit)) { + $section_before_limit = $arr['raw']; + } + + // ----------------------------------------------------- + // loop #3: foreign keys and MySQL 4.1.2+ TIMESTAMP options + // (for now, check only the first query) + // (for now, identifiers are assumed to be backquoted) + + // If we find that we are dealing with a CREATE TABLE query, + // we look for the next punct_bracket_open_round, which + // introduces the fields list. Then, when we find a + // quote_backtick, it must be a field, so we put it into + // the create_table_fields array. Even if this field is + // not a timestamp, it will be useful when logic has been + // added for complete field attributes analysis. + + $seen_foreign = FALSE; + $seen_references = FALSE; + $seen_constraint = FALSE; + $foreign_key_number = -1; + $seen_create_table = FALSE; + $seen_create = FALSE; + $seen_alter = FALSE; + $in_create_table_fields = FALSE; + $brackets_level = 0; + $in_timestamp_options = FALSE; + $seen_default = FALSE; + + for ($i = 0; $i < $size; $i++) { + // DEBUG echo "Loop 3 " . $arr[$i]['data'] . " " . $arr[$i]['type'] . "
                        "; + + if ($arr[$i]['type'] == 'alpha_reservedWord') { + $upper_data = strtoupper($arr[$i]['data']); + + if ($upper_data == 'NOT' && $in_timestamp_options) { + $create_table_fields[$current_identifier]['timestamp_not_null'] = TRUE; + + } + + if ($upper_data == 'CREATE') { + $seen_create = TRUE; + } + + if ($upper_data == 'ALTER') { + $seen_alter = TRUE; + } + + if ($upper_data == 'TABLE' && $seen_create) { + $seen_create_table = TRUE; + $create_table_fields = array(); + } + + if ($upper_data == 'CURRENT_TIMESTAMP') { + if ($in_timestamp_options) { + if ($seen_default) { + $create_table_fields[$current_identifier]['default_current_timestamp'] = TRUE; + } + } + } + + if ($upper_data == 'CONSTRAINT') { + $foreign_key_number++; + $seen_foreign = FALSE; + $seen_references = FALSE; + $seen_constraint = TRUE; + } + if ($upper_data == 'FOREIGN') { + $seen_foreign = TRUE; + $seen_references = FALSE; + $seen_constraint = FALSE; + } + if ($upper_data == 'REFERENCES') { + $seen_foreign = FALSE; + $seen_references = TRUE; + $seen_constraint = FALSE; + } + + + // Cases covered: + + // [ON DELETE {CASCADE | SET NULL | NO ACTION | RESTRICT}] + // [ON UPDATE {CASCADE | SET NULL | NO ACTION | RESTRICT}] + + // but we set ['on_delete'] or ['on_cascade'] to + // CASCADE | SET_NULL | NO_ACTION | RESTRICT + + // ON UPDATE CURRENT_TIMESTAMP + + if ($upper_data == 'ON') { + if (isset($arr[$i+1]) && $arr[$i+1]['type'] == 'alpha_reservedWord') { + $second_upper_data = strtoupper($arr[$i+1]['data']); + if ($second_upper_data == 'DELETE') { + $clause = 'on_delete'; + } + if ($second_upper_data == 'UPDATE') { + $clause = 'on_update'; + } + if (isset($clause) + && ($arr[$i+2]['type'] == 'alpha_reservedWord' + + // ugly workaround because currently, NO is not + // in the list of reserved words in sqlparser.data + // (we got a bug report about not being able to use + // 'no' as an identifier) + || ($arr[$i+2]['type'] == 'alpha_identifier' + && strtoupper($arr[$i+2]['data'])=='NO')) + ) { + $third_upper_data = strtoupper($arr[$i+2]['data']); + if ($third_upper_data == 'CASCADE' + || $third_upper_data == 'RESTRICT') { + $value = $third_upper_data; + } elseif ($third_upper_data == 'SET' + || $third_upper_data == 'NO') { + if ($arr[$i+3]['type'] == 'alpha_reservedWord') { + $value = $third_upper_data . '_' . strtoupper($arr[$i+3]['data']); + } + } elseif ($third_upper_data == 'CURRENT_TIMESTAMP') { + if ($clause == 'on_update' + && $in_timestamp_options) { + $create_table_fields[$current_identifier]['on_update_current_timestamp'] = TRUE; + $seen_default = FALSE; + } + + } else { + $value = ''; + } + if (!empty($value)) { + $foreign[$foreign_key_number][$clause] = $value; + } + unset($clause); + } // endif (isset($clause)) + } + } + + } // end of reserved words analysis + + + if ($arr[$i]['type'] == 'punct_bracket_open_round') { + $brackets_level++; + if ($seen_create_table && $brackets_level == 1) { + $in_create_table_fields = TRUE; + } + } + + + if ($arr[$i]['type'] == 'punct_bracket_close_round') { + $brackets_level--; + if ($seen_references) { + $seen_references = FALSE; + } + if ($seen_create_table && $brackets_level == 0) { + $in_create_table_fields = FALSE; + } + } + + if (($arr[$i]['type'] == 'alpha_columnAttrib')) { + $upper_data = strtoupper($arr[$i]['data']); + if ($seen_create_table && $in_create_table_fields) { + if ($upper_data == 'DEFAULT') { + $seen_default = TRUE; + $create_table_fields[$current_identifier]['default_value'] = $arr[$i + 1]['data']; + } + } + } + + /** + * @see @todo 2005-10-16 note: the "or" part here is a workaround for a bug + */ + if (($arr[$i]['type'] == 'alpha_columnType') || ($arr[$i]['type'] == 'alpha_functionName' && $seen_create_table)) { + $upper_data = strtoupper($arr[$i]['data']); + if ($seen_create_table && $in_create_table_fields && isset($current_identifier)) { + $create_table_fields[$current_identifier]['type'] = $upper_data; + if ($upper_data == 'TIMESTAMP') { + $arr[$i]['type'] = 'alpha_columnType'; + $in_timestamp_options = TRUE; + } else { + $in_timestamp_options = FALSE; + if ($upper_data == 'CHAR') { + $arr[$i]['type'] = 'alpha_columnType'; + } + } + } + } + + + if ($arr[$i]['type'] == 'quote_backtick' || $arr[$i]['type'] == 'alpha_identifier') { + + if ($arr[$i]['type'] == 'quote_backtick') { + // remove backquotes + $identifier = PMA_unQuote($arr[$i]['data']); + } else { + $identifier = $arr[$i]['data']; + } + + if ($seen_create_table && $in_create_table_fields) { + $current_identifier = $identifier; + // we set this one even for non TIMESTAMP type + $create_table_fields[$current_identifier]['timestamp_not_null'] = FALSE; + } + + if ($seen_constraint) { + $foreign[$foreign_key_number]['constraint'] = $identifier; + } + + if ($seen_foreign && $brackets_level > 0) { + $foreign[$foreign_key_number]['index_list'][] = $identifier; + } + + if ($seen_references) { + if ($seen_alter && $brackets_level > 0) { + $foreign[$foreign_key_number]['ref_index_list'][] = $identifier; + // here, the first bracket level corresponds to the + // bracket of CREATE TABLE + // so if we are on level 2, it must be the index list + // of the foreign key REFERENCES + } elseif ($brackets_level > 1) { + $foreign[$foreign_key_number]['ref_index_list'][] = $identifier; + } elseif ($arr[$i+1]['type'] == 'punct_qualifier') { + // identifier is `db`.`table` + // the first pass will pick the db name + // the next pass will pick the table name + $foreign[$foreign_key_number]['ref_db_name'] = $identifier; + } else { + // identifier is `table` + $foreign[$foreign_key_number]['ref_table_name'] = $identifier; + } + } + } + } // end for $i (loop #3) + + + // Fill the $subresult array + + if (isset($create_table_fields)) { + $subresult['create_table_fields'] = $create_table_fields; + } + + if (isset($foreign)) { + $subresult['foreign_keys'] = $foreign; + } + + if (isset($select_expr_clause)) { + $subresult['select_expr_clause'] = $select_expr_clause; + } + if (isset($from_clause)) { + $subresult['from_clause'] = $from_clause; + } + if (isset($group_by_clause)) { + $subresult['group_by_clause'] = $group_by_clause; + } + if (isset($order_by_clause)) { + $subresult['order_by_clause'] = $order_by_clause; + } + if (isset($having_clause)) { + $subresult['having_clause'] = $having_clause; + } + if (isset($limit_clause)) { + $subresult['limit_clause'] = $limit_clause; + } + if (isset($where_clause)) { + $subresult['where_clause'] = $where_clause; + } + if (isset($unsorted_query) && !empty($unsorted_query)) { + $subresult['unsorted_query'] = $unsorted_query; + } + if (isset($where_clause_identifiers)) { + $subresult['where_clause_identifiers'] = $where_clause_identifiers; + } + + if (isset($position_of_first_select)) { + $subresult['position_of_first_select'] = $position_of_first_select; + $subresult['section_before_limit'] = $section_before_limit; + $subresult['section_after_limit'] = $section_after_limit; + } + + // They are naughty and didn't have a trailing semi-colon, + // then still handle it properly + if ($subresult['querytype'] != '') { + $result[] = $subresult; + } + return $result; + } // end of the "PMA_SQP_analyze()" function + + + /** + * Colorizes SQL queries html formatted + * + * @todo check why adding a "\n" after the would cause extra blanks + * to be displayed: SELECT p . person_name + * @param array The SQL queries html formatted + * + * @return array The colorized SQL queries + * + * @access public + */ + function PMA_SQP_formatHtml_colorize($arr) + { + $i = $GLOBALS['PMA_strpos']($arr['type'], '_'); + $class = ''; + if ($i > 0) { + $class = 'syntax_' . PMA_substr($arr['type'], 0, $i) . ' '; + } + + $class .= 'syntax_' . $arr['type']; + + return '' . htmlspecialchars($arr['data']) . ''; + } // end of the "PMA_SQP_formatHtml_colorize()" function + + + /** + * Formats SQL queries to html + * + * @param array The SQL queries + * @param string mode + * @param integer starting token + * @param integer number of tokens to format, -1 = all + * + * @return string The formatted SQL queries + * + * @access public + */ + function PMA_SQP_formatHtml($arr, $mode='color', $start_token=0, + $number_of_tokens=-1) + { + //DEBUG echo 'in Format
                        '; print_r($arr); echo '
                        '; + // then check for an array + if (!is_array($arr)) { + return htmlspecialchars($arr); + } + // first check for the SQL parser having hit an error + if (PMA_SQP_isError()) { + return htmlspecialchars($arr['raw']); + } + // else do it properly + switch ($mode) { + case 'color': + $str = ''; + $html_line_break = '
                        '; + $docu = TRUE; + break; + case 'query_only': + $str = ''; + $html_line_break = "\n"; + $docu = FALSE; + break; + case 'text': + $str = ''; + $html_line_break = '
                        '; + $docu = TRUE; + break; + } // end switch + // inner_sql is a span that exists for all cases, except query_only + // of $cfg['SQP']['fmtType'] to make possible a replacement + // for inline editing + if ($mode!='query_only') { + $str .= ''; + } + $close_docu_link = false; + $indent = 0; + $bracketlevel = 0; + $functionlevel = 0; + $infunction = FALSE; + $space_punct_listsep = ' '; + $space_punct_listsep_function_name = ' '; + // $space_alpha_reserved_word = '
                        '."\n"; + $space_alpha_reserved_word = ' '; + + $keywords_with_brackets_1before = array( + 'INDEX', + 'KEY', + 'ON', + 'USING' + ); + $keywords_with_brackets_1before_cnt = 4; + + $keywords_with_brackets_2before = array( + 'IGNORE', + 'INDEX', + 'INTO', + 'KEY', + 'PRIMARY', + 'PROCEDURE', + 'REFERENCES', + 'UNIQUE', + 'USE' + ); + // $keywords_with_brackets_2before_cnt = count($keywords_with_brackets_2before); + $keywords_with_brackets_2before_cnt = 9; + + // These reserved words do NOT get a newline placed near them. + $keywords_no_newline = array( + 'AS', + 'ASC', + 'DESC', + 'DISTINCT', + 'DUPLICATE', + 'HOUR', + 'INTERVAL', + 'IS', + 'LIKE', + 'NOT', + 'NULL', + 'ON', + 'REGEXP' + ); + $keywords_no_newline_cnt = 12; + + // These reserved words introduce a privilege list + $keywords_priv_list = array( + 'GRANT', + 'REVOKE' + ); + $keywords_priv_list_cnt = 2; + + if ($number_of_tokens == -1) { + $arraysize = $arr['len']; + } else { + $arraysize = $number_of_tokens; + } + $typearr = array(); + if ($arraysize >= 0) { + $typearr[0] = ''; + $typearr[1] = ''; + $typearr[2] = ''; + //$typearr[3] = $arr[0]['type']; + $typearr[3] = $arr[$start_token]['type']; + } + + $in_priv_list = FALSE; + for ($i = $start_token; $i < $arraysize; $i++) { +// DEBUG echo "Loop format " . $arr[$i]['data'] . " " . $arr[$i]['type'] . "
                        "; + $before = ''; + $after = ''; + // array_shift($typearr); + /* + 0 prev2 + 1 prev + 2 current + 3 next + */ + if (($i + 1) < $arraysize) { + // array_push($typearr, $arr[$i + 1]['type']); + $typearr[4] = $arr[$i + 1]['type']; + } else { + //array_push($typearr, null); + $typearr[4] = ''; + } + + for ($j=0; $j<4; $j++) { + $typearr[$j] = $typearr[$j + 1]; + } + + switch ($typearr[2]) { + case 'alpha_bitfield_constant_introducer': + $before = ' '; + $after = ''; + break; + case 'white_newline': + $before = ''; + break; + case 'punct_bracket_open_round': + $bracketlevel++; + $infunction = FALSE; + // Make sure this array is sorted! + if (($typearr[1] == 'alpha_functionName') || ($typearr[1] == 'alpha_columnType') || ($typearr[1] == 'punct') + || ($typearr[3] == 'digit_integer') || ($typearr[3] == 'digit_hex') || ($typearr[3] == 'digit_float') + || (($typearr[0] == 'alpha_reservedWord') + && PMA_STR_binarySearchInArr(strtoupper($arr[$i - 2]['data']), $keywords_with_brackets_2before, $keywords_with_brackets_2before_cnt)) + || (($typearr[1] == 'alpha_reservedWord') + && PMA_STR_binarySearchInArr(strtoupper($arr[$i - 1]['data']), $keywords_with_brackets_1before, $keywords_with_brackets_1before_cnt)) + ) { + $functionlevel++; + $infunction = TRUE; + $after .= ' '; + } else { + $indent++; + $after .= ($mode != 'query_only' ? '
                        ' : ' '); + } + break; + case 'alpha_identifier': + if (($typearr[1] == 'punct_qualifier') || ($typearr[3] == 'punct_qualifier')) { + $after = ''; + $before = ''; + } + // for example SELECT 1 somealias + if ($typearr[1] == 'digit_integer') { + $before = ' '; + } + if (($typearr[3] == 'alpha_columnType') || ($typearr[3] == 'alpha_identifier')) { + $after .= ' '; + } + break; + case 'punct_user': + case 'punct_qualifier': + $before = ''; + $after = ''; + break; + case 'punct_listsep': + if ($infunction == TRUE) { + $after .= $space_punct_listsep_function_name; + } else { + $after .= $space_punct_listsep; + } + break; + case 'punct_queryend': + if (($typearr[3] != 'comment_mysql') && ($typearr[3] != 'comment_ansi') && $typearr[3] != 'comment_c') { + $after .= $html_line_break; + $after .= $html_line_break; + } + $space_punct_listsep = ' '; + $space_punct_listsep_function_name = ' '; + $space_alpha_reserved_word = ' '; + $in_priv_list = FALSE; + break; + case 'comment_mysql': + case 'comment_ansi': + $after .= $html_line_break; + break; + case 'punct': + $before .= ' '; + // workaround for + // select * from mytable limit 0,-1 + // (a side effect of this workaround is that + // select 20 - 9 + // becomes + // select 20 -9 + // ) + if ($typearr[3] != 'digit_integer') { + $after .= ' '; + } + break; + case 'punct_bracket_close_round': + // only close bracket level when it was opened before + if ($bracketlevel > 0) { + $bracketlevel--; + if ($infunction == TRUE) { + $functionlevel--; + $after .= ' '; + $before .= ' '; + } else { + $indent--; + $before .= ($mode != 'query_only' ? '
                        ' : ' '); + } + $infunction = ($functionlevel > 0) ? TRUE : FALSE; + } + break; + case 'alpha_columnType': + if ($docu) { + switch ($arr[$i]['data']) { + case 'tinyint': + case 'smallint': + case 'mediumint': + case 'int': + case 'bigint': + case 'decimal': + case 'float': + case 'double': + case 'real': + case 'bit': + case 'boolean': + case 'serial': + $before .= PMA_showMySQLDocu('data-types', 'numeric-types', false, '', true); + $after = '' . $after; + break; + case 'date': + case 'datetime': + case 'timestamp': + case 'time': + case 'year': + $before .= PMA_showMySQLDocu('data-types', 'date-and-time-types', false, '', true); + $after = '' . $after; + break; + case 'char': + case 'varchar': + case 'tinytext': + case 'text': + case 'mediumtext': + case 'longtext': + case 'binary': + case 'varbinary': + case 'tinyblob': + case 'mediumblob': + case 'blob': + case 'longblob': + case 'enum': + case 'set': + $before .= PMA_showMySQLDocu('data-types', 'string-types', false, '', true); + $after = '' . $after; + break; + } + } + if ($typearr[3] == 'alpha_columnAttrib') { + $after .= ' '; + } + if ($typearr[1] == 'alpha_columnType') { + $before .= ' '; + } + break; + case 'alpha_columnAttrib': + + // ALTER TABLE tbl_name AUTO_INCREMENT = 1 + // COLLATE LATIN1_GENERAL_CI DEFAULT + if ($typearr[1] == 'alpha_identifier' || $typearr[1] == 'alpha_charset') { + $before .= ' '; + } + if (($typearr[3] == 'alpha_columnAttrib') || ($typearr[3] == 'quote_single') || ($typearr[3] == 'digit_integer')) { + $after .= ' '; + } + // workaround for + // AUTO_INCREMENT = 31DEFAULT_CHARSET = utf-8 + + if ($typearr[2] == 'alpha_columnAttrib' && $typearr[3] == 'alpha_reservedWord') { + $before .= ' '; + } + // workaround for + // select * from mysql.user where binary user="root" + // binary is marked as alpha_columnAttrib + // but should be marked as a reserved word + if (strtoupper($arr[$i]['data']) == 'BINARY' + && $typearr[3] == 'alpha_identifier') { + $after .= ' '; + } + break; + case 'alpha_reservedWord': + // do not uppercase the reserved word if we are calling + // this function in query_only mode, because we need + // the original query (otherwise we get problems with + // semi-reserved words like "storage" which is legal + // as an identifier name) + + if ($mode != 'query_only') { + $arr[$i]['data'] = strtoupper($arr[$i]['data']); + } + + if ((($typearr[1] != 'alpha_reservedWord') + || (($typearr[1] == 'alpha_reservedWord') + && PMA_STR_binarySearchInArr(strtoupper($arr[$i - 1]['data']), $keywords_no_newline, $keywords_no_newline_cnt))) + && ($typearr[1] != 'punct_level_plus') + && (!PMA_STR_binarySearchInArr($arr[$i]['data'], $keywords_no_newline, $keywords_no_newline_cnt))) { + // do not put a space before the first token, because + // we use a lot of pattern matching checking for the + // first reserved word at beginning of query + // so do not put a newline before + // + // also we must not be inside a privilege list + if ($i > 0) { + // the alpha_identifier exception is there to + // catch cases like + // GRANT SELECT ON mydb.mytable TO myuser@localhost + // (else, we get mydb.mytableTO) + // + // the quote_single exception is there to + // catch cases like + // GRANT ... TO 'marc'@'domain.com' IDENTIFIED... + /** + * @todo fix all cases and find why this happens + */ + + if (!$in_priv_list || $typearr[1] == 'alpha_identifier' || $typearr[1] == 'quote_single' || $typearr[1] == 'white_newline') { + $before .= $space_alpha_reserved_word; + } + } else { + // on first keyword, check if it introduces a + // privilege list + if (PMA_STR_binarySearchInArr($arr[$i]['data'], $keywords_priv_list, $keywords_priv_list_cnt)) { + $in_priv_list = TRUE; + } + } + } else { + $before .= ' '; + } + + switch ($arr[$i]['data']) { + case 'CREATE': + case 'ALTER': + case 'DROP': + case 'RENAME'; + case 'TRUNCATE': + case 'ANALYZE': + case 'ANALYSE': + case 'OPTIMIZE': + if ($docu) { + switch ($arr[$i + 1]['data']) { + case 'EVENT': + case 'TABLE': + case 'TABLESPACE': + case 'FUNCTION': + case 'INDEX': + case 'PROCEDURE': + case 'TRIGGER': + case 'SERVER': + case 'DATABASE': + case 'VIEW': + $before .= PMA_showMySQLDocu('SQL-Syntax', $arr[$i]['data'] . '_' . $arr[$i + 1]['data'], false, '', true); + $close_docu_link = true; + break; + } + if ($arr[$i + 1]['data'] == 'LOGFILE' && $arr[$i + 2]['data'] == 'GROUP') { + $before .= PMA_showMySQLDocu('SQL-Syntax', $arr[$i]['data'] . '_LOGFILE_GROUP', false, '', true); + $close_docu_link = true; + } + } + if (!$in_priv_list) { + $space_punct_listsep = $html_line_break; + $space_alpha_reserved_word = ' '; + } + break; + case 'EVENT': + case 'TABLESPACE': + case 'TABLE': + case 'FUNCTION': + case 'INDEX': + case 'PROCEDURE': + case 'SERVER': + case 'TRIGGER': + case 'DATABASE': + case 'VIEW': + case 'GROUP': + if ($close_docu_link) { + $after = '' . $after; + $close_docu_link = false; + } + break; + case 'SET': + if ($docu && ($i == 0 || $arr[$i - 1]['data'] != 'CHARACTER')) { + $before .= PMA_showMySQLDocu('SQL-Syntax', $arr[$i]['data'], false, '', true); + $after = '' . $after; + } + if (!$in_priv_list) { + $space_punct_listsep = $html_line_break; + $space_alpha_reserved_word = ' '; + } + break; + case 'EXPLAIN': + case 'DESCRIBE': + case 'DELETE': + case 'SHOW': + case 'UPDATE': + if ($docu) { + $before .= PMA_showMySQLDocu('SQL-Syntax', $arr[$i]['data'], false, '', true); + $after = '' . $after; + } + if (!$in_priv_list) { + $space_punct_listsep = $html_line_break; + $space_alpha_reserved_word = ' '; + } + break; + case 'INSERT': + case 'REPLACE': + if ($docu) { + $before .= PMA_showMySQLDocu('SQL-Syntax', $arr[$i]['data'], false, '', true); + $after = '' . $after; + } + if (!$in_priv_list) { + $space_punct_listsep = $html_line_break; + $space_alpha_reserved_word = $html_line_break; + } + break; + case 'VALUES': + $space_punct_listsep = ' '; + $space_alpha_reserved_word = $html_line_break; + break; + case 'SELECT': + if ($docu) { + $before .= PMA_showMySQLDocu('SQL-Syntax', 'SELECT', false, '', true); + $after = '' . $after; + } + $space_punct_listsep = ' '; + $space_alpha_reserved_word = $html_line_break; + break; + case 'CALL': + case 'DO': + case 'HANDLER': + if ($docu) { + $before .= PMA_showMySQLDocu('SQL-Syntax', $arr[$i]['data'], false, '', true); + $after = '' . $after; + } + break; + default: + break; + } // end switch ($arr[$i]['data']) + + $after .= ' '; + break; + case 'digit_integer': + case 'digit_float': + case 'digit_hex': + /** + * @todo could there be other types preceding a digit? + */ + if ($typearr[1] == 'alpha_reservedWord') { + $after .= ' '; + } + if ($infunction && $typearr[3] == 'punct_bracket_close_round') { + $after .= ' '; + } + if ($typearr[1] == 'alpha_columnAttrib') { + $before .= ' '; + } + break; + case 'alpha_variable': + $after = ' '; + break; + case 'quote_double': + case 'quote_single': + // workaround: for the query + // REVOKE SELECT ON `base2\_db`.* FROM 'user'@'%' + // the @ is incorrectly marked as alpha_variable + // in the parser, and here, the '%' gets a blank before, + // which is a syntax error + if ($typearr[1] != 'punct_user' && $typearr[1] != 'alpha_bitfield_constant_introducer') { + $before .= ' '; + } + if ($infunction && $typearr[3] == 'punct_bracket_close_round') { + $after .= ' '; + } + break; + case 'quote_backtick': + // here we check for punct_user to handle correctly + // DEFINER = `username`@`%` + // where @ is the punct_user and `%` is the quote_backtick + if ($typearr[3] != 'punct_qualifier' && $typearr[3] != 'alpha_variable' && $typearr[3] != 'punct_user') { + $after .= ' '; + } + if ($typearr[1] != 'punct_qualifier' && $typearr[1] != 'alpha_variable' && $typearr[1] != 'punct_user') { + $before .= ' '; + } + break; + default: + break; + } // end switch ($typearr[2]) + +/* + if ($typearr[3] != 'punct_qualifier') { + $after .= ' '; + } + $after .= "\n"; +*/ + $str .= $before; + if ($mode=='color') { + $str .= PMA_SQP_formatHTML_colorize($arr[$i]); + } elseif ($mode == 'text') { + $str .= htmlspecialchars($arr[$i]['data']); + } else { + $str .= $arr[$i]['data']; + } + $str .= $after; + } // end for + // close unclosed indent levels + while ($indent > 0) { + $indent--; + $str .= ($mode != 'query_only' ? '' : ' '); + } + /* End possibly unclosed documentation link */ + if ($close_docu_link) { + $str .= ''; + $close_docu_link = false; + } + if ($mode!='query_only') { + // close inner_sql span + $str .= '
                        '; + } + if ($mode=='color') { + // close syntax span + $str .= '
                        '; + } + + return $str; + } // end of the "PMA_SQP_formatHtml()" function +} + +/** + * Builds a CSS rule used for html formatted SQL queries + * + * @param string The class name + * @param string The property name + * @param string The property value + * + * @return string The CSS rule + * + * @access public + * + * @see PMA_SQP_buildCssData() + */ +function PMA_SQP_buildCssRule($classname, $property, $value) +{ + $str = '.' . $classname . ' {'; + if ($value != '') { + $str .= $property . ': ' . $value . ';'; + } + $str .= '}' . "\n"; + + return $str; +} // end of the "PMA_SQP_buildCssRule()" function + + +/** + * Builds CSS rules used for html formatted SQL queries + * + * @return string The CSS rules set + * + * @access public + * + * @global array The current PMA configuration + * + * @see PMA_SQP_buildCssRule() + */ +function PMA_SQP_buildCssData() +{ + global $cfg; + + $css_string = ''; + foreach ($cfg['SQP']['fmtColor'] AS $key => $col) { + $css_string .= PMA_SQP_buildCssRule('syntax_' . $key, 'color', $col); + } + + for ($i = 0; $i < 8; $i++) { + $css_string .= PMA_SQP_buildCssRule('syntax_indent' . $i, 'margin-left', ($i * $cfg['SQP']['fmtInd']) . $cfg['SQP']['fmtIndUnit']); + } + + return $css_string; +} // end of the "PMA_SQP_buildCssData()" function + +if (! defined('PMA_MINIMUM_COMMON')) { + /** + * Gets SQL queries with no format + * + * @param array The SQL queries list + * + * @return string The SQL queries with no format + * + * @access public + */ + function PMA_SQP_formatNone($arr) + { + $formatted_sql = htmlspecialchars($arr['raw']); + $formatted_sql = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $formatted_sql); + + return $formatted_sql; + } // end of the "PMA_SQP_formatNone()" function + +} // end if: minimal common.lib needed? + +?> diff --git a/htdocs/phpMyAdmin/libraries/sqlvalidator.class.php b/htdocs/phpMyAdmin/libraries/sqlvalidator.class.php new file mode 100644 index 000000000..8d1aac671 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/sqlvalidator.class.php @@ -0,0 +1,439 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * All data is transported over HTTP-SOAP + * And uses either the PEAR SOAP Module or PHP SOAP extension + * + * Install instructions for PEAR SOAP: + * Make sure you have a really recent PHP with PEAR support + * run this: "pear install Mail_Mime Net_DIME SOAP" + * + * @access public + * + * @package phpMyAdmin + */ +if (! defined('PHPMYADMIN')) { + exit; +} + +/** + * Load SOAP client. + */ +if (class_exists('SOAPClient')) { + $GLOBALS['sqlvalidator_error'] = false; + $GLOBALS['sqlvalidator_soap'] = 'PHP'; +} else { + @include_once 'SOAP/Client.php'; + if (class_exists('SOAP_Client')) { + $GLOBALS['sqlvalidator_soap'] = 'PEAR'; + $GLOBALS['sqlvalidator_error'] = false; + } else { + $GLOBALS['sqlvalidator_soap'] = 'NONE'; + $GLOBALS['sqlvalidator_error'] = TRUE; + PMA_warnMissingExtension('soap'); + } +} + +if (!$GLOBALS['sqlvalidator_error']) { + // Ok, we have SOAP Support, so let's use it! + +/** + * @package phpMyAdmin + */ + class PMA_SQLValidator { + + var $url; + var $service_name; + var $wsdl; + var $output_type; + + var $username; + var $password; + var $calling_program; + var $calling_program_version; + var $target_dbms; + var $target_dbms_version; + var $connectionTechnology; + var $connection_technology_version; + var $interactive; + + var $service_link = null; + var $session_data = null; + + + /** + * Private functions - You don't need to mess with these + */ + + /** + * Service opening + * + * @param string URL of Mimer SQL Validator WSDL file + * + * @return object Object to use + * + * @access private + */ + function _openService($url) + { + if ($GLOBALS['sqlvalidator_soap'] == 'PHP') { + $obj = new SOAPClient($url); + } else { + $obj = new SOAP_Client($url, TRUE); + } + return $obj; + } // end of the "openService()" function + + + /** + * Service initializer to connect to server + * + * @param object Service object + * @param string Username + * @param string Password + * @param string Name of calling program + * @param string Version of calling program + * @param string Target DBMS + * @param string Version of target DBMS + * @param string Connection Technology + * @param string version of Connection Technology + * @param integer boolean of 1/0 to specify if we are an interactive system + * + * @return object stdClass return object with data + * + * @access private + */ + function _openSession($obj, $username, $password, + $calling_program, $calling_program_version, + $target_dbms, $target_dbms_version, + $connection_technology, $connection_technology_version, + $interactive) + { + $use_array = array( + "a_userName" => $username, + "a_password" => $password, + "a_callingProgram" => $calling_program, + "a_callingProgramVersion" => $calling_program_version, + "a_targetDbms" => $target_dbms, + "a_targetDbmsVersion" => $target_dbms_version, + "a_connectionTechnology" => $connection_technology, + "a_connectionTechnologyVersion" => $connection_technology_version, + "a_interactive" => $interactive, + ); + + if ($GLOBALS['sqlvalidator_soap'] == 'PHP') { + $ret = $obj->__soapCall("openSession", $use_array); + } else { + $ret = $obj->call("openSession", $use_array); + } + + return $ret; + } // end of the "_openSession()" function + + + /** + * Validator sytem call + * + * @param object Service object + * @param object Session object + * @param string SQL Query to validate + * @param string Data return type + * + * @return object stClass return with data + * + * @access private + */ + function _validateSQL($obj, $session, $sql, $method) + { + $use_array = array( + "a_sessionId" => $session->sessionId, + "a_sessionKey" => $session->sessionKey, + "a_SQL" => $sql, + "a_resultType" => $this->output_type, + ); + + if ($GLOBALS['sqlvalidator_soap'] == 'PHP') { + $res = $obj->__soapCall("validateSQL", $use_array); + } else { + $res = $obj->call("validateSQL", $use_array); + } + + return $res; + } // end of the "validateSQL()" function + + + /** + * Validator sytem call + * + * @param string SQL Query to validate + * + * @return object stdClass return with data + * + * @access private + * + * @see validateSQL() + */ + function _validate($sql) + { + $ret = $this->_validateSQL($this->service_link, $this->session_data, + $sql, $this->output_type); + return $ret; + } // end of the "validate()" function + + + /** + * Public functions + */ + + /** + * Constructor + * + * @access public + */ + function __construct() + { + $this->url = 'http://sqlvalidator.mimer.com/v1/services'; + $this->service_name = 'SQL99Validator'; + $this->wsdl = '?wsdl'; + + $this->output_type = 'html'; + + $this->username = 'anonymous'; + $this->password = ''; + $this->calling_program = 'PHP_SQLValidator'; + $this->calling_program_version = PMA_VERSION; + $this->target_dbms = 'N/A'; + $this->target_dbms_version = 'N/A'; + $this->connection_technology = 'PHP'; + $this->connection_technology_version = phpversion(); + $this->interactive = 1; + + $this->service_link = null; + $this->session_data = null; + } // end of the "PMA_SQLValidator()" function + + + /** + * Sets credentials + * + * @param string the username + * @param string the password + * + * @access public + */ + function setCredentials($username, $password) + { + $this->username = $username; + $this->password = $password; + } // end of the "setCredentials()" function + + + /** + * Sets the calling program + * + * @param string the calling program name + * @param string the calling program revision + * + * @access public + */ + function setCallingProgram($calling_program, $calling_program_version) + { + $this->calling_program = $calling_program; + $this->calling_program_version = $calling_program_version; + } // end of the "setCallingProgram()" function + + + /** + * Appends the calling program + * + * @param string the calling program name + * @param string the calling program revision + * + * @access public + */ + function appendCallingProgram($calling_program, $calling_program_version) + { + $this->calling_program .= ' - ' . $calling_program; + $this->calling_program_version .= ' - ' . $calling_program_version; + } // end of the "appendCallingProgram()" function + + + /** + * Sets the target DBMS + * + * @param string the target DBMS name + * @param string the target DBMS revision + * + * @access public + */ + function setTargetDbms($target_dbms, $target_dbms_version) + { + $this->target_dbms = $target_dbms; + $this->target_dbms_version = $target_dbms_version; + } // end of the "setTargetDbms()" function + + + /** + * Appends the target DBMS + * + * @param string the target DBMS name + * @param string the target DBMS revision + * + * @access public + */ + function appendTargetDbms($target_dbms, $target_dbms_version) + { + $this->target_dbms .= ' - ' . $target_dbms; + $this->target_dbms_version .= ' - ' . $target_dbms_version; + } // end of the "appendTargetDbms()" function + + + /** + * Sets the connection technology used + * + * @param string the connection technology name + * @param string the connection technology revision + * + * @access public + */ + function setConnectionTechnology($connection_technology, $connection_technology_version) + { + $this->connection_technology = $connection_technology; + $this->connection_technology_version = $connection_technology_version; + } // end of the "setConnectionTechnology()" function + + + /** + * Appends the connection technology used + * + * @param string the connection technology name + * @param string the connection technology revision + * + * @access public + */ + function appendConnectionTechnology($connection_technology, $connection_technology_version) + { + $this->connection_technology .= ' - ' . $connection_technology; + $this->connection_technology_version .= ' - ' . $connection_technology_version; + } // end of the "appendConnectionTechnology()" function + + + /** + * Sets whether interactive mode should be used or not + * + * @param integer whether interactive mode should be used or not + * + * @access public + */ + function setInteractive($interactive) + { + $this->interactive = $interactive; + } // end of the "setInteractive()" function + + + /** + * Sets the output type to use + * + * @param string the output type to use + * + * @access public + */ + function setOutputType($output_type) + { + $this->output_type = $output_type; + } // end of the "setOutputType()" function + + + /** + * Starts service + * + * @access public + */ + function startService() + { + + $this->service_link = $this->_openService($this->url . '/' . $this->service_name . $this->wsdl); + + } // end of the "startService()" function + + + /** + * Starts session + * + * @access public + */ + function startSession() + { + $this->session_data = $this->_openSession($this->service_link, $this->username, $this->password, + $this->calling_program, $this->calling_program_version, + $this->target_dbms, $this->target_dbms_version, + $this->connection_technology, $this->connection_technology_version, + $this->interactive); + + if (isset($this->session_data) && ($this->session_data != null) + && ($this->session_data->target != $this->url)) { + // Reopens the service on the new URL that was provided + $url = $this->session_data->target; + $this->startService(); + } + } // end of the "startSession()" function + + + /** + * Do start service and session + * + * @access public + */ + function start() + { + $this->startService(); + $this->startSession(); + } // end of the "start()" function + + + /** + * Call to determine just if a query is valid or not. + * + * @param string SQL statement to validate + * + * @return string Validator string from Mimer + * + * @see _validate + */ + function isValid($sql) + { + $res = $this->_validate($sql); + return $res->standard; + } // end of the "isValid()" function + + + /** + * Call for complete validator response + * + * @param string SQL statement to validate + * + * @return string Validator string from Mimer + * + * @see _validate + */ + function validationString($sql) + { + $res = $this->_validate($sql); + return $res->data; + + } // end of the "validationString()" function + } // end class PMA_SQLValidator + + //add an extra check to ensure that the class was defined without errors + if (!class_exists('PMA_SQLValidator')) { + $GLOBALS['sqlvalidator_error'] = TRUE; + } + +} // end else + +?> diff --git a/htdocs/phpMyAdmin/libraries/sqlvalidator.lib.php b/htdocs/phpMyAdmin/libraries/sqlvalidator.lib.php new file mode 100644 index 000000000..aaa79c076 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/sqlvalidator.lib.php @@ -0,0 +1,98 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * This function uses the Mimer SQL Validator service + * from phpMyAdmin + * + * Copyright for Server side validator systems: + * "All SQL statements are stored anonymously for statistical purposes. + * Mimer SQL Validator, Copyright 2002 Upright Database Technology. + * All rights reserved." + * + * All data is transported over HTTP-SOAP + * And uses the PEAR SOAP Module + * + * Install instructions for PEAR SOAP + * Make sure you have a really recent PHP with PEAR support + * run this: "pear install Mail_Mime Net_DIME SOAP" + * + * Enable the SQL Validator options in the configuration file + * $cfg['SQLQuery']['Validate'] = true; + * $cfg['SQLValidator']['use'] = true; + * + * Also set a username and password if you have a private one + * + * @package phpMyAdmin + */ +if (! defined('PHPMYADMIN')) { + exit; +} + +/** + * We need the PEAR libraries, so do a minimum version check first + * I'm not sure if PEAR was available before this point + * For now we actually use a configuration flag + */ +if ($cfg['SQLValidator']['use'] == TRUE) { + require_once './libraries/sqlvalidator.class.php'; +} // if ($cfg['SQLValidator']['use'] == TRUE) + + +/** + * This function utilizes the Mimer SQL Validator service + * to validate an SQL query + * + * + * + * @param string SQL query to validate + * + * @return string Validator result string + * + * @global array The PMA configuration array + */ +function PMA_validateSQL($sql) +{ + global $cfg; + + $str = ''; + + if ($cfg['SQLValidator']['use']) { + if (isset($GLOBALS['sqlvalidator_error']) + && $GLOBALS['sqlvalidator_error']) { + $str = sprintf(__('The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.'), '', ''); + } else { + // create new class instance + $srv = new PMA_SQLValidator(); + + // Checks for username settings + // The class defaults to anonymous with an empty password + // automatically + if ($cfg['SQLValidator']['username'] != '') { + $srv->setCredentials($cfg['SQLValidator']['username'], $cfg['SQLValidator']['password']); + } + + // Identify ourselves to the server properly... + $srv->appendCallingProgram('phpMyAdmin', PMA_VERSION); + + // ... and specify what database system we are using + $srv->setTargetDbms('MySQL', PMA_MYSQL_STR_VERSION); + + // Log on to service + $srv->start(); + + // Do service validation + $str = $srv->validationString($sql); + } + + } // end if + + // Gives string back to caller + return $str; +} // end of the "PMA_validateSQL()" function + +?> diff --git a/htdocs/phpMyAdmin/libraries/string.lib.php b/htdocs/phpMyAdmin/libraries/string.lib.php new file mode 100644 index 000000000..e17a935b9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/string.lib.php @@ -0,0 +1,160 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * Defines a set of function callbacks that have a pure C version available if + * the "ctype" extension is available, but otherwise have PHP versions to use + * (that are slower). + * + * The SQL Parser code relies heavily on these functions. + * + * @uses extension_loaded() + * @uses substr() + * @uses function_exists() + * @uses mb_internal_encoding() + * @uses defined() + * @todo a .lib filename should not have code in main(), split or rename file + * @package phpMyAdmin + */ +if (! defined('PHPMYADMIN')) { + exit; +} + +$GLOBALS['PMA_allow_mbstr'] = @function_exists('mb_strlen'); +$GLOBALS['PMA_allow_ctype'] = @extension_loaded('ctype'); + +if ($GLOBALS['PMA_allow_mbstr']) { + mb_internal_encoding($GLOBALS['charset']); +} + +/** + * Load proper code for handling input. + */ +if (defined('PMA_MULTIBYTE_ENCODING') || $GLOBALS['PMA_allow_mbstr']) { + $GLOBALS['PMA_strpos'] = 'mb_strpos'; + $GLOBALS['PMA_substr'] = 'mb_substr'; + require './libraries/string_mb.lib.php'; +} else { + $GLOBALS['PMA_strpos'] = 'strpos'; + $GLOBALS['PMA_substr'] = 'substr'; + require './libraries/string_native.lib.php'; +} + +/** + * Load ctype handler. + */ +if ($GLOBALS['PMA_allow_ctype']) { + $GLOBALS['PMA_STR_isAlnum'] = 'ctype_alnum'; + $GLOBALS['PMA_STR_isDigit'] = 'ctype_digit'; + $GLOBALS['PMA_STR_isSpace'] = 'ctype_space'; + require './libraries/string_type_ctype.lib.php'; +} else { + $GLOBALS['PMA_STR_isAlnum'] = 'PMA_STR_isAlnum'; + $GLOBALS['PMA_STR_isDigit'] = 'PMA_STR_isDigit'; + $GLOBALS['PMA_STR_isSpace'] = 'PMA_STR_isSpace'; + require './libraries/string_type_native.lib.php'; +} + +/** + * Checks if a given character position in the string is escaped or not + * + * @uses PMA_strlen() + * @uses PMA_substr() + * @uses max() + * @uses intval() + * @param string string to check for + * @param integer the character to check for + * @param integer starting position in the string + * @return boolean whether the character is escaped or not + */ +function PMA_STR_charIsEscaped($string, $pos, $start = 0) +{ + $pos = max(intval($pos), 0); + $start = max(intval($start), 0); + $len = PMA_strlen($string); + // Base case: + // Check for string length or invalid input or special case of input + // (pos == $start) + if ($pos <= $start || $len <= max($pos, $start)) { + return false; + } + + $pos--; + $escaped = false; + while ($pos >= $start && PMA_substr($string, $pos, 1) == '\\') { + $escaped = !$escaped; + $pos--; + } // end while + + return $escaped; +} // end of the "PMA_STR_charIsEscaped()" function + + +/** + * Checks if a number is in a range + * + * @param integer number to check for + * @param integer lower bound + * @param integer upper bound + * @return boolean whether the number is in the range or not + */ +function PMA_STR_numberInRangeInclusive($num, $lower, $upper) +{ + return ($num >= $lower && $num <= $upper); +} // end of the "PMA_STR_numberInRangeInclusive()" function + +/** + * Checks if a character is an SQL identifier + * + * @uses PMA_STR_isAlnum() + * @param string character to check for + * @param boolean whether the dot character is valid or not + * @return boolean whether the character is an SQL identifier or not + */ +function PMA_STR_isSqlIdentifier($c, $dot_is_valid = false) +{ + return ($GLOBALS['PMA_STR_isAlnum']($c) + || ($ord_c = ord($c)) && $ord_c >= 192 && $ord_c != 215 && $ord_c != 249 + || $c == '_' + || $c == '$' + || ($dot_is_valid != false && $c == '.')); +} // end of the "PMA_STR_isSqlIdentifier()" function + + +/** + * Binary search of a value in a sorted array + * + * $arr MUST be sorted, due to binary search + * + * @param string string to search for + * @param array sorted array to search into + * @param integer size of sorted array to search into + * + * @return boolean whether the string has been found or not + */ +function PMA_STR_binarySearchInArr($str, $arr, $arrsize) +{ + $top = $arrsize - 1; + $bottom = 0; + $found = false; + + while ($top >= $bottom && $found == false) { + $mid = intval(($top + $bottom) / 2); + $res = strcmp($str, $arr[$mid]); + if ($res == 0) { + $found = true; + } elseif ($res < 0) { + $top = $mid - 1; + } else { + $bottom = $mid + 1; + } + } // end while + + return $found; +} // end of the "PMA_STR_binarySearchInArr()" function + +?> diff --git a/htdocs/phpMyAdmin/libraries/string_mb.lib.php b/htdocs/phpMyAdmin/libraries/string_mb.lib.php new file mode 100644 index 000000000..69b5a0d3c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/string_mb.lib.php @@ -0,0 +1,74 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * Defines a set of function callbacks that have a pure C version available if + * the "ctype" extension is available, but otherwise have PHP versions to use + * (that are slower). + * + * The SQL Parser code relies heavily on these functions. + * + * @package phpMyAdmin-String-MB + */ + +/** + * Returns length of string depending on current charset. + * + * @uses mb_strlen() + * @param string string to count + * @return int string length + * @access public + * @todo rename to PM_STR_len() + */ +function PMA_strlen($string) +{ + return mb_strlen($string); +} + +/** + * Returns substring from string, works depending on current charset. + * + * @uses mb_substr() + * @param string string to count + * @param int start of substring + * @param int length of substring + * @return int substring + * @access public + * @todo rename to PM_STR_sub() + */ +function PMA_substr($string, $start, $length = 2147483647) +{ + return mb_substr($string, $start, $length); +} + +/** + * returns postion of $needle in $haystack or false if not found + * + * @uses mb_strpos() + * @param string $needle + * @param string $haystack + * @return integer position of $needle in $haystack or false + */ +function PMA_STR_pos($haystack, $needle, $offset = 0) +{ + return mb_strpos($haystack, $needle, $offset); +} + +/** + * returns right most postion of $needle in $haystack or false if not found + * + * @uses mb_strrpos() + * @param string $needle + * @param string $haystack + * @return integer position of $needle in $haystack or false + */ +function PMA_STR_rPos($haystack, $needle, $offset = 0) +{ + return mb_strrpos($haystack, $needle, $offset); +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/string_native.lib.php b/htdocs/phpMyAdmin/libraries/string_native.lib.php new file mode 100644 index 000000000..e70bf0b01 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/string_native.lib.php @@ -0,0 +1,74 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * Defines a set of function callbacks that have a pure C version available if + * the "ctype" extension is available, but otherwise have PHP versions to use + * (that are slower). + * + * The SQL Parser code relies heavily on these functions. + * + * @package phpMyAdmin-String-Native + */ + +/** + * Returns length of string depending on current charset. + * + * @uses strlen() + * @param string string to count + * @return int string length + * @access public + * @todo rename to PM_STR_len() + */ +function PMA_strlen($string) +{ + return strlen($string); +} + +/** + * Returns substring from string, works depending on current charset. + * + * @uses substr() + * @param string string to count + * @param int start of substring + * @param int length of substring + * @return int substring + * @access public + * @todo rename to PM_STR_sub() + */ +function PMA_substr($string, $start, $length = 2147483647) +{ + return substr($string, $start, $length); +} + +/** + * returns postion of $needle in $haystack or false if not found + * + * @uses strpos() + * @param string $needle + * @param string $haystack + * @return integer position of $needle in $haystack or false + */ +function PMA_STR_pos($haystack, $needle, $offset = 0) +{ + return strpos($haystack, $needle, $offset); +} + +/** + * returns right most postion of $needle in $haystack or false if not found + * + * @uses strrpos() + * @param string $needle + * @param string $haystack + * @return integer position of $needle in $haystack or false + */ +function PMA_STR_rPos($haystack, $needle, $offset = 0) +{ + return strrpos($haystack, $needle, $offset); +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/string_type_ctype.lib.php b/htdocs/phpMyAdmin/libraries/string_type_ctype.lib.php new file mode 100644 index 000000000..b211dd59c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/string_type_ctype.lib.php @@ -0,0 +1,103 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * Defines a set of function callbacks that have a pure C version available if + * the "ctype" extension is available, but otherwise have PHP versions to use + * (that are slower). + * + * The SQL Parser code relies heavily on these functions. + * + * @package phpMyAdmin-StringType-CType + */ + +/** + * Checks if a character is an alphanumeric one + * + * @uses ctype_alnum() + * @param string character to check for + * @return boolean whether the character is an alphanumeric one or not + */ +function PMA_STR_isAlnum($c) +{ + return ctype_alnum($c); +} // end of the "PMA_STR_isAlnum()" function + +/** + * Checks if a character is an alphabetic one + * + * @uses ctype_alpha() + * @param string character to check for + * @return boolean whether the character is an alphabetic one or not + */ +function PMA_STR_isAlpha($c) +{ + return ctype_alpha($c); +} // end of the "PMA_STR_isAlpha()" function + +/** + * Checks if a character is a digit + * + * @uses ctype_digit() + * @param string character to check for + * @return boolean whether the character is a digit or not + */ +function PMA_STR_isDigit($c) +{ + return ctype_digit($c); +} // end of the "PMA_STR_isDigit()" function + +/** + * Checks if a character is an upper alphabetic one + * + * @uses ctype_upper() + * @param string character to check for + * @return boolean whether the character is an upper alphabetic one or not + */ +function PMA_STR_isUpper($c) +{ + return ctype_upper($c); +} // end of the "PMA_STR_isUpper()" function + + +/** + * Checks if a character is a lower alphabetic one + * + * @uses ctype_lower() + * @param string character to check for + * @return boolean whether the character is a lower alphabetic one or not + */ +function PMA_STR_isLower($c) +{ + return ctype_lower($c); +} // end of the "PMA_STR_isLower()" function + +/** + * Checks if a character is a space one + * + * @uses ctype_space() + * @param string character to check for + * @return boolean whether the character is a space one or not + */ +function PMA_STR_isSpace($c) +{ + return ctype_space($c); +} // end of the "PMA_STR_isSpace()" function + +/** + * Checks if a character is an hexadecimal digit + * + * @uses ctype_xdigit() + * @param string character to check for + * @return boolean whether the character is an hexadecimal digit or not + */ +function PMA_STR_isHexDigit($c) +{ + return ctype_xdigit($c); +} // end of the "PMA_STR_isHexDigit()" function + +?> diff --git a/htdocs/phpMyAdmin/libraries/string_type_native.lib.php b/htdocs/phpMyAdmin/libraries/string_type_native.lib.php new file mode 100644 index 000000000..a2c7f0e20 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/string_type_native.lib.php @@ -0,0 +1,140 @@ + + * http://www.orbis-terrarum.net/?l=people.robbat2 + * + * Defines a set of function callbacks that have a pure C version available if + * the "ctype" extension is available, but otherwise have PHP versions to use + * (that are slower). + * + * The SQL Parser code relies heavily on these functions. + * + * @package phpMyAdmin-StringType-Native + */ + +/** + * Checks if a character is an alphanumeric one + * + * @uses PMA_STR_isUpper() + * @uses PMA_STR_isLower() + * @uses PMA_STR_isDigit() + * @param string character to check for + * @return boolean whether the character is an alphanumeric one or not + */ +function PMA_STR_isAlnum($c) +{ + return (PMA_STR_isUpper($c) || PMA_STR_isLower($c) || PMA_STR_isDigit($c)); +} // end of the "PMA_STR_isAlnum()" function + +/** + * Checks if a character is an alphabetic one + * + * @uses PMA_STR_isUpper() + * @uses PMA_STR_isLower() + * @param string character to check for + * @return boolean whether the character is an alphabetic one or not + */ +function PMA_STR_isAlpha($c) +{ + return (PMA_STR_isUpper($c) || PMA_STR_isLower($c)); +} // end of the "PMA_STR_isAlpha()" function + +/** + * Checks if a character is a digit + * + * @uses PMA_STR_numberInRangeInclusive() + * @uses ord() + * @param string character to check for + * @return boolean whether the character is a digit or not + */ +function PMA_STR_isDigit($c) +{ + $ord_zero = 48; //ord('0'); + $ord_nine = 57; //ord('9'); + $ord_c = ord($c); + + return PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine); +} // end of the "PMA_STR_isDigit()" function + +/** + * Checks if a character is an upper alphabetic one + * + * @uses PMA_STR_numberInRangeInclusive() + * @uses ord() + * @param string character to check for + * @return boolean whether the character is an upper alphabetic one or not + */ +function PMA_STR_isUpper($c) +{ + $ord_zero = 65; //ord('A'); + $ord_nine = 90; //ord('Z'); + $ord_c = ord($c); + + return PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine); +} // end of the "PMA_STR_isUpper()" function + +/** + * Checks if a character is a lower alphabetic one + * + * @uses PMA_STR_numberInRangeInclusive() + * @uses ord() + * @param string character to check for + * @return boolean whether the character is a lower alphabetic one or not + */ +function PMA_STR_isLower($c) +{ + $ord_zero = 97; //ord('a'); + $ord_nine = 122; //ord('z'); + $ord_c = ord($c); + + return PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine); +} // end of the "PMA_STR_isLower()" function + +/** + * Checks if a character is a space one + * + * @uses PMA_STR_numberInRangeInclusive() + * @uses ord() + * @param string character to check for + * @return boolean whether the character is a space one or not + */ +function PMA_STR_isSpace($c) +{ + $ord_space = 32; //ord(' ') + $ord_tab = 9; //ord('\t') + $ord_CR = 13; //ord('\n') + $ord_NOBR = 160; //ord('U+00A0); + $ord_c = ord($c); + + return ($ord_c == $ord_space + || $ord_c == $ord_NOBR + || PMA_STR_numberInRangeInclusive($ord_c, $ord_tab, $ord_CR)); +} // end of the "PMA_STR_isSpace()" function + +/** + * Checks if a character is an hexadecimal digit + * + * @uses PMA_STR_numberInRangeInclusive() + * @uses ord() + * @param string character to check for + * @return boolean whether the character is an hexadecimal digit or not + */ +function PMA_STR_isHexDigit($c) +{ + $ord_Aupper = 65; //ord('A'); + $ord_Fupper = 70; //ord('F'); + $ord_Alower = 97; //ord('a'); + $ord_Flower = 102; //ord('f'); + $ord_zero = 48; //ord('0'); + $ord_nine = 57; //ord('9'); + $ord_c = ord($c); + + return (PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine) + || PMA_STR_numberInRangeInclusive($ord_c, $ord_Aupper, $ord_Fupper) + || PMA_STR_numberInRangeInclusive($ord_c, $ord_Alower, $ord_Flower)); +} // end of the "PMA_STR_isHexDigit()" function + +?> diff --git a/htdocs/phpMyAdmin/libraries/tbl_common.php b/htdocs/phpMyAdmin/libraries/tbl_common.php new file mode 100644 index 000000000..41d81523b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tbl_common.php @@ -0,0 +1,47 @@ + $db,)); +$err_url = $cfg['DefaultTabTable'] . PMA_generate_common_url($url_params); + + +/** + * Ensures the database and the table exist (else move to the "parent" script) + */ +require_once './libraries/db_table_exists.lib.php'; + +?> diff --git a/htdocs/phpMyAdmin/libraries/tbl_info.inc.php b/htdocs/phpMyAdmin/libraries/tbl_info.inc.php new file mode 100644 index 000000000..00c990413 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tbl_info.inc.php @@ -0,0 +1,108 @@ + diff --git a/htdocs/phpMyAdmin/libraries/tbl_links.inc.php b/htdocs/phpMyAdmin/libraries/tbl_links.inc.php new file mode 100644 index 000000000..e31dd5305 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tbl_links.inc.php @@ -0,0 +1,127 @@ + $db,)); +$err_url = $cfg['DefaultTabTable'] . PMA_generate_common_url($url_params); + +/** + * Displays headers + */ +require_once './libraries/header.inc.php'; + +/** + * Displays links + */ +$tabs = array(); + +$tabs['browse']['icon'] = 'b_browse.png'; +$tabs['browse']['text'] = __('Browse'); +$tabs['browse']['link'] = 'sql.php'; +$tabs['browse']['args']['pos'] = 0; + +$tabs['structure']['icon'] = 'b_props.png'; +$tabs['structure']['link'] = 'tbl_structure.php'; +$tabs['structure']['text'] = __('Structure'); + +$tabs['sql']['icon'] = 'b_sql.png'; +$tabs['sql']['link'] = 'tbl_sql.php'; +$tabs['sql']['text'] = __('SQL'); + +$tabs['search']['icon'] = 'b_search.png'; +$tabs['search']['text'] = __('Search'); +$tabs['search']['link'] = 'tbl_select.php'; + +if (! (isset($db_is_information_schema) && $db_is_information_schema)) { + $tabs['insert']['icon'] = 'b_insrow.png'; + $tabs['insert']['link'] = 'tbl_change.php'; + $tabs['insert']['text'] = __('Insert'); +} + +$tabs['export']['icon'] = 'b_tblexport.png'; +$tabs['export']['link'] = 'tbl_export.php'; +$tabs['export']['args']['single_table'] = 'true'; +$tabs['export']['text'] = __('Export'); + +/** + * Don't display "Import" and "Operations" + * for views and information_schema + */ +if (! $tbl_is_view && ! (isset($db_is_information_schema) && $db_is_information_schema)) { + $tabs['import']['icon'] = 'b_tblimport.png'; + $tabs['import']['link'] = 'tbl_import.php'; + $tabs['import']['text'] = __('Import'); + + $tabs['operation']['icon'] = 'b_tblops.png'; + $tabs['operation']['link'] = 'tbl_operations.php'; + $tabs['operation']['text'] = __('Operations'); +} +if(PMA_Tracker::isActive()) { + $tabs['tracking']['icon'] = 'eye.png'; + $tabs['tracking']['text'] = __('Tracking'); + $tabs['tracking']['link'] = 'tbl_tracking.php'; +} +if (! $tbl_is_view && ! (isset($db_is_information_schema) && $db_is_information_schema)) { +} + +/** + * Views support a limited number of operations + */ +if ($tbl_is_view && ! (isset($db_is_information_schema) && $db_is_information_schema)) { + $tabs['operation']['icon'] = 'b_tblops.png'; + $tabs['operation']['link'] = 'view_operations.php'; + $tabs['operation']['text'] = __('Operations'); +} + +if ($table_info_num_rows == 0 && !$tbl_is_view) { + $tabs['browse']['warning'] = __('Table seems to be empty!'); + $tabs['search']['warning'] = __('Table seems to be empty!'); +} + +echo PMA_generate_html_tabs($tabs, $url_params); +unset($tabs); + +if(PMA_Tracker::isActive() and PMA_Tracker::isTracked($GLOBALS["db"], $GLOBALS["table"])) +{ + $msg = PMA_Message::notice(''.sprintf(__('Tracking of %s.%s is activated.'), htmlspecialchars($GLOBALS["db"]), htmlspecialchars($GLOBALS["table"])).''); + $msg->display(); +} + +/** + * Displays a message + */ +if (!empty($message)) { + PMA_showMessage($message); + unset($message); +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/tbl_properties.inc.php b/htdocs/phpMyAdmin/libraries/tbl_properties.inc.php new file mode 100644 index 000000000..54e9d1d9d --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tbl_properties.inc.php @@ -0,0 +1,800 @@ + $db, +); + +if ($action == 'tbl_create.php') { + $_form_params['reload'] = 1; +} elseif ($action == 'tbl_addfield.php') { + $_form_params['field_where'] = $_REQUEST['field_where']; + $_form_params['after_field'] = $_REQUEST['after_field']; + $_form_params['table'] = $table; +} else { + $_form_params['table'] = $table; +} + +if (isset($num_fields)) { + $_form_params['orig_num_fields'] = $num_fields; +} + +if (isset($_REQUEST['field_where'])) { + $_form_params['orig_field_where'] = $_REQUEST['field_where']; +} + +if (isset($_REQUEST['after_field'])) { + $_form_params['orig_after_field'] = $_REQUEST['after_field']; +} + +if (isset($selected) && is_array($selected)) { + foreach ($selected as $o_fld_nr => $o_fld_val) { + $_form_params['selected[' . $o_fld_nr . ']'] = $o_fld_val; + if (! isset($true_selected)) { + $_form_params['true_selected[' . $o_fld_nr . ']'] = $o_fld_val; + } + } + + if (isset($true_selected) && is_array($true_selected)) { + foreach ($true_selected as $o_fld_nr => $o_fld_val) { + $_form_params['true_selected[' . $o_fld_nr . ']'] = $o_fld_val; + } + } +} elseif (isset($_REQUEST['field'])) { + $_form_params['orig_field'] = $_REQUEST['field']; + if (isset($orig_field)) { + $_form_params['true_selected[]'] = $orig_field; + } else { + $_form_params['true_selected[]'] = $_REQUEST['field']; + } +} + +$is_backup = ($action != 'tbl_create.php' && $action != 'tbl_addfield.php'); + +$header_cells = array(); +$content_cells = array(); + +$header_cells[] = __('Column'); +$header_cells[] = __('Type') + . ($GLOBALS['cfg']['ReplaceHelpImg'] + ? PMA_showMySQLDocu('SQL-Syntax', 'data-types') + : '
                        ' . PMA_showMySQLDocu('SQL-Syntax', 'data-types') + . ''); +$header_cells[] = __('Length/Values') . PMA_showHint(__('If column type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
                        If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').')); +$header_cells[] = __('Default') . PMA_showHint(__('For default values, please enter just a single value, without backslash escaping or quotes, using this format: a')); +$header_cells[] = __('Collation'); +$header_cells[] = __('Attributes'); +$header_cells[] = __('Null'); + +// We could remove this 'if' and let the key information be shown and +// editable. However, for this to work, tbl_alter must be modified to use the +// key fields, as tbl_addfield does. + +if (!$is_backup) { + $header_cells[] = __('Index'); +} + +$header_cells[] = '' . ($display_type == 'horizontal' ? 'A_I' : 'AUTO_INCREMENT') . ''; + +require_once './libraries/transformations.lib.php'; +$cfgRelation = PMA_getRelationsParam(); + +$comments_map = array(); +$mime_map = array(); +$available_mime = array(); + +$comments_map = PMA_getComments($db, $table); +$header_cells[] = __('Comments'); + +if ($cfgRelation['mimework'] && $cfg['BrowseMIME']) { + $mime_map = PMA_getMIME($db, $table); + $available_mime = PMA_getAvailableMIMEtypes(); + + $hint = '
                        ' . + sprintf(__('For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'), + '', + ''); + + + $header_cells[] = __('MIME type'); + $header_cells[] = __('Browser transformation'); + $header_cells[] = __('Transformation options') + . PMA_showHint(__('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...
                        If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').') . $hint); +} + +// workaround for field_fulltext, because its submitted indizes contain +// the index as a value, not a key. Inserted here for easier maintaineance +// and less code to change in existing files. +if (isset($field_fulltext) && is_array($field_fulltext)) { + foreach ($field_fulltext as $fulltext_nr => $fulltext_indexkey) { + $submit_fulltext[$fulltext_indexkey] = $fulltext_indexkey; + } +} + +for ($i = 0; $i < $num_fields; $i++) { + if (! empty($regenerate)) { + // An error happened with previous inputs, so we will restore the data + // to embed it once again in this form. + + $row['Field'] = (isset($_REQUEST['field_name'][$i]) ? $_REQUEST['field_name'][$i] : false); + $row['Type'] = (isset($_REQUEST['field_type'][$i]) ? $_REQUEST['field_type'][$i] : false); + $row['Collation'] = (isset($_REQUEST['field_collation'][$i]) ? $_REQUEST['field_collation'][$i] : ''); + $row['Null'] = (isset($_REQUEST['field_null'][$i]) ? $_REQUEST['field_null'][$i] : ''); + + if (isset($_REQUEST['field_key'][$i]) && $_REQUEST['field_key'][$i] == 'primary_' . $i) { + $row['Key'] = 'PRI'; + } elseif (isset($_REQUEST['field_key'][$i]) && $_REQUEST['field_key'][$i] == 'index_' . $i) { + $row['Key'] = 'MUL'; + } elseif (isset($_REQUEST['field_key'][$i]) && $_REQUEST['field_key'][$i] == 'unique_' . $i) { + $row['Key'] = 'UNI'; + } elseif (isset($_REQUEST['field_key'][$i]) && $_REQUEST['field_key'][$i] == 'fulltext_' . $i) { + $row['Key'] = 'FULLTEXT'; + } else { + $row['Key'] = ''; + } + + // put None in the drop-down for Default, when someone adds a field + $row['DefaultType'] = (isset($_REQUEST['field_default_type'][$i]) ? $_REQUEST['field_default_type'][$i] : 'NONE'); + $row['DefaultValue'] = (isset($_REQUEST['field_default_value'][$i]) ? $_REQUEST['field_default_value'][$i] : ''); + + switch ($row['DefaultType']) { + case 'NONE' : + $row['Default'] = null; + break; + case 'USER_DEFINED' : + $row['Default'] = $row['DefaultValue']; + break; + case 'NULL' : + case 'CURRENT_TIMESTAMP' : + $row['Default'] = $row['DefaultType']; + break; + } + + $row['Extra'] = (isset($_REQUEST['field_extra'][$i]) ? $_REQUEST['field_extra'][$i] : false); + $row['Comment'] = (isset($submit_fulltext[$i]) && ($submit_fulltext[$i] == $i) ? 'FULLTEXT' : false); + + $submit_length = (isset($_REQUEST['field_length'][$i]) ? $_REQUEST['field_length'][$i] : false); + $submit_attribute = (isset($_REQUEST['field_attribute'][$i]) ? $_REQUEST['field_attribute'][$i] : false); + + $submit_default_current_timestamp = (isset($_REQUEST['field_default_current_timestamp'][$i]) ? true : false); + + if (isset($_REQUEST['field_comments'][$i])) { + $comments_map[$row['Field']] = $_REQUEST['field_comments'][$i]; + } + + if (isset($_REQUEST['field_mimetype'][$i])) { + $mime_map[$row['Field']]['mimetype'] = $_REQUEST['field_mimetype'][$i]; + } + + if (isset($_REQUEST['field_transformation'][$i])) { + $mime_map[$row['Field']]['transformation'] = $_REQUEST['field_transformation'][$i]; + } + + if (isset($_REQUEST['field_transformation_options'][$i])) { + $mime_map[$row['Field']]['transformation_options'] = $_REQUEST['field_transformation_options'][$i]; + } + + } elseif (isset($fields_meta[$i])) { + $row = $fields_meta[$i]; + switch ($row['Default']) { + case null: + if ($row['Null'] == 'YES') { + $row['DefaultType'] = 'NULL'; + $row['DefaultValue'] = ''; + // SHOW FULL FIELDS does not report the case when there is a DEFAULT value + // which is empty so we need to use the results of SHOW CREATE TABLE + } elseif (isset($row) && isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['default_value'])) { + $row['DefaultType'] = 'USER_DEFINED'; + $row['DefaultValue'] = $row['Default']; + } else { + $row['DefaultType'] = 'NONE'; + $row['DefaultValue'] = ''; + } + break; + case 'CURRENT_TIMESTAMP': + $row['DefaultType'] = 'CURRENT_TIMESTAMP'; + $row['DefaultValue'] = ''; + break; + default: + $row['DefaultType'] = 'USER_DEFINED'; + $row['DefaultValue'] = $row['Default']; + break; + } + } + + if (isset($row['Type'])) { + $extracted_fieldspec = PMA_extractFieldSpec($row['Type']); + if ($extracted_fieldspec['type'] == 'bit') { + $row['Default'] = PMA_convert_bit_default_value($row['Default']); + } + } + // Cell index: If certain fields get left out, the counter shouldn't change. + $ci = 0; + // Everytime a cell shall be left out the STRG-jumping feature, $ci_offset + // has to be incremented ($ci_offset++) + $ci_offset = -1; + + // old column name + if ($is_backup) { + if (! empty($true_selected[$i])) { + $_form_params['field_orig[' . $i . ']'] = $true_selected[$i]; + } elseif (isset($row['Field'])) { + $_form_params['field_orig[' . $i . ']'] = $row['Field']; + } else { + $_form_params['field_orig[' . $i . ']'] = ''; + } + } + + // column name + $content_cells[$i][$ci] = ''; + $ci++; + + // column type + $select_id = 'field_' . $i . '_' . ($ci - $ci_offset); + $content_cells[$i][$ci] = ''; + $ci++; + + // old column length + if ($is_backup) { + $_form_params['field_length_orig[' . $i . ']'] = $length; + } + + // column length + if (isset($extracted_fieldspec) && ('set' == $extracted_fieldspec['type'] || 'enum' == $extracted_fieldspec['type'])) { + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $binary = false; + $unsigned = stristr($row['Type'], 'unsigned'); + $zerofill = stristr($row['Type'], 'zerofill'); + } + $length_to_display = $length; + + $content_cells[$i][$ci] = '' + . '

                        '; + $content_cells[$i][$ci] .= __('ENUM or SET data too long?') + . ' ' + . __('Get more editing space') . '

                        '; + $ci++; + + // column default + /** + * having NULL enabled does not implicit having Default with NULL + * + if (isset($row) + && !isset($row['Default']) && isset($row['Null']) && $row['Null'] == 'YES') { + $row['Default'] = 'NULL'; + } + */ + + // old column default + if ($is_backup) { + $_form_params['field_default_orig[' . $i . ']'] = + (isset($row['Default']) ? $row['Default'] : ''); + } + + // here we put 'NONE' as the default value of drop-down; otherwise + // users would have problems if they forget to enter the default + // value (example, for an INT) + $default_options = array( + 'NONE' => _pgettext('for default', 'None'), + 'USER_DEFINED' => __('As defined:'), + 'NULL' => 'NULL', + 'CURRENT_TIMESTAMP' => 'CURRENT_TIMESTAMP', + ); + + // for a TIMESTAMP, do not show the string "CURRENT_TIMESTAMP" as a default value + if ($type_upper == 'TIMESTAMP' + && ! empty($default_current_timestamp) + && isset($row['Default'])) { + $row['Default'] = ''; + } + + if ($type_upper == 'BIT') { + $row['DefaultValue'] = PMA_convert_bit_default_value($row['DefaultValue']); + } + + $content_cells[$i][$ci] = ''; + $content_cells[$i][$ci] .= '
                        '; + $content_cells[$i][$ci] .= ''; + $ci++; + + // column collation + $tmp_collation = empty($row['Collation']) ? null : $row['Collation']; + $content_cells[$i][$ci] = PMA_generateCharsetDropdownBox( + PMA_CSDROPDOWN_COLLATION, 'field_collation[' . $i . ']', + 'field_' . $i . '_' . ($ci - $ci_offset), $tmp_collation, false); + unset($tmp_collation); + $ci++; + + // column attribute + $content_cells[$i][$ci] = ''; + $ci++; + + // column NULL + $content_cells[$i][$ci] = ''; + $content_cells[$i][$ci] .= ''; + + $content_cells[$i][$ci] .= '
                        ' . __('Target database') . ': '. $trg_db . '
                        ('; + if ('cur' == $_SESSION['trg_type']) { + echo __('Current server'); + } else { + echo __('Remote server') . ' ' . $_SESSION['trg_server']['host']; + } + echo ')
                        ' . htmlspecialchars($tbl_name) . '
                        + + + + + +
                        +
                        + '; + echo '' . __('Structure') . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_TABLE') . ''; + + if ($display_type == 'horizontal') { + ?> + + + + + + '; + $odd_row = ! $odd_row; + + if (is_array($content_row)) { + foreach ($content_row as $content_row_val) { + ?> + + '; + } + } else { + $i = 0; + $odd_row = true; + foreach ($header_cells as $header_val) { + echo ''; + $odd_row = ! $odd_row; + ?> + + + + '; + $i++; + } + } + ?> + +
                        + ' . $content_row_val . ''; + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + +
                         : + +  
                        +   + +   + +
                        +
                        + +
                        +
                        + + +
                        + + + + '); ?> + + onclick="return checkFormElementInRange(this.form, 'added_fields', '', 1)" + /> + +
                        +
                        + + +
                        + +

                        +

                        +
                        +

                        + +
                        + + diff --git a/htdocs/phpMyAdmin/libraries/tbl_replace_fields.inc.php b/htdocs/phpMyAdmin/libraries/tbl_replace_fields.inc.php new file mode 100644 index 000000000..8ebade889 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tbl_replace_fields.inc.php @@ -0,0 +1,118 @@ +checkTblChangeForm($key, $rownumber); + +$possibly_uploaded_val = $file_to_insert->getContent(); + +if ($file_to_insert->isError()) { + $message .= $file_to_insert->getError(); +} +$file_to_insert->cleanUp(); + +if (false !== $possibly_uploaded_val) { + $val = $possibly_uploaded_val; +} else { + + // f i e l d v a l u e i n t h e f o r m + + if (isset($me_fields_type[$key])) { + $type = $me_fields_type[$key]; + } else { + $type = ''; + } + + // $key contains the md5() of the fieldname + if (0 === strlen($val) && $type != 'protected') { + // best way to avoid problems in strict mode (works also in non-strict mode) + if (isset($me_auto_increment) && isset($me_auto_increment[$key])) { + $val = 'NULL'; + } else { + $val = "''"; + } + } elseif ($type == 'set') { + if (! empty($_REQUEST['fields']['multi_edit'][$rownumber][$key])) { + $val = implode(',', $_REQUEST['fields']['multi_edit'][$rownumber][$key]); + $val = "'" . PMA_sqlAddslashes($val) . "'"; + } + } elseif ($type == 'protected') { + // here we are in protected mode (asked in the config) + // so tbl_change has put this special value in the + // fields array, so we do not change the field value + // but we can still handle field upload + + // when in UPDATE mode, do not alter field's contents. When in INSERT + // mode, insert empty field because no values were submitted. If protected + // blobs where set, insert original fields content. + if (! empty($prot_row[$me_fields_name[$key]])) { + $val = '0x' . bin2hex($prot_row[$me_fields_name[$key]]); + } else { + $val = ''; + } + } elseif ($type == 'bit') { + $val = preg_replace('/[^01]/', '0', $val); + $val = "b'" . PMA_sqlAddslashes($val) . "'"; + } elseif (! (($type == 'datetime' || $type == 'timestamp') && $val == 'CURRENT_TIMESTAMP')) { + $val = "'" . PMA_sqlAddslashes($val) . "'"; + } + + // Was the Null checkbox checked for this field? + // (if there is a value, we ignore the Null checkbox: this could + // be possible if Javascript is disabled in the browser) + if (isset($me_fields_null[$key]) + && ($val == "''" || $val == '')) { + $val = 'NULL'; + } + + // The Null checkbox was unchecked for this field + if (empty($val) && ! empty($me_fields_null_prev[$key]) && ! isset($me_fields_null[$key])) { + $val = "''"; + } +} // end else (field value in the form) +unset($type); +?> diff --git a/htdocs/phpMyAdmin/libraries/tbl_triggers.lib.php b/htdocs/phpMyAdmin/libraries/tbl_triggers.lib.php new file mode 100644 index 000000000..0663ef4a9 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tbl_triggers.lib.php @@ -0,0 +1,58 @@ +' . "\n"; + echo '' . "\n"; + echo ' ' . "\n"; + echo sprintf(' + + + + + + ', + __('Name'), + __('Time'), + __('Event')); + $ct=0; + $delimiter = '//'; + if ($GLOBALS['cfg']['AjaxEnable']) { + $conditional_class = 'class="drop_trigger_anchor"'; + } else { + $conditional_class = ''; + } + + foreach ($triggers as $trigger) { + $drop_and_create = $trigger['drop'] . $delimiter . "\n" . $trigger['create'] . "\n"; + + echo sprintf(' + + + + + + ', + ($ct%2 == 0) ? 'even' : 'odd', + $trigger['name'], + PMA_linkOrButton('tbl_sql.php?' . $url_query . '&sql_query=' . urlencode($drop_and_create) . '&show_query=1&delimiter=' . urlencode($delimiter), $titles['Change']), + '' . $titles['Drop'] . '', + $trigger['action_timing'], + $trigger['event_manipulation']); + $ct++; + } + echo '
                        ' . __('Triggers') . '
                        %s  %s%s
                        %s%s%s%s%s
                        '; + echo '
                        ' . "\n"; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/CHANGELOG.TXT b/htdocs/phpMyAdmin/libraries/tcpdf/CHANGELOG.TXT new file mode 100644 index 000000000..eea7285ff --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/CHANGELOG.TXT @@ -0,0 +1,1891 @@ +5.9.039 (2011-01-12) + - Bug item #3155759 "openssl_random_pseudo_bytes() slow under Windows" was fixed. + +5.9.038 (2011-01-11) + - Minor bugs were fixed. + +5.9.037 (2011-01-09) + - An alignment problem for HTML texts was fixed. + +5.9.036 (2011-01-07) + - A bug related to HTML tables on header was fixed. + +5.9.035 (2011-01-03) + - A problem related to HTML table border alignment was fixed. + - Bug #2996366 "FastCGI and Header Problems" was fixed. + +5.9.034 (2010-12-19) + - DejaVu and GNU Free fonts were updated. + +5.9.033 (2010-12-18) + - Source code documetnation was improved. + +5.9.032 (2010-12-18) + - Default font stretching and spacing values are now inherited by HTML methods. + +5.9.031 (2010-12-16) + - Source code documentation errors were fixed. + +5.9.030 (2010-12-16) + - Several source code documentation errors were fixed. + - Source code style was changed for Doxygen. + - Source code documentation was moved online to http://www.tcpdf.org + +5.9.029 (2010-12-04) + - The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9). + +5.9.028 (2010-12-03) + - Font utils makefont.php and makeallttffonts.php were updated. + +5.9.027 (2010-12-01) + - Spot Colors are now better integrated with HTML mode. + - Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19. + +5.9.026 (2010-12-01) + - A problem with mixed text directions on HTML was fixed. + +5.9.025 (2010-12-01) + - The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file). + +5.9.024 (2010-11-30) + - Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed. + +5.9.023 (2010-11-25) + - A potential bug on SVG transcoder was fixed. + +5.9.022 (2010-11-21) + - Method ImageEPS includes support for EPS/AI Spot colors. + - Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box. + +5.9.021 (2010-11-20) + - Support for custom bullet points images was added (check the example n.6) + - Examples n. 6 and 61 were update (check the comments inside). + +5.9.020 (2010-11-19) + - A problem related to additional page when using multicolumn mode was fixed. + +5.9.019 (2010-11-19) + - An SVG bug was fixed. + - ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character). + - Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045). + +5.9.018 (2010-11-19) + - An SVG bug was fixed. + +5.9.017 (2010-11-16) + - Tagline color was set to transparent. + - The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy). + +5.9.016 (2010-11-16) + - Bug item #3109705 "list item page break hanging bullet" was fixed. + +5.9.015 (2010-11-16) + - Bug item affecting QRCode was fixed. + - Some bugs affecting HTML lists were fixed. + - ImageSVG() and fitBlock() methods were improved to handle some SVG problems. + - Some problems with PHP4 compatibility were fixed. + +5.9.014 (2010-11-15) + - Bug item #3109464 "QRCode error" was fixed. + +5.9.013 (2010-11-15) + - Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed. + - Image function now accepts image data streams (check example n. 9). + +5.9.012 (2010-11-12) + - Method getTCPDFVersion() was added. + - PDF_PRODUCER constant was removed. + - Method convertHTMLColorToDec() was improved. + - HTML colors now support spot color names defined on the new spotcolors.php file. + - The default method Header() was improved to support SVG and EPS/AI images. + - A bug on SVG importer was fixed. + +5.9.011 (2010-11-02) + - Bug item #3101486 "Bug Fix for image loading" was fixed. + +5.9.010 (2010-10-27) + - Support for CSS properties 'border-spacing' and 'padding' for tables were added. + - Several language files were added. + +5.9.009 (2010-10-21) + - HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction. + +5.9.008 (2010-10-21) + - Bug item #3091502 "Bookmark oddity" was fixed. + - HTML internal links now accepts page number and Y position. + - The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27). + +5.9.007 (2010-10-20) + - Method adjustCellPadding() was fixed to handle bad input. + +5.9.006 (2010-10-19) + - Support for AES 256 bit encryption was added (see example n. 16). + - Method getNumLines() was fixed for the empty string case. + +5.9.005 (2010-10-18) + - Method addPageRegion() was changed to accept regions starting exactly from the top of the page. + +5.9.004 (2010-10-18) + - A bug related to annotations was fixed. + - The file unicode_data.php was canged to encapsulate all data in a class. + - The file htmlcolors.php was changed to remove the global variable. + +5.9.003 (2010-10-15) + - Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion(). + - A bug on Right-To-Left alignment was fixed. + +5.9.002 (2010-10-08) + - Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4). + +5.9.001 (2010-10-07) + - The problem of blank page for nobr table higher than a single page was fixed. + +5.9.000 (2010-10-06) + - Support for text stretching and spacing (kerning) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing(). + - Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63). + - The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods. + - Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5). + - Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5). + - Method write1DBarcode() was improved to permit custom labels (see example n. 27). + - Method ImagePngAlpha() now includes support for ImageMagick to improve performances. + - XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods. + - The signature of getNumLines() and getStringHeight() methods is changed. + - Example n. 57 was updated. + +// ------------------------------------------------------------------- + +5.8.034 (2010-09-27) + - A bug related to SetFont on XObject templates was fixed. + +5.8.033 (2010-09-25) + - A problem with Footer() and multiple columns was fixed. + +5.8.032 (2010-09-22) + - Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed. + +5.8.031 (2010-09-20) + - Bug #3071961 "Spaces in HTML" was fixed. + +5.8.030 (2010-09-17) + - SVG support was improved and some bugs were fixed. + +5.8.029 (2010-09-16) + - A problem with HTML borders was fixed. + +5.8.028 (2010-09-13) + - Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed. + +5.8.027 (2010-09-13) + - Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed. + +5.8.026 (2010-09-13) + - A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly. + +5.8.025 (2010-09-09) + - Bug #3062692 "Textarea inside a table" was fixed. + +5.8.024 (2010-09-08) + - Bug #3062005 "Undefined variable: ann_obj_id" was fixed. + +5.8.023 (2010-08-31) + - Forms bug added on version 5.8.019 was fixed. + +5.8.022 (2010-08-31) + - Bug #3056632 "SVG rendered vertically flipped" was fixed. + +5.8.021 (2010-08-30) + - A new CID-0 'chinese' font was added for traditional Chinese. + - Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed. + +5.8.020 (2010-08-26) + - CSS "catch-all" class selector is now supported. + +5.8.019 (2010-08-26) + - XObject Templates now includes support for links and annotations. + - A problem related to link alignment on cell was fixed. + - A problem related to SVG styles was fixed. + +5.8.018 (2010-08-25) + - Method getNumberOfColumns() was added. + - A problem related to table header was fixed. + - Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order. + - SVG support was improved and several bugs were fixed. + +5.8.017 (2010-08-25) + - This version includes support for XObject Templates (see the new example n. 62). + - Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62). + +5.8.016 (2010-08-24) + - Alignment problem on write2DBarcode was fixed. + +5.8.015 (2010-08-24) + - A problem arised with the latest bugfix was fixed. + +5.8.014 (2010-08-23) + - Method _getxobjectdict() was added for better compatibility with external extensions. + - A bug related to radiobuttons was fixed. + - Bug #3051509 "new line after punctuation marks" was fixed (partially). + +5.8.013 (2010-08-23) + - SVG support for 'direction' property was added. + - A problem on default width calculation for linear barcodes was fixed. + - New option was added to write1DBarcode() method to improve alignments (see example n. 27). + - Bug #3050896 "Nested HTML tables: styles are not applied" was fixed. + - Method _putresourcedict() was improved to include external XObject templates. + +5.8.012 (2010-08-22) + - Support for SVG 'text-anchor' property was added. + +5.8.011 (2010-08-21) + - Method write1DBarcode() was improved to be backward compatible (check the new example n. 27). + - Support for CSS width and height properties on images were added. + +5.8.010 (2010-08-20) + - Documentation of unhtmlentities() was fixed. + - The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27). + +5.8.009 (2010-08-20) + - Internal object numbering was improved. + - Some errors in object encryption were fixed. + +5.8.008 (2010-08-19) + - Method write1DBarcode() was changed, check the example n. 27. + - Method Footer() was changed to account for barcode changes. + - Automatic calculation of K_PATH_URL constant was fixed on configuration file. + - Method setEqualColumns() was fixed for $width=0 case. + - Method AddTOC() was fixed for multipage and multicolumn modes. + - Better support for SVG "font-family" property. + - A problem on default Page Zoom mode was fixed. + - Several Annotation bugs were fixed. + +5.8.007 (2010-08-18) + - A bug affecting HTML tables was fixed. + - Bug #3047500 "SVG not rendering paths properly" was fixed. + +5.8.006 (2010-08-17) + - A bug affecting HTML table nesting was fixed. + +5.8.005 (2010-08-17) + - A bug affecting the HTML 'select' tag in certain conditions was fixed. + +5.8.004 (2010-08-17) + - Better support for HTML "font-family" property. + - A bug related to HTML multicolumn was fixed. + +5.8.003 (2010-08-16) + - Better support for HTML "font-family" property. + +5.8.002 (2010-08-14) + - HTML alignments were improved + - IMPORTANT: Default regular expression to find spaces has been changed to exclude the non-breaking-space (160 DEC- A0 HEX). If you are using setSpacesRE() method, please read the new documentation. + - Example n. 1 was updated. + +5.8.001 (2010-08-12) + - Bug #3043650 "subsetchars incorrectly cached" was fixed. + +5.8.000 (2010-08-11) + - A control to avoid bookmarking page 0 was added. + - addTOC() method now includes support for multicolumn mode. + - Support for tables in multicolumn mode was improved. + - Example n.10 was updated. + - All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim(). + - HTML alignments were improved. + +------------------------------------------------------------ + +5.7.003 (2010-08-08) + - Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts). + +5.7.002 (2010-08-06) + - Methods copyPage(), movePage() and deletePage() were changed to account for internal markings. + +5.7.001 (2010-08-05) + - Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed. + +5.7.000 (2010-08-03) + - CSS borders are now supported for HTML tables and other block tags (see example n. 61); + - Cell borders were improved (see example n. 57); + - Minor bugs were fixed. + +------------------------------------------------------------ + +5.6.000 (2010-07-31) + - A bug with object IDs was fixes. + - Performances were improved. + +------------------------------------------------------------ + +5.5.015 (2010-07-29) + - Automatic fix for unclosed self-closing tag. + - Support for deprecated 's' and 'strike' tags was added. + - Empty list items problem was fixed. + +5.5.014 (2010-07-15) + - Support for external images was improved. + +5.5.013 (2010-07-14) + - Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong). + +5.5.012 (2010-07-14) + - Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed. + - Bug #3029338 "FI and FO output destination filename bug" was fixed. + +5.5.011 (2010-07-09) + - Support for multiple CSS classes was added. + - The method getColumn() was added to return the current column number. + - Some regular Expressions were fixed to be more compatible with UTF-8. + +5.5.010 (2010-07-06) + - Bug item #3025772 "Borders in all image functions are still flawed" was fixed. + +5.5.009 (2010-07-05) + - A problem related to last page footer was fixed. + - Image alignments and fit-on-page features were improved. + +5.5.008 (2010-07-02) + - A problem on table header alignment in booklet mode was fixed. + - Default graphic vars are now applied for setHeader(); + +5.5.007 (2010-07-02) + - Attribute "readonly" was added to input and textarea form fields. + - Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5). + - Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5). + +5.5.006 (2010-06-29) + - getStringHeight() and getNumLines() methods were fixed. + +5.5.005 (2010-06-28) + - Bug #3022170 "getFontDescent() does not return correct descent value" was fixed. + - Some problems with multicolumn mode were fixed. + +5.5.004 (2010-06-27) + - Bug #3021803 "SVG Border" was fixed. + +5.5.003 (2010-06-26) + - On Write() method, blank lines at the beginning of a page or column are now automatically removed. + +5.5.002 (2010-06-24) + - ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error). + - Bug #3020638 "str_split() not available in php4" was fixed. + - Bug #3020665 "file_get_contents() too many parameters for php4" was fixed. + +5.5.001 (2010-06-23) + - A problem on image streams was fixed. + +5.5.000 (2010-06-22) + - Several PDF syntax errors (and related bugs) were fixed. + - Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed. + +------------------------------------------------------------ + +5.4.003 (2010-06-19) + - A problem related to page boxes was fixed. + - Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts). + +5.4.002 (2010-06-18) + - A problem related with setProtection() method was fixed. + +5.4.001 (2010-06-18) + - A problem related with setProtection() method was fixed. + +5.4.000 (2010-06-18) + - The method setSignatureAppearance() was added, check the example n. 52. + - Several problems related to font subsetting were fixed. + +------------------------------------------------------------ + +5.3.010 (2010-06-15) + - Previous release was corrupted. + +5.3.009 (2010-06-15) + - Bug #3015934 "Bullets don't display correctly" was fixed. + +5.3.008 (2010-06-13) + - This version fixes some problems of SVG rasterization. + +5.3.007 (2010-06-13) + - This version improves SVG support. + +5.3.006 (2010-06-10) + - This version includes a change in uniqid calls for backward compatibility with PHP4. + +5.3.005 (2010-06-09) + - The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation). + +5.3.004 (2010-06-08) + - Bug #3013291 "HTML table cell width" was fixed. + - Bug #3013294 "HTML table cell alignment" was fixed. + - The columns widths of HTML tables are now inherited from the first row. + +5.3.003 (2010-06-08) + - Bug #3013102 "HTML table header misaligned after page break" was fixed. + +5.3.002 (2010-06-07) + - The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1). + - Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed. + - Examples n. 1, 14, and 54 were updated. + +5.3.001 (2010-06-06) + - Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50). + +5.3.000 (2010-06-05) + - License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file). + - PDF417 barcode support was added (check the example n. 50). + - The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50). + +------------------------------------------------------------ + +5.2.000 (2010-06-02) + - IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files. + If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font. + If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF. + - The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default). + - Examples 14 and 54 were updated. + +------------------------------------------------------------ + +5.1.002 (2010-05-27) + - Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed. + - A bug related to MultiCell() minimun height was fixed. + +5.1.001 (2010-05-26) + - The problem of blank page after table was fixed. + +5.1.000 (2010-05-25) + - This version includes support for CSS (Cascading Style Sheets) (see example n. 61). + - The convertHTMLColorToDec() method was improved. + +------------------------------------------------------------ + +5.0.014 (2010-05-21) + - A problem on color and style of HTML links was fixed. + - A bug relative to gradients was fixed. + - The getStringHeight() method was added and getNumLines() method was improved. + - All examples were updated. + +5.0.013 (2010-05-19) + - A bug related to page-breaks and table cells was fixed. + +5.0.012 (2010-05-19) + - Page orientation bug was fixed. + - The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called. + +5.0.011 (2010-05-19) + - Page orientation bug was fixed. + - Bug #3003966 "Multiple columns and nested lists" was fixed. + +5.0.010 (2010-05-17) + - The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions. + - The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox); + - A bug relative to underline, overline and linethrough was fixed. + +5.0.009 (2010-05-16) + - Bug #3002381 "Multiple columns and nested lists" was fixed. + +5.0.008 (2010-05-15) + - Bug "Columns WriteHTML and Justification" was fixed. + +5.0.007 (2010-05-14) + - Bug #3001347 "Bug when using WriteHTML with setEqualColumns()" was fixed. + - Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed. + +5.0.006 (2010-05-13) + - Length of hr tag was fixed. + - An error on 2d barcode method was fixed. + +5.0.005 (2010-05-12) + - WARNING: The logic of permissions on the SetProtection() method has been inverted and extended (see example 16). Now you have to specify the features you want to block. + - SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16). + - Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10). + +5.0.004 (2010-05-10) + - HTML line alignment when using sub and sup tags was fixed. + +5.0.003 (2010-05-07) + - Horizontal alignment was fixed for images and barcodes. Now the X coordinate is always relative to the left margin. Use GetAbsX() instead of GetX() to get the X relative to left margin. + - Header() method was changed to account for new image alignment rules. + +5.0.002 (2010-05-06) + - Bookmark() and related methods were fixed to accept HTML code. + - A problem on HTML links was fixed. + +5.0.001 (2010-05-06) + - Protected method _putstream was re-added for backward compatibility. + - The following method were added to display HTML Table Of Content (see example n. 59): + addTOCPage(), endTOCPage(), addHTMLTOC(). + +5.0.000 (2010-05-05) + - Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported. + - Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library. + - Method RoundedRectXY() was added. + - Method PieSectorXY() was added. + - Gradient() method is now public and support new features. + - Shading to transparency is now supported. + - Image alignments were fixed. + - Support for dynamic images were improved. + - PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG. + - RAW and RAW2 modes were added to 2D Barcodes (see example n. 50). + - Automatic padding feature was added on barcodes (see examples n. 27 and 50). + - Bug #2995003 "Reproduced thead bug" was fixed. + - The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client. + - Ellipse() method was improved and fixed (see page 2 of example n. 12). + +------------------------------------------------------------ + +4.9.018 (2010-04-21) + - Bug item #2990356 "Current font size not respected with more than two HTML

                        " was fixed. + +4.9.017 (2010-04-21) + - Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed. + - Bug item #2990314 "Dash is not appearing with SHY character" was fixed. + +4.9.016 (2010-04-20) + - An error on htmlcolors.php was fixed. + - getImageFileType() method was improved. + - GIF images with transparency are now better supported. + - Automatic page orientation was improved. + +4.9.015 (2010-04-20) + - A new method copyPage() was added to clone pages (see example n. 44). + - Support for text overline was added. + - Underline and linethrough methods were fixed. + - Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed. + +4.9.014 (2010-04-18) + - Bug item #2988845 was fixed. + +4.9.013 (2010-04-15) + - Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added. + +4.9.012 (2010-04-12) + - The hyphenateText() method was added to automatically hyphenate text (see example n. 46). + +4.9.011 (2010-04-07) + - Vertical alignments for Cell() method were improved (see example n. 57). + +4.9.010 (2010-04-06) + - Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57). + - Text() method was extended to include all Cell() parameters. + - HTML line alignment procedure was changed to fix some bugs. + +4.9.009 (2010-04-05) + - Text() method was fixed for backward compatibility. + +4.9.008 (2010-04-03) + - Additional line space after table header was removed. + - Support for HTML lists in multicolumn mode was added. + - The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26). + - The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill. + +4.9.007 (2010-04-03) + - Font Descent computation was fixed (patch #2981441). + +4.9.006 (2010-04-02) + - The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML. + - The usage of tcpdf tag in HTML mode was changed to remove the possible security flaw offered by the eval() function (thanks to Matthias Hecker for spotting this security problem). See the new example n. 49 for further information. + +4.9.005 (2010-04-01) + - Bug# 2980354 "Wrong File attachment description with security" was fixed. + - Several problems with HTML line alignment were fixed. + - The constant K_THAI_TOPCHAR was added on configuration file to enable/disable the special procedure used to avoid the overlappind of symbols on Thai language. + - A problem with font name directory was fixed. + - A bug on _destroy() method was fixed. + +4.9.004 (2010-03-31) + - Patch #979681 "GetCharWidth - default character width" was applied (bugfix). + +4.9.003 (2010-03-30) + - Problem of first
                        on multiple columns was fixed. + - HTML line alignment was fixed. + - A QR-code bug was fixed. + +4.9.002 (2010-03-29) + - Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied. + - Bug #2978607 "2D Barcodes are wrong" was fixed. + - A problem with HTML block tags was fixed. + - Artificial italic for CID-0 fonts was added. + - Several multicolumn bugs were fixed. + - Support for HTML tables on multicolumn was added. + +4.9.001 (2010-03-28) + - QR Code minor bug was fixed. + - Multicolumn mode was added (see the new example n. 10). + - The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn(). + - Thai diacritics support were changed (note that this is incompatible with html justification). + +4.9.000 (2010-03-27) + - QR Code (2D barcode) support was added (see example n. 50). + - The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark(). + - Limited support for CSS line-height property was added. + - Gradient method now supports Gray, RGB and CMYK space color. + - Example n. 51 was updated. + - Vertical alignment of font inside cell was fixed. + - Support for multiple Thai diacritics was added. + - Bug item #2974929 "Duplicate case values" was fixed. + - Bug item #2976729 "File attachment not working with security" was fixed. + +------------------------------------------------------------ + +4.8.039 (2010-03-20) + - Problems related to custom locale settings were fixed. + - Problems related to HTML on Header and Footer were fixed. + +4.8.038 (2010-03-13) + - Various bugs related to page-break in HTML mode were fixed. + - Bug item #2968974 "Another pagebreak problem" was fixed. + - Bug item #2969276 "justification problem" was fixed. + - Bug item #2969289 "bug when using justified text and custom headers" was fixed. + - Images are now automatically resized to be contained on the page. + - Some HTML line alignments were fixed. + - Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins. + +4.8.037 (2010-03-03) + - Bug item #2962068 was fixed. + - Bug item #2967017 "Problems with and pagebreaks" was fixed. + - Bug item #2967023 "table header lost with pagebreak" was fixed. + - Bug item #2967032 "Header lost with nested tables" was fixed. + +4.8.036 (2010-02-24) + - Automatic page break for HTML images was improved. + - Example 10 was updated. + - Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font). + +4.8.035 (2010-02-23) + - Automatic page break for HTML images was added. + - Support for multicolumn HTML was added (example 10 was updated). + +4.8.034 (2010-02-17) + - Language files were updated. + +4.8.033 (2010-02-12) + - A bug related to protection mode with links was fixed. + +4.8.032 (2010-02-04) + - A bug related to $maxh parameter on Write() and MultiCell() was fixed. + - Support for body tag was added. + +4.8.031 (2010-01-30) + - Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed. + +4.8.030 (2010-01-27) + - Some text alignment cases were fixed. + +4.8.029 (2010-01-27) + - Bug item #2941057 "TOC Error in PDF File Output" was fixed. + - Some text alignment cases were fixed. + +4.8.028 (2010-01-26) + - Text alignment for RTL mode was fixed. + +4.8.027 (2010-01-25) + - Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed. + +4.8.026 (2010-01-19) + - The misspelled word "lenght" was replaced with "length" in some variables and comments. + +4.8.025 (2010-01-18) + - addExtGState() method was improved to reuse existing ExtGState objects. + +4.8.024 (2010-01-15) + - Justification mode for HTML was fixed (Bug item #2932470). + +4.8.023 (2010-01-15) + - Bug item #2932470 "Some HTML entities breaks justification" was fixed. + +4.8.022 (2010-01-14) + - Source code documentation was fixed. + +4.8.021 (2010-01-03) + - A Bug relative to Table Of Content index was fixed. + +4.8.020 (2009-12-21) + - Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed. + - A Bug relative to table rowspan mode was fixed. + +4.8.019 (2009-12-16) + - Bug item #2915684 "Image size" was fixed. + - Bug item #2914995 "Image jpeg quality" was fixed. + - The signature of the Image() method was changed (check the documentation for the $resize parameter). + +4.8.018 (2009-12-15) + - Bug item #2914352 "write error" was fixed. + +4.8.017 (2009-11-27) + - THEAD problem when table is used on header/footer was fixed. + - A first line alignment on HTML justification was fixed. + - Method getImageFileType() was added. + - Images with unknown extension and type are now supported via ImageMagick PHP extension. + +4.8.016 (2009-11-21) + - Document Information Dictionary was fixed. + - CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported. + - Problem of unclosed last page was fixed. + - Problem of 'thead' unnecessarily repeated on the next page was fixed. + +4.8.015 (2009-11-20) + - A problem with some PNG transparency images was fixed. + - Bug #2900762 "Sort issues in Bookmarks" was fixed. + - Text justification was fixed for various modes: underline, strikeout and background. + +4.8.014 (2009-11-04) + - Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed. + - The handling of temporary RTL text direction mode was fixed. + +4.8.013 (2009-10-26) + - Bug item #2884729 "Problem with word-wrap and hyphen" was fixed. + +4.8.012 (2009-10-23) + - Table cell alignments for RTL booklet mode were fixed. + - Images and barcode alignments for booklet mode were fixed. + +4.8.011 (2009-10-22) + - DejaVu fonts were updated to latest version. + +4.8.010 (2009-10-21) + - Bookmark for TOC page was added. + - Signature of addTOC() method is changed. + - Bookmarks are now automatically sorted by page and Y position. + - Example n. 45 was updated. + - Example n. 55 was added to display all charactes available on core fonts. + +4.8.009 (2009-09-30) + - Compatibility with PHP 5.3 was improved. + - All examples were updated. + - Index file for examples was added. + +4.8.008 (2009-09-29) + - Example 49 was updated. + - Underline and linethrough now works with cell stretching mode. + +4.8.007 (2009-09-23) + - Infinite loop problem caused by nobr attribute was fixed. + +4.8.006 (2009-09-23) + - Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed. + - Support for text-indent CSS attribute was added. + - Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation). + - Support for the HTML "nobr" attribute was added to avoid splitting a table or a table row on two pages (i.e.: ...). + +4.8.005 (2009-09-17) + - A bug relative to multiple transformations and annotations was fixed. + +4.8.004 (2009-09-16) + - A bug on _putannotsrefs() method was fixed. + +4.8.003 (2009-09-15) + - Bug item #2858754 "Division by zero" was fixed. + - A bug relative to HTML list items was fixed. + - A bug relative to form fields on multiple pages was fixed. + - PolyLine() method was added (see example n. 12). + - Signature of Polygon() method was changed. + +4.8.002 (2009-09-12) + - A problem related to CID-0 fonts offset was fixed: if the $cw[1] entry on the CID-0 font file is not defined, then a CID keys offset is introduced. + +4.8.001 (2009-09-09) + - The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54). + - Radiobuttons were fixed. + +4.8.000 (2009-09-07) + - This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54). + - The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button(). + - Support for Widget annotations was improved. + - Alignment of annotation objects was fixed (examples 36 and 41 were updated). + - addJavascriptObject() method was added. + - Signature of Image() method was changed. + - htmlcolors.php file was updated. + +------------------------------------------------------------ + +4.7.003 (2009-09-03) + - Support for TCPDF methods on HTML was improved (see example n. 49). + +4.7.002 (2009-09-02) + - Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed. + - JavaScript support was fixed (see example n. 53). + +4.7.001 (2009-08-30) + - The Polygon() and Arrow() methods were fixed and improved (see example n. 12). + +4.7.000 (2009-08-29) + - This is a major release. + - Some procedures were internally optimized. + - The problem of mixed signature and annotations was fixed (example n. 52). + +4.6.030 (2009-08-29) + - IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML). + - Various minor bugs were fixed. + - Example n. 52 (digital signature) was updated. + +4.6.029 (2009-08-26) + - PHP4 version was fixed. + +4.6.028 (2009-08-25) + - Signature algorithm was finally fixed (see example n. 52). + +4.6.027 (2009-08-24) + - TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file. + +4.6.026 (2009-08-21) + - Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed. + - Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated). + +4.6.025 (2009-08-17) + - Carriage returns (\r) were removed from source code. + - Problem related to set_magic_quotes_runtime() depracated was fixed. + +4.6.024 (2009-08-07) + - Bug item #2833556 "justification using other units than mm" was fixed. + - Documentation was fixed/updated. + +4.6.023 (2009-08-02) + - Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed. + +4.6.022 (2009-07-24) + - A bug relative to single line printing when using WriteHTMLCell() was fixed. + - Signature support were improved but is still experimental. + - Fonts Free and Dejavu were updated to latest versions. + +4.6.021 (2009-07-20) + - Bug item #2824015 "XHTML Ampersand & in hyperlink bug" was fixed. + - Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed. + - Links alignment on justified text was fixed. + - Unicode "\u" modifier was added to re_spaces variable by default. + +4.6.020 (2009-07-16) + - Bug item #2821921 "issue in example 18" was fixed. + - Signature of SetRTL() method was changed. + +4.6.019 (2009-07-13) + - Bug item #2820703 "xref table broken" was fixed. + +4.6.018 (2009-07-10) + - Bug item #2819319 "Text over text" was fixed. + - Method Arrow() was added to print graphic arrows (example 12 was updated). + +4.6.017 (2009-07-05) + - Bug item #2816079 "Example 48 not working" was fixed. + - The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation. + +4.6.016 (2009-06-16) + - Method setSpacesRE() was added to set the regular expression used for detecting withespaces or word separators. If you are using chinese, try: setSpacesRE('/[\s\p{Z}\p{Lo}]/');, otherwise you can use setSpacesRE('/[\s\p{Z}]/'); + - The method _putinfo() now automatically fills the metadata with '?' in case of empty string. + +4.6.015 (2009-06-11) + - Bug #2804667 "word wrap bug" was fixed. + +4.6.014 (2009-06-04) + - Bug #2800931 "Table thead tag bug" was fixed. + - A bug related to

                         tag was fixed.
                        +
                        +4.6.013 (2009-05-28)
                        +	- List bullets position was fixed for RTL languages.
                        +
                        +4.6.012 (2009-05-23)
                        +	- setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
                        +
                        +4.6.011 (2009-05-18)
                        +	- Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
                        +
                        +4.6.010 (2009-05-17)
                        +	- Image() method was improved: now is possible to specify the maximum dimensions for a constraint box defined by $w and $h parameters, and setting the $resize parameter to null.
                        +	-  tag indent problem was fixed.
                        +	- $y parameter was added to checkPageBreak() method.
                        +	- Bug n. 2791773 "writeHTML" was fixed.
                        +
                        +4.6.009 (2009-05-13)
                        +	- xref table for embedded files was fixed.
                        +
                        +4.6.008 (2009-05-07)
                        +	- setSignature() method was improved (but is still experimental).
                        +	- Example n. 52 was added.
                        +
                        +4.6.007 (2009-05-05)
                        +	- Bug #2786685 "writeHtmlCell and 
                        in custom footer" was fixed. + - Table header repeating bug was fixed. + - Some newlines and tabs are now automatically removed from HTML strings. + +4.6.006 (2009-04-28) + - Support for "..." was added. + - By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces). + +4.6.005 (2009-04-25) + - Points (pt) conversion in getHTMLUnitToUnits() was fixed. + - Default tcpdf.pem certificate file was added. + - Experimental support for signing document was added but it is not yet completed (some help is needed - I think that the calculation of the ByteRange is OK and the problem is on the signature calculation). + +4.6.004 (2009-04-23) + - Method deletePage() was added to delete pages (see example n. 44). + +4.6.003 (2009-04-21) + - The caching mechanism of the UTF8StringToArray() method was fixed. + +4.6.002 (2009-04-20) + - Documentation of rollbackTransaction() method was fixed. + - The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method. + - HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()). + - WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1. + +4.6.001 (2009-04-17) + - Spaces between HTML block tags are now automatically removed. + - The bug related to cMargin changes between tables was fixed. + +4.6.000 (2009-04-16) + - WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods: + zero coordinates for $x and $y are now valid coordinates; + set $x and $y as empty strings to get the current value. + - Some error caused by 'empty' funtion were fixed. + - Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false. + - HTML on footer bug was fixed. + - The following examples were fixed: 5,7,10,17,19,20,21,33,42,43. + +4.5.043 (2009-04-15) + - Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27): + C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9 + C39+ : CODE 39 with checksum + C39E : CODE 39 EXTENDED + C39E+ : CODE 39 EXTENDED + CHECKSUM + C93 : CODE 93 - USS-93 + S25 : Standard 2 of 5 + S25+ : Standard 2 of 5 + CHECKSUM + I25 : Interleaved 2 of 5 + I25+ : Interleaved 2 of 5 + CHECKSUM + C128A : CODE 128 A + C128B : CODE 128 B + C128C : CODE 128 C + EAN2 : 2-Digits UPC-Based Extention + EAN5 : 5-Digits UPC-Based Extention + EAN8 : EAN 8 + EAN13 : EAN 13 + UPCA : UPC-A + UPCE : UPC-E + MSI : MSI (Variation of Plessey code) + MSI+ : MSI + CHECKSUM (modulo 11) + POSTNET : POSTNET + PLANET : PLANET + RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) + KIX : KIX (Klant index - Customer index) + IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension) + CODABAR : CODABAR + CODE11 : CODE 11 + PHARMA : PHARMACODE + PHARMA2T : PHARMACODE TWO-TRACKS + +4.5.042 (2009-04-15) + - Method Write() was fixed for the strings containing only zero value. + +4.5.041 (2009-04-14) + - Barcode methods were fixed. + +4.5.040 (2009-04-14) + - Method Write() was fixed to handle empty strings. + +4.5.039 (2009-04-11) + - Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation). + +4.5.038 (2009-04-10) + - Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified. + +4.5.037 (2009-04-09) + - General performances were improved. + - The signature of the method utf8Bidi() was changed. + - The method UniArrSubString() was added. + - Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class). + +4.5.036 (2009-04-03) + - TCPDF methods can be called inside the HTML code (see example n. 49). + - All tag attributes, such as

                        must be enclosed within double quotes. + +4.5.035 (2009-03-28) + - Bug #2717436 "writeHTML rowspan problem (continued)" was fixed. + - Bug #2719090 "writeHTML fix follow up" was fixed. + - The method _putuserrights() was changed to avoid Adobe Reader 9.1 crash. This broken the 'trick' that was used to display forms in Acrobat Reader. + +4.5.034 (2009-03-27) + - Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed. + - Bug #2717056 ] "writeHTML problem when setting tr style" was fixed. + - The signature of the Cell() method was changed. + +4.5.033 (2009-03-27) + - The support for rowspan/colspan on HTML tables was improved (see example n. 48). + +4.5.032 (2009-03-23) + - setPrintFooter(false) bug was fixed. + +4.5.031 (2009-03-20) + - Table header support was extended to multiple pages. + +4.5.030 (2009-03-20) + - thead tag is now supported on HTML tables (header rows are repeated after page breaks). + - The startTransaction() was improved to autocommit. + - List bullets now uses the foreground color (putHtmlListBullet()). + +4.5.029 (2009-03-19) + - The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction(). + - All examples were updated. + +4.5.028 (2009-03-18) + - Bug #2690945 "List Bugs" was fixed. + - HTML text alignment on lists was fixed. + - The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font. + - The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin(). + - All examples were updated. + +4.5.027 (2009-03-16) + - Method getPageDimensions() was added to get page dimensions. + - The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin(). + - _parsepng() method was fixed for PNG URL images (fread bug). + +4.5.026 (2009-03-11) + - Bug #2681793 affecting URL images with spaces was fixed. + +4.5.025 (2009-03-10) + - A small bug affecting hyphenation support was fixed. + - The method SetDefaultMonospacedFont() was added to define the default monospaced font. + +4.5.024 (2009-03-07) + - The bug #2666493 was fixed "Footer corrupts document". + +4.5.023 (2009-03-06) + - The bug #2666688 was fixed "Rowspan in tables". + +4.5.022 (2009-03-05) + - The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed". + - addTOC() function bug was fixed. + +4.5.020 (2009-03-03) + - The following bug was fixed: "function removeSHY corrupts unicode". + +4.5.019 (2009-02-28) + - The problem of decimal separator using different locale was fixed. + - The text hyphenation is now supported (see example n. 46). + +4.5.018 (2009-02-26) + - The _destroy() method was added to unset all class variables and frees memory. + - Now it's possible to call Output() method multiple times. + +4.5.017 (2009-02-24) + - A minor bug that raises a PHP warning was fixed. + +4.5.016 (2009-02-24) + - Bug item #2631200 "getNumLines() counts wrong" was fixed. + - Multiple attachments bug was fixed. + - All class variables are now cleared on Output() for memory otpimization. + +4.5.015 (2009-02-18) + - Bug item #2612553 "function Write() must not break a line on   character" was fixed. + +4.5.014 (2009-02-13) + - Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php). + - Pagebreak bug for barcode was fixed. + +4.5.013 (2009-02-12) + - border attribute is now supported on HTML images (only accepts the same values accepted by Cell()). + +4.5.012 (2009-02-12) + - An error on image border feature was fixed. + +4.5.011 (2009-02-12) + - HTML links for images are now supported. + - height attribute is now supported on HTML cells. + - $border parameter was added to Image() and ImageEps() methods. + - The method getNumLines() was added to estimate the number of lines required for the specified text. + +4.5.010 (2009-01-29) + - Bug n. 2546108 "BarCode Y position" was fixed. + +4.5.009 (2009-01-26) + - Bug n. 2538094 "Empty pdf file created" was fixed. + +4.5.008 (2009-01-26) + - setPage() method was fixed to correctly restore graphic states. + - Source code was cleaned up for performances. + +4.5.007 (2009-01-24) + - checkPageBreak() and write1DBarcode() methods were fixed. + - Source code was cleaned up for performances. + - barcodes.php was updated. + +4.5.006 (2009-01-23) + - getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs. + +4.5.005 (2009-01-23) + - Page closing bug was fixed. + +4.5.004 (2009-01-21) + - The access of convertHTMLColorToDec() method was changed to public + - Fixed bug on UL tag. + +4.5.003 (2009-01-19) + - Fonts on different folders are now supported. + +4.5.002 (2009-01-07) + - addTOC() function was improved (see example n. 45). + +4.5.001 (2009-01-04) + - The signature of startPageGroup() function was changed. + - Method Footer() was improved to automatically print page or page-group number (see example n. 23). + - Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content. + - The signature of addTOC() was changed to include the font used for page numbers. + +4.5.000 (2009-01-03) + - A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43). + - The method movePageTo() was added to move pages to previous positions (see example n. 44). + - The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()). + - The methods addTOC() was added to print a Table Of Content (see example n. 45). + - Imagick class constant was removed for better compatibility with PHP4. + - All existing examples were updated and new examples were added. + +4.4.009 (2008-12-29) + - Examples 1 and 35 were fixed. + +4.4.008 (2008-12-28) + - Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed. + +4.4.007 (2008-12-23) + - Bug #2459935 "no unit conversion for header line" was fixed. + - Example n. 42 for image alpha channel was added. + - All examples were updated. + +4.4.006 (2008-12-11) + - Method setLIsymbol() was changed to reflect latest changes in HTML list handling. + +4.4.005 (2008-12-10) + - Bug item #2413870 "ordered list override value" was fixed. + +4.4.004 (2008-12-10) + - The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %). + - The method intToRoman() was added to convert integer number to Roman representation. + - Support fot HTML lists was improved: the CSS property list-style-type is now supported. + +4.4.003 (2008-12-09) + - Bug item #2412147 "Warning on line 3367" was fixed. + - Method setHtmlLinksStyle() was added to set default HTML link colors and font style. + - Method addHtmlLink() was changed to use color and style defined on the inline CSS. + +4.4.002 (2008-12-09) + - Borders on Multicell() were fixed. + - Problem of Multicell() on Header function (Bug item #2407579) was fixed. + - Problem on graphics tranformations applied to Multicell() was fixed. + - Support for ImageMagick was added. + - Width calculation for nested tables was fixed. + +4.4.001 (2008-12-08) + - Some missing core fonts were added on fonts directory. + - CID0 fonts rendering was fixed. + - HTML support was improved (

                         and  tags are now supported).
                        +	- Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
                        +
                        +4.4.000 (2008-12-07)
                        +	- File attachments are now supported (see example n. 41).
                        +	- Font functions were optimized to reduce document size.
                        +	- makefont.php was updated.
                        +	- Linux binaries were added on /fonts/utils
                        +	- All fonts were updated.
                        +	- $autopadding parameter was added to Multicell() to disable automatic padding features.
                        +	- $maxh parameter was added to Multicell() and Write() to set a maximum height.
                        +
                        +4.3.009 (2008-12-05)
                        +	- Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
                        +
                        +4.3.008 (2008-12-05)
                        +	- Bug item #2390566 "rect bug" was fixed.
                        +	- File path was fixed for font embedded files.
                        +	- SetFont() method signature was changed to include the font filename.
                        +	- Some font-related methods were improved.
                        +	- Methods getFontFamily() and getFontStyle() were added.
                        +
                        +4.3.007 (2008-12-03)
                        +	- PNG alpha channel is now supported (GD library is required).
                        +	- AddFont() function now support custom font file path on $file parameter.
                        +	- The default width variable ($dw) is now always defined for any font.
                        +	- The 'Style' attribute on CID-0 fonts was removed because of protection bug.
                        +
                        +4.3.006 (2008-12-01)
                        +	- A regular expression on getHtmlDomArray() to find HTML tags was fixed.
                        +
                        +4.3.005 (2008-11-25)
                        +	- makefont.php was fixed.
                        +	- Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
                        +	- Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
                        +	- Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
                        +
                        +4.3.004 (2008-11-19)
                        +	- Function _textstring() was fixed (bug 2309051).
                        +	- All examples were updated.
                        +
                        +4.3.003 (2008-11-18)
                        +	- CID-0 font bug was fixed.
                        +	- Some functions were optimized.
                        +	- Function getGroupPageNoFormatted() was added.
                        +	- Example n. 23 was updated.
                        +
                        +4.3.002 (2008-11-17)
                        +	- Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
                        +
                        +4.3.001 (2008-11-17)
                        +	- Bug item #2300007 "download mimetype pdf" was fixed.
                        +	- Double quotes were replaced by single quotes to improve PHP performances.
                        +	- A bug relative to HTML cell borders was fixed.
                        +
                        +4.3.000 (2008-11-14)
                        +	- The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
                        +	- A bug relative to list items indentation was fixed.
                        +	- A bug relative to borders on HTML tables and Multicell was fixed.
                        +	- A bug relative to rowspanned cells was fixed.
                        +	- A bug relative to html images across pages was fixed.
                        +
                        +4.2.009 (2008-11-13)
                        +	- Spaces between li tags are now automatically removed.
                        +
                        +4.2.008 (2008-11-12)
                        +	- A bug relative to fill color on next page was fixed.
                        +
                        +4.2.007 (2008-11-12)
                        +	- The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
                        +
                        +4.2.006 (2008-11-06)
                        +	- A bug relative to HTML justification was fixed.
                        +
                        +4.2.005 (2008-11-06)
                        +	- A bug relative to HTML justification was fixed.
                        +	- The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
                        +	- Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
                        +	- Example 6 was updated.
                        +
                        +4.2.004 (2008-11-04)
                        +	- Bug item n. 2217039 "filename handling improvement" was fixed.
                        +
                        +4.2.003 (2008-10-31)
                        +	- Font style bug was fixed.
                        +
                        +4.2.002 (2008-10-31)
                        +	- Bug item #2210922 (htm element br not work) was fixed.
                        +	- Write() function was improved to support margin changes.
                        +
                        +4.2.001 (2008-10-30)
                        +	- setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
                        +	- writeHTML() function now support margin changes during execution.
                        +	- Signature of addHTMLVertSpace() function is changed.
                        +
                        +4.2.000 (2008-10-29)
                        +	- htmlcolors.php was changed to support class-loaders.
                        +	- ImageEps() function was improved in performances.
                        +	- Signature of Link() And Annotation() functions were changed.
                        +	- (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
                        +	- rowspan mode for HTML table cells was improved and fixed.
                        +	- Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
                        +	- lastPage() signature is changed.
                        +	- Signature of Write() function is changed.
                        +	- Some HTML justification problems were fixed.
                        +	- Some functions were fixed to better support RTL mode.
                        +	- Example n. 10 was changed to support RTL mode.
                        +	- All examples were updated.
                        +
                        +4.1.004 (2008-10-23)
                        +	- unicode_data.php was changed to support class-loaders.
                        +	- Bug item #2186040/2 (writeHTML margin problem) was fixed.
                        +
                        +4.1.003 (2008-10-22)
                        +	- Bug item #2185399 was fixed (rowspan and page break).
                        +	- Bugs item #2186040 was fixed (writeHTML margin problem).
                        +	- Newline after table was removed.
                        +
                        +4.1.002 (2008-10-21)
                        +	- Bug item #2184525 was fixed (rowspan on HTML cell).
                        +
                        +4.1.001 (2008-10-21)
                        +	- Support for "start" attribute was added to HTML ordered list.
                        +	- unicode_data.php file was changed to include UTF-8 to ASCII table.
                        +	- Some functions were modified to better support UTF-8 extensions to core fonts.
                        +	- Support for images on HTML lists was improved.
                        +	- Examples n. 1 and 6 were updated.
                        +
                        +4.1.000 (2008-10-18)
                        +	- Page-break bug using HTML content was fixed.
                        +	- The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
                        +	- addHtmlLink() function was improved to support internal links (i.e.: link to page 23).
                        +	- Justification alignment is now supported on HTML (see example n. 39).
                        +	- example_006.php was updated.
                        +
                        +4.0.033 (2008-10-13)
                        +	- Bug n. 2157099 was fixed.
                        +	- SetX() and SetY() functions were improved.
                        +	- SetY() includes a new parameter to avoid the X reset.
                        +
                        +4.0.032 (2008-10-10)
                        +	- Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
                        +	- setStyle() method was removed.
                        +	- Configuration file was changed to use helvetica (non-unicode) font by default.
                        +	- The use of mixed font types was improved.
                        +	- All examples were updated.
                        +
                        +4.0.031 (2008-10-09)
                        +	- _putannots() and _putbookmarks() links alignments were fixed.
                        +
                        +4.0.030 (2008-10-07)
                        +	- _putbookmarks() function was fixed.
                        +	- _putannots() was fixed to include internal links.
                        +
                        +4.0.029 (2008-09-27)
                        +	- Infinite loop bug was fixed [Bug item #130309].
                        +	- Multicell() problem on Header() was fixed.
                        +
                        +4.0.028 (2008-09-26)
                        +	- setLIsymbol() was added to set the LI symbol used on UL lists.
                        +	- Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
                        +
                        +4.0.027 (2008-09-19)
                        +	- Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
                        +	- arailunicid0.php font was updated.
                        +	- The problem of javascript form fields duplication after saving was fixed.
                        +
                        +4.0.026 (2008-09-17)
                        +	- convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
                        +	- The following inline CSS attributes are now supported: text-decoration, color, background-color and font-size names: xx-small, x-small, small, medium, large, x-large, xx-large
                        +	- Example n. 6 was updated.
                        +
                        +4.0.025 (2008-09-15)
                        +	- _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
                        +	- arialunicid0 font was added (see the new example n. 38).
                        +	- The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
                        +
                        +4.0.024 (2008-09-12)
                        +	- "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
                        +	- support for Spot Colors were added. Check the new example n. 37 and the following new functions:
                        +		AddSpotColor()
                        +		SetDrawSpotColor()
                        +		SetFillSpotColor()
                        +		SetTextSpotColor()
                        +		_putspotcolors()
                        +	- Bookmark() function was improved to fix wrong levels.
                        +	- $lasth changes after header/footer calls were fixed.
                        +
                        +4.0.023 (2008-09-05)
                        +	- Some HTML related problems were fixed.
                        +	- Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
                        +
                        +4.0.022 (2008-08-28)
                        +	- Line height on HTML was fixed.
                        +	- Image inside an HTML cell problem was fixed.
                        +	- A new "zarbold" persian font was added.
                        +
                        +4.0.021 (2008-08-24)
                        +	- HTTP headers were fixed on Output function().
                        +	- getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
                        +	- Function Write() was fixed.
                        +	- The problem of additional vertical spaces on HTML was fixed.
                        +	- The problem of frame around HTML links was fixed.
                        +
                        +4.0.020 (2008-08-15)
                        +	- "[2052259] WriteHTML  & " bug was fixed.
                        +
                        +4.0.019 (2008-08-13)
                        +	- "Rowspan on first cell" bug was fixed.
                        +
                        +4.0.018 (2008-08-08)
                        +	- Default cellpadding for HTML tables was fixed.
                        +	- Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
                        +	- HTML links are now correclty shifted during line alignments.
                        +	- function getAliasNbPages() was added and Footer() was updated.
                        +	- RowSpan mode for HTML tables was fixed.
                        +	- Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
                        +	- ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
                        +
                        +4.0.017 (2008-08-05)
                        +	- Missing CNZ and CEO style modes were added to Rect() function.
                        +	- Fonts utils were updated to include support for OpenType fonts.
                        +	- getLastH() function was added.
                        +
                        +4.0.016 (2008-07-30)
                        +	- setPageMark() function was added. This function must be called after calling Image() function for a background image.
                        +
                        +4.0.015 (2008-07-29)
                        +	- Some functions were changed to support different page formats (see example_028.php).
                        +	- The signature of setPage() function is changed.
                        +
                        +4.0.014 (2008-07-29)
                        +	- K_PATH_MAIN calculation on tcpdf_config.php was fixed.
                        +	- HTML support for EPS/AI images was added (see example_006.php).
                        +	- Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
                        +	- PDF header bug was fixed.
                        +	- helvetica was added as default font family.
                        +	- Stroke mode was fixed on Text function.
                        +	- several minor bugs were fixed.
                        +
                        +4.0.013 (2008-07-27)
                        +	- Bugs item #2027799 " Big spaces between lines after page break" was fixed.
                        +	- K_PATH_MAIN calculation on tcpdf_config.php was changed.
                        +	- Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
                        +
                        +4.0.012 (2008-07-24)
                        +	- Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
                        +	- The following functions were added:
                        +			setHeader()
                        +			setFooter()
                        +			getImageRBX()
                        +			getImageRBY()
                        +			getCellHeightRatio()
                        +			getHeaderFont()
                        +			getFooterFont()
                        +			getRTL()
                        +			getBarcode()
                        +			getHeaderData()
                        +			getHeaderMargin()
                        +			getFooterMargin()
                        +
                        +4.0.011 (2008-07-23)
                        +	- Font support was improved.
                        +	- The folder /fonts/utils contains new utilities and instructions for embedd font files.
                        +	- Documentation was updated.
                        +
                        +4.0.010 (2008-07-22)
                        +	- HTML tables were fixed to work across pages.
                        +	- Header() and Footer() functions were updated to preserve previous settings.
                        +	- example_035.php was added.
                        +
                        +4.0.009 (2008-07-21)
                        +	- UTF8StringToArray() function was fixed for non-unicode mode.
                        +
                        +4.0.008 (2008-07-21)
                        +	- Barcodes alignment was fixed (see example_027.php).
                        +	- unicode_data.php was updated.
                        +	- Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
                        +
                        +4.0.007 (2008-07-18)
                        +	- str_split was replaced by preg_split for compatibility with PHP4 version.
                        +	- Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
                        +
                        +4.0.006 (2008-07-16)
                        +	- HTML rowspan bug was fixed.
                        +	- Line style for MultiCell() was fixed.
                        +	- WriteHTML() function was improved.
                        +	- CODE128C barcode was fixed (barcodes.php).
                        +
                        +4.0.005 (2008-07-11)
                        +	- Bug [2015715] "PHP Error/Warning" was fixed.
                        +
                        +4.0.004 (2008-07-09)
                        +	- HTML cell internal padding was fixed.
                        +
                        +4.0.003 (2008-07-08)
                        +	- Removed URL encoding when F option is selected on Output() function.
                        +	- fixed some minor bugs in html tables.
                        +
                        +4.0.002 (2008-07-07)
                        +	- Bug [2000861] was still unfixed and has been fixed.
                        +
                        +4.0.001 (2008-07-05)
                        +	- Bug [2000861] was fixed.
                        +
                        +4.0.000 (2008-07-03)
                        +	- THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
                        +	- Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
                        +	- HTML support was completely rewritten and improved (see example 6).
                        +	- Alignments parameters were fixed.
                        +	- Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
                        +	- Fonts support was improved.
                        +	- All core fonts were replaced and moved to fonts/ directory.
                        +	- The following functions were added: getMargins(), getFontSize(), getFontSizePt().
                        +	- File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
                        +	- Multicell and WriteHTMLCell fill function was fixed.
                        +	- Several minor bugs were fixed.
                        +	- barcodes.php was updated.
                        +	- All examples were updated.
                        +
                        +------------------------------------------------------------
                        +
                        +3.1.001 (2008-06-13)
                        +	- Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
                        +	- Vera font was removed, DejaVu font and Free fonts were updated.
                        +	- Image handling was improved.
                        +	- All examples were updated.
                        +
                        +3.1.000 (2008-06-11)
                        +	- setPDFVersion() was added to change the default PDF version (currently 1.7).
                        +	- setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
                        +	- SetDisplayMode() signature was changed (new options were added).
                        +	- LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
                        +	- PieSector() function was added to render render pie charts (see example 31).
                        +	- ImageEps() was added to display EPS and AI images with limited support (see example 32).
                        +	- writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
                        +	- The new write1DBarcode() function support more barcodes and do not need the GD library (see example 027). All barcodes are directly written to PDF using graphic functions.
                        +	- HTML lists were improved and could be nested (you may now represent trees).
                        +	- AddFont() bug was fixed.
                        +	- _putfonts() bug was fixed.
                        +	- graphics functions were fixed.
                        +	- unicode_data.php file was updated (fixed).
                        +	- almohanad font was updated.
                        +	- example 18 was updated (Farsi and Arabic languages).
                        +	- source code cleanup.
                        +	- All examples were updated and new examples were added.
                        +
                        +3.0.015 (2008-06-06)
                        +	- AddPage() function signature is changed to include page format.
                        +	- example 28 was added to show page format changes.
                        +	- setPageUnit() function was added to change the page units of measure.
                        +	- setPageFormat() function was added to change the page format and orientation between pages.
                        +	- setPageOrientation() function was added to change the page orientation.
                        +	- Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
                        +
                        +3.0.014 (2008-06-04)
                        +	- Arabic font shaping was fixed.
                        +	- setDefaultTableColumns() function was added.
                        +	- $cell_height_ratio variable was added.
                        +	- setCellHeightRatio() function was added to define the default height of cell repect font height.
                        +
                        +3.0.013 (2008-06-03)
                        +	- Multicell height parameter was fixed.
                        +	- Arabic font shaping was improved.
                        +	- unicode_data.php was updated.
                        +
                        +3.0.012 (2008-05-30)
                        +	- K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
                        +	- DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
                        +	- Arabic font shaping was improved.
                        +	- TranslateY() function was fixed (bug [1977962]).
                        +	- setVisibility() function was fixed.
                        +	- writeBarcode() function was fixed to scale using $xref parameter.
                        +	- All examples were updated.
                        +
                        +3.0.011 (2008-05-23)
                        +	- CMYK color support was added to all graphic functions.
                        +	- HTML table support was improved:
                        +	  -- now it's possible to include additional html tags inside a cell;
                        +	  -- colspan attribute was added.
                        +	- example 006 was updated.
                        +
                        +3.0.010 (2008-05-21)
                        +	- fixed $laa_array inclusion on utf8Bidi() function.
                        +
                        +3.0.009 (2008-05-20)
                        +	- unicode_data.php was updated.
                        +	- Arabic laa letter problem was fixed.
                        +
                        +3.0.008 (2008-05-12)
                        +	- Arabic support was fixed and improved (unicode_data.php was updated).
                        +	- Polycurve() function was added to draw a poly-Bezier curve.
                        +	- list items alignment was fixed.
                        +	- example 6 was updated.
                        +
                        +3.0.007 (2008-05-06)
                        +	- Arabic support was fixed and improved.
                        +	- AlMohanad (arabic) font was added.
                        +	- C128 barcode bugs were fixed.
                        +
                        +3.0.006 (2008-04-21)
                        +	- Condition to check negative width values was added.
                        +
                        +3.0.005 (2008-04-18)
                        +	- back-Slash character escape was fixed on writeHTML() function.
                        +	- Exampe 6 was updated.
                        +
                        +3.0.004 (2008-04-11)
                        +	- Bug [1939304] (Right to Left Issue) was fixed.
                        +
                        +3.0.003 (2008-04-07)
                        +	- Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
                        +	- "face" attribute of "font" tag is now fully supported.
                        +
                        +3.0.002 (2008-04-01)
                        +	- Write() functions now return the number of cells and not the number of lines.
                        +	- TCPDF is released under LGPL 2.1, or any later version.
                        +
                        +3.0.001 (2008-05-28)
                        +	- _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
                        +	- function writeBarcode() was fixed.
                        +	- all examples were updated.
                        +	- example 27 was added to show various barcodes.
                        +
                        +3.0.000 (2008-03-27)
                        +	- private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
                        +	- Image-related functions were rewritten.
                        +	- resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
                        +	- TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
                        +	- CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
                        +	- Page Groups were added (see example 23).
                        +	- setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
                        +	- All private variables and functions were changed to protected.
                        +	- setAlpha() function was added to give transparency support for all objects (see example 25).
                        +	- Clipping and stroke modes were added to Text() function (see example 26).
                        +	- All examples were moved to "examples" directory.
                        +	- function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
                        +
                        +2.9.000 (2008-03-26)
                        +	- htmlcolors.php file was added to include html colors.
                        +	- Support for HTML color names and three-digit hexadecimal color codes was added.
                        +	- private function convertColorHexToDec() was renamed convertHTMLColorToDec().
                        +	- color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
                        +	- Write() function were fixed.
                        +	- example_006.php was updated.
                        +	- private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
                        +
                        +2.8.000 (2008-03-20)
                        +	- Private variables were changed to protected.
                        +	- Function Write() was fixed and improved.
                        +	- Support for dl, dt, dd, del HTML tags was introduced.
                        +	- Line-trought mode was added for HTML and text.
                        +	- Text vertical alignment on cells were fixed.
                        +	- Examples were updated to reflect changes.
                        +
                        +2.7.002 (2008-03-13)
                        +	- Bug "[1912142] Encrypted PDF created/modified date" was fixed.
                        +
                        +2.7.001 (2008-03-10)
                        +	- Cell justification was fixed for non-unicode mode.
                        +
                        +2.7.000 (2008-03-09)
                        +	- Cell() stretching mode 4 (forced character spacing) was fixed.
                        +	- writeHTMLCell() now uses Multicell() to write.
                        +	- Multicell() has a new parameter $ishtml to act as writeHTMLCell().
                        +	- Write() speed was improved for non-arabic strings.
                        +	- Example n. 20 was changed.
                        +
                        +2.6.000 (2008-03-07)
                        +	- various alignments bugs were fixed.
                        +
                        +2.5.000 (2008-03-07)
                        +	- Several bugs were fixed.
                        +	- example_019.php was added to test non-unicode mode using old fonts.
                        +
                        +2.4.000 (2008-03-06)
                        +	- RTL support was deeply improved.
                        +	- GetStringWidth() was fixed to support RTL languages.
                        +	- Text() RTL alignment was fixed.
                        +	- Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
                        +	- example_018.php was added and test_unicode.php was removed.
                        +
                        +2.3.000 (2008-03-05)
                        +	- MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
                        +	- Write() signature is changed. Now support the cell mode to be used with MultiCell.
                        +	- Header() and Footer() were changed.
                        +	- The following functions were added: UTF8ArrSubString() and unichr().
                        +	- Examples were updated to reflect last changes.
                        +
                        +2.2.004 (2008-03-04)
                        +	- Several examples were added.
                        +	- AddPage() Header() and Footer() were fixed.
                        +	- Documentation is now available on http://www.tcpdf.org
                        +
                        +2.2.003 (2008-03-03)
                        +	- [1894853] Performance of MultiCell() was improved.
                        +	- RadioButton and ListBox functions were added.
                        +	- javascript form functions were rewritten and properties names are changed. The properties function supported by form fields are listed on Possible values are listed on http://www.adobe.com/devnet/acrobat/pdfs/js_developer_guide.pdf.
                        +
                        +2.2.002 (2008-02-28)
                        +	- [1900495] html images path was fixed.
                        +	- Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
                        +
                        +2.2.001 (2008-02-16)
                        +	- The bug "[1894700] bug with replace relative path" was fixed
                        +	- Justification was fixed
                        +
                        +2.2.000 (2008-02-12)
                        +	- fixed javascript bug introduced with latest release
                        +
                        +2.1.002 (2008-02-12)
                        +	- Justify function was fixed on PHP4 version.
                        +	- Bookmank function was added ([1578250] Table of contents).
                        +	- Javascript and Form fields support was added ([1796359] Form fields).
                        +
                        +2.1.001 (2008-02-10)
                        +	- The bug "[1885776] Race Condition in function justitfy" was fixed.
                        +	- The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
                        +
                        +2.1.000 (2008-01-07)
                        +	- FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
                        +	- Bidirectional Algorithm to correctly reverse bidirectional languages was added.
                        +	- SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
                        +	- SetCellPadding function was added.
                        +	- writeHTML was updated with new parameters.
                        +	- Text function was fixed.
                        +	- MultiCell function was fixed, now works also across multiple pages.
                        +	- Line width was fixed on Header and Footer functions and 
                        tag. + - "GetImageSize" was renamed "getimagesize". + - Document version was changed from 1.3 to 1.5. + - _begindoc() function was fixed. + - ChangeDate was fixed and ModDate was added. + - The following functions were added: + setPage() : Move pointer to the specified document page. + getPage() : Get current document page number. + lastpage() : Reset pointer to the last document page. + getNumPages() : Get the total number of inserted pages. + GetNumChars() : count the number of (UTF-8) characters in a string. + - $stretch parameter was added to Cell() function to fit text on cell: + 0 = disabled + 1 = horizontal scaling only if necessary + 2 = forced horizontal scaling + 3 = character spacing only if necessary + 4 = forced character spacing + - Line function was fixed for RTL. + - Graphic transformation functions were added [1811158]: + StartTransform() + StopTransform() + ScaleX() + ScaleY() + ScaleXY() + Scale() + MirrorH() + MirrorV() + MirrorP() + MirrorL() + TranslateX() + TranslateY() + Translate() + Rotate() + SkewX() + SkewY() + Skew() + - Graphic function were added/updated [1688549]: + SetLineStyle() + _outPoint() + _outLine() + _outRect() + _outCurve() + Line() + Rect() + Curve + Ellipse + Circle + Polygon + RegularPolygon + +2.0.000 (2008-01-04) + - RTL (Right-To-Left) languages support was added. Language direction is set using the $l['a_meta_dir'] setting on /configure/language/xxx.php language files. + - setRTL($enable) method was added to manually enable/disable the RTL text direction. + - The attribute "dir" was added to support custom text direction on HTML tags. Possible values are: ltr - for Left-To-Right and RTL for Right-To-Left. + - RC4 40bit encryption was added. Check the SetProtection method. + - [1815213] Improved image support for GIF, JPEG, PNG formats. + - [1800094] Attribute "value" was added to ordered list items
                      • . + - Image function now has a new "align" parameter that indicates the alignment of the pointer next to image insertion and relative to image height. The value can be: + T: top-right for LTR or top-left for RTL + M: middle-right for LTR or middle-left for RTL + B: bottom-right for LTR or bottom-left for RTL + N: next line + - Attribute "align" was added to html tag to set the above image "align" parameter. Possible values are: + top: top-right for LTR or top-left for RTL + middle: middle-right for LTR or middle-left for RTL + bottom: bottom-right for LTR or bottom-left for RTL + - [1798103] newline was added after ,
                      and

                      tages. + - [1816393] Documentation was updated. + - 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages; + - The method lastPage() was added to move the pointer on the last page; + +------------------------------------------------------------ + +1.53.0.TC034 (2007-07-30) + - fixed htmlentities conversion. + - MultiCell() function returns the number of cells. + +1.53.0.TC033 (2007-07-30) + - fixed bug 1762550: case sensitive for font files + - NOTE: all fonts files names must be in lowercase! + +1.53.0.TC032 (2007-07-27) + - setLastH method was added to resolve bug 1689071. + - all fonts names were converted in lowercase (bug 1713005). + - bug 1740954 was fixed. + - justification was added as Cell option. + +1.53.0.TC031 (2007-03-20) + - ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text. + +1.53.0.TC030 (2007-03-06) + - fixed bug on PHP4 version. + +1.53.0.TC029 (2007-03-06) + - DejaVu Fonts were added. + +1.53.0.TC028 (2007-03-03) + - MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information. + - Greek language were added on example sentences. + - setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer. + +1.53.0.TC027 (2006-12-14) + - $attr['face'] bug were fixed. + - K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files. + +1.53.0.TC026 (2006-10-28) + - writeHTML function call were fixed on examples. + +1.53.0.TC025 (2006-10-27) + - Bugs item #1421290 were fixed (0D - 0A substitution in some characters) + - Bugs item #1573174 were fixed (MultiCell documentation) + +1.53.0.TC024 (2006-09-26) + - getPageHeight() function were fixed (bug 1543476). + - fixed missing breaks on closedHTMLTagHandler function (bug 1535263). + - fixed extra spaces on Write function (bug 1535262). + +1.53.0.TC023 (2006-08-04) + - paths to barcode directory were fixed. + - documentation were updated. + +1.53.0.TC022 (2006-07-16) + - fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists() + +1.53.0.TC021 (2006-07-01) + - HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support) + +1.53.0.TC020 (2006-06-23) + - code cleanup + +1.53.0.TC019 (2006-05-21) + - fixed and closing tags + +1.53.0.TC018 (2006-05-18) + - fixed font names bug + +1.53.0.TC017 (2006-05-18) + - the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder. + - new free unicode fonts were included on /fonts/freefont. + - test_unicode.php example were exended. + - parameter $fill were added on Write, writeHTML and writeHTMLCell functions. + - documentation were updated. + +1.53.0.TC016 (2006-03-09) + - fixed closing tag on html parser. + +1.53.0.TC016 (2005-08-28) + - fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class). + - fixed problem when mb_internal_encoding is set. + +1.53.0.TC014 (2005-05-29) + - fixed WriteHTMLCell new page issue. + +1.53.0.TC013 (2005-05-29) + - fixed WriteHTMLCell across pages. + +1.53.0.TC012 (2005-05-29) + - font color attribute bug were fixed. + +1.53.0.TC011 (2005-03-31) + - SetFont function were fixed (thank Sjaak Lauwers for bug notice). + +1.53.0.TC010 (2005-03-22) + - the html functions were improved (thanks to Manfred Vervuert for bug reporting). + +1.53.0.TC009 (2005-03-19) + - a wrong reference to convertColorHexToDec were fixed. + +1.53.0.TC008 (2005-02-07) + - removed some extra bytes from PHP files. + +1.53.0.TC007 (2005-01-08) + - fill attribute were removed from writeHTMLCell method. + +1.53.0.TC006 (2005-01-08) + - the documentation were updated. + +1.53.0.TC005 (2005-01-05) + - Steven Wittens's unicode methods were removed. + - All unicode methods were rewritten from scratch. + - TCPDF is now licensed as LGPL. + +1.53.0.TC004 (2005-01-04) + - this changelog were added. + - removed commercial fonts for licensing issue. + - Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html). + - Now the AddFont and SetFont functions returns the basic font if the styled version do not exist. + +EOF -------------------------------------------------------- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/LICENSE.TXT b/htdocs/phpMyAdmin/libraries/tcpdf/LICENSE.TXT new file mode 100644 index 000000000..26adda0b3 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/LICENSE.TXT @@ -0,0 +1,860 @@ +********************************************************************** +* TCPDF LICENSE +********************************************************************** + + TCPDF is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. Additionally, + YOU CAN'T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE + GENERATED PDF DOCUMENTS. + +********************************************************************** +********************************************************************** + + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + +********************************************************************** +********************************************************************** + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +********************************************************************** +********************************************************************** diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/README.TXT b/htdocs/phpMyAdmin/libraries/tcpdf/README.TXT new file mode 100644 index 000000000..50dd9d8c0 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/README.TXT @@ -0,0 +1,90 @@ +TCPDF - README +============================================================ + +I WISH TO IMPROVE AND EXPAND TCPDF BUT I NEED YOUR SUPPORT. +PLEASE MAKE A DONATION: +http://sourceforge.net/donate/index.php?group_id=128076 + +------------------------------------------------------------ + +Name: TCPDF +Version: 5.9.039 +Release date: 2011-01-12 +Author: Nicola Asuni + +Copyright (c) 2002-2011: + Nicola Asuni + Tecnick.com s.r.l. + Via Della Pace, 11 + 09044 Quartucciu (CA) + ITALY + www.tecnick.com + +URLs: + http: www.tcpdf.org + http: www.sourceforge.net/projects/tcpdf + +Description: + TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions. + +Main Features: + * no external libraries are required for the basic functions; + * all standard page formats, custom page formats, custom margins and units of measure; + * UTF-8 Unicode and Right-To-Left languages; + * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; + * font subsetting; + * methods to publish some XHTML + CSS code, Javascript and Forms; + * images, graphic (geometric figures) and transformation methods; + * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http: www.imagemagick.org/www/formats.html) + * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417; + * Grayscale, RGB, CMYK, Spot Colors and Transparencies; + * automatic page header and footer management; + * document encryption up to 256 bit and digital signature certifications; + * transactions to UNDO commands; + * PDF annotations, including links, text and file attachments; + * text rendering modes (fill, stroke and clipping); + * multiple columns mode; + * no-write page regions; + * bookmarks and table of content; + * text hyphenation; + * text stretching and spacing (tracking/kerning); + * automatic page break, line break and text alignments including justification; + * automatic page numbering and page groups; + * move and delete pages; + * page compression (requires php-zlib extension); + * XOBject Templates; + +Installation (full instructions on http: www.tcpdf.org): + 1. copy the folder on your Web server + 2. set your installation path and other parameters on the config/tcpdf_config.php + 3. call the examples/example_001.php page with your browser to see an example + +Source Code Documentation: + doc/index.html + http://www.tcpdf.org/doc/ + +For Additional Documentation: + http: www.tcpdf.org + +License + Copyright (C) 2002-2011 Nicola Asuni - Tecnick.com S.r.l. + + TCPDF is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. Additionally, + YOU CAN'T REMOVE ANY TCPDF COPYRIGHT NOTICE OR LINK FROM THE + GENERATED PDF DOCUMENTS. + + TCPDF is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU Lesser General Public License for more details. + + You should have received a copy of the License + along with TCPDF. If not, see + . + + See LICENSE.TXT file for more information. + +============================================================ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_1.txt b/htdocs/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_1.txt new file mode 100644 index 000000000..4025de930 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_1.txt @@ -0,0 +1,19 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc. + +Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa. + +Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu. + +Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra. + +Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc. + +Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa. + +Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu. + +Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra. + +Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat. diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_2.txt b/htdocs/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_2.txt new file mode 100644 index 000000000..cd7bfe68c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_2.txt @@ -0,0 +1,23 @@ +

                      Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.

                      + + + +

                      Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.

                      + +

                      Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.

                      + +

                      Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.

                      + +

                      Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.

                      + +

                      Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed imperdiet lectus. Phasellus quis velit velit, non condimentum quam. Sed neque urna, ultrices ac volutpat vel, laoreet vitae augue. Sed vel velit erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Cras eget velit nulla, eu sagittis elit. Nunc ac arcu est, in lobortis tellus. Praesent condimentum rhoncus sodales. In hac habitasse platea dictumst. Proin porta eros pharetra enim tincidunt dignissim nec vel dolor. Cras sapien elit, ornare ac dignissim eu, ultricies ac eros. Maecenas augue magna, ultrices a congue in, mollis eu nulla. Nunc venenatis massa at est eleifend faucibus. Vivamus sed risus lectus, nec interdum nunc.

                      + + + +

                      Fusce et felis vitae diam lobortis sollicitudin. Aenean tincidunt accumsan nisi, id vehicula quam laoreet elementum. Phasellus egestas interdum erat, et viverra ipsum ultricies ac. Praesent sagittis augue at augue volutpat eleifend. Cras nec orci neque. Mauris bibendum posuere blandit. Donec feugiat mollis dui sit amet pellentesque. Sed a enim justo. Donec tincidunt, nisl eget elementum aliquam, odio ipsum ultrices quam, eu porttitor ligula urna at lorem. Donec varius, eros et convallis laoreet, ligula tellus consequat felis, ut ornare metus tellus sodales velit. Duis sed diam ante. Ut rutrum malesuada massa, vitae consectetur ipsum rhoncus sed. Suspendisse potenti. Pellentesque a congue massa.

                      + +

                      Integer non sem eget neque mattis accumsan. Maecenas eu nisl mauris, sit amet interdum ipsum. In pharetra erat vel lectus venenatis elementum. Nulla non elit ligula, sit amet mollis urna. Morbi ut gravida est. Mauris tincidunt sem et turpis molestie malesuada. Curabitur vel nulla risus, sed mollis erat. Suspendisse vehicula accumsan purus nec varius. Donec fermentum lorem id felis sodales dictum. Quisque et dolor ipsum. Nam luctus consectetur dui vitae fermentum. Curabitur sodales consequat augue, id ultricies augue tempor ac. Aliquam ac magna id ipsum vehicula bibendum. Sed elementum congue tristique. Phasellus vel lorem eu lectus porta sodales. Etiam neque tortor, sagittis id pharetra quis, laoreet vel arcu.

                      + +

                      Cras quam mi, ornare laoreet laoreet vel, vehicula at lacus. Maecenas a lacus accumsan augue convallis sagittis sed quis odio. Morbi sit amet turpis diam, dictum convallis urna. Cras eget interdum augue. Cras eu nisi sit amet dolor faucibus porttitor. Suspendisse potenti. Nunc vitae dolor risus, at cursus libero. Suspendisse bibendum tellus non nibh hendrerit tristique. Mauris eget orci elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta libero non ante laoreet semper. Proin volutpat sodales mi, ac fermentum erat sagittis in. Vivamus at viverra felis. Ut pretium facilisis ante et pharetra.

                      + +

                      Nulla facilisi. Cras varius quam eget libero aliquam vitae tincidunt leo rutrum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque a nisl massa, quis pretium urna. Proin vel porttitor tortor. Cras rhoncus congue velit in bibendum. Donec pharetra semper augue id lacinia. Quisque magna quam, hendrerit eu aliquam et, pellentesque ut tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Maecenas nulla quam, rutrum eu feugiat at, elementum eu libero. Maecenas ullamcorper leo et turpis rutrum ac laoreet eros faucibus. Phasellus condimentum lorem quis neque imperdiet quis molestie enim iaculis. Phasellus risus est, vestibulum ut convallis ultrices, dignissim nec erat. Etiam congue lobortis laoreet. Nulla ut neque sed velit dapibus semper. Quisque nec dolor id nibh eleifend iaculis. Vivamus vitae fermentum odio. Etiam malesuada quam in nulla aliquam sed convallis dui feugiat.

                      diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/cache/table_data_demo.txt b/htdocs/phpMyAdmin/libraries/tcpdf/cache/table_data_demo.txt new file mode 100644 index 000000000..5a48a42e7 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/cache/table_data_demo.txt @@ -0,0 +1,15 @@ +Austria;Vienna;83859;8075 +Belgium;Brussels;30518;10192 +Denmark;Copenhagen;43094;5295 +Finland;Helsinki;304529;5147 +France;Paris;543965;58728 +Germany;Berlin;357022;82057 +Greece;Athens;131625;10511 +Ireland;Dublin;70723;3694 +Italy;Roma;301316;57563 +Luxembourg;Luxembourg;2586;424 +Netherlands;Amsterdam;41526;15654 +Portugal;Lisbon;91906;9957 +Spain;Madrid;504790;39348 +Sweden;Stockholm;410934;8839 +United Kingdom;London;243820;58862 diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/cache/utf8test.txt b/htdocs/phpMyAdmin/libraries/tcpdf/cache/utf8test.txt new file mode 100644 index 000000000..af794dfdb --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/cache/utf8test.txt @@ -0,0 +1,122 @@ +Sentences that contain all letters commonly used in a language +-------------------------------------------------------------- + +Markus Kuhn -- 2001-09-02 + +This file is UTF-8 encoded. + + +Danish (da) +--------- + + Quizdeltagerne spiste jordbær med fløde, mens cirkusklovnen + Wolther spillede på xylofon. + (= Quiz contestants were eating strawbery with cream while Wolther + the circus clown played on xylophone.) + +German (de) +----------- + + Falsches Üben von Xylophonmusik quält jeden größeren Zwerg + (= Wrongful practicing of xylophone music tortures every larger dwarf) + + Zwölf Boxkämpfer jagten Eva quer über den Sylter Deich + (= Twelve boxing fighters hunted Eva across the dike of Sylt) + + Heizölrückstoßabdämpfung + (= fuel oil recoil absorber) + (jqvwxy missing, but all non-ASCII letters in one word) + +English (en) +------------ + + The quick brown fox jumps over the lazy dog + +Spanish (es) +------------ + + El pingüino Wenceslao hizo kilómetros bajo exhaustiva lluvia y + frío, añoraba a su querido cachorro. + (Contains every letter and every accent, but not every combination + of vowel + acute.) + +French (fr) +----------- + + Portez ce vieux whisky au juge blond qui fume sur son île intérieure, à + côté de l'alcôve ovoïde, où les bûches se consument dans l'âtre, ce + qui lui permet de penser à la cænogenèse de l'être dont il est question + dans la cause ambiguë entendue à Moÿ, dans un capharnaüm qui, + pense-t-il, diminue çà et là la qualité de son œuvre. + + l'île exiguë + Où l'obèse jury mûr + Fête l'haï volapük, + Âne ex aéquo au whist, + Ôtez ce vœu déçu. + + Le cœur déçu mais l'âme plutôt naïve, Louÿs rêva de crapaüter en + canoë au delà des îles, près du mälström où brûlent les novæ. + +Irish Gaelic (ga) +----------------- + + D'fhuascail Íosa, Úrmhac na hÓighe Beannaithe, pór Éava agus Ádhaimh + +Hungarian (hu) +-------------- + + Árvíztűrő tükörfúrógép + (= flood-proof mirror-drilling machine, only all non-ASCII letters) + +Icelandic (is) +-------------- + + Kæmi ný öxi hér ykist þjófum nú bæði víl og ádrepa + + Sævör grét áðan því úlpan var ónýt + (some ASCII letters missing) + +Greek (el) +------------- + + Γαζέες καὶ μυρτιὲς δὲν θὰ βρῶ πιὰ στὸ χρυσαφὶ ξέφωτο + (= No more shall I see acacias or myrtles in the golden clearing) + + Ξεσκεπάζω τὴν ψυχοφθόρα βδελυγμία + (= I uncover the soul-destroying abhorrence) + +Hebrew (iw) +----------- + + ? דג סקרן שט בים מאוכזב ולפתע מצא לו חברה איך הקליטה + +Polish (pl) +----------- + + Pchnąć w tę łódź jeża lub osiem skrzyń fig + (= To push a hedgehog or eight bins of figs in this boat) + + Zażółć gęślą jaźń + +Russian (ru) +------------ + + В чащах юга жил бы цитрус? Да, но фальшивый экземпляр! + (= Would a citrus live in the bushes of south? Yes, but only a fake one!) + +Thai (th) +--------- + + [--------------------------|------------------------] + ๏ เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน + จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร + ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย + ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะๆ จ๋าๆ น่าฟังเอย ฯ + + [The copyright for the Thai example is owned by The Computer + Association of Thailand under the Royal Patronage of His Majesty the + King.] + +Please let me know if you find others! Special thanks to the people +from all over the world who contributed these sentences. diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/config/lang/afr.php b/htdocs/phpMyAdmin/libraries/tcpdf/config/lang/afr.php new file mode 100644 index 000000000..38039cf29 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/config/lang/afr.php @@ -0,0 +1,47 @@ +600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600, +10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600, +20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600, +30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600, +40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600, +50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600, +60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600, +70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600, +80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600, +90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600, +100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600, +109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600, +118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600, +127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600, +136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600, +145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600, +154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600, +163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600, +172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600, +181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600, +190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600, +199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600, +208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600, +217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600, +226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600, +235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600, +244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600, +253=>600,254=>600,255=>600); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courierb.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courierb.php new file mode 100644 index 000000000..ab6bee087 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courierb.php @@ -0,0 +1,5 @@ +600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); +?> diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courierbi.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courierbi.php new file mode 100644 index 000000000..ab6bee087 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courierbi.php @@ -0,0 +1,5 @@ +600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); +?> diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courieri.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courieri.php new file mode 100644 index 000000000..ab6bee087 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/courieri.php @@ -0,0 +1,5 @@ +600,1=>600,2=>600,3=>600,4=>600,5=>600,6=>600,7=>600,8=>600,9=>600,10=>600,11=>600,12=>600,13=>600,14=>600,15=>600,16=>600,17=>600,18=>600,19=>600,20=>600,21=>600,22=>600,23=>600,24=>600,25=>600,26=>600,27=>600,28=>600,29=>600,30=>600,31=>600,32=>600,33=>600,34=>600,35=>600,36=>600,37=>600,38=>600,39=>600,40=>600,41=>600,42=>600,43=>600,44=>600,45=>600,46=>600,47=>600,48=>600,49=>600,50=>600,51=>600,52=>600,53=>600,54=>600,55=>600,56=>600,57=>600,58=>600,59=>600,60=>600,61=>600,62=>600,63=>600,64=>600,65=>600,66=>600,67=>600,68=>600,69=>600,70=>600,71=>600,72=>600,73=>600,74=>600,75=>600,76=>600,77=>600,78=>600,79=>600,80=>600,81=>600,82=>600,83=>600,84=>600,85=>600,86=>600,87=>600,88=>600,89=>600,90=>600,91=>600,92=>600,93=>600,94=>600,95=>600,96=>600,97=>600,98=>600,99=>600,100=>600,101=>600,102=>600,103=>600,104=>600,105=>600,106=>600,107=>600,108=>600,109=>600,110=>600,111=>600,112=>600,113=>600,114=>600,115=>600,116=>600,117=>600,118=>600,119=>600,120=>600,121=>600,122=>600,123=>600,124=>600,125=>600,126=>600,127=>600,128=>600,129=>600,130=>600,131=>600,132=>600,133=>600,134=>600,135=>600,136=>600,137=>600,138=>600,139=>600,140=>600,141=>600,142=>600,143=>600,144=>600,145=>600,146=>600,147=>600,148=>600,149=>600,150=>600,151=>600,152=>600,153=>600,154=>600,155=>600,156=>600,157=>600,158=>600,159=>600,160=>600,161=>600,162=>600,163=>600,164=>600,165=>600,166=>600,167=>600,168=>600,169=>600,170=>600,171=>600,172=>600,173=>600,174=>600,175=>600,176=>600,177=>600,178=>600,179=>600,180=>600,181=>600,182=>600,183=>600,184=>600,185=>600,186=>600,187=>600,188=>600,189=>600,190=>600,191=>600,192=>600,193=>600,194=>600,195=>600,196=>600,197=>600,198=>600,199=>600,200=>600,201=>600,202=>600,203=>600,204=>600,205=>600,206=>600,207=>600,208=>600,209=>600,210=>600,211=>600,212=>600,213=>600,214=>600,215=>600,216=>600,217=>600,218=>600,219=>600,220=>600,221=>600,222=>600,223=>600,224=>600,225=>600,226=>600,227=>600,228=>600,229=>600,230=>600,231=>600,232=>600,233=>600,234=>600,235=>600,236=>600,237=>600,238=>600,239=>600,240=>600,241=>600,242=>600,243=>600,244=>600,245=>600,246=>600,247=>600,248=>600,249=>600,250=>600,251=>600,252=>600,253=>600,254=>600,255=>600); +?> diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.32/LICENSE b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.32/LICENSE new file mode 100644 index 000000000..254e2cc42 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.32/LICENSE @@ -0,0 +1,99 @@ +Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. +Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) + +Bitstream Vera Fonts Copyright +------------------------------ + +Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is +a trademark of Bitstream, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of the fonts accompanying this license ("Fonts") and associated +documentation files (the "Font Software"), to reproduce and distribute the +Font Software, including without limitation the rights to use, copy, merge, +publish, distribute, and/or sell copies of the Font Software, and to permit +persons to whom the Font Software is furnished to do so, subject to the +following conditions: + +The above copyright and trademark notices and this permission notice shall +be included in all copies of one or more of the Font Software typefaces. + +The Font Software may be modified, altered, or added to, and in particular +the designs of glyphs or characters in the Fonts may be modified and +additional glyphs or characters may be added to the Fonts, only if the fonts +are renamed to names not containing either the words "Bitstream" or the word +"Vera". + +This License becomes null and void to the extent applicable to Fonts or Font +Software that has been modified and is distributed under the "Bitstream +Vera" names. + +The Font Software may be sold as part of a larger software package but no +copy of one or more of the Font Software typefaces may be sold by itself. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, +TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME +FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING +ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE +FONT SOFTWARE. + +Except as contained in this notice, the names of Gnome, the Gnome +Foundation, and Bitstream Inc., shall not be used in advertising or +otherwise to promote the sale, use or other dealings in this Font Software +without prior written authorization from the Gnome Foundation or Bitstream +Inc., respectively. For further information, contact: fonts at gnome dot +org. + +Arev Fonts Copyright +------------------------------ + +Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the fonts accompanying this license ("Fonts") and +associated documentation files (the "Font Software"), to reproduce +and distribute the modifications to the Bitstream Vera Font Software, +including without limitation the rights to use, copy, merge, publish, +distribute, and/or sell copies of the Font Software, and to permit +persons to whom the Font Software is furnished to do so, subject to +the following conditions: + +The above copyright and trademark notices and this permission notice +shall be included in all copies of one or more of the Font Software +typefaces. + +The Font Software may be modified, altered, or added to, and in +particular the designs of glyphs or characters in the Fonts may be +modified and additional glyphs or characters may be added to the +Fonts, only if the fonts are renamed to names not containing either +the words "Tavmjong Bah" or the word "Arev". + +This License becomes null and void to the extent applicable to Fonts +or Font Software that has been modified and is distributed under the +"Tavmjong Bah Arev" names. + +The Font Software may be sold as part of a larger software package but +no copy of one or more of the Font Software typefaces may be sold by +itself. + +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL +TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +Except as contained in this notice, the name of Tavmjong Bah shall not +be used in advertising or otherwise to promote the sale, use or other +dealings in this Font Software without prior written authorization +from Tavmjong Bah. For further information, contact: tavmjong @ free +. fr. + +$Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.32/README b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.32/README new file mode 100644 index 000000000..b5d944069 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.32/README @@ -0,0 +1,59 @@ +DejaVu fonts 2.32 (c)2004-2010 DejaVu fonts team +------------------------------------------------ + +The DejaVu fonts are a font family based on the Bitstream Vera Fonts +(http://gnome.org/fonts/). Its purpose is to provide a wider range of +characters (see status.txt for more information) while maintaining the +original look and feel. + +DejaVu fonts are based on Bitstream Vera fonts version 1.10. + +Available fonts (Sans = sans serif, Mono = monospaced): + +DejaVu Sans Mono +DejaVu Sans Mono Bold +DejaVu Sans Mono Bold Oblique +DejaVu Sans Mono Oblique +DejaVu Sans +DejaVu Sans Bold +DejaVu Sans Bold Oblique +DejaVu Sans Oblique +DejaVu Sans ExtraLight (experimental) +DejaVu Serif +DejaVu Serif Bold +DejaVu Serif Bold Italic (experimental) +DejaVu Serif Italic (experimental) +DejaVu Sans Condensed (experimental) +DejaVu Sans Condensed Bold (experimental) +DejaVu Sans Condensed Bold Oblique (experimental) +DejaVu Sans Condensed Oblique (experimental) +DejaVu Serif Condensed (experimental) +DejaVu Serif Condensed Bold (experimental) +DejaVu Serif Condensed Bold Italic (experimental) +DejaVu Serif Condensed Italic (experimental) + +All fonts are also available as derivative called DejaVu LGC with support +only for Latin, Greek and Cyrillic scripts. + +For license information see LICENSE. What's new is described in NEWS. Known +bugs are in BUGS. All authors are mentioned in AUTHORS. + +Fonts are published in source form as SFD files (Spline Font Database from +FontForge - http://fontforge.sf.net/) and in compiled form as TTF files +(TrueType fonts). + +For more information go to http://dejavu.sourceforge.net/. + +Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah: +--------------------------- +U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223, +U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5, +U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362, +U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9, +U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F, +U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135, +U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704, +U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794, +U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06 + +$Id: README 2423 2010-08-22 15:48:31Z moyogo $ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.ctg.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.ctg.z new file mode 100644 index 000000000..010e8babe Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.ctg.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.php new file mode 100644 index 000000000..7fd0e1081 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.php @@ -0,0 +1,531 @@ +928,'Descent'=>-236,'CapHeight'=>30,'Flags'=>96,'FontBBox'=>'[-1021 -415 1681 1167]','ItalicAngle'=>20.8,'StemV'=>70,'MissingWidth'=>600); +$up=-63; +$ut=44; +$dw=600; +$cw=array( +0=>600,32=>318,33=>401,34=>460,35=>838,36=>636,37=>950,38=>780,39=>275,40=>390, +41=>390,42=>500,43=>838,44=>318,45=>361,46=>318,47=>337,48=>636,49=>636,50=>636, +51=>636,52=>636,53=>636,54=>636,55=>636,56=>636,57=>636,58=>337,59=>337,60=>838, +61=>838,62=>838,63=>531,64=>1000,65=>684,66=>686,67=>698,68=>770,69=>632,70=>575, +71=>775,72=>752,73=>295,74=>295,75=>656,76=>557,77=>863,78=>748,79=>787,80=>603, +81=>787,82=>695,83=>635,84=>611,85=>732,86=>684,87=>989,88=>685,89=>611,90=>685, +91=>390,92=>337,93=>390,94=>838,95=>500,96=>500,97=>613,98=>635,99=>550,100=>635, +101=>615,102=>352,103=>635,104=>634,105=>278,106=>278,107=>579,108=>278,109=>974,110=>634, +111=>612,112=>635,113=>635,114=>411,115=>521,116=>392,117=>634,118=>592,119=>818,120=>592, +121=>592,122=>525,123=>636,124=>337,125=>636,126=>838,8364=>636,8218=>318,402=>352,8222=>518, +8230=>1000,8224=>500,8225=>500,710=>500,8240=>1342,352=>635,8249=>400,338=>1070,381=>685,8216=>318, +8217=>318,8220=>518,8221=>518,8226=>590,8211=>500,8212=>1000,732=>500,8482=>1000,353=>521,8250=>400, +339=>1023,382=>525,376=>611,160=>318,161=>401,162=>636,163=>636,164=>636,165=>636,166=>337, +167=>500,168=>500,169=>1000,170=>471,171=>612,172=>838,173=>361,174=>1000,175=>500,176=>500, +177=>838,178=>401,179=>401,180=>500,181=>636,182=>636,183=>318,184=>500,185=>401,186=>471, +187=>612,188=>969,189=>969,190=>969,191=>531,192=>684,193=>684,194=>684,195=>684,196=>684, +197=>684,198=>974,199=>698,200=>632,201=>632,202=>632,203=>632,204=>295,205=>295,206=>295, +207=>295,208=>775,209=>748,210=>787,211=>787,212=>787,213=>787,214=>787,215=>838,216=>787, +217=>732,218=>732,219=>732,220=>732,221=>611,222=>605,223=>630,224=>613,225=>613,226=>613, +227=>613,228=>613,229=>613,230=>982,231=>550,232=>615,233=>615,234=>615,235=>615,236=>278, +237=>278,238=>278,239=>278,240=>612,241=>634,242=>612,243=>612,244=>612,245=>612,246=>612, +247=>838,248=>612,249=>634,250=>634,251=>634,252=>634,253=>592,254=>635,255=>592,256=>684, +257=>613,258=>684,259=>613,260=>684,261=>613,262=>698,263=>550,264=>698,265=>550,266=>698, +267=>550,268=>698,269=>550,270=>770,271=>635,272=>775,273=>635,274=>632,275=>615,276=>632, +277=>615,278=>632,279=>615,280=>632,281=>615,282=>632,283=>615,284=>775,285=>635,286=>775, +287=>635,288=>775,289=>635,290=>775,291=>635,292=>752,293=>634,294=>916,295=>695,296=>295, +297=>278,298=>295,299=>278,300=>295,301=>278,302=>295,303=>278,304=>295,305=>278,306=>590, +307=>556,308=>295,309=>278,310=>656,311=>579,312=>579,313=>557,314=>278,315=>557,316=>278, +317=>557,318=>375,319=>557,320=>342,321=>562,322=>284,323=>748,324=>634,325=>748,326=>634, +327=>748,328=>634,329=>813,330=>748,331=>634,332=>787,333=>612,334=>787,335=>612,336=>787, +337=>612,340=>695,341=>411,342=>695,343=>411,344=>695,345=>411,346=>635,347=>521,348=>635, +349=>521,350=>635,351=>521,354=>611,355=>392,356=>611,357=>392,358=>611,359=>392,360=>732, +361=>634,362=>732,363=>634,364=>732,365=>634,366=>732,367=>634,368=>732,369=>634,370=>732, +371=>634,372=>989,373=>818,374=>611,375=>592,377=>685,378=>525,379=>685,380=>525,383=>352, +384=>635,385=>735,386=>686,387=>635,388=>686,389=>635,390=>703,391=>698,392=>550,393=>775, +394=>819,395=>686,396=>635,397=>612,398=>632,399=>787,400=>614,401=>575,403=>775,404=>687, +405=>984,406=>354,407=>295,408=>746,409=>579,410=>278,411=>592,412=>974,413=>748,414=>634, +415=>787,416=>913,417=>612,418=>949,419=>759,420=>652,421=>635,422=>695,423=>635,424=>521, +425=>632,426=>336,427=>392,428=>611,429=>392,430=>611,431=>858,432=>634,433=>764,434=>721, +435=>744,436=>730,437=>685,438=>525,439=>666,440=>666,441=>578,442=>525,443=>636,444=>666, +445=>578,446=>510,447=>635,448=>295,449=>492,450=>459,451=>295,452=>1422,453=>1299,454=>1154, +455=>835,456=>787,457=>457,458=>931,459=>924,460=>797,461=>684,462=>613,463=>295,464=>278, +465=>787,466=>612,467=>732,468=>634,469=>732,470=>634,471=>732,472=>634,473=>732,474=>634, +475=>732,476=>634,477=>615,478=>684,479=>613,480=>684,481=>613,482=>974,483=>982,484=>775, +485=>635,486=>775,487=>635,488=>656,489=>579,490=>787,491=>612,492=>787,493=>612,494=>666, +495=>578,496=>278,497=>1422,498=>1299,499=>1154,500=>775,501=>635,502=>1113,503=>682,504=>748, +505=>634,506=>684,507=>613,508=>974,509=>982,510=>787,511=>612,512=>684,513=>613,514=>684, +515=>613,516=>632,517=>615,518=>632,519=>615,520=>295,521=>278,522=>295,523=>278,524=>787, +525=>612,526=>787,527=>612,528=>695,529=>411,530=>695,531=>411,532=>732,533=>634,534=>732, +535=>634,536=>635,537=>521,538=>611,539=>392,540=>627,541=>521,542=>752,543=>634,544=>735, +545=>838,546=>698,547=>610,548=>685,549=>525,550=>684,551=>613,552=>632,553=>615,554=>787, +555=>612,556=>787,557=>612,558=>787,559=>612,560=>787,561=>612,562=>611,563=>592,564=>475, +565=>843,566=>477,567=>278,568=>998,569=>998,570=>684,571=>698,572=>550,573=>557,574=>611, +575=>521,576=>525,577=>603,578=>479,579=>686,580=>732,581=>684,582=>632,583=>615,584=>295, +585=>278,586=>781,587=>635,588=>695,589=>411,590=>611,591=>592,592=>600,593=>635,594=>635, +595=>635,596=>549,597=>550,598=>635,599=>696,600=>615,601=>615,602=>819,603=>541,604=>532, +605=>775,606=>664,607=>278,608=>696,609=>635,610=>629,611=>596,612=>596,613=>634,614=>634, +615=>634,616=>278,617=>338,618=>372,619=>396,620=>487,621=>278,622=>706,623=>974,624=>974, +625=>974,626=>646,627=>642,628=>634,629=>612,630=>858,631=>728,632=>660,633=>414,634=>414, +635=>414,636=>411,637=>411,638=>530,639=>530,640=>604,641=>604,642=>521,643=>336,644=>336, +645=>461,646=>336,647=>392,648=>392,649=>634,650=>618,651=>598,652=>592,653=>818,654=>592, +655=>611,656=>525,657=>525,658=>578,659=>578,660=>510,661=>510,662=>510,663=>510,664=>787, +665=>580,666=>664,667=>708,668=>654,669=>292,670=>667,671=>507,672=>727,673=>510,674=>510, +675=>1014,676=>1058,677=>1013,678=>824,679=>610,680=>778,681=>848,682=>641,683=>654,684=>515, +685=>515,686=>661,687=>664,688=>404,689=>399,690=>175,691=>259,692=>295,693=>296,694=>379, +695=>515,696=>373,697=>278,698=>460,699=>318,700=>318,701=>318,702=>307,703=>307,704=>370, +705=>370,706=>500,707=>500,708=>500,709=>500,711=>500,712=>275,713=>500,714=>500,715=>500, +716=>275,717=>500,718=>500,719=>500,720=>337,721=>337,722=>307,723=>307,724=>500,725=>500, +726=>390,727=>317,728=>500,729=>500,730=>500,731=>500,733=>500,734=>315,735=>500,736=>426, +737=>166,738=>373,739=>444,740=>370,741=>493,742=>493,743=>493,744=>493,745=>493,748=>500, +749=>500,750=>518,755=>500,759=>500,768=>0,769=>0,770=>0,771=>0,772=>0,773=>0, +774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0,782=>0,783=>0, +784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0,792=>0,793=>0, +794=>0,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0,802=>0,803=>0, +804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0,812=>0,813=>0, +814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0,822=>0,823=>0, +824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0,832=>0,833=>0, +834=>0,835=>0,836=>0,837=>0,838=>0,839=>0,840=>0,841=>0,842=>0,843=>0, +844=>0,845=>0,846=>0,847=>0,849=>0,850=>0,851=>0,855=>0,856=>0,858=>0, +860=>0,861=>0,862=>0,863=>0,864=>0,865=>0,866=>0,880=>654,881=>568,882=>862, +883=>647,884=>278,885=>278,886=>748,887=>650,890=>500,891=>549,892=>550,893=>549,894=>337, +900=>500,901=>500,902=>692,903=>318,904=>746,905=>871,906=>408,908=>813,910=>825,911=>826, +912=>338,913=>684,914=>686,915=>557,916=>684,917=>632,918=>685,919=>752,920=>787,921=>295, +922=>656,923=>684,924=>863,925=>748,926=>632,927=>787,928=>752,929=>603,931=>632,932=>611, +933=>611,934=>787,935=>685,936=>787,937=>764,938=>295,939=>611,940=>659,941=>541,942=>634, +943=>338,944=>579,945=>659,946=>638,947=>592,948=>612,949=>541,950=>544,951=>634,952=>612, +953=>338,954=>589,955=>592,956=>636,957=>559,958=>558,959=>612,960=>602,961=>635,962=>587, +963=>634,964=>602,965=>579,966=>660,967=>578,968=>660,969=>837,970=>338,971=>579,972=>612, +973=>579,974=>837,975=>656,976=>614,977=>619,978=>699,979=>842,980=>699,981=>660,982=>837, +983=>664,984=>787,985=>612,986=>648,987=>587,988=>575,989=>458,990=>660,991=>660,992=>865, +993=>627,994=>934,995=>837,996=>758,997=>659,998=>792,999=>615,1000=>687,1001=>607,1002=>768, +1003=>625,1004=>699,1005=>612,1006=>611,1007=>536,1008=>664,1009=>635,1010=>550,1011=>278,1012=>787, +1013=>615,1014=>615,1015=>605,1016=>635,1017=>698,1018=>863,1019=>651,1020=>635,1021=>703,1022=>698, +1023=>703,1024=>632,1025=>632,1026=>786,1027=>610,1028=>698,1029=>635,1030=>295,1031=>295,1032=>295, +1033=>1094,1034=>1045,1035=>786,1036=>710,1037=>748,1038=>609,1039=>752,1040=>684,1041=>686,1042=>686, +1043=>610,1044=>781,1045=>632,1046=>1077,1047=>641,1048=>748,1049=>748,1050=>710,1051=>752,1052=>863, +1053=>752,1054=>787,1055=>752,1056=>603,1057=>698,1058=>611,1059=>609,1060=>861,1061=>685,1062=>776, +1063=>686,1064=>1069,1065=>1094,1066=>833,1067=>882,1068=>686,1069=>698,1070=>1080,1071=>695,1072=>613, +1073=>617,1074=>589,1075=>525,1076=>691,1077=>615,1078=>901,1079=>532,1080=>650,1081=>650,1082=>604, +1083=>639,1084=>754,1085=>654,1086=>612,1087=>654,1088=>635,1089=>550,1090=>583,1091=>592,1092=>855, +1093=>592,1094=>681,1095=>591,1096=>915,1097=>942,1098=>707,1099=>790,1100=>589,1101=>549,1102=>842, +1103=>602,1104=>615,1105=>615,1106=>625,1107=>525,1108=>549,1109=>521,1110=>278,1111=>278,1112=>278, +1113=>902,1114=>898,1115=>652,1116=>604,1117=>650,1118=>592,1119=>654,1120=>934,1121=>837,1122=>771, +1123=>672,1124=>942,1125=>749,1126=>879,1127=>783,1128=>1160,1129=>1001,1130=>787,1131=>612,1132=>1027, +1133=>824,1134=>636,1135=>541,1136=>856,1137=>876,1138=>787,1139=>612,1140=>781,1141=>665,1142=>781, +1143=>665,1144=>992,1145=>904,1146=>953,1147=>758,1148=>1180,1149=>1028,1150=>934,1151=>837,1152=>698, +1153=>550,1154=>502,1155=>0,1156=>0,1157=>0,1158=>0,1159=>0,1160=>418,1161=>418,1162=>772, +1163=>677,1164=>686,1165=>589,1166=>603,1167=>635,1168=>610,1169=>525,1170=>675,1171=>590,1172=>624, +1173=>530,1174=>1077,1175=>901,1176=>641,1177=>532,1178=>710,1179=>604,1180=>710,1181=>604,1182=>710, +1183=>604,1184=>856,1185=>832,1186=>752,1187=>661,1188=>1014,1189=>877,1190=>1081,1191=>916,1192=>878, +1193=>693,1194=>698,1195=>550,1196=>611,1197=>583,1198=>611,1199=>592,1200=>611,1201=>592,1202=>685, +1203=>592,1204=>934,1205=>807,1206=>686,1207=>591,1208=>686,1209=>591,1210=>686,1211=>634,1212=>941, +1213=>728,1214=>941,1215=>728,1216=>295,1217=>1077,1218=>901,1219=>656,1220=>604,1221=>776,1222=>670, +1223=>752,1224=>661,1225=>776,1226=>681,1227=>686,1228=>591,1229=>888,1230=>774,1231=>278,1232=>684, +1233=>613,1234=>684,1235=>613,1236=>974,1237=>982,1238=>632,1239=>615,1240=>787,1241=>615,1242=>787, +1243=>615,1244=>1077,1245=>901,1246=>641,1247=>532,1248=>666,1249=>578,1250=>748,1251=>650,1252=>748, +1253=>650,1254=>787,1255=>612,1256=>787,1257=>612,1258=>787,1259=>612,1260=>698,1261=>549,1262=>609, +1263=>592,1264=>609,1265=>592,1266=>609,1267=>592,1268=>686,1269=>591,1270=>610,1271=>525,1272=>882, +1273=>790,1274=>675,1275=>590,1276=>685,1277=>592,1278=>685,1279=>592,1280=>686,1281=>589,1282=>1006, +1283=>897,1284=>975,1285=>869,1286=>679,1287=>588,1288=>1072,1289=>957,1290=>1113,1291=>967,1292=>775, +1293=>660,1294=>773,1295=>711,1296=>614,1297=>541,1298=>752,1299=>639,1300=>1169,1301=>994,1302=>894, +1303=>864,1304=>1032,1305=>986,1306=>787,1307=>635,1308=>989,1309=>818,1312=>1081,1313=>905,1314=>1081, +1315=>912,1316=>793,1317=>683,1329=>867,1330=>732,1331=>882,1332=>882,1333=>732,1334=>644,1335=>682, +1336=>732,1337=>851,1338=>882,1339=>732,1340=>557,1341=>824,1342=>986,1343=>732,1344=>707,1345=>644, +1346=>882,1347=>777,1348=>882,1349=>732,1350=>840,1351=>732,1352=>732,1353=>732,1354=>791,1355=>644, +1356=>882,1357=>732,1358=>882,1359=>635,1360=>732,1361=>732,1362=>799,1363=>787,1364=>790,1365=>787, +1366=>635,1369=>307,1370=>318,1371=>500,1372=>500,1373=>392,1374=>526,1375=>500,1377=>974,1378=>634, +1379=>762,1380=>767,1381=>634,1382=>697,1383=>533,1384=>634,1385=>700,1386=>697,1387=>634,1388=>404, +1389=>894,1390=>641,1391=>634,1392=>634,1393=>635,1394=>702,1395=>634,1396=>659,1397=>278,1398=>760, +1399=>516,1400=>634,1401=>453,1402=>974,1403=>516,1404=>769,1405=>634,1406=>696,1407=>974,1408=>634, +1409=>635,1410=>501,1411=>974,1412=>648,1413=>612,1414=>629,1415=>763,1417=>337,1418=>433,1456=>0, +1457=>0,1458=>0,1459=>0,1460=>0,1461=>0,1462=>0,1463=>0,1464=>0,1465=>0,1466=>0, +1467=>0,1468=>0,1469=>0,1470=>361,1471=>0,1472=>295,1473=>0,1474=>0,1475=>295,1478=>441, +1479=>0,1488=>629,1489=>608,1490=>448,1491=>594,1492=>640,1493=>272,1494=>374,1495=>640,1496=>648, +1497=>272,1498=>592,1499=>556,1500=>599,1501=>640,1502=>659,1503=>272,1504=>441,1505=>700,1506=>563, +1507=>640,1508=>604,1509=>521,1510=>581,1511=>663,1512=>592,1513=>808,1514=>657,1520=>471,1521=>454, +1522=>471,1523=>416,1524=>645,1542=>637,1543=>637,1545=>757,1546=>977,1548=>323,1557=>0,1563=>318, +1567=>531,1569=>470,1570=>278,1571=>278,1572=>483,1573=>278,1574=>783,1575=>278,1576=>941,1577=>524, +1578=>941,1579=>941,1580=>646,1581=>646,1582=>646,1583=>445,1584=>445,1585=>483,1586=>483,1587=>1221, +1588=>1221,1589=>1209,1590=>1209,1591=>925,1592=>925,1593=>597,1594=>597,1600=>293,1601=>1037,1602=>776, +1603=>824,1604=>727,1605=>619,1606=>734,1607=>524,1608=>483,1609=>783,1610=>783,1611=>0,1612=>0, +1613=>0,1614=>0,1615=>0,1616=>0,1617=>0,1618=>0,1619=>0,1620=>0,1621=>0,1623=>0, +1626=>500,1632=>537,1633=>537,1634=>537,1635=>537,1636=>537,1637=>537,1638=>537,1639=>537,1640=>537, +1641=>537,1642=>537,1643=>325,1644=>318,1645=>545,1646=>941,1647=>776,1648=>0,1652=>292,1657=>941, +1658=>941,1659=>941,1660=>941,1661=>941,1662=>941,1663=>941,1664=>941,1665=>646,1666=>646,1667=>646, +1668=>646,1669=>646,1670=>646,1671=>646,1672=>445,1673=>445,1674=>445,1675=>445,1676=>445,1677=>445, +1678=>445,1679=>445,1680=>445,1681=>483,1682=>483,1683=>498,1684=>530,1685=>610,1686=>530,1687=>483, +1688=>483,1689=>483,1690=>1221,1691=>1221,1692=>1221,1693=>1209,1694=>1209,1695=>925,1696=>597,1697=>1037, +1698=>1037,1699=>1037,1700=>1037,1701=>1037,1702=>1037,1703=>776,1704=>776,1705=>895,1706=>1054,1707=>895, +1708=>824,1709=>824,1710=>824,1711=>895,1712=>895,1713=>895,1714=>895,1715=>895,1716=>895,1717=>727, +1718=>727,1719=>727,1720=>727,1721=>734,1722=>734,1723=>734,1724=>734,1725=>734,1726=>698,1727=>646, +1734=>483,1740=>783,1742=>783,1749=>524,1776=>537,1777=>537,1778=>537,1779=>537,1780=>537,1781=>537, +1782=>537,1783=>537,1784=>537,1785=>537,1984=>636,1985=>636,1986=>636,1987=>636,1988=>636,1989=>636, +1990=>636,1991=>636,1992=>636,1993=>636,1994=>278,1995=>571,1996=>424,1997=>592,1998=>654,1999=>654, +2000=>594,2001=>654,2002=>829,2003=>438,2004=>438,2005=>559,2006=>612,2007=>350,2008=>959,2009=>473, +2010=>783,2011=>654,2012=>625,2013=>734,2014=>530,2015=>724,2016=>473,2017=>625,2018=>594,2019=>530, +2020=>530,2021=>522,2022=>594,2023=>594,2027=>0,2028=>0,2029=>0,2030=>0,2031=>0,2032=>0, +2033=>0,2034=>0,2035=>0,2036=>313,2037=>313,2040=>560,2041=>560,2042=>361,3647=>636,3713=>670, +3714=>684,3716=>688,3719=>482,3720=>628,3722=>684,3725=>688,3732=>669,3733=>642,3734=>645,3735=>655, +3737=>659,3738=>625,3739=>625,3740=>745,3741=>767,3742=>687,3743=>687,3745=>702,3746=>688,3747=>684, +3749=>649,3751=>632,3754=>703,3755=>819,3757=>633,3758=>684,3759=>788,3760=>632,3761=>0,3762=>539, +3763=>539,3764=>0,3765=>0,3766=>0,3767=>0,3768=>0,3769=>0,3771=>0,3772=>0,3773=>663, +3776=>375,3777=>657,3778=>460,3779=>547,3780=>491,3782=>674,3784=>0,3785=>0,3786=>0,3787=>0, +3788=>0,3789=>0,3792=>636,3793=>641,3794=>641,3795=>670,3796=>625,3797=>625,3798=>703,3799=>670, +3800=>674,3801=>677,3804=>1028,3805=>1028,4256=>840,4257=>690,4258=>642,4259=>759,4260=>591,4261=>686, +4262=>789,4263=>811,4264=>467,4265=>565,4266=>789,4267=>793,4268=>584,4269=>837,4270=>750,4271=>688, +4272=>811,4273=>584,4274=>584,4275=>837,4276=>837,4277=>646,4278=>604,4279=>584,4280=>596,4281=>584, +4282=>721,4283=>795,4284=>584,4285=>566,4286=>584,4287=>669,4288=>799,4289=>542,4290=>664,4291=>542, +4292=>565,4293=>674,4304=>508,4305=>508,4306=>533,4307=>785,4308=>522,4309=>517,4310=>508,4311=>797, +4312=>507,4313=>518,4314=>1058,4315=>522,4316=>523,4317=>783,4318=>518,4319=>523,4320=>792,4321=>523, +4322=>656,4323=>524,4324=>788,4325=>523,4326=>782,4327=>523,4328=>522,4329=>522,4330=>566,4331=>523, +4332=>523,4333=>489,4334=>522,4335=>498,4336=>517,4337=>560,4338=>508,4339=>508,4340=>508,4341=>563, +4342=>824,4343=>595,4344=>522,4345=>554,4346=>553,4347=>586,4348=>304,5121=>684,5122=>684,5123=>684, +5124=>684,5125=>769,5126=>769,5127=>769,5129=>769,5130=>769,5131=>769,5132=>835,5133=>834,5134=>835, +5135=>834,5136=>835,5137=>834,5138=>967,5139=>1007,5140=>967,5141=>1007,5142=>769,5143=>967,5144=>1007, +5145=>967,5146=>1007,5147=>769,5149=>256,5150=>543,5151=>423,5152=>423,5153=>389,5154=>389,5155=>393, +5156=>389,5157=>466,5158=>385,5159=>256,5160=>389,5161=>389,5162=>389,5163=>1090,5164=>909,5165=>953, +5166=>1117,5167=>684,5168=>684,5169=>684,5170=>684,5171=>729,5172=>729,5173=>729,5175=>729,5176=>729, +5177=>729,5178=>835,5179=>684,5180=>835,5181=>834,5182=>835,5183=>834,5184=>967,5185=>1007,5186=>967, +5187=>1007,5188=>967,5189=>1007,5190=>967,5191=>1007,5192=>729,5193=>508,5194=>192,5196=>732,5197=>732, +5198=>732,5199=>732,5200=>730,5201=>730,5202=>730,5204=>730,5205=>730,5206=>730,5207=>921,5208=>889, +5209=>921,5210=>889,5211=>921,5212=>889,5213=>928,5214=>900,5215=>928,5216=>900,5217=>947,5218=>900, +5219=>947,5220=>900,5221=>947,5222=>434,5223=>877,5224=>877,5225=>866,5226=>890,5227=>628,5228=>628, +5229=>628,5230=>628,5231=>628,5232=>628,5233=>628,5234=>628,5235=>628,5236=>860,5237=>771,5238=>815, +5239=>816,5240=>815,5241=>816,5242=>860,5243=>771,5244=>860,5245=>771,5246=>815,5247=>816,5248=>815, +5249=>816,5250=>815,5251=>407,5252=>407,5253=>750,5254=>775,5255=>750,5256=>775,5257=>628,5258=>628, +5259=>628,5260=>628,5261=>628,5262=>628,5263=>628,5264=>628,5265=>628,5266=>860,5267=>771,5268=>815, +5269=>816,5270=>815,5271=>816,5272=>860,5273=>771,5274=>860,5275=>771,5276=>815,5277=>816,5278=>815, +5279=>816,5280=>815,5281=>435,5282=>435,5283=>610,5284=>557,5285=>557,5286=>557,5287=>610,5288=>610, +5289=>610,5290=>557,5291=>557,5292=>749,5293=>769,5294=>746,5295=>764,5296=>746,5297=>764,5298=>749, +5299=>769,5300=>749,5301=>769,5302=>746,5303=>764,5304=>746,5305=>764,5306=>746,5307=>386,5308=>508, +5309=>386,5312=>852,5313=>852,5314=>852,5315=>852,5316=>852,5317=>852,5318=>852,5319=>852,5320=>852, +5321=>1069,5322=>1035,5323=>1059,5324=>852,5325=>1059,5326=>852,5327=>852,5328=>600,5329=>453,5330=>600, +5331=>852,5332=>852,5333=>852,5334=>852,5335=>852,5336=>852,5337=>852,5338=>852,5339=>852,5340=>1069, +5341=>1035,5342=>1059,5343=>1030,5344=>1059,5345=>1030,5346=>1069,5347=>1035,5348=>1069,5349=>1035,5350=>1083, +5351=>1030,5352=>1083,5353=>1030,5354=>600,5356=>729,5357=>603,5358=>603,5359=>603,5360=>603,5361=>603, +5362=>603,5363=>603,5364=>603,5365=>603,5366=>834,5367=>754,5368=>792,5369=>771,5370=>792,5371=>771, +5372=>834,5373=>754,5374=>834,5375=>754,5376=>792,5377=>771,5378=>792,5379=>771,5380=>792,5381=>418, +5382=>420,5383=>418,5392=>712,5393=>712,5394=>712,5395=>892,5396=>892,5397=>892,5398=>892,5399=>910, +5400=>872,5401=>910,5402=>872,5403=>910,5404=>872,5405=>1140,5406=>1100,5407=>1140,5408=>1100,5409=>1140, +5410=>1100,5411=>1140,5412=>1100,5413=>641,5414=>627,5415=>627,5416=>627,5417=>627,5418=>627,5419=>627, +5420=>627,5421=>627,5422=>627,5423=>844,5424=>781,5425=>816,5426=>818,5427=>816,5428=>818,5429=>844, +5430=>781,5431=>844,5432=>781,5433=>816,5434=>818,5435=>816,5436=>818,5437=>816,5438=>418,5440=>389, +5441=>484,5442=>916,5443=>916,5444=>916,5445=>916,5446=>916,5447=>916,5448=>603,5449=>603,5450=>603, +5451=>603,5452=>603,5453=>603,5454=>834,5455=>754,5456=>418,5458=>729,5459=>684,5460=>684,5461=>684, +5462=>684,5463=>726,5464=>726,5465=>726,5466=>726,5467=>924,5468=>1007,5469=>508,5470=>732,5471=>732, +5472=>732,5473=>732,5474=>732,5475=>732,5476=>730,5477=>730,5478=>730,5479=>730,5480=>947,5481=>900, +5482=>508,5492=>831,5493=>831,5494=>831,5495=>831,5496=>831,5497=>831,5498=>831,5499=>563,5500=>752, +5501=>484,5502=>1047,5503=>1047,5504=>1047,5505=>1047,5506=>1047,5507=>1047,5508=>1047,5509=>825,5514=>831, +5515=>831,5516=>831,5517=>831,5518=>1259,5519=>1259,5520=>1259,5521=>1002,5522=>1002,5523=>1259,5524=>1259, +5525=>700,5526=>1073,5536=>852,5537=>852,5538=>852,5539=>852,5540=>852,5541=>852,5542=>600,5543=>643, +5544=>643,5545=>643,5546=>643,5547=>643,5548=>643,5549=>643,5550=>418,5551=>628,5598=>770,5601=>767, +5702=>468,5703=>468,5742=>444,5743=>1047,5744=>1310,5745=>1632,5746=>1632,5747=>1375,5748=>1375,5749=>1632, +5750=>1632,5760=>477,5761=>493,5762=>712,5763=>931,5764=>1150,5765=>1370,5766=>493,5767=>712,5768=>931, +5769=>1150,5770=>1370,5771=>498,5772=>718,5773=>938,5774=>1159,5775=>1379,5776=>493,5777=>712,5778=>930, +5779=>1149,5780=>1370,5781=>498,5782=>752,5783=>789,5784=>1205,5785=>1150,5786=>683,5787=>507,5788=>507, +7424=>592,7425=>717,7426=>982,7427=>586,7428=>550,7429=>605,7430=>605,7431=>491,7432=>541,7433=>278, +7434=>395,7435=>579,7436=>583,7437=>754,7438=>650,7439=>612,7440=>550,7441=>684,7442=>684,7443=>684, +7444=>1023,7446=>612,7447=>612,7448=>524,7449=>602,7450=>602,7451=>583,7452=>574,7453=>737,7454=>948, +7455=>638,7456=>592,7457=>818,7458=>525,7459=>526,7462=>583,7463=>592,7464=>564,7465=>524,7466=>590, +7467=>639,7468=>431,7469=>613,7470=>432,7472=>485,7473=>398,7474=>398,7475=>488,7476=>474,7477=>186, +7478=>186,7479=>413,7480=>351,7481=>543,7482=>471,7483=>471,7484=>496,7485=>439,7486=>380,7487=>438, +7488=>385,7489=>461,7490=>623,7491=>392,7492=>392,7493=>405,7494=>648,7495=>428,7496=>405,7497=>417, +7498=>417,7499=>360,7500=>359,7501=>405,7502=>179,7503=>426,7504=>623,7505=>409,7506=>414,7507=>370, +7508=>414,7509=>414,7510=>428,7511=>295,7512=>405,7513=>470,7514=>623,7515=>417,7517=>402,7518=>373, +7519=>385,7520=>416,7521=>364,7522=>179,7523=>259,7524=>405,7525=>417,7526=>402,7527=>373,7528=>412, +7529=>416,7530=>364,7543=>635,7544=>474,7547=>372,7549=>667,7557=>278,7579=>405,7580=>370,7581=>370, +7582=>414,7583=>360,7584=>296,7585=>233,7586=>405,7587=>405,7588=>261,7589=>250,7590=>261,7591=>261, +7592=>234,7593=>250,7594=>235,7595=>376,7596=>623,7597=>623,7598=>411,7599=>479,7600=>409,7601=>414, +7602=>414,7603=>360,7604=>287,7605=>295,7606=>508,7607=>418,7608=>361,7609=>406,7610=>417,7611=>366, +7612=>437,7613=>366,7614=>392,7615=>414,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0, +7680=>684,7681=>613,7682=>686,7683=>635,7684=>686,7685=>635,7686=>686,7687=>635,7688=>698,7689=>550, +7690=>770,7691=>635,7692=>770,7693=>635,7694=>770,7695=>635,7696=>770,7697=>635,7698=>770,7699=>635, +7700=>632,7701=>615,7702=>632,7703=>615,7704=>632,7705=>615,7706=>632,7707=>615,7708=>632,7709=>615, +7710=>575,7711=>352,7712=>775,7713=>635,7714=>752,7715=>634,7716=>752,7717=>634,7718=>752,7719=>634, +7720=>752,7721=>634,7722=>752,7723=>634,7724=>295,7725=>278,7726=>295,7727=>278,7728=>656,7729=>579, +7730=>656,7731=>579,7732=>656,7733=>579,7734=>557,7735=>288,7736=>557,7737=>288,7738=>557,7739=>278, +7740=>557,7741=>278,7742=>863,7743=>974,7744=>863,7745=>974,7746=>863,7747=>974,7748=>748,7749=>634, +7750=>748,7751=>634,7752=>748,7753=>634,7754=>748,7755=>634,7756=>787,7757=>612,7758=>787,7759=>612, +7760=>787,7761=>612,7762=>787,7763=>612,7764=>603,7765=>635,7766=>603,7767=>635,7768=>695,7769=>411, +7770=>695,7771=>411,7772=>695,7773=>411,7774=>695,7775=>411,7776=>635,7777=>521,7778=>635,7779=>521, +7780=>635,7781=>521,7782=>635,7783=>521,7784=>635,7785=>521,7786=>611,7787=>392,7788=>611,7789=>392, +7790=>611,7791=>392,7792=>611,7793=>392,7794=>732,7795=>634,7796=>732,7797=>634,7798=>732,7799=>634, +7800=>732,7801=>634,7802=>732,7803=>634,7804=>684,7805=>592,7806=>684,7807=>592,7808=>989,7809=>818, +7810=>989,7811=>818,7812=>989,7813=>818,7814=>989,7815=>818,7816=>989,7817=>818,7818=>685,7819=>592, +7820=>685,7821=>592,7822=>611,7823=>592,7824=>685,7825=>525,7826=>685,7827=>525,7828=>685,7829=>525, +7830=>634,7831=>392,7832=>818,7833=>592,7834=>613,7835=>352,7836=>352,7837=>352,7838=>769,7839=>612, +7840=>684,7841=>613,7842=>684,7843=>613,7844=>684,7845=>613,7846=>684,7847=>613,7848=>684,7849=>613, +7850=>684,7851=>613,7852=>684,7853=>613,7854=>684,7855=>613,7856=>684,7857=>613,7858=>684,7859=>613, +7860=>684,7861=>613,7862=>684,7863=>613,7864=>632,7865=>615,7866=>632,7867=>615,7868=>632,7869=>615, +7870=>632,7871=>615,7872=>632,7873=>615,7874=>632,7875=>615,7876=>632,7877=>615,7878=>632,7879=>615, +7880=>295,7881=>278,7882=>295,7883=>278,7884=>787,7885=>612,7886=>787,7887=>612,7888=>787,7889=>612, +7890=>787,7891=>612,7892=>787,7893=>612,7894=>787,7895=>612,7896=>787,7897=>612,7898=>913,7899=>612, +7900=>913,7901=>612,7902=>913,7903=>612,7904=>913,7905=>612,7906=>913,7907=>612,7908=>732,7909=>634, +7910=>732,7911=>634,7912=>858,7913=>634,7914=>858,7915=>634,7916=>858,7917=>634,7918=>858,7919=>634, +7920=>858,7921=>634,7922=>611,7923=>592,7924=>611,7925=>592,7926=>611,7927=>592,7928=>611,7929=>592, +7930=>769,7931=>477,7936=>659,7937=>659,7938=>659,7939=>659,7940=>659,7941=>659,7942=>659,7943=>659, +7944=>684,7945=>684,7946=>877,7947=>877,7948=>769,7949=>801,7950=>708,7951=>743,7952=>541,7953=>541, +7954=>541,7955=>541,7956=>541,7957=>541,7960=>711,7961=>711,7962=>966,7963=>975,7964=>898,7965=>928, +7968=>634,7969=>634,7970=>634,7971=>634,7972=>634,7973=>634,7974=>634,7975=>634,7976=>837,7977=>835, +7978=>1086,7979=>1089,7980=>1027,7981=>1051,7982=>934,7983=>947,7984=>338,7985=>338,7986=>338,7987=>338, +7988=>338,7989=>338,7990=>338,7991=>338,7992=>380,7993=>374,7994=>635,7995=>635,7996=>570,7997=>600, +7998=>489,7999=>493,8000=>612,8001=>612,8002=>612,8003=>612,8004=>612,8005=>612,8008=>804,8009=>848, +8010=>1095,8011=>1100,8012=>938,8013=>970,8016=>579,8017=>579,8018=>579,8019=>579,8020=>579,8021=>579, +8022=>579,8023=>579,8025=>784,8027=>998,8029=>1012,8031=>897,8032=>837,8033=>837,8034=>837,8035=>837, +8036=>837,8037=>837,8038=>837,8039=>837,8040=>802,8041=>843,8042=>1089,8043=>1095,8044=>946,8045=>972, +8046=>921,8047=>952,8048=>659,8049=>659,8050=>541,8051=>548,8052=>634,8053=>654,8054=>338,8055=>338, +8056=>612,8057=>612,8058=>579,8059=>579,8060=>837,8061=>837,8064=>659,8065=>659,8066=>659,8067=>659, +8068=>659,8069=>659,8070=>659,8071=>659,8072=>684,8073=>684,8074=>877,8075=>877,8076=>769,8077=>801, +8078=>708,8079=>743,8080=>634,8081=>634,8082=>634,8083=>634,8084=>634,8085=>634,8086=>634,8087=>634, +8088=>837,8089=>835,8090=>1086,8091=>1089,8092=>1027,8093=>1051,8094=>934,8095=>947,8096=>837,8097=>837, +8098=>837,8099=>837,8100=>837,8101=>837,8102=>837,8103=>837,8104=>802,8105=>843,8106=>1089,8107=>1095, +8108=>946,8109=>972,8110=>921,8111=>952,8112=>659,8113=>659,8114=>659,8115=>659,8116=>659,8118=>659, +8119=>659,8120=>684,8121=>684,8122=>716,8123=>692,8124=>684,8125=>500,8126=>500,8127=>500,8128=>500, +8129=>500,8130=>634,8131=>634,8132=>654,8134=>634,8135=>634,8136=>805,8137=>746,8138=>931,8139=>871, +8140=>752,8141=>500,8142=>500,8143=>500,8144=>338,8145=>338,8146=>338,8147=>338,8150=>338,8151=>338, +8152=>295,8153=>295,8154=>475,8155=>408,8157=>500,8158=>500,8159=>500,8160=>579,8161=>579,8162=>579, +8163=>579,8164=>635,8165=>635,8166=>579,8167=>579,8168=>611,8169=>611,8170=>845,8171=>825,8172=>685, +8173=>500,8174=>500,8175=>500,8178=>837,8179=>837,8180=>837,8182=>837,8183=>837,8184=>941,8185=>813, +8186=>922,8187=>826,8188=>764,8189=>500,8190=>500,8192=>500,8193=>1000,8194=>500,8195=>1000,8196=>330, +8197=>250,8198=>167,8199=>636,8200=>318,8201=>200,8202=>100,8203=>0,8204=>0,8205=>0,8206=>0, +8207=>0,8208=>361,8209=>361,8210=>636,8213=>1000,8214=>500,8215=>500,8219=>318,8223=>518,8227=>590, +8228=>334,8229=>667,8231=>318,8232=>0,8233=>0,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0, +8239=>200,8241=>1735,8242=>227,8243=>374,8244=>520,8245=>227,8246=>374,8247=>520,8248=>339,8251=>838, +8252=>485,8253=>531,8254=>500,8255=>804,8256=>804,8257=>250,8258=>1000,8259=>500,8260=>167,8261=>390, +8262=>390,8263=>922,8264=>733,8265=>733,8266=>497,8267=>636,8268=>500,8269=>500,8270=>500,8271=>337, +8272=>804,8273=>500,8274=>450,8275=>1000,8276=>804,8277=>838,8278=>586,8279=>663,8280=>838,8281=>838, +8282=>318,8283=>797,8284=>838,8285=>318,8286=>318,8287=>222,8288=>0,8289=>0,8290=>0,8291=>0, +8292=>0,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0,8304=>401,8305=>179,8308=>401, +8309=>401,8310=>401,8311=>401,8312=>401,8313=>401,8314=>528,8315=>528,8316=>528,8317=>246,8318=>246, +8319=>398,8320=>401,8321=>401,8322=>401,8323=>401,8324=>401,8325=>401,8326=>401,8327=>401,8328=>401, +8329=>401,8330=>528,8331=>528,8332=>528,8333=>246,8334=>246,8336=>392,8337=>417,8338=>414,8339=>444, +8340=>417,8352=>877,8353=>636,8354=>636,8355=>636,8356=>636,8357=>974,8358=>748,8359=>1272,8360=>1074, +8361=>989,8362=>784,8363=>636,8365=>636,8366=>636,8367=>1272,8368=>636,8369=>636,8370=>636,8371=>636, +8372=>774,8373=>636,8376=>636,8377=>636,8400=>0,8401=>0,8406=>0,8407=>0,8411=>0,8412=>0, +8417=>0,8448=>1019,8449=>1019,8450=>698,8451=>1123,8452=>642,8453=>1019,8454=>1067,8455=>614,8456=>698, +8457=>952,8459=>988,8460=>754,8461=>850,8462=>634,8463=>634,8464=>470,8465=>697,8466=>720,8467=>413, +8468=>818,8469=>801,8470=>1040,8471=>1000,8472=>697,8473=>701,8474=>787,8475=>798,8476=>814,8477=>792, +8478=>896,8479=>684,8480=>1020,8481=>1074,8483=>684,8484=>745,8485=>578,8486=>764,8487=>764,8488=>616, +8489=>338,8490=>656,8491=>684,8492=>786,8493=>703,8494=>854,8495=>592,8496=>605,8497=>786,8498=>575, +8499=>1069,8500=>462,8501=>745,8502=>674,8503=>466,8504=>645,8505=>380,8506=>926,8507=>1194,8508=>702, +8509=>728,8510=>654,8511=>849,8512=>811,8513=>775,8514=>557,8515=>557,8516=>611,8517=>819,8518=>708, +8519=>615,8520=>351,8521=>351,8523=>780,8526=>526,8528=>969,8529=>969,8530=>1370,8531=>969,8532=>969, +8533=>969,8534=>969,8535=>969,8536=>969,8537=>969,8538=>969,8539=>969,8540=>969,8541=>969,8542=>969, +8543=>568,8544=>295,8545=>492,8546=>689,8547=>923,8548=>684,8549=>922,8550=>1120,8551=>1317,8552=>917, +8553=>685,8554=>933,8555=>1131,8556=>557,8557=>698,8558=>770,8559=>863,8560=>278,8561=>458,8562=>637, +8563=>812,8564=>592,8565=>811,8566=>991,8567=>1170,8568=>819,8569=>592,8570=>822,8571=>1002,8572=>278, +8573=>550,8574=>635,8575=>974,8576=>1245,8577=>770,8578=>1245,8579=>703,8580=>549,8581=>698,8585=>969, +8592=>838,8593=>838,8594=>838,8595=>838,8596=>838,8597=>838,8598=>838,8599=>838,8600=>838,8601=>838, +8602=>838,8603=>838,8604=>838,8605=>838,8606=>838,8607=>838,8608=>838,8609=>838,8610=>838,8611=>838, +8612=>838,8613=>838,8614=>838,8615=>838,8616=>838,8617=>838,8618=>838,8619=>838,8620=>838,8621=>838, +8622=>838,8623=>838,8624=>838,8625=>838,8626=>838,8627=>838,8628=>838,8629=>838,8630=>838,8631=>838, +8632=>838,8633=>838,8634=>838,8635=>838,8636=>838,8637=>838,8638=>838,8639=>838,8640=>838,8641=>838, +8642=>838,8643=>838,8644=>838,8645=>838,8646=>838,8647=>838,8648=>838,8649=>838,8650=>838,8651=>838, +8652=>838,8653=>838,8654=>838,8655=>838,8656=>838,8657=>838,8658=>838,8659=>838,8660=>838,8661=>838, +8662=>838,8663=>838,8664=>838,8665=>838,8666=>838,8667=>838,8668=>838,8669=>838,8670=>838,8671=>838, +8672=>838,8673=>838,8674=>838,8675=>838,8676=>838,8677=>838,8678=>838,8679=>838,8680=>838,8681=>838, +8682=>838,8683=>838,8684=>838,8685=>838,8686=>838,8687=>838,8688=>838,8689=>838,8690=>838,8691=>838, +8692=>838,8693=>838,8694=>838,8695=>838,8696=>838,8697=>838,8698=>838,8699=>838,8700=>838,8701=>838, +8702=>838,8703=>838,8704=>684,8705=>636,8706=>517,8707=>632,8708=>632,8709=>871,8710=>669,8711=>669, +8712=>871,8713=>871,8714=>718,8715=>871,8716=>871,8717=>718,8718=>636,8719=>757,8720=>757,8721=>674, +8722=>838,8723=>838,8724=>838,8725=>337,8726=>637,8727=>838,8728=>626,8729=>626,8730=>637,8731=>637, +8732=>637,8733=>714,8734=>833,8735=>838,8736=>896,8737=>896,8738=>838,8739=>500,8740=>500,8741=>500, +8742=>500,8743=>732,8744=>732,8745=>732,8746=>732,8747=>521,8748=>789,8749=>1057,8750=>521,8751=>789, +8752=>1057,8753=>521,8754=>521,8755=>521,8756=>636,8757=>636,8758=>260,8759=>636,8760=>838,8761=>838, +8762=>838,8763=>838,8764=>838,8765=>838,8766=>838,8767=>838,8768=>375,8769=>838,8770=>838,8771=>838, +8772=>838,8773=>838,8774=>838,8775=>838,8776=>838,8777=>838,8778=>838,8779=>838,8780=>838,8781=>838, +8782=>838,8783=>838,8784=>838,8785=>838,8786=>839,8787=>839,8788=>1000,8789=>1000,8790=>838,8791=>838, +8792=>838,8793=>838,8794=>838,8795=>838,8796=>838,8797=>838,8798=>838,8799=>838,8800=>838,8801=>838, +8802=>838,8803=>838,8804=>838,8805=>838,8806=>838,8807=>838,8808=>838,8809=>838,8810=>1047,8811=>1047, +8812=>464,8813=>838,8814=>838,8815=>838,8816=>838,8817=>838,8818=>838,8819=>838,8820=>838,8821=>838, +8822=>838,8823=>838,8824=>838,8825=>838,8826=>838,8827=>838,8828=>838,8829=>838,8830=>838,8831=>838, +8832=>838,8833=>838,8834=>838,8835=>838,8836=>838,8837=>838,8838=>838,8839=>838,8840=>838,8841=>838, +8842=>838,8843=>838,8844=>732,8845=>732,8846=>732,8847=>838,8848=>838,8849=>838,8850=>838,8851=>780, +8852=>780,8853=>838,8854=>838,8855=>838,8856=>838,8857=>838,8858=>838,8859=>838,8860=>838,8861=>838, +8862=>838,8863=>838,8864=>838,8865=>838,8866=>871,8867=>871,8868=>871,8869=>871,8870=>521,8871=>521, +8872=>871,8873=>871,8874=>871,8875=>871,8876=>871,8877=>871,8878=>871,8879=>871,8880=>838,8881=>838, +8882=>838,8883=>838,8884=>838,8885=>838,8886=>1000,8887=>1000,8888=>838,8889=>838,8890=>521,8891=>732, +8892=>732,8893=>732,8894=>838,8895=>838,8896=>820,8897=>820,8898=>820,8899=>820,8900=>494,8901=>318, +8902=>626,8903=>838,8904=>1000,8905=>1000,8906=>1000,8907=>1000,8908=>1000,8909=>838,8910=>732,8911=>732, +8912=>838,8913=>838,8914=>838,8915=>838,8916=>838,8917=>838,8918=>838,8919=>838,8920=>1422,8921=>1422, +8922=>838,8923=>838,8924=>838,8925=>838,8926=>838,8927=>838,8928=>838,8929=>838,8930=>838,8931=>838, +8932=>838,8933=>838,8934=>838,8935=>838,8936=>838,8937=>838,8938=>838,8939=>838,8940=>838,8941=>838, +8942=>1000,8943=>1000,8944=>1000,8945=>1000,8946=>1000,8947=>871,8948=>718,8949=>871,8950=>871,8951=>718, +8952=>871,8953=>871,8954=>1000,8955=>871,8956=>718,8957=>871,8958=>718,8959=>871,8960=>602,8961=>602, +8962=>635,8963=>838,8964=>838,8965=>838,8966=>838,8967=>488,8968=>390,8969=>390,8970=>390,8971=>390, +8972=>809,8973=>809,8974=>809,8975=>809,8976=>838,8977=>513,8984=>1000,8985=>838,8988=>469,8989=>469, +8990=>469,8991=>469,8992=>521,8993=>521,8996=>1152,8997=>1152,8998=>1414,8999=>1152,9000=>1443,9003=>1414, +9004=>873,9075=>338,9076=>635,9077=>837,9082=>659,9085=>757,9095=>1152,9108=>873,9115=>500,9116=>500, +9117=>500,9118=>500,9119=>500,9120=>500,9121=>500,9122=>500,9123=>500,9124=>500,9125=>500,9126=>500, +9127=>750,9128=>750,9129=>750,9130=>750,9131=>750,9132=>750,9133=>750,9134=>521,9166=>838,9167=>945, +9187=>873,9189=>769,9192=>636,9250=>635,9251=>635,9312=>896,9313=>896,9314=>896,9315=>896,9316=>896, +9317=>896,9318=>896,9319=>896,9320=>896,9321=>896,9472=>602,9473=>602,9474=>602,9475=>602,9476=>602, +9477=>602,9478=>602,9479=>602,9480=>602,9481=>602,9482=>602,9483=>602,9484=>602,9485=>602,9486=>602, +9487=>602,9488=>602,9489=>602,9490=>602,9491=>602,9492=>602,9493=>602,9494=>602,9495=>602,9496=>602, +9497=>602,9498=>602,9499=>602,9500=>602,9501=>602,9502=>602,9503=>602,9504=>602,9505=>602,9506=>602, +9507=>602,9508=>602,9509=>602,9510=>602,9511=>602,9512=>602,9513=>602,9514=>602,9515=>602,9516=>602, +9517=>602,9518=>602,9519=>602,9520=>602,9521=>602,9522=>602,9523=>602,9524=>602,9525=>602,9526=>602, +9527=>602,9528=>602,9529=>602,9530=>602,9531=>602,9532=>602,9533=>602,9534=>602,9535=>602,9536=>602, +9537=>602,9538=>602,9539=>602,9540=>602,9541=>602,9542=>602,9543=>602,9544=>602,9545=>602,9546=>602, +9547=>602,9548=>602,9549=>602,9550=>602,9551=>602,9552=>602,9553=>602,9554=>602,9555=>602,9556=>602, +9557=>602,9558=>602,9559=>602,9560=>602,9561=>602,9562=>602,9563=>602,9564=>602,9565=>602,9566=>602, +9567=>602,9568=>602,9569=>602,9570=>602,9571=>602,9572=>602,9573=>602,9574=>602,9575=>602,9576=>602, +9577=>602,9578=>602,9579=>602,9580=>602,9581=>602,9582=>602,9583=>602,9584=>602,9585=>602,9586=>602, +9587=>602,9588=>602,9589=>602,9590=>602,9591=>602,9592=>602,9593=>602,9594=>602,9595=>602,9596=>602, +9597=>602,9598=>602,9599=>602,9600=>769,9601=>769,9602=>769,9603=>769,9604=>769,9605=>769,9606=>769, +9607=>769,9608=>769,9609=>769,9610=>769,9611=>769,9612=>769,9613=>769,9614=>769,9615=>769,9616=>769, +9617=>769,9618=>769,9619=>769,9620=>769,9621=>769,9622=>769,9623=>769,9624=>769,9625=>769,9626=>769, +9627=>769,9628=>769,9629=>769,9630=>769,9631=>769,9632=>945,9633=>945,9634=>945,9635=>945,9636=>945, +9637=>945,9638=>945,9639=>945,9640=>945,9641=>945,9642=>678,9643=>678,9644=>945,9645=>945,9646=>550, +9647=>550,9648=>769,9649=>769,9650=>769,9651=>769,9652=>502,9653=>502,9654=>769,9655=>769,9656=>502, +9657=>502,9658=>769,9659=>769,9660=>769,9661=>769,9662=>502,9663=>502,9664=>769,9665=>769,9666=>502, +9667=>502,9668=>769,9669=>769,9670=>769,9671=>769,9672=>769,9673=>873,9674=>494,9675=>873,9676=>873, +9677=>873,9678=>873,9679=>873,9680=>873,9681=>873,9682=>873,9683=>873,9684=>873,9685=>873,9686=>527, +9687=>527,9688=>791,9689=>970,9690=>970,9691=>970,9692=>387,9693=>387,9694=>387,9695=>387,9696=>873, +9697=>873,9698=>769,9699=>769,9700=>769,9701=>769,9702=>590,9703=>945,9704=>945,9705=>945,9706=>945, +9707=>945,9708=>769,9709=>769,9710=>769,9711=>1119,9712=>945,9713=>945,9714=>945,9715=>945,9716=>873, +9717=>873,9718=>873,9719=>873,9720=>769,9721=>769,9722=>769,9723=>830,9724=>830,9725=>732,9726=>732, +9727=>769,9728=>896,9729=>1000,9730=>896,9731=>896,9732=>896,9733=>896,9734=>896,9735=>573,9736=>896, +9737=>896,9738=>888,9739=>888,9740=>671,9741=>1013,9742=>1246,9743=>1250,9744=>896,9745=>896,9746=>896, +9747=>532,9748=>896,9749=>896,9750=>896,9751=>896,9752=>896,9753=>896,9754=>896,9755=>896,9756=>896, +9757=>609,9758=>896,9759=>609,9760=>896,9761=>896,9762=>896,9763=>896,9764=>669,9765=>746,9766=>649, +9767=>784,9768=>545,9769=>896,9770=>896,9771=>896,9772=>710,9773=>896,9774=>896,9775=>896,9776=>896, +9777=>896,9778=>896,9779=>896,9780=>896,9781=>896,9782=>896,9783=>896,9784=>896,9785=>896,9786=>896, +9787=>896,9788=>896,9789=>896,9790=>896,9791=>614,9792=>732,9793=>732,9794=>896,9795=>896,9796=>896, +9797=>896,9798=>896,9799=>896,9800=>896,9801=>896,9802=>896,9803=>896,9804=>896,9805=>896,9806=>896, +9807=>896,9808=>896,9809=>896,9810=>896,9811=>896,9812=>896,9813=>896,9814=>896,9815=>896,9816=>896, +9817=>896,9818=>896,9819=>896,9820=>896,9821=>896,9822=>896,9823=>896,9824=>896,9825=>896,9826=>896, +9827=>896,9828=>896,9829=>896,9830=>896,9831=>896,9832=>896,9833=>472,9834=>638,9835=>896,9836=>896, +9837=>472,9838=>357,9839=>484,9840=>748,9841=>766,9842=>896,9843=>896,9844=>896,9845=>896,9846=>896, +9847=>896,9848=>896,9849=>896,9850=>896,9851=>896,9852=>896,9853=>896,9854=>896,9855=>896,9856=>869, +9857=>869,9858=>869,9859=>869,9860=>869,9861=>869,9862=>896,9863=>896,9864=>896,9865=>896,9866=>896, +9867=>896,9868=>896,9869=>896,9870=>896,9871=>896,9872=>896,9873=>896,9874=>896,9875=>896,9876=>896, +9877=>541,9878=>896,9879=>896,9880=>896,9881=>896,9882=>896,9883=>896,9884=>896,9888=>896,9889=>702, +9890=>1004,9891=>1089,9892=>1175,9893=>903,9894=>838,9895=>838,9896=>838,9897=>838,9898=>838,9899=>838, +9900=>838,9901=>838,9902=>838,9903=>838,9904=>844,9905=>838,9906=>732,9907=>732,9908=>732,9909=>732, +9910=>850,9911=>732,9912=>732,9920=>838,9921=>838,9922=>838,9923=>838,9985=>838,9986=>838,9987=>838, +9988=>838,9990=>838,9991=>838,9992=>838,9993=>838,9996=>838,9997=>838,9998=>838,9999=>838,10000=>838, +10001=>838,10002=>838,10003=>838,10004=>838,10005=>838,10006=>838,10007=>838,10008=>838,10009=>838,10010=>838, +10011=>838,10012=>838,10013=>838,10014=>838,10015=>838,10016=>838,10017=>838,10018=>838,10019=>838,10020=>838, +10021=>838,10022=>838,10023=>838,10025=>838,10026=>838,10027=>838,10028=>838,10029=>838,10030=>838,10031=>838, +10032=>838,10033=>838,10034=>838,10035=>838,10036=>838,10037=>838,10038=>838,10039=>838,10040=>838,10041=>838, +10042=>838,10043=>838,10044=>838,10045=>838,10046=>838,10047=>838,10048=>838,10049=>838,10050=>838,10051=>838, +10052=>838,10053=>838,10054=>838,10055=>838,10056=>838,10057=>838,10058=>838,10059=>838,10061=>896,10063=>896, +10064=>896,10065=>896,10066=>896,10070=>896,10072=>838,10073=>838,10074=>838,10075=>322,10076=>322,10077=>538, +10078=>538,10081=>838,10082=>838,10083=>838,10084=>838,10085=>838,10086=>838,10087=>838,10088=>838,10089=>838, +10090=>838,10091=>838,10092=>838,10093=>838,10094=>838,10095=>838,10096=>838,10097=>838,10098=>838,10099=>838, +10100=>838,10101=>838,10102=>896,10103=>896,10104=>896,10105=>896,10106=>896,10107=>896,10108=>896,10109=>896, +10110=>896,10111=>896,10112=>838,10113=>838,10114=>838,10115=>838,10116=>838,10117=>838,10118=>838,10119=>838, +10120=>838,10121=>838,10122=>838,10123=>838,10124=>838,10125=>838,10126=>838,10127=>838,10128=>838,10129=>838, +10130=>838,10131=>838,10132=>838,10136=>838,10137=>838,10138=>838,10139=>838,10140=>838,10141=>838,10142=>838, +10143=>838,10144=>838,10145=>838,10146=>838,10147=>838,10148=>838,10149=>838,10150=>838,10151=>838,10152=>838, +10153=>838,10154=>838,10155=>838,10156=>838,10157=>838,10158=>838,10159=>838,10161=>838,10162=>838,10163=>838, +10164=>838,10165=>838,10166=>838,10167=>838,10168=>838,10169=>838,10170=>838,10171=>838,10172=>838,10173=>838, +10174=>838,10181=>390,10182=>390,10208=>494,10214=>495,10215=>495,10216=>390,10217=>390,10218=>556,10219=>556, +10224=>838,10225=>838,10226=>838,10227=>838,10228=>1157,10229=>1434,10230=>1434,10231=>1434,10232=>1434,10233=>1434, +10234=>1434,10235=>1434,10236=>1434,10237=>1434,10238=>1434,10239=>1434,10240=>732,10241=>732,10242=>732,10243=>732, +10244=>732,10245=>732,10246=>732,10247=>732,10248=>732,10249=>732,10250=>732,10251=>732,10252=>732,10253=>732, +10254=>732,10255=>732,10256=>732,10257=>732,10258=>732,10259=>732,10260=>732,10261=>732,10262=>732,10263=>732, +10264=>732,10265=>732,10266=>732,10267=>732,10268=>732,10269=>732,10270=>732,10271=>732,10272=>732,10273=>732, +10274=>732,10275=>732,10276=>732,10277=>732,10278=>732,10279=>732,10280=>732,10281=>732,10282=>732,10283=>732, +10284=>732,10285=>732,10286=>732,10287=>732,10288=>732,10289=>732,10290=>732,10291=>732,10292=>732,10293=>732, +10294=>732,10295=>732,10296=>732,10297=>732,10298=>732,10299=>732,10300=>732,10301=>732,10302=>732,10303=>732, +10304=>732,10305=>732,10306=>732,10307=>732,10308=>732,10309=>732,10310=>732,10311=>732,10312=>732,10313=>732, +10314=>732,10315=>732,10316=>732,10317=>732,10318=>732,10319=>732,10320=>732,10321=>732,10322=>732,10323=>732, +10324=>732,10325=>732,10326=>732,10327=>732,10328=>732,10329=>732,10330=>732,10331=>732,10332=>732,10333=>732, +10334=>732,10335=>732,10336=>732,10337=>732,10338=>732,10339=>732,10340=>732,10341=>732,10342=>732,10343=>732, +10344=>732,10345=>732,10346=>732,10347=>732,10348=>732,10349=>732,10350=>732,10351=>732,10352=>732,10353=>732, +10354=>732,10355=>732,10356=>732,10357=>732,10358=>732,10359=>732,10360=>732,10361=>732,10362=>732,10363=>732, +10364=>732,10365=>732,10366=>732,10367=>732,10368=>732,10369=>732,10370=>732,10371=>732,10372=>732,10373=>732, +10374=>732,10375=>732,10376=>732,10377=>732,10378=>732,10379=>732,10380=>732,10381=>732,10382=>732,10383=>732, +10384=>732,10385=>732,10386=>732,10387=>732,10388=>732,10389=>732,10390=>732,10391=>732,10392=>732,10393=>732, +10394=>732,10395=>732,10396=>732,10397=>732,10398=>732,10399=>732,10400=>732,10401=>732,10402=>732,10403=>732, +10404=>732,10405=>732,10406=>732,10407=>732,10408=>732,10409=>732,10410=>732,10411=>732,10412=>732,10413=>732, +10414=>732,10415=>732,10416=>732,10417=>732,10418=>732,10419=>732,10420=>732,10421=>732,10422=>732,10423=>732, +10424=>732,10425=>732,10426=>732,10427=>732,10428=>732,10429=>732,10430=>732,10431=>732,10432=>732,10433=>732, +10434=>732,10435=>732,10436=>732,10437=>732,10438=>732,10439=>732,10440=>732,10441=>732,10442=>732,10443=>732, +10444=>732,10445=>732,10446=>732,10447=>732,10448=>732,10449=>732,10450=>732,10451=>732,10452=>732,10453=>732, +10454=>732,10455=>732,10456=>732,10457=>732,10458=>732,10459=>732,10460=>732,10461=>732,10462=>732,10463=>732, +10464=>732,10465=>732,10466=>732,10467=>732,10468=>732,10469=>732,10470=>732,10471=>732,10472=>732,10473=>732, +10474=>732,10475=>732,10476=>732,10477=>732,10478=>732,10479=>732,10480=>732,10481=>732,10482=>732,10483=>732, +10484=>732,10485=>732,10486=>732,10487=>732,10488=>732,10489=>732,10490=>732,10491=>732,10492=>732,10493=>732, +10494=>732,10495=>732,10502=>838,10503=>838,10506=>838,10507=>838,10560=>683,10561=>683,10627=>734,10628=>734, +10702=>838,10703=>1000,10704=>1000,10705=>1000,10706=>1000,10707=>1000,10708=>1000,10709=>1000,10731=>494,10746=>838, +10747=>838,10752=>1000,10753=>1000,10754=>1000,10764=>1325,10765=>521,10766=>521,10767=>521,10768=>521,10769=>521, +10770=>521,10771=>521,10772=>521,10773=>521,10774=>521,10775=>521,10776=>521,10777=>521,10778=>521,10779=>521, +10780=>521,10799=>838,10877=>838,10878=>838,10879=>838,10880=>838,10881=>838,10882=>838,10883=>838,10884=>838, +10885=>838,10886=>838,10887=>838,10888=>838,10889=>838,10890=>838,10891=>838,10892=>838,10893=>838,10894=>838, +10895=>838,10896=>838,10897=>838,10898=>838,10899=>838,10900=>838,10901=>838,10902=>838,10903=>838,10904=>838, +10905=>838,10906=>838,10907=>838,10908=>838,10909=>838,10910=>838,10911=>838,10912=>838,10926=>838,10927=>838, +10928=>838,10929=>838,10930=>838,10931=>838,10932=>838,10933=>838,10934=>838,10935=>838,10936=>838,10937=>838, +10938=>838,11001=>838,11002=>838,11008=>838,11009=>838,11010=>838,11011=>838,11012=>838,11013=>838,11014=>838, +11015=>838,11016=>838,11017=>838,11018=>838,11019=>838,11020=>838,11021=>838,11022=>836,11023=>836,11024=>836, +11025=>836,11026=>945,11027=>945,11028=>945,11029=>945,11030=>769,11031=>769,11032=>769,11033=>769,11034=>945, +11039=>869,11040=>869,11041=>873,11042=>873,11043=>873,11044=>1119,11091=>869,11092=>869,11360=>557,11361=>278, +11362=>557,11363=>603,11364=>695,11365=>613,11366=>392,11367=>752,11368=>634,11369=>656,11370=>579,11371=>685, +11372=>525,11373=>781,11374=>863,11375=>684,11376=>781,11377=>734,11378=>1128,11379=>961,11380=>592,11381=>654, +11382=>568,11383=>660,11385=>414,11386=>612,11387=>491,11388=>175,11389=>431,11390=>635,11391=>685,11568=>646, +11569=>888,11570=>888,11571=>682,11572=>684,11573=>635,11574=>562,11575=>684,11576=>684,11577=>632,11578=>632, +11579=>683,11580=>875,11581=>685,11582=>491,11583=>685,11584=>888,11585=>888,11586=>300,11587=>627,11588=>752, +11589=>656,11590=>527,11591=>685,11592=>645,11593=>632,11594=>502,11595=>953,11596=>778,11597=>748,11598=>621, +11599=>295,11600=>778,11601=>295,11602=>752,11603=>633,11604=>888,11605=>888,11606=>752,11607=>320,11608=>749, +11609=>888,11610=>888,11611=>698,11612=>768,11613=>685,11614=>698,11615=>622,11616=>684,11617=>752,11618=>632, +11619=>788,11620=>567,11621=>788,11631=>515,11800=>531,11810=>390,11811=>390,11812=>390,11813=>390,11822=>531, +19904=>896,19905=>896,19906=>896,19907=>896,19908=>896,19909=>896,19910=>896,19911=>896,19912=>896,19913=>896, +19914=>896,19915=>896,19916=>896,19917=>896,19918=>896,19919=>896,19920=>896,19921=>896,19922=>896,19923=>896, +19924=>896,19925=>896,19926=>896,19927=>896,19928=>896,19929=>896,19930=>896,19931=>896,19932=>896,19933=>896, +19934=>896,19935=>896,19936=>896,19937=>896,19938=>896,19939=>896,19940=>896,19941=>896,19942=>896,19943=>896, +19944=>896,19945=>896,19946=>896,19947=>896,19948=>896,19949=>896,19950=>896,19951=>896,19952=>896,19953=>896, +19954=>896,19955=>896,19956=>896,19957=>896,19958=>896,19959=>896,19960=>896,19961=>896,19962=>896,19963=>896, +19964=>896,19965=>896,19966=>896,19967=>896,42564=>635,42565=>521,42566=>354,42567=>338,42572=>1180,42573=>1028, +42576=>1029,42577=>906,42580=>1080,42581=>842,42582=>977,42583=>843,42594=>1062,42595=>912,42596=>1066,42597=>901, +42598=>1178,42599=>1008,42600=>787,42601=>612,42602=>855,42603=>712,42604=>1358,42605=>1019,42606=>879,42634=>782, +42635=>685,42636=>611,42637=>583,42644=>686,42645=>634,42760=>493,42761=>493,42762=>493,42763=>493,42764=>493, +42765=>493,42766=>493,42767=>493,42768=>493,42769=>493,42770=>493,42771=>493,42772=>493,42773=>493,42774=>493, +42779=>369,42780=>369,42781=>252,42782=>252,42783=>252,42786=>385,42787=>356,42788=>472,42789=>472,42790=>752, +42791=>634,42792=>878,42793=>709,42794=>614,42795=>541,42800=>491,42801=>521,42802=>1250,42803=>985,42804=>1203, +42805=>990,42806=>1142,42807=>981,42808=>971,42809=>818,42810=>971,42811=>818,42812=>959,42813=>818,42814=>703, +42815=>549,42822=>680,42823=>392,42824=>582,42825=>427,42826=>807,42827=>704,42830=>1358,42831=>1019,42832=>603, +42833=>635,42834=>734,42835=>774,42838=>787,42839=>635,42852=>605,42853=>635,42854=>605,42855=>635,42880=>557, +42881=>278,42882=>735,42883=>634,42889=>337,42890=>376,42891=>401,42892=>275,42893=>686,43003=>575,43004=>603, +43005=>863,43006=>295,43007=>1199,61184=>213,61185=>238,61186=>257,61187=>264,61188=>267,61189=>238,61190=>213, +61191=>238,61192=>257,61193=>264,61194=>257,61195=>238,61196=>213,61197=>238,61198=>257,61199=>264,61200=>257, +61201=>238,61202=>213,61203=>238,61204=>267,61205=>264,61206=>257,61207=>238,61208=>213,61209=>275,61440=>977, +61441=>977,63173=>612,64256=>689,64257=>630,64258=>630,64259=>967,64260=>967,64261=>686,64262=>861,64275=>1202, +64276=>1202,64277=>1196,64278=>1186,64279=>1529,64285=>272,64286=>0,64287=>471,64288=>636,64289=>856,64290=>774, +64291=>906,64292=>771,64293=>843,64294=>855,64295=>807,64296=>875,64297=>838,64298=>808,64299=>808,64300=>808, +64301=>808,64302=>629,64303=>629,64304=>629,64305=>608,64306=>448,64307=>594,64308=>640,64309=>272,64310=>374, +64312=>648,64313=>336,64314=>592,64315=>556,64316=>599,64318=>659,64320=>441,64321=>700,64323=>640,64324=>604, +64326=>581,64327=>663,64328=>592,64329=>808,64330=>657,64331=>272,64332=>608,64333=>556,64334=>604,64335=>540, +64338=>941,64339=>982,64340=>278,64341=>302,64342=>941,64343=>982,64344=>278,64345=>302,64346=>941,64347=>982, +64348=>278,64349=>302,64350=>941,64351=>982,64352=>278,64353=>302,64354=>941,64355=>982,64356=>278,64357=>302, +64358=>941,64359=>982,64360=>278,64361=>302,64362=>1037,64363=>1035,64364=>478,64365=>506,64366=>1037,64367=>1035, +64368=>478,64369=>506,64370=>646,64371=>646,64372=>618,64373=>646,64374=>646,64375=>646,64376=>618,64377=>646, +64378=>646,64379=>646,64380=>618,64381=>646,64382=>646,64383=>646,64384=>618,64385=>646,64386=>445,64387=>525, +64388=>445,64389=>525,64390=>445,64391=>525,64392=>445,64393=>525,64394=>483,64395=>552,64396=>483,64397=>552, +64398=>895,64399=>895,64400=>476,64401=>552,64402=>895,64403=>895,64404=>476,64405=>552,64406=>895,64407=>895, +64408=>476,64409=>552,64410=>895,64411=>895,64412=>476,64413=>552,64414=>734,64415=>761,64416=>734,64417=>761, +64418=>278,64419=>302,64426=>698,64427=>632,64428=>527,64429=>461,64467=>824,64468=>843,64469=>476,64470=>552, +64473=>483,64474=>517,64488=>278,64489=>302,64508=>783,64509=>833,64510=>278,64511=>302,65024=>0,65025=>0, +65026=>0,65027=>0,65028=>0,65029=>0,65030=>0,65031=>0,65032=>0,65033=>0,65034=>0,65035=>0, +65036=>0,65037=>0,65038=>0,65039=>0,65056=>0,65057=>0,65058=>0,65059=>0,65136=>293,65137=>293, +65138=>293,65139=>262,65140=>293,65142=>293,65143=>293,65144=>293,65145=>293,65146=>293,65147=>293,65148=>293, +65149=>293,65150=>293,65151=>293,65152=>470,65153=>278,65154=>305,65155=>278,65156=>305,65157=>483,65158=>517, +65159=>278,65160=>305,65161=>783,65162=>833,65163=>278,65164=>302,65165=>278,65166=>305,65167=>941,65168=>982, +65169=>278,65170=>302,65171=>524,65172=>536,65173=>941,65174=>982,65175=>278,65176=>302,65177=>941,65178=>982, +65179=>278,65180=>302,65181=>646,65182=>646,65183=>618,65184=>646,65185=>646,65186=>646,65187=>618,65188=>646, +65189=>646,65190=>646,65191=>618,65192=>646,65193=>445,65194=>525,65195=>445,65196=>525,65197=>483,65198=>552, +65199=>483,65200=>552,65201=>1221,65202=>1275,65203=>838,65204=>892,65205=>1221,65206=>1275,65207=>838,65208=>892, +65209=>1209,65210=>1225,65211=>849,65212=>867,65213=>1209,65214=>1225,65215=>849,65216=>867,65217=>925,65218=>949, +65219=>796,65220=>820,65221=>925,65222=>949,65223=>796,65224=>820,65225=>597,65226=>532,65227=>597,65228=>482, +65229=>597,65230=>532,65231=>523,65232=>482,65233=>1037,65234=>1035,65235=>478,65236=>506,65237=>776,65238=>834, +65239=>478,65240=>506,65241=>824,65242=>843,65243=>476,65244=>552,65245=>727,65246=>757,65247=>305,65248=>331, +65249=>619,65250=>666,65251=>536,65252=>578,65253=>734,65254=>761,65255=>278,65256=>302,65257=>524,65258=>536, +65259=>527,65260=>461,65261=>483,65262=>517,65263=>783,65264=>833,65265=>783,65266=>833,65267=>278,65268=>302, +65269=>570,65270=>597,65271=>570,65272=>597,65273=>570,65274=>597,65275=>570,65276=>597,65279=>0,65529=>0, +65530=>0,65531=>0,65532=>0,65533=>1025); +$enc=''; +$diff=''; +$file='dejavusans.z'; +$ctg='dejavusans.ctg.z'; +$originalsize=683528; +// --- EOF --- \ No newline at end of file diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.z new file mode 100644 index 000000000..4ef7dfd07 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusans.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.ctg.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.ctg.z new file mode 100644 index 000000000..dde27cbf6 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.ctg.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.php new file mode 100644 index 000000000..79758e59e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.php @@ -0,0 +1,518 @@ +928,'Descent'=>-236,'CapHeight'=>19,'Flags'=>96,'FontBBox'=>'[-1069 -415 1975 1174]','ItalicAngle'=>-20.3,'StemV'=>120,'MissingWidth'=>600); +$up=-63; +$ut=44; +$dw=600; +$cw=array( +0=>600,32=>348,33=>456,34=>521,35=>838,36=>696,37=>1002,38=>872,39=>306,40=>457, +41=>457,42=>523,43=>838,44=>380,45=>415,46=>380,47=>365,48=>696,49=>696,50=>696, +51=>696,52=>696,53=>696,54=>696,55=>696,56=>696,57=>696,58=>400,59=>400,60=>838, +61=>838,62=>838,63=>580,64=>1000,65=>774,66=>762,67=>734,68=>830,69=>683,70=>683, +71=>821,72=>837,73=>372,74=>372,75=>775,76=>637,77=>995,78=>837,79=>850,80=>733, +81=>850,82=>770,83=>720,84=>682,85=>812,86=>774,87=>1103,88=>771,89=>724,90=>725, +91=>457,92=>365,93=>457,94=>838,95=>500,96=>500,97=>675,98=>716,99=>593,100=>716, +101=>678,102=>435,103=>716,104=>712,105=>343,106=>343,107=>665,108=>343,109=>1042,110=>712, +111=>687,112=>716,113=>716,114=>493,115=>595,116=>478,117=>712,118=>652,119=>924,120=>645, +121=>652,122=>582,123=>712,124=>365,125=>712,126=>838,8364=>696,8218=>380,402=>435,8222=>657, +8230=>1000,8224=>500,8225=>500,710=>500,8240=>1440,352=>720,8249=>412,338=>1167,381=>725,8216=>380, +8217=>380,8220=>657,8221=>657,8226=>639,8211=>500,8212=>1000,732=>500,8482=>1000,353=>595,8250=>412, +339=>1094,382=>582,376=>724,160=>348,161=>456,162=>696,163=>696,164=>636,165=>696,166=>365, +167=>500,168=>500,169=>1000,170=>564,171=>646,172=>838,173=>415,174=>1000,175=>500,176=>500, +177=>838,178=>438,179=>438,180=>500,181=>736,182=>636,183=>380,184=>500,185=>438,186=>564, +187=>646,188=>1035,189=>1035,190=>1035,191=>580,192=>774,193=>774,194=>774,195=>774,196=>774, +197=>774,198=>1085,199=>734,200=>683,201=>683,202=>683,203=>683,204=>372,205=>372,206=>372, +207=>372,208=>838,209=>837,210=>850,211=>850,212=>850,213=>850,214=>850,215=>838,216=>850, +217=>812,218=>812,219=>812,220=>812,221=>724,222=>738,223=>719,224=>675,225=>675,226=>675, +227=>675,228=>675,229=>675,230=>1048,231=>593,232=>678,233=>678,234=>678,235=>678,236=>343, +237=>343,238=>343,239=>343,240=>687,241=>712,242=>687,243=>687,244=>687,245=>687,246=>687, +247=>838,248=>687,249=>712,250=>712,251=>712,252=>712,253=>652,254=>716,255=>652,256=>774, +257=>675,258=>774,259=>675,260=>774,261=>675,262=>734,263=>593,264=>734,265=>593,266=>734, +267=>593,268=>734,269=>593,270=>830,271=>716,272=>838,273=>716,274=>683,275=>678,276=>683, +277=>678,278=>683,279=>678,280=>683,281=>678,282=>683,283=>678,284=>821,285=>716,286=>821, +287=>716,288=>821,289=>716,290=>821,291=>716,292=>837,293=>712,294=>974,295=>790,296=>372, +297=>343,298=>372,299=>343,300=>372,301=>343,302=>372,303=>343,304=>372,305=>343,306=>744, +307=>686,308=>372,309=>343,310=>775,311=>665,312=>665,313=>637,314=>343,315=>637,316=>343, +317=>637,318=>479,319=>637,320=>557,321=>642,322=>371,323=>837,324=>712,325=>837,326=>712, +327=>837,328=>712,329=>983,330=>837,331=>712,332=>850,333=>687,334=>850,335=>687,336=>850, +337=>687,340=>770,341=>493,342=>770,343=>493,344=>770,345=>493,346=>720,347=>595,348=>720, +349=>595,350=>720,351=>595,354=>682,355=>478,356=>682,357=>478,358=>682,359=>478,360=>812, +361=>712,362=>812,363=>712,364=>812,365=>712,366=>812,367=>712,368=>812,369=>712,370=>812, +371=>712,372=>1103,373=>924,374=>724,375=>652,377=>725,378=>582,379=>725,380=>582,383=>435, +384=>716,385=>811,386=>762,387=>716,388=>762,389=>716,390=>734,391=>734,392=>593,393=>838, +394=>879,395=>757,396=>716,397=>688,398=>683,399=>849,400=>696,401=>683,403=>821,404=>793, +405=>1045,406=>436,407=>389,408=>775,409=>665,410=>360,411=>592,412=>1042,413=>837,414=>712, +415=>850,416=>874,417=>687,418=>1083,419=>912,420=>782,421=>716,422=>770,423=>720,424=>595, +425=>683,426=>552,427=>478,428=>707,429=>478,430=>682,431=>835,432=>712,433=>850,434=>813, +435=>797,436=>778,437=>725,438=>582,439=>772,440=>772,441=>641,442=>582,443=>696,444=>772, +445=>641,446=>573,447=>716,448=>372,449=>659,450=>544,451=>372,452=>1555,453=>1412,454=>1298, +455=>1009,456=>980,457=>686,458=>1209,459=>1180,460=>1055,461=>774,462=>675,463=>372,464=>343, +465=>850,466=>687,467=>812,468=>712,469=>812,470=>712,471=>812,472=>712,473=>812,474=>712, +475=>812,476=>712,477=>678,478=>774,479=>675,480=>774,481=>675,482=>1085,483=>1048,484=>821, +485=>716,486=>821,487=>716,488=>775,489=>665,490=>850,491=>687,492=>850,493=>687,494=>772, +495=>582,496=>343,497=>1555,498=>1412,499=>1298,500=>821,501=>716,502=>1289,503=>787,504=>837, +505=>712,506=>774,507=>675,508=>1085,509=>1048,510=>850,511=>687,512=>774,513=>675,514=>774, +515=>675,516=>683,517=>678,518=>683,519=>678,520=>372,521=>343,522=>372,523=>343,524=>850, +525=>687,526=>850,527=>687,528=>770,529=>493,530=>770,531=>493,532=>812,533=>712,534=>812, +535=>712,536=>720,537=>595,538=>682,539=>478,540=>690,541=>607,542=>837,543=>712,544=>837, +545=>865,546=>809,547=>659,548=>725,549=>582,550=>774,551=>675,552=>683,553=>678,554=>850, +555=>687,556=>850,557=>687,558=>850,559=>687,560=>850,561=>687,562=>724,563=>652,564=>492, +565=>867,566=>512,567=>343,568=>1088,569=>1088,570=>774,571=>734,572=>593,573=>637,574=>682, +575=>595,576=>582,577=>782,578=>614,579=>762,580=>812,581=>774,582=>683,583=>678,584=>372, +585=>343,586=>860,587=>791,588=>770,589=>493,590=>724,591=>652,592=>675,593=>716,594=>716, +595=>716,596=>593,597=>593,598=>717,599=>792,600=>678,601=>678,602=>876,603=>557,604=>545, +605=>815,606=>731,607=>343,608=>792,609=>716,610=>627,611=>644,612=>635,613=>712,614=>712, +615=>712,616=>545,617=>440,618=>545,619=>559,620=>693,621=>343,622=>841,623=>1042,624=>1042, +625=>1042,626=>712,627=>793,628=>707,629=>687,630=>909,631=>681,632=>796,633=>538,634=>538, +635=>650,636=>493,637=>493,638=>596,639=>596,640=>642,641=>642,642=>595,643=>415,644=>435, +645=>605,646=>552,647=>478,648=>478,649=>920,650=>772,651=>670,652=>652,653=>924,654=>652, +655=>724,656=>694,657=>684,658=>641,659=>641,660=>573,661=>573,662=>573,663=>573,664=>850, +665=>633,666=>731,667=>685,668=>691,669=>343,670=>732,671=>539,672=>792,673=>573,674=>573, +675=>1156,676=>1214,677=>1155,678=>974,679=>769,680=>929,681=>1026,682=>792,683=>780,684=>591, +685=>415,686=>677,687=>789,688=>456,689=>456,690=>219,691=>315,692=>315,693=>315,694=>411, +695=>591,696=>417,697=>302,698=>521,699=>380,700=>380,701=>380,702=>366,703=>366,704=>326, +705=>326,706=>500,707=>500,708=>500,709=>500,711=>500,712=>306,713=>500,714=>500,715=>500, +716=>306,717=>500,718=>500,719=>500,720=>337,721=>337,722=>366,723=>366,724=>500,725=>500, +726=>416,727=>328,728=>500,729=>500,730=>500,731=>500,733=>500,734=>351,735=>500,736=>412, +737=>219,738=>381,739=>413,740=>326,741=>500,742=>500,743=>500,744=>500,745=>500,748=>500, +749=>500,750=>657,755=>500,759=>500,768=>0,769=>0,770=>0,771=>0,772=>0,773=>0, +774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0,782=>0,783=>0, +784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0,792=>0,793=>0, +794=>0,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0,802=>0,803=>0, +804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0,812=>0,813=>0, +814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0,822=>0,823=>0, +824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0,832=>0,833=>0, +834=>0,835=>0,836=>0,837=>0,838=>0,839=>0,840=>0,841=>0,842=>0,843=>0, +844=>0,845=>0,846=>0,847=>0,849=>0,850=>0,851=>0,855=>0,856=>0,858=>0, +860=>0,861=>0,862=>0,863=>0,864=>0,865=>0,866=>0,880=>698,881=>565,882=>1022, +883=>836,884=>302,885=>302,886=>837,887=>701,890=>500,891=>593,892=>550,893=>549,894=>400, +900=>441,901=>500,902=>797,903=>380,904=>846,905=>1009,906=>563,908=>891,910=>980,911=>894, +912=>390,913=>774,914=>762,915=>637,916=>774,917=>683,918=>725,919=>837,920=>850,921=>372, +922=>775,923=>774,924=>995,925=>837,926=>632,927=>850,928=>837,929=>733,931=>683,932=>682, +933=>724,934=>850,935=>771,936=>850,937=>850,938=>372,939=>724,940=>687,941=>557,942=>712, +943=>390,944=>675,945=>687,946=>716,947=>681,948=>687,949=>557,950=>591,951=>712,952=>687, +953=>390,954=>710,955=>633,956=>736,957=>681,958=>591,959=>687,960=>791,961=>716,962=>593, +963=>779,964=>638,965=>675,966=>782,967=>645,968=>794,969=>869,970=>390,971=>675,972=>687, +973=>675,974=>869,975=>775,976=>651,977=>661,978=>746,979=>981,980=>746,981=>796,982=>869, +983=>744,984=>850,985=>687,986=>734,987=>593,988=>683,989=>494,990=>702,991=>660,992=>919, +993=>627,994=>1093,995=>837,996=>832,997=>716,998=>928,999=>744,1000=>733,1001=>650,1002=>789, +1003=>671,1004=>752,1005=>716,1006=>682,1007=>590,1008=>744,1009=>716,1010=>593,1011=>343,1012=>850, +1013=>645,1014=>644,1015=>738,1016=>716,1017=>734,1018=>995,1019=>732,1020=>716,1021=>698,1022=>734, +1023=>698,1024=>683,1025=>683,1026=>878,1027=>637,1028=>734,1029=>720,1030=>372,1031=>372,1032=>372, +1033=>1154,1034=>1130,1035=>878,1036=>817,1037=>837,1038=>771,1039=>837,1040=>774,1041=>762,1042=>762, +1043=>637,1044=>891,1045=>683,1046=>1224,1047=>710,1048=>837,1049=>837,1050=>817,1051=>831,1052=>995, +1053=>837,1054=>850,1055=>837,1056=>733,1057=>734,1058=>682,1059=>771,1060=>992,1061=>771,1062=>928, +1063=>808,1064=>1235,1065=>1326,1066=>939,1067=>1036,1068=>762,1069=>734,1070=>1174,1071=>770,1072=>675, +1073=>698,1074=>633,1075=>522,1076=>808,1077=>678,1078=>995,1079=>581,1080=>701,1081=>701,1082=>679, +1083=>732,1084=>817,1085=>691,1086=>687,1087=>691,1088=>716,1089=>593,1090=>580,1091=>652,1092=>992, +1093=>645,1094=>741,1095=>687,1096=>1062,1097=>1105,1098=>751,1099=>904,1100=>632,1101=>593,1102=>972, +1103=>642,1104=>678,1105=>678,1106=>714,1107=>522,1108=>593,1109=>595,1110=>343,1111=>343,1112=>343, +1113=>991,1114=>956,1115=>734,1116=>679,1117=>701,1118=>652,1119=>691,1120=>1093,1121=>869,1122=>840, +1123=>736,1124=>1012,1125=>839,1126=>992,1127=>832,1128=>1358,1129=>1121,1130=>850,1131=>687,1132=>1236, +1133=>1007,1134=>696,1135=>557,1136=>1075,1137=>1061,1138=>850,1139=>687,1140=>850,1141=>695,1142=>850, +1143=>695,1144=>1148,1145=>1043,1146=>1074,1147=>863,1148=>1405,1149=>1173,1150=>1093,1151=>869,1152=>734, +1153=>593,1154=>652,1155=>0,1156=>0,1157=>0,1158=>0,1159=>0,1160=>418,1161=>418,1162=>957, +1163=>807,1164=>762,1165=>611,1166=>733,1167=>716,1168=>637,1169=>522,1170=>666,1171=>543,1172=>808, +1173=>669,1174=>1224,1175=>995,1176=>710,1177=>581,1178=>775,1179=>679,1180=>817,1181=>679,1182=>817, +1183=>679,1184=>1015,1185=>826,1186=>956,1187=>808,1188=>1103,1189=>874,1190=>1273,1191=>1017,1192=>952, +1193=>858,1194=>734,1195=>593,1196=>682,1197=>580,1198=>724,1199=>652,1200=>724,1201=>652,1202=>771, +1203=>645,1204=>1112,1205=>1000,1206=>808,1207=>687,1208=>808,1209=>687,1210=>808,1211=>712,1212=>1026, +1213=>810,1214=>1026,1215=>810,1216=>372,1217=>1224,1218=>995,1219=>775,1220=>630,1221=>951,1222=>805, +1223=>837,1224=>691,1225=>957,1226=>807,1227=>808,1228=>687,1229=>1115,1230=>933,1231=>343,1232=>774, +1233=>675,1234=>774,1235=>675,1236=>1085,1237=>1048,1238=>683,1239=>678,1240=>849,1241=>678,1242=>849, +1243=>678,1244=>1224,1245=>995,1246=>710,1247=>581,1248=>772,1249=>641,1250=>837,1251=>701,1252=>837, +1253=>701,1254=>850,1255=>687,1256=>850,1257=>687,1258=>850,1259=>687,1260=>734,1261=>593,1262=>771, +1263=>652,1264=>771,1265=>652,1266=>771,1267=>652,1268=>808,1269=>687,1270=>637,1271=>522,1272=>1036, +1273=>904,1274=>666,1275=>543,1276=>771,1277=>645,1278=>771,1279=>645,1280=>762,1281=>608,1282=>1159, +1283=>893,1284=>1119,1285=>920,1286=>828,1287=>693,1288=>1242,1289=>1017,1290=>1289,1291=>1013,1292=>839, +1293=>638,1294=>938,1295=>803,1296=>696,1297=>557,1298=>831,1299=>732,1300=>1286,1301=>1068,1302=>1065, +1303=>979,1304=>1082,1305=>1013,1306=>850,1307=>716,1308=>1103,1309=>924,1312=>1267,1313=>1059,1314=>1273, +1315=>1017,1316=>957,1317=>807,1329=>984,1330=>812,1331=>984,1332=>984,1333=>812,1334=>777,1335=>812, +1336=>812,1337=>975,1338=>984,1339=>812,1340=>710,1341=>1078,1342=>1136,1343=>812,1344=>710,1345=>757, +1346=>984,1347=>876,1348=>984,1349=>793,1350=>984,1351=>812,1352=>812,1353=>812,1354=>958,1355=>777, +1356=>984,1357=>812,1358=>984,1359=>720,1360=>812,1361=>793,1362=>895,1363=>850,1364=>936,1365=>850, +1366=>720,1369=>366,1370=>380,1371=>550,1372=>550,1373=>380,1374=>546,1375=>521,1377=>1042,1378=>712, +1379=>866,1380=>868,1381=>712,1382=>817,1383=>653,1384=>712,1385=>811,1386=>817,1387=>712,1388=>498, +1389=>1018,1390=>716,1391=>712,1392=>712,1393=>716,1394=>819,1395=>712,1396=>751,1397=>343,1398=>882, +1399=>559,1400=>712,1401=>559,1402=>1042,1403=>559,1404=>863,1405=>712,1406=>813,1407=>1042,1408=>712, +1409=>716,1410=>571,1411=>1042,1412=>778,1413=>687,1414=>720,1415=>862,1417=>400,1418=>487,1456=>0, +1457=>0,1458=>0,1459=>0,1460=>0,1461=>0,1462=>0,1463=>0,1464=>0,1465=>0,1466=>0, +1467=>0,1468=>0,1469=>0,1470=>415,1471=>0,1472=>372,1473=>0,1474=>0,1475=>372,1478=>497, +1479=>0,1488=>751,1489=>673,1490=>537,1491=>654,1492=>712,1493=>343,1494=>491,1495=>712,1496=>724, +1497=>343,1498=>649,1499=>650,1500=>679,1501=>712,1502=>775,1503=>343,1504=>497,1505=>773,1506=>678, +1507=>718,1508=>687,1509=>628,1510=>751,1511=>729,1512=>649,1513=>949,1514=>751,1520=>664,1521=>664, +1522=>663,1523=>444,1524=>710,1542=>667,1543=>667,1545=>884,1546=>1157,1548=>380,1557=>0,1563=>400, +1567=>580,1569=>511,1570=>343,1571=>343,1572=>622,1573=>343,1574=>917,1575=>343,1576=>1005,1577=>590, +1578=>1005,1579=>1005,1580=>721,1581=>721,1582=>721,1583=>513,1584=>513,1585=>576,1586=>576,1587=>1380, +1588=>1380,1589=>1345,1590=>1345,1591=>1039,1592=>1039,1593=>683,1594=>683,1600=>342,1601=>1162,1602=>894, +1603=>917,1604=>868,1605=>733,1606=>854,1607=>590,1608=>622,1609=>917,1610=>917,1611=>0,1612=>0, +1613=>0,1614=>0,1615=>0,1616=>0,1617=>0,1618=>0,1619=>0,1620=>0,1621=>0,1623=>0, +1626=>500,1632=>610,1633=>610,1634=>610,1635=>610,1636=>610,1637=>610,1638=>610,1639=>610,1640=>610, +1641=>610,1642=>610,1643=>374,1644=>380,1645=>545,1646=>1005,1647=>894,1648=>0,1652=>292,1657=>1005, +1658=>1005,1659=>1005,1660=>1005,1661=>1005,1662=>1005,1663=>1005,1664=>1005,1665=>721,1666=>721,1667=>721, +1668=>721,1669=>721,1670=>721,1671=>721,1672=>445,1673=>445,1674=>445,1675=>445,1676=>445,1677=>445, +1678=>445,1679=>445,1680=>445,1681=>576,1682=>576,1683=>576,1684=>576,1685=>681,1686=>576,1687=>576, +1688=>576,1689=>576,1690=>1380,1691=>1380,1692=>1380,1693=>1345,1694=>1345,1695=>1039,1696=>683,1697=>1162, +1698=>1162,1699=>1162,1700=>1162,1701=>1162,1702=>1162,1703=>894,1704=>894,1705=>1024,1706=>1271,1707=>1024, +1708=>917,1709=>917,1710=>917,1711=>1024,1712=>1024,1713=>1024,1714=>1024,1715=>1024,1716=>1024,1717=>868, +1718=>868,1719=>868,1720=>868,1721=>854,1722=>854,1723=>854,1724=>854,1725=>854,1726=>938,1727=>721, +1734=>622,1740=>917,1742=>917,1749=>590,1776=>610,1777=>610,1778=>610,1779=>610,1780=>610,1781=>610, +1782=>610,1783=>610,1784=>610,1785=>610,1984=>696,1985=>696,1986=>696,1987=>696,1988=>696,1989=>696, +1990=>696,1991=>696,1992=>696,1993=>696,1994=>343,1995=>547,1996=>543,1997=>652,1998=>691,1999=>691, +2000=>594,2001=>691,2002=>904,2003=>551,2004=>551,2005=>627,2006=>688,2007=>444,2008=>1022,2009=>506, +2010=>826,2011=>691,2012=>652,2013=>912,2014=>627,2015=>707,2016=>506,2017=>652,2018=>574,2019=>627, +2020=>627,2021=>627,2022=>574,2023=>574,2027=>0,2028=>0,2029=>0,2030=>0,2031=>0,2032=>0, +2033=>0,2034=>0,2035=>0,2036=>380,2037=>380,2040=>691,2041=>691,2042=>415,3647=>696,3713=>790, +3714=>748,3716=>749,3719=>569,3720=>742,3722=>744,3725=>761,3732=>706,3733=>704,3734=>747,3735=>819, +3737=>730,3738=>727,3739=>727,3740=>922,3741=>827,3742=>866,3743=>866,3745=>836,3746=>761,3747=>770, +3749=>769,3751=>713,3754=>827,3755=>1031,3757=>724,3758=>784,3759=>934,3760=>688,3761=>0,3762=>610, +3763=>610,3764=>0,3765=>0,3766=>0,3767=>0,3768=>0,3769=>0,3771=>0,3772=>0,3773=>670, +3776=>516,3777=>860,3778=>516,3779=>650,3780=>632,3782=>759,3784=>0,3785=>0,3786=>0,3787=>0, +3788=>0,3789=>0,3792=>771,3793=>771,3794=>693,3795=>836,3796=>729,3797=>729,3798=>849,3799=>790, +3800=>759,3801=>910,3804=>1363,3805=>1363,4256=>918,4257=>744,4258=>739,4259=>837,4260=>649,4261=>773, +4262=>857,4263=>889,4264=>530,4265=>633,4266=>857,4267=>900,4268=>643,4269=>903,4270=>814,4271=>752, +4272=>869,4273=>643,4274=>643,4275=>886,4276=>886,4277=>733,4278=>653,4279=>643,4280=>646,4281=>643, +4282=>790,4283=>902,4284=>633,4285=>619,4286=>643,4287=>778,4288=>892,4289=>601,4290=>742,4291=>616, +4292=>633,4293=>742,4304=>553,4305=>552,4306=>596,4307=>815,4308=>562,4309=>563,4310=>553,4311=>827, +4312=>553,4313=>543,4314=>1074,4315=>563,4316=>563,4317=>812,4318=>552,4319=>591,4320=>822,4321=>563, +4322=>690,4323=>583,4324=>813,4325=>562,4326=>813,4327=>563,4328=>563,4329=>563,4330=>632,4331=>563, +4332=>563,4333=>552,4334=>563,4335=>563,4336=>558,4337=>604,4338=>552,4339=>552,4340=>553,4341=>605, +4342=>852,4343=>635,4344=>563,4345=>596,4346=>542,4347=>684,4348=>368,5121=>774,5122=>774,5123=>774, +5124=>774,5125=>905,5126=>905,5127=>905,5129=>905,5130=>905,5131=>905,5132=>1018,5133=>1009,5134=>1018, +5135=>1009,5136=>1018,5137=>1009,5138=>1149,5139=>1140,5140=>1149,5141=>1140,5142=>905,5143=>1149,5144=>1142, +5145=>1149,5146=>1142,5147=>905,5149=>310,5150=>529,5151=>425,5152=>425,5153=>395,5154=>395,5155=>395, +5156=>395,5157=>564,5158=>470,5159=>310,5160=>395,5161=>395,5162=>395,5163=>1213,5164=>986,5165=>1216, +5166=>1297,5167=>774,5168=>774,5169=>774,5170=>774,5171=>886,5172=>886,5173=>886,5175=>886,5176=>886, +5177=>886,5178=>1018,5179=>1009,5180=>1018,5181=>1009,5182=>1018,5183=>1009,5184=>1149,5185=>1140,5186=>1149, +5187=>1140,5188=>1149,5189=>1142,5190=>1149,5191=>1142,5192=>886,5193=>576,5194=>229,5196=>812,5197=>812, +5198=>812,5199=>812,5200=>815,5201=>815,5202=>815,5204=>815,5205=>815,5206=>815,5207=>1056,5208=>1048, +5209=>1056,5210=>1048,5211=>1056,5212=>1048,5213=>1060,5214=>1054,5215=>1060,5216=>1054,5217=>1060,5218=>1052, +5219=>1060,5220=>1052,5221=>1060,5222=>483,5223=>1005,5224=>1005,5225=>1023,5226=>1017,5227=>743,5228=>743, +5229=>743,5230=>743,5231=>743,5232=>743,5233=>743,5234=>743,5235=>743,5236=>1029,5237=>975,5238=>980, +5239=>975,5240=>980,5241=>975,5242=>1029,5243=>975,5244=>1029,5245=>975,5246=>980,5247=>975,5248=>980, +5249=>975,5250=>980,5251=>501,5252=>501,5253=>938,5254=>938,5255=>938,5256=>938,5257=>743,5258=>743, +5259=>743,5260=>743,5261=>743,5262=>743,5263=>743,5264=>743,5265=>743,5266=>1029,5267=>975,5268=>1029, +5269=>975,5270=>1029,5271=>975,5272=>1029,5273=>975,5274=>1029,5275=>975,5276=>1029,5277=>975,5278=>1029, +5279=>975,5280=>1029,5281=>501,5282=>501,5283=>626,5284=>626,5285=>626,5286=>626,5287=>626,5288=>626, +5289=>626,5290=>626,5291=>626,5292=>881,5293=>854,5294=>863,5295=>874,5296=>863,5297=>874,5298=>881, +5299=>874,5300=>881,5301=>874,5302=>863,5303=>874,5304=>863,5305=>874,5306=>863,5307=>436,5308=>548, +5309=>436,5312=>988,5313=>988,5314=>988,5315=>988,5316=>931,5317=>931,5318=>931,5319=>931,5320=>931, +5321=>1238,5322=>1247,5323=>1200,5324=>1228,5325=>1200,5326=>1228,5327=>931,5328=>660,5329=>497,5330=>660, +5331=>988,5332=>988,5333=>988,5334=>988,5335=>931,5336=>931,5337=>931,5338=>931,5339=>931,5340=>1231, +5341=>1247,5342=>1283,5343=>1228,5344=>1283,5345=>1228,5346=>1228,5347=>1214,5348=>1228,5349=>1214,5350=>1283, +5351=>1228,5352=>1283,5353=>1228,5354=>660,5356=>886,5357=>730,5358=>730,5359=>730,5360=>730,5361=>730, +5362=>730,5363=>730,5364=>730,5365=>730,5366=>998,5367=>958,5368=>967,5369=>989,5370=>967,5371=>989, +5372=>998,5373=>958,5374=>998,5375=>958,5376=>967,5377=>989,5378=>967,5379=>989,5380=>967,5381=>493, +5382=>460,5383=>493,5392=>923,5393=>923,5394=>923,5395=>1136,5396=>1136,5397=>1136,5398=>1136,5399=>1209, +5400=>1202,5401=>1209,5402=>1202,5403=>1209,5404=>1202,5405=>1431,5406=>1420,5407=>1431,5408=>1420,5409=>1431, +5410=>1420,5411=>1431,5412=>1420,5413=>746,5414=>776,5415=>776,5416=>776,5417=>776,5418=>776,5419=>776, +5420=>776,5421=>776,5422=>776,5423=>1003,5424=>1003,5425=>1013,5426=>996,5427=>1013,5428=>996,5429=>1003, +5430=>1003,5431=>1003,5432=>1003,5433=>1013,5434=>996,5435=>1013,5436=>996,5437=>1013,5438=>495,5440=>395, +5441=>510,5442=>1033,5443=>1033,5444=>976,5445=>976,5446=>976,5447=>976,5448=>733,5449=>733,5450=>733, +5451=>733,5452=>733,5453=>733,5454=>1003,5455=>959,5456=>495,5458=>886,5459=>774,5460=>774,5461=>774, +5462=>774,5463=>928,5464=>928,5465=>928,5466=>928,5467=>1172,5468=>1142,5469=>602,5470=>812,5471=>812, +5472=>812,5473=>812,5474=>812,5475=>812,5476=>815,5477=>815,5478=>815,5479=>815,5480=>1060,5481=>1052, +5482=>548,5492=>977,5493=>977,5494=>977,5495=>977,5496=>977,5497=>977,5498=>977,5499=>618,5500=>837, +5501=>510,5502=>1238,5503=>1238,5504=>1238,5505=>1238,5506=>1238,5507=>1238,5508=>1238,5509=>989,5514=>977, +5515=>977,5516=>977,5517=>977,5518=>1591,5519=>1591,5520=>1591,5521=>1295,5522=>1295,5523=>1591,5524=>1591, +5525=>848,5526=>1273,5536=>988,5537=>988,5538=>931,5539=>931,5540=>931,5541=>931,5542=>660,5543=>776, +5544=>776,5545=>776,5546=>776,5547=>776,5548=>776,5549=>776,5550=>495,5551=>743,5598=>830,5601=>830, +5702=>496,5703=>496,5742=>413,5743=>1238,5744=>1591,5745=>2016,5746=>2016,5747=>1720,5748=>1678,5749=>2016, +5750=>2016,5760=>543,5761=>637,5762=>945,5763=>1254,5764=>1563,5765=>1871,5766=>627,5767=>936,5768=>1254, +5769=>1559,5770=>1871,5771=>569,5772=>877,5773=>1187,5774=>1497,5775=>1807,5776=>637,5777=>945,5778=>1240, +5779=>1555,5780=>1871,5781=>569,5782=>569,5783=>789,5784=>1234,5785=>1559,5786=>740,5787=>638,5788=>638, +7424=>652,7425=>833,7426=>1048,7427=>608,7428=>593,7429=>676,7430=>676,7431=>559,7432=>557,7433=>343, +7434=>494,7435=>665,7436=>539,7437=>817,7438=>701,7439=>687,7440=>593,7441=>660,7442=>660,7443=>660, +7444=>1094,7446=>687,7447=>687,7448=>556,7449=>642,7450=>642,7451=>580,7452=>634,7453=>737,7454=>948, +7455=>695,7456=>652,7457=>924,7458=>582,7459=>646,7462=>539,7463=>652,7464=>691,7465=>556,7466=>781, +7467=>732,7468=>487,7469=>683,7470=>480,7472=>523,7473=>430,7474=>430,7475=>517,7476=>527,7477=>234, +7478=>234,7479=>488,7480=>401,7481=>626,7482=>527,7483=>527,7484=>535,7485=>509,7486=>461,7487=>485, +7488=>430,7489=>511,7490=>695,7491=>458,7492=>458,7493=>479,7494=>712,7495=>479,7496=>479,7497=>479, +7498=>479,7499=>386,7500=>386,7501=>479,7502=>219,7503=>487,7504=>664,7505=>456,7506=>488,7507=>414, +7508=>488,7509=>488,7510=>479,7511=>388,7512=>456,7513=>462,7514=>664,7515=>501,7517=>451,7518=>429, +7519=>433,7520=>493,7521=>406,7522=>219,7523=>315,7524=>456,7525=>501,7526=>451,7527=>429,7528=>451, +7529=>493,7530=>406,7543=>716,7544=>527,7547=>545,7549=>747,7557=>514,7579=>479,7580=>414,7581=>414, +7582=>488,7583=>386,7584=>377,7585=>348,7586=>479,7587=>456,7588=>347,7589=>281,7590=>347,7591=>347, +7592=>431,7593=>326,7594=>330,7595=>370,7596=>664,7597=>664,7598=>562,7599=>562,7600=>448,7601=>488, +7602=>542,7603=>422,7604=>396,7605=>388,7606=>583,7607=>494,7608=>399,7609=>451,7610=>501,7611=>417, +7612=>523,7613=>470,7614=>455,7615=>425,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0, +7680=>774,7681=>675,7682=>762,7683=>716,7684=>762,7685=>716,7686=>762,7687=>716,7688=>734,7689=>593, +7690=>830,7691=>716,7692=>830,7693=>716,7694=>830,7695=>716,7696=>830,7697=>716,7698=>830,7699=>716, +7700=>683,7701=>678,7702=>683,7703=>678,7704=>683,7705=>678,7706=>683,7707=>678,7708=>683,7709=>678, +7710=>683,7711=>435,7712=>821,7713=>716,7714=>837,7715=>712,7716=>837,7717=>712,7718=>837,7719=>712, +7720=>837,7721=>712,7722=>837,7723=>712,7724=>372,7725=>343,7726=>372,7727=>343,7728=>775,7729=>665, +7730=>775,7731=>665,7732=>775,7733=>665,7734=>637,7735=>343,7736=>637,7737=>343,7738=>637,7739=>343, +7740=>637,7741=>343,7742=>995,7743=>1042,7744=>995,7745=>1042,7746=>995,7747=>1042,7748=>837,7749=>712, +7750=>837,7751=>712,7752=>837,7753=>712,7754=>837,7755=>712,7756=>850,7757=>687,7758=>850,7759=>687, +7760=>850,7761=>687,7762=>850,7763=>687,7764=>733,7765=>716,7766=>733,7767=>716,7768=>770,7769=>493, +7770=>770,7771=>493,7772=>770,7773=>493,7774=>770,7775=>493,7776=>720,7777=>595,7778=>720,7779=>595, +7780=>720,7781=>595,7782=>720,7783=>595,7784=>720,7785=>595,7786=>682,7787=>478,7788=>682,7789=>478, +7790=>682,7791=>478,7792=>682,7793=>478,7794=>812,7795=>712,7796=>812,7797=>712,7798=>812,7799=>712, +7800=>812,7801=>712,7802=>812,7803=>712,7804=>774,7805=>652,7806=>774,7807=>652,7808=>1103,7809=>924, +7810=>1103,7811=>924,7812=>1103,7813=>924,7814=>1103,7815=>924,7816=>1103,7817=>924,7818=>771,7819=>645, +7820=>771,7821=>645,7822=>724,7823=>652,7824=>725,7825=>582,7826=>725,7827=>582,7828=>725,7829=>582, +7830=>712,7831=>478,7832=>924,7833=>652,7834=>675,7835=>435,7836=>435,7837=>435,7838=>896,7839=>687, +7840=>774,7841=>675,7842=>774,7843=>675,7844=>774,7845=>675,7846=>774,7847=>675,7848=>774,7849=>675, +7850=>774,7851=>675,7852=>774,7853=>675,7854=>774,7855=>675,7856=>774,7857=>675,7858=>774,7859=>675, +7860=>774,7861=>675,7862=>774,7863=>675,7864=>683,7865=>678,7866=>683,7867=>678,7868=>683,7869=>678, +7870=>683,7871=>678,7872=>683,7873=>678,7874=>683,7875=>678,7876=>683,7877=>678,7878=>683,7879=>678, +7880=>372,7881=>343,7882=>372,7883=>343,7884=>850,7885=>687,7886=>850,7887=>687,7888=>850,7889=>687, +7890=>850,7891=>687,7892=>850,7893=>687,7894=>850,7895=>687,7896=>850,7897=>687,7898=>874,7899=>687, +7900=>874,7901=>687,7902=>874,7903=>687,7904=>874,7905=>687,7906=>874,7907=>687,7908=>812,7909=>712, +7910=>812,7911=>712,7912=>835,7913=>712,7914=>835,7915=>712,7916=>835,7917=>712,7918=>835,7919=>712, +7920=>835,7921=>712,7922=>724,7923=>652,7924=>724,7925=>652,7926=>724,7927=>652,7928=>724,7929=>652, +7930=>953,7931=>644,7936=>687,7937=>687,7938=>687,7939=>687,7940=>687,7941=>687,7942=>687,7943=>687, +7944=>774,7945=>774,7946=>1041,7947=>1043,7948=>935,7949=>963,7950=>835,7951=>859,7952=>557,7953=>557, +7954=>557,7955=>557,7956=>557,7957=>557,7960=>792,7961=>794,7962=>1100,7963=>1096,7964=>1023,7965=>1052, +7968=>712,7969=>712,7970=>712,7971=>712,7972=>712,7973=>712,7974=>712,7975=>712,7976=>945,7977=>951, +7978=>1250,7979=>1250,7980=>1180,7981=>1206,7982=>1054,7983=>1063,7984=>390,7985=>390,7986=>390,7987=>390, +7988=>390,7989=>390,7990=>390,7991=>390,7992=>483,7993=>489,7994=>777,7995=>785,7996=>712,7997=>738, +7998=>604,7999=>604,8000=>687,8001=>687,8002=>687,8003=>687,8004=>687,8005=>687,8008=>892,8009=>933, +8010=>1221,8011=>1224,8012=>1053,8013=>1082,8016=>675,8017=>675,8018=>675,8019=>675,8020=>675,8021=>675, +8022=>675,8023=>675,8025=>930,8027=>1184,8029=>1199,8031=>1049,8032=>869,8033=>869,8034=>869,8035=>869, +8036=>869,8037=>869,8038=>869,8039=>869,8040=>909,8041=>958,8042=>1246,8043=>1251,8044=>1076,8045=>1105, +8046=>1028,8047=>1076,8048=>687,8049=>687,8050=>557,8051=>557,8052=>712,8053=>712,8054=>390,8055=>390, +8056=>687,8057=>687,8058=>675,8059=>675,8060=>869,8061=>869,8064=>687,8065=>687,8066=>687,8067=>687, +8068=>687,8069=>687,8070=>687,8071=>687,8072=>774,8073=>774,8074=>1041,8075=>1043,8076=>935,8077=>963, +8078=>835,8079=>859,8080=>712,8081=>712,8082=>712,8083=>712,8084=>712,8085=>712,8086=>712,8087=>712, +8088=>945,8089=>951,8090=>1250,8091=>1250,8092=>1180,8093=>1206,8094=>1054,8095=>1063,8096=>869,8097=>869, +8098=>869,8099=>869,8100=>869,8101=>869,8102=>869,8103=>869,8104=>909,8105=>958,8106=>1246,8107=>1251, +8108=>1076,8109=>1105,8110=>1028,8111=>1076,8112=>687,8113=>687,8114=>687,8115=>687,8116=>687,8118=>687, +8119=>687,8120=>774,8121=>774,8122=>876,8123=>797,8124=>774,8125=>500,8126=>500,8127=>500,8128=>500, +8129=>500,8130=>712,8131=>712,8132=>712,8134=>712,8135=>712,8136=>929,8137=>846,8138=>1080,8139=>1009, +8140=>837,8141=>500,8142=>500,8143=>500,8144=>390,8145=>390,8146=>390,8147=>390,8150=>390,8151=>390, +8152=>372,8153=>372,8154=>621,8155=>563,8157=>500,8158=>500,8159=>500,8160=>675,8161=>675,8162=>675, +8163=>675,8164=>716,8165=>716,8166=>675,8167=>675,8168=>724,8169=>724,8170=>1020,8171=>980,8172=>838, +8173=>500,8174=>500,8175=>500,8178=>869,8179=>869,8180=>869,8182=>869,8183=>869,8184=>1065,8185=>891, +8186=>1084,8187=>894,8188=>850,8189=>500,8190=>500,8192=>500,8193=>1000,8194=>500,8195=>1000,8196=>330, +8197=>250,8198=>167,8199=>696,8200=>380,8201=>200,8202=>100,8203=>0,8204=>0,8205=>0,8206=>0, +8207=>0,8208=>415,8209=>415,8210=>696,8213=>1000,8214=>500,8215=>500,8219=>380,8223=>657,8227=>639, +8228=>333,8229=>667,8231=>348,8232=>0,8233=>0,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0, +8239=>200,8241=>1887,8242=>264,8243=>447,8244=>630,8245=>264,8246=>447,8247=>630,8248=>733,8251=>972, +8252=>627,8253=>580,8254=>500,8255=>828,8256=>828,8257=>329,8258=>1023,8259=>500,8260=>167,8261=>457, +8262=>457,8263=>1030,8264=>829,8265=>829,8266=>513,8267=>636,8268=>500,8269=>500,8270=>523,8271=>400, +8272=>828,8273=>523,8274=>556,8275=>1000,8276=>828,8277=>838,8278=>684,8279=>813,8280=>838,8281=>838, +8282=>380,8283=>872,8284=>838,8285=>380,8286=>380,8287=>222,8288=>0,8289=>0,8290=>0,8291=>0, +8292=>0,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0,8304=>438,8305=>219,8308=>438, +8309=>438,8310=>438,8311=>438,8312=>438,8313=>438,8314=>528,8315=>528,8316=>528,8317=>288,8318=>288, +8319=>456,8320=>438,8321=>438,8322=>438,8323=>438,8324=>438,8325=>438,8326=>438,8327=>438,8328=>438, +8329=>438,8330=>528,8331=>528,8332=>528,8333=>288,8334=>288,8336=>458,8337=>479,8338=>488,8339=>413, +8340=>479,8352=>929,8353=>696,8354=>696,8355=>696,8356=>696,8357=>1042,8358=>837,8359=>1518,8360=>1205, +8361=>1103,8362=>904,8363=>696,8365=>696,8366=>696,8367=>1392,8368=>696,8369=>696,8370=>696,8371=>696, +8372=>859,8373=>696,8376=>696,8377=>696,8400=>0,8401=>0,8406=>0,8407=>0,8411=>0,8412=>0, +8417=>0,8448=>1120,8449=>1170,8450=>734,8451=>1211,8452=>896,8453=>1091,8454=>1144,8455=>614,8456=>698, +8457=>1086,8459=>1073,8460=>913,8461=>888,8462=>712,8463=>712,8464=>597,8465=>697,8466=>856,8467=>472, +8468=>974,8469=>837,8470=>1203,8471=>1000,8472=>697,8473=>750,8474=>850,8475=>938,8476=>814,8477=>801, +8478=>896,8479=>710,8480=>1020,8481=>1281,8483=>755,8484=>754,8485=>578,8486=>850,8487=>850,8488=>763, +8489=>338,8490=>775,8491=>774,8492=>928,8493=>818,8494=>854,8495=>636,8496=>729,8497=>808,8498=>683, +8499=>1184,8500=>465,8501=>794,8502=>731,8503=>494,8504=>684,8505=>380,8506=>945,8507=>1348,8508=>790, +8509=>737,8510=>654,8511=>863,8512=>840,8513=>775,8514=>557,8515=>637,8516=>760,8517=>830,8518=>716, +8519=>678,8520=>343,8521=>343,8523=>872,8526=>547,8528=>1035,8529=>1035,8530=>1483,8531=>1035,8532=>1035, +8533=>1035,8534=>1035,8535=>1035,8536=>1035,8537=>1035,8538=>1035,8539=>1035,8540=>1035,8541=>1035,8542=>1035, +8543=>615,8544=>372,8545=>659,8546=>945,8547=>1099,8548=>774,8549=>1099,8550=>1386,8551=>1672,8552=>1121, +8553=>771,8554=>1120,8555=>1407,8556=>637,8557=>734,8558=>830,8559=>995,8560=>343,8561=>607,8562=>872, +8563=>984,8564=>652,8565=>962,8566=>1227,8567=>1491,8568=>969,8569=>645,8570=>969,8571=>1233,8572=>343, +8573=>593,8574=>716,8575=>1042,8576=>1289,8577=>830,8578=>1289,8579=>734,8580=>593,8581=>734,8585=>1035, +8592=>838,8593=>838,8594=>838,8595=>838,8596=>838,8597=>838,8598=>838,8599=>838,8600=>838,8601=>838, +8602=>838,8603=>838,8604=>838,8605=>838,8606=>838,8607=>838,8608=>838,8609=>838,8610=>838,8611=>838, +8612=>838,8613=>838,8614=>838,8615=>838,8616=>838,8617=>838,8618=>838,8619=>838,8620=>838,8621=>838, +8622=>838,8623=>838,8624=>838,8625=>838,8626=>838,8627=>838,8628=>838,8629=>838,8630=>838,8631=>838, +8632=>838,8633=>838,8634=>838,8635=>838,8636=>838,8637=>838,8638=>838,8639=>838,8640=>838,8641=>838, +8642=>838,8643=>838,8644=>838,8645=>838,8646=>838,8647=>838,8648=>838,8649=>838,8650=>838,8651=>838, +8652=>838,8653=>838,8654=>838,8655=>838,8656=>838,8657=>838,8658=>838,8659=>838,8660=>838,8661=>838, +8662=>838,8663=>838,8664=>838,8665=>838,8666=>838,8667=>838,8668=>838,8669=>838,8670=>838,8671=>838, +8672=>838,8673=>838,8674=>838,8675=>838,8676=>838,8677=>838,8678=>838,8679=>838,8680=>838,8681=>838, +8682=>838,8683=>838,8684=>838,8685=>838,8686=>838,8687=>838,8688=>838,8689=>838,8690=>838,8691=>838, +8692=>838,8693=>838,8694=>838,8695=>838,8696=>838,8697=>838,8698=>838,8699=>838,8700=>838,8701=>838, +8702=>838,8703=>838,8704=>774,8705=>696,8706=>544,8707=>683,8708=>683,8709=>856,8710=>697,8711=>697, +8712=>896,8713=>896,8714=>750,8715=>896,8716=>896,8717=>750,8718=>636,8719=>787,8720=>787,8721=>718, +8722=>838,8723=>838,8724=>696,8725=>365,8726=>696,8727=>838,8728=>626,8729=>380,8730=>667,8731=>667, +8732=>667,8733=>712,8734=>833,8735=>838,8736=>896,8737=>896,8738=>838,8739=>500,8740=>500,8741=>500, +8742=>500,8743=>812,8744=>812,8745=>812,8746=>812,8747=>610,8748=>929,8749=>1295,8750=>563,8751=>977, +8752=>1313,8753=>563,8754=>563,8755=>563,8756=>696,8757=>696,8758=>294,8759=>696,8760=>838,8761=>838, +8762=>838,8763=>838,8764=>838,8765=>838,8766=>838,8767=>838,8768=>375,8769=>838,8770=>838,8771=>838, +8772=>838,8773=>838,8774=>838,8775=>838,8776=>838,8777=>838,8778=>838,8779=>838,8780=>838,8781=>838, +8782=>838,8783=>838,8784=>838,8785=>838,8786=>838,8787=>838,8788=>1063,8789=>1063,8790=>838,8791=>838, +8792=>838,8793=>838,8794=>838,8795=>838,8796=>838,8797=>838,8798=>838,8799=>838,8800=>838,8801=>838, +8802=>838,8803=>838,8804=>838,8805=>838,8806=>838,8807=>838,8808=>841,8809=>841,8810=>1047,8811=>1047, +8812=>500,8813=>838,8814=>838,8815=>838,8816=>838,8817=>838,8818=>838,8819=>838,8820=>838,8821=>838, +8822=>838,8823=>838,8824=>838,8825=>838,8826=>838,8827=>838,8828=>838,8829=>838,8830=>838,8831=>838, +8832=>838,8833=>838,8834=>838,8835=>838,8836=>838,8837=>838,8838=>838,8839=>838,8840=>838,8841=>838, +8842=>838,8843=>838,8844=>812,8845=>812,8846=>812,8847=>838,8848=>838,8849=>838,8850=>838,8851=>796, +8852=>796,8853=>838,8854=>838,8855=>838,8856=>838,8857=>838,8858=>838,8859=>838,8860=>838,8861=>838, +8862=>838,8863=>838,8864=>838,8865=>838,8866=>914,8867=>914,8868=>914,8869=>914,8870=>542,8871=>542, +8872=>914,8873=>914,8874=>914,8875=>914,8876=>914,8877=>914,8878=>914,8879=>914,8880=>838,8881=>838, +8882=>838,8883=>838,8884=>838,8885=>838,8886=>1000,8887=>1000,8888=>838,8889=>838,8890=>542,8891=>812, +8892=>812,8893=>812,8894=>838,8895=>838,8896=>843,8897=>843,8898=>843,8899=>843,8900=>494,8901=>380, +8902=>626,8903=>838,8904=>1000,8905=>1000,8906=>1000,8907=>1000,8908=>1000,8909=>838,8910=>812,8911=>812, +8912=>838,8913=>838,8914=>838,8915=>838,8916=>838,8917=>838,8918=>838,8919=>838,8920=>1422,8921=>1422, +8922=>838,8923=>838,8924=>838,8925=>838,8926=>838,8927=>838,8928=>838,8929=>838,8930=>838,8931=>838, +8932=>838,8933=>838,8934=>838,8935=>838,8936=>838,8937=>838,8938=>838,8939=>838,8940=>838,8941=>838, +8942=>1000,8943=>1000,8944=>1000,8945=>1000,8946=>1158,8947=>896,8948=>750,8949=>896,8950=>896,8951=>750, +8952=>896,8953=>896,8954=>1158,8955=>896,8956=>750,8957=>896,8958=>750,8959=>896,8960=>602,8961=>602, +8962=>716,8963=>838,8964=>838,8965=>838,8966=>838,8967=>488,8968=>457,8969=>457,8970=>457,8971=>457, +8972=>809,8973=>809,8974=>809,8975=>809,8976=>838,8977=>539,8984=>928,8985=>838,8988=>469,8989=>469, +8990=>469,8991=>469,8992=>610,8993=>610,8996=>1152,8997=>1152,8998=>1414,8999=>1152,9000=>1443,9003=>1414, +9004=>873,9075=>390,9076=>716,9077=>869,9082=>687,9085=>863,9095=>1152,9108=>873,9115=>500,9116=>500, +9117=>500,9118=>500,9119=>500,9120=>500,9121=>500,9122=>500,9123=>500,9124=>500,9125=>500,9126=>500, +9127=>750,9128=>750,9129=>750,9130=>750,9131=>750,9132=>750,9133=>750,9134=>610,9166=>838,9167=>945, +9187=>873,9189=>769,9192=>696,9250=>716,9251=>716,9312=>847,9313=>847,9314=>847,9315=>847,9316=>847, +9317=>847,9318=>847,9319=>847,9320=>847,9321=>847,9600=>769,9601=>769,9602=>769,9603=>769,9604=>769, +9605=>769,9606=>769,9607=>769,9608=>769,9609=>769,9610=>769,9611=>769,9612=>769,9613=>769,9614=>769, +9615=>769,9616=>769,9617=>769,9618=>769,9619=>769,9620=>769,9621=>769,9622=>769,9623=>769,9624=>769, +9625=>769,9626=>769,9627=>769,9628=>769,9629=>769,9630=>769,9631=>769,9632=>945,9633=>945,9634=>945, +9635=>945,9636=>945,9637=>945,9638=>945,9639=>945,9640=>945,9641=>945,9642=>678,9643=>678,9644=>945, +9645=>945,9646=>550,9647=>550,9648=>769,9649=>769,9650=>769,9651=>769,9652=>502,9653=>502,9654=>769, +9655=>769,9656=>502,9657=>502,9658=>769,9659=>769,9660=>769,9661=>769,9662=>502,9663=>502,9664=>769, +9665=>769,9666=>502,9667=>502,9668=>769,9669=>769,9670=>769,9671=>769,9672=>769,9673=>873,9674=>494, +9675=>873,9676=>873,9677=>873,9678=>873,9679=>873,9680=>873,9681=>873,9682=>873,9683=>873,9684=>873, +9685=>873,9686=>527,9687=>527,9688=>840,9689=>970,9690=>970,9691=>970,9692=>387,9693=>387,9694=>387, +9695=>387,9696=>769,9697=>769,9698=>769,9699=>769,9700=>769,9701=>769,9702=>639,9703=>945,9704=>945, +9705=>945,9706=>945,9707=>945,9708=>769,9709=>769,9710=>769,9711=>1119,9712=>945,9713=>945,9714=>945, +9715=>945,9716=>873,9717=>873,9718=>873,9719=>873,9720=>769,9721=>769,9722=>769,9723=>830,9724=>830, +9725=>732,9726=>732,9727=>769,9728=>896,9729=>1000,9730=>896,9731=>896,9732=>896,9733=>896,9734=>896, +9735=>573,9736=>896,9737=>896,9738=>888,9739=>888,9740=>671,9741=>1013,9742=>1246,9743=>1250,9744=>896, +9745=>896,9746=>896,9747=>532,9748=>896,9749=>896,9750=>896,9751=>896,9752=>896,9753=>896,9754=>896, +9755=>896,9756=>896,9757=>609,9758=>896,9759=>609,9760=>896,9761=>896,9762=>896,9763=>896,9764=>669, +9765=>746,9766=>649,9767=>784,9768=>545,9769=>896,9770=>896,9771=>896,9772=>710,9773=>896,9774=>896, +9775=>896,9776=>896,9777=>896,9778=>896,9779=>896,9780=>896,9781=>896,9782=>896,9783=>896,9784=>896, +9785=>896,9786=>896,9787=>896,9788=>896,9789=>896,9790=>896,9791=>614,9792=>732,9793=>732,9794=>896, +9795=>896,9796=>896,9797=>896,9798=>896,9799=>896,9800=>896,9801=>896,9802=>896,9803=>896,9804=>896, +9805=>896,9806=>896,9807=>896,9808=>896,9809=>896,9810=>896,9811=>896,9812=>896,9813=>896,9814=>896, +9815=>896,9816=>896,9817=>896,9818=>896,9819=>896,9820=>896,9821=>896,9822=>896,9823=>896,9824=>896, +9825=>896,9826=>896,9827=>896,9828=>896,9829=>896,9830=>896,9831=>896,9832=>896,9833=>472,9834=>638, +9835=>896,9836=>896,9837=>472,9838=>357,9839=>484,9840=>748,9841=>766,9842=>896,9843=>896,9844=>896, +9845=>896,9846=>896,9847=>896,9848=>896,9849=>896,9850=>896,9851=>896,9852=>896,9853=>896,9854=>896, +9855=>896,9856=>869,9857=>869,9858=>869,9859=>869,9860=>869,9861=>869,9862=>896,9863=>896,9864=>896, +9865=>896,9866=>896,9867=>896,9868=>896,9869=>896,9870=>896,9871=>896,9872=>896,9873=>896,9874=>896, +9875=>896,9876=>896,9877=>541,9878=>896,9879=>896,9880=>896,9881=>896,9882=>896,9883=>896,9884=>896, +9888=>896,9889=>702,9890=>1004,9891=>1089,9892=>1175,9893=>903,9894=>838,9895=>838,9896=>838,9897=>838, +9898=>838,9899=>838,9900=>838,9901=>838,9902=>838,9903=>838,9904=>844,9905=>838,9906=>732,9907=>732, +9908=>732,9909=>732,9910=>850,9911=>732,9912=>732,9920=>838,9921=>838,9922=>838,9923=>838,9985=>838, +9986=>838,9987=>838,9988=>838,9990=>838,9991=>838,9992=>838,9993=>838,9996=>838,9997=>838,9998=>838, +9999=>838,10000=>838,10001=>838,10002=>838,10003=>838,10004=>838,10005=>838,10006=>838,10007=>838,10008=>838, +10009=>838,10010=>838,10011=>838,10012=>838,10013=>838,10014=>838,10015=>838,10016=>838,10017=>838,10018=>838, +10019=>838,10020=>838,10021=>838,10022=>838,10023=>838,10025=>838,10026=>838,10027=>838,10028=>838,10029=>838, +10030=>838,10031=>838,10032=>838,10033=>838,10034=>838,10035=>838,10036=>838,10037=>838,10038=>838,10039=>838, +10040=>838,10041=>838,10042=>838,10043=>838,10044=>838,10045=>838,10046=>838,10047=>838,10048=>838,10049=>838, +10050=>838,10051=>838,10052=>838,10053=>838,10054=>838,10055=>838,10056=>838,10057=>838,10058=>838,10059=>838, +10061=>896,10063=>896,10064=>896,10065=>896,10066=>896,10070=>896,10072=>838,10073=>838,10074=>838,10075=>347, +10076=>347,10077=>587,10078=>587,10081=>838,10082=>838,10083=>838,10084=>838,10085=>838,10086=>838,10087=>838, +10088=>838,10089=>838,10090=>838,10091=>838,10092=>838,10093=>838,10094=>838,10095=>838,10096=>838,10097=>838, +10098=>838,10099=>838,10100=>838,10101=>838,10102=>847,10103=>847,10104=>847,10105=>847,10106=>847,10107=>847, +10108=>847,10109=>847,10110=>847,10111=>847,10112=>838,10113=>838,10114=>838,10115=>838,10116=>838,10117=>838, +10118=>838,10119=>838,10120=>838,10121=>838,10122=>838,10123=>838,10124=>838,10125=>838,10126=>838,10127=>838, +10128=>838,10129=>838,10130=>838,10131=>838,10132=>838,10136=>838,10137=>838,10138=>838,10139=>838,10140=>838, +10141=>838,10142=>838,10143=>838,10144=>838,10145=>838,10146=>838,10147=>838,10148=>838,10149=>838,10150=>838, +10151=>838,10152=>838,10153=>838,10154=>838,10155=>838,10156=>838,10157=>838,10158=>838,10159=>838,10161=>838, +10162=>838,10163=>838,10164=>838,10165=>838,10166=>838,10167=>838,10168=>838,10169=>838,10170=>838,10171=>838, +10172=>838,10173=>838,10174=>838,10181=>457,10182=>457,10208=>494,10214=>487,10215=>487,10216=>457,10217=>457, +10218=>721,10219=>721,10224=>838,10225=>838,10226=>838,10227=>838,10228=>1157,10229=>1434,10230=>1434,10231=>1434, +10232=>1434,10233=>1434,10234=>1434,10235=>1434,10236=>1434,10237=>1434,10238=>1434,10239=>1434,10240=>781,10241=>781, +10242=>781,10243=>781,10244=>781,10245=>781,10246=>781,10247=>781,10248=>781,10249=>781,10250=>781,10251=>781, +10252=>781,10253=>781,10254=>781,10255=>781,10256=>781,10257=>781,10258=>781,10259=>781,10260=>781,10261=>781, +10262=>781,10263=>781,10264=>781,10265=>781,10266=>781,10267=>781,10268=>781,10269=>781,10270=>781,10271=>781, +10272=>781,10273=>781,10274=>781,10275=>781,10276=>781,10277=>781,10278=>781,10279=>781,10280=>781,10281=>781, +10282=>781,10283=>781,10284=>781,10285=>781,10286=>781,10287=>781,10288=>781,10289=>781,10290=>781,10291=>781, +10292=>781,10293=>781,10294=>781,10295=>781,10296=>781,10297=>781,10298=>781,10299=>781,10300=>781,10301=>781, +10302=>781,10303=>781,10304=>781,10305=>781,10306=>781,10307=>781,10308=>781,10309=>781,10310=>781,10311=>781, +10312=>781,10313=>781,10314=>781,10315=>781,10316=>781,10317=>781,10318=>781,10319=>781,10320=>781,10321=>781, +10322=>781,10323=>781,10324=>781,10325=>781,10326=>781,10327=>781,10328=>781,10329=>781,10330=>781,10331=>781, +10332=>781,10333=>781,10334=>781,10335=>781,10336=>781,10337=>781,10338=>781,10339=>781,10340=>781,10341=>781, +10342=>781,10343=>781,10344=>781,10345=>781,10346=>781,10347=>781,10348=>781,10349=>781,10350=>781,10351=>781, +10352=>781,10353=>781,10354=>781,10355=>781,10356=>781,10357=>781,10358=>781,10359=>781,10360=>781,10361=>781, +10362=>781,10363=>781,10364=>781,10365=>781,10366=>781,10367=>781,10368=>781,10369=>781,10370=>781,10371=>781, +10372=>781,10373=>781,10374=>781,10375=>781,10376=>781,10377=>781,10378=>781,10379=>781,10380=>781,10381=>781, +10382=>781,10383=>781,10384=>781,10385=>781,10386=>781,10387=>781,10388=>781,10389=>781,10390=>781,10391=>781, +10392=>781,10393=>781,10394=>781,10395=>781,10396=>781,10397=>781,10398=>781,10399=>781,10400=>781,10401=>781, +10402=>781,10403=>781,10404=>781,10405=>781,10406=>781,10407=>781,10408=>781,10409=>781,10410=>781,10411=>781, +10412=>781,10413=>781,10414=>781,10415=>781,10416=>781,10417=>781,10418=>781,10419=>781,10420=>781,10421=>781, +10422=>781,10423=>781,10424=>781,10425=>781,10426=>781,10427=>781,10428=>781,10429=>781,10430=>781,10431=>781, +10432=>781,10433=>781,10434=>781,10435=>781,10436=>781,10437=>781,10438=>781,10439=>781,10440=>781,10441=>781, +10442=>781,10443=>781,10444=>781,10445=>781,10446=>781,10447=>781,10448=>781,10449=>781,10450=>781,10451=>781, +10452=>781,10453=>781,10454=>781,10455=>781,10456=>781,10457=>781,10458=>781,10459=>781,10460=>781,10461=>781, +10462=>781,10463=>781,10464=>781,10465=>781,10466=>781,10467=>781,10468=>781,10469=>781,10470=>781,10471=>781, +10472=>781,10473=>781,10474=>781,10475=>781,10476=>781,10477=>781,10478=>781,10479=>781,10480=>781,10481=>781, +10482=>781,10483=>781,10484=>781,10485=>781,10486=>781,10487=>781,10488=>781,10489=>781,10490=>781,10491=>781, +10492=>781,10493=>781,10494=>781,10495=>781,10502=>838,10503=>838,10506=>838,10507=>838,10560=>838,10561=>838, +10627=>753,10628=>753,10702=>838,10703=>1046,10704=>1046,10705=>1000,10706=>1000,10707=>1000,10708=>1000,10709=>1000, +10731=>494,10746=>838,10747=>838,10752=>1000,10753=>1000,10754=>1000,10764=>1661,10765=>563,10766=>563,10767=>563, +10768=>563,10769=>563,10770=>563,10771=>563,10772=>563,10773=>563,10774=>563,10775=>563,10776=>563,10777=>563, +10778=>563,10779=>563,10780=>563,10799=>838,10877=>838,10878=>838,10879=>838,10880=>838,10881=>838,10882=>838, +10883=>838,10884=>838,10885=>838,10886=>838,10887=>838,10888=>838,10889=>838,10890=>838,10891=>838,10892=>838, +10893=>838,10894=>838,10895=>838,10896=>838,10897=>838,10898=>838,10899=>838,10900=>838,10901=>838,10902=>838, +10903=>838,10904=>838,10905=>838,10906=>838,10907=>838,10908=>838,10909=>838,10910=>838,10911=>838,10912=>838, +10926=>838,10927=>838,10928=>838,10929=>838,10930=>838,10931=>838,10932=>838,10933=>838,10934=>838,10935=>838, +10936=>838,10937=>838,10938=>838,11001=>838,11002=>838,11008=>838,11009=>838,11010=>838,11011=>838,11012=>838, +11013=>838,11014=>838,11015=>838,11016=>838,11017=>838,11018=>838,11019=>838,11020=>838,11021=>838,11022=>838, +11023=>838,11024=>838,11025=>838,11026=>945,11027=>945,11028=>945,11029=>945,11030=>769,11031=>769,11032=>769, +11033=>769,11034=>945,11039=>869,11040=>869,11041=>873,11042=>873,11043=>873,11044=>1119,11091=>869,11092=>869, +11360=>637,11361=>360,11362=>637,11363=>733,11364=>770,11365=>675,11366=>478,11367=>956,11368=>712,11369=>775, +11370=>665,11371=>725,11372=>582,11373=>860,11374=>995,11375=>774,11376=>860,11377=>778,11378=>1221,11379=>1056, +11380=>652,11381=>698,11382=>565,11383=>782,11385=>538,11386=>687,11387=>559,11388=>219,11389=>487,11390=>720, +11391=>725,11568=>691,11569=>941,11570=>941,11571=>725,11572=>725,11573=>725,11574=>676,11575=>774,11576=>774, +11577=>683,11578=>683,11579=>802,11580=>989,11581=>761,11582=>623,11583=>761,11584=>941,11585=>941,11586=>373, +11587=>740,11588=>837,11589=>914,11590=>672,11591=>737,11592=>680,11593=>683,11594=>602,11595=>1039,11596=>778, +11597=>837,11598=>683,11599=>372,11600=>778,11601=>373,11602=>725,11603=>691,11604=>941,11605=>941,11606=>837, +11607=>373,11608=>836,11609=>941,11610=>941,11611=>734,11612=>876,11613=>771,11614=>734,11615=>683,11616=>774, +11617=>837,11618=>683,11619=>850,11620=>697,11621=>850,11631=>716,11800=>580,11810=>457,11811=>457,11812=>457, +11813=>457,11822=>580,19904=>896,19905=>896,19906=>896,19907=>896,19908=>896,19909=>896,19910=>896,19911=>896, +19912=>896,19913=>896,19914=>896,19915=>896,19916=>896,19917=>896,19918=>896,19919=>896,19920=>896,19921=>896, +19922=>896,19923=>896,19924=>896,19925=>896,19926=>896,19927=>896,19928=>896,19929=>896,19930=>896,19931=>896, +19932=>896,19933=>896,19934=>896,19935=>896,19936=>896,19937=>896,19938=>896,19939=>896,19940=>896,19941=>896, +19942=>896,19943=>896,19944=>896,19945=>896,19946=>896,19947=>896,19948=>896,19949=>896,19950=>896,19951=>896, +19952=>896,19953=>896,19954=>896,19955=>896,19956=>896,19957=>896,19958=>896,19959=>896,19960=>896,19961=>896, +19962=>896,19963=>896,19964=>896,19965=>896,19966=>896,19967=>896,42564=>720,42565=>595,42566=>436,42567=>440, +42572=>1405,42573=>1173,42576=>1234,42577=>1027,42580=>1174,42581=>972,42582=>1093,42583=>958,42594=>1085,42595=>924, +42596=>1096,42597=>912,42598=>1260,42599=>997,42600=>850,42601=>687,42602=>1037,42603=>868,42604=>1406,42605=>1106, +42606=>961,42634=>963,42635=>787,42636=>682,42637=>580,42644=>808,42645=>712,42760=>500,42761=>500,42762=>500, +42763=>500,42764=>500,42765=>500,42766=>500,42767=>500,42768=>500,42769=>500,42770=>500,42771=>500,42772=>500, +42773=>500,42774=>500,42779=>400,42780=>400,42781=>287,42782=>287,42783=>287,42786=>444,42787=>390,42788=>540, +42789=>540,42790=>837,42791=>712,42792=>1031,42793=>857,42794=>696,42795=>557,42800=>559,42801=>595,42802=>1349, +42803=>1052,42804=>1284,42805=>1064,42806=>1216,42807=>1054,42808=>1079,42809=>922,42810=>1079,42811=>922,42812=>1035, +42813=>922,42814=>698,42815=>549,42822=>850,42823=>542,42824=>683,42825=>531,42826=>918,42827=>814,42830=>1406, +42831=>1106,42832=>733,42833=>716,42834=>948,42835=>937,42838=>850,42839=>716,42852=>738,42853=>716,42854=>738, +42855=>716,42880=>637,42881=>343,42882=>837,42883=>712,42889=>400,42890=>386,42891=>456,42892=>306,42893=>808, +43003=>683,43004=>733,43005=>995,43006=>372,43007=>1325,61184=>216,61185=>242,61186=>267,61187=>277,61188=>282, +61189=>242,61190=>216,61191=>242,61192=>267,61193=>277,61194=>267,61195=>242,61196=>216,61197=>242,61198=>267, +61199=>277,61200=>267,61201=>242,61202=>216,61203=>242,61204=>282,61205=>277,61206=>267,61207=>242,61208=>216, +61209=>282,63173=>687,64256=>810,64257=>741,64258=>741,64259=>1115,64260=>1116,64261=>808,64262=>1020,64275=>1388, +64276=>1384,64277=>1378,64278=>1384,64279=>1713,64285=>343,64286=>0,64287=>663,64288=>720,64289=>963,64290=>890, +64291=>988,64292=>963,64293=>938,64294=>988,64295=>988,64296=>976,64297=>838,64298=>949,64299=>949,64300=>949, +64301=>949,64302=>751,64303=>751,64304=>751,64305=>673,64306=>537,64307=>654,64308=>712,64309=>438,64310=>491, +64312=>724,64313=>438,64314=>649,64315=>650,64316=>679,64318=>775,64320=>497,64321=>773,64323=>718,64324=>687, +64326=>751,64327=>729,64328=>649,64329=>949,64330=>751,64331=>343,64332=>673,64333=>650,64334=>687,64335=>651, +64338=>1005,64339=>1059,64340=>375,64341=>408,64342=>1005,64343=>1059,64344=>375,64345=>408,64346=>1005,64347=>1059, +64348=>375,64349=>408,64350=>1005,64351=>1059,64352=>375,64353=>408,64354=>1005,64355=>1059,64356=>375,64357=>408, +64358=>1005,64359=>1059,64360=>375,64361=>408,64362=>1162,64363=>1191,64364=>655,64365=>720,64366=>1162,64367=>1191, +64368=>655,64369=>720,64370=>721,64371=>721,64372=>721,64373=>721,64374=>721,64375=>721,64376=>721,64377=>721, +64378=>721,64379=>721,64380=>721,64381=>721,64382=>721,64383=>721,64384=>721,64385=>721,64386=>513,64387=>578, +64388=>513,64389=>578,64390=>513,64391=>578,64392=>513,64393=>578,64394=>576,64395=>622,64396=>576,64397=>622, +64398=>1024,64399=>1024,64400=>582,64401=>582,64402=>1024,64403=>1024,64404=>582,64405=>582,64406=>1024,64407=>1024, +64408=>582,64409=>582,64410=>1024,64411=>1024,64412=>582,64413=>582,64414=>854,64415=>900,64416=>854,64417=>900, +64418=>375,64419=>408,64426=>938,64427=>880,64428=>693,64429=>660,64467=>824,64468=>843,64469=>476,64470=>552, +64473=>622,64474=>627,64488=>375,64489=>408,64508=>917,64509=>1012,64510=>375,64511=>408,65024=>0,65025=>0, +65026=>0,65027=>0,65028=>0,65029=>0,65030=>0,65031=>0,65032=>0,65033=>0,65034=>0,65035=>0, +65036=>0,65037=>0,65038=>0,65039=>0,65056=>0,65057=>0,65058=>0,65059=>0,65136=>342,65137=>342, +65138=>342,65139=>346,65140=>342,65142=>342,65143=>342,65144=>342,65145=>342,65146=>342,65147=>342,65148=>342, +65149=>342,65150=>342,65151=>342,65152=>511,65153=>343,65154=>375,65155=>343,65156=>375,65157=>622,65158=>627, +65159=>343,65160=>375,65161=>917,65162=>917,65163=>375,65164=>408,65165=>343,65166=>375,65167=>1005,65168=>1059, +65169=>375,65170=>408,65171=>590,65172=>606,65173=>1005,65174=>1059,65175=>375,65176=>408,65177=>1005,65178=>1059, +65179=>375,65180=>408,65181=>721,65182=>721,65183=>721,65184=>721,65185=>721,65186=>721,65187=>721,65188=>721, +65189=>721,65190=>721,65191=>721,65192=>721,65193=>513,65194=>578,65195=>513,65196=>578,65197=>576,65198=>622, +65199=>576,65200=>622,65201=>1380,65202=>1414,65203=>983,65204=>1018,65205=>1380,65206=>1414,65207=>983,65208=>1018, +65209=>1345,65210=>1364,65211=>966,65212=>985,65213=>1345,65214=>1364,65215=>966,65216=>985,65217=>1039,65218=>1071, +65219=>942,65220=>974,65221=>1039,65222=>1071,65223=>942,65224=>974,65225=>683,65226=>683,65227=>683,65228=>564, +65229=>683,65230=>683,65231=>683,65232=>564,65233=>1162,65234=>1191,65235=>655,65236=>720,65237=>894,65238=>901, +65239=>655,65240=>720,65241=>917,65242=>931,65243=>582,65244=>582,65245=>868,65246=>893,65247=>375,65248=>408, +65249=>733,65250=>784,65251=>619,65252=>670,65253=>854,65254=>900,65255=>375,65256=>408,65257=>590,65258=>606, +65259=>693,65260=>660,65261=>622,65262=>627,65263=>917,65264=>1012,65265=>917,65266=>1012,65267=>375,65268=>408, +65269=>745,65270=>759,65271=>745,65272=>759,65273=>745,65274=>759,65275=>745,65276=>759,65279=>0,65529=>0, +65530=>0,65531=>0,65532=>0,65533=>1113); +$enc=''; +$diff=''; +$file='dejavusansb.z'; +$ctg='dejavusansb.ctg.z'; +$originalsize=634184; +// --- EOF --- \ No newline at end of file diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.z new file mode 100644 index 000000000..9f8822295 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.ctg.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.ctg.z new file mode 100644 index 000000000..8dfe1003e Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.ctg.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.php new file mode 100644 index 000000000..830a0d420 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.php @@ -0,0 +1,323 @@ +928,'Descent'=>-236,'CapHeight'=>6,'Flags'=>32,'FontBBox'=>'[-770 -347 1679 1109]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600); +$up=-63; +$ut=44; +$dw=600; +$cw=array( +0=>600,32=>318,33=>402,34=>460,35=>838,36=>636,37=>950,38=>890,39=>275,40=>390, +41=>390,42=>500,43=>838,44=>318,45=>338,46=>318,47=>337,48=>636,49=>636,50=>636, +51=>636,52=>636,53=>636,54=>636,55=>636,56=>636,57=>636,58=>337,59=>337,60=>838, +61=>838,62=>838,63=>536,64=>1000,65=>722,66=>735,67=>765,68=>802,69=>730,70=>694, +71=>799,72=>872,73=>395,74=>401,75=>747,76=>664,77=>1024,78=>875,79=>820,80=>673, +81=>820,82=>753,83=>685,84=>667,85=>843,86=>722,87=>1028,88=>712,89=>660,90=>695, +91=>390,92=>337,93=>390,94=>838,95=>500,96=>500,97=>596,98=>640,99=>560,100=>640, +101=>592,102=>370,103=>640,104=>644,105=>320,106=>310,107=>606,108=>320,109=>948,110=>644, +111=>602,112=>640,113=>640,114=>478,115=>513,116=>402,117=>644,118=>565,119=>856,120=>564, +121=>565,122=>527,123=>636,124=>337,125=>636,126=>838,8364=>636,8218=>318,402=>370,8222=>518, +8230=>1000,8224=>500,8225=>500,710=>500,8240=>1342,352=>685,8249=>400,338=>1137,381=>695,8216=>318, +8217=>318,8220=>511,8221=>511,8226=>590,8211=>500,8212=>1000,732=>500,8482=>1000,353=>513,8250=>400, +339=>989,382=>527,376=>660,160=>318,161=>402,162=>636,163=>636,164=>636,165=>636,166=>337, +167=>500,168=>500,169=>1000,170=>475,171=>612,172=>838,173=>338,174=>1000,175=>500,176=>500, +177=>838,178=>401,179=>401,180=>500,181=>650,182=>636,183=>318,184=>500,185=>401,186=>470, +187=>612,188=>969,189=>969,190=>969,191=>536,192=>722,193=>722,194=>722,195=>722,196=>722, +197=>722,198=>1001,199=>765,200=>730,201=>730,202=>730,203=>730,204=>395,205=>395,206=>395, +207=>395,208=>807,209=>875,210=>820,211=>820,212=>820,213=>820,214=>820,215=>838,216=>820, +217=>843,218=>843,219=>843,220=>843,221=>660,222=>676,223=>668,224=>596,225=>596,226=>596, +227=>596,228=>596,229=>596,230=>940,231=>560,232=>592,233=>592,234=>592,235=>592,236=>320, +237=>320,238=>320,239=>320,240=>602,241=>644,242=>602,243=>602,244=>602,245=>602,246=>602, +247=>838,248=>602,249=>644,250=>644,251=>644,252=>644,253=>565,254=>640,255=>565,256=>722, +257=>596,258=>722,259=>596,260=>722,261=>596,262=>765,263=>560,264=>765,265=>560,266=>765, +267=>560,268=>765,269=>560,270=>802,271=>640,272=>807,273=>640,274=>730,275=>592,276=>730, +277=>592,278=>730,279=>592,280=>730,281=>592,282=>730,283=>592,284=>799,285=>640,286=>799, +287=>640,288=>799,289=>640,290=>799,291=>640,292=>872,293=>644,294=>872,295=>644,296=>395, +297=>320,298=>395,299=>320,300=>395,301=>320,302=>395,303=>320,304=>395,305=>320,306=>801, +307=>533,308=>401,309=>310,310=>747,311=>606,312=>606,313=>664,314=>320,315=>664,316=>320, +317=>664,318=>320,319=>664,320=>320,321=>669,322=>324,323=>875,324=>644,325=>875,326=>644, +327=>875,328=>644,329=>866,330=>843,331=>644,332=>820,333=>602,334=>820,335=>602,336=>820, +337=>602,340=>753,341=>478,342=>753,343=>478,344=>753,345=>478,346=>685,347=>513,348=>685, +349=>513,350=>685,351=>513,354=>667,355=>402,356=>667,357=>402,358=>667,359=>402,360=>843, +361=>644,362=>843,363=>644,364=>843,365=>644,366=>843,367=>644,368=>843,369=>644,370=>843, +371=>644,372=>1028,373=>856,374=>660,375=>565,377=>695,378=>527,379=>695,380=>527,383=>370, +384=>640,385=>735,386=>735,387=>640,388=>735,389=>640,390=>765,391=>765,392=>560,393=>807, +394=>802,395=>735,396=>640,397=>602,398=>730,399=>820,400=>623,401=>694,403=>799,404=>712, +405=>932,406=>395,407=>395,408=>747,409=>606,410=>320,411=>634,412=>948,413=>875,414=>644, +415=>820,416=>820,417=>602,418=>1040,419=>807,420=>673,421=>640,422=>753,423=>685,424=>513, +425=>707,426=>324,427=>402,428=>667,429=>402,430=>667,431=>843,432=>644,433=>829,434=>760, +435=>738,436=>663,437=>695,438=>527,439=>564,440=>564,441=>564,443=>636,444=>687,445=>564, +446=>536,447=>635,448=>295,449=>492,450=>459,451=>295,452=>1497,453=>1329,454=>1167,455=>1065, +456=>974,457=>630,458=>1276,459=>1185,460=>954,461=>722,462=>596,463=>395,464=>320,465=>820, +466=>602,467=>843,468=>644,469=>843,470=>644,471=>843,472=>644,473=>843,474=>644,475=>843, +476=>644,477=>592,478=>722,479=>596,480=>722,481=>596,482=>1001,483=>940,484=>848,485=>640, +486=>799,487=>640,488=>747,489=>606,490=>820,491=>602,492=>820,493=>602,494=>564,495=>564, +496=>320,497=>1497,498=>1329,499=>1167,500=>799,501=>640,502=>1154,503=>707,504=>875,505=>644, +506=>722,507=>596,508=>1001,509=>940,510=>820,511=>602,512=>722,513=>596,514=>722,515=>596, +516=>730,517=>592,518=>730,519=>592,520=>395,521=>320,522=>395,523=>320,524=>820,525=>602, +526=>820,527=>602,528=>753,529=>478,530=>753,531=>478,532=>843,533=>644,534=>843,535=>644, +536=>685,537=>513,538=>667,539=>402,540=>627,541=>521,542=>872,543=>644,544=>843,545=>814, +546=>586,547=>552,548=>695,549=>527,550=>722,551=>596,552=>730,553=>592,554=>820,555=>602, +556=>820,557=>602,558=>820,559=>602,560=>820,561=>602,562=>660,563=>565,564=>500,565=>832, +566=>494,567=>310,568=>960,569=>960,570=>722,571=>765,572=>560,573=>664,574=>667,575=>513, +576=>527,577=>583,578=>464,579=>735,580=>843,581=>722,582=>730,583=>592,584=>401,585=>315, +586=>782,587=>640,588=>753,589=>478,590=>660,591=>565,592=>596,593=>640,594=>640,595=>640, +596=>560,597=>560,598=>647,599=>683,600=>592,601=>592,602=>843,603=>518,604=>509,605=>773, +606=>613,607=>315,608=>683,609=>640,610=>544,611=>712,612=>564,613=>644,614=>644,615=>644, +616=>320,617=>392,618=>320,619=>380,620=>454,621=>363,622=>704,623=>948,624=>948,625=>948, +626=>644,627=>694,628=>646,629=>602,630=>790,631=>647,632=>602,633=>501,634=>501,635=>551, +636=>478,637=>478,638=>453,639=>453,640=>594,641=>594,642=>513,643=>271,644=>370,645=>487, +646=>324,647=>402,648=>402,649=>644,650=>620,651=>608,652=>565,653=>856,654=>565,655=>655, +656=>597,657=>560,658=>564,659=>560,660=>536,661=>536,662=>536,663=>513,664=>820,665=>563, +666=>613,667=>654,668=>667,669=>366,670=>606,671=>646,672=>683,673=>536,674=>536,675=>996, +676=>1033,677=>998,678=>809,679=>598,680=>782,681=>894,682=>646,683=>676,684=>598,685=>443, +686=>781,687=>767,688=>433,689=>430,690=>264,691=>347,692=>347,693=>430,694=>392,695=>585, +696=>423,697=>278,699=>318,700=>318,701=>318,702=>307,703=>307,704=>280,705=>281,711=>500, +712=>275,713=>500,716=>275,717=>500,720=>337,721=>337,722=>307,723=>307,726=>329,728=>500, +729=>500,730=>500,731=>500,733=>500,734=>417,736=>447,737=>243,738=>337,739=>424,740=>281, +741=>493,742=>493,743=>493,744=>493,745=>493,750=>484,768=>0,769=>0,770=>0,771=>0, +772=>0,773=>0,774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0, +782=>0,783=>0,784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0, +792=>0,793=>0,794=>0,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0, +802=>0,803=>0,804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0, +812=>0,813=>0,814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0, +822=>0,823=>0,824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0, +835=>0,847=>0,856=>0,865=>0,880=>740,881=>531,884=>278,885=>278,890=>500,891=>560, +892=>560,893=>560,894=>337,900=>500,901=>500,902=>722,903=>318,904=>900,905=>1039,906=>562, +908=>835,910=>897,911=>853,912=>392,913=>722,914=>735,915=>694,916=>722,917=>730,918=>695, +919=>872,920=>820,921=>395,922=>747,923=>722,924=>1024,925=>875,926=>704,927=>820,928=>872, +929=>673,931=>707,932=>667,933=>660,934=>820,935=>712,936=>877,937=>829,938=>395,939=>660, +940=>675,941=>518,942=>599,943=>392,944=>608,945=>675,946=>578,947=>598,948=>602,949=>518, +950=>542,951=>599,952=>602,953=>392,954=>625,955=>634,956=>650,957=>608,958=>551,959=>602, +960=>657,961=>588,962=>560,963=>683,964=>553,965=>608,966=>700,967=>606,968=>784,969=>815, +970=>392,971=>608,972=>602,973=>608,974=>815,976=>583,977=>715,978=>687,979=>874,980=>687, +981=>682,982=>815,983=>624,984=>820,985=>602,986=>765,987=>560,988=>694,989=>463,990=>590, +991=>660,992=>782,993=>577,1008=>624,1009=>588,1010=>560,1011=>310,1012=>820,1013=>560,1014=>560, +1015=>676,1016=>640,1017=>765,1018=>1024,1019=>708,1020=>588,1021=>765,1022=>765,1023=>765,1024=>730, +1025=>730,1026=>799,1027=>662,1028=>765,1029=>685,1030=>395,1031=>395,1032=>401,1033=>1084,1034=>1118, +1035=>872,1036=>774,1037=>872,1038=>723,1039=>872,1040=>757,1041=>735,1042=>735,1043=>662,1044=>813, +1045=>730,1046=>1124,1047=>623,1048=>872,1049=>872,1050=>774,1051=>834,1052=>1024,1053=>872,1054=>820, +1055=>872,1056=>673,1057=>765,1058=>667,1059=>723,1060=>830,1061=>712,1062=>872,1063=>773,1064=>1141, +1065=>1141,1066=>794,1067=>984,1068=>674,1069=>765,1070=>1193,1071=>808,1072=>596,1073=>602,1074=>563, +1075=>524,1076=>616,1077=>592,1078=>920,1079=>545,1080=>667,1081=>667,1082=>625,1083=>635,1084=>778, +1085=>667,1086=>602,1087=>667,1088=>640,1089=>560,1090=>553,1091=>588,1092=>783,1093=>564,1094=>643, +1095=>661,1096=>930,1097=>930,1098=>636,1099=>796,1100=>544,1101=>560,1102=>871,1103=>631,1104=>592, +1105=>592,1106=>624,1107=>524,1108=>560,1109=>513,1110=>320,1111=>320,1112=>310,1113=>843,1114=>860, +1115=>644,1116=>625,1117=>667,1118=>588,1119=>656,1122=>762,1123=>603,1124=>1129,1125=>834,1130=>1124, +1131=>920,1136=>944,1137=>902,1138=>820,1139=>552,1140=>859,1141=>678,1164=>707,1165=>544,1168=>672, +1169=>529,1170=>662,1171=>523,1172=>728,1173=>614,1174=>1124,1175=>920,1176=>636,1177=>537,1178=>774, +1179=>606,1182=>774,1183=>625,1184=>891,1185=>717,1186=>872,1187=>641,1188=>1139,1189=>852,1190=>1205, +1191=>941,1194=>765,1195=>560,1196=>667,1197=>553,1198=>660,1199=>565,1200=>660,1201=>565,1202=>712, +1203=>564,1204=>952,1205=>732,1206=>749,1207=>690,1210=>749,1211=>644,1216=>395,1217=>1124,1218=>920, +1219=>747,1220=>606,1223=>872,1224=>667,1227=>749,1228=>667,1231=>320,1232=>757,1233=>596,1234=>757, +1235=>596,1236=>1001,1237=>940,1238=>730,1239=>592,1240=>820,1241=>592,1242=>820,1243=>592,1244=>1124, +1245=>920,1246=>623,1247=>545,1248=>564,1249=>564,1250=>872,1251=>667,1252=>872,1253=>667,1254=>820, +1255=>602,1256=>820,1257=>602,1258=>820,1259=>602,1260=>765,1261=>560,1262=>723,1263=>588,1264=>723, +1265=>588,1266=>723,1267=>588,1268=>773,1269=>661,1270=>662,1271=>524,1272=>984,1273=>796,1296=>623, +1297=>545,1298=>834,1299=>635,1300=>1198,1301=>919,1306=>820,1307=>640,1308=>1028,1309=>856,4256=>723, +4257=>850,4258=>828,4259=>859,4260=>733,4261=>981,4262=>916,4263=>1101,4264=>566,4265=>750,4266=>962, +4267=>941,4268=>743,4269=>1075,4270=>896,4271=>829,4272=>1040,4273=>733,4274=>669,4275=>1015,4276=>937, +4277=>1020,4278=>731,4279=>733,4280=>732,4281=>733,4282=>879,4283=>937,4284=>714,4285=>755,4286=>733, +4287=>958,4288=>1000,4289=>702,4290=>864,4291=>734,4292=>837,4293=>951,4304=>541,4305=>571,4306=>589, +4307=>833,4308=>561,4309=>557,4310=>618,4311=>861,4312=>560,4313=>546,4314=>1066,4315=>586,4316=>586, +4317=>825,4318=>570,4319=>581,4320=>824,4321=>607,4322=>748,4323=>698,4324=>815,4325=>585,4326=>858, +4327=>568,4328=>594,4329=>586,4330=>675,4331=>587,4332=>582,4333=>576,4334=>612,4335=>683,4336=>572, +4337=>603,4338=>571,4339=>572,4340=>570,4341=>649,4342=>886,4343=>626,4344=>582,4345=>619,4346=>571, +4347=>437,4348=>354,7426=>940,7432=>509,7433=>320,7444=>989,7446=>602,7447=>602,7453=>737,7454=>948, +7455=>948,7468=>455,7469=>630,7470=>463,7472=>505,7473=>459,7474=>459,7475=>503,7476=>549,7477=>249, +7478=>252,7479=>470,7480=>418,7481=>645,7482=>551,7483=>551,7484=>516,7486=>424,7487=>474,7488=>420, +7489=>531,7490=>647,7491=>386,7492=>386,7493=>400,7494=>618,7495=>400,7496=>400,7497=>387,7498=>387, +7499=>340,7500=>340,7501=>400,7502=>175,7503=>365,7504=>613,7505=>399,7506=>385,7507=>346,7508=>385, +7509=>385,7510=>400,7511=>247,7512=>399,7513=>464,7514=>613,7515=>373,7522=>201,7523=>347,7524=>399, +7525=>373,7543=>640,7544=>549,7547=>372,7557=>320,7579=>400,7580=>346,7581=>346,7582=>385,7583=>340, +7584=>222,7585=>229,7586=>400,7587=>399,7588=>234,7589=>244,7590=>234,7591=>234,7592=>230,7593=>175, +7594=>175,7595=>367,7596=>613,7597=>613,7598=>407,7599=>404,7600=>399,7601=>385,7602=>385,7603=>328, +7604=>211,7605=>247,7606=>399,7607=>389,7609=>376,7610=>373,7611=>331,7612=>331,7613=>331,7614=>364, +7615=>385,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0,7680=>722,7681=>596,7682=>735, +7683=>640,7684=>735,7685=>640,7686=>735,7687=>640,7688=>765,7689=>560,7690=>802,7691=>640,7692=>802, +7693=>640,7694=>802,7695=>640,7696=>802,7697=>640,7698=>802,7699=>640,7700=>730,7701=>592,7702=>730, +7703=>592,7704=>730,7705=>592,7706=>730,7707=>592,7708=>730,7709=>592,7710=>694,7711=>370,7712=>799, +7713=>640,7714=>872,7715=>644,7716=>872,7717=>644,7718=>872,7719=>644,7720=>872,7721=>644,7722=>872, +7723=>644,7724=>395,7725=>320,7726=>395,7727=>320,7728=>747,7729=>606,7730=>747,7731=>606,7732=>747, +7733=>606,7734=>664,7735=>320,7736=>664,7737=>320,7738=>664,7739=>320,7740=>664,7741=>320,7742=>1024, +7743=>948,7744=>1024,7745=>948,7746=>1024,7747=>948,7748=>875,7749=>644,7750=>875,7751=>644,7752=>875, +7753=>644,7754=>875,7755=>644,7756=>820,7757=>602,7758=>820,7759=>602,7760=>820,7761=>602,7762=>820, +7763=>602,7764=>673,7765=>640,7766=>673,7767=>640,7768=>753,7769=>478,7770=>753,7771=>478,7772=>753, +7773=>478,7774=>753,7775=>478,7776=>685,7777=>513,7778=>685,7779=>513,7780=>685,7781=>513,7782=>685, +7783=>521,7784=>685,7785=>513,7786=>667,7787=>402,7788=>667,7789=>402,7790=>667,7791=>402,7792=>667, +7793=>402,7794=>843,7795=>644,7796=>843,7797=>644,7798=>843,7799=>644,7800=>843,7801=>644,7802=>843, +7803=>644,7804=>722,7805=>565,7806=>722,7807=>565,7808=>1028,7809=>856,7810=>1028,7811=>856,7812=>1028, +7813=>856,7814=>1028,7815=>856,7816=>1028,7817=>856,7818=>712,7819=>564,7820=>712,7821=>564,7822=>660, +7823=>565,7824=>695,7825=>527,7826=>695,7827=>527,7828=>695,7829=>527,7830=>644,7831=>402,7832=>856, +7833=>565,7834=>903,7835=>370,7838=>829,7839=>602,7840=>722,7841=>596,7842=>722,7843=>596,7844=>722, +7845=>613,7846=>722,7847=>613,7848=>722,7849=>613,7850=>722,7851=>613,7852=>722,7853=>596,7854=>722, +7855=>596,7856=>722,7857=>596,7858=>722,7859=>596,7860=>722,7861=>596,7862=>722,7863=>596,7864=>730, +7865=>592,7866=>730,7867=>592,7868=>730,7869=>592,7870=>730,7871=>615,7872=>730,7873=>615,7874=>730, +7875=>615,7876=>730,7877=>615,7878=>730,7879=>592,7880=>395,7881=>320,7882=>395,7883=>320,7884=>820, +7885=>602,7886=>820,7887=>602,7888=>820,7889=>612,7890=>820,7891=>612,7892=>820,7893=>612,7894=>820, +7895=>612,7896=>820,7897=>602,7898=>820,7899=>602,7900=>820,7901=>602,7902=>820,7903=>602,7904=>820, +7905=>602,7906=>820,7907=>602,7908=>843,7909=>644,7910=>843,7911=>644,7912=>843,7913=>644,7914=>843, +7915=>644,7916=>843,7917=>644,7918=>843,7919=>644,7920=>843,7921=>644,7922=>660,7923=>565,7924=>660, +7925=>565,7926=>660,7927=>565,7928=>660,7929=>565,7936=>675,7937=>675,7938=>675,7939=>675,7940=>675, +7941=>675,7942=>675,7943=>675,7944=>722,7945=>722,7946=>869,7947=>869,7948=>734,7949=>763,7950=>722, +7951=>722,7952=>537,7953=>537,7954=>537,7955=>537,7956=>537,7957=>537,7960=>853,7961=>841,7962=>1067, +7963=>1077,7964=>1008,7965=>1035,7968=>599,7969=>599,7970=>599,7971=>599,7972=>599,7973=>599,7974=>599, +7975=>599,7976=>998,7977=>992,7978=>1212,7979=>1224,7980=>1159,7981=>1183,7982=>1098,7983=>1095,7984=>392, +7985=>392,7986=>392,7987=>392,7988=>392,7989=>392,7990=>392,7991=>392,7992=>521,7993=>512,7994=>735, +7995=>738,7996=>679,7997=>706,7998=>624,7999=>615,8000=>602,8001=>602,8002=>602,8003=>602,8004=>602, +8005=>602,8008=>820,8009=>859,8010=>1120,8011=>1127,8012=>937,8013=>964,8016=>608,8017=>608,8018=>608, +8019=>608,8020=>608,8021=>608,8022=>608,8023=>608,8025=>851,8027=>1079,8029=>1044,8031=>953,8032=>815, +8033=>815,8034=>815,8035=>815,8036=>815,8037=>815,8038=>815,8039=>815,8040=>829,8041=>870,8042=>1131, +8043=>1137,8044=>946,8045=>976,8046=>938,8047=>970,8048=>675,8049=>675,8050=>537,8051=>537,8052=>599, +8053=>599,8054=>392,8055=>392,8056=>602,8057=>602,8058=>608,8059=>608,8060=>815,8061=>815,8064=>675, +8065=>675,8066=>675,8067=>675,8068=>675,8069=>675,8070=>675,8071=>675,8072=>722,8073=>722,8074=>869, +8075=>869,8076=>734,8077=>763,8078=>722,8079=>722,8080=>599,8081=>599,8082=>599,8083=>599,8084=>599, +8085=>599,8086=>599,8087=>599,8088=>998,8089=>992,8090=>1212,8091=>1224,8092=>1159,8093=>1183,8094=>1098, +8095=>1095,8096=>815,8097=>815,8098=>815,8099=>815,8100=>815,8101=>815,8102=>815,8103=>815,8104=>829, +8105=>870,8106=>1131,8107=>1137,8108=>946,8109=>976,8110=>938,8111=>970,8112=>675,8113=>675,8114=>675, +8115=>675,8116=>675,8118=>675,8119=>675,8120=>722,8121=>722,8122=>722,8123=>722,8124=>722,8125=>500, +8126=>500,8127=>500,8128=>500,8129=>500,8130=>599,8131=>599,8132=>599,8134=>599,8135=>599,8136=>912, +8137=>900,8138=>1063,8139=>1039,8140=>872,8141=>500,8142=>500,8143=>500,8144=>392,8145=>392,8146=>392, +8147=>392,8150=>392,8151=>392,8152=>395,8153=>395,8154=>588,8155=>562,8157=>500,8158=>500,8159=>500, +8160=>608,8161=>608,8162=>608,8163=>608,8164=>588,8165=>588,8166=>608,8167=>608,8168=>660,8169=>660, +8170=>921,8171=>897,8172=>790,8173=>500,8174=>500,8175=>500,8178=>815,8179=>815,8180=>815,8182=>815, +8183=>815,8184=>961,8185=>835,8186=>984,8187=>853,8188=>829,8189=>500,8190=>500,8192=>500,8193=>1000, +8194=>500,8195=>1000,8196=>330,8197=>250,8198=>167,8199=>636,8200=>318,8201=>200,8202=>100,8203=>0, +8204=>0,8205=>0,8206=>0,8207=>0,8208=>338,8209=>338,8210=>636,8213=>1000,8214=>500,8215=>500, +8219=>318,8223=>511,8227=>590,8228=>334,8229=>667,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0, +8239=>200,8241=>1734,8242=>227,8243=>374,8244=>520,8245=>227,8246=>374,8247=>520,8248=>339,8252=>527, +8253=>536,8254=>500,8258=>1000,8260=>167,8261=>390,8262=>390,8263=>976,8264=>753,8265=>753,8267=>636, +8268=>500,8269=>500,8270=>500,8271=>337,8273=>500,8274=>450,8275=>1000,8279=>663,8287=>222,8288=>0, +8289=>0,8290=>0,8291=>0,8292=>0,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0, +8304=>401,8305=>201,8308=>401,8309=>401,8310=>401,8311=>401,8312=>401,8313=>401,8314=>528,8315=>528, +8316=>528,8317=>246,8318=>246,8319=>433,8320=>401,8321=>401,8322=>401,8323=>401,8324=>401,8325=>401, +8326=>401,8327=>401,8328=>401,8329=>401,8330=>528,8331=>528,8332=>528,8333=>246,8334=>246,8336=>386, +8337=>387,8338=>385,8339=>424,8340=>387,8358=>660,8367=>1057,8369=>706,8372=>780,8373=>636,8377=>636, +8450=>796,8451=>1119,8457=>1047,8461=>945,8462=>644,8463=>644,8469=>914,8470=>946,8473=>752,8474=>871, +8477=>831,8484=>730,8486=>829,8487=>829,8490=>747,8491=>722,8508=>732,8509=>660,8510=>710,8511=>944, +8512=>714,8513=>775,8514=>557,8515=>557,8516=>611,8517=>867,8518=>699,8519=>636,8520=>380,8521=>362, +8523=>890,8528=>969,8529=>969,8530=>1370,8531=>969,8532=>969,8533=>969,8534=>969,8535=>969,8536=>969, +8537=>969,8538=>969,8539=>969,8540=>969,8541=>969,8542=>969,8543=>568,8544=>395,8545=>590,8546=>786, +8547=>966,8548=>722,8549=>981,8550=>1176,8551=>1372,8552=>932,8553=>712,8554=>932,8555=>1127,8556=>664, +8557=>765,8558=>802,8559=>1024,8560=>320,8561=>640,8562=>959,8563=>885,8564=>565,8565=>885,8566=>1205, +8567=>1524,8568=>884,8569=>564,8570=>884,8571=>1204,8572=>320,8573=>560,8574=>640,8575=>948,8576=>1206, +8577=>802,8578=>1206,8579=>765,8580=>560,8581=>765,8585=>969,8592=>838,8593=>838,8594=>838,8595=>838, +8596=>838,8597=>838,8598=>838,8599=>838,8600=>838,8601=>838,8602=>838,8603=>838,8604=>838,8605=>838, +8606=>838,8607=>838,8608=>838,8609=>838,8610=>838,8611=>838,8612=>838,8613=>838,8614=>838,8615=>838, +8616=>838,8617=>838,8618=>838,8619=>838,8620=>838,8621=>838,8622=>838,8623=>838,8624=>838,8625=>838, +8626=>838,8627=>838,8628=>838,8629=>838,8630=>838,8631=>838,8632=>838,8633=>838,8634=>838,8635=>838, +8636=>838,8637=>838,8638=>838,8639=>838,8640=>838,8641=>838,8642=>838,8643=>838,8644=>838,8645=>838, +8646=>838,8647=>838,8648=>838,8649=>838,8650=>838,8651=>838,8652=>838,8653=>838,8654=>838,8655=>838, +8656=>838,8657=>838,8658=>838,8659=>838,8660=>838,8661=>838,8662=>838,8663=>838,8664=>838,8665=>838, +8666=>838,8667=>838,8668=>838,8669=>838,8670=>838,8671=>838,8672=>838,8673=>838,8674=>838,8675=>838, +8676=>838,8677=>838,8678=>838,8679=>838,8680=>838,8681=>838,8682=>838,8683=>838,8684=>838,8685=>838, +8686=>838,8687=>838,8688=>838,8689=>838,8690=>838,8691=>838,8692=>838,8693=>838,8694=>838,8695=>838, +8696=>838,8697=>838,8698=>838,8699=>838,8700=>838,8701=>838,8702=>838,8703=>838,8704=>604,8706=>517, +8707=>542,8708=>542,8710=>698,8711=>698,8712=>740,8713=>740,8715=>740,8716=>740,8719=>796,8720=>796, +8721=>714,8722=>838,8723=>838,8724=>838,8725=>337,8727=>680,8728=>490,8729=>490,8730=>637,8731=>637, +8732=>637,8733=>677,8734=>833,8735=>838,8736=>838,8739=>291,8740=>479,8741=>462,8742=>634,8743=>732, +8744=>732,8745=>838,8746=>838,8747=>521,8748=>852,8749=>1182,8760=>838,8761=>838,8762=>838,8763=>838, +8764=>838,8765=>838,8770=>838,8771=>838,8776=>838,8784=>838,8785=>838,8786=>838,8787=>838,8788=>1033, +8789=>1033,8800=>838,8801=>838,8804=>838,8805=>838,8834=>838,8835=>838,8836=>838,8837=>838,8838=>838, +8839=>838,8844=>838,8845=>838,8846=>838,8847=>846,8848=>846,8849=>846,8850=>846,8851=>838,8852=>838, +8853=>838,8854=>838,8855=>838,8856=>838,8857=>838,8858=>838,8859=>838,8860=>838,8861=>838,8862=>838, +8863=>838,8864=>838,8865=>838,8866=>860,8867=>860,8868=>940,8869=>940,8870=>567,8871=>567,8872=>860, +8873=>860,8874=>860,8875=>1031,8876=>860,8877=>860,8878=>860,8879=>1031,8901=>342,8962=>764,8968=>390, +8969=>390,8970=>390,8971=>390,8976=>838,8977=>513,8984=>1000,8985=>838,8992=>521,8993=>521,8997=>1000, +9000=>1443,9085=>919,9115=>500,9116=>500,9117=>500,9118=>500,9119=>500,9120=>500,9121=>500,9122=>500, +9123=>500,9124=>500,9125=>500,9126=>500,9127=>750,9128=>750,9129=>750,9130=>750,9131=>750,9132=>750, +9133=>750,9134=>521,9167=>945,9251=>764,9472=>602,9473=>602,9474=>602,9475=>602,9476=>602,9477=>602, +9478=>602,9479=>602,9480=>602,9481=>602,9482=>602,9483=>602,9484=>602,9485=>602,9486=>602,9487=>602, +9488=>602,9489=>602,9490=>602,9491=>602,9492=>602,9493=>602,9494=>602,9495=>602,9496=>602,9497=>602, +9498=>602,9499=>602,9500=>602,9501=>602,9502=>602,9503=>602,9504=>602,9505=>602,9506=>602,9507=>602, +9508=>602,9509=>602,9510=>602,9511=>602,9512=>602,9513=>602,9514=>602,9515=>602,9516=>602,9517=>602, +9518=>602,9519=>602,9520=>602,9521=>602,9522=>602,9523=>602,9524=>602,9525=>602,9526=>602,9527=>602, +9528=>602,9529=>602,9530=>602,9531=>602,9532=>602,9533=>602,9534=>602,9535=>602,9536=>602,9537=>602, +9538=>602,9539=>602,9540=>602,9541=>602,9542=>602,9543=>602,9544=>602,9545=>602,9546=>602,9547=>602, +9548=>602,9549=>602,9550=>602,9551=>602,9552=>602,9553=>602,9554=>602,9555=>602,9556=>602,9557=>602, +9558=>602,9559=>602,9560=>602,9561=>602,9562=>602,9563=>602,9564=>602,9565=>602,9566=>602,9567=>602, +9568=>602,9569=>602,9570=>602,9571=>602,9572=>602,9573=>602,9574=>602,9575=>602,9576=>602,9577=>602, +9578=>602,9579=>602,9580=>602,9581=>602,9582=>602,9583=>602,9584=>602,9585=>602,9586=>602,9587=>602, +9588=>602,9589=>602,9590=>602,9591=>602,9592=>602,9593=>602,9594=>602,9595=>602,9596=>602,9597=>602, +9598=>602,9599=>602,9600=>769,9601=>769,9602=>769,9603=>769,9604=>769,9605=>769,9606=>769,9607=>769, +9608=>769,9609=>769,9610=>769,9611=>769,9612=>769,9613=>769,9614=>769,9615=>769,9616=>769,9617=>769, +9618=>769,9619=>769,9620=>769,9621=>769,9622=>769,9623=>769,9624=>769,9625=>769,9626=>769,9627=>769, +9628=>769,9629=>769,9630=>769,9631=>769,9632=>945,9633=>945,9634=>945,9635=>945,9636=>945,9637=>945, +9638=>945,9639=>945,9640=>945,9641=>945,9642=>678,9643=>678,9644=>945,9645=>945,9646=>550,9647=>550, +9648=>769,9649=>769,9650=>769,9651=>769,9652=>502,9653=>502,9654=>769,9655=>769,9656=>502,9657=>502, +9658=>769,9659=>769,9660=>769,9661=>769,9662=>502,9663=>502,9664=>769,9665=>769,9666=>502,9667=>502, +9668=>769,9669=>769,9670=>769,9671=>769,9672=>769,9673=>873,9674=>494,9675=>873,9676=>873,9677=>873, +9678=>873,9679=>873,9680=>873,9681=>873,9682=>873,9683=>873,9684=>873,9685=>873,9686=>527,9687=>527, +9688=>791,9689=>970,9690=>970,9691=>970,9692=>387,9693=>387,9694=>387,9695=>387,9696=>873,9697=>873, +9698=>769,9699=>769,9700=>769,9701=>769,9702=>590,9703=>945,9704=>945,9705=>945,9706=>945,9707=>945, +9708=>769,9709=>769,9710=>769,9711=>1119,9712=>945,9713=>945,9714=>945,9715=>945,9716=>873,9717=>873, +9718=>873,9719=>873,9720=>769,9721=>769,9722=>769,9723=>830,9724=>830,9725=>732,9726=>732,9727=>769, +9728=>896,9784=>896,9785=>896,9786=>896,9787=>896,9788=>896,9791=>614,9792=>731,9793=>731,9794=>896, +9795=>896,9796=>896,9797=>896,9798=>896,9799=>896,9824=>896,9825=>896,9826=>896,9827=>896,9828=>896, +9829=>896,9830=>896,9831=>896,9833=>472,9834=>638,9835=>896,9836=>896,9837=>472,9838=>357,9839=>484, +10145=>838,10181=>390,10182=>390,10208=>494,10216=>390,10217=>390,10224=>838,10225=>838,10226=>838,10227=>838, +10228=>1033,10229=>1434,10230=>1434,10231=>1434,10232=>1434,10233=>1434,10234=>1434,10235=>1434,10236=>1434,10237=>1434, +10238=>1434,10239=>1434,10240=>732,10241=>732,10242=>732,10243=>732,10244=>732,10245=>732,10246=>732,10247=>732, +10248=>732,10249=>732,10250=>732,10251=>732,10252=>732,10253=>732,10254=>732,10255=>732,10256=>732,10257=>732, +10258=>732,10259=>732,10260=>732,10261=>732,10262=>732,10263=>732,10264=>732,10265=>732,10266=>732,10267=>732, +10268=>732,10269=>732,10270=>732,10271=>732,10272=>732,10273=>732,10274=>732,10275=>732,10276=>732,10277=>732, +10278=>732,10279=>732,10280=>732,10281=>732,10282=>732,10283=>732,10284=>732,10285=>732,10286=>732,10287=>732, +10288=>732,10289=>732,10290=>732,10291=>732,10292=>732,10293=>732,10294=>732,10295=>732,10296=>732,10297=>732, +10298=>732,10299=>732,10300=>732,10301=>732,10302=>732,10303=>732,10304=>732,10305=>732,10306=>732,10307=>732, +10308=>732,10309=>732,10310=>732,10311=>732,10312=>732,10313=>732,10314=>732,10315=>732,10316=>732,10317=>732, +10318=>732,10319=>732,10320=>732,10321=>732,10322=>732,10323=>732,10324=>732,10325=>732,10326=>732,10327=>732, +10328=>732,10329=>732,10330=>732,10331=>732,10332=>732,10333=>732,10334=>732,10335=>732,10336=>732,10337=>732, +10338=>732,10339=>732,10340=>732,10341=>732,10342=>732,10343=>732,10344=>732,10345=>732,10346=>732,10347=>732, +10348=>732,10349=>732,10350=>732,10351=>732,10352=>732,10353=>732,10354=>732,10355=>732,10356=>732,10357=>732, +10358=>732,10359=>732,10360=>732,10361=>732,10362=>732,10363=>732,10364=>732,10365=>732,10366=>732,10367=>732, +10368=>732,10369=>732,10370=>732,10371=>732,10372=>732,10373=>732,10374=>732,10375=>732,10376=>732,10377=>732, +10378=>732,10379=>732,10380=>732,10381=>732,10382=>732,10383=>732,10384=>732,10385=>732,10386=>732,10387=>732, +10388=>732,10389=>732,10390=>732,10391=>732,10392=>732,10393=>732,10394=>732,10395=>732,10396=>732,10397=>732, +10398=>732,10399=>732,10400=>732,10401=>732,10402=>732,10403=>732,10404=>732,10405=>732,10406=>732,10407=>732, +10408=>732,10409=>732,10410=>732,10411=>732,10412=>732,10413=>732,10414=>732,10415=>732,10416=>732,10417=>732, +10418=>732,10419=>732,10420=>732,10421=>732,10422=>732,10423=>732,10424=>732,10425=>732,10426=>732,10427=>732, +10428=>732,10429=>732,10430=>732,10431=>732,10432=>732,10433=>732,10434=>732,10435=>732,10436=>732,10437=>732, +10438=>732,10439=>732,10440=>732,10441=>732,10442=>732,10443=>732,10444=>732,10445=>732,10446=>732,10447=>732, +10448=>732,10449=>732,10450=>732,10451=>732,10452=>732,10453=>732,10454=>732,10455=>732,10456=>732,10457=>732, +10458=>732,10459=>732,10460=>732,10461=>732,10462=>732,10463=>732,10464=>732,10465=>732,10466=>732,10467=>732, +10468=>732,10469=>732,10470=>732,10471=>732,10472=>732,10473=>732,10474=>732,10475=>732,10476=>732,10477=>732, +10478=>732,10479=>732,10480=>732,10481=>732,10482=>732,10483=>732,10484=>732,10485=>732,10486=>732,10487=>732, +10488=>732,10489=>732,10490=>732,10491=>732,10492=>732,10493=>732,10494=>732,10495=>732,10496=>838,10497=>838, +10498=>838,10499=>838,10500=>838,10501=>838,10502=>838,10503=>838,10504=>838,10505=>838,10506=>838,10507=>838, +10508=>838,10509=>838,10510=>838,10511=>838,10512=>838,10513=>838,10514=>838,10515=>838,10516=>838,10517=>838, +10518=>838,10519=>838,10520=>838,10521=>838,10522=>838,10523=>838,10524=>838,10525=>838,10526=>838,10527=>838, +10528=>838,10529=>838,10530=>838,10531=>838,10532=>838,10533=>838,10534=>838,10535=>838,10536=>838,10537=>838, +10538=>838,10539=>838,10540=>838,10541=>838,10542=>838,10543=>838,10544=>838,10545=>838,10546=>838,10547=>838, +10548=>838,10549=>838,10550=>838,10551=>838,10552=>838,10553=>838,10554=>838,10555=>838,10556=>838,10557=>838, +10558=>838,10559=>838,10560=>838,10561=>838,10562=>838,10563=>838,10564=>838,10565=>838,10566=>838,10567=>838, +10568=>838,10569=>838,10570=>838,10571=>838,10572=>838,10573=>838,10574=>838,10575=>838,10576=>838,10577=>838, +10578=>838,10579=>838,10580=>838,10581=>838,10582=>838,10583=>838,10584=>838,10585=>838,10586=>838,10587=>838, +10588=>838,10589=>838,10590=>838,10591=>838,10592=>838,10593=>838,10594=>838,10595=>838,10596=>838,10597=>838, +10598=>838,10599=>838,10600=>838,10601=>838,10602=>838,10603=>838,10604=>838,10605=>838,10606=>838,10607=>838, +10608=>838,10609=>838,10610=>838,10611=>838,10612=>838,10613=>838,10614=>838,10615=>981,10616=>838,10617=>838, +10618=>984,10619=>838,10620=>838,10621=>838,10622=>838,10623=>838,10731=>494,10764=>1513,10765=>521,10766=>521, +10799=>838,11008=>838,11009=>838,11010=>838,11011=>838,11012=>838,11013=>838,11014=>838,11015=>838,11016=>838, +11017=>838,11018=>838,11019=>838,11020=>838,11021=>838,11022=>838,11023=>838,11024=>838,11025=>838,11026=>945, +11027=>945,11028=>945,11029=>945,11030=>769,11031=>769,11032=>769,11033=>769,11034=>945,11364=>753,11367=>872, +11368=>644,11369=>747,11370=>606,11371=>695,11372=>527,11373=>782,11374=>1024,11375=>722,11376=>782,11377=>663, +11378=>1130,11379=>939,11381=>740,11382=>556,11383=>700,11385=>501,11386=>602,11388=>264,11389=>455,11390=>685, +11391=>695,11520=>773,11521=>635,11522=>633,11523=>658,11524=>631,11525=>962,11526=>756,11527=>960,11528=>617, +11529=>646,11530=>962,11531=>632,11532=>646,11533=>962,11534=>645,11535=>866,11536=>961,11537=>645,11538=>645, +11539=>959,11540=>945,11541=>863,11542=>644,11543=>646,11544=>645,11545=>649,11546=>688,11547=>634,11548=>982, +11549=>681,11550=>676,11551=>852,11552=>957,11553=>632,11554=>645,11555=>646,11556=>749,11557=>914,11800=>536, +11810=>390,11811=>390,11812=>390,11813=>390,11822=>536,42564=>685,42565=>513,42566=>395,42567=>392,42576=>1104, +42577=>888,42580=>1193,42581=>871,42582=>1140,42583=>899,42760=>493,42761=>493,42762=>493,42763=>493,42764=>493, +42765=>493,42766=>493,42767=>493,42768=>493,42769=>493,42770=>493,42771=>493,42772=>493,42773=>493,42774=>493, +42779=>369,42780=>369,42781=>253,42782=>253,42783=>253,42813=>819,42891=>402,42892=>275,42893=>773,62464=>654, +62465=>665,62466=>714,62467=>947,62468=>665,62469=>659,62470=>725,62471=>986,62472=>665,62473=>665,62474=>1257, +62475=>683,62476=>682,62477=>953,62478=>665,62479=>682,62480=>999,62481=>746,62482=>798,62483=>748,62484=>944, +62485=>681,62486=>936,62487=>680,62488=>688,62489=>682,62490=>729,62491=>682,62492=>688,62493=>666,62494=>729, +62495=>884,62496=>665,62497=>706,62498=>666,62499=>665,62500=>665,62501=>722,62502=>961,62504=>904,63173=>602, +63185=>500,63188=>500,64256=>710,64257=>667,64258=>667,64259=>1028,64260=>1030,64261=>771,64262=>933,65024=>0, +65025=>0,65026=>0,65027=>0,65028=>0,65029=>0,65030=>0,65031=>0,65032=>0,65033=>0,65034=>0, +65035=>0,65036=>0,65037=>0,65038=>0,65039=>0,65529=>0,65530=>0,65531=>0,65532=>0,65533=>1025); +$enc=''; +$diff=''; +$file='dejavuserif.z'; +$ctg='dejavuserif.ctg.z'; +$originalsize=337444; +// --- EOF --- \ No newline at end of file diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.z new file mode 100644 index 000000000..d69714476 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.ctg.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.ctg.z new file mode 100644 index 000000000..cecdd5bc4 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.ctg.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.php new file mode 100644 index 000000000..65035561d --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.php @@ -0,0 +1,309 @@ +939,'Descent'=>-236,'CapHeight'=>5,'Flags'=>32,'FontBBox'=>'[-836 -389 1796 1145]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600); +$up=-63; +$ut=44; +$dw=600; +$cw=array( +0=>600,32=>348,33=>439,34=>521,35=>838,36=>696,37=>950,38=>903,39=>306,40=>473, +41=>473,42=>523,43=>838,44=>348,45=>415,46=>348,47=>365,48=>696,49=>696,50=>696, +51=>696,52=>696,53=>696,54=>696,55=>696,56=>696,57=>696,58=>369,59=>369,60=>838, +61=>838,62=>838,63=>586,64=>1000,65=>776,66=>845,67=>796,68=>867,69=>762,70=>710, +71=>854,72=>945,73=>468,74=>473,75=>869,76=>703,77=>1107,78=>914,79=>871,80=>752, +81=>871,82=>831,83=>722,84=>744,85=>872,86=>776,87=>1123,88=>776,89=>714,90=>730, +91=>473,92=>365,93=>473,94=>838,95=>500,96=>500,97=>648,98=>699,99=>609,100=>699, +101=>636,102=>430,103=>699,104=>727,105=>380,106=>362,107=>693,108=>380,109=>1058,110=>727, +111=>667,112=>699,113=>699,114=>527,115=>563,116=>462,117=>727,118=>581,119=>861,120=>596, +121=>581,122=>568,123=>643,124=>364,125=>643,126=>838,8364=>696,8218=>348,402=>430,8222=>575, +8230=>1000,8224=>523,8225=>523,710=>500,8240=>1385,352=>722,8249=>400,338=>1180,381=>730,8216=>348, +8217=>348,8220=>575,8221=>575,8226=>639,8211=>500,8212=>1000,732=>500,8482=>1000,353=>563,8250=>400, +339=>1028,382=>568,376=>714,160=>348,161=>439,162=>696,163=>696,164=>636,165=>696,166=>364, +167=>523,168=>500,169=>1000,170=>487,171=>625,172=>838,173=>415,174=>1000,175=>500,176=>500, +177=>838,178=>438,179=>438,180=>500,181=>732,182=>636,183=>348,184=>500,185=>438,186=>500, +187=>625,188=>1043,189=>1043,190=>1043,191=>586,192=>776,193=>776,194=>776,195=>776,196=>776, +197=>776,198=>1034,199=>796,200=>762,201=>762,202=>762,203=>762,204=>468,205=>468,206=>468, +207=>468,208=>874,209=>914,210=>871,211=>871,212=>871,213=>871,214=>871,215=>838,216=>871, +217=>872,218=>872,219=>872,220=>872,221=>714,222=>757,223=>760,224=>648,225=>648,226=>648, +227=>648,228=>648,229=>648,230=>975,231=>609,232=>636,233=>636,234=>636,235=>636,236=>380, +237=>380,238=>380,239=>380,240=>667,241=>727,242=>667,243=>667,244=>667,245=>667,246=>667, +247=>838,248=>667,249=>727,250=>727,251=>727,252=>727,253=>581,254=>699,255=>581,256=>776, +257=>648,258=>776,259=>648,260=>776,261=>648,262=>796,263=>609,264=>796,265=>609,266=>796, +267=>609,268=>796,269=>609,270=>867,271=>699,272=>874,273=>699,274=>762,275=>636,276=>762, +277=>636,278=>762,279=>636,280=>762,281=>636,282=>762,283=>636,284=>854,285=>699,286=>854, +287=>699,288=>854,289=>699,290=>854,291=>699,292=>945,293=>727,294=>945,295=>727,296=>468, +297=>380,298=>468,299=>380,300=>468,301=>380,302=>468,303=>380,304=>468,305=>380,306=>942, +307=>751,308=>473,309=>362,310=>869,311=>693,312=>693,313=>703,314=>380,315=>703,316=>380, +317=>703,318=>380,319=>703,320=>380,321=>710,322=>385,323=>914,324=>727,325=>914,326=>727, +327=>914,328=>727,329=>1008,330=>872,331=>727,332=>871,333=>667,334=>871,335=>667,336=>871, +337=>667,340=>831,341=>527,342=>831,343=>527,344=>831,345=>527,346=>722,347=>563,348=>722, +349=>563,350=>722,351=>563,354=>744,355=>462,356=>744,357=>462,358=>744,359=>462,360=>872, +361=>727,362=>872,363=>727,364=>872,365=>727,366=>872,367=>727,368=>872,369=>727,370=>872, +371=>727,372=>1123,373=>861,374=>714,375=>581,377=>730,378=>568,379=>730,380=>568,383=>430, +384=>699,385=>845,386=>854,387=>699,388=>854,389=>699,390=>796,391=>796,392=>609,393=>874, +394=>867,395=>854,396=>699,397=>667,398=>762,399=>871,400=>721,401=>710,403=>854,404=>771, +405=>1043,406=>468,407=>468,408=>869,409=>693,410=>380,411=>701,412=>1058,413=>914,414=>727, +415=>871,416=>871,417=>667,418=>1200,419=>943,420=>752,421=>699,422=>831,423=>722,424=>563, +425=>707,426=>331,427=>462,428=>744,429=>462,430=>744,431=>872,432=>727,433=>890,434=>890, +435=>714,436=>708,437=>730,438=>568,439=>657,440=>657,441=>657,443=>696,444=>754,445=>568, +446=>536,447=>716,448=>295,449=>492,450=>459,451=>295,452=>1597,453=>1435,454=>1267,455=>1176, +456=>1065,457=>742,458=>1387,459=>1276,460=>1089,461=>776,462=>648,463=>468,464=>380,465=>871, +466=>667,467=>872,468=>727,469=>872,470=>727,471=>872,472=>727,473=>872,474=>727,475=>872, +476=>727,477=>636,478=>776,479=>648,480=>776,481=>648,482=>1034,483=>975,484=>896,485=>699, +486=>854,487=>699,488=>869,489=>693,490=>871,491=>667,492=>871,493=>667,494=>657,495=>568, +496=>380,497=>1597,498=>1435,499=>1267,500=>854,501=>699,502=>1221,503=>787,504=>914,505=>727, +506=>776,507=>648,508=>1034,509=>975,510=>871,511=>667,512=>776,513=>648,514=>776,515=>648, +516=>762,517=>636,518=>762,519=>636,520=>468,521=>380,522=>468,523=>380,524=>871,525=>667, +526=>871,527=>667,528=>831,529=>527,530=>831,531=>527,532=>872,533=>727,534=>872,535=>727, +536=>722,537=>563,538=>744,539=>462,540=>690,541=>607,542=>945,543=>727,544=>872,545=>791, +546=>703,547=>586,548=>730,549=>568,550=>776,551=>648,552=>762,553=>636,554=>871,555=>667, +556=>871,557=>667,558=>871,559=>667,560=>871,561=>667,562=>714,563=>581,564=>573,565=>922, +566=>564,567=>362,568=>1031,569=>1031,570=>776,571=>796,572=>609,573=>703,574=>744,575=>563, +576=>568,577=>660,578=>547,579=>845,580=>872,581=>776,582=>762,583=>636,584=>473,585=>387, +586=>848,587=>699,588=>831,589=>527,590=>714,591=>581,592=>648,593=>699,594=>699,595=>699, +596=>609,597=>609,598=>699,599=>730,600=>636,601=>636,602=>907,603=>608,604=>562,605=>907, +606=>720,607=>387,608=>699,609=>699,610=>626,611=>712,612=>627,613=>727,614=>727,615=>727, +616=>380,617=>380,618=>380,619=>409,620=>514,621=>380,622=>795,623=>1058,624=>1058,625=>1058, +626=>727,627=>727,628=>712,629=>667,630=>1061,631=>749,632=>667,633=>571,634=>571,635=>571, +636=>527,637=>527,638=>452,639=>487,640=>801,641=>801,642=>563,643=>331,644=>430,645=>540, +646=>331,647=>492,648=>462,649=>727,650=>679,651=>694,652=>641,653=>907,654=>635,655=>727, +656=>568,657=>568,658=>568,659=>568,660=>536,661=>536,662=>536,663=>545,664=>871,665=>695, +666=>720,667=>626,668=>732,669=>384,670=>740,671=>646,672=>699,673=>536,674=>536,675=>1117, +676=>1179,677=>1117,678=>911,679=>715,680=>909,681=>1039,682=>790,683=>795,684=>662,685=>443, +686=>613,687=>717,688=>521,689=>519,690=>313,691=>414,692=>414,693=>480,694=>527,695=>662, +696=>485,697=>302,699=>348,700=>348,701=>348,702=>366,703=>366,704=>313,705=>313,711=>500, +712=>282,713=>500,716=>282,717=>500,720=>369,721=>369,722=>366,723=>366,726=>392,728=>500, +729=>500,730=>500,731=>500,733=>500,734=>417,736=>458,737=>292,738=>395,739=>475,740=>313, +741=>500,742=>500,743=>500,744=>500,745=>500,750=>553,768=>0,769=>0,770=>0,771=>0, +772=>0,773=>0,774=>0,775=>0,776=>0,777=>0,778=>0,779=>0,780=>0,781=>0, +782=>0,783=>0,784=>0,785=>0,786=>0,787=>0,788=>0,789=>0,790=>0,791=>0, +792=>0,793=>0,794=>0,795=>0,796=>0,797=>0,798=>0,799=>0,800=>0,801=>0, +802=>0,803=>0,804=>0,805=>0,806=>0,807=>0,808=>0,809=>0,810=>0,811=>0, +812=>0,813=>0,814=>0,815=>0,816=>0,817=>0,818=>0,819=>0,820=>0,821=>0, +822=>0,823=>0,824=>0,825=>0,826=>0,827=>0,828=>0,829=>0,830=>0,831=>0, +835=>0,847=>0,856=>0,865=>0,880=>779,881=>576,884=>302,885=>302,890=>500,891=>609, +892=>609,893=>609,894=>369,900=>500,901=>500,902=>776,903=>348,904=>947,905=>1118,906=>662, +908=>887,910=>953,911=>911,912=>484,913=>776,914=>845,915=>710,916=>776,917=>762,918=>730, +919=>945,920=>871,921=>468,922=>869,923=>776,924=>1107,925=>914,926=>704,927=>871,928=>944, +929=>752,931=>707,932=>744,933=>714,934=>871,935=>776,936=>913,937=>890,938=>468,939=>714, +940=>770,941=>608,942=>727,943=>484,944=>694,945=>770,946=>664,947=>660,948=>667,949=>608, +950=>592,951=>727,952=>667,953=>484,954=>750,955=>701,956=>732,957=>694,958=>592,959=>667, +960=>732,961=>665,962=>609,963=>737,964=>673,965=>694,966=>905,967=>658,968=>941,969=>952, +970=>484,971=>694,972=>667,973=>694,974=>952,976=>667,977=>849,978=>764,979=>969,980=>764, +981=>941,982=>952,983=>655,984=>871,985=>667,986=>796,987=>609,988=>710,989=>527,990=>590, +991=>660,992=>796,993=>667,1008=>655,1009=>665,1010=>609,1011=>362,1012=>871,1013=>609,1014=>609, +1015=>757,1016=>699,1017=>796,1018=>1107,1019=>860,1020=>692,1021=>796,1022=>796,1023=>796,1024=>762, +1025=>762,1026=>901,1027=>690,1028=>795,1029=>722,1030=>468,1031=>468,1032=>473,1033=>1202,1034=>1262, +1035=>963,1036=>910,1037=>945,1038=>812,1039=>945,1040=>814,1041=>854,1042=>845,1043=>690,1044=>889, +1045=>762,1046=>1312,1047=>721,1048=>945,1049=>945,1050=>910,1051=>884,1052=>1107,1053=>945,1054=>871, +1055=>944,1056=>752,1057=>796,1058=>744,1059=>812,1060=>949,1061=>776,1062=>966,1063=>913,1064=>1268, +1065=>1293,1066=>957,1067=>1202,1068=>825,1069=>795,1070=>1287,1071=>882,1072=>648,1073=>667,1074=>695, +1075=>613,1076=>667,1077=>636,1078=>1010,1079=>638,1080=>742,1081=>742,1082=>722,1083=>705,1084=>869, +1085=>732,1086=>667,1087=>732,1088=>699,1089=>609,1090=>620,1091=>640,1092=>902,1093=>596,1094=>739, +1095=>732,1096=>1075,1097=>1082,1098=>767,1099=>1002,1100=>679,1101=>609,1102=>1025,1103=>739,1104=>636, +1105=>636,1106=>719,1107=>613,1108=>609,1109=>563,1110=>380,1111=>380,1112=>362,1113=>988,1114=>1015, +1115=>727,1116=>722,1117=>742,1118=>640,1119=>732,1122=>880,1123=>703,1124=>1195,1125=>963,1130=>1312, +1131=>1010,1136=>1096,1137=>1105,1138=>871,1139=>652,1140=>916,1141=>749,1164=>846,1165=>673,1168=>700, +1169=>618,1170=>690,1171=>613,1172=>868,1173=>716,1174=>1312,1175=>1010,1176=>721,1177=>638,1178=>947, +1179=>744,1182=>910,1183=>722,1184=>1041,1185=>827,1186=>966,1187=>739,1188=>1167,1189=>956,1190=>1345, +1191=>1059,1194=>796,1195=>609,1196=>744,1197=>620,1198=>714,1199=>581,1200=>714,1201=>581,1202=>866, +1203=>649,1204=>1022,1205=>807,1206=>928,1207=>739,1210=>910,1211=>727,1216=>468,1217=>1312,1218=>1010, +1219=>869,1220=>693,1223=>945,1224=>732,1227=>913,1228=>732,1231=>380,1232=>814,1233=>648,1234=>814, +1235=>648,1236=>1034,1237=>975,1238=>762,1239=>636,1240=>871,1241=>636,1242=>871,1243=>636,1244=>1312, +1245=>1010,1246=>721,1247=>638,1248=>657,1249=>568,1250=>945,1251=>742,1252=>945,1253=>742,1254=>871, +1255=>667,1256=>871,1257=>667,1258=>871,1259=>667,1260=>795,1261=>609,1262=>812,1263=>640,1264=>812, +1265=>640,1266=>812,1267=>640,1268=>913,1269=>732,1270=>690,1271=>613,1272=>1202,1273=>1002,1296=>721, +1297=>638,1298=>884,1299=>705,1300=>1248,1301=>945,1306=>820,1307=>640,1308=>1028,1309=>856,4256=>755, +4257=>936,4258=>866,4259=>874,4260=>781,4261=>1078,4262=>1014,4263=>1213,4264=>643,4265=>818,4266=>1051, +4267=>1051,4268=>796,4269=>1135,4270=>969,4271=>902,4272=>1109,4273=>792,4274=>756,4275=>1076,4276=>976, +4277=>1066,4278=>811,4279=>833,4280=>821,4281=>833,4282=>908,4283=>1077,4284=>769,4285=>822,4286=>813, +4287=>1111,4288=>1123,4289=>802,4290=>892,4291=>802,4292=>880,4293=>1063,4304=>594,4305=>625,4306=>643, +4307=>887,4308=>615,4309=>611,4310=>667,4311=>915,4312=>613,4313=>600,4314=>1120,4315=>640,4316=>640, +4317=>879,4318=>624,4319=>634,4320=>877,4321=>666,4322=>780,4323=>751,4324=>869,4325=>639,4326=>912, +4327=>622,4328=>647,4329=>640,4330=>729,4331=>641,4332=>630,4333=>629,4334=>670,4335=>753,4336=>625, +4337=>657,4338=>625,4339=>625,4340=>624,4341=>670,4342=>940,4343=>680,4344=>636,4345=>672,4346=>625, +4347=>588,4348=>354,7426=>940,7432=>509,7433=>320,7444=>989,7446=>667,7447=>667,7453=>737,7454=>948, +7455=>948,7468=>489,7469=>651,7470=>532,7472=>546,7473=>480,7474=>480,7475=>538,7476=>595,7477=>294, +7478=>298,7479=>547,7480=>443,7481=>697,7482=>576,7483=>576,7484=>548,7486=>474,7487=>523,7488=>455, +7489=>469,7490=>549,7491=>466,7492=>466,7493=>498,7494=>657,7495=>499,7496=>498,7497=>444,7498=>444, +7499=>412,7500=>412,7501=>498,7502=>300,7503=>523,7504=>729,7505=>473,7506=>467,7507=>427,7508=>467, +7509=>467,7510=>499,7511=>371,7512=>520,7513=>434,7514=>729,7515=>491,7522=>239,7523=>414,7524=>520, +7525=>491,7543=>640,7544=>595,7547=>380,7557=>380,7579=>498,7580=>427,7581=>427,7582=>467,7583=>412, +7584=>383,7585=>373,7586=>498,7587=>522,7588=>300,7589=>307,7590=>300,7591=>300,7592=>370,7593=>368, +7594=>321,7595=>430,7596=>682,7597=>729,7598=>588,7599=>587,7600=>472,7601=>467,7602=>522,7603=>400, +7604=>387,7605=>371,7606=>520,7607=>475,7609=>489,7610=>491,7611=>412,7612=>527,7613=>412,7614=>452, +7615=>467,7620=>0,7621=>0,7622=>0,7623=>0,7624=>0,7625=>0,7680=>776,7681=>648,7682=>845, +7683=>699,7684=>845,7685=>699,7686=>845,7687=>699,7688=>796,7689=>609,7690=>867,7691=>699,7692=>867, +7693=>699,7694=>867,7695=>699,7696=>867,7697=>699,7698=>867,7699=>699,7700=>762,7701=>636,7702=>762, +7703=>636,7704=>762,7705=>636,7706=>762,7707=>636,7708=>762,7709=>636,7710=>710,7711=>430,7712=>854, +7713=>699,7714=>945,7715=>727,7716=>945,7717=>727,7718=>945,7719=>727,7720=>945,7721=>727,7722=>945, +7723=>727,7724=>468,7725=>380,7726=>468,7727=>380,7728=>869,7729=>693,7730=>869,7731=>693,7732=>869, +7733=>693,7734=>703,7735=>380,7736=>703,7737=>380,7738=>703,7739=>380,7740=>703,7741=>380,7742=>1107, +7743=>1058,7744=>1107,7745=>1058,7746=>1107,7747=>1058,7748=>914,7749=>727,7750=>914,7751=>727,7752=>914, +7753=>727,7754=>914,7755=>727,7756=>871,7757=>667,7758=>871,7759=>667,7760=>871,7761=>667,7762=>871, +7763=>667,7764=>752,7765=>699,7766=>752,7767=>699,7768=>831,7769=>527,7770=>831,7771=>527,7772=>831, +7773=>527,7774=>831,7775=>527,7776=>722,7777=>563,7778=>722,7779=>563,7780=>722,7781=>563,7782=>722, +7783=>563,7784=>722,7785=>563,7786=>744,7787=>462,7788=>744,7789=>462,7790=>744,7791=>462,7792=>744, +7793=>462,7794=>872,7795=>727,7796=>872,7797=>727,7798=>872,7799=>727,7800=>872,7801=>727,7802=>872, +7803=>727,7804=>776,7805=>581,7806=>776,7807=>581,7808=>1123,7809=>861,7810=>1123,7811=>861,7812=>1123, +7813=>861,7814=>1123,7815=>861,7816=>1123,7817=>861,7818=>776,7819=>596,7820=>776,7821=>596,7822=>714, +7823=>581,7824=>730,7825=>568,7826=>730,7827=>568,7828=>730,7829=>568,7830=>727,7831=>462,7832=>861, +7833=>581,7834=>1014,7835=>430,7838=>947,7839=>667,7840=>776,7841=>648,7842=>776,7843=>648,7844=>776, +7845=>648,7846=>776,7847=>648,7848=>776,7849=>648,7850=>776,7851=>648,7852=>776,7853=>648,7854=>776, +7855=>648,7856=>776,7857=>648,7858=>776,7859=>648,7860=>776,7861=>648,7862=>776,7863=>648,7864=>762, +7865=>636,7866=>762,7867=>636,7868=>762,7869=>636,7870=>762,7871=>636,7872=>762,7873=>636,7874=>762, +7875=>636,7876=>762,7877=>636,7878=>762,7879=>636,7880=>468,7881=>380,7882=>468,7883=>380,7884=>871, +7885=>667,7886=>871,7887=>667,7888=>871,7889=>667,7890=>871,7891=>667,7892=>871,7893=>667,7894=>871, +7895=>667,7896=>871,7897=>667,7898=>871,7899=>667,7900=>871,7901=>667,7902=>871,7903=>667,7904=>871, +7905=>667,7906=>871,7907=>667,7908=>872,7909=>727,7910=>872,7911=>727,7912=>872,7913=>727,7914=>872, +7915=>727,7916=>872,7917=>727,7918=>872,7919=>727,7920=>872,7921=>727,7922=>714,7923=>581,7924=>714, +7925=>581,7926=>714,7927=>581,7928=>714,7929=>581,7936=>770,7937=>770,7938=>770,7939=>770,7940=>770, +7941=>770,7942=>770,7943=>770,7944=>776,7945=>776,7946=>978,7947=>978,7948=>832,7949=>849,7950=>776, +7951=>776,7952=>608,7953=>608,7954=>608,7955=>608,7956=>608,7957=>608,7960=>917,7961=>909,7962=>1169, +7963=>1169,7964=>1093,7965=>1120,7968=>727,7969=>727,7970=>727,7971=>727,7972=>727,7973=>727,7974=>727, +7975=>727,7976=>1100,7977=>1094,7978=>1358,7979=>1361,7980=>1279,7981=>1308,7982=>1197,7983=>1194,7984=>484, +7985=>484,7986=>484,7987=>484,7988=>484,7989=>484,7990=>484,7991=>484,7992=>629,7993=>617,7994=>878, +7995=>881,7996=>799,7997=>831,7998=>723,7999=>714,8000=>667,8001=>667,8002=>667,8003=>667,8004=>667, +8005=>667,8008=>900,8009=>935,8010=>1240,8011=>1237,8012=>1035,8013=>1066,8016=>694,8017=>694,8018=>694, +8019=>694,8020=>694,8021=>694,8022=>694,8023=>694,8025=>922,8027=>1186,8029=>1133,8031=>1019,8032=>952, +8033=>952,8034=>952,8035=>952,8036=>952,8037=>952,8038=>952,8039=>952,8040=>931,8041=>963,8042=>1268, +8043=>1274,8044=>1054,8045=>1088,8046=>1023,8047=>1060,8048=>770,8049=>770,8050=>608,8051=>608,8052=>727, +8053=>727,8054=>484,8055=>484,8056=>667,8057=>667,8058=>694,8059=>694,8060=>952,8061=>952,8064=>770, +8065=>770,8066=>770,8067=>770,8068=>770,8069=>770,8070=>770,8071=>770,8072=>776,8073=>776,8074=>978, +8075=>978,8076=>832,8077=>849,8078=>776,8079=>776,8080=>727,8081=>727,8082=>727,8083=>727,8084=>727, +8085=>727,8086=>727,8087=>727,8088=>1100,8089=>1094,8090=>1358,8091=>1361,8092=>1279,8093=>1308,8094=>1197, +8095=>1194,8096=>952,8097=>952,8098=>952,8099=>952,8100=>952,8101=>952,8102=>952,8103=>952,8104=>931, +8105=>963,8106=>1268,8107=>1274,8108=>1054,8109=>1088,8110=>1023,8111=>1060,8112=>770,8113=>770,8114=>770, +8115=>770,8116=>770,8118=>770,8119=>770,8120=>776,8121=>776,8122=>811,8123=>776,8124=>776,8125=>500, +8126=>500,8127=>500,8128=>500,8129=>500,8130=>727,8131=>727,8132=>727,8134=>727,8135=>727,8136=>1000, +8137=>947,8138=>1191,8139=>1118,8140=>945,8141=>500,8142=>500,8143=>500,8144=>484,8145=>484,8146=>484, +8147=>484,8150=>484,8151=>484,8152=>468,8153=>468,8154=>714,8155=>662,8157=>500,8158=>500,8159=>500, +8160=>694,8161=>694,8162=>694,8163=>694,8164=>665,8165=>665,8166=>694,8167=>694,8168=>714,8169=>714, +8170=>1019,8171=>953,8172=>910,8173=>500,8174=>500,8175=>500,8178=>952,8179=>952,8180=>952,8182=>952, +8183=>952,8184=>1069,8185=>887,8186=>1101,8187=>911,8188=>890,8189=>500,8190=>500,8192=>500,8193=>1000, +8194=>500,8195=>1000,8196=>330,8197=>250,8198=>167,8199=>696,8200=>348,8201=>200,8202=>100,8203=>0, +8204=>0,8205=>0,8206=>0,8207=>0,8208=>415,8209=>415,8210=>696,8213=>1000,8214=>500,8215=>500, +8219=>348,8223=>575,8227=>639,8228=>348,8229=>674,8234=>0,8235=>0,8236=>0,8237=>0,8238=>0, +8239=>200,8241=>1820,8242=>264,8243=>447,8244=>630,8245=>264,8246=>447,8247=>630,8248=>733,8252=>629, +8253=>586,8254=>500,8258=>1023,8260=>167,8261=>473,8262=>473,8263=>1082,8264=>856,8265=>856,8267=>636, +8268=>500,8269=>500,8270=>523,8271=>369,8273=>523,8274=>556,8275=>1000,8279=>813,8287=>222,8288=>0, +8289=>0,8290=>0,8291=>0,8292=>0,8298=>0,8299=>0,8300=>0,8301=>0,8302=>0,8303=>0, +8304=>438,8305=>239,8308=>438,8309=>438,8310=>438,8311=>438,8312=>438,8313=>438,8314=>528,8315=>528, +8316=>528,8317=>298,8318=>298,8319=>519,8320=>438,8321=>438,8322=>438,8323=>438,8324=>438,8325=>438, +8326=>438,8327=>438,8328=>438,8329=>438,8330=>528,8331=>528,8332=>528,8333=>298,8334=>298,8336=>466, +8337=>444,8338=>467,8339=>475,8340=>444,8358=>696,8367=>1155,8369=>790,8372=>876,8373=>696,8377=>696, +8451=>1198,8457=>1112,8462=>727,8463=>727,8470=>1087,8486=>890,8487=>890,8490=>869,8491=>776,8513=>775, +8514=>557,8515=>637,8516=>760,8523=>903,8528=>1035,8529=>1035,8530=>1473,8531=>1035,8532=>1035,8533=>1035, +8534=>1035,8535=>1035,8536=>1035,8537=>1035,8538=>1035,8539=>1035,8540=>1035,8541=>1035,8542=>1035,8543=>615, +8544=>468,8545=>736,8546=>1005,8547=>1093,8548=>776,8549=>1127,8550=>1396,8551=>1664,8552=>1069,8553=>776, +8554=>1078,8555=>1347,8556=>703,8557=>796,8558=>867,8559=>1107,8560=>380,8561=>760,8562=>1140,8563=>961, +8564=>581,8565=>961,8566=>1341,8567=>1721,8568=>976,8569=>596,8570=>976,8571=>1356,8572=>380,8573=>609, +8574=>699,8575=>1058,8576=>1255,8577=>867,8578=>1268,8579=>796,8580=>609,8581=>796,8585=>1035,8592=>838, +8593=>838,8594=>838,8595=>838,8596=>838,8597=>838,8598=>838,8599=>838,8600=>838,8601=>838,8602=>838, +8603=>838,8604=>838,8605=>838,8606=>838,8607=>838,8608=>838,8609=>838,8610=>838,8611=>838,8612=>838, +8613=>838,8614=>838,8615=>838,8616=>838,8617=>838,8618=>838,8619=>838,8620=>838,8621=>838,8622=>838, +8623=>850,8624=>838,8625=>838,8626=>838,8627=>838,8628=>838,8629=>838,8630=>838,8631=>838,8632=>838, +8633=>838,8634=>838,8635=>838,8636=>838,8637=>838,8638=>838,8639=>838,8640=>838,8641=>838,8642=>838, +8643=>838,8644=>838,8645=>838,8646=>838,8647=>838,8648=>838,8649=>838,8650=>838,8651=>838,8652=>838, +8653=>838,8654=>838,8655=>838,8656=>838,8657=>838,8658=>838,8659=>838,8660=>838,8661=>838,8662=>838, +8663=>838,8664=>838,8665=>838,8666=>838,8667=>838,8668=>838,8669=>838,8670=>838,8671=>838,8672=>838, +8673=>838,8674=>838,8675=>838,8676=>838,8677=>838,8678=>838,8679=>838,8680=>838,8681=>838,8682=>838, +8683=>838,8684=>838,8685=>838,8686=>838,8687=>838,8688=>838,8689=>838,8690=>838,8691=>838,8692=>838, +8693=>838,8694=>838,8695=>838,8696=>838,8697=>838,8698=>838,8699=>838,8700=>838,8701=>838,8702=>838, +8703=>838,8704=>641,8706=>534,8707=>620,8708=>620,8710=>753,8711=>753,8712=>740,8713=>740,8715=>740, +8716=>740,8719=>842,8720=>842,8721=>753,8722=>838,8723=>838,8724=>838,8725=>365,8727=>691,8728=>519, +8729=>519,8730=>657,8731=>657,8732=>657,8733=>672,8734=>833,8735=>838,8736=>838,8739=>324,8740=>607, +8741=>529,8742=>773,8743=>812,8744=>812,8745=>838,8746=>838,8747=>579,8748=>1000,8749=>1391,8760=>838, +8761=>838,8762=>838,8763=>838,8764=>838,8765=>838,8770=>838,8771=>838,8776=>838,8784=>838,8785=>838, +8786=>838,8787=>838,8788=>1082,8789=>1082,8800=>838,8801=>838,8804=>838,8805=>838,8834=>838,8835=>838, +8836=>838,8837=>838,8838=>838,8839=>838,8844=>838,8845=>838,8846=>838,8847=>838,8848=>838,8849=>838, +8850=>838,8851=>838,8852=>838,8853=>838,8854=>838,8855=>838,8856=>838,8857=>838,8858=>838,8859=>838, +8860=>838,8861=>838,8862=>838,8863=>838,8864=>838,8865=>838,8866=>884,8867=>884,8868=>960,8869=>960, +8870=>616,8871=>616,8872=>884,8873=>884,8874=>884,8875=>1080,8876=>884,8877=>884,8878=>884,8879=>1080, +8901=>398,8962=>834,8968=>473,8969=>473,8970=>473,8971=>473,8976=>838,8977=>539,8984=>928,8985=>838, +8992=>579,8993=>579,8997=>1000,9000=>1443,9085=>1008,9115=>500,9116=>500,9117=>500,9118=>500,9119=>500, +9120=>500,9121=>500,9122=>500,9123=>500,9124=>500,9125=>500,9126=>500,9127=>750,9128=>750,9129=>750, +9130=>750,9131=>750,9132=>750,9133=>750,9134=>579,9167=>945,9251=>834,9600=>769,9601=>769,9602=>769, +9603=>769,9604=>769,9605=>769,9606=>769,9607=>769,9608=>769,9609=>769,9610=>769,9611=>769,9612=>769, +9613=>769,9614=>769,9615=>769,9616=>769,9617=>769,9618=>769,9619=>769,9620=>769,9621=>769,9622=>769, +9623=>769,9624=>769,9625=>769,9626=>769,9627=>769,9628=>769,9629=>769,9630=>769,9631=>769,9632=>945, +9633=>945,9634=>945,9635=>945,9636=>945,9637=>945,9638=>945,9639=>945,9640=>945,9641=>945,9642=>678, +9643=>678,9644=>945,9645=>945,9646=>550,9647=>550,9648=>769,9649=>769,9650=>769,9651=>769,9652=>502, +9653=>502,9654=>769,9655=>769,9656=>502,9657=>502,9658=>769,9659=>769,9660=>769,9661=>769,9662=>502, +9663=>502,9664=>769,9665=>769,9666=>502,9667=>502,9668=>769,9669=>769,9670=>769,9671=>769,9672=>769, +9673=>873,9674=>494,9675=>873,9676=>873,9677=>873,9678=>873,9679=>873,9680=>873,9681=>873,9682=>873, +9683=>873,9684=>873,9685=>873,9686=>527,9687=>527,9688=>791,9689=>970,9690=>970,9691=>970,9692=>387, +9693=>387,9694=>387,9695=>387,9696=>873,9697=>873,9698=>769,9699=>769,9700=>769,9701=>769,9702=>590, +9703=>945,9704=>945,9705=>945,9706=>945,9707=>945,9708=>769,9709=>769,9710=>769,9711=>1119,9712=>945, +9713=>945,9714=>945,9715=>945,9716=>873,9717=>873,9718=>873,9719=>873,9720=>769,9721=>769,9722=>769, +9723=>830,9724=>830,9725=>732,9726=>732,9727=>769,9728=>896,9784=>896,9785=>896,9786=>896,9787=>896, +9788=>896,9791=>614,9792=>731,9793=>731,9794=>896,9795=>896,9796=>896,9797=>896,9798=>896,9799=>896, +9824=>896,9825=>896,9826=>896,9827=>896,9828=>896,9829=>896,9830=>896,9831=>896,9833=>472,9834=>638, +9835=>896,9836=>896,9837=>472,9838=>357,9839=>484,10145=>838,10181=>457,10182=>457,10208=>494,10216=>457, +10217=>457,10224=>838,10225=>838,10226=>838,10227=>838,10228=>1033,10229=>1434,10230=>1434,10231=>1434,10232=>1434, +10233=>1434,10234=>1434,10235=>1434,10236=>1434,10237=>1434,10238=>1434,10239=>1434,10240=>781,10241=>781,10242=>781, +10243=>781,10244=>781,10245=>781,10246=>781,10247=>781,10248=>781,10249=>781,10250=>781,10251=>781,10252=>781, +10253=>781,10254=>781,10255=>781,10256=>781,10257=>781,10258=>781,10259=>781,10260=>781,10261=>781,10262=>781, +10263=>781,10264=>781,10265=>781,10266=>781,10267=>781,10268=>781,10269=>781,10270=>781,10271=>781,10272=>781, +10273=>781,10274=>781,10275=>781,10276=>781,10277=>781,10278=>781,10279=>781,10280=>781,10281=>781,10282=>781, +10283=>781,10284=>781,10285=>781,10286=>781,10287=>781,10288=>781,10289=>781,10290=>781,10291=>781,10292=>781, +10293=>781,10294=>781,10295=>781,10296=>781,10297=>781,10298=>781,10299=>781,10300=>781,10301=>781,10302=>781, +10303=>781,10304=>781,10305=>781,10306=>781,10307=>781,10308=>781,10309=>781,10310=>781,10311=>781,10312=>781, +10313=>781,10314=>781,10315=>781,10316=>781,10317=>781,10318=>781,10319=>781,10320=>781,10321=>781,10322=>781, +10323=>781,10324=>781,10325=>781,10326=>781,10327=>781,10328=>781,10329=>781,10330=>781,10331=>781,10332=>781, +10333=>781,10334=>781,10335=>781,10336=>781,10337=>781,10338=>781,10339=>781,10340=>781,10341=>781,10342=>781, +10343=>781,10344=>781,10345=>781,10346=>781,10347=>781,10348=>781,10349=>781,10350=>781,10351=>781,10352=>781, +10353=>781,10354=>781,10355=>781,10356=>781,10357=>781,10358=>781,10359=>781,10360=>781,10361=>781,10362=>781, +10363=>781,10364=>781,10365=>781,10366=>781,10367=>781,10368=>781,10369=>781,10370=>781,10371=>781,10372=>781, +10373=>781,10374=>781,10375=>781,10376=>781,10377=>781,10378=>781,10379=>781,10380=>781,10381=>781,10382=>781, +10383=>781,10384=>781,10385=>781,10386=>781,10387=>781,10388=>781,10389=>781,10390=>781,10391=>781,10392=>781, +10393=>781,10394=>781,10395=>781,10396=>781,10397=>781,10398=>781,10399=>781,10400=>781,10401=>781,10402=>781, +10403=>781,10404=>781,10405=>781,10406=>781,10407=>781,10408=>781,10409=>781,10410=>781,10411=>781,10412=>781, +10413=>781,10414=>781,10415=>781,10416=>781,10417=>781,10418=>781,10419=>781,10420=>781,10421=>781,10422=>781, +10423=>781,10424=>781,10425=>781,10426=>781,10427=>781,10428=>781,10429=>781,10430=>781,10431=>781,10432=>781, +10433=>781,10434=>781,10435=>781,10436=>781,10437=>781,10438=>781,10439=>781,10440=>781,10441=>781,10442=>781, +10443=>781,10444=>781,10445=>781,10446=>781,10447=>781,10448=>781,10449=>781,10450=>781,10451=>781,10452=>781, +10453=>781,10454=>781,10455=>781,10456=>781,10457=>781,10458=>781,10459=>781,10460=>781,10461=>781,10462=>781, +10463=>781,10464=>781,10465=>781,10466=>781,10467=>781,10468=>781,10469=>781,10470=>781,10471=>781,10472=>781, +10473=>781,10474=>781,10475=>781,10476=>781,10477=>781,10478=>781,10479=>781,10480=>781,10481=>781,10482=>781, +10483=>781,10484=>781,10485=>781,10486=>781,10487=>781,10488=>781,10489=>781,10490=>781,10491=>781,10492=>781, +10493=>781,10494=>781,10495=>781,10496=>838,10497=>838,10498=>838,10499=>838,10500=>838,10501=>838,10502=>838, +10503=>838,10504=>838,10505=>838,10506=>838,10507=>838,10508=>838,10509=>838,10510=>838,10511=>838,10512=>838, +10513=>838,10514=>838,10515=>838,10516=>838,10517=>838,10518=>838,10519=>838,10520=>838,10521=>838,10522=>838, +10523=>838,10524=>838,10525=>838,10526=>838,10527=>838,10528=>838,10529=>838,10530=>838,10531=>838,10532=>838, +10533=>838,10534=>838,10535=>838,10536=>838,10537=>838,10538=>838,10539=>838,10540=>838,10541=>838,10542=>838, +10543=>838,10544=>838,10545=>838,10546=>838,10547=>838,10548=>838,10549=>838,10550=>838,10551=>838,10552=>838, +10553=>838,10554=>838,10555=>838,10556=>838,10557=>838,10558=>838,10559=>838,10560=>838,10561=>838,10562=>838, +10563=>838,10564=>838,10565=>838,10566=>838,10567=>838,10568=>838,10569=>838,10570=>838,10571=>838,10572=>838, +10573=>838,10574=>838,10575=>838,10576=>838,10577=>838,10578=>838,10579=>838,10580=>838,10581=>838,10582=>838, +10583=>838,10584=>838,10585=>838,10586=>838,10587=>838,10588=>838,10589=>838,10590=>838,10591=>838,10592=>838, +10593=>838,10594=>838,10595=>838,10596=>838,10597=>838,10598=>838,10599=>838,10600=>838,10601=>838,10602=>838, +10603=>838,10604=>838,10605=>838,10606=>838,10607=>838,10608=>838,10609=>838,10610=>838,10611=>838,10612=>838, +10613=>838,10614=>838,10615=>1032,10616=>838,10617=>838,10618=>960,10619=>838,10620=>838,10621=>838,10622=>838, +10623=>838,10731=>494,10764=>1782,10765=>610,10766=>610,10799=>838,11008=>838,11009=>838,11010=>838,11011=>838, +11012=>838,11013=>838,11014=>838,11015=>838,11016=>838,11017=>838,11018=>838,11019=>838,11020=>838,11021=>838, +11022=>838,11023=>838,11024=>838,11025=>838,11026=>945,11027=>945,11028=>945,11029=>945,11030=>769,11031=>769, +11032=>769,11033=>769,11034=>945,11364=>831,11367=>945,11368=>727,11369=>869,11370=>693,11371=>730,11372=>568, +11373=>848,11374=>1107,11375=>776,11376=>848,11377=>709,11378=>1221,11379=>984,11381=>779,11382=>601,11383=>905, +11385=>571,11386=>667,11388=>313,11389=>489,11390=>722,11391=>730,11520=>773,11521=>635,11522=>804,11523=>658, +11524=>788,11525=>962,11526=>756,11527=>960,11528=>617,11529=>646,11530=>962,11531=>631,11532=>646,11533=>962, +11534=>846,11535=>866,11536=>961,11537=>645,11538=>645,11539=>959,11540=>945,11541=>863,11542=>644,11543=>646, +11544=>645,11545=>649,11546=>688,11547=>936,11548=>982,11549=>681,11550=>676,11551=>852,11552=>1113,11553=>632, +11554=>645,11555=>646,11556=>749,11557=>914,11800=>586,11810=>473,11811=>473,11812=>473,11813=>473,11822=>586, +42564=>722,42565=>563,42566=>468,42567=>380,42576=>1333,42577=>1092,42580=>1287,42581=>1025,42582=>1287,42583=>1039, +42760=>500,42761=>500,42762=>500,42763=>500,42764=>500,42765=>500,42766=>500,42767=>500,42768=>500,42769=>500, +42770=>500,42771=>500,42772=>500,42773=>500,42774=>500,42779=>384,42780=>384,42781=>276,42782=>276,42783=>276, +42813=>848,42891=>439,42892=>306,42893=>913,62464=>705,62465=>716,62466=>765,62467=>999,62468=>716,62469=>710, +62470=>776,62471=>1038,62472=>716,62473=>716,62474=>1309,62475=>734,62476=>733,62477=>1004,62478=>716,62479=>733, +62480=>1050,62481=>797,62482=>850,62483=>799,62484=>996,62485=>732,62486=>987,62487=>731,62488=>739,62489=>733, +62490=>780,62491=>733,62492=>739,62493=>717,62494=>780,62495=>936,62496=>716,62497=>826,62498=>717,62499=>716, +62500=>716,62501=>773,62502=>1013,62504=>904,63173=>667,63185=>500,63188=>500,64256=>821,64257=>727,64258=>727, +64259=>1120,64260=>1117,64261=>871,64262=>971,65024=>0,65025=>0,65026=>0,65027=>0,65028=>0,65029=>0, +65030=>0,65031=>0,65032=>0,65033=>0,65034=>0,65035=>0,65036=>0,65037=>0,65038=>0,65039=>0, +65529=>0,65530=>0,65531=>0,65532=>0,65533=>1113); +$enc=''; +$diff=''; +$file='dejavuserifb.z'; +$ctg='dejavuserifb.ctg.z'; +$originalsize=315052; +// --- EOF --- \ No newline at end of file diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.z b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.z new file mode 100644 index 000000000..e143c0265 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.z differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helvetica.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helvetica.php new file mode 100644 index 000000000..c5eba6d68 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helvetica.php @@ -0,0 +1,33 @@ +278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278, +10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278, +20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278, +30=>278,31=>278,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191, +40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556, +50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278, +60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667, +70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778, +80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667, +90=>611,91=>278,92=>278,93=>278,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500, +100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222, +109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556, +118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584, +127=>350,128=>556,129=>350,130=>222,131=>556,132=>333,133=>1000,134=>556,135=>556, +136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350, +145=>222,146=>222,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000, +154=>500,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556, +163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>556, +172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333, +181=>556,182=>537,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834, +190=>834,191=>611,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000, +199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278, +208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778, +217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556, +226=>556,227=>556,228=>556,229=>556,230=>889,231=>500,232=>556,233=>556,234=>556, +235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556, +244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556, +253=>500,254=>556,255=>500); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticab.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticab.php new file mode 100644 index 000000000..8635a7274 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticab.php @@ -0,0 +1,33 @@ +278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278, +10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278, +20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278, +30=>278,31=>278,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238, +40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556, +50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333, +60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667, +70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778, +80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667, +90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556, +100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278, +109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611, +118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584, +127=>350,128=>556,129=>350,130=>278,131=>556,132=>500,133=>1000,134=>556,135=>556, +136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350, +145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000, +154=>556,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556, +163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556, +172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333, +181=>611,182=>556,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834, +190=>834,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000, +199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278, +208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778, +217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556, +226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556, +235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611, +244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611, +253=>556,254=>611,255=>556); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticabi.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticabi.php new file mode 100644 index 000000000..8635a7274 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticabi.php @@ -0,0 +1,33 @@ +278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278, +10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278, +20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278, +30=>278,31=>278,32=>278,33=>333,34=>474,35=>556,36=>556,37=>889,38=>722,39=>238, +40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556, +50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>333,59=>333, +60=>584,61=>584,62=>584,63=>611,64=>975,65=>722,66=>722,67=>722,68=>722,69=>667, +70=>611,71=>778,72=>722,73=>278,74=>556,75=>722,76=>611,77=>833,78=>722,79=>778, +80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667, +90=>611,91=>333,92=>278,93=>333,94=>584,95=>556,96=>333,97=>556,98=>611,99=>556, +100=>611,101=>556,102=>333,103=>611,104=>611,105=>278,106=>278,107=>556,108=>278, +109=>889,110=>611,111=>611,112=>611,113=>611,114=>389,115=>556,116=>333,117=>611, +118=>556,119=>778,120=>556,121=>556,122=>500,123=>389,124=>280,125=>389,126=>584, +127=>350,128=>556,129=>350,130=>278,131=>556,132=>500,133=>1000,134=>556,135=>556, +136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350, +145=>278,146=>278,147=>500,148=>500,149=>350,150=>556,151=>1000,152=>333,153=>1000, +154=>556,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556, +163=>556,164=>556,165=>556,166=>280,167=>556,168=>333,169=>737,170=>370,171=>556, +172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333, +181=>611,182=>556,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834, +190=>834,191=>611,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000, +199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278, +208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778, +217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556, +226=>556,227=>556,228=>556,229=>556,230=>889,231=>556,232=>556,233=>556,234=>556, +235=>556,236=>278,237=>278,238=>278,239=>278,240=>611,241=>611,242=>611,243=>611, +244=>611,245=>611,246=>611,247=>584,248=>611,249=>611,250=>611,251=>611,252=>611, +253=>556,254=>611,255=>556); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticai.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticai.php new file mode 100644 index 000000000..c5eba6d68 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/helveticai.php @@ -0,0 +1,33 @@ +278,1=>278,2=>278,3=>278,4=>278,5=>278,6=>278,7=>278,8=>278,9=>278, +10=>278,11=>278,12=>278,13=>278,14=>278,15=>278,16=>278,17=>278,18=>278,19=>278, +20=>278,21=>278,22=>278,23=>278,24=>278,25=>278,26=>278,27=>278,28=>278,29=>278, +30=>278,31=>278,32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191, +40=>333,41=>333,42=>389,43=>584,44=>278,45=>333,46=>278,47=>278,48=>556,49=>556, +50=>556,51=>556,52=>556,53=>556,54=>556,55=>556,56=>556,57=>556,58=>278,59=>278, +60=>584,61=>584,62=>584,63=>556,64=>1015,65=>667,66=>667,67=>722,68=>722,69=>667, +70=>611,71=>778,72=>722,73=>278,74=>500,75=>667,76=>556,77=>833,78=>722,79=>778, +80=>667,81=>778,82=>722,83=>667,84=>611,85=>722,86=>667,87=>944,88=>667,89=>667, +90=>611,91=>278,92=>278,93=>278,94=>469,95=>556,96=>333,97=>556,98=>556,99=>500, +100=>556,101=>556,102=>278,103=>556,104=>556,105=>222,106=>222,107=>500,108=>222, +109=>833,110=>556,111=>556,112=>556,113=>556,114=>333,115=>500,116=>278,117=>556, +118=>500,119=>722,120=>500,121=>500,122=>500,123=>334,124=>260,125=>334,126=>584, +127=>350,128=>556,129=>350,130=>222,131=>556,132=>333,133=>1000,134=>556,135=>556, +136=>333,137=>1000,138=>667,139=>333,140=>1000,141=>350,142=>611,143=>350,144=>350, +145=>222,146=>222,147=>333,148=>333,149=>350,150=>556,151=>1000,152=>333,153=>1000, +154=>500,155=>333,156=>944,157=>350,158=>500,159=>667,160=>278,161=>333,162=>556, +163=>556,164=>556,165=>556,166=>260,167=>556,168=>333,169=>737,170=>370,171=>556, +172=>584,173=>333,174=>737,175=>333,176=>400,177=>584,178=>333,179=>333,180=>333, +181=>556,182=>537,183=>278,184=>333,185=>333,186=>365,187=>556,188=>834,189=>834, +190=>834,191=>611,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>1000, +199=>722,200=>667,201=>667,202=>667,203=>667,204=>278,205=>278,206=>278,207=>278, +208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>584,216=>778, +217=>722,218=>722,219=>722,220=>722,221=>667,222=>667,223=>611,224=>556,225=>556, +226=>556,227=>556,228=>556,229=>556,230=>889,231=>500,232=>556,233=>556,234=>556, +235=>556,236=>278,237=>278,238=>278,239=>278,240=>556,241=>556,242=>556,243=>556, +244=>556,245=>556,246=>556,247=>584,248=>611,249=>556,250=>556,251=>556,252=>556, +253=>500,254=>556,255=>500); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/symbol.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/symbol.php new file mode 100644 index 000000000..e315f5365 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/symbol.php @@ -0,0 +1,32 @@ +250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250, +10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250, +20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250, +30=>250,31=>250,32=>250,33=>333,34=>713,35=>500,36=>549,37=>833,38=>778,39=>439, +40=>333,41=>333,42=>500,43=>549,44=>250,45=>549,46=>250,47=>278,48=>500,49=>500, +50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278, +60=>549,61=>549,62=>549,63=>444,64=>549,65=>722,66=>667,67=>722,68=>612,69=>611, +70=>763,71=>603,72=>722,73=>333,74=>631,75=>722,76=>686,77=>889,78=>722,79=>722, +80=>768,81=>741,82=>556,83=>592,84=>611,85=>690,86=>439,87=>768,88=>645,89=>795, +90=>611,91=>333,92=>863,93=>333,94=>658,95=>500,96=>500,97=>631,98=>549,99=>549, +100=>494,101=>439,102=>521,103=>411,104=>603,105=>329,106=>603,107=>549,108=>549, +109=>576,110=>521,111=>549,112=>549,113=>521,114=>549,115=>603,116=>439,117=>576, +118=>713,119=>686,120=>493,121=>686,122=>494,123=>480,124=>200,125=>480,126=>549, +127=>0,128=>0,129=>0,130=>0,131=>0,132=>0,133=>0,134=>0,135=>0,136=>0,137=>0, +138=>0,139=>0,140=>0,141=>0,142=>0,143=>0,144=>0,145=>0,146=>0,147=>0,148=>0, +149=>0,150=>0,151=>0,152=>0,153=>0,154=>0,155=>0,156=>0,157=>0,158=>0,159=>0, +160=>750,161=>620,162=>247,163=>549,164=>167,165=>713,166=>500,167=>753,168=>753, +169=>753,170=>753,171=>1042,172=>987,173=>603,174=>987,175=>603,176=>400,177=>549, +178=>411,179=>549,180=>549,181=>713,182=>494,183=>460,184=>549,185=>549,186=>549, +187=>549,188=>1000,189=>603,190=>1000,191=>658,192=>823,193=>686,194=>795,195=>987, +196=>768,197=>768,198=>823,199=>768,200=>768,201=>713,202=>713,203=>713,204=>713, +205=>713,206=>713,207=>713,208=>768,209=>713,210=>790,211=>790,212=>890,213=>823, +214=>549,215=>250,216=>713,217=>603,218=>603,219=>1042,220=>987,221=>603,222=>987, +223=>603,224=>494,225=>329,226=>790,227=>790,228=>786,229=>713,230=>384,231=>384, +232=>384,233=>384,234=>384,235=>384,236=>494,237=>494,238=>494,239=>494,240=>0, +241=>329,242=>274,243=>686,244=>686,245=>686,246=>384,247=>384,248=>384,249=>384, +250=>384,251=>384,252=>494,253=>494,254=>494,255=>0); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/times.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/times.php new file mode 100644 index 000000000..991438616 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/times.php @@ -0,0 +1,33 @@ +250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250, +10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250, +20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250, +30=>250,31=>250,32=>250,33=>333,34=>408,35=>500,36=>500,37=>833,38=>778,39=>180, +40=>333,41=>333,42=>500,43=>564,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500, +50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>278,59=>278, +60=>564,61=>564,62=>564,63=>444,64=>921,65=>722,66=>667,67=>667,68=>722,69=>611, +70=>556,71=>722,72=>722,73=>333,74=>389,75=>722,76=>611,77=>889,78=>722,79=>722, +80=>556,81=>722,82=>667,83=>556,84=>611,85=>722,86=>722,87=>944,88=>722,89=>722, +90=>611,91=>333,92=>278,93=>333,94=>469,95=>500,96=>333,97=>444,98=>500,99=>444, +100=>500,101=>444,102=>333,103=>500,104=>500,105=>278,106=>278,107=>500,108=>278, +109=>778,110=>500,111=>500,112=>500,113=>500,114=>333,115=>389,116=>278,117=>500, +118=>500,119=>722,120=>500,121=>500,122=>444,123=>480,124=>200,125=>480,126=>541, +127=>350,128=>500,129=>350,130=>333,131=>500,132=>444,133=>1000,134=>500,135=>500, +136=>333,137=>1000,138=>556,139=>333,140=>889,141=>350,142=>611,143=>350,144=>350, +145=>333,146=>333,147=>444,148=>444,149=>350,150=>500,151=>1000,152=>333,153=>980, +154=>389,155=>333,156=>722,157=>350,158=>444,159=>722,160=>250,161=>333,162=>500, +163=>500,164=>500,165=>500,166=>200,167=>500,168=>333,169=>760,170=>276,171=>500, +172=>564,173=>333,174=>760,175=>333,176=>400,177=>564,178=>300,179=>300,180=>333, +181=>500,182=>453,183=>250,184=>333,185=>300,186=>310,187=>500,188=>750,189=>750, +190=>750,191=>444,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>889, +199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333, +208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>564,216=>722, +217=>722,218=>722,219=>722,220=>722,221=>722,222=>556,223=>500,224=>444,225=>444, +226=>444,227=>444,228=>444,229=>444,230=>667,231=>444,232=>444,233=>444,234=>444, +235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500, +244=>500,245=>500,246=>500,247=>564,248=>500,249=>500,250=>500,251=>500,252=>500, +253=>500,254=>500,255=>500); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesb.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesb.php new file mode 100644 index 000000000..b6625be57 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesb.php @@ -0,0 +1,33 @@ +250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250, +10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250, +20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250, +30=>250,31=>250,32=>250,33=>333,34=>555,35=>500,36=>500,37=>1000,38=>833,39=>278, +40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500, +50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333, +60=>570,61=>570,62=>570,63=>500,64=>930,65=>722,66=>667,67=>722,68=>722,69=>667, +70=>611,71=>778,72=>778,73=>389,74=>500,75=>778,76=>667,77=>944,78=>722,79=>778, +80=>611,81=>778,82=>722,83=>556,84=>667,85=>722,86=>722,87=>1000,88=>722,89=>722, +90=>667,91=>333,92=>278,93=>333,94=>581,95=>500,96=>333,97=>500,98=>556,99=>444, +100=>556,101=>444,102=>333,103=>500,104=>556,105=>278,106=>333,107=>556,108=>278, +109=>833,110=>556,111=>500,112=>556,113=>556,114=>444,115=>389,116=>333,117=>556, +118=>500,119=>722,120=>500,121=>500,122=>444,123=>394,124=>220,125=>394,126=>520, +127=>350,128=>500,129=>350,130=>333,131=>500,132=>500,133=>1000,134=>500,135=>500, +136=>333,137=>1000,138=>556,139=>333,140=>1000,141=>350,142=>667,143=>350,144=>350, +145=>333,146=>333,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1000, +154=>389,155=>333,156=>722,157=>350,158=>444,159=>722,160=>250,161=>333,162=>500, +163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>300,171=>500, +172=>570,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333, +181=>556,182=>540,183=>250,184=>333,185=>300,186=>330,187=>500,188=>750,189=>750, +190=>750,191=>500,192=>722,193=>722,194=>722,195=>722,196=>722,197=>722,198=>1000, +199=>722,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389, +208=>722,209=>722,210=>778,211=>778,212=>778,213=>778,214=>778,215=>570,216=>778, +217=>722,218=>722,219=>722,220=>722,221=>722,222=>611,223=>556,224=>500,225=>500, +226=>500,227=>500,228=>500,229=>500,230=>722,231=>444,232=>444,233=>444,234=>444, +235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500, +244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556, +253=>500,254=>556,255=>500); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesbi.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesbi.php new file mode 100644 index 000000000..ff18a4b8f --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesbi.php @@ -0,0 +1,33 @@ +250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250, +10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250, +20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250, +30=>250,31=>250,32=>250,33=>389,34=>555,35=>500,36=>500,37=>833,38=>778,39=>278, +40=>333,41=>333,42=>500,43=>570,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500, +50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333, +60=>570,61=>570,62=>570,63=>500,64=>832,65=>667,66=>667,67=>667,68=>722,69=>667, +70=>667,71=>722,72=>778,73=>389,74=>500,75=>667,76=>611,77=>889,78=>722,79=>722, +80=>611,81=>722,82=>667,83=>556,84=>611,85=>722,86=>667,87=>889,88=>667,89=>611, +90=>611,91=>333,92=>278,93=>333,94=>570,95=>500,96=>333,97=>500,98=>500,99=>444, +100=>500,101=>444,102=>333,103=>500,104=>556,105=>278,106=>278,107=>500,108=>278, +109=>778,110=>556,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>556, +118=>444,119=>667,120=>500,121=>444,122=>389,123=>348,124=>220,125=>348,126=>570, +127=>350,128=>500,129=>350,130=>333,131=>500,132=>500,133=>1000,134=>500,135=>500, +136=>333,137=>1000,138=>556,139=>333,140=>944,141=>350,142=>611,143=>350,144=>350, +145=>333,146=>333,147=>500,148=>500,149=>350,150=>500,151=>1000,152=>333,153=>1000, +154=>389,155=>333,156=>722,157=>350,158=>389,159=>611,160=>250,161=>389,162=>500, +163=>500,164=>500,165=>500,166=>220,167=>500,168=>333,169=>747,170=>266,171=>500, +172=>606,173=>333,174=>747,175=>333,176=>400,177=>570,178=>300,179=>300,180=>333, +181=>576,182=>500,183=>250,184=>333,185=>300,186=>300,187=>500,188=>750,189=>750, +190=>750,191=>500,192=>667,193=>667,194=>667,195=>667,196=>667,197=>667,198=>944, +199=>667,200=>667,201=>667,202=>667,203=>667,204=>389,205=>389,206=>389,207=>389, +208=>722,209=>722,210=>722,211=>722,212=>722,213=>722,214=>722,215=>570,216=>722, +217=>722,218=>722,219=>722,220=>722,221=>611,222=>611,223=>500,224=>500,225=>500, +226=>500,227=>500,228=>500,229=>500,230=>722,231=>444,232=>444,233=>444,234=>444, +235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>556,242=>500,243=>500, +244=>500,245=>500,246=>500,247=>570,248=>500,249=>556,250=>556,251=>556,252=>556, +253=>444,254=>500,255=>444); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesi.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesi.php new file mode 100644 index 000000000..c86d3ab6a --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/timesi.php @@ -0,0 +1,33 @@ +250,1=>250,2=>250,3=>250,4=>250,5=>250,6=>250,7=>250,8=>250,9=>250, +10=>250,11=>250,12=>250,13=>250,14=>250,15=>250,16=>250,17=>250,18=>250,19=>250, +20=>250,21=>250,22=>250,23=>250,24=>250,25=>250,26=>250,27=>250,28=>250,29=>250, +30=>250,31=>250,32=>250,33=>333,34=>420,35=>500,36=>500,37=>833,38=>778,39=>214, +40=>333,41=>333,42=>500,43=>675,44=>250,45=>333,46=>250,47=>278,48=>500,49=>500, +50=>500,51=>500,52=>500,53=>500,54=>500,55=>500,56=>500,57=>500,58=>333,59=>333, +60=>675,61=>675,62=>675,63=>500,64=>920,65=>611,66=>611,67=>667,68=>722,69=>611, +70=>611,71=>722,72=>722,73=>333,74=>444,75=>667,76=>556,77=>833,78=>667,79=>722, +80=>611,81=>722,82=>611,83=>500,84=>556,85=>722,86=>611,87=>833,88=>611,89=>556, +90=>556,91=>389,92=>278,93=>389,94=>422,95=>500,96=>333,97=>500,98=>500,99=>444, +100=>500,101=>444,102=>278,103=>500,104=>500,105=>278,106=>278,107=>444,108=>278, +109=>722,110=>500,111=>500,112=>500,113=>500,114=>389,115=>389,116=>278,117=>500, +118=>444,119=>667,120=>444,121=>444,122=>389,123=>400,124=>275,125=>400,126=>541, +127=>350,128=>500,129=>350,130=>333,131=>500,132=>556,133=>889,134=>500,135=>500, +136=>333,137=>1000,138=>500,139=>333,140=>944,141=>350,142=>556,143=>350,144=>350, +145=>333,146=>333,147=>556,148=>556,149=>350,150=>500,151=>889,152=>333,153=>980, +154=>389,155=>333,156=>667,157=>350,158=>389,159=>556,160=>250,161=>389,162=>500, +163=>500,164=>500,165=>500,166=>275,167=>500,168=>333,169=>760,170=>276,171=>500, +172=>675,173=>333,174=>760,175=>333,176=>400,177=>675,178=>300,179=>300,180=>333, +181=>500,182=>523,183=>250,184=>333,185=>300,186=>310,187=>500,188=>750,189=>750, +190=>750,191=>500,192=>611,193=>611,194=>611,195=>611,196=>611,197=>611,198=>889, +199=>667,200=>611,201=>611,202=>611,203=>611,204=>333,205=>333,206=>333,207=>333, +208=>722,209=>667,210=>722,211=>722,212=>722,213=>722,214=>722,215=>675,216=>722, +217=>722,218=>722,219=>722,220=>722,221=>556,222=>611,223=>500,224=>500,225=>500, +226=>500,227=>500,228=>500,229=>500,230=>667,231=>444,232=>444,233=>444,234=>444, +235=>444,236=>278,237=>278,238=>278,239=>278,240=>500,241=>500,242=>500,243=>500, +244=>500,245=>500,246=>500,247=>675,248=>500,249=>500,250=>500,251=>500,252=>500, +253=>444,254=>500,255=>444); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/fonts/zapfdingbats.php b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/zapfdingbats.php new file mode 100644 index 000000000..99eda4d6b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/fonts/zapfdingbats.php @@ -0,0 +1,32 @@ +0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,7=>0,8=>0,9=>0,10=>0,11=>0,12=>0, +13=>0,14=>0,15=>0,16=>0,17=>0,18=>0,19=>0,20=>0,21=>0,22=>0,23=>0,24=>0,25=>0, +26=>0,27=>0,28=>0,29=>0,30=>0,31=>0,32=>278,33=>974,34=>961,35=>974,36=>980, +37=>719,38=>789,39=>790,40=>791,41=>690,42=>960,43=>939,44=>549,45=>855,46=>911, +47=>933,48=>911,49=>945,50=>974,51=>755,52=>846,53=>762,54=>761,55=>571,56=>677, +57=>763,58=>760,59=>759,60=>754,61=>494,62=>552,63=>537,64=>577,65=>692,66=>786, +67=>788,68=>788,69=>790,70=>793,71=>794,72=>816,73=>823,74=>789,75=>841,76=>823, +77=>833,78=>816,79=>831,80=>923,81=>744,82=>723,83=>749,84=>790,85=>792,86=>695, +87=>776,88=>768,89=>792,90=>759,91=>707,92=>708,93=>682,94=>701,95=>826,96=>815, +97=>789,98=>789,99=>707,100=>687,101=>696,102=>689,103=>786,104=>787,105=>713, +106=>791,107=>785,108=>791,109=>873,110=>761,111=>762,112=>762,113=>759,114=>759, +115=>892,116=>892,117=>788,118=>784,119=>438,120=>138,121=>277,122=>415,123=>392, +124=>392,125=>668,126=>668,127=>0,128=>390,129=>390,130=>317,131=>317,132=>276, +133=>276,134=>509,135=>509,136=>410,137=>410,138=>234,139=>234,140=>334,141=>334, +142=>0,143=>0,144=>0,145=>0,146=>0,147=>0,148=>0,149=>0,150=>0,151=>0,152=>0, +153=>0,154=>0,155=>0,156=>0,157=>0,158=>0,159=>0,160=>0,161=>732,162=>544,163=>544, +164=>910,165=>667,166=>760,167=>760,168=>776,169=>595,170=>694,171=>626,172=>788, +173=>788,174=>788,175=>788,176=>788,177=>788,178=>788,179=>788,180=>788,181=>788, +182=>788,183=>788,184=>788,185=>788,186=>788,187=>788,188=>788,189=>788,190=>788, +191=>788,192=>788,193=>788,194=>788,195=>788,196=>788,197=>788,198=>788,199=>788, +200=>788,201=>788,202=>788,203=>788,204=>788,205=>788,206=>788,207=>788,208=>788, +209=>788,210=>788,211=>788,212=>894,213=>838,214=>1016,215=>458,216=>748,217=>924, +218=>748,219=>918,220=>927,221=>928,222=>928,223=>834,224=>873,225=>828,226=>924, +227=>924,228=>917,229=>930,230=>931,231=>463,232=>883,233=>836,234=>836,235=>867, +236=>867,237=>696,238=>696,239=>874,240=>0,241=>874,242=>760,243=>946,244=>771, +245=>865,246=>771,247=>888,248=>967,249=>888,250=>831,251=>873,252=>927,253=>970, +254=>918,255=>0); +// --- EOF --- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/htmlcolors.php b/htdocs/phpMyAdmin/libraries/tcpdf/htmlcolors.php new file mode 100644 index 000000000..d1075dd47 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/htmlcolors.php @@ -0,0 +1,199 @@ +. +// +// See LICENSE.TXT file for more information. +// ------------------------------------------------------------------- +// +// Description : Array of WEB safe colors +// +//============================================================+ + +/** + * @file + * Array of WEB safe colors + * @author Nicola Asuni + * @package com.tecnick.tcpdf + * @since 2.9.000 (2008-03-26) + */ + +/** + * Array of WEB safe colors + */ +$webcolor = array ( +'aliceblue' => 'f0f8ff', +'antiquewhite' => 'faebd7', +'aqua' => '00ffff', +'aquamarine' => '7fffd4', +'azure' => 'f0ffff', +'beige' => 'f5f5dc', +'bisque' => 'ffe4c4', +'black' => '000000', +'blanchedalmond' => 'ffebcd', +'blue' => '0000ff', +'blueviolet' => '8a2be2', +'brown' => 'a52a2a', +'burlywood' => 'deb887', +'cadetblue' => '5f9ea0', +'chartreuse' => '7fff00', +'chocolate' => 'd2691e', +'coral' => 'ff7f50', +'cornflowerblue' => '6495ed', +'cornsilk' => 'fff8dc', +'crimson' => 'dc143c', +'cyan' => '00ffff', +'darkblue' => '00008b', +'darkcyan' => '008b8b', +'darkgoldenrod' => 'b8860b', +'dkgray' => 'a9a9a9', +'darkgray' => 'a9a9a9', +'darkgrey' => 'a9a9a9', +'darkgreen' => '006400', +'darkkhaki' => 'bdb76b', +'darkmagenta' => '8b008b', +'darkolivegreen' => '556b2f', +'darkorange' => 'ff8c00', +'darkorchid' => '9932cc', +'darkred' => '8b0000', +'darksalmon' => 'e9967a', +'darkseagreen' => '8fbc8f', +'darkslateblue' => '483d8b', +'darkslategray' => '2f4f4f', +'darkslategrey' => '2f4f4f', +'darkturquoise' => '00ced1', +'darkviolet' => '9400d3', +'deeppink' => 'ff1493', +'deepskyblue' => '00bfff', +'dimgray' => '696969', +'dimgrey' => '696969', +'dodgerblue' => '1e90ff', +'firebrick' => 'b22222', +'floralwhite' => 'fffaf0', +'forestgreen' => '228b22', +'fuchsia' => 'ff00ff', +'gainsboro' => 'dcdcdc', +'ghostwhite' => 'f8f8ff', +'gold' => 'ffd700', +'goldenrod' => 'daa520', +'gray' => '808080', +'grey' => '808080', +'green' => '008000', +'greenyellow' => 'adff2f', +'honeydew' => 'f0fff0', +'hotpink' => 'ff69b4', +'indianred' => 'cd5c5c', +'indigo' => '4b0082', +'ivory' => 'fffff0', +'khaki' => 'f0e68c', +'lavender' => 'e6e6fa', +'lavenderblush' => 'fff0f5', +'lawngreen' => '7cfc00', +'lemonchiffon' => 'fffacd', +'lightblue' => 'add8e6', +'lightcoral' => 'f08080', +'lightcyan' => 'e0ffff', +'lightgoldenrodyellow' => 'fafad2', +'ltgray' => 'd3d3d3', +'lightgray' => 'd3d3d3', +'lightgrey' => 'd3d3d3', +'lightgreen' => '90ee90', +'lightpink' => 'ffb6c1', +'lightsalmon' => 'ffa07a', +'lightseagreen' => '20b2aa', +'lightskyblue' => '87cefa', +'lightslategray' => '778899', +'lightslategrey' => '778899', +'lightsteelblue' => 'b0c4de', +'lightyellow' => 'ffffe0', +'lime' => '00ff00', +'limegreen' => '32cd32', +'linen' => 'faf0e6', +'magenta' => 'ff00ff', +'maroon' => '800000', +'mediumaquamarine' => '66cdaa', +'mediumblue' => '0000cd', +'mediumorchid' => 'ba55d3', +'mediumpurple' => '9370d8', +'mediumseagreen' => '3cb371', +'mediumslateblue' => '7b68ee', +'mediumspringgreen' => '00fa9a', +'mediumturquoise' => '48d1cc', +'mediumvioletred' => 'c71585', +'midnightblue' => '191970', +'mintcream' => 'f5fffa', +'mistyrose' => 'ffe4e1', +'moccasin' => 'ffe4b5', +'navajowhite' => 'ffdead', +'navy' => '000080', +'oldlace' => 'fdf5e6', +'olive' => '808000', +'olivedrab' => '6b8e23', +'orange' => 'ffa500', +'orangered' => 'ff4500', +'orchid' => 'da70d6', +'palegoldenrod' => 'eee8aa', +'palegreen' => '98fb98', +'paleturquoise' => 'afeeee', +'palevioletred' => 'd87093', +'papayawhip' => 'ffefd5', +'peachpuff' => 'ffdab9', +'peru' => 'cd853f', +'pink' => 'ffc0cb', +'plum' => 'dda0dd', +'powderblue' => 'b0e0e6', +'purple' => '800080', +'red' => 'ff0000', +'rosybrown' => 'bc8f8f', +'royalblue' => '4169e1', +'saddlebrown' => '8b4513', +'salmon' => 'fa8072', +'sandybrown' => 'f4a460', +'seagreen' => '2e8b57', +'seashell' => 'fff5ee', +'sienna' => 'a0522d', +'silver' => 'c0c0c0', +'skyblue' => '87ceeb', +'slateblue' => '6a5acd', +'slategray' => '708090', +'slategrey' => '708090', +'snow' => 'fffafa', +'springgreen' => '00ff7f', +'steelblue' => '4682b4', +'tan' => 'd2b48c', +'teal' => '008080', +'thistle' => 'd8bfd8', +'tomato' => 'ff6347', +'turquoise' => '40e0d0', +'violet' => 'ee82ee', +'wheat' => 'f5deb3', +'white' => 'ffffff', +'whitesmoke' => 'f5f5f5', +'yellow' => 'ffff00', +'yellowgreen' => '9acd32' +); + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/spotcolors.php b/htdocs/phpMyAdmin/libraries/tcpdf/spotcolors.php new file mode 100644 index 000000000..c7e167112 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/spotcolors.php @@ -0,0 +1,57 @@ +. +// +// See LICENSE.TXT file for more information. +// ------------------------------------------------------------------- +// +// Description : Array of Spot Colors for TCPDF library +// +//============================================================+ + +/** + * @file + * Arrays of Spot Colors for TCPDF library + * @author Nicola Asuni + * @package com.tecnick.tcpdf + * @since 5.9.012 (2010-11-11) +*/ + +/** + * Array of Spot colors (C,M,Y,K,name) + * Color keys must be in lowercase and without spaces. + * Add here your spot colors ... + */ +$spotcolor = array ( + // these are just examples, add your own spot colors ... + 'pantone116c' => array(0, 20, 100, 0, 'Pantone 116 C'), + 'pantone288c' => array(100, 60, 10, 5, 'Pantone 288 C'), + 'hks16k' => array(30, 100, 90, 10, 'HKS 16 K'), + // ... +); + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.crt b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.crt new file mode 100644 index 000000000..f0491391c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.crt @@ -0,0 +1,40 @@ +Bag Attributes + localKeyID: 7B AB 1B 7A BE 4C 85 C0 1A A6 DC 59 3F 79 48 C3 93 38 68 9C +subject=/CN=TCPDF DEMO/O=TCPDF/OU=DEMO/emailAddress=you@example.com/C=IT +issuer=/CN=TCPDF DEMO/O=TCPDF/OU=DEMO/emailAddress=you@example.com/C=IT +-----BEGIN CERTIFICATE----- +MIIC1TCCAj6gAwIBAgIKkehOL/XGkB5cjjANBgkqhkiG9w0BAQUFADBhMRMwEQYD +VQQDEwpUQ1BERiBERU1PMQ4wDAYDVQQKEwVUQ1BERjENMAsGA1UECxMEREVNTzEe +MBwGCSqGSIb3DQEJARYPeW91QGV4YW1wbGUuY29tMQswCQYDVQQGEwJJVDAeFw0w +OTA4MjExMjU0NDhaFw0xNDA4MjExMjU0NDhaMGExEzARBgNVBAMTClRDUERGIERF +TU8xDjAMBgNVBAoTBVRDUERGMQ0wCwYDVQQLEwRERU1PMR4wHAYJKoZIhvcNAQkB +Fg95b3VAZXhhbXBsZS5jb20xCzAJBgNVBAYTAklUMIGfMA0GCSqGSIb3DQEBAQUA +A4GNADCBiQKBgQDAqIL0uGKmTR98Lxx2vEEE1OGKkMXFo0JViitALe7Onhxxqx0H +XMUDKF5mvEVu1rcvh7/oAnAfrCuEpL/up3u1mQCgBE7WXBnFFE/AE3jCksh9OkS0 +Z0Xj9woN5bzxRDsGoPiOu/4xzk5qSEXt8jf2Ep90QuNkqLIRT4swAzpDbwIDAQAB +o4GTMIGQMDcGA1UdEgQwMC6gEQYDVQQDDApUQ1BERiBERU1PoAwGA1UECgwFVENQ +REagCwYDVQQLDARERU1PMDcGA1UdEQQwMC6gEQYDVQQDDApUQ1BERiBERU1PoAwG +A1UECgwFVENQREagCwYDVQQLDARERU1PMA8GCSqGSIb3LwEBCgQCBQAwCwYDVR0P +BAQDAgSQMA0GCSqGSIb3DQEBBQUAA4GBAEhTQfqX3ZNdHmpTLDbIj22RHXii2roE +OavCbu9WsHoWpva0qSd+yIoD594VHvYAd29sfzDfiN+7W0aiZfDhq5jpaSQMVlN8 +RGYMupbHY/+a9Gz1wqxnR84mlTtIkZVRYAhsfPwy6M1BEjdMqfdh9h40JIdkdjtb +8faTCfXPePWQ +-----END CERTIFICATE----- +Bag Attributes + localKeyID: 7B AB 1B 7A BE 4C 85 C0 1A A6 DC 59 3F 79 48 C3 93 38 68 9C +Key Attributes: +-----BEGIN RSA PRIVATE KEY----- +MIICXQIBAAKBgQDAqIL0uGKmTR98Lxx2vEEE1OGKkMXFo0JViitALe7Onhxxqx0H +XMUDKF5mvEVu1rcvh7/oAnAfrCuEpL/up3u1mQCgBE7WXBnFFE/AE3jCksh9OkS0 +Z0Xj9woN5bzxRDsGoPiOu/4xzk5qSEXt8jf2Ep90QuNkqLIRT4swAzpDbwIDAQAB +AoGAXc+wNMmz/5Z+RlIKYia44klmqbplEx+0JULqXI4BQsrqvs67i+I4bJkznoL+ +rEIRYSuQ3sCRKFsFtckjTGpxadnxkB+uwGKc6pZChv99BFX6HFR4hgBlT/BBRAQA +hMDlM2JIRr4S4SMVXR7MHwGMUf9mUeanGLR3ZWtU3aXJrIECQQD7OaYUVYNEEnM9 +uXyjm22CuHyqyEf5gb13sK0uQty67547yJTMUQZd/sQc9KGwhzBbhrob2LO2jAhh +S+f+NSRnAkEAxFHm3fMI5RgXmswxlGm4QW07a/Ueo7ZJG6xjTkFXluJhd+XHswRD +dQIO3zG9nGjNUoeMrPhXhPvKqFc2F9RDuQJAQBEGin74N77gxqfr4ik79y8nE8J5 +oGZ2s/RJZdfFRKLg3mwbjjNHhWb4Ck5UgZkoOt8TzRApXG8/n9hktE5HFwJBALur +M5AueO1Pl5kB489lNJ9OxUQRYUXMxpxuscuoCQwSwmv0O2+0/qtG2WKhUQnI4aYo +L+FV0YwtivBb1jj3T/kCQQDIWOxq8eRowdaMzvJpRUHFgMcf1AVZExKyrugwYOWd +KNsDxC4KaQOsPt8iT/Ulo4g/MJC0HolCOhWibKmR9Ayl +-----END RSA PRIVATE KEY----- diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.fdf b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.fdf new file mode 100644 index 000000000..a8f7c35d9 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.fdf differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.p12 b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.p12 new file mode 100644 index 000000000..611f0dfb1 Binary files /dev/null and b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.p12 differ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.php b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.php new file mode 100644 index 000000000..ed94d8156 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/tcpdf.php @@ -0,0 +1,26136 @@ +. +// +// See LICENSE.TXT file for more information. +// ------------------------------------------------------------------- +// +// Description : This is a PHP class for generating PDF documents without +// requiring external extensions. +// +// NOTE: +// This class was originally derived in 2002 from the Public +// Domain FPDF class by Olivier Plathey (http://www.fpdf.org), +// but now is almost entirely rewritten and contains thousands of +// new lines of code and hundreds new features. +// +// Main features: +// * no external libraries are required for the basic functions; +// * all standard page formats, custom page formats, custom margins and units of measure; +// * UTF-8 Unicode and Right-To-Left languages; +// * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; +// * font subsetting; +// * methods to publish some XHTML + CSS code, Javascript and Forms; +// * images, graphic (geometric figures) and transformation methods; +// * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html) +// * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417; +// * Grayscale, RGB, CMYK, Spot Colors and Transparencies; +// * automatic page header and footer management; +// * document encryption up to 256 bit and digital signature certifications; +// * transactions to UNDO commands; +// * PDF annotations, including links, text and file attachments; +// * text rendering modes (fill, stroke and clipping); +// * multiple columns mode; +// * no-write page regions; +// * bookmarks and table of content; +// * text hyphenation; +// * text stretching and spacing (tracking/kerning); +// * automatic page break, line break and text alignments including justification; +// * automatic page numbering and page groups; +// * move and delete pages; +// * page compression (requires php-zlib extension); +// * XOBject Templates; +// +// ----------------------------------------------------------- +// THANKS TO: +// +// Olivier Plathey (http://www.fpdf.org) for original FPDF. +// Efthimios Mavrogeorgiadis (emavro@yahoo.com) for suggestions on RTL language support. +// Klemen Vodopivec (http://www.fpdf.de/downloads/addons/37/) for Encryption algorithm. +// Warren Sherliker (wsherliker@gmail.com) for better image handling. +// dullus for text Justification. +// Bob Vincent (pillarsdotnet@users.sourceforge.net) for
                    • value attribute. +// Patrick Benny for text stretch suggestion on Cell(). +// Johannes G�ntert for JavaScript support. +// Denis Van Nuffelen for Dynamic Form. +// Jacek Czekaj for multibyte justification +// Anthony Ferrara for the reintroduction of legacy image methods. +// Sourceforge user 1707880 (hucste) for line-trough mode. +// Larry Stanbery for page groups. +// Martin Hall-May for transparency. +// Aaron C. Spike for Polycurve method. +// Mohamad Ali Golkar, Saleh AlMatrafe, Charles Abbott for Arabic and Persian support. +// Moritz Wagner and Andreas Wurmser for graphic functions. +// Andrew Whitehead for core fonts support. +// Esteban Jo�l Mar�n for OpenType font conversion. +// Teus Hagen for several suggestions and fixes. +// Yukihiro Nakadaira for CID-0 CJK fonts fixes. +// Kosmas Papachristos for some CSS improvements. +// Marcel Partap for some fixes. +// Won Kyu Park for several suggestions, fixes and patches. +// Dominik Dzienia for QR-code support. +// Laurent Minguet for some suggestions. +// Christian Deligant for some suggestions and fixes. +// Anyone that has reported a bug or sent a suggestion. +//============================================================+ + +/** + * @file + * This is a PHP class for generating PDF documents without requiring external extensions.
                      + * TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
                      + *

                      TCPDF main features are:

                      + *
                        + *
                      • no external libraries are required for the basic functions;
                      • + *
                      • all standard page formats, custom page formats, custom margins and units of measure;
                      • + *
                      • UTF-8 Unicode and Right-To-Left languages;
                      • + *
                      • TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
                      • + *
                      • font subsetting;
                      • + *
                      • methods to publish some XHTML + CSS code, Javascript and Forms;
                      • + *
                      • images, graphic (geometric figures) and transformation methods; + *
                      • supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http://www.imagemagick.org/www/formats.html)
                      • + *
                      • 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, QR-Code, PDF417;
                      • + *
                      • Grayscale, RGB, CMYK, Spot Colors and Transparencies;
                      • + *
                      • automatic page header and footer management;
                      • + *
                      • document encryption up to 256 bit and digital signature certifications;
                      • + *
                      • transactions to UNDO commands;
                      • + *
                      • PDF annotations, including links, text and file attachments;
                      • + *
                      • text rendering modes (fill, stroke and clipping);
                      • + *
                      • multiple columns mode;
                      • + *
                      • no-write page regions;
                      • + *
                      • bookmarks and table of content;
                      • + *
                      • text hyphenation;
                      • + *
                      • text stretching and spacing (tracking/kerning);
                      • + *
                      • automatic page break, line break and text alignments including justification;
                      • + *
                      • automatic page numbering and page groups;
                      • + *
                      • move and delete pages;
                      • + *
                      • page compression (requires php-zlib extension);
                      • + *
                      • XOBject Templates;
                      • + *
                      + * Tools to encode your unicode fonts are on fonts/utils directory.

                      + * @package com.tecnick.tcpdf + * @author Nicola Asuni + * @version 5.9.039 + */ + +// Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file. +require_once(dirname(__FILE__).'/config/tcpdf_config.php'); + +/** + * @class TCPDF + * PHP class for generating PDF documents without requiring external extensions. + * TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
                      + * @package com.tecnick.tcpdf + * @brief PHP class for generating PDF documents without requiring external extensions. + * @version 5.9.039 + * @author Nicola Asuni - info@tecnick.com + */ +class TCPDF { + + // private properties + + /** + * Current TCPDF version. + * @private + */ + private $tcpdf_version = '5.9.039'; + + // Protected properties + + /** + * Current page number. + * @protected + */ + protected $page; + + /** + * Current object number. + * @protected + */ + protected $n; + + /** + * Array of object offsets. + * @protected + */ + protected $offsets; + + /** + * Buffer holding in-memory PDF. + * @protected + */ + protected $buffer; + + /** + * Array containing pages. + * @protected + */ + protected $pages = array(); + + /** + * Current document state. + * @protected + */ + protected $state; + + /** + * Compression flag. + * @protected + */ + protected $compress; + + /** + * Current page orientation (P = Portrait, L = Landscape). + * @protected + */ + protected $CurOrientation; + + /** + * Page dimensions. + * @protected + */ + protected $pagedim = array(); + + /** + * Scale factor (number of points in user unit). + * @protected + */ + protected $k; + + /** + * Width of page format in points. + * @protected + */ + protected $fwPt; + + /** + * Height of page format in points. + * @protected + */ + protected $fhPt; + + /** + * Current width of page in points. + * @protected + */ + protected $wPt; + + /** + * Current height of page in points. + * @protected + */ + protected $hPt; + + /** + * Current width of page in user unit. + * @protected + */ + protected $w; + + /** + * Current height of page in user unit. + * @protected + */ + protected $h; + + /** + * Left margin. + * @protected + */ + protected $lMargin; + + /** + * Top margin. + * @protected + */ + protected $tMargin; + + /** + * Right margin. + * @protected + */ + protected $rMargin; + + /** + * Page break margin. + * @protected + */ + protected $bMargin; + + /** + * Array of cell internal paddings ('T' => top, 'R' => right, 'B' => bottom, 'L' => left). + * @since 5.9.000 (2010-10-03) + * @protected + */ + protected $cell_padding = array('T' => 0, 'R' => 0, 'B' => 0, 'L' => 0); + + /** + * Array of cell margins ('T' => top, 'R' => right, 'B' => bottom, 'L' => left). + * @since 5.9.000 (2010-10-04) + * @protected + */ + protected $cell_margin = array('T' => 0, 'R' => 0, 'B' => 0, 'L' => 0); + + /** + * Current horizontal position in user unit for cell positioning. + * @protected + */ + protected $x; + + /** + * Current vertical position in user unit for cell positioning. + * @protected + */ + protected $y; + + /** + * Height of last cell printed. + * @protected + */ + protected $lasth; + + /** + * Line width in user unit. + * @protected + */ + protected $LineWidth; + + /** + * Array of standard font names. + * @protected + */ + protected $CoreFonts; + + /** + * Array of used fonts. + * @protected + */ + protected $fonts = array(); + + /** + * Array of font files. + * @protected + */ + protected $FontFiles = array(); + + /** + * Array of encoding differences. + * @protected + */ + protected $diffs = array(); + + /** + * Array of used images. + * @protected + */ + protected $images = array(); + + /** + * Array of Annotations in pages. + * @protected + */ + protected $PageAnnots = array(); + + /** + * Array of internal links. + * @protected + */ + protected $links = array(); + + /** + * Current font family. + * @protected + */ + protected $FontFamily; + + /** + * Current font style. + * @protected + */ + protected $FontStyle; + + /** + * Current font ascent (distance between font top and baseline). + * @protected + * @since 2.8.000 (2007-03-29) + */ + protected $FontAscent; + + /** + * Current font descent (distance between font bottom and baseline). + * @protected + * @since 2.8.000 (2007-03-29) + */ + protected $FontDescent; + + /** + * Underlining flag. + * @protected + */ + protected $underline; + + /** + * Overlining flag. + * @protected + */ + protected $overline; + + /** + * Current font info. + * @protected + */ + protected $CurrentFont; + + /** + * Current font size in points. + * @protected + */ + protected $FontSizePt; + + /** + * Current font size in user unit. + * @protected + */ + protected $FontSize; + + /** + * Commands for drawing color. + * @protected + */ + protected $DrawColor; + + /** + * Commands for filling color. + * @protected + */ + protected $FillColor; + + /** + * Commands for text color. + * @protected + */ + protected $TextColor; + + /** + * Indicates whether fill and text colors are different. + * @protected + */ + protected $ColorFlag; + + /** + * Automatic page breaking. + * @protected + */ + protected $AutoPageBreak; + + /** + * Threshold used to trigger page breaks. + * @protected + */ + protected $PageBreakTrigger; + + /** + * Flag set when processing footer. + * @protected + */ + protected $InFooter = false; + + /** + * Zoom display mode. + * @protected + */ + protected $ZoomMode; + + /** + * Layout display mode. + * @protected + */ + protected $LayoutMode; + + /** + * If true set the document information dictionary in Unicode. + * @protected + */ + protected $docinfounicode = true; + + /** + * Document title. + * @protected + */ + protected $title = ''; + + /** + * Document subject. + * @protected + */ + protected $subject = ''; + + /** + * Document author. + * @protected + */ + protected $author = ''; + + /** + * Document keywords. + * @protected + */ + protected $keywords = ''; + + /** + * Document creator. + * @protected + */ + protected $creator = ''; + + /** + * String alias for total number of pages. + * @protected + */ + protected $AliasNbPages = '{nb}'; + + /** + * String alias for page number. + * @protected + */ + protected $AliasNumPage = '{pnb}'; + + /** + * The right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image. + * @since 2002-07-31 + * @author Nicola Asuni + * @protected + */ + protected $img_rb_x; + + /** + * The right-bottom corner Y coordinate of last inserted image. + * @since 2002-07-31 + * @author Nicola Asuni + * @protected + */ + protected $img_rb_y; + + /** + * Adjusting factor to convert pixels to user units. + * @since 2004-06-14 + * @author Nicola Asuni + * @protected + */ + protected $imgscale = 1; + + /** + * Boolean flag set to true when the input text is unicode (require unicode fonts). + * @since 2005-01-02 + * @author Nicola Asuni + * @protected + */ + protected $isunicode = false; + + /** + * Object containing unicode data. + * @since 5.9.004 (2010-10-18) + * @author Nicola Asuni + * @protected + */ + protected $unicode; + + /** + * PDF version. + * @since 1.5.3 + * @protected + */ + protected $PDFVersion = '1.7'; + + /** + * Minimum distance between header and top page margin. + * @protected + */ + protected $header_margin; + + /** + * Minimum distance between footer and bottom page margin. + * @protected + */ + protected $footer_margin; + + /** + * Original left margin value. + * @protected + * @since 1.53.0.TC013 + */ + protected $original_lMargin; + + /** + * Original right margin value. + * @protected + * @since 1.53.0.TC013 + */ + protected $original_rMargin; + + /** + * Default font used on page header. + * @protected + */ + protected $header_font; + + /** + * Default font used on page footer. + * @protected + */ + protected $footer_font; + + /** + * Language templates. + * @protected + */ + protected $l; + + /** + * Barcode to print on page footer (only if set). + * @protected + */ + protected $barcode = false; + + /** + * Boolean flag to print/hide page header. + * @protected + */ + protected $print_header = true; + + /** + * Boolean flag to print/hide page footer. + * @protected + */ + protected $print_footer = true; + + /** + * Header image logo. + * @protected + */ + protected $header_logo = ''; + + /** + * Width of header image logo in user units. + * @protected + */ + protected $header_logo_width = 30; + + /** + * Title to be printed on default page header. + * @protected + */ + protected $header_title = ''; + + /** + * String to pring on page header after title. + * @protected + */ + protected $header_string = ''; + + /** + * Default number of columns for html table. + * @protected + */ + protected $default_table_columns = 4; + + // variables for html parser + + /** + * HTML PARSER: array to store current link and rendering styles. + * @protected + */ + protected $HREF = array(); + + /** + * List of available fonts on filesystem. + * @protected + */ + protected $fontlist = array(); + + /** + * Current foreground color. + * @protected + */ + protected $fgcolor; + + /** + * HTML PARSER: array of boolean values, true in case of ordered list (OL), false otherwise. + * @protected + */ + protected $listordered = array(); + + /** + * HTML PARSER: array count list items on nested lists. + * @protected + */ + protected $listcount = array(); + + /** + * HTML PARSER: current list nesting level. + * @protected + */ + protected $listnum = 0; + + /** + * HTML PARSER: indent amount for lists. + * @protected + */ + protected $listindent = 0; + + /** + * HTML PARSER: current list indententation level. + * @protected + */ + protected $listindentlevel = 0; + + /** + * Current background color. + * @protected + */ + protected $bgcolor; + + /** + * Temporary font size in points. + * @protected + */ + protected $tempfontsize = 10; + + /** + * Spacer string for LI tags. + * @protected + */ + protected $lispacer = ''; + + /** + * Default encoding. + * @protected + * @since 1.53.0.TC010 + */ + protected $encoding = 'UTF-8'; + + /** + * PHP internal encoding. + * @protected + * @since 1.53.0.TC016 + */ + protected $internal_encoding; + + /** + * Boolean flag to indicate if the document language is Right-To-Left. + * @protected + * @since 2.0.000 + */ + protected $rtl = false; + + /** + * Boolean flag used to force RTL or LTR string direction. + * @protected + * @since 2.0.000 + */ + protected $tmprtl = false; + + // --- Variables used for document encryption: + + /** + * IBoolean flag indicating whether document is protected. + * @protected + * @since 2.0.000 (2008-01-02) + */ + protected $encrypted; + + /** + * Array containing encryption settings. + * @protected + * @since 5.0.005 (2010-05-11) + */ + protected $encryptdata = array(); + + /** + * Last RC4 key encrypted (cached for optimisation). + * @protected + * @since 2.0.000 (2008-01-02) + */ + protected $last_enc_key; + + /** + * Last RC4 computed key. + * @protected + * @since 2.0.000 (2008-01-02) + */ + protected $last_enc_key_c; + + /** + * Encryption padding string. + * @protected + */ + protected $enc_padding = "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A"; + + /** + * File ID (used on document trailer). + * @protected + * @since 5.0.005 (2010-05-12) + */ + protected $file_id; + + // --- bookmark --- + + /** + * Outlines for bookmark. + * @protected + * @since 2.1.002 (2008-02-12) + */ + protected $outlines = array(); + + /** + * Outline root for bookmark. + * @protected + * @since 2.1.002 (2008-02-12) + */ + protected $OutlineRoot; + + // --- javascript and form --- + + /** + * Javascript code. + * @protected + * @since 2.1.002 (2008-02-12) + */ + protected $javascript = ''; + + /** + * Javascript counter. + * @protected + * @since 2.1.002 (2008-02-12) + */ + protected $n_js; + + /** + * line trough state + * @protected + * @since 2.8.000 (2008-03-19) + */ + protected $linethrough; + + /** + * Array with additional document-wide usage rights for the document. + * @protected + * @since 5.8.014 (2010-08-23) + */ + protected $ur = array(); + + /** + * DPI (Dot Per Inch) Document Resolution (do not change). + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $dpi = 72; + + /** + * Array of page numbers were a new page group was started. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $newpagegroup = array(); + + /** + * Contains the number of pages of the groups. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $pagegroups; + + /** + * Contains the alias of the current page group. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $currpagegroup; + + /** + * Restrict the rendering of some elements to screen or printout. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $visibility = 'all'; + + /** + * Print visibility. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $n_ocg_print; + + /** + * View visibility. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $n_ocg_view; + + /** + * Array of transparency objects and parameters. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $extgstates; + + /** + * Set the default JPEG compression quality (1-100). + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected $jpeg_quality; + + /** + * Default cell height ratio. + * @protected + * @since 3.0.014 (2008-05-23) + */ + protected $cell_height_ratio = K_CELL_HEIGHT_RATIO; + + /** + * PDF viewer preferences. + * @protected + * @since 3.1.000 (2008-06-09) + */ + protected $viewer_preferences; + + /** + * A name object specifying how the document should be displayed when opened. + * @protected + * @since 3.1.000 (2008-06-09) + */ + protected $PageMode; + + /** + * Array for storing gradient information. + * @protected + * @since 3.1.000 (2008-06-09) + */ + protected $gradients = array(); + + /** + * Array used to store positions inside the pages buffer (keys are the page numbers). + * @protected + * @since 3.2.000 (2008-06-26) + */ + protected $intmrk = array(); + + /** + * Array used to store positions inside the pages buffer (keys are the page numbers). + * @protected + * @since 5.7.000 (2010-08-03) + */ + protected $bordermrk = array(); + + /** + * Array used to store page positions to track empty pages (keys are the page numbers). + * @protected + * @since 5.8.007 (2010-08-18) + */ + protected $emptypagemrk = array(); + + /** + * Array used to store content positions inside the pages buffer (keys are the page numbers). + * @protected + * @since 4.6.021 (2009-07-20) + */ + protected $cntmrk = array(); + + /** + * Array used to store footer positions of each page. + * @protected + * @since 3.2.000 (2008-07-01) + */ + protected $footerpos = array(); + + /** + * Array used to store footer length of each page. + * @protected + * @since 4.0.014 (2008-07-29) + */ + protected $footerlen = array(); + + /** + * Boolean flag to indicate if a new line is created. + * @protected + * @since 3.2.000 (2008-07-01) + */ + protected $newline = true; + + /** + * End position of the latest inserted line. + * @protected + * @since 3.2.000 (2008-07-01) + */ + protected $endlinex = 0; + + /** + * PDF string for width value of the last line. + * @protected + * @since 4.0.006 (2008-07-16) + */ + protected $linestyleWidth = ''; + + /** + * PDF string for CAP value of the last line. + * @protected + * @since 4.0.006 (2008-07-16) + */ + protected $linestyleCap = '0 J'; + + /** + * PDF string for join value of the last line. + * @protected + * @since 4.0.006 (2008-07-16) + */ + protected $linestyleJoin = '0 j'; + + /** + * PDF string for dash value of the last line. + * @protected + * @since 4.0.006 (2008-07-16) + */ + protected $linestyleDash = '[] 0 d'; + + /** + * Boolean flag to indicate if marked-content sequence is open. + * @protected + * @since 4.0.013 (2008-07-28) + */ + protected $openMarkedContent = false; + + /** + * Count the latest inserted vertical spaces on HTML. + * @protected + * @since 4.0.021 (2008-08-24) + */ + protected $htmlvspace = 0; + + /** + * Array of Spot colors. + * @protected + * @since 4.0.024 (2008-09-12) + */ + protected $spot_colors = array(); + + /** + * Symbol used for HTML unordered list items. + * @protected + * @since 4.0.028 (2008-09-26) + */ + protected $lisymbol = ''; + + /** + * String used to mark the beginning and end of EPS image blocks. + * @protected + * @since 4.1.000 (2008-10-18) + */ + protected $epsmarker = 'x#!#EPS#!#x'; + + /** + * Array of transformation matrix. + * @protected + * @since 4.2.000 (2008-10-29) + */ + protected $transfmatrix = array(); + + /** + * Current key for transformation matrix. + * @protected + * @since 4.8.005 (2009-09-17) + */ + protected $transfmatrix_key = 0; + + /** + * Booklet mode for double-sided pages. + * @protected + * @since 4.2.000 (2008-10-29) + */ + protected $booklet = false; + + /** + * Epsilon value used for float calculations. + * @protected + * @since 4.2.000 (2008-10-29) + */ + protected $feps = 0.005; + + /** + * Array used for custom vertical spaces for HTML tags. + * @protected + * @since 4.2.001 (2008-10-30) + */ + protected $tagvspaces = array(); + + /** + * HTML PARSER: custom indent amount for lists. Negative value means disabled. + * @protected + * @since 4.2.007 (2008-11-12) + */ + protected $customlistindent = -1; + + /** + * Boolean flag to indicate if the border of the cell sides that cross the page should be removed. + * @protected + * @since 4.2.010 (2008-11-14) + */ + protected $opencell = true; + + /** + * Array of files to embedd. + * @protected + * @since 4.4.000 (2008-12-07) + */ + protected $embeddedfiles = array(); + + /** + * Boolean flag to indicate if we are inside a PRE tag. + * @protected + * @since 4.4.001 (2008-12-08) + */ + protected $premode = false; + + /** + * Array used to store positions of graphics transformation blocks inside the page buffer. + * keys are the page numbers + * @protected + * @since 4.4.002 (2008-12-09) + */ + protected $transfmrk = array(); + + /** + * Default color for html links. + * @protected + * @since 4.4.003 (2008-12-09) + */ + protected $htmlLinkColorArray = array(0, 0, 255); + + /** + * Default font style to add to html links. + * @protected + * @since 4.4.003 (2008-12-09) + */ + protected $htmlLinkFontStyle = 'U'; + + /** + * Counts the number of pages. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected $numpages = 0; + + /** + * Array containing page lengths in bytes. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected $pagelen = array(); + + /** + * Counts the number of pages. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected $numimages = 0; + + /** + * Store the image keys. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected $imagekeys = array(); + + /** + * Length of the buffer in bytes. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected $bufferlen = 0; + + /** + * If true enables disk caching. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected $diskcache = false; + + /** + * Counts the number of fonts. + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected $numfonts = 0; + + /** + * Store the font keys. + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected $fontkeys = array(); + + /** + * Store the font object IDs. + * @protected + * @since 4.8.001 (2009-09-09) + */ + protected $font_obj_ids = array(); + + /** + * Store the fage status (true when opened, false when closed). + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected $pageopen = array(); + + /** + * Default monospace font. + * @protected + * @since 4.5.025 (2009-03-10) + */ + protected $default_monospaced_font = 'courier'; + + /** + * Cloned copy of the current class object. + * @protected + * @since 4.5.029 (2009-03-19) + */ + protected $objcopy; + + /** + * Array used to store the lengths of cache files. + * @protected + * @since 4.5.029 (2009-03-19) + */ + protected $cache_file_length = array(); + + /** + * Table header content to be repeated on each new page. + * @protected + * @since 4.5.030 (2009-03-20) + */ + protected $thead = ''; + + /** + * Margins used for table header. + * @protected + * @since 4.5.030 (2009-03-20) + */ + protected $theadMargins = array(); + + /** + * Cache array for UTF8StringToArray() method. + * @protected + * @since 4.5.037 (2009-04-07) + */ + protected $cache_UTF8StringToArray = array(); + + /** + * Maximum size of cache array used for UTF8StringToArray() method. + * @protected + * @since 4.5.037 (2009-04-07) + */ + protected $cache_maxsize_UTF8StringToArray = 8; + + /** + * Current size of cache array used for UTF8StringToArray() method. + * @protected + * @since 4.5.037 (2009-04-07) + */ + protected $cache_size_UTF8StringToArray = 0; + + /** + * Boolean flag to enable document digital signature. + * @protected + * @since 4.6.005 (2009-04-24) + */ + protected $sign = false; + + /** + * Digital signature data. + * @protected + * @since 4.6.005 (2009-04-24) + */ + protected $signature_data = array(); + + /** + * Digital signature max length. + * @protected + * @since 4.6.005 (2009-04-24) + */ + protected $signature_max_length = 11742; + + /** + * Data for digital signature appearance. + * @protected + * @since 5.3.011 (2010-06-16) + */ + protected $signature_appearance = array('page' => 1, 'rect' => '0 0 0 0'); + + /** + * Regular expression used to find blank characters (required for word-wrapping). + * @protected + * @since 4.6.006 (2009-04-28) + */ + protected $re_spaces = '/[^\S\xa0]/'; + + /** + * Array of $re_spaces parts. + * @protected + * @since 5.5.011 (2010-07-09) + */ + protected $re_space = array('p' => '[^\S\xa0]', 'm' => ''); + + /** + * Digital signature object ID. + * @protected + * @since 4.6.022 (2009-06-23) + */ + protected $sig_obj_id = 0; + + /** + * ByteRange placemark used during digital signature process. + * @protected + * @since 4.6.028 (2009-08-25) + */ + protected $byterange_string = '/ByteRange[0 ********** ********** **********]'; + + /** + * Placemark used during digital signature process. + * @protected + * @since 4.6.028 (2009-08-25) + */ + protected $sig_annot_ref = '***SIGANNREF*** 0 R'; + + /** + * ID of page objects. + * @protected + * @since 4.7.000 (2009-08-29) + */ + protected $page_obj_id = array(); + + /** + * List of form annotations IDs. + * @protected + * @since 4.8.000 (2009-09-07) + */ + protected $form_obj_id = array(); + + /** + * Deafult Javascript field properties. Possible values are described on official Javascript for Acrobat API reference. Annotation options can be directly specified using the 'aopt' entry. + * @protected + * @since 4.8.000 (2009-09-07) + */ + protected $default_form_prop = array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 255), 'strokeColor'=>array(128, 128, 128)); + + /** + * Javascript objects array. + * @protected + * @since 4.8.000 (2009-09-07) + */ + protected $js_objects = array(); + + /** + * Current form action (used during XHTML rendering). + * @protected + * @since 4.8.000 (2009-09-07) + */ + protected $form_action = ''; + + /** + * Current form encryption type (used during XHTML rendering). + * @protected + * @since 4.8.000 (2009-09-07) + */ + protected $form_enctype = 'application/x-www-form-urlencoded'; + + /** + * Current method to submit forms. + * @protected + * @since 4.8.000 (2009-09-07) + */ + protected $form_mode = 'post'; + + /** + * List of fonts used on form fields (fontname => fontkey). + * @protected + * @since 4.8.001 (2009-09-09) + */ + protected $annotation_fonts = array(); + + /** + * List of radio buttons parent objects. + * @protected + * @since 4.8.001 (2009-09-09) + */ + protected $radiobutton_groups = array(); + + /** + * List of radio group objects IDs. + * @protected + * @since 4.8.001 (2009-09-09) + */ + protected $radio_groups = array(); + + /** + * Text indentation value (used for text-indent CSS attribute). + * @protected + * @since 4.8.006 (2009-09-23) + */ + protected $textindent = 0; + + /** + * Store page number when startTransaction() is called. + * @protected + * @since 4.8.006 (2009-09-23) + */ + protected $start_transaction_page = 0; + + /** + * Store Y position when startTransaction() is called. + * @protected + * @since 4.9.001 (2010-03-28) + */ + protected $start_transaction_y = 0; + + /** + * True when we are printing the thead section on a new page. + * @protected + * @since 4.8.027 (2010-01-25) + */ + protected $inthead = false; + + /** + * Array of column measures (width, space, starting Y position). + * @protected + * @since 4.9.001 (2010-03-28) + */ + protected $columns = array(); + + /** + * Number of colums. + * @protected + * @since 4.9.001 (2010-03-28) + */ + protected $num_columns = 1; + + /** + * Current column number. + * @protected + * @since 4.9.001 (2010-03-28) + */ + protected $current_column = 0; + + /** + * Starting page for columns. + * @protected + * @since 4.9.001 (2010-03-28) + */ + protected $column_start_page = 0; + + /** + * Maximum page and column selected. + * @protected + * @since 5.8.000 (2010-08-11) + */ + protected $maxselcol = array('page' => 0, 'column' => 0); + + /** + * Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding. + * @protected + * @since 5.8.000 (2010-08-11) + */ + protected $colxshift = array('x' => 0, 's' => array('H' => 0, 'V' => 0), 'p' => array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0)); + + /** + * Text rendering mode: 0 = Fill text; 1 = Stroke text; 2 = Fill, then stroke text; 3 = Neither fill nor stroke text (invisible); 4 = Fill text and add to path for clipping; 5 = Stroke text and add to path for clipping; 6 = Fill, then stroke text and add to path for clipping; 7 = Add text to path for clipping. + * @protected + * @since 4.9.008 (2010-04-03) + */ + protected $textrendermode = 0; + + /** + * Text stroke width in doc units. + * @protected + * @since 4.9.008 (2010-04-03) + */ + protected $textstrokewidth = 0; + + /** + * Current stroke color. + * @protected + * @since 4.9.008 (2010-04-03) + */ + protected $strokecolor; + + /** + * Default unit of measure for document. + * @protected + * @since 5.0.000 (2010-04-22) + */ + protected $pdfunit = 'mm'; + + /** + * Boolean flag true when we are on TOC (Table Of Content) page. + * @protected + */ + protected $tocpage = false; + + /** + * Boolean flag: if true convert vector images (SVG, EPS) to raster image using GD or ImageMagick library. + * @protected + * @since 5.0.000 (2010-04-26) + */ + protected $rasterize_vector_images = false; + + /** + * Boolean flag: if true enables font subsetting by default. + * @protected + * @since 5.3.002 (2010-06-07) + */ + protected $font_subsetting = true; + + /** + * Array of default graphic settings. + * @protected + * @since 5.5.008 (2010-07-02) + */ + protected $default_graphic_vars = array(); + + /** + * Array of XObjects. + * @protected + * @since 5.8.014 (2010-08-23) + */ + protected $xobjects = array(); + + /** + * Boolean value true when we are inside an XObject. + * @protected + * @since 5.8.017 (2010-08-24) + */ + protected $inxobj = false; + + /** + * Current XObject ID. + * @protected + * @since 5.8.017 (2010-08-24) + */ + protected $xobjid = ''; + + /** + * Percentage of character stretching. + * @protected + * @since 5.9.000 (2010-09-29) + */ + protected $font_stretching = 100; + + /** + * Increases or decreases the space between characters in a text by the specified amount (tracking/kerning). + * @protected + * @since 5.9.000 (2010-09-29) + */ + protected $font_spacing = 0; + + /** + * Array of no-write regions. + * ('page' => page number or empy for current page, 'xt' => X top, 'yt' => Y top, 'xb' => X bottom, 'yb' => Y bottom, 'side' => page side 'L' = left or 'R' = right) + * @protected + * @since 5.9.003 (2010-10-14) + */ + protected $page_regions = array(); + + /** + * Array containing HTML color names and values. + * @protected + * @since 5.9.004 (2010-10-18) + */ + protected $webcolor = array(); + + /** + * Array containing spot color names and values. + * @protected + * @since 5.9.012 (2010-11-11) + */ + protected $spotcolor = array(); + + /** + * Directory used for the last SVG image. + * @protected + * @since 5.0.000 (2010-05-05) + */ + protected $svgdir = ''; + + /** + * Deafult unit of measure for SVG. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgunit = 'px'; + + /** + * Array of SVG gradients. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svggradients = array(); + + /** + * ID of last SVG gradient. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svggradientid = 0; + + /** + * Boolean value true when in SVG defs group. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgdefsmode = false; + + /** + * Array of SVG defs. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgdefs = array(); + + /** + * Boolean value true when in SVG clipPath tag. + * @protected + * @since 5.0.000 (2010-04-26) + */ + protected $svgclipmode = false; + + /** + * Array of SVG clipPath commands. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgclippaths = array(); + + /** + * Array of SVG clipPath tranformation matrix. + * @protected + * @since 5.8.022 (2010-08-31) + */ + protected $svgcliptm = array(); + + /** + * ID of last SVG clipPath. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgclipid = 0; + + /** + * SVG text. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgtext = ''; + + /** + * SVG text properties. + * @protected + * @since 5.8.013 (2010-08-23) + */ + protected $svgtextmode = array(); + + /** + * Array of hinheritable SVG properties. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svginheritprop = array('clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cursor', 'direction', 'fill', 'fill-opacity', 'fill-rule', 'font', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'image-rendering', 'kerning', 'letter-spacing', 'marker', 'marker-end', 'marker-mid', 'marker-start', 'pointer-events', 'shape-rendering', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-rendering', 'visibility', 'word-spacing', 'writing-mode'); + + /** + * Array of SVG properties. + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected $svgstyles = array(array( + 'alignment-baseline' => 'auto', + 'baseline-shift' => 'baseline', + 'clip' => 'auto', + 'clip-path' => 'none', + 'clip-rule' => 'nonzero', + 'color' => 'black', + 'color-interpolation' => 'sRGB', + 'color-interpolation-filters' => 'linearRGB', + 'color-profile' => 'auto', + 'color-rendering' => 'auto', + 'cursor' => 'auto', + 'direction' => 'ltr', + 'display' => 'inline', + 'dominant-baseline' => 'auto', + 'enable-background' => 'accumulate', + 'fill' => 'black', + 'fill-opacity' => 1, + 'fill-rule' => 'nonzero', + 'filter' => 'none', + 'flood-color' => 'black', + 'flood-opacity' => 1, + 'font' => '', + 'font-family' => 'helvetica', + 'font-size' => 'medium', + 'font-size-adjust' => 'none', + 'font-stretch' => 'normal', + 'font-style' => 'normal', + 'font-variant' => 'normal', + 'font-weight' => 'normal', + 'glyph-orientation-horizontal' => '0deg', + 'glyph-orientation-vertical' => 'auto', + 'image-rendering' => 'auto', + 'kerning' => 'auto', + 'letter-spacing' => 'normal', + 'lighting-color' => 'white', + 'marker' => '', + 'marker-end' => 'none', + 'marker-mid' => 'none', + 'marker-start' => 'none', + 'mask' => 'none', + 'opacity' => 1, + 'overflow' => 'auto', + 'pointer-events' => 'visiblePainted', + 'shape-rendering' => 'auto', + 'stop-color' => 'black', + 'stop-opacity' => 1, + 'stroke' => 'none', + 'stroke-dasharray' => 'none', + 'stroke-dashoffset' => 0, + 'stroke-linecap' => 'butt', + 'stroke-linejoin' => 'miter', + 'stroke-miterlimit' => 4, + 'stroke-opacity' => 1, + 'stroke-width' => 1, + 'text-anchor' => 'start', + 'text-decoration' => 'none', + 'text-rendering' => 'auto', + 'unicode-bidi' => 'normal', + 'visibility' => 'visible', + 'word-spacing' => 'normal', + 'writing-mode' => 'lr-tb', + 'text-color' => 'black', + 'transfmatrix' => array(1, 0, 0, 1, 0, 0) + )); + + //------------------------------------------------------------ + // METHODS + //------------------------------------------------------------ + + /** + * This is the class constructor. + * It allows to set up the page format, the orientation and the measure unit used in all the methods (except for the font sizes). + * @param $orientation (string) page orientation. Possible values are (case insensitive):
                      • P or Portrait (default)
                      • L or Landscape
                      • '' (empty string) for automatic orientation
                      + * @param $unit (string) User measure unit. Possible values are:
                      • pt: point
                      • mm: millimeter (default)
                      • cm: centimeter
                      • in: inch

                      A point equals 1/72 of inch, that is to say about 0.35 mm (an inch being 2.54 cm). This is a very common unit in typography; font sizes are expressed in that unit. + * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat(). + * @param $unicode (boolean) TRUE means that the input text is unicode (default = true) + * @param $diskcache (boolean) if TRUE reduce the RAM memory usage by caching temporary data on filesystem (slower). + * @param $encoding (string) charset encoding; default is UTF-8 + * @public + * @see getPageSizeFromFormat(), setPageFormat() + */ + public function __construct($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8', $diskcache=false) { + /* Set internal character encoding to ASCII */ + if (function_exists('mb_internal_encoding') AND mb_internal_encoding()) { + $this->internal_encoding = mb_internal_encoding(); + mb_internal_encoding('ASCII'); + } + // get array of HTML colors + require(dirname(__FILE__).'/htmlcolors.php'); + $this->webcolor = $webcolor; + // get array of custom spot colors + if (file_exists(dirname(__FILE__).'/spotcolors.php')) { + require(dirname(__FILE__).'/spotcolors.php'); + $this->spotcolor = $spotcolor; + } else { + $this->spotcolor = array(); + } + require_once(dirname(__FILE__).'/unicode_data.php'); + $this->unicode = new TCPDF_UNICODE_DATA(); + $this->font_obj_ids = array(); + $this->page_obj_id = array(); + $this->form_obj_id = array(); + // set disk caching + $this->diskcache = $diskcache ? true : false; + // set language direction + $this->rtl = false; + $this->tmprtl = false; + // some checks + $this->_dochecks(); + // initialization of properties + $this->isunicode = $unicode; + $this->page = 0; + $this->transfmrk[0] = array(); + $this->pagedim = array(); + $this->n = 2; + $this->buffer = ''; + $this->pages = array(); + $this->state = 0; + $this->fonts = array(); + $this->FontFiles = array(); + $this->diffs = array(); + $this->images = array(); + $this->links = array(); + $this->gradients = array(); + $this->InFooter = false; + $this->lasth = 0; + $this->FontFamily = 'helvetica'; + $this->FontStyle = ''; + $this->FontSizePt = 12; + $this->underline = false; + $this->overline = false; + $this->linethrough = false; + $this->DrawColor = '0 G'; + $this->FillColor = '0 g'; + $this->TextColor = '0 g'; + $this->ColorFlag = false; + // encryption values + $this->encrypted = false; + $this->last_enc_key = ''; + // standard Unicode fonts + $this->CoreFonts = array( + 'courier'=>'Courier', + 'courierB'=>'Courier-Bold', + 'courierI'=>'Courier-Oblique', + 'courierBI'=>'Courier-BoldOblique', + 'helvetica'=>'Helvetica', + 'helveticaB'=>'Helvetica-Bold', + 'helveticaI'=>'Helvetica-Oblique', + 'helveticaBI'=>'Helvetica-BoldOblique', + 'times'=>'Times-Roman', + 'timesB'=>'Times-Bold', + 'timesI'=>'Times-Italic', + 'timesBI'=>'Times-BoldItalic', + 'symbol'=>'Symbol', + 'zapfdingbats'=>'ZapfDingbats' + ); + // set scale factor + $this->setPageUnit($unit); + // set page format and orientation + $this->setPageFormat($format, $orientation); + // page margins (1 cm) + $margin = 28.35 / $this->k; + $this->SetMargins($margin, $margin); + // internal cell padding + $cpadding = $margin / 10; + $this->setCellPaddings($cpadding, 0, $cpadding, 0); + // cell margins + $this->setCellMargins(0, 0, 0, 0); + // line width (0.2 mm) + $this->LineWidth = 0.57 / $this->k; + $this->linestyleWidth = sprintf('%.2F w', ($this->LineWidth * $this->k)); + $this->linestyleCap = '0 J'; + $this->linestyleJoin = '0 j'; + $this->linestyleDash = '[] 0 d'; + // automatic page break + $this->SetAutoPageBreak(true, (2 * $margin)); + // full width display mode + $this->SetDisplayMode('fullwidth'); + // compression + $this->SetCompression(true); + // set default PDF version number + $this->PDFVersion = '1.7'; + $this->encoding = $encoding; + $this->HREF = array(); + $this->getFontsList(); + $this->fgcolor = array('R' => 0, 'G' => 0, 'B' => 0); + $this->strokecolor = array('R' => 0, 'G' => 0, 'B' => 0); + $this->bgcolor = array('R' => 255, 'G' => 255, 'B' => 255); + $this->extgstates = array(); + // user's rights + $this->sign = false; + $this->ur['enabled'] = false; + $this->ur['document'] = '/FullSave'; + $this->ur['annots'] = '/Create/Delete/Modify/Copy/Import/Export'; + $this->ur['form'] = '/Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate'; + $this->ur['signature'] = '/Modify'; + $this->ur['ef'] = '/Create/Delete/Modify/Import'; + $this->ur['formex'] = ''; + $this->signature_appearance = array('page' => 1, 'rect' => '0 0 0 0'); + // set default JPEG quality + $this->jpeg_quality = 75; + // initialize some settings + $this->utf8Bidi(array(''), ''); + // set default font + $this->SetFont($this->FontFamily, $this->FontStyle, $this->FontSizePt); + // check if PCRE Unicode support is enabled + if ($this->isunicode AND (@preg_match('/\pL/u', 'a') == 1)) { + // PCRE unicode support is turned ON + // \p{Z} or \p{Separator}: any kind of Unicode whitespace or invisible separator. + // \p{Lo} or \p{Other_Letter}: a Unicode letter or ideograph that does not have lowercase and uppercase variants. + // \p{Lo} is needed because Chinese characters are packed next to each other without spaces in between. + //$this->setSpacesRE('/[^\S\P{Z}\P{Lo}\xa0]/u'); + $this->setSpacesRE('/[^\S\P{Z}\xa0]/u'); + } else { + // PCRE unicode support is turned OFF + $this->setSpacesRE('/[^\S\xa0]/'); + } + $this->default_form_prop = array('lineWidth'=>1, 'borderStyle'=>'solid', 'fillColor'=>array(255, 255, 255), 'strokeColor'=>array(128, 128, 128)); + // set file ID for trailer + $this->file_id = md5($this->getRandomSeed('TCPDF'.$orientation.$unit.$format.$encoding)); + // get default graphic vars + $this->default_graphic_vars = $this->getGraphicVars(); + } + + /** + * Default destructor. + * @public + * @since 1.53.0.TC016 + */ + public function __destruct() { + // restore internal encoding + if (isset($this->internal_encoding) AND !empty($this->internal_encoding)) { + mb_internal_encoding($this->internal_encoding); + } + // unset all class variables + $this->_destroy(true); + } + + /** + * Return the current TCPDF version. + * @return TCPDF version string + * @public + * @since 5.9.012 (2010-11-10) + */ + public function getTCPDFVersion() { + return $this->tcpdf_version; + } + + /** + * Set the units of measure for the document. + * @param $unit (string) User measure unit. Possible values are:
                      • pt: point
                      • mm: millimeter (default)
                      • cm: centimeter
                      • in: inch

                      A point equals 1/72 of inch, that is to say about 0.35 mm (an inch being 2.54 cm). This is a very common unit in typography; font sizes are expressed in that unit. + * @public + * @since 3.0.015 (2008-06-06) + */ + public function setPageUnit($unit) { + $unit = strtolower($unit); + //Set scale factor + switch ($unit) { + // points + case 'px': + case 'pt': { + $this->k = 1; + break; + } + // millimeters + case 'mm': { + $this->k = $this->dpi / 25.4; + break; + } + // centimeters + case 'cm': { + $this->k = $this->dpi / 2.54; + break; + } + // inches + case 'in': { + $this->k = $this->dpi; + break; + } + // unsupported unit + default : { + $this->Error('Incorrect unit: '.$unit); + break; + } + } + $this->pdfunit = $unit; + if (isset($this->CurOrientation)) { + $this->setPageOrientation($this->CurOrientation); + } + } + + /** + * Get page dimensions from format name. + * @param $format (mixed) The format name. It can be:
                        + *
                      • ISO 216 A Series + 2 SIS 014711 extensions
                      • + *
                      • A0 (841x1189 mm ; 33.11x46.81 in)
                      • + *
                      • A1 (594x841 mm ; 23.39x33.11 in)
                      • + *
                      • A2 (420x594 mm ; 16.54x23.39 in)
                      • + *
                      • A3 (297x420 mm ; 11.69x16.54 in)
                      • + *
                      • A4 (210x297 mm ; 8.27x11.69 in)
                      • + *
                      • A5 (148x210 mm ; 5.83x8.27 in)
                      • + *
                      • A6 (105x148 mm ; 4.13x5.83 in)
                      • + *
                      • A7 (74x105 mm ; 2.91x4.13 in)
                      • + *
                      • A8 (52x74 mm ; 2.05x2.91 in)
                      • + *
                      • A9 (37x52 mm ; 1.46x2.05 in)
                      • + *
                      • A10 (26x37 mm ; 1.02x1.46 in)
                      • + *
                      • A11 (18x26 mm ; 0.71x1.02 in)
                      • + *
                      • A12 (13x18 mm ; 0.51x0.71 in)
                      • + *
                      • ISO 216 B Series + 2 SIS 014711 extensions
                      • + *
                      • B0 (1000x1414 mm ; 39.37x55.67 in)
                      • + *
                      • B1 (707x1000 mm ; 27.83x39.37 in)
                      • + *
                      • B2 (500x707 mm ; 19.69x27.83 in)
                      • + *
                      • B3 (353x500 mm ; 13.90x19.69 in)
                      • + *
                      • B4 (250x353 mm ; 9.84x13.90 in)
                      • + *
                      • B5 (176x250 mm ; 6.93x9.84 in)
                      • + *
                      • B6 (125x176 mm ; 4.92x6.93 in)
                      • + *
                      • B7 (88x125 mm ; 3.46x4.92 in)
                      • + *
                      • B8 (62x88 mm ; 2.44x3.46 in)
                      • + *
                      • B9 (44x62 mm ; 1.73x2.44 in)
                      • + *
                      • B10 (31x44 mm ; 1.22x1.73 in)
                      • + *
                      • B11 (22x31 mm ; 0.87x1.22 in)
                      • + *
                      • B12 (15x22 mm ; 0.59x0.87 in)
                      • + *
                      • ISO 216 C Series + 2 SIS 014711 extensions + 2 EXTENSION
                      • + *
                      • C0 (917x1297 mm ; 36.10x51.06 in)
                      • + *
                      • C1 (648x917 mm ; 25.51x36.10 in)
                      • + *
                      • C2 (458x648 mm ; 18.03x25.51 in)
                      • + *
                      • C3 (324x458 mm ; 12.76x18.03 in)
                      • + *
                      • C4 (229x324 mm ; 9.02x12.76 in)
                      • + *
                      • C5 (162x229 mm ; 6.38x9.02 in)
                      • + *
                      • C6 (114x162 mm ; 4.49x6.38 in)
                      • + *
                      • C7 (81x114 mm ; 3.19x4.49 in)
                      • + *
                      • C8 (57x81 mm ; 2.24x3.19 in)
                      • + *
                      • C9 (40x57 mm ; 1.57x2.24 in)
                      • + *
                      • C10 (28x40 mm ; 1.10x1.57 in)
                      • + *
                      • C11 (20x28 mm ; 0.79x1.10 in)
                      • + *
                      • C12 (14x20 mm ; 0.55x0.79 in)
                      • + *
                      • C76 (81x162 mm ; 3.19x6.38 in)
                      • + *
                      • DL (110x220 mm ; 4.33x8.66 in)
                      • + *
                      • SIS 014711 E Series
                      • + *
                      • E0 (879x1241 mm ; 34.61x48.86 in)
                      • + *
                      • E1 (620x879 mm ; 24.41x34.61 in)
                      • + *
                      • E2 (440x620 mm ; 17.32x24.41 in)
                      • + *
                      • E3 (310x440 mm ; 12.20x17.32 in)
                      • + *
                      • E4 (220x310 mm ; 8.66x12.20 in)
                      • + *
                      • E5 (155x220 mm ; 6.10x8.66 in)
                      • + *
                      • E6 (110x155 mm ; 4.33x6.10 in)
                      • + *
                      • E7 (78x110 mm ; 3.07x4.33 in)
                      • + *
                      • E8 (55x78 mm ; 2.17x3.07 in)
                      • + *
                      • E9 (39x55 mm ; 1.54x2.17 in)
                      • + *
                      • E10 (27x39 mm ; 1.06x1.54 in)
                      • + *
                      • E11 (19x27 mm ; 0.75x1.06 in)
                      • + *
                      • E12 (13x19 mm ; 0.51x0.75 in)
                      • + *
                      • SIS 014711 G Series
                      • + *
                      • G0 (958x1354 mm ; 37.72x53.31 in)
                      • + *
                      • G1 (677x958 mm ; 26.65x37.72 in)
                      • + *
                      • G2 (479x677 mm ; 18.86x26.65 in)
                      • + *
                      • G3 (338x479 mm ; 13.31x18.86 in)
                      • + *
                      • G4 (239x338 mm ; 9.41x13.31 in)
                      • + *
                      • G5 (169x239 mm ; 6.65x9.41 in)
                      • + *
                      • G6 (119x169 mm ; 4.69x6.65 in)
                      • + *
                      • G7 (84x119 mm ; 3.31x4.69 in)
                      • + *
                      • G8 (59x84 mm ; 2.32x3.31 in)
                      • + *
                      • G9 (42x59 mm ; 1.65x2.32 in)
                      • + *
                      • G10 (29x42 mm ; 1.14x1.65 in)
                      • + *
                      • G11 (21x29 mm ; 0.83x1.14 in)
                      • + *
                      • G12 (14x21 mm ; 0.55x0.83 in)
                      • + *
                      • ISO Press
                      • + *
                      • RA0 (860x1220 mm ; 33.86x48.03 in)
                      • + *
                      • RA1 (610x860 mm ; 24.02x33.86 in)
                      • + *
                      • RA2 (430x610 mm ; 16.93x24.02 in)
                      • + *
                      • RA3 (305x430 mm ; 12.01x16.93 in)
                      • + *
                      • RA4 (215x305 mm ; 8.46x12.01 in)
                      • + *
                      • SRA0 (900x1280 mm ; 35.43x50.39 in)
                      • + *
                      • SRA1 (640x900 mm ; 25.20x35.43 in)
                      • + *
                      • SRA2 (450x640 mm ; 17.72x25.20 in)
                      • + *
                      • SRA3 (320x450 mm ; 12.60x17.72 in)
                      • + *
                      • SRA4 (225x320 mm ; 8.86x12.60 in)
                      • + *
                      • German DIN 476
                      • + *
                      • 4A0 (1682x2378 mm ; 66.22x93.62 in)
                      • + *
                      • 2A0 (1189x1682 mm ; 46.81x66.22 in)
                      • + *
                      • Variations on the ISO Standard
                      • + *
                      • A2_EXTRA (445x619 mm ; 17.52x24.37 in)
                      • + *
                      • A3+ (329x483 mm ; 12.95x19.02 in)
                      • + *
                      • A3_EXTRA (322x445 mm ; 12.68x17.52 in)
                      • + *
                      • A3_SUPER (305x508 mm ; 12.01x20.00 in)
                      • + *
                      • SUPER_A3 (305x487 mm ; 12.01x19.17 in)
                      • + *
                      • A4_EXTRA (235x322 mm ; 9.25x12.68 in)
                      • + *
                      • A4_SUPER (229x322 mm ; 9.02x12.68 in)
                      • + *
                      • SUPER_A4 (227x356 mm ; 8.94x14.02 in)
                      • + *
                      • A4_LONG (210x348 mm ; 8.27x13.70 in)
                      • + *
                      • F4 (210x330 mm ; 8.27x12.99 in)
                      • + *
                      • SO_B5_EXTRA (202x276 mm ; 7.95x10.87 in)
                      • + *
                      • A5_EXTRA (173x235 mm ; 6.81x9.25 in)
                      • + *
                      • ANSI Series
                      • + *
                      • ANSI_E (864x1118 mm ; 34.00x44.00 in)
                      • + *
                      • ANSI_D (559x864 mm ; 22.00x34.00 in)
                      • + *
                      • ANSI_C (432x559 mm ; 17.00x22.00 in)
                      • + *
                      • ANSI_B (279x432 mm ; 11.00x17.00 in)
                      • + *
                      • ANSI_A (216x279 mm ; 8.50x11.00 in)
                      • + *
                      • Traditional 'Loose' North American Paper Sizes
                      • + *
                      • LEDGER, USLEDGER (432x279 mm ; 17.00x11.00 in)
                      • + *
                      • TABLOID, USTABLOID, BIBLE, ORGANIZERK (279x432 mm ; 11.00x17.00 in)
                      • + *
                      • LETTER, USLETTER, ORGANIZERM (216x279 mm ; 8.50x11.00 in)
                      • + *
                      • LEGAL, USLEGAL (216x356 mm ; 8.50x14.00 in)
                      • + *
                      • GLETTER, GOVERNMENTLETTER (203x267 mm ; 8.00x10.50 in)
                      • + *
                      • JLEGAL, JUNIORLEGAL (203x127 mm ; 8.00x5.00 in)
                      • + *
                      • Other North American Paper Sizes
                      • + *
                      • QUADDEMY (889x1143 mm ; 35.00x45.00 in)
                      • + *
                      • SUPER_B (330x483 mm ; 13.00x19.00 in)
                      • + *
                      • QUARTO (229x279 mm ; 9.00x11.00 in)
                      • + *
                      • FOLIO, GOVERNMENTLEGAL (216x330 mm ; 8.50x13.00 in)
                      • + *
                      • EXECUTIVE, MONARCH (184x267 mm ; 7.25x10.50 in)
                      • + *
                      • MEMO, STATEMENT, ORGANIZERL (140x216 mm ; 5.50x8.50 in)
                      • + *
                      • FOOLSCAP (210x330 mm ; 8.27x13.00 in)
                      • + *
                      • COMPACT (108x171 mm ; 4.25x6.75 in)
                      • + *
                      • ORGANIZERJ (70x127 mm ; 2.75x5.00 in)
                      • + *
                      • Canadian standard CAN 2-9.60M
                      • + *
                      • P1 (560x860 mm ; 22.05x33.86 in)
                      • + *
                      • P2 (430x560 mm ; 16.93x22.05 in)
                      • + *
                      • P3 (280x430 mm ; 11.02x16.93 in)
                      • + *
                      • P4 (215x280 mm ; 8.46x11.02 in)
                      • + *
                      • P5 (140x215 mm ; 5.51x8.46 in)
                      • + *
                      • P6 (107x140 mm ; 4.21x5.51 in)
                      • + *
                      • North American Architectural Sizes
                      • + *
                      • ARCH_E (914x1219 mm ; 36.00x48.00 in)
                      • + *
                      • ARCH_E1 (762x1067 mm ; 30.00x42.00 in)
                      • + *
                      • ARCH_D (610x914 mm ; 24.00x36.00 in)
                      • + *
                      • ARCH_C, BROADSHEET (457x610 mm ; 18.00x24.00 in)
                      • + *
                      • ARCH_B (305x457 mm ; 12.00x18.00 in)
                      • + *
                      • ARCH_A (229x305 mm ; 9.00x12.00 in)
                      • + *
                      • Announcement Envelopes
                      • + *
                      • ANNENV_A2 (111x146 mm ; 4.37x5.75 in)
                      • + *
                      • ANNENV_A6 (121x165 mm ; 4.75x6.50 in)
                      • + *
                      • ANNENV_A7 (133x184 mm ; 5.25x7.25 in)
                      • + *
                      • ANNENV_A8 (140x206 mm ; 5.50x8.12 in)
                      • + *
                      • ANNENV_A10 (159x244 mm ; 6.25x9.62 in)
                      • + *
                      • ANNENV_SLIM (98x225 mm ; 3.87x8.87 in)
                      • + *
                      • Commercial Envelopes
                      • + *
                      • COMMENV_N6_1/4 (89x152 mm ; 3.50x6.00 in)
                      • + *
                      • COMMENV_N6_3/4 (92x165 mm ; 3.62x6.50 in)
                      • + *
                      • COMMENV_N8 (98x191 mm ; 3.87x7.50 in)
                      • + *
                      • COMMENV_N9 (98x225 mm ; 3.87x8.87 in)
                      • + *
                      • COMMENV_N10 (105x241 mm ; 4.12x9.50 in)
                      • + *
                      • COMMENV_N11 (114x263 mm ; 4.50x10.37 in)
                      • + *
                      • COMMENV_N12 (121x279 mm ; 4.75x11.00 in)
                      • + *
                      • COMMENV_N14 (127x292 mm ; 5.00x11.50 in)
                      • + *
                      • Catalogue Envelopes
                      • + *
                      • CATENV_N1 (152x229 mm ; 6.00x9.00 in)
                      • + *
                      • CATENV_N1_3/4 (165x241 mm ; 6.50x9.50 in)
                      • + *
                      • CATENV_N2 (165x254 mm ; 6.50x10.00 in)
                      • + *
                      • CATENV_N3 (178x254 mm ; 7.00x10.00 in)
                      • + *
                      • CATENV_N6 (191x267 mm ; 7.50x10.50 in)
                      • + *
                      • CATENV_N7 (203x279 mm ; 8.00x11.00 in)
                      • + *
                      • CATENV_N8 (210x286 mm ; 8.25x11.25 in)
                      • + *
                      • CATENV_N9_1/2 (216x267 mm ; 8.50x10.50 in)
                      • + *
                      • CATENV_N9_3/4 (222x286 mm ; 8.75x11.25 in)
                      • + *
                      • CATENV_N10_1/2 (229x305 mm ; 9.00x12.00 in)
                      • + *
                      • CATENV_N12_1/2 (241x318 mm ; 9.50x12.50 in)
                      • + *
                      • CATENV_N13_1/2 (254x330 mm ; 10.00x13.00 in)
                      • + *
                      • CATENV_N14_1/4 (286x311 mm ; 11.25x12.25 in)
                      • + *
                      • CATENV_N14_1/2 (292x368 mm ; 11.50x14.50 in)
                      • + *
                      • Japanese (JIS P 0138-61) Standard B-Series
                      • + *
                      • JIS_B0 (1030x1456 mm ; 40.55x57.32 in)
                      • + *
                      • JIS_B1 (728x1030 mm ; 28.66x40.55 in)
                      • + *
                      • JIS_B2 (515x728 mm ; 20.28x28.66 in)
                      • + *
                      • JIS_B3 (364x515 mm ; 14.33x20.28 in)
                      • + *
                      • JIS_B4 (257x364 mm ; 10.12x14.33 in)
                      • + *
                      • JIS_B5 (182x257 mm ; 7.17x10.12 in)
                      • + *
                      • JIS_B6 (128x182 mm ; 5.04x7.17 in)
                      • + *
                      • JIS_B7 (91x128 mm ; 3.58x5.04 in)
                      • + *
                      • JIS_B8 (64x91 mm ; 2.52x3.58 in)
                      • + *
                      • JIS_B9 (45x64 mm ; 1.77x2.52 in)
                      • + *
                      • JIS_B10 (32x45 mm ; 1.26x1.77 in)
                      • + *
                      • JIS_B11 (22x32 mm ; 0.87x1.26 in)
                      • + *
                      • JIS_B12 (16x22 mm ; 0.63x0.87 in)
                      • + *
                      • PA Series
                      • + *
                      • PA0 (840x1120 mm ; 33.07x44.09 in)
                      • + *
                      • PA1 (560x840 mm ; 22.05x33.07 in)
                      • + *
                      • PA2 (420x560 mm ; 16.54x22.05 in)
                      • + *
                      • PA3 (280x420 mm ; 11.02x16.54 in)
                      • + *
                      • PA4 (210x280 mm ; 8.27x11.02 in)
                      • + *
                      • PA5 (140x210 mm ; 5.51x8.27 in)
                      • + *
                      • PA6 (105x140 mm ; 4.13x5.51 in)
                      • + *
                      • PA7 (70x105 mm ; 2.76x4.13 in)
                      • + *
                      • PA8 (52x70 mm ; 2.05x2.76 in)
                      • + *
                      • PA9 (35x52 mm ; 1.38x2.05 in)
                      • + *
                      • PA10 (26x35 mm ; 1.02x1.38 in)
                      • + *
                      • Standard Photographic Print Sizes
                      • + *
                      • PASSPORT_PHOTO (35x45 mm ; 1.38x1.77 in)
                      • + *
                      • E (82x120 mm ; 3.25x4.72 in)
                      • + *
                      • 3R, L (89x127 mm ; 3.50x5.00 in)
                      • + *
                      • 4R, KG (102x152 mm ; 4.02x5.98 in)
                      • + *
                      • 4D (120x152 mm ; 4.72x5.98 in)
                      • + *
                      • 5R, 2L (127x178 mm ; 5.00x7.01 in)
                      • + *
                      • 6R, 8P (152x203 mm ; 5.98x7.99 in)
                      • + *
                      • 8R, 6P (203x254 mm ; 7.99x10.00 in)
                      • + *
                      • S8R, 6PW (203x305 mm ; 7.99x12.01 in)
                      • + *
                      • 10R, 4P (254x305 mm ; 10.00x12.01 in)
                      • + *
                      • S10R, 4PW (254x381 mm ; 10.00x15.00 in)
                      • + *
                      • 11R (279x356 mm ; 10.98x14.02 in)
                      • + *
                      • S11R (279x432 mm ; 10.98x17.01 in)
                      • + *
                      • 12R (305x381 mm ; 12.01x15.00 in)
                      • + *
                      • S12R (305x456 mm ; 12.01x17.95 in)
                      • + *
                      • Common Newspaper Sizes
                      • + *
                      • NEWSPAPER_BROADSHEET (750x600 mm ; 29.53x23.62 in)
                      • + *
                      • NEWSPAPER_BERLINER (470x315 mm ; 18.50x12.40 in)
                      • + *
                      • NEWSPAPER_COMPACT, NEWSPAPER_TABLOID (430x280 mm ; 16.93x11.02 in)
                      • + *
                      • Business Cards
                      • + *
                      • CREDIT_CARD, BUSINESS_CARD, BUSINESS_CARD_ISO7810 (54x86 mm ; 2.13x3.37 in)
                      • + *
                      • BUSINESS_CARD_ISO216 (52x74 mm ; 2.05x2.91 in)
                      • + *
                      • BUSINESS_CARD_IT, BUSINESS_CARD_UK, BUSINESS_CARD_FR, BUSINESS_CARD_DE, BUSINESS_CARD_ES (55x85 mm ; 2.17x3.35 in)
                      • + *
                      • BUSINESS_CARD_US, BUSINESS_CARD_CA (51x89 mm ; 2.01x3.50 in)
                      • + *
                      • BUSINESS_CARD_JP (55x91 mm ; 2.17x3.58 in)
                      • + *
                      • BUSINESS_CARD_HK (54x90 mm ; 2.13x3.54 in)
                      • + *
                      • BUSINESS_CARD_AU, BUSINESS_CARD_DK, BUSINESS_CARD_SE (55x90 mm ; 2.17x3.54 in)
                      • + *
                      • BUSINESS_CARD_RU, BUSINESS_CARD_CZ, BUSINESS_CARD_FI, BUSINESS_CARD_HU, BUSINESS_CARD_IL (50x90 mm ; 1.97x3.54 in)
                      • + *
                      • Billboards
                      • + *
                      • 4SHEET (1016x1524 mm ; 40.00x60.00 in)
                      • + *
                      • 6SHEET (1200x1800 mm ; 47.24x70.87 in)
                      • + *
                      • 12SHEET (3048x1524 mm ; 120.00x60.00 in)
                      • + *
                      • 16SHEET (2032x3048 mm ; 80.00x120.00 in)
                      • + *
                      • 32SHEET (4064x3048 mm ; 160.00x120.00 in)
                      • + *
                      • 48SHEET (6096x3048 mm ; 240.00x120.00 in)
                      • + *
                      • 64SHEET (8128x3048 mm ; 320.00x120.00 in)
                      • + *
                      • 96SHEET (12192x3048 mm ; 480.00x120.00 in)
                      • + *
                      • Old Imperial English (some are still used in USA)
                      • + *
                      • EN_EMPEROR (1219x1829 mm ; 48.00x72.00 in)
                      • + *
                      • EN_ANTIQUARIAN (787x1346 mm ; 31.00x53.00 in)
                      • + *
                      • EN_GRAND_EAGLE (730x1067 mm ; 28.75x42.00 in)
                      • + *
                      • EN_DOUBLE_ELEPHANT (679x1016 mm ; 26.75x40.00 in)
                      • + *
                      • EN_ATLAS (660x864 mm ; 26.00x34.00 in)
                      • + *
                      • EN_COLOMBIER (597x876 mm ; 23.50x34.50 in)
                      • + *
                      • EN_ELEPHANT (584x711 mm ; 23.00x28.00 in)
                      • + *
                      • EN_DOUBLE_DEMY (572x902 mm ; 22.50x35.50 in)
                      • + *
                      • EN_IMPERIAL (559x762 mm ; 22.00x30.00 in)
                      • + *
                      • EN_PRINCESS (546x711 mm ; 21.50x28.00 in)
                      • + *
                      • EN_CARTRIDGE (533x660 mm ; 21.00x26.00 in)
                      • + *
                      • EN_DOUBLE_LARGE_POST (533x838 mm ; 21.00x33.00 in)
                      • + *
                      • EN_ROYAL (508x635 mm ; 20.00x25.00 in)
                      • + *
                      • EN_SHEET, EN_HALF_POST (495x597 mm ; 19.50x23.50 in)
                      • + *
                      • EN_SUPER_ROYAL (483x686 mm ; 19.00x27.00 in)
                      • + *
                      • EN_DOUBLE_POST (483x775 mm ; 19.00x30.50 in)
                      • + *
                      • EN_MEDIUM (445x584 mm ; 17.50x23.00 in)
                      • + *
                      • EN_DEMY (445x572 mm ; 17.50x22.50 in)
                      • + *
                      • EN_LARGE_POST (419x533 mm ; 16.50x21.00 in)
                      • + *
                      • EN_COPY_DRAUGHT (406x508 mm ; 16.00x20.00 in)
                      • + *
                      • EN_POST (394x489 mm ; 15.50x19.25 in)
                      • + *
                      • EN_CROWN (381x508 mm ; 15.00x20.00 in)
                      • + *
                      • EN_PINCHED_POST (375x470 mm ; 14.75x18.50 in)
                      • + *
                      • EN_BRIEF (343x406 mm ; 13.50x16.00 in)
                      • + *
                      • EN_FOOLSCAP (343x432 mm ; 13.50x17.00 in)
                      • + *
                      • EN_SMALL_FOOLSCAP (337x419 mm ; 13.25x16.50 in)
                      • + *
                      • EN_POTT (318x381 mm ; 12.50x15.00 in)
                      • + *
                      • Old Imperial Belgian
                      • + *
                      • BE_GRAND_AIGLE (700x1040 mm ; 27.56x40.94 in)
                      • + *
                      • BE_COLOMBIER (620x850 mm ; 24.41x33.46 in)
                      • + *
                      • BE_DOUBLE_CARRE (620x920 mm ; 24.41x36.22 in)
                      • + *
                      • BE_ELEPHANT (616x770 mm ; 24.25x30.31 in)
                      • + *
                      • BE_PETIT_AIGLE (600x840 mm ; 23.62x33.07 in)
                      • + *
                      • BE_GRAND_JESUS (550x730 mm ; 21.65x28.74 in)
                      • + *
                      • BE_JESUS (540x730 mm ; 21.26x28.74 in)
                      • + *
                      • BE_RAISIN (500x650 mm ; 19.69x25.59 in)
                      • + *
                      • BE_GRAND_MEDIAN (460x605 mm ; 18.11x23.82 in)
                      • + *
                      • BE_DOUBLE_POSTE (435x565 mm ; 17.13x22.24 in)
                      • + *
                      • BE_COQUILLE (430x560 mm ; 16.93x22.05 in)
                      • + *
                      • BE_PETIT_MEDIAN (415x530 mm ; 16.34x20.87 in)
                      • + *
                      • BE_RUCHE (360x460 mm ; 14.17x18.11 in)
                      • + *
                      • BE_PROPATRIA (345x430 mm ; 13.58x16.93 in)
                      • + *
                      • BE_LYS (317x397 mm ; 12.48x15.63 in)
                      • + *
                      • BE_POT (307x384 mm ; 12.09x15.12 in)
                      • + *
                      • BE_ROSETTE (270x347 mm ; 10.63x13.66 in)
                      • + *
                      • Old Imperial French
                      • + *
                      • FR_UNIVERS (1000x1300 mm ; 39.37x51.18 in)
                      • + *
                      • FR_DOUBLE_COLOMBIER (900x1260 mm ; 35.43x49.61 in)
                      • + *
                      • FR_GRANDE_MONDE (900x1260 mm ; 35.43x49.61 in)
                      • + *
                      • FR_DOUBLE_SOLEIL (800x1200 mm ; 31.50x47.24 in)
                      • + *
                      • FR_DOUBLE_JESUS (760x1120 mm ; 29.92x44.09 in)
                      • + *
                      • FR_GRAND_AIGLE (750x1060 mm ; 29.53x41.73 in)
                      • + *
                      • FR_PETIT_AIGLE (700x940 mm ; 27.56x37.01 in)
                      • + *
                      • FR_DOUBLE_RAISIN (650x1000 mm ; 25.59x39.37 in)
                      • + *
                      • FR_JOURNAL (650x940 mm ; 25.59x37.01 in)
                      • + *
                      • FR_COLOMBIER_AFFICHE (630x900 mm ; 24.80x35.43 in)
                      • + *
                      • FR_DOUBLE_CAVALIER (620x920 mm ; 24.41x36.22 in)
                      • + *
                      • FR_CLOCHE (600x800 mm ; 23.62x31.50 in)
                      • + *
                      • FR_SOLEIL (600x800 mm ; 23.62x31.50 in)
                      • + *
                      • FR_DOUBLE_CARRE (560x900 mm ; 22.05x35.43 in)
                      • + *
                      • FR_DOUBLE_COQUILLE (560x880 mm ; 22.05x34.65 in)
                      • + *
                      • FR_JESUS (560x760 mm ; 22.05x29.92 in)
                      • + *
                      • FR_RAISIN (500x650 mm ; 19.69x25.59 in)
                      • + *
                      • FR_CAVALIER (460x620 mm ; 18.11x24.41 in)
                      • + *
                      • FR_DOUBLE_COURONNE (460x720 mm ; 18.11x28.35 in)
                      • + *
                      • FR_CARRE (450x560 mm ; 17.72x22.05 in)
                      • + *
                      • FR_COQUILLE (440x560 mm ; 17.32x22.05 in)
                      • + *
                      • FR_DOUBLE_TELLIERE (440x680 mm ; 17.32x26.77 in)
                      • + *
                      • FR_DOUBLE_CLOCHE (400x600 mm ; 15.75x23.62 in)
                      • + *
                      • FR_DOUBLE_POT (400x620 mm ; 15.75x24.41 in)
                      • + *
                      • FR_ECU (400x520 mm ; 15.75x20.47 in)
                      • + *
                      • FR_COURONNE (360x460 mm ; 14.17x18.11 in)
                      • + *
                      • FR_TELLIERE (340x440 mm ; 13.39x17.32 in)
                      • + *
                      • FR_POT (310x400 mm ; 12.20x15.75 in)
                      • + *
                      + * @return array containing page width and height in points + * @public + * @since 5.0.010 (2010-05-17) + */ + public function getPageSizeFromFormat($format) { + // Paper cordinates are calculated in this way: (inches * 72) where (1 inch = 25.4 mm) + switch (strtoupper($format)) { + // ISO 216 A Series + 2 SIS 014711 extensions + case 'A0' : {$pf = array( 2383.937, 3370.394); break;} + case 'A1' : {$pf = array( 1683.780, 2383.937); break;} + case 'A2' : {$pf = array( 1190.551, 1683.780); break;} + case 'A3' : {$pf = array( 841.890, 1190.551); break;} + case 'A4' : {$pf = array( 595.276, 841.890); break;} + case 'A5' : {$pf = array( 419.528, 595.276); break;} + case 'A6' : {$pf = array( 297.638, 419.528); break;} + case 'A7' : {$pf = array( 209.764, 297.638); break;} + case 'A8' : {$pf = array( 147.402, 209.764); break;} + case 'A9' : {$pf = array( 104.882, 147.402); break;} + case 'A10': {$pf = array( 73.701, 104.882); break;} + case 'A11': {$pf = array( 51.024, 73.701); break;} + case 'A12': {$pf = array( 36.850, 51.024); break;} + // ISO 216 B Series + 2 SIS 014711 extensions + case 'B0' : {$pf = array( 2834.646, 4008.189); break;} + case 'B1' : {$pf = array( 2004.094, 2834.646); break;} + case 'B2' : {$pf = array( 1417.323, 2004.094); break;} + case 'B3' : {$pf = array( 1000.630, 1417.323); break;} + case 'B4' : {$pf = array( 708.661, 1000.630); break;} + case 'B5' : {$pf = array( 498.898, 708.661); break;} + case 'B6' : {$pf = array( 354.331, 498.898); break;} + case 'B7' : {$pf = array( 249.449, 354.331); break;} + case 'B8' : {$pf = array( 175.748, 249.449); break;} + case 'B9' : {$pf = array( 124.724, 175.748); break;} + case 'B10': {$pf = array( 87.874, 124.724); break;} + case 'B11': {$pf = array( 62.362, 87.874); break;} + case 'B12': {$pf = array( 42.520, 62.362); break;} + // ISO 216 C Series + 2 SIS 014711 extensions + 2 EXTENSION + case 'C0' : {$pf = array( 2599.370, 3676.535); break;} + case 'C1' : {$pf = array( 1836.850, 2599.370); break;} + case 'C2' : {$pf = array( 1298.268, 1836.850); break;} + case 'C3' : {$pf = array( 918.425, 1298.268); break;} + case 'C4' : {$pf = array( 649.134, 918.425); break;} + case 'C5' : {$pf = array( 459.213, 649.134); break;} + case 'C6' : {$pf = array( 323.150, 459.213); break;} + case 'C7' : {$pf = array( 229.606, 323.150); break;} + case 'C8' : {$pf = array( 161.575, 229.606); break;} + case 'C9' : {$pf = array( 113.386, 161.575); break;} + case 'C10': {$pf = array( 79.370, 113.386); break;} + case 'C11': {$pf = array( 56.693, 79.370); break;} + case 'C12': {$pf = array( 39.685, 56.693); break;} + case 'C76': {$pf = array( 229.606, 459.213); break;} + case 'DL' : {$pf = array( 311.811, 623.622); break;} + // SIS 014711 E Series + case 'E0' : {$pf = array( 2491.654, 3517.795); break;} + case 'E1' : {$pf = array( 1757.480, 2491.654); break;} + case 'E2' : {$pf = array( 1247.244, 1757.480); break;} + case 'E3' : {$pf = array( 878.740, 1247.244); break;} + case 'E4' : {$pf = array( 623.622, 878.740); break;} + case 'E5' : {$pf = array( 439.370, 623.622); break;} + case 'E6' : {$pf = array( 311.811, 439.370); break;} + case 'E7' : {$pf = array( 221.102, 311.811); break;} + case 'E8' : {$pf = array( 155.906, 221.102); break;} + case 'E9' : {$pf = array( 110.551, 155.906); break;} + case 'E10': {$pf = array( 76.535, 110.551); break;} + case 'E11': {$pf = array( 53.858, 76.535); break;} + case 'E12': {$pf = array( 36.850, 53.858); break;} + // SIS 014711 G Series + case 'G0' : {$pf = array( 2715.591, 3838.110); break;} + case 'G1' : {$pf = array( 1919.055, 2715.591); break;} + case 'G2' : {$pf = array( 1357.795, 1919.055); break;} + case 'G3' : {$pf = array( 958.110, 1357.795); break;} + case 'G4' : {$pf = array( 677.480, 958.110); break;} + case 'G5' : {$pf = array( 479.055, 677.480); break;} + case 'G6' : {$pf = array( 337.323, 479.055); break;} + case 'G7' : {$pf = array( 238.110, 337.323); break;} + case 'G8' : {$pf = array( 167.244, 238.110); break;} + case 'G9' : {$pf = array( 119.055, 167.244); break;} + case 'G10': {$pf = array( 82.205, 119.055); break;} + case 'G11': {$pf = array( 59.528, 82.205); break;} + case 'G12': {$pf = array( 39.685, 59.528); break;} + // ISO Press + case 'RA0': {$pf = array( 2437.795, 3458.268); break;} + case 'RA1': {$pf = array( 1729.134, 2437.795); break;} + case 'RA2': {$pf = array( 1218.898, 1729.134); break;} + case 'RA3': {$pf = array( 864.567, 1218.898); break;} + case 'RA4': {$pf = array( 609.449, 864.567); break;} + case 'SRA0': {$pf = array( 2551.181, 3628.346); break;} + case 'SRA1': {$pf = array( 1814.173, 2551.181); break;} + case 'SRA2': {$pf = array( 1275.591, 1814.173); break;} + case 'SRA3': {$pf = array( 907.087, 1275.591); break;} + case 'SRA4': {$pf = array( 637.795, 907.087); break;} + // German DIN 476 + case '4A0': {$pf = array( 4767.874, 6740.787); break;} + case '2A0': {$pf = array( 3370.394, 4767.874); break;} + // Variations on the ISO Standard + case 'A2_EXTRA' : {$pf = array( 1261.417, 1754.646); break;} + case 'A3+' : {$pf = array( 932.598, 1369.134); break;} + case 'A3_EXTRA' : {$pf = array( 912.756, 1261.417); break;} + case 'A3_SUPER' : {$pf = array( 864.567, 1440.000); break;} + case 'SUPER_A3' : {$pf = array( 864.567, 1380.472); break;} + case 'A4_EXTRA' : {$pf = array( 666.142, 912.756); break;} + case 'A4_SUPER' : {$pf = array( 649.134, 912.756); break;} + case 'SUPER_A4' : {$pf = array( 643.465, 1009.134); break;} + case 'A4_LONG' : {$pf = array( 595.276, 986.457); break;} + case 'F4' : {$pf = array( 595.276, 935.433); break;} + case 'SO_B5_EXTRA': {$pf = array( 572.598, 782.362); break;} + case 'A5_EXTRA' : {$pf = array( 490.394, 666.142); break;} + // ANSI Series + case 'ANSI_E': {$pf = array( 2448.000, 3168.000); break;} + case 'ANSI_D': {$pf = array( 1584.000, 2448.000); break;} + case 'ANSI_C': {$pf = array( 1224.000, 1584.000); break;} + case 'ANSI_B': {$pf = array( 792.000, 1224.000); break;} + case 'ANSI_A': {$pf = array( 612.000, 792.000); break;} + // Traditional 'Loose' North American Paper Sizes + case 'USLEDGER': + case 'LEDGER' : {$pf = array( 1224.000, 792.000); break;} + case 'ORGANIZERK': + case 'BIBLE': + case 'USTABLOID': + case 'TABLOID': {$pf = array( 792.000, 1224.000); break;} + case 'ORGANIZERM': + case 'USLETTER': + case 'LETTER' : {$pf = array( 612.000, 792.000); break;} + case 'USLEGAL': + case 'LEGAL' : {$pf = array( 612.000, 1008.000); break;} + case 'GOVERNMENTLETTER': + case 'GLETTER': {$pf = array( 576.000, 756.000); break;} + case 'JUNIORLEGAL': + case 'JLEGAL' : {$pf = array( 576.000, 360.000); break;} + // Other North American Paper Sizes + case 'QUADDEMY': {$pf = array( 2520.000, 3240.000); break;} + case 'SUPER_B': {$pf = array( 936.000, 1368.000); break;} + case 'QUARTO': {$pf = array( 648.000, 792.000); break;} + case 'GOVERNMENTLEGAL': + case 'FOLIO': {$pf = array( 612.000, 936.000); break;} + case 'MONARCH': + case 'EXECUTIVE': {$pf = array( 522.000, 756.000); break;} + case 'ORGANIZERL': + case 'STATEMENT': + case 'MEMO': {$pf = array( 396.000, 612.000); break;} + case 'FOOLSCAP': {$pf = array( 595.440, 936.000); break;} + case 'COMPACT': {$pf = array( 306.000, 486.000); break;} + case 'ORGANIZERJ': {$pf = array( 198.000, 360.000); break;} + // Canadian standard CAN 2-9.60M + case 'P1': {$pf = array( 1587.402, 2437.795); break;} + case 'P2': {$pf = array( 1218.898, 1587.402); break;} + case 'P3': {$pf = array( 793.701, 1218.898); break;} + case 'P4': {$pf = array( 609.449, 793.701); break;} + case 'P5': {$pf = array( 396.850, 609.449); break;} + case 'P6': {$pf = array( 303.307, 396.850); break;} + // North American Architectural Sizes + case 'ARCH_E' : {$pf = array( 2592.000, 3456.000); break;} + case 'ARCH_E1': {$pf = array( 2160.000, 3024.000); break;} + case 'ARCH_D' : {$pf = array( 1728.000, 2592.000); break;} + case 'BROADSHEET': + case 'ARCH_C' : {$pf = array( 1296.000, 1728.000); break;} + case 'ARCH_B' : {$pf = array( 864.000, 1296.000); break;} + case 'ARCH_A' : {$pf = array( 648.000, 864.000); break;} + // --- North American Envelope Sizes --- + // - Announcement Envelopes + case 'ANNENV_A2' : {$pf = array( 314.640, 414.000); break;} + case 'ANNENV_A6' : {$pf = array( 342.000, 468.000); break;} + case 'ANNENV_A7' : {$pf = array( 378.000, 522.000); break;} + case 'ANNENV_A8' : {$pf = array( 396.000, 584.640); break;} + case 'ANNENV_A10' : {$pf = array( 450.000, 692.640); break;} + case 'ANNENV_SLIM': {$pf = array( 278.640, 638.640); break;} + // - Commercial Envelopes + case 'COMMENV_N6_1/4': {$pf = array( 252.000, 432.000); break;} + case 'COMMENV_N6_3/4': {$pf = array( 260.640, 468.000); break;} + case 'COMMENV_N8' : {$pf = array( 278.640, 540.000); break;} + case 'COMMENV_N9' : {$pf = array( 278.640, 638.640); break;} + case 'COMMENV_N10' : {$pf = array( 296.640, 684.000); break;} + case 'COMMENV_N11' : {$pf = array( 324.000, 746.640); break;} + case 'COMMENV_N12' : {$pf = array( 342.000, 792.000); break;} + case 'COMMENV_N14' : {$pf = array( 360.000, 828.000); break;} + // - Catalogue Envelopes + case 'CATENV_N1' : {$pf = array( 432.000, 648.000); break;} + case 'CATENV_N1_3/4' : {$pf = array( 468.000, 684.000); break;} + case 'CATENV_N2' : {$pf = array( 468.000, 720.000); break;} + case 'CATENV_N3' : {$pf = array( 504.000, 720.000); break;} + case 'CATENV_N6' : {$pf = array( 540.000, 756.000); break;} + case 'CATENV_N7' : {$pf = array( 576.000, 792.000); break;} + case 'CATENV_N8' : {$pf = array( 594.000, 810.000); break;} + case 'CATENV_N9_1/2' : {$pf = array( 612.000, 756.000); break;} + case 'CATENV_N9_3/4' : {$pf = array( 630.000, 810.000); break;} + case 'CATENV_N10_1/2': {$pf = array( 648.000, 864.000); break;} + case 'CATENV_N12_1/2': {$pf = array( 684.000, 900.000); break;} + case 'CATENV_N13_1/2': {$pf = array( 720.000, 936.000); break;} + case 'CATENV_N14_1/4': {$pf = array( 810.000, 882.000); break;} + case 'CATENV_N14_1/2': {$pf = array( 828.000, 1044.000); break;} + // Japanese (JIS P 0138-61) Standard B-Series + case 'JIS_B0' : {$pf = array( 2919.685, 4127.244); break;} + case 'JIS_B1' : {$pf = array( 2063.622, 2919.685); break;} + case 'JIS_B2' : {$pf = array( 1459.843, 2063.622); break;} + case 'JIS_B3' : {$pf = array( 1031.811, 1459.843); break;} + case 'JIS_B4' : {$pf = array( 728.504, 1031.811); break;} + case 'JIS_B5' : {$pf = array( 515.906, 728.504); break;} + case 'JIS_B6' : {$pf = array( 362.835, 515.906); break;} + case 'JIS_B7' : {$pf = array( 257.953, 362.835); break;} + case 'JIS_B8' : {$pf = array( 181.417, 257.953); break;} + case 'JIS_B9' : {$pf = array( 127.559, 181.417); break;} + case 'JIS_B10': {$pf = array( 90.709, 127.559); break;} + case 'JIS_B11': {$pf = array( 62.362, 90.709); break;} + case 'JIS_B12': {$pf = array( 45.354, 62.362); break;} + // PA Series + case 'PA0' : {$pf = array( 2381.102, 3174.803,); break;} + case 'PA1' : {$pf = array( 1587.402, 2381.102); break;} + case 'PA2' : {$pf = array( 1190.551, 1587.402); break;} + case 'PA3' : {$pf = array( 793.701, 1190.551); break;} + case 'PA4' : {$pf = array( 595.276, 793.701); break;} + case 'PA5' : {$pf = array( 396.850, 595.276); break;} + case 'PA6' : {$pf = array( 297.638, 396.850); break;} + case 'PA7' : {$pf = array( 198.425, 297.638); break;} + case 'PA8' : {$pf = array( 147.402, 198.425); break;} + case 'PA9' : {$pf = array( 99.213, 147.402); break;} + case 'PA10': {$pf = array( 73.701, 99.213); break;} + // Standard Photographic Print Sizes + case 'PASSPORT_PHOTO': {$pf = array( 99.213, 127.559); break;} + case 'E' : {$pf = array( 233.858, 340.157); break;} + case 'L': + case '3R' : {$pf = array( 252.283, 360.000); break;} + case 'KG': + case '4R' : {$pf = array( 289.134, 430.866); break;} + case '4D' : {$pf = array( 340.157, 430.866); break;} + case '2L': + case '5R' : {$pf = array( 360.000, 504.567); break;} + case '8P': + case '6R' : {$pf = array( 430.866, 575.433); break;} + case '6P': + case '8R' : {$pf = array( 575.433, 720.000); break;} + case '6PW': + case 'S8R' : {$pf = array( 575.433, 864.567); break;} + case '4P': + case '10R' : {$pf = array( 720.000, 864.567); break;} + case '4PW': + case 'S10R': {$pf = array( 720.000, 1080.000); break;} + case '11R' : {$pf = array( 790.866, 1009.134); break;} + case 'S11R': {$pf = array( 790.866, 1224.567); break;} + case '12R' : {$pf = array( 864.567, 1080.000); break;} + case 'S12R': {$pf = array( 864.567, 1292.598); break;} + // Common Newspaper Sizes + case 'NEWSPAPER_BROADSHEET': {$pf = array( 2125.984, 1700.787); break;} + case 'NEWSPAPER_BERLINER' : {$pf = array( 1332.283, 892.913); break;} + case 'NEWSPAPER_TABLOID': + case 'NEWSPAPER_COMPACT' : {$pf = array( 1218.898, 793.701); break;} + // Business Cards + case 'CREDIT_CARD': + case 'BUSINESS_CARD': + case 'BUSINESS_CARD_ISO7810': {$pf = array( 153.014, 242.646); break;} + case 'BUSINESS_CARD_ISO216' : {$pf = array( 147.402, 209.764); break;} + case 'BUSINESS_CARD_IT': + case 'BUSINESS_CARD_UK': + case 'BUSINESS_CARD_FR': + case 'BUSINESS_CARD_DE': + case 'BUSINESS_CARD_ES' : {$pf = array( 155.906, 240.945); break;} + case 'BUSINESS_CARD_CA': + case 'BUSINESS_CARD_US' : {$pf = array( 144.567, 252.283); break;} + case 'BUSINESS_CARD_JP' : {$pf = array( 155.906, 257.953); break;} + case 'BUSINESS_CARD_HK' : {$pf = array( 153.071, 255.118); break;} + case 'BUSINESS_CARD_AU': + case 'BUSINESS_CARD_DK': + case 'BUSINESS_CARD_SE' : {$pf = array( 155.906, 255.118); break;} + case 'BUSINESS_CARD_RU': + case 'BUSINESS_CARD_CZ': + case 'BUSINESS_CARD_FI': + case 'BUSINESS_CARD_HU': + case 'BUSINESS_CARD_IL' : {$pf = array( 141.732, 255.118); break;} + // Billboards + case '4SHEET' : {$pf = array( 2880.000, 4320.000); break;} + case '6SHEET' : {$pf = array( 3401.575, 5102.362); break;} + case '12SHEET': {$pf = array( 8640.000, 4320.000); break;} + case '16SHEET': {$pf = array( 5760.000, 8640.000); break;} + case '32SHEET': {$pf = array(11520.000, 8640.000); break;} + case '48SHEET': {$pf = array(17280.000, 8640.000); break;} + case '64SHEET': {$pf = array(23040.000, 8640.000); break;} + case '96SHEET': {$pf = array(34560.000, 8640.000); break;} + // Old European Sizes + // - Old Imperial English Sizes + case 'EN_EMPEROR' : {$pf = array( 3456.000, 5184.000); break;} + case 'EN_ANTIQUARIAN' : {$pf = array( 2232.000, 3816.000); break;} + case 'EN_GRAND_EAGLE' : {$pf = array( 2070.000, 3024.000); break;} + case 'EN_DOUBLE_ELEPHANT' : {$pf = array( 1926.000, 2880.000); break;} + case 'EN_ATLAS' : {$pf = array( 1872.000, 2448.000); break;} + case 'EN_COLOMBIER' : {$pf = array( 1692.000, 2484.000); break;} + case 'EN_ELEPHANT' : {$pf = array( 1656.000, 2016.000); break;} + case 'EN_DOUBLE_DEMY' : {$pf = array( 1620.000, 2556.000); break;} + case 'EN_IMPERIAL' : {$pf = array( 1584.000, 2160.000); break;} + case 'EN_PRINCESS' : {$pf = array( 1548.000, 2016.000); break;} + case 'EN_CARTRIDGE' : {$pf = array( 1512.000, 1872.000); break;} + case 'EN_DOUBLE_LARGE_POST': {$pf = array( 1512.000, 2376.000); break;} + case 'EN_ROYAL' : {$pf = array( 1440.000, 1800.000); break;} + case 'EN_SHEET': + case 'EN_HALF_POST' : {$pf = array( 1404.000, 1692.000); break;} + case 'EN_SUPER_ROYAL' : {$pf = array( 1368.000, 1944.000); break;} + case 'EN_DOUBLE_POST' : {$pf = array( 1368.000, 2196.000); break;} + case 'EN_MEDIUM' : {$pf = array( 1260.000, 1656.000); break;} + case 'EN_DEMY' : {$pf = array( 1260.000, 1620.000); break;} + case 'EN_LARGE_POST' : {$pf = array( 1188.000, 1512.000); break;} + case 'EN_COPY_DRAUGHT' : {$pf = array( 1152.000, 1440.000); break;} + case 'EN_POST' : {$pf = array( 1116.000, 1386.000); break;} + case 'EN_CROWN' : {$pf = array( 1080.000, 1440.000); break;} + case 'EN_PINCHED_POST' : {$pf = array( 1062.000, 1332.000); break;} + case 'EN_BRIEF' : {$pf = array( 972.000, 1152.000); break;} + case 'EN_FOOLSCAP' : {$pf = array( 972.000, 1224.000); break;} + case 'EN_SMALL_FOOLSCAP' : {$pf = array( 954.000, 1188.000); break;} + case 'EN_POTT' : {$pf = array( 900.000, 1080.000); break;} + // - Old Imperial Belgian Sizes + case 'BE_GRAND_AIGLE' : {$pf = array( 1984.252, 2948.031); break;} + case 'BE_COLOMBIER' : {$pf = array( 1757.480, 2409.449); break;} + case 'BE_DOUBLE_CARRE': {$pf = array( 1757.480, 2607.874); break;} + case 'BE_ELEPHANT' : {$pf = array( 1746.142, 2182.677); break;} + case 'BE_PETIT_AIGLE' : {$pf = array( 1700.787, 2381.102); break;} + case 'BE_GRAND_JESUS' : {$pf = array( 1559.055, 2069.291); break;} + case 'BE_JESUS' : {$pf = array( 1530.709, 2069.291); break;} + case 'BE_RAISIN' : {$pf = array( 1417.323, 1842.520); break;} + case 'BE_GRAND_MEDIAN': {$pf = array( 1303.937, 1714.961); break;} + case 'BE_DOUBLE_POSTE': {$pf = array( 1233.071, 1601.575); break;} + case 'BE_COQUILLE' : {$pf = array( 1218.898, 1587.402); break;} + case 'BE_PETIT_MEDIAN': {$pf = array( 1176.378, 1502.362); break;} + case 'BE_RUCHE' : {$pf = array( 1020.472, 1303.937); break;} + case 'BE_PROPATRIA' : {$pf = array( 977.953, 1218.898); break;} + case 'BE_LYS' : {$pf = array( 898.583, 1125.354); break;} + case 'BE_POT' : {$pf = array( 870.236, 1088.504); break;} + case 'BE_ROSETTE' : {$pf = array( 765.354, 983.622); break;} + // - Old Imperial French Sizes + case 'FR_UNIVERS' : {$pf = array( 2834.646, 3685.039); break;} + case 'FR_DOUBLE_COLOMBIER' : {$pf = array( 2551.181, 3571.654); break;} + case 'FR_GRANDE_MONDE' : {$pf = array( 2551.181, 3571.654); break;} + case 'FR_DOUBLE_SOLEIL' : {$pf = array( 2267.717, 3401.575); break;} + case 'FR_DOUBLE_JESUS' : {$pf = array( 2154.331, 3174.803); break;} + case 'FR_GRAND_AIGLE' : {$pf = array( 2125.984, 3004.724); break;} + case 'FR_PETIT_AIGLE' : {$pf = array( 1984.252, 2664.567); break;} + case 'FR_DOUBLE_RAISIN' : {$pf = array( 1842.520, 2834.646); break;} + case 'FR_JOURNAL' : {$pf = array( 1842.520, 2664.567); break;} + case 'FR_COLOMBIER_AFFICHE': {$pf = array( 1785.827, 2551.181); break;} + case 'FR_DOUBLE_CAVALIER' : {$pf = array( 1757.480, 2607.874); break;} + case 'FR_CLOCHE' : {$pf = array( 1700.787, 2267.717); break;} + case 'FR_SOLEIL' : {$pf = array( 1700.787, 2267.717); break;} + case 'FR_DOUBLE_CARRE' : {$pf = array( 1587.402, 2551.181); break;} + case 'FR_DOUBLE_COQUILLE' : {$pf = array( 1587.402, 2494.488); break;} + case 'FR_JESUS' : {$pf = array( 1587.402, 2154.331); break;} + case 'FR_RAISIN' : {$pf = array( 1417.323, 1842.520); break;} + case 'FR_CAVALIER' : {$pf = array( 1303.937, 1757.480); break;} + case 'FR_DOUBLE_COURONNE' : {$pf = array( 1303.937, 2040.945); break;} + case 'FR_CARRE' : {$pf = array( 1275.591, 1587.402); break;} + case 'FR_COQUILLE' : {$pf = array( 1247.244, 1587.402); break;} + case 'FR_DOUBLE_TELLIERE' : {$pf = array( 1247.244, 1927.559); break;} + case 'FR_DOUBLE_CLOCHE' : {$pf = array( 1133.858, 1700.787); break;} + case 'FR_DOUBLE_POT' : {$pf = array( 1133.858, 1757.480); break;} + case 'FR_ECU' : {$pf = array( 1133.858, 1474.016); break;} + case 'FR_COURONNE' : {$pf = array( 1020.472, 1303.937); break;} + case 'FR_TELLIERE' : {$pf = array( 963.780, 1247.244); break;} + case 'FR_POT' : {$pf = array( 878.740, 1133.858); break;} + // DEFAULT ISO A4 + default: {$pf = array( 595.276, 841.890); break;} + } + return $pf; + } + + /** + * Change the format of the current page + * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() documentation or an array of two numners (width, height) or an array containing the following measures and options:
                        + *
                      • ['format'] = page format name (one of the above);
                      • + *
                      • ['Rotate'] : The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
                      • + *
                      • ['PZ'] : The page's preferred zoom (magnification) factor.
                      • + *
                      • ['MediaBox'] : the boundaries of the physical medium on which the page shall be displayed or printed:
                      • + *
                      • ['MediaBox']['llx'] : lower-left x coordinate in points
                      • + *
                      • ['MediaBox']['lly'] : lower-left y coordinate in points
                      • + *
                      • ['MediaBox']['urx'] : upper-right x coordinate in points
                      • + *
                      • ['MediaBox']['ury'] : upper-right y coordinate in points
                      • + *
                      • ['CropBox'] : the visible region of default user space:
                      • + *
                      • ['CropBox']['llx'] : lower-left x coordinate in points
                      • + *
                      • ['CropBox']['lly'] : lower-left y coordinate in points
                      • + *
                      • ['CropBox']['urx'] : upper-right x coordinate in points
                      • + *
                      • ['CropBox']['ury'] : upper-right y coordinate in points
                      • + *
                      • ['BleedBox'] : the region to which the contents of the page shall be clipped when output in a production environment:
                      • + *
                      • ['BleedBox']['llx'] : lower-left x coordinate in points
                      • + *
                      • ['BleedBox']['lly'] : lower-left y coordinate in points
                      • + *
                      • ['BleedBox']['urx'] : upper-right x coordinate in points
                      • + *
                      • ['BleedBox']['ury'] : upper-right y coordinate in points
                      • + *
                      • ['TrimBox'] : the intended dimensions of the finished page after trimming:
                      • + *
                      • ['TrimBox']['llx'] : lower-left x coordinate in points
                      • + *
                      • ['TrimBox']['lly'] : lower-left y coordinate in points
                      • + *
                      • ['TrimBox']['urx'] : upper-right x coordinate in points
                      • + *
                      • ['TrimBox']['ury'] : upper-right y coordinate in points
                      • + *
                      • ['ArtBox'] : the extent of the page's meaningful content:
                      • + *
                      • ['ArtBox']['llx'] : lower-left x coordinate in points
                      • + *
                      • ['ArtBox']['lly'] : lower-left y coordinate in points
                      • + *
                      • ['ArtBox']['urx'] : upper-right x coordinate in points
                      • + *
                      • ['ArtBox']['ury'] : upper-right y coordinate in points
                      • + *
                      • ['BoxColorInfo'] :specify the colours and other visual characteristics that should be used in displaying guidelines on the screen for each of the possible page boundaries other than the MediaBox:
                      • + *
                      • ['BoxColorInfo'][BOXTYPE]['C'] : an array of three numbers in the range 0-255, representing the components in the DeviceRGB colour space.
                      • + *
                      • ['BoxColorInfo'][BOXTYPE]['W'] : the guideline width in default user units
                      • + *
                      • ['BoxColorInfo'][BOXTYPE]['S'] : the guideline style: S = Solid; D = Dashed
                      • + *
                      • ['BoxColorInfo'][BOXTYPE]['D'] : dash array defining a pattern of dashes and gaps to be used in drawing dashed guidelines
                      • + *
                      • ['trans'] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation
                      • + *
                      • ['trans']['Dur'] : The page's display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
                      • + *
                      • ['trans']['S'] : transition style : Split, Blinds, Box, Wipe, Dissolve, Glitter, R, Fly, Push, Cover, Uncover, Fade
                      • + *
                      • ['trans']['D'] : The duration of the transition effect, in seconds.
                      • + *
                      • ['trans']['Dm'] : (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.
                      • + *
                      • ['trans']['M'] : (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.
                      • + *
                      • ['trans']['Di'] : (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.
                      • + *
                      • ['trans']['SS'] : (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0.
                      • + *
                      • ['trans']['B'] : (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.
                      • + *
                      + * @param $orientation (string) page orientation. Possible values are (case insensitive):
                        + *
                      • P or Portrait (default)
                      • + *
                      • L or Landscape
                      • + *
                      • '' (empty string) for automatic orientation
                      • + *
                      + * @protected + * @since 3.0.015 (2008-06-06) + * @see getPageSizeFromFormat() + */ + protected function setPageFormat($format, $orientation='P') { + if (!empty($format) AND isset($this->pagedim[$this->page])) { + // remove inherited values + unset($this->pagedim[$this->page]); + } + if (is_string($format)) { + // get page measures from format name + $pf = $this->getPageSizeFromFormat($format); + $this->fwPt = $pf[0]; + $this->fhPt = $pf[1]; + } else { + // the boundaries of the physical medium on which the page shall be displayed or printed + if (isset($format['MediaBox'])) { + $this->setPageBoxes($this->page, 'MediaBox', $format['MediaBox']['llx'], $format['MediaBox']['lly'], $format['MediaBox']['urx'], $format['MediaBox']['ury'], false); + $this->fwPt = (($format['MediaBox']['urx'] - $format['MediaBox']['llx']) * $this->k); + $this->fhPt = (($format['MediaBox']['ury'] - $format['MediaBox']['lly']) * $this->k); + } else { + if (isset($format[0]) AND is_numeric($format[0]) AND isset($format[1]) AND is_numeric($format[1])) { + $pf = array(($format[0] * $this->k), ($format[1] * $this->k)); + } else { + if (!isset($format['format'])) { + // default value + $format['format'] = 'A4'; + } + $pf = $this->getPageSizeFromFormat($format['format']); + } + $this->fwPt = $pf[0]; + $this->fhPt = $pf[1]; + $this->setPageBoxes($this->page, 'MediaBox', 0, 0, $this->fwPt, $this->fhPt, true); + } + // the visible region of default user space + if (isset($format['CropBox'])) { + $this->setPageBoxes($this->page, 'CropBox', $format['CropBox']['llx'], $format['CropBox']['lly'], $format['CropBox']['urx'], $format['CropBox']['ury'], false); + } + // the region to which the contents of the page shall be clipped when output in a production environment + if (isset($format['BleedBox'])) { + $this->setPageBoxes($this->page, 'BleedBox', $format['BleedBox']['llx'], $format['BleedBox']['lly'], $format['BleedBox']['urx'], $format['BleedBox']['ury'], false); + } + // the intended dimensions of the finished page after trimming + if (isset($format['TrimBox'])) { + $this->setPageBoxes($this->page, 'TrimBox', $format['TrimBox']['llx'], $format['TrimBox']['lly'], $format['TrimBox']['urx'], $format['TrimBox']['ury'], false); + } + // the page's meaningful content (including potential white space) + if (isset($format['ArtBox'])) { + $this->setPageBoxes($this->page, 'ArtBox', $format['ArtBox']['llx'], $format['ArtBox']['lly'], $format['ArtBox']['urx'], $format['ArtBox']['ury'], false); + } + // specify the colours and other visual characteristics that should be used in displaying guidelines on the screen for the various page boundaries + if (isset($format['BoxColorInfo'])) { + $this->pagedim[$this->page]['BoxColorInfo'] = $format['BoxColorInfo']; + } + if (isset($format['Rotate']) AND (($format['Rotate'] % 90) == 0)) { + // The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90. + $this->pagedim[$this->page]['Rotate'] = intval($format['Rotate']); + } + if (isset($format['PZ'])) { + // The page's preferred zoom (magnification) factor + $this->pagedim[$this->page]['PZ'] = floatval($format['PZ']); + } + if (isset($format['trans'])) { + // The style and duration of the visual transition to use when moving from another page to the given page during a presentation + if (isset($format['trans']['Dur'])) { + // The page's display duration + $this->pagedim[$this->page]['trans']['Dur'] = floatval($format['trans']['Dur']); + } + $stansition_styles = array('Split', 'Blinds', 'Box', 'Wipe', 'Dissolve', 'Glitter', 'R', 'Fly', 'Push', 'Cover', 'Uncover', 'Fade'); + if (isset($format['trans']['S']) AND in_array($format['trans']['S'], $stansition_styles)) { + // The transition style that shall be used when moving to this page from another during a presentation + $this->pagedim[$this->page]['trans']['S'] = $format['trans']['S']; + $valid_effect = array('Split', 'Blinds'); + $valid_vals = array('H', 'V'); + if (isset($format['trans']['Dm']) AND in_array($format['trans']['S'], $valid_effect) AND in_array($format['trans']['Dm'], $valid_vals)) { + $this->pagedim[$this->page]['trans']['Dm'] = $format['trans']['Dm']; + } + $valid_effect = array('Split', 'Box', 'Fly'); + $valid_vals = array('I', 'O'); + if (isset($format['trans']['M']) AND in_array($format['trans']['S'], $valid_effect) AND in_array($format['trans']['M'], $valid_vals)) { + $this->pagedim[$this->page]['trans']['M'] = $format['trans']['M']; + } + $valid_effect = array('Wipe', 'Glitter', 'Fly', 'Cover', 'Uncover', 'Push'); + if (isset($format['trans']['Di']) AND in_array($format['trans']['S'], $valid_effect)) { + if (((($format['trans']['Di'] == 90) OR ($format['trans']['Di'] == 180)) AND ($format['trans']['S'] == 'Wipe')) + OR (($format['trans']['Di'] == 315) AND ($format['trans']['S'] == 'Glitter')) + OR (($format['trans']['Di'] == 0) OR ($format['trans']['Di'] == 270))) { + $this->pagedim[$this->page]['trans']['Di'] = intval($format['trans']['Di']); + } + } + if (isset($format['trans']['SS']) AND ($format['trans']['S'] == 'Fly')) { + $this->pagedim[$this->page]['trans']['SS'] = floatval($format['trans']['SS']); + } + if (isset($format['trans']['B']) AND ($format['trans']['B'] === true) AND ($format['trans']['S'] == 'Fly')) { + $this->pagedim[$this->page]['trans']['B'] = 'true'; + } + } else { + $this->pagedim[$this->page]['trans']['S'] = 'R'; + } + if (isset($format['trans']['D'])) { + // The duration of the transition effect, in seconds + $this->pagedim[$this->page]['trans']['D'] = floatval($format['trans']['D']); + } else { + $this->pagedim[$this->page]['trans']['D'] = 1; + } + } + } + $this->setPageOrientation($orientation); + } + + /** + * Set page boundaries. + * @param $page (int) page number + * @param $type (string) valid values are:
                      • 'MediaBox' : the boundaries of the physical medium on which the page shall be displayed or printed;
                      • 'CropBox' : the visible region of default user space;
                      • 'BleedBox' : the region to which the contents of the page shall be clipped when output in a production environment;
                      • 'TrimBox' : the intended dimensions of the finished page after trimming;
                      • 'ArtBox' : the page's meaningful content (including potential white space).
                      + * @param $llx (float) lower-left x coordinate in user units + * @param $lly (float) lower-left y coordinate in user units + * @param $urx (float) upper-right x coordinate in user units + * @param $ury (float) upper-right y coordinate in user units + * @param $points (boolean) if true uses user units as unit of measure, otherwise uses PDF points + * @public + * @since 5.0.010 (2010-05-17) + */ + public function setPageBoxes($page, $type, $llx, $lly, $urx, $ury, $points=false) { + if (!isset($this->pagedim[$page])) { + // initialize array + $this->pagedim[$page] = array(); + } + $pageboxes = array('MediaBox', 'CropBox', 'BleedBox', 'TrimBox', 'ArtBox'); + if (!in_array($type, $pageboxes)) { + return; + } + if ($points) { + $k = 1; + } else { + $k = $this->k; + } + $this->pagedim[$page][$type]['llx'] = ($llx * $k); + $this->pagedim[$page][$type]['lly'] = ($lly * $k); + $this->pagedim[$page][$type]['urx'] = ($urx * $k); + $this->pagedim[$page][$type]['ury'] = ($ury * $k); + } + + /** + * Swap X and Y coordinates of page boxes (change page boxes orientation). + * @param $page (int) page number + * @protected + * @since 5.0.010 (2010-05-17) + */ + protected function swapPageBoxCoordinates($page) { + $pageboxes = array('MediaBox', 'CropBox', 'BleedBox', 'TrimBox', 'ArtBox'); + foreach ($pageboxes as $type) { + // swap X and Y coordinates + if (isset($this->pagedim[$page][$type])) { + $tmp = $this->pagedim[$page][$type]['llx']; + $this->pagedim[$page][$type]['llx'] = $this->pagedim[$page][$type]['lly']; + $this->pagedim[$page][$type]['lly'] = $tmp; + $tmp = $this->pagedim[$page][$type]['urx']; + $this->pagedim[$page][$type]['urx'] = $this->pagedim[$page][$type]['ury']; + $this->pagedim[$page][$type]['ury'] = $tmp; + } + } + } + + /** + * Set page orientation. + * @param $orientation (string) page orientation. Possible values are (case insensitive):
                      • P or Portrait (default)
                      • L or Landscape
                      • '' (empty string) for automatic orientation
                      + * @param $autopagebreak (boolean) Boolean indicating if auto-page-break mode should be on or off. + * @param $bottommargin (float) bottom margin of the page. + * @public + * @since 3.0.015 (2008-06-06) + */ + public function setPageOrientation($orientation, $autopagebreak='', $bottommargin='') { + if (!isset($this->pagedim[$this->page]['MediaBox'])) { + // the boundaries of the physical medium on which the page shall be displayed or printed + $this->setPageBoxes($this->page, 'MediaBox', 0, 0, $this->fwPt, $this->fhPt, true); + } + if (!isset($this->pagedim[$this->page]['CropBox'])) { + // the visible region of default user space + $this->setPageBoxes($this->page, 'CropBox', $this->pagedim[$this->page]['MediaBox']['llx'], $this->pagedim[$this->page]['MediaBox']['lly'], $this->pagedim[$this->page]['MediaBox']['urx'], $this->pagedim[$this->page]['MediaBox']['ury'], true); + } + if (!isset($this->pagedim[$this->page]['BleedBox'])) { + // the region to which the contents of the page shall be clipped when output in a production environment + $this->setPageBoxes($this->page, 'BleedBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true); + } + if (!isset($this->pagedim[$this->page]['TrimBox'])) { + // the intended dimensions of the finished page after trimming + $this->setPageBoxes($this->page, 'TrimBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true); + } + if (!isset($this->pagedim[$this->page]['ArtBox'])) { + // the page's meaningful content (including potential white space) + $this->setPageBoxes($this->page, 'ArtBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true); + } + if (!isset($this->pagedim[$this->page]['Rotate'])) { + // The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90. + $this->pagedim[$this->page]['Rotate'] = 0; + } + if (!isset($this->pagedim[$this->page]['PZ'])) { + // The page's preferred zoom (magnification) factor + $this->pagedim[$this->page]['PZ'] = 1; + } + if ($this->fwPt > $this->fhPt) { + // landscape + $default_orientation = 'L'; + } else { + // portrait + $default_orientation = 'P'; + } + $valid_orientations = array('P', 'L'); + if (empty($orientation)) { + $orientation = $default_orientation; + } else { + $orientation = strtoupper($orientation{0}); + } + if (in_array($orientation, $valid_orientations) AND ($orientation != $default_orientation)) { + $this->CurOrientation = $orientation; + $this->wPt = $this->fhPt; + $this->hPt = $this->fwPt; + } else { + $this->CurOrientation = $default_orientation; + $this->wPt = $this->fwPt; + $this->hPt = $this->fhPt; + } + if ((abs($this->pagedim[$this->page]['MediaBox']['urx'] - $this->hPt) < $this->feps) AND (abs($this->pagedim[$this->page]['MediaBox']['ury'] - $this->wPt) < $this->feps)){ + // swap X and Y coordinates (change page orientation) + $this->swapPageBoxCoordinates($this->page); + } + $this->w = $this->wPt / $this->k; + $this->h = $this->hPt / $this->k; + if ($this->empty_string($autopagebreak)) { + if (isset($this->AutoPageBreak)) { + $autopagebreak = $this->AutoPageBreak; + } else { + $autopagebreak = true; + } + } + if ($this->empty_string($bottommargin)) { + if (isset($this->bMargin)) { + $bottommargin = $this->bMargin; + } else { + // default value = 2 cm + $bottommargin = 2 * 28.35 / $this->k; + } + } + $this->SetAutoPageBreak($autopagebreak, $bottommargin); + // store page dimensions + $this->pagedim[$this->page]['w'] = $this->wPt; + $this->pagedim[$this->page]['h'] = $this->hPt; + $this->pagedim[$this->page]['wk'] = $this->w; + $this->pagedim[$this->page]['hk'] = $this->h; + $this->pagedim[$this->page]['tm'] = $this->tMargin; + $this->pagedim[$this->page]['bm'] = $bottommargin; + $this->pagedim[$this->page]['lm'] = $this->lMargin; + $this->pagedim[$this->page]['rm'] = $this->rMargin; + $this->pagedim[$this->page]['pb'] = $autopagebreak; + $this->pagedim[$this->page]['or'] = $this->CurOrientation; + $this->pagedim[$this->page]['olm'] = $this->original_lMargin; + $this->pagedim[$this->page]['orm'] = $this->original_rMargin; + } + + /** + * Set regular expression to detect withespaces or word separators. + * The pattern delimiter must be the forward-slash character "/". + * Some example patterns are: + *
                      +     * Non-Unicode or missing PCRE unicode support: "/[^\S\xa0]/"
                      +     * Unicode and PCRE unicode support: "/[^\S\P{Z}\xa0]/u"
                      +     * Unicode and PCRE unicode support in Chinese mode: "/[^\S\P{Z}\P{Lo}\xa0]/u"
                      +     * if PCRE unicode support is turned ON ("\P" is the negate class of "\p"):
                      +     * "\p{Z}" or "\p{Separator}": any kind of Unicode whitespace or invisible separator.
                      +     * "\p{Lo}" or "\p{Other_Letter}": a Unicode letter or ideograph that does not have lowercase and uppercase variants.
                      +     * "\p{Lo}" is needed for Chinese characters because are packed next to each other without spaces in between.
                      +     * 
                      + * @param $re (string) regular expression (leave empty for default). + * @public + * @since 4.6.016 (2009-06-15) + */ + public function setSpacesRE($re='/[^\S\xa0]/') { + $this->re_spaces = $re; + $re_parts = explode('/', $re); + // get pattern parts + $this->re_space = array(); + if (isset($re_parts[1]) AND !empty($re_parts[1])) { + $this->re_space['p'] = $re_parts[1]; + } else { + $this->re_space['p'] = '[\s]'; + } + // set pattern modifiers + if (isset($re_parts[2]) AND !empty($re_parts[2])) { + $this->re_space['m'] = $re_parts[2]; + } else { + $this->re_space['m'] = ''; + } + } + + /** + * Enable or disable Right-To-Left language mode + * @param $enable (Boolean) if true enable Right-To-Left language mode. + * @param $resetx (Boolean) if true reset the X position on direction change. + * @public + * @since 2.0.000 (2008-01-03) + */ + public function setRTL($enable, $resetx=true) { + $enable = $enable ? true : false; + $resetx = ($resetx AND ($enable != $this->rtl)); + $this->rtl = $enable; + $this->tmprtl = false; + if ($resetx) { + $this->Ln(0); + } + } + + /** + * Return the RTL status + * @return boolean + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getRTL() { + return $this->rtl; + } + + /** + * Force temporary RTL language direction + * @param $mode (mixed) can be false, 'L' for LTR or 'R' for RTL + * @public + * @since 2.1.000 (2008-01-09) + */ + public function setTempRTL($mode) { + $newmode = false; + switch (strtoupper($mode)) { + case 'LTR': + case 'L': { + if ($this->rtl) { + $newmode = 'L'; + } + break; + } + case 'RTL': + case 'R': { + if (!$this->rtl) { + $newmode = 'R'; + } + break; + } + case false: + default: { + $newmode = false; + break; + } + } + $this->tmprtl = $newmode; + } + + /** + * Return the current temporary RTL status + * @return boolean + * @public + * @since 4.8.014 (2009-11-04) + */ + public function isRTLTextDir() { + return ($this->rtl OR ($this->tmprtl == 'R')); + } + + /** + * Set the last cell height. + * @param $h (float) cell height. + * @author Nicola Asuni + * @public + * @since 1.53.0.TC034 + */ + public function setLastH($h) { + $this->lasth = $h; + } + + /** + * Reset the last cell height. + * @public + * @since 5.9.000 (2010-10-03) + */ + public function resetLastH() { + $this->lasth = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B']; + } + + /** + * Get the last cell height. + * @return last cell height + * @public + * @since 4.0.017 (2008-08-05) + */ + public function getLastH() { + return $this->lasth; + } + + /** + * Set the adjusting factor to convert pixels to user units. + * @param $scale (float) adjusting factor to convert pixels to user units. + * @author Nicola Asuni + * @public + * @since 1.5.2 + */ + public function setImageScale($scale) { + $this->imgscale = $scale; + } + + /** + * Returns the adjusting factor to convert pixels to user units. + * @return float adjusting factor to convert pixels to user units. + * @author Nicola Asuni + * @public + * @since 1.5.2 + */ + public function getImageScale() { + return $this->imgscale; + } + + /** + * Returns an array of page dimensions: + *
                      • $this->pagedim[$this->page]['w'] = page width in points
                      • $this->pagedim[$this->page]['h'] = height in points
                      • $this->pagedim[$this->page]['wk'] = page width in user units
                      • $this->pagedim[$this->page]['hk'] = page height in user units
                      • $this->pagedim[$this->page]['tm'] = top margin
                      • $this->pagedim[$this->page]['bm'] = bottom margin
                      • $this->pagedim[$this->page]['lm'] = left margin
                      • $this->pagedim[$this->page]['rm'] = right margin
                      • $this->pagedim[$this->page]['pb'] = auto page break
                      • $this->pagedim[$this->page]['or'] = page orientation
                      • $this->pagedim[$this->page]['olm'] = original left margin
                      • $this->pagedim[$this->page]['orm'] = original right margin
                      • $this->pagedim[$this->page]['Rotate'] = The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.
                      • $this->pagedim[$this->page]['PZ'] = The page's preferred zoom (magnification) factor.
                      • $this->pagedim[$this->page]['trans'] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation
                        • $this->pagedim[$this->page]['trans']['Dur'] = The page's display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.
                        • $this->pagedim[$this->page]['trans']['S'] = transition style : Split, Blinds, Box, Wipe, Dissolve, Glitter, R, Fly, Push, Cover, Uncover, Fade
                        • $this->pagedim[$this->page]['trans']['D'] = The duration of the transition effect, in seconds.
                        • $this->pagedim[$this->page]['trans']['Dm'] = (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.
                        • $this->pagedim[$this->page]['trans']['M'] = (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.
                        • $this->pagedim[$this->page]['trans']['Di'] = (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.
                        • $this->pagedim[$this->page]['trans']['SS'] = (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0.
                        • $this->pagedim[$this->page]['trans']['B'] = (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.
                      • $this->pagedim[$this->page]['MediaBox'] : the boundaries of the physical medium on which the page shall be displayed or printed
                        • $this->pagedim[$this->page]['MediaBox']['llx'] = lower-left x coordinate in points
                        • $this->pagedim[$this->page]['MediaBox']['lly'] = lower-left y coordinate in points
                        • $this->pagedim[$this->page]['MediaBox']['urx'] = upper-right x coordinate in points
                        • $this->pagedim[$this->page]['MediaBox']['ury'] = upper-right y coordinate in points
                      • $this->pagedim[$this->page]['CropBox'] : the visible region of default user space
                        • $this->pagedim[$this->page]['CropBox']['llx'] = lower-left x coordinate in points
                        • $this->pagedim[$this->page]['CropBox']['lly'] = lower-left y coordinate in points
                        • $this->pagedim[$this->page]['CropBox']['urx'] = upper-right x coordinate in points
                        • $this->pagedim[$this->page]['CropBox']['ury'] = upper-right y coordinate in points
                      • $this->pagedim[$this->page]['BleedBox'] : the region to which the contents of the page shall be clipped when output in a production environment
                        • $this->pagedim[$this->page]['BleedBox']['llx'] = lower-left x coordinate in points
                        • $this->pagedim[$this->page]['BleedBox']['lly'] = lower-left y coordinate in points
                        • $this->pagedim[$this->page]['BleedBox']['urx'] = upper-right x coordinate in points
                        • $this->pagedim[$this->page]['BleedBox']['ury'] = upper-right y coordinate in points
                      • $this->pagedim[$this->page]['TrimBox'] : the intended dimensions of the finished page after trimming
                        • $this->pagedim[$this->page]['TrimBox']['llx'] = lower-left x coordinate in points
                        • $this->pagedim[$this->page]['TrimBox']['lly'] = lower-left y coordinate in points
                        • $this->pagedim[$this->page]['TrimBox']['urx'] = upper-right x coordinate in points
                        • $this->pagedim[$this->page]['TrimBox']['ury'] = upper-right y coordinate in points
                      • $this->pagedim[$this->page]['ArtBox'] : the extent of the page's meaningful content
                        • $this->pagedim[$this->page]['ArtBox']['llx'] = lower-left x coordinate in points
                        • $this->pagedim[$this->page]['ArtBox']['lly'] = lower-left y coordinate in points
                        • $this->pagedim[$this->page]['ArtBox']['urx'] = upper-right x coordinate in points
                        • $this->pagedim[$this->page]['ArtBox']['ury'] = upper-right y coordinate in points
                      + * @param $pagenum (int) page number (empty = current page) + * @return array of page dimensions. + * @author Nicola Asuni + * @public + * @since 4.5.027 (2009-03-16) + */ + public function getPageDimensions($pagenum='') { + if (empty($pagenum)) { + $pagenum = $this->page; + } + return $this->pagedim[$pagenum]; + } + + /** + * Returns the page width in units. + * @param $pagenum (int) page number (empty = current page) + * @return int page width. + * @author Nicola Asuni + * @public + * @since 1.5.2 + * @see getPageDimensions() + */ + public function getPageWidth($pagenum='') { + if (empty($pagenum)) { + return $this->w; + } + return $this->pagedim[$pagenum]['w']; + } + + /** + * Returns the page height in units. + * @param $pagenum (int) page number (empty = current page) + * @return int page height. + * @author Nicola Asuni + * @public + * @since 1.5.2 + * @see getPageDimensions() + */ + public function getPageHeight($pagenum='') { + if (empty($pagenum)) { + return $this->h; + } + return $this->pagedim[$pagenum]['h']; + } + + /** + * Returns the page break margin. + * @param $pagenum (int) page number (empty = current page) + * @return int page break margin. + * @author Nicola Asuni + * @public + * @since 1.5.2 + * @see getPageDimensions() + */ + public function getBreakMargin($pagenum='') { + if (empty($pagenum)) { + return $this->bMargin; + } + return $this->pagedim[$pagenum]['bm']; + } + + /** + * Returns the scale factor (number of points in user unit). + * @return int scale factor. + * @author Nicola Asuni + * @public + * @since 1.5.2 + */ + public function getScaleFactor() { + return $this->k; + } + + /** + * Defines the left, top and right margins. + * @param $left (float) Left margin. + * @param $top (float) Top margin. + * @param $right (float) Right margin. Default value is the left one. + * @param $keepmargins (boolean) if true overwrites the default page margins + * @public + * @since 1.0 + * @see SetLeftMargin(), SetTopMargin(), SetRightMargin(), SetAutoPageBreak() + */ + public function SetMargins($left, $top, $right=-1, $keepmargins=false) { + //Set left, top and right margins + $this->lMargin = $left; + $this->tMargin = $top; + if ($right == -1) { + $right = $left; + } + $this->rMargin = $right; + if ($keepmargins) { + // overwrite original values + $this->original_lMargin = $this->lMargin; + $this->original_rMargin = $this->rMargin; + } + } + + /** + * Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin. + * @param $margin (float) The margin. + * @public + * @since 1.4 + * @see SetTopMargin(), SetRightMargin(), SetAutoPageBreak(), SetMargins() + */ + public function SetLeftMargin($margin) { + //Set left margin + $this->lMargin = $margin; + if (($this->page > 0) AND ($this->x < $margin)) { + $this->x = $margin; + } + } + + /** + * Defines the top margin. The method can be called before creating the first page. + * @param $margin (float) The margin. + * @public + * @since 1.5 + * @see SetLeftMargin(), SetRightMargin(), SetAutoPageBreak(), SetMargins() + */ + public function SetTopMargin($margin) { + //Set top margin + $this->tMargin = $margin; + if (($this->page > 0) AND ($this->y < $margin)) { + $this->y = $margin; + } + } + + /** + * Defines the right margin. The method can be called before creating the first page. + * @param $margin (float) The margin. + * @public + * @since 1.5 + * @see SetLeftMargin(), SetTopMargin(), SetAutoPageBreak(), SetMargins() + */ + public function SetRightMargin($margin) { + $this->rMargin = $margin; + if (($this->page > 0) AND ($this->x > ($this->w - $margin))) { + $this->x = $this->w - $margin; + } + } + + /** + * Set the same internal Cell padding for top, right, bottom, left- + * @param $pad (float) internal padding. + * @public + * @since 2.1.000 (2008-01-09) + * @see getCellPaddings(), setCellPaddings() + */ + public function SetCellPadding($pad) { + if ($pad >= 0) { + $this->cell_padding['L'] = $pad; + $this->cell_padding['T'] = $pad; + $this->cell_padding['R'] = $pad; + $this->cell_padding['B'] = $pad; + } + } + + /** + * Set the internal Cell paddings. + * @param $left (float) left padding + * @param $top (float) top padding + * @param $right (float) right padding + * @param $bottom (float) bottom padding + * @public + * @since 5.9.000 (2010-10-03) + * @see getCellPaddings(), SetCellPadding() + */ + public function setCellPaddings($left='', $top='', $right='', $bottom='') { + if (($left !== '') AND ($left >= 0)) { + $this->cell_padding['L'] = $left; + } + if (($top !== '') AND ($top >= 0)) { + $this->cell_padding['T'] = $top; + } + if (($right !== '') AND ($right >= 0)) { + $this->cell_padding['R'] = $right; + } + if (($bottom !== '') AND ($bottom >= 0)) { + $this->cell_padding['B'] = $bottom; + } + } + + /** + * Get the internal Cell padding array. + * @return array of padding values + * @public + * @since 5.9.000 (2010-10-03) + * @see setCellPaddings(), SetCellPadding() + */ + public function getCellPaddings() { + return $this->cell_padding; + } + + /** + * Set the internal Cell margins. + * @param $left (float) left margin + * @param $top (float) top margin + * @param $right (float) right margin + * @param $bottom (float) bottom margin + * @public + * @since 5.9.000 (2010-10-03) + * @see getCellMargins() + */ + public function setCellMargins($left='', $top='', $right='', $bottom='') { + if (($left !== '') AND ($left >= 0)) { + $this->cell_margin['L'] = $left; + } + if (($top !== '') AND ($top >= 0)) { + $this->cell_margin['T'] = $top; + } + if (($right !== '') AND ($right >= 0)) { + $this->cell_margin['R'] = $right; + } + if (($bottom !== '') AND ($bottom >= 0)) { + $this->cell_margin['B'] = $bottom; + } + } + + /** + * Get the internal Cell margin array. + * @return array of margin values + * @public + * @since 5.9.000 (2010-10-03) + * @see setCellMargins() + */ + public function getCellMargins() { + return $this->cell_margin; + } + + /** + * Adjust the internal Cell padding array to take account of the line width. + * @param $brd (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @return array of adjustments + * @public + * @since 5.9.000 (2010-10-03) + */ + protected function adjustCellPadding($brd=0) { + if (empty($brd)) { + return; + } + if (is_string($brd)) { + // convert string to array + $slen = strlen($brd); + $newbrd = array(); + for ($i = 0; $i < $slen; ++$i) { + $newbrd[$brd{$i}] = true; + } + $brd = $newbrd; + } elseif (($brd === 1) OR ($brd === true) OR (is_numeric($brd) AND (intval($brd) > 0))) { + $brd = array('LRTB' => true); + } + if (!is_array($brd)) { + return; + } + // store current cell padding + $cp = $this->cell_padding; + // select border mode + if (isset($brd['mode'])) { + $mode = $brd['mode']; + unset($brd['mode']); + } else { + $mode = 'normal'; + } + // process borders + foreach ($brd as $border => $style) { + $line_width = $this->LineWidth; + if (is_array($style) AND isset($style['width'])) { + // get border width + $line_width = $style['width']; + } + $adj = 0; // line width inside the cell + switch ($mode) { + case 'ext': { + $adj = 0; + break; + } + case 'int': { + $adj = $line_width; + break; + } + case 'normal': + default: { + $adj = ($line_width / 2); + break; + } + } + // correct internal cell padding if required to avoid overlap between text and lines + if ((strpos($border,'T') !== false) AND ($this->cell_padding['T'] < $adj)) { + $this->cell_padding['T'] = $adj; + } + if ((strpos($border,'R') !== false) AND ($this->cell_padding['R'] < $adj)) { + $this->cell_padding['R'] = $adj; + } + if ((strpos($border,'B') !== false) AND ($this->cell_padding['B'] < $adj)) { + $this->cell_padding['B'] = $adj; + } + if ((strpos($border,'L') !== false) AND ($this->cell_padding['L'] < $adj)) { + $this->cell_padding['L'] = $adj; + } + } + return array('T' => ($this->cell_padding['T'] - $cp['T']), 'R' => ($this->cell_padding['R'] - $cp['R']), 'B' => ($this->cell_padding['B'] - $cp['B']), 'L' => ($this->cell_padding['L'] - $cp['L'])); + } + + /** + * Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm. + * @param $auto (boolean) Boolean indicating if mode should be on or off. + * @param $margin (float) Distance from the bottom of the page. + * @public + * @since 1.0 + * @see Cell(), MultiCell(), AcceptPageBreak() + */ + public function SetAutoPageBreak($auto, $margin=0) { + $this->AutoPageBreak = $auto; + $this->bMargin = $margin; + $this->PageBreakTrigger = $this->h - $margin; + } + + /** + * Defines the way the document is to be displayed by the viewer. + * @param $zoom (mixed) The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use.
                      • fullpage: displays the entire page on screen
                      • fullwidth: uses maximum width of window
                      • real: uses real size (equivalent to 100% zoom)
                      • default: uses viewer default mode
                      + * @param $layout (string) The page layout. Possible values are:
                      • SinglePage Display one page at a time
                      • OneColumn Display the pages in one column
                      • TwoColumnLeft Display the pages in two columns, with odd-numbered pages on the left
                      • TwoColumnRight Display the pages in two columns, with odd-numbered pages on the right
                      • TwoPageLeft (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left
                      • TwoPageRight (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right
                      + * @param $mode (string) A name object specifying how the document should be displayed when opened:
                      • UseNone Neither document outline nor thumbnail images visible
                      • UseOutlines Document outline visible
                      • UseThumbs Thumbnail images visible
                      • FullScreen Full-screen mode, with no menu bar, window controls, or any other window visible
                      • UseOC (PDF 1.5) Optional content group panel visible
                      • UseAttachments (PDF 1.6) Attachments panel visible
                      + * @public + * @since 1.2 + */ + public function SetDisplayMode($zoom, $layout='SinglePage', $mode='UseNone') { + if (($zoom == 'fullpage') OR ($zoom == 'fullwidth') OR ($zoom == 'real') OR ($zoom == 'default') OR (!is_string($zoom))) { + $this->ZoomMode = $zoom; + } else { + $this->Error('Incorrect zoom display mode: '.$zoom); + } + switch ($layout) { + case 'default': + case 'single': + case 'SinglePage': { + $this->LayoutMode = 'SinglePage'; + break; + } + case 'continuous': + case 'OneColumn': { + $this->LayoutMode = 'OneColumn'; + break; + } + case 'two': + case 'TwoColumnLeft': { + $this->LayoutMode = 'TwoColumnLeft'; + break; + } + case 'TwoColumnRight': { + $this->LayoutMode = 'TwoColumnRight'; + break; + } + case 'TwoPageLeft': { + $this->LayoutMode = 'TwoPageLeft'; + break; + } + case 'TwoPageRight': { + $this->LayoutMode = 'TwoPageRight'; + break; + } + default: { + $this->LayoutMode = 'SinglePage'; + } + } + switch ($mode) { + case 'UseNone': { + $this->PageMode = 'UseNone'; + break; + } + case 'UseOutlines': { + $this->PageMode = 'UseOutlines'; + break; + } + case 'UseThumbs': { + $this->PageMode = 'UseThumbs'; + break; + } + case 'FullScreen': { + $this->PageMode = 'FullScreen'; + break; + } + case 'UseOC': { + $this->PageMode = 'UseOC'; + break; + } + case '': { + $this->PageMode = 'UseAttachments'; + break; + } + default: { + $this->PageMode = 'UseNone'; + } + } + } + + /** + * Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default. + * Note: the Zlib extension is required for this feature. If not present, compression will be turned off. + * @param $compress (boolean) Boolean indicating if compression must be enabled. + * @public + * @since 1.4 + */ + public function SetCompression($compress) { + if (function_exists('gzcompress')) { + $this->compress = $compress ? true : false; + } else { + $this->compress = false; + } + } + + /** + * Turn on/off Unicode mode for document information dictionary (meta tags). + * This has effect only when unicode mode is set to false. + * @param $unicode (boolean) if true set the meta information in Unicode + * @since 5.9.027 (2010-12-01) + * @public + */ + public function SetDocInfoUnicode($unicode=true) { + $this->docinfounicode = $unicode ? true : false; + } + + /** + * Defines the title of the document. + * @param $title (string) The title. + * @public + * @since 1.2 + * @see SetAuthor(), SetCreator(), SetKeywords(), SetSubject() + */ + public function SetTitle($title) { + $this->title = $title; + } + + /** + * Defines the subject of the document. + * @param $subject (string) The subject. + * @public + * @since 1.2 + * @see SetAuthor(), SetCreator(), SetKeywords(), SetTitle() + */ + public function SetSubject($subject) { + $this->subject = $subject; + } + + /** + * Defines the author of the document. + * @param $author (string) The name of the author. + * @public + * @since 1.2 + * @see SetCreator(), SetKeywords(), SetSubject(), SetTitle() + */ + public function SetAuthor($author) { + $this->author = $author; + } + + /** + * Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'. + * @param $keywords (string) The list of keywords. + * @public + * @since 1.2 + * @see SetAuthor(), SetCreator(), SetSubject(), SetTitle() + */ + public function SetKeywords($keywords) { + $this->keywords = $keywords; + } + + /** + * Defines the creator of the document. This is typically the name of the application that generates the PDF. + * @param $creator (string) The name of the creator. + * @public + * @since 1.2 + * @see SetAuthor(), SetKeywords(), SetSubject(), SetTitle() + */ + public function SetCreator($creator) { + $this->creator = $creator; + } + + /** + * This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid. + * 2004-06-11 :: Nicola Asuni : changed bold tag with strong + * @param $msg (string) The error message + * @public + * @since 1.0 + */ + public function Error($msg) { + // unset all class variables + $this->_destroy(true); + // exit program and print error + die('TCPDF ERROR: '.$msg); + } + + /** + * This method begins the generation of the PDF document. + * It is not necessary to call it explicitly because AddPage() does it automatically. + * Note: no page is created by this method + * @public + * @since 1.0 + * @see AddPage(), Close() + */ + public function Open() { + $this->state = 1; + } + + /** + * Terminates the PDF document. + * It is not necessary to call this method explicitly because Output() does it automatically. + * If the document contains no page, AddPage() is called to prevent from getting an invalid document. + * @public + * @since 1.0 + * @see Open(), Output() + */ + public function Close() { + if ($this->state == 3) { + return; + } + if ($this->page == 0) { + $this->AddPage(); + } + // save current graphic settings + $gvars = $this->getGraphicVars(); + $this->setEqualColumns(); + $this->lastpage(true); + $this->SetAutoPageBreak(false); + $this->x = 0; + $this->y = $this->h - (1 / $this->k); + $this->lMargin = 0; + $this->_out('q'); + $this->SetFont('helvetica', '', 1); + $this->setTextRenderingMode(0, false, false); + $msg = "\x50\x6f\x77\x65\x72\x65\x64\x20\x62\x79\x20\x54\x43\x50\x44\x46\x20\x28\x77\x77\x77\x2e\x74\x63\x70\x64\x66\x2e\x6f\x72\x67\x29"; + $lnk = "\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x63\x70\x64\x66\x2e\x6f\x72\x67"; + $this->Cell(0, 0, $msg, 0, 0, 'L', 0, $lnk, 0, false, 'D', 'B'); + $this->_out('Q'); + // restore graphic settings + $this->setGraphicVars($gvars); + // close page + $this->endPage(); + // close document + $this->_enddoc(); + // unset all class variables (except critical ones) + $this->_destroy(false); + } + + /** + * Move pointer at the specified document page and update page dimensions. + * @param $pnum (int) page number (1 ... numpages) + * @param $resetmargins (boolean) if true reset left, right, top margins and Y position. + * @public + * @since 2.1.000 (2008-01-07) + * @see getPage(), lastpage(), getNumPages() + */ + public function setPage($pnum, $resetmargins=false) { + if (($pnum == $this->page) AND ($this->state == 2)) { + return; + } + if (($pnum > 0) AND ($pnum <= $this->numpages)) { + $this->state = 2; + // save current graphic settings + //$gvars = $this->getGraphicVars(); + $oldpage = $this->page; + $this->page = $pnum; + $this->wPt = $this->pagedim[$this->page]['w']; + $this->hPt = $this->pagedim[$this->page]['h']; + $this->w = $this->pagedim[$this->page]['wk']; + $this->h = $this->pagedim[$this->page]['hk']; + $this->tMargin = $this->pagedim[$this->page]['tm']; + $this->bMargin = $this->pagedim[$this->page]['bm']; + $this->original_lMargin = $this->pagedim[$this->page]['olm']; + $this->original_rMargin = $this->pagedim[$this->page]['orm']; + $this->AutoPageBreak = $this->pagedim[$this->page]['pb']; + $this->CurOrientation = $this->pagedim[$this->page]['or']; + $this->SetAutoPageBreak($this->AutoPageBreak, $this->bMargin); + // restore graphic settings + //$this->setGraphicVars($gvars); + if ($resetmargins) { + $this->lMargin = $this->pagedim[$this->page]['olm']; + $this->rMargin = $this->pagedim[$this->page]['orm']; + $this->SetY($this->tMargin); + } else { + // account for booklet mode + if ($this->pagedim[$this->page]['olm'] != $this->pagedim[$oldpage]['olm']) { + $deltam = $this->pagedim[$this->page]['olm'] - $this->pagedim[$this->page]['orm']; + $this->lMargin += $deltam; + $this->rMargin -= $deltam; + } + } + } else { + $this->Error('Wrong page number on setPage() function: '.$pnum); + } + } + + /** + * Reset pointer to the last document page. + * @param $resetmargins (boolean) if true reset left, right, top margins and Y position. + * @public + * @since 2.0.000 (2008-01-04) + * @see setPage(), getPage(), getNumPages() + */ + public function lastPage($resetmargins=false) { + $this->setPage($this->getNumPages(), $resetmargins); + } + + /** + * Get current document page number. + * @return int page number + * @public + * @since 2.1.000 (2008-01-07) + * @see setPage(), lastpage(), getNumPages() + */ + public function getPage() { + return $this->page; + } + + /** + * Get the total number of insered pages. + * @return int number of pages + * @public + * @since 2.1.000 (2008-01-07) + * @see setPage(), getPage(), lastpage() + */ + public function getNumPages() { + return $this->numpages; + } + + /** + * Adds a new TOC (Table Of Content) page to the document. + * @param $orientation (string) page orientation. + * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat(). + * @param $keepmargins (boolean) if true overwrites the default page margins with the current margins + * @public + * @since 5.0.001 (2010-05-06) + * @see AddPage(), startPage(), endPage(), endTOCPage() + */ + public function addTOCPage($orientation='', $format='', $keepmargins=false) { + $this->AddPage($orientation, $format, $keepmargins, true); + } + + /** + * Terminate the current TOC (Table Of Content) page + * @public + * @since 5.0.001 (2010-05-06) + * @see AddPage(), startPage(), endPage(), addTOCPage() + */ + public function endTOCPage() { + $this->endPage(true); + } + + /** + * Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled). + * The origin of the coordinate system is at the top-left corner (or top-right for RTL) and increasing ordinates go downwards. + * @param $orientation (string) page orientation. Possible values are (case insensitive):
                      • P or PORTRAIT (default)
                      • L or LANDSCAPE
                      + * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat(). + * @param $keepmargins (boolean) if true overwrites the default page margins with the current margins + * @param $tocpage (boolean) if true set the tocpage state to true (the added page will be used to display Table Of Content). + * @public + * @since 1.0 + * @see startPage(), endPage(), addTOCPage(), endTOCPage(), getPageSizeFromFormat(), setPageFormat() + */ + public function AddPage($orientation='', $format='', $keepmargins=false, $tocpage=false) { + if ($this->inxobj) { + // we are inside an XObject template + return; + } + if (!isset($this->original_lMargin) OR $keepmargins) { + $this->original_lMargin = $this->lMargin; + } + if (!isset($this->original_rMargin) OR $keepmargins) { + $this->original_rMargin = $this->rMargin; + } + // terminate previous page + $this->endPage(); + // start new page + $this->startPage($orientation, $format, $tocpage); + } + + /** + * Terminate the current page + * @param $tocpage (boolean) if true set the tocpage state to false (end the page used to display Table Of Content). + * @public + * @since 4.2.010 (2008-11-14) + * @see AddPage(), startPage(), addTOCPage(), endTOCPage() + */ + public function endPage($tocpage=false) { + // check if page is already closed + if (($this->page == 0) OR ($this->numpages > $this->page) OR (!$this->pageopen[$this->page])) { + return; + } + $this->InFooter = true; + // print page footer + $this->setFooter(); + // close page + $this->_endpage(); + // mark page as closed + $this->pageopen[$this->page] = false; + $this->InFooter = false; + if ($tocpage) { + $this->tocpage = false; + } + } + + /** + * Starts a new page to the document. The page must be closed using the endPage() function. + * The origin of the coordinate system is at the top-left corner and increasing ordinates go downwards. + * @param $orientation (string) page orientation. Possible values are (case insensitive):
                      • P or PORTRAIT (default)
                      • L or LANDSCAPE
                      + * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat(). + * @param $tocpage (boolean) if true the page is designated to contain the Table-Of-Content. + * @since 4.2.010 (2008-11-14) + * @see AddPage(), endPage(), addTOCPage(), endTOCPage(), getPageSizeFromFormat(), setPageFormat() + * @public + */ + public function startPage($orientation='', $format='', $tocpage=false) { + if ($tocpage) { + $this->tocpage = true; + } + if ($this->numpages > $this->page) { + // this page has been already added + $this->setPage($this->page + 1); + $this->SetY($this->tMargin); + return; + } + // start a new page + if ($this->state == 0) { + $this->Open(); + } + ++$this->numpages; + $this->swapMargins($this->booklet); + // save current graphic settings + $gvars = $this->getGraphicVars(); + // start new page + $this->_beginpage($orientation, $format); + // mark page as open + $this->pageopen[$this->page] = true; + // restore graphic settings + $this->setGraphicVars($gvars); + // mark this point + $this->setPageMark(); + // print page header + $this->setHeader(); + // restore graphic settings + $this->setGraphicVars($gvars); + // mark this point + $this->setPageMark(); + // print table header (if any) + $this->setTableHeader(); + // set mark for empty page check + $this->emptypagemrk[$this->page]= $this->pagelen[$this->page]; + } + + /** + * Set start-writing mark on current page stream used to put borders and fills. + * Borders and fills are always created after content and inserted on the position marked by this method. + * This function must be called after calling Image() function for a background image. + * Background images must be always inserted before calling Multicell() or WriteHTMLCell() or WriteHTML() functions. + * @public + * @since 4.0.016 (2008-07-30) + */ + public function setPageMark() { + $this->intmrk[$this->page] = $this->pagelen[$this->page]; + $this->bordermrk[$this->page] = $this->intmrk[$this->page]; + $this->setContentMark(); + } + + /** + * Set start-writing mark on selected page. + * Borders and fills are always created after content and inserted on the position marked by this method. + * @param $page (int) page number (default is the current page) + * @protected + * @since 4.6.021 (2009-07-20) + */ + protected function setContentMark($page=0) { + if ($page <= 0) { + $page = $this->page; + } + if (isset($this->footerlen[$page])) { + $this->cntmrk[$page] = $this->pagelen[$page] - $this->footerlen[$page]; + } else { + $this->cntmrk[$page] = $this->pagelen[$page]; + } + } + + /** + * Set header data. + * @param $ln (string) header image logo + * @param $lw (string) header image logo width in mm + * @param $ht (string) string to print as title on document header + * @param $hs (string) string to print on document header + * @public + */ + public function setHeaderData($ln='', $lw=0, $ht='', $hs='') { + $this->header_logo = $ln; + $this->header_logo_width = $lw; + $this->header_title = $ht; + $this->header_string = $hs; + } + + /** + * Returns header data: + *
                      • $ret['logo'] = logo image
                      • $ret['logo_width'] = width of the image logo in user units
                      • $ret['title'] = header title
                      • $ret['string'] = header description string
                      + * @return array() + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getHeaderData() { + $ret = array(); + $ret['logo'] = $this->header_logo; + $ret['logo_width'] = $this->header_logo_width; + $ret['title'] = $this->header_title; + $ret['string'] = $this->header_string; + return $ret; + } + + /** + * Set header margin. + * (minimum distance between header and top page margin) + * @param $hm (int) distance in user units + * @public + */ + public function setHeaderMargin($hm=10) { + $this->header_margin = $hm; + } + + /** + * Returns header margin in user units. + * @return float + * @since 4.0.012 (2008-07-24) + * @public + */ + public function getHeaderMargin() { + return $this->header_margin; + } + + /** + * Set footer margin. + * (minimum distance between footer and bottom page margin) + * @param $fm (int) distance in user units + * @public + */ + public function setFooterMargin($fm=10) { + $this->footer_margin = $fm; + } + + /** + * Returns footer margin in user units. + * @return float + * @since 4.0.012 (2008-07-24) + * @public + */ + public function getFooterMargin() { + return $this->footer_margin; + } + /** + * Set a flag to print page header. + * @param $val (boolean) set to true to print the page header (default), false otherwise. + * @public + */ + public function setPrintHeader($val=true) { + $this->print_header = $val; + } + + /** + * Set a flag to print page footer. + * @param $val (boolean) set to true to print the page footer (default), false otherwise. + * @public + */ + public function setPrintFooter($val=true) { + $this->print_footer = $val; + } + + /** + * Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image + * @return float + * @public + */ + public function getImageRBX() { + return $this->img_rb_x; + } + + /** + * Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image + * @return float + * @public + */ + public function getImageRBY() { + return $this->img_rb_y; + } + + /** + * This method is used to render the page header. + * It is automatically called by AddPage() and could be overwritten in your own inherited class. + * @public + */ + public function Header() { + $ormargins = $this->getOriginalMargins(); + $headerfont = $this->getHeaderFont(); + $headerdata = $this->getHeaderData(); + if (($headerdata['logo']) AND ($headerdata['logo'] != K_BLANK_IMAGE)) { + $imgtype = $this->getImageFileType(K_PATH_IMAGES.$headerdata['logo']); + if (($imgtype == 'eps') OR ($imgtype == 'ai')) { + $this->ImageEps(K_PATH_IMAGES.$headerdata['logo'], '', '', $headerdata['logo_width']); + } elseif ($imgtype == 'svg') { + $this->ImageSVG(K_PATH_IMAGES.$headerdata['logo'], '', '', $headerdata['logo_width']); + } else { + $this->Image(K_PATH_IMAGES.$headerdata['logo'], '', '', $headerdata['logo_width']); + } + $imgy = $this->getImageRBY(); + } else { + $imgy = $this->GetY(); + } + $cell_height = round(($this->getCellHeightRatio() * $headerfont[2]) / $this->getScaleFactor(), 2); + // set starting margin for text data cell + if ($this->getRTL()) { + $header_x = $ormargins['right'] + ($headerdata['logo_width'] * 1.1); + } else { + $header_x = $ormargins['left'] + ($headerdata['logo_width'] * 1.1); + } + $this->SetTextColor(0, 0, 0); + // header title + $this->SetFont($headerfont[0], 'B', $headerfont[2] + 1); + $this->SetX($header_x); + $this->Cell(0, $cell_height, $headerdata['title'], 0, 1, '', 0, '', 0); + // header string + $this->SetFont($headerfont[0], $headerfont[1], $headerfont[2]); + $this->SetX($header_x); + $this->MultiCell(0, $cell_height, $headerdata['string'], 0, '', 0, 1, '', '', true, 0, false); + // print an ending header line + $this->SetLineStyle(array('width' => 0.85 / $this->getScaleFactor(), 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))); + $this->SetY((2.835 / $this->getScaleFactor()) + max($imgy, $this->GetY())); + if ($this->getRTL()) { + $this->SetX($ormargins['right']); + } else { + $this->SetX($ormargins['left']); + } + $this->Cell(0, 0, '', 'T', 0, 'C'); + } + + /** + * This method is used to render the page footer. + * It is automatically called by AddPage() and could be overwritten in your own inherited class. + * @public + */ + public function Footer() { + $cur_y = $this->GetY(); + $ormargins = $this->getOriginalMargins(); + $this->SetTextColor(0, 0, 0); + //set style for cell border + $line_width = 0.85 / $this->getScaleFactor(); + $this->SetLineStyle(array('width' => $line_width, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))); + //print document barcode + $barcode = $this->getBarcode(); + if (!empty($barcode)) { + $this->Ln($line_width); + $barcode_width = round(($this->getPageWidth() - $ormargins['left'] - $ormargins['right']) / 3); + $style = array( + 'position' => $this->rtl?'R':'L', + 'align' => $this->rtl?'R':'L', + 'stretch' => false, + 'fitwidth' => true, + 'cellfitalign' => '', + 'border' => false, + 'padding' => 0, + 'fgcolor' => array(0,0,0), + 'bgcolor' => false, + 'text' => false + ); + $this->write1DBarcode($barcode, 'C128B', '', $cur_y + $line_width, '', (($this->getFooterMargin() / 3) - $line_width), 0.3, $style, ''); + } + if (empty($this->pagegroups)) { + $pagenumtxt = $this->l['w_page'].' '.$this->getAliasNumPage().' / '.$this->getAliasNbPages(); + } else { + $pagenumtxt = $this->l['w_page'].' '.$this->getPageNumGroupAlias().' / '.$this->getPageGroupAlias(); + } + $this->SetY($cur_y); + //Print page number + if ($this->getRTL()) { + $this->SetX($ormargins['right']); + $this->Cell(0, 0, $pagenumtxt, 'T', 0, 'L'); + } else { + $this->SetX($ormargins['left']); + $this->Cell(0, 0, $pagenumtxt, 'T', 0, 'R'); + } + } + + /** + * This method is used to render the page header. + * @protected + * @since 4.0.012 (2008-07-24) + */ + protected function setHeader() { + if ($this->print_header) { + $this->setGraphicVars($this->default_graphic_vars); + $temp_thead = $this->thead; + $temp_theadMargins = $this->theadMargins; + $lasth = $this->lasth; + $this->_out('q'); + $this->rMargin = $this->original_rMargin; + $this->lMargin = $this->original_lMargin; + $this->SetCellPadding(0); + //set current position + if ($this->rtl) { + $this->SetXY($this->original_rMargin, $this->header_margin); + } else { + $this->SetXY($this->original_lMargin, $this->header_margin); + } + $this->SetFont($this->header_font[0], $this->header_font[1], $this->header_font[2]); + $this->Header(); + //restore position + if ($this->rtl) { + $this->SetXY($this->original_rMargin, $this->tMargin); + } else { + $this->SetXY($this->original_lMargin, $this->tMargin); + } + $this->_out('Q'); + $this->lasth = $lasth; + $this->thead = $temp_thead; + $this->theadMargins = $temp_theadMargins; + $this->newline = false; + } + } + + /** + * This method is used to render the page footer. + * @protected + * @since 4.0.012 (2008-07-24) + */ + protected function setFooter() { + //Page footer + // save current graphic settings + $gvars = $this->getGraphicVars(); + // mark this point + $this->footerpos[$this->page] = $this->pagelen[$this->page]; + $this->_out("\n"); + if ($this->print_footer) { + $this->setGraphicVars($this->default_graphic_vars); + $this->current_column = 0; + $this->num_columns = 1; + $temp_thead = $this->thead; + $temp_theadMargins = $this->theadMargins; + $lasth = $this->lasth; + $this->_out('q'); + $this->rMargin = $this->original_rMargin; + $this->lMargin = $this->original_lMargin; + $this->SetCellPadding(0); + //set current position + $footer_y = $this->h - $this->footer_margin; + if ($this->rtl) { + $this->SetXY($this->original_rMargin, $footer_y); + } else { + $this->SetXY($this->original_lMargin, $footer_y); + } + $this->SetFont($this->footer_font[0], $this->footer_font[1], $this->footer_font[2]); + $this->Footer(); + //restore position + if ($this->rtl) { + $this->SetXY($this->original_rMargin, $this->tMargin); + } else { + $this->SetXY($this->original_lMargin, $this->tMargin); + } + $this->_out('Q'); + $this->lasth = $lasth; + $this->thead = $temp_thead; + $this->theadMargins = $temp_theadMargins; + } + // restore graphic settings + $this->setGraphicVars($gvars); + $this->current_column = $gvars['current_column']; + $this->num_columns = $gvars['num_columns']; + // calculate footer length + $this->footerlen[$this->page] = $this->pagelen[$this->page] - $this->footerpos[$this->page] + 1; + } + + /** + * This method is used to render the table header on new page (if any). + * @protected + * @since 4.5.030 (2009-03-25) + */ + protected function setTableHeader() { + if ($this->num_columns > 1) { + // multi column mode + return; + } + if (isset($this->theadMargins['top'])) { + // restore the original top-margin + $this->tMargin = $this->theadMargins['top']; + $this->pagedim[$this->page]['tm'] = $this->tMargin; + $this->y = $this->tMargin; + } + if (!$this->empty_string($this->thead) AND (!$this->inthead)) { + // set margins + $prev_lMargin = $this->lMargin; + $prev_rMargin = $this->rMargin; + $prev_cell_padding = $this->cell_padding; + $this->lMargin = $this->theadMargins['lmargin'] + ($this->pagedim[$this->page]['olm'] - $this->pagedim[$this->theadMargins['page']]['olm']); + $this->rMargin = $this->theadMargins['rmargin'] + ($this->pagedim[$this->page]['orm'] - $this->pagedim[$this->theadMargins['page']]['orm']); + $this->cell_padding = $this->theadMargins['cell_padding']; + if ($this->rtl) { + $this->x = $this->w - $this->rMargin; + } else { + $this->x = $this->lMargin; + } + // print table header + $this->writeHTML($this->thead, false, false, false, false, ''); + // set new top margin to skip the table headers + if (!isset($this->theadMargins['top'])) { + $this->theadMargins['top'] = $this->tMargin; + } + // store end of header position + if (!isset($this->columns[0]['th'])) { + $this->columns[0]['th'] = array(); + } + $this->columns[0]['th']['\''.$this->page.'\''] = $this->y; + $this->tMargin = $this->y; + $this->pagedim[$this->page]['tm'] = $this->tMargin; + $this->lasth = 0; + $this->lMargin = $prev_lMargin; + $this->rMargin = $prev_rMargin; + $this->cell_padding = $prev_cell_padding; + } + } + + /** + * Returns the current page number. + * @return int page number + * @public + * @since 1.0 + * @see AliasNbPages(), getAliasNbPages() + */ + public function PageNo() { + return $this->page; + } + + /** + * Defines a new spot color. + * It can be expressed in RGB components or gray scale. + * The method can be called before the first page is created and the value is retained from page to page. + * @param $name (string) name of the spot color + * @param $c (int) Cyan color for CMYK. Value between 0 and 100 + * @param $m (int) Magenta color for CMYK. Value between 0 and 100 + * @param $y (int) Yellow color for CMYK. Value between 0 and 100 + * @param $k (int) Key (Black) color for CMYK. Value between 0 and 100 + * @public + * @since 4.0.024 (2008-09-12) + * @see SetDrawSpotColor(), SetFillSpotColor(), SetTextSpotColor() + */ + public function AddSpotColor($name, $c, $m, $y, $k) { + if (!isset($this->spot_colors[$name])) { + $i = 1 + count($this->spot_colors); + $this->spot_colors[$name] = array('i' => $i, 'c' => $c, 'm' => $m, 'y' => $y, 'k' => $k); + } + $color = preg_replace('/[\s]*/', '', $name); // remove extra spaces + $color = strtolower($color); + if (!isset($this->spotcolor[$color])) { + $this->spotcolor[$color] = array($c, $m, $y, $k, $name); + } + } + + /** + * Defines the color used for all drawing operations (lines, rectangles and cell borders). + * It can be expressed in RGB, CMYK or GRAY SCALE components. + * The method can be called before the first page is created and the value is retained from page to page. + * @param $color (array) array of colors + * @param $ret (boolean) if true do not send the PDF command. + * @return string the PDF command + * @public + * @since 3.1.000 (2008-06-11) + * @see SetDrawColor() + */ + public function SetDrawColorArray($color, $ret=false) { + if (is_array($color)) { + $color = array_values($color); + $r = isset($color[0]) ? $color[0] : -1; + $g = isset($color[1]) ? $color[1] : -1; + $b = isset($color[2]) ? $color[2] : -1; + $k = isset($color[3]) ? $color[3] : -1; + $name = isset($color[4]) ? $color[4] : ''; // spot color name + if ($r >= 0) { + return $this->SetDrawColor($r, $g, $b, $k, $ret, $name); + } + } + return ''; + } + + /** + * Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page. + * @param $col1 (int) GRAY level for single color, or Red color for RGB (0-255), or CYAN color for CMYK (0-100). + * @param $col2 (int) GREEN color for RGB (0-255), or MAGENTA color for CMYK (0-100). + * @param $col3 (int) BLUE color for RGB (0-255), or YELLOW color for CMYK (0-100). + * @param $col4 (int) KEY (BLACK) color for CMYK (0-100). + * @param $ret (boolean) if true do not send the command. + * @param $name (string) spot color name (if any) + * @return string the PDF command + * @public + * @since 1.3 + * @see SetDrawColorArray(), SetFillColor(), SetTextColor(), Line(), Rect(), Cell(), MultiCell() + */ + public function SetDrawColor($col1=0, $col2=-1, $col3=-1, $col4=-1, $ret=false, $name='') { + // set default values + if (!is_numeric($col1)) { + $col1 = 0; + } + if (!is_numeric($col2)) { + $col2 = -1; + } + if (!is_numeric($col3)) { + $col3 = -1; + } + if (!is_numeric($col4)) { + $col4 = -1; + } + //Set color for all stroking operations + if (($col2 == -1) AND ($col3 == -1) AND ($col4 == -1)) { + // Grey scale + $this->DrawColor = sprintf('%.3F G', ($col1 / 255)); + $this->strokecolor = array('G' => $col1); + } elseif ($col4 == -1) { + // RGB + $this->DrawColor = sprintf('%.3F %.3F %.3F RG', ($col1 / 255), ($col2 / 255), ($col3 / 255)); + $this->strokecolor = array('R' => $col1, 'G' => $col2, 'B' => $col3); + } elseif (empty($name)) { + // CMYK + $this->DrawColor = sprintf('%.3F %.3F %.3F %.3F K', ($col1 / 100), ($col2 / 100), ($col3 / 100), ($col4 / 100)); + $this->strokecolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4); + } else { + // SPOT COLOR + $this->AddSpotColor($name, $col1, $col2, $col3, $col4); + $this->DrawColor = sprintf('/CS%d CS %.3F SCN', $this->spot_colors[$name]['i'], 1); + $this->strokecolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4, 'name' => $name); + } + if ($this->page > 0) { + if (!$ret) { + $this->_out($this->DrawColor); + } + return $this->DrawColor; + } + return ''; + } + + /** + * Defines the spot color used for all drawing operations (lines, rectangles and cell borders). + * @param $name (string) name of the spot color + * @param $tint (int) the intensity of the color (from 0 to 100 ; 100 = full intensity by default). + * @public + * @since 4.0.024 (2008-09-12) + * @see AddSpotColor(), SetFillSpotColor(), SetTextSpotColor() + */ + public function SetDrawSpotColor($name, $tint=100) { + if (!isset($this->spot_colors[$name])) { + $this->Error('Undefined spot color: '.$name); + } + $this->DrawColor = sprintf('/CS%d CS %.3F SCN', $this->spot_colors[$name]['i'], ($tint / 100)); + $this->strokecolor = array('C' => $this->spot_colors[$name]['c'], 'M' => $this->spot_colors[$name]['m'], 'Y' => $this->spot_colors[$name]['y'], 'K' => $this->spot_colors[$name]['k'], 'name' => $name); + if ($this->page > 0) { + $this->_out($this->DrawColor); + } + } + + /** + * Defines the color used for all filling operations (filled rectangles and cell backgrounds). + * It can be expressed in RGB, CMYK or GRAY SCALE components. + * The method can be called before the first page is created and the value is retained from page to page. + * @param $color (array) array of colors + * @param $ret (boolean) if true do not send the PDF command. + * @public + * @since 3.1.000 (2008-6-11) + * @see SetFillColor() + */ + public function SetFillColorArray($color, $ret=false) { + if (is_array($color)) { + $color = array_values($color); + $r = isset($color[0]) ? $color[0] : -1; + $g = isset($color[1]) ? $color[1] : -1; + $b = isset($color[2]) ? $color[2] : -1; + $k = isset($color[3]) ? $color[3] : -1; + $name = isset($color[4]) ? $color[4] : ''; // spot color name + if ($r >= 0) { + $this->SetFillColor($r, $g, $b, $k, $ret, $name); + } + } + } + + /** + * Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page. + * @param $col1 (int) GRAY level for single color, or Red color for RGB (0-255), or CYAN color for CMYK (0-100). + * @param $col2 (int) GREEN color for RGB (0-255), or MAGENTA color for CMYK (0-100). + * @param $col3 (int) BLUE color for RGB (0-255), or YELLOW color for CMYK (0-100). + * @param $col4 (int) KEY (BLACK) color for CMYK (0-100). + * @param $ret (boolean) if true do not send the command. + * @param $name (string) spot color name (if any) + * @return string the PDF command + * @public + * @since 1.3 + * @see SetFillColorArray(), SetDrawColor(), SetTextColor(), Rect(), Cell(), MultiCell() + */ + public function SetFillColor($col1=0, $col2=-1, $col3=-1, $col4=-1, $ret=false, $name='') { + // set default values + if (!is_numeric($col1)) { + $col1 = 0; + } + if (!is_numeric($col2)) { + $col2 = -1; + } + if (!is_numeric($col3)) { + $col3 = -1; + } + if (!is_numeric($col4)) { + $col4 = -1; + } + //Set color for all filling operations + if (($col2 == -1) AND ($col3 == -1) AND ($col4 == -1)) { + // Grey scale + $this->FillColor = sprintf('%.3F g', ($col1 / 255)); + $this->bgcolor = array('G' => $col1); + } elseif ($col4 == -1) { + // RGB + $this->FillColor = sprintf('%.3F %.3F %.3F rg', ($col1 / 255), ($col2 / 255), ($col3 / 255)); + $this->bgcolor = array('R' => $col1, 'G' => $col2, 'B' => $col3); + } elseif (empty($name)) { + // CMYK + $this->FillColor = sprintf('%.3F %.3F %.3F %.3F k', ($col1 / 100), ($col2 / 100), ($col3 / 100), ($col4 / 100)); + $this->bgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4); + } else { + // SPOT COLOR + $this->AddSpotColor($name, $col1, $col2, $col3, $col4); + $this->FillColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], 1); + $this->bgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4, 'name' => $name); + } + $this->ColorFlag = ($this->FillColor != $this->TextColor); + if ($this->page > 0) { + if (!$ret) { + $this->_out($this->FillColor); + } + return $this->FillColor; + } + return ''; + } + + /** + * Defines the spot color used for all filling operations (filled rectangles and cell backgrounds). + * @param $name (string) name of the spot color + * @param $tint (int) the intensity of the color (from 0 to 100 ; 100 = full intensity by default). + * @public + * @since 4.0.024 (2008-09-12) + * @see AddSpotColor(), SetDrawSpotColor(), SetTextSpotColor() + */ + public function SetFillSpotColor($name, $tint=100) { + if (!isset($this->spot_colors[$name])) { + $this->Error('Undefined spot color: '.$name); + } + $this->FillColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], ($tint / 100)); + $this->bgcolor = array('C' => $this->spot_colors[$name]['c'], 'M' => $this->spot_colors[$name]['m'], 'Y' => $this->spot_colors[$name]['y'], 'K' => $this->spot_colors[$name]['k'], 'name' => $name); + $this->ColorFlag = ($this->FillColor != $this->TextColor); + if ($this->page > 0) { + $this->_out($this->FillColor); + } + } + + /** + * Defines the color used for text. It can be expressed in RGB components or gray scale. + * The method can be called before the first page is created and the value is retained from page to page. + * @param $color (array) array of colors + * @param $ret (boolean) if true do not send the PDF command. + * @public + * @since 3.1.000 (2008-6-11) + * @see SetFillColor() + */ + public function SetTextColorArray($color, $ret=false) { + if (is_array($color)) { + $color = array_values($color); + $r = isset($color[0]) ? $color[0] : -1; + $g = isset($color[1]) ? $color[1] : -1; + $b = isset($color[2]) ? $color[2] : -1; + $k = isset($color[3]) ? $color[3] : -1; + $name = isset($color[4]) ? $color[4] : ''; // spot color name + if ($r >= 0) { + $this->SetTextColor($r, $g, $b, $k, $ret, $name); + } + } + } + + /** + * Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page. + * @param $col1 (int) GRAY level for single color, or Red color for RGB (0-255), or CYAN color for CMYK (0-100). + * @param $col2 (int) GREEN color for RGB (0-255), or MAGENTA color for CMYK (0-100). + * @param $col3 (int) BLUE color for RGB (0-255), or YELLOW color for CMYK (0-100). + * @param $col4 (int) KEY (BLACK) color for CMYK (0-100). + * @param $ret (boolean) if true do not send the command. + * @param $name (string) spot color name (if any) + * @public + * @since 1.3 + * @see SetTextColorArray(), SetDrawColor(), SetFillColor(), Text(), Cell(), MultiCell() + */ + public function SetTextColor($col1=0, $col2=-1, $col3=-1, $col4=-1, $ret=false, $name='') { + // set default values + if (!is_numeric($col1)) { + $col1 = 0; + } + if (!is_numeric($col2)) { + $col2 = -1; + } + if (!is_numeric($col3)) { + $col3 = -1; + } + if (!is_numeric($col4)) { + $col4 = -1; + } + //Set color for text + if (($col2 == -1) AND ($col3 == -1) AND ($col4 == -1)) { + // Grey scale + $this->TextColor = sprintf('%.3F g', ($col1 / 255)); + $this->fgcolor = array('G' => $col1); + } elseif ($col4 == -1) { + // RGB + $this->TextColor = sprintf('%.3F %.3F %.3F rg', ($col1 / 255), ($col2 / 255), ($col3 / 255)); + $this->fgcolor = array('R' => $col1, 'G' => $col2, 'B' => $col3); + } elseif (empty($name)) { + // CMYK + $this->TextColor = sprintf('%.3F %.3F %.3F %.3F k', ($col1 / 100), ($col2 / 100), ($col3 / 100), ($col4 / 100)); + $this->fgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4); + } else { + // SPOT COLOR + $this->AddSpotColor($name, $col1, $col2, $col3, $col4); + $this->TextColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], 1); + $this->fgcolor = array('C' => $col1, 'M' => $col2, 'Y' => $col3, 'K' => $col4, 'name' => $name); + } + $this->ColorFlag = ($this->FillColor != $this->TextColor); + } + + /** + * Defines the spot color used for text. + * @param $name (string) name of the spot color + * @param $tint (int) the intensity of the color (from 0 to 100 ; 100 = full intensity by default). + * @public + * @since 4.0.024 (2008-09-12) + * @see AddSpotColor(), SetDrawSpotColor(), SetFillSpotColor() + */ + public function SetTextSpotColor($name, $tint=100) { + if (!isset($this->spot_colors[$name])) { + $this->Error('Undefined spot color: '.$name); + } + $this->TextColor = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$name]['i'], ($tint / 100)); + $this->fgcolor = array('C' => $this->spot_colors[$name]['c'], 'M' => $this->spot_colors[$name]['m'], 'Y' => $this->spot_colors[$name]['y'], 'K' => $this->spot_colors[$name]['k'], 'name' => $name); + $this->ColorFlag = ($this->FillColor != $this->TextColor); + if ($this->page > 0) { + $this->_out($this->TextColor); + } + } + + /** + * Returns the length of a string in user unit. A font must be selected.
                      + * @param $s (string) The string whose length is to be computed + * @param $fontname (string) Family font. It can be either a name defined by AddFont() or one of the standard families. It is also possible to pass an empty string, in that case, the current family is retained. + * @param $fontstyle (string) Font style. Possible values are (case insensitive):
                      • empty string: regular
                      • B: bold
                      • I: italic
                      • U: underline
                      • D: line-trough
                      • O: overline
                      or any combination. The default value is regular. + * @param $fontsize (float) Font size in points. The default value is the current size. + * @param $getarray (boolean) if true returns an array of characters widths, if false returns the total length. + * @return mixed int total string length or array of characted widths + * @author Nicola Asuni + * @public + * @since 1.2 + */ + public function GetStringWidth($s, $fontname='', $fontstyle='', $fontsize=0, $getarray=false) { + return $this->GetArrStringWidth($this->utf8Bidi($this->UTF8StringToArray($s), $s, $this->tmprtl), $fontname, $fontstyle, $fontsize, $getarray); + } + + /** + * Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.
                      + * @param $sa (string) The array of chars whose total length is to be computed + * @param $fontname (string) Family font. It can be either a name defined by AddFont() or one of the standard families. It is also possible to pass an empty string, in that case, the current family is retained. + * @param $fontstyle (string) Font style. Possible values are (case insensitive):
                      • empty string: regular
                      • B: bold
                      • I: italic
                      • U: underline
                      • D: line trough
                      • O: overline
                      or any combination. The default value is regular. + * @param $fontsize (float) Font size in points. The default value is the current size. + * @param $getarray (boolean) if true returns an array of characters widths, if false returns the total length. + * @return mixed int total string length or array of characted widths + * @author Nicola Asuni + * @public + * @since 2.4.000 (2008-03-06) + */ + public function GetArrStringWidth($sa, $fontname='', $fontstyle='', $fontsize=0, $getarray=false) { + // store current values + if (!$this->empty_string($fontname)) { + $prev_FontFamily = $this->FontFamily; + $prev_FontStyle = $this->FontStyle; + $prev_FontSizePt = $this->FontSizePt; + $this->SetFont($fontname, $fontstyle, $fontsize); + } + // convert UTF-8 array to Latin1 if required + $sa = $this->UTF8ArrToLatin1($sa); + $w = 0; // total width + $wa = array(); // array of characters widths + foreach ($sa as $ck => $char) { + // character width + $cw = $this->GetCharWidth($char, isset($sa[($ck + 1)])); + $wa[] = $cw; + $w += $cw; + } + // restore previous values + if (!$this->empty_string($fontname)) { + $this->SetFont($prev_FontFamily, $prev_FontStyle, $prev_FontSizePt); + } + if ($getarray) { + return $wa; + } + return $w; + } + + /** + * Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking/kerning). + * @param $char (int) The char code whose length is to be returned + * @param $notlast (boolean) set to false for the latest character on string, true otherwise (default) + * @return float char width + * @author Nicola Asuni + * @public + * @since 2.4.000 (2008-03-06) + */ + public function GetCharWidth($char, $notlast=true) { + // get raw width + $chw = $this->getRawCharWidth($char); + if (($this->font_spacing != 0) AND $notlast) { + // increase/decrease font spacing + $chw += $this->font_spacing; + } + if ($this->font_stretching != 100) { + // fixed stretching mode + $chw *= ($this->font_stretching / 100); + } + return $chw; + } + + /** + * Returns the length of the char in user unit for the current font. + * @param $char (int) The char code whose length is to be returned + * @return float char width + * @author Nicola Asuni + * @public + * @since 5.9.000 (2010-09-28) + */ + public function getRawCharWidth($char) { + if ($char == 173) { + // SHY character will not be printed + return (0); + } + $cw = &$this->CurrentFont['cw']; + if (isset($cw[$char])) { + $w = $cw[$char]; + } elseif (isset($this->CurrentFont['dw'])) { + // default width + $w = $this->CurrentFont['dw']; + } elseif (isset($cw[32])) { + // default width + $w = $cw[32]; + } else { + $w = 600; + } + return ($w * $this->FontSize / 1000); + } + + /** + * Returns the numbero of characters in a string. + * @param $s (string) The input string. + * @return int number of characters + * @public + * @since 2.0.0001 (2008-01-07) + */ + public function GetNumChars($s) { + if ($this->isUnicodeFont()) { + return count($this->UTF8StringToArray($s)); + } + return strlen($s); + } + + /** + * Fill the list of available fonts ($this->fontlist). + * @protected + * @since 4.0.013 (2008-07-28) + */ + protected function getFontsList() { + $fontsdir = opendir($this->_getfontpath()); + while (($file = readdir($fontsdir)) !== false) { + if (substr($file, -4) == '.php') { + array_push($this->fontlist, strtolower(basename($file, '.php'))); + } + } + closedir($fontsdir); + } + + /** + * Imports a TrueType, Type1, core, or CID0 font and makes it available. + * It is necessary to generate a font definition file first (read /fonts/utils/README.TXT). + * The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by K_PATH_FONTS if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated. + * @param $family (string) Font family. The name can be chosen arbitrarily. If it is a standard family name, it will override the corresponding font. + * @param $style (string) Font style. Possible values are (case insensitive):
                      • empty string: regular (default)
                      • B: bold
                      • I: italic
                      • BI or IB: bold italic
                      + * @param $fontfile (string) The font definition file. By default, the name is built from the family and style, in lower case with no spaces. + * @return array containing the font data, or false in case of error. + * @param $subset (mixed) if true embedd only a subset of the font (stores only the information related to the used characters); if false embedd full font; if 'default' uses the default value set using setFontSubsetting(). This option is valid only for TrueTypeUnicode fonts. If you want to enable users to change the document, set this parameter to false. If you subset the font, the person who receives your PDF would need to have your same font in order to make changes to your PDF. The file size of the PDF would also be smaller because you are embedding only part of a font. + * @public + * @since 1.5 + * @see SetFont(), setFontSubsetting() + */ + public function AddFont($family, $style='', $fontfile='', $subset='default') { + if ($subset === 'default') { + $subset = $this->font_subsetting; + } + if ($this->empty_string($family)) { + if (!$this->empty_string($this->FontFamily)) { + $family = $this->FontFamily; + } else { + $this->Error('Empty font family'); + } + } + // move embedded styles on $style + if (substr($family, -1) == 'I') { + $style .= 'I'; + $family = substr($family, 0, -1); + } + if (substr($family, -1) == 'B') { + $style .= 'B'; + $family = substr($family, 0, -1); + } + // normalize family name + $family = strtolower($family); + if ((!$this->isunicode) AND ($family == 'arial')) { + $family = 'helvetica'; + } + if (($family == 'symbol') OR ($family == 'zapfdingbats')) { + $style = ''; + } + $tempstyle = strtoupper($style); + $style = ''; + // underline + if (strpos($tempstyle, 'U') !== false) { + $this->underline = true; + } else { + $this->underline = false; + } + // line-through (deleted) + if (strpos($tempstyle, 'D') !== false) { + $this->linethrough = true; + } else { + $this->linethrough = false; + } + // overline + if (strpos($tempstyle, 'O') !== false) { + $this->overline = true; + } else { + $this->overline = false; + } + // bold + if (strpos($tempstyle, 'B') !== false) { + $style .= 'B'; + } + // oblique + if (strpos($tempstyle, 'I') !== false) { + $style .= 'I'; + } + $bistyle = $style; + $fontkey = $family.$style; + $font_style = $style.($this->underline ? 'U' : '').($this->linethrough ? 'D' : '').($this->overline ? 'O' : ''); + $fontdata = array('fontkey' => $fontkey, 'family' => $family, 'style' => $font_style); + // check if the font has been already added + $fb = $this->getFontBuffer($fontkey); + if ($fb !== false) { + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['fonts'][$fontkey] = $fb['i']; + } + return $fontdata; + } + if (isset($type)) { + unset($type); + } + if (isset($cw)) { + unset($cw); + } + // get specified font directory (if any) + $fontdir = false; + if (!$this->empty_string($fontfile)) { + $fontdir = dirname($fontfile); + if ($this->empty_string($fontdir) OR ($fontdir == '.')) { + $fontdir = ''; + } else { + $fontdir .= '/'; + } + } + // search and include font file + if ($this->empty_string($fontfile) OR (!file_exists($fontfile))) { + // build a standard filenames for specified font + $fontfile1 = str_replace(' ', '', $family).strtolower($style).'.php'; + $fontfile2 = str_replace(' ', '', $family).'.php'; + // search files on various directories + if (($fontdir !== false) AND file_exists($fontdir.$fontfile1)) { + $fontfile = $fontdir.$fontfile1; + } elseif (file_exists($this->_getfontpath().$fontfile1)) { + $fontfile = $this->_getfontpath().$fontfile1; + } elseif (file_exists($fontfile1)) { + $fontfile = $fontfile1; + } elseif (($fontdir !== false) AND file_exists($fontdir.$fontfile2)) { + $fontfile = $fontdir.$fontfile2; + } elseif (file_exists($this->_getfontpath().$fontfile2)) { + $fontfile = $this->_getfontpath().$fontfile2; + } else { + $fontfile = $fontfile2; + } + } + // include font file + if (file_exists($fontfile)) { + include($fontfile); + } else { + $this->Error('Could not include font definition file: '.$family.''); + } + // check font parameters + if ((!isset($type)) OR (!isset($cw))) { + $this->Error('The font definition file has a bad format: '.$fontfile.''); + } + // SET default parameters + if (!isset($file) OR $this->empty_string($file)) { + $file = ''; + } + if (!isset($enc) OR $this->empty_string($enc)) { + $enc = ''; + } + if (!isset($cidinfo) OR $this->empty_string($cidinfo)) { + $cidinfo = array('Registry'=>'Adobe','Ordering'=>'Identity','Supplement'=>0); + $cidinfo['uni2cid'] = array(); + } + if (!isset($ctg) OR $this->empty_string($ctg)) { + $ctg = ''; + } + if (!isset($desc) OR $this->empty_string($desc)) { + $desc = array(); + } + if (!isset($up) OR $this->empty_string($up)) { + $up = -100; + } + if (!isset($ut) OR $this->empty_string($ut)) { + $ut = 50; + } + if (!isset($cw) OR $this->empty_string($cw)) { + $cw = array(); + } + if (!isset($dw) OR $this->empty_string($dw)) { + // set default width + if (isset($desc['MissingWidth']) AND ($desc['MissingWidth'] > 0)) { + $dw = $desc['MissingWidth']; + } elseif (isset($cw[32])) { + $dw = $cw[32]; + } else { + $dw = 600; + } + } + ++$this->numfonts; + if ($type == 'cidfont0') { + // register CID font (all styles at once) + $styles = array('' => '', 'B' => ',Bold', 'I' => ',Italic', 'BI' => ',BoldItalic'); + $sname = $name.$styles[$bistyle]; + // artificial bold + if (strpos($bistyle, 'B') !== false) { + if (isset($desc['StemV'])) { + $desc['StemV'] *= 2; + } else { + $desc['StemV'] = 120; + } + } + // artificial italic + if (strpos($bistyle, 'I') !== false) { + if (isset($desc['ItalicAngle'])) { + $desc['ItalicAngle'] -= 11; + } else { + $desc['ItalicAngle'] = -11; + } + } + } elseif ($type == 'core') { + $name = $this->CoreFonts[$fontkey]; + $subset = false; + } elseif (($type == 'TrueType') OR ($type == 'Type1')) { + $subset = false; + } elseif ($type == 'TrueTypeUnicode') { + $enc = 'Identity-H'; + } else { + $this->Error('Unknow font type: '.$type.''); + } + // initialize subsetchars to contain default ASCII values (0-255) + $subsetchars = array_fill(0, 256, true); + $this->setFontBuffer($fontkey, array('fontkey' => $fontkey, 'i' => $this->numfonts, 'type' => $type, 'name' => $name, 'desc' => $desc, 'up' => $up, 'ut' => $ut, 'cw' => $cw, 'dw' => $dw, 'enc' => $enc, 'cidinfo' => $cidinfo, 'file' => $file, 'ctg' => $ctg, 'subset' => $subset, 'subsetchars' => $subsetchars)); + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['fonts'][$fontkey] = $this->numfonts; + } + if (isset($diff) AND (!empty($diff))) { + //Search existing encodings + $d = 0; + $nb = count($this->diffs); + for ($i=1; $i <= $nb; ++$i) { + if ($this->diffs[$i] == $diff) { + $d = $i; + break; + } + } + if ($d == 0) { + $d = $nb + 1; + $this->diffs[$d] = $diff; + } + $this->setFontSubBuffer($fontkey, 'diff', $d); + } + if (!$this->empty_string($file)) { + if (!isset($this->FontFiles[$file])) { + if ((strcasecmp($type,'TrueType') == 0) OR (strcasecmp($type, 'TrueTypeUnicode') == 0)) { + $this->FontFiles[$file] = array('length1' => $originalsize, 'fontdir' => $fontdir, 'subset' => $subset, 'fontkeys' => array($fontkey)); + } elseif ($type != 'core') { + $this->FontFiles[$file] = array('length1' => $size1, 'length2' => $size2, 'fontdir' => $fontdir, 'subset' => $subset, 'fontkeys' => array($fontkey)); + } + } else { + // update fontkeys that are sharing this font file + $this->FontFiles[$file]['subset'] = ($this->FontFiles[$file]['subset'] AND $subset); + if (!in_array($fontkey, $this->FontFiles[$file]['fontkeys'])) { + $this->FontFiles[$file]['fontkeys'][] = $fontkey; + } + } + } + return $fontdata; + } + + /** + * Sets the font used to print character strings. + * The font can be either a standard one or a font added via the AddFont() method. Standard fonts use Windows encoding cp1252 (Western Europe). + * The method can be called before the first page is created and the font is retained from page to page. + * If you just wish to change the current font size, it is simpler to call SetFontSize(). + * Note: for the standard fonts, the font metric files must be accessible. There are three possibilities for this:
                      • They are in the current directory (the one where the running script lies)
                      • They are in one of the directories defined by the include_path parameter
                      • They are in the directory defined by the K_PATH_FONTS constant

                      + * @param $family (string) Family font. It can be either a name defined by AddFont() or one of the standard Type1 families (case insensitive):
                      • times (Times-Roman)
                      • timesb (Times-Bold)
                      • timesi (Times-Italic)
                      • timesbi (Times-BoldItalic)
                      • helvetica (Helvetica)
                      • helveticab (Helvetica-Bold)
                      • helveticai (Helvetica-Oblique)
                      • helveticabi (Helvetica-BoldOblique)
                      • courier (Courier)
                      • courierb (Courier-Bold)
                      • courieri (Courier-Oblique)
                      • courierbi (Courier-BoldOblique)
                      • symbol (Symbol)
                      • zapfdingbats (ZapfDingbats)
                      It is also possible to pass an empty string. In that case, the current family is retained. + * @param $style (string) Font style. Possible values are (case insensitive):
                      • empty string: regular
                      • B: bold
                      • I: italic
                      • U: underline
                      • D: line trough
                      • O: overline
                      or any combination. The default value is regular. Bold and italic styles do not apply to Symbol and ZapfDingbats basic fonts or other fonts when not defined. + * @param $size (float) Font size in points. The default value is the current size. If no size has been specified since the beginning of the document, the value taken is 12 + * @param $fontfile (string) The font definition file. By default, the name is built from the family and style, in lower case with no spaces. + * @param $subset (mixed) if true embedd only a subset of the font (stores only the information related to the used characters); if false embedd full font; if 'default' uses the default value set using setFontSubsetting(). This option is valid only for TrueTypeUnicode fonts. If you want to enable users to change the document, set this parameter to false. If you subset the font, the person who receives your PDF would need to have your same font in order to make changes to your PDF. The file size of the PDF would also be smaller because you are embedding only part of a font. + * @author Nicola Asuni + * @public + * @since 1.0 + * @see AddFont(), SetFontSize() + */ + public function SetFont($family, $style='', $size=0, $fontfile='', $subset='default') { + //Select a font; size given in points + if ($size == 0) { + $size = $this->FontSizePt; + } + // try to add font (if not already added) + $fontdata = $this->AddFont($family, $style, $fontfile, $subset); + $this->FontFamily = $fontdata['family']; + $this->FontStyle = $fontdata['style']; + $this->CurrentFont = $this->getFontBuffer($fontdata['fontkey']); + $this->SetFontSize($size); + } + + /** + * Defines the size of the current font. + * @param $size (float) The size (in points) + * @param $out (boolean) if true output the font size command, otherwise only set the font properties. + * @public + * @since 1.0 + * @see SetFont() + */ + public function SetFontSize($size, $out=true) { + // font size in points + $this->FontSizePt = $size; + // font size in user units + $this->FontSize = $size / $this->k; + // calculate some font metrics + if (isset($this->CurrentFont['desc']['FontBBox'])) { + $bbox = explode(' ', substr($this->CurrentFont['desc']['FontBBox'], 1, -1)); + $font_height = ((intval($bbox[3]) - intval($bbox[1])) * $size / 1000); + } else { + $font_height = $size * 1.219; + } + if (isset($this->CurrentFont['desc']['Ascent']) AND ($this->CurrentFont['desc']['Ascent'] > 0)) { + $font_ascent = ($this->CurrentFont['desc']['Ascent'] * $size / 1000); + } + if (isset($this->CurrentFont['desc']['Descent']) AND ($this->CurrentFont['desc']['Descent'] <= 0)) { + $font_descent = (- $this->CurrentFont['desc']['Descent'] * $size / 1000); + } + if (!isset($font_ascent) AND !isset($font_descent)) { + // core font + $font_ascent = 0.76 * $font_height; + $font_descent = $font_height - $font_ascent; + } elseif (!isset($font_descent)) { + $font_descent = $font_height - $font_ascent; + } elseif (!isset($font_ascent)) { + $font_ascent = $font_height - $font_descent; + } + $this->FontAscent = $font_ascent / $this->k; + $this->FontDescent = $font_descent / $this->k; + if ($out AND ($this->page > 0) AND (isset($this->CurrentFont['i']))) { + $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt)); + } + } + + /** + * Return the font descent value + * @param $font (string) font name + * @param $style (string) font style + * @param $size (float) The size (in points) + * @return int font descent + * @public + * @author Nicola Asuni + * @since 4.9.003 (2010-03-30) + */ + public function getFontDescent($font, $style='', $size=0) { + $fontdata = $this->AddFont($font, $style); + $fontinfo = $this->getFontBuffer($fontdata['fontkey']); + if (isset($fontinfo['desc']['Descent']) AND ($fontinfo['desc']['Descent'] <= 0)) { + $descent = (- $fontinfo['desc']['Descent'] * $size / 1000); + } else { + $descent = 1.219 * 0.24 * $size; + } + return ($descent / $this->k); + } + + /** + * Return the font ascent value + * @param $font (string) font name + * @param $style (string) font style + * @param $size (float) The size (in points) + * @return int font ascent + * @public + * @author Nicola Asuni + * @since 4.9.003 (2010-03-30) + */ + public function getFontAscent($font, $style='', $size=0) { + $fontdata = $this->AddFont($font, $style); + $fontinfo = $this->getFontBuffer($fontdata['fontkey']); + if (isset($fontinfo['desc']['Ascent']) AND ($fontinfo['desc']['Ascent'] > 0)) { + $ascent = ($fontinfo['desc']['Ascent'] * $size / 1000); + } else { + $ascent = 1.219 * 0.76 * $size; + } + return ($ascent / $this->k); + } + + /** + * Defines the default monospaced font. + * @param $font (string) Font name. + * @public + * @since 4.5.025 + */ + public function SetDefaultMonospacedFont($font) { + $this->default_monospaced_font = $font; + } + + /** + * Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
                      + * The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink(). + * @public + * @since 1.5 + * @see Cell(), Write(), Image(), Link(), SetLink() + */ + public function AddLink() { + //Create a new internal link + $n = count($this->links) + 1; + $this->links[$n] = array(0, 0); + return $n; + } + + /** + * Defines the page and position a link points to. + * @param $link (int) The link identifier returned by AddLink() + * @param $y (float) Ordinate of target position; -1 indicates the current position. The default value is 0 (top of page) + * @param $page (int) Number of target page; -1 indicates the current page. This is the default value + * @public + * @since 1.5 + * @see AddLink() + */ + public function SetLink($link, $y=0, $page=-1) { + if ($y == -1) { + $y = $this->y; + } + if ($page == -1) { + $page = $this->page; + } + $this->links[$link] = array($page, $y); + } + + /** + * Puts a link on a rectangular area of the page. + * Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $w (float) Width of the rectangle + * @param $h (float) Height of the rectangle + * @param $link (mixed) URL or identifier returned by AddLink() + * @param $spaces (int) number of spaces on the text to link + * @public + * @since 1.5 + * @see AddLink(), Annotation(), Cell(), Write(), Image() + */ + public function Link($x, $y, $w, $h, $link, $spaces=0) { + $this->Annotation($x, $y, $w, $h, $link, array('Subtype'=>'Link'), $spaces); + } + + /** + * Puts a markup annotation on a rectangular area of the page. + * !!!!THE ANNOTATION SUPPORT IS NOT YET FULLY IMPLEMENTED !!!! + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $w (float) Width of the rectangle + * @param $h (float) Height of the rectangle + * @param $text (string) annotation text or alternate content + * @param $opt (array) array of options (see section 8.4 of PDF reference 1.7). + * @param $spaces (int) number of spaces on the text to link + * @public + * @since 4.0.018 (2008-08-06) + */ + public function Annotation($x, $y, $w, $h, $text, $opt=array('Subtype'=>'Text'), $spaces=0) { + if ($this->inxobj) { + // store parameters for later use on template + $this->xobjects[$this->xobjid]['annotations'][] = array('x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'text' => $text, 'opt' => $opt, 'spaces' => $spaces); + return; + } + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + // recalculate coordinates to account for graphic transformations + if (isset($this->transfmatrix) AND !empty($this->transfmatrix)) { + for ($i=$this->transfmatrix_key; $i > 0; --$i) { + $maxid = count($this->transfmatrix[$i]) - 1; + for ($j=$maxid; $j >= 0; --$j) { + $ctm = $this->transfmatrix[$i][$j]; + if (isset($ctm['a'])) { + $x = $x * $this->k; + $y = ($this->h - $y) * $this->k; + $w = $w * $this->k; + $h = $h * $this->k; + // top left + $xt = $x; + $yt = $y; + $x1 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e']; + $y1 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f']; + // top right + $xt = $x + $w; + $yt = $y; + $x2 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e']; + $y2 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f']; + // bottom left + $xt = $x; + $yt = $y - $h; + $x3 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e']; + $y3 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f']; + // bottom right + $xt = $x + $w; + $yt = $y - $h; + $x4 = ($ctm['a'] * $xt) + ($ctm['c'] * $yt) + $ctm['e']; + $y4 = ($ctm['b'] * $xt) + ($ctm['d'] * $yt) + $ctm['f']; + // new coordinates (rectangle area) + $x = min($x1, $x2, $x3, $x4); + $y = max($y1, $y2, $y3, $y4); + $w = (max($x1, $x2, $x3, $x4) - $x) / $this->k; + $h = ($y - min($y1, $y2, $y3, $y4)) / $this->k; + $x = $x / $this->k; + $y = $this->h - ($y / $this->k); + } + } + } + } + if ($this->page <= 0) { + $page = 1; + } else { + $page = $this->page; + } + if (!isset($this->PageAnnots[$page])) { + $this->PageAnnots[$page] = array(); + } + ++$this->n; + $this->PageAnnots[$page][] = array('n' => $this->n, 'x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'txt' => $text, 'opt' => $opt, 'numspaces' => $spaces); + if ((($opt['Subtype'] == 'FileAttachment') OR ($opt['Subtype'] == 'Sound')) AND (!$this->empty_string($opt['FS'])) AND file_exists($opt['FS']) AND (!isset($this->embeddedfiles[basename($opt['FS'])]))) { + ++$this->n; + $this->embeddedfiles[basename($opt['FS'])] = array('n' => $this->n, 'file' => $opt['FS']); + } + // Add widgets annotation's icons + if (isset($opt['mk']['i']) AND file_exists($opt['mk']['i'])) { + $this->Image($opt['mk']['i'], '', '', 10, 10, '', '', '', false, 300, '', false, false, 0, false, true); + } + if (isset($opt['mk']['ri']) AND file_exists($opt['mk']['ri'])) { + $this->Image($opt['mk']['ri'], '', '', 0, 0, '', '', '', false, 300, '', false, false, 0, false, true); + } + if (isset($opt['mk']['ix']) AND file_exists($opt['mk']['ix'])) { + $this->Image($opt['mk']['ix'], '', '', 0, 0, '', '', '', false, 300, '', false, false, 0, false, true); + } + } + + /** + * Embedd the attached files. + * @since 4.4.000 (2008-12-07) + * @protected + * @see Annotation() + */ + protected function _putEmbeddedFiles() { + reset($this->embeddedfiles); + foreach ($this->embeddedfiles as $filename => $filedata) { + $data = file_get_contents($filedata['file']); + $filter = ''; + if ($this->compress) { + $data = gzcompress($data); + $filter = ' /Filter /FlateDecode'; + } + $stream = $this->_getrawstream($data, $filedata['n']); + $out = $this->_getobj($filedata['n'])."\n"; + $out .= '<< /Type /EmbeddedFile'.$filter.' /Length '.strlen($stream).' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + + /** + * Prints a text cell at the specified position. + * This method allows to place a string precisely on the page. + * @param $x (float) Abscissa of the cell origin + * @param $y (float) Ordinate of the cell origin + * @param $txt (string) String to print + * @param $fstroke (int) outline size in user units (false = disable) + * @param $fclip (boolean) if true activate clipping mode (you must call StartTransform() before this function and StopTransform() to stop the clipping tranformation). + * @param $ffill (boolean) if true fills the text + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
                      • 0: to the right (or left for RTL languages)
                      • 1: to the beginning of the next line
                      • 2: below
                      Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0. + * @param $align (string) Allows to center or align the text. Possible values are:
                      • L or empty string: left align (default value)
                      • C: center
                      • R: right align
                      • J: justify
                      + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $stretch (int) font stretch mode:
                      • 0 = disabled
                      • 1 = horizontal scaling only if text is larger than cell width
                      • 2 = forced horizontal scaling to fit cell width
                      • 3 = character spacing only if text is larger than cell width
                      • 4 = forced character spacing to fit cell width
                      General font stretching and scaling values will be preserved when possible. + * @param $ignore_min_height (boolean) if true ignore automatic minimum height value. + * @param $calign (string) cell vertical alignment relative to the specified Y value. Possible values are:
                      • T : cell top
                      • A : font top
                      • L : font baseline
                      • D : font bottom
                      • B : cell bottom
                      + * @param $valign (string) text vertical alignment inside the cell. Possible values are:
                      • T : top
                      • C : center
                      • B : bottom
                      + * @param $rtloff (boolean) if true uses the page top-left corner as origin of axis for $x and $y initial position. + * @public + * @since 1.0 + * @see Cell(), Write(), MultiCell(), WriteHTML(), WriteHTMLCell() + */ + public function Text($x, $y, $txt, $fstroke=false, $fclip=false, $ffill=true, $border=0, $ln=0, $align='', $fill=false, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M', $rtloff=false) { + $textrendermode = $this->textrendermode; + $textstrokewidth = $this->textstrokewidth; + $this->setTextRenderingMode($fstroke, $ffill, $fclip); + $this->SetXY($x, $y, $rtloff); + $this->Cell(0, 0, $txt, $border, $ln, $align, $fill, $link, $stretch, $ignore_min_height, $calign, $valign); + // restore previous rendering mode + $this->textrendermode = $textrendermode; + $this->textstrokewidth = $textstrokewidth; + } + + /** + * Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value. + * The default implementation returns a value according to the mode selected by SetAutoPageBreak().
                      + * This method is called automatically and should not be called directly by the application. + * @return boolean + * @public + * @since 1.4 + * @see SetAutoPageBreak() + */ + public function AcceptPageBreak() { + if ($this->num_columns > 1) { + // multi column mode + if($this->current_column < ($this->num_columns - 1)) { + // go to next column + $this->selectColumn($this->current_column + 1); + } else { + // add a new page + $this->AddPage(); + // set first column + $this->selectColumn(0); + } + // avoid page breaking from checkPageBreak() + return false; + } + return $this->AutoPageBreak; + } + + /** + * Add page if needed. + * @param $h (float) Cell height. Default value: 0. + * @param $y (mixed) starting y position, leave empty for current position. + * @param $addpage (boolean) if true add a page, otherwise only return the true/false state + * @return boolean true in case of page break, false otherwise. + * @since 3.2.000 (2008-07-01) + * @protected + */ + protected function checkPageBreak($h=0, $y='', $addpage=true) { + if ($this->empty_string($y)) { + $y = $this->y; + } + $current_page = $this->page; + if ((($y + $h) > $this->PageBreakTrigger) AND (!$this->InFooter) AND ($this->AcceptPageBreak())) { + if ($addpage) { + //Automatic page break + $x = $this->x; + $this->AddPage($this->CurOrientation); + $this->y = $this->tMargin; + $oldpage = $this->page - 1; + if ($this->rtl) { + if ($this->pagedim[$this->page]['orm'] != $this->pagedim[$oldpage]['orm']) { + $this->x = $x - ($this->pagedim[$this->page]['orm'] - $this->pagedim[$oldpage]['orm']); + } else { + $this->x = $x; + } + } else { + if ($this->pagedim[$this->page]['olm'] != $this->pagedim[$oldpage]['olm']) { + $this->x = $x + ($this->pagedim[$this->page]['olm'] - $this->pagedim[$oldpage]['olm']); + } else { + $this->x = $x; + } + } + } + return true; + } + if ($current_page != $this->page) { + // account for columns mode + return true; + } + return false; + } + + /** + * Removes SHY characters from text. + * Unicode Data:
                        + *
                      • Name : SOFT HYPHEN, commonly abbreviated as SHY
                      • + *
                      • HTML Entity (decimal): "&#173;"
                      • + *
                      • HTML Entity (hex): "&#xad;"
                      • + *
                      • HTML Entity (named): "&shy;"
                      • + *
                      • How to type in Microsoft Windows: [Alt +00AD] or [Alt 0173]
                      • + *
                      • UTF-8 (hex): 0xC2 0xAD (c2ad)
                      • + *
                      • UTF-8 character: chr(194).chr(173)
                      • + *
                      + * @param $txt (string) input string + * @return string without SHY characters. + * @public + * @since (4.5.019) 2009-02-28 + */ + public function removeSHY($txt='') { + $txt = preg_replace('/([\\xc2]{1}[\\xad]{1})/', '', $txt); + if (!$this->isunicode) { + $txt = preg_replace('/([\\xad]{1})/', '', $txt); + } + return $txt; + } + + /** + * Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
                      + * If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting. + * @param $w (float) Cell width. If 0, the cell extends up to the right margin. + * @param $h (float) Cell height. Default value: 0. + * @param $txt (string) String to print. Default value: empty string. + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
                      • 0: to the right (or left for RTL languages)
                      • 1: to the beginning of the next line
                      • 2: below
                      Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0. + * @param $align (string) Allows to center or align the text. Possible values are:
                      • L or empty string: left align (default value)
                      • C: center
                      • R: right align
                      • J: justify
                      + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $stretch (int) font stretch mode:
                      • 0 = disabled
                      • 1 = horizontal scaling only if text is larger than cell width
                      • 2 = forced horizontal scaling to fit cell width
                      • 3 = character spacing only if text is larger than cell width
                      • 4 = forced character spacing to fit cell width
                      General font stretching and scaling values will be preserved when possible. + * @param $ignore_min_height (boolean) if true ignore automatic minimum height value. + * @param $calign (string) cell vertical alignment relative to the specified Y value. Possible values are:
                      • T : cell top
                      • C : center
                      • B : cell bottom
                      • A : font top
                      • L : font baseline
                      • D : font bottom
                      + * @param $valign (string) text vertical alignment inside the cell. Possible values are:
                      • T : top
                      • C : center
                      • B : bottom
                      + * @public + * @since 1.0 + * @see SetFont(), SetDrawColor(), SetFillColor(), SetTextColor(), SetLineWidth(), AddLink(), Ln(), MultiCell(), Write(), SetAutoPageBreak() + */ + public function Cell($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M') { + $prev_cell_margin = $this->cell_margin; + $prev_cell_padding = $this->cell_padding; + $this->adjustCellPadding($border); + if (!$ignore_min_height) { + $min_cell_height = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B']; + if ($h < $min_cell_height) { + $h = $min_cell_height; + } + } + $this->checkPageBreak($h + $this->cell_margin['T'] + $this->cell_margin['B']); + $this->_out($this->getCellCode($w, $h, $txt, $border, $ln, $align, $fill, $link, $stretch, true, $calign, $valign)); + $this->cell_padding = $prev_cell_padding; + $this->cell_margin = $prev_cell_margin; + } + + /** + * Returns the PDF string code to print a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
                      + * If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting. + * @param $w (float) Cell width. If 0, the cell extends up to the right margin. + * @param $h (float) Cell height. Default value: 0. + * @param $txt (string) String to print. Default value: empty string. + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
                      • 0: to the right (or left for RTL languages)
                      • 1: to the beginning of the next line
                      • 2: below
                      Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0. + * @param $align (string) Allows to center or align the text. Possible values are:
                      • L or empty string: left align (default value)
                      • C: center
                      • R: right align
                      • J: justify
                      + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $stretch (int) font stretch mode:
                      • 0 = disabled
                      • 1 = horizontal scaling only if text is larger than cell width
                      • 2 = forced horizontal scaling to fit cell width
                      • 3 = character spacing only if text is larger than cell width
                      • 4 = forced character spacing to fit cell width
                      General font stretching and scaling values will be preserved when possible. + * @param $ignore_min_height (boolean) if true ignore automatic minimum height value. + * @param $calign (string) cell vertical alignment relative to the specified Y value. Possible values are:
                      • T : cell top
                      • C : center
                      • B : cell bottom
                      • A : font top
                      • L : font baseline
                      • D : font bottom
                      + * @param $valign (string) text vertical alignment inside the cell. Possible values are:
                      • T : top
                      • M : middle
                      • B : bottom
                      + * @return string containing cell code + * @protected + * @since 1.0 + * @see Cell() + */ + protected function getCellCode($w, $h=0, $txt='', $border=0, $ln=0, $align='', $fill=false, $link='', $stretch=0, $ignore_min_height=false, $calign='T', $valign='M') { + $prev_cell_margin = $this->cell_margin; + $prev_cell_padding = $this->cell_padding; + $txt = $this->removeSHY($txt); + $rs = ''; //string to be returned + $this->adjustCellPadding($border); + if (!$ignore_min_height) { + $min_cell_height = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B']; + if ($h < $min_cell_height) { + $h = $min_cell_height; + } + } + $k = $this->k; + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $this->x, $this->y); + if ($this->rtl) { + $x = $this->x - $this->cell_margin['R']; + } else { + $x = $this->x + $this->cell_margin['L']; + } + $y = $this->y + $this->cell_margin['T']; + $prev_font_stretching = $this->font_stretching; + $prev_font_spacing = $this->font_spacing; + // cell vertical alignment + switch ($calign) { + case 'A': { + // font top + switch ($valign) { + case 'T': { + // top + $y -= $this->cell_padding['T']; + break; + } + case 'B': { + // bottom + $y -= ($h - $this->cell_padding['B'] - $this->FontAscent - $this->FontDescent); + break; + } + default: + case 'C': + case 'M': { + // center + $y -= (($h - $this->FontAscent - $this->FontDescent) / 2); + break; + } + } + break; + } + case 'L': { + // font baseline + switch ($valign) { + case 'T': { + // top + $y -= ($this->cell_padding['T'] + $this->FontAscent); + break; + } + case 'B': { + // bottom + $y -= ($h - $this->cell_padding['B'] - $this->FontDescent); + break; + } + default: + case 'C': + case 'M': { + // center + $y -= (($h + $this->FontAscent - $this->FontDescent) / 2); + break; + } + } + break; + } + case 'D': { + // font bottom + switch ($valign) { + case 'T': { + // top + $y -= ($this->cell_padding['T'] + $this->FontAscent + $this->FontDescent); + break; + } + case 'B': { + // bottom + $y -= ($h - $this->cell_padding['B']); + break; + } + default: + case 'C': + case 'M': { + // center + $y -= (($h + $this->FontAscent + $this->FontDescent) / 2); + break; + } + } + break; + } + case 'B': { + // cell bottom + $y -= $h; + break; + } + case 'C': + case 'M': { + // cell center + $y -= ($h / 2); + break; + } + default: + case 'T': { + // cell top + break; + } + } + // text vertical alignment + switch ($valign) { + case 'T': { + // top + $yt = $y + $this->cell_padding['T']; + break; + } + case 'B': { + // bottom + $yt = $y + $h - $this->cell_padding['B'] - $this->FontAscent - $this->FontDescent; + break; + } + default: + case 'C': + case 'M': { + // center + $yt = $y + (($h - $this->FontAscent - $this->FontDescent) / 2); + break; + } + } + $basefonty = $yt + $this->FontAscent; + if ($this->empty_string($w) OR ($w <= 0)) { + if ($this->rtl) { + $w = $x - $this->lMargin; + } else { + $w = $this->w - $this->rMargin - $x; + } + } + $s = ''; + // fill and borders + if (is_string($border) AND (strlen($border) == 4)) { + // full border + $border = 1; + } + if ($fill OR ($border == 1)) { + if ($fill) { + $op = ($border == 1) ? 'B' : 'f'; + } else { + $op = 'S'; + } + if ($this->rtl) { + $xk = (($x - $w) * $k); + } else { + $xk = ($x * $k); + } + $s .= sprintf('%.2F %.2F %.2F %.2F re %s ', $xk, (($this->h - $y) * $k), ($w * $k), (-$h * $k), $op); + } + // draw borders + $s .= $this->getCellBorder($x, $y, $w, $h, $border); + if ($txt != '') { + $txt2 = $txt; + if ($this->isunicode) { + if (($this->CurrentFont['type'] == 'core') OR ($this->CurrentFont['type'] == 'TrueType') OR ($this->CurrentFont['type'] == 'Type1')) { + $txt2 = $this->UTF8ToLatin1($txt2); + } else { + $unicode = $this->UTF8StringToArray($txt); // array of UTF-8 unicode values + $unicode = $this->utf8Bidi($unicode, '', $this->tmprtl); + if (defined('K_THAI_TOPCHARS') AND (K_THAI_TOPCHARS == true)) { + // ---- Fix for bug #2977340 "Incorrect Thai characters position arrangement" ---- + // NOTE: this doesn't work with HTML justification + // Symbols that could overlap on the font top (only works in LTR) + $topchar = array(3611, 3613, 3615, 3650, 3651, 3652); // chars that extends on top + $topsym = array(3633, 3636, 3637, 3638, 3639, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662); // symbols with top position + $numchars = count($unicode); // number of chars + $unik = 0; + $uniblock = array(); + $uniblock[$unik] = array(); + $uniblock[$unik][] = $unicode[0]; + // resolve overlapping conflicts by splitting the string in several parts + for ($i = 1; $i < $numchars; ++$i) { + // check if symbols overlaps at top + if (in_array($unicode[$i], $topsym) AND (in_array($unicode[($i - 1)], $topsym) OR in_array($unicode[($i - 1)], $topchar))) { + // move symbols to another array + ++$unik; + $uniblock[$unik] = array(); + $uniblock[$unik][] = $unicode[$i]; + ++$unik; + $uniblock[$unik] = array(); + $unicode[$i] = 0x200b; // Unicode Character 'ZERO WIDTH SPACE' (DEC:8203, U+200B) + } else { + $uniblock[$unik][] = $unicode[$i]; + } + } + // ---- END OF Fix for bug #2977340 + } + $txt2 = $this->arrUTF8ToUTF16BE($unicode, false); + } + } + $txt2 = $this->_escape($txt2); + // get current text width (considering general font stretching and spacing) + $txwidth = $this->GetStringWidth($txt); + $width = $txwidth; + // check for stretch mode + if ($stretch > 0) { + // calculate ratio between cell width and text width + if ($width <= 0) { + $ratio = 1; + } else { + $ratio = (($w - $this->cell_padding['L'] - $this->cell_padding['R']) / $width); + } + // check if stretching is required + if (($ratio < 1) OR (($ratio > 1) AND (($stretch % 2) == 0))) { + // the text will be stretched to fit cell width + if ($stretch > 2) { + // set new character spacing + $this->font_spacing += ($w - $this->cell_padding['L'] - $this->cell_padding['R'] - $width) / (max(($this->GetNumChars($txt) - 1), 1) * ($this->font_stretching / 100)); + } else { + // set new horizontal stretching + $this->font_stretching *= $ratio; + } + // recalculate text width (the text fills the entire cell) + $width = $w - $this->cell_padding['L'] - $this->cell_padding['R']; + // reset alignment + $align = ''; + } + } + if ($this->font_stretching != 100) { + // apply font stretching + $rs .= sprintf('BT %.2F Tz ET ', $this->font_stretching); + } + if ($this->font_spacing != 0) { + // increase/decrease font spacing + $rs .= sprintf('BT %.2F Tc ET ', ($this->font_spacing * $this->k)); + } + if ($this->ColorFlag) { + $s .= 'q '.$this->TextColor.' '; + } + // rendering mode + $s .= sprintf('BT %d Tr %.2F w ET ', $this->textrendermode, $this->textstrokewidth); + // count number of spaces + $ns = substr_count($txt, chr(32)); + // Justification + $spacewidth = 0; + if (($align == 'J') AND ($ns > 0)) { + if ($this->isUnicodeFont()) { + // get string width without spaces + $width = $this->GetStringWidth(str_replace(' ', '', $txt)); + // calculate average space width + $spacewidth = -1000 * ($w - $width - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns?$ns:1) / $this->FontSize; + if ($this->font_stretching != 100) { + // word spacing is affected by stretching + $spacewidth /= ($this->font_stretching / 100); + } + // set word position to be used with TJ operator + $txt2 = str_replace(chr(0).chr(32), ') '.sprintf('%.3F', $spacewidth).' (', $txt2); + $unicode_justification = true; + } else { + // get string width + $width = $txwidth; + // new space width + $spacewidth = (($w - $width - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns?$ns:1)) * $this->k; + if ($this->font_stretching != 100) { + // word spacing (Tw) is affected by stretching + $spacewidth /= ($this->font_stretching / 100); + } + // set word spacing + $rs .= sprintf('BT %.3F Tw ET ', $spacewidth); + } + $width = $w - $this->cell_padding['L'] - $this->cell_padding['R']; + } + // replace carriage return characters + $txt2 = str_replace("\r", ' ', $txt2); + switch ($align) { + case 'C': { + $dx = ($w - $width) / 2; + break; + } + case 'R': { + if ($this->rtl) { + $dx = $this->cell_padding['R']; + } else { + $dx = $w - $width - $this->cell_padding['R']; + } + break; + } + case 'L': { + if ($this->rtl) { + $dx = $w - $width - $this->cell_padding['L']; + } else { + $dx = $this->cell_padding['L']; + } + break; + } + case 'J': + default: { + if ($this->rtl) { + $dx = $this->cell_padding['R']; + } else { + $dx = $this->cell_padding['L']; + } + break; + } + } + if ($this->rtl) { + $xdx = $x - $dx - $width; + } else { + $xdx = $x + $dx; + } + $xdk = $xdx * $k; + // print text + $s .= sprintf('BT %.2F %.2F Td [(%s)] TJ ET', $xdk, (($this->h - $basefonty) * $k), $txt2); + if (isset($uniblock)) { + // print overlapping characters as separate string + $xshift = 0; // horizontal shift + $ty = (($this->h - $basefonty + (0.2 * $this->FontSize)) * $k); + $spw = (($w - $txwidth - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns?$ns:1)); + foreach ($uniblock as $uk => $uniarr) { + if (($uk % 2) == 0) { + // x space to skip + if ($spacewidth != 0) { + // justification shift + $xshift += (count(array_keys($uniarr, 32)) * $spw); + } + $xshift += $this->GetArrStringWidth($uniarr); // + shift justification + } else { + // character to print + $topchr = $this->arrUTF8ToUTF16BE($uniarr, false); + $topchr = $this->_escape($topchr); + $s .= sprintf(' BT %.2F %.2F Td [(%s)] TJ ET', ($xdk + ($xshift * $k)), $ty, $topchr); + } + } + } + if ($this->underline) { + $s .= ' '.$this->_dounderlinew($xdx, $basefonty, $width); + } + if ($this->linethrough) { + $s .= ' '.$this->_dolinethroughw($xdx, $basefonty, $width); + } + if ($this->overline) { + $s .= ' '.$this->_dooverlinew($xdx, $basefonty, $width); + } + if ($this->ColorFlag) { + $s .= ' Q'; + } + if ($link) { + $this->Link($xdx, $yt, $width, ($this->FontAscent + $this->FontDescent), $link, $ns); + } + } + // output cell + if ($s) { + // output cell + $rs .= $s; + if ($this->font_spacing != 0) { + // reset font spacing mode + $rs .= ' BT 0 Tc ET'; + } + if ($this->font_stretching != 100) { + // reset font stretching mode + $rs .= ' BT 100 Tz ET'; + } + } + // reset word spacing + if (!$this->isUnicodeFont() AND ($align == 'J')) { + $rs .= ' BT 0 Tw ET'; + } + // reset stretching and spacing + $this->font_stretching = $prev_font_stretching; + $this->font_spacing = $prev_font_spacing; + $this->lasth = $h; + if ($ln > 0) { + //Go to the beginning of the next line + $this->y = $y + $h + $this->cell_margin['B']; + if ($ln == 1) { + if ($this->rtl) { + $this->x = $this->w - $this->rMargin; + } else { + $this->x = $this->lMargin; + } + } + } else { + // go left or right by case + if ($this->rtl) { + $this->x = $x - $w - $this->cell_margin['L']; + } else { + $this->x = $x + $w + $this->cell_margin['R']; + } + } + $gstyles = ''.$this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' '.$this->FillColor."\n"; + $rs = $gstyles.$rs; + $this->cell_padding = $prev_cell_padding; + $this->cell_margin = $prev_cell_margin; + return $rs; + } + + /** + * Returns the code to draw the cell border + * @param $x (float) X coordinate. + * @param $y (float) Y coordinate. + * @param $w (float) Cell width. + * @param $h (float) Cell height. + * @param $brd (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @return string containing cell border code + * @protected + * @see SetLineStyle() + * @since 5.7.000 (2010-08-02) + */ + protected function getCellBorder($x, $y, $w, $h, $brd) { + $s = ''; // string to be returned + if (empty($brd)) { + return $s; + } + if ($brd == 1) { + $brd = array('LRTB' => true); + } + // calculate coordinates for border + $k = $this->k; + if ($this->rtl) { + $xeL = ($x - $w) * $k; + $xeR = $x * $k; + } else { + $xeL = $x * $k; + $xeR = ($x + $w) * $k; + } + $yeL = (($this->h - ($y + $h)) * $k); + $yeT = (($this->h - $y) * $k); + $xeT = $xeL; + $xeB = $xeR; + $yeR = $yeT; + $yeB = $yeL; + if (is_string($brd)) { + // convert string to array + $slen = strlen($brd); + $newbrd = array(); + for ($i = 0; $i < $slen; ++$i) { + $newbrd[$brd{$i}] = array('cap' => 'square', 'join' => 'miter'); + } + $brd = $newbrd; + } + if (isset($brd['mode'])) { + $mode = $brd['mode']; + unset($brd['mode']); + } else { + $mode = 'normal'; + } + foreach ($brd as $border => $style) { + if (is_array($style) AND !empty($style)) { + // apply border style + $prev_style = $this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' '; + $s .= $this->SetLineStyle($style, true)."\n"; + } + switch ($mode) { + case 'ext': { + $off = (($this->LineWidth / 2) * $k); + $xL = $xeL - $off; + $xR = $xeR + $off; + $yT = $yeT + $off; + $yL = $yeL - $off; + $xT = $xL; + $xB = $xR; + $yR = $yT; + $yB = $yL; + $w += $this->LineWidth; + $h += $this->LineWidth; + break; + } + case 'int': { + $off = ($this->LineWidth / 2) * $k; + $xL = $xeL + $off; + $xR = $xeR - $off; + $yT = $yeT - $off; + $yL = $yeL + $off; + $xT = $xL; + $xB = $xR; + $yR = $yT; + $yB = $yL; + $w -= $this->LineWidth; + $h -= $this->LineWidth; + break; + } + case 'normal': + default: { + $xL = $xeL; + $xT = $xeT; + $xB = $xeB; + $xR = $xeR; + $yL = $yeL; + $yT = $yeT; + $yB = $yeB; + $yR = $yeR; + break; + } + } + // draw borders by case + if (strlen($border) == 4) { + $s .= sprintf('%.2F %.2F %.2F %.2F re S ', $xT, $yT, ($w * $k), (-$h * $k)); + } elseif (strlen($border) == 3) { + if (strpos($border,'B') === false) { // LTR + $s .= sprintf('%.2F %.2F m ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= 'S '; + } elseif (strpos($border,'L') === false) { // TRB + $s .= sprintf('%.2F %.2F m ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= 'S '; + } elseif (strpos($border,'T') === false) { // RBL + $s .= sprintf('%.2F %.2F m ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= 'S '; + } elseif (strpos($border,'R') === false) { // BLT + $s .= sprintf('%.2F %.2F m ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= 'S '; + } + } elseif (strlen($border) == 2) { + if ((strpos($border,'L') !== false) AND (strpos($border,'T') !== false)) { // LT + $s .= sprintf('%.2F %.2F m ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= 'S '; + } elseif ((strpos($border,'T') !== false) AND (strpos($border,'R') !== false)) { // TR + $s .= sprintf('%.2F %.2F m ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= 'S '; + } elseif ((strpos($border,'R') !== false) AND (strpos($border,'B') !== false)) { // RB + $s .= sprintf('%.2F %.2F m ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= 'S '; + } elseif ((strpos($border,'B') !== false) AND (strpos($border,'L') !== false)) { // BL + $s .= sprintf('%.2F %.2F m ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= 'S '; + } elseif ((strpos($border,'L') !== false) AND (strpos($border,'R') !== false)) { // LR + $s .= sprintf('%.2F %.2F m ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= 'S '; + $s .= sprintf('%.2F %.2F m ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= 'S '; + } elseif ((strpos($border,'T') !== false) AND (strpos($border,'B') !== false)) { // TB + $s .= sprintf('%.2F %.2F m ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= 'S '; + $s .= sprintf('%.2F %.2F m ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= 'S '; + } + } else { // strlen($border) == 1 + if (strpos($border,'L') !== false) { // L + $s .= sprintf('%.2F %.2F m ', $xL, $yL); + $s .= sprintf('%.2F %.2F l ', $xT, $yT); + $s .= 'S '; + } elseif (strpos($border,'T') !== false) { // T + $s .= sprintf('%.2F %.2F m ', $xT, $yT); + $s .= sprintf('%.2F %.2F l ', $xR, $yR); + $s .= 'S '; + } elseif (strpos($border,'R') !== false) { // R + $s .= sprintf('%.2F %.2F m ', $xR, $yR); + $s .= sprintf('%.2F %.2F l ', $xB, $yB); + $s .= 'S '; + } elseif (strpos($border,'B') !== false) { // B + $s .= sprintf('%.2F %.2F m ', $xB, $yB); + $s .= sprintf('%.2F %.2F l ', $xL, $yL); + $s .= 'S '; + } + } + if (is_array($style) AND !empty($style)) { + // reset border style to previous value + $s .= "\n".$this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor."\n"; + } + } + return $s; + } + + /** + * This method allows printing text with line breaks. + * They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other.
                      + * Text can be aligned, centered or justified. The cell block can be framed and the background painted. + * @param $w (float) Width of cells. If 0, they extend up to the right margin of the page. + * @param $h (float) Cell minimum height. The cell extends automatically if needed. + * @param $txt (string) String to print + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $align (string) Allows to center or align the text. Possible values are:
                      • L or empty string: left align
                      • C: center
                      • R: right align
                      • J: justification (default value when $ishtml=false)
                      + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
                      • 0: to the right
                      • 1: to the beginning of the next line [DEFAULT]
                      • 2: below
                      + * @param $x (float) x position in user units + * @param $y (float) y position in user units + * @param $reseth (boolean) if true reset the last cell height (default true). + * @param $stretch (int) font stretch mode:
                      • 0 = disabled
                      • 1 = horizontal scaling only if text is larger than cell width
                      • 2 = forced horizontal scaling to fit cell width
                      • 3 = character spacing only if text is larger than cell width
                      • 4 = forced character spacing to fit cell width
                      General font stretching and scaling values will be preserved when possible. + * @param $ishtml (boolean) set to true if $txt is HTML content (default = false). + * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width. + * @param $maxh (float) maximum height. It should be >= $h and less then remaining space to the bottom of the page, or 0 for disable this feature. This feature works only when $ishtml=false. + * @param $valign (string) Vertical alignment of text (requires $maxh = $h > 0). Possible values are:
                      • T: TOP
                      • M: middle
                      • B: bottom
                      . This feature works only when $ishtml=false. + * @param $fitcell (boolean) if true attempt to fit all the text within the cell by reducing the font size. + * @return int Return the number of cells or 1 for html mode. + * @public + * @since 1.3 + * @see SetFont(), SetDrawColor(), SetFillColor(), SetTextColor(), SetLineWidth(), Cell(), Write(), SetAutoPageBreak() + */ + public function MultiCell($w, $h, $txt, $border=0, $align='J', $fill=false, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0, $valign='T', $fitcell=false) { + $prev_cell_margin = $this->cell_margin; + $prev_cell_padding = $this->cell_padding; + // adjust internal padding + $this->adjustCellPadding($border); + $mc_padding = $this->cell_padding; + $mc_margin = $this->cell_margin; + $this->cell_padding['T'] = 0; + $this->cell_padding['B'] = 0; + $this->setCellMargins(0, 0, 0, 0); + if ($this->empty_string($this->lasth) OR $reseth) { + // reset row height + $this->resetLastH(); + } + if (!$this->empty_string($y)) { + $this->SetY($y); + } else { + $y = $this->GetY(); + } + $resth = 0; + if ((!$this->InFooter) AND (($y + $h + $mc_margin['T'] + $mc_margin['B']) > $this->PageBreakTrigger)) { + // spit cell in more pages/columns + $newh = $this->PageBreakTrigger - $y; + $resth = $h - $newh; // cell to be printed on the next page/column + $h = $newh; + } + // get current page number + $startpage = $this->page; + // get current column + $startcolumn = $this->current_column; + if (!$this->empty_string($x)) { + $this->SetX($x); + } else { + $x = $this->GetX(); + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions(0, $x, $y); + // apply margins + $oy = $y + $mc_margin['T']; + if ($this->rtl) { + $ox = $this->w - $x - $mc_margin['R']; + } else { + $ox = $x + $mc_margin['L']; + } + $this->x = $ox; + $this->y = $oy; + // set width + if ($this->empty_string($w) OR ($w <= 0)) { + if ($this->rtl) { + $w = $this->x - $this->lMargin - $mc_margin['L']; + } else { + $w = $this->w - $this->x - $this->rMargin - $mc_margin['R']; + } + } + // store original margin values + $lMargin = $this->lMargin; + $rMargin = $this->rMargin; + if ($this->rtl) { + $this->rMargin = $this->w - $this->x; + $this->lMargin = $this->x - $w; + } else { + $this->lMargin = $this->x; + $this->rMargin = $this->w - $this->x - $w; + } + if ($autopadding) { + // add top padding + $this->y += $mc_padding['T']; + } + if ($ishtml) { // ******* Write HTML text + $this->writeHTML($txt, true, 0, $reseth, true, $align); + $nl = 1; + } else { // ******* Write simple text + // vertical alignment + if ($maxh > 0) { + // get text height + $text_height = $this->getStringHeight($w, $txt, $reseth, $autopadding, $mc_padding, $border); + if ($fitcell) { + $prev_FontSizePt = $this->FontSizePt; + // try to reduce font size to fit text on cell (use a quick search algorithm) + $fmin = 1; + $fmax = $this->FontSizePt; + $prev_text_height = $text_height; + $maxit = 100; // max number of iterations + while ($maxit > 0) { + $fmid = (($fmax + $fmin) / 2); + $this->SetFontSize($fmid, false); + $this->resetLastH(); + $text_height = $this->getStringHeight($w, $txt, $reseth, $autopadding, $mc_padding, $border); + if (($text_height == $maxh) OR (($text_height < $maxh) AND ($fmin >= ($fmax - 0.01)))) { + break; + } elseif ($text_height < $maxh) { + $fmin = $fmid; + } else { + $fmax = $fmid; + } + --$maxit; + } + $this->SetFontSize($this->FontSizePt); + } + if ($text_height < $maxh) { + if ($valign == 'M') { + // text vertically centered + $this->y += (($maxh - $text_height) / 2); + } elseif ($valign == 'B') { + // text vertically aligned on bottom + $this->y += ($maxh - $text_height); + } + } + } + $nl = $this->Write($this->lasth, $txt, '', 0, $align, true, $stretch, false, true, $maxh, 0, $mc_margin); + if ($fitcell) { + // restore font size + $this->SetFontSize($prev_FontSizePt); + } + } + if ($autopadding) { + // add bottom padding + $this->y += $mc_padding['B']; + } + // Get end-of-text Y position + $currentY = $this->y; + // get latest page number + $endpage = $this->page; + if ($resth > 0) { + $skip = ($endpage - $startpage); + $tmpresth = $resth; + while ($tmpresth > 0) { + if ($skip <= 0) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + if ($this->num_columns > 1) { + $tmpresth -= ($this->h - $this->y - $this->bMargin); + } else { + $tmpresth -= ($this->h - $this->tMargin - $this->bMargin); + } + --$skip; + } + $currentY = $this->y; + $endpage = $this->page; + } + // get latest column + $endcolumn = $this->current_column; + if ($this->num_columns == 0) { + $this->num_columns = 1; + } + // get border modes + $border_start = $this->getBorderMode($border, $position='start'); + $border_end = $this->getBorderMode($border, $position='end'); + $border_middle = $this->getBorderMode($border, $position='middle'); + // design borders around HTML cells. + for ($page = $startpage; $page <= $endpage; ++$page) { // for each page + $ccode = ''; + $this->setPage($page); + if ($this->num_columns < 2) { + // single-column mode + $this->SetX($x); + $this->y = $this->tMargin; + } + // account for margin changes + if ($page > $startpage) { + if (($this->rtl) AND ($this->pagedim[$page]['orm'] != $this->pagedim[$startpage]['orm'])) { + $this->x -= ($this->pagedim[$page]['orm'] - $this->pagedim[$startpage]['orm']); + } elseif ((!$this->rtl) AND ($this->pagedim[$page]['olm'] != $this->pagedim[$startpage]['olm'])) { + $this->x += ($this->pagedim[$page]['olm'] - $this->pagedim[$startpage]['olm']); + } + } + if ($startpage == $endpage) { + // single page + for ($column = $startcolumn; $column <= $endcolumn; ++$column) { // for each column + $this->selectColumn($column); + if ($this->rtl) { + $this->x -= $mc_margin['R']; + } else { + $this->x += $mc_margin['L']; + } + if ($startcolumn == $endcolumn) { // single column + $cborder = $border; + $h = max($h, ($currentY - $oy)); + $this->y = $oy; + } elseif ($column == $startcolumn) { // first column + $cborder = $border_start; + $this->y = $oy; + $h = $this->h - $this->y - $this->bMargin; + } elseif ($column == $endcolumn) { // end column + $cborder = $border_end; + $h = $currentY - $this->y; + if ($resth > $h) { + $h = $resth; + } + } else { // middle column + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + $resth -= $h; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } elseif ($page == $startpage) { // first page + for ($column = $startcolumn; $column < $this->num_columns; ++$column) { // for each column + $this->selectColumn($column); + if ($this->rtl) { + $this->x -= $mc_margin['R']; + } else { + $this->x += $mc_margin['L']; + } + if ($column == $startcolumn) { // first column + $cborder = $border_start; + $this->y = $oy; + $h = $this->h - $this->y - $this->bMargin; + } else { // middle column + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + $resth -= $h; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } elseif ($page == $endpage) { // last page + for ($column = 0; $column <= $endcolumn; ++$column) { // for each column + $this->selectColumn($column); + if ($this->rtl) { + $this->x -= $mc_margin['R']; + } else { + $this->x += $mc_margin['L']; + } + if ($column == $endcolumn) { + // end column + $cborder = $border_end; + $h = $currentY - $this->y; + if ($resth > $h) { + $h = $resth; + } + } else { + // middle column + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + $resth -= $h; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } else { // middle page + for ($column = 0; $column < $this->num_columns; ++$column) { // for each column + $this->selectColumn($column); + if ($this->rtl) { + $this->x -= $mc_margin['R']; + } else { + $this->x += $mc_margin['L']; + } + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + $resth -= $h; + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } + if ($cborder OR $fill) { + // draw border and fill + if ($this->inxobj) { + // we are inside an XObject template + if (end($this->xobjects[$this->xobjid]['transfmrk']) !== false) { + $pagemarkkey = key($this->xobjects[$this->xobjid]['transfmrk']); + $pagemark = &$this->xobjects[$this->xobjid]['transfmrk'][$pagemarkkey]; + } else { + $pagemark = &$this->xobjects[$this->xobjid]['intmrk']; + } + $pagebuff = $this->xobjects[$this->xobjid]['outdata']; + $pstart = substr($pagebuff, 0, $pagemark); + $pend = substr($pagebuff, $pagemark); + $this->xobjects[$this->xobjid]['outdata'] = $pstart.$ccode.$pend; + $pagemark += strlen($ccode); + } else { + if (end($this->transfmrk[$this->page]) !== false) { + $pagemarkkey = key($this->transfmrk[$this->page]); + $pagemark = &$this->transfmrk[$this->page][$pagemarkkey]; + } elseif ($this->InFooter) { + $pagemark = &$this->footerpos[$this->page]; + } else { + $pagemark = &$this->intmrk[$this->page]; + } + $pagebuff = $this->getPageBuffer($this->page); + $pstart = substr($pagebuff, 0, $pagemark); + $pend = substr($pagebuff, $pagemark); + $this->setPageBuffer($this->page, $pstart.$ccode.$pend); + $pagemark += strlen($ccode); + } + } + } // end for each page + // Get end-of-cell Y position + $currentY = $this->GetY(); + // restore original margin values + $this->SetLeftMargin($lMargin); + $this->SetRightMargin($rMargin); + if ($ln > 0) { + //Go to the beginning of the next line + $this->SetY($currentY + $mc_margin['B']); + if ($ln == 2) { + $this->SetX($x + $w + $mc_margin['L'] + $mc_margin['R']); + } + } else { + // go left or right by case + $this->setPage($startpage); + $this->y = $y; + $this->SetX($x + $w + $mc_margin['L'] + $mc_margin['R']); + } + $this->setContentMark(); + $this->cell_padding = $prev_cell_padding; + $this->cell_margin = $prev_cell_margin; + return $nl; + } + + /** + * Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages) + * @param $brd (mixed) Indicates if borders must be drawn around the cell block. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $position (string) multicell position: 'start', 'middle', 'end' + * @return border mode array + * @protected + * @since 4.4.002 (2008-12-09) + */ + protected function getBorderMode($brd, $position='start') { + if ((!$this->opencell) OR empty($brd)) { + return $brd; + } + if ($brd == 1) { + $brd = 'LTRB'; + } + if (is_string($brd)) { + // convert string to array + $slen = strlen($brd); + $newbrd = array(); + for ($i = 0; $i < $slen; ++$i) { + $newbrd[$brd{$i}] = array('cap' => 'square', 'join' => 'miter'); + } + $brd = $newbrd; + } + foreach ($brd as $border => $style) { + switch ($position) { + case 'start': { + if (strpos($border, 'B') !== false) { + // remove bottom line + $newkey = str_replace('B', '', $border); + if (strlen($newkey) > 0) { + $brd[$newkey] = $style; + } + unset($brd[$border]); + } + break; + } + case 'middle': { + if (strpos($border, 'B') !== false) { + // remove bottom line + $newkey = str_replace('B', '', $border); + if (strlen($newkey) > 0) { + $brd[$newkey] = $style; + } + unset($brd[$border]); + $border = $newkey; + } + if (strpos($border, 'T') !== false) { + // remove bottom line + $newkey = str_replace('T', '', $border); + if (strlen($newkey) > 0) { + $brd[$newkey] = $style; + } + unset($brd[$border]); + } + break; + } + case 'end': { + if (strpos($border, 'T') !== false) { + // remove bottom line + $newkey = str_replace('T', '', $border); + if (strlen($newkey) > 0) { + $brd[$newkey] = $style; + } + unset($brd[$border]); + } + break; + } + } + } + return $brd; + } + + /** + * This method return the estimated number of lines for print a simple text string using Multicell() method. + * @param $txt (string) String for calculating his height + * @param $w (float) Width of cells. If 0, they extend up to the right margin of the page. + * @param $reseth (boolean) if true reset the last cell height (default false). + * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width (default true). + * @param $cellpadding (float) Internal cell padding, if empty uses default cell padding. + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @return float Return the minimal height needed for multicell method for printing the $txt param. + * @author Alexander Escalona Fern�ndez, Nicola Asuni + * @public + * @since 4.5.011 + */ + public function getNumLines($txt, $w=0, $reseth=false, $autopadding=true, $cellpadding='', $border=0) { + if ($txt === '') { + // empty string + return 1; + } + // adjust internal padding + $prev_cell_padding = $this->cell_padding; + $prev_lasth = $this->lasth; + if (is_array($cellpadding)) { + $this->cell_padding = $cellpadding; + } + $this->adjustCellPadding($border); + if ($this->empty_string($w) OR ($w <= 0)) { + if ($this->rtl) { + $w = $this->x - $this->lMargin; + } else { + $w = $this->w - $this->rMargin - $this->x; + } + } + $wmax = $w - $this->cell_padding['L'] - $this->cell_padding['R']; + if ($reseth) { + // reset row height + $this->resetLastH(); + } + $lines = 1; + $sum = 0; + $chars = $this->utf8Bidi($this->UTF8StringToArray($txt), $txt, $this->tmprtl); + $charsWidth = $this->GetArrStringWidth($chars, '', '', 0, true); + $length = count($chars); + $lastSeparator = -1; + for ($i = 0; $i < $length; ++$i) { + $charWidth = $charsWidth[$i]; + if (preg_match($this->re_spaces, $this->unichr($chars[$i]))) { + $lastSeparator = $i; + } + if ((($sum + $charWidth) > $wmax) OR ($chars[$i] == 10)) { + ++$lines; + if ($lastSeparator != -1) { + $i = $lastSeparator; + $lastSeparator = -1; + $sum = 0; + } else { + $sum = $charWidth; + } + } else { + $sum += $charWidth; + } + } + if ($chars[($length - 1)] == 10) { + --$lines; + } + $this->cell_padding = $prev_cell_padding; + $this->lasth = $prev_lasth; + return $lines; + } + + /** + * This method return the estimated needed height for print a simple text string in Multicell() method. + * Generally, if you want to know the exact height for a block of content you can use the following alternative technique: + * @pre + * // store current object + * $pdf->startTransaction(); + * // store starting values + * $start_y = $pdf->GetY(); + * $start_page = $pdf->getPage(); + * // call your printing functions with your parameters + * // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + * $pdf->MultiCell($w=0, $h=0, $txt, $border=1, $align='L', $fill=false, $ln=1, $x='', $y='', $reseth=true, $stretch=0, $ishtml=false, $autopadding=true, $maxh=0); + * // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + * // get the new Y + * $end_y = $pdf->GetY(); + * $end_page = $pdf->getPage(); + * // calculate height + * $height = 0; + * if ($end_page == $start_page) { + * $height = $end_y - $start_y; + * } else { + * for ($page=$start_page; $page <= $end_page; ++$page) { + * $this->setPage($page); + * if ($page == $start_page) { + * // first page + * $height = $this->h - $start_y - $this->bMargin; + * } elseif ($page == $end_page) { + * // last page + * $height = $end_y - $this->tMargin; + * } else { + * $height = $this->h - $this->tMargin - $this->bMargin; + * } + * } + * } + * // restore previous object + * $pdf = $pdf->rollbackTransaction(); + * + * @param $w (float) Width of cells. If 0, they extend up to the right margin of the page. + * @param $txt (string) String for calculating his height + * @param $reseth (boolean) if true reset the last cell height (default false). + * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width (default true). + * @param $cellpadding (float) Internal cell padding, if empty uses default cell padding. + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @return float Return the minimal height needed for multicell method for printing the $txt param. + * @author Nicola Asuni, Alexander Escalona Fern�ndez + * @public + */ + public function getStringHeight($w, $txt, $reseth=false, $autopadding=true, $cellpadding='', $border=0) { + // adjust internal padding + $prev_cell_padding = $this->cell_padding; + $prev_lasth = $this->lasth; + if (is_array($cellpadding)) { + $this->cell_padding = $cellpadding; + } + $this->adjustCellPadding($border); + $lines = $this->getNumLines($txt, $w, $reseth, $autopadding, $cellpadding, $border); + $height = $lines * ($this->FontSize * $this->cell_height_ratio); + if ($autopadding) { + // add top and bottom padding + $height += ($this->cell_padding['T'] + $this->cell_padding['B']); + } + $this->cell_padding = $prev_cell_padding; + $this->lasth = $prev_lasth; + return $height; + } + + /** + * This method prints text from the current position.
                      + * @param $h (float) Line height + * @param $txt (string) String to print + * @param $link (mixed) URL or identifier returned by AddLink() + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $align (string) Allows to center or align the text. Possible values are:
                      • L or empty string: left align (default value)
                      • C: center
                      • R: right align
                      • J: justify
                      + * @param $ln (boolean) if true set cursor at the bottom of the line, otherwise set cursor at the top of the line. + * @param $stretch (int) font stretch mode:
                      • 0 = disabled
                      • 1 = horizontal scaling only if text is larger than cell width
                      • 2 = forced horizontal scaling to fit cell width
                      • 3 = character spacing only if text is larger than cell width
                      • 4 = forced character spacing to fit cell width
                      General font stretching and scaling values will be preserved when possible. + * @param $firstline (boolean) if true prints only the first line and return the remaining string. + * @param $firstblock (boolean) if true the string is the starting of a line. + * @param $maxh (float) maximum height. The remaining unprinted text will be returned. It should be >= $h and less then remaining space to the bottom of the page, or 0 for disable this feature. + * @param $wadj (float) first line width will be reduced by this amount (used in HTML mode). + * @param $margin (array) margin array of the parent container + * @return mixed Return the number of cells or the remaining string if $firstline = true. + * @public + * @since 1.5 + */ + public function Write($h, $txt, $link='', $fill=false, $align='', $ln=false, $stretch=0, $firstline=false, $firstblock=false, $maxh=0, $wadj=0, $margin='') { + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $this->x, $this->y); + if (strlen($txt) == 0) { + // fix empty text + $txt = ' '; + } + if ($margin === '') { + // set default margins + $margin = $this->cell_margin; + } + // remove carriage returns + $s = str_replace("\r", '', $txt); + // check if string contains arabic text + if (preg_match($this->unicode->uni_RE_PATTERN_ARABIC, $s)) { + $arabic = true; + } else { + $arabic = false; + } + // check if string contains RTL text + if ($arabic OR ($this->tmprtl == 'R') OR preg_match($this->unicode->uni_RE_PATTERN_RTL, $s)) { + $rtlmode = true; + } else { + $rtlmode = false; + } + // get a char width + $chrwidth = $this->GetCharWidth('.'); + // get array of unicode values + $chars = $this->UTF8StringToArray($s); + // get array of chars + $uchars = $this->UTF8ArrayToUniArray($chars); + // get the number of characters + $nb = count($chars); + // replacement for SHY character (minus symbol) + $shy_replacement = 45; + $shy_replacement_char = $this->unichr($shy_replacement); + // widht for SHY replacement + $shy_replacement_width = $this->GetCharWidth($shy_replacement); + // max Y + $maxy = $this->y + $maxh - $h - $this->cell_padding['T'] - $this->cell_padding['B']; + // calculate remaining line width ($w) + if ($this->rtl) { + $w = $this->x - $this->lMargin; + } else { + $w = $this->w - $this->rMargin - $this->x; + } + // max column width + $wmax = $w - $wadj; + if (!$firstline) { + $wmax -= ($this->cell_padding['L'] + $this->cell_padding['R']); + } + if ((!$firstline) AND (($chrwidth > $wmax) OR ($this->GetCharWidth($chars[0]) > $wmax))) { + // a single character do not fit on column + return ''; + } + // minimum row height + $row_height = max($h, $this->FontSize * $this->cell_height_ratio); + $start_page = $this->page; + $i = 0; // character position + $j = 0; // current starting position + $sep = -1; // position of the last blank space + $shy = false; // true if the last blank is a soft hypen (SHY) + $l = 0; // current string length + $nl = 0; //number of lines + $linebreak = false; + $pc = 0; // previous character + // for each character + while ($i < $nb) { + if (($maxh > 0) AND ($this->y >= $maxy) ) { + break; + } + //Get the current character + $c = $chars[$i]; + if ($c == 10) { // 10 = "\n" = new line + //Explicit line break + if ($align == 'J') { + if ($this->rtl) { + $talign = 'R'; + } else { + $talign = 'L'; + } + } else { + $talign = $align; + } + $tmpstr = $this->UniArrSubString($uchars, $j, $i); + if ($firstline) { + $startx = $this->x; + $tmparr = array_slice($chars, $j, ($i - $j)); + if ($rtlmode) { + $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl); + } + $linew = $this->GetArrStringWidth($tmparr); + unset($tmparr); + if ($this->rtl) { + $this->endlinex = $startx - $linew; + } else { + $this->endlinex = $startx + $linew; + } + $w = $linew; + $tmpcellpadding = $this->cell_padding; + if ($maxh == 0) { + $this->SetCellPadding(0); + } + } + if ($firstblock AND $this->isRTLTextDir()) { + $tmpstr = $this->stringRightTrim($tmpstr); + } + // Skip newlines at the begining of a page or column + if (!empty($tmpstr) OR ($this->y < ($this->PageBreakTrigger - $row_height))) { + $this->Cell($w, $h, $tmpstr, 0, 1, $talign, $fill, $link, $stretch); + } + unset($tmpstr); + if ($firstline) { + $this->cell_padding = $tmpcellpadding; + return ($this->UniArrSubString($uchars, $i)); + } + ++$nl; + $j = $i + 1; + $l = 0; + $sep = -1; + $shy = false; + // account for margin changes + if ((($this->y + $this->lasth) > $this->PageBreakTrigger) AND (!$this->InFooter)) { + $this->AcceptPageBreak(); + if ($this->rtl) { + $this->x -= $margin['R']; + } else { + $this->x += $margin['L']; + } + $this->lMargin += $margin['L']; + $this->rMargin += $margin['R']; + } + $w = $this->getRemainingWidth(); + $wmax = $w - $this->cell_padding['L'] - $this->cell_padding['R']; + } else { + // 160 is the non-breaking space. + // 173 is SHY (Soft Hypen). + // \p{Z} or \p{Separator}: any kind of Unicode whitespace or invisible separator. + // \p{Lo} or \p{Other_Letter}: a Unicode letter or ideograph that does not have lowercase and uppercase variants. + // \p{Lo} is needed because Chinese characters are packed next to each other without spaces in between. + if (($c != 160) AND (($c == 173) OR preg_match($this->re_spaces, $this->unichr($c)))) { + // update last blank space position + $sep = $i; + // check if is a SHY + if ($c == 173) { + $shy = true; + if ($pc == 45) { + $tmp_shy_replacement_width = 0; + $tmp_shy_replacement_char = ''; + } else { + $tmp_shy_replacement_width = $shy_replacement_width; + $tmp_shy_replacement_char = $shy_replacement_char; + } + } else { + $shy = false; + } + } + // update string length + if ($this->isUnicodeFont() AND ($arabic)) { + // with bidirectional algorithm some chars may be changed affecting the line length + // *** very slow *** + $l = $this->GetArrStringWidth($this->utf8Bidi(array_slice($chars, $j, ($i - $j)), '', $this->tmprtl)); + } else { + $l += $this->GetCharWidth($c); + } + if (($l > $wmax) OR (($c == 173) AND (($l + $tmp_shy_replacement_width) > $wmax)) ) { + // we have reached the end of column + if ($sep == -1) { + // check if the line was already started + if (($this->rtl AND ($this->x <= ($this->w - $this->rMargin - $chrwidth))) + OR ((!$this->rtl) AND ($this->x >= ($this->lMargin + $chrwidth)))) { + // print a void cell and go to next line + $this->Cell($w, $h, '', 0, 1); + $linebreak = true; + if ($firstline) { + return ($this->UniArrSubString($uchars, $j)); + } + } else { + // truncate the word because do not fit on column + $tmpstr = $this->UniArrSubString($uchars, $j, $i); + if ($firstline) { + $startx = $this->x; + $tmparr = array_slice($chars, $j, ($i - $j)); + if ($rtlmode) { + $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl); + } + $linew = $this->GetArrStringWidth($tmparr); + unset($tmparr); + if ($this->rtl) { + $this->endlinex = $startx - $linew; + } else { + $this->endlinex = $startx + $linew; + } + $w = $linew; + $tmpcellpadding = $this->cell_padding; + if ($maxh == 0) { + $this->SetCellPadding(0); + } + } + if ($firstblock AND $this->isRTLTextDir()) { + $tmpstr = $this->stringRightTrim($tmpstr); + } + $this->Cell($w, $h, $tmpstr, 0, 1, $align, $fill, $link, $stretch); + unset($tmpstr); + if ($firstline) { + $this->cell_padding = $tmpcellpadding; + return ($this->UniArrSubString($uchars, $i)); + } + $j = $i; + --$i; + } + } else { + // word wrapping + if ($this->rtl AND (!$firstblock) AND ($sep < $i)) { + $endspace = 1; + } else { + $endspace = 0; + } + if ($shy) { + // add hypen (minus symbol) at the end of the line + $shy_width = $tmp_shy_replacement_width; + if ($this->rtl) { + $shy_char_left = $tmp_shy_replacement_char; + $shy_char_right = ''; + } else { + $shy_char_left = ''; + $shy_char_right = $tmp_shy_replacement_char; + } + } else { + $shy_width = 0; + $shy_char_left = ''; + $shy_char_right = ''; + } + $tmpstr = $this->UniArrSubString($uchars, $j, ($sep + $endspace)); + if ($firstline) { + $startx = $this->x; + $tmparr = array_slice($chars, $j, (($sep + $endspace) - $j)); + if ($rtlmode) { + $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl); + } + $linew = $this->GetArrStringWidth($tmparr); + unset($tmparr); + if ($this->rtl) { + $this->endlinex = $startx - $linew - $shy_width; + } else { + $this->endlinex = $startx + $linew + $shy_width; + } + $w = $linew; + $tmpcellpadding = $this->cell_padding; + if ($maxh == 0) { + $this->SetCellPadding(0); + } + } + // print the line + if ($firstblock AND $this->isRTLTextDir()) { + $tmpstr = $this->stringRightTrim($tmpstr); + } + $this->Cell($w, $h, $shy_char_left.$tmpstr.$shy_char_right, 0, 1, $align, $fill, $link, $stretch); + unset($tmpstr); + if ($firstline) { + // return the remaining text + $this->cell_padding = $tmpcellpadding; + return ($this->UniArrSubString($uchars, ($sep + $endspace))); + } + $i = $sep; + $sep = -1; + $shy = false; + $j = ($i+1); + } + // account for margin changes + if ((($this->y + $this->lasth) > $this->PageBreakTrigger) AND (!$this->InFooter)) { + $this->AcceptPageBreak(); + if ($this->rtl) { + $this->x -= $margin['R']; + } else { + $this->x += $margin['L']; + } + $this->lMargin += $margin['L']; + $this->rMargin += $margin['R']; + } + $w = $this->getRemainingWidth(); + $wmax = $w - $this->cell_padding['L'] - $this->cell_padding['R']; + if ($linebreak) { + $linebreak = false; + } else { + ++$nl; + $l = 0; + } + } + } + // save last character + $pc = $c; + ++$i; + } // end while i < nb + // print last substring (if any) + if ($l > 0) { + switch ($align) { + case 'J': + case 'C': { + $w = $w; + break; + } + case 'L': { + if ($this->rtl) { + $w = $w; + } else { + $w = $l; + } + break; + } + case 'R': { + if ($this->rtl) { + $w = $l; + } else { + $w = $w; + } + break; + } + default: { + $w = $l; + break; + } + } + $tmpstr = $this->UniArrSubString($uchars, $j, $nb); + if ($firstline) { + $startx = $this->x; + $tmparr = array_slice($chars, $j, ($nb - $j)); + if ($rtlmode) { + $tmparr = $this->utf8Bidi($tmparr, $tmpstr, $this->tmprtl); + } + $linew = $this->GetArrStringWidth($tmparr); + unset($tmparr); + if ($this->rtl) { + $this->endlinex = $startx - $linew; + } else { + $this->endlinex = $startx + $linew; + } + $w = $linew; + $tmpcellpadding = $this->cell_padding; + if ($maxh == 0) { + $this->SetCellPadding(0); + } + } + if ($firstblock AND $this->isRTLTextDir()) { + $tmpstr = $this->stringRightTrim($tmpstr); + } + $this->Cell($w, $h, $tmpstr, 0, $ln, $align, $fill, $link, $stretch); + unset($tmpstr); + if ($firstline) { + $this->cell_padding = $tmpcellpadding; + return ($this->UniArrSubString($uchars, $nb)); + } + ++$nl; + } + if ($firstline) { + return ''; + } + return $nl; + } + + /** + * Returns the remaining width between the current position and margins. + * @return int Return the remaining width + * @protected + */ + protected function getRemainingWidth() { + $this->checkPageRegions(0, $this->x, $this->y); + if ($this->rtl) { + return ($this->x - $this->lMargin); + } else { + return ($this->w - $this->rMargin - $this->x); + } + } + + /** + * Extract a slice of the $strarr array and return it as string. + * @param $strarr (string) The input array of characters. + * @param $start (int) the starting element of $strarr. + * @param $end (int) first element that will not be returned. + * @return Return part of a string + * @public + */ + public function UTF8ArrSubString($strarr, $start='', $end='') { + if (strlen($start) == 0) { + $start = 0; + } + if (strlen($end) == 0) { + $end = count($strarr); + } + $string = ''; + for ($i=$start; $i < $end; ++$i) { + $string .= $this->unichr($strarr[$i]); + } + return $string; + } + + /** + * Extract a slice of the $uniarr array and return it as string. + * @param $uniarr (string) The input array of characters. + * @param $start (int) the starting element of $strarr. + * @param $end (int) first element that will not be returned. + * @return Return part of a string + * @public + * @since 4.5.037 (2009-04-07) + */ + public function UniArrSubString($uniarr, $start='', $end='') { + if (strlen($start) == 0) { + $start = 0; + } + if (strlen($end) == 0) { + $end = count($uniarr); + } + $string = ''; + for ($i=$start; $i < $end; ++$i) { + $string .= $uniarr[$i]; + } + return $string; + } + + /** + * Convert an array of UTF8 values to array of unicode characters + * @param $ta (string) The input array of UTF8 values. + * @return Return array of unicode characters + * @public + * @since 4.5.037 (2009-04-07) + */ + public function UTF8ArrayToUniArray($ta) { + return array_map(array($this, 'unichr'), $ta); + } + + /** + * Returns the unicode caracter specified by UTF-8 value + * @param $c (int) UTF-8 value + * @return Returns the specified character. + * @author Miguel Perez, Nicola Asuni + * @public + * @since 2.3.000 (2008-03-05) + */ + public function unichr($c) { + if (!$this->isunicode) { + return chr($c); + } elseif ($c <= 0x7F) { + // one byte + return chr($c); + } elseif ($c <= 0x7FF) { + // two bytes + return chr(0xC0 | $c >> 6).chr(0x80 | $c & 0x3F); + } elseif ($c <= 0xFFFF) { + // three bytes + return chr(0xE0 | $c >> 12).chr(0x80 | $c >> 6 & 0x3F).chr(0x80 | $c & 0x3F); + } elseif ($c <= 0x10FFFF) { + // four bytes + return chr(0xF0 | $c >> 18).chr(0x80 | $c >> 12 & 0x3F).chr(0x80 | $c >> 6 & 0x3F).chr(0x80 | $c & 0x3F); + } else { + return ''; + } + } + + /** + * Return the image type given the file name or array returned by getimagesize() function. + * @param $imgfile (string) image file name + * @param $iminfo (array) array of image information returned by getimagesize() function. + * @return string image type + * @since 4.8.017 (2009-11-27) + */ + public function getImageFileType($imgfile, $iminfo=array()) { + $type = ''; + if (isset($iminfo['mime']) AND !empty($iminfo['mime'])) { + $mime = explode('/', $iminfo['mime']); + if ((count($mime) > 1) AND ($mime[0] == 'image') AND (!empty($mime[1]))) { + $type = strtolower(trim($mime[1])); + } + } + if (empty($type)) { + $fileinfo = pathinfo($imgfile); + if (isset($fileinfo['extension']) AND (!$this->empty_string($fileinfo['extension']))) { + $type = strtolower(trim($fileinfo['extension'])); + } + } + if ($type == 'jpg') { + $type = 'jpeg'; + } + return $type; + } + + /** + * Set the block dimensions accounting for page breaks and page/column fitting + * @param $w (float) width + * @param $h (float) height + * @param $x (float) X coordinate + * @param $y (float) Y coodiante + * @param $fitonpage (boolean) if true the block is resized to not exceed page dimensions. + * @protected + * @since 5.5.009 (2010-07-05) + */ + protected function fitBlock(&$w, &$h, &$x, &$y, $fitonpage=false) { + if ($w <= 0) { + // set maximum width + $w = ($this->w - $this->lMargin - $this->rMargin); + } + if ($h <= 0) { + // set maximum height + $h = ($this->PageBreakTrigger - $this->tMargin); + } + // resize the block to be vertically contained on a single page or single column + if ($fitonpage OR $this->AutoPageBreak) { + $ratio_wh = ($w / $h); + if ($h > ($this->PageBreakTrigger - $this->tMargin)) { + $h = $this->PageBreakTrigger - $this->tMargin; + $w = ($h * $ratio_wh); + } + // resize the block to be horizontally contained on a single page or single column + if ($fitonpage) { + $maxw = ($this->w - $this->lMargin - $this->rMargin); + if ($w > $maxw) { + $w = $maxw; + $h = ($w / $ratio_wh); + } + } + } + // Check whether we need a new page or new column first as this does not fit + $prev_x = $this->x; + $prev_y = $this->y; + if ($this->checkPageBreak($h, $y) OR ($this->y < $prev_y)) { + $y = $this->y; + if ($this->rtl) { + $x += ($prev_x - $this->x); + } else { + $x += ($this->x - $prev_x); + } + } + // resize the block to be contained on the remaining available page or column space + if ($fitonpage) { + $ratio_wh = ($w / $h); + if (($y + $h) > $this->PageBreakTrigger) { + $h = $this->PageBreakTrigger - $y; + $w = ($h * $ratio_wh); + } + if ((!$this->rtl) AND (($x + $w) > ($this->w - $this->rMargin))) { + $w = $this->w - $this->rMargin - $x; + $h = ($w / $ratio_wh); + } elseif (($this->rtl) AND (($x - $w) < ($this->lMargin))) { + $w = $x - $this->lMargin; + $h = ($w / $ratio_wh); + } + } + } + + /** + * Puts an image in the page. + * The upper-left corner must be given. + * The dimensions can be specified in different ways:
                        + *
                      • explicit width and height (expressed in user unit)
                      • + *
                      • one explicit dimension, the other being calculated automatically in order to keep the original proportions
                      • + *
                      • no explicit dimension, in which case the image is put at 72 dpi
                      + * Supported formats are JPEG and PNG images whitout GD library and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM; + * The format can be specified explicitly or inferred from the file extension.
                      + * It is possible to put a link on the image.
                      + * Remark: if an image is used several times, only one copy will be embedded in the file.
                      + * @param $file (string) Name of the file containing the image or a '@' character followed by the image data string. + * @param $x (float) Abscissa of the upper-left corner (LTR) or upper-right corner (RTL). + * @param $y (float) Ordinate of the upper-left corner (LTR) or upper-right corner (RTL). + * @param $w (float) Width of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $h (float) Height of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $type (string) Image format. Possible values are (case insensitive): JPEG and PNG (whitout GD library) and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;. If not specified, the type is inferred from the file extension. + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $align (string) Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
                      • T: top-right for LTR or top-left for RTL
                      • M: middle-right for LTR or middle-left for RTL
                      • B: bottom-right for LTR or bottom-left for RTL
                      • N: next line
                      + * @param $resize (mixed) If true resize (reduce) the image to fit $w and $h (requires GD or ImageMagick library); if false do not resize; if 2 force resize in all cases (upscaling and downscaling). + * @param $dpi (int) dot-per-inch resolution used on resize + * @param $palign (string) Allows to center or align the image on the current line. Possible values are:
                      • L : left align
                      • C : center
                      • R : right align
                      • '' : empty string : left for LTR or right for RTL
                      + * @param $ismask (boolean) true if this image is a mask, false otherwise + * @param $imgmask (mixed) image object returned by this function or false + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $fitbox (mixed) If not false scale image dimensions proportionally to fit within the ($w, $h) box. $fitbox can be true or a 2 characters string indicating the image alignment inside the box. The first character indicate the horizontal alignment (L = left, C = center, R = right) the second character indicate the vertical algnment (T = top, M = middle, B = bottom). + * @param $hidden (boolean) if true do not display the image. + * @param $fitonpage (boolean) if true the image is resized to not exceed page dimensions. + * @return image information + * @public + * @since 1.1 + */ + public function Image($file, $x='', $y='', $w=0, $h=0, $type='', $link='', $align='', $resize=false, $dpi=300, $palign='', $ismask=false, $imgmask=false, $border=0, $fitbox=false, $hidden=false, $fitonpage=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + $cached_file = false; // true when the file is cached + // check if we are passing an image as file or string + if ($file{0} === '@') { // image from string + $imgdata = substr($file, 1); + $file = tempnam(K_PATH_CACHE, 'img_'); + $fp = fopen($file, 'w'); + fwrite($fp, $imgdata); + fclose($fp); + unset($imgdata); + $cached_file = true; + $imsize = @getimagesize($file); + if ($imsize === FALSE) { + unlink($file); + $cached_file = false; + } + } else { // image file + // check if is local file + if (!@file_exists($file)) { + // encode spaces on filename (file is probably an URL) + $file = str_replace(' ', '%20', $file); + } + // get image dimensions + $imsize = @getimagesize($file); + if ($imsize === FALSE) { + if (function_exists('curl_init')) { + // try to get remote file data using cURL + $cs = curl_init(); // curl session + curl_setopt($cs, CURLOPT_URL, $file); + curl_setopt($cs, CURLOPT_BINARYTRANSFER, true); + curl_setopt($cs, CURLOPT_FAILONERROR, true); + curl_setopt($cs, CURLOPT_RETURNTRANSFER, true); + curl_setopt($cs, CURLOPT_CONNECTTIMEOUT, 5); + curl_setopt($cs, CURLOPT_TIMEOUT, 30); + $imgdata = curl_exec($cs); + curl_close($cs); + if($imgdata !== FALSE) { + // copy image to cache + $file = tempnam(K_PATH_CACHE, 'img_'); + $fp = fopen($file, 'w'); + fwrite($fp, $imgdata); + fclose($fp); + unset($imgdata); + $cached_file = true; + $imsize = @getimagesize($file); + if ($imsize === FALSE) { + unlink($file); + $cached_file = false; + } + } + } elseif (($w > 0) AND ($h > 0)) { + // get measures from specified data + $pw = $this->getHTMLUnitToUnits($w, 0, $this->pdfunit, true) * $this->imgscale * $this->k; + $ph = $this->getHTMLUnitToUnits($h, 0, $this->pdfunit, true) * $this->imgscale * $this->k; + $imsize = array($pw, $ph); + } + } + } + if ($imsize === FALSE) { + $this->Error('[Image] Unable to get image: '.$file); + } + // get original image width and height in pixels + list($pixw, $pixh) = $imsize; + // calculate image width and height on document + if (($w <= 0) AND ($h <= 0)) { + // convert image size to document unit + $w = $this->pixelsToUnits($pixw); + $h = $this->pixelsToUnits($pixh); + } elseif ($w <= 0) { + $w = $h * $pixw / $pixh; + } elseif ($h <= 0) { + $h = $w * $pixh / $pixw; + } elseif (($fitbox !== false) AND ($w > 0) AND ($h > 0)) { + if (strlen($fitbox) !== 2) { + // set default alignment + $fitbox = '--'; + } + // scale image dimensions proportionally to fit within the ($w, $h) box + if ((($w * $pixh) / ($h * $pixw)) < 1) { + // store current height + $oldh = $h; + // calculate new height + $h = $w * $pixh / $pixw; + // height difference + $hdiff = ($oldh - $h); + // vertical alignment + switch (strtoupper($fitbox{1})) { + case 'T': { + break; + } + case 'M': { + $y += ($hdiff / 2); + break; + } + case 'B': { + $y += $hdiff; + break; + } + } + } else { + // store current width + $oldw = $w; + // calculate new width + $w = $h * $pixw / $pixh; + // width difference + $wdiff = ($oldw - $w); + // horizontal alignment + switch (strtoupper($fitbox{0})) { + case 'L': { + if ($this->rtl) { + $x -= $wdiff; + } + break; + } + case 'C': { + if ($this->rtl) { + $x -= ($wdiff / 2); + } else { + $x += ($wdiff / 2); + } + break; + } + case 'R': { + if (!$this->rtl) { + $x += $wdiff; + } + break; + } + } + } + } + // fit the image on available space + $this->fitBlock($w, $h, $x, $y, $fitonpage); + // calculate new minimum dimensions in pixels + $neww = round($w * $this->k * $dpi / $this->dpi); + $newh = round($h * $this->k * $dpi / $this->dpi); + // check if resize is necessary (resize is used only to reduce the image) + $newsize = ($neww * $newh); + $pixsize = ($pixw * $pixh); + if (intval($resize) == 2) { + $resize = true; + } elseif ($newsize >= $pixsize) { + $resize = false; + } + // check if image has been already added on document + $newimage = true; + if (in_array($file, $this->imagekeys)) { + $newimage = false; + // get existing image data + $info = $this->getImageBuffer($file); + // check if the newer image is larger + $oldsize = ($info['w'] * $info['h']); + if ((($oldsize < $newsize) AND ($resize)) OR (($oldsize < $pixsize) AND (!$resize))) { + $newimage = true; + } + } + if ($newimage) { + //First use of image, get info + $type = strtolower($type); + if ($type == '') { + $type = $this->getImageFileType($file, $imsize); + } elseif ($type == 'jpg') { + $type = 'jpeg'; + } + $mqr = $this->get_mqr(); + $this->set_mqr(false); + // Specific image handlers + $mtd = '_parse'.$type; + // GD image handler function + $gdfunction = 'imagecreatefrom'.$type; + $info = false; + if ((method_exists($this, $mtd)) AND (!($resize AND function_exists($gdfunction)))) { + // TCPDF image functions + $info = $this->$mtd($file); + if ($info == 'pngalpha') { + return $this->ImagePngAlpha($file, $x, $y, $pixw, $pixh, $w, $h, 'PNG', $link, $align, $resize, $dpi, $palign); + } + } + if (!$info) { + if (function_exists($gdfunction)) { + // GD library + $img = $gdfunction($file); + if ($resize) { + $imgr = imagecreatetruecolor($neww, $newh); + if (($type == 'gif') OR ($type == 'png')) { + $imgr = $this->_setGDImageTransparency($imgr, $img); + } + imagecopyresampled($imgr, $img, 0, 0, 0, 0, $neww, $newh, $pixw, $pixh); + if (($type == 'gif') OR ($type == 'png')) { + $info = $this->_toPNG($imgr); + } else { + $info = $this->_toJPEG($imgr); + } + } else { + if (($type == 'gif') OR ($type == 'png')) { + $info = $this->_toPNG($img); + } else { + $info = $this->_toJPEG($img); + } + } + } elseif (extension_loaded('imagick')) { + // ImageMagick library + $img = new Imagick(); + if ($type == 'SVG') { + // get SVG file content + $svgimg = file_get_contents($file); + // get width and height + $regs = array(); + if (preg_match('/]*)>/si', $svgimg, $regs)) { + $svgtag = $regs[1]; + $tmp = array(); + if (preg_match('/[\s]+width[\s]*=[\s]*"([^"]*)"/si', $svgtag, $tmp)) { + $ow = $this->getHTMLUnitToUnits($tmp[1], 1, $this->svgunit, false); + $owu = sprintf('%.3F', ($ow * $dpi / 72)).$this->pdfunit; + $svgtag = preg_replace('/[\s]+width[\s]*=[\s]*"[^"]*"/si', ' width="'.$owu.'"', $svgtag, 1); + } else { + $ow = $w; + } + $tmp = array(); + if (preg_match('/[\s]+height[\s]*=[\s]*"([^"]*)"/si', $svgtag, $tmp)) { + $oh = $this->getHTMLUnitToUnits($tmp[1], 1, $this->svgunit, false); + $ohu = sprintf('%.3F', ($oh * $dpi / 72)).$this->pdfunit; + $svgtag = preg_replace('/[\s]+height[\s]*=[\s]*"[^"]*"/si', ' height="'.$ohu.'"', $svgtag, 1); + } else { + $oh = $h; + } + $tmp = array(); + if (!preg_match('/[\s]+viewBox[\s]*=[\s]*"[\s]*([0-9\.]+)[\s]+([0-9\.]+)[\s]+([0-9\.]+)[\s]+([0-9\.]+)[\s]*"/si', $svgtag, $tmp)) { + $vbw = ($ow * $this->imgscale * $this->k); + $vbh = ($oh * $this->imgscale * $this->k); + $vbox = sprintf(' viewBox="0 0 %.3F %.3F" ', $vbw, $vbh); + $svgtag = $vbox.$svgtag; + } + $svgimg = preg_replace('/]*)>/si', '', $svgimg, 1); + } + $img->readImageBlob($svgimg); + } else { + $img->readImage($file); + } + if ($resize) { + $img->resizeImage($neww, $newh, 10, 1, false); + } + $img->setCompressionQuality($this->jpeg_quality); + $img->setImageFormat('jpeg'); + $tempname = tempnam(K_PATH_CACHE, 'jpg_'); + $img->writeImage($tempname); + $info = $this->_parsejpeg($tempname); + unlink($tempname); + $img->destroy(); + } else { + return; + } + } + if ($info === false) { + //If false, we cannot process image + return; + } + $this->set_mqr($mqr); + if ($ismask) { + // force grayscale + $info['cs'] = 'DeviceGray'; + } + $info['i'] = $this->numimages; + if (!in_array($file, $this->imagekeys)) { + ++$info['i']; + } + if ($imgmask !== false) { + $info['masked'] = $imgmask; + } + // add image to document + $this->setImageBuffer($file, $info); + } + if ($cached_file) { + // remove cached file + unlink($file); + } + // set alignment + $this->img_rb_y = $y + $h; + // set alignment + if ($this->rtl) { + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; + } else { + $ximg = $x - $w; + } + $this->img_rb_x = $ximg; + } else { + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; + } else { + $ximg = $x; + } + $this->img_rb_x = $ximg + $w; + } + if ($ismask OR $hidden) { + // image is not displayed + return $info['i']; + } + $xkimg = $ximg * $this->k; + $this->_out(sprintf('q %.2F 0 0 %.2F %.2F %.2F cm /I%u Do Q', ($w * $this->k), ($h * $this->k), $xkimg, (($this->h - ($y + $h)) * $this->k), $info['i'])); + if (!empty($border)) { + $bx = $this->x; + $by = $this->y; + $this->x = $ximg; + if ($this->rtl) { + $this->x += $w; + } + $this->y = $y; + $this->Cell($w, $h, '', $border, 0, '', 0, '', 0, true); + $this->x = $bx; + $this->y = $by; + } + if ($link) { + $this->Link($ximg, $y, $w, $h, $link, 0); + } + // set pointer to align the next text/objects + switch($align) { + case 'T': { + $this->y = $y; + $this->x = $this->img_rb_x; + break; + } + case 'M': { + $this->y = $y + round($h/2); + $this->x = $this->img_rb_x; + break; + } + case 'B': { + $this->y = $this->img_rb_y; + $this->x = $this->img_rb_x; + break; + } + case 'N': { + $this->SetY($this->img_rb_y); + break; + } + default:{ + break; + } + } + $this->endlinex = $this->img_rb_x; + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['images'][] = $info['i']; + } + return $info['i']; + } + + /** + * Sets the current active configuration setting of magic_quotes_runtime (if the set_magic_quotes_runtime function exist) + * @param $mqr (boolean) FALSE for off, TRUE for on. + * @since 4.6.025 (2009-08-17) + */ + public function set_mqr($mqr) { + if(!defined('PHP_VERSION_ID')) { + $version = PHP_VERSION; + define('PHP_VERSION_ID', (($version{0} * 10000) + ($version{2} * 100) + $version{4})); + } + if (PHP_VERSION_ID < 50300) { + @set_magic_quotes_runtime($mqr); + } + } + + /** + * Gets the current active configuration setting of magic_quotes_runtime (if the get_magic_quotes_runtime function exist) + * @return Returns 0 if magic quotes runtime is off or get_magic_quotes_runtime doesn't exist, 1 otherwise. + * @since 4.6.025 (2009-08-17) + */ + public function get_mqr() { + if(!defined('PHP_VERSION_ID')) { + $version = PHP_VERSION; + define('PHP_VERSION_ID', (($version{0} * 10000) + ($version{2} * 100) + $version{4})); + } + if (PHP_VERSION_ID < 50300) { + return @get_magic_quotes_runtime(); + } + return 0; + } + + /** + * Convert the loaded image to a JPEG and then return a structure for the PDF creator. + * This function requires GD library and write access to the directory defined on K_PATH_CACHE constant. + * @param $image (image) Image object. + * return image JPEG image object. + * @protected + */ + protected function _toJPEG($image) { + $tempname = tempnam(K_PATH_CACHE, 'jpg_'); + imagejpeg($image, $tempname, $this->jpeg_quality); + imagedestroy($image); + $retvars = $this->_parsejpeg($tempname); + // tidy up by removing temporary image + unlink($tempname); + return $retvars; + } + + /** + * Convert the loaded image to a PNG and then return a structure for the PDF creator. + * This function requires GD library and write access to the directory defined on K_PATH_CACHE constant. + * @param $image (image) Image object. + * return image PNG image object. + * @protected + * @since 4.9.016 (2010-04-20) + */ + protected function _toPNG($image) { + // set temporary image file name + $tempname = tempnam(K_PATH_CACHE, 'jpg_'); + // turn off interlaced mode + imageinterlace($image, 0); + // create temporary PNG image + imagepng($image, $tempname); + // remove image from memory + imagedestroy($image); + // get PNG image data + $retvars = $this->_parsepng($tempname); + // tidy up by removing temporary image + unlink($tempname); + return $retvars; + } + + /** + * Set the transparency for the given GD image. + * @param $new_image (image) GD image object + * @param $image (image) GD image object. + * return GD image object. + * @protected + * @since 4.9.016 (2010-04-20) + */ + protected function _setGDImageTransparency($new_image, $image) { + // transparency index + $tid = imagecolortransparent($image); + // default transparency color + $tcol = array('red' => 255, 'green' => 255, 'blue' => 255); + if ($tid >= 0) { + // get the colors for the transparency index + $tcol = imagecolorsforindex($image, $tid); + } + $tid = imagecolorallocate($new_image, $tcol['red'], $tcol['green'], $tcol['blue']); + imagefill($new_image, 0, 0, $tid); + imagecolortransparent($new_image, $tid); + return $new_image; + } + + /** + * Extract info from a JPEG file without using the GD library. + * @param $file (string) image file to parse + * @return array structure containing the image data + * @protected + */ + protected function _parsejpeg($file) { + $a = getimagesize($file); + if (empty($a)) { + $this->Error('Missing or incorrect image file: '.$file); + } + if ($a[2] != 2) { + $this->Error('Not a JPEG file: '.$file); + } + if ((!isset($a['channels'])) OR ($a['channels'] == 3)) { + $colspace = 'DeviceRGB'; + } elseif ($a['channels'] == 4) { + $colspace = 'DeviceCMYK'; + } else { + $colspace = 'DeviceGray'; + } + $bpc = isset($a['bits']) ? $a['bits'] : 8; + $data = file_get_contents($file); + return array('w' => $a[0], 'h' => $a[1], 'cs' => $colspace, 'bpc' => $bpc, 'f' => 'DCTDecode', 'data' => $data); + } + + /** + * Extract info from a PNG file without using the GD library. + * @param $file (string) image file to parse + * @return array structure containing the image data + * @protected + */ + protected function _parsepng($file) { + $f = fopen($file, 'rb'); + if ($f === false) { + $this->Error('Can\'t open image file: '.$file); + } + //Check signature + if (fread($f, 8) != chr(137).'PNG'.chr(13).chr(10).chr(26).chr(10)) { + $this->Error('Not a PNG file: '.$file); + } + //Read header chunk + fread($f, 4); + if (fread($f, 4) != 'IHDR') { + $this->Error('Incorrect PNG file: '.$file); + } + $w = $this->_freadint($f); + $h = $this->_freadint($f); + $bpc = ord(fread($f, 1)); + if ($bpc > 8) { + //$this->Error('16-bit depth not supported: '.$file); + fclose($f); + return false; + } + $ct = ord(fread($f, 1)); + if ($ct == 0) { + $colspace = 'DeviceGray'; + } elseif ($ct == 2) { + $colspace = 'DeviceRGB'; + } elseif ($ct == 3) { + $colspace = 'Indexed'; + } else { + // alpha channel + fclose($f); + return 'pngalpha'; + } + if (ord(fread($f, 1)) != 0) { + //$this->Error('Unknown compression method: '.$file); + fclose($f); + return false; + } + if (ord(fread($f, 1)) != 0) { + //$this->Error('Unknown filter method: '.$file); + fclose($f); + return false; + } + if (ord(fread($f, 1)) != 0) { + //$this->Error('Interlacing not supported: '.$file); + fclose($f); + return false; + } + fread($f, 4); + $parms = '/DecodeParms << /Predictor 15 /Colors '.($ct == 2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Columns '.$w.' >>'; + //Scan chunks looking for palette, transparency and image data + $pal = ''; + $trns = ''; + $data = ''; + do { + $n = $this->_freadint($f); + $type = fread($f, 4); + if ($type == 'PLTE') { + //Read palette + $pal = $this->rfread($f, $n); + fread($f, 4); + } elseif ($type == 'tRNS') { + //Read transparency info + $t = $this->rfread($f, $n); + if ($ct == 0) { + $trns = array(ord(substr($t, 1, 1))); + } elseif ($ct == 2) { + $trns = array(ord(substr($t, 1, 1)), ord(substr($t, 3, 1)), ord(substr($t, 5, 1))); + } else { + $pos = strpos($t, chr(0)); + if ($pos !== false) { + $trns = array($pos); + } + } + fread($f, 4); + } elseif ($type == 'IDAT') { + //Read image data block + $data .= $this->rfread($f, $n); + fread($f, 4); + } elseif ($type == 'IEND') { + break; + } else { + $this->rfread($f, $n + 4); + } + } while ($n); + if (($colspace == 'Indexed') AND (empty($pal))) { + //$this->Error('Missing palette in '.$file); + fclose($f); + return false; + } + fclose($f); + return array('w' => $w, 'h' => $h, 'cs' => $colspace, 'bpc' => $bpc, 'f' => 'FlateDecode', 'parms' => $parms, 'pal' => $pal, 'trns' => $trns, 'data' => $data); + } + + /** + * Binary-safe and URL-safe file read. + * Reads up to length bytes from the file pointer referenced by handle. Reading stops as soon as one of the following conditions is met: length bytes have been read; EOF (end of file) is reached. + * @param $handle (resource) + * @param $length (int) + * @return Returns the read string or FALSE in case of error. + * @author Nicola Asuni + * @protected + * @since 4.5.027 (2009-03-16) + */ + protected function rfread($handle, $length) { + $data = fread($handle, $length); + if ($data === false) { + return false; + } + $rest = $length - strlen($data); + if ($rest > 0) { + $data .= $this->rfread($handle, $rest); + } + return $data; + } + + /** + * Extract info from a PNG image with alpha channel using the GD library. + * @param $file (string) Name of the file containing the image. + * @param $x (float) Abscissa of the upper-left corner. + * @param $y (float) Ordinate of the upper-left corner. + * @param $wpx (float) Original width of the image in pixels. + * @param $hpx (float) original height of the image in pixels. + * @param $w (float) Width of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $h (float) Height of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $type (string) Image format. Possible values are (case insensitive): JPEG and PNG (whitout GD library) and all images supported by GD: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM;. If not specified, the type is inferred from the file extension. + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $align (string) Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
                      • T: top-right for LTR or top-left for RTL
                      • M: middle-right for LTR or middle-left for RTL
                      • B: bottom-right for LTR or bottom-left for RTL
                      • N: next line
                      + * @param $resize (boolean) If true resize (reduce) the image to fit $w and $h (requires GD library). + * @param $dpi (int) dot-per-inch resolution used on resize + * @param $palign (string) Allows to center or align the image on the current line. Possible values are:
                      • L : left align
                      • C : center
                      • R : right align
                      • '' : empty string : left for LTR or right for RTL
                      + * @author Nicola Asuni + * @protected + * @since 4.3.007 (2008-12-04) + * @see Image() + */ + protected function ImagePngAlpha($file, $x, $y, $wpx, $hpx, $w, $h, $type, $link, $align, $resize, $dpi, $palign) { + // create temp image file (without alpha channel) + $tempfile_plain = tempnam(K_PATH_CACHE, 'mskp_'); + // create temp alpha file + $tempfile_alpha = tempnam(K_PATH_CACHE, 'mska_'); + if (extension_loaded('imagick')) { // ImageMagick + // ImageMagick library + $img = new Imagick(); + $img->readImage($file); + // clone image object + $imga = $img->clone(); + // extract alpha channel + $img->separateImageChannel(8); // 8 = (imagick::CHANNEL_ALPHA | imagick::CHANNEL_OPACITY | imagick::CHANNEL_MATTE); + $img->negateImage(true); + $img->setImageFormat('png'); + $img->writeImage($tempfile_alpha); + // remove alpha channel + $imga->separateImageChannel(39); // 39 = (imagick::CHANNEL_ALL & ~(imagick::CHANNEL_ALPHA | imagick::CHANNEL_OPACITY | imagick::CHANNEL_MATTE)); + $imga->setImageFormat('png'); + $imga->writeImage($tempfile_plain); + } else { // GD library + // generate images + $img = imagecreatefrompng($file); + $imgalpha = imagecreate($wpx, $hpx); + // generate gray scale palette (0 -> 255) + for ($c = 0; $c < 256; ++$c) { + ImageColorAllocate($imgalpha, $c, $c, $c); + } + // extract alpha channel + for ($xpx = 0; $xpx < $wpx; ++$xpx) { + for ($ypx = 0; $ypx < $hpx; ++$ypx) { + $color = imagecolorat($img, $xpx, $ypx); + $alpha = ($color >> 24); // shifts off the first 24 bits (where 8x3 are used for each color), and returns the remaining 7 allocated bits (commonly used for alpha) + $alpha = (((127 - $alpha) / 127) * 255); // GD alpha is only 7 bit (0 -> 127) + $alpha = $this->getGDgamma($alpha); // correct gamma + imagesetpixel($imgalpha, $xpx, $ypx, $alpha); + } + } + imagepng($imgalpha, $tempfile_alpha); + imagedestroy($imgalpha); + // extract image without alpha channel + $imgplain = imagecreatetruecolor($wpx, $hpx); + imagecopy($imgplain, $img, 0, 0, 0, 0, $wpx, $hpx); + imagepng($imgplain, $tempfile_plain); + imagedestroy($imgplain); + } + // embed mask image + $imgmask = $this->Image($tempfile_alpha, $x, $y, $w, $h, 'PNG', '', '', $resize, $dpi, '', true, false); + // embed image, masked with previously embedded mask + $this->Image($tempfile_plain, $x, $y, $w, $h, $type, $link, $align, $resize, $dpi, $palign, false, $imgmask); + // remove temp files + unlink($tempfile_alpha); + unlink($tempfile_plain); + } + + /** + * Correct the gamma value to be used with GD library + * @param $v (float) the gamma value to be corrected + * @protected + * @since 4.3.007 (2008-12-04) + */ + protected function getGDgamma($v) { + return (pow(($v / 255), 2.2) * 255); + } + + /** + * Performs a line break. + * The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter. + * @param $h (float) The height of the break. By default, the value equals the height of the last printed cell. + * @param $cell (boolean) if true add the current left (or right o for RTL) padding to the X coordinate + * @public + * @since 1.0 + * @see Cell() + */ + public function Ln($h='', $cell=false) { + if (($this->num_columns > 1) AND ($this->y == $this->columns[$this->current_column]['y']) AND isset($this->columns[$this->current_column]['x']) AND ($this->x == $this->columns[$this->current_column]['x'])) { + // revove vertical space from the top of the column + return; + } + if ($cell) { + if ($this->rtl) { + $cellpadding = $this->cell_padding['R']; + } else { + $cellpadding = $this->cell_padding['L']; + } + } else { + $cellpadding = 0; + } + if ($this->rtl) { + $this->x = $this->w - $this->rMargin - $cellpadding; + } else { + $this->x = $this->lMargin + $cellpadding; + } + if (is_string($h)) { + $this->y += $this->lasth; + } else { + $this->y += $h; + } + $this->newline = true; + } + + /** + * Returns the relative X value of current position. + * The value is relative to the left border for LTR languages and to the right border for RTL languages. + * @return float + * @public + * @since 1.2 + * @see SetX(), GetY(), SetY() + */ + public function GetX() { + //Get x position + if ($this->rtl) { + return ($this->w - $this->x); + } else { + return $this->x; + } + } + + /** + * Returns the absolute X value of current position. + * @return float + * @public + * @since 1.2 + * @see SetX(), GetY(), SetY() + */ + public function GetAbsX() { + return $this->x; + } + + /** + * Returns the ordinate of the current position. + * @return float + * @public + * @since 1.0 + * @see SetY(), GetX(), SetX() + */ + public function GetY() { + return $this->y; + } + + /** + * Defines the abscissa of the current position. + * If the passed value is negative, it is relative to the right of the page (or left if language is RTL). + * @param $x (float) The value of the abscissa. + * @param $rtloff (boolean) if true always uses the page top-left corner as origin of axis. + * @public + * @since 1.2 + * @see GetX(), GetY(), SetY(), SetXY() + */ + public function SetX($x, $rtloff=false) { + if (!$rtloff AND $this->rtl) { + if ($x >= 0) { + $this->x = $this->w - $x; + } else { + $this->x = abs($x); + } + } else { + if ($x >= 0) { + $this->x = $x; + } else { + $this->x = $this->w + $x; + } + } + if ($this->x < 0) { + $this->x = 0; + } + if ($this->x > $this->w) { + $this->x = $this->w; + } + } + + /** + * Moves the current abscissa back to the left margin and sets the ordinate. + * If the passed value is negative, it is relative to the bottom of the page. + * @param $y (float) The value of the ordinate. + * @param $resetx (bool) if true (default) reset the X position. + * @param $rtloff (boolean) if true always uses the page top-left corner as origin of axis. + * @public + * @since 1.0 + * @see GetX(), GetY(), SetY(), SetXY() + */ + public function SetY($y, $resetx=true, $rtloff=false) { + if ($resetx) { + //reset x + if (!$rtloff AND $this->rtl) { + $this->x = $this->w - $this->rMargin; + } else { + $this->x = $this->lMargin; + } + } + if ($y >= 0) { + $this->y = $y; + } else { + $this->y = $this->h + $y; + } + if ($this->y < 0) { + $this->y = 0; + } + if ($this->y > $this->h) { + $this->y = $this->h; + } + } + + /** + * Defines the abscissa and ordinate of the current position. + * If the passed values are negative, they are relative respectively to the right and bottom of the page. + * @param $x (float) The value of the abscissa. + * @param $y (float) The value of the ordinate. + * @param $rtloff (boolean) if true always uses the page top-left corner as origin of axis. + * @public + * @since 1.2 + * @see SetX(), SetY() + */ + public function SetXY($x, $y, $rtloff=false) { + $this->SetY($y, false, $rtloff); + $this->SetX($x, $rtloff); + } + + /** + * Send the document to a given destination: string, local file or browser. + * In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced.
                      + * The method first calls Close() if necessary to terminate the document. + * @param $name (string) The name of the file when saved. Note that special characters are removed and blanks characters are replaced with the underscore character. + * @param $dest (string) Destination where to send the document. It can take one of the following values:
                      • I: send the file inline to the browser (default). The plug-in is used if available. The name given by name is used when one selects the "Save as" option on the link generating the PDF.
                      • D: send to the browser and force a file download with the name given by name.
                      • F: save to a local server file with the name given by name.
                      • S: return the document as a string (name is ignored).
                      • FI: equivalent to F + I option
                      • FD: equivalent to F + D option
                      • E: return the document as base64 mime multi-part email attachment (RFC 2045)
                      + * @public + * @since 1.0 + * @see Close() + */ + public function Output($name='doc.pdf', $dest='I') { + //Output PDF to some destination + //Finish document if necessary + if ($this->state < 3) { + $this->Close(); + } + //Normalize parameters + if (is_bool($dest)) { + $dest = $dest ? 'D' : 'F'; + } + $dest = strtoupper($dest); + if ($dest{0} != 'F') { + $name = preg_replace('/[\s]+/', '_', $name); + $name = preg_replace('/[^a-zA-Z0-9_\.-]/', '', $name); + } + if ($this->sign) { + // *** apply digital signature to the document *** + // get the document content + $pdfdoc = $this->getBuffer(); + // remove last newline + $pdfdoc = substr($pdfdoc, 0, -1); + // Remove the original buffer + if (isset($this->diskcache) AND $this->diskcache) { + // remove buffer file from cache + unlink($this->buffer); + } + unset($this->buffer); + // remove filler space + $byterange_string_len = strlen($this->byterange_string); + // define the ByteRange + $byte_range = array(); + $byte_range[0] = 0; + $byte_range[1] = strpos($pdfdoc, $this->byterange_string) + $byterange_string_len + 10; + $byte_range[2] = $byte_range[1] + $this->signature_max_length + 2; + $byte_range[3] = strlen($pdfdoc) - $byte_range[2]; + $pdfdoc = substr($pdfdoc, 0, $byte_range[1]).substr($pdfdoc, $byte_range[2]); + // replace the ByteRange + $byterange = sprintf('/ByteRange[0 %u %u %u]', $byte_range[1], $byte_range[2], $byte_range[3]); + $byterange .= str_repeat(' ', ($byterange_string_len - strlen($byterange))); + $pdfdoc = str_replace($this->byterange_string, $byterange, $pdfdoc); + // write the document to a temporary folder + $tempdoc = tempnam(K_PATH_CACHE, 'tmppdf_'); + $f = fopen($tempdoc, 'wb'); + if (!$f) { + $this->Error('Unable to create temporary file: '.$tempdoc); + } + $pdfdoc_length = strlen($pdfdoc); + fwrite($f, $pdfdoc, $pdfdoc_length); + fclose($f); + // get digital signature via openssl library + $tempsign = tempnam(K_PATH_CACHE, 'tmpsig_'); + if (empty($this->signature_data['extracerts'])) { + openssl_pkcs7_sign($tempdoc, $tempsign, $this->signature_data['signcert'], array($this->signature_data['privkey'], $this->signature_data['password']), array(), PKCS7_BINARY | PKCS7_DETACHED); + } else { + openssl_pkcs7_sign($tempdoc, $tempsign, $this->signature_data['signcert'], array($this->signature_data['privkey'], $this->signature_data['password']), array(), PKCS7_BINARY | PKCS7_DETACHED, $this->signature_data['extracerts']); + } + unlink($tempdoc); + // read signature + $signature = file_get_contents($tempsign); + unlink($tempsign); + // extract signature + $signature = substr($signature, $pdfdoc_length); + $signature = substr($signature, (strpos($signature, "%%EOF\n\n------") + 13)); + $tmparr = explode("\n\n", $signature); + $signature = $tmparr[1]; + unset($tmparr); + // decode signature + $signature = base64_decode(trim($signature)); + // convert signature to hex + $signature = current(unpack('H*', $signature)); + $signature = str_pad($signature, $this->signature_max_length, '0'); + // Add signature to the document + $pdfdoc = substr($pdfdoc, 0, $byte_range[1]).'<'.$signature.'>'.substr($pdfdoc, $byte_range[1]); + $this->diskcache = false; + $this->buffer = &$pdfdoc; + $this->bufferlen = strlen($pdfdoc); + } + switch($dest) { + case 'I': { + // Send PDF to the standard output + if (ob_get_contents()) { + $this->Error('Some data has already been output, can\'t send PDF file'); + } + if (php_sapi_name() != 'cli') { + //We send to a browser + header('Content-Type: application/pdf'); + if (headers_sent()) { + $this->Error('Some data has already been output to browser, can\'t send PDF file'); + } + header('Cache-Control: public, must-revalidate, max-age=0'); // HTTP/1.1 + header('Pragma: public'); + header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); // Date in the past + header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + header('Content-Length: '.$this->bufferlen); + header('Content-Disposition: inline; filename="'.basename($name).'";'); + } + echo $this->getBuffer(); + break; + } + case 'D': { + // Download PDF as file + if (ob_get_contents()) { + $this->Error('Some data has already been output, can\'t send PDF file'); + } + header('Content-Description: File Transfer'); + if (headers_sent()) { + $this->Error('Some data has already been output to browser, can\'t send PDF file'); + } + header('Cache-Control: public, must-revalidate, max-age=0'); // HTTP/1.1 + header('Pragma: public'); + header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); // Date in the past + header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + // force download dialog + if (strpos(php_sapi_name(), 'cgi') === false) { + header('Content-Type: application/force-download'); + header('Content-Type: application/octet-stream', false); + header('Content-Type: application/download', false); + header('Content-Type: application/pdf', false); + } else { + header('Content-Type: application/pdf'); + } + // use the Content-Disposition header to supply a recommended filename + header('Content-Disposition: attachment; filename="'.basename($name).'";'); + header('Content-Transfer-Encoding: binary'); + header('Content-Length: '.$this->bufferlen); + echo $this->getBuffer(); + break; + } + case 'F': + case 'FI': + case 'FD': { + // Save PDF to a local file + if ($this->diskcache) { + copy($this->buffer, $name); + } else { + $f = fopen($name, 'wb'); + if (!$f) { + $this->Error('Unable to create output file: '.$name); + } + fwrite($f, $this->getBuffer(), $this->bufferlen); + fclose($f); + } + if ($dest == 'FI') { + // send headers to browser + header('Content-Type: application/pdf'); + header('Cache-Control: public, must-revalidate, max-age=0'); // HTTP/1.1 + header('Pragma: public'); + header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); // Date in the past + header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + header('Content-Length: '.filesize($name)); + header('Content-Disposition: inline; filename="'.basename($name).'";'); + // send document to the browser + echo file_get_contents($name); + } elseif ($dest == 'FD') { + // send headers to browser + if (ob_get_contents()) { + $this->Error('Some data has already been output, can\'t send PDF file'); + } + header('Content-Description: File Transfer'); + if (headers_sent()) { + $this->Error('Some data has already been output to browser, can\'t send PDF file'); + } + header('Cache-Control: public, must-revalidate, max-age=0'); // HTTP/1.1 + header('Pragma: public'); + header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); // Date in the past + header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + // force download dialog + if (strpos(php_sapi_name(), 'cgi') === false) { + header('Content-Type: application/force-download'); + header('Content-Type: application/octet-stream', false); + header('Content-Type: application/download', false); + header('Content-Type: application/pdf', false); + } else { + header('Content-Type: application/pdf'); + } + // use the Content-Disposition header to supply a recommended filename + header('Content-Disposition: attachment; filename="'.basename($name).'";'); + header('Content-Transfer-Encoding: binary'); + header('Content-Length: '.filesize($name)); + // send document to the browser + echo file_get_contents($name); + } + break; + } + case 'E': { + // Return PDF as base64 mime multi-part email attachment (RFC 2045) + $retval = 'Content-Type: application/pdf;'."\r\n"; + $retval .= ' name="'.$name.'"'."\r\n"; + $retval .= 'Content-Transfer-Encoding: base64'."\r\n"; + $retval .= 'Content-Disposition: attachment;'."\r\n"; + $retval .= ' filename="'.$name.'"'."\r\n\r\n"; + $retval .= chunk_split(base64_encode($this->getBuffer()), 76, "\r\n"); + return $retval; + } + case 'S': { + // Returns PDF as a string + return $this->getBuffer(); + } + default: { + $this->Error('Incorrect output destination: '.$dest); + } + } + return ''; + } + + /** + * Unset all class variables except the following critical variables: internal_encoding, state, bufferlen, buffer and diskcache. + * @param $destroyall (boolean) if true destroys all class variables, otherwise preserves critical variables. + * @param $preserve_objcopy (boolean) if true preserves the objcopy variable + * @public + * @since 4.5.016 (2009-02-24) + */ + public function _destroy($destroyall=false, $preserve_objcopy=false) { + if ($destroyall AND isset($this->diskcache) AND $this->diskcache AND (!$preserve_objcopy) AND (!$this->empty_string($this->buffer))) { + // remove buffer file from cache + unlink($this->buffer); + } + foreach (array_keys(get_object_vars($this)) as $val) { + if ($destroyall OR ( + ($val != 'internal_encoding') + AND ($val != 'state') + AND ($val != 'bufferlen') + AND ($val != 'buffer') + AND ($val != 'diskcache') + AND ($val != 'sign') + AND ($val != 'signature_data') + AND ($val != 'signature_max_length') + AND ($val != 'byterange_string') + )) { + if ((!$preserve_objcopy OR ($val != 'objcopy')) AND isset($this->$val)) { + unset($this->$val); + } + } + } + } + + /** + * Check for locale-related bug + * @protected + */ + protected function _dochecks() { + //Check for locale-related bug + if (1.1 == 1) { + $this->Error('Don\'t alter the locale before including class file'); + } + //Check for decimal separator + if (sprintf('%.1F', 1.0) != '1.0') { + setlocale(LC_NUMERIC, 'C'); + } + } + + /** + * Return fonts path + * @return string + * @protected + */ + protected function _getfontpath() { + if (!defined('K_PATH_FONTS') AND is_dir(dirname(__FILE__).'/fonts')) { + define('K_PATH_FONTS', dirname(__FILE__).'/fonts/'); + } + return defined('K_PATH_FONTS') ? K_PATH_FONTS : ''; + } + + /** + * Output pages. + * @protected + */ + protected function _putpages() { + $nb = $this->numpages; + if (!empty($this->AliasNbPages)) { + $nbs = $this->formatPageNumber($nb); + $nbu = $this->UTF8ToUTF16BE($nbs, false); // replacement for unicode font + $alias_a = $this->_escape($this->AliasNbPages); + $alias_au = $this->_escape('{'.$this->AliasNbPages.'}'); + if ($this->isunicode) { + $alias_b = $this->_escape($this->UTF8ToLatin1($this->AliasNbPages)); + $alias_bu = $this->_escape($this->UTF8ToLatin1('{'.$this->AliasNbPages.'}')); + $alias_c = $this->_escape($this->utf8StrRev($this->AliasNbPages, false, $this->tmprtl)); + $alias_cu = $this->_escape($this->utf8StrRev('{'.$this->AliasNbPages.'}', false, $this->tmprtl)); + } + } + if (!empty($this->AliasNumPage)) { + $alias_pa = $this->_escape($this->AliasNumPage); + $alias_pau = $this->_escape('{'.$this->AliasNumPage.'}'); + if ($this->isunicode) { + $alias_pb = $this->_escape($this->UTF8ToLatin1($this->AliasNumPage)); + $alias_pbu = $this->_escape($this->UTF8ToLatin1('{'.$this->AliasNumPage.'}')); + $alias_pc = $this->_escape($this->utf8StrRev($this->AliasNumPage, false, $this->tmprtl)); + $alias_pcu = $this->_escape($this->utf8StrRev('{'.$this->AliasNumPage.'}', false, $this->tmprtl)); + } + } + $pagegroupnum = 0; + $filter = ($this->compress) ? '/Filter /FlateDecode ' : ''; + for ($n=1; $n <= $nb; ++$n) { + $temppage = $this->getPageBuffer($n); + if (!empty($this->pagegroups)) { + if(isset($this->newpagegroup[$n])) { + $pagegroupnum = 0; + } + ++$pagegroupnum; + foreach ($this->pagegroups as $k => $v) { + // replace total pages group numbers + $vs = $this->formatPageNumber($v); + $vu = $this->UTF8ToUTF16BE($vs, false); + $alias_ga = $this->_escape($k); + $alias_gau = $this->_escape('{'.$k.'}'); + if ($this->isunicode) { + $alias_gb = $this->_escape($this->UTF8ToLatin1($k)); + $alias_gbu = $this->_escape($this->UTF8ToLatin1('{'.$k.'}')); + $alias_gc = $this->_escape($this->utf8StrRev($k, false, $this->tmprtl)); + $alias_gcu = $this->_escape($this->utf8StrRev('{'.$k.'}', false, $this->tmprtl)); + } + $temppage = str_replace($alias_gau, $vu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_gbu, $vu, $temppage); + $temppage = str_replace($alias_gcu, $vu, $temppage); + $temppage = str_replace($alias_gb, $vs, $temppage); + $temppage = str_replace($alias_gc, $vs, $temppage); + } + $temppage = str_replace($alias_ga, $vs, $temppage); + // replace page group numbers + $pvs = $this->formatPageNumber($pagegroupnum); + $pvu = $this->UTF8ToUTF16BE($pvs, false); + $pk = str_replace('{nb', '{pnb', $k); + $alias_pga = $this->_escape($pk); + $alias_pgau = $this->_escape('{'.$pk.'}'); + if ($this->isunicode) { + $alias_pgb = $this->_escape($this->UTF8ToLatin1($pk)); + $alias_pgbu = $this->_escape($this->UTF8ToLatin1('{'.$pk.'}')); + $alias_pgc = $this->_escape($this->utf8StrRev($pk, false, $this->tmprtl)); + $alias_pgcu = $this->_escape($this->utf8StrRev('{'.$pk.'}', false, $this->tmprtl)); + } + $temppage = str_replace($alias_pgau, $pvu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_pgbu, $pvu, $temppage); + $temppage = str_replace($alias_pgcu, $pvu, $temppage); + $temppage = str_replace($alias_pgb, $pvs, $temppage); + $temppage = str_replace($alias_pgc, $pvs, $temppage); + } + $temppage = str_replace($alias_pga, $pvs, $temppage); + } + } + if (!empty($this->AliasNbPages)) { + // replace total pages number + $temppage = str_replace($alias_au, $nbu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_bu, $nbu, $temppage); + $temppage = str_replace($alias_cu, $nbu, $temppage); + $temppage = str_replace($alias_b, $nbs, $temppage); + $temppage = str_replace($alias_c, $nbs, $temppage); + } + $temppage = str_replace($alias_a, $nbs, $temppage); + } + if (!empty($this->AliasNumPage)) { + // replace page number + $pnbs = $this->formatPageNumber($n); + $pnbu = $this->UTF8ToUTF16BE($pnbs, false); // replacement for unicode font + $temppage = str_replace($alias_pau, $pnbu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_pbu, $pnbu, $temppage); + $temppage = str_replace($alias_pcu, $pnbu, $temppage); + $temppage = str_replace($alias_pb, $pnbs, $temppage); + $temppage = str_replace($alias_pc, $pnbs, $temppage); + } + $temppage = str_replace($alias_pa, $pnbs, $temppage); + } + $temppage = str_replace($this->epsmarker, '', $temppage); + //Page + $this->page_obj_id[$n] = $this->_newobj(); + $out = '<<'; + $out .= ' /Type /Page'; + $out .= ' /Parent 1 0 R'; + $out .= ' /LastModified '.$this->_datestring(); + $out .= ' /Resources 2 0 R'; + $boxes = array('MediaBox', 'CropBox', 'BleedBox', 'TrimBox', 'ArtBox'); + foreach ($boxes as $box) { + $out .= ' /'.$box; + $out .= sprintf(' [%.2F %.2F %.2F %.2F]', $this->pagedim[$n][$box]['llx'], $this->pagedim[$n][$box]['lly'], $this->pagedim[$n][$box]['urx'], $this->pagedim[$n][$box]['ury']); + } + if (isset($this->pagedim[$n]['BoxColorInfo']) AND !empty($this->pagedim[$n]['BoxColorInfo'])) { + $out .= ' /BoxColorInfo <<'; + foreach ($boxes as $box) { + if (isset($this->pagedim[$n]['BoxColorInfo'][$box])) { + $out .= ' /'.$box.' <<'; + if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['C'])) { + $color = $this->pagedim[$n]['BoxColorInfo'][$box]['C']; + $out .= ' /C ['; + $out .= sprintf(' %.3F %.3F %.3F', $color[0]/255, $color[1]/255, $color[2]/255); + $out .= ' ]'; + } + if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['W'])) { + $out .= ' /W '.($this->pagedim[$n]['BoxColorInfo'][$box]['W'] * $this->k); + } + if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['S'])) { + $out .= ' /S /'.$this->pagedim[$n]['BoxColorInfo'][$box]['S']; + } + if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['D'])) { + $dashes = $this->pagedim[$n]['BoxColorInfo'][$box]['D']; + $out .= ' /D ['; + foreach ($dashes as $dash) { + $out .= sprintf(' %.3F', ($dash * $this->k)); + } + $out .= ' ]'; + } + $out .= ' >>'; + } + } + $out .= ' >>'; + } + $out .= ' /Contents '.($this->n + 1).' 0 R'; + $out .= ' /Rotate '.$this->pagedim[$n]['Rotate']; + $out .= ' /Group << /Type /Group /S /Transparency /CS /DeviceRGB >>'; + if (isset($this->pagedim[$n]['trans']) AND !empty($this->pagedim[$n]['trans'])) { + // page transitions + if (isset($this->pagedim[$n]['trans']['Dur'])) { + $out .= ' /Dur '.$this->pagedim[$n]['trans']['Dur']; + } + $out .= ' /Trans <<'; + $out .= ' /Type /Trans'; + if (isset($this->pagedim[$n]['trans']['S'])) { + $out .= ' /S /'.$this->pagedim[$n]['trans']['S']; + } + if (isset($this->pagedim[$n]['trans']['D'])) { + $out .= ' /D '.$this->pagedim[$n]['trans']['D']; + } + if (isset($this->pagedim[$n]['trans']['Dm'])) { + $out .= ' /Dm /'.$this->pagedim[$n]['trans']['Dm']; + } + if (isset($this->pagedim[$n]['trans']['M'])) { + $out .= ' /M /'.$this->pagedim[$n]['trans']['M']; + } + if (isset($this->pagedim[$n]['trans']['Di'])) { + $out .= ' /Di '.$this->pagedim[$n]['trans']['Di']; + } + if (isset($this->pagedim[$n]['trans']['SS'])) { + $out .= ' /SS '.$this->pagedim[$n]['trans']['SS']; + } + if (isset($this->pagedim[$n]['trans']['B'])) { + $out .= ' /B '.$this->pagedim[$n]['trans']['B']; + } + $out .= ' >>'; + } + $out .= $this->_getannotsrefs($n); + $out .= ' /PZ '.$this->pagedim[$n]['PZ']; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + //Page content + $p = ($this->compress) ? gzcompress($temppage) : $temppage; + $this->_newobj(); + $p = $this->_getrawstream($p); + $this->_out('<<'.$filter.'/Length '.strlen($p).'>> stream'."\n".$p."\n".'endstream'."\n".'endobj'); + if ($this->diskcache) { + // remove temporary files + unlink($this->pages[$n]); + } + } + //Pages root + $out = $this->_getobj(1)."\n"; + $out .= '<< /Type /Pages /Kids ['; + foreach($this->page_obj_id as $page_obj) { + $out .= ' '.$page_obj.' 0 R'; + } + $out .= ' ] /Count '.$nb.' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + + /** + * Output references to page annotations + * @param $n (int) page number + * @protected + * @author Nicola Asuni + * @since 4.7.000 (2008-08-29) + * @deprecated + */ + protected function _putannotsrefs($n) { + $this->_out($this->_getannotsrefs($n)); + } + + /** + * Get references to page annotations. + * @param $n (int) page number + * @return string + * @protected + * @author Nicola Asuni + * @since 5.0.010 (2010-05-17) + */ + protected function _getannotsrefs($n) { + if (!(isset($this->PageAnnots[$n]) OR ($this->sign AND isset($this->signature_data['cert_type'])))) { + return ''; + } + $out = ' /Annots ['; + if (isset($this->PageAnnots[$n])) { + foreach ($this->PageAnnots[$n] as $key => $val) { + if (!in_array($val['n'], $this->radio_groups)) { + $out .= ' '.$val['n'].' 0 R'; + } + } + // add radiobutton groups + if (isset($this->radiobutton_groups[$n])) { + foreach ($this->radiobutton_groups[$n] as $key => $data) { + if (isset($data['n'])) { + $out .= ' '.$data['n'].' 0 R'; + } + } + } + } + if ($this->sign AND ($n == $this->signature_appearance['page']) AND isset($this->signature_data['cert_type'])) { + // set reference for signature object + $out .= ' '.$this->sig_obj_id.' 0 R'; + } + $out .= ' ]'; + return $out; + } + + /** + * Output annotations objects for all pages. + * !!! THIS METHOD IS NOT YET COMPLETED !!! + * See section 12.5 of PDF 32000_2008 reference. + * @protected + * @author Nicola Asuni + * @since 4.0.018 (2008-08-06) + */ + protected function _putannotsobjs() { + // reset object counter + for ($n=1; $n <= $this->numpages; ++$n) { + if (isset($this->PageAnnots[$n])) { + // set page annotations + foreach ($this->PageAnnots[$n] as $key => $pl) { + $annot_obj_id = $this->PageAnnots[$n][$key]['n']; + // create annotation object for grouping radiobuttons + if (isset($this->radiobutton_groups[$n][$pl['txt']]) AND is_array($this->radiobutton_groups[$n][$pl['txt']])) { + $radio_button_obj_id = $this->radiobutton_groups[$n][$pl['txt']]['n']; + $annots = '<<'; + $annots .= ' /Type /Annot'; + $annots .= ' /Subtype /Widget'; + $annots .= ' /Rect [0 0 0 0]'; + $annots .= ' /T '.$this->_datastring($pl['txt'], $radio_button_obj_id); + $annots .= ' /FT /Btn'; + $annots .= ' /Ff 49152'; + $annots .= ' /Kids ['; + foreach ($this->radiobutton_groups[$n][$pl['txt']] as $key => $data) { + if ($key !== 'n') { + $annots .= ' '.$data['kid'].' 0 R'; + if ($data['def'] !== 'Off') { + $defval = $data['def']; + } + } + } + $annots .= ' ]'; + if (isset($defval)) { + $annots .= ' /V /'.$defval; + } + $annots .= ' >>'; + $this->_out($this->_getobj($radio_button_obj_id)."\n".$annots."\n".'endobj'); + $this->form_obj_id[] = $radio_button_obj_id; + // store object id to be used on Parent entry of Kids + $this->radiobutton_groups[$n][$pl['txt']] = $radio_button_obj_id; + } + $formfield = false; + $pl['opt'] = array_change_key_case($pl['opt'], CASE_LOWER); + $a = $pl['x'] * $this->k; + $b = $this->pagedim[$n]['h'] - (($pl['y'] + $pl['h']) * $this->k); + $c = $pl['w'] * $this->k; + $d = $pl['h'] * $this->k; + $rect = sprintf('%.2F %.2F %.2F %.2F', $a, $b, $a+$c, $b+$d); + // create new annotation object + $annots = '<_textstring($pl['txt'], $annot_obj_id); + $annots .= ' /P '.$this->page_obj_id[$n].' 0 R'; + $annots .= ' /NM '.$this->_datastring(sprintf('%04u-%04u', $n, $key), $annot_obj_id); + $annots .= ' /M '.$this->_datestring($annot_obj_id); + if (isset($pl['opt']['f'])) { + $val = 0; + if (is_array($pl['opt']['f'])) { + foreach ($pl['opt']['f'] as $f) { + switch (strtolower($f)) { + case 'invisible': { + $val += 1 << 0; + break; + } + case 'hidden': { + $val += 1 << 1; + break; + } + case 'print': { + $val += 1 << 2; + break; + } + case 'nozoom': { + $val += 1 << 3; + break; + } + case 'norotate': { + $val += 1 << 4; + break; + } + case 'noview': { + $val += 1 << 5; + break; + } + case 'readonly': { + $val += 1 << 6; + break; + } + case 'locked': { + $val += 1 << 8; + break; + } + case 'togglenoview': { + $val += 1 << 9; + break; + } + case 'lockedcontents': { + $val += 1 << 10; + break; + } + default: { + break; + } + } + } + } else { + $val = intval($pl['opt']['f']); + } + $annots .= ' /F '.intval($val); + } + if (isset($pl['opt']['as']) AND is_string($pl['opt']['as'])) { + $annots .= ' /AS /'.$pl['opt']['as']; + } + if (isset($pl['opt']['ap'])) { + // appearance stream + $annots .= ' /AP <<'; + if (is_array($pl['opt']['ap'])) { + foreach ($pl['opt']['ap'] as $apmode => $apdef) { + // $apmode can be: n = normal; r = rollover; d = down; + $annots .= ' /'.strtoupper($apmode); + if (is_array($apdef)) { + $annots .= ' <<'; + foreach ($apdef as $apstate => $stream) { + // reference to XObject that define the appearance for this mode-state + $apsobjid = $this->_putAPXObject($c, $d, $stream); + $annots .= ' /'.$apstate.' '.$apsobjid.' 0 R'; + } + $annots .= ' >>'; + } else { + // reference to XObject that define the appearance for this mode + $apsobjid = $this->_putAPXObject($c, $d, $apdef); + $annots .= ' '.$apsobjid.' 0 R'; + } + } + } else { + $annots .= $pl['opt']['ap']; + } + $annots .= ' >>'; + } + if (isset($pl['opt']['bs']) AND (is_array($pl['opt']['bs']))) { + $annots .= ' /BS <<'; + $annots .= ' /Type /Border'; + if (isset($pl['opt']['bs']['w'])) { + $annots .= ' /W '.intval($pl['opt']['bs']['w']); + } + $bstyles = array('S', 'D', 'B', 'I', 'U'); + if (isset($pl['opt']['bs']['s']) AND in_array($pl['opt']['bs']['s'], $bstyles)) { + $annots .= ' /S /'.$pl['opt']['bs']['s']; + } + if (isset($pl['opt']['bs']['d']) AND (is_array($pl['opt']['bs']['d']))) { + $annots .= ' /D ['; + foreach ($pl['opt']['bs']['d'] as $cord) { + $annots .= ' '.intval($cord); + } + $annots .= ']'; + } + $annots .= ' >>'; + } else { + $annots .= ' /Border ['; + if (isset($pl['opt']['border']) AND (count($pl['opt']['border']) >= 3)) { + $annots .= intval($pl['opt']['border'][0]).' '; + $annots .= intval($pl['opt']['border'][1]).' '; + $annots .= intval($pl['opt']['border'][2]); + if (isset($pl['opt']['border'][3]) AND is_array($pl['opt']['border'][3])) { + $annots .= ' ['; + foreach ($pl['opt']['border'][3] as $dash) { + $annots .= intval($dash).' '; + } + $annots .= ']'; + } + } else { + $annots .= '0 0 0'; + } + $annots .= ']'; + } + if (isset($pl['opt']['be']) AND (is_array($pl['opt']['be']))) { + $annots .= ' /BE <<'; + $bstyles = array('S', 'C'); + if (isset($pl['opt']['be']['s']) AND in_array($pl['opt']['be']['s'], $markups)) { + $annots .= ' /S /'.$pl['opt']['bs']['s']; + } else { + $annots .= ' /S /S'; + } + if (isset($pl['opt']['be']['i']) AND ($pl['opt']['be']['i'] >= 0) AND ($pl['opt']['be']['i'] <= 2)) { + $annots .= ' /I '.sprintf(' %.4F', $pl['opt']['be']['i']); + } + $annots .= '>>'; + } + if (isset($pl['opt']['c']) AND (is_array($pl['opt']['c'])) AND !empty($pl['opt']['c'])) { + $annots .= ' /C ['; + foreach ($pl['opt']['c'] as $col) { + $col = intval($col); + $color = $col <= 0 ? 0 : ($col >= 255 ? 1 : $col / 255); + $annots .= sprintf(' %.4F', $color); + } + $annots .= ']'; + } + //$annots .= ' /StructParent '; + //$annots .= ' /OC '; + $markups = array('text', 'freetext', 'line', 'square', 'circle', 'polygon', 'polyline', 'highlight', 'underline', 'squiggly', 'strikeout', 'stamp', 'caret', 'ink', 'fileattachment', 'sound'); + if (in_array(strtolower($pl['opt']['subtype']), $markups)) { + // this is a markup type + if (isset($pl['opt']['t']) AND is_string($pl['opt']['t'])) { + $annots .= ' /T '.$this->_textstring($pl['opt']['t'], $annot_obj_id); + } + //$annots .= ' /Popup '; + if (isset($pl['opt']['ca'])) { + $annots .= ' /CA '.sprintf('%.4F', floatval($pl['opt']['ca'])); + } + if (isset($pl['opt']['rc'])) { + $annots .= ' /RC '.$this->_textstring($pl['opt']['rc'], $annot_obj_id); + } + $annots .= ' /CreationDate '.$this->_datestring($annot_obj_id); + //$annots .= ' /IRT '; + if (isset($pl['opt']['subj'])) { + $annots .= ' /Subj '.$this->_textstring($pl['opt']['subj'], $annot_obj_id); + } + //$annots .= ' /RT '; + //$annots .= ' /IT '; + //$annots .= ' /ExData '; + } + $lineendings = array('Square', 'Circle', 'Diamond', 'OpenArrow', 'ClosedArrow', 'None', 'Butt', 'ROpenArrow', 'RClosedArrow', 'Slash'); + // Annotation types + switch (strtolower($pl['opt']['subtype'])) { + case 'text': { + if (isset($pl['opt']['open'])) { + $annots .= ' /Open '. (strtolower($pl['opt']['open']) == 'true' ? 'true' : 'false'); + } + $iconsapp = array('Comment', 'Help', 'Insert', 'Key', 'NewParagraph', 'Note', 'Paragraph'); + if (isset($pl['opt']['name']) AND in_array($pl['opt']['name'], $iconsapp)) { + $annots .= ' /Name /'.$pl['opt']['name']; + } else { + $annots .= ' /Name /Note'; + } + $statemodels = array('Marked', 'Review'); + if (isset($pl['opt']['statemodel']) AND in_array($pl['opt']['statemodel'], $statemodels)) { + $annots .= ' /StateModel /'.$pl['opt']['statemodel']; + } else { + $pl['opt']['statemodel'] = 'Marked'; + $annots .= ' /StateModel /'.$pl['opt']['statemodel']; + } + if ($pl['opt']['statemodel'] == 'Marked') { + $states = array('Accepted', 'Unmarked'); + } else { + $states = array('Accepted', 'Rejected', 'Cancelled', 'Completed', 'None'); + } + if (isset($pl['opt']['state']) AND in_array($pl['opt']['state'], $states)) { + $annots .= ' /State /'.$pl['opt']['state']; + } else { + if ($pl['opt']['statemodel'] == 'Marked') { + $annots .= ' /State /Unmarked'; + } else { + $annots .= ' /State /None'; + } + } + break; + } + case 'link': { + if(is_string($pl['txt'])) { + // external URI link + $annots .= ' /A <_datastring($this->unhtmlentities($pl['txt']), $annot_obj_id).'>>'; + } else { + // internal link + $l = $this->links[$pl['txt']]; + $annots .= sprintf(' /Dest [%u 0 R /XYZ 0 %.2F null]', $this->page_obj_id[($l[0])], ($this->pagedim[$l[0]]['h'] - ($l[1] * $this->k))); + } + $hmodes = array('N', 'I', 'O', 'P'); + if (isset($pl['opt']['h']) AND in_array($pl['opt']['h'], $hmodes)) { + $annots .= ' /H /'.$pl['opt']['h']; + } else { + $annots .= ' /H /I'; + } + //$annots .= ' /PA '; + //$annots .= ' /Quadpoints '; + break; + } + case 'freetext': { + if (isset($pl['opt']['da']) AND !empty($pl['opt']['da'])) { + $annots .= ' /DA ('.$pl['opt']['da'].')'; + } + if (isset($pl['opt']['q']) AND ($pl['opt']['q'] >= 0) AND ($pl['opt']['q'] <= 2)) { + $annots .= ' /Q '.intval($pl['opt']['q']); + } + if (isset($pl['opt']['rc'])) { + $annots .= ' /RC '.$this->_textstring($pl['opt']['rc'], $annot_obj_id); + } + if (isset($pl['opt']['ds'])) { + $annots .= ' /DS '.$this->_textstring($pl['opt']['ds'], $annot_obj_id); + } + if (isset($pl['opt']['cl']) AND is_array($pl['opt']['cl'])) { + $annots .= ' /CL ['; + foreach ($pl['opt']['cl'] as $cl) { + $annots .= sprintf('%.4F ', $cl * $this->k); + } + $annots .= ']'; + } + $tfit = array('FreeText', 'FreeTextCallout', 'FreeTextTypeWriter'); + if (isset($pl['opt']['it']) AND in_array($pl['opt']['it'], $tfit)) { + $annots .= ' /IT /'.$pl['opt']['it']; + } + if (isset($pl['opt']['rd']) AND is_array($pl['opt']['rd'])) { + $l = $pl['opt']['rd'][0] * $this->k; + $r = $pl['opt']['rd'][1] * $this->k; + $t = $pl['opt']['rd'][2] * $this->k; + $b = $pl['opt']['rd'][3] * $this->k; + $annots .= ' /RD ['.sprintf('%.2F %.2F %.2F %.2F', $l, $r, $t, $b).']'; + } + if (isset($pl['opt']['le']) AND in_array($pl['opt']['le'], $lineendings)) { + $annots .= ' /LE /'.$pl['opt']['le']; + } + break; + } + case 'line': { + break; + } + case 'square': { + break; + } + case 'circle': { + break; + } + case 'polygon': { + break; + } + case 'polyline': { + break; + } + case 'highlight': { + break; + } + case 'underline': { + break; + } + case 'squiggly': { + break; + } + case 'strikeout': { + break; + } + case 'stamp': { + break; + } + case 'caret': { + break; + } + case 'ink': { + break; + } + case 'popup': { + break; + } + case 'fileattachment': { + if (!isset($pl['opt']['fs'])) { + break; + } + $filename = basename($pl['opt']['fs']); + if (isset($this->embeddedfiles[$filename]['n'])) { + $annots .= ' /FS <_datastring($filename, $annot_obj_id).' /EF <embeddedfiles[$filename]['n'].' 0 R>> >>'; + $iconsapp = array('Graph', 'Paperclip', 'PushPin', 'Tag'); + if (isset($pl['opt']['name']) AND in_array($pl['opt']['name'], $iconsapp)) { + $annots .= ' /Name /'.$pl['opt']['name']; + } else { + $annots .= ' /Name /PushPin'; + } + } + break; + } + case 'sound': { + if (!isset($pl['opt']['fs'])) { + break; + } + $filename = basename($pl['opt']['fs']); + if (isset($this->embeddedfiles[$filename]['n'])) { + // ... TO BE COMPLETED ... + // /R /C /B /E /CO /CP + $annots .= ' /Sound <_datastring($filename, $annot_obj_id).' /EF <embeddedfiles[$filename]['n'].' 0 R>> >>'; + $iconsapp = array('Speaker', 'Mic'); + if (isset($pl['opt']['name']) AND in_array($pl['opt']['name'], $iconsapp)) { + $annots .= ' /Name /'.$pl['opt']['name']; + } else { + $annots .= ' /Name /Speaker'; + } + } + break; + } + case 'movie': { + break; + } + case 'widget': { + $hmode = array('N', 'I', 'O', 'P', 'T'); + if (isset($pl['opt']['h']) AND in_array($pl['opt']['h'], $hmode)) { + $annots .= ' /H /'.$pl['opt']['h']; + } + if (isset($pl['opt']['mk']) AND (is_array($pl['opt']['mk'])) AND !empty($pl['opt']['mk'])) { + $annots .= ' /MK <<'; + if (isset($pl['opt']['mk']['r'])) { + $annots .= ' /R '.$pl['opt']['mk']['r']; + } + if (isset($pl['opt']['mk']['bc']) AND (is_array($pl['opt']['mk']['bc']))) { + $annots .= ' /BC ['; + foreach($pl['opt']['mk']['bc'] AS $col) { + $col = intval($col); + $color = $col <= 0 ? 0 : ($col >= 255 ? 1 : $col / 255); + $annots .= sprintf(' %.2F', $color); + } + $annots .= ']'; + } + if (isset($pl['opt']['mk']['bg']) AND (is_array($pl['opt']['mk']['bg']))) { + $annots .= ' /BG ['; + foreach($pl['opt']['mk']['bg'] AS $col) { + $col = intval($col); + $color = $col <= 0 ? 0 : ($col >= 255 ? 1 : $col / 255); + $annots .= sprintf(' %.2F', $color); + } + $annots .= ']'; + } + if (isset($pl['opt']['mk']['ca'])) { + $annots .= ' /CA '.$pl['opt']['mk']['ca']; + } + if (isset($pl['opt']['mk']['rc'])) { + $annots .= ' /RC '.$pl['opt']['mk']['rc']; + } + if (isset($pl['opt']['mk']['ac'])) { + $annots .= ' /AC '.$pl['opt']['mk']['ac']; + } + if (isset($pl['opt']['mk']['i'])) { + $info = $this->getImageBuffer($pl['opt']['mk']['i']); + if ($info !== false) { + $annots .= ' /I '.$info['n'].' 0 R'; + } + } + if (isset($pl['opt']['mk']['ri'])) { + $info = $this->getImageBuffer($pl['opt']['mk']['ri']); + if ($info !== false) { + $annots .= ' /RI '.$info['n'].' 0 R'; + } + } + if (isset($pl['opt']['mk']['ix'])) { + $info = $this->getImageBuffer($pl['opt']['mk']['ix']); + if ($info !== false) { + $annots .= ' /IX '.$info['n'].' 0 R'; + } + } + if (isset($pl['opt']['mk']['if']) AND (is_array($pl['opt']['mk']['if'])) AND !empty($pl['opt']['mk']['if'])) { + $annots .= ' /IF <<'; + $if_sw = array('A', 'B', 'S', 'N'); + if (isset($pl['opt']['mk']['if']['sw']) AND in_array($pl['opt']['mk']['if']['sw'], $if_sw)) { + $annots .= ' /SW /'.$pl['opt']['mk']['if']['sw']; + } + $if_s = array('A', 'P'); + if (isset($pl['opt']['mk']['if']['s']) AND in_array($pl['opt']['mk']['if']['s'], $if_s)) { + $annots .= ' /S /'.$pl['opt']['mk']['if']['s']; + } + if (isset($pl['opt']['mk']['if']['a']) AND (is_array($pl['opt']['mk']['if']['a'])) AND !empty($pl['opt']['mk']['if']['a'])) { + $annots .= sprintf(' /A [%.2F %.2F]', $pl['opt']['mk']['if']['a'][0], $pl['opt']['mk']['if']['a'][1]); + } + if (isset($pl['opt']['mk']['if']['fb']) AND ($pl['opt']['mk']['if']['fb'])) { + $annots .= ' /FB true'; + } + $annots .= '>>'; + } + if (isset($pl['opt']['mk']['tp']) AND ($pl['opt']['mk']['tp'] >= 0) AND ($pl['opt']['mk']['tp'] <= 6)) { + $annots .= ' /TP '.intval($pl['opt']['mk']['tp']); + } else { + $annots .= ' /TP 0'; + } + $annots .= '>>'; + } // end MK + // --- Entries for field dictionaries --- + if (isset($this->radiobutton_groups[$n][$pl['txt']])) { + // set parent + $annots .= ' /Parent '.$this->radiobutton_groups[$n][$pl['txt']].' 0 R'; + } + if (isset($pl['opt']['t']) AND is_string($pl['opt']['t'])) { + $annots .= ' /T '.$this->_datastring($pl['opt']['t'], $annot_obj_id); + } + if (isset($pl['opt']['tu']) AND is_string($pl['opt']['tu'])) { + $annots .= ' /TU '.$this->_datastring($pl['opt']['tu'], $annot_obj_id); + } + if (isset($pl['opt']['tm']) AND is_string($pl['opt']['tm'])) { + $annots .= ' /TM '.$this->_datastring($pl['opt']['tm'], $annot_obj_id); + } + if (isset($pl['opt']['ff'])) { + if (is_array($pl['opt']['ff'])) { + // array of bit settings + $flag = 0; + foreach($pl['opt']['ff'] as $val) { + $flag += 1 << ($val - 1); + } + } else { + $flag = intval($pl['opt']['ff']); + } + $annots .= ' /Ff '.$flag; + } + if (isset($pl['opt']['maxlen'])) { + $annots .= ' /MaxLen '.intval($pl['opt']['maxlen']); + } + if (isset($pl['opt']['v'])) { + $annots .= ' /V'; + if (is_array($pl['opt']['v'])) { + foreach ($pl['opt']['v'] AS $optval) { + if (is_float($optval)) { + $optval = sprintf('%.2F', $optval); + } + $annots .= ' '.$optval; + } + } else { + $annots .= ' '.$this->_textstring($pl['opt']['v'], $annot_obj_id); + } + } + if (isset($pl['opt']['dv'])) { + $annots .= ' /DV'; + if (is_array($pl['opt']['dv'])) { + foreach ($pl['opt']['dv'] AS $optval) { + if (is_float($optval)) { + $optval = sprintf('%.2F', $optval); + } + $annots .= ' '.$optval; + } + } else { + $annots .= ' '.$this->_textstring($pl['opt']['dv'], $annot_obj_id); + } + } + if (isset($pl['opt']['rv'])) { + $annots .= ' /RV'; + if (is_array($pl['opt']['rv'])) { + foreach ($pl['opt']['rv'] AS $optval) { + if (is_float($optval)) { + $optval = sprintf('%.2F', $optval); + } + $annots .= ' '.$optval; + } + } else { + $annots .= ' '.$this->_textstring($pl['opt']['rv'], $annot_obj_id); + } + } + if (isset($pl['opt']['a']) AND !empty($pl['opt']['a'])) { + $annots .= ' /A << '.$pl['opt']['a'].' >>'; + } + if (isset($pl['opt']['aa']) AND !empty($pl['opt']['aa'])) { + $annots .= ' /AA << '.$pl['opt']['aa'].' >>'; + } + if (isset($pl['opt']['da']) AND !empty($pl['opt']['da'])) { + $annots .= ' /DA ('.$pl['opt']['da'].')'; + } + if (isset($pl['opt']['q']) AND ($pl['opt']['q'] >= 0) AND ($pl['opt']['q'] <= 2)) { + $annots .= ' /Q '.intval($pl['opt']['q']); + } + if (isset($pl['opt']['opt']) AND (is_array($pl['opt']['opt'])) AND !empty($pl['opt']['opt'])) { + $annots .= ' /Opt ['; + foreach($pl['opt']['opt'] AS $copt) { + if (is_array($copt)) { + $annots .= ' ['.$this->_textstring($copt[0], $annot_obj_id).' '.$this->_textstring($copt[1], $annot_obj_id).']'; + } else { + $annots .= ' '.$this->_textstring($copt, $annot_obj_id); + } + } + $annots .= ']'; + } + if (isset($pl['opt']['ti'])) { + $annots .= ' /TI '.intval($pl['opt']['ti']); + } + if (isset($pl['opt']['i']) AND (is_array($pl['opt']['i'])) AND !empty($pl['opt']['i'])) { + $annots .= ' /I ['; + foreach($pl['opt']['i'] AS $copt) { + $annots .= intval($copt).' '; + } + $annots .= ']'; + } + break; + } + case 'screen': { + break; + } + case 'printermark': { + break; + } + case 'trapnet': { + break; + } + case 'watermark': { + break; + } + case '3d': { + break; + } + default: { + break; + } + } + $annots .= '>>'; + // create new annotation object + $this->_out($this->_getobj($annot_obj_id)."\n".$annots."\n".'endobj'); + if ($formfield AND !isset($this->radiobutton_groups[$n][$pl['txt']])) { + // store reference of form object + $this->form_obj_id[] = $annot_obj_id; + } + } + } + } // end for each page + } + + /** + * Put appearance streams XObject used to define annotation's appearance states + * @param $w (int) annotation width + * @param $h (int) annotation height + * @param $stream (string) appearance stream + * @return int object ID + * @protected + * @since 4.8.001 (2009-09-09) + */ + protected function _putAPXObject($w=0, $h=0, $stream='') { + $stream = trim($stream); + $out = $this->_getobj()."\n"; + $this->xobjects['AX'.$this->n] = array('n' => $this->n); + $out .= '<<'; + $out .= ' /Type /XObject'; + $out .= ' /Subtype /Form'; + $out .= ' /FormType 1'; + if ($this->compress) { + $stream = gzcompress($stream); + $out .= ' /Filter /FlateDecode'; + } + $rect = sprintf('%.2F %.2F', $w, $h); + $out .= ' /BBox [0 0 '.$rect.']'; + $out .= ' /Matrix [1 0 0 1 0 0]'; + $out .= ' /Resources <<'; + $out .= ' /ProcSet [/PDF /Text]'; + $out .= ' /Font <<'; + foreach ($this->annotation_fonts as $fontkey => $fontid) { + $out .= ' /F'.$fontid.' '.$this->font_obj_ids[$fontkey].' 0 R'; + } + $out .= ' >>'; + $out .= ' >>'; + $stream = $this->_getrawstream($stream); + $out .= ' /Length '.strlen($stream); + $out .= ' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + return $this->n; + } + + /** + * Get ULONG from string (Big Endian 32-bit unsigned integer). + * @param $str (string) string from where to extract value + * @param $offset (int) point from where to read the data + * @return int 32 bit value + * @author Nicola Asuni + * @protected + * @since 5.2.000 (2010-06-02) + */ + protected function _getULONG(&$str, &$offset) { + $v = unpack('Ni', substr($str, $offset, 4)); + $offset += 4; + return $v['i']; + } + + /** + * Get USHORT from string (Big Endian 16-bit unsigned integer). + * @param $str (string) string from where to extract value + * @param $offset (int) point from where to read the data + * @return int 16 bit value + * @author Nicola Asuni + * @protected + * @since 5.2.000 (2010-06-02) + */ + protected function _getUSHORT(&$str, &$offset) { + $v = unpack('ni', substr($str, $offset, 2)); + $offset += 2; + return $v['i']; + } + + /** + * Get SHORT from string (Big Endian 16-bit signed integer). + * @param $str (string) string from where to extract value + * @param $offset (int) point from where to read the data + * @return int 16 bit value + * @author Nicola Asuni + * @protected + * @since 5.2.000 (2010-06-02) + */ + protected function _getSHORT(&$str, &$offset) { + $v = unpack('si', substr($str, $offset, 2)); + $offset += 2; + return $v['i']; + } + + /** + * Get BYTE from string (8-bit unsigned integer). + * @param $str (string) string from where to extract value + * @param $offset (int) point from where to read the data + * @return int 8 bit value + * @author Nicola Asuni + * @protected + * @since 5.2.000 (2010-06-02) + */ + protected function _getBYTE(&$str, &$offset) { + $v = unpack('Ci', substr($str, $offset, 1)); + ++$offset; + return $v['i']; + } + + /** + * Returns a subset of the TrueType font data without the unused glyphs. + * @param $font (string) TrueType font data + * @param $subsetchars (array) array of used characters (the glyphs to keep) + * @return string a subset of TrueType font data without the unused glyphs + * @author Nicola Asuni + * @protected + * @since 5.2.000 (2010-06-02) + */ + protected function _getTrueTypeFontSubset($font, $subsetchars) { + ksort($subsetchars); + $offset = 0; // offset position of the font data + if ($this->_getULONG($font, $offset) != 0x10000) { + // sfnt version must be 0x00010000 for TrueType version 1.0. + return $font; + } + // get number of tables + $numTables = $this->_getUSHORT($font, $offset); + // skip searchRange, entrySelector and rangeShift + $offset += 6; + // tables array + $table = array(); + // for each table + for ($i = 0; $i < $numTables; ++$i) { + // get table info + $tag = substr($font, $offset, 4); + $offset += 4; + $table[$tag] = array(); + $table[$tag]['checkSum'] = $this->_getULONG($font, $offset); + $table[$tag]['offset'] = $this->_getULONG($font, $offset); + $table[$tag]['length'] = $this->_getULONG($font, $offset); + } + // check magicNumber + $offset = $table['head']['offset'] + 12; + if ($this->_getULONG($font, $offset) != 0x5F0F3CF5) { + // magicNumber must be 0x5F0F3CF5 + return $font; + } + // get offset mode (indexToLocFormat : 0 = short, 1 = long) + $offset = $table['head']['offset'] + 50; + $short_offset = ($this->_getSHORT($font, $offset) == 0); + // get the offsets to the locations of the glyphs in the font, relative to the beginning of the glyphData table + $indexToLoc = array(); + $offset = $table['loca']['offset']; + if ($short_offset) { + // short version + $n = $table['loca']['length'] / 2; // numGlyphs + 1 + for ($i = 0; $i < $n; ++$i) { + $indexToLoc[$i] = $this->_getUSHORT($font, $offset) * 2; + } + } else { + // long version + $n = $table['loca']['length'] / 4; // numGlyphs + 1 + for ($i = 0; $i < $n; ++$i) { + $indexToLoc[$i] = $this->_getULONG($font, $offset); + } + } + // get glyphs indexes of chars from cmap table + $subsetglyphs = array(); // glyph IDs on key + $subsetglyphs[0] = true; // character codes that do not correspond to any glyph in the font should be mapped to glyph index 0 + $offset = $table['cmap']['offset'] + 2; + $numEncodingTables = $this->_getUSHORT($font, $offset); + $encodingTables = array(); + for ($i = 0; $i < $numEncodingTables; ++$i) { + $encodingTables[$i]['platformID'] = $this->_getUSHORT($font, $offset); + $encodingTables[$i]['encodingID'] = $this->_getUSHORT($font, $offset); + $encodingTables[$i]['offset'] = $this->_getULONG($font, $offset); + } + foreach ($encodingTables as $enctable) { + if (($enctable['platformID'] == 3) AND ($enctable['encodingID'] == 0)) { + $modesymbol = true; + } else { + $modesymbol = false; + } + $offset = $table['cmap']['offset'] + $enctable['offset']; + $format = $this->_getUSHORT($font, $offset); + switch ($format) { + case 0: { // Format 0: Byte encoding table + $offset += 4; // skip length and version/language + for ($k = 0; $k < 256; ++$k) { + if (isset($subsetchars[$k])) { + $g = $this->_getBYTE($font, $offset); + $subsetglyphs[$g] = $k; + } else { + ++$offset; + } + } + break; + } + case 2: { // Format 2: High-byte mapping through table + $offset += 4; // skip length and version + // to be implemented ... + break; + } + case 4: { // Format 4: Segment mapping to delta values + $length = $this->_getUSHORT($font, $offset); + $offset += 2; // skip version/language + $segCount = ($this->_getUSHORT($font, $offset) / 2); + $offset += 6; // skip searchRange, entrySelector, rangeShift + $endCount = array(); // array of end character codes for each segment + for ($k = 0; $k < $segCount; ++$k) { + $endCount[$k] = $this->_getUSHORT($font, $offset); + } + $offset += 2; // skip reservedPad + $startCount = array(); // array of start character codes for each segment + for ($k = 0; $k < $segCount; ++$k) { + $startCount[$k] = $this->_getUSHORT($font, $offset); + } + $idDelta = array(); // delta for all character codes in segment + for ($k = 0; $k < $segCount; ++$k) { + $idDelta[$k] = $this->_getUSHORT($font, $offset); + } + $idRangeOffset = array(); // Offsets into glyphIdArray or 0 + for ($k = 0; $k < $segCount; ++$k) { + $idRangeOffset[$k] = $this->_getUSHORT($font, $offset); + } + $gidlen = ($length / 2) - 8 - (4 * $segCount); + $glyphIdArray = array(); // glyph index array + for ($k = 0; $k < $gidlen; ++$k) { + $glyphIdArray[$k] = $this->_getUSHORT($font, $offset); + } + for ($k = 0; $k < $segCount; ++$k) { + for ($c = $startCount[$k]; $c <= $endCount[$k]; ++$c) { + if (isset($subsetchars[$c])) { + if ($idRangeOffset[$k] == 0) { + $g = $c; + } else { + $gid = (($idRangeOffset[$k] / 2) + ($c - $startCount[$k]) - ($segCount - $k)); + $g = $glyphIdArray[$gid]; + } + $g += ($idDelta[$k] - 65536); + if ($g < 0) { + $g = 0; + } + $subsetglyphs[$g] = $c; + } + } + } + break; + } + case 6: { // Format 6: Trimmed table mapping + $offset += 4; // skip length and version/language + $firstCode = $this->_getUSHORT($font, $offset); + $entryCount = $this->_getUSHORT($font, $offset); + for ($k = 0; $k < $entryCount; ++$k) { + $c = ($k + $firstCode); + if (isset($subsetchars[$c])) { + $g = $this->_getUSHORT($font, $offset); + $subsetglyphs[$g] = $c; + } else { + $offset += 2; + } + } + break; + } + case 8: { // Format 8: Mixed 16-bit and 32-bit coverage + $offset += 10; // skip length and version + // to be implemented ... + break; + } + case 10: { // Format 10: Trimmed array + $offset += 10; // skip length and version/language + $startCharCode = $this->_getULONG($font, $offset); + $numChars = $this->_getULONG($font, $offset); + for ($k = 0; $k < $numChars; ++$k) { + $c = ($k + $startCharCode); + if (isset($subsetchars[$c])) { + $g = $this->_getUSHORT($font, $offset); + $subsetglyphs[$g] = $c; + } else { + $offset += 2; + } + } + break; + } + case 12: { // Format 12: Segmented coverage + $offset += 10; // skip length and version/language + $nGroups = $this->_getULONG($font, $offset); + for ($k = 0; $k < $nGroups; ++$k) { + $startCharCode = $this->_getULONG($font, $offset); + $endCharCode = $this->_getULONG($font, $offset); + $startGlyphCode = $this->_getULONG($font, $offset); + for ($c = $startCharCode; $c <= $endCharCode; ++$c) { + if (isset($subsetchars[$c])) { + $subsetglyphs[$startGlyphCode] = $c; + } + ++$startGlyphCode; + } + } + break; + } + } + } + // sort glyphs by key + ksort($subsetglyphs); + // add composite glyps to $subsetglyphs and remove missing glyphs + foreach ($subsetglyphs as $key => $val) { + if (isset($indexToLoc[$key])) { + $offset = $table['glyf']['offset'] + $indexToLoc[$key]; + $numberOfContours = $this->_getSHORT($font, $offset); + if ($numberOfContours < 0) { // composite glyph + $offset += 8; // skip xMin, yMin, xMax, yMax + do { + $flags = $this->_getUSHORT($font, $offset); + $glyphIndex = $this->_getUSHORT($font, $offset); + if (!isset($subsetglyphs[$glyphIndex]) AND isset($indexToLoc[$glyphIndex])) { + // add missing glyphs + $subsetglyphs[$glyphIndex] = true; + } + // skip some bytes by case + if ($flags & 1) { + $offset += 4; + } else { + $offset += 2; + } + if ($flags & 8) { + $offset += 2; + } elseif ($flags & 64) { + $offset += 4; + } elseif ($flags & 128) { + $offset += 8; + } + } while ($flags & 32); + } + } else { + unset($subsetglyphs[$key]); + } + } + // build new glyf table with only used glyphs + $glyf = ''; + $glyfSize = 0; + // create new empty indexToLoc table + $newIndexToLoc = array_fill(0, count($indexToLoc), 0); + $goffset = 0; + foreach ($subsetglyphs as $glyphID => $char) { + if (isset($indexToLoc[$glyphID]) AND isset($indexToLoc[($glyphID + 1)])) { + $start = $indexToLoc[$glyphID]; + $length = ($indexToLoc[($glyphID + 1)] - $start); + $glyf .= substr($font, ($table['glyf']['offset'] + $start), $length); + $newIndexToLoc[$glyphID] = $goffset; + $goffset += $length; + } + } + // build new loca table + $loca = ''; + if ($short_offset) { + foreach ($newIndexToLoc as $glyphID => $offset) { + $loca .= pack('n', ($offset / 2)); + } + } else { + foreach ($newIndexToLoc as $glyphID => $offset) { + $loca .= pack('N', $offset); + } + } + // array of table names to preserve (loca and glyf tables will be added later) + //$table_names = array ('cmap', 'head', 'hhea', 'hmtx', 'maxp', 'name', 'OS/2', 'post', 'cvt ', 'fpgm', 'prep'); + // the cmap table is not needed and shall not be present, since the mapping from character codes to glyph descriptions is provided separately + $table_names = array ('head', 'hhea', 'hmtx', 'maxp', 'cvt ', 'fpgm', 'prep'); // minimum required table names + // get the tables to preserve + $offset = 12; + foreach ($table as $tag => $val) { + if (in_array($tag, $table_names)) { + $table[$tag]['data'] = substr($font, $table[$tag]['offset'], $table[$tag]['length']); + if ($tag == 'head') { + // set the checkSumAdjustment to 0 + $table[$tag]['data'] = substr($table[$tag]['data'], 0, 8)."\x0\x0\x0\x0".substr($table[$tag]['data'], 12); + } + $pad = 4 - ($table[$tag]['length'] % 4); + if ($pad != 4) { + // the length of a table must be a multiple of four bytes + $table[$tag]['length'] += $pad; + $table[$tag]['data'] .= str_repeat("\x0", $pad); + } + $table[$tag]['offset'] = $offset; + $offset += $table[$tag]['length']; + // check sum is not changed (so keep the following line commented) + //$table[$tag]['checkSum'] = $this->_getTTFtableChecksum($table[$tag]['data'], $table[$tag]['length']); + } else { + unset($table[$tag]); + } + } + // add loca + $table['loca']['data'] = $loca; + $table['loca']['length'] = strlen($loca); + $pad = 4 - ($table['loca']['length'] % 4); + if ($pad != 4) { + // the length of a table must be a multiple of four bytes + $table['loca']['length'] += $pad; + $table['loca']['data'] .= str_repeat("\x0", $pad); + } + $table['loca']['offset'] = $offset; + $table['loca']['checkSum'] = $this->_getTTFtableChecksum($table['loca']['data'], $table['loca']['length']); + $offset += $table['loca']['length']; + // add glyf + $table['glyf']['data'] = $glyf; + $table['glyf']['length'] = strlen($glyf); + $pad = 4 - ($table['glyf']['length'] % 4); + if ($pad != 4) { + // the length of a table must be a multiple of four bytes + $table['glyf']['length'] += $pad; + $table['glyf']['data'] .= str_repeat("\x0", $pad); + } + $table['glyf']['offset'] = $offset; + $table['glyf']['checkSum'] = $this->_getTTFtableChecksum($table['glyf']['data'], $table['glyf']['length']); + // rebuild font + $font = ''; + $font .= pack('N', 0x10000); // sfnt version + $numTables = count($table); + $font .= pack('n', $numTables); // numTables + $entrySelector = floor(log($numTables, 2)); + $searchRange = pow(2, $entrySelector) * 16; + $rangeShift = ($numTables * 16) - $searchRange; + $font .= pack('n', $searchRange); // searchRange + $font .= pack('n', $entrySelector); // entrySelector + $font .= pack('n', $rangeShift); // rangeShift + $offset = ($numTables * 16); + foreach ($table as $tag => $data) { + $font .= $tag; // tag + $font .= pack('N', $data['checkSum']); // checkSum + $font .= pack('N', ($data['offset'] + $offset)); // offset + $font .= pack('N', $data['length']); // length + } + foreach ($table as $data) { + $font .= $data['data']; + } + // set checkSumAdjustment on head table + $checkSumAdjustment = 0xB1B0AFBA - $this->_getTTFtableChecksum($font, strlen($font)); + $font = substr($font, 0, $table['head']['offset'] + 8).pack('N', $checkSumAdjustment).substr($font, $table['head']['offset'] + 12); + return $font; + } + + /** + * Returs the checksum of a TTF table. + * @param $table (string) table to check + * @param $length (int) lenght of table in bytes + * @return int checksum + * @author Nicola Asuni + * @protected + * @since 5.2.000 (2010-06-02) + */ + protected function _getTTFtableChecksum($table, $length) { + $sum = 0; + $tlen = ($length / 4); + $offset = 0; + for ($i = 0; $i < $tlen; ++$i) { + $v = unpack('Ni', substr($table, $offset, 4)); + $sum += $v['i']; + $offset += 4; + } + $sum = unpack('Ni', pack('N', $sum)); + return $sum['i']; + } + + /** + * Outputs font widths + * @param $font (array) font data + * @param $cidoffset (int) offset for CID values + * @return PDF command string for font widths + * @author Nicola Asuni + * @protected + * @since 4.4.000 (2008-12-07) + */ + protected function _putfontwidths($font, $cidoffset=0) { + ksort($font['cw']); + $rangeid = 0; + $range = array(); + $prevcid = -2; + $prevwidth = -1; + $interval = false; + // for each character + foreach ($font['cw'] as $cid => $width) { + $cid -= $cidoffset; + if ($font['subset'] AND ($cid > 255) AND (!isset($font['subsetchars'][$cid]))) { + // ignore the unused characters (font subsetting) + continue; + } + if ($width != $font['dw']) { + if ($cid == ($prevcid + 1)) { + // consecutive CID + if ($width == $prevwidth) { + if ($width == $range[$rangeid][0]) { + $range[$rangeid][] = $width; + } else { + array_pop($range[$rangeid]); + // new range + $rangeid = $prevcid; + $range[$rangeid] = array(); + $range[$rangeid][] = $prevwidth; + $range[$rangeid][] = $width; + } + $interval = true; + $range[$rangeid]['interval'] = true; + } else { + if ($interval) { + // new range + $rangeid = $cid; + $range[$rangeid] = array(); + $range[$rangeid][] = $width; + } else { + $range[$rangeid][] = $width; + } + $interval = false; + } + } else { + // new range + $rangeid = $cid; + $range[$rangeid] = array(); + $range[$rangeid][] = $width; + $interval = false; + } + $prevcid = $cid; + $prevwidth = $width; + } + } + // optimize ranges + $prevk = -1; + $nextk = -1; + $prevint = false; + foreach ($range as $k => $ws) { + $cws = count($ws); + if (($k == $nextk) AND (!$prevint) AND ((!isset($ws['interval'])) OR ($cws < 4))) { + if (isset($range[$k]['interval'])) { + unset($range[$k]['interval']); + } + $range[$prevk] = array_merge($range[$prevk], $range[$k]); + unset($range[$k]); + } else { + $prevk = $k; + } + $nextk = $k + $cws; + if (isset($ws['interval'])) { + if ($cws > 3) { + $prevint = true; + } else { + $prevint = false; + } + unset($range[$k]['interval']); + --$nextk; + } else { + $prevint = false; + } + } + // output data + $w = ''; + foreach ($range as $k => $ws) { + if (count(array_count_values($ws)) == 1) { + // interval mode is more compact + $w .= ' '.$k.' '.($k + count($ws) - 1).' '.$ws[0]; + } else { + // range mode + $w .= ' '.$k.' [ '.implode(' ', $ws).' ]'; + } + } + return '/W ['.$w.' ]'; + } + + /** + * Output fonts. + * @author Nicola Asuni + * @protected + */ + protected function _putfonts() { + $nf = $this->n; + foreach ($this->diffs as $diff) { + //Encodings + $this->_newobj(); + $this->_out('<< /Type /Encoding /BaseEncoding /WinAnsiEncoding /Differences ['.$diff.'] >>'."\n".'endobj'); + } + $mqr = $this->get_mqr(); + $this->set_mqr(false); + foreach ($this->FontFiles as $file => $info) { + // search and get font file to embedd + $fontdir = $info['fontdir']; + $file = strtolower($file); + $fontfile = ''; + // search files on various directories + if (($fontdir !== false) AND file_exists($fontdir.$file)) { + $fontfile = $fontdir.$file; + } elseif (file_exists($this->_getfontpath().$file)) { + $fontfile = $this->_getfontpath().$file; + } elseif (file_exists($file)) { + $fontfile = $file; + } + if (!$this->empty_string($fontfile)) { + $font = file_get_contents($fontfile); + $compressed = (substr($file, -2) == '.z'); + if ((!$compressed) AND (isset($info['length2']))) { + $header = (ord($font{0}) == 128); + if ($header) { + //Strip first binary header + $font = substr($font, 6); + } + if ($header AND (ord($font{$info['length1']}) == 128)) { + //Strip second binary header + $font = substr($font, 0, $info['length1']).substr($font, ($info['length1'] + 6)); + } + } elseif ($info['subset'] AND ((!$compressed) OR ($compressed AND function_exists('gzcompress')))) { + if ($compressed) { + // uncompress font + $font = gzuncompress($font); + } + // merge subset characters + $subsetchars = array(); // used chars + foreach ($info['fontkeys'] as $fontkey) { + $fontinfo = $this->getFontBuffer($fontkey); + $subsetchars += $fontinfo['subsetchars']; + } + $font = $this->_getTrueTypeFontSubset($font, $subsetchars); + if ($compressed) { + // recompress font + $font = gzcompress($font); + } + } + $this->_newobj(); + $this->FontFiles[$file]['n'] = $this->n; + $stream = $this->_getrawstream($font); + $out = '<< /Length '.strlen($stream); + if ($compressed) { + $out .= ' /Filter /FlateDecode'; + } + $out .= ' /Length1 '.$info['length1']; + if (isset($info['length2'])) { + $out .= ' /Length2 '.$info['length2'].' /Length3 0'; + } + $out .= ' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + $this->set_mqr($mqr); + foreach ($this->fontkeys as $k) { + //Font objects + $font = $this->getFontBuffer($k); + $type = $font['type']; + $name = $font['name']; + if ($type == 'core') { + // standard core font + $out = $this->_getobj($this->font_obj_ids[$k])."\n"; + $out .= '<annotation_fonts[$k] = $font['i']; + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } elseif (($type == 'Type1') OR ($type == 'TrueType')) { + // additional Type1 or TrueType font + $out = $this->_getobj($this->font_obj_ids[$k])."\n"; + $out .= '<n + 1).' 0 R'; + $out .= ' /FontDescriptor '.($this->n + 2).' 0 R'; + if ($font['enc']) { + if (isset($font['diff'])) { + $out .= ' /Encoding '.($nf + $font['diff']).' 0 R'; + } else { + $out .= ' /Encoding /WinAnsiEncoding'; + } + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + // Widths + $this->_newobj(); + $cw = &$font['cw']; + $s = '['; + for ($i = 32; $i < 256; ++$i) { + $s .= $cw[$i].' '; + } + $s .= ']'; + $s .= "\n".'endobj'; + $this->_out($s); + //Descriptor + $this->_newobj(); + $s = '< $fdv) { + if(is_float($fdv)) { + $fdv = sprintf('%.3F', $fdv); + } + $s .= ' /'.$fdk.' '.$fdv.''; + } + if (!$this->empty_string($font['file'])) { + $s .= ' /FontFile'.($type == 'Type1' ? '' : '2').' '.$this->FontFiles[$font['file']]['n'].' 0 R'; + } + $s .= '>>'; + $s .= "\n".'endobj'; + $this->_out($s); + } else { + // additional types + $mtd = '_put'.strtolower($type); + if (!method_exists($this, $mtd)) { + $this->Error('Unsupported font type: '.$type); + } + $this->$mtd($font); + } + } + } + + /** + * Adds unicode fonts.
                      + * Based on PDF Reference 1.3 (section 5) + * @param $font (array) font data + * @protected + * @author Nicola Asuni + * @since 1.52.0.TC005 (2005-01-05) + */ + protected function _puttruetypeunicode($font) { + $fontname = ''; + if ($font['subset']) { + // change name for font subsetting + $subtag = sprintf('%06u', $font['i']); + $subtag = strtr($subtag, '0123456789', 'ABCDEFGHIJ'); + $fontname .= $subtag.'+'; + } + $fontname .= $font['name']; + // Type0 Font + // A composite font composed of other fonts, organized hierarchically + $out = $this->_getobj($this->font_obj_ids[$font['fontkey']])."\n"; + $out .= '<< /Type /Font'; + $out .= ' /Subtype /Type0'; + $out .= ' /BaseFont /'.$fontname; + $out .= ' /Name /F'.$font['i']; + $out .= ' /Encoding /'.$font['enc']; + $out .= ' /ToUnicode '.($this->n + 1).' 0 R'; + $out .= ' /DescendantFonts ['.($this->n + 2).' 0 R]'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + // ToUnicode map for Identity-H + $stream = "/CIDInit /ProcSet findresource begin\n"; + $stream .= "12 dict begin\n"; + $stream .= "begincmap\n"; + $stream .= "/CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> def\n"; + $stream .= "/CMapName /Adobe-Identity-UCS def\n"; + $stream .= "/CMapType 2 def\n"; + $stream .= "/WMode 0 def\n"; + $stream .= "1 begincodespacerange\n"; + $stream .= "<0000> \n"; + $stream .= "endcodespacerange\n"; + $stream .= "100 beginbfrange\n"; + $stream .= "<0000> <00ff> <0000>\n"; + $stream .= "<0100> <01ff> <0100>\n"; + $stream .= "<0200> <02ff> <0200>\n"; + $stream .= "<0300> <03ff> <0300>\n"; + $stream .= "<0400> <04ff> <0400>\n"; + $stream .= "<0500> <05ff> <0500>\n"; + $stream .= "<0600> <06ff> <0600>\n"; + $stream .= "<0700> <07ff> <0700>\n"; + $stream .= "<0800> <08ff> <0800>\n"; + $stream .= "<0900> <09ff> <0900>\n"; + $stream .= "<0a00> <0aff> <0a00>\n"; + $stream .= "<0b00> <0bff> <0b00>\n"; + $stream .= "<0c00> <0cff> <0c00>\n"; + $stream .= "<0d00> <0dff> <0d00>\n"; + $stream .= "<0e00> <0eff> <0e00>\n"; + $stream .= "<0f00> <0fff> <0f00>\n"; + $stream .= "<1000> <10ff> <1000>\n"; + $stream .= "<1100> <11ff> <1100>\n"; + $stream .= "<1200> <12ff> <1200>\n"; + $stream .= "<1300> <13ff> <1300>\n"; + $stream .= "<1400> <14ff> <1400>\n"; + $stream .= "<1500> <15ff> <1500>\n"; + $stream .= "<1600> <16ff> <1600>\n"; + $stream .= "<1700> <17ff> <1700>\n"; + $stream .= "<1800> <18ff> <1800>\n"; + $stream .= "<1900> <19ff> <1900>\n"; + $stream .= "<1a00> <1aff> <1a00>\n"; + $stream .= "<1b00> <1bff> <1b00>\n"; + $stream .= "<1c00> <1cff> <1c00>\n"; + $stream .= "<1d00> <1dff> <1d00>\n"; + $stream .= "<1e00> <1eff> <1e00>\n"; + $stream .= "<1f00> <1fff> <1f00>\n"; + $stream .= "<2000> <20ff> <2000>\n"; + $stream .= "<2100> <21ff> <2100>\n"; + $stream .= "<2200> <22ff> <2200>\n"; + $stream .= "<2300> <23ff> <2300>\n"; + $stream .= "<2400> <24ff> <2400>\n"; + $stream .= "<2500> <25ff> <2500>\n"; + $stream .= "<2600> <26ff> <2600>\n"; + $stream .= "<2700> <27ff> <2700>\n"; + $stream .= "<2800> <28ff> <2800>\n"; + $stream .= "<2900> <29ff> <2900>\n"; + $stream .= "<2a00> <2aff> <2a00>\n"; + $stream .= "<2b00> <2bff> <2b00>\n"; + $stream .= "<2c00> <2cff> <2c00>\n"; + $stream .= "<2d00> <2dff> <2d00>\n"; + $stream .= "<2e00> <2eff> <2e00>\n"; + $stream .= "<2f00> <2fff> <2f00>\n"; + $stream .= "<3000> <30ff> <3000>\n"; + $stream .= "<3100> <31ff> <3100>\n"; + $stream .= "<3200> <32ff> <3200>\n"; + $stream .= "<3300> <33ff> <3300>\n"; + $stream .= "<3400> <34ff> <3400>\n"; + $stream .= "<3500> <35ff> <3500>\n"; + $stream .= "<3600> <36ff> <3600>\n"; + $stream .= "<3700> <37ff> <3700>\n"; + $stream .= "<3800> <38ff> <3800>\n"; + $stream .= "<3900> <39ff> <3900>\n"; + $stream .= "<3a00> <3aff> <3a00>\n"; + $stream .= "<3b00> <3bff> <3b00>\n"; + $stream .= "<3c00> <3cff> <3c00>\n"; + $stream .= "<3d00> <3dff> <3d00>\n"; + $stream .= "<3e00> <3eff> <3e00>\n"; + $stream .= "<3f00> <3fff> <3f00>\n"; + $stream .= "<4000> <40ff> <4000>\n"; + $stream .= "<4100> <41ff> <4100>\n"; + $stream .= "<4200> <42ff> <4200>\n"; + $stream .= "<4300> <43ff> <4300>\n"; + $stream .= "<4400> <44ff> <4400>\n"; + $stream .= "<4500> <45ff> <4500>\n"; + $stream .= "<4600> <46ff> <4600>\n"; + $stream .= "<4700> <47ff> <4700>\n"; + $stream .= "<4800> <48ff> <4800>\n"; + $stream .= "<4900> <49ff> <4900>\n"; + $stream .= "<4a00> <4aff> <4a00>\n"; + $stream .= "<4b00> <4bff> <4b00>\n"; + $stream .= "<4c00> <4cff> <4c00>\n"; + $stream .= "<4d00> <4dff> <4d00>\n"; + $stream .= "<4e00> <4eff> <4e00>\n"; + $stream .= "<4f00> <4fff> <4f00>\n"; + $stream .= "<5000> <50ff> <5000>\n"; + $stream .= "<5100> <51ff> <5100>\n"; + $stream .= "<5200> <52ff> <5200>\n"; + $stream .= "<5300> <53ff> <5300>\n"; + $stream .= "<5400> <54ff> <5400>\n"; + $stream .= "<5500> <55ff> <5500>\n"; + $stream .= "<5600> <56ff> <5600>\n"; + $stream .= "<5700> <57ff> <5700>\n"; + $stream .= "<5800> <58ff> <5800>\n"; + $stream .= "<5900> <59ff> <5900>\n"; + $stream .= "<5a00> <5aff> <5a00>\n"; + $stream .= "<5b00> <5bff> <5b00>\n"; + $stream .= "<5c00> <5cff> <5c00>\n"; + $stream .= "<5d00> <5dff> <5d00>\n"; + $stream .= "<5e00> <5eff> <5e00>\n"; + $stream .= "<5f00> <5fff> <5f00>\n"; + $stream .= "<6000> <60ff> <6000>\n"; + $stream .= "<6100> <61ff> <6100>\n"; + $stream .= "<6200> <62ff> <6200>\n"; + $stream .= "<6300> <63ff> <6300>\n"; + $stream .= "endbfrange\n"; + $stream .= "100 beginbfrange\n"; + $stream .= "<6400> <64ff> <6400>\n"; + $stream .= "<6500> <65ff> <6500>\n"; + $stream .= "<6600> <66ff> <6600>\n"; + $stream .= "<6700> <67ff> <6700>\n"; + $stream .= "<6800> <68ff> <6800>\n"; + $stream .= "<6900> <69ff> <6900>\n"; + $stream .= "<6a00> <6aff> <6a00>\n"; + $stream .= "<6b00> <6bff> <6b00>\n"; + $stream .= "<6c00> <6cff> <6c00>\n"; + $stream .= "<6d00> <6dff> <6d00>\n"; + $stream .= "<6e00> <6eff> <6e00>\n"; + $stream .= "<6f00> <6fff> <6f00>\n"; + $stream .= "<7000> <70ff> <7000>\n"; + $stream .= "<7100> <71ff> <7100>\n"; + $stream .= "<7200> <72ff> <7200>\n"; + $stream .= "<7300> <73ff> <7300>\n"; + $stream .= "<7400> <74ff> <7400>\n"; + $stream .= "<7500> <75ff> <7500>\n"; + $stream .= "<7600> <76ff> <7600>\n"; + $stream .= "<7700> <77ff> <7700>\n"; + $stream .= "<7800> <78ff> <7800>\n"; + $stream .= "<7900> <79ff> <7900>\n"; + $stream .= "<7a00> <7aff> <7a00>\n"; + $stream .= "<7b00> <7bff> <7b00>\n"; + $stream .= "<7c00> <7cff> <7c00>\n"; + $stream .= "<7d00> <7dff> <7d00>\n"; + $stream .= "<7e00> <7eff> <7e00>\n"; + $stream .= "<7f00> <7fff> <7f00>\n"; + $stream .= "<8000> <80ff> <8000>\n"; + $stream .= "<8100> <81ff> <8100>\n"; + $stream .= "<8200> <82ff> <8200>\n"; + $stream .= "<8300> <83ff> <8300>\n"; + $stream .= "<8400> <84ff> <8400>\n"; + $stream .= "<8500> <85ff> <8500>\n"; + $stream .= "<8600> <86ff> <8600>\n"; + $stream .= "<8700> <87ff> <8700>\n"; + $stream .= "<8800> <88ff> <8800>\n"; + $stream .= "<8900> <89ff> <8900>\n"; + $stream .= "<8a00> <8aff> <8a00>\n"; + $stream .= "<8b00> <8bff> <8b00>\n"; + $stream .= "<8c00> <8cff> <8c00>\n"; + $stream .= "<8d00> <8dff> <8d00>\n"; + $stream .= "<8e00> <8eff> <8e00>\n"; + $stream .= "<8f00> <8fff> <8f00>\n"; + $stream .= "<9000> <90ff> <9000>\n"; + $stream .= "<9100> <91ff> <9100>\n"; + $stream .= "<9200> <92ff> <9200>\n"; + $stream .= "<9300> <93ff> <9300>\n"; + $stream .= "<9400> <94ff> <9400>\n"; + $stream .= "<9500> <95ff> <9500>\n"; + $stream .= "<9600> <96ff> <9600>\n"; + $stream .= "<9700> <97ff> <9700>\n"; + $stream .= "<9800> <98ff> <9800>\n"; + $stream .= "<9900> <99ff> <9900>\n"; + $stream .= "<9a00> <9aff> <9a00>\n"; + $stream .= "<9b00> <9bff> <9b00>\n"; + $stream .= "<9c00> <9cff> <9c00>\n"; + $stream .= "<9d00> <9dff> <9d00>\n"; + $stream .= "<9e00> <9eff> <9e00>\n"; + $stream .= "<9f00> <9fff> <9f00>\n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= "endbfrange\n"; + $stream .= "56 beginbfrange\n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= " \n"; + $stream .= "endbfrange\n"; + $stream .= "endcmap\n"; + $stream .= "CMapName currentdict /CMap defineresource pop\n"; + $stream .= "end\n"; + $stream .= "end"; + // ToUnicode Object + $this->_newobj(); + $stream = ($this->compress) ? gzcompress($stream) : $stream; + $filter = ($this->compress) ? '/Filter /FlateDecode ' : ''; + $stream = $this->_getrawstream($stream); + $this->_out('<<'.$filter.'/Length '.strlen($stream).'>> stream'."\n".$stream."\n".'endstream'."\n".'endobj'); + // CIDFontType2 + // A CIDFont whose glyph descriptions are based on TrueType font technology + $oid = $this->_newobj(); + $out = '<< /Type /Font'; + $out .= ' /Subtype /CIDFontType2'; + $out .= ' /BaseFont /'.$fontname; + // A dictionary containing entries that define the character collection of the CIDFont. + $cidinfo = '/Registry '.$this->_datastring($font['cidinfo']['Registry'], $oid); + $cidinfo .= ' /Ordering '.$this->_datastring($font['cidinfo']['Ordering'], $oid); + $cidinfo .= ' /Supplement '.$font['cidinfo']['Supplement']; + $out .= ' /CIDSystemInfo << '.$cidinfo.' >>'; + $out .= ' /FontDescriptor '.($this->n + 1).' 0 R'; + $out .= ' /DW '.$font['dw']; // default width + $out .= "\n".$this->_putfontwidths($font, 0); + if (isset($font['ctg']) AND (!$this->empty_string($font['ctg']))) { + $out .= "\n".'/CIDToGIDMap '.($this->n + 2).' 0 R'; + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + // Font descriptor + // A font descriptor describing the CIDFont default metrics other than its glyph widths + $this->_newobj(); + $out = '<< /Type /FontDescriptor'; + $out .= ' /FontName /'.$fontname; + foreach ($font['desc'] as $key => $value) { + if(is_float($value)) { + $value = sprintf('%.3F', $value); + } + $out .= ' /'.$key.' '.$value; + } + $fontdir = false; + if (!$this->empty_string($font['file'])) { + // A stream containing a TrueType font + $out .= ' /FontFile2 '.$this->FontFiles[$font['file']]['n'].' 0 R'; + $fontdir = $this->FontFiles[$font['file']]['fontdir']; + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + if (isset($font['ctg']) AND (!$this->empty_string($font['ctg']))) { + $this->_newobj(); + // Embed CIDToGIDMap + // A specification of the mapping from CIDs to glyph indices + // search and get CTG font file to embedd + $ctgfile = strtolower($font['ctg']); + // search and get ctg font file to embedd + $fontfile = ''; + // search files on various directories + if (($fontdir !== false) AND file_exists($fontdir.$ctgfile)) { + $fontfile = $fontdir.$ctgfile; + } elseif (file_exists($this->_getfontpath().$ctgfile)) { + $fontfile = $this->_getfontpath().$ctgfile; + } elseif (file_exists($ctgfile)) { + $fontfile = $ctgfile; + } + if ($this->empty_string($fontfile)) { + $this->Error('Font file not found: '.$ctgfile); + } + $stream = $this->_getrawstream(file_get_contents($fontfile)); + $out = '<< /Length '.strlen($stream).''; + if (substr($fontfile, -2) == '.z') { // check file extension + // Decompresses data encoded using the public-domain + // zlib/deflate compression method, reproducing the + // original text or binary data + $out .= ' /Filter /FlateDecode'; + } + $out .= ' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + + /** + * Output CID-0 fonts. + * A Type 0 CIDFont contains glyph descriptions based on the Adobe Type 1 font format + * @param $font (array) font data + * @protected + * @author Andrew Whitehead, Nicola Asuni, Yukihiro Nakadaira + * @since 3.2.000 (2008-06-23) + */ + protected function _putcidfont0($font) { + $cidoffset = 0; + if (!isset($font['cw'][1])) { + $cidoffset = 31; + } + if (isset($font['cidinfo']['uni2cid'])) { + // convert unicode to cid. + $uni2cid = $font['cidinfo']['uni2cid']; + $cw = array(); + foreach ($font['cw'] as $uni => $width) { + if (isset($uni2cid[$uni])) { + $cw[($uni2cid[$uni] + $cidoffset)] = $width; + } elseif ($uni < 256) { + $cw[$uni] = $width; + } // else unknown character + } + $font = array_merge($font, array('cw' => $cw)); + } + $name = $font['name']; + $enc = $font['enc']; + if ($enc) { + $longname = $name.'-'.$enc; + } else { + $longname = $name; + } + $out = $this->_getobj($this->font_obj_ids[$font['fontkey']])."\n"; + $out .= '<n + 1).' 0 R]'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + $oid = $this->_newobj(); + $out = '<_datastring($font['cidinfo']['Registry'], $oid); + $cidinfo .= ' /Ordering '.$this->_datastring($font['cidinfo']['Ordering'], $oid); + $cidinfo .= ' /Supplement '.$font['cidinfo']['Supplement']; + $out .= ' /CIDSystemInfo <<'.$cidinfo.'>>'; + $out .= ' /FontDescriptor '.($this->n + 1).' 0 R'; + $out .= ' /DW '.$font['dw']; + $out .= "\n".$this->_putfontwidths($font, $cidoffset); + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + $this->_newobj(); + $s = '< $v) { + if ($k != 'Style') { + if(is_float($v)) { + $v = sprintf('%.3F', $v); + } + $s .= ' /'.$k.' '.$v.''; + } + } + $s .= '>>'; + $s .= "\n".'endobj'; + $this->_out($s); + } + + /** + * Output images. + * @protected + */ + protected function _putimages() { + $filter = ($this->compress) ? '/Filter /FlateDecode ' : ''; + foreach ($this->imagekeys as $file) { + $info = $this->getImageBuffer($file); + $oid = $this->_newobj(); + $this->xobjects['I'.$info['i']] = array('n' => $oid); + $this->setImageSubBuffer($file, 'n', $this->n); + $out = '<n - 1).' 0 R'; + } + if ($info['cs'] == 'Indexed') { + $out .= ' /ColorSpace [/Indexed /DeviceRGB '.((strlen($info['pal']) / 3) - 1).' '.($this->n + 1).' 0 R]'; + } else { + $out .= ' /ColorSpace /'.$info['cs']; + if ($info['cs'] == 'DeviceCMYK') { + $out .= ' /Decode [1 0 1 0 1 0 1 0]'; + } + } + $out .= ' /BitsPerComponent '.$info['bpc']; + if (isset($info['f'])) { + $out .= ' /Filter /'.$info['f']; + } + if (isset($info['parms'])) { + $out .= ' '.$info['parms']; + } + if (isset($info['trns']) AND is_array($info['trns'])) { + $trns=''; + $count_info = count($info['trns']); + for ($i=0; $i < $count_info; ++$i) { + $trns .= $info['trns'][$i].' '.$info['trns'][$i].' '; + } + $out .= ' /Mask ['.$trns.']'; + } + $stream = $this->_getrawstream($info['data']); + $out .= ' /Length '.strlen($stream).' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + //Palette + if ($info['cs'] == 'Indexed') { + $this->_newobj(); + $pal = ($this->compress) ? gzcompress($info['pal']) : $info['pal']; + $pal = $this->_getrawstream($pal); + $this->_out('<<'.$filter.'/Length '.strlen($pal).'>> stream'."\n".$pal."\n".'endstream'."\n".'endobj'); + } + } + } + + /** + * Output Form XObjects Templates. + * @author Nicola Asuni + * @since 5.8.017 (2010-08-24) + * @protected + * @see startTemplate(), endTemplate(), printTemplate() + */ + protected function _putxobjects() { + foreach ($this->xobjects as $key => $data) { + if (isset($data['outdata'])) { + $stream = trim($data['outdata']); + $out = $this->_getobj($data['n'])."\n"; + $out .= '<<'; + $out .= ' /Type /XObject'; + $out .= ' /Subtype /Form'; + $out .= ' /FormType 1'; + if ($this->compress) { + $stream = gzcompress($stream); + $out .= ' /Filter /FlateDecode'; + } + $out .= sprintf(' /BBox [%.2F %.2F %.2F %.2F]', ($data['x'] * $this->k), (-$data['y'] * $this->k), (($data['w'] + $data['x']) * $this->k), (($data['h'] - $data['y']) * $this->k)); + $out .= ' /Matrix [1 0 0 1 0 0]'; + $out .= ' /Resources <<'; + $out .= ' /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]'; + // fonts + if (!empty($data['fonts'])) { + $out .= ' /Font <<'; + foreach ($data['fonts'] as $fontkey => $fontid) { + $out .= ' /F'.$fontid.' '.$this->font_obj_ids[$fontkey].' 0 R'; + } + $out .= ' >>'; + } + // images or nested xobjects + if (!empty($data['images']) OR !empty($data['xobjects'])) { + $out .= ' /XObject <<'; + foreach ($data['images'] as $imgid) { + $out .= ' /I'.$imgid.' '.$this->xobjects['I'.$imgid]['n'].' 0 R'; + } + foreach ($data['xobjects'] as $sub_id => $sub_objid) { + $out .= ' /'.$sub_id.' '.$sub_objid['n'].' 0 R'; + } + $out .= ' >>'; + } + $out .= ' >>'; + $stream = $this->_getrawstream($stream); + $out .= ' /Length '.strlen($stream); + $out .= ' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + } + + /** + * Output Spot Colors Resources. + * @protected + * @since 4.0.024 (2008-09-12) + */ + protected function _putspotcolors() { + foreach ($this->spot_colors as $name => $color) { + $this->_newobj(); + $this->spot_colors[$name]['n'] = $this->n; + $out = '[/Separation /'.str_replace(' ', '#20', $name); + $out .= ' /DeviceCMYK <<'; + $out .= ' /Range [0 1 0 1 0 1 0 1] /C0 [0 0 0 0]'; + $out .= ' '.sprintf('/C1 [%.4F %.4F %.4F %.4F] ', ($color['c'] / 100), ($color['m'] / 100), ($color['y'] / 100), ($color['k'] / 100)); + $out .= ' /FunctionType 2 /Domain [0 1] /N 1>>]'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + + /** + * Return XObjects Dictionary. + * @return string XObjects dictionary + * @protected + * @since 5.8.014 (2010-08-23) + */ + protected function _getxobjectdict() { + $out = ''; + foreach ($this->xobjects as $id => $objid) { + $out .= ' /'.$id.' '.$objid['n'].' 0 R'; + } + return $out; + } + + /** + * Output Resources Dictionary. + * @protected + */ + protected function _putresourcedict() { + $out = $this->_getobj(2)."\n"; + $out .= '<< /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]'; + $out .= ' /Font <<'; + foreach ($this->fontkeys as $fontkey) { + $font = $this->getFontBuffer($fontkey); + $out .= ' /F'.$font['i'].' '.$font['n'].' 0 R'; + } + $out .= ' >>'; + $out .= ' /XObject <<'; + $out .= $this->_getxobjectdict(); + $out .= ' >>'; + // visibility + $out .= ' /Properties <n_ocg_print.' 0 R /OC2 '.$this->n_ocg_view.' 0 R>>'; + // transparency + $out .= ' /ExtGState <<'; + foreach ($this->extgstates as $k => $extgstate) { + if (isset($extgstate['name'])) { + $out .= ' /'.$extgstate['name']; + } else { + $out .= ' /GS'.$k; + } + $out .= ' '.$extgstate['n'].' 0 R'; + } + $out .= ' >>'; + // gradient patterns + if (isset($this->gradients) AND (count($this->gradients) > 0)) { + $out .= ' /Pattern <<'; + foreach ($this->gradients as $id => $grad) { + $out .= ' /p'.$id.' '.$grad['pattern'].' 0 R'; + } + $out .= ' >>'; + } + // gradient shadings + if (isset($this->gradients) AND (count($this->gradients) > 0)) { + $out .= ' /Shading <<'; + foreach ($this->gradients as $id => $grad) { + $out .= ' /Sh'.$id.' '.$grad['id'].' 0 R'; + } + $out .= ' >>'; + } + // spot colors + if (isset($this->spot_colors) AND (count($this->spot_colors) > 0)) { + $out .= ' /ColorSpace <<'; + foreach ($this->spot_colors as $color) { + $out .= ' /CS'.$color['i'].' '.$color['n'].' 0 R'; + } + $out .= ' >>'; + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + + /** + * Output Resources. + * @protected + */ + protected function _putresources() { + $this->_putextgstates(); + $this->_putocg(); + $this->_putfonts(); + $this->_putimages(); + $this->_putxobjects(); + $this->_putspotcolors(); + $this->_putshaders(); + $this->_putresourcedict(); + $this->_putbookmarks(); + $this->_putEmbeddedFiles(); + $this->_putannotsobjs(); + $this->_putjavascript(); + $this->_putencryption(); + } + + /** + * Adds some Metadata information (Document Information Dictionary) + * (see Chapter 14.3.3 Document Information Dictionary of PDF32000_2008.pdf Reference) + * @return int object id + * @protected + */ + protected function _putinfo() { + $oid = $this->_newobj(); + $out = '<<'; + // store current isunicode value + $prev_isunicode = $this->isunicode; + if ($this->docinfounicode) { + $this->isunicode = true; + } + if (!$this->empty_string($this->title)) { + // The document's title. + $out .= ' /Title '.$this->_textstring($this->title, $oid); + } + if (!$this->empty_string($this->author)) { + // The name of the person who created the document. + $out .= ' /Author '.$this->_textstring($this->author, $oid); + } + if (!$this->empty_string($this->subject)) { + // The subject of the document. + $out .= ' /Subject '.$this->_textstring($this->subject, $oid); + } + if (!$this->empty_string($this->keywords)) { + // Keywords associated with the document. + $out .= ' /Keywords '.$this->_textstring($this->keywords.' TCPDF', $oid); + } + if (!$this->empty_string($this->creator)) { + // If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted. + $out .= ' /Creator '.$this->_textstring($this->creator, $oid); + } + // restore previous isunicode value + $this->isunicode = $prev_isunicode; + // default producer + $out .= ' /Producer '.$this->_textstring("\x54\x43\x50\x44\x46\x20".$this->tcpdf_version."\x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x63\x70\x64\x66\x2e\x6f\x72\x67\x29", $oid); + // The date and time the document was created, in human-readable form + $out .= ' /CreationDate '.$this->_datestring(); + // The date and time the document was most recently modified, in human-readable form + $out .= ' /ModDate '.$this->_datestring(); + // A name object indicating whether the document has been modified to include trapping information + $out .= ' /Trapped /False'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + return $oid; + } + + /** + * Output Catalog. + * @return int object id + * @protected + */ + protected function _putcatalog() { + $oid = $this->_newobj(); + $out = '<< /Type /Catalog'; + $out .= ' /Pages 1 0 R'; + if ($this->ZoomMode == 'fullpage') { + $out .= ' /OpenAction ['.$this->page_obj_id[1].' 0 R /Fit]'; + } elseif ($this->ZoomMode == 'fullwidth') { + $out .= ' /OpenAction ['.$this->page_obj_id[1].' 0 R /FitH null]'; + } elseif ($this->ZoomMode == 'real') { + $out .= ' /OpenAction ['.$this->page_obj_id[1].' 0 R /XYZ null null 1]'; + } elseif (!is_string($this->ZoomMode)) { + $out .= sprintf(' /OpenAction ['.$this->page_obj_id[1].' 0 R /XYZ null null %.2F]',($this->ZoomMode / 100)); + } + if (isset($this->LayoutMode) AND (!$this->empty_string($this->LayoutMode))) { + $out .= ' /PageLayout /'.$this->LayoutMode; + } + if (isset($this->PageMode) AND (!$this->empty_string($this->PageMode))) { + $out .= ' /PageMode /'.$this->PageMode; + } + if (isset($this->l['a_meta_language'])) { + $out .= ' /Lang '.$this->_textstring($this->l['a_meta_language'], $oid); + } + $out .= ' /Names <<'; + if ((!empty($this->javascript)) OR (!empty($this->js_objects))) { + $out .= ' /JavaScript '.($this->n_js).' 0 R'; + } + $out .= ' >>'; + if (count($this->outlines) > 0) { + $out .= ' /Outlines '.$this->OutlineRoot.' 0 R'; + $out .= ' /PageMode /UseOutlines'; + } + $out .= ' '.$this->_putviewerpreferences(); + $p = $this->n_ocg_print.' 0 R'; + $v = $this->n_ocg_view.' 0 R'; + $as = '<< /Event /Print /OCGs ['.$p.' '.$v.'] /Category [/Print] >> << /Event /View /OCGs ['.$p.' '.$v.'] /Category [/View] >>'; + $out .= ' /OCProperties << /OCGs ['.$p.' '.$v.'] /D << /ON ['.$p.'] /OFF ['.$v.'] /AS ['.$as.'] >> >>'; + // AcroForm + if (!empty($this->form_obj_id) OR ($this->sign AND isset($this->signature_data['cert_type']))) { + $out .= ' /AcroForm <<'; + $objrefs = ''; + if ($this->sign AND isset($this->signature_data['cert_type'])) { + $objrefs .= $this->sig_obj_id.' 0 R'; + } + if (!empty($this->form_obj_id)) { + foreach($this->form_obj_id as $objid) { + $objrefs .= ' '.$objid.' 0 R'; + } + } + $out .= ' /Fields ['.$objrefs.']'; + if (!empty($this->form_obj_id) AND !$this->sign) { + // It's better to turn off this value and set the appearance stream for each annotation (/AP) to avoid conflicts with signature fields. + $out .= ' /NeedAppearances true'; + } + if ($this->sign AND isset($this->signature_data['cert_type'])) { + if ($this->signature_data['cert_type'] > 0) { + $out .= ' /SigFlags 3'; + } else { + $out .= ' /SigFlags 1'; + } + } + //$out .= ' /CO '; + if (isset($this->annotation_fonts) AND !empty($this->annotation_fonts)) { + $out .= ' /DR <<'; + $out .= ' /Font <<'; + foreach ($this->annotation_fonts as $fontkey => $fontid) { + $out .= ' /F'.$fontid.' '.$this->font_obj_ids[$fontkey].' 0 R'; + } + $out .= ' >> >>'; + } + $font = $this->getFontBuffer('helvetica'); + $out .= ' /DA (/F'.$font['i'].' 0 Tf 0 g)'; + $out .= ' /Q '.(($this->rtl)?'2':'0'); + //$out .= ' /XFA '; + $out .= ' >>'; + // signatures + if ($this->sign AND isset($this->signature_data['cert_type'])) { + if ($this->signature_data['cert_type'] > 0) { + $out .= ' /Perms << /DocMDP '.($this->sig_obj_id + 1).' 0 R >>'; + } else { + $out .= ' /Perms << /UR3 '.($this->sig_obj_id + 1).' 0 R >>'; + } + } + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + return $oid; + } + + /** + * Output viewer preferences. + * @return string for viewer preferences + * @author Nicola asuni + * @since 3.1.000 (2008-06-09) + * @protected + */ + protected function _putviewerpreferences() { + $out = '/ViewerPreferences <<'; + if ($this->rtl) { + $out .= ' /Direction /R2L'; + } else { + $out .= ' /Direction /L2R'; + } + if (isset($this->viewer_preferences['HideToolbar']) AND ($this->viewer_preferences['HideToolbar'])) { + $out .= ' /HideToolbar true'; + } + if (isset($this->viewer_preferences['HideMenubar']) AND ($this->viewer_preferences['HideMenubar'])) { + $out .= ' /HideMenubar true'; + } + if (isset($this->viewer_preferences['HideWindowUI']) AND ($this->viewer_preferences['HideWindowUI'])) { + $out .= ' /HideWindowUI true'; + } + if (isset($this->viewer_preferences['FitWindow']) AND ($this->viewer_preferences['FitWindow'])) { + $out .= ' /FitWindow true'; + } + if (isset($this->viewer_preferences['CenterWindow']) AND ($this->viewer_preferences['CenterWindow'])) { + $out .= ' /CenterWindow true'; + } + if (isset($this->viewer_preferences['DisplayDocTitle']) AND ($this->viewer_preferences['DisplayDocTitle'])) { + $out .= ' /DisplayDocTitle true'; + } + if (isset($this->viewer_preferences['NonFullScreenPageMode'])) { + $out .= ' /NonFullScreenPageMode /'.$this->viewer_preferences['NonFullScreenPageMode']; + } + if (isset($this->viewer_preferences['ViewArea'])) { + $out .= ' /ViewArea /'.$this->viewer_preferences['ViewArea']; + } + if (isset($this->viewer_preferences['ViewClip'])) { + $out .= ' /ViewClip /'.$this->viewer_preferences['ViewClip']; + } + if (isset($this->viewer_preferences['PrintArea'])) { + $out .= ' /PrintArea /'.$this->viewer_preferences['PrintArea']; + } + if (isset($this->viewer_preferences['PrintClip'])) { + $out .= ' /PrintClip /'.$this->viewer_preferences['PrintClip']; + } + if (isset($this->viewer_preferences['PrintScaling'])) { + $out .= ' /PrintScaling /'.$this->viewer_preferences['PrintScaling']; + } + if (isset($this->viewer_preferences['Duplex']) AND (!$this->empty_string($this->viewer_preferences['Duplex']))) { + $out .= ' /Duplex /'.$this->viewer_preferences['Duplex']; + } + if (isset($this->viewer_preferences['PickTrayByPDFSize'])) { + if ($this->viewer_preferences['PickTrayByPDFSize']) { + $out .= ' /PickTrayByPDFSize true'; + } else { + $out .= ' /PickTrayByPDFSize false'; + } + } + if (isset($this->viewer_preferences['PrintPageRange'])) { + $PrintPageRangeNum = ''; + foreach ($this->viewer_preferences['PrintPageRange'] as $k => $v) { + $PrintPageRangeNum .= ' '.($v - 1).''; + } + $out .= ' /PrintPageRange ['.substr($PrintPageRangeNum,1).']'; + } + if (isset($this->viewer_preferences['NumCopies'])) { + $out .= ' /NumCopies '.intval($this->viewer_preferences['NumCopies']); + } + $out .= ' >>'; + return $out; + } + + /** + * Output PDF header. + * @protected + */ + protected function _putheader() { + $this->_out('%PDF-'.$this->PDFVersion); + } + + /** + * Output end of document (EOF). + * @protected + */ + protected function _enddoc() { + $this->state = 1; + $this->_putheader(); + $this->_putpages(); + $this->_putresources(); + // Signature + if ($this->sign AND isset($this->signature_data['cert_type'])) { + // widget annotation for signature + $out = $this->_getobj($this->sig_obj_id)."\n"; + $out .= '<< /Type /Annot'; + $out .= ' /Subtype /Widget'; + $out .= ' /Rect ['.$this->signature_appearance['rect'].']'; + $out .= ' /P '.$this->page_obj_id[($this->signature_appearance['page'])].' 0 R'; // link to signature appearance page + $out .= ' /F 4'; + $out .= ' /FT /Sig'; + $out .= ' /T '.$this->_textstring('Signature', $this->sig_obj_id); + $out .= ' /Ff 0'; + $out .= ' /V '.($this->sig_obj_id + 1).' 0 R'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + // signature + $this->_putsignature(); + } + // Info + $objid_info = $this->_putinfo(); + // Catalog + $objid_catalog = $this->_putcatalog(); + // Cross-ref + $o = $this->bufferlen; + // XREF section + $this->_out('xref'); + $this->_out('0 '.($this->n + 1)); + $this->_out('0000000000 65535 f '); + for ($i=1; $i <= $this->n; ++$i) { + $this->_out(sprintf('%010d 00000 n ', $this->offsets[$i])); + } + // TRAILER + $out = 'trailer <<'; + $out .= ' /Size '.($this->n + 1); + $out .= ' /Root '.$objid_catalog.' 0 R'; + $out .= ' /Info '.$objid_info.' 0 R'; + if ($this->encrypted) { + $out .= ' /Encrypt '.$this->encryptdata['objid'].' 0 R'; + } + $out .= ' /ID [ <'.$this->file_id.'> <'.$this->file_id.'> ]'; + $out .= ' >>'; + $this->_out($out); + $this->_out('startxref'); + $this->_out($o); + $this->_out('%%EOF'); + $this->state = 3; // end-of-doc + if ($this->diskcache) { + // remove temporary files used for images + foreach ($this->imagekeys as $key) { + // remove temporary files + unlink($this->images[$key]); + } + foreach ($this->fontkeys as $key) { + // remove temporary files + unlink($this->fonts[$key]); + } + } + } + + /** + * Initialize a new page. + * @param $orientation (string) page orientation. Possible values are (case insensitive):
                      • P or PORTRAIT (default)
                      • L or LANDSCAPE
                      + * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() or an array of parameters specified at setPageFormat(). + * @protected + * @see getPageSizeFromFormat(), setPageFormat() + */ + protected function _beginpage($orientation='', $format='') { + ++$this->page; + $this->setPageBuffer($this->page, ''); + // initialize array for graphics tranformation positions inside a page buffer + $this->transfmrk[$this->page] = array(); + $this->state = 2; + if ($this->empty_string($orientation)) { + if (isset($this->CurOrientation)) { + $orientation = $this->CurOrientation; + } elseif ($this->fwPt > $this->fhPt) { + // landscape + $orientation = 'L'; + } else { + // portrait + $orientation = 'P'; + } + } + if ($this->empty_string($format)) { + $this->pagedim[$this->page] = $this->pagedim[($this->page - 1)]; + $this->setPageOrientation($orientation); + } else { + $this->setPageFormat($format, $orientation); + } + if ($this->rtl) { + $this->x = $this->w - $this->rMargin; + } else { + $this->x = $this->lMargin; + } + $this->y = $this->tMargin; + if (isset($this->newpagegroup[$this->page])) { + // start a new group + $n = sizeof($this->pagegroups) + 1; + $alias = '{nb'.$n.'}'; + $this->pagegroups[$alias] = 1; + $this->currpagegroup = $alias; + } elseif ($this->currpagegroup) { + ++$this->pagegroups[$this->currpagegroup]; + } + } + + /** + * Mark end of page. + * @protected + */ + protected function _endpage() { + $this->setVisibility('all'); + $this->state = 1; + } + + /** + * Begin a new object and return the object number. + * @return int object number + * @protected + */ + protected function _newobj() { + $this->_out($this->_getobj()); + return $this->n; + } + + /** + * Return the starting object string for the selected object ID. + * @param $objid (int) Object ID (leave empty to get a new ID). + * @return string the starting object string + * @protected + * @since 5.8.009 (2010-08-20) + */ + protected function _getobj($objid='') { + if ($objid === '') { + ++$this->n; + $objid = $this->n; + } + $this->offsets[$objid] = $this->bufferlen; + return $objid.' 0 obj'; + } + + /** + * Underline text. + * @param $x (int) X coordinate + * @param $y (int) Y coordinate + * @param $txt (string) text to underline + * @protected + */ + protected function _dounderline($x, $y, $txt) { + $w = $this->GetStringWidth($txt); + return $this->_dounderlinew($x, $y, $w); + } + + /** + * Underline for rectangular text area. + * @param $x (int) X coordinate + * @param $y (int) Y coordinate + * @param $w (int) width to underline + * @protected + * @since 4.8.008 (2009-09-29) + */ + protected function _dounderlinew($x, $y, $w) { + $linew = - $this->CurrentFont['ut'] / 1000 * $this->FontSizePt; + return sprintf('%.2F %.2F %.2F %.2F re f', $x * $this->k, ((($this->h - $y) * $this->k) + $linew), $w * $this->k, $linew); + } + + /** + * Line through text. + * @param $x (int) X coordinate + * @param $y (int) Y coordinate + * @param $txt (string) text to linethrough + * @protected + */ + protected function _dolinethrough($x, $y, $txt) { + $w = $this->GetStringWidth($txt); + return $this->_dolinethroughw($x, $y, $w); + } + + /** + * Line through for rectangular text area. + * @param $x (int) X coordinate + * @param $y (int) Y coordinate + * @param $w (int) line lenght (width) + * @protected + * @since 4.9.008 (2009-09-29) + */ + protected function _dolinethroughw($x, $y, $w) { + $linew = - $this->CurrentFont['ut'] / 1000 * $this->FontSizePt; + return sprintf('%.2F %.2F %.2F %.2F re f', $x * $this->k, ((($this->h - $y) * $this->k) + $linew + ($this->FontSizePt / 3)), $w * $this->k, $linew); + } + + /** + * Overline text. + * @param $x (int) X coordinate + * @param $y (int) Y coordinate + * @param $txt (string) text to overline + * @protected + * @since 4.9.015 (2010-04-19) + */ + protected function _dooverline($x, $y, $txt) { + $w = $this->GetStringWidth($txt); + return $this->_dooverlinew($x, $y, $w); + } + + /** + * Overline for rectangular text area. + * @param $x (int) X coordinate + * @param $y (int) Y coordinate + * @param $w (int) width to overline + * @protected + * @since 4.9.015 (2010-04-19) + */ + protected function _dooverlinew($x, $y, $w) { + $linew = - $this->CurrentFont['ut'] / 1000 * $this->FontSizePt; + return sprintf('%.2F %.2F %.2F %.2F re f', $x * $this->k, (($this->h - $y + $this->FontAscent) * $this->k) - $linew, $w * $this->k, $linew); + + } + + /** + * Read a 4-byte (32 bit) integer from file. + * @param $f (string) file name. + * @return 4-byte integer + * @protected + */ + protected function _freadint($f) { + $a = unpack('Ni', fread($f, 4)); + return $a['i']; + } + + /** + * Add "\" before "\", "(" and ")" + * @param $s (string) string to escape. + * @return string escaped string. + * @protected + */ + protected function _escape($s) { + // the chr(13) substitution fixes the Bugs item #1421290. + return strtr($s, array(')' => '\\)', '(' => '\\(', '\\' => '\\\\', chr(13) => '\r')); + } + + /** + * Format a data string for meta information + * @param $s (string) data string to escape. + * @param $n (int) object ID + * @return string escaped string. + * @protected + */ + protected function _datastring($s, $n=0) { + if ($n == 0) { + $n = $this->n; + } + $s = $this->_encrypt_data($n, $s); + return '('. $this->_escape($s).')'; + } + + /** + * Returns a formatted date for meta information + * @param $n (int) object ID + * @return string escaped date string. + * @protected + * @since 4.6.028 (2009-08-25) + */ + protected function _datestring($n=0) { + $current_time = substr_replace(date('YmdHisO'), '\'', (0 - 2), 0).'\''; + return $this->_datastring('D:'.$current_time, $n); + } + + /** + * Format a text string for meta information + * @param $s (string) string to escape. + * @param $n (int) object ID + * @return string escaped string. + * @protected + */ + protected function _textstring($s, $n=0) { + if ($this->isunicode) { + //Convert string to UTF-16BE + $s = $this->UTF8ToUTF16BE($s, true); + } + return $this->_datastring($s, $n); + } + + /** + * THIS METHOD IS DEPRECATED + * Format a text string + * @param $s (string) string to escape. + * @return string escaped string. + * @protected + * @deprecated + */ + protected function _escapetext($s) { + if ($this->isunicode) { + if (($this->CurrentFont['type'] == 'core') OR ($this->CurrentFont['type'] == 'TrueType') OR ($this->CurrentFont['type'] == 'Type1')) { + $s = $this->UTF8ToLatin1($s); + } else { + //Convert string to UTF-16BE and reverse RTL language + $s = $this->utf8StrRev($s, false, $this->tmprtl); + } + } + return $this->_escape($s); + } + + /** + * get raw output stream. + * @param $s (string) string to output. + * @param $n (int) object reference for encryption mode + * @protected + * @author Nicola Asuni + * @since 5.5.000 (2010-06-22) + */ + protected function _getrawstream($s, $n=0) { + if ($n <= 0) { + // default to current object + $n = $this->n; + } + return $this->_encrypt_data($n, $s); + } + + /** + * Format output stream (DEPRECATED). + * @param $s (string) string to output. + * @param $n (int) object reference for encryption mode + * @protected + * @deprecated + */ + protected function _getstream($s, $n=0) { + return 'stream'."\n".$this->_getrawstream($s, $n)."\n".'endstream'; + } + + /** + * Output a stream (DEPRECATED). + * @param $s (string) string to output. + * @param $n (int) object reference for encryption mode + * @protected + * @deprecated + */ + protected function _putstream($s, $n=0) { + $this->_out($this->_getstream($s, $n)); + } + + /** + * Output a string to the document. + * @param $s (string) string to output. + * @protected + */ + protected function _out($s) { + if ($this->state == 2) { + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['outdata'] .= $s."\n"; + } elseif ((!$this->InFooter) AND isset($this->footerlen[$this->page]) AND ($this->footerlen[$this->page] > 0)) { + // puts data before page footer + $pagebuff = $this->getPageBuffer($this->page); + $page = substr($pagebuff, 0, -$this->footerlen[$this->page]); + $footer = substr($pagebuff, -$this->footerlen[$this->page]); + $this->setPageBuffer($this->page, $page.$s."\n".$footer); + // update footer position + $this->footerpos[$this->page] += strlen($s."\n"); + } else { + $this->setPageBuffer($this->page, $s."\n", true); + } + } else { + $this->setBuffer($s."\n"); + } + } + + /** + * Converts UTF-8 strings to codepoints array.
                      + * Invalid byte sequences will be replaced with 0xFFFD (replacement character)
                      + * Based on: http://www.faqs.org/rfcs/rfc3629.html + *
                      +     *    Char. number range  |        UTF-8 octet sequence
                      +     *       (hexadecimal)    |              (binary)
                      +     *    --------------------+-----------------------------------------------
                      +     *    0000 0000-0000 007F | 0xxxxxxx
                      +     *    0000 0080-0000 07FF | 110xxxxx 10xxxxxx
                      +     *    0000 0800-0000 FFFF | 1110xxxx 10xxxxxx 10xxxxxx
                      +     *    0001 0000-0010 FFFF | 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
                      +     *    ---------------------------------------------------------------------
                      +     *
                      +     *   ABFN notation:
                      +     *   ---------------------------------------------------------------------
                      +     *   UTF8-octets = *( UTF8-char )
                      +     *   UTF8-char   = UTF8-1 / UTF8-2 / UTF8-3 / UTF8-4
                      +     *   UTF8-1      = %x00-7F
                      +     *   UTF8-2      = %xC2-DF UTF8-tail
                      +     *
                      +     *   UTF8-3      = %xE0 %xA0-BF UTF8-tail / %xE1-EC 2( UTF8-tail ) /
                      +     *                 %xED %x80-9F UTF8-tail / %xEE-EF 2( UTF8-tail )
                      +     *   UTF8-4      = %xF0 %x90-BF 2( UTF8-tail ) / %xF1-F3 3( UTF8-tail ) /
                      +     *                 %xF4 %x80-8F 2( UTF8-tail )
                      +     *   UTF8-tail   = %x80-BF
                      +     *   ---------------------------------------------------------------------
                      +     * 
                      + * @param $str (string) string to process. + * @return array containing codepoints (UTF-8 characters values) + * @protected + * @author Nicola Asuni + * @since 1.53.0.TC005 (2005-01-05) + */ + protected function UTF8StringToArray($str) { + // build a unique string key + $strkey = md5($str); + if (isset($this->cache_UTF8StringToArray[$strkey])) { + // return cached value + $chrarray = $this->cache_UTF8StringToArray[$strkey]['s']; + if (!isset($this->cache_UTF8StringToArray[$strkey]['f'][$this->CurrentFont['fontkey']])) { + if ($this->isunicode) { + foreach ($chrarray as $chr) { + // store this char for font subsetting + $this->CurrentFont['subsetchars'][$chr] = true; + } + // update font subsetchars + $this->setFontSubBuffer($this->CurrentFont['fontkey'], 'subsetchars', $this->CurrentFont['subsetchars']); + } + $this->cache_UTF8StringToArray[$strkey]['f'][$this->CurrentFont['fontkey']] = true; + } + return $chrarray; + } + // check cache size + if ($this->cache_size_UTF8StringToArray >= $this->cache_maxsize_UTF8StringToArray) { + // remove first element + array_shift($this->cache_UTF8StringToArray); + } + // new cache array for selected string + $this->cache_UTF8StringToArray[$strkey] = array('s' => array(), 'f' => array()); + ++$this->cache_size_UTF8StringToArray; + if (!$this->isunicode) { + // split string into array of equivalent codes + $strarr = array(); + $strlen = strlen($str); + for ($i=0; $i < $strlen; ++$i) { + $strarr[] = ord($str{$i}); + } + // insert new value on cache + $this->cache_UTF8StringToArray[$strkey]['s'] = $strarr; + $this->cache_UTF8StringToArray[$strkey]['f'][$this->CurrentFont['fontkey']] = true; + return $strarr; + } + $unichar = -1; // last unicode char + $unicode = array(); // array containing unicode values + $bytes = array(); // array containing single character byte sequences + $numbytes = 1; // number of octetc needed to represent the UTF-8 character + $str .= ''; // force $str to be a string + $length = strlen($str); + for ($i = 0; $i < $length; ++$i) { + $char = ord($str{$i}); // get one string character at time + if (count($bytes) == 0) { // get starting octect + if ($char <= 0x7F) { + $unichar = $char; // use the character "as is" because is ASCII + $numbytes = 1; + } elseif (($char >> 0x05) == 0x06) { // 2 bytes character (0x06 = 110 BIN) + $bytes[] = ($char - 0xC0) << 0x06; + $numbytes = 2; + } elseif (($char >> 0x04) == 0x0E) { // 3 bytes character (0x0E = 1110 BIN) + $bytes[] = ($char - 0xE0) << 0x0C; + $numbytes = 3; + } elseif (($char >> 0x03) == 0x1E) { // 4 bytes character (0x1E = 11110 BIN) + $bytes[] = ($char - 0xF0) << 0x12; + $numbytes = 4; + } else { + // use replacement character for other invalid sequences + $unichar = 0xFFFD; + $bytes = array(); + $numbytes = 1; + } + } elseif (($char >> 0x06) == 0x02) { // bytes 2, 3 and 4 must start with 0x02 = 10 BIN + $bytes[] = $char - 0x80; + if (count($bytes) == $numbytes) { + // compose UTF-8 bytes to a single unicode value + $char = $bytes[0]; + for ($j = 1; $j < $numbytes; ++$j) { + $char += ($bytes[$j] << (($numbytes - $j - 1) * 0x06)); + } + if ((($char >= 0xD800) AND ($char <= 0xDFFF)) OR ($char >= 0x10FFFF)) { + /* The definition of UTF-8 prohibits encoding character numbers between + U+D800 and U+DFFF, which are reserved for use with the UTF-16 + encoding form (as surrogate pairs) and do not directly represent + characters. */ + $unichar = 0xFFFD; // use replacement character + } else { + $unichar = $char; // add char to array + } + // reset data for next char + $bytes = array(); + $numbytes = 1; + } + } else { + // use replacement character for other invalid sequences + $unichar = 0xFFFD; + $bytes = array(); + $numbytes = 1; + } + if ($unichar >= 0) { + // insert unicode value into array + $unicode[] = $unichar; + // store this char for font subsetting + $this->CurrentFont['subsetchars'][$unichar] = true; + $unichar = -1; + } + } + // update font subsetchars + $this->setFontSubBuffer($this->CurrentFont['fontkey'], 'subsetchars', $this->CurrentFont['subsetchars']); + // insert new value on cache + $this->cache_UTF8StringToArray[$strkey]['s'] = $unicode; + $this->cache_UTF8StringToArray[$strkey]['f'][$this->CurrentFont['fontkey']] = true; + return $unicode; + } + + /** + * Converts UTF-8 strings to UTF16-BE.
                      + * @param $str (string) string to process. + * @param $setbom (boolean) if true set the Byte Order Mark (BOM = 0xFEFF) + * @return string + * @author Nicola Asuni + * @since 1.53.0.TC005 (2005-01-05) + * @see UTF8StringToArray(), arrUTF8ToUTF16BE() + * @protected + */ + protected function UTF8ToUTF16BE($str, $setbom=true) { + if (!$this->isunicode) { + return $str; // string is not in unicode + } + $unicode = $this->UTF8StringToArray($str); // array containing UTF-8 unicode values + return $this->arrUTF8ToUTF16BE($unicode, $setbom); + } + + /** + * Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
                      + * @param $str (string) string to process. + * @return string + * @author Andrew Whitehead, Nicola Asuni + * @protected + * @since 3.2.000 (2008-06-23) + */ + protected function UTF8ToLatin1($str) { + if (!$this->isunicode) { + return $str; // string is not in unicode + } + $outstr = ''; // string to be returned + $unicode = $this->UTF8StringToArray($str); // array containing UTF-8 unicode values + foreach ($unicode as $char) { + if ($char < 256) { + $outstr .= chr($char); + } elseif (array_key_exists($char, $this->unicode->uni_utf8tolatin)) { + // map from UTF-8 + $outstr .= chr($this->unicode->uni_utf8tolatin[$char]); + } elseif ($char == 0xFFFD) { + // skip + } else { + $outstr .= '?'; + } + } + return $outstr; + } + + /** + * Converts UTF-8 characters array to array of Latin1 characters
                      + * @param $unicode (array) array containing UTF-8 unicode values + * @return array + * @author Nicola Asuni + * @protected + * @since 4.8.023 (2010-01-15) + */ + protected function UTF8ArrToLatin1($unicode) { + if ((!$this->isunicode) OR $this->isUnicodeFont()) { + return $unicode; + } + $outarr = array(); // array to be returned + foreach ($unicode as $char) { + if ($char < 256) { + $outarr[] = $char; + } elseif (array_key_exists($char, $this->unicode->uni_utf8tolatin)) { + // map from UTF-8 + $outarr[] = $this->unicode->uni_utf8tolatin[$char]; + } elseif ($char == 0xFFFD) { + // skip + } else { + $outarr[] = 63; // '?' character + } + } + return $outarr; + } + + /** + * Converts array of UTF-8 characters to UTF16-BE string.
                      + * Based on: http://www.faqs.org/rfcs/rfc2781.html + *
                      +     *   Encoding UTF-16:
                      +     *
                      +     *   Encoding of a single character from an ISO 10646 character value to
                      +     *    UTF-16 proceeds as follows. Let U be the character number, no greater
                      +     *    than 0x10FFFF.
                      +     *
                      +     *    1) If U < 0x10000, encode U as a 16-bit unsigned integer and
                      +     *       terminate.
                      +     *
                      +     *    2) Let U' = U - 0x10000. Because U is less than or equal to 0x10FFFF,
                      +     *       U' must be less than or equal to 0xFFFFF. That is, U' can be
                      +     *       represented in 20 bits.
                      +     *
                      +     *    3) Initialize two 16-bit unsigned integers, W1 and W2, to 0xD800 and
                      +     *       0xDC00, respectively. These integers each have 10 bits free to
                      +     *       encode the character value, for a total of 20 bits.
                      +     *
                      +     *    4) Assign the 10 high-order bits of the 20-bit U' to the 10 low-order
                      +     *       bits of W1 and the 10 low-order bits of U' to the 10 low-order
                      +     *       bits of W2. Terminate.
                      +     *
                      +     *    Graphically, steps 2 through 4 look like:
                      +     *    U' = yyyyyyyyyyxxxxxxxxxx
                      +     *    W1 = 110110yyyyyyyyyy
                      +     *    W2 = 110111xxxxxxxxxx
                      +     * 
                      + * @param $unicode (array) array containing UTF-8 unicode values + * @param $setbom (boolean) if true set the Byte Order Mark (BOM = 0xFEFF) + * @return string + * @protected + * @author Nicola Asuni + * @since 2.1.000 (2008-01-08) + * @see UTF8ToUTF16BE() + */ + protected function arrUTF8ToUTF16BE($unicode, $setbom=true) { + $outstr = ''; // string to be returned + if ($setbom) { + $outstr .= "\xFE\xFF"; // Byte Order Mark (BOM) + } + foreach ($unicode as $char) { + if ($char == 0x200b) { + // skip Unicode Character 'ZERO WIDTH SPACE' (DEC:8203, U+200B) + } elseif ($char == 0xFFFD) { + $outstr .= "\xFF\xFD"; // replacement character + } elseif ($char < 0x10000) { + $outstr .= chr($char >> 0x08); + $outstr .= chr($char & 0xFF); + } else { + $char -= 0x10000; + $w1 = 0xD800 | ($char >> 0x10); + $w2 = 0xDC00 | ($char & 0x3FF); + $outstr .= chr($w1 >> 0x08); + $outstr .= chr($w1 & 0xFF); + $outstr .= chr($w2 >> 0x08); + $outstr .= chr($w2 & 0xFF); + } + } + return $outstr; + } + // ==================================================== + + /** + * Set header font. + * @param $font (array) font + * @public + * @since 1.1 + */ + public function setHeaderFont($font) { + $this->header_font = $font; + } + + /** + * Get header font. + * @return array() + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getHeaderFont() { + return $this->header_font; + } + + /** + * Set footer font. + * @param $font (array) font + * @public + * @since 1.1 + */ + public function setFooterFont($font) { + $this->footer_font = $font; + } + + /** + * Get Footer font. + * @return array() + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getFooterFont() { + return $this->footer_font; + } + + /** + * Set language array. + * @param $language (array) + * @public + * @since 1.1 + */ + public function setLanguageArray($language) { + $this->l = $language; + if (isset($this->l['a_meta_dir'])) { + $this->rtl = $this->l['a_meta_dir']=='rtl' ? true : false; + } else { + $this->rtl = false; + } + } + + /** + * Returns the PDF data. + * @public + */ + public function getPDFData() { + if ($this->state < 3) { + $this->Close(); + } + return $this->buffer; + } + + /** + * Output anchor link. + * @param $url (string) link URL or internal link (i.e.: <a href="#23,4.5">link to page 23 at 4.5 Y position</a>) + * @param $name (string) link name + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $firstline (boolean) if true prints only the first line and return the remaining string. + * @param $color (array) array of RGB text color + * @param $style (string) font style (U, D, B, I) + * @param $firstblock (boolean) if true the string is the starting of a line. + * @return the number of cells used or the remaining text if $firstline = true; + * @public + */ + public function addHtmlLink($url, $name, $fill=false, $firstline=false, $color='', $style=-1, $firstblock=false) { + if (!$this->empty_string($url) AND ($url{0} == '#')) { + // convert url to internal link + $lnkdata = explode(',', $url); + if (isset($lnkdata[0])) { + $page = intval(substr($lnkdata[0], 1)); + if (empty($page) OR ($page <= 0)) { + $page = $this->page; + } + if (isset($lnkdata[1]) AND (strlen($lnkdata[1]) > 0)) { + $lnky = floatval($lnkdata[1]); + } else { + $lnky = 0; + } + $url = $this->AddLink(); + $this->SetLink($url, $lnky, $page); + } + } + // store current settings + $prevcolor = $this->fgcolor; + $prevstyle = $this->FontStyle; + if (empty($color)) { + $this->SetTextColorArray($this->htmlLinkColorArray); + } else { + $this->SetTextColorArray($color); + } + if ($style == -1) { + $this->SetFont('', $this->FontStyle.$this->htmlLinkFontStyle); + } else { + $this->SetFont('', $this->FontStyle.$style); + } + $ret = $this->Write($this->lasth, $name, $url, $fill, '', false, 0, $firstline, $firstblock, 0); + // restore settings + $this->SetFont('', $prevstyle); + $this->SetTextColorArray($prevcolor); + return $ret; + } + + /** + * Returns an array (RGB or CMYK) from an html color name or a six-digit (i.e. #3FE5AA) or three-digit (i.e. #7FF) hexadecimal color representation. + * @param $hcolor (string) html color + * @return array RGB or CMYK color, or false in case of error. + * @public + */ + public function convertHTMLColorToDec($hcolor='#FFFFFF') { + $returncolor = false; + $color = preg_replace('/[\s]*/', '', $hcolor); // remove extra spaces + $color = strtolower($color); + if (($dotpos = strpos($color, '.')) !== false) { + // remove class parent (i.e.: color.red) + $color = substr($color, ($dotpos + 1)); + } + if (strlen($color) == 0) { + return false; + } + // RGB ARRAY + if (substr($color, 0, 3) == 'rgb') { + $codes = substr($color, 4); + $codes = str_replace(')', '', $codes); + $returncolor = explode(',', $codes); + foreach ($returncolor as $key => $val) { + if (strpos($val, '%') > 0) { + // percentage + $returncolor[$key] = (255 * intval($val) / 100); + } else { + $returncolor[$key] = intval($val); + } + // normalize value + $returncolor[$key] = max(0, min(255, $returncolor[$key])); + } + return $returncolor; + } + // CMYK ARRAY + if (substr($color, 0, 4) == 'cmyk') { + $codes = substr($color, 5); + $codes = str_replace(')', '', $codes); + $returncolor = explode(',', $codes); + foreach ($returncolor as $key => $val) { + if (strpos($val, '%') !== false) { + // percentage + $returncolor[$key] = (100 * intval($val) / 100); + } else { + $returncolor[$key] = intval($val); + } + // normalize value + $returncolor[$key] = max(0, min(100, $returncolor[$key])); + } + return $returncolor; + } + // COLOR NAME + if (substr($color, 0, 1) != '#') { + // decode color name + if (isset($this->webcolor[$color])) { + // web color + $color_code = $this->webcolor[$color]; + } elseif (isset($this->spot_colors[$hcolor])) { + // custom defined spot color + return array($this->spot_colors[$hcolor]['c'], $this->spot_colors[$hcolor]['m'], $this->spot_colors[$hcolor]['y'], $this->spot_colors[$hcolor]['k'], $hcolor); + } elseif (isset($this->spotcolor[$color])) { + // spot color from configuration file + return $this->spotcolor[$color]; + } else { + return false; + } + } else { + $color_code = substr($color, 1); + } + // RGB VALUE + switch (strlen($color_code)) { + case 3: { + // three-digit hexadecimal representation + $r = substr($color_code, 0, 1); + $g = substr($color_code, 1, 1); + $b = substr($color_code, 2, 1); + $returncolor = array(); + $returncolor['R'] = max(0, min(255, hexdec($r.$r))); + $returncolor['G'] = max(0, min(255, hexdec($g.$g))); + $returncolor['B'] = max(0, min(255, hexdec($b.$b))); + break; + } + case 6: { + // six-digit hexadecimal representation + $returncolor = array(); + $returncolor['R'] = max(0, min(255, hexdec(substr($color_code, 0, 2)))); + $returncolor['G'] = max(0, min(255, hexdec(substr($color_code, 2, 2)))); + $returncolor['B'] = max(0, min(255, hexdec(substr($color_code, 4, 2)))); + break; + } + } + return $returncolor; + } + + /** + * Converts pixels to User's Units. + * @param $px (int) pixels + * @return float value in user's unit + * @public + * @see setImageScale(), getImageScale() + */ + public function pixelsToUnits($px) { + return ($px / ($this->imgscale * $this->k)); + } + + /** + * Reverse function for htmlentities. + * Convert entities in UTF-8. + * @param $text_to_convert (string) Text to convert. + * @return string converted text string + * @public + */ + public function unhtmlentities($text_to_convert) { + return html_entity_decode($text_to_convert, ENT_QUOTES, $this->encoding); + } + + // ENCRYPTION METHODS ---------------------------------- + + /** + * Returns a string containing random data to be used as a seed for encryption methods. + * @param $seed (string) starting seed value + * @return string containing random data + * @author Nicola Asuni + * @since 5.9.006 (2010-10-19) + * @protected + */ + protected function getRandomSeed($seed='') { + $seed .= microtime(); + if (function_exists('openssl_random_pseudo_bytes') AND (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN')) { + // this is not used on windows systems because it is very slow for a know bug + $seed .= openssl_random_pseudo_bytes(512); + } else { + for ($i = 0; $i < 23; ++$i) { + $seed .= uniqid('', true); + } + } + $seed .= uniqid('', true); + $seed .= rand(); + $seed .= getmypid(); + $seed .= __FILE__; + $seed .= $this->bufferlen; + if (isset($_SERVER['REMOTE_ADDR'])) { + $seed .= $_SERVER['REMOTE_ADDR']; + } + if (isset($_SERVER['HTTP_USER_AGENT'])) { + $seed .= $_SERVER['HTTP_USER_AGENT']; + } + if (isset($_SERVER['HTTP_ACCEPT'])) { + $seed .= $_SERVER['HTTP_ACCEPT']; + } + if (isset($_SERVER['HTTP_ACCEPT_ENCODING'])) { + $seed .= $_SERVER['HTTP_ACCEPT_ENCODING']; + } + if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) { + $seed .= $_SERVER['HTTP_ACCEPT_LANGUAGE']; + } + if (isset($_SERVER['HTTP_ACCEPT_CHARSET'])) { + $seed .= $_SERVER['HTTP_ACCEPT_CHARSET']; + } + $seed .= rand(); + $seed .= uniqid('', true); + $seed .= microtime(); + return $seed; + } + + /** + * Compute encryption key depending on object number where the encrypted data is stored. + * This is used for all strings and streams without crypt filter specifier. + * @param $n (int) object number + * @return int object key + * @protected + * @author Nicola Asuni + * @since 2.0.000 (2008-01-02) + */ + protected function _objectkey($n) { + $objkey = $this->encryptdata['key'].pack('VXxx', $n); + if ($this->encryptdata['mode'] == 2) { // AES-128 + // AES padding + $objkey .= "\x73\x41\x6C\x54"; // sAlT + } + $objkey = substr($this->_md5_16($objkey), 0, (($this->encryptdata['Length'] / 8) + 5)); + $objkey = substr($objkey, 0, 16); + return $objkey; + } + + /** + * Encrypt the input string. + * @param $n (int) object number + * @param $s (string) data string to encrypt + * @return encrypted string + * @protected + * @author Nicola Asuni + * @since 5.0.005 (2010-05-11) + */ + protected function _encrypt_data($n, $s) { + if (!$this->encrypted) { + return $s; + } + switch ($this->encryptdata['mode']) { + case 0: // RC4-40 + case 1: { // RC4-128 + $s = $this->_RC4($this->_objectkey($n), $s); + break; + } + case 2: { // AES-128 + $s = $this->_AES($this->_objectkey($n), $s); + break; + } + case 3: { // AES-256 + $s = $this->_AES($this->encryptdata['key'], $s); + break; + } + } + return $s; + } + + /** + * Put encryption on PDF document. + * @protected + * @author Nicola Asuni + * @since 2.0.000 (2008-01-02) + */ + protected function _putencryption() { + if (!$this->encrypted) { + return; + } + $this->encryptdata['objid'] = $this->_newobj(); + $out = '<<'; + if (!isset($this->encryptdata['Filter']) OR empty($this->encryptdata['Filter'])) { + $this->encryptdata['Filter'] = 'Standard'; + } + $out .= ' /Filter /'.$this->encryptdata['Filter']; + if (isset($this->encryptdata['SubFilter']) AND !empty($this->encryptdata['SubFilter'])) { + $out .= ' /SubFilter /'.$this->encryptdata['SubFilter']; + } + if (!isset($this->encryptdata['V']) OR empty($this->encryptdata['V'])) { + $this->encryptdata['V'] = 1; + } + // V is a code specifying the algorithm to be used in encrypting and decrypting the document + $out .= ' /V '.$this->encryptdata['V']; + if (isset($this->encryptdata['Length']) AND !empty($this->encryptdata['Length'])) { + // The length of the encryption key, in bits. The value shall be a multiple of 8, in the range 40 to 256 + $out .= ' /Length '.$this->encryptdata['Length']; + } else { + $out .= ' /Length 40'; + } + if ($this->encryptdata['V'] >= 4) { + if (!isset($this->encryptdata['StmF']) OR empty($this->encryptdata['StmF'])) { + $this->encryptdata['StmF'] = 'Identity'; + } + if (!isset($this->encryptdata['StrF']) OR empty($this->encryptdata['StrF'])) { + // The name of the crypt filter that shall be used when decrypting all strings in the document. + $this->encryptdata['StrF'] = 'Identity'; + } + // A dictionary whose keys shall be crypt filter names and whose values shall be the corresponding crypt filter dictionaries. + if (isset($this->encryptdata['CF']) AND !empty($this->encryptdata['CF'])) { + $out .= ' /CF <<'; + $out .= ' /'.$this->encryptdata['StmF'].' <<'; + $out .= ' /Type /CryptFilter'; + if (isset($this->encryptdata['CF']['CFM']) AND !empty($this->encryptdata['CF']['CFM'])) { + // The method used + $out .= ' /CFM /'.$this->encryptdata['CF']['CFM']; + if ($this->encryptdata['pubkey']) { + $out .= ' /Recipients ['; + foreach ($this->encryptdata['Recipients'] as $rec) { + $out .= ' <'.$rec.'>'; + } + $out .= ' ]'; + if (isset($this->encryptdata['CF']['EncryptMetadata']) AND (!$this->encryptdata['CF']['EncryptMetadata'])) { + $out .= ' /EncryptMetadata false'; + } else { + $out .= ' /EncryptMetadata true'; + } + } + } else { + $out .= ' /CFM /None'; + } + if (isset($this->encryptdata['CF']['AuthEvent']) AND !empty($this->encryptdata['CF']['AuthEvent'])) { + // The event to be used to trigger the authorization that is required to access encryption keys used by this filter. + $out .= ' /AuthEvent /'.$this->encryptdata['CF']['AuthEvent']; + } else { + $out .= ' /AuthEvent /DocOpen'; + } + if (isset($this->encryptdata['CF']['Length']) AND !empty($this->encryptdata['CF']['Length'])) { + // The bit length of the encryption key. + $out .= ' /Length '.$this->encryptdata['CF']['Length']; + } + $out .= ' >> >>'; + } + // The name of the crypt filter that shall be used by default when decrypting streams. + $out .= ' /StmF /'.$this->encryptdata['StmF']; + // The name of the crypt filter that shall be used when decrypting all strings in the document. + $out .= ' /StrF /'.$this->encryptdata['StrF']; + if (isset($this->encryptdata['EFF']) AND !empty($this->encryptdata['EFF'])) { + // The name of the crypt filter that shall be used when encrypting embedded file streams that do not have their own crypt filter specifier. + $out .= ' /EFF /'.$this->encryptdata['']; + } + } + // Additional encryption dictionary entries for the standard security handler + if ($this->encryptdata['pubkey']) { + if (($this->encryptdata['V'] < 4) AND isset($this->encryptdata['Recipients']) AND !empty($this->encryptdata['Recipients'])) { + $out .= ' /Recipients ['; + foreach ($this->encryptdata['Recipients'] as $rec) { + $out .= ' <'.$rec.'>'; + } + $out .= ' ]'; + } + } else { + $out .= ' /R'; + if ($this->encryptdata['V'] == 5) { // AES-256 + $out .= ' 5'; + $out .= ' /OE ('.$this->_escape($this->encryptdata['OE']).')'; + $out .= ' /UE ('.$this->_escape($this->encryptdata['UE']).')'; + $out .= ' /Perms ('.$this->_escape($this->encryptdata['perms']).')'; + } elseif ($this->encryptdata['V'] == 4) { // AES-128 + $out .= ' 4'; + } elseif ($this->encryptdata['V'] < 2) { // RC-40 + $out .= ' 2'; + } else { // RC-128 + $out .= ' 3'; + } + $out .= ' /O ('.$this->_escape($this->encryptdata['O']).')'; + $out .= ' /U ('.$this->_escape($this->encryptdata['U']).')'; + $out .= ' /P '.$this->encryptdata['P']; + if (isset($this->encryptdata['EncryptMetadata']) AND (!$this->encryptdata['EncryptMetadata'])) { + $out .= ' /EncryptMetadata false'; + } else { + $out .= ' /EncryptMetadata true'; + } + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + + /** + * Returns the input text encrypted using RC4 algorithm and the specified key. + * RC4 is the standard encryption algorithm used in PDF format + * @param $key (string) encryption key + * @param $text (String) input text to be encrypted + * @return String encrypted text + * @protected + * @since 2.0.000 (2008-01-02) + * @author Klemen Vodopivec, Nicola Asuni + */ + protected function _RC4($key, $text) { + if (function_exists('mcrypt_decrypt') AND ($out = @mcrypt_decrypt(MCRYPT_ARCFOUR, $key, $text, MCRYPT_MODE_STREAM, ''))) { + // try to use mcrypt function if exist + return $out; + } + if ($this->last_enc_key != $key) { + $k = str_repeat($key, ((256 / strlen($key)) + 1)); + $rc4 = range(0, 255); + $j = 0; + for ($i = 0; $i < 256; ++$i) { + $t = $rc4[$i]; + $j = ($j + $t + ord($k{$i})) % 256; + $rc4[$i] = $rc4[$j]; + $rc4[$j] = $t; + } + $this->last_enc_key = $key; + $this->last_enc_key_c = $rc4; + } else { + $rc4 = $this->last_enc_key_c; + } + $len = strlen($text); + $a = 0; + $b = 0; + $out = ''; + for ($i = 0; $i < $len; ++$i) { + $a = ($a + 1) % 256; + $t = $rc4[$a]; + $b = ($b + $t) % 256; + $rc4[$a] = $rc4[$b]; + $rc4[$b] = $t; + $k = $rc4[($rc4[$a] + $rc4[$b]) % 256]; + $out .= chr(ord($text{$i}) ^ $k); + } + return $out; + } + + /** + * Returns the input text exrypted using AES algorithm and the specified key. + * This method requires mcrypt. + * @param $key (string) encryption key + * @param $text (String) input text to be encrypted + * @return String encrypted text + * @protected + * @author Nicola Asuni + * @since 5.0.005 (2010-05-11) + */ + protected function _AES($key, $text) { + // padding (RFC 2898, PKCS #5: Password-Based Cryptography Specification Version 2.0) + $padding = 16 - (strlen($text) % 16); + $text .= str_repeat(chr($padding), $padding); + $iv = mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_CBC), MCRYPT_RAND); + $text = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $key, $text, MCRYPT_MODE_CBC, $iv); + $text = $iv.$text; + return $text; + } + + /** + * Encrypts a string using MD5 and returns it's value as a binary string. + * @param $str (string) input string + * @return String MD5 encrypted binary string + * @protected + * @since 2.0.000 (2008-01-02) + * @author Klemen Vodopivec + */ + protected function _md5_16($str) { + return pack('H*', md5($str)); + } + + /** + * Compute U value (used for encryption) + * @return string U value + * @protected + * @since 2.0.000 (2008-01-02) + * @author Nicola Asuni + */ + protected function _Uvalue() { + if ($this->encryptdata['mode'] == 0) { // RC4-40 + return $this->_RC4($this->encryptdata['key'], $this->enc_padding); + } elseif ($this->encryptdata['mode'] < 3) { // RC4-128, AES-128 + $tmp = $this->_md5_16($this->enc_padding.$this->encryptdata['fileid']); + $enc = $this->_RC4($this->encryptdata['key'], $tmp); + $len = strlen($tmp); + for ($i = 1; $i <= 19; ++$i) { + $ek = ''; + for ($j = 0; $j < $len; ++$j) { + $ek .= chr(ord($this->encryptdata['key']{$j}) ^ $i); + } + $enc = $this->_RC4($ek, $enc); + } + $enc .= str_repeat("\x00", 16); + return substr($enc, 0, 32); + } elseif ($this->encryptdata['mode'] == 3) { // AES-256 + $seed = $this->_md5_16($this->getRandomSeed()); + // User Validation Salt + $this->encryptdata['UVS'] = substr($seed, 0, 8); + // User Key Salt + $this->encryptdata['UKS'] = substr($seed, 8, 16); + return hash('sha256', $this->encryptdata['user_password'].$this->encryptdata['UVS'], true).$this->encryptdata['UVS'].$this->encryptdata['UKS']; + } + } + + /** + * Compute UE value (used for encryption) + * @return string UE value + * @protected + * @since 5.9.006 (2010-10-19) + * @author Nicola Asuni + */ + protected function _UEvalue() { + $hashkey = hash('sha256', $this->encryptdata['user_password'].$this->encryptdata['UKS'], true); + $iv = str_repeat("\x00", mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_CBC)); + return mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $hashkey, $this->encryptdata['key'], MCRYPT_MODE_CBC, $iv); + } + + /** + * Compute O value (used for encryption) + * @return string O value + * @protected + * @since 2.0.000 (2008-01-02) + * @author Nicola Asuni + */ + protected function _Ovalue() { + if ($this->encryptdata['mode'] < 3) { // RC4-40, RC4-128, AES-128 + $tmp = $this->_md5_16($this->encryptdata['owner_password']); + if ($this->encryptdata['mode'] > 0) { + for ($i = 0; $i < 50; ++$i) { + $tmp = $this->_md5_16($tmp); + } + } + $owner_key = substr($tmp, 0, ($this->encryptdata['Length'] / 8)); + $enc = $this->_RC4($owner_key, $this->encryptdata['user_password']); + if ($this->encryptdata['mode'] > 0) { + $len = strlen($owner_key); + for ($i = 1; $i <= 19; ++$i) { + $ek = ''; + for ($j = 0; $j < $len; ++$j) { + $ek .= chr(ord($owner_key{$j}) ^ $i); + } + $enc = $this->_RC4($ek, $enc); + } + } + return $enc; + } elseif ($this->encryptdata['mode'] == 3) { // AES-256 + $seed = $this->_md5_16($this->getRandomSeed()); + // Owner Validation Salt + $this->encryptdata['OVS'] = substr($seed, 0, 8); + // Owner Key Salt + $this->encryptdata['OKS'] = substr($seed, 8, 16); + return hash('sha256', $this->encryptdata['owner_password'].$this->encryptdata['OVS'].$this->encryptdata['U'], true).$this->encryptdata['OVS'].$this->encryptdata['OKS']; + } + } + + /** + * Compute OE value (used for encryption) + * @return string OE value + * @protected + * @since 5.9.006 (2010-10-19) + * @author Nicola Asuni + */ + protected function _OEvalue() { + $hashkey = hash('sha256', $this->encryptdata['owner_password'].$this->encryptdata['OKS'].$this->encryptdata['U'], true); + $iv = str_repeat("\x00", mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_CBC)); + return mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $hashkey, $this->encryptdata['key'], MCRYPT_MODE_CBC, $iv); + } + + /** + * Convert password for AES-256 encryption mode + * @param $password (string) password + * @return string password + * @protected + * @since 5.9.006 (2010-10-19) + * @author Nicola Asuni + */ + protected function _fixAES256Password($password) { + $psw = ''; // password to be returned + $psw_array = $this->utf8Bidi($this->UTF8StringToArray($password), $password, $this->rtl); + foreach ($psw_array as $c) { + $psw .= $this->unichr($c); + } + return substr($psw, 0, 127); + } + + /** + * Compute encryption key + * @protected + * @since 2.0.000 (2008-01-02) + * @author Nicola Asuni + */ + protected function _generateencryptionkey() { + $keybytelen = ($this->encryptdata['Length'] / 8); + if (!$this->encryptdata['pubkey']) { // standard mode + if ($this->encryptdata['mode'] == 3) { // AES-256 + // generate 256 bit random key + $this->encryptdata['key'] = substr(hash('sha256', $this->getRandomSeed(), true), 0, $keybytelen); + // truncate passwords + $this->encryptdata['user_password'] = $this->_fixAES256Password($this->encryptdata['user_password']); + $this->encryptdata['owner_password'] = $this->_fixAES256Password($this->encryptdata['owner_password']); + // Compute U value + $this->encryptdata['U'] = $this->_Uvalue(); + // Compute UE value + $this->encryptdata['UE'] = $this->_UEvalue(); + // Compute O value + $this->encryptdata['O'] = $this->_Ovalue(); + // Compute OE value + $this->encryptdata['OE'] = $this->_OEvalue(); + // Compute P value + $this->encryptdata['P'] = $this->encryptdata['protection']; + // Computing the encryption dictionary's Perms (permissions) value + $perms = $this->getEncPermissionsString($this->encryptdata['protection']); // bytes 0-3 + $perms .= chr(255).chr(255).chr(255).chr(255); // bytes 4-7 + if (isset($this->encryptdata['CF']['EncryptMetadata']) AND (!$this->encryptdata['CF']['EncryptMetadata'])) { // byte 8 + $perms .= 'F'; + } else { + $perms .= 'T'; + } + $perms .= 'adb'; // bytes 9-11 + $perms .= 'nick'; // bytes 12-15 + $iv = str_repeat("\x00", mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_ECB)); + $this->encryptdata['perms'] = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $this->encryptdata['key'], $perms, MCRYPT_MODE_ECB, $iv); + } else { // RC4-40, RC4-128, AES-128 + // Pad passwords + $this->encryptdata['user_password'] = substr($this->encryptdata['user_password'].$this->enc_padding, 0, 32); + $this->encryptdata['owner_password'] = substr($this->encryptdata['owner_password'].$this->enc_padding, 0, 32); + // Compute O value + $this->encryptdata['O'] = $this->_Ovalue(); + // get default permissions (reverse byte order) + $permissions = $this->getEncPermissionsString($this->encryptdata['protection']); + // Compute encryption key + $tmp = $this->_md5_16($this->encryptdata['user_password'].$this->encryptdata['O'].$permissions.$this->encryptdata['fileid']); + if ($this->encryptdata['mode'] > 0) { + for ($i = 0; $i < 50; ++$i) { + $tmp = $this->_md5_16(substr($tmp, 0, $keybytelen)); + } + } + $this->encryptdata['key'] = substr($tmp, 0, $keybytelen); + // Compute U value + $this->encryptdata['U'] = $this->_Uvalue(); + // Compute P value + $this->encryptdata['P'] = $this->encryptdata['protection']; + } + } else { // Public-Key mode + // random 20-byte seed + $seed = sha1($this->getRandomSeed(), true); + $recipient_bytes = ''; + foreach ($this->encryptdata['pubkeys'] as $pubkey) { + // for each public certificate + if (isset($pubkey['p'])) { + $pkprotection = $this->getUserPermissionCode($pubkey['p'], $this->encryptdata['mode']); + } else { + $pkprotection = $this->encryptdata['protection']; + } + // get default permissions (reverse byte order) + $pkpermissions = $this->getEncPermissionsString($pkprotection); + // envelope data + $envelope = $seed.$pkpermissions; + // write the envelope data to a temporary file + $tempkeyfile = tempnam(K_PATH_CACHE, 'tmpkey_'); + $f = fopen($tempkeyfile, 'wb'); + if (!$f) { + $this->Error('Unable to create temporary key file: '.$tempkeyfile); + } + $envelope_lenght = strlen($envelope); + fwrite($f, $envelope, $envelope_lenght); + fclose($f); + $tempencfile = tempnam(K_PATH_CACHE, 'tmpenc_'); + if (!openssl_pkcs7_encrypt($tempkeyfile, $tempencfile, $pubkey['c'], array(), PKCS7_DETACHED | PKCS7_BINARY)) { + $this->Error('Unable to encrypt the file: '.$tempkeyfile); + } + unlink($tempkeyfile); + // read encryption signature + $signature = file_get_contents($tempencfile, false, null, $envelope_lenght); + unlink($tempencfile); + // extract signature + $signature = substr($signature, strpos($signature, 'Content-Disposition')); + $tmparr = explode("\n\n", $signature); + $signature = trim($tmparr[1]); + unset($tmparr); + // decode signature + $signature = base64_decode($signature); + // convert signature to hex + $hexsignature = current(unpack('H*', $signature)); + // store signature on recipients array + $this->encryptdata['Recipients'][] = $hexsignature; + // The bytes of each item in the Recipients array of PKCS#7 objects in the order in which they appear in the array + $recipient_bytes .= $signature; + } + // calculate encryption key + if ($this->encryptdata['mode'] == 3) { // AES-256 + $this->encryptdata['key'] = substr(hash('sha256', $seed.$recipient_bytes, true), 0, $keybytelen); + } else { // RC4-40, RC4-128, AES-128 + $this->encryptdata['key'] = substr(sha1($seed.$recipient_bytes, true), 0, $keybytelen); + } + } + } + + /** + * Return the premission code used on encryption (P value). + * @param $permissions (Array) the set of permissions (specify the ones you want to block). + * @param $mode (int) encryption strength: 0 = RC4 40 bit; 1 = RC4 128 bit; 2 = AES 128 bit; 3 = AES 256 bit. + * @protected + * @since 5.0.005 (2010-05-12) + * @author Nicola Asuni + */ + protected function getUserPermissionCode($permissions, $mode=0) { + $options = array( + 'owner' => 2, // bit 2 -- inverted logic: cleared by default + 'print' => 4, // bit 3 + 'modify' => 8, // bit 4 + 'copy' => 16, // bit 5 + 'annot-forms' => 32, // bit 6 + 'fill-forms' => 256, // bit 9 + 'extract' => 512, // bit 10 + 'assemble' => 1024,// bit 11 + 'print-high' => 2048 // bit 12 + ); + $protection = 2147422012; // 32 bit: (01111111 11111111 00001111 00111100) + foreach ($permissions as $permission) { + if (!isset($options[$permission])) { + $this->Error('Incorrect permission: '.$permission); + } + if (($mode > 0) OR ($options[$permission] <= 32)) { + // set only valid permissions + if ($options[$permission] == 2) { + // the logic for bit 2 is inverted (cleared by default) + $protection += $options[$permission]; + } else { + $protection -= $options[$permission]; + } + } + } + return $protection; + } + + /** + * Set document protection + * Remark: the protection against modification is for people who have the full Acrobat product. + * If you don't set any password, the document will open as usual. If you set a user password, the PDF viewer will ask for it before displaying the document. The master password, if different from the user one, can be used to get full access. + * Note: protecting a document requires to encrypt it, which increases the processing time a lot. This can cause a PHP time-out in some cases, especially if the document contains images or fonts. + * @param $permissions (Array) the set of permissions (specify the ones you want to block):
                      • print : Print the document;
                      • modify : Modify the contents of the document by operations other than those controlled by 'fill-forms', 'extract' and 'assemble';
                      • copy : Copy or otherwise extract text and graphics from the document;
                      • annot-forms : Add or modify text annotations, fill in interactive form fields, and, if 'modify' is also set, create or modify interactive form fields (including signature fields);
                      • fill-forms : Fill in existing interactive form fields (including signature fields), even if 'annot-forms' is not specified;
                      • extract : Extract text and graphics (in support of accessibility to users with disabilities or for other purposes);
                      • assemble : Assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if 'modify' is not set;
                      • print-high : Print the document to a representation from which a faithful digital copy of the PDF content could be generated. When this is not set, printing is limited to a low-level representation of the appearance, possibly of degraded quality.
                      • owner : (inverted logic - only for public-key) when set permits change of encryption and enables all other permissions.
                      + * @param $user_pass (String) user password. Empty by default. + * @param $owner_pass (String) owner password. If not specified, a random value is used. + * @param $mode (int) encryption strength: 0 = RC4 40 bit; 1 = RC4 128 bit; 2 = AES 128 bit; 3 = AES 256 bit. + * @param $pubkeys (String) array of recipients containing public-key certificates ('c') and permissions ('p'). For example: array(array('c' => 'file://../tcpdf.crt', 'p' => array('print'))) + * @public + * @since 2.0.000 (2008-01-02) + * @author Nicola Asuni + */ + public function SetProtection($permissions=array('print', 'modify', 'copy', 'annot-forms', 'fill-forms', 'extract', 'assemble', 'print-high'), $user_pass='', $owner_pass=null, $mode=0, $pubkeys=null) { + $this->encryptdata['protection'] = $this->getUserPermissionCode($permissions, $mode); + if (($pubkeys !== null) AND (is_array($pubkeys))) { + // public-key mode + $this->encryptdata['pubkeys'] = $pubkeys; + if ($mode == 0) { + // public-Key Security requires at least 128 bit + $mode = 1; + } + if (!function_exists('openssl_pkcs7_encrypt')) { + $this->Error('Public-Key Security requires openssl library.'); + } + // Set Public-Key filter (availabe are: Entrust.PPKEF, Adobe.PPKLite, Adobe.PubSec) + $this->encryptdata['pubkey'] = true; + $this->encryptdata['Filter'] = 'Adobe.PubSec'; + $this->encryptdata['StmF'] = 'DefaultCryptFilter'; + $this->encryptdata['StrF'] = 'DefaultCryptFilter'; + } else { + // standard mode (password mode) + $this->encryptdata['pubkey'] = false; + $this->encryptdata['Filter'] = 'Standard'; + $this->encryptdata['StmF'] = 'StdCF'; + $this->encryptdata['StrF'] = 'StdCF'; + } + if ($mode > 1) { // AES + if (!extension_loaded('mcrypt')) { + $this->Error('AES encryption requires mcrypt library (http://www.php.net/manual/en/mcrypt.requirements.php).'); + } + if (mcrypt_get_cipher_name(MCRYPT_RIJNDAEL_128) === false) { + $this->Error('AES encryption requires MCRYPT_RIJNDAEL_128 cypher.'); + } + if (($mode == 3) AND !function_exists('hash')) { + // the Hash extension requires no external libraries and is enabled by default as of PHP 5.1.2. + $this->Error('AES 256 encryption requires HASH Message Digest Framework (http://www.php.net/manual/en/book.hash.php).'); + } + } + if ($owner_pass === null) { + $owner_pass = md5($this->getRandomSeed()); + } + $this->encryptdata['user_password'] = $user_pass; + $this->encryptdata['owner_password'] = $owner_pass; + $this->encryptdata['mode'] = $mode; + switch ($mode) { + case 0: { // RC4 40 bit + $this->encryptdata['V'] = 1; + $this->encryptdata['Length'] = 40; + $this->encryptdata['CF']['CFM'] = 'V2'; + break; + } + case 1: { // RC4 128 bit + $this->encryptdata['V'] = 2; + $this->encryptdata['Length'] = 128; + $this->encryptdata['CF']['CFM'] = 'V2'; + if ($this->encryptdata['pubkey']) { + $this->encryptdata['SubFilter'] = 'adbe.pkcs7.s4'; + $this->encryptdata['Recipients'] = array(); + } + break; + } + case 2: { // AES 128 bit + $this->encryptdata['V'] = 4; + $this->encryptdata['Length'] = 128; + $this->encryptdata['CF']['CFM'] = 'AESV2'; + $this->encryptdata['CF']['Length'] = 128; + if ($this->encryptdata['pubkey']) { + $this->encryptdata['SubFilter'] = 'adbe.pkcs7.s5'; + $this->encryptdata['Recipients'] = array(); + } + break; + } + case 3: { // AES 256 bit + $this->encryptdata['V'] = 5; + $this->encryptdata['Length'] = 256; + $this->encryptdata['CF']['CFM'] = 'AESV3'; + $this->encryptdata['CF']['Length'] = 256; + if ($this->encryptdata['pubkey']) { + $this->encryptdata['SubFilter'] = 'adbe.pkcs7.s5'; + $this->encryptdata['Recipients'] = array(); + } + break; + } + } + $this->encrypted = true; + $this->encryptdata['fileid'] = $this->convertHexStringToString($this->file_id); + $this->_generateencryptionkey(); + } + + /** + * Convert hexadecimal string to string + * @param $bs (string) byte-string to convert + * @return String + * @protected + * @since 5.0.005 (2010-05-12) + * @author Nicola Asuni + */ + protected function convertHexStringToString($bs) { + $string = ''; // string to be returned + $bslenght = strlen($bs); + if (($bslenght % 2) != 0) { + // padding + $bs .= '0'; + ++$bslenght; + } + for ($i = 0; $i < $bslenght; $i += 2) { + $string .= chr(hexdec($bs{$i}.$bs{($i + 1)})); + } + return $string; + } + + /** + * Convert string to hexadecimal string (byte string) + * @param $s (string) string to convert + * @return byte string + * @protected + * @since 5.0.010 (2010-05-17) + * @author Nicola Asuni + */ + protected function convertStringToHexString($s) { + $bs = ''; + $chars = preg_split('//', $s, -1, PREG_SPLIT_NO_EMPTY); + foreach ($chars as $c) { + $bs .= sprintf('%02s', dechex(ord($c))); + } + return $bs; + } + + /** + * Convert encryption P value to a string of bytes, low-order byte first. + * @param $protection (string) 32bit encryption permission value (P value) + * @return String + * @protected + * @since 5.0.005 (2010-05-12) + * @author Nicola Asuni + */ + protected function getEncPermissionsString($protection) { + $binprot = sprintf('%032b', $protection); + $str = chr(bindec(substr($binprot, 24, 8))); + $str .= chr(bindec(substr($binprot, 16, 8))); + $str .= chr(bindec(substr($binprot, 8, 8))); + $str .= chr(bindec(substr($binprot, 0, 8))); + return $str; + } + + // END OF ENCRYPTION FUNCTIONS ------------------------- + + // START TRANSFORMATIONS SECTION ----------------------- + + /** + * Starts a 2D tranformation saving current graphic state. + * This function must be called before scaling, mirroring, translation, rotation and skewing. + * Use StartTransform() before, and StopTransform() after the transformations to restore the normal behavior. + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function StartTransform() { + $this->_out('q'); + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['transfmrk'][] = strlen($this->xobjects[$this->xobjid]['outdata']); + } else { + $this->transfmrk[$this->page][] = $this->pagelen[$this->page]; + } + ++$this->transfmatrix_key; + $this->transfmatrix[$this->transfmatrix_key] = array(); + } + + /** + * Stops a 2D tranformation restoring previous graphic state. + * This function must be called after scaling, mirroring, translation, rotation and skewing. + * Use StartTransform() before, and StopTransform() after the transformations to restore the normal behavior. + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function StopTransform() { + $this->_out('Q'); + if (isset($this->transfmatrix[$this->transfmatrix_key])) { + array_pop($this->transfmatrix[$this->transfmatrix_key]); + --$this->transfmatrix_key; + } + if ($this->inxobj) { + // we are inside an XObject template + array_pop($this->xobjects[$this->xobjid]['transfmrk']); + } else { + array_pop($this->transfmrk[$this->page]); + } + } + /** + * Horizontal Scaling. + * @param $s_x (float) scaling factor for width as percent. 0 is not allowed. + * @param $x (int) abscissa of the scaling center. Default is current x position + * @param $y (int) ordinate of the scaling center. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function ScaleX($s_x, $x='', $y='') { + $this->Scale($s_x, 100, $x, $y); + } + + /** + * Vertical Scaling. + * @param $s_y (float) scaling factor for height as percent. 0 is not allowed. + * @param $x (int) abscissa of the scaling center. Default is current x position + * @param $y (int) ordinate of the scaling center. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function ScaleY($s_y, $x='', $y='') { + $this->Scale(100, $s_y, $x, $y); + } + + /** + * Vertical and horizontal proportional Scaling. + * @param $s (float) scaling factor for width and height as percent. 0 is not allowed. + * @param $x (int) abscissa of the scaling center. Default is current x position + * @param $y (int) ordinate of the scaling center. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function ScaleXY($s, $x='', $y='') { + $this->Scale($s, $s, $x, $y); + } + + /** + * Vertical and horizontal non-proportional Scaling. + * @param $s_x (float) scaling factor for width as percent. 0 is not allowed. + * @param $s_y (float) scaling factor for height as percent. 0 is not allowed. + * @param $x (int) abscissa of the scaling center. Default is current x position + * @param $y (int) ordinate of the scaling center. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function Scale($s_x, $s_y, $x='', $y='') { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + if (($s_x == 0) OR ($s_y == 0)) { + $this->Error('Please do not use values equal to zero for scaling'); + } + $y = ($this->h - $y) * $this->k; + $x *= $this->k; + //calculate elements of transformation matrix + $s_x /= 100; + $s_y /= 100; + $tm = array(); + $tm[0] = $s_x; + $tm[1] = 0; + $tm[2] = 0; + $tm[3] = $s_y; + $tm[4] = $x * (1 - $s_x); + $tm[5] = $y * (1 - $s_y); + //scale the coordinate system + $this->Transform($tm); + } + + /** + * Horizontal Mirroring. + * @param $x (int) abscissa of the point. Default is current x position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function MirrorH($x='') { + $this->Scale(-100, 100, $x); + } + + /** + * Verical Mirroring. + * @param $y (int) ordinate of the point. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function MirrorV($y='') { + $this->Scale(100, -100, '', $y); + } + + /** + * Point reflection mirroring. + * @param $x (int) abscissa of the point. Default is current x position + * @param $y (int) ordinate of the point. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function MirrorP($x='',$y='') { + $this->Scale(-100, -100, $x, $y); + } + + /** + * Reflection against a straight line through point (x, y) with the gradient angle (angle). + * @param $angle (float) gradient angle of the straight line. Default is 0 (horizontal line). + * @param $x (int) abscissa of the point. Default is current x position + * @param $y (int) ordinate of the point. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function MirrorL($angle=0, $x='',$y='') { + $this->Scale(-100, 100, $x, $y); + $this->Rotate(-2*($angle-90), $x, $y); + } + + /** + * Translate graphic object horizontally. + * @param $t_x (int) movement to the right (or left for RTL) + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function TranslateX($t_x) { + $this->Translate($t_x, 0); + } + + /** + * Translate graphic object vertically. + * @param $t_y (int) movement to the bottom + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function TranslateY($t_y) { + $this->Translate(0, $t_y); + } + + /** + * Translate graphic object horizontally and vertically. + * @param $t_x (int) movement to the right + * @param $t_y (int) movement to the bottom + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function Translate($t_x, $t_y) { + //calculate elements of transformation matrix + $tm = array(); + $tm[0] = 1; + $tm[1] = 0; + $tm[2] = 0; + $tm[3] = 1; + $tm[4] = $t_x * $this->k; + $tm[5] = -$t_y * $this->k; + //translate the coordinate system + $this->Transform($tm); + } + + /** + * Rotate object. + * @param $angle (float) angle in degrees for counter-clockwise rotation + * @param $x (int) abscissa of the rotation center. Default is current x position + * @param $y (int) ordinate of the rotation center. Default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function Rotate($angle, $x='', $y='') { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + $y = ($this->h - $y) * $this->k; + $x *= $this->k; + //calculate elements of transformation matrix + $tm = array(); + $tm[0] = cos(deg2rad($angle)); + $tm[1] = sin(deg2rad($angle)); + $tm[2] = -$tm[1]; + $tm[3] = $tm[0]; + $tm[4] = $x + ($tm[1] * $y) - ($tm[0] * $x); + $tm[5] = $y - ($tm[0] * $y) - ($tm[1] * $x); + //rotate the coordinate system around ($x,$y) + $this->Transform($tm); + } + + /** + * Skew horizontally. + * @param $angle_x (float) angle in degrees between -90 (skew to the left) and 90 (skew to the right) + * @param $x (int) abscissa of the skewing center. default is current x position + * @param $y (int) ordinate of the skewing center. default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function SkewX($angle_x, $x='', $y='') { + $this->Skew($angle_x, 0, $x, $y); + } + + /** + * Skew vertically. + * @param $angle_y (float) angle in degrees between -90 (skew to the bottom) and 90 (skew to the top) + * @param $x (int) abscissa of the skewing center. default is current x position + * @param $y (int) ordinate of the skewing center. default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function SkewY($angle_y, $x='', $y='') { + $this->Skew(0, $angle_y, $x, $y); + } + + /** + * Skew. + * @param $angle_x (float) angle in degrees between -90 (skew to the left) and 90 (skew to the right) + * @param $angle_y (float) angle in degrees between -90 (skew to the bottom) and 90 (skew to the top) + * @param $x (int) abscissa of the skewing center. default is current x position + * @param $y (int) ordinate of the skewing center. default is current y position + * @public + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + public function Skew($angle_x, $angle_y, $x='', $y='') { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + if (($angle_x <= -90) OR ($angle_x >= 90) OR ($angle_y <= -90) OR ($angle_y >= 90)) { + $this->Error('Please use values between -90 and +90 degrees for Skewing.'); + } + $x *= $this->k; + $y = ($this->h - $y) * $this->k; + //calculate elements of transformation matrix + $tm = array(); + $tm[0] = 1; + $tm[1] = tan(deg2rad($angle_y)); + $tm[2] = tan(deg2rad($angle_x)); + $tm[3] = 1; + $tm[4] = -$tm[2] * $y; + $tm[5] = -$tm[1] * $x; + //skew the coordinate system + $this->Transform($tm); + } + + /** + * Apply graphic transformations. + * @param $tm (array) transformation matrix + * @protected + * @since 2.1.000 (2008-01-07) + * @see StartTransform(), StopTransform() + */ + protected function Transform($tm) { + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F cm', $tm[0], $tm[1], $tm[2], $tm[3], $tm[4], $tm[5])); + // add tranformation matrix + $this->transfmatrix[$this->transfmatrix_key][] = array('a' => $tm[0], 'b' => $tm[1], 'c' => $tm[2], 'd' => $tm[3], 'e' => $tm[4], 'f' => $tm[5]); + // update transformation mark + if ($this->inxobj) { + // we are inside an XObject template + if (end($this->xobjects[$this->xobjid]['transfmrk']) !== false) { + $key = key($this->xobjects[$this->xobjid]['transfmrk']); + $this->xobjects[$this->xobjid]['transfmrk'][$key] = strlen($this->xobjects[$this->xobjid]['outdata']); + } + } elseif (end($this->transfmrk[$this->page]) !== false) { + $key = key($this->transfmrk[$this->page]); + $this->transfmrk[$this->page][$key] = $this->pagelen[$this->page]; + } + } + + // END TRANSFORMATIONS SECTION ------------------------- + + // START GRAPHIC FUNCTIONS SECTION --------------------- + // The following section is based on the code provided by David Hernandez Sanz + + /** + * Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page. + * @param $width (float) The width. + * @public + * @since 1.0 + * @see Line(), Rect(), Cell(), MultiCell() + */ + public function SetLineWidth($width) { + //Set line width + $this->LineWidth = $width; + $this->linestyleWidth = sprintf('%.2F w', ($width * $this->k)); + if ($this->page > 0) { + $this->_out($this->linestyleWidth); + } + } + + /** + * Returns the current the line width. + * @return int Line width + * @public + * @since 2.1.000 (2008-01-07) + * @see Line(), SetLineWidth() + */ + public function GetLineWidth() { + return $this->LineWidth; + } + + /** + * Set line style. + * @param $style (array) Line style. Array with keys among the following: + *
                        + *
                      • width (float): Width of the line in user units.
                      • + *
                      • cap (string): Type of cap to put on the line. Possible values are: + * butt, round, square. The difference between "square" and "butt" is that + * "square" projects a flat end past the end of the line.
                      • + *
                      • join (string): Type of join. Possible values are: miter, round, + * bevel.
                      • + *
                      • dash (mixed): Dash pattern. Is 0 (without dash) or string with + * series of length values, which are the lengths of the on and off dashes. + * For example: "2" represents 2 on, 2 off, 2 on, 2 off, ...; "2,1" is 2 on, + * 1 off, 2 on, 1 off, ...
                      • + *
                      • phase (integer): Modifier on the dash pattern which is used to shift + * the point at which the pattern starts.
                      • + *
                      • color (array): Draw color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K).
                      • + *
                      + * @param $ret (boolean) if true do not send the command. + * @return string the PDF command + * @public + * @since 2.1.000 (2008-01-08) + */ + public function SetLineStyle($style, $ret=false) { + $s = ''; // string to be returned + if (!is_array($style)) { + return; + } + extract($style); + if (isset($width)) { + $this->LineWidth = $width; + $this->linestyleWidth = sprintf('%.2F w', ($width * $this->k)); + $s .= $this->linestyleWidth.' '; + } + if (isset($cap)) { + $ca = array('butt' => 0, 'round'=> 1, 'square' => 2); + if (isset($ca[$cap])) { + $this->linestyleCap = $ca[$cap].' J'; + $s .= $this->linestyleCap.' '; + } + } + if (isset($join)) { + $ja = array('miter' => 0, 'round' => 1, 'bevel' => 2); + if (isset($ja[$join])) { + $this->linestyleJoin = $ja[$join].' j'; + $s .= $this->linestyleJoin.' '; + } + } + if (isset($dash)) { + $dash_string = ''; + if ($dash) { + if (preg_match('/^.+,/', $dash) > 0) { + $tab = explode(',', $dash); + } else { + $tab = array($dash); + } + $dash_string = ''; + foreach ($tab as $i => $v) { + if ($i) { + $dash_string .= ' '; + } + $dash_string .= sprintf('%.2F', $v); + } + } + if (!isset($phase) OR !$dash) { + $phase = 0; + } + $this->linestyleDash = sprintf('[%s] %.2F d', $dash_string, $phase); + $s .= $this->linestyleDash.' '; + } + if (isset($color)) { + $s .= $this->SetDrawColorArray($color, true).' '; + } + if (!$ret) { + $this->_out($s); + } + return $s; + } + + /** + * Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment. + * @param $x (float) Abscissa of point. + * @param $y (float) Ordinate of point. + * @protected + * @since 2.1.000 (2008-01-08) + */ + protected function _outPoint($x, $y) { + $this->_out(sprintf('%.2F %.2F m', $x * $this->k, ($this->h - $y) * $this->k)); + } + + /** + * Append a straight line segment from the current point to the point (x, y). + * The new current point shall be (x, y). + * @param $x (float) Abscissa of end point. + * @param $y (float) Ordinate of end point. + * @protected + * @since 2.1.000 (2008-01-08) + */ + protected function _outLine($x, $y) { + $this->_out(sprintf('%.2F %.2F l', $x * $this->k, ($this->h - $y) * $this->k)); + } + + /** + * Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space. + * @param $x (float) Abscissa of upper-left corner. + * @param $y (float) Ordinate of upper-left corner. + * @param $w (float) Width. + * @param $h (float) Height. + * @param $op (string) options + * @protected + * @since 2.1.000 (2008-01-08) + */ + protected function _outRect($x, $y, $w, $h, $op) { + $this->_out(sprintf('%.2F %.2F %.2F %.2F re %s', $x * $this->k, ($this->h - $y) * $this->k, $w * $this->k, -$h * $this->k, $op)); + } + + /** + * Append a cubic B�zier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the B�zier control points. + * The new current point shall be (x3, y3). + * @param $x1 (float) Abscissa of control point 1. + * @param $y1 (float) Ordinate of control point 1. + * @param $x2 (float) Abscissa of control point 2. + * @param $y2 (float) Ordinate of control point 2. + * @param $x3 (float) Abscissa of end point. + * @param $y3 (float) Ordinate of end point. + * @protected + * @since 2.1.000 (2008-01-08) + */ + protected function _outCurve($x1, $y1, $x2, $y2, $x3, $y3) { + $this->_out(sprintf('%.2F %.2F %.2F %.2F %.2F %.2F c', $x1 * $this->k, ($this->h - $y1) * $this->k, $x2 * $this->k, ($this->h - $y2) * $this->k, $x3 * $this->k, ($this->h - $y3) * $this->k)); + } + + /** + * Append a cubic B�zier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the B�zier control points. + * The new current point shall be (x3, y3). + * @param $x2 (float) Abscissa of control point 2. + * @param $y2 (float) Ordinate of control point 2. + * @param $x3 (float) Abscissa of end point. + * @param $y3 (float) Ordinate of end point. + * @protected + * @since 4.9.019 (2010-04-26) + */ + protected function _outCurveV($x2, $y2, $x3, $y3) { + $this->_out(sprintf('%.2F %.2F %.2F %.2F v', $x2 * $this->k, ($this->h - $y2) * $this->k, $x3 * $this->k, ($this->h - $y3) * $this->k)); + } + + /** + * Append a cubic B�zier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the B�zier control points. + * The new current point shall be (x3, y3). + * @param $x1 (float) Abscissa of control point 1. + * @param $y1 (float) Ordinate of control point 1. + * @param $x3 (float) Abscissa of end point. + * @param $y3 (float) Ordinate of end point. + * @protected + * @since 2.1.000 (2008-01-08) + */ + protected function _outCurveY($x1, $y1, $x3, $y3) { + $this->_out(sprintf('%.2F %.2F %.2F %.2F y', $x1 * $this->k, ($this->h - $y1) * $this->k, $x3 * $this->k, ($this->h - $y3) * $this->k)); + } + + /** + * Draws a line between two points. + * @param $x1 (float) Abscissa of first point. + * @param $y1 (float) Ordinate of first point. + * @param $x2 (float) Abscissa of second point. + * @param $y2 (float) Ordinate of second point. + * @param $style (array) Line style. Array like for SetLineStyle(). Default value: default line style (empty array). + * @public + * @since 1.0 + * @see SetLineWidth(), SetDrawColor(), SetLineStyle() + */ + public function Line($x1, $y1, $x2, $y2, $style=array()) { + if (is_array($style)) { + $this->SetLineStyle($style); + } + $this->_outPoint($x1, $y1); + $this->_outLine($x2, $y2); + $this->_out('S'); + } + + /** + * Draws a rectangle. + * @param $x (float) Abscissa of upper-left corner. + * @param $y (float) Ordinate of upper-left corner. + * @param $w (float) Width. + * @param $h (float) Height. + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $border_style (array) Border style of rectangle. Array with keys among the following: + *
                        + *
                      • all: Line style of all borders. Array like for SetLineStyle().
                      • + *
                      • L, T, R, B or combinations: Line style of left, top, right or bottom border. Array like for SetLineStyle().
                      • + *
                      + * If a key is not present or is null, not draws the border. Default value: default line style (empty array). + * @param $border_style (array) Border style of rectangle. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @public + * @since 1.0 + * @see SetLineStyle() + */ + public function Rect($x, $y, $w, $h, $style='', $border_style=array(), $fill_color=array()) { + if (!(false === strpos($style, 'F')) AND !empty($fill_color)) { + $this->SetFillColorArray($fill_color); + } + $op = $this->getPathPaintOperator($style); + if ((!$border_style) OR (isset($border_style['all']))) { + if (isset($border_style['all']) AND $border_style['all']) { + $this->SetLineStyle($border_style['all']); + $border_style = array(); + } + } + $this->_outRect($x, $y, $w, $h, $op); + if ($border_style) { + $border_style2 = array(); + foreach ($border_style as $line => $value) { + $length = strlen($line); + for ($i = 0; $i < $length; ++$i) { + $border_style2[$line[$i]] = $value; + } + } + $border_style = $border_style2; + if (isset($border_style['L']) AND $border_style['L']) { + $this->Line($x, $y, $x, $y + $h, $border_style['L']); + } + if (isset($border_style['T']) AND $border_style['T']) { + $this->Line($x, $y, $x + $w, $y, $border_style['T']); + } + if (isset($border_style['R']) AND $border_style['R']) { + $this->Line($x + $w, $y, $x + $w, $y + $h, $border_style['R']); + } + if (isset($border_style['B']) AND $border_style['B']) { + $this->Line($x, $y + $h, $x + $w, $y + $h, $border_style['B']); + } + } + } + + /** + * Draws a Bezier curve. + * The Bezier curve is a tangent to the line between the control points at + * either end of the curve. + * @param $x0 (float) Abscissa of start point. + * @param $y0 (float) Ordinate of start point. + * @param $x1 (float) Abscissa of control point 1. + * @param $y1 (float) Ordinate of control point 1. + * @param $x2 (float) Abscissa of control point 2. + * @param $y2 (float) Ordinate of control point 2. + * @param $x3 (float) Abscissa of end point. + * @param $y3 (float) Ordinate of end point. + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of curve. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @public + * @see SetLineStyle() + * @since 2.1.000 (2008-01-08) + */ + public function Curve($x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3, $style='', $line_style=array(), $fill_color=array()) { + if (!(false === strpos($style, 'F')) AND isset($fill_color)) { + $this->SetFillColorArray($fill_color); + } + $op = $this->getPathPaintOperator($style); + if ($line_style) { + $this->SetLineStyle($line_style); + } + $this->_outPoint($x0, $y0); + $this->_outCurve($x1, $y1, $x2, $y2, $x3, $y3); + $this->_out($op); + } + + /** + * Draws a poly-Bezier curve. + * Each Bezier curve segment is a tangent to the line between the control points at + * either end of the curve. + * @param $x0 (float) Abscissa of start point. + * @param $y0 (float) Ordinate of start point. + * @param $segments (float) An array of bezier descriptions. Format: array(x1, y1, x2, y2, x3, y3). + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of curve. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @public + * @see SetLineStyle() + * @since 3.0008 (2008-05-12) + */ + public function Polycurve($x0, $y0, $segments, $style='', $line_style=array(), $fill_color=array()) { + if (!(false === strpos($style, 'F')) AND isset($fill_color)) { + $this->SetFillColorArray($fill_color); + } + $op = $this->getPathPaintOperator($style); + if ($op == 'f') { + $line_style = array(); + } + if ($line_style) { + $this->SetLineStyle($line_style); + } + $this->_outPoint($x0, $y0); + foreach ($segments as $segment) { + list($x1, $y1, $x2, $y2, $x3, $y3) = $segment; + $this->_outCurve($x1, $y1, $x2, $y2, $x3, $y3); + } + $this->_out($op); + } + + /** + * Draws an ellipse. + * An ellipse is formed from n Bezier curves. + * @param $x0 (float) Abscissa of center point. + * @param $y0 (float) Ordinate of center point. + * @param $rx (float) Horizontal radius. + * @param $ry (float) Vertical radius (if ry = 0 then is a circle, see Circle()). Default value: 0. + * @param $angle: (float) Angle oriented (anti-clockwise). Default value: 0. + * @param $astart: (float) Angle start of draw line. Default value: 0. + * @param $afinish: (float) Angle finish of draw line. Default value: 360. + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of ellipse. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @param $nc (integer) Number of curves used to draw a 90 degrees portion of ellipse. + * @author Nicola Asuni + * @public + * @since 2.1.000 (2008-01-08) + */ + public function Ellipse($x0, $y0, $rx, $ry='', $angle=0, $astart=0, $afinish=360, $style='', $line_style=array(), $fill_color=array(), $nc=2) { + if ($this->empty_string($ry) OR ($ry == 0)) { + $ry = $rx; + } + if (!(false === strpos($style, 'F')) AND isset($fill_color)) { + $this->SetFillColorArray($fill_color); + } + $op = $this->getPathPaintOperator($style); + if ($op == 'f') { + $line_style = array(); + } + if ($line_style) { + $this->SetLineStyle($line_style); + } + $this->_outellipticalarc($x0, $y0, $rx, $ry, $angle, $astart, $afinish, false, $nc); + $this->_out($op); + } + + /** + * Append an elliptical arc to the current path. + * An ellipse is formed from n Bezier curves. + * @param $xc (float) Abscissa of center point. + * @param $yc (float) Ordinate of center point. + * @param $rx (float) Horizontal radius. + * @param $ry (float) Vertical radius (if ry = 0 then is a circle, see Circle()). Default value: 0. + * @param $xang: (float) Angle between the X-axis and the major axis of the ellipse. Default value: 0. + * @param $angs: (float) Angle start of draw line. Default value: 0. + * @param $angf: (float) Angle finish of draw line. Default value: 360. + * @param $pie (boolean) if true do not mark the border point (used to draw pie sectors). + * @param $nc (integer) Number of curves used to draw a 90 degrees portion of ellipse. + * @param $startpoint (boolean) if true output a starting point + * @param $ccw (boolean) if true draws in counter-clockwise + * @return array bounding box coordinates (x min, y min, x max, y max) + * @author Nicola Asuni + * @protected + * @since 4.9.019 (2010-04-26) + */ + protected function _outellipticalarc($xc, $yc, $rx, $ry, $xang=0, $angs=0, $angf=360, $pie=false, $nc=2, $startpoint=true, $ccw=true) { + $k = $this->k; + if ($nc < 2) { + $nc = 2; + } + $xmin = 2147483647; + $ymin = 2147483647; + $xmax = 0; + $ymax = 0; + if ($pie) { + // center of the arc + $this->_outPoint($xc, $yc); + } + $xang = deg2rad((float) $xang); + $angs = deg2rad((float) $angs); + $angf = deg2rad((float) $angf); + $as = atan2((sin($angs) / $ry), (cos($angs) / $rx)); + $af = atan2((sin($angf) / $ry), (cos($angf) / $rx)); + if ($as < 0) { + $as += (2 * M_PI); + } + if ($af < 0) { + $af += (2 * M_PI); + } + if ($ccw AND ($as > $af)) { + // reverse rotation + $as -= (2 * M_PI); + } elseif (!$ccw AND ($as < $af)) { + // reverse rotation + $af -= (2 * M_PI); + } + $total_angle = ($af - $as); + if ($nc < 2) { + $nc = 2; + } + // total arcs to draw + $nc *= (2 * abs($total_angle) / M_PI); + $nc = round($nc) + 1; + // angle of each arc + $arcang = $total_angle / $nc; + // center point in PDF coordiantes + $x0 = $xc; + $y0 = ($this->h - $yc); + // starting angle + $ang = $as; + $alpha = sin($arcang) * ((sqrt(4 + (3 * pow(tan(($arcang) / 2), 2))) - 1) / 3); + $cos_xang = cos($xang); + $sin_xang = sin($xang); + $cos_ang = cos($ang); + $sin_ang = sin($ang); + // first arc point + $px1 = $x0 + ($rx * $cos_xang * $cos_ang) - ($ry * $sin_xang * $sin_ang); + $py1 = $y0 + ($rx * $sin_xang * $cos_ang) + ($ry * $cos_xang * $sin_ang); + // first Bezier control point + $qx1 = ($alpha * ((-$rx * $cos_xang * $sin_ang) - ($ry * $sin_xang * $cos_ang))); + $qy1 = ($alpha * ((-$rx * $sin_xang * $sin_ang) + ($ry * $cos_xang * $cos_ang))); + if ($pie) { + // line from center to arc starting point + $this->_outLine($px1, $this->h - $py1); + } elseif ($startpoint) { + // arc starting point + $this->_outPoint($px1, $this->h - $py1); + } + // draw arcs + for ($i = 1; $i <= $nc; ++$i) { + // starting angle + $ang = $as + ($i * $arcang); + $cos_xang = cos($xang); + $sin_xang = sin($xang); + $cos_ang = cos($ang); + $sin_ang = sin($ang); + // second arc point + $px2 = $x0 + ($rx * $cos_xang * $cos_ang) - ($ry * $sin_xang * $sin_ang); + $py2 = $y0 + ($rx * $sin_xang * $cos_ang) + ($ry * $cos_xang * $sin_ang); + // second Bezier control point + $qx2 = ($alpha * ((-$rx * $cos_xang * $sin_ang) - ($ry * $sin_xang * $cos_ang))); + $qy2 = ($alpha * ((-$rx * $sin_xang * $sin_ang) + ($ry * $cos_xang * $cos_ang))); + // draw arc + $cx1 = ($px1 + $qx1); + $cy1 = ($this->h - ($py1 + $qy1)); + $cx2 = ($px2 - $qx2); + $cy2 = ($this->h - ($py2 - $qy2)); + $cx3 = $px2; + $cy3 = ($this->h - $py2); + $this->_outCurve($cx1, $cy1, $cx2, $cy2, $cx3, $cy3); + // get bounding box coordinates + $xmin = min($xmin, $cx1, $cx2, $cx3); + $ymin = min($ymin, $cy1, $cy2, $cy3); + $xmax = max($xmax, $cx1, $cx2, $cx3); + $ymax = max($ymax, $cy1, $cy2, $cy3); + // move to next point + $px1 = $px2; + $py1 = $py2; + $qx1 = $qx2; + $qy1 = $qy2; + } + if ($pie) { + $this->_outLine($xc, $yc); + // get bounding box coordinates + $xmin = min($xmin, $xc); + $ymin = min($ymin, $yc); + $xmax = max($xmax, $xc); + $ymax = max($ymax, $yc); + } + return array($xmin, $ymin, $xmax, $ymax); + } + + /** + * Draws a circle. + * A circle is formed from n Bezier curves. + * @param $x0 (float) Abscissa of center point. + * @param $y0 (float) Ordinate of center point. + * @param $r (float) Radius. + * @param $angstr: (float) Angle start of draw line. Default value: 0. + * @param $angend: (float) Angle finish of draw line. Default value: 360. + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of circle. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(red, green, blue). Default value: default color (empty array). + * @param $nc (integer) Number of curves used to draw a 90 degrees portion of circle. + * @public + * @since 2.1.000 (2008-01-08) + */ + public function Circle($x0, $y0, $r, $angstr=0, $angend=360, $style='', $line_style=array(), $fill_color=array(), $nc=2) { + $this->Ellipse($x0, $y0, $r, $r, 0, $angstr, $angend, $style, $line_style, $fill_color, $nc); + } + + /** + * Draws a polygonal line + * @param $p (array) Points 0 to ($np - 1). Array with values (x0, y0, x1, y1,..., x(np-1), y(np - 1)) + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of polygon. Array with keys among the following: + *
                        + *
                      • all: Line style of all lines. Array like for SetLineStyle().
                      • + *
                      • 0 to ($np - 1): Line style of each line. Array like for SetLineStyle().
                      • + *
                      + * If a key is not present or is null, not draws the line. Default value is default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @since 4.8.003 (2009-09-15) + * @public + */ + public function PolyLine($p, $style='', $line_style=array(), $fill_color=array()) { + $this->Polygon($p, $style, $line_style, $fill_color, false); + } + + /** + * Draws a polygon. + * @param $p (array) Points 0 to ($np - 1). Array with values (x0, y0, x1, y1,..., x(np-1), y(np - 1)) + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of polygon. Array with keys among the following: + *
                        + *
                      • all: Line style of all lines. Array like for SetLineStyle().
                      • + *
                      • 0 to ($np - 1): Line style of each line. Array like for SetLineStyle().
                      • + *
                      + * If a key is not present or is null, not draws the line. Default value is default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @param $closed (boolean) if true the polygon is closes, otherwise will remain open + * @public + * @since 2.1.000 (2008-01-08) + */ + public function Polygon($p, $style='', $line_style=array(), $fill_color=array(), $closed=true) { + $nc = count($p); // number of coordinates + $np = $nc / 2; // number of points + if ($closed) { + // close polygon by adding the first 2 points at the end (one line) + for ($i = 0; $i < 4; ++$i) { + $p[$nc + $i] = $p[$i]; + } + // copy style for the last added line + if (isset($line_style[0])) { + $line_style[$np] = $line_style[0]; + } + $nc += 4; + } + if (!(false === strpos($style, 'F')) AND isset($fill_color)) { + $this->SetFillColorArray($fill_color); + } + $op = $this->getPathPaintOperator($style); + if ($op == 'f') { + $line_style = array(); + } + $draw = true; + if ($line_style) { + if (isset($line_style['all'])) { + $this->SetLineStyle($line_style['all']); + } else { + $draw = false; + if ($op == 'B') { + // draw fill + $op = 'f'; + $this->_outPoint($p[0], $p[1]); + for ($i = 2; $i < $nc; $i = $i + 2) { + $this->_outLine($p[$i], $p[$i + 1]); + } + $this->_out($op); + } + // draw outline + $this->_outPoint($p[0], $p[1]); + for ($i = 2; $i < $nc; $i = $i + 2) { + $line_num = ($i / 2) - 1; + if (isset($line_style[$line_num])) { + if ($line_style[$line_num] != 0) { + if (is_array($line_style[$line_num])) { + $this->_out('S'); + $this->SetLineStyle($line_style[$line_num]); + $this->_outPoint($p[$i - 2], $p[$i - 1]); + $this->_outLine($p[$i], $p[$i + 1]); + $this->_out('S'); + $this->_outPoint($p[$i], $p[$i + 1]); + } else { + $this->_outLine($p[$i], $p[$i + 1]); + } + } + } else { + $this->_outLine($p[$i], $p[$i + 1]); + } + } + $this->_out($op); + } + } + if ($draw) { + $this->_outPoint($p[0], $p[1]); + for ($i = 2; $i < $nc; $i = $i + 2) { + $this->_outLine($p[$i], $p[$i + 1]); + } + $this->_out($op); + } + } + + /** + * Draws a regular polygon. + * @param $x0 (float) Abscissa of center point. + * @param $y0 (float) Ordinate of center point. + * @param $r: (float) Radius of inscribed circle. + * @param $ns (integer) Number of sides. + * @param $angle (float) Angle oriented (anti-clockwise). Default value: 0. + * @param $draw_circle (boolean) Draw inscribed circle or not. Default value: false. + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of polygon sides. Array with keys among the following: + *
                        + *
                      • all: Line style of all sides. Array like for SetLineStyle().
                      • + *
                      • 0 to ($ns - 1): Line style of each side. Array like for SetLineStyle().
                      • + *
                      + * If a key is not present or is null, not draws the side. Default value is default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(red, green, blue). Default value: default color (empty array). + * @param $circle_style (string) Style of rendering of inscribed circle (if draws). Possible values are: + *
                        + *
                      • D or empty string: Draw (default).
                      • + *
                      • F: Fill.
                      • + *
                      • DF or FD: Draw and fill.
                      • + *
                      • CNZ: Clipping mode (using the even-odd rule to determine which regions lie inside the clipping path).
                      • + *
                      • CEO: Clipping mode (using the nonzero winding number rule to determine which regions lie inside the clipping path).
                      • + *
                      + * @param $circle_outLine_style (array) Line style of inscribed circle (if draws). Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $circle_fill_color (array) Fill color of inscribed circle (if draws). Format: array(red, green, blue). Default value: default color (empty array). + * @public + * @since 2.1.000 (2008-01-08) + */ + public function RegularPolygon($x0, $y0, $r, $ns, $angle=0, $draw_circle=false, $style='', $line_style=array(), $fill_color=array(), $circle_style='', $circle_outLine_style=array(), $circle_fill_color=array()) { + if (3 > $ns) { + $ns = 3; + } + if ($draw_circle) { + $this->Circle($x0, $y0, $r, 0, 360, $circle_style, $circle_outLine_style, $circle_fill_color); + } + $p = array(); + for ($i = 0; $i < $ns; ++$i) { + $a = $angle + ($i * 360 / $ns); + $a_rad = deg2rad((float) $a); + $p[] = $x0 + ($r * sin($a_rad)); + $p[] = $y0 + ($r * cos($a_rad)); + } + $this->Polygon($p, $style, $line_style, $fill_color); + } + + /** + * Draws a star polygon + * @param $x0 (float) Abscissa of center point. + * @param $y0 (float) Ordinate of center point. + * @param $r (float) Radius of inscribed circle. + * @param $nv (integer) Number of vertices. + * @param $ng (integer) Number of gap (if ($ng % $nv = 1) then is a regular polygon). + * @param $angle: (float) Angle oriented (anti-clockwise). Default value: 0. + * @param $draw_circle: (boolean) Draw inscribed circle or not. Default value is false. + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $line_style (array) Line style of polygon sides. Array with keys among the following: + *
                        + *
                      • all: Line style of all sides. Array like for + * SetLineStyle().
                      • + *
                      • 0 to (n - 1): Line style of each side. Array like for SetLineStyle().
                      • + *
                      + * If a key is not present or is null, not draws the side. Default value is default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(red, green, blue). Default value: default color (empty array). + * @param $circle_style (string) Style of rendering of inscribed circle (if draws). Possible values are: + *
                        + *
                      • D or empty string: Draw (default).
                      • + *
                      • F: Fill.
                      • + *
                      • DF or FD: Draw and fill.
                      • + *
                      • CNZ: Clipping mode (using the even-odd rule to determine which regions lie inside the clipping path).
                      • + *
                      • CEO: Clipping mode (using the nonzero winding number rule to determine which regions lie inside the clipping path).
                      • + *
                      + * @param $circle_outLine_style (array) Line style of inscribed circle (if draws). Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $circle_fill_color (array) Fill color of inscribed circle (if draws). Format: array(red, green, blue). Default value: default color (empty array). + * @public + * @since 2.1.000 (2008-01-08) + */ + public function StarPolygon($x0, $y0, $r, $nv, $ng, $angle=0, $draw_circle=false, $style='', $line_style=array(), $fill_color=array(), $circle_style='', $circle_outLine_style=array(), $circle_fill_color=array()) { + if ($nv < 2) { + $nv = 2; + } + if ($draw_circle) { + $this->Circle($x0, $y0, $r, 0, 360, $circle_style, $circle_outLine_style, $circle_fill_color); + } + $p2 = array(); + $visited = array(); + for ($i = 0; $i < $nv; ++$i) { + $a = $angle + ($i * 360 / $nv); + $a_rad = deg2rad((float) $a); + $p2[] = $x0 + ($r * sin($a_rad)); + $p2[] = $y0 + ($r * cos($a_rad)); + $visited[] = false; + } + $p = array(); + $i = 0; + do { + $p[] = $p2[$i * 2]; + $p[] = $p2[($i * 2) + 1]; + $visited[$i] = true; + $i += $ng; + $i %= $nv; + } while (!$visited[$i]); + $this->Polygon($p, $style, $line_style, $fill_color); + } + + /** + * Draws a rounded rectangle. + * @param $x (float) Abscissa of upper-left corner. + * @param $y (float) Ordinate of upper-left corner. + * @param $w (float) Width. + * @param $h (float) Height. + * @param $r (float) the radius of the circle used to round off the corners of the rectangle. + * @param $round_corner (string) Draws rounded corner or not. String with a 0 (not rounded i-corner) or 1 (rounded i-corner) in i-position. Positions are, in order and begin to 0: top left, top right, bottom right and bottom left. Default value: all rounded corner ("1111"). + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $border_style (array) Border style of rectangle. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @public + * @since 2.1.000 (2008-01-08) + */ + public function RoundedRect($x, $y, $w, $h, $r, $round_corner='1111', $style='', $border_style=array(), $fill_color=array()) { + $this->RoundedRectXY($x, $y, $w, $h, $r, $r, $round_corner, $style, $border_style, $fill_color); + } + + /** + * Draws a rounded rectangle. + * @param $x (float) Abscissa of upper-left corner. + * @param $y (float) Ordinate of upper-left corner. + * @param $w (float) Width. + * @param $h (float) Height. + * @param $rx (float) the x-axis radius of the ellipse used to round off the corners of the rectangle. + * @param $ry (float) the y-axis radius of the ellipse used to round off the corners of the rectangle. + * @param $round_corner (string) Draws rounded corner or not. String with a 0 (not rounded i-corner) or 1 (rounded i-corner) in i-position. Positions are, in order and begin to 0: top left, top right, bottom right and bottom left. Default value: all rounded corner ("1111"). + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $border_style (array) Border style of rectangle. Array like for SetLineStyle(). Default value: default line style (empty array). + * @param $fill_color (array) Fill color. Format: array(GREY) or array(R,G,B) or array(C,M,Y,K). Default value: default color (empty array). + * @public + * @since 4.9.019 (2010-04-22) + */ + public function RoundedRectXY($x, $y, $w, $h, $rx, $ry, $round_corner='1111', $style='', $border_style=array(), $fill_color=array()) { + if (($round_corner == '0000') OR (($rx == $ry) AND ($rx == 0))) { + // Not rounded + $this->Rect($x, $y, $w, $h, $style, $border_style, $fill_color); + return; + } + // Rounded + if (!(false === strpos($style, 'F')) AND isset($fill_color)) { + $this->SetFillColorArray($fill_color); + } + $op = $this->getPathPaintOperator($style); + if ($op == 'f') { + $border_style = array(); + } + if ($border_style) { + $this->SetLineStyle($border_style); + } + $MyArc = 4 / 3 * (sqrt(2) - 1); + $this->_outPoint($x + $rx, $y); + $xc = $x + $w - $rx; + $yc = $y + $ry; + $this->_outLine($xc, $y); + if ($round_corner[0]) { + $this->_outCurve($xc + ($rx * $MyArc), $yc - $ry, $xc + $rx, $yc - ($ry * $MyArc), $xc + $rx, $yc); + } else { + $this->_outLine($x + $w, $y); + } + $xc = $x + $w - $rx; + $yc = $y + $h - $ry; + $this->_outLine($x + $w, $yc); + if ($round_corner[1]) { + $this->_outCurve($xc + $rx, $yc + ($ry * $MyArc), $xc + ($rx * $MyArc), $yc + $ry, $xc, $yc + $ry); + } else { + $this->_outLine($x + $w, $y + $h); + } + $xc = $x + $rx; + $yc = $y + $h - $ry; + $this->_outLine($xc, $y + $h); + if ($round_corner[2]) { + $this->_outCurve($xc - ($rx * $MyArc), $yc + $ry, $xc - $rx, $yc + ($ry * $MyArc), $xc - $rx, $yc); + } else { + $this->_outLine($x, $y + $h); + } + $xc = $x + $rx; + $yc = $y + $ry; + $this->_outLine($x, $yc); + if ($round_corner[3]) { + $this->_outCurve($xc - $rx, $yc - ($ry * $MyArc), $xc - ($rx * $MyArc), $yc - $ry, $xc, $yc - $ry); + } else { + $this->_outLine($x, $y); + $this->_outLine($x + $rx, $y); + } + $this->_out($op); + } + + /** + * Draws a grahic arrow. + * @param $x0 (float) Abscissa of first point. + * @param $y0 (float) Ordinate of first point. + * @param $x1 (float) Abscissa of second point. + * @param $y1 (float) Ordinate of second point. + * @param $head_style (int) (0 = draw only arrowhead arms, 1 = draw closed arrowhead, but no fill, 2 = closed and filled arrowhead, 3 = filled arrowhead) + * @param $arm_size (float) length of arrowhead arms + * @param $arm_angle (int) angle between an arm and the shaft + * @author Piotr Galecki, Nicola Asuni, Andy Meier + * @since 4.6.018 (2009-07-10) + */ + public function Arrow($x0, $y0, $x1, $y1, $head_style=0, $arm_size=5, $arm_angle=15) { + // getting arrow direction angle + // 0 deg angle is when both arms go along X axis. angle grows clockwise. + $dir_angle = atan2(($y0 - $y1), ($x0 - $x1)); + if ($dir_angle < 0) { + $dir_angle += (2 * M_PI); + } + $arm_angle = deg2rad($arm_angle); + $sx1 = $x1; + $sy1 = $y1; + if ($head_style > 0) { + // calculate the stopping point for the arrow shaft + $sx1 = $x1 + (($arm_size - $this->LineWidth) * cos($dir_angle)); + $sy1 = $y1 + (($arm_size - $this->LineWidth) * sin($dir_angle)); + } + // main arrow line / shaft + $this->Line($x0, $y0, $sx1, $sy1); + // left arrowhead arm tip + $x2L = $x1 + ($arm_size * cos($dir_angle + $arm_angle)); + $y2L = $y1 + ($arm_size * sin($dir_angle + $arm_angle)); + // right arrowhead arm tip + $x2R = $x1 + ($arm_size * cos($dir_angle - $arm_angle)); + $y2R = $y1 + ($arm_size * sin($dir_angle - $arm_angle)); + $mode = 'D'; + $style = array(); + switch ($head_style) { + case 0: { + // draw only arrowhead arms + $mode = 'D'; + $style = array(1, 1, 0); + break; + } + case 1: { + // draw closed arrowhead, but no fill + $mode = 'D'; + break; + } + case 2: { + // closed and filled arrowhead + $mode = 'DF'; + break; + } + case 3: { + // filled arrowhead + $mode = 'F'; + break; + } + } + $this->Polygon(array($x2L, $y2L, $x1, $y1, $x2R, $y2R), $mode, $style, array()); + } + + // END GRAPHIC FUNCTIONS SECTION ----------------------- + + // BIDIRECTIONAL TEXT SECTION -------------------------- + + /** + * Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/). + * @param $str (string) string to manipulate. + * @param $setbom (bool) if true set the Byte Order Mark (BOM = 0xFEFF) + * @param $forcertl (bool) if true forces RTL text direction + * @return string + * @protected + * @author Nicola Asuni + * @since 2.1.000 (2008-01-08) + */ + protected function utf8StrRev($str, $setbom=false, $forcertl=false) { + return $this->utf8StrArrRev($this->UTF8StringToArray($str), $str, $setbom, $forcertl); + } + + /** + * Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/). + * @param $arr (array) array of unicode values. + * @param $str (string) string to manipulate (or empty value). + * @param $setbom (bool) if true set the Byte Order Mark (BOM = 0xFEFF) + * @param $forcertl (bool) if true forces RTL text direction + * @return string + * @protected + * @author Nicola Asuni + * @since 4.9.000 (2010-03-27) + */ + protected function utf8StrArrRev($arr, $str='', $setbom=false, $forcertl=false) { + return $this->arrUTF8ToUTF16BE($this->utf8Bidi($arr, $str, $forcertl), $setbom); + } + + /** + * Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/). + * @param $ta (array) array of characters composing the string. + * @param $str (string) string to process + * @param $forcertl (bool) if 'R' forces RTL, if 'L' forces LTR + * @return array of unicode chars + * @author Nicola Asuni + * @protected + * @since 2.4.000 (2008-03-06) + */ + protected function utf8Bidi($ta, $str='', $forcertl=false) { + // paragraph embedding level + $pel = 0; + // max level + $maxlevel = 0; + if ($this->empty_string($str)) { + // create string from array + $str = $this->UTF8ArrSubString($ta); + } + // check if string contains arabic text + if (preg_match($this->unicode->uni_RE_PATTERN_ARABIC, $str)) { + $arabic = true; + } else { + $arabic = false; + } + // check if string contains RTL text + if (!($forcertl OR $arabic OR preg_match($this->unicode->uni_RE_PATTERN_RTL, $str))) { + return $ta; + } + + // get number of chars + $numchars = count($ta); + + if ($forcertl == 'R') { + $pel = 1; + } elseif ($forcertl == 'L') { + $pel = 0; + } else { + // P2. In each paragraph, find the first character of type L, AL, or R. + // P3. If a character is found in P2 and it is of type AL or R, then set the paragraph embedding level to one; otherwise, set it to zero. + for ($i=0; $i < $numchars; ++$i) { + $type = $this->unicode->uni_type[$ta[$i]]; + if ($type == 'L') { + $pel = 0; + break; + } elseif (($type == 'AL') OR ($type == 'R')) { + $pel = 1; + break; + } + } + } + + // Current Embedding Level + $cel = $pel; + // directional override status + $dos = 'N'; + $remember = array(); + // start-of-level-run + $sor = $pel % 2 ? 'R' : 'L'; + $eor = $sor; + + // Array of characters data + $chardata = Array(); + + // X1. Begin by setting the current embedding level to the paragraph embedding level. Set the directional override status to neutral. Process each character iteratively, applying rules X2 through X9. Only embedding levels from 0 to 61 are valid in this phase. + // In the resolution of levels in rules I1 and I2, the maximum embedding level of 62 can be reached. + for ($i=0; $i < $numchars; ++$i) { + if ($ta[$i] == $this->unicode->uni_RLE) { + // X2. With each RLE, compute the least greater odd embedding level. + // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to neutral. + // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status. + $next_level = $cel + ($cel % 2) + 1; + if ($next_level < 62) { + $remember[] = array('num' => $this->unicode->uni_RLE, 'cel' => $cel, 'dos' => $dos); + $cel = $next_level; + $dos = 'N'; + $sor = $eor; + $eor = $cel % 2 ? 'R' : 'L'; + } + } elseif ($ta[$i] == $this->unicode->uni_LRE) { + // X3. With each LRE, compute the least greater even embedding level. + // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to neutral. + // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status. + $next_level = $cel + 2 - ($cel % 2); + if ( $next_level < 62 ) { + $remember[] = array('num' => $this->unicode->uni_LRE, 'cel' => $cel, 'dos' => $dos); + $cel = $next_level; + $dos = 'N'; + $sor = $eor; + $eor = $cel % 2 ? 'R' : 'L'; + } + } elseif ($ta[$i] == $this->unicode->uni_RLO) { + // X4. With each RLO, compute the least greater odd embedding level. + // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to right-to-left. + // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status. + $next_level = $cel + ($cel % 2) + 1; + if ($next_level < 62) { + $remember[] = array('num' => $this->unicode->uni_RLO, 'cel' => $cel, 'dos' => $dos); + $cel = $next_level; + $dos = 'R'; + $sor = $eor; + $eor = $cel % 2 ? 'R' : 'L'; + } + } elseif ($ta[$i] == $this->unicode->uni_LRO) { + // X5. With each LRO, compute the least greater even embedding level. + // a. If this new level would be valid, then this embedding code is valid. Remember (push) the current embedding level and override status. Reset the current level to this new level, and reset the override status to left-to-right. + // b. If the new level would not be valid, then this code is invalid. Do not change the current level or override status. + $next_level = $cel + 2 - ($cel % 2); + if ( $next_level < 62 ) { + $remember[] = array('num' => $this->unicode->uni_LRO, 'cel' => $cel, 'dos' => $dos); + $cel = $next_level; + $dos = 'L'; + $sor = $eor; + $eor = $cel % 2 ? 'R' : 'L'; + } + } elseif ($ta[$i] == $this->unicode->uni_PDF) { + // X7. With each PDF, determine the matching embedding or override code. If there was a valid matching code, restore (pop) the last remembered (pushed) embedding level and directional override. + if (count($remember)) { + $last = count($remember ) - 1; + if (($remember[$last]['num'] == $this->unicode->uni_RLE) OR + ($remember[$last]['num'] == $this->unicode->uni_LRE) OR + ($remember[$last]['num'] == $this->unicode->uni_RLO) OR + ($remember[$last]['num'] == $this->unicode->uni_LRO)) { + $match = array_pop($remember); + $cel = $match['cel']; + $dos = $match['dos']; + $sor = $eor; + $eor = ($cel > $match['cel'] ? $cel : $match['cel']) % 2 ? 'R' : 'L'; + } + } + } elseif (($ta[$i] != $this->unicode->uni_RLE) AND + ($ta[$i] != $this->unicode->uni_LRE) AND + ($ta[$i] != $this->unicode->uni_RLO) AND + ($ta[$i] != $this->unicode->uni_LRO) AND + ($ta[$i] != $this->unicode->uni_PDF)) { + // X6. For all types besides RLE, LRE, RLO, LRO, and PDF: + // a. Set the level of the current character to the current embedding level. + // b. Whenever the directional override status is not neutral, reset the current character type to the directional override status. + if ($dos != 'N') { + $chardir = $dos; + } else { + if (isset($this->unicode->uni_type[$ta[$i]])) { + $chardir = $this->unicode->uni_type[$ta[$i]]; + } else { + $chardir = 'L'; + } + } + // stores string characters and other information + $chardata[] = array('char' => $ta[$i], 'level' => $cel, 'type' => $chardir, 'sor' => $sor, 'eor' => $eor); + } + } // end for each char + + // X8. All explicit directional embeddings and overrides are completely terminated at the end of each paragraph. Paragraph separators are not included in the embedding. + // X9. Remove all RLE, LRE, RLO, LRO, PDF, and BN codes. + // X10. The remaining rules are applied to each run of characters at the same level. For each run, determine the start-of-level-run (sor) and end-of-level-run (eor) type, either L or R. This depends on the higher of the two levels on either side of the boundary (at the start or end of the paragraph, the level of the 'other' run is the base embedding level). If the higher level is odd, the type is R; otherwise, it is L. + + // 3.3.3 Resolving Weak Types + // Weak types are now resolved one level run at a time. At level run boundaries where the type of the character on the other side of the boundary is required, the type assigned to sor or eor is used. + // Nonspacing marks are now resolved based on the previous characters. + $numchars = count($chardata); + + // W1. Examine each nonspacing mark (NSM) in the level run, and change the type of the NSM to the type of the previous character. If the NSM is at the start of the level run, it will get the type of sor. + $prevlevel = -1; // track level changes + $levcount = 0; // counts consecutive chars at the same level + for ($i=0; $i < $numchars; ++$i) { + if ($chardata[$i]['type'] == 'NSM') { + if ($levcount) { + $chardata[$i]['type'] = $chardata[$i]['sor']; + } elseif ($i > 0) { + $chardata[$i]['type'] = $chardata[($i-1)]['type']; + } + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + // W2. Search backward from each instance of a European number until the first strong type (R, L, AL, or sor) is found. If an AL is found, change the type of the European number to Arabic number. + $prevlevel = -1; + $levcount = 0; + for ($i=0; $i < $numchars; ++$i) { + if ($chardata[$i]['char'] == 'EN') { + for ($j=$levcount; $j >= 0; $j--) { + if ($chardata[$j]['type'] == 'AL') { + $chardata[$i]['type'] = 'AN'; + } elseif (($chardata[$j]['type'] == 'L') OR ($chardata[$j]['type'] == 'R')) { + break; + } + } + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + // W3. Change all ALs to R. + for ($i=0; $i < $numchars; ++$i) { + if ($chardata[$i]['type'] == 'AL') { + $chardata[$i]['type'] = 'R'; + } + } + + // W4. A single European separator between two European numbers changes to a European number. A single common separator between two numbers of the same type changes to that type. + $prevlevel = -1; + $levcount = 0; + for ($i=0; $i < $numchars; ++$i) { + if (($levcount > 0) AND (($i+1) < $numchars) AND ($chardata[($i+1)]['level'] == $prevlevel)) { + if (($chardata[$i]['type'] == 'ES') AND ($chardata[($i-1)]['type'] == 'EN') AND ($chardata[($i+1)]['type'] == 'EN')) { + $chardata[$i]['type'] = 'EN'; + } elseif (($chardata[$i]['type'] == 'CS') AND ($chardata[($i-1)]['type'] == 'EN') AND ($chardata[($i+1)]['type'] == 'EN')) { + $chardata[$i]['type'] = 'EN'; + } elseif (($chardata[$i]['type'] == 'CS') AND ($chardata[($i-1)]['type'] == 'AN') AND ($chardata[($i+1)]['type'] == 'AN')) { + $chardata[$i]['type'] = 'AN'; + } + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + // W5. A sequence of European terminators adjacent to European numbers changes to all European numbers. + $prevlevel = -1; + $levcount = 0; + for ($i=0; $i < $numchars; ++$i) { + if ($chardata[$i]['type'] == 'ET') { + if (($levcount > 0) AND ($chardata[($i-1)]['type'] == 'EN')) { + $chardata[$i]['type'] = 'EN'; + } else { + $j = $i+1; + while (($j < $numchars) AND ($chardata[$j]['level'] == $prevlevel)) { + if ($chardata[$j]['type'] == 'EN') { + $chardata[$i]['type'] = 'EN'; + break; + } elseif ($chardata[$j]['type'] != 'ET') { + break; + } + ++$j; + } + } + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + // W6. Otherwise, separators and terminators change to Other Neutral. + $prevlevel = -1; + $levcount = 0; + for ($i=0; $i < $numchars; ++$i) { + if (($chardata[$i]['type'] == 'ET') OR ($chardata[$i]['type'] == 'ES') OR ($chardata[$i]['type'] == 'CS')) { + $chardata[$i]['type'] = 'ON'; + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + //W7. Search backward from each instance of a European number until the first strong type (R, L, or sor) is found. If an L is found, then change the type of the European number to L. + $prevlevel = -1; + $levcount = 0; + for ($i=0; $i < $numchars; ++$i) { + if ($chardata[$i]['char'] == 'EN') { + for ($j=$levcount; $j >= 0; $j--) { + if ($chardata[$j]['type'] == 'L') { + $chardata[$i]['type'] = 'L'; + } elseif ($chardata[$j]['type'] == 'R') { + break; + } + } + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + // N1. A sequence of neutrals takes the direction of the surrounding strong text if the text on both sides has the same direction. European and Arabic numbers act as if they were R in terms of their influence on neutrals. Start-of-level-run (sor) and end-of-level-run (eor) are used at level run boundaries. + $prevlevel = -1; + $levcount = 0; + for ($i=0; $i < $numchars; ++$i) { + if (($levcount > 0) AND (($i+1) < $numchars) AND ($chardata[($i+1)]['level'] == $prevlevel)) { + if (($chardata[$i]['type'] == 'N') AND ($chardata[($i-1)]['type'] == 'L') AND ($chardata[($i+1)]['type'] == 'L')) { + $chardata[$i]['type'] = 'L'; + } elseif (($chardata[$i]['type'] == 'N') AND + (($chardata[($i-1)]['type'] == 'R') OR ($chardata[($i-1)]['type'] == 'EN') OR ($chardata[($i-1)]['type'] == 'AN')) AND + (($chardata[($i+1)]['type'] == 'R') OR ($chardata[($i+1)]['type'] == 'EN') OR ($chardata[($i+1)]['type'] == 'AN'))) { + $chardata[$i]['type'] = 'R'; + } elseif ($chardata[$i]['type'] == 'N') { + // N2. Any remaining neutrals take the embedding direction + $chardata[$i]['type'] = $chardata[$i]['sor']; + } + } elseif (($levcount == 0) AND (($i+1) < $numchars) AND ($chardata[($i+1)]['level'] == $prevlevel)) { + // first char + if (($chardata[$i]['type'] == 'N') AND ($chardata[$i]['sor'] == 'L') AND ($chardata[($i+1)]['type'] == 'L')) { + $chardata[$i]['type'] = 'L'; + } elseif (($chardata[$i]['type'] == 'N') AND + (($chardata[$i]['sor'] == 'R') OR ($chardata[$i]['sor'] == 'EN') OR ($chardata[$i]['sor'] == 'AN')) AND + (($chardata[($i+1)]['type'] == 'R') OR ($chardata[($i+1)]['type'] == 'EN') OR ($chardata[($i+1)]['type'] == 'AN'))) { + $chardata[$i]['type'] = 'R'; + } elseif ($chardata[$i]['type'] == 'N') { + // N2. Any remaining neutrals take the embedding direction + $chardata[$i]['type'] = $chardata[$i]['sor']; + } + } elseif (($levcount > 0) AND ((($i+1) == $numchars) OR (($i+1) < $numchars) AND ($chardata[($i+1)]['level'] != $prevlevel))) { + //last char + if (($chardata[$i]['type'] == 'N') AND ($chardata[($i-1)]['type'] == 'L') AND ($chardata[$i]['eor'] == 'L')) { + $chardata[$i]['type'] = 'L'; + } elseif (($chardata[$i]['type'] == 'N') AND + (($chardata[($i-1)]['type'] == 'R') OR ($chardata[($i-1)]['type'] == 'EN') OR ($chardata[($i-1)]['type'] == 'AN')) AND + (($chardata[$i]['eor'] == 'R') OR ($chardata[$i]['eor'] == 'EN') OR ($chardata[$i]['eor'] == 'AN'))) { + $chardata[$i]['type'] = 'R'; + } elseif ($chardata[$i]['type'] == 'N') { + // N2. Any remaining neutrals take the embedding direction + $chardata[$i]['type'] = $chardata[$i]['sor']; + } + } elseif ($chardata[$i]['type'] == 'N') { + // N2. Any remaining neutrals take the embedding direction + $chardata[$i]['type'] = $chardata[$i]['sor']; + } + if ($chardata[$i]['level'] != $prevlevel) { + $levcount = 0; + } else { + ++$levcount; + } + $prevlevel = $chardata[$i]['level']; + } + + // I1. For all characters with an even (left-to-right) embedding direction, those of type R go up one level and those of type AN or EN go up two levels. + // I2. For all characters with an odd (right-to-left) embedding direction, those of type L, EN or AN go up one level. + for ($i=0; $i < $numchars; ++$i) { + $odd = $chardata[$i]['level'] % 2; + if ($odd) { + if (($chardata[$i]['type'] == 'L') OR ($chardata[$i]['type'] == 'AN') OR ($chardata[$i]['type'] == 'EN')) { + $chardata[$i]['level'] += 1; + } + } else { + if ($chardata[$i]['type'] == 'R') { + $chardata[$i]['level'] += 1; + } elseif (($chardata[$i]['type'] == 'AN') OR ($chardata[$i]['type'] == 'EN')) { + $chardata[$i]['level'] += 2; + } + } + $maxlevel = max($chardata[$i]['level'],$maxlevel); + } + + // L1. On each line, reset the embedding level of the following characters to the paragraph embedding level: + // 1. Segment separators, + // 2. Paragraph separators, + // 3. Any sequence of whitespace characters preceding a segment separator or paragraph separator, and + // 4. Any sequence of white space characters at the end of the line. + for ($i=0; $i < $numchars; ++$i) { + if (($chardata[$i]['type'] == 'B') OR ($chardata[$i]['type'] == 'S')) { + $chardata[$i]['level'] = $pel; + } elseif ($chardata[$i]['type'] == 'WS') { + $j = $i+1; + while ($j < $numchars) { + if ((($chardata[$j]['type'] == 'B') OR ($chardata[$j]['type'] == 'S')) OR + (($j == ($numchars-1)) AND ($chardata[$j]['type'] == 'WS'))) { + $chardata[$i]['level'] = $pel; + break; + } elseif ($chardata[$j]['type'] != 'WS') { + break; + } + ++$j; + } + } + } + + // Arabic Shaping + // Cursively connected scripts, such as Arabic or Syriac, require the selection of positional character shapes that depend on adjacent characters. Shaping is logically applied after the Bidirectional Algorithm is used and is limited to characters within the same directional run. + if ($arabic) { + $endedletter = array(1569,1570,1571,1572,1573,1575,1577,1583,1584,1585,1586,1608,1688); + $alfletter = array(1570,1571,1573,1575); + $chardata2 = $chardata; + $laaletter = false; + $charAL = array(); + $x = 0; + for ($i=0; $i < $numchars; ++$i) { + if (($this->unicode->uni_type[$chardata[$i]['char']] == 'AL') OR ($chardata[$i]['char'] == 32) OR ($chardata[$i]['char'] == 8204)) { + $charAL[$x] = $chardata[$i]; + $charAL[$x]['i'] = $i; + $chardata[$i]['x'] = $x; + ++$x; + } + } + $numAL = $x; + for ($i=0; $i < $numchars; ++$i) { + $thischar = $chardata[$i]; + if ($i > 0) { + $prevchar = $chardata[($i-1)]; + } else { + $prevchar = false; + } + if (($i+1) < $numchars) { + $nextchar = $chardata[($i+1)]; + } else { + $nextchar = false; + } + if ($this->unicode->uni_type[$thischar['char']] == 'AL') { + $x = $thischar['x']; + if ($x > 0) { + $prevchar = $charAL[($x-1)]; + } else { + $prevchar = false; + } + if (($x+1) < $numAL) { + $nextchar = $charAL[($x+1)]; + } else { + $nextchar = false; + } + // if laa letter + if (($prevchar !== false) AND ($prevchar['char'] == 1604) AND (in_array($thischar['char'], $alfletter))) { + $arabicarr = $this->unicode->uni_laa_array; + $laaletter = true; + if ($x > 1) { + $prevchar = $charAL[($x-2)]; + } else { + $prevchar = false; + } + } else { + $arabicarr = $this->unicode->uni_arabicsubst; + $laaletter = false; + } + if (($prevchar !== false) AND ($nextchar !== false) AND + (($this->unicode->uni_type[$prevchar['char']] == 'AL') OR ($this->unicode->uni_type[$prevchar['char']] == 'NSM')) AND + (($this->unicode->uni_type[$nextchar['char']] == 'AL') OR ($this->unicode->uni_type[$nextchar['char']] == 'NSM')) AND + ($prevchar['type'] == $thischar['type']) AND + ($nextchar['type'] == $thischar['type']) AND + ($nextchar['char'] != 1567)) { + if (in_array($prevchar['char'], $endedletter)) { + if (isset($arabicarr[$thischar['char']][2])) { + // initial + $chardata2[$i]['char'] = $arabicarr[$thischar['char']][2]; + } + } else { + if (isset($arabicarr[$thischar['char']][3])) { + // medial + $chardata2[$i]['char'] = $arabicarr[$thischar['char']][3]; + } + } + } elseif (($nextchar !== false) AND + (($this->unicode->uni_type[$nextchar['char']] == 'AL') OR ($this->unicode->uni_type[$nextchar['char']] == 'NSM')) AND + ($nextchar['type'] == $thischar['type']) AND + ($nextchar['char'] != 1567)) { + if (isset($arabicarr[$chardata[$i]['char']][2])) { + // initial + $chardata2[$i]['char'] = $arabicarr[$thischar['char']][2]; + } + } elseif ((($prevchar !== false) AND + (($this->unicode->uni_type[$prevchar['char']] == 'AL') OR ($this->unicode->uni_type[$prevchar['char']] == 'NSM')) AND + ($prevchar['type'] == $thischar['type'])) OR + (($nextchar !== false) AND ($nextchar['char'] == 1567))) { + // final + if (($i > 1) AND ($thischar['char'] == 1607) AND + ($chardata[$i-1]['char'] == 1604) AND + ($chardata[$i-2]['char'] == 1604)) { + //Allah Word + // mark characters to delete with false + $chardata2[$i-2]['char'] = false; + $chardata2[$i-1]['char'] = false; + $chardata2[$i]['char'] = 65010; + } else { + if (($prevchar !== false) AND in_array($prevchar['char'], $endedletter)) { + if (isset($arabicarr[$thischar['char']][0])) { + // isolated + $chardata2[$i]['char'] = $arabicarr[$thischar['char']][0]; + } + } else { + if (isset($arabicarr[$thischar['char']][1])) { + // final + $chardata2[$i]['char'] = $arabicarr[$thischar['char']][1]; + } + } + } + } elseif (isset($arabicarr[$thischar['char']][0])) { + // isolated + $chardata2[$i]['char'] = $arabicarr[$thischar['char']][0]; + } + // if laa letter + if ($laaletter) { + // mark characters to delete with false + $chardata2[($charAL[($x-1)]['i'])]['char'] = false; + } + } // end if AL (Arabic Letter) + } // end for each char + /* + * Combining characters that can occur with Arabic Shadda (0651 HEX, 1617 DEC) are replaced. + * Putting the combining mark and shadda in the same glyph allows us to avoid the two marks overlapping each other in an illegible manner. + */ + $cw = &$this->CurrentFont['cw']; + for ($i = 0; $i < ($numchars-1); ++$i) { + if (($chardata2[$i]['char'] == 1617) AND (isset($this->unicode->uni_diacritics[($chardata2[$i+1]['char'])]))) { + // check if the subtitution font is defined on current font + if (isset($cw[($this->unicode->uni_diacritics[($chardata2[$i+1]['char'])])])) { + $chardata2[$i]['char'] = false; + $chardata2[$i+1]['char'] = $this->unicode->uni_diacritics[($chardata2[$i+1]['char'])]; + } + } + } + // remove marked characters + foreach ($chardata2 as $key => $value) { + if ($value['char'] === false) { + unset($chardata2[$key]); + } + } + $chardata = array_values($chardata2); + $numchars = count($chardata); + unset($chardata2); + unset($arabicarr); + unset($laaletter); + unset($charAL); + } + + // L2. From the highest level found in the text to the lowest odd level on each line, including intermediate levels not actually present in the text, reverse any contiguous sequence of characters that are at that level or higher. + for ($j=$maxlevel; $j > 0; $j--) { + $ordarray = Array(); + $revarr = Array(); + $onlevel = false; + for ($i=0; $i < $numchars; ++$i) { + if ($chardata[$i]['level'] >= $j) { + $onlevel = true; + if (isset($this->unicode->uni_mirror[$chardata[$i]['char']])) { + // L4. A character is depicted by a mirrored glyph if and only if (a) the resolved directionality of that character is R, and (b) the Bidi_Mirrored property value of that character is true. + $chardata[$i]['char'] = $this->unicode->uni_mirror[$chardata[$i]['char']]; + } + $revarr[] = $chardata[$i]; + } else { + if ($onlevel) { + $revarr = array_reverse($revarr); + $ordarray = array_merge($ordarray, $revarr); + $revarr = Array(); + $onlevel = false; + } + $ordarray[] = $chardata[$i]; + } + } + if ($onlevel) { + $revarr = array_reverse($revarr); + $ordarray = array_merge($ordarray, $revarr); + } + $chardata = $ordarray; + } + + $ordarray = array(); + for ($i=0; $i < $numchars; ++$i) { + $ordarray[] = $chardata[$i]['char']; + // store char values for subsetting + $this->CurrentFont['subsetchars'][$chardata[$i]['char']] = true; + } + // update font subsetchars + $this->setFontSubBuffer($this->CurrentFont['fontkey'], 'subsetchars', $this->CurrentFont['subsetchars']); + return $ordarray; + } + + // END OF BIDIRECTIONAL TEXT SECTION ------------------- + + /** + * Adds a bookmark. + * @param $txt (string) bookmark description. + * @param $level (int) bookmark level (minimum value is 0). + * @param $y (float) Y position in user units of the bookmark on the selected page (default = -1 = current position; 0 = page start;). + * @param $page (int) target page number (leave empty for current page). + * @public + * @author Olivier Plathey, Nicola Asuni + * @since 2.1.002 (2008-02-12) + */ + public function Bookmark($txt, $level=0, $y=-1, $page='') { + if ($level < 0) { + $level = 0; + } + if (isset($this->outlines[0])) { + $lastoutline = end($this->outlines); + $maxlevel = $lastoutline['l'] + 1; + } else { + $maxlevel = 0; + } + if ($level > $maxlevel) { + $level = $maxlevel; + } + if ($y == -1) { + $y = $this->GetY(); + } + if (empty($page)) { + $page = $this->PageNo(); + if (empty($page)) { + return; + } + } + $this->outlines[] = array('t' => $txt, 'l' => $level, 'y' => $y, 'p' => $page); + } + + /** + * Create a bookmark PDF string. + * @protected + * @author Olivier Plathey, Nicola Asuni + * @since 2.1.002 (2008-02-12) + */ + protected function _putbookmarks() { + $nb = count($this->outlines); + if ($nb == 0) { + return; + } + // get sorting columns + $outline_p = array(); + $outline_y = array(); + foreach ($this->outlines as $key => $row) { + $outline_p[$key] = $row['p']; + $outline_k[$key] = $key; + } + // sort outlines by page and original position + array_multisort($outline_p, SORT_NUMERIC, SORT_ASC, $outline_k, SORT_NUMERIC, SORT_ASC, $this->outlines); + $lru = array(); + $level = 0; + foreach ($this->outlines as $i => $o) { + if ($o['l'] > 0) { + $parent = $lru[($o['l'] - 1)]; + //Set parent and last pointers + $this->outlines[$i]['parent'] = $parent; + $this->outlines[$parent]['last'] = $i; + if ($o['l'] > $level) { + //Level increasing: set first pointer + $this->outlines[$parent]['first'] = $i; + } + } else { + $this->outlines[$i]['parent'] = $nb; + } + if (($o['l'] <= $level) AND ($i > 0)) { + //Set prev and next pointers + $prev = $lru[$o['l']]; + $this->outlines[$prev]['next'] = $i; + $this->outlines[$i]['prev'] = $prev; + } + $lru[$o['l']] = $i; + $level = $o['l']; + } + //Outline items + $n = $this->n + 1; + $nltags = '/|<\/(blockquote|dd|dl|div|dt|h1|h2|h3|h4|h5|h6|hr|li|ol|p|pre|ul|tcpdf|table|tr|td)>/si'; + foreach ($this->outlines as $i => $o) { + if (isset($this->page_obj_id[($o['p'])])) { + $oid = $this->_newobj(); + // covert HTML title to string + $title = preg_replace($nltags, "\n", $o['t']); + $title = preg_replace("/[\r]+/si", '', $title); + $title = preg_replace("/[\n]+/si", "\n", $title); + $title = strip_tags($title); + $title = $this->stringTrim($title); + $out = '<_textstring($title, $oid); + $out .= ' /Parent '.($n + $o['parent']).' 0 R'; + if (isset($o['prev'])) { + $out .= ' /Prev '.($n + $o['prev']).' 0 R'; + } + if (isset($o['next'])) { + $out .= ' /Next '.($n + $o['next']).' 0 R'; + } + if (isset($o['first'])) { + $out .= ' /First '.($n + $o['first']).' 0 R'; + } + if (isset($o['last'])) { + $out .= ' /Last '.($n + $o['last']).' 0 R'; + } + $out .= ' '.sprintf('/Dest [%u 0 R /XYZ 0 %.2F null]', $this->page_obj_id[($o['p'])], ($this->pagedim[$o['p']]['h'] - ($o['y'] * $this->k))); + $out .= ' /Count 0 >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + //Outline root + $this->OutlineRoot = $this->_newobj(); + $this->_out('<< /Type /Outlines /First '.$n.' 0 R /Last '.($n + $lru[0]).' 0 R >>'."\n".'endobj'); + } + + // --- JAVASCRIPT ------------------------------------------------------ + + /** + * Adds a javascript + * @param $script (string) Javascript code + * @public + * @author Johannes G�ntert, Nicola Asuni + * @since 2.1.002 (2008-02-12) + */ + public function IncludeJS($script) { + $this->javascript .= $script; + } + + /** + * Adds a javascript object and return object ID + * @param $script (string) Javascript code + * @param $onload (boolean) if true executes this object when opening the document + * @return int internal object ID + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function addJavascriptObject($script, $onload=false) { + ++$this->n; + $this->js_objects[$this->n] = array('n' => $this->n, 'js' => $script, 'onload' => $onload); + return $this->n; + } + + /** + * Create a javascript PDF string. + * @protected + * @author Johannes G�ntert, Nicola Asuni + * @since 2.1.002 (2008-02-12) + */ + protected function _putjavascript() { + if (empty($this->javascript) AND empty($this->js_objects)) { + return; + } + if (strpos($this->javascript, 'this.addField') > 0) { + if (!$this->ur['enabled']) { + //$this->setUserRights(); + } + // the following two lines are used to avoid form fields duplication after saving + // The addField method only works when releasing user rights (UR3) + $jsa = sprintf("ftcpdfdocsaved=this.addField('%s','%s',%d,[%.2F,%.2F,%.2F,%.2F]);", 'tcpdfdocsaved', 'text', 0, 0, 1, 0, 1); + $jsb = "getField('tcpdfdocsaved').value='saved';"; + $this->javascript = $jsa."\n".$this->javascript."\n".$jsb; + } + $this->n_js = $this->_newobj(); + $out = ' << /Names ['; + if (!empty($this->javascript)) { + $out .= ' (EmbeddedJS) '.($this->n + 1).' 0 R'; + } + if (!empty($this->js_objects)) { + foreach ($this->js_objects as $key => $val) { + if ($val['onload']) { + $out .= ' (JS'.$key.') '.$key.' 0 R'; + } + } + } + $out .= ' ] >>'; + $out .= "\n".'endobj'; + $this->_out($out); + // default Javascript object + if (!empty($this->javascript)) { + $obj_id = $this->_newobj(); + $out = '<< /S /JavaScript'; + $out .= ' /JS '.$this->_textstring($this->javascript, $obj_id); + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + // additional Javascript objects + if (!empty($this->js_objects)) { + foreach ($this->js_objects as $key => $val) { + $out = $this->_getobj($key)."\n".' << /S /JavaScript /JS '.$this->_textstring($val['js'], $key).' >>'."\n".'endobj'; + $this->_out($out); + } + } + } + + /** + * Convert color to javascript color. + * @param $color (string) color name or "#RRGGBB" + * @protected + * @author Denis Van Nuffelen, Nicola Asuni + * @since 2.1.002 (2008-02-12) + */ + protected function _JScolor($color) { + static $aColors = array('transparent', 'black', 'white', 'red', 'green', 'blue', 'cyan', 'magenta', 'yellow', 'dkGray', 'gray', 'ltGray'); + if (substr($color,0,1) == '#') { + return sprintf("['RGB',%.3F,%.3F,%.3F]", hexdec(substr($color,1,2))/255, hexdec(substr($color,3,2))/255, hexdec(substr($color,5,2))/255); + } + if (!in_array($color,$aColors)) { + $this->Error('Invalid color: '.$color); + } + return 'color.'.$color; + } + + /** + * Adds a javascript form field. + * @param $type (string) field type + * @param $name (string) field name + * @param $x (int) horizontal position + * @param $y (int) vertical position + * @param $w (int) width + * @param $h (int) height + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @protected + * @author Denis Van Nuffelen, Nicola Asuni + * @since 2.1.002 (2008-02-12) + */ + protected function _addfield($type, $name, $x, $y, $w, $h, $prop) { + if ($this->rtl) { + $x = $x - $w; + } + // the followind avoid fields duplication after saving the document + $this->javascript .= "if(getField('tcpdfdocsaved').value != 'saved') {"; + $k = $this->k; + $this->javascript .= sprintf("f".$name."=this.addField('%s','%s',%u,[%.2F,%.2F,%.2F,%.2F]);", $name, $type, $this->PageNo()-1, $x*$k, ($this->h-$y)*$k+1, ($x+$w)*$k, ($this->h-$y-$h)*$k+1)."\n"; + $this->javascript .= 'f'.$name.'.textSize='.$this->FontSizePt.";\n"; + while (list($key, $val) = each($prop)) { + if (strcmp(substr($key, -5), 'Color') == 0) { + $val = $this->_JScolor($val); + } else { + $val = "'".$val."'"; + } + $this->javascript .= 'f'.$name.'.'.$key.'='.$val.";\n"; + } + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + $this->javascript .= '}'; + } + + // --- FORM FIELDS ----------------------------------------------------- + + /** + * Convert JavaScript form fields properties array to Annotation Properties array. + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @return array of annotation properties + * @protected + * @author Nicola Asuni + * @since 4.8.000 (2009-09-06) + */ + protected function getAnnotOptFromJSProp($prop) { + if (isset($prop['aopt']) AND is_array($prop['aopt'])) { + // the annotation options area lready defined + return $prop['aopt']; + } + $opt = array(); // value to be returned + // alignment: Controls how the text is laid out within the text field. + if (isset($prop['alignment'])) { + switch ($prop['alignment']) { + case 'left': { + $opt['q'] = 0; + break; + } + case 'center': { + $opt['q'] = 1; + break; + } + case 'right': { + $opt['q'] = 2; + break; + } + default: { + $opt['q'] = ($this->rtl)?2:0; + break; + } + } + } + // lineWidth: Specifies the thickness of the border when stroking the perimeter of a field's rectangle. + if (isset($prop['lineWidth'])) { + $linewidth = intval($prop['lineWidth']); + } else { + $linewidth = 1; + } + // borderStyle: The border style for a field. + if (isset($prop['borderStyle'])) { + switch ($prop['borderStyle']) { + case 'border.d': + case 'dashed': { + $opt['border'] = array(0, 0, $linewidth, array(3, 2)); + $opt['bs'] = array('w'=>$linewidth, 's'=>'D', 'd'=>array(3, 2)); + break; + } + case 'border.b': + case 'beveled': { + $opt['border'] = array(0, 0, $linewidth); + $opt['bs'] = array('w'=>$linewidth, 's'=>'B'); + break; + } + case 'border.i': + case 'inset': { + $opt['border'] = array(0, 0, $linewidth); + $opt['bs'] = array('w'=>$linewidth, 's'=>'I'); + break; + } + case 'border.u': + case 'underline': { + $opt['border'] = array(0, 0, $linewidth); + $opt['bs'] = array('w'=>$linewidth, 's'=>'U'); + break; + } + default: + case 'border.s': + case 'solid': { + $opt['border'] = array(0, 0, $linewidth); + $opt['bs'] = array('w'=>$linewidth, 's'=>'S'); + break; + } + } + } + if (isset($prop['border']) AND is_array($prop['border'])) { + $opt['border'] = $prop['border']; + } + if (!isset($opt['mk'])) { + $opt['mk'] = array(); + } + if (!isset($opt['mk']['if'])) { + $opt['mk']['if'] = array(); + } + $opt['mk']['if']['a'] = array(0.5, 0.5); + // buttonAlignX: Controls how space is distributed from the left of the button face with respect to the icon. + if (isset($prop['buttonAlignX'])) { + $opt['mk']['if']['a'][0] = $prop['buttonAlignX']; + } + // buttonAlignY: Controls how unused space is distributed from the bottom of the button face with respect to the icon. + if (isset($prop['buttonAlignY'])) { + $opt['mk']['if']['a'][1] = $prop['buttonAlignY']; + } + // buttonFitBounds: If true, the extent to which the icon may be scaled is set to the bounds of the button field. + if (isset($prop['buttonFitBounds']) AND ($prop['buttonFitBounds'] == 'true')) { + $opt['mk']['if']['fb'] = true; + } + // buttonScaleHow: Controls how the icon is scaled (if necessary) to fit inside the button face. + if (isset($prop['buttonScaleHow'])) { + switch ($prop['buttonScaleHow']) { + case 'scaleHow.proportional': { + $opt['mk']['if']['s'] = 'P'; + break; + } + case 'scaleHow.anamorphic': { + $opt['mk']['if']['s'] = 'A'; + break; + } + } + } + // buttonScaleWhen: Controls when an icon is scaled to fit inside the button face. + if (isset($prop['buttonScaleWhen'])) { + switch ($prop['buttonScaleWhen']) { + case 'scaleWhen.always': { + $opt['mk']['if']['sw'] = 'A'; + break; + } + case 'scaleWhen.never': { + $opt['mk']['if']['sw'] = 'N'; + break; + } + case 'scaleWhen.tooBig': { + $opt['mk']['if']['sw'] = 'B'; + break; + } + case 'scaleWhen.tooSmall': { + $opt['mk']['if']['sw'] = 'S'; + break; + } + } + } + // buttonPosition: Controls how the text and the icon of the button are positioned with respect to each other within the button face. + if (isset($prop['buttonPosition'])) { + switch ($prop['buttonPosition']) { + case 0: + case 'position.textOnly': { + $opt['mk']['tp'] = 0; + break; + } + case 1: + case 'position.iconOnly': { + $opt['mk']['tp'] = 1; + break; + } + case 2: + case 'position.iconTextV': { + $opt['mk']['tp'] = 2; + break; + } + case 3: + case 'position.textIconV': { + $opt['mk']['tp'] = 3; + break; + } + case 4: + case 'position.iconTextH': { + $opt['mk']['tp'] = 4; + break; + } + case 5: + case 'position.textIconH': { + $opt['mk']['tp'] = 5; + break; + } + case 6: + case 'position.overlay': { + $opt['mk']['tp'] = 6; + break; + } + } + } + // fillColor: Specifies the background color for a field. + if (isset($prop['fillColor'])) { + if (is_array($prop['fillColor'])) { + $opt['mk']['bg'] = $prop['fillColor']; + } else { + $opt['mk']['bg'] = $this->convertHTMLColorToDec($prop['fillColor']); + } + } + // strokeColor: Specifies the stroke color for a field that is used to stroke the rectangle of the field with a line as large as the line width. + if (isset($prop['strokeColor'])) { + if (is_array($prop['strokeColor'])) { + $opt['mk']['bc'] = $prop['strokeColor']; + } else { + $opt['mk']['bc'] = $this->convertHTMLColorToDec($prop['strokeColor']); + } + } + // rotation: The rotation of a widget in counterclockwise increments. + if (isset($prop['rotation'])) { + $opt['mk']['r'] = $prop['rotation']; + } + // charLimit: Limits the number of characters that a user can type into a text field. + if (isset($prop['charLimit'])) { + $opt['maxlen'] = intval($prop['charLimit']); + } + if (!isset($ff)) { + $ff = 0; + } + // readonly: The read-only characteristic of a field. If a field is read-only, the user can see the field but cannot change it. + if (isset($prop['readonly']) AND ($prop['readonly'] == 'true')) { + $ff += 1 << 0; + } + // required: Specifies whether a field requires a value. + if (isset($prop['required']) AND ($prop['required'] == 'true')) { + $ff += 1 << 1; + } + // multiline: Controls how text is wrapped within the field. + if (isset($prop['multiline']) AND ($prop['multiline'] == 'true')) { + $ff += 1 << 12; + } + // password: Specifies whether the field should display asterisks when data is entered in the field. + if (isset($prop['password']) AND ($prop['password'] == 'true')) { + $ff += 1 << 13; + } + // NoToggleToOff: If set, exactly one radio button shall be selected at all times; selecting the currently selected button has no effect. + if (isset($prop['NoToggleToOff']) AND ($prop['NoToggleToOff'] == 'true')) { + $ff += 1 << 14; + } + // Radio: If set, the field is a set of radio buttons. + if (isset($prop['Radio']) AND ($prop['Radio'] == 'true')) { + $ff += 1 << 15; + } + // Pushbutton: If set, the field is a pushbutton that does not retain a permanent value. + if (isset($prop['Pushbutton']) AND ($prop['Pushbutton'] == 'true')) { + $ff += 1 << 16; + } + // Combo: If set, the field is a combo box; if clear, the field is a list box. + if (isset($prop['Combo']) AND ($prop['Combo'] == 'true')) { + $ff += 1 << 17; + } + // editable: Controls whether a combo box is editable. + if (isset($prop['editable']) AND ($prop['editable'] == 'true')) { + $ff += 1 << 18; + } + // Sort: If set, the field's option items shall be sorted alphabetically. + if (isset($prop['Sort']) AND ($prop['Sort'] == 'true')) { + $ff += 1 << 19; + } + // fileSelect: If true, sets the file-select flag in the Options tab of the text field (Field is Used for File Selection). + if (isset($prop['fileSelect']) AND ($prop['fileSelect'] == 'true')) { + $ff += 1 << 20; + } + // multipleSelection: If true, indicates that a list box allows a multiple selection of items. + if (isset($prop['multipleSelection']) AND ($prop['multipleSelection'] == 'true')) { + $ff += 1 << 21; + } + // doNotSpellCheck: If true, spell checking is not performed on this editable text field. + if (isset($prop['doNotSpellCheck']) AND ($prop['doNotSpellCheck'] == 'true')) { + $ff += 1 << 22; + } + // doNotScroll: If true, the text field does not scroll and the user, therefore, is limited by the rectangular region designed for the field. + if (isset($prop['doNotScroll']) AND ($prop['doNotScroll'] == 'true')) { + $ff += 1 << 23; + } + // comb: If set to true, the field background is drawn as series of boxes (one for each character in the value of the field) and each character of the content is drawn within those boxes. The number of boxes drawn is determined from the charLimit property. It applies only to text fields. The setter will also raise if any of the following field properties are also set multiline, password, and fileSelect. A side-effect of setting this property is that the doNotScroll property is also set. + if (isset($prop['comb']) AND ($prop['comb'] == 'true')) { + $ff += 1 << 24; + } + // radiosInUnison: If false, even if a group of radio buttons have the same name and export value, they behave in a mutually exclusive fashion, like HTML radio buttons. + if (isset($prop['radiosInUnison']) AND ($prop['radiosInUnison'] == 'true')) { + $ff += 1 << 25; + } + // richText: If true, the field allows rich text formatting. + if (isset($prop['richText']) AND ($prop['richText'] == 'true')) { + $ff += 1 << 25; + } + // commitOnSelChange: Controls whether a field value is committed after a selection change. + if (isset($prop['commitOnSelChange']) AND ($prop['commitOnSelChange'] == 'true')) { + $ff += 1 << 26; + } + $opt['ff'] = $ff; + // defaultValue: The default value of a field - that is, the value that the field is set to when the form is reset. + if (isset($prop['defaultValue'])) { + $opt['dv'] = $prop['defaultValue']; + } + $f = 4; // default value for annotation flags + // readonly: The read-only characteristic of a field. If a field is read-only, the user can see the field but cannot change it. + if (isset($prop['readonly']) AND ($prop['readonly'] == 'true')) { + $f += 1 << 6; + } + // display: Controls whether the field is hidden or visible on screen and in print. + if (isset($prop['display'])) { + if ($prop['display'] == 'display.visible') { + // + } elseif ($prop['display'] == 'display.hidden') { + $f += 1 << 1; + } elseif ($prop['display'] == 'display.noPrint') { + $f -= 1 << 2; + } elseif ($prop['display'] == 'display.noView') { + $f += 1 << 5; + } + } + $opt['f'] = $f; + // currentValueIndices: Reads and writes single or multiple values of a list box or combo box. + if (isset($prop['currentValueIndices']) AND is_array($prop['currentValueIndices'])) { + $opt['i'] = $prop['currentValueIndices']; + } + // value: The value of the field data that the user has entered. + if (isset($prop['value'])) { + if (is_array($prop['value'])) { + $opt['opt'] = array(); + foreach ($prop['value'] AS $key => $optval) { + // exportValues: An array of strings representing the export values for the field. + if (isset($prop['exportValues'][$key])) { + $opt['opt'][$key] = array($prop['exportValues'][$key], $prop['value'][$key]); + } else { + $opt['opt'][$key] = $prop['value'][$key]; + } + } + } else { + $opt['v'] = $prop['value']; + } + } + // richValue: This property specifies the text contents and formatting of a rich text field. + if (isset($prop['richValue'])) { + $opt['rv'] = $prop['richValue']; + } + // submitName: If nonempty, used during form submission instead of name. Only applicable if submitting in HTML format (that is, URL-encoded). + if (isset($prop['submitName'])) { + $opt['tm'] = $prop['submitName']; + } + // name: Fully qualified field name. + if (isset($prop['name'])) { + $opt['t'] = $prop['name']; + } + // userName: The user name (short description string) of the field. + if (isset($prop['userName'])) { + $opt['tu'] = $prop['userName']; + } + // highlight: Defines how a button reacts when a user clicks it. + if (isset($prop['highlight'])) { + switch ($prop['highlight']) { + case 'none': + case 'highlight.n': { + $opt['h'] = 'N'; + break; + } + case 'invert': + case 'highlight.i': { + $opt['h'] = 'i'; + break; + } + case 'push': + case 'highlight.p': { + $opt['h'] = 'P'; + break; + } + case 'outline': + case 'highlight.o': { + $opt['h'] = 'O'; + break; + } + } + } + // Unsupported options: + // - calcOrderIndex: Changes the calculation order of fields in the document. + // - delay: Delays the redrawing of a field's appearance. + // - defaultStyle: This property defines the default style attributes for the form field. + // - style: Allows the user to set the glyph style of a check box or radio button. + // - textColor, textFont, textSize + return $opt; + } + + /** + * Set default properties for form fields. + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-06) + */ + public function setFormDefaultProp($prop=array()) { + $this->default_form_prop = $prop; + } + + /** + * Return the default properties for form fields. + * @return array $prop javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-06) + */ + public function getFormDefaultProp() { + return $this->default_form_prop; + } + + /** + * Creates a text field + * @param $name (string) field name + * @param $w (float) Width of the rectangle + * @param $h (float) Height of the rectangle + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @param $opt (array) annotation parameters. Possible values are described on official PDF32000_2008 reference. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $js (boolean) if true put the field using JavaScript (requires Acrobat Writer to be rendered). + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function TextField($name, $w, $h, $prop=array(), $opt=array(), $x='', $y='', $js=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + if ($js) { + $this->_addfield('text', $name, $x, $y, $w, $h, $prop); + return; + } + // get default style + $prop = array_merge($this->getFormDefaultProp(), $prop); + // get annotation data + $popt = $this->getAnnotOptFromJSProp($prop); + // set default appearance stream + $this->annotation_fonts[$this->CurrentFont['fontkey']] = $this->CurrentFont['i']; + $fontstyle = sprintf('/F%d %.2F Tf %s', $this->CurrentFont['i'], $this->FontSizePt, $this->TextColor); + $popt['da'] = $fontstyle; + $popt['ap'] = array(); + $popt['ap']['n'] = 'q BT '.$fontstyle.' ET Q'; + // merge options + $opt = array_merge($popt, $opt); + // remove some conflicting options + unset($opt['bs']); + // set remaining annotation data + $opt['Subtype'] = 'Widget'; + $opt['ft'] = 'Tx'; + $opt['t'] = $name; + /* + Additional annotation's parameters (check _putannotsobj() method): + //$opt['f'] + //$opt['ap'] + //$opt['as'] + //$opt['bs'] + //$opt['be'] + //$opt['c'] + //$opt['border'] + //$opt['h'] + //$opt['mk'] + //$opt['mk']['r'] + //$opt['mk']['bc'] + //$opt['mk']['bg'] + //$opt['mk']['ca'] + //$opt['mk']['rc'] + //$opt['mk']['ac'] + //$opt['mk']['i'] + //$opt['mk']['ri'] + //$opt['mk']['ix'] + //$opt['mk']['if'] + //$opt['mk']['if']['sw'] + //$opt['mk']['if']['s'] + //$opt['mk']['if']['a'] + //$opt['mk']['if']['fb'] + //$opt['mk']['tp'] + //$opt['tu'] + //$opt['tm'] + //$opt['ff'] + //$opt['v'] + //$opt['dv'] + //$opt['a'] + //$opt['aa'] + //$opt['q'] + */ + $this->Annotation($x, $y, $w, $h, $name, $opt, 0); + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + } + + /** + * Creates a RadioButton field + * @param $name (string) field name + * @param $w (int) width + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @param $opt (array) annotation parameters. Possible values are described on official PDF32000_2008 reference. + * @param $onvalue (string) value to be returned if selected. + * @param $checked (boolean) define the initial state. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $js (boolean) if true put the field using JavaScript (requires Acrobat Writer to be rendered). + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function RadioButton($name, $w, $prop=array(), $opt=array(), $onvalue='On', $checked=false, $x='', $y='', $js=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($w, $x, $y); + if ($js) { + $this->_addfield('radiobutton', $name, $x, $y, $w, $w, $prop); + return; + } + if ($this->empty_string($onvalue)) { + $onvalue = 'On'; + } + if ($checked) { + $defval = $onvalue; + } else { + $defval = 'Off'; + } + // set data for parent group + if (!isset($this->radiobutton_groups[$this->page])) { + $this->radiobutton_groups[$this->page] = array(); + } + if (!isset($this->radiobutton_groups[$this->page][$name])) { + $this->radiobutton_groups[$this->page][$name] = array(); + ++$this->n; + $this->radiobutton_groups[$this->page][$name]['n'] = $this->n; + $this->radio_groups[] = $this->n; + $kid = ($this->n + 2); + } else { + $kid = ($this->n + 1); + } + // save object ID to be added on Kids entry on parent object + $this->radiobutton_groups[$this->page][$name][] = array('kid' => $kid, 'def' => $defval); + // get default style + $prop = array_merge($this->getFormDefaultProp(), $prop); + $prop['NoToggleToOff'] = 'true'; + $prop['Radio'] = 'true'; + $prop['borderStyle'] = 'inset'; + // get annotation data + $popt = $this->getAnnotOptFromJSProp($prop); + // set additional default values + $font = 'zapfdingbats'; + $this->AddFont($font); + $tmpfont = $this->getFontBuffer($font); + $this->annotation_fonts[$tmpfont['fontkey']] = $tmpfont['i']; + $fontstyle = sprintf('/F%d %.2F Tf %s', $tmpfont['i'], $this->FontSizePt, $this->TextColor); + $popt['da'] = $fontstyle; + $popt['ap'] = array(); + $popt['ap']['n'] = array(); + $popt['ap']['n'][$onvalue] = 'q BT '.$fontstyle.' 0 0 Td (8) Tj ET Q'; + $popt['ap']['n']['Off'] = 'q BT '.$fontstyle.' 0 0 Td (8) Tj ET Q'; + if (!isset($popt['mk'])) { + $popt['mk'] = array(); + } + $popt['mk']['ca'] = '(l)'; + // merge options + $opt = array_merge($popt, $opt); + // set remaining annotation data + $opt['Subtype'] = 'Widget'; + $opt['ft'] = 'Btn'; + if ($checked) { + $opt['v'] = array('/'.$onvalue); + $opt['as'] = $onvalue; + } else { + $opt['as'] = 'Off'; + } + $this->Annotation($x, $y, $w, $w, $name, $opt, 0); + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + } + + /** + * Creates a List-box field + * @param $name (string) field name + * @param $w (int) width + * @param $h (int) height + * @param $values (array) array containing the list of values. + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @param $opt (array) annotation parameters. Possible values are described on official PDF32000_2008 reference. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $js (boolean) if true put the field using JavaScript (requires Acrobat Writer to be rendered). + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function ListBox($name, $w, $h, $values, $prop=array(), $opt=array(), $x='', $y='', $js=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + if ($js) { + $this->_addfield('listbox', $name, $x, $y, $w, $h, $prop); + $s = ''; + foreach ($values as $value) { + $s .= "'".addslashes($value)."',"; + } + $this->javascript .= 'f'.$name.'.setItems(['.substr($s, 0, -1)."]);\n"; + return; + } + // get default style + $prop = array_merge($this->getFormDefaultProp(), $prop); + // get annotation data + $popt = $this->getAnnotOptFromJSProp($prop); + // set additional default values + $this->annotation_fonts[$this->CurrentFont['fontkey']] = $this->CurrentFont['i']; + $fontstyle = sprintf('/F%d %.2F Tf %s', $this->CurrentFont['i'], $this->FontSizePt, $this->TextColor); + $popt['da'] = $fontstyle; + $popt['ap'] = array(); + $popt['ap']['n'] = 'q BT '.$fontstyle.' ET Q'; + // merge options + $opt = array_merge($popt, $opt); + // set remaining annotation data + $opt['Subtype'] = 'Widget'; + $opt['ft'] = 'Ch'; + $opt['t'] = $name; + $opt['opt'] = $values; + $this->Annotation($x, $y, $w, $h, $name, $opt, 0); + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + } + + /** + * Creates a Combo-box field + * @param $name (string) field name + * @param $w (int) width + * @param $h (int) height + * @param $values (array) array containing the list of values. + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @param $opt (array) annotation parameters. Possible values are described on official PDF32000_2008 reference. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $js (boolean) if true put the field using JavaScript (requires Acrobat Writer to be rendered). + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function ComboBox($name, $w, $h, $values, $prop=array(), $opt=array(), $x='', $y='', $js=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + if ($js) { + $this->_addfield('combobox', $name, $x, $y, $w, $h, $prop); + $s = ''; + foreach ($values as $value) { + $s .= "'".addslashes($value)."',"; + } + $this->javascript .= 'f'.$name.'.setItems(['.substr($s, 0, -1)."]);\n"; + return; + } + // get default style + $prop = array_merge($this->getFormDefaultProp(), $prop); + $prop['Combo'] = true; + // get annotation data + $popt = $this->getAnnotOptFromJSProp($prop); + // set additional default options + $this->annotation_fonts[$this->CurrentFont['fontkey']] = $this->CurrentFont['i']; + $fontstyle = sprintf('/F%d %.2F Tf %s', $this->CurrentFont['i'], $this->FontSizePt, $this->TextColor); + $popt['da'] = $fontstyle; + $popt['ap'] = array(); + $popt['ap']['n'] = 'q BT '.$fontstyle.' ET Q'; + // merge options + $opt = array_merge($popt, $opt); + // set remaining annotation data + $opt['Subtype'] = 'Widget'; + $opt['ft'] = 'Ch'; + $opt['t'] = $name; + $opt['opt'] = $values; + $this->Annotation($x, $y, $w, $h, $name, $opt, 0); + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + } + + /** + * Creates a CheckBox field + * @param $name (string) field name + * @param $w (int) width + * @param $checked (boolean) define the initial state. + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @param $opt (array) annotation parameters. Possible values are described on official PDF32000_2008 reference. + * @param $onvalue (string) value to be returned if selected. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $js (boolean) if true put the field using JavaScript (requires Acrobat Writer to be rendered). + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function CheckBox($name, $w, $checked=false, $prop=array(), $opt=array(), $onvalue='Yes', $x='', $y='', $js=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($w, $x, $y); + if ($js) { + $this->_addfield('checkbox', $name, $x, $y, $w, $w, $prop); + return; + } + if (!isset($prop['value'])) { + $prop['value'] = array('Yes'); + } + // get default style + $prop = array_merge($this->getFormDefaultProp(), $prop); + $prop['borderStyle'] = 'inset'; + // get annotation data + $popt = $this->getAnnotOptFromJSProp($prop); + // set additional default options + $font = 'zapfdingbats'; + $this->AddFont($font); + $tmpfont = $this->getFontBuffer($font); + $this->annotation_fonts[$tmpfont['fontkey']] = $tmpfont['i']; + $fontstyle = sprintf('/F%d %.2F Tf %s', $tmpfont['i'], $this->FontSizePt, $this->TextColor); + $popt['da'] = $fontstyle; + $popt['ap'] = array(); + $popt['ap']['n'] = array(); + $popt['ap']['n']['Yes'] = 'q BT '.$fontstyle.' 0 0 Td (8) Tj ET Q'; + $popt['ap']['n']['Off'] = 'q BT '.$fontstyle.' 0 0 Td (8) Tj ET Q'; + // merge options + $opt = array_merge($popt, $opt); + // set remaining annotation data + $opt['Subtype'] = 'Widget'; + $opt['ft'] = 'Btn'; + $opt['t'] = $name; + $opt['opt'] = array($onvalue); + if ($checked) { + $opt['v'] = array('/0'); + $opt['as'] = 'Yes'; + } else { + $opt['v'] = array('/Off'); + $opt['as'] = 'Off'; + } + $this->Annotation($x, $y, $w, $w, $name, $opt, 0); + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + } + + /** + * Creates a button field + * @param $name (string) field name + * @param $w (int) width + * @param $h (int) height + * @param $caption (string) caption. + * @param $action (mixed) action triggered by pressing the button. Use a string to specify a javascript action. Use an array to specify a form action options as on section 12.7.5 of PDF32000_2008. + * @param $prop (array) javascript field properties. Possible values are described on official Javascript for Acrobat API reference. + * @param $opt (array) annotation parameters. Possible values are described on official PDF32000_2008 reference. + * @param $x (float) Abscissa of the upper-left corner of the rectangle + * @param $y (float) Ordinate of the upper-left corner of the rectangle + * @param $js (boolean) if true put the field using JavaScript (requires Acrobat Writer to be rendered). + * @public + * @author Nicola Asuni + * @since 4.8.000 (2009-09-07) + */ + public function Button($name, $w, $h, $caption, $action, $prop=array(), $opt=array(), $x='', $y='', $js=false) { + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + if ($js) { + $this->_addfield('button', $name, $this->x, $this->y, $w, $h, $prop); + $this->javascript .= 'f'.$name.".buttonSetCaption('".addslashes($caption)."');\n"; + $this->javascript .= 'f'.$name.".setAction('MouseUp','".addslashes($action)."');\n"; + $this->javascript .= 'f'.$name.".highlight='push';\n"; + $this->javascript .= 'f'.$name.".print=false;\n"; + return; + } + // get default style + $prop = array_merge($this->getFormDefaultProp(), $prop); + $prop['Pushbutton'] = 'true'; + $prop['highlight'] = 'push'; + $prop['display'] = 'display.noPrint'; + // get annotation data + $popt = $this->getAnnotOptFromJSProp($prop); + $this->annotation_fonts[$this->CurrentFont['fontkey']] = $this->CurrentFont['i']; + $fontstyle = sprintf('/F%d %.2F Tf %s', $this->CurrentFont['i'], $this->FontSizePt, $this->TextColor); + $popt['da'] = $fontstyle; + $popt['ap'] = array(); + $popt['ap']['n'] = 'q BT '.$fontstyle.' ET Q'; + // set additional default options + if (!isset($popt['mk'])) { + $popt['mk'] = array(); + } + $ann_obj_id = ($this->n + 1); + if (!empty($action) AND !is_array($action)) { + $ann_obj_id = ($this->n + 2); + } + $popt['mk']['ca'] = $this->_textstring($caption, $ann_obj_id); + $popt['mk']['rc'] = $this->_textstring($caption, $ann_obj_id); + $popt['mk']['ac'] = $this->_textstring($caption, $ann_obj_id); + // merge options + $opt = array_merge($popt, $opt); + // set remaining annotation data + $opt['Subtype'] = 'Widget'; + $opt['ft'] = 'Btn'; + $opt['t'] = $caption; + $opt['v'] = $name; + if (!empty($action)) { + if (is_array($action)) { + // form action options as on section 12.7.5 of PDF32000_2008. + $opt['aa'] = '/D <<'; + $bmode = array('SubmitForm', 'ResetForm', 'ImportData'); + foreach ($action AS $key => $val) { + if (($key == 'S') AND in_array($val, $bmode)) { + $opt['aa'] .= ' /S /'.$val; + } elseif (($key == 'F') AND (!empty($val))) { + $opt['aa'] .= ' /F '.$this->_datastring($val, $ann_obj_id); + } elseif (($key == 'Fields') AND is_array($val) AND !empty($val)) { + $opt['aa'] .= ' /Fields ['; + foreach ($val AS $field) { + $opt['aa'] .= ' '.$this->_textstring($field, $ann_obj_id); + } + $opt['aa'] .= ']'; + } elseif (($key == 'Flags')) { + $ff = 0; + if (is_array($val)) { + foreach ($val AS $flag) { + switch ($flag) { + case 'Include/Exclude': { + $ff += 1 << 0; + break; + } + case 'IncludeNoValueFields': { + $ff += 1 << 1; + break; + } + case 'ExportFormat': { + $ff += 1 << 2; + break; + } + case 'GetMethod': { + $ff += 1 << 3; + break; + } + case 'SubmitCoordinates': { + $ff += 1 << 4; + break; + } + case 'XFDF': { + $ff += 1 << 5; + break; + } + case 'IncludeAppendSaves': { + $ff += 1 << 6; + break; + } + case 'IncludeAnnotations': { + $ff += 1 << 7; + break; + } + case 'SubmitPDF': { + $ff += 1 << 8; + break; + } + case 'CanonicalFormat': { + $ff += 1 << 9; + break; + } + case 'ExclNonUserAnnots': { + $ff += 1 << 10; + break; + } + case 'ExclFKey': { + $ff += 1 << 11; + break; + } + case 'EmbedForm': { + $ff += 1 << 13; + break; + } + } + } + } else { + $ff = intval($val); + } + $opt['aa'] .= ' /Flags '.$ff; + } + } + $opt['aa'] .= ' >>'; + } else { + // Javascript action or raw action command + $js_obj_id = $this->addJavascriptObject($action); + $opt['aa'] = '/D '.$js_obj_id.' 0 R'; + } + } + $this->Annotation($x, $y, $w, $h, $name, $opt, 0); + if ($this->rtl) { + $this->x -= $w; + } else { + $this->x += $w; + } + } + + // --- END FORMS FIELDS ------------------------------------------------ + + /** + * Add certification signature (DocMDP or UR3) + * You can set only one signature type + * @protected + * @author Nicola Asuni + * @since 4.6.008 (2009-05-07) + */ + protected function _putsignature() { + if ((!$this->sign) OR (!isset($this->signature_data['cert_type']))) { + return; + } + $out = $this->_getobj($this->sig_obj_id + 1)."\n"; + $out .= '<< /Type /Sig'; + $out .= ' /Filter /Adobe.PPKLite'; + $out .= ' /SubFilter /adbe.pkcs7.detached'; + $out .= ' '.$this->byterange_string; + $out .= ' /Contents<'.str_repeat('0', $this->signature_max_length).'>'; + $out .= ' /Reference ['; // array of signature reference dictionaries + $out .= ' << /Type /SigRef'; + if ($this->signature_data['cert_type'] > 0) { + $out .= ' /TransformMethod /DocMDP'; + $out .= ' /TransformParams <<'; + $out .= ' /Type /TransformParams'; + $out .= ' /V /1.2'; + $out .= ' /P '.$this->signature_data['cert_type']; + } else { + $out .= ' /TransformMethod /UR3'; + $out .= ' /TransformParams <<'; + $out .= ' /Type /TransformParams'; + $out .= ' /V /2.2'; + if (!$this->empty_string($this->ur['document'])) { + $out .= ' /Document['.$this->ur['document'].']'; + } + if (!$this->empty_string($this->ur['form'])) { + $out .= ' /Form['.$this->ur['form'].']'; + } + if (!$this->empty_string($this->ur['signature'])) { + $out .= ' /Signature['.$this->ur['signature'].']'; + } + if (!$this->empty_string($this->ur['annots'])) { + $out .= ' /Annots['.$this->ur['annots'].']'; + } + if (!$this->empty_string($this->ur['ef'])) { + $out .= ' /EF['.$this->ur['ef'].']'; + } + if (!$this->empty_string($this->ur['formex'])) { + $out .= ' /FormEX['.$this->ur['formex'].']'; + } + } + $out .= ' >>'; // close TransformParams + // optional digest data (values must be calculated and replaced later) + //$out .= ' /Data ********** 0 R'; + //$out .= ' /DigestMethod/MD5'; + //$out .= ' /DigestLocation[********** 34]'; + //$out .= ' /DigestValue<********************************>'; + $out .= ' >>'; + $out .= ' ]'; // end of reference + if (isset($this->signature_data['info']['Name']) AND !$this->empty_string($this->signature_data['info']['Name'])) { + $out .= ' /Name '.$this->_textstring($this->signature_data['info']['Name']); + } + if (isset($this->signature_data['info']['Location']) AND !$this->empty_string($this->signature_data['info']['Location'])) { + $out .= ' /Location '.$this->_textstring($this->signature_data['info']['Location']); + } + if (isset($this->signature_data['info']['Reason']) AND !$this->empty_string($this->signature_data['info']['Reason'])) { + $out .= ' /Reason '.$this->_textstring($this->signature_data['info']['Reason']); + } + if (isset($this->signature_data['info']['ContactInfo']) AND !$this->empty_string($this->signature_data['info']['ContactInfo'])) { + $out .= ' /ContactInfo '.$this->_textstring($this->signature_data['info']['ContactInfo']); + } + $out .= ' /M '.$this->_datestring(); + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + + /** + * Set User's Rights for PDF Reader + * WARNING: This is experimental and currently do not work. + * Check the PDF Reference 8.7.1 Transform Methods, + * Table 8.105 Entries in the UR transform parameters dictionary + * @param $enable (boolean) if true enable user's rights on PDF reader + * @param $document (string) Names specifying additional document-wide usage rights for the document. The only defined value is "/FullSave", which permits a user to save the document along with modified form and/or annotation data. + * @param $annots (string) Names specifying additional annotation-related usage rights for the document. Valid names in PDF 1.5 and later are /Create/Delete/Modify/Copy/Import/Export, which permit the user to perform the named operation on annotations. + * @param $form (string) Names specifying additional form-field-related usage rights for the document. Valid names are: /Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate + * @param $signature (string) Names specifying additional signature-related usage rights for the document. The only defined value is /Modify, which permits a user to apply a digital signature to an existing signature form field or clear a signed signature form field. + * @param $ef (string) Names specifying additional usage rights for named embedded files in the document. Valid names are /Create/Delete/Modify/Import, which permit the user to perform the named operation on named embedded files + Names specifying additional embedded-files-related usage rights for the document. + * @param $formex (string) Names specifying additional form-field-related usage rights. The only valid name is BarcodePlaintext, which permits text form field data to be encoded as a plaintext two-dimensional barcode. + * @public + * @author Nicola Asuni + * @since 2.9.000 (2008-03-26) + */ + public function setUserRights( + $enable=true, + $document='/FullSave', + $annots='/Create/Delete/Modify/Copy/Import/Export', + $form='/Add/Delete/FillIn/Import/Export/SubmitStandalone/SpawnTemplate', + $signature='/Modify', + $ef='/Create/Delete/Modify/Import', + $formex='') { + $this->ur['enabled'] = $enable; + $this->ur['document'] = $document; + $this->ur['annots'] = $annots; + $this->ur['form'] = $form; + $this->ur['signature'] = $signature; + $this->ur['ef'] = $ef; + $this->ur['formex'] = $formex; + if (!$this->sign) { + $this->setSignature('', '', '', '', 0, array()); + } + } + + /** + * Enable document signature (requires the OpenSSL Library). + * The digital signature improve document authenticity and integrity and allows o enable extra features on Acrobat Reader. + * To create self-signed signature: openssl req -x509 -nodes -days 365000 -newkey rsa:1024 -keyout tcpdf.crt -out tcpdf.crt + * To export crt to p12: openssl pkcs12 -export -in tcpdf.crt -out tcpdf.p12 + * To convert pfx certificate to pem: openssl pkcs12 -in tcpdf.pfx -out tcpdf.crt -nodes + * @param $signing_cert (mixed) signing certificate (string or filename prefixed with 'file://') + * @param $private_key (mixed) private key (string or filename prefixed with 'file://') + * @param $private_key_password (string) password + * @param $extracerts (string) specifies the name of a file containing a bunch of extra certificates to include in the signature which can for example be used to help the recipient to verify the certificate that you used. + * @param $cert_type (int) The access permissions granted for this document. Valid values shall be: 1 = No changes to the document shall be permitted; any change to the document shall invalidate the signature; 2 = Permitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature; 3 = Permitted changes shall be the same as for 2, as well as annotation creation, deletion, and modification; other changes shall invalidate the signature. + * @param $info (array) array of option information: Name, Location, Reason, ContactInfo. + * @public + * @author Nicola Asuni + * @since 4.6.005 (2009-04-24) + */ + public function setSignature($signing_cert='', $private_key='', $private_key_password='', $extracerts='', $cert_type=2, $info=array()) { + // to create self-signed signature: openssl req -x509 -nodes -days 365000 -newkey rsa:1024 -keyout tcpdf.crt -out tcpdf.crt + // to export crt to p12: openssl pkcs12 -export -in tcpdf.crt -out tcpdf.p12 + // to convert pfx certificate to pem: openssl + // OpenSSL> pkcs12 -in -out -nodes + $this->sign = true; + ++$this->n; + $this->sig_obj_id = $this->n; // signature widget + ++$this->n; // signature object ($this->sig_obj_id + 1) + $this->signature_data = array(); + if (strlen($signing_cert) == 0) { + $signing_cert = 'file://'.dirname(__FILE__).'/tcpdf.crt'; + $private_key_password = 'tcpdfdemo'; + } + if (strlen($private_key) == 0) { + $private_key = $signing_cert; + } + $this->signature_data['signcert'] = $signing_cert; + $this->signature_data['privkey'] = $private_key; + $this->signature_data['password'] = $private_key_password; + $this->signature_data['extracerts'] = $extracerts; + $this->signature_data['cert_type'] = $cert_type; + $this->signature_data['info'] = $info; + } + + /** + * Set the digital signature appearance (a cliccable rectangle area to get signature properties) + * @param $x (float) Abscissa of the upper-left corner. + * @param $y (float) Ordinate of the upper-left corner. + * @param $w (float) Width of the signature area. + * @param $h (float) Height of the signature area. + * @param $page (int) option page number (if < 0 the current page is used). + * @public + * @author Nicola Asuni + * @since 5.3.011 (2010-06-17) + */ + public function setSignatureAppearance($x=0, $y=0, $w=0, $h=0, $page=-1) { + if (($page < 1) OR ($page > $this->numpages)) { + $this->signature_appearance['page'] = $this->page; + } else { + $this->signature_appearance['page'] = intval($page); + } + $a = $x * $this->k; + $b = $this->pagedim[($this->signature_appearance['page'])]['h'] - (($y + $h) * $this->k); + $c = $w * $this->k; + $d = $h * $this->k; + $this->signature_appearance['rect'] = sprintf('%.2F %.2F %.2F %.2F', $a, $b, $a+$c, $b+$d); + } + + /** + * Create a new page group. + * NOTE: call this function before calling AddPage() + * @param $page (int) starting group page (leave empty for next page). + * @public + * @since 3.0.000 (2008-03-27) + */ + public function startPageGroup($page='') { + if (empty($page)) { + $page = $this->page + 1; + } + $this->newpagegroup[$page] = true; + } + + /** + * Defines a string alias for the total number of pages. It will be substituted as the document is closed. + * @param $numalias (string) The alias. + * @since 1.4 + * @see getAliasNbPages(), PageNo(), Footer() + * @public + */ + public function AliasNbPages($numalias="{nb}") { + $this->AliasNbPages = $numalias; + } + + /** + * Returns the string alias used for the total number of pages. + * If the current font is unicode type, the returned string is surrounded by additional curly braces. + * @return string + * @since 4.0.018 (2008-08-08) + * @see AliasNbPages(), PageNo(), Footer() + * @public + */ + public function getAliasNbPages() { + if ($this->isUnicodeFont()) { + return '{'.$this->AliasNbPages.'}'; + } + return $this->AliasNbPages; + } + + /** + * Defines a string alias for the page number. It will be substituted as the document is closed. + * @param $numalias (string) The alias. + * @since 4.5.000 (2009-01-02) + * @see getAliasNbPages(), PageNo(), Footer() + * @public + */ + public function AliasNumPage($numalias="{pnb}") { + $this->AliasNumPage = $numalias; + } + + /** + * Returns the string alias used for the page number. + * If the current font is unicode type, the returned string is surrounded by additional curly braces. + * @return string + * @since 4.5.000 (2009-01-02) + * @see AliasNbPages(), PageNo(), Footer() + * @public + */ + public function getAliasNumPage() { + if ($this->isUnicodeFont()) { + return '{'.$this->AliasNumPage.'}'; + } + return $this->AliasNumPage; + } + + /** + * Return the current page in the group. + * @return current page in the group + * @public + * @since 3.0.000 (2008-03-27) + */ + public function getGroupPageNo() { + return $this->pagegroups[$this->currpagegroup]; + } + + /** + * Returns the current group page number formatted as a string. + * @public + * @since 4.3.003 (2008-11-18) + * @see PaneNo(), formatPageNumber() + */ + public function getGroupPageNoFormatted() { + return $this->formatPageNumber($this->getGroupPageNo()); + } + + /** + * Return the alias of the current page group + * If the current font is unicode type, the returned string is surrounded by additional curly braces. + * (will be replaced by the total number of pages in this group). + * @return alias of the current page group + * @public + * @since 3.0.000 (2008-03-27) + */ + public function getPageGroupAlias() { + if ($this->isUnicodeFont()) { + return '{'.$this->currpagegroup.'}'; + } + return $this->currpagegroup; + } + + /** + * Return the alias for the page number on the current page group + * If the current font is unicode type, the returned string is surrounded by additional curly braces. + * (will be replaced by the total number of pages in this group). + * @return alias of the current page group + * @public + * @since 4.5.000 (2009-01-02) + */ + public function getPageNumGroupAlias() { + if ($this->isUnicodeFont()) { + return '{'.str_replace('{nb', '{pnb', $this->currpagegroup).'}'; + } + return str_replace('{nb', '{pnb', $this->currpagegroup); + } + + /** + * Format the page numbers. + * This method can be overriden for custom formats. + * @param $num (int) page number + * @protected + * @since 4.2.005 (2008-11-06) + */ + protected function formatPageNumber($num) { + return number_format((float)$num, 0, '', '.'); + } + + /** + * Format the page numbers on the Table Of Content. + * This method can be overriden for custom formats. + * @param $num (int) page number + * @protected + * @since 4.5.001 (2009-01-04) + * @see addTOC(), addHTMLTOC() + */ + protected function formatTOCPageNumber($num) { + return number_format((float)$num, 0, '', '.'); + } + + /** + * Returns the current page number formatted as a string. + * @public + * @since 4.2.005 (2008-11-06) + * @see PaneNo(), formatPageNumber() + */ + public function PageNoFormatted() { + return $this->formatPageNumber($this->PageNo()); + } + + /** + * Put visibility settings. + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected function _putocg() { + $this->n_ocg_print = $this->_newobj(); + $this->_out('<< /Type /OCG /Name '.$this->_textstring('print', $this->n_ocg_print).' /Usage << /Print <> /View <> >> >>'."\n".'endobj'); + $this->n_ocg_view = $this->_newobj(); + $this->_out('<< /Type /OCG /Name '.$this->_textstring('view', $this->n_ocg_view).' /Usage << /Print <> /View <> >> >>'."\n".'endobj'); + } + + /** + * Set the visibility of the successive elements. + * This can be useful, for instance, to put a background + * image or color that will show on screen but won't print. + * @param $v (string) visibility mode. Legal values are: all, print, screen. + * @public + * @since 3.0.000 (2008-03-27) + */ + public function setVisibility($v) { + if ($this->openMarkedContent) { + // close existing open marked-content + $this->_out('EMC'); + $this->openMarkedContent = false; + } + switch($v) { + case 'print': { + $this->_out('/OC /OC1 BDC'); + $this->openMarkedContent = true; + break; + } + case 'screen': { + $this->_out('/OC /OC2 BDC'); + $this->openMarkedContent = true; + break; + } + case 'all': { + $this->_out(''); + break; + } + default: { + $this->Error('Incorrect visibility: '.$v); + break; + } + } + $this->visibility = $v; + } + + /** + * Add transparency parameters to the current extgstate + * @param $parms (array) parameters + * @return the number of extgstates + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected function addExtGState($parms) { + $n = count($this->extgstates) + 1; + // check if this ExtGState already exist + for ($i = 1; $i < $n; ++$i) { + if ($this->extgstates[$i]['parms'] == $parms) { + // return reference to existing ExtGState + return $i; + } + } + $this->extgstates[$n]['parms'] = $parms; + return $n; + } + + /** + * Add an extgstate + * @param $gs (array) extgstate + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected function setExtGState($gs) { + $this->_out(sprintf('/GS%d gs', $gs)); + } + + /** + * Put extgstates for object transparency + * @protected + * @since 3.0.000 (2008-03-27) + */ + protected function _putextgstates() { + $ne = count($this->extgstates); + for ($i = 1; $i <= $ne; ++$i) { + $this->extgstates[$i]['n'] = $this->_newobj(); + $out = '<< /Type /ExtGState'; + foreach ($this->extgstates[$i]['parms'] as $k => $v) { + if (is_float($v)) { + $v = sprintf('%.2F', $v); + } + $out .= ' /'.$k.' '.$v; + } + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + + /** + * Set alpha for stroking (CA) and non-stroking (ca) operations. + * @param $alpha (float) real value from 0 (transparent) to 1 (opaque) + * @param $bm (string) blend mode, one of the following: Normal, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, Hue, Saturation, Color, Luminosity + * @public + * @since 3.0.000 (2008-03-27) + */ + public function setAlpha($alpha, $bm='Normal') { + $gs = $this->addExtGState(array('ca' => $alpha, 'CA' => $alpha, 'BM' => '/'.$bm, 'AIS' => 'false')); + $this->setExtGState($gs); + } + + /** + * Set the default JPEG compression quality (1-100) + * @param $quality (int) JPEG quality, integer between 1 and 100 + * @public + * @since 3.0.000 (2008-03-27) + */ + public function setJPEGQuality($quality) { + if (($quality < 1) OR ($quality > 100)) { + $quality = 75; + } + $this->jpeg_quality = intval($quality); + } + + /** + * Set the default number of columns in a row for HTML tables. + * @param $cols (int) number of columns + * @public + * @since 3.0.014 (2008-06-04) + */ + public function setDefaultTableColumns($cols=4) { + $this->default_table_columns = intval($cols); + } + + /** + * Set the height of the cell (line height) respect the font height. + * @param $h (int) cell proportion respect font height (typical value = 1.25). + * @public + * @since 3.0.014 (2008-06-04) + */ + public function setCellHeightRatio($h) { + $this->cell_height_ratio = $h; + } + + /** + * return the height of cell repect font height. + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getCellHeightRatio() { + return $this->cell_height_ratio; + } + + /** + * Set the PDF version (check PDF reference for valid values). + * @param $version (string) PDF document version. + * @public + * @since 3.1.000 (2008-06-09) + */ + public function setPDFVersion($version='1.7') { + $this->PDFVersion = $version; + } + + /** + * Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print. + * (see Section 8.1 of PDF reference, "Viewer Preferences"). + *
                      • HideToolbar boolean (Optional) A flag specifying whether to hide the viewer application's tool bars when the document is active. Default value: false.
                      • HideMenubar boolean (Optional) A flag specifying whether to hide the viewer application's menu bar when the document is active. Default value: false.
                      • HideWindowUI boolean (Optional) A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. Default value: false.
                      • FitWindow boolean (Optional) A flag specifying whether to resize the document's window to fit the size of the first displayed page. Default value: false.
                      • CenterWindow boolean (Optional) A flag specifying whether to position the document's window in the center of the screen. Default value: false.
                      • DisplayDocTitle boolean (Optional; PDF 1.4) A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see Section 10.2.1, "Document Information Dictionary"). If false, the title bar should instead display the name of the PDF file containing the document. Default value: false.
                      • NonFullScreenPageMode name (Optional) The document's page mode, specifying how to display the document on exiting full-screen mode:
                        • UseNone Neither document outline nor thumbnail images visible
                        • UseOutlines Document outline visible
                        • UseThumbs Thumbnail images visible
                        • UseOC Optional content group panel visible
                        This entry is meaningful only if the value of the PageMode entry in the catalog dictionary (see Section 3.6.1, "Document Catalog") is FullScreen; it is ignored otherwise. Default value: UseNone.
                      • ViewArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be displayed when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
                        • MediaBox
                        • CropBox (default)
                        • BleedBox
                        • TrimBox
                        • ArtBox
                      • ViewClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. Valid values are (see Section 10.10.1, "Page Boundaries").:
                        • MediaBox
                        • CropBox (default)
                        • BleedBox
                        • TrimBox
                        • ArtBox
                      • PrintArea name (Optional; PDF 1.4) The name of the page boundary representing the area of a page to be rendered when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
                        • MediaBox
                        • CropBox (default)
                        • BleedBox
                        • TrimBox
                        • ArtBox
                      • PrintClip name (Optional; PDF 1.4) The name of the page boundary to which the contents of a page are to be clipped when printing the document. Valid values are (see Section 10.10.1, "Page Boundaries").:
                        • MediaBox
                        • CropBox (default)
                        • BleedBox
                        • TrimBox
                        • ArtBox
                      • PrintScaling name (Optional; PDF 1.6) The page scaling option to be selected when a print dialog is displayed for this document. Valid values are:
                        • None, which indicates that the print dialog should reflect no page scaling
                        • AppDefault (default), which indicates that applications should use the current print scaling
                      • Duplex name (Optional; PDF 1.7) The paper handling option to use when printing the file from the print dialog. The following values are valid:
                        • Simplex - Print single-sided
                        • DuplexFlipShortEdge - Duplex and flip on the short edge of the sheet
                        • DuplexFlipLongEdge - Duplex and flip on the long edge of the sheet
                        Default value: none
                      • PickTrayByPDFSize boolean (Optional; PDF 1.7) A flag specifying whether the PDF page size is used to select the input paper tray. This setting influences only the preset values used to populate the print dialog presented by a PDF viewer application. If PickTrayByPDFSize is true, the check box in the print dialog associated with input paper tray is checked. Note: This setting has no effect on Mac OS systems, which do not provide the ability to pick the input tray by size.
                      • PrintPageRange array (Optional; PDF 1.7) The page numbers used to initialize the print dialog box when the file is printed. The first page of the PDF file is denoted by 1. Each pair consists of the first and last pages in the sub-range. An odd number of integers causes this entry to be ignored. Negative numbers cause the entire array to be ignored. Default value: as defined by PDF viewer application
                      • NumCopies integer (Optional; PDF 1.7) The number of copies to be printed when the print dialog is opened for this file. Supported values are the integers 2 through 5. Values outside this range are ignored. Default value: as defined by PDF viewer application, but typically 1
                      + * @param $preferences (array) array of options. + * @author Nicola Asuni + * @public + * @since 3.1.000 (2008-06-09) + */ + public function setViewerPreferences($preferences) { + $this->viewer_preferences = $preferences; + } + + /** + * Paints color transition registration bars + * @param $x (float) abscissa of the top left corner of the rectangle. + * @param $y (float) ordinate of the top left corner of the rectangle. + * @param $w (float) width of the rectangle. + * @param $h (float) height of the rectangle. + * @param $transition (boolean) if true prints tcolor transitions to white. + * @param $vertical (boolean) if true prints bar vertically. + * @param $colors (string) colors to print, one letter per color separated by comma (for example 'A,W,R,G,B,C,M,Y,K'): A=black, W=white, R=red, G=green, B=blue, C=cyan, M=magenta, Y=yellow, K=black. + * @author Nicola Asuni + * @since 4.9.000 (2010-03-26) + * @public + */ + public function colorRegistrationBar($x, $y, $w, $h, $transition=true, $vertical=false, $colors='A,R,G,B,C,M,Y,K') { + $bars = explode(',', $colors); + $numbars = count($bars); // number of bars to print + // set bar measures + if ($vertical) { + $coords = array(0, 0, 0, 1); + $wb = $w / $numbars; // bar width + $hb = $h; // bar height + $xd = $wb; // delta x + $yd = 0; // delta y + } else { + $coords = array(1, 0, 0, 0); + $wb = $w; // bar width + $hb = $h / $numbars; // bar height + $xd = 0; // delta x + $yd = $hb; // delta y + } + $xb = $x; + $yb = $y; + foreach ($bars as $col) { + switch ($col) { + // set transition colors + case 'A': { // BLACK + $col_a = array(255); + $col_b = array(0); + break; + } + case 'W': { // WHITE + $col_a = array(0); + $col_b = array(255); + break; + } + case 'R': { // R + $col_a = array(255,255,255); + $col_b = array(255,0,0); + break; + } + case 'G': { // G + $col_a = array(255,255,255); + $col_b = array(0,255,0); + break; + } + case 'B': { // B + $col_a = array(255,255,255); + $col_b = array(0,0,255); + break; + } + case 'C': { // C + $col_a = array(0,0,0,0); + $col_b = array(100,0,0,0); + break; + } + case 'M': { // M + $col_a = array(0,0,0,0); + $col_b = array(0,100,0,0); + break; + } + case 'Y': { // Y + $col_a = array(0,0,0,0); + $col_b = array(0,0,100,0); + break; + } + case 'K': { // K + $col_a = array(0,0,0,0); + $col_b = array(0,0,0,100); + break; + } + default: { // GRAY + $col_a = array(255); + $col_b = array(0); + break; + } + } + if ($transition) { + // color gradient + $this->LinearGradient($xb, $yb, $wb, $hb, $col_a, $col_b, $coords); + } else { + // color rectangle + $this->SetFillColorArray($col_b); + $this->Rect($xb, $yb, $wb, $hb, 'F', array()); + } + $xb += $xd; + $yb += $yd; + } + } + + /** + * Paints crop mark + * @param $x (float) abscissa of the crop mark center. + * @param $y (float) ordinate of the crop mark center. + * @param $w (float) width of the crop mark. + * @param $h (float) height of the crop mark. + * @param $type (string) type of crop mark, one sybol per type separated by comma: A = top left, B = top right, C = bottom left, D = bottom right. + * @param $color (array) crop mark color (default black). + * @author Nicola Asuni + * @since 4.9.000 (2010-03-26) + * @public + */ + public function cropMark($x, $y, $w, $h, $type='A,B,C,D', $color=array(0,0,0)) { + $this->SetLineStyle(array('width' => (0.5 / $this->k), 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => $color)); + $crops = explode(',', $type); + $numcrops = count($crops); // number of crop marks to print + $dw = $w / 4; // horizontal space to leave before the intersection point + $dh = $h / 4; // vertical space to leave before the intersection point + foreach ($crops as $crop) { + switch ($crop) { + case 'A': { + $x1 = $x; + $y1 = $y - $h; + $x2 = $x; + $y2 = $y - $dh; + $x3 = $x - $w; + $y3 = $y; + $x4 = $x - $dw; + $y4 = $y; + break; + } + case 'B': { + $x1 = $x; + $y1 = $y - $h; + $x2 = $x; + $y2 = $y - $dh; + $x3 = $x + $dw; + $y3 = $y; + $x4 = $x + $w; + $y4 = $y; + break; + } + case 'C': { + $x1 = $x - $w; + $y1 = $y; + $x2 = $x - $dw; + $y2 = $y; + $x3 = $x; + $y3 = $y + $dh; + $x4 = $x; + $y4 = $y + $h; + break; + } + case 'D': { + $x1 = $x + $dw; + $y1 = $y; + $x2 = $x + $w; + $y2 = $y; + $x3 = $x; + $y3 = $y + $dh; + $x4 = $x; + $y4 = $y + $h; + break; + } + } + $this->Line($x1, $y1, $x2, $y2); + $this->Line($x3, $y3, $x4, $y4); + } + } + + /** + * Paints a registration mark + * @param $x (float) abscissa of the registration mark center. + * @param $y (float) ordinate of the registration mark center. + * @param $r (float) radius of the crop mark. + * @param $double (boolean) if true print two concentric crop marks. + * @param $cola (array) crop mark color (default black). + * @param $colb (array) second crop mark color. + * @author Nicola Asuni + * @since 4.9.000 (2010-03-26) + * @public + */ + public function registrationMark($x, $y, $r, $double=false, $cola=array(0,0,0), $colb=array(255,255,255)) { + $line_style = array('width' => (0.5 / $this->k), 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => $cola); + $this->SetFillColorArray($cola); + $this->PieSector($x, $y, $r, 90, 180, 'F'); + $this->PieSector($x, $y, $r, 270, 360, 'F'); + $this->Circle($x, $y, $r, 0, 360, 'C', $line_style, array(), 8); + if ($double) { + $r2 = $r * 0.5; + $this->SetFillColorArray($colb); + $this->PieSector($x, $y, $r2, 90, 180, 'F'); + $this->PieSector($x, $y, $r2, 270, 360, 'F'); + $this->SetFillColorArray($cola); + $this->PieSector($x, $y, $r2, 0, 90, 'F'); + $this->PieSector($x, $y, $r2, 180, 270, 'F'); + $this->Circle($x, $y, $r2, 0, 360, 'C', $line_style, array(), 8); + } + } + + /** + * Paints a linear colour gradient. + * @param $x (float) abscissa of the top left corner of the rectangle. + * @param $y (float) ordinate of the top left corner of the rectangle. + * @param $w (float) width of the rectangle. + * @param $h (float) height of the rectangle. + * @param $col1 (array) first color (Grayscale, RGB or CMYK components). + * @param $col2 (array) second color (Grayscale, RGB or CMYK components). + * @param $coords (array) array of the form (x1, y1, x2, y2) which defines the gradient vector (see linear_gradient_coords.jpg). The default value is from left to right (x1=0, y1=0, x2=1, y2=0). + * @author Andreas W�rmser, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function LinearGradient($x, $y, $w, $h, $col1=array(), $col2=array(), $coords=array(0,0,1,0)) { + $this->Clip($x, $y, $w, $h); + $this->Gradient(2, $coords, array(array('color' => $col1, 'offset' => 0, 'exponent' => 1), array('color' => $col2, 'offset' => 1, 'exponent' => 1)), array(), false); + } + + /** + * Paints a radial colour gradient. + * @param $x (float) abscissa of the top left corner of the rectangle. + * @param $y (float) ordinate of the top left corner of the rectangle. + * @param $w (float) width of the rectangle. + * @param $h (float) height of the rectangle. + * @param $col1 (array) first color (Grayscale, RGB or CMYK components). + * @param $col2 (array) second color (Grayscale, RGB or CMYK components). + * @param $coords (array) array of the form (fx, fy, cx, cy, r) where (fx, fy) is the starting point of the gradient with color1, (cx, cy) is the center of the circle with color2, and r is the radius of the circle (see radial_gradient_coords.jpg). (fx, fy) should be inside the circle, otherwise some areas will not be defined. + * @author Andreas W�rmser, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function RadialGradient($x, $y, $w, $h, $col1=array(), $col2=array(), $coords=array(0.5,0.5,0.5,0.5,1)) { + $this->Clip($x, $y, $w, $h); + $this->Gradient(3, $coords, array(array('color' => $col1, 'offset' => 0, 'exponent' => 1), array('color' => $col2, 'offset' => 1, 'exponent' => 1)), array(), false); + } + + /** + * Paints a coons patch mesh. + * @param $x (float) abscissa of the top left corner of the rectangle. + * @param $y (float) ordinate of the top left corner of the rectangle. + * @param $w (float) width of the rectangle. + * @param $h (float) height of the rectangle. + * @param $col1 (array) first color (lower left corner) (RGB components). + * @param $col2 (array) second color (lower right corner) (RGB components). + * @param $col3 (array) third color (upper right corner) (RGB components). + * @param $col4 (array) fourth color (upper left corner) (RGB components). + * @param $coords (array)
                      • for one patch mesh: array(float x1, float y1, .... float x12, float y12): 12 pairs of coordinates (normally from 0 to 1) which specify the Bezier control points that define the patch. First pair is the lower left edge point, next is its right control point (control point 2). Then the other points are defined in the order: control point 1, edge point, control point 2 going counter-clockwise around the patch. Last (x12, y12) is the first edge point's left control point (control point 1).
                      • for two or more patch meshes: array[number of patches]: arrays with the following keys for each patch: f: where to put that patch (0 = first patch, 1, 2, 3 = right, top and left of precedent patch - I didn't figure this out completely - just try and error ;-) points: 12 pairs of coordinates of the Bezier control points as above for the first patch, 8 pairs of coordinates for the following patches, ignoring the coordinates already defined by the precedent patch (I also didn't figure out the order of these - also: try and see what's happening) colors: must be 4 colors for the first patch, 2 colors for the following patches
                      + * @param $coords_min (array) minimum value used by the coordinates. If a coordinate's value is smaller than this it will be cut to coords_min. default: 0 + * @param $coords_max (array) maximum value used by the coordinates. If a coordinate's value is greater than this it will be cut to coords_max. default: 1 + * @param $antialias (boolean) A flag indicating whether to filter the shading function to prevent aliasing artifacts. + * @author Andreas W�rmser, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function CoonsPatchMesh($x, $y, $w, $h, $col1=array(), $col2=array(), $col3=array(), $col4=array(), $coords=array(0.00,0.0,0.33,0.00,0.67,0.00,1.00,0.00,1.00,0.33,1.00,0.67,1.00,1.00,0.67,1.00,0.33,1.00,0.00,1.00,0.00,0.67,0.00,0.33), $coords_min=0, $coords_max=1, $antialias=false) { + $this->Clip($x, $y, $w, $h); + $n = count($this->gradients) + 1; + $this->gradients[$n] = array(); + $this->gradients[$n]['type'] = 6; //coons patch mesh + $this->gradients[$n]['coords'] = array(); + $this->gradients[$n]['antialias'] = $antialias; + $this->gradients[$n]['colors'] = array(); + $this->gradients[$n]['transparency'] = false; + //check the coords array if it is the simple array or the multi patch array + if (!isset($coords[0]['f'])) { + //simple array -> convert to multi patch array + if (!isset($col1[1])) { + $col1[1] = $col1[2] = $col1[0]; + } + if (!isset($col2[1])) { + $col2[1] = $col2[2] = $col2[0]; + } + if (!isset($col3[1])) { + $col3[1] = $col3[2] = $col3[0]; + } + if (!isset($col4[1])) { + $col4[1] = $col4[2] = $col4[0]; + } + $patch_array[0]['f'] = 0; + $patch_array[0]['points'] = $coords; + $patch_array[0]['colors'][0]['r'] = $col1[0]; + $patch_array[0]['colors'][0]['g'] = $col1[1]; + $patch_array[0]['colors'][0]['b'] = $col1[2]; + $patch_array[0]['colors'][1]['r'] = $col2[0]; + $patch_array[0]['colors'][1]['g'] = $col2[1]; + $patch_array[0]['colors'][1]['b'] = $col2[2]; + $patch_array[0]['colors'][2]['r'] = $col3[0]; + $patch_array[0]['colors'][2]['g'] = $col3[1]; + $patch_array[0]['colors'][2]['b'] = $col3[2]; + $patch_array[0]['colors'][3]['r'] = $col4[0]; + $patch_array[0]['colors'][3]['g'] = $col4[1]; + $patch_array[0]['colors'][3]['b'] = $col4[2]; + } else { + //multi patch array + $patch_array = $coords; + } + $bpcd = 65535; //16 bits per coordinate + //build the data stream + $this->gradients[$n]['stream'] = ''; + $count_patch = count($patch_array); + for ($i=0; $i < $count_patch; ++$i) { + $this->gradients[$n]['stream'] .= chr($patch_array[$i]['f']); //start with the edge flag as 8 bit + $count_points = count($patch_array[$i]['points']); + for ($j=0; $j < $count_points; ++$j) { + //each point as 16 bit + $patch_array[$i]['points'][$j] = (($patch_array[$i]['points'][$j] - $coords_min) / ($coords_max - $coords_min)) * $bpcd; + if ($patch_array[$i]['points'][$j] < 0) { + $patch_array[$i]['points'][$j] = 0; + } + if ($patch_array[$i]['points'][$j] > $bpcd) { + $patch_array[$i]['points'][$j] = $bpcd; + } + $this->gradients[$n]['stream'] .= chr(floor($patch_array[$i]['points'][$j] / 256)); + $this->gradients[$n]['stream'] .= chr(floor($patch_array[$i]['points'][$j] % 256)); + } + $count_cols = count($patch_array[$i]['colors']); + for ($j=0; $j < $count_cols; ++$j) { + //each color component as 8 bit + $this->gradients[$n]['stream'] .= chr($patch_array[$i]['colors'][$j]['r']); + $this->gradients[$n]['stream'] .= chr($patch_array[$i]['colors'][$j]['g']); + $this->gradients[$n]['stream'] .= chr($patch_array[$i]['colors'][$j]['b']); + } + } + //paint the gradient + $this->_out('/Sh'.$n.' sh'); + //restore previous Graphic State + $this->_out('Q'); + } + + /** + * Set a rectangular clipping area. + * @param $x (float) abscissa of the top left corner of the rectangle (or top right corner for RTL mode). + * @param $y (float) ordinate of the top left corner of the rectangle. + * @param $w (float) width of the rectangle. + * @param $h (float) height of the rectangle. + * @author Andreas W�rmser, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @protected + */ + protected function Clip($x, $y, $w, $h) { + if ($this->rtl) { + $x = $this->w - $x - $w; + } + //save current Graphic State + $s = 'q'; + //set clipping area + $s .= sprintf(' %.2F %.2F %.2F %.2F re W n', $x*$this->k, ($this->h-$y)*$this->k, $w*$this->k, -$h*$this->k); + //set up transformation matrix for gradient + $s .= sprintf(' %.3F 0 0 %.3F %.3F %.3F cm', $w*$this->k, $h*$this->k, $x*$this->k, ($this->h-($y+$h))*$this->k); + $this->_out($s); + } + + /** + * Output gradient. + * @param $type (int) type of gradient (1 Function-based shading; 2 Axial shading; 3 Radial shading; 4 Free-form Gouraud-shaded triangle mesh; 5 Lattice-form Gouraud-shaded triangle mesh; 6 Coons patch mesh; 7 Tensor-product patch mesh). (Not all types are currently supported) + * @param $coords (array) array of coordinates. + * @param $stops (array) array gradient color components: color = array of GRAY, RGB or CMYK color components; offset = (0 to 1) represents a location along the gradient vector; exponent = exponent of the exponential interpolation function (default = 1). + * @param $background (array) An array of colour components appropriate to the colour space, specifying a single background colour value. + * @param $antialias (boolean) A flag indicating whether to filter the shading function to prevent aliasing artifacts. + * @author Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function Gradient($type, $coords, $stops, $background=array(), $antialias=false) { + $n = count($this->gradients) + 1; + $this->gradients[$n] = array(); + $this->gradients[$n]['type'] = $type; + $this->gradients[$n]['coords'] = $coords; + $this->gradients[$n]['antialias'] = $antialias; + $this->gradients[$n]['colors'] = array(); + $this->gradients[$n]['transparency'] = false; + // color space + $numcolspace = count($stops[0]['color']); + $bcolor = array_values($background); + switch($numcolspace) { + case 4: { // CMYK + $this->gradients[$n]['colspace'] = 'DeviceCMYK'; + if (!empty($background)) { + $this->gradients[$n]['background'] = sprintf('%.3F %.3F %.3F %.3F', $bcolor[0]/100, $bcolor[1]/100, $bcolor[2]/100, $bcolor[3]/100); + } + break; + } + case 3: { // RGB + $this->gradients[$n]['colspace'] = 'DeviceRGB'; + if (!empty($background)) { + $this->gradients[$n]['background'] = sprintf('%.3F %.3F %.3F', $bcolor[0]/255, $bcolor[1]/255, $bcolor[2]/255); + } + break; + } + case 1: { // Gray scale + $this->gradients[$n]['colspace'] = 'DeviceGray'; + if (!empty($background)) { + $this->gradients[$n]['background'] = sprintf('%.3F', $bcolor[0]/255); + } + break; + } + } + $num_stops = count($stops); + $last_stop_id = $num_stops - 1; + foreach ($stops as $key => $stop) { + $this->gradients[$n]['colors'][$key] = array(); + // offset represents a location along the gradient vector + if (isset($stop['offset'])) { + $this->gradients[$n]['colors'][$key]['offset'] = $stop['offset']; + } else { + if ($key == 0) { + $this->gradients[$n]['colors'][$key]['offset'] = 0; + } elseif ($key == $last_stop_id) { + $this->gradients[$n]['colors'][$key]['offset'] = 1; + } else { + $offsetstep = (1 - $this->gradients[$n]['colors'][($key - 1)]['offset']) / ($num_stops - $key); + $this->gradients[$n]['colors'][$key]['offset'] = $this->gradients[$n]['colors'][($key - 1)]['offset'] + $offsetstep; + } + } + if (isset($stop['opacity'])) { + $this->gradients[$n]['colors'][$key]['opacity'] = $stop['opacity']; + if ($stop['opacity'] < 1) { + $this->gradients[$n]['transparency'] = true; + } + } else { + $this->gradients[$n]['colors'][$key]['opacity'] = 1; + } + // exponent for the exponential interpolation function + if (isset($stop['exponent'])) { + $this->gradients[$n]['colors'][$key]['exponent'] = $stop['exponent']; + } else { + $this->gradients[$n]['colors'][$key]['exponent'] = 1; + } + // set colors + $color = array_values($stop['color']); + switch($numcolspace) { + case 4: { // CMYK + $this->gradients[$n]['colors'][$key]['color'] = sprintf('%.3F %.3F %.3F %.3F', $color[0]/100, $color[1]/100, $color[2]/100, $color[3]/100); + break; + } + case 3: { // RGB + $this->gradients[$n]['colors'][$key]['color'] = sprintf('%.3F %.3F %.3F', $color[0]/255, $color[1]/255, $color[2]/255); + break; + } + case 1: { // Gray scale + $this->gradients[$n]['colors'][$key]['color'] = sprintf('%.3F', $color[0]/255); + break; + } + } + } + if ($this->gradients[$n]['transparency']) { + // paint luminosity gradient + $this->_out('/TGS'.$n.' gs'); + } + //paint the gradient + $this->_out('/Sh'.$n.' sh'); + //restore previous Graphic State + $this->_out('Q'); + } + + /** + * Output gradient shaders. + * @author Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @protected + */ + function _putshaders() { + $idt = count($this->gradients); //index for transparency gradients + foreach ($this->gradients as $id => $grad) { + if (($grad['type'] == 2) OR ($grad['type'] == 3)) { + $fc = $this->_newobj(); + $out = '<<'; + $out .= ' /FunctionType 3'; + $out .= ' /Domain [0 1]'; + $functions = ''; + $bounds = ''; + $encode = ''; + $i = 1; + $num_cols = count($grad['colors']); + $lastcols = $num_cols - 1; + for ($i = 1; $i < $num_cols; ++$i) { + $functions .= ($fc + $i).' 0 R '; + if ($i < $lastcols) { + $bounds .= sprintf('%.3F ', $grad['colors'][$i]['offset']); + } + $encode .= '0 1 '; + } + $out .= ' /Functions ['.trim($functions).']'; + $out .= ' /Bounds ['.trim($bounds).']'; + $out .= ' /Encode ['.trim($encode).']'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + for ($i = 1; $i < $num_cols; ++$i) { + $this->_newobj(); + $out = '<<'; + $out .= ' /FunctionType 2'; + $out .= ' /Domain [0 1]'; + $out .= ' /C0 ['.$grad['colors'][($i - 1)]['color'].']'; + $out .= ' /C1 ['.$grad['colors'][$i]['color'].']'; + $out .= ' /N '.$grad['colors'][$i]['exponent']; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + // set transparency fuctions + if ($grad['transparency']) { + $ft = $this->_newobj(); + $out = '<<'; + $out .= ' /FunctionType 3'; + $out .= ' /Domain [0 1]'; + $functions = ''; + $i = 1; + $num_cols = count($grad['colors']); + for ($i = 1; $i < $num_cols; ++$i) { + $functions .= ($ft + $i).' 0 R '; + } + $out .= ' /Functions ['.trim($functions).']'; + $out .= ' /Bounds ['.trim($bounds).']'; + $out .= ' /Encode ['.trim($encode).']'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + for ($i = 1; $i < $num_cols; ++$i) { + $this->_newobj(); + $out = '<<'; + $out .= ' /FunctionType 2'; + $out .= ' /Domain [0 1]'; + $out .= ' /C0 ['.$grad['colors'][($i - 1)]['opacity'].']'; + $out .= ' /C1 ['.$grad['colors'][$i]['opacity'].']'; + $out .= ' /N '.$grad['colors'][$i]['exponent']; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + } + } + } + // set shading object + $this->_newobj(); + $out = '<< /ShadingType '.$grad['type']; + if (isset($grad['colspace'])) { + $out .= ' /ColorSpace /'.$grad['colspace']; + } else { + $out .= ' /ColorSpace /DeviceRGB'; + } + if (isset($grad['background']) AND !empty($grad['background'])) { + $out .= ' /Background ['.$grad['background'].']'; + } + if (isset($grad['antialias']) AND ($grad['antialias'] === true)) { + $out .= ' /AntiAlias true'; + } + if ($grad['type'] == 2) { + $out .= ' '.sprintf('/Coords [%.3F %.3F %.3F %.3F]', $grad['coords'][0], $grad['coords'][1], $grad['coords'][2], $grad['coords'][3]); + $out .= ' /Domain [0 1]'; + $out .= ' /Function '.$fc.' 0 R'; + $out .= ' /Extend [true true]'; + $out .= ' >>'; + } elseif ($grad['type'] == 3) { + //x0, y0, r0, x1, y1, r1 + //at this this time radius of inner circle is 0 + $out .= ' '.sprintf('/Coords [%.3F %.3F 0 %.3F %.3F %.3F]', $grad['coords'][0], $grad['coords'][1], $grad['coords'][2], $grad['coords'][3], $grad['coords'][4]); + $out .= ' /Domain [0 1]'; + $out .= ' /Function '.$fc.' 0 R'; + $out .= ' /Extend [true true]'; + $out .= ' >>'; + } elseif ($grad['type'] == 6) { + $out .= ' /BitsPerCoordinate 16'; + $out .= ' /BitsPerComponent 8'; + $out .= ' /Decode[0 1 0 1 0 1 0 1 0 1]'; + $out .= ' /BitsPerFlag 8'; + $stream = $this->_getrawstream($grad['stream']); + $out .= ' /Length '.strlen($stream); + $out .= ' >>'; + $out .= ' stream'."\n".$stream."\n".'endstream'; + } + $out .= "\n".'endobj'; + $this->_out($out); + if ($grad['transparency']) { + $shading_transparency = preg_replace('/\/ColorSpace \/[^\s]+/si', '/ColorSpace /DeviceGray', $out); + $shading_transparency = preg_replace('/\/Function [0-9]+ /si', '/Function '.$ft.' ', $shading_transparency); + } + $this->gradients[$id]['id'] = $this->n; + // set pattern object + $this->_newobj(); + $out = '<< /Type /Pattern /PatternType 2'; + $out .= ' /Shading '.$this->gradients[$id]['id'].' 0 R'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + $this->gradients[$id]['pattern'] = $this->n; + // set shading and pattern for transparency mask + if ($grad['transparency']) { + // luminosity pattern + $idgs = $id + $idt; + $this->_newobj(); + $this->_out($shading_transparency); + $this->gradients[$idgs]['id'] = $this->n; + $this->_newobj(); + $out = '<< /Type /Pattern /PatternType 2'; + $out .= ' /Shading '.$this->gradients[$idgs]['id'].' 0 R'; + $out .= ' >>'; + $out .= "\n".'endobj'; + $this->_out($out); + $this->gradients[$idgs]['pattern'] = $this->n; + // luminosity XObject + $oid = $this->_newobj(); + $this->xobjects['LX'.$oid] = array('n' => $oid); + $filter = ''; + $stream = 'q /a0 gs /Pattern cs /p'.$idgs.' scn 0 0 '.$this->wPt.' '.$this->hPt.' re f Q'; + if ($this->compress) { + $filter = ' /Filter /FlateDecode'; + $stream = gzcompress($stream); + } + $stream = $this->_getrawstream($stream); + $out = '<< /Type /XObject /Subtype /Form /FormType 1'.$filter; + $out .= ' /Length '.strlen($stream); + $rect = sprintf('%.2F %.2F', $this->wPt, $this->hPt); + $out .= ' /BBox [0 0 '.$rect.']'; + $out .= ' /Group << /Type /Group /S /Transparency /CS /DeviceGray >>'; + $out .= ' /Resources <<'; + $out .= ' /ExtGState << /a0 << /ca 1 /CA 1 >> >>'; + $out .= ' /Pattern << /p'.$idgs.' '.$this->gradients[$idgs]['pattern'].' 0 R >>'; + $out .= ' >>'; + $out .= ' >> '; + $out .= ' stream'."\n".$stream."\n".'endstream'; + $out .= "\n".'endobj'; + $this->_out($out); + // SMask + $this->_newobj(); + $out = '<< /Type /Mask /S /Luminosity /G '.($this->n - 1).' 0 R >>'."\n".'endobj'; + $this->_out($out); + // ExtGState + $this->_newobj(); + $out = '<< /Type /ExtGState /SMask '.($this->n - 1).' 0 R /AIS false >>'."\n".'endobj'; + $this->_out($out); + $this->extgstates[] = array('n' => $this->n, 'name' => 'TGS'.$id); + } + } + } + + /** + * Draw the sector of a circle. + * It can be used for instance to render pie charts. + * @param $xc (float) abscissa of the center. + * @param $yc (float) ordinate of the center. + * @param $r (float) radius. + * @param $a (float) start angle (in degrees). + * @param $b (float) end angle (in degrees). + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $cw: (float) indicates whether to go clockwise (default: true). + * @param $o: (float) origin of angles (0 for 3 o'clock, 90 for noon, 180 for 9 o'clock, 270 for 6 o'clock). Default: 90. + * @author Maxime Delorme, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function PieSector($xc, $yc, $r, $a, $b, $style='FD', $cw=true, $o=90) { + $this->PieSectorXY($xc, $yc, $r, $r, $a, $b, $style, $cw, $o); + } + + /** + * Draw the sector of an ellipse. + * It can be used for instance to render pie charts. + * @param $xc (float) abscissa of the center. + * @param $yc (float) ordinate of the center. + * @param $rx (float) the x-axis radius. + * @param $ry (float) the y-axis radius. + * @param $a (float) start angle (in degrees). + * @param $b (float) end angle (in degrees). + * @param $style (string) Style of rendering. See the getPathPaintOperator() function for more information. + * @param $cw: (float) indicates whether to go clockwise. + * @param $o: (float) origin of angles (0 for 3 o'clock, 90 for noon, 180 for 9 o'clock, 270 for 6 o'clock). + * @param $nc (integer) Number of curves used to draw a 90 degrees portion of arc. + * @author Maxime Delorme, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function PieSectorXY($xc, $yc, $rx, $ry, $a, $b, $style='FD', $cw=false, $o=0, $nc=2) { + if ($this->rtl) { + $xc = $this->w - $xc; + } + $op = $this->getPathPaintOperator($style); + if ($op == 'f') { + $line_style = array(); + } + if ($cw) { + $d = $b; + $b = 360 - $a + $o; + $a = 360 - $d + $o; + } else { + $b += $o; + $a += $o; + } + $this->_outellipticalarc($xc, $yc, $rx, $ry, 0, $a, $b, true, $nc); + $this->_out($op); + } + + /** + * Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files. + * NOTE: EPS is not yet fully implemented, use the setRasterizeVectorImages() method to enable/disable rasterization of vector images using ImageMagick library. + * Only vector drawing is supported, not text or bitmap. + * Although the script was successfully tested with various AI format versions, best results are probably achieved with files that were exported in the AI3 format (tested with Illustrator CS2, Freehand MX and Photoshop CS2). + * @param $file (string) Name of the file containing the image or a '@' character followed by the EPS/AI data string. + * @param $x (float) Abscissa of the upper-left corner. + * @param $y (float) Ordinate of the upper-left corner. + * @param $w (float) Width of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $h (float) Height of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $useBoundingBox (boolean) specifies whether to position the bounding box (true) or the complete canvas (false) at location (x,y). Default value is true. + * @param $align (string) Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
                      • T: top-right for LTR or top-left for RTL
                      • M: middle-right for LTR or middle-left for RTL
                      • B: bottom-right for LTR or bottom-left for RTL
                      • N: next line
                      + * @param $palign (string) Allows to center or align the image on the current line. Possible values are:
                      • L : left align
                      • C : center
                      • R : right align
                      • '' : empty string : left for LTR or right for RTL
                      + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                      • 0: no border (default)
                      • 1: frame
                      or a string containing some or all of the following characters (in any order):
                      • L: left
                      • T: top
                      • R: right
                      • B: bottom
                      or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $fitonpage (boolean) if true the image is resized to not exceed page dimensions. + * @param $fixoutvals (boolean) if true remove values outside the bounding box. + * @author Valentin Schmidt, Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function ImageEps($file, $x='', $y='', $w=0, $h=0, $link='', $useBoundingBox=true, $align='', $palign='', $border=0, $fitonpage=false, $fixoutvals=false) { + if ($this->rasterize_vector_images AND ($w > 0) AND ($h > 0)) { + // convert EPS to raster image using GD or ImageMagick libraries + return $this->Image($file, $x, $y, $w, $h, 'EPS', $link, $align, true, 300, $palign, false, false, $border, false, false, $fitonpage); + } + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + $k = $this->k; + if ($file{0} === '@') { // image from string + $data = substr($file, 1); + } else { // EPS/AI file + $data = file_get_contents($file); + } + if ($data === false) { + $this->Error('EPS file not found: '.$file); + } + $regs = array(); + // EPS/AI compatibility check (only checks files created by Adobe Illustrator!) + preg_match("/%%Creator:([^\r\n]+)/", $data, $regs); # find Creator + if (count($regs) > 1) { + $version_str = trim($regs[1]); # e.g. "Adobe Illustrator(R) 8.0" + if (strpos($version_str, 'Adobe Illustrator') !== false) { + $versexp = explode(' ', $version_str); + $version = (float)array_pop($versexp); + if ($version >= 9) { + $this->Error('This version of Adobe Illustrator file is not supported: '.$file); + } + } + } + // strip binary bytes in front of PS-header + $start = strpos($data, '%!PS-Adobe'); + if ($start > 0) { + $data = substr($data, $start); + } + // find BoundingBox params + preg_match("/%%BoundingBox:([^\r\n]+)/", $data, $regs); + if (count($regs) > 1) { + list($x1, $y1, $x2, $y2) = explode(' ', trim($regs[1])); + } else { + $this->Error('No BoundingBox found in EPS/AI file: '.$file); + } + $start = strpos($data, '%%EndSetup'); + if ($start === false) { + $start = strpos($data, '%%EndProlog'); + } + if ($start === false) { + $start = strpos($data, '%%BoundingBox'); + } + $data = substr($data, $start); + $end = strpos($data, '%%PageTrailer'); + if ($end===false) { + $end = strpos($data, 'showpage'); + } + if ($end) { + $data = substr($data, 0, $end); + } + // calculate image width and height on document + if (($w <= 0) AND ($h <= 0)) { + $w = ($x2 - $x1) / $k; + $h = ($y2 - $y1) / $k; + } elseif ($w <= 0) { + $w = ($x2-$x1) / $k * ($h / (($y2 - $y1) / $k)); + } elseif ($h <= 0) { + $h = ($y2 - $y1) / $k * ($w / (($x2 - $x1) / $k)); + } + // fit the image on available space + $this->fitBlock($w, $h, $x, $y, $fitonpage); + if ($this->rasterize_vector_images) { + // convert EPS to raster image using GD or ImageMagick libraries + return $this->Image($file, $x, $y, $w, $h, 'EPS', $link, $align, true, 300, $palign, false, false, $border, false, false, $fitonpage); + } + // set scaling factors + $scale_x = $w / (($x2 - $x1) / $k); + $scale_y = $h / (($y2 - $y1) / $k); + // set alignment + $this->img_rb_y = $y + $h; + // set alignment + if ($this->rtl) { + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; + } else { + $ximg = $x - $w; + } + $this->img_rb_x = $ximg; + } else { + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; + } else { + $ximg = $x; + } + $this->img_rb_x = $ximg + $w; + } + if ($useBoundingBox) { + $dx = $ximg * $k - $x1; + $dy = $y * $k - $y1; + } else { + $dx = $ximg * $k; + $dy = $y * $k; + } + // save the current graphic state + $this->_out('q'.$this->epsmarker); + // translate + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F cm', 1, 0, 0, 1, $dx, $dy + ($this->hPt - (2 * $y * $k) - ($y2 - $y1)))); + // scale + if (isset($scale_x)) { + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F cm', $scale_x, 0, 0, $scale_y, $x1 * (1 - $scale_x), $y2 * (1 - $scale_y))); + } + // handle pc/unix/mac line endings + $lines = preg_split('/[\r\n]+/si', $data, -1, PREG_SPLIT_NO_EMPTY); + $u=0; + $cnt = count($lines); + for ($i=0; $i < $cnt; ++$i) { + $line = $lines[$i]; + if (($line == '') OR ($line{0} == '%')) { + continue; + } + $len = strlen($line); + // check for spot color names + $color_name = ''; + if (strcasecmp('x', substr(trim($line), -1)) == 0) { + if (preg_match('/\([^\)]*\)/', $line, $matches) > 0) { + // extract spot color name + $color_name = $matches[0]; + // remove color name from string + $line = str_replace(' '.$color_name, '', $line); + // remove pharentesis from color name + $color_name = substr($color_name, 1, -1); + } + } + $chunks = explode(' ', $line); + $cmd = trim(array_pop($chunks)); + // RGB + if (($cmd == 'Xa') OR ($cmd == 'XA')) { + $b = array_pop($chunks); + $g = array_pop($chunks); + $r = array_pop($chunks); + $this->_out(''.$r.' '.$g.' '.$b.' '.($cmd=='Xa'?'rg':'RG')); //substr($line, 0, -2).'rg' -> in EPS (AI8): c m y k r g b rg! + continue; + } + $skip = false; + if ($fixoutvals) { + // check for values outside the bounding box + switch ($cmd) { + case 'm': + case 'l': + case 'L': { + // skip values outside bounding box + foreach ($chunks as $key => $val) { + if ((($key % 2) == 0) AND (($val < $x1) OR ($val > $x2))) { + $skip = true; + } elseif ((($key % 2) != 0) AND (($val < $y1) OR ($val > $y2))) { + $skip = true; + } + } + } + } + } + switch ($cmd) { + case 'm': + case 'l': + case 'v': + case 'y': + case 'c': + case 'k': + case 'K': + case 'g': + case 'G': + case 's': + case 'S': + case 'J': + case 'j': + case 'w': + case 'M': + case 'd': + case 'n': { + if ($skip) { + break; + } + $this->_out($line); + break; + } + case 'x': {// custom fill color + if (empty($color_name)) { + // CMYK color + list($col_c, $col_m, $col_y, $col_k) = $chunks; + $this->_out(''.$col_c.' '.$col_m.' '.$col_y.' '.$col_k.' k'); + } else { + // Spot Color (CMYK + tint) + list($col_c, $col_m, $col_y, $col_k, $col_t) = $chunks; + $this->AddSpotColor($color_name, ($col_c * 100), ($col_m * 100), ($col_y * 100), ($col_k * 100)); + $color_cmd = sprintf('/CS%d cs %.3F scn', $this->spot_colors[$color_name]['i'], (1 - $col_t)); + $this->_out($color_cmd); + } + break; + } + case 'X': { // custom stroke color + if (empty($color_name)) { + // CMYK color + list($col_c, $col_m, $col_y, $col_k) = $chunks; + $this->_out(''.$col_c.' '.$col_m.' '.$col_y.' '.$col_k.' K'); + } else { + // Spot Color (CMYK + tint) + list($col_c, $col_m, $col_y, $col_k, $col_t) = $chunks; + $this->AddSpotColor($color_name, ($col_c * 100), ($col_m * 100), ($col_y * 100), ($col_k * 100)); + $color_cmd = sprintf('/CS%d CS %.3F SCN', $this->spot_colors[$color_name]['i'], (1 - $col_t)); + $this->_out($color_cmd); + } + break; + } + case 'Y': + case 'N': + case 'V': + case 'L': + case 'C': { + if ($skip) { + break; + } + $line{$len-1} = strtolower($cmd); + $this->_out($line); + break; + } + case 'b': + case 'B': { + $this->_out($cmd . '*'); + break; + } + case 'f': + case 'F': { + if ($u > 0) { + $isU = false; + $max = min(($i + 5), $cnt); + for ($j = ($i + 1); $j < $max; ++$j) { + $isU = ($isU OR (($lines[$j] == 'U') OR ($lines[$j] == '*U'))); + } + if ($isU) { + $this->_out('f*'); + } + } else { + $this->_out('f*'); + } + break; + } + case '*u': { + ++$u; + break; + } + case '*U': { + --$u; + break; + } + } + } + // restore previous graphic state + $this->_out($this->epsmarker.'Q'); + if (!empty($border)) { + $bx = $this->x; + $by = $this->y; + $this->x = $ximg; + if ($this->rtl) { + $this->x += $w; + } + $this->y = $y; + $this->Cell($w, $h, '', $border, 0, '', 0, '', 0, true); + $this->x = $bx; + $this->y = $by; + } + if ($link) { + $this->Link($ximg, $y, $w, $h, $link, 0); + } + // set pointer to align the next text/objects + switch($align) { + case 'T':{ + $this->y = $y; + $this->x = $this->img_rb_x; + break; + } + case 'M':{ + $this->y = $y + round($h/2); + $this->x = $this->img_rb_x; + break; + } + case 'B':{ + $this->y = $this->img_rb_y; + $this->x = $this->img_rb_x; + break; + } + case 'N':{ + $this->SetY($this->img_rb_y); + break; + } + default:{ + break; + } + } + $this->endlinex = $this->img_rb_x; + } + + /** + * Set document barcode. + * @param $bc (string) barcode + * @public + */ + public function setBarcode($bc='') { + $this->barcode = $bc; + } + + /** + * Get current barcode. + * @return string + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getBarcode() { + return $this->barcode; + } + + /** + * Print a Linear Barcode. + * @param $code (string) code to print + * @param $type (string) type of barcode (see barcodes.php for supported formats). + * @param $x (int) x position in user units (empty string = current x position) + * @param $y (int) y position in user units (empty string = current y position) + * @param $w (int) width in user units (empty string = remaining page width) + * @param $h (int) height in user units (empty string = remaining page height) + * @param $xres (float) width of the smallest bar in user units (empty string = default value = 0.4mm) + * @param $style (array) array of options:
                        + *
                      • boolean $style['border'] if true prints a border
                      • + *
                      • int $style['padding'] padding to leave around the barcode in user units (set to 'auto' for automatic padding)
                      • + *
                      • int $style['hpadding'] horizontal padding in user units (set to 'auto' for automatic padding)
                      • + *
                      • int $style['vpadding'] vertical padding in user units (set to 'auto' for automatic padding)
                      • + *
                      • array $style['fgcolor'] color array for bars and text
                      • + *
                      • mixed $style['bgcolor'] color array for background (set to false for transparent)
                      • + *
                      • boolean $style['text'] if true prints text below the barcode
                      • + *
                      • string $style['label'] override default label
                      • + *
                      • string $style['font'] font name for text
                      • int $style['fontsize'] font size for text
                      • + *
                      • int $style['stretchtext']: 0 = disabled; 1 = horizontal scaling only if necessary; 2 = forced horizontal scaling; 3 = character spacing only if necessary; 4 = forced character spacing.
                      • + *
                      • string $style['position'] horizontal position of the containing barcode cell on the page: L = left margin; C = center; R = right margin.
                      • + *
                      • string $style['align'] horizontal position of the barcode on the containing rectangle: L = left; C = center; R = right.
                      • + *
                      • string $style['stretch'] if true stretch the barcode to best fit the available width, otherwise uses $xres resolution for a single bar.
                      • + *
                      • string $style['fitwidth'] if true reduce the width to fit the barcode width + padding. When this option is enabled the 'stretch' option is automatically disabled.
                      • + *
                      • string $style['cellfitalign'] this option works only when 'fitwidth' is true and 'position' is unset or empty. Set the horizontal position of the containing barcode cell inside the specified rectangle: L = left; C = center; R = right.
                      + * @param $align (string) Indicates the alignment of the pointer next to barcode insertion relative to barcode height. The value can be:
                      • T: top-right for LTR or top-left for RTL
                      • M: middle-right for LTR or middle-left for RTL
                      • B: bottom-right for LTR or bottom-left for RTL
                      • N: next line
                      + * @author Nicola Asuni + * @since 3.1.000 (2008-06-09) + * @public + */ + public function write1DBarcode($code, $type, $x='', $y='', $w='', $h='', $xres='', $style='', $align='') { + if ($this->empty_string(trim($code))) { + return; + } + require_once(dirname(__FILE__).'/barcodes.php'); + // save current graphic settings + $gvars = $this->getGraphicVars(); + // create new barcode object + $barcodeobj = new TCPDFBarcode($code, $type); + $arrcode = $barcodeobj->getBarcodeArray(); + if ($arrcode === false) { + $this->Error('Error in 1D barcode string'); + } + // set default values + if (!isset($style['position'])) { + $style['position'] = ''; + } elseif ($style['position'] == 'S') { + // keep this for backward compatibility + $style['position'] = ''; + $style['stretch'] = true; + } + if (!isset($style['fitwidth'])) { + if (!isset($style['stretch'])) { + $style['fitwidth'] = true; + } else { + $style['fitwidth'] = false; + } + } + if ($style['fitwidth']) { + // disable stretch + $style['stretch'] = false; + } + if (!isset($style['stretch'])) { + if (($w === '') OR ($w <= 0)) { + $style['stretch'] = false; + } else { + $style['stretch'] = true; + } + } + if (!isset($style['fgcolor'])) { + $style['fgcolor'] = array(0,0,0); // default black + } + if (!isset($style['bgcolor'])) { + $style['bgcolor'] = false; // default transparent + } + if (!isset($style['border'])) { + $style['border'] = false; + } + $fontsize = 0; + if (!isset($style['text'])) { + $style['text'] = false; + } + if ($style['text'] AND isset($style['font'])) { + if (isset($style['fontsize'])) { + $fontsize = $style['fontsize']; + } + $this->SetFont($style['font'], '', $fontsize); + } + if (!isset($style['stretchtext'])) { + $style['stretchtext'] = 4; + } + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + if (($w === '') OR ($w <= 0)) { + if ($this->rtl) { + $w = $x - $this->lMargin; + } else { + $w = $this->w - $this->rMargin - $x; + } + } + // padding + if (!isset($style['padding'])) { + $padding = 0; + } elseif ($style['padding'] === 'auto') { + $padding = 10 * ($w / ($arrcode['maxw'] + 20)); + } else { + $padding = floatval($style['padding']); + } + // horizontal padding + if (!isset($style['hpadding'])) { + $hpadding = $padding; + } elseif ($style['hpadding'] === 'auto') { + $hpadding = 10 * ($w / ($arrcode['maxw'] + 20)); + } else { + $hpadding = floatval($style['hpadding']); + } + // vertical padding + if (!isset($style['vpadding'])) { + $vpadding = $padding; + } elseif ($style['vpadding'] === 'auto') { + $vpadding = ($hpadding / 2); + } else { + $vpadding = floatval($style['vpadding']); + } + // calculate xres (single bar width) + $max_xres = ($w - (2 * $hpadding)) / $arrcode['maxw']; + if ($style['stretch']) { + $xres = $max_xres; + } else { + if ($this->empty_string($xres)) { + $xres = (0.141 * $this->k); // default bar width = 0.4 mm + } + if ($xres > $max_xres) { + // correct xres to fit on $w + $xres = $max_xres; + } + if ((isset($style['padding']) AND ($style['padding'] === 'auto')) + OR (isset($style['hpadding']) AND ($style['hpadding'] === 'auto'))) { + $hpadding = 10 * $xres; + if (isset($style['vpadding']) AND ($style['vpadding'] === 'auto')) { + $vpadding = ($hpadding / 2); + } + } + } + if ($style['fitwidth']) { + $wold = $w; + $w = (($arrcode['maxw'] * $xres) + (2 * $hpadding)); + if (isset($style['cellfitalign'])) { + switch ($style['cellfitalign']) { + case 'L': { + if ($this->rtl) { + $x -= ($wold - $w); + } + break; + } + case 'R': { + if (!$this->rtl) { + $x += ($wold - $w); + } + break; + } + case 'C': { + if ($this->rtl) { + $x -= (($wold - $w) / 2); + } else { + $x += (($wold - $w) / 2); + } + break; + } + default : { + break; + } + } + } + } + $text_height = ($this->cell_height_ratio * $fontsize / $this->k); + // height + if (($h === '') OR ($h <= 0)) { + // set default height + $h = (($arrcode['maxw'] * $xres) / 3) + (2 * $vpadding) + $text_height; + } + $barh = $h - $text_height - (2 * $vpadding); + if ($barh <=0) { + // try to reduce font or padding to fit barcode on available height + if ($text_height > $h) { + $fontsize = (($h * $this->k) / (4 * $this->cell_height_ratio)); + $text_height = ($this->cell_height_ratio * $fontsize / $this->k); + $this->SetFont($style['font'], '', $fontsize); + } + if ($vpadding > 0) { + $vpadding = (($h - $text_height) / 4); + } + $barh = $h - $text_height - (2 * $vpadding); + } + // fit the barcode on available space + $this->fitBlock($w, $h, $x, $y, false); + // set alignment + $this->img_rb_y = $y + $h; + // set alignment + if ($this->rtl) { + if ($style['position'] == 'L') { + $xpos = $this->lMargin; + } elseif ($style['position'] == 'C') { + $xpos = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($style['position'] == 'R') { + $xpos = $this->w - $this->rMargin - $w; + } else { + $xpos = $x - $w; + } + $this->img_rb_x = $xpos; + } else { + if ($style['position'] == 'L') { + $xpos = $this->lMargin; + } elseif ($style['position'] == 'C') { + $xpos = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($style['position'] == 'R') { + $xpos = $this->w - $this->rMargin - $w; + } else { + $xpos = $x; + } + $this->img_rb_x = $xpos + $w; + } + $xpos_rect = $xpos; + if (!isset($style['align'])) { + $style['align'] = 'C'; + } + switch ($style['align']) { + case 'L': { + $xpos = $xpos_rect + $hpadding; + break; + } + case 'R': { + $xpos = $xpos_rect + ($w - ($arrcode['maxw'] * $xres)) - $hpadding; + break; + } + case 'C': + default : { + $xpos = $xpos_rect + (($w - ($arrcode['maxw'] * $xres)) / 2); + break; + } + } + $xpos_text = $xpos; + // barcode is always printed in LTR direction + $tempRTL = $this->rtl; + $this->rtl = false; + // print background color + if ($style['bgcolor']) { + $this->Rect($xpos_rect, $y, $w, $h, $style['border'] ? 'DF' : 'F', '', $style['bgcolor']); + } elseif ($style['border']) { + $this->Rect($xpos_rect, $y, $w, $h, 'D'); + } + // set foreground color + $this->SetDrawColorArray($style['fgcolor']); + $this->SetTextColorArray($style['fgcolor']); + // print bars + foreach ($arrcode['bcode'] as $k => $v) { + $bw = ($v['w'] * $xres); + if ($v['t']) { + // draw a vertical bar + $ypos = $y + $vpadding + ($v['p'] * $barh / $arrcode['maxh']); + $this->Rect($xpos, $ypos, $bw, ($v['h'] * $barh / $arrcode['maxh']), 'F', array(), $style['fgcolor']); + } + $xpos += $bw; + } + // print text + if ($style['text']) { + if (isset($style['label']) AND !$this->empty_string($style['label'])) { + $label = $style['label']; + } else { + $label = $code; + } + $txtwidth = ($arrcode['maxw'] * $xres); + if ($this->GetStringWidth($label) > $txtwidth) { + $style['stretchtext'] = 2; + } + // print text + $this->x = $xpos_text; + $this->y = $y + $vpadding + $barh; + $cellpadding = $this->cell_padding; + $this->SetCellPadding(0); + $this->Cell($txtwidth, '', $label, 0, 0, 'C', 0, '', $style['stretchtext'], false, 'T', 'T'); + $this->cell_padding = $cellpadding; + } + // restore original direction + $this->rtl = $tempRTL; + // restore previous settings + $this->setGraphicVars($gvars); + // set pointer to align the next text/objects + switch($align) { + case 'T':{ + $this->y = $y; + $this->x = $this->img_rb_x; + break; + } + case 'M':{ + $this->y = $y + round($h / 2); + $this->x = $this->img_rb_x; + break; + } + case 'B':{ + $this->y = $this->img_rb_y; + $this->x = $this->img_rb_x; + break; + } + case 'N':{ + $this->SetY($this->img_rb_y); + break; + } + default:{ + break; + } + } + $this->endlinex = $this->img_rb_x; + } + + /** + * This function is DEPRECATED, please use the new write1DBarcode() function. + * @param $x (int) x position in user units + * @param $y (int) y position in user units + * @param $w (int) width in user units + * @param $h (int) height position in user units + * @param $type (string) type of barcode + * @param $style (string) barcode style + * @param $font (string) font for text + * @param $xres (int) x resolution + * @param $code (string) code to print + * @deprecated deprecated since version 3.1.000 (2008-06-10) + * @public + * @see write1DBarcode() + */ + public function writeBarcode($x, $y, $w, $h, $type, $style, $font, $xres, $code) { + // convert old settings for the new write1DBarcode() function. + $xres = 1 / $xres; + $newstyle = array( + 'position' => '', + 'align' => '', + 'stretch' => false, + 'fitwidth' => false, + 'cellfitalign' => '', + 'border' => false, + 'padding' => 0, + 'fgcolor' => array(0,0,0), + 'bgcolor' => false, + 'text' => true, + 'font' => $font, + 'fontsize' => 8, + 'stretchtext' => 4 + ); + if ($style & 1) { + $newstyle['border'] = true; + } + if ($style & 2) { + $newstyle['bgcolor'] = false; + } + if ($style & 4) { + $newstyle['position'] = 'C'; + } elseif ($style & 8) { + $newstyle['position'] = 'L'; + } elseif ($style & 16) { + $newstyle['position'] = 'R'; + } + if ($style & 128) { + $newstyle['text'] = true; + } + if ($style & 256) { + $newstyle['stretchtext'] = 4; + } + $this->write1DBarcode($code, $type, $x, $y, $w, $h, $xres, $newstyle, ''); + } + + /** + * Print 2D Barcode. + * @param $code (string) code to print + * @param $type (string) type of barcode (see 2dbarcodes.php for supported formats). + * @param $x (int) x position in user units + * @param $y (int) y position in user units + * @param $w (int) width in user units + * @param $h (int) height in user units + * @param $style (array) array of options:
                        + *
                      • boolean $style['border'] if true prints a border around the barcode
                      • + *
                      • int $style['padding'] padding to leave around the barcode in barcode units (set to 'auto' for automatic padding)
                      • + *
                      • int $style['hpadding'] horizontal padding in barcode units (set to 'auto' for automatic padding)
                      • + *
                      • int $style['vpadding'] vertical padding in barcode units (set to 'auto' for automatic padding)
                      • + *
                      • int $style['module_width'] width of a single module in points
                      • + *
                      • int $style['module_height'] height of a single module in points
                      • + *
                      • array $style['fgcolor'] color array for bars and text
                      • + *
                      • mixed $style['bgcolor'] color array for background or false for transparent
                      • + *
                      • string $style['position'] barcode position on the page: L = left margin; C = center; R = right margin; S = stretch
                      • $style['module_width'] width of a single module in points
                      • + *
                      • $style['module_height'] height of a single module in points
                      + * @param $align (string) Indicates the alignment of the pointer next to barcode insertion relative to barcode height. The value can be:
                      • T: top-right for LTR or top-left for RTL
                      • M: middle-right for LTR or middle-left for RTL
                      • B: bottom-right for LTR or bottom-left for RTL
                      • N: next line
                      + * @param $distort (boolean) if true distort the barcode to fit width and height, otherwise preserve aspect ratio + * @author Nicola Asuni + * @since 4.5.037 (2009-04-07) + * @public + */ + public function write2DBarcode($code, $type, $x='', $y='', $w='', $h='', $style='', $align='', $distort=false) { + if ($this->empty_string(trim($code))) { + return; + } + require_once(dirname(__FILE__).'/2dbarcodes.php'); + // save current graphic settings + $gvars = $this->getGraphicVars(); + // create new barcode object + $barcodeobj = new TCPDF2DBarcode($code, $type); + $arrcode = $barcodeobj->getBarcodeArray(); + if (($arrcode === false) OR empty($arrcode)) { + $this->Error('Error in 2D barcode string'); + } + // set default values + if (!isset($style['position'])) { + $style['position'] = ''; + } + if (!isset($style['fgcolor'])) { + $style['fgcolor'] = array(0,0,0); // default black + } + if (!isset($style['bgcolor'])) { + $style['bgcolor'] = false; // default transparent + } + if (!isset($style['border'])) { + $style['border'] = false; + } + // padding + if (!isset($style['padding'])) { + $style['padding'] = 0; + } elseif ($style['padding'] === 'auto') { + $style['padding'] = 4; + } + if (!isset($style['hpadding'])) { + $style['hpadding'] = $style['padding']; + } elseif ($style['hpadding'] === 'auto') { + $style['hpadding'] = 4; + } + if (!isset($style['vpadding'])) { + $style['vpadding'] = $style['padding']; + } elseif ($style['vpadding'] === 'auto') { + $style['vpadding'] = 4; + } + // cell (module) dimension + if (!isset($style['module_width'])) { + $style['module_width'] = 1; // width of a single module in points + } + if (!isset($style['module_height'])) { + $style['module_height'] = 1; // height of a single module in points + } + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + // number of barcode columns and rows + $rows = $arrcode['num_rows']; + $cols = $arrcode['num_cols']; + // module width and height + $mw = $style['module_width']; + $mh = $style['module_height']; + // get max dimensions + if ($this->rtl) { + $maxw = $x - $this->lMargin; + } else { + $maxw = $this->w - $this->rMargin - $x; + } + $maxh = ($this->h - $this->tMargin - $this->bMargin); + $ratioHW = ($rows * $mh) / ($cols * $mw); + $ratioWH = ($cols * $mw) / ($rows * $mh); + if (!$distort) { + if (($maxw * $ratioHW) > $maxh) { + $maxw = $maxh * $ratioWH; + } + if (($maxh * $ratioWH) > $maxw) { + $maxh = $maxw * $ratioHW; + } + } + // set maximum dimesions + if ($w > $maxw) { + $w = $maxw; + } + if ($h > $maxh) { + $h = $maxh; + } + $hpad = (2 * $style['hpadding']); + $vpad = (2 * $style['vpadding']); + // set dimensions + if ((($w === '') OR ($w <= 0)) AND (($h === '') OR ($h <= 0))) { + $w = ($cols + $hpad) * ($mw / $this->k); + $h = ($rows + $vpad) * ($mh / $this->k); + } elseif (($w === '') OR ($w <= 0)) { + $w = $h * $ratioWH; + } elseif (($h === '') OR ($h <= 0)) { + $h = $w * $ratioHW; + } + // barcode size (excluding padding) + $bw = ($w * $cols) / ($cols + $hpad); + $bh = ($h * $rows) / ($rows + $vpad); + // dimension of single barcode cell unit + $cw = $bw / $cols; + $ch = $bh / $rows; + if (!$distort) { + if (($cw / $ch) > ($mw / $mh)) { + // correct horizontal distortion + $cw = $ch * $mw / $mh; + $bw = $cw * $cols; + $style['hpadding'] = ($w - $bw) / (2 * $cw); + } else { + // correct vertical distortion + $ch = $cw * $mh / $mw; + $bh = $ch * $rows; + $style['vpadding'] = ($h - $bh) / (2 * $ch); + } + } + // fit the barcode on available space + $this->fitBlock($w, $h, $x, $y, false); + // set alignment + $this->img_rb_y = $y + $h; + // set alignment + if ($this->rtl) { + if ($style['position'] == 'L') { + $xpos = $this->lMargin; + } elseif ($style['position'] == 'C') { + $xpos = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($style['position'] == 'R') { + $xpos = $this->w - $this->rMargin - $w; + } else { + $xpos = $x - $w; + } + $this->img_rb_x = $xpos; + } else { + if ($style['position'] == 'L') { + $xpos = $this->lMargin; + } elseif ($style['position'] == 'C') { + $xpos = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($style['position'] == 'R') { + $xpos = $this->w - $this->rMargin - $w; + } else { + $xpos = $x; + } + $this->img_rb_x = $xpos + $w; + } + $xstart = $xpos + ($style['hpadding'] * $cw); + $ystart = $y + ($style['vpadding'] * $ch); + // barcode is always printed in LTR direction + $tempRTL = $this->rtl; + $this->rtl = false; + // print background color + if ($style['bgcolor']) { + $this->Rect($xpos, $y, $w, $h, $style['border'] ? 'DF' : 'F', '', $style['bgcolor']); + } elseif ($style['border']) { + $this->Rect($xpos, $y, $w, $h, 'D'); + } + // set foreground color + $this->SetDrawColorArray($style['fgcolor']); + // print barcode cells + // for each row + for ($r = 0; $r < $rows; ++$r) { + $xr = $xstart; + // for each column + for ($c = 0; $c < $cols; ++$c) { + if ($arrcode['bcode'][$r][$c] == 1) { + // draw a single barcode cell + $this->Rect($xr, $ystart, $cw, $ch, 'F', array(), $style['fgcolor']); + } + $xr += $cw; + } + $ystart += $ch; + } + // restore original direction + $this->rtl = $tempRTL; + // restore previous settings + $this->setGraphicVars($gvars); + // set pointer to align the next text/objects + switch($align) { + case 'T':{ + $this->y = $y; + $this->x = $this->img_rb_x; + break; + } + case 'M':{ + $this->y = $y + round($h/2); + $this->x = $this->img_rb_x; + break; + } + case 'B':{ + $this->y = $this->img_rb_y; + $this->x = $this->img_rb_x; + break; + } + case 'N':{ + $this->SetY($this->img_rb_y); + break; + } + default:{ + break; + } + } + $this->endlinex = $this->img_rb_x; + } + + /** + * Returns an array containing current margins: + *
                        +
                      • $ret['left'] = left margin
                      • +
                      • $ret['right'] = right margin
                      • +
                      • $ret['top'] = top margin
                      • +
                      • $ret['bottom'] = bottom margin
                      • +
                      • $ret['header'] = header margin
                      • +
                      • $ret['footer'] = footer margin
                      • +
                      • $ret['cell'] = cell padding array
                      • +
                      • $ret['padding_left'] = cell left padding
                      • +
                      • $ret['padding_top'] = cell top padding
                      • +
                      • $ret['padding_right'] = cell right padding
                      • +
                      • $ret['padding_bottom'] = cell bottom padding
                      • + *
                      + * @return array containing all margins measures + * @public + * @since 3.2.000 (2008-06-23) + */ + public function getMargins() { + $ret = array( + 'left' => $this->lMargin, + 'right' => $this->rMargin, + 'top' => $this->tMargin, + 'bottom' => $this->bMargin, + 'header' => $this->header_margin, + 'footer' => $this->footer_margin, + 'cell' => $this->cell_padding, + 'padding_left' => $this->cell_padding['L'], + 'padding_top' => $this->cell_padding['T'], + 'padding_right' => $this->cell_padding['R'], + 'padding_bottom' => $this->cell_padding['B'] + ); + return $ret; + } + + /** + * Returns an array containing original margins: + *
                        +
                      • $ret['left'] = left margin
                      • +
                      • $ret['right'] = right margin
                      • + *
                      + * @return array containing all margins measures + * @public + * @since 4.0.012 (2008-07-24) + */ + public function getOriginalMargins() { + $ret = array( + 'left' => $this->original_lMargin, + 'right' => $this->original_rMargin + ); + return $ret; + } + + /** + * Returns the current font size. + * @return current font size + * @public + * @since 3.2.000 (2008-06-23) + */ + public function getFontSize() { + return $this->FontSize; + } + + /** + * Returns the current font size in points unit. + * @return current font size in points unit + * @public + * @since 3.2.000 (2008-06-23) + */ + public function getFontSizePt() { + return $this->FontSizePt; + } + + /** + * Returns the current font family name. + * @return string current font family name + * @public + * @since 4.3.008 (2008-12-05) + */ + public function getFontFamily() { + return $this->FontFamily; + } + + /** + * Returns the current font style. + * @return string current font style + * @public + * @since 4.3.008 (2008-12-05) + */ + public function getFontStyle() { + return $this->FontStyle; + } + + /** + * Cleanup HTML code (requires HTML Tidy library). + * @param $html (string) htmlcode to fix + * @param $default_css (string) CSS commands to add + * @param $tagvs (array) parameters for setHtmlVSpace method + * @param $tidy_options (array) options for tidy_parse_string function + * @return string XHTML code cleaned up + * @author Nicola Asuni + * @public + * @since 5.9.017 (2010-11-16) + * @see setHtmlVSpace() + */ + public function fixHTMLCode($html, $default_css='', $tagvs='', $tidy_options='') { + // configure parameters for HTML Tidy + if ($tidy_options === '') { + $tidy_options = array ( + 'clean' => 1, + 'drop-empty-paras' => 0, + 'drop-proprietary-attributes' => 1, + 'fix-backslash' => 1, + 'hide-comments' => 1, + 'join-styles' => 1, + 'lower-literals' => 1, + 'merge-divs' => 1, + 'merge-spans' => 1, + 'output-xhtml' => 1, + 'word-2000' => 1, + 'wrap' => 0, + 'output-bom' => 0, + //'char-encoding' => 'utf8', + //'input-encoding' => 'utf8', + //'output-encoding' => 'utf8' + ); + } + // clean up the HTML code + $tidy = tidy_parse_string($html, $tidy_options); + // fix the HTML + $tidy->cleanRepair(); + // get the CSS part + $tidy_head = tidy_get_head($tidy); + $css = $tidy_head->value; + $css = preg_replace('/]+)>/ims', ''; + // get the body part + $tidy_body = tidy_get_body($tidy); + $html = $tidy_body->value; + // fix some self-closing tags + $html = str_replace('
                      ', '
                      ', $html); + // remove some empty tag blocks + $html = preg_replace('/]*)><\/div>/', '', $html); + $html = preg_replace('/]*)><\/p>/', '', $html); + if ($tagvs !== '') { + // set vertical space for some XHTML tags + $this->setHtmlVSpace($tagvs); + } + // return the cleaned XHTML code + CSS + return $css.$html; + } + + /** + * Extracts the CSS properties from a CSS string. + * @param $cssdata (string) string containing CSS definitions. + * @return An array where the keys are the CSS selectors and the values are the CSS properties. + * @author Nicola Asuni + * @since 5.1.000 (2010-05-25) + * @protected + */ + protected function extractCSSproperties($cssdata) { + if (empty($cssdata)) { + return array(); + } + // remove comments + $cssdata = preg_replace('/\/\*[^\*]*\*\//', '', $cssdata); + // remove newlines and multiple spaces + $cssdata = preg_replace('/[\s]+/', ' ', $cssdata); + // remove some spaces + $cssdata = preg_replace('/[\s]*([;:\{\}]{1})[\s]*/', '\\1', $cssdata); + // remove empty blocks + $cssdata = preg_replace('/([^\}\{]+)\{\}/', '', $cssdata); + // replace media type parenthesis + $cssdata = preg_replace('/@media[\s]+([^\{]*)\{/i', '@media \\1�', $cssdata); + $cssdata = preg_replace('/\}\}/si', '}�', $cssdata); + // trim string + $cssdata = trim($cssdata); + // find media blocks (all, braille, embossed, handheld, print, projection, screen, speech, tty, tv) + $cssblocks = array(); + $matches = array(); + if (preg_match_all('/@media[\s]+([^\�]*)�([^�]*)�/i', $cssdata, $matches) > 0) { + foreach ($matches[1] as $key => $type) { + $cssblocks[$type] = $matches[2][$key]; + } + // remove media blocks + $cssdata = preg_replace('/@media[\s]+([^\�]*)�([^�]*)�/i', '', $cssdata); + } + // keep 'all' and 'print' media, other media types are discarded + if (isset($cssblocks['all']) AND !empty($cssblocks['all'])) { + $cssdata .= $cssblocks['all']; + } + if (isset($cssblocks['print']) AND !empty($cssblocks['print'])) { + $cssdata .= $cssblocks['print']; + } + // reset css blocks array + $cssblocks = array(); + $matches = array(); + // explode css data string into array + if (substr($cssdata, -1) == '}') { + // remove last parethesis + $cssdata = substr($cssdata, 0, -1); + } + $matches = explode('}', $cssdata); + foreach ($matches as $key => $block) { + // index 0 contains the CSS selector, index 1 contains CSS properties + $cssblocks[$key] = explode('{', $block); + if (!isset($cssblocks[$key][1])) { + // remove empty definitions + unset($cssblocks[$key]); + } + } + // split groups of selectors (comma-separated list of selectors) + foreach ($cssblocks as $key => $block) { + if (strpos($block[0], ',') > 0) { + $selectors = explode(',', $block[0]); + foreach ($selectors as $sel) { + $cssblocks[] = array(0 => trim($sel), 1 => $block[1]); + } + unset($cssblocks[$key]); + } + } + // covert array to selector => properties + $cssdata = array(); + foreach ($cssblocks as $block) { + $selector = $block[0]; + // calculate selector's specificity + $matches = array(); + $a = 0; // the declaration is not from is a 'style' attribute + $b = intval(preg_match_all('/[\#]/', $selector, $matches)); // number of ID attributes + $c = intval(preg_match_all('/[\[\.]/', $selector, $matches)); // number of other attributes + $c += intval(preg_match_all('/[\:]link|visited|hover|active|focus|target|lang|enabled|disabled|checked|indeterminate|root|nth|first|last|only|empty|contains|not/i', $selector, $matches)); // number of pseudo-classes + $d = intval(preg_match_all('/[\>\+\~\s]{1}[a-zA-Z0-9\*]+/', ' '.$selector, $matches)); // number of element names + $d += intval(preg_match_all('/[\:][\:]/', $selector, $matches)); // number of pseudo-elements + $specificity = $a.$b.$c.$d; + // add specificity to the beginning of the selector + $cssdata[$specificity.' '.$selector] = $block[1]; + } + // sort selectors alphabetically to account for specificity + ksort($cssdata, SORT_STRING); + // return array + return $cssdata; + } + + /** + * Returns true if the CSS selector is valid for the selected HTML tag + * @param $dom (array) array of HTML tags and properties + * @param $key (int) key of the current HTML tag + * @param $selector (string) CSS selector string + * @return true if the selector is valid, false otherwise + * @protected + * @since 5.1.000 (2010-05-25) + */ + protected function isValidCSSSelectorForTag($dom, $key, $selector) { + $valid = false; // value to be returned + $tag = $dom[$key]['value']; + $class = array(); + if (isset($dom[$key]['attribute']['class']) AND !empty($dom[$key]['attribute']['class'])) { + $class = explode(' ', strtolower($dom[$key]['attribute']['class'])); + } + $id = ''; + if (isset($dom[$key]['attribute']['id']) AND !empty($dom[$key]['attribute']['id'])) { + $id = strtolower($dom[$key]['attribute']['id']); + } + $selector = preg_replace('/([\>\+\~\s]{1})([\.]{1})([^\>\+\~\s]*)/si', '\\1*.\\3', $selector); + $matches = array(); + if (preg_match_all('/([\>\+\~\s]{1})([a-zA-Z0-9\*]+)([^\>\+\~\s]*)/si', $selector, $matches, PREG_PATTERN_ORDER | PREG_OFFSET_CAPTURE) > 0) { + $parentop = array_pop($matches[1]); + $operator = $parentop[0]; + $offset = $parentop[1]; + $lasttag = array_pop($matches[2]); + $lasttag = strtolower(trim($lasttag[0])); + if (($lasttag == '*') OR ($lasttag == $tag)) { + // the last element on selector is our tag or 'any tag' + $attrib = array_pop($matches[3]); + $attrib = strtolower(trim($attrib[0])); + if (!empty($attrib)) { + // check if matches class, id, attribute, pseudo-class or pseudo-element + switch ($attrib{0}) { + case '.': { // class + if (in_array(substr($attrib, 1), $class)) { + $valid = true; + } + break; + } + case '#': { // ID + if (substr($attrib, 1) == $id) { + $valid = true; + } + break; + } + case '[': { // attribute + $attrmatch = array(); + if (preg_match('/\[([a-zA-Z0-9]*)[\s]*([\~\^\$\*\|\=]*)[\s]*["]?([^"\]]*)["]?\]/i', $attrib, $attrmatch) > 0) { + $att = strtolower($attrmatch[1]); + $val = $attrmatch[3]; + if (isset($dom[$key]['attribute'][$att])) { + switch ($attrmatch[2]) { + case '=': { + if ($dom[$key]['attribute'][$att] == $val) { + $valid = true; + } + break; + } + case '~=': { + if (in_array($val, explode(' ', $dom[$key]['attribute'][$att]))) { + $valid = true; + } + break; + } + case '^=': { + if ($val == substr($dom[$key]['attribute'][$att], 0, strlen($val))) { + $valid = true; + } + break; + } + case '$=': { + if ($val == substr($dom[$key]['attribute'][$att], -strlen($val))) { + $valid = true; + } + break; + } + case '*=': { + if (strpos($dom[$key]['attribute'][$att], $val) !== false) { + $valid = true; + } + break; + } + case '|=': { + if ($dom[$key]['attribute'][$att] == $val) { + $valid = true; + } elseif (preg_match('/'.$val.'[\-]{1}/i', $dom[$key]['attribute'][$att]) > 0) { + $valid = true; + } + break; + } + default: { + $valid = true; + } + } + } + } + break; + } + case ':': { // pseudo-class or pseudo-element + if ($attrib{1} == ':') { // pseudo-element + // pseudo-elements are not supported! + // (::first-line, ::first-letter, ::before, ::after) + } else { // pseudo-class + // pseudo-classes are not supported! + // (:root, :nth-child(n), :nth-last-child(n), :nth-of-type(n), :nth-last-of-type(n), :first-child, :last-child, :first-of-type, :last-of-type, :only-child, :only-of-type, :empty, :link, :visited, :active, :hover, :focus, :target, :lang(fr), :enabled, :disabled, :checked) + } + break; + } + } // end of switch + } else { + $valid = true; + } + if ($valid AND ($offset > 0)) { + $valid = false; + // check remaining selector part + $selector = substr($selector, 0, $offset); + switch ($operator) { + case ' ': { // descendant of an element + while ($dom[$key]['parent'] > 0) { + if ($this->isValidCSSSelectorForTag($dom, $dom[$key]['parent'], $selector)) { + $valid = true; + break; + } else { + $key = $dom[$key]['parent']; + } + } + break; + } + case '>': { // child of an element + $valid = $this->isValidCSSSelectorForTag($dom, $dom[$key]['parent'], $selector); + break; + } + case '+': { // immediately preceded by an element + for ($i = ($key - 1); $i > $dom[$key]['parent']; --$i) { + if ($dom[$i]['tag'] AND $dom[$i]['opening']) { + $valid = $this->isValidCSSSelectorForTag($dom, $i, $selector); + break; + } + } + break; + } + case '~': { // preceded by an element + for ($i = ($key - 1); $i > $dom[$key]['parent']; --$i) { + if ($dom[$i]['tag'] AND $dom[$i]['opening']) { + if ($this->isValidCSSSelectorForTag($dom, $i, $selector)) { + break; + } + } + } + break; + } + } + } + } + } + return $valid; + } + + /** + * Returns the styles that apply for the selected HTML tag. + * @param $dom (array) array of HTML tags and properties + * @param $key (int) key of the current HTML tag + * @param $css (array) array of CSS properties + * @return string containing CSS properties + * @protected + * @since 5.1.000 (2010-05-25) + */ + protected function getTagStyleFromCSS($dom, $key, $css) { + $tagstyle = ''; // style to be returned + // get all styles that apply + foreach($css as $selector => $style) { + // remove specificity + $selector = substr($selector, strpos($selector, ' ')); + // check if this selector apply to current tag + if ($this->isValidCSSSelectorForTag($dom, $key, $selector)) { + // apply style + $tagstyle .= ';'.$style; + } + } + if (isset($dom[$key]['attribute']['style'])) { + // attach inline style (latest properties have high priority) + $tagstyle .= ';'.$dom[$key]['attribute']['style']; + } + // remove multiple semicolons + $tagstyle = preg_replace('/[;]+/', ';', $tagstyle); + return $tagstyle; + } + + /** + * Returns the border width from CSS property + * @param $width (string) border width + * @return int with in user units + * @protected + * @since 5.7.000 (2010-08-02) + */ + protected function getCSSBorderWidth($width) { + if ($width == 'thin') { + $width = (2 / $this->k); + } elseif ($width == 'medium') { + $width = (4 / $this->k); + } elseif ($width == 'thick') { + $width = (6 / $this->k); + } else { + $width = $this->getHTMLUnitToUnits($width, 1, 'px', false); + } + return $width; + } + + /** + * Returns the border dash style from CSS property + * @param $style (string) border style to convert + * @return int sash style (return -1 in case of none or hidden border) + * @protected + * @since 5.7.000 (2010-08-02) + */ + protected function getCSSBorderDashStyle($style) { + switch (strtolower($style)) { + case 'none': + case 'hidden': { + $dash = -1; + break; + } + case 'dotted': { + $dash = 1; + break; + } + case 'dashed': { + $dash = 3; + break; + } + case 'double': + case 'groove': + case 'ridge': + case 'inset': + case 'outset': + case 'solid': + default: { + $dash = 0; + break; + } + } + return $dash; + } + + /** + * Returns the border style array from CSS border properties + * @param $cssborder (string) border properties + * @return array containing border properties + * @protected + * @since 5.7.000 (2010-08-02) + */ + protected function getCSSBorderStyle($cssborder) { + $bprop = preg_split('/[\s]+/', trim($cssborder)); + $border = array(); // value to be returned + switch (count($bprop)) { + case 3: { + $width = $bprop[0]; + $style = $bprop[1]; + $color = $bprop[2]; + break; + } + case 2: { + $width = 'medium'; + $style = $bprop[0]; + $color = $bprop[1]; + break; + } + case 1: { + $width = 'medium'; + $style = $bprop[0]; + $color = 'black'; + break; + } + default: { + $width = 'medium'; + $style = 'solid'; + $color = 'black'; + break; + } + } + if ($style == 'none') { + return array(); + } + $border['cap'] = 'square'; + $border['join'] = 'miter'; + $border['dash'] = $this->getCSSBorderDashStyle($style); + if ($border['dash'] < 0) { + return array(); + } + $border['width'] = $this->getCSSBorderWidth($width); + $border['color'] = $this->convertHTMLColorToDec($color); + return $border; + } + + /** + * Get the internal Cell padding from CSS attribute. + * @param $csspadding (string) padding properties + * @param $width (float) width of the containing element + * @return array of cell paddings + * @public + * @since 5.9.000 (2010-10-04) + */ + public function getCSSPadding($csspadding, $width=0) { + $padding = preg_split('/[\s]+/', trim($csspadding)); + $cell_padding = array(); // value to be returned + switch (count($padding)) { + case 4: { + $cell_padding['T'] = $padding[0]; + $cell_padding['R'] = $padding[1]; + $cell_padding['B'] = $padding[2]; + $cell_padding['L'] = $padding[3]; + break; + } + case 3: { + $cell_padding['T'] = $padding[0]; + $cell_padding['R'] = $padding[1]; + $cell_padding['B'] = $padding[2]; + $cell_padding['L'] = $padding[1]; + break; + } + case 2: { + $cell_padding['T'] = $padding[0]; + $cell_padding['R'] = $padding[1]; + $cell_padding['B'] = $padding[0]; + $cell_padding['L'] = $padding[1]; + break; + } + case 1: { + $cell_padding['T'] = $padding[0]; + $cell_padding['R'] = $padding[0]; + $cell_padding['B'] = $padding[0]; + $cell_padding['L'] = $padding[0]; + break; + } + default: { + return $this->cell_padding; + } + } + if ($width == 0) { + $width = $this->w - $this->lMargin - $this->rMargin; + } + $cell_padding['T'] = $this->getHTMLUnitToUnits($cell_padding['T'], $width, 'px', false); + $cell_padding['R'] = $this->getHTMLUnitToUnits($cell_padding['R'], $width, 'px', false); + $cell_padding['B'] = $this->getHTMLUnitToUnits($cell_padding['B'], $width, 'px', false); + $cell_padding['L'] = $this->getHTMLUnitToUnits($cell_padding['L'], $width, 'px', false); + return $cell_padding; + } + + /** + * Get the internal Cell margin from CSS attribute. + * @param $cssmargin (string) margin properties + * @param $width (float) width of the containing element + * @return array of cell margins + * @public + * @since 5.9.000 (2010-10-04) + */ + public function getCSSMargin($cssmargin, $width=0) { + $margin = preg_split('/[\s]+/', trim($cssmargin)); + $cell_margin = array(); // value to be returned + switch (count($margin)) { + case 4: { + $cell_margin['T'] = $margin[0]; + $cell_margin['R'] = $margin[1]; + $cell_margin['B'] = $margin[2]; + $cell_margin['L'] = $margin[3]; + break; + } + case 3: { + $cell_margin['T'] = $margin[0]; + $cell_margin['R'] = $margin[1]; + $cell_margin['B'] = $margin[2]; + $cell_margin['L'] = $margin[1]; + break; + } + case 2: { + $cell_margin['T'] = $margin[0]; + $cell_margin['R'] = $margin[1]; + $cell_margin['B'] = $margin[0]; + $cell_margin['L'] = $margin[1]; + break; + } + case 1: { + $cell_margin['T'] = $margin[0]; + $cell_margin['R'] = $margin[0]; + $cell_margin['B'] = $margin[0]; + $cell_margin['L'] = $margin[0]; + break; + } + default: { + return $this->cell_margin; + } + } + if ($width == 0) { + $width = $this->w - $this->lMargin - $this->rMargin; + } + $cell_margin['T'] = $this->getHTMLUnitToUnits(str_replace('auto', '0', $cell_margin['T']), $width, 'px', false); + $cell_margin['R'] = $this->getHTMLUnitToUnits(str_replace('auto', '0', $cell_margin['R']), $width, 'px', false); + $cell_margin['B'] = $this->getHTMLUnitToUnits(str_replace('auto', '0', $cell_margin['B']), $width, 'px', false); + $cell_margin['L'] = $this->getHTMLUnitToUnits(str_replace('auto', '0', $cell_margin['L']), $width, 'px', false); + return $cell_margin; + } + + /** + * Get the border-spacing from CSS attribute. + * @param $cssbspace (string) border-spacing CSS properties + * @param $width (float) width of the containing element + * @return array of border spacings + * @public + * @since 5.9.010 (2010-10-27) + */ + public function getCSSBorderMargin($cssbspace, $width=0) { + $space = preg_split('/[\s]+/', trim($cssbspace)); + $border_spacing = array(); // value to be returned + switch (count($space)) { + case 2: { + $border_spacing['H'] = $space[0]; + $border_spacing['V'] = $space[1]; + break; + } + case 1: { + $border_spacing['H'] = $space[0]; + $border_spacing['V'] = $space[0]; + break; + } + default: { + return array('H' => 0, 'V' => 0); + } + } + if ($width == 0) { + $width = $this->w - $this->lMargin - $this->rMargin; + } + $border_spacing['H'] = $this->getHTMLUnitToUnits($border_spacing['H'], $width, 'px', false); + $border_spacing['V'] = $this->getHTMLUnitToUnits($border_spacing['V'], $width, 'px', false); + return $border_spacing; + } + + /** + * Returns the letter-spacing value from CSS value + * @param $spacing (string) letter-spacing value + * @param $parent (float) font spacing (tracking/kerning) value of the parent element + * @return float quantity to increases or decreases the space between characters in a text. + * @protected + * @since 5.9.000 (2010-10-02) + */ + protected function getCSSFontSpacing($spacing, $parent=0) { + $val = 0; // value to be returned + $spacing = trim($spacing); + switch ($spacing) { + case 'normal': { + $val = 0; + break; + } + case 'inherit': { + if ($parent == 'normal') { + $val = 0; + } else { + $val = $parent; + } + break; + } + default: { + $val = $this->getHTMLUnitToUnits($spacing, 0, 'px', false); + } + } + return $val; + } + + /** + * Returns the percentage of font stretching from CSS value + * @param $stretch (string) stretch mode + * @param $parent (float) stretch value of the parent element + * @return float font stretching percentage + * @protected + * @since 5.9.000 (2010-10-02) + */ + protected function getCSSFontStretching($stretch, $parent=100) { + $val = 100; // value to be returned + $stretch = trim($stretch); + switch ($stretch) { + case 'ultra-condensed': { + $val = 40; + break; + } + case 'extra-condensed': { + $val = 55; + break; + } + case 'condensed': { + $val = 70; + break; + } + case 'semi-condensed': { + $val = 85; + break; + } + case 'normal': { + $val = 100; + break; + } + case 'semi-expanded': { + $val = 115; + break; + } + case 'expanded': { + $val = 130; + break; + } + case 'extra-expanded': { + $val = 145; + break; + } + case 'ultra-expanded': { + $val = 160; + break; + } + case 'wider': { + $val = $parent + 10; + break; + } + case 'narrower': { + $val = $parent - 10; + break; + } + case 'inherit': { + if ($parent == 'normal') { + $val = 100; + } else { + $val = $parent; + } + break; + } + default: { + $val = $this->getHTMLUnitToUnits($stretch, 100, '%', false); + } + } + return $val; + } + + /** + * Returns the HTML DOM array. + * @param $html (string) html code + * @return array + * @protected + * @since 3.2.000 (2008-06-20) + */ + protected function getHtmlDomArray($html) { + // array of CSS styles ( selector => properties). + $css = array(); + // get CSS array defined at previous call + $matches = array(); + if (preg_match_all('/([^\<]*)<\/cssarray>/isU', $html, $matches) > 0) { + if (isset($matches[1][0])) { + $css = array_merge($css, unserialize($this->unhtmlentities($matches[1][0]))); + } + $html = preg_replace('/(.*?)<\/cssarray>/isU', '', $html); + } + // extract external CSS files + $matches = array(); + if (preg_match_all('/]*)>/isU', $html, $matches) > 0) { + foreach ($matches[1] as $key => $link) { + $type = array(); + if (preg_match('/type[\s]*=[\s]*"text\/css"/', $link, $type)) { + $type = array(); + preg_match('/media[\s]*=[\s]*"([^"]*)"/', $link, $type); + // get 'all' and 'print' media, other media types are discarded + // (all, braille, embossed, handheld, print, projection, screen, speech, tty, tv) + if (empty($type) OR (isset($type[1]) AND (($type[1] == 'all') OR ($type[1] == 'print')))) { + $type = array(); + if (preg_match('/href[\s]*=[\s]*"([^"]*)"/', $link, $type) > 0) { + // read CSS data file + $cssdata = file_get_contents(trim($type[1])); + $css = array_merge($css, $this->extractCSSproperties($cssdata)); + } + } + } + } + } + // extract style tags + $matches = array(); + if (preg_match_all('/]*)>([^\<]*)<\/style>/isU', $html, $matches) > 0) { + foreach ($matches[1] as $key => $media) { + $type = array(); + preg_match('/media[\s]*=[\s]*"([^"]*)"/', $media, $type); + // get 'all' and 'print' media, other media types are discarded + // (all, braille, embossed, handheld, print, projection, screen, speech, tty, tv) + if (empty($type) OR (isset($type[1]) AND (($type[1] == 'all') OR ($type[1] == 'print')))) { + $cssdata = $matches[2][$key]; + $css = array_merge($css, $this->extractCSSproperties($cssdata)); + } + } + } + // create a special tag to contain the CSS array (used for table content) + $csstagarray = ''.htmlentities(serialize($css)).''; + // remove head and style blocks + $html = preg_replace('/]*)>(.*?)<\/head>/siU', '', $html); + $html = preg_replace('/]*)>([^\<]*)<\/style>/isU', '', $html); + // define block tags + $blocktags = array('blockquote','br','dd','dl','div','dt','h1','h2','h3','h4','h5','h6','hr','li','ol','p','pre','ul','tcpdf','table','tr','td'); + // define self-closing tags + $selfclosingtags = array('area','base','basefont','br','hr','input','img','link','meta'); + // remove all unsupported tags (the line below lists all supported tags) + $html = strip_tags($html, '




                      1. ', $offset)) !== false) {
                        +            $html_a = substr($html, 0, $offset);
                        +            $html_b = substr($html, $offset, ($pos - $offset + 11));
                        +            while (preg_match("']*)>(.*?)\n(.*?)'si", $html_b)) {
                        +                // preserve newlines on 'si", "\\2\\3", $html_b);
                        +                $html_b = preg_replace("']*)>(.*?)[\"](.*?)'si", "\\2''\\3", $html_b);
                        +            }
                        +            $html = $html_a.$html_b.substr($html, $pos + 11);
                        +            $offset = strlen($html_a.$html_b);
                        +        }
                        +        $html = preg_replace('/([\s]*)', $html);
                        +        $offset = 0;
                        +        while (($offset < strlen($html)) AND ($pos = strpos($html, '', $offset)) !== false) {
                        +            $html_a = substr($html, 0, $offset);
                        +            $html_b = substr($html, $offset, ($pos - $offset + 9));
                        +            while (preg_match("']*)>(.*?)'si", $html_b)) {
                        +                $html_b = preg_replace("']*)>(.*?)'si", "\\2#!TaB!#\\4#!NwL!#", $html_b);
                        +                $html_b = preg_replace("']*)>(.*?)'si", "\\2#!NwL!#", $html_b);
                        +            }
                        +            $html = $html_a.$html_b.substr($html, $pos + 9);
                        +            $offset = strlen($html_a.$html_b);
                        +        }
                        +        if (preg_match("']*)>'si", "'si", "\" />", $html);
                        +        }
                        +        $html = str_replace("\n", ' ', $html);
                        +        // restore textarea newlines
                        +        $html = str_replace('', "\n", $html);
                        +        // remove extra spaces from code
                        +        $html = preg_replace('/[\s]+<\/(table|tr|ul|ol|dl)>/', '', $html);
                        +        $html = preg_replace('/'.$this->re_space['p'].'+<\/(td|th|li|dt|dd)>/'.$this->re_space['m'], '', $html);
                        +        $html = preg_replace('/[\s]+<(tr|td|th|li|dt|dd)/', '<\\1', $html);
                        +        $html = preg_replace('/'.$this->re_space['p'].'+<(ul|ol|dl|br)/'.$this->re_space['m'], '<\\1', $html);
                        +        $html = preg_replace('/<\/(table|tr|td|th|blockquote|dd|dt|dl|div|dt|h1|h2|h3|h4|h5|h6|hr|li|ol|ul|p)>[\s]+<', $html);
                        +        $html = preg_replace('/<\/(td|th)>/', '', $html);
                        +        $html = preg_replace('/<\/table>([\s]*)/', '', $html);
                        +        $html = preg_replace('/'.$this->re_space['p'].'+re_space['m'], chr(32).']*)>/xi', '', $html);
                        +        $html = preg_replace('/]*)>([^\<]*)<\/textarea>/xi', '', $html);
                        +        $html = preg_replace('/]*)><\/li>/', ' ', $html);
                        +        $html = preg_replace('/]*)>'.$this->re_space['p'].'*re_space['m'], ' \/]*)>[\s]/', '<\\1> ', $html); // preserve some spaces
                        +        $html = preg_replace('/[\s]<\/([^\>]*)>/', ' ', $html); // preserve some spaces
                        +        $html = preg_replace('/'.$this->re_space['p'].'+/'.$this->re_space['m'], chr(32), $html); // replace multiple spaces with a single space
                        +        // trim string
                        +        $html = $this->stringTrim($html);
                        +        // pattern for generic tag
                        +        $tagpattern = '/(<[^>]+>)/';
                        +        // explodes the string
                        +        $a = preg_split($tagpattern, $html, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
                        +        // count elements
                        +        $maxel = count($a);
                        +        $elkey = 0;
                        +        $key = 0;
                        +        // create an array of elements
                        +        $dom = array();
                        +        $dom[$key] = array();
                        +        // set inheritable properties fot the first void element
                        +        // possible inheritable properties are: azimuth, border-collapse, border-spacing, caption-side, color, cursor, direction, empty-cells, font, font-family, font-stretch, font-size, font-size-adjust, font-style, font-variant, font-weight, letter-spacing, line-height, list-style, list-style-image, list-style-position, list-style-type, orphans, page, page-break-inside, quotes, speak, speak-header, text-align, text-indent, text-transform, volume, white-space, widows, word-spacing
                        +        $dom[$key]['tag'] = false;
                        +        $dom[$key]['block'] = false;
                        +        $dom[$key]['value'] = '';
                        +        $dom[$key]['parent'] = 0;
                        +        $dom[$key]['fontname'] = $this->FontFamily;
                        +        $dom[$key]['fontstyle'] = $this->FontStyle;
                        +        $dom[$key]['fontsize'] = $this->FontSizePt;
                        +        $dom[$key]['font-stretch'] = $this->font_stretching;
                        +        $dom[$key]['letter-spacing'] = $this->font_spacing;
                        +        $dom[$key]['stroke'] = $this->textstrokewidth;
                        +        $dom[$key]['fill'] = (($this->textrendermode % 2) == 0);
                        +        $dom[$key]['clip'] = ($this->textrendermode > 3);
                        +        $dom[$key]['line-height'] = $this->cell_height_ratio;
                        +        $dom[$key]['bgcolor'] = false;
                        +        $dom[$key]['fgcolor'] = $this->fgcolor; // color
                        +        $dom[$key]['strokecolor'] = $this->strokecolor;
                        +        $dom[$key]['align'] = '';
                        +        $dom[$key]['listtype'] = '';
                        +        $dom[$key]['text-indent'] = 0;
                        +        $dom[$key]['border'] = array();
                        +        $dom[$key]['dir'] = $this->rtl?'rtl':'ltr';
                        +        $thead = false; // true when we are inside the THEAD tag
                        +        ++$key;
                        +        $level = array();
                        +        array_push($level, 0); // root
                        +        while ($elkey < $maxel) {
                        +            $dom[$key] = array();
                        +            $element = $a[$elkey];
                        +            $dom[$key]['elkey'] = $elkey;
                        +            if (preg_match($tagpattern, $element)) {
                        +                // html tag
                        +                $element = substr($element, 1, -1);
                        +                // get tag name
                        +                preg_match('/[\/]?([a-zA-Z0-9]*)/', $element, $tag);
                        +                $tagname = strtolower($tag[1]);
                        +                // check if we are inside a table header
                        +                if ($tagname == 'thead') {
                        +                    if ($element{0} == '/') {
                        +                        $thead = false;
                        +                    } else {
                        +                        $thead = true;
                        +                    }
                        +                    ++$elkey;
                        +                    continue;
                        +                }
                        +                $dom[$key]['tag'] = true;
                        +                $dom[$key]['value'] = $tagname;
                        +                if (in_array($dom[$key]['value'], $blocktags)) {
                        +                    $dom[$key]['block'] = true;
                        +                } else {
                        +                    $dom[$key]['block'] = false;
                        +                }
                        +                if ($element{0} == '/') {
                        +                    // *** closing html tag
                        +                    $dom[$key]['opening'] = false;
                        +                    $dom[$key]['parent'] = end($level);
                        +                    array_pop($level);
                        +                    $dom[$key]['fontname'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['fontname'];
                        +                    $dom[$key]['fontstyle'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['fontstyle'];
                        +                    $dom[$key]['fontsize'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['fontsize'];
                        +                    $dom[$key]['font-stretch'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['font-stretch'];
                        +                    $dom[$key]['letter-spacing'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['letter-spacing'];
                        +                    $dom[$key]['stroke'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['stroke'];
                        +                    $dom[$key]['fill'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['fill'];
                        +                    $dom[$key]['clip'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['clip'];
                        +                    $dom[$key]['line-height'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['line-height'];
                        +                    $dom[$key]['bgcolor'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['bgcolor'];
                        +                    $dom[$key]['fgcolor'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['fgcolor'];
                        +                    $dom[$key]['strokecolor'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['strokecolor'];
                        +                    $dom[$key]['align'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['align'];
                        +                    $dom[$key]['dir'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['dir'];
                        +                    if (isset($dom[($dom[($dom[$key]['parent'])]['parent'])]['listtype'])) {
                        +                        $dom[$key]['listtype'] = $dom[($dom[($dom[$key]['parent'])]['parent'])]['listtype'];
                        +                    }
                        +                    // set the number of columns in table tag
                        +                    if (($dom[$key]['value'] == 'tr') AND (!isset($dom[($dom[($dom[$key]['parent'])]['parent'])]['cols']))) {
                        +                        $dom[($dom[($dom[$key]['parent'])]['parent'])]['cols'] = $dom[($dom[$key]['parent'])]['cols'];
                        +                    }
                        +                    if (($dom[$key]['value'] == 'td') OR ($dom[$key]['value'] == 'th')) {
                        +                        $dom[($dom[$key]['parent'])]['content'] = $csstagarray;
                        +                        for ($i = ($dom[$key]['parent'] + 1); $i < $key; ++$i) {
                        +                            $dom[($dom[$key]['parent'])]['content'] .= $a[$dom[$i]['elkey']];
                        +                        }
                        +                        $key = $i;
                        +                        // mark nested tables
                        +                        $dom[($dom[$key]['parent'])]['content'] = str_replace('', '', $dom[($dom[$key]['parent'])]['content']);
                        +                        $dom[($dom[$key]['parent'])]['content'] = str_replace('', '', $dom[($dom[$key]['parent'])]['content']);
                        +                    }
                        +                    // store header rows on a new table
                        +                    if (($dom[$key]['value'] == 'tr') AND ($dom[($dom[$key]['parent'])]['thead'] === true)) {
                        +                        if ($this->empty_string($dom[($dom[($dom[$key]['parent'])]['parent'])]['thead'])) {
                        +                            $dom[($dom[($dom[$key]['parent'])]['parent'])]['thead'] = $a[$dom[($dom[($dom[$key]['parent'])]['parent'])]['elkey']];
                        +                        }
                        +                        for ($i = $dom[$key]['parent']; $i <= $key; ++$i) {
                        +                            $dom[($dom[($dom[$key]['parent'])]['parent'])]['thead'] .= $a[$dom[$i]['elkey']];
                        +                        }
                        +                        if (!isset($dom[($dom[$key]['parent'])]['attribute'])) {
                        +                            $dom[($dom[$key]['parent'])]['attribute'] = array();
                        +                        }
                        +                        // header elements must be always contained in a single page
                        +                        $dom[($dom[$key]['parent'])]['attribute']['nobr'] = 'true';
                        +                    }
                        +                    if (($dom[$key]['value'] == 'table') AND (!$this->empty_string($dom[($dom[$key]['parent'])]['thead']))) {
                        +                        // remove the nobr attributes from the table header
                        +                        $dom[($dom[$key]['parent'])]['thead'] = str_replace(' nobr="true"', '', $dom[($dom[$key]['parent'])]['thead']);
                        +                        $dom[($dom[$key]['parent'])]['thead'] .= '';
                        +                    }
                        +                } else {
                        +                    // *** opening or self-closing html tag
                        +                    $dom[$key]['opening'] = true;
                        +                    $dom[$key]['parent'] = end($level);
                        +                    if ((substr($element, -1, 1) == '/') OR (in_array($dom[$key]['value'], $selfclosingtags))) {
                        +                        // self-closing tag
                        +                        $dom[$key]['self'] = true;
                        +                    } else {
                        +                        // opening tag
                        +                        array_push($level, $key);
                        +                        $dom[$key]['self'] = false;
                        +                    }
                        +                    // copy some values from parent
                        +                    $parentkey = 0;
                        +                    if ($key > 0) {
                        +                        $parentkey = $dom[$key]['parent'];
                        +                        $dom[$key]['fontname'] = $dom[$parentkey]['fontname'];
                        +                        $dom[$key]['fontstyle'] = $dom[$parentkey]['fontstyle'];
                        +                        $dom[$key]['fontsize'] = $dom[$parentkey]['fontsize'];
                        +                        $dom[$key]['font-stretch'] = $dom[$parentkey]['font-stretch'];
                        +                        $dom[$key]['letter-spacing'] = $dom[$parentkey]['letter-spacing'];
                        +                        $dom[$key]['stroke'] = $dom[$parentkey]['stroke'];
                        +                        $dom[$key]['fill'] = $dom[$parentkey]['fill'];
                        +                        $dom[$key]['clip'] = $dom[$parentkey]['clip'];
                        +                        $dom[$key]['line-height'] = $dom[$parentkey]['line-height'];
                        +                        $dom[$key]['bgcolor'] = $dom[$parentkey]['bgcolor'];
                        +                        $dom[$key]['fgcolor'] = $dom[$parentkey]['fgcolor'];
                        +                        $dom[$key]['strokecolor'] = $dom[$parentkey]['strokecolor'];
                        +                        $dom[$key]['align'] = $dom[$parentkey]['align'];
                        +                        $dom[$key]['listtype'] = $dom[$parentkey]['listtype'];
                        +                        $dom[$key]['text-indent'] = $dom[$parentkey]['text-indent'];
                        +                        $dom[$key]['border'] = array();
                        +                        $dom[$key]['dir'] = $dom[$parentkey]['dir'];
                        +                    }
                        +                    // get attributes
                        +                    preg_match_all('/([^=\s]*)[\s]*=[\s]*"([^"]*)"/', $element, $attr_array, PREG_PATTERN_ORDER);
                        +                    $dom[$key]['attribute'] = array(); // reset attribute array
                        +                    while (list($id, $name) = each($attr_array[1])) {
                        +                        $dom[$key]['attribute'][strtolower($name)] = $attr_array[2][$id];
                        +                    }
                        +                    if (!empty($css)) {
                        +                        // merge eternal CSS style to current style
                        +                        $dom[$key]['attribute']['style'] = $this->getTagStyleFromCSS($dom, $key, $css);
                        +                    }
                        +                    // split style attributes
                        +                    if (isset($dom[$key]['attribute']['style']) AND !empty($dom[$key]['attribute']['style'])) {
                        +                        // get style attributes
                        +                        preg_match_all('/([^;:\s]*):([^;]*)/', $dom[$key]['attribute']['style'], $style_array, PREG_PATTERN_ORDER);
                        +                        $dom[$key]['style'] = array(); // reset style attribute array
                        +                        while (list($id, $name) = each($style_array[1])) {
                        +                            // in case of duplicate attribute the last replace the previous
                        +                            $dom[$key]['style'][strtolower($name)] = trim($style_array[2][$id]);
                        +                        }
                        +                        // --- get some style attributes ---
                        +                        // text direction
                        +                        if (isset($dom[$key]['style']['direction'])) {
                        +                            $dom[$key]['dir'] = $dom[$key]['style']['direction'];
                        +                        }
                        +                        // font family
                        +                        if (isset($dom[$key]['style']['font-family'])) {
                        +                            $dom[$key]['fontname'] = $this->getFontFamilyName($dom[$key]['style']['font-family']);
                        +                        }
                        +                        // list-style-type
                        +                        if (isset($dom[$key]['style']['list-style-type'])) {
                        +                            $dom[$key]['listtype'] = trim(strtolower($dom[$key]['style']['list-style-type']));
                        +                            if ($dom[$key]['listtype'] == 'inherit') {
                        +                                $dom[$key]['listtype'] = $dom[$parentkey]['listtype'];
                        +                            }
                        +                        }
                        +                        // text-indent
                        +                        if (isset($dom[$key]['style']['text-indent'])) {
                        +                            $dom[$key]['text-indent'] = $this->getHTMLUnitToUnits($dom[$key]['style']['text-indent']);
                        +                            if ($dom[$key]['text-indent'] == 'inherit') {
                        +                                $dom[$key]['text-indent'] = $dom[$parentkey]['text-indent'];
                        +                            }
                        +                        }
                        +                        // font size
                        +                        if (isset($dom[$key]['style']['font-size'])) {
                        +                            $fsize = trim($dom[$key]['style']['font-size']);
                        +                            switch ($fsize) {
                        +                                // absolute-size
                        +                                case 'xx-small': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'] - 4;
                        +                                    break;
                        +                                }
                        +                                case 'x-small': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'] - 3;
                        +                                    break;
                        +                                }
                        +                                case 'small': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'] - 2;
                        +                                    break;
                        +                                }
                        +                                case 'medium': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'];
                        +                                    break;
                        +                                }
                        +                                case 'large': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'] + 2;
                        +                                    break;
                        +                                }
                        +                                case 'x-large': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'] + 4;
                        +                                    break;
                        +                                }
                        +                                case 'xx-large': {
                        +                                    $dom[$key]['fontsize'] = $dom[0]['fontsize'] + 6;
                        +                                    break;
                        +                                }
                        +                                // relative-size
                        +                                case 'smaller': {
                        +                                    $dom[$key]['fontsize'] = $dom[$parentkey]['fontsize'] - 3;
                        +                                    break;
                        +                                }
                        +                                case 'larger': {
                        +                                    $dom[$key]['fontsize'] = $dom[$parentkey]['fontsize'] + 3;
                        +                                    break;
                        +                                }
                        +                                default: {
                        +                                    $dom[$key]['fontsize'] = $this->getHTMLUnitToUnits($fsize, $dom[$parentkey]['fontsize'], 'pt', true);
                        +                                }
                        +                            }
                        +                        }
                        +                        // font-stretch
                        +                        if (isset($dom[$key]['style']['font-stretch'])) {
                        +                            $dom[$key]['font-stretch'] = $this->getCSSFontStretching($dom[$key]['style']['font-stretch'], $dom[$parentkey]['font-stretch']);
                        +                        }
                        +                        // letter-spacing
                        +                        if (isset($dom[$key]['style']['letter-spacing'])) {
                        +                            $dom[$key]['letter-spacing'] = $this->getCSSFontSpacing($dom[$key]['style']['letter-spacing'], $dom[$parentkey]['letter-spacing']);
                        +                        }
                        +                        // line-height
                        +                        if (isset($dom[$key]['style']['line-height'])) {
                        +                            $lineheight = trim($dom[$key]['style']['line-height']);
                        +                            switch ($lineheight) {
                        +                                // A normal line height. This is default
                        +                                case 'normal': {
                        +                                    $dom[$key]['line-height'] = $dom[0]['line-height'];
                        +                                    break;
                        +                                }
                        +                                default: {
                        +                                    if (is_numeric($lineheight)) {
                        +                                        $lineheight = $lineheight * 100;
                        +                                    }
                        +                                    $dom[$key]['line-height'] = $this->getHTMLUnitToUnits($lineheight, 1, '%', true);
                        +                                }
                        +                            }
                        +                        }
                        +                        // font style
                        +                        if (isset($dom[$key]['style']['font-weight']) AND (strtolower($dom[$key]['style']['font-weight']{0}) == 'b')) {
                        +                            $dom[$key]['fontstyle'] .= 'B';
                        +                        }
                        +                        if (isset($dom[$key]['style']['font-style']) AND (strtolower($dom[$key]['style']['font-style']{0}) == 'i')) {
                        +                            $dom[$key]['fontstyle'] .= 'I';
                        +                        }
                        +                        // font color
                        +                        if (isset($dom[$key]['style']['color']) AND (!$this->empty_string($dom[$key]['style']['color']))) {
                        +                            $dom[$key]['fgcolor'] = $this->convertHTMLColorToDec($dom[$key]['style']['color']);
                        +                        } elseif ($dom[$key]['value'] == 'a') {
                        +                            $dom[$key]['fgcolor'] = $this->htmlLinkColorArray;
                        +                        }
                        +                        // background color
                        +                        if (isset($dom[$key]['style']['background-color']) AND (!$this->empty_string($dom[$key]['style']['background-color']))) {
                        +                            $dom[$key]['bgcolor'] = $this->convertHTMLColorToDec($dom[$key]['style']['background-color']);
                        +                        }
                        +                        // text-decoration
                        +                        if (isset($dom[$key]['style']['text-decoration'])) {
                        +                            $decors = explode(' ', strtolower($dom[$key]['style']['text-decoration']));
                        +                            foreach ($decors as $dec) {
                        +                                $dec = trim($dec);
                        +                                if (!$this->empty_string($dec)) {
                        +                                    if ($dec{0} == 'u') {
                        +                                        // underline
                        +                                        $dom[$key]['fontstyle'] .= 'U';
                        +                                    } elseif ($dec{0} == 'l') {
                        +                                        // line-trough
                        +                                        $dom[$key]['fontstyle'] .= 'D';
                        +                                    } elseif ($dec{0} == 'o') {
                        +                                        // overline
                        +                                        $dom[$key]['fontstyle'] .= 'O';
                        +                                    }
                        +                                }
                        +                            }
                        +                        } elseif ($dom[$key]['value'] == 'a') {
                        +                            $dom[$key]['fontstyle'] = $this->htmlLinkFontStyle;
                        +                        }
                        +                        // check for width attribute
                        +                        if (isset($dom[$key]['style']['width'])) {
                        +                            $dom[$key]['width'] = $dom[$key]['style']['width'];
                        +                        }
                        +                        // check for height attribute
                        +                        if (isset($dom[$key]['style']['height'])) {
                        +                            $dom[$key]['height'] = $dom[$key]['style']['height'];
                        +                        }
                        +                        // check for text alignment
                        +                        if (isset($dom[$key]['style']['text-align'])) {
                        +                            $dom[$key]['align'] = strtoupper($dom[$key]['style']['text-align']{0});
                        +                        }
                        +                        // check for CSS border properties
                        +                        if (isset($dom[$key]['style']['border'])) {
                        +                            $borderstyle = $this->getCSSBorderStyle($dom[$key]['style']['border']);
                        +                            if (!empty($borderstyle)) {
                        +                                $dom[$key]['border']['LTRB'] = $borderstyle;
                        +                            }
                        +                        }
                        +                        if (isset($dom[$key]['style']['border-color'])) {
                        +                            $brd_colors = preg_split('/[\s]+/', trim($dom[$key]['style']['border-color']));
                        +                            if (isset($brd_colors[3])) {
                        +                                $dom[$key]['border']['L']['color'] = $this->convertHTMLColorToDec($brd_colors[3]);
                        +                            }
                        +                            if (isset($brd_colors[1])) {
                        +                                $dom[$key]['border']['R']['color'] = $this->convertHTMLColorToDec($brd_colors[1]);
                        +                            }
                        +                            if (isset($brd_colors[0])) {
                        +                                $dom[$key]['border']['T']['color'] = $this->convertHTMLColorToDec($brd_colors[0]);
                        +                            }
                        +                            if (isset($brd_colors[2])) {
                        +                                $dom[$key]['border']['B']['color'] = $this->convertHTMLColorToDec($brd_colors[2]);
                        +                            }
                        +                        }
                        +                        if (isset($dom[$key]['style']['border-width'])) {
                        +                            $brd_widths = preg_split('/[\s]+/', trim($dom[$key]['style']['border-width']));
                        +                            if (isset($brd_widths[3])) {
                        +                                $dom[$key]['border']['L']['width'] = $this->getCSSBorderWidth($brd_widths[3]);
                        +                            }
                        +                            if (isset($brd_widths[1])) {
                        +                                $dom[$key]['border']['R']['width'] = $this->getCSSBorderWidth($brd_widths[1]);
                        +                            }
                        +                            if (isset($brd_widths[0])) {
                        +                                $dom[$key]['border']['T']['width'] = $this->getCSSBorderWidth($brd_widths[0]);
                        +                            }
                        +                            if (isset($brd_widths[2])) {
                        +                                $dom[$key]['border']['B']['width'] = $this->getCSSBorderWidth($brd_widths[2]);
                        +                            }
                        +                        }
                        +                        if (isset($dom[$key]['style']['border-style'])) {
                        +                            $brd_styles = preg_split('/[\s]+/', trim($dom[$key]['style']['border-style']));
                        +                            if (isset($brd_styles[3])) {
                        +                                $dom[$key]['border']['L']['cap'] = 'square';
                        +                                $dom[$key]['border']['L']['join'] = 'miter';
                        +                                $dom[$key]['border']['L']['dash'] = $this->getCSSBorderDashStyle($brd_styles[3]);
                        +                                if ($dom[$key]['border']['L']['dash'] < 0) {
                        +                                    $dom[$key]['border']['L'] = array();
                        +                                }
                        +                            }
                        +                            if (isset($brd_styles[1])) {
                        +                                $dom[$key]['border']['R']['cap'] = 'square';
                        +                                $dom[$key]['border']['R']['join'] = 'miter';
                        +                                $dom[$key]['border']['R']['dash'] = $this->getCSSBorderDashStyle($brd_styles[1]);
                        +                                if ($dom[$key]['border']['R']['dash'] < 0) {
                        +                                    $dom[$key]['border']['R'] = array();
                        +                                }
                        +                            }
                        +                            if (isset($brd_styles[0])) {
                        +                                $dom[$key]['border']['T']['cap'] = 'square';
                        +                                $dom[$key]['border']['T']['join'] = 'miter';
                        +                                $dom[$key]['border']['T']['dash'] = $this->getCSSBorderDashStyle($brd_styles[0]);
                        +                                if ($dom[$key]['border']['T']['dash'] < 0) {
                        +                                    $dom[$key]['border']['T'] = array();
                        +                                }
                        +                            }
                        +                            if (isset($brd_styles[2])) {
                        +                                $dom[$key]['border']['B']['cap'] = 'square';
                        +                                $dom[$key]['border']['B']['join'] = 'miter';
                        +                                $dom[$key]['border']['B']['dash'] = $this->getCSSBorderDashStyle($brd_styles[2]);
                        +                                if ($dom[$key]['border']['B']['dash'] < 0) {
                        +                                    $dom[$key]['border']['B'] = array();
                        +                                }
                        +                            }
                        +                        }
                        +                        $cellside = array('L' => 'left', 'R' => 'right', 'T' => 'top', 'B' => 'bottom');
                        +                        foreach ($cellside as $bsk => $bsv) {
                        +                            if (isset($dom[$key]['style']['border-'.$bsv])) {
                        +                                $borderstyle = $this->getCSSBorderStyle($dom[$key]['style']['border-'.$bsv]);
                        +                                if (!empty($borderstyle)) {
                        +                                    $dom[$key]['border'][$bsk] = $borderstyle;
                        +                                }
                        +                            }
                        +                            if (isset($dom[$key]['style']['border-'.$bsv.'-color'])) {
                        +                                $dom[$key]['border'][$bsk]['color'] = $this->convertHTMLColorToDec($dom[$key]['style']['border-'.$bsv.'-color']);
                        +                            }
                        +                            if (isset($dom[$key]['style']['border-'.$bsv.'-width'])) {
                        +                                $dom[$key]['border'][$bsk]['width'] = $this->getCSSBorderWidth($dom[$key]['style']['border-'.$bsv.'-width']);
                        +                            }
                        +                            if (isset($dom[$key]['style']['border-'.$bsv.'-style'])) {
                        +                                $dom[$key]['border'][$bsk]['dash'] = $this->getCSSBorderDashStyle($dom[$key]['style']['border-'.$bsv.'-style']);
                        +                                if ($dom[$key]['border'][$bsk]['dash'] < 0) {
                        +                                    $dom[$key]['border'][$bsk] = array();
                        +                                }
                        +                            }
                        +                        }
                        +                        // check for CSS padding properties
                        +                        if (isset($dom[$key]['style']['padding'])) {
                        +                            $dom[$key]['padding'] = $this->getCSSPadding($dom[$key]['style']['padding']);
                        +                        } else {
                        +                            $dom[$key]['padding'] = $this->cell_padding;
                        +                        }
                        +                        foreach ($cellside as $psk => $psv) {
                        +                            if (isset($dom[$key]['style']['padding-'.$psv])) {
                        +                                $dom[$key]['padding'][$psk] = $this->getHTMLUnitToUnits($dom[$key]['style']['padding-'.$psv], 0, 'px', false);
                        +                            }
                        +                        }
                        +                        // check for CSS margin properties
                        +                        if (isset($dom[$key]['style']['margin'])) {
                        +                            $dom[$key]['margin'] = $this->getCSSMargin($dom[$key]['style']['margin']);
                        +                        } else {
                        +                            $dom[$key]['margin'] = $this->cell_margin;
                        +                        }
                        +                        foreach ($cellside as $psk => $psv) {
                        +                            if (isset($dom[$key]['style']['margin-'.$psv])) {
                        +                                $dom[$key]['margin'][$psk] = $this->getHTMLUnitToUnits(str_replace('auto', '0', $dom[$key]['style']['margin-'.$psv]), 0, 'px', false);
                        +                            }
                        +                        }
                        +                        // check for CSS border-spacing properties
                        +                        if (isset($dom[$key]['style']['border-spacing'])) {
                        +                            $dom[$key]['border-spacing'] = $this->getCSSBorderMargin($dom[$key]['style']['border-spacing']);
                        +                        }
                        +                        // page-break-inside
                        +                        if (isset($dom[$key]['style']['page-break-inside']) AND ($dom[$key]['style']['page-break-inside'] == 'avoid')) {
                        +                            $dom[$key]['attribute']['nobr'] = 'true';
                        +                        }
                        +                        // page-break-before
                        +                        if (isset($dom[$key]['style']['page-break-before'])) {
                        +                            if ($dom[$key]['style']['page-break-before'] == 'always') {
                        +                                $dom[$key]['attribute']['pagebreak'] = 'true';
                        +                            } elseif ($dom[$key]['style']['page-break-before'] == 'left') {
                        +                                $dom[$key]['attribute']['pagebreak'] = 'left';
                        +                            } elseif ($dom[$key]['style']['page-break-before'] == 'right') {
                        +                                $dom[$key]['attribute']['pagebreak'] = 'right';
                        +                            }
                        +                        }
                        +                        // page-break-after
                        +                        if (isset($dom[$key]['style']['page-break-after'])) {
                        +                            if ($dom[$key]['style']['page-break-after'] == 'always') {
                        +                                $dom[$key]['attribute']['pagebreakafter'] = 'true';
                        +                            } elseif ($dom[$key]['style']['page-break-after'] == 'left') {
                        +                                $dom[$key]['attribute']['pagebreakafter'] = 'left';
                        +                            } elseif ($dom[$key]['style']['page-break-after'] == 'right') {
                        +                                $dom[$key]['attribute']['pagebreakafter'] = 'right';
                        +                            }
                        +                        }
                        +                    }
                        +                    if (isset($dom[$key]['attribute']['border']) AND ($dom[$key]['attribute']['border'] != 0)) {
                        +                        $borderstyle = $this->getCSSBorderStyle($dom[$key]['attribute']['border'].' solid black');
                        +                        if (!empty($borderstyle)) {
                        +                            $dom[$key]['border']['LTRB'] = $borderstyle;
                        +                        }
                        +                    }
                        +                    // check for font tag
                        +                    if ($dom[$key]['value'] == 'font') {
                        +                        // font family
                        +                        if (isset($dom[$key]['attribute']['face'])) {
                        +                            $dom[$key]['fontname'] = $this->getFontFamilyName($dom[$key]['attribute']['face']);
                        +                        }
                        +                        // font size
                        +                        if (isset($dom[$key]['attribute']['size'])) {
                        +                            if ($key > 0) {
                        +                                if ($dom[$key]['attribute']['size']{0} == '+') {
                        +                                    $dom[$key]['fontsize'] = $dom[($dom[$key]['parent'])]['fontsize'] + intval(substr($dom[$key]['attribute']['size'], 1));
                        +                                } elseif ($dom[$key]['attribute']['size']{0} == '-') {
                        +                                    $dom[$key]['fontsize'] = $dom[($dom[$key]['parent'])]['fontsize'] - intval(substr($dom[$key]['attribute']['size'], 1));
                        +                                } else {
                        +                                    $dom[$key]['fontsize'] = intval($dom[$key]['attribute']['size']);
                        +                                }
                        +                            } else {
                        +                                $dom[$key]['fontsize'] = intval($dom[$key]['attribute']['size']);
                        +                            }
                        +                        }
                        +                    }
                        +                    // force natural alignment for lists
                        +                    if ((($dom[$key]['value'] == 'ul') OR ($dom[$key]['value'] == 'ol') OR ($dom[$key]['value'] == 'dl'))
                        +                        AND (!isset($dom[$key]['align']) OR $this->empty_string($dom[$key]['align']) OR ($dom[$key]['align'] != 'J'))) {
                        +                        if ($this->rtl) {
                        +                            $dom[$key]['align'] = 'R';
                        +                        } else {
                        +                            $dom[$key]['align'] = 'L';
                        +                        }
                        +                    }
                        +                    if (($dom[$key]['value'] == 'small') OR ($dom[$key]['value'] == 'sup') OR ($dom[$key]['value'] == 'sub')) {
                        +                        if (!isset($dom[$key]['attribute']['size']) AND !isset($dom[$key]['style']['font-size'])) {
                        +                            $dom[$key]['fontsize'] = $dom[$key]['fontsize'] * K_SMALL_RATIO;
                        +                        }
                        +                    }
                        +                    if (($dom[$key]['value'] == 'strong') OR ($dom[$key]['value'] == 'b')) {
                        +                        $dom[$key]['fontstyle'] .= 'B';
                        +                    }
                        +                    if (($dom[$key]['value'] == 'em') OR ($dom[$key]['value'] == 'i')) {
                        +                        $dom[$key]['fontstyle'] .= 'I';
                        +                    }
                        +                    if ($dom[$key]['value'] == 'u') {
                        +                        $dom[$key]['fontstyle'] .= 'U';
                        +                    }
                        +                    if (($dom[$key]['value'] == 'del') OR ($dom[$key]['value'] == 's') OR ($dom[$key]['value'] == 'strike')) {
                        +                        $dom[$key]['fontstyle'] .= 'D';
                        +                    }
                        +                    if (!isset($dom[$key]['style']['text-decoration']) AND ($dom[$key]['value'] == 'a')) {
                        +                        $dom[$key]['fontstyle'] = $this->htmlLinkFontStyle;
                        +                    }
                        +                    if (($dom[$key]['value'] == 'pre') OR ($dom[$key]['value'] == 'tt')) {
                        +                        $dom[$key]['fontname'] = $this->default_monospaced_font;
                        +                    }
                        +                    if (($dom[$key]['value']{0} == 'h') AND (intval($dom[$key]['value']{1}) > 0) AND (intval($dom[$key]['value']{1}) < 7)) {
                        +                        // headings h1, h2, h3, h4, h5, h6
                        +                        if (!isset($dom[$key]['attribute']['size']) AND !isset($dom[$key]['style']['font-size'])) {
                        +                            $headsize = (4 - intval($dom[$key]['value']{1})) * 2;
                        +                            $dom[$key]['fontsize'] = $dom[0]['fontsize'] + $headsize;
                        +                        }
                        +                        if (!isset($dom[$key]['style']['font-weight'])) {
                        +                            $dom[$key]['fontstyle'] .= 'B';
                        +                        }
                        +                    }
                        +                    if (($dom[$key]['value'] == 'table')) {
                        +                        $dom[$key]['rows'] = 0; // number of rows
                        +                        $dom[$key]['trids'] = array(); // IDs of TR elements
                        +                        $dom[$key]['thead'] = ''; // table header rows
                        +                    }
                        +                    if (($dom[$key]['value'] == 'tr')) {
                        +                        $dom[$key]['cols'] = 0;
                        +                        if ($thead) {
                        +                            $dom[$key]['thead'] = true;
                        +                            // rows on thead block are printed as a separate table
                        +                        } else {
                        +                            $dom[$key]['thead'] = false;
                        +                            // store the number of rows on table element
                        +                            ++$dom[($dom[$key]['parent'])]['rows'];
                        +                            // store the TR elements IDs on table element
                        +                            array_push($dom[($dom[$key]['parent'])]['trids'], $key);
                        +                        }
                        +                    }
                        +                    if (($dom[$key]['value'] == 'th') OR ($dom[$key]['value'] == 'td')) {
                        +                        if (isset($dom[$key]['attribute']['colspan'])) {
                        +                            $colspan = intval($dom[$key]['attribute']['colspan']);
                        +                        } else {
                        +                            $colspan = 1;
                        +                        }
                        +                        $dom[$key]['attribute']['colspan'] = $colspan;
                        +                        $dom[($dom[$key]['parent'])]['cols'] += $colspan;
                        +                    }
                        +                    // text direction
                        +                    if (isset($dom[$key]['attribute']['dir'])) {
                        +                        $dom[$key]['dir'] = $dom[$key]['attribute']['dir'];
                        +                    }
                        +                    // set foreground color attribute
                        +                    if (isset($dom[$key]['attribute']['color']) AND (!$this->empty_string($dom[$key]['attribute']['color']))) {
                        +                        $dom[$key]['fgcolor'] = $this->convertHTMLColorToDec($dom[$key]['attribute']['color']);
                        +                    } elseif (!isset($dom[$key]['style']['color']) AND ($dom[$key]['value'] == 'a')) {
                        +                        $dom[$key]['fgcolor'] = $this->htmlLinkColorArray;
                        +                    }
                        +                    // set background color attribute
                        +                    if (isset($dom[$key]['attribute']['bgcolor']) AND (!$this->empty_string($dom[$key]['attribute']['bgcolor']))) {
                        +                        $dom[$key]['bgcolor'] = $this->convertHTMLColorToDec($dom[$key]['attribute']['bgcolor']);
                        +                    }
                        +                    // set stroke color attribute
                        +                    if (isset($dom[$key]['attribute']['strokecolor']) AND (!$this->empty_string($dom[$key]['attribute']['strokecolor']))) {
                        +                        $dom[$key]['strokecolor'] = $this->convertHTMLColorToDec($dom[$key]['attribute']['strokecolor']);
                        +                    }
                        +                    // check for width attribute
                        +                    if (isset($dom[$key]['attribute']['width'])) {
                        +                        $dom[$key]['width'] = $dom[$key]['attribute']['width'];
                        +                    }
                        +                    // check for height attribute
                        +                    if (isset($dom[$key]['attribute']['height'])) {
                        +                        $dom[$key]['height'] = $dom[$key]['attribute']['height'];
                        +                    }
                        +                    // check for text alignment
                        +                    if (isset($dom[$key]['attribute']['align']) AND (!$this->empty_string($dom[$key]['attribute']['align'])) AND ($dom[$key]['value'] !== 'img')) {
                        +                        $dom[$key]['align'] = strtoupper($dom[$key]['attribute']['align']{0});
                        +                    }
                        +                    // check for text rendering mode (the following attributes do not exist in HTML)
                        +                    if (isset($dom[$key]['attribute']['stroke'])) {
                        +                        // font stroke width
                        +                        $dom[$key]['stroke'] = $this->getHTMLUnitToUnits($dom[$key]['attribute']['stroke'], $dom[$key]['fontsize'], 'pt', true);
                        +                    }
                        +                    if (isset($dom[$key]['attribute']['fill'])) {
                        +                        // font fill
                        +                        if ($dom[$key]['attribute']['fill'] == 'true') {
                        +                            $dom[$key]['fill'] = true;
                        +                        } else {
                        +                            $dom[$key]['fill'] = false;
                        +                        }
                        +                    }
                        +                    if (isset($dom[$key]['attribute']['clip'])) {
                        +                        // clipping mode
                        +                        if ($dom[$key]['attribute']['clip'] == 'true') {
                        +                            $dom[$key]['clip'] = true;
                        +                        } else {
                        +                            $dom[$key]['clip'] = false;
                        +                        }
                        +                    }
                        +                } // end opening tag
                        +            } else {
                        +                // text
                        +                $dom[$key]['tag'] = false;
                        +                $dom[$key]['block'] = false;
                        +                $element = str_replace('$nbsp;', $this->unichr(160), $element);
                        +                $dom[$key]['value'] = stripslashes($this->unhtmlentities($element));
                        +                $dom[$key]['parent'] = end($level);
                        +                $dom[$key]['dir'] = $dom[$dom[$key]['parent']]['dir'];
                        +            }
                        +            ++$elkey;
                        +            ++$key;
                        +        }
                        +        return $dom;
                        +    }
                        +
                        +    /**
                        +     * Returns the string used to find spaces
                        +     * @return string
                        +     * @protected
                        +     * @author Nicola Asuni
                        +     * @since 4.8.024 (2010-01-15)
                        +     */
                        +    protected function getSpaceString() {
                        +        $spacestr = chr(32);
                        +        if ($this->isUnicodeFont()) {
                        +            $spacestr = chr(0).chr(32);
                        +        }
                        +        return $spacestr;
                        +    }
                        +
                        +    /**
                        +     * Prints a cell (rectangular area) with optional borders, background color and html text string.
                        +     * The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.
                        + * If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting. + * @param $w (float) Cell width. If 0, the cell extends up to the right margin. + * @param $h (float) Cell minimum height. The cell extends automatically if needed. + * @param $x (float) upper-left corner X coordinate + * @param $y (float) upper-left corner Y coordinate + * @param $html (string) html text to print. Default value: empty string. + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                        • 0: no border (default)
                        • 1: frame
                        or a string containing some or all of the following characters (in any order):
                        • L: left
                        • T: top
                        • R: right
                        • B: bottom
                        or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $ln (int) Indicates where the current position should go after the call. Possible values are:
                        • 0: to the right (or left for RTL language)
                        • 1: to the beginning of the next line
                        • 2: below
                        +Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value: 0. + * @param $fill (boolean) Indicates if the cell background must be painted (true) or transparent (false). + * @param $reseth (boolean) if true reset the last cell height (default true). + * @param $align (string) Allows to center or align the text. Possible values are:
                        • L : left align
                        • C : center
                        • R : right align
                        • '' : empty string : left for LTR or right for RTL
                        + * @param $autopadding (boolean) if true, uses internal padding and automatically adjust it to account for line width. + * @see Multicell(), writeHTML() + * @public + */ + public function writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=false, $reseth=true, $align='', $autopadding=true) { + return $this->MultiCell($w, $h, $html, $border, $align, $fill, $ln, $x, $y, $reseth, 0, true, $autopadding, 0); + } + + /** + * Allows to preserve some HTML formatting (limited support).
                        + * IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting. + * Supported tags are: a, b, blockquote, br, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, ol, p, pre, small, span, strong, sub, sup, table, tcpdf, td, th, thead, tr, tt, u, ul + * @param $html (string) text to display + * @param $ln (boolean) if true add a new line after text (default = true) + * @param $fill (boolean) Indicates if the background must be painted (true) or transparent (false). + * @param $reseth (boolean) if true reset the last cell height (default false). + * @param $cell (boolean) if true add the current left (or right for RTL) padding to each Write (default false). + * @param $align (string) Allows to center or align the text. Possible values are:
                        • L : left align
                        • C : center
                        • R : right align
                        • '' : empty string : left for LTR or right for RTL
                        + * @public + */ + public function writeHTML($html, $ln=true, $fill=false, $reseth=false, $cell=false, $align='') { + $gvars = $this->getGraphicVars(); + // store current values + $prev_cell_margin = $this->cell_margin; + $prev_cell_padding = $this->cell_padding; + $prevPage = $this->page; + $prevlMargin = $this->lMargin; + $prevrMargin = $this->rMargin; + $curfontname = $this->FontFamily; + $curfontstyle = $this->FontStyle; + $curfontsize = $this->FontSizePt; + $curfontascent = $this->getFontAscent($curfontname, $curfontstyle, $curfontsize); + $curfontdescent = $this->getFontDescent($curfontname, $curfontstyle, $curfontsize); + $curfontstretcing = $this->font_stretching; + $curfontkerning = $this->font_spacing; + $this->newline = true; + $newline = true; + $startlinepage = $this->page; + $minstartliney = $this->y; + $maxbottomliney = 0; + $startlinex = $this->x; + $startliney = $this->y; + $yshift = 0; + $loop = 0; + $curpos = 0; + $this_method_vars = array(); + $undo = false; + $fontaligned = false; + $reverse_dir = false; // true when the text direction is reversed + $this->premode = false; + if ($this->inxobj) { + // we are inside an XObject template + $pask = count($this->xobjects[$this->xobjid]['annotations']); + } elseif (isset($this->PageAnnots[$this->page])) { + $pask = count($this->PageAnnots[$this->page]); + } else { + $pask = 0; + } + if ($this->inxobj) { + // we are inside an XObject template + $startlinepos = strlen($this->xobjects[$this->xobjid]['outdata']); + } elseif (!$this->InFooter) { + if (isset($this->footerlen[$this->page])) { + $this->footerpos[$this->page] = $this->pagelen[$this->page] - $this->footerlen[$this->page]; + } else { + $this->footerpos[$this->page] = $this->pagelen[$this->page]; + } + $startlinepos = $this->footerpos[$this->page]; + } else { + // we are inside the footer + $startlinepos = $this->pagelen[$this->page]; + } + $lalign = $align; + $plalign = $align; + if ($this->rtl) { + $w = $this->x - $this->lMargin; + } else { + $w = $this->w - $this->rMargin - $this->x; + } + $w -= ($this->cell_padding['L'] + $this->cell_padding['R']); + if ($cell) { + if ($this->rtl) { + $this->x -= $this->cell_padding['R']; + $this->lMargin += $this->cell_padding['R']; + } else { + $this->x += $this->cell_padding['L']; + $this->rMargin += $this->cell_padding['L']; + } + } + if ($this->customlistindent >= 0) { + $this->listindent = $this->customlistindent; + } else { + $this->listindent = $this->GetStringWidth('0000'); + } + $this->listindentlevel = 0; + // save previous states + $prev_cell_height_ratio = $this->cell_height_ratio; + $prev_listnum = $this->listnum; + $prev_listordered = $this->listordered; + $prev_listcount = $this->listcount; + $prev_lispacer = $this->lispacer; + $this->listnum = 0; + $this->listordered = array(); + $this->listcount = array(); + $this->lispacer = ''; + if (($this->empty_string($this->lasth)) OR ($reseth)) { + // reset row height + $this->resetLastH(); + } + $dom = $this->getHtmlDomArray($html); + $maxel = count($dom); + $key = 0; + while ($key < $maxel) { + if ($dom[$key]['tag'] AND isset($dom[$key]['attribute']['pagebreak'])) { + // check for pagebreak + if (($dom[$key]['attribute']['pagebreak'] == 'true') OR ($dom[$key]['attribute']['pagebreak'] == 'left') OR ($dom[$key]['attribute']['pagebreak'] == 'right')) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + if ((($dom[$key]['attribute']['pagebreak'] == 'left') AND (((!$this->rtl) AND (($this->page % 2) == 0)) OR (($this->rtl) AND (($this->page % 2) != 0)))) + OR (($dom[$key]['attribute']['pagebreak'] == 'right') AND (((!$this->rtl) AND (($this->page % 2) != 0)) OR (($this->rtl) AND (($this->page % 2) == 0))))) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + } + if ($dom[$key]['tag'] AND $dom[$key]['opening'] AND isset($dom[$key]['attribute']['nobr']) AND ($dom[$key]['attribute']['nobr'] == 'true')) { + if (isset($dom[($dom[$key]['parent'])]['attribute']['nobr']) AND ($dom[($dom[$key]['parent'])]['attribute']['nobr'] == 'true')) { + $dom[$key]['attribute']['nobr'] = false; + } else { + // store current object + $this->startTransaction(); + // save this method vars + $this_method_vars['html'] = $html; + $this_method_vars['ln'] = $ln; + $this_method_vars['fill'] = $fill; + $this_method_vars['reseth'] = $reseth; + $this_method_vars['cell'] = $cell; + $this_method_vars['align'] = $align; + $this_method_vars['gvars'] = $gvars; + $this_method_vars['prevPage'] = $prevPage; + $this_method_vars['prev_cell_margin'] = $prev_cell_margin; + $this_method_vars['prev_cell_padding'] = $prev_cell_padding; + $this_method_vars['prevlMargin'] = $prevlMargin; + $this_method_vars['prevrMargin'] = $prevrMargin; + $this_method_vars['curfontname'] = $curfontname; + $this_method_vars['curfontstyle'] = $curfontstyle; + $this_method_vars['curfontsize'] = $curfontsize; + $this_method_vars['curfontascent'] = $curfontascent; + $this_method_vars['curfontdescent'] = $curfontdescent; + $this_method_vars['curfontstretcing'] = $curfontstretcing; + $this_method_vars['curfontkerning'] = $curfontkerning; + $this_method_vars['minstartliney'] = $minstartliney; + $this_method_vars['maxbottomliney'] = $maxbottomliney; + $this_method_vars['yshift'] = $yshift; + $this_method_vars['startlinepage'] = $startlinepage; + $this_method_vars['startlinepos'] = $startlinepos; + $this_method_vars['startlinex'] = $startlinex; + $this_method_vars['startliney'] = $startliney; + $this_method_vars['newline'] = $newline; + $this_method_vars['loop'] = $loop; + $this_method_vars['curpos'] = $curpos; + $this_method_vars['pask'] = $pask; + $this_method_vars['lalign'] = $lalign; + $this_method_vars['plalign'] = $plalign; + $this_method_vars['w'] = $w; + $this_method_vars['prev_cell_height_ratio'] = $prev_cell_height_ratio; + $this_method_vars['prev_listnum'] = $prev_listnum; + $this_method_vars['prev_listordered'] = $prev_listordered; + $this_method_vars['prev_listcount'] = $prev_listcount; + $this_method_vars['prev_lispacer'] = $prev_lispacer; + $this_method_vars['fontaligned'] = $fontaligned; + $this_method_vars['key'] = $key; + $this_method_vars['dom'] = $dom; + } + } + // print THEAD block + if (($dom[$key]['value'] == 'tr') AND isset($dom[$key]['thead']) AND $dom[$key]['thead']) { + if (isset($dom[$key]['parent']) AND isset($dom[$dom[$key]['parent']]['thead']) AND !$this->empty_string($dom[$dom[$key]['parent']]['thead'])) { + $this->inthead = true; + // print table header (thead) + $this->writeHTML($this->thead, false, false, false, false, ''); + // check if we are on a new page or on a new column + if (($this->y < $this->start_transaction_y) OR ($this->checkPageBreak($this->lasth, '', false))) { + // we are on a new page or on a new column and the total object height is less than the available vertical space. + // restore previous object + $this->rollbackTransaction(true); + // restore previous values + foreach ($this_method_vars as $vkey => $vval) { + $$vkey = $vval; + } + // disable table header + $tmp_thead = $this->thead; + $this->thead = ''; + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $pre_y = $this->y; + if ((!$this->checkPageBreak($this->PageBreakTrigger + 1)) AND ($this->y < $pre_y)) { + // fix for multicolumn mode + $startliney = $this->y; + } + $this->start_transaction_page = $this->page; + $this->start_transaction_y = $this->y; + // restore table header + $this->thead = $tmp_thead; + // fix table border properties + if (isset($dom[$dom[$key]['parent']]['attribute']['cellspacing'])) { + $tmp_cellspacing = $this->getHTMLUnitToUnits($dom[$dom[$key]['parent']]['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($dom[$dom[$key]['parent']]['border-spacing'])) { + $tmp_cellspacing = $dom[$dom[$key]['parent']]['border-spacing']['V']; + } else { + $tmp_cellspacing = 0; + } + $dom[$dom[$key]['parent']]['borderposition']['page'] = $this->page; + $dom[$dom[$key]['parent']]['borderposition']['column'] = $this->current_column; + $dom[$dom[$key]['parent']]['borderposition']['y'] = $this->y + $tmp_cellspacing; + $xoffset = ($this->x - $dom[$dom[$key]['parent']]['borderposition']['x']); + $dom[$dom[$key]['parent']]['borderposition']['x'] += $xoffset; + $dom[$dom[$key]['parent']]['borderposition']['xmax'] += $xoffset; + // print table header (thead) + $this->writeHTML($this->thead, false, false, false, false, ''); + } + } + // move $key index forward to skip THEAD block + while ( ($key < $maxel) AND (!( + ($dom[$key]['tag'] AND $dom[$key]['opening'] AND ($dom[$key]['value'] == 'tr') AND (!isset($dom[$key]['thead']) OR !$dom[$key]['thead'])) + OR ($dom[$key]['tag'] AND (!$dom[$key]['opening']) AND ($dom[$key]['value'] == 'table'))) )) { + ++$key; + } + } + if ($dom[$key]['tag'] OR ($key == 0)) { + if ((($dom[$key]['value'] == 'table') OR ($dom[$key]['value'] == 'tr')) AND (isset($dom[$key]['align']))) { + $dom[$key]['align'] = ($this->rtl) ? 'R' : 'L'; + } + // vertically align image in line + if ((!$this->newline) AND ($dom[$key]['value'] == 'img') AND (isset($dom[$key]['height'])) AND ($dom[$key]['height'] > 0)) { + // get image height + $imgh = $this->getHTMLUnitToUnits($dom[$key]['height'], $this->lasth, 'px'); + // check for automatic line break + $autolinebreak = false; + if (isset($dom[$key]['width']) AND ($dom[$key]['width'] > 0)) { + $imgw = $this->getHTMLUnitToUnits($dom[$key]['width'], 1, 'px', false); + if (($this->rtl AND (($this->x - $imgw) < ($this->lMargin + $this->cell_padding['L']))) + OR (!$this->rtl AND (($this->x + $imgw) > ($this->w - $this->rMargin - $this->cell_padding['R'])))) { + // add automatic line break + $autolinebreak = true; + $this->Ln('', $cell); + // go back to evaluate this line break + --$key; + } + } + if (!$autolinebreak) { + if (!$this->InFooter) { + $pre_y = $this->y; + // check for page break + if ((!$this->checkPageBreak($imgh)) AND ($this->y < $pre_y)) { + // fix for multicolumn mode + $startliney = $this->y; + } + } + if ($this->page > $startlinepage) { + // fix line splitted over two pages + if (isset($this->footerlen[$startlinepage])) { + $curpos = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; + } + // line to be moved one page forward + $pagebuff = $this->getPageBuffer($startlinepage); + $linebeg = substr($pagebuff, $startlinepos, ($curpos - $startlinepos)); + $tstart = substr($pagebuff, 0, $startlinepos); + $tend = substr($this->getPageBuffer($startlinepage), $curpos); + // remove line from previous page + $this->setPageBuffer($startlinepage, $tstart.''.$tend); + $pagebuff = $this->getPageBuffer($this->page); + $tstart = substr($pagebuff, 0, $this->cntmrk[$this->page]); + $tend = substr($pagebuff, $this->cntmrk[$this->page]); + // add line start to current page + $yshift = $minstartliney - $this->y; + if ($fontaligned) { + $yshift += ($curfontsize / $this->k); + } + $try = sprintf('1 0 0 1 0 %.3F cm', ($yshift * $this->k)); + $this->setPageBuffer($this->page, $tstart."\nq\n".$try."\n".$linebeg."\nQ\n".$tend); + // shift the annotations and links + if (isset($this->PageAnnots[$this->page])) { + $next_pask = count($this->PageAnnots[$this->page]); + } else { + $next_pask = 0; + } + if (isset($this->PageAnnots[$startlinepage])) { + foreach ($this->PageAnnots[$startlinepage] as $pak => $pac) { + if ($pak >= $pask) { + $this->PageAnnots[$this->page][] = $pac; + unset($this->PageAnnots[$startlinepage][$pak]); + $npak = count($this->PageAnnots[$this->page]) - 1; + $this->PageAnnots[$this->page][$npak]['y'] -= $yshift; + } + } + } + $pask = $next_pask; + $startlinepos = $this->cntmrk[$this->page]; + $startlinepage = $this->page; + $startliney = $this->y; + $this->newline = false; + } + $this->y += ((($curfontsize * $this->cell_height_ratio / $this->k) + $curfontascent - $curfontdescent) / 2) - $imgh; + $minstartliney = min($this->y, $minstartliney); + $maxbottomliney = ($startliney + ($this->FontSize * $this->cell_height_ratio)); + } + } elseif (isset($dom[$key]['fontname']) OR isset($dom[$key]['fontstyle']) OR isset($dom[$key]['fontsize']) OR isset($dom[$key]['line-height'])) { + // account for different font size + $pfontname = $curfontname; + $pfontstyle = $curfontstyle; + $pfontsize = $curfontsize; + $fontname = isset($dom[$key]['fontname']) ? $dom[$key]['fontname'] : $curfontname; + $fontstyle = isset($dom[$key]['fontstyle']) ? $dom[$key]['fontstyle'] : $curfontstyle; + $fontsize = isset($dom[$key]['fontsize']) ? $dom[$key]['fontsize'] : $curfontsize; + $fontascent = $this->getFontAscent($fontname, $fontstyle, $fontsize); + $fontdescent = $this->getFontDescent($fontname, $fontstyle, $fontsize); + if ( ($fontname != $curfontname) OR ($fontstyle != $curfontstyle) OR ($fontsize != $curfontsize) + OR ($this->cell_height_ratio != $dom[$key]['line-height']) + OR ($dom[$key]['tag'] AND $dom[$key]['opening'] AND ($dom[$key]['value'] == 'li')) ) { + if ((!$this->newline) AND ($key < ($maxel - 1)) + AND ( (is_numeric($fontsize) AND ($fontsize >= 0) AND is_numeric($curfontsize) AND ($curfontsize >= 0) AND ($fontsize != $curfontsize)) + OR ($this->cell_height_ratio != $dom[$key]['line-height'])) + OR ($dom[$key]['tag'] AND $dom[$key]['opening'] AND ($dom[$key]['value'] == 'li')) ) { + if ($this->page > $startlinepage) { + // fix lines splitted over two pages + if (isset($this->footerlen[$startlinepage])) { + $curpos = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; + } + // line to be moved one page forward + $pagebuff = $this->getPageBuffer($startlinepage); + $linebeg = substr($pagebuff, $startlinepos, ($curpos - $startlinepos)); + $tstart = substr($pagebuff, 0, $startlinepos); + $tend = substr($this->getPageBuffer($startlinepage), $curpos); + // remove line start from previous page + $this->setPageBuffer($startlinepage, $tstart.''.$tend); + $pagebuff = $this->getPageBuffer($this->page); + $tstart = substr($pagebuff, 0, $this->cntmrk[$this->page]); + $tend = substr($pagebuff, $this->cntmrk[$this->page]); + // add line start to current page + $yshift = $minstartliney - $this->y; + $try = sprintf('1 0 0 1 0 %.3F cm', ($yshift * $this->k)); + $this->setPageBuffer($this->page, $tstart."\nq\n".$try."\n".$linebeg."\nQ\n".$tend); + // shift the annotations and links + if (isset($this->PageAnnots[$this->page])) { + $next_pask = count($this->PageAnnots[$this->page]); + } else { + $next_pask = 0; + } + if (isset($this->PageAnnots[$startlinepage])) { + foreach ($this->PageAnnots[$startlinepage] as $pak => $pac) { + if ($pak >= $pask) { + $this->PageAnnots[$this->page][] = $pac; + unset($this->PageAnnots[$startlinepage][$pak]); + $npak = count($this->PageAnnots[$this->page]) - 1; + $this->PageAnnots[$this->page][$npak]['y'] -= $yshift; + } + } + } + $pask = $next_pask; + $startlinepos = $this->cntmrk[$this->page]; + $startlinepage = $this->page; + $startliney = $this->y; + } + if (!isset($dom[$key]['line-height'])) { + $dom[$key]['line-height'] = $this->cell_height_ratio; + } + if (!$dom[$key]['block']) { + $this->y += (((($curfontsize * $this->cell_height_ratio ) - ($fontsize * $dom[$key]['line-height'])) / $this->k) + $curfontascent - $fontascent - $curfontdescent + $fontdescent) / 2; + if (($dom[$key]['value'] != 'sup') AND ($dom[$key]['value'] != 'sub')) { + $minstartliney = min($this->y, $minstartliney); + $maxbottomliney = max(($this->y + (($fontsize * $this->cell_height_ratio) / $this->k)), $maxbottomliney); + } + } + $this->cell_height_ratio = $dom[$key]['line-height']; + $fontaligned = true; + } + $this->SetFont($fontname, $fontstyle, $fontsize); + // reset row height + $this->resetLastH(); + $curfontname = $fontname; + $curfontstyle = $fontstyle; + $curfontsize = $fontsize; + $curfontascent = $fontascent; + $curfontdescent = $fontdescent; + } + } + // set text rendering mode + $textstroke = isset($dom[$key]['stroke']) ? $dom[$key]['stroke'] : $this->textstrokewidth; + $textfill = isset($dom[$key]['fill']) ? $dom[$key]['fill'] : (($this->textrendermode % 2) == 0); + $textclip = isset($dom[$key]['clip']) ? $dom[$key]['clip'] : ($this->textrendermode > 3); + $this->setTextRenderingMode($textstroke, $textfill, $textclip); + if (isset($dom[$key]['font-stretch']) AND ($dom[$key]['font-stretch'] !== false)) { + $this->setFontStretching($dom[$key]['font-stretch']); + } + if (isset($dom[$key]['letter-spacing']) AND ($dom[$key]['letter-spacing'] !== false)) { + $this->setFontSpacing($dom[$key]['letter-spacing']); + } + if (($plalign == 'J') AND $dom[$key]['block']) { + $plalign = ''; + } + // get current position on page buffer + $curpos = $this->pagelen[$startlinepage]; + if (isset($dom[$key]['bgcolor']) AND ($dom[$key]['bgcolor'] !== false)) { + $this->SetFillColorArray($dom[$key]['bgcolor']); + $wfill = true; + } else { + $wfill = $fill | false; + } + if (isset($dom[$key]['fgcolor']) AND ($dom[$key]['fgcolor'] !== false)) { + $this->SetTextColorArray($dom[$key]['fgcolor']); + } + if (isset($dom[$key]['strokecolor']) AND ($dom[$key]['strokecolor'] !== false)) { + $this->SetDrawColorArray($dom[$key]['strokecolor']); + } + if (isset($dom[$key]['align'])) { + $lalign = $dom[$key]['align']; + } + if ($this->empty_string($lalign)) { + $lalign = $align; + } + } + // align lines + if ($this->newline AND (strlen($dom[$key]['value']) > 0) AND ($dom[$key]['value'] != 'td') AND ($dom[$key]['value'] != 'th')) { + $newline = true; + $fontaligned = false; + // we are at the beginning of a new line + if (isset($startlinex)) { + $yshift = $minstartliney - $startliney; + if (($yshift > 0) OR ($this->page > $startlinepage)) { + $yshift = 0; + } + $t_x = 0; + // the last line must be shifted to be aligned as requested + $linew = abs($this->endlinex - $startlinex); + if ($this->inxobj) { + // we are inside an XObject template + $pstart = substr($this->xobjects[$this->xobjid]['outdata'], 0, $startlinepos); + if (isset($opentagpos)) { + $midpos = $opentagpos; + } else { + $midpos = 0; + } + if ($midpos > 0) { + $pmid = substr($this->xobjects[$this->xobjid]['outdata'], $startlinepos, ($midpos - $startlinepos)); + $pend = substr($this->xobjects[$this->xobjid]['outdata'], $midpos); + } else { + $pmid = substr($this->xobjects[$this->xobjid]['outdata'], $startlinepos); + $pend = ''; + } + } else { + $pstart = substr($this->getPageBuffer($startlinepage), 0, $startlinepos); + if (isset($opentagpos) AND isset($this->footerlen[$startlinepage]) AND (!$this->InFooter)) { + $this->footerpos[$startlinepage] = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; + $midpos = min($opentagpos, $this->footerpos[$startlinepage]); + } elseif (isset($opentagpos)) { + $midpos = $opentagpos; + } elseif (isset($this->footerlen[$startlinepage]) AND (!$this->InFooter)) { + $this->footerpos[$startlinepage] = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; + $midpos = $this->footerpos[$startlinepage]; + } else { + $midpos = 0; + } + if ($midpos > 0) { + $pmid = substr($this->getPageBuffer($startlinepage), $startlinepos, ($midpos - $startlinepos)); + $pend = substr($this->getPageBuffer($startlinepage), $midpos); + } else { + $pmid = substr($this->getPageBuffer($startlinepage), $startlinepos); + $pend = ''; + } + } + if ((isset($plalign) AND ((($plalign == 'C') OR ($plalign == 'J') OR (($plalign == 'R') AND (!$this->rtl)) OR (($plalign == 'L') AND ($this->rtl)))))) { + // calculate shifting amount + $tw = $w; + if (($plalign == 'J') AND $this->isRTLTextDir() AND ($this->num_columns > 1)) { + $tw += $this->cell_padding['R']; + } + if ($this->lMargin != $prevlMargin) { + $tw += ($prevlMargin - $this->lMargin); + } + if ($this->rMargin != $prevrMargin) { + $tw += ($prevrMargin - $this->rMargin); + } + $one_space_width = $this->GetStringWidth(chr(32)); + $no = 0; // number of spaces on a line contained on a single block + if ($this->isRTLTextDir()) { // RTL + // remove left space if exist + $pos1 = $this->revstrpos($pmid, '[('); + if ($pos1 > 0) { + $pos1 = intval($pos1); + if ($this->isUnicodeFont()) { + $pos2 = intval($this->revstrpos($pmid, '[('.chr(0).chr(32))); + $spacelen = 2; + } else { + $pos2 = intval($this->revstrpos($pmid, '[('.chr(32))); + $spacelen = 1; + } + if ($pos1 == $pos2) { + $pmid = substr($pmid, 0, ($pos1 + 2)).substr($pmid, ($pos1 + 2 + $spacelen)); + if (substr($pmid, $pos1, 4) == '[()]') { + $linew -= $one_space_width; + } elseif ($pos1 == strpos($pmid, '[(')) { + $no = 1; + } + } + } + } else { // LTR + // remove right space if exist + $pos1 = $this->revstrpos($pmid, ')]'); + if ($pos1 > 0) { + $pos1 = intval($pos1); + if ($this->isUnicodeFont()) { + $pos2 = intval($this->revstrpos($pmid, chr(0).chr(32).')]')) + 2; + $spacelen = 2; + } else { + $pos2 = intval($this->revstrpos($pmid, chr(32).')]')) + 1; + $spacelen = 1; + } + if ($pos1 == $pos2) { + $pmid = substr($pmid, 0, ($pos1 - $spacelen)).substr($pmid, $pos1); + $linew -= $one_space_width; + } + } + } + $mdiff = ($tw - $linew); + if ($plalign == 'C') { + if ($this->rtl) { + $t_x = -($mdiff / 2); + } else { + $t_x = ($mdiff / 2); + } + } elseif ($plalign == 'R') { + // right alignment on LTR document + $t_x = $mdiff; + } elseif ($plalign == 'L') { + // left alignment on RTL document + $t_x = -$mdiff; + } elseif (($plalign == 'J') AND ($plalign == $lalign)) { + // Justification + if ($this->isRTLTextDir()) { + // align text on the left + $t_x = -$mdiff; + } + $ns = 0; // number of spaces + $pmidtemp = $pmid; + // escape special characters + $pmidtemp = preg_replace('/[\\\][\(]/x', '\\#!#OP#!#', $pmidtemp); + $pmidtemp = preg_replace('/[\\\][\)]/x', '\\#!#CP#!#', $pmidtemp); + // search spaces + if (preg_match_all('/\[\(([^\)]*)\)\]/x', $pmidtemp, $lnstring, PREG_PATTERN_ORDER)) { + $spacestr = $this->getSpaceString(); + $maxkk = count($lnstring[1]) - 1; + for ($kk=0; $kk <= $maxkk; ++$kk) { + // restore special characters + $lnstring[1][$kk] = str_replace('#!#OP#!#', '(', $lnstring[1][$kk]); + $lnstring[1][$kk] = str_replace('#!#CP#!#', ')', $lnstring[1][$kk]); + // store number of spaces on the strings + $lnstring[2][$kk] = substr_count($lnstring[1][$kk], $spacestr); + // count total spaces on line + $ns += $lnstring[2][$kk]; + $lnstring[3][$kk] = $ns; + } + if ($ns == 0) { + $ns = 1; + } + // calculate additional space to add to each existing space + $spacewidth = ($mdiff / ($ns - $no)) * $this->k; + $spacewidthu = -1000 * ($mdiff + (($ns + $no) * $one_space_width)) / $ns / $this->FontSize; + if ($this->font_spacing != 0) { + // fixed spacing mode + $osw = -1000 * $this->font_spacing / $this->FontSize; + $spacewidthu += $osw; + } + $nsmax = $ns; + $ns = 0; + reset($lnstring); + $offset = 0; + $strcount = 0; + $prev_epsposbeg = 0; + $textpos = 0; + if ($this->isRTLTextDir()) { + $textpos = $this->wPt; + } + global $spacew; + while (preg_match('/([0-9\.\+\-]*)[\s](Td|cm|m|l|c|re)[\s]/x', $pmid, $strpiece, PREG_OFFSET_CAPTURE, $offset) == 1) { + // check if we are inside a string section '[( ... )]' + $stroffset = strpos($pmid, '[(', $offset); + if (($stroffset !== false) AND ($stroffset <= $strpiece[2][1])) { + // set offset to the end of string section + $offset = strpos($pmid, ')]', $stroffset); + while (($offset !== false) AND ($pmid{($offset - 1)} == '\\')) { + $offset = strpos($pmid, ')]', ($offset + 1)); + } + if ($offset === false) { + $this->Error('HTML Justification: malformed PDF code.'); + } + continue; + } + if ($this->isRTLTextDir()) { + $spacew = ($spacewidth * ($nsmax - $ns)); + } else { + $spacew = ($spacewidth * $ns); + } + $offset = $strpiece[2][1] + strlen($strpiece[2][0]); + $epsposbeg = strpos($pmid, 'q'.$this->epsmarker, $offset); + $epsposend = strpos($pmid, $this->epsmarker.'Q', $offset) + strlen($this->epsmarker.'Q'); + if ((($epsposbeg > 0) AND ($epsposend > 0) AND ($offset > $epsposbeg) AND ($offset < $epsposend)) + OR (($epsposbeg === false) AND ($epsposend > 0) AND ($offset < $epsposend))) { + // shift EPS images + $trx = sprintf('1 0 0 1 %.3F 0 cm', $spacew); + $epsposbeg = strpos($pmid, 'q'.$this->epsmarker, ($prev_epsposbeg - 6)); + $pmid_b = substr($pmid, 0, $epsposbeg); + $pmid_m = substr($pmid, $epsposbeg, ($epsposend - $epsposbeg)); + $pmid_e = substr($pmid, $epsposend); + $pmid = $pmid_b."\nq\n".$trx."\n".$pmid_m."\nQ\n".$pmid_e; + $offset = $epsposend; + continue; + + } + $prev_epsposbeg = $epsposbeg; + $currentxpos = 0; + // shift blocks of code + switch ($strpiece[2][0]) { + case 'Td': + case 'cm': + case 'm': + case 'l': { + // get current X position + preg_match('/([0-9\.\+\-]*)[\s]('.$strpiece[1][0].')[\s]('.$strpiece[2][0].')([\s]*)/x', $pmid, $xmatches); + $currentxpos = $xmatches[1]; + $textpos = $currentxpos; + if (($strcount <= $maxkk) AND ($strpiece[2][0] == 'Td')) { + $ns = $lnstring[3][$strcount]; + if ($this->isRTLTextDir()) { + $spacew = ($spacewidth * ($nsmax - $ns)); + } + ++$strcount; + } + // justify block + $pmid = preg_replace_callback('/([0-9\.\+\-]*)[\s]('.$strpiece[1][0].')[\s]('.$strpiece[2][0].')([\s]*)/x', + create_function('$matches', 'global $spacew; + $newx = sprintf("%.2F",(floatval($matches[1]) + $spacew)); + return "".$newx." ".$matches[2]." x*#!#*x".$matches[3].$matches[4];'), $pmid, 1); + break; + } + case 're': { + // justify block + if (!$this->empty_string($this->lispacer)) { + $this->lispacer = ''; + continue; + } + preg_match('/([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]('.$strpiece[1][0].')[\s](re)([\s]*)/x', $pmid, $xmatches); + $currentxpos = $xmatches[1]; + global $x_diff, $w_diff; + $x_diff = 0; + $w_diff = 0; + if ($this->isRTLTextDir()) { // RTL + if ($currentxpos < $textpos) { + $x_diff = ($spacewidth * ($nsmax - $lnstring[3][$strcount])); + $w_diff = ($spacewidth * $lnstring[2][$strcount]); + } else { + if ($strcount > 0) { + $x_diff = ($spacewidth * ($nsmax - $lnstring[3][($strcount - 1)])); + $w_diff = ($spacewidth * $lnstring[2][($strcount - 1)]); + } + } + } else { // LTR + if ($currentxpos > $textpos) { + if ($strcount > 0) { + $x_diff = ($spacewidth * $lnstring[3][($strcount - 1)]); + } + $w_diff = ($spacewidth * $lnstring[2][$strcount]); + } else { + if ($strcount > 1) { + $x_diff = ($spacewidth * $lnstring[3][($strcount - 2)]); + } + if ($strcount > 0) { + $w_diff = ($spacewidth * $lnstring[2][($strcount - 1)]); + } + } + } + $pmid = preg_replace_callback('/('.$xmatches[1].')[\s]('.$xmatches[2].')[\s]('.$xmatches[3].')[\s]('.$strpiece[1][0].')[\s](re)([\s]*)/x', + create_function('$matches', 'global $x_diff, $w_diff; + $newx = sprintf("%.2F",(floatval($matches[1]) + $x_diff)); + $neww = sprintf("%.2F",(floatval($matches[3]) + $w_diff)); + return "".$newx." ".$matches[2]." ".$neww." ".$matches[4]." x*#!#*x".$matches[5].$matches[6];'), $pmid, 1); + break; + } + case 'c': { + // get current X position + preg_match('/([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]([0-9\.\+\-]*)[\s]('.$strpiece[1][0].')[\s](c)([\s]*)/x', $pmid, $xmatches); + $currentxpos = $xmatches[1]; + // justify block + $pmid = preg_replace_callback('/('.$xmatches[1].')[\s]('.$xmatches[2].')[\s]('.$xmatches[3].')[\s]('.$xmatches[4].')[\s]('.$xmatches[5].')[\s]('.$strpiece[1][0].')[\s](c)([\s]*)/x', + create_function('$matches', 'global $spacew; + $newx1 = sprintf("%.3F",(floatval($matches[1]) + $spacew)); + $newx2 = sprintf("%.3F",(floatval($matches[3]) + $spacew)); + $newx3 = sprintf("%.3F",(floatval($matches[5]) + $spacew)); + return "".$newx1." ".$matches[2]." ".$newx2." ".$matches[4]." ".$newx3." ".$matches[6]." x*#!#*x".$matches[7].$matches[8];'), $pmid, 1); + break; + } + } + // shift the annotations and links + $cxpos = ($currentxpos / $this->k); + $lmpos = ($this->lMargin + $this->cell_padding['L'] + $this->feps); + if ($this->inxobj) { + // we are inside an XObject template + foreach ($this->xobjects[$this->xobjid]['annotations'] as $pak => $pac) { + if (($pac['y'] >= $minstartliney) AND (($pac['x'] * $this->k) >= ($currentxpos - $this->feps)) AND (($pac['x'] * $this->k) <= ($currentxpos + $this->feps))) { + if ($cxpos > $lmpos) { + $this->xobjects[$this->xobjid]['annotations'][$pak]['x'] += ($spacew / $this->k); + $this->xobjects[$this->xobjid]['annotations'][$pak]['w'] += (($spacewidth * $pac['numspaces']) / $this->k); + } else { + $this->xobjects[$this->xobjid]['annotations'][$pak]['w'] += (($spacewidth * $pac['numspaces']) / $this->k); + } + break; + } + } + } elseif (isset($this->PageAnnots[$this->page])) { + foreach ($this->PageAnnots[$this->page] as $pak => $pac) { + if (($pac['y'] >= $minstartliney) AND (($pac['x'] * $this->k) >= ($currentxpos - $this->feps)) AND (($pac['x'] * $this->k) <= ($currentxpos + $this->feps))) { + if ($cxpos > $lmpos) { + $this->PageAnnots[$this->page][$pak]['x'] += ($spacew / $this->k); + $this->PageAnnots[$this->page][$pak]['w'] += (($spacewidth * $pac['numspaces']) / $this->k); + } else { + $this->PageAnnots[$this->page][$pak]['w'] += (($spacewidth * $pac['numspaces']) / $this->k); + } + break; + } + } + } + } // end of while + // remove markers + $pmid = str_replace('x*#!#*x', '', $pmid); + if ($this->isUnicodeFont()) { + // multibyte characters + $spacew = $spacewidthu; + if ($this->font_stretching != 100) { + // word spacing is affected by stretching + $spacew /= ($this->font_stretching / 100); + } + $pmidtemp = $pmid; + // escape special characters + $pmidtemp = preg_replace('/[\\\][\(]/x', '\\#!#OP#!#', $pmidtemp); + $pmidtemp = preg_replace('/[\\\][\)]/x', '\\#!#CP#!#', $pmidtemp); + $pmid = preg_replace_callback("/\[\(([^\)]*)\)\]/x", + create_function('$matches', 'global $spacew; + $matches[1] = str_replace("#!#OP#!#", "(", $matches[1]); + $matches[1] = str_replace("#!#CP#!#", ")", $matches[1]); + return "[(".str_replace(chr(0).chr(32), ") ".sprintf("%.3F", $spacew)." (", $matches[1]).")]";'), $pmidtemp); + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['outdata'] = $pstart."\n".$pmid."\n".$pend; + } else { + $this->setPageBuffer($startlinepage, $pstart."\n".$pmid."\n".$pend); + } + $endlinepos = strlen($pstart."\n".$pmid."\n"); + } else { + // non-unicode (single-byte characters) + if ($this->font_stretching != 100) { + // word spacing (Tw) is affected by stretching + $spacewidth /= ($this->font_stretching / 100); + } + $rs = sprintf('%.3F Tw', $spacewidth); + $pmid = preg_replace("/\[\(/x", $rs.' [(', $pmid); + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['outdata'] = $pstart."\n".$pmid."\nBT 0 Tw ET\n".$pend; + } else { + $this->setPageBuffer($startlinepage, $pstart."\n".$pmid."\nBT 0 Tw ET\n".$pend); + } + $endlinepos = strlen($pstart."\n".$pmid."\nBT 0 Tw ET\n"); + } + } + } // end of J + } // end if $startlinex + if (($t_x != 0) OR ($yshift < 0)) { + // shift the line + $trx = sprintf('1 0 0 1 %.3F %.3F cm', ($t_x * $this->k), ($yshift * $this->k)); + $pstart .= "\nq\n".$trx."\n".$pmid."\nQ\n"; + $endlinepos = strlen($pstart); + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['outdata'] = $pstart.$pend; + foreach ($this->xobjects[$this->xobjid]['annotations'] as $pak => $pac) { + if ($pak >= $pask) { + $this->xobjects[$this->xobjid]['annotations'][$pak]['x'] += $t_x; + $this->xobjects[$this->xobjid]['annotations'][$pak]['y'] -= $yshift; + } + } + } else { + $this->setPageBuffer($startlinepage, $pstart.$pend); + // shift the annotations and links + if (isset($this->PageAnnots[$this->page])) { + foreach ($this->PageAnnots[$this->page] as $pak => $pac) { + if ($pak >= $pask) { + $this->PageAnnots[$this->page][$pak]['x'] += $t_x; + $this->PageAnnots[$this->page][$pak]['y'] -= $yshift; + } + } + } + } + $this->y -= $yshift; + } + } + $pbrk = $this->checkPageBreak($this->lasth); + $this->newline = false; + $startlinex = $this->x; + $startliney = $this->y; + if ($dom[$dom[$key]['parent']]['value'] == 'sup') { + $startliney -= ((0.3 * $this->FontSizePt) / $this->k); + } elseif ($dom[$dom[$key]['parent']]['value'] == 'sub') { + $startliney -= (($this->FontSizePt / 0.7) / $this->k); + } else { + $minstartliney = $startliney; + $maxbottomliney = ($this->y + (($fontsize * $this->cell_height_ratio) / $this->k)); + } + $startlinepage = $this->page; + if (isset($endlinepos) AND (!$pbrk)) { + $startlinepos = $endlinepos; + } else { + if ($this->inxobj) { + // we are inside an XObject template + $startlinepos = strlen($this->xobjects[$this->xobjid]['outdata']); + } elseif (!$this->InFooter) { + if (isset($this->footerlen[$this->page])) { + $this->footerpos[$this->page] = $this->pagelen[$this->page] - $this->footerlen[$this->page]; + } else { + $this->footerpos[$this->page] = $this->pagelen[$this->page]; + } + $startlinepos = $this->footerpos[$this->page]; + } else { + $startlinepos = $this->pagelen[$this->page]; + } + } + unset($endlinepos); + $plalign = $lalign; + if (isset($this->PageAnnots[$this->page])) { + $pask = count($this->PageAnnots[$this->page]); + } else { + $pask = 0; + } + if (!($dom[$key]['tag'] AND !$dom[$key]['opening'] AND ($dom[$key]['value'] == 'table') + AND (isset($this->emptypagemrk[$this->page])) + AND ($this->emptypagemrk[$this->page] == $this->pagelen[$this->page]))) { + $this->SetFont($fontname, $fontstyle, $fontsize); + if ($wfill) { + $this->SetFillColorArray($this->bgcolor); + } + } + } // end newline + if (isset($opentagpos)) { + unset($opentagpos); + } + if ($dom[$key]['tag']) { + if ($dom[$key]['opening']) { + // get text indentation (if any) + if (isset($dom[$key]['text-indent']) AND $dom[$key]['block']) { + $this->textindent = $dom[$key]['text-indent']; + $this->newline = true; + } + // table + if ($dom[$key]['value'] == 'table') { + // available page width + if ($this->rtl) { + $wtmp = $this->x - $this->lMargin; + } else { + $wtmp = $this->w - $this->rMargin - $this->x; + } + // get cell spacing + if (isset($dom[$key]['attribute']['cellspacing'])) { + $clsp = $this->getHTMLUnitToUnits($dom[$key]['attribute']['cellspacing'], 1, 'px'); + $cellspacing = array('H' => $clsp, 'V' => $clsp); + } elseif (isset($dom[$key]['border-spacing'])) { + $cellspacing = $dom[$key]['border-spacing']; + } else { + $cellspacing = array('H' => 0, 'V' => 0); + } + // table width + if (isset($dom[$key]['width'])) { + $table_width = $this->getHTMLUnitToUnits($dom[$key]['width'], $wtmp, 'px'); + } else { + $table_width = $wtmp; + } + $table_width -= (2 * $cellspacing['H']); + if (!$this->inthead) { + $this->y += $cellspacing['V']; + } + if ($this->rtl) { + $cellspacingx = -$cellspacing['H']; + } else { + $cellspacingx = $cellspacing['H']; + } + // total table width without cellspaces + $table_columns_width = ($table_width - ($cellspacing['H'] * ($dom[$key]['cols'] - 1))); + // minimum column width + $table_min_column_width = ($table_columns_width / $dom[$key]['cols']); + // array of custom column widths + $table_colwidths = array_fill(0, $dom[$key]['cols'], $table_min_column_width); + } + // table row + if ($dom[$key]['value'] == 'tr') { + // reset column counter + $colid = 0; + } + // table cell + if (($dom[$key]['value'] == 'td') OR ($dom[$key]['value'] == 'th')) { + $trid = $dom[$key]['parent']; + $table_el = $dom[$trid]['parent']; + if (!isset($dom[$table_el]['cols'])) { + $dom[$table_el]['cols'] = $dom[$trid]['cols']; + } + // store border info + $tdborder = 0; + if (isset($dom[$key]['border']) AND !empty($dom[$key]['border'])) { + $tdborder = $dom[$key]['border']; + } + $colspan = $dom[$key]['attribute']['colspan']; + $old_cell_padding = $this->cell_padding; + if (isset($dom[($dom[$trid]['parent'])]['attribute']['cellpadding'])) { + $crclpd = $this->getHTMLUnitToUnits($dom[($dom[$trid]['parent'])]['attribute']['cellpadding'], 1, 'px'); + $current_cell_padding = array('L' => $crclpd, 'T' => $crclpd, 'R' => $crclpd, 'B' => $crclpd); + } elseif (isset($dom[($dom[$trid]['parent'])]['padding'])) { + $current_cell_padding = $dom[($dom[$trid]['parent'])]['padding']; + } else { + $current_cell_padding = array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0); + } + $this->cell_padding = $current_cell_padding; + if (isset($dom[$key]['height'])) { + // minimum cell height + $cellh = $this->getHTMLUnitToUnits($dom[$key]['height'], 0, 'px'); + } else { + $cellh = 0; + } + if (isset($dom[$key]['content'])) { + $cell_content = $dom[$key]['content']; + } else { + $cell_content = ' '; + } + $tagtype = $dom[$key]['value']; + $parentid = $key; + while (($key < $maxel) AND (!(($dom[$key]['tag']) AND (!$dom[$key]['opening']) AND ($dom[$key]['value'] == $tagtype) AND ($dom[$key]['parent'] == $parentid)))) { + // move $key index forward + ++$key; + } + if (!isset($dom[$trid]['startpage'])) { + $dom[$trid]['startpage'] = $this->page; + } else { + $this->setPage($dom[$trid]['startpage']); + } + if (!isset($dom[$trid]['startcolumn'])) { + $dom[$trid]['startcolumn'] = $this->current_column; + } elseif ($this->current_column != $dom[$trid]['startcolumn']) { + $tmpx = $this->x; + $this->selectColumn($dom[$trid]['startcolumn']); + $this->x = $tmpx; + } + if (!isset($dom[$trid]['starty'])) { + $dom[$trid]['starty'] = $this->y; + } else { + $this->y = $dom[$trid]['starty']; + } + if (!isset($dom[$trid]['startx'])) { + $dom[$trid]['startx'] = $this->x; + $this->x += $cellspacingx; + } else { + $this->x += ($cellspacingx / 2); + } + if (isset($dom[$parentid]['attribute']['rowspan'])) { + $rowspan = intval($dom[$parentid]['attribute']['rowspan']); + } else { + $rowspan = 1; + } + // skip row-spanned cells started on the previous rows + if (isset($dom[$table_el]['rowspans'])) { + $rsk = 0; + $rskmax = count($dom[$table_el]['rowspans']); + while ($rsk < $rskmax) { + $trwsp = $dom[$table_el]['rowspans'][$rsk]; + $rsstartx = $trwsp['startx']; + $rsendx = $trwsp['endx']; + // account for margin changes + if ($trwsp['startpage'] < $this->page) { + if (($this->rtl) AND ($this->pagedim[$this->page]['orm'] != $this->pagedim[$trwsp['startpage']]['orm'])) { + $dl = ($this->pagedim[$this->page]['orm'] - $this->pagedim[$trwsp['startpage']]['orm']); + $rsstartx -= $dl; + $rsendx -= $dl; + } elseif ((!$this->rtl) AND ($this->pagedim[$this->page]['olm'] != $this->pagedim[$trwsp['startpage']]['olm'])) { + $dl = ($this->pagedim[$this->page]['olm'] - $this->pagedim[$trwsp['startpage']]['olm']); + $rsstartx += $dl; + $rsendx += $dl; + } + } + if (($trwsp['rowspan'] > 0) + AND ($rsstartx > ($this->x - $cellspacing['H'] - $current_cell_padding['L'] - $this->feps)) + AND ($rsstartx < ($this->x + $cellspacing['H'] + $current_cell_padding['R'] + $this->feps)) + AND (($trwsp['starty'] < ($this->y - $this->feps)) OR ($trwsp['startpage'] < $this->page) OR ($trwsp['startcolumn'] < $this->current_column))) { + // set the starting X position of the current cell + $this->x = $rsendx + $cellspacingx; + // increment column indicator + $colid += $trwsp['colspan']; + if (($trwsp['rowspan'] == 1) + AND (isset($dom[$trid]['endy'])) + AND (isset($dom[$trid]['endpage'])) + AND (isset($dom[$trid]['endcolumn'])) + AND ($trwsp['endpage'] == $dom[$trid]['endpage']) + AND ($trwsp['endcolumn'] == $dom[$trid]['endcolumn'])) { + // set ending Y position for row + $dom[$table_el]['rowspans'][$rsk]['endy'] = max($dom[$trid]['endy'], $trwsp['endy']); + $dom[$trid]['endy'] = $dom[$table_el]['rowspans'][$rsk]['endy']; + } + $rsk = 0; + } else { + ++$rsk; + } + } + } + if (isset($dom[$parentid]['width'])) { + // user specified width + $cellw = $this->getHTMLUnitToUnits($dom[$parentid]['width'], $table_columns_width, 'px'); + $tmpcw = ($cellw / $colspan); + for ($i = 0; $i < $colspan; ++$i) { + $table_colwidths[($colid + $i)] = $tmpcw; + } + } else { + // inherit column width + $cellw = 0; + for ($i = 0; $i < $colspan; ++$i) { + $cellw += $table_colwidths[($colid + $i)]; + } + } + $cellw += (($colspan - 1) * $cellspacing['H']); + // increment column indicator + $colid += $colspan; + // add rowspan information to table element + if ($rowspan > 1) { + $trsid = array_push($dom[$table_el]['rowspans'], array('trid' => $trid, 'rowspan' => $rowspan, 'mrowspan' => $rowspan, 'colspan' => $colspan, 'startpage' => $this->page, 'startcolumn' => $this->current_column, 'startx' => $this->x, 'starty' => $this->y)); + } + $cellid = array_push($dom[$trid]['cellpos'], array('startx' => $this->x)); + if ($rowspan > 1) { + $dom[$trid]['cellpos'][($cellid - 1)]['rowspanid'] = ($trsid - 1); + } + // push background colors + if (isset($dom[$parentid]['bgcolor']) AND ($dom[$parentid]['bgcolor'] !== false)) { + $dom[$trid]['cellpos'][($cellid - 1)]['bgcolor'] = $dom[$parentid]['bgcolor']; + } + // store border info + if (isset($tdborder) AND !empty($tdborder)) { + $dom[$trid]['cellpos'][($cellid - 1)]['border'] = $tdborder; + } + $prevLastH = $this->lasth; + // store some info for multicolumn mode + if ($this->rtl) { + $this->colxshift['x'] = $this->w - $this->x - $this->rMargin; + } else { + $this->colxshift['x'] = $this->x - $this->lMargin; + } + $this->colxshift['s'] = $cellspacing; + $this->colxshift['p'] = $current_cell_padding; + // ****** write the cell content ****** + $this->MultiCell($cellw, $cellh, $cell_content, false, $lalign, false, 2, '', '', true, 0, true); + // restore some values + $this->colxshift = array('x' => 0, 's' => array('H' => 0, 'V' => 0), 'p' => array('L' => 0, 'T' => 0, 'R' => 0, 'B' => 0)); + $this->lasth = $prevLastH; + $this->cell_padding = $old_cell_padding; + $dom[$trid]['cellpos'][($cellid - 1)]['endx'] = $this->x; + // update the end of row position + if ($rowspan <= 1) { + if (isset($dom[$trid]['endy'])) { + if (($this->page == $dom[$trid]['endpage']) AND ($this->current_column == $dom[$trid]['endcolumn'])) { + $dom[$trid]['endy'] = max($this->y, $dom[$trid]['endy']); + } elseif (($this->page > $dom[$trid]['endpage']) OR ($this->current_column > $dom[$trid]['endcolumn'])) { + $dom[$trid]['endy'] = $this->y; + } + } else { + $dom[$trid]['endy'] = $this->y; + } + if (isset($dom[$trid]['endpage'])) { + $dom[$trid]['endpage'] = max($this->page, $dom[$trid]['endpage']); + } else { + $dom[$trid]['endpage'] = $this->page; + } + if (isset($dom[$trid]['endcolumn'])) { + $dom[$trid]['endcolumn'] = max($this->current_column, $dom[$trid]['endcolumn']); + } else { + $dom[$trid]['endcolumn'] = $this->current_column; + } + } else { + // account for row-spanned cells + $dom[$table_el]['rowspans'][($trsid - 1)]['endx'] = $this->x; + $dom[$table_el]['rowspans'][($trsid - 1)]['endy'] = $this->y; + $dom[$table_el]['rowspans'][($trsid - 1)]['endpage'] = $this->page; + $dom[$table_el]['rowspans'][($trsid - 1)]['endcolumn'] = $this->current_column; + } + if (isset($dom[$table_el]['rowspans'])) { + // update endy and endpage on rowspanned cells + foreach ($dom[$table_el]['rowspans'] as $k => $trwsp) { + if ($trwsp['rowspan'] > 0) { + if (isset($dom[$trid]['endpage'])) { + if (($trwsp['endpage'] == $dom[$trid]['endpage']) AND ($trwsp['endcolumn'] == $dom[$trid]['endcolumn'])) { + $dom[$table_el]['rowspans'][$k]['endy'] = max($dom[$trid]['endy'], $trwsp['endy']); + } elseif (($trwsp['endpage'] < $dom[$trid]['endpage']) OR ($trwsp['endcolumn'] < $dom[$trid]['endcolumn'])) { + $dom[$table_el]['rowspans'][$k]['endy'] = $dom[$trid]['endy']; + $dom[$table_el]['rowspans'][$k]['endpage'] = $dom[$trid]['endpage']; + $dom[$table_el]['rowspans'][$k]['endcolumn'] = $dom[$trid]['endcolumn']; + } else { + $dom[$trid]['endy'] = $this->pagedim[$dom[$trid]['endpage']]['hk'] - $this->pagedim[$dom[$trid]['endpage']]['bm']; + } + } + } + } + } + $this->x += ($cellspacingx / 2); + } else { + // opening tag (or self-closing tag) + if (!isset($opentagpos)) { + if ($this->inxobj) { + // we are inside an XObject template + $opentagpos = strlen($this->xobjects[$this->xobjid]['outdata']); + } elseif (!$this->InFooter) { + if (isset($this->footerlen[$this->page])) { + $this->footerpos[$this->page] = $this->pagelen[$this->page] - $this->footerlen[$this->page]; + } else { + $this->footerpos[$this->page] = $this->pagelen[$this->page]; + } + $opentagpos = $this->footerpos[$this->page]; + } + } + $this->openHTMLTagHandler($dom, $key, $cell); + } + } else { // closing tag + $prev_numpages = $this->numpages; + $old_bordermrk = $this->bordermrk[$this->page]; + $this->closeHTMLTagHandler($dom, $key, $cell, $maxbottomliney); + if ($this->bordermrk[$this->page] > $old_bordermrk) { + $startlinepos += ($this->bordermrk[$this->page] - $old_bordermrk); + } + if ($prev_numpages > $this->numpages) { + $startlinepage = $this->page; + } + } + } elseif (strlen($dom[$key]['value']) > 0) { + // print list-item + if (!$this->empty_string($this->lispacer) AND ($this->lispacer != '^')) { + $this->SetFont($pfontname, $pfontstyle, $pfontsize); + $this->resetLastH(); + $minstartliney = $this->y; + $maxbottomliney = ($startliney + ($this->FontSize * $this->cell_height_ratio)); + $this->putHtmlListBullet($this->listnum, $this->lispacer, $pfontsize); + $this->SetFont($curfontname, $curfontstyle, $curfontsize); + $this->resetLastH(); + if (is_numeric($pfontsize) AND ($pfontsize > 0) AND is_numeric($curfontsize) AND ($curfontsize > 0) AND ($pfontsize != $curfontsize)) { + $pfontascent = $this->getFontAscent($pfontname, $pfontstyle, $pfontsize); + $pfontdescent = $this->getFontDescent($pfontname, $pfontstyle, $pfontsize); + $this->y += ((($pfontsize - $curfontsize) * $this->cell_height_ratio / $this->k) + $pfontascent - $curfontascent - $pfontdescent + $curfontdescent) / 2; + $minstartliney = min($this->y, $minstartliney); + $maxbottomliney = max(($this->y + (($pfontsize * $this->cell_height_ratio) / $this->k)), $maxbottomliney); + } + } + // text + $this->htmlvspace = 0; + if ((!$this->premode) AND $this->isRTLTextDir()) { + // reverse spaces order + $lsp = ''; // left spaces + $rsp = ''; // right spaces + if (preg_match('/^('.$this->re_space['p'].'+)/'.$this->re_space['m'], $dom[$key]['value'], $matches)) { + $lsp = $matches[1]; + } + if (preg_match('/('.$this->re_space['p'].'+)$/'.$this->re_space['m'], $dom[$key]['value'], $matches)) { + $rsp = $matches[1]; + } + $dom[$key]['value'] = $rsp.$this->stringTrim($dom[$key]['value']).$lsp; + } + if ($newline) { + if (!$this->premode) { + $prelen = strlen($dom[$key]['value']); + if ($this->isRTLTextDir()) { + // right trim except non-breaking space + $dom[$key]['value'] = $this->stringRightTrim($dom[$key]['value']); + } else { + // left trim except non-breaking space + $dom[$key]['value'] = $this->stringLeftTrim($dom[$key]['value']); + } + $postlen = strlen($dom[$key]['value']); + if (($postlen == 0) AND ($prelen > 0)) { + $dom[$key]['trimmed_space'] = true; + } + } + $newline = false; + $firstblock = true; + } else { + $firstblock = false; + // replace empty multiple spaces string with a single space + $dom[$key]['value'] = preg_replace('/^'.$this->re_space['p'].'+$/'.$this->re_space['m'], chr(32), $dom[$key]['value']); + } + $strrest = ''; + if ($this->rtl) { + $this->x -= $this->textindent; + } else { + $this->x += $this->textindent; + } + if (!isset($dom[$key]['trimmed_space']) OR !$dom[$key]['trimmed_space']) { + $strlinelen = $this->GetStringWidth($dom[$key]['value']); + if (!empty($this->HREF) AND (isset($this->HREF['url']))) { + // HTML Link + $hrefcolor = ''; + if (isset($dom[($dom[$key]['parent'])]['fgcolor']) AND ($dom[($dom[$key]['parent'])]['fgcolor'] !== false)) { + $hrefcolor = $dom[($dom[$key]['parent'])]['fgcolor']; + } + $hrefstyle = -1; + if (isset($dom[($dom[$key]['parent'])]['fontstyle']) AND ($dom[($dom[$key]['parent'])]['fontstyle'] !== false)) { + $hrefstyle = $dom[($dom[$key]['parent'])]['fontstyle']; + } + $strrest = $this->addHtmlLink($this->HREF['url'], $dom[$key]['value'], $wfill, true, $hrefcolor, $hrefstyle, true); + } else { + $wadj = 0; // space to leave for block continuity + $adjblks = 0; // number of blocks + if ($this->rtl) { + $cwa = $this->x - $this->lMargin; + } else { + $cwa = $this->w - $this->rMargin - $this->x; + } + if ($strlinelen < $cwa) { + // check the next text blocks for continuity + $nkey = ($key + 1); + $write_block = true; + $same_textdir = true; + $tmp_fontname = $this->FontFamily; + $tmp_fontstyle = $this->FontStyle; + $tmp_fontsize = $this->FontSizePt; + while ($write_block AND isset($dom[$nkey])) { + if ($dom[$nkey]['tag']) { + if ($dom[$nkey]['block']) { + // end of block + $write_block = false; + } + $tmp_fontname = isset($dom[$nkey]['fontname']) ? $dom[$nkey]['fontname'] : $this->FontFamily; + $tmp_fontstyle = isset($dom[$nkey]['fontstyle']) ? $dom[$nkey]['fontstyle'] : $this->FontStyle; + $tmp_fontsize = isset($dom[$nkey]['fontsize']) ? $dom[$nkey]['fontsize'] : $this->FontSizePt; + $same_textdir = ($dom[$nkey]['dir'] == $dom[$key]['dir']); + } else { + $nextstr = preg_split('/'.$this->re_space['p'].'+/'.$this->re_space['m'], $dom[$nkey]['value']); + if (isset($nextstr[0])) { + if ($same_textdir) { + $wadj += $this->GetStringWidth($nextstr[0], $tmp_fontname, $tmp_fontstyle, $tmp_fontsize); + } + ++$adjblks; + } + if (isset($nextstr[1])) { + $write_block = false; + } + } + ++$nkey; + } + } + // check for reversed text direction + if (($wadj > 0) AND (($this->rtl AND ($this->tmprtl === 'L')) OR (!$this->rtl AND ($this->tmprtl === 'R')))) { + // LTR text on RTL direction or RTL text on LTR direction + $reverse_dir = true; + $this->rtl = !$this->rtl; + $revshift = ($strlinelen + $wadj + 0.000001); // add little quantity for rounding problems + if ($this->rtl) { + $this->x += $revshift; + } else { + $this->x -= $revshift; + } + $xws = $this->x; + } + // ****** write only until the end of the line and get the rest ****** + $strrest = $this->Write($this->lasth, $dom[$key]['value'], '', $wfill, '', false, 0, true, $firstblock, 0, $wadj); + // restore default direction + if ($reverse_dir AND ($wadj == 0)) { + $this->x = $xws; + $this->rtl = !$this->rtl; + $reverse_dir = false; + } + } + } + $this->textindent = 0; + if (strlen($strrest) > 0) { + // store the remaining string on the previous $key position + $this->newline = true; + if ($strrest == $dom[$key]['value']) { + // used to avoid infinite loop + ++$loop; + } else { + $loop = 0; + } + $dom[$key]['value'] = $strrest; + if ($cell) { + if ($this->rtl) { + $this->x -= $this->cell_padding['R']; + } else { + $this->x += $this->cell_padding['L']; + } + } + if ($loop < 3) { + --$key; + } + } else { + $loop = 0; + } + } + ++$key; + if (isset($dom[$key]['tag']) AND $dom[$key]['tag'] AND (!isset($dom[$key]['opening']) OR !$dom[$key]['opening']) AND isset($dom[($dom[$key]['parent'])]['attribute']['nobr']) AND ($dom[($dom[$key]['parent'])]['attribute']['nobr'] == 'true')) { + // check if we are on a new page or on a new column + if ((!$undo) AND ($this->y < $this->start_transaction_y)) { + // we are on a new page or on a new column and the total object height is less than the available vertical space. + // restore previous object + $this->rollbackTransaction(true); + // restore previous values + foreach ($this_method_vars as $vkey => $vval) { + $$vkey = $vval; + } + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $pre_y = $this->y; + if ((!$this->checkPageBreak($this->PageBreakTrigger + 1)) AND ($this->y < $pre_y)) { + $startliney = $this->y; + } + $undo = true; // avoid infinite loop + } else { + $undo = false; + } + } + } // end for each $key + // align the last line + if (isset($startlinex)) { + $yshift = $minstartliney - $startliney; + if (($yshift > 0) OR ($this->page > $startlinepage)) { + $yshift = 0; + } + $t_x = 0; + // the last line must be shifted to be aligned as requested + $linew = abs($this->endlinex - $startlinex); + if ($this->inxobj) { + // we are inside an XObject template + $pstart = substr($this->xobjects[$this->xobjid]['outdata'], 0, $startlinepos); + if (isset($opentagpos)) { + $midpos = $opentagpos; + } else { + $midpos = 0; + } + if ($midpos > 0) { + $pmid = substr($this->xobjects[$this->xobjid]['outdata'], $startlinepos, ($midpos - $startlinepos)); + $pend = substr($this->xobjects[$this->xobjid]['outdata'], $midpos); + } else { + $pmid = substr($this->xobjects[$this->xobjid]['outdata'], $startlinepos); + $pend = ''; + } + } else { + $pstart = substr($this->getPageBuffer($startlinepage), 0, $startlinepos); + if (isset($opentagpos) AND isset($this->footerlen[$startlinepage]) AND (!$this->InFooter)) { + $this->footerpos[$startlinepage] = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; + $midpos = min($opentagpos, $this->footerpos[$startlinepage]); + } elseif (isset($opentagpos)) { + $midpos = $opentagpos; + } elseif (isset($this->footerlen[$startlinepage]) AND (!$this->InFooter)) { + $this->footerpos[$startlinepage] = $this->pagelen[$startlinepage] - $this->footerlen[$startlinepage]; + $midpos = $this->footerpos[$startlinepage]; + } else { + $midpos = 0; + } + if ($midpos > 0) { + $pmid = substr($this->getPageBuffer($startlinepage), $startlinepos, ($midpos - $startlinepos)); + $pend = substr($this->getPageBuffer($startlinepage), $midpos); + } else { + $pmid = substr($this->getPageBuffer($startlinepage), $startlinepos); + $pend = ''; + } + } + if ((isset($plalign) AND ((($plalign == 'C') OR (($plalign == 'R') AND (!$this->rtl)) OR (($plalign == 'L') AND ($this->rtl)))))) { + // calculate shifting amount + $tw = $w; + if ($this->lMargin != $prevlMargin) { + $tw += ($prevlMargin - $this->lMargin); + } + if ($this->rMargin != $prevrMargin) { + $tw += ($prevrMargin - $this->rMargin); + } + $one_space_width = $this->GetStringWidth(chr(32)); + $no = 0; // number of spaces on a line contained on a single block + if ($this->isRTLTextDir()) { // RTL + // remove left space if exist + $pos1 = $this->revstrpos($pmid, '[('); + if ($pos1 > 0) { + $pos1 = intval($pos1); + if ($this->isUnicodeFont()) { + $pos2 = intval($this->revstrpos($pmid, '[('.chr(0).chr(32))); + $spacelen = 2; + } else { + $pos2 = intval($this->revstrpos($pmid, '[('.chr(32))); + $spacelen = 1; + } + if ($pos1 == $pos2) { + $pmid = substr($pmid, 0, ($pos1 + 2)).substr($pmid, ($pos1 + 2 + $spacelen)); + if (substr($pmid, $pos1, 4) == '[()]') { + $linew -= $one_space_width; + } elseif ($pos1 == strpos($pmid, '[(')) { + $no = 1; + } + } + } + } else { // LTR + // remove right space if exist + $pos1 = $this->revstrpos($pmid, ')]'); + if ($pos1 > 0) { + $pos1 = intval($pos1); + if ($this->isUnicodeFont()) { + $pos2 = intval($this->revstrpos($pmid, chr(0).chr(32).')]')) + 2; + $spacelen = 2; + } else { + $pos2 = intval($this->revstrpos($pmid, chr(32).')]')) + 1; + $spacelen = 1; + } + if ($pos1 == $pos2) { + $pmid = substr($pmid, 0, ($pos1 - $spacelen)).substr($pmid, $pos1); + $linew -= $one_space_width; + } + } + } + $mdiff = ($tw - $linew); + if ($plalign == 'C') { + if ($this->rtl) { + $t_x = -($mdiff / 2); + } else { + $t_x = ($mdiff / 2); + } + } elseif ($plalign == 'R') { + // right alignment on LTR document + $t_x = $mdiff; + } elseif ($plalign == 'L') { + // left alignment on RTL document + $t_x = -$mdiff; + } + } // end if startlinex + if (($t_x != 0) OR ($yshift < 0)) { + // shift the line + $trx = sprintf('1 0 0 1 %.3F %.3F cm', ($t_x * $this->k), ($yshift * $this->k)); + $pstart .= "\nq\n".$trx."\n".$pmid."\nQ\n"; + $endlinepos = strlen($pstart); + if ($this->inxobj) { + // we are inside an XObject template + $this->xobjects[$this->xobjid]['outdata'] = $pstart.$pend; + foreach ($this->xobjects[$this->xobjid]['annotations'] as $pak => $pac) { + if ($pak >= $pask) { + $this->xobjects[$this->xobjid]['annotations'][$pak]['x'] += $t_x; + $this->xobjects[$this->xobjid]['annotations'][$pak]['y'] -= $yshift; + } + } + } else { + $this->setPageBuffer($startlinepage, $pstart.$pend); + // shift the annotations and links + if (isset($this->PageAnnots[$this->page])) { + foreach ($this->PageAnnots[$this->page] as $pak => $pac) { + if ($pak >= $pask) { + $this->PageAnnots[$this->page][$pak]['x'] += $t_x; + $this->PageAnnots[$this->page][$pak]['y'] -= $yshift; + } + } + } + } + $this->y -= $yshift; + } + } + // restore previous values + $this->setGraphicVars($gvars); + if ($this->num_columns > 1) { + $this->selectColumn(); + } elseif ($this->page > $prevPage) { + $this->lMargin = $this->pagedim[$this->page]['olm']; + $this->rMargin = $this->pagedim[$this->page]['orm']; + } + // restore previous list state + $this->cell_height_ratio = $prev_cell_height_ratio; + $this->listnum = $prev_listnum; + $this->listordered = $prev_listordered; + $this->listcount = $prev_listcount; + $this->lispacer = $prev_lispacer; + if ($ln AND (!($cell AND ($dom[$key-1]['value'] == 'table')))) { + $this->Ln($this->lasth); + if ($this->y < $maxbottomliney) { + $this->y = $maxbottomliney; + } + } + unset($dom); + } + + /** + * Process opening tags. + * @param $dom (array) html dom array + * @param $key (int) current element id + * @param $cell (boolean) if true add the default left (or right if RTL) padding to each new line (default false). + * @protected + */ + protected function openHTMLTagHandler(&$dom, $key, $cell) { + $tag = $dom[$key]; + $parent = $dom[($dom[$key]['parent'])]; + $firsttag = ($key == 1); + // check for text direction attribute + if (isset($tag['dir'])) { + $this->setTempRTL($tag['dir']); + } else { + $this->tmprtl = false; + } + if ($tag['block']) { + $hbz = 0; // distance from y to line bottom + $hb = 0; // vertical space between block tags + // calculate vertical space for block tags + if (isset($this->tagvspaces[$tag['value']][0]['h']) AND ($this->tagvspaces[$tag['value']][0]['h'] >= 0)) { + $cur_h = $this->tagvspaces[$tag['value']][0]['h']; + } elseif (isset($tag['fontsize'])) { + $cur_h = ($tag['fontsize'] / $this->k) * $this->cell_height_ratio; + } else { + $cur_h = $this->FontSize * $this->cell_height_ratio; + } + if (isset($this->tagvspaces[$tag['value']][0]['n'])) { + $n = $this->tagvspaces[$tag['value']][0]['n']; + } elseif (preg_match('/[h][0-9]/', $tag['value']) > 0) { + $n = 0.6; + } else { + $n = 1; + } + $hb = ($n * $cur_h); + if (($this->htmlvspace <= 0) AND ($n > 0)) { + if (isset($parent['fontsize'])) { + $hbz = (($parent['fontsize'] / $this->k) * $this->cell_height_ratio); + } else { + $hbz = $this->FontSize * $this->cell_height_ratio; + } + } + } + // Opening tag + switch($tag['value']) { + case 'table': { + $cp = 0; + $cs = 0; + $dom[$key]['rowspans'] = array(); + if (!isset($dom[$key]['attribute']['nested']) OR ($dom[$key]['attribute']['nested'] != 'true')) { + // set table header + if (!$this->empty_string($dom[$key]['thead'])) { + // set table header + $this->thead = $dom[$key]['thead']; + if (!isset($this->theadMargins) OR (empty($this->theadMargins))) { + $this->theadMargins = array(); + $this->theadMargins['cell_padding'] = $this->cell_padding; + $this->theadMargins['lmargin'] = $this->lMargin; + $this->theadMargins['rmargin'] = $this->rMargin; + $this->theadMargins['page'] = $this->page; + } + } + } + // store current margins and page + $dom[$key]['old_cell_padding'] = $this->cell_padding; + if (isset($tag['attribute']['cellpadding'])) { + $pad = $this->getHTMLUnitToUnits($tag['attribute']['cellpadding'], 1, 'px'); + $this->SetCellPadding($pad); + } elseif (isset($tag['padding'])) { + $this->cell_padding = $tag['padding']; + } + if (isset($tag['attribute']['cellspacing'])) { + $cs = $this->getHTMLUnitToUnits($tag['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($tag['border-spacing'])) { + $cs = $tag['border-spacing']['V']; + } + $prev_y = $this->y; + if ($this->checkPageBreak(((2 * $cp) + (2 * $cs) + $this->lasth), '', false) OR ($this->y < $prev_y)) { + $this->inthead = true; + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + break; + } + case 'tr': { + // array of columns positions + $dom[$key]['cellpos'] = array(); + break; + } + case 'hr': { + if ((isset($tag['height'])) AND ($tag['height'] != '')) { + $hrHeight = $this->getHTMLUnitToUnits($tag['height'], 1, 'px'); + } else { + $hrHeight = $this->GetLineWidth(); + } + $this->addHTMLVertSpace($hbz, ($hrHeight / 2), $cell, $firsttag); + $x = $this->GetX(); + $y = $this->GetY(); + $wtmp = $this->w - $this->lMargin - $this->rMargin; + if ($cell) { + $wtmp -= ($this->cell_padding['L'] + $this->cell_padding['R']); + } + if ((isset($tag['width'])) AND ($tag['width'] != '')) { + $hrWidth = $this->getHTMLUnitToUnits($tag['width'], $wtmp, 'px'); + } else { + $hrWidth = $wtmp; + } + $prevlinewidth = $this->GetLineWidth(); + $this->SetLineWidth($hrHeight); + $this->Line($x, $y, $x + $hrWidth, $y); + $this->SetLineWidth($prevlinewidth); + $this->addHTMLVertSpace(($hrHeight / 2), 0, $cell, !isset($dom[($key + 1)])); + break; + } + case 'a': { + if (array_key_exists('href', $tag['attribute'])) { + $this->HREF['url'] = $tag['attribute']['href']; + } + break; + } + case 'img': { + if (isset($tag['attribute']['src'])) { + // replace relative path with real server path + if (($tag['attribute']['src'][0] == '/') AND ($_SERVER['DOCUMENT_ROOT'] != '/')) { + $findroot = strpos($tag['attribute']['src'], $_SERVER['DOCUMENT_ROOT']); + if (($findroot === false) OR ($findroot > 1)) { + $tag['attribute']['src'] = $_SERVER['DOCUMENT_ROOT'].$tag['attribute']['src']; + } + } + $tag['attribute']['src'] = urldecode($tag['attribute']['src']); + $type = $this->getImageFileType($tag['attribute']['src']); + $testscrtype = @parse_url($tag['attribute']['src']); + if (!isset($testscrtype['query']) OR empty($testscrtype['query'])) { + // convert URL to server path + $tag['attribute']['src'] = str_replace(K_PATH_URL, K_PATH_MAIN, $tag['attribute']['src']); + } + if (!isset($tag['width'])) { + $tag['width'] = 0; + } + if (!isset($tag['height'])) { + $tag['height'] = 0; + } + //if (!isset($tag['attribute']['align'])) { + // the only alignment supported is "bottom" + // further development is required for other modes. + $tag['attribute']['align'] = 'bottom'; + //} + switch($tag['attribute']['align']) { + case 'top': { + $align = 'T'; + break; + } + case 'middle': { + $align = 'M'; + break; + } + case 'bottom': { + $align = 'B'; + break; + } + default: { + $align = 'B'; + break; + } + } + $prevy = $this->y; + $xpos = $this->x; + // eliminate marker spaces + if (isset($dom[($key - 1)])) { + if (($dom[($key - 1)]['value'] == ' ') OR (isset($dom[($key - 1)]['trimmed_space']))) { + $xpos -= $this->GetStringWidth(chr(32)); + } elseif ($this->rtl AND $dom[($key - 1)]['value'] == ' ') { + $xpos += (2 * $this->GetStringWidth(chr(32))); + } + } + $imglink = ''; + if (isset($this->HREF['url']) AND !$this->empty_string($this->HREF['url'])) { + $imglink = $this->HREF['url']; + if ($imglink{0} == '#') { + // convert url to internal link + $lnkdata = explode(',', $imglink); + if (isset($lnkdata[0])) { + $page = intval(substr($lnkdata[0], 1)); + if (empty($page) OR ($page <= 0)) { + $page = $this->page; + } + if (isset($lnkdata[1]) AND (strlen($lnkdata[1]) > 0)) { + $lnky = floatval($lnkdata[1]); + } else { + $lnky = 0; + } + $imglink = $this->AddLink(); + $this->SetLink($imglink, $lnky, $page); + } + } + } + $border = 0; + if (isset($tag['border']) AND !empty($tag['border'])) { + // currently only support 1 (frame) or a combination of 'LTRB' + $border = $tag['border']; + } + $iw = ''; + if (isset($tag['width'])) { + $iw = $this->getHTMLUnitToUnits($tag['width'], 1, 'px', false); + } + $ih = ''; + if (isset($tag['height'])) { + $ih = $this->getHTMLUnitToUnits($tag['height'], 1, 'px', false); + } + if (($type == 'eps') OR ($type == 'ai')) { + $this->ImageEps($tag['attribute']['src'], $xpos, $this->y, $iw, $ih, $imglink, true, $align, '', $border, true); + } elseif ($type == 'svg') { + $this->ImageSVG($tag['attribute']['src'], $xpos, $this->y, $iw, $ih, $imglink, $align, '', $border, true); + } else { + $this->Image($tag['attribute']['src'], $xpos, $this->y, $iw, $ih, '', $imglink, $align, false, 300, '', false, false, $border, false, false, true); + } + switch($align) { + case 'T': { + $this->y = $prevy; + break; + } + case 'M': { + $this->y = (($this->img_rb_y + $prevy - ($tag['fontsize'] / $this->k)) / 2) ; + break; + } + case 'B': { + $this->y = $this->img_rb_y - ($tag['fontsize'] / $this->k); + break; + } + } + } + break; + } + case 'dl': { + ++$this->listnum; + if ($this->listnum == 1) { + $this->addHTMLVertSpace($hbz, $hb, $cell, $firsttag); + } else { + $this->addHTMLVertSpace(0, 0, $cell, $firsttag); + } + break; + } + case 'dt': { + $this->addHTMLVertSpace($hbz, 0, $cell, $firsttag); + break; + } + case 'dd': { + if ($this->rtl) { + $this->rMargin += $this->listindent; + } else { + $this->lMargin += $this->listindent; + } + ++$this->listindentlevel; + $this->addHTMLVertSpace($hbz, 0, $cell, $firsttag); + break; + } + case 'ul': + case 'ol': { + ++$this->listnum; + if ($tag['value'] == 'ol') { + $this->listordered[$this->listnum] = true; + } else { + $this->listordered[$this->listnum] = false; + } + if (isset($tag['attribute']['start'])) { + $this->listcount[$this->listnum] = intval($tag['attribute']['start']) - 1; + } else { + $this->listcount[$this->listnum] = 0; + } + if ($this->rtl) { + $this->rMargin += $this->listindent; + $this->x -= $this->listindent; + } else { + $this->lMargin += $this->listindent; + $this->x += $this->listindent; + } + ++$this->listindentlevel; + if ($this->listnum == 1) { + $this->addHTMLVertSpace($hbz, $hb, $cell, $firsttag); + } else { + $this->addHTMLVertSpace(0, 0, $cell, $firsttag); + } + break; + } + case 'li': { + $this->addHTMLVertSpace($hbz, 0, $cell, $firsttag); + if ($this->listordered[$this->listnum]) { + // ordered item + if (isset($parent['attribute']['type']) AND !$this->empty_string($parent['attribute']['type'])) { + $this->lispacer = $parent['attribute']['type']; + } elseif (isset($parent['listtype']) AND !$this->empty_string($parent['listtype'])) { + $this->lispacer = $parent['listtype']; + } elseif (isset($this->lisymbol) AND !$this->empty_string($this->lisymbol)) { + $this->lispacer = $this->lisymbol; + } else { + $this->lispacer = '#'; + } + ++$this->listcount[$this->listnum]; + if (isset($tag['attribute']['value'])) { + $this->listcount[$this->listnum] = intval($tag['attribute']['value']); + } + } else { + // unordered item + if (isset($parent['attribute']['type']) AND !$this->empty_string($parent['attribute']['type'])) { + $this->lispacer = $parent['attribute']['type']; + } elseif (isset($parent['listtype']) AND !$this->empty_string($parent['listtype'])) { + $this->lispacer = $parent['listtype']; + } elseif (isset($this->lisymbol) AND !$this->empty_string($this->lisymbol)) { + $this->lispacer = $this->lisymbol; + } else { + $this->lispacer = '!'; + } + } + break; + } + case 'blockquote': { + if ($this->rtl) { + $this->rMargin += $this->listindent; + } else { + $this->lMargin += $this->listindent; + } + ++$this->listindentlevel; + $this->addHTMLVertSpace($hbz, $hb, $cell, $firsttag); + break; + } + case 'br': { + $this->addHTMLVertSpace($hbz, 0, $cell, $firsttag); + break; + } + case 'div': { + $this->addHTMLVertSpace($hbz, 0, $cell, $firsttag); + break; + } + case 'p': { + $this->addHTMLVertSpace($hbz, $hb, $cell, $firsttag); + break; + } + case 'pre': { + $this->addHTMLVertSpace($hbz, $hb, $cell, $firsttag); + $this->premode = true; + break; + } + case 'sup': { + $this->SetXY($this->GetX(), $this->GetY() - ((0.7 * $this->FontSizePt) / $this->k)); + break; + } + case 'sub': { + $this->SetXY($this->GetX(), $this->GetY() + ((0.3 * $this->FontSizePt) / $this->k)); + break; + } + case 'h1': + case 'h2': + case 'h3': + case 'h4': + case 'h5': + case 'h6': { + $this->addHTMLVertSpace($hbz, $hb, $cell, $firsttag); + break; + } + // Form fields (since 4.8.000 - 2009-09-07) + case 'form': { + if (isset($tag['attribute']['action'])) { + $this->form_action = $tag['attribute']['action']; + } else { + $this->form_action = K_PATH_URL.$_SERVER['SCRIPT_NAME']; + } + if (isset($tag['attribute']['enctype'])) { + $this->form_enctype = $tag['attribute']['enctype']; + } else { + $this->form_enctype = 'application/x-www-form-urlencoded'; + } + if (isset($tag['attribute']['method'])) { + $this->form_mode = $tag['attribute']['method']; + } else { + $this->form_mode = 'post'; + } + break; + } + case 'input': { + if (isset($tag['attribute']['name']) AND !$this->empty_string($tag['attribute']['name'])) { + $name = $tag['attribute']['name']; + } else { + break; + } + $prop = array(); + $opt = array(); + if (isset($tag['attribute']['readonly']) AND !$this->empty_string($tag['attribute']['readonly'])) { + $prop['readonly'] = true; + } + if (isset($tag['attribute']['value']) AND !$this->empty_string($tag['attribute']['value'])) { + $value = $tag['attribute']['value']; + } + if (isset($tag['attribute']['maxlength']) AND !$this->empty_string($tag['attribute']['maxlength'])) { + $opt['maxlen'] = intval($tag['attribute']['value']); + } + $h = $this->FontSize * $this->cell_height_ratio; + if (isset($tag['attribute']['size']) AND !$this->empty_string($tag['attribute']['size'])) { + $w = intval($tag['attribute']['size']) * $this->GetStringWidth(chr(32)) * 2; + } else { + $w = $h; + } + if (isset($tag['attribute']['checked']) AND (($tag['attribute']['checked'] == 'checked') OR ($tag['attribute']['checked'] == 'true'))) { + $checked = true; + } else { + $checked = false; + } + switch ($tag['attribute']['type']) { + case 'text': { + if (isset($value)) { + $opt['v'] = $value; + } + $this->TextField($name, $w, $h, $prop, $opt, '', '', false); + break; + } + case 'password': { + if (isset($value)) { + $opt['v'] = $value; + } + $prop['password'] = 'true'; + $this->TextField($name, $w, $h, $prop, $opt, '', '', false); + break; + } + case 'checkbox': { + $this->CheckBox($name, $w, $checked, $prop, $opt, $value, '', '', false); + break; + } + case 'radio': { + $this->RadioButton($name, $w, $prop, $opt, $value, $checked, '', '', false); + break; + } + case 'submit': { + $w = $this->GetStringWidth($value) * 1.5; + $h *= 1.6; + $prop = array('lineWidth'=>1, 'borderStyle'=>'beveled', 'fillColor'=>array(196, 196, 196), 'strokeColor'=>array(255, 255, 255)); + $action = array(); + $action['S'] = 'SubmitForm'; + $action['F'] = $this->form_action; + if ($this->form_enctype != 'FDF') { + $action['Flags'] = array('ExportFormat'); + } + if ($this->form_mode == 'get') { + $action['Flags'] = array('GetMethod'); + } + $this->Button($name, $w, $h, $value, $action, $prop, $opt, '', '', false); + break; + } + case 'reset': { + $w = $this->GetStringWidth($value) * 1.5; + $h *= 1.6; + $prop = array('lineWidth'=>1, 'borderStyle'=>'beveled', 'fillColor'=>array(196, 196, 196), 'strokeColor'=>array(255, 255, 255)); + $this->Button($name, $w, $h, $value, array('S'=>'ResetForm'), $prop, $opt, '', '', false); + break; + } + case 'file': { + $prop['fileSelect'] = 'true'; + $this->TextField($name, $w, $h, $prop, $opt, '', '', false); + if (!isset($value)) { + $value = '*'; + } + $w = $this->GetStringWidth($value) * 2; + $h *= 1.2; + $prop = array('lineWidth'=>1, 'borderStyle'=>'beveled', 'fillColor'=>array(196, 196, 196), 'strokeColor'=>array(255, 255, 255)); + $jsaction = 'var f=this.getField(\''.$name.'\'); f.browseForFileToSubmit();'; + $this->Button('FB_'.$name, $w, $h, $value, $jsaction, $prop, $opt, '', '', false); + break; + } + case 'hidden': { + if (isset($value)) { + $opt['v'] = $value; + } + $opt['f'] = array('invisible', 'hidden'); + $this->TextField($name, 0, 0, $prop, $opt, '', '', false); + break; + } + case 'image': { + // THIS TYPE MUST BE FIXED + if (isset($tag['attribute']['src']) AND !$this->empty_string($tag['attribute']['src'])) { + $img = $tag['attribute']['src']; + } else { + break; + } + $value = 'img'; + //$opt['mk'] = array('i'=>$img, 'tp'=>1, 'if'=>array('sw'=>'A', 's'=>'A', 'fb'=>false)); + if (isset($tag['attribute']['onclick']) AND !empty($tag['attribute']['onclick'])) { + $jsaction = $tag['attribute']['onclick']; + } else { + $jsaction = ''; + } + $this->Button($name, $w, $h, $value, $jsaction, $prop, $opt, '', '', false); + break; + } + case 'button': { + $w = $this->GetStringWidth($value) * 1.5; + $h *= 1.6; + $prop = array('lineWidth'=>1, 'borderStyle'=>'beveled', 'fillColor'=>array(196, 196, 196), 'strokeColor'=>array(255, 255, 255)); + if (isset($tag['attribute']['onclick']) AND !empty($tag['attribute']['onclick'])) { + $jsaction = $tag['attribute']['onclick']; + } else { + $jsaction = ''; + } + $this->Button($name, $w, $h, $value, $jsaction, $prop, $opt, '', '', false); + break; + } + } + break; + } + case 'textarea': { + $prop = array(); + $opt = array(); + if (isset($tag['attribute']['readonly']) AND !$this->empty_string($tag['attribute']['readonly'])) { + $prop['readonly'] = true; + } + if (isset($tag['attribute']['name']) AND !$this->empty_string($tag['attribute']['name'])) { + $name = $tag['attribute']['name']; + } else { + break; + } + if (isset($tag['attribute']['value']) AND !$this->empty_string($tag['attribute']['value'])) { + $opt['v'] = $tag['attribute']['value']; + } + if (isset($tag['attribute']['cols']) AND !$this->empty_string($tag['attribute']['cols'])) { + $w = intval($tag['attribute']['cols']) * $this->GetStringWidth(chr(32)) * 2; + } else { + $w = 40; + } + if (isset($tag['attribute']['rows']) AND !$this->empty_string($tag['attribute']['rows'])) { + $h = intval($tag['attribute']['rows']) * $this->FontSize * $this->cell_height_ratio; + } else { + $h = 10; + } + $prop['multiline'] = 'true'; + $this->TextField($name, $w, $h, $prop, $opt, '', '', false); + break; + } + case 'select': { + $h = $this->FontSize * $this->cell_height_ratio; + if (isset($tag['attribute']['size']) AND !$this->empty_string($tag['attribute']['size'])) { + $h *= ($tag['attribute']['size'] + 1); + } + $prop = array(); + $opt = array(); + if (isset($tag['attribute']['name']) AND !$this->empty_string($tag['attribute']['name'])) { + $name = $tag['attribute']['name']; + } else { + break; + } + $w = 0; + if (isset($tag['attribute']['opt']) AND !$this->empty_string($tag['attribute']['opt'])) { + $options = explode('#!NwL!#', $tag['attribute']['opt']); + $values = array(); + foreach ($options as $val) { + if (strpos($val, '#!TaB!#') !== false) { + $opts = explode('#!TaB!#', $val); + $values[] = $opts; + $w = max($w, $this->GetStringWidth($opts[1])); + } else { + $values[] = $val; + $w = max($w, $this->GetStringWidth($val)); + } + } + } else { + break; + } + $w *= 2; + if (isset($tag['attribute']['multiple']) AND ($tag['attribute']['multiple']='multiple')) { + $prop['multipleSelection'] = 'true'; + $this->ListBox($name, $w, $h, $values, $prop, $opt, '', '', false); + } else { + $this->ComboBox($name, $w, $h, $values, $prop, $opt, '', '', false); + } + break; + } + case 'tcpdf': { + if (defined('K_TCPDF_CALLS_IN_HTML') AND (K_TCPDF_CALLS_IN_HTML === true)) { + // Special tag used to call TCPDF methods + if (isset($tag['attribute']['method'])) { + $tcpdf_method = $tag['attribute']['method']; + if (method_exists($this, $tcpdf_method)) { + if (isset($tag['attribute']['params']) AND (!empty($tag['attribute']['params']))) { + $params = unserialize(urldecode($tag['attribute']['params'])); + call_user_func_array(array($this, $tcpdf_method), $params); + } else { + $this->$tcpdf_method(); + } + $this->newline = true; + } + } + } + break; + } + default: { + break; + } + } + // define tags that support borders and background colors + $bordertags = array('blockquote','br','dd','dl','div','dt','h1','h2','h3','h4','h5','h6','hr','li','ol','p','pre','ul','tcpdf','table'); + if (in_array($tag['value'], $bordertags)) { + // set border + $dom[$key]['borderposition'] = $this->getBorderStartPosition(); + } + if ($dom[$key]['self'] AND isset($dom[$key]['attribute']['pagebreakafter'])) { + $pba = $dom[$key]['attribute']['pagebreakafter']; + // check for pagebreak + if (($pba == 'true') OR ($pba == 'left') OR ($pba == 'right')) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + if ((($pba == 'left') AND (((!$this->rtl) AND (($this->page % 2) == 0)) OR (($this->rtl) AND (($this->page % 2) != 0)))) + OR (($pba == 'right') AND (((!$this->rtl) AND (($this->page % 2) != 0)) OR (($this->rtl) AND (($this->page % 2) == 0))))) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + } + } + + /** + * Process closing tags. + * @param $dom (array) html dom array + * @param $key (int) current element id + * @param $cell (boolean) if true add the default left (or right if RTL) padding to each new line (default false). + * @param $maxbottomliney (int) maximum y value of current line + * @protected + */ + protected function closeHTMLTagHandler(&$dom, $key, $cell, $maxbottomliney=0) { + $tag = $dom[$key]; + $parent = $dom[($dom[$key]['parent'])]; + $lasttag = ((!isset($dom[($key + 1)])) OR ((!isset($dom[($key + 2)])) AND ($dom[($key + 1)]['value'] == 'marker'))); + $in_table_head = false; + // maximum x position (used to draw borders) + if ($this->rtl) { + $xmax = $this->w; + } else { + $xmax = 0; + } + if ($tag['block']) { + $hbz = 0; // distance from y to line bottom + $hb = 0; // vertical space between block tags + // calculate vertical space for block tags + if (isset($this->tagvspaces[$tag['value']][1]['h']) AND ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { + $pre_h = $this->tagvspaces[$tag['value']][1]['h']; + } elseif (isset($parent['fontsize'])) { + $pre_h = (($parent['fontsize'] / $this->k) * $this->cell_height_ratio); + } else { + $pre_h = $this->FontSize * $this->cell_height_ratio; + } + if (isset($this->tagvspaces[$tag['value']][1]['n'])) { + $n = $this->tagvspaces[$tag['value']][1]['n']; + } elseif (preg_match('/[h][0-9]/', $tag['value']) > 0) { + $n = 0.6; + } else { + $n = 1; + } + $hb = ($n * $pre_h); + if ($this->y < $maxbottomliney) { + $hbz = ($maxbottomliney - $this->y); + } + } + // Closing tag + switch($tag['value']) { + case 'tr': { + $table_el = $dom[($dom[$key]['parent'])]['parent']; + if (!isset($parent['endy'])) { + $dom[($dom[$key]['parent'])]['endy'] = $this->y; + $parent['endy'] = $this->y; + } + if (!isset($parent['endpage'])) { + $dom[($dom[$key]['parent'])]['endpage'] = $this->page; + $parent['endpage'] = $this->page; + } + if (!isset($parent['endcolumn'])) { + $dom[($dom[$key]['parent'])]['endcolumn'] = $this->current_column; + $parent['endcolumn'] = $this->current_column; + } + // update row-spanned cells + if (isset($dom[$table_el]['rowspans'])) { + foreach ($dom[$table_el]['rowspans'] as $k => $trwsp) { + $dom[$table_el]['rowspans'][$k]['rowspan'] -= 1; + if ($dom[$table_el]['rowspans'][$k]['rowspan'] == 0) { + if (($dom[$table_el]['rowspans'][$k]['endpage'] == $parent['endpage']) AND ($dom[$table_el]['rowspans'][$k]['endcolumn'] == $parent['endcolumn'])) { + $dom[($dom[$key]['parent'])]['endy'] = max($dom[$table_el]['rowspans'][$k]['endy'], $parent['endy']); + } elseif (($dom[$table_el]['rowspans'][$k]['endpage'] > $parent['endpage']) OR ($dom[$table_el]['rowspans'][$k]['endcolumn'] > $parent['endcolumn'])) { + $dom[($dom[$key]['parent'])]['endy'] = $dom[$table_el]['rowspans'][$k]['endy']; + $dom[($dom[$key]['parent'])]['endpage'] = $dom[$table_el]['rowspans'][$k]['endpage']; + $dom[($dom[$key]['parent'])]['endcolumn'] = $dom[$table_el]['rowspans'][$k]['endcolumn']; + } + } + } + // report new endy and endpage to the rowspanned cells + foreach ($dom[$table_el]['rowspans'] as $k => $trwsp) { + if ($dom[$table_el]['rowspans'][$k]['rowspan'] == 0) { + $dom[$table_el]['rowspans'][$k]['endpage'] = max($dom[$table_el]['rowspans'][$k]['endpage'], $dom[($dom[$key]['parent'])]['endpage']); + $dom[($dom[$key]['parent'])]['endpage'] = $dom[$table_el]['rowspans'][$k]['endpage']; + $dom[$table_el]['rowspans'][$k]['endcolumn'] = max($dom[$table_el]['rowspans'][$k]['endcolumn'], $dom[($dom[$key]['parent'])]['endcolumn']); + $dom[($dom[$key]['parent'])]['endcolumn'] = $dom[$table_el]['rowspans'][$k]['endcolumn']; + $dom[$table_el]['rowspans'][$k]['endy'] = max($dom[$table_el]['rowspans'][$k]['endy'], $dom[($dom[$key]['parent'])]['endy']); + $dom[($dom[$key]['parent'])]['endy'] = $dom[$table_el]['rowspans'][$k]['endy']; + } + } + // update remaining rowspanned cells + foreach ($dom[$table_el]['rowspans'] as $k => $trwsp) { + if ($dom[$table_el]['rowspans'][$k]['rowspan'] == 0) { + $dom[$table_el]['rowspans'][$k]['endpage'] = $dom[($dom[$key]['parent'])]['endpage']; + $dom[$table_el]['rowspans'][$k]['endcolumn'] = $dom[($dom[$key]['parent'])]['endcolumn']; + $dom[$table_el]['rowspans'][$k]['endy'] = $dom[($dom[$key]['parent'])]['endy']; + } + } + } + $this->setPage($dom[($dom[$key]['parent'])]['endpage']); + if ($this->num_columns > 1) { + $this->selectColumn($dom[($dom[$key]['parent'])]['endcolumn']); + } + $this->y = $dom[($dom[$key]['parent'])]['endy']; + if (isset($dom[$table_el]['attribute']['cellspacing'])) { + $this->y += $this->getHTMLUnitToUnits($dom[$table_el]['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($dom[$table_el]['border-spacing'])) { + $this->y += $dom[$table_el]['border-spacing']['V']; + } + $this->Ln(0, $cell); + if ($this->current_column == $parent['startcolumn']) { + $this->x = $parent['startx']; + } + // account for booklet mode + if ($this->page > $parent['startpage']) { + if (($this->rtl) AND ($this->pagedim[$this->page]['orm'] != $this->pagedim[$parent['startpage']]['orm'])) { + $this->x -= ($this->pagedim[$this->page]['orm'] - $this->pagedim[$parent['startpage']]['orm']); + } elseif ((!$this->rtl) AND ($this->pagedim[$this->page]['olm'] != $this->pagedim[$parent['startpage']]['olm'])) { + $this->x += ($this->pagedim[$this->page]['olm'] - $this->pagedim[$parent['startpage']]['olm']); + } + } + break; + } + case 'tablehead': + // closing tag used for the thead part + $in_table_head = true; + $this->inthead = false; + case 'table': { + $table_el = $parent; + // set default border + if (isset($table_el['attribute']['border']) AND ($table_el['attribute']['border'] > 0)) { + // set default border + $border = array('LTRB' => array('width' => $this->getCSSBorderWidth($table_el['attribute']['border']), 'cap'=>'square', 'join'=>'miter', 'dash'=> 0, 'color'=>array(0,0,0))); + } else { + $border = 0; + } + $default_border = $border; + // fix bottom line alignment of last line before page break + foreach ($dom[($dom[$key]['parent'])]['trids'] as $j => $trkey) { + // update row-spanned cells + if (isset($dom[($dom[$key]['parent'])]['rowspans'])) { + foreach ($dom[($dom[$key]['parent'])]['rowspans'] as $k => $trwsp) { + if ($trwsp['trid'] == $trkey) { + $dom[($dom[$key]['parent'])]['rowspans'][$k]['mrowspan'] -= 1; + } + if (isset($prevtrkey) AND ($trwsp['trid'] == $prevtrkey) AND ($trwsp['mrowspan'] >= 0)) { + $dom[($dom[$key]['parent'])]['rowspans'][$k]['trid'] = $trkey; + } + } + } + if (isset($prevtrkey) AND ($dom[$trkey]['startpage'] > $dom[$prevtrkey]['endpage'])) { + $pgendy = $this->pagedim[$dom[$prevtrkey]['endpage']]['hk'] - $this->pagedim[$dom[$prevtrkey]['endpage']]['bm']; + $dom[$prevtrkey]['endy'] = $pgendy; + // update row-spanned cells + if (isset($dom[($dom[$key]['parent'])]['rowspans'])) { + foreach ($dom[($dom[$key]['parent'])]['rowspans'] as $k => $trwsp) { + if (($trwsp['trid'] == $trkey) AND ($trwsp['mrowspan'] > 1) AND ($trwsp['endpage'] == $dom[$prevtrkey]['endpage'])) { + $dom[($dom[$key]['parent'])]['rowspans'][$k]['endy'] = $pgendy; + $dom[($dom[$key]['parent'])]['rowspans'][$k]['mrowspan'] = -1; + } + } + } + } + $prevtrkey = $trkey; + $table_el = $dom[($dom[$key]['parent'])]; + } + // for each row + unset($xmax); + foreach ($table_el['trids'] as $j => $trkey) { + $parent = $dom[$trkey]; + if (!isset($xmax)) { + $xmax = $parent['cellpos'][(count($parent['cellpos']) - 1)]['endx']; + } + // for each cell on the row + foreach ($parent['cellpos'] as $k => $cellpos) { + if (isset($cellpos['rowspanid']) AND ($cellpos['rowspanid'] >= 0)) { + $cellpos['startx'] = $table_el['rowspans'][($cellpos['rowspanid'])]['startx']; + $cellpos['endx'] = $table_el['rowspans'][($cellpos['rowspanid'])]['endx']; + $endy = $table_el['rowspans'][($cellpos['rowspanid'])]['endy']; + $startpage = $table_el['rowspans'][($cellpos['rowspanid'])]['startpage']; + $endpage = $table_el['rowspans'][($cellpos['rowspanid'])]['endpage']; + $startcolumn = $table_el['rowspans'][($cellpos['rowspanid'])]['startcolumn']; + $endcolumn = $table_el['rowspans'][($cellpos['rowspanid'])]['endcolumn']; + } else { + $endy = $parent['endy']; + $startpage = $parent['startpage']; + $endpage = $parent['endpage']; + $startcolumn = $parent['startcolumn']; + $endcolumn = $parent['endcolumn']; + } + if ($this->num_columns == 0) { + $this->num_columns = 1; + } + if (isset($cellpos['border'])) { + $border = $cellpos['border']; + } + if (isset($cellpos['bgcolor']) AND ($cellpos['bgcolor']) !== false) { + $this->SetFillColorArray($cellpos['bgcolor']); + $fill = true; + } else { + $fill = false; + } + $x = $cellpos['startx']; + $y = $parent['starty']; + $starty = $y; + $w = abs($cellpos['endx'] - $cellpos['startx']); + // get border modes + $border_start = $this->getBorderMode($border, $position='start'); + $border_end = $this->getBorderMode($border, $position='end'); + $border_middle = $this->getBorderMode($border, $position='middle'); + // design borders around HTML cells. + for ($page = $startpage; $page <= $endpage; ++$page) { // for each page + $ccode = ''; + $this->setPage($page); + if ($this->num_columns < 2) { + // single-column mode + $this->x = $x; + $this->y = $this->tMargin; + } + // account for margin changes + if ($page > $startpage) { + if (($this->rtl) AND ($this->pagedim[$page]['orm'] != $this->pagedim[$startpage]['orm'])) { + $this->x -= ($this->pagedim[$page]['orm'] - $this->pagedim[$startpage]['orm']); + } elseif ((!$this->rtl) AND ($this->pagedim[$page]['olm'] != $this->pagedim[$startpage]['olm'])) { + $this->x += ($this->pagedim[$page]['olm'] - $this->pagedim[$startpage]['olm']); + } + } + if ($startpage == $endpage) { // single page + $deltacol = 0; + $deltath = 0; + for ($column = $startcolumn; $column <= $endcolumn; ++$column) { // for each column + $this->selectColumn($column); + if ($startcolumn == $endcolumn) { // single column + $cborder = $border; + $h = $endy - $parent['starty']; + $this->y = $y; + $this->x = $x; + } elseif ($column == $startcolumn) { // first column + $cborder = $border_start; + $this->y = $starty; + $this->x = $x; + $h = $this->h - $this->y - $this->bMargin; + if ($this->rtl) { + $deltacol = $this->x + $this->rMargin - $this->w; + } else { + $deltacol = $this->x - $this->lMargin; + } + } elseif ($column == $endcolumn) { // end column + $cborder = $border_end; + if (isset($this->columns[$column]['th']['\''.$page.'\''])) { + $this->y = $this->columns[$column]['th']['\''.$page.'\'']; + } + $this->x += $deltacol; + $h = $endy - $this->y; + } else { // middle column + $cborder = $border_middle; + if (isset($this->columns[$column]['th']['\''.$page.'\''])) { + $this->y = $this->columns[$column]['th']['\''.$page.'\'']; + } + $this->x += $deltacol; + $h = $this->h - $this->y - $this->bMargin; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } elseif ($page == $startpage) { // first page + $deltacol = 0; + $deltath = 0; + for ($column = $startcolumn; $column < $this->num_columns; ++$column) { // for each column + $this->selectColumn($column); + if ($column == $startcolumn) { // first column + $cborder = $border_start; + $this->y = $starty; + $this->x = $x; + $h = $this->h - $this->y - $this->bMargin; + if ($this->rtl) { + $deltacol = $this->x + $this->rMargin - $this->w; + } else { + $deltacol = $this->x - $this->lMargin; + } + } else { // middle column + $cborder = $border_middle; + if (isset($this->columns[$column]['th']['\''.$page.'\''])) { + $this->y = $this->columns[$column]['th']['\''.$page.'\'']; + } + $this->x += $deltacol; + $h = $this->h - $this->y - $this->bMargin; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } elseif ($page == $endpage) { // last page + $deltacol = 0; + $deltath = 0; + for ($column = 0; $column <= $endcolumn; ++$column) { // for each column + $this->selectColumn($column); + if ($column == $endcolumn) { // end column + $cborder = $border_end; + if (isset($this->columns[$column]['th']['\''.$page.'\''])) { + $this->y = $this->columns[$column]['th']['\''.$page.'\'']; + } + $this->x += $deltacol; + $h = $endy - $this->y; + } else { // middle column + $cborder = $border_middle; + if (isset($this->columns[$column]['th']['\''.$page.'\''])) { + $this->y = $this->columns[$column]['th']['\''.$page.'\'']; + } + $this->x += $deltacol; + $h = $this->h - $this->y - $this->bMargin; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } else { // middle page + $deltacol = 0; + $deltath = 0; + for ($column = 0; $column < $this->num_columns; ++$column) { // for each column + $this->selectColumn($column); + $cborder = $border_middle; + if (isset($this->columns[$column]['th']['\''.$page.'\''])) { + $this->y = $this->columns[$column]['th']['\''.$page.'\'']; + } + $this->x += $deltacol; + $h = $this->h - $this->y - $this->bMargin; + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } + if ($cborder OR $fill) { + // draw border and fill + if ($this->inxobj) { + // we are inside an XObject template + if (end($this->xobjects[$this->xobjid]['transfmrk']) !== false) { + $pagemarkkey = key($this->xobjects[$this->xobjid]['transfmrk']); + $pagemark = &$this->xobjects[$this->xobjid]['transfmrk'][$pagemarkkey]; + } else { + $pagemark = &$this->xobjects[$this->xobjid]['intmrk']; + } + $pagebuff = $this->xobjects[$this->xobjid]['outdata']; + $pstart = substr($pagebuff, 0, $pagemark); + $pend = substr($pagebuff, $pagemark); + $this->xobjects[$this->xobjid]['outdata'] = $pstart.$ccode.$pend; + $pagemark += strlen($ccode); + } else { + // draw border and fill + if (end($this->transfmrk[$this->page]) !== false) { + $pagemarkkey = key($this->transfmrk[$this->page]); + $pagemark = &$this->transfmrk[$this->page][$pagemarkkey]; + } elseif ($this->InFooter) { + $pagemark = &$this->footerpos[$this->page]; + } else { + $pagemark = &$this->intmrk[$this->page]; + } + $pagebuff = $this->getPageBuffer($this->page); + $pstart = substr($pagebuff, 0, $pagemark); + $pend = substr($pagebuff, $pagemark); + $this->setPageBuffer($this->page, $pstart.$ccode.$pend); + $pagemark += strlen($ccode); + } + } + } // end for each page + // restore default border + $border = $default_border; + } // end for each cell on the row + if (isset($table_el['attribute']['cellspacing'])) { + $this->y += $this->getHTMLUnitToUnits($table_el['attribute']['cellspacing'], 1, 'px'); + } elseif (isset($table_el['border-spacing'])) { + $this->y += $table_el['border-spacing']['V']; + } + $this->Ln(0, $cell); + $this->x = $parent['startx']; + if ($endpage > $startpage) { + if (($this->rtl) AND ($this->pagedim[$endpage]['orm'] != $this->pagedim[$startpage]['orm'])) { + $this->x += ($this->pagedim[$endpage]['orm'] - $this->pagedim[$startpage]['orm']); + } elseif ((!$this->rtl) AND ($this->pagedim[$endpage]['olm'] != $this->pagedim[$startpage]['olm'])) { + $this->x += ($this->pagedim[$endpage]['olm'] - $this->pagedim[$startpage]['olm']); + } + } + } + if (!$in_table_head) { // we are not inside a thead section + $this->cell_padding = $table_el['old_cell_padding']; + // reset row height + $this->resetLastH(); + if (($this->page == ($this->numpages - 1)) AND ($this->pageopen[$this->numpages]) AND ($this->emptypagemrk[$this->numpages] == $this->pagelen[$this->numpages])) { + // remove last blank page + $this->deletePage($this->numpages); + } + if (isset($this->theadMargins['top'])) { + // restore top margin + $this->tMargin = $this->theadMargins['top']; + $this->pagedim[$this->page]['tm'] = $this->tMargin; + } + if (!isset($table_el['attribute']['nested']) OR ($table_el['attribute']['nested'] != 'true')) { + // reset main table header + $this->thead = ''; + $this->theadMargins = array(); + } + } + $parent = $table_el; + break; + } + case 'a': { + $this->HREF = ''; + break; + } + case 'sup': { + $this->SetXY($this->GetX(), $this->GetY() + ((0.7 * $parent['fontsize']) / $this->k)); + break; + } + case 'sub': { + $this->SetXY($this->GetX(), $this->GetY() - ((0.3 * $parent['fontsize'])/$this->k)); + break; + } + case 'div': { + $this->addHTMLVertSpace($hbz, 0, $cell, false, $lasttag); + break; + } + case 'blockquote': { + if ($this->rtl) { + $this->rMargin -= $this->listindent; + } else { + $this->lMargin -= $this->listindent; + } + --$this->listindentlevel; + $this->addHTMLVertSpace($hbz, $hb, $cell, false, $lasttag); + break; + } + case 'p': { + $this->addHTMLVertSpace($hbz, $hb, $cell, false, $lasttag); + break; + } + case 'pre': { + $this->addHTMLVertSpace($hbz, $hb, $cell, false, $lasttag); + $this->premode = false; + break; + } + case 'dl': { + --$this->listnum; + if ($this->listnum <= 0) { + $this->listnum = 0; + $this->addHTMLVertSpace($hbz, $hb, $cell, false, $lasttag); + } else { + $this->addHTMLVertSpace(0, 0, $cell, false, $lasttag); + } + $this->resetLastH(); + break; + } + case 'dt': { + $this->lispacer = ''; + $this->addHTMLVertSpace(0, 0, $cell, false, $lasttag); + break; + } + case 'dd': { + $this->lispacer = ''; + if ($this->rtl) { + $this->rMargin -= $this->listindent; + } else { + $this->lMargin -= $this->listindent; + } + --$this->listindentlevel; + $this->addHTMLVertSpace(0, 0, $cell, false, $lasttag); + break; + } + case 'ul': + case 'ol': { + --$this->listnum; + $this->lispacer = ''; + if ($this->rtl) { + $this->rMargin -= $this->listindent; + } else { + $this->lMargin -= $this->listindent; + } + --$this->listindentlevel; + if ($this->listnum <= 0) { + $this->listnum = 0; + $this->addHTMLVertSpace($hbz, $hb, $cell, false, $lasttag); + } else { + $this->addHTMLVertSpace(0, 0, $cell, false, $lasttag); + } + $this->resetLastH(); + break; + } + case 'li': { + $this->lispacer = ''; + $this->addHTMLVertSpace(0, 0, $cell, false, $lasttag); + break; + } + case 'h1': + case 'h2': + case 'h3': + case 'h4': + case 'h5': + case 'h6': { + $this->addHTMLVertSpace($hbz, $hb, $cell, false, $lasttag); + break; + } + // Form fields (since 4.8.000 - 2009-09-07) + case 'form': { + $this->form_action = ''; + $this->form_enctype = 'application/x-www-form-urlencoded'; + break; + } + default : { + break; + } + } + // draw border and background (if any) + $this->drawHTMLTagBorder($parent, $xmax); + if (isset($dom[($dom[$key]['parent'])]['attribute']['pagebreakafter'])) { + $pba = $dom[($dom[$key]['parent'])]['attribute']['pagebreakafter']; + // check for pagebreak + if (($pba == 'true') OR ($pba == 'left') OR ($pba == 'right')) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + if ((($pba == 'left') AND (((!$this->rtl) AND (($this->page % 2) == 0)) OR (($this->rtl) AND (($this->page % 2) != 0)))) + OR (($pba == 'right') AND (((!$this->rtl) AND (($this->page % 2) != 0)) OR (($this->rtl) AND (($this->page % 2) == 0))))) { + // add a page (or trig AcceptPageBreak() for multicolumn mode) + $this->checkPageBreak($this->PageBreakTrigger + 1); + } + } + $this->tmprtl = false; + } + + /** + * Add vertical spaces if needed. + * @param $hbz (string) Distance between current y and line bottom. + * @param $hb (string) The height of the break. + * @param $cell (boolean) if true add the default left (or right if RTL) padding to each new line (default false). + * @param $firsttag (boolean) set to true when the tag is the first. + * @param $lasttag (boolean) set to true when the tag is the last. + * @protected + */ + protected function addHTMLVertSpace($hbz=0, $hb=0, $cell=false, $firsttag=false, $lasttag=false) { + if ($firsttag) { + $this->Ln(0, $cell); + $this->htmlvspace = 0; + return; + } + if ($lasttag) { + $this->Ln($hbz, $cell); + $this->htmlvspace = 0; + return; + } + if ($hb < $this->htmlvspace) { + $hd = 0; + } else { + $hd = $hb - $this->htmlvspace; + $this->htmlvspace = $hb; + } + $this->Ln(($hbz + $hd), $cell); + } + + /** + * Return the starting coordinates to draw an html border + * @return array containing top-left border coordinates + * @protected + * @since 5.7.000 (2010-08-03) + */ + protected function getBorderStartPosition() { + if ($this->rtl) { + $xmax = $this->lMargin; + } else { + $xmax = $this->w - $this->rMargin; + } + return array('page' => $this->page, 'column' => $this->current_column, 'x' => $this->x, 'y' => $this->y, 'xmax' => $xmax); + } + + /** + * Draw an HTML block border and fill + * @param $tag (array) array of tag properties. + * @param $xmax (int) end X coordinate for border. + * @protected + * @since 5.7.000 (2010-08-03) + */ + protected function drawHTMLTagBorder($tag, $xmax) { + if (!isset($tag['borderposition'])) { + // nothing to draw + return; + } + $prev_x = $this->x; + $prev_y = $this->y; + $prev_lasth = $this->lasth; + $border = 0; + $fill = false; + $this->lasth = 0; + if (isset($tag['border']) AND !empty($tag['border'])) { + // get border style + $border = $tag['border']; + if (!$this->empty_string($this->thead) AND (!$this->inthead)) { + // border for table header + $border = $this->getBorderMode($border, $position='middle'); + } + } + if (isset($tag['bgcolor']) AND ($tag['bgcolor'] !== false)) { + // get background color + $old_bgcolor = $this->bgcolor; + $this->SetFillColorArray($tag['bgcolor']); + $fill = true; + } + if (!$border AND !$fill) { + // nothing to draw + return; + } + if (isset($tag['attribute']['cellspacing'])) { + $clsp = $this->getHTMLUnitToUnits($tag['attribute']['cellspacing'], 1, 'px'); + $cellspacing = array('H' => $clsp, 'V' => $clsp); + } elseif (isset($tag['border-spacing'])) { + $cellspacing = $tag['border-spacing']; + } else { + $cellspacing = array('H' => 0, 'V' => 0); + } + if (($tag['value'] != 'table') AND (is_array($border)) AND (!empty($border))) { + // draw the border externally respect the sqare edge. + $border['mode'] = 'ext'; + } + if ($this->rtl) { + if ($xmax >= $tag['borderposition']['x']) { + $xmax = $tag['borderposition']['xmax']; + } + $w = ($tag['borderposition']['x'] - $xmax); + } else { + if ($xmax <= $tag['borderposition']['x']) { + $xmax = $tag['borderposition']['xmax']; + } + $w = ($xmax - $tag['borderposition']['x']); + } + if ($w <= 0) { + return; + } + $w += $cellspacing['H']; + $startpage = $tag['borderposition']['page']; + $startcolumn = $tag['borderposition']['column']; + $x = $tag['borderposition']['x']; + $y = $tag['borderposition']['y']; + $endpage = $this->page; + $starty = $tag['borderposition']['y'] - $cellspacing['V']; + $currentY = $this->y; + $this->x = $x; + // get latest column + $endcolumn = $this->current_column; + if ($this->num_columns == 0) { + $this->num_columns = 1; + } + // get border modes + $border_start = $this->getBorderMode($border, $position='start'); + $border_end = $this->getBorderMode($border, $position='end'); + $border_middle = $this->getBorderMode($border, $position='middle'); + // temporary disable page regions + $temp_page_regions = $this->page_regions; + $this->page_regions = array(); + // design borders around HTML cells. + for ($page = $startpage; $page <= $endpage; ++$page) { // for each page + $ccode = ''; + $this->setPage($page); + if ($this->num_columns < 2) { + // single-column mode + $this->x = $x; + $this->y = $this->tMargin; + } + // account for margin changes + if ($page > $startpage) { + if (($this->rtl) AND ($this->pagedim[$page]['orm'] != $this->pagedim[$startpage]['orm'])) { + $this->x -= ($this->pagedim[$page]['orm'] - $this->pagedim[$startpage]['orm']); + } elseif ((!$this->rtl) AND ($this->pagedim[$page]['olm'] != $this->pagedim[$startpage]['olm'])) { + $this->x += ($this->pagedim[$page]['olm'] - $this->pagedim[$startpage]['olm']); + } + } + if ($startpage == $endpage) { + // single page + for ($column = $startcolumn; $column <= $endcolumn; ++$column) { // for each column + $this->selectColumn($column); + if ($startcolumn == $endcolumn) { // single column + $cborder = $border; + $h = ($currentY - $y) + $cellspacing['V']; + $this->y = $starty; + } elseif ($column == $startcolumn) { // first column + $cborder = $border_start; + $this->y = $starty; + $h = $this->h - $this->y - $this->bMargin; + } elseif ($column == $endcolumn) { // end column + $cborder = $border_end; + $h = $currentY - $this->y; + } else { // middle column + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } elseif ($page == $startpage) { // first page + for ($column = $startcolumn; $column < $this->num_columns; ++$column) { // for each column + $this->selectColumn($column); + if ($column == $startcolumn) { // first column + $cborder = $border_start; + $this->y = $starty; + $h = $this->h - $this->y - $this->bMargin; + } else { // middle column + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } elseif ($page == $endpage) { // last page + for ($column = 0; $column <= $endcolumn; ++$column) { // for each column + $this->selectColumn($column); + if ($column == $endcolumn) { + // end column + $cborder = $border_end; + $h = $currentY - $this->y; + } else { + // middle column + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + } + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } else { // middle page + for ($column = 0; $column < $this->num_columns; ++$column) { // for each column + $this->selectColumn($column); + $cborder = $border_middle; + $h = $this->h - $this->y - $this->bMargin; + $ccode .= $this->getCellCode($w, $h, '', $cborder, 1, '', $fill, '', 0, true)."\n"; + } // end for each column + } + if ($cborder OR $fill) { + // draw border and fill + if ($this->inxobj) { + // we are inside an XObject template + if (end($this->xobjects[$this->xobjid]['transfmrk']) !== false) { + $pagemarkkey = key($this->xobjects[$this->xobjid]['transfmrk']); + $pagemark = &$this->xobjects[$this->xobjid]['transfmrk'][$pagemarkkey]; + } else { + $pagemark = &$this->xobjects[$this->xobjid]['intmrk']; + } + $pagebuff = $this->xobjects[$this->xobjid]['outdata']; + $pstart = substr($pagebuff, 0, $pagemark); + $pend = substr($pagebuff, $pagemark); + $this->xobjects[$this->xobjid]['outdata'] = $pstart.$ccode.$pend; + $pagemark += strlen($ccode); + } else { + if (end($this->transfmrk[$this->page]) !== false) { + $pagemarkkey = key($this->transfmrk[$this->page]); + $pagemark = &$this->transfmrk[$this->page][$pagemarkkey]; + } elseif ($this->InFooter) { + $pagemark = &$this->footerpos[$this->page]; + } else { + $pagemark = &$this->intmrk[$this->page]; + } + $pagebuff = $this->getPageBuffer($this->page); + $pstart = substr($pagebuff, 0, $this->bordermrk[$this->page]); + $pend = substr($pagebuff, $this->bordermrk[$this->page]); + $this->setPageBuffer($this->page, $pstart.$ccode.$pend); + $offsetlen = strlen($ccode); + $this->bordermrk[$this->page] += $offsetlen; + $this->cntmrk[$this->page] += $offsetlen; + $pagemark += $offsetlen; + } + } + } // end for each page + // restore page regions + $this->page_regions = $temp_page_regions; + if (isset($old_bgcolor)) { + // restore background color + $this->SetFillColorArray($old_bgcolor); + } + // restore pointer position + $this->x = $prev_x; + $this->y = $prev_y; + $this->lasth = $prev_lasth; + } + + /** + * Set the default bullet to be used as LI bullet symbol + * @param $symbol (string) character or string to be used (legal values are: '' = automatic, '!' = auto bullet, '#' = auto numbering, 'disc', 'disc', 'circle', 'square', '1', 'decimal', 'decimal-leading-zero', 'i', 'lower-roman', 'I', 'upper-roman', 'a', 'lower-alpha', 'lower-latin', 'A', 'upper-alpha', 'upper-latin', 'lower-greek', 'img|type|width|height|image.ext') + * @public + * @since 4.0.028 (2008-09-26) + */ + public function setLIsymbol($symbol='!') { + // check for custom image symbol + if (substr($symbol, 0, 4) == 'img|') { + $this->lisymbol = $symbol; + return; + } + $symbol = strtolower($symbol); + switch ($symbol) { + case '!' : + case '#' : + case 'disc' : + case 'circle' : + case 'square' : + case '1': + case 'decimal': + case 'decimal-leading-zero': + case 'i': + case 'lower-roman': + case 'I': + case 'upper-roman': + case 'a': + case 'lower-alpha': + case 'lower-latin': + case 'A': + case 'upper-alpha': + case 'upper-latin': + case 'lower-greek': { + $this->lisymbol = $symbol; + break; + } + default : { + $this->lisymbol = ''; + } + } + } + + /** + * Set the booklet mode for double-sided pages. + * @param $booklet (boolean) true set the booklet mode on, false otherwise. + * @param $inner (float) Inner page margin. + * @param $outer (float) Outer page margin. + * @public + * @since 4.2.000 (2008-10-29) + */ + public function SetBooklet($booklet=true, $inner=-1, $outer=-1) { + $this->booklet = $booklet; + if ($inner >= 0) { + $this->lMargin = $inner; + } + if ($outer >= 0) { + $this->rMargin = $outer; + } + } + + /** + * Swap the left and right margins. + * @param $reverse (boolean) if true swap left and right margins. + * @protected + * @since 4.2.000 (2008-10-29) + */ + protected function swapMargins($reverse=true) { + if ($reverse) { + // swap left and right margins + $mtemp = $this->original_lMargin; + $this->original_lMargin = $this->original_rMargin; + $this->original_rMargin = $mtemp; + $deltam = $this->original_lMargin - $this->original_rMargin; + $this->lMargin += $deltam; + $this->rMargin -= $deltam; + } + } + + /** + * Set the vertical spaces for HTML tags. + * The array must have the following structure (example): + * $tagvs = array('h1' => array(0 => array('h' => '', 'n' => 2), 1 => array('h' => 1.3, 'n' => 1))); + * The first array level contains the tag names, + * the second level contains 0 for opening tags or 1 for closing tags, + * the third level contains the vertical space unit (h) and the number spaces to add (n). + * If the h parameter is not specified, default values are used. + * @param $tagvs (array) array of tags and relative vertical spaces. + * @public + * @since 4.2.001 (2008-10-30) + */ + public function setHtmlVSpace($tagvs) { + $this->tagvspaces = $tagvs; + } + + /** + * Set custom width for list indentation. + * @param $width (float) width of the indentation. Use negative value to disable it. + * @public + * @since 4.2.007 (2008-11-12) + */ + public function setListIndentWidth($width) { + return $this->customlistindent = floatval($width); + } + + /** + * Set the top/bottom cell sides to be open or closed when the cell cross the page. + * @param $isopen (boolean) if true keeps the top/bottom border open for the cell sides that cross the page. + * @public + * @since 4.2.010 (2008-11-14) + */ + public function setOpenCell($isopen) { + $this->opencell = $isopen; + } + + /** + * Set the color and font style for HTML links. + * @param $color (array) RGB array of colors + * @param $fontstyle (string) additional font styles to add + * @public + * @since 4.4.003 (2008-12-09) + */ + public function setHtmlLinksStyle($color=array(0,0,255), $fontstyle='U') { + $this->htmlLinkColorArray = $color; + $this->htmlLinkFontStyle = $fontstyle; + } + + /** + * Convert HTML string containing value and unit of measure to user's units or points. + * @param $htmlval (string) string containing values and unit + * @param $refsize (string) reference value in points + * @param $defaultunit (string) default unit (can be one of the following: %, em, ex, px, in, mm, pc, pt). + * @param $points (boolean) if true returns points, otherwise returns value in user's units + * @return float value in user's unit or point if $points=true + * @public + * @since 4.4.004 (2008-12-10) + */ + public function getHTMLUnitToUnits($htmlval, $refsize=1, $defaultunit='px', $points=false) { + $supportedunits = array('%', 'em', 'ex', 'px', 'in', 'cm', 'mm', 'pc', 'pt'); + $retval = 0; + $value = 0; + $unit = 'px'; + $k = $this->k; + if ($points) { + $k = 1; + } + if (in_array($defaultunit, $supportedunits)) { + $unit = $defaultunit; + } + if (is_numeric($htmlval)) { + $value = floatval($htmlval); + } elseif (preg_match('/([0-9\.\-\+]+)/', $htmlval, $mnum)) { + $value = floatval($mnum[1]); + if (preg_match('/([a-z%]+)/', $htmlval, $munit)) { + if (in_array($munit[1], $supportedunits)) { + $unit = $munit[1]; + } + } + } + switch ($unit) { + // percentage + case '%': { + $retval = (($value * $refsize) / 100); + break; + } + // relative-size + case 'em': { + $retval = ($value * $refsize); + break; + } + // height of lower case 'x' (about half the font-size) + case 'ex': { + $retval = $value * ($refsize / 2); + break; + } + // absolute-size + case 'in': { + $retval = ($value * $this->dpi) / $k; + break; + } + // centimeters + case 'cm': { + $retval = ($value / 2.54 * $this->dpi) / $k; + break; + } + // millimeters + case 'mm': { + $retval = ($value / 25.4 * $this->dpi) / $k; + break; + } + // one pica is 12 points + case 'pc': { + $retval = ($value * 12) / $k; + break; + } + // points + case 'pt': { + $retval = $value / $k; + break; + } + // pixels + case 'px': { + $retval = $this->pixelsToUnits($value); + break; + } + } + return $retval; + } + + /** + * Returns the Roman representation of an integer number + * @param $number (int) number to convert + * @return string roman representation of the specified number + * @since 4.4.004 (2008-12-10) + * @public + */ + public function intToRoman($number) { + $roman = ''; + while ($number >= 1000) { + $roman .= 'M'; + $number -= 1000; + } + while ($number >= 900) { + $roman .= 'CM'; + $number -= 900; + } + while ($number >= 500) { + $roman .= 'D'; + $number -= 500; + } + while ($number >= 400) { + $roman .= 'CD'; + $number -= 400; + } + while ($number >= 100) { + $roman .= 'C'; + $number -= 100; + } + while ($number >= 90) { + $roman .= 'XC'; + $number -= 90; + } + while ($number >= 50) { + $roman .= 'L'; + $number -= 50; + } + while ($number >= 40) { + $roman .= 'XL'; + $number -= 40; + } + while ($number >= 10) { + $roman .= 'X'; + $number -= 10; + } + while ($number >= 9) { + $roman .= 'IX'; + $number -= 9; + } + while ($number >= 5) { + $roman .= 'V'; + $number -= 5; + } + while ($number >= 4) { + $roman .= 'IV'; + $number -= 4; + } + while ($number >= 1) { + $roman .= 'I'; + --$number; + } + return $roman; + } + + /** + * Output an HTML list bullet or ordered item symbol + * @param $listdepth (int) list nesting level + * @param $listtype (string) type of list + * @param $size (float) current font size + * @protected + * @since 4.4.004 (2008-12-10) + */ + protected function putHtmlListBullet($listdepth, $listtype='', $size=10) { + $size /= $this->k; + $fill = ''; + $color = $this->fgcolor; + $width = 0; + $textitem = ''; + $tmpx = $this->x; + $lspace = $this->GetStringWidth(' '); + if ($listtype == '^') { + // special symbol used for avoid justification of rect bullet + $this->lispacer = ''; + return; + } elseif ($listtype == '!') { + // set default list type for unordered list + $deftypes = array('disc', 'circle', 'square'); + $listtype = $deftypes[($listdepth - 1) % 3]; + } elseif ($listtype == '#') { + // set default list type for ordered list + $listtype = 'decimal'; + } elseif(substr($listtype, 0, 4) == 'img|') { + // custom image type ('img|type|width|height|image.ext') + $img = explode('|', $listtype); + $listtype = 'img'; + } + switch ($listtype) { + // unordered types + case 'none': { + break; + } + case 'disc': { + $fill = 'F'; + } + case 'circle': { + $fill .= 'D'; + $r = $size / 6; + $lspace += (2 * $r); + if ($this->rtl) { + $this->x += $lspace; + } else { + $this->x -= $lspace; + } + $this->Circle(($this->x + $r), ($this->y + ($this->lasth / 2)), $r, 0, 360, $fill, array('color'=>$color), $color, 8); + break; + } + case 'square': { + $l = $size / 3; + $lspace += $l; + if ($this->rtl) {; + $this->x += $lspace; + } else { + $this->x -= $lspace; + } + $this->Rect($this->x, ($this->y + (($this->lasth - $l) / 2)), $l, $l, 'F', array(), $color); + break; + } + case 'img': { + // 1=>type, 2=>width, 3=>height, 4=>image.ext + $lspace += $img[2]; + if ($this->rtl) {; + $this->x += $lspace; + } else { + $this->x -= $lspace; + } + $imgtype = strtolower($img[1]); + $prev_y = $this->y; + switch ($imgtype) { + case 'svg': { + $this->ImageSVG($img[4], $this->x, ($this->y + (($this->lasth - $img[3]) / 2)), $img[2], $img[3], '', 'T', '', 0, false); + break; + } + case 'ai': + case 'eps': { + $this->ImageEps($img[4], $this->x, ($this->y + (($this->lasth - $img[3]) / 2)), $img[2], $img[3], '', true, 'T', '', 0, false); + break; + } + default: { + $this->Image($img[4], $this->x, ($this->y + (($this->lasth - $img[3]) / 2)), $img[2], $img[3], $img[1], '', 'T', false, 300, '', false, false, 0, false, false, false); + break; + } + } + $this->y = $prev_y; + break; + } + // ordered types + // $this->listcount[$this->listnum]; + // $textitem + case '1': + case 'decimal': { + $textitem = $this->listcount[$this->listnum]; + break; + } + case 'decimal-leading-zero': { + $textitem = sprintf('%02d', $this->listcount[$this->listnum]); + break; + } + case 'i': + case 'lower-roman': { + $textitem = strtolower($this->intToRoman($this->listcount[$this->listnum])); + break; + } + case 'I': + case 'upper-roman': { + $textitem = $this->intToRoman($this->listcount[$this->listnum]); + break; + } + case 'a': + case 'lower-alpha': + case 'lower-latin': { + $textitem = chr(97 + $this->listcount[$this->listnum] - 1); + break; + } + case 'A': + case 'upper-alpha': + case 'upper-latin': { + $textitem = chr(65 + $this->listcount[$this->listnum] - 1); + break; + } + case 'lower-greek': { + $textitem = $this->unichr(945 + $this->listcount[$this->listnum] - 1); + break; + } + /* + // Types to be implemented (special handling) + case 'hebrew': { + break; + } + case 'armenian': { + break; + } + case 'georgian': { + break; + } + case 'cjk-ideographic': { + break; + } + case 'hiragana': { + break; + } + case 'katakana': { + break; + } + case 'hiragana-iroha': { + break; + } + case 'katakana-iroha': { + break; + } + */ + default: { + $textitem = $this->listcount[$this->listnum]; + } + } + if (!$this->empty_string($textitem)) { + // Check whether we need a new page or new column + $prev_y = $this->y; + $h = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B']; + if ($this->checkPageBreak($h) OR ($this->y < $prev_y)) { + $tmpx = $this->x; + } + // print ordered item + if ($this->rtl) { + $textitem = '.'.$textitem; + } else { + $textitem = $textitem.'.'; + } + $lspace += $this->GetStringWidth($textitem); + if ($this->rtl) { + $this->x += $lspace; + } else { + $this->x -= $lspace; + } + $this->Write($this->lasth, $textitem, '', false, '', false, 0, false); + } + $this->x = $tmpx; + $this->lispacer = '^'; + } + + /** + * Returns current graphic variables as array. + * @return array of graphic variables + * @protected + * @since 4.2.010 (2008-11-14) + */ + protected function getGraphicVars() { + $grapvars = array( + 'FontFamily' => $this->FontFamily, + 'FontStyle' => $this->FontStyle, + 'FontSizePt' => $this->FontSizePt, + 'rMargin' => $this->rMargin, + 'lMargin' => $this->lMargin, + 'cell_padding' => $this->cell_padding, + 'cell_margin' => $this->cell_margin, + 'LineWidth' => $this->LineWidth, + 'linestyleWidth' => $this->linestyleWidth, + 'linestyleCap' => $this->linestyleCap, + 'linestyleJoin' => $this->linestyleJoin, + 'linestyleDash' => $this->linestyleDash, + 'textrendermode' => $this->textrendermode, + 'textstrokewidth' => $this->textstrokewidth, + 'DrawColor' => $this->DrawColor, + 'FillColor' => $this->FillColor, + 'TextColor' => $this->TextColor, + 'ColorFlag' => $this->ColorFlag, + 'bgcolor' => $this->bgcolor, + 'fgcolor' => $this->fgcolor, + 'htmlvspace' => $this->htmlvspace, + 'listindent' => $this->listindent, + 'listindentlevel' => $this->listindentlevel, + 'listnum' => $this->listnum, + 'listordered' => $this->listordered, + 'listcount' => $this->listcount, + 'lispacer' => $this->lispacer, + 'cell_height_ratio' => $this->cell_height_ratio, + 'font_stretching' => $this->font_stretching, + 'font_spacing' => $this->font_spacing, + // extended + 'lasth' => $this->lasth, + 'tMargin' => $this->tMargin, + 'bMargin' => $this->bMargin, + 'AutoPageBreak' => $this->AutoPageBreak, + 'PageBreakTrigger' => $this->PageBreakTrigger, + 'x' => $this->x, + 'y' => $this->y, + 'w' => $this->w, + 'h' => $this->h, + 'wPt' => $this->wPt, + 'hPt' => $this->hPt, + 'fwPt' => $this->fwPt, + 'fhPt' => $this->fhPt, + 'page' => $this->page, + 'current_column' => $this->current_column, + 'num_columns' => $this->num_columns + ); + return $grapvars; + } + + /** + * Set graphic variables. + * @param $gvars (array) array of graphic variablesto restore + * @param $extended (boolean) if true restore extended graphic variables + * @protected + * @since 4.2.010 (2008-11-14) + */ + protected function setGraphicVars($gvars, $extended=false) { + $this->FontFamily = $gvars['FontFamily']; + $this->FontStyle = $gvars['FontStyle']; + $this->FontSizePt = $gvars['FontSizePt']; + $this->rMargin = $gvars['rMargin']; + $this->lMargin = $gvars['lMargin']; + $this->cell_padding = $gvars['cell_padding']; + $this->cell_margin = $gvars['cell_margin']; + $this->LineWidth = $gvars['LineWidth']; + $this->linestyleWidth = $gvars['linestyleWidth']; + $this->linestyleCap = $gvars['linestyleCap']; + $this->linestyleJoin = $gvars['linestyleJoin']; + $this->linestyleDash = $gvars['linestyleDash']; + $this->textrendermode = $gvars['textrendermode']; + $this->textstrokewidth = $gvars['textstrokewidth']; + $this->DrawColor = $gvars['DrawColor']; + $this->FillColor = $gvars['FillColor']; + $this->TextColor = $gvars['TextColor']; + $this->ColorFlag = $gvars['ColorFlag']; + $this->bgcolor = $gvars['bgcolor']; + $this->fgcolor = $gvars['fgcolor']; + $this->htmlvspace = $gvars['htmlvspace']; + $this->listindent = $gvars['listindent']; + $this->listindentlevel = $gvars['listindentlevel']; + $this->listnum = $gvars['listnum']; + $this->listordered = $gvars['listordered']; + $this->listcount = $gvars['listcount']; + $this->lispacer = $gvars['lispacer']; + $this->cell_height_ratio = $gvars['cell_height_ratio']; + $this->font_stretching = $gvars['font_stretching']; + $this->font_spacing = $gvars['font_spacing']; + if ($extended) { + // restore extended values + $this->lasth = $gvars['lasth']; + $this->tMargin = $gvars['tMargin']; + $this->bMargin = $gvars['bMargin']; + $this->AutoPageBreak = $gvars['AutoPageBreak']; + $this->PageBreakTrigger = $gvars['PageBreakTrigger']; + $this->x = $gvars['x']; + $this->y = $gvars['y']; + $this->w = $gvars['w']; + $this->h = $gvars['h']; + $this->wPt = $gvars['wPt']; + $this->hPt = $gvars['hPt']; + $this->fwPt = $gvars['fwPt']; + $this->fhPt = $gvars['fhPt']; + $this->page = $gvars['page']; + $this->current_column = $gvars['current_column']; + $this->num_columns = $gvars['num_columns']; + } + $this->_out(''.$this->linestyleWidth.' '.$this->linestyleCap.' '.$this->linestyleJoin.' '.$this->linestyleDash.' '.$this->DrawColor.' '.$this->FillColor.''); + if (!$this->empty_string($this->FontFamily)) { + $this->SetFont($this->FontFamily, $this->FontStyle, $this->FontSizePt); + } + } + + /** + * Returns a temporary filename for caching object on filesystem. + * @param $name (string) prefix to add to filename + * @return string filename. + * @since 4.5.000 (2008-12-31) + * @protected + */ + protected function getObjFilename($name) { + return tempnam(K_PATH_CACHE, $name.'_'); + } + + /** + * Writes data to a temporary file on filesystem. + * @param $filename (string) file name + * @param $data (mixed) data to write on file + * @param $append (boolean) if true append data, false replace. + * @since 4.5.000 (2008-12-31) + * @protected + */ + protected function writeDiskCache($filename, $data, $append=false) { + if ($append) { + $fmode = 'ab+'; + } else { + $fmode = 'wb+'; + } + $f = @fopen($filename, $fmode); + if (!$f) { + $this->Error('Unable to write cache file: '.$filename); + } else { + fwrite($f, $data); + fclose($f); + } + // update file length (needed for transactions) + if (!isset($this->cache_file_length['_'.$filename])) { + $this->cache_file_length['_'.$filename] = strlen($data); + } else { + $this->cache_file_length['_'.$filename] += strlen($data); + } + } + + /** + * Read data from a temporary file on filesystem. + * @param $filename (string) file name + * @return mixed retrieved data + * @since 4.5.000 (2008-12-31) + * @protected + */ + protected function readDiskCache($filename) { + return file_get_contents($filename); + } + + /** + * Set buffer content (always append data). + * @param $data (string) data + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected function setBuffer($data) { + $this->bufferlen += strlen($data); + if ($this->diskcache) { + if (!isset($this->buffer) OR $this->empty_string($this->buffer)) { + $this->buffer = $this->getObjFilename('buffer'); + } + $this->writeDiskCache($this->buffer, $data, true); + } else { + $this->buffer .= $data; + } + } + + /** + * Replace the buffer content + * @param $data (string) data + * @protected + * @since 5.5.000 (2010-06-22) + */ + protected function replaceBuffer($data) { + $this->bufferlen = strlen($data); + if ($this->diskcache) { + if (!isset($this->buffer) OR $this->empty_string($this->buffer)) { + $this->buffer = $this->getObjFilename('buffer'); + } + $this->writeDiskCache($this->buffer, $data, false); + } else { + $this->buffer = $data; + } + } + + /** + * Get buffer content. + * @return string buffer content + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected function getBuffer() { + if ($this->diskcache) { + return $this->readDiskCache($this->buffer); + } else { + return $this->buffer; + } + } + + /** + * Set page buffer content. + * @param $page (int) page number + * @param $data (string) page data + * @param $append (boolean) if true append data, false replace. + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected function setPageBuffer($page, $data, $append=false) { + if ($this->diskcache) { + if (!isset($this->pages[$page])) { + $this->pages[$page] = $this->getObjFilename('page'.$page); + } + $this->writeDiskCache($this->pages[$page], $data, $append); + } else { + if ($append) { + $this->pages[$page] .= $data; + } else { + $this->pages[$page] = $data; + } + } + if ($append AND isset($this->pagelen[$page])) { + $this->pagelen[$page] += strlen($data); + } else { + $this->pagelen[$page] = strlen($data); + } + } + + /** + * Get page buffer content. + * @param $page (int) page number + * @return string page buffer content or false in case of error + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected function getPageBuffer($page) { + if ($this->diskcache) { + return $this->readDiskCache($this->pages[$page]); + } elseif (isset($this->pages[$page])) { + return $this->pages[$page]; + } + return false; + } + + /** + * Set image buffer content. + * @param $image (string) image key + * @param $data (array) image data + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected function setImageBuffer($image, $data) { + if ($this->diskcache) { + if (!isset($this->images[$image])) { + $this->images[$image] = $this->getObjFilename('image'.$image); + } + $this->writeDiskCache($this->images[$image], serialize($data)); + } else { + $this->images[$image] = $data; + } + if (!in_array($image, $this->imagekeys)) { + $this->imagekeys[] = $image; + ++$this->numimages; + } + } + + /** + * Set image buffer content for a specified sub-key. + * @param $image (string) image key + * @param $key (string) image sub-key + * @param $data (array) image data + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected function setImageSubBuffer($image, $key, $data) { + if (!isset($this->images[$image])) { + $this->setImageBuffer($image, array()); + } + if ($this->diskcache) { + $tmpimg = $this->getImageBuffer($image); + $tmpimg[$key] = $data; + $this->writeDiskCache($this->images[$image], serialize($tmpimg)); + } else { + $this->images[$image][$key] = $data; + } + } + + /** + * Get image buffer content. + * @param $image (string) image key + * @return string image buffer content or false in case of error + * @protected + * @since 4.5.000 (2008-12-31) + */ + protected function getImageBuffer($image) { + if ($this->diskcache AND isset($this->images[$image])) { + return unserialize($this->readDiskCache($this->images[$image])); + } elseif (isset($this->images[$image])) { + return $this->images[$image]; + } + return false; + } + + /** + * Set font buffer content. + * @param $font (string) font key + * @param $data (array) font data + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected function setFontBuffer($font, $data) { + if ($this->diskcache) { + if (!isset($this->fonts[$font])) { + $this->fonts[$font] = $this->getObjFilename('font'); + } + $this->writeDiskCache($this->fonts[$font], serialize($data)); + } else { + $this->fonts[$font] = $data; + } + if (!in_array($font, $this->fontkeys)) { + $this->fontkeys[] = $font; + // store object ID for current font + ++$this->n; + $this->font_obj_ids[$font] = $this->n; + $this->setFontSubBuffer($font, 'n', $this->n); + } + } + + /** + * Set font buffer content. + * @param $font (string) font key + * @param $key (string) font sub-key + * @param $data (array) font data + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected function setFontSubBuffer($font, $key, $data) { + if (!isset($this->fonts[$font])) { + $this->setFontBuffer($font, array()); + } + if ($this->diskcache) { + $tmpfont = $this->getFontBuffer($font); + $tmpfont[$key] = $data; + $this->writeDiskCache($this->fonts[$font], serialize($tmpfont)); + } else { + $this->fonts[$font][$key] = $data; + } + } + + /** + * Get font buffer content. + * @param $font (string) font key + * @return string font buffer content or false in case of error + * @protected + * @since 4.5.000 (2009-01-02) + */ + protected function getFontBuffer($font) { + if ($this->diskcache AND isset($this->fonts[$font])) { + return unserialize($this->readDiskCache($this->fonts[$font])); + } elseif (isset($this->fonts[$font])) { + return $this->fonts[$font]; + } + return false; + } + + /** + * Move a page to a previous position. + * @param $frompage (int) number of the source page + * @param $topage (int) number of the destination page (must be less than $frompage) + * @return true in case of success, false in case of error. + * @public + * @since 4.5.000 (2009-01-02) + */ + public function movePage($frompage, $topage) { + if (($frompage > $this->numpages) OR ($frompage <= $topage)) { + return false; + } + if ($frompage == $this->page) { + // close the page before moving it + $this->endPage(); + } + // move all page-related states + $tmppage = $this->pages[$frompage]; + $tmppagedim = $this->pagedim[$frompage]; + $tmppagelen = $this->pagelen[$frompage]; + $tmpintmrk = $this->intmrk[$frompage]; + $tmpbordermrk = $this->bordermrk[$frompage]; + $tmpcntmrk = $this->cntmrk[$frompage]; + if (isset($this->footerpos[$frompage])) { + $tmpfooterpos = $this->footerpos[$frompage]; + } + if (isset($this->footerlen[$frompage])) { + $tmpfooterlen = $this->footerlen[$frompage]; + } + if (isset($this->transfmrk[$frompage])) { + $tmptransfmrk = $this->transfmrk[$frompage]; + } + if (isset($this->PageAnnots[$frompage])) { + $tmpannots = $this->PageAnnots[$frompage]; + } + if (isset($this->newpagegroup[$frompage])) { + $tmpnewpagegroup = $this->newpagegroup[$frompage]; + } + for ($i = $frompage; $i > $topage; --$i) { + $j = $i - 1; + // shift pages down + $this->pages[$i] = $this->pages[$j]; + $this->pagedim[$i] = $this->pagedim[$j]; + $this->pagelen[$i] = $this->pagelen[$j]; + $this->intmrk[$i] = $this->intmrk[$j]; + $this->bordermrk[$i] = $this->bordermrk[$j]; + $this->cntmrk[$i] = $this->cntmrk[$j]; + if (isset($this->footerpos[$j])) { + $this->footerpos[$i] = $this->footerpos[$j]; + } elseif (isset($this->footerpos[$i])) { + unset($this->footerpos[$i]); + } + if (isset($this->footerlen[$j])) { + $this->footerlen[$i] = $this->footerlen[$j]; + } elseif (isset($this->footerlen[$i])) { + unset($this->footerlen[$i]); + } + if (isset($this->transfmrk[$j])) { + $this->transfmrk[$i] = $this->transfmrk[$j]; + } elseif (isset($this->transfmrk[$i])) { + unset($this->transfmrk[$i]); + } + if (isset($this->PageAnnots[$j])) { + $this->PageAnnots[$i] = $this->PageAnnots[$j]; + } elseif (isset($this->PageAnnots[$i])) { + unset($this->PageAnnots[$i]); + } + if (isset($this->newpagegroup[$j])) { + $this->newpagegroup[$i] = $this->newpagegroup[$j]; + } elseif (isset($this->newpagegroup[$i])) { + unset($this->newpagegroup[$i]); + } + } + $this->pages[$topage] = $tmppage; + $this->pagedim[$topage] = $tmppagedim; + $this->pagelen[$topage] = $tmppagelen; + $this->intmrk[$topage] = $tmpintmrk; + $this->bordermrk[$topage] = $tmpbordermrk; + $this->cntmrk[$topage] = $tmpcntmrk; + if (isset($tmpfooterpos)) { + $this->footerpos[$topage] = $tmpfooterpos; + } elseif (isset($this->footerpos[$topage])) { + unset($this->footerpos[$topage]); + } + if (isset($tmpfooterlen)) { + $this->footerlen[$topage] = $tmpfooterlen; + } elseif (isset($this->footerlen[$topage])) { + unset($this->footerlen[$topage]); + } + if (isset($tmptransfmrk)) { + $this->transfmrk[$topage] = $tmptransfmrk; + } elseif (isset($this->transfmrk[$topage])) { + unset($this->transfmrk[$topage]); + } + if (isset($tmpannots)) { + $this->PageAnnots[$topage] = $tmpannots; + } elseif (isset($this->PageAnnots[$topage])) { + unset($this->PageAnnots[$topage]); + } + if (isset($tmpnewpagegroup)) { + $this->newpagegroup[$topage] = $tmpnewpagegroup; + } elseif (isset($this->newpagegroup[$topage])) { + unset($this->newpagegroup[$topage]); + } + // adjust outlines + $tmpoutlines = $this->outlines; + foreach ($tmpoutlines as $key => $outline) { + if (($outline['p'] >= $topage) AND ($outline['p'] < $frompage)) { + $this->outlines[$key]['p'] = $outline['p'] + 1; + } elseif ($outline['p'] == $frompage) { + $this->outlines[$key]['p'] = $topage; + } + } + // adjust links + $tmplinks = $this->links; + foreach ($tmplinks as $key => $link) { + if (($link[0] >= $topage) AND ($link[0] < $frompage)) { + $this->links[$key][0] = $link[0] + 1; + } elseif ($link[0] == $frompage) { + $this->links[$key][0] = $topage; + } + } + // adjust javascript + $tmpjavascript = $this->javascript; + global $jfrompage, $jtopage; + $jfrompage = $frompage; + $jtopage = $topage; + $this->javascript = preg_replace_callback('/this\.addField\(\'([^\']*)\',\'([^\']*)\',([0-9]+)/', + create_function('$matches', 'global $jfrompage, $jtopage; + $pagenum = intval($matches[3]) + 1; + if (($pagenum >= $jtopage) AND ($pagenum < $jfrompage)) { + $newpage = ($pagenum + 1); + } elseif ($pagenum == $jfrompage) { + $newpage = $jtopage; + } else { + $newpage = $pagenum; + } + --$newpage; + return "this.addField(\'".$matches[1]."\',\'".$matches[2]."\',".$newpage."";'), $tmpjavascript); + // return to last page + $this->lastPage(true); + return true; + } + + /** + * Remove the specified page. + * @param $page (int) page to remove + * @return true in case of success, false in case of error. + * @public + * @since 4.6.004 (2009-04-23) + */ + public function deletePage($page) { + if (($page < 1) OR ($page > $this->numpages)) { + return false; + } + // delete current page + unset($this->pages[$page]); + unset($this->pagedim[$page]); + unset($this->pagelen[$page]); + unset($this->intmrk[$page]); + unset($this->bordermrk[$page]); + unset($this->cntmrk[$page]); + if (isset($this->footerpos[$page])) { + unset($this->footerpos[$page]); + } + if (isset($this->footerlen[$page])) { + unset($this->footerlen[$page]); + } + if (isset($this->transfmrk[$page])) { + unset($this->transfmrk[$page]); + } + if (isset($this->PageAnnots[$page])) { + unset($this->PageAnnots[$page]); + } + if (isset($this->newpagegroup[$page])) { + unset($this->newpagegroup[$page]); + } + if (isset($this->pageopen[$page])) { + unset($this->pageopen[$page]); + } + // update remaining pages + for ($i = $page; $i < $this->numpages; ++$i) { + $j = $i + 1; + // shift pages + $this->pages[$i] = $this->pages[$j]; + $this->pagedim[$i] = $this->pagedim[$j]; + $this->pagelen[$i] = $this->pagelen[$j]; + $this->intmrk[$i] = $this->intmrk[$j]; + $this->bordermrk[$i] = $this->bordermrk[$j]; + $this->cntmrk[$i] = $this->cntmrk[$j]; + if (isset($this->footerpos[$j])) { + $this->footerpos[$i] = $this->footerpos[$j]; + } elseif (isset($this->footerpos[$i])) { + unset($this->footerpos[$i]); + } + if (isset($this->footerlen[$j])) { + $this->footerlen[$i] = $this->footerlen[$j]; + } elseif (isset($this->footerlen[$i])) { + unset($this->footerlen[$i]); + } + if (isset($this->transfmrk[$j])) { + $this->transfmrk[$i] = $this->transfmrk[$j]; + } elseif (isset($this->transfmrk[$i])) { + unset($this->transfmrk[$i]); + } + if (isset($this->PageAnnots[$j])) { + $this->PageAnnots[$i] = $this->PageAnnots[$j]; + } elseif (isset($this->PageAnnots[$i])) { + unset($this->PageAnnots[$i]); + } + if (isset($this->newpagegroup[$j])) { + $this->newpagegroup[$i] = $this->newpagegroup[$j]; + } elseif (isset($this->newpagegroup[$i])) { + unset($this->newpagegroup[$i]); + } + if (isset($this->pageopen[$j])) { + $this->pageopen[$i] = $this->pageopen[$j]; + } elseif (isset($this->pageopen[$i])) { + unset($this->pageopen[$i]); + } + } + // remove last page + unset($this->pages[$this->numpages]); + unset($this->pagedim[$this->numpages]); + unset($this->pagelen[$this->numpages]); + unset($this->intmrk[$this->numpages]); + unset($this->bordermrk[$this->numpages]); + unset($this->cntmrk[$this->numpages]); + if (isset($this->footerpos[$this->numpages])) { + unset($this->footerpos[$this->numpages]); + } + if (isset($this->footerlen[$this->numpages])) { + unset($this->footerlen[$this->numpages]); + } + if (isset($this->transfmrk[$this->numpages])) { + unset($this->transfmrk[$this->numpages]); + } + if (isset($this->PageAnnots[$this->numpages])) { + unset($this->PageAnnots[$this->numpages]); + } + if (isset($this->newpagegroup[$this->numpages])) { + unset($this->newpagegroup[$this->numpages]); + } + if (isset($this->pageopen[$this->numpages])) { + unset($this->pageopen[$this->numpages]); + } + --$this->numpages; + $this->page = $this->numpages; + // adjust outlines + $tmpoutlines = $this->outlines; + foreach ($tmpoutlines as $key => $outline) { + if ($outline['p'] > $page) { + $this->outlines[$key]['p'] = $outline['p'] - 1; + } elseif ($outline['p'] == $page) { + unset($this->outlines[$key]); + } + } + // adjust links + $tmplinks = $this->links; + foreach ($tmplinks as $key => $link) { + if ($link[0] > $page) { + $this->links[$key][0] = $link[0] - 1; + } elseif ($link[0] == $page) { + unset($this->links[$key]); + } + } + // adjust javascript + $tmpjavascript = $this->javascript; + global $jpage; + $jpage = $page; + $this->javascript = preg_replace_callback('/this\.addField\(\'([^\']*)\',\'([^\']*)\',([0-9]+)/', + create_function('$matches', 'global $jpage; + $pagenum = intval($matches[3]) + 1; + if ($pagenum >= $jpage) { + $newpage = ($pagenum - 1); + } elseif ($pagenum == $jpage) { + $newpage = 1; + } else { + $newpage = $pagenum; + } + --$newpage; + return "this.addField(\'".$matches[1]."\',\'".$matches[2]."\',".$newpage."";'), $tmpjavascript); + // return to last page + $this->lastPage(true); + return true; + } + + /** + * Clone the specified page to a new page. + * @param $page (int) number of page to copy (0 = current page) + * @return true in case of success, false in case of error. + * @public + * @since 4.9.015 (2010-04-20) + */ + public function copyPage($page=0) { + if ($page == 0) { + // default value + $page = $this->page; + } + if (($page < 1) OR ($page > $this->numpages)) { + return false; + } + if ($page == $this->page) { + // close the page before cloning it + $this->endPage(); + } + // copy all page-related states + ++$this->numpages; + $this->page = $this->numpages; + $this->pages[$this->page] = $this->pages[$page]; + $this->pagedim[$this->page] = $this->pagedim[$page]; + $this->pagelen[$this->page] = $this->pagelen[$page]; + $this->intmrk[$this->page] = $this->intmrk[$page]; + $this->bordermrk[$this->page] = $this->bordermrk[$page]; + $this->cntmrk[$this->page] = $this->cntmrk[$page]; + $this->pageopen[$this->page] = false; + if (isset($this->footerpos[$page])) { + $this->footerpos[$this->page] = $this->footerpos[$page]; + } + if (isset($this->footerlen[$page])) { + $this->footerlen[$this->page] = $this->footerlen[$page]; + } + if (isset($this->transfmrk[$page])) { + $this->transfmrk[$this->page] = $this->transfmrk[$page]; + } + if (isset($this->PageAnnots[$page])) { + $this->PageAnnots[$this->page] = $this->PageAnnots[$page]; + } + if (isset($this->newpagegroup[$page])) { + $this->newpagegroup[$this->page] = $this->newpagegroup[$page]; + } + // copy outlines + $tmpoutlines = $this->outlines; + foreach ($tmpoutlines as $key => $outline) { + if ($outline['p'] == $page) { + $this->outlines[] = array('t' => $outline['t'], 'l' => $outline['l'], 'y' => $outline['y'], 'p' => $this->page); + } + } + // copy links + $tmplinks = $this->links; + foreach ($tmplinks as $key => $link) { + if ($link[0] == $page) { + $this->links[] = array($this->page, $link[1]); + } + } + // return to last page + $this->lastPage(true); + return true; + } + + /** + * Output a Table of Content Index (TOC). + * Before calling this method you have to open the page using the addTOCPage() method. + * After calling this method you have to call endTOCPage() to close the TOC page. + * You can override this method to achieve different styles. + * @param $page (int) page number where this TOC should be inserted (leave empty for current page). + * @param $numbersfont (string) set the font for page numbers (please use monospaced font for better alignment). + * @param $filler (string) string used to fill the space between text and page number. + * @param $toc_name (string) name to use for TOC bookmark. + * @public + * @author Nicola Asuni + * @since 4.5.000 (2009-01-02) + * @see addTOCPage(), endTOCPage(), addHTMLTOC() + */ + public function addTOC($page='', $numbersfont='', $filler='.', $toc_name='TOC') { + $fontsize = $this->FontSizePt; + $fontfamily = $this->FontFamily; + $fontstyle = $this->FontStyle; + $w = $this->w - $this->lMargin - $this->rMargin; + $spacer = $this->GetStringWidth(chr(32)) * 4; + $page_first = $this->getPage(); + $lmargin = $this->lMargin; + $rmargin = $this->rMargin; + $x_start = $this->GetX(); + $current_page = $this->page; + $current_column = $this->current_column; + if ($this->empty_string($numbersfont)) { + $numbersfont = $this->default_monospaced_font; + } + if ($this->empty_string($filler)) { + $filler = ' '; + } + if ($this->empty_string($page)) { + $gap = ' '; + } else { + $gap = ''; + if ($page < 1) { + $page = 1; + } + } + foreach ($this->outlines as $key => $outline) { + if ($this->rtl) { + $aligntext = 'R'; + $alignnum = 'L'; + } else { + $aligntext = 'L'; + $alignnum = 'R'; + } + if ($outline['l'] == 0) { + $this->SetFont($fontfamily, $fontstyle.'B', $fontsize); + } else { + $this->SetFont($fontfamily, $fontstyle, $fontsize - $outline['l']); + } + // check for page break + $this->checkPageBreak(($this->FontSize * $this->cell_height_ratio)); + // set margins and X position + if (($this->page == $current_page) AND ($this->current_column == $current_column)) { + $this->lMargin = $lmargin; + $this->rMargin = $rmargin; + } else { + if ($this->current_column != $current_column) { + if ($this->rtl) { + $x_start = $this->w - $this->columns[$this->current_column]['x']; + } else { + $x_start = $this->columns[$this->current_column]['x']; + } + } + $lmargin = $this->lMargin; + $rmargin = $this->rMargin; + $current_page = $this->page; + $current_column = $this->current_column; + } + $this->SetX($x_start); + $indent = ($spacer * $outline['l']); + if ($this->rtl) { + $this->rMargin += $indent; + $this->x -= $indent; + } else { + $this->lMargin += $indent; + $this->x += $indent; + } + $link = $this->AddLink(); + $this->SetLink($link, $outline['y'], $outline['p']); + // write the text + $this->Write(0, $outline['t'], $link, 0, $aligntext, false, 0, false, false, 0); + $this->SetFont($numbersfont, $fontstyle, $fontsize); + if ($this->empty_string($page)) { + $pagenum = $outline['p']; + } else { + // placemark to be replaced with the correct number + $pagenum = '{#'.($outline['p']).'}'; + if ($this->isUnicodeFont()) { + $pagenum = '{'.$pagenum.'}'; + } + } + $numwidth = $this->GetStringWidth($pagenum); + if ($this->rtl) { + $tw = $this->x - $this->lMargin; + } else { + $tw = $this->w - $this->rMargin - $this->x; + } + $fw = $tw - $numwidth - $this->GetStringWidth(chr(32)); + $numfills = floor($fw / $this->GetStringWidth($filler)); + if ($numfills > 0) { + $rowfill = str_repeat($filler, $numfills); + } else { + $rowfill = ''; + } + if ($this->rtl) { + $pagenum = $pagenum.$gap.$rowfill.' '; + } else { + $pagenum = ' '.$rowfill.$gap.$pagenum; + } + // write the number + $this->Cell($tw, 0, $pagenum, 0, 1, $alignnum, 0, $link, 0); + } + $page_last = $this->getPage(); + $numpages = $page_last - $page_first + 1; + if (!$this->empty_string($page)) { + for ($p = $page_first; $p <= $page_last; ++$p) { + // get page data + $temppage = $this->getPageBuffer($p); + for ($n = 1; $n <= $this->numpages; ++$n) { + // update page numbers + $k = '{#'.$n.'}'; + $ku = '{'.$k.'}'; + $alias_a = $this->_escape($k); + $alias_au = $this->_escape($ku); + if ($this->isunicode) { + $alias_b = $this->_escape($this->UTF8ToLatin1($k)); + $alias_bu = $this->_escape($this->UTF8ToLatin1($ku)); + $alias_c = $this->_escape($this->utf8StrRev($k, false, $this->tmprtl)); + $alias_cu = $this->_escape($this->utf8StrRev($ku, false, $this->tmprtl)); + } + if ($n >= $page) { + $np = $n + $numpages; + } else { + $np = $n; + } + $ns = $this->formatTOCPageNumber($np); + $nu = $ns; + $sdiff = strlen($k) - strlen($ns) - 1; + $sdiffu = strlen($ku) - strlen($ns) - 1; + $sfill = str_repeat($filler, $sdiff); + $sfillu = str_repeat($filler, $sdiffu); + if ($this->rtl) { + $ns = $ns.' '.$sfill; + $nu = $nu.' '.$sfillu; + } else { + $ns = $sfill.' '.$ns; + $nu = $sfillu.' '.$nu; + } + $nu = $this->UTF8ToUTF16BE($nu, false); + $temppage = str_replace($alias_au, $nu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_bu, $nu, $temppage); + $temppage = str_replace($alias_cu, $nu, $temppage); + $temppage = str_replace($alias_b, $ns, $temppage); + $temppage = str_replace($alias_c, $ns, $temppage); + } + $temppage = str_replace($alias_a, $ns, $temppage); + } + // save changes + $this->setPageBuffer($p, $temppage); + } + // move pages + $this->Bookmark($toc_name, 0, 0, $page_first); + for ($i = 0; $i < $numpages; ++$i) { + $this->movePage($page_last, $page); + } + } + } + + /** + * Output a Table Of Content Index (TOC) using HTML templates. + * Before calling this method you have to open the page using the addTOCPage() method. + * After calling this method you have to call endTOCPage() to close the TOC page. + * @param $page (int) page number where this TOC should be inserted (leave empty for current page). + * @param $toc_name (string) name to use for TOC bookmark. + * @param $templates (array) array of html templates. Use: "#TOC_DESCRIPTION#" for bookmark title, "#TOC_PAGE_NUMBER#" for page number. + * @param $correct_align (boolean) if true correct the number alignment (numbers must be in monospaced font like courier and right aligned on LTR, or left aligned on RTL) + * @public + * @author Nicola Asuni + * @since 5.0.001 (2010-05-06) + * @see addTOCPage(), endTOCPage(), addTOC() + */ + public function addHTMLTOC($page='', $toc_name='TOC', $templates=array(), $correct_align=true) { + $prev_htmlLinkColorArray = $this->htmlLinkColorArray; + $prev_htmlLinkFontStyle = $this->htmlLinkFontStyle; + // set new style for link + $this->htmlLinkColorArray = array(); + $this->htmlLinkFontStyle = ''; + $page_first = $this->getPage(); + // get the font type used for numbers in each template + $current_font = $this->FontFamily; + foreach ($templates as $level => $html) { + $dom = $this->getHtmlDomArray($html); + foreach ($dom as $key => $value) { + if ($value['value'] == '#TOC_PAGE_NUMBER#') { + $this->SetFont($dom[($key - 1)]['fontname']); + $templates['F'.$level] = $this->isUnicodeFont(); + } + } + } + $this->SetFont($current_font); + foreach ($this->outlines as $key => $outline) { + // get HTML template + $row = $templates[$outline['l']]; + if ($this->empty_string($page)) { + $pagenum = $outline['p']; + } else { + // placemark to be replaced with the correct number + $pagenum = '{#'.($outline['p']).'}'; + if ($templates['F'.$outline['l']]) { + $pagenum = '{'.$pagenum.'}'; + } + } + // replace templates with current values + $row = str_replace('#TOC_DESCRIPTION#', $outline['t'], $row); + $row = str_replace('#TOC_PAGE_NUMBER#', $pagenum, $row); + // add link to page + $row = ''.$row.''; + // write bookmark entry + $this->writeHTML($row, false, false, true, false, ''); + } + // restore link styles + $this->htmlLinkColorArray = $prev_htmlLinkColorArray; + $this->htmlLinkFontStyle = $prev_htmlLinkFontStyle; + // move TOC page and replace numbers + $page_last = $this->getPage(); + $numpages = $page_last - $page_first + 1; + if (!$this->empty_string($page)) { + for ($p = $page_first; $p <= $page_last; ++$p) { + // get page data + $temppage = $this->getPageBuffer($p); + for ($n = 1; $n <= $this->numpages; ++$n) { + // update page numbers + $k = '{#'.$n.'}'; + $ku = '{'.$k.'}'; + $alias_a = $this->_escape($k); + $alias_au = $this->_escape('{'.$k.'}'); + if ($this->isunicode) { + $alias_b = $this->_escape($this->UTF8ToLatin1($k)); + $alias_bu = $this->_escape($this->UTF8ToLatin1($ku)); + $alias_c = $this->_escape($this->utf8StrRev($k, false, $this->tmprtl)); + $alias_cu = $this->_escape($this->utf8StrRev($ku, false, $this->tmprtl)); + } + if ($n >= $page) { + $np = $n + $numpages; + } else { + $np = $n; + } + $ns = $this->formatTOCPageNumber($np); + $nu = $ns; + if ($correct_align) { + $sdiff = strlen($k) - strlen($ns); + $sdiffu = strlen($ku) - strlen($ns); + $sfill = str_repeat(' ', $sdiff); + $sfillu = str_repeat(' ', $sdiffu); + if ($this->rtl) { + $ns = $ns.$sfill; + $nu = $nu.$sfillu; + } else { + $ns = $sfill.$ns; + $nu = $sfillu.$nu; + } + } + $nu = $this->UTF8ToUTF16BE($nu, false); + $temppage = str_replace($alias_au, $nu, $temppage); + if ($this->isunicode) { + $temppage = str_replace($alias_bu, $nu, $temppage); + $temppage = str_replace($alias_cu, $nu, $temppage); + $temppage = str_replace($alias_b, $ns, $temppage); + $temppage = str_replace($alias_c, $ns, $temppage); + } + $temppage = str_replace($alias_a, $ns, $temppage); + } + // save changes + $this->setPageBuffer($p, $temppage); + } + // move pages + $this->Bookmark($toc_name, 0, 0, $page_first); + for ($i = 0; $i < $numpages; ++$i) { + $this->movePage($page_last, $page); + } + } + } + + /** + * Stores a copy of the current TCPDF object used for undo operation. + * @public + * @since 4.5.029 (2009-03-19) + */ + public function startTransaction() { + if (isset($this->objcopy)) { + // remove previous copy + $this->commitTransaction(); + } + // record current page number and Y position + $this->start_transaction_page = $this->page; + $this->start_transaction_y = $this->y; + // clone current object + $this->objcopy = $this->objclone($this); + } + + /** + * Delete the copy of the current TCPDF object used for undo operation. + * @public + * @since 4.5.029 (2009-03-19) + */ + public function commitTransaction() { + if (isset($this->objcopy)) { + $this->objcopy->_destroy(true, true); + unset($this->objcopy); + } + } + + /** + * This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction(). + * @param $self (boolean) if true restores current class object to previous state without the need of reassignment via the returned value. + * @return TCPDF object. + * @public + * @since 4.5.029 (2009-03-19) + */ + public function rollbackTransaction($self=false) { + if (isset($this->objcopy)) { + if (isset($this->objcopy->diskcache) AND $this->objcopy->diskcache) { + // truncate files to previous values + foreach ($this->objcopy->cache_file_length as $file => $length) { + $file = substr($file, 1); + $handle = fopen($file, 'r+'); + ftruncate($handle, $length); + } + } + $this->_destroy(true, true); + if ($self) { + $objvars = get_object_vars($this->objcopy); + foreach ($objvars as $key => $value) { + $this->$key = $value; + } + } + return $this->objcopy; + } + return $this; + } + + /** + * Creates a copy of a class object + * @param $object (object) class object to be cloned + * @return cloned object + * @public + * @since 4.5.029 (2009-03-19) + */ + public function objclone($object) { + return @clone($object); + } + + /** + * Determine whether a string is empty. + * @param $str (string) string to be checked + * @return boolean true if string is empty + * @public + * @since 4.5.044 (2009-04-16) + */ + public function empty_string($str) { + return (is_null($str) OR (is_string($str) AND (strlen($str) == 0))); + } + + /** + * Find position of last occurrence of a substring in a string + * @param $haystack (string) The string to search in. + * @param $needle (string) substring to search. + * @param $offset (int) May be specified to begin searching an arbitrary number of characters into the string. + * @return Returns the position where the needle exists. Returns FALSE if the needle was not found. + * @public + * @since 4.8.038 (2010-03-13) + */ + public function revstrpos($haystack, $needle, $offset = 0) { + $length = strlen($haystack); + $offset = ($offset > 0)?($length - $offset):abs($offset); + $pos = strpos(strrev($haystack), strrev($needle), $offset); + return ($pos === false)?false:($length - $pos - strlen($needle)); + } + + // --- MULTI COLUMNS METHODS ----------------------- + + /** + * Set multiple columns of the same size + * @param $numcols (int) number of columns (set to zero to disable columns mode) + * @param $width (int) column width + * @param $y (int) column starting Y position (leave empty for current Y position) + * @public + * @since 4.9.001 (2010-03-28) + */ + public function setEqualColumns($numcols=0, $width=0, $y='') { + $this->columns = array(); + if ($numcols < 2) { + $numcols = 0; + $this->columns = array(); + } else { + // maximum column width + $maxwidth = ($this->w - $this->original_lMargin - $this->original_rMargin) / $numcols; + if (($width == 0) OR ($width > $maxwidth)) { + $width = $maxwidth; + } + if ($this->empty_string($y)) { + $y = $this->y; + } + // space between columns + $space = (($this->w - $this->original_lMargin - $this->original_rMargin - ($numcols * $width)) / ($numcols - 1)); + // fill the columns array (with, space, starting Y position) + for ($i = 0; $i < $numcols; ++$i) { + $this->columns[$i] = array('w' => $width, 's' => $space, 'y' => $y); + } + } + $this->num_columns = $numcols; + $this->current_column = 0; + $this->column_start_page = $this->page; + } + + /** + * Set columns array. + * Each column is represented by an array of arrays with the following keys: (w = width, s = space between columns, y = column top position). + * @param $columns (array) + * @public + * @since 4.9.001 (2010-03-28) + */ + public function setColumnsArray($columns) { + $this->columns = $columns; + $this->num_columns = count($columns); + $this->current_column = 0; + $this->column_start_page = $this->page; + } + + /** + * Set position at a given column + * @param $col (int) column number (from 0 to getNumberOfColumns()-1); empty string = current column. + * @public + * @since 4.9.001 (2010-03-28) + */ + public function selectColumn($col='') { + if (is_string($col)) { + $col = $this->current_column; + } elseif($col >= $this->num_columns) { + $col = 0; + } + $xshift = 0; + $enable_thead = false; + if ($this->num_columns > 1) { + if ($col != $this->current_column) { + // move Y pointer at the top of the column + if ($this->column_start_page == $this->page) { + $this->y = $this->columns[$col]['y']; + } else { + $this->y = $this->tMargin; + } + // Avoid to write table headers more than once + if (($this->page > $this->maxselcol['page']) OR (($this->page == $this->maxselcol['page']) AND ($col > $this->maxselcol['column']))) { + $enable_thead = true; + $this->maxselcol['page'] = $this->page; + $this->maxselcol['column'] = $col; + } + } + $xshift = $this->colxshift; + // set X position of the current column by case + $listindent = ($this->listindentlevel * $this->listindent); + $colpos = ($col * ($this->columns[$col]['w'] + $this->columns[$col]['s'])); + if ($this->rtl) { + $x = $this->w - $this->original_rMargin - $colpos; + $this->rMargin = ($this->w - $x + $listindent); + $this->lMargin = ($x - $this->columns[$col]['w']); + $this->x = $x - $listindent; + } else { + $x = $this->original_lMargin + $colpos; + $this->lMargin = ($x + $listindent); + $this->rMargin = ($this->w - $x - $this->columns[$col]['w']); + $this->x = $x + $listindent; + } + $this->columns[$col]['x'] = $x; + } + $this->current_column = $col; + // fix for HTML mode + $this->newline = true; + // print HTML table header (if any) + if ((!$this->empty_string($this->thead)) AND (!$this->inthead)) { + if ($enable_thead) { + // print table header + $this->writeHTML($this->thead, false, false, false, false, ''); + $this->y += $xshift['s']['V']; + // store end of header position + if (!isset($this->columns[$col]['th'])) { + $this->columns[$col]['th'] = array(); + } + $this->columns[$col]['th']['\''.$this->page.'\''] = $this->y; + $this->lasth = 0; + } elseif (isset($this->columns[$col]['th']['\''.$this->page.'\''])) { + $this->y = $this->columns[$col]['th']['\''.$this->page.'\'']; + } + } + // account for an html table cell over multiple columns + if ($this->rtl) { + $this->rMargin += $xshift['x']; + $this->x -= ($xshift['x'] + $xshift['p']['R']); + } else { + $this->lMargin += $xshift['x']; + $this->x += $xshift['x'] + $xshift['p']['L']; + } + } + + /** + * Return the current column number + * @return int current column number + * @public + * @since 5.5.011 (2010-07-08) + */ + public function getColumn() { + return $this->current_column; + } + + /** + * Return the current number of columns. + * @return int number of columns + * @public + * @since 5.8.018 (2010-08-25) + */ + public function getNumberOfColumns() { + return $this->num_columns; + } + + /** + * Serialize an array of parameters to be used with TCPDF tag in HTML code. + * @param $pararray (array) parameters array + * @return sting containing serialized data + * @public + * @since 4.9.006 (2010-04-02) + */ + public function serializeTCPDFtagParameters($pararray) { + return urlencode(serialize($pararray)); + } + + /** + * Set Text rendering mode. + * @param $stroke (int) outline size in user units (0 = disable). + * @param $fill (boolean) if true fills the text (default). + * @param $clip (boolean) if true activate clipping mode + * @public + * @since 4.9.008 (2009-04-02) + */ + public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { + // Ref.: PDF 32000-1:2008 - 9.3.6 Text Rendering Mode + // convert text rendering parameters + if ($stroke < 0) { + $stroke = 0; + } + if ($fill === true) { + if ($stroke > 0) { + if ($clip === true) { + // Fill, then stroke text and add to path for clipping + $textrendermode = 6; + } else { + // Fill, then stroke text + $textrendermode = 2; + } + $textstrokewidth = $stroke; + } else { + if ($clip === true) { + // Fill text and add to path for clipping + $textrendermode = 4; + } else { + // Fill text + $textrendermode = 0; + } + } + } else { + if ($stroke > 0) { + if ($clip === true) { + // Stroke text and add to path for clipping + $textrendermode = 5; + } else { + // Stroke text + $textrendermode = 1; + } + $textstrokewidth = $stroke; + } else { + if ($clip === true) { + // Add text to path for clipping + $textrendermode = 7; + } else { + // Neither fill nor stroke text (invisible) + $textrendermode = 3; + } + } + } + $this->textrendermode = $textrendermode; + $this->textstrokewidth = $stroke * $this->k; + } + + /** + * Returns an array of chars containing soft hyphens. + * @param $word (array) array of chars + * @param $patterns (array) Array of hypenation patterns. + * @param $dictionary (array) Array of words to be returned without applying the hyphenation algoritm. + * @param $leftmin (int) Minimum number of character to leave on the left of the word without applying the hyphens. + * @param $rightmin (int) Minimum number of character to leave on the right of the word without applying the hyphens. + * @param $charmin (int) Minimum word lenght to apply the hyphenation algoritm. + * @param $charmax (int) Maximum lenght of broken piece of word. + * @return array text with soft hyphens + * @author Nicola Asuni + * @since 4.9.012 (2010-04-12) + * @protected + */ + protected function hyphenateWord($word, $patterns, $dictionary=array(), $leftmin=1, $rightmin=2, $charmin=1, $charmax=8) { + $hyphenword = array(); // hyphens positions + $numchars = count($word); + if ($numchars <= $charmin) { + return $word; + } + $word_string = $this->UTF8ArrSubString($word); + // some words will be returned as-is + $pattern = '/^([a-zA-Z0-9_\.\-]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/'; + if (preg_match($pattern, $word_string) > 0) { + // email + return $word; + } + $pattern = '/(([a-zA-Z0-9\-]+\.)?)((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/'; + if (preg_match($pattern, $word_string) > 0) { + // URL + return $word; + } + if (isset($dictionary[$word_string])) { + return $this->UTF8StringToArray($dictionary[$word_string]); + } + // suround word with '_' characters + $tmpword = array_merge(array(95), $word, array(95)); + $tmpnumchars = $numchars + 2; + $maxpos = $tmpnumchars - $charmin; + for ($pos = 0; $pos < $maxpos; ++$pos) { + $imax = min(($tmpnumchars - $pos), $charmax); + for ($i = $charmin; $i <= $imax; ++$i) { + $subword = strtolower($this->UTF8ArrSubString($tmpword, $pos, $pos + $i)); + if (isset($patterns[$subword])) { + $pattern = $this->UTF8StringToArray($patterns[$subword]); + $pattern_length = count($pattern); + $digits = 1; + for ($j = 0; $j < $pattern_length; ++$j) { + // check if $pattern[$j] is a number + if (($pattern[$j] >= 48) AND ($pattern[$j] <= 57)) { + if ($j == 0) { + $zero = $pos - 1; + } else { + $zero = $pos + $j - $digits; + } + if (!isset($hyphenword[$zero]) OR ($hyphenword[$zero] != $pattern[$j])) { + $hyphenword[$zero] = $this->unichr($pattern[$j]); + } + ++$digits; + } + } + } + } + } + $inserted = 0; + $maxpos = $numchars - $rightmin; + for($i = $leftmin; $i <= $maxpos; ++$i) { + if(isset($hyphenword[$i]) AND (($hyphenword[$i] % 2) != 0)) { + // 173 = soft hyphen character + array_splice($word, $i + $inserted, 0, 173); + ++$inserted; + } + } + return $word; + } + + /** + * Returns an array of hyphenation patterns. + * @param $file (string) TEX file containing hypenation patterns. TEX pattrns can be downloaded from http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/ + * @return array of hyphenation patterns + * @author Nicola Asuni + * @since 4.9.012 (2010-04-12) + * @public + */ + public function getHyphenPatternsFromTEX($file) { + // TEX patterns are available at: + // http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/ + $data = file_get_contents($file); + $patterns = array(); + // remove comments + $data = preg_replace('/\%[^\n]*/', '', $data); + // extract the patterns part + preg_match('/\\\\patterns\{([^\}]*)\}/i', $data, $matches); + $data = trim(substr($matches[0], 10, -1)); + // extract each pattern + $patterns_array = preg_split('/[\s]+/', $data); + // create new language array of patterns + $patterns = array(); + foreach($patterns_array as $val) { + if (!$this->empty_string($val)) { + $val = trim($val); + $val = str_replace('\'', '\\\'', $val); + $key = preg_replace('/[0-9]+/', '', $val); + $patterns[$key] = $val; + } + } + return $patterns; + } + + /** + * Returns text with soft hyphens. + * @param $text (string) text to process + * @param $patterns (mixed) Array of hypenation patterns or a TEX file containing hypenation patterns. TEX patterns can be downloaded from http://www.ctan.org/tex-archive/language/hyph-utf8/tex/generic/hyph-utf8/patterns/ + * @param $dictionary (array) Array of words to be returned without applying the hyphenation algoritm. + * @param $leftmin (int) Minimum number of character to leave on the left of the word without applying the hyphens. + * @param $rightmin (int) Minimum number of character to leave on the right of the word without applying the hyphens. + * @param $charmin (int) Minimum word lenght to apply the hyphenation algoritm. + * @param $charmax (int) Maximum lenght of broken piece of word. + * @return array text with soft hyphens + * @author Nicola Asuni + * @since 4.9.012 (2010-04-12) + * @public + */ + public function hyphenateText($text, $patterns, $dictionary=array(), $leftmin=1, $rightmin=2, $charmin=1, $charmax=8) { + $text = $this->unhtmlentities($text); + $word = array(); // last word + $txtarr = array(); // text to be returned + $intag = false; // true if we are inside an HTML tag + if (!is_array($patterns)) { + $patterns = $this->getHyphenPatternsFromTEX($patterns); + } + // get array of characters + $unichars = $this->UTF8StringToArray($text); + // for each char + foreach ($unichars as $char) { + if ((!$intag) AND $this->unicode->uni_type[$char] == 'L') { + // letter character + $word[] = $char; + } else { + // other type of character + if (!$this->empty_string($word)) { + // hypenate the word + $txtarr = array_merge($txtarr, $this->hyphenateWord($word, $patterns, $dictionary, $leftmin, $rightmin, $charmin, $charmax)); + $word = array(); + } + $txtarr[] = $char; + if (chr($char) == '<') { + // we are inside an HTML tag + $intag = true; + } elseif ($intag AND (chr($char) == '>')) { + // end of HTML tag + $intag = false; + } + } + } + if (!$this->empty_string($word)) { + // hypenate the word + $txtarr = array_merge($txtarr, $this->hyphenateWord($word, $patterns, $dictionary, $leftmin, $rightmin, $charmin, $charmax)); + } + // convert char array to string and return + return $this->UTF8ArrSubString($txtarr); + } + + /** + * Enable/disable rasterization of vector images using ImageMagick library. + * @param $mode (boolean) if true enable rasterization, false otherwise. + * @public + * @since 5.0.000 (2010-04-27) + */ + public function setRasterizeVectorImages($mode) { + $this->rasterize_vector_images = $mode; + } + + /** + * Get the Path-Painting Operators. + * @param $style (string) Style of rendering. Possible values are: + *
                          + *
                        • S or D: Stroke the path.
                        • + *
                        • s or d: Close and stroke the path.
                        • + *
                        • f or F: Fill the path, using the nonzero winding number rule to determine the region to fill.
                        • + *
                        • f* or F*: Fill the path, using the even-odd rule to determine the region to fill.
                        • + *
                        • B or FD or DF: Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.
                        • + *
                        • B* or F*D or DF*: Fill and then stroke the path, using the even-odd rule to determine the region to fill.
                        • + *
                        • b or fd or df: Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill.
                        • + *
                        • b or f*d or df*: Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill.
                        • + *
                        • CNZ: Clipping mode using the even-odd rule to determine which regions lie inside the clipping path.
                        • + *
                        • CEO: Clipping mode using the nonzero winding number rule to determine which regions lie inside the clipping path
                        • + *
                        • n: End the path object without filling or stroking it.
                        • + *
                        + * @param $default (string) default style + * @author Nicola Asuni + * @since 5.0.000 (2010-04-30) + * @protected + */ + protected function getPathPaintOperator($style, $default='S') { + $op = ''; + switch($style) { + case 'S': + case 'D': { + $op = 'S'; + break; + } + case 's': + case 'd': { + $op = 's'; + break; + } + case 'f': + case 'F': { + $op = 'f'; + break; + } + case 'f*': + case 'F*': { + $op = 'f*'; + break; + } + case 'B': + case 'FD': + case 'DF': { + $op = 'B'; + break; + } + case 'B*': + case 'F*D': + case 'DF*': { + $op = 'B*'; + break; + } + case 'b': + case 'fd': + case 'df': { + $op = 'b'; + break; + } + case 'b*': + case 'f*d': + case 'df*': { + $op = 'b*'; + break; + } + case 'CNZ': { + $op = 'W n'; + break; + } + case 'CEO': { + $op = 'W* n'; + break; + } + case 'n': { + $op = 'n'; + break; + } + default: { + if (!empty($default)) { + $op = $this->getPathPaintOperator($default, ''); + } else { + $op = ''; + } + } + } + return $op; + } + + /** + * Enable or disable default option for font subsetting. + * @param $enable (boolean) if true enable font subsetting by default. + * @author Nicola Asuni + * @public + * @since 5.3.002 (2010-06-07) + */ + public function setFontSubsetting($enable=true) { + $this->font_subsetting = $enable ? true : false; + } + + /** + * Return the default option for font subsetting. + * @return boolean default font subsetting state. + * @author Nicola Asuni + * @public + * @since 5.3.002 (2010-06-07) + */ + public function getFontSubsetting() { + return $this->font_subsetting; + } + + /** + * Left trim the input string + * @param $str (string) string to trim + * @param $replace (string) string that replace spaces. + * @return left trimmed string + * @author Nicola Asuni + * @public + * @since 5.8.000 (2010-08-11) + */ + public function stringLeftTrim($str, $replace='') { + return preg_replace('/^'.$this->re_space['p'].'+/'.$this->re_space['m'], $replace, $str); + } + + /** + * Right trim the input string + * @param $str (string) string to trim + * @param $replace (string) string that replace spaces. + * @return right trimmed string + * @author Nicola Asuni + * @public + * @since 5.8.000 (2010-08-11) + */ + public function stringRightTrim($str, $replace='') { + return preg_replace('/'.$this->re_space['p'].'+$/'.$this->re_space['m'], $replace, $str); + } + + /** + * Trim the input string + * @param $str (string) string to trim + * @param $replace (string) string that replace spaces. + * @return trimmed string + * @author Nicola Asuni + * @public + * @since 5.8.000 (2010-08-11) + */ + public function stringTrim($str, $replace='') { + $str = $this->stringLeftTrim($str, $replace); + $str = $this->stringRightTrim($str, $replace); + return $str; + } + + /** + * Return true if the current font is unicode type. + * @return true for unicode font, false otherwise. + * @author Nicola Asuni + * @public + * @since 5.8.002 (2010-08-14) + */ + public function isUnicodeFont() { + return (($this->CurrentFont['type'] == 'TrueTypeUnicode') OR ($this->CurrentFont['type'] == 'cidfont0')); + } + + /** + * Return normalized font name + * @param $fontfamily (string) property string containing font family names + * @return string normalized font name + * @author Nicola Asuni + * @public + * @since 5.8.004 (2010-08-17) + */ + public function getFontFamilyName($fontfamily) { + // remove spaces and symbols + $fontfamily = preg_replace('/[^a-z0-9\,]/', '', strtolower($fontfamily)); + // extract all font names + $fontslist = preg_split('/[,]/', $fontfamily); + // find first valid font name + foreach ($fontslist as $font) { + // replace font variations + $font = preg_replace('/italic$/', 'I', $font); + $font = preg_replace('/oblique$/', 'I', $font); + $font = preg_replace('/bold([I]?)$/', 'B\\1', $font); + // replace common family names and core fonts + $pattern = array(); + $replacement = array(); + $pattern[] = '/^serif|^cursive|^fantasy|^timesnewroman/'; + $replacement[] = 'times'; + $pattern[] = '/^sansserif/'; + $replacement[] = 'helvetica'; + $pattern[] = '/^monospace/'; + $replacement[] = 'courier'; + $font = preg_replace($pattern, $replacement, $font); + if (in_array(strtolower($font), $this->fontlist) OR in_array($font, $this->fontkeys)) { + return $font; + } + } + // return current font as default + return $this->CurrentFont['fontkey']; + } + + /** + * Start a new XObject Template. + * An XObject Template is a PDF block that is a self-contained description of any sequence of graphics objects (including path objects, text objects, and sampled images). + * An XObject Template may be painted multiple times, either on several pages or at several locations on the same page and produces the same results each time, subject only to the graphics state at the time it is invoked. + * Note: X,Y coordinates will be reset to 0,0. + * @param $w (int) Template width in user units (empty string or zero = page width less margins) + * @param $h (int) Template height in user units (empty string or zero = page height less margins) + * @return int the XObject Template ID in case of success or false in case of error. + * @author Nicola Asuni + * @public + * @since 5.8.017 (2010-08-24) + * @see endTemplate(), printTemplate() + */ + public function startTemplate($w=0, $h=0) { + if ($this->inxobj) { + // we are already inside an XObject template + return false; + } + $this->inxobj = true; + ++$this->n; + // XObject ID + $this->xobjid = 'XT'.$this->n; + // object ID + $this->xobjects[$this->xobjid] = array('n' => $this->n); + // store current graphic state + $this->xobjects[$this->xobjid]['gvars'] = $this->getGraphicVars(); + // initialize data + $this->xobjects[$this->xobjid]['intmrk'] = 0; + $this->xobjects[$this->xobjid]['transfmrk'] = array(); + $this->xobjects[$this->xobjid]['outdata'] = ''; + $this->xobjects[$this->xobjid]['xobjects'] = array(); + $this->xobjects[$this->xobjid]['images'] = array(); + $this->xobjects[$this->xobjid]['fonts'] = array(); + $this->xobjects[$this->xobjid]['annotations'] = array(); + // set new environment + $this->num_columns = 1; + $this->current_column = 0; + $this->SetAutoPageBreak(false); + if (($w === '') OR ($w <= 0)) { + $w = $this->w - $this->lMargin - $this->rMargin; + } + if (($h === '') OR ($h <= 0)) { + $h = $this->h - $this->tMargin - $this->bMargin; + } + $this->xobjects[$this->xobjid]['x'] = 0; + $this->xobjects[$this->xobjid]['y'] = 0; + $this->xobjects[$this->xobjid]['w'] = $w; + $this->xobjects[$this->xobjid]['h'] = $h; + $this->w = $w; + $this->h = $h; + $this->wPt = $this->w * $this->k; + $this->hPt = $this->h * $this->k; + $this->fwPt = $this->wPt; + $this->fhPt = $this->hPt; + $this->x = 0; + $this->y = 0; + $this->lMargin = 0; + $this->rMargin = 0; + $this->tMargin = 0; + $this->bMargin = 0; + return $this->xobjid; + } + + /** + * End the current XObject Template started with startTemplate() and restore the previous graphic state. + * An XObject Template is a PDF block that is a self-contained description of any sequence of graphics objects (including path objects, text objects, and sampled images). + * An XObject Template may be painted multiple times, either on several pages or at several locations on the same page and produces the same results each time, subject only to the graphics state at the time it is invoked. + * @return int the XObject Template ID in case of success or false in case of error. + * @author Nicola Asuni + * @public + * @since 5.8.017 (2010-08-24) + * @see startTemplate(), printTemplate() + */ + public function endTemplate() { + if (!$this->inxobj) { + // we are not inside a template + return false; + } + $this->inxobj = false; + // restore previous graphic state + $this->setGraphicVars($this->xobjects[$this->xobjid]['gvars'], true); + return $this->xobjid; + } + + /** + * Print an XObject Template. + * You can print an XObject Template inside the currently opened Template. + * An XObject Template is a PDF block that is a self-contained description of any sequence of graphics objects (including path objects, text objects, and sampled images). + * An XObject Template may be painted multiple times, either on several pages or at several locations on the same page and produces the same results each time, subject only to the graphics state at the time it is invoked. + * @param $id (string) The ID of XObject Template to print. + * @param $x (int) X position in user units (empty string = current x position) + * @param $y (int) Y position in user units (empty string = current y position) + * @param $w (int) Width in user units (zero = remaining page width) + * @param $h (int) Height in user units (zero = remaining page height) + * @param $align (string) Indicates the alignment of the pointer next to template insertion relative to template height. The value can be:
                        • T: top-right for LTR or top-left for RTL
                        • M: middle-right for LTR or middle-left for RTL
                        • B: bottom-right for LTR or bottom-left for RTL
                        • N: next line
                        + * @param $palign (string) Allows to center or align the template on the current line. Possible values are:
                        • L : left align
                        • C : center
                        • R : right align
                        • '' : empty string : left for LTR or right for RTL
                        + * @param $fitonpage (boolean) if true the template is resized to not exceed page dimensions. + * @author Nicola Asuni + * @public + * @since 5.8.017 (2010-08-24) + * @see startTemplate(), endTemplate() + */ + public function printTemplate($id, $x='', $y='', $w=0, $h=0, $align='', $palign='', $fitonpage=false) { + if (!isset($this->xobjects[$id])) { + $this->Error('The XObject Template \''.$id.'\' doesn\'t exist!'); + } + if ($this->inxobj) { + if ($id == $this->xobjid) { + // close current template + $this->endTemplate(); + } else { + // use the template as resource for the template currently opened + $this->xobjects[$this->xobjid]['xobjects'][$id] = $this->xobjects[$id]; + } + } + // set default values + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + $ow = $this->xobjects[$id]['w']; + $oh = $this->xobjects[$id]['h']; + // calculate template width and height on document + if (($w <= 0) AND ($h <= 0)) { + $w = $ow; + $h = $oh; + } elseif ($w <= 0) { + $w = $h * $ow / $oh; + } elseif ($h <= 0) { + $h = $w * $oh / $ow; + } + // fit the template on available space + $this->fitBlock($w, $h, $x, $y, $fitonpage); + // set page alignment + $rb_y = $y + $h; + // set alignment + if ($this->rtl) { + if ($palign == 'L') { + $xt = $this->lMargin; + } elseif ($palign == 'C') { + $xt = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $xt = $this->w - $this->rMargin - $w; + } else { + $xt = $x - $w; + } + $rb_x = $xt; + } else { + if ($palign == 'L') { + $xt = $this->lMargin; + } elseif ($palign == 'C') { + $xt = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $xt = $this->w - $this->rMargin - $w; + } else { + $xt = $x; + } + $rb_x = $xt + $w; + } + // print XObject Template + Transformation matrix + $this->StartTransform(); + // translate and scale + $sx = ($w / $this->xobjects[$id]['w']); + $sy = ($h / $this->xobjects[$id]['h']); + $tm = array(); + $tm[0] = $sx; + $tm[1] = 0; + $tm[2] = 0; + $tm[3] = $sy; + $tm[4] = $xt * $this->k; + $tm[5] = ($this->h - $h - $y) * $this->k; + $this->Transform($tm); + // set object + $this->_out('/'.$id.' Do'); + $this->StopTransform(); + // add annotations + if (!empty($this->xobjects[$id]['annotations'])) { + foreach ($this->xobjects[$id]['annotations'] as $annot) { + // transform original coordinates + $coordlt = $this->getTransformationMatrixProduct($tm, array(1, 0, 0, 1, ($annot['x'] * $this->k), (-$annot['y'] * $this->k))); + $ax = ($coordlt[4] / $this->k); + $ay = ($this->h - $h - ($coordlt[5] / $this->k)); + $coordrb = $this->getTransformationMatrixProduct($tm, array(1, 0, 0, 1, (($annot['x'] + $annot['w']) * $this->k), ((-$annot['y'] - $annot['h']) * $this->k))); + $aw = ($coordrb[4] / $this->k) - $ax; + $ah = ($this->h - $h - ($coordrb[5] / $this->k)) - $ay; + $this->Annotation($ax, $ay, $aw, $ah, $annot['text'], $annot['opt'], $annot['spaces']); + } + } + // set pointer to align the next text/objects + switch($align) { + case 'T': { + $this->y = $y; + $this->x = $rb_x; + break; + } + case 'M': { + $this->y = $y + round($h/2); + $this->x = $rb_x; + break; + } + case 'B': { + $this->y = $rb_y; + $this->x = $rb_x; + break; + } + case 'N': { + $this->SetY($rb_y); + break; + } + default:{ + break; + } + } + } + + /** + * Set the percentage of character stretching. + * @param $perc (int) percentage of stretching (100 = no stretching) + * @author Nicola Asuni + * @public + * @since 5.9.000 (2010-09-29) + */ + public function setFontStretching($perc=100) { + $this->font_stretching = $perc; + } + + /** + * Get the percentage of character stretching. + * @return float stretching value + * @author Nicola Asuni + * @public + * @since 5.9.000 (2010-09-29) + */ + public function getFontStretching() { + return $this->font_stretching; + } + + /** + * Set the amount to increase or decrease the space between characters in a text. + * @param $spacing (float) amount to increase or decrease the space between characters in a text (0 = default spacing) + * @author Nicola Asuni + * @public + * @since 5.9.000 (2010-09-29) + */ + public function setFontSpacing($spacing=0) { + $this->font_spacing = $spacing; + } + + /** + * Get the amount to increase or decrease the space between characters in a text. + * @return int font spacing (tracking/kerning) value + * @author Nicola Asuni + * @public + * @since 5.9.000 (2010-09-29) + */ + public function getFontSpacing() { + return $this->font_spacing; + } + + /** + * Return an array of no-write page regions + * @return array of no-write page regions + * @author Nicola Asuni + * @public + * @since 5.9.003 (2010-10-13) + * @see setPageRegions(), addPageRegion() + */ + public function getPageRegions() { + return $this->page_regions; + } + + /** + * Set no-write regions on page. + * A no-write region is a portion of the page with a rectangular or trapezium shape that will not be covered when writing text or html code. + * A region is always aligned on the left or right side of the page ad is defined using a vertical segment. + * You can set multiple regions for the same page. + * @param $regions (array) array of no-write regions. For each region you can define an array as follow: ('page' => page number or empy for current page, 'xt' => X top, 'yt' => Y top, 'xb' => X bottom, 'yb' => Y bottom, 'side' => page side 'L' = left or 'R' = right). Omit this parameter to remove all regions. + * @author Nicola Asuni + * @public + * @since 5.9.003 (2010-10-13) + * @see addPageRegion(), getPageRegions() + */ + public function setPageRegions($regions=array()) { + // empty current regions array + $this->page_regions = array(); + // add regions + foreach ($regions as $data) { + $this->addPageRegion($data); + } + } + + /** + * Add a single no-write region on selected page. + * A no-write region is a portion of the page with a rectangular or trapezium shape that will not be covered when writing text or html code. + * A region is always aligned on the left or right side of the page ad is defined using a vertical segment. + * You can set multiple regions for the same page. + * @param $region (array) array of a single no-write region array: ('page' => page number or empy for current page, 'xt' => X top, 'yt' => Y top, 'xb' => X bottom, 'yb' => Y bottom, 'side' => page side 'L' = left or 'R' = right). + * @author Nicola Asuni + * @public + * @since 5.9.003 (2010-10-13) + * @see setPageRegions(), getPageRegions() + */ + public function addPageRegion($region) { + if (!isset($region['page']) OR empty($region['page'])) { + $region['page'] = $this->page; + } + if (isset($region['xt']) AND isset($region['xb']) AND ($region['xt'] > 0) AND ($region['xb'] > 0) + AND isset($region['yt']) AND isset($region['yb']) AND ($region['yt'] >= 0) AND ($region['yt'] < $region['yb']) + AND isset($region['side']) AND (($region['side'] == 'L') OR ($region['side'] == 'R'))) { + $this->page_regions[] = $region; + } + } + + /** + * Remove a single no-write region. + * @param $key (int) region key + * @author Nicola Asuni + * @public + * @since 5.9.003 (2010-10-13) + * @see setPageRegions(), getPageRegions() + */ + public function removePageRegion($key) { + if (isset($this->page_regions[$key])) { + unset($this->page_regions[$key]); + } + } + + /** + * Check page for no-write regions and adapt current coordinates and page margins if necessary. + * A no-write region is a portion of the page with a rectangular or trapezium shape that will not be covered when writing text or html code. + * A region is always aligned on the left or right side of the page ad is defined using a vertical segment. + * @param $h (float) height of the text/image/object to print in user units + * @param $x (float) current X coordinate in user units + * @param $y (float) current Y coordinate in user units + * @author Nicola Asuni + * @protected + * @since 5.9.003 (2010-10-13) + */ + protected function checkPageRegions($h, &$x, &$y) { + // set default values + if ($x === '') { + $x = &$this->x; + } + if ($y === '') { + $y = &$this->y; + } + if (empty($this->page_regions)) { + // no page regions defined + return; + } + if (empty($h)) { + $h = ($this->FontSize * $this->cell_height_ratio) + $this->cell_padding['T'] + $this->cell_padding['B']; + } + if ($this->AutoPageBreak AND (!$this->InFooter) AND (($y + $h) > $this->PageBreakTrigger)) { + // the content will be printed on a new page + return; + } + if ($this->num_columns > 1) { + if ($this->rtl) { + $this->lMargin = $this->columns[$this->current_column]['x'] - $this->columns[$this->current_column]['w']; + } else { + $this->rMargin = $this->w - $this->columns[$this->current_column]['x'] - $this->columns[$this->current_column]['w']; + } + } else { + if ($this->rtl) { + $this->lMargin = $this->original_lMargin; + } else { + $this->rMargin = $this->original_rMargin; + } + } + // adjust coordinates and page margins + foreach ($this->page_regions as $regid => $regdata) { + if ($regdata['page'] == $this->page) { + // check region boundaries + if (($y > ($regdata['yt'] - $h)) AND ($y <= $regdata['yb'])) { + // Y is inside the region + $minv = ($regdata['xb'] - $regdata['xt']) / ($regdata['yb'] - $regdata['yt']); // inverse of angular coefficient + $yt = max($y, $regdata['yt']); + $yb = min(($yt + $h), $regdata['yb']); + $xt = (($yt - $regdata['yt']) * $minv) + $regdata['xt']; + $xb = (($yb - $regdata['yt']) * $minv) + $regdata['xt']; + if ($regdata['side'] == 'L') { // left side + $new_margin = max($xt, $xb); + if ($this->lMargin < $new_margin) { + if ($this->rtl) { + // adjust left page margin + $this->lMargin = $new_margin; + } + if ($x < $new_margin) { + // adjust x position + $x = $new_margin; + if ($new_margin > ($this->w - $this->rMargin)) { + // adjust y position + $y = $regdata['yb'] - $h; + } + } + } + } elseif ($regdata['side'] == 'R') { // right side + $new_margin = min($xt, $xb); + if (($this->w - $this->rMargin) > $new_margin) { + if (!$this->rtl) { + // adjust right page margin + $this->rMargin = ($this->w - $new_margin); + } + if ($x > $new_margin) { + // adjust x position + $x = $new_margin; + if ($new_margin > $this->lMargin) { + // adjust y position + $y = $regdata['yb'] - $h; + } + } + } + } + } + } + } + } + + // -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- + // SVG METHODS + // -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- + + /** + * Embedd a Scalable Vector Graphics (SVG) image. + * NOTE: SVG standard is not yet fully implemented, use the setRasterizeVectorImages() method to enable/disable rasterization of vector images using ImageMagick library. + * @param $file (string) Name of the SVG file or a '@' character followed by the SVG data string. + * @param $x (float) Abscissa of the upper-left corner. + * @param $y (float) Ordinate of the upper-left corner. + * @param $w (float) Width of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $h (float) Height of the image in the page. If not specified or equal to zero, it is automatically calculated. + * @param $link (mixed) URL or identifier returned by AddLink(). + * @param $align (string) Indicates the alignment of the pointer next to image insertion relative to image height. The value can be:
                        • T: top-right for LTR or top-left for RTL
                        • M: middle-right for LTR or middle-left for RTL
                        • B: bottom-right for LTR or bottom-left for RTL
                        • N: next line
                        If the alignment is an empty string, then the pointer will be restored on the starting SVG position. + * @param $palign (string) Allows to center or align the image on the current line. Possible values are:
                        • L : left align
                        • C : center
                        • R : right align
                        • '' : empty string : left for LTR or right for RTL
                        + * @param $border (mixed) Indicates if borders must be drawn around the cell. The value can be a number:
                        • 0: no border (default)
                        • 1: frame
                        or a string containing some or all of the following characters (in any order):
                        • L: left
                        • T: top
                        • R: right
                        • B: bottom
                        or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0))) + * @param $fitonpage (boolean) if true the image is resized to not exceed page dimensions. + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @public + */ + public function ImageSVG($file, $x='', $y='', $w=0, $h=0, $link='', $align='', $palign='', $border=0, $fitonpage=false) { + if ($this->rasterize_vector_images AND ($w > 0) AND ($h > 0)) { + // convert SVG to raster image using GD or ImageMagick libraries + return $this->Image($file, $x, $y, $w, $h, 'SVG', $link, $align, true, 300, $palign, false, false, $border, false, false, false); + } + if ($file{0} === '@') { // image from string + $this->svgdir = ''; + $svgdata = substr($file, 1); + } else { // SVG file + $this->svgdir = dirname($file); + $svgdata = file_get_contents($file); + } + if ($svgdata === false) { + $this->Error('SVG file not found: '.$file); + } + if ($x === '') { + $x = $this->x; + } + if ($y === '') { + $y = $this->y; + } + // check page for no-write regions and adapt page margins if necessary + $this->checkPageRegions($h, $x, $y); + $k = $this->k; + $ox = 0; + $oy = 0; + $ow = $w; + $oh = $h; + $aspect_ratio_align = 'xMidYMid'; + $aspect_ratio_ms = 'meet'; + $regs = array(); + // get original image width and height + preg_match('/]*)>/si', $svgdata, $regs); + if (isset($regs[1]) AND !empty($regs[1])) { + $tmp = array(); + if (preg_match('/[\s]+x[\s]*=[\s]*"([^"]*)"/si', $regs[1], $tmp)) { + $ox = $this->getHTMLUnitToUnits($tmp[1], 0, $this->svgunit, false); + } + $tmp = array(); + if (preg_match('/[\s]+y[\s]*=[\s]*"([^"]*)"/si', $regs[1], $tmp)) { + $oy = $this->getHTMLUnitToUnits($tmp[1], 0, $this->svgunit, false); + } + $tmp = array(); + if (preg_match('/[\s]+width[\s]*=[\s]*"([^"]*)"/si', $regs[1], $tmp)) { + $ow = $this->getHTMLUnitToUnits($tmp[1], 1, $this->svgunit, false); + } + $tmp = array(); + if (preg_match('/[\s]+height[\s]*=[\s]*"([^"]*)"/si', $regs[1], $tmp)) { + $oh = $this->getHTMLUnitToUnits($tmp[1], 1, $this->svgunit, false); + } + $tmp = array(); + $view_box = array(); + if (preg_match('/[\s]+viewBox[\s]*=[\s]*"[\s]*([0-9\.\-]+)[\s]+([0-9\.\-]+)[\s]+([0-9\.]+)[\s]+([0-9\.]+)[\s]*"/si', $regs[1], $tmp)) { + if (count($tmp) == 5) { + array_shift($tmp); + foreach ($tmp as $key => $val) { + $view_box[$key] = $this->getHTMLUnitToUnits($val, 0, $this->svgunit, false); + } + $ox = $view_box[0]; + $oy = $view_box[1]; + } + // get aspect ratio + $tmp = array(); + if (preg_match('/[\s]+preserveAspectRatio[\s]*=[\s]*"([^"]*)"/si', $regs[1], $tmp)) { + $aspect_ratio = preg_split('/[\s]+/si', $tmp[1]); + switch (count($aspect_ratio)) { + case 3: { + $aspect_ratio_align = $aspect_ratio[1]; + $aspect_ratio_ms = $aspect_ratio[2]; + break; + } + case 2: { + $aspect_ratio_align = $aspect_ratio[0]; + $aspect_ratio_ms = $aspect_ratio[1]; + break; + } + case 1: { + $aspect_ratio_align = $aspect_ratio[0]; + $aspect_ratio_ms = 'meet'; + break; + } + } + } + } + } + // calculate image width and height on document + if (($w <= 0) AND ($h <= 0)) { + // convert image size to document unit + $w = $ow; + $h = $oh; + } elseif ($w <= 0) { + $w = $h * $ow / $oh; + } elseif ($h <= 0) { + $h = $w * $oh / $ow; + } + // fit the image on available space + $this->fitBlock($w, $h, $x, $y, $fitonpage); + if ($this->rasterize_vector_images) { + // convert SVG to raster image using GD or ImageMagick libraries + return $this->Image($file, $x, $y, $w, $h, 'SVG', $link, $align, true, 300, $palign, false, false, $border, false, false, false); + } + // set alignment + $this->img_rb_y = $y + $h; + // set alignment + if ($this->rtl) { + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; + } else { + $ximg = $x - $w; + } + $this->img_rb_x = $ximg; + } else { + if ($palign == 'L') { + $ximg = $this->lMargin; + } elseif ($palign == 'C') { + $ximg = ($this->w + $this->lMargin - $this->rMargin - $w) / 2; + } elseif ($palign == 'R') { + $ximg = $this->w - $this->rMargin - $w; + } else { + $ximg = $x; + } + $this->img_rb_x = $ximg + $w; + } + // store current graphic vars + $gvars = $this->getGraphicVars(); + // store SVG position and scale factors + $svgoffset_x = ($ximg - $ox) * $this->k; + $svgoffset_y = -($y - $oy) * $this->k; + if (isset($view_box[2]) AND ($view_box[2] > 0) AND ($view_box[3] > 0)) { + $ow = $view_box[2]; + $oh = $view_box[3]; + } else { + if ($ow <= 0) { + $ow = $w; + } + if ($oh <= 0) { + $oh = $h; + } + } + $svgscale_x = $w / $ow; + $svgscale_y = $h / $oh; + // scaling and alignment + if ($aspect_ratio_align != 'none') { + // store current scaling values + $svgscale_old_x = $svgscale_x; + $svgscale_old_y = $svgscale_y; + // force uniform scaling + if ($aspect_ratio_ms == 'slice') { + // the entire viewport is covered by the viewBox + if ($svgscale_x > $svgscale_y) { + $svgscale_y = $svgscale_x; + } elseif ($svgscale_x < $svgscale_y) { + $svgscale_x = $svgscale_y; + } + } else { // meet + // the entire viewBox is visible within the viewport + if ($svgscale_x < $svgscale_y) { + $svgscale_y = $svgscale_x; + } elseif ($svgscale_x > $svgscale_y) { + $svgscale_x = $svgscale_y; + } + } + // correct X alignment + switch (substr($aspect_ratio_align, 1, 3)) { + case 'Min': { + // do nothing + break; + } + case 'Max': { + $svgoffset_x += (($w * $this->k) - ($ow * $this->k * $svgscale_x)); + break; + } + default: + case 'Mid': { + $svgoffset_x += ((($w * $this->k) - ($ow * $this->k * $svgscale_x)) / 2); + break; + } + } + // correct Y alignment + switch (substr($aspect_ratio_align, 5)) { + case 'Min': { + // do nothing + break; + } + case 'Max': { + $svgoffset_y -= (($h * $this->k) - ($oh * $this->k * $svgscale_y)); + break; + } + default: + case 'Mid': { + $svgoffset_y -= ((($h * $this->k) - ($oh * $this->k * $svgscale_y)) / 2); + break; + } + } + } + // store current page break mode + $page_break_mode = $this->AutoPageBreak; + $page_break_margin = $this->getBreakMargin(); + $cell_padding = $this->cell_padding; + $this->SetCellPadding(0); + $this->SetAutoPageBreak(false); + // save the current graphic state + $this->_out('q'.$this->epsmarker); + // set initial clipping mask + $this->Rect($x, $y, $w, $h, 'CNZ', array(), array()); + // scale and translate + $e = $ox * $this->k * (1 - $svgscale_x); + $f = ($this->h - $oy) * $this->k * (1 - $svgscale_y); + $this->_out(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F cm', $svgscale_x, 0, 0, $svgscale_y, $e + $svgoffset_x, $f + $svgoffset_y)); + // creates a new XML parser to be used by the other XML functions + $this->parser = xml_parser_create('UTF-8'); + // the following function allows to use parser inside object + xml_set_object($this->parser, $this); + // disable case-folding for this XML parser + xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, 0); + // sets the element handler functions for the XML parser + xml_set_element_handler($this->parser, 'startSVGElementHandler', 'endSVGElementHandler'); + // sets the character data handler function for the XML parser + xml_set_character_data_handler($this->parser, 'segSVGContentHandler'); + // start parsing an XML document + if(!xml_parse($this->parser, $svgdata)) { + $error_message = sprintf("SVG Error: %s at line %d", xml_error_string(xml_get_error_code($this->parser)), xml_get_current_line_number($this->parser)); + $this->Error($error_message); + } + // free this XML parser + xml_parser_free($this->parser); + // restore previous graphic state + $this->_out($this->epsmarker.'Q'); + // restore graphic vars + $this->setGraphicVars($gvars); + $this->lasth = $gvars['lasth']; + if (!empty($border)) { + $bx = $this->x; + $by = $this->y; + $this->x = $ximg; + if ($this->rtl) { + $this->x += $w; + } + $this->y = $y; + $this->Cell($w, $h, '', $border, 0, '', 0, '', 0, true); + $this->x = $bx; + $this->y = $by; + } + if ($link) { + $this->Link($ximg, $y, $w, $h, $link, 0); + } + // set pointer to align the next text/objects + switch($align) { + case 'T':{ + $this->y = $y; + $this->x = $this->img_rb_x; + break; + } + case 'M':{ + $this->y = $y + round($h/2); + $this->x = $this->img_rb_x; + break; + } + case 'B':{ + $this->y = $this->img_rb_y; + $this->x = $this->img_rb_x; + break; + } + case 'N':{ + $this->SetY($this->img_rb_y); + break; + } + default:{ + // restore pointer to starting position + $this->x = $gvars['x']; + $this->y = $gvars['y']; + $this->page = $gvars['page']; + $this->current_column = $gvars['current_column']; + $this->tMargin = $gvars['tMargin']; + $this->bMargin = $gvars['bMargin']; + $this->w = $gvars['w']; + $this->h = $gvars['h']; + $this->wPt = $gvars['wPt']; + $this->hPt = $gvars['hPt']; + $this->fwPt = $gvars['fwPt']; + $this->fhPt = $gvars['fhPt']; + break; + } + } + $this->endlinex = $this->img_rb_x; + // restore page break + $this->SetAutoPageBreak($page_break_mode, $page_break_margin); + $this->cell_padding = $cell_padding; + } + + /** + * Get the tranformation matrix from SVG transform attribute + * @param $attribute (string) transformation + * @return array of transformations + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function getSVGTransformMatrix($attribute) { + // identity matrix + $tm = array(1, 0, 0, 1, 0, 0); + $transform = array(); + if (preg_match_all('/(matrix|translate|scale|rotate|skewX|skewY)[\s]*\(([^\)]+)\)/si', $attribute, $transform, PREG_SET_ORDER) > 0) { + foreach ($transform as $key => $data) { + if (!empty($data[2])) { + $a = 1; + $b = 0; + $c = 0; + $d = 1; + $e = 0; + $f = 0; + $regs = array(); + switch ($data[1]) { + case 'matrix': { + if (preg_match('/([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)/si', $data[2], $regs)) { + $a = $regs[1]; + $b = $regs[2]; + $c = $regs[3]; + $d = $regs[4]; + $e = $regs[5]; + $f = $regs[6]; + } + break; + } + case 'translate': { + if (preg_match('/([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)/si', $data[2], $regs)) { + $e = $regs[1]; + $f = $regs[2]; + } elseif (preg_match('/([a-z0-9\-\.]+)/si', $data[2], $regs)) { + $e = $regs[1]; + } + break; + } + case 'scale': { + if (preg_match('/([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)/si', $data[2], $regs)) { + $a = $regs[1]; + $d = $regs[2]; + } elseif (preg_match('/([a-z0-9\-\.]+)/si', $data[2], $regs)) { + $a = $regs[1]; + $d = $a; + } + break; + } + case 'rotate': { + if (preg_match('/([0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)[\,\s]+([a-z0-9\-\.]+)/si', $data[2], $regs)) { + $ang = deg2rad($regs[1]); + $x = $regs[2]; + $y = $regs[3]; + $a = cos($ang); + $b = sin($ang); + $c = -$b; + $d = $a; + $e = ($x * (1 - $a)) - ($y * $c); + $f = ($y * (1 - $d)) - ($x * $b); + } elseif (preg_match('/([0-9\-\.]+)/si', $data[2], $regs)) { + $ang = deg2rad($regs[1]); + $a = cos($ang); + $b = sin($ang); + $c = -$b; + $d = $a; + $e = 0; + $f = 0; + } + break; + } + case 'skewX': { + if (preg_match('/([0-9\-\.]+)/si', $data[2], $regs)) { + $c = tan(deg2rad($regs[1])); + } + break; + } + case 'skewY': { + if (preg_match('/([0-9\-\.]+)/si', $data[2], $regs)) { + $b = tan(deg2rad($regs[1])); + } + break; + } + } + $tm = $this->getTransformationMatrixProduct($tm, array($a, $b, $c, $d, $e, $f)); + } + } + } + return $tm; + } + + /** + * Get the product of two SVG tranformation matrices + * @param $ta (array) first SVG tranformation matrix + * @param $tb (array) second SVG tranformation matrix + * @return transformation array + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function getTransformationMatrixProduct($ta, $tb) { + $tm = array(); + $tm[0] = ($ta[0] * $tb[0]) + ($ta[2] * $tb[1]); + $tm[1] = ($ta[1] * $tb[0]) + ($ta[3] * $tb[1]); + $tm[2] = ($ta[0] * $tb[2]) + ($ta[2] * $tb[3]); + $tm[3] = ($ta[1] * $tb[2]) + ($ta[3] * $tb[3]); + $tm[4] = ($ta[0] * $tb[4]) + ($ta[2] * $tb[5]) + $ta[4]; + $tm[5] = ($ta[1] * $tb[4]) + ($ta[3] * $tb[5]) + $ta[5]; + return $tm; + } + + /** + * Convert SVG transformation matrix to PDF. + * @param $tm (array) original SVG transformation matrix + * @return array transformation matrix + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected function convertSVGtMatrix($tm) { + $a = $tm[0]; + $b = -$tm[1]; + $c = -$tm[2]; + $d = $tm[3]; + $e = $this->getHTMLUnitToUnits($tm[4], 1, $this->svgunit, false) * $this->k; + $f = -$this->getHTMLUnitToUnits($tm[5], 1, $this->svgunit, false) * $this->k; + $x = 0; + $y = $this->h * $this->k; + $e = ($x * (1 - $a)) - ($y * $c) + $e; + $f = ($y * (1 - $d)) - ($x * $b) + $f; + return array($a, $b, $c, $d, $e, $f); + } + + /** + * Apply SVG graphic transformation matrix. + * @param $tm (array) original SVG transformation matrix + * @protected + * @since 5.0.000 (2010-05-02) + */ + protected function SVGTransform($tm) { + $this->Transform($this->convertSVGtMatrix($tm)); + } + + /** + * Apply the requested SVG styles (*** TO BE COMPLETED ***) + * @param $svgstyle (array) array of SVG styles to apply + * @param $prevsvgstyle (array) array of previous SVG style + * @param $x (int) X origin of the bounding box + * @param $y (int) Y origin of the bounding box + * @param $w (int) width of the bounding box + * @param $h (int) height of the bounding box + * @param $clip_function (string) clip function + * @param $clip_params (array) array of parameters for clipping function + * @return object style + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function setSVGStyles($svgstyle, $prevsvgstyle, $x=0, $y=0, $w=1, $h=1, $clip_function='', $clip_params=array()) { + $objstyle = ''; + if(!isset($svgstyle['opacity'])) { + return $objstyle; + } + // clip-path + $regs = array(); + if (preg_match('/url\([\s]*\#([^\)]*)\)/si', $svgstyle['clip-path'], $regs)) { + $clip_path = $this->svgclippaths[$regs[1]]; + foreach ($clip_path as $cp) { + $this->startSVGElementHandler('clip-path', $cp['name'], $cp['attribs'], $cp['tm']); + } + } + // opacity + if ($svgstyle['opacity'] != 1) { + $this->SetAlpha($svgstyle['opacity']); + } + // color + $fill_color = $this->convertHTMLColorToDec($svgstyle['color']); + $this->SetFillColorArray($fill_color); + // text color + $text_color = $this->convertHTMLColorToDec($svgstyle['text-color']); + $this->SetTextColorArray($text_color); + // clip + if (preg_match('/rect\(([a-z0-9\-\.]*)[\s]*([a-z0-9\-\.]*)[\s]*([a-z0-9\-\.]*)[\s]*([a-z0-9\-\.]*)\)/si', $svgstyle['clip'], $regs)) { + $top = (isset($regs[1])?$this->getHTMLUnitToUnits($regs[1], 0, $this->svgunit, false):0); + $right = (isset($regs[2])?$this->getHTMLUnitToUnits($regs[2], 0, $this->svgunit, false):0); + $bottom = (isset($regs[3])?$this->getHTMLUnitToUnits($regs[3], 0, $this->svgunit, false):0); + $left = (isset($regs[4])?$this->getHTMLUnitToUnits($regs[4], 0, $this->svgunit, false):0); + $cx = $x + $left; + $cy = $y + $top; + $cw = $w - $left - $right; + $ch = $h - $top - $bottom; + if ($svgstyle['clip-rule'] == 'evenodd') { + $clip_rule = 'CNZ'; + } else { + $clip_rule = 'CEO'; + } + $this->Rect($cx, $cy, $cw, $ch, $clip_rule, array(), array()); + } + // fill + $regs = array(); + if (preg_match('/url\([\s]*\#([^\)]*)\)/si', $svgstyle['fill'], $regs)) { + // gradient + $gradient = $this->svggradients[$regs[1]]; + if (isset($gradient['xref'])) { + // reference to another gradient definition + $newgradient = $this->svggradients[$gradient['xref']]; + $newgradient['coords'] = $gradient['coords']; + $newgradient['mode'] = $gradient['mode']; + $newgradient['gradientUnits'] = $gradient['gradientUnits']; + if (isset($gradient['gradientTransform'])) { + $newgradient['gradientTransform'] = $gradient['gradientTransform']; + } + $gradient = $newgradient; + } + //save current Graphic State + $this->_out('q'); + //set clipping area + if (!empty($clip_function) AND method_exists($this, $clip_function)) { + $bbox = call_user_func_array(array($this, $clip_function), $clip_params); + if (is_array($bbox) AND (count($bbox) == 4)) { + list($x, $y, $w, $h) = $bbox; + } + } + if ($gradient['mode'] == 'measure') { + if (isset($gradient['gradientTransform']) AND !empty($gradient['gradientTransform'])) { + $gtm = $gradient['gradientTransform']; + // apply transformation matrix + $xa = ($gtm[0] * $gradient['coords'][0]) + ($gtm[2] * $gradient['coords'][1]) + $gtm[4]; + $ya = ($gtm[1] * $gradient['coords'][0]) + ($gtm[3] * $gradient['coords'][1]) + $gtm[5]; + $xb = ($gtm[0] * $gradient['coords'][2]) + ($gtm[2] * $gradient['coords'][3]) + $gtm[4]; + $yb = ($gtm[1] * $gradient['coords'][2]) + ($gtm[3] * $gradient['coords'][3]) + $gtm[5]; + if (isset($gradient['coords'][4])) { + $gradient['coords'][4] = sqrt(pow(($gtm[0] * $gradient['coords'][4]), 2) + pow(($gtm[1] * $gradient['coords'][4]), 2)); + } + $gradient['coords'][0] = $xa; + $gradient['coords'][1] = $ya; + $gradient['coords'][2] = $xb; + $gradient['coords'][3] = $yb; + } + // convert SVG coordinates to user units + $gradient['coords'][0] = $this->getHTMLUnitToUnits($gradient['coords'][0], 0, $this->svgunit, false); + $gradient['coords'][1] = $this->getHTMLUnitToUnits($gradient['coords'][1], 0, $this->svgunit, false); + $gradient['coords'][2] = $this->getHTMLUnitToUnits($gradient['coords'][2], 0, $this->svgunit, false); + $gradient['coords'][3] = $this->getHTMLUnitToUnits($gradient['coords'][3], 0, $this->svgunit, false); + if (isset($gradient['coords'][4])) { + $gradient['coords'][4] = $this->getHTMLUnitToUnits($gradient['coords'][4], 0, $this->svgunit, false); + } + // shift units + if ($gradient['gradientUnits'] == 'objectBoundingBox') { + // convert to SVG coordinate system + $gradient['coords'][0] += $x; + $gradient['coords'][1] += $y; + $gradient['coords'][2] += $x; + $gradient['coords'][3] += $y; + } + if ($w <= 0) { + $w = 1; + } + if ($h <= 0) { + $h = 1; + } + // calculate percentages + $gradient['coords'][0] = ($gradient['coords'][0] - $x) / $w; + $gradient['coords'][1] = ($gradient['coords'][1] - $y) / $h; + $gradient['coords'][2] = ($gradient['coords'][2] - $x) / $w; + $gradient['coords'][3] = ($gradient['coords'][3] - $y) / $h; + if (isset($gradient['coords'][4])) { + $gradient['coords'][4] /= $w; + } + } elseif ($gradient['mode'] == 'percentage') { + foreach($gradient['coords'] as $key => $val) { + $gradient['coords'][$key] = (intval($val) / 100); + } + } + // fix values + foreach($gradient['coords'] as $key => $val) { + if ($val < 0) { + $gradient['coords'][$key] = 0; + } elseif ($val > 1) { + $gradient['coords'][$key] = 1; + } + } + if (($gradient['type'] == 2) AND ($gradient['coords'][0] == $gradient['coords'][2]) AND ($gradient['coords'][1] == $gradient['coords'][3])) { + // single color (no shading) + $gradient['coords'][0] = 1; + $gradient['coords'][1] = 0; + $gradient['coords'][2] = 0.999; + $gradient['coords'][3] = 0; + } + // swap Y coordinates + $tmp = $gradient['coords'][1]; + $gradient['coords'][1] = $gradient['coords'][3]; + $gradient['coords'][3] = $tmp; + // set transformation map for gradient + if ($gradient['type'] == 3) { + // gradient is always circular + $cy = $this->h - $y - ($gradient['coords'][1] * ($w + $h)); + $this->_out(sprintf('%.3F 0 0 %.3F %.3F %.3F cm', $w*$this->k, $w*$this->k, $x*$this->k, $cy*$this->k)); + } else { + $this->_out(sprintf('%.3F 0 0 %.3F %.3F %.3F cm', $w*$this->k, $h*$this->k, $x*$this->k, ($this->h-($y+$h))*$this->k)); + } + if (count($gradient['stops']) > 1) { + $this->Gradient($gradient['type'], $gradient['coords'], $gradient['stops'], array(), false); + } + } elseif ($svgstyle['fill'] != 'none') { + $fill_color = $this->convertHTMLColorToDec($svgstyle['fill']); + if ($svgstyle['fill-opacity'] != 1) { + $this->SetAlpha($svgstyle['fill-opacity']); + } + $this->SetFillColorArray($fill_color); + if ($svgstyle['fill-rule'] == 'evenodd') { + $objstyle .= 'F*'; + } else { + $objstyle .= 'F'; + } + } + // stroke + if ($svgstyle['stroke'] != 'none') { + $stroke_style = array( + 'color' => $this->convertHTMLColorToDec($svgstyle['stroke']), + 'width' => $this->getHTMLUnitToUnits($svgstyle['stroke-width'], 0, $this->svgunit, false), + 'cap' => $svgstyle['stroke-linecap'], + 'join' => $svgstyle['stroke-linejoin'] + ); + if (isset($svgstyle['stroke-dasharray']) AND !empty($svgstyle['stroke-dasharray']) AND ($svgstyle['stroke-dasharray'] != 'none')) { + $stroke_style['dash'] = $svgstyle['stroke-dasharray']; + } + $this->SetLineStyle($stroke_style); + $objstyle .= 'D'; + } + // font + $regs = array(); + if (!empty($svgstyle['font'])) { + if (preg_match('/font-family[\s]*:[\s]*([^\;\"]*)/si', $svgstyle['font'], $regs)) { + $font_family = $this->getFontFamilyName($regs[1]); + } else { + $font_family = $svgstyle['font-family']; + } + if (preg_match('/font-size[\s]*:[\s]*([^\s\;\"]*)/si', $svgstyle['font'], $regs)) { + $font_size = trim($regs[1]); + } else { + $font_size = $svgstyle['font-size']; + } + if (preg_match('/font-style[\s]*:[\s]*([^\s\;\"]*)/si', $svgstyle['font'], $regs)) { + $font_style = trim($regs[1]); + } else { + $font_style = $svgstyle['font-style']; + } + if (preg_match('/font-weight[\s]*:[\s]*([^\s\;\"]*)/si', $svgstyle['font'], $regs)) { + $font_weight = trim($regs[1]); + } else { + $font_weight = $svgstyle['font-weight']; + } + if (preg_match('/font-stretch[\s]*:[\s]*([^\s\;\"]*)/si', $svgstyle['font'], $regs)) { + $font_stretch = trim($regs[1]); + } else { + $font_stretch = $svgstyle['font-stretch']; + } + if (preg_match('/letter-spacing[\s]*:[\s]*([^\s\;\"]*)/si', $svgstyle['font'], $regs)) { + $font_spacing = trim($regs[1]); + } else { + $font_spacing = $svgstyle['letter-spacing']; + } + } else { + $font_family = $this->getFontFamilyName($svgstyle['font-family']); + $font_size = $svgstyle['font-size']; + $font_style = $svgstyle['font-style']; + $font_weight = $svgstyle['font-weight']; + $font_stretch = $svgstyle['font-stretch']; + $font_spacing = $svgstyle['letter-spacing']; + } + $font_size = $this->getHTMLUnitToUnits($font_size, $prevsvgstyle['font-size'], $this->svgunit, false) * $this->k; + $font_stretch = $this->getCSSFontStretching($font_stretch, $svgstyle['font-stretch']); + $font_spacing = $this->getCSSFontSpacing($font_spacing, $svgstyle['letter-spacing']); + switch ($font_style) { + case 'italic': { + $font_style = 'I'; + break; + } + case 'oblique': { + $font_style = 'I'; + break; + } + default: + case 'normal': { + $font_style = ''; + break; + } + } + switch ($font_weight) { + case 'bold': + case 'bolder': { + $font_style .= 'B'; + break; + } + } + switch ($svgstyle['text-decoration']) { + case 'underline': { + $font_style .= 'U'; + break; + } + case 'overline': { + $font_style .= 'O'; + break; + } + case 'line-through': { + $font_style .= 'D'; + break; + } + default: + case 'none': { + break; + } + } + $this->SetFont($font_family, $font_style, $font_size); + $this->setFontStretching($font_stretch); + $this->setFontSpacing($font_spacing); + return $objstyle; + } + + /** + * Draws an SVG path + * @param $d (string) attribute d of the path SVG element + * @param $style (string) Style of rendering. Possible values are: + *
                          + *
                        • D or empty string: Draw (default).
                        • + *
                        • F: Fill.
                        • + *
                        • F*: Fill using the even-odd rule to determine which regions lie inside the clipping path.
                        • + *
                        • DF or FD: Draw and fill.
                        • + *
                        • DF* or FD*: Draw and fill using the even-odd rule to determine which regions lie inside the clipping path.
                        • + *
                        • CNZ: Clipping mode (using the even-odd rule to determine which regions lie inside the clipping path).
                        • + *
                        • CEO: Clipping mode (using the nonzero winding number rule to determine which regions lie inside the clipping path).
                        • + *
                        + * @return array of container box measures (x, y, w, h) + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function SVGPath($d, $style='') { + // set fill/stroke style + $op = $this->getPathPaintOperator($style, ''); + if (empty($op)) { + return; + } + $paths = array(); + $d = preg_replace('/([0-9ACHLMQSTVZ])([\-\+])/si', '\\1 \\2', $d); + preg_match_all('/([ACHLMQSTVZ])[\s]*([^ACHLMQSTVZ\"]*)/si', $d, $paths, PREG_SET_ORDER); + $x = 0; + $y = 0; + $x1 = 0; + $y1 = 0; + $x2 = 0; + $y2 = 0; + $xmin = 2147483647; + $xmax = 0; + $ymin = 2147483647; + $ymax = 0; + $relcoord = false; + // draw curve pieces + foreach ($paths as $key => $val) { + // get curve type + $cmd = trim($val[1]); + if (strtolower($cmd) == $cmd) { + // use relative coordinated instead of absolute + $relcoord = true; + $xoffset = $x; + $yoffset = $y; + } else { + $relcoord = false; + $xoffset = 0; + $yoffset = 0; + } + $params = array(); + if (isset($val[2])) { + // get curve parameters + $rawparams = preg_split('/([\,\s]+)/si', trim($val[2])); + $params = array(); + foreach ($rawparams as $ck => $cp) { + $params[$ck] = $this->getHTMLUnitToUnits($cp, 0, $this->svgunit, false); + } + } + switch (strtoupper($cmd)) { + case 'M': { // moveto + foreach ($params as $ck => $cp) { + if (($ck % 2) == 0) { + $x = $cp + $xoffset; + } else { + $y = $cp + $yoffset; + if ($ck == 1) { + $this->_outPoint($x, $y); + } else { + $this->_outLine($x, $y); + } + $xmin = min($xmin, $x); + $ymin = min($ymin, $y); + $xmax = max($xmax, $x); + $ymax = max($ymax, $y); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'L': { // lineto + foreach ($params as $ck => $cp) { + if (($ck % 2) == 0) { + $x = $cp + $xoffset; + } else { + $y = $cp + $yoffset; + $this->_outLine($x, $y); + $xmin = min($xmin, $x); + $ymin = min($ymin, $y); + $xmax = max($xmax, $x); + $ymax = max($ymax, $y); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'H': { // horizontal lineto + foreach ($params as $ck => $cp) { + $x = $cp + $xoffset; + $this->_outLine($x, $y); + $xmin = min($xmin, $x); + $xmax = max($xmax, $x); + if ($relcoord) { + $xoffset = $x; + } + } + break; + } + case 'V': { // vertical lineto + foreach ($params as $ck => $cp) { + $y = $cp + $yoffset; + $this->_outLine($x, $y); + $ymin = min($ymin, $y); + $ymax = max($ymax, $y); + if ($relcoord) { + $yoffset = $y; + } + } + break; + } + case 'C': { // curveto + foreach ($params as $ck => $cp) { + $params[$ck] = $cp; + if ((($ck + 1) % 6) == 0) { + $x1 = $params[($ck - 5)] + $xoffset; + $y1 = $params[($ck - 4)] + $yoffset; + $x2 = $params[($ck - 3)] + $xoffset; + $y2 = $params[($ck - 2)] + $yoffset; + $x = $params[($ck - 1)] + $xoffset; + $y = $params[($ck)] + $yoffset; + $this->_outCurve($x1, $y1, $x2, $y2, $x, $y); + $xmin = min($xmin, $x, $x1, $x2); + $ymin = min($ymin, $y, $y1, $y2); + $xmax = max($xmax, $x, $x1, $x2); + $ymax = max($ymax, $y, $y1, $y2); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'S': { // shorthand/smooth curveto + foreach ($params as $ck => $cp) { + $params[$ck] = $cp; + if ((($ck + 1) % 4) == 0) { + if (($key > 0) AND ((strtoupper($paths[($key - 1)][1]) == 'C') OR (strtoupper($paths[($key - 1)][1]) == 'S'))) { + $x1 = (2 * $x) - $x2; + $y1 = (2 * $y) - $y2; + } else { + $x1 = $x; + $y1 = $y; + } + $x2 = $params[($ck - 3)] + $xoffset; + $y2 = $params[($ck - 2)] + $yoffset; + $x = $params[($ck - 1)] + $xoffset; + $y = $params[($ck)] + $yoffset; + $this->_outCurve($x1, $y1, $x2, $y2, $x, $y); + $xmin = min($xmin, $x, $x1, $x2); + $ymin = min($ymin, $y, $y1, $y2); + $xmax = max($xmax, $x, $x1, $x2); + $ymax = max($ymax, $y, $y1, $y2); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'Q': { // quadratic B�zier curveto + foreach ($params as $ck => $cp) { + $params[$ck] = $cp; + if ((($ck + 1) % 4) == 0) { + // convert quadratic points to cubic points + $x1 = $params[($ck - 3)] + $xoffset; + $y1 = $params[($ck - 2)] + $yoffset; + $xa = ($x + (2 * $x1)) / 3; + $ya = ($y + (2 * $y1)) / 3; + $x = $params[($ck - 1)] + $xoffset; + $y = $params[($ck)] + $yoffset; + $xb = ($x + (2 * $x1)) / 3; + $yb = ($y + (2 * $y1)) / 3; + $this->_outCurve($xa, $ya, $xb, $yb, $x, $y); + $xmin = min($xmin, $x, $xa, $xb); + $ymin = min($ymin, $y, $ya, $yb); + $xmax = max($xmax, $x, $xa, $xb); + $ymax = max($ymax, $y, $ya, $yb); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'T': { // shorthand/smooth quadratic B�zier curveto + foreach ($params as $ck => $cp) { + $params[$ck] = $cp; + if (($ck % 2) != 0) { + if (($key > 0) AND ((strtoupper($paths[($key - 1)][1]) == 'Q') OR (strtoupper($paths[($key - 1)][1]) == 'T'))) { + $x1 = (2 * $x) - $x1; + $y1 = (2 * $y) - $y1; + } else { + $x1 = $x; + $y1 = $y; + } + // convert quadratic points to cubic points + $xa = ($x + (2 * $x1)) / 3; + $ya = ($y + (2 * $y1)) / 3; + $x = $params[($ck - 1)] + $xoffset; + $y = $params[($ck)] + $yoffset; + $xb = ($x + (2 * $x1)) / 3; + $yb = ($y + (2 * $y1)) / 3; + $this->_outCurve($xa, $ya, $xb, $yb, $x, $y); + $xmin = min($xmin, $x, $xa, $xb); + $ymin = min($ymin, $y, $ya, $yb); + $xmax = max($xmax, $x, $xa, $xb); + $ymax = max($ymax, $y, $ya, $yb); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'A': { // elliptical arc + foreach ($params as $ck => $cp) { + $params[$ck] = $cp; + if ((($ck + 1) % 7) == 0) { + $x0 = $x; + $y0 = $y; + $rx = abs($params[($ck - 6)]); + $ry = abs($params[($ck - 5)]); + $ang = -$rawparams[($ck - 4)]; + $angle = deg2rad($ang); + $fa = $rawparams[($ck - 3)]; // large-arc-flag + $fs = $rawparams[($ck - 2)]; // sweep-flag + $x = $params[($ck - 1)] + $xoffset; + $y = $params[$ck] + $yoffset; + $cos_ang = cos($angle); + $sin_ang = sin($angle); + $a = ($x0 - $x) / 2; + $b = ($y0 - $y) / 2; + $xa = ($a * $cos_ang) - ($b * $sin_ang); + $ya = ($a * $sin_ang) + ($b * $cos_ang); + $rx2 = $rx * $rx; + $ry2 = $ry * $ry; + $xa2 = $xa * $xa; + $ya2 = $ya * $ya; + $delta = ($xa2 / $rx2) + ($ya2 / $ry2); + if ($delta > 1) { + $rx *= sqrt($delta); + $ry *= sqrt($delta); + $rx2 = $rx * $rx; + $ry2 = $ry * $ry; + } + $numerator = (($rx2 * $ry2) - ($rx2 * $ya2) - ($ry2 * $xa2)); + if ($numerator < 0) { + $root = 0; + } else { + $root = sqrt($numerator / (($rx2 * $ya2) + ($ry2 * $xa2))); + } + if ($fa == $fs) { + $root *= -1; + } + $cax = $root * (($rx * $ya) / $ry); + $cay = -$root * (($ry * $xa) / $rx); + // coordinates of ellipse center + $cx = ($cax * $cos_ang) - ($cay * $sin_ang) + (($x0 + $x) / 2); + $cy = ($cax * $sin_ang) + ($cay * $cos_ang) + (($y0 + $y) / 2); + // get angles + $angs = $this->getVectorsAngle(1, 0, (($xa - $cax) / $rx), (($cay - $ya) / $ry)); + $dang = $this->getVectorsAngle((($xa - $cax) / $rx), (($ya - $cay) / $ry), ((-$xa - $cax) / $rx), ((-$ya - $cay) / $ry)); + if (($fs == 0) AND ($dang > 0)) { + $dang -= (2 * M_PI); + } elseif (($fs == 1) AND ($dang < 0)) { + $dang += (2 * M_PI); + } + $angf = $angs - $dang; + if ((($fs == 0) AND ($angs > $angf)) OR (($fs == 1) AND ($angs < $angf))) { + // reverse angles + $tmp = $angs; + $angs = $angf; + $angf = $tmp; + } + $angs = round(rad2deg($angs), 6); + $angf = round(rad2deg($angf), 6); + // covent angles to positive values + if (($angs < 0) AND ($angf < 0)) { + $angs += 360; + $angf += 360; + } + $pie = false; + if (($key==0) AND (isset($paths[($key + 1)][1])) AND (trim($paths[($key + 1)][1]) == 'z')) { + $pie = true; + } + list($axmin, $aymin, $axmax, $aymax) = $this->_outellipticalarc($cx, $cy, $rx, $ry, $ang, $angs, $angf, $pie, 2, false, ($fs == 0)); + $xmin = min($xmin, $x, $axmin); + $ymin = min($ymin, $y, $aymin); + $xmax = max($xmax, $x, $axmax); + $ymax = max($ymax, $y, $aymax); + if ($relcoord) { + $xoffset = $x; + $yoffset = $y; + } + } + } + break; + } + case 'Z': { + $this->_out('h'); + break; + } + } + } // end foreach + if (!empty($op)) { + $this->_out($op); + } + return array($xmin, $ymin, ($xmax - $xmin), ($ymax - $ymin)); + } + + /** + * Returns the angle in radiants between two vectors + * @param $x1 (int) X coordiante of first vector point + * @param $y1 (int) Y coordiante of first vector point + * @param $x2 (int) X coordiante of second vector point + * @param $y2 (int) Y coordiante of second vector point + * @author Nicola Asuni + * @since 5.0.000 (2010-05-04) + * @protected + */ + protected function getVectorsAngle($x1, $y1, $x2, $y2) { + $dprod = ($x1 * $x2) + ($y1 * $y2); + $dist1 = sqrt(($x1 * $x1) + ($y1 * $y1)); + $dist2 = sqrt(($x2 * $x2) + ($y2 * $y2)); + $angle = acos($dprod / ($dist1 * $dist2)); + if (is_nan($angle)) { + $angle = M_PI; + } + if ((($x1 * $y2) - ($x2 * $y1)) < 0) { + $angle *= -1; + } + return $angle; + } + + /** + * Sets the opening SVG element handler function for the XML parser. (*** TO BE COMPLETED ***) + * @param $parser (resource) The first parameter, parser, is a reference to the XML parser calling the handler. + * @param $name (string) The second parameter, name, contains the name of the element for which this handler is called. If case-folding is in effect for this parser, the element name will be in uppercase letters. + * @param $attribs (array) The third parameter, attribs, contains an associative array with the element's attributes (if any). The keys of this array are the attribute names, the values are the attribute values. Attribute names are case-folded on the same criteria as element names. Attribute values are not case-folded. The original order of the attributes can be retrieved by walking through attribs the normal way, using each(). The first key in the array was the first attribute, and so on. + * @param $ctm (array) tranformation matrix for clipping mode (starting transformation matrix). + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function startSVGElementHandler($parser, $name, $attribs, $ctm=array()) { + // check if we are in clip mode + if ($this->svgclipmode) { + $this->svgclippaths[$this->svgclipid][] = array('name' => $name, 'attribs' => $attribs, 'tm' => $this->svgcliptm[$this->svgclipid]); + return; + } + if ($this->svgdefsmode AND !in_array($name, array('clipPath', 'linearGradient', 'radialGradient', 'stop'))) { + if (!isset($attribs['id'])) { + $attribs['id'] = 'DF_'.(count($this->svgdefs) + 1); + } + $this->svgdefs[$attribs['id']] = array('name' => $name, 'attribs' => $attribs); + return; + } + $clipping = false; + if ($parser == 'clip-path') { + // set clipping mode + $clipping = true; + } + // get styling properties + $prev_svgstyle = $this->svgstyles[(count($this->svgstyles) - 1)]; // previous style + $svgstyle = $this->svgstyles[0]; // set default style + if (isset($attribs['style']) AND !$this->empty_string($attribs['style'])) { + // fix style for regular expression + $attribs['style'] = ';'.$attribs['style']; + } + foreach ($prev_svgstyle as $key => $val) { + if (in_array($key, $this->svginheritprop)) { + // inherit previous value + $svgstyle[$key] = $val; + } + if (isset($attribs[$key]) AND !$this->empty_string($attribs[$key])) { + // specific attribute settings + if ($attribs[$key] == 'inherit') { + $svgstyle[$key] = $val; + } else { + $svgstyle[$key] = $attribs[$key]; + } + } elseif (isset($attribs['style']) AND !$this->empty_string($attribs['style'])) { + // CSS style syntax + $attrval = array(); + if (preg_match('/[;\"\s]{1}'.$key.'[\s]*:[\s]*([^;\"]*)/si', $attribs['style'], $attrval) AND isset($attrval[1])) { + if ($attrval[1] == 'inherit') { + $svgstyle[$key] = $val; + } else { + $svgstyle[$key] = $attrval[1]; + } + } + } + } + // transformation matrix + if (!empty($ctm)) { + $tm = $ctm; + } else { + $tm = $this->svgstyles[(count($this->svgstyles) - 1)]['transfmatrix']; + } + if (isset($attribs['transform']) AND !empty($attribs['transform'])) { + $tm = $this->getTransformationMatrixProduct($tm, $this->getSVGTransformMatrix($attribs['transform'])); + } + $svgstyle['transfmatrix'] = $tm; + $invisible = false; + if (($svgstyle['visibility'] == 'hidden') OR ($svgstyle['visibility'] == 'collapse') OR ($svgstyle['display'] == 'none')) { + // the current graphics element is invisible (nothing is painted) + $invisible = true; + } + // process tag + switch($name) { + case 'defs': { + $this->svgdefsmode = true; + break; + } + // clipPath + case 'clipPath': { + if ($invisible) { + break; + } + $this->svgclipmode = true; + if (!isset($attribs['id'])) { + $attribs['id'] = 'CP_'.(count($this->svgcliptm) + 1); + } + $this->svgclipid = $attribs['id']; + $this->svgclippaths[$this->svgclipid] = array(); + $this->svgcliptm[$this->svgclipid] = $tm; + break; + } + case 'svg': { + // start of SVG object + break; + } + case 'g': { + // group together related graphics elements + array_push($this->svgstyles, $svgstyle); + $this->StartTransform(); + $this->setSVGStyles($svgstyle, $prev_svgstyle); + break; + } + case 'linearGradient': { + if (!isset($attribs['id'])) { + $attribs['id'] = 'GR_'.(count($this->svggradients) + 1); + } + $this->svggradientid = $attribs['id']; + $this->svggradients[$this->svggradientid] = array(); + $this->svggradients[$this->svggradientid]['type'] = 2; + $this->svggradients[$this->svggradientid]['stops'] = array(); + if (isset($attribs['gradientUnits'])) { + $this->svggradients[$this->svggradientid]['gradientUnits'] = $attribs['gradientUnits']; + } else { + $this->svggradients[$this->svggradientid]['gradientUnits'] = 'objectBoundingBox'; + } + //$attribs['spreadMethod'] + $x1 = (isset($attribs['x1'])?$attribs['x1']:'0%'); + $y1 = (isset($attribs['y1'])?$attribs['y1']:'0%'); + $x2 = (isset($attribs['x2'])?$attribs['x2']:'100%'); + $y2 = (isset($attribs['y2'])?$attribs['y2']:'0%'); + if (substr($x1, -1) != '%') { + $this->svggradients[$this->svggradientid]['mode'] = 'measure'; + } else { + $this->svggradients[$this->svggradientid]['mode'] = 'percentage'; + } + if (isset($attribs['gradientTransform'])) { + $this->svggradients[$this->svggradientid]['gradientTransform'] = $this->getSVGTransformMatrix($attribs['gradientTransform']); + } + $this->svggradients[$this->svggradientid]['coords'] = array($x1, $y1, $x2, $y2); + if (isset($attribs['xlink:href']) AND !empty($attribs['xlink:href'])) { + // gradient is defined on another place + $this->svggradients[$this->svggradientid]['xref'] = substr($attribs['xlink:href'], 1); + } + break; + } + case 'radialGradient': { + if (!isset($attribs['id'])) { + $attribs['id'] = 'GR_'.(count($this->svggradients) + 1); + } + $this->svggradientid = $attribs['id']; + $this->svggradients[$this->svggradientid] = array(); + $this->svggradients[$this->svggradientid]['type'] = 3; + $this->svggradients[$this->svggradientid]['stops'] = array(); + if (isset($attribs['gradientUnits'])) { + $this->svggradients[$this->svggradientid]['gradientUnits'] = $attribs['gradientUnits']; + } else { + $this->svggradients[$this->svggradientid]['gradientUnits'] = 'objectBoundingBox'; + } + //$attribs['spreadMethod'] + $cx = (isset($attribs['cx'])?$attribs['cx']:0.5); + $cy = (isset($attribs['cy'])?$attribs['cy']:0.5); + $fx = (isset($attribs['fx'])?$attribs['fx']:$cx); + $fy = (isset($attribs['fy'])?$attribs['fy']:$cy); + $r = (isset($attribs['r'])?$attribs['r']:0.5); + if (isset($attribs['cx']) AND (substr($attribs['cx'], -1) != '%')) { + $this->svggradients[$this->svggradientid]['mode'] = 'measure'; + } else { + $this->svggradients[$this->svggradientid]['mode'] = 'percentage'; + } + if (isset($attribs['gradientTransform'])) { + $this->svggradients[$this->svggradientid]['gradientTransform'] = $this->getSVGTransformMatrix($attribs['gradientTransform']); + } + $this->svggradients[$this->svggradientid]['coords'] = array($cx, $cy, $fx, $fy, $r); + if (isset($attribs['xlink:href']) AND !empty($attribs['xlink:href'])) { + // gradient is defined on another place + $this->svggradients[$this->svggradientid]['xref'] = substr($attribs['xlink:href'], 1); + } + break; + } + case 'stop': { + // gradient stops + if (substr($attribs['offset'], -1) == '%') { + $offset = floatval(substr($attribs['offset'], -1)) / 100; + } else { + $offset = floatval($attribs['offset']); + if ($offset > 1) { + $offset /= 100; + } + } + $stop_color = isset($svgstyle['stop-color'])?$this->convertHTMLColorToDec($svgstyle['stop-color']):'black'; + $opacity = isset($svgstyle['stop-opacity'])?$svgstyle['stop-opacity']:1; + $this->svggradients[$this->svggradientid]['stops'][] = array('offset' => $offset, 'color' => $stop_color, 'opacity' => $opacity); + break; + } + // paths + case 'path': { + if ($invisible) { + break; + } + if (isset($attribs['d'])) { + $d = trim($attribs['d']); + if (!empty($d)) { + if ($clipping) { + $this->SVGTransform($tm); + $this->SVGPath($d, 'CNZ'); + } else { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, 0, 0, 1, 1, 'SVGPath', array($d, 'CNZ')); + if (!empty($obstyle)) { + $this->SVGPath($d, $obstyle); + } + $this->StopTransform(); + } + } + } + break; + } + // shapes + case 'rect': { + if ($invisible) { + break; + } + $x = (isset($attribs['x'])?$this->getHTMLUnitToUnits($attribs['x'], 0, $this->svgunit, false):0); + $y = (isset($attribs['y'])?$this->getHTMLUnitToUnits($attribs['y'], 0, $this->svgunit, false):0); + $w = (isset($attribs['width'])?$this->getHTMLUnitToUnits($attribs['width'], 0, $this->svgunit, false):0); + $h = (isset($attribs['height'])?$this->getHTMLUnitToUnits($attribs['height'], 0, $this->svgunit, false):0); + $rx = (isset($attribs['rx'])?$this->getHTMLUnitToUnits($attribs['rx'], 0, $this->svgunit, false):0); + $ry = (isset($attribs['ry'])?$this->getHTMLUnitToUnits($attribs['ry'], 0, $this->svgunit, false):$rx); + if ($clipping) { + $this->SVGTransform($tm); + $this->RoundedRectXY($x, $y, $w, $h, $rx, $ry, '1111', 'CNZ', array(), array()); + } else { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h, 'RoundedRectXY', array($x, $y, $w, $h, $rx, $ry, '1111', 'CNZ')); + if (!empty($obstyle)) { + $this->RoundedRectXY($x, $y, $w, $h, $rx, $ry, '1111', $obstyle, array(), array()); + } + $this->StopTransform(); + } + break; + } + case 'circle': { + if ($invisible) { + break; + } + $cx = (isset($attribs['cx'])?$this->getHTMLUnitToUnits($attribs['cx'], 0, $this->svgunit, false):0); + $cy = (isset($attribs['cy'])?$this->getHTMLUnitToUnits($attribs['cy'], 0, $this->svgunit, false):0); + $r = (isset($attribs['r'])?$this->getHTMLUnitToUnits($attribs['r'], 0, $this->svgunit, false):0); + $x = $cx - $r; + $y = $cy - $r; + $w = 2 * $r; + $h = $w; + if ($clipping) { + $this->SVGTransform($tm); + $this->Circle($cx, $cy, $r, 0, 360, 'CNZ', array(), array(), 8); + } else { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h, 'Circle', array($cx, $cy, $r, 0, 360, 'CNZ')); + if (!empty($obstyle)) { + $this->Circle($cx, $cy, $r, 0, 360, $obstyle, array(), array(), 8); + } + $this->StopTransform(); + } + break; + } + case 'ellipse': { + if ($invisible) { + break; + } + $cx = (isset($attribs['cx'])?$this->getHTMLUnitToUnits($attribs['cx'], 0, $this->svgunit, false):0); + $cy = (isset($attribs['cy'])?$this->getHTMLUnitToUnits($attribs['cy'], 0, $this->svgunit, false):0); + $rx = (isset($attribs['rx'])?$this->getHTMLUnitToUnits($attribs['rx'], 0, $this->svgunit, false):0); + $ry = (isset($attribs['ry'])?$this->getHTMLUnitToUnits($attribs['ry'], 0, $this->svgunit, false):0); + $x = $cx - $rx; + $y = $cy - $ry; + $w = 2 * $rx; + $h = 2 * $ry; + if ($clipping) { + $this->SVGTransform($tm); + $this->Ellipse($cx, $cy, $rx, $ry, 0, 0, 360, 'CNZ', array(), array(), 8); + } else { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h, 'Ellipse', array($cx, $cy, $rx, $ry, 0, 0, 360, 'CNZ')); + if (!empty($obstyle)) { + $this->Ellipse($cx, $cy, $rx, $ry, 0, 0, 360, $obstyle, array(), array(), 8); + } + $this->StopTransform(); + } + break; + } + case 'line': { + if ($invisible) { + break; + } + $x1 = (isset($attribs['x1'])?$this->getHTMLUnitToUnits($attribs['x1'], 0, $this->svgunit, false):0); + $y1 = (isset($attribs['y1'])?$this->getHTMLUnitToUnits($attribs['y1'], 0, $this->svgunit, false):0); + $x2 = (isset($attribs['x2'])?$this->getHTMLUnitToUnits($attribs['x2'], 0, $this->svgunit, false):0); + $y2 = (isset($attribs['y2'])?$this->getHTMLUnitToUnits($attribs['y2'], 0, $this->svgunit, false):0); + $x = $x1; + $y = $y1; + $w = abs($x2 - $x1); + $h = abs($y2 - $y1); + if (!$clipping) { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h, 'Line', array($x1, $y1, $x2, $y2)); + $this->Line($x1, $y1, $x2, $y2); + $this->StopTransform(); + } + break; + } + case 'polyline': + case 'polygon': { + if ($invisible) { + break; + } + $points = (isset($attribs['points'])?$attribs['points']:'0 0'); + $points = trim($points); + // note that point may use a complex syntax not covered here + $points = preg_split('/[\,\s]+/si', $points); + if (count($points) < 4) { + break; + } + $p = array(); + $xmin = 2147483647; + $xmax = 0; + $ymin = 2147483647; + $ymax = 0; + foreach ($points as $key => $val) { + $p[$key] = $this->getHTMLUnitToUnits($val, 0, $this->svgunit, false); + if (($key % 2) == 0) { + // X coordinate + $xmin = min($xmin, $p[$key]); + $xmax = max($xmax, $p[$key]); + } else { + // Y coordinate + $ymin = min($ymin, $p[$key]); + $ymax = max($ymax, $p[$key]); + } + } + $x = $xmin; + $y = $ymin; + $w = ($xmax - $xmin); + $h = ($ymax - $ymin); + if ($name == 'polyline') { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h, 'PolyLine', array($p, 'CNZ')); + $this->PolyLine($p, 'D', array(), array()); + $this->StopTransform(); + } else { // polygon + if ($clipping) { + $this->SVGTransform($tm); + $this->Polygon($p, 'CNZ', array(), array(), true); + } else { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h, 'Polygon', array($p, 'CNZ')); + if (!empty($obstyle)) { + $this->Polygon($p, $obstyle, array(), array(), true); + } + $this->StopTransform(); + } + } + break; + } + // image + case 'image': { + if ($invisible) { + break; + } + if (!isset($attribs['xlink:href']) OR empty($attribs['xlink:href'])) { + break; + } + $x = (isset($attribs['x'])?$this->getHTMLUnitToUnits($attribs['x'], 0, $this->svgunit, false):0); + $y = (isset($attribs['y'])?$this->getHTMLUnitToUnits($attribs['y'], 0, $this->svgunit, false):0); + $w = (isset($attribs['width'])?$this->getHTMLUnitToUnits($attribs['width'], 0, $this->svgunit, false):0); + $h = (isset($attribs['height'])?$this->getHTMLUnitToUnits($attribs['height'], 0, $this->svgunit, false):0); + $img = $attribs['xlink:href']; + if (!$clipping) { + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, $w, $h); + // fix image path + if (!$this->empty_string($this->svgdir) AND (($img{0} == '.') OR (basename($img) == $img))) { + // replace relative path with full server path + $img = $this->svgdir.'/'.$img; + } + if (($img{0} == '/') AND ($_SERVER['DOCUMENT_ROOT'] != '/')) { + $findroot = strpos($img, $_SERVER['DOCUMENT_ROOT']); + if (($findroot === false) OR ($findroot > 1)) { + // replace relative path with full server path + $img = $_SERVER['DOCUMENT_ROOT'].$img; + } + } + $img = urldecode($img); + $testscrtype = @parse_url($img); + if (!isset($testscrtype['query']) OR empty($testscrtype['query'])) { + // convert URL to server path + $img = str_replace(K_PATH_URL, K_PATH_MAIN, $img); + } + $this->Image($img, $x, $y, $w, $h); + $this->StopTransform(); + } + break; + } + // text + case 'text': + case 'tspan': { + $this->svgtextmode['invisible'] = $invisible; + if ($invisible) { + break; + } + array_push($this->svgstyles, $svgstyle); + // only basic support - advanced features must be implemented + $x = (isset($attribs['x'])?$this->getHTMLUnitToUnits($attribs['x'], 0, $this->svgunit, false):$this->x); + $y = (isset($attribs['y'])?$this->getHTMLUnitToUnits($attribs['y'], 0, $this->svgunit, false):$this->y); + $svgstyle['text-color'] = $svgstyle['fill']; + $this->svgtext = ''; + if (isset($svgstyle['text-anchor'])) { + $this->svgtextmode['text-anchor'] = $svgstyle['text-anchor']; + } else { + $this->svgtextmode['text-anchor'] = 'start'; + } + if (isset($svgstyle['direction'])) { + if ($svgstyle['direction'] == 'rtl') { + $this->svgtextmode['rtl'] = true; + } else { + $this->svgtextmode['rtl'] = false; + } + } else { + $this->svgtextmode['rtl'] = false; + } + if (isset($svgstyle['stroke']) AND ($svgstyle['stroke'] != 'none') AND isset($svgstyle['stroke-width']) AND ($svgstyle['stroke-width'] > 0)) { + $this->svgtextmode['stroke'] = $this->getHTMLUnitToUnits($svgstyle['stroke-width'], 0, $this->svgunit, false); + } else { + $this->svgtextmode['stroke'] = false; + } + $this->StartTransform(); + $this->SVGTransform($tm); + $obstyle = $this->setSVGStyles($svgstyle, $prev_svgstyle, $x, $y, 1, 1); + $this->x = $x; + $this->y = $y; + break; + } + // use + case 'use': { + if (isset($attribs['xlink:href'])) { + $use = $this->svgdefs[substr($attribs['xlink:href'], 1)]; + if (isset($attribs['xlink:href'])) { + unset($attribs['xlink:href']); + } + if (isset($attribs['id'])) { + unset($attribs['id']); + } + $attribs = array_merge($use['attribs'], $attribs); + $this->startSVGElementHandler($parser, $use['name'], $use['attribs']); + } + break; + } + default: { + break; + } + } // end of switch + } + + /** + * Sets the closing SVG element handler function for the XML parser. + * @param $parser (resource) The first parameter, parser, is a reference to the XML parser calling the handler. + * @param $name (string) The second parameter, name, contains the name of the element for which this handler is called. If case-folding is in effect for this parser, the element name will be in uppercase letters. + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function endSVGElementHandler($parser, $name) { + switch($name) { + case 'defs': { + $this->svgdefsmode = false; + break; + } + // clipPath + case 'clipPath': { + $this->svgclipmode = false; + break; + } + case 'g': { + // ungroup: remove last style from array + array_pop($this->svgstyles); + $this->StopTransform(); + break; + } + case 'text': + case 'tspan': { + if ($this->svgtextmode['invisible']) { + // This implementation must be fixed to following the rule: + // If the 'visibility' property is set to hidden on a 'tspan', 'tref' or 'altGlyph' element, then the text is invisible but still takes up space in text layout calculations. + break; + } + // print text + $text = $this->stringTrim($this->svgtext); + if ($this->svgtextmode['text-anchor'] != 'start') { + $textlen = $this->GetStringWidth($text); + // check if string is RTL text + if ($this->svgtextmode['text-anchor'] == 'end') { + if ($this->svgtextmode['rtl']) { + $this->x += $textlen; + } else { + $this->x -= $textlen; + } + } elseif ($this->svgtextmode['text-anchor'] == 'middle') { + if ($this->svgtextmode['rtl']) { + $this->x += ($textlen / 2); + } else { + $this->x -= ($textlen / 2); + } + } + } + $textrendermode = $this->textrendermode; + $textstrokewidth = $this->textstrokewidth; + $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false); + $this->Cell(0, 0, $text, 0, 0, '', false, '', 0, false, 'L', 'T'); + // restore previous rendering mode + $this->textrendermode = $textrendermode; + $this->textstrokewidth = $textstrokewidth; + $this->svgtext = ''; + $this->StopTransform(); + array_pop($this->svgstyles); + break; + } + default: { + break; + } + } + } + + /** + * Sets the character data handler function for the XML parser. + * @param $parser (resource) The first parameter, parser, is a reference to the XML parser calling the handler. + * @param $data (string) The second parameter, data, contains the character data as a string. + * @author Nicola Asuni + * @since 5.0.000 (2010-05-02) + * @protected + */ + protected function segSVGContentHandler($parser, $data) { + $this->svgtext .= $data; + } + + // --- END SVG METHODS ----------------------------- + +} // END OF TCPDF CLASS + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/htdocs/phpMyAdmin/libraries/tcpdf/unicode_data.php b/htdocs/phpMyAdmin/libraries/tcpdf/unicode_data.php new file mode 100644 index 000000000..926ce7bc8 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/tcpdf/unicode_data.php @@ -0,0 +1,18371 @@ +. +// +// See LICENSE.TXT file for more information. +// ------------------------------------------------------------------- +// +// Description : Unicode data for TCPDF library. +// +//============================================================+ +// THANKS TO +// Efthimios Mavrogeorgiadis +// Saleh AlMatrafe + +/** + * @file + * Unicode data class for TCPDF library. + * @author Nicola Asuni + * @package com.tecnick.tcpdf + * @since 2.1.000 (2008-01-08) + */ + +/** + * @class TCPDF_UNICODE_DATA + * This is a PHP class containing Unicde data for TCPDF library + * @package com.tecnick.tcpdf + * @version 1.0.007 + * @author Nicola Asuni - info@tecnick.com + */ +class TCPDF_UNICODE_DATA { + +/** + * Unicode code for Left-to-Right Mark. + * @public + */ +public $uni_LRM = 8206; + +/** + * Unicode code for Right-to-Left Mark. + * @public + */ +public $uni_RLM = 8207; + +/** + * Unicode code for Left-to-Right Embedding. + * @public + */ +public $uni_LRE = 8234; + +/** + * Unicode code for Right-to-Left Embedding. + * @public + */ +public $uni_RLE = 8235; + +/** + * Unicode code for Pop Directional Format. + * @public + */ +public $uni_PDF = 8236; + +/** + * Unicode code for Left-to-Right Override. + * @public + */ +public $uni_LRO = 8237; + +/** + * Unicode code for Right-to-Left Override. + * @public + */ +public $uni_RLO = 8238; + +/** + * Pattern to test RTL (Righ-To-Left) strings using regular expressions. + * @public + */ +public $uni_RE_PATTERN_RTL = "/( + \xD6\xBE # R + | \xD7[\x80\x83\x86\x90-\xAA\xB0-\xB4] # R + | \xDF[\x80-\xAA\xB4\xB5\xBA] # R + | \xE2\x80\x8F # R + | \xEF\xAC[\x9D\x9F\xA0-\xA8\xAA-\xB6\xB8-\xBC\xBE] # R + | \xEF\xAD[\x80\x81\x83\x84\x86-\x8F] # R + | \xF0\x90\xA0[\x80-\x85\x88\x8A-\xB5\xB7\xB8\xBC\xBF] # R + | \xF0\x90\xA4[\x80-\x99] # R + | \xF0\x90\xA8[\x80\x90-\x93\x95-\x97\x99-\xB3] # R + | \xF0\x90\xA9[\x80-\x87\x90-\x98] # R + | \xE2\x80[\xAB\xAE] # RLE & RLO + )/x"; + +/** + * Pattern to test Arabic strings using regular expressions. Source: http://www.w3.org/International/questions/qa-forms-utf-8 + * @public + */ +public $uni_RE_PATTERN_ARABIC = "/( + \xD8[\x80-\x83\x8B\x8D\x9B\x9E\x9F\xA1-\xBA] # AL + | \xD9[\x80-\x8A\xAD-\xAF\xB1-\xBF] # AL + | \xDA[\x80-\xBF] # AL + | \xDB[\x80-\x95\x9D\xA5\xA6\xAE\xAF\xBA-\xBF] # AL + | \xDC[\x80-\x8D\x90\x92-\xAF] # AL + | \xDD[\x8D-\xAD] # AL + | \xDE[\x80-\xA5\xB1] # AL + | \xEF\xAD[\x90-\xBF] # AL + | \xEF\xAE[\x80-\xB1] # AL + | \xEF\xAF[\x93-\xBF] # AL + | \xEF[\xB0-\xB3][\x80-\xBF] # AL + | \xEF\xB4[\x80-\xBD] # AL + | \xEF\xB5[\x90-\xBF] # AL + | \xEF\xB6[\x80-\x8F\x92-\xBF] # AL + | \xEF\xB7[\x80-\x87\xB0-\xBC] # AL + | \xEF\xB9[\xB0-\xB4\xB6-\xBF] # AL + | \xEF\xBA[\x80-\xBF] # AL + | \xEF\xBB[\x80-\xBC] # AL + | \xD9[\xA0-\xA9\xAB\xAC] # AN + )/x"; + +/** + * Array of Unicode types. + * @public + */ +public $uni_type = array( +0=>'BN', +1=>'BN', +2=>'BN', +3=>'BN', +4=>'BN', +5=>'BN', +6=>'BN', +7=>'BN', +8=>'BN', +9=>'S', +10=>'B', +11=>'S', +12=>'WS', +13=>'B', +14=>'BN', +15=>'BN', +16=>'BN', +17=>'BN', +18=>'BN', +19=>'BN', +20=>'BN', +21=>'BN', +22=>'BN', +23=>'BN', +24=>'BN', +25=>'BN', +26=>'BN', +27=>'BN', +28=>'B', +29=>'B', +30=>'B', +31=>'S', +32=>'WS', +33=>'ON', +34=>'ON', +35=>'ET', +36=>'ET', +37=>'ET', +38=>'ON', +39=>'ON', +40=>'ON', +41=>'ON', +42=>'ON', +43=>'ES', +44=>'CS', +45=>'ES', +46=>'CS', +47=>'CS', +48=>'EN', +49=>'EN', +50=>'EN', +51=>'EN', +52=>'EN', +53=>'EN', +54=>'EN', +55=>'EN', +56=>'EN', +57=>'EN', +58=>'CS', +59=>'ON', +60=>'ON', +61=>'ON', +62=>'ON', +63=>'ON', +64=>'ON', +65=>'L', +66=>'L', +67=>'L', +68=>'L', +69=>'L', +70=>'L', +71=>'L', +72=>'L', +73=>'L', +74=>'L', +75=>'L', +76=>'L', +77=>'L', +78=>'L', +79=>'L', +80=>'L', +81=>'L', +82=>'L', +83=>'L', +84=>'L', +85=>'L', +86=>'L', +87=>'L', +88=>'L', +89=>'L', +90=>'L', +91=>'ON', +92=>'ON', +93=>'ON', +94=>'ON', +95=>'ON', +96=>'ON', +97=>'L', +98=>'L', +99=>'L', +100=>'L', +101=>'L', +102=>'L', +103=>'L', +104=>'L', +105=>'L', +106=>'L', +107=>'L', +108=>'L', +109=>'L', +110=>'L', +111=>'L', +112=>'L', +113=>'L', +114=>'L', +115=>'L', +116=>'L', +117=>'L', +118=>'L', +119=>'L', +120=>'L', +121=>'L', +122=>'L', +123=>'ON', +124=>'ON', +125=>'ON', +126=>'ON', +127=>'BN', +128=>'BN', +129=>'BN', +130=>'BN', +131=>'BN', +132=>'BN', +133=>'B', +134=>'BN', +135=>'BN', +136=>'BN', +137=>'BN', +138=>'BN', +139=>'BN', +140=>'BN', +141=>'BN', +142=>'BN', +143=>'BN', +144=>'BN', +145=>'BN', +146=>'BN', +147=>'BN', +148=>'BN', +149=>'BN', +150=>'BN', +151=>'BN', +152=>'BN', +153=>'BN', +154=>'BN', +155=>'BN', +156=>'BN', +157=>'BN', +158=>'BN', +159=>'BN', +160=>'CS', +161=>'ON', +162=>'ET', +163=>'ET', +164=>'ET', +165=>'ET', +166=>'ON', +167=>'ON', +168=>'ON', +169=>'ON', +170=>'L', +171=>'ON', +172=>'ON', +173=>'BN', +174=>'ON', +175=>'ON', +176=>'ET', +177=>'ET', +178=>'EN', +179=>'EN', +180=>'ON', +181=>'L', +182=>'ON', +183=>'ON', +184=>'ON', +185=>'EN', +186=>'L', +187=>'ON', +188=>'ON', +189=>'ON', +190=>'ON', +191=>'ON', +192=>'L', +193=>'L', +194=>'L', +195=>'L', +196=>'L', +197=>'L', +198=>'L', +199=>'L', +200=>'L', +201=>'L', +202=>'L', +203=>'L', +204=>'L', +205=>'L', +206=>'L', +207=>'L', +208=>'L', +209=>'L', +210=>'L', +211=>'L', +212=>'L', +213=>'L', +214=>'L', +215=>'ON', +216=>'L', +217=>'L', +218=>'L', +219=>'L', +220=>'L', +221=>'L', +222=>'L', +223=>'L', +224=>'L', +225=>'L', +226=>'L', +227=>'L', +228=>'L', +229=>'L', +230=>'L', +231=>'L', +232=>'L', +233=>'L', +234=>'L', +235=>'L', +236=>'L', +237=>'L', +238=>'L', +239=>'L', +240=>'L', +241=>'L', +242=>'L', +243=>'L', +244=>'L', +245=>'L', +246=>'L', +247=>'ON', +248=>'L', +249=>'L', +250=>'L', +251=>'L', +252=>'L', +253=>'L', +254=>'L', +255=>'L', +256=>'L', +257=>'L', +258=>'L', +259=>'L', +260=>'L', +261=>'L', +262=>'L', +263=>'L', +264=>'L', +265=>'L', +266=>'L', +267=>'L', +268=>'L', +269=>'L', +270=>'L', +271=>'L', +272=>'L', +273=>'L', +274=>'L', +275=>'L', +276=>'L', +277=>'L', +278=>'L', +279=>'L', +280=>'L', +281=>'L', +282=>'L', +283=>'L', +284=>'L', +285=>'L', +286=>'L', +287=>'L', +288=>'L', +289=>'L', +290=>'L', +291=>'L', +292=>'L', +293=>'L', +294=>'L', +295=>'L', +296=>'L', +297=>'L', +298=>'L', +299=>'L', +300=>'L', +301=>'L', +302=>'L', +303=>'L', +304=>'L', +305=>'L', +306=>'L', +307=>'L', +308=>'L', +309=>'L', +310=>'L', +311=>'L', +312=>'L', +313=>'L', +314=>'L', +315=>'L', +316=>'L', +317=>'L', +318=>'L', +319=>'L', +320=>'L', +321=>'L', +322=>'L', +323=>'L', +324=>'L', +325=>'L', +326=>'L', +327=>'L', +328=>'L', +329=>'L', +330=>'L', +331=>'L', +332=>'L', +333=>'L', +334=>'L', +335=>'L', +336=>'L', +337=>'L', +338=>'L', +339=>'L', +340=>'L', +341=>'L', +342=>'L', +343=>'L', +344=>'L', +345=>'L', +346=>'L', +347=>'L', +348=>'L', +349=>'L', +350=>'L', +351=>'L', +352=>'L', +353=>'L', +354=>'L', +355=>'L', +356=>'L', +357=>'L', +358=>'L', +359=>'L', +360=>'L', +361=>'L', +362=>'L', +363=>'L', +364=>'L', +365=>'L', +366=>'L', +367=>'L', +368=>'L', +369=>'L', +370=>'L', +371=>'L', +372=>'L', +373=>'L', +374=>'L', +375=>'L', +376=>'L', +377=>'L', +378=>'L', +379=>'L', +380=>'L', +381=>'L', +382=>'L', +383=>'L', +384=>'L', +385=>'L', +386=>'L', +387=>'L', +388=>'L', +389=>'L', +390=>'L', +391=>'L', +392=>'L', +393=>'L', +394=>'L', +395=>'L', +396=>'L', +397=>'L', +398=>'L', +399=>'L', +400=>'L', +401=>'L', +402=>'L', +403=>'L', +404=>'L', +405=>'L', +406=>'L', +407=>'L', +408=>'L', +409=>'L', +410=>'L', +411=>'L', +412=>'L', +413=>'L', +414=>'L', +415=>'L', +416=>'L', +417=>'L', +418=>'L', +419=>'L', +420=>'L', +421=>'L', +422=>'L', +423=>'L', +424=>'L', +425=>'L', +426=>'L', +427=>'L', +428=>'L', +429=>'L', +430=>'L', +431=>'L', +432=>'L', +433=>'L', +434=>'L', +435=>'L', +436=>'L', +437=>'L', +438=>'L', +439=>'L', +440=>'L', +441=>'L', +442=>'L', +443=>'L', +444=>'L', +445=>'L', +446=>'L', +447=>'L', +448=>'L', +449=>'L', +450=>'L', +451=>'L', +452=>'L', +453=>'L', +454=>'L', +455=>'L', +456=>'L', +457=>'L', +458=>'L', +459=>'L', +460=>'L', +461=>'L', +462=>'L', +463=>'L', +464=>'L', +465=>'L', +466=>'L', +467=>'L', +468=>'L', +469=>'L', +470=>'L', +471=>'L', +472=>'L', +473=>'L', +474=>'L', +475=>'L', +476=>'L', +477=>'L', +478=>'L', +479=>'L', +480=>'L', +481=>'L', +482=>'L', +483=>'L', +484=>'L', +485=>'L', +486=>'L', +487=>'L', +488=>'L', +489=>'L', +490=>'L', +491=>'L', +492=>'L', +493=>'L', +494=>'L', +495=>'L', +496=>'L', +497=>'L', +498=>'L', +499=>'L', +500=>'L', +501=>'L', +502=>'L', +503=>'L', +504=>'L', +505=>'L', +506=>'L', +507=>'L', +508=>'L', +509=>'L', +510=>'L', +511=>'L', +512=>'L', +513=>'L', +514=>'L', +515=>'L', +516=>'L', +517=>'L', +518=>'L', +519=>'L', +520=>'L', +521=>'L', +522=>'L', +523=>'L', +524=>'L', +525=>'L', +526=>'L', +527=>'L', +528=>'L', +529=>'L', +530=>'L', +531=>'L', +532=>'L', +533=>'L', +534=>'L', +535=>'L', +536=>'L', +537=>'L', +538=>'L', +539=>'L', +540=>'L', +541=>'L', +542=>'L', +543=>'L', +544=>'L', +545=>'L', +546=>'L', +547=>'L', +548=>'L', +549=>'L', +550=>'L', +551=>'L', +552=>'L', +553=>'L', +554=>'L', +555=>'L', +556=>'L', +557=>'L', +558=>'L', +559=>'L', +560=>'L', +561=>'L', +562=>'L', +563=>'L', +564=>'L', +565=>'L', +566=>'L', +567=>'L', +568=>'L', +569=>'L', +570=>'L', +571=>'L', +572=>'L', +573=>'L', +574=>'L', +575=>'L', +576=>'L', +577=>'L', +578=>'L', +579=>'L', +580=>'L', +581=>'L', +582=>'L', +583=>'L', +584=>'L', +585=>'L', +586=>'L', +587=>'L', +588=>'L', +589=>'L', +590=>'L', +591=>'L', +592=>'L', +593=>'L', +594=>'L', +595=>'L', +596=>'L', +597=>'L', +598=>'L', +599=>'L', +600=>'L', +601=>'L', +602=>'L', +603=>'L', +604=>'L', +605=>'L', +606=>'L', +607=>'L', +608=>'L', +609=>'L', +610=>'L', +611=>'L', +612=>'L', +613=>'L', +614=>'L', +615=>'L', +616=>'L', +617=>'L', +618=>'L', +619=>'L', +620=>'L', +621=>'L', +622=>'L', +623=>'L', +624=>'L', +625=>'L', +626=>'L', +627=>'L', +628=>'L', +629=>'L', +630=>'L', +631=>'L', +632=>'L', +633=>'L', +634=>'L', +635=>'L', +636=>'L', +637=>'L', +638=>'L', +639=>'L', +640=>'L', +641=>'L', +642=>'L', +643=>'L', +644=>'L', +645=>'L', +646=>'L', +647=>'L', +648=>'L', +649=>'L', +650=>'L', +651=>'L', +652=>'L', +653=>'L', +654=>'L', +655=>'L', +656=>'L', +657=>'L', +658=>'L', +659=>'L', +660=>'L', +661=>'L', +662=>'L', +663=>'L', +664=>'L', +665=>'L', +666=>'L', +667=>'L', +668=>'L', +669=>'L', +670=>'L', +671=>'L', +672=>'L', +673=>'L', +674=>'L', +675=>'L', +676=>'L', +677=>'L', +678=>'L', +679=>'L', +680=>'L', +681=>'L', +682=>'L', +683=>'L', +684=>'L', +685=>'L', +686=>'L', +687=>'L', +688=>'L', +689=>'L', +690=>'L', +691=>'L', +692=>'L', +693=>'L', +694=>'L', +695=>'L', +696=>'L', +697=>'ON', +698=>'ON', +699=>'L', +700=>'L', +701=>'L', +702=>'L', +703=>'L', +704=>'L', +705=>'L', +706=>'ON', +707=>'ON', +708=>'ON', +709=>'ON', +710=>'ON', +711=>'ON', +712=>'ON', +713=>'ON', +714=>'ON', +715=>'ON', +716=>'ON', +717=>'ON', +718=>'ON', +719=>'ON', +720=>'L', +721=>'L', +722=>'ON', +723=>'ON', +724=>'ON', +725=>'ON', +726=>'ON', +727=>'ON', +728=>'ON', +729=>'ON', +730=>'ON', +731=>'ON', +732=>'ON', +733=>'ON', +734=>'ON', +735=>'ON', +736=>'L', +737=>'L', +738=>'L', +739=>'L', +740=>'L', +741=>'ON', +742=>'ON', +743=>'ON', +744=>'ON', +745=>'ON', +746=>'ON', +747=>'ON', +748=>'ON', +749=>'ON', +750=>'L', +751=>'ON', +752=>'ON', +753=>'ON', +754=>'ON', +755=>'ON', +756=>'ON', +757=>'ON', +758=>'ON', +759=>'ON', +760=>'ON', +761=>'ON', +762=>'ON', +763=>'ON', +764=>'ON', +765=>'ON', +766=>'ON', +767=>'ON', +768=>'NSM', +769=>'NSM', +770=>'NSM', +771=>'NSM', +772=>'NSM', +773=>'NSM', +774=>'NSM', +775=>'NSM', +776=>'NSM', +777=>'NSM', +778=>'NSM', +779=>'NSM', +780=>'NSM', +781=>'NSM', +782=>'NSM', +783=>'NSM', +784=>'NSM', +785=>'NSM', +786=>'NSM', +787=>'NSM', +788=>'NSM', +789=>'NSM', +790=>'NSM', +791=>'NSM', +792=>'NSM', +793=>'NSM', +794=>'NSM', +795=>'NSM', +796=>'NSM', +797=>'NSM', +798=>'NSM', +799=>'NSM', +800=>'NSM', +801=>'NSM', +802=>'NSM', +803=>'NSM', +804=>'NSM', +805=>'NSM', +806=>'NSM', +807=>'NSM', +808=>'NSM', +809=>'NSM', +810=>'NSM', +811=>'NSM', +812=>'NSM', +813=>'NSM', +814=>'NSM', +815=>'NSM', +816=>'NSM', +817=>'NSM', +818=>'NSM', +819=>'NSM', +820=>'NSM', +821=>'NSM', +822=>'NSM', +823=>'NSM', +824=>'NSM', +825=>'NSM', +826=>'NSM', +827=>'NSM', +828=>'NSM', +829=>'NSM', +830=>'NSM', +831=>'NSM', +832=>'NSM', +833=>'NSM', +834=>'NSM', +835=>'NSM', +836=>'NSM', +837=>'NSM', +838=>'NSM', +839=>'NSM', +840=>'NSM', +841=>'NSM', +842=>'NSM', +843=>'NSM', +844=>'NSM', +845=>'NSM', +846=>'NSM', +847=>'NSM', +848=>'NSM', +849=>'NSM', +850=>'NSM', +851=>'NSM', +852=>'NSM', +853=>'NSM', +854=>'NSM', +855=>'NSM', +856=>'NSM', +857=>'NSM', +858=>'NSM', +859=>'NSM', +860=>'NSM', +861=>'NSM', +862=>'NSM', +863=>'NSM', +864=>'NSM', +865=>'NSM', +866=>'NSM', +867=>'NSM', +868=>'NSM', +869=>'NSM', +870=>'NSM', +871=>'NSM', +872=>'NSM', +873=>'NSM', +874=>'NSM', +875=>'NSM', +876=>'NSM', +877=>'NSM', +878=>'NSM', +879=>'NSM', +884=>'ON', +885=>'ON', +890=>'L', +891=>'L', +892=>'L', +893=>'L', +894=>'ON', +900=>'ON', +901=>'ON', +902=>'L', +903=>'ON', +904=>'L', +905=>'L', +906=>'L', +908=>'L', +910=>'L', +911=>'L', +912=>'L', +913=>'L', +914=>'L', +915=>'L', +916=>'L', +917=>'L', +918=>'L', +919=>'L', +920=>'L', +921=>'L', +922=>'L', +923=>'L', +924=>'L', +925=>'L', +926=>'L', +927=>'L', +928=>'L', +929=>'L', +931=>'L', +932=>'L', +933=>'L', +934=>'L', +935=>'L', +936=>'L', +937=>'L', +938=>'L', +939=>'L', +940=>'L', +941=>'L', +942=>'L', +943=>'L', +944=>'L', +945=>'L', +946=>'L', +947=>'L', +948=>'L', +949=>'L', +950=>'L', +951=>'L', +952=>'L', +953=>'L', +954=>'L', +955=>'L', +956=>'L', +957=>'L', +958=>'L', +959=>'L', +960=>'L', +961=>'L', +962=>'L', +963=>'L', +964=>'L', +965=>'L', +966=>'L', +967=>'L', +968=>'L', +969=>'L', +970=>'L', +971=>'L', +972=>'L', +973=>'L', +974=>'L', +976=>'L', +977=>'L', +978=>'L', +979=>'L', +980=>'L', +981=>'L', +982=>'L', +983=>'L', +984=>'L', +985=>'L', +986=>'L', +987=>'L', +988=>'L', +989=>'L', +990=>'L', +991=>'L', +992=>'L', +993=>'L', +994=>'L', +995=>'L', +996=>'L', +997=>'L', +998=>'L', +999=>'L', +1000=>'L', +1001=>'L', +1002=>'L', +1003=>'L', +1004=>'L', +1005=>'L', +1006=>'L', +1007=>'L', +1008=>'L', +1009=>'L', +1010=>'L', +1011=>'L', +1012=>'L', +1013=>'L', +1014=>'ON', +1015=>'L', +1016=>'L', +1017=>'L', +1018=>'L', +1019=>'L', +1020=>'L', +1021=>'L', +1022=>'L', +1023=>'L', +1024=>'L', +1025=>'L', +1026=>'L', +1027=>'L', +1028=>'L', +1029=>'L', +1030=>'L', +1031=>'L', +1032=>'L', +1033=>'L', +1034=>'L', +1035=>'L', +1036=>'L', +1037=>'L', +1038=>'L', +1039=>'L', +1040=>'L', +1041=>'L', +1042=>'L', +1043=>'L', +1044=>'L', +1045=>'L', +1046=>'L', +1047=>'L', +1048=>'L', +1049=>'L', +1050=>'L', +1051=>'L', +1052=>'L', +1053=>'L', +1054=>'L', +1055=>'L', +1056=>'L', +1057=>'L', +1058=>'L', +1059=>'L', +1060=>'L', +1061=>'L', +1062=>'L', +1063=>'L', +1064=>'L', +1065=>'L', +1066=>'L', +1067=>'L', +1068=>'L', +1069=>'L', +1070=>'L', +1071=>'L', +1072=>'L', +1073=>'L', +1074=>'L', +1075=>'L', +1076=>'L', +1077=>'L', +1078=>'L', +1079=>'L', +1080=>'L', +1081=>'L', +1082=>'L', +1083=>'L', +1084=>'L', +1085=>'L', +1086=>'L', +1087=>'L', +1088=>'L', +1089=>'L', +1090=>'L', +1091=>'L', +1092=>'L', +1093=>'L', +1094=>'L', +1095=>'L', +1096=>'L', +1097=>'L', +1098=>'L', +1099=>'L', +1100=>'L', +1101=>'L', +1102=>'L', +1103=>'L', +1104=>'L', +1105=>'L', +1106=>'L', +1107=>'L', +1108=>'L', +1109=>'L', +1110=>'L', +1111=>'L', +1112=>'L', +1113=>'L', +1114=>'L', +1115=>'L', +1116=>'L', +1117=>'L', +1118=>'L', +1119=>'L', +1120=>'L', +1121=>'L', +1122=>'L', +1123=>'L', +1124=>'L', +1125=>'L', +1126=>'L', +1127=>'L', +1128=>'L', +1129=>'L', +1130=>'L', +1131=>'L', +1132=>'L', +1133=>'L', +1134=>'L', +1135=>'L', +1136=>'L', +1137=>'L', +1138=>'L', +1139=>'L', +1140=>'L', +1141=>'L', +1142=>'L', +1143=>'L', +1144=>'L', +1145=>'L', +1146=>'L', +1147=>'L', +1148=>'L', +1149=>'L', +1150=>'L', +1151=>'L', +1152=>'L', +1153=>'L', +1154=>'L', +1155=>'NSM', +1156=>'NSM', +1157=>'NSM', +1158=>'NSM', +1160=>'NSM', +1161=>'NSM', +1162=>'L', +1163=>'L', +1164=>'L', +1165=>'L', +1166=>'L', +1167=>'L', +1168=>'L', +1169=>'L', +1170=>'L', +1171=>'L', +1172=>'L', +1173=>'L', +1174=>'L', +1175=>'L', +1176=>'L', +1177=>'L', +1178=>'L', +1179=>'L', +1180=>'L', +1181=>'L', +1182=>'L', +1183=>'L', +1184=>'L', +1185=>'L', +1186=>'L', +1187=>'L', +1188=>'L', +1189=>'L', +1190=>'L', +1191=>'L', +1192=>'L', +1193=>'L', +1194=>'L', +1195=>'L', +1196=>'L', +1197=>'L', +1198=>'L', +1199=>'L', +1200=>'L', +1201=>'L', +1202=>'L', +1203=>'L', +1204=>'L', +1205=>'L', +1206=>'L', +1207=>'L', +1208=>'L', +1209=>'L', +1210=>'L', +1211=>'L', +1212=>'L', +1213=>'L', +1214=>'L', +1215=>'L', +1216=>'L', +1217=>'L', +1218=>'L', +1219=>'L', +1220=>'L', +1221=>'L', +1222=>'L', +1223=>'L', +1224=>'L', +1225=>'L', +1226=>'L', +1227=>'L', +1228=>'L', +1229=>'L', +1230=>'L', +1231=>'L', +1232=>'L', +1233=>'L', +1234=>'L', +1235=>'L', +1236=>'L', +1237=>'L', +1238=>'L', +1239=>'L', +1240=>'L', +1241=>'L', +1242=>'L', +1243=>'L', +1244=>'L', +1245=>'L', +1246=>'L', +1247=>'L', +1248=>'L', +1249=>'L', +1250=>'L', +1251=>'L', +1252=>'L', +1253=>'L', +1254=>'L', +1255=>'L', +1256=>'L', +1257=>'L', +1258=>'L', +1259=>'L', +1260=>'L', +1261=>'L', +1262=>'L', +1263=>'L', +1264=>'L', +1265=>'L', +1266=>'L', +1267=>'L', +1268=>'L', +1269=>'L', +1270=>'L', +1271=>'L', +1272=>'L', +1273=>'L', +1274=>'L', +1275=>'L', +1276=>'L', +1277=>'L', +1278=>'L', +1279=>'L', +1280=>'L', +1281=>'L', +1282=>'L', +1283=>'L', +1284=>'L', +1285=>'L', +1286=>'L', +1287=>'L', +1288=>'L', +1289=>'L', +1290=>'L', +1291=>'L', +1292=>'L', +1293=>'L', +1294=>'L', +1295=>'L', +1296=>'L', +1297=>'L', +1298=>'L', +1299=>'L', +1329=>'L', +1330=>'L', +1331=>'L', +1332=>'L', +1333=>'L', +1334=>'L', +1335=>'L', +1336=>'L', +1337=>'L', +1338=>'L', +1339=>'L', +1340=>'L', +1341=>'L', +1342=>'L', +1343=>'L', +1344=>'L', +1345=>'L', +1346=>'L', +1347=>'L', +1348=>'L', +1349=>'L', +1350=>'L', +1351=>'L', +1352=>'L', +1353=>'L', +1354=>'L', +1355=>'L', +1356=>'L', +1357=>'L', +1358=>'L', +1359=>'L', +1360=>'L', +1361=>'L', +1362=>'L', +1363=>'L', +1364=>'L', +1365=>'L', +1366=>'L', +1369=>'L', +1370=>'L', +1371=>'L', +1372=>'L', +1373=>'L', +1374=>'L', +1375=>'L', +1377=>'L', +1378=>'L', +1379=>'L', +1380=>'L', +1381=>'L', +1382=>'L', +1383=>'L', +1384=>'L', +1385=>'L', +1386=>'L', +1387=>'L', +1388=>'L', +1389=>'L', +1390=>'L', +1391=>'L', +1392=>'L', +1393=>'L', +1394=>'L', +1395=>'L', +1396=>'L', +1397=>'L', +1398=>'L', +1399=>'L', +1400=>'L', +1401=>'L', +1402=>'L', +1403=>'L', +1404=>'L', +1405=>'L', +1406=>'L', +1407=>'L', +1408=>'L', +1409=>'L', +1410=>'L', +1411=>'L', +1412=>'L', +1413=>'L', +1414=>'L', +1415=>'L', +1417=>'L', +1418=>'ON', +1425=>'NSM', +1426=>'NSM', +1427=>'NSM', +1428=>'NSM', +1429=>'NSM', +1430=>'NSM', +1431=>'NSM', +1432=>'NSM', +1433=>'NSM', +1434=>'NSM', +1435=>'NSM', +1436=>'NSM', +1437=>'NSM', +1438=>'NSM', +1439=>'NSM', +1440=>'NSM', +1441=>'NSM', +1442=>'NSM', +1443=>'NSM', +1444=>'NSM', +1445=>'NSM', +1446=>'NSM', +1447=>'NSM', +1448=>'NSM', +1449=>'NSM', +1450=>'NSM', +1451=>'NSM', +1452=>'NSM', +1453=>'NSM', +1454=>'NSM', +1455=>'NSM', +1456=>'NSM', +1457=>'NSM', +1458=>'NSM', +1459=>'NSM', +1460=>'NSM', +1461=>'NSM', +1462=>'NSM', +1463=>'NSM', +1464=>'NSM', +1465=>'NSM', +1466=>'NSM', +1467=>'NSM', +1468=>'NSM', +1469=>'NSM', +1470=>'R', +1471=>'NSM', +1472=>'R', +1473=>'NSM', +1474=>'NSM', +1475=>'R', +1476=>'NSM', +1477=>'NSM', +1478=>'R', +1479=>'NSM', +1488=>'R', +1489=>'R', +1490=>'R', +1491=>'R', +1492=>'R', +1493=>'R', +1494=>'R', +1495=>'R', +1496=>'R', +1497=>'R', +1498=>'R', +1499=>'R', +1500=>'R', +1501=>'R', +1502=>'R', +1503=>'R', +1504=>'R', +1505=>'R', +1506=>'R', +1507=>'R', +1508=>'R', +1509=>'R', +1510=>'R', +1511=>'R', +1512=>'R', +1513=>'R', +1514=>'R', +1520=>'R', +1521=>'R', +1522=>'R', +1523=>'R', +1524=>'R', +1536=>'AL', +1537=>'AL', +1538=>'AL', +1539=>'AL', +1547=>'AL', +1548=>'CS', +1549=>'AL', +1550=>'ON', +1551=>'ON', +1552=>'NSM', +1553=>'NSM', +1554=>'NSM', +1555=>'NSM', +1556=>'NSM', +1557=>'NSM', +1563=>'AL', +1566=>'AL', +1567=>'AL', +1569=>'AL', +1570=>'AL', +1571=>'AL', +1572=>'AL', +1573=>'AL', +1574=>'AL', +1575=>'AL', +1576=>'AL', +1577=>'AL', +1578=>'AL', +1579=>'AL', +1580=>'AL', +1581=>'AL', +1582=>'AL', +1583=>'AL', +1584=>'AL', +1585=>'AL', +1586=>'AL', +1587=>'AL', +1588=>'AL', +1589=>'AL', +1590=>'AL', +1591=>'AL', +1592=>'AL', +1593=>'AL', +1594=>'AL', +1600=>'AL', +1601=>'AL', +1602=>'AL', +1603=>'AL', +1604=>'AL', +1605=>'AL', +1606=>'AL', +1607=>'AL', +1608=>'AL', +1609=>'AL', +1610=>'AL', +1611=>'NSM', +1612=>'NSM', +1613=>'NSM', +1614=>'NSM', +1615=>'NSM', +1616=>'NSM', +1617=>'NSM', +1618=>'NSM', +1619=>'NSM', +1620=>'NSM', +1621=>'NSM', +1622=>'NSM', +1623=>'NSM', +1624=>'NSM', +1625=>'NSM', +1626=>'NSM', +1627=>'NSM', +1628=>'NSM', +1629=>'NSM', +1630=>'NSM', +1632=>'AN', +1633=>'AN', +1634=>'AN', +1635=>'AN', +1636=>'AN', +1637=>'AN', +1638=>'AN', +1639=>'AN', +1640=>'AN', +1641=>'AN', +1642=>'ET', +1643=>'AN', +1644=>'AN', +1645=>'AL', +1646=>'AL', +1647=>'AL', +1648=>'NSM', +1649=>'AL', +1650=>'AL', +1651=>'AL', +1652=>'AL', +1653=>'AL', +1654=>'AL', +1655=>'AL', +1656=>'AL', +1657=>'AL', +1658=>'AL', +1659=>'AL', +1660=>'AL', +1661=>'AL', +1662=>'AL', +1663=>'AL', +1664=>'AL', +1665=>'AL', +1666=>'AL', +1667=>'AL', +1668=>'AL', +1669=>'AL', +1670=>'AL', +1671=>'AL', +1672=>'AL', +1673=>'AL', +1674=>'AL', +1675=>'AL', +1676=>'AL', +1677=>'AL', +1678=>'AL', +1679=>'AL', +1680=>'AL', +1681=>'AL', +1682=>'AL', +1683=>'AL', +1684=>'AL', +1685=>'AL', +1686=>'AL', +1687=>'AL', +1688=>'AL', +1689=>'AL', +1690=>'AL', +1691=>'AL', +1692=>'AL', +1693=>'AL', +1694=>'AL', +1695=>'AL', +1696=>'AL', +1697=>'AL', +1698=>'AL', +1699=>'AL', +1700=>'AL', +1701=>'AL', +1702=>'AL', +1703=>'AL', +1704=>'AL', +1705=>'AL', +1706=>'AL', +1707=>'AL', +1708=>'AL', +1709=>'AL', +1710=>'AL', +1711=>'AL', +1712=>'AL', +1713=>'AL', +1714=>'AL', +1715=>'AL', +1716=>'AL', +1717=>'AL', +1718=>'AL', +1719=>'AL', +1720=>'AL', +1721=>'AL', +1722=>'AL', +1723=>'AL', +1724=>'AL', +1725=>'AL', +1726=>'AL', +1727=>'AL', +1728=>'AL', +1729=>'AL', +1730=>'AL', +1731=>'AL', +1732=>'AL', +1733=>'AL', +1734=>'AL', +1735=>'AL', +1736=>'AL', +1737=>'AL', +1738=>'AL', +1739=>'AL', +1740=>'AL', +1741=>'AL', +1742=>'AL', +1743=>'AL', +1744=>'AL', +1745=>'AL', +1746=>'AL', +1747=>'AL', +1748=>'AL', +1749=>'AL', +1750=>'NSM', +1751=>'NSM', +1752=>'NSM', +1753=>'NSM', +1754=>'NSM', +1755=>'NSM', +1756=>'NSM', +1757=>'AL', +1758=>'NSM', +1759=>'NSM', +1760=>'NSM', +1761=>'NSM', +1762=>'NSM', +1763=>'NSM', +1764=>'NSM', +1765=>'AL', +1766=>'AL', +1767=>'NSM', +1768=>'NSM', +1769=>'ON', +1770=>'NSM', +1771=>'NSM', +1772=>'NSM', +1773=>'NSM', +1774=>'AL', +1775=>'AL', +1776=>'EN', +1777=>'EN', +1778=>'EN', +1779=>'EN', +1780=>'EN', +1781=>'EN', +1782=>'EN', +1783=>'EN', +1784=>'EN', +1785=>'EN', +1786=>'AL', +1787=>'AL', +1788=>'AL', +1789=>'AL', +1790=>'AL', +1791=>'AL', +1792=>'AL', +1793=>'AL', +1794=>'AL', +1795=>'AL', +1796=>'AL', +1797=>'AL', +1798=>'AL', +1799=>'AL', +1800=>'AL', +1801=>'AL', +1802=>'AL', +1803=>'AL', +1804=>'AL', +1805=>'AL', +1807=>'BN', +1808=>'AL', +1809=>'NSM', +1810=>'AL', +1811=>'AL', +1812=>'AL', +1813=>'AL', +1814=>'AL', +1815=>'AL', +1816=>'AL', +1817=>'AL', +1818=>'AL', +1819=>'AL', +1820=>'AL', +1821=>'AL', +1822=>'AL', +1823=>'AL', +1824=>'AL', +1825=>'AL', +1826=>'AL', +1827=>'AL', +1828=>'AL', +1829=>'AL', +1830=>'AL', +1831=>'AL', +1832=>'AL', +1833=>'AL', +1834=>'AL', +1835=>'AL', +1836=>'AL', +1837=>'AL', +1838=>'AL', +1839=>'AL', +1840=>'NSM', +1841=>'NSM', +1842=>'NSM', +1843=>'NSM', +1844=>'NSM', +1845=>'NSM', +1846=>'NSM', +1847=>'NSM', +1848=>'NSM', +1849=>'NSM', +1850=>'NSM', +1851=>'NSM', +1852=>'NSM', +1853=>'NSM', +1854=>'NSM', +1855=>'NSM', +1856=>'NSM', +1857=>'NSM', +1858=>'NSM', +1859=>'NSM', +1860=>'NSM', +1861=>'NSM', +1862=>'NSM', +1863=>'NSM', +1864=>'NSM', +1865=>'NSM', +1866=>'NSM', +1869=>'AL', +1870=>'AL', +1871=>'AL', +1872=>'AL', +1873=>'AL', +1874=>'AL', +1875=>'AL', +1876=>'AL', +1877=>'AL', +1878=>'AL', +1879=>'AL', +1880=>'AL', +1881=>'AL', +1882=>'AL', +1883=>'AL', +1884=>'AL', +1885=>'AL', +1886=>'AL', +1887=>'AL', +1888=>'AL', +1889=>'AL', +1890=>'AL', +1891=>'AL', +1892=>'AL', +1893=>'AL', +1894=>'AL', +1895=>'AL', +1896=>'AL', +1897=>'AL', +1898=>'AL', +1899=>'AL', +1900=>'AL', +1901=>'AL', +1920=>'AL', +1921=>'AL', +1922=>'AL', +1923=>'AL', +1924=>'AL', +1925=>'AL', +1926=>'AL', +1927=>'AL', +1928=>'AL', +1929=>'AL', +1930=>'AL', +1931=>'AL', +1932=>'AL', +1933=>'AL', +1934=>'AL', +1935=>'AL', +1936=>'AL', +1937=>'AL', +1938=>'AL', +1939=>'AL', +1940=>'AL', +1941=>'AL', +1942=>'AL', +1943=>'AL', +1944=>'AL', +1945=>'AL', +1946=>'AL', +1947=>'AL', +1948=>'AL', +1949=>'AL', +1950=>'AL', +1951=>'AL', +1952=>'AL', +1953=>'AL', +1954=>'AL', +1955=>'AL', +1956=>'AL', +1957=>'AL', +1958=>'NSM', +1959=>'NSM', +1960=>'NSM', +1961=>'NSM', +1962=>'NSM', +1963=>'NSM', +1964=>'NSM', +1965=>'NSM', +1966=>'NSM', +1967=>'NSM', +1968=>'NSM', +1969=>'AL', +1984=>'R', +1985=>'R', +1986=>'R', +1987=>'R', +1988=>'R', +1989=>'R', +1990=>'R', +1991=>'R', +1992=>'R', +1993=>'R', +1994=>'R', +1995=>'R', +1996=>'R', +1997=>'R', +1998=>'R', +1999=>'R', +2000=>'R', +2001=>'R', +2002=>'R', +2003=>'R', +2004=>'R', +2005=>'R', +2006=>'R', +2007=>'R', +2008=>'R', +2009=>'R', +2010=>'R', +2011=>'R', +2012=>'R', +2013=>'R', +2014=>'R', +2015=>'R', +2016=>'R', +2017=>'R', +2018=>'R', +2019=>'R', +2020=>'R', +2021=>'R', +2022=>'R', +2023=>'R', +2024=>'R', +2025=>'R', +2026=>'R', +2027=>'NSM', +2028=>'NSM', +2029=>'NSM', +2030=>'NSM', +2031=>'NSM', +2032=>'NSM', +2033=>'NSM', +2034=>'NSM', +2035=>'NSM', +2036=>'R', +2037=>'R', +2038=>'ON', +2039=>'ON', +2040=>'ON', +2041=>'ON', +2042=>'R', +2305=>'NSM', +2306=>'NSM', +2307=>'L', +2308=>'L', +2309=>'L', +2310=>'L', +2311=>'L', +2312=>'L', +2313=>'L', +2314=>'L', +2315=>'L', +2316=>'L', +2317=>'L', +2318=>'L', +2319=>'L', +2320=>'L', +2321=>'L', +2322=>'L', +2323=>'L', +2324=>'L', +2325=>'L', +2326=>'L', +2327=>'L', +2328=>'L', +2329=>'L', +2330=>'L', +2331=>'L', +2332=>'L', +2333=>'L', +2334=>'L', +2335=>'L', +2336=>'L', +2337=>'L', +2338=>'L', +2339=>'L', +2340=>'L', +2341=>'L', +2342=>'L', +2343=>'L', +2344=>'L', +2345=>'L', +2346=>'L', +2347=>'L', +2348=>'L', +2349=>'L', +2350=>'L', +2351=>'L', +2352=>'L', +2353=>'L', +2354=>'L', +2355=>'L', +2356=>'L', +2357=>'L', +2358=>'L', +2359=>'L', +2360=>'L', +2361=>'L', +2364=>'NSM', +2365=>'L', +2366=>'L', +2367=>'L', +2368=>'L', +2369=>'NSM', +2370=>'NSM', +2371=>'NSM', +2372=>'NSM', +2373=>'NSM', +2374=>'NSM', +2375=>'NSM', +2376=>'NSM', +2377=>'L', +2378=>'L', +2379=>'L', +2380=>'L', +2381=>'NSM', +2384=>'L', +2385=>'NSM', +2386=>'NSM', +2387=>'NSM', +2388=>'NSM', +2392=>'L', +2393=>'L', +2394=>'L', +2395=>'L', +2396=>'L', +2397=>'L', +2398=>'L', +2399=>'L', +2400=>'L', +2401=>'L', +2402=>'NSM', +2403=>'NSM', +2404=>'L', +2405=>'L', +2406=>'L', +2407=>'L', +2408=>'L', +2409=>'L', +2410=>'L', +2411=>'L', +2412=>'L', +2413=>'L', +2414=>'L', +2415=>'L', +2416=>'L', +2427=>'L', +2428=>'L', +2429=>'L', +2430=>'L', +2431=>'L', +2433=>'NSM', +2434=>'L', +2435=>'L', +2437=>'L', +2438=>'L', +2439=>'L', +2440=>'L', +2441=>'L', +2442=>'L', +2443=>'L', +2444=>'L', +2447=>'L', +2448=>'L', +2451=>'L', +2452=>'L', +2453=>'L', +2454=>'L', +2455=>'L', +2456=>'L', +2457=>'L', +2458=>'L', +2459=>'L', +2460=>'L', +2461=>'L', +2462=>'L', +2463=>'L', +2464=>'L', +2465=>'L', +2466=>'L', +2467=>'L', +2468=>'L', +2469=>'L', +2470=>'L', +2471=>'L', +2472=>'L', +2474=>'L', +2475=>'L', +2476=>'L', +2477=>'L', +2478=>'L', +2479=>'L', +2480=>'L', +2482=>'L', +2486=>'L', +2487=>'L', +2488=>'L', +2489=>'L', +2492=>'NSM', +2493=>'L', +2494=>'L', +2495=>'L', +2496=>'L', +2497=>'NSM', +2498=>'NSM', +2499=>'NSM', +2500=>'NSM', +2503=>'L', +2504=>'L', +2507=>'L', +2508=>'L', +2509=>'NSM', +2510=>'L', +2519=>'L', +2524=>'L', +2525=>'L', +2527=>'L', +2528=>'L', +2529=>'L', +2530=>'NSM', +2531=>'NSM', +2534=>'L', +2535=>'L', +2536=>'L', +2537=>'L', +2538=>'L', +2539=>'L', +2540=>'L', +2541=>'L', +2542=>'L', +2543=>'L', +2544=>'L', +2545=>'L', +2546=>'ET', +2547=>'ET', +2548=>'L', +2549=>'L', +2550=>'L', +2551=>'L', +2552=>'L', +2553=>'L', +2554=>'L', +2561=>'NSM', +2562=>'NSM', +2563=>'L', +2565=>'L', +2566=>'L', +2567=>'L', +2568=>'L', +2569=>'L', +2570=>'L', +2575=>'L', +2576=>'L', +2579=>'L', +2580=>'L', +2581=>'L', +2582=>'L', +2583=>'L', +2584=>'L', +2585=>'L', +2586=>'L', +2587=>'L', +2588=>'L', +2589=>'L', +2590=>'L', +2591=>'L', +2592=>'L', +2593=>'L', +2594=>'L', +2595=>'L', +2596=>'L', +2597=>'L', +2598=>'L', +2599=>'L', +2600=>'L', +2602=>'L', +2603=>'L', +2604=>'L', +2605=>'L', +2606=>'L', +2607=>'L', +2608=>'L', +2610=>'L', +2611=>'L', +2613=>'L', +2614=>'L', +2616=>'L', +2617=>'L', +2620=>'NSM', +2622=>'L', +2623=>'L', +2624=>'L', +2625=>'NSM', +2626=>'NSM', +2631=>'NSM', +2632=>'NSM', +2635=>'NSM', +2636=>'NSM', +2637=>'NSM', +2649=>'L', +2650=>'L', +2651=>'L', +2652=>'L', +2654=>'L', +2662=>'L', +2663=>'L', +2664=>'L', +2665=>'L', +2666=>'L', +2667=>'L', +2668=>'L', +2669=>'L', +2670=>'L', +2671=>'L', +2672=>'NSM', +2673=>'NSM', +2674=>'L', +2675=>'L', +2676=>'L', +2689=>'NSM', +2690=>'NSM', +2691=>'L', +2693=>'L', +2694=>'L', +2695=>'L', +2696=>'L', +2697=>'L', +2698=>'L', +2699=>'L', +2700=>'L', +2701=>'L', +2703=>'L', +2704=>'L', +2705=>'L', +2707=>'L', +2708=>'L', +2709=>'L', +2710=>'L', +2711=>'L', +2712=>'L', +2713=>'L', +2714=>'L', +2715=>'L', +2716=>'L', +2717=>'L', +2718=>'L', +2719=>'L', +2720=>'L', +2721=>'L', +2722=>'L', +2723=>'L', +2724=>'L', +2725=>'L', +2726=>'L', +2727=>'L', +2728=>'L', +2730=>'L', +2731=>'L', +2732=>'L', +2733=>'L', +2734=>'L', +2735=>'L', +2736=>'L', +2738=>'L', +2739=>'L', +2741=>'L', +2742=>'L', +2743=>'L', +2744=>'L', +2745=>'L', +2748=>'NSM', +2749=>'L', +2750=>'L', +2751=>'L', +2752=>'L', +2753=>'NSM', +2754=>'NSM', +2755=>'NSM', +2756=>'NSM', +2757=>'NSM', +2759=>'NSM', +2760=>'NSM', +2761=>'L', +2763=>'L', +2764=>'L', +2765=>'NSM', +2768=>'L', +2784=>'L', +2785=>'L', +2786=>'NSM', +2787=>'NSM', +2790=>'L', +2791=>'L', +2792=>'L', +2793=>'L', +2794=>'L', +2795=>'L', +2796=>'L', +2797=>'L', +2798=>'L', +2799=>'L', +2801=>'ET', +2817=>'NSM', +2818=>'L', +2819=>'L', +2821=>'L', +2822=>'L', +2823=>'L', +2824=>'L', +2825=>'L', +2826=>'L', +2827=>'L', +2828=>'L', +2831=>'L', +2832=>'L', +2835=>'L', +2836=>'L', +2837=>'L', +2838=>'L', +2839=>'L', +2840=>'L', +2841=>'L', +2842=>'L', +2843=>'L', +2844=>'L', +2845=>'L', +2846=>'L', +2847=>'L', +2848=>'L', +2849=>'L', +2850=>'L', +2851=>'L', +2852=>'L', +2853=>'L', +2854=>'L', +2855=>'L', +2856=>'L', +2858=>'L', +2859=>'L', +2860=>'L', +2861=>'L', +2862=>'L', +2863=>'L', +2864=>'L', +2866=>'L', +2867=>'L', +2869=>'L', +2870=>'L', +2871=>'L', +2872=>'L', +2873=>'L', +2876=>'NSM', +2877=>'L', +2878=>'L', +2879=>'NSM', +2880=>'L', +2881=>'NSM', +2882=>'NSM', +2883=>'NSM', +2887=>'L', +2888=>'L', +2891=>'L', +2892=>'L', +2893=>'NSM', +2902=>'NSM', +2903=>'L', +2908=>'L', +2909=>'L', +2911=>'L', +2912=>'L', +2913=>'L', +2918=>'L', +2919=>'L', +2920=>'L', +2921=>'L', +2922=>'L', +2923=>'L', +2924=>'L', +2925=>'L', +2926=>'L', +2927=>'L', +2928=>'L', +2929=>'L', +2946=>'NSM', +2947=>'L', +2949=>'L', +2950=>'L', +2951=>'L', +2952=>'L', +2953=>'L', +2954=>'L', +2958=>'L', +2959=>'L', +2960=>'L', +2962=>'L', +2963=>'L', +2964=>'L', +2965=>'L', +2969=>'L', +2970=>'L', +2972=>'L', +2974=>'L', +2975=>'L', +2979=>'L', +2980=>'L', +2984=>'L', +2985=>'L', +2986=>'L', +2990=>'L', +2991=>'L', +2992=>'L', +2993=>'L', +2994=>'L', +2995=>'L', +2996=>'L', +2997=>'L', +2998=>'L', +2999=>'L', +3000=>'L', +3001=>'L', +3006=>'L', +3007=>'L', +3008=>'NSM', +3009=>'L', +3010=>'L', +3014=>'L', +3015=>'L', +3016=>'L', +3018=>'L', +3019=>'L', +3020=>'L', +3021=>'NSM', +3031=>'L', +3046=>'L', +3047=>'L', +3048=>'L', +3049=>'L', +3050=>'L', +3051=>'L', +3052=>'L', +3053=>'L', +3054=>'L', +3055=>'L', +3056=>'L', +3057=>'L', +3058=>'L', +3059=>'ON', +3060=>'ON', +3061=>'ON', +3062=>'ON', +3063=>'ON', +3064=>'ON', +3065=>'ET', +3066=>'ON', +3073=>'L', +3074=>'L', +3075=>'L', +3077=>'L', +3078=>'L', +3079=>'L', +3080=>'L', +3081=>'L', +3082=>'L', +3083=>'L', +3084=>'L', +3086=>'L', +3087=>'L', +3088=>'L', +3090=>'L', +3091=>'L', +3092=>'L', +3093=>'L', +3094=>'L', +3095=>'L', +3096=>'L', +3097=>'L', +3098=>'L', +3099=>'L', +3100=>'L', +3101=>'L', +3102=>'L', +3103=>'L', +3104=>'L', +3105=>'L', +3106=>'L', +3107=>'L', +3108=>'L', +3109=>'L', +3110=>'L', +3111=>'L', +3112=>'L', +3114=>'L', +3115=>'L', +3116=>'L', +3117=>'L', +3118=>'L', +3119=>'L', +3120=>'L', +3121=>'L', +3122=>'L', +3123=>'L', +3125=>'L', +3126=>'L', +3127=>'L', +3128=>'L', +3129=>'L', +3134=>'NSM', +3135=>'NSM', +3136=>'NSM', +3137=>'L', +3138=>'L', +3139=>'L', +3140=>'L', +3142=>'NSM', +3143=>'NSM', +3144=>'NSM', +3146=>'NSM', +3147=>'NSM', +3148=>'NSM', +3149=>'NSM', +3157=>'NSM', +3158=>'NSM', +3168=>'L', +3169=>'L', +3174=>'L', +3175=>'L', +3176=>'L', +3177=>'L', +3178=>'L', +3179=>'L', +3180=>'L', +3181=>'L', +3182=>'L', +3183=>'L', +3202=>'L', +3203=>'L', +3205=>'L', +3206=>'L', +3207=>'L', +3208=>'L', +3209=>'L', +3210=>'L', +3211=>'L', +3212=>'L', +3214=>'L', +3215=>'L', +3216=>'L', +3218=>'L', +3219=>'L', +3220=>'L', +3221=>'L', +3222=>'L', +3223=>'L', +3224=>'L', +3225=>'L', +3226=>'L', +3227=>'L', +3228=>'L', +3229=>'L', +3230=>'L', +3231=>'L', +3232=>'L', +3233=>'L', +3234=>'L', +3235=>'L', +3236=>'L', +3237=>'L', +3238=>'L', +3239=>'L', +3240=>'L', +3242=>'L', +3243=>'L', +3244=>'L', +3245=>'L', +3246=>'L', +3247=>'L', +3248=>'L', +3249=>'L', +3250=>'L', +3251=>'L', +3253=>'L', +3254=>'L', +3255=>'L', +3256=>'L', +3257=>'L', +3260=>'NSM', +3261=>'L', +3262=>'L', +3263=>'L', +3264=>'L', +3265=>'L', +3266=>'L', +3267=>'L', +3268=>'L', +3270=>'L', +3271=>'L', +3272=>'L', +3274=>'L', +3275=>'L', +3276=>'NSM', +3277=>'NSM', +3285=>'L', +3286=>'L', +3294=>'L', +3296=>'L', +3297=>'L', +3298=>'NSM', +3299=>'NSM', +3302=>'L', +3303=>'L', +3304=>'L', +3305=>'L', +3306=>'L', +3307=>'L', +3308=>'L', +3309=>'L', +3310=>'L', +3311=>'L', +3313=>'ON', +3314=>'ON', +3330=>'L', +3331=>'L', +3333=>'L', +3334=>'L', +3335=>'L', +3336=>'L', +3337=>'L', +3338=>'L', +3339=>'L', +3340=>'L', +3342=>'L', +3343=>'L', +3344=>'L', +3346=>'L', +3347=>'L', +3348=>'L', +3349=>'L', +3350=>'L', +3351=>'L', +3352=>'L', +3353=>'L', +3354=>'L', +3355=>'L', +3356=>'L', +3357=>'L', +3358=>'L', +3359=>'L', +3360=>'L', +3361=>'L', +3362=>'L', +3363=>'L', +3364=>'L', +3365=>'L', +3366=>'L', +3367=>'L', +3368=>'L', +3370=>'L', +3371=>'L', +3372=>'L', +3373=>'L', +3374=>'L', +3375=>'L', +3376=>'L', +3377=>'L', +3378=>'L', +3379=>'L', +3380=>'L', +3381=>'L', +3382=>'L', +3383=>'L', +3384=>'L', +3385=>'L', +3390=>'L', +3391=>'L', +3392=>'L', +3393=>'NSM', +3394=>'NSM', +3395=>'NSM', +3398=>'L', +3399=>'L', +3400=>'L', +3402=>'L', +3403=>'L', +3404=>'L', +3405=>'NSM', +3415=>'L', +3424=>'L', +3425=>'L', +3430=>'L', +3431=>'L', +3432=>'L', +3433=>'L', +3434=>'L', +3435=>'L', +3436=>'L', +3437=>'L', +3438=>'L', +3439=>'L', +3458=>'L', +3459=>'L', +3461=>'L', +3462=>'L', +3463=>'L', +3464=>'L', +3465=>'L', +3466=>'L', +3467=>'L', +3468=>'L', +3469=>'L', +3470=>'L', +3471=>'L', +3472=>'L', +3473=>'L', +3474=>'L', +3475=>'L', +3476=>'L', +3477=>'L', +3478=>'L', +3482=>'L', +3483=>'L', +3484=>'L', +3485=>'L', +3486=>'L', +3487=>'L', +3488=>'L', +3489=>'L', +3490=>'L', +3491=>'L', +3492=>'L', +3493=>'L', +3494=>'L', +3495=>'L', +3496=>'L', +3497=>'L', +3498=>'L', +3499=>'L', +3500=>'L', +3501=>'L', +3502=>'L', +3503=>'L', +3504=>'L', +3505=>'L', +3507=>'L', +3508=>'L', +3509=>'L', +3510=>'L', +3511=>'L', +3512=>'L', +3513=>'L', +3514=>'L', +3515=>'L', +3517=>'L', +3520=>'L', +3521=>'L', +3522=>'L', +3523=>'L', +3524=>'L', +3525=>'L', +3526=>'L', +3530=>'NSM', +3535=>'L', +3536=>'L', +3537=>'L', +3538=>'NSM', +3539=>'NSM', +3540=>'NSM', +3542=>'NSM', +3544=>'L', +3545=>'L', +3546=>'L', +3547=>'L', +3548=>'L', +3549=>'L', +3550=>'L', +3551=>'L', +3570=>'L', +3571=>'L', +3572=>'L', +3585=>'L', +3586=>'L', +3587=>'L', +3588=>'L', +3589=>'L', +3590=>'L', +3591=>'L', +3592=>'L', +3593=>'L', +3594=>'L', +3595=>'L', +3596=>'L', +3597=>'L', +3598=>'L', +3599=>'L', +3600=>'L', +3601=>'L', +3602=>'L', +3603=>'L', +3604=>'L', +3605=>'L', +3606=>'L', +3607=>'L', +3608=>'L', +3609=>'L', +3610=>'L', +3611=>'L', +3612=>'L', +3613=>'L', +3614=>'L', +3615=>'L', +3616=>'L', +3617=>'L', +3618=>'L', +3619=>'L', +3620=>'L', +3621=>'L', +3622=>'L', +3623=>'L', +3624=>'L', +3625=>'L', +3626=>'L', +3627=>'L', +3628=>'L', +3629=>'L', +3630=>'L', +3631=>'L', +3632=>'L', +3633=>'NSM', +3634=>'L', +3635=>'L', +3636=>'NSM', +3637=>'NSM', +3638=>'NSM', +3639=>'NSM', +3640=>'NSM', +3641=>'NSM', +3642=>'NSM', +3647=>'ET', +3648=>'L', +3649=>'L', +3650=>'L', +3651=>'L', +3652=>'L', +3653=>'L', +3654=>'L', +3655=>'NSM', +3656=>'NSM', +3657=>'NSM', +3658=>'NSM', +3659=>'NSM', +3660=>'NSM', +3661=>'NSM', +3662=>'NSM', +3663=>'L', +3664=>'L', +3665=>'L', +3666=>'L', +3667=>'L', +3668=>'L', +3669=>'L', +3670=>'L', +3671=>'L', +3672=>'L', +3673=>'L', +3674=>'L', +3675=>'L', +3713=>'L', +3714=>'L', +3716=>'L', +3719=>'L', +3720=>'L', +3722=>'L', +3725=>'L', +3732=>'L', +3733=>'L', +3734=>'L', +3735=>'L', +3737=>'L', +3738=>'L', +3739=>'L', +3740=>'L', +3741=>'L', +3742=>'L', +3743=>'L', +3745=>'L', +3746=>'L', +3747=>'L', +3749=>'L', +3751=>'L', +3754=>'L', +3755=>'L', +3757=>'L', +3758=>'L', +3759=>'L', +3760=>'L', +3761=>'NSM', +3762=>'L', +3763=>'L', +3764=>'NSM', +3765=>'NSM', +3766=>'NSM', +3767=>'NSM', +3768=>'NSM', +3769=>'NSM', +3771=>'NSM', +3772=>'NSM', +3773=>'L', +3776=>'L', +3777=>'L', +3778=>'L', +3779=>'L', +3780=>'L', +3782=>'L', +3784=>'NSM', +3785=>'NSM', +3786=>'NSM', +3787=>'NSM', +3788=>'NSM', +3789=>'NSM', +3792=>'L', +3793=>'L', +3794=>'L', +3795=>'L', +3796=>'L', +3797=>'L', +3798=>'L', +3799=>'L', +3800=>'L', +3801=>'L', +3804=>'L', +3805=>'L', +3840=>'L', +3841=>'L', +3842=>'L', +3843=>'L', +3844=>'L', +3845=>'L', +3846=>'L', +3847=>'L', +3848=>'L', +3849=>'L', +3850=>'L', +3851=>'L', +3852=>'L', +3853=>'L', +3854=>'L', +3855=>'L', +3856=>'L', +3857=>'L', +3858=>'L', +3859=>'L', +3860=>'L', +3861=>'L', +3862=>'L', +3863=>'L', +3864=>'NSM', +3865=>'NSM', +3866=>'L', +3867=>'L', +3868=>'L', +3869=>'L', +3870=>'L', +3871=>'L', +3872=>'L', +3873=>'L', +3874=>'L', +3875=>'L', +3876=>'L', +3877=>'L', +3878=>'L', +3879=>'L', +3880=>'L', +3881=>'L', +3882=>'L', +3883=>'L', +3884=>'L', +3885=>'L', +3886=>'L', +3887=>'L', +3888=>'L', +3889=>'L', +3890=>'L', +3891=>'L', +3892=>'L', +3893=>'NSM', +3894=>'L', +3895=>'NSM', +3896=>'L', +3897=>'NSM', +3898=>'ON', +3899=>'ON', +3900=>'ON', +3901=>'ON', +3902=>'L', +3903=>'L', +3904=>'L', +3905=>'L', +3906=>'L', +3907=>'L', +3908=>'L', +3909=>'L', +3910=>'L', +3911=>'L', +3913=>'L', +3914=>'L', +3915=>'L', +3916=>'L', +3917=>'L', +3918=>'L', +3919=>'L', +3920=>'L', +3921=>'L', +3922=>'L', +3923=>'L', +3924=>'L', +3925=>'L', +3926=>'L', +3927=>'L', +3928=>'L', +3929=>'L', +3930=>'L', +3931=>'L', +3932=>'L', +3933=>'L', +3934=>'L', +3935=>'L', +3936=>'L', +3937=>'L', +3938=>'L', +3939=>'L', +3940=>'L', +3941=>'L', +3942=>'L', +3943=>'L', +3944=>'L', +3945=>'L', +3946=>'L', +3953=>'NSM', +3954=>'NSM', +3955=>'NSM', +3956=>'NSM', +3957=>'NSM', +3958=>'NSM', +3959=>'NSM', +3960=>'NSM', +3961=>'NSM', +3962=>'NSM', +3963=>'NSM', +3964=>'NSM', +3965=>'NSM', +3966=>'NSM', +3967=>'L', +3968=>'NSM', +3969=>'NSM', +3970=>'NSM', +3971=>'NSM', +3972=>'NSM', +3973=>'L', +3974=>'NSM', +3975=>'NSM', +3976=>'L', +3977=>'L', +3978=>'L', +3979=>'L', +3984=>'NSM', +3985=>'NSM', +3986=>'NSM', +3987=>'NSM', +3988=>'NSM', +3989=>'NSM', +3990=>'NSM', +3991=>'NSM', +3993=>'NSM', +3994=>'NSM', +3995=>'NSM', +3996=>'NSM', +3997=>'NSM', +3998=>'NSM', +3999=>'NSM', +4000=>'NSM', +4001=>'NSM', +4002=>'NSM', +4003=>'NSM', +4004=>'NSM', +4005=>'NSM', +4006=>'NSM', +4007=>'NSM', +4008=>'NSM', +4009=>'NSM', +4010=>'NSM', +4011=>'NSM', +4012=>'NSM', +4013=>'NSM', +4014=>'NSM', +4015=>'NSM', +4016=>'NSM', +4017=>'NSM', +4018=>'NSM', +4019=>'NSM', +4020=>'NSM', +4021=>'NSM', +4022=>'NSM', +4023=>'NSM', +4024=>'NSM', +4025=>'NSM', +4026=>'NSM', +4027=>'NSM', +4028=>'NSM', +4030=>'L', +4031=>'L', +4032=>'L', +4033=>'L', +4034=>'L', +4035=>'L', +4036=>'L', +4037=>'L', +4038=>'NSM', +4039=>'L', +4040=>'L', +4041=>'L', +4042=>'L', +4043=>'L', +4044=>'L', +4047=>'L', +4048=>'L', +4049=>'L', +4096=>'L', +4097=>'L', +4098=>'L', +4099=>'L', +4100=>'L', +4101=>'L', +4102=>'L', +4103=>'L', +4104=>'L', +4105=>'L', +4106=>'L', +4107=>'L', +4108=>'L', +4109=>'L', +4110=>'L', +4111=>'L', +4112=>'L', +4113=>'L', +4114=>'L', +4115=>'L', +4116=>'L', +4117=>'L', +4118=>'L', +4119=>'L', +4120=>'L', +4121=>'L', +4122=>'L', +4123=>'L', +4124=>'L', +4125=>'L', +4126=>'L', +4127=>'L', +4128=>'L', +4129=>'L', +4131=>'L', +4132=>'L', +4133=>'L', +4134=>'L', +4135=>'L', +4137=>'L', +4138=>'L', +4140=>'L', +4141=>'NSM', +4142=>'NSM', +4143=>'NSM', +4144=>'NSM', +4145=>'L', +4146=>'NSM', +4150=>'NSM', +4151=>'NSM', +4152=>'L', +4153=>'NSM', +4160=>'L', +4161=>'L', +4162=>'L', +4163=>'L', +4164=>'L', +4165=>'L', +4166=>'L', +4167=>'L', +4168=>'L', +4169=>'L', +4170=>'L', +4171=>'L', +4172=>'L', +4173=>'L', +4174=>'L', +4175=>'L', +4176=>'L', +4177=>'L', +4178=>'L', +4179=>'L', +4180=>'L', +4181=>'L', +4182=>'L', +4183=>'L', +4184=>'NSM', +4185=>'NSM', +4256=>'L', +4257=>'L', +4258=>'L', +4259=>'L', +4260=>'L', +4261=>'L', +4262=>'L', +4263=>'L', +4264=>'L', +4265=>'L', +4266=>'L', +4267=>'L', +4268=>'L', +4269=>'L', +4270=>'L', +4271=>'L', +4272=>'L', +4273=>'L', +4274=>'L', +4275=>'L', +4276=>'L', +4277=>'L', +4278=>'L', +4279=>'L', +4280=>'L', +4281=>'L', +4282=>'L', +4283=>'L', +4284=>'L', +4285=>'L', +4286=>'L', +4287=>'L', +4288=>'L', +4289=>'L', +4290=>'L', +4291=>'L', +4292=>'L', +4293=>'L', +4304=>'L', +4305=>'L', +4306=>'L', +4307=>'L', +4308=>'L', +4309=>'L', +4310=>'L', +4311=>'L', +4312=>'L', +4313=>'L', +4314=>'L', +4315=>'L', +4316=>'L', +4317=>'L', +4318=>'L', +4319=>'L', +4320=>'L', +4321=>'L', +4322=>'L', +4323=>'L', +4324=>'L', +4325=>'L', +4326=>'L', +4327=>'L', +4328=>'L', +4329=>'L', +4330=>'L', +4331=>'L', +4332=>'L', +4333=>'L', +4334=>'L', +4335=>'L', +4336=>'L', +4337=>'L', +4338=>'L', +4339=>'L', +4340=>'L', +4341=>'L', +4342=>'L', +4343=>'L', +4344=>'L', +4345=>'L', +4346=>'L', +4347=>'L', +4348=>'L', +4352=>'L', +4353=>'L', +4354=>'L', +4355=>'L', +4356=>'L', +4357=>'L', +4358=>'L', +4359=>'L', +4360=>'L', +4361=>'L', +4362=>'L', +4363=>'L', +4364=>'L', +4365=>'L', +4366=>'L', +4367=>'L', +4368=>'L', +4369=>'L', +4370=>'L', +4371=>'L', +4372=>'L', +4373=>'L', +4374=>'L', +4375=>'L', +4376=>'L', +4377=>'L', +4378=>'L', +4379=>'L', +4380=>'L', +4381=>'L', +4382=>'L', +4383=>'L', +4384=>'L', +4385=>'L', +4386=>'L', +4387=>'L', +4388=>'L', +4389=>'L', +4390=>'L', +4391=>'L', +4392=>'L', +4393=>'L', +4394=>'L', +4395=>'L', +4396=>'L', +4397=>'L', +4398=>'L', +4399=>'L', +4400=>'L', +4401=>'L', +4402=>'L', +4403=>'L', +4404=>'L', +4405=>'L', +4406=>'L', +4407=>'L', +4408=>'L', +4409=>'L', +4410=>'L', +4411=>'L', +4412=>'L', +4413=>'L', +4414=>'L', +4415=>'L', +4416=>'L', +4417=>'L', +4418=>'L', +4419=>'L', +4420=>'L', +4421=>'L', +4422=>'L', +4423=>'L', +4424=>'L', +4425=>'L', +4426=>'L', +4427=>'L', +4428=>'L', +4429=>'L', +4430=>'L', +4431=>'L', +4432=>'L', +4433=>'L', +4434=>'L', +4435=>'L', +4436=>'L', +4437=>'L', +4438=>'L', +4439=>'L', +4440=>'L', +4441=>'L', +4447=>'L', +4448=>'L', +4449=>'L', +4450=>'L', +4451=>'L', +4452=>'L', +4453=>'L', +4454=>'L', +4455=>'L', +4456=>'L', +4457=>'L', +4458=>'L', +4459=>'L', +4460=>'L', +4461=>'L', +4462=>'L', +4463=>'L', +4464=>'L', +4465=>'L', +4466=>'L', +4467=>'L', +4468=>'L', +4469=>'L', +4470=>'L', +4471=>'L', +4472=>'L', +4473=>'L', +4474=>'L', +4475=>'L', +4476=>'L', +4477=>'L', +4478=>'L', +4479=>'L', +4480=>'L', +4481=>'L', +4482=>'L', +4483=>'L', +4484=>'L', +4485=>'L', +4486=>'L', +4487=>'L', +4488=>'L', +4489=>'L', +4490=>'L', +4491=>'L', +4492=>'L', +4493=>'L', +4494=>'L', +4495=>'L', +4496=>'L', +4497=>'L', +4498=>'L', +4499=>'L', +4500=>'L', +4501=>'L', +4502=>'L', +4503=>'L', +4504=>'L', +4505=>'L', +4506=>'L', +4507=>'L', +4508=>'L', +4509=>'L', +4510=>'L', +4511=>'L', +4512=>'L', +4513=>'L', +4514=>'L', +4520=>'L', +4521=>'L', +4522=>'L', +4523=>'L', +4524=>'L', +4525=>'L', +4526=>'L', +4527=>'L', +4528=>'L', +4529=>'L', +4530=>'L', +4531=>'L', +4532=>'L', +4533=>'L', +4534=>'L', +4535=>'L', +4536=>'L', +4537=>'L', +4538=>'L', +4539=>'L', +4540=>'L', +4541=>'L', +4542=>'L', +4543=>'L', +4544=>'L', +4545=>'L', +4546=>'L', +4547=>'L', +4548=>'L', +4549=>'L', +4550=>'L', +4551=>'L', +4552=>'L', +4553=>'L', +4554=>'L', +4555=>'L', +4556=>'L', +4557=>'L', +4558=>'L', +4559=>'L', +4560=>'L', +4561=>'L', +4562=>'L', +4563=>'L', +4564=>'L', +4565=>'L', +4566=>'L', +4567=>'L', +4568=>'L', +4569=>'L', +4570=>'L', +4571=>'L', +4572=>'L', +4573=>'L', +4574=>'L', +4575=>'L', +4576=>'L', +4577=>'L', +4578=>'L', +4579=>'L', +4580=>'L', +4581=>'L', +4582=>'L', +4583=>'L', +4584=>'L', +4585=>'L', +4586=>'L', +4587=>'L', +4588=>'L', +4589=>'L', +4590=>'L', +4591=>'L', +4592=>'L', +4593=>'L', +4594=>'L', +4595=>'L', +4596=>'L', +4597=>'L', +4598=>'L', +4599=>'L', +4600=>'L', +4601=>'L', +4608=>'L', +4609=>'L', +4610=>'L', +4611=>'L', +4612=>'L', +4613=>'L', +4614=>'L', +4615=>'L', +4616=>'L', +4617=>'L', +4618=>'L', +4619=>'L', +4620=>'L', +4621=>'L', +4622=>'L', +4623=>'L', +4624=>'L', +4625=>'L', +4626=>'L', +4627=>'L', +4628=>'L', +4629=>'L', +4630=>'L', +4631=>'L', +4632=>'L', +4633=>'L', +4634=>'L', +4635=>'L', +4636=>'L', +4637=>'L', +4638=>'L', +4639=>'L', +4640=>'L', +4641=>'L', +4642=>'L', +4643=>'L', +4644=>'L', +4645=>'L', +4646=>'L', +4647=>'L', +4648=>'L', +4649=>'L', +4650=>'L', +4651=>'L', +4652=>'L', +4653=>'L', +4654=>'L', +4655=>'L', +4656=>'L', +4657=>'L', +4658=>'L', +4659=>'L', +4660=>'L', +4661=>'L', +4662=>'L', +4663=>'L', +4664=>'L', +4665=>'L', +4666=>'L', +4667=>'L', +4668=>'L', +4669=>'L', +4670=>'L', +4671=>'L', +4672=>'L', +4673=>'L', +4674=>'L', +4675=>'L', +4676=>'L', +4677=>'L', +4678=>'L', +4679=>'L', +4680=>'L', +4682=>'L', +4683=>'L', +4684=>'L', +4685=>'L', +4688=>'L', +4689=>'L', +4690=>'L', +4691=>'L', +4692=>'L', +4693=>'L', +4694=>'L', +4696=>'L', +4698=>'L', +4699=>'L', +4700=>'L', +4701=>'L', +4704=>'L', +4705=>'L', +4706=>'L', +4707=>'L', +4708=>'L', +4709=>'L', +4710=>'L', +4711=>'L', +4712=>'L', +4713=>'L', +4714=>'L', +4715=>'L', +4716=>'L', +4717=>'L', +4718=>'L', +4719=>'L', +4720=>'L', +4721=>'L', +4722=>'L', +4723=>'L', +4724=>'L', +4725=>'L', +4726=>'L', +4727=>'L', +4728=>'L', +4729=>'L', +4730=>'L', +4731=>'L', +4732=>'L', +4733=>'L', +4734=>'L', +4735=>'L', +4736=>'L', +4737=>'L', +4738=>'L', +4739=>'L', +4740=>'L', +4741=>'L', +4742=>'L', +4743=>'L', +4744=>'L', +4746=>'L', +4747=>'L', +4748=>'L', +4749=>'L', +4752=>'L', +4753=>'L', +4754=>'L', +4755=>'L', +4756=>'L', +4757=>'L', +4758=>'L', +4759=>'L', +4760=>'L', +4761=>'L', +4762=>'L', +4763=>'L', +4764=>'L', +4765=>'L', +4766=>'L', +4767=>'L', +4768=>'L', +4769=>'L', +4770=>'L', +4771=>'L', +4772=>'L', +4773=>'L', +4774=>'L', +4775=>'L', +4776=>'L', +4777=>'L', +4778=>'L', +4779=>'L', +4780=>'L', +4781=>'L', +4782=>'L', +4783=>'L', +4784=>'L', +4786=>'L', +4787=>'L', +4788=>'L', +4789=>'L', +4792=>'L', +4793=>'L', +4794=>'L', +4795=>'L', +4796=>'L', +4797=>'L', +4798=>'L', +4800=>'L', +4802=>'L', +4803=>'L', +4804=>'L', +4805=>'L', +4808=>'L', +4809=>'L', +4810=>'L', +4811=>'L', +4812=>'L', +4813=>'L', +4814=>'L', +4815=>'L', +4816=>'L', +4817=>'L', +4818=>'L', +4819=>'L', +4820=>'L', +4821=>'L', +4822=>'L', +4824=>'L', +4825=>'L', +4826=>'L', +4827=>'L', +4828=>'L', +4829=>'L', +4830=>'L', +4831=>'L', +4832=>'L', +4833=>'L', +4834=>'L', +4835=>'L', +4836=>'L', +4837=>'L', +4838=>'L', +4839=>'L', +4840=>'L', +4841=>'L', +4842=>'L', +4843=>'L', +4844=>'L', +4845=>'L', +4846=>'L', +4847=>'L', +4848=>'L', +4849=>'L', +4850=>'L', +4851=>'L', +4852=>'L', +4853=>'L', +4854=>'L', +4855=>'L', +4856=>'L', +4857=>'L', +4858=>'L', +4859=>'L', +4860=>'L', +4861=>'L', +4862=>'L', +4863=>'L', +4864=>'L', +4865=>'L', +4866=>'L', +4867=>'L', +4868=>'L', +4869=>'L', +4870=>'L', +4871=>'L', +4872=>'L', +4873=>'L', +4874=>'L', +4875=>'L', +4876=>'L', +4877=>'L', +4878=>'L', +4879=>'L', +4880=>'L', +4882=>'L', +4883=>'L', +4884=>'L', +4885=>'L', +4888=>'L', +4889=>'L', +4890=>'L', +4891=>'L', +4892=>'L', +4893=>'L', +4894=>'L', +4895=>'L', +4896=>'L', +4897=>'L', +4898=>'L', +4899=>'L', +4900=>'L', +4901=>'L', +4902=>'L', +4903=>'L', +4904=>'L', +4905=>'L', +4906=>'L', +4907=>'L', +4908=>'L', +4909=>'L', +4910=>'L', +4911=>'L', +4912=>'L', +4913=>'L', +4914=>'L', +4915=>'L', +4916=>'L', +4917=>'L', +4918=>'L', +4919=>'L', +4920=>'L', +4921=>'L', +4922=>'L', +4923=>'L', +4924=>'L', +4925=>'L', +4926=>'L', +4927=>'L', +4928=>'L', +4929=>'L', +4930=>'L', +4931=>'L', +4932=>'L', +4933=>'L', +4934=>'L', +4935=>'L', +4936=>'L', +4937=>'L', +4938=>'L', +4939=>'L', +4940=>'L', +4941=>'L', +4942=>'L', +4943=>'L', +4944=>'L', +4945=>'L', +4946=>'L', +4947=>'L', +4948=>'L', +4949=>'L', +4950=>'L', +4951=>'L', +4952=>'L', +4953=>'L', +4954=>'L', +4959=>'NSM', +4960=>'L', +4961=>'L', +4962=>'L', +4963=>'L', +4964=>'L', +4965=>'L', +4966=>'L', +4967=>'L', +4968=>'L', +4969=>'L', +4970=>'L', +4971=>'L', +4972=>'L', +4973=>'L', +4974=>'L', +4975=>'L', +4976=>'L', +4977=>'L', +4978=>'L', +4979=>'L', +4980=>'L', +4981=>'L', +4982=>'L', +4983=>'L', +4984=>'L', +4985=>'L', +4986=>'L', +4987=>'L', +4988=>'L', +4992=>'L', +4993=>'L', +4994=>'L', +4995=>'L', +4996=>'L', +4997=>'L', +4998=>'L', +4999=>'L', +5000=>'L', +5001=>'L', +5002=>'L', +5003=>'L', +5004=>'L', +5005=>'L', +5006=>'L', +5007=>'L', +5008=>'ON', +5009=>'ON', +5010=>'ON', +5011=>'ON', +5012=>'ON', +5013=>'ON', +5014=>'ON', +5015=>'ON', +5016=>'ON', +5017=>'ON', +5024=>'L', +5025=>'L', +5026=>'L', +5027=>'L', +5028=>'L', +5029=>'L', +5030=>'L', +5031=>'L', +5032=>'L', +5033=>'L', +5034=>'L', +5035=>'L', +5036=>'L', +5037=>'L', +5038=>'L', +5039=>'L', +5040=>'L', +5041=>'L', +5042=>'L', +5043=>'L', +5044=>'L', +5045=>'L', +5046=>'L', +5047=>'L', +5048=>'L', +5049=>'L', +5050=>'L', +5051=>'L', +5052=>'L', +5053=>'L', +5054=>'L', +5055=>'L', +5056=>'L', +5057=>'L', +5058=>'L', +5059=>'L', +5060=>'L', +5061=>'L', +5062=>'L', +5063=>'L', +5064=>'L', +5065=>'L', +5066=>'L', +5067=>'L', +5068=>'L', +5069=>'L', +5070=>'L', +5071=>'L', +5072=>'L', +5073=>'L', +5074=>'L', +5075=>'L', +5076=>'L', +5077=>'L', +5078=>'L', +5079=>'L', +5080=>'L', +5081=>'L', +5082=>'L', +5083=>'L', +5084=>'L', +5085=>'L', +5086=>'L', +5087=>'L', +5088=>'L', +5089=>'L', +5090=>'L', +5091=>'L', +5092=>'L', +5093=>'L', +5094=>'L', +5095=>'L', +5096=>'L', +5097=>'L', +5098=>'L', +5099=>'L', +5100=>'L', +5101=>'L', +5102=>'L', +5103=>'L', +5104=>'L', +5105=>'L', +5106=>'L', +5107=>'L', +5108=>'L', +5121=>'L', +5122=>'L', +5123=>'L', +5124=>'L', +5125=>'L', +5126=>'L', +5127=>'L', +5128=>'L', +5129=>'L', +5130=>'L', +5131=>'L', +5132=>'L', +5133=>'L', +5134=>'L', +5135=>'L', +5136=>'L', +5137=>'L', +5138=>'L', +5139=>'L', +5140=>'L', +5141=>'L', +5142=>'L', +5143=>'L', +5144=>'L', +5145=>'L', +5146=>'L', +5147=>'L', +5148=>'L', +5149=>'L', +5150=>'L', +5151=>'L', +5152=>'L', +5153=>'L', +5154=>'L', +5155=>'L', +5156=>'L', +5157=>'L', +5158=>'L', +5159=>'L', +5160=>'L', +5161=>'L', +5162=>'L', +5163=>'L', +5164=>'L', +5165=>'L', +5166=>'L', +5167=>'L', +5168=>'L', +5169=>'L', +5170=>'L', +5171=>'L', +5172=>'L', +5173=>'L', +5174=>'L', +5175=>'L', +5176=>'L', +5177=>'L', +5178=>'L', +5179=>'L', +5180=>'L', +5181=>'L', +5182=>'L', +5183=>'L', +5184=>'L', +5185=>'L', +5186=>'L', +5187=>'L', +5188=>'L', +5189=>'L', +5190=>'L', +5191=>'L', +5192=>'L', +5193=>'L', +5194=>'L', +5195=>'L', +5196=>'L', +5197=>'L', +5198=>'L', +5199=>'L', +5200=>'L', +5201=>'L', +5202=>'L', +5203=>'L', +5204=>'L', +5205=>'L', +5206=>'L', +5207=>'L', +5208=>'L', +5209=>'L', +5210=>'L', +5211=>'L', +5212=>'L', +5213=>'L', +5214=>'L', +5215=>'L', +5216=>'L', +5217=>'L', +5218=>'L', +5219=>'L', +5220=>'L', +5221=>'L', +5222=>'L', +5223=>'L', +5224=>'L', +5225=>'L', +5226=>'L', +5227=>'L', +5228=>'L', +5229=>'L', +5230=>'L', +5231=>'L', +5232=>'L', +5233=>'L', +5234=>'L', +5235=>'L', +5236=>'L', +5237=>'L', +5238=>'L', +5239=>'L', +5240=>'L', +5241=>'L', +5242=>'L', +5243=>'L', +5244=>'L', +5245=>'L', +5246=>'L', +5247=>'L', +5248=>'L', +5249=>'L', +5250=>'L', +5251=>'L', +5252=>'L', +5253=>'L', +5254=>'L', +5255=>'L', +5256=>'L', +5257=>'L', +5258=>'L', +5259=>'L', +5260=>'L', +5261=>'L', +5262=>'L', +5263=>'L', +5264=>'L', +5265=>'L', +5266=>'L', +5267=>'L', +5268=>'L', +5269=>'L', +5270=>'L', +5271=>'L', +5272=>'L', +5273=>'L', +5274=>'L', +5275=>'L', +5276=>'L', +5277=>'L', +5278=>'L', +5279=>'L', +5280=>'L', +5281=>'L', +5282=>'L', +5283=>'L', +5284=>'L', +5285=>'L', +5286=>'L', +5287=>'L', +5288=>'L', +5289=>'L', +5290=>'L', +5291=>'L', +5292=>'L', +5293=>'L', +5294=>'L', +5295=>'L', +5296=>'L', +5297=>'L', +5298=>'L', +5299=>'L', +5300=>'L', +5301=>'L', +5302=>'L', +5303=>'L', +5304=>'L', +5305=>'L', +5306=>'L', +5307=>'L', +5308=>'L', +5309=>'L', +5310=>'L', +5311=>'L', +5312=>'L', +5313=>'L', +5314=>'L', +5315=>'L', +5316=>'L', +5317=>'L', +5318=>'L', +5319=>'L', +5320=>'L', +5321=>'L', +5322=>'L', +5323=>'L', +5324=>'L', +5325=>'L', +5326=>'L', +5327=>'L', +5328=>'L', +5329=>'L', +5330=>'L', +5331=>'L', +5332=>'L', +5333=>'L', +5334=>'L', +5335=>'L', +5336=>'L', +5337=>'L', +5338=>'L', +5339=>'L', +5340=>'L', +5341=>'L', +5342=>'L', +5343=>'L', +5344=>'L', +5345=>'L', +5346=>'L', +5347=>'L', +5348=>'L', +5349=>'L', +5350=>'L', +5351=>'L', +5352=>'L', +5353=>'L', +5354=>'L', +5355=>'L', +5356=>'L', +5357=>'L', +5358=>'L', +5359=>'L', +5360=>'L', +5361=>'L', +5362=>'L', +5363=>'L', +5364=>'L', +5365=>'L', +5366=>'L', +5367=>'L', +5368=>'L', +5369=>'L', +5370=>'L', +5371=>'L', +5372=>'L', +5373=>'L', +5374=>'L', +5375=>'L', +5376=>'L', +5377=>'L', +5378=>'L', +5379=>'L', +5380=>'L', +5381=>'L', +5382=>'L', +5383=>'L', +5384=>'L', +5385=>'L', +5386=>'L', +5387=>'L', +5388=>'L', +5389=>'L', +5390=>'L', +5391=>'L', +5392=>'L', +5393=>'L', +5394=>'L', +5395=>'L', +5396=>'L', +5397=>'L', +5398=>'L', +5399=>'L', +5400=>'L', +5401=>'L', +5402=>'L', +5403=>'L', +5404=>'L', +5405=>'L', +5406=>'L', +5407=>'L', +5408=>'L', +5409=>'L', +5410=>'L', +5411=>'L', +5412=>'L', +5413=>'L', +5414=>'L', +5415=>'L', +5416=>'L', +5417=>'L', +5418=>'L', +5419=>'L', +5420=>'L', +5421=>'L', +5422=>'L', +5423=>'L', +5424=>'L', +5425=>'L', +5426=>'L', +5427=>'L', +5428=>'L', +5429=>'L', +5430=>'L', +5431=>'L', +5432=>'L', +5433=>'L', +5434=>'L', +5435=>'L', +5436=>'L', +5437=>'L', +5438=>'L', +5439=>'L', +5440=>'L', +5441=>'L', +5442=>'L', +5443=>'L', +5444=>'L', +5445=>'L', +5446=>'L', +5447=>'L', +5448=>'L', +5449=>'L', +5450=>'L', +5451=>'L', +5452=>'L', +5453=>'L', +5454=>'L', +5455=>'L', +5456=>'L', +5457=>'L', +5458=>'L', +5459=>'L', +5460=>'L', +5461=>'L', +5462=>'L', +5463=>'L', +5464=>'L', +5465=>'L', +5466=>'L', +5467=>'L', +5468=>'L', +5469=>'L', +5470=>'L', +5471=>'L', +5472=>'L', +5473=>'L', +5474=>'L', +5475=>'L', +5476=>'L', +5477=>'L', +5478=>'L', +5479=>'L', +5480=>'L', +5481=>'L', +5482=>'L', +5483=>'L', +5484=>'L', +5485=>'L', +5486=>'L', +5487=>'L', +5488=>'L', +5489=>'L', +5490=>'L', +5491=>'L', +5492=>'L', +5493=>'L', +5494=>'L', +5495=>'L', +5496=>'L', +5497=>'L', +5498=>'L', +5499=>'L', +5500=>'L', +5501=>'L', +5502=>'L', +5503=>'L', +5504=>'L', +5505=>'L', +5506=>'L', +5507=>'L', +5508=>'L', +5509=>'L', +5510=>'L', +5511=>'L', +5512=>'L', +5513=>'L', +5514=>'L', +5515=>'L', +5516=>'L', +5517=>'L', +5518=>'L', +5519=>'L', +5520=>'L', +5521=>'L', +5522=>'L', +5523=>'L', +5524=>'L', +5525=>'L', +5526=>'L', +5527=>'L', +5528=>'L', +5529=>'L', +5530=>'L', +5531=>'L', +5532=>'L', +5533=>'L', +5534=>'L', +5535=>'L', +5536=>'L', +5537=>'L', +5538=>'L', +5539=>'L', +5540=>'L', +5541=>'L', +5542=>'L', +5543=>'L', +5544=>'L', +5545=>'L', +5546=>'L', +5547=>'L', +5548=>'L', +5549=>'L', +5550=>'L', +5551=>'L', +5552=>'L', +5553=>'L', +5554=>'L', +5555=>'L', +5556=>'L', +5557=>'L', +5558=>'L', +5559=>'L', +5560=>'L', +5561=>'L', +5562=>'L', +5563=>'L', +5564=>'L', +5565=>'L', +5566=>'L', +5567=>'L', +5568=>'L', +5569=>'L', +5570=>'L', +5571=>'L', +5572=>'L', +5573=>'L', +5574=>'L', +5575=>'L', +5576=>'L', +5577=>'L', +5578=>'L', +5579=>'L', +5580=>'L', +5581=>'L', +5582=>'L', +5583=>'L', +5584=>'L', +5585=>'L', +5586=>'L', +5587=>'L', +5588=>'L', +5589=>'L', +5590=>'L', +5591=>'L', +5592=>'L', +5593=>'L', +5594=>'L', +5595=>'L', +5596=>'L', +5597=>'L', +5598=>'L', +5599=>'L', +5600=>'L', +5601=>'L', +5602=>'L', +5603=>'L', +5604=>'L', +5605=>'L', +5606=>'L', +5607=>'L', +5608=>'L', +5609=>'L', +5610=>'L', +5611=>'L', +5612=>'L', +5613=>'L', +5614=>'L', +5615=>'L', +5616=>'L', +5617=>'L', +5618=>'L', +5619=>'L', +5620=>'L', +5621=>'L', +5622=>'L', +5623=>'L', +5624=>'L', +5625=>'L', +5626=>'L', +5627=>'L', +5628=>'L', +5629=>'L', +5630=>'L', +5631=>'L', +5632=>'L', +5633=>'L', +5634=>'L', +5635=>'L', +5636=>'L', +5637=>'L', +5638=>'L', +5639=>'L', +5640=>'L', +5641=>'L', +5642=>'L', +5643=>'L', +5644=>'L', +5645=>'L', +5646=>'L', +5647=>'L', +5648=>'L', +5649=>'L', +5650=>'L', +5651=>'L', +5652=>'L', +5653=>'L', +5654=>'L', +5655=>'L', +5656=>'L', +5657=>'L', +5658=>'L', +5659=>'L', +5660=>'L', +5661=>'L', +5662=>'L', +5663=>'L', +5664=>'L', +5665=>'L', +5666=>'L', +5667=>'L', +5668=>'L', +5669=>'L', +5670=>'L', +5671=>'L', +5672=>'L', +5673=>'L', +5674=>'L', +5675=>'L', +5676=>'L', +5677=>'L', +5678=>'L', +5679=>'L', +5680=>'L', +5681=>'L', +5682=>'L', +5683=>'L', +5684=>'L', +5685=>'L', +5686=>'L', +5687=>'L', +5688=>'L', +5689=>'L', +5690=>'L', +5691=>'L', +5692=>'L', +5693=>'L', +5694=>'L', +5695=>'L', +5696=>'L', +5697=>'L', +5698=>'L', +5699=>'L', +5700=>'L', +5701=>'L', +5702=>'L', +5703=>'L', +5704=>'L', +5705=>'L', +5706=>'L', +5707=>'L', +5708=>'L', +5709=>'L', +5710=>'L', +5711=>'L', +5712=>'L', +5713=>'L', +5714=>'L', +5715=>'L', +5716=>'L', +5717=>'L', +5718=>'L', +5719=>'L', +5720=>'L', +5721=>'L', +5722=>'L', +5723=>'L', +5724=>'L', +5725=>'L', +5726=>'L', +5727=>'L', +5728=>'L', +5729=>'L', +5730=>'L', +5731=>'L', +5732=>'L', +5733=>'L', +5734=>'L', +5735=>'L', +5736=>'L', +5737=>'L', +5738=>'L', +5739=>'L', +5740=>'L', +5741=>'L', +5742=>'L', +5743=>'L', +5744=>'L', +5745=>'L', +5746=>'L', +5747=>'L', +5748=>'L', +5749=>'L', +5750=>'L', +5760=>'WS', +5761=>'L', +5762=>'L', +5763=>'L', +5764=>'L', +5765=>'L', +5766=>'L', +5767=>'L', +5768=>'L', +5769=>'L', +5770=>'L', +5771=>'L', +5772=>'L', +5773=>'L', +5774=>'L', +5775=>'L', +5776=>'L', +5777=>'L', +5778=>'L', +5779=>'L', +5780=>'L', +5781=>'L', +5782=>'L', +5783=>'L', +5784=>'L', +5785=>'L', +5786=>'L', +5787=>'ON', +5788=>'ON', +5792=>'L', +5793=>'L', +5794=>'L', +5795=>'L', +5796=>'L', +5797=>'L', +5798=>'L', +5799=>'L', +5800=>'L', +5801=>'L', +5802=>'L', +5803=>'L', +5804=>'L', +5805=>'L', +5806=>'L', +5807=>'L', +5808=>'L', +5809=>'L', +5810=>'L', +5811=>'L', +5812=>'L', +5813=>'L', +5814=>'L', +5815=>'L', +5816=>'L', +5817=>'L', +5818=>'L', +5819=>'L', +5820=>'L', +5821=>'L', +5822=>'L', +5823=>'L', +5824=>'L', +5825=>'L', +5826=>'L', +5827=>'L', +5828=>'L', +5829=>'L', +5830=>'L', +5831=>'L', +5832=>'L', +5833=>'L', +5834=>'L', +5835=>'L', +5836=>'L', +5837=>'L', +5838=>'L', +5839=>'L', +5840=>'L', +5841=>'L', +5842=>'L', +5843=>'L', +5844=>'L', +5845=>'L', +5846=>'L', +5847=>'L', +5848=>'L', +5849=>'L', +5850=>'L', +5851=>'L', +5852=>'L', +5853=>'L', +5854=>'L', +5855=>'L', +5856=>'L', +5857=>'L', +5858=>'L', +5859=>'L', +5860=>'L', +5861=>'L', +5862=>'L', +5863=>'L', +5864=>'L', +5865=>'L', +5866=>'L', +5867=>'L', +5868=>'L', +5869=>'L', +5870=>'L', +5871=>'L', +5872=>'L', +5888=>'L', +5889=>'L', +5890=>'L', +5891=>'L', +5892=>'L', +5893=>'L', +5894=>'L', +5895=>'L', +5896=>'L', +5897=>'L', +5898=>'L', +5899=>'L', +5900=>'L', +5902=>'L', +5903=>'L', +5904=>'L', +5905=>'L', +5906=>'NSM', +5907=>'NSM', +5908=>'NSM', +5920=>'L', +5921=>'L', +5922=>'L', +5923=>'L', +5924=>'L', +5925=>'L', +5926=>'L', +5927=>'L', +5928=>'L', +5929=>'L', +5930=>'L', +5931=>'L', +5932=>'L', +5933=>'L', +5934=>'L', +5935=>'L', +5936=>'L', +5937=>'L', +5938=>'NSM', +5939=>'NSM', +5940=>'NSM', +5941=>'L', +5942=>'L', +5952=>'L', +5953=>'L', +5954=>'L', +5955=>'L', +5956=>'L', +5957=>'L', +5958=>'L', +5959=>'L', +5960=>'L', +5961=>'L', +5962=>'L', +5963=>'L', +5964=>'L', +5965=>'L', +5966=>'L', +5967=>'L', +5968=>'L', +5969=>'L', +5970=>'NSM', +5971=>'NSM', +5984=>'L', +5985=>'L', +5986=>'L', +5987=>'L', +5988=>'L', +5989=>'L', +5990=>'L', +5991=>'L', +5992=>'L', +5993=>'L', +5994=>'L', +5995=>'L', +5996=>'L', +5998=>'L', +5999=>'L', +6000=>'L', +6002=>'NSM', +6003=>'NSM', +6016=>'L', +6017=>'L', +6018=>'L', +6019=>'L', +6020=>'L', +6021=>'L', +6022=>'L', +6023=>'L', +6024=>'L', +6025=>'L', +6026=>'L', +6027=>'L', +6028=>'L', +6029=>'L', +6030=>'L', +6031=>'L', +6032=>'L', +6033=>'L', +6034=>'L', +6035=>'L', +6036=>'L', +6037=>'L', +6038=>'L', +6039=>'L', +6040=>'L', +6041=>'L', +6042=>'L', +6043=>'L', +6044=>'L', +6045=>'L', +6046=>'L', +6047=>'L', +6048=>'L', +6049=>'L', +6050=>'L', +6051=>'L', +6052=>'L', +6053=>'L', +6054=>'L', +6055=>'L', +6056=>'L', +6057=>'L', +6058=>'L', +6059=>'L', +6060=>'L', +6061=>'L', +6062=>'L', +6063=>'L', +6064=>'L', +6065=>'L', +6066=>'L', +6067=>'L', +6068=>'L', +6069=>'L', +6070=>'L', +6071=>'NSM', +6072=>'NSM', +6073=>'NSM', +6074=>'NSM', +6075=>'NSM', +6076=>'NSM', +6077=>'NSM', +6078=>'L', +6079=>'L', +6080=>'L', +6081=>'L', +6082=>'L', +6083=>'L', +6084=>'L', +6085=>'L', +6086=>'NSM', +6087=>'L', +6088=>'L', +6089=>'NSM', +6090=>'NSM', +6091=>'NSM', +6092=>'NSM', +6093=>'NSM', +6094=>'NSM', +6095=>'NSM', +6096=>'NSM', +6097=>'NSM', +6098=>'NSM', +6099=>'NSM', +6100=>'L', +6101=>'L', +6102=>'L', +6103=>'L', +6104=>'L', +6105=>'L', +6106=>'L', +6107=>'ET', +6108=>'L', +6109=>'NSM', +6112=>'L', +6113=>'L', +6114=>'L', +6115=>'L', +6116=>'L', +6117=>'L', +6118=>'L', +6119=>'L', +6120=>'L', +6121=>'L', +6128=>'ON', +6129=>'ON', +6130=>'ON', +6131=>'ON', +6132=>'ON', +6133=>'ON', +6134=>'ON', +6135=>'ON', +6136=>'ON', +6137=>'ON', +6144=>'ON', +6145=>'ON', +6146=>'ON', +6147=>'ON', +6148=>'ON', +6149=>'ON', +6150=>'ON', +6151=>'ON', +6152=>'ON', +6153=>'ON', +6154=>'ON', +6155=>'NSM', +6156=>'NSM', +6157=>'NSM', +6158=>'WS', +6160=>'L', +6161=>'L', +6162=>'L', +6163=>'L', +6164=>'L', +6165=>'L', +6166=>'L', +6167=>'L', +6168=>'L', +6169=>'L', +6176=>'L', +6177=>'L', +6178=>'L', +6179=>'L', +6180=>'L', +6181=>'L', +6182=>'L', +6183=>'L', +6184=>'L', +6185=>'L', +6186=>'L', +6187=>'L', +6188=>'L', +6189=>'L', +6190=>'L', +6191=>'L', +6192=>'L', +6193=>'L', +6194=>'L', +6195=>'L', +6196=>'L', +6197=>'L', +6198=>'L', +6199=>'L', +6200=>'L', +6201=>'L', +6202=>'L', +6203=>'L', +6204=>'L', +6205=>'L', +6206=>'L', +6207=>'L', +6208=>'L', +6209=>'L', +6210=>'L', +6211=>'L', +6212=>'L', +6213=>'L', +6214=>'L', +6215=>'L', +6216=>'L', +6217=>'L', +6218=>'L', +6219=>'L', +6220=>'L', +6221=>'L', +6222=>'L', +6223=>'L', +6224=>'L', +6225=>'L', +6226=>'L', +6227=>'L', +6228=>'L', +6229=>'L', +6230=>'L', +6231=>'L', +6232=>'L', +6233=>'L', +6234=>'L', +6235=>'L', +6236=>'L', +6237=>'L', +6238=>'L', +6239=>'L', +6240=>'L', +6241=>'L', +6242=>'L', +6243=>'L', +6244=>'L', +6245=>'L', +6246=>'L', +6247=>'L', +6248=>'L', +6249=>'L', +6250=>'L', +6251=>'L', +6252=>'L', +6253=>'L', +6254=>'L', +6255=>'L', +6256=>'L', +6257=>'L', +6258=>'L', +6259=>'L', +6260=>'L', +6261=>'L', +6262=>'L', +6263=>'L', +6272=>'L', +6273=>'L', +6274=>'L', +6275=>'L', +6276=>'L', +6277=>'L', +6278=>'L', +6279=>'L', +6280=>'L', +6281=>'L', +6282=>'L', +6283=>'L', +6284=>'L', +6285=>'L', +6286=>'L', +6287=>'L', +6288=>'L', +6289=>'L', +6290=>'L', +6291=>'L', +6292=>'L', +6293=>'L', +6294=>'L', +6295=>'L', +6296=>'L', +6297=>'L', +6298=>'L', +6299=>'L', +6300=>'L', +6301=>'L', +6302=>'L', +6303=>'L', +6304=>'L', +6305=>'L', +6306=>'L', +6307=>'L', +6308=>'L', +6309=>'L', +6310=>'L', +6311=>'L', +6312=>'L', +6313=>'NSM', +6400=>'L', +6401=>'L', +6402=>'L', +6403=>'L', +6404=>'L', +6405=>'L', +6406=>'L', +6407=>'L', +6408=>'L', +6409=>'L', +6410=>'L', +6411=>'L', +6412=>'L', +6413=>'L', +6414=>'L', +6415=>'L', +6416=>'L', +6417=>'L', +6418=>'L', +6419=>'L', +6420=>'L', +6421=>'L', +6422=>'L', +6423=>'L', +6424=>'L', +6425=>'L', +6426=>'L', +6427=>'L', +6428=>'L', +6432=>'NSM', +6433=>'NSM', +6434=>'NSM', +6435=>'L', +6436=>'L', +6437=>'L', +6438=>'L', +6439=>'NSM', +6440=>'NSM', +6441=>'NSM', +6442=>'NSM', +6443=>'NSM', +6448=>'L', +6449=>'L', +6450=>'NSM', +6451=>'L', +6452=>'L', +6453=>'L', +6454=>'L', +6455=>'L', +6456=>'L', +6457=>'NSM', +6458=>'NSM', +6459=>'NSM', +6464=>'ON', +6468=>'ON', +6469=>'ON', +6470=>'L', +6471=>'L', +6472=>'L', +6473=>'L', +6474=>'L', +6475=>'L', +6476=>'L', +6477=>'L', +6478=>'L', +6479=>'L', +6480=>'L', +6481=>'L', +6482=>'L', +6483=>'L', +6484=>'L', +6485=>'L', +6486=>'L', +6487=>'L', +6488=>'L', +6489=>'L', +6490=>'L', +6491=>'L', +6492=>'L', +6493=>'L', +6494=>'L', +6495=>'L', +6496=>'L', +6497=>'L', +6498=>'L', +6499=>'L', +6500=>'L', +6501=>'L', +6502=>'L', +6503=>'L', +6504=>'L', +6505=>'L', +6506=>'L', +6507=>'L', +6508=>'L', +6509=>'L', +6512=>'L', +6513=>'L', +6514=>'L', +6515=>'L', +6516=>'L', +6528=>'L', +6529=>'L', +6530=>'L', +6531=>'L', +6532=>'L', +6533=>'L', +6534=>'L', +6535=>'L', +6536=>'L', +6537=>'L', +6538=>'L', +6539=>'L', +6540=>'L', +6541=>'L', +6542=>'L', +6543=>'L', +6544=>'L', +6545=>'L', +6546=>'L', +6547=>'L', +6548=>'L', +6549=>'L', +6550=>'L', +6551=>'L', +6552=>'L', +6553=>'L', +6554=>'L', +6555=>'L', +6556=>'L', +6557=>'L', +6558=>'L', +6559=>'L', +6560=>'L', +6561=>'L', +6562=>'L', +6563=>'L', +6564=>'L', +6565=>'L', +6566=>'L', +6567=>'L', +6568=>'L', +6569=>'L', +6576=>'L', +6577=>'L', +6578=>'L', +6579=>'L', +6580=>'L', +6581=>'L', +6582=>'L', +6583=>'L', +6584=>'L', +6585=>'L', +6586=>'L', +6587=>'L', +6588=>'L', +6589=>'L', +6590=>'L', +6591=>'L', +6592=>'L', +6593=>'L', +6594=>'L', +6595=>'L', +6596=>'L', +6597=>'L', +6598=>'L', +6599=>'L', +6600=>'L', +6601=>'L', +6608=>'L', +6609=>'L', +6610=>'L', +6611=>'L', +6612=>'L', +6613=>'L', +6614=>'L', +6615=>'L', +6616=>'L', +6617=>'L', +6622=>'ON', +6623=>'ON', +6624=>'ON', +6625=>'ON', +6626=>'ON', +6627=>'ON', +6628=>'ON', +6629=>'ON', +6630=>'ON', +6631=>'ON', +6632=>'ON', +6633=>'ON', +6634=>'ON', +6635=>'ON', +6636=>'ON', +6637=>'ON', +6638=>'ON', +6639=>'ON', +6640=>'ON', +6641=>'ON', +6642=>'ON', +6643=>'ON', +6644=>'ON', +6645=>'ON', +6646=>'ON', +6647=>'ON', +6648=>'ON', +6649=>'ON', +6650=>'ON', +6651=>'ON', +6652=>'ON', +6653=>'ON', +6654=>'ON', +6655=>'ON', +6656=>'L', +6657=>'L', +6658=>'L', +6659=>'L', +6660=>'L', +6661=>'L', +6662=>'L', +6663=>'L', +6664=>'L', +6665=>'L', +6666=>'L', +6667=>'L', +6668=>'L', +6669=>'L', +6670=>'L', +6671=>'L', +6672=>'L', +6673=>'L', +6674=>'L', +6675=>'L', +6676=>'L', +6677=>'L', +6678=>'L', +6679=>'NSM', +6680=>'NSM', +6681=>'L', +6682=>'L', +6683=>'L', +6686=>'L', +6687=>'L', +6912=>'NSM', +6913=>'NSM', +6914=>'NSM', +6915=>'NSM', +6916=>'L', +6917=>'L', +6918=>'L', +6919=>'L', +6920=>'L', +6921=>'L', +6922=>'L', +6923=>'L', +6924=>'L', +6925=>'L', +6926=>'L', +6927=>'L', +6928=>'L', +6929=>'L', +6930=>'L', +6931=>'L', +6932=>'L', +6933=>'L', +6934=>'L', +6935=>'L', +6936=>'L', +6937=>'L', +6938=>'L', +6939=>'L', +6940=>'L', +6941=>'L', +6942=>'L', +6943=>'L', +6944=>'L', +6945=>'L', +6946=>'L', +6947=>'L', +6948=>'L', +6949=>'L', +6950=>'L', +6951=>'L', +6952=>'L', +6953=>'L', +6954=>'L', +6955=>'L', +6956=>'L', +6957=>'L', +6958=>'L', +6959=>'L', +6960=>'L', +6961=>'L', +6962=>'L', +6963=>'L', +6964=>'NSM', +6965=>'L', +6966=>'NSM', +6967=>'NSM', +6968=>'NSM', +6969=>'NSM', +6970=>'NSM', +6971=>'L', +6972=>'NSM', +6973=>'L', +6974=>'L', +6975=>'L', +6976=>'L', +6977=>'L', +6978=>'NSM', +6979=>'L', +6980=>'L', +6981=>'L', +6982=>'L', +6983=>'L', +6984=>'L', +6985=>'L', +6986=>'L', +6987=>'L', +6992=>'L', +6993=>'L', +6994=>'L', +6995=>'L', +6996=>'L', +6997=>'L', +6998=>'L', +6999=>'L', +7000=>'L', +7001=>'L', +7002=>'L', +7003=>'L', +7004=>'L', +7005=>'L', +7006=>'L', +7007=>'L', +7008=>'L', +7009=>'L', +7010=>'L', +7011=>'L', +7012=>'L', +7013=>'L', +7014=>'L', +7015=>'L', +7016=>'L', +7017=>'L', +7018=>'L', +7019=>'NSM', +7020=>'NSM', +7021=>'NSM', +7022=>'NSM', +7023=>'NSM', +7024=>'NSM', +7025=>'NSM', +7026=>'NSM', +7027=>'NSM', +7028=>'L', +7029=>'L', +7030=>'L', +7031=>'L', +7032=>'L', +7033=>'L', +7034=>'L', +7035=>'L', +7036=>'L', +7424=>'L', +7425=>'L', +7426=>'L', +7427=>'L', +7428=>'L', +7429=>'L', +7430=>'L', +7431=>'L', +7432=>'L', +7433=>'L', +7434=>'L', +7435=>'L', +7436=>'L', +7437=>'L', +7438=>'L', +7439=>'L', +7440=>'L', +7441=>'L', +7442=>'L', +7443=>'L', +7444=>'L', +7445=>'L', +7446=>'L', +7447=>'L', +7448=>'L', +7449=>'L', +7450=>'L', +7451=>'L', +7452=>'L', +7453=>'L', +7454=>'L', +7455=>'L', +7456=>'L', +7457=>'L', +7458=>'L', +7459=>'L', +7460=>'L', +7461=>'L', +7462=>'L', +7463=>'L', +7464=>'L', +7465=>'L', +7466=>'L', +7467=>'L', +7468=>'L', +7469=>'L', +7470=>'L', +7471=>'L', +7472=>'L', +7473=>'L', +7474=>'L', +7475=>'L', +7476=>'L', +7477=>'L', +7478=>'L', +7479=>'L', +7480=>'L', +7481=>'L', +7482=>'L', +7483=>'L', +7484=>'L', +7485=>'L', +7486=>'L', +7487=>'L', +7488=>'L', +7489=>'L', +7490=>'L', +7491=>'L', +7492=>'L', +7493=>'L', +7494=>'L', +7495=>'L', +7496=>'L', +7497=>'L', +7498=>'L', +7499=>'L', +7500=>'L', +7501=>'L', +7502=>'L', +7503=>'L', +7504=>'L', +7505=>'L', +7506=>'L', +7507=>'L', +7508=>'L', +7509=>'L', +7510=>'L', +7511=>'L', +7512=>'L', +7513=>'L', +7514=>'L', +7515=>'L', +7516=>'L', +7517=>'L', +7518=>'L', +7519=>'L', +7520=>'L', +7521=>'L', +7522=>'L', +7523=>'L', +7524=>'L', +7525=>'L', +7526=>'L', +7527=>'L', +7528=>'L', +7529=>'L', +7530=>'L', +7531=>'L', +7532=>'L', +7533=>'L', +7534=>'L', +7535=>'L', +7536=>'L', +7537=>'L', +7538=>'L', +7539=>'L', +7540=>'L', +7541=>'L', +7542=>'L', +7543=>'L', +7544=>'L', +7545=>'L', +7546=>'L', +7547=>'L', +7548=>'L', +7549=>'L', +7550=>'L', +7551=>'L', +7552=>'L', +7553=>'L', +7554=>'L', +7555=>'L', +7556=>'L', +7557=>'L', +7558=>'L', +7559=>'L', +7560=>'L', +7561=>'L', +7562=>'L', +7563=>'L', +7564=>'L', +7565=>'L', +7566=>'L', +7567=>'L', +7568=>'L', +7569=>'L', +7570=>'L', +7571=>'L', +7572=>'L', +7573=>'L', +7574=>'L', +7575=>'L', +7576=>'L', +7577=>'L', +7578=>'L', +7579=>'L', +7580=>'L', +7581=>'L', +7582=>'L', +7583=>'L', +7584=>'L', +7585=>'L', +7586=>'L', +7587=>'L', +7588=>'L', +7589=>'L', +7590=>'L', +7591=>'L', +7592=>'L', +7593=>'L', +7594=>'L', +7595=>'L', +7596=>'L', +7597=>'L', +7598=>'L', +7599=>'L', +7600=>'L', +7601=>'L', +7602=>'L', +7603=>'L', +7604=>'L', +7605=>'L', +7606=>'L', +7607=>'L', +7608=>'L', +7609=>'L', +7610=>'L', +7611=>'L', +7612=>'L', +7613=>'L', +7614=>'L', +7615=>'L', +7616=>'NSM', +7617=>'NSM', +7618=>'NSM', +7619=>'NSM', +7620=>'NSM', +7621=>'NSM', +7622=>'NSM', +7623=>'NSM', +7624=>'NSM', +7625=>'NSM', +7626=>'NSM', +7678=>'NSM', +7679=>'NSM', +7680=>'L', +7681=>'L', +7682=>'L', +7683=>'L', +7684=>'L', +7685=>'L', +7686=>'L', +7687=>'L', +7688=>'L', +7689=>'L', +7690=>'L', +7691=>'L', +7692=>'L', +7693=>'L', +7694=>'L', +7695=>'L', +7696=>'L', +7697=>'L', +7698=>'L', +7699=>'L', +7700=>'L', +7701=>'L', +7702=>'L', +7703=>'L', +7704=>'L', +7705=>'L', +7706=>'L', +7707=>'L', +7708=>'L', +7709=>'L', +7710=>'L', +7711=>'L', +7712=>'L', +7713=>'L', +7714=>'L', +7715=>'L', +7716=>'L', +7717=>'L', +7718=>'L', +7719=>'L', +7720=>'L', +7721=>'L', +7722=>'L', +7723=>'L', +7724=>'L', +7725=>'L', +7726=>'L', +7727=>'L', +7728=>'L', +7729=>'L', +7730=>'L', +7731=>'L', +7732=>'L', +7733=>'L', +7734=>'L', +7735=>'L', +7736=>'L', +7737=>'L', +7738=>'L', +7739=>'L', +7740=>'L', +7741=>'L', +7742=>'L', +7743=>'L', +7744=>'L', +7745=>'L', +7746=>'L', +7747=>'L', +7748=>'L', +7749=>'L', +7750=>'L', +7751=>'L', +7752=>'L', +7753=>'L', +7754=>'L', +7755=>'L', +7756=>'L', +7757=>'L', +7758=>'L', +7759=>'L', +7760=>'L', +7761=>'L', +7762=>'L', +7763=>'L', +7764=>'L', +7765=>'L', +7766=>'L', +7767=>'L', +7768=>'L', +7769=>'L', +7770=>'L', +7771=>'L', +7772=>'L', +7773=>'L', +7774=>'L', +7775=>'L', +7776=>'L', +7777=>'L', +7778=>'L', +7779=>'L', +7780=>'L', +7781=>'L', +7782=>'L', +7783=>'L', +7784=>'L', +7785=>'L', +7786=>'L', +7787=>'L', +7788=>'L', +7789=>'L', +7790=>'L', +7791=>'L', +7792=>'L', +7793=>'L', +7794=>'L', +7795=>'L', +7796=>'L', +7797=>'L', +7798=>'L', +7799=>'L', +7800=>'L', +7801=>'L', +7802=>'L', +7803=>'L', +7804=>'L', +7805=>'L', +7806=>'L', +7807=>'L', +7808=>'L', +7809=>'L', +7810=>'L', +7811=>'L', +7812=>'L', +7813=>'L', +7814=>'L', +7815=>'L', +7816=>'L', +7817=>'L', +7818=>'L', +7819=>'L', +7820=>'L', +7821=>'L', +7822=>'L', +7823=>'L', +7824=>'L', +7825=>'L', +7826=>'L', +7827=>'L', +7828=>'L', +7829=>'L', +7830=>'L', +7831=>'L', +7832=>'L', +7833=>'L', +7834=>'L', +7835=>'L', +7840=>'L', +7841=>'L', +7842=>'L', +7843=>'L', +7844=>'L', +7845=>'L', +7846=>'L', +7847=>'L', +7848=>'L', +7849=>'L', +7850=>'L', +7851=>'L', +7852=>'L', +7853=>'L', +7854=>'L', +7855=>'L', +7856=>'L', +7857=>'L', +7858=>'L', +7859=>'L', +7860=>'L', +7861=>'L', +7862=>'L', +7863=>'L', +7864=>'L', +7865=>'L', +7866=>'L', +7867=>'L', +7868=>'L', +7869=>'L', +7870=>'L', +7871=>'L', +7872=>'L', +7873=>'L', +7874=>'L', +7875=>'L', +7876=>'L', +7877=>'L', +7878=>'L', +7879=>'L', +7880=>'L', +7881=>'L', +7882=>'L', +7883=>'L', +7884=>'L', +7885=>'L', +7886=>'L', +7887=>'L', +7888=>'L', +7889=>'L', +7890=>'L', +7891=>'L', +7892=>'L', +7893=>'L', +7894=>'L', +7895=>'L', +7896=>'L', +7897=>'L', +7898=>'L', +7899=>'L', +7900=>'L', +7901=>'L', +7902=>'L', +7903=>'L', +7904=>'L', +7905=>'L', +7906=>'L', +7907=>'L', +7908=>'L', +7909=>'L', +7910=>'L', +7911=>'L', +7912=>'L', +7913=>'L', +7914=>'L', +7915=>'L', +7916=>'L', +7917=>'L', +7918=>'L', +7919=>'L', +7920=>'L', +7921=>'L', +7922=>'L', +7923=>'L', +7924=>'L', +7925=>'L', +7926=>'L', +7927=>'L', +7928=>'L', +7929=>'L', +7936=>'L', +7937=>'L', +7938=>'L', +7939=>'L', +7940=>'L', +7941=>'L', +7942=>'L', +7943=>'L', +7944=>'L', +7945=>'L', +7946=>'L', +7947=>'L', +7948=>'L', +7949=>'L', +7950=>'L', +7951=>'L', +7952=>'L', +7953=>'L', +7954=>'L', +7955=>'L', +7956=>'L', +7957=>'L', +7960=>'L', +7961=>'L', +7962=>'L', +7963=>'L', +7964=>'L', +7965=>'L', +7968=>'L', +7969=>'L', +7970=>'L', +7971=>'L', +7972=>'L', +7973=>'L', +7974=>'L', +7975=>'L', +7976=>'L', +7977=>'L', +7978=>'L', +7979=>'L', +7980=>'L', +7981=>'L', +7982=>'L', +7983=>'L', +7984=>'L', +7985=>'L', +7986=>'L', +7987=>'L', +7988=>'L', +7989=>'L', +7990=>'L', +7991=>'L', +7992=>'L', +7993=>'L', +7994=>'L', +7995=>'L', +7996=>'L', +7997=>'L', +7998=>'L', +7999=>'L', +8000=>'L', +8001=>'L', +8002=>'L', +8003=>'L', +8004=>'L', +8005=>'L', +8008=>'L', +8009=>'L', +8010=>'L', +8011=>'L', +8012=>'L', +8013=>'L', +8016=>'L', +8017=>'L', +8018=>'L', +8019=>'L', +8020=>'L', +8021=>'L', +8022=>'L', +8023=>'L', +8025=>'L', +8027=>'L', +8029=>'L', +8031=>'L', +8032=>'L', +8033=>'L', +8034=>'L', +8035=>'L', +8036=>'L', +8037=>'L', +8038=>'L', +8039=>'L', +8040=>'L', +8041=>'L', +8042=>'L', +8043=>'L', +8044=>'L', +8045=>'L', +8046=>'L', +8047=>'L', +8048=>'L', +8049=>'L', +8050=>'L', +8051=>'L', +8052=>'L', +8053=>'L', +8054=>'L', +8055=>'L', +8056=>'L', +8057=>'L', +8058=>'L', +8059=>'L', +8060=>'L', +8061=>'L', +8064=>'L', +8065=>'L', +8066=>'L', +8067=>'L', +8068=>'L', +8069=>'L', +8070=>'L', +8071=>'L', +8072=>'L', +8073=>'L', +8074=>'L', +8075=>'L', +8076=>'L', +8077=>'L', +8078=>'L', +8079=>'L', +8080=>'L', +8081=>'L', +8082=>'L', +8083=>'L', +8084=>'L', +8085=>'L', +8086=>'L', +8087=>'L', +8088=>'L', +8089=>'L', +8090=>'L', +8091=>'L', +8092=>'L', +8093=>'L', +8094=>'L', +8095=>'L', +8096=>'L', +8097=>'L', +8098=>'L', +8099=>'L', +8100=>'L', +8101=>'L', +8102=>'L', +8103=>'L', +8104=>'L', +8105=>'L', +8106=>'L', +8107=>'L', +8108=>'L', +8109=>'L', +8110=>'L', +8111=>'L', +8112=>'L', +8113=>'L', +8114=>'L', +8115=>'L', +8116=>'L', +8118=>'L', +8119=>'L', +8120=>'L', +8121=>'L', +8122=>'L', +8123=>'L', +8124=>'L', +8125=>'ON', +8126=>'L', +8127=>'ON', +8128=>'ON', +8129=>'ON', +8130=>'L', +8131=>'L', +8132=>'L', +8134=>'L', +8135=>'L', +8136=>'L', +8137=>'L', +8138=>'L', +8139=>'L', +8140=>'L', +8141=>'ON', +8142=>'ON', +8143=>'ON', +8144=>'L', +8145=>'L', +8146=>'L', +8147=>'L', +8150=>'L', +8151=>'L', +8152=>'L', +8153=>'L', +8154=>'L', +8155=>'L', +8157=>'ON', +8158=>'ON', +8159=>'ON', +8160=>'L', +8161=>'L', +8162=>'L', +8163=>'L', +8164=>'L', +8165=>'L', +8166=>'L', +8167=>'L', +8168=>'L', +8169=>'L', +8170=>'L', +8171=>'L', +8172=>'L', +8173=>'ON', +8174=>'ON', +8175=>'ON', +8178=>'L', +8179=>'L', +8180=>'L', +8182=>'L', +8183=>'L', +8184=>'L', +8185=>'L', +8186=>'L', +8187=>'L', +8188=>'L', +8189=>'ON', +8190=>'ON', +8192=>'WS', +8193=>'WS', +8194=>'WS', +8195=>'WS', +8196=>'WS', +8197=>'WS', +8198=>'WS', +8199=>'WS', +8200=>'WS', +8201=>'WS', +8202=>'WS', +8203=>'BN', +8204=>'BN', +8205=>'BN', +8206=>'L', +8207=>'R', +8208=>'ON', +8209=>'ON', +8210=>'ON', +8211=>'ON', +8212=>'ON', +8213=>'ON', +8214=>'ON', +8215=>'ON', +8216=>'ON', +8217=>'ON', +8218=>'ON', +8219=>'ON', +8220=>'ON', +8221=>'ON', +8222=>'ON', +8223=>'ON', +8224=>'ON', +8225=>'ON', +8226=>'ON', +8227=>'ON', +8228=>'ON', +8229=>'ON', +8230=>'ON', +8231=>'ON', +8232=>'WS', +8233=>'B', +8234=>'LRE', +8235=>'RLE', +8236=>'PDF', +8237=>'LRO', +8238=>'RLO', +8239=>'CS', +8240=>'ET', +8241=>'ET', +8242=>'ET', +8243=>'ET', +8244=>'ET', +8245=>'ON', +8246=>'ON', +8247=>'ON', +8248=>'ON', +8249=>'ON', +8250=>'ON', +8251=>'ON', +8252=>'ON', +8253=>'ON', +8254=>'ON', +8255=>'ON', +8256=>'ON', +8257=>'ON', +8258=>'ON', +8259=>'ON', +8260=>'CS', +8261=>'ON', +8262=>'ON', +8263=>'ON', +8264=>'ON', +8265=>'ON', +8266=>'ON', +8267=>'ON', +8268=>'ON', +8269=>'ON', +8270=>'ON', +8271=>'ON', +8272=>'ON', +8273=>'ON', +8274=>'ON', +8275=>'ON', +8276=>'ON', +8277=>'ON', +8278=>'ON', +8279=>'ON', +8280=>'ON', +8281=>'ON', +8282=>'ON', +8283=>'ON', +8284=>'ON', +8285=>'ON', +8286=>'ON', +8287=>'WS', +8288=>'BN', +8289=>'BN', +8290=>'BN', +8291=>'BN', +8298=>'BN', +8299=>'BN', +8300=>'BN', +8301=>'BN', +8302=>'BN', +8303=>'BN', +8304=>'EN', +8305=>'L', +8308=>'EN', +8309=>'EN', +8310=>'EN', +8311=>'EN', +8312=>'EN', +8313=>'EN', +8314=>'ES', +8315=>'ES', +8316=>'ON', +8317=>'ON', +8318=>'ON', +8319=>'L', +8320=>'EN', +8321=>'EN', +8322=>'EN', +8323=>'EN', +8324=>'EN', +8325=>'EN', +8326=>'EN', +8327=>'EN', +8328=>'EN', +8329=>'EN', +8330=>'ES', +8331=>'ES', +8332=>'ON', +8333=>'ON', +8334=>'ON', +8336=>'L', +8337=>'L', +8338=>'L', +8339=>'L', +8340=>'L', +8352=>'ET', +8353=>'ET', +8354=>'ET', +8355=>'ET', +8356=>'ET', +8357=>'ET', +8358=>'ET', +8359=>'ET', +8360=>'ET', +8361=>'ET', +8362=>'ET', +8363=>'ET', +8364=>'ET', +8365=>'ET', +8366=>'ET', +8367=>'ET', +8368=>'ET', +8369=>'ET', +8370=>'ET', +8371=>'ET', +8372=>'ET', +8373=>'ET', +8400=>'NSM', +8401=>'NSM', +8402=>'NSM', +8403=>'NSM', +8404=>'NSM', +8405=>'NSM', +8406=>'NSM', +8407=>'NSM', +8408=>'NSM', +8409=>'NSM', +8410=>'NSM', +8411=>'NSM', +8412=>'NSM', +8413=>'NSM', +8414=>'NSM', +8415=>'NSM', +8416=>'NSM', +8417=>'NSM', +8418=>'NSM', +8419=>'NSM', +8420=>'NSM', +8421=>'NSM', +8422=>'NSM', +8423=>'NSM', +8424=>'NSM', +8425=>'NSM', +8426=>'NSM', +8427=>'NSM', +8428=>'NSM', +8429=>'NSM', +8430=>'NSM', +8431=>'NSM', +8448=>'ON', +8449=>'ON', +8450=>'L', +8451=>'ON', +8452=>'ON', +8453=>'ON', +8454=>'ON', +8455=>'L', +8456=>'ON', +8457=>'ON', +8458=>'L', +8459=>'L', +8460=>'L', +8461=>'L', +8462=>'L', +8463=>'L', +8464=>'L', +8465=>'L', +8466=>'L', +8467=>'L', +8468=>'ON', +8469=>'L', +8470=>'ON', +8471=>'ON', +8472=>'ON', +8473=>'L', +8474=>'L', +8475=>'L', +8476=>'L', +8477=>'L', +8478=>'ON', +8479=>'ON', +8480=>'ON', +8481=>'ON', +8482=>'ON', +8483=>'ON', +8484=>'L', +8485=>'ON', +8486=>'L', +8487=>'ON', +8488=>'L', +8489=>'ON', +8490=>'L', +8491=>'L', +8492=>'L', +8493=>'L', +8494=>'ET', +8495=>'L', +8496=>'L', +8497=>'L', +8498=>'L', +8499=>'L', +8500=>'L', +8501=>'L', +8502=>'L', +8503=>'L', +8504=>'L', +8505=>'L', +8506=>'ON', +8507=>'ON', +8508=>'L', +8509=>'L', +8510=>'L', +8511=>'L', +8512=>'ON', +8513=>'ON', +8514=>'ON', +8515=>'ON', +8516=>'ON', +8517=>'L', +8518=>'L', +8519=>'L', +8520=>'L', +8521=>'L', +8522=>'ON', +8523=>'ON', +8524=>'ON', +8525=>'ON', +8526=>'L', +8531=>'ON', +8532=>'ON', +8533=>'ON', +8534=>'ON', +8535=>'ON', +8536=>'ON', +8537=>'ON', +8538=>'ON', +8539=>'ON', +8540=>'ON', +8541=>'ON', +8542=>'ON', +8543=>'ON', +8544=>'L', +8545=>'L', +8546=>'L', +8547=>'L', +8548=>'L', +8549=>'L', +8550=>'L', +8551=>'L', +8552=>'L', +8553=>'L', +8554=>'L', +8555=>'L', +8556=>'L', +8557=>'L', +8558=>'L', +8559=>'L', +8560=>'L', +8561=>'L', +8562=>'L', +8563=>'L', +8564=>'L', +8565=>'L', +8566=>'L', +8567=>'L', +8568=>'L', +8569=>'L', +8570=>'L', +8571=>'L', +8572=>'L', +8573=>'L', +8574=>'L', +8575=>'L', +8576=>'L', +8577=>'L', +8578=>'L', +8579=>'L', +8580=>'L', +8592=>'ON', +8593=>'ON', +8594=>'ON', +8595=>'ON', +8596=>'ON', +8597=>'ON', +8598=>'ON', +8599=>'ON', +8600=>'ON', +8601=>'ON', +8602=>'ON', +8603=>'ON', +8604=>'ON', +8605=>'ON', +8606=>'ON', +8607=>'ON', +8608=>'ON', +8609=>'ON', +8610=>'ON', +8611=>'ON', +8612=>'ON', +8613=>'ON', +8614=>'ON', +8615=>'ON', +8616=>'ON', +8617=>'ON', +8618=>'ON', +8619=>'ON', +8620=>'ON', +8621=>'ON', +8622=>'ON', +8623=>'ON', +8624=>'ON', +8625=>'ON', +8626=>'ON', +8627=>'ON', +8628=>'ON', +8629=>'ON', +8630=>'ON', +8631=>'ON', +8632=>'ON', +8633=>'ON', +8634=>'ON', +8635=>'ON', +8636=>'ON', +8637=>'ON', +8638=>'ON', +8639=>'ON', +8640=>'ON', +8641=>'ON', +8642=>'ON', +8643=>'ON', +8644=>'ON', +8645=>'ON', +8646=>'ON', +8647=>'ON', +8648=>'ON', +8649=>'ON', +8650=>'ON', +8651=>'ON', +8652=>'ON', +8653=>'ON', +8654=>'ON', +8655=>'ON', +8656=>'ON', +8657=>'ON', +8658=>'ON', +8659=>'ON', +8660=>'ON', +8661=>'ON', +8662=>'ON', +8663=>'ON', +8664=>'ON', +8665=>'ON', +8666=>'ON', +8667=>'ON', +8668=>'ON', +8669=>'ON', +8670=>'ON', +8671=>'ON', +8672=>'ON', +8673=>'ON', +8674=>'ON', +8675=>'ON', +8676=>'ON', +8677=>'ON', +8678=>'ON', +8679=>'ON', +8680=>'ON', +8681=>'ON', +8682=>'ON', +8683=>'ON', +8684=>'ON', +8685=>'ON', +8686=>'ON', +8687=>'ON', +8688=>'ON', +8689=>'ON', +8690=>'ON', +8691=>'ON', +8692=>'ON', +8693=>'ON', +8694=>'ON', +8695=>'ON', +8696=>'ON', +8697=>'ON', +8698=>'ON', +8699=>'ON', +8700=>'ON', +8701=>'ON', +8702=>'ON', +8703=>'ON', +8704=>'ON', +8705=>'ON', +8706=>'ON', +8707=>'ON', +8708=>'ON', +8709=>'ON', +8710=>'ON', +8711=>'ON', +8712=>'ON', +8713=>'ON', +8714=>'ON', +8715=>'ON', +8716=>'ON', +8717=>'ON', +8718=>'ON', +8719=>'ON', +8720=>'ON', +8721=>'ON', +8722=>'ES', +8723=>'ET', +8724=>'ON', +8725=>'ON', +8726=>'ON', +8727=>'ON', +8728=>'ON', +8729=>'ON', +8730=>'ON', +8731=>'ON', +8732=>'ON', +8733=>'ON', +8734=>'ON', +8735=>'ON', +8736=>'ON', +8737=>'ON', +8738=>'ON', +8739=>'ON', +8740=>'ON', +8741=>'ON', +8742=>'ON', +8743=>'ON', +8744=>'ON', +8745=>'ON', +8746=>'ON', +8747=>'ON', +8748=>'ON', +8749=>'ON', +8750=>'ON', +8751=>'ON', +8752=>'ON', +8753=>'ON', +8754=>'ON', +8755=>'ON', +8756=>'ON', +8757=>'ON', +8758=>'ON', +8759=>'ON', +8760=>'ON', +8761=>'ON', +8762=>'ON', +8763=>'ON', +8764=>'ON', +8765=>'ON', +8766=>'ON', +8767=>'ON', +8768=>'ON', +8769=>'ON', +8770=>'ON', +8771=>'ON', +8772=>'ON', +8773=>'ON', +8774=>'ON', +8775=>'ON', +8776=>'ON', +8777=>'ON', +8778=>'ON', +8779=>'ON', +8780=>'ON', +8781=>'ON', +8782=>'ON', +8783=>'ON', +8784=>'ON', +8785=>'ON', +8786=>'ON', +8787=>'ON', +8788=>'ON', +8789=>'ON', +8790=>'ON', +8791=>'ON', +8792=>'ON', +8793=>'ON', +8794=>'ON', +8795=>'ON', +8796=>'ON', +8797=>'ON', +8798=>'ON', +8799=>'ON', +8800=>'ON', +8801=>'ON', +8802=>'ON', +8803=>'ON', +8804=>'ON', +8805=>'ON', +8806=>'ON', +8807=>'ON', +8808=>'ON', +8809=>'ON', +8810=>'ON', +8811=>'ON', +8812=>'ON', +8813=>'ON', +8814=>'ON', +8815=>'ON', +8816=>'ON', +8817=>'ON', +8818=>'ON', +8819=>'ON', +8820=>'ON', +8821=>'ON', +8822=>'ON', +8823=>'ON', +8824=>'ON', +8825=>'ON', +8826=>'ON', +8827=>'ON', +8828=>'ON', +8829=>'ON', +8830=>'ON', +8831=>'ON', +8832=>'ON', +8833=>'ON', +8834=>'ON', +8835=>'ON', +8836=>'ON', +8837=>'ON', +8838=>'ON', +8839=>'ON', +8840=>'ON', +8841=>'ON', +8842=>'ON', +8843=>'ON', +8844=>'ON', +8845=>'ON', +8846=>'ON', +8847=>'ON', +8848=>'ON', +8849=>'ON', +8850=>'ON', +8851=>'ON', +8852=>'ON', +8853=>'ON', +8854=>'ON', +8855=>'ON', +8856=>'ON', +8857=>'ON', +8858=>'ON', +8859=>'ON', +8860=>'ON', +8861=>'ON', +8862=>'ON', +8863=>'ON', +8864=>'ON', +8865=>'ON', +8866=>'ON', +8867=>'ON', +8868=>'ON', +8869=>'ON', +8870=>'ON', +8871=>'ON', +8872=>'ON', +8873=>'ON', +8874=>'ON', +8875=>'ON', +8876=>'ON', +8877=>'ON', +8878=>'ON', +8879=>'ON', +8880=>'ON', +8881=>'ON', +8882=>'ON', +8883=>'ON', +8884=>'ON', +8885=>'ON', +8886=>'ON', +8887=>'ON', +8888=>'ON', +8889=>'ON', +8890=>'ON', +8891=>'ON', +8892=>'ON', +8893=>'ON', +8894=>'ON', +8895=>'ON', +8896=>'ON', +8897=>'ON', +8898=>'ON', +8899=>'ON', +8900=>'ON', +8901=>'ON', +8902=>'ON', +8903=>'ON', +8904=>'ON', +8905=>'ON', +8906=>'ON', +8907=>'ON', +8908=>'ON', +8909=>'ON', +8910=>'ON', +8911=>'ON', +8912=>'ON', +8913=>'ON', +8914=>'ON', +8915=>'ON', +8916=>'ON', +8917=>'ON', +8918=>'ON', +8919=>'ON', +8920=>'ON', +8921=>'ON', +8922=>'ON', +8923=>'ON', +8924=>'ON', +8925=>'ON', +8926=>'ON', +8927=>'ON', +8928=>'ON', +8929=>'ON', +8930=>'ON', +8931=>'ON', +8932=>'ON', +8933=>'ON', +8934=>'ON', +8935=>'ON', +8936=>'ON', +8937=>'ON', +8938=>'ON', +8939=>'ON', +8940=>'ON', +8941=>'ON', +8942=>'ON', +8943=>'ON', +8944=>'ON', +8945=>'ON', +8946=>'ON', +8947=>'ON', +8948=>'ON', +8949=>'ON', +8950=>'ON', +8951=>'ON', +8952=>'ON', +8953=>'ON', +8954=>'ON', +8955=>'ON', +8956=>'ON', +8957=>'ON', +8958=>'ON', +8959=>'ON', +8960=>'ON', +8961=>'ON', +8962=>'ON', +8963=>'ON', +8964=>'ON', +8965=>'ON', +8966=>'ON', +8967=>'ON', +8968=>'ON', +8969=>'ON', +8970=>'ON', +8971=>'ON', +8972=>'ON', +8973=>'ON', +8974=>'ON', +8975=>'ON', +8976=>'ON', +8977=>'ON', +8978=>'ON', +8979=>'ON', +8980=>'ON', +8981=>'ON', +8982=>'ON', +8983=>'ON', +8984=>'ON', +8985=>'ON', +8986=>'ON', +8987=>'ON', +8988=>'ON', +8989=>'ON', +8990=>'ON', +8991=>'ON', +8992=>'ON', +8993=>'ON', +8994=>'ON', +8995=>'ON', +8996=>'ON', +8997=>'ON', +8998=>'ON', +8999=>'ON', +9000=>'ON', +9001=>'ON', +9002=>'ON', +9003=>'ON', +9004=>'ON', +9005=>'ON', +9006=>'ON', +9007=>'ON', +9008=>'ON', +9009=>'ON', +9010=>'ON', +9011=>'ON', +9012=>'ON', +9013=>'ON', +9014=>'L', +9015=>'L', +9016=>'L', +9017=>'L', +9018=>'L', +9019=>'L', +9020=>'L', +9021=>'L', +9022=>'L', +9023=>'L', +9024=>'L', +9025=>'L', +9026=>'L', +9027=>'L', +9028=>'L', +9029=>'L', +9030=>'L', +9031=>'L', +9032=>'L', +9033=>'L', +9034=>'L', +9035=>'L', +9036=>'L', +9037=>'L', +9038=>'L', +9039=>'L', +9040=>'L', +9041=>'L', +9042=>'L', +9043=>'L', +9044=>'L', +9045=>'L', +9046=>'L', +9047=>'L', +9048=>'L', +9049=>'L', +9050=>'L', +9051=>'L', +9052=>'L', +9053=>'L', +9054=>'L', +9055=>'L', +9056=>'L', +9057=>'L', +9058=>'L', +9059=>'L', +9060=>'L', +9061=>'L', +9062=>'L', +9063=>'L', +9064=>'L', +9065=>'L', +9066=>'L', +9067=>'L', +9068=>'L', +9069=>'L', +9070=>'L', +9071=>'L', +9072=>'L', +9073=>'L', +9074=>'L', +9075=>'L', +9076=>'L', +9077=>'L', +9078=>'L', +9079=>'L', +9080=>'L', +9081=>'L', +9082=>'L', +9083=>'ON', +9084=>'ON', +9085=>'ON', +9086=>'ON', +9087=>'ON', +9088=>'ON', +9089=>'ON', +9090=>'ON', +9091=>'ON', +9092=>'ON', +9093=>'ON', +9094=>'ON', +9095=>'ON', +9096=>'ON', +9097=>'ON', +9098=>'ON', +9099=>'ON', +9100=>'ON', +9101=>'ON', +9102=>'ON', +9103=>'ON', +9104=>'ON', +9105=>'ON', +9106=>'ON', +9107=>'ON', +9108=>'ON', +9109=>'L', +9110=>'ON', +9111=>'ON', +9112=>'ON', +9113=>'ON', +9114=>'ON', +9115=>'ON', +9116=>'ON', +9117=>'ON', +9118=>'ON', +9119=>'ON', +9120=>'ON', +9121=>'ON', +9122=>'ON', +9123=>'ON', +9124=>'ON', +9125=>'ON', +9126=>'ON', +9127=>'ON', +9128=>'ON', +9129=>'ON', +9130=>'ON', +9131=>'ON', +9132=>'ON', +9133=>'ON', +9134=>'ON', +9135=>'ON', +9136=>'ON', +9137=>'ON', +9138=>'ON', +9139=>'ON', +9140=>'ON', +9141=>'ON', +9142=>'ON', +9143=>'ON', +9144=>'ON', +9145=>'ON', +9146=>'ON', +9147=>'ON', +9148=>'ON', +9149=>'ON', +9150=>'ON', +9151=>'ON', +9152=>'ON', +9153=>'ON', +9154=>'ON', +9155=>'ON', +9156=>'ON', +9157=>'ON', +9158=>'ON', +9159=>'ON', +9160=>'ON', +9161=>'ON', +9162=>'ON', +9163=>'ON', +9164=>'ON', +9165=>'ON', +9166=>'ON', +9167=>'ON', +9168=>'ON', +9169=>'ON', +9170=>'ON', +9171=>'ON', +9172=>'ON', +9173=>'ON', +9174=>'ON', +9175=>'ON', +9176=>'ON', +9177=>'ON', +9178=>'ON', +9179=>'ON', +9180=>'ON', +9181=>'ON', +9182=>'ON', +9183=>'ON', +9184=>'ON', +9185=>'ON', +9186=>'ON', +9187=>'ON', +9188=>'ON', +9189=>'ON', +9190=>'ON', +9191=>'ON', +9216=>'ON', +9217=>'ON', +9218=>'ON', +9219=>'ON', +9220=>'ON', +9221=>'ON', +9222=>'ON', +9223=>'ON', +9224=>'ON', +9225=>'ON', +9226=>'ON', +9227=>'ON', +9228=>'ON', +9229=>'ON', +9230=>'ON', +9231=>'ON', +9232=>'ON', +9233=>'ON', +9234=>'ON', +9235=>'ON', +9236=>'ON', +9237=>'ON', +9238=>'ON', +9239=>'ON', +9240=>'ON', +9241=>'ON', +9242=>'ON', +9243=>'ON', +9244=>'ON', +9245=>'ON', +9246=>'ON', +9247=>'ON', +9248=>'ON', +9249=>'ON', +9250=>'ON', +9251=>'ON', +9252=>'ON', +9253=>'ON', +9254=>'ON', +9280=>'ON', +9281=>'ON', +9282=>'ON', +9283=>'ON', +9284=>'ON', +9285=>'ON', +9286=>'ON', +9287=>'ON', +9288=>'ON', +9289=>'ON', +9290=>'ON', +9312=>'ON', +9313=>'ON', +9314=>'ON', +9315=>'ON', +9316=>'ON', +9317=>'ON', +9318=>'ON', +9319=>'ON', +9320=>'ON', +9321=>'ON', +9322=>'ON', +9323=>'ON', +9324=>'ON', +9325=>'ON', +9326=>'ON', +9327=>'ON', +9328=>'ON', +9329=>'ON', +9330=>'ON', +9331=>'ON', +9332=>'ON', +9333=>'ON', +9334=>'ON', +9335=>'ON', +9336=>'ON', +9337=>'ON', +9338=>'ON', +9339=>'ON', +9340=>'ON', +9341=>'ON', +9342=>'ON', +9343=>'ON', +9344=>'ON', +9345=>'ON', +9346=>'ON', +9347=>'ON', +9348=>'ON', +9349=>'ON', +9350=>'ON', +9351=>'ON', +9352=>'EN', +9353=>'EN', +9354=>'EN', +9355=>'EN', +9356=>'EN', +9357=>'EN', +9358=>'EN', +9359=>'EN', +9360=>'EN', +9361=>'EN', +9362=>'EN', +9363=>'EN', +9364=>'EN', +9365=>'EN', +9366=>'EN', +9367=>'EN', +9368=>'EN', +9369=>'EN', +9370=>'EN', +9371=>'EN', +9372=>'L', +9373=>'L', +9374=>'L', +9375=>'L', +9376=>'L', +9377=>'L', +9378=>'L', +9379=>'L', +9380=>'L', +9381=>'L', +9382=>'L', +9383=>'L', +9384=>'L', +9385=>'L', +9386=>'L', +9387=>'L', +9388=>'L', +9389=>'L', +9390=>'L', +9391=>'L', +9392=>'L', +9393=>'L', +9394=>'L', +9395=>'L', +9396=>'L', +9397=>'L', +9398=>'L', +9399=>'L', +9400=>'L', +9401=>'L', +9402=>'L', +9403=>'L', +9404=>'L', +9405=>'L', +9406=>'L', +9407=>'L', +9408=>'L', +9409=>'L', +9410=>'L', +9411=>'L', +9412=>'L', +9413=>'L', +9414=>'L', +9415=>'L', +9416=>'L', +9417=>'L', +9418=>'L', +9419=>'L', +9420=>'L', +9421=>'L', +9422=>'L', +9423=>'L', +9424=>'L', +9425=>'L', +9426=>'L', +9427=>'L', +9428=>'L', +9429=>'L', +9430=>'L', +9431=>'L', +9432=>'L', +9433=>'L', +9434=>'L', +9435=>'L', +9436=>'L', +9437=>'L', +9438=>'L', +9439=>'L', +9440=>'L', +9441=>'L', +9442=>'L', +9443=>'L', +9444=>'L', +9445=>'L', +9446=>'L', +9447=>'L', +9448=>'L', +9449=>'L', +9450=>'ON', +9451=>'ON', +9452=>'ON', +9453=>'ON', +9454=>'ON', +9455=>'ON', +9456=>'ON', +9457=>'ON', +9458=>'ON', +9459=>'ON', +9460=>'ON', +9461=>'ON', +9462=>'ON', +9463=>'ON', +9464=>'ON', +9465=>'ON', +9466=>'ON', +9467=>'ON', +9468=>'ON', +9469=>'ON', +9470=>'ON', +9471=>'ON', +9472=>'ON', +9473=>'ON', +9474=>'ON', +9475=>'ON', +9476=>'ON', +9477=>'ON', +9478=>'ON', +9479=>'ON', +9480=>'ON', +9481=>'ON', +9482=>'ON', +9483=>'ON', +9484=>'ON', +9485=>'ON', +9486=>'ON', +9487=>'ON', +9488=>'ON', +9489=>'ON', +9490=>'ON', +9491=>'ON', +9492=>'ON', +9493=>'ON', +9494=>'ON', +9495=>'ON', +9496=>'ON', +9497=>'ON', +9498=>'ON', +9499=>'ON', +9500=>'ON', +9501=>'ON', +9502=>'ON', +9503=>'ON', +9504=>'ON', +9505=>'ON', +9506=>'ON', +9507=>'ON', +9508=>'ON', +9509=>'ON', +9510=>'ON', +9511=>'ON', +9512=>'ON', +9513=>'ON', +9514=>'ON', +9515=>'ON', +9516=>'ON', +9517=>'ON', +9518=>'ON', +9519=>'ON', +9520=>'ON', +9521=>'ON', +9522=>'ON', +9523=>'ON', +9524=>'ON', +9525=>'ON', +9526=>'ON', +9527=>'ON', +9528=>'ON', +9529=>'ON', +9530=>'ON', +9531=>'ON', +9532=>'ON', +9533=>'ON', +9534=>'ON', +9535=>'ON', +9536=>'ON', +9537=>'ON', +9538=>'ON', +9539=>'ON', +9540=>'ON', +9541=>'ON', +9542=>'ON', +9543=>'ON', +9544=>'ON', +9545=>'ON', +9546=>'ON', +9547=>'ON', +9548=>'ON', +9549=>'ON', +9550=>'ON', +9551=>'ON', +9552=>'ON', +9553=>'ON', +9554=>'ON', +9555=>'ON', +9556=>'ON', +9557=>'ON', +9558=>'ON', +9559=>'ON', +9560=>'ON', +9561=>'ON', +9562=>'ON', +9563=>'ON', +9564=>'ON', +9565=>'ON', +9566=>'ON', +9567=>'ON', +9568=>'ON', +9569=>'ON', +9570=>'ON', +9571=>'ON', +9572=>'ON', +9573=>'ON', +9574=>'ON', +9575=>'ON', +9576=>'ON', +9577=>'ON', +9578=>'ON', +9579=>'ON', +9580=>'ON', +9581=>'ON', +9582=>'ON', +9583=>'ON', +9584=>'ON', +9585=>'ON', +9586=>'ON', +9587=>'ON', +9588=>'ON', +9589=>'ON', +9590=>'ON', +9591=>'ON', +9592=>'ON', +9593=>'ON', +9594=>'ON', +9595=>'ON', +9596=>'ON', +9597=>'ON', +9598=>'ON', +9599=>'ON', +9600=>'ON', +9601=>'ON', +9602=>'ON', +9603=>'ON', +9604=>'ON', +9605=>'ON', +9606=>'ON', +9607=>'ON', +9608=>'ON', +9609=>'ON', +9610=>'ON', +9611=>'ON', +9612=>'ON', +9613=>'ON', +9614=>'ON', +9615=>'ON', +9616=>'ON', +9617=>'ON', +9618=>'ON', +9619=>'ON', +9620=>'ON', +9621=>'ON', +9622=>'ON', +9623=>'ON', +9624=>'ON', +9625=>'ON', +9626=>'ON', +9627=>'ON', +9628=>'ON', +9629=>'ON', +9630=>'ON', +9631=>'ON', +9632=>'ON', +9633=>'ON', +9634=>'ON', +9635=>'ON', +9636=>'ON', +9637=>'ON', +9638=>'ON', +9639=>'ON', +9640=>'ON', +9641=>'ON', +9642=>'ON', +9643=>'ON', +9644=>'ON', +9645=>'ON', +9646=>'ON', +9647=>'ON', +9648=>'ON', +9649=>'ON', +9650=>'ON', +9651=>'ON', +9652=>'ON', +9653=>'ON', +9654=>'ON', +9655=>'ON', +9656=>'ON', +9657=>'ON', +9658=>'ON', +9659=>'ON', +9660=>'ON', +9661=>'ON', +9662=>'ON', +9663=>'ON', +9664=>'ON', +9665=>'ON', +9666=>'ON', +9667=>'ON', +9668=>'ON', +9669=>'ON', +9670=>'ON', +9671=>'ON', +9672=>'ON', +9673=>'ON', +9674=>'ON', +9675=>'ON', +9676=>'ON', +9677=>'ON', +9678=>'ON', +9679=>'ON', +9680=>'ON', +9681=>'ON', +9682=>'ON', +9683=>'ON', +9684=>'ON', +9685=>'ON', +9686=>'ON', +9687=>'ON', +9688=>'ON', +9689=>'ON', +9690=>'ON', +9691=>'ON', +9692=>'ON', +9693=>'ON', +9694=>'ON', +9695=>'ON', +9696=>'ON', +9697=>'ON', +9698=>'ON', +9699=>'ON', +9700=>'ON', +9701=>'ON', +9702=>'ON', +9703=>'ON', +9704=>'ON', +9705=>'ON', +9706=>'ON', +9707=>'ON', +9708=>'ON', +9709=>'ON', +9710=>'ON', +9711=>'ON', +9712=>'ON', +9713=>'ON', +9714=>'ON', +9715=>'ON', +9716=>'ON', +9717=>'ON', +9718=>'ON', +9719=>'ON', +9720=>'ON', +9721=>'ON', +9722=>'ON', +9723=>'ON', +9724=>'ON', +9725=>'ON', +9726=>'ON', +9727=>'ON', +9728=>'ON', +9729=>'ON', +9730=>'ON', +9731=>'ON', +9732=>'ON', +9733=>'ON', +9734=>'ON', +9735=>'ON', +9736=>'ON', +9737=>'ON', +9738=>'ON', +9739=>'ON', +9740=>'ON', +9741=>'ON', +9742=>'ON', +9743=>'ON', +9744=>'ON', +9745=>'ON', +9746=>'ON', +9747=>'ON', +9748=>'ON', +9749=>'ON', +9750=>'ON', +9751=>'ON', +9752=>'ON', +9753=>'ON', +9754=>'ON', +9755=>'ON', +9756=>'ON', +9757=>'ON', +9758=>'ON', +9759=>'ON', +9760=>'ON', +9761=>'ON', +9762=>'ON', +9763=>'ON', +9764=>'ON', +9765=>'ON', +9766=>'ON', +9767=>'ON', +9768=>'ON', +9769=>'ON', +9770=>'ON', +9771=>'ON', +9772=>'ON', +9773=>'ON', +9774=>'ON', +9775=>'ON', +9776=>'ON', +9777=>'ON', +9778=>'ON', +9779=>'ON', +9780=>'ON', +9781=>'ON', +9782=>'ON', +9783=>'ON', +9784=>'ON', +9785=>'ON', +9786=>'ON', +9787=>'ON', +9788=>'ON', +9789=>'ON', +9790=>'ON', +9791=>'ON', +9792=>'ON', +9793=>'ON', +9794=>'ON', +9795=>'ON', +9796=>'ON', +9797=>'ON', +9798=>'ON', +9799=>'ON', +9800=>'ON', +9801=>'ON', +9802=>'ON', +9803=>'ON', +9804=>'ON', +9805=>'ON', +9806=>'ON', +9807=>'ON', +9808=>'ON', +9809=>'ON', +9810=>'ON', +9811=>'ON', +9812=>'ON', +9813=>'ON', +9814=>'ON', +9815=>'ON', +9816=>'ON', +9817=>'ON', +9818=>'ON', +9819=>'ON', +9820=>'ON', +9821=>'ON', +9822=>'ON', +9823=>'ON', +9824=>'ON', +9825=>'ON', +9826=>'ON', +9827=>'ON', +9828=>'ON', +9829=>'ON', +9830=>'ON', +9831=>'ON', +9832=>'ON', +9833=>'ON', +9834=>'ON', +9835=>'ON', +9836=>'ON', +9837=>'ON', +9838=>'ON', +9839=>'ON', +9840=>'ON', +9841=>'ON', +9842=>'ON', +9843=>'ON', +9844=>'ON', +9845=>'ON', +9846=>'ON', +9847=>'ON', +9848=>'ON', +9849=>'ON', +9850=>'ON', +9851=>'ON', +9852=>'ON', +9853=>'ON', +9854=>'ON', +9855=>'ON', +9856=>'ON', +9857=>'ON', +9858=>'ON', +9859=>'ON', +9860=>'ON', +9861=>'ON', +9862=>'ON', +9863=>'ON', +9864=>'ON', +9865=>'ON', +9866=>'ON', +9867=>'ON', +9868=>'ON', +9869=>'ON', +9870=>'ON', +9871=>'ON', +9872=>'ON', +9873=>'ON', +9874=>'ON', +9875=>'ON', +9876=>'ON', +9877=>'ON', +9878=>'ON', +9879=>'ON', +9880=>'ON', +9881=>'ON', +9882=>'ON', +9883=>'ON', +9884=>'ON', +9888=>'ON', +9889=>'ON', +9890=>'ON', +9891=>'ON', +9892=>'ON', +9893=>'ON', +9894=>'ON', +9895=>'ON', +9896=>'ON', +9897=>'ON', +9898=>'ON', +9899=>'ON', +9900=>'L', +9901=>'ON', +9902=>'ON', +9903=>'ON', +9904=>'ON', +9905=>'ON', +9906=>'ON', +9985=>'ON', +9986=>'ON', +9987=>'ON', +9988=>'ON', +9990=>'ON', +9991=>'ON', +9992=>'ON', +9993=>'ON', +9996=>'ON', +9997=>'ON', +9998=>'ON', +9999=>'ON', +10000=>'ON', +10001=>'ON', +10002=>'ON', +10003=>'ON', +10004=>'ON', +10005=>'ON', +10006=>'ON', +10007=>'ON', +10008=>'ON', +10009=>'ON', +10010=>'ON', +10011=>'ON', +10012=>'ON', +10013=>'ON', +10014=>'ON', +10015=>'ON', +10016=>'ON', +10017=>'ON', +10018=>'ON', +10019=>'ON', +10020=>'ON', +10021=>'ON', +10022=>'ON', +10023=>'ON', +10025=>'ON', +10026=>'ON', +10027=>'ON', +10028=>'ON', +10029=>'ON', +10030=>'ON', +10031=>'ON', +10032=>'ON', +10033=>'ON', +10034=>'ON', +10035=>'ON', +10036=>'ON', +10037=>'ON', +10038=>'ON', +10039=>'ON', +10040=>'ON', +10041=>'ON', +10042=>'ON', +10043=>'ON', +10044=>'ON', +10045=>'ON', +10046=>'ON', +10047=>'ON', +10048=>'ON', +10049=>'ON', +10050=>'ON', +10051=>'ON', +10052=>'ON', +10053=>'ON', +10054=>'ON', +10055=>'ON', +10056=>'ON', +10057=>'ON', +10058=>'ON', +10059=>'ON', +10061=>'ON', +10063=>'ON', +10064=>'ON', +10065=>'ON', +10066=>'ON', +10070=>'ON', +10072=>'ON', +10073=>'ON', +10074=>'ON', +10075=>'ON', +10076=>'ON', +10077=>'ON', +10078=>'ON', +10081=>'ON', +10082=>'ON', +10083=>'ON', +10084=>'ON', +10085=>'ON', +10086=>'ON', +10087=>'ON', +10088=>'ON', +10089=>'ON', +10090=>'ON', +10091=>'ON', +10092=>'ON', +10093=>'ON', +10094=>'ON', +10095=>'ON', +10096=>'ON', +10097=>'ON', +10098=>'ON', +10099=>'ON', +10100=>'ON', +10101=>'ON', +10102=>'ON', +10103=>'ON', +10104=>'ON', +10105=>'ON', +10106=>'ON', +10107=>'ON', +10108=>'ON', +10109=>'ON', +10110=>'ON', +10111=>'ON', +10112=>'ON', +10113=>'ON', +10114=>'ON', +10115=>'ON', +10116=>'ON', +10117=>'ON', +10118=>'ON', +10119=>'ON', +10120=>'ON', +10121=>'ON', +10122=>'ON', +10123=>'ON', +10124=>'ON', +10125=>'ON', +10126=>'ON', +10127=>'ON', +10128=>'ON', +10129=>'ON', +10130=>'ON', +10131=>'ON', +10132=>'ON', +10136=>'ON', +10137=>'ON', +10138=>'ON', +10139=>'ON', +10140=>'ON', +10141=>'ON', +10142=>'ON', +10143=>'ON', +10144=>'ON', +10145=>'ON', +10146=>'ON', +10147=>'ON', +10148=>'ON', +10149=>'ON', +10150=>'ON', +10151=>'ON', +10152=>'ON', +10153=>'ON', +10154=>'ON', +10155=>'ON', +10156=>'ON', +10157=>'ON', +10158=>'ON', +10159=>'ON', +10161=>'ON', +10162=>'ON', +10163=>'ON', +10164=>'ON', +10165=>'ON', +10166=>'ON', +10167=>'ON', +10168=>'ON', +10169=>'ON', +10170=>'ON', +10171=>'ON', +10172=>'ON', +10173=>'ON', +10174=>'ON', +10176=>'ON', +10177=>'ON', +10178=>'ON', +10179=>'ON', +10180=>'ON', +10181=>'ON', +10182=>'ON', +10183=>'ON', +10184=>'ON', +10185=>'ON', +10186=>'ON', +10192=>'ON', +10193=>'ON', +10194=>'ON', +10195=>'ON', +10196=>'ON', +10197=>'ON', +10198=>'ON', +10199=>'ON', +10200=>'ON', +10201=>'ON', +10202=>'ON', +10203=>'ON', +10204=>'ON', +10205=>'ON', +10206=>'ON', +10207=>'ON', +10208=>'ON', +10209=>'ON', +10210=>'ON', +10211=>'ON', +10212=>'ON', +10213=>'ON', +10214=>'ON', +10215=>'ON', +10216=>'ON', +10217=>'ON', +10218=>'ON', +10219=>'ON', +10224=>'ON', +10225=>'ON', +10226=>'ON', +10227=>'ON', +10228=>'ON', +10229=>'ON', +10230=>'ON', +10231=>'ON', +10232=>'ON', +10233=>'ON', +10234=>'ON', +10235=>'ON', +10236=>'ON', +10237=>'ON', +10238=>'ON', +10239=>'ON', +10240=>'L', +10241=>'L', +10242=>'L', +10243=>'L', +10244=>'L', +10245=>'L', +10246=>'L', +10247=>'L', +10248=>'L', +10249=>'L', +10250=>'L', +10251=>'L', +10252=>'L', +10253=>'L', +10254=>'L', +10255=>'L', +10256=>'L', +10257=>'L', +10258=>'L', +10259=>'L', +10260=>'L', +10261=>'L', +10262=>'L', +10263=>'L', +10264=>'L', +10265=>'L', +10266=>'L', +10267=>'L', +10268=>'L', +10269=>'L', +10270=>'L', +10271=>'L', +10272=>'L', +10273=>'L', +10274=>'L', +10275=>'L', +10276=>'L', +10277=>'L', +10278=>'L', +10279=>'L', +10280=>'L', +10281=>'L', +10282=>'L', +10283=>'L', +10284=>'L', +10285=>'L', +10286=>'L', +10287=>'L', +10288=>'L', +10289=>'L', +10290=>'L', +10291=>'L', +10292=>'L', +10293=>'L', +10294=>'L', +10295=>'L', +10296=>'L', +10297=>'L', +10298=>'L', +10299=>'L', +10300=>'L', +10301=>'L', +10302=>'L', +10303=>'L', +10304=>'L', +10305=>'L', +10306=>'L', +10307=>'L', +10308=>'L', +10309=>'L', +10310=>'L', +10311=>'L', +10312=>'L', +10313=>'L', +10314=>'L', +10315=>'L', +10316=>'L', +10317=>'L', +10318=>'L', +10319=>'L', +10320=>'L', +10321=>'L', +10322=>'L', +10323=>'L', +10324=>'L', +10325=>'L', +10326=>'L', +10327=>'L', +10328=>'L', +10329=>'L', +10330=>'L', +10331=>'L', +10332=>'L', +10333=>'L', +10334=>'L', +10335=>'L', +10336=>'L', +10337=>'L', +10338=>'L', +10339=>'L', +10340=>'L', +10341=>'L', +10342=>'L', +10343=>'L', +10344=>'L', +10345=>'L', +10346=>'L', +10347=>'L', +10348=>'L', +10349=>'L', +10350=>'L', +10351=>'L', +10352=>'L', +10353=>'L', +10354=>'L', +10355=>'L', +10356=>'L', +10357=>'L', +10358=>'L', +10359=>'L', +10360=>'L', +10361=>'L', +10362=>'L', +10363=>'L', +10364=>'L', +10365=>'L', +10366=>'L', +10367=>'L', +10368=>'L', +10369=>'L', +10370=>'L', +10371=>'L', +10372=>'L', +10373=>'L', +10374=>'L', +10375=>'L', +10376=>'L', +10377=>'L', +10378=>'L', +10379=>'L', +10380=>'L', +10381=>'L', +10382=>'L', +10383=>'L', +10384=>'L', +10385=>'L', +10386=>'L', +10387=>'L', +10388=>'L', +10389=>'L', +10390=>'L', +10391=>'L', +10392=>'L', +10393=>'L', +10394=>'L', +10395=>'L', +10396=>'L', +10397=>'L', +10398=>'L', +10399=>'L', +10400=>'L', +10401=>'L', +10402=>'L', +10403=>'L', +10404=>'L', +10405=>'L', +10406=>'L', +10407=>'L', +10408=>'L', +10409=>'L', +10410=>'L', +10411=>'L', +10412=>'L', +10413=>'L', +10414=>'L', +10415=>'L', +10416=>'L', +10417=>'L', +10418=>'L', +10419=>'L', +10420=>'L', +10421=>'L', +10422=>'L', +10423=>'L', +10424=>'L', +10425=>'L', +10426=>'L', +10427=>'L', +10428=>'L', +10429=>'L', +10430=>'L', +10431=>'L', +10432=>'L', +10433=>'L', +10434=>'L', +10435=>'L', +10436=>'L', +10437=>'L', +10438=>'L', +10439=>'L', +10440=>'L', +10441=>'L', +10442=>'L', +10443=>'L', +10444=>'L', +10445=>'L', +10446=>'L', +10447=>'L', +10448=>'L', +10449=>'L', +10450=>'L', +10451=>'L', +10452=>'L', +10453=>'L', +10454=>'L', +10455=>'L', +10456=>'L', +10457=>'L', +10458=>'L', +10459=>'L', +10460=>'L', +10461=>'L', +10462=>'L', +10463=>'L', +10464=>'L', +10465=>'L', +10466=>'L', +10467=>'L', +10468=>'L', +10469=>'L', +10470=>'L', +10471=>'L', +10472=>'L', +10473=>'L', +10474=>'L', +10475=>'L', +10476=>'L', +10477=>'L', +10478=>'L', +10479=>'L', +10480=>'L', +10481=>'L', +10482=>'L', +10483=>'L', +10484=>'L', +10485=>'L', +10486=>'L', +10487=>'L', +10488=>'L', +10489=>'L', +10490=>'L', +10491=>'L', +10492=>'L', +10493=>'L', +10494=>'L', +10495=>'L', +10496=>'ON', +10497=>'ON', +10498=>'ON', +10499=>'ON', +10500=>'ON', +10501=>'ON', +10502=>'ON', +10503=>'ON', +10504=>'ON', +10505=>'ON', +10506=>'ON', +10507=>'ON', +10508=>'ON', +10509=>'ON', +10510=>'ON', +10511=>'ON', +10512=>'ON', +10513=>'ON', +10514=>'ON', +10515=>'ON', +10516=>'ON', +10517=>'ON', +10518=>'ON', +10519=>'ON', +10520=>'ON', +10521=>'ON', +10522=>'ON', +10523=>'ON', +10524=>'ON', +10525=>'ON', +10526=>'ON', +10527=>'ON', +10528=>'ON', +10529=>'ON', +10530=>'ON', +10531=>'ON', +10532=>'ON', +10533=>'ON', +10534=>'ON', +10535=>'ON', +10536=>'ON', +10537=>'ON', +10538=>'ON', +10539=>'ON', +10540=>'ON', +10541=>'ON', +10542=>'ON', +10543=>'ON', +10544=>'ON', +10545=>'ON', +10546=>'ON', +10547=>'ON', +10548=>'ON', +10549=>'ON', +10550=>'ON', +10551=>'ON', +10552=>'ON', +10553=>'ON', +10554=>'ON', +10555=>'ON', +10556=>'ON', +10557=>'ON', +10558=>'ON', +10559=>'ON', +10560=>'ON', +10561=>'ON', +10562=>'ON', +10563=>'ON', +10564=>'ON', +10565=>'ON', +10566=>'ON', +10567=>'ON', +10568=>'ON', +10569=>'ON', +10570=>'ON', +10571=>'ON', +10572=>'ON', +10573=>'ON', +10574=>'ON', +10575=>'ON', +10576=>'ON', +10577=>'ON', +10578=>'ON', +10579=>'ON', +10580=>'ON', +10581=>'ON', +10582=>'ON', +10583=>'ON', +10584=>'ON', +10585=>'ON', +10586=>'ON', +10587=>'ON', +10588=>'ON', +10589=>'ON', +10590=>'ON', +10591=>'ON', +10592=>'ON', +10593=>'ON', +10594=>'ON', +10595=>'ON', +10596=>'ON', +10597=>'ON', +10598=>'ON', +10599=>'ON', +10600=>'ON', +10601=>'ON', +10602=>'ON', +10603=>'ON', +10604=>'ON', +10605=>'ON', +10606=>'ON', +10607=>'ON', +10608=>'ON', +10609=>'ON', +10610=>'ON', +10611=>'ON', +10612=>'ON', +10613=>'ON', +10614=>'ON', +10615=>'ON', +10616=>'ON', +10617=>'ON', +10618=>'ON', +10619=>'ON', +10620=>'ON', +10621=>'ON', +10622=>'ON', +10623=>'ON', +10624=>'ON', +10625=>'ON', +10626=>'ON', +10627=>'ON', +10628=>'ON', +10629=>'ON', +10630=>'ON', +10631=>'ON', +10632=>'ON', +10633=>'ON', +10634=>'ON', +10635=>'ON', +10636=>'ON', +10637=>'ON', +10638=>'ON', +10639=>'ON', +10640=>'ON', +10641=>'ON', +10642=>'ON', +10643=>'ON', +10644=>'ON', +10645=>'ON', +10646=>'ON', +10647=>'ON', +10648=>'ON', +10649=>'ON', +10650=>'ON', +10651=>'ON', +10652=>'ON', +10653=>'ON', +10654=>'ON', +10655=>'ON', +10656=>'ON', +10657=>'ON', +10658=>'ON', +10659=>'ON', +10660=>'ON', +10661=>'ON', +10662=>'ON', +10663=>'ON', +10664=>'ON', +10665=>'ON', +10666=>'ON', +10667=>'ON', +10668=>'ON', +10669=>'ON', +10670=>'ON', +10671=>'ON', +10672=>'ON', +10673=>'ON', +10674=>'ON', +10675=>'ON', +10676=>'ON', +10677=>'ON', +10678=>'ON', +10679=>'ON', +10680=>'ON', +10681=>'ON', +10682=>'ON', +10683=>'ON', +10684=>'ON', +10685=>'ON', +10686=>'ON', +10687=>'ON', +10688=>'ON', +10689=>'ON', +10690=>'ON', +10691=>'ON', +10692=>'ON', +10693=>'ON', +10694=>'ON', +10695=>'ON', +10696=>'ON', +10697=>'ON', +10698=>'ON', +10699=>'ON', +10700=>'ON', +10701=>'ON', +10702=>'ON', +10703=>'ON', +10704=>'ON', +10705=>'ON', +10706=>'ON', +10707=>'ON', +10708=>'ON', +10709=>'ON', +10710=>'ON', +10711=>'ON', +10712=>'ON', +10713=>'ON', +10714=>'ON', +10715=>'ON', +10716=>'ON', +10717=>'ON', +10718=>'ON', +10719=>'ON', +10720=>'ON', +10721=>'ON', +10722=>'ON', +10723=>'ON', +10724=>'ON', +10725=>'ON', +10726=>'ON', +10727=>'ON', +10728=>'ON', +10729=>'ON', +10730=>'ON', +10731=>'ON', +10732=>'ON', +10733=>'ON', +10734=>'ON', +10735=>'ON', +10736=>'ON', +10737=>'ON', +10738=>'ON', +10739=>'ON', +10740=>'ON', +10741=>'ON', +10742=>'ON', +10743=>'ON', +10744=>'ON', +10745=>'ON', +10746=>'ON', +10747=>'ON', +10748=>'ON', +10749=>'ON', +10750=>'ON', +10751=>'ON', +10752=>'ON', +10753=>'ON', +10754=>'ON', +10755=>'ON', +10756=>'ON', +10757=>'ON', +10758=>'ON', +10759=>'ON', +10760=>'ON', +10761=>'ON', +10762=>'ON', +10763=>'ON', +10764=>'ON', +10765=>'ON', +10766=>'ON', +10767=>'ON', +10768=>'ON', +10769=>'ON', +10770=>'ON', +10771=>'ON', +10772=>'ON', +10773=>'ON', +10774=>'ON', +10775=>'ON', +10776=>'ON', +10777=>'ON', +10778=>'ON', +10779=>'ON', +10780=>'ON', +10781=>'ON', +10782=>'ON', +10783=>'ON', +10784=>'ON', +10785=>'ON', +10786=>'ON', +10787=>'ON', +10788=>'ON', +10789=>'ON', +10790=>'ON', +10791=>'ON', +10792=>'ON', +10793=>'ON', +10794=>'ON', +10795=>'ON', +10796=>'ON', +10797=>'ON', +10798=>'ON', +10799=>'ON', +10800=>'ON', +10801=>'ON', +10802=>'ON', +10803=>'ON', +10804=>'ON', +10805=>'ON', +10806=>'ON', +10807=>'ON', +10808=>'ON', +10809=>'ON', +10810=>'ON', +10811=>'ON', +10812=>'ON', +10813=>'ON', +10814=>'ON', +10815=>'ON', +10816=>'ON', +10817=>'ON', +10818=>'ON', +10819=>'ON', +10820=>'ON', +10821=>'ON', +10822=>'ON', +10823=>'ON', +10824=>'ON', +10825=>'ON', +10826=>'ON', +10827=>'ON', +10828=>'ON', +10829=>'ON', +10830=>'ON', +10831=>'ON', +10832=>'ON', +10833=>'ON', +10834=>'ON', +10835=>'ON', +10836=>'ON', +10837=>'ON', +10838=>'ON', +10839=>'ON', +10840=>'ON', +10841=>'ON', +10842=>'ON', +10843=>'ON', +10844=>'ON', +10845=>'ON', +10846=>'ON', +10847=>'ON', +10848=>'ON', +10849=>'ON', +10850=>'ON', +10851=>'ON', +10852=>'ON', +10853=>'ON', +10854=>'ON', +10855=>'ON', +10856=>'ON', +10857=>'ON', +10858=>'ON', +10859=>'ON', +10860=>'ON', +10861=>'ON', +10862=>'ON', +10863=>'ON', +10864=>'ON', +10865=>'ON', +10866=>'ON', +10867=>'ON', +10868=>'ON', +10869=>'ON', +10870=>'ON', +10871=>'ON', +10872=>'ON', +10873=>'ON', +10874=>'ON', +10875=>'ON', +10876=>'ON', +10877=>'ON', +10878=>'ON', +10879=>'ON', +10880=>'ON', +10881=>'ON', +10882=>'ON', +10883=>'ON', +10884=>'ON', +10885=>'ON', +10886=>'ON', +10887=>'ON', +10888=>'ON', +10889=>'ON', +10890=>'ON', +10891=>'ON', +10892=>'ON', +10893=>'ON', +10894=>'ON', +10895=>'ON', +10896=>'ON', +10897=>'ON', +10898=>'ON', +10899=>'ON', +10900=>'ON', +10901=>'ON', +10902=>'ON', +10903=>'ON', +10904=>'ON', +10905=>'ON', +10906=>'ON', +10907=>'ON', +10908=>'ON', +10909=>'ON', +10910=>'ON', +10911=>'ON', +10912=>'ON', +10913=>'ON', +10914=>'ON', +10915=>'ON', +10916=>'ON', +10917=>'ON', +10918=>'ON', +10919=>'ON', +10920=>'ON', +10921=>'ON', +10922=>'ON', +10923=>'ON', +10924=>'ON', +10925=>'ON', +10926=>'ON', +10927=>'ON', +10928=>'ON', +10929=>'ON', +10930=>'ON', +10931=>'ON', +10932=>'ON', +10933=>'ON', +10934=>'ON', +10935=>'ON', +10936=>'ON', +10937=>'ON', +10938=>'ON', +10939=>'ON', +10940=>'ON', +10941=>'ON', +10942=>'ON', +10943=>'ON', +10944=>'ON', +10945=>'ON', +10946=>'ON', +10947=>'ON', +10948=>'ON', +10949=>'ON', +10950=>'ON', +10951=>'ON', +10952=>'ON', +10953=>'ON', +10954=>'ON', +10955=>'ON', +10956=>'ON', +10957=>'ON', +10958=>'ON', +10959=>'ON', +10960=>'ON', +10961=>'ON', +10962=>'ON', +10963=>'ON', +10964=>'ON', +10965=>'ON', +10966=>'ON', +10967=>'ON', +10968=>'ON', +10969=>'ON', +10970=>'ON', +10971=>'ON', +10972=>'ON', +10973=>'ON', +10974=>'ON', +10975=>'ON', +10976=>'ON', +10977=>'ON', +10978=>'ON', +10979=>'ON', +10980=>'ON', +10981=>'ON', +10982=>'ON', +10983=>'ON', +10984=>'ON', +10985=>'ON', +10986=>'ON', +10987=>'ON', +10988=>'ON', +10989=>'ON', +10990=>'ON', +10991=>'ON', +10992=>'ON', +10993=>'ON', +10994=>'ON', +10995=>'ON', +10996=>'ON', +10997=>'ON', +10998=>'ON', +10999=>'ON', +11000=>'ON', +11001=>'ON', +11002=>'ON', +11003=>'ON', +11004=>'ON', +11005=>'ON', +11006=>'ON', +11007=>'ON', +11008=>'ON', +11009=>'ON', +11010=>'ON', +11011=>'ON', +11012=>'ON', +11013=>'ON', +11014=>'ON', +11015=>'ON', +11016=>'ON', +11017=>'ON', +11018=>'ON', +11019=>'ON', +11020=>'ON', +11021=>'ON', +11022=>'ON', +11023=>'ON', +11024=>'ON', +11025=>'ON', +11026=>'ON', +11027=>'ON', +11028=>'ON', +11029=>'ON', +11030=>'ON', +11031=>'ON', +11032=>'ON', +11033=>'ON', +11034=>'ON', +11040=>'ON', +11041=>'ON', +11042=>'ON', +11043=>'ON', +11264=>'L', +11265=>'L', +11266=>'L', +11267=>'L', +11268=>'L', +11269=>'L', +11270=>'L', +11271=>'L', +11272=>'L', +11273=>'L', +11274=>'L', +11275=>'L', +11276=>'L', +11277=>'L', +11278=>'L', +11279=>'L', +11280=>'L', +11281=>'L', +11282=>'L', +11283=>'L', +11284=>'L', +11285=>'L', +11286=>'L', +11287=>'L', +11288=>'L', +11289=>'L', +11290=>'L', +11291=>'L', +11292=>'L', +11293=>'L', +11294=>'L', +11295=>'L', +11296=>'L', +11297=>'L', +11298=>'L', +11299=>'L', +11300=>'L', +11301=>'L', +11302=>'L', +11303=>'L', +11304=>'L', +11305=>'L', +11306=>'L', +11307=>'L', +11308=>'L', +11309=>'L', +11310=>'L', +11312=>'L', +11313=>'L', +11314=>'L', +11315=>'L', +11316=>'L', +11317=>'L', +11318=>'L', +11319=>'L', +11320=>'L', +11321=>'L', +11322=>'L', +11323=>'L', +11324=>'L', +11325=>'L', +11326=>'L', +11327=>'L', +11328=>'L', +11329=>'L', +11330=>'L', +11331=>'L', +11332=>'L', +11333=>'L', +11334=>'L', +11335=>'L', +11336=>'L', +11337=>'L', +11338=>'L', +11339=>'L', +11340=>'L', +11341=>'L', +11342=>'L', +11343=>'L', +11344=>'L', +11345=>'L', +11346=>'L', +11347=>'L', +11348=>'L', +11349=>'L', +11350=>'L', +11351=>'L', +11352=>'L', +11353=>'L', +11354=>'L', +11355=>'L', +11356=>'L', +11357=>'L', +11358=>'L', +11360=>'L', +11361=>'L', +11362=>'L', +11363=>'L', +11364=>'L', +11365=>'L', +11366=>'L', +11367=>'L', +11368=>'L', +11369=>'L', +11370=>'L', +11371=>'L', +11372=>'L', +11380=>'L', +11381=>'L', +11382=>'L', +11383=>'L', +11392=>'L', +11393=>'L', +11394=>'L', +11395=>'L', +11396=>'L', +11397=>'L', +11398=>'L', +11399=>'L', +11400=>'L', +11401=>'L', +11402=>'L', +11403=>'L', +11404=>'L', +11405=>'L', +11406=>'L', +11407=>'L', +11408=>'L', +11409=>'L', +11410=>'L', +11411=>'L', +11412=>'L', +11413=>'L', +11414=>'L', +11415=>'L', +11416=>'L', +11417=>'L', +11418=>'L', +11419=>'L', +11420=>'L', +11421=>'L', +11422=>'L', +11423=>'L', +11424=>'L', +11425=>'L', +11426=>'L', +11427=>'L', +11428=>'L', +11429=>'L', +11430=>'L', +11431=>'L', +11432=>'L', +11433=>'L', +11434=>'L', +11435=>'L', +11436=>'L', +11437=>'L', +11438=>'L', +11439=>'L', +11440=>'L', +11441=>'L', +11442=>'L', +11443=>'L', +11444=>'L', +11445=>'L', +11446=>'L', +11447=>'L', +11448=>'L', +11449=>'L', +11450=>'L', +11451=>'L', +11452=>'L', +11453=>'L', +11454=>'L', +11455=>'L', +11456=>'L', +11457=>'L', +11458=>'L', +11459=>'L', +11460=>'L', +11461=>'L', +11462=>'L', +11463=>'L', +11464=>'L', +11465=>'L', +11466=>'L', +11467=>'L', +11468=>'L', +11469=>'L', +11470=>'L', +11471=>'L', +11472=>'L', +11473=>'L', +11474=>'L', +11475=>'L', +11476=>'L', +11477=>'L', +11478=>'L', +11479=>'L', +11480=>'L', +11481=>'L', +11482=>'L', +11483=>'L', +11484=>'L', +11485=>'L', +11486=>'L', +11487=>'L', +11488=>'L', +11489=>'L', +11490=>'L', +11491=>'L', +11492=>'L', +11493=>'ON', +11494=>'ON', +11495=>'ON', +11496=>'ON', +11497=>'ON', +11498=>'ON', +11513=>'ON', +11514=>'ON', +11515=>'ON', +11516=>'ON', +11517=>'ON', +11518=>'ON', +11519=>'ON', +11520=>'L', +11521=>'L', +11522=>'L', +11523=>'L', +11524=>'L', +11525=>'L', +11526=>'L', +11527=>'L', +11528=>'L', +11529=>'L', +11530=>'L', +11531=>'L', +11532=>'L', +11533=>'L', +11534=>'L', +11535=>'L', +11536=>'L', +11537=>'L', +11538=>'L', +11539=>'L', +11540=>'L', +11541=>'L', +11542=>'L', +11543=>'L', +11544=>'L', +11545=>'L', +11546=>'L', +11547=>'L', +11548=>'L', +11549=>'L', +11550=>'L', +11551=>'L', +11552=>'L', +11553=>'L', +11554=>'L', +11555=>'L', +11556=>'L', +11557=>'L', +11568=>'L', +11569=>'L', +11570=>'L', +11571=>'L', +11572=>'L', +11573=>'L', +11574=>'L', +11575=>'L', +11576=>'L', +11577=>'L', +11578=>'L', +11579=>'L', +11580=>'L', +11581=>'L', +11582=>'L', +11583=>'L', +11584=>'L', +11585=>'L', +11586=>'L', +11587=>'L', +11588=>'L', +11589=>'L', +11590=>'L', +11591=>'L', +11592=>'L', +11593=>'L', +11594=>'L', +11595=>'L', +11596=>'L', +11597=>'L', +11598=>'L', +11599=>'L', +11600=>'L', +11601=>'L', +11602=>'L', +11603=>'L', +11604=>'L', +11605=>'L', +11606=>'L', +11607=>'L', +11608=>'L', +11609=>'L', +11610=>'L', +11611=>'L', +11612=>'L', +11613=>'L', +11614=>'L', +11615=>'L', +11616=>'L', +11617=>'L', +11618=>'L', +11619=>'L', +11620=>'L', +11621=>'L', +11631=>'L', +11648=>'L', +11649=>'L', +11650=>'L', +11651=>'L', +11652=>'L', +11653=>'L', +11654=>'L', +11655=>'L', +11656=>'L', +11657=>'L', +11658=>'L', +11659=>'L', +11660=>'L', +11661=>'L', +11662=>'L', +11663=>'L', +11664=>'L', +11665=>'L', +11666=>'L', +11667=>'L', +11668=>'L', +11669=>'L', +11670=>'L', +11680=>'L', +11681=>'L', +11682=>'L', +11683=>'L', +11684=>'L', +11685=>'L', +11686=>'L', +11688=>'L', +11689=>'L', +11690=>'L', +11691=>'L', +11692=>'L', +11693=>'L', +11694=>'L', +11696=>'L', +11697=>'L', +11698=>'L', +11699=>'L', +11700=>'L', +11701=>'L', +11702=>'L', +11704=>'L', +11705=>'L', +11706=>'L', +11707=>'L', +11708=>'L', +11709=>'L', +11710=>'L', +11712=>'L', +11713=>'L', +11714=>'L', +11715=>'L', +11716=>'L', +11717=>'L', +11718=>'L', +11720=>'L', +11721=>'L', +11722=>'L', +11723=>'L', +11724=>'L', +11725=>'L', +11726=>'L', +11728=>'L', +11729=>'L', +11730=>'L', +11731=>'L', +11732=>'L', +11733=>'L', +11734=>'L', +11736=>'L', +11737=>'L', +11738=>'L', +11739=>'L', +11740=>'L', +11741=>'L', +11742=>'L', +11776=>'ON', +11777=>'ON', +11778=>'ON', +11779=>'ON', +11780=>'ON', +11781=>'ON', +11782=>'ON', +11783=>'ON', +11784=>'ON', +11785=>'ON', +11786=>'ON', +11787=>'ON', +11788=>'ON', +11789=>'ON', +11790=>'ON', +11791=>'ON', +11792=>'ON', +11793=>'ON', +11794=>'ON', +11795=>'ON', +11796=>'ON', +11797=>'ON', +11798=>'ON', +11799=>'ON', +11804=>'ON', +11805=>'ON', +11904=>'ON', +11905=>'ON', +11906=>'ON', +11907=>'ON', +11908=>'ON', +11909=>'ON', +11910=>'ON', +11911=>'ON', +11912=>'ON', +11913=>'ON', +11914=>'ON', +11915=>'ON', +11916=>'ON', +11917=>'ON', +11918=>'ON', +11919=>'ON', +11920=>'ON', +11921=>'ON', +11922=>'ON', +11923=>'ON', +11924=>'ON', +11925=>'ON', +11926=>'ON', +11927=>'ON', +11928=>'ON', +11929=>'ON', +11931=>'ON', +11932=>'ON', +11933=>'ON', +11934=>'ON', +11935=>'ON', +11936=>'ON', +11937=>'ON', +11938=>'ON', +11939=>'ON', +11940=>'ON', +11941=>'ON', +11942=>'ON', +11943=>'ON', +11944=>'ON', +11945=>'ON', +11946=>'ON', +11947=>'ON', +11948=>'ON', +11949=>'ON', +11950=>'ON', +11951=>'ON', +11952=>'ON', +11953=>'ON', +11954=>'ON', +11955=>'ON', +11956=>'ON', +11957=>'ON', +11958=>'ON', +11959=>'ON', +11960=>'ON', +11961=>'ON', +11962=>'ON', +11963=>'ON', +11964=>'ON', +11965=>'ON', +11966=>'ON', +11967=>'ON', +11968=>'ON', +11969=>'ON', +11970=>'ON', +11971=>'ON', +11972=>'ON', +11973=>'ON', +11974=>'ON', +11975=>'ON', +11976=>'ON', +11977=>'ON', +11978=>'ON', +11979=>'ON', +11980=>'ON', +11981=>'ON', +11982=>'ON', +11983=>'ON', +11984=>'ON', +11985=>'ON', +11986=>'ON', +11987=>'ON', +11988=>'ON', +11989=>'ON', +11990=>'ON', +11991=>'ON', +11992=>'ON', +11993=>'ON', +11994=>'ON', +11995=>'ON', +11996=>'ON', +11997=>'ON', +11998=>'ON', +11999=>'ON', +12000=>'ON', +12001=>'ON', +12002=>'ON', +12003=>'ON', +12004=>'ON', +12005=>'ON', +12006=>'ON', +12007=>'ON', +12008=>'ON', +12009=>'ON', +12010=>'ON', +12011=>'ON', +12012=>'ON', +12013=>'ON', +12014=>'ON', +12015=>'ON', +12016=>'ON', +12017=>'ON', +12018=>'ON', +12019=>'ON', +12032=>'ON', +12033=>'ON', +12034=>'ON', +12035=>'ON', +12036=>'ON', +12037=>'ON', +12038=>'ON', +12039=>'ON', +12040=>'ON', +12041=>'ON', +12042=>'ON', +12043=>'ON', +12044=>'ON', +12045=>'ON', +12046=>'ON', +12047=>'ON', +12048=>'ON', +12049=>'ON', +12050=>'ON', +12051=>'ON', +12052=>'ON', +12053=>'ON', +12054=>'ON', +12055=>'ON', +12056=>'ON', +12057=>'ON', +12058=>'ON', +12059=>'ON', +12060=>'ON', +12061=>'ON', +12062=>'ON', +12063=>'ON', +12064=>'ON', +12065=>'ON', +12066=>'ON', +12067=>'ON', +12068=>'ON', +12069=>'ON', +12070=>'ON', +12071=>'ON', +12072=>'ON', +12073=>'ON', +12074=>'ON', +12075=>'ON', +12076=>'ON', +12077=>'ON', +12078=>'ON', +12079=>'ON', +12080=>'ON', +12081=>'ON', +12082=>'ON', +12083=>'ON', +12084=>'ON', +12085=>'ON', +12086=>'ON', +12087=>'ON', +12088=>'ON', +12089=>'ON', +12090=>'ON', +12091=>'ON', +12092=>'ON', +12093=>'ON', +12094=>'ON', +12095=>'ON', +12096=>'ON', +12097=>'ON', +12098=>'ON', +12099=>'ON', +12100=>'ON', +12101=>'ON', +12102=>'ON', +12103=>'ON', +12104=>'ON', +12105=>'ON', +12106=>'ON', +12107=>'ON', +12108=>'ON', +12109=>'ON', +12110=>'ON', +12111=>'ON', +12112=>'ON', +12113=>'ON', +12114=>'ON', +12115=>'ON', +12116=>'ON', +12117=>'ON', +12118=>'ON', +12119=>'ON', +12120=>'ON', +12121=>'ON', +12122=>'ON', +12123=>'ON', +12124=>'ON', +12125=>'ON', +12126=>'ON', +12127=>'ON', +12128=>'ON', +12129=>'ON', +12130=>'ON', +12131=>'ON', +12132=>'ON', +12133=>'ON', +12134=>'ON', +12135=>'ON', +12136=>'ON', +12137=>'ON', +12138=>'ON', +12139=>'ON', +12140=>'ON', +12141=>'ON', +12142=>'ON', +12143=>'ON', +12144=>'ON', +12145=>'ON', +12146=>'ON', +12147=>'ON', +12148=>'ON', +12149=>'ON', +12150=>'ON', +12151=>'ON', +12152=>'ON', +12153=>'ON', +12154=>'ON', +12155=>'ON', +12156=>'ON', +12157=>'ON', +12158=>'ON', +12159=>'ON', +12160=>'ON', +12161=>'ON', +12162=>'ON', +12163=>'ON', +12164=>'ON', +12165=>'ON', +12166=>'ON', +12167=>'ON', +12168=>'ON', +12169=>'ON', +12170=>'ON', +12171=>'ON', +12172=>'ON', +12173=>'ON', +12174=>'ON', +12175=>'ON', +12176=>'ON', +12177=>'ON', +12178=>'ON', +12179=>'ON', +12180=>'ON', +12181=>'ON', +12182=>'ON', +12183=>'ON', +12184=>'ON', +12185=>'ON', +12186=>'ON', +12187=>'ON', +12188=>'ON', +12189=>'ON', +12190=>'ON', +12191=>'ON', +12192=>'ON', +12193=>'ON', +12194=>'ON', +12195=>'ON', +12196=>'ON', +12197=>'ON', +12198=>'ON', +12199=>'ON', +12200=>'ON', +12201=>'ON', +12202=>'ON', +12203=>'ON', +12204=>'ON', +12205=>'ON', +12206=>'ON', +12207=>'ON', +12208=>'ON', +12209=>'ON', +12210=>'ON', +12211=>'ON', +12212=>'ON', +12213=>'ON', +12214=>'ON', +12215=>'ON', +12216=>'ON', +12217=>'ON', +12218=>'ON', +12219=>'ON', +12220=>'ON', +12221=>'ON', +12222=>'ON', +12223=>'ON', +12224=>'ON', +12225=>'ON', +12226=>'ON', +12227=>'ON', +12228=>'ON', +12229=>'ON', +12230=>'ON', +12231=>'ON', +12232=>'ON', +12233=>'ON', +12234=>'ON', +12235=>'ON', +12236=>'ON', +12237=>'ON', +12238=>'ON', +12239=>'ON', +12240=>'ON', +12241=>'ON', +12242=>'ON', +12243=>'ON', +12244=>'ON', +12245=>'ON', +12272=>'ON', +12273=>'ON', +12274=>'ON', +12275=>'ON', +12276=>'ON', +12277=>'ON', +12278=>'ON', +12279=>'ON', +12280=>'ON', +12281=>'ON', +12282=>'ON', +12283=>'ON', +12288=>'WS', +12289=>'ON', +12290=>'ON', +12291=>'ON', +12292=>'ON', +12293=>'L', +12294=>'L', +12295=>'L', +12296=>'ON', +12297=>'ON', +12298=>'ON', +12299=>'ON', +12300=>'ON', +12301=>'ON', +12302=>'ON', +12303=>'ON', +12304=>'ON', +12305=>'ON', +12306=>'ON', +12307=>'ON', +12308=>'ON', +12309=>'ON', +12310=>'ON', +12311=>'ON', +12312=>'ON', +12313=>'ON', +12314=>'ON', +12315=>'ON', +12316=>'ON', +12317=>'ON', +12318=>'ON', +12319=>'ON', +12320=>'ON', +12321=>'L', +12322=>'L', +12323=>'L', +12324=>'L', +12325=>'L', +12326=>'L', +12327=>'L', +12328=>'L', +12329=>'L', +12330=>'NSM', +12331=>'NSM', +12332=>'NSM', +12333=>'NSM', +12334=>'NSM', +12335=>'NSM', +12336=>'ON', +12337=>'L', +12338=>'L', +12339=>'L', +12340=>'L', +12341=>'L', +12342=>'ON', +12343=>'ON', +12344=>'L', +12345=>'L', +12346=>'L', +12347=>'L', +12348=>'L', +12349=>'ON', +12350=>'ON', +12351=>'ON', +12353=>'L', +12354=>'L', +12355=>'L', +12356=>'L', +12357=>'L', +12358=>'L', +12359=>'L', +12360=>'L', +12361=>'L', +12362=>'L', +12363=>'L', +12364=>'L', +12365=>'L', +12366=>'L', +12367=>'L', +12368=>'L', +12369=>'L', +12370=>'L', +12371=>'L', +12372=>'L', +12373=>'L', +12374=>'L', +12375=>'L', +12376=>'L', +12377=>'L', +12378=>'L', +12379=>'L', +12380=>'L', +12381=>'L', +12382=>'L', +12383=>'L', +12384=>'L', +12385=>'L', +12386=>'L', +12387=>'L', +12388=>'L', +12389=>'L', +12390=>'L', +12391=>'L', +12392=>'L', +12393=>'L', +12394=>'L', +12395=>'L', +12396=>'L', +12397=>'L', +12398=>'L', +12399=>'L', +12400=>'L', +12401=>'L', +12402=>'L', +12403=>'L', +12404=>'L', +12405=>'L', +12406=>'L', +12407=>'L', +12408=>'L', +12409=>'L', +12410=>'L', +12411=>'L', +12412=>'L', +12413=>'L', +12414=>'L', +12415=>'L', +12416=>'L', +12417=>'L', +12418=>'L', +12419=>'L', +12420=>'L', +12421=>'L', +12422=>'L', +12423=>'L', +12424=>'L', +12425=>'L', +12426=>'L', +12427=>'L', +12428=>'L', +12429=>'L', +12430=>'L', +12431=>'L', +12432=>'L', +12433=>'L', +12434=>'L', +12435=>'L', +12436=>'L', +12437=>'L', +12438=>'L', +12441=>'NSM', +12442=>'NSM', +12443=>'ON', +12444=>'ON', +12445=>'L', +12446=>'L', +12447=>'L', +12448=>'ON', +12449=>'L', +12450=>'L', +12451=>'L', +12452=>'L', +12453=>'L', +12454=>'L', +12455=>'L', +12456=>'L', +12457=>'L', +12458=>'L', +12459=>'L', +12460=>'L', +12461=>'L', +12462=>'L', +12463=>'L', +12464=>'L', +12465=>'L', +12466=>'L', +12467=>'L', +12468=>'L', +12469=>'L', +12470=>'L', +12471=>'L', +12472=>'L', +12473=>'L', +12474=>'L', +12475=>'L', +12476=>'L', +12477=>'L', +12478=>'L', +12479=>'L', +12480=>'L', +12481=>'L', +12482=>'L', +12483=>'L', +12484=>'L', +12485=>'L', +12486=>'L', +12487=>'L', +12488=>'L', +12489=>'L', +12490=>'L', +12491=>'L', +12492=>'L', +12493=>'L', +12494=>'L', +12495=>'L', +12496=>'L', +12497=>'L', +12498=>'L', +12499=>'L', +12500=>'L', +12501=>'L', +12502=>'L', +12503=>'L', +12504=>'L', +12505=>'L', +12506=>'L', +12507=>'L', +12508=>'L', +12509=>'L', +12510=>'L', +12511=>'L', +12512=>'L', +12513=>'L', +12514=>'L', +12515=>'L', +12516=>'L', +12517=>'L', +12518=>'L', +12519=>'L', +12520=>'L', +12521=>'L', +12522=>'L', +12523=>'L', +12524=>'L', +12525=>'L', +12526=>'L', +12527=>'L', +12528=>'L', +12529=>'L', +12530=>'L', +12531=>'L', +12532=>'L', +12533=>'L', +12534=>'L', +12535=>'L', +12536=>'L', +12537=>'L', +12538=>'L', +12539=>'ON', +12540=>'L', +12541=>'L', +12542=>'L', +12543=>'L', +12549=>'L', +12550=>'L', +12551=>'L', +12552=>'L', +12553=>'L', +12554=>'L', +12555=>'L', +12556=>'L', +12557=>'L', +12558=>'L', +12559=>'L', +12560=>'L', +12561=>'L', +12562=>'L', +12563=>'L', +12564=>'L', +12565=>'L', +12566=>'L', +12567=>'L', +12568=>'L', +12569=>'L', +12570=>'L', +12571=>'L', +12572=>'L', +12573=>'L', +12574=>'L', +12575=>'L', +12576=>'L', +12577=>'L', +12578=>'L', +12579=>'L', +12580=>'L', +12581=>'L', +12582=>'L', +12583=>'L', +12584=>'L', +12585=>'L', +12586=>'L', +12587=>'L', +12588=>'L', +12593=>'L', +12594=>'L', +12595=>'L', +12596=>'L', +12597=>'L', +12598=>'L', +12599=>'L', +12600=>'L', +12601=>'L', +12602=>'L', +12603=>'L', +12604=>'L', +12605=>'L', +12606=>'L', +12607=>'L', +12608=>'L', +12609=>'L', +12610=>'L', +12611=>'L', +12612=>'L', +12613=>'L', +12614=>'L', +12615=>'L', +12616=>'L', +12617=>'L', +12618=>'L', +12619=>'L', +12620=>'L', +12621=>'L', +12622=>'L', +12623=>'L', +12624=>'L', +12625=>'L', +12626=>'L', +12627=>'L', +12628=>'L', +12629=>'L', +12630=>'L', +12631=>'L', +12632=>'L', +12633=>'L', +12634=>'L', +12635=>'L', +12636=>'L', +12637=>'L', +12638=>'L', +12639=>'L', +12640=>'L', +12641=>'L', +12642=>'L', +12643=>'L', +12644=>'L', +12645=>'L', +12646=>'L', +12647=>'L', +12648=>'L', +12649=>'L', +12650=>'L', +12651=>'L', +12652=>'L', +12653=>'L', +12654=>'L', +12655=>'L', +12656=>'L', +12657=>'L', +12658=>'L', +12659=>'L', +12660=>'L', +12661=>'L', +12662=>'L', +12663=>'L', +12664=>'L', +12665=>'L', +12666=>'L', +12667=>'L', +12668=>'L', +12669=>'L', +12670=>'L', +12671=>'L', +12672=>'L', +12673=>'L', +12674=>'L', +12675=>'L', +12676=>'L', +12677=>'L', +12678=>'L', +12679=>'L', +12680=>'L', +12681=>'L', +12682=>'L', +12683=>'L', +12684=>'L', +12685=>'L', +12686=>'L', +12688=>'L', +12689=>'L', +12690=>'L', +12691=>'L', +12692=>'L', +12693=>'L', +12694=>'L', +12695=>'L', +12696=>'L', +12697=>'L', +12698=>'L', +12699=>'L', +12700=>'L', +12701=>'L', +12702=>'L', +12703=>'L', +12704=>'L', +12705=>'L', +12706=>'L', +12707=>'L', +12708=>'L', +12709=>'L', +12710=>'L', +12711=>'L', +12712=>'L', +12713=>'L', +12714=>'L', +12715=>'L', +12716=>'L', +12717=>'L', +12718=>'L', +12719=>'L', +12720=>'L', +12721=>'L', +12722=>'L', +12723=>'L', +12724=>'L', +12725=>'L', +12726=>'L', +12727=>'L', +12736=>'ON', +12737=>'ON', +12738=>'ON', +12739=>'ON', +12740=>'ON', +12741=>'ON', +12742=>'ON', +12743=>'ON', +12744=>'ON', +12745=>'ON', +12746=>'ON', +12747=>'ON', +12748=>'ON', +12749=>'ON', +12750=>'ON', +12751=>'ON', +12784=>'L', +12785=>'L', +12786=>'L', +12787=>'L', +12788=>'L', +12789=>'L', +12790=>'L', +12791=>'L', +12792=>'L', +12793=>'L', +12794=>'L', +12795=>'L', +12796=>'L', +12797=>'L', +12798=>'L', +12799=>'L', +12800=>'L', +12801=>'L', +12802=>'L', +12803=>'L', +12804=>'L', +12805=>'L', +12806=>'L', +12807=>'L', +12808=>'L', +12809=>'L', +12810=>'L', +12811=>'L', +12812=>'L', +12813=>'L', +12814=>'L', +12815=>'L', +12816=>'L', +12817=>'L', +12818=>'L', +12819=>'L', +12820=>'L', +12821=>'L', +12822=>'L', +12823=>'L', +12824=>'L', +12825=>'L', +12826=>'L', +12827=>'L', +12828=>'L', +12829=>'ON', +12830=>'ON', +12832=>'L', +12833=>'L', +12834=>'L', +12835=>'L', +12836=>'L', +12837=>'L', +12838=>'L', +12839=>'L', +12840=>'L', +12841=>'L', +12842=>'L', +12843=>'L', +12844=>'L', +12845=>'L', +12846=>'L', +12847=>'L', +12848=>'L', +12849=>'L', +12850=>'L', +12851=>'L', +12852=>'L', +12853=>'L', +12854=>'L', +12855=>'L', +12856=>'L', +12857=>'L', +12858=>'L', +12859=>'L', +12860=>'L', +12861=>'L', +12862=>'L', +12863=>'L', +12864=>'L', +12865=>'L', +12866=>'L', +12867=>'L', +12880=>'ON', +12881=>'ON', +12882=>'ON', +12883=>'ON', +12884=>'ON', +12885=>'ON', +12886=>'ON', +12887=>'ON', +12888=>'ON', +12889=>'ON', +12890=>'ON', +12891=>'ON', +12892=>'ON', +12893=>'ON', +12894=>'ON', +12895=>'ON', +12896=>'L', +12897=>'L', +12898=>'L', +12899=>'L', +12900=>'L', +12901=>'L', +12902=>'L', +12903=>'L', +12904=>'L', +12905=>'L', +12906=>'L', +12907=>'L', +12908=>'L', +12909=>'L', +12910=>'L', +12911=>'L', +12912=>'L', +12913=>'L', +12914=>'L', +12915=>'L', +12916=>'L', +12917=>'L', +12918=>'L', +12919=>'L', +12920=>'L', +12921=>'L', +12922=>'L', +12923=>'L', +12924=>'ON', +12925=>'ON', +12926=>'ON', +12927=>'L', +12928=>'L', +12929=>'L', +12930=>'L', +12931=>'L', +12932=>'L', +12933=>'L', +12934=>'L', +12935=>'L', +12936=>'L', +12937=>'L', +12938=>'L', +12939=>'L', +12940=>'L', +12941=>'L', +12942=>'L', +12943=>'L', +12944=>'L', +12945=>'L', +12946=>'L', +12947=>'L', +12948=>'L', +12949=>'L', +12950=>'L', +12951=>'L', +12952=>'L', +12953=>'L', +12954=>'L', +12955=>'L', +12956=>'L', +12957=>'L', +12958=>'L', +12959=>'L', +12960=>'L', +12961=>'L', +12962=>'L', +12963=>'L', +12964=>'L', +12965=>'L', +12966=>'L', +12967=>'L', +12968=>'L', +12969=>'L', +12970=>'L', +12971=>'L', +12972=>'L', +12973=>'L', +12974=>'L', +12975=>'L', +12976=>'L', +12977=>'ON', +12978=>'ON', +12979=>'ON', +12980=>'ON', +12981=>'ON', +12982=>'ON', +12983=>'ON', +12984=>'ON', +12985=>'ON', +12986=>'ON', +12987=>'ON', +12988=>'ON', +12989=>'ON', +12990=>'ON', +12991=>'ON', +12992=>'L', +12993=>'L', +12994=>'L', +12995=>'L', +12996=>'L', +12997=>'L', +12998=>'L', +12999=>'L', +13000=>'L', +13001=>'L', +13002=>'L', +13003=>'L', +13004=>'ON', +13005=>'ON', +13006=>'ON', +13007=>'ON', +13008=>'L', +13009=>'L', +13010=>'L', +13011=>'L', +13012=>'L', +13013=>'L', +13014=>'L', +13015=>'L', +13016=>'L', +13017=>'L', +13018=>'L', +13019=>'L', +13020=>'L', +13021=>'L', +13022=>'L', +13023=>'L', +13024=>'L', +13025=>'L', +13026=>'L', +13027=>'L', +13028=>'L', +13029=>'L', +13030=>'L', +13031=>'L', +13032=>'L', +13033=>'L', +13034=>'L', +13035=>'L', +13036=>'L', +13037=>'L', +13038=>'L', +13039=>'L', +13040=>'L', +13041=>'L', +13042=>'L', +13043=>'L', +13044=>'L', +13045=>'L', +13046=>'L', +13047=>'L', +13048=>'L', +13049=>'L', +13050=>'L', +13051=>'L', +13052=>'L', +13053=>'L', +13054=>'L', +13056=>'L', +13057=>'L', +13058=>'L', +13059=>'L', +13060=>'L', +13061=>'L', +13062=>'L', +13063=>'L', +13064=>'L', +13065=>'L', +13066=>'L', +13067=>'L', +13068=>'L', +13069=>'L', +13070=>'L', +13071=>'L', +13072=>'L', +13073=>'L', +13074=>'L', +13075=>'L', +13076=>'L', +13077=>'L', +13078=>'L', +13079=>'L', +13080=>'L', +13081=>'L', +13082=>'L', +13083=>'L', +13084=>'L', +13085=>'L', +13086=>'L', +13087=>'L', +13088=>'L', +13089=>'L', +13090=>'L', +13091=>'L', +13092=>'L', +13093=>'L', +13094=>'L', +13095=>'L', +13096=>'L', +13097=>'L', +13098=>'L', +13099=>'L', +13100=>'L', +13101=>'L', +13102=>'L', +13103=>'L', +13104=>'L', +13105=>'L', +13106=>'L', +13107=>'L', +13108=>'L', +13109=>'L', +13110=>'L', +13111=>'L', +13112=>'L', +13113=>'L', +13114=>'L', +13115=>'L', +13116=>'L', +13117=>'L', +13118=>'L', +13119=>'L', +13120=>'L', +13121=>'L', +13122=>'L', +13123=>'L', +13124=>'L', +13125=>'L', +13126=>'L', +13127=>'L', +13128=>'L', +13129=>'L', +13130=>'L', +13131=>'L', +13132=>'L', +13133=>'L', +13134=>'L', +13135=>'L', +13136=>'L', +13137=>'L', +13138=>'L', +13139=>'L', +13140=>'L', +13141=>'L', +13142=>'L', +13143=>'L', +13144=>'L', +13145=>'L', +13146=>'L', +13147=>'L', +13148=>'L', +13149=>'L', +13150=>'L', +13151=>'L', +13152=>'L', +13153=>'L', +13154=>'L', +13155=>'L', +13156=>'L', +13157=>'L', +13158=>'L', +13159=>'L', +13160=>'L', +13161=>'L', +13162=>'L', +13163=>'L', +13164=>'L', +13165=>'L', +13166=>'L', +13167=>'L', +13168=>'L', +13169=>'L', +13170=>'L', +13171=>'L', +13172=>'L', +13173=>'L', +13174=>'L', +13175=>'ON', +13176=>'ON', +13177=>'ON', +13178=>'ON', +13179=>'L', +13180=>'L', +13181=>'L', +13182=>'L', +13183=>'L', +13184=>'L', +13185=>'L', +13186=>'L', +13187=>'L', +13188=>'L', +13189=>'L', +13190=>'L', +13191=>'L', +13192=>'L', +13193=>'L', +13194=>'L', +13195=>'L', +13196=>'L', +13197=>'L', +13198=>'L', +13199=>'L', +13200=>'L', +13201=>'L', +13202=>'L', +13203=>'L', +13204=>'L', +13205=>'L', +13206=>'L', +13207=>'L', +13208=>'L', +13209=>'L', +13210=>'L', +13211=>'L', +13212=>'L', +13213=>'L', +13214=>'L', +13215=>'L', +13216=>'L', +13217=>'L', +13218=>'L', +13219=>'L', +13220=>'L', +13221=>'L', +13222=>'L', +13223=>'L', +13224=>'L', +13225=>'L', +13226=>'L', +13227=>'L', +13228=>'L', +13229=>'L', +13230=>'L', +13231=>'L', +13232=>'L', +13233=>'L', +13234=>'L', +13235=>'L', +13236=>'L', +13237=>'L', +13238=>'L', +13239=>'L', +13240=>'L', +13241=>'L', +13242=>'L', +13243=>'L', +13244=>'L', +13245=>'L', +13246=>'L', +13247=>'L', +13248=>'L', +13249=>'L', +13250=>'L', +13251=>'L', +13252=>'L', +13253=>'L', +13254=>'L', +13255=>'L', +13256=>'L', +13257=>'L', +13258=>'L', +13259=>'L', +13260=>'L', +13261=>'L', +13262=>'L', +13263=>'L', +13264=>'L', +13265=>'L', +13266=>'L', +13267=>'L', +13268=>'L', +13269=>'L', +13270=>'L', +13271=>'L', +13272=>'L', +13273=>'L', +13274=>'L', +13275=>'L', +13276=>'L', +13277=>'L', +13278=>'ON', +13279=>'ON', +13280=>'L', +13281=>'L', +13282=>'L', +13283=>'L', +13284=>'L', +13285=>'L', +13286=>'L', +13287=>'L', +13288=>'L', +13289=>'L', +13290=>'L', +13291=>'L', +13292=>'L', +13293=>'L', +13294=>'L', +13295=>'L', +13296=>'L', +13297=>'L', +13298=>'L', +13299=>'L', +13300=>'L', +13301=>'L', +13302=>'L', +13303=>'L', +13304=>'L', +13305=>'L', +13306=>'L', +13307=>'L', +13308=>'L', +13309=>'L', +13310=>'L', +13311=>'ON', +13312=>'L', +19893=>'L', +19904=>'ON', +19905=>'ON', +19906=>'ON', +19907=>'ON', +19908=>'ON', +19909=>'ON', +19910=>'ON', +19911=>'ON', +19912=>'ON', +19913=>'ON', +19914=>'ON', +19915=>'ON', +19916=>'ON', +19917=>'ON', +19918=>'ON', +19919=>'ON', +19920=>'ON', +19921=>'ON', +19922=>'ON', +19923=>'ON', +19924=>'ON', +19925=>'ON', +19926=>'ON', +19927=>'ON', +19928=>'ON', +19929=>'ON', +19930=>'ON', +19931=>'ON', +19932=>'ON', +19933=>'ON', +19934=>'ON', +19935=>'ON', +19936=>'ON', +19937=>'ON', +19938=>'ON', +19939=>'ON', +19940=>'ON', +19941=>'ON', +19942=>'ON', +19943=>'ON', +19944=>'ON', +19945=>'ON', +19946=>'ON', +19947=>'ON', +19948=>'ON', +19949=>'ON', +19950=>'ON', +19951=>'ON', +19952=>'ON', +19953=>'ON', +19954=>'ON', +19955=>'ON', +19956=>'ON', +19957=>'ON', +19958=>'ON', +19959=>'ON', +19960=>'ON', +19961=>'ON', +19962=>'ON', +19963=>'ON', +19964=>'ON', +19965=>'ON', +19966=>'ON', +19967=>'ON', +19968=>'L', +40891=>'L', +40960=>'L', +40961=>'L', +40962=>'L', +40963=>'L', +40964=>'L', +40965=>'L', +40966=>'L', +40967=>'L', +40968=>'L', +40969=>'L', +40970=>'L', +40971=>'L', +40972=>'L', +40973=>'L', +40974=>'L', +40975=>'L', +40976=>'L', +40977=>'L', +40978=>'L', +40979=>'L', +40980=>'L', +40981=>'L', +40982=>'L', +40983=>'L', +40984=>'L', +40985=>'L', +40986=>'L', +40987=>'L', +40988=>'L', +40989=>'L', +40990=>'L', +40991=>'L', +40992=>'L', +40993=>'L', +40994=>'L', +40995=>'L', +40996=>'L', +40997=>'L', +40998=>'L', +40999=>'L', +41000=>'L', +41001=>'L', +41002=>'L', +41003=>'L', +41004=>'L', +41005=>'L', +41006=>'L', +41007=>'L', +41008=>'L', +41009=>'L', +41010=>'L', +41011=>'L', +41012=>'L', +41013=>'L', +41014=>'L', +41015=>'L', +41016=>'L', +41017=>'L', +41018=>'L', +41019=>'L', +41020=>'L', +41021=>'L', +41022=>'L', +41023=>'L', +41024=>'L', +41025=>'L', +41026=>'L', +41027=>'L', +41028=>'L', +41029=>'L', +41030=>'L', +41031=>'L', +41032=>'L', +41033=>'L', +41034=>'L', +41035=>'L', +41036=>'L', +41037=>'L', +41038=>'L', +41039=>'L', +41040=>'L', +41041=>'L', +41042=>'L', +41043=>'L', +41044=>'L', +41045=>'L', +41046=>'L', +41047=>'L', +41048=>'L', +41049=>'L', +41050=>'L', +41051=>'L', +41052=>'L', +41053=>'L', +41054=>'L', +41055=>'L', +41056=>'L', +41057=>'L', +41058=>'L', +41059=>'L', +41060=>'L', +41061=>'L', +41062=>'L', +41063=>'L', +41064=>'L', +41065=>'L', +41066=>'L', +41067=>'L', +41068=>'L', +41069=>'L', +41070=>'L', +41071=>'L', +41072=>'L', +41073=>'L', +41074=>'L', +41075=>'L', +41076=>'L', +41077=>'L', +41078=>'L', +41079=>'L', +41080=>'L', +41081=>'L', +41082=>'L', +41083=>'L', +41084=>'L', +41085=>'L', +41086=>'L', +41087=>'L', +41088=>'L', +41089=>'L', +41090=>'L', +41091=>'L', +41092=>'L', +41093=>'L', +41094=>'L', +41095=>'L', +41096=>'L', +41097=>'L', +41098=>'L', +41099=>'L', +41100=>'L', +41101=>'L', +41102=>'L', +41103=>'L', +41104=>'L', +41105=>'L', +41106=>'L', +41107=>'L', +41108=>'L', +41109=>'L', +41110=>'L', +41111=>'L', +41112=>'L', +41113=>'L', +41114=>'L', +41115=>'L', +41116=>'L', +41117=>'L', +41118=>'L', +41119=>'L', +41120=>'L', +41121=>'L', +41122=>'L', +41123=>'L', +41124=>'L', +41125=>'L', +41126=>'L', +41127=>'L', +41128=>'L', +41129=>'L', +41130=>'L', +41131=>'L', +41132=>'L', +41133=>'L', +41134=>'L', +41135=>'L', +41136=>'L', +41137=>'L', +41138=>'L', +41139=>'L', +41140=>'L', +41141=>'L', +41142=>'L', +41143=>'L', +41144=>'L', +41145=>'L', +41146=>'L', +41147=>'L', +41148=>'L', +41149=>'L', +41150=>'L', +41151=>'L', +41152=>'L', +41153=>'L', +41154=>'L', +41155=>'L', +41156=>'L', +41157=>'L', +41158=>'L', +41159=>'L', +41160=>'L', +41161=>'L', +41162=>'L', +41163=>'L', +41164=>'L', +41165=>'L', +41166=>'L', +41167=>'L', +41168=>'L', +41169=>'L', +41170=>'L', +41171=>'L', +41172=>'L', +41173=>'L', +41174=>'L', +41175=>'L', +41176=>'L', +41177=>'L', +41178=>'L', +41179=>'L', +41180=>'L', +41181=>'L', +41182=>'L', +41183=>'L', +41184=>'L', +41185=>'L', +41186=>'L', +41187=>'L', +41188=>'L', +41189=>'L', +41190=>'L', +41191=>'L', +41192=>'L', +41193=>'L', +41194=>'L', +41195=>'L', +41196=>'L', +41197=>'L', +41198=>'L', +41199=>'L', +41200=>'L', +41201=>'L', +41202=>'L', +41203=>'L', +41204=>'L', +41205=>'L', +41206=>'L', +41207=>'L', +41208=>'L', +41209=>'L', +41210=>'L', +41211=>'L', +41212=>'L', +41213=>'L', +41214=>'L', +41215=>'L', +41216=>'L', +41217=>'L', +41218=>'L', +41219=>'L', +41220=>'L', +41221=>'L', +41222=>'L', +41223=>'L', +41224=>'L', +41225=>'L', +41226=>'L', +41227=>'L', +41228=>'L', +41229=>'L', +41230=>'L', +41231=>'L', +41232=>'L', +41233=>'L', +41234=>'L', +41235=>'L', +41236=>'L', +41237=>'L', +41238=>'L', +41239=>'L', +41240=>'L', +41241=>'L', +41242=>'L', +41243=>'L', +41244=>'L', +41245=>'L', +41246=>'L', +41247=>'L', +41248=>'L', +41249=>'L', +41250=>'L', +41251=>'L', +41252=>'L', +41253=>'L', +41254=>'L', +41255=>'L', +41256=>'L', +41257=>'L', +41258=>'L', +41259=>'L', +41260=>'L', +41261=>'L', +41262=>'L', +41263=>'L', +41264=>'L', +41265=>'L', +41266=>'L', +41267=>'L', +41268=>'L', +41269=>'L', +41270=>'L', +41271=>'L', +41272=>'L', +41273=>'L', +41274=>'L', +41275=>'L', +41276=>'L', +41277=>'L', +41278=>'L', +41279=>'L', +41280=>'L', +41281=>'L', +41282=>'L', +41283=>'L', +41284=>'L', +41285=>'L', +41286=>'L', +41287=>'L', +41288=>'L', +41289=>'L', +41290=>'L', +41291=>'L', +41292=>'L', +41293=>'L', +41294=>'L', +41295=>'L', +41296=>'L', +41297=>'L', +41298=>'L', +41299=>'L', +41300=>'L', +41301=>'L', +41302=>'L', +41303=>'L', +41304=>'L', +41305=>'L', +41306=>'L', +41307=>'L', +41308=>'L', +41309=>'L', +41310=>'L', +41311=>'L', +41312=>'L', +41313=>'L', +41314=>'L', +41315=>'L', +41316=>'L', +41317=>'L', +41318=>'L', +41319=>'L', +41320=>'L', +41321=>'L', +41322=>'L', +41323=>'L', +41324=>'L', +41325=>'L', +41326=>'L', +41327=>'L', +41328=>'L', +41329=>'L', +41330=>'L', +41331=>'L', +41332=>'L', +41333=>'L', +41334=>'L', +41335=>'L', +41336=>'L', +41337=>'L', +41338=>'L', +41339=>'L', +41340=>'L', +41341=>'L', +41342=>'L', +41343=>'L', +41344=>'L', +41345=>'L', +41346=>'L', +41347=>'L', +41348=>'L', +41349=>'L', +41350=>'L', +41351=>'L', +41352=>'L', +41353=>'L', +41354=>'L', +41355=>'L', +41356=>'L', +41357=>'L', +41358=>'L', +41359=>'L', +41360=>'L', +41361=>'L', +41362=>'L', +41363=>'L', +41364=>'L', +41365=>'L', +41366=>'L', +41367=>'L', +41368=>'L', +41369=>'L', +41370=>'L', +41371=>'L', +41372=>'L', +41373=>'L', +41374=>'L', +41375=>'L', +41376=>'L', +41377=>'L', +41378=>'L', +41379=>'L', +41380=>'L', +41381=>'L', +41382=>'L', +41383=>'L', +41384=>'L', +41385=>'L', +41386=>'L', +41387=>'L', +41388=>'L', +41389=>'L', +41390=>'L', +41391=>'L', +41392=>'L', +41393=>'L', +41394=>'L', +41395=>'L', +41396=>'L', +41397=>'L', +41398=>'L', +41399=>'L', +41400=>'L', +41401=>'L', +41402=>'L', +41403=>'L', +41404=>'L', +41405=>'L', +41406=>'L', +41407=>'L', +41408=>'L', +41409=>'L', +41410=>'L', +41411=>'L', +41412=>'L', +41413=>'L', +41414=>'L', +41415=>'L', +41416=>'L', +41417=>'L', +41418=>'L', +41419=>'L', +41420=>'L', +41421=>'L', +41422=>'L', +41423=>'L', +41424=>'L', +41425=>'L', +41426=>'L', +41427=>'L', +41428=>'L', +41429=>'L', +41430=>'L', +41431=>'L', +41432=>'L', +41433=>'L', +41434=>'L', +41435=>'L', +41436=>'L', +41437=>'L', +41438=>'L', +41439=>'L', +41440=>'L', +41441=>'L', +41442=>'L', +41443=>'L', +41444=>'L', +41445=>'L', +41446=>'L', +41447=>'L', +41448=>'L', +41449=>'L', +41450=>'L', +41451=>'L', +41452=>'L', +41453=>'L', +41454=>'L', +41455=>'L', +41456=>'L', +41457=>'L', +41458=>'L', +41459=>'L', +41460=>'L', +41461=>'L', +41462=>'L', +41463=>'L', +41464=>'L', +41465=>'L', +41466=>'L', +41467=>'L', +41468=>'L', +41469=>'L', +41470=>'L', +41471=>'L', +41472=>'L', +41473=>'L', +41474=>'L', +41475=>'L', +41476=>'L', +41477=>'L', +41478=>'L', +41479=>'L', +41480=>'L', +41481=>'L', +41482=>'L', +41483=>'L', +41484=>'L', +41485=>'L', +41486=>'L', +41487=>'L', +41488=>'L', +41489=>'L', +41490=>'L', +41491=>'L', +41492=>'L', +41493=>'L', +41494=>'L', +41495=>'L', +41496=>'L', +41497=>'L', +41498=>'L', +41499=>'L', +41500=>'L', +41501=>'L', +41502=>'L', +41503=>'L', +41504=>'L', +41505=>'L', +41506=>'L', +41507=>'L', +41508=>'L', +41509=>'L', +41510=>'L', +41511=>'L', +41512=>'L', +41513=>'L', +41514=>'L', +41515=>'L', +41516=>'L', +41517=>'L', +41518=>'L', +41519=>'L', +41520=>'L', +41521=>'L', +41522=>'L', +41523=>'L', +41524=>'L', +41525=>'L', +41526=>'L', +41527=>'L', +41528=>'L', +41529=>'L', +41530=>'L', +41531=>'L', +41532=>'L', +41533=>'L', +41534=>'L', +41535=>'L', +41536=>'L', +41537=>'L', +41538=>'L', +41539=>'L', +41540=>'L', +41541=>'L', +41542=>'L', +41543=>'L', +41544=>'L', +41545=>'L', +41546=>'L', +41547=>'L', +41548=>'L', +41549=>'L', +41550=>'L', +41551=>'L', +41552=>'L', +41553=>'L', +41554=>'L', +41555=>'L', +41556=>'L', +41557=>'L', +41558=>'L', +41559=>'L', +41560=>'L', +41561=>'L', +41562=>'L', +41563=>'L', +41564=>'L', +41565=>'L', +41566=>'L', +41567=>'L', +41568=>'L', +41569=>'L', +41570=>'L', +41571=>'L', +41572=>'L', +41573=>'L', +41574=>'L', +41575=>'L', +41576=>'L', +41577=>'L', +41578=>'L', +41579=>'L', +41580=>'L', +41581=>'L', +41582=>'L', +41583=>'L', +41584=>'L', +41585=>'L', +41586=>'L', +41587=>'L', +41588=>'L', +41589=>'L', +41590=>'L', +41591=>'L', +41592=>'L', +41593=>'L', +41594=>'L', +41595=>'L', +41596=>'L', +41597=>'L', +41598=>'L', +41599=>'L', +41600=>'L', +41601=>'L', +41602=>'L', +41603=>'L', +41604=>'L', +41605=>'L', +41606=>'L', +41607=>'L', +41608=>'L', +41609=>'L', +41610=>'L', +41611=>'L', +41612=>'L', +41613=>'L', +41614=>'L', +41615=>'L', +41616=>'L', +41617=>'L', +41618=>'L', +41619=>'L', +41620=>'L', +41621=>'L', +41622=>'L', +41623=>'L', +41624=>'L', +41625=>'L', +41626=>'L', +41627=>'L', +41628=>'L', +41629=>'L', +41630=>'L', +41631=>'L', +41632=>'L', +41633=>'L', +41634=>'L', +41635=>'L', +41636=>'L', +41637=>'L', +41638=>'L', +41639=>'L', +41640=>'L', +41641=>'L', +41642=>'L', +41643=>'L', +41644=>'L', +41645=>'L', +41646=>'L', +41647=>'L', +41648=>'L', +41649=>'L', +41650=>'L', +41651=>'L', +41652=>'L', +41653=>'L', +41654=>'L', +41655=>'L', +41656=>'L', +41657=>'L', +41658=>'L', +41659=>'L', +41660=>'L', +41661=>'L', +41662=>'L', +41663=>'L', +41664=>'L', +41665=>'L', +41666=>'L', +41667=>'L', +41668=>'L', +41669=>'L', +41670=>'L', +41671=>'L', +41672=>'L', +41673=>'L', +41674=>'L', +41675=>'L', +41676=>'L', +41677=>'L', +41678=>'L', +41679=>'L', +41680=>'L', +41681=>'L', +41682=>'L', +41683=>'L', +41684=>'L', +41685=>'L', +41686=>'L', +41687=>'L', +41688=>'L', +41689=>'L', +41690=>'L', +41691=>'L', +41692=>'L', +41693=>'L', +41694=>'L', +41695=>'L', +41696=>'L', +41697=>'L', +41698=>'L', +41699=>'L', +41700=>'L', +41701=>'L', +41702=>'L', +41703=>'L', +41704=>'L', +41705=>'L', +41706=>'L', +41707=>'L', +41708=>'L', +41709=>'L', +41710=>'L', +41711=>'L', +41712=>'L', +41713=>'L', +41714=>'L', +41715=>'L', +41716=>'L', +41717=>'L', +41718=>'L', +41719=>'L', +41720=>'L', +41721=>'L', +41722=>'L', +41723=>'L', +41724=>'L', +41725=>'L', +41726=>'L', +41727=>'L', +41728=>'L', +41729=>'L', +41730=>'L', +41731=>'L', +41732=>'L', +41733=>'L', +41734=>'L', +41735=>'L', +41736=>'L', +41737=>'L', +41738=>'L', +41739=>'L', +41740=>'L', +41741=>'L', +41742=>'L', +41743=>'L', +41744=>'L', +41745=>'L', +41746=>'L', +41747=>'L', +41748=>'L', +41749=>'L', +41750=>'L', +41751=>'L', +41752=>'L', +41753=>'L', +41754=>'L', +41755=>'L', +41756=>'L', +41757=>'L', +41758=>'L', +41759=>'L', +41760=>'L', +41761=>'L', +41762=>'L', +41763=>'L', +41764=>'L', +41765=>'L', +41766=>'L', +41767=>'L', +41768=>'L', +41769=>'L', +41770=>'L', +41771=>'L', +41772=>'L', +41773=>'L', +41774=>'L', +41775=>'L', +41776=>'L', +41777=>'L', +41778=>'L', +41779=>'L', +41780=>'L', +41781=>'L', +41782=>'L', +41783=>'L', +41784=>'L', +41785=>'L', +41786=>'L', +41787=>'L', +41788=>'L', +41789=>'L', +41790=>'L', +41791=>'L', +41792=>'L', +41793=>'L', +41794=>'L', +41795=>'L', +41796=>'L', +41797=>'L', +41798=>'L', +41799=>'L', +41800=>'L', +41801=>'L', +41802=>'L', +41803=>'L', +41804=>'L', +41805=>'L', +41806=>'L', +41807=>'L', +41808=>'L', +41809=>'L', +41810=>'L', +41811=>'L', +41812=>'L', +41813=>'L', +41814=>'L', +41815=>'L', +41816=>'L', +41817=>'L', +41818=>'L', +41819=>'L', +41820=>'L', +41821=>'L', +41822=>'L', +41823=>'L', +41824=>'L', +41825=>'L', +41826=>'L', +41827=>'L', +41828=>'L', +41829=>'L', +41830=>'L', +41831=>'L', +41832=>'L', +41833=>'L', +41834=>'L', +41835=>'L', +41836=>'L', +41837=>'L', +41838=>'L', +41839=>'L', +41840=>'L', +41841=>'L', +41842=>'L', +41843=>'L', +41844=>'L', +41845=>'L', +41846=>'L', +41847=>'L', +41848=>'L', +41849=>'L', +41850=>'L', +41851=>'L', +41852=>'L', +41853=>'L', +41854=>'L', +41855=>'L', +41856=>'L', +41857=>'L', +41858=>'L', +41859=>'L', +41860=>'L', +41861=>'L', +41862=>'L', +41863=>'L', +41864=>'L', +41865=>'L', +41866=>'L', +41867=>'L', +41868=>'L', +41869=>'L', +41870=>'L', +41871=>'L', +41872=>'L', +41873=>'L', +41874=>'L', +41875=>'L', +41876=>'L', +41877=>'L', +41878=>'L', +41879=>'L', +41880=>'L', +41881=>'L', +41882=>'L', +41883=>'L', +41884=>'L', +41885=>'L', +41886=>'L', +41887=>'L', +41888=>'L', +41889=>'L', +41890=>'L', +41891=>'L', +41892=>'L', +41893=>'L', +41894=>'L', +41895=>'L', +41896=>'L', +41897=>'L', +41898=>'L', +41899=>'L', +41900=>'L', +41901=>'L', +41902=>'L', +41903=>'L', +41904=>'L', +41905=>'L', +41906=>'L', +41907=>'L', +41908=>'L', +41909=>'L', +41910=>'L', +41911=>'L', +41912=>'L', +41913=>'L', +41914=>'L', +41915=>'L', +41916=>'L', +41917=>'L', +41918=>'L', +41919=>'L', +41920=>'L', +41921=>'L', +41922=>'L', +41923=>'L', +41924=>'L', +41925=>'L', +41926=>'L', +41927=>'L', +41928=>'L', +41929=>'L', +41930=>'L', +41931=>'L', +41932=>'L', +41933=>'L', +41934=>'L', +41935=>'L', +41936=>'L', +41937=>'L', +41938=>'L', +41939=>'L', +41940=>'L', +41941=>'L', +41942=>'L', +41943=>'L', +41944=>'L', +41945=>'L', +41946=>'L', +41947=>'L', +41948=>'L', +41949=>'L', +41950=>'L', +41951=>'L', +41952=>'L', +41953=>'L', +41954=>'L', +41955=>'L', +41956=>'L', +41957=>'L', +41958=>'L', +41959=>'L', +41960=>'L', +41961=>'L', +41962=>'L', +41963=>'L', +41964=>'L', +41965=>'L', +41966=>'L', +41967=>'L', +41968=>'L', +41969=>'L', +41970=>'L', +41971=>'L', +41972=>'L', +41973=>'L', +41974=>'L', +41975=>'L', +41976=>'L', +41977=>'L', +41978=>'L', +41979=>'L', +41980=>'L', +41981=>'L', +41982=>'L', +41983=>'L', +41984=>'L', +41985=>'L', +41986=>'L', +41987=>'L', +41988=>'L', +41989=>'L', +41990=>'L', +41991=>'L', +41992=>'L', +41993=>'L', +41994=>'L', +41995=>'L', +41996=>'L', +41997=>'L', +41998=>'L', +41999=>'L', +42000=>'L', +42001=>'L', +42002=>'L', +42003=>'L', +42004=>'L', +42005=>'L', +42006=>'L', +42007=>'L', +42008=>'L', +42009=>'L', +42010=>'L', +42011=>'L', +42012=>'L', +42013=>'L', +42014=>'L', +42015=>'L', +42016=>'L', +42017=>'L', +42018=>'L', +42019=>'L', +42020=>'L', +42021=>'L', +42022=>'L', +42023=>'L', +42024=>'L', +42025=>'L', +42026=>'L', +42027=>'L', +42028=>'L', +42029=>'L', +42030=>'L', +42031=>'L', +42032=>'L', +42033=>'L', +42034=>'L', +42035=>'L', +42036=>'L', +42037=>'L', +42038=>'L', +42039=>'L', +42040=>'L', +42041=>'L', +42042=>'L', +42043=>'L', +42044=>'L', +42045=>'L', +42046=>'L', +42047=>'L', +42048=>'L', +42049=>'L', +42050=>'L', +42051=>'L', +42052=>'L', +42053=>'L', +42054=>'L', +42055=>'L', +42056=>'L', +42057=>'L', +42058=>'L', +42059=>'L', +42060=>'L', +42061=>'L', +42062=>'L', +42063=>'L', +42064=>'L', +42065=>'L', +42066=>'L', +42067=>'L', +42068=>'L', +42069=>'L', +42070=>'L', +42071=>'L', +42072=>'L', +42073=>'L', +42074=>'L', +42075=>'L', +42076=>'L', +42077=>'L', +42078=>'L', +42079=>'L', +42080=>'L', +42081=>'L', +42082=>'L', +42083=>'L', +42084=>'L', +42085=>'L', +42086=>'L', +42087=>'L', +42088=>'L', +42089=>'L', +42090=>'L', +42091=>'L', +42092=>'L', +42093=>'L', +42094=>'L', +42095=>'L', +42096=>'L', +42097=>'L', +42098=>'L', +42099=>'L', +42100=>'L', +42101=>'L', +42102=>'L', +42103=>'L', +42104=>'L', +42105=>'L', +42106=>'L', +42107=>'L', +42108=>'L', +42109=>'L', +42110=>'L', +42111=>'L', +42112=>'L', +42113=>'L', +42114=>'L', +42115=>'L', +42116=>'L', +42117=>'L', +42118=>'L', +42119=>'L', +42120=>'L', +42121=>'L', +42122=>'L', +42123=>'L', +42124=>'L', +42128=>'ON', +42129=>'ON', +42130=>'ON', +42131=>'ON', +42132=>'ON', +42133=>'ON', +42134=>'ON', +42135=>'ON', +42136=>'ON', +42137=>'ON', +42138=>'ON', +42139=>'ON', +42140=>'ON', +42141=>'ON', +42142=>'ON', +42143=>'ON', +42144=>'ON', +42145=>'ON', +42146=>'ON', +42147=>'ON', +42148=>'ON', +42149=>'ON', +42150=>'ON', +42151=>'ON', +42152=>'ON', +42153=>'ON', +42154=>'ON', +42155=>'ON', +42156=>'ON', +42157=>'ON', +42158=>'ON', +42159=>'ON', +42160=>'ON', +42161=>'ON', +42162=>'ON', +42163=>'ON', +42164=>'ON', +42165=>'ON', +42166=>'ON', +42167=>'ON', +42168=>'ON', +42169=>'ON', +42170=>'ON', +42171=>'ON', +42172=>'ON', +42173=>'ON', +42174=>'ON', +42175=>'ON', +42176=>'ON', +42177=>'ON', +42178=>'ON', +42179=>'ON', +42180=>'ON', +42181=>'ON', +42182=>'ON', +42752=>'ON', +42753=>'ON', +42754=>'ON', +42755=>'ON', +42756=>'ON', +42757=>'ON', +42758=>'ON', +42759=>'ON', +42760=>'ON', +42761=>'ON', +42762=>'ON', +42763=>'ON', +42764=>'ON', +42765=>'ON', +42766=>'ON', +42767=>'ON', +42768=>'ON', +42769=>'ON', +42770=>'ON', +42771=>'ON', +42772=>'ON', +42773=>'ON', +42774=>'ON', +42775=>'ON', +42776=>'ON', +42777=>'ON', +42778=>'ON', +42784=>'ON', +42785=>'ON', +43008=>'L', +43009=>'L', +43010=>'NSM', +43011=>'L', +43012=>'L', +43013=>'L', +43014=>'NSM', +43015=>'L', +43016=>'L', +43017=>'L', +43018=>'L', +43019=>'NSM', +43020=>'L', +43021=>'L', +43022=>'L', +43023=>'L', +43024=>'L', +43025=>'L', +43026=>'L', +43027=>'L', +43028=>'L', +43029=>'L', +43030=>'L', +43031=>'L', +43032=>'L', +43033=>'L', +43034=>'L', +43035=>'L', +43036=>'L', +43037=>'L', +43038=>'L', +43039=>'L', +43040=>'L', +43041=>'L', +43042=>'L', +43043=>'L', +43044=>'L', +43045=>'NSM', +43046=>'NSM', +43047=>'L', +43048=>'ON', +43049=>'ON', +43050=>'ON', +43051=>'ON', +43072=>'L', +43073=>'L', +43074=>'L', +43075=>'L', +43076=>'L', +43077=>'L', +43078=>'L', +43079=>'L', +43080=>'L', +43081=>'L', +43082=>'L', +43083=>'L', +43084=>'L', +43085=>'L', +43086=>'L', +43087=>'L', +43088=>'L', +43089=>'L', +43090=>'L', +43091=>'L', +43092=>'L', +43093=>'L', +43094=>'L', +43095=>'L', +43096=>'L', +43097=>'L', +43098=>'L', +43099=>'L', +43100=>'L', +43101=>'L', +43102=>'L', +43103=>'L', +43104=>'L', +43105=>'L', +43106=>'L', +43107=>'L', +43108=>'L', +43109=>'L', +43110=>'L', +43111=>'L', +43112=>'L', +43113=>'L', +43114=>'L', +43115=>'L', +43116=>'L', +43117=>'L', +43118=>'L', +43119=>'L', +43120=>'L', +43121=>'L', +43122=>'L', +43123=>'L', +43124=>'ON', +43125=>'ON', +43126=>'ON', +43127=>'ON', +44032=>'L', +55203=>'L', +55296=>'L', +56191=>'L', +56192=>'L', +56319=>'L', +56320=>'L', +57343=>'L', +57344=>'L', +63743=>'L', +63744=>'L', +63745=>'L', +63746=>'L', +63747=>'L', +63748=>'L', +63749=>'L', +63750=>'L', +63751=>'L', +63752=>'L', +63753=>'L', +63754=>'L', +63755=>'L', +63756=>'L', +63757=>'L', +63758=>'L', +63759=>'L', +63760=>'L', +63761=>'L', +63762=>'L', +63763=>'L', +63764=>'L', +63765=>'L', +63766=>'L', +63767=>'L', +63768=>'L', +63769=>'L', +63770=>'L', +63771=>'L', +63772=>'L', +63773=>'L', +63774=>'L', +63775=>'L', +63776=>'L', +63777=>'L', +63778=>'L', +63779=>'L', +63780=>'L', +63781=>'L', +63782=>'L', +63783=>'L', +63784=>'L', +63785=>'L', +63786=>'L', +63787=>'L', +63788=>'L', +63789=>'L', +63790=>'L', +63791=>'L', +63792=>'L', +63793=>'L', +63794=>'L', +63795=>'L', +63796=>'L', +63797=>'L', +63798=>'L', +63799=>'L', +63800=>'L', +63801=>'L', +63802=>'L', +63803=>'L', +63804=>'L', +63805=>'L', +63806=>'L', +63807=>'L', +63808=>'L', +63809=>'L', +63810=>'L', +63811=>'L', +63812=>'L', +63813=>'L', +63814=>'L', +63815=>'L', +63816=>'L', +63817=>'L', +63818=>'L', +63819=>'L', +63820=>'L', +63821=>'L', +63822=>'L', +63823=>'L', +63824=>'L', +63825=>'L', +63826=>'L', +63827=>'L', +63828=>'L', +63829=>'L', +63830=>'L', +63831=>'L', +63832=>'L', +63833=>'L', +63834=>'L', +63835=>'L', +63836=>'L', +63837=>'L', +63838=>'L', +63839=>'L', +63840=>'L', +63841=>'L', +63842=>'L', +63843=>'L', +63844=>'L', +63845=>'L', +63846=>'L', +63847=>'L', +63848=>'L', +63849=>'L', +63850=>'L', +63851=>'L', +63852=>'L', +63853=>'L', +63854=>'L', +63855=>'L', +63856=>'L', +63857=>'L', +63858=>'L', +63859=>'L', +63860=>'L', +63861=>'L', +63862=>'L', +63863=>'L', +63864=>'L', +63865=>'L', +63866=>'L', +63867=>'L', +63868=>'L', +63869=>'L', +63870=>'L', +63871=>'L', +63872=>'L', +63873=>'L', +63874=>'L', +63875=>'L', +63876=>'L', +63877=>'L', +63878=>'L', +63879=>'L', +63880=>'L', +63881=>'L', +63882=>'L', +63883=>'L', +63884=>'L', +63885=>'L', +63886=>'L', +63887=>'L', +63888=>'L', +63889=>'L', +63890=>'L', +63891=>'L', +63892=>'L', +63893=>'L', +63894=>'L', +63895=>'L', +63896=>'L', +63897=>'L', +63898=>'L', +63899=>'L', +63900=>'L', +63901=>'L', +63902=>'L', +63903=>'L', +63904=>'L', +63905=>'L', +63906=>'L', +63907=>'L', +63908=>'L', +63909=>'L', +63910=>'L', +63911=>'L', +63912=>'L', +63913=>'L', +63914=>'L', +63915=>'L', +63916=>'L', +63917=>'L', +63918=>'L', +63919=>'L', +63920=>'L', +63921=>'L', +63922=>'L', +63923=>'L', +63924=>'L', +63925=>'L', +63926=>'L', +63927=>'L', +63928=>'L', +63929=>'L', +63930=>'L', +63931=>'L', +63932=>'L', +63933=>'L', +63934=>'L', +63935=>'L', +63936=>'L', +63937=>'L', +63938=>'L', +63939=>'L', +63940=>'L', +63941=>'L', +63942=>'L', +63943=>'L', +63944=>'L', +63945=>'L', +63946=>'L', +63947=>'L', +63948=>'L', +63949=>'L', +63950=>'L', +63951=>'L', +63952=>'L', +63953=>'L', +63954=>'L', +63955=>'L', +63956=>'L', +63957=>'L', +63958=>'L', +63959=>'L', +63960=>'L', +63961=>'L', +63962=>'L', +63963=>'L', +63964=>'L', +63965=>'L', +63966=>'L', +63967=>'L', +63968=>'L', +63969=>'L', +63970=>'L', +63971=>'L', +63972=>'L', +63973=>'L', +63974=>'L', +63975=>'L', +63976=>'L', +63977=>'L', +63978=>'L', +63979=>'L', +63980=>'L', +63981=>'L', +63982=>'L', +63983=>'L', +63984=>'L', +63985=>'L', +63986=>'L', +63987=>'L', +63988=>'L', +63989=>'L', +63990=>'L', +63991=>'L', +63992=>'L', +63993=>'L', +63994=>'L', +63995=>'L', +63996=>'L', +63997=>'L', +63998=>'L', +63999=>'L', +64000=>'L', +64001=>'L', +64002=>'L', +64003=>'L', +64004=>'L', +64005=>'L', +64006=>'L', +64007=>'L', +64008=>'L', +64009=>'L', +64010=>'L', +64011=>'L', +64012=>'L', +64013=>'L', +64014=>'L', +64015=>'L', +64016=>'L', +64017=>'L', +64018=>'L', +64019=>'L', +64020=>'L', +64021=>'L', +64022=>'L', +64023=>'L', +64024=>'L', +64025=>'L', +64026=>'L', +64027=>'L', +64028=>'L', +64029=>'L', +64030=>'L', +64031=>'L', +64032=>'L', +64033=>'L', +64034=>'L', +64035=>'L', +64036=>'L', +64037=>'L', +64038=>'L', +64039=>'L', +64040=>'L', +64041=>'L', +64042=>'L', +64043=>'L', +64044=>'L', +64045=>'L', +64048=>'L', +64049=>'L', +64050=>'L', +64051=>'L', +64052=>'L', +64053=>'L', +64054=>'L', +64055=>'L', +64056=>'L', +64057=>'L', +64058=>'L', +64059=>'L', +64060=>'L', +64061=>'L', +64062=>'L', +64063=>'L', +64064=>'L', +64065=>'L', +64066=>'L', +64067=>'L', +64068=>'L', +64069=>'L', +64070=>'L', +64071=>'L', +64072=>'L', +64073=>'L', +64074=>'L', +64075=>'L', +64076=>'L', +64077=>'L', +64078=>'L', +64079=>'L', +64080=>'L', +64081=>'L', +64082=>'L', +64083=>'L', +64084=>'L', +64085=>'L', +64086=>'L', +64087=>'L', +64088=>'L', +64089=>'L', +64090=>'L', +64091=>'L', +64092=>'L', +64093=>'L', +64094=>'L', +64095=>'L', +64096=>'L', +64097=>'L', +64098=>'L', +64099=>'L', +64100=>'L', +64101=>'L', +64102=>'L', +64103=>'L', +64104=>'L', +64105=>'L', +64106=>'L', +64112=>'L', +64113=>'L', +64114=>'L', +64115=>'L', +64116=>'L', +64117=>'L', +64118=>'L', +64119=>'L', +64120=>'L', +64121=>'L', +64122=>'L', +64123=>'L', +64124=>'L', +64125=>'L', +64126=>'L', +64127=>'L', +64128=>'L', +64129=>'L', +64130=>'L', +64131=>'L', +64132=>'L', +64133=>'L', +64134=>'L', +64135=>'L', +64136=>'L', +64137=>'L', +64138=>'L', +64139=>'L', +64140=>'L', +64141=>'L', +64142=>'L', +64143=>'L', +64144=>'L', +64145=>'L', +64146=>'L', +64147=>'L', +64148=>'L', +64149=>'L', +64150=>'L', +64151=>'L', +64152=>'L', +64153=>'L', +64154=>'L', +64155=>'L', +64156=>'L', +64157=>'L', +64158=>'L', +64159=>'L', +64160=>'L', +64161=>'L', +64162=>'L', +64163=>'L', +64164=>'L', +64165=>'L', +64166=>'L', +64167=>'L', +64168=>'L', +64169=>'L', +64170=>'L', +64171=>'L', +64172=>'L', +64173=>'L', +64174=>'L', +64175=>'L', +64176=>'L', +64177=>'L', +64178=>'L', +64179=>'L', +64180=>'L', +64181=>'L', +64182=>'L', +64183=>'L', +64184=>'L', +64185=>'L', +64186=>'L', +64187=>'L', +64188=>'L', +64189=>'L', +64190=>'L', +64191=>'L', +64192=>'L', +64193=>'L', +64194=>'L', +64195=>'L', +64196=>'L', +64197=>'L', +64198=>'L', +64199=>'L', +64200=>'L', +64201=>'L', +64202=>'L', +64203=>'L', +64204=>'L', +64205=>'L', +64206=>'L', +64207=>'L', +64208=>'L', +64209=>'L', +64210=>'L', +64211=>'L', +64212=>'L', +64213=>'L', +64214=>'L', +64215=>'L', +64216=>'L', +64217=>'L', +64256=>'L', +64257=>'L', +64258=>'L', +64259=>'L', +64260=>'L', +64261=>'L', +64262=>'L', +64275=>'L', +64276=>'L', +64277=>'L', +64278=>'L', +64279=>'L', +64285=>'R', +64286=>'NSM', +64287=>'R', +64288=>'R', +64289=>'R', +64290=>'R', +64291=>'R', +64292=>'R', +64293=>'R', +64294=>'R', +64295=>'R', +64296=>'R', +64297=>'ES', +64298=>'R', +64299=>'R', +64300=>'R', +64301=>'R', +64302=>'R', +64303=>'R', +64304=>'R', +64305=>'R', +64306=>'R', +64307=>'R', +64308=>'R', +64309=>'R', +64310=>'R', +64312=>'R', +64313=>'R', +64314=>'R', +64315=>'R', +64316=>'R', +64318=>'R', +64320=>'R', +64321=>'R', +64323=>'R', +64324=>'R', +64326=>'R', +64327=>'R', +64328=>'R', +64329=>'R', +64330=>'R', +64331=>'R', +64332=>'R', +64333=>'R', +64334=>'R', +64335=>'R', +64336=>'AL', +64337=>'AL', +64338=>'AL', +64339=>'AL', +64340=>'AL', +64341=>'AL', +64342=>'AL', +64343=>'AL', +64344=>'AL', +64345=>'AL', +64346=>'AL', +64347=>'AL', +64348=>'AL', +64349=>'AL', +64350=>'AL', +64351=>'AL', +64352=>'AL', +64353=>'AL', +64354=>'AL', +64355=>'AL', +64356=>'AL', +64357=>'AL', +64358=>'AL', +64359=>'AL', +64360=>'AL', +64361=>'AL', +64362=>'AL', +64363=>'AL', +64364=>'AL', +64365=>'AL', +64366=>'AL', +64367=>'AL', +64368=>'AL', +64369=>'AL', +64370=>'AL', +64371=>'AL', +64372=>'AL', +64373=>'AL', +64374=>'AL', +64375=>'AL', +64376=>'AL', +64377=>'AL', +64378=>'AL', +64379=>'AL', +64380=>'AL', +64381=>'AL', +64382=>'AL', +64383=>'AL', +64384=>'AL', +64385=>'AL', +64386=>'AL', +64387=>'AL', +64388=>'AL', +64389=>'AL', +64390=>'AL', +64391=>'AL', +64392=>'AL', +64393=>'AL', +64394=>'AL', +64395=>'AL', +64396=>'AL', +64397=>'AL', +64398=>'AL', +64399=>'AL', +64400=>'AL', +64401=>'AL', +64402=>'AL', +64403=>'AL', +64404=>'AL', +64405=>'AL', +64406=>'AL', +64407=>'AL', +64408=>'AL', +64409=>'AL', +64410=>'AL', +64411=>'AL', +64412=>'AL', +64413=>'AL', +64414=>'AL', +64415=>'AL', +64416=>'AL', +64417=>'AL', +64418=>'AL', +64419=>'AL', +64420=>'AL', +64421=>'AL', +64422=>'AL', +64423=>'AL', +64424=>'AL', +64425=>'AL', +64426=>'AL', +64427=>'AL', +64428=>'AL', +64429=>'AL', +64430=>'AL', +64431=>'AL', +64432=>'AL', +64433=>'AL', +64467=>'AL', +64468=>'AL', +64469=>'AL', +64470=>'AL', +64471=>'AL', +64472=>'AL', +64473=>'AL', +64474=>'AL', +64475=>'AL', +64476=>'AL', +64477=>'AL', +64478=>'AL', +64479=>'AL', +64480=>'AL', +64481=>'AL', +64482=>'AL', +64483=>'AL', +64484=>'AL', +64485=>'AL', +64486=>'AL', +64487=>'AL', +64488=>'AL', +64489=>'AL', +64490=>'AL', +64491=>'AL', +64492=>'AL', +64493=>'AL', +64494=>'AL', +64495=>'AL', +64496=>'AL', +64497=>'AL', +64498=>'AL', +64499=>'AL', +64500=>'AL', +64501=>'AL', +64502=>'AL', +64503=>'AL', +64504=>'AL', +64505=>'AL', +64506=>'AL', +64507=>'AL', +64508=>'AL', +64509=>'AL', +64510=>'AL', +64511=>'AL', +64512=>'AL', +64513=>'AL', +64514=>'AL', +64515=>'AL', +64516=>'AL', +64517=>'AL', +64518=>'AL', +64519=>'AL', +64520=>'AL', +64521=>'AL', +64522=>'AL', +64523=>'AL', +64524=>'AL', +64525=>'AL', +64526=>'AL', +64527=>'AL', +64528=>'AL', +64529=>'AL', +64530=>'AL', +64531=>'AL', +64532=>'AL', +64533=>'AL', +64534=>'AL', +64535=>'AL', +64536=>'AL', +64537=>'AL', +64538=>'AL', +64539=>'AL', +64540=>'AL', +64541=>'AL', +64542=>'AL', +64543=>'AL', +64544=>'AL', +64545=>'AL', +64546=>'AL', +64547=>'AL', +64548=>'AL', +64549=>'AL', +64550=>'AL', +64551=>'AL', +64552=>'AL', +64553=>'AL', +64554=>'AL', +64555=>'AL', +64556=>'AL', +64557=>'AL', +64558=>'AL', +64559=>'AL', +64560=>'AL', +64561=>'AL', +64562=>'AL', +64563=>'AL', +64564=>'AL', +64565=>'AL', +64566=>'AL', +64567=>'AL', +64568=>'AL', +64569=>'AL', +64570=>'AL', +64571=>'AL', +64572=>'AL', +64573=>'AL', +64574=>'AL', +64575=>'AL', +64576=>'AL', +64577=>'AL', +64578=>'AL', +64579=>'AL', +64580=>'AL', +64581=>'AL', +64582=>'AL', +64583=>'AL', +64584=>'AL', +64585=>'AL', +64586=>'AL', +64587=>'AL', +64588=>'AL', +64589=>'AL', +64590=>'AL', +64591=>'AL', +64592=>'AL', +64593=>'AL', +64594=>'AL', +64595=>'AL', +64596=>'AL', +64597=>'AL', +64598=>'AL', +64599=>'AL', +64600=>'AL', +64601=>'AL', +64602=>'AL', +64603=>'AL', +64604=>'AL', +64605=>'AL', +64606=>'AL', +64607=>'AL', +64608=>'AL', +64609=>'AL', +64610=>'AL', +64611=>'AL', +64612=>'AL', +64613=>'AL', +64614=>'AL', +64615=>'AL', +64616=>'AL', +64617=>'AL', +64618=>'AL', +64619=>'AL', +64620=>'AL', +64621=>'AL', +64622=>'AL', +64623=>'AL', +64624=>'AL', +64625=>'AL', +64626=>'AL', +64627=>'AL', +64628=>'AL', +64629=>'AL', +64630=>'AL', +64631=>'AL', +64632=>'AL', +64633=>'AL', +64634=>'AL', +64635=>'AL', +64636=>'AL', +64637=>'AL', +64638=>'AL', +64639=>'AL', +64640=>'AL', +64641=>'AL', +64642=>'AL', +64643=>'AL', +64644=>'AL', +64645=>'AL', +64646=>'AL', +64647=>'AL', +64648=>'AL', +64649=>'AL', +64650=>'AL', +64651=>'AL', +64652=>'AL', +64653=>'AL', +64654=>'AL', +64655=>'AL', +64656=>'AL', +64657=>'AL', +64658=>'AL', +64659=>'AL', +64660=>'AL', +64661=>'AL', +64662=>'AL', +64663=>'AL', +64664=>'AL', +64665=>'AL', +64666=>'AL', +64667=>'AL', +64668=>'AL', +64669=>'AL', +64670=>'AL', +64671=>'AL', +64672=>'AL', +64673=>'AL', +64674=>'AL', +64675=>'AL', +64676=>'AL', +64677=>'AL', +64678=>'AL', +64679=>'AL', +64680=>'AL', +64681=>'AL', +64682=>'AL', +64683=>'AL', +64684=>'AL', +64685=>'AL', +64686=>'AL', +64687=>'AL', +64688=>'AL', +64689=>'AL', +64690=>'AL', +64691=>'AL', +64692=>'AL', +64693=>'AL', +64694=>'AL', +64695=>'AL', +64696=>'AL', +64697=>'AL', +64698=>'AL', +64699=>'AL', +64700=>'AL', +64701=>'AL', +64702=>'AL', +64703=>'AL', +64704=>'AL', +64705=>'AL', +64706=>'AL', +64707=>'AL', +64708=>'AL', +64709=>'AL', +64710=>'AL', +64711=>'AL', +64712=>'AL', +64713=>'AL', +64714=>'AL', +64715=>'AL', +64716=>'AL', +64717=>'AL', +64718=>'AL', +64719=>'AL', +64720=>'AL', +64721=>'AL', +64722=>'AL', +64723=>'AL', +64724=>'AL', +64725=>'AL', +64726=>'AL', +64727=>'AL', +64728=>'AL', +64729=>'AL', +64730=>'AL', +64731=>'AL', +64732=>'AL', +64733=>'AL', +64734=>'AL', +64735=>'AL', +64736=>'AL', +64737=>'AL', +64738=>'AL', +64739=>'AL', +64740=>'AL', +64741=>'AL', +64742=>'AL', +64743=>'AL', +64744=>'AL', +64745=>'AL', +64746=>'AL', +64747=>'AL', +64748=>'AL', +64749=>'AL', +64750=>'AL', +64751=>'AL', +64752=>'AL', +64753=>'AL', +64754=>'AL', +64755=>'AL', +64756=>'AL', +64757=>'AL', +64758=>'AL', +64759=>'AL', +64760=>'AL', +64761=>'AL', +64762=>'AL', +64763=>'AL', +64764=>'AL', +64765=>'AL', +64766=>'AL', +64767=>'AL', +64768=>'AL', +64769=>'AL', +64770=>'AL', +64771=>'AL', +64772=>'AL', +64773=>'AL', +64774=>'AL', +64775=>'AL', +64776=>'AL', +64777=>'AL', +64778=>'AL', +64779=>'AL', +64780=>'AL', +64781=>'AL', +64782=>'AL', +64783=>'AL', +64784=>'AL', +64785=>'AL', +64786=>'AL', +64787=>'AL', +64788=>'AL', +64789=>'AL', +64790=>'AL', +64791=>'AL', +64792=>'AL', +64793=>'AL', +64794=>'AL', +64795=>'AL', +64796=>'AL', +64797=>'AL', +64798=>'AL', +64799=>'AL', +64800=>'AL', +64801=>'AL', +64802=>'AL', +64803=>'AL', +64804=>'AL', +64805=>'AL', +64806=>'AL', +64807=>'AL', +64808=>'AL', +64809=>'AL', +64810=>'AL', +64811=>'AL', +64812=>'AL', +64813=>'AL', +64814=>'AL', +64815=>'AL', +64816=>'AL', +64817=>'AL', +64818=>'AL', +64819=>'AL', +64820=>'AL', +64821=>'AL', +64822=>'AL', +64823=>'AL', +64824=>'AL', +64825=>'AL', +64826=>'AL', +64827=>'AL', +64828=>'AL', +64829=>'AL', +64830=>'ON', +64831=>'ON', +64848=>'AL', +64849=>'AL', +64850=>'AL', +64851=>'AL', +64852=>'AL', +64853=>'AL', +64854=>'AL', +64855=>'AL', +64856=>'AL', +64857=>'AL', +64858=>'AL', +64859=>'AL', +64860=>'AL', +64861=>'AL', +64862=>'AL', +64863=>'AL', +64864=>'AL', +64865=>'AL', +64866=>'AL', +64867=>'AL', +64868=>'AL', +64869=>'AL', +64870=>'AL', +64871=>'AL', +64872=>'AL', +64873=>'AL', +64874=>'AL', +64875=>'AL', +64876=>'AL', +64877=>'AL', +64878=>'AL', +64879=>'AL', +64880=>'AL', +64881=>'AL', +64882=>'AL', +64883=>'AL', +64884=>'AL', +64885=>'AL', +64886=>'AL', +64887=>'AL', +64888=>'AL', +64889=>'AL', +64890=>'AL', +64891=>'AL', +64892=>'AL', +64893=>'AL', +64894=>'AL', +64895=>'AL', +64896=>'AL', +64897=>'AL', +64898=>'AL', +64899=>'AL', +64900=>'AL', +64901=>'AL', +64902=>'AL', +64903=>'AL', +64904=>'AL', +64905=>'AL', +64906=>'AL', +64907=>'AL', +64908=>'AL', +64909=>'AL', +64910=>'AL', +64911=>'AL', +64914=>'AL', +64915=>'AL', +64916=>'AL', +64917=>'AL', +64918=>'AL', +64919=>'AL', +64920=>'AL', +64921=>'AL', +64922=>'AL', +64923=>'AL', +64924=>'AL', +64925=>'AL', +64926=>'AL', +64927=>'AL', +64928=>'AL', +64929=>'AL', +64930=>'AL', +64931=>'AL', +64932=>'AL', +64933=>'AL', +64934=>'AL', +64935=>'AL', +64936=>'AL', +64937=>'AL', +64938=>'AL', +64939=>'AL', +64940=>'AL', +64941=>'AL', +64942=>'AL', +64943=>'AL', +64944=>'AL', +64945=>'AL', +64946=>'AL', +64947=>'AL', +64948=>'AL', +64949=>'AL', +64950=>'AL', +64951=>'AL', +64952=>'AL', +64953=>'AL', +64954=>'AL', +64955=>'AL', +64956=>'AL', +64957=>'AL', +64958=>'AL', +64959=>'AL', +64960=>'AL', +64961=>'AL', +64962=>'AL', +64963=>'AL', +64964=>'AL', +64965=>'AL', +64966=>'AL', +64967=>'AL', +65008=>'AL', +65009=>'AL', +65010=>'AL', +65011=>'AL', +65012=>'AL', +65013=>'AL', +65014=>'AL', +65015=>'AL', +65016=>'AL', +65017=>'AL', +65018=>'AL', +65019=>'AL', +65020=>'AL', +65021=>'ON', +65024=>'NSM', +65025=>'NSM', +65026=>'NSM', +65027=>'NSM', +65028=>'NSM', +65029=>'NSM', +65030=>'NSM', +65031=>'NSM', +65032=>'NSM', +65033=>'NSM', +65034=>'NSM', +65035=>'NSM', +65036=>'NSM', +65037=>'NSM', +65038=>'NSM', +65039=>'NSM', +65040=>'ON', +65041=>'ON', +65042=>'ON', +65043=>'ON', +65044=>'ON', +65045=>'ON', +65046=>'ON', +65047=>'ON', +65048=>'ON', +65049=>'ON', +65056=>'NSM', +65057=>'NSM', +65058=>'NSM', +65059=>'NSM', +65072=>'ON', +65073=>'ON', +65074=>'ON', +65075=>'ON', +65076=>'ON', +65077=>'ON', +65078=>'ON', +65079=>'ON', +65080=>'ON', +65081=>'ON', +65082=>'ON', +65083=>'ON', +65084=>'ON', +65085=>'ON', +65086=>'ON', +65087=>'ON', +65088=>'ON', +65089=>'ON', +65090=>'ON', +65091=>'ON', +65092=>'ON', +65093=>'ON', +65094=>'ON', +65095=>'ON', +65096=>'ON', +65097=>'ON', +65098=>'ON', +65099=>'ON', +65100=>'ON', +65101=>'ON', +65102=>'ON', +65103=>'ON', +65104=>'CS', +65105=>'ON', +65106=>'CS', +65108=>'ON', +65109=>'CS', +65110=>'ON', +65111=>'ON', +65112=>'ON', +65113=>'ON', +65114=>'ON', +65115=>'ON', +65116=>'ON', +65117=>'ON', +65118=>'ON', +65119=>'ET', +65120=>'ON', +65121=>'ON', +65122=>'ES', +65123=>'ES', +65124=>'ON', +65125=>'ON', +65126=>'ON', +65128=>'ON', +65129=>'ET', +65130=>'ET', +65131=>'ON', +65136=>'AL', +65137=>'AL', +65138=>'AL', +65139=>'AL', +65140=>'AL', +65142=>'AL', +65143=>'AL', +65144=>'AL', +65145=>'AL', +65146=>'AL', +65147=>'AL', +65148=>'AL', +65149=>'AL', +65150=>'AL', +65151=>'AL', +65152=>'AL', +65153=>'AL', +65154=>'AL', +65155=>'AL', +65156=>'AL', +65157=>'AL', +65158=>'AL', +65159=>'AL', +65160=>'AL', +65161=>'AL', +65162=>'AL', +65163=>'AL', +65164=>'AL', +65165=>'AL', +65166=>'AL', +65167=>'AL', +65168=>'AL', +65169=>'AL', +65170=>'AL', +65171=>'AL', +65172=>'AL', +65173=>'AL', +65174=>'AL', +65175=>'AL', +65176=>'AL', +65177=>'AL', +65178=>'AL', +65179=>'AL', +65180=>'AL', +65181=>'AL', +65182=>'AL', +65183=>'AL', +65184=>'AL', +65185=>'AL', +65186=>'AL', +65187=>'AL', +65188=>'AL', +65189=>'AL', +65190=>'AL', +65191=>'AL', +65192=>'AL', +65193=>'AL', +65194=>'AL', +65195=>'AL', +65196=>'AL', +65197=>'AL', +65198=>'AL', +65199=>'AL', +65200=>'AL', +65201=>'AL', +65202=>'AL', +65203=>'AL', +65204=>'AL', +65205=>'AL', +65206=>'AL', +65207=>'AL', +65208=>'AL', +65209=>'AL', +65210=>'AL', +65211=>'AL', +65212=>'AL', +65213=>'AL', +65214=>'AL', +65215=>'AL', +65216=>'AL', +65217=>'AL', +65218=>'AL', +65219=>'AL', +65220=>'AL', +65221=>'AL', +65222=>'AL', +65223=>'AL', +65224=>'AL', +65225=>'AL', +65226=>'AL', +65227=>'AL', +65228=>'AL', +65229=>'AL', +65230=>'AL', +65231=>'AL', +65232=>'AL', +65233=>'AL', +65234=>'AL', +65235=>'AL', +65236=>'AL', +65237=>'AL', +65238=>'AL', +65239=>'AL', +65240=>'AL', +65241=>'AL', +65242=>'AL', +65243=>'AL', +65244=>'AL', +65245=>'AL', +65246=>'AL', +65247=>'AL', +65248=>'AL', +65249=>'AL', +65250=>'AL', +65251=>'AL', +65252=>'AL', +65253=>'AL', +65254=>'AL', +65255=>'AL', +65256=>'AL', +65257=>'AL', +65258=>'AL', +65259=>'AL', +65260=>'AL', +65261=>'AL', +65262=>'AL', +65263=>'AL', +65264=>'AL', +65265=>'AL', +65266=>'AL', +65267=>'AL', +65268=>'AL', +65269=>'AL', +65270=>'AL', +65271=>'AL', +65272=>'AL', +65273=>'AL', +65274=>'AL', +65275=>'AL', +65276=>'AL', +65279=>'BN', +65281=>'ON', +65282=>'ON', +65283=>'ET', +65284=>'ET', +65285=>'ET', +65286=>'ON', +65287=>'ON', +65288=>'ON', +65289=>'ON', +65290=>'ON', +65291=>'ES', +65292=>'CS', +65293=>'ES', +65294=>'CS', +65295=>'CS', +65296=>'EN', +65297=>'EN', +65298=>'EN', +65299=>'EN', +65300=>'EN', +65301=>'EN', +65302=>'EN', +65303=>'EN', +65304=>'EN', +65305=>'EN', +65306=>'CS', +65307=>'ON', +65308=>'ON', +65309=>'ON', +65310=>'ON', +65311=>'ON', +65312=>'ON', +65313=>'L', +65314=>'L', +65315=>'L', +65316=>'L', +65317=>'L', +65318=>'L', +65319=>'L', +65320=>'L', +65321=>'L', +65322=>'L', +65323=>'L', +65324=>'L', +65325=>'L', +65326=>'L', +65327=>'L', +65328=>'L', +65329=>'L', +65330=>'L', +65331=>'L', +65332=>'L', +65333=>'L', +65334=>'L', +65335=>'L', +65336=>'L', +65337=>'L', +65338=>'L', +65339=>'ON', +65340=>'ON', +65341=>'ON', +65342=>'ON', +65343=>'ON', +65344=>'ON', +65345=>'L', +65346=>'L', +65347=>'L', +65348=>'L', +65349=>'L', +65350=>'L', +65351=>'L', +65352=>'L', +65353=>'L', +65354=>'L', +65355=>'L', +65356=>'L', +65357=>'L', +65358=>'L', +65359=>'L', +65360=>'L', +65361=>'L', +65362=>'L', +65363=>'L', +65364=>'L', +65365=>'L', +65366=>'L', +65367=>'L', +65368=>'L', +65369=>'L', +65370=>'L', +65371=>'ON', +65372=>'ON', +65373=>'ON', +65374=>'ON', +65375=>'ON', +65376=>'ON', +65377=>'ON', +65378=>'ON', +65379=>'ON', +65380=>'ON', +65381=>'ON', +65382=>'L', +65383=>'L', +65384=>'L', +65385=>'L', +65386=>'L', +65387=>'L', +65388=>'L', +65389=>'L', +65390=>'L', +65391=>'L', +65392=>'L', +65393=>'L', +65394=>'L', +65395=>'L', +65396=>'L', +65397=>'L', +65398=>'L', +65399=>'L', +65400=>'L', +65401=>'L', +65402=>'L', +65403=>'L', +65404=>'L', +65405=>'L', +65406=>'L', +65407=>'L', +65408=>'L', +65409=>'L', +65410=>'L', +65411=>'L', +65412=>'L', +65413=>'L', +65414=>'L', +65415=>'L', +65416=>'L', +65417=>'L', +65418=>'L', +65419=>'L', +65420=>'L', +65421=>'L', +65422=>'L', +65423=>'L', +65424=>'L', +65425=>'L', +65426=>'L', +65427=>'L', +65428=>'L', +65429=>'L', +65430=>'L', +65431=>'L', +65432=>'L', +65433=>'L', +65434=>'L', +65435=>'L', +65436=>'L', +65437=>'L', +65438=>'L', +65439=>'L', +65440=>'L', +65441=>'L', +65442=>'L', +65443=>'L', +65444=>'L', +65445=>'L', +65446=>'L', +65447=>'L', +65448=>'L', +65449=>'L', +65450=>'L', +65451=>'L', +65452=>'L', +65453=>'L', +65454=>'L', +65455=>'L', +65456=>'L', +65457=>'L', +65458=>'L', +65459=>'L', +65460=>'L', +65461=>'L', +65462=>'L', +65463=>'L', +65464=>'L', +65465=>'L', +65466=>'L', +65467=>'L', +65468=>'L', +65469=>'L', +65470=>'L', +65474=>'L', +65475=>'L', +65476=>'L', +65477=>'L', +65478=>'L', +65479=>'L', +65482=>'L', +65483=>'L', +65484=>'L', +65485=>'L', +65486=>'L', +65487=>'L', +65490=>'L', +65491=>'L', +65492=>'L', +65493=>'L', +65494=>'L', +65495=>'L', +65498=>'L', +65499=>'L', +65500=>'L', +65504=>'ET', +65505=>'ET', +65506=>'ON', +65507=>'ON', +65508=>'ON', +65509=>'ET', +65510=>'ET', +65512=>'ON', +65513=>'ON', +65514=>'ON', +65515=>'ON', +65516=>'ON', +65517=>'ON', +65518=>'ON', +65529=>'ON', +65530=>'ON', +65531=>'ON', +65532=>'ON', +65533=>'ON', +65536=>'L', +65537=>'L', +65538=>'L', +65539=>'L', +65540=>'L', +65541=>'L', +65542=>'L', +65543=>'L', +65544=>'L', +65545=>'L', +65546=>'L', +65547=>'L', +65549=>'L', +65550=>'L', +65551=>'L', +65552=>'L', +65553=>'L', +65554=>'L', +65555=>'L', +65556=>'L', +65557=>'L', +65558=>'L', +65559=>'L', +65560=>'L', +65561=>'L', +65562=>'L', +65563=>'L', +65564=>'L', +65565=>'L', +65566=>'L', +65567=>'L', +65568=>'L', +65569=>'L', +65570=>'L', +65571=>'L', +65572=>'L', +65573=>'L', +65574=>'L', +65576=>'L', +65577=>'L', +65578=>'L', +65579=>'L', +65580=>'L', +65581=>'L', +65582=>'L', +65583=>'L', +65584=>'L', +65585=>'L', +65586=>'L', +65587=>'L', +65588=>'L', +65589=>'L', +65590=>'L', +65591=>'L', +65592=>'L', +65593=>'L', +65594=>'L', +65596=>'L', +65597=>'L', +65599=>'L', +65600=>'L', +65601=>'L', +65602=>'L', +65603=>'L', +65604=>'L', +65605=>'L', +65606=>'L', +65607=>'L', +65608=>'L', +65609=>'L', +65610=>'L', +65611=>'L', +65612=>'L', +65613=>'L', +65616=>'L', +65617=>'L', +65618=>'L', +65619=>'L', +65620=>'L', +65621=>'L', +65622=>'L', +65623=>'L', +65624=>'L', +65625=>'L', +65626=>'L', +65627=>'L', +65628=>'L', +65629=>'L', +65664=>'L', +65665=>'L', +65666=>'L', +65667=>'L', +65668=>'L', +65669=>'L', +65670=>'L', +65671=>'L', +65672=>'L', +65673=>'L', +65674=>'L', +65675=>'L', +65676=>'L', +65677=>'L', +65678=>'L', +65679=>'L', +65680=>'L', +65681=>'L', +65682=>'L', +65683=>'L', +65684=>'L', +65685=>'L', +65686=>'L', +65687=>'L', +65688=>'L', +65689=>'L', +65690=>'L', +65691=>'L', +65692=>'L', +65693=>'L', +65694=>'L', +65695=>'L', +65696=>'L', +65697=>'L', +65698=>'L', +65699=>'L', +65700=>'L', +65701=>'L', +65702=>'L', +65703=>'L', +65704=>'L', +65705=>'L', +65706=>'L', +65707=>'L', +65708=>'L', +65709=>'L', +65710=>'L', +65711=>'L', +65712=>'L', +65713=>'L', +65714=>'L', +65715=>'L', +65716=>'L', +65717=>'L', +65718=>'L', +65719=>'L', +65720=>'L', +65721=>'L', +65722=>'L', +65723=>'L', +65724=>'L', +65725=>'L', +65726=>'L', +65727=>'L', +65728=>'L', +65729=>'L', +65730=>'L', +65731=>'L', +65732=>'L', +65733=>'L', +65734=>'L', +65735=>'L', +65736=>'L', +65737=>'L', +65738=>'L', +65739=>'L', +65740=>'L', +65741=>'L', +65742=>'L', +65743=>'L', +65744=>'L', +65745=>'L', +65746=>'L', +65747=>'L', +65748=>'L', +65749=>'L', +65750=>'L', +65751=>'L', +65752=>'L', +65753=>'L', +65754=>'L', +65755=>'L', +65756=>'L', +65757=>'L', +65758=>'L', +65759=>'L', +65760=>'L', +65761=>'L', +65762=>'L', +65763=>'L', +65764=>'L', +65765=>'L', +65766=>'L', +65767=>'L', +65768=>'L', +65769=>'L', +65770=>'L', +65771=>'L', +65772=>'L', +65773=>'L', +65774=>'L', +65775=>'L', +65776=>'L', +65777=>'L', +65778=>'L', +65779=>'L', +65780=>'L', +65781=>'L', +65782=>'L', +65783=>'L', +65784=>'L', +65785=>'L', +65786=>'L', +65792=>'L', +65793=>'ON', +65794=>'L', +65799=>'L', +65800=>'L', +65801=>'L', +65802=>'L', +65803=>'L', +65804=>'L', +65805=>'L', +65806=>'L', +65807=>'L', +65808=>'L', +65809=>'L', +65810=>'L', +65811=>'L', +65812=>'L', +65813=>'L', +65814=>'L', +65815=>'L', +65816=>'L', +65817=>'L', +65818=>'L', +65819=>'L', +65820=>'L', +65821=>'L', +65822=>'L', +65823=>'L', +65824=>'L', +65825=>'L', +65826=>'L', +65827=>'L', +65828=>'L', +65829=>'L', +65830=>'L', +65831=>'L', +65832=>'L', +65833=>'L', +65834=>'L', +65835=>'L', +65836=>'L', +65837=>'L', +65838=>'L', +65839=>'L', +65840=>'L', +65841=>'L', +65842=>'L', +65843=>'L', +65847=>'L', +65848=>'L', +65849=>'L', +65850=>'L', +65851=>'L', +65852=>'L', +65853=>'L', +65854=>'L', +65855=>'L', +65856=>'ON', +65857=>'ON', +65858=>'ON', +65859=>'ON', +65860=>'ON', +65861=>'ON', +65862=>'ON', +65863=>'ON', +65864=>'ON', +65865=>'ON', +65866=>'ON', +65867=>'ON', +65868=>'ON', +65869=>'ON', +65870=>'ON', +65871=>'ON', +65872=>'ON', +65873=>'ON', +65874=>'ON', +65875=>'ON', +65876=>'ON', +65877=>'ON', +65878=>'ON', +65879=>'ON', +65880=>'ON', +65881=>'ON', +65882=>'ON', +65883=>'ON', +65884=>'ON', +65885=>'ON', +65886=>'ON', +65887=>'ON', +65888=>'ON', +65889=>'ON', +65890=>'ON', +65891=>'ON', +65892=>'ON', +65893=>'ON', +65894=>'ON', +65895=>'ON', +65896=>'ON', +65897=>'ON', +65898=>'ON', +65899=>'ON', +65900=>'ON', +65901=>'ON', +65902=>'ON', +65903=>'ON', +65904=>'ON', +65905=>'ON', +65906=>'ON', +65907=>'ON', +65908=>'ON', +65909=>'ON', +65910=>'ON', +65911=>'ON', +65912=>'ON', +65913=>'ON', +65914=>'ON', +65915=>'ON', +65916=>'ON', +65917=>'ON', +65918=>'ON', +65919=>'ON', +65920=>'ON', +65921=>'ON', +65922=>'ON', +65923=>'ON', +65924=>'ON', +65925=>'ON', +65926=>'ON', +65927=>'ON', +65928=>'ON', +65929=>'ON', +65930=>'ON', +66304=>'L', +66305=>'L', +66306=>'L', +66307=>'L', +66308=>'L', +66309=>'L', +66310=>'L', +66311=>'L', +66312=>'L', +66313=>'L', +66314=>'L', +66315=>'L', +66316=>'L', +66317=>'L', +66318=>'L', +66319=>'L', +66320=>'L', +66321=>'L', +66322=>'L', +66323=>'L', +66324=>'L', +66325=>'L', +66326=>'L', +66327=>'L', +66328=>'L', +66329=>'L', +66330=>'L', +66331=>'L', +66332=>'L', +66333=>'L', +66334=>'L', +66336=>'L', +66337=>'L', +66338=>'L', +66339=>'L', +66352=>'L', +66353=>'L', +66354=>'L', +66355=>'L', +66356=>'L', +66357=>'L', +66358=>'L', +66359=>'L', +66360=>'L', +66361=>'L', +66362=>'L', +66363=>'L', +66364=>'L', +66365=>'L', +66366=>'L', +66367=>'L', +66368=>'L', +66369=>'L', +66370=>'L', +66371=>'L', +66372=>'L', +66373=>'L', +66374=>'L', +66375=>'L', +66376=>'L', +66377=>'L', +66378=>'L', +66432=>'L', +66433=>'L', +66434=>'L', +66435=>'L', +66436=>'L', +66437=>'L', +66438=>'L', +66439=>'L', +66440=>'L', +66441=>'L', +66442=>'L', +66443=>'L', +66444=>'L', +66445=>'L', +66446=>'L', +66447=>'L', +66448=>'L', +66449=>'L', +66450=>'L', +66451=>'L', +66452=>'L', +66453=>'L', +66454=>'L', +66455=>'L', +66456=>'L', +66457=>'L', +66458=>'L', +66459=>'L', +66460=>'L', +66461=>'L', +66463=>'L', +66464=>'L', +66465=>'L', +66466=>'L', +66467=>'L', +66468=>'L', +66469=>'L', +66470=>'L', +66471=>'L', +66472=>'L', +66473=>'L', +66474=>'L', +66475=>'L', +66476=>'L', +66477=>'L', +66478=>'L', +66479=>'L', +66480=>'L', +66481=>'L', +66482=>'L', +66483=>'L', +66484=>'L', +66485=>'L', +66486=>'L', +66487=>'L', +66488=>'L', +66489=>'L', +66490=>'L', +66491=>'L', +66492=>'L', +66493=>'L', +66494=>'L', +66495=>'L', +66496=>'L', +66497=>'L', +66498=>'L', +66499=>'L', +66504=>'L', +66505=>'L', +66506=>'L', +66507=>'L', +66508=>'L', +66509=>'L', +66510=>'L', +66511=>'L', +66512=>'L', +66513=>'L', +66514=>'L', +66515=>'L', +66516=>'L', +66517=>'L', +66560=>'L', +66561=>'L', +66562=>'L', +66563=>'L', +66564=>'L', +66565=>'L', +66566=>'L', +66567=>'L', +66568=>'L', +66569=>'L', +66570=>'L', +66571=>'L', +66572=>'L', +66573=>'L', +66574=>'L', +66575=>'L', +66576=>'L', +66577=>'L', +66578=>'L', +66579=>'L', +66580=>'L', +66581=>'L', +66582=>'L', +66583=>'L', +66584=>'L', +66585=>'L', +66586=>'L', +66587=>'L', +66588=>'L', +66589=>'L', +66590=>'L', +66591=>'L', +66592=>'L', +66593=>'L', +66594=>'L', +66595=>'L', +66596=>'L', +66597=>'L', +66598=>'L', +66599=>'L', +66600=>'L', +66601=>'L', +66602=>'L', +66603=>'L', +66604=>'L', +66605=>'L', +66606=>'L', +66607=>'L', +66608=>'L', +66609=>'L', +66610=>'L', +66611=>'L', +66612=>'L', +66613=>'L', +66614=>'L', +66615=>'L', +66616=>'L', +66617=>'L', +66618=>'L', +66619=>'L', +66620=>'L', +66621=>'L', +66622=>'L', +66623=>'L', +66624=>'L', +66625=>'L', +66626=>'L', +66627=>'L', +66628=>'L', +66629=>'L', +66630=>'L', +66631=>'L', +66632=>'L', +66633=>'L', +66634=>'L', +66635=>'L', +66636=>'L', +66637=>'L', +66638=>'L', +66639=>'L', +66640=>'L', +66641=>'L', +66642=>'L', +66643=>'L', +66644=>'L', +66645=>'L', +66646=>'L', +66647=>'L', +66648=>'L', +66649=>'L', +66650=>'L', +66651=>'L', +66652=>'L', +66653=>'L', +66654=>'L', +66655=>'L', +66656=>'L', +66657=>'L', +66658=>'L', +66659=>'L', +66660=>'L', +66661=>'L', +66662=>'L', +66663=>'L', +66664=>'L', +66665=>'L', +66666=>'L', +66667=>'L', +66668=>'L', +66669=>'L', +66670=>'L', +66671=>'L', +66672=>'L', +66673=>'L', +66674=>'L', +66675=>'L', +66676=>'L', +66677=>'L', +66678=>'L', +66679=>'L', +66680=>'L', +66681=>'L', +66682=>'L', +66683=>'L', +66684=>'L', +66685=>'L', +66686=>'L', +66687=>'L', +66688=>'L', +66689=>'L', +66690=>'L', +66691=>'L', +66692=>'L', +66693=>'L', +66694=>'L', +66695=>'L', +66696=>'L', +66697=>'L', +66698=>'L', +66699=>'L', +66700=>'L', +66701=>'L', +66702=>'L', +66703=>'L', +66704=>'L', +66705=>'L', +66706=>'L', +66707=>'L', +66708=>'L', +66709=>'L', +66710=>'L', +66711=>'L', +66712=>'L', +66713=>'L', +66714=>'L', +66715=>'L', +66716=>'L', +66717=>'L', +66720=>'L', +66721=>'L', +66722=>'L', +66723=>'L', +66724=>'L', +66725=>'L', +66726=>'L', +66727=>'L', +66728=>'L', +66729=>'L', +67584=>'R', +67585=>'R', +67586=>'R', +67587=>'R', +67588=>'R', +67589=>'R', +67592=>'R', +67594=>'R', +67595=>'R', +67596=>'R', +67597=>'R', +67598=>'R', +67599=>'R', +67600=>'R', +67601=>'R', +67602=>'R', +67603=>'R', +67604=>'R', +67605=>'R', +67606=>'R', +67607=>'R', +67608=>'R', +67609=>'R', +67610=>'R', +67611=>'R', +67612=>'R', +67613=>'R', +67614=>'R', +67615=>'R', +67616=>'R', +67617=>'R', +67618=>'R', +67619=>'R', +67620=>'R', +67621=>'R', +67622=>'R', +67623=>'R', +67624=>'R', +67625=>'R', +67626=>'R', +67627=>'R', +67628=>'R', +67629=>'R', +67630=>'R', +67631=>'R', +67632=>'R', +67633=>'R', +67634=>'R', +67635=>'R', +67636=>'R', +67637=>'R', +67639=>'R', +67640=>'R', +67644=>'R', +67647=>'R', +67840=>'R', +67841=>'R', +67842=>'R', +67843=>'R', +67844=>'R', +67845=>'R', +67846=>'R', +67847=>'R', +67848=>'R', +67849=>'R', +67850=>'R', +67851=>'R', +67852=>'R', +67853=>'R', +67854=>'R', +67855=>'R', +67856=>'R', +67857=>'R', +67858=>'R', +67859=>'R', +67860=>'R', +67861=>'R', +67862=>'R', +67863=>'R', +67864=>'R', +67865=>'R', +67871=>'ON', +68096=>'R', +68097=>'NSM', +68098=>'NSM', +68099=>'NSM', +68101=>'NSM', +68102=>'NSM', +68108=>'NSM', +68109=>'NSM', +68110=>'NSM', +68111=>'NSM', +68112=>'R', +68113=>'R', +68114=>'R', +68115=>'R', +68117=>'R', +68118=>'R', +68119=>'R', +68121=>'R', +68122=>'R', +68123=>'R', +68124=>'R', +68125=>'R', +68126=>'R', +68127=>'R', +68128=>'R', +68129=>'R', +68130=>'R', +68131=>'R', +68132=>'R', +68133=>'R', +68134=>'R', +68135=>'R', +68136=>'R', +68137=>'R', +68138=>'R', +68139=>'R', +68140=>'R', +68141=>'R', +68142=>'R', +68143=>'R', +68144=>'R', +68145=>'R', +68146=>'R', +68147=>'R', +68152=>'NSM', +68153=>'NSM', +68154=>'NSM', +68159=>'NSM', +68160=>'R', +68161=>'R', +68162=>'R', +68163=>'R', +68164=>'R', +68165=>'R', +68166=>'R', +68167=>'R', +68176=>'R', +68177=>'R', +68178=>'R', +68179=>'R', +68180=>'R', +68181=>'R', +68182=>'R', +68183=>'R', +68184=>'R', +73728=>'L', +73729=>'L', +73730=>'L', +73731=>'L', +73732=>'L', +73733=>'L', +73734=>'L', +73735=>'L', +73736=>'L', +73737=>'L', +73738=>'L', +73739=>'L', +73740=>'L', +73741=>'L', +73742=>'L', +73743=>'L', +73744=>'L', +73745=>'L', +73746=>'L', +73747=>'L', +73748=>'L', +73749=>'L', +73750=>'L', +73751=>'L', +73752=>'L', +73753=>'L', +73754=>'L', +73755=>'L', +73756=>'L', +73757=>'L', +73758=>'L', +73759=>'L', +73760=>'L', +73761=>'L', +73762=>'L', +73763=>'L', +73764=>'L', +73765=>'L', +73766=>'L', +73767=>'L', +73768=>'L', +73769=>'L', +73770=>'L', +73771=>'L', +73772=>'L', +73773=>'L', +73774=>'L', +73775=>'L', +73776=>'L', +73777=>'L', +73778=>'L', +73779=>'L', +73780=>'L', +73781=>'L', +73782=>'L', +73783=>'L', +73784=>'L', +73785=>'L', +73786=>'L', +73787=>'L', +73788=>'L', +73789=>'L', +73790=>'L', +73791=>'L', +73792=>'L', +73793=>'L', +73794=>'L', +73795=>'L', +73796=>'L', +73797=>'L', +73798=>'L', +73799=>'L', +73800=>'L', +73801=>'L', +73802=>'L', +73803=>'L', +73804=>'L', +73805=>'L', +73806=>'L', +73807=>'L', +73808=>'L', +73809=>'L', +73810=>'L', +73811=>'L', +73812=>'L', +73813=>'L', +73814=>'L', +73815=>'L', +73816=>'L', +73817=>'L', +73818=>'L', +73819=>'L', +73820=>'L', +73821=>'L', +73822=>'L', +73823=>'L', +73824=>'L', +73825=>'L', +73826=>'L', +73827=>'L', +73828=>'L', +73829=>'L', +73830=>'L', +73831=>'L', +73832=>'L', +73833=>'L', +73834=>'L', +73835=>'L', +73836=>'L', +73837=>'L', +73838=>'L', +73839=>'L', +73840=>'L', +73841=>'L', +73842=>'L', +73843=>'L', +73844=>'L', +73845=>'L', +73846=>'L', +73847=>'L', +73848=>'L', +73849=>'L', +73850=>'L', +73851=>'L', +73852=>'L', +73853=>'L', +73854=>'L', +73855=>'L', +73856=>'L', +73857=>'L', +73858=>'L', +73859=>'L', +73860=>'L', +73861=>'L', +73862=>'L', +73863=>'L', +73864=>'L', +73865=>'L', +73866=>'L', +73867=>'L', +73868=>'L', +73869=>'L', +73870=>'L', +73871=>'L', +73872=>'L', +73873=>'L', +73874=>'L', +73875=>'L', +73876=>'L', +73877=>'L', +73878=>'L', +73879=>'L', +73880=>'L', +73881=>'L', +73882=>'L', +73883=>'L', +73884=>'L', +73885=>'L', +73886=>'L', +73887=>'L', +73888=>'L', +73889=>'L', +73890=>'L', +73891=>'L', +73892=>'L', +73893=>'L', +73894=>'L', +73895=>'L', +73896=>'L', +73897=>'L', +73898=>'L', +73899=>'L', +73900=>'L', +73901=>'L', +73902=>'L', +73903=>'L', +73904=>'L', +73905=>'L', +73906=>'L', +73907=>'L', +73908=>'L', +73909=>'L', +73910=>'L', +73911=>'L', +73912=>'L', +73913=>'L', +73914=>'L', +73915=>'L', +73916=>'L', +73917=>'L', +73918=>'L', +73919=>'L', +73920=>'L', +73921=>'L', +73922=>'L', +73923=>'L', +73924=>'L', +73925=>'L', +73926=>'L', +73927=>'L', +73928=>'L', +73929=>'L', +73930=>'L', +73931=>'L', +73932=>'L', +73933=>'L', +73934=>'L', +73935=>'L', +73936=>'L', +73937=>'L', +73938=>'L', +73939=>'L', +73940=>'L', +73941=>'L', +73942=>'L', +73943=>'L', +73944=>'L', +73945=>'L', +73946=>'L', +73947=>'L', +73948=>'L', +73949=>'L', +73950=>'L', +73951=>'L', +73952=>'L', +73953=>'L', +73954=>'L', +73955=>'L', +73956=>'L', +73957=>'L', +73958=>'L', +73959=>'L', +73960=>'L', +73961=>'L', +73962=>'L', +73963=>'L', +73964=>'L', +73965=>'L', +73966=>'L', +73967=>'L', +73968=>'L', +73969=>'L', +73970=>'L', +73971=>'L', +73972=>'L', +73973=>'L', +73974=>'L', +73975=>'L', +73976=>'L', +73977=>'L', +73978=>'L', +73979=>'L', +73980=>'L', +73981=>'L', +73982=>'L', +73983=>'L', +73984=>'L', +73985=>'L', +73986=>'L', +73987=>'L', +73988=>'L', +73989=>'L', +73990=>'L', +73991=>'L', +73992=>'L', +73993=>'L', +73994=>'L', +73995=>'L', +73996=>'L', +73997=>'L', +73998=>'L', +73999=>'L', +74000=>'L', +74001=>'L', +74002=>'L', +74003=>'L', +74004=>'L', +74005=>'L', +74006=>'L', +74007=>'L', +74008=>'L', +74009=>'L', +74010=>'L', +74011=>'L', +74012=>'L', +74013=>'L', +74014=>'L', +74015=>'L', +74016=>'L', +74017=>'L', +74018=>'L', +74019=>'L', +74020=>'L', +74021=>'L', +74022=>'L', +74023=>'L', +74024=>'L', +74025=>'L', +74026=>'L', +74027=>'L', +74028=>'L', +74029=>'L', +74030=>'L', +74031=>'L', +74032=>'L', +74033=>'L', +74034=>'L', +74035=>'L', +74036=>'L', +74037=>'L', +74038=>'L', +74039=>'L', +74040=>'L', +74041=>'L', +74042=>'L', +74043=>'L', +74044=>'L', +74045=>'L', +74046=>'L', +74047=>'L', +74048=>'L', +74049=>'L', +74050=>'L', +74051=>'L', +74052=>'L', +74053=>'L', +74054=>'L', +74055=>'L', +74056=>'L', +74057=>'L', +74058=>'L', +74059=>'L', +74060=>'L', +74061=>'L', +74062=>'L', +74063=>'L', +74064=>'L', +74065=>'L', +74066=>'L', +74067=>'L', +74068=>'L', +74069=>'L', +74070=>'L', +74071=>'L', +74072=>'L', +74073=>'L', +74074=>'L', +74075=>'L', +74076=>'L', +74077=>'L', +74078=>'L', +74079=>'L', +74080=>'L', +74081=>'L', +74082=>'L', +74083=>'L', +74084=>'L', +74085=>'L', +74086=>'L', +74087=>'L', +74088=>'L', +74089=>'L', +74090=>'L', +74091=>'L', +74092=>'L', +74093=>'L', +74094=>'L', +74095=>'L', +74096=>'L', +74097=>'L', +74098=>'L', +74099=>'L', +74100=>'L', +74101=>'L', +74102=>'L', +74103=>'L', +74104=>'L', +74105=>'L', +74106=>'L', +74107=>'L', +74108=>'L', +74109=>'L', +74110=>'L', +74111=>'L', +74112=>'L', +74113=>'L', +74114=>'L', +74115=>'L', +74116=>'L', +74117=>'L', +74118=>'L', +74119=>'L', +74120=>'L', +74121=>'L', +74122=>'L', +74123=>'L', +74124=>'L', +74125=>'L', +74126=>'L', +74127=>'L', +74128=>'L', +74129=>'L', +74130=>'L', +74131=>'L', +74132=>'L', +74133=>'L', +74134=>'L', +74135=>'L', +74136=>'L', +74137=>'L', +74138=>'L', +74139=>'L', +74140=>'L', +74141=>'L', +74142=>'L', +74143=>'L', +74144=>'L', +74145=>'L', +74146=>'L', +74147=>'L', +74148=>'L', +74149=>'L', +74150=>'L', +74151=>'L', +74152=>'L', +74153=>'L', +74154=>'L', +74155=>'L', +74156=>'L', +74157=>'L', +74158=>'L', +74159=>'L', +74160=>'L', +74161=>'L', +74162=>'L', +74163=>'L', +74164=>'L', +74165=>'L', +74166=>'L', +74167=>'L', +74168=>'L', +74169=>'L', +74170=>'L', +74171=>'L', +74172=>'L', +74173=>'L', +74174=>'L', +74175=>'L', +74176=>'L', +74177=>'L', +74178=>'L', +74179=>'L', +74180=>'L', +74181=>'L', +74182=>'L', +74183=>'L', +74184=>'L', +74185=>'L', +74186=>'L', +74187=>'L', +74188=>'L', +74189=>'L', +74190=>'L', +74191=>'L', +74192=>'L', +74193=>'L', +74194=>'L', +74195=>'L', +74196=>'L', +74197=>'L', +74198=>'L', +74199=>'L', +74200=>'L', +74201=>'L', +74202=>'L', +74203=>'L', +74204=>'L', +74205=>'L', +74206=>'L', +74207=>'L', +74208=>'L', +74209=>'L', +74210=>'L', +74211=>'L', +74212=>'L', +74213=>'L', +74214=>'L', +74215=>'L', +74216=>'L', +74217=>'L', +74218=>'L', +74219=>'L', +74220=>'L', +74221=>'L', +74222=>'L', +74223=>'L', +74224=>'L', +74225=>'L', +74226=>'L', +74227=>'L', +74228=>'L', +74229=>'L', +74230=>'L', +74231=>'L', +74232=>'L', +74233=>'L', +74234=>'L', +74235=>'L', +74236=>'L', +74237=>'L', +74238=>'L', +74239=>'L', +74240=>'L', +74241=>'L', +74242=>'L', +74243=>'L', +74244=>'L', +74245=>'L', +74246=>'L', +74247=>'L', +74248=>'L', +74249=>'L', +74250=>'L', +74251=>'L', +74252=>'L', +74253=>'L', +74254=>'L', +74255=>'L', +74256=>'L', +74257=>'L', +74258=>'L', +74259=>'L', +74260=>'L', +74261=>'L', +74262=>'L', +74263=>'L', +74264=>'L', +74265=>'L', +74266=>'L', +74267=>'L', +74268=>'L', +74269=>'L', +74270=>'L', +74271=>'L', +74272=>'L', +74273=>'L', +74274=>'L', +74275=>'L', +74276=>'L', +74277=>'L', +74278=>'L', +74279=>'L', +74280=>'L', +74281=>'L', +74282=>'L', +74283=>'L', +74284=>'L', +74285=>'L', +74286=>'L', +74287=>'L', +74288=>'L', +74289=>'L', +74290=>'L', +74291=>'L', +74292=>'L', +74293=>'L', +74294=>'L', +74295=>'L', +74296=>'L', +74297=>'L', +74298=>'L', +74299=>'L', +74300=>'L', +74301=>'L', +74302=>'L', +74303=>'L', +74304=>'L', +74305=>'L', +74306=>'L', +74307=>'L', +74308=>'L', +74309=>'L', +74310=>'L', +74311=>'L', +74312=>'L', +74313=>'L', +74314=>'L', +74315=>'L', +74316=>'L', +74317=>'L', +74318=>'L', +74319=>'L', +74320=>'L', +74321=>'L', +74322=>'L', +74323=>'L', +74324=>'L', +74325=>'L', +74326=>'L', +74327=>'L', +74328=>'L', +74329=>'L', +74330=>'L', +74331=>'L', +74332=>'L', +74333=>'L', +74334=>'L', +74335=>'L', +74336=>'L', +74337=>'L', +74338=>'L', +74339=>'L', +74340=>'L', +74341=>'L', +74342=>'L', +74343=>'L', +74344=>'L', +74345=>'L', +74346=>'L', +74347=>'L', +74348=>'L', +74349=>'L', +74350=>'L', +74351=>'L', +74352=>'L', +74353=>'L', +74354=>'L', +74355=>'L', +74356=>'L', +74357=>'L', +74358=>'L', +74359=>'L', +74360=>'L', +74361=>'L', +74362=>'L', +74363=>'L', +74364=>'L', +74365=>'L', +74366=>'L', +74367=>'L', +74368=>'L', +74369=>'L', +74370=>'L', +74371=>'L', +74372=>'L', +74373=>'L', +74374=>'L', +74375=>'L', +74376=>'L', +74377=>'L', +74378=>'L', +74379=>'L', +74380=>'L', +74381=>'L', +74382=>'L', +74383=>'L', +74384=>'L', +74385=>'L', +74386=>'L', +74387=>'L', +74388=>'L', +74389=>'L', +74390=>'L', +74391=>'L', +74392=>'L', +74393=>'L', +74394=>'L', +74395=>'L', +74396=>'L', +74397=>'L', +74398=>'L', +74399=>'L', +74400=>'L', +74401=>'L', +74402=>'L', +74403=>'L', +74404=>'L', +74405=>'L', +74406=>'L', +74407=>'L', +74408=>'L', +74409=>'L', +74410=>'L', +74411=>'L', +74412=>'L', +74413=>'L', +74414=>'L', +74415=>'L', +74416=>'L', +74417=>'L', +74418=>'L', +74419=>'L', +74420=>'L', +74421=>'L', +74422=>'L', +74423=>'L', +74424=>'L', +74425=>'L', +74426=>'L', +74427=>'L', +74428=>'L', +74429=>'L', +74430=>'L', +74431=>'L', +74432=>'L', +74433=>'L', +74434=>'L', +74435=>'L', +74436=>'L', +74437=>'L', +74438=>'L', +74439=>'L', +74440=>'L', +74441=>'L', +74442=>'L', +74443=>'L', +74444=>'L', +74445=>'L', +74446=>'L', +74447=>'L', +74448=>'L', +74449=>'L', +74450=>'L', +74451=>'L', +74452=>'L', +74453=>'L', +74454=>'L', +74455=>'L', +74456=>'L', +74457=>'L', +74458=>'L', +74459=>'L', +74460=>'L', +74461=>'L', +74462=>'L', +74463=>'L', +74464=>'L', +74465=>'L', +74466=>'L', +74467=>'L', +74468=>'L', +74469=>'L', +74470=>'L', +74471=>'L', +74472=>'L', +74473=>'L', +74474=>'L', +74475=>'L', +74476=>'L', +74477=>'L', +74478=>'L', +74479=>'L', +74480=>'L', +74481=>'L', +74482=>'L', +74483=>'L', +74484=>'L', +74485=>'L', +74486=>'L', +74487=>'L', +74488=>'L', +74489=>'L', +74490=>'L', +74491=>'L', +74492=>'L', +74493=>'L', +74494=>'L', +74495=>'L', +74496=>'L', +74497=>'L', +74498=>'L', +74499=>'L', +74500=>'L', +74501=>'L', +74502=>'L', +74503=>'L', +74504=>'L', +74505=>'L', +74506=>'L', +74507=>'L', +74508=>'L', +74509=>'L', +74510=>'L', +74511=>'L', +74512=>'L', +74513=>'L', +74514=>'L', +74515=>'L', +74516=>'L', +74517=>'L', +74518=>'L', +74519=>'L', +74520=>'L', +74521=>'L', +74522=>'L', +74523=>'L', +74524=>'L', +74525=>'L', +74526=>'L', +74527=>'L', +74528=>'L', +74529=>'L', +74530=>'L', +74531=>'L', +74532=>'L', +74533=>'L', +74534=>'L', +74535=>'L', +74536=>'L', +74537=>'L', +74538=>'L', +74539=>'L', +74540=>'L', +74541=>'L', +74542=>'L', +74543=>'L', +74544=>'L', +74545=>'L', +74546=>'L', +74547=>'L', +74548=>'L', +74549=>'L', +74550=>'L', +74551=>'L', +74552=>'L', +74553=>'L', +74554=>'L', +74555=>'L', +74556=>'L', +74557=>'L', +74558=>'L', +74559=>'L', +74560=>'L', +74561=>'L', +74562=>'L', +74563=>'L', +74564=>'L', +74565=>'L', +74566=>'L', +74567=>'L', +74568=>'L', +74569=>'L', +74570=>'L', +74571=>'L', +74572=>'L', +74573=>'L', +74574=>'L', +74575=>'L', +74576=>'L', +74577=>'L', +74578=>'L', +74579=>'L', +74580=>'L', +74581=>'L', +74582=>'L', +74583=>'L', +74584=>'L', +74585=>'L', +74586=>'L', +74587=>'L', +74588=>'L', +74589=>'L', +74590=>'L', +74591=>'L', +74592=>'L', +74593=>'L', +74594=>'L', +74595=>'L', +74596=>'L', +74597=>'L', +74598=>'L', +74599=>'L', +74600=>'L', +74601=>'L', +74602=>'L', +74603=>'L', +74604=>'L', +74605=>'L', +74606=>'L', +74752=>'L', +74753=>'L', +74754=>'L', +74755=>'L', +74756=>'L', +74757=>'L', +74758=>'L', +74759=>'L', +74760=>'L', +74761=>'L', +74762=>'L', +74763=>'L', +74764=>'L', +74765=>'L', +74766=>'L', +74767=>'L', +74768=>'L', +74769=>'L', +74770=>'L', +74771=>'L', +74772=>'L', +74773=>'L', +74774=>'L', +74775=>'L', +74776=>'L', +74777=>'L', +74778=>'L', +74779=>'L', +74780=>'L', +74781=>'L', +74782=>'L', +74783=>'L', +74784=>'L', +74785=>'L', +74786=>'L', +74787=>'L', +74788=>'L', +74789=>'L', +74790=>'L', +74791=>'L', +74792=>'L', +74793=>'L', +74794=>'L', +74795=>'L', +74796=>'L', +74797=>'L', +74798=>'L', +74799=>'L', +74800=>'L', +74801=>'L', +74802=>'L', +74803=>'L', +74804=>'L', +74805=>'L', +74806=>'L', +74807=>'L', +74808=>'L', +74809=>'L', +74810=>'L', +74811=>'L', +74812=>'L', +74813=>'L', +74814=>'L', +74815=>'L', +74816=>'L', +74817=>'L', +74818=>'L', +74819=>'L', +74820=>'L', +74821=>'L', +74822=>'L', +74823=>'L', +74824=>'L', +74825=>'L', +74826=>'L', +74827=>'L', +74828=>'L', +74829=>'L', +74830=>'L', +74831=>'L', +74832=>'L', +74833=>'L', +74834=>'L', +74835=>'L', +74836=>'L', +74837=>'L', +74838=>'L', +74839=>'L', +74840=>'L', +74841=>'L', +74842=>'L', +74843=>'L', +74844=>'L', +74845=>'L', +74846=>'L', +74847=>'L', +74848=>'L', +74849=>'L', +74850=>'L', +74864=>'L', +74865=>'L', +74866=>'L', +74867=>'L', +118784=>'L', +118785=>'L', +118786=>'L', +118787=>'L', +118788=>'L', +118789=>'L', +118790=>'L', +118791=>'L', +118792=>'L', +118793=>'L', +118794=>'L', +118795=>'L', +118796=>'L', +118797=>'L', +118798=>'L', +118799=>'L', +118800=>'L', +118801=>'L', +118802=>'L', +118803=>'L', +118804=>'L', +118805=>'L', +118806=>'L', +118807=>'L', +118808=>'L', +118809=>'L', +118810=>'L', +118811=>'L', +118812=>'L', +118813=>'L', +118814=>'L', +118815=>'L', +118816=>'L', +118817=>'L', +118818=>'L', +118819=>'L', +118820=>'L', +118821=>'L', +118822=>'L', +118823=>'L', +118824=>'L', +118825=>'L', +118826=>'L', +118827=>'L', +118828=>'L', +118829=>'L', +118830=>'L', +118831=>'L', +118832=>'L', +118833=>'L', +118834=>'L', +118835=>'L', +118836=>'L', +118837=>'L', +118838=>'L', +118839=>'L', +118840=>'L', +118841=>'L', +118842=>'L', +118843=>'L', +118844=>'L', +118845=>'L', +118846=>'L', +118847=>'L', +118848=>'L', +118849=>'L', +118850=>'L', +118851=>'L', +118852=>'L', +118853=>'L', +118854=>'L', +118855=>'L', +118856=>'L', +118857=>'L', +118858=>'L', +118859=>'L', +118860=>'L', +118861=>'L', +118862=>'L', +118863=>'L', +118864=>'L', +118865=>'L', +118866=>'L', +118867=>'L', +118868=>'L', +118869=>'L', +118870=>'L', +118871=>'L', +118872=>'L', +118873=>'L', +118874=>'L', +118875=>'L', +118876=>'L', +118877=>'L', +118878=>'L', +118879=>'L', +118880=>'L', +118881=>'L', +118882=>'L', +118883=>'L', +118884=>'L', +118885=>'L', +118886=>'L', +118887=>'L', +118888=>'L', +118889=>'L', +118890=>'L', +118891=>'L', +118892=>'L', +118893=>'L', +118894=>'L', +118895=>'L', +118896=>'L', +118897=>'L', +118898=>'L', +118899=>'L', +118900=>'L', +118901=>'L', +118902=>'L', +118903=>'L', +118904=>'L', +118905=>'L', +118906=>'L', +118907=>'L', +118908=>'L', +118909=>'L', +118910=>'L', +118911=>'L', +118912=>'L', +118913=>'L', +118914=>'L', +118915=>'L', +118916=>'L', +118917=>'L', +118918=>'L', +118919=>'L', +118920=>'L', +118921=>'L', +118922=>'L', +118923=>'L', +118924=>'L', +118925=>'L', +118926=>'L', +118927=>'L', +118928=>'L', +118929=>'L', +118930=>'L', +118931=>'L', +118932=>'L', +118933=>'L', +118934=>'L', +118935=>'L', +118936=>'L', +118937=>'L', +118938=>'L', +118939=>'L', +118940=>'L', +118941=>'L', +118942=>'L', +118943=>'L', +118944=>'L', +118945=>'L', +118946=>'L', +118947=>'L', +118948=>'L', +118949=>'L', +118950=>'L', +118951=>'L', +118952=>'L', +118953=>'L', +118954=>'L', +118955=>'L', +118956=>'L', +118957=>'L', +118958=>'L', +118959=>'L', +118960=>'L', +118961=>'L', +118962=>'L', +118963=>'L', +118964=>'L', +118965=>'L', +118966=>'L', +118967=>'L', +118968=>'L', +118969=>'L', +118970=>'L', +118971=>'L', +118972=>'L', +118973=>'L', +118974=>'L', +118975=>'L', +118976=>'L', +118977=>'L', +118978=>'L', +118979=>'L', +118980=>'L', +118981=>'L', +118982=>'L', +118983=>'L', +118984=>'L', +118985=>'L', +118986=>'L', +118987=>'L', +118988=>'L', +118989=>'L', +118990=>'L', +118991=>'L', +118992=>'L', +118993=>'L', +118994=>'L', +118995=>'L', +118996=>'L', +118997=>'L', +118998=>'L', +118999=>'L', +119000=>'L', +119001=>'L', +119002=>'L', +119003=>'L', +119004=>'L', +119005=>'L', +119006=>'L', +119007=>'L', +119008=>'L', +119009=>'L', +119010=>'L', +119011=>'L', +119012=>'L', +119013=>'L', +119014=>'L', +119015=>'L', +119016=>'L', +119017=>'L', +119018=>'L', +119019=>'L', +119020=>'L', +119021=>'L', +119022=>'L', +119023=>'L', +119024=>'L', +119025=>'L', +119026=>'L', +119027=>'L', +119028=>'L', +119029=>'L', +119040=>'L', +119041=>'L', +119042=>'L', +119043=>'L', +119044=>'L', +119045=>'L', +119046=>'L', +119047=>'L', +119048=>'L', +119049=>'L', +119050=>'L', +119051=>'L', +119052=>'L', +119053=>'L', +119054=>'L', +119055=>'L', +119056=>'L', +119057=>'L', +119058=>'L', +119059=>'L', +119060=>'L', +119061=>'L', +119062=>'L', +119063=>'L', +119064=>'L', +119065=>'L', +119066=>'L', +119067=>'L', +119068=>'L', +119069=>'L', +119070=>'L', +119071=>'L', +119072=>'L', +119073=>'L', +119074=>'L', +119075=>'L', +119076=>'L', +119077=>'L', +119078=>'L', +119082=>'L', +119083=>'L', +119084=>'L', +119085=>'L', +119086=>'L', +119087=>'L', +119088=>'L', +119089=>'L', +119090=>'L', +119091=>'L', +119092=>'L', +119093=>'L', +119094=>'L', +119095=>'L', +119096=>'L', +119097=>'L', +119098=>'L', +119099=>'L', +119100=>'L', +119101=>'L', +119102=>'L', +119103=>'L', +119104=>'L', +119105=>'L', +119106=>'L', +119107=>'L', +119108=>'L', +119109=>'L', +119110=>'L', +119111=>'L', +119112=>'L', +119113=>'L', +119114=>'L', +119115=>'L', +119116=>'L', +119117=>'L', +119118=>'L', +119119=>'L', +119120=>'L', +119121=>'L', +119122=>'L', +119123=>'L', +119124=>'L', +119125=>'L', +119126=>'L', +119127=>'L', +119128=>'L', +119129=>'L', +119130=>'L', +119131=>'L', +119132=>'L', +119133=>'L', +119134=>'L', +119135=>'L', +119136=>'L', +119137=>'L', +119138=>'L', +119139=>'L', +119140=>'L', +119141=>'L', +119142=>'L', +119143=>'NSM', +119144=>'NSM', +119145=>'NSM', +119146=>'L', +119147=>'L', +119148=>'L', +119149=>'L', +119150=>'L', +119151=>'L', +119152=>'L', +119153=>'L', +119154=>'L', +119155=>'BN', +119156=>'BN', +119157=>'BN', +119158=>'BN', +119159=>'BN', +119160=>'BN', +119161=>'BN', +119162=>'BN', +119163=>'NSM', +119164=>'NSM', +119165=>'NSM', +119166=>'NSM', +119167=>'NSM', +119168=>'NSM', +119169=>'NSM', +119170=>'NSM', +119171=>'L', +119172=>'L', +119173=>'NSM', +119174=>'NSM', +119175=>'NSM', +119176=>'NSM', +119177=>'NSM', +119178=>'NSM', +119179=>'NSM', +119180=>'L', +119181=>'L', +119182=>'L', +119183=>'L', +119184=>'L', +119185=>'L', +119186=>'L', +119187=>'L', +119188=>'L', +119189=>'L', +119190=>'L', +119191=>'L', +119192=>'L', +119193=>'L', +119194=>'L', +119195=>'L', +119196=>'L', +119197=>'L', +119198=>'L', +119199=>'L', +119200=>'L', +119201=>'L', +119202=>'L', +119203=>'L', +119204=>'L', +119205=>'L', +119206=>'L', +119207=>'L', +119208=>'L', +119209=>'L', +119210=>'NSM', +119211=>'NSM', +119212=>'NSM', +119213=>'NSM', +119214=>'L', +119215=>'L', +119216=>'L', +119217=>'L', +119218=>'L', +119219=>'L', +119220=>'L', +119221=>'L', +119222=>'L', +119223=>'L', +119224=>'L', +119225=>'L', +119226=>'L', +119227=>'L', +119228=>'L', +119229=>'L', +119230=>'L', +119231=>'L', +119232=>'L', +119233=>'L', +119234=>'L', +119235=>'L', +119236=>'L', +119237=>'L', +119238=>'L', +119239=>'L', +119240=>'L', +119241=>'L', +119242=>'L', +119243=>'L', +119244=>'L', +119245=>'L', +119246=>'L', +119247=>'L', +119248=>'L', +119249=>'L', +119250=>'L', +119251=>'L', +119252=>'L', +119253=>'L', +119254=>'L', +119255=>'L', +119256=>'L', +119257=>'L', +119258=>'L', +119259=>'L', +119260=>'L', +119261=>'L', +119296=>'ON', +119297=>'ON', +119298=>'ON', +119299=>'ON', +119300=>'ON', +119301=>'ON', +119302=>'ON', +119303=>'ON', +119304=>'ON', +119305=>'ON', +119306=>'ON', +119307=>'ON', +119308=>'ON', +119309=>'ON', +119310=>'ON', +119311=>'ON', +119312=>'ON', +119313=>'ON', +119314=>'ON', +119315=>'ON', +119316=>'ON', +119317=>'ON', +119318=>'ON', +119319=>'ON', +119320=>'ON', +119321=>'ON', +119322=>'ON', +119323=>'ON', +119324=>'ON', +119325=>'ON', +119326=>'ON', +119327=>'ON', +119328=>'ON', +119329=>'ON', +119330=>'ON', +119331=>'ON', +119332=>'ON', +119333=>'ON', +119334=>'ON', +119335=>'ON', +119336=>'ON', +119337=>'ON', +119338=>'ON', +119339=>'ON', +119340=>'ON', +119341=>'ON', +119342=>'ON', +119343=>'ON', +119344=>'ON', +119345=>'ON', +119346=>'ON', +119347=>'ON', +119348=>'ON', +119349=>'ON', +119350=>'ON', +119351=>'ON', +119352=>'ON', +119353=>'ON', +119354=>'ON', +119355=>'ON', +119356=>'ON', +119357=>'ON', +119358=>'ON', +119359=>'ON', +119360=>'ON', +119361=>'ON', +119362=>'NSM', +119363=>'NSM', +119364=>'NSM', +119365=>'ON', +119552=>'ON', +119553=>'ON', +119554=>'ON', +119555=>'ON', +119556=>'ON', +119557=>'ON', +119558=>'ON', +119559=>'ON', +119560=>'ON', +119561=>'ON', +119562=>'ON', +119563=>'ON', +119564=>'ON', +119565=>'ON', +119566=>'ON', +119567=>'ON', +119568=>'ON', +119569=>'ON', +119570=>'ON', +119571=>'ON', +119572=>'ON', +119573=>'ON', +119574=>'ON', +119575=>'ON', +119576=>'ON', +119577=>'ON', +119578=>'ON', +119579=>'ON', +119580=>'ON', +119581=>'ON', +119582=>'ON', +119583=>'ON', +119584=>'ON', +119585=>'ON', +119586=>'ON', +119587=>'ON', +119588=>'ON', +119589=>'ON', +119590=>'ON', +119591=>'ON', +119592=>'ON', +119593=>'ON', +119594=>'ON', +119595=>'ON', +119596=>'ON', +119597=>'ON', +119598=>'ON', +119599=>'ON', +119600=>'ON', +119601=>'ON', +119602=>'ON', +119603=>'ON', +119604=>'ON', +119605=>'ON', +119606=>'ON', +119607=>'ON', +119608=>'ON', +119609=>'ON', +119610=>'ON', +119611=>'ON', +119612=>'ON', +119613=>'ON', +119614=>'ON', +119615=>'ON', +119616=>'ON', +119617=>'ON', +119618=>'ON', +119619=>'ON', +119620=>'ON', +119621=>'ON', +119622=>'ON', +119623=>'ON', +119624=>'ON', +119625=>'ON', +119626=>'ON', +119627=>'ON', +119628=>'ON', +119629=>'ON', +119630=>'ON', +119631=>'ON', +119632=>'ON', +119633=>'ON', +119634=>'ON', +119635=>'ON', +119636=>'ON', +119637=>'ON', +119638=>'ON', +119648=>'L', +119649=>'L', +119650=>'L', +119651=>'L', +119652=>'L', +119653=>'L', +119654=>'L', +119655=>'L', +119656=>'L', +119657=>'L', +119658=>'L', +119659=>'L', +119660=>'L', +119661=>'L', +119662=>'L', +119663=>'L', +119664=>'L', +119665=>'L', +119808=>'L', +119809=>'L', +119810=>'L', +119811=>'L', +119812=>'L', +119813=>'L', +119814=>'L', +119815=>'L', +119816=>'L', +119817=>'L', +119818=>'L', +119819=>'L', +119820=>'L', +119821=>'L', +119822=>'L', +119823=>'L', +119824=>'L', +119825=>'L', +119826=>'L', +119827=>'L', +119828=>'L', +119829=>'L', +119830=>'L', +119831=>'L', +119832=>'L', +119833=>'L', +119834=>'L', +119835=>'L', +119836=>'L', +119837=>'L', +119838=>'L', +119839=>'L', +119840=>'L', +119841=>'L', +119842=>'L', +119843=>'L', +119844=>'L', +119845=>'L', +119846=>'L', +119847=>'L', +119848=>'L', +119849=>'L', +119850=>'L', +119851=>'L', +119852=>'L', +119853=>'L', +119854=>'L', +119855=>'L', +119856=>'L', +119857=>'L', +119858=>'L', +119859=>'L', +119860=>'L', +119861=>'L', +119862=>'L', +119863=>'L', +119864=>'L', +119865=>'L', +119866=>'L', +119867=>'L', +119868=>'L', +119869=>'L', +119870=>'L', +119871=>'L', +119872=>'L', +119873=>'L', +119874=>'L', +119875=>'L', +119876=>'L', +119877=>'L', +119878=>'L', +119879=>'L', +119880=>'L', +119881=>'L', +119882=>'L', +119883=>'L', +119884=>'L', +119885=>'L', +119886=>'L', +119887=>'L', +119888=>'L', +119889=>'L', +119890=>'L', +119891=>'L', +119892=>'L', +119894=>'L', +119895=>'L', +119896=>'L', +119897=>'L', +119898=>'L', +119899=>'L', +119900=>'L', +119901=>'L', +119902=>'L', +119903=>'L', +119904=>'L', +119905=>'L', +119906=>'L', +119907=>'L', +119908=>'L', +119909=>'L', +119910=>'L', +119911=>'L', +119912=>'L', +119913=>'L', +119914=>'L', +119915=>'L', +119916=>'L', +119917=>'L', +119918=>'L', +119919=>'L', +119920=>'L', +119921=>'L', +119922=>'L', +119923=>'L', +119924=>'L', +119925=>'L', +119926=>'L', +119927=>'L', +119928=>'L', +119929=>'L', +119930=>'L', +119931=>'L', +119932=>'L', +119933=>'L', +119934=>'L', +119935=>'L', +119936=>'L', +119937=>'L', +119938=>'L', +119939=>'L', +119940=>'L', +119941=>'L', +119942=>'L', +119943=>'L', +119944=>'L', +119945=>'L', +119946=>'L', +119947=>'L', +119948=>'L', +119949=>'L', +119950=>'L', +119951=>'L', +119952=>'L', +119953=>'L', +119954=>'L', +119955=>'L', +119956=>'L', +119957=>'L', +119958=>'L', +119959=>'L', +119960=>'L', +119961=>'L', +119962=>'L', +119963=>'L', +119964=>'L', +119966=>'L', +119967=>'L', +119970=>'L', +119973=>'L', +119974=>'L', +119977=>'L', +119978=>'L', +119979=>'L', +119980=>'L', +119982=>'L', +119983=>'L', +119984=>'L', +119985=>'L', +119986=>'L', +119987=>'L', +119988=>'L', +119989=>'L', +119990=>'L', +119991=>'L', +119992=>'L', +119993=>'L', +119995=>'L', +119997=>'L', +119998=>'L', +119999=>'L', +120000=>'L', +120001=>'L', +120002=>'L', +120003=>'L', +120005=>'L', +120006=>'L', +120007=>'L', +120008=>'L', +120009=>'L', +120010=>'L', +120011=>'L', +120012=>'L', +120013=>'L', +120014=>'L', +120015=>'L', +120016=>'L', +120017=>'L', +120018=>'L', +120019=>'L', +120020=>'L', +120021=>'L', +120022=>'L', +120023=>'L', +120024=>'L', +120025=>'L', +120026=>'L', +120027=>'L', +120028=>'L', +120029=>'L', +120030=>'L', +120031=>'L', +120032=>'L', +120033=>'L', +120034=>'L', +120035=>'L', +120036=>'L', +120037=>'L', +120038=>'L', +120039=>'L', +120040=>'L', +120041=>'L', +120042=>'L', +120043=>'L', +120044=>'L', +120045=>'L', +120046=>'L', +120047=>'L', +120048=>'L', +120049=>'L', +120050=>'L', +120051=>'L', +120052=>'L', +120053=>'L', +120054=>'L', +120055=>'L', +120056=>'L', +120057=>'L', +120058=>'L', +120059=>'L', +120060=>'L', +120061=>'L', +120062=>'L', +120063=>'L', +120064=>'L', +120065=>'L', +120066=>'L', +120067=>'L', +120068=>'L', +120069=>'L', +120071=>'L', +120072=>'L', +120073=>'L', +120074=>'L', +120077=>'L', +120078=>'L', +120079=>'L', +120080=>'L', +120081=>'L', +120082=>'L', +120083=>'L', +120084=>'L', +120086=>'L', +120087=>'L', +120088=>'L', +120089=>'L', +120090=>'L', +120091=>'L', +120092=>'L', +120094=>'L', +120095=>'L', +120096=>'L', +120097=>'L', +120098=>'L', +120099=>'L', +120100=>'L', +120101=>'L', +120102=>'L', +120103=>'L', +120104=>'L', +120105=>'L', +120106=>'L', +120107=>'L', +120108=>'L', +120109=>'L', +120110=>'L', +120111=>'L', +120112=>'L', +120113=>'L', +120114=>'L', +120115=>'L', +120116=>'L', +120117=>'L', +120118=>'L', +120119=>'L', +120120=>'L', +120121=>'L', +120123=>'L', +120124=>'L', +120125=>'L', +120126=>'L', +120128=>'L', +120129=>'L', +120130=>'L', +120131=>'L', +120132=>'L', +120134=>'L', +120138=>'L', +120139=>'L', +120140=>'L', +120141=>'L', +120142=>'L', +120143=>'L', +120144=>'L', +120146=>'L', +120147=>'L', +120148=>'L', +120149=>'L', +120150=>'L', +120151=>'L', +120152=>'L', +120153=>'L', +120154=>'L', +120155=>'L', +120156=>'L', +120157=>'L', +120158=>'L', +120159=>'L', +120160=>'L', +120161=>'L', +120162=>'L', +120163=>'L', +120164=>'L', +120165=>'L', +120166=>'L', +120167=>'L', +120168=>'L', +120169=>'L', +120170=>'L', +120171=>'L', +120172=>'L', +120173=>'L', +120174=>'L', +120175=>'L', +120176=>'L', +120177=>'L', +120178=>'L', +120179=>'L', +120180=>'L', +120181=>'L', +120182=>'L', +120183=>'L', +120184=>'L', +120185=>'L', +120186=>'L', +120187=>'L', +120188=>'L', +120189=>'L', +120190=>'L', +120191=>'L', +120192=>'L', +120193=>'L', +120194=>'L', +120195=>'L', +120196=>'L', +120197=>'L', +120198=>'L', +120199=>'L', +120200=>'L', +120201=>'L', +120202=>'L', +120203=>'L', +120204=>'L', +120205=>'L', +120206=>'L', +120207=>'L', +120208=>'L', +120209=>'L', +120210=>'L', +120211=>'L', +120212=>'L', +120213=>'L', +120214=>'L', +120215=>'L', +120216=>'L', +120217=>'L', +120218=>'L', +120219=>'L', +120220=>'L', +120221=>'L', +120222=>'L', +120223=>'L', +120224=>'L', +120225=>'L', +120226=>'L', +120227=>'L', +120228=>'L', +120229=>'L', +120230=>'L', +120231=>'L', +120232=>'L', +120233=>'L', +120234=>'L', +120235=>'L', +120236=>'L', +120237=>'L', +120238=>'L', +120239=>'L', +120240=>'L', +120241=>'L', +120242=>'L', +120243=>'L', +120244=>'L', +120245=>'L', +120246=>'L', +120247=>'L', +120248=>'L', +120249=>'L', +120250=>'L', +120251=>'L', +120252=>'L', +120253=>'L', +120254=>'L', +120255=>'L', +120256=>'L', +120257=>'L', +120258=>'L', +120259=>'L', +120260=>'L', +120261=>'L', +120262=>'L', +120263=>'L', +120264=>'L', +120265=>'L', +120266=>'L', +120267=>'L', +120268=>'L', +120269=>'L', +120270=>'L', +120271=>'L', +120272=>'L', +120273=>'L', +120274=>'L', +120275=>'L', +120276=>'L', +120277=>'L', +120278=>'L', +120279=>'L', +120280=>'L', +120281=>'L', +120282=>'L', +120283=>'L', +120284=>'L', +120285=>'L', +120286=>'L', +120287=>'L', +120288=>'L', +120289=>'L', +120290=>'L', +120291=>'L', +120292=>'L', +120293=>'L', +120294=>'L', +120295=>'L', +120296=>'L', +120297=>'L', +120298=>'L', +120299=>'L', +120300=>'L', +120301=>'L', +120302=>'L', +120303=>'L', +120304=>'L', +120305=>'L', +120306=>'L', +120307=>'L', +120308=>'L', +120309=>'L', +120310=>'L', +120311=>'L', +120312=>'L', +120313=>'L', +120314=>'L', +120315=>'L', +120316=>'L', +120317=>'L', +120318=>'L', +120319=>'L', +120320=>'L', +120321=>'L', +120322=>'L', +120323=>'L', +120324=>'L', +120325=>'L', +120326=>'L', +120327=>'L', +120328=>'L', +120329=>'L', +120330=>'L', +120331=>'L', +120332=>'L', +120333=>'L', +120334=>'L', +120335=>'L', +120336=>'L', +120337=>'L', +120338=>'L', +120339=>'L', +120340=>'L', +120341=>'L', +120342=>'L', +120343=>'L', +120344=>'L', +120345=>'L', +120346=>'L', +120347=>'L', +120348=>'L', +120349=>'L', +120350=>'L', +120351=>'L', +120352=>'L', +120353=>'L', +120354=>'L', +120355=>'L', +120356=>'L', +120357=>'L', +120358=>'L', +120359=>'L', +120360=>'L', +120361=>'L', +120362=>'L', +120363=>'L', +120364=>'L', +120365=>'L', +120366=>'L', +120367=>'L', +120368=>'L', +120369=>'L', +120370=>'L', +120371=>'L', +120372=>'L', +120373=>'L', +120374=>'L', +120375=>'L', +120376=>'L', +120377=>'L', +120378=>'L', +120379=>'L', +120380=>'L', +120381=>'L', +120382=>'L', +120383=>'L', +120384=>'L', +120385=>'L', +120386=>'L', +120387=>'L', +120388=>'L', +120389=>'L', +120390=>'L', +120391=>'L', +120392=>'L', +120393=>'L', +120394=>'L', +120395=>'L', +120396=>'L', +120397=>'L', +120398=>'L', +120399=>'L', +120400=>'L', +120401=>'L', +120402=>'L', +120403=>'L', +120404=>'L', +120405=>'L', +120406=>'L', +120407=>'L', +120408=>'L', +120409=>'L', +120410=>'L', +120411=>'L', +120412=>'L', +120413=>'L', +120414=>'L', +120415=>'L', +120416=>'L', +120417=>'L', +120418=>'L', +120419=>'L', +120420=>'L', +120421=>'L', +120422=>'L', +120423=>'L', +120424=>'L', +120425=>'L', +120426=>'L', +120427=>'L', +120428=>'L', +120429=>'L', +120430=>'L', +120431=>'L', +120432=>'L', +120433=>'L', +120434=>'L', +120435=>'L', +120436=>'L', +120437=>'L', +120438=>'L', +120439=>'L', +120440=>'L', +120441=>'L', +120442=>'L', +120443=>'L', +120444=>'L', +120445=>'L', +120446=>'L', +120447=>'L', +120448=>'L', +120449=>'L', +120450=>'L', +120451=>'L', +120452=>'L', +120453=>'L', +120454=>'L', +120455=>'L', +120456=>'L', +120457=>'L', +120458=>'L', +120459=>'L', +120460=>'L', +120461=>'L', +120462=>'L', +120463=>'L', +120464=>'L', +120465=>'L', +120466=>'L', +120467=>'L', +120468=>'L', +120469=>'L', +120470=>'L', +120471=>'L', +120472=>'L', +120473=>'L', +120474=>'L', +120475=>'L', +120476=>'L', +120477=>'L', +120478=>'L', +120479=>'L', +120480=>'L', +120481=>'L', +120482=>'L', +120483=>'L', +120484=>'L', +120485=>'L', +120488=>'L', +120489=>'L', +120490=>'L', +120491=>'L', +120492=>'L', +120493=>'L', +120494=>'L', +120495=>'L', +120496=>'L', +120497=>'L', +120498=>'L', +120499=>'L', +120500=>'L', +120501=>'L', +120502=>'L', +120503=>'L', +120504=>'L', +120505=>'L', +120506=>'L', +120507=>'L', +120508=>'L', +120509=>'L', +120510=>'L', +120511=>'L', +120512=>'L', +120513=>'L', +120514=>'L', +120515=>'L', +120516=>'L', +120517=>'L', +120518=>'L', +120519=>'L', +120520=>'L', +120521=>'L', +120522=>'L', +120523=>'L', +120524=>'L', +120525=>'L', +120526=>'L', +120527=>'L', +120528=>'L', +120529=>'L', +120530=>'L', +120531=>'L', +120532=>'L', +120533=>'L', +120534=>'L', +120535=>'L', +120536=>'L', +120537=>'L', +120538=>'L', +120539=>'L', +120540=>'L', +120541=>'L', +120542=>'L', +120543=>'L', +120544=>'L', +120545=>'L', +120546=>'L', +120547=>'L', +120548=>'L', +120549=>'L', +120550=>'L', +120551=>'L', +120552=>'L', +120553=>'L', +120554=>'L', +120555=>'L', +120556=>'L', +120557=>'L', +120558=>'L', +120559=>'L', +120560=>'L', +120561=>'L', +120562=>'L', +120563=>'L', +120564=>'L', +120565=>'L', +120566=>'L', +120567=>'L', +120568=>'L', +120569=>'L', +120570=>'L', +120571=>'L', +120572=>'L', +120573=>'L', +120574=>'L', +120575=>'L', +120576=>'L', +120577=>'L', +120578=>'L', +120579=>'L', +120580=>'L', +120581=>'L', +120582=>'L', +120583=>'L', +120584=>'L', +120585=>'L', +120586=>'L', +120587=>'L', +120588=>'L', +120589=>'L', +120590=>'L', +120591=>'L', +120592=>'L', +120593=>'L', +120594=>'L', +120595=>'L', +120596=>'L', +120597=>'L', +120598=>'L', +120599=>'L', +120600=>'L', +120601=>'L', +120602=>'L', +120603=>'L', +120604=>'L', +120605=>'L', +120606=>'L', +120607=>'L', +120608=>'L', +120609=>'L', +120610=>'L', +120611=>'L', +120612=>'L', +120613=>'L', +120614=>'L', +120615=>'L', +120616=>'L', +120617=>'L', +120618=>'L', +120619=>'L', +120620=>'L', +120621=>'L', +120622=>'L', +120623=>'L', +120624=>'L', +120625=>'L', +120626=>'L', +120627=>'L', +120628=>'L', +120629=>'L', +120630=>'L', +120631=>'L', +120632=>'L', +120633=>'L', +120634=>'L', +120635=>'L', +120636=>'L', +120637=>'L', +120638=>'L', +120639=>'L', +120640=>'L', +120641=>'L', +120642=>'L', +120643=>'L', +120644=>'L', +120645=>'L', +120646=>'L', +120647=>'L', +120648=>'L', +120649=>'L', +120650=>'L', +120651=>'L', +120652=>'L', +120653=>'L', +120654=>'L', +120655=>'L', +120656=>'L', +120657=>'L', +120658=>'L', +120659=>'L', +120660=>'L', +120661=>'L', +120662=>'L', +120663=>'L', +120664=>'L', +120665=>'L', +120666=>'L', +120667=>'L', +120668=>'L', +120669=>'L', +120670=>'L', +120671=>'L', +120672=>'L', +120673=>'L', +120674=>'L', +120675=>'L', +120676=>'L', +120677=>'L', +120678=>'L', +120679=>'L', +120680=>'L', +120681=>'L', +120682=>'L', +120683=>'L', +120684=>'L', +120685=>'L', +120686=>'L', +120687=>'L', +120688=>'L', +120689=>'L', +120690=>'L', +120691=>'L', +120692=>'L', +120693=>'L', +120694=>'L', +120695=>'L', +120696=>'L', +120697=>'L', +120698=>'L', +120699=>'L', +120700=>'L', +120701=>'L', +120702=>'L', +120703=>'L', +120704=>'L', +120705=>'L', +120706=>'L', +120707=>'L', +120708=>'L', +120709=>'L', +120710=>'L', +120711=>'L', +120712=>'L', +120713=>'L', +120714=>'L', +120715=>'L', +120716=>'L', +120717=>'L', +120718=>'L', +120719=>'L', +120720=>'L', +120721=>'L', +120722=>'L', +120723=>'L', +120724=>'L', +120725=>'L', +120726=>'L', +120727=>'L', +120728=>'L', +120729=>'L', +120730=>'L', +120731=>'L', +120732=>'L', +120733=>'L', +120734=>'L', +120735=>'L', +120736=>'L', +120737=>'L', +120738=>'L', +120739=>'L', +120740=>'L', +120741=>'L', +120742=>'L', +120743=>'L', +120744=>'L', +120745=>'L', +120746=>'L', +120747=>'L', +120748=>'L', +120749=>'L', +120750=>'L', +120751=>'L', +120752=>'L', +120753=>'L', +120754=>'L', +120755=>'L', +120756=>'L', +120757=>'L', +120758=>'L', +120759=>'L', +120760=>'L', +120761=>'L', +120762=>'L', +120763=>'L', +120764=>'L', +120765=>'L', +120766=>'L', +120767=>'L', +120768=>'L', +120769=>'L', +120770=>'L', +120771=>'L', +120772=>'L', +120773=>'L', +120774=>'L', +120775=>'L', +120776=>'L', +120777=>'L', +120778=>'L', +120779=>'L', +120782=>'EN', +120783=>'EN', +120784=>'EN', +120785=>'EN', +120786=>'EN', +120787=>'EN', +120788=>'EN', +120789=>'EN', +120790=>'EN', +120791=>'EN', +120792=>'EN', +120793=>'EN', +120794=>'EN', +120795=>'EN', +120796=>'EN', +120797=>'EN', +120798=>'EN', +120799=>'EN', +120800=>'EN', +120801=>'EN', +120802=>'EN', +120803=>'EN', +120804=>'EN', +120805=>'EN', +120806=>'EN', +120807=>'EN', +120808=>'EN', +120809=>'EN', +120810=>'EN', +120811=>'EN', +120812=>'EN', +120813=>'EN', +120814=>'EN', +120815=>'EN', +120816=>'EN', +120817=>'EN', +120818=>'EN', +120819=>'EN', +120820=>'EN', +120821=>'EN', +120822=>'EN', +120823=>'EN', +120824=>'EN', +120825=>'EN', +120826=>'EN', +120827=>'EN', +120828=>'EN', +120829=>'EN', +120830=>'EN', +120831=>'EN', +131072=>'L', +173782=>'L', +194560=>'L', +194561=>'L', +194562=>'L', +194563=>'L', +194564=>'L', +194565=>'L', +194566=>'L', +194567=>'L', +194568=>'L', +194569=>'L', +194570=>'L', +194571=>'L', +194572=>'L', +194573=>'L', +194574=>'L', +194575=>'L', +194576=>'L', +194577=>'L', +194578=>'L', +194579=>'L', +194580=>'L', +194581=>'L', +194582=>'L', +194583=>'L', +194584=>'L', +194585=>'L', +194586=>'L', +194587=>'L', +194588=>'L', +194589=>'L', +194590=>'L', +194591=>'L', +194592=>'L', +194593=>'L', +194594=>'L', +194595=>'L', +194596=>'L', +194597=>'L', +194598=>'L', +194599=>'L', +194600=>'L', +194601=>'L', +194602=>'L', +194603=>'L', +194604=>'L', +194605=>'L', +194606=>'L', +194607=>'L', +194608=>'L', +194609=>'L', +194610=>'L', +194611=>'L', +194612=>'L', +194613=>'L', +194614=>'L', +194615=>'L', +194616=>'L', +194617=>'L', +194618=>'L', +194619=>'L', +194620=>'L', +194621=>'L', +194622=>'L', +194623=>'L', +194624=>'L', +194625=>'L', +194626=>'L', +194627=>'L', +194628=>'L', +194629=>'L', +194630=>'L', +194631=>'L', +194632=>'L', +194633=>'L', +194634=>'L', +194635=>'L', +194636=>'L', +194637=>'L', +194638=>'L', +194639=>'L', +194640=>'L', +194641=>'L', +194642=>'L', +194643=>'L', +194644=>'L', +194645=>'L', +194646=>'L', +194647=>'L', +194648=>'L', +194649=>'L', +194650=>'L', +194651=>'L', +194652=>'L', +194653=>'L', +194654=>'L', +194655=>'L', +194656=>'L', +194657=>'L', +194658=>'L', +194659=>'L', +194660=>'L', +194661=>'L', +194662=>'L', +194663=>'L', +194664=>'L', +194665=>'L', +194666=>'L', +194667=>'L', +194668=>'L', +194669=>'L', +194670=>'L', +194671=>'L', +194672=>'L', +194673=>'L', +194674=>'L', +194675=>'L', +194676=>'L', +194677=>'L', +194678=>'L', +194679=>'L', +194680=>'L', +194681=>'L', +194682=>'L', +194683=>'L', +194684=>'L', +194685=>'L', +194686=>'L', +194687=>'L', +194688=>'L', +194689=>'L', +194690=>'L', +194691=>'L', +194692=>'L', +194693=>'L', +194694=>'L', +194695=>'L', +194696=>'L', +194697=>'L', +194698=>'L', +194699=>'L', +194700=>'L', +194701=>'L', +194702=>'L', +194703=>'L', +194704=>'L', +194705=>'L', +194706=>'L', +194707=>'L', +194708=>'L', +194709=>'L', +194710=>'L', +194711=>'L', +194712=>'L', +194713=>'L', +194714=>'L', +194715=>'L', +194716=>'L', +194717=>'L', +194718=>'L', +194719=>'L', +194720=>'L', +194721=>'L', +194722=>'L', +194723=>'L', +194724=>'L', +194725=>'L', +194726=>'L', +194727=>'L', +194728=>'L', +194729=>'L', +194730=>'L', +194731=>'L', +194732=>'L', +194733=>'L', +194734=>'L', +194735=>'L', +194736=>'L', +194737=>'L', +194738=>'L', +194739=>'L', +194740=>'L', +194741=>'L', +194742=>'L', +194743=>'L', +194744=>'L', +194745=>'L', +194746=>'L', +194747=>'L', +194748=>'L', +194749=>'L', +194750=>'L', +194751=>'L', +194752=>'L', +194753=>'L', +194754=>'L', +194755=>'L', +194756=>'L', +194757=>'L', +194758=>'L', +194759=>'L', +194760=>'L', +194761=>'L', +194762=>'L', +194763=>'L', +194764=>'L', +194765=>'L', +194766=>'L', +194767=>'L', +194768=>'L', +194769=>'L', +194770=>'L', +194771=>'L', +194772=>'L', +194773=>'L', +194774=>'L', +194775=>'L', +194776=>'L', +194777=>'L', +194778=>'L', +194779=>'L', +194780=>'L', +194781=>'L', +194782=>'L', +194783=>'L', +194784=>'L', +194785=>'L', +194786=>'L', +194787=>'L', +194788=>'L', +194789=>'L', +194790=>'L', +194791=>'L', +194792=>'L', +194793=>'L', +194794=>'L', +194795=>'L', +194796=>'L', +194797=>'L', +194798=>'L', +194799=>'L', +194800=>'L', +194801=>'L', +194802=>'L', +194803=>'L', +194804=>'L', +194805=>'L', +194806=>'L', +194807=>'L', +194808=>'L', +194809=>'L', +194810=>'L', +194811=>'L', +194812=>'L', +194813=>'L', +194814=>'L', +194815=>'L', +194816=>'L', +194817=>'L', +194818=>'L', +194819=>'L', +194820=>'L', +194821=>'L', +194822=>'L', +194823=>'L', +194824=>'L', +194825=>'L', +194826=>'L', +194827=>'L', +194828=>'L', +194829=>'L', +194830=>'L', +194831=>'L', +194832=>'L', +194833=>'L', +194834=>'L', +194835=>'L', +194836=>'L', +194837=>'L', +194838=>'L', +194839=>'L', +194840=>'L', +194841=>'L', +194842=>'L', +194843=>'L', +194844=>'L', +194845=>'L', +194846=>'L', +194847=>'L', +194848=>'L', +194849=>'L', +194850=>'L', +194851=>'L', +194852=>'L', +194853=>'L', +194854=>'L', +194855=>'L', +194856=>'L', +194857=>'L', +194858=>'L', +194859=>'L', +194860=>'L', +194861=>'L', +194862=>'L', +194863=>'L', +194864=>'L', +194865=>'L', +194866=>'L', +194867=>'L', +194868=>'L', +194869=>'L', +194870=>'L', +194871=>'L', +194872=>'L', +194873=>'L', +194874=>'L', +194875=>'L', +194876=>'L', +194877=>'L', +194878=>'L', +194879=>'L', +194880=>'L', +194881=>'L', +194882=>'L', +194883=>'L', +194884=>'L', +194885=>'L', +194886=>'L', +194887=>'L', +194888=>'L', +194889=>'L', +194890=>'L', +194891=>'L', +194892=>'L', +194893=>'L', +194894=>'L', +194895=>'L', +194896=>'L', +194897=>'L', +194898=>'L', +194899=>'L', +194900=>'L', +194901=>'L', +194902=>'L', +194903=>'L', +194904=>'L', +194905=>'L', +194906=>'L', +194907=>'L', +194908=>'L', +194909=>'L', +194910=>'L', +194911=>'L', +194912=>'L', +194913=>'L', +194914=>'L', +194915=>'L', +194916=>'L', +194917=>'L', +194918=>'L', +194919=>'L', +194920=>'L', +194921=>'L', +194922=>'L', +194923=>'L', +194924=>'L', +194925=>'L', +194926=>'L', +194927=>'L', +194928=>'L', +194929=>'L', +194930=>'L', +194931=>'L', +194932=>'L', +194933=>'L', +194934=>'L', +194935=>'L', +194936=>'L', +194937=>'L', +194938=>'L', +194939=>'L', +194940=>'L', +194941=>'L', +194942=>'L', +194943=>'L', +194944=>'L', +194945=>'L', +194946=>'L', +194947=>'L', +194948=>'L', +194949=>'L', +194950=>'L', +194951=>'L', +194952=>'L', +194953=>'L', +194954=>'L', +194955=>'L', +194956=>'L', +194957=>'L', +194958=>'L', +194959=>'L', +194960=>'L', +194961=>'L', +194962=>'L', +194963=>'L', +194964=>'L', +194965=>'L', +194966=>'L', +194967=>'L', +194968=>'L', +194969=>'L', +194970=>'L', +194971=>'L', +194972=>'L', +194973=>'L', +194974=>'L', +194975=>'L', +194976=>'L', +194977=>'L', +194978=>'L', +194979=>'L', +194980=>'L', +194981=>'L', +194982=>'L', +194983=>'L', +194984=>'L', +194985=>'L', +194986=>'L', +194987=>'L', +194988=>'L', +194989=>'L', +194990=>'L', +194991=>'L', +194992=>'L', +194993=>'L', +194994=>'L', +194995=>'L', +194996=>'L', +194997=>'L', +194998=>'L', +194999=>'L', +195000=>'L', +195001=>'L', +195002=>'L', +195003=>'L', +195004=>'L', +195005=>'L', +195006=>'L', +195007=>'L', +195008=>'L', +195009=>'L', +195010=>'L', +195011=>'L', +195012=>'L', +195013=>'L', +195014=>'L', +195015=>'L', +195016=>'L', +195017=>'L', +195018=>'L', +195019=>'L', +195020=>'L', +195021=>'L', +195022=>'L', +195023=>'L', +195024=>'L', +195025=>'L', +195026=>'L', +195027=>'L', +195028=>'L', +195029=>'L', +195030=>'L', +195031=>'L', +195032=>'L', +195033=>'L', +195034=>'L', +195035=>'L', +195036=>'L', +195037=>'L', +195038=>'L', +195039=>'L', +195040=>'L', +195041=>'L', +195042=>'L', +195043=>'L', +195044=>'L', +195045=>'L', +195046=>'L', +195047=>'L', +195048=>'L', +195049=>'L', +195050=>'L', +195051=>'L', +195052=>'L', +195053=>'L', +195054=>'L', +195055=>'L', +195056=>'L', +195057=>'L', +195058=>'L', +195059=>'L', +195060=>'L', +195061=>'L', +195062=>'L', +195063=>'L', +195064=>'L', +195065=>'L', +195066=>'L', +195067=>'L', +195068=>'L', +195069=>'L', +195070=>'L', +195071=>'L', +195072=>'L', +195073=>'L', +195074=>'L', +195075=>'L', +195076=>'L', +195077=>'L', +195078=>'L', +195079=>'L', +195080=>'L', +195081=>'L', +195082=>'L', +195083=>'L', +195084=>'L', +195085=>'L', +195086=>'L', +195087=>'L', +195088=>'L', +195089=>'L', +195090=>'L', +195091=>'L', +195092=>'L', +195093=>'L', +195094=>'L', +195095=>'L', +195096=>'L', +195097=>'L', +195098=>'L', +195099=>'L', +195100=>'L', +195101=>'L', +917505=>'BN', +917536=>'BN', +917537=>'BN', +917538=>'BN', +917539=>'BN', +917540=>'BN', +917541=>'BN', +917542=>'BN', +917543=>'BN', +917544=>'BN', +917545=>'BN', +917546=>'BN', +917547=>'BN', +917548=>'BN', +917549=>'BN', +917550=>'BN', +917551=>'BN', +917552=>'BN', +917553=>'BN', +917554=>'BN', +917555=>'BN', +917556=>'BN', +917557=>'BN', +917558=>'BN', +917559=>'BN', +917560=>'BN', +917561=>'BN', +917562=>'BN', +917563=>'BN', +917564=>'BN', +917565=>'BN', +917566=>'BN', +917567=>'BN', +917568=>'BN', +917569=>'BN', +917570=>'BN', +917571=>'BN', +917572=>'BN', +917573=>'BN', +917574=>'BN', +917575=>'BN', +917576=>'BN', +917577=>'BN', +917578=>'BN', +917579=>'BN', +917580=>'BN', +917581=>'BN', +917582=>'BN', +917583=>'BN', +917584=>'BN', +917585=>'BN', +917586=>'BN', +917587=>'BN', +917588=>'BN', +917589=>'BN', +917590=>'BN', +917591=>'BN', +917592=>'BN', +917593=>'BN', +917594=>'BN', +917595=>'BN', +917596=>'BN', +917597=>'BN', +917598=>'BN', +917599=>'BN', +917600=>'BN', +917601=>'BN', +917602=>'BN', +917603=>'BN', +917604=>'BN', +917605=>'BN', +917606=>'BN', +917607=>'BN', +917608=>'BN', +917609=>'BN', +917610=>'BN', +917611=>'BN', +917612=>'BN', +917613=>'BN', +917614=>'BN', +917615=>'BN', +917616=>'BN', +917617=>'BN', +917618=>'BN', +917619=>'BN', +917620=>'BN', +917621=>'BN', +917622=>'BN', +917623=>'BN', +917624=>'BN', +917625=>'BN', +917626=>'BN', +917627=>'BN', +917628=>'BN', +917629=>'BN', +917630=>'BN', +917631=>'BN', +917760=>'NSM', +917761=>'NSM', +917762=>'NSM', +917763=>'NSM', +917764=>'NSM', +917765=>'NSM', +917766=>'NSM', +917767=>'NSM', +917768=>'NSM', +917769=>'NSM', +917770=>'NSM', +917771=>'NSM', +917772=>'NSM', +917773=>'NSM', +917774=>'NSM', +917775=>'NSM', +917776=>'NSM', +917777=>'NSM', +917778=>'NSM', +917779=>'NSM', +917780=>'NSM', +917781=>'NSM', +917782=>'NSM', +917783=>'NSM', +917784=>'NSM', +917785=>'NSM', +917786=>'NSM', +917787=>'NSM', +917788=>'NSM', +917789=>'NSM', +917790=>'NSM', +917791=>'NSM', +917792=>'NSM', +917793=>'NSM', +917794=>'NSM', +917795=>'NSM', +917796=>'NSM', +917797=>'NSM', +917798=>'NSM', +917799=>'NSM', +917800=>'NSM', +917801=>'NSM', +917802=>'NSM', +917803=>'NSM', +917804=>'NSM', +917805=>'NSM', +917806=>'NSM', +917807=>'NSM', +917808=>'NSM', +917809=>'NSM', +917810=>'NSM', +917811=>'NSM', +917812=>'NSM', +917813=>'NSM', +917814=>'NSM', +917815=>'NSM', +917816=>'NSM', +917817=>'NSM', +917818=>'NSM', +917819=>'NSM', +917820=>'NSM', +917821=>'NSM', +917822=>'NSM', +917823=>'NSM', +917824=>'NSM', +917825=>'NSM', +917826=>'NSM', +917827=>'NSM', +917828=>'NSM', +917829=>'NSM', +917830=>'NSM', +917831=>'NSM', +917832=>'NSM', +917833=>'NSM', +917834=>'NSM', +917835=>'NSM', +917836=>'NSM', +917837=>'NSM', +917838=>'NSM', +917839=>'NSM', +917840=>'NSM', +917841=>'NSM', +917842=>'NSM', +917843=>'NSM', +917844=>'NSM', +917845=>'NSM', +917846=>'NSM', +917847=>'NSM', +917848=>'NSM', +917849=>'NSM', +917850=>'NSM', +917851=>'NSM', +917852=>'NSM', +917853=>'NSM', +917854=>'NSM', +917855=>'NSM', +917856=>'NSM', +917857=>'NSM', +917858=>'NSM', +917859=>'NSM', +917860=>'NSM', +917861=>'NSM', +917862=>'NSM', +917863=>'NSM', +917864=>'NSM', +917865=>'NSM', +917866=>'NSM', +917867=>'NSM', +917868=>'NSM', +917869=>'NSM', +917870=>'NSM', +917871=>'NSM', +917872=>'NSM', +917873=>'NSM', +917874=>'NSM', +917875=>'NSM', +917876=>'NSM', +917877=>'NSM', +917878=>'NSM', +917879=>'NSM', +917880=>'NSM', +917881=>'NSM', +917882=>'NSM', +917883=>'NSM', +917884=>'NSM', +917885=>'NSM', +917886=>'NSM', +917887=>'NSM', +917888=>'NSM', +917889=>'NSM', +917890=>'NSM', +917891=>'NSM', +917892=>'NSM', +917893=>'NSM', +917894=>'NSM', +917895=>'NSM', +917896=>'NSM', +917897=>'NSM', +917898=>'NSM', +917899=>'NSM', +917900=>'NSM', +917901=>'NSM', +917902=>'NSM', +917903=>'NSM', +917904=>'NSM', +917905=>'NSM', +917906=>'NSM', +917907=>'NSM', +917908=>'NSM', +917909=>'NSM', +917910=>'NSM', +917911=>'NSM', +917912=>'NSM', +917913=>'NSM', +917914=>'NSM', +917915=>'NSM', +917916=>'NSM', +917917=>'NSM', +917918=>'NSM', +917919=>'NSM', +917920=>'NSM', +917921=>'NSM', +917922=>'NSM', +917923=>'NSM', +917924=>'NSM', +917925=>'NSM', +917926=>'NSM', +917927=>'NSM', +917928=>'NSM', +917929=>'NSM', +917930=>'NSM', +917931=>'NSM', +917932=>'NSM', +917933=>'NSM', +917934=>'NSM', +917935=>'NSM', +917936=>'NSM', +917937=>'NSM', +917938=>'NSM', +917939=>'NSM', +917940=>'NSM', +917941=>'NSM', +917942=>'NSM', +917943=>'NSM', +917944=>'NSM', +917945=>'NSM', +917946=>'NSM', +917947=>'NSM', +917948=>'NSM', +917949=>'NSM', +917950=>'NSM', +917951=>'NSM', +917952=>'NSM', +917953=>'NSM', +917954=>'NSM', +917955=>'NSM', +917956=>'NSM', +917957=>'NSM', +917958=>'NSM', +917959=>'NSM', +917960=>'NSM', +917961=>'NSM', +917962=>'NSM', +917963=>'NSM', +917964=>'NSM', +917965=>'NSM', +917966=>'NSM', +917967=>'NSM', +917968=>'NSM', +917969=>'NSM', +917970=>'NSM', +917971=>'NSM', +917972=>'NSM', +917973=>'NSM', +917974=>'NSM', +917975=>'NSM', +917976=>'NSM', +917977=>'NSM', +917978=>'NSM', +917979=>'NSM', +917980=>'NSM', +917981=>'NSM', +917982=>'NSM', +917983=>'NSM', +917984=>'NSM', +917985=>'NSM', +917986=>'NSM', +917987=>'NSM', +917988=>'NSM', +917989=>'NSM', +917990=>'NSM', +917991=>'NSM', +917992=>'NSM', +917993=>'NSM', +917994=>'NSM', +917995=>'NSM', +917996=>'NSM', +917997=>'NSM', +917998=>'NSM', +917999=>'NSM', +983040=>'L', +1048573=>'L', +1048576=>'L', +1114109=>'L' +); + +/** + * Mirror unicode characters. For information on bidi mirroring, see UAX #9: Bidirectional Algorithm, at http://www.unicode.org/unicode/reports/tr9/ + * @public + */ +public $uni_mirror = array ( +0x0028=>0x0029, +0x0029=>0x0028, +0x003C=>0x003E, +0x003E=>0x003C, +0x005B=>0x005D, +0x005D=>0x005B, +0x007B=>0x007D, +0x007D=>0x007B, +0x00AB=>0x00BB, +0x00BB=>0x00AB, +0x0F3A=>0x0F3B, +0x0F3B=>0x0F3A, +0x0F3C=>0x0F3D, +0x0F3D=>0x0F3C, +0x169B=>0x169C, +0x169C=>0x169B, +0x2018=>0x2019, +0x2019=>0x2018, +0x201C=>0x201D, +0x201D=>0x201C, +0x2039=>0x203A, +0x203A=>0x2039, +0x2045=>0x2046, +0x2046=>0x2045, +0x207D=>0x207E, +0x207E=>0x207D, +0x208D=>0x208E, +0x208E=>0x208D, +0x2208=>0x220B, +0x2209=>0x220C, +0x220A=>0x220D, +0x220B=>0x2208, +0x220C=>0x2209, +0x220D=>0x220A, +0x2215=>0x29F5, +0x223C=>0x223D, +0x223D=>0x223C, +0x2243=>0x22CD, +0x2252=>0x2253, +0x2253=>0x2252, +0x2254=>0x2255, +0x2255=>0x2254, +0x2264=>0x2265, +0x2265=>0x2264, +0x2266=>0x2267, +0x2267=>0x2266, +0x2268=>0x2269, +0x2269=>0x2268, +0x226A=>0x226B, +0x226B=>0x226A, +0x226E=>0x226F, +0x226F=>0x226E, +0x2270=>0x2271, +0x2271=>0x2270, +0x2272=>0x2273, +0x2273=>0x2272, +0x2274=>0x2275, +0x2275=>0x2274, +0x2276=>0x2277, +0x2277=>0x2276, +0x2278=>0x2279, +0x2279=>0x2278, +0x227A=>0x227B, +0x227B=>0x227A, +0x227C=>0x227D, +0x227D=>0x227C, +0x227E=>0x227F, +0x227F=>0x227E, +0x2280=>0x2281, +0x2281=>0x2280, +0x2282=>0x2283, +0x2283=>0x2282, +0x2284=>0x2285, +0x2285=>0x2284, +0x2286=>0x2287, +0x2287=>0x2286, +0x2288=>0x2289, +0x2289=>0x2288, +0x228A=>0x228B, +0x228B=>0x228A, +0x228F=>0x2290, +0x2290=>0x228F, +0x2291=>0x2292, +0x2292=>0x2291, +0x2298=>0x29B8, +0x22A2=>0x22A3, +0x22A3=>0x22A2, +0x22A6=>0x2ADE, +0x22A8=>0x2AE4, +0x22A9=>0x2AE3, +0x22AB=>0x2AE5, +0x22B0=>0x22B1, +0x22B1=>0x22B0, +0x22B2=>0x22B3, +0x22B3=>0x22B2, +0x22B4=>0x22B5, +0x22B5=>0x22B4, +0x22B6=>0x22B7, +0x22B7=>0x22B6, +0x22C9=>0x22CA, +0x22CA=>0x22C9, +0x22CB=>0x22CC, +0x22CC=>0x22CB, +0x22CD=>0x2243, +0x22D0=>0x22D1, +0x22D1=>0x22D0, +0x22D6=>0x22D7, +0x22D7=>0x22D6, +0x22D8=>0x22D9, +0x22D9=>0x22D8, +0x22DA=>0x22DB, +0x22DB=>0x22DA, +0x22DC=>0x22DD, +0x22DD=>0x22DC, +0x22DE=>0x22DF, +0x22DF=>0x22DE, +0x22E0=>0x22E1, +0x22E1=>0x22E0, +0x22E2=>0x22E3, +0x22E3=>0x22E2, +0x22E4=>0x22E5, +0x22E5=>0x22E4, +0x22E6=>0x22E7, +0x22E7=>0x22E6, +0x22E8=>0x22E9, +0x22E9=>0x22E8, +0x22EA=>0x22EB, +0x22EB=>0x22EA, +0x22EC=>0x22ED, +0x22ED=>0x22EC, +0x22F0=>0x22F1, +0x22F1=>0x22F0, +0x22F2=>0x22FA, +0x22F3=>0x22FB, +0x22F4=>0x22FC, +0x22F6=>0x22FD, +0x22F7=>0x22FE, +0x22FA=>0x22F2, +0x22FB=>0x22F3, +0x22FC=>0x22F4, +0x22FD=>0x22F6, +0x22FE=>0x22F7, +0x2308=>0x2309, +0x2309=>0x2308, +0x230A=>0x230B, +0x230B=>0x230A, +0x2329=>0x232A, +0x232A=>0x2329, +0x2768=>0x2769, +0x2769=>0x2768, +0x276A=>0x276B, +0x276B=>0x276A, +0x276C=>0x276D, +0x276D=>0x276C, +0x276E=>0x276F, +0x276F=>0x276E, +0x2770=>0x2771, +0x2771=>0x2770, +0x2772=>0x2773, +0x2773=>0x2772, +0x2774=>0x2775, +0x2775=>0x2774, +0x27C3=>0x27C4, +0x27C4=>0x27C3, +0x27C5=>0x27C6, +0x27C6=>0x27C5, +0x27D5=>0x27D6, +0x27D6=>0x27D5, +0x27DD=>0x27DE, +0x27DE=>0x27DD, +0x27E2=>0x27E3, +0x27E3=>0x27E2, +0x27E4=>0x27E5, +0x27E5=>0x27E4, +0x27E6=>0x27E7, +0x27E7=>0x27E6, +0x27E8=>0x27E9, +0x27E9=>0x27E8, +0x27EA=>0x27EB, +0x27EB=>0x27EA, +0x2983=>0x2984, +0x2984=>0x2983, +0x2985=>0x2986, +0x2986=>0x2985, +0x2987=>0x2988, +0x2988=>0x2987, +0x2989=>0x298A, +0x298A=>0x2989, +0x298B=>0x298C, +0x298C=>0x298B, +0x298D=>0x2990, +0x298E=>0x298F, +0x298F=>0x298E, +0x2990=>0x298D, +0x2991=>0x2992, +0x2992=>0x2991, +0x2993=>0x2994, +0x2994=>0x2993, +0x2995=>0x2996, +0x2996=>0x2995, +0x2997=>0x2998, +0x2998=>0x2997, +0x29B8=>0x2298, +0x29C0=>0x29C1, +0x29C1=>0x29C0, +0x29C4=>0x29C5, +0x29C5=>0x29C4, +0x29CF=>0x29D0, +0x29D0=>0x29CF, +0x29D1=>0x29D2, +0x29D2=>0x29D1, +0x29D4=>0x29D5, +0x29D5=>0x29D4, +0x29D8=>0x29D9, +0x29D9=>0x29D8, +0x29DA=>0x29DB, +0x29DB=>0x29DA, +0x29F5=>0x2215, +0x29F8=>0x29F9, +0x29F9=>0x29F8, +0x29FC=>0x29FD, +0x29FD=>0x29FC, +0x2A2B=>0x2A2C, +0x2A2C=>0x2A2B, +0x2A2D=>0x2A2E, +0x2A2E=>0x2A2D, +0x2A34=>0x2A35, +0x2A35=>0x2A34, +0x2A3C=>0x2A3D, +0x2A3D=>0x2A3C, +0x2A64=>0x2A65, +0x2A65=>0x2A64, +0x2A79=>0x2A7A, +0x2A7A=>0x2A79, +0x2A7D=>0x2A7E, +0x2A7E=>0x2A7D, +0x2A7F=>0x2A80, +0x2A80=>0x2A7F, +0x2A81=>0x2A82, +0x2A82=>0x2A81, +0x2A83=>0x2A84, +0x2A84=>0x2A83, +0x2A8B=>0x2A8C, +0x2A8C=>0x2A8B, +0x2A91=>0x2A92, +0x2A92=>0x2A91, +0x2A93=>0x2A94, +0x2A94=>0x2A93, +0x2A95=>0x2A96, +0x2A96=>0x2A95, +0x2A97=>0x2A98, +0x2A98=>0x2A97, +0x2A99=>0x2A9A, +0x2A9A=>0x2A99, +0x2A9B=>0x2A9C, +0x2A9C=>0x2A9B, +0x2AA1=>0x2AA2, +0x2AA2=>0x2AA1, +0x2AA6=>0x2AA7, +0x2AA7=>0x2AA6, +0x2AA8=>0x2AA9, +0x2AA9=>0x2AA8, +0x2AAA=>0x2AAB, +0x2AAB=>0x2AAA, +0x2AAC=>0x2AAD, +0x2AAD=>0x2AAC, +0x2AAF=>0x2AB0, +0x2AB0=>0x2AAF, +0x2AB3=>0x2AB4, +0x2AB4=>0x2AB3, +0x2ABB=>0x2ABC, +0x2ABC=>0x2ABB, +0x2ABD=>0x2ABE, +0x2ABE=>0x2ABD, +0x2ABF=>0x2AC0, +0x2AC0=>0x2ABF, +0x2AC1=>0x2AC2, +0x2AC2=>0x2AC1, +0x2AC3=>0x2AC4, +0x2AC4=>0x2AC3, +0x2AC5=>0x2AC6, +0x2AC6=>0x2AC5, +0x2ACD=>0x2ACE, +0x2ACE=>0x2ACD, +0x2ACF=>0x2AD0, +0x2AD0=>0x2ACF, +0x2AD1=>0x2AD2, +0x2AD2=>0x2AD1, +0x2AD3=>0x2AD4, +0x2AD4=>0x2AD3, +0x2AD5=>0x2AD6, +0x2AD6=>0x2AD5, +0x2ADE=>0x22A6, +0x2AE3=>0x22A9, +0x2AE4=>0x22A8, +0x2AE5=>0x22AB, +0x2AEC=>0x2AED, +0x2AED=>0x2AEC, +0x2AF7=>0x2AF8, +0x2AF8=>0x2AF7, +0x2AF9=>0x2AFA, +0x2AFA=>0x2AF9, +0x2E02=>0x2E03, +0x2E03=>0x2E02, +0x2E04=>0x2E05, +0x2E05=>0x2E04, +0x2E09=>0x2E0A, +0x2E0A=>0x2E09, +0x2E0C=>0x2E0D, +0x2E0D=>0x2E0C, +0x2E1C=>0x2E1D, +0x2E1D=>0x2E1C, +0x3008=>0x3009, +0x3009=>0x3008, +0x300A=>0x300B, +0x300B=>0x300A, +0x300C=>0x300D, +0x300D=>0x300C, +0x300E=>0x300F, +0x300F=>0x300E, +0x3010=>0x3011, +0x3011=>0x3010, +0x3014=>0x3015, +0x3015=>0x3014, +0x3016=>0x3017, +0x3017=>0x3016, +0x3018=>0x3019, +0x3019=>0x3018, +0x301A=>0x301B, +0x301B=>0x301A, +0x301D=>0x301E, +0x301E=>0x301D, +0xFE59=>0xFE5A, +0xFE5A=>0xFE59, +0xFE5B=>0xFE5C, +0xFE5C=>0xFE5B, +0xFE5D=>0xFE5E, +0xFE5E=>0xFE5D, +0xFE64=>0xFE65, +0xFE65=>0xFE64, +0xFF08=>0xFF09, +0xFF09=>0xFF08, +0xFF1C=>0xFF1E, +0xFF1E=>0xFF1C, +0xFF3B=>0xFF3D, +0xFF3D=>0xFF3B, +0xFF5B=>0xFF5D, +0xFF5D=>0xFF5B, +0xFF5F=>0xFF60, +0xFF60=>0xFF5F, +0xFF62=>0xFF63, +0xFF63=>0xFF62); + +/** + * Arabic shape substitutions: char code => (isolated, final, initial, medial). + * @public + */ +public $uni_arabicsubst = array( +1569=>array(65152), +1570=>array(65153, 65154, 65153, 65154), +1571=>array(65155, 65156, 65155, 65156), +1572=>array(65157, 65158), +1573=>array(65159, 65160, 65159, 65160), +1574=>array(65161, 65162, 65163, 65164), +1575=>array(65165, 65166, 65165, 65166), +1576=>array(65167, 65168, 65169, 65170), +1577=>array(65171, 65172), +1578=>array(65173, 65174, 65175, 65176), +1579=>array(65177, 65178, 65179, 65180), +1580=>array(65181, 65182, 65183, 65184), +1581=>array(65185, 65186, 65187, 65188), +1582=>array(65189, 65190, 65191, 65192), +1583=>array(65193, 65194, 65193, 65194), +1584=>array(65195, 65196, 65195, 65196), +1585=>array(65197, 65198, 65197, 65198), +1586=>array(65199, 65200, 65199, 65200), +1587=>array(65201, 65202, 65203, 65204), +1588=>array(65205, 65206, 65207, 65208), +1589=>array(65209, 65210, 65211, 65212), +1590=>array(65213, 65214, 65215, 65216), +1591=>array(65217, 65218, 65219, 65220), +1592=>array(65221, 65222, 65223, 65224), +1593=>array(65225, 65226, 65227, 65228), +1594=>array(65229, 65230, 65231, 65232), +1601=>array(65233, 65234, 65235, 65236), +1602=>array(65237, 65238, 65239, 65240), +1603=>array(65241, 65242, 65243, 65244), +1604=>array(65245, 65246, 65247, 65248), +1605=>array(65249, 65250, 65251, 65252), +1606=>array(65253, 65254, 65255, 65256), +1607=>array(65257, 65258, 65259, 65260), +1608=>array(65261, 65262, 65261, 65262), +1609=>array(65263, 65264, 64488, 64489), +1610=>array(65265, 65266, 65267, 65268), +1649=>array(64336, 64337), +1655=>array(64477), +1657=>array(64358, 64359, 64360, 64361), +1658=>array(64350, 64351, 64352, 64353), +1659=>array(64338, 64339, 64340, 64341), +1662=>array(64342, 64343, 64344, 64345), +1663=>array(64354, 64355, 64356, 64357), +1664=>array(64346, 64347, 64348, 64349), +1667=>array(64374, 64375, 64376, 64377), +1668=>array(64370, 64371, 64372, 64373), +1670=>array(64378, 64379, 64380, 64381), +1671=>array(64382, 64383, 64384, 64385), +1672=>array(64392, 64393), +1676=>array(64388, 64389), +1677=>array(64386, 64387), +1678=>array(64390, 64391), +1681=>array(64396, 64397), +1688=>array(64394, 64395, 64394, 64395), +1700=>array(64362, 64363, 64364, 64365), +1702=>array(64366, 64367, 64368, 64369), +1705=>array(64398, 64399, 64400, 64401), +1709=>array(64467, 64468, 64469, 64470), +1711=>array(64402, 64403, 64404, 64405), +1713=>array(64410, 64411, 64412, 64413), +1715=>array(64406, 64407, 64408, 64409), +1722=>array(64414, 64415), +1723=>array(64416, 64417, 64418, 64419), +1726=>array(64426, 64427, 64428, 64429), +1728=>array(64420, 64421), +1729=>array(64422, 64423, 64424, 64425), +1733=>array(64480, 64481), +1734=>array(64473, 64474), +1735=>array(64471, 64472), +1736=>array(64475, 64476), +1737=>array(64482, 64483), +1739=>array(64478, 64479), +1740=>array(64508, 64509, 64510, 64511), +1744=>array(64484, 64485, 64486, 64487), +1746=>array(64430, 64431), +1747=>array(64432, 64433) +); + +/** + * Arabic laa letter: (char code => isolated, final, initial, medial). + * @public + */ +public $uni_laa_array = array ( +1570 =>array(65269, 65270, 65269, 65270), +1571 =>array(65271, 65272, 65271, 65272), +1573 =>array(65273, 65274, 65273, 65274), +1575 =>array(65275, 65276, 65275, 65276) +); + +/** + * Array of character substitutions for sequences of two diacritics symbols. + * Putting the combining mark and character in the same glyph allows us to avoid the two marks overlapping each other in an illegible manner. + * second NSM char code => substitution char + * @public + */ +public $uni_diacritics = array ( +1612=>64606, # Shadda + Dammatan +1613=>64607, # Shadda + Kasratan +1614=>64608, # Shadda + Fatha +1615=>64609, # Shadda + Damma +1616=>64610 # Shadda + Kasra +); + +/** + * Array of character substitutions from UTF-8 Unicode to Latin1. + * @public + */ +public $uni_utf8tolatin = array ( +8364=>128, # Euro1 +338=>140, # OE +352=>138, # Scaron +376=>159, # Ydieresis +381=>142, # Zcaron2 +8226=>149, # bullet3 +710=>136, # circumflex +8224=>134, # dagger +8225=>135, # daggerdbl +8230=>133, # ellipsis +8212=>151, # emdash +8211=>150, # endash +402=>131, # florin +8249=>139, # guilsinglleft +8250=>155, # guilsinglright +339=>156, # oe +8240=>137, # perthousand +8222=>132, # quotedblbase +8220=>147, # quotedblleft +8221=>148, # quotedblright +8216=>145, # quoteleft +8217=>146, # quoteright +8218=>130, # quotesinglbase +353=>154, # scaron +732=>152, # tilde +8482=>153, # trademark +382=>158 # zcaron2 +); + +} // --- END OF CLASS --- + +//============================================================+ +// END OF FILE +//============================================================+ diff --git a/htdocs/phpMyAdmin/libraries/transformations.lib.php b/htdocs/phpMyAdmin/libraries/transformations.lib.php new file mode 100644 index 000000000..7148003b5 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations.lib.php @@ -0,0 +1,246 @@ + + * PMA_transformation_getOptions("'option ,, quoted',abd,'2,3',"); + * // array { + * // 'option ,, quoted', + * // 'abc', + * // '2,3', + * // '', + * // } + * + * + * @uses preg_split() + * @uses array_shift() + * @uses trim() + * @uses rtrim() + * @uses ltrim() + * @uses strlen() + * @uses substr() + * @uses stripslashes() + * @param string $option_string comma separated options + * @return array options + */ +function PMA_transformation_getOptions($option_string) +{ + $result = array(); + + if (! strlen($option_string) + || ! $transform_options = preg_split('/,/', $option_string)) { + return $result; + } + + while (($option = array_shift($transform_options)) !== null) { + $trimmed = trim($option); + if (strlen($trimmed) > 1 + && $trimmed[0] == "'" + && $trimmed[strlen($trimmed) - 1] == "'") { + // '...' + $option = substr($trimmed, 1, -1); + } elseif (isset($trimmed[0]) && $trimmed[0] == "'") { + // '..., + $trimmed = ltrim($option); + while (($option = array_shift($transform_options)) !== null) { + // ..., + $trimmed .= ',' . $option; + $rtrimmed = rtrim($trimmed); + if ($rtrimmed[strlen($rtrimmed) - 1] == "'") { + // ,...' + break; + } + } + $option = substr($rtrimmed, 1, -1); + } + $result[] = stripslashes($option); + } + + return $result; +} + +/** + * Gets all available MIME-types + * + * @access public + * @uses opendir() + * @uses readdir() + * @uses closedir() + * @uses sort() + * @uses preg_match() + * @uses explode() + * @uses str_replace() + * @staticvar array mimetypes + * @return array array[mimetype], array[transformation] + */ +function PMA_getAvailableMIMEtypes() +{ + static $stack = null; + + if (null !== $stack) { + return $stack; + } + + $stack = array(); + $filestack = array(); + + $handle = opendir('./libraries/transformations'); + + if (! $handle) { + return $stack; + } + + while ($file = readdir($handle)) { + $filestack[] = $file; + } + + closedir($handle); + sort($filestack); + + foreach ($filestack as $file) { + if (preg_match('|^.*__.*\.inc\.php$|', $file)) { + // File contains transformation functions. + $base = explode('__', str_replace('.inc.php', '', $file)); + $mimetype = str_replace('_', '/', $base[0]); + $stack['mimetype'][$mimetype] = $mimetype; + + $stack['transformation'][] = $mimetype . ': ' . $base[1]; + $stack['transformation_file'][] = $file; + + } elseif (preg_match('|^.*\.inc\.php$|', $file)) { + // File is a plain mimetype, no functions. + $base = str_replace('.inc.php', '', $file); + + if ($base != 'global') { + $mimetype = str_replace('_', '/', $base); + $stack['mimetype'][$mimetype] = $mimetype; + $stack['empty_mimetype'][$mimetype] = $mimetype; + } + } + } + + return $stack; +} + +/** + * Gets the mimetypes for all columns of a table + * + * @uses $GLOBALS['controllink'] + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_DBI_fetch_result() + * @access public + * @param string $db the name of the db to check for + * @param string $table the name of the table to check for + * @param string $strict whether to include only results having a mimetype set + * @return array [field_name][field_key] = field_value + */ +function PMA_getMIME($db, $table, $strict = false) +{ + $cfgRelation = PMA_getRelationsParam(); + + if (! $cfgRelation['commwork']) { + return false; + } + + $com_qry = ' + SELECT `column_name`, + `mimetype`, + `transformation`, + `transformation_options` + FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . ' + WHERE `db_name` = \'' . PMA_sqlAddslashes($db) . '\' + AND `table_name` = \'' . PMA_sqlAddslashes($table) . '\' + AND ( `mimetype` != \'\'' . (!$strict ? ' + OR `transformation` != \'\' + OR `transformation_options` != \'\'' : '') . ')'; + return PMA_DBI_fetch_result($com_qry, 'column_name', null, $GLOBALS['controllink']); +} // end of the 'PMA_getMIME()' function + +/** + * Set a single mimetype to a certain value. + * + * @uses PMA_DBI_QUERY_STORE + * @uses PMA_getRelationsParam() + * @uses PMA_backquote() + * @uses PMA_sqlAddslashes() + * @uses PMA_query_as_controluser() + * @uses PMA_DBI_num_rows() + * @uses PMA_DBI_fetch_assoc() + * @uses PMA_DBI_free_result() + * @uses strlen() + * @access public + * @param string $db the name of the db + * @param string $table the name of the table + * @param string $key the name of the column + * @param string $mimetype the mimetype of the column + * @param string $transformation the transformation of the column + * @param string $transformation_options the transformation options of the column + * @param string $forcedelete force delete, will erase any existing comments for this column + * @return boolean true, if comment-query was made. + */ +function PMA_setMIME($db, $table, $key, $mimetype, $transformation, + $transformation_options, $forcedelete = false) +{ + $cfgRelation = PMA_getRelationsParam(); + + if (! $cfgRelation['commwork']) { + return false; + } + + $test_qry = ' + SELECT `mimetype`, + `comment` + FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . ' + WHERE `db_name` = \'' . PMA_sqlAddslashes($db) . '\' + AND `table_name` = \'' . PMA_sqlAddslashes($table) . '\' + AND `column_name` = \'' . PMA_sqlAddslashes($key) . '\''; + $test_rs = PMA_query_as_controluser($test_qry, true, PMA_DBI_QUERY_STORE); + + if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { + $row = @PMA_DBI_fetch_assoc($test_rs); + PMA_DBI_free_result($test_rs); + + if (! $forcedelete + && (strlen($mimetype) || strlen($transformation) + || strlen($transformation_options) || strlen($row['comment']))) { + $upd_query = ' + UPDATE ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . ' + SET `mimetype` = \'' . PMA_sqlAddslashes($mimetype) . '\', + `transformation` = \'' . PMA_sqlAddslashes($transformation) . '\', + `transformation_options` = \'' . PMA_sqlAddslashes($transformation_options) . '\''; + } else { + $upd_query = 'DELETE FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']); + } + $upd_query .= ' + WHERE `db_name` = \'' . PMA_sqlAddslashes($db) . '\' + AND `table_name` = \'' . PMA_sqlAddslashes($table) . '\' + AND `column_name` = \'' . PMA_sqlAddslashes($key) . '\''; + } elseif (strlen($mimetype) || strlen($transformation) + || strlen($transformation_options)) { + $upd_query = 'INSERT INTO ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) + . ' (db_name, table_name, column_name, mimetype, transformation, transformation_options) ' + . ' VALUES(' + . '\'' . PMA_sqlAddslashes($db) . '\',' + . '\'' . PMA_sqlAddslashes($table) . '\',' + . '\'' . PMA_sqlAddslashes($key) . '\',' + . '\'' . PMA_sqlAddslashes($mimetype) . '\',' + . '\'' . PMA_sqlAddslashes($transformation) . '\',' + . '\'' . PMA_sqlAddslashes($transformation_options) . '\')'; + } + + if (isset($upd_query)){ + return PMA_query_as_controluser($upd_query); + } else { + return false; + } +} // end of 'PMA_setMIME()' function +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/README b/htdocs/phpMyAdmin/libraries/transformations/README new file mode 100644 index 000000000..ab6a16aa3 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/README @@ -0,0 +1,4 @@ +TRANSFORMATION USAGE (Garvin Hicking, ) +==================== + +See the Documentation.html for complete instructions on how to use transformation plugins. diff --git a/htdocs/phpMyAdmin/libraries/transformations/TEMPLATE b/htdocs/phpMyAdmin/libraries/transformations/TEMPLATE new file mode 100644 index 000000000..50433d699 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/TEMPLATE @@ -0,0 +1,33 @@ + __('Description of the transformation.'), + ); +} + +function PMA_transformation_[ENTER_FILENAME_HERE]($buffer, $options = array(), $meta = '') { + // possibly use a global transform and feed it with special options: + // include('./libraries/transformations/global.inc.php'); + + // further operations on $buffer using the $options[] array. + + // You can evaluate the propagated $meta Object. It's contained fields are described in http://www.php.net/mysql_fetch_field. + // This stored information can be used to get the field information about the transformed field. + // $meta->mimetype contains the original MimeType of the field (i.e. 'text/plain', 'image/jpeg' etc.) + + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/TEMPLATE_MIMETYPE b/htdocs/phpMyAdmin/libraries/transformations/TEMPLATE_MIMETYPE new file mode 100644 index 000000000..291eb603b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/TEMPLATE_MIMETYPE @@ -0,0 +1,12 @@ + diff --git a/htdocs/phpMyAdmin/libraries/transformations/application_octetstream__download.inc.php b/htdocs/phpMyAdmin/libraries/transformations/application_octetstream__download.inc.php new file mode 100644 index 000000000..28b199a67 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/application_octetstream__download.inc.php @@ -0,0 +1,49 @@ + __('Displays a link to download the binary data of the column. You can use the first option to specify the filename, or use the second option as the name of a column which contains the filename. If you use the second option, you need to set the first option to the empty string.'), + ); +} + +/** + * + */ +function PMA_transformation_application_octetstream__download(&$buffer, $options = array(), $meta = '') { + global $row, $fields_meta; + + if (isset($options[0]) && !empty($options[0])) { + $cn = $options[0]; // filename + } else { + if (isset($options[1]) && !empty($options[1])) { + foreach($fields_meta as $key => $val) { + if ($val->name == $options[1]) { + $pos = $key; + break; + } + } + if (isset($pos)) { + $cn = $row[$pos]; + } + } + if (empty($cn)) { + $cn = 'binary_file.dat'; + } + } + + return + sprintf( + '
                        %s', + + $options['wrapper_link'], + urlencode($cn), + htmlspecialchars($cn), + htmlspecialchars($cn) + ); +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/application_octetstream__hex.inc.php b/htdocs/phpMyAdmin/libraries/transformations/application_octetstream__hex.inc.php new file mode 100644 index 000000000..f5050ce48 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/application_octetstream__hex.inc.php @@ -0,0 +1,33 @@ + __('Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'), + ); +} + +/** + * + */ +function PMA_transformation_application_octetstream__hex($buffer, $options = array(), $meta = '') { + // possibly use a global transform and feed it with special options: + // include './libraries/transformations/global.inc.php'; + if (!isset($options[0])) { + $options[0] = 2; + } else { + $options[0] = (int)$options[0]; + } + + if ($options[0] < 1) { + return bin2hex($buffer); + } else { + return chunk_split(bin2hex($buffer), $options[0], ' '); + } + +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/generator.sh b/htdocs/phpMyAdmin/libraries/transformations/generator.sh new file mode 100644 index 000000000..034d0f020 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/generator.sh @@ -0,0 +1,23 @@ +#!/bin/bash +# +# Shell script that adds a new function file using a template. Should not be called directly +# but instead by template_Generator.sh and template_generator_mimetype.sh +# +# +# $1: Template +# $2: Filename +# $3: (optional) Description + +if [ $# == 0 ] +then + echo "Please call template_generator.sh or template_generator_mimetype.sh instead" + echo "" + exit 65 +fi +functionupper="`echo $2 | tr [:lower:] [:upper:]`" +functionlower="`echo $2 | tr [:upper:] [:lower:]`" + +sed "s/\[ENTER_FILENAME_HERE\]/$functionupper/; s/\[enter_filename_here\]/$functionlower/; s/Description of the transformation./$3/;" < $1 > $2.inc.php + +echo "Created $2.inc.php" +echo "" diff --git a/htdocs/phpMyAdmin/libraries/transformations/global.inc.php b/htdocs/phpMyAdmin/libraries/transformations/global.inc.php new file mode 100644 index 000000000..120eed15c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/global.inc.php @@ -0,0 +1,50 @@ +___.inc.php + * + * The function name has to be the like above filename: + * + * -- function PMA_transformation____.inc.php + * + * Please use short and expressive names. For now, special characters which aren't allowed in + * filenames or functions should not be used. + * + * Please provide a comment for your function, what it does and what parameters are available. + * + * @package phpMyAdmin-Transformation + */ + +/** + * + */ +function PMA_transformation_global_plain($buffer, $options = array(), $meta = '') { + return htmlspecialchars($buffer); +} + +function PMA_transformation_global_html($buffer, $options = array(), $meta = '') { + return $buffer; +} + +function PMA_transformation_global_html_replace($buffer, $options = array(), $meta = '') { + if (!isset($options['string'])) { + $options['string'] = ''; + } + + if (isset($options['regex']) && isset($options['regex_replace'])) { + $buffer = preg_replace('@' . str_replace('@', '\@', $options['regex']) . '@si', $options['regex_replace'], $buffer); + } + + // Replace occurences of [__BUFFER__] with actual text + $return = str_replace("[__BUFFER__]", $buffer, $options['string']); + return $return; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/image_jpeg__inline.inc.php b/htdocs/phpMyAdmin/libraries/transformations/image_jpeg__inline.inc.php new file mode 100644 index 000000000..d4312aaf5 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/image_jpeg__inline.inc.php @@ -0,0 +1,29 @@ + __('Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'), + ); +} + +/** + * + */ +function PMA_transformation_image_jpeg__inline($buffer, $options = array(), $meta = '') { + require_once './libraries/transformations/global.inc.php'; + + if (PMA_IS_GD2) { + $transform_options = array ('string' => '[__BUFFER__]'); + } else { + $transform_options = array ('string' => '[__BUFFER__]'); + } + $buffer = PMA_transformation_global_html_replace($buffer, $transform_options); + + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/image_jpeg__link.inc.php b/htdocs/phpMyAdmin/libraries/transformations/image_jpeg__link.inc.php new file mode 100644 index 000000000..0d0b9a393 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/image_jpeg__link.inc.php @@ -0,0 +1,25 @@ + __('Displays a link to download this image.'), + ); +} + +/** + * + */ +function PMA_transformation_image_jpeg__link($buffer, $options = array(), $meta = '') { + require_once './libraries/transformations/global.inc.php'; + + $transform_options = array ('string' => '[BLOB]'); + $buffer = PMA_transformation_global_html_replace($buffer, $transform_options); + + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/image_png__inline.inc.php b/htdocs/phpMyAdmin/libraries/transformations/image_png__inline.inc.php new file mode 100644 index 000000000..3655171f5 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/image_png__inline.inc.php @@ -0,0 +1,29 @@ + __('Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'), + ); +} + +/** + * + */ +function PMA_transformation_image_png__inline($buffer, $options = array(), $meta = '') { + require_once './libraries/transformations/global.inc.php'; + + if (PMA_IS_GD2) { + $transform_options = array ('string' => '[__BUFFER__]'); + } else { + $transform_options = array ('string' => '[__BUFFER__]'); + } + $buffer = PMA_transformation_global_html_replace($buffer, $transform_options); + + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/template_generator.sh b/htdocs/phpMyAdmin/libraries/transformations/template_generator.sh new file mode 100644 index 000000000..0b029e948 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/template_generator.sh @@ -0,0 +1,24 @@ +#!/bin/bash +# +# Shell script that adds a new mimetype with transform function. +# +# The filename should contain either 'mimetype_subtype' or 'mimetype'. +# The suffix '.inc.php' is appended automatically! +# +# The 'description' parameter will add a new entry in the language file. Watch out for +# special escaping. +# +# Example: template_generator.sh 'filename' 'description' +# +if [ $# == 0 ] +then + echo "Usage: template_generator.sh 'filename' 'description'" + echo "" + exit 65 +fi + + + +./generator.sh 'TEMPLATE' "$1" "$2" +echo " " +echo "New TRANSFORM FUNCTION $1.inc.php added." diff --git a/htdocs/phpMyAdmin/libraries/transformations/template_generator_mimetype.sh b/htdocs/phpMyAdmin/libraries/transformations/template_generator_mimetype.sh new file mode 100644 index 000000000..b93ee5d4e --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/template_generator_mimetype.sh @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Shell script that adds a new mimetype without transform function. +# +# The filename should contain either 'mimetype_subtype' or 'mimetype'. +# The suffix '.inc.php' is appended automatically! +# +# Example: template_generator_mimetype.sh 'filename' +# +if [ $# == 0 ] +then + echo "Usage: template_generator_mimetype.sh 'filename'" + echo "" + exit 65 +fi + +./generator.sh 'TEMPLATE_MIMETYPE' "$1" +echo " " +echo "New MIMETYPE $1.inc.php added." diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__dateformat.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__dateformat.inc.php new file mode 100644 index 000000000..42a19a96d --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__dateformat.inc.php @@ -0,0 +1,101 @@ + __('Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__dateformat($buffer, $options = array(), $meta = '') { + // possibly use a global transform and feed it with special options: + // include './libraries/transformations/global.inc.php'; + + // further operations on $buffer using the $options[] array. + if (empty($options[0])) { + $options[0] = 0; + } + + if (empty($options[2])) { + $options[2] = 'local'; + } else { + $options[2] = strtolower($options[2]); + } + + if (empty($options[1])) { + if ($options[2] == 'local') { + $options[1] = __('%B %d, %Y at %I:%M %p'); + } else { + $options[1] = 'Y-m-d H:i:s'; + } + } + + $timestamp = -1; + + // INT columns will be treated as UNIX timestamps + // and need to be detected before the verification for + // MySQL TIMESTAMP + if ($meta->type == 'int') { + $timestamp = $buffer; + + // Detect TIMESTAMP(6 | 8 | 10 | 12 | 14) + // TIMESTAMP (2 | 4) not supported here. + // (Note: prior to MySQL 4.1, TIMESTAMP has a display size, for example + // TIMESTAMP(8) means YYYYMMDD) + } else if (preg_match('/^(\d{2}){3,7}$/', $buffer)) { + + if (strlen($buffer) == 14 || strlen($buffer) == 8) { + $offset = 4; + } else { + $offset = 2; + } + + $d = array(); + $d['year'] = substr($buffer, 0, $offset); + $d['month'] = substr($buffer, $offset, 2); + $d['day'] = substr($buffer, $offset + 2, 2); + $d['hour'] = substr($buffer, $offset + 4, 2); + $d['minute'] = substr($buffer, $offset + 6, 2); + $d['second'] = substr($buffer, $offset + 8, 2); + + if (checkdate($d['month'], $d['day'], $d['year'])) { + $timestamp = mktime($d['hour'], $d['minute'], $d['second'], $d['month'], $d['day'], $d['year']); + } + // If all fails, assume one of the dozens of valid strtime() syntaxes (http://www.gnu.org/manual/tar-1.12/html_chapter/tar_7.html) + } else { + if (preg_match('/^[0-9]\d{1,9}$/', $buffer)) { + $timestamp = (int)$buffer; + } else { + $timestamp = strtotime($buffer); + } + } + + // If all above failed, maybe it's a Unix timestamp already? + if ($timestamp < 0 && preg_match('/^[1-9]\d{1,9}$/', $buffer)) { + $timestamp = $buffer; + } + + // Reformat a valid timestamp + if ($timestamp >= 0) { + $timestamp -= $options[0] * 60 * 60; + $source = $buffer; + if ($options[2] == 'local') { + $text = PMA_localisedDate($timestamp, $options[1]); + } elseif ($options[2] == 'utc') { + $text = gmdate($options[1], $timestamp); + } else { + $text = 'INVALID DATE TYPE'; + } + $buffer = '' . $text . ''; + } + + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__external.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__external.inc.php new file mode 100644 index 000000000..2ed3cdd13 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__external.inc.php @@ -0,0 +1,102 @@ + __('LINUX ONLY: Launches an external application and feeds it the column data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__external_nowrap($options = array()) { + if (!isset($options[3]) || $options[3] == '') { + $nowrap = true; + } elseif ($options[3] == '1' || $options[3] == 1) { + $nowrap = true; + } else { + $nowrap = false; + } + + return $nowrap; +} + +function PMA_transformation_text_plain__external($buffer, $options = array(), $meta = '') { + // possibly use a global transform and feed it with special options: + // include './libraries/transformations/global.inc.php'; + + // further operations on $buffer using the $options[] array. + + $allowed_programs = array(); + + // + // WARNING: + // + // It's up to administrator to allow anything here. Note that users may + // specify any parameters, so when programs allow output redirection or + // any other possibly dangerous operations, you should write wrapper + // script that will publish only functions you really want. + // + // Add here program definitions like (note that these are NOT safe + // programs): + // + //$allowed_programs[0] = '/usr/local/bin/tidy'; + //$allowed_programs[1] = '/usr/local/bin/validate'; + + // no-op when no allowed programs + if (count($allowed_programs) == 0) { + return $buffer; + } + + if (!isset($options[0]) || $options[0] == '' || !isset($allowed_programs[$options[0]])) { + $program = $allowed_programs[0]; + } else { + $program = $allowed_programs[$options[0]]; + } + + if (!isset($options[1]) || $options[1] == '') { + $poptions = '-f /dev/null -i -wrap -q'; + } else { + $poptions = $options[1]; + } + + if (!isset($options[2]) || $options[2] == '') { + $options[2] = 1; + } + + if (!isset($options[3]) || $options[3] == '') { + $options[3] = 1; + } + + // needs PHP >= 4.3.0 + $newstring = ''; + $descriptorspec = array( + 0 => array("pipe", "r"), + 1 => array("pipe", "w") + ); + $process = proc_open($program . ' ' . $poptions, $descriptorspec, $pipes); + if (is_resource($process)) { + fwrite($pipes[0], $buffer); + fclose($pipes[0]); + + while (!feof($pipes[1])) { + $newstring .= fgets($pipes[1], 1024); + } + fclose($pipes[1]); + // we don't currently use the return value + $return_value = proc_close($process); + } + + if ($options[2] == 1 || $options[2] == '2') { + $retstring = htmlspecialchars($newstring); + } else { + $retstring = $newstring; + } + + return $retstring; +} +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__formatted.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__formatted.inc.php new file mode 100644 index 000000000..f251f29aa --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__formatted.inc.php @@ -0,0 +1,20 @@ + __('Displays the contents of the column as-is, without running it through htmlspecialchars(). That is, the column is assumed to contain valid HTML.'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') { + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__imagelink.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__imagelink.inc.php new file mode 100644 index 000000000..b22c945f1 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__imagelink.inc.php @@ -0,0 +1,24 @@ + __('Displays an image and a link; the column contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__imagelink($buffer, $options = array(), $meta = '') { + require_once './libraries/transformations/global.inc.php'; + + $transform_options = array ('string' => '' . $buffer . ''); + $buffer = PMA_transformation_global_html_replace($buffer, $transform_options); + return $buffer; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__link.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__link.inc.php new file mode 100644 index 000000000..6a1ca6c3c --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__link.inc.php @@ -0,0 +1,29 @@ + __('Displays a link; the column contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__link($buffer, $options = array(), $meta = '') { + require_once './libraries/transformations/global.inc.php'; + +// $transform_options = array ('string' => '' . (isset($options[1]) ? $options[1] : '%1$s') . ''); + + $transform_options = array ('string' => '' . (isset($options[1]) ? $options[1] : $buffer) . ''); + + $buffer = PMA_transformation_global_html_replace($buffer, $transform_options); + + return $buffer; + +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__longToIpv4.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__longToIpv4.inc.php new file mode 100644 index 000000000..a6d31aad4 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__longToIpv4.inc.php @@ -0,0 +1,27 @@ + __('Converts an (IPv4) Internet network address into a string in Internet standard dotted format.'), + ); +} + +/** + * returns IPv4 address + * + * @see http://php.net/long2ip + */ +function PMA_transformation_text_plain__longToIpv4($buffer, $options = array(), $meta = '') +{ + if ($buffer < 0 || $buffer > 4294967295) { + return $buffer; + } + + return long2ip($buffer); +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__sql.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__sql.inc.php new file mode 100644 index 000000000..afc288862 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__sql.inc.php @@ -0,0 +1,23 @@ + __('Formats text as SQL query with syntax highlighting.'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__sql($buffer, $options = array(), $meta = '') { + $result = PMA_SQP_formatHtml(PMA_SQP_parse($buffer)); + // Need to clear error state not to break subsequent queries display. + PMA_SQP_resetError(); + return $result; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/transformations/text_plain__substr.inc.php b/htdocs/phpMyAdmin/libraries/transformations/text_plain__substr.inc.php new file mode 100644 index 000000000..67d45365b --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/transformations/text_plain__substr.inc.php @@ -0,0 +1,55 @@ + __('Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'), + ); +} + +/** + * + */ +function PMA_transformation_text_plain__substr($buffer, $options = array(), $meta = '') { + // possibly use a global transform and feed it with special options: + // include './libraries/transformations/global.inc.php'; + + // further operations on $buffer using the $options[] array. + if (!isset($options[0]) || $options[0] == '') { + $options[0] = 0; + } + + if (!isset($options[1]) || $options[1] == '') { + $options[1] = 'all'; + } + + if (!isset($options[2]) || $options[2] == '') { + $options[2] = '...'; + } + + $newtext = ''; + if ($options[1] != 'all') { + $newtext = PMA_substr($buffer, $options[0], $options[1]); + } else { + $newtext = PMA_substr($buffer, $options[0]); + } + + $length = strlen($newtext); + $baselength = strlen($buffer); + if ($length != $baselength) { + if ($options[0] != 0) { + $newtext = $options[2] . $newtext; + } + + if (($length + $options[0]) != $baselength) { + $newtext .= $options[2]; + } + } + + return $newtext; +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/url_generating.lib.php b/htdocs/phpMyAdmin/libraries/url_generating.lib.php new file mode 100644 index 000000000..069e4b439 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/url_generating.lib.php @@ -0,0 +1,308 @@ + value + * + * + * $values = array( + * 'aaa' => aaa, + * 'bbb' => array( + * 'bbb_0', + * 'bbb_1', + * ), + * 'ccc' => array( + * 'a' => 'ccc_a', + * 'b' => 'ccc_b', + * ), + * ); + * echo PMA_getHiddenFields($values); + * + * // produces: + * + * + * + * + * + * + * + * @param array $values + * @param string $pre + * @return string form fields of type hidden + */ +function PMA_getHiddenFields($values, $pre = '') +{ + $fields = ''; + + foreach ($values as $name => $value) { + if (! empty($pre)) { + $name = $pre. '[' . $name . ']'; + } + + if (is_array($value)) { + $fields .= PMA_getHiddenFields($value, $name); + } else { + // do not generate an ending "\n" because + // PMA_generate_common_hidden_inputs() is sometimes called + // from a JS document.write() + $fields .= ''; + } + } + + return $fields; +} + +/** + * Generates text with URL parameters. + * + * + * // OLD derepecated style + * // note the ? + * echo 'script.php?' . PMA_generate_common_url('mysql', 'rights'); + * // produces with cookies enabled: + * // script.php?db=mysql&table=rights + * // with cookies disabled: + * // script.php?server=1&lang=en&db=mysql&table=rights + * + * // NEW style + * $params['myparam'] = 'myvalue'; + * $params['db'] = 'mysql'; + * $params['table'] = 'rights'; + * // note the missing ? + * echo 'script.php' . PMA_generate_common_url($params); + * // produces with cookies enabled: + * // script.php?myparam=myvalue&db=mysql&table=rights + * // with cookies disabled: + * // script.php?server=1&lang=en&myparam=myvalue&db=mysql&table=rights + * + * // note the missing ? + * echo 'script.php' . PMA_generate_common_url(); + * // produces with cookies enabled: + * // script.php + * // with cookies disabled: + * // script.php?server=1&lang=en + * + * + * @uses $GLOBALS['server'] + * @uses $GLOBALS['cfg']['ServerDefault'] + * @uses $_COOKIE['pma_lang'] + * @uses $GLOBALS['lang'] + * @uses $_COOKIE['pma_collation_connection'] + * @uses $GLOBALS['collation_connection'] + * @uses $_SESSION[' PMA_token '] + * @uses PMA_get_arg_separator() + * @uses is_array() + * @uses strlen() + * @uses htmlentities() + * @uses urlencode() + * @uses implode() + * @param mixed assoc. array with url params or optional string with database name + * if first param is an array there is also an ? prefixed to the url + * + * @param string - if first param is array: 'html' to use htmlspecialchars() + * on the resulting URL (for a normal URL displayed in HTML) + * or something else to avoid using htmlspecialchars() (for + * a URL sent via a header); if not set,'html' is assumed + * - if first param is not array: optional table name + * + * @param string - if first param is array: optional character to + * use instead of '?' + * - if first param is not array: optional character to use + * instead of '&' for dividing URL parameters + * @return string string with URL parameters + * @access public + */ +function PMA_generate_common_url() +{ + $args = func_get_args(); + + if (isset($args[0]) && is_array($args[0])) { + // new style + $params = $args[0]; + + if (isset($args[1])) { + $encode = $args[1]; + } else { + $encode = 'html'; + } + + if (isset($args[2])) { + $questionmark = $args[2]; + } else { + $questionmark = '?'; + } + } else { + // old style + + if (PMA_isValid($args[0])) { + $params['db'] = $args[0]; + } + + if (PMA_isValid($args[1])) { + $params['table'] = $args[1]; + } + + if (isset($args[2]) && $args[2] !== '&') { + $encode = 'text'; + } else { + $encode = 'html'; + } + + $questionmark = ''; + } + + $separator = PMA_get_arg_separator(); + + if (isset($GLOBALS['server']) + && $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault'] + // avoid overwriting when creating navi panel links to servers + && ! isset($params['server'])) { + $params['server'] = $GLOBALS['server']; + } + + if (empty($_COOKIE['pma_lang']) + && ! empty($GLOBALS['lang'])) { + $params['lang'] = $GLOBALS['lang']; + } + if (empty($_COOKIE['pma_collation_connection']) + && ! empty($GLOBALS['collation_connection'])) { + $params['collation_connection'] = $GLOBALS['collation_connection']; + } + + if (isset($_SESSION[' PMA_token '])) { + $params['token'] = $_SESSION[' PMA_token ']; + } + + if (empty($params)) { + return ''; + } + + $query = $questionmark . http_build_query($params, null, $separator); + + if ($encode === 'html') { + $query = htmlspecialchars($query); + } + + return $query; +} + +/** + * Returns url separator + * + * extracted from arg_separator.input as set in php.ini + * we do not use arg_separator.output to avoid problems with & and & + * + * @uses ini_get() + * @uses strpos() + * @uses strlen() + * @param string whether to encode separator or not, currently 'none' or 'html' + * @return string character used for separating url parts usally ; or & + * @access public + */ +function PMA_get_arg_separator($encode = 'none') +{ + static $separator = null; + + if (null === $separator) { + // use seperators defined by php, but prefer ';' + // as recommended by W3C + $php_arg_separator_input = ini_get('arg_separator.input'); + if (strpos($php_arg_separator_input, ';') !== false) { + $separator = ';'; + } elseif (strlen($php_arg_separator_input) > 0) { + $separator = $php_arg_separator_input{0}; + } else { + $separator = '&'; + } + } + + switch ($encode) { + case 'html': + return htmlentities($separator); + break; + case 'text' : + case 'none' : + default : + return $separator; + } +} + +?> diff --git a/htdocs/phpMyAdmin/libraries/user_preferences.inc.php b/htdocs/phpMyAdmin/libraries/user_preferences.inc.php new file mode 100644 index 000000000..2aad2e63a --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/user_preferences.inc.php @@ -0,0 +1,71 @@ + 'b_tblops.png', + 'Sql_queries' => 'b_sql.png', + 'Left_frame' => 'b_select.png', + 'Main_frame' => 'b_props.png', + 'Import' => 'b_import.png', + 'Export' => 'b_export.png'); +echo '
                          '; +echo PMA_generate_html_tab(array( + 'link' => 'prefs_manage.php', + 'text' => __('Manage your settings'))) . "\n"; +echo '
                        •    
                        • ' . "\n"; +$script_name = basename($GLOBALS['PMA_PHP_SELF']); +foreach (array_keys($forms) as $formset) { + $tab = array( + 'link' => 'prefs_forms.php', + 'text' => PMA_lang('Form_' . $formset), + 'icon' => $tabs_icons[$formset], + 'active' => ($script_name == 'prefs_forms.php' && $formset == $form_param)); + echo PMA_generate_html_tab($tab, array('form' => $formset)) . "\n"; +} +echo '
                        '; + +// show "configuration saved" message and reload navigation frame if needed +if (!empty($_GET['saved'])) { + $message = PMA_Message::rawSuccess(__('Configuration has been saved')); + $message->display(); +} + +/* debug code +$arr = ConfigFile::getInstance()->getConfigArray(); +$arr2 = array(); +foreach ($arr as $k => $v) { + $arr2[] = "$k " . var_export($v, true); +} +$arr2 = implode(', ', $arr2); +$arr2 .= '
                        Blacklist: ' . (empty($cfg['UserprefsDisallow']) + ? 'empty' + : implode(', ', $cfg['UserprefsDisallow'])); +$msg = PMA_Message::notice('Settings: ' . $arr2); +$msg->display(); +//*/ + +// warn about using session storage for settings +$cfgRelation = PMA_getRelationsParam(); +if (!$cfgRelation['userconfigwork']) { + $msg = __('Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.'); + $msg = PMA_sanitize(sprintf($msg, '[a@./Documentation.html#linked-tables@_blank]', '[/a]')); + PMA_Message::notice($msg)->display(); +} diff --git a/htdocs/phpMyAdmin/libraries/user_preferences.lib.php b/htdocs/phpMyAdmin/libraries/user_preferences.lib.php new file mode 100644 index 000000000..6c48116d6 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/user_preferences.lib.php @@ -0,0 +1,316 @@ +resetConfigData(); // start with a clean instance + $cf->setAllowedKeys($forms_all_keys); + $cf->setCfgUpdateReadMapping(array( + 'Server/hide_db' => 'Servers/1/hide_db', + 'Server/only_db' => 'Servers/1/only_db')); + $cf->updateWithGlobalConfig($GLOBALS['cfg']); +} + +/** + * Loads user preferences + * + * Returns an array: + * * config_data - path => value pairs + * * mtime - last modification time + * * type - 'db' (config read from pmadb) or 'session' (read from user session) + * + * @uses $_SESSION['userconfig'] + * @uses $GLOBALS['controllink'] + * @uses PMA_array_merge_recursive + * @uses PMA_backquote() + * @uses PMA_DBI_fetch_single_row() + * @uses PMA_getRelationsParam() + * @uses PMA_sqlAddslashes() + * @uses $GLOBALS['controllink'] + * @return array + */ +function PMA_load_userprefs() +{ + $cfgRelation = PMA_getRelationsParam(); + if (!$cfgRelation['userconfigwork']) { + // no pmadb table, use session storage + if (!isset($_SESSION['userconfig'])) { + $_SESSION['userconfig'] = array( + 'db' => array(), + 'ts' => time()); + } + return array( + 'config_data' => $_SESSION['userconfig']['db'], + 'mtime' => $_SESSION['userconfig']['ts'], + 'type' => 'session'); + } + // load configuration from pmadb + $query_table = PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['userconfig']); + $query = ' + SELECT `config_data`, UNIX_TIMESTAMP(`timevalue`) ts + FROM ' . $query_table . ' + WHERE `username` = \'' . PMA_sqlAddslashes($cfgRelation['user']) . '\''; + $row = PMA_DBI_fetch_single_row($query, 'ASSOC', $GLOBALS['controllink']); + + return array( + 'config_data' => $row ? (array)json_decode($row['config_data']) : array(), + 'mtime' => $row ? $row['ts'] : time(), + 'type' => 'db'); +} + +/** + * Saves user preferences + * + * @uses $_SESSION['cache'][...]['userprefs'] + * @uses $_SESSION['userconfig'] + * @uses $GLOBALS['cfg']['ServerDefault'] + * @uses $GLOBALS['controllink'] + * @uses $GLOBALS['server'] + * @uses ConfigFile::getConfigArray() + * @uses ConfigFile::getInstance() + * @uses PMA_backquote() + * @uses PMA_DBI_fetch_value + * @uses PMA_DBI_getError() + * @uses PMA_DBI_try_query() + * @uses PMA_Message::addMessage() + * @uses PMA_Message::error() + * @uses PMA_Message::rawError() + * @uses PMA_sqlAddslashes() + * @uses PMA_getRelationsParam() + * @param array $config_data + * @return true|PMA_Message + */ +function PMA_save_userprefs(array $config_array) +{ + $cfgRelation = PMA_getRelationsParam(); + $server = isset($GLOBALS['server']) + ? $GLOBALS['server'] + : $GLOBALS['cfg']['ServerDefault']; + $cache_key = 'server_' . $server; + if (!$cfgRelation['userconfigwork']) { + // no pmadb table, use session storage + $_SESSION['userconfig'] = array( + 'db' => $config_array, + 'ts' => time()); + if (isset($_SESSION['cache'][$cache_key]['userprefs'])) { + unset($_SESSION['cache'][$cache_key]['userprefs']); + } + return true; + } + + // save configuration to pmadb + $query_table = PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['userconfig']); + $query = ' + SELECT `username` + FROM ' . $query_table . ' + WHERE `username` = \'' . PMA_sqlAddslashes($cfgRelation['user']) . '\''; + + $has_config = PMA_DBI_fetch_value($query, 0, 0, $GLOBALS['controllink']); + $config_data = json_encode($config_array); + if ($has_config) { + $query = ' + UPDATE ' . $query_table . ' + SET `config_data` = \'' . PMA_sqlAddslashes($config_data) . '\' + WHERE `username` = \'' . PMA_sqlAddslashes($cfgRelation['user']) . '\''; + } else { + $query = ' + INSERT INTO ' . $query_table . ' (`username`, `config_data`) + VALUES (\'' . PMA_sqlAddslashes($cfgRelation['user']) . '\', + \'' . PMA_sqlAddslashes($config_data) . '\')'; + } + if (isset($_SESSION['cache'][$cache_key]['userprefs'])) { + unset($_SESSION['cache'][$cache_key]['userprefs']); + } + if (!PMA_DBI_try_query($query, $GLOBALS['controllink'])) { + $message = PMA_Message::error(__('Could not save configuration')); + $message->addMessage('

                        '); + $message->addMessage(PMA_Message::rawError(PMA_DBI_getError($GLOBALS['controllink']))); + return $message; + } + return true; +} + +/** + * Returns a user preferences array filtered by $cfg['UserprefsDisallow'] + * (blacklist) and keys from user preferences form (whitelist) + * + * @uses PMA_array_write() + * @uses PMA_read_userprefs_fieldnames() + * @param array $config_data path => value pairs + * @return array + */ +function PMA_apply_userprefs(array $config_data) +{ + $cfg = array(); + $blacklist = array_flip($GLOBALS['cfg']['UserprefsDisallow']); + if (!$GLOBALS['cfg']['UserprefsDeveloperTab']) { + // disallow everything in the Developers tab + $blacklist['Error_Handler/display'] = true; + $blacklist['Error_Handler/gather'] = true; + $blacklist['DBG/sql'] = true; + } + $whitelist = array_flip(PMA_read_userprefs_fieldnames()); + // whitelist some additional fields which are custom handled + $whitelist['ThemeDefault'] = true; + $whitelist['fontsize'] = true; + $whitelist['lang'] = true; + $whitelist['collation_connection'] = true; + $whitelist['Server/hide_db'] = true; + $whitelist['Server/only_db'] = true; + foreach ($config_data as $path => $value) { + if (!isset($whitelist[$path]) || isset($blacklist[$path])) { + continue; + } + PMA_array_write($path, $cfg, $value); + } + return $cfg; +} + +/** + * Reads user preferences field names + * + * @param array|null $forms + * @return array + */ +function PMA_read_userprefs_fieldnames(array $forms = null) +{ + static $names; + + // return cached results + if ($names !== null) { + return $names; + } + if (is_null($forms)) { + $forms = array(); + include 'libraries/config/user_preferences.forms.php'; + } + $names = array(); + foreach ($forms as $formset) { + foreach ($formset as $form) { + foreach ($form as $k => $v) { + $names[] = is_int($k) ? $v : $k; + } + } + } + return $names; +} + +/** + * Updates one user preferences option (loads and saves to database). + * + * No validation is done! + * + * @uses PMA_load_userprefs() + * @uses PMA_save_userprefs() + * @param string $cfg_name + * @param mixed $value + * @return void + */ +function PMA_persist_option($path, $value, $default_value) +{ + $prefs = PMA_load_userprefs(); + if ($value === $default_value) { + if (isset($prefs['config_data'][$path])) { + unset($prefs['config_data'][$path]); + } else { + return; + } + } else { + $prefs['config_data'][$path] = $value; + } + PMA_save_userprefs($prefs['config_data']); +} + +/** + * Redirects after saving new user preferences + * + * @uses ConfigFile::getConfigArray() + * @uses ConfigFile::getInstance() + * @uses PMA_generate_common_url() + * @uses PMA_sendHeaderLocation() + * @param array $forms + * @param array $old_settings + * @param string $file_name + * @param array $params + * @param string $hash + */ +function PMA_userprefs_redirect(array $forms, array $old_settings, $file_name, $params = null, $hash = null) +{ + $reload_left_frame = isset($params['reload_left_frame']) && $params['reload_left_frame']; + if (!$reload_left_frame) { + // compute differences and check whether left frame should be refreshed + $old_settings = isset($old_settings['config_data']) + ? $old_settings['config_data'] + : array(); + $new_settings = ConfigFile::getInstance()->getConfigArray(); + $diff_keys = array_keys(array_diff_assoc($old_settings, $new_settings) + + array_diff_assoc($new_settings, $old_settings)); + $check_keys = array('NaturalOrder', 'MainPageIconic', 'DefaultTabDatabase', + 'Server/hide_db', 'Server/only_db'); + $check_keys = array_merge($check_keys, $forms['Left_frame']['Left_frame'], + $forms['Left_frame']['Left_databases']); + $diff = array_intersect($check_keys, $diff_keys); + $reload_left_frame = !empty($diff); + } + + // redirect + $url_params = array( + 'saved' => 1, + 'reload_left_frame' => $reload_left_frame); + if (is_array($params)) { + $url_params = array_merge($params, $url_params); + } + if ($hash) { + $hash = '#' . urlencode($hash); + } + PMA_sendHeaderLocation($GLOBALS['cfg']['PmaAbsoluteUri'] . $file_name + . PMA_generate_common_url($url_params, '&') . $hash); +} + +/** + * Shows form which allows to quickly load settings stored in browser's local storage + * + * @uses $_REQUEST['prefs_autoload'] + * @uses $_SESSION['userprefs_autoload'] + * @uses PMA_generate_common_hidden_inputs() + */ +function PMA_userprefs_autoload_header() +{ + if (isset($_REQUEST['prefs_autoload']) && $_REQUEST['prefs_autoload'] == 'hide') { + $_SESSION['userprefs_autoload'] = true; + exit; + } + $script_name = basename(basename($GLOBALS['PMA_PHP_SELF'])); + $return_url = $script_name . '?' . http_build_query($_GET, '', '&'); + ?> + + diff --git a/htdocs/phpMyAdmin/libraries/vendor_config.php b/htdocs/phpMyAdmin/libraries/vendor_config.php new file mode 100644 index 000000000..41f7c233f --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/vendor_config.php @@ -0,0 +1,62 @@ + diff --git a/htdocs/phpMyAdmin/libraries/zip.lib.php b/htdocs/phpMyAdmin/libraries/zip.lib.php new file mode 100644 index 000000000..a8bcb98d0 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/zip.lib.php @@ -0,0 +1,191 @@ + + * + * http://www.zend.com/codex.php?id=470&single=1 + * by Denis125 + * + * a patch from Peter Listiak for last modified + * date and time of the compressed file + * + * Official ZIP file format: http://www.pkware.com/appnote.txt + * + * @access public + * @package phpMyAdmin + */ +class zipfile +{ + /** + * Array to store compressed data + * + * @var array $datasec + */ + var $datasec = array(); + + /** + * Central directory + * + * @var array $ctrl_dir + */ + var $ctrl_dir = array(); + + /** + * End of central directory record + * + * @var string $eof_ctrl_dir + */ + var $eof_ctrl_dir = "\x50\x4b\x05\x06\x00\x00\x00\x00"; + + /** + * Last offset position + * + * @var integer $old_offset + */ + var $old_offset = 0; + + + /** + * Converts an Unix timestamp to a four byte DOS date and time format (date + * in high two bytes, time in low two bytes allowing magnitude comparison). + * + * @param integer the current Unix timestamp + * + * @return integer the current date in a four byte DOS format + * + * @access private + */ + function unix2DosTime($unixtime = 0) { + $timearray = ($unixtime == 0) ? getdate() : getdate($unixtime); + + if ($timearray['year'] < 1980) { + $timearray['year'] = 1980; + $timearray['mon'] = 1; + $timearray['mday'] = 1; + $timearray['hours'] = 0; + $timearray['minutes'] = 0; + $timearray['seconds'] = 0; + } // end if + + return (($timearray['year'] - 1980) << 25) | ($timearray['mon'] << 21) | ($timearray['mday'] << 16) | + ($timearray['hours'] << 11) | ($timearray['minutes'] << 5) | ($timearray['seconds'] >> 1); + } // end of the 'unix2DosTime()' method + + + /** + * Adds "file" to archive + * + * @param string file contents + * @param string name of the file in the archive (may contains the path) + * @param integer the current timestamp + * + * @access public + */ + function addFile($data, $name, $time = 0) + { + $name = str_replace('\\', '/', $name); + + $dtime = substr( "00000000" . dechex($this->unix2DosTime($time)), -8); + $hexdtime = '\x' . $dtime[6] . $dtime[7] + . '\x' . $dtime[4] . $dtime[5] + . '\x' . $dtime[2] . $dtime[3] + . '\x' . $dtime[0] . $dtime[1]; + eval('$hexdtime = "' . $hexdtime . '";'); + + $fr = "\x50\x4b\x03\x04"; + $fr .= "\x14\x00"; // ver needed to extract + $fr .= "\x00\x00"; // gen purpose bit flag + $fr .= "\x08\x00"; // compression method + $fr .= $hexdtime; // last mod time and date + + // "local file header" segment + $unc_len = strlen($data); + $crc = crc32($data); + $zdata = gzcompress($data); + $zdata = substr(substr($zdata, 0, strlen($zdata) - 4), 2); // fix crc bug + $c_len = strlen($zdata); + $fr .= pack('V', $crc); // crc32 + $fr .= pack('V', $c_len); // compressed filesize + $fr .= pack('V', $unc_len); // uncompressed filesize + $fr .= pack('v', strlen($name)); // length of filename + $fr .= pack('v', 0); // extra field length + $fr .= $name; + + // "file data" segment + $fr .= $zdata; + + // "data descriptor" segment (optional but necessary if archive is not + // served as file) + // this seems not to be needed at all and causes + // problems in some cases (bug #1037737) + //$fr .= pack('V', $crc); // crc32 + //$fr .= pack('V', $c_len); // compressed filesize + //$fr .= pack('V', $unc_len); // uncompressed filesize + + // add this entry to array + $this -> datasec[] = $fr; + + // now add to central directory record + $cdrec = "\x50\x4b\x01\x02"; + $cdrec .= "\x00\x00"; // version made by + $cdrec .= "\x14\x00"; // version needed to extract + $cdrec .= "\x00\x00"; // gen purpose bit flag + $cdrec .= "\x08\x00"; // compression method + $cdrec .= $hexdtime; // last mod time & date + $cdrec .= pack('V', $crc); // crc32 + $cdrec .= pack('V', $c_len); // compressed filesize + $cdrec .= pack('V', $unc_len); // uncompressed filesize + $cdrec .= pack('v', strlen($name)); // length of filename + $cdrec .= pack('v', 0); // extra field length + $cdrec .= pack('v', 0); // file comment length + $cdrec .= pack('v', 0); // disk number start + $cdrec .= pack('v', 0); // internal file attributes + $cdrec .= pack('V', 32); // external file attributes - 'archive' bit set + + $cdrec .= pack('V', $this -> old_offset); // relative offset of local header + $this -> old_offset += strlen($fr); + + $cdrec .= $name; + + // optional extra field, file comment goes here + // save to central directory + $this -> ctrl_dir[] = $cdrec; + } // end of the 'addFile()' method + + + /** + * Dumps out file + * + * @return string the zipped file + * + * @access public + */ + function file() + { + $data = implode('', $this -> datasec); + $ctrldir = implode('', $this -> ctrl_dir); + + return + $data . + $ctrldir . + $this -> eof_ctrl_dir . + pack('v', sizeof($this -> ctrl_dir)) . // total # of entries "on this disk" + pack('v', sizeof($this -> ctrl_dir)) . // total # of entries overall + pack('V', strlen($ctrldir)) . // size of central dir + pack('V', strlen($data)) . // offset to start of central dir + "\x00\x00"; // .zip file comment length + } // end of the 'file()' method + +} // end of the 'zipfile' class +?> diff --git a/htdocs/phpMyAdmin/libraries/zip_extension.lib.php b/htdocs/phpMyAdmin/libraries/zip_extension.lib.php new file mode 100644 index 000000000..435d31914 --- /dev/null +++ b/htdocs/phpMyAdmin/libraries/zip_extension.lib.php @@ -0,0 +1,101 @@ + $error_message, 'data' => $file_data)); +} + +/** + * Gets zip error message + * + * @param integer error code + * @return string error message + */ +function PMA_getZipError($code) +{ + // I don't think this needs translation + switch ($code) { + case ZIPARCHIVE::ER_MULTIDISK: + $message = 'Multi-disk zip archives not supported'; + break; + case ZIPARCHIVE::ER_READ: + $message = 'Read error'; + break; + case ZIPARCHIVE::ER_CRC: + $message = 'CRC error'; + break; + case ZIPARCHIVE::ER_NOZIP: + $message = 'Not a zip archive'; + break; + case ZIPARCHIVE::ER_INCONS: + $message = 'Zip archive inconsistent'; + break; + default: + $message = $code; + } + return $message; +} +?> diff --git a/htdocs/phpMyAdmin/license.php b/htdocs/phpMyAdmin/license.php new file mode 100644 index 000000000..2a5dc9765 --- /dev/null +++ b/htdocs/phpMyAdmin/license.php @@ -0,0 +1,31 @@ + diff --git a/htdocs/phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..db8597959 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/be/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/be/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..891454c50 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/be/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/be@latin/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/be@latin/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..6ea701195 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/be@latin/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..e2a409522 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/bn/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/bn/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..9f47e8fda Binary files /dev/null and b/htdocs/phpMyAdmin/locale/bn/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/ca/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/ca/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..67a5c797b Binary files /dev/null and b/htdocs/phpMyAdmin/locale/ca/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/cs/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/cs/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..1fce796e7 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/cs/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/da/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/da/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..ed78821cd Binary files /dev/null and b/htdocs/phpMyAdmin/locale/da/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/de/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/de/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..40f7d00f5 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/de/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/el/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/el/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..d422e102f Binary files /dev/null and b/htdocs/phpMyAdmin/locale/el/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..963f14182 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/es/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/es/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..c5440af01 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/es/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/et/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/et/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..7aba09926 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/et/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/fi/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/fi/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..f57f0b07d Binary files /dev/null and b/htdocs/phpMyAdmin/locale/fi/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/fr/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/fr/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..5027e67d3 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/fr/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/gl/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/gl/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..cb01ad931 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/gl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/hi/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/hi/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..4678ca498 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/hi/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/hr/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/hr/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..3909845aa Binary files /dev/null and b/htdocs/phpMyAdmin/locale/hr/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/hu/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/hu/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..a5ad97e6d Binary files /dev/null and b/htdocs/phpMyAdmin/locale/hu/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/id/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/id/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..62ffa4aa8 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/id/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/it/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/it/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..099686330 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/it/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/ja/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/ja/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..2b4b16bbf Binary files /dev/null and b/htdocs/phpMyAdmin/locale/ja/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/ka/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/ka/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..f5ca004d8 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/ka/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/lt/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/lt/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..0aa46c396 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/lt/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/mn/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/mn/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..7234523ba Binary files /dev/null and b/htdocs/phpMyAdmin/locale/mn/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/nb/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/nb/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..6189b477e Binary files /dev/null and b/htdocs/phpMyAdmin/locale/nb/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/nl/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/nl/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..d58157b5e Binary files /dev/null and b/htdocs/phpMyAdmin/locale/nl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/pl/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/pl/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..2358f3ace Binary files /dev/null and b/htdocs/phpMyAdmin/locale/pl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..9bc25485d Binary files /dev/null and b/htdocs/phpMyAdmin/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/ro/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/ro/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..fbaf89c93 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/ro/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/ru/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/ru/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..d2c0e119c Binary files /dev/null and b/htdocs/phpMyAdmin/locale/ru/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/si/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/si/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..080af592e Binary files /dev/null and b/htdocs/phpMyAdmin/locale/si/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/sk/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/sk/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..c7954ea24 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/sk/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..1a310a664 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/sr/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/sr/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..6b9325cb8 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/sr/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..81cf1ce90 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/sv/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/sv/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..c856fb889 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/sv/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/tr/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/tr/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..ac46e2b8e Binary files /dev/null and b/htdocs/phpMyAdmin/locale/tr/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/uz/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/uz/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..b744770a9 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/uz/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/uz@latin/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/uz@latin/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..3bb38140c Binary files /dev/null and b/htdocs/phpMyAdmin/locale/uz@latin/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..e8e2becb1 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo b/htdocs/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 000000000..d7dcfc762 Binary files /dev/null and b/htdocs/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo differ diff --git a/htdocs/phpMyAdmin/main.php b/htdocs/phpMyAdmin/main.php new file mode 100644 index 000000000..836a25043 --- /dev/null +++ b/htdocs/phpMyAdmin/main.php @@ -0,0 +1,409 @@ + 0, a server has been chosen so we can display +// all MySQL-related information +if ($server > 0) { + require './libraries/server_common.inc.php'; + require './libraries/StorageEngine.class.php'; + require './libraries/server_links.inc.php'; + + // Use the verbose name of the server instead of the hostname + // if a value is set + $server_info = ''; + if (! empty($cfg['Server']['verbose'])) { + $server_info .= htmlspecialchars($cfg['Server']['verbose']); + if ($GLOBALS['cfg']['ShowServerInfo']) { + $server_info .= ' ('; + } + } + if ($GLOBALS['cfg']['ShowServerInfo'] || empty($cfg['Server']['verbose'])) { + $server_info .= PMA_DBI_get_host_info(); + } + if (! empty($cfg['Server']['verbose']) && $GLOBALS['cfg']['ShowServerInfo']) { + $server_info .= ')'; + } + $mysql_cur_user_and_host = PMA_DBI_fetch_value('SELECT USER();'); + + // should we add the port info here? + $short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose']) + ? $GLOBALS['cfg']['Server']['verbose'] + : $GLOBALS['cfg']['Server']['host']); +} + +echo '
                        ' . "\n"; +echo '
                        '; +if ($server > 0 + || (! $cfg['LeftDisplayServers'] && count($cfg['Servers']) > 1)) { + echo '
                        '; + echo '

                        ' . __('General Settings') . '

                        '; + echo '
                          '; + + /** + * Displays the MySQL servers choice form + */ + if (! $cfg['LeftDisplayServers'] + && (count($cfg['Servers']) > 1 || $server == 0 && count($cfg['Servers']) == 1)) { + echo '
                        • '; + require_once './libraries/select_server.lib.php'; + PMA_select_server(true, true); + echo '
                        • '; + } + + /** + * Displays the mysql server related links + */ + if ($server > 0) { + require_once './libraries/check_user_privileges.lib.php'; + + if (!PMA_DRIZZLE) { + // Logout for advanced authentication + if ($cfg['Server']['auth_type'] != 'config') { + if ($cfg['ShowChgPassword']) { + if ($GLOBALS['cfg']['AjaxEnable']) { + $conditional_class = 'ajax'; + } else { + $conditional_class = null; + } + PMA_printListItem(__('Change password'), 'li_change_password', + './user_password.php?' . $common_url_query, null, null, 'change_password_anchor', null, $conditional_class); + } + } // end if + + echo '
                        • '; + echo '
                          ' . "\n" + . PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection') + . ' ' . "\n" + + . PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, true, 4, true) + . ' ' . "\n" + . '
                          ' . "\n" + . '
                        • ' . "\n"; + } // not Drizzle + } // end of if ($server > 0) + echo '
                        '; + echo '
                        '; +} + +echo '
                        '; +echo '

                        ' . __('Appearance Settings') . '

                        '; +echo '
                          '; + +// Displays language selection combo +if (empty($cfg['Lang'])) { + echo '
                        • '; + require_once './libraries/display_select_lang.lib.php'; + PMA_select_language(); + echo '
                        • '; +} + +// ThemeManager if available + +if ($GLOBALS['cfg']['ThemeManager']) { + echo '
                        • '; + echo $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox(); + echo '
                        • '; +} +echo '
                        • '; +echo PMA_Config::getFontsizeForm(); +echo '
                        • '; + +echo '
                        '; + +// User preferences + +echo '
                          '; +echo PMA_printListItem(__('More settings'), 'li_user_preferences', + './prefs_manage.php?' . $common_url_query); +echo '
                        '; + +echo '
                        '; + + +echo '
                        '; +echo '
                        '; + + +if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) { + echo '
                        '; + echo '

                        MySQL

                        '; + echo '
                          ' . "\n"; + PMA_printListItem(__('Server') . ': ' . $server_info, 'li_server_info'); + PMA_printListItem(__('Server version') . ': ' . PMA_MYSQL_STR_VERSION, 'li_server_version'); + PMA_printListItem(__('Protocol version') . ': ' . PMA_DBI_get_proto_info(), + 'li_mysql_proto'); + PMA_printListItem(__('User') . ': ' . htmlspecialchars($mysql_cur_user_and_host), + 'li_user_info'); + + echo '
                        • '; + echo ' ' . __('MySQL charset') . ': ' + . ' ' + . ' ' . $mysql_charsets_descriptions[$mysql_charset_map[strtolower($charset)]] . "\n" + . ' (' . $mysql_charset_map[strtolower($charset)] . ')' . "\n" + . ' ' . "\n" + . '
                        • ' . "\n"; + echo '
                        '; + echo '
                        '; +} + +if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) { + echo '
                        '; + echo '

                        ' . __('Web server') . '

                        '; + echo '
                          '; + if ($GLOBALS['cfg']['ShowServerInfo']) { + PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software'); + + if ($server > 0) { + PMA_printListItem(__('MySQL client version') . ': ' . PMA_DBI_get_client_info(), + 'li_mysql_client_version'); + PMA_printListItem(__('PHP extension') . ': ' . $GLOBALS['cfg']['Server']['extension'] . ' ' . PMA_showPHPDocu('book.' . $GLOBALS['cfg']['Server']['extension'] . '.php'), + 'li_used_php_extension'); + } + } + + if ($cfg['ShowPhpInfo']) { + PMA_printListItem(__('Show PHP information'), 'li_phpinfo', './phpinfo.php?' . $common_url_query); + } + echo '
                        '; + echo '
                        '; +} + +echo '
                        '; +echo '

                        phpMyAdmin

                        '; +echo '
                          '; +$class = null; +// workaround for bug 3302733; some browsers don't like the situation +// where phpMyAdmin is called on a secure page but a part of the page +// (the version check) refers to a non-secure page +if ($GLOBALS['cfg']['VersionCheck'] && ! $GLOBALS['PMA_Config']->get('is_https')) { + $class = 'jsversioncheck'; +} +PMA_printListItem(__('Version information') . ': ' . PMA_VERSION, 'li_pma_version', null, null, null, null, $class); +PMA_printListItem(__('Documentation'), 'li_pma_docs', 'Documentation.html', null, '_blank'); +PMA_printListItem(__('Wiki'), 'li_pma_wiki', PMA_linkURL('http://wiki.phpmyadmin.net/'), null, '_blank'); + +// does not work if no target specified, don't know why +PMA_printListItem(__('Official Homepage'), 'li_pma_homepage', PMA_linkURL('http://www.phpMyAdmin.net/'), null, '_blank'); +PMA_printListItem(__('Contribute'), 'li_pma_contribute', PMA_linkURL('http://www.phpmyadmin.net/home_page/improve.php'), null, '_blank'); +PMA_printListItem(__('Get support'), 'li_pma_support', PMA_linkURL('http://www.phpmyadmin.net/home_page/support.php'), null, '_blank'); +PMA_printListItem(__('List of changes'), 'li_pma_changes', PMA_linkURL('changelog.php'), null, '_blank'); +?> +
                        +
                        + +
                        + + here, otherwise it will not extend the outer div to the + * full height of the inner divs + */ +?> +
                        +
                        +
                        + + 1) { + trigger_error(__('You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!'), E_USER_WARNING); +} + +/** + * Nijel: mbstring is used for handling multibyte inside parser, so it is good + * to tell user something might be broken without it, see bug #1063149. + */ +if (! @extension_loaded('mbstring')) { + trigger_error(__('The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'), E_USER_WARNING); +} + +/** + * Check whether session.gc_maxlifetime limits session validity. + */ +$gc_time = (int)@ini_get('session.gc_maxlifetime'); +if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) { + trigger_error(PMA_Message::decodeBB(__('Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.')), E_USER_WARNING); +} + +/** + * Check whether LoginCookieValidity is limited by LoginCookieStore. + */ +if ($GLOBALS['cfg']['LoginCookieStore'] != 0 && $GLOBALS['cfg']['LoginCookieStore'] < $GLOBALS['cfg']['LoginCookieValidity']) { + trigger_error(PMA_Message::decodeBB(__('Login cookie store is lower than cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.')), E_USER_WARNING); +} + +/** + * Check if user does not have defined blowfish secret and it is being used. + */ +if (!empty($_SESSION['auto_blowfish_secret']) && + empty($GLOBALS['cfg']['blowfish_secret'])) { + trigger_error(__('The configuration file now needs a secret passphrase (blowfish_secret).'), E_USER_WARNING); +} + +/** + * Check for existence of config directory which should not exist in + * production environment. + */ +if (file_exists('./config')) { + trigger_error(__('Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'), E_USER_WARNING); +} + +/** + * Check whether relations are supported. + */ +if ($server > 0) { + $cfgRelation = PMA_getRelationsParam(); + if(!$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) { + $message = PMA_Message::notice(__('The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click %shere%s.')); + $message->addParam('', false); + $message->addParam('', false); + /* Show error if user has configured something, notice elsewhere */ + if (!empty($cfg['Servers'][$server]['pmadb'])) { + $message->isError(true); + } + $message->display(); + } // end if +} + +/** + * Show notice when javascript support is missing. + */ +echo ''; + +/** + * Warning about different MySQL library and server version + * (a difference on the third digit does not count). + * If someday there is a constant that we can check about mysqlnd, we can use it instead + * of strpos(). + * If no default server is set, PMA_DBI_get_client_info() is not defined yet. + */ +if (function_exists('PMA_DBI_get_client_info')) { + $_client_info = PMA_DBI_get_client_info(); + if ($server > 0 && strpos($_client_info, 'mysqlnd') === false && substr(PMA_MYSQL_CLIENT_API, 0, 3) != substr(PMA_MYSQL_INT_VERSION, 0, 3)) { + trigger_error(PMA_sanitize(sprintf(__('Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'), + $_client_info, + substr(PMA_MYSQL_STR_VERSION, 0, strpos(PMA_MYSQL_STR_VERSION . '-', '-')))), + E_USER_NOTICE); + } + unset($_client_info); +} + +/** + * Warning about Suhosin + */ +if ($cfg['SuhosinDisableWarning'] == false && @ini_get('suhosin.request.max_value_length')) { + trigger_error(PMA_sanitize(sprintf(__('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'), '[a@./Documentation.html#faq1_38@_blank]', '[/a]')), E_USER_WARNING); + } + +/** + * Warning about incomplete translations. + * + * The data file is created while creating release by ./scripts/remove-incomplete-mo + */ +if (file_exists('./libraries/language_stats.inc.php')) { + include('./libraries/language_stats.inc.php'); + /* + * This message is intentionally not translated, because we're + * handling incomplete translations here and focus on english + * speaking users. + */ + if (isset($GLOBALS['language_stats'][$lang]) && $GLOBALS['language_stats'][$lang] < $cfg['TranslationWarningThreshold']) { + trigger_error('You are using an incomplete translation, please help to make it better by contributing.', E_USER_NOTICE); + } +} + +/** + * prints list item for main page + * + * @param string $name displayed text + * @param string $id id, used for css styles + * @param string $url make item as link with $url as target + * @param string $mysql_help_page display a link to MySQL's manual + * @param string $target special target for $url + * @param string $a_id id for the anchor, used for jQuery to hook in functions + * @param string $class class for the li element + * @param string $a_class class for the anchor element + */ +function PMA_printListItem($name, $id = null, $url = null, $mysql_help_page = null, $target = null, $a_id = null, $class = null, $a_class = null) +{ + echo '
                      2. '; + if (null !== $url) { + echo ''; + } + + echo $name; + + if (null !== $url) { + echo '' . "\n"; + } + if (null !== $mysql_help_page) { + echo PMA_showMySQLDocu('', $mysql_help_page); + } + echo '
                      3. '; +} + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/navigation.php b/htdocs/phpMyAdmin/navigation.php new file mode 100644 index 000000000..ea774899a --- /dev/null +++ b/htdocs/phpMyAdmin/navigation.php @@ -0,0 +1,655 @@ +databases + * @uses $GLOBALS['server'] + * @uses $GLOBALS['db'] + * @uses $GLOBALS['table'] + * @uses $GLOBALS['available_languages'] + * @uses $GLOBALS['lang'] + * @uses $GLOBALS['text_dir'] + * @uses $GLOBALS['charset'] + * @uses $GLOBALS['pmaThemeImage'] + * @uses $GLOBALS['cfg']['LeftFrameLight'] + * @uses $GLOBALS['cfg']['ShowTooltip'] + * @uses $GLOBALS['cfg']['ShowTooltipAliasDB'] + * @uses $GLOBALS['cfg']['DefaultTabDatabase'] + * @uses $GLOBALS['cfgRelation']['commwork']) { + * @uses PMA_List_Database::getSingleItem() + * @uses PMA_List_Database::getHtmlSelectGrouped() + * @uses PMA_List_Database::getGroupedDetails() + * @uses PMA_generate_common_url() + * @uses PMA_generate_common_hidden_inputs() + * @uses PMA_getDbComment(); + * @uses PMA_getTableCount() + * @uses PMA_getTableList() + * @uses PMA_getRelationsParam() + * @uses PMA_outBufferPre() + * @uses strlen() + * @uses session_write_close() + * @uses is_array() + * @uses implode() + * @uses htmlspecialchars() + */ + +/** + * Gets a core script and starts output buffering work + */ +require_once './libraries/common.inc.php'; + +/** + * finish and cleanup navigation.php script execution, only to be used in navigation.php + * + * @uses $GLOBALS['controllink'] to close it + * @uses $GLOBALS['userlink'] to close it + * @access private + */ +function PMA_exitNavigationFrame() +{ + echo ''; + exit; +} + +// keep the offset of the db list in session before closing it +if (! isset($_SESSION['tmp_user_values']['navi_limit_offset'])) { + $_SESSION['tmp_user_values']['navi_limit_offset'] = 0; +} +if (! isset($_SESSION['tmp_user_values']['table_limit_offset']) || $_SESSION['tmp_user_values']['table_limit_offset_db'] != $db) { + $_SESSION['tmp_user_values']['table_limit_offset'] = 0; + $_SESSION['tmp_user_values']['table_limit_offset_db'] = $db; +} +if (isset($_REQUEST['pos'])) { + if (isset($_REQUEST['tpos'])) { + $_SESSION['tmp_user_values']['table_limit_offset'] = (int) $_REQUEST['pos']; + } + else { + $_SESSION['tmp_user_values']['navi_limit_offset'] = (int) $_REQUEST['pos']; + } +} +$pos = $_SESSION['tmp_user_values']['navi_limit_offset']; +$tpos = $_SESSION['tmp_user_values']['table_limit_offset']; +// free the session file, for the other frames to be loaded +// but only if debugging is not enabled +if (empty($_SESSION['debug'])) { + session_write_close(); +} + +/** + * the output compression library + */ +require_once './libraries/ob.lib.php'; + +PMA_outBufferPre(); + +/* + * selects the database if there is only one on current server + */ +if ($GLOBALS['server'] && ! strlen($GLOBALS['db'])) { + $GLOBALS['db'] = $GLOBALS['pma']->databases->getSingleItem(); +} + +$db_start = $GLOBALS['db']; + +/** + * the relation settings + */ +$cfgRelation = PMA_getRelationsParam(); + +/** + * For re-usability, moved http-headers to a seperate file. + * It can now be included by libraries/header.inc.php, querywindow.php. + */ +require_once './libraries/header_http.inc.php'; + +/* + * Displays the frame + */ +// xml declaration moves IE into quirks mode, making much trouble with CSS +/* echo ''; */ +?> + + + + + + + phpMyAdmin + + + + + + + + + + + + +databases)) { + // no database available, so we break here + echo '

                        ' . __('No databases') . '

                        '; + PMA_exitNavigationFrame(); +} elseif ($GLOBALS['cfg']['LeftFrameLight'] && count($GLOBALS['pma']->databases) > 1) { + $list = $cfg['DisplayDatabasesList']; + if ($list === 'auto') { + if (empty($GLOBALS['db'])) { + $list = true; + } else { + $list = false; + } + } + if (!$list) { + // more than one database available and LeftFrameLight is true + // display db selectbox + // + // Light mode -> beginning of the select combo for databases + // Note: When javascript is active, the frameset will be changed from + // within navigation.php. With no JS (
                    • '; + echo '' . __('Active options') . ''; + echo '
                      '; + echo '
                      '; + echo ''; + echo '
                      '; + echo '
                      '; + echo ' '; + echo ' '; + echo PMA_generate_common_hidden_inputs($GLOBALS['db']); + echo '

                      '; + echo '
                      '; + +} ?> + + + + + + + + + diff --git a/htdocs/phpMyAdmin/pmd_help.php b/htdocs/phpMyAdmin/pmd_help.php new file mode 100644 index 000000000..2f5e006f3 --- /dev/null +++ b/htdocs/phpMyAdmin/pmd_help.php @@ -0,0 +1,31 @@ + + + + + + + + + +Designer + + + +' . __('To select relation, click :') . '
                      '; + echo '

                      '; + echo '

                      ' . __('The display column is shown in pink. To set/unset a column as the display column, click the "Choose column to display" icon, then click on the appropriate column name.') . '

                      '; +?> + + diff --git a/htdocs/phpMyAdmin/pmd_pdf.php b/htdocs/phpMyAdmin/pmd_pdf.php new file mode 100644 index 000000000..89f6b5e3f --- /dev/null +++ b/htdocs/phpMyAdmin/pmd_pdf.php @@ -0,0 +1,131 @@ +alert('Pages not found!');history.go(-2);"); + } + + $pmd_table = PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['designer_coords']); + $pma_table = PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']); + $scale_q = PMA_sqlAddslashes($scale); + + if ('create_export' == $mode) { + /* + * @see pdf_pages.php + */ + $query_default_option = PMA_DBI_QUERY_STORE; + $pdf_page_number = PMA_REL_create_page($newpage, $cfgRelation, $db, $query_default_option); + if ($pdf_page_number > 0) { + $message = PMA_Message::success(__('Page has been created')); + $mode = 'export'; + } else { + $message = PMA_Message::error(__('Page creation failed')); + } + } + + $pdf_page_number_q = PMA_sqlAddslashes($pdf_page_number); + + if ('export' == $mode) { + $sql = "REPLACE INTO " . $pma_table . " (db_name, table_name, pdf_page_number, x, y) SELECT db_name, table_name, " . $pdf_page_number_q . ", ROUND(x/" . $scale_q . ") , ROUND(y/" . $scale_q . ") y FROM " . $pmd_table . " WHERE db_name = '" . PMA_sqlAddslashes($db) . "'"; + + PMA_query_as_controluser($sql,TRUE,PMA_DBI_QUERY_STORE); + } + + if ('import' == $mode) { + PMA_query_as_controluser( + 'UPDATE ' . $pma_table . ',' . $pmd_table . + ' SET ' . $pmd_table . '.`x`= ' . $pma_table . '.`x` * '. $scale_q . ', + ' . $pmd_table . '.`y`= ' . $pma_table . '.`y` * '. $scale_q .' + WHERE + ' . $pmd_table . '.`db_name`=' . $pma_table . '.`db_name` + AND + ' . $pmd_table . '.`table_name` = ' . $pma_table . '.`table_name` + AND + ' . $pmd_table . '.`db_name`=\''. PMA_sqlAddslashes($db) .'\' + AND pdf_page_number = ' . $pdf_page_number_q . ';', TRUE, PMA_DBI_QUERY_STORE); + } +} + +// no need to use pmd/styles +require_once './libraries/header_meta_style.inc.php'; +?> + + +
                      +
                      +display(); + } +?> +
                      +'; +echo '
                      ' . __('Import/Export coordinates for PDF schema') . ''; + +$choices = array(); + +$table_info_result = PMA_query_as_controluser('SELECT * FROM ' + . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''); + +if (PMA_DBI_num_rows($table_info_result) > 0) { + echo '

                      ' . __('Page') . ':'; + echo ''; + echo '

                      '; + $choices['import'] = __('Import from selected page'); + $choices['export'] = __('Export to selected page'); +} +$choices['create_export'] = __('Create a page and export to it'); + +if (1 == count($choices)) { + echo $choices['create_export']; + echo ''; +} else { + PMA_display_html_radio('mode', $choices, $checked_choice = '', $line_break = true, $escape_label = false, $class=''); +} +echo '
                      '; +echo ''; +echo ''; + +echo '

                      ' . __('Export/Import to scale') . ':'; +?> + +

                      + +
                      +
                      + + + + + diff --git a/htdocs/phpMyAdmin/pmd_relation_new.php b/htdocs/phpMyAdmin/pmd_relation_new.php new file mode 100644 index 000000000..6ea4485d6 --- /dev/null +++ b/htdocs/phpMyAdmin/pmd_relation_new.php @@ -0,0 +1,105 @@ +'); +} +?> diff --git a/htdocs/phpMyAdmin/pmd_relation_upd.php b/htdocs/phpMyAdmin/pmd_relation_upd.php new file mode 100644 index 000000000..564395b1a --- /dev/null +++ b/htdocs/phpMyAdmin/pmd_relation_upd.php @@ -0,0 +1,64 @@ +'); +} +?> diff --git a/htdocs/phpMyAdmin/pmd_save_pos.php b/htdocs/phpMyAdmin/pmd_save_pos.php new file mode 100644 index 000000000..fb9d1ebd4 --- /dev/null +++ b/htdocs/phpMyAdmin/pmd_save_pos.php @@ -0,0 +1,55 @@ + $value) { + $KEY = empty($IS_AJAX) ? urldecode($key) : $key; // table name decode (post PDF exp/imp) + list($DB,$TAB) = explode(".", $KEY); + PMA_query_as_controluser('DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['designer_coords']) . ' + WHERE `db_name` = \'' . PMA_sqlAddslashes($DB) . '\' + AND `table_name` = \'' . PMA_sqlAddslashes($TAB) . '\'', true, PMA_DBI_QUERY_STORE); + + PMA_query_as_controluser('INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['designer_coords']) . ' + (db_name, table_name, x, y, v, h) + VALUES (' + . '\'' . PMA_sqlAddslashes($DB) . '\', ' + . '\'' . PMA_sqlAddslashes($TAB) . '\', ' + . '\'' . PMA_sqlAddslashes($t_x[$key]) . '\', ' + . '\'' . PMA_sqlAddslashes($t_y[$key]) . '\', ' + . '\'' . PMA_sqlAddslashes($t_v[$key]) . '\', ' + . '\'' . PMA_sqlAddslashes($t_h[$key]) . '\'' + . ')', true, PMA_DBI_QUERY_STORE); +} +//---------------------------------------------------------------------------- + +function PMD_err_sav() { + global $die_save_pos; // if this file included + if (! empty($die_save_pos)) { + header("Content-Type: text/xml; charset=utf-8"); + header("Cache-Control: no-cache"); + die(''); + } +} + +if(! empty($die_save_pos)) { + header("Content-Type: text/xml; charset=utf-8"); + header("Cache-Control: no-cache"); +?> +'> + diff --git a/htdocs/phpMyAdmin/prefs_forms.php b/htdocs/phpMyAdmin/prefs_forms.php new file mode 100644 index 000000000..22ffb4cf5 --- /dev/null +++ b/htdocs/phpMyAdmin/prefs_forms.php @@ -0,0 +1,89 @@ + $form) { + // skip Developer form if no setting is available + if ($form_name == 'Developer' && !$GLOBALS['cfg']['UserprefsDeveloperTab']) { + continue; + } + $form_display->registerForm($form_name, $form, 1); +} + +if (isset($_POST['revert'])) { + // revert erroneous fields to their default values + $form_display->fixErrors(); + // redirect + $url_params = array('form' => $form_param); + PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . 'prefs_forms.php' + . PMA_generate_common_url($url_params, '&')); + exit; +} + +$error = null; +if ($form_display->process(false) && !$form_display->hasErrors()) { + // save settings + $old_settings = PMA_load_userprefs(); + $result = PMA_save_userprefs(ConfigFile::getInstance()->getConfigArray()); + if ($result === true) { + // reload config + $GLOBALS['PMA_Config']->loadUserPreferences(); + $hash = ltrim(filter_input(INPUT_POST, 'tab_hash'), '#'); + PMA_userprefs_redirect($forms, $old_settings, 'prefs_forms.php', array( + 'form' => $form_param), $hash); + exit; + } else { + $error = $result; + } +} + +// display forms +$GLOBALS['js_include'][] = 'config.js'; +require './libraries/header.inc.php'; +require './libraries/user_preferences.inc.php'; +if ($error) { + $error->display(); +} +if ($form_display->hasErrors()) { + // form has errors + ?> +
                      + + displayErrors(); ?> +
                      + display(true, true); + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/prefs_manage.php b/htdocs/phpMyAdmin/prefs_manage.php new file mode 100644 index 000000000..e5dbe3f90 --- /dev/null +++ b/htdocs/phpMyAdmin/prefs_manage.php @@ -0,0 +1,337 @@ + json_encode($settings['config_data']), + 'mtime' => $settings['mtime'])); + return; +} else if (isset($_POST['submit_import'])) { + // load from JSON file + $json = ''; + if (filter_input(INPUT_POST, 'import_type') == 'text_file' + && isset($_FILES['import_file']) + && $_FILES['import_file']['error'] == UPLOAD_ERR_OK + && is_uploaded_file($_FILES['import_file']['tmp_name'])) { + // read JSON from uploaded file + $open_basedir = @ini_get('open_basedir'); + $file_to_unlink = ''; + $import_file = $_FILES['import_file']['tmp_name']; + + // If we are on a server with open_basedir, we must move the file + // before opening it. The doc explains how to create the "./tmp" + // directory + if (!empty($open_basedir)) { + $tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/'); + if (is_writable($tmp_subdir)) { + $import_file_new = tempnam($tmp_subdir, 'prefs'); + if (move_uploaded_file($import_file, $import_file_new)) { + $import_file = $import_file_new; + $file_to_unlink = $import_file_new; + } + } + } + $json = file_get_contents($import_file); + if ($file_to_unlink) { + unlink($file_to_unlink); + } + } else { + // read from POST value (json) + $json = filter_input(INPUT_POST, 'json'); + } + + // hide header message + $_SESSION['userprefs_autoload'] = true; + + $config = json_decode($json, true); + $return_url = filter_input(INPUT_POST, 'return_url'); + if (!is_array($config)) { + $error = __('Could not import configuration'); + } else { + // sanitize input values: treat them as though they came from HTTP POST request + $form_display = new FormDisplay(); + foreach ($forms as $formset_id => $formset) { + foreach ($formset as $form_name => $form) { + $form_display->registerForm($formset_id . ': ' . $form_name, $form); + } + } + $cf = ConfigFile::getInstance(); + $new_config = $cf->getFlatDefaultConfig(); + if (!empty($_POST['import_merge'])) { + $new_config = array_merge($new_config, $cf->getConfigArray()); + } + $new_config = array_merge($new_config, $config); + $_POST_bak = $_POST; + foreach ($new_config as $k => $v) { + $_POST[str_replace('/', '-', $k)] = $v; + } + $cf->resetConfigData(); + $all_ok = $form_display->process(true, false); + $all_ok = $all_ok && !$form_display->hasErrors(); + $_POST = $_POST_bak; + + if (!$all_ok && isset($_POST['fix_errors'])) { + $form_display->fixErrors(); + $all_ok = true; + } + if (!$all_ok) { + // mimic original form and post json in a hidden field + require './libraries/header.inc.php'; + require './libraries/user_preferences.inc.php'; + $msg = PMA_Message::error(__('Configuration contains incorrect data for some fields.')); + $msg->display(); + echo '
                      '; + $form_display->displayErrors(); + echo '
                      '; + ?> +
                      + + + + + + + + + +

                      + + +
                      + theme->getId() != $config['ThemeDefault'] + && $_SESSION['PMA_Theme_Manager']->checkTheme($config['ThemeDefault'])) { + $_SESSION['PMA_Theme_Manager']->setActiveTheme($config['ThemeDefault']); + $_SESSION['PMA_Theme_Manager']->setThemeCookie(); + $params['reload_left_frame'] = true; + } + if (isset($config['fontsize']) + && $config['fontsize'] != $GLOBALS['PMA_Config']->get('fontsize')) { + $params['set_fontsize'] = $config['fontsize']; + $params['reload_left_frame'] = true; + } + if (isset($config['lang']) + && $config['lang'] != $GLOBALS['lang']) { + $params['lang'] = $config['lang']; + $params['reload_left_frame'] = true; + } + if (isset($config['collation_connection']) + && $config['collation_connection'] != $GLOBALS['collation_connection']) { + $params['collation_connection'] = $config['collation_connection']; + $params['reload_left_frame'] = true; + } + + // save settings + $old_settings = PMA_load_userprefs(); + $result = PMA_save_userprefs($cf->getConfigArray()); + if ($result === true) { + if ($return_url) { + $query = explode('&', parse_url($return_url, PHP_URL_QUERY)); + $return_url = parse_url($return_url, PHP_URL_PATH); + foreach ($query as $q) { + $pos = strpos($q, '='); + $k = substr($q, 0, $pos); + if ($k == 'token') { + continue; + } + $params[$k] = substr($q, $pos+1); + } + } else { + $return_url = 'prefs_manage.php'; + } + // reload config + $GLOBALS['PMA_Config']->loadUserPreferences(); + PMA_userprefs_redirect($forms, $old_settings, $return_url, $params); + exit; + } else { + $error = $result; + } + } +} else if (isset($_POST['submit_clear'])) { + $old_settings = PMA_load_userprefs(); + $result = PMA_save_userprefs(array()); + if ($result === true) { + $params = array(); + if ($_SESSION['PMA_Theme_Manager']->theme->getId() != 'original') { + $GLOBALS['PMA_Config']->removeCookie($_SESSION['PMA_Theme_Manager']->getThemeCookieName()); + unset($_SESSION['PMA_Theme_Manager']); + unset($_SESSION['PMA_Theme']); + $params['reload_left_frame'] = true; + } + if ($GLOBALS['PMA_Config']->get('fontsize') != '82%') { + $GLOBALS['PMA_Config']->removeCookie('pma_fontsize'); + $params['reload_left_frame'] = true; + } + $GLOBALS['PMA_Config']->removeCookie('pma_collaction_connection'); + $GLOBALS['PMA_Config']->removeCookie('pma_lang'); + PMA_userprefs_redirect($forms, $old_settings, 'prefs_manage.php', $params); + exit; + } else { + $error = $result; + } + exit; +} + +$GLOBALS['js_include'][] = 'config.js'; +require './libraries/header.inc.php'; +require './libraries/user_preferences.inc.php'; +if ($error) { + if (!$error instanceof PMA_Message) { + $error = PMA_Message::error($error); + } + $error->display(); +} +?> + +
                      +
                      +
                      +

                      +
                      + + + + +
                      + + +
                      + + +
                      +
                      + +
                      + + + + + display() ?> + +
                      + + display() ?> + +
                      + + + +

                      + +
                      +
                      + +
                      +

                      +
                      + ', ''); + echo PMA_showDocu('setup_script'); + ?> +
                      +
                      + +
                      +
                      +
                      +

                      + +
                      + +
                      + + +
                      + + +
                      +
                      + + + +
                      +
                      +
                      + + display() ?> + +
                      +
                      + +
                      +
                      +
                      +

                      +
                      + + +

                      + +
                      + +
                      +
                      +
                      +
                      + diff --git a/htdocs/phpMyAdmin/print.css b/htdocs/phpMyAdmin/print.css new file mode 100644 index 000000000..632a7553e --- /dev/null +++ b/htdocs/phpMyAdmin/print.css @@ -0,0 +1,69 @@ +.print_ignore { + display: none; +} + +body, table, th, td { + color: #000000; + background-color: #ffffff; + font-size: 8pt; +} + +img { + border: 0; +} + +table, th, td { + border-width: 0.1em; + border-color: #000000; + border-style: solid; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, td { + padding: 0.2em; +} + +th { + font-weight: bold; + background-color: #e5e5e5; +} + +@media print { + .print_ignore { + display: none; + } + + body, table, th, td { + color: #000000; + background-color: #ffffff; + font-size: 8pt; + } + + img { + border: 0; + } + + table, th, td { + border-width: 1px; + border-color: #000000; + border-style: solid; + } + + table { + border-collapse: collapse; + border-spacing: 0; + } + + th, td { + padding: 0.2em; + } + + th { + font-weight: bold; + background-color: #e5e5e5; + } +} diff --git a/htdocs/phpMyAdmin/querywindow.php b/htdocs/phpMyAdmin/querywindow.php new file mode 100644 index 000000000..0b92ad893 --- /dev/null +++ b/htdocs/phpMyAdmin/querywindow.php @@ -0,0 +1,258 @@ +'; + + if ('both' === $GLOBALS['cfg']['PropertiesIconic']) { + $titles['Change'] .= __('Change') . ' '; + } +} else { + $titles['Change'] = __('Change') . ' '; +} + +$url_query = PMA_generate_common_url($db, $table); + +if (! empty($sql_query)) { + $show_query = 1; +} + +if ($no_js) { + // ... we redirect to appropriate query sql page + // works only full if $db and $table is also stored/grabbed from $_COOKIE + if (strlen($table)) { + require './tbl_sql.php'; + } elseif (strlen($db)) { + require './db_sql.php'; + } else { + require './server_sql.php'; + } + exit; +} + +/** + * Defines the query to be displayed in the query textarea + */ +if (! empty($show_query)) { + $query_to_display = $sql_query; +} else { + $query_to_display = ''; +} +$sql_query = ''; + +/** + * prepare JavaScript functionality + */ +$js_include[] = 'common.js'; +$js_include[] = 'querywindow.js'; + +if (PMA_isValid($_REQUEST['auto_commit'], 'identical', 'true')) { + $js_events[] = array( + 'event' => 'load', + 'function' => 'PMA_queryAutoCommit', + ); +} +if (PMA_isValid($_REQUEST['init'])) { + $js_events[] = array( + 'event' => 'load', + 'function' => 'PMA_querywindowResize', + ); +} +// always set focus to the textarea +if ($querydisplay_tab == 'sql' || $querydisplay_tab == 'full') { + $js_events[] = array( + 'event' => 'load', + 'function' => 'PMA_querywindowSetFocus', + ); +} + +/** + * start HTTP/HTML output + */ +require_once './libraries/header_http.inc.php'; +require_once './libraries/header_meta_style.inc.php'; +require_once './libraries/header_scripts.inc.php'; +?> + + + +
                      +' + . '' . "\n"; +} +?> +
                      + + + + + +
                      +
                      + + diff --git a/htdocs/phpMyAdmin/robots.txt b/htdocs/phpMyAdmin/robots.txt new file mode 100644 index 000000000..1f53798bb --- /dev/null +++ b/htdocs/phpMyAdmin/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/htdocs/phpMyAdmin/schema_edit.php b/htdocs/phpMyAdmin/schema_edit.php new file mode 100644 index 000000000..a5d3a38ce --- /dev/null +++ b/htdocs/phpMyAdmin/schema_edit.php @@ -0,0 +1,139 @@ +%s
                      table not found or not set in %s'), 'relation', 'config.inc.php') . '
                      ' . "\n" + . PMA_showDocu('relation') . "\n"; + require_once './libraries/footer.inc.php'; +} + +if (!$cfgRelation['displaywork']) { + echo sprintf(__('%s table not found or not set in %s'), 'table_info', 'config.inc.php') . '
                      ' . "\n" + . PMA_showDocu('table_info') . "\n"; + require_once './libraries/footer.inc.php'; +} + +if (!isset($cfgRelation['table_coords'])){ + echo sprintf(__('%s table not found or not set in %s'), 'table_coords', 'config.inc.php') . '
                      ' . "\n" + . PMA_showDocu('table_coords') . "\n"; + require_once './libraries/footer.inc.php'; +} +if (!isset($cfgRelation['pdf_pages'])) { + echo sprintf(__('%s table not found or not set in %s'), 'pdf_page', 'config.inc.php') . '
                      ' . "\n" + . PMA_showDocu('pdf_pages') . "\n"; + require_once './libraries/footer.inc.php'; +} + +if ($cfgRelation['pdfwork']) { + + /** + * User object created for presenting the HTML options + * so, user can interact with it and perform export of relations schema + */ + + require_once './libraries/schema/User_Schema.class.php'; + $user_schema = new PMA_User_Schema(); + + /** + * This function will process the user defined pages + * and tables which will be exported as Relational schema + * you can set the table positions on the paper via scratchboard + * for table positions, put the x,y co-ordinates + * + * @param string $do It tells what the Schema is supposed to do + * create and select a page, generate schema etc + */ + if(isset($_REQUEST['do'])){ + $user_schema->setAction($_REQUEST['do']); + $user_schema->processUserChoice(); + } + + /** + * Show some possibility to select a page for the export of relation schema + * Lists all pages created before and can select and edit from them + */ + + $user_schema->selectPage(); + + /** + * Create a new page where relations will be drawn + */ + + $user_schema->showCreatePageDialog($db); + + /** + * After selection of page or creating a page + * It will show you the list of tables + * A dashboard will also be shown where you can position the tables + */ + + $user_schema->showTableDashBoard(); + + if (isset($_REQUEST['do']) + && ($_REQUEST['do'] == 'edcoord' + || ($_REQUEST['do']== 'selectpage' && isset($user_schema->chosenPage) && $user_schema->chosenPage != 0) + || ($_REQUEST['do'] == 'createpage' && isset($user_schema->chosenPage) && $user_schema->chosenPage != 0))) { + + /** + * show Export schema generation options + */ + $user_schema->displaySchemaGenerationOptions(); + + if ((isset($showwysiwyg) && $showwysiwyg == '1')) { + ?> + + diff --git a/htdocs/phpMyAdmin/schema_export.php b/htdocs/phpMyAdmin/schema_export.php new file mode 100644 index 000000000..3e1067d55 --- /dev/null +++ b/htdocs/phpMyAdmin/schema_export.php @@ -0,0 +1,50 @@ +) +{ s/\$cfg(\w+)/\$cfg\[\'$1\'\]/g; + print; + } + + diff --git a/htdocs/phpMyAdmin/scripts/create_tables.sql b/htdocs/phpMyAdmin/scripts/create_tables.sql new file mode 100644 index 000000000..1efdaadfd --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/create_tables.sql @@ -0,0 +1,208 @@ +-- -------------------------------------------------------- +-- SQL Commands to set up the pmadb as described in Documentation.html. +-- +-- This file is meant for use with MySQL 5 and above! +-- +-- This script expects the user pma to already be existing. If we would put a +-- line here to create him too many users might just use this script and end +-- up with having the same password for the controluser. +-- +-- This user "pma" must be defined in config.inc.php (controluser/controlpass) +-- +-- Please don't forget to set up the tablenames in config.inc.php +-- + +-- -------------------------------------------------------- + +-- +-- Database : `phpmyadmin` +-- +CREATE DATABASE IF NOT EXISTS `phpmyadmin` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; +USE phpmyadmin; + +-- -------------------------------------------------------- + +-- +-- Privileges +-- +-- (activate this statement if necessary) +-- GRANT SELECT, INSERT, DELETE, UPDATE ON `phpmyadmin`.* TO +-- 'pma'@localhost; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_bookmark` +-- + +CREATE TABLE IF NOT EXISTS `pma_bookmark` ( + `id` int(11) NOT NULL auto_increment, + `dbase` varchar(255) NOT NULL default '', + `user` varchar(255) NOT NULL default '', + `label` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '', + `query` text NOT NULL, + PRIMARY KEY (`id`) +) + ENGINE=MyISAM COMMENT='Bookmarks' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_column_info` +-- + +CREATE TABLE IF NOT EXISTS `pma_column_info` ( + `id` int(5) unsigned NOT NULL auto_increment, + `db_name` varchar(64) NOT NULL default '', + `table_name` varchar(64) NOT NULL default '', + `column_name` varchar(64) NOT NULL default '', + `comment` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '', + `mimetype` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '', + `transformation` varchar(255) NOT NULL default '', + `transformation_options` varchar(255) NOT NULL default '', + PRIMARY KEY (`id`), + UNIQUE KEY `db_name` (`db_name`,`table_name`,`column_name`) +) + ENGINE=MyISAM COMMENT='Column information for phpMyAdmin' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_history` +-- + +CREATE TABLE IF NOT EXISTS `pma_history` ( + `id` bigint(20) unsigned NOT NULL auto_increment, + `username` varchar(64) NOT NULL default '', + `db` varchar(64) NOT NULL default '', + `table` varchar(64) NOT NULL default '', + `timevalue` timestamp NOT NULL, + `sqlquery` text NOT NULL, + PRIMARY KEY (`id`), + KEY `username` (`username`,`db`,`table`,`timevalue`) +) + ENGINE=MyISAM COMMENT='SQL history for phpMyAdmin' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_pdf_pages` +-- + +CREATE TABLE IF NOT EXISTS `pma_pdf_pages` ( + `db_name` varchar(64) NOT NULL default '', + `page_nr` int(10) unsigned NOT NULL auto_increment, + `page_descr` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '', + PRIMARY KEY (`page_nr`), + KEY `db_name` (`db_name`) +) + ENGINE=MyISAM COMMENT='PDF relation pages for phpMyAdmin' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_relation` +-- + +CREATE TABLE IF NOT EXISTS `pma_relation` ( + `master_db` varchar(64) NOT NULL default '', + `master_table` varchar(64) NOT NULL default '', + `master_field` varchar(64) NOT NULL default '', + `foreign_db` varchar(64) NOT NULL default '', + `foreign_table` varchar(64) NOT NULL default '', + `foreign_field` varchar(64) NOT NULL default '', + PRIMARY KEY (`master_db`,`master_table`,`master_field`), + KEY `foreign_field` (`foreign_db`,`foreign_table`) +) + ENGINE=MyISAM COMMENT='Relation table' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_table_coords` +-- + +CREATE TABLE IF NOT EXISTS `pma_table_coords` ( + `db_name` varchar(64) NOT NULL default '', + `table_name` varchar(64) NOT NULL default '', + `pdf_page_number` int(11) NOT NULL default '0', + `x` float unsigned NOT NULL default '0', + `y` float unsigned NOT NULL default '0', + PRIMARY KEY (`db_name`,`table_name`,`pdf_page_number`) +) + ENGINE=MyISAM COMMENT='Table coordinates for phpMyAdmin PDF output' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_table_info` +-- + +CREATE TABLE IF NOT EXISTS `pma_table_info` ( + `db_name` varchar(64) NOT NULL default '', + `table_name` varchar(64) NOT NULL default '', + `display_field` varchar(64) NOT NULL default '', + PRIMARY KEY (`db_name`,`table_name`) +) + ENGINE=MyISAM COMMENT='Table information for phpMyAdmin' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_designer_coords` +-- + +CREATE TABLE IF NOT EXISTS `pma_designer_coords` ( + `db_name` varchar(64) NOT NULL default '', + `table_name` varchar(64) NOT NULL default '', + `x` INT, + `y` INT, + `v` TINYINT, + `h` TINYINT, + PRIMARY KEY (`db_name`,`table_name`) +) + ENGINE=MyISAM COMMENT='Table coordinates for Designer' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_tracking` +-- + +CREATE TABLE IF NOT EXISTS `pma_tracking` ( + `db_name` varchar(64) collate utf8_bin NOT NULL, + `table_name` varchar(64) collate utf8_bin NOT NULL, + `version` int(10) unsigned NOT NULL, + `date_created` datetime NOT NULL, + `date_updated` datetime NOT NULL, + `schema_snapshot` text collate utf8_bin NOT NULL, + `schema_sql` text collate utf8_bin, + `data_sql` longtext collate utf8_bin, + `tracking` set('UPDATE','REPLACE','INSERT','DELETE','TRUNCATE','CREATE DATABASE','ALTER DATABASE','DROP DATABASE','CREATE TABLE','ALTER TABLE','RENAME TABLE','DROP TABLE','CREATE INDEX','DROP INDEX','CREATE VIEW','ALTER VIEW','DROP VIEW') collate utf8_bin default NULL, + `tracking_active` int(1) unsigned NOT NULL default '1', + PRIMARY KEY (`db_name`,`table_name`,`version`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=COMPACT; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_userconfig` +-- + +CREATE TABLE IF NOT EXISTS `pma_userconfig` ( + `username` varchar(64) NOT NULL, + `timevalue` timestamp NOT NULL, + `config_data` text NOT NULL, + PRIMARY KEY (`username`) +) + ENGINE=MyISAM COMMENT='User preferences storage for phpMyAdmin' + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; diff --git a/htdocs/phpMyAdmin/scripts/decode_bug.php b/htdocs/phpMyAdmin/scripts/decode_bug.php new file mode 100644 index 000000000..2f55dcf4e --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/decode_bug.php @@ -0,0 +1,104 @@ + + * + * @package phpMyAdmin-debug + */ + +/** + * Displays the form + */ +?> + + + + + + + + phpMyAdmin - Parser BUG decoder + + + + + +

                      Parser BUG decoder

                      +
                      + +
                      + + Encoded bug report:
                      + +

                      + +
                      +
                      + + decodes the bug report + */ + +/** + * Display the decoded bug report in ASCII format + * + * @param string the text data + * + * @return string the text enclosed by "
                      ...
                      " tags + * + * @access public + */ +function PMA_printDecodedBug($textdata) +{ + return '
                      ' . htmlspecialchars($textdata) . '

                      '; +} // end of the "PMA_printDecodedBug()" function + + +if (!empty($_POST) && isset($_POST['bug_encoded'])) { + $bug_encoded = $_POST['bug_encoded']; +} + +if (!empty($bug_encoded)) { + if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) { + $bug_encoded = stripslashes($bug_encoded); + } + + $bug_encoded = preg_replace('/[[:space:]]/', '', $bug_encoded); + $bug_decoded = base64_decode($bug_encoded); + if (substr($bug_encoded, 0, 2) == 'eN') { + if (function_exists('gzuncompress')) { + $result = PMA_printDecodedBug(gzuncompress($bug_decoded)); + } else { + $result = 'Error: "gzuncompress()" is unavailable!' . "\n"; + } + } else { + $result = PMA_printDecodedBug($bug_decoded); + } // end if... else... + + echo '

                      Decoded:

                      ' . "\n" + . $result . "\n"; +} // end if +?> + + + diff --git a/htdocs/phpMyAdmin/scripts/openid.php b/htdocs/phpMyAdmin/scripts/openid.php new file mode 100644 index 000000000..9a5eb67ed --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/openid.php @@ -0,0 +1,153 @@ + array( + 'user' => 'root', + 'password' => '', + ), + ); + +/** + * Simple function to show HTML page with given content. + */ +function show_page($contents) { + header('Content-Type: text/html; charset=utf-8'); + echo '' . "\n"; + ?> + + + + + + phpMyAdmin OpenID signon example + + +' . $_SESSION['PMA_single_signon_message'] . '

                      '; + unset($_SESSION['PMA_single_signon_message']); +} +echo $contents; +?> + + + +OpenID:
                      + + + +'; + show_page($content); + exit; +} + +/* Grab identifier */ +if (isset($_POST['identifier'])) { + $identifier = $_POST['identifier']; +} else if (isset($_SESSION['identifier'])) { + $identifier = $_SESSION['identifier']; +} else { + $identifier = null; +} + +/* Create OpenID object */ +try { + $o = new OpenID_RelyingParty($returnTo, $realm, $identifier); +} catch (OpenID_Exception $e) { + $contents = "
                      \n"; + $contents .= "
                      " . $e->getMessage() . "
                      \n"; + $contents .= "
                      "; + show_page($contents); + exit; +} + +/* Redirect to OpenID provider */ +if (isset($_POST['start'])) { + try { + $authRequest = $o->prepare(); + } catch (OpenID_Exception $e) { + $contents = "
                      \n"; + $contents .= "
                      " . $e->getMessage() . "
                      \n"; + $contents .= "
                      "; + show_page($contents); + exit; + } + + $url = $authRequest->getAuthorizeURL(); + + header("Location: $url"); + exit; +} else { + /* Grab query string */ + if (!count($_POST)) { + list(, $queryString) = explode('?', $_SERVER['REQUEST_URI']); + } else { + // I hate php sometimes + $queryString = file_get_contents('php://input'); + } + + /* Check reply */ + $message = new OpenID_Message($queryString, OpenID_Message::FORMAT_HTTP); + + $id = $message->get('openid.claimed_id'); + + if (!empty($id) && isset($AUTH_MAP[$id])) { + $_SESSION['PMA_single_signon_user'] = $AUTH_MAP[$id]['user']; + $_SESSION['PMA_single_signon_password'] = $AUTH_MAP[$id]['password']; + session_write_close(); + /* Redirect to phpMyAdmin (should use absolute URL here!) */ + header('Location: ../index.php'); + } else { + show_page('

                      User not allowed!

                      '); + exit; + } +} diff --git a/htdocs/phpMyAdmin/scripts/remove-incomplete-mo b/htdocs/phpMyAdmin/scripts/remove-incomplete-mo new file mode 100644 index 000000000..ec7d3b3dd --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/remove-incomplete-mo @@ -0,0 +1,66 @@ +#!/bin/sh +# +# Removes mo files for incomplete translations +# + +set -e + +# +# How many percent needs to be translated +# +THRESHOLD=40 + +# +# Generated output file +# +TMPOUTPUTFILE=libraries/language_stats.inc.php.tmp +OUTPUTFILE=libraries/language_stats.inc.php + +if [ ! -z "$1" ] ; then + THRESHOLD=$1 +fi + +echo ' $TMPOUTPUTFILE +echo '/* Automatically generated file, do not edit! */' >> $TMPOUTPUTFILE +echo '/* Generated by scripts/remove-incomplete-mo */' >> $TMPOUTPUTFILE +echo '' >> $TMPOUTPUTFILE +echo '$GLOBALS["language_stats"] = array (' >> $TMPOUTPUTFILE + +check() { + TMPOUTPUTFILE=$2 + lang=`echo $1 | sed 's@po/\(.*\)\.po@\1@'` + STATS=`LC_ALL=C msgfmt --statistics -o /dev/null $1 2>&1` + if echo $STATS | grep -q ' translated ' ; then + TRANSLATED=`echo $STATS | sed 's/\(^\|.* \)\([0-9]*\) translated.*/\2/'` + else + TRANSLATED=0 + fi + if echo $STATS | grep -q ' fuzzy ' ; then + FUZZY=`echo $STATS | sed 's/\(^\|.* \)\([0-9]*\) fuzzy.*/\2/'` + else + FUZZY=0 + fi + if echo $STATS | grep -q ' untranslated ' ; then + UNTRANSLATED=`echo $STATS | sed 's/\(^\|.* \)\([0-9]*\) untranslated.*/\2/'` + else + UNTRANSLATED=0 + fi + PERCENT=`expr 100 \* $TRANSLATED / \( $TRANSLATED + $FUZZY + $UNTRANSLATED \) || true` + echo " '$lang' => $PERCENT," >> $TMPOUTPUTFILE + + if [ $PERCENT -lt $THRESHOLD ] ; then + echo "Removing $lang, only $PERCENT%" + rm -f locale/$lang/LC_MESSAGES/phpmyadmin.mo + rmdir locale/$lang/LC_MESSAGES + rmdir locale/$lang + fi +} + +for x in po/*.po ; do + check $x $TMPOUTPUTFILE +done + +echo ');' >> $TMPOUTPUTFILE +echo '?>' >> $TMPOUTPUTFILE + +mv $TMPOUTPUTFILE $OUTPUTFILE diff --git a/htdocs/phpMyAdmin/scripts/signon.php b/htdocs/phpMyAdmin/scripts/signon.php new file mode 100644 index 000000000..e585625db --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/signon.php @@ -0,0 +1,65 @@ + 'Signon test'); + $id = session_id(); + /* Close that session */ + session_write_close(); + /* Redirect to phpMyAdmin (should use absolute URL here!) */ + header('Location: ../index.php'); +} else { + /* Show simple form */ + header('Content-Type: text/html; charset=utf-8'); + echo '' . "\n"; + ?> + + + + + + phpMyAdmin single signon example + + +' . $_SESSION['PMA_single_signon_error_message'] . '

                      '; +} +?> +
                      +Username:
                      +Password:
                      +Host: (will use the one from config.inc.php by default)
                      +Port: (will use the one from config.inc.php by default)
                      + +
                      + + + diff --git a/htdocs/phpMyAdmin/scripts/update-po-foreign b/htdocs/phpMyAdmin/scripts/update-po-foreign new file mode 100644 index 000000000..831fa0c6c --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/update-po-foreign @@ -0,0 +1,27 @@ +#!/bin/sh +# vim: expandtab sw=4 ts=4 sts=4: + +if [ ! -d "$1" ] ; then + echo 'Usage: update-po-foreign DIR' + echo 'Updates po files based on po files in DIR' + exit 1 +fi + +export LC_COLLATE=C +LOCS=`ls po/*.po | sed 's@.*/\(.*\)\.po@\1@'` + +ver=`sed -n "/PMA_VERSION', '/ s/.*PMA_VERSION', '\(.*\)'.*/\1/p" libraries/Config.class.php` + +for loc in $LOCS ; do + if [ ! -f "$1/$loc.po" ] ; then + continue + fi + sed -i ' + s/SOME DESCRIPTIVE TITLE/phpMyAdmin translation/; + s/PACKAGE/phpMyAdmin/; + s/(C) YEAR/(C) 2003 - '`date +%Y`'/; + s/VERSION/'$ver'/; + s/Project-Id-Version: phpMyAdmin .*/Project-Id-Version: phpMyAdmin '$ver'\\n"/; + ' po/$loc.po + msgmerge --previous -C "$1/$loc.po" -U po/$loc.po po/phpmyadmin.pot +done diff --git a/htdocs/phpMyAdmin/scripts/upgrade.pl b/htdocs/phpMyAdmin/scripts/upgrade.pl new file mode 100644 index 000000000..7f142940b --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/upgrade.pl @@ -0,0 +1,222 @@ +#!/usr/bin/perl +# +# +# upgrade.pl - automatic phpmyadmin upgrader +# +# +# 2005-05-08, swix@users.sourceforge.net: +# - created script +# +# 2005-10-29 swix@users.sourceforge.net: +# - some fixes & improvements +# + +use strict; +my $source_url = "http://phpmyadmin.net/home_page/version.php"; + + +# +# usage +# + +if (!$ARGV[0] || (($ARGV[0] eq "--force") && !$ARGV[1])) { + print "\n"; + print "usage: $0 [--force] \n\n"; + print " The location specified by will be backed up and replaced\n"; + print " by the latest stable version of phpMyAdmin.\n"; + print " Your config.inc.php file will be preserved.\n\n"; + exit(0); +} + +my $forced; +my $targetdirectory; + +if ($ARGV[0] eq "--force") { + $forced = 1; + $targetdirectory = $ARGV[1]; +} else { + $forced = 0; + $targetdirectory = $ARGV[0]; +} + +if ($targetdirectory =~ /^(.*)\/$/) { + # remove trailing slash, if any + $targetdirectory = $1; +} + +if (!-d $targetdirectory) { + print "error: target directory ($targetdirectory) does not exists\n"; + exit(0); +} + +if (!-f "$targetdirectory/config.inc.php") { + print "error: target directory doesn't seem to contain phpMyAdmin\n"; + exit(0); +} + + +# +# get current release information +# + +my $version; +my $filename; +my $directory; +my $releasedate; +my @urls; +my @today; +my $installedversion; + +if (open(LATEST, "wget -o /dev/null -O - $source_url|")) { + + $version = ; chomp($version); + $releasedate = ; chomp($releasedate); + $filename = "phpMyAdmin-" . $version . "-all-languages.tar.gz"; + $directory = "phpMyAdmin-" . $version . "-all-languages"; + + my $i = 0; + + while (my $line = ) { + chomp($line); + if ($line =~ /http/) { + $urls[$i++] = $line; + } + } + + close(LATEST); + +} else { + + print "error: open of $source_url failed.\n"; + exit(0); + +} + + +if (-d $directory) { + print "error: target directory ($directory) already exists, exiting\n"; + exit(0); +} + +# +# check the installed version +# + +if (open(DEFINES, $targetdirectory .'/libraries/Config.class.php')) { + my $versionStatus = 0; + $installedversion = "unknownversion"; + + while (my $line = ) { + + next unless $line =~ /'PMA_VERSION',\ '(.*)?'\);$/; + $installedversion = $1; + + # take care of "pl", "rc" and "dev": dev < rc < pl + + my $converted_installedversion = $installedversion; + $converted_installedversion =~ s/dev/aaa/g; + $converted_installedversion =~ s/rc/bbb/g; + $converted_installedversion =~ s/pl/ccc/g; + + my $converted_version = $version; + $converted_version =~ s/dev/aaa/g; + $converted_version =~ s/rc/bbb/g; + $converted_version =~ s/pl/ccc/g; + + if ($converted_installedversion gt $converted_version && !$forced) { + print "Local version ($installedversion) newer than latest stable release ($version), not updating. (use \"--force\")\n"; + exit(0); + + } elsif ($installedversion eq $version && !$forced) { + print "Local version ($version) already up to date, not updating (you can use \"--force\")\n"; + exit(0); + + } else { + $versionStatus = 1; + } + } + if (!$versionStatus && !$forced) { + print "Old version could not be identified, not updating (use \"--force\" if you are sure) \n"; + exit(0); + } +} + +# +# ask for confirmation +# + +print "\n"; +print "phpMyAdmin upgrade summary:\n"; +print "---------------------------\n"; +print " phpMyAdmin Path: $targetdirectory\n"; +print " Installed version: $installedversion\n"; +print " Upgraded version: $version\n\n"; +print "Proceed with upgrade? [Y/n] "; +my $kbdinput = ; chomp($kbdinput); +if (lc(substr($kbdinput,0,1)) ne "y" && length($kbdinput) >= 1) { + print "Aborting.\n"; + exit(0); +} else { + print "Proceeding...\n\n"; +} + + +# +# get file +# + +if (!-f $filename) { + + print "getting phpMyAdmin $version\n"; + foreach my $url (@urls) { + + print "trying $url...\n"; + system("wget -o /dev/null $url"); + if (-f $filename) { + print "-> ok\n"; + last; + } + } +} else { + print "already got $filename, not downloading\n"; +} + + +if (!-f $filename) { + print "error: $filename download failed\n"; + exit(0); +} + + + +# +# setup +# + +print "installing...\n"; + +system("tar xzf $filename"); +if (!$directory) { + print "error: $directory still not exists after untar...\n"; + exit(0); +} + +@today = localtime(time); $today[4]++; $today[5]+=1900; +my $timestamp = sprintf("%04d%02d%02d%02d%02d", $today[5], $today[4], $today[3], $today[2], $today[1]); + +my $backupdir = $targetdirectory . "-" . $timestamp . "-" . $installedversion; +print "- backup directory: $backupdir\n"; + +system("cp $directory/config.inc.php $directory/config.inc-dist.php"); +print "- original distribution config.inc.php renamed to config.inc-dist.php\n"; + +system("cp $targetdirectory/config.inc.php $directory/config.inc.php"); +print "- previous config.inc.php copied to the new setup\n"; + +system("mv $targetdirectory $backupdir"); +system("mv $directory $targetdirectory"); +system("rm $filename"); + +print "\ndone! phpMyAdmin $version installed in $targetdirectory\n"; +print "backup of your old installation in $backupdir\n"; +print "Enjoy! :-)\n\n"; diff --git a/htdocs/phpMyAdmin/scripts/upgrade_tables_mysql_4_1_2+.sql b/htdocs/phpMyAdmin/scripts/upgrade_tables_mysql_4_1_2+.sql new file mode 100644 index 000000000..905bd68f4 --- /dev/null +++ b/htdocs/phpMyAdmin/scripts/upgrade_tables_mysql_4_1_2+.sql @@ -0,0 +1,144 @@ +-- ------------------------------------------------------------- +-- SQL Commands to upgrade pmadb for normal phpMyAdmin operation +-- with MySQL 4.1.2 and above. +-- +-- This file is meant for use with MySQL 4.1.2 and above! +-- For older MySQL releases, please use create_tables.sql +-- +-- If you are running one MySQL 4.1.0 or 4.1.1, please create the tables using +-- create_tables.sql, then use this script. +-- +-- Please don't forget to set up the tablenames in config.inc.php +-- + +-- -------------------------------------------------------- + +-- +-- Database : `phpmyadmin` +-- +ALTER DATABASE `phpmyadmin` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; +USE phpmyadmin; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_bookmark` +-- +ALTER TABLE `pma_bookmark` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_bookmark` + CHANGE `dbase` `dbase` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_bookmark` + CHANGE `user` `user` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_bookmark` + CHANGE `label` `label` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''; +ALTER TABLE `pma_bookmark` + CHANGE `query` `query` TEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_column_info` +-- + +ALTER TABLE `pma_column_info` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_column_info` + CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_column_info` + CHANGE `table_name` `table_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_column_info` + CHANGE `column_name` `column_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_column_info` + CHANGE `comment` `comment` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''; +ALTER TABLE `pma_column_info` + CHANGE `mimetype` `mimetype` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''; +ALTER TABLE `pma_column_info` + CHANGE `transformation` `transformation` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_column_info` + CHANGE `transformation_options` `transformation_options` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_history` +-- +ALTER TABLE `pma_history` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_history` + CHANGE `username` `username` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_history` + CHANGE `db` `db` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_history` + CHANGE `table` `table` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_history` + CHANGE `sqlquery` `sqlquery` TEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_pdf_pages` +-- + +ALTER TABLE `pma_pdf_pages` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_pdf_pages` + CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_pdf_pages` + CHANGE `page_descr` `page_descr` VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ''; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_relation` +-- +ALTER TABLE `pma_relation` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_relation` + CHANGE `master_db` `master_db` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_relation` + CHANGE `master_table` `master_table` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_relation` + CHANGE `master_field` `master_field` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_relation` + CHANGE `foreign_db` `foreign_db` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_relation` + CHANGE `foreign_table` `foreign_table` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_relation` + CHANGE `foreign_field` `foreign_field` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_table_coords` +-- + +ALTER TABLE `pma_table_coords` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_table_coords` + CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_table_coords` + CHANGE `table_name` `table_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `pma_table_info` +-- + +ALTER TABLE `pma_table_info` + DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; + +ALTER TABLE `pma_table_info` + CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_table_info` + CHANGE `table_name` `table_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; +ALTER TABLE `pma_table_info` + CHANGE `display_field` `display_field` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT ''; diff --git a/htdocs/phpMyAdmin/server_binlog.php b/htdocs/phpMyAdmin/server_binlog.php new file mode 100644 index 000000000..b4915652f --- /dev/null +++ b/htdocs/phpMyAdmin/server_binlog.php @@ -0,0 +1,237 @@ +' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] ? '' : '') + . ' ' . __('Binary log') . "\n" + . '' . "\n"; + +/** + * Display log selector. + */ +if (count($binary_logs) > 1) { + echo '
                      '; + echo PMA_generate_common_hidden_inputs($url_params); + echo '
                      '; + echo __('Select binary log to view'); + echo ' '; + echo count($binary_logs) . ' ' . __('Files') . ', '; + if ($full_size > 0) { + echo implode(' ', PMA_formatByteDown($full_size)); + } + echo '
                      '; + echo '
                      '; + echo ''; + echo '
                      '; + echo '
                      '; +} + +PMA_showMessage(PMA_Message::success()); + +/** + * Displays the page + */ +?> + + + + + + + + + + + + + + + + $GLOBALS['cfg']['LimitChars']) { + $value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...'; + } + ?> + + + + + + + + + + +
                      + 0) { + $this_url_params = $url_params; + if ($pos > $GLOBALS['cfg']['MaxRows']) { + $this_url_params['pos'] = $pos - $GLOBALS['cfg']['MaxRows']; + } + + echo ''; + } else { + echo '>' . __('Previous'); + } // end if... else... + echo ' < - '; +} + +$this_url_params = $url_params; +if ($pos > 0) { + $this_url_params['pos'] = $pos; +} +if ($dontlimitchars) { + unset($this_url_params['dontlimitchars']); + ?> + + <?php echo __('Truncate Shown Queries'); ?> + + + <?php echo __('Show Full Queries'); ?> + = $GLOBALS['cfg']['MaxRows']) { + $this_url_params = $url_params; + $this_url_params['pos'] = $pos + $GLOBALS['cfg']['MaxRows']; + echo ' - '; + } else { + echo '>' . __('Next'); + } // end if... else... + echo ' > '; +} +?> +
                                  
                      + diff --git a/htdocs/phpMyAdmin/server_collations.php b/htdocs/phpMyAdmin/server_collations.php new file mode 100644 index 000000000..0adc4d329 --- /dev/null +++ b/htdocs/phpMyAdmin/server_collations.php @@ -0,0 +1,100 @@ +' . "\n" + . ' ' . ($GLOBALS['cfg']['MainPageIconic'] + ? '' + : '') + . '' . __('Character Sets and Collations') . "\n" + . '' . "\n"; + +/** + * Includes the required charset library + */ +require_once './libraries/mysql_charsets.lib.php'; + + +/** + * Outputs the result + */ +echo '
                      ' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n"; + +$i = 0; +$table_row_count = count($mysql_charsets) + $mysql_collations_count; + +foreach ($mysql_charsets as $current_charset) { + if ($i >= $table_row_count / 2) { + $i = 0; + echo '
                      ' . __('Collation') . '' . __('Description') . '
                      ' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n"; + } + $i++; + echo '' . "\n" + . '' . "\n"; + $odd_row = true; + foreach ($mysql_collations[$current_charset] as $current_collation) { + $i++; + echo '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '' . "\n"; + $odd_row = !$odd_row; + } +} +unset($table_row_count); +echo '
                      ' . __('Collation') . '' . __('Description') . '
                      ' . "\n" + . ' ' . htmlspecialchars($current_charset) . "\n" + . (empty($mysql_charsets_descriptions[$current_charset]) + ? '' + : ' (' . htmlspecialchars( + $mysql_charsets_descriptions[$current_charset]) . ')' . "\n") + . '
                      ' . htmlspecialchars($current_collation) . '' . PMA_getCollationDescr($current_collation) . '
                      ' . "\n" + . '
                      ' . "\n"; + +require './libraries/footer.inc.php'; + +?> diff --git a/htdocs/phpMyAdmin/server_databases.php b/htdocs/phpMyAdmin/server_databases.php new file mode 100644 index 000000000..aba73e731 --- /dev/null +++ b/htdocs/phpMyAdmin/server_databases.php @@ -0,0 +1,286 @@ +addParam(count($selected)); + } else { + $message->addParam(0); + } + } + + } +} + +/** + * Displays the links + */ +require './libraries/server_links.inc.php'; + + +/** + * Displays the sub-page heading + */ +echo '

                      ' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] + ? '' + : '') + . ($dbstats ? __('Databases statistics') : __('Databases')) . "\n" + .'

                      ' . "\n"; + +/** + * Create new database. + */ +if ($cfg['ShowCreateDb']) { + echo '
                      • ' . "\n"; + require './libraries/display_create_database.lib.php'; + echo '
                      • ' . "\n"; + echo '
                      ' . "\n"; +} + +/** + * Gets the databases list + */ +if ($server > 0) { + $databases = PMA_DBI_get_databases_full(null, $dbstats, null, $sort_by, + $sort_order, $pos, true); + $databases_count = count($GLOBALS['pma']->databases); +} else { + $databases_count = 0; +} + + +/** + * Displays the page + */ +if ($databases_count > 0) { + echo '
                      '; + reset($databases); + $first_database = current($databases); + // table col order + $column_order = PMA_getColumnOrder(); + + $_url_params = array( + 'pos' => $pos, + 'dbstats' => $dbstats, + 'sort_by' => $sort_by, + 'sort_order' => $sort_order, + ); + + PMA_listNavigator($databases_count, $pos, $_url_params, 'server_databases.php', 'frame_content', $GLOBALS['cfg']['MaxDbList']); + + $_url_params['pos'] = $pos; + + echo '
                      ' . "\n" + . PMA_generate_common_hidden_inputs($_url_params); + + $_url_params['sort_by'] = 'SCHEMA_NAME'; + $_url_params['sort_order'] = ($sort_by == 'SCHEMA_NAME' && $sort_order == 'asc') ? 'desc' : 'asc'; + + echo '' . "\n" + . '' . "\n" + . '' . "\n" + . ($is_superuser || $cfg['AllowUserDropDatabase'] ? ' ' . "\n" : '') + . ' ' . "\n"; + $table_columns = 3; + foreach ($column_order as $stat_name => $stat) { + if (array_key_exists($stat_name, $first_database)) { + if ($stat['format'] === 'byte') { + $table_columns += 2; + $colspan = ' colspan="2"'; + } else { + $table_columns++; + $colspan = ''; + } + $_url_params['sort_by'] = $stat_name; + $_url_params['sort_order'] = ($sort_by == $stat_name && $sort_order == 'desc') ? 'asc' : 'desc'; + echo ' ' + .'' . "\n" + .' ' . $stat['disp_name'] . "\n" + .($sort_by == $stat_name ? ' ' . ($sort_order == 'asc' ? __('Ascending') : __('Descending')) . '' . "\n" : '') + .' ' . "\n"; + } + } + + foreach ($replication_types as $type) + { + if ($type=="master") + $name = __('Master replication'); + elseif($type == "slave") + $name = __('Slave replication'); + if (${"server_{$type}_status"}) + echo ' ' . "\n"; + } + + if ($is_superuser) { + echo ' ' . "\n"; + } + echo '' . "\n" + . '' . "\n" + . '' . "\n"; + + $odd_row = true; + foreach ($databases as $current) { + echo '' . "\n"; + $odd_row = ! $odd_row; + + list($column_order, $generated_html) = PMA_buildHtmlForDb($current, $is_superuser, (isset($checkall) ? $checkall : ''), $url_query, $column_order, $replication_types, $replication_info); + + echo $generated_html; + + echo '' . "\n"; + } // end foreach ($databases as $key => $current) + unset($current, $odd_row); + + echo '' . "\n"; + if ($is_superuser || $cfg['AllowUserDropDatabase']) { + echo ' ' . "\n"; + } + echo ' ' . "\n"; + foreach ($column_order as $stat_name => $stat) { + if (array_key_exists($stat_name, $first_database)) { + if ($stat['format'] === 'byte') { + list($value, $unit) = PMA_formatByteDown($stat['footer'], 3, 1); + } elseif ($stat['format'] === 'number') { + $value = PMA_formatNumber($stat['footer'], 0); + } else { + $value = htmlentities($stat['footer'], 0); + } + echo ' ' . "\n"; + if ($stat['format'] === 'byte') { + echo ' ' . "\n"; + } + } + } + + foreach ($replication_types as $type) + { + if (${"server_{$type}_status"}) + echo ' ' . "\n"; + } + + if ($is_superuser) { + echo ' ' . "\n"; + } + echo '' . "\n"; + echo '' . "\n" + .'
                      ' . "\n" + . ' ' . __('Database') . "\n" + . ($sort_by == 'SCHEMA_NAME' ? ' ' . ($sort_order == 'asc' ? __('Ascending') : __('Descending')) . '' . "\n" : '') + . ' '. $name .'' . ($cfg['PropertiesIconic'] ? '' : __('Action')) . "\n" + . '
                      ' . __('Total') . ': ' . $databases_count . ''; + if (isset($stat['description_function'])) { + echo ''; + } + echo $value; + if (isset($stat['description_function'])) { + echo ''; + } + echo '' . $unit . '
                      ' . "\n"; + unset($column_order, $stat_name, $stat, $databases, $table_columns); + + if ($is_superuser || $cfg['AllowUserDropDatabase']) { + $common_url_query = PMA_generate_common_url(array('sort_by' => $sort_by, 'sort_order' => $sort_order, 'dbstats' => $dbstats)); + echo '' . __('With selected:') . '' . "\n" + . '' . "\n" + . ' ' . __('Check All') . ' / ' . "\n" + . '' . "\n" + . ' ' . __('Uncheck All') . '' . "\n" + . '' . __('With selected:') . '' . "\n"; + PMA_buttonOrImage('drop_selected_dbs', 'mult_submit', 'drop_selected_dbs', __('Drop'), 'b_deltbl.png'); + } + + if (empty($dbstats)) { + echo '
                      • ' . "\n"; + echo ' ' . "\n" + .' ' . __('Enable Statistics'); + echo '
                        ' . "\n"; + PMA_Message::notice(__('Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'))->display(); + echo '
                      • ' . "\n" . '
                      ' . "\n"; + } + echo '
                      '; + echo '
                      '; +} else { + echo __('No databases'); +} +unset($databases_count); + +/** + * Sends the footer + */ +require './libraries/footer.inc.php'; + +?> diff --git a/htdocs/phpMyAdmin/server_engines.php b/htdocs/phpMyAdmin/server_engines.php new file mode 100644 index 000000000..4eb531228 --- /dev/null +++ b/htdocs/phpMyAdmin/server_engines.php @@ -0,0 +1,164 @@ +' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] + ? '' : '') + . "\n" . __('Storage Engines') . "\n" + . '' . "\n"; + + + /** + * Displays the table header + */ + echo '' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n" + . '' . "\n" + . '' . "\n"; + + + /** + * Listing the storage engines + */ + $odd_row = true; + foreach (PMA_StorageEngine::getStorageEngines() as $engine => $details) { + echo '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '' . "\n"; + $odd_row = !$odd_row; + } + + $PMA_Config = $GLOBALS['PMA_Config']; + if ($PMA_Config->get('BLOBSTREAMING_PLUGINS_EXIST')) { + // Special case for PBMS daemon which is not listed as an engine + echo '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '' . "\n"; + } + + unset($odd_row, $engine, $details); + echo '' . "\n" + . '
                      ' . __('Storage Engine') . '' . __('Description') . '
                      ' . "\n" + . ' ' . htmlspecialchars($details['Engine']) . "\n" + . ' ' . htmlspecialchars($details['Comment']) . '
                      ' . "\n" + . ' ' . "PBMS\n" + . ' ' . htmlspecialchars("PrimeBase MediaStream (PBMS) daemon") . '
                      ' . "\n"; + +} else { + + /** + * Displays details about a given Storage Engine + */ + + $engine_plugin = PMA_StorageEngine::getEngine($_REQUEST['engine']); + echo '

                      ' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] + ? '' : '') + . ' ' . htmlspecialchars($engine_plugin->getTitle()) . "\n" + . ' ' . PMA_showMySQLDocu('', $engine_plugin->getMysqlHelpPage()) . "\n" + . '

                      ' . "\n\n"; + echo '

                      ' . "\n" + . ' ' . "\n" + . ' ' . htmlspecialchars($engine_plugin->getComment()) . "\n" + . ' ' . "\n" + . '

                      ' . "\n\n"; + $infoPages = $engine_plugin->getInfoPages(); + if (!empty($infoPages) && is_array($infoPages)) { + echo '

                      ' . "\n" + . ' [' . "\n"; + if (empty($_REQUEST['page'])) { + echo ' ' . __('Variables') . '' . "\n"; + } else { + echo ' ' + . __('Variables') . '' . "\n"; + } + foreach ($infoPages as $current => $label) { + echo ' |' . "\n"; + if (isset($_REQUEST['page']) && $_REQUEST['page'] == $current) { + echo ' ' . $label . '' . "\n"; + } else { + echo ' ' . htmlspecialchars($label) . '' . "\n"; + } + } + unset($current, $label); + echo ' ]' . "\n" + . '

                      ' . "\n\n"; + } + unset($infoPages, $page_output); + if (!empty($_REQUEST['page'])) { + $page_output = $engine_plugin->getPage($_REQUEST['page']); + } + if (!empty($page_output)) { + echo $page_output; + } else { + echo '

                      ' . $engine_plugin->getSupportInformationMessage() . "\n" + . '

                      ' . "\n" + . $engine_plugin->getHtmlVariables(); + } +} + +/** + * Sends the footer + */ +require './libraries/footer.inc.php'; + +?> diff --git a/htdocs/phpMyAdmin/server_export.php b/htdocs/phpMyAdmin/server_export.php new file mode 100644 index 000000000..b5a4ca675 --- /dev/null +++ b/htdocs/phpMyAdmin/server_export.php @@ -0,0 +1,65 @@ +'; +$multi_values .= '' . __('Select All') . ' + / + ' . __('Unselect All') . '
                      '; + +$multi_values .= ''; + +$export_type = 'server'; +require_once './libraries/display_export.lib.php'; + + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/server_import.php b/htdocs/phpMyAdmin/server_import.php new file mode 100644 index 000000000..e0eb68479 --- /dev/null +++ b/htdocs/phpMyAdmin/server_import.php @@ -0,0 +1,33 @@ + + diff --git a/htdocs/phpMyAdmin/server_privileges.php b/htdocs/phpMyAdmin/server_privileges.php new file mode 100644 index 000000000..81de01f7e --- /dev/null +++ b/htdocs/phpMyAdmin/server_privileges.php @@ -0,0 +1,2309 @@ +' . "\n" + . PMA_getIcon('b_usrlist.png') + . __('Privileges') . "\n" + . '' . "\n"; + PMA_Message::error(__('No Privileges'))->display(); + require './libraries/footer.inc.php'; +} + +$random_n = mt_rand(0,1000000); // a random number that will be appended to the id of the user forms + +/** + * Escapes wildcard in a database+table specification + * before using it in a GRANT statement. + * + * Escaping a wildcard character in a GRANT is only accepted at the global + * or database level, not at table level; this is why I remove + * the escaping character. Internally, in mysql.tables_priv.Db there are + * no escaping (for example test_db) but in mysql.db you'll see test\_db + * for a db-specific privilege. + * + * @param string $db_and_table + * @param string $dbname + * @param string $tablename + * @return string the escaped (if necessary) $db_and_table + */ +function PMA_WildcardEscapeForGrant($db_and_table, $dbname, $tablename) { + + if (! strlen($dbname)) { + $db_and_table = '*.*'; + } else { + if (strlen($tablename)) { + $db_and_table = PMA_backquote(PMA_unescape_mysql_wildcards($dbname)) . '.'; + $db_and_table .= PMA_backquote($tablename); + } else { + $db_and_table = PMA_backquote($dbname) . '.'; + $db_and_table .= '*'; + } + } + return $db_and_table; +} + +/** + * Generates a condition on the user name + * + * @param string the user's initial + * @return string the generated condition + */ +function PMA_RangeOfUsers($initial = '') +{ + // strtolower() is used because the User field + // might be BINARY, so LIKE would be case sensitive + if (!empty($initial)) { + $ret = " WHERE `User` LIKE '" . PMA_sqlAddslashes($initial) . "%'" + . " OR `User` LIKE '" . PMA_sqlAddslashes(strtolower($initial)) . "%'"; + } else { + $ret = ''; + } + return $ret; +} // end function + +/** + * Extracts the privilege information of a priv table row + * + * @param array $row the row + * @param boolean $enableHTML add tag with tooltips + * + * @global resource $user_link the database connection + * + * @return array + */ +function PMA_extractPrivInfo($row = '', $enableHTML = FALSE) +{ + $grants = array( + array('Select_priv', 'SELECT', __('Allows reading data.')), + array('Insert_priv', 'INSERT', __('Allows inserting and replacing data.')), + array('Update_priv', 'UPDATE', __('Allows changing data.')), + array('Delete_priv', 'DELETE', __('Allows deleting data.')), + array('Create_priv', 'CREATE', __('Allows creating new databases and tables.')), + array('Drop_priv', 'DROP', __('Allows dropping databases and tables.')), + array('Reload_priv', 'RELOAD', __('Allows reloading server settings and flushing the server\'s caches.')), + array('Shutdown_priv', 'SHUTDOWN', __('Allows shutting down the server.')), + array('Process_priv', 'PROCESS', __('Allows viewing processes of all users')), + array('File_priv', 'FILE', __('Allows importing data from and exporting data into files.')), + array('References_priv', 'REFERENCES', __('Has no effect in this MySQL version.')), + array('Index_priv', 'INDEX', __('Allows creating and dropping indexes.')), + array('Alter_priv', 'ALTER', __('Allows altering the structure of existing tables.')), + array('Show_db_priv', 'SHOW DATABASES', __('Gives access to the complete list of databases.')), + array('Super_priv', 'SUPER', __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.')), + array('Create_tmp_table_priv', 'CREATE TEMPORARY TABLES', __('Allows creating temporary tables.')), + array('Lock_tables_priv', 'LOCK TABLES', __('Allows locking tables for the current thread.')), + array('Repl_slave_priv', 'REPLICATION SLAVE', __('Needed for the replication slaves.')), + array('Repl_client_priv', 'REPLICATION CLIENT', __('Allows the user to ask where the slaves / masters are.')), + array('Create_view_priv', 'CREATE VIEW', __('Allows creating new views.')), + array('Event_priv', 'EVENT', __('Allows to set up events for the event scheduler')), + array('Trigger_priv', 'TRIGGER', __('Allows creating and dropping triggers')), + // for table privs: + array('Create View_priv', 'CREATE VIEW', __('Allows creating new views.')), + array('Show_view_priv', 'SHOW VIEW', __('Allows performing SHOW CREATE VIEW queries.')), + // for table privs: + array('Show view_priv', 'SHOW VIEW', __('Allows performing SHOW CREATE VIEW queries.')), + array('Create_routine_priv', 'CREATE ROUTINE', __('Allows creating stored routines.')), + array('Alter_routine_priv', 'ALTER ROUTINE', __('Allows altering and dropping stored routines.')), + array('Create_user_priv', 'CREATE USER', __('Allows creating, dropping and renaming user accounts.')), + array('Execute_priv', 'EXECUTE', __('Allows executing stored routines.')), + ); + + if (!empty($row) && isset($row['Table_priv'])) { + $row1 = PMA_DBI_fetch_single_row( + 'SHOW COLUMNS FROM `mysql`.`tables_priv` LIKE \'Table_priv\';', + 'ASSOC', $GLOBALS['userlink']); + $av_grants = explode('\',\'', substr($row1['Type'], 5, strlen($row1['Type']) - 7)); + unset($row1); + $users_grants = explode(',', $row['Table_priv']); + foreach ($av_grants as $current_grant) { + $row[$current_grant . '_priv'] = in_array($current_grant, $users_grants) ? 'Y' : 'N'; + } + unset($current_grant); + unset($av_grants); + unset($users_grants); + } + $privs = array(); + $allPrivileges = TRUE; + foreach ($grants as $current_grant) { + if ((!empty($row) && isset($row[$current_grant[0]])) + || (empty($row) && isset($GLOBALS[$current_grant[0]]))) { + if ((!empty($row) && $row[$current_grant[0]] == 'Y') + || (empty($row) + && ($GLOBALS[$current_grant[0]] == 'Y' + || (is_array($GLOBALS[$current_grant[0]]) + && count($GLOBALS[$current_grant[0]]) == $GLOBALS['column_count'] + && empty($GLOBALS[$current_grant[0] . '_none']))))) + { + if ($enableHTML) { + $privs[] = '' . $current_grant[1] . ''; + } else { + $privs[] = $current_grant[1]; + } + } elseif (!empty($GLOBALS[$current_grant[0]]) + && is_array($GLOBALS[$current_grant[0]]) + && empty($GLOBALS[$current_grant[0] . '_none'])) { + if ($enableHTML) { + $priv_string = '' . $current_grant[1] . ''; + } else { + $priv_string = $current_grant[1]; + } + $privs[] = $priv_string . ' (`' . join('`, `', $GLOBALS[$current_grant[0]]) . '`)'; + } else { + $allPrivileges = FALSE; + } + } + } + if (empty($privs)) { + if ($enableHTML) { + $privs[] = 'USAGE'; + } else { + $privs[] = 'USAGE'; + } + } elseif ($allPrivileges && (!isset($GLOBALS['grant_count']) || count($privs) == $GLOBALS['grant_count'])) { + if ($enableHTML) { + $privs = array('ALL PRIVILEGES'); + } else { + $privs = array('ALL PRIVILEGES'); + } + } + return $privs; +} // end of the 'PMA_extractPrivInfo()' function + +/** + * Displays on which column(s) a table-specific privilege is granted + */ +function PMA_display_column_privs($columns, $row, $name_for_select, + $priv_for_header, $name, $name_for_dfn, $name_for_current) +{ + echo '
                      ' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . ' ' . __('Or') . '' . "\n" + . ' ' . "\n" + . '
                      ' . "\n"; +} // end function + + +/** + * Displays the privileges form table + * + * @param string $db the database + * @param string $table the table + * @param boolean $submit wheather to display the submit button or not + * @global array $cfg the phpMyAdmin configuration + * @global ressource $user_link the database connection + * + * @return void + */ +function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE) +{ + global $random_n; + + if ($db == '*') { + $table = '*'; + } + + if (isset($GLOBALS['username'])) { + $username = $GLOBALS['username']; + $hostname = $GLOBALS['hostname']; + if ($db == '*') { + $sql_query = + "SELECT * FROM `mysql`.`user`" + ." WHERE `User` = '" . PMA_sqlAddslashes($username) . "'" + ." AND `Host` = '" . PMA_sqlAddslashes($hostname) . "';"; + } elseif ($table == '*') { + $sql_query = + "SELECT * FROM `mysql`.`db`" + ." WHERE `User` = '" . PMA_sqlAddslashes($username) . "'" + ." AND `Host` = '" . PMA_sqlAddslashes($hostname) . "'" + ." AND '" . PMA_unescape_mysql_wildcards($db) . "'" + ." LIKE `Db`;"; + } else { + $sql_query = + "SELECT `Table_priv`" + ." FROM `mysql`.`tables_priv`" + ." WHERE `User` = '" . PMA_sqlAddslashes($username) . "'" + ." AND `Host` = '" . PMA_sqlAddslashes($hostname) . "'" + ." AND `Db` = '" . PMA_unescape_mysql_wildcards($db) . "'" + ." AND `Table_name` = '" . PMA_sqlAddslashes($table) . "';"; + } + $row = PMA_DBI_fetch_single_row($sql_query); + } + if (empty($row)) { + if ($table == '*') { + if ($db == '*') { + $sql_query = 'SHOW COLUMNS FROM `mysql`.`user`;'; + } elseif ($table == '*') { + $sql_query = 'SHOW COLUMNS FROM `mysql`.`db`;'; + } + $res = PMA_DBI_query($sql_query); + while ($row1 = PMA_DBI_fetch_row($res)) { + if (substr($row1[0], 0, 4) == 'max_') { + $row[$row1[0]] = 0; + } else { + $row[$row1[0]] = 'N'; + } + } + PMA_DBI_free_result($res); + } else { + $row = array('Table_priv' => ''); + } + } + if (isset($row['Table_priv'])) { + $row1 = PMA_DBI_fetch_single_row( + 'SHOW COLUMNS FROM `mysql`.`tables_priv` LIKE \'Table_priv\';', + 'ASSOC', $GLOBALS['userlink']); + // note: in MySQL 5.0.3 we get "Create View', 'Show view'; + // the View for Create is spelled with uppercase V + // the view for Show is spelled with lowercase v + // and there is a space between the words + + $av_grants = explode('\',\'', substr($row1['Type'], strpos($row1['Type'], '(') + 2, strpos($row1['Type'], ')') - strpos($row1['Type'], '(') - 3)); + unset($row1); + $users_grants = explode(',', $row['Table_priv']); + + foreach ($av_grants as $current_grant) { + $row[$current_grant . '_priv'] = in_array($current_grant, $users_grants) ? 'Y' : 'N'; + } + unset($row['Table_priv'], $current_grant, $av_grants, $users_grants); + + // get collumns + $res = PMA_DBI_try_query('SHOW COLUMNS FROM ' . PMA_backquote(PMA_unescape_mysql_wildcards($db)) . '.' . PMA_backquote($table) . ';'); + $columns = array(); + if ($res) { + while ($row1 = PMA_DBI_fetch_row($res)) { + $columns[$row1[0]] = array( + 'Select' => FALSE, + 'Insert' => FALSE, + 'Update' => FALSE, + 'References' => FALSE + ); + } + PMA_DBI_free_result($res); + } + unset($res, $row1); + } + // t a b l e - s p e c i f i c p r i v i l e g e s + if (! empty($columns)) { + $res = PMA_DBI_query( + 'SELECT `Column_name`, `Column_priv`' + .' FROM `mysql`.`columns_priv`' + .' WHERE `User`' + .' = \'' . PMA_sqlAddslashes($username) . "'" + .' AND `Host`' + .' = \'' . PMA_sqlAddslashes($hostname) . "'" + .' AND `Db`' + .' = \'' . PMA_sqlAddslashes(PMA_unescape_mysql_wildcards($db)) . "'" + .' AND `Table_name`' + .' = \'' . PMA_sqlAddslashes($table) . '\';'); + + while ($row1 = PMA_DBI_fetch_row($res)) { + $row1[1] = explode(',', $row1[1]); + foreach ($row1[1] as $current) { + $columns[$row1[0]][$current] = TRUE; + } + } + PMA_DBI_free_result($res); + unset($res, $row1, $current); + + echo '' . "\n" + . '' . "\n" + . '
                      ' . "\n" + . ' ' . __('Table-specific privileges') + . PMA_showHint(__(' Note: MySQL privilege names are expressed in English ')) + . '' . "\n"; + + + + // privs that are attached to a specific column + PMA_display_column_privs($columns, $row, 'Select_priv', + 'SELECT', 'select', __('Allows reading data.'), 'Select'); + + PMA_display_column_privs($columns, $row, 'Insert_priv', + 'INSERT', 'insert', __('Allows inserting and replacing data.'), 'Insert'); + + PMA_display_column_privs($columns, $row, 'Update_priv', + 'UPDATE', 'update', __('Allows changing data.'), 'Update'); + + PMA_display_column_privs($columns, $row, 'References_priv', + 'REFERENCES', 'references', __('Has no effect in this MySQL version.'), 'References'); + + // privs that are not attached to a specific column + + echo '
                      ' . "\n"; + foreach ($row as $current_grant => $current_grant_value) { + if (in_array(substr($current_grant, 0, (strlen($current_grant) - 5)), + array('Select', 'Insert', 'Update', 'References'))) { + continue; + } + // make a substitution to match the messages variables; + // also we must substitute the grant we get, because we can't generate + // a form variable containing blanks (those would get changed to + // an underscore when receiving the POST) + if ($current_grant == 'Create View_priv') { + $tmp_current_grant = 'CreateView_priv'; + $current_grant = 'Create_view_priv'; + } elseif ($current_grant == 'Show view_priv') { + $tmp_current_grant = 'ShowView_priv'; + $current_grant = 'Show_view_priv'; + } else { + $tmp_current_grant = $current_grant; + } + + echo '
                      ' . "\n" + . ' ' . "\n"; + + echo ' ' . "\n" + . '
                      ' . "\n"; + } // end foreach () + + echo '
                      ' . "\n"; + // for Safari 2.0.2 + echo '
                      ' . "\n"; + + } else { + + // g l o b a l o r d b - s p e c i f i c + // + $privTable_names = array(0 => __('Data'), 1 => __('Structure'), 2 => __('Administration')); + + // d a t a + $privTable[0] = array( + array('Select', 'SELECT', __('Allows reading data.')), + array('Insert', 'INSERT', __('Allows inserting and replacing data.')), + array('Update', 'UPDATE', __('Allows changing data.')), + array('Delete', 'DELETE', __('Allows deleting data.')) + ); + if ($db == '*') { + $privTable[0][] = array('File', 'FILE', __('Allows importing data from and exporting data into files.')); + } + + // s t r u c t u r e + $privTable[1] = array( + array('Create', 'CREATE', ($table == '*' ? __('Allows creating new databases and tables.') : __('Allows creating new tables.'))), + array('Alter', 'ALTER', __('Allows altering the structure of existing tables.')), + array('Index', 'INDEX', __('Allows creating and dropping indexes.')), + array('Drop', 'DROP', ($table == '*' ? __('Allows dropping databases and tables.') : __('Allows dropping tables.'))), + array('Create_tmp_table', 'CREATE TEMPORARY TABLES', __('Allows creating temporary tables.')), + array('Show_view', 'SHOW VIEW', __('Allows performing SHOW CREATE VIEW queries.')), + array('Create_routine', 'CREATE ROUTINE', __('Allows creating stored routines.')), + array('Alter_routine', 'ALTER ROUTINE', __('Allows altering and dropping stored routines.')), + array('Execute', 'EXECUTE', __('Allows executing stored routines.')), + ); + // this one is for a db-specific priv: Create_view_priv + if (isset($row['Create_view_priv'])) { + $privTable[1][] = array('Create_view', 'CREATE VIEW', __('Allows creating new views.')); + } + // this one is for a table-specific priv: Create View_priv + if (isset($row['Create View_priv'])) { + $privTable[1][] = array('Create View', 'CREATE VIEW', __('Allows creating new views.')); + } + if (isset($row['Event_priv'])) { + // MySQL 5.1.6 + $privTable[1][] = array('Event', 'EVENT', __('Allows to set up events for the event scheduler')); + $privTable[1][] = array('Trigger', 'TRIGGER', __('Allows creating and dropping triggers')); + } + + // a d m i n i s t r a t i o n + $privTable[2] = array( + array('Grant', 'GRANT', __('Allows adding users and privileges without reloading the privilege tables.')), + ); + if ($db == '*') { + $privTable[2][] = array('Super', 'SUPER', __('Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.')); + $privTable[2][] = array('Process', 'PROCESS', __('Allows viewing processes of all users')); + $privTable[2][] = array('Reload', 'RELOAD', __('Allows reloading server settings and flushing the server\'s caches.')); + $privTable[2][] = array('Shutdown', 'SHUTDOWN', __('Allows shutting down the server.')); + $privTable[2][] = array('Show_db', 'SHOW DATABASES', __('Gives access to the complete list of databases.')); + } + $privTable[2][] = array('Lock_tables', 'LOCK TABLES', __('Allows locking tables for the current thread.')); + $privTable[2][] = array('References', 'REFERENCES', __('Has no effect in this MySQL version.')); + if ($db == '*') { + $privTable[2][] = array('Repl_client', 'REPLICATION CLIENT', __('Allows the user to ask where the slaves / masters are.')); + $privTable[2][] = array('Repl_slave', 'REPLICATION SLAVE', __('Needed for the replication slaves.')); + $privTable[2][] = array('Create_user', 'CREATE USER', __('Allows creating, dropping and renaming user accounts.')); + } + echo '' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . ' ' + . ($db == '*' + ? __('Global privileges') + : ($table == '*' + ? __('Database-specific privileges') + : __('Table-specific privileges'))) . "\n" + . ' (' + . __('Check All') . ' /' . "\n" + . ' ' + . __('Uncheck All') . ')' . "\n" + . ' ' . "\n" + . '

                      ' . __(' Note: MySQL privilege names are expressed in English ') . '

                      ' . "\n"; + + // Output the Global privilege tables with checkboxes + foreach($privTable as $i => $table) { + echo '
                      ' . "\n" + . ' ' . __($privTable_names[$i]) . '' . "\n"; + foreach ($table as $priv) + { + echo '
                      ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n"; + } + echo '
                      ' . "\n"; + } + + // The "Resource limits" box is not displayed for db-specific privs + if ($db == '*') { + echo '
                      ' . "\n" + . ' ' . __('Resource limits') . '' . "\n" + . '

                      ' . __('Note: Setting these options to 0 (zero) removes the limit.') . '

                      ' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n"; + } + // for Safari 2.0.2 + echo '
                      ' . "\n"; + } + echo '
                      ' . "\n"; + if ($submit) { + echo '' . "\n"; + } +} // end of the 'PMA_displayPrivTable()' function + + +/** + * Displays the fields used by the "new user" form as well as the + * "change login information / copy user" form. + * + * @param string $mode are we creating a new user or are we just + * changing one? (allowed values: 'new', 'change') + * @global array $cfg the phpMyAdmin configuration + * @global ressource $user_link the database connection + * + * @return void + */ +function PMA_displayLoginInformationFields($mode = 'new') +{ + // Get user/host name lengths + $fields_info = PMA_DBI_get_fields('mysql', 'user'); + $username_length = 16; + $hostname_length = 41; + foreach ($fields_info as $key => $val) { + if ($val['Field'] == 'User') { + strtok($val['Type'], '()'); + $v = strtok('()'); + if (is_int($v)) { + $username_length = $v; + } + } elseif ($val['Field'] == 'Host') { + strtok($val['Type'], '()'); + $v = strtok('()'); + if (is_int($v)) { + $hostname_length = $v; + } + } + } + unset($fields_info); + + if (isset($GLOBALS['username']) && strlen($GLOBALS['username']) === 0) { + $GLOBALS['pred_username'] = 'any'; + } + echo '
                      ' . "\n" + . '' . __('Login Information') . '' . "\n" + . '
                      ' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n" + . '' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n" + . '' . "\n" + . PMA_showHint(__('When Host table is used, this field is ignored and values stored in Host table are used instead.')) + . '
                      ' . "\n" + . '
                      ' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n" + . '' . "\n" + . '
                      ' . "\n" + . '
                      ' . "\n" + . '' . "\n" + . ' ' . "\n" + . '' . "\n" + . '
                      ' . "\n" + // Generate password added here via jQuery + . '
                      ' . "\n"; +} // end of the 'PMA_displayUserAndHostFields()' function + +/** + * Changes / copies a user, part I + */ +if (isset($_REQUEST['change_copy'])) { + $user_host_condition = + ' WHERE `User`' + .' = \'' . PMA_sqlAddslashes($old_username) . "'" + .' AND `Host`' + .' = \'' . PMA_sqlAddslashes($old_hostname) . '\';'; + $row = PMA_DBI_fetch_single_row('SELECT * FROM `mysql`.`user` ' . $user_host_condition); + if (! $row) { + PMA_Message::notice(__('No user found.'))->display(); + unset($_REQUEST['change_copy']); + } else { + extract($row, EXTR_OVERWRITE); + // Recent MySQL versions have the field "Password" in mysql.user, + // so the previous extract creates $Password but this script + // uses $password + if (!isset($password) && isset($Password)) { + $password = $Password; + } + $queries = array(); + } +} + + +/** + * Adds a user + * (Changes / copies a user, part II) + */ +if (isset($_REQUEST['adduser_submit']) || isset($_REQUEST['change_copy'])) { + $sql_query = ''; + if ($pred_username == 'any') { + $username = ''; + } + switch ($pred_hostname) { + case 'any': + $hostname = '%'; + break; + case 'localhost': + $hostname = 'localhost'; + break; + case 'hosttable': + $hostname = ''; + break; + case 'thishost': + $_user_name = PMA_DBI_fetch_value('SELECT USER()'); + $hostname = substr($_user_name, (strrpos($_user_name, '@') + 1)); + unset($_user_name); + break; + } + $sql = "SELECT '1' FROM `mysql`.`user`" + . " WHERE `User` = '" . PMA_sqlAddslashes($username) . "'" + . " AND `Host` = '" . PMA_sqlAddslashes($hostname) . "';"; + if (PMA_DBI_fetch_value($sql) == 1) { + $message = PMA_Message::error(__('The user %s already exists!')); + $message->addParam('[i]\'' . $username . '\'@\'' . $hostname . '\'[/i]'); + $_REQUEST['adduser'] = true; + $_add_user_error = true; + } else { + + $create_user_real = 'CREATE USER \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\''; + + $real_sql_query = + 'GRANT ' . join(', ', PMA_extractPrivInfo()) . ' ON *.* TO \'' + . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\''; + if ($pred_password != 'none' && $pred_password != 'keep') { + $sql_query = $real_sql_query . ' IDENTIFIED BY \'***\''; + $real_sql_query .= ' IDENTIFIED BY \'' . PMA_sqlAddslashes($pma_pw) . '\''; + if (isset($create_user_real)) { + $create_user_show = $create_user_real . ' IDENTIFIED BY \'***\''; + $create_user_real .= ' IDENTIFIED BY \'' . PMA_sqlAddslashes($pma_pw) . '\''; + } + } else { + if ($pred_password == 'keep' && !empty($password)) { + $real_sql_query .= ' IDENTIFIED BY PASSWORD \'' . $password . '\''; + if (isset($create_user_real)) { + $create_user_real .= ' IDENTIFIED BY PASSWORD \'' . $password . '\''; + } + } + $sql_query = $real_sql_query; + if (isset($create_user_real)) { + $create_user_show = $create_user_real; + } + } + /** + * @todo similar code appears twice in this script + */ + if ((isset($Grant_priv) && $Grant_priv == 'Y') + || (isset($max_questions) || isset($max_connections) + || isset($max_updates) || isset($max_user_connections))) { + $real_sql_query .= ' WITH'; + $sql_query .= ' WITH'; + if (isset($Grant_priv) && $Grant_priv == 'Y') { + $real_sql_query .= ' GRANT OPTION'; + $sql_query .= ' GRANT OPTION'; + } + if (isset($max_questions)) { + // avoid negative values + $max_questions = max(0, (int)$max_questions); + $real_sql_query .= ' MAX_QUERIES_PER_HOUR ' . $max_questions; + $sql_query .= ' MAX_QUERIES_PER_HOUR ' . $max_questions; + } + if (isset($max_connections)) { + $max_connections = max(0, (int)$max_connections); + $real_sql_query .= ' MAX_CONNECTIONS_PER_HOUR ' . $max_connections; + $sql_query .= ' MAX_CONNECTIONS_PER_HOUR ' . $max_connections; + } + if (isset($max_updates)) { + $max_updates = max(0, (int)$max_updates); + $real_sql_query .= ' MAX_UPDATES_PER_HOUR ' . $max_updates; + $sql_query .= ' MAX_UPDATES_PER_HOUR ' . $max_updates; + } + if (isset($max_user_connections)) { + $max_user_connections = max(0, (int)$max_user_connections); + $real_sql_query .= ' MAX_USER_CONNECTIONS ' . $max_user_connections; + $sql_query .= ' MAX_USER_CONNECTIONS ' . $max_user_connections; + } + } + if (isset($create_user_real)) { + $create_user_real .= ';'; + $create_user_show .= ';'; + } + $real_sql_query .= ';'; + $sql_query .= ';'; + if (empty($_REQUEST['change_copy'])) { + $_error = false; + + if (isset($create_user_real)) { + if (! PMA_DBI_try_query($create_user_real)) { + $_error = true; + } + $sql_query = $create_user_show . $sql_query; + } + + if ($_error || ! PMA_DBI_try_query($real_sql_query)) { + $_REQUEST['createdb'] = false; + $message = PMA_Message::rawError(PMA_DBI_getError()); + } else { + $message = PMA_Message::success(__('You have added a new user.')); + } + + switch (PMA_ifSetOr($_REQUEST['createdb'], '0')) { + case '1' : + // Create database with same name and grant all privileges + $q = 'CREATE DATABASE IF NOT EXISTS ' + . PMA_backquote(PMA_sqlAddslashes($username)) . ';'; + $sql_query .= $q; + if (! PMA_DBI_try_query($q)) { + $message = PMA_Message::rawError(PMA_DBI_getError()); + break; + } + + + /** + * If we are not in an Ajax request, we can't reload navigation now + */ + if($GLOBALS['is_ajax_request'] != true) { + // this is needed in case tracking is on: + $GLOBALS['db'] = $username; + $GLOBALS['reload'] = TRUE; + PMA_reloadNavigation(); + } + + $q = 'GRANT ALL PRIVILEGES ON ' + . PMA_backquote(PMA_sqlAddslashes($username)) . '.* TO \'' + . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + $sql_query .= $q; + if (! PMA_DBI_try_query($q)) { + $message = PMA_Message::rawError(PMA_DBI_getError()); + } + break; + case '2' : + // Grant all privileges on wildcard name (username\_%) + $q = 'GRANT ALL PRIVILEGES ON ' + . PMA_backquote(PMA_sqlAddslashes($username) . '\_%') . '.* TO \'' + . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + $sql_query .= $q; + if (! PMA_DBI_try_query($q)) { + $message = PMA_Message::rawError(PMA_DBI_getError()); + } + break; + case '3' : + // Grant all privileges on the specified database to the new user + $q = 'GRANT ALL PRIVILEGES ON ' + . PMA_backquote(PMA_sqlAddslashes($dbname)) . '.* TO \'' + . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + $sql_query .= $q; + if (! PMA_DBI_try_query($q)) { + $message = PMA_Message::rawError(PMA_DBI_getError()); + } + break; + case '0' : + default : + break; + } + } else { + if (isset($create_user_real)) { + $queries[] = $create_user_real; + } + $queries[] = $real_sql_query; + // we put the query containing the hidden password in + // $queries_for_display, at the same position occupied + // by the real query in $queries + $tmp_count = count($queries); + if (isset($create_user_real)) { + $queries_for_display[$tmp_count - 2] = $create_user_show; + } + $queries_for_display[$tmp_count - 1] = $sql_query; + } + unset($res, $real_sql_query); + } +} + + +/** + * Changes / copies a user, part III + */ +if (isset($_REQUEST['change_copy'])) { + $user_host_condition = + ' WHERE `User`' + .' = \'' . PMA_sqlAddslashes($old_username) . "'" + .' AND `Host`' + .' = \'' . PMA_sqlAddslashes($old_hostname) . '\';'; + $res = PMA_DBI_query('SELECT * FROM `mysql`.`db`' . $user_host_condition); + while ($row = PMA_DBI_fetch_assoc($res)) { + $queries[] = + 'GRANT ' . join(', ', PMA_extractPrivInfo($row)) + .' ON ' . PMA_backquote($row['Db']) . '.*' + .' TO \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\'' + . ($row['Grant_priv'] == 'Y' ? ' WITH GRANT OPTION;' : ';'); + } + PMA_DBI_free_result($res); + $res = PMA_DBI_query( + 'SELECT `Db`, `Table_name`, `Table_priv`' + .' FROM `mysql`.`tables_priv`' . $user_host_condition, + $GLOBALS['userlink'], PMA_DBI_QUERY_STORE); + while ($row = PMA_DBI_fetch_assoc($res)) { + + $res2 = PMA_DBI_QUERY( + 'SELECT `Column_name`, `Column_priv`' + .' FROM `mysql`.`columns_priv`' + .' WHERE `User`' + .' = \'' . PMA_sqlAddslashes($old_username) . "'" + .' AND `Host`' + .' = \'' . PMA_sqlAddslashes($old_hostname) . '\'' + .' AND `Db`' + .' = \'' . PMA_sqlAddslashes($row['Db']) . "'" + .' AND `Table_name`' + .' = \'' . PMA_sqlAddslashes($row['Table_name']) . "'" + .';', + null, PMA_DBI_QUERY_STORE); + + $tmp_privs1 = PMA_extractPrivInfo($row); + $tmp_privs2 = array( + 'Select' => array(), + 'Insert' => array(), + 'Update' => array(), + 'References' => array() + ); + + while ($row2 = PMA_DBI_fetch_assoc($res2)) { + $tmp_array = explode(',', $row2['Column_priv']); + if (in_array('Select', $tmp_array)) { + $tmp_privs2['Select'][] = $row2['Column_name']; + } + if (in_array('Insert', $tmp_array)) { + $tmp_privs2['Insert'][] = $row2['Column_name']; + } + if (in_array('Update', $tmp_array)) { + $tmp_privs2['Update'][] = $row2['Column_name']; + } + if (in_array('References', $tmp_array)) { + $tmp_privs2['References'][] = $row2['Column_name']; + } + unset($tmp_array); + } + if (count($tmp_privs2['Select']) > 0 && !in_array('SELECT', $tmp_privs1)) { + $tmp_privs1[] = 'SELECT (`' . join('`, `', $tmp_privs2['Select']) . '`)'; + } + if (count($tmp_privs2['Insert']) > 0 && !in_array('INSERT', $tmp_privs1)) { + $tmp_privs1[] = 'INSERT (`' . join('`, `', $tmp_privs2['Insert']) . '`)'; + } + if (count($tmp_privs2['Update']) > 0 && !in_array('UPDATE', $tmp_privs1)) { + $tmp_privs1[] = 'UPDATE (`' . join('`, `', $tmp_privs2['Update']) . '`)'; + } + if (count($tmp_privs2['References']) > 0 && !in_array('REFERENCES', $tmp_privs1)) { + $tmp_privs1[] = 'REFERENCES (`' . join('`, `', $tmp_privs2['References']) . '`)'; + } + unset($tmp_privs2); + $queries[] = + 'GRANT ' . join(', ', $tmp_privs1) + . ' ON ' . PMA_backquote($row['Db']) . '.' . PMA_backquote($row['Table_name']) + . ' TO \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\'' + . (in_array('Grant', explode(',', $row['Table_priv'])) ? ' WITH GRANT OPTION;' : ';'); + } +} + + +/** + * Updates privileges + */ +if (!empty($update_privs)) { + $db_and_table = PMA_WildcardEscapeForGrant($db_and_table, $dbname, (isset($tablename) ? $tablename : '')); + + $sql_query0 = + 'REVOKE ALL PRIVILEGES ON ' . $db_and_table + . ' FROM \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + if (!isset($Grant_priv) || $Grant_priv != 'Y') { + $sql_query1 = + 'REVOKE GRANT OPTION ON ' . $db_and_table + . ' FROM \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + } else { + $sql_query1 = ''; + } + + // Should not do a GRANT USAGE for a table-specific privilege, it + // causes problems later (cannot revoke it) + if (! (isset($tablename) && 'USAGE' == implode('', PMA_extractPrivInfo()))) { + $sql_query2 = + 'GRANT ' . join(', ', PMA_extractPrivInfo()) + . ' ON ' . $db_and_table + . ' TO \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\''; + + /** + * @todo similar code appears twice in this script + */ + if ((isset($Grant_priv) && $Grant_priv == 'Y') + || (! isset($dbname) + && (isset($max_questions) || isset($max_connections) + || isset($max_updates) || isset($max_user_connections)))) + { + $sql_query2 .= 'WITH'; + if (isset($Grant_priv) && $Grant_priv == 'Y') { + $sql_query2 .= ' GRANT OPTION'; + } + if (isset($max_questions)) { + $max_questions = max(0, (int)$max_questions); + $sql_query2 .= ' MAX_QUERIES_PER_HOUR ' . $max_questions; + } + if (isset($max_connections)) { + $max_connections = max(0, (int)$max_connections); + $sql_query2 .= ' MAX_CONNECTIONS_PER_HOUR ' . $max_connections; + } + if (isset($max_updates)) { + $max_updates = max(0, (int)$max_updates); + $sql_query2 .= ' MAX_UPDATES_PER_HOUR ' . $max_updates; + } + if (isset($max_user_connections)) { + $max_user_connections = max(0, (int)$max_user_connections); + $sql_query2 .= ' MAX_USER_CONNECTIONS ' . $max_user_connections; + } + } + $sql_query2 .= ';'; + } + if (! PMA_DBI_try_query($sql_query0)) { + // This might fail when the executing user does not have ALL PRIVILEGES himself. + // See https://sourceforge.net/tracker/index.php?func=detail&aid=3285929&group_id=23067&atid=377408 + $sql_query0 = ''; + } + if (isset($sql_query1) && !PMA_DBI_try_query($sql_query1)) { + // this one may fail, too... + $sql_query1 = ''; + } + if (isset($sql_query2)) { + PMA_DBI_query($sql_query2); + } else { + $sql_query2 = ''; + } + $sql_query = $sql_query0 . ' ' . $sql_query1 . ' ' . $sql_query2; + $message = PMA_Message::success(__('You have updated the privileges for %s.')); + $message->addParam('\'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) . '\''); +} + + +/** + * Revokes Privileges + */ +if (isset($_REQUEST['revokeall'])) { + $db_and_table = PMA_WildcardEscapeForGrant($db_and_table, $dbname, isset($tablename) ? $tablename : ''); + + $sql_query0 = + 'REVOKE ALL PRIVILEGES ON ' . $db_and_table + . ' FROM \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + $sql_query1 = + 'REVOKE GRANT OPTION ON ' . $db_and_table + . ' FROM \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\';'; + + PMA_DBI_query($sql_query0); + if (! PMA_DBI_try_query($sql_query1)) { + // this one may fail, too... + $sql_query1 = ''; + } + $sql_query = $sql_query0 . ' ' . $sql_query1; + $message = PMA_Message::success(__('You have revoked the privileges for %s')); + $message->addParam('\'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) . '\''); + if (! isset($tablename)) { + unset($dbname); + } else { + unset($tablename); + } +} + + +/** + * Updates the password + */ +if (isset($_REQUEST['change_pw'])) { + // similar logic in user_password.php + $message = ''; + + if ($nopass == 0 && isset($pma_pw) && isset($pma_pw2)) { + if ($pma_pw != $pma_pw2) { + $message = PMA_Message::error(__('The passwords aren\'t the same!')); + } elseif (empty($pma_pw) || empty($pma_pw2)) { + $message = PMA_Message::error(__('The password is empty!')); + } + } // end if + + // here $nopass could be == 1 + if (empty($message)) { + + $hashing_function = (!empty($pw_hash) && $pw_hash == 'old' ? 'OLD_' : '') + . 'PASSWORD'; + + // in $sql_query which will be displayed, hide the password + $sql_query = 'SET PASSWORD FOR \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\' = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . preg_replace('@.@s', '*', $pma_pw) . '\')'); + $local_query = 'SET PASSWORD FOR \'' . PMA_sqlAddslashes($username) . '\'@\'' . PMA_sqlAddslashes($hostname) . '\' = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . PMA_sqlAddslashes($pma_pw) . '\')'); + PMA_DBI_try_query($local_query) + or PMA_mysqlDie(PMA_DBI_getError(), $sql_query, FALSE, $err_url); + $message = PMA_Message::success(__('The password for %s was changed successfully.')); + $message->addParam('\'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) . '\''); + } +} + + +/** + * Deletes users + * (Changes / copies a user, part IV) + */ + +if (isset($_REQUEST['delete']) || (isset($_REQUEST['change_copy']) && $_REQUEST['mode'] < 4)) { + if (isset($_REQUEST['change_copy'])) { + $selected_usr = array($old_username . '&#27;' . $old_hostname); + } else { + $selected_usr = $_REQUEST['selected_usr']; + $queries = array(); + } + foreach ($selected_usr as $each_user) { + list($this_user, $this_host) = explode('&#27;', $each_user); + $queries[] = '# ' . sprintf(__('Deleting %s'), '\'' . $this_user . '\'@\'' . $this_host . '\'') . ' ...'; + $queries[] = 'DROP USER \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . PMA_sqlAddslashes($this_host) . '\';'; + + if (isset($_REQUEST['drop_users_db'])) { + $queries[] = 'DROP DATABASE IF EXISTS ' . PMA_backquote($this_user) . ';'; + $GLOBALS['reload'] = TRUE; + + if($GLOBALS['is_ajax_request'] != true) { + PMA_reloadNavigation(); + } + } + } + if (empty($_REQUEST['change_copy'])) { + if (empty($queries)) { + $message = PMA_Message::error(__('No users selected for deleting!')); + } else { + if ($_REQUEST['mode'] == 3) { + $queries[] = '# ' . __('Reloading the privileges') . ' ...'; + $queries[] = 'FLUSH PRIVILEGES;'; + } + $drop_user_error = ''; + foreach ($queries as $sql_query) { + if ($sql_query{0} != '#') { + if (! PMA_DBI_try_query($sql_query, $GLOBALS['userlink'])) { + $drop_user_error .= PMA_DBI_getError() . "\n"; + } + } + } + // tracking sets this, causing the deleted db to be shown in navi + unset($GLOBALS['db']); + + $sql_query = join("\n", $queries); + if (! empty($drop_user_error)) { + $message = PMA_Message::rawError($drop_user_error); + } else { + $message = PMA_Message::success(__('The selected users have been deleted successfully.')); + } + } + unset($queries); + } +} + + +/** + * Changes / copies a user, part V + */ +if (isset($_REQUEST['change_copy'])) { + $tmp_count = 0; + foreach ($queries as $sql_query) { + if ($sql_query{0} != '#') { + PMA_DBI_query($sql_query); + } + // when there is a query containing a hidden password, take it + // instead of the real query sent + if (isset($queries_for_display[$tmp_count])) { + $queries[$tmp_count] = $queries_for_display[$tmp_count]; + } + $tmp_count++; + } + $message = PMA_Message::success(); + $sql_query = join("\n", $queries); +} + + +/** + * Reloads the privilege tables into memory + */ +if (isset($_REQUEST['flush_privileges'])) { + $sql_query = 'FLUSH PRIVILEGES;'; + PMA_DBI_query($sql_query); + $message = PMA_Message::success(__('The privileges were reloaded successfully.')); +} + +/** + * defines some standard links + */ +$link_edit = '' + . PMA_getIcon('b_usredit.png', __('Edit Privileges')) + . ''; + +$link_revoke = '' + . PMA_getIcon('b_usrdrop.png', __('Revoke')) + . ''; + +$link_export = '' + . PMA_getIcon('b_tblexport.png', __('Export')) + . ''; + +/** + * If we are in an Ajax request for Create User/Edit User/Revoke User/Flush Privileges, + * show $message and exit. + */ +if( $GLOBALS['is_ajax_request'] && !isset($_REQUEST['export']) && (!isset($_REQUEST['adduser']) || $_add_user_error) && !isset($_REQUEST['initial']) && !isset($_REQUEST['showall']) && !isset($_REQUEST['edit_user_dialog'])) { + + if(isset($sql_query)) { + $extra_data['sql_query'] = PMA_showMessage(NULL, $sql_query); + } + + if(isset($_REQUEST['adduser_submit']) || isset($_REQUEST['change_copy'])) { + /** + * generate html on the fly for the new user that was just created. + */ + $new_user_string = ''."\n" + .' '."\n" + .'' . "\n" + .'' . htmlspecialchars($hostname) . '' . "\n"; + $new_user_string .= ''; + + if(!empty($password) || isset($pma_pw)) { + $new_user_string .= __('Yes'); + } + else { + $new_user_string .= '' . __('No') . ''; + }; + + $new_user_string .= ''."\n"; + $new_user_string .= '' . join(', ', PMA_extractPrivInfo('', true)) . ''; //Fill in privileges here + $new_user_string .= ''; + + if((isset($Grant_priv) && $Grant_priv == 'Y')) { + $new_user_string .= __('Yes'); + } + else { + $new_user_string .= __('No'); + } + + $new_user_string .=''; + + $new_user_string .= ''.sprintf($link_edit, urlencode($username), urlencode($hostname), '', '' ).''."\n"; + $new_user_string .= ''.sprintf($link_export, urlencode($username), urlencode($hostname), (isset($initial) ? $initial : '')).''."\n"; + + $new_user_string .= ''; + + $extra_data['new_user_string'] = $new_user_string; + + /** + * Generate the string for this alphabet's initial, to update the user + * pagination + */ + $new_user_initial = strtoupper(substr($username, 0, 1)); + $new_user_initial_string = '' . $new_user_initial . ''; + $extra_data['new_user_initial'] = $new_user_initial; + $extra_data['new_user_initial_string'] = $new_user_initial_string; + } + + if(isset($update_privs)) { + $extra_data['db_specific_privs'] = false; + if (isset($dbname_is_wildcard)) { + $extra_data['db_specific_privs'] = !$dbname_is_wildcard; + } + $new_privileges = join(', ', PMA_extractPrivInfo('', true)); + + $extra_data['new_privileges'] = $new_privileges; + } + + if ($message instanceof PMA_Message) { + PMA_ajaxResponse($message, $message->isSuccess(), $extra_data); + } +} + +/** + * Displays the links + */ +if (isset($viewing_mode) && $viewing_mode == 'db') { + $db = $checkprivs; + $url_query .= '&goto=db_operations.php'; + + // Gets the database structure + $sub_part = '_structure'; + require './libraries/db_info.inc.php'; + echo "\n"; +} else { + require './libraries/server_links.inc.php'; +} + + +/** + * Displays the page + */ + +// export user definition +if (isset($_REQUEST['export'])) { + echo '

                      ' . __('User') . ' \'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) . '\'

                      '; + echo ''; + unset($username, $hostname, $grants, $one_grant); + if( $GLOBALS['is_ajax_request']) { + exit; + } +} + +if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs))) { + if (! isset($username)) { + // No username is given --> display the overview + echo '

                      ' . "\n" + . PMA_getIcon('b_usrlist.png') + . __('User overview') . "\n" + . '

                      ' . "\n"; + + $sql_query = + 'SELECT *,' . + " IF(`Password` = _latin1 '', 'N', 'Y') AS 'Password'" . + ' FROM `mysql`.`user`'; + + $sql_query .= (isset($initial) ? PMA_RangeOfUsers($initial) : ''); + + $sql_query .= ' ORDER BY `User` ASC, `Host` ASC;'; + $res = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_STORE); + + if (! $res) { + // the query failed! This may have two reasons: + // - the user does not have enough privileges + // - the privilege tables use a structure of an earlier version. + // so let's try a more simple query + + $sql_query = 'SELECT * FROM `mysql`.`user`'; + $res = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_STORE); + + if (!$res) { + PMA_Message::error(__('No Privileges'))->display(); + PMA_DBI_free_result($res); + unset($res); + } else { + // This message is hardcoded because I will replace it by + // a automatic repair feature soon. + $raw = 'Your privilege table structure seems to be older than' + . ' this MySQL version!
                      ' + . 'Please run the mysql_upgrade command' + . '(mysql_fix_privilege_tables on older systems)' + . ' that should be included in your MySQL server distribution' + . ' to solve this problem!'; + PMA_Message::rawError($raw)->display(); + } + } else { + + // we also want users not in table `user` but in other table + $tables = PMA_DBI_fetch_result('SHOW TABLES FROM `mysql`;'); + + $tables_to_search_for_users = array( + 'user', 'db', 'tables_priv', 'columns_priv', 'procs_priv', + ); + + $db_rights_sqls = array(); + foreach ($tables_to_search_for_users as $table_search_in) { + if (in_array($table_search_in, $tables)) { + $db_rights_sqls[] = 'SELECT DISTINCT `User`, `Host` FROM `mysql`.`' . $table_search_in . '` ' . (isset($initial) ? PMA_RangeOfUsers($initial) : ''); + } + } + + $user_defaults = array( + 'User' => '', + 'Host' => '%', + 'Password' => '?', + 'Grant_priv' => 'N', + 'privs' => array('USAGE'), + ); + + // for all initials, even non A-Z + $array_initials = array(); + // for the rights + $db_rights = array(); + + $db_rights_sql = '(' . implode(') UNION (', $db_rights_sqls) . ')' + .' ORDER BY `User` ASC, `Host` ASC'; + + $db_rights_result = PMA_DBI_query($db_rights_sql); + + while ($db_rights_row = PMA_DBI_fetch_assoc($db_rights_result)) { + $db_rights_row = array_merge($user_defaults, $db_rights_row); + $db_rights[$db_rights_row['User']][$db_rights_row['Host']] = + $db_rights_row; + } + PMA_DBI_free_result($db_rights_result); + unset($db_rights_sql, $db_rights_sqls, $db_rights_result, $db_rights_row); + ksort($db_rights); + + /** + * Displays the initials + * In an Ajax request, we don't need to show this + */ + + if( $GLOBALS['is_ajax_request'] != true ) { + + // initialize to FALSE the letters A-Z + for ($letter_counter = 1; $letter_counter < 27; $letter_counter++) { + if (! isset($array_initials[chr($letter_counter + 64)])) { + $array_initials[chr($letter_counter + 64)] = FALSE; + } + } + + $initials = PMA_DBI_try_query('SELECT DISTINCT UPPER(LEFT(`User`,1)) FROM `user` ORDER BY `User` ASC', null, PMA_DBI_QUERY_STORE); + while (list($tmp_initial) = PMA_DBI_fetch_row($initials)) { + $array_initials[$tmp_initial] = TRUE; + } + + // Display the initials, which can be any characters, not + // just letters. For letters A-Z, we add the non-used letters + // as greyed out. + + uksort($array_initials, "strnatcasecmp"); + + echo ''; + foreach ($array_initials as $tmp_initial => $initial_was_found) { + if ($initial_was_found) { + echo '' . "\n"; + } else { + echo ''; + } + } + echo '' . "\n"; + echo '
                      ' . $tmp_initial . '' . $tmp_initial . '[' . __('Show all') . ']
                      '; + } + + /** + * Display the user overview + * (if less than 50 users, display them immediately) + */ + + if (isset($initial) || isset($showall) || PMA_DBI_num_rows($res) < 50) { + + while ($row = PMA_DBI_fetch_assoc($res)) { + $row['privs'] = PMA_extractPrivInfo($row, true); + $db_rights[$row['User']][$row['Host']] = $row; + } + @PMA_DBI_free_result($res); + unset($res); + + echo '
                      ' . "\n" + . PMA_generate_common_hidden_inputs('', '') + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n"; + echo ' ' . "\n"; + echo ' ' . "\n"; + echo ' ' . "\n"; + $odd_row = true; + $index_checkbox = -1; + foreach ($db_rights as $user) { + $index_checkbox++; + ksort($user); + foreach ($user as $host) { + $index_checkbox++; + echo ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n"; + echo ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' '; + echo ''; + echo ''; + $odd_row = ! $odd_row; + } + } + + unset($user, $host, $odd_row); + echo '
                      ' . __('User') . '' . __('Host') . '' . __('Password') . '' . __('Global privileges') . ' ' + . PMA_showHint(__(' Note: MySQL privilege names are expressed in English ')) . '' . __('Grant') . '' . __('Action') . '
                      ' . htmlspecialchars($host['Host']) . ''; + switch ($host['Password']) { + case 'Y': + echo __('Yes'); + break; + case 'N': + echo '' . __('No') . ''; + break; + // this happens if this is a definition not coming from mysql.user + default: + echo '--'; // in future version, replace by "not present" + break; + } // end switch + echo '' . "\n" + . ' ' . implode(',' . "\n" . ' ', $host['privs']) . "\n" + . ' ' . ($host['Grant_priv'] == 'Y' ? __('Yes') : __('No')) . ''; + printf($link_edit, urlencode($host['User']), urlencode($host['Host']), '', ''); + echo ''; + printf($link_export, urlencode($host['User']), urlencode($host['Host']), (isset($initial) ? $initial : '')); + echo '
                      ' . "\n" + .'' . __('With selected:') . '' . "\n" + .'' + . __('Check All') . '' . "\n" + .'/' . "\n" + .'' + . __('Uncheck All') . '' . "\n"; + + // add/delete user fieldset + echo '
                      ' . "\n" + . ' ' . "\n" + . PMA_getIcon('b_usradd.png') + . ' ' . __('Add a new User') . '' . "\n" + . '
                      ' . "\n" + . '
                      ' + . ' ' . "\n" + . PMA_getIcon('b_usrdrop.png') + . ' ' . __('Remove selected users') . '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '(' . __('Revoke all active privileges from the users and delete them afterwards.') . ')
                      ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n" + . ' ' . "\n" + . '
                      ' . "\n"; + } else { + + unset ($row); + echo '
                      ' . "\n" + . ' ' . "\n" + . PMA_getIcon('b_usradd.png') + . ' ' . __('Add a new User') . '' . "\n" + . '
                      ' . "\n"; + } // end if (display overview) + + if( $GLOBALS['is_ajax_request'] ) { + exit; + } + + $flushnote = new PMA_Message(__('Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.'), PMA_Message::NOTICE); + $flushnote->addParam('', false); + $flushnote->addParam('', false); + $flushnote->display(); + } + + + } else { + + // A user was selected -> display the user's properties + + // In an Ajax request, prevent cached values from showing + if($GLOBALS['is_ajax_request'] == true) { + header('Cache-Control: no-cache'); + } + + echo '

                      ' . "\n" + . PMA_getIcon('b_usredit.png') + . __('Edit Privileges') . ': ' + . __('User') ; + + if (isset($dbname)) { + echo ' \'' + . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) + . '\'' . "\n"; + $url_dbname = urlencode(str_replace(array('\_', '\%'), array('_', '%'), $dbname)); + + echo ' - ' . ($dbname_is_wildcard ? __('Databases') : __('Database') ); + if (isset($tablename)) { + echo ' ' . htmlspecialchars($dbname) . ''; + echo ' - ' . __('Table') . ' ' . htmlspecialchars($tablename) . ''; + } else { + echo ' ' . htmlspecialchars($dbname) . ''; + } + + } else { + echo ' \'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) + . '\'' . "\n"; + + } + echo '

                      ' . "\n"; + + + $sql = "SELECT '1' FROM `mysql`.`user`" + . " WHERE `User` = '" . PMA_sqlAddslashes($username) . "'" + . " AND `Host` = '" . PMA_sqlAddslashes($hostname) . "';"; + $user_does_not_exists = (bool) ! PMA_DBI_fetch_value($sql); + unset($sql); + if ($user_does_not_exists) { + PMA_Message::error(__('The selected user was not found in the privilege table.'))->display(); + PMA_displayLoginInformationFields(); + //require './libraries/footer.inc.php'; + } + + echo '
                      ' . "\n"; + $_params = array( + 'username' => $username, + 'hostname' => $hostname, + ); + if (isset($dbname)) { + $_params['dbname'] = $dbname; + if (isset($tablename)) { + $_params['tablename'] = $tablename; + } + } + echo PMA_generate_common_hidden_inputs($_params); + + PMA_displayPrivTable(PMA_ifSetOr($dbname, '*', 'length'), + PMA_ifSetOr($tablename, '*', 'length')); + + echo '
                      ' . "\n"; + + if (! isset($tablename) && empty($dbname_is_wildcard)) { + + // no table name was given, display all table specific rights + // but only if $dbname contains no wildcards + + // table header + echo '
                      ' . "\n" + . PMA_generate_common_hidden_inputs('', '') + . '' . "\n" + . '' . "\n" + . '
                      ' . "\n" + . '' . (! isset($dbname) ? __('Database-specific privileges') : __('Table-specific privileges')) . '' . "\n" + . '' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '' . "\n" + . '' . "\n" + . '' . "\n"; + + $user_host_condition = + ' WHERE `User`' + . ' = \'' . PMA_sqlAddslashes($username) . "'" + . ' AND `Host`' + . ' = \'' . PMA_sqlAddslashes($hostname) . "'"; + + // table body + // get data + + // we also want privielgs for this user not in table `db` but in other table + $tables = PMA_DBI_fetch_result('SHOW TABLES FROM `mysql`;'); + if (! isset($dbname)) { + + // no db name given, so we want all privs for the given user + + $tables_to_search_for_users = array( + 'tables_priv', 'columns_priv', + ); + + $db_rights_sqls = array(); + foreach ($tables_to_search_for_users as $table_search_in) { + if (in_array($table_search_in, $tables)) { + $db_rights_sqls[] = ' + SELECT DISTINCT `Db` + FROM `mysql`.' . PMA_backquote($table_search_in) + . $user_host_condition; + } + } + + $user_defaults = array( + 'Db' => '', + 'Grant_priv' => 'N', + 'privs' => array('USAGE'), + 'Table_privs' => true, + ); + + // for the rights + $db_rights = array(); + + $db_rights_sql = '(' . implode(') UNION (', $db_rights_sqls) . ')' + .' ORDER BY `Db` ASC'; + + $db_rights_result = PMA_DBI_query($db_rights_sql); + + while ($db_rights_row = PMA_DBI_fetch_assoc($db_rights_result)) { + $db_rights_row = array_merge($user_defaults, $db_rights_row); + // only Db names in the table `mysql`.`db` uses wildcards + // as we are in the db specific rights display we want + // all db names escaped, also from other sources + $db_rights_row['Db'] = PMA_escape_mysql_wildcards( + $db_rights_row['Db']); + $db_rights[$db_rights_row['Db']] = $db_rights_row; + } + + PMA_DBI_free_result($db_rights_result); + unset($db_rights_sql, $db_rights_sqls, $db_rights_result, $db_rights_row); + + $sql_query = 'SELECT * FROM `mysql`.`db`' . $user_host_condition . ' ORDER BY `Db` ASC'; + $res = PMA_DBI_query($sql_query); + $sql_query = ''; + + while ($row = PMA_DBI_fetch_assoc($res)) { + if (isset($db_rights[$row['Db']])) { + $db_rights[$row['Db']] = array_merge($db_rights[$row['Db']], $row); + } else { + $db_rights[$row['Db']] = $row; + } + // there are db specific rights for this user + // so we can drop this db rights + $db_rights[$row['Db']]['can_delete'] = true; + } + PMA_DBI_free_result($res); + unset($row, $res); + + } else { + + // db name was given, + // so we want all user specific rights for this db + + $user_host_condition .= + ' AND `Db`' + .' LIKE \'' . PMA_sqlAddslashes($dbname) . "'"; + + $tables_to_search_for_users = array( + 'columns_priv', + ); + + $db_rights_sqls = array(); + foreach ($tables_to_search_for_users as $table_search_in) { + if (in_array($table_search_in, $tables)) { + $db_rights_sqls[] = ' + SELECT DISTINCT `Table_name` + FROM `mysql`.' . PMA_backquote($table_search_in) + . $user_host_condition; + } + } + + $user_defaults = array( + 'Table_name' => '', + 'Grant_priv' => 'N', + 'privs' => array('USAGE'), + 'Column_priv' => true, + ); + + // for the rights + $db_rights = array(); + + $db_rights_sql = '(' . implode(') UNION (', $db_rights_sqls) . ')' + .' ORDER BY `Table_name` ASC'; + + $db_rights_result = PMA_DBI_query($db_rights_sql); + + while ($db_rights_row = PMA_DBI_fetch_assoc($db_rights_result)) { + $db_rights_row = array_merge($user_defaults, $db_rights_row); + $db_rights[$db_rights_row['Table_name']] = $db_rights_row; + } + PMA_DBI_free_result($db_rights_result); + unset($db_rights_sql, $db_rights_sqls, $db_rights_result, $db_rights_row); + + $sql_query = + 'SELECT `Table_name`,' + .' `Table_priv`,' + .' IF(`Column_priv` = _latin1 \'\', 0, 1)' + .' AS \'Column_priv\'' + .' FROM `mysql`.`tables_priv`' + . $user_host_condition + .' ORDER BY `Table_name` ASC;'; + $res = PMA_DBI_query($sql_query); + $sql_query = ''; + + while ($row = PMA_DBI_fetch_assoc($res)) { + if (isset($db_rights[$row['Table_name']])) { + $db_rights[$row['Table_name']] = array_merge($db_rights[$row['Table_name']], $row); + } else { + $db_rights[$row['Table_name']] = $row; + } + } + PMA_DBI_free_result($res); + unset($row, $res); + } + ksort($db_rights); + + // display rows + if (count($db_rights) < 1) { + echo '' . "\n" + . ' ' . "\n" + . '' . "\n"; + } else { + $odd_row = true; + $found_rows = array(); + //while ($row = PMA_DBI_fetch_assoc($res)) { + foreach ($db_rights as $row) { + $found_rows[] = (! isset($dbname)) ? $row['Db'] : $row['Table_name']; + + echo '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '' . "\n"; + $odd_row = ! $odd_row; + } // end while + } + unset($row); + echo '' . "\n" + . '
                      ' . (! isset($dbname) ? __('Database') : __('Table')) . '' . __('Privileges') . '' . __('Grant') . '' . (! isset($dbname) ? __('Table-specific privileges') : __('Column-specific privileges')) . '' . __('Action') . '
                      ' . __('None') . '
                      ' . htmlspecialchars((! isset($dbname)) ? $row['Db'] : $row['Table_name']) . '' . "\n" + . ' ' . join(',' . "\n" . ' ', PMA_extractPrivInfo($row, TRUE)) . "\n" + . ' ' . ((((! isset($dbname)) && $row['Grant_priv'] == 'Y') || (isset($dbname) && in_array('Grant', explode(',', $row['Table_priv'])))) ? __('Yes') : __('No')) . ''; + if (! empty($row['Table_privs']) || ! empty ($row['Column_priv'])) { + echo __('Yes'); + } else { + echo __('No'); + } + echo ''; + printf($link_edit, htmlspecialchars(urlencode($username)), + urlencode(htmlspecialchars($hostname)), + urlencode((! isset($dbname)) ? $row['Db'] : htmlspecialchars($dbname)), + urlencode((! isset($dbname)) ? '' : $row['Table_name'])); + echo ''; + if (! empty($row['can_delete']) || isset($row['Table_name']) && strlen($row['Table_name'])) { + printf($link_revoke, htmlspecialchars(urlencode($username)), + urlencode(htmlspecialchars($hostname)), + urlencode((! isset($dbname)) ? $row['Db'] : htmlspecialchars($dbname)), + urlencode((! isset($dbname)) ? '' : $row['Table_name'])); + } + echo '
                      ' . "\n"; + + if (! isset($dbname)) { + + // no database name was given, display select db + + $pred_db_array =PMA_DBI_fetch_result('SHOW DATABASES;'); + + echo ' ' . "\n"; + if (!empty($pred_db_array)) { + echo ' ' . "\n"; + } + echo ' ' . "\n" + . PMA_showHint(__('Wildcards % and _ should be escaped with a \ to use them literally')); + } else { + echo ' ' . "\n" + . ' ' . "\n"; + if ($res = @PMA_DBI_try_query('SHOW TABLES FROM ' . PMA_backquote(PMA_unescape_mysql_wildcards($dbname)) . ';', null, PMA_DBI_QUERY_STORE)) { + $pred_tbl_array = array(); + while ($row = PMA_DBI_fetch_row($res)) { + if (!isset($found_rows) || !in_array($row[0], $found_rows)) { + $pred_tbl_array[] = $row[0]; + } + } + PMA_DBI_free_result($res); + unset($res, $row); + if (!empty($pred_tbl_array)) { + echo ' ' . "\n"; + } + } else { + unset($res); + } + echo ' ' . "\n"; + } + echo '
                      ' . "\n"; + echo '
                      ' . "\n" + . ' ' + . '
                      ' . "\n" + . '
                      ' . "\n"; + + } + + // Provide a line with links to the relevant database and table + if (isset($dbname) && empty($dbname_is_wildcard)) { + echo '[ ' . __('Database') + . ' ' + . htmlspecialchars($dbname) . ': ' . PMA_getTitleForTarget($GLOBALS['cfg']['DefaultTabDatabase']) . " ]\n"; + + if (isset($tablename)) { + echo ' [ ' . __('Table') . ' ' . htmlspecialchars($tablename) . ': ' + . PMA_getTitleForTarget($GLOBALS['cfg']['DefaultTabTable']) + . " ]\n"; + } + unset($url_dbname); + } + + if (! isset($dbname) && ! $user_does_not_exists) { + require_once './libraries/display_change_password.lib.php'; + + echo '
                      ' . "\n" + . PMA_generate_common_hidden_inputs('', '') + . '' . "\n" + . '' . "\n" + . '
                      ' . "\n" + . ' ' . __('Change Login Information / Copy User') . '' . "\n"; + PMA_displayLoginInformationFields('change'); + echo '
                      ' . "\n" + . ' ' . __('Create a new user with the same privileges and ...') . '' . "\n"; + $choices = array( + '4' => __('... keep the old one.'), + '1' => __(' ... delete the old one from the user tables.'), + '2' => __(' ... revoke all active privileges from the old one and delete it afterwards.'), + '3' => __(' ... delete the old one from the user tables and reload the privileges afterwards.')); + PMA_display_html_radio('mode', $choices, '4', true); + unset($choices); + + echo '
                      ' . "\n" + . '
                      ' . "\n" + . '' . "\n" + . '
                      ' . "\n"; + } + } +} elseif (isset($_REQUEST['adduser'])) { + + // Add a new user + $GLOBALS['url_query'] .= '&adduser=1'; + echo '

                      ' . "\n" + . PMA_getIcon('b_usradd.png') . __('Add a new User') . "\n" + . '

                      ' . "\n" + . '
                      ' . "\n" + . PMA_generate_common_hidden_inputs('', ''); + PMA_displayLoginInformationFields('new'); + echo '
                      ' . "\n" + . '' . __('Database for user') . '' . "\n"; + + $default_choice = 0; + $choices = array( + '0' => _pgettext('Create none database for user', 'None'), + '1' => __('Create database with same name and grant all privileges'), + '2' => __('Grant all privileges on wildcard name (username\\_%)')); + + if ( !empty($dbname) ) { + $choices['3'] = sprintf( __('Grant all privileges on database "%s"'), htmlspecialchars($dbname)); + $default_choice = 3; + echo '' . "\n"; + } + + // 4th parameter set to true to add line breaks + // 5th parameter set to false to avoid htmlspecialchars() escaping in the label + // since we have some HTML in some labels + PMA_display_html_radio('createdb', $choices, $default_choice, true, false); + unset($choices); + unset($default_choice); + + echo '
                      ' . "\n"; + PMA_displayPrivTable('*', '*', FALSE); + echo ' ' . "\n" + . '
                      ' . "\n"; +} else { + // check the privileges for a particular database. + echo '
                      ' . "\n" + . '' . "\n" + . '' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . '' . "\n" + . '' . "\n"; + $odd_row = TRUE; + unset($row, $row1, $row2); + + // now, we build the table... + $list_of_privileges = + '`User`, ' + . '`Host`, ' + . '`Select_priv`, ' + . '`Insert_priv`, ' + . '`Update_priv`, ' + . '`Delete_priv`, ' + . '`Create_priv`, ' + . '`Drop_priv`, ' + . '`Grant_priv`, ' + . '`Index_priv`, ' + . '`Alter_priv`, ' + . '`References_priv`, ' + . '`Create_tmp_table_priv`, ' + . '`Lock_tables_priv`, ' + . '`Create_view_priv`, ' + . '`Show_view_priv`, ' + . '`Create_routine_priv`, ' + . '`Alter_routine_priv`, ' + . '`Execute_priv`'; + + $list_of_compared_privileges = + '`Select_priv` = \'N\'' + . ' AND `Insert_priv` = \'N\'' + . ' AND `Update_priv` = \'N\'' + . ' AND `Delete_priv` = \'N\'' + . ' AND `Create_priv` = \'N\'' + . ' AND `Drop_priv` = \'N\'' + . ' AND `Grant_priv` = \'N\'' + . ' AND `References_priv` = \'N\'' + . ' AND `Create_tmp_table_priv` = \'N\'' + . ' AND `Lock_tables_priv` = \'N\'' + . ' AND `Create_view_priv` = \'N\'' + . ' AND `Show_view_priv` = \'N\'' + . ' AND `Create_routine_priv` = \'N\'' + . ' AND `Alter_routine_priv` = \'N\'' + . ' AND `Execute_priv` = \'N\''; + + if (PMA_MYSQL_INT_VERSION >= 50106) { + $list_of_privileges .= + ', `Event_priv`, ' + . '`Trigger_priv`'; + $list_of_compared_privileges .= + ' AND `Event_priv` = \'N\'' + . ' AND `Trigger_priv` = \'N\''; + } + + $sql_query = + '(SELECT ' . $list_of_privileges . ', `Db`' + .' FROM `mysql`.`db`' + .' WHERE \'' . PMA_sqlAddslashes($checkprivs) . "'" + .' LIKE `Db`' + .' AND NOT (' . $list_of_compared_privileges. ')) ' + .'UNION ' + .'(SELECT ' . $list_of_privileges . ', \'*\' AS `Db`' + .' FROM `mysql`.`user` ' + .' WHERE NOT (' . $list_of_compared_privileges . ')) ' + .' ORDER BY `User` ASC,' + .' `Host` ASC,' + .' `Db` ASC;'; + $res = PMA_DBI_query($sql_query); + $row = PMA_DBI_fetch_assoc($res); + if ($row) { + $found = TRUE; + } + + if ($found) { + while (TRUE) { + // prepare the current user + $current_privileges = array(); + $current_user = $row['User']; + $current_host = $row['Host']; + while ($row && $current_user == $row['User'] && $current_host == $row['Host']) { + $current_privileges[] = $row; + $row = PMA_DBI_fetch_assoc($res); + } + echo ' ' . "\n" + . ' 1) { + echo ' rowspan="' . count($current_privileges) . '"'; + } + echo '>' . (empty($current_user) ? '' . __('Any') . '' : htmlspecialchars($current_user)) . "\n" + . ' ' . "\n" + . ' 1) { + echo ' rowspan="' . count($current_privileges) . '"'; + } + echo '>' . htmlspecialchars($current_host) . '' . "\n"; + foreach ($current_privileges as $current) { + echo ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n"; + } + if (empty($row) && empty($row1) && empty($row2)) { + break; + } + $odd_row = ! $odd_row; + } + } else { + echo ' ' . "\n" + . ' ' . "\n" + . ' ' . "\n"; + } + echo '' . "\n" + . '
                      ' . "\n" + . PMA_getIcon('b_usrcheck.png') + . ' ' . sprintf(__('Users having access to "%s"'), '' . htmlspecialchars($checkprivs) . '') . "\n" + . '
                      ' . __('User') . '' . __('Host') . '' . __('Type') . '' . __('Privileges') . '' . __('Grant') . '' . __('Action') . '
                      ' . "\n" + . ' '; + if (!isset($current['Db']) || $current['Db'] == '*') { + echo __('global'); + } elseif ($current['Db'] == PMA_escape_mysql_wildcards($checkprivs)) { + echo __('database-specific'); + } else { + echo __('wildcard'), ': ' . htmlspecialchars($current['Db']) . ''; + } + echo "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . join(',' . "\n" . ' ', PMA_extractPrivInfo($current, TRUE)) . "\n" + . ' ' . "\n" + . ' ' . "\n" + . ' ' . ($current['Grant_priv'] == 'Y' ? __('Yes') : __('No')) . "\n" + . ' ' . "\n"; + printf($link_edit, urlencode($current_user), + urlencode($current_host), + urlencode(! isset($current['Db']) || $current['Db'] == '*' ? '' : $current['Db']), + ''); + echo '
                      ' . "\n" + . ' ' . __('No user found.') . "\n" + . '
                      ' . "\n"; + + // Offer to create a new user for the current database + echo '
                      ' . "\n" + . ' ' . "\n" + . PMA_getIcon('b_usradd.png') + . ' ' . __('Add a new User') . '' . "\n" + . '
                      ' . "\n"; + +} // end if (empty($_REQUEST['adduser']) && empty($checkprivs)) ... elseif ... else ... + + +/** + * Displays the footer + */ +echo "\n\n"; +require './libraries/footer.inc.php'; + +?> diff --git a/htdocs/phpMyAdmin/server_processlist.php b/htdocs/phpMyAdmin/server_processlist.php new file mode 100644 index 000000000..78f0013da --- /dev/null +++ b/htdocs/phpMyAdmin/server_processlist.php @@ -0,0 +1,114 @@ +' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] ? '' : '') + . ' ' . __('Processes') . "\n" + . '' . "\n"; + +/** + * Kills a selected process + */ +if (!empty($_REQUEST['kill'])) { + if (PMA_DBI_try_query('KILL ' . $_REQUEST['kill'] . ';')) { + $message = PMA_Message::success(__('Thread %s was successfully killed.')); + } else { + $message = PMA_Message::error(__('phpMyAdmin was unable to kill thread %s. It probably has already been closed.')); + } + $message->addParam($_REQUEST['kill']); + $message->display(); +} + +$url_params = array(); + +if (! empty($_REQUEST['full'])) { + $sql_query = 'SHOW FULL PROCESSLIST'; + $url_params['full'] = 1; + $full_text_link = 'server_processlist.php' . PMA_generate_common_url(array(), 'html', '?'); +} else { + $sql_query = 'SHOW PROCESSLIST'; + $full_text_link = 'server_processlist.php' . PMA_generate_common_url(array('full' => 1)); +} +$result = PMA_DBI_query($sql_query); + +/** + * Displays the page + */ +?> + + + + + + + + + + + + + + + + + + + + $v) { + $k = $k !== 'DB' + ? $k = ucfirst(strtolower($k)) + : 'db'; + $process[$k] = $v; + } + } + $url_params['kill'] = $process['Id']; + $kill_process = 'server_processlist.php' . PMA_generate_common_url($url_params); + ?> + + + + + + + + + + + + + +
                      + <?php echo empty($_REQUEST['full']) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?> +
                      ' . __('None') . '' : $process['db']); ?>
                      + diff --git a/htdocs/phpMyAdmin/server_replication.php b/htdocs/phpMyAdmin/server_replication.php new file mode 100644 index 000000000..a52459106 --- /dev/null +++ b/htdocs/phpMyAdmin/server_replication.php @@ -0,0 +1,371 @@ +' . "\n" + . PMA_getIcon('s_replication.png') + . __('Replication') . "\n" + . '' . "\n"; + PMA_Message::error(__('No Privileges'))->display(); + require './libraries/footer.inc.php'; +} + +/** + * Handling control requests + */ +if (isset($GLOBALS['sr_take_action'])) { + $refresh = false; + if (isset($GLOBALS['slave_changemaster'])) { + $_SESSION['replication']['m_username'] = $sr['username'] = PMA_sqlAddslashes($GLOBALS['username']); + $_SESSION['replication']['m_password'] = $sr['pma_pw'] = PMA_sqlAddslashes($GLOBALS['pma_pw']); + $_SESSION['replication']['m_hostname'] = $sr['hostname'] = PMA_sqlAddslashes($GLOBALS['hostname']); + $_SESSION['replication']['m_port'] = $sr['port'] = PMA_sqlAddslashes($GLOBALS['port']); + $_SESSION['replication']['m_correct'] = ''; + $_SESSION['replication']['sr_action_status'] = 'error'; + $_SESSION['replication']['sr_action_info'] = __('Unknown error'); + + // Attempt to connect to the new master server + $link_to_master = PMA_replication_connect_to_master($sr['username'], $sr['pma_pw'], $sr['hostname'], $sr['port']); + + if (! $link_to_master) { + $_SESSION['replication']['sr_action_status'] = 'error'; + $_SESSION['replication']['sr_action_info'] = sprintf(__('Unable to connect to master %s.'), htmlspecialchars($sr['hostname'])); + } else { + // Read the current master position + $position = PMA_replication_slave_bin_log_master($link_to_master); + + if (empty($position)) { + $_SESSION['replication']['sr_action_status'] = 'error'; + $_SESSION['replication']['sr_action_info'] = __('Unable to read master log position. Possible privilege problem on master.'); + } else { + $_SESSION['replication']['m_correct'] = true; + + if (! PMA_replication_slave_change_master($sr['username'], $sr['pma_pw'], $sr['hostname'], $sr['port'], $position, true, false)) { + $_SESSION['replication']['sr_action_status'] = 'error'; + $_SESSION['replication']['sr_action_info'] = __('Unable to change master'); + } else { + $_SESSION['replication']['sr_action_status'] = 'success'; + $_SESSION['replication']['sr_action_info'] = sprintf(__('Master server changed succesfully to %s'), $sr['hostname']); + $_SESSION['replication']['sr_action_info'] = sprintf(__('Master server changed succesfully to %s'), htmlspecialchars($sr['hostname'])); + } + } + } + } elseif (isset($GLOBALS['sr_slave_server_control'])) { + if ($GLOBALS['sr_slave_action'] == 'reset') { + PMA_replication_slave_control("STOP"); + PMA_DBI_try_query("RESET SLAVE;"); + PMA_replication_slave_control("START"); + } else { + PMA_replication_slave_control($GLOBALS['sr_slave_action'], $GLOBALS['sr_slave_control_parm']); + } + $refresh = true; + + } elseif (isset($GLOBALS['sr_slave_skip_error'])) { + $count = 1; + if (isset($GLOBALS['sr_skip_errors_count'])) { + $count = $GLOBALS['sr_skip_errors_count'] * 1; + } + PMA_replication_slave_control("STOP"); + PMA_DBI_try_query("SET GLOBAL SQL_SLAVE_SKIP_COUNTER = ".$count.";"); + PMA_replication_slave_control("START"); + + } elseif (isset($GLOBALS['sl_sync'])) { + // TODO username, host and port could be read from 'show slave status', + // when asked for a password this might work in more situations then just after changing master (where the master password is stored in session) + $src_link = PMA_replication_connect_to_master($_SESSION['replication']['m_username'], $_SESSION['replication']['m_password'], $_SESSION['replication']['m_hostname'], $_SESSION['replication']['m_port']); + $trg_link = null; // using null to indicate the current PMA server + + $data = PMA_DBI_fetch_result('SHOW MASTER STATUS', null, null, $src_link); // let's find out, which databases are replicated + + $do_db = array(); + $ignore_db = array(); + $dblist = array(); + + if (! empty($data[0]['Binlog_Do_DB'])) { + $do_db = explode(',', $data[0]['Binlog_Do_DB']); + } + if (! empty($data[0]['Binlog_Ignore_DB'])) { + $ignore_db = explode(',', $data[0]['Binlog_Ignore_DB']); + } + + $tmp_alldbs = PMA_DBI_query('SHOW DATABASES;', $src_link); + while ($tmp_row = PMA_DBI_fetch_row($tmp_alldbs)) { + if ($tmp_row[0] == 'information_schema') { + continue; + } + if (count($do_db) == 0) { + if (array_search($tmp_row[0], $ignore_db) !== false) { + continue; + } + $dblist[] = $tmp_row[0]; + + PMA_DBI_query('CREATE DATABASE IF NOT EXISTS '.PMA_backquote($tmp_row[0]), $trg_link); + } else { + if (array_search($tmp_row[0], $do_db) !== false) { + $dblist[] = $tmp_row[0]; + PMA_DBI_query('CREATE DATABASE IF NOT EXISTS '.PMA_backquote($tmp_row[0]), $trg_link); + } + } + } // end while + + unset($do_db, $ignore_db, $data); + + if (isset($GLOBALS['repl_data'])) { + $include_data = true; + } else { + $include_data = false; + } + foreach ($dblist as $db) { + PMA_replication_synchronize_db($db, $src_link, $trg_link, $include_data); + } + // TODO some form of user feedback error/success would be nice + // What happens if $dblist is empty? + // or sync failed? + } + + if ($refresh) { + Header("Location: ". PMA_generate_common_url($GLOBALS['url_params'])); + } + unset($refresh); +} +/** + * Displays the links + */ +require './libraries/server_links.inc.php'; + +echo '
                      '; +echo '

                      '; +echo ' '; +echo __('Replication'); +echo '

                      '; + +// Display error messages +if (isset($_SESSION['replication']['sr_action_status']) && isset($_SESSION['replication']['sr_action_info'])) { + if ($_SESSION['replication']['sr_action_status'] == 'error') { + PMA_Message::error($_SESSION['replication']['sr_action_info'])->display(); + $_SESSION['replication']['sr_action_status'] = 'unknown'; + } elseif ($_SESSION['replication']['sr_action_status'] == 'success') { + PMA_Message::success($_SESSION['replication']['sr_action_info'])->display(); + $_SESSION['replication']['sr_action_status'] = 'unknown'; + } +} + +if ($server_master_status) { + if (! isset($GLOBALS['repl_clear_scr'])) { + echo '
                      '; + echo '' . __('Master replication') . ''; + echo __('This server is configured as master in a replication process.'); + echo '
                        '; + echo '
                      • ' . __('Show master status') . '
                      • '; + PMA_replication_print_status_table('master', true, false); + + echo '
                      • ' . __('Show connected slaves') . '
                      • '; + PMA_replication_print_slaves_table(true); + + $_url_params = $GLOBALS['url_params']; + $_url_params['mr_adduser'] = true; + $_url_params['repl_clear_scr'] = true; + + echo '
                      • ' . __('Add slave replication user') . '
                      • '; + } + + // Display 'Add replication slave user' form + if (isset($GLOBALS['mr_adduser'])) { + PMA_replication_gui_master_addslaveuser(); + } elseif (! isset($GLOBALS['repl_clear_scr'])) { + echo "
                      "; + echo "
                      "; + } +} elseif (! isset($GLOBALS['mr_configure']) && ! isset($GLOBALS['repl_clear_scr'])) { + $_url_params = $GLOBALS['url_params']; + $_url_params['mr_configure'] = true; + + echo '
                      '; + echo '' . __('Master replication') . ''; + echo sprintf(__('This server is not configured as master in a replication process. Would you like to configure it?'), PMA_generate_common_url($_url_params)); + echo '
                      '; +} + +if (isset($GLOBALS['mr_configure'])) { + // Render the 'Master configuration' section + echo '
                      '; + echo '' . __('Master configuration') . ''; + echo __('This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:') . '

                      '; + + echo ''; + echo '

                      '; + echo __('Please select databases:') . '
                      '; + echo PMA_replication_db_multibox(); + echo '

                      '; + echo __('Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards.') . '
                      '; + echo '
                      ';
                      +    echo __('Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master');
                      +    echo '
                      '; + echo '
                      '; + echo '
                      '; + echo PMA_generate_common_hidden_inputs('', ''); + echo ' '; + echo '
                      '; + echo '
                      '; + + require './libraries/footer.inc.php'; + exit; +} + +echo '
                      '; + +if (! isset($GLOBALS['repl_clear_scr'])) { + // Render the 'Slave configuration' section + echo '
                      '; + echo '' . __('Slave replication') . ''; + if ($server_slave_status) { + echo '
                      '; + + $_url_params = $GLOBALS['url_params']; + $_url_params['sr_take_action'] = true; + $_url_params['sr_slave_server_control'] = true; + + if ($server_slave_replication[0]['Slave_IO_Running'] == 'No') { + $_url_params['sr_slave_action'] = 'start'; + } else { + $_url_params['sr_slave_action'] = 'stop'; + } + + $_url_params['sr_slave_control_parm'] = 'IO_THREAD'; + $slave_control_io_link = PMA_generate_common_url($_url_params); + + if ($server_slave_replication[0]['Slave_SQL_Running'] == 'No') { + $_url_params['sr_slave_action'] = 'start'; + } else { + $_url_params['sr_slave_action'] = 'stop'; + } + + $_url_params['sr_slave_control_parm'] = 'SQL_THREAD'; + $slave_control_sql_link = PMA_generate_common_url($_url_params); + + if ($server_slave_replication[0]['Slave_IO_Running'] == 'No' + || $server_slave_replication[0]['Slave_SQL_Running'] == 'No' + ) { + $_url_params['sr_slave_action'] = 'start'; + } else { + $_url_params['sr_slave_action'] = 'stop'; + } + + $_url_params['sr_slave_control_parm'] = null; + $slave_control_full_link = PMA_generate_common_url($_url_params); + + $_url_params['sr_slave_action'] = 'reset'; + $slave_control_reset_link = PMA_generate_common_url($_url_params); + + $_url_params = $GLOBALS['url_params']; + $_url_params['sr_slave_skip_error'] = true; + $slave_skip_error_link = PMA_generate_common_url($_url_params); + + if ($server_slave_replication[0]['Slave_SQL_Running'] == 'No') { + PMA_Message::error(__('Slave SQL Thread not running!'))->display(); + } + if ($server_slave_replication[0]['Slave_IO_Running'] == 'No') { + PMA_Message::error(__('Slave IO Thread not running!'))->display(); + } + + $_url_params = $GLOBALS['url_params']; + $_url_params['sl_configure'] = true; + $_url_params['repl_clear_scr'] = true; + + $reconfiguremaster_link = PMA_generate_common_url($_url_params); + + echo __('Server is configured as slave in a replication process. Would you like to:'); + echo '
                      '; + echo ''; + + } elseif (! isset($GLOBALS['sl_configure'])) { + $_url_params = $GLOBALS['url_params']; + $_url_params['sl_configure'] = true; + $_url_params['repl_clear_scr'] = true; + + echo sprintf(__('This server is not configured as slave in a replication process. Would you like to configure it?'), PMA_generate_common_url($_url_params)); + } + echo '
                      '; + echo '
                      '; +} +if (isset($GLOBALS['sl_configure'])) { + PMA_replication_gui_changemaster("slave_changemaster"); +} +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/server_sql.php b/htdocs/phpMyAdmin/server_sql.php new file mode 100644 index 000000000..243d0bf0d --- /dev/null +++ b/htdocs/phpMyAdmin/server_sql.php @@ -0,0 +1,38 @@ + diff --git a/htdocs/phpMyAdmin/server_status.php b/htdocs/phpMyAdmin/server_status.php new file mode 100644 index 000000000..c4254a37d --- /dev/null +++ b/htdocs/phpMyAdmin/server_status.php @@ -0,0 +1,893 @@ +' . "\n"; +echo '

                      ' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] + ? '' + : '') + . __('Runtime Information') . "\n" + . '

                      ' . "\n"; + + +/** + * flush status variables if requested + */ +if (isset($_REQUEST['flush'])) { + $_flush_commands = array( + 'STATUS', + 'TABLES', + 'QUERY CACHE', + ); + + if (in_array($_REQUEST['flush'], $_flush_commands)) { + PMA_DBI_query('FLUSH ' . $_REQUEST['flush'] . ';'); + } + unset($_flush_commands); +} + + +/** + * get status from server + */ +$server_status = PMA_DBI_fetch_result('SHOW GLOBAL STATUS', 0, 1); + +/** + * for some calculations we require also some server settings + */ +$server_variables = PMA_DBI_fetch_result('SHOW GLOBAL VARIABLES', 0, 1); + +/** + * starttime calculation + */ +$start_time = PMA_DBI_fetch_value( + 'SELECT UNIX_TIMESTAMP() - ' . $server_status['Uptime']); + + +/** + * cleanup some deprecated values + */ +$deprecated = array( + 'Com_prepare_sql' => 'Com_stmt_prepare', + 'Com_execute_sql' => 'Com_stmt_execute', + 'Com_dealloc_sql' => 'Com_stmt_close', +); + +foreach ($deprecated as $old => $new) { + if (isset($server_status[$old]) + && isset($server_status[$new])) { + unset($server_status[$old]); + } +} +unset($deprecated); + + +/** + * calculate some values + */ +// Key_buffer_fraction +if (isset($server_status['Key_blocks_unused']) + && isset($server_variables['key_cache_block_size']) + && isset($server_variables['key_buffer_size'])) { + $server_status['Key_buffer_fraction_%'] = + 100 + - $server_status['Key_blocks_unused'] + * $server_variables['key_cache_block_size'] + / $server_variables['key_buffer_size'] + * 100; +} elseif ( + isset($server_status['Key_blocks_used']) + && isset($server_variables['key_buffer_size'])) { + $server_status['Key_buffer_fraction_%'] = + $server_status['Key_blocks_used'] + * 1024 + / $server_variables['key_buffer_size']; + } + +// Ratio for key read/write +if (isset($server_status['Key_writes']) + && isset($server_status['Key_write_requests']) + && $server_status['Key_write_requests'] > 0) + $server_status['Key_write_ratio_%'] = 100 * $server_status['Key_writes'] / $server_status['Key_write_requests']; + +if (isset($server_status['Key_reads']) + && isset($server_status['Key_read_requests']) + && $server_status['Key_read_requests'] > 0) + $server_status['Key_read_ratio_%'] = 100 * $server_status['Key_reads'] / $server_status['Key_read_requests']; + +// Threads_cache_hitrate +if (isset($server_status['Threads_created']) + && isset($server_status['Connections']) + && $server_status['Connections'] > 0) { + $server_status['Threads_cache_hitrate_%'] = + 100 + - $server_status['Threads_created'] + / $server_status['Connections'] + * 100; +} + +// Format Uptime_since_flush_status : show as days, hours, minutes, seconds +if (isset($server_status['Uptime_since_flush_status'])) { + $server_status['Uptime_since_flush_status'] = PMA_timespanFormat($server_status['Uptime_since_flush_status']); +} + +/** + * define some alerts + */ +// name => max value before alert +$alerts = array( + // lower is better + // variable => max value + 'Aborted_clients' => 0, + 'Aborted_connects' => 0, + + 'Binlog_cache_disk_use' => 0, + + 'Created_tmp_disk_tables' => 0, + + 'Handler_read_rnd' => 0, + 'Handler_read_rnd_next' => 0, + + 'Innodb_buffer_pool_pages_dirty' => 0, + 'Innodb_buffer_pool_reads' => 0, + 'Innodb_buffer_pool_wait_free' => 0, + 'Innodb_log_waits' => 0, + 'Innodb_row_lock_time_avg' => 10, // ms + 'Innodb_row_lock_time_max' => 50, // ms + 'Innodb_row_lock_waits' => 0, + + 'Slow_queries' => 0, + 'Delayed_errors' => 0, + 'Select_full_join' => 0, + 'Select_range_check' => 0, + 'Sort_merge_passes' => 0, + 'Opened_tables' => 0, + 'Table_locks_waited' => 0, + 'Qcache_lowmem_prunes' => 0, + 'Slow_launch_threads' => 0, + + // depends on Key_read_requests + // normaly lower then 1:0.01 + 'Key_reads' => (0.01 * $server_status['Key_read_requests']), + // depends on Key_write_requests + // normaly nearly 1:1 + 'Key_writes' => (0.9 * $server_status['Key_write_requests']), + + 'Key_buffer_fraction' => 0.5, + + // alert if more than 95% of thread cache is in use + 'Threads_cached' => 0.95 * $server_variables['thread_cache_size'] + + // higher is better + // variable => min value + //'Handler read key' => '> ', +); + + +/** + * split variables in sections + */ +$allocations = array( + // variable name => section + + 'Com_' => 'com', + 'Innodb_' => 'innodb', + 'Ndb_' => 'ndb', + 'Handler_' => 'handler', + 'Qcache_' => 'qcache', + 'Threads_' => 'threads', + 'Slow_launch_threads' => 'threads', + + 'Binlog_cache_' => 'binlog_cache', + 'Created_tmp_' => 'created_tmp', + 'Key_' => 'key', + + 'Delayed_' => 'delayed', + 'Not_flushed_delayed_rows' => 'delayed', + + 'Flush_commands' => 'query', + 'Last_query_cost' => 'query', + 'Slow_queries' => 'query', + 'Queries' => 'query', + 'Prepared_stmt_count' => 'query', + + 'Select_' => 'select', + 'Sort_' => 'sort', + + 'Open_tables' => 'table', + 'Opened_tables' => 'table', + 'Open_table_definitions' => 'table', + 'Opened_table_definitions' => 'table', + 'Table_locks_' => 'table', + + 'Rpl_status' => 'repl', + 'Slave_' => 'repl', + + 'Tc_' => 'tc', + + 'Ssl_' => 'ssl', + + 'Open_files' => 'files', + 'Open_streams' => 'files', + 'Opened_files' => 'files', +); + +$sections = array( + // section => section name (description) + 'com' => array('title' => ''), + 'query' => array('title' => __('SQL query')), + 'innodb' => array('title' => 'InnoDB'), + 'ndb' => array('title' => 'NDB'), + 'handler' => array('title' => __('Handler')), + 'qcache' => array('title' => __('Query cache')), + 'threads' => array('title' => __('Threads')), + 'binlog_cache' => array('title' => __('Binary log')), + 'created_tmp' => array('title' => __('Temporary data')), + 'delayed' => array('title' => __('Delayed inserts')), + 'key' => array('title' => __('Key cache')), + 'select' => array('title' => __('Joins')), + 'repl' => array('title' => __('Replication')), + 'sort' => array('title' => __('Sorting')), + 'table' => array('title' => __('Tables')), + 'tc' => array('title' => __('Transaction coordinator')), + 'files' => array('title' => __('Files')), + 'ssl' => array('title' => 'SSL'), +); + +/** + * define some needfull links/commands + */ +// variable or section name => (name => url) +$links = array(); + +$links['table'][__('Flush (close) all tables')] + = $PMA_PHP_SELF . '?flush=TABLES&' . PMA_generate_common_url(); +$links['table'][__('Show open tables')] + = 'sql.php?sql_query=' . urlencode('SHOW OPEN TABLES') . + '&goto=server_status.php&' . PMA_generate_common_url(); + +if ($server_master_status) { + $links['repl'][__('Show slave hosts')] + = 'sql.php?sql_query=' . urlencode('SHOW SLAVE HOSTS') . + '&goto=server_status.php&' . PMA_generate_common_url(); + $links['repl'][__('Show master status')] = '#replication_master'; +} +if ($server_slave_status) { + $links['repl'][__('Show slave status')] = '#replication_slave'; +} + +$links['repl']['doc'] = 'replication'; + +$links['qcache'][__('Flush query cache')] + = $PMA_PHP_SELF . '?flush=' . urlencode('QUERY CACHE') . '&' . + PMA_generate_common_url(); +$links['qcache']['doc'] = 'query_cache'; + +$links['threads'][__('Show processes')] + = 'server_processlist.php?' . PMA_generate_common_url(); +$links['threads']['doc'] = 'mysql_threads'; + +$links['key']['doc'] = 'myisam_key_cache'; + +$links['binlog_cache']['doc'] = 'binary_log'; + +$links['Slow_queries']['doc'] = 'slow_query_log'; + +$links['innodb'][__('Variables')] + = 'server_engines.php?engine=InnoDB&' . PMA_generate_common_url(); +$links['innodb'][__('InnoDB Status')] + = 'server_engines.php?engine=InnoDB&page=Status&' . + PMA_generate_common_url(); +$links['innodb']['doc'] = 'innodb'; + + +// sort status vars into arrays +foreach ($server_status as $name => $value) { + if (isset($allocations[$name])) { + $sections[$allocations[$name]]['vars'][$name] = $value; + unset($server_status[$name]); + } else { + foreach ($allocations as $filter => $section) { + if (preg_match('/^' . $filter . '/', $name) + && isset($server_status[$name])) { + unset($server_status[$name]); + $sections[$section]['vars'][$name] = $value; + } + } + } +} +unset($name, $value, $filter, $section, $allocations); + +// rest +$sections['all']['vars'] =& $server_status; + +$hour_factor = 3600 / $server_status['Uptime']; + +/** + * start output + */ +?> + + +

                      + +

                      + +'; + if ($server_master_status && $server_slave_status) { + echo __('This MySQL server works as master and slave in replication process.'); + } elseif ($server_master_status) { + echo __('This MySQL server works as master in replication process.'); + } elseif ($server_slave_status) { + echo __('This MySQL server works as slave in replication process.'); + } + echo ' '; + echo __('For further information about replication status on the server, please visit the replication section.'); + echo '

                      '; +} +?> + + + +

                      Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'); ?>

                      + + + + + + + + + + + + + + + + + + + + + + + + + +
                      ø
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      ø %
                      --- ---
                      0 + ? PMA_formatNumber( + $server_status['Aborted_connects'] * 100 / $server_status['Connections'], + 0, 2) . '%' + : '--- '; ?>
                      0 + ? PMA_formatNumber( + $server_status['Aborted_clients'] * 100 / $server_status['Connections'], + 0, 2) . '%' + : '--- '; ?>
                      %
                      + +
                      + +

                      Query statistics: Since its startup, %s queries have been sent to the server.'), + PMA_formatNumber($server_status['Questions'], 0)); + echo PMA_showMySQLDocu('server-status-variables', 'server-status-variables', false, 'statvar_Questions'); + ?>

                      + + + + + + + + + + + + + + + + + + +
                      ø ø ø
                      + +
                      + $value) { + $current_table++; + if ($count_displayed_rows === 0 || $count_displayed_rows === $max_rows_per_table) { + $odd_row = true; + if ($count_displayed_rows === $max_rows_per_table) { + echo ' ' . "\n"; + echo ' ' . "\n"; + $count_displayed_rows = 0; + } +?> + + + + + + + + + + + + + + + + + + + +
                      ø %
                      %
                      +
                      +
                      + + +
                      +[' + . __('Show query chart') . ']'; + PMA_Message::notice( __('Note: Generating the query chart can take a long time.'))->display(); + } else { + echo PMA_chart_status($used_queries); + } +?> +
                      + + +
                      + $section) { + if (! empty($section['vars'])) { +?> + + + + + + + + + + + + + + + + + + + + + $value) { + $odd_row = !$odd_row; +?> + + + + + + + +
                      + + ' + : ''); ?> + + +
                      + $link_url) { + if ('doc' == $link_name) { + echo PMA_showMySQLDocu($link_url, $link_url); + } else { + echo '' . $link_name . '' . "\n"; + } + } + unset($link_url, $link_name); +?> +
                      + $alerts[$name]) { + echo ''; + } else { + echo ''; + } + } + if ('%' === substr($name, -1, 1)) { + echo PMA_formatNumber($value, 0, 2) . ' %'; + } elseif (is_numeric($value) && $value == (int) $value && $value > 1000) { + echo PMA_formatNumber($value, 3, 1); + } elseif (is_numeric($value) && $value == (int) $value) { + echo PMA_formatNumber($value, 4, 0); + } elseif (is_numeric($value)) { + echo PMA_formatNumber($value, 3, 1); + } else { + echo htmlspecialchars($value); + } + if (isset($alerts[$name])) { + echo ''; + } + ?> + $link_url) { + if ('doc' == $link_name) { + echo PMA_showMySQLDocu($link_url, $link_url); + } else { + echo ' ' . $link_name . '' . + "\n"; + } + } + unset($link_url, $link_name); + } + ?> +
                      + +
                      + +
                      + +

                      + + + + + diff --git a/htdocs/phpMyAdmin/server_synchronize.php b/htdocs/phpMyAdmin/server_synchronize.php new file mode 100644 index 000000000..9ff9cd4e8 --- /dev/null +++ b/htdocs/phpMyAdmin/server_synchronize.php @@ -0,0 +1,1231 @@ + 0) { + ${"{$con}_server"}['port'] = (int)${"{$con}_port"}; + } + } + + ${"{$con}_connection"} = PMA_DBI_connect(${"{$con}_username"}, ${"{$con}_password"}, $is_controluser = false, ${"{$con}_server"}, $auxiliary_connection = true); + } // end foreach ($cons as $con) + + if ((! $src_connection && $src_type != 'cur') || (! $trg_connection && $trg_type != 'cur')) { + /** + * Displays the connection error string if + * connections are not established + */ + + echo '
                      '; + if(! $src_connection && $src_type != 'cur') { + echo __('Could not connect to the source') . '
                      '; + } + if(! $trg_connection && $trg_type != 'cur'){ + echo __('Could not connect to the target'); + } + echo '
                      '; + unset($_REQUEST['submit_connect']); + + } else { + /** + * Creating the link object for both source and target databases and + * selecting the source and target databases using these links + */ + foreach ($cons as $con) { + if (${"{$con}_connection"} != null) { + ${"{$con}_link"} = PMA_DBI_connect(${"{$con}_username"}, ${"{$con}_password"}, $is_controluser = false, ${"{$con}_server"}); + } else { + ${"{$con}_link"} = null; + } + ${"{$con}_db_selected"} = PMA_DBI_select_db(${"{$con}_db"}, ${"{$con}_link"}); + } // end foreach ($cons as $con) + + if (($src_db_selected != 1) || ($trg_db_selected != 1)) { + /** + * Displays error string if the database(s) did not exist + */ + echo '
                      '; + if ($src_db_selected != 1) { + echo sprintf(__('\'%s\' database does not exist.'), htmlspecialchars($src_db)); + } + if ($trg_db_selected != 1) { + echo sprintf(__('\'%s\' database does not exist.'), htmlspecialchars($trg_db)); + } + echo '
                      '; + unset($_REQUEST['submit_connect']); + + } else if (($src_db_selected == 1) && ($trg_db_selected == 1)) { + + /** + * Using PMA_DBI_get_tables() to get all the tables + * from target and source databases. + */ + $src_tables = PMA_DBI_get_tables($src_db, $src_link); + $source_tables_num = sizeof($src_tables); + + $trg_tables = PMA_DBI_get_tables($trg_db, $trg_link); + $target_tables_num = sizeof($trg_tables); + + /** + * initializing arrays to save matching and non-matching + * table names from target and source databases. + */ + $unmatched_num_src = 0; + $source_tables_uncommon = array(); + $unmatched_num_trg = 0; + $target_tables_uncommon = array(); + $matching_tables = array(); + $matching_tables_num = 0; + + /** + * Using PMA_getMatchingTables to find which of the tables' names match + * in target and source database. + */ + PMA_getMatchingTables($trg_tables, $src_tables, $matching_tables, $source_tables_uncommon); + /** + * Finding the uncommon tables for the target database + * using function PMA_getNonMatchingTargetTables() + */ + PMA_getNonMatchingTargetTables($trg_tables, $matching_tables, $target_tables_uncommon); + + /** + * Initializing several arrays to save the data and structure + * difference between the source and target databases. + */ + $row_count = array(); //number of rows in source table that needs to be created in target database + $fields_num = array(); //number of fields in each matching table + $delete_array = array(); //stores the primary key values for target tables that have excessive rows than corresponding source tables. + $insert_array = array(array(array()));// stores the primary key values for the rows in each source table that are not present in target tables. + $update_array = array(array(array())); //stores the primary key values, name of field to be updated, value of the field to be updated for + // each row of matching table. + $matching_tables_fields = array(); //contains the fields' names for each matching table + $matching_tables_keys = array(); //contains the primary keys' names for each matching table + $uncommon_tables_fields = array(); //coantains the fields for all the source tables that are not present in target + $matching_tables_num = sizeof($matching_tables); + + $source_columns = array(); //contains the full columns' information for all the source tables' columns + $target_columns = array(); //contains the full columns' information for all the target tables' columns + $uncommon_columns = array(); //contains names of columns present in source table but absent from the corresponding target table + $source_indexes = array(); //contains indexes on all the source tables + $target_indexes = array(); //contains indexes on all the target tables + $add_indexes_array = array(); //contains the indexes name present in source but absent from target tables + $target_tables_keys = array(); //contains the keys of all the target tables + $alter_indexes_array = array(); //contains the names of all the indexes for each table that need to be altered in target database + $remove_indexes_array = array(); //contains the names of indexes that are excessive in target tables + $alter_str_array = array(array()); //contains the criteria for each column that needs to be altered in target tables + $add_column_array = array(array()); //contains the name of columns that need to be added in target tables + /** + * The criteria array contains all the criteria against which columns are compared for differences. + */ + $criteria = array('Field', 'Type', 'Null', 'Collation', 'Key', 'Default', 'Comment'); + + for($i = 0; $i < sizeof($matching_tables); $i++) { + /** + * Finding out all the differences structure, data and index diff for all the matching tables only + */ + PMA_dataDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $matching_tables_fields, $update_array, $insert_array, + $delete_array, $fields_num, $i, $matching_tables_keys); + + PMA_structureDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_columns, + $target_columns, $alter_str_array, $add_column_array, $uncommon_columns, $criteria, $target_tables_keys, $i); + + PMA_indexesDiffInTables($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_indexes, $target_indexes, + $add_indexes_array, $alter_indexes_array, $remove_indexes_array, $i); + } + + for($j = 0; $j < sizeof($source_tables_uncommon); $j++) { + /** + * Finding out the number of rows to be added in tables that need to be added in target database + */ + PMA_dataDiffInUncommonTables($source_tables_uncommon, $src_db, $src_link, $j, $row_count); + } + /** + * Storing all arrays in session for use when page is reloaded for each button press + */ + $_SESSION['matching_tables'] = $matching_tables; + $_SESSION['update_array'] = $update_array; + $_SESSION['insert_array'] = $insert_array; + $_SESSION['src_db'] = $src_db; + $_SESSION['trg_db'] = $trg_db; + $_SESSION['matching_fields'] = $matching_tables_fields; + $_SESSION['src_uncommon_tables'] = $source_tables_uncommon; + $_SESSION['src_username'] = $src_username ; + $_SESSION['trg_username'] = $trg_username; + $_SESSION['src_password'] = $src_password; + $_SESSION['trg_password'] = $trg_password; + $_SESSION['trg_password'] = $trg_password; + $_SESSION['src_server'] = $src_server; + $_SESSION['trg_server'] = $trg_server; + $_SESSION['src_type'] = $src_type; + $_SESSION['trg_type'] = $trg_type; + $_SESSION['matching_tables_keys'] = $matching_tables_keys; + $_SESSION['uncommon_tables_fields'] = $uncommon_tables_fields; + $_SESSION['uncommon_tables_row_count'] = $row_count; + $_SESSION['target_tables_uncommon'] = $target_tables_uncommon; + $_SESSION['uncommon_tables'] = $source_tables_uncommon; + $_SESSION['delete_array'] = $delete_array; + $_SESSION['uncommon_columns'] = $uncommon_columns; + $_SESSION['source_columns'] = $source_columns; + $_SESSION['alter_str_array'] = $alter_str_array; + $_SESSION['target_tables_keys'] = $target_tables_keys; + $_SESSION['add_column_array'] = $add_column_array; + $_SESSION['criteria'] = $criteria; + $_SESSION['target_tables'] = $trg_tables; + $_SESSION['add_indexes_array'] = $add_indexes_array; + $_SESSION['alter_indexes_array'] = $alter_indexes_array; + $_SESSION['remove_indexes_array'] = $remove_indexes_array; + $_SESSION['source_indexes'] = $source_indexes; + $_SESSION['target_indexes'] = $target_indexes; + + /** + * Displays the sub-heading and icons showing Structure Synchronization and Data Synchronization + */ + echo '
                      ' + . PMA_generate_common_hidden_inputs('', ''); + echo ' + + '; + echo ''; + echo ' +
                      ' + . '' + . __('Structure Synchronization') + .'' + . '' + . __('Data Synchronization') + . '
                      '; + + /** + * Displays the tables containing the source tables names, their difference with the target tables and target tables names + */ + PMA_syncDisplayHeaderSource($src_db); + $odd_row = false; + + /** + * Display the matching tables' names and difference, first + */ + for($i = 0; $i < count($matching_tables); $i++) { + /** + * Calculating the number of updates for each matching table + */ + if (isset($update_array[$i]) && isset($update_array[$i][0]) && + isset($update_array[$i][0][$matching_tables_keys[$i][0]])) { + $num_of_updates = sizeof($update_array[$i]); + } else { + $num_of_updates = 0; + } + /** + * Calculating the number of insertions for each matching table + */ + if (isset($insert_array[$i]) && isset($insert_array[$i][0]) && + isset($insert_array[$i][0][$matching_tables_keys[$i][0]])) { + $num_of_insertions = sizeof($insert_array[$i]); + } else { + $num_of_insertions = 0; + } + /** + * Displays the name of the matching table + */ + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '' . htmlspecialchars($matching_tables[$i]) . ' + '; + /** + * Calculating the number of alter columns, number of columns to be added, number of columns to be removed, + * number of index to be added and removed. + */ + $num_alter_cols = 0; + $num_insert_cols = 0; + $num_remove_cols = 0; + $num_add_index = 0; + $num_remove_index = 0; + + if (isset($alter_str_array[$i])) { + $num_alter_cols = sizeof($alter_str_array[$i]); + } + if (isset($add_column_array[$i])) { + $num_insert_cols = sizeof($add_column_array[$i]); + } + if (isset($uncommon_columns[$i])) { + $num_remove_cols = sizeof($uncommon_columns[$i]); + } + if (isset($add_indexes_array[$i])) { + $num_add_index = sizeof($add_indexes_array[$i]); + } + if (isset($remove_indexes_array[$i])) { + $num_remove_index = sizeof($remove_indexes_array[$i]); + } + if (isset($alter_indexes_array[$i])) { + $num_add_index += sizeof($alter_indexes_array[$i]); + $num_remove_index += sizeof($alter_indexes_array[$i]); + } + /** + * Display the red button of structure synchronization if there exists any structure difference or index difference. + */ + if (($num_alter_cols > 0) || ($num_insert_cols > 0) || ($num_remove_cols > 0) || ($num_add_index > 0) || ($num_remove_index > 0)) { + + echo '' . __('Click to select') . ''; + } + /** + * Display the green button of data synchronization if there exists any data difference. + */ + if (isset($update_array[$i]) || isset($insert_array[$i])) { + if (isset($update_array[$i][0][$matching_tables_keys[$i][0]]) || isset($insert_array[$i][0][$matching_tables_keys[$i][0]])) { + + echo '' . __('Click to select') . ''; + } + } + echo ' + '; + } + /** + * Displays the tables' names present in source but missing from target + */ + for ($j = 0; $j < count($source_tables_uncommon); $j++) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ' + ' . htmlspecialchars($source_tables_uncommon[$j]) . ' '; + + echo '' . __('Click to select') . ''; + + if ($row_count[$j] > 0) + { + echo '' . __('Click to select') . ''; + } + echo ' + '; + } + foreach ($target_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '      '; + echo ''; + } + /** + * Displays the target tables names + */ + echo ''; + + $odd_row = PMA_syncDisplayHeaderTargetAndMatchingTables($trg_db, $matching_tables); + foreach ($source_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '' . htmlspecialchars($tbl_nc_name) . ' (' . __('not present') . ') + '; + } + foreach ($target_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ' - ' . htmlspecialchars($tbl_nc_name) . ''; + echo ''; + } + echo ''; + echo ''; + + /** + * This "list" div will contain a table and each row will depict information about structure/data diffrence in tables. + * Rows will be generated dynamically as soon as the colored buttons "D" or "S" are clicked. + */ + + echo '
                      + + + + + + + + + + + + + + + + + + + + + +
                      ' . __('Table') . ' ' . __('Structure Difference') . ' ' . __('Data Difference') . '
                      ' . __('Table name') . '' . __('Create table'). '' . __('Add column(s)') . '' . __('Remove column(s)') . '' . __('Alter column(s)') . '' . __('Remove index(s)') . '' . __('Apply index(s)') . ''. __('Update row(s)') . '' . __('Insert row(s)') . '
                      +
                      '; + /** + * This fieldset displays the checkbox to confirm deletion of previous rows from target tables + */ + echo '
                      +

                      +
                      +
                      '; + echo ''; + echo '' . '
                      '; + echo '
                      '; + } + } +} // end if ((isset($_REQUEST['submit_connect']))) + + /** + * Display the page when 'Apply Selected Changes' is pressed + */ +if (isset($_REQUEST['Table_ids'])) { + /** + * Displays success message + */ + echo '
                      ' . __('Selected target tables have been synchronized with source tables.') . '
                      '; + + $src_db = $_SESSION['src_db']; + $trg_db = $_SESSION['trg_db']; + $update_array = $_SESSION['update_array']; + $insert_array = $_SESSION['insert_array']; + $src_username = $_SESSION['src_username']; + $trg_username = $_SESSION['trg_username']; + $src_password = $_SESSION['src_password']; + $trg_password = $_SESSION['trg_password']; + $src_server = $_SESSION['src_server']; + $trg_server = $_SESSION['trg_server']; + $src_type = $_SESSION['src_type']; + $trg_type = $_SESSION['trg_type']; + $uncommon_tables = $_SESSION['uncommon_tables']; + $matching_tables = $_SESSION['matching_tables']; + $matching_tables_keys = $_SESSION['matching_tables_keys']; + $matching_tables_fields = $_SESSION['matching_fields']; + $source_tables_uncommon = $_SESSION['src_uncommon_tables']; + $uncommon_tables_fields = $_SESSION['uncommon_tables_fields']; + $target_tables_uncommon = $_SESSION['target_tables_uncommon']; + $row_count = $_SESSION['uncommon_tables_row_count']; + $target_tables = $_SESSION['target_tables']; + + $delete_array = $_SESSION['delete_array']; + $uncommon_columns = $_SESSION['uncommon_columns']; + $source_columns = $_SESSION['source_columns']; + $alter_str_array = $_SESSION['alter_str_array']; + $criteria = $_SESSION['criteria']; + $target_tables_keys = $_SESSION['target_tables_keys']; + $add_column_array = $_SESSION['add_column_array']; + $add_indexes_array = $_SESSION['add_indexes_array']; + $alter_indexes_array = $_SESSION['alter_indexes_array']; + $remove_indexes_array = $_SESSION['remove_indexes_array']; + $source_indexes = $_SESSION['source_indexes']; + $target_indexes = $_SESSION['target_indexes']; + $uncommon_cols = $uncommon_columns; + + /** + * Creating link object for source and target databases + */ + foreach ($cons as $con) { + if (${"{$con}_type"} != "cur") { + ${"{$con}_link"} = PMA_DBI_connect(${"{$con}_username"}, ${"{$con}_password"}, $is_controluser = false, ${"{$con}_server"}); + } else { + ${"{$con}_link"} = null; + // working on current server, so initialize this for tracking + // (does not work if user defined current server as a remote one) + $GLOBALS['db'] = ${"{$con}_db"}; + } + } // end foreach ($cons as $con) + + /** + * Initializing arrays to save the table ids whose data and structure difference is to be applied + */ + $matching_table_data_diff = array(); //stores id of matching table having data difference + $matching_table_structure_diff = array(); //stores id of matching tables having structure difference + $uncommon_table_structure_diff = array(); //stores id of uncommon tables having structure difference + $uncommon_table_data_diff = array(); //stores id of uncommon tables having data difference + + for ($i = 0; isset($_REQUEST[$i]); $i++ ) { + if (isset($_REQUEST[$i])) { + $table_id = explode("US", $_REQUEST[$i]); + if (isset($table_id[1])) { + $uncommon_table_structure_diff[] = $table_id[1]; + } + $table_id = explode("UD", $_REQUEST[$i]); + if (isset($table_id[1])) { + $uncommon_table_data_diff[] = $table_id[1]; + } + $table_id = explode("MS", $_REQUEST[$i]); + if (isset($table_id[1])) { + $matching_table_structure_diff[] = $table_id[1]; + } + + $table_id = explode("MD", $_REQUEST[$i]); + if (isset($table_id[1])) { + $matching_table_data_diff[] = $table_id[1]; + } + } + } // end for + /** + * Applying the structure difference on selected matching tables + */ + for($q = 0; $q < sizeof($matching_table_structure_diff); $q++) + { + if (isset($alter_str_array[$matching_table_structure_diff[$q]])) { + + PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, $source_columns, $alter_str_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $matching_table_structure_diff[$q], false); + + unset($alter_str_array[$matching_table_structure_diff[$q]]); + } + if (isset($add_column_array[$matching_table_structure_diff[$q]])) { + + PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $matching_table_structure_diff[$q], $target_tables_keys, + $matching_tables_keys, $trg_db, $trg_link, $src_db, $src_link); + + if (isset($delete_array[$matching_table_structure_diff[$q]])) { + + PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $matching_table_structure_diff[$q], $target_tables_keys, $delete_array, false); + + unset($delete_array[$matching_table_structure_diff[$q]]); + } + PMA_addColumnsInTargetTable($src_db, $trg_db,$src_link, $trg_link, $matching_tables, $source_columns, $add_column_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $uncommon_tables,$uncommon_tables_fields, $matching_table_structure_diff[$q], $uncommon_cols, false); + + unset($add_column_array[$matching_table_structure_diff[$q]]); + } + if (isset($uncommon_columns[$matching_table_structure_diff[$q]])) { + + PMA_removeColumnsFromTargetTable($trg_db, $trg_link, $matching_tables, $uncommon_columns, $matching_table_structure_diff[$q], false); + + unset($uncommon_columns[$matching_table_structure_diff[$q]]); + } + if (isset($add_indexes_array[$matching_table_structure_diff[$q]]) || isset($remove_indexes_array[$matching_table_structure_diff[$q]]) + || isset($alter_indexes_array[$matching_table_structure_diff[$q]])) { + + PMA_applyIndexesDiff ($trg_db, $trg_link, $matching_tables, $source_indexes, $target_indexes, $add_indexes_array, $alter_indexes_array, + $remove_indexes_array, $matching_table_structure_diff[$q], false); + + unset($add_indexes_array[$matching_table_structure_diff[$q]]); + unset($alter_indexes_array[$matching_table_structure_diff[$q]]); + unset($remove_indexes_array[$matching_table_structure_diff[$q]]); + } + } + /** + * Applying the data difference. First checks if structure diff is applied or not. + * If not, then apply structure difference first then apply data difference. + */ + for($p = 0; $p < sizeof($matching_table_data_diff); $p++) + { + if ($_REQUEST['checked'] == 'true') { + + PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $matching_table_data_diff[$p], $target_tables_keys, + $matching_tables_keys, $trg_db, $trg_link, $src_db, $src_link); + + if (isset($delete_array[$matching_table_data_diff[$p]])) { + + PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $matching_table_data_diff[$p], $target_tables_keys, $delete_array, false); + + unset($delete_array[$matching_table_data_diff[$p]]); + } + } + if (isset($alter_str_array[$matching_table_data_diff[$p]])) { + + PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, $source_columns, $alter_str_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $matching_table_data_diff[$p], false); + + unset($alter_str_array[$matching_table_data_diff[$p]]); + } + if (isset($add_column_array[$matching_table_data_diff[$p]])) { + + PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $matching_table_data_diff[$p], $target_tables_keys, + $matching_tables_keys, $trg_db, $trg_link, $src_db, $src_link); + + if (isset($delete_array[$matching_table_data_diff[$p]])) { + + PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $matching_table_data_diff[$p], $target_tables_keys, $delete_array, false); + + unset($delete_array[$matching_table_data_diff[$p]]); + } + PMA_addColumnsInTargetTable($src_db, $trg_db,$src_link, $trg_link, $matching_tables, $source_columns, $add_column_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $uncommon_tables, $uncommon_tables_fields, $matching_table_data_diff[$p], $uncommon_cols, false); + + unset($add_column_array[$matching_table_data_diff[$p]]); + } + if (isset($uncommon_columns[$matching_table_data_diff[$p]])) { + + PMA_removeColumnsFromTargetTable($trg_db, $trg_link, $matching_tables, $uncommon_columns, $matching_table_data_diff[$p], false); + + unset($uncommon_columns[$matching_table_data_diff[$p]]); + } + if ((isset($matching_table_structure_diff[$q]) && isset($add_indexes_array[$matching_table_structure_diff[$q]])) + || (isset($matching_table_structure_diff[$q]) && isset($remove_indexes_array[$matching_table_structure_diff[$q]])) + || (isset($matching_table_structure_diff[$q]) && isset($alter_indexes_array[$matching_table_structure_diff[$q]]))) { + + PMA_applyIndexesDiff ($trg_db, $trg_link, $matching_tables, $source_indexes, $target_indexes, $add_indexes_array, $alter_indexes_array, + $remove_indexes_array, $matching_table_structure_diff[$q], false); + + unset($add_indexes_array[$matching_table_structure_diff[$q]]); + unset($alter_indexes_array[$matching_table_structure_diff[$q]]); + unset($remove_indexes_array[$matching_table_structure_diff[$q]]); + } + /** + * Applying the data difference. + */ + PMA_updateTargetTables($matching_tables, $update_array, $src_db, $trg_db, $trg_link, $matching_table_data_diff[$p], $matching_tables_keys, false); + + PMA_insertIntoTargetTable($matching_tables, $src_db, $trg_db, $src_link, $trg_link , $matching_tables_fields, $insert_array, + $matching_table_data_diff[$p], $matching_tables_keys, $source_columns, $add_column_array, $criteria, $target_tables_keys, + $uncommon_tables, $uncommon_tables_fields, $uncommon_cols, $alter_str_array, $source_indexes, $target_indexes, $add_indexes_array, + $alter_indexes_array, $delete_array, $update_array, false); + } + /** + * Updating the session variables to the latest values of the arrays. + */ + $_SESSION['delete_array'] = $delete_array; + $_SESSION['uncommon_columns'] = $uncommon_columns; + $_SESSION['alter_str_array'] = $alter_str_array; + $_SESSION['add_column_array'] = $add_column_array; + $_SESSION['add_indexes_array'] = $add_indexes_array; + $_SESSION['remove_indexes_array'] = $remove_indexes_array; + $_SESSION['insert_array'] = $insert_array; + $_SESSION['update_array'] = $update_array; + + /** + * Applying structure difference to selected non-matching tables (present in Source but absent from Target). + */ + for($s = 0; $s < sizeof($uncommon_table_structure_diff); $s++) + { + PMA_createTargetTables($src_db, $trg_db, $src_link, $trg_link, $uncommon_tables, $uncommon_table_structure_diff[$s], $uncommon_tables_fields, false); + $_SESSION['uncommon_tables_fields'] = $uncommon_tables_fields; + + unset($uncommon_tables[$uncommon_table_structure_diff[$s]]); + } + /** + * Applying data difference to selected non-matching tables (present in Source but absent from Target). + * Before data synchronization, structure synchronization is confirmed. + */ + for($r = 0; $r < sizeof($uncommon_table_data_diff); $r++) + { + if (!(in_array($uncommon_table_data_diff[$r], $uncommon_table_structure_diff))) { + if (isset($uncommon_tables[$uncommon_table_data_diff[$r]])) { + + PMA_createTargetTables($src_db, $trg_db, $src_link, $trg_link, $uncommon_tables, $uncommon_table_data_diff[$r], + $uncommon_tables_fields, false); + $_SESSION['uncommon_tables_fields'] = $uncommon_tables_fields; + + unset($uncommon_tables[$uncommon_table_data_diff[$r]]); + } + } + PMA_populateTargetTables($src_db, $trg_db, $src_link, $trg_link, $source_tables_uncommon, $uncommon_table_data_diff[$r], + $_SESSION['uncommon_tables_fields'], false); + + unset($row_count[$uncommon_table_data_diff[$r]]); + } + /** + * Again all the tables from source and target database are displayed with their differences. + * The differences have been removed from tables that have been synchronized + */ + echo '
                      ' + . PMA_generate_common_hidden_inputs('', ''); + + PMA_syncDisplayHeaderSource($src_db); + $odd_row = false; + for($i = 0; $i < count($matching_tables); $i++) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '' . htmlspecialchars($matching_tables[$i]) . ' + '; + + $num_alter_cols = 0; + $num_insert_cols = 0; + $num_remove_cols = 0; + $num_add_index = 0; + $num_remove_index = 0; + + if (isset($alter_str_array[$i])) { + $num_alter_cols = sizeof($alter_str_array[$i]); + } + if (isset($add_column_array[$i])) { + $num_insert_cols = sizeof($add_column_array[$i]); + } + if (isset($uncommon_columns[$i])) { + $num_remove_cols = sizeof($uncommon_columns[$i]); + } + if (isset($add_indexes_array[$i])) { + $num_add_index = sizeof($add_indexes_array[$i]); + } + if (isset($remove_indexes_array[$i])) { + $num_remove_index = sizeof($remove_indexes_array[$i]); + } + + if (($num_alter_cols > 0) || ($num_insert_cols > 0) || ($num_remove_cols > 0) || ($num_add_index > 0) || ($num_remove_index > 0)) { + echo '' . __('Click to select') . ''; + } + if (!(in_array($i, $matching_table_data_diff))) { + + if (isset($matching_tables_keys[$i][0]) && isset($update_array[$i][0][$matching_tables_keys[$i][0]])) { + if (isset($update_array[$i])) { + $num_of_updates = sizeof($update_array[$i]); + } else { + $num_of_updates = 0; + } + } else { + $num_of_updates = 0; + } + if (isset($matching_tables_keys[$i][0]) && isset($insert_array[$i][0][$matching_tables_keys[$i][0]])) { + if (isset($insert_array[$i])) { + $num_of_insertions = sizeof($insert_array[$i]); + } else { + $num_of_insertions = 0; + } + } else { + $num_of_insertions = 0; + } + + if ((isset($matching_tables_keys[$i][0]) && isset($update_array[$i][0][$matching_tables_keys[$i][0]])) + || (isset($matching_tables_keys[$i][0]) && isset($insert_array[$i][0][$matching_tables_keys[$i][0]]))) { + echo '' . __('Click to select') . ''; + } + } else { + unset($update_array[$i]); + unset($insert_array[$i]); + } + echo ' + '; + } + /** + * placing updated value of arrays in session + * + */ + $_SESSION['update_array'] = $update_array; + $_SESSION['insert_array'] = $insert_array; + + for ($j = 0; $j < count($source_tables_uncommon); $j++) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ' + ' . htmlspecialchars($source_tables_uncommon[$j]) . ' + '; + /** + * Display the difference only when it has not been applied + */ + if (!(in_array($j, $uncommon_table_structure_diff))) { + if (isset($uncommon_tables[$j])) { + echo '' . __('Click to select') . '' .' '; + } + } else { + unset($uncommon_tables[$j]); + } + /** + * Display the difference only when it has not been applied + */ + if (!(in_array($j, $uncommon_table_data_diff))) { + if (isset($row_count[$j]) && ($row_count > 0)) { + echo '' . __('Click to select') . ''; + } + } else { + unset($row_count[$j]); + } + + echo ' + '; + } + /** + * placing the latest values of arrays in session + */ + + $_SESSION['uncommon_tables'] = $uncommon_tables; + $_SESSION['uncommon_tables_row_count'] = $row_count; + + + /** + * Displaying the target database tables + */ + foreach ($target_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '      '; + echo ''; + } + echo ''; + $odd_row = PMA_syncDisplayHeaderTargetAndMatchingTables($trg_db, $matching_tables); + foreach ($source_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + if (in_array($tbl_nc_name, $uncommon_tables)) { + echo '' . htmlspecialchars($tbl_nc_name) . ' (' . __('not present') . ')'; + } else { + echo '' . htmlspecialchars($tbl_nc_name) . ''; + } + echo ' + '; + } + foreach ($target_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ' - ' . htmlspecialchars($tbl_nc_name) . ''; + echo ''; + } + echo ' + '; + + /** + * This "list" div will contain a table and each row will depict information about structure/data diffrence in tables. + * Rows will be generated dynamically as soon as the colored buttons "D" or "S" are clicked. + */ + + echo '
                      '; + + echo ' + + + + + + + + + + + + + + + + + + + +
                      ' . __('Table') . ' ' . __('Structure Difference') . ' ' . __('Data Difference') . '
                      ' . __('Table name') . '' . __('Create table'). '' . __('Add column(s)') . '' . __('Remove column(s)') . '' . __('Alter column(s)') . '' . __('Remove index(s)') . '' . __('Apply index(s)') . '' . __('Update row(s)') . '' . __('Insert row(s)') . '
                      +
                      '; + + /** + * This fieldset displays the checkbox to confirm deletion of previous rows from target tables + */ + echo '
                      +

                      +
                      '; + + echo '
                      '; + echo ''; + echo '' + . '
                      '; + echo '
                      '; +} + +/** +* Displays the page when 'Synchronize Databases' is pressed. +*/ + +if (isset($_REQUEST['synchronize_db'])) { + + $src_db = $_SESSION['src_db']; + $trg_db = $_SESSION['trg_db']; + $update_array = $_SESSION['update_array']; + $insert_array = $_SESSION['insert_array']; + $src_username = $_SESSION['src_username']; + $trg_username = $_SESSION['trg_username']; + $src_password = $_SESSION['src_password']; + $trg_password = $_SESSION['trg_password']; + $matching_tables = $_SESSION['matching_tables']; + $matching_tables_keys = $_SESSION['matching_tables_keys']; + $matching_tables_fields = $_SESSION['matching_fields']; + $source_tables_uncommon = $_SESSION['src_uncommon_tables']; + $uncommon_tables_fields = $_SESSION['uncommon_tables_fields']; + $target_tables_uncommon = $_SESSION['target_tables_uncommon']; + $row_count = $_SESSION['uncommon_tables_row_count']; + $uncommon_tables = $_SESSION['uncommon_tables']; + $target_tables = $_SESSION['target_tables']; + + $delete_array = $_SESSION['delete_array']; + $uncommon_columns = $_SESSION['uncommon_columns']; + $source_columns = $_SESSION['source_columns']; + $alter_str_array = $_SESSION['alter_str_array']; + $criteria = $_SESSION['criteria']; + $target_tables_keys = $_SESSION['target_tables_keys']; + $add_column_array = $_SESSION['add_column_array']; + $add_indexes_array = $_SESSION['add_indexes_array']; + $alter_indexes_array = $_SESSION['alter_indexes_array']; + $remove_indexes_array = $_SESSION['remove_indexes_array']; + $source_indexes = $_SESSION['source_indexes']; + $target_indexes = $_SESSION['target_indexes']; + $uncommon_cols = $uncommon_columns; + + /** + * Display success message. + */ + echo '
                      ' . __('Target database has been synchronized with source database') . '
                      '; + /** + * Displaying all the tables of source and target database and now no difference is there. + */ + PMA_syncDisplayHeaderSource($src_db); + + $odd_row = false; + for($i = 0; $i < count($matching_tables); $i++) + { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '' . htmlspecialchars($matching_tables[$i]) . ' + + '; + } + for ($j = 0; $j < count($source_tables_uncommon); $j++) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ' + ' . htmlspecialchars($source_tables_uncommon[$j]) . ' '; + echo ' + '; + } + foreach ($target_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '      '; + echo ''; + } + echo ''; + $odd_row = PMA_syncDisplayHeaderTargetAndMatchingTables($trg_db, $matching_tables); + foreach ($source_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo '' . htmlspecialchars($tbl_nc_name) . ' + '; + } + foreach ($target_tables_uncommon as $tbl_nc_name) { + $odd_row = PMA_syncDisplayBeginTableRow($odd_row); + echo ' ' . htmlspecialchars($tbl_nc_name) . ''; + echo ''; + } + echo ' '; + + /** + * connecting the source and target servers + */ + if ('cur' != $_SESSION['src_type']) { + $src_link = PMA_DBI_connect($src_username, $src_password, $is_controluser = false, $_SESSION['src_server']); + } else { + $src_link = $GLOBALS['userlink']; + // working on current server, so initialize this for tracking + // (does not work if user defined current server as a remote one) + $GLOBALS['db'] = $_SESSION['src_db']; + } + if ('cur' != $_SESSION['trg_type']) { + $trg_link = PMA_DBI_connect($trg_username, $trg_password, $is_controluser = false, $_SESSION['trg_server']); + } else { + $trg_link = $GLOBALS['userlink']; + // working on current server, so initialize this for tracking + $GLOBALS['db'] = $_SESSION['trg_db']; + } + + /** + * Displaying the queries. + */ + echo '
                      ' . __('The following queries have been executed:') . '
                      '; + echo '
                      '; + /** + * Applying all sorts of differences for each matching table + */ + for($p = 0; $p < sizeof($matching_tables); $p++) { + /** + * If the check box is checked for deleting previous rows from the target database tables then + * first find out rows to be deleted and then delete the rows. + */ + if (isset($_REQUEST['delete_rows'])) { + PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $p, $target_tables_keys, $matching_tables_keys, + $trg_db, $trg_link, $src_db, $src_link); + + if (isset($delete_array[$p])) { + PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $p, $target_tables_keys, $delete_array, true); + unset($delete_array[$p]); + } + } + if (isset($alter_str_array[$p])) { + PMA_alterTargetTableStructure($trg_db, $trg_link, $matching_tables, $source_columns, $alter_str_array, $matching_tables_fields, + $criteria, $matching_tables_keys, $target_tables_keys, $p, true); + unset($alter_str_array[$p]); + } + if (! empty($add_column_array[$p])) { + PMA_findDeleteRowsFromTargetTables($delete_array, $matching_tables, $p, $target_tables_keys, $matching_tables_keys, + $trg_db, $trg_link, $src_db, $src_link); + + if (isset($delete_array[$p])) { + PMA_deleteFromTargetTable($trg_db, $trg_link, $matching_tables, $p, $target_tables_keys, $delete_array, true); + unset($delete_array[$p]); + } + PMA_addColumnsInTargetTable($src_db, $trg_db, $src_link, $trg_link, $matching_tables, $source_columns, $add_column_array, + $matching_tables_fields, $criteria, $matching_tables_keys, $target_tables_keys, $uncommon_tables, $uncommon_tables_fields, + $p, $uncommon_cols, true); + unset($add_column_array[$p]); + } + if (isset($uncommon_columns[$p])) { + PMA_removeColumnsFromTargetTable($trg_db, $trg_link, $matching_tables, $uncommon_columns, $p, true); + unset($uncommon_columns[$p]); + } + if (isset($matching_table_structure_diff) && + (isset($add_indexes_array[$matching_table_structure_diff[$p]]) + || isset($remove_indexes_array[$matching_table_structure_diff[$p]]) + || isset($alter_indexes_array[$matching_table_structure_diff[$p]]))) { + PMA_applyIndexesDiff ($trg_db, $trg_link, $matching_tables, $source_indexes, $target_indexes, $add_indexes_array, $alter_indexes_array, + $remove_indexes_array, $matching_table_structure_diff[$p], true); + + unset($add_indexes_array[$matching_table_structure_diff[$p]]); + unset($alter_indexes_array[$matching_table_structure_diff[$p]]); + unset($remove_indexes_array[$matching_table_structure_diff[$p]]); + } + + PMA_updateTargetTables($matching_tables, $update_array, $src_db, $trg_db, $trg_link, $p, $matching_tables_keys, true); + + PMA_insertIntoTargetTable($matching_tables, $src_db, $trg_db, $src_link, $trg_link , $matching_tables_fields, $insert_array, $p, + $matching_tables_keys, $matching_tables_keys, $source_columns, $add_column_array, $criteria, $target_tables_keys, $uncommon_tables, + $uncommon_tables_fields,$uncommon_cols, $alter_str_array,$source_indexes, $target_indexes, $add_indexes_array, + $alter_indexes_array, $delete_array, $update_array, true); + } + + /** + * Creating and populating tables present in source but absent from target database. + */ + for($q = 0; $q < sizeof($source_tables_uncommon); $q++) { + if (isset($uncommon_tables[$q])) { + PMA_createTargetTables($src_db, $trg_db, $src_link, $trg_link, $source_tables_uncommon, $q, $uncommon_tables_fields, true); + } + if (isset($row_count[$q])) { + PMA_populateTargetTables($src_db, $trg_db, $src_link, $trg_link, $source_tables_uncommon, $q, $uncommon_tables_fields, true); + } + } + echo "
                      "; +} + +/** + * Displays the main page when none of the following buttons is pressed + */ + + if (! isset($_REQUEST['submit_connect']) && ! isset($_REQUEST['synchronize_db']) && ! isset($_REQUEST['Table_ids']) ) +{ +/** +* Displays the sub-page heading +*/ + echo '

                      ' . ($GLOBALS['cfg']['MainPageIconic'] + ? '' + : '') + . __('Synchronize') + .'

                      '; + + echo '
                      +
                      ' // TODO: add check if all var. are filled in + . PMA_generate_common_hidden_inputs('', ''); + echo '
                      '; + echo '' . __('Synchronize') . ''; + /** + * Displays the forms + */ + + $databases = PMA_DBI_get_databases_full(null, false, null, 'SCHEMA_NAME', + 'ASC', 0, true); + + if ($GLOBALS['cfg']['AllowArbitraryServer'] === false) { + $possibly_readonly = ' readonly="readonly"'; + } else { + $possibly_readonly = ''; + } + + foreach ($cons as $type) { + if ('src' == $type) { + $database_header = __('Source database'); + } else { + $database_header = __('Target database'); + } + + $database_header .= PMA_showHint(PMA_sanitize(sprintf('%sAllowArbitraryServer%s', '[a@./Documentation.html#AllowArbitraryServer@_blank]', '[/a]'))); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + +
                      />
                      value="3306" maxlength="5" size="5" />
                      />
                      '; + } + unset ($types, $type); + + echo ' +
                      +
                      + +
                      +
                      +
                      +
                      ' . __('Target database will be completely synchronized with source database. Source database will remain unchanged.') . '
                      '; +} + + /** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/server_variables.php b/htdocs/phpMyAdmin/server_variables.php new file mode 100644 index 000000000..b04a049ea --- /dev/null +++ b/htdocs/phpMyAdmin/server_variables.php @@ -0,0 +1,124 @@ +' . "\n" + . ($cfg['MainPageIconic'] ? '' : '') + . '' . __('Server variables and settings') . "\n" + . PMA_showMySQLDocu('server_system_variables','server_system_variables') + . '' . "\n"; + + +/** + * Sends the queries and buffers the results + */ +$serverVars = PMA_DBI_fetch_result('SHOW SESSION VARIABLES;', 0, 1); +$serverVarsGlobal = PMA_DBI_fetch_result('SHOW GLOBAL VARIABLES;', 0, 1); + + +/** + * Displays the page + */ +?> + + + + + + + + + $value) { + ?> + + + + + + + + + + + + + + +
                      + +
                      +
                      ()
                      + diff --git a/htdocs/phpMyAdmin/setup/config.php b/htdocs/phpMyAdmin/setup/config.php new file mode 100644 index 000000000..fa181069f --- /dev/null +++ b/htdocs/phpMyAdmin/setup/config.php @@ -0,0 +1,79 @@ +registerForm('_config.php', $forms['_config.php']); +$form_display->save('_config.php'); +$config_file_path = ConfigFile::getInstance()->getFilePath(); + +if (isset($_POST['eol'])) { + $_SESSION['eol'] = ($_POST['eol'] == 'unix') ? 'unix' : 'win'; +} + +if (PMA_ifSetOr($_POST['submit_clear'], '')) { + // + // Clear current config and return to main page + // + ConfigFile::getInstance()->resetConfigData(); + // drop post data + header('HTTP/1.1 303 See Other'); + header('Location: index.php'); + exit; +} elseif (PMA_ifSetOr($_POST['submit_download'], '')) { + // + // Output generated config file + // + header('Content-Type: text/plain'); + header('Content-Disposition: attachment; filename="config.inc.php"'); + echo ConfigGenerator::getConfigFile(); + exit; +} elseif (PMA_ifSetOr($_POST['submit_save'], '')) { + // + // Save generated config file on the server + // + file_put_contents($config_file_path, ConfigGenerator::getConfigFile()); + header('HTTP/1.1 303 See Other'); + header('Location: index.php'); + exit; +} elseif (PMA_ifSetOr($_POST['submit_load'], '')) { + // + // Load config file from the server + // + $cfg = array(); + require_once $config_file_path; + ConfigFile::getInstance()->setConfigData($cfg); + header('HTTP/1.1 303 See Other'); + header('Location: index.php'); + exit; +} elseif (PMA_ifSetOr($_POST['submit_delete'], '')) { + // + // Delete config file on the server + // + @unlink($config_file_path); + header('HTTP/1.1 303 See Other'); + header('Location: index.php'); + exit; +} else { + // + // Show generated config file in a + + + + + + /> + + + diff --git a/htdocs/phpMyAdmin/setup/frames/form.inc.php b/htdocs/phpMyAdmin/setup/frames/form.inc.php new file mode 100644 index 000000000..27429b44b --- /dev/null +++ b/htdocs/phpMyAdmin/setup/frames/form.inc.php @@ -0,0 +1,36 @@ +' . $GLOBALS['strConfigFormset_' . $formset_id] . ''; +} +$form_display = new FormDisplay(); +foreach ($forms[$formset_id] as $form_name => $form) { + $form_display->registerForm($form_name, $form); +} +process_formset($form_display); +?> \ No newline at end of file diff --git a/htdocs/phpMyAdmin/setup/frames/index.inc.php b/htdocs/phpMyAdmin/setup/frames/index.inc.php new file mode 100644 index 000000000..910360638 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/frames/index.inc.php @@ -0,0 +1,230 @@ + + +
                      + +
                      + +
                      + +

                      + + + + + +

                      + 'servers', + 'mode' => 'add' +)); +?> +
                      +getServerCount() > 0): ?> + + + + + + + +getServers() as $id => $server): ?> + + + + + + + + +
                      #DSN
                      getServerName($id)) ?>getValue("Servers/$id/auth_type")) ?>getServerDSN($id)) ?> + + "> + | "> + +
                      + + + + + +
                      + +
                      + + + + + +
                      + +
                      +
                      + + +

                      + 'simple')); + +// Display language list +$opts = array( + 'doc' => $form_display->getDocLink('DefaultLang'), + 'wiki' => $form_display->getWikiLink('DefaultLang'), + 'values' => array(), + 'values_escaped' => true); +foreach ($all_languages as $each_lang_key => $each_lang) { + $lang_name = PMA_langName($each_lang); + $opts['values'][$each_lang_key] = $lang_name; +} +display_input('DefaultLang', __('Default language'), '', 'select', + $cf->getValue('DefaultLang'), true, $opts); + +// Display server list +$opts = array( + 'doc' => $form_display->getDocLink('ServerDefault'), + 'wiki' => $form_display->getWikiLink('ServerDefault'), + 'values' => array(), + 'values_disabled' => array()); +if ($cf->getServerCount() > 0) { + $opts['values']['0'] = __('let the user choose'); + $opts['values']['-'] = '------------------------------'; + if ($cf->getServerCount() == 1) { + $opts['values_disabled'][] = '0'; + } + $opts['values_disabled'][] = '-'; + + foreach ($cf->getServers() as $id => $server) { + $opts['values'][(string)$id] = $cf->getServerName($id) . " [$id]"; + } +} else { + $opts['values']['1'] = __('- none -'); + $opts['values_escaped'] = true; +} +display_input('ServerDefault', __('Default server'), '', 'select', + $cf->getValue('ServerDefault'), true, $opts); + +// Display EOL list +$opts = array( + 'values' => array( + 'unix' => 'UNIX / Linux (\n)', + 'win' => 'Windows (\r\n)'), + 'values_escaped' => true); +$eol = PMA_ifSetOr($_SESSION['eol'], (PMA_IS_WINDOWS ? 'win' : 'unix')); +display_input('eol', __('End of line'), '', 'select', + $eol, true, $opts); +?> + + + + +     + /> + /> + /> +     + + + + + diff --git a/htdocs/phpMyAdmin/setup/frames/menu.inc.php b/htdocs/phpMyAdmin/setup/frames/menu.inc.php new file mode 100644 index 000000000..4a1ae9c2b --- /dev/null +++ b/htdocs/phpMyAdmin/setup/frames/menu.inc.php @@ -0,0 +1,22 @@ + +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      diff --git a/htdocs/phpMyAdmin/setup/frames/servers.inc.php b/htdocs/phpMyAdmin/setup/frames/servers.inc.php new file mode 100644 index 000000000..081c416ec --- /dev/null +++ b/htdocs/phpMyAdmin/setup/frames/servers.inc.php @@ -0,0 +1,48 @@ +get("Servers/$id") !== null; + +if ($mode == 'edit' && $server_exists) { + $page_title = __('Edit server') + . ' ' . $id . ' (' . $cf->getServerDSN($id) . ')'; +} elseif ($mode == 'remove' && $server_exists) { + $cf->removeServer($id); + header('Location: index.php'); + exit; +} elseif ($mode == 'revert' && $server_exists) { + // handled by process_formset() +} else { + $page_title = __('Add a new server'); + $id = 0; +} +if (isset($page_title)) { + echo '

                      ' . $page_title . '

                      '; +} +$form_display = new FormDisplay(); +foreach ($forms['Servers'] as $form_name => $form) { + $form_display->registerForm($form_name, $form, $id); +} +process_formset($form_display); +?> \ No newline at end of file diff --git a/htdocs/phpMyAdmin/setup/index.php b/htdocs/phpMyAdmin/setup/index.php new file mode 100644 index 000000000..d202eae83 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/index.php @@ -0,0 +1,55 @@ + + * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 + */ + +/** + * Core libraries. + */ +require './lib/common.inc.php'; + +$page = filter_input(INPUT_GET, 'page'); +$page = preg_replace('/[^a-z]/', '', $page); +if ($page === '') { + $page = 'index'; +} +if (!file_exists("./setup/frames/$page.inc.php")) { + // it will happen only when enterung URL by hand, we don't care for these cases + die('Wrong GET file attribute value'); +} + +// send no-cache headers +require './libraries/header_http.inc.php'; +?> + + + + +phpMyAdmin setup + + + + + + + + + + +

                      phpMyAdmin setup

                      + +
                      + +
                      + + diff --git a/htdocs/phpMyAdmin/setup/lib/.htaccess b/htdocs/phpMyAdmin/setup/lib/.htaccess new file mode 100644 index 000000000..56baee608 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/lib/.htaccess @@ -0,0 +1,3 @@ +# This folder does not require access over HTTP +# (the following directive denies access by default) +Order allow,deny diff --git a/htdocs/phpMyAdmin/setup/lib/ConfigGenerator.class.php b/htdocs/phpMyAdmin/setup/lib/ConfigGenerator.class.php new file mode 100644 index 000000000..e33775ed3 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/lib/ConfigGenerator.class.php @@ -0,0 +1,151 @@ +getConfig(); + + // header + $ret = 'get('PMA_VERSION') + . ' setup script' . $crlf + . ' * Date: ' . date(DATE_RFC1123) . $crlf + . ' */' . $crlf . $crlf; + + // servers + if ($cf->getServerCount() > 0) { + $ret .= "/* Servers configuration */$crlf\$i = 0;" . $crlf . $crlf; + foreach ($c['Servers'] as $id => $server) { + $ret .= '/* Server: ' . strtr($cf->getServerName($id) . " [$id] ", '*/', '-') . "*/" . $crlf + . '$i++;' . $crlf; + foreach ($server as $k => $v) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); + $ret .= "\$cfg['Servers'][\$i]['$k'] = " + . (is_array($v) && self::_isZeroBasedArray($v) + ? self::_exportZeroBasedArray($v, $crlf) + : var_export($v, true)) + . ';' . $crlf; + } + $ret .= $crlf; + } + $ret .= '/* End of servers configuration */' . $crlf . $crlf; + } + unset($c['Servers']); + + // other settings + $persistKeys = $cf->getPersistKeysMap(); + + foreach ($c as $k => $v) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); + $ret .= self::_getVarExport($k, $v, $crlf); + if (isset($persistKeys[$k])) { + unset($persistKeys[$k]); + } + } + // keep 1d array keys which are present in $persist_keys (config.values.php) + foreach (array_keys($persistKeys) as $k) { + if (strpos($k, '/') === false) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); + $ret .= self::_getVarExport($k, $cf->getDefault($k), $crlf); + } + } + $ret .= '?>'; + + return $ret; + } + + /** + * Returns exported configuration variable + * + * @param string $var_name + * @param mixed $var_value + * @param string $crlf + * @return string + */ + private static function _getVarExport($var_name, $var_value, $crlf) + { + if (!is_array($var_value) || empty($var_value)) { + return "\$cfg['$var_name'] = " . var_export($var_value, true) . ';' . $crlf; + } + $ret = ''; + if (self::_isZeroBasedArray($var_value)) { + $ret = "\$cfg['$var_name'] = " . self::_exportZeroBasedArray($var_value, $crlf) + . ';' . $crlf; + } else { + // string keys: $cfg[key][subkey] = value + foreach ($var_value as $k => $v) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); + $ret .= "\$cfg['$var_name']['$k'] = " . var_export($v, true) . ';' . $crlf; + } + } + return $ret; + } + + /** + * Check whether $array is a continuous 0-based array + * + * @param array $array + * @return boolean + */ + private static function _isZeroBasedArray(array $array) + { + for ($i = 0; $i < count($array); $i++) { + if (!isset($array[$i])) { + return false; + } + } + return true; + } + + /** + * Exports continuous 0-based array + * + * @param array $array + * @param string $crlf + * @return string + */ + private static function _exportZeroBasedArray(array $array, $crlf) + { + $retv = array(); + foreach ($array as $v) { + $retv[] = var_export($v, true); + } + $ret = "array("; + if (count($retv) <= 4) { + // up to 4 values - one line + $ret .= implode(', ', $retv); + } else { + // more than 4 values - value per line + $imax = count($retv)-1; + for ($i = 0; $i <= $imax; $i++) { + $ret .= ($i < $imax ? ($i > 0 ? ',' : '') : '') . $crlf . ' ' . $retv[$i]; + } + } + $ret .= ')'; + return $ret; + } +} +?> diff --git a/htdocs/phpMyAdmin/setup/lib/common.inc.php b/htdocs/phpMyAdmin/setup/lib/common.inc.php new file mode 100644 index 000000000..8b43caff9 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/lib/common.inc.php @@ -0,0 +1,52 @@ +setCookie('pma_lang', $GLOBALS['lang']); + +ConfigFile::getInstance()->setPersistKeys(array( + 'DefaultLang', + 'ServerDefault', + 'UploadDir', + 'SaveDir', + 'Servers/1/verbose', + 'Servers/1/host', + 'Servers/1/port', + 'Servers/1/socket', + 'Servers/1/extension', + 'Servers/1/connect_type', + 'Servers/1/auth_type', + 'Servers/1/user', + 'Servers/1/password')); + +// allows for redirection even after sending some data +ob_start(); + +?> \ No newline at end of file diff --git a/htdocs/phpMyAdmin/setup/lib/form_processing.lib.php b/htdocs/phpMyAdmin/setup/lib/form_processing.lib.php new file mode 100644 index 000000000..17f58a60e --- /dev/null +++ b/htdocs/phpMyAdmin/setup/lib/form_processing.lib.php @@ -0,0 +1,59 @@ +fixErrors(); + // drop post data + header('HTTP/1.1 303 See Other'); + header('Location: index.php'); + exit; + } + if (!$form_display->process(false)) { + // handle form view and failed POST + $form_display->display(true, true); + } else { + // check for form errors + if ($form_display->hasErrors()) { + // form has errors, show warning + $separator = PMA_get_arg_separator('html'); + $page = filter_input(INPUT_GET, 'page'); + $formset = filter_input(INPUT_GET, 'formset'); + $formset = $formset ? "{$separator}formset=$formset" : ''; + $id = filter_input(INPUT_GET, 'id', FILTER_VALIDATE_INT); + if ($id === null && $page == 'servers') { + // we've just added a new server, get it's id + $id = ConfigFile::getInstance()->getServerCount(); + } + $id = $id ? "{$separator}id=$id" : ''; + ?> +
                      +

                      +
                      + +
                      + displayErrors() ?> + +   + + diff --git a/htdocs/phpMyAdmin/setup/lib/index.lib.php b/htdocs/phpMyAdmin/setup/lib/index.lib.php new file mode 100644 index 000000000..149918c76 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/lib/index.lib.php @@ -0,0 +1,491 @@ +, http://yehg.net/lab + * Version check taken from the old setup script by Michal Čihař + * + * @package phpMyAdmin-setup + */ + +if (!defined('PHPMYADMIN')) { + exit; +} + +/** + * Initializes message list + */ +function messages_begin() +{ + if (!isset($_SESSION['messages']) || !is_array($_SESSION['messages'])) { + $_SESSION['messages'] = array('error' => array(), 'notice' => array()); + } else { + // reset message states + foreach ($_SESSION['messages'] as &$messages) { + foreach ($messages as &$msg) { + $msg['fresh'] = false; + $msg['active'] = false; + } + } + } +} + +/** + * Adds a new message to message list + * + * @param string $id unique message identifier + * @param string $type one of: notice, error + * @param string $title language string id (in $str array) + * @param string $message message text + */ +function messages_set($type, $id, $title, $message) +{ + $fresh = !isset($_SESSION['messages'][$type][$id]); + $_SESSION['messages'][$type][$id] = array( + 'fresh' => $fresh, + 'active' => true, + 'title' => $title, + 'message' => $message); +} + +/** + * Cleans up message list + */ +function messages_end() +{ + foreach ($_SESSION['messages'] as &$messages) { + $remove_ids = array(); + foreach ($messages as $id => &$msg) { + if ($msg['active'] == false) { + $remove_ids[] = $id; + } + } + foreach ($remove_ids as $id) { + unset($messages[$id]); + } + } +} + +/** + * Prints message list, must be called after messages_end() + */ +function messages_show_html() +{ + $old_ids = array(); + foreach ($_SESSION['messages'] as $type => $messages) { + foreach ($messages as $id => $msg) { + echo '
                      ' . '

                      ' . $msg['title'] . '

                      ' . $msg['message'] . '
                      '; + if (!$msg['fresh'] && $type != 'error') { + $old_ids[] = $id; + } + } + } + + echo "\n" . '\n"; +} + +/** + * Checks for newest phpMyAdmin version and sets result as a new notice + */ +function PMA_version_check() +{ + // version check messages should always be visible so let's make + // a unique message id each time we run it + $message_id = uniqid('version_check'); + // wait 3s at most for server response, it's enough to get information + // from a working server + $connection_timeout = 3; + + $url = 'http://phpmyadmin.net/home_page/version.php'; + $context = stream_context_create(array( + 'http' => array( + 'timeout' => $connection_timeout))); + $data = @file_get_contents($url, null, $context); + if ($data === false) { + if (function_exists('curl_init')) { + $ch = curl_init($url); + curl_setopt($ch, CURLOPT_HEADER, false); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + curl_setopt($ch, CURLOPT_TIMEOUT, $connection_timeout); + $data = curl_exec($ch); + curl_close($ch); + } else { + messages_set('error', $message_id, __('Version check'), + __('Neither URL wrapper nor CURL is available. Version check is not possible.')); + return; + } + } + + if (empty($data)) { + messages_set('error', $message_id, __('Version check'), + __('Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.')); + return; + } + + /* Format: version\ndate\n(download\n)* */ + $data_list = explode("\n", $data); + + if (count($data_list) > 1) { + $version = $data_list[0]; + $date = $data_list[1]; + } else { + $version = $date = ''; + } + + $version_upstream = version_to_int($version); + if ($version_upstream === false) { + messages_set('error', $message_id, __('Version check'), + __('Got invalid version string from server')); + return; + } + + $version_local = version_to_int($GLOBALS['PMA_Config']->get('PMA_VERSION')); + if ($version_local === false) { + messages_set('error', $message_id, __('Version check'), + __('Unparsable version string')); + return; + } + + if ($version_upstream > $version_local) { + $version = htmlspecialchars($version); + $date = htmlspecialchars($date); + messages_set('notice', $message_id, __('Version check'), + sprintf(__('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'), $version, $date)); + } else { + if ($version_local % 100 == 0) { + messages_set('notice', $message_id, __('Version check'), + PMA_sanitize(sprintf(__('You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable version is %s, released on %s.'), $version, $date))); + } else { + messages_set('notice', $message_id, __('Version check'), + __('No newer stable version is available')); + } + } +} + +/** + * Calculates numerical equivalent of phpMyAdmin version string + * + * @param string version + * @return mixed false on failure, integer on success + */ +function version_to_int($version) +{ + $matches = array(); + if (!preg_match('/^(\d+)\.(\d+)\.(\d+)((\.|-(pl|rc|dev|beta|alpha))(\d+)?(-dev)?)?$/', $version, $matches)) { + return false; + } + if (!empty($matches[6])) { + switch ($matches[6]) { + case 'pl': + $added = 60; + break; + case 'rc': + $added = 30; + break; + case 'beta': + $added = 20; + break; + case 'alpha': + $added = 10; + break; + case 'dev': + $added = 0; + break; + default: + messages_set('notice', 'version_match', __('Version check'), + 'Unknown version part: ' . htmlspecialchars($matches[6])); + $added = 0; + break; + } + } else { + $added = 50; // for final + } + if (!empty($matches[7])) { + $added = $added + $matches[7]; + } + return $matches[1] * 1000000 + $matches[2] * 10000 + $matches[3] * 100 + $added; +} + +/** + * Checks whether config file is readable/writable + * + * @param bool &$is_readable + * @param bool &$is_writable + * @param bool &$file_exists + */ +function check_config_rw(&$is_readable, &$is_writable, &$file_exists) +{ + $file_path = ConfigFile::getInstance()->getFilePath(); + $file_dir = dirname($file_path); + $is_readable = true; + $is_writable = is_dir($file_dir); + if (SETUP_DIR_WRITABLE) { + $is_writable = $is_writable && is_writable($file_dir); + } + $file_exists = file_exists($file_path); + if ($file_exists) { + $is_readable = is_readable($file_path); + $is_writable = $is_writable && is_writable($file_path); + } +} + +/** + * Performs various compatibility, security and consistency checks on current config + * + * Outputs results to message list, must be called between messages_begin() + * and messages_end() + */ +function perform_config_checks() +{ + $cf = ConfigFile::getInstance(); + $blowfish_secret = $cf->get('blowfish_secret'); + $blowfish_secret_set = false; + $cookie_auth_used = false; + + $strAllowArbitraryServerWarning = __('This %soption%s should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use %strusted proxies list%s. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'); + $strAllowArbitraryServerWarning = sprintf($strAllowArbitraryServerWarning, '[a@?page=form&formset=Features#tab_Security]', '[/a]', '[a@?page=form&formset=Features#tab_Security]', '[/a]'); + $strBlowfishSecretMsg = __('You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'); + $strBZipDumpWarning = __('%sBzip2 compression and decompression%s requires functions (%s) which are unavailable on this system.'); + $strBZipDumpWarning = sprintf($strBZipDumpWarning, '[a@?page=form&formset=Features#tab_Import_export]', '[/a]', '%s'); + $strDirectoryNotice = __('This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'); + $strForceSSLNotice = __('This %soption%s should be enabled if your web server supports it.'); + $strForceSSLNotice = sprintf($strForceSSLNotice, '[a@?page=form&formset=Features#tab_Security]', '[/a]'); + $strGZipDumpWarning = __('%sGZip compression and decompression%s requires functions (%s) which are unavailable on this system.'); + $strGZipDumpWarning = sprintf($strGZipDumpWarning, '[a@?page=form&formset=Features#tab_Import_export]', '[/a]', '%s'); + $strLoginCookieValidityWarning = __('%sLogin cookie validity%s greater than 1440 seconds may cause random session invalidation if %ssession.gc_maxlifetime%s is lower than its value (currently %d).'); + $strLoginCookieValidityWarning = sprintf($strLoginCookieValidityWarning, '[a@?page=form&formset=Features#tab_Security]', '[/a]', '[a@' . PMA_getPHPDocLink('session.configuration.php#ini.session.gc-maxlifetime') . ']', '[/a]', ini_get('session.gc_maxlifetime')); + $strLoginCookieValidityWarning2 = __('%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'); + $strLoginCookieValidityWarning2 = sprintf($strLoginCookieValidityWarning2, '[a@?page=form&formset=Features#tab_Security]', '[/a]'); + $strLoginCookieValidityWarning3 = __('If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin cookie validity%s must be set to a value less or equal to it.'); + $strLoginCookieValidityWarning3 = sprintf($strLoginCookieValidityWarning3, '[a@?page=form&formset=Features#tab_Security]', '[/a]', '[a@?page=form&formset=Features#tab_Security]', '[/a]'); + $strSecurityInfoMsg = __('If you feel this is necessary, use additional protection settings - %shost authentication%s settings and %strusted proxies list%s. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'); + $strSecurityInfoMsg = sprintf($strSecurityInfoMsg, '[a@?page=servers&mode=edit&id=%1$d#tab_Server_config]', '[/a]', '[a@?page=form&formset=Features#tab_Security]', '[/a]'); + $strServerAuthConfigMsg = __('You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]http[/kbd].'); + $strServerAuthConfigMsg = sprintf($strServerAuthConfigMsg, '[a@?page=servers&mode=edit&id=%1$d#tab_Server]', '[/a]'); + $strZipDumpExportWarning = __('%sZip compression%s requires functions (%s) which are unavailable on this system.'); + $strZipDumpExportWarning = sprintf($strZipDumpExportWarning, '[a@?page=form&formset=Features#tab_Import_export]', '[/a]', '%s'); + $strZipDumpImportWarning = __('%sZip decompression%s requires functions (%s) which are unavailable on this system.'); + $strZipDumpImportWarning = sprintf($strZipDumpImportWarning, '[a@?page=form&formset=Features#tab_Import_export]', '[/a]', '%s'); + + for ($i = 1, $server_cnt = $cf->getServerCount(); $i <= $server_cnt; $i++) { + $cookie_auth_server = ($cf->getValue("Servers/$i/auth_type") == 'cookie'); + $cookie_auth_used |= $cookie_auth_server; + $server_name = $cf->getServerName($i); + if ($server_name == 'localhost') { + $server_name .= " [$i]"; + } + + if ($cookie_auth_server && $blowfish_secret === null) { + $blowfish_secret = uniqid('', true); + $blowfish_secret_set = true; + $cf->set('blowfish_secret', $blowfish_secret); + } + + // + // $cfg['Servers'][$i]['ssl'] + // should be enabled if possible + // + if (!$cf->getValue("Servers/$i/ssl")) { + $title = PMA_lang(PMA_lang_name('Servers/1/ssl')) . " ($server_name)"; + messages_set('notice', "Servers/$i/ssl", $title, + __('You should use SSL connections if your web server supports it.')); + } + + // + // $cfg['Servers'][$i]['extension'] + // warn about using 'mysql' + // + if ($cf->getValue("Servers/$i/extension") == 'mysql') { + $title = PMA_lang(PMA_lang_name('Servers/1/extension')) . " ($server_name)"; + messages_set('notice', "Servers/$i/extension", $title, + __('You should use mysqli for performance reasons.')); + } + + // + // $cfg['Servers'][$i]['auth_type'] + // warn about full user credentials if 'auth_type' is 'config' + // + if ($cf->getValue("Servers/$i/auth_type") == 'config' + && $cf->getValue("Servers/$i/user") != '' + && $cf->getValue("Servers/$i/password") != '') { + $title = PMA_lang(PMA_lang_name('Servers/1/auth_type')) . " ($server_name)"; + messages_set('notice', "Servers/$i/auth_type", $title, + PMA_lang($strServerAuthConfigMsg, $i) . ' ' . + PMA_lang($strSecurityInfoMsg, $i)); + } + + // + // $cfg['Servers'][$i]['AllowRoot'] + // $cfg['Servers'][$i]['AllowNoPassword'] + // serious security flaw + // + if ($cf->getValue("Servers/$i/AllowRoot") + && $cf->getValue("Servers/$i/AllowNoPassword")) { + $title = PMA_lang(PMA_lang_name('Servers/1/AllowNoPassword')) . " ($server_name)"; + messages_set('notice', "Servers/$i/AllowNoPassword", $title, + __('You allow for connecting to the server without a password.') . ' ' . + PMA_lang($strSecurityInfoMsg, $i)); + } + } + + // + // $cfg['blowfish_secret'] + // it's required for 'cookie' authentication + // + if ($cookie_auth_used) { + if ($blowfish_secret_set) { + // 'cookie' auth used, blowfish_secret was generated + messages_set('notice', 'blowfish_secret_created', + PMA_lang(PMA_lang_name('blowfish_secret')), + $strBlowfishSecretMsg); + } else { + $blowfish_warnings = array(); + // check length + if (strlen($blowfish_secret) < 8) { + // too short key + $blowfish_warnings[] = __('Key is too short, it should have at least 8 characters.'); + } + // check used characters + $has_digits = (bool) preg_match('/\d/', $blowfish_secret); + $has_chars = (bool) preg_match('/\S/', $blowfish_secret); + $has_nonword = (bool) preg_match('/\W/', $blowfish_secret); + if (!$has_digits || !$has_chars || !$has_nonword) { + $blowfish_warnings[] = PMA_lang(__('Key should contain letters, numbers [em]and[/em] special characters.')); + } + if (!empty($blowfish_warnings)) { + messages_set('error', 'blowfish_warnings' . count($blowfish_warnings), + PMA_lang(PMA_lang_name('blowfish_secret')), + implode('
                      ', $blowfish_warnings)); + } + } + } + + // + // $cfg['ForceSSL'] + // should be enabled if possible + // + if (!$cf->getValue('ForceSSL')) { + messages_set('notice', 'ForceSSL', + PMA_lang(PMA_lang_name('ForceSSL')), + PMA_lang($strForceSSLNotice)); + } + + // + // $cfg['AllowArbitraryServer'] + // should be disabled + // + if ($cf->getValue('AllowArbitraryServer')) { + messages_set('notice', 'AllowArbitraryServer', + PMA_lang(PMA_lang_name('AllowArbitraryServer')), + PMA_lang($strAllowArbitraryServerWarning)); + } + + // + // $cfg['LoginCookieValidity'] + // value greater than session.gc_maxlifetime will cause random session invalidation after that time + // + if ($cf->getValue('LoginCookieValidity') > 1440 + || $cf->getValue('LoginCookieValidity') > ini_get('session.gc_maxlifetime')) { + $message_type = $cf->getValue('LoginCookieValidity') > ini_get('session.gc_maxlifetime') + ? 'error' + : 'notice'; + messages_set($message_type, 'LoginCookieValidity', + PMA_lang(PMA_lang_name('LoginCookieValidity')), + PMA_lang($strLoginCookieValidityWarning)); + } + + // + // $cfg['LoginCookieValidity'] + // should be at most 1800 (30 min) + // + if ($cf->getValue('LoginCookieValidity') > 1800) { + messages_set('notice', 'LoginCookieValidity', + PMA_lang(PMA_lang_name('LoginCookieValidity')), + PMA_lang($strLoginCookieValidityWarning2)); + } + + // + // $cfg['LoginCookieValidity'] + // $cfg['LoginCookieStore'] + // LoginCookieValidity must be less or equal to LoginCookieStore + // + if ($cf->getValue('LoginCookieStore') != 0 && $cf->getValue('LoginCookieValidity') > $cf->getValue('LoginCookieStore')) { + messages_set('error', 'LoginCookieValidity', + PMA_lang(PMA_lang_name('LoginCookieValidity')), + PMA_lang($strLoginCookieValidityWarning3)); + } + + // + // $cfg['SaveDir'] + // should not be world-accessible + // + if ($cf->getValue('SaveDir') != '') { + messages_set('notice', 'SaveDir', + PMA_lang(PMA_lang_name('SaveDir')), + PMA_lang($strDirectoryNotice)); + } + + // + // $cfg['TempDir'] + // should not be world-accessible + // + if ($cf->getValue('TempDir') != '') { + messages_set('notice', 'TempDir', + PMA_lang(PMA_lang_name('TempDir')), + PMA_lang($strDirectoryNotice)); + } + + // + // $cfg['GZipDump'] + // requires zlib functions + // + if ($cf->getValue('GZipDump') + && (@!function_exists('gzopen') || @!function_exists('gzencode'))) { + messages_set('error', 'GZipDump', + PMA_lang(PMA_lang_name('GZipDump')), + PMA_lang($strGZipDumpWarning, 'gzencode')); + } + + // + // $cfg['BZipDump'] + // requires bzip2 functions + // + if ($cf->getValue('BZipDump') + && (!@function_exists('bzopen') || !@function_exists('bzcompress'))) { + $functions = @function_exists('bzopen') + ? '' : + 'bzopen'; + $functions .= @function_exists('bzcompress') + ? '' + : ($functions ? ', ' : '') . 'bzcompress'; + messages_set('error', 'BZipDump', + PMA_lang(PMA_lang_name('BZipDump')), + PMA_lang($strBZipDumpWarning, $functions)); + } + + // + // $cfg['ZipDump'] + // requires zip_open in import + // + if ($cf->getValue('ZipDump') && !@function_exists('zip_open')) { + messages_set('error', 'ZipDump_import', + PMA_lang(PMA_lang_name('ZipDump')), + PMA_lang($strZipDumpImportWarning, 'zip_open')); + } + + // + // $cfg['ZipDump'] + // requires gzcompress in export + // + if ($cf->getValue('ZipDump') && !@function_exists('gzcompress')) { + messages_set('error', 'ZipDump_export', + PMA_lang(PMA_lang_name('ZipDump')), + PMA_lang($strZipDumpExportWarning, 'gzcompress')); + } +} +?> diff --git a/htdocs/phpMyAdmin/setup/scripts.js b/htdocs/phpMyAdmin/setup/scripts.js new file mode 100644 index 000000000..f223e0436 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/scripts.js @@ -0,0 +1,195 @@ +/** + * Functions used in Setup configuration forms + */ + +// show this window in top frame +if (top != self) { + window.top.location.href = location; +} + +// ------------------------------------------------------------------ +// Messages +// + +// stores hidden message ids +var hiddenMessages = []; + +$(function() { + var hidden = hiddenMessages.length; + for (var i = 0; i < hidden; i++) { + $('#'+hiddenMessages[i]).css('display', 'none'); + } + if (hidden > 0) { + var link = $('#show_hidden_messages'); + link.click(function(e) { + e.preventDefault(); + for (var i = 0; i < hidden; i++) { + $('#'+hiddenMessages[i]).show(500); + } + $(this).remove(); + }); + link.html(link.html().replace('#MSG_COUNT', hidden)); + link.css('display', ''); + } +}); + +// +// END: Messages +// ------------------------------------------------------------------ + +// ------------------------------------------------------------------ +// Form validation and field operations +// + +$.extend(true, validators, { + // field validators + _field: { + /** + * hide_db field + * + * @param {boolean} isKeyUp + */ + hide_db: function(isKeyUp) { + if (!isKeyUp && this.value != '') { + var data = {}; + data[this.id] = this.value; + ajaxValidate(this, 'Servers/1/hide_db', data); + } + return true; + }, + /** + * TrustedProxies field + * + * @param {boolean} isKeyUp + */ + TrustedProxies: function(isKeyUp) { + if (!isKeyUp && this.value != '') { + var data = {}; + data[this.id] = this.value; + ajaxValidate(this, 'TrustedProxies', data); + } + return true; + } + }, + // fieldset validators + _fieldset: { + /** + * Validates Server fieldset + * + * @param {boolean} isKeyUp + */ + Server: function(isKeyUp) { + if (!isKeyUp) { + ajaxValidate(this, 'Server', getAllValues()); + } + return true; + }, + /** + * Validates Server_login_options fieldset + * + * @param {boolean} isKeyUp + */ + Server_login_options: function(isKeyUp) { + return validators._fieldset.Server.apply(this, [isKeyUp]); + }, + /** + * Validates Server_pmadb fieldset + * + * @param {boolean} isKeyUp + */ + Server_pmadb: function(isKeyUp) { + if (isKeyUp) { + return true; + } + + var prefix = getIdPrefix($(this).find('input')); + var pmadb_active = $('#' + prefix + 'pmadb').val() != ''; + if (pmadb_active) { + ajaxValidate(this, 'Server_pmadb', getAllValues()); + } + + return true; + } + } +}); + +/** + * Calls server-side validation procedures + * + * @param {Element} parent input field in
                      or
                      + * @param {String} id validator id + * @param {Object} values values hash {element1_id: value, ...} + */ +function ajaxValidate(parent, id, values) { + parent = $(parent); + // ensure that parent is a fieldset + if (parent.attr('tagName') != 'FIELDSET') { + parent = parent.closest('fieldset'); + if (parent.length == 0) { + return false; + } + } + + if (parent.data('ajax') != null) { + parent.data('ajax').abort(); + } + + parent.data('ajax', $.ajax({ + url: 'validate.php', + cache: false, + type: 'POST', + data: { + token: parent.closest('form').find('input[name=token]').val(), + id: id, + values: $.toJSON(values) + }, + success: function(response) { + if (response == null) { + return; + } + + var error = {}; + if (typeof response != 'object') { + error[parent.id] = [response]; + } else if (typeof response['error'] != 'undefined') { + error[parent.id] = [response['error']]; + } else { + for (var key in response) { + var value = response[key]; + error[key] = jQuery.isArray(value) ? value : [value]; + } + } + displayErrors(error); + }, + complete: function() { + parent.removeData('ajax'); + } + })); + + return true; +} + +// +// END: Form validation and field operations +// ------------------------------------------------------------------ + +// ------------------------------------------------------------------ +// User preferences allow/disallow UI +// + +$(function() { + $('.userprefs-allow').click(function(e) { + if (this != e.target) { + return; + } + var el = $(this).find('input'); + if (el.attr('disabled')) { + return; + } + el.attr('checked', !el.attr('checked')); + }); +}); + +// +// END: User preferences allow/disallow UI +// ------------------------------------------------------------------ \ No newline at end of file diff --git a/htdocs/phpMyAdmin/setup/styles.css b/htdocs/phpMyAdmin/setup/styles.css new file mode 100644 index 000000000..93c4887e0 --- /dev/null +++ b/htdocs/phpMyAdmin/setup/styles.css @@ -0,0 +1,441 @@ +/* global styles */ + +body { + padding-bottom: 1em; +} + +img { + border: 0; +} + +a { + color: #004C96; +} + +a:hover, a:active { + color: #000; +} + +h1 { + font-size: 1.5em; + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +/* language selection box */ + +#select_lang { + position: absolute; + right: 1em; + top: 1em; +} + +/* menu */ + +#menu { + float: left; + width: 200px; +} + +#menu ul { + margin: 1em 1em 1em 0.5em; + padding: 0 0.5em; + list-style: none; +} + +#menu li a { + padding: 3px; + font-weight: bold; + display: block; + color: #669; + text-decoration: none; + zoom: 1; /* IE fix */ +} + +#menu li a:hover, #menu li a:active { + color: #C00; +} + +/* page contents and footer layout */ + +#page { + margin-left: 200px; +} + +#footer { + margin-top: 1em; +} + +#footer a { + margin-right: 0.5em; + text-decoration: none; + font-size: small; +} + +/* phpMyAdmin logo colors */ + +.blue { + color: #7584B3; +} + +.orange { + color: #FFAD17; +} + +.red { + color: #C00; +} + +/* main page messages */ + +div.notice, div.warning, div.error { + margin: 0.5em 0; + padding: 10px 10px 10px 36px; + border: 1px solid #000; + background: #FFD url(../themes/original/img/b_tipp.png) no-repeat 10px 0.8em; +} + +div.notice h4, div.warning h4, div.error h4 { + font-weight: bold; + font-size: large; + margin: 0 0 0.2em 0; + border-bottom: 1px solid #000; +} + +div.notice { + border-color: #FFD700; + background-color: #FFD; + background-image: url(../themes/original/img/s_notice.png); +} + +div.notice h4 { + border-color: #FFD700; +} + +div.notice[id^=version_check] { + border-color: #002DFF; + background-color: #EEF; +} + +div.notice[id^=version_check] h4 { + border-color: #002DFF; +} + +div.warning { + border-color: #C00; + background-color: #FFC; + background-image: url(../themes/original/img/s_warn.png); +} + +div.warning h4 { + color: #C00; + border-color: #C00; +} + +div.error { + border-color: #D00; + background-color: #FFC; + background-image: url(../themes/original/img/s_error.png); +} + +div.error h4 { + color: #D00; + border-color: #D00; +} + +/* form tabs */ + +ul.tabs { + margin: 0; + padding: 0 0 7px 0; + list-style: none; + font-weight: bold; +} + +ul.tabs li { + float: left; +} + +ul.tabs li a { + display: block; + margin: 2px 2px 0; + padding: 2px 8px; + background: #DEE1FF; + white-space: nowrap; + text-decoration: none; + border: 1px #9AA4FF solid; + border-bottom: none; +} + +ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active { + margin: 0; + padding: 2px 10px 4px; + background: #F7FBFF; +} + +ul.tabs li a:hover, ul.tabs li a:active { + color: #C00; +} + +.tabs_contents { + border-top: 2px #66B solid; +} + +.tabs_contents fieldset { + margin-top: 0; + border-top: none; +} + +.tabs_contents legend { + display: none; +} + +/* "restore default value" and "set value: foo" buttons */ + +.restore-default img, .set-value img { + margin-bottom: -3px; +} + +.userprefs-comment { + cursor: help; + float: right; +} + +/* forms */ + +fieldset { + padding: 0; + margin-top: 1em; + border: 2px #DEE1FF solid; + background: #DEE1FF; +} + +.form { + border: 2px #DEE1FF solid; +} + +fieldset legend { + margin-left: 1em; + padding: 2px 8px; + font-weight: bold; + background: #F7FBFF; + border: 1px #9AA4FF solid; +} + +fieldset p { + margin: 0; + padding: 0.5em; + background: #DEE1FF; +} + +fieldset .errors { /* form error list */ + margin: 0 -2px 1em -2px; + padding: 0.5em 1.5em; + background: #FBEAD9; + border: 1px #C83838 solid; + border-width: 1px 0; + list-style: none; + font-family: sans-serif; + font-size: small; +} + +fieldset .inline_errors { /* field error list */ + margin: 0.3em 0.3em 0.3em 0; + padding: 0; + list-style: none; + color: #9A0000; + font-size: small; +} + +fieldset table { + background: #FFF; +} + +fieldset th { + width: 40%; + min-width: 350px; + padding: 0.3em 0.3em 0.3em 0.5em; + text-align: left; + vertical-align: top; +} + +fieldset .doc { + margin-left: 1em; +} + +fieldset td { + padding-top: 0.3em; + vertical-align: top; +} + +fieldset td.userprefs-allow { + padding: 0; + vertical-align: middle; + text-align: center; + width: 3em; +} + +fieldset td.userprefs-allow:hover { + cursor: pointer; + background-color: #EEE; +} + +fieldset th small { + display: block; + font-weight: normal; + font-family: sans-serif; + font-size: x-small; + color: #666; +} + +fieldset th, fieldset td, .form .lastrow { + border-top: 1px #555 dotted; +} + +fieldset .group-header th { + background: #EAEDFF; + border: none; +} + +fieldset .group-header + tr th, fieldset .group-header + tr td, +fieldset p + table tr:first-child td, fieldset p + table tr:first-child th { + border-top: none; +} + +fieldset .group-field-1 th, fieldset .group-header-2 th { + padding-left: 1em; +} + +fieldset .group-field-2 th, fieldset .group-header-3 th { + padding-left: 2em; +} + +fieldset .group-field-3 th { + padding-left: 3em; +} + +fieldset .lastrow, .form .lastrow { + background: #F7FBFF; + padding: 0.5em; + text-align: center; +} + +fieldset .lastrow input, .form .lastrow input { + font-weight: bold; +} + +/* simple form, without header and legend */ + +fieldset.simple { + border-top-color: #DEE1FF; +} + +fieldset.simple legend { + display: none; +} + +fieldset.simple th, fieldset.simple td { + border-top: none; + border-bottom: 1px #555 dotted; +} + +fieldset.simple .lastrow { + border: 0; +} + +/* form elements */ + +span.checkbox { + padding: 2px; + display: inline-block; +} + +.custom { /* customized field */ + background: #FFC; +} + +.checkbox.custom { + padding: 1px; + border: 1px #EDEC90 solid; +} + +.field-error { + border-color: #C11 !important; +} + +input[type="text"], select, textarea { + border: 1px #A7A6AA solid; +} + +input[type="text"]:focus, select:focus, textarea:focus { + border: 1px #6676FF solid; + background: #F7FBFF; +} + +.field-comment { + + position: relative; +} + +.field-comment-mark { + cursor: help; + padding: 0 0.2em; + font-weight: bold; + font-style: italic; +} + +.field-comment-warning { + color: #A00; +} + +.green { /* default form button */ + color: #080; +} + +table.datatable { + margin: 0.5em 0 1em; +} + +table.datatable th { + padding: 0 1em 0 0.5em; + border-bottom: 2px #66F solid; + text-align: left; +} + +table.datatable td { + padding: 1px 0.5em; + border-bottom: 1px #DEE1FF solid; +} + +/* textarea with config file's contents */ + +#textconfig { + width: 100%; + border: 0; +} + +/* error list */ + +dd { + margin-left: 0.5em; +} + +dd:before { + content: "\25B8 "; +} + +/* links on failed validation page, when saving a form */ + +a.btn { + padding: 1px 5px; + text-decoration: none; + background: #E2E8FF; + border: 1px #A6C8FF solid; + border-top-color: #AFD0FF; + border-left-color: #AFD0FF; + font-weight: bold; +} + +a.btn:hover, a.btn:active { + background: #E6F5FF; + color: #004C96; +} diff --git a/htdocs/phpMyAdmin/setup/validate.php b/htdocs/phpMyAdmin/setup/validate.php new file mode 100644 index 000000000..beeba71ce --- /dev/null +++ b/htdocs/phpMyAdmin/setup/validate.php @@ -0,0 +1,30 @@ + diff --git a/htdocs/phpMyAdmin/show_config_errors.php b/htdocs/phpMyAdmin/show_config_errors.php new file mode 100644 index 000000000..9024fec22 --- /dev/null +++ b/htdocs/phpMyAdmin/show_config_errors.php @@ -0,0 +1,19 @@ + diff --git a/htdocs/phpMyAdmin/sql.php b/htdocs/phpMyAdmin/sql.php new file mode 100644 index 000000000..83900ab5f --- /dev/null +++ b/htdocs/phpMyAdmin/sql.php @@ -0,0 +1,975 @@ + $db, + 'table' => $table, + 'field' => $column + ); + + $dropdown = '' . htmlspecialchars($_REQUEST['curr_value']) . ' ' . __('Browse foreign values') . ''; + } + else { + $dropdown = PMA_foreignDropdown($foreignData['disp_row'], $foreignData['foreign_field'], $foreignData['foreign_display'], $curr_value, $cfg['ForeignKeyMaxLimit']); + $dropdown = ''; + } + + $extra_data['dropdown'] = $dropdown; + PMA_ajaxResponse(NULL, true, $extra_data); +} + +/** + * Just like above, find possible values for enum fields during inline edit. + * + * Logic taken from libraries/display_tbl_lib.php + */ +if(isset($_REQUEST['get_enum_values']) && $_REQUEST['get_enum_values'] == true) { + $field_info_query = 'SHOW FIELDS FROM `' . $db . '`.`' . $table . '` LIKE \'' . $_REQUEST['column'] . '\' ;'; + + $field_info_result = PMA_DBI_fetch_result($field_info_query, null, null, null, PMA_DBI_QUERY_STORE); + + $search = array('enum', '(', ')', "'"); + + $values = explode(',', str_replace($search, '', $field_info_result[0]['Type'])); + + $dropdown = ''; + foreach($values as $value) { + $dropdown .= '
                      ' . "\n" + .'
                      ' . "\n"; + ?> + + + ' . "\n" + . '' . "\n"; + + /** + * Displays the footer and exit + */ + require './libraries/footer.inc.php'; +} // end if $do_confirm + + +// Defines some variables +// A table has to be created, renamed, dropped -> navi frame should be reloaded +/** + * @todo use the parser/analyzer + */ + +if (empty($reload) + && preg_match('/^(CREATE|ALTER|DROP)\s+(VIEW|TABLE|DATABASE|SCHEMA)\s+/i', $sql_query)) { + $reload = 1; +} + +// SK -- Patch: $is_group added for use in calculation of total number of +// rows. +// $is_count is changed for more correct "LIMIT" clause +// appending in queries like +// "SELECT COUNT(...) FROM ... GROUP BY ..." + +/** + * @todo detect all this with the parser, to avoid problems finding + * those strings in comments or backquoted identifiers + */ + +$is_explain = $is_count = $is_export = $is_delete = $is_insert = $is_affected = $is_show = $is_maint = $is_analyse = $is_group = $is_func = $is_replace = false; +if ($is_select) { // see line 141 + $is_group = preg_match('@(GROUP[[:space:]]+BY|HAVING|SELECT[[:space:]]+DISTINCT)[[:space:]]+@i', $sql_query); + $is_func = !$is_group && (preg_match('@[[:space:]]+(SUM|AVG|STD|STDDEV|MIN|MAX|BIT_OR|BIT_AND)\s*\(@i', $sql_query)); + $is_count = !$is_group && (preg_match('@^SELECT[[:space:]]+COUNT\((.*\.+)?.*\)@i', $sql_query)); + $is_export = (preg_match('@[[:space:]]+INTO[[:space:]]+OUTFILE[[:space:]]+@i', $sql_query)); + $is_analyse = (preg_match('@[[:space:]]+PROCEDURE[[:space:]]+ANALYSE@i', $sql_query)); +} elseif (preg_match('@^EXPLAIN[[:space:]]+@i', $sql_query)) { + $is_explain = true; +} elseif (preg_match('@^DELETE[[:space:]]+@i', $sql_query)) { + $is_delete = true; + $is_affected = true; +} elseif (preg_match('@^(INSERT|LOAD[[:space:]]+DATA|REPLACE)[[:space:]]+@i', $sql_query)) { + $is_insert = true; + $is_affected = true; + if (preg_match('@^(REPLACE)[[:space:]]+@i', $sql_query)) { + $is_replace = true; + } +} elseif (preg_match('@^UPDATE[[:space:]]+@i', $sql_query)) { + $is_affected = true; +} elseif (preg_match('@^[[:space:]]*SHOW[[:space:]]+@i', $sql_query)) { + $is_show = true; +} elseif (preg_match('@^(CHECK|ANALYZE|REPAIR|OPTIMIZE)[[:space:]]+TABLE[[:space:]]+@i', $sql_query)) { + $is_maint = true; +} + +// Do append a "LIMIT" clause? +if ((! $cfg['ShowAll'] || $_SESSION['tmp_user_values']['max_rows'] != 'all') + && ! ($is_count || $is_export || $is_func || $is_analyse) + && isset($analyzed_sql[0]['queryflags']['select_from']) + && ! isset($analyzed_sql[0]['queryflags']['offset']) + && empty($analyzed_sql[0]['limit_clause']) + ) { + $sql_limit_to_append = ' LIMIT ' . $_SESSION['tmp_user_values']['pos'] . ', ' . $_SESSION['tmp_user_values']['max_rows'] . " "; + + $full_sql_query = $analyzed_sql[0]['section_before_limit'] . "\n" . $sql_limit_to_append . $analyzed_sql[0]['section_after_limit']; + /** + * @todo pretty printing of this modified query + */ + if (isset($display_query)) { + // if the analysis of the original query revealed that we found + // a section_after_limit, we now have to analyze $display_query + // to display it correctly + + if (!empty($analyzed_sql[0]['section_after_limit']) && trim($analyzed_sql[0]['section_after_limit']) != ';') { + $analyzed_display_query = PMA_SQP_analyze(PMA_SQP_parse($display_query)); + $display_query = $analyzed_display_query[0]['section_before_limit'] . "\n" . $sql_limit_to_append . $analyzed_display_query[0]['section_after_limit']; + } + } + +} else { + $full_sql_query = $sql_query; +} // end if...else + +if (strlen($db)) { + PMA_DBI_select_db($db); +} + +// E x e c u t e t h e q u e r y + +// Only if we didn't ask to see the php code (mikebeck) +if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) { + unset($result); + $num_rows = 0; +} else { + if (isset($_SESSION['profiling']) && PMA_profilingSupported()) { + PMA_DBI_query('SET PROFILING=1;'); + } + + // Measure query time. + $querytime_before = array_sum(explode(' ', microtime())); + + $result = @PMA_DBI_try_query($full_sql_query, null, PMA_DBI_QUERY_STORE); + + $querytime_after = array_sum(explode(' ', microtime())); + + $GLOBALS['querytime'] = $querytime_after - $querytime_before; + + // Displays an error message if required and stop parsing the script + if ($error = PMA_DBI_getError()) { + if ($is_gotofile) { + if (strpos($goto, 'db_') === 0 && strlen($table)) { + $table = ''; + } + $active_page = $goto; + $message = PMA_Message::rawError($error); + + if( $GLOBALS['is_ajax_request'] == true) { + PMA_ajaxResponse($message, false); + } + + /** + * Go to target path. + */ + require './' . PMA_securePath($goto); + } else { + $full_err_url = (preg_match('@^(db|tbl)_@', $err_url)) + ? $err_url . '&show_query=1&sql_query=' . urlencode($sql_query) + : $err_url; + PMA_mysqlDie($error, $full_sql_query, '', $full_err_url); + } + exit; + } + unset($error); + + // Gets the number of rows affected/returned + // (This must be done immediately after the query because + // mysql_affected_rows() reports about the last query done) + + if (!$is_affected) { + $num_rows = ($result) ? @PMA_DBI_num_rows($result) : 0; + } elseif (!isset($num_rows)) { + $num_rows = @PMA_DBI_affected_rows(); + } + + // Grabs the profiling results + if (isset($_SESSION['profiling']) && PMA_profilingSupported()) { + $profiling_results = PMA_DBI_fetch_result('SHOW PROFILE;'); + } + + // Checks if the current database has changed + // This could happen if the user sends a query like "USE `database`;" + /** + * commented out auto-switching to active database - really required? + * bug #1814718 win: table list disappears (mixed case db names) + * https://sourceforge.net/support/tracker.php?aid=1814718 + * @todo RELEASE test and comit or rollback before release + $current_db = PMA_DBI_fetch_value('SELECT DATABASE()'); + if ($db !== $current_db) { + $db = $current_db; + $reload = 1; + } + unset($current_db); + */ + + // tmpfile remove after convert encoding appended by Y.Kawada + if (function_exists('PMA_kanji_file_conv') + && (isset($textfile) && file_exists($textfile))) { + unlink($textfile); + } + + // Counts the total number of rows for the same 'SELECT' query without the + // 'LIMIT' clause that may have been programatically added + + if (empty($sql_limit_to_append)) { + $unlim_num_rows = $num_rows; + // if we did not append a limit, set this to get a correct + // "Showing rows..." message + //$_SESSION['tmp_user_values']['max_rows'] = 'all'; + } elseif ($is_select) { + + // c o u n t q u e r y + + // If we are "just browsing", there is only one table, + // and no WHERE clause (or just 'WHERE 1 '), + // we do a quick count (which uses MaxExactCount) because + // SQL_CALC_FOUND_ROWS is not quick on large InnoDB tables + + // However, do not count again if we did it previously + // due to $find_real_end == true + + if (!$is_group + && !isset($analyzed_sql[0]['queryflags']['union']) + && !isset($analyzed_sql[0]['table_ref'][1]['table_name']) + && (empty($analyzed_sql[0]['where_clause']) + || $analyzed_sql[0]['where_clause'] == '1 ') + && !isset($find_real_end) + ) { + + // "j u s t b r o w s i n g" + $unlim_num_rows = PMA_Table::countRecords($db, $table); + + } else { // n o t " j u s t b r o w s i n g " + + // add select expression after the SQL_CALC_FOUND_ROWS + + // for UNION, just adding SQL_CALC_FOUND_ROWS + // after the first SELECT works. + + // take the left part, could be: + // SELECT + // (SELECT + $count_query = PMA_SQP_formatHtml($parsed_sql, 'query_only', 0, $analyzed_sql[0]['position_of_first_select'] + 1); + $count_query .= ' SQL_CALC_FOUND_ROWS '; + // add everything that was after the first SELECT + $count_query .= PMA_SQP_formatHtml($parsed_sql, 'query_only', $analyzed_sql[0]['position_of_first_select']+1); + // ensure there is no semicolon at the end of the + // count query because we'll probably add + // a LIMIT 1 clause after it + $count_query = rtrim($count_query); + $count_query = rtrim($count_query, ';'); + + // if using SQL_CALC_FOUND_ROWS, add a LIMIT to avoid + // long delays. Returned count will be complete anyway. + // (but a LIMIT would disrupt results in an UNION) + + if (!isset($analyzed_sql[0]['queryflags']['union'])) { + $count_query .= ' LIMIT 1'; + } + + // run the count query + + PMA_DBI_try_query($count_query); + // if (mysql_error()) { + // void. + // I tried the case + // (SELECT `User`, `Host`, `Db`, `Select_priv` FROM `db`) + // UNION (SELECT `User`, `Host`, "%" AS "Db", + // `Select_priv` + // FROM `user`) ORDER BY `User`, `Host`, `Db`; + // and although the generated count_query is wrong + // the SELECT FOUND_ROWS() work! (maybe it gets the + // count from the latest query that worked) + // + // another case where the count_query is wrong: + // SELECT COUNT(*), f1 from t1 group by f1 + // and you click to sort on count(*) + // } + $unlim_num_rows = PMA_DBI_fetch_value('SELECT FOUND_ROWS()'); + } // end else "just browsing" + + } else { // not $is_select + $unlim_num_rows = 0; + } // end rows total count + + // if a table or database gets dropped, check column comments. + if (isset($purge) && $purge == '1') { + /** + * Cleanup relations. + */ + require_once './libraries/relation_cleanup.lib.php'; + + if (strlen($table) && strlen($db)) { + PMA_relationsCleanupTable($db, $table); + } elseif (strlen($db)) { + PMA_relationsCleanupDatabase($db); + } else { + // VOID. No DB/Table gets deleted. + } // end if relation-stuff + } // end if ($purge) + + // If a column gets dropped, do relation magic. + if (isset($dropped_column) && strlen($db) && strlen($table) && !empty($dropped_column)) { + require_once './libraries/relation_cleanup.lib.php'; + PMA_relationsCleanupColumn($db, $table, $dropped_column); + + } // end if column was dropped +} // end else "didn't ask to see php code" + +// No rows returned -> move back to the calling page +if (0 == $num_rows || $is_affected) { + if ($is_delete) { + $message = PMA_Message::deleted_rows($num_rows); + } elseif ($is_insert) { + if ($is_replace) { + /* For replace we get DELETED + INSERTED row count, so we have to call it affected */ + $message = PMA_Message::affected_rows($num_rows); + } else { + $message = PMA_Message::inserted_rows($num_rows); + } + $insert_id = PMA_DBI_insert_id(); + if ($insert_id != 0) { + // insert_id is id of FIRST record inserted in one insert, so if we inserted multiple rows, we had to increment this + $message->addMessage('[br]'); + // need to use a temporary because the Message class + // currently supports adding parameters only to the first + // message + $_inserted = PMA_Message::notice(__('Inserted row id: %1$d')); + $_inserted->addParam($insert_id + $num_rows - 1); + $message->addMessage($_inserted); + } + } elseif ($is_affected) { + $message = PMA_Message::affected_rows($num_rows); + + // Ok, here is an explanation for the !$is_select. + // The form generated by sql_query_form.lib.php + // and db_sql.php has many submit buttons + // on the same form, and some confusion arises from the + // fact that $message_to_show is sent for every case. + // The $message_to_show containing a success message and sent with + // the form should not have priority over errors + } elseif (!empty($message_to_show) && !$is_select) { + $message = PMA_Message::rawSuccess(htmlspecialchars($message_to_show)); + } elseif (!empty($GLOBALS['show_as_php'])) { + $message = PMA_Message::success(__('Showing as PHP code')); + } elseif (isset($GLOBALS['show_as_php'])) { + /* User disable showing as PHP, query is only displayed */ + $message = PMA_Message::notice(__('Showing SQL query')); + } elseif (!empty($GLOBALS['validatequery'])) { + $message = PMA_Message::notice(__('Validated SQL')); + } else { + $message = PMA_Message::success(__('MySQL returned an empty result set (i.e. zero rows).')); + } + + if (isset($GLOBALS['querytime'])) { + $_querytime = PMA_Message::notice(__('Query took %01.4f sec')); + $_querytime->addParam($GLOBALS['querytime']); + $message->addMessage('('); + $message->addMessage($_querytime); + $message->addMessage(')'); + } + + if( $GLOBALS['is_ajax_request'] == true) { + + /** + * If we are in inline editing, we need to process the relational and + * transformed fields, if they were edited. After that, output the correct + * link/transformed value and exit + * + * Logic taken from libraries/display_tbl.lib.php + */ + + if(isset($_REQUEST['rel_fields_list']) && $_REQUEST['rel_fields_list'] != '') { + //handle relations work here for updated row. + require_once './libraries/relation.lib.php'; + + $map = PMA_getForeigners($db, $table, '', 'both'); + + $rel_fields = array(); + parse_str($_REQUEST['rel_fields_list'], $rel_fields); + + foreach( $rel_fields as $rel_field => $rel_field_value) { + + $where_comparison = "='" . $rel_field_value . "'"; + $display_field = PMA_getDisplayField($map[$rel_field]['foreign_db'], $map[$rel_field]['foreign_table']); + + // Field to display from the foreign table? + if (isset($display_field) && strlen($display_field)) { + $dispsql = 'SELECT ' . PMA_backquote($display_field) + . ' FROM ' . PMA_backquote($map[$rel_field]['foreign_db']) + . '.' . PMA_backquote($map[$rel_field]['foreign_table']) + . ' WHERE ' . PMA_backquote($map[$rel_field]['foreign_field']) + . $where_comparison; + $dispresult = PMA_DBI_try_query($dispsql, null, PMA_DBI_QUERY_STORE); + if ($dispresult && PMA_DBI_num_rows($dispresult) > 0) { + list($dispval) = PMA_DBI_fetch_row($dispresult, 0); + } else { + //$dispval = __('Link not found'); + } + @PMA_DBI_free_result($dispresult); + } else { + $dispval = ''; + } // end if... else... + + if ('K' == $_SESSION['tmp_user_values']['relational_display']) { + // user chose "relational key" in the display options, so + // the title contains the display field + $title = (! empty($dispval))? ' title="' . htmlspecialchars($dispval) . '"' : ''; + } else { + $title = ' title="' . htmlspecialchars($rel_field_value) . '"'; + } + + $_url_params = array( + 'db' => $map[$rel_field]['foreign_db'], + 'table' => $map[$rel_field]['foreign_table'], + 'pos' => '0', + 'sql_query' => 'SELECT * FROM ' + . PMA_backquote($map[$rel_field]['foreign_db']) . '.' . PMA_backquote($map[$rel_field]['foreign_table']) + . ' WHERE ' . PMA_backquote($map[$rel_field]['foreign_field']) + . $where_comparison + ); + $output = ''; + + if ('D' == $_SESSION['tmp_user_values']['relational_display']) { + // user chose "relational display field" in the + // display options, so show display field in the cell + $output .= (!empty($dispval)) ? htmlspecialchars($dispval) : ''; + } else { + // otherwise display data in the cell + $output .= htmlspecialchars($rel_field_value); + } + $output .= ''; + $extra_data['relations'][$rel_field] = $output; + } + } + + if(isset($_REQUEST['do_transformations']) && $_REQUEST['do_transformations'] == true ) { + require_once './libraries/transformations.lib.php'; + //if some posted fields need to be transformed, generate them here. + $mime_map = PMA_getMIME($db, $table); + + if ($mime_map === FALSE) { + $mime_map = array(); + } + + $edited_values = array(); + parse_str($_REQUEST['transform_fields_list'], $edited_values); + + foreach($mime_map as $transformation) { + $include_file = PMA_securePath($transformation['transformation']); + $column_name = $transformation['column_name']; + $column_data = $edited_values[$column_name]; + + $_url_params = array( + 'db' => $db, + 'table' => $table, + 'where_clause' => $_REQUEST['where_clause'], + 'transform_key' => $column_name, + ); + + if (file_exists('./libraries/transformations/' . $include_file)) { + $transformfunction_name = str_replace('.inc.php', '', $transformation['transformation']); + + require_once './libraries/transformations/' . $include_file; + + if (function_exists('PMA_transformation_' . $transformfunction_name)) { + $transform_function = 'PMA_transformation_' . $transformfunction_name; + $transform_options = PMA_transformation_getOptions((isset($transformation['transformation_options']) ? $transformation['transformation_options'] : '')); + $transform_options['wrapper_link'] = PMA_generate_common_url($_url_params); + } + } + + $extra_data['transformations'][$column_name] = $transform_function($column_data, $transform_options); + } + } + + if ($cfg['ShowSQL']) { + $extra_data['sql_query'] = PMA_showMessage($message, $GLOBALS['sql_query'], 'success'); + } + if (isset($GLOBALS['reload']) && $GLOBALS['reload'] == 1) { + $extra_data['reload'] = 1; + $extra_data['db'] = $GLOBALS['db']; + } + PMA_ajaxResponse($message, $message->isSuccess(), (isset($extra_data) ? $extra_data : '')); + } + + if ($is_gotofile) { + $goto = PMA_securePath($goto); + // Checks for a valid target script + $is_db = $is_table = false; + if (isset($_REQUEST['purge']) && $_REQUEST['purge'] == '1') { + $table = ''; + unset($url_params['table']); + } + include 'libraries/db_table_exists.lib.php'; + + if (strpos($goto, 'tbl_') === 0 && ! $is_table) { + if (strlen($table)) { + $table = ''; + } + $goto = 'db_sql.php'; + } + if (strpos($goto, 'db_') === 0 && ! $is_db) { + if (strlen($db)) { + $db = ''; + } + $goto = 'main.php'; + } + // Loads to target script + if ($goto != 'main.php') { + require_once './libraries/header.inc.php'; + } + $active_page = $goto; + require './' . $goto; + } else { + // avoid a redirect loop when last record was deleted + if (0 == $num_rows && 'sql.php' == $cfg['DefaultTabTable']) { + $goto = str_replace('sql.php','tbl_structure.php',$goto); + } + PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . str_replace('&', '&', $goto) . '&message=' . urlencode($message)); + } // end else + exit(); +} // end no rows returned + +// At least one row is returned -> displays a table with results +else { + //If we are retrieving the full value of a truncated field or the original + // value of a transformed field, show it here and exit + if( $GLOBALS['inline_edit'] == true && $GLOBALS['cfg']['AjaxEnable']) { + $row = PMA_DBI_fetch_row($result); + $extra_data = array(); + $extra_data['value'] = $row[0]; + PMA_ajaxResponse(NULL, true, $extra_data); + } + + // Displays the headers + if (isset($show_query)) { + unset($show_query); + } + if (isset($printview) && $printview == '1') { + require_once './libraries/header_printview.inc.php'; + } else { + + $GLOBALS['js_include'][] = 'functions.js'; + $GLOBALS['js_include'][] = 'sql.js'; + + unset($message); + + if( ! $GLOBALS['is_ajax_request'] || ! $GLOBALS['cfg']['AjaxEnable']) { + if (strlen($table)) { + require './libraries/tbl_common.php'; + $url_query .= '&goto=tbl_sql.php&back=tbl_sql.php'; + require './libraries/tbl_info.inc.php'; + require './libraries/tbl_links.inc.php'; + } elseif (strlen($db)) { + require './libraries/db_common.inc.php'; + require './libraries/db_info.inc.php'; + } else { + require './libraries/server_common.inc.php'; + require './libraries/server_links.inc.php'; + } + } + else { + require_once './libraries/header.inc.php'; + //we don't need to buffer the output in PMA_showMessage here. + //set a global variable and check against it in the function + $GLOBALS['buffer_message'] = false; + } + } + + if (strlen($db)) { + $cfgRelation = PMA_getRelationsParam(); + } + + // Gets the list of fields properties + if (isset($result) && $result) { + $fields_meta = PMA_DBI_get_fields_meta($result); + $fields_cnt = count($fields_meta); + } + + if( ! $GLOBALS['is_ajax_request']) { + //begin the sqlqueryresults div here. container div + echo '
                      '; + } + + // Display previous update query (from tbl_replace) + if (isset($disp_query) && $cfg['ShowSQL'] == true) { + PMA_showMessage($disp_message, $disp_query, 'success'); + } + + if (isset($profiling_results)) { + PMA_profilingResults($profiling_results, true); + } + + // Displays the results in a table + if (empty($disp_mode)) { + // see the "PMA_setDisplayMode()" function in + // libraries/display_tbl.lib.php + $disp_mode = 'urdr111101'; + } + + // hide edit and delete links for information_schema + if ($db == 'information_schema') { + $disp_mode = 'nnnn110111'; + } + + if (isset($label)) { + $message = PMA_message::success(__('Bookmark %s created')); + $message->addParam($label); + $message->display(); + } + + PMA_displayTable($result, $disp_mode, $analyzed_sql); + PMA_DBI_free_result($result); + + // BEGIN INDEX CHECK See if indexes should be checked. + if (isset($query_type) && $query_type == 'check_tbl' && isset($selected) && is_array($selected)) { + foreach ($selected as $idx => $tbl_name) { + $check = PMA_Index::findDuplicates($tbl_name, $db); + if (! empty($check)) { + printf(__('Problems with indexes of table `%s`'), $tbl_name); + echo $check; + } + } + } // End INDEX CHECK + + // Bookmark support if required + if ($disp_mode[7] == '1' + && (! empty($cfg['Bookmark']) && empty($id_bookmark)) + && !empty($sql_query)) { + echo "\n"; + + $goto = 'sql.php?' + . PMA_generate_common_url($db, $table) + . '&sql_query=' . urlencode($sql_query) + . '&id_bookmark=1'; + + ?> +
                      + + + + + +
                      + ' : '') + . __('Bookmark this SQL query'); +?> + + +
                      + + +
                      + +
                      + + +
                      + +
                      +
                      +
                      + +
                      +
                      + + + '; // end sqlqueryresults div + } +} // end rows returned + +/** + * Displays the footer + */ +if(!isset($_REQUEST['table_maintenance'])) { + require './libraries/footer.inc.php'; +} +?> diff --git a/htdocs/phpMyAdmin/tbl_addfield.php b/htdocs/phpMyAdmin/tbl_addfield.php new file mode 100644 index 000000000..ec910fdf4 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_addfield.php @@ -0,0 +1,229 @@ + 0) { + $num_fields = (int) $_REQUEST['num_fields']; +} else { + $num_fields = 1; +} + +if (isset($_REQUEST['do_save_data'])) { + $query = ''; + $definitions = array(); + + // Transforms the radio button field_key into 3 arrays + $field_cnt = count($_REQUEST['field_name']); + $field_primary = array(); + $field_index = array(); + $field_unique = array(); + $field_fulltext = array(); + for ($i = 0; $i < $field_cnt; ++$i) { + if (isset($_REQUEST['field_key'][$i]) + && strlen($_REQUEST['field_name'][$i])) { + if ($_REQUEST['field_key'][$i] == 'primary_' . $i) { + $field_primary[] = $i; + } + if ($_REQUEST['field_key'][$i] == 'index_' . $i) { + $field_index[] = $i; + } + if ($_REQUEST['field_key'][$i] == 'unique_' . $i) { + $field_unique[] = $i; + } + if ($_REQUEST['field_key'][$i] == 'fulltext_' . $i) { + $field_fulltext[] = $i; + } + } // end if + } // end for + + // Builds the field creation statement and alters the table + for ($i = 0; $i < $field_cnt; ++$i) { + // '0' is also empty for php :-( + if (empty($_REQUEST['field_name'][$i]) && $_REQUEST['field_name'][$i] != '0') { + continue; + } + + $definition = ' ADD ' . PMA_Table::generateFieldSpec( + $_REQUEST['field_name'][$i], + $_REQUEST['field_type'][$i], + $_REQUEST['field_length'][$i], + $_REQUEST['field_attribute'][$i], + isset($_REQUEST['field_collation'][$i]) + ? $_REQUEST['field_collation'][$i] + : '', + isset($_REQUEST['field_null'][$i]) + ? $_REQUEST['field_null'][$i] + : 'NOT NULL', + $_REQUEST['field_default_type'][$i], + $_REQUEST['field_default_value'][$i], + isset($_REQUEST['field_extra'][$i]) + ? $_REQUEST['field_extra'][$i] + : false, + isset($_REQUEST['field_comments'][$i]) + ? $_REQUEST['field_comments'][$i] + : '', + $field_primary, + $i + ); + + if ($_REQUEST['field_where'] != 'last') { + // Only the first field can be added somewhere other than at the end + if ($i == 0) { + if ($_REQUEST['field_where'] == 'first') { + $definition .= ' FIRST'; + } else { + $definition .= ' AFTER ' . PMA_backquote($_REQUEST['after_field']); + } + } else { + $definition .= ' AFTER ' . PMA_backquote($_REQUEST['field_name'][$i-1]); + } + } + $definitions[] = $definition; + } // end for + + // Builds the primary keys statements and updates the table + if (count($field_primary)) { + $fields = array(); + foreach ($field_primary as $field_nr) { + $fields[] = PMA_backquote($_REQUEST['field_name'][$field_nr]); + } + $definitions[] = ' ADD PRIMARY KEY (' . implode(', ', $fields) . ') '; + unset($fields); + } + + // Builds the indexes statements and updates the table + if (count($field_index)) { + $fields = array(); + foreach ($field_index as $field_nr) { + $fields[] = PMA_backquote($_REQUEST['field_name'][$field_nr]); + } + $definitions[] = ' ADD INDEX (' . implode(', ', $fields) . ') '; + unset($fields); + } + + // Builds the uniques statements and updates the table + if (count($field_unique)) { + $fields = array(); + foreach ($field_unique as $field_nr) { + $fields[] = PMA_backquote($_REQUEST['field_name'][$field_nr]); + } + $definitions[] = ' ADD UNIQUE (' . implode(', ', $fields) . ') '; + unset($fields); + } + + // Builds the fulltext statements and updates the table + if (count($field_fulltext)) { + $fields = array(); + foreach ($field_fulltext as $field_nr) { + $fields[] = PMA_backquote($_REQUEST['field_name'][$field_nr]); + } + $definitions[] = ' ADD FULLTEXT (' . implode(', ', $fields) . ') '; + unset($fields); + } + + // To allow replication, we first select the db to use and then run queries + // on this db. + PMA_DBI_select_db($db) or PMA_mysqlDie(PMA_getError(), 'USE ' . PMA_backquotes($db), '', $err_url); + $sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ' . implode(', ', $definitions); + $result = PMA_DBI_try_query($sql_query); + + if ($result === true) { + // If comments were sent, enable relation stuff + require_once './libraries/transformations.lib.php'; + + // Update comment table for mime types [MIME] + if (isset($_REQUEST['field_mimetype']) + && is_array($_REQUEST['field_mimetype']) + && $cfg['BrowseMIME']) { + foreach ($_REQUEST['field_mimetype'] as $fieldindex => $mimetype) { + if (isset($_REQUEST['field_name'][$fieldindex]) + && strlen($_REQUEST['field_name'][$fieldindex])) { + PMA_setMIME($db, $table, + $_REQUEST['field_name'][$fieldindex], + $mimetype, + $_REQUEST['field_transformation'][$fieldindex], + $_REQUEST['field_transformation_options'][$fieldindex]); + } + } + } + + // Go back to the structure sub-page + $message = PMA_Message::success(__('Table %1$s has been altered successfully')); + $message->addParam($table); + $active_page = 'tbl_structure.php'; + require './tbl_structure.php'; + } else { + PMA_mysqlDie('', '', '', $err_url, false); + // An error happened while inserting/updating a table definition. + // to prevent total loss of that data, we embed the form once again. + // The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php + $num_fields = $_REQUEST['orig_num_fields']; + if (isset($_REQUEST['orig_after_field'])) { + $_REQUEST['after_field'] = $_REQUEST['orig_after_field']; + } + if (isset($_REQUEST['orig_field_where'])) { + $_REQUEST['field_where'] = $_REQUEST['orig_field_where']; + } + $regenerate = true; + } +} // end do alter table + +/** + * Displays the form used to define the new field + */ +if ($abort == false) { + /** + * Gets tables informations + */ + require_once './libraries/tbl_common.php'; + require_once './libraries/tbl_info.inc.php'; + /** + * Displays top menu links + */ + $active_page = 'tbl_structure.php'; + require_once './libraries/tbl_links.inc.php'; + /** + * Display the form + */ + $action = 'tbl_addfield.php'; + require_once './libraries/tbl_properties.inc.php'; + + // Diplays the footer + require './libraries/footer.inc.php'; +} + +?> diff --git a/htdocs/phpMyAdmin/tbl_alter.php b/htdocs/phpMyAdmin/tbl_alter.php new file mode 100644 index 000000000..1c2d7fbd8 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_alter.php @@ -0,0 +1,210 @@ + updates the table + */ +$abort = false; +if (isset($_REQUEST['do_save_data'])) { + $field_cnt = count($_REQUEST['field_orig']); + $key_fields = array(); + $changes = array(); + + for ($i = 0; $i < $field_cnt; $i++) { + $changes[] = 'CHANGE ' . PMA_Table::generateAlter( + $_REQUEST['field_orig'][$i], + $_REQUEST['field_name'][$i], + $_REQUEST['field_type'][$i], + $_REQUEST['field_length'][$i], + $_REQUEST['field_attribute'][$i], + isset($_REQUEST['field_collation'][$i]) + ? $_REQUEST['field_collation'][$i] + : '', + isset($_REQUEST['field_null'][$i]) + ? $_REQUEST['field_null'][$i] + : 'NOT NULL', + $_REQUEST['field_default_type'][$i], + $_REQUEST['field_default_value'][$i], + isset($_REQUEST['field_extra'][$i]) + ? $_REQUEST['field_extra'][$i] + : false, + isset($_REQUEST['field_comments'][$i]) + ? $_REQUEST['field_comments'][$i] + : '', + $key_fields, + $i, + $_REQUEST['field_default_orig'][$i] + ); + } // end for + + // Builds the primary keys statements and updates the table + $key_query = ''; + /** + * this is a little bit more complex + * + * @todo if someone selects A_I when altering a column we need to check: + * - no other column with A_I + * - the column has an index, if not create one + * + if (count($key_fields)) { + $fields = array(); + foreach ($key_fields as $each_field) { + if (isset($_REQUEST['field_name'][$each_field]) && strlen($_REQUEST['field_name'][$each_field])) { + $fields[] = PMA_backquote($_REQUEST['field_name'][$each_field]); + } + } // end for + $key_query = ', ADD KEY (' . implode(', ', $fields) . ') '; + } + */ + + // To allow replication, we first select the db to use and then run queries + // on this db. + PMA_DBI_select_db($db) or PMA_mysqlDie(PMA_DBI_getError(), 'USE ' . PMA_backquote($db) . ';', '', $err_url); + $sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ' . implode(', ', $changes) . $key_query; + $result = PMA_DBI_try_query($sql_query); + + if ($result !== false) { + $message = PMA_Message::success(__('Table %1$s has been altered successfully')); + $message->addParam($table); + $btnDrop = 'Fake'; + + /** + * If comments were sent, enable relation stuff + */ + require_once './libraries/transformations.lib.php'; + + // updaet field names in relation + if (isset($_REQUEST['field_orig']) && is_array($_REQUEST['field_orig'])) { + foreach ($_REQUEST['field_orig'] as $fieldindex => $fieldcontent) { + if ($_REQUEST['field_name'][$fieldindex] != $fieldcontent) { + PMA_REL_renameField($db, $table, $fieldcontent, + $_REQUEST['field_name'][$fieldindex]); + } + } + } + + // update mime types + if (isset($_REQUEST['field_mimetype']) + && is_array($_REQUEST['field_mimetype']) + && $cfg['BrowseMIME']) { + foreach ($_REQUEST['field_mimetype'] as $fieldindex => $mimetype) { + if (isset($_REQUEST['field_name'][$fieldindex]) + && strlen($_REQUEST['field_name'][$fieldindex])) { + PMA_setMIME($db, $table, $_REQUEST['field_name'][$fieldindex], + $mimetype, + $_REQUEST['field_transformation'][$fieldindex], + $_REQUEST['field_transformation_options'][$fieldindex]); + } + } + } + + if( $GLOBALS['is_ajax_request'] == true) { + PMA_ajaxResponse($message, $message->isSuccess()); + } + + $active_page = 'tbl_structure.php'; + require './tbl_structure.php'; + } else { + PMA_mysqlDie('', '', '', $err_url, false); + // An error happened while inserting/updating a table definition. + // to prevent total loss of that data, we embed the form once again. + // The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php + if (isset($_REQUEST['orig_field'])) { + $_REQUEST['field'] = $_REQUEST['orig_field']; + } + + $regenerate = true; + } +} + +/** + * No modifications yet required -> displays the table fields + * + * $selected comes from multi_submits.inc.php + */ +if ($abort == false) { + require_once './libraries/tbl_links.inc.php'; + + if (! isset($selected)) { + PMA_checkParameters(array('field')); + $selected[] = $_REQUEST['field']; + $selected_cnt = 1; + } else { // from a multiple submit + $selected_cnt = count($selected); + } + + /** + * @todo optimize in case of multiple fields to modify + */ + for ($i = 0; $i < $selected_cnt; $i++) { + $_REQUEST['field'] = PMA_sqlAddslashes($selected[$i], true); + $result = PMA_DRIZZLE + ? PMA_DBI_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db) . ' WHERE Field = \'' . $_REQUEST['field'] . '\';') + : PMA_DBI_query('SHOW FULL COLUMNS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db) . ' LIKE \'' . $_REQUEST['field'] . '\';'); + $fields_meta[] = PMA_DBI_fetch_assoc($result); + PMA_DBI_free_result($result); + } + $num_fields = count($fields_meta); + $action = 'tbl_alter.php'; + + // Get more complete field information. + // For now, this is done to obtain MySQL 4.1.2+ new TIMESTAMP options + // and to know when there is an empty DEFAULT value. + // Later, if the analyser returns more information, it + // could be executed to replace the info given by SHOW FULL FIELDS FROM. + /** + * @todo put this code into a require() + * or maybe make it part of PMA_DBI_get_fields(); + */ + + // We also need this to correctly learn if a TIMESTAMP is NOT NULL, since + // SHOW FULL FIELDS says NULL and SHOW CREATE TABLE says NOT NULL (tested + // in MySQL 4.0.25). + + $show_create_table = PMA_DBI_fetch_value('SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), 0, 1); + $analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table)); + unset($show_create_table); + /** + * Form for changing properties. + */ + require './libraries/tbl_properties.inc.php'; +} + + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/tbl_change.php b/htdocs/phpMyAdmin/tbl_change.php new file mode 100644 index 000000000..22584db43 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_change.php @@ -0,0 +1,1147 @@ + $db, + 'sql_query' => $sql_query +); + +if (preg_match('@^tbl_@', $GLOBALS['goto'])) { + $_url_params['table'] = $table; +} + +$err_url = $GLOBALS['goto'] . PMA_generate_common_url($_url_params); +unset($_url_params); + + +/** + * Sets parameters for links + * where is this variable used? + * replace by PMA_generate_common_url($url_params); + */ +$url_query = PMA_generate_common_url($url_params, 'html', ''); + +/** + * get table information + * @todo should be done by a Table object + */ +require_once './libraries/tbl_info.inc.php'; + +/** + * Get comments for table fileds/columns + */ +$comments_map = array(); + +if ($GLOBALS['cfg']['ShowPropertyComments']) { + $comments_map = PMA_getComments($db, $table); +} + +/** + * START REGULAR OUTPUT + */ + +/** + * used in ./libraries/header.inc.php to load JavaScript library file + */ +$GLOBALS['js_include'][] = 'functions.js'; +$GLOBALS['js_include'][] = 'tbl_change.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js'; +$GLOBALS['js_include'][] = 'jquery/timepicker.js'; +/** + * HTTP and HTML headers + */ +require_once './libraries/header.inc.php'; + +/** + * Displays the query submitted and its result + * + * @todo where does $disp_message and $disp_query come from??? + */ +if (! empty($disp_message)) { + if (! isset($disp_query)) { + $disp_query = null; + } + PMA_showMessage($disp_message, $disp_query); +} + +/** + * Displays top menu links + */ +require_once './libraries/tbl_links.inc.php'; + + +/** + * Get the analysis of SHOW CREATE TABLE for this table + * @todo should be handled by class Table + */ +$show_create_table = PMA_DBI_fetch_value( + 'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), + 0, 1); +$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table)); +unset($show_create_table); + +/** + * Get the list of the fields of the current table + */ +PMA_DBI_select_db($db); +$table_fields = PMA_DBI_fetch_result('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', + null, null, null, PMA_DBI_QUERY_STORE); +$rows = array(); +if (isset($where_clause)) { + // when in edit mode load all selected rows from table + $insert_mode = false; + if (is_array($where_clause)) { + $where_clause_array = $where_clause; + } else { + $where_clause_array = array(0 => $where_clause); + } + + $result = array(); + $found_unique_key = false; + $where_clauses = array(); + + foreach ($where_clause_array as $key_id => $where_clause) { + $local_query = 'SELECT * FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' WHERE ' . $where_clause . ';'; + $result[$key_id] = PMA_DBI_query($local_query, null, PMA_DBI_QUERY_STORE); + $rows[$key_id] = PMA_DBI_fetch_assoc($result[$key_id]); + $where_clauses[$key_id] = str_replace('\\', '\\\\', $where_clause); + + // No row returned + if (! $rows[$key_id]) { + unset($rows[$key_id], $where_clause_array[$key_id]); + PMA_showMessage(__('MySQL returned an empty result set (i.e. zero rows).'), $local_query); + echo "\n"; + require './libraries/footer.inc.php'; + } else { // end if (no row returned) + $meta = PMA_DBI_get_fields_meta($result[$key_id]); + list($unique_condition, $tmp_clause_is_unique) = PMA_getUniqueCondition($result[$key_id], count($meta), $meta, $rows[$key_id], true); + if (! empty($unique_condition)) { + $found_unique_key = true; + } + unset($unique_condition, $tmp_clause_is_unique); + } + + } +} else { + // no primary key given, just load first row - but what happens if table is empty? + $insert_mode = true; + $result = PMA_DBI_query('SELECT * FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' LIMIT 1;', null, PMA_DBI_QUERY_STORE); + $rows = array_fill(0, $cfg['InsertRows'], false); +} + +// Copying a row - fetched data will be inserted as a new row, therefore the where clause is needless. +if (isset($default_action) && $default_action === 'insert') { + unset($where_clause, $where_clauses); +} + +// retrieve keys into foreign fields, if any +$foreigners = PMA_getForeigners($db, $table); + + +/** + * Displays the form + */ +// autocomplete feature of IE kills the "onchange" event handler and it +// must be replaced by the "onpropertychange" one in this case +$chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5 && PMA_USR_BROWSER_VER < 7) + ? 'onpropertychange' + : 'onchange'; +// Had to put the URI because when hosted on an https server, +// some browsers send wrongly this form to the http server. + + ?> + + + + $db, + 'table' => $table, + 'goto' => $GLOBALS['goto'], + 'err_url' => $err_url, + 'sql_query' => $sql_query, +); +if (isset($where_clauses)) { + foreach ($where_clause_array as $key_id => $where_clause) { + $_form_params['where_clause[' . $key_id . ']'] = trim($where_clause); + } +} +if (isset($clause_is_unique)) { + $_form_params['clause_is_unique'] = $clause_is_unique; +} + +?> + + +
                      > + 1, 'ShowFieldTypesInDataEditView' => $cfg['ShowFieldTypesInDataEditView'], 'goto' => 'sql.php')); + echo ' : ' . __('Function') . '' . "\n"; +} +if (! $cfg['ShowFieldTypesInDataEditView']) { + $this_other_url_params = array_merge($url_params, + array('ShowFieldTypesInDataEditView' => 1, 'ShowFunctionFields' => $cfg['ShowFunctionFields'], 'goto' => 'sql.php')); + echo ' : ' . __('Type') . '' . "\n"; +} + +foreach ($rows as $row_id => $vrow) { + if ($vrow === false) { + unset($vrow); + } + + $jsvkey = $row_id; + $rownumber_param = '&rownumber=' . $row_id; + $vkey = '[multi_edit][' . $jsvkey . ']'; + + $vresult = (isset($result) && is_array($result) && isset($result[$row_id]) ? $result[$row_id] : $result); + if ($insert_mode && $row_id > 0) { + echo ''; + echo '
                      ' . "\n"; + } +?> + + + + + + 0, 'ShowFunctionFields' => $cfg['ShowFunctionFields'], 'goto' => 'sql.php')); + echo ' ' . "\n"; + } + + if ($cfg['ShowFunctionFields']) { + $this_url_params = array_merge($url_params, + array('ShowFunctionFields' => 0, 'ShowFieldTypesInDataEditView' => $cfg['ShowFieldTypesInDataEditView'], 'goto' => 'sql.php')); + echo ' ' . "\n"; + } +?> + + + + + + + + + + + d [Type] => datetime [Null] => YES [Key] => [Extra] => [True_Type] => datetime) + // but, look what we get if we switch to iso: (Default is NULL) + // Array ([Field] => d [Type] => datetime [Null] => YES [Key] => [Default] => [Extra] => [True_Type] => datetime) + // so I force a NULL into it (I don't think it's possible + // to have an empty default value for DATETIME) + // then, the "if" after this one will work + if ($table_fields[$i]['Type'] == 'datetime' + && ! isset($table_fields[$i]['Default']) + && isset($table_fields[$i]['Null']) + && $table_fields[$i]['Null'] == 'YES') { + $table_fields[$i]['Default'] = null; + } + + $table_fields[$i]['len'] = + preg_match('@float|double@', $table_fields[$i]['Type']) ? 100 : -1; + + + if (isset($comments_map[$table_fields[$i]['Field']])) { + $table_fields[$i]['Field_title'] = '' + . $table_fields[$i]['Field_html'] . ''; + } else { + $table_fields[$i]['Field_title'] = $table_fields[$i]['Field_html']; + } + + // The type column. + // Fix for bug #3152931 'ENUM and SET cannot have "Binary" option' + // If check to ensure types such as "enum('one','two','binary',..)" or + // "enum('one','two','varbinary',..)" are not categorized as binary. + if (stripos($table_fields[$i]['Type'], 'binary') === 0 + || stripos($table_fields[$i]['Type'], 'varbinary') === 0) { + $table_fields[$i]['is_binary'] = stristr($table_fields[$i]['Type'], 'binary'); + } else { + $table_fields[$i]['is_binary'] = false; + } + + // If check to ensure types such as "enum('one','two','blob',..)" or + // "enum('one','two','tinyblob',..)" etc. are not categorized as blob. + if (stripos($table_fields[$i]['Type'], 'blob') === 0 + || stripos($table_fields[$i]['Type'], 'tinyblob') === 0 + || stripos($table_fields[$i]['Type'], 'mediumblob') === 0 + || stripos($table_fields[$i]['Type'], 'longblob') === 0) { + $table_fields[$i]['is_blob'] = stristr($table_fields[$i]['Type'], 'blob'); + } else { + $table_fields[$i]['is_blob'] = false; + } + + // If check to ensure types such as "enum('one','two','char',..)" or + // "enum('one','two','varchar',..)" are not categorized as char. + if (stripos($table_fields[$i]['Type'], 'char') === 0 + || stripos($table_fields[$i]['Type'], 'varchar') === 0) { + $table_fields[$i]['is_char'] = stristr($table_fields[$i]['Type'], 'char'); + } else { + $table_fields[$i]['is_char'] = false; + } + + $table_fields[$i]['first_timestamp'] = false; + switch ($table_fields[$i]['True_Type']) { + case 'set': + $table_fields[$i]['pma_type'] = 'set'; + $table_fields[$i]['wrap'] = ''; + break; + case 'enum': + $table_fields[$i]['pma_type'] = 'enum'; + $table_fields[$i]['wrap'] = ''; + break; + case 'timestamp': + if (!$timestamp_seen) { // can only occur once per table + $timestamp_seen = 1; + $table_fields[$i]['first_timestamp'] = true; + } + $table_fields[$i]['pma_type'] = $table_fields[$i]['Type']; + $table_fields[$i]['wrap'] = ' nowrap="nowrap"'; + break; + + default: + $table_fields[$i]['pma_type'] = $table_fields[$i]['Type']; + $table_fields[$i]['wrap'] = ' nowrap="nowrap"'; + break; + } + } + $field = $table_fields[$i]; + $extracted_fieldspec = PMA_extractFieldSpec($field['Type']); + + if (-1 === $field['len']) { + $field['len'] = PMA_DBI_field_len($vresult, $i); + } + //Call validation when the form submited... + $unnullify_trigger = $chg_evt_handler . "=\"return verificationsAfterFieldChange('". PMA_escapeJsString($field['Field_md5']) . "', '" + . PMA_escapeJsString($jsvkey) . "','".$field['pma_type']."')\""; + + // Use an MD5 as an array index to avoid having special characters in the name atttibute (see bug #1746964 ) + $field_name_appendix = $vkey . '[' . $field['Field_md5'] . ']'; + + if ($field['Type'] == 'datetime' + && ! isset($field['Default']) + && ! is_null($field['Default']) + && ($insert_mode || ! isset($vrow[$field['Field']]))) { + // INSERT case or + // UPDATE case with an NULL value + $vrow[$field['Field']] = date('Y-m-d H:i:s', time()); + } + ?> + + + + + + '; + } else { + // (we are inserting) + // display default values + if (!isset($field['Default'])) { + $field['Default'] = ''; + $real_null_value = TRUE; + $data = ''; + } else { + $data = $field['Default']; + } + if ($field['True_Type'] == 'bit') { + $special_chars = PMA_convert_bit_default_value($field['Default']); + } else { + $special_chars = htmlspecialchars($field['Default']); + } + $backup_field = ''; + $special_chars_encoded = PMA_duplicateFirstNewline($special_chars); + // this will select the UNHEX function while inserting + if (($field['is_binary'] || ($field['is_blob'] && ! $cfg['ProtectBinary'])) && $_SESSION['tmp_user_values']['display_binary_as_hex'] && $cfg['ShowFunctionFields']) { + $field['display_binary_as_hex'] = true; + } + } + + $idindex = ($o_rows * $fields_cnt) + $i + 1; + $tabindex = $idindex; + + // These GIS data types are not yet supported. + $no_support_types = array('geometry', 'point', 'linestring', 'polygon', 'multipoint', 'multilinestring', 'multipolygon', 'geometrycollection'); + + // The function column + // ------------------- + // We don't want binary data to be destroyed + // Note: from the MySQL manual: "BINARY doesn't affect how the column is + // stored or retrieved" so it does not mean that the contents is + // binary + if ($cfg['ShowFunctionFields']) { + if (($cfg['ProtectBinary'] && $field['is_blob'] && !$is_upload) + || ($cfg['ProtectBinary'] == 'all' && $field['is_binary'])) { + echo ' ' . "\n"; + } elseif (strstr($field['True_Type'], 'enum') || strstr($field['True_Type'], 'set') || in_array($field['pma_type'], $no_support_types)) { + echo ' ' . "\n"; + } else { + ?> + + ' . "\n"; + if ($field['Null'] == 'YES') { + echo ' ' . "\n"; + + echo ' '; + + // nullify_code is needed by the js nullify() function + if (strstr($field['True_Type'], 'enum')) { + if (strlen($field['Type']) > 20) { + $nullify_code = '1'; + } else { + $nullify_code = '2'; + } + } elseif (strstr($field['True_Type'], 'set')) { + $nullify_code = '3'; + } elseif ($foreigners && isset($foreigners[$field['Field']]) && $foreignData['foreign_link'] == false) { + // foreign key in a drop-down + $nullify_code = '4'; + } elseif ($foreigners && isset($foreigners[$field['Field']]) && $foreignData['foreign_link'] == true) { + // foreign key with a browsing icon + $nullify_code = '6'; + } else { + $nullify_code = '5'; + } + // to be able to generate calls to nullify() in jQuery + echo ''; + echo ''; + echo ''; + } + echo ' ' . "\n"; + + // The value column (depends on type) + // ---------------- + // See bug #1667887 for the reason why we don't use the maxlength + // HTML attribute + + echo ' + + + \n"; + echo ' + +
                      ' . __('Type') . '' . __('Function') . '
                      + +
                      align="center"> + + + > + ' . __('Binary') . '-- + + ' . "\n"; + // Will be used by js/tbl_change.js to set the default value + // for the "Continue insertion" feature + echo '' . $special_chars . ''; + if ($foreignData['foreign_link'] == true) { + echo $backup_field . "\n"; + ?> + + + tabindex="" + id="field__3" + value="" /> + + + + + +  
                      + + + + + 32000) { + echo " ' . __(' Because of its length,
                      this column might not be editable '); + } + } elseif ($field['pma_type'] == 'enum') { + if (! isset($table_fields[$i]['values'])) { + $table_fields[$i]['values'] = array(); + foreach ($extracted_fieldspec['enum_set_values'] as $val) { + // Removes automatic MySQL escape format + $val = str_replace('\'\'', '\'', str_replace('\\\\', '\\', $val)); + $table_fields[$i]['values'][] = array( + 'plain' => $val, + 'html' => htmlspecialchars($val), + ); + } + } + $field_enum_values = $table_fields[$i]['values']; + ?> + + + 20) { + ?> + + '; + echo '' . "\n"; + $j++; + } // end for + } // end else + } elseif ($field['pma_type'] == 'set') { + if (! isset($table_fields[$i]['values'])) { + $table_fields[$i]['values'] = array(); + foreach ($extracted_fieldspec['enum_set_values'] as $val) { + $table_fields[$i]['values'][] = array( + 'plain' => $val, + 'html' => htmlspecialchars($val), + ); + } + $table_fields[$i]['select_size'] = min(4, count($table_fields[$i]['values'])); + } + $field_set_values = $table_fields[$i]['values']; + $select_size = $table_fields[$i]['select_size']; + + $vset = array_flip(explode(',', $data)); + echo $backup_field . "\n"; + ?> + + + '; + echo ' ' . __('Remove BLOB Repository Reference') . "
                      "; + echo PMA_BS_CreateReferenceLink($data, $db); + echo "
                      "; + } + else + { + echo __('Binary - do not edit'); + if (isset($data)) { + $data_size = PMA_formatByteDown(strlen(stripslashes($data)), 3, 1); + echo ' ('. $data_size [0] . ' ' . $data_size[1] . ')'; + unset($data_size); + } + echo "\n"; + } // end if (PMA_BS_IsTablePBMSEnabled($db, $table, $tbl_type) && PMA_BS_IsPBMSReference($data, $db)) + ?> + + + + + + + tabindex="" + id="field__3" /> + '; + echo ' ' . __('Upload to BLOB repository'); + } + + echo '
                      '; + echo ' '; + + // find maximum upload size, based on field type + /** + * @todo with functions this is not so easy, as you can basically + * process any data with function like MD5 + */ + $max_field_sizes = array( + 'tinyblob' => '256', + 'blob' => '65536', + 'mediumblob' => '16777216', + 'longblob' => '4294967296'); // yeah, really + + $this_field_max_size = $max_upload_size; // from PHP max + if ($this_field_max_size > $max_field_sizes[$field['pma_type']]) { + $this_field_max_size = $max_field_sizes[$field['pma_type']]; + } + echo PMA_displayMaximumUploadSize($this_field_max_size) . "\n"; + // do not generate here the MAX_FILE_SIZE, because we should + // put only one in the form to accommodate the biggest field + if ($this_field_max_size > $biggest_max_file_size) { + $biggest_max_file_size = $this_field_max_size; + } + } + + if (!empty($cfg['UploadDir'])) { + $files = PMA_getFileSelectOptions(PMA_userDir($cfg['UploadDir'])); + if ($files === FALSE) { + echo ' ' . __('Error') . '
                      ' . "\n"; + echo ' ' . __('The directory you set for upload work cannot be reached') . "\n"; + } elseif (!empty($files)) { + echo "
                      \n"; + echo ' ' . __('Or') . '' . ' ' . __('web server upload directory') . ':
                      ' . "\n"; + echo ' ' . "\n"; + } + } // end if (web-server upload directory) + } // end elseif (binary or blob) + + elseif (in_array($field['pma_type'], $no_support_types)) { + // ignore this column to avoid changing it + } + else { + // field size should be at least 4 and max 40 + $fieldsize = min(max($field['len'], 4), 40); + echo $backup_field . "\n"; + if ($field['is_char'] && ($cfg['CharEditing'] == 'textarea' || strpos($data, "\n") !== FALSE)) { + echo "\n"; + ?> + + + + tabindex="" + id="field__3" /> + + + + + + + + + +

                      '; +} // end foreach on multi-edit +?> +
                      + +
                      + + + + + + + + + + + +
                      + + + +        + + +
                      + + + + +
                      +
                      + 0) { + echo ' ' . PMA_generateHiddenMaxFileSize($biggest_max_file_size) . "\n"; + } ?> +
                      + + +
                      + + + + + $where_clause) { + echo ''. "\n"; + } + } + $tmp = '' . "\n"; + echo "\n" . sprintf(__('Continue insertion with %s rows'), $tmp); + unset($tmp); + echo '' . "\n"; + echo '
                      ' . "\n"; +} + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/tbl_chart.php b/htdocs/phpMyAdmin/tbl_chart.php new file mode 100644 index 000000000..f4b8bd3ad --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_chart.php @@ -0,0 +1,191 @@ + + +
                      +
                      + +
                      + + +
                      + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + + + +
                      + + + + +
                      + > + > + > + + > + +
                      + > + > +
                      + > + +
                      +

                      + +

                      +
                      +

                      + FAQ 6.29'); ?> +

                      +
                      + +
                      +
                      + +
                      +
                      +
                      + diff --git a/htdocs/phpMyAdmin/tbl_create.php b/htdocs/phpMyAdmin/tbl_create.php new file mode 100644 index 000000000..4d3171ad9 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_create.php @@ -0,0 +1,382 @@ + 0) { + $num_fields = (int) $_REQUEST['num_fields']; +} else { + $num_fields = 2; +} + +/** + * Selects the database to work with + */ +if (!PMA_DBI_select_db($db)) { + PMA_mysqlDie(sprintf(__('\'%s\' database does not exist.'), htmlspecialchars($db)), + '', '', 'main.php'); +} + +/** + * The form used to define the structure of the table has been submitted + */ +if (isset($_REQUEST['do_save_data'])) { + $sql_query = ''; + + // Transforms the radio button field_key into 3 arrays + $field_cnt = count($_REQUEST['field_name']); + for ($i = 0; $i < $field_cnt; ++$i) { + if (isset($_REQUEST['field_key'][$i])) { + if ($_REQUEST['field_key'][$i] == 'primary_' . $i) { + $field_primary[] = $i; + } + if ($_REQUEST['field_key'][$i] == 'index_' . $i) { + $field_index[] = $i; + } + if ($_REQUEST['field_key'][$i] == 'unique_' . $i) { + $field_unique[] = $i; + } + } // end if + } // end for + + // Builds the fields creation statements + for ($i = 0; $i < $field_cnt; $i++) { + // '0' is also empty for php :-( + if (empty($_REQUEST['field_name'][$i]) && $_REQUEST['field_name'][$i] != '0') { + continue; + } + + $query = PMA_Table::generateFieldSpec( + $_REQUEST['field_name'][$i], + $_REQUEST['field_type'][$i], + $_REQUEST['field_length'][$i], + $_REQUEST['field_attribute'][$i], + isset($_REQUEST['field_collation'][$i]) + ? $_REQUEST['field_collation'][$i] + : '', + isset($_REQUEST['field_null'][$i]) + ? $_REQUEST['field_null'][$i] + : 'NOT NULL', + $_REQUEST['field_default_type'][$i], + $_REQUEST['field_default_value'][$i], + isset($_REQUEST['field_extra'][$i]) + ? $_REQUEST['field_extra'][$i] + : false, + isset($_REQUEST['field_comments'][$i]) + ? $_REQUEST['field_comments'][$i] + : '', + $field_primary, + $i); + + $query .= ', '; + $sql_query .= $query; + } // end for + unset($field_cnt, $query); + $sql_query = preg_replace('@, $@', '', $sql_query); + + // Builds the primary keys statements + $primary = ''; + $primary_cnt = (isset($field_primary) ? count($field_primary) : 0); + for ($i = 0; $i < $primary_cnt; $i++) { + $j = $field_primary[$i]; + if (isset($_REQUEST['field_name'][$j]) && strlen($_REQUEST['field_name'][$j])) { + $primary .= PMA_backquote($_REQUEST['field_name'][$j]) . ', '; + } + } // end for + unset($primary_cnt); + $primary = preg_replace('@, $@', '', $primary); + if (strlen($primary)) { + $sql_query .= ', PRIMARY KEY (' . $primary . ')'; + } + unset($primary); + + // Builds the indexes statements + $index = ''; + $index_cnt = (isset($field_index) ? count($field_index) : 0); + for ($i = 0;$i < $index_cnt; $i++) { + $j = $field_index[$i]; + if (isset($_REQUEST['field_name'][$j]) && strlen($_REQUEST['field_name'][$j])) { + $index .= PMA_backquote($_REQUEST['field_name'][$j]) . ', '; + } + } // end for + unset($index_cnt); + $index = preg_replace('@, $@', '', $index); + if (strlen($index)) { + $sql_query .= ', INDEX (' . $index . ')'; + } + unset($index); + + // Builds the uniques statements + $unique = ''; + $unique_cnt = (isset($field_unique) ? count($field_unique) : 0); + for ($i = 0; $i < $unique_cnt; $i++) { + $j = $field_unique[$i]; + if (isset($_REQUEST['field_name'][$j]) && strlen($_REQUEST['field_name'][$j])) { + $unique .= PMA_backquote($_REQUEST['field_name'][$j]) . ', '; + } + } // end for + unset($unique_cnt); + $unique = preg_replace('@, $@', '', $unique); + if (strlen($unique)) { + $sql_query .= ', UNIQUE (' . $unique . ')'; + } + unset($unique); + + // Builds the FULLTEXT statements + $fulltext = ''; + $fulltext_cnt = (isset($field_fulltext) ? count($field_fulltext) : 0); + for ($i = 0; $i < $fulltext_cnt; $i++) { + $j = $field_fulltext[$i]; + if (isset($_REQUEST['field_name'][$j]) && strlen($_REQUEST['field_name'][$j])) { + $fulltext .= PMA_backquote($_REQUEST['field_name'][$j]) . ', '; + } + } // end for + + $fulltext = preg_replace('@, $@', '', $fulltext); + if (strlen($fulltext)) { + $sql_query .= ', FULLTEXT (' . $fulltext . ')'; + } + unset($fulltext); + + // Builds the 'create table' statement + $sql_query = 'CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table) + . ' (' . $sql_query . ')'; + + // Adds table type, character set, comments and partition definition + if (!empty($_REQUEST['tbl_type']) && ($_REQUEST['tbl_type'] != 'Default')) { + $sql_query .= ' ENGINE = ' . $_REQUEST['tbl_type']; + } + if (!empty($_REQUEST['tbl_collation'])) { + $sql_query .= PMA_generateCharsetQueryPart($_REQUEST['tbl_collation']); + } + if (!empty($_REQUEST['comment'])) { + $sql_query .= ' COMMENT = \'' . PMA_sqlAddslashes($_REQUEST['comment']) . '\''; + } + if (!empty($_REQUEST['partition_definition'])) { + $sql_query .= ' ' . PMA_sqlAddslashes($_REQUEST['partition_definition']); + } + $sql_query .= ';'; + + // Executes the query + $result = PMA_DBI_try_query($sql_query); + + if ($result) { + + // If comments were sent, enable relation stuff + require_once './libraries/transformations.lib.php'; + + // Update comment table for mime types [MIME] + if (isset($_REQUEST['field_mimetype']) + && is_array($_REQUEST['field_mimetype']) + && $cfg['BrowseMIME']) { + foreach ($_REQUEST['field_mimetype'] as $fieldindex => $mimetype) { + if (isset($_REQUEST['field_name'][$fieldindex]) + && strlen($_REQUEST['field_name'][$fieldindex])) { + PMA_setMIME($db, $table, $_REQUEST['field_name'][$fieldindex], $mimetype, + $_REQUEST['field_transformation'][$fieldindex], + $_REQUEST['field_transformation_options'][$fieldindex]); + } + } + } + + $message = PMA_Message::success(__('Table %1$s has been created.')); + $message->addParam(PMA_backquote($db) . '.' . PMA_backquote($table)); + + if($GLOBALS['is_ajax_request'] == true) { + + /** + * construct the html for the newly created table's row to be appended + * to the list of tables. + * + * Logic taken from db_structure.php + */ + + $tbl_url_params = array(); + $tbl_url_params['db'] = $db; + $tbl_url_params['table'] = $table; + $is_show_stats = $cfg['ShowStats']; + + $tbl_stats_result = PMA_DBI_query('SHOW TABLE STATUS FROM ' + . PMA_backquote($db) . ' LIKE \'' . addslashes($table) . '\';'); + $tbl_stats = PMA_DBI_fetch_assoc($tbl_stats_result); + PMA_DBI_free_result($tbl_stats_result); + unset($tbl_stats_result); + + if ($is_show_stats) { + $sum_size = (double) 0; + $overhead_size = (double) 0; + $overhead_check = ''; + + $tblsize = doubleval($tbl_stats['Data_length']) + doubleval($tbl_stats['Index_length']); + $sum_size += $tblsize; + list($formatted_size, $unit) = PMA_formatByteDown($tblsize, 3, ($tblsize > 0) ? 1 : 0); + if (isset($tbl_stats['Data_free']) && $tbl_stats['Data_free'] > 0) { + list($formatted_overhead, $overhead_unit) = PMA_formatByteDown($tbl_stats['Data_free'], 3, ($tbl_stats['Data_free'] > 0) ? 1 : 0); + $overhead_size += $tbl_stats['Data_free']; + } + + if (isset($formatted_overhead)) { + $overhead = $formatted_overhead . ' ' . $overhead_unit; + unset($formatted_overhead); + } else { + $overhead = '-'; + } + } + + $new_table_string = '' . "\n"; + $new_table_string .= ' ' . "\n"; + + $new_table_string .= ''; + $new_table_string .= ''. $table . ''; + + if (PMA_Tracker::isActive()) { + $truename = str_replace(' ', ' ', htmlspecialchars($table)); + if (PMA_Tracker::isTracked($db, $truename)) { + $new_table_string .= '' . __('Tracking is active.') . ''; + } elseif (PMA_Tracker::getVersion($db, $truename) > 0) { + $new_table_string .= '' . __('Tracking is not active.') . ''; + } + unset($truename); + } + $new_table_string .= '' . "\n"; + + $new_table_string .= '' . $titles['NoBrowse'] . '' . "\n"; + + $new_table_string .= '' . $titles['Structure'] . '' . "\n"; + + $new_table_string .= '' . $titles['NoSearch'] . '' . "\n"; + + $new_table_string .= '' . $titles['Insert'] . '' . "\n"; + + $new_table_string .= '' . $titles['NoEmpty'] . '' . "\n"; + + $new_table_string .= ''; + $new_table_string .= $titles['Drop']; + $new_table_string .= '' . "\n"; + + $new_table_string .= '' . $tbl_stats['Rows'] . '' . "\n"; + + $new_table_string .= '' . $tbl_stats['Engine'] . '' . "\n"; + + $new_table_string .= ' '. $tbl_stats['Collation'] .'' . "\n"; + + if($is_show_stats) { + $new_table_string .= ' ' . $formatted_size . ' ' . $unit . ' ' . "\n" ; + $new_table_string .= '' . $overhead . '' . "\n" ; + } + + $new_table_string .= '' . "\n"; + + $extra_data['new_table_string'] = $new_table_string; + + PMA_ajaxResponse($message, $message->isSuccess(), $extra_data); + } + + $display_query = $sql_query; + $sql_query = ''; + + // read table info on this newly created table, in case + // the next page is Structure + $reread_info = true; + require './libraries/tbl_info.inc.php'; + + // do not switch to sql.php - as there is no row to be displayed on a new table + if ($cfg['DefaultTabTable'] === 'sql.php') { + require './tbl_structure.php'; + } else { + require './' . $cfg['DefaultTabTable']; + } + exit; + } else { + if ($GLOBALS['is_ajax_request'] == true) { + PMA_ajaxResponse(PMA_DBI_getError(), false); + } else { + PMA_mysqlDie('', '', '', $err_url, false); + // An error happened while inserting/updating a table definition. + // to prevent total loss of that data, we embed the form once again. + // The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php + $num_fields = $_REQUEST['orig_num_fields']; + $regenerate = true; + } + } +} // end do create table + +/** + * Displays the form used to define the structure of the table + */ + +// This div is used to show the content(eg: create table form with more columns) fetched with AJAX subsequently. +if($GLOBALS['is_ajax_request'] != true) { + echo('
                      '); +} + +require './libraries/tbl_properties.inc.php'; +// Displays the footer +require './libraries/footer.inc.php'; + +if($GLOBALS['is_ajax_request'] != true) { + echo('
                      '); +} +?> diff --git a/htdocs/phpMyAdmin/tbl_export.php b/htdocs/phpMyAdmin/tbl_export.php new file mode 100644 index 000000000..6a7d03ff0 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_export.php @@ -0,0 +1,94 @@ + rebuild query from scratch; this doesn't work with nested + // selects :-( + $sql_query = 'SELECT '; + + if (isset($analyzed_sql[0]['queryflags']['distinct'])) { + $sql_query .= ' DISTINCT '; + } + + $sql_query .= $analyzed_sql[0]['select_expr_clause']; + + if (!empty($analyzed_sql[0]['from_clause'])) { + $sql_query .= ' FROM ' . $analyzed_sql[0]['from_clause']; + } + + $wheres = array(); + + if (isset($where_clause) && is_array($where_clause) + && count($where_clause) > 0) { + $wheres[] = '(' . implode(') OR (',$where_clause) . ')'; + } + + if (!empty($analyzed_sql[0]['where_clause'])) { + $wheres[] = $analyzed_sql[0]['where_clause']; + } + + if (count($wheres) > 0) { + $sql_query .= ' WHERE (' . implode(') AND (', $wheres) . ')'; + } + + if (!empty($analyzed_sql[0]['group_by_clause'])) { + $sql_query .= ' GROUP BY ' . $analyzed_sql[0]['group_by_clause']; + } + if (!empty($analyzed_sql[0]['having_clause'])) { + $sql_query .= ' HAVING ' . $analyzed_sql[0]['having_clause']; + } + if (!empty($analyzed_sql[0]['order_by_clause'])) { + $sql_query .= ' ORDER BY ' . $analyzed_sql[0]['order_by_clause']; + } + } else { + // Just crop LIMIT clause + $sql_query = $analyzed_sql[0]['section_before_limit'] . $analyzed_sql[0]['section_after_limit']; + } + $message = PMA_Message::success(); +} + +/** + * Displays top menu links + */ +require './libraries/tbl_links.inc.php'; + +$export_type = 'table'; +require_once './libraries/display_export.lib.php'; + + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/tbl_get_field.php b/htdocs/phpMyAdmin/tbl_get_field.php new file mode 100644 index 000000000..be0bdded6 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_get_field.php @@ -0,0 +1,55 @@ + diff --git a/htdocs/phpMyAdmin/tbl_import.php b/htdocs/phpMyAdmin/tbl_import.php new file mode 100644 index 000000000..ff99ca85b --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_import.php @@ -0,0 +1,35 @@ + + diff --git a/htdocs/phpMyAdmin/tbl_indexes.php b/htdocs/phpMyAdmin/tbl_indexes.php new file mode 100644 index 000000000..54923a0f8 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_indexes.php @@ -0,0 +1,263 @@ +getType()) { + case 'PRIMARY': + if ($index->getName() == '') { + $index->setName('PRIMARY'); + } elseif ($index->getName() != 'PRIMARY') { + $error = PMA_Message::error(__('The name of the primary key must be "PRIMARY"!')); + } + $sql_query .= ' ADD PRIMARY KEY'; + break; + case 'FULLTEXT': + case 'UNIQUE': + case 'INDEX': + if ($index->getName() == 'PRIMARY') { + $error = PMA_Message::error(__('Can\'t rename index to PRIMARY!')); + } + $sql_query .= ' ADD ' . $index->getType() . ' ' + . ($index->getName() ? PMA_backquote($index->getName()) : ''); + break; + } // end switch + + $index_fields = array(); + foreach ($index->getColumns() as $key => $column) { + $index_fields[$key] = PMA_backquote($column->getName()); + if ($column->getSubPart()) { + $index_fields[$key] .= '(' . $column->getSubPart() . ')'; + } + } // end while + + if (empty($index_fields)){ + $error = PMA_Message::error(__('No index parts defined!')); + } else { + $sql_query .= ' (' . implode(', ', $index_fields) . ')'; + } + + if (! $error) { + PMA_DBI_query($sql_query); + $message = PMA_Message::success(__('Table %1$s has been altered successfully')); + $message->addParam($table); + + $active_page = 'tbl_structure.php'; + require './tbl_structure.php'; + exit; + } else { + $error->display(); + } +} // end builds the new index + + +/** + * Display the form to edit/create an index + */ + +// Displays headers (if needed) +$GLOBALS['js_include'][] = 'indexes.js'; + +require_once './libraries/tbl_info.inc.php'; +require_once './libraries/tbl_links.inc.php'; + +if (isset($_REQUEST['index']) && is_array($_REQUEST['index'])) { + // coming already from form + $add_fields = + count($_REQUEST['index']['columns']['names']) - $index->getColumnCount(); + if (isset($_REQUEST['add_fields'])) { + $add_fields += $_REQUEST['added_fields']; + } +} elseif (isset($_REQUEST['create_index'])) { + $add_fields = $_REQUEST['added_fields']; +} else { + $add_fields = 1; +} + +// end preparing form values +?> + +
                      + $db, + 'table' => $table, +); + +if (isset($_REQUEST['create_index'])) { + $form_params['create_index'] = 1; +} elseif (isset($_REQUEST['old_index'])) { + $form_params['old_index'] = $_REQUEST['old_index']; +} elseif (isset($_REQUEST['index'])) { + $form_params['old_index'] = $_REQUEST['index']; +} + +echo PMA_generate_common_hidden_inputs($form_params); +?> +
                      + + + +must be the name of and only of a primary key!)'))->display(); +?> +
                      + + +
                      + +
                      + + + +
                      + +

                      + + + + + + + + +getColumns() as $column) { + ?> + + + + + + + + + + + +
                      + +
                      + +
                      +
                      + +
                      + +') . "\n"; +echo '' . "\n"; +?> +
                      +
                      + diff --git a/htdocs/phpMyAdmin/tbl_move_copy.php b/htdocs/phpMyAdmin/tbl_move_copy.php new file mode 100644 index 000000000..330edcc0b --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_move_copy.php @@ -0,0 +1,83 @@ + do the work + */ +if (PMA_isValid($_REQUEST['new_name'])) { + if ($db == $_REQUEST['target_db'] && $table == $_REQUEST['new_name']) { + if (isset($_REQUEST['submit_move'])) { + $message = PMA_Message::error(__('Can\'t move table to same one!')); + } else { + $message = PMA_Message::error(__('Can\'t copy table to same one!')); + } + $result = false; + } else { + $result = PMA_Table::moveCopy($db, $table, $_REQUEST['target_db'], $_REQUEST['new_name'], + $_REQUEST['what'], isset($_REQUEST['submit_move']), 'one_table'); + + if (isset($_REQUEST['submit_move'])) { + $message = PMA_Message::success(__('Table %s has been moved to %s.')); + } else { + $message = PMA_Message::success(__('Table %s has been copied to %s.')); + } + $old = PMA_backquote($db) . '.' . PMA_backquote($table); + $message->addParam($old); + $new = PMA_backquote($_REQUEST['target_db']) . '.' . PMA_backquote($_REQUEST['new_name']); + $message->addParam($new); + + /* Check: Work on new table or on old table? */ + if (isset($_REQUEST['submit_move']) || PMA_isValid($_REQUEST['switch_to_new'])) { + $db = $_REQUEST['target_db']; + $table = $_REQUEST['new_name']; + } + $reload = 1; + } +} else { + /** + * No new name for the table! + */ + $message = PMA_Message::error(__('The table name is empty!')); + $result = false; +} + +/** + * Back to the calling script + */ +$_message = $message; +unset($message); +?> diff --git a/htdocs/phpMyAdmin/tbl_operations.php b/htdocs/phpMyAdmin/tbl_operations.php new file mode 100644 index 000000000..28530dae7 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_operations.php @@ -0,0 +1,846 @@ +rename($_REQUEST['new_name'])) { + $_message .= $pma_table->getLastMessage(); + $result = true; + $GLOBALS['table'] = $pma_table->getName(); + $reread_info = true; + $reload = true; + } else { + $_message .= $pma_table->getLastError(); + $result = false; + } + } + if (isset($_REQUEST['comment']) + && urldecode($_REQUEST['prev_comment']) !== $_REQUEST['comment']) { + $table_alters[] = 'COMMENT = \'' . PMA_sqlAddslashes($_REQUEST['comment']) . '\''; + } + if (! empty($_REQUEST['new_tbl_type']) + && strtolower($_REQUEST['new_tbl_type']) !== strtolower($tbl_type)) { + $table_alters[] = 'ENGINE = ' . $_REQUEST['new_tbl_type']; + $tbl_type = $_REQUEST['new_tbl_type']; + // reset the globals for the new engine + PMA_set_global_variables_for_engine($tbl_type); + if ($is_aria) { + $transactional = (isset($transactional) && $transactional == '0') ? '0' : '1'; + $page_checksum = (isset($page_checksum)) ? $page_checksum : ''; + } + } + + if (! empty($_REQUEST['tbl_collation']) + && $_REQUEST['tbl_collation'] !== $tbl_collation) { + $table_alters[] = 'DEFAULT ' . PMA_generateCharsetQueryPart($_REQUEST['tbl_collation']); + } + + if (($is_myisam_or_aria || $is_isam) + && isset($_REQUEST['new_pack_keys']) + && $_REQUEST['new_pack_keys'] != (string)$pack_keys) { + $table_alters[] = 'pack_keys = ' . $_REQUEST['new_pack_keys']; + } + + $checksum = empty($checksum) ? '0' : '1'; + $_REQUEST['new_checksum'] = empty($_REQUEST['new_checksum']) ? '0' : '1'; + if ($is_myisam_or_aria + && $_REQUEST['new_checksum'] !== $checksum) { + $table_alters[] = 'checksum = ' . $_REQUEST['new_checksum']; + } + + $_REQUEST['new_transactional'] = empty($_REQUEST['new_transactional']) ? '0' : '1'; + if ($is_aria + && $_REQUEST['new_transactional'] !== $transactional) { + $table_alters[] = 'TRANSACTIONAL = ' . $_REQUEST['new_transactional']; + } + + $_REQUEST['new_page_checksum'] = empty($_REQUEST['new_page_checksum']) ? '0' : '1'; + if ($is_aria + && $_REQUEST['new_page_checksum'] !== $page_checksum) { + $table_alters[] = 'PAGE_CHECKSUM = ' . $_REQUEST['new_page_checksum']; + } + + $delay_key_write = empty($delay_key_write) ? '0' : '1'; + $_REQUEST['new_delay_key_write'] = empty($_REQUEST['new_delay_key_write']) ? '0' : '1'; + if ($is_myisam_or_aria + && $_REQUEST['new_delay_key_write'] !== $delay_key_write) { + $table_alters[] = 'delay_key_write = ' . $_REQUEST['new_delay_key_write']; + } + + if (($is_myisam_or_aria || $is_innodb || $is_pbxt) + && ! empty($_REQUEST['new_auto_increment']) + && (! isset($auto_increment) || $_REQUEST['new_auto_increment'] !== $auto_increment)) { + $table_alters[] = 'auto_increment = ' . PMA_sqlAddslashes($_REQUEST['new_auto_increment']); + } + + if (($is_myisam_or_aria || $is_innodb || $is_pbxt) + && ! empty($_REQUEST['new_row_format']) + && (! isset($row_format) || strtolower($_REQUEST['new_row_format']) !== strtolower($row_format))) { + $table_alters[] = 'ROW_FORMAT = ' . PMA_sqlAddslashes($_REQUEST['new_row_format']); + } + + if (count($table_alters) > 0) { + $sql_query = 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']); + $sql_query .= "\r\n" . implode("\r\n", $table_alters); + $result .= PMA_DBI_query($sql_query) ? true : false; + $reread_info = true; + unset($table_alters); + foreach (PMA_DBI_get_warnings() as $warning) { + // In MariaDB 5.1.44, when altering a table from Maria to MyISAM + // and if TRANSACTIONAL was set, the system reports an error; + // I discussed with a Maria developer and he agrees that this + // should not be reported with a Level of Error, so here + // I just ignore it. But there are other 1478 messages + // that it's better to show. + if (! ($_REQUEST['new_tbl_type'] == 'MyISAM' && $warning['Code'] == '1478' && $warning['Level'] == 'Error')) { + $warning_messages[] = $warning['Level'] . ': #' . $warning['Code'] + . ' ' . $warning['Message']; + } + } + } +} +/** + * Reordering the table has been requested by the user + */ +if (isset($_REQUEST['submitorderby']) && ! empty($_REQUEST['order_field'])) { + $sql_query = ' + ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . ' + ORDER BY ' . PMA_backquote(urldecode($_REQUEST['order_field'])); + if (isset($_REQUEST['order_order']) && $_REQUEST['order_order'] === 'desc') { + $sql_query .= ' DESC'; + } + $result = PMA_DBI_query($sql_query); +} // end if + +/** + * A partition operation has been requested by the user + */ +if (isset($_REQUEST['submit_partition']) && ! empty($_REQUEST['partition_operation'])) { + $sql_query = 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . ' ' . $_REQUEST['partition_operation'] . ' PARTITION ' . $_REQUEST['partition_name']; + $result = PMA_DBI_query($sql_query); +} // end if + +if ($reread_info) { + // to avoid showing the old value (for example the AUTO_INCREMENT) after + // a change, clear the cache + PMA_Table::$cache = array(); + $page_checksum = $checksum = $delay_key_write = 0; + require './libraries/tbl_info.inc.php'; +} +unset($reread_info); + +/** + * Displays top menu links + */ +require_once './libraries/tbl_links.inc.php'; + +if (isset($result) && empty($message_to_show)) { + // set to success by default, because result set could be empty + // (for example, a table rename) + $_type = 'success'; + if (empty($_message)) { + $_message = $result ? __('Your SQL query has been executed successfully') : __('Error'); + // $result should exist, regardless of $_message + $_type = $result ? 'success' : 'error'; + } + if (! empty($warning_messages)) { + $_message = new PMA_Message; + $_message->addMessages($warning_messages); + $_message->isError(true); + unset($warning_messages); + } + PMA_showMessage($_message, $sql_query, $_type); + unset($_message, $_type); +} + +$url_params['goto'] = 'tbl_operations.php'; +$url_params['back'] = 'tbl_operations.php'; + +/** + * Get columns names + */ +$local_query = ' + SHOW COLUMNS + FROM ' . PMA_backquote($GLOBALS['table']) . ' + FROM ' . PMA_backquote($GLOBALS['db']); +$columns = PMA_DBI_fetch_result($local_query, null, 'Field'); +unset($local_query); + +/** + * Displays the page + */ +?> + +
                      +
                      + +
                      + + + +
                      +
                      + +
                      +
                      +
                      + + +
                      +
                      + + + +
                      + .table):'); ?> +databases) > $GLOBALS['cfg']['MaxDbList']) { +?> + + + + +  .  +
                      + + +
                      +
                      +
                      + +
                      +
                      +
                      + +5.0.4, >4.1.12 and >4.0.11, so I decided not to +// check for version +?> + + +
                      +
                      + + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + && ($is_myisam_or_aria || $is_innodb || $is_pbxt)) { + ?> + + + + array( + 'FIXED' => 'FIXED', + 'DYNAMIC' => 'DYNAMIC', + 'PAGE' => 'PAGE' + ), + 'MARIA' => array( + 'FIXED' => 'FIXED', + 'DYNAMIC' => 'DYNAMIC', + 'PAGE' => 'PAGE' + ), + 'MYISAM' => array( + 'FIXED' => 'FIXED', + 'DYNAMIC' => 'DYNAMIC' + ), + 'PBXT' => array( + 'FIXED' => 'FIXED', + 'DYNAMIC' => 'DYNAMIC' + ), + 'INNODB' => array( + 'COMPACT' => 'COMPACT', + 'REDUNDANT' => 'REDUNDANT') +); + +$innodb_engine_plugin = PMA_StorageEngine::getEngine('innodb'); +$innodb_plugin_version = $innodb_engine_plugin->getInnodbPluginVersion(); +if (!empty($innodb_plugin_version)) { + $innodb_file_format = $innodb_engine_plugin->getInnodbFileFormat(); +} else { + $innodb_file_format = ''; +} +if ('Barracuda' == $innodb_file_format && $innodb_engine_plugin->supportsFilePerTable()) { + $possible_row_formats['INNODB']['DYNAMIC'] = 'DYNAMIC'; + $possible_row_formats['INNODB']['COMPRESSED'] = 'COMPRESSED'; +} +unset($innodb_engine_plugin, $innodb_plugin_version, $innodb_file_format); + +// for MYISAM there is also COMPRESSED but it can be set only by the +// myisampack utility, so don't offer here the choice because if we +// try it inside an ALTER TABLE, MySQL (at least in 5.1.23-maria) +// does not return a warning +// (if the table was compressed, it can be seen on the Structure page) + +if (isset($possible_row_formats[$tbl_type])) { + $current_row_format = strtoupper($showtable['Row_format']); + echo ''; + echo ''; + echo ''; +} +?> +
                      +
                      + +
                      + + +
                      +
                      +
                      /> +
                      /> +
                      /> +
                      /> +
                      '; + echo PMA_generate_html_dropdown('new_row_format', $possible_row_formats[$tbl_type], $current_row_format, 'new_row_format'); + unset($possible_row_formats, $current_row_format); + echo '
                      +
                      +
                      + +
                      +
                      +
                      + + +
                      +
                      + + +
                      + .table):'); ?> +databases) > $GLOBALS['cfg']['MaxDbList']) { +?> + + + + +  .  +
                      + __('Structure only'), + 'data' => __('Structure and data'), + 'dataonly' => __('Data only')); + PMA_display_html_radio('what', $choices, 'data', true); + unset($choices); +?> + + +
                      + +
                      + + +
                      + + /> + +
                      +
                      + +
                      +
                      +
                      + +
                      + +
                      +
                      + + +
                        + 'CHECK TABLE ' . PMA_backquote($GLOBALS['table']), + 'table_maintenance' => 'Go', + )); + ?> +
                      • + + +
                      • + 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . ' ENGINE = InnoDB')); + ?> +
                      • + + +
                      • + 'ANALYZE TABLE ' . PMA_backquote($GLOBALS['table']), + 'table_maintenance' => 'Go', + )); + ?> +
                      • + + +
                      • + 'REPAIR TABLE ' . PMA_backquote($GLOBALS['table']), + 'table_maintenance' => 'Go', + )); + ?> +
                      • + + +
                      • + 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table']), + 'table_maintenance' => 'Go', + )); + ?> +
                      • + + +
                      • + 'FLUSH TABLE ' . PMA_backquote($GLOBALS['table']), + 'message_to_show' => sprintf(__('Table %s has been flushed'), + htmlspecialchars($GLOBALS['table'])), + 'reload' => 1, + )); +?> +
                      • + + +
                      • +
                      +
                      +
                      + +
                      +
                      + + +
                        + $this_sql_query, + 'goto' => 'tbl_structure.php', + 'reload' => '1', + 'message_to_show' => sprintf(__('Table %s has been emptied'), htmlspecialchars($table)), + )); + ?> +
                      • + + +
                      • + $this_sql_query, + 'goto' => 'db_operations.php', + 'reload' => '1', + 'purge' => '1', + 'message_to_show' => sprintf(($tbl_is_view ? __('View %s has been dropped') : __('Table %s has been dropped')), htmlspecialchars($table)), + // table name is needed to avoid running + // PMA_relationsCleanupDatabase() on the whole db later + 'table' => $GLOBALS['table'], + )); + ?> +
                      • + + +
                      • + +
                      +
                      +
                      + + +
                      +
                      + +
                      + +' . "\n"; + foreach($partition_names as $one_partition) { + $one_partition = htmlspecialchars($one_partition); + $html_select .= '' . "\n"; + } + $html_select .= '' . "\n"; + printf(__('Partition %s'), $html_select); + unset($partition_names, $one_partition, $html_select); + $choices = array( + 'ANALYZE' => __('Analyze'), + 'CHECK' => __('Check'), + 'OPTIMIZE' => __('Optimize'), + 'REBUILD' => __('Rebuild'), + 'REPAIR' => __('Repair')); + PMA_display_html_radio('partition_operation', $choices, '', false); + unset($choices); + echo PMA_showMySQLDocu('partitioning_maintenance', 'partitioning_maintenance'); + // I'm not sure of the best way to display that; this link does + // not depend on the Go button + $this_url_params = array_merge($url_params, + array( + 'sql_query' => 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . ' REMOVE PARTITIONING' + )); +?> +
                      + +
                      +
                      + +
                      +
                      +
                      + + +
                      +
                      + +
                        + $arr) { + $join_query = 'SELECT ' . PMA_backquote($GLOBALS['table']) . '.* FROM ' + . PMA_backquote($GLOBALS['table']) . ' LEFT JOIN ' + . PMA_backquote($arr['foreign_table']); + if ($arr['foreign_table'] == $GLOBALS['table']) { + $foreign_table = $GLOBALS['table'] . '1'; + $join_query .= ' AS ' . PMA_backquote($foreign_table); + } else { + $foreign_table = $arr['foreign_table']; + } + $join_query .= ' ON ' + . PMA_backquote($GLOBALS['table']) . '.' . PMA_backquote($master) + . ' = ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($arr['foreign_field']) + . ' WHERE ' + . PMA_backquote($foreign_table) . '.' . PMA_backquote($arr['foreign_field']) + . ' IS NULL AND ' + . PMA_backquote($GLOBALS['table']) . '.' . PMA_backquote($master) + . ' IS NOT NULL'; + $this_url_params = array_merge($url_params, + array('sql_query' => $join_query)); + echo '
                      • ' + . '' . $master . ' -> ' . $arr['foreign_table'] . '.' . $arr['foreign_field'] + . '
                      • ' . "\n"; + } // foreach $foreign + unset($foreign_table, $join_query); + ?> +
                      +
                      +
                      + diff --git a/htdocs/phpMyAdmin/tbl_printview.php b/htdocs/phpMyAdmin/tbl_printview.php new file mode 100644 index 000000000..ce007d163 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_printview.php @@ -0,0 +1,500 @@ + 1); + +if ($multi_tables) { + if (empty($GLOBALS['is_header_sent'])) { + require_once './libraries/header.inc.php'; + } + $tbl_list = ''; + foreach ($the_tables as $key => $table) { + $tbl_list .= (empty($tbl_list) ? '' : ', ') + . PMA_backquote($table); + } + echo ''. __('Show tables') . ': ' . htmlspecialchars($tbl_list) . '' . "\n"; + echo '
                      ' . "\n"; +} // end if + +$tables_cnt = count($the_tables); +$counter = 0; + +foreach ($the_tables as $key => $table) { + if ($counter + 1 >= $tables_cnt) { + $breakstyle = ''; + } else { + $breakstyle = ' style="page-break-after: always;"'; + } + $counter++; + echo '' . "\n"; + echo '

                      ' . htmlspecialchars($table) . '

                      ' . "\n"; + + /** + * Gets table informations + */ + $showtable = PMA_Table::sGetStatusInfo($db, $table); + $num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0); + $show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : ''); + + $tbl_is_view = PMA_Table::isView($db, $table); + + /** + * Gets fields properties + */ + $result = PMA_DBI_query( + 'SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, + PMA_DBI_QUERY_STORE); + $fields_cnt = PMA_DBI_num_rows($result); + + +// We need this to correctly learn if a TIMESTAMP is NOT NULL, since +// SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL +// and SHOW CREATE TABLE says NOT NULL (tested +// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/20910). + + $show_create_table = PMA_DBI_fetch_value( + 'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), + 0, 1); + $analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table)); + + // Check if we can use Relations (Mike Beck) + // Find which tables are related with the current one and write it in + // an array + $res_rel = PMA_getForeigners($db, $table); + $have_rel = (bool) count($res_rel); + + /** + * Displays the comments of the table if MySQL >= 3.23 + */ + if (!empty($show_comment)) { + echo __('Table comments') . ': ' . htmlspecialchars($show_comment) . '

                      '; + } + + /** + * Displays the table structure + */ + ?> + + + + + + + + + + + + ' . __('Links to') . '' . "\n"; + } + echo ' ' . "\n"; + if ($cfgRelation['mimework']) { + echo ' ' . "\n"; + } + ?> + + + + NULL'; + } + } else { + $row['Default'] = htmlspecialchars($row['Default']); + } + $field_name = htmlspecialchars($row['Field']); + + // here, we have a TIMESTAMP that SHOW FULL FIELDS reports as having the + // NULL attribute, but SHOW CREATE TABLE says the contrary. Believe + // the latter. + /** + * @todo merge this logic with the one in tbl_structure.php + * or move it in a function similar to PMA_DBI_get_columns_full() + * but based on SHOW CREATE TABLE because information_schema + * cannot be trusted in this case (MySQL bug) + */ + if (!empty($analyzed_sql[0]['create_table_fields'][$field_name]['type']) && $analyzed_sql[0]['create_table_fields'][$field_name]['type'] == 'TIMESTAMP' && $analyzed_sql[0]['create_table_fields'][$field_name]['timestamp_not_null']) { + $row['Null'] = ''; + } + ?> + + + + + + + + '; + if (isset($res_rel[$field_name])) { + echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']); + } + echo ' ' . "\n"; + } + echo ' ' . "\n"; + if ($cfgRelation['mimework']) { + $mime_map = PMA_getMIME($db, $table, true); + + echo ' ' . "\n"; + } + ?> + + + +
                      ' . __('Comments') . 'MIME
                      + ' . $field_name . '' . "\n"; + } else { + echo ' ' . $field_name . "\n"; + } + ?> +   '; + $comments = PMA_getComments($db, $table); + if (isset($comments[$field_name])) { + echo htmlspecialchars($comments[$field_name]); + } + echo ' '; + if (isset($mime_map[$field_name])) { + echo htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])); + } + echo ' 
                      + 0) { + list($free_size, $free_unit) = PMA_formatByteDown($showtable['Data_free']); + list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length'] - $showtable['Data_free']); + } else { + unset($free_size); + unset($free_unit); + list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']); + } + list($tot_size, $tot_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']); + if ($num_rows > 0) { + list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1); + } + + // Displays them + ?> +

                      + + + + + + + + + + + + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      +
                        + + + + + + + + + + + + + + + + + 0) { + ?> + + + + + 0 && $mergetable == false) { + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + +
                      + +
                       ø + +
                       ø + +
                       Autoindex + +
                      + +
                      + +
                      + +
                      +
                      + + ' . "\n"; + } // end if + echo '
                      ' . "\n"; + +} // end while + +/** + * Displays the footer + */ +?> + + + + + + diff --git a/htdocs/phpMyAdmin/tbl_relation.php b/htdocs/phpMyAdmin/tbl_relation.php new file mode 100644 index 000000000..400fc6319 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_relation.php @@ -0,0 +1,573 @@ + 'CASCADE', + 'SET_NULL' => 'SET NULL', + 'NO_ACTION' => 'NO ACTION', + 'RESTRICT' => 'RESTRICT', +); + +/** + * Generate dropdown choices + * + * @param string Message to display + * @param string Name of the ' . "\n"; + + foreach ($choices as $one_value => $one_label) { + echo '' . "\n"; + } + echo '' . "\n"; +} + +/** + * Split a string on backquote pairs + * + * @param string original string + * @return array containing the elements (and their surrounding backquotes) + * + * @access public + */ +function PMA_backquote_split($text) +{ + $elements = array(); + $final_pos = strlen($text) - 1; + $pos = 0; + while ($pos <= $final_pos) { + $first_backquote = strpos($text, '`', $pos); + $second_backquote = strpos($text, '`', $first_backquote + 1); + // after the second one, there might be another one which means + // this is an escaped backquote + if ($second_backquote < $final_pos && '`' == $text[$second_backquote + 1]) { + $second_backquote = strpos($text, '`', $second_backquote + 2); + } + if (false === $first_backquote || false === $second_backquote) { + break; + } + $elements[] = substr($text, $first_backquote, $second_backquote - $first_backquote + 1); + $pos = $second_backquote + 1; + } + return($elements); +} + +/** + * Gets the relation settings + */ +$cfgRelation = PMA_getRelationsParam(); + + +/** + * Updates + */ +if ($cfgRelation['relwork']) { + $existrel = PMA_getForeigners($db, $table, '', 'internal'); +} +if (PMA_foreignkey_supported($tbl_type)) { + $existrel_foreign = PMA_getForeigners($db, $table, '', 'foreign'); +} +if ($cfgRelation['displaywork']) { + $disp = PMA_getDisplayField($db, $table); +} + +// will be used in the logic for internal relations and foreign keys: +$me_fields_name = + isset($_REQUEST['fields_name']) + ? $_REQUEST['fields_name'] + : null; + +// u p d a t e s f o r I n t e r n a l r e l a t i o n s +if (isset($destination) && $cfgRelation['relwork']) { + + foreach ($destination as $master_field_md5 => $foreign_string) { + $upd_query = false; + + // Map the fieldname's md5 back to its real name + $master_field = $me_fields_name[$master_field_md5]; + + if (! empty($foreign_string)) { + $foreign_string = trim($foreign_string, '`'); + list($foreign_db, $foreign_table, $foreign_field) = + explode('.', $foreign_string); + if (! isset($existrel[$master_field])) { + $upd_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) + . '(master_db, master_table, master_field, foreign_db, foreign_table, foreign_field)' + . ' values(' + . '\'' . PMA_sqlAddslashes($db) . '\', ' + . '\'' . PMA_sqlAddslashes($table) . '\', ' + . '\'' . PMA_sqlAddslashes($master_field) . '\', ' + . '\'' . PMA_sqlAddslashes($foreign_db) . '\', ' + . '\'' . PMA_sqlAddslashes($foreign_table) . '\',' + . '\'' . PMA_sqlAddslashes($foreign_field) . '\')'; + } elseif ($existrel[$master_field]['foreign_db'] . '.' .$existrel[$master_field]['foreign_table'] . '.' . $existrel[$master_field]['foreign_field'] != $foreign_string) { + $upd_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) . ' SET' + . ' foreign_db = \'' . PMA_sqlAddslashes($foreign_db) . '\', ' + . ' foreign_table = \'' . PMA_sqlAddslashes($foreign_table) . '\', ' + . ' foreign_field = \'' . PMA_sqlAddslashes($foreign_field) . '\' ' + . ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\'' + . ' AND master_field = \'' . PMA_sqlAddslashes($master_field) . '\''; + } // end if... else.... + } elseif (isset($existrel[$master_field])) { + $upd_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) + . ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\'' + . ' AND master_field = \'' . PMA_sqlAddslashes($master_field) . '\''; + } // end if... else.... + if ($upd_query) { + PMA_query_as_controluser($upd_query); + } + } // end while +} // end if (updates for internal relations) + +// u p d a t e s f o r f o r e i g n k e y s +// (for now, one index name only; we keep the definitions if the +// foreign db is not the same) +// I use $sql_query to be able to display directly the query via +// PMA_showMessage() + +if (isset($_REQUEST['destination_foreign'])) { + $display_query = ''; + $seen_error = false; + foreach ($_REQUEST['destination_foreign'] as $master_field_md5 => $foreign_string) { + + // Map the fieldname's md5 back to it's real name + $master_field = $me_fields_name[$master_field_md5]; + + if (! empty($foreign_string)) { + list($foreign_db, $foreign_table, $foreign_field) = PMA_backquote_split($foreign_string); + if (!isset($existrel_foreign[$master_field])) { + // no key defined for this field + + // The next few lines are repeated below, so they + // could be put in an include file + // Note: I tried to enclose the db and table name with + // backquotes but MySQL 4.0.16 did not like the syntax + // (for example: `base2`.`table1`) + + $sql_query = 'ALTER TABLE ' . PMA_backquote($table) + . ' ADD FOREIGN KEY (' + . PMA_backquote($master_field) . ')' + . ' REFERENCES ' + . $foreign_db . '.' + . $foreign_table . '(' + . $foreign_field . ')'; + + if (! empty($_REQUEST['on_delete'][$master_field_md5])) { + $sql_query .= ' ON DELETE ' . $options_array[$_REQUEST['on_delete'][$master_field_md5]]; + } + if (! empty($_REQUEST['on_update'][$master_field_md5])) { + $sql_query .= ' ON UPDATE ' . $options_array[$_REQUEST['on_update'][$master_field_md5]]; + } + $sql_query .= ';'; + $display_query .= $sql_query . "\n"; + // end repeated code + + } elseif (PMA_backquote($existrel_foreign[$master_field]['foreign_db']) != $foreign_db + || PMA_backquote($existrel_foreign[$master_field]['foreign_table']) != $foreign_table + || PMA_backquote($existrel_foreign[$master_field]['foreign_field']) != $foreign_field + || ($_REQUEST['on_delete'][$master_field_md5] != (!empty($existrel_foreign[$master_field]['on_delete']) ? $existrel_foreign[$master_field]['on_delete'] : '')) + || ($_REQUEST['on_update'][$master_field_md5] != (!empty($existrel_foreign[$master_field]['on_update']) ? $existrel_foreign[$master_field]['on_update'] : '')) + ) { + // another foreign key is already defined for this field + // or + // an option has been changed for ON DELETE or ON UPDATE + + // remove existing key + $sql_query = 'ALTER TABLE ' . PMA_backquote($table) + . ' DROP FOREIGN KEY ' + . PMA_backquote($existrel_foreign[$master_field]['constraint']) . ';'; + + // I tried to send both in one query but it failed + PMA_DBI_query($sql_query); + $display_query .= $sql_query . "\n"; + + // add another + $sql_query = 'ALTER TABLE ' . PMA_backquote($table) + . ' ADD FOREIGN KEY (' + . PMA_backquote($master_field) . ')' + . ' REFERENCES ' + . $foreign_db . '.' + . $foreign_table . '(' + . $foreign_field . ')'; + + if (! empty($_REQUEST['on_delete'][$master_field_md5])) { + $sql_query .= ' ON DELETE ' + . $options_array[$_REQUEST['on_delete'][$master_field_md5]]; + } + if (! empty($_REQUEST['on_update'][$master_field_md5])) { + $sql_query .= ' ON UPDATE ' + . $options_array[$_REQUEST['on_update'][$master_field_md5]]; + } + $sql_query .= ';'; + $display_query .= $sql_query . "\n"; + + } // end if... else.... + } elseif (isset($existrel_foreign[$master_field])) { + $sql_query = 'ALTER TABLE ' . PMA_backquote($table) + . ' DROP FOREIGN KEY ' + . PMA_backquote($existrel_foreign[$master_field]['constraint']); + $sql_query .= ';'; + $display_query .= $sql_query . "\n"; + } // end if... else.... + + if (! empty($sql_query)) { + PMA_DBI_try_query($sql_query); + $tmp_error = PMA_DBI_getError(); + if (! empty($tmp_error)) { + $seen_error = true; + } + if (substr($tmp_error, 1, 4) == '1216' + || substr($tmp_error, 1, 4) == '1452') { + PMA_mysqlDie($tmp_error, $sql_query, FALSE, '', FALSE); + echo PMA_showMySQLDocu('manual_Table_types', 'InnoDB_foreign_key_constraints') . "\n"; + } + if (substr($tmp_error, 1, 4) == '1005') { + $message = PMA_Message::error( __('Error creating foreign key on %1$s (check data types)')); + $message->addParam($master_field); + $message->display(); + echo PMA_showMySQLDocu('manual_Table_types', 'InnoDB_foreign_key_constraints') . "\n"; + } + unset($tmp_error); + $sql_query = ''; + } + } // end foreach + if (!empty($display_query)) { + if ($seen_error) { + PMA_showMessage(__('Error'), null, 'error'); + } else { + PMA_showMessage(__('Your SQL query has been executed successfully'), null, 'success'); + } + } +} // end if isset($destination_foreign) + + +// U p d a t e s f o r d i s p l a y f i e l d + +if ($cfgRelation['displaywork'] && isset($display_field)) { + $upd_query = false; + if ($disp) { + if ($display_field != '') { + $upd_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info']) + . ' SET display_field = \'' . PMA_sqlAddslashes($display_field) . '\'' + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''; + } else { + $upd_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info']) + . ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' + . ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''; + } + } elseif ($display_field != '') { + $upd_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info']) + . '(db_name, table_name, display_field) ' + . ' VALUES(' + . '\'' . PMA_sqlAddslashes($db) . '\',' + . '\'' . PMA_sqlAddslashes($table) . '\',' + . '\'' . PMA_sqlAddslashes($display_field) . '\')'; + } + + if ($upd_query) { + PMA_query_as_controluser($upd_query); + } +} // end if + +// If we did an update, refresh our data +if (isset($destination) && $cfgRelation['relwork']) { + $existrel = PMA_getForeigners($db, $table, '', 'internal'); +} +if (isset($destination_foreign) && PMA_foreignkey_supported($tbl_type)) { + $existrel_foreign = PMA_getForeigners($db, $table, '', 'foreign'); +} + +if ($cfgRelation['displaywork']) { + $disp = PMA_getDisplayField($db, $table); +} + + +/** + * Dialog + */ + +// common form +echo '
                      ' . "\n"; +echo PMA_generate_common_hidden_inputs($db, $table); + + +// relations + +if ($cfgRelation['relwork'] || PMA_foreignkey_supported($tbl_type)) { + // To choose relations we first need all tables names in current db + // and if the main table supports foreign keys + // we use SHOW TABLE STATUS because we need to find other tables of the + // same engine. + + if (PMA_foreignkey_supported($tbl_type)) { + $tab_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db); + // [0] of the row is the name + // [1] is the type + } else { + $tab_query = 'SHOW TABLES FROM ' . PMA_backquote($db); + // [0] of the row is the name + } + + $tab_rs = PMA_DBI_query($tab_query, null, PMA_DBI_QUERY_STORE); + $selectboxall[] = ''; + $selectboxall_foreign[] = ''; + + while ($curr_table = PMA_DBI_fetch_row($tab_rs)) { + $current_table = new PMA_Table($curr_table[0], $db); + + // explicitely ask for non-quoted list of indexed columns + $selectboxall = array_merge($selectboxall, $current_table->getUniqueColumns($backquoted = false)); + + // if foreign keys are supported, collect all keys from other + // tables of the same engine + if (PMA_foreignkey_supported($tbl_type) + && isset($curr_table[1]) + && strtoupper($curr_table[1]) == $tbl_type) { + // explicitely ask for non-quoted list of indexed columns + // need to obtain backquoted values to support dots inside values + $selectboxall_foreign = array_merge($selectboxall_foreign, $current_table->getIndexedColumns($backquoted = true)); + } + } // end while over tables +} // end if + +// Now find out the columns of our $table +// need to use PMA_DBI_QUERY_STORE with PMA_DBI_num_rows() in mysqli +$col_rs = PMA_DBI_try_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE); + +if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) { + while ($row = PMA_DBI_fetch_assoc($col_rs)) { + $save_row[] = $row; + } + $saved_row_cnt = count($save_row); + ?> +
                      + + + + + ' . __('Internal relation'); + if (PMA_foreignkey_supported($tbl_type)) { + echo PMA_showHint(__('An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.')); + } + echo ''; + } + if (PMA_foreignkey_supported($tbl_type)) { + // this does not have to be translated, it's part of the MySQL syntax + echo ''; + } + ?> + + + + + + + '; + if (!empty($save_row[$i]['Key'])) { + ?> + + + + + ' . "\n" + .'' . "\n"; + + PMA_generate_dropdown('ON UPDATE', + 'on_update[' . $myfield_md5 . ']', + $options_array, + isset($existrel_foreign[$myfield]['on_update']) ? $existrel_foreign[$myfield]['on_update']: 'RESTRICT'); + echo '' . "\n"; + } else { + echo __('No index defined!'); + } // end if (a key exists) + echo ' '; + } // end if (InnoDB) + ?> + + ' . "\n"; + echo '' . "\n"; + + if ($cfgRelation['displaywork']) { + // Get "display_field" infos + $disp = PMA_getDisplayField($db, $table); + ?> +
                      + + +
                      + +
                      + +
                      + + diff --git a/htdocs/phpMyAdmin/tbl_replace.php b/htdocs/phpMyAdmin/tbl_replace.php new file mode 100644 index 000000000..f7cc17c1b --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_replace.php @@ -0,0 +1,458 @@ +get('BLOBSTREAMING_PLUGINS_EXIST'); + +// Check parameters +PMA_checkParameters(array('db', 'table', 'goto')); + +PMA_DBI_select_db($GLOBALS['db']); + +/** + * Initializes some variables + */ +$goto_include = false; + +// Needed for generation of Inline Edit anchors +$GLOBALS['js_include'][] = 'sql.js'; + +if (isset($_REQUEST['insert_rows']) && is_numeric($_REQUEST['insert_rows']) && $_REQUEST['insert_rows'] != $cfg['InsertRows']) { + $cfg['InsertRows'] = $_REQUEST['insert_rows']; + $GLOBALS['js_include'][] = 'tbl_change.js'; + require_once './libraries/header.inc.php'; + require './tbl_change.php'; + exit; +} + +if (isset($_REQUEST['after_insert']) + && in_array($_REQUEST['after_insert'], array('new_insert', 'same_insert', 'edit_next'))) { + $url_params['after_insert'] = $_REQUEST['after_insert']; + //$GLOBALS['goto'] = 'tbl_change.php'; + $goto_include = 'tbl_change.php'; + + if (isset($_REQUEST['where_clause'])) { + if ($_REQUEST['after_insert'] == 'same_insert') { + foreach ($_REQUEST['where_clause'] as $one_where_clause) { + $url_params['where_clause'][] = $one_where_clause; + } + } elseif ($_REQUEST['after_insert'] == 'edit_next') { + foreach ($_REQUEST['where_clause'] as $one_where_clause) { + $local_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($GLOBALS['table']) + . ' WHERE ' . str_replace('` =', '` >', $one_where_clause) + . ' LIMIT 1;'; + $res = PMA_DBI_query($local_query); + $row = PMA_DBI_fetch_row($res); + $meta = PMA_DBI_get_fields_meta($res); + // must find a unique condition based on unique key, + // not a combination of all fields + list($unique_condition, $clause_is_unique) = PMA_getUniqueCondition($res, count($meta), $meta, $row, true); + if (! empty($unique_condition)) { + $_SESSION['edit_next'] = $unique_condition; + } + unset($unique_condition, $clause_is_unique); + } + } + } +} elseif (! empty($GLOBALS['goto'])) { + if (! preg_match('@^[a-z_]+\.php$@', $GLOBALS['goto'])) { + // this should NOT happen + //$GLOBALS['goto'] = false; + $goto_include = false; + } else { + $goto_include = $GLOBALS['goto']; + } + if ($GLOBALS['goto'] == 'db_sql.php' && strlen($GLOBALS['table'])) { + $GLOBALS['table'] = ''; + } +} + +if (! $goto_include) { + if (! strlen($GLOBALS['table'])) { + $goto_include = 'db_sql.php'; + } else { + $goto_include = 'tbl_sql.php'; + } +} + +// Defines the url to return in case of failure of the query +if (isset($_REQUEST['err_url'])) { + $err_url = $_REQUEST['err_url']; +} else { + $err_url = 'tbl_change.php' . PMA_generate_common_url($url_params); +} + +/** + * Prepares the update/insert of a row + */ +if (isset($_REQUEST['where_clause'])) { + // we were editing something => use the WHERE clause + $loop_array = (is_array($_REQUEST['where_clause']) ? $_REQUEST['where_clause'] : array($_REQUEST['where_clause'])); + $using_key = true; + $is_insert = ($_REQUEST['submit_type'] == 'insert') || ($_REQUEST['submit_type'] == 'showinsert') || ($_REQUEST['submit_type'] == 'insertignore'); + $is_insertignore = ($_REQUEST['submit_type'] == 'insertignore'); +} else { + // new row => use indexes + $loop_array = array(); + foreach ($_REQUEST['fields']['multi_edit'] as $key => $dummy) { + $loop_array[] = $key; + } + $using_key = false; + $is_insert = true; + $is_insertignore = false; +} + +$query = array(); +$value_sets = array(); +$func_no_param = array( + 'NOW', + 'CURDATE', + 'CURTIME', + 'UTC_DATE', + 'UTC_TIME', + 'UTC_TIMESTAMP', + 'UNIX_TIMESTAMP', + 'RAND', + 'USER', + 'LAST_INSERT_ID', + 'UUID', + 'CURRENT_USER', +); + +foreach ($loop_array as $rownumber => $where_clause) { + // skip fields to be ignored + if (! $using_key && isset($_REQUEST['insert_ignore_' . $where_clause])) { + continue; + } + + // Defines the SET part of the sql query + $query_values = array(); + + // Map multi-edit keys to single-level arrays, dependent on how we got the fields + $me_fields = + isset($_REQUEST['fields']['multi_edit'][$rownumber]) + ? $_REQUEST['fields']['multi_edit'][$rownumber] + : array(); + $me_fields_name = + isset($_REQUEST['fields_name']['multi_edit'][$rownumber]) + ? $_REQUEST['fields_name']['multi_edit'][$rownumber] + : null; + $me_fields_prev = + isset($_REQUEST['fields_prev']['multi_edit'][$rownumber]) + ? $_REQUEST['fields_prev']['multi_edit'][$rownumber] + : null; + $me_funcs = + isset($_REQUEST['funcs']['multi_edit'][$rownumber]) + ? $_REQUEST['funcs']['multi_edit'][$rownumber] + : null; + $me_fields_type = + isset($_REQUEST['fields_type']['multi_edit'][$rownumber]) + ? $_REQUEST['fields_type']['multi_edit'][$rownumber] + : null; + $me_fields_null = + isset($_REQUEST['fields_null']['multi_edit'][$rownumber]) + ? $_REQUEST['fields_null']['multi_edit'][$rownumber] + : null; + $me_fields_null_prev = + isset($_REQUEST['fields_null_prev']['multi_edit'][$rownumber]) + ? $_REQUEST['fields_null_prev']['multi_edit'][$rownumber] + : null; + $me_auto_increment = + isset($_REQUEST['auto_increment']['multi_edit'][$rownumber]) + ? $_REQUEST['auto_increment']['multi_edit'][$rownumber] + : null; + + // Fetch the current values of a row to use in case we have a protected field + // @todo possibly move to ./libraries/tbl_replace_fields.inc.php + if ($is_insert && $using_key && isset($me_fields_type) && is_array($me_fields_type) && isset($where_clause)) { + $prot_row = PMA_DBI_fetch_single_row('SELECT * FROM ' . PMA_backquote($table) . ' WHERE ' . $where_clause . ';'); + } + foreach ($me_fields as $key => $val) { + + // Note: $key is an md5 of the fieldname. The actual fieldname is available in $me_fields_name[$key] + + require './libraries/tbl_replace_fields.inc.php'; + + // for blobstreaming + if ($blob_streaming_active) { + $remove_blob_repo = isset($_REQUEST['remove_blob_repo_' . $key]) ? $_REQUEST['remove_blob_repo_' . $key] : NULL; + $upload_blob_repo = isset($_REQUEST['upload_blob_repo_' . $key]) ? $_REQUEST['upload_blob_repo_' . $key] : NULL; + + // checks if an existing blob repository reference should be removed + if (isset($remove_blob_repo) && ! isset($upload_blob_repo)) { + $remove_blob_reference = $_REQUEST['remove_blob_ref_' . $key]; + if (isset($remove_blob_reference)) { + $val = "NULL"; + } + } + + // checks if this field requires a bs reference attached to it + if (isset($upload_blob_repo)) { + // get the most recent BLOB reference + $bs_reference = PMA_File::getRecentBLOBReference(); + + // if the most recent BLOB reference exists, set it as a field value + if (!is_null($bs_reference)) { + $val = "'" . PMA_sqlAddslashes($bs_reference) . "'"; + } + } + } + + if (empty($me_funcs[$key])) { + $cur_value = $val; + } elseif ('UNIX_TIMESTAMP' === $me_funcs[$key] && $val != "''") { + $cur_value = $me_funcs[$key] . '(' . $val . ')'; + } elseif ('UUID' === $me_funcs[$key]) { + /* This way user will know what UUID new row has */ + $uuid = PMA_DBI_fetch_value('SELECT UUID()'); + $cur_value = "'" . $uuid . "'"; + } elseif (in_array($me_funcs[$key], $func_no_param)) { + $cur_value = $me_funcs[$key] . '()'; + } else { + $cur_value = $me_funcs[$key] . '(' . $val . ')'; + } + + // i n s e r t + if ($is_insert) { + // no need to add column into the valuelist + if (strlen($cur_value)) { + $query_values[] = $cur_value; + // first inserted row so prepare the list of fields + if (empty($value_sets)) { + $query_fields[] = PMA_backquote($me_fields_name[$key]); + } + } + + // u p d a t e + } elseif (!empty($me_fields_null_prev[$key]) + && !isset($me_fields_null[$key])) { + // field had the null checkbox before the update + // field no longer has the null checkbox + $query_values[] = PMA_backquote($me_fields_name[$key]) . ' = ' . $cur_value; + } elseif (empty($me_funcs[$key]) + && isset($me_fields_prev[$key]) + && ("'" . PMA_sqlAddslashes($me_fields_prev[$key]) . "'" == $val)) { + // No change for this column and no MySQL function is used -> next column + continue; + } elseif (! empty($val)) { + // avoid setting a field to NULL when it's already NULL + // (field had the null checkbox before the update + // field still has the null checkbox) + if (!(! empty($me_fields_null_prev[$key]) + && isset($me_fields_null[$key]))) { + $query_values[] = PMA_backquote($me_fields_name[$key]) . ' = ' . $cur_value; + } + } + } // end foreach ($me_fields as $key => $val) + + if (count($query_values) > 0) { + if ($is_insert) { + $value_sets[] = implode(', ', $query_values); + } else { + // build update query + $query[] = 'UPDATE ' . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($GLOBALS['table']) + . ' SET ' . implode(', ', $query_values) . ' WHERE ' . $where_clause . ($_REQUEST['clause_is_unique'] ? '' : ' LIMIT 1'); + + } + } +} // end foreach ($loop_array as $where_clause) +unset($me_fields_name, $me_fields_prev, $me_funcs, $me_fields_type, $me_fields_null, $me_fields_null_prev, + $me_auto_increment, $cur_value, $key, $val, $loop_array, $where_clause, $using_key, + $func_no_param); + + +// Builds the sql query +if ($is_insert && count($value_sets) > 0) { + if ($is_insertignore) { + $insert_command = 'INSERT IGNORE '; + } else { + $insert_command = 'INSERT '; + } + $query[] = $insert_command . 'INTO ' . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($GLOBALS['table']) + . ' (' . implode(', ', $query_fields) . ') VALUES (' . implode('), (', $value_sets) . ')'; + unset($insert_command); + + unset($query_fields); +} elseif (empty($query)) { + // No change -> move back to the calling script + // + // Note: logic passes here for inline edit + $message = PMA_Message::success(__('No change')); + $active_page = $goto_include; + if(! $GLOBALS['is_ajax_request'] == true) { + require_once './libraries/header.inc.php'; + } + require './' . PMA_securePath($goto_include); + exit; +} +unset($me_fields, $is_insertignore); + +/** + * Executes the sql query and get the result, then move back to the calling + * page + */ +if (! empty($GLOBALS['sql_query'])) { + $url_params['sql_query'] = $GLOBALS['sql_query']; + $return_to_sql_query = $GLOBALS['sql_query']; +} +$GLOBALS['sql_query'] = implode('; ', $query) . ';'; +// to ensure that the query is displayed in case of +// "insert as new row" and then "insert another new row" +$GLOBALS['display_query'] = $GLOBALS['sql_query']; + +$total_affected_rows = 0; +$last_messages = array(); +$warning_messages = array(); +$error_messages = array(); + +foreach ($query as $single_query) { + if ($_REQUEST['submit_type'] == 'showinsert') { + $last_messages[] = PMA_Message::notice(__('Showing SQL query')); + continue; + } + if ($GLOBALS['cfg']['IgnoreMultiSubmitErrors']) { + $result = PMA_DBI_try_query($single_query); + } else { + $result = PMA_DBI_query($single_query); + } + + if (! $result) { + $error_messages[] = PMA_Message::sanitize(PMA_DBI_getError()); + } else { + // The next line contains a real assignment, it's not a typo + if ($tmp = @PMA_DBI_affected_rows()) { + $total_affected_rows += $tmp; + } + unset($tmp); + + $insert_id = PMA_DBI_insert_id(); + if ($insert_id != 0) { + // insert_id is id of FIRST record inserted in one insert, so if we + // inserted multiple rows, we had to increment this + + if ($total_affected_rows > 0) { + $insert_id = $insert_id + $total_affected_rows - 1; + } + $last_message = PMA_Message::notice(__('Inserted row id: %1$d')); + $last_message->addParam($insert_id); + $last_messages[] = $last_message; + } + PMA_DBI_free_result($result); + } // end if + + foreach (PMA_DBI_get_warnings() as $warning) { + $warning_messages[] = PMA_Message::sanitize($warning['Level'] . ': #' . $warning['Code'] + . ' ' . $warning['Message']); + } + + unset($result); +} +unset($single_query, $query); + +if ($is_insert && count($value_sets) > 0) { + $message = PMA_Message::inserted_rows($total_affected_rows); +} else { + $message = PMA_Message::affected_rows($total_affected_rows); +} + +$message->addMessages($last_messages, '
                      '); + +if (! empty($warning_messages)) { + $message->addMessages($warning_messages, '
                      '); + $message->isError(true); +} +if (! empty($error_messages)) { + $message->addMessages($error_messages); + $message->isError(true); +} +unset($error_messages, $warning_messages, $total_affected_rows, $last_messages, $last_message); + +if($GLOBALS['is_ajax_request'] == true) { + + $extra_data['sql_query'] = PMA_showMessage(NULL, $GLOBALS['display_query']); + PMA_ajaxResponse($message, $message->isSuccess(), $extra_data); +} + +if (isset($return_to_sql_query)) { + $disp_query = $GLOBALS['sql_query']; + $disp_message = $message; + unset($message); + $GLOBALS['sql_query'] = $return_to_sql_query; +} + +$GLOBALS['js_include'][] = 'tbl_change.js'; +// in case we call sql.php which needs those: +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js'; + +$active_page = $goto_include; + +/** + * If user asked for "and then Insert another new row" we have to remove + * WHERE clause information so that tbl_change.php does not go back + * to the current record + */ +if (isset($_REQUEST['after_insert']) && 'new_insert' == $_REQUEST['after_insert']) { + unset($_REQUEST['where_clause']); +} + +/** + * Load header. + */ +require_once './libraries/header.inc.php'; +/** + * Load target page. + */ +require './' . PMA_securePath($goto_include); +exit; +?> diff --git a/htdocs/phpMyAdmin/tbl_row_action.php b/htdocs/phpMyAdmin/tbl_row_action.php new file mode 100644 index 000000000..b2f28fa4f --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_row_action.php @@ -0,0 +1,152 @@ + show again the query and tell that user. + */ +if (! PMA_isValid($_REQUEST['rows_to_delete'], 'array') + && ! isset($_REQUEST['mult_btn'])) { + $disp_message = __('No rows selected'); + $disp_query = ''; + require './sql.php'; + require './libraries/footer.inc.php'; +} + +if (isset($_REQUEST['submit_mult'])) { + $submit_mult = $_REQUEST['submit_mult']; +// workaround for IE problem: +} elseif (isset($_REQUEST['submit_mult_delete_x'])) { + $submit_mult = 'row_delete'; +} elseif (isset($_REQUEST['submit_mult_change_x'])) { + $submit_mult = 'row_edit'; +} elseif (isset($_REQUEST['submit_mult_export_x'])) { + $submit_mult = 'row_export'; +} + +// If the 'Ask for confirmation' button was pressed, this can only come +// from 'delete' mode, so we set it straight away. +if (isset($_REQUEST['mult_btn'])) { + $submit_mult = 'row_delete'; +} + +switch($submit_mult) { + case 'row_delete': + case 'row_edit': + case 'row_export': + // leave as is + break; + + case 'export': + $submit_mult = 'row_export'; + break; + + case 'delete': + $submit_mult = 'row_delete'; + break; + + default: + case 'edit': + $submit_mult = 'row_edit'; + break; +} + +if (!empty($submit_mult)) { + switch($submit_mult) { + case 'row_edit': + // As we got the rows to be edited from the + // 'rows_to_delete' checkbox, we use the index of it as the + // indicating WHERE clause. Then we build the array which is used + // for the tbl_change.php script. + $where_clause = array(); + foreach ($_REQUEST['rows_to_delete'] as $i_where_clause => $del_query) { + $where_clause[] = urldecode($i_where_clause); + } + + $active_page = 'tbl_change.php'; + include './tbl_change.php'; + break; + + case 'row_export': + // Needed to allow SQL export + $single_table = TRUE; + + // As we got the rows to be exported from the + // 'rows_to_delete' checkbox, we use the index of it as the + // indicating WHERE clause. Then we build the array which is used + // for the tbl_change.php script. + $where_clause = array(); + foreach ($_REQUEST['rows_to_delete'] as $i_where_clause => $del_query) { + $where_clause[] = urldecode($i_where_clause); + } + + $active_page = 'tbl_export.php'; + include './tbl_export.php'; + break; + + case 'row_delete': + default: + $action = 'tbl_row_action.php'; + $err_url = 'tbl_row_action.php' . PMA_generate_common_url($GLOBALS['url_params']); + if (! isset($_REQUEST['mult_btn'])) { + $original_sql_query = $sql_query; + if (! empty($url_query)) { + $original_url_query = $url_query; + } + } + require './libraries/mult_submits.inc.php'; + $_url_params = $GLOBALS['url_params']; + $_url_params['goto'] = 'tbl_sql.php'; + $url_query = PMA_generate_common_url($_url_params); + + + /** + * Show result of multi submit operation + */ + // sql_query is not set when user does not confirm multi-delete + if ((!empty($submit_mult) || isset($_REQUEST['mult_btn'])) && ! empty($sql_query)) { + $disp_message = __('Your SQL query has been executed successfully'); + $disp_query = $sql_query; + } + + if (isset($original_sql_query)) { + $sql_query = $original_sql_query; + } + + if (isset($original_url_query)) { + $url_query = $original_url_query; + } + + // this is because sql.php could call tbl_structure + // which would think it needs to call mult_submits.inc.php: + unset($submit_mult, $_REQUEST['mult_btn']); + + $active_page = 'sql.php'; + require './sql.php'; + + /** + * Displays the footer + */ + require './libraries/footer.inc.php'; + break; + } +} +?> diff --git a/htdocs/phpMyAdmin/tbl_select.php b/htdocs/phpMyAdmin/tbl_select.php new file mode 100644 index 000000000..2cb008629 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_select.php @@ -0,0 +1,417 @@ +'; + + if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') { + $titles['Browse'] .= __('Browse foreign values'); + } +} else { + $titles['Browse'] = __('Browse foreign values'); +} + +/** + * Not selection yet required -> displays the selection form + */ +if (!isset($param) || $param[0] == '') { + // Gets some core libraries + require_once './libraries/tbl_common.php'; + //$err_url = 'tbl_select.php' . $err_url; + $url_query .= '&goto=tbl_select.php&back=tbl_select.php'; + + /** + * Gets tables informations + */ + require_once './libraries/tbl_info.inc.php'; + + /** + * Displays top menu links + */ + require_once './libraries/tbl_links.inc.php'; + + if (!isset($goto)) { + $goto = $GLOBALS['cfg']['DefaultTabTable']; + } + // Defines the url to return to in case of error in the next sql statement + $err_url = $goto . '?' . PMA_generate_common_url($db, $table); + + // Gets the list and number of fields + $result = PMA_DBI_query('SHOW FULL FIELDS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE); + $fields_cnt = PMA_DBI_num_rows($result); + $fields_list = $fields_null = $fields_type = $fields_collation = array(); + while ($row = PMA_DBI_fetch_assoc($result)) { + $fields_list[] = $row['Field']; + $type = $row['Type']; + // reformat mysql query output + if (strncasecmp($type, 'set', 3) == 0 + || strncasecmp($type, 'enum', 4) == 0) { + $type = str_replace(',', ', ', $type); + } else { + + // strip the "BINARY" attribute, except if we find "BINARY(" because + // this would be a BINARY or VARBINARY field type + if (!preg_match('@BINARY[\(]@i', $type)) { + $type = preg_replace('@BINARY@i', '', $type); + } + $type = preg_replace('@ZEROFILL@i', '', $type); + $type = preg_replace('@UNSIGNED@i', '', $type); + + $type = strtolower($type); + } + if (empty($type)) { + $type = ' '; + } + $fields_null[] = $row['Null']; + $fields_type[] = $type; + $fields_collation[] = !empty($row['Collation']) && $row['Collation'] != 'NULL' + ? $row['Collation'] + : ''; + } // end while + PMA_DBI_free_result($result); + unset($result, $type); + + // retrieve keys into foreign fields, if any + // check also foreigners even if relwork is FALSE (to get + // foreign keys from innodb) + $foreigners = PMA_getForeigners($db, $table); + ?> + > + + + + +
                      ' . __('Foreign key constraint') . ' (' . $tbl_type . ')'; + echo '
                      + + + +
                      + + + + + + + + + + + + + + + + + + + +
                      + + ' . "\n"; + // go back to first row + + // here, the 4th parameter is empty because there is no current + // value of data for the dropdown (the search page initial values + // are displayed empty) + echo PMA_foreignDropdown($foreignData['disp_row'], + $foreignData['foreign_field'], + $foreignData['foreign_display'], + '', $GLOBALS['cfg']['ForeignKeyMaxLimit']); + echo ' ' . "\n"; + } elseif ($foreignData['foreign_link'] == true) { + ?> + + + ' . "\n"; + for ($j = 0; $j < $cnt_enum_value; $j++) { + echo ' '; + } // end for + echo ' ' . "\n"; + } else { + // o t h e r c a s e s + $the_class = 'textfield'; + $type = $fields_type[$i]; + if ($type == 'date') { + $the_class .= ' datefield'; + } elseif ($type == 'datetime' || substr($type, 0, 9) == 'timestamp') { + $the_class .= ' datetimefield'; + } + echo ' ' . "\n"; + }; + ?> + + + +
                      +
                      + +
                      + + + + +
                      + +
                      + ' . __('Or') . ' ' . __('Add search conditions (body of the "where" clause):'); ?> + + + +
                      + +
                      + + +
                      + +
                      + + + __('Ascending'), + 'DESC' => __('Descending') + ); + PMA_display_html_radio('order', $choices, 'ASC', false, true, "formelement"); + unset($choices); +?> +
                      +
                      + +
                      +
                      + + +
                      + +
                      + do the work + */ +else { + // Builds the query + + $sql_query = 'SELECT ' . (isset($distinct) ? 'DISTINCT ' : ''); + + // if all fields were selected to display, we do a SELECT * + // (more efficient and this helps prevent a problem in IE + // if one of the rows is edited and we come back to the Select results) + + if (count($param) == $max_number_of_fields) { + $sql_query .= '* '; + } else { + $param = PMA_backquote($param); + $sql_query .= implode(', ', $param); + } // end if + + // avoid a loop, for example when $cfg['DefaultTabTable'] is set + // to 'tbl_select.php' + unset($param); + + $sql_query .= ' FROM ' . PMA_backquote($table); + + // The where clause + if (trim($where) != '') { + $sql_query .= ' WHERE ' . $where; + } else { + $w = $charsets = array(); + $cnt_func = count($func); + reset($func); + while (list($i, $func_type) = each($func)) { + list($charsets[$i]) = explode('_', $collations[$i]); + if (isset($GLOBALS['cfg']['UnaryOperators'][$func_type]) && $GLOBALS['cfg']['UnaryOperators'][$func_type] == 1) { + $fields[$i] = ''; + $w[] = PMA_backquote($names[$i]) . ' ' . $func_type; + + } elseif (strncasecmp($types[$i], 'enum', 4) == 0) { + if (!empty($fields[$i])) { + if (!is_array($fields[$i])) { + $fields[$i] = explode(',', $fields[$i]); + } + $enum_selected_count = count($fields[$i]); + if ($func_type == '=' && $enum_selected_count > 1) { + $func_type = $func[$i] = 'IN'; + $parens_open = '('; + $parens_close = ')'; + + } elseif ($func_type == '!=' && $enum_selected_count > 1) { + $func_type = $func[$i] = 'NOT IN'; + $parens_open = '('; + $parens_close = ')'; + + } else { + $parens_open = ''; + $parens_close = ''; + } + $enum_where = '\'' . PMA_sqlAddslashes($fields[$i][0]) . '\''; + for ($e = 1; $e < $enum_selected_count; $e++) { + $enum_where .= ', \'' . PMA_sqlAddslashes($fields[$i][$e]) . '\''; + } + + $w[] = PMA_backquote($names[$i]) . ' ' . $func_type . ' ' . $parens_open . $enum_where . $parens_close; + } + + } elseif ($fields[$i] != '') { + // For these types we quote the value. Even if it's another type (like INT), + // for a LIKE we always quote the value. MySQL converts strings to numbers + // and numbers to strings as necessary during the comparison + if (preg_match('@char|binary|blob|text|set|date|time|year@i', $types[$i]) || strpos(' ' . $func_type, 'LIKE')) { + $quot = '\''; + } else { + $quot = ''; + } + + // LIKE %...% + if ($func_type == 'LIKE %...%') { + $func_type = 'LIKE'; + $fields[$i] = '%' . $fields[$i] . '%'; + } + if ($func_type == 'REGEXP ^...$') { + $func_type = 'REGEXP'; + $fields[$i] = '^' . $fields[$i] . '$'; + } + + if ($func_type == 'IN (...)' || $func_type == 'NOT IN (...)' || $func_type == 'BETWEEN' || $func_type == 'NOT BETWEEN') { + $func_type = str_replace(' (...)', '', $func_type); + + // quote values one by one + $values = explode(',', $fields[$i]); + foreach ($values as &$value) + $value = $quot . PMA_sqlAddslashes(trim($value)) . $quot; + + if ($func_type == 'BETWEEN' || $func_type == 'NOT BETWEEN') + $w[] = PMA_backquote($names[$i]) . ' ' . $func_type . ' ' . (isset($values[0]) ? $values[0] : '') . ' AND ' . (isset($values[1]) ? $values[1] : ''); + else + $w[] = PMA_backquote($names[$i]) . ' ' . $func_type . ' (' . implode(',', $values) . ')'; + } + else { + $w[] = PMA_backquote($names[$i]) . ' ' . $func_type . ' ' . $quot . PMA_sqlAddslashes($fields[$i]) . $quot;; + } + + } // end if + } // end for + + if ($w) { + $sql_query .= ' WHERE ' . implode(' AND ', $w); + } + } // end if + + if ($orderField != '--nil--') { + $sql_query .= ' ORDER BY ' . PMA_backquote($orderField) . ' ' . $order; + } // end if + + require './sql.php'; +} + +?> diff --git a/htdocs/phpMyAdmin/tbl_sql.php b/htdocs/phpMyAdmin/tbl_sql.php new file mode 100644 index 000000000..70fafc1d0 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_sql.php @@ -0,0 +1,49 @@ + diff --git a/htdocs/phpMyAdmin/tbl_structure.php b/htdocs/phpMyAdmin/tbl_structure.php new file mode 100644 index 000000000..4c0b1856b --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_structure.php @@ -0,0 +1,939 @@ + is used + */ +if (isset($_REQUEST['submit_mult_change_x'])) { + $submit_mult = 'change'; +} elseif (isset($_REQUEST['submit_mult_drop_x'])) { + $submit_mult = 'drop'; +} elseif (isset($_REQUEST['submit_mult_primary_x'])) { + $submit_mult = 'primary'; +} elseif (isset($_REQUEST['submit_mult_index_x'])) { + $submit_mult = 'index'; +} elseif (isset($_REQUEST['submit_mult_unique_x'])) { + $submit_mult = 'unique'; +} elseif (isset($_REQUEST['submit_mult_fulltext_x'])) { + $submit_mult = 'ftext'; +} elseif (isset($_REQUEST['submit_mult_browse_x'])) { + $submit_mult = 'browse'; +} elseif (isset($_REQUEST['submit_mult'])) { + $submit_mult = $_REQUEST['submit_mult']; +} elseif (isset($_REQUEST['mult_btn']) && $_REQUEST['mult_btn'] == __('Yes')) { + $submit_mult = 'row_delete'; + if (isset($_REQUEST['selected'])) { + $_REQUEST['selected_fld'] = $_REQUEST['selected']; + } +} + +if (! empty($submit_mult) && isset($_REQUEST['selected_fld'])) { + $err_url = 'tbl_structure.php?' . PMA_generate_common_url($db, $table); + if ($submit_mult == 'browse') { + // browsing the table displaying only selected fields/columns + $GLOBALS['active_page'] = 'sql.php'; + $sql_query = ''; + foreach ($_REQUEST['selected_fld'] as $idx => $sval) { + if ($sql_query == '') { + $sql_query .= 'SELECT ' . PMA_backquote($sval); + } else { + $sql_query .= ', ' . PMA_backquote($sval); + } + } + + // what is this htmlspecialchars() for?? + //$sql_query .= ' FROM ' . PMA_backquote(htmlspecialchars($table)); + $sql_query .= ' FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table); + require './sql.php'; + exit; + } else { + // handle multiple field commands + // handle confirmation of deleting multiple fields/columns + $action = 'tbl_structure.php'; + require './libraries/mult_submits.inc.php'; + //require_once './libraries/header.inc.php'; + //require_once './libraries/tbl_links.inc.php'; + + if (empty($message)) { + $message = PMA_Message::success(); + } + } +} + +/** + * Gets the relation settings + */ +$cfgRelation = PMA_getRelationsParam(); + +/** + * Runs common work + */ +require_once './libraries/tbl_common.php'; +$url_query .= '&goto=tbl_structure.php&back=tbl_structure.php'; +$url_params['goto'] = 'tbl_structure.php'; +$url_params['back'] = 'tbl_structure.php'; + +/** + * Prepares the table structure display + */ + + +/** + * Gets tables informations + */ +require_once './libraries/tbl_info.inc.php'; + +/** + * Displays top menu links + */ +require_once './libraries/tbl_links.inc.php'; +require_once './libraries/Index.class.php'; + +// 2. Gets table keys and retains them +// @todo should be: $server->db($db)->table($table)->primary() +$primary = PMA_Index::getPrimary($table, $db); + +$columns_with_unique_index = array(); +foreach (PMA_Index::getFromTable($table, $db) as $index) { + if ($index->isUnique() && $index->getChoice() == 'UNIQUE') { + $columns = $index->getColumns(); + foreach ($columns as $column_name => $dummy) { + $columns_with_unique_index[$column_name] = 1; + } + } +} +unset($index, $columns, $column_name, $dummy); + +// 3. Get fields +$fields_rs = PMA_DRIZZLE + ? PMA_DBI_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE) + : PMA_DBI_query('SHOW FULL FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE); +$fields_cnt = PMA_DBI_num_rows($fields_rs); + +// Get more complete field information +// For now, this is done just for MySQL 4.1.2+ new TIMESTAMP options +// but later, if the analyser returns more information, it +// could be executed for any MySQL version and replace +// the info given by SHOW FULL FIELDS FROM. +// +// We also need this to correctly learn if a TIMESTAMP is NOT NULL, since +// SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL +// and SHOW CREATE TABLE says NOT NULL (tested +// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/20910). + +$show_create_table = PMA_DBI_fetch_value( + 'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), + 0, 1); +$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table)); + +/** + * prepare table infos + */ +// action titles (image or string) +$titles = array(); +$titles['Change'] = PMA_getIcon('b_edit.png', __('Change'), true); +$titles['Drop'] = PMA_getIcon('b_drop.png', __('Drop'), true); +$titles['NoDrop'] = PMA_getIcon('b_drop.png', __('Drop'), true); +$titles['Primary'] = PMA_getIcon('b_primary.png', __('Primary'), true); +$titles['Index'] = PMA_getIcon('b_index.png', __('Index'), true); +$titles['Unique'] = PMA_getIcon('b_unique.png', __('Unique'), true); +$titles['IdxFulltext'] = PMA_getIcon('b_ftext.png', __('Fulltext'), true); +$titles['NoPrimary'] = PMA_getIcon('bd_primary.png', __('Primary'), true); +$titles['NoIndex'] = PMA_getIcon('bd_index.png', __('Index'), true); +$titles['NoUnique'] = PMA_getIcon('bd_unique.png', __('Unique'), true); +$titles['NoIdxFulltext'] = PMA_getIcon('bd_ftext.png', __('Fulltext'), true); +$titles['BrowseDistinctValues'] = PMA_getIcon('b_browse.png', __('Browse distinct values'), true); + +// hidden action titles (image and string) +$hidden_titles = array(); +$hidden_titles['BrowseDistinctValues'] = PMA_getIcon('b_browse.png', __('Browse distinct values'), false, true); +$hidden_titles['Primary'] = PMA_getIcon('b_primary.png', __('Add primary key'), false, true); +$hidden_titles['NoPrimary'] = PMA_getIcon('bd_primary.png', __('Add primary key'), false, true); +$hidden_titles['Index'] = PMA_getIcon('b_index.png', __('Add index'), false, true); +$hidden_titles['NoIndex'] = PMA_getIcon('bd_index.png', __('Add index'), false, true); +$hidden_titles['Unique'] = PMA_getIcon('b_unique.png', __('Add unique index'), false, true); +$hidden_titles['NoUnique'] = PMA_getIcon('bd_unique.png', __('Add unique index'), false, true); +$hidden_titles['IdxFulltext'] = PMA_getIcon('b_ftext.png', __('Add FULLTEXT index'), false, true); +$hidden_titles['NoIdxFulltext'] = PMA_getIcon('bd_ftext.png', __('Add FULLTEXT index'), false, true); + +/** + * Displays the table structure ('show table' works correct since 3.23.03) + */ +/* TABLE INFORMATION */ +// table header +$i = 0; +?> +
                      + '; + } else if ($tbl_is_view) { + echo '"view" />'; + } else { + echo '"table" />'; + } ?> + + + + + + + + + + + + + + + + + + + + + + + $GLOBALS['cfg']['LimitChars']) { + $type = '' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . ''; + } + + $type_nowrap = ''; + + $binary = 0; + $unsigned = 0; + $zerofill = 0; + } else { + $type_nowrap = ' nowrap="nowrap"'; + // strip the "BINARY" attribute, except if we find "BINARY(" because + // this would be a BINARY or VARBINARY field type + if (!preg_match('@BINARY[\(]@i', $type)) { + $type = preg_replace('@BINARY@i', '', $type); + } + $type = preg_replace('@ZEROFILL@i', '', $type); + $type = preg_replace('@UNSIGNED@i', '', $type); + if (empty($type)) { + $type = ' '; + } + + if (!preg_match('@BINARY[\(]@i', $row['Type'])) { + $binary = stristr($row['Type'], 'blob') || stristr($row['Type'], 'binary'); + } else { + $binary = false; + } + + $unsigned = stristr($row['Type'], 'unsigned'); + $zerofill = stristr($row['Type'], 'zerofill'); + } + + unset($field_charset); + if ((substr($type, 0, 4) == 'char' + || substr($type, 0, 7) == 'varchar' + || substr($type, 0, 4) == 'text' + || substr($type, 0, 8) == 'tinytext' + || substr($type, 0, 10) == 'mediumtext' + || substr($type, 0, 8) == 'longtext' + || substr($type, 0, 3) == 'set' + || substr($type, 0, 4) == 'enum' + ) && !$binary) { + if (strpos($type, ' character set ')) { + $type = substr($type, 0, strpos($type, ' character set ')); + } + if (!empty($row['Collation'])) { + $field_charset = $row['Collation']; + } else { + $field_charset = ''; + } + } else { + $field_charset = ''; + } + + // Display basic mimetype [MIME] + if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME'] && isset($mime_map[$row['Field']]['mimetype'])) { + $type_mime = '
                      MIME: ' . str_replace('_', '/', $mime_map[$row['Field']]['mimetype']); + } else { + $type_mime = ''; + } + + $attribute = ' '; + if ($binary) { + $attribute = 'BINARY'; + } + if ($unsigned) { + $attribute = 'UNSIGNED'; + } + if ($zerofill) { + $attribute = 'UNSIGNED ZEROFILL'; + } + + // MySQL 4.1.2+ TIMESTAMP options + // (if on_update_current_timestamp is set, then it's TRUE) + if (isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['on_update_current_timestamp'])) { + $attribute = 'on update CURRENT_TIMESTAMP'; + } + + // here, we have a TIMESTAMP that SHOW FULL FIELDS reports as having the + // NULL attribute, but SHOW CREATE TABLE says the contrary. Believe + // the latter. + if (!empty($analyzed_sql[0]['create_table_fields'][$row['Field']]['type']) && $analyzed_sql[0]['create_table_fields'][$row['Field']]['type'] == 'TIMESTAMP' && $analyzed_sql[0]['create_table_fields'][$row['Field']]['timestamp_not_null']) { + $row['Null'] = ''; + } + + + if (!isset($row['Default'])) { + if ($row['Null'] == 'YES') { + $row['Default'] = 'NULL'; + } + } else { + $row['Default'] = htmlspecialchars($row['Default']); + } + + $field_encoded = urlencode($row['Field']); + $field_name = htmlspecialchars($row['Field']); + $displayed_field_name = $field_name; + + // underline commented fields and display a hover-title (CSS only) + + if (isset($comments_map[$row['Field']])) { + $displayed_field_name = '' . $field_name . ''; + } + + if ($primary && $primary->hasColumn($field_name)) { + $displayed_field_name = '' . $field_name . ''; + } + echo "\n"; + ?> + + + + + > + + + + + + + + + + + + + + + + + + + + + ' . "\n" + .'
                      #
                      + /> + + + ' . $field_charset . ''); ?>' . _pgettext('None for default','None') . ''; + } ?> + + + + + + + href="sql.php?&sql_query=&dropped_column=&message_to_show=" > + + + hasColumn($field_name))) { + echo $titles['NoPrimary'] . "\n"; + $primary_enabled = false; + } else { + echo "\n"; + ?> + + + + + + + + + + + + + + + + + + + + + + <?php echo __('Show more actions'); ?> +
                      + +
                      + + + +
                      +
                      > + + + + + +
                      +
                      + + + + + +
                      +
                      + + + + + +
                      +
                      + + + + + +
                      +
                      +
                      ' . "\n"; + +$checkall_url = 'tbl_structure.php?' . PMA_generate_common_url($db, $table); +?> + +<?php echo __('With selected:'); ?> + + +/ + + + + + + +
                      +
                      + + +'; +} +echo __('Print view'); +?> + + +'; + } + echo __('Relation view'); + ?> + +'; + } + echo __('Propose table structure'); + ?>'; + + if ($cfg['PropertiesIconic']) + { + echo '' . __('Track table') . ' '; + } + echo __('Track table') . ''; + } + ?> + +
                      +
                      + '; + } + echo sprintf(__('Add %s column(s)'), ''); + + // I tried displaying the drop-down inside the label but with Firefox + // the drop-down was blinking + $fieldOptions = ''; + + $choices = array( + 'last' => __('At End of Table'), + 'first' => __('At Beginning of Table'), + 'after' => sprintf(__('After %s'), '') + ); + PMA_display_html_radio('field_where', $choices, 'last', false); + echo $fieldOptions; + unset($fieldOptions, $choices); + ?> + +
                      + +
                      + 20) { + require './libraries/tbl_links.inc.php'; +} // end if ($fields_cnt > 20) + +/** + * Displays indexes + */ + +if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { + /** + * Display indexes + */ + echo PMA_Index::getView($table, $db); + ?> +
                      +
                      +
                      + '); + ?> + +
                      +
                      +
                      + '; + if (empty($showtable)) { + $showtable = PMA_Table::sGetStatusInfo($GLOBALS['db'], $GLOBALS['table'], null, true); + } + + $nonisam = false; + $is_innodb = (isset($showtable['Type']) && $showtable['Type'] == 'InnoDB'); + if (isset($showtable['Type']) && !preg_match('@ISAM|HEAP@i', $showtable['Type'])) { + $nonisam = true; + } + + // Gets some sizes + + $mergetable = PMA_Table::isMerge($GLOBALS['db'], $GLOBALS['table']); + + // this is to display for example 261.2 MiB instead of 268k KiB + $max_digits = 5; + $decimals = 1; + list($data_size, $data_unit) = PMA_formatByteDown($showtable['Data_length'], $max_digits, $decimals); + if ($mergetable == false) { + list($index_size, $index_unit) = PMA_formatByteDown($showtable['Index_length'], $max_digits, $decimals); + } + // InnoDB returns a huge value in Data_free, do not use it + if (! $is_innodb && isset($showtable['Data_free']) && $showtable['Data_free'] > 0) { + list($free_size, $free_unit) = PMA_formatByteDown($showtable['Data_free'], $max_digits, $decimals); + list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length'] - $showtable['Data_free'], $max_digits, $decimals); + } else { + list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length'], $max_digits, $decimals); + } + list($tot_size, $tot_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length'], $max_digits, $decimals); + if ($table_info_num_rows > 0) { + list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1); + } + + // Displays them + $odd_row = false; + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + '; + } + echo __('Optimize table'); + ?> +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0) { + ?> + + + + + 0 && $mergetable == false) { + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      ' . $tbl_collation . ''; + ?>
                      ø
                      ø
                      Autoindex
                      + + + + + ' . "\n"; + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/tbl_tracking.php b/htdocs/phpMyAdmin/tbl_tracking.php new file mode 100644 index 000000000..96d502418 --- /dev/null +++ b/htdocs/phpMyAdmin/tbl_tracking.php @@ -0,0 +1,700 @@ += $filter_ts_from && $timestamp <= $filter_ts_to && + ( in_array('*', $filter_users) || in_array($entry['username'], $filter_users) ) ) { + $tmp_entries[] = array( 'id' => $id, + 'timestamp' => $timestamp, + 'username' => $entry['username'], + 'statement' => $entry['statement'] + ); + } + $id++; + } + return($tmp_entries); + } + + $entries = array(); + // Filtering data definition statements + if ($_REQUEST['logtype'] == 'schema' || $_REQUEST['logtype'] == 'schema_and_data') { + $entries = array_merge($entries, PMA_filter_tracking($data['ddlog'], $filter_ts_from, $filter_ts_to, $filter_users)); + } + + // Filtering data manipulation statements + if ($_REQUEST['logtype'] == 'data' || $_REQUEST['logtype'] == 'schema_and_data') { + $entries = array_merge($entries, PMA_filter_tracking($data['dmlog'], $filter_ts_from, $filter_ts_to, $filter_users)); + } + + // Sort it + foreach ($entries as $key => $row) { + $ids[$key] = $row['id']; + $timestamps[$key] = $row['timestamp']; + $usernames[$key] = $row['username']; + $statements[$key] = $row['statement']; + } + + array_multisort($timestamps, SORT_ASC, $ids, SORT_ASC, $usernames, SORT_ASC, $statements, SORT_ASC, $entries); + +} + +// Export as file download +if (isset($_REQUEST['report_export']) && $_REQUEST['export_type'] == 'sqldumpfile') { + @ini_set('url_rewriter.tags',''); + + $dump = "# " . sprintf(__('Tracking report for table `%s`'), htmlspecialchars($_REQUEST['table'])) . "\n" . + "# " . date('Y-m-d H:i:s') . "\n"; + foreach($entries as $entry) { + $dump .= $entry['statement']; + } + //$filename = 'log_' . str_replace(';', '', htmlspecialchars($_REQUEST['table'])) . '.sql'; + $filename = PMA_sanitize_filename('log_' . $_REQUEST['table'] . '.sql'); + header('Content-Type: text/x-sql'); + header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT'); + header('Content-Disposition: attachment; filename="' . $filename . '"'); + if (PMA_USR_BROWSER_AGENT == 'IE') { + header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); + header('Pragma: public'); + } else { + header('Pragma: no-cache'); + header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); + } + + echo $dump; + exit(); +} + + +/** + * Gets tables informations + */ + +/** + * Displays top menu links + */ +require_once './libraries/tbl_links.inc.php'; +echo '
                      '; + +/** + * Actions + */ + +// Create tracking version +if (isset($_REQUEST['submit_create_version'])) { + $tracking_set = ''; + + if ($_REQUEST['alter_table'] == true) { + $tracking_set .= 'ALTER TABLE,'; + } + if ($_REQUEST['rename_table'] == true) { + $tracking_set .= 'RENAME TABLE,'; + } + if ($_REQUEST['create_table'] == true) { + $tracking_set .= 'CREATE TABLE,'; + } + if ($_REQUEST['drop_table'] == true) { + $tracking_set .= 'DROP TABLE,'; + } + if ($_REQUEST['create_index'] == true) { + $tracking_set .= 'CREATE INDEX,'; + } + if ($_REQUEST['drop_index'] == true) { + $tracking_set .= 'DROP INDEX,'; + } + if ($_REQUEST['insert'] == true) { + $tracking_set .= 'INSERT,'; + } + if ($_REQUEST['update'] == true) { + $tracking_set .= 'UPDATE,'; + } + if ($_REQUEST['delete'] == true) { + $tracking_set .= 'DELETE,'; + } + if ($_REQUEST['truncate'] == true) { + $tracking_set .= 'TRUNCATE,'; + } + $tracking_set = rtrim($tracking_set, ','); + + if (PMA_Tracker::createVersion($GLOBALS['db'], $GLOBALS['table'], $_REQUEST['version'], $tracking_set )) { + $msg = PMA_Message::success(sprintf(__('Version %s is created, tracking for %s.%s is activated.'), $_REQUEST['version'], htmlspecialchars($GLOBALS['db']), htmlspecialchars($GLOBALS['table']))); + $msg->display(); + } +} + +// Deactivate tracking +if (isset($_REQUEST['submit_deactivate_now'])) { + if (PMA_Tracker::deactivateTracking($GLOBALS['db'], $GLOBALS['table'], $_REQUEST['version'])) { + $msg = PMA_Message::success(sprintf(__('Tracking for %s.%s , version %s is deactivated.'), htmlspecialchars($GLOBALS['db']), htmlspecialchars($GLOBALS['table']), $_REQUEST['version'])); + $msg->display(); + } +} + +// Activate tracking +if (isset($_REQUEST['submit_activate_now'])) { + if (PMA_Tracker::activateTracking($GLOBALS['db'], $GLOBALS['table'], $_REQUEST['version'])) { + $msg = PMA_Message::success(sprintf(__('Tracking for %s.%s , version %s is activated.'), htmlspecialchars($GLOBALS['db']), htmlspecialchars($GLOBALS['table']), $_REQUEST['version'])); + $msg->display(); + } +} + +// Export as SQL execution +if (isset($_REQUEST['report_export']) && $_REQUEST['export_type'] == 'execution') { + foreach($entries as $entry) { + $sql_result = PMA_DBI_query( "/*NOTRACK*/\n" . $entry['statement'] ); + } + $msg = PMA_Message::success(__('SQL statements executed.')); + $msg->display(); +} + +// Export as SQL dump +if (isset($_REQUEST['report_export']) && $_REQUEST['export_type'] == 'sqldump') +{ + $new_query = "# " . __('You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.') . "\n" . + "# " . __('Comment out these two lines if you do not need them.') . "\n" . + "\n" . + "CREATE database IF NOT EXISTS pma_temp_db; \n" . + "USE pma_temp_db; \n" . + "\n"; + + foreach($entries as $entry) { + $new_query .= $entry['statement']; + } + $msg = PMA_Message::success(__('SQL statements exported. Please copy the dump or execute it.')); + $msg->display(); + + $db_temp = $db; + $table_temp = $table; + + $db = $table = ''; + require_once './libraries/sql_query_form.lib.php'; + + PMA_sqlQueryForm($new_query, 'sql'); + + $db = $db_temp; + $table = $table_temp; +} + +/* + * Schema snapshot + */ +if (isset($_REQUEST['snapshot'])) { +?> +

                      []

                      + +

                      + + + + + + + + + + + + + + $field) { +?> + + ' . htmlspecialchars($field['Field']) . '' . "\n"; + } else { + echo '' . "\n"; + } + ?> + + + + + + + + + +
                      ' . htmlspecialchars($field['Field']) . '
                      + + 0) { +?> +

                      + + + + + + + + + + + + + + + $index) { + if ($index['Non_unique'] == 0) { + $str_unique = __('Yes'); + } else { + $str_unique = __('No'); + } + if ($index['Packed'] != '') { + $str_packed = __('Yes'); + } else { + $str_packed = __('No'); + } +?> + + + + + + + + + + + + + +
                      + +


                      + +

                      []

                      + +
                      +
                      + +
                      + ' . + '' . + '' . + '' . + ''; + $str2 = ''; + $str3 = ''; + $str4 = ''; + $str5 = ''; + + printf(__('Show %s with dates from %s to %s by user %s %s'), $str1, $str2, $str3, $str4, $str5); + + + /* + * First, list tracked data definition statements + */ + $i = 1; + if ($selection_schema || $selection_both ) { + ?> + + + + + + + + + + + $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) { + $statement = substr($entry['statement'], 0, $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) . '[...]'; + } else { + $statement = PMA_formatSql(PMA_SQP_parse($entry['statement'])); + } + $timestamp = strtotime($entry['date']); + + if ($timestamp >= $filter_ts_from && $timestamp <= $filter_ts_to && + ( in_array('*', $filter_users) || in_array($entry['username'], $filter_users) ) ) { + ?> + + + + + + + + +
                      #
                      + 0) { + ?> + + + + + + + + + + + $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) { + $statement = substr($entry['statement'], 0, $GLOBALS['cfg']['MaxCharactersInDisplayedSQL']) . '[...]'; + } else { + $statement = PMA_formatSql(PMA_SQP_parse($entry['statement'])); + } + $timestamp = strtotime($entry['date']); + + if ($timestamp >= $filter_ts_from && $timestamp <= $filter_ts_to && + ( in_array('*', $filter_users) || in_array($entry['username'], $filter_users) ) ) { + ?> + + + + + + + + +
                      #
                      + +
                      +
                      + ' . + '' . + '' . + '' . + ''; + + $str_export2 = ''; + ?> +
                      +
                      + + + + + " . sprintf(__('Export as %s'), $str_export1) . $str_export2 . "
                      "; + ?> +
                      +


                      \n"; +} // end of report + + +/* + * List selectable tables + */ + +$sql_query = " SELECT DISTINCT db_name, table_name FROM " . + PMA_backquote($GLOBALS['cfg']['Server']['pmadb']) . "." . + PMA_backquote($GLOBALS['cfg']['Server']['tracking']) . + " WHERE " . PMA_backquote('db_name') . " = '" . PMA_sqlAddslashes($GLOBALS['db']) . "' " . + " ORDER BY ". PMA_backquote('db_name') . ", " . PMA_backquote('table_name'); + +$sql_result = PMA_query_as_controluser($sql_query); + +if (PMA_DBI_num_rows($sql_result) > 0) { +?> +
                      + + +
                      + +
                      + 0) { +?> + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + | +
                      + +
                      +
                      +
                      + + + +
                      +
                      +
                      + + +
                      +
                      +
                      + + + +
                      +
                      +
                      + + +
                      +
                      + +
                      + + + + +

                      + ALTER TABLE
                      + RENAME TABLE
                      + CREATE TABLE
                      + DROP TABLE
                      +
                      + CREATE INDEX
                      + DROP INDEX
                      +

                      + INSERT
                      + UPDATE
                      + DELETE
                      + TRUNCATE
                      + +
                      +
                      + +
                      +
                      +
                      + +
                      + + diff --git a/htdocs/phpMyAdmin/themes.php b/htdocs/phpMyAdmin/themes.php new file mode 100644 index 000000000..b4030c80e --- /dev/null +++ b/htdocs/phpMyAdmin/themes.php @@ -0,0 +1,46 @@ + + + + + +

                      phpMyAdmin -

                      +

                      +printPreviews(); +?> + + diff --git a/htdocs/phpMyAdmin/themes/original/css/theme_left.css.php b/htdocs/phpMyAdmin/themes/original/css/theme_left.css.php new file mode 100644 index 000000000..50ffc3984 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/original/css/theme_left.css.php @@ -0,0 +1,248 @@ + +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; +} + +input, select, textarea { + font-size: 1em; +} + +body { + + font-family: ; + + background: ; + color: ; + margin: 0; + padding: 0.2em 0.2em 0.2em 0.2em; +} + +a img { + border: 0; +} + +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} + +ul { + margin:0; +} + +form { + margin: 0; + padding: 0; + display: inline; +} + +select#select_server, +select#lightm_db { + width: 100%; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + + +/******************************************************************************/ +/* classes */ + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} + +/******************************************************************************/ +/* specific elements */ + +div#pmalogo { + + background-color: ; + padding:.3em; +} +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +ul#databaseList { + margin-bottom: 0.5em; + padding-bottom: 0.5em; + padding-: 1.5em; + font-style: italic; +} + +ul#databaseList a { + display: block; + font-style: normal; +} + +div#navidbpageselector a, +ul#databaseList a { + background: ; + color: ; +} + +ul#databaseList ul { + padding-left: 1em; + padding-right: 0; +} + +ul#databaseList a:hover { + background: ; + color: ; +} + +ul#databaseList li.selected a { + background: ; + color: ; +} + +div#leftframelinks .icon { + padding: 0; + margin: 0; +} + +div#leftframelinks a img.icon { + margin: 0; + padding: 0.2em; + border: 0.1em solid ; +} + +div#leftframelinks a:hover img { + background: ; + color: ; +} + +/* serverlist */ +#body_leftFrame #list_server { + list-style-image: url(/original/img/s_host.png); + list-style-position: inside; + list-style-type: none; + margin: 0; + padding: 0; +} + +#body_leftFrame #list_server li { + margin: 0; + padding: 0; + font-size: 80%; +} + +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; + font-size: 80%; + background: ; +} + +div#left_tableList ul ul { + font-size: 100%; +} + +div#left_tableList a { + background: ; + color: ; + text-decoration: none; +} + +div#left_tableList a:hover { + background: ; + color: ; + text-decoration: underline; +} + +div#left_tableList li { + margin: 0; + padding: 0; + white-space: nowrap; +} + + +/* marked items */ +div#left_tableList > ul li.marked > a, +div#left_tableList > ul li.marked { + background: ; + color: ; +} + + + +div#left_tableList > ul li:hover > a, +div#left_tableList > ul li:hover { + background: ; + color: ; +} + + +div#left_tableList img { + padding: 0; + vertical-align: middle; +} + +div#left_tableList ul ul { + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; + padding-bottom: 0.1em; + border-bottom: 0.1em solid ; +} + +/* for the servers list in navi panel */ +#serverinfo .item { + white-space: nowrap; + color: ; +} +#serverinfo a:hover { + background: ; + color: ; +} + +#NavFilter { + display: none; +} + +#clear_fast_filter { + background: white; + color: black; + cursor: pointer; + padding: 0; + margin: 3px 5px 0 -23px; + position: relative; + float: right; +} + +#fast_filter { + width: 100%; + padding:2px 0px; + margin:0; + border:0; +} diff --git a/htdocs/phpMyAdmin/themes/original/css/theme_print.css.php b/htdocs/phpMyAdmin/themes/original/css/theme_print.css.php new file mode 100644 index 000000000..49a0d2363 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/original/css/theme_print.css.php @@ -0,0 +1,38 @@ + +/* For printview */ +body, table, th, td { + color: #000000; + background-color: #ffffff; +} + +img { + border: 0; +} + +table, th, td { + border-width: 0.1em; + border-color: #000000; + border-style: solid; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, td { + padding: 0.2em; +} + +th { + font-weight: bold; + background-color: #e5e5e5; +} diff --git a/htdocs/phpMyAdmin/themes/original/css/theme_right.css.php b/htdocs/phpMyAdmin/themes/original/css/theme_right.css.php new file mode 100644 index 000000000..8cd56eba8 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/original/css/theme_right.css.php @@ -0,0 +1,1774 @@ += 6 && PMA_USR_BROWSER_VER <= 8 + ? 'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");' + : ''; +} +?> +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : ( + isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>; +} + +input, select, textarea { + font-size: 1em; +} + +body { + + font-family: ; + + padding: 0; + margin: 0.5em; + color: ; + background: ; +} + + +textarea, tt, pre, code { + font-family: ; +} + +h1 { + font-size: 140%; + font-weight: bold; +} + +h2 { + font-size: 120%; + font-weight: bold; +} + +h3 { + font-weight: bold; +} + +a, a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; + cursor: pointer; +} + +a:hover { + text-decoration: underline; + color: #FF0000; +} + +dfn { + font-style: normal; +} + +dfn:hover { + font-style: normal; + cursor: help; +} + +th { + font-weight: bold; + color: ; + background: ; +} + +a img { + border: 0; +} + +hr { + color: ; + background-color: ; + border: 0; + height: 1px; +} + +form { + padding: 0; + margin: 0; + display: inline; +} + +textarea { + overflow: visible; + height: em; +} + +fieldset { + margin-top: 1em; + border: solid 1px; + padding: 0.5em; + background: ; +} + +fieldset fieldset { + margin: 0.8em; +} + +fieldset legend { + font-weight: bold; + color: #444444; + background-color: ; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + +table caption, +table th, +table td { + padding: 0.1em 0.5em 0.1em 0.5em; + margin: 0.1em; + vertical-align: top; +} + +img, +input, +select, +button { + vertical-align: middle; +} + + +/******************************************************************************/ +/* classes */ +div.tools { + border: 1px solid #000000; + padding: 0.2em; +} + +div.tools, +fieldset.tblFooters { + margin-top: 0; + margin-bottom: 0.5em; + /* avoid a thick line since this should be used under another fieldset */ + border-top: 0; + text-align: ; + float: none; + clear: both; +} + +div.null_div { + height: 20px; + text-align: center; + font-style:normal; + min-width:50px; +} + +fieldset .formelement { + float: ; + margin-: 0.5em; + /* IE */ + white-space: nowrap; +} + +/* revert for Gecko */ +fieldset div[class=formelement] { + white-space: normal; +} + +button.mult_submit { + border: none; + background-color: transparent; +} + +/* odd items 1,3,5,7,... */ +table tr.odd th, +.odd { + background: ; +} + +/* even items 2,4,6,8,... */ +table tr.even th, +.even { + background: ; +} + +/* odd table rows 1,3,5,7,... */ +table tr.odd th, +table tr.odd, +table tr.even th, +table tr.even { + text-align: ; +} + + +/* marked table rows */ +td.marked, +table tr.marked td, +table tr.marked th, +table tr.marked { + background: ; + color: ; +} + + + +/* hovered items */ +.odd:hover, +.even:hover, +.hover, +.structure_actions_dropdown { + background: ; + color: ; +} + +/* hovered table rows */ +table tr.odd:hover th, +table tr.even:hover th, +table tr.hover th { + background: ; + color: ; +} + + +/** + * marks table rows/cells if the db field is in a where condition + */ +tr.condition th, +tr.condition td, +td.condition, +th.condition { + border: 1px solid ; +} + +/** + * cells with the value NULL + */ +td.null { + font-style: italic; + text-align: ; +} + +table .value { + text-align: ; + white-space: normal; +} +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: normal; +} + + + +.value { + font-family: ; +} + +.value .attention { + color: red; + font-weight: bold; +} +.value .allfine { + color: green; +} + + +img.lightbulb { + cursor: pointer; +} + +.pdflayout { + overflow: hidden; + clip: inherit; + background-color: #FFFFFF; + display: none; + border: 1px solid #000000; + position: relative; +} + +.pdflayout_table { + background: #D3DCE3; + color: #000000; + overflow: hidden; + clip: inherit; + z-index: 2; + display: inline; + visibility: inherit; + cursor: move; + position: absolute; + font-size: 80%; + border: 1px dashed #000000; +} + +/* MySQL Parser */ +.syntax { + font-size: 80%; +} + +.syntax a { + text-decoration: none; + border-bottom:1px dotted black; +} + +.syntax_comment { + padding-left: 4pt; + padding-right: 4pt; +} + +.syntax_digit { +} + +.syntax_digit_hex { +} + +.syntax_digit_integer { +} + +.syntax_digit_float { +} + +.syntax_punct { +} + +.syntax_alpha { +} + +.syntax_alpha_columnType { + text-transform: uppercase; +} + +.syntax_alpha_columnAttrib { + text-transform: uppercase; +} + +.syntax_alpha_reservedWord { + text-transform: uppercase; + font-weight: bold; +} + +.syntax_alpha_functionName { + text-transform: uppercase; +} + +.syntax_alpha_identifier { +} + +.syntax_alpha_charset { +} + +.syntax_alpha_variable { +} + +.syntax_quote { + white-space: pre; +} + +.syntax_quote_backtick { +} + +/* leave some space between icons and text */ +.icon, img.footnotemarker { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} + +img.footnotemarker { + display: none; +} + +/* no extra space in table cells */ +td .icon { + margin: 0; +} + +.selectallarrow { + margin-: 0.3em; + margin-: 0.6em; +} + +/* message boxes: error, confirmation */ +.success h1, +.notice h1, +div.error h1 { + border-bottom: 2px solid; + font-weight: bold; + text-align: ; + margin: 0 0 0.2em 0; +} + +div.success, +div.notice, +div.error, +div.footnotes { + margin: 0.3em 0 0 0; + border: 2px solid; + + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 0.1em 0.1em 0.1em 36px; + + background-position: 99% 50%; + padding: 10px 5% 10px 10px; + + + padding: 0.3em; + +} + +.success { + color: #000000; + background-color: #f0fff0; +} +h1.success, +div.success { + border-color: #00FF00; + + background-image: url(getImgPath(); ?>s_success.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +.success h1 { + border-color: #00FF00; +} + +.notice, .footnotes { + color: #000000; + background-color: #FFFFDD; +} +h1.notice, +div.notice, +div.footnotes { + border-color: #FFD700; + + background-image: url(getImgPath(); ?>s_notice.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +.notice h1 { + border-color: #FFD700; +} + +.error { + background-color: #FFFFCC; + color: #ff0000; +} + +h1.error, +div.error { + border-color: #ff0000; + + background-image: url(getImgPath(); ?>s_error.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +div.error h1 { + border-color: #ff0000; +} + +.confirmation { + background-color: #FFFFCC; +} +fieldset.confirmation { + border: 0.1em solid #FF0000; +} +fieldset.confirmation legend { + border-left: 0.1em solid #FF0000; + border-right: 0.1em solid #FF0000; + font-weight: bold; + + background-image: url(getImgPath(); ?>s_really.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +} +/* end messageboxes */ + + +.tblcomment { + font-size: 70%; + font-weight: normal; + color: #000099; +} + +.tblHeaders { + font-weight: bold; + color: ; + background: ; +} + +div.tools, +.tblFooters { + font-weight: normal; + color: ; + background: ; +} + +.tblHeaders a:link, +.tblHeaders a:active, +.tblHeaders a:visited, +div.tools a:link, +div.tools a:visited, +div.tools a:active, +.tblFooters a:link, +.tblFooters a:active, +.tblFooters a:visited { + color: #0000FF; +} + +.tblHeaders a:hover, +div.tools a:hover, +.tblFooters a:hover { + color: #FF0000; +} + +/* forbidden, no privilegs */ +.noPrivileges { + color: #FF0000; + font-weight: bold; +} + +/* disabled text */ +.disabled, +.disabled a:link, +.disabled a:active, +.disabled a:visited { + color: #666666; +} + +.disabled a:hover { + color: #666666; + text-decoration: none; +} + +tr.disabled td, +td.disabled { + background-color: #cccccc; +} + +.nowrap { + white-space: nowrap; +} + +/** + * login form + */ +body.loginform h1, +body.loginform a.logo { + display: block; + text-align: center; +} + +body.loginform { + text-align: center; +} + +body.loginform div.container { + text-align: ; + width: 30em; + margin: 0 auto; +} + +form.login label { + float: ; + width: 10em; + font-weight: bolder; +} + +.commented_column { + border-bottom: 1px dashed black; +} + +.column_attribute { + font-size: 70%; +} + +/******************************************************************************/ +/* specific elements */ + +/* topmenu */ +ul#topmenu, ul#topmenu2, ul.tabs { + font-weight: bold; + list-style-type: none; + margin: 0; + padding: 0; +} + +ul#topmenu2 { + margin: 0.25em 0.5em 0; + height: 2em; + clear: both; +} + +ul#topmenu li, ul#topmenu2 li { + float: ; + margin: 0; + padding: 0; + vertical-align: middle; +} + +#topmenu img, #topmenu2 img { + vertical-align: middle; + margin-: 0.1em; +} + +/* default tab styles */ +ul#topmenu a, ul#topmenu span { + display: block; + margin: 2px 2px 0; + padding: 2px 2px 0; + white-space: nowrap; +} + +ul#topmenu ul a { + margin: 0; + padding-bottom: 2px; +} + +ul#topmenu .submenu { + position: relative; + display: none; +} +ul#topmenu .shown { + display: block; +} + +ul#topmenu ul { + margin: 0; + padding: 0; + position: absolute; + right: 0; + list-style-type: none; + display: none; + border: 1px #666 solid; +} + +ul#topmenu li:hover ul, ul#topmenu .submenuhover ul { + display: block; +} + +ul#topmenu ul li { + width: 100%; +} + +ul#topmenu2 a { + display: block; + margin: 0.1em; + padding: 0.2em; + white-space: nowrap; +} + +/* disabled tabs */ +ul#topmenu span.tab { + color: #666666; +} + +fieldset.caution a { + color: #FF0000; +} +fieldset.caution a:hover { + color: #ffffff; + background-color: #FF0000; +} + + +/* active tab */ +ul#topmenu a.tabactive, ul#topmenu2 a.tabactive { + color: black; +} + +ul#topmenu ul { + background: ; +} + +#topmenu { + margin-top: 0.5em; + padding: 0.1em 0.3em 0.1em 0.3em; +} + +ul#topmenu ul { + -moz-box-shadow: 2px 2px 3px #666; + -webkit-box-shadow: 2px 2px 3px #666; + box-shadow: 2px 2px 3px #666; +} + +ul#topmenu > li { + border-bottom: 1pt solid black; +} + +/* default tab styles */ +ul#topmenu a, ul#topmenu span { + background-color: ; + border: 0 solid ; + border-width: 1pt 1pt 0 1pt; + -moz-border-radius: 0.4em 0.4em 0 0; + border-radius: 0.4em 0.4em 0 0; +} + +ul#topmenu ul a { + border-width: 1pt 0 0 0; + -moz-border-radius: 0; + border-radius: 0; +} + +ul#topmenu ul li:first-child a { + border-width: 0; +} + +/* enabled hover/active tabs */ +ul#topmenu > li > a:hover, +ul#topmenu > li > .tabactive { + margin: 0; + padding: 2px 4px; + text-decoration: none; +} + +ul#topmenu ul a:hover, +ul#topmenu ul .tabactive { + text-decoration: none; +} + +ul#topmenu a.tab:hover, +ul#topmenu .tabactive { + background-color: ; +} + +ul#topmenu2 a.tab:hover, +ul#topmenu2 a.tabactive { + background-color: ; + -moz-border-radius: 0.3em; + border-radius: 0.3em; + text-decoration: none; +} + +/* to be able to cancel the bottom border, use
                    • */ +ul#topmenu > li.active { + border-bottom: 1pt solid ; +} + +/* disabled tabs */ +ul#topmenu span.tab, +a.error { + cursor: url(getImgPath(); ?>error.ico), default; +} + +/* end topmenu */ + + +/* Calendar */ +table.calendar { + width: 100%; +} +table.calendar td { + text-align: center; +} +table.calendar td a { + display: block; +} + +table.calendar td a:hover { + background-color: #CCFFCC; +} + +table.calendar th { + background-color: #D3DCE3; +} + +table.calendar td.selected { + background-color: #FFCC99; +} + +img.calendar { + border: none; +} +form.clock { + text-align: center; +} +/* end Calendar */ + + +/* table stats */ +div#tablestatistics { + border-bottom: 0.1em solid #669999; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#tablestatistics table { + float: ; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-: 0.5em; +} + +div#tablestatistics table caption { + margin-: 0.5em; +} +/* END table stats */ + + +/* server privileges */ +#tableuserrights td, +#tablespecificuserrights td, +#tabledatabases td { + vertical-align: middle; +} +/* END server privileges */ + + + +/* Heading */ +#serverinfo { + font-weight: bold; + margin-bottom: 0.5em; +} + +#serverinfo .item { + white-space: nowrap; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 110%; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 20em; + height: auto; + overflow: visible; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 0.1em solid #000000; + padding: 0.5em; +} + +/* user privileges */ +#fieldset_add_user_login div.item { + border-bottom: 1px solid silver; + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: ; + display: block; + width: 10em; + max-width: 100%; + text-align: ; + padding-: 0.5em; +} + +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password { + width: 100%; + max-width: 100%; +} + +#fieldset_add_user_login span.options { + float: ; + display: block; + width: 12em; + max-width: 100%; + padding-: 0.5em; +} + +#fieldset_add_user_login input { + width: 12em; + clear: ; + max-width: 100%; +} + +#fieldset_add_user_login span.options input { + width: auto; +} + +#fieldset_user_priv div.item { + float: ; + width: 9em; + max-width: 100%; +} + +#fieldset_user_priv div.item div.item { + float: none; +} + +#fieldset_user_priv div.item label { + white-space: nowrap; +} + +#fieldset_user_priv div.item select { + width: 100%; +} + +#fieldset_user_global_rights fieldset { + float: ; +} +/* END user privileges */ + + +/* serverstatus */ +div#serverstatus table caption a.top { + float: ; +} + +div#serverstatus div#serverstatusqueriesdetails table, +div#serverstatus table#serverstatustraffic, +div#serverstatus table#serverstatusconnections { + float: ; +} + +#serverstatussection, +.clearfloat { + clear: both; +} +div#serverstatussection table { + width: 100%; + margin-bottom: 1em; +} +div#serverstatussection table .name { + width: 18em; +} +div#serverstatussection table .value { + width: 6em; +} + +div#serverstatus table tbody td.descr a, +div#serverstatus table .tblFooters a { + white-space: nowrap; +} +div#serverstatus div#statuslinks a:before, +div#serverstatus div#sectionlinks a:before, +div#serverstatus table tbody td.descr a:before, +div#serverstatus table .tblFooters a:before { + content: '['; +} +div#serverstatus div#statuslinks a:after, +div#serverstatus div#sectionlinks a:after, +div#serverstatus table tbody td.descr a:after, +div#serverstatus table .tblFooters a:after { + content: ']'; +} +/* end serverstatus */ + +/* querywindow */ +body#bodyquerywindow { + margin: 0; + padding: 0; + background-image: none; + background-color: #F5F5F5; +} + +div#querywindowcontainer { + margin: 0; + padding: 0; + width: 100%; +} + +div#querywindowcontainer fieldset { + margin-top: 0; +} +/* END querywindow */ + + +/* querybox */ + +div#sqlquerycontainer { + float: ; + width: 69%; + /* height: 15em; */ +} + +div#tablefieldscontainer { + float: ; + width: 29%; + /* height: 15em; */ +} + +div#tablefieldscontainer select { + width: 100%; + /* height: 12em; */ +} + +textarea#sqlquery { + width: 100%; + /* height: 100%; */ +} +textarea#sql_query_edit{ + height:7em; + width: 95%; + display:block; +} +div#queryboxcontainer div#bookmarkoptions { + margin-top: 0.5em; +} +/* end querybox */ + +/* main page */ +#maincontainer { + background-image: url(getImgPath(); ?>logo_right.png); + background-position: bottom; + background-repeat: no-repeat; +} + +#mysqlmaininformation, +#pmamaininformation { + float: ; + width: 49%; +} + +#maincontainer ul { + list-style-type: disc; + vertical-align: middle; +} + +#maincontainer li { + margin: 0.2em 0em; +} +/* END main page */ + + + +/* iconic view for ul items */ +li#li_create_database { + list-style-image: url(getImgPath(); ?>b_newdb.png); +} + +li#li_select_lang { + list-style-image: url(getImgPath(); ?>s_lang.png); +} + +li#li_select_mysql_collation { + list-style-image: url(getImgPath(); ?>s_asci.png); +} + +li#li_select_theme{ + list-style-image: url(getImgPath(); ?>s_theme.png); +} + +li#li_user_info{ + /* list-style-image: url(getImgPath(); ?>s_rights.png); */ +} + +li#li_mysql_status{ + list-style-image: url(getImgPath(); ?>s_status.png); +} + +li#li_mysql_variables{ + list-style-image: url(getImgPath(); ?>s_vars.png); +} + +li#li_mysql_processes{ + list-style-image: url(getImgPath(); ?>s_process.png); +} + +li#li_mysql_collations{ + list-style-image: url(getImgPath(); ?>s_asci.png); +} + +li#li_mysql_engines{ + list-style-image: url(getImgPath(); ?>b_engine.png); +} + +li#li_mysql_binlogs { + list-style-image: url(getImgPath(); ?>s_tbl.png); +} + +li#li_mysql_databases { + list-style-image: url(getImgPath(); ?>s_db.png); +} + +li#li_export { + list-style-image: url(getImgPath(); ?>b_export.png); +} + +li#li_import { + list-style-image: url(getImgPath(); ?>b_import.png); +} + +li#li_change_password { + list-style-image: url(getImgPath(); ?>s_passwd.png); +} + +li#li_log_out { + list-style-image: url(getImgPath(); ?>s_loggoff.png); +} + +li#li_mysql_privilegs{ + list-style-image: url(getImgPath(); ?>s_rights.png); +} + +li#li_switch_dbstats { + list-style-image: url(getImgPath(); ?>b_dbstatistics.png); +} + +li#li_flush_privileges { + list-style-image: url(getImgPath(); ?>s_reload.png); +} + +li#li_user_preferences { + list-style-image: url(getImgPath(); ?>b_tblops.png); +} +/* END iconic view for ul items */ + + + +#body_browse_foreigners { + background: ; + margin: 0.5em 0.5em 0 0.5em; +} + +#bodyquerywindow { + background: ; +} + +#bodythemes { + width: 500px; + margin: auto; + text-align: center; +} + +#bodythemes img { + border: 0.1em solid black; +} + +#bodythemes a:hover img { + border: 0.1em solid red; +} + +#fieldset_select_fields { + float: ; +} + +#selflink { + clear: both; + display: block; + margin-top: 1em; + margin-bottom: 1em; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity { + float: ; +} + +#div_mysql_charset_collations table { + float: ; +} + +.operations_half_width { + width: 48%; + float: ; +} + +.operations_full_width { + width: 100%; + clear: both; +} + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} + +label.desc { + width: 30em; + float: ; +} + +label.desc sup { + position: absolute; +} + +code.sql, div.sqlvalidate { + display: block; + padding: 0.3em; + margin-top: 0; + margin-bottom: 0; + border: solid 1px; + border-top: 0; + border-bottom: 0; + max-height: 10em; + overflow: auto; + background: ; +} + +#main_pane_left { + width: 60%; + float: ; + padding-top: 1em; +} + +#main_pane_right { + margin-: 60%; + padding-top: 1em; + padding-: 1em; +} + +.group { + border-: 0.3em solid ; + margin-bottom: 1em; +} + +.group h2 { + background: ; + padding: 0.1em 0.3em; + margin-top: 0; +} + +.group-cnt { + padding: 0 0 0 0.5em; + display: inline-block; + width: 98%; +} + +textarea#partitiondefinition { + height:3em; +} + + +/* for elements that should be revealed only via js */ +.hide { + display: none; +} + +#li_select_server { + list-style-image: url(getImgPath(); ?>s_host.png); +} + +#list_server { + list-style-image: none; +} + +/** + * Progress bar styles + */ +div.upload_progress_bar_outer +{ + border: 1px solid black; + width: 202px; +} + +div.upload_progress_bar_inner +{ + background-color: ; + width: 0px; + height: 12px; + margin: 1px; +} + +table#serverconnection_src_remote, +table#serverconnection_trg_remote, +table#serverconnection_src_local, +table#serverconnection_trg_local { + float:left; +} +/** + * Validation error message styles + */ +.invalid_value +{background:#F00;} + +/** + * Ajax notification styling + */ + .ajax_notification { + top: 0px; /** The notification needs to be shown on the top of the page */ + position: fixed; + margin-top: 0; + margin-right: auto; + margin-bottom: 0; + margin-left: auto; + padding: 3px 5px; /** Keep a little space on the sides of the text */ + width: 350px; + background-color: #FFD700; + z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */ + text-align: center; + display: block; + left: 0; + right: 0; + background-image: url(getImgPath(); ?>ajax_clock_small.gif); + background-repeat: no-repeat; + background-position: 2%; + } + + #loading_parent { + /** Need this parent to properly center the notification division */ + position: relative; + width: 100%; + } +/** + * Export and Import styles + */ + +.exportoptions h3, .importoptions h3 { + border-bottom: 1px #999999 solid; + font-size: 110%; +} + +.exportoptions ul, .importoptions ul, .format_specific_options ul { + list-style-type: none; + margin-bottom: 15px; +} + +.exportoptions li, .importoptions li { + margin: 7px; +} +.exportoptions label, .importoptions label, .exportoptions p, .importoptions p { + margin: 5px; + float: none; +} + +#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{ + float: left; + width: 15em; +} + +.exportoptions, .importoptions { + margin: 20px 30px 30px 10px +} + +.exportoptions #buttonGo, .importoptions #buttonGo { + padding: 5px 30px; + -moz-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + + border: 1px solid #444444; + cursor: pointer; +} + +.format_specific_options h3 { + margin: 10px 0px 0px 10px; + border: 0px; +} + +.format_specific_options { + border: 1px solid #999999; + margin: 7px 0px; + padding: 3px; +} + +p.desc { + margin: 5px; +} + +/** + * Export styles only + */ +select#db_select, select#table_select { + width: 400px; +} + +.export_sub_options { + margin: 20px 0px 0px 30px; +} + +.export_sub_options h4 { + border-bottom: 1px #999999 solid; +} + +.export_sub_options li.subgroup { + display: inline-block; + margin-top: 0; +} + +.export_sub_options li { + margin-bottom: 0; +} + +#quick_or_custom, #output_quick_export { + display: none; +} +/** + * Import styles only + */ + +.importoptions #import_notification { + margin: 10px 0px; + font-style: italic; +} + +input#input_import_file { + margin: 5px; +} + +.formelementrow { + margin: 5px 0px 5px 0px; +} + +/** + * ENUM/SET editor styles + */ +p.enum_notice { + margin: 5px 2px; + font-size: 80%; +} + +#enum_editor { + display: none; + position: fixed; + _position: absolute; /* hack for IE */ + z-index: 101; + overflow-y: auto; + overflow-x: hidden; +} + +#enum_editor_no_js { + margin: auto auto; +} + +#enum_editor, #enum_editor_no_js { + background: #D0DCE0; + padding: 15px; +} + +#popup_background { + display: none; + position: fixed; + _position: absolute; /* hack for IE6 */ + width: 100%; + height: 100%; + top: 0; + left: 0; + background: #000; + z-index: 100; + overflow: hidden; +} + +a.close_enum_editor { + float: right; +} + +#enum_editor #values, #enum_editor_no_js #values { + margin: 15px 0px; + width: 100%; +} + +#enum_editor #values input, #enum_editor_no_js #values input { + margin: 5px 0px; + float: top; + width: 100%; +} + +} + +#enum_editor_output { + margin-top: 50px; +} + +/** + * Table structure styles + */ +.structure_actions_dropdown { + position: absolute; + padding: 3px; + display: none; + z-index: 100; +} + +.structure_actions_dropdown a { + display: block; +} + +td.more_opts { + display: none; + white-space: nowrap; +} + +iframe.IE_hack { + z-index: 1; + position: absolute; + display: none; + border: 0; + filter: alpha(opacity=0); +} + +/* config forms */ +.config-form ul.tabs { + margin: 1.1em 0.2em 0; + padding: 0 0 0.3em 0; + list-style: none; + font-weight: bold; +} + +.config-form ul.tabs li { + float: ; +} + +.config-form ul.tabs li a { + display: block; + margin: 0.1em 0.2em 0; + padding: 0.1em 0.4em; + white-space: nowrap; + text-decoration: none; + border: 1px solid ; + border-bottom: none; +} + +.config-form ul.tabs li a:hover, +.config-form ul.tabs li a:active, +.config-form ul.tabs li a.active { + margin: 0; + padding: 0.1em 0.6em 0.2em; +} + +.config-form ul.tabs li a.active { + background-color: ; +} + +.config-form fieldset { + margin-top: 0; + padding: 0; + clear: both; + /*border-color: ;*/ +} + +.config-form legend { + display: none; +} + +.config-form fieldset p { + margin: 0; + padding: 0.5em; + background: ; +} + +.config-form fieldset .errors { /* form error list */ + margin: 0 -2px 1em -2px; + padding: 0.5em 1.5em; + background: #FBEAD9; + border: 0 #C83838 solid; + border-width: 1px 0; + list-style: none; + font-family: sans-serif; + font-size: small; +} + +.config-form fieldset .inline_errors { /* field error list */ + margin: 0.3em 0.3em 0.3em 0; + padding: 0; + list-style: none; + color: #9A0000; + font-size: small; +} + +.config-form fieldset th { + padding: 0.3em 0.3em 0.3em 0.5em; + text-align: left; + vertical-align: top; + width: 40%; + background: transparent; +} + +.config-form fieldset .doc, .config-form fieldset .disabled-notice { + margin-left: 1em; +} + +.config-form fieldset .disabled-notice { + font-size: 80%; + text-transform: uppercase; + color: #E00; + cursor: help; +} + +.config-form fieldset td { + padding-top: 0.3em; + padding-bottom: 0.3em; + vertical-align: top; +} + +.config-form fieldset th small { + display: block; + font-weight: normal; + font-family: sans-serif; + font-size: x-small; + color: #444; +} + +.config-form fieldset th, .config-form fieldset td { + border-top: 1px solid; +} + +fieldset .group-header th { + background: ; +} + +fieldset .group-header + tr th { + padding-top: 0.6em; +} + +fieldset .group-field-1 th, fieldset .group-header-2 th { + padding-left: 1.5em; +} + +fieldset .group-field-2 th, fieldset .group-header-3 th { + padding-left: 3em; +} + +fieldset .group-field-3 th { + padding-left: 4.5em; +} + +fieldset .disabled-field th, +fieldset .disabled-field th small, +fieldset .disabled-field td { + color: #666; + background-color: #ddd; +} + +.config-form .lastrow { + border-top: 1px #000 solid; +} + +.config-form .lastrow { + background: ;; + padding: 0.5em; + text-align: center; +} + +.config-form .lastrow input { + font-weight: bold; +} + +/* form elements */ + +.config-form span.checkbox { + padding: 2px; + display: inline-block; +} + +.config-form .custom { /* customized field */ + background: #FFC; +} + +.config-form span.checkbox.custom { + padding: 1px; + border: 1px #EDEC90 solid; + background: #FFC; +} + +.config-form .field-error { + border-color: #A11 !important; +} + +.config-form input[type="text"], +.config-form select, +.config-form textarea { + border: 1px #A7A6AA solid; + height: auto; +} + +.config-form input[type="text"]:focus, +.config-form select:focus, +.config-form textarea:focus { + border: 1px #6676FF solid; + background: #F7FBFF; +} + +.config-form .field-comment-mark { + font-family: serif; + color: #007; + cursor: help; + padding: 0 0.2em; + font-weight: bold; + font-style: italic; +} + +.config-form .field-comment-warning { + color: #A00; +} + +/* error list */ +.config-form dd { + margin-left: 0.5em; +} + +.config-form dd:before { + content: "\25B8 "; +} + +.click-hide-message { + cursor: pointer; +} + +.prefsmanage_opts { + margin-: 2em; +} + +#prefs_autoload { + margin-bottom: 0.5em; +} + +#table_columns input, #table_columns select { + width: 14em; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + diff --git a/htdocs/phpMyAdmin/themes/original/img/ajax_clock_small.gif b/htdocs/phpMyAdmin/themes/original/img/ajax_clock_small.gif new file mode 100644 index 000000000..5b33f7e54 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/ajax_clock_small.gif differ diff --git a/htdocs/phpMyAdmin/themes/original/img/arrow_ltr.png b/htdocs/phpMyAdmin/themes/original/img/arrow_ltr.png new file mode 100644 index 000000000..fc79c5650 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/arrow_ltr.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/arrow_rtl.png b/htdocs/phpMyAdmin/themes/original/img/arrow_rtl.png new file mode 100644 index 000000000..05df386a9 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/arrow_rtl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_bookmark.png b/htdocs/phpMyAdmin/themes/original/img/b_bookmark.png new file mode 100644 index 000000000..2e62fb9dc Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_bookmark.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_browse.png b/htdocs/phpMyAdmin/themes/original/img/b_browse.png new file mode 100644 index 000000000..d058d05e7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_browse.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_calendar.png b/htdocs/phpMyAdmin/themes/original/img/b_calendar.png new file mode 100644 index 000000000..fd725450e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_calendar.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_chart.png b/htdocs/phpMyAdmin/themes/original/img/b_chart.png new file mode 100644 index 000000000..5a2ed4b04 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_chart.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_close.png b/htdocs/phpMyAdmin/themes/original/img/b_close.png new file mode 100644 index 000000000..8ad396ee7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_close.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_comment.png b/htdocs/phpMyAdmin/themes/original/img/b_comment.png new file mode 100644 index 000000000..1f4590b75 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_comment.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_dbstatistics.png b/htdocs/phpMyAdmin/themes/original/img/b_dbstatistics.png new file mode 100644 index 000000000..7ec8df763 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_dbstatistics.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_deltbl.png b/htdocs/phpMyAdmin/themes/original/img/b_deltbl.png new file mode 100644 index 000000000..bc85d9200 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_deltbl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_docs.png b/htdocs/phpMyAdmin/themes/original/img/b_docs.png new file mode 100644 index 000000000..cf2153e30 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_docs.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_drop.png b/htdocs/phpMyAdmin/themes/original/img/b_drop.png new file mode 100644 index 000000000..d738eaccd Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_drop.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_edit.png b/htdocs/phpMyAdmin/themes/original/img/b_edit.png new file mode 100644 index 000000000..044e6932f Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_edit.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_empty.png b/htdocs/phpMyAdmin/themes/original/img/b_empty.png new file mode 100644 index 000000000..b21558a8e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_empty.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_engine.png b/htdocs/phpMyAdmin/themes/original/img/b_engine.png new file mode 100644 index 000000000..309924471 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_engine.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_export.png b/htdocs/phpMyAdmin/themes/original/img/b_export.png new file mode 100644 index 000000000..dfe292cf4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_export.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_ftext.png b/htdocs/phpMyAdmin/themes/original/img/b_ftext.png new file mode 100644 index 000000000..009c1ad50 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_ftext.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_help.png b/htdocs/phpMyAdmin/themes/original/img/b_help.png new file mode 100644 index 000000000..f741eee13 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_help.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_home.png b/htdocs/phpMyAdmin/themes/original/img/b_home.png new file mode 100644 index 000000000..1db58f223 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_home.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_import.png b/htdocs/phpMyAdmin/themes/original/img/b_import.png new file mode 100644 index 000000000..c90abe01c Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_import.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_index.png b/htdocs/phpMyAdmin/themes/original/img/b_index.png new file mode 100644 index 000000000..39fb9bdab Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_index.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_info.png b/htdocs/phpMyAdmin/themes/original/img/b_info.png new file mode 100644 index 000000000..a9f4d4751 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_info.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_inline_edit.png b/htdocs/phpMyAdmin/themes/original/img/b_inline_edit.png new file mode 100644 index 000000000..a9d8264a7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_inline_edit.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_insrow.png b/htdocs/phpMyAdmin/themes/original/img/b_insrow.png new file mode 100644 index 000000000..e162d633e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_insrow.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_minus.png b/htdocs/phpMyAdmin/themes/original/img/b_minus.png new file mode 100644 index 000000000..5af840964 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_minus.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_more.png b/htdocs/phpMyAdmin/themes/original/img/b_more.png new file mode 100644 index 000000000..3759d17a4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_more.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_newdb.png b/htdocs/phpMyAdmin/themes/original/img/b_newdb.png new file mode 100644 index 000000000..e2d1d2624 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_newdb.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_newtbl.png b/htdocs/phpMyAdmin/themes/original/img/b_newtbl.png new file mode 100644 index 000000000..0b8ac50a2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_newtbl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_plus.png b/htdocs/phpMyAdmin/themes/original/img/b_plus.png new file mode 100644 index 000000000..94b5df630 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_plus.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_primary.png b/htdocs/phpMyAdmin/themes/original/img/b_primary.png new file mode 100644 index 000000000..1a5883fe1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_primary.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_print.png b/htdocs/phpMyAdmin/themes/original/img/b_print.png new file mode 100644 index 000000000..14f62d4dc Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_print.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_props.png b/htdocs/phpMyAdmin/themes/original/img/b_props.png new file mode 100644 index 000000000..79ea511f9 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_props.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_relations.png b/htdocs/phpMyAdmin/themes/original/img/b_relations.png new file mode 100644 index 000000000..41d854070 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_relations.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_save.png b/htdocs/phpMyAdmin/themes/original/img/b_save.png new file mode 100644 index 000000000..7c8d475d2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_save.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_sbrowse.png b/htdocs/phpMyAdmin/themes/original/img/b_sbrowse.png new file mode 100644 index 000000000..25a3c8dcf Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_sbrowse.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_search.png b/htdocs/phpMyAdmin/themes/original/img/b_search.png new file mode 100644 index 000000000..603260852 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_search.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_selboard.png b/htdocs/phpMyAdmin/themes/original/img/b_selboard.png new file mode 100644 index 000000000..183ca4f07 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_selboard.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_select.png b/htdocs/phpMyAdmin/themes/original/img/b_select.png new file mode 100644 index 000000000..5559dfe52 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_select.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_snewtbl.png b/htdocs/phpMyAdmin/themes/original/img/b_snewtbl.png new file mode 100644 index 000000000..1bd42b977 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_snewtbl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_sql.png b/htdocs/phpMyAdmin/themes/original/img/b_sql.png new file mode 100644 index 000000000..7988dd940 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_sql.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_sqlhelp.png b/htdocs/phpMyAdmin/themes/original/img/b_sqlhelp.png new file mode 100644 index 000000000..7e6695b8a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_sqlhelp.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_tblanalyse.png b/htdocs/phpMyAdmin/themes/original/img/b_tblanalyse.png new file mode 100644 index 000000000..84b599a61 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_tblanalyse.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_tblexport.png b/htdocs/phpMyAdmin/themes/original/img/b_tblexport.png new file mode 100644 index 000000000..364c5ef49 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_tblexport.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_tblimport.png b/htdocs/phpMyAdmin/themes/original/img/b_tblimport.png new file mode 100644 index 000000000..1d264cd10 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_tblimport.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_tblops.png b/htdocs/phpMyAdmin/themes/original/img/b_tblops.png new file mode 100644 index 000000000..2a1b0cffc Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_tblops.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_tbloptimize.png b/htdocs/phpMyAdmin/themes/original/img/b_tbloptimize.png new file mode 100644 index 000000000..1c3795b6b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_tbloptimize.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_tipp.png b/htdocs/phpMyAdmin/themes/original/img/b_tipp.png new file mode 100644 index 000000000..6153f7f6a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_tipp.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_unique.png b/htdocs/phpMyAdmin/themes/original/img/b_unique.png new file mode 100644 index 000000000..684a0832e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_unique.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_usradd.png b/htdocs/phpMyAdmin/themes/original/img/b_usradd.png new file mode 100644 index 000000000..a843a3554 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_usradd.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_usrcheck.png b/htdocs/phpMyAdmin/themes/original/img/b_usrcheck.png new file mode 100644 index 000000000..c11c0c4ce Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_usrcheck.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_usrdrop.png b/htdocs/phpMyAdmin/themes/original/img/b_usrdrop.png new file mode 100644 index 000000000..fe85b1ff3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_usrdrop.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_usredit.png b/htdocs/phpMyAdmin/themes/original/img/b_usredit.png new file mode 100644 index 000000000..3b4e9c35d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_usredit.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_usrlist.png b/htdocs/phpMyAdmin/themes/original/img/b_usrlist.png new file mode 100644 index 000000000..d45b52e11 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_usrlist.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_view.png b/htdocs/phpMyAdmin/themes/original/img/b_view.png new file mode 100644 index 000000000..4cf86bb68 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_view.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/b_views.png b/htdocs/phpMyAdmin/themes/original/img/b_views.png new file mode 100644 index 000000000..55f434184 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/b_views.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_browse.png b/htdocs/phpMyAdmin/themes/original/img/bd_browse.png new file mode 100644 index 000000000..66dc98671 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_browse.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_deltbl.png b/htdocs/phpMyAdmin/themes/original/img/bd_deltbl.png new file mode 100644 index 000000000..90ec21aa9 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_deltbl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_drop.png b/htdocs/phpMyAdmin/themes/original/img/bd_drop.png new file mode 100644 index 000000000..daad1d0d1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_drop.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_empty.png b/htdocs/phpMyAdmin/themes/original/img/bd_empty.png new file mode 100644 index 000000000..8a86a3603 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_empty.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_ftext.png b/htdocs/phpMyAdmin/themes/original/img/bd_ftext.png new file mode 100644 index 000000000..f31ac3973 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_ftext.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_index.png b/htdocs/phpMyAdmin/themes/original/img/bd_index.png new file mode 100644 index 000000000..8756d3228 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_index.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_insrow.png b/htdocs/phpMyAdmin/themes/original/img/bd_insrow.png new file mode 100644 index 000000000..295948fd1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_insrow.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_primary.png b/htdocs/phpMyAdmin/themes/original/img/bd_primary.png new file mode 100644 index 000000000..9544774be Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_primary.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_sbrowse.png b/htdocs/phpMyAdmin/themes/original/img/bd_sbrowse.png new file mode 100644 index 000000000..78fa9fbd1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_sbrowse.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_select.png b/htdocs/phpMyAdmin/themes/original/img/bd_select.png new file mode 100644 index 000000000..bf065db1d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_select.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/bd_unique.png b/htdocs/phpMyAdmin/themes/original/img/bd_unique.png new file mode 100644 index 000000000..28f9fb335 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/bd_unique.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/docs_menu_bg.png b/htdocs/phpMyAdmin/themes/original/img/docs_menu_bg.png new file mode 100644 index 000000000..05f0c97c7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/docs_menu_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/error.ico b/htdocs/phpMyAdmin/themes/original/img/error.ico new file mode 100644 index 000000000..41d26d638 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/error.ico differ diff --git a/htdocs/phpMyAdmin/themes/original/img/eye.png b/htdocs/phpMyAdmin/themes/original/img/eye.png new file mode 100644 index 000000000..564a1a971 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/eye.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/eye_grey.png b/htdocs/phpMyAdmin/themes/original/img/eye_grey.png new file mode 100644 index 000000000..0ba2312f0 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/eye_grey.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/item_ltr.png b/htdocs/phpMyAdmin/themes/original/img/item_ltr.png new file mode 100644 index 000000000..d69d1a297 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/item_ltr.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/item_rtl.png b/htdocs/phpMyAdmin/themes/original/img/item_rtl.png new file mode 100644 index 000000000..74626023b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/item_rtl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/logo_left.png b/htdocs/phpMyAdmin/themes/original/img/logo_left.png new file mode 100644 index 000000000..16347abf1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/logo_left.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/logo_right.png b/htdocs/phpMyAdmin/themes/original/img/logo_right.png new file mode 100644 index 000000000..a8075ab26 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/logo_right.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/more.png b/htdocs/phpMyAdmin/themes/original/img/more.png new file mode 100644 index 000000000..941da7823 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/more.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_data.jpg b/htdocs/phpMyAdmin/themes/original/img/new_data.jpg new file mode 100644 index 000000000..08d30d34a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_data.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_data_hovered.jpg b/htdocs/phpMyAdmin/themes/original/img/new_data_hovered.jpg new file mode 100644 index 000000000..c385872ad Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_data_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_data_selected.jpg b/htdocs/phpMyAdmin/themes/original/img/new_data_selected.jpg new file mode 100644 index 000000000..caabf6767 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_data_selected.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_data_selected_hovered.jpg b/htdocs/phpMyAdmin/themes/original/img/new_data_selected_hovered.jpg new file mode 100644 index 000000000..a34ba2194 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_data_selected_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_struct.jpg b/htdocs/phpMyAdmin/themes/original/img/new_struct.jpg new file mode 100644 index 000000000..283a5e969 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_struct.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_struct_hovered.jpg b/htdocs/phpMyAdmin/themes/original/img/new_struct_hovered.jpg new file mode 100644 index 000000000..7a7c70442 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_struct_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_struct_selected.jpg b/htdocs/phpMyAdmin/themes/original/img/new_struct_selected.jpg new file mode 100644 index 000000000..16b2b8cb3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_struct_selected.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/new_struct_selected_hovered.jpg b/htdocs/phpMyAdmin/themes/original/img/new_struct_selected_hovered.jpg new file mode 100644 index 000000000..77a53715d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/new_struct_selected_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_asc.png b/htdocs/phpMyAdmin/themes/original/img/s_asc.png new file mode 100644 index 000000000..10af1fb63 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_asc.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_asci.png b/htdocs/phpMyAdmin/themes/original/img/s_asci.png new file mode 100644 index 000000000..4b4d23e64 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_asci.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_cancel.png b/htdocs/phpMyAdmin/themes/original/img/s_cancel.png new file mode 100644 index 000000000..fd090f9df Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_cancel.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_db.png b/htdocs/phpMyAdmin/themes/original/img/s_db.png new file mode 100644 index 000000000..c92c1de6e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_db.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_desc.png b/htdocs/phpMyAdmin/themes/original/img/s_desc.png new file mode 100644 index 000000000..57c9e549b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_desc.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_error.png b/htdocs/phpMyAdmin/themes/original/img/s_error.png new file mode 100644 index 000000000..5fb06ba3e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_error.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_error2.png b/htdocs/phpMyAdmin/themes/original/img/s_error2.png new file mode 100644 index 000000000..772cabfd2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_error2.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_fulltext.png b/htdocs/phpMyAdmin/themes/original/img/s_fulltext.png new file mode 100644 index 000000000..c017c2e01 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_fulltext.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_host.png b/htdocs/phpMyAdmin/themes/original/img/s_host.png new file mode 100644 index 000000000..6f70edaa0 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_host.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_lang.png b/htdocs/phpMyAdmin/themes/original/img/s_lang.png new file mode 100644 index 000000000..81617b69c Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_lang.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_loggoff.png b/htdocs/phpMyAdmin/themes/original/img/s_loggoff.png new file mode 100644 index 000000000..d41143c0c Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_loggoff.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_notice.png b/htdocs/phpMyAdmin/themes/original/img/s_notice.png new file mode 100644 index 000000000..b271f4800 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_notice.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_partialtext.png b/htdocs/phpMyAdmin/themes/original/img/s_partialtext.png new file mode 100644 index 000000000..b536cf7d3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_partialtext.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_passwd.png b/htdocs/phpMyAdmin/themes/original/img/s_passwd.png new file mode 100644 index 000000000..de13da6f5 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_passwd.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_process.png b/htdocs/phpMyAdmin/themes/original/img/s_process.png new file mode 100644 index 000000000..dd117d796 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_process.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_really.png b/htdocs/phpMyAdmin/themes/original/img/s_really.png new file mode 100644 index 000000000..e33522899 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_really.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_reload.png b/htdocs/phpMyAdmin/themes/original/img/s_reload.png new file mode 100644 index 000000000..09d47bd29 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_reload.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_replication.png b/htdocs/phpMyAdmin/themes/original/img/s_replication.png new file mode 100644 index 000000000..4ceb21879 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_replication.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_rights.png b/htdocs/phpMyAdmin/themes/original/img/s_rights.png new file mode 100644 index 000000000..8fa34e262 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_rights.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_status.png b/htdocs/phpMyAdmin/themes/original/img/s_status.png new file mode 100644 index 000000000..b6df46727 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_status.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_success.png b/htdocs/phpMyAdmin/themes/original/img/s_success.png new file mode 100644 index 000000000..fbb39836b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_success.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_sync.png b/htdocs/phpMyAdmin/themes/original/img/s_sync.png new file mode 100644 index 000000000..49618bed2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_sync.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_tbl.png b/htdocs/phpMyAdmin/themes/original/img/s_tbl.png new file mode 100644 index 000000000..c7ba6cf09 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_tbl.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_theme.png b/htdocs/phpMyAdmin/themes/original/img/s_theme.png new file mode 100644 index 000000000..7d9d4893e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_theme.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_vars.png b/htdocs/phpMyAdmin/themes/original/img/s_vars.png new file mode 100644 index 000000000..dbe704c97 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_vars.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/s_views.png b/htdocs/phpMyAdmin/themes/original/img/s_views.png new file mode 100644 index 000000000..4a85f2010 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/s_views.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/spacer.png b/htdocs/phpMyAdmin/themes/original/img/spacer.png new file mode 100644 index 000000000..6f4c4ca5d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/spacer.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/vertical_line.png b/htdocs/phpMyAdmin/themes/original/img/vertical_line.png new file mode 100644 index 000000000..4cc392f66 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/vertical_line.png differ diff --git a/htdocs/phpMyAdmin/themes/original/img/window-new.png b/htdocs/phpMyAdmin/themes/original/img/window-new.png new file mode 100644 index 000000000..0c352db51 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/img/window-new.png differ diff --git a/htdocs/phpMyAdmin/themes/original/info.inc.php b/htdocs/phpMyAdmin/themes/original/info.inc.php new file mode 100644 index 000000000..5f7beba8f --- /dev/null +++ b/htdocs/phpMyAdmin/themes/original/info.inc.php @@ -0,0 +1,15 @@ + diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 000000000..5b5dab2ab Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 000000000..ac8b229af Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 000000000..ad3d6346e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 000000000..42ccba269 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 000000000..5a46b47cb Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 000000000..86c2baa65 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 000000000..4443fdc1a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 000000000..7c9fa6c6e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png new file mode 100644 index 000000000..b273ff111 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 000000000..09d1cdc85 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png new file mode 100644 index 000000000..59bd45b90 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png new file mode 100644 index 000000000..6d02426c1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 000000000..2ab019b73 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/original/jquery/jquery-ui-1.8.custom.css b/htdocs/phpMyAdmin/themes/original/jquery/jquery-ui-1.8.custom.css new file mode 100644 index 000000000..1f4e40b15 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/original/jquery/jquery-ui-1.8.custom.css @@ -0,0 +1,481 @@ +/* +* jQuery UI CSS Framework +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +*/ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* +* jQuery UI CSS Framework +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px +*/ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } +.ui-widget-content a { color: #222222; } +.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } +.ui-widget-header a { color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } +.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable +----------------------------------*/ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion +----------------------------------*/ +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete +----------------------------------*/ +.ui-autocomplete { position: absolute; cursor: default; } +.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* Menu +----------------------------------*/ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + margin: -1px; +} +/* Button +----------------------------------*/ + +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ + + + + + +/* Dialog +----------------------------------*/ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +.ui-dialog fieldset legend a { color: #0000FF; } +/* Slider +----------------------------------*/ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs +----------------------------------*/ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* Datepicker +----------------------------------*/ +.ui-datepicker { width: 17em; padding: .2em .2em 0; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* Progressbar +----------------------------------*/ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file diff --git a/htdocs/phpMyAdmin/themes/original/layout.inc.php b/htdocs/phpMyAdmin/themes/original/layout.inc.php new file mode 100644 index 000000000..f22369ec2 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/original/layout.inc.php @@ -0,0 +1,138 @@ +getImgPath() . 'vertical_line.png) repeat-y'; + +// foreground (text) color of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; + +// background of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC'; + +// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; + +// background of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; + +/** + * fonts + */ +/** + * the font family as a valid css font family value, + * if not set the browser default will be used + * (depending on browser, DTD and system settings) + */ +$GLOBALS['cfg']['FontFamily'] = 'sans-serif'; +/** + * fixed width font family, used in textarea + */ +$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; + +/** + * tables + */ +// border +$GLOBALS['cfg']['Border'] = 0; +// table header and footer color +$GLOBALS['cfg']['ThBackground'] = '#D3DCE3'; +// table header and footer background +$GLOBALS['cfg']['ThColor'] = '#000000'; +// table data row background +$GLOBALS['cfg']['BgOne'] = '#E5E5E5'; +// table data row background, alternate +$GLOBALS['cfg']['BgTwo'] = '#D5D5D5'; + +/** + * query window + */ +// Width of Query window +$GLOBALS['cfg']['QueryWindowWidth'] = 600; +// Height of Query window +$GLOBALS['cfg']['QueryWindowHeight'] = 400; + +/** + * SQL Parser Settings + * Syntax colouring data + */ +$GLOBALS['cfg']['SQP']['fmtColor'] = array( + 'comment' => '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => 'fuchsia', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#990099', + 'alpha_functionName' => '#FF0000', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '', + 'quote_single' => '', + 'quote_backtick' => '' +); + +/** + * Chart colors + */ + + $GLOBALS['cfg']['chartColor'] = array( + 'gradientIntensity' => 0, + // The style of the chart title. + 'titleColor' => '#000000', + 'titleBgColor' => $GLOBALS['cfg']['ThBackground'], + // Chart border (0 for no border) + 'border' => '#CCCCCC', + // Chart background color. + 'bgColor' => $GLOBALS['cfg']['BgTwo'], + // when graph area gradient is used, this is the color of the graph + // area border + 'graphAreaColor' => '#D5D9DD', + // the background color of the inner graph area + 'graphAreaGradientColor' => $GLOBALS['cfg']['BgOne'], + // the color of the grid lines in the graph area + 'gridColor' => '#E6E6E6', + // the color of the scale and the labels + 'scaleColor' => '#D5D9DD', + ); + +?> diff --git a/htdocs/phpMyAdmin/themes/original/screen.png b/htdocs/phpMyAdmin/themes/original/screen.png new file mode 100644 index 000000000..972977cfb Binary files /dev/null and b/htdocs/phpMyAdmin/themes/original/screen.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/css/theme_left.css.php b/htdocs/phpMyAdmin/themes/pmahomme/css/theme_left.css.php new file mode 100644 index 000000000..990feebab --- /dev/null +++ b/htdocs/phpMyAdmin/themes/pmahomme/css/theme_left.css.php @@ -0,0 +1,317 @@ += 6 && PMA_USR_BROWSER_VER <= 8 + ? 'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");' + : ''; +} +?> +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>; +} + +input, select, textarea { + font-size: 1em; +} + +body { + + font-family: ; + + background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3; + border-right: 1px solid #aaa; + color: ; + margin: 0; + padding: 0; +} + +a img { + border: 0; +} + +a:link, +a:visited, +a:active { + text-decoration: none; + color: #0000FF; +} + +ul { + margin:0; +} + +form { + margin: 0; + padding: 0; + display: inline; +} + +select#select_server, +select#lightm_db { + width: 100%; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + + +/******************************************************************************/ +/* classes */ + +/* leave some space between icons and text */ +.icon { + vertical-align: middle; + margin-right: 0.3em; + margin-left: 0.3em; +} + +.navi_dbName { + font-weight: bold; + color: ; +} + +/******************************************************************************/ +/* specific elements */ + +div#pmalogo { + +} +div#pmalogo, +div#leftframelinks, +div#databaseList { + text-align: center; + margin: 20px 10px 0px 10px; +} + +ul#databaseList { + margin: 0.8em 0px; + padding-bottom: 0.5em; + padding-: 0.3em; + font-style: italic; +} + +ul#databaseList span { + padding: 5px; +} + +ul#databaseList a { + color: #333; + background: url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; + display: block; + padding: 5px; + font-style: normal; +} + +div#navidbpageselector { + margin: 0.1em; + text-align: center; +} + +div#navidbpageselector a, +div#navidbpageselector select{ + color: #333; + margin: 0.2em; +} + +ul#databaseList ul { + margin:0px; + padding:0px; +} +ul#databaseList li{ list-style:none;text-indent:20px; margin:0px; + padding:0px;} + +ul#databaseList a:hover { + background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4; +} + +ul#databaseList li.selected a { + background: ; + color: ; +} + +div#leftframelinks .icon { + padding: 0; + margin: 0; +} + +div#reloadlink a img, +div#leftframelinks a img.icon { + margin: 10px 2px 0 0; + padding: 0.2em; + border: 0px; +} + +div#leftframelinks a:hover img { + +} + +/* serverlist */ +#body_leftFrame #list_server { + list-style-image: url(/original/img/s_host.png); + list-style-position: inside; + list-style-type: none; + margin: 0; + padding: 0; +} + +#body_leftFrame #list_server li { + margin: 0; + padding: 0; +} + +div#left_tableList {margin:10px 10px 0 10px;} +div#left_tableList ul { + list-style-type: none; + list-style-position: outside; + margin: 0; + padding: 0; +} + +div#left_tableList ul ul { + font-size: 100%; +} + +div#left_tableList a { + color: ; + text-decoration: none; +} + +div#left_tableList a:hover { + background: ; + color: ; + text-decoration: underline; +} + +div#left_tableList li { + margin: 0; + padding: 2px 0; + white-space: nowrap; +} + +#newtable { + margin-top: 15px !important; +} + +#newtable a { + display: block; + padding: 1px; + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + + border: 1px solid #aaa; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; + border-radius: 20px; +} + +#newtable li:hover { + background: transparent !important; +} + +#newtable a:hover { + background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) !important; + background: -moz-linear-gradient(top, #cccccc, #dddddd) !important; + background: -o-linear-gradient(top, #cccccc, #dddddd) !important; + +} + +#newtable li a:hover { + text-decoration: none; +} + +select{ + -moz-border-radius:2px 2px 2px 2px; + -moz-box-shadow:0 1px 2px #DDDDDD; + border:1px solid #aaa; + color:#333333; + padding:3px; + background:url(./themes/pmahomme/img/input_bg.gif); +} + + +/* marked items */ +div#left_tableList > ul li.marked > a, +div#left_tableList > ul li.marked { + background: #e4e4e4; + color: ; +} + + + +div#left_tableList > ul li:hover > a, +div#left_tableList > ul li:hover { + background: #e4e4e4; + color: ; +} + + +div#left_tableList img { + padding: 0; + vertical-align: middle; +} + +div#left_tableList ul ul { + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; + padding-bottom: 0.1em; + border-bottom: 0.1em solid ; +} + +/* for the servers list in navi panel */ +#serverinfo .item { + white-space: nowrap; + color: ; +} +#serverinfo a:hover { + background: ; + color: ; +} +#reloadlink { + clear: both; + float: ; + display: block; + padding: 1em; +} + +#NavFilter { + display: none; +} + +#clear_fast_filter { + background: white; + color: black; + cursor: pointer; + padding: 0; + margin: 0; + position: relative; + right: 3ex; +} + +#fast_filter { + width: 85%; + padding: 0.1em; +} \ No newline at end of file diff --git a/htdocs/phpMyAdmin/themes/pmahomme/css/theme_print.css.php b/htdocs/phpMyAdmin/themes/pmahomme/css/theme_print.css.php new file mode 100644 index 000000000..35f28a497 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/pmahomme/css/theme_print.css.php @@ -0,0 +1,38 @@ + +/* For printview */ +body, table, th, td { + color: #000000; + background-color: #ffffff; +} + +img { + border: 0; +} + +table, th, td { + border-width: 0.1em; + border-color: #000000; + border-style: solid; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, td { + padding: 0.2em; +} + +th { + font-weight: bold; + background-color: #e5e5e5; +} diff --git a/htdocs/phpMyAdmin/themes/pmahomme/css/theme_right.css.php b/htdocs/phpMyAdmin/themes/pmahomme/css/theme_right.css.php new file mode 100644 index 000000000..64209ce75 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/pmahomme/css/theme_right.css.php @@ -0,0 +1,2128 @@ += 6 && PMA_USR_BROWSER_VER <= 8 + ? 'filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="' . $start_color . '", endColorstr="' . $end_color . '");' + : ''; +} +?> +/******************************************************************************/ +/* general tags */ +html { + font-size: get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : ( + isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>; +} + +input, select, textarea { + font-size: 1em; +} + + +body { + + font-family: ; + + padding: 0; + margin: 0.5em; + color: #444; + background: #fff; +} + + +textarea, tt, pre, code { + font-family: ; +} + +h1 { + font-size: 140%; + font-weight: bold; +} + +h2 { + font-size: 2em; + font-weight: normal; + text-shadow: 0px 1px 0px #fff; + padding: 10px 0 10px 3px; + color: #777; +} +/* Hiding icons in the page titles */ +h2 img{display:none;} +h2 a img{display:inline;} + + +.data{ +margin: 0 0 12px 0; + +} + +h3 { + font-weight: bold; +} + +a, a:link, +a:visited, +a:active { + text-decoration: none; + color: #235a81; + cursor: pointer; + outline: none; + +} + +a:hover { + text-decoration: underline; + color: #235a81; +} + +#initials_table { + background:#f3f3f3; + border:1px solid #aaa; + margin-bottom:10px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; +} + +#initials_table td{padding:8px !important} + +#initials_table a { + border:1px solid #aaa; + background:#fff; + padding:4px 8px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + +} + +dfn { + font-style: normal; +} + +dfn:hover { + font-style: normal; + cursor: help; +} + +th { + font-weight: bold; + color: ; + background: #f3f3f3; + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + +} + +a img { + border: 0; +} + +hr { + color: ; + background-color: ; + border: 0; + height: 1px; +} + +form { + padding: 0; + margin: 0; + display: inline; +} + +input[type=text]{ + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; + + box-shadow:0 1px 2px #ddd; + -moz-box-shadow:0 1px 2px #ddd; + -webkit-box-shadow:0 1px 2px #ddd; + + background:url(./themes/pmahomme/img/input_bg.gif); + border:1px solid #aaa; + color:#555555; + padding:4px; + margin:6px; + +} + +input[type=password]{ + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; + + box-shadow:0 1px 2px #ddd; + -moz-box-shadow:0 1px 2px #ddd; + -webkit-box-shadow:0 1px 2px #ddd; + + background:url(./themes/pmahomme/img/input_bg.gif); + border:1px solid #aaa; + color:#555555; + padding:4px; + margin:6px; + +} + +input[type=submit]{ + font-weight:bold; + margin-left:14px; + border: 1px solid #aaa; + padding: 3px 7px; + color: #111; + text-decoration: none; + background: #ddd; + + border-radius: 12px; + -webkit-border-radius: 12px; + -moz-border-radius: 12px; + + text-shadow: 0px 1px 0px #fff; + + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + +} + +input[type=submit]:hover{ position: relative; + background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); + background: -moz-linear-gradient(top, #cccccc, #dddddd); + background: -o-linear-gradient(top, #cccccc, #dddddd); + + cursor:pointer; +} + +input[type=submit]:active{ position: relative; + top: 1px; + left: 1px; +} +textarea { + overflow: visible; + height: em; +} + +fieldset { + margin-top: 1em; + border-radius:4px 4px 0 0; + -moz-border-radius:4px 4px 0 0; + -webkit-border-radius:4px 4px 0 0; + padding:5px; + border: #aaa solid 1px; + padding: 1.5em; + background: #eee; + text-shadow:0 1px 0 #fff; + -moz-box-shadow: 1px 1px 2px #fff inset; + -webkit-box-shadow: 1px 1px 2px #fff inset; + box-shadow: 1px 1px 2px #fff inset; +} + +fieldset fieldset { + margin: 0.8em; + background:#fff; + border:1px solid #aaa; + background:none repeat scroll 0 0 #E8E8E8; + +} + +fieldset legend { + font-weight: bold; + color: #444; + padding:5px 10px; + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; + border:1px solid #aaa; + background-color: #fff; + -moz-box-shadow:3px 3px 15px #bbb; + -webkit-box-shadow:3px 3px 15px #bbb; + box-shadow:3px 3px 15px #bbb; +} + +/* buttons in some browsers (eg. Konqueror) are block elements, + this breaks design */ +button { + display: inline; +} + +table caption, +table th, +table td { + padding: 0.3em; + margin: 0.1em; + vertical-align: top; + text-shadow:0 1px 0 #FFFFFF; +} + +/* 3.4 */ +table{border-collapse:collapse;} +th{border-right:1px solid #fff; text-align:left;} + + +img, +input, +select, +button { + vertical-align: middle; +} + +select{ + -moz-border-radius:2px; + -webkit-border-radius:2px; + border-radius:2px; + + -moz-box-shadow:0 1px 2px #ddd; + -webkit-box-shadow:0 1px 2px #ddd; + box-shadow:0 1px 2px #ddd; + + border:1px solid #aaa; + color:#333333; + padding:3px; + background:url(./themes/pmahomme/img/input_bg.gif) +} + +select[multiple] { + background: #fff; + background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb)); + background: -webkit-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb); + background: -moz-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb); + /* none for Opera 11.10 as
                    • */ +ul#topmenu > li.active { + /* border-bottom: 0pt solid ; */ + border-right:0px; +} + +/* disabled tabs */ +ul#topmenu span.tab, +a.error { + cursor: url(getImgPath(); ?>error.ico), default; + color:#ccc; +} + +/* end topmenu */ + + +/* Calendar */ +table.calendar { + width: 100%; +} +table.calendar td { + text-align: center; +} +table.calendar td a { + display: block; +} + +table.calendar td a:hover { + background-color: #CCFFCC; +} + +table.calendar th { + background-color: #D3DCE3; +} + +table.calendar td.selected { + background-color: #FFCC99; +} + +img.calendar { + border: none; +} +form.clock { + text-align: center; +} +/* end Calendar */ + + +/* table stats */ +div#tablestatistics { + border-bottom: 0.1em solid #669999; + margin-bottom: 0.5em; + padding-bottom: 0.5em; +} + +div#tablestatistics table { + float: ; + margin-bottom: 0.5em; + margin-: 1.5em; + margin-top: 0.5em; +} + +div#tablestatistics table caption { + margin-: 0.5em; +} +/* END table stats */ + + +/* server privileges */ +#tableuserrights td, +#tablespecificuserrights td, +#tabledatabases td { + vertical-align: middle; +} +/* END server privileges */ + + + +/* Heading */ +#serverinfo { +border-bottom:1px solid #fff; +-moz-border-radius: 4px 4px 0 0; +-webkit-border-radius: 4px 4px 0 0; +border-radius:4px 4px 0 0; +background:#888; +padding:10px; +text-shadow:0 1px 0 #000000; +} + +#serverinfo .item { + white-space: nowrap; + color:#fff; +} + +#span_table_comment { + font-weight: normal; + font-style: italic; + white-space: nowrap; +} + +#serverinfo img { + margin: 0 0.1em 0 0.2em; +} + + +#textSQLDUMP { + width: 95%; + height: 95%; + font-family: "Courier New", Courier, mono; + font-size: 110%; +} + +#TooltipContainer { + position: absolute; + z-index: 99; + width: 20em; + height: auto; + overflow: visible; + visibility: hidden; + background-color: #ffffcc; + color: #006600; + border: 0.1em solid #000000; + padding: 0.5em; +} + +/* user privileges */ +#fieldset_add_user_login div.item { + border-bottom: 1px solid silver; + padding-bottom: 0.3em; + margin-bottom: 0.3em; +} + +#fieldset_add_user_login label { + float: ; + display: block; + width: 10em; + max-width: 100%; + text-align: ; + padding-: 0.5em; +} + +#fieldset_add_user_login span.options #select_pred_username, +#fieldset_add_user_login span.options #select_pred_hostname, +#fieldset_add_user_login span.options #select_pred_password { + width: 100%; + max-width: 100%; +} + +#fieldset_add_user_login span.options { + float: ; + display: block; + width: 12em; + max-width: 100%; + padding-: 0.5em; +} + +#fieldset_add_user_login input { + width: 12em; + clear: ; + max-width: 100%; +} + +#fieldset_add_user_login span.options input { + width: auto; +} + +#fieldset_user_priv div.item { + float: ; + width: 9em; + max-width: 100%; +} + +#fieldset_user_priv div.item div.item { + float: none; +} + +#fieldset_user_priv div.item label { + white-space: nowrap; +} + +#fieldset_user_priv div.item select { + width: 100%; +} + +#fieldset_user_global_rights fieldset { + float: ; +} +/* END user privileges */ + + +/* serverstatus */ +div#serverstatus table caption a.top { + float: ; +} + +div#serverstatus div#serverstatusqueriesdetails table, +div#serverstatus table#serverstatustraffic, +div#serverstatus table#serverstatusconnections { + float: ; +} + +#serverstatussection, +.clearfloat { + clear: both; +} +div#serverstatussection table { + width: 100%; + margin-bottom: 1em; +} +div#serverstatussection table .name { + width: 18em; +} +div#serverstatussection table .value { + width: 6em; +} + +div#serverstatus table tbody td.descr a, +div#serverstatus table .tblFooters a { + white-space: nowrap; +} +div#serverstatus div#statuslinks a:before, +div#serverstatus div#sectionlinks a:before, +div#serverstatus table tbody td.descr a:before, +div#serverstatus table .tblFooters a:before { +} +div#serverstatus div#statuslinks a:after, +div#serverstatus div#sectionlinks a:after, +div#serverstatus table tbody td.descr a:after, +div#serverstatus table .tblFooters a:after { +} +/* end serverstatus */ + +/* querywindow */ +body#bodyquerywindow { + margin: 0; + padding: 0; + background-image: none; + background-color: #F5F5F5; +} + +div#querywindowcontainer { + margin: 0; + padding: 0; + width: 100%; +} + +div#querywindowcontainer fieldset { + margin-top: 0; +} +/* END querywindow */ + + +/* querybox */ + +#togglequerybox{margin:0 10px} + +#serverstatus p { + + margin: 1.5em 0px; + border: 1px solid #000; + + background-repeat: no-repeat; + + background-position: 10px 50%; + padding: 10px 10px 10px 25px; + + background-position: 99% 50%; + padding: 25px 10px 10px 10px + + + padding: 0.3em; + + -moz-border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; + -moz-box-shadow: 0px 1px 2px #fff inset; + -webkit-box-shadow: 0px 1px 2px #fff inset; + box-shadow:0px 1px 2px #fff; inset; + background:#555; + color:#d4fb6a; +} +#serverstatus p a{color:#fff;text-decoration:underline;} +#serverstatus h3 +{ + margin:35px 0px;font-weight:normal;color:#999;font-size:1.7em; +} +#sectionlinks{ + padding:16px; + background:#f3f3f3; + border:1px solid #aaa; + border-radius:5px; + -webkit-border-radius:5px; + -moz-border-radius:5px; + + box-shadow:0px 1px 1px #fff inset; + -webkit-box-shadow:0px 1px 1px #fff inset; + -moz-box-shadow:0px 1px 1px #fff inset; + +} +#sectionlinks a, #statuslinks a{ + font-size:0.88em; + font-weight:bold; + text-shadow: 0px 1px 0px #fff; + line-height:35px; + margin-left:7px; + border: 1px solid #aaa; + padding: 5px 10px; + color: #111; + text-decoration: none; + background: #ddd; + border-radius: 20px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + box-shadow: 1px 1px 2px rgba(0,0,0,.5); + /* + -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5); + -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); + text-shadow: #fff 0px 1px 0px; + */ + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + +} +#sectionlinks a:hover, #statuslinks a:hover{ + background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); + background: -moz-linear-gradient(top, #cccccc, #dddddd); + background: -o-linear-gradient(top, #cccccc, #dddddd); + +} + +div#sqlquerycontainer { + float: ; + width: 69%; + /* height: 15em; */ +} + +div#tablefieldscontainer { + float: ; + width: 29%; + /* height: 15em; */ +} + +div#tablefieldscontainer select { + width: 100%; + background:#fff; + /* height: 12em; */ +} + +textarea#sqlquery { + width: 100%; + /* height: 100%; */ + -moz-border-radius:4px; + -webkit-border-radius:4px; + border-raduis:4px + border:1px solid #aaa; + padding:5px; + font-family:inherit; +} +textarea#sql_query_edit{ + height:7em; + width: 95%; + display:block; +} +div#queryboxcontainer div#bookmarkoptions { + margin-top: 0.5em; +} +/* end querybox */ + +/* main page */ +#maincontainer { + /* background-image: url(getImgPath(); ?>logo_right.png); */ + /* background-position: bottom; */ + /* background-repeat: no-repeat; */ +} + +#mysqlmaininformation, +#pmamaininformation { + float: ; + width: 49%; +} + +#maincontainer ul { + list-style-type: disc; + vertical-align: middle; +} + +#maincontainer li { + margin-bottom: 0.3em; +} +/* END main page */ + + + +/* iconic view for ul items */ +li#li_create_database { + list-style-image: url(getImgPath(); ?>b_newdb.png); +} + +li#li_select_lang { + list-style-image: url(getImgPath(); ?>s_lang.png); +} + +li#li_select_mysql_collation { + list-style-image: url(getImgPath(); ?>s_asci.png); +} + +li#li_select_theme{ + list-style-image: url(getImgPath(); ?>s_theme.png); +} + +li#li_user_info{ + /* list-style-image: url(getImgPath(); ?>s_rights.png); */ +} + +li#li_mysql_status{ + list-style-image: url(getImgPath(); ?>s_status.png); +} + +li#li_mysql_variables{ + list-style-image: url(getImgPath(); ?>s_vars.png); +} + +li#li_mysql_processes{ + list-style-image: url(getImgPath(); ?>s_process.png); +} + +li#li_mysql_collations{ + list-style-image: url(getImgPath(); ?>s_asci.png); +} + +li#li_mysql_engines{ + list-style-image: url(getImgPath(); ?>b_engine.png); +} + +li#li_mysql_binlogs { + list-style-image: url(getImgPath(); ?>s_tbl.png); +} + +li#li_mysql_databases { + list-style-image: url(getImgPath(); ?>s_db.png); +} + +li#li_export { + list-style-image: url(getImgPath(); ?>b_export.png); +} + +li#li_import { + list-style-image: url(getImgPath(); ?>b_import.png); +} + +li#li_change_password { + list-style-image: url(getImgPath(); ?>s_passwd.png); +} + +li#li_log_out { + list-style-image: url(getImgPath(); ?>s_loggoff.png); +} + +li#li_mysql_privilegs{ + list-style-image: url(getImgPath(); ?>s_rights.png); +} + +li#li_switch_dbstats { + list-style-image: url(getImgPath(); ?>b_dbstatistics.png); +} + +li#li_flush_privileges { + list-style-image: url(getImgPath(); ?>s_reload.png); +} + +li#li_user_preferences { + list-style-image: url(getImgPath(); ?>b_tblops.png); +} +/* END iconic view for ul items */ + + + +#body_browse_foreigners { + background: ; + margin: 0.5em 0.5em 0 0.5em; +} + +#bodyquerywindow { + background: ; +} + +#bodythemes { + width: 500px; + margin: auto; + text-align: center; +} + +#bodythemes img { + border: 0.1em solid black; +} + +#bodythemes a:hover img { + border: 0.1em solid red; +} + +#fieldset_select_fields { + float: ; +} + +#selflink { + clear: both; + display: block; + margin-top: 1em; + margin-bottom: 1em; + background:#f3f3f3; + width: 100%; + border-top: 0.1em solid silver; + text-align: ; + + +} + +#table_innodb_bufferpool_usage, +#table_innodb_bufferpool_activity { + float: ; +} + +#div_mysql_charset_collations table { + float: ; +} + +.operations_half_width { + width: 48%; + float: ; +} + +.operations_full_width { + width: 100%; + clear: both; +} + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} + +label.desc { + width: 30em; + float: ; +} + +label.desc sup { + position: absolute; +} + +code.sql, div.sqlvalidate { + display: block; + padding: 1em; + margin-top: 0; + margin-bottom: 0; + border-top: 0; + border-bottom: 0; + max-height: 10em; + overflow: auto; + background: ; +} + +#main_pane_left { + width: 60%; + float: ; + padding-top: 1em; +} + +#main_pane_right { + margin-: 60%; + padding-top: 1em; + padding-: 1em; +} + +.group { + + border:1px solid #999; + background:#f3f3f3; + -moz-border-radius:4px; + -webkit-border-radius:4px; + border-radius:4px; + -moz-box-shadow:2px 2px 5px #ccc; + -webkit-box-shadow:2px 2px 5px #ccc; + box-shadow:3px 3px 10px #ddd; + margin-bottom: 1em; + padding-bottom: 1em; +} + +.group h2 { + background-color: #bbb; + padding: 0.1em 0.3em; + margin-top: 0; + color:#fff; + font-size:1.6em; + font-weight:normal; + text-shadow:0 1px 0 #777; + -moz-box-shadow: 1px 1px 15px #999 inset; + -webkit-box-shadow: 1px 1px 15px #999 inset; + box-shadow: 1px 1px 15px #999 inset; +} + +.group-cnt { + padding: 0 0 0 0.5em; + display: inline-block; + width: 98%; +} + +textarea#partitiondefinition { + height:3em; +} + +/* for elements that should be revealed only via js */ +.hide { + display: none; +} + +#li_select_server { + list-style-image: url(getImgPath(); ?>s_host.png); +} + +#list_server { + list-style-image: none; +} + +/** + * Progress bar styles + */ +div.upload_progress_bar_outer +{ + border: 1px solid black; + width: 202px; +} + +div.upload_progress_bar_inner +{ + background-color: ; + width: 0px; + height: 12px; + margin: 1px; +} + +table#serverconnection_src_remote, +table#serverconnection_trg_remote, +table#serverconnection_src_local, +table#serverconnection_trg_local { + float:left; +} +/** + * Validation error message styles + */ +input[type=text].invalid_value, +.invalid_value { + background:#F00; +} + +/** + * Ajax notification styling + */ + .ajax_notification { + top: 0px; /** The notification needs to be shown on the top of the page */ + position: fixed; + margin-top: 0; + margin-right: auto; + margin-bottom: 0; + margin-left: auto; + padding: 5px; /** Keep a little space on the sides of the text */ + width: 350px; + + z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */ + text-align: center; + display: inline; + left: 0; + right: 0; + background-image: url(./themes/pmahomme/img/ajax_clock_small.gif); + background-repeat: no-repeat; + background-position: 2%; + border:1px solid #e2b709; + } + +/* additional styles */ +.ajax_notification{ + margin-top:200px;background:#ffe57e; + border-radius:5px; + -moz-border-radius:5px; + -webkit-border-radius:5px; + box-shadow: 0px 5px 90px #888; + -moz-box-shadow: 0px 5px 90px #888; + -webkit-box-shadow: 0px 5px 90px #888; +} + +#loading_parent { + /** Need this parent to properly center the notification division */ + position: relative; + width: 100%; + } +/** + * Export and Import styles + */ + +.exportoptions h3, .importoptions h3 { + border-bottom: 1px #999999 solid; + font-size: 110%; +} + +.exportoptions ul, .importoptions ul, .format_specific_options ul { + list-style-type: none; + margin-bottom: 15px; +} + +.exportoptions li, .importoptions li { + margin: 7px; +} +.exportoptions label, .importoptions label, .exportoptions p, .importoptions p { + margin: 5px; + float: none; +} + +#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{ + float: left; + width: 15em; +} + +.exportoptions, .importoptions { + margin: 20px 30px 30px 10px +} + +.exportoptions #buttonGo, .importoptions #buttonGo { + font-weight:bold; + margin-left:14px; + border: 1px solid #aaa; + padding: 5px 12px; + color: #111; + text-decoration: none; + background: #ddd; + + border-radius: 12px; + -webkit-border-radius: 12px; + -moz-border-radius: 12px; + + text-shadow: 0px 1px 0px #fff; + + background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); + background: -moz-linear-gradient(top, #ffffff, #cccccc); + background: -o-linear-gradient(top, #ffffff, #cccccc); + + cursor: pointer; +} +#buttonGo:hover{ + background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); + background-size: 100% 100%; + background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); + background: -moz-linear-gradient(top, #cccccc, #dddddd); + background: -o-linear-gradient(top, #cccccc, #dddddd); + +} + +.format_specific_options h3 { + margin: 10px 0px 0px 10px; + border: 0px; +} + +.format_specific_options { + border: 1px solid #999999; + margin: 7px 0px; + padding: 3px; +} + +p.desc { + margin: 5px; +} + +/** + * Export styles only + */ +select#db_select, select#table_select { + width: 400px; +} + +.export_sub_options { + margin: 20px 0px 0px 30px; +} + +.export_sub_options h4 { + border-bottom: 1px #999999 solid; +} + +.export_sub_options li.subgroup { + display: inline-block; + margin-top: 0; +} + +.export_sub_options li { + margin-bottom: 0; +} + +#quick_or_custom, #output_quick_export { + display: none; +} +/** + * Import styles only + */ + +.importoptions #import_notification { + margin: 10px 0px; + font-style: italic; +} + +input#input_import_file { + margin: 5px; +} + +.formelementrow { + margin: 5px 0px 5px 0px; +} + +/** + * ENUM/SET editor styles + */ +p.enum_notice { + margin: 5px 2px; + font-size: 80%; +} + +#enum_editor { + display: none; + position: fixed; + _position: absolute; /* hack for IE */ + z-index: 101; + overflow-y: auto; + overflow-x: hidden; +} + +#enum_editor_no_js { + margin: auto auto; +} + +#enum_editor, #enum_editor_no_js { + background: #D0DCE0; + padding: 15px; +} + +#popup_background { + display: none; + position: fixed; + _position: absolute; /* hack for IE6 */ + width: 100%; + height: 100%; + top: 0; + left: 0; + background: #000; + z-index: 100; + overflow: hidden; +} + +a.close_enum_editor { + float: right; +} + +#enum_editor #values, #enum_editor_no_js #values { + margin: 15px 0px; + width: 100%; +} + +#enum_editor #values input, #enum_editor_no_js #values input { + margin: 5px 0px; + float: top; + width: 100%; +} + +} + +#enum_editor_output { + margin-top: 50px; +} + +/** + * Table structure styles + */ +.structure_actions_dropdown { + position: absolute; + padding: 3px; + display: none; + z-index: 100; + background:#fff; + line-height:24px; + border:1px solid #aaa; + -moz-box-shadow:0px 3px 3px #ddd; +} +.structure_actions_dropdown span{display:block;} +.structure_actions_dropdown span:hover{background:#ddd;} + +td.more_opts { + white-space: nowrap; +} + +iframe.IE_hack { + z-index: 1; + position: absolute; + display: none; + border: 0; + filter: alpha(opacity=0); +} + +/* config forms */ +.config-form ul.tabs { + margin: 1.1em 0.2em 0; + padding: 0 0 0.3em 0; + list-style: none; + font-weight: bold; +} + +.config-form ul.tabs li { + float: ; +} + +.config-form ul.tabs li a { + display: block; + margin: 0.1em 0.2em 0; + white-space: nowrap; + text-decoration: none; + border: 1px solid ; + border-bottom: none; +} + +.config-form ul.tabs li a { + padding:7px 10px; + -moz-border-radius:5px 5px 0 0; + -webkit-border-radius:5px 5px 0 0; + border-radius:5px 5px 0 0; + background:#f2f2f2; + color:#555; + text-shadow: 0 1px 0 #fff; +} + +.config-form ul.tabs li a:hover, +.config-form ul.tabs li a:active { + background:#e5e5e5; +} + +.config-form ul.tabs li a.active { + background-color: #fff; + margin-top:1px; + color:#000; + text-shadow: none; +} + +.config-form fieldset { + margin-top: 0; + padding: 0; + clear: both; + /*border-color: ;*/ +} + +.config-form legend { + display: none; +} + +.config-form fieldset p { + margin: 0; + padding: 0.5em; + background: #fff; + border-top:0px; +} + +.config-form fieldset .errors { /* form error list */ + margin: 0 -2px 1em -2px; + padding: 0.5em 1.5em; + background: #FBEAD9; + border: 0 #C83838 solid; + border-width: 1px 0; + list-style: none; + font-family: sans-serif; + font-size: small; +} + +.config-form fieldset .inline_errors { /* field error list */ + margin: 0.3em 0.3em 0.3em 0; + padding: 0; + list-style: none; + color: #9A0000; + font-size: small; +} + +.config-form fieldset th { + padding: 0.3em 0.3em 0.3em 0.5em; + text-align: left; + vertical-align: top; + width: 40%; + background: transparent; +} + +.config-form fieldset .doc, .config-form fieldset .disabled-notice { + margin-left: 1em; +} + +.config-form fieldset .disabled-notice { + font-size: 80%; + text-transform: uppercase; + color: #E00; + cursor: help; +} + +.config-form fieldset td { + padding-top: 0.3em; + padding-bottom: 0.3em; + vertical-align: top; +} + +.config-form fieldset th small { + display: block; + font-weight: normal; + font-family: sans-serif; + font-size: x-small; + color: #444; +} + +.config-form fieldset th, .config-form fieldset td { + border-top: 1px solid; + border-right: none; +} + +fieldset .group-header th { + background: ; +} + +fieldset .group-header + tr th { + padding-top: 0.6em; +} + +fieldset .group-field-1 th, fieldset .group-header-2 th { + padding-left: 1.5em; +} + +fieldset .group-field-2 th, fieldset .group-header-3 th { + padding-left: 3em; +} + +fieldset .group-field-3 th { + padding-left: 4.5em; +} + +fieldset .disabled-field th, +fieldset .disabled-field th small, +fieldset .disabled-field td { + color: #666; + background-color: #ddd; +} + +.config-form .lastrow { + border-top: 1px #000 solid; +} + +.config-form .lastrow { + background: ;; + padding: 0.5em; + text-align: center; +} + +.config-form .lastrow input { + font-weight: bold; +} + +/* form elements */ + +.config-form span.checkbox { + padding: 2px; + display: inline-block; +} + +.config-form .custom { /* customized field */ + background: #FFC; +} + +.config-form span.checkbox.custom { + padding: 1px; + border: 1px #EDEC90 solid; + background: #FFC; +} + +.config-form .field-error { + border-color: #A11 !important; +} + +.config-form input[type="text"], +.config-form select, +.config-form textarea { + border: 1px #A7A6AA solid; + height: auto; +} + +.config-form input[type="text"]:focus, +.config-form select:focus, +.config-form textarea:focus { + border: 1px #6676FF solid; + background: #F7FBFF; +} + +.config-form .field-comment-mark { + font-family: serif; + color: #007; + cursor: help; + padding: 0 0.2em; + font-weight: bold; + font-style: italic; +} + +.config-form .field-comment-warning { + color: #A00; +} + +/* error list */ +.config-form dd { + margin-left: 0.5em; +} + +.config-form dd:before { + content: "\25B8 "; +} + +.click-hide-message { + cursor: pointer; +} + +.prefsmanage_opts { + margin-: 2em; +} + +#prefs_autoload { + margin-bottom: 0.5em; +} + +#table_columns input, #table_columns select { + width: 14em; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + +#table_columns select { + margin: 0 6px; +} + diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif b/htdocs/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif new file mode 100644 index 000000000..5b33f7e54 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png b/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png new file mode 100644 index 000000000..20a418867 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png new file mode 100644 index 000000000..ff045a094 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/asc_order.png b/htdocs/phpMyAdmin/themes/pmahomme/img/asc_order.png new file mode 100644 index 000000000..9b23c06d7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/asc_order.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_bookmark.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_bookmark.png new file mode 100644 index 000000000..e2f084727 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_bookmark.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_browse.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_browse.png new file mode 100644 index 000000000..abcd93689 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_browse.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_calendar.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_calendar.png new file mode 100644 index 000000000..658913852 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_calendar.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_chart.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_chart.png new file mode 100644 index 000000000..9051fbc60 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_chart.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_close.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_close.png new file mode 100644 index 000000000..8ad396ee7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_close.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_comment.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_comment.png new file mode 100644 index 000000000..7bc9233ea Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_comment.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png new file mode 100644 index 000000000..9051fbc60 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_deltbl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_deltbl.png new file mode 100644 index 000000000..b85916d92 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_deltbl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_docs.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_docs.png new file mode 100644 index 000000000..5c870176d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_docs.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_docsql.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_docsql.png new file mode 100644 index 000000000..0568a4595 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_docsql.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_drop.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_drop.png new file mode 100644 index 000000000..08f249365 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_drop.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_edit.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_edit.png new file mode 100644 index 000000000..1db9ce191 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_edit.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_empty.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_empty.png new file mode 100644 index 000000000..afe22ba99 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_empty.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_engine.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_engine.png new file mode 100644 index 000000000..7c0ab2b4c Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_engine.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_export.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_export.png new file mode 100644 index 000000000..ff5925efd Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_export.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_firstpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_firstpage.png new file mode 100644 index 000000000..15d1584bd Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_firstpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_ftext.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_ftext.png new file mode 100644 index 000000000..795b6caab Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_ftext.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_help.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_help.png new file mode 100644 index 000000000..54c4552b1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_help.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_home.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_home.png new file mode 100644 index 000000000..fed62219f Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_home.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_import.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_import.png new file mode 100644 index 000000000..54c69691e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_import.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_index.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_index.png new file mode 100644 index 000000000..612612b5e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_index.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_info.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_info.png new file mode 100644 index 000000000..f656887c3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_info.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png new file mode 100644 index 000000000..b93e77600 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_insrow.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_insrow.png new file mode 100644 index 000000000..0191cfbd2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_insrow.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_lastpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_lastpage.png new file mode 100644 index 000000000..4a2f9d4e4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_lastpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_minus.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_minus.png new file mode 100644 index 000000000..b47ce55f6 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_minus.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_more.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_more.png new file mode 100644 index 000000000..e7383183b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_more.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_newdb.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_newdb.png new file mode 100644 index 000000000..802bd6cde Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_newdb.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_newtbl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_newtbl.png new file mode 100644 index 000000000..b43f694f1 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_newtbl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_nextpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_nextpage.png new file mode 100644 index 000000000..e252606d3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_nextpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png new file mode 100644 index 000000000..8f8095e46 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_plus.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_plus.png new file mode 100644 index 000000000..9ab4a8966 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_plus.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_prevpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_prevpage.png new file mode 100644 index 000000000..18f9cc109 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_prevpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_primary.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_primary.png new file mode 100644 index 000000000..4ec1a9281 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_primary.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_print.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_print.png new file mode 100644 index 000000000..a350d1871 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_print.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_props.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_props.png new file mode 100644 index 000000000..28b8505c0 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_props.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_relations.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_relations.png new file mode 100644 index 000000000..675a4159a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_relations.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_save.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_save.png new file mode 100644 index 000000000..99d532e8b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_save.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png new file mode 100644 index 000000000..abcd93689 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_sdb.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sdb.png new file mode 100644 index 000000000..7d3a11ea7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sdb.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_search.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_search.png new file mode 100644 index 000000000..cf3d97f75 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_search.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_selboard.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_selboard.png new file mode 100644 index 000000000..61a8556c4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_selboard.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_select.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_select.png new file mode 100644 index 000000000..af4fe0747 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_select.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png new file mode 100644 index 000000000..6332fefea Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_sql.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sql.png new file mode 100644 index 000000000..0f9ed4d48 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sql.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png new file mode 100644 index 000000000..b02f18595 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png new file mode 100644 index 000000000..bddba1f98 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png new file mode 100644 index 000000000..92dffe37e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblexport.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblexport.png new file mode 100644 index 000000000..ff5925efd Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblexport.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblimport.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblimport.png new file mode 100644 index 000000000..54c69691e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblimport.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblops.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblops.png new file mode 100644 index 000000000..5c8213fef Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblops.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png new file mode 100644 index 000000000..937fa21f7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_tipp.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tipp.png new file mode 100644 index 000000000..d22fde8ba Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_tipp.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_unique.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_unique.png new file mode 100644 index 000000000..75deed888 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_unique.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_usradd.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usradd.png new file mode 100644 index 000000000..deae99bcf Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usradd.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png new file mode 100644 index 000000000..0468cf08f Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png new file mode 100644 index 000000000..acbb5630e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_usredit.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usredit.png new file mode 100644 index 000000000..c1974cda7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usredit.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrlist.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrlist.png new file mode 100644 index 000000000..7fb4e1f1e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrlist.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_view.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_view.png new file mode 100644 index 000000000..f678d06dc Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_view.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/b_views.png b/htdocs/phpMyAdmin/themes/pmahomme/img/b_views.png new file mode 100644 index 000000000..bc219bc6a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/b_views.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_browse.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_browse.png new file mode 100644 index 000000000..21878cb64 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_browse.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png new file mode 100644 index 000000000..9af8a73a8 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_drop.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_drop.png new file mode 100644 index 000000000..b886a24f5 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_drop.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_empty.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_empty.png new file mode 100644 index 000000000..d2c128eb8 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_empty.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png new file mode 100644 index 000000000..ff0ff282c Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_ftext.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_ftext.png new file mode 100644 index 000000000..9e2fc1927 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_ftext.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_index.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_index.png new file mode 100644 index 000000000..c14c0adfb Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_index.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_insrow.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_insrow.png new file mode 100644 index 000000000..80196a840 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_insrow.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png new file mode 100644 index 000000000..53c0a773a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png new file mode 100644 index 000000000..4f7dd40a4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png new file mode 100644 index 000000000..bdca38821 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_primary.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_primary.png new file mode 100644 index 000000000..74772d524 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_primary.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png new file mode 100644 index 000000000..7a8054713 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_select.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_select.png new file mode 100644 index 000000000..1da305662 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_select.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/bd_unique.png b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_unique.png new file mode 100644 index 000000000..fc42e2bf7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/bd_unique.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/body_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/body_bg.png new file mode 100644 index 000000000..fd8700c5e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/body_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/database.png b/htdocs/phpMyAdmin/themes/pmahomme/img/database.png new file mode 100644 index 000000000..3d09261a2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/database.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/database_list_li_hover.png b/htdocs/phpMyAdmin/themes/pmahomme/img/database_list_li_hover.png new file mode 100644 index 000000000..6b98f80c3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/database_list_li_hover.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/docs_menu_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/docs_menu_bg.png new file mode 100644 index 000000000..8fe0d9746 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/docs_menu_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/error.ico b/htdocs/phpMyAdmin/themes/pmahomme/img/error.ico new file mode 100644 index 000000000..0b6a8a997 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/error.ico differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/eye.png b/htdocs/phpMyAdmin/themes/pmahomme/img/eye.png new file mode 100644 index 000000000..564a1a971 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/eye.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/eye_grey.png b/htdocs/phpMyAdmin/themes/pmahomme/img/eye_grey.png new file mode 100644 index 000000000..8c7baaf90 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/eye_grey.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/input_bg.gif b/htdocs/phpMyAdmin/themes/pmahomme/img/input_bg.gif new file mode 100644 index 000000000..f170eeb73 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/input_bg.gif differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/item.png b/htdocs/phpMyAdmin/themes/pmahomme/img/item.png new file mode 100644 index 000000000..9f0aa57f9 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/item.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/item_ltr.png b/htdocs/phpMyAdmin/themes/pmahomme/img/item_ltr.png new file mode 100644 index 000000000..add41a33d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/item_ltr.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/item_rtl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/item_rtl.png new file mode 100644 index 000000000..05d776a79 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/item_rtl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png new file mode 100644 index 000000000..629b5019f Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/logo_left.png b/htdocs/phpMyAdmin/themes/pmahomme/img/logo_left.png new file mode 100644 index 000000000..8d65b3670 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/logo_left.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/logo_right.png b/htdocs/phpMyAdmin/themes/pmahomme/img/logo_right.png new file mode 100644 index 000000000..0a22ac947 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/logo_right.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/marked_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/marked_bg.png new file mode 100644 index 000000000..b1eace3b4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/marked_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/more.png b/htdocs/phpMyAdmin/themes/pmahomme/img/more.png new file mode 100644 index 000000000..e83694b3b Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/more.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_data.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data.jpg new file mode 100644 index 000000000..08d30d34a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_hovered.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_hovered.jpg new file mode 100644 index 000000000..c385872ad Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected.jpg new file mode 100644 index 000000000..caabf6767 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.jpg new file mode 100644 index 000000000..a34ba2194 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct.jpg new file mode 100644 index 000000000..283a5e969 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.jpg new file mode 100644 index 000000000..7a7c70442 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected.jpg new file mode 100644 index 000000000..16b2b8cb3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.jpg b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.jpg new file mode 100644 index 000000000..77a53715d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.jpg differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/php_sym.png b/htdocs/phpMyAdmin/themes/pmahomme/img/php_sym.png new file mode 100644 index 000000000..757374850 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/php_sym.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/pma_logo2.png b/htdocs/phpMyAdmin/themes/pmahomme/img/pma_logo2.png new file mode 100644 index 000000000..51d37ace5 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/pma_logo2.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_asc.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_asc.png new file mode 100644 index 000000000..24df0f421 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_asc.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_asci.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_asci.png new file mode 100644 index 000000000..2fbdd6920 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_asci.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_attention.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_attention.png new file mode 100644 index 000000000..628cf2dae Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_attention.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel.png new file mode 100644 index 000000000..c149c2bc0 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel2.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel2.png new file mode 100644 index 000000000..bd6271b24 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel2.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_db.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_db.png new file mode 100644 index 000000000..3d09261a2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_db.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_desc.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_desc.png new file mode 100644 index 000000000..9b23c06d7 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_desc.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_error.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_error.png new file mode 100644 index 000000000..c37bd062e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_error.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_error2.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_error2.png new file mode 100644 index 000000000..e3e8ad768 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_error2.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_fulltext.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_fulltext.png new file mode 100644 index 000000000..cd4c6ec29 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_fulltext.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_host.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_host.png new file mode 100644 index 000000000..9bc37dce3 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_host.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_info.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_info.png new file mode 100644 index 000000000..12cd1aef9 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_info.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_lang.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_lang.png new file mode 100644 index 000000000..e54ebebaf Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_lang.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_loggoff.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_loggoff.png new file mode 100644 index 000000000..2541d2bcb Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_loggoff.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_notice.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_notice.png new file mode 100644 index 000000000..628cf2dae Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_notice.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_okay.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_okay.png new file mode 100644 index 000000000..89c8129a4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_okay.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_partialtext.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_partialtext.png new file mode 100644 index 000000000..57558de84 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_partialtext.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_passwd.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_passwd.png new file mode 100644 index 000000000..c924fe0d5 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_passwd.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_process.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_process.png new file mode 100644 index 000000000..67de2c6cc Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_process.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_really.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_really.png new file mode 100644 index 000000000..1ea4c6e00 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_really.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_reload.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_reload.png new file mode 100644 index 000000000..46c75aa85 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_reload.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_replication.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_replication.png new file mode 100644 index 000000000..fec947990 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_replication.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_rights.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_rights.png new file mode 100644 index 000000000..c02f315d2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_rights.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_status.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_status.png new file mode 100644 index 000000000..1128d3f33 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_status.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_success.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_success.png new file mode 100644 index 000000000..a9925a06a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_success.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_sync.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_sync.png new file mode 100644 index 000000000..49618bed2 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_sync.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_tbl.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_tbl.png new file mode 100644 index 000000000..cfc2702ac Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_tbl.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_theme.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_theme.png new file mode 100644 index 000000000..73c5b3f24 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_theme.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_vars.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_vars.png new file mode 100644 index 000000000..0c76bd129 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_vars.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/s_views.png b/htdocs/phpMyAdmin/themes/pmahomme/img/s_views.png new file mode 100644 index 000000000..bc219bc6a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/s_views.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/spacer.png b/htdocs/phpMyAdmin/themes/pmahomme/img/spacer.png new file mode 100644 index 000000000..b16c6909d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/spacer.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/tab_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/tab_bg.png new file mode 100644 index 000000000..3d5b0fb07 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/tab_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/tab_hover_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/tab_hover_bg.png new file mode 100644 index 000000000..2804babc4 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/tab_hover_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/tabactive_bg.png b/htdocs/phpMyAdmin/themes/pmahomme/img/tabactive_bg.png new file mode 100644 index 000000000..b214971ca Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/tabactive_bg.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/vertical_line.png b/htdocs/phpMyAdmin/themes/pmahomme/img/vertical_line.png new file mode 100644 index 000000000..c514d6160 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/vertical_line.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/img/window-new.png b/htdocs/phpMyAdmin/themes/pmahomme/img/window-new.png new file mode 100644 index 000000000..0e12ef954 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/img/window-new.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/info.inc.php b/htdocs/phpMyAdmin/themes/pmahomme/info.inc.php new file mode 100644 index 000000000..eba0ac9ba --- /dev/null +++ b/htdocs/phpMyAdmin/themes/pmahomme/info.inc.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 000000000..e425e6e46 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 000000000..72d475736 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 000000000..ad3d6346e Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 000000000..8569c1bc9 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 000000000..5a46b47cb Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 000000000..86c2baa65 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 000000000..4443fdc1a Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 000000000..3cd467e18 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png new file mode 100644 index 000000000..8bc06cbf0 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 000000000..7a3c7790d Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png new file mode 100644 index 000000000..cfd1eaffa Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png new file mode 100644 index 000000000..35f175092 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 000000000..a239d6ca6 Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png differ diff --git a/htdocs/phpMyAdmin/themes/pmahomme/jquery/jquery-ui-1.8.custom.css b/htdocs/phpMyAdmin/themes/pmahomme/jquery/jquery-ui-1.8.custom.css new file mode 100644 index 000000000..9446f01c3 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/pmahomme/jquery/jquery-ui-1.8.custom.css @@ -0,0 +1,481 @@ +/* +* jQuery UI CSS Framework +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +*/ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* +* jQuery UI CSS Framework +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px +*/ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } +.ui-widget-content a { color: #222222; } +.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } +.ui-widget-header a { color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } +.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable +----------------------------------*/ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion +----------------------------------*/ +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete +----------------------------------*/ +.ui-autocomplete { position: absolute; cursor: default; } +.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* Menu +----------------------------------*/ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + margin: -1px; +} +/* Button +----------------------------------*/ + +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ + + + + + +/* Dialog +----------------------------------*/ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +.ui-dialog fieldset legend a { color: #235A81; } +/* Slider +----------------------------------*/ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs +----------------------------------*/ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* Datepicker +----------------------------------*/ +.ui-datepicker { width: 17em; padding: .2em .2em 0; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* Progressbar +----------------------------------*/ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file diff --git a/htdocs/phpMyAdmin/themes/pmahomme/layout.inc.php b/htdocs/phpMyAdmin/themes/pmahomme/layout.inc.php new file mode 100644 index 000000000..8ff3ebc91 --- /dev/null +++ b/htdocs/phpMyAdmin/themes/pmahomme/layout.inc.php @@ -0,0 +1,141 @@ +getImgPath() . 'vertical_line.png) repeat-y'; + +// foreground (text) color of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; + +// background of the pointer in browse mode +$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC'; + +// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; + +// background of the marker (visually marks row by clicking on it) in browse mode +$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; + +/** + * fonts + */ +/** + * the font family as a valid css font family value, + * if not set the browser default will be used + * (depending on browser, DTD and system settings) + */ +$GLOBALS['cfg']['FontFamily'] = 'sans-serif'; +/** + * fixed width font family, used in textarea + */ +$GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; + +/** + * tables + */ +// border +$GLOBALS['cfg']['Border'] = 0; +// table header and footer color +$GLOBALS['cfg']['ThBackground'] = '#D3DCE3'; +// table header and footer background +$GLOBALS['cfg']['ThColor'] = '#000000'; +// table data row background +$GLOBALS['cfg']['BgOne'] = '#E5E5E5'; +// table data row background, alternate +$GLOBALS['cfg']['BgTwo'] = '#D5D5D5'; + +/** + * query window + */ +// Width of Query window +$GLOBALS['cfg']['QueryWindowWidth'] = 600; +// Height of Query window +$GLOBALS['cfg']['QueryWindowHeight'] = 400; + +/** + * SQL Parser Settings + * Syntax colouring data + */ +$GLOBALS['cfg']['SQP']['fmtColor'] = array( + 'comment' => '#808000', + 'comment_mysql' => '', + 'comment_ansi' => '', + 'comment_c' => '', + 'digit' => '', + 'digit_hex' => 'teal', + 'digit_integer' => 'teal', + 'digit_float' => 'aqua', + 'punct' => 'fuchsia', + 'alpha' => '', + 'alpha_columnType' => '#FF9900', + 'alpha_columnAttrib' => '#0000FF', + 'alpha_reservedWord' => '#990099', + 'alpha_functionName' => '#FF0000', + 'alpha_identifier' => 'black', + 'alpha_charset' => '#6495ed', + 'alpha_variable' => '#800000', + 'quote' => '#008000', + 'quote_double' => '', + 'quote_single' => '', + 'quote_backtick' => '' +); + +/** + * Chart colors + */ + + $GLOBALS['cfg']['chartColor'] = array( + 'gradientIntensity' => 50, + // The style of the chart title. + 'titleColor' => '#000000', + 'titleBgColor' => '#E5E5E5', + // Chart border (0 for no border) + 'border' => '#CCCCCC', + // Chart background color. + 'bgColor' => '#FBFBFB', + // when graph area gradient is used, this is the color of the graph + // area border + 'graphAreaColor' => '#D5D9DD', + // the background color of the graph area + 'graphAreaGradientColor' => $GLOBALS['cfg']['BgTwo'], + // the color of the grid lines in the graph area + 'gridColor' => '#E6E6E6', + // the color of the scale and the labels + 'scaleColor' => '#D5D9DD', + + ); + +?> diff --git a/htdocs/phpMyAdmin/themes/pmahomme/screen.png b/htdocs/phpMyAdmin/themes/pmahomme/screen.png new file mode 100644 index 000000000..18b6708af Binary files /dev/null and b/htdocs/phpMyAdmin/themes/pmahomme/screen.png differ diff --git a/htdocs/phpMyAdmin/themes/svg_gradient.php b/htdocs/phpMyAdmin/themes/svg_gradient.php new file mode 100644 index 000000000..a5d89c61a --- /dev/null +++ b/htdocs/phpMyAdmin/themes/svg_gradient.php @@ -0,0 +1,25 @@ + array('regexp' => '/^[a-z0-9]+$/i')); + $color = filter_input(INPUT_GET, $get_name, FILTER_VALIDATE_REGEXP, $opts); + if (preg_match('/^[a-f0-9]{6}$/', $color)) { + return '#' . $color; + } + return $color ? $color : $default; +} +?> +' ?> + + + + + + + + + diff --git a/htdocs/phpMyAdmin/transformation_overview.php b/htdocs/phpMyAdmin/transformation_overview.php new file mode 100644 index 000000000..81211d564 --- /dev/null +++ b/htdocs/phpMyAdmin/transformation_overview.php @@ -0,0 +1,81 @@ + + +

                      + $mimetype) { + + if (isset($types['empty_mimetype'][$mimetype])) { + echo '' . $mimetype . '
                      '; + } else { + echo $mimetype . '
                      '; + } + +} +?> +
                      +() + +
                      +
                      +
                      +

                      + + + + + + + + + $transform) { + $func = strtolower(str_ireplace('.inc.php', '', $types['transformation_file'][$key])); + require './libraries/transformations/' . $types['transformation_file'][$key]; + $funcname = 'PMA_transformation_' . $func . '_info'; + $desc = '' . sprintf(__('No description is available for this transformation.
                      Please ask the author what %s does.'), 'PMA_transformation_' . $func . '()') . '
                      '; + if (function_exists($funcname)) { + $desc_arr = $funcname(); + if (isset($desc_arr['info'])) { + $desc = $desc_arr['info']; + } + } + ?> + + + + + + +
                      + + diff --git a/htdocs/phpMyAdmin/transformation_wrapper.php b/htdocs/phpMyAdmin/transformation_wrapper.php new file mode 100644 index 000000000..f04c8acac --- /dev/null +++ b/htdocs/phpMyAdmin/transformation_wrapper.php @@ -0,0 +1,116 @@ + $option) { + if (substr($option, 0, 10) == '; charset=') { + $mime_options['charset'] = $option; + } + } +} + +// For re-usability, moved http-headers and stylesheets +// to a seperate file. It can now be included by libraries/header.inc.php, +// querywindow.php. + +require_once './libraries/header_http.inc.php'; +// [MIME] +if (isset($ct) && !empty($ct)) { + $content_type = 'Content-Type: ' . $ct; +} else { + $content_type = 'Content-Type: ' . (isset($mime_map[$transform_key]['mimetype']) ? str_replace('_', '/', $mime_map[$transform_key]['mimetype']) : $default_ct) . (isset($mime_options['charset']) ? $mime_options['charset'] : ''); +} +header($content_type); + +if (isset($cn) && !empty($cn)) { + header('Content-Disposition: attachment; filename=' . PMA_sanitize_filename($cn)); +} + +if (!isset($resize)) { + echo $row[$transform_key]; +} else { + // if image_*__inline.inc.php finds that we can resize, + // it sets $resize to jpeg or png + + $srcImage = imagecreatefromstring($row[$transform_key]); + $srcWidth = ImageSX($srcImage); + $srcHeight = ImageSY($srcImage); + + // Check to see if the width > height or if width < height + // if so adjust accordingly to make sure the image + // stays smaller then the $newWidth and $newHeight + + $ratioWidth = $srcWidth/$newWidth; + $ratioHeight = $srcHeight/$newHeight; + + if ($ratioWidth < $ratioHeight){ + $destWidth = $srcWidth/$ratioHeight; + $destHeight = $newHeight; + } else { + $destWidth = $newWidth; + $destHeight = $srcHeight/$ratioWidth; + } + + if ($resize) { + $destImage = ImageCreateTrueColor($destWidth, $destHeight); + } + +// ImageCopyResized($destImage, $srcImage, 0, 0, 0, 0, $destWidth, $destHeight, $srcWidth, $srcHeight); +// better quality but slower: + ImageCopyResampled($destImage, $srcImage, 0, 0, 0, 0, $destWidth, $destHeight, $srcWidth, $srcHeight); + + if ($resize == 'jpeg') { + ImageJPEG($destImage, '', 75); + } + if ($resize == 'png') { + ImagePNG($destImage); + } + ImageDestroy($srcImage); + ImageDestroy($destImage); +} +?> diff --git a/htdocs/phpMyAdmin/url.php b/htdocs/phpMyAdmin/url.php new file mode 100644 index 000000000..5088eff2c --- /dev/null +++ b/htdocs/phpMyAdmin/url.php @@ -0,0 +1,16 @@ + diff --git a/htdocs/phpMyAdmin/user_password.php b/htdocs/phpMyAdmin/user_password.php new file mode 100644 index 000000000..9787cc1a4 --- /dev/null +++ b/htdocs/phpMyAdmin/user_password.php @@ -0,0 +1,150 @@ +setCookie() + * @uses PMA_blowfish_encrypt() + * @uses PMA_showMessage() + * @uses define() + * @package phpMyAdmin + */ + +/** + * no need for variables importing + * @ignore + */ +if (! defined('PMA_NO_VARIABLES_IMPORT')) { + define('PMA_NO_VARIABLES_IMPORT', true); +} + +/** + * Gets some core libraries + */ +require_once './libraries/common.inc.php'; + +$GLOBALS['js_include'][] = 'server_privileges.js'; + +/** + * Displays an error message and exits if the user isn't allowed to use this + * script + */ +if (!$cfg['ShowChgPassword']) { + $cfg['ShowChgPassword'] = PMA_DBI_select_db('mysql'); +} +if ($cfg['Server']['auth_type'] == 'config' || !$cfg['ShowChgPassword']) { + require_once './libraries/header.inc.php'; + PMA_Message::error(__('You don\'t have sufficient privileges to be here right now!'))->display(); + require './libraries/footer.inc.php'; +} // end if + + +/** + * If the "change password" form has been submitted, checks for valid values + * and submit the query or logout + */ +if (isset($_REQUEST['nopass'])) { + // similar logic in server_privileges.php + $_error = false; + + if ($_REQUEST['nopass'] == '1') { + $password = ''; + } elseif (empty($_REQUEST['pma_pw']) || empty($_REQUEST['pma_pw2'])) { + $message = PMA_Message::error(__('The password is empty!')); + $_error = true; + } elseif ($_REQUEST['pma_pw'] != $_REQUEST['pma_pw2']) { + $message = PMA_Message::error(__('The passwords aren\'t the same!')); + $_error = true; + } else { + $password = $_REQUEST['pma_pw']; + } + + if($GLOBALS['is_ajax_request'] == true && $_error == true) { + /** + * If in an Ajax request, we don't need to show the rest of the page + */ + PMA_ajaxResponse($message, false); + } + + if (! $_error) { + + // Defines the url to return to in case of error in the sql statement + $_url_params = array(); + + $err_url = 'user_password.php' . PMA_generate_common_url($_url_params); + if (PMA_isValid($_REQUEST['pw_hash'], 'identical', 'old')) { + $hashing_function = 'OLD_PASSWORD'; + } else { + $hashing_function = 'PASSWORD'; + } + + $sql_query = 'SET password = ' . (($password == '') ? '\'\'' : $hashing_function . '(\'***\')'); + $local_query = 'SET password = ' . (($password == '') ? '\'\'' : $hashing_function . '(\'' . PMA_sqlAddslashes($password) . '\')'); + $result = @PMA_DBI_try_query($local_query) + or PMA_mysqlDie(PMA_DBI_getError(), $sql_query, false, $err_url); + + // Changes password cookie if required + // Duration = till the browser is closed for password (we don't want this to be saved) + if ($cfg['Server']['auth_type'] == 'cookie') { + $GLOBALS['PMA_Config']->setCookie('pmaPass-' . $server, + PMA_blowfish_encrypt($password, $GLOBALS['cfg']['blowfish_secret'])); + } // end if + + // For http auth. mode, the "back" link will also enforce new + // authentication + if ($cfg['Server']['auth_type'] == 'http') { + $_url_params['old_usr'] = 'relog'; + } + + $message = PMA_Message::success(__('The profile has been updated.')); + + if($GLOBALS['is_ajax_request'] == true) { + $extra_data['sql_query'] = PMA_showMessage($message, $sql_query, 'success'); + PMA_ajaxResponse($message, true, $extra_data); + } + + // Displays the page + require_once './libraries/header.inc.php'; + echo '

                      ' . __('Change password') . '

                      ' . "\n\n"; + PMA_showMessage($message, $sql_query, 'success'); + ?> + + + displays the form + */ +// Loads the headers +require_once './libraries/header.inc.php'; + +echo '

                      ' . __('Change password') . '

                      ' . "\n\n"; + +// Displays an error message if required +if (isset($message)) { + $message->display(); +} + +require_once './libraries/display_change_password.lib.php'; + +/** + * Displays the footer + */ +require './libraries/footer.inc.php'; +?> diff --git a/htdocs/phpMyAdmin/view_create.php b/htdocs/phpMyAdmin/view_create.php new file mode 100644 index 000000000..c7d63cef7 --- /dev/null +++ b/htdocs/phpMyAdmin/view_create.php @@ -0,0 +1,191 @@ + '', + 'algorithm' => '', + 'name' => '', + 'column_names' => '', + 'as' => $sql_query, + 'with' => array(), +); + +if (PMA_isValid($_REQUEST['view'], 'array')) { + $view = array_merge($view, $_REQUEST['view']); +} + +/** + * Displays top menu links + * We use db links because a VIEW is not necessarily on a single table + */ +$num_tables = 0; +require_once './libraries/db_links.inc.php'; + +$url_params['db'] = $GLOBALS['db']; +$url_params['reload'] = 1; + +/** + * Displays the page + */ +?> + +
                      +
                      + +
                      + CREATE VIEW + + + + + + + + + + + + + + + + + + + + + + + +
                      + checked="checked" + + value="1" /> +
                      +
                      +
                      +
                      AS + +
                      WITH + '; + echo ' '; + } + ?> +
                      +
                      +
                      + +
                      +
                      +
                      + diff --git a/htdocs/phpMyAdmin/view_operations.php b/htdocs/phpMyAdmin/view_operations.php new file mode 100644 index 000000000..4a315d049 --- /dev/null +++ b/htdocs/phpMyAdmin/view_operations.php @@ -0,0 +1,109 @@ +rename($_REQUEST['new_name'], null, $is_view = true)) { + $_message .= $pma_table->getLastMessage(); + $result = true; + $GLOBALS['table'] = $pma_table->getName(); + $reread_info = true; + $reload = true; + } else { + $_message .= $pma_table->getLastError(); + $result = false; + } + } +} + +/** + * Displays top menu links + */ +require_once './libraries/tbl_links.inc.php'; + +if (isset($result)) { + // set to success by default, because result set could be empty + // (for example, a table rename) + $_type = 'success'; + if (empty($_message)) { + $_message = $result ? __('Your SQL query has been executed successfully') : __('Error'); + // $result should exist, regardless of $_message + $_type = $result ? 'success' : 'error'; + } + if (! empty($warning_messages)) { + $_message = new PMA_Message; + $_message->addMessages($warning_messages); + $_message->isError(true); + unset($warning_messages); + } + PMA_showMessage($_message, $sql_query, $_type, $is_view = true); + unset($_message, $_type); +} + +$url_params['goto'] = 'view_operations.php'; +$url_params['back'] = 'view_operations.php'; + +/** + * Displays the page + */ +?> + +
                      +
                      + + +
                      + + + + + + + +
                      +
                      +
                      +
                      + +
                      +
                      +
                      + + diff --git a/htdocs/phpMyAdmin/webapp.php b/htdocs/phpMyAdmin/webapp.php new file mode 100644 index 000000000..86d6bf1c2 --- /dev/null +++ b/htdocs/phpMyAdmin/webapp.php @@ -0,0 +1,54 @@ + 'phpMyAdmin@' . $_SERVER['HTTP_HOST'], + 'uri' => $GLOBALS['PMA_Config']->get('PmaAbsoluteUri'), + 'status' => 'yes', + 'location' => 'no', + 'sidebar' => 'no', + 'navigation' => 'no', + 'icon' => 'phpMyAdmin', +); + +// dom sript file +// none need yet + +// icon +$icon = 'favicon.ico'; + +// name +$name = 'phpMyAdmin.webapp'; + +$ini_file = "[Parameters]\n"; +foreach ($parameters as $key => $value) { + $ini_file .= $key . '=' . $value . "\n"; +} + +$zip = new zipfile; +$zip->addFile($ini_file, 'webapp.ini'); +$zip->addFile(file_get_contents($icon), 'phpMyAdmin.ico'); + +header('Content-Type: application/webapp'); +header('Content-Disposition: attachment; filename="' . $name . '"'); +echo $zip->file(); +?> diff --git a/htdocs/phpinfo.php b/htdocs/phpinfo.php new file mode 100644 index 000000000..827dd1efb --- /dev/null +++ b/htdocs/phpinfo.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/htdocs/regn/field_htmlFactory.php.bak b/htdocs/regn/field_htmlFactory.php.bak new file mode 100644 index 000000000..347056f69 --- /dev/null +++ b/htdocs/regn/field_htmlFactory.php.bak @@ -0,0 +1,105 @@ +flag)==NULL) + { + array_push(self::$custom_field_name_array,$custom_field->fieldName); + } + } + } + + if($fieldName == "pid"|| $fieldName == "Patient ID"){ + CustomFieldOrderGeneration_Patient::generate_patient_Id(); + } else if($fieldName == "patientaddl" || $fieldName == "patientAddl" || $fieldName == "Patient Addl ID" ) { + CustomFieldOrderGeneration_Patient::generate_patient_addl(); + } else if($fieldName == "rdate" || $fieldName == "Registration Date") { + //CustomFieldOrderGeneration_Patient::generate_patient_rdate(); + } else if($fieldName == "dnum" || $fieldName == "Daily Number") { + CustomFieldOrderGeneration_Patient::generate_patient_dailynum(); + } else if($fieldName == "pname" || $fieldName == "Patient Name") { + CustomFieldOrderGeneration_Patient::generate_patient_name(); + } else if($fieldName == "sex" || $fieldName == "Sex") { + CustomFieldOrderGeneration_Patient::generate_patient_sex(); + } else if($fieldName == "age" || $fieldName == "Age") { + CustomFieldOrderGeneration_Patient::generate_patient_age(); + } else if($fieldName == "dob" || $fieldName == "Date of Birth") { + CustomFieldOrderGeneration_Patient::generate_patient_dob(); + } + + + + else if(in_array($fieldName, self::$custom_field_name_array) ){ + + $custom_field_obj = get_custom_fields_patient_by_name($fieldName); + CustomFieldOrderGeneration_Patient::generate_patient_custom_fields($custom_field_obj); + } + + + + + + } + +} + + +class field_htmlFactory_specimen{ + + static $custom_field_list = null; + static $custom_field_name_array = array(); + + + public function generateHTML($fieldName){ + if(self::$custom_field_list == null){ + self::$custom_field_list = get_custom_fields_specimen(); + foreach(self::$custom_field_list as $custom_field) + { + if(($custom_field->flag)==NULL) + { + array_push(self::$custom_field_name_array,$custom_field->fieldName); + } + } + } + + if($fieldName == "specimenId"|| $fieldName == "Specimen ID"){ + CustomFieldOrderGeneration_Patient::generate_patient_Id(); + } else if($fieldName == "comm" || $fieldName == "Comments" ) { + CustomFieldOrderGeneration_Patient::generate_patient_addl(); + } else if($fieldName == "Lab Reciept Date" || $fieldName == "rdate") { + //CustomFieldOrderGeneration_Patient::generate_patient_rdate(); + } else if($fieldName == "refout" || $fieldName == "Referred Out") { + CustomFieldOrderGeneration_Patient::generate_patient_dailynum(); + } else if($fieldName == "doctor" || $fieldName == "Physician") { + CustomFieldOrderGeneration_Patient::generate_patient_name(); + } + + + + else if(in_array($fieldName, self::$custom_field_name_array) ){ + + $custom_field_obj = get_custom_fields_patient_by_name($fieldName); + CustomFieldOrderGeneration_Patient::generate_patient_custom_fields($custom_field_obj); + } + + + + + + } + +} +?> diff --git a/htdocs/regn/find_patient.php b/htdocs/regn/find_patient.php index 2d3b85df9..b17e4113a 100644 --- a/htdocs/regn/find_patient.php +++ b/htdocs/regn/find_patient.php @@ -29,16 +29,17 @@ function restrictCharacters(e) { + //Had issues with labs so I have to disable this for now + return; var alphabets = /[A-Za-z]/g; var numbers = /[0-9]/g; - var specialCharacter = /[_&.]/g; if(!e) var e = window.event; if( e.keyCode ) code = e.keyCode; else if ( e.which) code = e.which; var character = String.fromCharCode(code); if( !e.ctrlKey && code!=9 && code!=8 && code!=27 && code!=36 && code!=37 && code!=38 && code!=40 &&code!=13 &&code!=32 ) { - if ( !character.match(alphabets) && !character.match(numbers) && !character.match(specialCharacter)) + if ( !character.match(alphabets) && !character.match(numbers) ) return false; else return true; @@ -52,7 +53,9 @@ function fetch_patients() $("#target_div_id_del").hide(); $('#psearch_progress_spinner').show(); var patient_id = $('#pq').attr("value").trim(); - patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); + fetch_patients + // had ato allow special charactors + //patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); var search_attrib = $('#p_attrib').attr("value"); var check_url = "ajax/patient_check_name.php?n="+patient_id; $.ajax({ url: check_url, success: function(response){ @@ -104,7 +107,8 @@ function ConfirmDelete() function continue_fetch_patients() { var patient_id = $('#pq').attr("value").trim(); - patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); + // had to allow special charactors + //patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); var search_attrib = $('#p_attrib').attr("value"); var condition_attrib = $('#h_attrib').attr("value"); $('#psearch_progress_spinner').show(); diff --git a/htdocs/regn/find_patient.php.bak b/htdocs/regn/find_patient.php.bak index 1116e7846..5c8c3d264 100644 --- a/htdocs/regn/find_patient.php.bak +++ b/htdocs/regn/find_patient.php.bak @@ -29,6 +29,8 @@ $(document).ready(function() { function restrictCharacters(e) { + //Had issues with labs so I have to disable this for now + return; var alphabets = /[A-Za-z]/g; var numbers = /[0-9]/g; if(!e) var e = window.event; @@ -51,7 +53,9 @@ function fetch_patients() $("#target_div_id_del").hide(); $('#psearch_progress_spinner').show(); var patient_id = $('#pq').attr("value").trim(); - patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); + fetch_patients + // had ato allow special charactors + //patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); var search_attrib = $('#p_attrib').attr("value"); var check_url = "ajax/patient_check_name.php?n="+patient_id; $.ajax({ url: check_url, success: function(response){ @@ -103,7 +107,8 @@ function ConfirmDelete() function continue_fetch_patients() { var patient_id = $('#pq').attr("value").trim(); - patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); + // had to allow special charactors + //patient_id = patient_id.replace(/[^a-z0-9 ]/gi,''); var search_attrib = $('#p_attrib').attr("value"); var condition_attrib = $('#h_attrib').attr("value"); $('#psearch_progress_spinner').show(); @@ -133,6 +138,14 @@ function continue_fetch_patients() } ); } + +function hideCondition(p_attrib) +{ + if(parseInt(p_attrib)==1) + $('#h_attrib').show(); + else + $('#h_attrib').hide(); +}

                      Page Help

                      @@ -140,8 +153,11 @@ function continue_fetch_patients()

                      - getPatientSearchAttribSelect(); ?> +    diff --git a/htdocs/regn/generate_customize_field_order_patient.php b/htdocs/regn/generate_customize_field_order_patient.php index d662a8e04..d7d06d7e8 100644 --- a/htdocs/regn/generate_customize_field_order_patient.php +++ b/htdocs/regn/generate_customize_field_order_patient.php @@ -17,7 +17,7 @@ public static function generate_patient_custom_fields($custom_field_obj){ } public static function generate_patient_Id(){ if($_SESSION['user_level'] != 17) { - print " "; - } + } } public static function generate_patient_rdate(){ @@ -59,7 +59,7 @@ public static function generate_patient_addl(){ echo " "; - } + } } public static function generate_patient_dailynum(){ diff --git a/htdocs/regn/generate_customize_field_order_patient.php.bak b/htdocs/regn/generate_customize_field_order_patient.php.bak new file mode 100644 index 000000000..bb1feaec7 --- /dev/null +++ b/htdocs/regn/generate_customize_field_order_patient.php.bak @@ -0,0 +1,158 @@ +"; + echo $custom_field_obj->fieldName; + echo ""; + CustomFieldOrderGeneration_Patient::$page_elems->getCustomFormField($custom_field_obj); + echo ""; + } + public static function generate_patient_Id(){ + print ""; + echo LangUtil::$generalTerms['PATIENT_ID']; + if($_SESSION['pid'] == 2 || $_SESSION['pid'] == 4) + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + + echo " + + "; + } + + public static function generate_patient_rdate(){ + echo" + + Date of Registration + "; + + $today1 = date("Y-m-d"); + $today_array1 = explode("-", $today1); + $name_list1 = array("receipt_yyyy", "receipt_mm", "receipt_dd"); + $id_list1 = array("receipt_yyyy", "receipt_mm", "receipt_dd"); + $value_list1 = array($today_array1[0], $today_array1[1], $today_array1[2]); + CustomFieldOrderGeneration_Patient::$page_elems->getDatePicker($name_list1, $id_list1, $value_list1, true); + echo " + "; + } + + public static function generate_patient_addl(){ + echo "". LangUtil::$generalTerms['ADDL_ID']; + if($_SESSION['p_addl'] == 2) + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + echo " + + "; + } + + public static function generate_patient_dailynum(){ + $daily_num = get_daily_number(); + echo ""; + echo LangUtil::$generalTerms['PATIENT_DAILYNUM']; + if($_SESSION['dnum'] == 2) + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + echo " + + "; + } + + public static function generate_patient_name(){ + echo " "; + echo LangUtil::$generalTerms['NAME'] ; + if($_SESSION['pname'] > 0) + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + echo " + + "; + } + + public static function generate_patient_sex(){ + echo " + "; + echo LangUtil::$generalTerms['GENDER']; + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + echo " + + "; + echo LangUtil::$generalTerms['MALE']; + echo ""; + echo LangUtil::$generalTerms['FEMALE']; + echo "
                      + + "; + } + + public static function generate_patient_age(){ + echo ""; + if($_SESSION['age'] == 0) + echo " style='display:none;' "; + + echo ""; + echo LangUtil::$generalTerms['AGE']; + if($_SESSION['age'] == 2) + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + + echo " + + "; + echo LangUtil::$pageTerms['TIPS_DOB_AGE'];echo " + + + + + + "; + + } + + public static function generate_patient_dob(){ + echo " + "; + echo LangUtil::$generalTerms['DOB']; + if($_SESSION['dob'] == 2) + CustomFieldOrderGeneration_Patient::$page_elems->getAsterisk(); + echo " + + "; + $name_list = array("yyyy", "mm", "dd"); + $id_list = $name_list; + $value_list = array("", "", ""); + CustomFieldOrderGeneration_Patient::$page_elems->getDatePicker($name_list, $id_list, $value_list); + echo " + + "; + } + +} +?> \ No newline at end of file diff --git a/htdocs/regn/new_patient.php b/htdocs/regn/new_patient.php index d4b1c436c..308869946 100644 --- a/htdocs/regn/new_patient.php +++ b/htdocs/regn/new_patient.php @@ -22,7 +22,7 @@ $script_elems->enableFacebox(); $lab_config = get_lab_config_by_id($_SESSION['lab_config_id']); -//$daily_num = get_daily_number(); +$daily_num = get_daily_number(); $session_num = get_session_number(); $uiinfo = "qr=".$_REQUEST['n']; putUILog('new_patient', $uiinfo, basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); @@ -80,11 +80,14 @@ function add_patient() var addl_id = $("#addl_id").attr("value"); var name = $("#name").attr("value"); //name = name.replace(/[^a-z ]/gi,''); - var yyyy = $("#yyyy").attr("value"); - yyyy = yyyy.replace(/[^0-9]/gi,''); + var yyyy = $("#yyyy").attr("value"); + if(yyyy != null) + yyyy = yyyy.replace(/[^0-9]/gi,'') var mm = $("#mm").attr("value"); - mm = mm.replace(/[^0-9]/gi,''); + if(mm != null) + mm = mm.replace(/[^0-9]/gi,''); var dd = $("#dd").attr("value"); + if(dd != null) dd = dd.replace(/[^0-9]/gi,''); var receipt_yyyy = $("#receipt_yyyy").attr("value"); @@ -92,13 +95,14 @@ function add_patient() var receipt_mm = $("#receipt_mm").attr("value"); receipt_mm = receipt_mm.replace(/[^0-9]/gi,''); var receipt_dd = $("#receipt_dd").attr("value"); - receipt_dd = receipt_dd.replace(/[^0-9]/gi,''); + receipt_dd = receipt_dd.replace(/[^0-9]/gi,''); + var age = $("#age").attr("value"); age = age.replace(/[^0-9]/gi,''); var age_param = $('#age_param').attr("value"); age_param = age_param.replace(/[^0-9]/gi,''); var sex = ""; - var pid = $('#pid').attr("value"); + var pid = $('#pid').attr("value"); for(i = 0; i < document.new_record.sex.length; i++) { if(document.new_record.sex[i].checked) @@ -142,48 +146,54 @@ function add_patient() } //Age not given + if(age.trim() == "") { + //Check partial DoB var currentTime = new Date(); - if(yyyy.trim() != "" && mm.trim() != "" && dd.trim() == "") - { - dd = currentTime.getDate(); - if(checkDate(yyyy, mm, dd) == false) + if(yyyy != null) + { + if(yyyy.trim() != "" && mm.trim() != "" && dd.trim() == "") { - alert(""); - return; + dd = currentTime.getDate(); + if(checkDate(yyyy, mm, dd) == false) + { + alert(""); + return; + } + partial_dob_ym = 1; + } - partial_dob_ym = 1; - - } - else if(yyyy.trim() != "" && mm.trim() == "" && dd.trim() == "") - { - dd = currentTime.getDate(); - mm = currentTime.getMonth(); - if(checkDate(yyyy, mm, dd) == false) + else if(yyyy.trim() != "" && mm.trim() == "" && dd.trim() == "") { - alert(""); - return; + dd = currentTime.getDate(); + mm = currentTime.getMonth(); + if(checkDate(yyyy, mm, dd) == false) + { + alert(""); + return; + } + partial_dob_y = 1; } - partial_dob_y = 1; - } - else if(yyyy.trim() == "" && mm.trim() == "" && dd.trim() == "") - { - error_message += "Please enter either Age or Date of Birth\n";//
                      "; - error_flag = 1; - alert("Error: Please enter either Age or Date of Birth"); - return; - } - else - { - //Full DoB - check - if(checkDate(yyyy, mm, dd) == false) + else if(yyyy.trim() == "" && mm.trim() == "" && dd.trim() == "") { - alert(""); + error_message += "Please enter either Age or Date of Birth\n";//
                      "; + error_flag = 1; + alert("Error: Please enter either Age or Date of Birth"); return; } - } + else + { + //Full DoB - check + if(checkDate(yyyy, mm, dd) == false) + { + alert(""); + return; + } + } + } + } else if (isNaN(age)) { @@ -368,7 +378,7 @@ function addCustomElements(){ params = params+myCustomName[i]+"="+$('[name="'+myCustomName[i]+'"]').val()+"&"; } params = params.match(/(.*).$/)[1]; - + //alert(params); $.ajax({ url : "ajax/patient_add_custom?"+params, async: false, @@ -404,6 +414,7 @@ function addCustomElements(){ foreach($fieldOrder as $fieldName){ $HTMLFactory->generateHTML($fieldName); } + ?> diff --git a/htdocs/regn/new_specimen.php b/htdocs/regn/new_specimen.php index cc7979793..12228b741 100644 --- a/htdocs/regn/new_specimen.php +++ b/htdocs/regn/new_specimen.php @@ -53,7 +53,6 @@ var data_string=""; var data=data_string.split("%"); - $("#doc_row_1_input").autocomplete(data); //$(".doctors_auto").autocomplete(data); @@ -362,6 +361,17 @@ function askandback() history.go(-1); } +function clearSpecimenID() +{ + $('#addl_id').val(""); +} +function trimSpecimenID() +{ + var sid=$('#addl_id').val(); + sid = sid.replace(/\s+/g,""); + $('#addl_id').val(sid); +} + function checkandtoggle(select_elem, div_id) { var input_id = div_id+"_input"; diff --git a/htdocs/regn/specimen_added.php b/htdocs/regn/specimen_added.php index 9c6930d95..54b0587e4 100644 --- a/htdocs/regn/specimen_added.php +++ b/htdocs/regn/specimen_added.php @@ -52,7 +52,7 @@              - getPostSpecimenEntryTaskList($patient_id); ?> + getPostSpecimenEntryTaskList($patient_id); ?> diff --git a/htdocs/regn/specimen_added.php.bak b/htdocs/regn/specimen_added.php.bak new file mode 100644 index 000000000..a1dd224b0 --- /dev/null +++ b/htdocs/regn/specimen_added.php.bak @@ -0,0 +1,85 @@ +enableTableSorter(); + + +//$session_num = get_session_current_number(); +$specimen_list = get_specimens_by_session($session_num); +?> +
                      + + | + 1) +{ + ?> + | : + + | + | « +

                      + +
                      + +
                      + patientId; +?> + + + + + + + + +
                      + getPatientInfo($patient_id); ?> + +              +              + + getPostSpecimenEntryTaskList($patient_id); ?> +
                      + +

                      + + + + + "; + echo "
                      "; + $page_elems->getSpecimenInfo($specimen->specimenId); + echo "
                      "; + echo ""; + if($count % 2 == 0) + { + echo ""; + } + $count++; + } + ?> + + +
                      + + + + +Untitled Document + + + + + + + + + +
                      + Name:
                      + Stephen Adjei-Kyei +
                      + Name:
                      + Stephen Adjei-Kyei +
                      + Name:
                      + Stephen Adjei-Kyei +
                      + + \ No newline at end of file diff --git a/htdocs/reports/report_onetesthistory.php b/htdocs/reports/report_onetesthistory.php index 10e7a8ca8..991a398b2 100644 --- a/htdocs/reports/report_onetesthistory.php +++ b/htdocs/reports/report_onetesthistory.php @@ -249,10 +249,7 @@ function change_orientation()
                      alignment_header;?> - diff --git a/htdocs/reports/report_pdf.php b/htdocs/reports/report_pdf.php new file mode 100644 index 000000000..d747059ca --- /dev/null +++ b/htdocs/reports/report_pdf.php @@ -0,0 +1,43 @@ +SetDisplayMode('fullpage'); +$mpdf->mirrorMargins = 1; + +$mpdf->defaultheaderfontsize = 7; +$mpdf->defaultheaderfontstyle = B; +$mpdf->defaultheaderline = 1; +$mpdf->defaultfooterfontsize = 8; +$mpdf->defaultfooterfontstyle = B; +$mpdf->defaultfooterline = 1; +//$mpdf->SetHeader(''); +date_default_timezone_set("UTC"); +$currtime = date('F j, Y, g:i a'); +$mpdf->SetFooter('Printed @ '.$currtime.'|Page {PAGENO}'); /* defines footer for Odd and Even Pages - placed at Outer margin */ +$mpdf->SetHeader('Results for Specimen ID: '.$_REQUEST['aux_id']); +$mpdf->WriteHTML($return); +$mpdf->Output(); + +//echo $return;exit; + +/*$dompdf = new DOMPDF(); + $dompdf->load_html($return); + $dompdf->set_paper("A4", "portrait"); + $dompdf->render(); + $dompdf->stream("Result_".$_REQUEST['aux_id'], array("Attachment" => false)); */ + + exit(0); \ No newline at end of file diff --git a/htdocs/reports/reports.php b/htdocs/reports/reports.php index 3a6f9e9c1..6076b5af8 100644 --- a/htdocs/reports/reports.php +++ b/htdocs/reports/reports.php @@ -1,6 +1,7 @@ "); @@ -1281,7 +1295,7 @@ function search_patient_history() //alert(cat_code); $('#test_history_progress_spinner').show(); var url = 'ajax/search_p_dyn.php'; - //alert(search_attrib+" "+condition_attrib); + //alert(search_attrib+" "+pid); $("#phistory_list").load(url, {q: pid, a: search_attrib, l: location, lab_section : cat_code, c: condition_attrib }, function() @@ -1475,7 +1489,23 @@ function print_daily_patients() alert(""); return; } - var url = "reports_dailypatients.php?yt="+yt+"&mt="+mt+"&dt="+dt+"&yf="+yf+"&mf="+mf+"&df="+df+"&l="+l+"&labsec="+cat_code; + + var cfield = $('#custf').attr("value"); + var cfield_value = ""; + var cfield_id=0; + if(cfield.length > 1) + { + cfield_id = cfield.substr(2); + cfield_value = $('#custom_'+cfield_id).attr("value"); + if(!cfield_value) + { + cfield_value = $('#custom_'+cfield_id+'_yyyy').attr("value"); + cfield_value = cfield_value +'-'+$('#custom_'+cfield_id+'_mm').attr("value"); + cfield_value = cfield_value +'-'+$('#custom_'+cfield_id+'_dd').attr("value"); + } + } + + var url = "reports_dailypatients.php?yt="+yt+"&mt="+mt+"&dt="+dt+"&yf="+yf+"&mf="+mf+"&df="+df+"&l="+l+"&labsec="+cat_code+"&cfield="+cfield+"&cfield_value="+cfield_value; window.open(url); } @@ -1498,7 +1528,22 @@ function print_daily_specimens() var ttype = $('#ttype13').attr("value"); var ip= 0; var p=0; - var url = "reports_dailyspecimens.php?yt="+yt+"&mt="+mt+"&dt="+dt+"&yf="+yf+"&mf="+mf+"&df="+df+"&l="+l+"&c="+cat_code+"&t="+ttype+"&ip="+ip; + var cfield = $('#custf').attr("value"); + var cfield_value = ""; + var cfield_id=0; + if(cfield.length > 1) + { + cfield_id = cfield.substr(2); + cfield_value = $('#custom_'+cfield_id).attr("value"); + if(!cfield_value) + { + cfield_value = $('#custom_'+cfield_id+'_yyyy').attr("value"); + cfield_value = cfield_value +'-'+$('#custom_'+cfield_id+'_mm').attr("value"); + cfield_value = cfield_value +'-'+$('#custom_'+cfield_id+'_dd').attr("value"); + } + } + + var url = "reports_dailyspecimens.php?yt="+yt+"&mt="+mt+"&dt="+dt+"&yf="+yf+"&mf="+mf+"&df="+df+"&l="+l+"&c="+cat_code+"&t="+ttype+"&ip="+ip+"&cfield="+cfield+"&cfield_value="+cfield_value; window.open(url); } @@ -1644,6 +1689,21 @@ function hideCondition(p_attrib) else $('#h_attrib').hide(); } + +function handleCustomeFieldChange(dropdown) +{ + //var seltext = $("option:selected", dropdown).text(); + var selvalue = dropdown.value; + if(dropdown.value == 0) + { + $('#customfdiv').html(""); + } + else + { + $('#customfdiv').load('ajax/testselectbycustomfield.php?selvalue='+selvalue); + //$('#customfdiv').html(dropdown.value); + } +}
                      @@ -1652,7 +1712,7 @@ function hideCondition(p_attrib) + if($_SESSION['user_level'] != $LIS_DOCTOR) echo LangUtil::$pageTerms['MENU_DAILY']; ?>
                        - + @@ -2844,6 +2906,7 @@ function hideCondition(p_attrib) +
                      @@ -2999,8 +3062,6 @@ function hideCondition(p_attrib) $value) @@ -3018,7 +3079,7 @@ function hideCondition(p_attrib) $page_elems->getSiteOptions(); ?> - + getDatePicker($name_list, $id_list, $value_list, true); ?> - + @@ -3044,7 +3105,7 @@ function hideCondition(p_attrib) $id_list = $name_list; $page_elems->getDatePicker($name_list, $id_list, $value_list, true); ?> - + @@ -3059,7 +3120,7 @@ function hideCondition(p_attrib) - + @@ -3074,7 +3135,7 @@ function hideCondition(p_attrib) } ?> - + @@ -3082,9 +3143,31 @@ function hideCondition(p_attrib) + + + + + - - + + + + + - '; + if($report_config->useSpecimenName == 1) + { + $resultoutput.= ''; + $Tablecolumnsize++; + } + if($report_config->useTestName == 1) + { + $resultoutput.= ''; + $Tablecolumnsize++; + } + $resultoutput.= ''; + $Tablecolumnsize++; + if($report_config->useRange == 1) + { + $resultoutput.= ''; + $Tablecolumnsize++; + } + $resultoutput.= ''; + $Tablecolumnsize++; + if($report_config->useEntryDate == 1) { + $resultoutput.= ''; + $Tablecolumnsize++; + } + if($report_config->useEnteredBy == 1) { + $resultoutput.= ''; + $Tablecolumnsize++; + } + if($report_config->useVerifiedBy == 1) { + $resultoutput.= ''; + $Tablecolumnsize++; + } + if($report_config->useStatus == 1) { + $resultoutput.= ''; + $Tablecolumnsize++; + } + # Specimen Custom fields headers here + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + $field_name = $custom_field->fieldName; + $field_id = $custom_field->id; + if(in_array($field_id, $report_config->specimenCustomFields)) + { + $resultoutput.= ''; + $Tablecolumnsize++; + } + } + if($report_config->useRemarks == 1) + { + $resultoutput.= ''; + $Tablecolumnsize++; + } + $resultoutput.= ''; + + + + echo '
                         
                         
                      +
                      @@ -3180,13 +3263,20 @@ function hideCondition(p_attrib)
                      + +
                      diff --git a/htdocs/reports/reports_auxid.php b/htdocs/reports/reports_auxid.php new file mode 100644 index 000000000..f0f56a2b1 --- /dev/null +++ b/htdocs/reports/reports_auxid.php @@ -0,0 +1,813 @@ + + +getReportConfig($report_id); + +$rem_specs = array(); + $rem_remarks = array(); +$rem_recs = get_removed_specimens($_SESSION['lab_config_id']); + foreach($rem_recs as $rem_rec) + { + $rem_specs[] = $rem_rec['r_id']; + $rem_remarks[] = $rem_rec['remarks']; + } +?> + + + + + + + +alignment_header;?> +

                      headerText; ?>

                      + +

                      titleText; ?>

                      +dateVerified; + $ordered_tests = getOrderedTest($record_list); + $lab_receipt_date = $record_list[0][1]->dateRecvd .' '.$record_list[0][1]->timeCollected; + + # If single date supplied, check if- + + # 1. Physician name is the same for all + + # 2. Patient daily number is the same for all + + # 3. All tests were completed or not + + $physician_same = false; + + $daily_number_same = false; + + $all_tests_completed = false; + + if($date_from == $date_to) { + + $physician_same = true; + + $daily_number_same = true; + + $all_tests_completed = true; + + $record_count = 0; + + $previous_physician = ""; + + $previous_daily_num = ""; + + $count_list= count($record_list); + + + + foreach($record_list as $record_set) { + + $value = $record_set; + + $test = $value[0]; + + //check for test_id if its in the array + + //http://www.w3schools.com/php/func_array_in_array.asp + + $specimen = $value[1]; + + if(in_array($test->specimenId, $rem_specs)) + { + continue; + } + if( $hidePatientName == 0) + + $hidePatientName = $value[2]; + + + + if($record_count != 0) { + + if(strcasecmp($previous_physician, $specimen->getDoctor()) != 0) { + + $physician_same = false; + + } + + if(strcasecmp($previous_daily_num, $specimen->getDailyNumFull()) != 0) { + + $daily_number_same = false; + + } + + if($test->isPending() === true) { + + $all_tests_completed = false; + + } + + if($physician_same === false && $daily_number_same === false && $all_tests_completed === false) + + break; + + } + + $previous_physician = $specimen->getDoctor(); + + $previous_daily_num = $specimen->getDailyNumFull(); + + $record_count++; + + } + + } + + $Tablecolumnsize = 0; + $output=""; + + $resultoutput = ""; + $resultoutput.= '

                      '.LangUtil::$generalTerms['TYPE'].'

                      '.LangUtil::$generalTerms['TEST'].'

                      Results

                      '.LangUtil::$generalTerms['RANGE'].'

                      Units

                      '.LangUtil::$generalTerms['E_DATE'].'

                      '.LangUtil::$generalTerms['ENTERED_BY'].'

                      '.LangUtil::$generalTerms['VERIFIED_BY'].' / Position

                      '.LangUtil::$generalTerms['SP_STATUS'].'

                      '.$field_name.'

                      '.LangUtil::$generalTerms['RESULT_COMMENTS'].'

                      '; + + $combined_fields =$SYSTEM_PATIENT_FIELDS; + if( $lab_config ) + { + $custom_field_list = $lab_config->getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + $custom_array = array ("p_custom_$custom_field->id" => $custom_field->fieldName); + $combined_fields = array_merge($combined_fields,$custom_array); + + } + } + + + $ordered_fields=Patient::getReportfieldsOrder(); + $column_size=$report_config->rowItems; + if(is_array($ordered_fields)) + { + $ordered=explode(",",$ordered_fields['o_fields']); + $pfields=explode(",",$report_config->patientFields); + $values = getVisibleItems($ordered,$pfields,$combined_fields); + $c=1; + $endlineclass=""; + $endmark = (count($values)- $column_size)-1; + $colspan=0; + for($i=0;$i $endmark ? "tdleftbuttom":"tdleft"; + $output.= ""; + if(($i+1) == count($values)) + { + $colspan = $column_size; + $endlineclass = "tdleftfull"; + } + + $output.= ''; + } + elseif($c >= $column_size && $column_size != 0) + { + $endlineclass = $i > $endmark ? "tdrightbuttom":"tdright"; + //$endlineclass ="tdright"; + $output.= ''; + $output.= ""; + $c=0; + } + else + { + $endlineclass = $i > $endmark ? "tdmidbuttom":"tdmid"; + //$endlineclass ="tdmid"; + $end_tag =""; + if(($i+1) == count($values)) + { + $colspan = ($column_size-$c)+1; + $endlineclass = "tdleftfull"; + $end_tag =''; + } + + $output.= ''; + $output.= $end_tag; + } + $c++; + } + + } + else + { + echo LangUtil::$generalTerms['TIPS_PATIENT_DEMO_ORDER']; + } + for($j=0;$j<=1;$j++) + { + $output.= ''; + for($i=0;$i<$Tablecolumnsize;$i++) + { + $output.= ' '; + } + $output.= ''; + } + + + + print($output); + echo '

                      '.$values[$i].'

                      '.$values[$i].'

                      '.$values[$i].'

                       
                      '; + print($resultoutput); + echo ''; + print (getResultTable()); + //file_put_contents('rtn', $output.'
                      '.$resultoutput.''.getResultTable()); +} +?> + + + + '' ". + "AND t.specimen_id=sp.specimen_id ". + "AND sp.aux_id=$aux_id "; + #allow only verified results + //$query_string .= " and t.verified_by > 0"; + #Taking care of removal tests cases + $query_string .=" AND t.test_id not in (select distinct r_id from removal_record where `status` = 1) "; + $query_string .= "ORDER BY t.date_verified DESC"; + + + $resultset = query_associative_all($query_string, $row_count); + + + if(count($resultset) == 0 || $resultset == null) + + return $retval; + + + + foreach($resultset as $record) { + + $test = Test::getObject($record); + if($test->verifiedBy == 0) + { + continue; + } + + /*if($_SESSION['user_level'] == $LIS_DOCTOR) + { + if($test->verifiedBy == 0) + { + continue; + } + }*/ + + $hide_patient_name = TestType::toHidePatientName($test->testTypeId); + + + + if( $hide_patient_name == 1 ) + + $hidePatientName = 1; + + + + $specimen = get_specimen_by_id($test->specimenId); + + $retval[] = array($test, $specimen, $hide_patient_name); + + } + + return $retval; + +} + + +function getFieldValue($field_id,$previous_daily_num="") +{ + global $patient; + $retval=""; + + switch ($field_id) + { + case 0: + $retval=$patient->getSurrogateId(); + break; + case 1: + $retval=$previous_daily_num; + break; + case 2: + $retval=$patient->getAddlId(); + break; + case 3: + $retval=$patient->sex; + break; + case 4: + $retval=$patient->getAge(); + break; + case 5: + $retval=$patient->getDob(); + break; + case 6: + $retval=$patient->name; + break; + case 7: + break; + case 8: + $retval=$patient->regDate; + break; + case 9: + $retval='
                      '; + break; + case 10: + break; + + default: + $retval="-"; + + } + + return $retval; +} + + +function getFlag($result,$minrange,$maxrang) +{ + //echo '['.$result.'] ('.$minrange.' - '.$maxrang.')
                      '; + if(empty($minrange) || empty($maxrang)) + { + return ''.$result.''; + + } + + + $result = (float) $result; + $minrange = (float) $minrange; + $maxrang = (float) $maxrang; + + if($result < $minrange) + { + return 'L '.$result.''; + } + else if( $result > $maxrang) + { + return 'H '.$result.''; + + } + else + { + return ''.$result.''; + } +} + +function resetColor() +{ + echo ''; +} + +function getVisibleItems($ordered,$pfields,$combined_fields) +{ + global $test_verified_date, $ordered_tests,$Aux_id,$lab_receipt_date,$report_config,$physician_same,$previous_physician; + $values = array(); + foreach( $ordered as $field) + { + $value = getValue($field,$pfields,$combined_fields); + if(NULL != $value) + $values[] = $value ; + } + + $values[] = 'Specimen ID: '.$Aux_id; + $values[] = 'Release Date: '.$test_verified_date; + $values[] = 'Lab Receipt Date: '.$lab_receipt_date; + if($report_config->useDoctor == 1 && $physician_same === true) + { + $values[] = ''.LangUtil::$generalTerms['DOCTOR'].': '.$previous_physician; + } + $values[] = 'Ordered Test: '.$ordered_tests; + + return $values; +} + +function getValue($field,$pfields,$combined_fields) +{ + global $report_config,$lab_config,$previous_daily_num; + global $patient; + + $rtnval = NULL; + $pid=explode("_",$field); + if(!stristr($field,"custom")) + { + + if($pfields[$pid[2]]== 1) + { + $rtnval = ''.LangUtil::$generalTerms[$combined_fields[$field]].': '; + $rtnval.= getFieldValue($pid[2],$previous_daily_num); + + } + } + else + { + if(in_array($pid[2], $report_config->patientCustomFields)) + { + + $rtnval = ''.$combined_fields[$field].': '; + + $custom_data = get_custom_data_patient_bytype($patient->patientId, $pid[2]); + if($custom_data == null) + { + $rtnval.= "-"; + } + else + { + $field_value = $custom_data->getFieldValueString($lab_config->id, 2); + if(trim($field_value) == "") + $field_value = "-"; + $rtnval.= $field_value; + } + } + } + + return $rtnval; +} + +function getOrderedTest($record_list) +{ + $tests =""; + foreach($record_list as $record) + { + $test = $record[0]; + $test_type = TestType::getById($test->testTypeId); + + if(empty($tests)) + { + $tests =$test_type->name; + } + else + { + $tests.= ', '.$test_type->name; + } + } + + return $tests; +} + +function getResultTable() +{ + global $record_list,$rem_specs,$Tablecolumnsize,$report_config,$patient,$lab_config; + $rtn=''; + foreach($record_list as $value) + { + + $test = $value[0]; + if(in_array($test->specimenId, $rem_specs)) + { + continue; + } + $specimen = $value[1]; + $id=$test->testTypeId; + $clinical_data=get_clinical_data_by_id($test->testTypeId); + $rtn.= ''; + if($report_config->useSpecimenName == 1) + { + $rtn.= '"; + } + if($report_config->useTestName == 1) + { + $rtn.= '"; + } + //$Tablecolumnsize-2 + for($i=0;$i<3;$i++) + { + $rtn.= ""; + } + + + //Tie all other values to tests not measures + + if($report_config->useEnteredBy == 1) + { + $rtn.= '"; + } + if($report_config->useVerifiedBy == 1) + { + $rtn.= '"; + } + if($report_config->useStatus == 1) + { + $rtn.= '"; + } + + # Specimen Custom fields here + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + if(in_array($custom_field->id, $report_config->specimenCustomFields)) + { + $rtn.= '"; + } + } + + if($report_config->useRemarks == 1) + { + $rtn.= '"; + } + + $rtn.= ''; + + $measurelist= $test->getMeasureListArray(); + $result_array=$test->getAllResultAsArray(); + $range_list = $test->getRange_UnitsList($patient); + //print_r($measurelist); echo'



                      '; + //print_r($result_array); echo'



                      '; + //print_r($range_list); echo'




                      '; + + for($i=0;$i"; + if(strstr($result_array[$i],"_") != FALSE) + { + $rtn.= '
                      "; + } + else + { + $parts = explode(',',$tmp[0]); + $rtn.= ''; + } + $rtn.= '"; + $rtn.= '"; + if($report_config->useEntryDate == 1) + { + $rtn.= '"; + } + //$Tablecolumnsize-2 + for($tbpart=5;$tbpart<$Tablecolumnsize;$tbpart++) + { + $rtn.= ""; + } + + + + + + $rtn.= ''; + + } + + + } + + $rtn.= ''; + for($i=0;$i<($Tablecolumnsize);$i++) + { + $rtn.= ""; + } + $rtn.= '

                      '.get_specimen_name_by_id($specimen->specimenTypeId)."

                      ♦'.get_test_name_by_id($test->testTypeId)."

                       

                      '; + $rtn.= $test->getEnteredBy(); + $rtn.= "

                      '; + $rtn.= $test->getVerifiedBy(); + $rtn.= "

                      '; + $rtn.= $test->getStatus(); + $rtn.= "

                      '; + $custom_data = get_custom_data_specimen_bytype($specimen->specimenId, $custom_field->id); + if($custom_data == null) + { + $rtn.= "-"; + } + else + { + $field_value = $custom_data->getFieldValueString($lab_config->id, 1); + if($field_value == "" or $field_value == null) + $field_value = "-"; + $rtn.= $field_value; + } + $rtn.= "

                      '; + $rtn.= $test->getComments(); + $rtn.= "

                      '.str_replace("_", "
                      ", $result_array[$i])."

                      '.getFlag($result_array[$i],$parts[0],$parts[1]).'

                      '; + if($test->isPending() === true) + $rtn.= "N/A"; + else + { + $rtn.= str_replace(',',' - ',$tmp[0]); + } + $rtn.= "

                      '.$tmp[1]."

                      '; + if(trim($test->result) == "") + + $rtn.= "-"; + + + + else { + + $ts_parts = explode(" ", $test->timestamp); + + $rtn.= DateLib::mysqlToString($ts_parts[0]); + + } + $rtn.= "

                       
                       
                      '; + + $footerText=explode(";" ,$report_config->footerText); + + $designation=explode(";" ,$report_config->designation); + + $rtn.= ''; + $rtn.= ''; + + for($j=0;$j'; + } + $rtn.= ''; + + for($j=0;$j'; + + } + $rtn.= '
                      '; + return $rtn; +} \ No newline at end of file diff --git a/htdocs/reports/reports_billing.php.bak b/htdocs/reports/reports_billing.php.bak new file mode 100644 index 000000000..d9eb66e30 --- /dev/null +++ b/htdocs/reports/reports_billing.php.bak @@ -0,0 +1,937 @@ +getCurrencyTo()); +} +// Currency Type +if(isset($_REQUEST['CT'])) { + $currencyTo = $_REQUEST['CT']; +} else { + if(!is_null($defaultCurrency)){ + $currencyTo = $defaultCurrency->getCurrencyTo(); + } else { + $currencyTo = $defCurrencyIfnotSet; + } +} +$defaultFlag = 0; +if(!is_null($defaultCurrency)){ +$exchange_rate = currencyConfig::getExchangeRateValue($lab_config_id, $defaultCurrency->getCurrencyTo(), $currencyTo); +} else { +$exchange_rate = 1; +$defaultFlag = 1; +} +if(isset($_REQUEST['yf'])) { + $date_from = $_REQUEST['yf']."-".$_REQUEST['mf']."-".$_REQUEST['df']; + $date_to = $_REQUEST['yt']."-".$_REQUEST['mt']."-".$_REQUEST['dt']; +} else { + $date_from = date("Y-m-d"); + $date_to = $date_from; +} + +$uiinfo = "from=".$date_from."&to=".$date_to."&ip=".$_REQUEST['ip']."&viz=".$_REQUEST['viz']; + +putUILog('reports_testhistory', $uiinfo, basename($_SERVER['REQUEST_URI'], ".php"), 'X', 'X', 'X'); + +// function to draw vis +function draw_visualization($cleaned_result, $cleaned_range){ + global $chart_column_width; + + // start drawing the svgs + $visual_content = ""; + $visual_content .= "
                      "; + $marker_width = 5; + + // use two or three part visualization format + if(strpos($cleaned_range, "<")===0){ + + // draw two part result range + $visual_content .= ""; + $visual_content .= ""; + + // marker for result + $marker_location = parse_result_x($cleaned_result, $cleaned_range); + + if($marker_location==0){ + $marker_width = $chart_column_width/2; + } + }else if(strpos($cleaned_range, ">")===0){ + + // draw two part result range + $visual_content .= ""; + $visual_content .= ""; + + // marker for result + $marker_location = parse_result_x($cleaned_result, $cleaned_range); + + if($marker_location==$chart_column_width/2){ + $marker_width = $chart_column_width/2; + } + }else{ + + // draw three part result range + $visual_content .= ""; + $visual_content .= ""; + $visual_content .= ""; + + // marker for result + $marker_location = parse_result_x($cleaned_result, $cleaned_range); + } + $visual_content .= ""; + $visual_content .= "
                      "; + return $visual_content; +} + +// get visualization result marker location +function parse_result_x($cleaned_result, $cleaned_range){ + $chart_location = 0; + global $chart_column_width; + $cleaned_result_split = explode(": ", $cleaned_result); + + // remove labels for results + if(count($cleaned_result_split)==1){ + $cleaned_result = $cleaned_result_split[0]; + }else{ + $cleaned_result = $cleaned_result_split[1]; + } + + if(preg_match("/[0-9]+min [0-9]+sec/", $cleaned_result)){ + + //result + $split_min = explode("min ", $cleaned_result); + $min = $split_time[0]; + $split_sec = explode("sec", $split_time[1]); + $sec = $split_sec[0]; + $total_seconds = $min*60 + intval($sec); + + //range + $split_range = explode(" min", $cleaned_range); + $split_range_2 = explode("-", $split_range); + $low_range = $split_range_2[0]; + $high_range = $split_range_2[1]; + $full_range = ($high_range - $low_range)*60; + $seconds_offset = $total_seconds - $low_range*60; + $chart_location = ($chart_column_width/4) + ($chart_column_width/2)*($seconds_offset/$full_range); + }else if(preg_match("/[-+]?[0-9]*\.?[0-9]+/", $cleaned_result) && (strpos($cleaned_range, "<")===0 || strpos($cleaned_range, ">")===0)){ + + // have one-sided range, format < 6-, <6- + $split_range = explode(" ", $cleaned_range); + + // < 6- + $numeric_part = ""; + + if(strpos($split_range[1], "-")!==false){ + $numeric_part = $split_range[1]; + }else{ + $split_range_2 = explode("<", $split_range[0]); + $numeric_part = $split_range_2[1]; + } + + // 6- + $full_range_split = explode("-", $numeric_part); + $full_range = $full_range_split[0]; + + // check result format, could be a number, <6, or < 6 + $result_offset = 0; + if(strpos($cleaned_result, "<")===0 || strpos($cleaned_result, ">")===0){ + + // format <6 or < 6 + $result_number_split = explode("<", $cleaned_result); + $result_number = floatval($result_number_split[1]); + + // just place it to 0, when the result is < something, it is in the normal range + $result_offset = 0; + }else{ + $result_offset = floatval($cleaned_result); + } + $chart_location = ($chart_column_width/2)*($result_offset/$full_range); + }else if(preg_match("/[-+]?[0-9]*\.?[0-9]+/", $cleaned_result)){ + + // numeric results with a specified range + $numeric_part_split = explode(" ", $cleaned_range); + $numeric_part = $numeric_part_split[0]; + $numeric_part_range_split = explode("-", $numeric_part); + + $low_range = $numeric_part_range_split[0]; + $high_range = $numeric_part_range_split[1]; + $full_range = ($high_range - $low_range); + + $result_offset = floatval($cleaned_result) - $low_range; + $chart_location =($chart_column_width/4) + ($chart_column_width/2)*($result_offset/$full_range); + } + // to deal with double not being accurate + $chart_location_2 = round($chart_location); + if($chart_location<0){ + $chart_location = 0; + }else if($chart_location_2 >= $chart_column_width){ + $chart_location = $chart_column_width-5; + } + return $chart_location; +} + +// clean results +function clean_result($test, $report_config){ + if(trim($test->result) == "") + $result = ""; + else if($report_config->useMeasures == 1) + $result = $test->decodeResultWithoutMeasures(); + else + $result = $test->decodeResult(); + + // cleaning up results + $result = str_replace(" ", " ", $result); + $result = str_replace("

                      ", ", ", $result); + $result = str_replace("
                      ", ", ", $result); + $result = str_replace("", "", $result); + $result = str_replace("", "", $result); + $result = str_replace(" ,", ",", $result); + + // if $result starts with ", ", remove it + if(substr($result, 0, 2) === ", "){ + $result = substr($result, 2); + } + + // if $result ends with ", ", remove it + if(substr($result, -2) === ", "){ + $result = substr($result, 0, -2); + } + + // populated each measure into an array + $result_array = explode(", ", $result); + return $result_array; +} + +// clean range +function clean_range($test, $report_config, $patient){ + $test_type = TestType::getById($test->testTypeId); + $measure_list = $test_type->getMeasures(); + $range_output = ''; + $loop_count = 0; + foreach($measure_list as $measure) { + $type=$measure->getRangeType(); + if($type==Measure::$RANGE_NUMERIC) { + $range_list_array=$measure->getRangeString($patient); + $lower=$range_list_array[0]; + $upper=$range_list_array[1]; + $unit=$measure->unit; + if(stripos($unit,",")!=false) { + $units=explode(",",$unit); + $lower_parts=explode(".",$lower); + $upper_parts=explode(".",$upper); + if($lower_parts[0]!=0) { + $range_output .= $lower_parts[0]; + $range_output .= $units[0]; + } + if($lower_parts[1]!=0) { + $range_output .= $lower_parts[1]; + $range_output .= $units[1]; + } + $range_output .= "-"; + if($upper_parts[0]!=0) { + $range_output .= $upper_parts[0]; + $range_output .= $units[0]; + } + if($upper_parts[1]!=0) { + $range_output .= $upper_parts[1]; + $range_output .= $units[1]; + } + } else if(stripos($unit,":")!=false) { + $units=explode(":",$unit); + $range_output .= $lower; + $range_output .= $units[0] . "-"; + $range_output .= $upper; + $range_output .= $units[0]; + $range_output .= " ".$units[1]; + } else { + $range_output .= $lower."-". $upper; + $range_output .= " ".$measure->unit; + } + } else { + if($measure->unit=="") + $range_output .= ""; + } + if($loop_count < count($measure_list)-1){ + $range_output .= ", "; + } + $loop_count++; + } + + // put ranges into an array + $range_output_array = explode(", ", $range_output); + return $range_output_array; +} + +// check if the result can be visualized +function is_result_parsable($cleaned_result){ + if(preg_match("/[0-9]+/", $cleaned_result)){ + return true; + } + return false; +} + + +$patient_id = $_REQUEST['patient_id']; + +DbUtil::switchToLabConfig($lab_config_id); + +$lab_config = get_lab_config_by_id($lab_config_id); +$report_id = $REPORT_ID_ARRAY['reports_testhistory.php']; +$report_config = $lab_config->getReportConfig($report_id); +$margin_list = $report_config->margins; + +for($i = 0; $i < count($margin_list); $i++) { + $margin_list[$i] = ($SCREEN_WIDTH * $margin_list[$i] / 100); +} + +?> + + + + + + +enableJQuery(); +$script_elems->enableTableSorter(); +$script_elems->enableDragTable(); +$script_elems->enableLatencyRecord(); +$script_elems->enableEditInPlace(); + +$page_elems = new PageElems(); + +?> + + + + + + + + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + + getDatePickerPlain($name_list, $id_list, $value_list); + ?> + +      + '> + + + + + + +
                      + landscape == false) echo " checked "; + echo " checked "; + ?>>Portrait + + landscape == true) echo " checked "; + ?>>Landscape +
                      +
                         + Currency Type   + + '> + +
                      +    + + + getDatePickerPlain($name_list, $id_list, $value_list); + ?> + +    + Font + + + + + +
                      +
                      +
                      +
                      + +
                      +
                      +    + '> + +    + '> +
                      + +
                      +
                      +
                      + + + +alignment_header;?> +
                      +
                      + + +
                      +
                      +alignment_header;?> +

                      headerText; ?>

                      +

                      +
                      +"; + if($date_from == $date_to) { + echo LangUtil::$generalTerms['DATE'].": ".DateLib::mysqlToString($date_from); + } + else { + echo LangUtil::$generalTerms['FROM_DATE'].": ".DateLib::mysqlToString($date_from); + echo " | "; + echo LangUtil::$generalTerms['TO_DATE'].": ".DateLib::mysqlToString($date_to); + } +} +?> +
                      + +
                      + usePatientName == 1) { + echo $patient->name; + echo "\n";?>
                      useAge == 1) { + echo $patient->getAge(); + echo "\n";?>
                      useGender == 1) { + echo $patient->sex; + echo "\n";?>
                      +
                      + + + usePatientId == 1) { + ?> + + + + + useDailyNum == 1 && $daily_number_same === true) { + ?> + + + + + usePatientRegistrationDate == 1) { + ?> + + + + + usePatientAddlId == 1) { + ?> + + + + + usePatientName == 1) && ($hidePatientName != 1) ) { + ?> + + + + + useAge == 1) { + ?> + + + + + useGender == 1) { + ?> + + + + + useDob == 1) { + ?> + + + + + getPatientCustomFields(); + foreach($custom_field_list as $custom_field) { + if(in_array($custom_field->id, $report_config->patientCustomFields)) { + $field_name = $custom_field->fieldName; + ?> + + "; + echo $field_name; + echo ""; + $custom_data = get_custom_data_patient_bytype($patient->patientId, $custom_field->id); + echo ""; + ?> + + useDoctor == 1 && $physician_same === true) { + ?> + + + + + + +
                      getSurrogateId(); ?>
                      regDate ?>
                      getAddlId(); ?>
                      name; ?>
                      getAge(); ?>
                      sex; ?>
                      getDob(); ?>
                      "; + if($custom_data == null) { + echo "-"; + } + else { + $field_value = $custom_data->getFieldValueString($lab_config->id, 2); + if(trim($field_value) == "") + $field_value = "-"; + echo $field_value; + } + echo "
                      +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      DateTest NameCost
                      getExchangeRate(). " "; + echo format_number_to_money_currencyName(($billing_info['costs'][$i])*$exchange_rate->getExchangeRate(), $currencyTo); ?>
                      BILL TOTALgetExchangeRate(), $currencyTo); ?>
                      + + + +
                      +
                      +
                      +
                      +
                      +
                      + +footerText); +$designation=explode(";" ,$report_config->designation); +$lab_config_id=$_SESSION['lab_config_id']; +?> + + + + + + + + + + + + + + + + +
                      style="font-size:14pt;" >
                      style="font-size:14pt;">
                      style="font-size:14pt;" >
                      +
                      +
                      +
                      +
                      + + \ No newline at end of file diff --git a/htdocs/reports/reports_dailypatients.php b/htdocs/reports/reports_dailypatients.php index 78fbc9ba3..c98c0f866 100644 --- a/htdocs/reports/reports_dailypatients.php +++ b/htdocs/reports/reports_dailypatients.php @@ -30,8 +30,8 @@ //$patient_list = Patient::getByAddDate($date_from); //$patient_list = Patient::getByAddDateRange($date_from, $date_to); -$patient_list = Patient::getReportedByRegDateRange($date_from, $date_to, $lab_section); -$patient_list_U=Patient::getUnReportedByRegDateRange($date_from, $date_to, $lab_section); +$patient_list = Patient::getReportedByRegDateRange($date_from, $date_to, $lab_section,$_REQUEST['cfield'],$_REQUEST['cfield_value']); +$patient_list_U=Patient::getUnReportedByRegDateRange($date_from, $date_to, $lab_section,$_REQUEST['cfield'],$_REQUEST['cfield_value']); $lab_section_name = getTestCatName_by_cat_id($lab_config_id, $lab_section); //$patient_list = Patient::getByRegDateRange($date_from, $date_to); @@ -117,6 +117,16 @@ function print_content(div_id) echo " | "; echo LangUtil::$generalTerms['TO_DATE'].": ".DateLib::mysqlToString($date_to); } + echo '
                      '; + if($_REQUEST['cfield_value']) { + $custom_field = get_custom_fields_patient_by_id(substr($_REQUEST['cfield'],2)); + echo $custom_field->fieldName; + echo " : "; + + $custom_name =$_REQUEST['cfield_value']; + echo $custom_name; + echo "|"; + } ?> diff --git a/htdocs/reports/reports_dailyspecimens.php b/htdocs/reports/reports_dailyspecimens.php index b9e3a167d..fe28da52f 100644 --- a/htdocs/reports/reports_dailyspecimens.php +++ b/htdocs/reports/reports_dailyspecimens.php @@ -14,40 +14,56 @@ function get_records_to_print($lab_config, $test_type_id, $date_from, $date_to) $saved_db = DbUtil::switchToLabConfig($lab_config->id); $retval = array(); + $cfield = $_REQUEST['cfield']; + $cfield_value = $_REQUEST['cfield_value']; + $ctable = ""; + $cus_toadd =""; + if(substr($cfield,0,2) == "s_") + { + $ctable = ",specimen_custom_data"; + $cfield = substr($cfield,2); + $cus_toadd ="AND (specimen_custom_data.specimen_id=t.specimen_id and field_id = $cfield and field_value='$cfield_value')"; + + } + + if(isset($_REQUEST['p']) && $_REQUEST['p'] ==1) { $query_string = - "SELECT * FROM test WHERE test_type_id=$test_type_id ". + "SELECT * FROM test t $ctable WHERE test_type_id=$test_type_id ". "AND result LIKE '' ". - "AND specimen_id IN ( ". + "AND t.specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE (date_collected BETWEEN '$date_from' AND '$date_to') ". - ")"; + ") $cus_toadd "; } else if(isset($_REQUEST['ip']) && $_REQUEST['ip'] == 0) { $query_string = - "SELECT * FROM test WHERE test_type_id=$test_type_id ". + "SELECT * FROM test t $ctable WHERE test_type_id=$test_type_id ". "AND result <> '' ". - "AND specimen_id IN ( ". + "AND t.specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE (date_collected BETWEEN '$date_from' AND '$date_to') ". - ")"; + ") $cus_toadd "; } else { $query_string = - "SELECT * FROM test WHERE test_type_id=$test_type_id ". + "SELECT * FROM test t $ctable WHERE test_type_id=$test_type_id ". //"AND result <> '' ". - "AND specimen_id IN ( ". + "AND t.specimen_id IN ( ". "SELECT specimen_id FROM specimen ". "WHERE (date_collected BETWEEN '$date_from' AND '$date_to') ". - ")"; + ") $cus_toadd "; } + + + //echo $query_string; $resultset = query_associative_all($query_string, $row_count); foreach($resultset as $record) @@ -125,13 +141,15 @@ function report_fetch() var l=; var cat_code=; var ttype=; + var cfield=''; + var cfield_value=''; var ip = 0; var p=0; if($('#ip').is(":checked")) ip = 1; if($('#p').is(":checked")) p = 1; - var url = "reports_dailyspecimens.php?yt="+yt+"&mt="+mt+"&dt="+dt+"&yf="+yf+"&mf="+mf+"&df="+df+"&l="+l+"&c="+cat_code+"&t="+ttype+"&ip="+ip+"&p="+p; + var url = "reports_dailyspecimens.php?yt="+yt+"&mt="+mt+"&dt="+dt+"&yf="+yf+"&mf="+mf+"&df="+df+"&l="+l+"&c="+cat_code+"&t="+ttype+"&ip="+ip+"&p="+p+"&cfield="+cfield+"&cfield_value="+cfield_value; window.open(url); } @@ -238,8 +256,17 @@ function print_content(div_id) echo $test_name; } - - +?> + |fieldName; + echo ":"; + + $custom_name =$_REQUEST['cfield_value']; + echo $custom_name; + echo "|"; + } if(count($test_types) == 0) { diff --git a/htdocs/reports/reports_specimencount_grouped.php b/htdocs/reports/reports_specimencount_grouped.php index 6b4de8a0b..2223a3fc3 100644 --- a/htdocs/reports/reports_specimencount_grouped.php +++ b/htdocs/reports/reports_specimencount_grouped.php @@ -180,8 +180,8 @@ function print_content(div_id) id); + # Fetching specimen IDs but keeping the variables similar to reports_testcount_grouped.php + $test_type_list = get_lab_config_specimen_types($lab_config->id); //$test_type_list = get_lab_config_test_types($lab_config->id); // to get test type ids $saved_db = DbUtil::switchToLabConfig($lab_config->id); $tests_done_list = array(); @@ -216,12 +216,12 @@ function print_content(div_id) $count_female_p_total = 0; foreach($age_slot_list as $age_slot) { - - $age_from = intval(trim($age_slot[0])); + //I have to cate for days and months as well + $age_from = trim($age_slot[0]); if(trim($age_slot[1]) == "+") - $age_to = 100; + $age_to = 200; else - $age_to = intval(trim($age_slot[1])); + $age_to = trim($age_slot[1]); if($byGender == 1) { diff --git a/htdocs/reports/reports_testcount_grouped.php b/htdocs/reports/reports_testcount_grouped.php index 020c8aa8c..68f6ea7ee 100644 --- a/htdocs/reports/reports_testcount_grouped.php +++ b/htdocs/reports/reports_testcount_grouped.php @@ -1,4 +1,6 @@ enableJQuery(); +$script_elems->enableJQueryForm(); +$script_elems->enableFacebox(); + ?> + + + \ No newline at end of file diff --git a/htdocs/reports/reports_testhistory.php b/htdocs/reports/reports_testhistory.php index 5b4bdbe7d..9b4cb11b6 100644 --- a/htdocs/reports/reports_testhistory.php +++ b/htdocs/reports/reports_testhistory.php @@ -1 +1,3288 @@ -"; $marker_width = 5; // use two or three part visualization format if(strpos($cleaned_range, "<")===0){ // draw two part result range $visual_content .= ""; $visual_content .= ""; // marker for result $marker_location = parse_result_x($cleaned_result, $cleaned_range); if($marker_location==0){ $marker_width = $chart_column_width/2; } }else if(strpos($cleaned_range, ">")===0){ // draw two part result range $visual_content .= ""; $visual_content .= ""; // marker for result $marker_location = parse_result_x($cleaned_result, $cleaned_range); if($marker_location==$chart_column_width/2){ $marker_width = $chart_column_width/2; } }else{ // draw three part result range $visual_content .= ""; $visual_content .= ""; $visual_content .= ""; // marker for result $marker_location = parse_result_x($cleaned_result, $cleaned_range); } $visual_content .= ""; $visual_content .= "
                      "; return $visual_content; } // get visualization result marker location function parse_result_x($cleaned_result, $cleaned_range){ $chart_location = 0; global $chart_column_width; $cleaned_result_split = explode(": ", $cleaned_result); // remove labels for results if(count($cleaned_result_split)==1){ $cleaned_result = $cleaned_result_split[0]; }else{ $cleaned_result = $cleaned_result_split[1]; } if(preg_match("/[0-9]+min [0-9]+sec/", $cleaned_result)){ //result $split_min = explode("min ", $cleaned_result); $min = $split_time[0]; $split_sec = explode("sec", $split_time[1]); $sec = $split_sec[0]; $total_seconds = $min*60 + intval($sec); //range $split_range = explode(" min", $cleaned_range); $split_range_2 = explode("-", $split_range); $low_range = $split_range_2[0]; $high_range = $split_range_2[1]; $full_range = ($high_range - $low_range)*60; $seconds_offset = $total_seconds - $low_range*60; $chart_location = ($chart_column_width/4) + ($chart_column_width/2)*($seconds_offset/$full_range); }else if(preg_match("/[-+]?[0-9]*\.?[0-9]+/", $cleaned_result) && (strpos($cleaned_range, "<")===0 || strpos($cleaned_range, ">")===0)){ // have one-sided range, format < 6-, <6- $split_range = explode(" ", $cleaned_range); // < 6- $numeric_part = ""; if(strpos($split_range[1], "-")!==false){ $numeric_part = $split_range[1]; }else{ $split_range_2 = explode("<", $split_range[0]); $numeric_part = $split_range_2[1]; } // 6- $full_range_split = explode("-", $numeric_part); $full_range = $full_range_split[0]; // check result format, could be a number, <6, or < 6 $result_offset = 0; if(strpos($cleaned_result, "<")===0 || strpos($cleaned_result, ">")===0){ // format <6 or < 6 $result_number_split = explode("<", $cleaned_result); $result_number = floatval($result_number_split[1]); // just place it to 0, when the result is < something, it is in the normal range $result_offset = 0; }else{ $result_offset = floatval($cleaned_result); } $chart_location = ($chart_column_width/2)*($result_offset/$full_range); }else if(preg_match("/[-+]?[0-9]*\.?[0-9]+/", $cleaned_result)){ // numeric results with a specified range $numeric_part_split = explode(" ", $cleaned_range); $numeric_part = $numeric_part_split[0]; $numeric_part_range_split = explode("-", $numeric_part); $low_range = $numeric_part_range_split[0]; $high_range = $numeric_part_range_split[1]; $full_range = ($high_range - $low_range); $result_offset = floatval($cleaned_result) - $low_range; $chart_location =($chart_column_width/4) + ($chart_column_width/2)*($result_offset/$full_range); } // to deal with double not being accurate $chart_location_2 = round($chart_location); if($chart_location<0){ $chart_location = 0; }else if($chart_location_2 >= $chart_column_width){ $chart_location = $chart_column_width-5; } return $chart_location; } // clean results function clean_result($test, $report_config){ if(trim($test->result) == "") $result = ""; else if($report_config->useMeasures == 1) $result = $test->decodeResultWithoutMeasures(); else $result = $test->decodeResult(); // cleaning up results $result = str_replace(" ", " ", $result); $result = str_replace("

                      ", ", ", $result); $result = str_replace("
                      ", ", ", $result); $result = str_replace("", "", $result); $result = str_replace("", "", $result); $result = str_replace(" ,", ",", $result); // if $result starts with ", ", remove it if(substr($result, 0, 2) === ", "){ $result = substr($result, 2); } // if $result ends with ", ", remove it if(substr($result, -2) === ", "){ $result = substr($result, 0, -2); } // populated each measure into an array $result_array = explode(", ", $result); return $result_array; } // clean range function clean_range($test, $report_config, $patient){ $test_type = TestType::getById($test->testTypeId); $measure_list = $test_type->getMeasures(); $range_output = ''; $loop_count = 0; foreach($measure_list as $measure) { $type=$measure->getRangeType(); if($type==Measure::$RANGE_NUMERIC) { $range_list_array=$measure->getRangeString($patient); $lower=$range_list_array[0]; $upper=$range_list_array[1]; $unit=$measure->unit; if(stripos($unit,",")!=false) { $units=explode(",",$unit); $lower_parts=explode(".",$lower); $upper_parts=explode(".",$upper); if($lower_parts[0]!=0) { $range_output .= $lower_parts[0]; $range_output .= $units[0]; } if($lower_parts[1]!=0) { $range_output .= $lower_parts[1]; $range_output .= $units[1]; } $range_output .= "-"; if($upper_parts[0]!=0) { $range_output .= $upper_parts[0]; $range_output .= $units[0]; } if($upper_parts[1]!=0) { $range_output .= $upper_parts[1]; $range_output .= $units[1]; } } else if(stripos($unit,":")!=false) { $units=explode(":",$unit); $range_output .= $lower; $range_output .= $units[0] . "-"; $range_output .= $upper; $range_output .= $units[0]; $range_output .= " ".$units[1]; } else { $range_output .= $lower."-". $upper; $range_output .= " ".$measure->unit; } } else { if($measure->unit=="") $range_output .= ""; } if($loop_count < count($measure_list)-1){ $range_output .= ", "; } $loop_count++; } // put ranges into an array $range_output_array = explode(", ", $range_output); return $range_output_array; } // check if the result can be visualized function is_result_parsable($cleaned_result){ if(preg_match("/[0-9]+/", $cleaned_result)){ return true; } return false; } # Helper function to fetch test history records function get_records_to_print($lab_config, $patient_id) { global $date_from, $date_to; $retval = array(); if(isset($_REQUEST['ip']) && $_REQUEST['ip'] == 0) { # Do not include pending tests $labsection = 0; if(isset($_REQUEST['labsection'])){ $labsection = $_REQUEST['labsection']; } if($labsection == 0){ $query_string = "SELECT t.* FROM test t, specimen sp ". "WHERE t.result <> '' ". "AND t.specimen_id=sp.specimen_id ". "AND sp.patient_id=$patient_id "; } else { $query_string ="SELECT distinct t.* FROM test t, specimen sp, test_type tt, test_category tc ". "WHERE t.specimen_id=sp.specimen_id ". "AND t.result <> '' ". "AND sp.patient_id=$patient_id ". "AND t.test_type_id = tt.test_type_id ". "AND tt.test_type_id in (select test_type_id from test_type where test_category_id = $labsection)"; } if(isset($_REQUEST['yf'])) $query_string .= "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to') "; $query_string .= "ORDER BY sp.date_collected DESC"; } else { # Include pending tests $labsection = 0; if(isset($_REQUEST['labsection'])){ $labsection = $_REQUEST['labsection']; } if($labsection == 0){ $query_string = "SELECT t.* FROM test t, specimen sp ". "WHERE t.specimen_id=sp.specimen_id ". "AND sp.patient_id=$patient_id "; } else { $query_string ="SELECT distinct t.* FROM test t, specimen sp, test_type tt, test_category tc ". "WHERE t.specimen_id=sp.specimen_id ". "AND sp.patient_id=$patient_id ". "AND t.test_type_id = tt.test_type_id ". "AND tt.test_type_id in (select test_type_id from test_type where test_category_id = $labsection)"; } if(isset($_REQUEST['yf'])) $query_string .= "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to') "; $query_string .= "ORDER BY sp.date_collected DESC"; } $resultset = query_associative_all($query_string, $row_count); //echo count($resultset); if(count($resultset) == 0 || $resultset == null) return $retval; foreach($resultset as $record) { $test = Test::getObject($record); $hide_patient_name = TestType::toHidePatientName($test->testTypeId); if( $hide_patient_name == 1 ) $hidePatientName = 1; $specimen = get_specimen_by_id($test->specimenId); $retval[] = array($test, $specimen, $hide_patient_name); } return $retval; } $lab_config_id = $_REQUEST['location']; $patient_id = $_REQUEST['patient_id']; DbUtil::switchToLabConfig($lab_config_id); $lab_config = get_lab_config_by_id($lab_config_id); $report_id = $REPORT_ID_ARRAY['reports_testhistory.php']; $report_config = $lab_config->getReportConfig($report_id); $margin_list = $report_config->margins; $userrr = get_user_by_id($_SESSION['user_id']); if(is_country_dir($userrr) || is_super_admin($userrr)) { $code_type = 0; $bar_width = 0; $bar_height = 0; $font_size = 0; $printPatientBarcode = 0; } else { $barcodeSettings = get_lab_config_settings_barcode(); // print_r($barcodeSettings); $code_type = $barcodeSettings['type']; //"code39"; $bar_width = $barcodeSettings['width']; //2; $bar_height = $barcodeSettings['height']; //40; $font_size = $barcodeSettings['textsize']; //11; $printPatientBarcode = patientReportBarcodeCheck(); } for($i = 0; $i < count($margin_list); $i++) { $margin_list[$i] = ($SCREEN_WIDTH * $margin_list[$i] / 100); } ?> enableJQuery(); $script_elems->enableTableSorter(); $script_elems->enableDragTable(); $script_elems->enableLatencyRecord(); $script_elems->enableEditInPlace(); $page_elems = new PageElems(); ?>
                      getDatePickerPlain($name_list, $id_list, $value_list); ?>      '>
                      landscape == false) echo " checked "; echo " checked "; ?>>Portrait landscape == true) echo " checked "; ?>>Landscape

                      '>
                         getDatePickerPlain($name_list, $id_list, $value_list); ?>    Font


                         '>    '>

                      alignment_header;?>
                      alignment_header;?>

                      headerText; ?>

                      titleText; ?>

                      "; if($date_from == $date_to) { echo LangUtil::$generalTerms['DATE'].": ".DateLib::mysqlToString($date_from); } else { echo LangUtil::$generalTerms['FROM_DATE'].": ".DateLib::mysqlToString($date_from); echo " | "; echo LangUtil::$generalTerms['TO_DATE'].": ".DateLib::mysqlToString($date_to); } } ?>
                      specimenId, $rem_specs)) { continue; } if( $hidePatientName == 0) $hidePatientName = $value[2]; if($record_count != 0) { if(strcasecmp($previous_physician, $specimen->getDoctor()) != 0) { $physician_same = false; } if(strcasecmp($previous_daily_num, $specimen->getDailyNumFull()) != 0) { $daily_number_same = false; } if($test->isPending() === true) { $all_tests_completed = false; } if($physician_same === false && $daily_number_same === false && $all_tests_completed === false) break; } $previous_physician = $specimen->getDoctor(); $previous_daily_num = $specimen->getDailyNumFull(); $record_count++; } } ?>
                      usePatientName == 1) { echo $patient->name; echo "\n";?>
                      useAge == 1) { echo $patient->getAge(); echo "\n";?>
                      useGender == 1) { echo $patient->sex; echo "\n";?>

                      getPatientCustomFields(); foreach($custom_field_list as $custom_field) { $custom_array = array ("p_custom_$custom_field->id" => $custom_field->fieldName); $combined_fields = array_merge($combined_fields,$custom_array); } } $ordered_fields=Patient::getReportfieldsOrder(); $column_size=$report_config->rowItems; if(is_array($ordered_fields)) { $ordered=explode(",",$ordered_fields['o_fields']); $pfields=explode(",",$report_config->patientFields); $c=0; foreach( $ordered as $field) { if($c == 0) echo ""; $c++; /*if($c == 0) { echo ""; $c=1; } else { $c++; if($c >= $column_size) $c=0; }*/ $pid=explode("_",$field); if(!stristr($field,"custom")) { if($pfields[$pid[2]]== 1) { ?> patientCustomFields)) { ?> = $column_size && $column_size != 0) { echo ""; $c=0; } } } else { echo LangUtil::$generalTerms['TIPS_PATIENT_DEMO_ORDER']; } ?> useDoctor == 1 && $physician_same === true) { ?>
                      patientId, $pid[2]); if($custom_data == null) { echo "-"; } else { $field_value = $custom_data->getFieldValueString($lab_config->id, 2); if(trim($field_value) == "") $field_value = "-"; echo $field_value; } ?>

                      useSpecimenAddlId != 0) { echo ""; } if($report_config->useDailyNum == 1 && $daily_number_same === false) { echo ""; } if($report_config->useSpecimenName == 1) { echo ""; } if($report_config->useDateRecvd == 1) { echo ""; } # Specimen Custom fields headers here $custom_field_list = $lab_config->getSpecimenCustomFields(); foreach($custom_field_list as $custom_field) { $field_name = $custom_field->fieldName; $field_id = $custom_field->id; if(in_array($field_id, $report_config->specimenCustomFields)) { echo ""; } } if($report_config->useTestName == 1) { echo ""; } if($report_config->useComments == 1) { echo ""; } if($report_config->useReferredTo == 1) { echo ""; } if($report_config->useRequesterName == 1) { echo ""; } if($report_config->useDoctor == 1 && $physician_same === false) { echo ""; } if($report_config->useMeasures == 1) echo ""; if($report_config->useResults == 1) echo ""; if($report_config->useRange == 1) echo ""; if($report_config->useEntryDate == 1) { echo ""; } if($report_config->useRemarks == 1) { echo ""; } if($report_config->useEnteredBy == 1) { echo ""; } if($report_config->useVerifiedBy == 1) { echo ""; } if($report_config->useStatus == 1 && $all_tests_completed === false) { echo ""; } // add visualization title column if($view_viz == 1) { echo ""; } ?> specimenId, $rem_specs)) { continue; } $specimen = $value[1]; $id=$test->testTypeId; $clinical_data=get_clinical_data_by_id($test->testTypeId) ?> useSpecimenAddlId != 0) { echo ""; } if($clinical_data!='') { $data_list[$id]=$clinical_data; } if($report_config->useDailyNum == 1 && $daily_number_same === false) { echo ""; } if($report_config->useSpecimenName == 1) { echo ""; } if($report_config->useDateRecvd == 1) { echo ""; } # Specimen Custom fields here $custom_field_list = $lab_config->getSpecimenCustomFields(); foreach($custom_field_list as $custom_field) { if(in_array($custom_field->id, $report_config->specimenCustomFields)) { echo ""; } } if($report_config->useTestName == 1) { echo ""; } if($report_config->useComments == 1) { echo ""; } if($report_config->useReferredTo == 1) { echo ""; } if($report_config->useRequesterName == 1) { echo ""; } if($report_config->useDoctor == 1 && $physician_same === false) { $doc=$specimen->getDoctor(); echo ""; } if($report_config->useMeasures == 1) { echo ""; } if($report_config->useResults == 1) { echo ""; } if($report_config->useRange == 1) { echo ""; } if($report_config->useEntryDate == 1) { echo ""; } if($report_config->useRemarks == 1) { echo ""; } if($report_config->useEnteredBy == 1) { echo ""; } if($report_config->useVerifiedBy == 1) { echo ""; } if($report_config->useStatus == 1 && $all_tests_completed === false) { echo ""; } // Add visualization column if($view_viz == 1) { echo ""; } ?>
                      ".LangUtil::$generalTerms['SPECIMEN_ID']."".LangUtil::$generalTerms['PATIENT_DAILYNUM']."".LangUtil::$generalTerms['TYPE']."".LangUtil::$generalTerms['R_DATE']."".$field_name."".LangUtil::$generalTerms['TEST']; echo "".LangUtil::$generalTerms['COMMENTS']."".LangUtil::$generalTerms['REF_TO'].""."Referring Institution"."".LangUtil::$generalTerms['DOCTOR']."".LangUtil::$generalTerms['MEASURES']."".LangUtil::$generalTerms['RESULTS']."".LangUtil::$generalTerms['RANGE']."".LangUtil::$generalTerms['E_DATE']."".LangUtil::$generalTerms['RESULT_COMMENTS']."".LangUtil::$generalTerms['ENTERED_BY']."".LangUtil::$generalTerms['VERIFIED_BY']." / Position ".LangUtil::$generalTerms['SP_STATUS']."Visualized Results
                      "; $specimen->getAuxId(); echo "".$specimen->getDailyNum()."".get_specimen_name_by_id($specimen->specimenTypeId)."".DateLib::mysqlToString($specimen->dateRecvd).""; $custom_data = get_custom_data_specimen_bytype($specimen->specimenId, $custom_field->id); if($custom_data == null) { echo "-"; } else { $field_value = $custom_data->getFieldValueString($lab_config->id, 1); if($field_value == "" or $field_value == null) $field_value = "-"; echo $field_value; } echo "".get_test_name_by_id($test->testTypeId).""; echo $specimen->getComments(); echo "".$specimen->getReferredToName()."".$lab_config->name."".$doc.""; echo $test->getMeasureList(); echo ""; if(trim($test->result) == "") echo LangUtil::$generalTerms['PENDING_RESULTS']; else if($report_config->useMeasures == 1) echo $test->decodeResultWithoutMeasures(); else echo $test->decodeResult(); echo ""; if($test->isPending() === true) echo "N/A"; else { $test_type = TestType::getById($test->testTypeId); $measure_list = $test_type->getMeasures(); $submeasure_list = array(); $comb_measure_list = array(); // print_r($measure_list); foreach($measure_list as $measure) { $submeasure_list = $measure->getSubmeasuresAsObj(); //echo "
                      ".count($submeasure_list); //print_r($submeasure_list); $submeasure_count = count($submeasure_list); if($measure->checkIfSubmeasure() == 1) { continue; } if($submeasure_count == 0) { array_push($comb_measure_list, $measure); } else { array_push($comb_measure_list, $measure); foreach($submeasure_list as $submeasure) array_push($comb_measure_list, $submeasure); } } $measure_list = $comb_measure_list; foreach($measure_list as $measure) { echo "
                      "; $type=$measure->getRangeType(); if($type==Measure::$RANGE_NUMERIC) { $range_list_array=$measure->getRangeString($patient); $lower=$range_list_array[0]; $upper=$range_list_array[1]; $unit=$measure->unit; if(stripos($unit,",")!=false) { echo "("; $units=explode(",",$unit); $lower_parts=explode(".",$lower); $upper_parts=explode(".",$upper); if($lower_parts[0]!=0) { echo $lower_parts[0]; echo $units[0]; } if($lower_parts[1]!=0) { echo $lower_parts[1]; echo $units[1]; } echo " - "; if($upper_parts[0]!=0) { echo $upper_parts[0]; echo $units[0]; } if($upper_parts[1]!=0) { echo $upper_parts[1]; echo $units[1]; } echo ")"; } else if(stripos($unit,":")!=false) { $units=explode(":",$unit); echo "("; echo $lower; ?> - -unit; }?>    unit=="") $measure->unit="-"; echo "   ". $measure->unit; } echo "
                      "; } } echo "
                      "; if(trim($test->result) == "") echo "-"; else { $ts_parts = explode(" ", $test->timestamp); echo DateLib::mysqlToString($ts_parts[0]); } echo "".$test->getComments()."".$test->getEnteredBy()."".$test->getVerifiedBy()." / ".$test->getVerifierPosition()."".$test->getStatus().""; $cleaned_result_array = clean_result($test, $report_config); $cleaned_range_array = clean_range($test, $report_config, $patient); for($i=0; $i"; $parsable_result = is_result_parsable($cleaned_result_array[$i]); if($cleaned_result_array[$i]==""){ // pending test echo "Pending"; echo "
                      "; }else if ($cleaned_range_array[$i]=="" || !$parsable_result){ echo "Result cannot be visualized"; echo "
                      "; }else{ // draw visualization $visualized_results = draw_visualization($cleaned_result_array[$i], $cleaned_range_array[$i]); echo $visualized_results; //echo $visualized_results.$cleaned_result_array[$i]." | ".$cleaned_range_array[$i]; } } echo "


                      useClinicalData == 1) { if(count($data_list)==1&&count(record_list)==1) { ?> Clinical Data: $value) { if(stripos($value,"!#!")===0) { $data=substr($value,3); $dat=explode("%%%",$value); $text=substr($dat[0],3); $table=$dat[1]; } else if(stripos($value,"%%%")===0) { $text=""; $table=substr($value,3); } else { $text=$value;//substr($value,3); $table=""; } if($text!="") echo $text; if($table!="") { $contents=explode("###",$table); $name_array=$contents[0]; $value_array=$contents[1]; $name=explode(",",$name_array); $value=explode(",",$value_array); } ?>


                      0 ) { $bullet=1; foreach($data_list as $key=>$value) { echo $bullet++ ?>). Test Name:
                      Clinical Data:


                      specimenId, $rem_specs)) { continue; } $specimen = $value[1]; $id=$test->testTypeId; $clinical_data=get_clinical_data_by_id($test->testTypeId); ?> useSpecimenName == 1) { echo "

                      "; echo LangUtil::$generalTerms['TYPE']." - "; echo get_specimen_name_by_id($specimen->specimenTypeId)."

                      "; } if($report_config->useTestName == 1) { echo "

                      "; echo LangUtil::$generalTerms['TEST']." - "; echo get_test_name_by_id($test->testTypeId)."

                      "; } if($report_config->useSpecimenAddlId != 0) { echo LangUtil::$generalTerms['SPECIMEN_ID']." - "; echo $specimen->getAuxId(); echo "
                      "; } if($clinical_data!='') { $data_list[$id]=$clinical_data; } if($report_config->useDailyNum == 1 && $daily_number_same === false) { echo LangUtil::$generalTerms['PATIENT_DAILYNUM']." - "; echo $specimen->getDailyNum()."
                      "; } if($report_config->useDateRecvd == 1) { echo LangUtil::$generalTerms['R_DATE']." - "; echo DateLib::mysqlToString($specimen->dateRecvd)."
                      "; } # Specimen Custom fields headers here $custom_field_list = $lab_config->getSpecimenCustomFields(); foreach($custom_field_list as $custom_field) { $field_name = $custom_field->fieldName; $field_id = $custom_field->id; if(in_array($field_id, $report_config->specimenCustomFields)) { echo $field_name; } } # Specimen Custom fields here $custom_field_list = $lab_config->getSpecimenCustomFields(); foreach($custom_field_list as $custom_field) { if(in_array($custom_field->id, $report_config->specimenCustomFields)) { echo "
                      "; $custom_data = get_custom_data_specimen_bytype($specimen->specimenId, $custom_field->id); if($custom_data == null) { echo "-"; } else { $field_value = $custom_data->getFieldValueString($lab_config->id, 1); if($field_value == "" or $field_value == null) $field_value = "-"; echo $field_value; } echo "
                      "; } } if($report_config->useComments == 1) { echo LangUtil::$generalTerms['COMMENTS']." - "; echo $specimen->getComments()."
                      "; } if($report_config->useReferredTo == 1) { echo LangUtil::$generalTerms['REF_TO']." - "; echo $specimen->getReferredToName()."
                      "; } if($report_config->useDoctor == 1 && $physician_same === false) { echo LangUtil::$generalTerms['DOCTOR']." - "; $doc=$specimen->getDoctor(); echo $doc."
                      "; } if($report_config->useMeasures == 1) echo LangUtil::$generalTerms['MEASURES']."
                      "; if($report_config->useResults == 1) { echo LangUtil::$generalTerms['RESULTS']."
                      "; if(trim($test->result) == "") { echo LangUtil::$generalTerms['PENDING_RESULTS']; } else if($report_config->useMeasures == 1) { echo $test->decodeResultWithoutMeasures(); } else //NC3065 echo $test->decodeResult(); //echo $test->decodeResults(); //NC3065 echo "
                      "; } if($report_config->useEntryDate == 1) { echo LangUtil::$generalTerms['E_DATE']." - "; if(trim($test->result) == "") echo "-"; else { $ts_parts = explode(" ", $test->timestamp); echo DateLib::mysqlToString($ts_parts[0]); } echo "
                      "; } if($report_config->useRemarks == 1) { echo LangUtil::$generalTerms['RESULT_COMMENTS']." - "; echo $test->getComments()."
                      "; } if($report_config->useEnteredBy == 1) { echo LangUtil::$generalTerms['ENTERED_BY']." - "; echo $test->getEnteredBy()."
                      "; } if($report_config->useVerifiedBy == 1) { echo LangUtil::$generalTerms['VERIFIED_BY']." - "; echo $test->getVerifiedBy()."
                      "; } if($report_config->useStatus == 1 && $all_tests_completed === false) { echo LangUtil::$generalTerms['SP_STATUS']." - "; echo $test->getStatus()."
                      "; } } ?>

                      useClinicalData == 1) { if(count($data_list)==1&&count(record_list)==1) { ?> Clinical Data: $value) { if( stripos($value,"!#!")===0 ) { $data=substr($value,3); $dat=explode("%%%",$value); $text=substr($dat[0],3); $table=$dat[1]; } else if(stripos($value,"%%%")===0) { $text=""; $table=substr($value,3); } else { $text=$value;//substr($value,3); $table=""; } if($text!="") echo $text; if($table!="") { $contents=explode("###",$table); $name_array=$contents[0]; $value_array=$contents[1]; $name=explode(",",$name_array); $value=explode(",",$value_array); } ?>


                      $value) { echo $bullet++ ?>). Test Name:
                      Clinical Data:


                      dateCollected); $earliest_collection_parts = explode("-", $earliest_specimen->dateCollected); if(!isset($_REQUEST['yf'])) { ?>
                      footerText); $designation=explode(";" ,$report_config->designation); $lab_config_id=$_SESSION['lab_config_id']; ?> getSurrogateId(); break; case 1: $retval=$previous_daily_num; break; case 2: $retval=$patient->getAddlId(); break; case 3: $retval=$patient->sex; break; case 4: $retval=$patient->getAge(); break; case 5: $retval=$patient->getDob(); break; case 6: $retval=$patient->name; break; case 7: break; case 8: $retval=$patient->regDate; break; case 9: $retval='
                      '; break; case 10: break; default: $retval="-"; } return $retval; } ?>
                      style="font-size:14pt;" >
                      style="font-size:14pt;">
                      style="font-size:14pt;" >
                      \ No newline at end of file +"; + + $marker_width = 5; + + + + // use two or three part visualization format + + if(strpos($cleaned_range, "<")===0){ + + // draw two part result range + + $visual_content .= ""; + + $visual_content .= ""; + + + + // marker for result + + $marker_location = parse_result_x($cleaned_result, $cleaned_range); + + + + if($marker_location==0){ + + $marker_width = $chart_column_width/2; + + } + + + + }else if(strpos($cleaned_range, ">")===0){ + + // draw two part result range + + $visual_content .= ""; + + $visual_content .= ""; + + + + // marker for result + + $marker_location = parse_result_x($cleaned_result, $cleaned_range); + + + + if($marker_location==$chart_column_width/2){ + + $marker_width = $chart_column_width/2; + + } + + + + }else{ + + // draw three part result range + + $visual_content .= ""; + + $visual_content .= ""; + + $visual_content .= ""; + + + + // marker for result + + $marker_location = parse_result_x($cleaned_result, $cleaned_range); + + } + + + + $visual_content .= ""; + + + + + + $visual_content .= "
                      "; + + + + return $visual_content; + +} + + + +// get visualization result marker location + +function parse_result_x($cleaned_result, $cleaned_range){ + + $chart_location = 0; + + global $chart_column_width; + + + + $cleaned_result_split = explode(": ", $cleaned_result); + + + + // remove labels for results + + if(count($cleaned_result_split)==1){ + + $cleaned_result = $cleaned_result_split[0]; + + }else{ + + $cleaned_result = $cleaned_result_split[1]; + + } + + + + if(preg_match("/[0-9]+min [0-9]+sec/", $cleaned_result)){ + + + + //result + + $split_min = explode("min ", $cleaned_result); + + $min = $split_time[0]; + + $split_sec = explode("sec", $split_time[1]); + + $sec = $split_sec[0]; + + $total_seconds = $min*60 + intval($sec); + + + + //range + + $split_range = explode(" min", $cleaned_range); + + $split_range_2 = explode("-", $split_range); + + $low_range = $split_range_2[0]; + + $high_range = $split_range_2[1]; + + $full_range = ($high_range - $low_range)*60; + + $seconds_offset = $total_seconds - $low_range*60; + + + + $chart_location = ($chart_column_width/4) + ($chart_column_width/2)*($seconds_offset/$full_range); + + + + }else if(preg_match("/[-+]?[0-9]*\.?[0-9]+/", $cleaned_result) && (strpos($cleaned_range, "<")===0 || strpos($cleaned_range, ">")===0)){ + + // have one-sided range, format < 6-, <6- + + $split_range = explode(" ", $cleaned_range); + + + + // < 6- + + $numeric_part = ""; + + if(strpos($split_range[1], "-")!==false){ + + $numeric_part = $split_range[1]; + + }else{ + + $split_range_2 = explode("<", $split_range[0]); + + $numeric_part = $split_range_2[1]; + + } + + + + // 6- + + $full_range_split = explode("-", $numeric_part); + + $full_range = $full_range_split[0]; + + + + // check result format, could be a number, <6, or < 6 + + $result_offset = 0; + + if(strpos($cleaned_result, "<")===0 || strpos($cleaned_result, ">")===0){ + + // format <6 or < 6 + + $result_number_split = explode("<", $cleaned_result); + + $result_number = floatval($result_number_split[1]); + + + + // just place it to 0, when the result is < something, it is in the normal range + + $result_offset = 0; + + }else{ + + $result_offset = floatval($cleaned_result); + + } + + + + $chart_location = ($chart_column_width/2)*($result_offset/$full_range); + + + + }else if(preg_match("/[-+]?[0-9]*\.?[0-9]+/", $cleaned_result)){ + + + + // numeric results with a specified range + + $numeric_part_split = explode(" ", $cleaned_range); + + $numeric_part = $numeric_part_split[0]; + + + + $numeric_part_range_split = explode("-", $numeric_part); + + $low_range = $numeric_part_range_split[0]; + + $high_range = $numeric_part_range_split[1]; + + $full_range = ($high_range - $low_range); + + $result_offset = floatval($cleaned_result) - $low_range; + + $chart_location =($chart_column_width/4) + ($chart_column_width/2)*($result_offset/$full_range); + + } + + + + // to deal with double not being accurate + + $chart_location_2 = round($chart_location); + + if($chart_location<0){ + + $chart_location = 0; + + }else if($chart_location_2 >= $chart_column_width){ + + $chart_location = $chart_column_width-5; + + } + + + + return $chart_location; + +} + + + +// clean results + +function clean_result($test, $report_config){ + + + + if(trim($test->result) == "") + + $result = ""; + + else if($report_config->useMeasures == 1) + + $result = $test->decodeResultWithoutMeasures(); + + else + + $result = $test->decodeResult(); + + + + // cleaning up results + + $result = str_replace(" ", " ", $result); + + $result = str_replace("

                      ", ", ", $result); + + $result = str_replace("
                      ", ", ", $result); + + $result = str_replace("", "", $result); + + $result = str_replace("", "", $result); + + $result = str_replace(" ,", ",", $result); + + + + // if $result starts with ", ", remove it + + if(substr($result, 0, 2) === ", "){ + + $result = substr($result, 2); + + } + + + + // if $result ends with ", ", remove it + + if(substr($result, -2) === ", "){ + + $result = substr($result, 0, -2); + + } + + + + // populated each measure into an array + + $result_array = explode(", ", $result); + + return $result_array; + +} + + + +// clean range + +function clean_range($test, $report_config, $patient){ + + $test_type = TestType::getById($test->testTypeId); + + $measure_list = $test_type->getMeasures(); + + + + $range_output = ''; + + + + $loop_count = 0; + + foreach($measure_list as $measure) { + + $type=$measure->getRangeType(); + + if($type==Measure::$RANGE_NUMERIC) { + + $range_list_array=$measure->getRangeString($patient); + + $lower=$range_list_array[0]; + + $upper=$range_list_array[1]; + + $unit=$measure->unit; + + if(stripos($unit,",")!=false) { + + $units=explode(",",$unit); + + $lower_parts=explode(".",$lower); + + $upper_parts=explode(".",$upper); + + + + + + if($lower_parts[0]!=0) { + + $range_output .= $lower_parts[0]; + + $range_output .= $units[0]; + + } + + + + if($lower_parts[1]!=0) { + + $range_output .= $lower_parts[1]; + + $range_output .= $units[1]; + + } + + $range_output .= "-"; + + + + if($upper_parts[0]!=0) { + + $range_output .= $upper_parts[0]; + + $range_output .= $units[0]; + + } + + + + if($upper_parts[1]!=0) { + + $range_output .= $upper_parts[1]; + + $range_output .= $units[1]; + + } + + } else if(stripos($unit,":")!=false) { + + $units=explode(":",$unit); + + $range_output .= $lower; + + $range_output .= $units[0] . "-"; + + $range_output .= $upper; + + $range_output .= $units[0]; + + $range_output .= " ".$units[1]; + + } else { + + $range_output .= $lower."-". $upper; + + $range_output .= " ".$measure->unit; + + } + + } else { + + if($measure->unit=="") + + $range_output .= ""; + + } + + if($loop_count < count($measure_list)-1){ + + $range_output .= ", "; + + } + + + + $loop_count++; + + } + + + + // put ranges into an array + + $range_output_array = explode(", ", $range_output); + + return $range_output_array; + +} + + + +// check if the result can be visualized + +function is_result_parsable($cleaned_result){ + + if(preg_match("/[0-9]+/", $cleaned_result)){ + + return true; + + } + + return false; + +} + + + +# Helper function to fetch test history records + +function get_records_to_print($lab_config, $patient_id) { + + global $date_from, $date_to,$LIS_DOCTOR; + + $retval = array(); + + if(isset($_REQUEST['ip']) && $_REQUEST['ip'] == 0) { + + # Do not include pending tests + $labsection = 0; + if(isset($_REQUEST['labsection'])){ + $labsection = $_REQUEST['labsection']; + } + + if($labsection == 0){ + $query_string = + "SELECT t.* FROM test t, specimen sp ". + "WHERE t.result <> '' ". + "AND t.specimen_id=sp.specimen_id ". + "AND sp.patient_id=$patient_id "; + } else { + $query_string ="SELECT distinct t.* FROM test t, specimen sp, test_type tt, test_category tc ". + "WHERE t.specimen_id=sp.specimen_id ". + "AND t.result <> '' ". + "AND sp.patient_id=$patient_id ". + "AND t.test_type_id = tt.test_type_id ". + "AND tt.test_type_id in (select test_type_id from test_type where test_category_id = $labsection)"; + } + #Taking care of removal tests cases + $query_string .=" AND t.test_id not in (select distinct r_id from removal_record where `status` = 1) "; + if(isset($_REQUEST['yf'])) + $query_string .= "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to') "; + $query_string .= "ORDER BY sp.date_collected DESC"; + } + + else { + + # Include pending tests + $labsection = 0; + if(isset($_REQUEST['labsection'])){ + $labsection = $_REQUEST['labsection']; + } + + if($labsection == 0){ + $query_string = + "SELECT t.* FROM test t, specimen sp ". + "WHERE t.specimen_id=sp.specimen_id ". + "AND sp.patient_id=$patient_id "; + } else { + $query_string ="SELECT distinct t.* FROM test t, specimen sp, test_type tt, test_category tc ". + "WHERE t.specimen_id=sp.specimen_id ". + "AND sp.patient_id=$patient_id ". + "AND t.test_type_id = tt.test_type_id ". + "AND tt.test_type_id in (select test_type_id from test_type where test_category_id = $labsection)"; + } + #Taking care of removal tests cases + $query_string .=" AND t.test_id not in (select distinct r_id from removal_record where `status` = 1) "; + + if(isset($_REQUEST['yf'])) + + $query_string .= "AND (sp.date_collected BETWEEN '$date_from' AND '$date_to') "; + + $query_string .= "ORDER BY sp.date_collected DESC"; + + + + } + + + + $resultset = query_associative_all($query_string, $row_count); + + + + if(count($resultset) == 0 || $resultset == null) + + return $retval; + + + + foreach($resultset as $record) { + + $test = Test::getObject($record); + if($_SESSION['user_level'] == $LIS_DOCTOR) + { + if($test->verifiedBy == 0) + { + continue; + } + } + + $hide_patient_name = TestType::toHidePatientName($test->testTypeId); + + + + if( $hide_patient_name == 1 ) + + $hidePatientName = 1; + + + + $specimen = get_specimen_by_id($test->specimenId); + + $retval[] = array($test, $specimen, $hide_patient_name); + + + } + + + + return $retval; + +} + + + +$lab_config_id = $_REQUEST['location']; + +$patient_id = $_REQUEST['patient_id']; + +DbUtil::switchToLabConfig($lab_config_id); + +$lab_config = get_lab_config_by_id($lab_config_id); + +$report_id = $REPORT_ID_ARRAY['reports_testhistory.php']; + +$report_config = $lab_config->getReportConfig($report_id); + +$margin_list = $report_config->margins; +$userrr = get_user_by_id($_SESSION['user_id']); + +if(is_country_dir($userrr) || is_super_admin($userrr)) +{ +$code_type = 0; +$bar_width = 0; +$bar_height = 0; +$font_size = 0; +$printPatientBarcode = 0; +} +else +{ +$barcodeSettings = get_lab_config_settings_barcode(); +// print_r($barcodeSettings); +$code_type = $barcodeSettings['type']; //"code39"; +$bar_width = $barcodeSettings['width']; //2; +$bar_height = $barcodeSettings['height']; //40; +$font_size = $barcodeSettings['textsize']; //11; +$printPatientBarcode = patientReportBarcodeCheck(); +} +for($i = 0; $i < count($margin_list); $i++) { + + $margin_list[$i] = ($SCREEN_WIDTH * $margin_list[$i] / 100); + +} + +?> + + + + + + + + + + + +enableJQuery(); + +$script_elems->enableTableSorter(); + +$script_elems->enableDragTable(); + +$script_elems->enableLatencyRecord(); + +$script_elems->enableEditInPlace(); + +$page_elems = new PageElems(); + +?> + + + + + + + + + + + + + + + + + + +
                      + +
                      + + + + + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + + + + + getDatePickerPlain($name_list, $id_list, $value_list); + + ?> + + + +      + + '> + + + + + + + + + + + + + + + + + +
                      + + landscape == false) echo " checked "; + + echo " checked "; + + ?>>Portrait + + + + landscape == true) echo " checked "; + + ?>>Landscape + +
                      + +
                      + + + + +
                      + + +
                      + + '> + + + +
                      + +    + + + + + + getDatePickerPlain($name_list, $id_list, $value_list); + + ?> + + + +    + + Font + + + + + + + + + + + +
                      + +
                      + +
                      + +
                      + + + + + +
                      + +
                      + +    + + '> + + + +    + + '> + +
                      + +
                      + +
                      + +
                      + + + + + + +alignment_header;?> + +
                      + +
                      + + + + + +
                      + +
                      + + + +alignment_header;?> + +

                      headerText; ?>

                      + +

                      titleText; ?>

                      + +
                      + +"; + + if($date_from == $date_to) { + + echo LangUtil::$generalTerms['DATE'].": ".DateLib::mysqlToString($date_from); + + } + + else { + + echo LangUtil::$generalTerms['FROM_DATE'].": ".DateLib::mysqlToString($date_from); + + echo " | "; + + echo LangUtil::$generalTerms['TO_DATE'].": ".DateLib::mysqlToString($date_to); + + } + +} + +?> + + + +
                      + +specimenId, $rem_specs)) + { + // echo $test->specimenId.'

                      '; + continue; + } + if( $hidePatientName == 0) + + $hidePatientName = $value[2]; + + + + if($record_count != 0) { + + if(strcasecmp($previous_physician, $specimen->getDoctor()) != 0) { + + $physician_same = false; + + } + + if(strcasecmp($previous_daily_num, $specimen->getDailyNumFull()) != 0) { + + $daily_number_same = false; + + } + + if($test->isPending() === true) { + + $all_tests_completed = false; + + } + + if($physician_same === false && $daily_number_same === false && $all_tests_completed === false) + + break; + + } + + $previous_physician = $specimen->getDoctor(); + + $previous_daily_num = $specimen->getDailyNumFull(); + + $record_count++; + + } + + } + + ?> + +
                      + + usePatientName == 1) { + + echo $patient->name; + + echo "\n";?>
                      useAge == 1) { + + echo $patient->getAge(); + + echo "\n";?>
                      useGender == 1) { + + echo $patient->sex; + + echo "\n";?>

                      + +
                      + + + + + getPatientCustomFields(); + foreach($custom_field_list as $custom_field) + { + $custom_array = array ("p_custom_$custom_field->id" => $custom_field->fieldName); + $combined_fields = array_merge($combined_fields,$custom_array); + + } + } + + $ordered_fields=Patient::getReportfieldsOrder(); + $column_size=$report_config->rowItems; + + if(is_array($ordered_fields)) + { + $ordered=explode(",",$ordered_fields['o_fields']); + $pfields=explode(",",$report_config->patientFields); + $c=0; + foreach( $ordered as $field) + { + if($c == 0) echo ""; + + $c++; + + + /*if($c == 0) + { + echo ""; + $c=1; + } + else + { + $c++; + if($c >= $column_size) $c=0; + }*/ + + $pid=explode("_",$field); + if(!stristr($field,"custom")) + { + + if($pfields[$pid[2]]== 1) + { + ?> + + + + patientCustomFields)) + { + ?> + + + + = $column_size && $column_size != 0) + { + echo ""; + $c=0; + } + + } + + } + else + { + echo LangUtil::$generalTerms['TIPS_PATIENT_DEMO_ORDER']; + } + ?> + + useDoctor == 1 && $physician_same === true) { + ?> + + + + + + +
                      patientId, $pid[2]); + if($custom_data == null) + { + echo "-"; + } + else + { + $field_value = $custom_data->getFieldValueString($lab_config->id, 2); + if(trim($field_value) == "") + $field_value = "-"; + echo $field_value; + } + ?>
                      +
                      + + + +
                      +
                      + + + + useSpecimenAddlId != 0) { + echo ""; + } + if($report_config->useDailyNum == 1 && $daily_number_same === false) { + echo ""; + } + if($report_config->useSpecimenName == 1) { + echo ""; + } + if($report_config->useDateRecvd == 1) { + echo ""; + } + # Specimen Custom fields headers here + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) { + $field_name = $custom_field->fieldName; + $field_id = $custom_field->id; + if(in_array($field_id, $report_config->specimenCustomFields)) { + echo ""; + } + } + if($report_config->useTestName == 1) { + echo ""; + } + if($report_config->useComments == 1) { + echo ""; + } + if($report_config->useReferredTo == 1) { + echo ""; + } + if($report_config->useRequesterName == 1) + { + echo ""; + } + if($report_config->useDoctor == 1 && $physician_same === false) { + echo ""; + } + if($report_config->useMeasures == 1) + echo ""; + if($report_config->useResults == 1) + echo ""; + if($report_config->useRange == 1) + echo ""; + if($report_config->useEntryDate == 1) { + echo ""; + } + if($report_config->useRemarks == 1) { + echo ""; + } + if($report_config->useEnteredBy == 1) { + echo ""; + } + if($report_config->useVerifiedBy == 1) { + echo ""; + } + if($report_config->useStatus == 1 && $all_tests_completed === false) { + echo ""; + } + // add visualization title column + if($view_viz == 1) + { + echo ""; + } + ?> + + + + + specimenId, $rem_specs)) + { + continue; + } + $specimen = $value[1]; + $id=$test->testTypeId; + $clinical_data=get_clinical_data_by_id($test->testTypeId) + ?> + + useSpecimenAddlId != 0) + { + echo ""; + } + if($clinical_data!='') + { + $data_list[$id]=$clinical_data; + } + if($report_config->useDailyNum == 1 && $daily_number_same === false) + { + echo ""; + } + if($report_config->useSpecimenName == 1) + { + echo ""; + } + if($report_config->useDateRecvd == 1) + { + echo ""; + } + # Specimen Custom fields here + $custom_field_list = $lab_config->getSpecimenCustomFields(); + foreach($custom_field_list as $custom_field) + { + if(in_array($custom_field->id, $report_config->specimenCustomFields)) + { + echo ""; + } + } + if($report_config->useTestName == 1) + { + echo ""; + } + if($report_config->useComments == 1) + { + echo ""; + } + if($report_config->useReferredTo == 1) + { + echo ""; + } + if($report_config->useRequesterName == 1) + { + echo ""; + } + if($report_config->useDoctor == 1 && $physician_same === false) + { + $doc=$specimen->getDoctor(); + echo ""; + } + if($report_config->useMeasures == 1) { + echo ""; + } + if($report_config->useResults == 1) { + echo ""; + } + + + if($report_config->useRange == 1) + + { + + echo ""; + + } + + + + if($report_config->useEntryDate == 1) + + { + + echo ""; + + } + + + + if($report_config->useRemarks == 1) { + + echo ""; + + } + + + + if($report_config->useEnteredBy == 1) { + + echo ""; + + } + + + + if($report_config->useVerifiedBy == 1) { + + echo ""; + + } + + + + if($report_config->useStatus == 1 && $all_tests_completed === false) { + + echo ""; + + } + + + + // Add visualization column + if($view_viz == 1) + { + echo ""; + } + ?> + + + + + + + +
                      ".LangUtil::$generalTerms['SPECIMEN_ID']."".LangUtil::$generalTerms['PATIENT_DAILYNUM']."".LangUtil::$generalTerms['TYPE']."".LangUtil::$generalTerms['R_DATE']."".$field_name."".LangUtil::$generalTerms['TEST']; + echo "".LangUtil::$generalTerms['COMMENTS']."".LangUtil::$generalTerms['REF_TO'].""."Referring Institution"."".LangUtil::$generalTerms['DOCTOR']."".LangUtil::$generalTerms['MEASURES']."".LangUtil::$generalTerms['RESULTS']."".LangUtil::$generalTerms['RANGE']."".LangUtil::$generalTerms['E_DATE']."".LangUtil::$generalTerms['RESULT_COMMENTS']."".LangUtil::$generalTerms['ENTERED_BY']."".LangUtil::$generalTerms['VERIFIED_BY']." / Position ".LangUtil::$generalTerms['SP_STATUS']."Visualized Results
                      "; + $specimen->getAuxId(); + echo "".$specimen->getDailyNum()."".get_specimen_name_by_id($specimen->specimenTypeId)."".DateLib::mysqlToString($specimen->dateRecvd).""; + $custom_data = get_custom_data_specimen_bytype($specimen->specimenId, $custom_field->id); + if($custom_data == null) + { + echo "-"; + } + else + { + $field_value = $custom_data->getFieldValueString($lab_config->id, 1); + if($field_value == "" or $field_value == null) + $field_value = "-"; + echo $field_value; + } + echo "".get_test_name_by_id($test->testTypeId).""; + echo $specimen->getComments(); + echo "".$specimen->getReferredToName()."".$lab_config->name."".$doc.""; + echo $test->getMeasureList(); + echo ""; + if(trim($test->result) == "") + echo LangUtil::$generalTerms['PENDING_RESULTS']; + else if($report_config->useMeasures == 1) + { + echo $test->decodeResultWithoutMeasures(false,$patient); + $result_array=$test->getResultAsArray(); + } + else + echo $test->decodeResult(); + echo ""; + + if($test->isPending() === true) + + echo "N/A"; + + else + + { + + $test_type = TestType::getById($test->testTypeId); + + $measure_list = $test_type->getMeasures(); + + + + $submeasure_list = array(); + + $comb_measure_list = array(); + + // print_r($measure_list); + + + + foreach($measure_list as $measure) + + { + + + + $submeasure_list = $measure->getSubmeasuresAsObj(); + + //echo "
                      ".count($submeasure_list); + + //print_r($submeasure_list); + + $submeasure_count = count($submeasure_list); + + + + if($measure->checkIfSubmeasure() == 1) + + { + + continue; + + } + + + + if($submeasure_count == 0) + + { + + array_push($comb_measure_list, $measure); + + } + + else + + { + + array_push($comb_measure_list, $measure); + + foreach($submeasure_list as $submeasure) + + array_push($comb_measure_list, $submeasure); + + } + + } + + $measure_list = $comb_measure_list; + + + $flag_num = -1; + foreach($measure_list as $measure) { + $flag_num++; + echo "
                      "; + + $type=$measure->getRangeType(); + + if($type==Measure::$RANGE_NUMERIC) + { + + $range_list_array=$measure->getRangeString($patient); + + $lower=$range_list_array[0]; + + $upper=$range_list_array[1]; + + getFlag($result_array[$flag_num],$lower,$upper); + + $unit=$measure->unit; + + if(stripos($unit,",")!=false) { + + echo "("; + + $units=explode(",",$unit); + + $lower_parts=explode(".",$lower); + + $upper_parts=explode(".",$upper); + + + + if($lower_parts[0]!=0) { + + echo $lower_parts[0]; + + echo $units[0]; + + } + + + + if($lower_parts[1]!=0) { + + echo $lower_parts[1]; + + echo $units[1]; + + } + + echo " - "; + + + + if($upper_parts[0]!=0) { + + echo $upper_parts[0]; + + echo $units[0]; + + } + + + + if($upper_parts[1]!=0) { + + echo $upper_parts[1]; + + echo $units[1]; + + } + + echo ")"; + + } else if(stripos($unit,":")!=false) { + + $units=explode(":",$unit); + + echo "("; + + echo $lower; + + ?> - + + + + -unit; + + }?> + +    + + unit=="") + + $measure->unit="-"; + + echo "   ". $measure->unit; + + } + + echo "
                      "; + + } + + } + + echo "
                      "; + + + + if(trim($test->result) == "") + + echo "-"; + + else { + + $ts_parts = explode(" ", $test->timestamp); + + echo DateLib::mysqlToString($ts_parts[0]); + + } + + echo "".$test->getComments()."".$test->getEnteredBy()."".$test->getVerifiedBy()." / ".$test->getVerifierPosition()."".$test->getStatus().""; + + $cleaned_result_array = clean_result($test, $report_config); + + $cleaned_range_array = clean_range($test, $report_config, $patient); + + + + for($i=0; $i"; + + + + $parsable_result = is_result_parsable($cleaned_result_array[$i]); + + + + if($cleaned_result_array[$i]==""){ + + // pending test + + echo "Pending"; + + echo "
                      "; + + }else if ($cleaned_range_array[$i]=="" || !$parsable_result){ + + echo "Result cannot be visualized"; + + echo "
                      "; + + }else{ + + // draw visualization + + $visualized_results = draw_visualization($cleaned_result_array[$i], $cleaned_range_array[$i]); + + echo $visualized_results; + + //echo $visualized_results.$cleaned_result_array[$i]." | ".$cleaned_range_array[$i]; + + } + + } + + + + echo "
                      + +
                      + +

                      + + useClinicalData == 1) { + + + + if(count($data_list)==1&&count(record_list)==1) { + + ?> + + + + Clinical Data: + + + + $value) { + + + + if(stripos($value,"!#!")===0) { + + $data=substr($value,3); + + $dat=explode("%%%",$value); + + $text=substr($dat[0],3); + + $table=$dat[1]; + + } + + else if(stripos($value,"%%%")===0) { + + $text=""; + + $table=substr($value,3); + + } + + else { + + $text=$value;//substr($value,3); + + $table=""; + + } + + + + if($text!="") + + echo $text; + + + + if($table!="") { + + $contents=explode("###",$table); + + $name_array=$contents[0]; + + $value_array=$contents[1]; + + $name=explode(",",$name_array); + + $value=explode(",",$value_array); + + } + + ?> + + + + + + + + + + + + + +
                      + + + + + + + +
                      + + + +

                      + + 0 ) { + + $bullet=1; + + foreach($data_list as $key=>$value) { + + echo $bullet++ ?>). Test Name: + + + +
                      + + Clinical Data: + + + + + + + + + + + + + + + + + + + +
                      + + + + + + + +
                      + +

                      + + specimenId, $rem_specs)) + { + continue; + } + $specimen = $value[1]; + + $id=$test->testTypeId; + + $clinical_data=get_clinical_data_by_id($test->testTypeId); + + ?> + + useSpecimenName == 1) { + + echo "

                      "; + + echo LangUtil::$generalTerms['TYPE']." - "; + + echo get_specimen_name_by_id($specimen->specimenTypeId)."

                      "; + + } + + + + if($report_config->useTestName == 1) { + + echo "

                      "; + + echo LangUtil::$generalTerms['TEST']." - "; + + echo get_test_name_by_id($test->testTypeId)."

                      "; + + } + + + + if($report_config->useSpecimenAddlId != 0) { + + echo LangUtil::$generalTerms['SPECIMEN_ID']." - "; + + echo $specimen->getAuxId(); + + echo "
                      "; + + } + + + + if($clinical_data!='') { + + $data_list[$id]=$clinical_data; + + } + + if($report_config->useDailyNum == 1 && $daily_number_same === false) { + + echo LangUtil::$generalTerms['PATIENT_DAILYNUM']." - "; + + echo $specimen->getDailyNum()."
                      "; + + } + + if($report_config->useDateRecvd == 1) { + + echo LangUtil::$generalTerms['R_DATE']." - "; + + echo DateLib::mysqlToString($specimen->dateRecvd)."
                      "; + + } + + # Specimen Custom fields headers here + + $custom_field_list = $lab_config->getSpecimenCustomFields(); + + foreach($custom_field_list as $custom_field) { + + $field_name = $custom_field->fieldName; + + $field_id = $custom_field->id; + + if(in_array($field_id, $report_config->specimenCustomFields)) { + + echo $field_name; + + } + + } + + # Specimen Custom fields here + + $custom_field_list = $lab_config->getSpecimenCustomFields(); + + foreach($custom_field_list as $custom_field) { + + if(in_array($custom_field->id, $report_config->specimenCustomFields)) + + { + + echo "
                      "; + + $custom_data = get_custom_data_specimen_bytype($specimen->specimenId, $custom_field->id); + + if($custom_data == null) { + + echo "-"; + + } + + else { + + $field_value = $custom_data->getFieldValueString($lab_config->id, 1); + + if($field_value == "" or $field_value == null) + + $field_value = "-"; + + echo $field_value; + + } + + echo "
                      "; + + } + + } + + + + if($report_config->useComments == 1) { + + echo LangUtil::$generalTerms['COMMENTS']." - "; + + echo $specimen->getComments()."
                      "; + + } + + + + if($report_config->useReferredTo == 1) { + + echo LangUtil::$generalTerms['REF_TO']." - "; + + echo $specimen->getReferredToName()."
                      "; + + } + + + + if($report_config->useDoctor == 1 && $physician_same === false) { + + echo LangUtil::$generalTerms['DOCTOR']." - "; + + $doc=$specimen->getDoctor(); + + echo $doc."
                      "; + + } + + + + if($report_config->useMeasures == 1) + + echo LangUtil::$generalTerms['MEASURES']."
                      "; + + + + if($report_config->useResults == 1) { + + echo LangUtil::$generalTerms['RESULTS']."
                      "; + + + + if(trim($test->result) == "") { + + echo LangUtil::$generalTerms['PENDING_RESULTS']; + + } + + else if($report_config->useMeasures == 1) { + + echo $test->decodeResultWithoutMeasures(); + + } + + else + + + + //NC3065 + + echo $test->decodeResult(); + + //echo $test->decodeResults(); + + //NC3065 + + echo "
                      "; + + } + + + + if($report_config->useEntryDate == 1) { + + echo LangUtil::$generalTerms['E_DATE']." - "; + + + + if(trim($test->result) == "") + + echo "-"; + + + + else { + + $ts_parts = explode(" ", $test->timestamp); + + echo DateLib::mysqlToString($ts_parts[0]); + + } + + echo "
                      "; + + } + + + + if($report_config->useRemarks == 1) { + + echo LangUtil::$generalTerms['RESULT_COMMENTS']." - "; + + echo $test->getComments()."
                      "; + + } + + + + if($report_config->useEnteredBy == 1) { + + echo LangUtil::$generalTerms['ENTERED_BY']." - "; + + echo $test->getEnteredBy()."
                      "; + + } + + + + if($report_config->useVerifiedBy == 1) { + + echo LangUtil::$generalTerms['VERIFIED_BY']." - "; + + echo $test->getVerifiedBy()."
                      "; + + } + + + + if($report_config->useStatus == 1 && $all_tests_completed === false) { + + echo LangUtil::$generalTerms['SP_STATUS']." - "; + + echo $test->getStatus()."
                      "; + + } + + + + } + + ?> + + + +

                      + + useClinicalData == 1) { + + if(count($data_list)==1&&count(record_list)==1) { + + ?> + + + + Clinical Data: + + + + $value) { + + if( stripos($value,"!#!")===0 ) { + + $data=substr($value,3); + + $dat=explode("%%%",$value); + + $text=substr($dat[0],3); + + $table=$dat[1]; + + } + + else if(stripos($value,"%%%")===0) { + + $text=""; + + $table=substr($value,3); + + } + + else { + + $text=$value;//substr($value,3); + + $table=""; + + } + + + + if($text!="") + + echo $text; + + + + if($table!="") { + + $contents=explode("###",$table); + + $name_array=$contents[0]; + + $value_array=$contents[1]; + + $name=explode(",",$name_array); + + $value=explode(",",$value_array); + + } + + ?> + + + + + + + + + + + + + +
                      + + + + + + + +
                      + + + +

                      + + $value) { + + echo $bullet++ ?>). Test Name: + + + +
                      + + Clinical Data: + + + + + + + + + + + + + + + + + + + +
                      + + + + + + + +
                      + +

                      + + dateCollected); + + $earliest_collection_parts = explode("-", $earliest_specimen->dateCollected); + + if(!isset($_REQUEST['yf'])) { + + ?> + + + + + +
                      + +
                      + +
                      + +
                      + +
                      + +
                      + + + +footerText); + +$designation=explode(";" ,$report_config->designation); + +$lab_config_id=$_SESSION['lab_config_id']; + + + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +getSurrogateId(); + break; + case 1: + $retval=$previous_daily_num; + break; + case 2: + $retval=$patient->getAddlId(); + break; + case 3: + $retval=$patient->sex; + break; + case 4: + $retval=$patient->getAge(); + break; + case 5: + $retval=$patient->getDob(); + break; + case 6: + $retval=$patient->name; + break; + case 7: + break; + case 8: + $retval=$patient->regDate; + break; + case 9: + $retval='
                      '; + break; + case 10: + break; + + default: + $retval="-"; + + } + + return $retval; +} + + +function getFlag($result,$minrange,$maxrang) +{ + $result = (float) $result; + $minrange = (float) $minrange; + $maxrang = (float) $maxrang; + if($result < $minrange) + { + echo 'L '; + } + else if( $result > $maxrang) + { + echo 'H '; + } + else + { + echo ''; + } +} + +function resetColor() +{ + echo ''; +} + +?> + + + +
                      style="font-size:14pt;" >
                      style="font-size:14pt;">
                      style="font-size:14pt;" >
                      + +
                      + +
                      + +
                      + +
                      + + + + + + \ No newline at end of file diff --git a/htdocs/reports/reports_testhistory_new.php b/htdocs/reports/reports_testhistory_new.php index a09a27906..4fcbb6a2f 100644 --- a/htdocs/reports/reports_testhistory_new.php +++ b/htdocs/reports/reports_testhistory_new.php @@ -1350,6 +1350,7 @@ function change_orientation() { alignment_header;?> +
                      @@ -1407,9 +1408,9 @@ function change_orientation() { alignment_header;?> -

                      headerText; ?>

                      +

                      headerText; ?>

                      -

                      titleText; ?>

                      +

                      titleText; ?>

                      diff --git a/htdocs/reports/rtn b/htdocs/reports/rtn new file mode 100644 index 000000000..e55b53803 --- /dev/null +++ b/htdocs/reports/rtn @@ -0,0 +1,7 @@ +

                      Patient ID: P123456

                      Name: Kayla Forson

                      Gender: M

                      Patient Number: 20141105-1

                      Age: 3 Years

                      Source: -

                      Specimen ID: 2014110201

                      Release Date: 2014-11-02 14:02:25

                      Lab Receipt Date: 2014-11-02 07:27

                      Ordered Test: GenExpert Test, Lipid profile, FBC, Phosporus, Potassium, Sodium

                                             

                      Test

                      Type

                      Results

                      Range

                      Units

                      Entered By

                        +
                      • GenExpert Test

                      Urine

                          

                      MTB

                       Not Found

                      khrc_admin

                      RIF Resistance

                       Not Found

                      khrc_admin

                        +
                      • Lipid profile

                      Serum

                          

                      Cholesterol

                       5

                      3.1 - 6.1

                      mmol/L

                      khrc_admin

                      TRIG

                       1.0

                      0.30 - 1.70

                      mmil/L

                      khrc_admin

                      HDL CHOL

                       H 1.6

                      1.3 - 1.55

                      mmol/L

                      khrc_admin

                      LDL Chol

                       4

                      2.6 - 4.9

                      mmol/L

                      khrc_admin

                      VLDL

                       1.0

                      0 - 1.1

                      mmol/L

                      khrc_admin

                        +
                      • FBC

                      Whole Blood

                          

                      HB

                       15

                      10 - 17

                      g/dL

                      khrc_admin

                      WBC

                       6

                      4 - 10

                      x10^3/L

                      khrc_admin

                      RBC

                       5

                      4 - 10

                      x10^3/L

                      khrc_admin

                        +
                      • Phosporus

                      Serum

                          

                      Phosporus

                       H 8

                      1 - 6

                      Ulm

                      khrc_admin

                        +
                      • Potassium

                      Serum

                          

                      Potassium

                       5

                      2 - 6

                      Ulm

                      khrc_admin

                        +
                      • Sodium

                      Serum

                          

                      Sodium

                       0.8

                      1 - 3

                      Urlm

                      khrc_admin

                            
                      Test run by (Name and Signature)______________ Verified by(Name and Signature)________________
                      \ No newline at end of file diff --git a/htdocs/results/results_entry.php b/htdocs/results/results_entry.php index 4026df404..93313cd9f 100644 --- a/htdocs/results/results_entry.php +++ b/htdocs/results/results_entry.php @@ -177,7 +177,8 @@ function fetch_specimen() var labsection = document.getElementById('cat_code_labsection_specimen').value; var specimen_id = $('#specimen_id').attr("value"); - specimen_id = specimen_id.replace(/[^a-z0-9 ]/gi,''); + //had to allow special charactors + //specimen_id = specimen_id.replace(/[^a-z0-9 ]/gi,''); $('#fetch_progress_bar').show(); getMeasures(); $lab_config = LabConfig::getById($_SESSION['lab_config_id']); $report_id = $REPORT_ID_ARRAY['worksheet.php']; if($test_type_id != 0) - $report_config = $lab_config->getWorkSheetConfig($test_type_id); +{ + $report_config = $lab_config->getWorkSheetConfig($test_type_id); +} else +{ $report_config = $lab_config->getReportConfig(5); +} + + $margin_list = $report_config->margins; for($i = 0; $i < count($margin_list); $i++) { @@ -213,6 +220,7 @@ function print_content(div_id) } # Patient Custom fields here $custom_field_list = $lab_config->getPatientCustomFields(); + //echo 'here';print_r($$report_config); foreach($custom_field_list as $custom_field) { if(in_array($custom_field->id, $report_config->patientCustomFields)) diff --git a/htdocs/rpt.php b/htdocs/rpt.php new file mode 100644 index 000000000..8050d14e0 --- /dev/null +++ b/htdocs/rpt.php @@ -0,0 +1,109 @@ + + + + + + + + + + + $endmark ? "tdleftbuttom":"tdleft"; + echo ""; + if(($i+1) == count($values)) + { + $colspan = $column_size; + $endlineclass = "tdleftfull"; + } + + echo ''; + } + elseif($c >= $column_size && $column_size != 0) + { + $endlineclass = $i > $endmark ? "tdrightbuttom":"tdright"; + //$endlineclass ="tdright"; + echo ''; + echo ""; + $c=0; + } + else + { + $endlineclass = $i > $endmark ? "tdmidbuttom":"tdmid"; + //$endlineclass ="tdmid"; + if(($i+1) == count($values)) + { + $colspan = ($column_size-$c)+1; + $endlineclass = "tdleftfull"; + } + + echo ''; + } + $c++; + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

                      '.$values[$i].'

                      '.$values[$i].'

                      '.$values[$i].'

                           
                           

                      Patient ID: 0001 / 14

                      Patient ID: 0001 / 14

                      Patient ID: 0001 / 14

                      Patient ID: 0001 / 14

                      Patient ID: 0001 / 14

                           
                      + + \ No newline at end of file diff --git a/htdocs/search/patient_profile.php.bak b/htdocs/search/patient_profile.php.bak new file mode 100644 index 000000000..4010e9e4a --- /dev/null +++ b/htdocs/search/patient_profile.php.bak @@ -0,0 +1,222 @@ +enableJQueryForm(); +$script_elems->enableDatePicker(); +$script_elems->enableTableSorter(); +$script_elems->enableLatencyRecord(); + +$barcodeSettings = get_lab_config_settings_barcode(); +// print_r($barcodeSettings); +$code_type = $barcodeSettings['type']; //"code39"; +$bar_width = $barcodeSettings['width']; //2; +$bar_height = $barcodeSettings['height']; //40; +$font_size = $barcodeSettings['textsize']; //11; +?> + + +
                      + + | « +    + +      + + +

                      + + + + + + +
                      +
                      + getPatientInfo($pid); ?> +
                      + +
                      +              +              + + getPatientTaskList($pid); ?> +
                      +
                      + +
                      +getPatientHistory($pid); ?> + + \ No newline at end of file diff --git a/htdocs/search/select_test_profile.php b/htdocs/search/select_test_profile.php index 2e6db96e4..f9c48d358 100644 --- a/htdocs/search/select_test_profile.php +++ b/htdocs/search/select_test_profile.php @@ -13,7 +13,7 @@ $script_elems->enableTableSorter(); $script_elems->enableLatencyRecord(); $admin = 0; -if(is_admin_check(get_user_by_id($_SESSION['user_id']))) { +if(is_admin(get_user_by_id($_SESSION['user_id']))) { $admin = 1;} $rem_recs = get_removed_specimens($_SESSION['lab_config_id'], "test"); foreach($rem_recs as $rem_rec) @@ -175,7 +175,7 @@ function get_select_tests_undel(pid) getSelectPatientHistory($pid, $labsection); ?>
                      -

                      +

                      > getPatientSelectReport($pid); ?>

                      diff --git a/htdocs/search/specimen_result.php b/htdocs/search/specimen_result.php index 243a3e353..5ba94244c 100644 --- a/htdocs/search/specimen_result.php +++ b/htdocs/search/specimen_result.php @@ -247,7 +247,7 @@ function update_remarks(test_type_id, measure_id) $url_string = "ajax/measure_autocomplete.php?id=".$measure->measureId; $hint_text = "Type to enter results"; echo "
                      "; - $page_elems->getTokenList(-1, $field_id,"result_".$test_type->testTypeId."_".$measure->measureId, $url_string, $hint_text,""); + $page_elems->getTokenLis(-1, $field_id,"result_".$test_type->testTypeId."_".$measure->measureId, $url_string, $hint_text,""); echo "
                      "; } else if($range_type == Measure::$RANGE_FREETEXT) diff --git a/htdocs/search/specimen_result_do.php b/htdocs/search/specimen_result_do.php index 79fd60318..bf6c6c9da 100644 --- a/htdocs/search/specimen_result_do.php +++ b/htdocs/search/specimen_result_do.php @@ -71,7 +71,7 @@ # Result value not provided / is empty: # Do not update result value //echo " : Not Savable Field "."
                      "; - $result_value_valid = false; + //$result_value_valid = false; $result_csv .=","; } else { @@ -137,6 +137,7 @@ //echo $comment_csv; exit; //echo "
                      Result CSV ".$result_csv;exit; + $result_csv = str_ireplace("_undefined,",",",$result_csv); if($test_entry->result == "") { # Test result not yet entered @@ -155,7 +156,8 @@ $test_entry->verifiedBy = $_SESSION['user_id']; $test_entry->dateVerified = date("Y-m-d H:i:s"); $test_entry->verifyAndUpdate($patient->getHashValue()); - echo "TEST"; + $specimen->setComplete(); + echo "TEST"; } } else { echo "TEST"; diff --git a/htdocs/search/specimen_verify.php b/htdocs/search/specimen_verify.php index 6908d7064..27e5a2c1a 100644 --- a/htdocs/search/specimen_verify.php +++ b/htdocs/search/specimen_verify.php @@ -241,6 +241,8 @@ function update_remarks(test_type_id, measure_id) $values_f[$value_map[$js]]= $value_map[$js]; $json_values = list_to_json($values_f, $json_params); + //echo $json_values; + //exit; $url_string = "ajax/measure_autocomplete.php?id=".$measure->measureId; $hint_text = "Type to enter results"; echo "
                      "; diff --git a/htdocs/search/specimen_verify_do.php b/htdocs/search/specimen_verify_do.php index e8660f552..46850d1b3 100644 --- a/htdocs/search/specimen_verify_do.php +++ b/htdocs/search/specimen_verify_do.php @@ -18,10 +18,7 @@ $test_list = get_tests_by_specimen_id($specimen->specimenId); foreach($test_list as $test_entry) { - $test_type = get_test_type_by_id($test_entry->testTypeId); - - - + $test_type = get_test_type_by_id($test_entry->testTypeId); $measure_list = $test_type->getMeasures(); $result_value_valid = true; $result_csv = ""; @@ -33,16 +30,18 @@ if($_REQUEST[$comment_field_name] != "") $comment_field_value .= $measure->getName().":".$_REQUEST[$comment_field_name].","; - $result_value = $_REQUEST[$result_field_name]; + $result_value = $_REQUEST[$result_field_name]; + //print_r($_REQUEST);exit; if(trim($result_value) == "") { # Result value not provided / is empty: # Do not update result value - $result_value_valid = false; + //$result_value_valid = false; + $result_csv .="_"; } else { - $result_csv = str_replace("_undefined","",$result_csv); + //$result_csv = str_ireplace("_undefined,",",",$result_csv); $range_typee = $measure->getRangeType(); if($range_typee == Measure::$RANGE_FREETEXT) { @@ -57,13 +56,16 @@ $result_csv .= $result_value."_"; } } - + //echo $result_csv.'
                      '; # replace last underscore with "," to separate multiple measures results $result_csv = substr($result_csv, 0, strlen($result_csv) - 1); $result_csv .= ","; } - $comment_field_value=substr($comment_field_value,0,strlen($comment_field_value)-1); + $comment_field_value=substr($comment_field_value,0,strlen($comment_field_value)-1); + + $result_csv = str_ireplace("_undefined,",",",$result_csv); + //echo '

                      '.$result_csv;exit; if($result_value_valid === true) { @@ -76,7 +78,8 @@ $test_entry->comments = $comment_field_value; $test_entry->verifiedBy = $_SESSION['user_id']; $test_entry->dateVerified = date("Y-m-d H:i:s"); - $test_entry->verifyAndUpdate($patient->getHashValue()); + $test_entry->verifyAndUpdate($patient->getHashValue()); + } } header("Location: specimen_info.php?sid=$specimen_id&vd=1"); diff --git a/htdocs/tabletest.php b/htdocs/tabletest.php index 65bbe2d5e..8686afcf3 100644 --- a/htdocs/tabletest.php +++ b/htdocs/tabletest.php @@ -20,8 +20,22 @@ function dobToAgeNumber($dob) return $diff; } - echo dobToAgeNumber("2013-04-24").'
                      '; + //echo dobToAgeNumber("2013-04-24").'
                      '; + /* $l_age_s = "-1 day day"; + $l_age_t = strtotime($l_age_s); + $l_age_d = date('Y-m-d', $l_age_t); + echo $l_age_d; + $u_yr = date('Y') - $l_age_d; + echo '
                      '.$u_yr;*/ + + ///echo date('Ym',strtotime("-1 month")).""; + //echo date('Y').""; + + + print_r(getallheaders()); + echo "\n\n"; + echo file_get_contents('php://input'); \ No newline at end of file diff --git a/htdocs/update/blis_update.php b/htdocs/update/blis_update.php index c807c7ee0..1a023edea 100644 --- a/htdocs/update/blis_update.php +++ b/htdocs/update/blis_update.php @@ -1,4 +1,6 @@ userId); - //foreach($labConfigList as $labConfig) { - //$labConfigId = $labConfig->id; - //runUpdate($labConfigId); -// } +global $VERSION; +$vers = $VERSION; +if ( is_super_admin($user) || is_country_dir($user) ) +{ + $db_name = "blis_revamp"; + $ufile = "db_update_revamp_$vers"; + blis_db_update($lab_config_id, $db_name, $ufile); + update_language_files(); + insertVersionDataEntry(); + + $labConfigList = get_lab_configs($user->userId); + foreach($labConfigList as $labConfig) + { + $labConfigId = $labConfig->id; + runUpdate($labConfigId); + } + update_language_files(); //runGlobalUpdate(); - $db_name = "blis_revamp"; - $ufile = "db_update_revamp"; - blis_db_update($lab_config_id, $db_name, $ufile); - update_language_files(); - insertVersionDataEntry(); + } else { $lab_config_id = $_SESSION['lab_config_id']; //runUpdate($labConfigId); # revamp update $db_name = "blis_revamp"; - $ufile = "db_update_revamp_2.8"; + $ufile = "db_update_revamp_$vers"; blis_db_update($lab_config_id, $db_name, $ufile); # lab update $db_name = "blis_".$lab_config_id; - #$ufile = "db_update_lab_2.7.1"; - $ufile = "db_update_lab_2.8"; + $ufile = "db_update_lab_$vers"; blis_db_update($lab_config_id, $db_name, $ufile); update_language_files(); $def = default_currency_copy($lab_config_id); @@ -52,21 +59,24 @@ //runGlobalUpdate(); } -/* -function runUpdate($lab_config_id) { - + +function runUpdate($lab_config_id) +{ +global $VERSION; +$vers = $VERSION; # revamp update - $db_name = "blis_revamp"; - $ufile = "db_update_revamp_test"; - blis_db_update($lab_config_id, $db_name, $ufile); + // $db_name = "blis_revamp"; + // $ufile = "db_update_revamp"; + // blis_db_update($lab_config_id, $db_name, $ufile); - # lab update - $db_name = "blis_".$lab_config_id; - $ufile = "db_update_lab_test"; - blis_db_update($lab_config_id, $db_name, $ufile); - - insertVersionDataEntry(); -}*/ + + # lab update + $db_name = "blis_".$lab_config_id; + $ufile = "db_update_lab_$vers"; + blis_db_update($lab_config_id, $db_name, $ufile); + $def = default_currency_copy($lab_config_id); + insertVersionDataEntry($lab_config_id); +} //echo "Updated"; diff --git a/htdocs/update/default.php.bak b/htdocs/update/default.php.bak new file mode 100644 index 000000000..bfe605a91 --- /dev/null +++ b/htdocs/update/default.php.bak @@ -0,0 +1,491 @@ + array ( + "TIPS" => "Tips", + "USERNAME" => "Username", + "PWD" => "Password", + "PWD_TEMP" => "Temp Password", + "PWD_RESET" => "Reset Password", + "NAME" => "Name", + "PHONE" => "Phone No.", + "EMAIL" => "Email", + "CMD_LOGIN" => "Login", + "CMD_SEARCH" => "Search", + "CMD_SUBMIT" => "Submit", + "CMD_SUBMITTING" => "Submitting", + "CMD_UPDATE" => "Update", + "MSG_UPDATED" => "Updated", + "CMD_CANCEL" => "Cancel", + "CMD_SKIP" => "Skip", + "CMD_HIDE" => "Hide", + "CMD_SHOW" => "Show", + "REPORT_TYPE" => "Report Type", + "REPORT_TO" => "Report To", + "MSG_REQDFIELD" => "This field is required", + "REPORTED" => "Reported", + "REPORTED_NOT" => "Not Yet Reported", + "SKIPPED" => "Skipped", + "CMD_BACK" => "Back", + "CMD_GETREPORT" => "Get Report", + "MSG_SELECT_TTYPE" => "Select test type first", + "CMD_EDIT" => "Edit", + "CMD_EXPORTWORD" => "Export as Word Document", + "CMD_EXPORTTXT" => "Export as Text File", + "CMD_EXPORTPDF" => "Export as PDF", + "CMD_SELECT" => "Select", + "CMD_DELETE" => "Delete", + "CMD_ENTER" => "Enter", + "CMD_OK" => "OK", + "CMD_PRINT" => "Print", + "CMD_SEARCHING" => "Searching", + "CMD_FETCH" => "Fetch", + "CMD_FETCHING" => "Fetching", + "MSG_DELETED" => "Deleted", + "MSG_RESET" => "Reset", + "SELECT_ONE" => "Select one", + "CMD_CLOSEPAGE" => "Close This Page", + "CMD_CLOSEPREVIEW" => "Close Preview", + "FACILITY" => "Facility", + "LOCATION" => "Location", + "LAB_MGR" => "Lab Manager", + "LAB_DIR" => "Country Director", + "TYPE" => "Type", + "LAB_STATUS" => "Lab Status", + "SP_STATUS" => "Status", + "MANAGE" => "Manage", + "CMD_ADDNEWACCOUNT" => "Add New Account", + "CMD_THISTORY" => "Test History", + "DOCTOR" => "Physician/Hospital", + "PATIENT" => "Patient", + "PATIENTS" => "Patients", + "PATIENT_NAME" => "Patient Name", + "PATIENT_ID" => "Patient ID", + "ADDL_ID" => "Additional ID", + "GENDER" => "Gender", + "MALE" => "Male", + "FEMALE" => "Female", + "PATIENT_DAILYNUM" => "Patient Number", + "AGE" => "Age", + "OR" => "Or", + "DOB" => "Date of Birth", + "YEARS" => "Years", + "MONTHS" => "Months", + "DAYS" => "Days", + "HOURS" => "Hours", + "DROPDOWN" => "Drop-down Options", + "FREETEXT" => "Free-text", + "NUMERIC_FIELD" => "Numeric", + "MULTISELECT" => "Multi-select", + "ACCESSION_NUM" => "Accession No.", + "SPECIMEN" => "Specimen", + "IF_AVLBL" => "if available", + "SPECIMENS" => "Specimens", + "PATIENT_BARCODE" => "Patient Barcode", + "SPECIMEN_ID" => "Specimen ID", + "ADDL_ID_S" => "Additional ID", + "SPECIMEN_TYPE" => "Specimen Type", + "SPECIMEN_TYPES" => "Specimen Types", + "TEST" => "Test", + "TESTS" => "Tests", + "TEST_TYPE" => "Test Type", + "TEST_TYPES" => "Test Types", + "DATE" => "Date", + "DATE_FORMAT" => "Date Format", + "R_DATE" => "Lab Receipt Date", + "C_DATE" => "Collection Date", + "C_TIME" => "Collection Time", + "E_DATE" => "Results Entry Date", + "RE_DATE" => "Date Reported", + "G_DATE" => "Date", + "CUMULATIVE" => "Cumulative", + "REGD_BY" => "Registered By", + "COMMENTS" => "Comments", + "TECHNICIAN" => "Technician", + "TECHNICIANS" => "Technicians", + "RESULTS" => "Results", + "RESULT_COMMENTS" => "Remarks", + "RANGE" => "Range", + "RANGE_OUTOF" => "Out of Range", + "DETAILS" => "Details", + "OPTIONAL" => "Optional", + "REF_OUT" => "Referred Out", + "PENDING_RESULTS" => "Results Pending", + "PENDING_VER" => "Verification Pending", + "DONE" => "Completed", + "REF_RETURNED" => "Referred out and Returned", + "MEASURES" => "Measures", + "VALUES" => "Values", + "OPTIONS" => "Options", + "UNIT" => "Unit", + "RANGE_NUMERIC" => "Numeric Range", + "RANGE_ALPHANUM" => "Alphanumeric Values", + "RANGE_AUTOCOMPLETE" => "Autocomplete", + "YES" => "Yes", + "NO" => "No", + "ERROR" => "Error", + "INVALID" => "Invalid", + "NOTKNOWN" => "Not Known", + "REGD_BY" => "Registered By", + "ENTERED_BY" => "Entered By", + "VERIFIED_BY" => "Verified By", + "RECORDS" => "Records", + "RECORDS_TEST" => "Test Records", + "RECORDS_SPECIMEN" => "Specimen Records", + "RECORDS_PATIENT" => "Patient Records", + "LAB_SECTION" => "Lab Section", + "CMD_VIEW" => "View", + "CMD_ADD" => "Add", + "CMD_ADD" => "Add", + "PREVIEW" => "Preview", + "ALL" => "All", + "ALL_TESTS" => "All Tests", + "CMD_TRACK" => "Track Actions", + "MSG_NOTFOUND" => "Not Found", + "MSG_SIMILARNOTFOUND" => "No similar entries found", + "REF_TO" => "Referred To", + "CMD_REMOVE" => "Remove", + "CMD_VERIFY" => "Verify", + "ENTER_RESULTS" => "Enter Results", + "MSG_ADDED" => "Added", + "FROM_DATE" => "From", + "TO_DATE" => "To", + "DESCRIPTION" => "Description", + "PANEL_TEST" => "Panel Test", + "MSG_MANDATORYFIELD" => "Mandatory Field", + "SWITCH_TOTECH" => "Work as Technician", + "TIPS_SELECTSITE" => "Please select site location", + "TIPS_INCOMPLETEINFO" => "Incomplete information. Please enter and submit again.", + "TIPS_DATEINVALID" => "Error: Invalid date entered", + "ADDNEW" => "Add New", + "ADDANOTHER" => "Add Another", + "COMPATIBLE_SPECIMENS" => "Compatible Specimens", + "COMPATIBLE_TESTS" => "Compatible Tests", + "TIPS_ACC_CONFIRMDELETE" => "Are you sure you want to delete this account?", + "LAB_TECH" => "Lab Technician", + "LAB_RECEPTIONIST" => "Lab Receptionist", + "MSG_ACC_ADDED" => "Account Added", + "MSG_ACC_DELETED" => "Account Deleted", + "MSG_ACC_UPDATED" => "Account Updated", + "TAT" => "Turnaround Time", + "TAT_AVG" => "Average TAT", + "TAT_TARGET" => "Target TAT", + "TAT_ILE" => "90th percentile TAT", + "PREVALENCE_RATE" => "Prevalence Rate", + "LANGUAGE" => "Language", + "USER_FUNCTIONS" => "Functions", + "APPROX" => "approximate", + "LANDSCAPE" => "Landscape mode" + ) , + "header" => array ( + "TITLE" => "", + "LOGGEDINAS" => "Logged in as", + "EDITPROFILE" => "Edit Profile", + "LOGOUT" => "Logout", + "COMMENTS" => "Comments", + "SWITCH_TOMGR" => "Work as Manager", + "MENU_BACKUP" => "Backup Data", + "SWITCH_TOTECH" => "Work as Technician", + "SWITCH_TODIR" => "Work as Director" + ) , + "footer" => array ( + "TITLE" => "", + "FOOTER_MSG" => "A joint initiative of C4G @ Georgia Tech, the CDC and participating countries", + "SWITCHLANG" => "Commutez au Francais" + ) , + "login" => array ( + "TITLE" => "", + "MSG_PLSLOGIN" => "Please log in first", + "MSG_TIMED_OUT" => "Session timed out due to inactivity", + "MSG_ERR_PWD" => "Incorrect username/password", + "MSG_CAPSLOCK" => "Caps Lock is On", + "MSG_NEWPWD" => "Request a New Password", + "TIPS_NEWPWD" => "If you forgot yd, click on the Request a New Password link and a new, temporary password will be sent to your email address." + ) , + "home" => array ( + "TITLE" => "Home", + "WELCOME" => "Welcome", + "TIPS_BLISINTRO" => "The Basic Laboratory Information System (BLIS) tracks patient specimens and laboratory results.", + "TIPS_PWD" => "You can update your profile and password by clicking on Edit Profile." + ) , + "regn" => array ( + "TITLE" => "Registration" + ) , + "find_patient" => array ( + "TITLE" => "Patient Look-up", + "ADD_NEW_PATIENT" => "Add New Patient", + "TIPS_PATIENT_LOOKUP" => "To register a new specimen, enter Patient by ID/Name or add a new Patient first.", + "MSG_NOMATCH" => "No match found", + "CMD_REGISTERSPECIMEN" => "Register Specimen", + "CMD_VIEWPROFILE" => "View Profile" + ) , + "new_patient" => array ( + "TITLE" => "New Patient", + "MSG_BACKTOLOOKUP" => "Back to Patient Look-up", + "MSG_ADDNEWENTRY" => "Please add new entry", + "CMD_SELECTFORREGN" => "Select for Registration", + "SIMILAR_NAMES" => "Similar Names", + "MSG_PID_INVALID" => "Patient ID invalid/already exists", + "TIPS_REGN" => "You can move to the next field by pressing Tab key or clicking on it using the mouse.", + "TIPS_DOB_AGE" => "Only one of Age or Date of Birth is required for entry." + ) , + "new_specimen" => array ( + "TITLE" => "Specimen Registration", + "ADD_ANOTHER_SPECIMEN" => "Add Another Specimen", + "MSG_SELECT_STYPE" => "Select specimen type first", + "MSG_SURETO_REMOVE" => "Are you sure you want to remove this specimen form?", + "MSG_ADD_PATIENT" => "Please select or add a patient first.", + "MSG_STYPE_MISSING" => "Specimen type missing", + "MSG_NOTESTS_SELECTED" => "No tests selected", + "MSG_SID_MISSING" => "Specimen ID missing", + "MSG_SID_INVALID" => "Specimen ID invalid/already exists", + "MSG_RDATE_INVALID" => "Lab receipt date invalid", + "MSG_CDATE_INVALID" => "Collection date invalid", + "MSG_NOTESTMATCH" => "No compatible tests found", + "TIPS_SURETOABORT" => "Are you sure you want to abort this registration?" + ) , + "specimen_added" => array ( + "TITLE" => "Specimens Registered", + "MSG_NEXTSPECIMEN" => "Register Next Specimen" + ) , + "results_entry" => array ( + "TITLE" => "Results", + "MENU_SINGLESPECIMEN" => "Single Specimen Results", + "MENU_BATCHRESULTS" => "Batch Results", + "MENU_VERIFYRESULTS" => "Verify Results", + "MENU_REPORTRESULTS" => "Report Results", + "MENU_WORKSHEET" => "Worksheet", + "BLANK_WORKSHEET" => "Keep Blank", + "NUM_ROWS" => "Number of Rows", + "MSG_PENDINGNOTFOUND" => "No pending specimens found", + "MSG_ALREADYENTERED" => "Results Present", + "MSG_RESULTSUBMITTED" => "Results Submitted", + "MSG_RESULTMISSING" => "Result values missing", + "TIPS_VERIFYCONFIRM" => "Final results. Are you sure?", + "TIPS_VERIFYNOTFOUND" => "No unverified results found", + "TIPS_VERIFYDONE" => "Results marked as verified", + "TIPS_NOSPECIMENSTOTEST" => "No pending specimens to test", + "TIPS_NOUNREPORTEDFOUND" => "No unreported specimens found.", + "CMD_MARKASREPORTED" => "Mark as Reported", + "TIPS_MARKEDREPORTED" => "Selected specimens marked as Reported", + "MSG_RESULTSUBMITTEDALL" => "All results submitted for this patient", + "CUSTOM_WORKSHEET" => "Custom Worksheet" + ) , + "search" => array ( + "TITLE" => "Search", + "TIPS_SEARCH" => "Search for a Specimen by ID or Patients by ID/Name" + ) , + "patient_profile" => array ( + "TITLE" => "Patient Profile", + "MSG_REGNEWSPECIMEN" => "Register New Specimen", + "MSG_UPDATEPROFILE" => "Update Profile", + "MSG_PRINTHISTORY" => "Print Patient Report", + "TIPS_AGEORDOB" => "Please enter either Age or Date of Birth" + ) , + "specimen_info" => array ( + "TITLE" => "Specimen Info", + "REGDTESTS" => "Registered Tests", + "TIPS_NOTESTSREGD" => "No registered tests found for this specimen", + "TIPS_VERIFYDONE" => "Specimen results verified and updated", + "TIPS_ENTRYDONE" => "Specimen results entered", + "TITLE_VERIFY" => "Verify Specimen Results", + "TITLE_ENTRY" => "Specimen Results Entry", + "TIPS_VERIFY" => "Verify results for this specimen and make corrections if any", + "TIPS_ENTRY" => "Enter results for this specimen and make corrections to already existing results if any" + ) , + "lab_configs" => array ( + "TITLE" => "Lab Configurations", + "CMD_ADDNEWLAB" => "Add New Lab", + "CMD_VIEWALL" => "View All", + "NEW_LAB_CONFIGURATION" => "New Lab Configuration", + "MENU_SITEINFO" => "Site Information", + "MENU_FIELDS" => "Confirmation", + "TIPS_CUSTOM" => "Note: Custom fields can be added after the lab has been configured, using Manage lab configuration option.", + "TIPS_CONFIRMNEWLAB" => "Please review and confirm all settings and click on Add to create lab configuration.", + "TIPS_CREATINGLAB" => "Please wait while the system creates lab configuration. This may take a few minutes.", + "TIPS_MISSING_FACILITY" => "Error: Facility Name missing", + "TIPS_MISSING_LOCATION" => "Error: Facility Name missing", + "TIPS_MISSING_MGR" => "Error: Lab Manager not selected", + "TIPS_MISSING_STYPES" => "Error: No specimen types selected", + "TIPS_MISSING_TTYPES" => "Error: No test types selected" + ) , + "lab_config_home" => array ( + "TITLE" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "MENU_BACKUP_REVERT" => "Revert To Backup", + "BACKUP_LOCATION" => "Backup Version", + "INCLUDE_LANGUAGE_SETTINGS" => "Include Language Settings", + "MENU_ST_TYPES" => "Specimen/Test Types", + "MENU_USERS" => "User Accounts", + "MENU_CUSTOM" => "Registration Fields", + "MENU_TAT" => "Target TAT", + "MENU_INFECTION" => "Infection Report", + "MENU_GENERAL" => "General Settings", + "MENU_REPORTCONFIG" => "Daily Report Settings", + "MENU_WORKSHEETCONFIG" => "Worksheet Settings", + "MENU_MGR" => "Change Manager", + "MENU_DEL" => "Delete Configuration", + "MENU_EXPORTCONFIG" => "Export Configuration", + "RECENT_ACTIVITY" => "Recent Activity", + "SP_REGNS" => "Specimen Registrations", + "RE_ENTRIES" => "Result Entries", + "TIPS_RECENTACT" => "No recent user activity found", + "NEW_LAB_USER" => "New Lab User", + "EDIT_LAB_USER" => "New Lab User", + "TIPS_CUSTOMFIELD_NOTFOUND" => "No custom fields exist", + "CUSTOMFIELDS" => "Custom Fields", + "NEW_CUSTOMFIELD" => "New Custom Field", + "EDIT_CUSTOMFIELD" => "Edit Custom Field", + "ASSIGN_TO" => "Assign To", + "TIPS_LABDELETE" => "Are you sure you want to delete this lab configuration? All data and technician accounts will be deleted permanently.", + "TIPS_SPECIMENSNOTSELECTED" => "Error: No specimen types selected", + "TIPS_TESTSNOTSELECTED" => "Error: No test types selected", + "TIPS_USERACC" => "Edit user account details or reset password by entering a new one.", + "GROUP_BYGENDER" => "Group By Gender", + "GROUP_BYAGE" => "Group By Age", + "RANGE_AGE" => "Age Range", + "RANGE_NOTREQD" => "No range configuration required.", + "MSG_PENDINGTAT" => "Default TAT for pending tests", + "MODIFYLANG" => "Modify Language", + "MSG_LANGUPDATED" => "Language strings updated.", + "OTHER_FIELDS" => "Other Fields", + "MARGINS" => "Margins", + "COLUMN_WIDTH" => "Column Width", + "TOP" => "Top", + "BOTTOM" => "Bottom", + "LEFT" => "Left", + "RIGHT" => "Right", + "DAILY" => "Daily", + "WEEKLY" => "Weekly", + "MONTHLY" => "Monthly", + "YEARLY" => "Yearly", + "USE_PNAME_RESULTS" => "Display Name at Results Entry", + "CUSTOM_WORKSHEETS" => "Custom Worksheets", + "NEW_CUSTOMWORKSHEET" => "Add Custom Worksheet", + "ADDED_CUSTOMWORKSHEET" => "Custom Worksheet Added", + "EDIT_CUSTOMWORKSHEET" => "Edit Custom Worksheet", + "UPDATED_CUSTOMWORKSHEET" => "Custom Worksheet Updated", + "BACK_TOCONFIG" => "Back to Configuration", + "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", + "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process." + ) , + "lab_admins" => array ( + "TITLE" => "Lab Managers", + "LABS_ASSIGNED" => "Labs Assigned", + "TIPS_MANAGELAB" => "To edit technician accounts, use Manage option in Lab Configurations page.", + "TIPS_ACC_LABSEXIST" => "Lab Configurations exist under this admin account. Please delete or re-assign them before deleting this account.", + "ADD_NEW_ADMIN" => "Add New Manager", + "EDIT_ADMIN_ACC" => "Edit Lab Manager" + ) , + "catalog" => array ( + "TITLE" => "Test Catalog", + "MENU_REMOVEDATA" => "Delete Catalog Data", + "TIPS_CATALOG" => "You can add, remove or modify specimen types, test types and valid ranges on this page.", + "TIPS_TESTSNOTFOUND" => "No Test Types found in Catalog", + "TIPS_SPECIMENSNOTFOUND" => "No Specimen Types found in Catalog", + "TIPS_REMOVEDATA" => "Sure to remove catalog data? All specimen/test types will be deleted and would have to be entered again.", + "NEW_TEST_TYPE" => "New Test Type", + "NEW_SPECIMEN_TYPE" => "New Specimen Type", + "EDIT_TEST_TYPE" => "Edit Test Type", + "EDIT_SPECIMEN_TYPE" => "Edit Specimen Type", + "NEW_LAB_SECTION" => "New Lab Section", + "TIPS_MISSING_TESTNAME" => "Error: Test name missing", + "TIPS_MISSING_SPECIMENNAME" => "Error: Specimen name missing", + "TIPS_MISSING_CATNAME" => "Error: Lab Section missing", + "TIPS_MISSING_SELECTEDSPECIMEN" => "Error: No compatible specimens selected ", + "TIPS_MISSING_SELECTEDTESTS" => "Error: No compatible tests selected ", + "TIPS_MISSING_SELECTEDMEASURES" => "Error: No measures selected for this test type", + "TEST_TYPE_ADDED" => "Test Type Added", + "SPECIMEN_TYPE_ADDED" => "Specimen Type Added", + "TEST_TYPE_UPDATED" => "Test Type Updated", + "SPECIMEN_TYPE_UPDATED" => "Specimen Type Updated", + "CMD_BACK_TOCATALOG" => "Back to Catalog" + ) , + "reports" => array ( + "TITLE" => "Reports", + "MENU_DAILY" => "Daily Reports", + "MENU_PATIENT" => "Patient Report", + "MENU_SPECIMEN" => "Individual Specimen", + "MENU_PHISTORY" => "Patient History", + "MENU_TESTRECORDS" => "Test Records", + "MENU_PENDINGTESTS" => "Pending Tests", + "MENU_DAILYLOGS" => "Daily Log", + "MENU_AGGREPORTS" => "Aggregate Reports", + "MENU_INFECTIONSUMMARY" => "Prevalence Rate", + "MENU_COUNTS" => "Counts", + "MENU_TAT" => "Turnaround Time", + "MENU_INFECTIONREPORT" => "Infection Report", + "COUNT_TYPE" => "Count Type", + "COUNT_TEST" => "Test Count", + "COUNT_SPECIMEN" => "Specimen Count", + "TIPS_PHISTORY" => "Select Site and Patient ID to print Patient Test History.", + "TIPS_SPECIMEN" => "Select Specimen to view Report of all tests done on it", + "TIPS_TESTRECORDS" => "Select Site, Test Type, Date Interval and Fields to print Test Records.", + "TIPS_PENDINGTESTS" => "Select Site and Test Type to view tests pending at the site.", + "TIPS_DAILYLOGS" => "Print all records handled on a given day.", + "TIPS_INFECTIONSUMMARY" => "Select facility and date range to view infection graph and prevalence rates.", + "TIPS_COUNTS" => "Select Site and Date Interval to view number of Specimens or Tests Handled over the specified duration.", + "TIPS_TAT" => "Select Site and Date Interval to view average test-wise Turn around Times over the specified duration.", + "TIPS_INFECTIONREPORT" => "Select tests to generate age and gender-wise Infection Report.", + "TIPS_GETACCESSIONREPORT" => "Get Entire Accession Report", + "RANGE_NORMAL" => "Normal Range", + "REPORT_SAMPLE" => "Complete Sample Report", + "TIPS_RECNOTFOUND" => "No records found", + "TOTAL" => "Total", + "TOTAL_TESTS" => "Total Tests", + "TOTAL_PATIENTS" => "Total Patients", + "TOTAL_SPECIMENS" => "Total Specimens", + "TESTED_N" => "Tested Negative", + "TESTED_P" => "Tested Positive", + "TOTAL_MF" => "M/F Total", + "RANGE_AGE" => "Age Ranges", + "MSG_BACKTOREPORTS" => "Back To Reports", + "TIPS_NONEWTESTS" => "No new tests registered on this date.", + "TIPS_NONEWPATIENTS" => "No new patients registered on this date.", + "MSG_SHOWTABLE" => "Show Table", + "MSG_HIDETABLE" => "Hide Table", + "MSG_SHOWGRAPH" => "Show Graph", + "MSG_HIDEGRAPH" => "Hide Graph", + "TIPS_NODISCRETE" => "Error: No alphanumeric value tests found", + "PROGRESSION_M" => "Monthly", + "PROGRESSION_W" => "Weekly", + "PROGRESSION_D" => "Daily", + "REPORT_PERIOD" => "Reporting Period", + "TIPS_NOTATTESTS" => "No test entries found for the given date range.", + "TIPS_TATEXCEED" => "No specimens exceeded target TAT.", + "TIPS_TATEXCEEDNUM" => "Specimens exceeded target TAT.", + "TIPS_TATNOPENDING" => "No specimens pending in the supplied date interval.", + "TIPS_TATPENDING" => "Specimens pending in the supplied date interval.", + "TIPS_CONFIGINFECTION" => "ERROR: Infection Report not configured for this facility. Please contact lab manager.", + "TIPS_NOMATCHSPECIMENS" => "No matching specimens found", + "TIPS_MULTPATIENTS" => "Selected specimens belong to different patients. Please try again.", + "MSG_INCLUDEPENDING" => "Include Pending Tests", + "TIPS_TABLESORT" => "Click on column heading to sort the table by that field.", + "MSG_ALLTESTSCOMPLETED" => "All tests completed" + ) , + "edit_profile" => array ( + "LINK_CHANGEPWD" => "Change Password", + "TIPS_CASEPWD" => "Please note that passwords are case-sensitive.", + "MSG_NOFIELDUPDATE" => "No profile fields to update", + "CURRPWD" => "Current Password", + "NEWPWD" => "New Password", + "REENTERPWD" => "Re-enter Password", + "MSG_REQDFIELD" => "Required field", + "MSG_PWDNOMATCH" => "Passwords do not match", + "MSG_PWDMINLENGTH" => "Min password length is 3", + "MSG_PROFILEUPDATED" => "Profile Updated", + "MSG_PWDUPDATEERROR" => "Error while updating Password", + "MSG_PWDMATCHERROR" => "Error: Old password did not match", + "MSG_PWDUPDATED" => "Password updated", + "MSG_PWDUPDATED" => "Password updated" + ) , + "help" => array ( + "TITLE" => "Help" + ) , + "lang_modify" => array ( + "TITLE" => "Modify Language", + "CATEGORY" => "Category" + ) +); + +include("../lang/lang_util.php"); +?> \ No newline at end of file diff --git a/htdocs/update/en.php b/htdocs/update/en.php index cec3e5dff..1809e68e0 100644 --- a/htdocs/update/en.php +++ b/htdocs/update/en.php @@ -216,7 +216,7 @@ "MSG_NOMATCH" => "No match found", "CMD_REGISTERSPECIMEN" => "Register Specimen", "CMD_VIEWPROFILE" => "View Profile" - ) , + ) , "doctor_register" => array ( "TITLE" => "Patient Look-up", "ADD_NEW_PATIENT" => "Add New Patient", @@ -499,7 +499,7 @@ "MSG_NOMATCH" => "No match found", "CMD_REGISTERSPECIMEN" => "Register Specimen", "CMD_VIEWPROFILE" => "View Profile" - ) + ) ); diff --git a/htdocs/update/en.php.bak b/htdocs/update/en.php.bak new file mode 100644 index 000000000..be0a2c8de --- /dev/null +++ b/htdocs/update/en.php.bak @@ -0,0 +1,490 @@ + array ( + "TIPS" => "Tips", + "USERNAME" => "Username", + "PWD" => "Password", + "PWD_TEMP" => "Temp Password", + "PWD_RESET" => "Reset Password", + "NAME" => "Name", + "PHONE" => "Phone No.", + "EMAIL" => "Email", + "CMD_LOGIN" => "Login", + "CMD_SEARCH" => "Search", + "CMD_SUBMIT" => "Submit", + "CMD_SUBMITTING" => "Submitting", + "CMD_UPDATE" => "Update", + "MSG_UPDATED" => "Updated", + "CMD_CANCEL" => "Cancel", + "CMD_SKIP" => "Skip", + "CMD_HIDE" => "Hide", + "CMD_SHOW" => "Show", + "REPORT_TYPE" => "Report Type", + "REPORT_TO" => "Report To", + "MSG_REQDFIELD" => "This field is required", + "REPORTED" => "Reported", + "REPORTED_NOT" => "Not Yet Reported", + "SKIPPED" => "Skipped", + "CMD_BACK" => "Back", + "CMD_GETREPORT" => "Get Report", + "MSG_SELECT_TTYPE" => "Select test type first", + "CMD_EDIT" => "Edit", + "CMD_EXPORTWORD" => "Export as Word Document", + "CMD_EXPORTTXT" => "Export as Text File", + "CMD_EXPORTPDF" => "Export as PDF", + "CMD_SELECT" => "Select", + "CMD_DELETE" => "Delete", + "CMD_ENTER" => "Enter", + "CMD_OK" => "OK", + "CMD_PRINT" => "Print", + "CMD_SEARCHING" => "Searching", + "CMD_FETCH" => "Fetch", + "CMD_FETCHING" => "Fetching", + "MSG_DELETED" => "Deleted", + "MSG_RESET" => "Reset", + "SELECT_ONE" => "Select one", + "CMD_CLOSEPAGE" => "Close This Page", + "CMD_CLOSEPREVIEW" => "Close Preview", + "FACILITY" => "Facility", + "LOCATION" => "Location", + "LAB_MGR" => "Lab Manager", + "LAB_DIR" => "Country Director", + "TYPE" => "Type", + "LAB_STATUS" => "Lab Status", + "SP_STATUS" => "Status", + "MANAGE" => "Manage", + "CMD_ADDNEWACCOUNT" => "Add New Account", + "CMD_THISTORY" => "Test History", + "DOCTOR" => "Physician/Hospital", + "PATIENT" => "Patient", + "PATIENTS" => "Patients", + "PATIENT_NAME" => "Patient Name", + "PATIENT_ID" => "Patient ID", + "ADDL_ID" => "Additional ID", + "GENDER" => "Gender", + "MALE" => "Male", + "FEMALE" => "Female", + "PATIENT_DAILYNUM" => "Patient Number", + "AGE" => "Age", + "OR" => "Or", + "DOB" => "Date of Birth", + "YEARS" => "Years", + "MONTHS" => "Months", + "DAYS" => "Days", + "HOURS" => "Hours", + "DROPDOWN" => "Drop-down Options", + "FREETEXT" => "Free-text", + "NUMERIC_FIELD" => "Numeric", + "MULTISELECT" => "Multi-select", + "ACCESSION_NUM" => "Accession No.", + "SPECIMEN" => "Specimen", + "IF_AVLBL" => "if available", + "SPECIMENS" => "Specimens", + "SPECIMEN_ID" => "Specimen ID", + "ADDL_ID_S" => "Additional ID", + "SPECIMEN_TYPE" => "Specimen Type", + "SPECIMEN_TYPES" => "Specimen Types", + "TEST" => "Test", + "TESTS" => "Tests", + "TEST_TYPE" => "Test Type", + "TEST_TYPES" => "Test Types", + "DATE" => "Date", + "DATE_FORMAT" => "Date Format", + "R_DATE" => "Lab Receipt Date", + "C_DATE" => "Collection Date", + "C_TIME" => "Collection Time", + "E_DATE" => "Results Entry Date", + "RE_DATE" => "Date Reported", + "G_DATE" => "Date", + "CUMULATIVE" => "Cumulative", + "REGD_BY" => "Registered By", + "COMMENTS" => "Comments", + "TECHNICIAN" => "Technician", + "TECHNICIANS" => "Technicians", + "RESULTS" => "Results", + "RESULT_COMMENTS" => "Remarks", + "RANGE" => "Range", + "RANGE_OUTOF" => "Out of Range", + "DETAILS" => "Details", + "OPTIONAL" => "Optional", + "REF_OUT" => "Referred Out", + "PENDING_RESULTS" => "Results Pending", + "PENDING_VER" => "Verification Pending", + "DONE" => "Completed", + "REF_RETURNED" => "Referred out and Returned", + "MEASURES" => "Measures", + "VALUES" => "Values", + "OPTIONS" => "Options", + "UNIT" => "Unit", + "RANGE_NUMERIC" => "Numeric Range", + "RANGE_ALPHANUM" => "Alphanumeric Values", + "RANGE_AUTOCOMPLETE" => "Autocomplete", + "YES" => "Yes", + "NO" => "No", + "ERROR" => "Error", + "INVALID" => "Invalid", + "NOTKNOWN" => "Not Known", + "REGD_BY" => "Registered By", + "ENTERED_BY" => "Entered By", + "VERIFIED_BY" => "Verified By", + "RECORDS" => "Records", + "RECORDS_TEST" => "Test Records", + "RECORDS_SPECIMEN" => "Specimen Records", + "RECORDS_PATIENT" => "Patient Records", + "LAB_SECTION" => "Lab Section", + "CMD_VIEW" => "View", + "CMD_ADD" => "Add", + "CMD_ADD" => "Add", + "PREVIEW" => "Preview", + "ALL" => "All", + "ALL_TESTS" => "All Tests", + "CMD_TRACK" => "Track Actions", + "MSG_NOTFOUND" => "Not Found", + "MSG_SIMILARNOTFOUND" => "No similar entries found", + "REF_TO" => "Referred To", + "CMD_REMOVE" => "Remove", + "CMD_VERIFY" => "Verify", + "ENTER_RESULTS" => "Enter Results", + "MSG_ADDED" => "Added", + "FROM_DATE" => "From", + "TO_DATE" => "To", + "DESCRIPTION" => "Description", + "PANEL_TEST" => "Panel Test", + "MSG_MANDATORYFIELD" => "Mandatory Field", + "SWITCH_TOTECH" => "Work as Technician", + "TIPS_SELECTSITE" => "Please select site location", + "TIPS_INCOMPLETEINFO" => "Incomplete information. Please enter and submit again.", + "TIPS_DATEINVALID" => "Error: Invalid date entered", + "ADDNEW" => "Add New", + "ADDANOTHER" => "Add Another", + "COMPATIBLE_SPECIMENS" => "Compatible Specimens", + "COMPATIBLE_TESTS" => "Compatible Tests", + "TIPS_ACC_CONFIRMDELETE" => "Are you sure you want to delete this account?", + "LAB_TECH" => "Lab Technician", + "LAB_RECEPTIONIST" => "Lab Receptionist", + "MSG_ACC_ADDED" => "Account Added", + "MSG_ACC_DELETED" => "Account Deleted", + "MSG_ACC_UPDATED" => "Account Updated", + "TAT" => "Turnaround Time", + "TAT_AVG" => "Average TAT", + "TAT_TARGET" => "Target TAT", + "TAT_ILE" => "90th percentile TAT", + "PREVALENCE_RATE" => "Prevalence Rate", + "LANGUAGE" => "Language", + "USER_FUNCTIONS" => "Functions", + "APPROX" => "approximate", + "LANDSCAPE" => "Landscape mode" + ) , + "header" => array ( + "TITLE" => "", + "LOGGEDINAS" => "Logged in as", + "EDITPROFILE" => "Edit Profile", + "LOGOUT" => "Logout", + "COMMENTS" => "Comments", + "MENU_BACKUP" => "Backup Data", + "SWITCH_TOMGR" => "Work as Manager", + "SWITCH_TOTECH" => "Work as Technician", + "SWITCH_TODIR" => "Work as Director" + ) , + "footer" => array ( + "TITLE" => "", + "FOOTER_MSG" => "A joint initiative of C4G @ Georgia Tech, the CDC and participating countries", + "SWITCHLANG" => "Commutez au Francais" + ) , + "login" => array ( + "TITLE" => "", + "MSG_PLSLOGIN" => "Please log in first", + "MSG_TIMED_OUT" => "Session timed out due to inactivity", + "MSG_ERR_PWD" => "Incorrect username/password", + "MSG_CAPSLOCK" => "Caps Lock is On", + "MSG_NEWPWD" => "Request a New Password", + "TIPS_NEWPWD" => "If you forgot your password, click on the Request a New Password link and a new, temporary password will be sent to your email address." + ) , + "home" => array ( + "TITLE" => "Home", + "WELCOME" => "Welcome", + "TIPS_BLISINTRO" => "The Basic Laboratory Information System (BLIS) tracks patient specimens and laboratory results.", + "TIPS_PWD" => "You can update your profile and password by clicking on Edit Profile." + ) , + "regn" => array ( + "TITLE" => "Registration" + ) , + "find_patient" => array ( + "TITLE" => "Patient Look-up", + "ADD_NEW_PATIENT" => "Add New Patient", + "TIPS_PATIENT_LOOKUP" => "To register a new specimen, enter Patient by ID/Name or add a new Patient first.", + "MSG_NOMATCH" => "No match found", + "CMD_REGISTERSPECIMEN" => "Register Specimen", + "CMD_VIEWPROFILE" => "View Profile" + ) , + "new_patient" => array ( + "TITLE" => "New Patient", + "MSG_BACKTOLOOKUP" => "Back to Patient Look-up", + "MSG_ADDNEWENTRY" => "Please add new entry", + "CMD_SELECTFORREGN" => "Select for Registration", + "SIMILAR_NAMES" => "Similar Names", + "MSG_PID_INVALID" => "Patient ID invalid/already exists", + "TIPS_REGN" => "You can move to the next field by pressing Tab key or clicking on it using the mouse.", + "TIPS_DOB_AGE" => "Only one of Age or Date of Birth is required for entry." + ) , + "new_specimen" => array ( + "TITLE" => "Specimen Registration", + "ADD_ANOTHER_SPECIMEN" => "Add Another Specimen", + "MSG_SELECT_STYPE" => "Select specimen type first", + "MSG_SURETO_REMOVE" => "Are you sure you want to remove this specimen form?", + "MSG_ADD_PATIENT" => "Please select or add a patient first.", + "MSG_STYPE_MISSING" => "Specimen type missing", + "MSG_NOTESTS_SELECTED" => "No tests selected", + "MSG_SID_MISSING" => "Specimen ID missing", + "MSG_SID_INVALID" => "Specimen ID invalid/already exists", + "MSG_RDATE_INVALID" => "Lab receipt date invalid", + "MSG_CDATE_INVALID" => "Collection date invalid", + "MSG_NOTESTMATCH" => "No compatible tests found", + "TIPS_SURETOABORT" => "Are you sure you want to abort this registration?" + ) , + "specimen_added" => array ( + "TITLE" => "Specimens Registered", + "MSG_NEXTSPECIMEN" => "Register Next Specimen" + ) , + "results_entry" => array ( + "TITLE" => "Results", + "MENU_SINGLESPECIMEN" => "Single Specimen Results", + "MENU_BATCHRESULTS" => "Batch Results", + "MENU_VERIFYRESULTS" => "Verify Results", + "MENU_REPORTRESULTS" => "Report Results", + "MENU_WORKSHEET" => "Worksheet", + "BLANK_WORKSHEET" => "Keep Blank", + "NUM_ROWS" => "Number of Rows", + "MSG_PENDINGNOTFOUND" => "No pending specimens found", + "MSG_ALREADYENTERED" => "Results Present", + "MSG_RESULTSUBMITTED" => "Results Submitted", + "MSG_RESULTMISSING" => "Result values missing", + "TIPS_VERIFYCONFIRM" => "Final results. Are you sure?", + "TIPS_VERIFYNOTFOUND" => "No unverified results found", + "TIPS_VERIFYDONE" => "Results marked as verified", + "TIPS_NOSPECIMENSTOTEST" => "No pending specimens to test", + "TIPS_NOUNREPORTEDFOUND" => "No unreported specimens found.", + "CMD_MARKASREPORTED" => "Mark as Reported", + "TIPS_MARKEDREPORTED" => "Selected specimens marked as Reported", + "MSG_RESULTSUBMITTEDALL" => "All results submitted for this patient", + "CUSTOM_WORKSHEET" => "Custom Worksheet" + ) , + "search" => array ( + "TITLE" => "Search", + "TIPS_SEARCH" => "Search for a Specimen by ID or Patients by ID/Name" + ) , + "patient_profile" => array ( + "TITLE" => "Patient Profile", + "MSG_REGNEWSPECIMEN" => "Register New Specimen", + "MSG_UPDATEPROFILE" => "Update Profile", + "MSG_PRINTHISTORY" => "Print Patient Report", + "TIPS_AGEORDOB" => "Please enter either Age or Date of Birth" + ) , + "specimen_info" => array ( + "TITLE" => "Specimen Info", + "REGDTESTS" => "Registered Tests", + "TIPS_NOTESTSREGD" => "No registered tests found for this specimen", + "TIPS_VERIFYDONE" => "Specimen results verified and updated", + "TIPS_ENTRYDONE" => "Specimen results entered", + "TITLE_VERIFY" => "Verify Specimen Results", + "TITLE_ENTRY" => "Specimen Results Entry", + "TIPS_VERIFY" => "Verify results for this specimen and make corrections if any", + "TIPS_ENTRY" => "Enter results for this specimen and make corrections to already existing results if any" + ) , + "lab_configs" => array ( + "TITLE" => "Lab Configurations", + "CMD_ADDNEWLAB" => "Add New Lab", + "CMD_VIEWALL" => "View All", + "NEW_LAB_CONFIGURATION" => "New Lab Configuration", + "MENU_SITEINFO" => "Site Information", + "MENU_FIELDS" => "Confirmation", + "TIPS_CUSTOM" => "Note: Custom fields can be added after the lab has been configured, using Manage lab configuration option.", + "TIPS_CONFIRMNEWLAB" => "Please review and confirm all settings and click on Add to create lab configuration.", + "TIPS_CREATINGLAB" => "Please wait while the system creates lab configuration. This may take a few minutes.", + "TIPS_MISSING_FACILITY" => "Error: Facility Name missing", + "TIPS_MISSING_LOCATION" => "Error: Facility Name missing", + "TIPS_MISSING_MGR" => "Error: Lab Manager not selected", + "TIPS_MISSING_STYPES" => "Error: No specimen types selected", + "TIPS_MISSING_TTYPES" => "Error: No test types selected" + ) , + "lab_config_home" => array ( + "TITLE" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "MENU_BACKUP_REVERT" => "Revert To Backup", + "BACKUP_LOCATION" => "Backup Version", + "INCLUDE_LANGUAGE_SETTINGS" => "Include Language Settings", + "MENU_ST_TYPES" => "Specimen/Test Types", + "MENU_USERS" => "User Accounts", + "MENU_CUSTOM" => "Registration Fields", + "MENU_TAT" => "Target TAT", + "MENU_INFECTION" => "Infection Report", + "MENU_GENERAL" => "General Settings", + "MENU_REPORTCONFIG" => "Daily Report Settings", + "MENU_WORKSHEETCONFIG" => "Worksheet Settings", + "MENU_MGR" => "Change Manager", + "MENU_DEL" => "Delete Configuration", + "MENU_EXPORTCONFIG" => "Export Configuration", + "RECENT_ACTIVITY" => "Recent Activity", + "SP_REGNS" => "Specimen Registrations", + "RE_ENTRIES" => "Result Entries", + "TIPS_RECENTACT" => "No recent user activity found", + "NEW_LAB_USER" => "New Lab User", + "EDIT_LAB_USER" => "New Lab User", + "TIPS_CUSTOMFIELD_NOTFOUND" => "No custom fields exist", + "CUSTOMFIELDS" => "Custom Fields", + "NEW_CUSTOMFIELD" => "New Custom Field", + "EDIT_CUSTOMFIELD" => "Edit Custom Field", + "ASSIGN_TO" => "Assign To", + "TIPS_LABDELETE" => "Are you sure you want to delete this lab configuration? All data and technician accounts will be deleted permanently.", + "TIPS_SPECIMENSNOTSELECTED" => "Error: No specimen types selected", + "TIPS_TESTSNOTSELECTED" => "Error: No test types selected", + "TIPS_USERACC" => "Edit user account details or reset password by entering a new one.", + "GROUP_BYGENDER" => "Group By Gender", + "GROUP_BYAGE" => "Group By Age", + "RANGE_AGE" => "Age Range", + "RANGE_NOTREQD" => "No range configuration required.", + "MSG_PENDINGTAT" => "Default TAT for pending tests", + "MODIFYLANG" => "Modify Language", + "MSG_LANGUPDATED" => "Language strings updated.", + "OTHER_FIELDS" => "Other Fields", + "MARGINS" => "Margins", + "COLUMN_WIDTH" => "Column Width", + "TOP" => "Top", + "BOTTOM" => "Bottom", + "LEFT" => "Left", + "RIGHT" => "Right", + "DAILY" => "Daily", + "WEEKLY" => "Weekly", + "MONTHLY" => "Monthly", + "YEARLY" => "Yearly", + "USE_PNAME_RESULTS" => "Display Name at Results Entry", + "CUSTOM_WORKSHEETS" => "Custom Worksheets", + "NEW_CUSTOMWORKSHEET" => "Add Custom Worksheet", + "ADDED_CUSTOMWORKSHEET" => "Custom Worksheet Added", + "EDIT_CUSTOMWORKSHEET" => "Edit Custom Worksheet", + "UPDATED_CUSTOMWORKSHEET" => "Custom Worksheet Updated", + "BACK_TOCONFIG" => "Back to Configuration", + "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", + "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process." + ) , + "lab_admins" => array ( + "TITLE" => "Lab Managers", + "LABS_ASSIGNED" => "Labs Assigned", + "TIPS_MANAGELAB" => "To edit technician accounts, use Manage option in Lab Configurations page.", + "TIPS_ACC_LABSEXIST" => "Lab Configurations exist under this admin account. Please delete or re-assign them before deleting this account.", + "ADD_NEW_ADMIN" => "Add New Manager", + "EDIT_ADMIN_ACC" => "Edit Lab Manager" + ) , + "catalog" => array ( + "TITLE" => "Test Catalog", + "MENU_REMOVEDATA" => "Delete Catalog Data", + "TIPS_CATALOG" => "You can add, remove or modify specimen types, test types and valid ranges on this page.", + "TIPS_TESTSNOTFOUND" => "No Test Types found in Catalog", + "TIPS_SPECIMENSNOTFOUND" => "No Specimen Types found in Catalog", + "TIPS_REMOVEDATA" => "Sure to remove catalog data? All specimen/test types will be deleted and would have to be entered again.", + "NEW_TEST_TYPE" => "New Test Type", + "NEW_SPECIMEN_TYPE" => "New Specimen Type", + "EDIT_TEST_TYPE" => "Edit Test Type", + "EDIT_SPECIMEN_TYPE" => "Edit Specimen Type", + "NEW_LAB_SECTION" => "New Lab Section", + "TIPS_MISSING_TESTNAME" => "Error: Test name missing", + "TIPS_MISSING_SPECIMENNAME" => "Error: Specimen name missing", + "TIPS_MISSING_CATNAME" => "Error: Lab Section missing", + "TIPS_MISSING_SELECTEDSPECIMEN" => "Error: No compatible specimens selected ", + "TIPS_MISSING_SELECTEDTESTS" => "Error: No compatible tests selected ", + "TIPS_MISSING_SELECTEDMEASURES" => "Error: No measures selected for this test type", + "TEST_TYPE_ADDED" => "Test Type Added", + "SPECIMEN_TYPE_ADDED" => "Specimen Type Added", + "TEST_TYPE_UPDATED" => "Test Type Updated", + "SPECIMEN_TYPE_UPDATED" => "Specimen Type Updated", + "CMD_BACK_TOCATALOG" => "Back to Catalog" + ) , + "reports" => array ( + "TITLE" => "Reports", + "MENU_DAILY" => "Daily Reports", + "MENU_PATIENT" => "Patient Report", + "MENU_SPECIMEN" => "Individual Specimen", + "MENU_PHISTORY" => "Patient History", + "MENU_TESTRECORDS" => "Test Records", + "MENU_PENDINGTESTS" => "Pending Tests", + "MENU_DAILYLOGS" => "Daily Log", + "MENU_AGGREPORTS" => "Aggregate Reports", + "MENU_INFECTIONSUMMARY" => "Prevalence Rate", + "MENU_COUNTS" => "Counts", + "MENU_TAT" => "Turnaround Time", + "MENU_INFECTIONREPORT" => "Infection Report", + "COUNT_TYPE" => "Count Type", + "COUNT_TEST" => "Test Count", + "COUNT_SPECIMEN" => "Specimen Count", + "TIPS_PHISTORY" => "Select Site and Patient ID to print Patient Test History.", + "TIPS_SPECIMEN" => "Select Specimen to view Report of all tests done on it", + "TIPS_TESTRECORDS" => "Select Site, Test Type, Date Interval and Fields to print Test Records.", + "TIPS_PENDINGTESTS" => "Select Site and Test Type to view tests pending at the site.", + "TIPS_DAILYLOGS" => "Print all records handled on a given day.", + "TIPS_INFECTIONSUMMARY" => "Select facility and date range to view infection graph and prevalence rates.", + "TIPS_COUNTS" => "Select Site and Date Interval to view number of Specimens or Tests Handled over the specified duration.", + "TIPS_TAT" => "Select Site and Date Interval to view average test-wise Turn around Times over the specified duration.", + "TIPS_INFECTIONREPORT" => "Select tests to generate age and gender-wise Infection Report.", + "TIPS_GETACCESSIONREPORT" => "Get Entire Accession Report", + "RANGE_NORMAL" => "Normal Range", + "REPORT_SAMPLE" => "Complete Sample Report", + "TIPS_RECNOTFOUND" => "No records found", + "TOTAL" => "Total", + "TOTAL_TESTS" => "Total Tests", + "TOTAL_PATIENTS" => "Total Patients", + "TOTAL_SPECIMENS" => "Total Specimens", + "TESTED_N" => "Tested Negative", + "TESTED_P" => "Tested Positive", + "TOTAL_MF" => "M/F Total", + "RANGE_AGE" => "Age Ranges", + "MSG_BACKTOREPORTS" => "Back To Reports", + "TIPS_NONEWTESTS" => "No new tests registered on this date.", + "TIPS_NONEWPATIENTS" => "No new patients registered on this date.", + "MSG_SHOWTABLE" => "Show Table", + "MSG_HIDETABLE" => "Hide Table", + "MSG_SHOWGRAPH" => "Show Graph", + "MSG_HIDEGRAPH" => "Hide Graph", + "TIPS_NODISCRETE" => "Error: No alphanumeric value tests found", + "PROGRESSION_M" => "Monthly", + "PROGRESSION_W" => "Weekly", + "PROGRESSION_D" => "Daily", + "REPORT_PERIOD" => "Reporting Period", + "TIPS_NOTATTESTS" => "No test entries found for the given date range.", + "TIPS_TATEXCEED" => "No specimens exceeded target TAT.", + "TIPS_TATEXCEEDNUM" => "Specimens exceeded target TAT.", + "TIPS_TATNOPENDING" => "No specimens pending in the supplied date interval.", + "TIPS_TATPENDING" => "Specimens pending in the supplied date interval.", + "TIPS_CONFIGINFECTION" => "ERROR: Infection Report not configured for this facility. Please contact lab manager.", + "TIPS_NOMATCHSPECIMENS" => "No matching specimens found", + "TIPS_MULTPATIENTS" => "Selected specimens belong to different patients. Please try again.", + "MSG_INCLUDEPENDING" => "Include Pending Tests", + "TIPS_TABLESORT" => "Click on column heading to sort the table by that field.", + "MSG_ALLTESTSCOMPLETED" => "All tests completed" + ) , + "edit_profile" => array ( + "LINK_CHANGEPWD" => "Change Password", + "TIPS_CASEPWD" => "Please note that passwords are case-sensitive.", + "MSG_NOFIELDUPDATE" => "No profile fields to update", + "CURRPWD" => "Current Password", + "NEWPWD" => "New Password", + "REENTERPWD" => "Re-enter Password", + "MSG_REQDFIELD" => "Required field", + "MSG_PWDNOMATCH" => "Passwords do not match", + "MSG_PWDMINLENGTH" => "Min password length is 3", + "MSG_PROFILEUPDATED" => "Profile Updated", + "MSG_PWDUPDATEERROR" => "Error while updating Password", + "MSG_PWDMATCHERROR" => "Error: Old password did not match", + "MSG_PWDUPDATED" => "Password updated", + "MSG_PWDUPDATED" => "Password updated" + ) , + "help" => array ( + "TITLE" => "Help" + ) , + "lang_modify" => array ( + "TITLE" => "Modify Language", + "CATEGORY" => "Category" + ) +); + +include("../lang/lang_util.php"); +?> \ No newline at end of file diff --git a/htdocs/update/fr.php.bak b/htdocs/update/fr.php.bak new file mode 100644 index 000000000..1ef9e2a12 --- /dev/null +++ b/htdocs/update/fr.php.bak @@ -0,0 +1,491 @@ + array ( + "TIPS" => "Conseils", + "USERNAME" => "Nome de User", + "PWD" => "Password", + "PWD_TEMP" => "Temp Password", + "PWD_RESET" => "Reset Password", + "NAME" => "Name", + "PHONE" => "Phone No.", + "EMAIL" => "Email", + "CMD_LOGIN" => "Login", + "CMD_SEARCH" => "Search", + "CMD_SUBMIT" => "Submit", + "CMD_SUBMITTING" => "Submitting", + "CMD_UPDATE" => "Update", + "MSG_UPDATED" => "Updated", + "CMD_CANCEL" => "Cancel", + "CMD_SKIP" => "Skip", + "CMD_HIDE" => "Hide", + "CMD_SHOW" => "Show", + "REPORT_TYPE" => "Report Type", + "REPORT_TO" => "Report To", + "MSG_REQDFIELD" => "This field is required", + "REPORTED" => "Reported", + "REPORTED_NOT" => "Not Yet Reported", + "SKIPPED" => "Skipped", + "CMD_BACK" => "Back", + "CMD_GETREPORT" => "Get Report", + "MSG_SELECT_TTYPE" => "Select test type first", + "CMD_EDIT" => "Edit", + "CMD_EXPORTWORD" => "Export as Word Document", + "CMD_EXPORTTXT" => "Export as Text File", + "CMD_EXPORTPDF" => "Export as PDF", + "CMD_SELECT" => "Select", + "CMD_DELETE" => "Delete", + "CMD_ENTER" => "Enter", + "CMD_OK" => "OK", + "CMD_PRINT" => "Print", + "CMD_SEARCHING" => "Searching", + "CMD_FETCH" => "Fetch", + "CMD_FETCHING" => "Fetching", + "MSG_DELETED" => "Deleted", + "MSG_RESET" => "Reset", + "SELECT_ONE" => "Select one", + "CMD_CLOSEPAGE" => "Close This Page", + "CMD_CLOSEPREVIEW" => "Close Preview", + "FACILITY" => "Facility", + "LOCATION" => "Location", + "LAB_MGR" => "Lab Manager", + "LAB_DIR" => "Country Director", + "TYPE" => "Type", + "LAB_STATUS" => "Lab Status", + "SP_STATUS" => "Status", + "MANAGE" => "Manage", + "CMD_ADDNEWACCOUNT" => "Add New Account", + "CMD_THISTORY" => "Test History", + "DOCTOR" => "Physician/Hospital", + "PATIENT" => "Patient", + "PATIENTS" => "Patients", + "PATIENT_NAME" => "Patient Name", + "PATIENT_ID" => "Patient ID", + "ADDL_ID" => "Additional ID", + "GENDER" => "Gender", + "MALE" => "Male", + "FEMALE" => "Female", + "PATIENT_DAILYNUM" => "Patient Number", + "AGE" => "Age", + "OR" => "Or", + "DOB" => "Date of Birth", + "YEARS" => "Years", + "MONTHS" => "Months", + "DAYS" => "Days", + "HOURS" => "Hours", + "DROPDOWN" => "Drop-down Options", + "FREETEXT" => "Free-text", + "NUMERIC_FIELD" => "Numeric", + "MULTISELECT" => "Multi-select", + "ACCESSION_NUM" => "Accession No.", + "SPECIMEN" => "Specimen", + "IF_AVLBL" => "if available", + "SPECIMENS" => "Specimens", + "SPECIMEN_ID" => "Specimen ID", + "ADDL_ID_S" => "Additional ID", + "SPECIMEN_TYPE" => "Specimen Type", + "SPECIMEN_TYPES" => "Specimen Types", + "TEST" => "Test", + "TESTS" => "Tests", + "TEST_TYPE" => "Test Type", + "TEST_TYPES" => "Test Types", + "DATE" => "Date", + "DATE_FORMAT" => "Date Format", + "R_DATE" => "Lab Receipt Date", + "C_DATE" => "Collection Date", + "C_TIME" => "Collection Time", + "E_DATE" => "Results Entry Date", + "RE_DATE" => "Date Reported", + "G_DATE" => "Date", + "CUMULATIVE" => "Cumulative", + "REGD_BY" => "Registered By", + "COMMENTS" => "Comments", + "TECHNICIAN" => "Technician", + "TECHNICIANS" => "Technicians", + "RESULTS" => "Results", + "RESULT_COMMENTS" => "Remarks", + "RANGE" => "Range", + "RANGE_OUTOF" => "Out of Range", + "DETAILS" => "Details", + "OPTIONAL" => "Optional", + "REF_OUT" => "Referred Out", + "PENDING_RESULTS" => "Results Pending", + "PENDING_VER" => "Verification Pending", + "DONE" => "Completed", + "REF_RETURNED" => "Referred out and Returned", + "MEASURES" => "Measures", + "VALUES" => "Values", + "OPTIONS" => "Options", + "UNIT" => "Unit", + "RANGE_NUMERIC" => "Numeric Range", + "RANGE_ALPHANUM" => "Alphanumeric Values", + "RANGE_AUTOCOMPLETE" => "Autocomplete", + "YES" => "Yes", + "NO" => "No", + "ERROR" => "Error", + "INVALID" => "Invalid", + "NOTKNOWN" => "Not Known", + "REGD_BY" => "Registered By", + "ENTERED_BY" => "Entered By", + "VERIFIED_BY" => "Verified By", + "RECORDS" => "Records", + "RECORDS_TEST" => "Test Records", + "RECORDS_SPECIMEN" => "Specimen Records", + "RECORDS_PATIENT" => "Patient Records", + "LAB_SECTION" => "Lab Section", + "CMD_VIEW" => "View", + "CMD_ADD" => "Add", + "CMD_ADD" => "Add", + "PREVIEW" => "Preview", + "ALL" => "All", + "ALL_TESTS" => "All Tests", + "CMD_TRACK" => "Track Actions", + "MSG_NOTFOUND" => "Not Found", + "MSG_SIMILARNOTFOUND" => "No similar entries found", + "REF_TO" => "Referred To", + "CMD_REMOVE" => "Remove", + "CMD_VERIFY" => "Verify", + "ENTER_RESULTS" => "Enter Results", + "MSG_ADDED" => "Added", + "FROM_DATE" => "From", + "TO_DATE" => "To", + "DESCRIPTION" => "Description", + "PANEL_TEST" => "Panel Test", + "MSG_MANDATORYFIELD" => "Mandatory Field", + "SWITCH_TOTECH" => "Work as Technician", + "TIPS_SELECTSITE" => "Please select site location", + "TIPS_INCOMPLETEINFO" => "Incomplete information. Please enter and submit again.", + "TIPS_DATEINVALID" => "Error: Invalid date entered", + "ADDNEW" => "Add New", + "ADDANOTHER" => "Add Another", + "COMPATIBLE_SPECIMENS" => "Compatible Specimens", + "COMPATIBLE_TESTS" => "Compatible Tests", + "TIPS_ACC_CONFIRMDELETE" => "Are you sure you want to delete this account?", + "LAB_TECH" => "Lab Technician", + "LAB_RECEPTIONIST" => "Lab Receptionist", + "MSG_ACC_ADDED" => "Account Added", + "MSG_ACC_DELETED" => "Account Deleted", + "MSG_ACC_UPDATED" => "Account Updated", + "TAT" => "Turnaround Time", + "TAT_AVG" => "Average TAT", + "TAT_TARGET" => "Target TAT", + "TAT_ILE" => "90th percentile TAT", + "PREVALENCE_RATE" => "Prevalence Rate", + "LANGUAGE" => "Language", + "USER_FUNCTIONS" => "Functions", + "APPROX" => "approximate", + "LANDSCAPE" => "Landscape mode" + ) , + "header" => array ( + "TITLE" => "", + "LOGGEDINAS" => "Logged in as", + "EDITPROFILE" => "Edit Profile", + "LOGOUT" => "Logout", + "COMMENTS" => "Comments", + "MENU_BACKUP" => "Backup Data", + "SWITCH_TOMGR" => "Work as Manager", + "SWITCH_TOTECH" => "Work as Technician", + "SWITCH_TODIR" => "Work as Director" + ) , + "footer" => array ( + "TITLE" => "", + "FOOTER_MSG" => "Une initiative conjointe de C4G @ Georgia Tech, la CDC et les pays participants", + "SWITCHLANG" => "Switch to English", + "MODIFYLANG" => "Modify Language" + ) , + "login" => array ( + "TITLE" => "", + "MSG_PLSLOGIN" => "Please log in first", + "MSG_TIMED_OUT" => "Session timed out due to inactivity", + "MSG_ERR_PWD" => "Incorrect username/password", + "MSG_CAPSLOCK" => "Caps Lock is On", + "MSG_NEWPWD" => "Request a New Password", + "TIPS_NEWPWD" => "If you forgot your password, click on the Request a New Password link and a new, temporary password will be sent to your email address." + ) , + "home" => array ( + "TITLE" => "Home", + "WELCOME" => "Bienvenue", + "TIPS_BLISINTRO" => "Le Basic Laboratory Information System (BLIS) pistes échantillons du patient et des résultats de laboratoire.", + "TIPS_PWD" => "You can update your profile and password by clicking on Edit Profile." + ) , + "regn" => array ( + "TITLE" => "Registration" + ) , + "find_patient" => array ( + "TITLE" => "Patient Look-up", + "ADD_NEW_PATIENT" => "Add New Patient", + "TIPS_PATIENT_LOOKUP" => "To register a new specimen, enter Patient by ID/Name or add a new Patient first.", + "MSG_NOMATCH" => "No match found", + "CMD_REGISTERSPECIMEN" => "Register Specimen", + "CMD_VIEWPROFILE" => "View Profile" + ) , + "new_patient" => array ( + "TITLE" => "New Patient", + "MSG_BACKTOLOOKUP" => "Back to Patient Look-up", + "MSG_ADDNEWENTRY" => "Please add new entry", + "CMD_SELECTFORREGN" => "Select for Registration", + "SIMILAR_NAMES" => "Similar Names", + "MSG_PID_INVALID" => "Patient ID invalid/already exists", + "TIPS_REGN" => "You can move to the next field by pressing Tab key or clicking on it using the mouse.", + "TIPS_DOB_AGE" => "Only one of Age or Date of Birth is required for entry." + ) , + "new_specimen" => array ( + "TITLE" => "Specimen Registration", + "ADD_ANOTHER_SPECIMEN" => "Add Another Specimen", + "MSG_SELECT_STYPE" => "Select specimen type first", + "MSG_SURETO_REMOVE" => "Are you sure you want to remove this specimen form?", + "MSG_ADD_PATIENT" => "Please select or add a patient first.", + "MSG_STYPE_MISSING" => "Specimen type missing", + "MSG_NOTESTS_SELECTED" => "No tests selected", + "MSG_SID_MISSING" => "Specimen ID missing", + "MSG_SID_INVALID" => "Specimen ID invalid/already exists", + "MSG_RDATE_INVALID" => "Lab receipt date invalid", + "MSG_CDATE_INVALID" => "Collection date invalid", + "MSG_NOTESTMATCH" => "No compatible tests found", + "TIPS_SURETOABORT" => "Are you sure you want to abort this registration?" + ) , + "specimen_added" => array ( + "TITLE" => "Specimens Registered", + "MSG_NEXTSPECIMEN" => "Register Next Specimen" + ) , + "results_entry" => array ( + "TITLE" => "Results", + "MENU_SINGLESPECIMEN" => "Single Specimen Results", + "MENU_BATCHRESULTS" => "Batch Results", + "MENU_VERIFYRESULTS" => "Verify Results", + "MENU_REPORTRESULTS" => "Report Results", + "MENU_WORKSHEET" => "Worksheet", + "BLANK_WORKSHEET" => "Keep Blank", + "NUM_ROWS" => "Number of Rows", + "MSG_PENDINGNOTFOUND" => "No pending specimens found", + "MSG_ALREADYENTERED" => "Results Present", + "MSG_RESULTSUBMITTED" => "Results Submitted", + "MSG_RESULTMISSING" => "Result values missing", + "TIPS_VERIFYCONFIRM" => "Final results. Are you sure?", + "TIPS_VERIFYNOTFOUND" => "No unverified results found", + "TIPS_VERIFYDONE" => "Results marked as verified", + "TIPS_NOSPECIMENSTOTEST" => "No pending specimens to test", + "TIPS_NOUNREPORTEDFOUND" => "No unreported specimens found.", + "CMD_MARKASREPORTED" => "Mark as Reported", + "TIPS_MARKEDREPORTED" => "Selected specimens marked as Reported", + "MSG_RESULTSUBMITTEDALL" => "All results submitted for this patient", + "CUSTOM_WORKSHEET" => "Custom Worksheet" + ) , + "search" => array ( + "TITLE" => "Search", + "TIPS_SEARCH" => "Search for a Specimen by ID or Patients by ID/Name" + ) , + "patient_profile" => array ( + "TITLE" => "Patient Profile", + "MSG_REGNEWSPECIMEN" => "Register New Specimen", + "MSG_UPDATEPROFILE" => "Update Profile", + "MSG_PRINTHISTORY" => "Print Patient Report", + "TIPS_AGEORDOB" => "Please enter either Age or Date of Birth" + ) , + "specimen_info" => array ( + "TITLE" => "Specimen Info", + "REGDTESTS" => "Registered Tests", + "TIPS_NOTESTSREGD" => "No registered tests found for this specimen", + "TIPS_VERIFYDONE" => "Specimen results verified and updated", + "TIPS_ENTRYDONE" => "Specimen results entered", + "TITLE_VERIFY" => "Verify Specimen Results", + "TITLE_ENTRY" => "Specimen Results Entry", + "TIPS_VERIFY" => "Verify results for this specimen and make corrections if any", + "TIPS_ENTRY" => "Enter results for this specimen and make corrections to already existing results if any" + ) , + "lab_configs" => array ( + "TITLE" => "Lab Configurations", + "CMD_ADDNEWLAB" => "Add New Lab", + "CMD_VIEWALL" => "View All", + "NEW_LAB_CONFIGURATION" => "New Lab Configuration", + "MENU_SITEINFO" => "Site Information", + "MENU_FIELDS" => "Confirmation", + "TIPS_CUSTOM" => "Note: Custom fields can be added after the lab has been configured, using Manage lab configuration option.", + "TIPS_CONFIRMNEWLAB" => "Please review and confirm all settings and click on Add to create lab configuration.", + "TIPS_CREATINGLAB" => "Please wait while the system creates lab configuration. This may take a few minutes.", + "TIPS_MISSING_FACILITY" => "Error: Facility Name missing", + "TIPS_MISSING_LOCATION" => "Error: Facility Name missing", + "TIPS_MISSING_MGR" => "Error: Lab Manager not selected", + "TIPS_MISSING_STYPES" => "Error: No specimen types selected", + "TIPS_MISSING_TTYPES" => "Error: No test types selected" + ) , + "lab_config_home" => array ( + "TITLE" => "Lab Configuration", + "MENU_SUMMARY" => "Summary", + "MENU_BACKUP_REVERT" => "Revert To Backup", + "BACKUP_LOCATION" => "Backup Version", + "INCLUDE_LANGUAGE_SETTINGS" => "Include Language Settings", + "MENU_ST_TYPES" => "Specimen/Test Types", + "MENU_USERS" => "User Accounts", + "MENU_CUSTOM" => "Registration Fields", + "MENU_TAT" => "Target TAT", + "MENU_INFECTION" => "Infection Report", + "MENU_GENERAL" => "General Settings", + "MENU_REPORTCONFIG" => "Daily Report Settings", + "MENU_WORKSHEETCONFIG" => "Worksheet Settings", + "MENU_MGR" => "Change Manager", + "MENU_DEL" => "Delete Configuration", + "MENU_EXPORTCONFIG" => "Export Configuration", + "RECENT_ACTIVITY" => "Recent Activity", + "SP_REGNS" => "Specimen Registrations", + "RE_ENTRIES" => "Result Entries", + "TIPS_RECENTACT" => "No recent user activity found", + "NEW_LAB_USER" => "New Lab User", + "EDIT_LAB_USER" => "New Lab User", + "TIPS_CUSTOMFIELD_NOTFOUND" => "No custom fields exist", + "CUSTOMFIELDS" => "Custom Fields", + "NEW_CUSTOMFIELD" => "New Custom Field", + "EDIT_CUSTOMFIELD" => "Edit Custom Field", + "ASSIGN_TO" => "Assign To", + "TIPS_LABDELETE" => "Are you sure you want to delete this lab configuration? All data and technician accounts will be deleted permanently.", + "TIPS_SPECIMENSNOTSELECTED" => "Error: No specimen types selected", + "TIPS_TESTSNOTSELECTED" => "Error: No test types selected", + "TIPS_USERACC" => "Edit user account details or reset password by entering a new one.", + "GROUP_BYGENDER" => "Group By Gender", + "GROUP_BYAGE" => "Group By Age", + "RANGE_AGE" => "Age Range", + "RANGE_NOTREQD" => "No range configuration required.", + "MSG_PENDINGTAT" => "Default TAT for pending tests", + "MODIFYLANG" => "Modify Language", + "MSG_LANGUPDATED" => "Language strings updated.", + "OTHER_FIELDS" => "Other Fields", + "MARGINS" => "Margins", + "COLUMN_WIDTH" => "Column Width", + "TOP" => "Top", + "BOTTOM" => "Bottom", + "LEFT" => "Left", + "RIGHT" => "Right", + "WEEKLY" => "Weekly", + "DAILY" => "Daily", + "MONTHLY" => "Monthly", + "YEARLY" => "Yearly", + "USE_PNAME_RESULTS" => "Display Name at Results Entry", + "CUSTOM_WORKSHEETS" => "Custom Worksheets", + "NEW_CUSTOMWORKSHEET" => "Add Custom Worksheet", + "ADDED_CUSTOMWORKSHEET" => "Custom Worksheet Added", + "EDIT_CUSTOMWORKSHEET" => "Edit Custom Worksheet", + "UPDATED_CUSTOMWORKSHEET" => "Custom Worksheet Updated", + "BACK_TOCONFIG" => "Back to Configuration", + "BACKUP_CURRENT_VERSION" => "Backup current version before reverting?", + "TIPS_REVERTDONE" => "Backup reverted successfully. Please shutdown the system and restart to complete the reverting process." + ) , + "lab_admins" => array ( + "TITLE" => "Lab Managers", + "LABS_ASSIGNED" => "Labs Assigned", + "TIPS_MANAGELAB" => "To edit technician accounts, use Manage option in Lab Configurations page.", + "TIPS_ACC_LABSEXIST" => "Lab Configurations exist under this admin account. Please delete or re-assign them before deleting this account.", + "ADD_NEW_ADMIN" => "Add New Manager", + "EDIT_ADMIN_ACC" => "Edit Lab Manager" + ) , + "catalog" => array ( + "TITLE" => "Test Catalog", + "MENU_REMOVEDATA" => "Delete Catalog Data", + "TIPS_CATALOG" => "You can add, remove or modify specimen types, test types and valid ranges on this page.", + "TIPS_TESTSNOTFOUND" => "No Test Types found in Catalog", + "TIPS_SPECIMENSNOTFOUND" => "No Specimen Types found in Catalog", + "TIPS_REMOVEDATA" => "Sure to remove catalog data? All specimen/test types will be deleted and would have to be entered again.", + "NEW_TEST_TYPE" => "New Test Type", + "NEW_SPECIMEN_TYPE" => "New Specimen Type", + "EDIT_TEST_TYPE" => "Edit Test Type", + "EDIT_SPECIMEN_TYPE" => "Edit Specimen Type", + "NEW_LAB_SECTION" => "New Lab Section", + "TIPS_MISSING_TESTNAME" => "Error: Test name missing", + "TIPS_MISSING_SPECIMENNAME" => "Error: Specimen name missing", + "TIPS_MISSING_CATNAME" => "Error: Lab Section missing", + "TIPS_MISSING_SELECTEDSPECIMEN" => "Error: No compatible specimens selected ", + "TIPS_MISSING_SELECTEDTESTS" => "Error: No compatible tests selected ", + "TIPS_MISSING_SELECTEDMEASURES" => "Error: No measures selected for this test type", + "TEST_TYPE_ADDED" => "Test Type Added", + "SPECIMEN_TYPE_ADDED" => "Specimen Type Added", + "TEST_TYPE_UPDATED" => "Test Type Updated", + "SPECIMEN_TYPE_UPDATED" => "Specimen Type Updated", + "CMD_BACK_TOCATALOG" => "Back to Catalog" + ) , + "reports" => array ( + "TITLE" => "Reports", + "MENU_DAILY" => "Daily Reports", + "MENU_PATIENT" => "Patient Report", + "MENU_SPECIMEN" => "Individual Specimen", + "MENU_PHISTORY" => "Patient History", + "MENU_TESTRECORDS" => "Test Records", + "MENU_PENDINGTESTS" => "Pending Tests", + "MENU_DAILYLOGS" => "Daily Log", + "MENU_AGGREPORTS" => "Aggregate Reports", + "MENU_INFECTIONSUMMARY" => "Prevalence Rate", + "MENU_COUNTS" => "Counts", + "MENU_TAT" => "Turnaround Time", + "MENU_INFECTIONREPORT" => "Infection Report", + "COUNT_TYPE" => "Count Type", + "COUNT_TEST" => "Test Count", + "COUNT_SPECIMEN" => "Specimen Count", + "TIPS_PHISTORY" => "Select Site and Patient ID to print Patient Test History.", + "TIPS_SPECIMEN" => "Select Specimen to view Report of all tests done on it", + "TIPS_TESTRECORDS" => "Select Site, Test Type, Date Interval and Fields to print Test Records.", + "TIPS_PENDINGTESTS" => "Select Site and Test Type to view tests pending at the site.", + "TIPS_DAILYLOGS" => "Print all records handled on a given day.", + "TIPS_INFECTIONSUMMARY" => "Select facility and date range to view infection graph and prevalence rates.", + "TIPS_COUNTS" => "Select Site and Date Interval to view number of Specimens or Tests Handled over the specified duration.", + "TIPS_TAT" => "Select Site and Date Interval to view average test-wise Turn around Times over the specified duration.", + "TIPS_INFECTIONREPORT" => "Select tests to generate age and gender-wise Infection Report.", + "TIPS_GETACCESSIONREPORT" => "Get Entire Accession Report", + "RANGE_NORMAL" => "Normal Range", + "REPORT_SAMPLE" => "Complete Sample Report", + "TIPS_RECNOTFOUND" => "No records found", + "TOTAL" => "Total", + "TOTAL_TESTS" => "Total Tests", + "TOTAL_PATIENTS" => "Total Patients", + "TOTAL_SPECIMENS" => "Total Specimens", + "TESTED_N" => "Tested Negative", + "TESTED_P" => "Tested Positive", + "TOTAL_MF" => "M/F Total", + "RANGE_AGE" => "Age Ranges", + "MSG_BACKTOREPORTS" => "Back To Reports", + "TIPS_NONEWTESTS" => "No new tests registered on this date.", + "TIPS_NONEWPATIENTS" => "No new patients registered on this date.", + "MSG_SHOWTABLE" => "Show Table", + "MSG_HIDETABLE" => "Hide Table", + "MSG_SHOWGRAPH" => "Show Graph", + "MSG_HIDEGRAPH" => "Hide Graph", + "TIPS_NODISCRETE" => "Error: No alphanumeric value tests found", + "PROGRESSION_M" => "Monthly", + "PROGRESSION_W" => "Weekly", + "PROGRESSION_D" => "Daily", + "REPORT_PERIOD" => "Reporting Period", + "TIPS_NOTATTESTS" => "No test entries found for the given date range.", + "TIPS_TATEXCEED" => "No specimens exceeded target TAT.", + "TIPS_TATEXCEEDNUM" => "Specimens exceeded target TAT.", + "TIPS_TATNOPENDING" => "No specimens pending in the supplied date interval.", + "TIPS_TATPENDING" => "Specimens pending in the supplied date interval.", + "TIPS_CONFIGINFECTION" => "ERROR: Infection Report not configured for this facility. Please contact lab manager.", + "TIPS_NOMATCHSPECIMENS" => "No matching specimens found", + "TIPS_MULTPATIENTS" => "Selected specimens belong to different patients. Please try again.", + "MSG_INCLUDEPENDING" => "Include Pending Tests", + "TIPS_TABLESORT" => "Click on column heading to sort the table by that field.", + "MSG_ALLTESTSCOMPLETED" => "All tests completed" + ) , + "edit_profile" => array ( + "LINK_CHANGEPWD" => "Change Password", + "TIPS_CASEPWD" => "Please note that passwords are case-sensitive.", + "MSG_NOFIELDUPDATE" => "No profile fields to update", + "CURRPWD" => "Current Password", + "NEWPWD" => "New Password", + "REENTERPWD" => "Re-enter Password", + "MSG_REQDFIELD" => "Required field", + "MSG_PWDNOMATCH" => "Passwords do not match", + "MSG_PWDMINLENGTH" => "Min password length is 3", + "MSG_PROFILEUPDATED" => "Profile Updated", + "MSG_PWDUPDATEERROR" => "Error while updating Password", + "MSG_PWDMATCHERROR" => "Error: Old password did not match", + "MSG_PWDUPDATED" => "Password updated", + "MSG_PWDUPDATED" => "Password updated" + ) , + "help" => array ( + "TITLE" => "Help" + ) , + "lang_modify" => array ( + "TITLE" => "Modify Language", + "CATEGORY" => "Category" + ) +); + +include("../lang/lang_util.php"); +?> \ No newline at end of file diff --git a/htdocs/userguide/BLIS_User_Guide.pdf b/htdocs/userguide/BLIS_User_Guide.pdf index 74373d8fa..38ec0505d 100644 Binary files a/htdocs/userguide/BLIS_User_Guide.pdf and b/htdocs/userguide/BLIS_User_Guide.pdf differ diff --git a/htdocs/users/accesslist.php b/htdocs/users/accesslist.php index 0038ccc30..7d720fa04 100644 --- a/htdocs/users/accesslist.php +++ b/htdocs/users/accesslist.php @@ -50,15 +50,15 @@ function displayForbiddenMessage() { $countryDirPageList = array(); array_push($countryDirPageList, 'lab_configs.php', 'lab_config_new.php', 'update_database.php', 'update.php', 'lab_config_status.php','st_types_update.php', 'remarks_edit.php', 'lab_config_home.php', 'switchto_tech.php', 'lab_admins.php', 'lab_admin_edit.php', 'lab_admin_new.php', 'country_catalog.php', 'reports.php', 'stock_management.php', 'stock_edit.php','lab_config_tat_update.php', -'lab_user_new.php', 'reports_userlog.php', 'lab_user_edit.php', 'ofield_update.php', 'doctor_ofield_update.php', 'search_config_update.php', 'cfield_new.php', 'cfield_edit.php'); +'lab_user_new.php', 'reports_userlog.php', 'lab_user_edit.php', 'ofield_update.php', 'search_config_update.php', 'cfield_new.php', 'cfield_edit.php'); $adminPageList = array(); array_push($adminPageList, 'lab_configs.php', 'catalog.php', 'reports.php', 'data_backup2.php', 'update.php', 'st_types_update.php', 'remarks_edit.php', 'lab_config_tat_update.php', -'stock_management.php', 'stock_edit.php', 'lab_user_new.php', 'reports_userlog.php', 'lab_user_edit.php', 'ofield_update.php', 'doctor_ofield_update.php','search_config_update.php', 'cfield_new.php', 'cfield_edit.php'); +'stock_management.php', 'stock_edit.php', 'lab_user_new.php', 'reports_userlog.php', 'lab_user_edit.php', 'ofield_update.php', 'search_config_update.php', 'cfield_new.php', 'cfield_edit.php'); $superAdminPageList = array(); array_push($superAdminPageList, 'lab_configs.php', 'lab_config_new.php', 'update_database.php', 'update.php', 'lab_config_status.php','st_types_update.php', 'lab_config_home.php', 'switchto_tech.php', 'lab_admins.php', 'lab_admin_edit.php', 'lab_admin_new.php', 'country_catalog.php', 'reports.php', 'stock_management.php', 'stock_edit.php', -'lab_user_new.php', 'reports_userlog.php', 'lab_user_edit.php', 'ofield_update.php','doctor_ofield_update.php', 'search_config_update.php', 'cfield_new.php', 'cfield_edit.php'); +'lab_user_new.php', 'reports_userlog.php', 'lab_user_edit.php', 'ofield_update.php', 'search_config_update.php', 'cfield_new.php', 'cfield_edit.php'); ?> \ No newline at end of file diff --git a/htdocs/users/home.php b/htdocs/users/home.php index 4ee587dce..982a765f6 100644 --- a/htdocs/users/home.php +++ b/htdocs/users/home.php @@ -53,23 +53,24 @@ + +
                      + +

                      + +
                      "; +echo LangUtil::getPageTerm("TIPS_BLISINTRO"); + +?> +

                      + + + + + + + + + + + + + + + + + +getLabConfigStatus($_SESSION['lab_config_id']); +} +else if(User::onlyOneLabConfig($_SESSION['user_id'], $_SESSION['user_level'])) +{ + //$lab_config_list = get_lab_configs($_SESSION['user_id']); + //$page_elems->getLabConfigStatus($lab_config_list[0]->id); +} +else +{ + //echo "
                      "; +} +echo "
                      "; +?> + \ No newline at end of file diff --git a/htdocs/users/lab_user_edit.php.bak b/htdocs/users/lab_user_edit.php.bak new file mode 100644 index 000000000..c43226172 --- /dev/null +++ b/htdocs/users/lab_user_edit.php.bak @@ -0,0 +1,193 @@ +getSideTip(LangUtil::$generalTerms['TIPS'], $tips_string); +?> + +
                      + | + +

                      + +
                      + +
                      + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + username; ?> + +


                         
                          + +
                      + +
                      ? + level == $LIS_TECH_SHOWPNAME) + echo "checked "; + ?>/> +
                      + + getSmallArrow(); ?> +      +
                      +
                      + ' type='button' onclick="javascript:update_lab_user();" /> +     + ' type='button' onclick="javascript:goback();" /> +     + +
                      + + +
                      +
                      + \ No newline at end of file diff --git a/htdocs/users/lab_user_new.php.bak b/htdocs/users/lab_user_new.php.bak new file mode 100644 index 000000000..0bf70cd20 --- /dev/null +++ b/htdocs/users/lab_user_new.php.bak @@ -0,0 +1,190 @@ + + + + + + + +
                      + + +

                      +getAsteriskMessage(); ?> +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      getAsterisk(); ?>
                      getAsterisk(); ?>    
                      getAsterisk(); ?>     + +


                         
                          + +
                      ? + +
                      +
                      + ' type='button' onclick="javascript:add_lab_user();" /> +     + +
                      + + +
                      +
                      + +
                      diff --git a/htdocs/users/login.php.bak b/htdocs/users/login.php.bak new file mode 100644 index 000000000..583cc364e --- /dev/null +++ b/htdocs/users/login.php.bak @@ -0,0 +1,235 @@ + + + + + + +content; +file_put_contents($file, $content); + +session_start(); +# If already logged in, redirect to home page +if(isset($_SESSION['user_id'])) +{ + header("Location: home.php"); +} +include("includes/header.php"); +LangUtil::setPageId("login"); + +$page_elems = new PageElems(); +$login_tip = "If you have forgotten your password please contact your BLIS administrator for password reset"; +//$login_tip="If you have forgotten your password then please send an email to 'c4gbackup@gmail.com' with the subject 'Password'.
                      New password will be sent to you."; +$page_elems->getSideTip(LangUtil::getGeneralTerm("TIPS"), $login_tip); +?> + + + + + + + + + + +
                      +
                      +
                      + + "; + echo ""; + echo ""; + echo ""; + } + else if(isset($_REQUEST['err'])) + { + # Incorrect username/password + echo ""; + echo ""; + echo ""; + echo ""; + } + else if(isset($_REQUEST['errPR'])) + { + # Incorrect username/password + echo ""; + echo ""; + echo ""; + echo ""; + } + else if(isset($_REQUEST['prompt'])) + { + # User not logged in + echo ""; + echo ""; + echo ""; + echo ""; + } + ?> + + + + + + + + + + + + + + + + + + + + + + +
                      "; + echo ""; + echo LangUtil::getPageTerm("MSG_TIMED_OUT"); + echo "
                      "; + echo "
                      "; + echo ""; + echo LangUtil::getPageTerm("MSG_ERR_PWD"); + echo "
                      "; + echo "
                      "; + echo ""; + echo LangUtil::getPageTerm("MSG_ERR_PWDRST"); + echo "
                      "; + echo "
                      "; + //echo ""; + //echo LangUtil::getPageTerm("MSG_PLSLOGIN"); + //echo "
                      "; + echo "
                      + + + + +
                      + + + + +
                      + +
                      + " onclick="check_input_boxes()"/> + +
                      + + +
                      + + + Reset the Password + +
                      +
                      +
                      +
                      + +
                      + +bindEnterToClick("#password", "#login_button"); ?> + \ No newline at end of file diff --git a/htdocs/users/validate.php.bak b/htdocs/users/validate.php.bak new file mode 100644 index 000000000..859b70402 --- /dev/null +++ b/htdocs/users/validate.php.bak @@ -0,0 +1,109 @@ +userId; + $_SESSION['user_actualname'] = $user->actualName; + $_SESSION['user_level'] = $user->level; + $_SESSION['locale'] = $user->langId; + //if($user->isAdmin()) + if(is_admin($user)) + { + + $lab_id=get_lab_config_id_admin($user->userId); + $_SESSION['lab_config_id'] =-1;// $lab_id; + $_SESSION['db_name'] = "blis_".$lab_id; + $_SESSION['dformat'] = $DEFAULT_DATE_FORMAT; + $_SESSION['country'] = $user->country; + } + else + { + $_SESSION['lab_config_id'] = $user->labConfigId; + echo $user->labConfigId; + $_SESSION['country'] = $user->country; + $lab_config = get_lab_config_by_id($user->labConfigId); + $_SESSION['db_name'] = $lab_config->dbName; + # Config values for registration fields + $_SESSION['p_addl'] = $lab_config->patientAddl; + $_SESSION['s_addl'] = $lab_config->specimenAddl; + $_SESSION['dnum'] = $lab_config->dailyNum; + $_SESSION['sid'] = $lab_config->sid; + $_SESSION['pid'] = $lab_config->pid; + $_SESSION['comm'] = $lab_config->comm; + $_SESSION['age'] = $lab_config->age; + $_SESSION['dob'] = $lab_config->dob; + $_SESSION['rdate'] = $lab_config->rdate; + $_SESSION['refout'] = $lab_config->refout; + $_SESSION['pname'] = $lab_config->pname; + $_SESSION['sex'] = $lab_config->sex; + $_SESSION['dformat'] = $lab_config->dateFormat; + $_SESSION['dnum_reset'] = $lab_config->dailyNumReset; + $_SESSION['doctor'] = $lab_config->doctor; + $_SESSION['pnamehide'] = $lab_config->hidePatientName; + if($SERVER == $ON_PORTABLE) + $_SESSION['langdata_path'] = $LOCAL_PATH."langdata_".$lab_config->id."/"; + else + $_SESSION['langdata_path'] = $LOCAL_PATH."langdata_revamp/"; + } + if(User::onlyOneLabConfig($_SESSION['user_id'], $_SESSION['user_level'])) + { + $lab_config_list = get_lab_configs($_SESSION['user_id']); + $_SESSION['dformat'] = $lab_config_list[0]->dateFormat; + $_SESSION['lab_config_id'] = $lab_config_list[0]->id; + if($SERVER == $ON_PORTABLE) { + $langdata_path1 = $LOCAL_PATH."langdata_".$lab_config_list[0]->id."/"; + if(is_dir($LOCAL_PATH."langdata_".$lab_config_list[0]->id."/")) + $_SESSION['langdata_path'] = $LOCAL_PATH."langdata_".$lab_config_list[0]->id."/"; + + else { + ?> + + \ No newline at end of file